diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 059d70228..b20099e08 --- a/.gitignore +++ b/.gitignore @@ -1,76 +1,105 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Eclipse -.project -.pydevproject -.settings - -#KDE -.directory - -#cx_Freeze -build/ -build - -#gedit -*~ - -#eric6 -.eric6project -*.e4p +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Eclipse +.project +.pydevproject +.settings + +#KDE +.directory + +#cx_Freeze +build/ +build + +#gedit +*~ + +#eric6 +.eric6project +*.e4p +.idea + +#Qt Creator +*.autosave +*.pro.user +*.pro.user.* +*.qbs.user +*.qbs.user.* +CMakeLists.txt.user + +# QML +*.qmlc +*.jsc + +#plume +.~lock.* + +#cmake +CMakeLists.txt.user.* + +#kdevelop +.kdev4/ +.kdev4 + +#flatpak +.flatpak-builder +.flatpak-builder/ +build-dir +build-dir/ diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 000000000..8d246a863 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,72 @@ +cmake_minimum_required(VERSION 3.5.0) +#if (POLICY CMP0063) +# cmake_policy(SET CMP0063 NEW) +#endif() + +#if (POLICY CMP0071) +# cmake_policy(SET CMP0071 NEW) +#endif() +set(QT_MIN_VERSION "5.15.0") + +project(skribisto LANGUAGES CXX) + +find_package(ECM REQUIRED NO_MODULE) +set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) + +# Include GNUInstallDirs, which sets sensible defaults for install directories. +# See https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html for further information. +# These values can be easily overridden if required. +# Some defaults are set for OpenBSD as well (info and man pages). + +#include(GNUInstallDirs) +#include(FeatureSummary) +include(KDEInstallDirs) +include(ECMInstallIcons) +include(CMakePackageConfigHelpers) +include(ECMOptionalAddSubdirectory) + +include_directories(${Qt5Core_PRIVATE_INCLUDE_DIRS}) + + + +# forbid some old things +add_definitions(-DQT_NO_FOREACH) + +#add_compile_definitions(VERSIONSTR=1.6 FORCEQML=1) +add_definitions(-DVERSIONSTR=1.8) + +# Find includes in corresponding build directories +set(CMAKE_INCLUDE_CURRENT_DIR ON) +# Instruct CMake to run moc automatically when needed +set(CMAKE_AUTOMOC ON) +# Create code from a list of Qt designer ui files +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTORCC ON) + + +set(BREEZEICONS_DIR ${CMAKE_SOURCE_DIR}/3rdparty/breeze-icons/) + +set(CMAKE_CXX_STANDARD 14) +#set(CMAKE_CXX_EXTENSIONS OFF) +#set(CMAKE_CXX_FLAGS_DEBUG "-g -fno-omit-frame-pointer -fsanitize=address,undefined -O0") + +add_subdirectory(resources/unix/icons) + +add_subdirectory(src/libskribisto-data/src) +#add_subdirectory(src/plugins) +#add_subdirectory(3rdparty) +add_subdirectory(src/app/src) + + +if (CMAKE_BUILD_TYPE STREQUAL "Debug") +add_subdirectory(src/libskribisto-data/tests) +add_subdirectory(src/app/tests) +endif (CMAKE_BUILD_TYPE STREQUAL "Debug") + +install(PROGRAMS resources/unix/applications/eu.skribisto.skribisto.desktop DESTINATION ${KDE_INSTALL_APPDIR}) +install(FILES resources/unix/mime/eu.skribisto.skribisto.xml DESTINATION ${KDE_INSTALL_MIMEDIR}) +install(FILES eu.skribisto.skribisto.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) + +#install(TARGETS skribisto skribisto-data +# RUNTIME DESTINATION ${BINDIR} +# LIBRARY DESTINATION ${LIBDIR}) diff --git a/COPYING b/COPYING new file mode 100755 index 000000000..818433ecc --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + 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 +. diff --git a/Credits b/Credits new file mode 100755 index 000000000..e8f93f3fc --- /dev/null +++ b/Credits @@ -0,0 +1,29 @@ +Plume Creator + + +Credits + + +Developers : + Cyril Jacquet cyril.jacquet@plume-creator.eu + +Designer : + Tushant Mirchandani + +Contributors and beta-testers : + Ken McConnell + Bill Blohm + Tushant Mirchandani + Matt Bailey + Lou + +Translators : + French (France) - Yann Kervran, Cyril Jacquet + German - Andre Jonas, Marc Cheng + Italian - Salvatore Califano + Portugeuse (Brazil) - Caio R. + Spanish (Spain) - Francisco Mirantra, Diego Jose Torrealba Bravo + Russian - Ilya Legro + + +Special thanks to the Quazip and Hunspell dev team ! diff --git a/INSTALL_NOTES b/INSTALL_NOTES new file mode 100755 index 000000000..aa1482a25 --- /dev/null +++ b/INSTALL_NOTES @@ -0,0 +1,14 @@ +### Linux: + + +- make sure to have flatpak and flatpak-builder installed on your system +- type in a terminal : + +``` +mkdir Devel +cd ~/Devel +git clone https://github.com/jacquetc/skribisto.git +flatpak uninstall eu.skribisto.skribisto -y +flatpak-builder --user --repo=local-repo build-dir skribisto/eu.skribisto.skribisto.yml --force-clean +flatpak install eu.skribisto.skribisto -y +``` diff --git a/KNOWN ISSUES b/KNOWN ISSUES new file mode 100755 index 000000000..6f92cac4a --- /dev/null +++ b/KNOWN ISSUES @@ -0,0 +1 @@ +Known issues to Plume version 1.60 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 949cfee31..87b709667 --- a/README.md +++ b/README.md @@ -1,74 +1,108 @@ -# plume-creator -Software for writers - -This software is the continuation of Plume Creator from http://sourceforge.net/projects/plume-creator/ - -The main change is the coding language : python 3.4 / PyQt5 instead of the c++ / Qt5 of the original software. - -To avoid confusion with version numbers, this new Plume will start at version 1.5.0 . To point out the sofware is still under development, all releases will be tagged "alpha" until the 2.0 release. - -Of course, the projects from the old Plume will be importable. - -Help in testing or coding is always welcome ! - -## For developers - - - -You must set up the workspace before beginning to develop Plume. -Add to your environnmeent variables : - -PLUME_DEVELOP_FROM=/path/to/plume/source/code - -### In linux : -export PLUME_DEVELOP_FROM=/home/[username]/Devel/workspace_eclipse/plume-creator - -#### Necessities : -Make sure you have pyQt 5.4 (for python3) or more, and it's dev tools (pyrcc5), installed - -sudo apt-get install pyqt5-dev-tools - -sudo apt-get install python3-pyqt5 - -sudo apt-get install python3-pyqt5.qtsql - -sudo apt-get install python3-pyqt5.qtopengl - -Python 3 needs a few modules to launch Plume properly - -In a terminal : - -sudo easy_install3 pip - -sudo pip3 install yapsy - -### In Windows : -Development of Plume being done on Linux, I can't be sure about this setup. - - 1.Create an account on GitHub - - 2.Fetch the last update of Plume (and stay in sync every update) : - - 1.install Github for Windows - 1.Download and install GitHub : https://github-windows.s3.amazonaws.com/GitHubSetup.exe - 2.After the install, log in with the previously created account - 3.Click on the "+" on the top right of GitHub and clone the repository : https://github.com/jacquetc/plume-creator - 4.click on "master" on the top and select develop in the drop-down menu, then click on "sync" button on the right top - 5.when you want to fetch updates, click on the "sync" button on the right top - 6.Plume is now in your personal "documents/github/plume-creator" folder ! - 3.Install Python 3 for windows - 1.install Python 3 - 1.Download and install https://www.python.org/ftp/python/3.4.3/python-3.4.3.msi - 1.when prompted to choose packages, allow the last one on the list to be installed ("add python.exe to the path") - 2.let the other settings with the default values - 2.install the necessary modules - 1.launch a command line prompt (start menu/all programs/accessories/command line prompt) . - 2.type : - - pip3 install yapsy - - 4.Install PyQt5 - 1.Download and install : http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.4.2/PyQt5-5.4.2-gpl-Py3.4-Qt5.4.2-x32.exe - 5.launch Plume : - 1.In the explorer, go to "c:\users\grant\documents\github\plume-creator\src\plume\" - 2.double-click on "plume.py" (or "plume") +# Skribisto + + + +**Skribisto** is born from the ashes of **Plume Creator**, keeping the goals while adopting more recent ways to think an application. + +Skribisto is geared toward helping anyone write anything, be it a novel or course notes. The user is free to use tags to define texts or +write hundreds of notes. The tools are designed to be most unobstrusive, so you can write, write and write a bit more without too much distraction. + +With Skribisto, the user can create and organize text papers (called "sheets"). Exactly the same is possible with the notes. Sheets can link to a synopsis and multiple notes, +or create them on the fly while writing. + +What Skribisto is not : LibreOffice, Calligra or Word. Any project can be exported to .odt so as to make use of these complete text processors formatting abilities +before printing. + +Accessibility is too often forgotten. I'm trying to keep the interface accessible for screen readers, as much as Qt let me implement it. Please contact me if there +is a glaring lack in the accessibility. + +## Goals + +Short term goal is to rejoin its ancestor Plume Creator feature-wise. A few outstanding features are below. Bold means this feature is already implemented + +- **navigating between texts** +- **distraction-free mode** +- **rich text (bold/italic/underline/strikeout)** +- **synopsis** +- **label (named 'tag' in Plume) next to each text title** +- **autosave** +- advanced search/replace +- display quickly the end of the previous text and the beginning of the next text +- character/word count +- character/word goal +- overview of all texts +- exporting to .txt/.odt/.PDF +- printing +- spellcheking +- color themes + +Skribisto will add to these features with : + +- **dynamic layouts adaptating to all devices (like a phone)** +- **tagging system** +- **touch-friendly** +- **navigating between notes** +- **a text can have several notes in addition of the synopsis** +- **manual save** +- **backup with mutliple paths** +- **accessible for screen readers (NVDA or JAWS)** +- **Open texts in a new window** +- **Open texts in tabs** +- **Linux (Flatpak) support** +- Windows 10 support +- Examples +- Help page +- importing old Plume Creator projects +- texts overview +- notes overview +- project management +- each note or text can take snapshots +- on-the-fly notes from the context menu + +Medium term goals are : +- Adjoining documents to texts (without insertion) +- Insert images into the text +- Gallery tab to manage all external documents/images +- Android support + + +## For tech people, under the hood + +All the application is rewritten from scratch using C++ Qt for backend and QML for the front-end. The QML allows for a touch friendly and dynamic interface. + +Each project is a SQLite3 file, more robust than the zipped projects in Plume. + + + +## Test it + +### Linux / Windows +Download the latest from GitHub, then you can use Qt Creator to open the top-most CMakeLists.txt at the root of the project. Build it against Qt 5.15 minimum to be sure. + +### Linux +Also, thanks to the flatpak support, +- make sure to have flatpak and flatpak-builder installed on your system +- type in a terminal : + +``` +mkdir Devel +cd ~/Devel +git clone https://github.com/jacquetc/skribisto.git +flatpak uninstall eu.skribisto.skribisto -y +flatpak-builder --user --repo=local-repo build-dir skribisto/eu.skribisto.skribisto.yml --force-clean +flatpak install eu.skribisto.skribisto -y +``` + +It will download 500 Mo if dependencies the first time. + + +## To contact me : + +cyril.jacquet@skribisto.eu + + + + + + + diff --git a/eu.skribisto.skribisto.appdata.xml b/eu.skribisto.skribisto.appdata.xml new file mode 100644 index 000000000..68be2bc5d --- /dev/null +++ b/eu.skribisto.skribisto.appdata.xml @@ -0,0 +1,33 @@ + + + eu.skribisto.skribisto + eu.skribisto.skribisto.desktop + CC0-1.0 + GPL-3.0 + Skribisto + Software for writers + +

Skribisto is geared toward helping anyone write anything, be it a novel or course notes. The user is free to use tags to define texts or write hundreds of notes. The tools are designed to be most unobstrusive, so you can write, write and write a bit more without too much distraction.

+

Touch-friendly and dynamic, the user can create and organize text papers (called "sheets"). Exactly the same is possible with the notes. Sheets can link to a synopsis and multiple notes, or create them on the fly while writing.

+
+ + + + + + https://raw.githubusercontent.com/jacquetc/skribisto/develop/resources/skribisto_screenshot.png + + + + Office + Qt + + https://github.com/jacquetc/skribisto + https://github.com/jacquetc/skribisto/issues + + cyril.jacquet_AT_skribisto.eu + + skribisto + + +
diff --git a/eu.skribisto.skribisto.yml b/eu.skribisto.skribisto.yml new file mode 100644 index 000000000..481d17630 --- /dev/null +++ b/eu.skribisto.skribisto.yml @@ -0,0 +1,67 @@ +app-id: eu.skribisto.skribisto +runtime: org.kde.Platform +runtime-version: '5.15' +sdk: org.kde.Sdk +command: skribisto +finish-args: + - --share=ipc + - --socket=x11 + - --socket=wayland + - --filesystem=host + - --device=dri +separate-locales: false +modules: + + - name: hunspell + sources: + - type: git + url: https://github.com/hunspell/hunspell.git + - type: script + dest-filename: autogen.sh + commands: + - AUTOMAKE="automake --foreign" autoreconf -vfi + + - name: openjpeg2 + buildsystem: cmake-ninja + config-opts: + - -DCMAKE_INSTALL_LIBDIR=lib + sources: + - type: archive + url: https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz + sha256: 3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a + + - name: sqlite3 + cmake: false + config-opts: + - --enable-threadsafe + - --enable-threads-override-locks + build-options: + cflags: -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 + sources: + - type: archive + url: https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz + sha256: 106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15 + + - name: quazip + buildsystem: cmake-ninja + builddir: true + config-opts: + - -DCMAKE_BUILD_TYPE=RelWithDebInfo + sources: + - type: archive + url: https://github.com/stachenov/quazip/archive/0.7.6.tar.gz + sha256: 4118a830a375a81211956611cc34b1b5b4ddc108c126287b91b40c2493046b70 + - type: shell + commands: + - sed -i 's|${CMAKE_ROOT}/Modules|share/cmake|' CMakeLists.txt + + - name: skribisto + buildsystem: cmake + builddir: true + config-opts: + - -DCMAKE_BUILD_TYPE=RelWithDebInfo + - -DCMAKE_BUILD_TYPE=Release + sources: + - type: git + url: https://github.com/jacquetc/skribisto.git + branch: develop diff --git a/mac-compile.sh b/mac-compile.sh new file mode 100755 index 000000000..5abbf9954 --- /dev/null +++ b/mac-compile.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +# mac-compile.sh +# +# +# Created by Cyril Jacquet on 10/15/13. +# +# to give yourself permisson to execute this file : type in a terminal : +# sudo chmod 755 mac-compile.sh +# run : +# . mac-compile.sh +mkdir ../build +cp -R ./ ../build/ +cd ../build +~/Qt/5.1.0/clang_64/bin/qmake plume-creator-all.pro -r -spec macx-clang CONFIG+=x86_64 +make -j +~/Qt/5.1.0/clang_64/bin/macdeployqt Plume-Creator.app -dmg +cp Plume-Creator.dmg ../ diff --git a/readme.qrc b/readme.qrc new file mode 100755 index 000000000..02c210f0e --- /dev/null +++ b/readme.qrc @@ -0,0 +1,7 @@ + + + README.md + Credits + release_notes + + diff --git a/release_notes b/release_notes new file mode 100644 index 000000000..f9460136e --- /dev/null +++ b/release_notes @@ -0,0 +1,21 @@ +Skribisto + +v 1.8.2 + First usable release. Lacks a lot of features + New features: + - Open/Save/Backup/autosave of notes and sheets. + - Open multiple projects + - Settings + - Fullscreen + - 'New project' wizard + - Tag system for notes and sheets + - Note pad in the Write page + - Dynamic layout for all displays + - Accessible for screen readers + - French translation + Other: + - Flatpak manifest + + + + diff --git a/resources/dicts/en_AU.aff b/resources/dicts/en_AU.aff new file mode 100755 index 000000000..fb2c76206 --- /dev/null +++ b/resources/dicts/en_AU.aff @@ -0,0 +1,1551 @@ +# Affix file for Australian English OpenOffice dictionary by David Wilson +# version 1.1.0 +#Modifications by David Wilson 1/10/2008 +# Added the PHONEtic transformation rules from the en_US OPenOffice dictionary - +## PHONEtic_english.h - #PHONEtic transformation rules for use with #PHONEtic.c +## Copyright (C) 2000 Björn Jacke (see details below) +# Merged the replacement (REP) options from en_US OPenOffice dictionary +# added 'REP gotten got' +# +# R 1.18, 11/04/05 +# +# 2006-02-07 - NOSUGGEST, COMPOUNDRULE patches (nemeth AT OOo) +# +# Based on the Affix file for British English MySpell dictionary +# by David Bartlett, Andrew Brown. R 1.18, 11/04/05 +# Built from scratch for MySpell. Released under LGPL. +# David Bartlett, Andrew Brown. + +# 2010-03-09 (nemeth AT OOo) +# - UTF-8 encoded dictionary: +# - fix em-dash problem of OOo 3.2 by BREAK +# - suggesting words with typographical apostrophes +# - recognizing words with Unicode f ligatures +# - add phonetic suggestion (Copyright (C) 2000 Björn Jacke, see the end of the file) + +######################################################## +# DNW 1/10/2008 +MIDWORD '- +BAD ~ +######################################################## + +SET UTF-8 +TRY esiaénrtolcdugmfphbyvkw-'.zqjxSNRTLCGDMFPHBEAUYOIVKWóöâôZQJXÅçèîêàïüäñ +NOSUGGEST ! +# ordinal numbers +COMPOUNDMIN 1 +# only in compounds: 1th, 2th, 3th +ONLYINCOMPOUND _ +# compound rules: +# 1. [0-9]*1[0-9]th (10th, 11th, 12th, 56714th, etc.) +# 2. [0-9]*[02-9](1st|2nd|3rd|[4-9]th) (21st, 22nd, 123rd, 1234th, etc.) +COMPOUNDRULE 2 +COMPOUNDRULE #*0{ +COMPOUNDRULE #*@} +WORDCHARS 0123456789'.-’ +REP 114 +REP a ei +REP a ey +REP ai ie +REP air ear +REP air ere +REP are air +REP are ear +REP are eir +REP cc k +REP ch k +REP ch s +REP ch te +REP ch ti +REP ch tu +REP ci s +REP ck qu +REP ck que +REP dg j +REP di j +REP ear air +REP ear are +REP ear ere +REP ear ier +REP eau o +REP ee i +REP eg e.g. +REP ei a +REP eir are +REP eir ere +REP eness ity +REP ere air +REP ere ear +REP ere eir +REP ew o +REP ew oo +REP ew u +REP ew ue +REP ew ui +REP ey a +REP f gh +REP f gh +REP f ph +REP f ugh +REP ff ugh +REP ge j +REP gg j +REP gh f +REP gh f +REP ght t +REP gotten got +REP i ee +REP i igh +REP i uy +REP ie ai +REP ie i.e. +REP ier ear +REP ieu oo +REP ieu u +REP igh i +REP j dg +REP j di +REP j ge +REP j gg +REP k cc +REP k ch +REP k qu +REP kw qu +REP leness ility +REP ness ity +REP ness ivity +REP o eau +REP o ew +REP oe u +REP og ogue +REP ok OK +REP oo ew +REP oo ieu +REP oo u +REP oo ui +REP ph f +REP ph f +REP qu k +REP qu w +REP rised rose +REP s ch +REP s ci +REP s ti +REP shun cion +REP shun sion +REP shun tion +REP ss z +REP t ght +REP te ch +REP teached taught +REP ti ch +REP ti s +REP tion ssion +REP ts ce +REP tu ch +REP u ew +REP u ieu +REP u oe +REP u oo +REP u ough +REP ue ew +REP uf ough +REP uff ough +REP ui ew +REP ui oo +REP uy i +REP w qu +REP w ugh +REP ys ies +REP z ss +PFX A Y 2 +PFX A 0 re [^e] +PFX A 0 re- e +PFX a Y 1 +PFX a 0 mis . +PFX I Y 4 +PFX I 0 il l +PFX I 0 ir r +PFX I 0 im [bmp] +PFX I 0 in [^blmpr] +PFX c Y 1 +PFX c 0 over . +PFX U Y 1 +PFX U 0 un . +PFX C Y 2 +PFX C 0 de [^e] +PFX C 0 de- e +PFX E Y 1 +PFX E 0 dis . +PFX F Y 5 +PFX F 0 com [bmp] +PFX F 0 co [aeiouh] +PFX F 0 cor r +PFX F 0 col l +PFX F 0 con [^abehilmopru]. +PFX K Y 1 +PFX K 0 pre . +PFX e Y 1 +PFX e 0 out . +PFX f Y 2 +PFX f 0 under [^r] +PFX f 0 under- r +PFX O Y 1 +PFX O 0 non- . +PFX 4 Y 1 +PFX 4 0 trans . +PFX % Y 1 +PFX % 0 ill- . +SFX V Y 15 +SFX V 0 tive [aio] +SFX V b ptive b +SFX V d sive d +SFX V be ptive be +SFX V e tive ce +SFX V de sive de +SFX V ke cative ke +SFX V e ptive me +SFX V e ive [st]e +SFX V e ative [^bcdkmst]e +SFX V 0 lative [aeiou]l +SFX V 0 ative [^aeiou]l +SFX V 0 ive [st] +SFX V y icative y +SFX V 0 ative [^abdeilosty] +SFX v Y 15 +SFX v 0 tively [aio] +SFX v b ptively b +SFX v d sively d +SFX v be ptively be +SFX v e tively ce +SFX v de sively de +SFX v ke catively ke +SFX v e ptively me +SFX v e ively [st]e +SFX v e atively [^bcdkmst]e +SFX v 0 latively [aeiou]l +SFX v 0 atively [^aeiou]l +SFX v 0 ively [st] +SFX v y icatively y +SFX v 0 atively [^abdeilosty] +SFX u Y 15 +SFX u 0 tiveness [aio] +SFX u b ptiveness b +SFX u d siveness d +SFX u be ptiveness be +SFX u e tiveness ce +SFX u de siveness de +SFX u ke cativeness ke +SFX u e ptiveness me +SFX u e iveness [st]e +SFX u e ativeness [^bcdkmst]e +SFX u 0 lativeness [aeiou]l +SFX u 0 ativeness [^aeiou]l +SFX u 0 iveness [st] +SFX u y icativeness y +SFX u 0 ativeness [^abdeilosty] +SFX N Y 26 +SFX N b ption b +SFX N d sion d +SFX N be ption be +SFX N e tion ce +SFX N de sion de +SFX N ke cation ke +SFX N e ption ume +SFX N e mation [^u]me +SFX N e ion [^o]se +SFX N e ition ose +SFX N e ation [iou]te +SFX N e ion [^iou]te +SFX N e ation [^bcdkmst]e +SFX N el ulsion el +SFX N 0 lation [aiou]l +SFX N 0 ation [^aeiou]l +SFX N 0 mation [aeiou]m +SFX N 0 ation [^aeiou]m +SFX N er ration er +SFX N 0 ation [^e]r +SFX N 0 ion [sx] +SFX N t ssion mit +SFX N 0 ion [^m]it +SFX N 0 ation [^i]t +SFX N y ication y +SFX N 0 ation [^bdelmrstxy] +SFX n Y 28 +SFX n 0 tion a +SFX n e tion ce +SFX n ke cation ke +SFX n e ation [iou]te +SFX n e ion [^iou]te +SFX n e ation [^ckt]e +SFX n el ulsion el +SFX n 0 lation [aiou]l +SFX n 0 ation [^aeiou]l +SFX n er ration er +SFX n 0 ation [^e]r +SFX n y ation py +SFX n y ication [^p]y +SFX n 0 ation [^aelry] +SFX n 0 tions a +SFX n e tions ce +SFX n ke cations ke +SFX n e ations [iou]te +SFX n e ions [^iou]te +SFX n e ations [^ckt]e +SFX n el ulsions el +SFX n 0 lations [aiou]l +SFX n 0 ations [^aeiou]l +SFX n er rations er +SFX n 0 ations [^e]r +SFX n y ations py +SFX n y ications [^p]y +SFX n 0 ations [^aelry] +SFX X Y 26 +SFX X b ptions b +SFX X d sions d +SFX X be ptions be +SFX X e tions ce +SFX X ke cations ke +SFX X de sions de +SFX X e ptions ume +SFX X e mations [^u]me +SFX X e ions [^o]se +SFX X e itions ose +SFX X e ations [iou]te +SFX X e ions [^iou]te +SFX X e ations [^bcdkmst]e +SFX X el ulsions el +SFX X 0 lations [aiou]l +SFX X 0 ations [^aeiou]l +SFX X 0 mations [aeiou]m +SFX X 0 ations [^aeiou]m +SFX X er rations er +SFX X 0 ations [^e]r +SFX X 0 ions [sx] +SFX X t ssions mit +SFX X 0 ions [^m]it +SFX X 0 ations [^i]t +SFX X y ications y +SFX X 0 ations [^bdelmrstxy] +SFX x Y 40 +SFX x b ptional b +SFX x d sional d +SFX x be ptional be +SFX x e tional ce +SFX x ke cational ke +SFX x de sional de +SFX x e ional [^o]se +SFX x e itional ose +SFX x e ional te +SFX x e ational [^bcdkst]e +SFX x el ulsional el +SFX x 0 lational [aiou]l +SFX x 0 ational [^aeiou]l +SFX x er rational er +SFX x 0 ational [^e]r +SFX x 0 ional [sx] +SFX x 0 ional [^n]t +SFX x 0 ational nt +SFX x y icational y +SFX x 0 ational [^bdelrstxy] +SFX x b ptionally b +SFX x d sionally d +SFX x be ptionally be +SFX x e tionally ce +SFX x ke cationally ke +SFX x de sionally de +SFX x e ionally [^o]se +SFX x e itionally ose +SFX x e ionally te +SFX x e ationally [^bcdkst]e +SFX x el ulsionally el +SFX x 0 lationally [aiou]l +SFX x 0 ationally [^aeiou]l +SFX x er rationally er +SFX x 0 ationally [^e]r +SFX x 0 ionally [sx] +SFX x 0 ionally [^n]t +SFX x 0 ationally nt +SFX x y icationally y +SFX x 0 ationally [^bdelrstxy] +SFX H N 13 +SFX H y ieth y +SFX H ree ird ree +SFX H ve fth ve +SFX H e th [^ev]e +SFX H 0 h t +SFX H 0 th [^ety] +SFX H y ieths y +SFX H ree irds ree +SFX H ve fths ve +SFX H e ths [^ev]e +SFX H 0 hs t +SFX H 0 ths [^ety] +SFX H 0 fold . +SFX Y Y 9 +SFX Y 0 ally ic +SFX Y 0 ly [^i]c +SFX Y e y [^aeiou]le +SFX Y 0 ly [aeiou]le +SFX Y 0 ly [^l]e +SFX Y 0 y [^aeiou]l +SFX Y y ily [^aeiou]y +SFX Y 0 ly [aeiou][ly] +SFX Y 0 ly [^cely] +SFX G Y 24 +SFX G e ing [^eioy]e +SFX G 0 ing [eoy]e +SFX G ie ying ie +SFX G 0 bing [^aeio][aeiou]b +SFX G 0 king [^aeio][aeiou]c +SFX G 0 ding [^aeio][aeiou]d +SFX G 0 fing [^aeio][aeiou]f +SFX G 0 ging [^aeio][aeiou]g +SFX G 0 king [^aeio][aeiou]k +SFX G 0 ling [^aeio][eiou]l +SFX G 0 ing [aeio][eiou]l +SFX G 0 ling [^aeo]al +SFX G 0 ing [aeo]al +SFX G 0 ming [^aeio][aeiou]m +SFX G 0 ning [^aeio][aeiou]n +SFX G 0 ping [^aeio][aeiou]p +SFX G 0 ring [^aeio][aeiou]r +SFX G 0 sing [^aeio][aeiou]s +SFX G 0 ting [^aeio][aeiou]t +SFX G 0 ving [^aeio][aeiou]v +SFX G 0 zing [^aeio][aeiou]z +SFX G 0 ing [aeio][aeiou][bcdfgkmnprstvz] +SFX G 0 ing [^aeiou][bcdfgklmnprstvz] +SFX G 0 ing [^ebcdfgklmnprstvz] +SFX J Y 25 +SFX J e ings [^eioy]e +SFX J 0 ings [eoy]e +SFX J ie yings ie +SFX J 0 bings [^aeio][aeiou]b +SFX J 0 king [^aeio][aeiou]c +SFX J 0 dings [^aeio][aeiou]d +SFX J 0 fings [^aeio][aeiou]f +SFX J 0 gings [^aeio][aeiou]g +SFX J 0 kings [^aeio][aeiou]k +SFX J 0 lings [^aeio][eiou]l +SFX J 0 ings [aeio][eiou]l +SFX J 0 lings [^aeo]al +SFX J 0 ings [aeo]al +SFX J 0 mings [^aeio][aeiou]m +SFX J 0 nings [^aeio][aiou]n +SFX J 0 pings [^aeio][aeiou]p +SFX J 0 rings [^aeio][aiou]r +SFX J 0 sings [^aeio][aeiou]s +SFX J 0 tings [^aeio][aiou]t +SFX J 0 vings [^aeio][aeiou]v +SFX J 0 zings [^aeio][aeiou]z +SFX J 0 ings [^aeio]e[nrt] +SFX J 0 ings [aeio][aeiou][bcdfgkmnprstvz] +SFX J 0 ings [^aeiou][bcdfgklmnprstvz] +SFX J 0 ings [^ebcdfgklmnprstvz] +SFX k Y 8 +SFX k e ingly [^eioy]e +SFX k 0 ingly [eoy]e +SFX k ie yingly ie +SFX k 0 kingly [^aeio][aeiou]c +SFX k 0 lingly [^aeio][aeiou]l +SFX k 0 ingly [aeio][aeiou][cl] +SFX k 0 ingly [^aeiou][cl] +SFX k 0 ingly [^ecl] +SFX D Y 25 +SFX D 0 d [^e]e +SFX D e d ee +SFX D 0 bed [^aeio][aeiou]b +SFX D 0 ked [^aeio][aeiou]c +SFX D 0 ded [^aeio][aeiou]d +SFX D 0 fed [^aeio][aeiou]f +SFX D 0 ged [^aeio][aeiou]g +SFX D 0 ked [^aeio][aeiou]k +SFX D 0 led [^aeio][eiou]l +SFX D 0 ed [aeio][eiou]l +SFX D 0 led [^aeo]al +SFX D 0 ed [aeo]al +SFX D 0 med [^aeio][aeiou]m +SFX D 0 ned [^aeio][aeiou]n +SFX D 0 ped [^aeio][aeiou]p +SFX D 0 red [^aeio][aeiou]r +SFX D 0 sed [^aeio][aeiou]s +SFX D 0 ted [^aeio][aeiou]t +SFX D 0 ved [^aeio][aeiou]v +SFX D 0 zed [^aeio][aeiou]z +SFX D y ied [^aeiou]y +SFX D 0 ed [aeiou]y +SFX D 0 ed [aeio][aeiou][bcdfgkmnprstvz] +SFX D 0 ed [^aeiou][bcdfgklmnprstvz] +SFX D 0 ed [^ebcdfgklmnprstvyz] +SFX d Y 16 +SFX d 0 d e +SFX d 0 ked [^aeio][aeiou]c +SFX d 0 led [^aeio][aeiou]l +SFX d y ied [^aeiou]y +SFX d 0 ed [aeiou]y +SFX d 0 ed [aeio][aeiou][cl] +SFX d 0 ed [^aeiou][cl] +SFX d 0 ed [^ecly] +SFX d e ing [^eioy]e +SFX d 0 ing [eoy]e +SFX d ie ying ie +SFX d 0 king [^aeio][aeiou]c +SFX d 0 ling [^aeio][aeiou]l +SFX d 0 ing [aeio][aeiou][cl] +SFX d 0 ing [^aeiou][cl] +SFX d 0 ing [^ecl] +SFX h Y 22 +SFX h 0 dly e +SFX h 0 bedly [^aeio][aeiou]b +SFX h 0 kedly [^aeio][aeiou]c +SFX h 0 dedly [^aeio][aeiou]d +SFX h 0 fedly [^aeio][aeiou]f +SFX h 0 gedly [^aeio][aeiou]g +SFX h 0 kedly [^aeio][aeiou]k +SFX h 0 ledly [^aeio][aeiou]l +SFX h 0 medly [^aeio][aeiou]m +SFX h 0 nedly [^aeio][aiou]n +SFX h 0 pedly [^aeio][aeiou]p +SFX h 0 redly [^aeio][aiou]r +SFX h 0 sedly [^aeio][aeiou]s +SFX h 0 tedly [^aeio][aiou]t +SFX h 0 vedly [^aeio][aeiou]v +SFX h 0 zedly [^aeio][aeiou]z +SFX h 0 edly [^aeio]e[nrt] +SFX h y iedly [^aeiou]y +SFX h 0 edly [aeiou]y +SFX h 0 edly [aeio][aeiou][bcdfgklmnprstvz] +SFX h 0 edly [^aeiou][bcdfgklmnprstvz] +SFX h 0 edly [^ebcdfgklmnprstvyz] +SFX i Y 22 +SFX i 0 dness e +SFX i 0 bedness [^aeio][aeiou]b +SFX i 0 kedness [^aeio][aeiou]c +SFX i 0 dedness [^aeio][aeiou]d +SFX i 0 fedness [^aeio][aeiou]f +SFX i 0 gedness [^aeio][aeiou]g +SFX i 0 kedness [^aeio][aeiou]k +SFX i 0 ledness [^aeio][aeiou]l +SFX i 0 medness [^aeio][aeiou]m +SFX i 0 nedness [^aeio][aiou]n +SFX i 0 pedness [^aeio][aeiou]p +SFX i 0 redness [^aeio][aiou]r +SFX i 0 sedness [^aeio][aeiou]s +SFX i 0 tedness [^aeio][aiou]t +SFX i 0 vedness [^aeio][aeiou]v +SFX i 0 zedness [^aeio][aeiou]z +SFX i 0 edness [^aeio]e[nrt] +SFX i y iedness [^aeiou]y +SFX i 0 edness [aeiou]y +SFX i 0 edness [aeio][aeiou][bcdfgklmnprstvz] +SFX i 0 edness [^aeiou][bcdfgklmnprstvz] +SFX i 0 edness [^ebcdfgklmnprstvyz] +SFX T Y 42 +SFX T 0 r e +SFX T 0 st e +SFX T 0 ber [^aeio][aeiou]b +SFX T 0 best [^aeio][aeiou]b +SFX T 0 ker [^aeio][aeiou]c +SFX T 0 kest [^aeio][aeiou]c +SFX T 0 der [^aeio][aeiou]d +SFX T 0 dest [^aeio][aeiou]d +SFX T 0 fer [^aeio][aeiou]f +SFX T 0 fest [^aeio][aeiou]f +SFX T 0 ger [^aeio][aeiou]g +SFX T 0 gest [^aeio][aeiou]g +SFX T 0 ker [^aeio][aeiou]k +SFX T 0 kest [^aeio][aeiou]k +SFX T 0 ler [^aeio][aeiou]l +SFX T 0 lest [^aeio][aeiou]l +SFX T 0 mer [^aeio][aeiou]m +SFX T 0 mest [^aeio][aeiou]m +SFX T 0 ner [^aeio][aeiou]n +SFX T 0 nest [^aeio][aeiou]n +SFX T 0 per [^aeio][aeiou]p +SFX T 0 pest [^aeio][aeiou]p +SFX T 0 rer [^aeio][aeiou]r +SFX T 0 rest [^aeio][aeiou]r +SFX T 0 ser [^aeio][aeiou]s +SFX T 0 sest [^aeio][aeiou]s +SFX T 0 ter [^aeio][aeiou]t +SFX T 0 test [^aeio][aeiou]t +SFX T 0 ver [^aeio][aeiou]v +SFX T 0 vest [^aeio][aeiou]v +SFX T 0 zer [^aeio][aeiou]z +SFX T 0 zest [^aeio][aeiou]z +SFX T y ier [^aeiou]y +SFX T y iest [^aeiou]y +SFX T 0 er [aeiou]y +SFX T 0 est [aeiou]y +SFX T 0 er [aeio][aeiou][bcdfgklmnprstvz] +SFX T 0 er [^aeiou][bcdfgklmnprstvz] +SFX T 0 er [^ebcdfgklmnprstvyz] +SFX T 0 est [aeio][aeiou][bcdfgklmnprstvz] +SFX T 0 est [^aeiou][bcdfgklmnprstvz] +SFX T 0 est [^ebcdfgklmnprstvyz] +SFX R Y 72 +SFX R 0 r e +SFX R 0 rs e +SFX R 0 ber [^aeio][aeiou]b +SFX R 0 bers [^aeio][aeiou]b +SFX R 0 ker [^aeio][aeiou]c +SFX R 0 kers [^aeio][aeiou]c +SFX R 0 der [^aeio][aeiou]d +SFX R 0 ders [^aeio][aeiou]d +SFX R 0 fer [^aeio][aeiou]f +SFX R 0 fers [^aeio][aeiou]f +SFX R 0 ger [^aeio][aeiou]g +SFX R 0 gers [^aeio][aeiou]g +SFX R 0 ker [^aeio][aeiou]k +SFX R 0 kers [^aeio][aeiou]k +SFX R 0 ler [^aeio][eiou]l +SFX R 0 er [aeio][eiou]l +SFX R 0 ler [^aeo]al +SFX R 0 er [aeo]al +SFX R 0 lers [^aeio][eiou]l +SFX R 0 ers [aeio][eiou]l +SFX R 0 lers [^aeo]al +SFX R 0 ers [aeo]al +SFX R 0 mer [^aeio][aeiou]m +SFX R 0 mers [^aeio][aeiou]m +SFX R 0 ner [^aeio][aeiou]n +SFX R 0 ners [^aeio][aeiou]n +SFX R 0 per [^aeio][aeiou]p +SFX R 0 pers [^aeio][aeiou]p +SFX R 0 rer [^aeio][aeiou]r +SFX R 0 rers [^aeio][aeiou]r +SFX R 0 ser [^aeio][aeiou]s +SFX R 0 sers [^aeio][aeiou]s +SFX R 0 ter [^aeio][aeiou]t +SFX R 0 ters [^aeio][aeiou]t +SFX R 0 ver [^aeio][aeiou]v +SFX R 0 vers [^aeio][aeiou]v +SFX R 0 zer [^aeio][aeiou]z +SFX R 0 zers [^aeio][aeiou]z +SFX R y ier [^aeiou]y +SFX R y iers [^aeiou]y +SFX R 0 er [aeiou]y +SFX R 0 ers [aeiou]y +SFX R 0 er [aeio][aeiou][bcdfgkmnprstvz] +SFX R 0 ers [aeio][aeiou][bcdfgkmnprstvz] +SFX R 0 er [^aeiou][bcdfgklmnprstvz] +SFX R 0 ers [^aeiou][bcdfgklmnprstvz] +SFX R 0 er [^ebcdfgklmnprstvyz] +SFX R 0 ers [^ebcdfgklmnprstvyz] +SFX R 0 r's e +SFX R 0 ber's [^aeio][aeiou]b +SFX R 0 ker's [^aeio][aeiou]c +SFX R 0 der's [^aeio][aeiou]d +SFX R 0 fer's [^aeio][aeiou]f +SFX R 0 ger's [^aeio][aeiou]g +SFX R 0 ker's [^aeio][aeiou]k +SFX R 0 ler's [^aeio][eiou]l +SFX R 0 er's [aeio][eiou]l +SFX R 0 ler's [^aeo]al +SFX R 0 er's [aeo]al +SFX R 0 mer's [^aeio][aeiou]m +SFX R 0 ner's [^aeio][aeiou]n +SFX R 0 per's [^aeio][aeiou]p +SFX R 0 rer's [^aeio][aeiou]r +SFX R 0 ser's [^aeio][aeiou]s +SFX R 0 ter's [^aeio][aeiou]t +SFX R 0 ver's [^aeio][aeiou]v +SFX R 0 zer's [^aeio][aeiou]z +SFX R y ier's [^aeiou]y +SFX R 0 er's [aeiou]y +SFX R 0 er's [aeio][aeiou][bcdfgkmnprstvz] +SFX R 0 er's [^aeiou][bcdfgklmnprstvz] +SFX R 0 er's [^ebcdfgklmnprstvyz] +SFX r Y 24 +SFX r 0 r e +SFX r 0 ler [^aeio][aeiou]l +SFX r 0 ker [^aeio][aeiou]c +SFX r y ier [^aeiou]y +SFX r 0 er [aeiou]y +SFX r 0 er [aeio][aeiou][cl] +SFX r 0 er [^aeiou][cl] +SFX r 0 er [^ecly] +SFX r 0 rs e +SFX r 0 lers [^aeio][aeiou]l +SFX r 0 kers [^aeio][aeiou]c +SFX r y iers [^aeiou]y +SFX r 0 ers [aeiou]y +SFX r 0 ers [aeio][aeiou][cl] +SFX r 0 ers [^aeiou][cl] +SFX r 0 ers [^ecly] +SFX r 0 r's e +SFX r 0 ler's [^aeio][aeiou]l +SFX r 0 ker's [^aeio][aeiou]c +SFX r y ier's [^aeiou]y +SFX r 0 er's [aeiou]y +SFX r 0 er's [aeio][aeiou][cl] +SFX r 0 er's [^aeiou][cl] +SFX r 0 er's [^ecly] +SFX S Y 9 +SFX S y ies [^aeiou]y +SFX S 0 s [aeiou]y +SFX S 0 es [sxz] +SFX S 0 es [cs]h +SFX S 0 s [^cs]h +SFX S 0 s [ae]u +SFX S 0 x [ae]u +SFX S 0 s [^ae]u +SFX S 0 s [^hsuxyz] +SFX P Y 6 +SFX P y iness [^aeiou]y +SFX P 0 ness [aeiou]y +SFX P 0 ness [^y] +SFX P y iness's [^aeiou]y +SFX P 0 ness's [aeiou]y +SFX P 0 ness's [^y] +SFX m Y 20 +SFX m 0 sman [bdknmt] +SFX m 0 sman [aeiou][bdklmnt]e +SFX m 0 man [^aeiou][bdklmnt]e +SFX m 0 man [^bdklmnt]e +SFX m 0 man [^bdeknmt] +SFX m 0 smen [bdknmt] +SFX m 0 smen [aeiou][bdklmnt]e +SFX m 0 men [^aeiou][bdklmnt]e +SFX m 0 men [^bdklmnt]e +SFX m 0 men [^bdeknmt] +SFX m 0 sman's [bdknmt] +SFX m 0 sman's [aeiou][bdklmnt]e +SFX m 0 man's [^aeiou][bdklmnt]e +SFX m 0 man's [^bdklmnt]e +SFX m 0 man's [^bdeknmt] +SFX m 0 smen's [bdknmt] +SFX m 0 smen's [aeiou][bdklmnt]e +SFX m 0 men's [^aeiou][bdklmnt]e +SFX m 0 men's [^bdklmnt]e +SFX m 0 men's [^bdeknmt] +SFX 5 Y 15 +SFX 5 0 swoman [bdknmt] +SFX 5 0 swoman [aeiou][bdklmnt]e +SFX 5 0 woman [^aeiou][bdklmnt]e +SFX 5 0 woman [^bdklmnt]e +SFX 5 0 woman [^bdeknmt] +SFX 5 0 swomen [bdknmt] +SFX 5 0 swomen [aeiou][bdklmnt]e +SFX 5 0 women [^aeiou][bdklmnt]e +SFX 5 0 women [^bdklmnt]e +SFX 5 0 women [^bdeknmt] +SFX 5 0 swoman's [bdknmt] +SFX 5 0 swoman's [aeiou][bdklmnt]e +SFX 5 0 woman's [^aeiou][bdklmnt]e +SFX 5 0 woman's [^bdklmnt]e +SFX 5 0 woman's [^bdeknmt] +SFX 6 Y 3 +SFX 6 y iful [^aeiou]y +SFX 6 0 ful [aeiou]y +SFX 6 0 ful [^y] +SFX j Y 3 +SFX j y ifully [^aeiou]y +SFX j 0 fully [aeiou]y +SFX j 0 fully [^y] +SFX p Y 5 +SFX p y iless [^aeiou]y +SFX p 0 less [aeiou]y +SFX p 0 ess ll +SFX p 0 less [^l]l +SFX p 0 less [^ly] +SFX Q Y 44 +SFX Q 0 tise a +SFX Q e ise [^l]e +SFX Q le ilise [^aeiou]le +SFX Q e ise [aeiou]le +SFX Q um ise um +SFX Q 0 ise [^u]m +SFX Q s se is +SFX Q 0 ise [^i]s +SFX Q y ise [^aeiou]y +SFX Q 0 ise [aeiou]y +SFX Q 0 ise [^aemsy] +SFX Q 0 tises a +SFX Q e ises [^l]e +SFX Q le ilises [^aeiou]le +SFX Q e ises [aeiou]le +SFX Q um ises um +SFX Q 0 ises [^u]m +SFX Q s ses is +SFX Q 0 ises [^i]s +SFX Q y ises [^aeiou]y +SFX Q 0 ises [aeiou]y +SFX Q 0 ises [^aemsy] +SFX Q 0 tised a +SFX Q e ised [^l]e +SFX Q le ilised [^aeiou]le +SFX Q e ised [aeiou]le +SFX Q um ised um +SFX Q 0 ised [^u]m +SFX Q s sed is +SFX Q 0 ised [^i]s +SFX Q y ised [^aeiou]y +SFX Q 0 ised [aeiou]y +SFX Q 0 ised [^aemsy] +SFX Q 0 tising a +SFX Q e ising [^l]e +SFX Q le ilising [^aeiou]le +SFX Q e ising [aeiou]le +SFX Q um ising um +SFX Q 0 ising [^u]m +SFX Q s sing is +SFX Q 0 ising [^i]s +SFX Q y ising [^aeiou]y +SFX Q 0 ising [aeiou]y +SFX Q 0 ising [^aemsy] +SFX 8 Y 44 +SFX 8 0 tize a +SFX 8 e ize [^l]e +SFX 8 le ilize [^aeiou]le +SFX 8 e ize [aeiou]le +SFX 8 um ize um +SFX 8 0 ize [^u]m +SFX 8 s ze is +SFX 8 0 ize [^i]s +SFX 8 y ize [^aeiou]y +SFX 8 0 ize [aeiou]y +SFX 8 0 ize [^aemsy] +SFX 8 0 tizes a +SFX 8 e izes [^l]e +SFX 8 le ilizes [^aeiou]le +SFX 8 e izes [aeiou]le +SFX 8 um izes um +SFX 8 0 izes [^u]m +SFX 8 s zes is +SFX 8 0 izes [^i]s +SFX 8 y izes [^aeiou]y +SFX 8 0 izes [aeiou]y +SFX 8 0 izes [^aemsy] +SFX 8 0 tized a +SFX 8 e ized [^l]e +SFX 8 le ilized [^aeiou]le +SFX 8 e ized [aeiou]le +SFX 8 um ized um +SFX 8 0 ized [^u]m +SFX 8 s zed is +SFX 8 0 ized [^i]s +SFX 8 y ized [^aeiou]y +SFX 8 0 ized [aeiou]y +SFX 8 0 ized [^aemsy] +SFX 8 0 tizing a +SFX 8 e izing [^l]e +SFX 8 le ilizing [^aeiou]le +SFX 8 e izing [aeiou]le +SFX 8 um izing um +SFX 8 0 izing [^u]m +SFX 8 s zing is +SFX 8 0 izing [^i]s +SFX 8 y izing [^aeiou]y +SFX 8 0 izing [aeiou]y +SFX 8 0 izing [^aemsy] +SFX q Y 22 +SFX q 0 tisation a +SFX q e isation [^l]e +SFX q le ilisation [^aeiou]le +SFX q e isation [aeiou]le +SFX q um isation um +SFX q 0 isation [^u]m +SFX q s sation is +SFX q 0 isation [^i]s +SFX q y isation [^aeiou]y +SFX q 0 isation [aeiou]y +SFX q 0 isation [^aemsy] +SFX q 0 tisations a +SFX q e isations [^l]e +SFX q le ilisations [^aeiou]le +SFX q e isations [aeiou]le +SFX q um isations um +SFX q 0 isations [^u]m +SFX q s sations is +SFX q 0 isations [^i]s +SFX q y isations [^aeiou]y +SFX q 0 isations [aeiou]y +SFX q 0 isations [^aemsy] +SFX - Y 22 +SFX - 0 tization a +SFX - e ization [^l]e +SFX - le ilization [^aeiou]le +SFX - e ization [aeiou]le +SFX - um ization um +SFX - 0 ization [^u]m +SFX - s zation is +SFX - 0 ization [^i]s +SFX - y ization [^aeiou]y +SFX - 0 ization [aeiou]y +SFX - 0 ization [^aemsy] +SFX - 0 tizations a +SFX - e izations [^l]e +SFX - le ilizations [^aeiou]le +SFX - e izations [aeiou]le +SFX - um izations um +SFX - 0 izations [^u]m +SFX - s zations is +SFX - 0 izations [^i]s +SFX - y izations [^aeiou]y +SFX - 0 izations [aeiou]y +SFX - 0 izations [^aemsy] +SFX s Y 33 +SFX s 0 tiser a +SFX s e iser [^l]e +SFX s le iliser [^aeiou]le +SFX s e iser [aeiou]le +SFX s um iser um +SFX s 0 iser [^u]m +SFX s s ser is +SFX s 0 iser [^i]s +SFX s y iser [^aeiou]y +SFX s 0 iser [aeiou]y +SFX s 0 iser [^aemsy] +SFX s 0 tisers a +SFX s e isers [^l]e +SFX s le ilisers [^aeiou]le +SFX s e isers [aeiou]le +SFX s um isers um +SFX s 0 isers [^u]m +SFX s s sers is +SFX s 0 isers [^i]s +SFX s y isers [^aeiou]y +SFX s 0 isers [aeiou]y +SFX s 0 isers [^aemsy] +SFX s 0 tiser's a +SFX s e iser's [^l]e +SFX s le iliser's [^aeiou]le +SFX s e iser's [aeiou]le +SFX s um iser's um +SFX s 0 iser's [^u]m +SFX s s ser's is +SFX s 0 iser's [^i]s +SFX s y iser's [^aeiou]y +SFX s 0 iser's [aeiou]y +SFX s 0 iser's [^aemsy] +SFX 9 Y 33 +SFX 9 0 tizer a +SFX 9 e izer [^l]e +SFX 9 le ilizer [^aeiou]le +SFX 9 e izer [aeiou]le +SFX 9 um izer um +SFX 9 0 izer [^u]m +SFX 9 s zer is +SFX 9 0 izer [^i]s +SFX 9 y izer [^aeiou]y +SFX 9 0 izer [aeiou]y +SFX 9 0 izer [^aemsy] +SFX 9 0 tizers a +SFX 9 e izers [^l]e +SFX 9 le ilizers [^aeiou]le +SFX 9 e izers [aeiou]le +SFX 9 um izers um +SFX 9 0 izers [^u]m +SFX 9 s zers is +SFX 9 0 izers [^i]s +SFX 9 y izers [^aeiou]y +SFX 9 0 izers [aeiou]y +SFX 9 0 izers [^aemsy] +SFX 9 0 tizer's a +SFX 9 e izer's [^l]e +SFX 9 le ilizer's [^aeiou]le +SFX 9 e izer's [aeiou]le +SFX 9 um izer's um +SFX 9 0 izer's [^u]m +SFX 9 s zer's is +SFX 9 0 izer's [^i]s +SFX 9 y izer's [^aeiou]y +SFX 9 0 izer's [aeiou]y +SFX 9 0 izer's [^aemsy] +SFX t Y 22 +SFX t 0 tisable a +SFX t e isable [^l]e +SFX t le ilisable [^aeiou]le +SFX t e isable [aeiou]le +SFX t um isable um +SFX t 0 isable [^u]m +SFX t s sable is +SFX t 0 isable [^i]s +SFX t y isable [^aeiou]y +SFX t 0 isable [aeiou]y +SFX t 0 isable [^aemsy] +SFX t 0 tisability a +SFX t e isability [^l]e +SFX t le ilisability [^aeiou]le +SFX t e isability [aeiou]le +SFX t um isability um +SFX t 0 isability [^u]m +SFX t s sability is +SFX t 0 isability [^i]s +SFX t y isability [^aeiou]y +SFX t 0 isability [aeiou]y +SFX t 0 isability [^aemsy] +SFX + Y 22 +SFX + 0 tizable a +SFX + e izable [^l]e +SFX + le ilizable [^aeiou]le +SFX + e izable [aeiou]le +SFX + um izable um +SFX + 0 izable [^u]m +SFX + s zable is +SFX + 0 izable [^i]s +SFX + y izable [^aeiou]y +SFX + 0 izable [aeiou]y +SFX + 0 izable [^aemsy] +SFX + 0 tizability a +SFX + e izability [^l]e +SFX + le ilizability [^aeiou]le +SFX + e izability [aeiou]le +SFX + um izability um +SFX + 0 izability [^u]m +SFX + s zability is +SFX + 0 izability [^i]s +SFX + y izability [^aeiou]y +SFX + 0 izability [aeiou]y +SFX + 0 izability [^aemsy] +SFX M Y 1 +SFX M 0 's . +SFX B Y 48 +SFX B e able [^acegilotu]e +SFX B 0 able [acegilou]e +SFX B te ble ate +SFX B e able [^a]te +SFX B 0 bable [^aeio][aeiou]b +SFX B 0 kable [^aeio][aeiou]c +SFX B 0 dable [^aeio][aeiou]d +SFX B 0 fable [^aeio][aeiou]f +SFX B 0 gable [^aeio][aeiou]g +SFX B 0 kable [^aeio][aeiou]k +SFX B 0 lable [^aeio][aeiou]l +SFX B 0 mable [^aeio][aeiou]m +SFX B 0 nable [^aeio][aeiou]n +SFX B 0 pable [^aeio][aeiou]p +SFX B 0 rable [^aeio][aeiou]r +SFX B 0 sable [^aeio][aeiou]s +SFX B 0 table [^aeio][aeiou]t +SFX B 0 vable [^aeio][aeiou]v +SFX B 0 zable [^aeio][aeiou]z +SFX B 0 able [aeio][aeiou][bcdfgklmnprstvz] +SFX B 0 able [^aeiou][bcdfgklmnprstvz] +SFX B y iable [^aeiou]y +SFX B 0 able [aeiou]y +SFX B 0 able [^ebcdfgklmnprstvzy] +SFX B e ability [^acegilotu]e +SFX B 0 ability [acegilou]e +SFX B te bility ate +SFX B e ability [^a]te +SFX B 0 bability [^aeio][aeiou]b +SFX B 0 kability [^aeio][aeiou]c +SFX B 0 dability [^aeio][aeiou]d +SFX B 0 fability [^aeio][aeiou]f +SFX B 0 gability [^aeio][aeiou]g +SFX B 0 kability [^aeio][aeiou]k +SFX B 0 lability [^aeio][aeiou]l +SFX B 0 mability [^aeio][aeiou]m +SFX B 0 nability [^aeio][aeiou]n +SFX B 0 pability [^aeio][aeiou]p +SFX B 0 rability [^aeio][aeiou]r +SFX B 0 sability [^aeio][aeiou]s +SFX B 0 tability [^aeio][aeiou]t +SFX B 0 vability [^aeio][aeiou]v +SFX B 0 zability [^aeio][aeiou]z +SFX B 0 ability [aeio][aeiou][bcdfgklmnprstvz] +SFX B 0 ability [^aeiou][bcdfgklmnprstvz] +SFX B y iability [^aeiou]y +SFX B 0 ability [aeiou]y +SFX B 0 ability [^ebcdfgklmnprstvzy] +SFX 7 Y 9 +SFX 7 e able [acegilou]e +SFX 7 0 able [^acegilou]e +SFX 7 0 kable [^aeio][aeiou]c +SFX 7 0 lable [^aeio][aeiou]l +SFX 7 0 able [aeio][aeiou][cl] +SFX 7 0 able [^aeiou][cl] +SFX 7 y iable [^aeiou]y +SFX 7 0 able [aeiou]y +SFX 7 0 able [^cely] +SFX g Y 9 +SFX g e ability [^acegilou]e +SFX g 0 ability [acegilou]e +SFX g 0 kability [^aeio][aeiou]c +SFX g 0 lability [^aeio][aeiou]l +SFX g 0 ability [aeio][aeiou][cl] +SFX g 0 ability [^aeiou][cl] +SFX g y iability [^aeiou]y +SFX g 0 ability [aeiou]y +SFX g 0 ability [^cely] +SFX l Y 9 +SFX l e ably [^acegilou]e +SFX l 0 ably [acegilou]e +SFX l 0 kably [^aeio][aeiou]c +SFX l 0 lably [^aeio][aeiou]l +SFX l 0 ably [aeio][aeiou][cl] +SFX l 0 ably [^aeiou][cl] +SFX l y iably [^aeiou]y +SFX l 0 ably [aeiou]y +SFX l 0 ably [^cely] +SFX b Y 3 +SFX b e ible [^aeiou]e +SFX b 0 ible [aeiou]e +SFX b 0 ible [^e] +SFX L Y 12 +SFX L 0 ament m +SFX L y iment [^aeiou]y +SFX L 0 ment [aeiou]y +SFX L 0 ment [^my] +SFX L 0 aments m +SFX L y iments [^aeiou]y +SFX L 0 ments [aeiou]y +SFX L 0 ments [^my] +SFX L 0 ament's m +SFX L y iment's [^aeiou]y +SFX L 0 ment's [aeiou]y +SFX L 0 ment's [^my] +SFX Z Y 22 +SFX Z e y [^aeiouy]e +SFX Z 0 y [aeiouy]e +SFX Z 0 ey [aiouy] +SFX Z 0 by [^aeio][aeiou]b +SFX Z 0 ky [^aeio][aeiou]c +SFX Z 0 dy [^aeio][aeiou]d +SFX Z 0 fy [^aeio][aeiou]f +SFX Z 0 gy [^aeio][aeiou]g +SFX Z 0 ky [^aeio][aeiou]k +SFX Z 0 ly [^aeio][aeiou]l +SFX Z 0 my [^aeio][aeiou]m +SFX Z 0 ny [^aeio][aiou]n +SFX Z 0 py [^aeio][aeiou]p +SFX Z 0 ry [^aeio][aiou]r +SFX Z 0 sy [^aeio][aeiou]s +SFX Z 0 ty [^aeio][aiou]t +SFX Z 0 vy [^aeio][aeiou]v +SFX Z 0 zy [^aeio][aeiou]z +SFX Z 0 y [^aeio]e[nrt] +SFX Z 0 y [aeio][aeiou][bcdfgklmnprstvz] +SFX Z 0 y [^aeiou][bcdfgklmnprstvz] +SFX Z 0 y [^aebcdfgiklmnoprstuvyz] +SFX 2 Y 21 +SFX 2 e iness [^aeiouy]e +SFX 2 0 iness [aeiouy]e +SFX 2 0 biness [^aeio][aeiou]b +SFX 2 0 kiness [^aeio][aeiou]c +SFX 2 0 diness [^aeio][aeiou]d +SFX 2 0 finess [^aeio][aeiou]f +SFX 2 0 giness [^aeio][aeiou]g +SFX 2 0 kiness [^aeio][aeiou]k +SFX 2 0 liness [^aeio][aeiou]l +SFX 2 0 miness [^aeio][aeiou]m +SFX 2 0 niness [^aeio][aiou]n +SFX 2 0 piness [^aeio][aeiou]p +SFX 2 0 riness [^aeio][aiou]r +SFX 2 0 siness [^aeio][aeiou]s +SFX 2 0 tiness [^aeio][aiou]t +SFX 2 0 viness [^aeio][aeiou]v +SFX 2 0 ziness [^aeio][aeiou]z +SFX 2 0 iness [^aeio]e[nrt] +SFX 2 0 iness [aeio][aeiou][bcdfgklmnprstvz] +SFX 2 0 iness [^aeiou][bcdfgklmnprstvz] +SFX 2 0 iness [^ebcdfgklmnprstvz] +SFX z Y 24 +SFX z e ily [^aeiouy]e +SFX z 0 ily [aeiouy]e +SFX z 0 ily [aiou]y +SFX z ey ily ey +SFX z y ily [^aeiou]y +SFX z 0 bily [^aeio][aeiou]b +SFX z 0 kily [^aeio][aeiou]c +SFX z 0 dily [^aeio][aeiou]d +SFX z 0 fily [^aeio][aeiou]f +SFX z 0 gily [^aeio][aeiou]g +SFX z 0 kily [^aeio][aeiou]k +SFX z 0 lily [^aeio][aeiou]l +SFX z 0 mily [^aeio][aeiou]m +SFX z 0 nily [^aeio][aiou]n +SFX z 0 pily [^aeio][aeiou]p +SFX z 0 rily [^aeio][aiou]r +SFX z 0 sily [^aeio][aeiou]s +SFX z 0 tily [^aeio][aiou]t +SFX z 0 vily [^aeio][aeiou]v +SFX z 0 zily [^aeio][aeiou]z +SFX z 0 ily [^aeio]e[nrt] +SFX z 0 ily [aeio][aeiou][bcdfgklmnprstvyz] +SFX z 0 ily [^aeiou][bcdfgklmnprstvyz] +SFX z 0 ily [^ebcdfgklmnprstvyz] +SFX y Y 15 +SFX y e ory te +SFX y e atory [mr]e +SFX y e ary se +SFX y 0 ry [^mrst]e +SFX y 0 ory [^aeous]t +SFX y 0 ry [aeous]t +SFX y 0 ery h +SFX y 0 atory [^i]m +SFX y im matory im +SFX y 0 ory s +SFX y 0 ary ion +SFX y 0 ry [^i]on +SFX y 0 nery [aiu]n +SFX y 0 ry [^aiou]n +SFX y 0 ry [^ehmstn] +SFX O Y 12 +SFX O 0 l a +SFX O e al [^bcgv]e +SFX O e ial [bcgv]e +SFX O 0 ial [bcrx] +SFX O um al um +SFX O 0 al [^u]m +SFX O y al ty +SFX O y ial [^t]y +SFX O 0 ual [px]t +SFX O 0 tal [iu]t +SFX O 0 al [^ipux]t +SFX O 0 al [^aebcrtxmy] +SFX o Y 12 +SFX o 0 lly a +SFX o e ally [^bcgv]e +SFX o e ially [bcgv]e +SFX o 0 ially [bcrx] +SFX o um ally um +SFX o 0 ally [^u]m +SFX o y ally ty +SFX o y ially [^t]y +SFX o 0 ually [px]t +SFX o 0 tally [iu]t +SFX o 0 ally [^ipux]t +SFX o 0 ally [^aebcrtxmy] +SFX W Y 21 +SFX W ce tific ce +SFX W e atic me +SFX W se tic se +SFX W le ic ble +SFX W e ic [^b]le +SFX W e ic [^clms]e +SFX W 0 lic [ay]l +SFX W 0 ic [^ay]l +SFX W us ic us +SFX W 0 tic [^u]s +SFX W er ric er +SFX W 0 ic [^e]r +SFX W 0 atic [aeiou]m +SFX W 0 ic [^aeiou]m +SFX W 0 tic ma +SFX W a ic [^m]a +SFX W y etic thy +SFX W y ic [^t]hy +SFX W y tic sy +SFX W y ic [^hs]y +SFX W 0 ic [^aelmrsy] +SFX w Y 9 +SFX w e ical e +SFX w er rical er +SFX w 0 ical [^e]r +SFX w 0 atical [aeiou]m +SFX w 0 ical [^aeiou]m +SFX w 0 tical ma +SFX w a ical [^m]a +SFX w y ical y +SFX w 0 ical [^aemry] +SFX 1 Y 9 +SFX 1 e ically e +SFX 1 er rically er +SFX 1 0 ically [^e]r +SFX 1 0 atically [aeiou]m +SFX 1 0 ically [^aeiou]m +SFX 1 0 tically ma +SFX 1 a ically [^m]a +SFX 1 y ically y +SFX 1 0 ically [^aemry] +SFX 3 Y 21 +SFX 3 e ist [^aceiou]e +SFX 3 ce tist ce +SFX 3 0 ist [aeiou]e +SFX 3 y ist [^aeioubp]y +SFX 3 0 ist [aeioubp]y +SFX 3 o ist o +SFX 3 0 ists [^eoy] +SFX 3 e ists [^aceiou]e +SFX 3 ce tists ce +SFX 3 0 ists [aeiou]e +SFX 3 y ists [^aeioubp]y +SFX 3 0 ists [aeioubp]y +SFX 3 o ists o +SFX 3 0 ists [^eoy] +SFX 3 e ist's [^aceiou]e +SFX 3 ce tist's ce +SFX 3 0 ist's [aeiou]e +SFX 3 y ist's [^aeioubp]y +SFX 3 0 ist's [aeioubp]y +SFX 3 o ist's o +SFX 3 0 ist's [^eoy] + +BREAK 3 +BREAK — +BREAK – +BREAK - + +ICONV 6 +ICONV ’ ' +ICONV ffi ffi +ICONV ffl ffl +ICONV ff ff +ICONV fi fi +ICONV fl fl + +OCONV 1 +OCONV ' ’ + +# PHONEtic_english.h - #PHONEtic transformation rules for use with #PHONEtic.c +# Copyright (C) 2000 Björn Jacke +# +# This rule set is based on Lawrence Phillips original metaPHONE +# algorithm with modifications made by Michael Kuhn in his +# C implantation, more modifications by Björn Jacke when +# converting the algorithm to a rule set and minor +# touch ups by Kevin Atkinson +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1 as published by the Free Software Foundation; +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Björn Jacke may be reached by email at bjoern.jacke@gmx.de +# +# Changelog: +# +# 2000-01-05 Björn Jacke +# - first version with translation rules derived from +# metaPHONE.cc distributed with aspell 0.28.3 +# - "TH" is now representated as "@" because "0" is a +# meta character +# - removed TH(!vowel) --> T; always use TH --> # instead +# - dropped "^AE" -> "E" (redundant) +# - "ing" is transformed to "N", not "NK" +# - "SCH(EO)" transforms to "SK" now +# - added R --> SILENT if (after a vowel) and no (vowel or +# "y" follows) like in "Marcy" or "abort" +# - H is SILENT in RH at beginning of words +# - H is SILENT if vowel leads and "Y" follows +# - some ".OUGH.." --> ...F exceptions added +# - "^V" transforms to "W" +# 2000-01-07 Kevin Atkinson +# Converted from header to data file. +# +# 2007-08-23 László Németh +# Add PHONE header and #PHONE keywords +# +# 2010-03-09 László Németh +# Temporarily removing acuted character É +# because of the missing UTF-8 support +# +# version 1.1 + +# Documentation: http://aspell.net/man-html/PHONEtic-Code.html + +PHONE 104 +PHONE AH(AEIOUY)-^ *H +PHONE AR(AEIOUY)-^ *R +PHONE A(HR)^ * +PHONE A^ * +PHONE AH(AEIOUY)- H +PHONE AR(AEIOUY)- R +PHONE A(HR) _ +PHONE BB- _ +PHONE B B +PHONE CQ- _ +PHONE CIA X +PHONE CH X +PHONE C(EIY)- S +PHONE CK K +PHONE COUGH^ KF +PHONE CC< C +PHONE C K +PHONE DG(EIY) K +PHONE DD- _ +PHONE D T +PHONE EH(AEIOUY)-^ *H +PHONE ER(AEIOUY)-^ *R +PHONE E(HR)^ * +PHONE ENOUGH^$ *NF +PHONE E^ * +PHONE EH(AEIOUY)- H +PHONE ER(AEIOUY)- R +PHONE E(HR) _ +PHONE FF- _ +PHONE F F +PHONE GN^ N +PHONE GN$ N +PHONE GNS$ NS +PHONE GNED$ N +PHONE GH(AEIOUY)- K +PHONE GH _ +PHONE GG9 K +PHONE G K +PHONE H H +PHONE IH(AEIOUY)-^ *H +PHONE IR(AEIOUY)-^ *R +PHONE I(HR)^ * +PHONE I^ * +PHONE ING6 N +PHONE IH(AEIOUY)- H +PHONE IR(AEIOUY)- R +PHONE I(HR) _ +PHONE J K +PHONE KN^ N +PHONE KK- _ +PHONE K K +PHONE LAUGH^ LF +PHONE LL- _ +PHONE L L +PHONE MB$ M +PHONE MM M +PHONE M M +PHONE NN- _ +PHONE N N +PHONE OH(AEIOUY)-^ *H +PHONE OR(AEIOUY)-^ *R +PHONE O(HR)^ * +PHONE O^ * +PHONE OH(AEIOUY)- H +PHONE OR(AEIOUY)- R +PHONE O(HR) _ +PHONE PH F +PHONE PN^ N +PHONE PP- _ +PHONE P P +PHONE Q K +PHONE RH^ R +PHONE ROUGH^ RF +PHONE RR- _ +PHONE R R +PHONE SCH(EOU)- SK +PHONE SC(IEY)- S +PHONE SH X +PHONE SI(AO)- X +PHONE SS- _ +PHONE S S +PHONE TI(AO)- X +PHONE TH @ +PHONE TCH-- _ +PHONE TOUGH^ TF +PHONE TT- _ +PHONE T T +PHONE UH(AEIOUY)-^ *H +PHONE UR(AEIOUY)-^ *R +PHONE U(HR)^ * +PHONE U^ * +PHONE UH(AEIOUY)- H +PHONE UR(AEIOUY)- R +PHONE U(HR) _ +PHONE V^ W +PHONE V F +PHONE WR^ R +PHONE WH^ W +PHONE W(AEIOU)- W +PHONE X^ S +PHONE X KS +PHONE Y(AEIOU)- Y +PHONE ZZ- _ +PHONE Z S + +#The rules in a different view: +# +# Exceptions: +# +# Beginning of word: "gn", "kn-", "pn-", "wr-" ----> drop first letter +# "Aebersold", "Gnagy", "Knuth", "Pniewski", "Wright" +# +# Beginning of word: "x" ----> change to "s" +# as in "Deng Xiaopeng" +# +# Beginning of word: "wh-" ----> change to "w" +# as in "Whalen" +# Beginning of word: leading vowels are transformed to "*" +# +# "[crt]ough" and "enough" are handled separately because of "F" sound +# +# +# A --> A at beginning +# _ otherwise +# +# B --> B unless at the end of word after "m", as in "dumb", "McComb" +# +# C --> X (sh) if "-cia-" or "-ch-" +# S if "-ci-", "-ce-", or "-cy-" +# SILENT if "-sci-", "-sce-", or "-scy-", or "-cq-" +# K otherwise, including in "-sch-" +# +# D --> K if in "-dge-", "-dgy-", or "-dgi-" +# T otherwise +# +# E --> A at beginnig +# _ SILENT otherwise +# +# F --> F +# +# G --> SILENT if in "-gh-" and not at end or before a vowel +# in "-gn" or "-gned" or "-gns" +# in "-dge-" etc., as in above rule +# K if before "i", or "e", or "y" if not double "gg" +# +# K otherwise (incl. "GG"!) +# +# H --> SILENT if after vowel and no vowel or "Y" follows +# or after "-ch-", "-sh-", "-ph-", "-th-", "-gh-" +# or after "rh-" at beginning +# H otherwise +# +# I --> A at beginning +# _ SILENT otherwise +# +# J --> K +# +# K --> SILENT if after "c" +# K otherwise +# +# L --> L +# +# M --> M +# +# N --> N +# +# O --> A at beginning +# _ SILENT otherwise +# +# P --> F if before "h" +# P otherwise +# +# Q --> K +# +# R --> SILENT if after vowel and no vowel or "Y" follows +# R otherwise +# +# S --> X (sh) if before "h" or in "-sio-" or "-sia-" +# SK if followed by "ch(eo)" (SCH(EO)) +# S otherwise +# +# T --> X (sh) if "-tia-" or "-tio-" +# 0 (th) if before "h" +# silent if in "-tch-" +# T otherwise +# +# U --> A at beginning +# _ SILENT otherwise +# +# V --> V if first letter of word +# F otherwise +# +# W --> SILENT if not followed by a vowel +# W if followed by a vowel +# +# X --> KS +# +# Y --> SILENT if not followed by a vowel +# Y if followed by a vowel +# +# Z --> S + diff --git a/resources/dicts/en_AU.dic b/resources/dicts/en_AU.dic new file mode 100755 index 000000000..f96b8db34 --- /dev/null +++ b/resources/dicts/en_AU.dic @@ -0,0 +1,49845 @@ +49844 +1st +2 +2nd +2th +3rd +7 +7th +A +AA +AAA +Aachen/M +Ababa/M +abalone/SM +abase/LDSG +abaser/M +abash/LGDhS +abbreviate/nDGNS +Aberdeenshire/M +aberrantes +aberration/SM +Aberystwyth/M +Abilene/M +abjure/yDNSnRG +abode/MS +abolitionism/SM +abolitionist +abort/VGDSvu +abortion/3MS +abortive/P +abound/DSG +about +Abraham/M +abreaction/SM +abrogation/M +Abrolhos +abruptness/S +abs/M +abscission/SM +abscond/RSDG +abseil/DSG +abseiler +absence/MS +absentia/M +absolute/PT3YS +absorbency/SM +absorbs/A +absorptivity/M +abstract/iTPDGVhYS +abstractedness/S +abstractionist +Abu/M +abundant/Y +abuse/RvDVuSG +abysm/o +abysmal +abyss/MS +Abyssinia/M +academe/MwZS1 +academia/SM +academicianship +Acapulco/M +ACAS +accelerator/SM +acceptableness/S +acceptably/U +acceptingness +acclimatise/ADGS +accommodate/SNuDnkVG +accommodation/M +accompany/L3DSG +accomplice/SM +accomplished/U +accountability/SM +accountant/MS +accounting/M +accoutre/DLGS +accredit/ndS +accredited/U +accrue/DSG +accumulator/SM +accuracy/SIM +accusation/M +accustomed/P +acerbic/Y +acetate/MS +Achaean/M +ached/FKA +achieve/LGDRS +achievement/f +achieving/fc +acidity/SM +acidosis/M +acknowledge/LRShDG +acorn/SM +acquaint/GADS +acquirable +acquire/LDSG +acquisitive/PY +acquitter/M +acrimonious/YP +acrimony/SM +acrobat/1MSW +acrophobia/SM +acropolis/SM +acrostic/SM +actinide/MS +activeness/S +actuality/SM +adage/MS +adapt/niRGuBNDvSV +adaptedness/M +ADC +addend/SM +addiction/SM +Addison/M +addressee/MS +adduce/DbGSNV +adductor/M +Adenauer/M +adeptness/S +adipose/S +adjudicate/DnVyGSN +administrable +administrate/SGDVv +admiral/SM +admiralty/MS +admiration/M +admittance/MS +admonisher/M +admonition/SM +adolescent/SYM +Adonis/M +adorableness/S +Adrian/M +adroitness/S +adsorbent/S +ADte +adultery/SM +advance/DLRSG +advantage/DMESG +advantageousness/E +adventist/S +adventurousness/S +adversary/MS +adversity/MS +advisability/SM +advisedly/UI +advocate/SGVD +adze/MGSD +aeolian +aerate/DNnSG +aerator/MS +aerial/SM3 +aerobatic/S +aeronautics' +aestheticism/SM +AFAIK +afar +affected/PEY +afferent/SY +affirm/AnDNGS +afflict/DvGVS +affliction/SM +affluent/Y +affordable/U +affricative/M +aflame +aflutter +afresh +African/SM +aft +afterburner/MS +afterlife/M +aftershave/S +after-taste/SM +against +agave/SM +agent's/A +agglomerate/NDnSVG +agglomeration/M +aggregate/DESNG +aggressive/YP +agni +agoraphobic/S +agreeableness/SE +agronomic/S +aide-memoires +ail/DLSG +Airbus/MS +air-conditioned +air-conditioner +aircraft/M +aircraft-carrier/MS +airiness/S +airline/RMS +airmail/MDG +airmass +airport/MS +airtime +airway/MS +airworthiness/S +aitch/SM +al/b +Alan/M +alarmist +Alastair/M +alba/M +albeit +albumin/MS +Albuquerque/M +alchemy/Sw3M +Aldgate +Aldridge/M +aleatory +Aleck +alert/TYPRhSDG +alertness/S +Alexandra +Alexia/M +Alf/M +alfalfa/MS +Alfred/M +Alfredo/M +alga/M +algal +algebra/3MS +algebraist +alias/DGMS +aliener +align/RLSGD +aligns/aA +alike/P +al-Jazeera +Al-Jazzier +alkaline +Allah/M +all-day +allegation/M +Allegheny/S +Allentown +allergen/WMS +allier +alligator/MS +all-in +Allison/M +allocatur/MS +allotter/M +allowable/P +allowance/SM +allows/E +alloyed/U +all-pervading +all-powerful +all-rounder +Allstate +all-time +alluvial +al-Maida/M +almanac/MS +almightiness' +almoner/SM +alongside +aloofness/S +Alphonse/M +alpine/4 +Alps +Alsation/MS +Al-Shari +al-Sharif +al-Swahili +alterable/IU +alterer/S +Althea/M +altimeter/SM +alumna/M +always +Alyssa/M +Al-Zawahiri +amalgam/nVSM +amalgamation/M +amanuenses +amaranth/SM +Amarillo/M +AMAX +amaze/hLkDSG +ambassadorial +ambassadorship/SM +ambassadress/MS +amber/SM +ambiance/MS +ambiguity/SM +ambition/M +ambitiously/U +amenorrhoea/M +amerce/GDLS +Ames +Amherst/M +amide/MS +amidst +aminobenzoic +amiss +Amit/M +Amman/M +ammoniac +amnion/MS +amortise/nDSG +amortised/U +Amos +amount/SMGD +amphibian/SM +amphorae +ample/TP +amplification/M +Amtrak/M +Amy/M +amyl/M +anachronistic/Y +anaemic/Y +analogy/MwQS1 +anaplasmosis/M +anarchism/SM +anarchy/M13SWw +anastigmatic +anastomoses +anathema/QSM +ancestor/SM +anchorage/MS +anchorpeople +androgyny/SM +angioplasty/S +Anglesea +angleworm/SM +Anglicise/SnDG +Anglicization/S +Anglo-Boer +Anglo-French +Anglophobia/M +Anglo-Saxon +angora/MS +angry/YTP +anguish/GSDM +anima/n +animadversion/SM +animadvert/SDG +animalism +animality +animate/YPGSDh +animately/I +anion/SMW +anise/SM +Ann/M +Annapolis/M +annihilation/M +annoyance/MS +annuitant/SM +annular/Y +annunciator/SM +anointer/M +anomie +anonymity/MS +anopheles/M +antagonise/SGDR +Antananarivo/M +anteater/SM +antecedent/YSM +antechamber/SM +antenatal +antennae +anthill/S +anthology/S3MQ +Anthony/M +anthraces +anthropogenic +anthropology/w13SM +anthropomorphosis +anti-apartheid +antibacterial/S +Antichrist +anticommunism/MS +antifascist/SM +antifundamentalist/M +antigenicity/SM +anti-heroes +antiknock/SM +Antilles/M +antimissile/S +antipasti +antipathy/SMW +anti-personnel +antiperspirant/SM +antiquarianism/MS +antiredeposition +antiresonator +anti-Semitic +anti-Semitism/M +antithetic/Y +antithyroid +antiviral/S +antler/SM +antonymous +anvil/GMDS +anxious/PY +Apache/MS +Apalachicola +apart/LP +apartheid/M +ape/DySGMw1 +aped/A +apelike +apex/SM +aphasic/S +aphelia +aphorism/MS +apiary/S3M +apocalypse/SWM +apocrypha/oM +apocryphal/P +apologetic/MYS +apophthegm/MS +apostrophe/QSM +appeal/kDGMS +appealer/M +appendectomy/SM +appendix/SM +appetite/SMV +Appian +apple-cart/M +Appomattox +appositeness +appreciation/M +appreciativeness/U +apprehender/M +apprehension/aM +apprise/SDkG +approachability/M +approbation/ESM +appropriable +appropriate/GanSDN +appropriator/SM +approval/ESM +approved/U +April/SM +apse/MS +apt/YIP +aquamarine/SM +aquanaut/MS +Aquarius/M +aquavit/MS +aquiline +arabesque/SM +arachnid/SM +Arachnida +arbitrator/MS +arc/DSMG +arcade/DGSM +Arcadia/M +arcane/Y +archaic/Y +Archefield +arch-enemy/SM +archetype/SMw +archfool +architectonics/M +architectural +Arden/M +ardency/M +arduousness/S +Ares +Aretha/M +arguable/YIU +argued/e +argumentation/M +argumentativeness/S +argy +aristocracy/SM +aristocrat/1SWM +arithmetical +Arkansan +Arlene/M +arm/LDSEAG +Armageddon/M +Armagh/M +armed/U +armoury/SDM +armpit/SM +arms/fc +Armstrong/M +Arne/M +Arno +aroma/1WMS +aromaticity/M +arose +arouser's +arr +arraign/DGLS +arrange/RLDSG +arras/M +array/ESGDM +arrested/A +arrhythmical +arrival/SM +arrive/DSG +arrogance/SM +arsenal/SM +arsenide/M +artefact/SM +artefactual +arthritides +Arthur/M +articulable/I +articular +articulate/PSNyYGVDn +articulateness/S +articulation/M +artificial/P +artillery/mS3M +artisan/SM +Arundel/M +Aryanism/M +ascaris +ascendency +ascetic/SMY +ascription/M +aseptic/Y +Asher +Ashgabat/M +ashlar/dMS +Ashley/M +ashore +Ashton/M +asimilar +askance +asleep +aspersion/SM +aspiration/M +aspirator/SM +aspirer/M +Assad/M +assailant/SM +assembling/A +assembly/ASM +asserted/A +assertion/SAM +assertive/U +assess/7LS +assessor/SM +asset/MS +assiduousness/S +assign/7LDRnNGS +assignee/SM +assimilationist +assistance/SM +assize/M +assonant/S +Assonate +assume/BDkSNGXV +assurance/ASM +assuredness' +astern +astigmatic +Astrakhan +astrologer/SM +astrology/Sw3M1 +astronautic/S +astrophysics/M +astuteness/S +asymmetry/wMWS1 +asymptomatic/Y +asynchronism/M +asynchronous/Y +Atari/M +atherosclerosis/M +athletics/M +athwart +atilt +Atlantis +atomic/SY +atonal +atrial +atrociousness/S +attaches/A +attainder/SM +attempt/GSAD +attendant/SM +attendee/SM +attentions/I +attractively/U +attractor/SM +Atwood/M +aubergine/MS +auburn/SM +Auckland/M +audiometry/M +audiotape/S +audited/U +auditor/MS +Audrey/M +Aug +aught +Augusta/M +Augustinian +aunt/SZM +auntie/M +aunty/MS +aura/MSWo +aural +Aureomycin +auriferous +aurorae +auspiciousness/I +Australian/MS +Australind +Austrian/SM +authentication/M +authenticity/MS +authorise/AnDSG +authority/SM +autobiographer/SM +autodial +autodialler +autofocus +automate/NnS +automatic/S +automation/M +automorphism/SM +autonomy/WSM +auto-suggestion +autumnal +auxin/SM +available/U +Avarua/M +avast/S +avaunt/S +aver/DGS +average/YMGSD +avert/b7hDSG +avid/Y +avidness +avionics/M +avoid/RD7lSG +avow/DhSG +avowed/E +await/DSG +awaken/SAd +awareness/S +awayness +awe-inspiring/Y +awful/TYP +axil/S +axiomatizing +Aylesbury/M +Ayr/M +Azeri/M +azure/MS +Babbage/M +Babbitt/M +babble/DRGS +Babinda +babysit/GRS +baccarat/SM +bacchanalia +bacchanalian/S +Bacchus +bacillary +backbench/RS +back-door +backlash/SGDM +backpack/RDMSG +back-seat +backslid/r +backslide/SG +Backus +backwater/MS +baconer/M +bacterium/M +bad/YP +baddish +bad-egg +badland/S +Badu +Baffin/M +bagful/MS +baggage/mSM +baggy/TSP +Baghdad/M +Bahrain/M +baiter/M +Bakersfield/M +baking/M +balboa/MS +Balfour/M +balkier +balk's +ballade/SM +Balladonia +Ballan +ballast/GMDS +ball-bearing/S +ballcock/S +ballgame/S +balloon/R3GSDM +ballsy/T +balmy/PT +ban/oRGSDM +band/SZJDGmM +bandage/SMDG +bandit/MS +bands/E +bandy/GDTS +baneful/T +BANFF +Banff's +Bangalow +Bangkok/M +bangle/MS +banisher/M +banking/M +banner/d +bannock/MS +bans/U +bantam/MS +banter/dSk +Bantu/M +banyan/SM +Barbados/M +barbecue/GSMD +barbie +barbital/M +Barclaycard +bare/PTSY +barefoot/D +bare-foot/D +Barellan +bargainor's +Bargara +barge/GDmMZS +Barham/M +baritone/SM +barleycorn/SM +Barlow/M +Barnard/M +barns/6 +Barnsley/M +baronage/SM +baronetcy/SM +baroqueness +barrack/SDG +barrel/MDGS +barrier/MS +Barron/M +barrow/SM +Barrymore/M +bas/od1S +baseband +based/C +bashful/P +basic/S +basify/GDS +basil/SM +basined +basketball/SM +Basque/SM +bass/MS3 +basso/SM3 +bassoonist +bastardy/MS +baste/nSN +basting/M +bath/SRDGM +bathos/MS +bathrobe/MS +bathroom/MDS +bathtub/MS +Bathurst +battery/SM +battle/DLRSMG +battleaxe +battlefield/SM +battlement/D +Bauhaus/M +baulker/M +Bausch/M +bawdiness/S +Baylor/M +BBS +beacher +Beaconsfield +Beale/M +beam/MSGRD +beanpole/MS +bear/7RlGJS +bearable/U +bearishness/S +beastliness/S +beatification/M +beatify/WNS1nGD +Beatles +Beaudesert +beaut/MSZ +beauteous/YP +beautician/MS +beck/GMDS +bedding/M +bedel's +bedevil/DLSG +Bedourie +bedraggle/GDS +bedrock/SM +bedsheets +bed-sit +bedsore/SM +bed-wetting +bee/RySM +Beebe/M +beechen +beehive/SM +bee-keeper/SM +been +beery/T +beestings +beeswax/MDG +Beethoven/M +beetler +befell +befitting/Y +befoul/SGD +befuddle/DLGS +began +beggar/dSMY +begging/M +begonia/SM +begotten/a +beguile/DRLSGk +begun +behold/RSG +beholden +beige +Beijing/M +being/SM +beleaguer/dS +Belgian/MS +believably/U +believes/E +Belize/M +bell/mSYDGM +belladonna/MS +Bellamy/M +bellhop/SM +bellicosity/MS +bellies/f +bellwether/SM +Bellwood +belly/SGDM +Beloit +belongingness +below +Beltsville/M +Bendigo +benedictory +benefaction/SM +benefice/DSMoG +Benghazi/M +benign/Y +benignity/SM +Bennington/M +bent/U +benumb/SDG +beribboned +Berkowitz/M +Berlet/M +Bernardino/M +Berne/M +Bernstein/M +Berrigan +Berrima +berrylike +Bertram/M +beseem/DGS +besiege/DRSG +besmear/DSG +bespangle/DGS +bespeak/GS +Bessemer +best/SDGM +best-known +bestubble/D +bet/SRMDG +Betelgeuse +bethel/SM +Bethlehem/M +betide/DGS +Betoota +better/Ld +betwixt +bewitch/DkLGS +bf +bias/MSGD +bickering/M +biennium/MS +bifurcation/M +bigamous +biggie/SM +bigness' +bigot/dySM +bigoted/Y +bigotry/SM +bilayer/S +Bilbao/M +bilberry/SM +bilby +bilingual/YS +biliousness/S +billboard/DSMG +billion/SHM +billow/SZDGM +billycart +Billy-goat +Biloela +bimetallism/SM +bimorph +Binalong +binary/S +binomial/SMY +biograph/RZwW1 +biography/SM +biometric/S +biometry/WM +biomorph +biophysic/3YS +biopic/S +biopsy/DSGM +BIOS's +biosynthesised +bipartisan +bipartite/Y +biped/SM +bipedal +bipedalism +Birchip +birdbath/SM +birdcage/MS +birdlike +birdsong +birdtables +biretta/MS +Birkenhead/M +Birmingham/M +birth-rate/SM +birthright/SM +birth's/A +birthstone/MS +bisect/DGS +biserial +Bishkek/M +bishopric/SM +bismuth/M +Bissau/M +bite/cS +BITNET +bitterer +bitternut/M +bitty/T +bitwise +bivouac/SGMD +biz/M +Bizet/M +bk +blackberry/SGM +blackbodies +blackener/M +blackhead/SM +blackmail/GSRDM +Blackshirt/SM +blackthorn/SM +Blackwater +Blackwell/M +Blaine/M +Blake/M +blanch/GSD +bland/TPY +blatantness +blather/dS +Blaxland +blaze/RDMkGS +blazon/dS +blazoner/M +bleak/TYPS +bleakness/S +bleary-eyed +Blevins +Bligh/M +blindness/S +blink/RDSGM +bliss/jS6 +blissfulness' +blitheness/S +blitz/MSGD +blitzkrieg/MS +blob/SGMD +blockbusting/SM +blockhead/SM +blog/RMGDS +Blomquist/M +blonde/MS +blondish +blood-curdling +bloodhound/MS +bloodlessness/S +blood-red +bloodthirsty/TPY +bloody/TSDPG +blossomy +blouse/MDSG +blow-dry/GD +blowing/M +blowy/ST +Blucher/M +bluebird/SM +blue-black +bluebook/M +bluegrass/MS +bluish/P +Blum/M +Blunkett/M +blurry/T +blusterous +BMW/M +BNFL/M +boar/SM +boastful/P +boastfulness' +boasting/e +boatclubs +boatswain/SM +boatyard/MS +bobwhite/SM +bocce +bock/GDS +bode/ZS +bodega/SM +bodhisattva +bodied/M +body/DMGSpY +body-blow +bodyguard/SM +Boeing/M +bogan +Bohr/M +Boigu +boiled/U +boisterousness/S +boll/SM +Bollywood +bolometer/MWS +Bolshevik/SM +Bolshoi/M +Bombala +bombast/MS1W +bombproof +Bonalbo +bonanza/SM +bondwomen +bone/RMZSDGp +bonemeal +Bonham/M +Bonneville/M +bonny/T +bony/PT +Bonython +boo/DSG +boobook +bookbind/RGJ +bookend/GDS +bookmark/SDMG +bookworm/MS +boomerang/DMSG +boon/SM +boorish/YP +bootee/SM +booth/SM +bootlegged/M +bootprints +bora +borax/M +borderer/M +borderline/MS +Borealis +boride's +Borodin/M +borough/SM +Bosnian/SM +bosomy/T +bossiness/S +Bostonian/SM +bot/S +Bothwell +bottle-feed +bottomer +bounden +bounds/Ae +bounteous/PY +bourbon/SM +bour�e +bourgeois/M +Bourke/M +Bourne/M +Bournemouth/M +boutique/MS +boutonni�re/SM +bowdlerise/DnSG +Bowenfels +Bowes +bowstring/DMGS +bow-tie/MS +boxlike +boxwood/SM +boxy/T +boy/SM +boyishness/S +bpi +bps +Bracknell/M +bradawl/M +Bradshaw/M +brae/MQS +brain/SZpDM2G +brainy/PT +brambly/T +Brandenburg/M +Brando/M +Brandywine +Branxholm +brasserie/SM +brassiness/S +brat/SMZ +bravery/MS +bravest/M +brawn/2SZM +brawniness/S +brawny/PT +bray/SDG +breadbasket/SM +breadbox/S +breadwinner/MS +breakage/MS +break-in/S +breastfed +breastfeed/G +breasting/M +breathing/M +brecciate/D +breech-loaded +breeziness/S +breezy/PTY +bremsstrahlung/M +Brendan/M +Brennan/M +Brent/M +Breton/M +Brett/M +brewer/Z +Brewster/M +bribe/RDGyS +bricker +bridal/S +bridge/DSMG +Bridgend/M +Bridgeport/M +Bridget/M +bridle/DSMG +bridled/U +bridleway/S +briefcase/MS +brig/MS +brigandage/MS +Briggs/M +brighten/drS +bright-eyed +brilliant/PYS +brininess/S +Brinkley/M +brinkmanship/SM +Brisbane/M +brisket/MS +britches +brittle/TSDPG +BRM +broad-brush +broadcasting/S +broadness/S +brochure/MS +brokenly/U +Bromsgrove/M +Bromwich/M +bronco/MS +bronzer +bronzing/M +brookside +Broome +broomstick/SM +brother-in-law +brougham/SM +Browne/M +Brownell/M +brownfield +Brownian +Broxtowe/M +Bruckner/M +bruin/SM +bruise/DJRSG +brumby +Brunswick/M +brushlike +brush-off/S +brutishness/S +Brutus/M +Bryant/M +BSkyB/M +BTU +bubble/DMGSY +Buckingham/M +Buckinghamshire/M +Buckner/M +buckshot/SM +bud/ZSMDG +Budapest/M +Buddhism/M +Buddhist/SM +buddy/SDMG +budgerigar/MS +buffaloes +buffoonery/SM +buggy/STM +bugle/RDGMS +build-up/SM +Bulahdelah +bulgy/T +bulimarexia/S +bulk/GM2DSZ +bullet-proof/GDS +bullfight/RGMS +bullfighting/M +bullhead/hSDMi +bullhorn/SM +bullock/SM +bullring/MS +bull's-eye +bullyboy/MS +bumper/d +bumptiousness/S +bun/SMZ +Bunbury +bungalow/MS +bungle/DRGkS +bunker/d +bunkhouse/SM +Bunsen/M +buoyant/Y +burgeon/DSG +burgh/MRS +burgomaster/SM +burial/SMA +buried/U +Burkina/M +burlap/SM +Burma/M +burnable/S +Burnie +Burren +burrow/RDSGM +bury/DASG +bus/AMS +Busch/M +bushel/SMJDG +bushing/M +bushmaster/MS +bushwhacking/M +Busselton +butcher/Yd +Bute/M +buttercup/SM +butterfingered +buttoner/M +buxom/Y +bye/SM +byers +by-law/SM +by-liner/M +Byng +bypass/GMDS +Byrne/M +cabana/MS +cabdriver/SM +caber/M +Cabernet/M +cabin/SdM +cabinet/MyS +cabinetwork/SM +cabochon +Cabot/M +cadence/SCM +cadenza/SM +cadmium/M +cadre/MS +caecitis +Caesar +caesarian +caffeinate/DC +cage/RM2GSDz +cageyness +caginess/SM +cagoule/S +Cahokia +cahoot/MS +Caiguna +calaboose/MS +Calais +calcareous/PY +calcification/M +calcine/SGD +calculable/I +calculated/Aa +Calder +Caleb/M +calender/dMS +californium/M +caliph/MS +Callao +call-girl/S +calligrapher/SM +calliope/MS +callus/MSd +caloric +calorimeter/MSW +Caltech +calumet/MS +calumniation/M +calumniator/SM +calyx/SM +cam/SMD +cambric/MS +Camelot +cameo/MSDG +camion/M +Camooweal +Campbellsport +campus/MS +camshaft/SM +Canadian/S +Canberra/M +candelabra/S +candid/PY +candlelighter +candlelit +Canfield/M +cannabis/SM +cannelloni +cannery/MS +cannibalistic +cannister/SM +cannula +cannulises +canoe/G3MDS +Canoga +canonist +Canowindra +cantaloupe/SM +cantankerous/PY +cantankerousness/S +cantata/SM +cantonal +canvasback/SM +capable/IP +capacity/IMc +capillaritis +capillary/S +capita/noM +capitol/MS +Capone +Capricorn +capsicum/SM +captaincy/SM +captioner +captivity/SM +car/dZSrM +carbonation/M +carbon-paper +carborundum +carburettor/SM +carcass/SM +carcinogenicity/MS +carcinoma/MS +card/SERGD +Cardiff/M +cardigan/SM +cared/U +careerer +careerism/M +carefree +Cargill +cargoes +caricature/S3MDG +caricaturisation +carinas +carious/K +Carleton +Carlisle/M +Carlyle +carmine/MS +Carnamah +carnelian/MS +Caroline/M +carom/S +carousel/SM +Carpathian/S +carpool/DGS +carport/MS +carpus/M +Carrick +carrion/MS +carrot/MS +carroty/T +carry/DaSG +car-sick/P +carsickness' +carte/M +cartel/MS +Cartesian +cartful/S +cartographer/SM +cartoonist +cartwheel/RSGDM +Caruso +cascara/SM +casein/MS +cash/SGpMD +cashmere/SM +casino/SM +Cassandra +cassava/SM +Cassilis +Cassiopeia +Castlemaine +Castro +CASU +casuistry/SM +catalepsy/MS +cataleptic/S +catalogued/U +catalytic/Y +catamaran/SM +catch-all/SM +catchpenny/S +catchword/SM +catechise/DSG +catechist/SM +categorise/ASDG +categorised/U +category/QwsSMWq1- +catering/M +catfish/MS +Cauchy +cauliflower/SM +cauterise/DnS +cavalier/GPSYD +cave/RMGmSD +caveat/MS +caver/F +caving/M +caw/DSMG +CD/M +CDs +cease/GCSD +ceasefire/S +ceasing/U +cecostomies +celebrator/SM +celebrity/MS +Celia/M +cellular/Y +cellulose/MS +cenotaph/SM +censorial +centaur/MS +centenarian/MS +centigrade/S +centrality/SM +centre/DRMWG3oJS +centroid/SM +CEO +cephalic/S +Cephalochordate +Cerberus +ceremonial/S +ceremony/SMo +cering +cerium/M +cert/SF +certain/UY +certiorari/M +cerulean/SM +cervix/M +cha/yW +cha-cha +chaconne +chaff/SDGM +chair/mS5DGM +chairlift/SM +Chalan/M +chalky/TP +Chamberlain/M +chameleon/MS +chamfer/MdS +championess +chancellery/MS +Chancellor/SM +chances/a +chance's/a +chancing/M +chant/GRJSMD +chanticleer/SM +chantry/SM +chaos/MS +chaotic/Y +chapbook/MS +chapelry/SM +chaperonage/SM +chaplet/SM +charged/cAUf +chariness/S +charismata +charlatanism/SM +charlatanry/SM +Charleston +Charlton +charm/RMDpGkS +chartreuse/SM +chary/PYT +chasing/M +chassis/M +chatline +Chaucer +chauvinism/MS +cheap/TY +check/DUA +checker/S +cheekiness/S +cheeky/TP +cheer/62pSZjzDRG +cheerful/PT +cheeriness/S +cheerless/PY +cheery/TP +cheeseboard +cheetah/SM +Chelsea/M +Cheltenham +chemiluminescent +chemist/y +chemistry/SM +cheque/MRS +Chernobyl/M +cherubim/S +chervil/SM +Cherwell +chestnut/SM +Chevrolet +chevroned +Chianti/M +chicanery/SM +Chicano/MS +chicer +chickadee/SM +chickenhearted +chickpea/MS +chickweed/SM +chigger/SM +chihuahua/S +Childers +childlessness/S +childlessness' +childlike/P +childminders +Chilean/S +chilly/PTS +Chiltern/S +Chilton/M +china/MS +chino/MS +chip/SGDJZM +chippie +chiropody/3SM +chiselling/M +Chisinau/M +chitchat/DSGM +chlorinator's +chlorofluorocarbon/S +chloroform/MSDG +chloroplast/MS +chock/DMSG +chocker +chocolatey +choice/PYMTS +choirboy/MS +choirmaster/SM +chokes/M +choose/GRZS2 +chopper/d +choral/S +chord/GSMD +chordal +chordate/MS +chording/M +Chorley +chorography +chosen +Christensen/M +Christiansen +Christine +Christlike +Christmastide +chrome/DWSMG +chronicle/DRSMG +chronology/31SMw +ch�telaine/SM +chuff/DM +chunder +Churchillian +churlishness/S +chute/MGDS +chyme/MS +CIA +Cicero +cicerone/MS +cider/SCM +cigarillo/MS +ciliate/SFDY +cine/M +circuitousness/S +circulant +circulates/A +circumcise/SDGNX +circumference/MS +circumnavigate/SDNxGn +circumscription/M +circumspection/MS +circumstance/DSGM +cirri/M +citadel/MS +citified +citizenry/SM +citrate/MD +cityscape/SM +civet/SM +clack/DSG +Clackmannanshire/M +cladding/M +claimant/MS +clang/DRSG +clangorous/Y +claque/MS +Clare/MZ +Clarendon/M +clarify/SGNnD +clarion/SMGD +Clark/M +class-concious +class-conciousness +classer/M +classicism/SM +classics/M +classified/aUCA +classiness/S +classing/e +class-list +classroom/SM +clause/MS +Claxton +clay/MDSZG +clayiest +claymore/MS +cleanly/TP +cleanness/U +clear/SYPDGJT +clearance/MS +clear-headed/YP +clear-up/S +Clearwater +cleave/GDRS +clef/SM +cleft/GSDM +clemency/MIS +clement/IY +Clemson +clench/GUSD +clerestory/MS +Cleveland/M +clevis/MS +clich�/SM +clich�d +climatology/S3w1M +climax/GSDM +climb-down +clinometers/I +clipping/M +cliquish/YP +clitoral +clitoridis +clockmaker/M +cloddish/P +clodhopper/MS +cloisonn�/M +clonal +clop/SGD +closable +close-fisted +close-mouthed +close-set +close-up/S +closing/E +closures/E +clothes/f +clothier/MS +cloudiness/S +cloverleaf/MS +clownishness/S +club-foot/DM +clubhouse/SM +clubroom/SM +cluck/DGSM +clue/MGSpD +clumsy/TPY +clung +CMG +CNAA +co/ESD +coaching/M +coachwork/M +coadjutor/SM +coagulate/DNSGn +coagulator/S +coal/SGMD +coal-fired +coalitionist +coast/GMSoD +coastal +Coates +coating's/c +coat's/c +coattail/S +co-author/dMS +coble/M +cobwebby/T +coccus/M +coccyges +cock-a-hoop +cockiness/S +cock-of-the-wood +cockscomb/MS +cocksucker/S! +cocksure +cocky/TP +coco/MS +cocoa/SM +coconut/SM +cod/drSMGD +codebreaker +coded/K4 +codependent/S +codices/M +codicil/SM +codify/GRNDnS +COE +coercion/SM +coercive/YP +coffer-dam/SM +coffin/SMd +co-founder +cogent/Y +cognate/YSNn +cognisant +cognition/KSMA +cognitive/SY +cognizance/SM +coherence/MISZ +coherent/IY +cohesion/MS +cohesive/PY +cohesiveness/S +coin/RGDM +cola/MS +colatitude/SM +Colby +cold-blooded/Y +coleus/SM +coliseum/SM +collarbone/MS +Collarenabri +collateral/M +collectable/S +collectivity/SM +collects/A +collegial +collimated/U +collision/M +collogue/SGD +colloquia +colloquialism/SM +collusion/M +co-located +colophon/SM +colorimeter/MSW +colour/nRjpSMDGqQ6NJ +colourless/Y +colourlessness +colours/EA +combat/Vvu +combinatoric/S +Comboyne +combustible/SI +Comdex/M +come/RGISJ +comedienne/MS +comer/cM +comfit/MS +comfortability/S +comfortably/U +comforting/EY +comicality/MS +coming/M +command/DRGMSkL +commandant/SM +Commander-in-Chief +commemorate/GvSDNnV +commemorator/S +commendable/Y +commensurable/Y +commenter/M +commerce/MGSDo +commercialism/MS +commissariat/SM +commissioned/A +common-law +commonplace/P +communicant/SM +communicates/a +communication/M +commutativity +Comoros/M +compact/DTYPGR +company/SDGM +comparable/P +comparably/I +comparative/PS +compare/lVvuB +comparer/M +compel/kGN7SnD +compendious +compensating/c +compensation/cMS +compete/SGD +competitive/YP +compilation/SMA +complacence/Z +complacent/Y +complementarity +complementary/SP +complementation/M +complete/YIP +complicate/hDiGS +comply/nRJ7L +compositor/SM +compote/SM +comprehended/aU +compulsiveness/S +compulsivity +con/W1GSwMD +Conan +conceivability/I +conceiving/aK +Concepci�n/M +conceptual/Qq +conceptuality/M +concert/GMiDh +concerting/E +concessional +conciliatory/A +conciousness +conclusion/M +concoct/GDVS +concomitant/SY +Concorde/M +concrete/DPMNSGnY +concreteness/S +concreter +concretion/M +concur/GD +Condah +Condamine +condense/DRbSnG +conditional/S +conditionality +conditions/KA +Condobolin +condom/SM +condominium/MS +condone/SGD +condoner/M +conduce/nVSvGDN +conduct/b +conductibility/MS +conductress/SM +conduct's/a +coneflower/M +Coney's +confab/SDGM +confabulate/nNDGS +confect/S +confectioner/Z +confederacy/SM +conferee/SM +conference/DSGM +conferrable +confetti/M +confidential/PY +confidingness +confined/U +confirms/A +conflagration/SM +conflict/GSDMkV +conflictual +confluence/SM +confront/NxnR +confrontation/M +Confucian +confute/SnGND +confuter/M +congeal/LDSG +Congleton +conglomeration/M +Congo/M +Congolese +congregation/M +Congregationalism/MS +congruency/MS +congruent/Y +conic/S +conjectural +conjunct/SDVv +conjuration/M +Conley/M +connectivity/SM +connects/EA +conner +connexion/MS +connive/RSGD +connoisseur/SM +connotative/Y +conquistador/MS +consanguineous/Y +conscious/PY +consequent/YS +consequential/P +consequently/I +consequentness +conservationist +consolable/I +consolidation/M +consonant/MSY +conspicuousness/SI +Constantine/M +Constantinople +consternation/M +constipate/SnDGN +constituency/MS +constituting/A +constrained/U +constructibility +constructions/AC +constructivism +construe/DaSG +consult/DRGSnN +consumerism/SM +consumptive/S +contact/G7DS +contagion/MS +contain/7SLGDR +contaminated/U +contaminator/MS +contemporaneity/MS +contemporary/P +contempt/Mb +contemptibility +contention/MS +conterminous/Y +continuant/M +continuity/SEM +continuous/PY +continuousness/E +continuum/M +contraband/MS +contractile +contradict/DGyS +contradiction/SM +contraindicate/DnSGNV +contrapositive/S +contraption/SM +contrariness/S +contrition/SM +control/RMSBlG +controlled/U +controversial/UY +controversy/SMo +contuse/SNXGD +convection/MS +conventicle/SM +conventionalist +conversational/3 +convertible/PS +convulse/DSGvuNXV +co-octave +cookbook/SM +cooled/c +cooling-off +Coonalpyn +copies/A +copious/PY +coplanar +copolymer/MS +copperhead/MS +copse/M +Coptic +copulate/yDSG +copying/a +copywriter/SM +Coraki +cordial/YSP +cordiality/MS +core/MS +co-religionist +coring/M +Coriolis +corks/U +cornball/SM +cornbread/S +cornet/SM +cornflake/S +cornflour/M +cornflower/SM +cornice/MDSG +cornmeal/M +cornrow/DSG +cornstarch/SM +cornucopia/MS +Cornwall/M +corny/T +corollary/SM +corona/nSMy +coronal/SM +coronation/M +coroner/MS +corral/DGSM +correctable/U +correspond/k +corrigenda +Corrigin +corroboree +corrugation/M +corruptions/I +cortical/Y +cos/S +cosmetic/SMY +Cosmo +cosmopolitan/SM +cossacks +Costa +costive/P +costly/TP +coterie/MS +cottage/RMGDS +cougar/SM +coul�e/SM +council/S5mM +councilperson/S +counselling/M +counsellor/SM +countably/U +counted/EAaU +countenanced/E +countenancing/E +counter-claim/SMDG +counter-culture/SM +countercyclical +counterexample/S +counterflow +counteroffer/MS +counterpart/SM +counterpoise/GDSM +counter-revolution/MyS +counters/E +countersink/SG +countrify/D +couple/RGJCDS +coupling/CM +courage/MS +course's/F +coursework +courtesan/MS +court-martial +covary +coven/SM +coverall/DSM +covered/U +coverlet/SM +coverlid +coversheet +cower/Sdk +cow-pat/SM +cowpox/SM +co-writer +co-written +cowshed/SM +cox/DMSG +coxswain/GMDS +coyness/S +coypu/SM +cozzie +CPI +crab-apple/MS +crabbed/P +crabgrass/S +crackling/M +Craddick/M +cradler/M +crafter +Craig +crampon/MS +Cranbourne +crane/GDMS +cranelike +Cranfield/M +crankcase/SM +crankshaft/SM +crappy/T +crate/RGDMS +crater/d +crawl/GDRS +crayfish/MDGS +creamery/SM +creamy/TP +crease/DCGSI +creased/U +creche/SM +credenza/SM +creditability/M +creditworthiness +credo/SM +creel/GMDS +creme/nyS +crenelation/M +creole/SM +crepe/GDMS +crept +crescendo's/C +crescent/SM +Cressy +cretin/SM +cretinous +Creutzfeldt +Crimea +criminalise/CSnDG +criminality/MS +cringe/DSG +crinkle/SDGY +crinoline/SM +crisis/M +crispy/TP +criteria +Croat +crock/SGDM +crocker/Z +crocus/MS +crony/SM +crookeder +Crosby +cross-cut/SGM +cross-eyed +crossfire/SM +cross-grained +crossing/M +crossover/SM +crosspatch/SM +cross-section/oS +cross-sectional +crouch/SDG +croup/GMDSZ +crouton/MS +crowds/c +crown/SDMG +Crows +cr�pe/SM +crucifix/XMNS +crud/DSZMG +crudeness' +crumble/DGSJ +crumpet/SM +crunchiness/S +crushproof +crusty/PTS +crux/M +Cruz +cryogenic/S +crypt/CS +crypto +cryptography/MW1S +crystallography/WM +CSA +CSP +CSU +Cuballing +cube/MS3 +cuber/M +cuckoldry/SM +cucumber/SM +cuddly/T +cuff/GSDM +Culbertson/M +Culloden +Cully +cult/S3M +cultist +cultural/4 +culture/DMSGo +cultured/U +cum/S +cumbersome/YP +Cumbrian/M +cumbrous +cumulate/SGnDNvV +cumuli +cupola/DGMS +cur/FSI7 +curd/SvGuMDV +curlicue/GSMD +curmudgeon/SMY +currently/FA +currents/f +curricle/M +curry/DGMS +curs/DhySiG +cursed/P +curso +cursory/PY +curtsy/DSMG +curved/M +cushion/DGMS +cushy/T +cusses/E +cut-down +cutesy/T +cutinises +cutlet/SM +cut-price +cut-throat/SM +cyanide/SGDM +Cybele/M +cybernetics' +Cybil/M +cyborg/S +cycad/SM +cyclamate's +cynic/YMS +cynical +cynicism/SM +Cynon/M +Cynthia +cypher/dSM +cystometer's +cytochemistry/M +czarship +d/ot +dab/TSRGMD +Dachau +dachshund/SM +Daedalus +daft/YPT +daftness/S +dag/R +dahlia/MS +daily/PS +dainty/TSPY +daisy-cutter/S +Dakota +Dallas +Dalwallinu +dammit/S +damsel/MS +Dan/MZ +dandelion/MS +dandify/GDS +dandle/DSG +dandruff/MS +danger/dSM +Dapa's +daredevil/MyS +Darkan +darken/rdS +darkness/S +darning/M +DARPA/M +d'art +Darwinism +dashboard/SM +data/M +database/GDSM +dative/S +Datsun +Daugherty/M +daughter-in-law +daughters-in-law +daunted/U +Dawson +daybed/S +daytime/MS +daze/SDhiG +dazzle/DRkGS +dBm +DC +DCVO +DDT +deaconess/SM +dead-end +deadener/M +deadening/M +deadwood/MS +deaf/TPY +dealt/a +Deane/M +deathly/T +deathrates +death-rattle +death-toll/M +death-wish/S +debauch/DhiSGy +debauched/P +debilitate/NSGnD +debilitation/M +debility/SM +Deborah/M +debouch/DGS +de-brief +debt/SM +Debussy/M +decadency/S +decadent/SY +decapitate/GDS +decay/DG +deceitful/P +deceleration/M +decency/SIM +decennial/YS +decide/DNiXhvuBSGxV +decided/P +deciduous/PY +decimate/DNSGn +decimetre/MS +decipher/7Lr +decipherable/IU +decision/GDM +declination/M +deconstruction +decoration/MAS +decortication/M +decorum/SM +decoy/SMG +decrease/k +decremental +decry/J +decryption +Deddington +dedicated/Y +deductible/S +deduction/M +Dee/M +deep-freeze/G +deep-seated +defalcate/DnSGN +defamation/M +defeatism/MS +defective/SP +deferrable +defiant/Y +deficit/MS +definable/UI +definitely/I +definitive/PS +deflector/MS +DEFRA +defraud/DRG +degeneracy/SM +degenerate/PY +dehumanization/S +dehydrator/SM +deictic +de-industrialisation +Deirdre/M +dejected/P +dejectedness' +Delamere +Delaware/M +deleterious/PY +deleteriousness' +Delgado +deliciousness/S +delight/6hij +delineation/M +delinquent/YSM +deliriousness/S +Delis +Delphi +Delphic +deltoid/SM +delusive/P +demagnetiser's +demagogue/ySMGD +demagogy/WM +demeanour/a +demented/YP +demigod/SM +demi-mode's +demi-monamine's +demi-mooned +demineralization/S +demography/MwSW1 +demolisher/M +demolition/SM +demoness +demoniac/S +demonstrable/PY +demonstrableness' +demote/DWG +demureness/S +dendrochronology/w +dengue/MS +Dennis +Denny +denseness/F +dented/I +dentifrice/SM +denunciate/DNGVSn +denunciation/M +dependence's/I +deplorableness' +deplore/lDSGk +deposit/AdS +deprave/DhiSG +depraved/P +deputation/M +deputy/SM +Derek/M +derelict/S +deride/DNvkXVu +derision/M +dermatitis/SM +derrieres +derringer/SM +derri�re/S +descending/F +describe/VuNRvX +descriptive/PS +descriptiveness/S +desecration/M +deservedness' +desiccator/MS +desiderated +designs/A +desirable/US +desire/BlR +desired/U +Desiree +desolateness/S +desolater/M +desperado/M +despicable/Y +dessert/MS +destination/MK +destroy/RSDG7 +destructible/I +destruction/MS +desuetude/MS +desultory/YP +detainee/S +detected/U +detection/SM +deterers +determinability/M +determinable/PI +determined/AKcU +determinism/SM +deterministic/Y +detestableness' +detonated/U +detoxification/M +d'etre +detriment/SMo +deuce/DhSMG +Deuteronomy +devastate/GDkVNnS +develop/dLArS +developed/fUc +development/fSM +deviance/ZSM +devious/YP +devise/DRGSJ +devolution/SM +Devonshire/M +dew/S2MZG +Dewar/M +dewdrop/MS +Dewitt +dexes/I +Dexter +dexterousness/S +Dhabi/M +diabase/M +diagnometer/SM +diagnostics/M +diagrammatic/Y +diakineses +dial/RSDGM +dials/A +diamant� +diamante +diameter/WS1wM +diamondback/SM +diaper +diarrhoeal +diaspora +diatomic +dibble/DSGM +dice/NSnDG +dicer/M +diciest +dickens/M +Dickinson +dictation/M +dictator/SMo +diction/MKS +did/eUAc +dielectric/SM +diem +diesel/MS +dietetics/M +dietetics' +differentness +diffuse/SNxPGVvRDbXYu +diffusion/M +digest/DvbVGuS +digit/qsSQM +digital/QsqYS +digress/XSNDGVvu +digressiveness' +dilettante/MS +diluteness' +Dimboola +dime/SM +dimension/SDGpoM +dimensionality/M +din/dSDMrRG +dingle/SM +dinkum +dinnerware/SM +dinosaur/MS +diode/MS +Diogenes +Dionysian +dioxide/SM +diplexers +diploma/DM1SW +dipole/MS +dipsomania/SM +dipsomaniac/SM +dipterous +dire/6PTYj +directionality +directorial +directrix/SM +dirge/DMSG +dirt/SZM2z +dirty/PGTDS +dis/M +disburser/M +discernibility +disciplined/U +disclaim/7 +disclose +discoloration's +discolour/inJNG +disconnect/ih +disconnected/P +discordant/Y +discorporate/D +discoth�que/SM +discount/RB +discovered/U +discrepant/Y +discretion's/I +discriminating/U +discrimination's/I +discriminator/MS +disgracer/M +disguise/RhDG +diskette/S +dismay/kSD +disparate/YSP +dispassionate/P +dispatch/R +dispensate +disposable/S +dispread/GS +disputatious/Y +disputed/U +disrupt/vDVGuS +dissemination/M +dissent/DRGS +dissociate/DSnVGNv +dissolute/YP +dissolve/ADSG +dissonance/SM +dissuade/VSGD +distensible +distinct/uVvTPY +distinctiveness/S +distinguishably/I +distort/GD7R +district/MS +diva/SM +divaricate +divest/DGS +divestiture/SM +Dixon/M +dizziness/S +dizzy/PGTkDSY +Djibouti/M +Dmitri +d�mod� +DMZ +Dnieper/M +doc/SDRMG +docket/MdS +dockside/M +doctoral/K +DOD +Dodson/M +doff/DSG +dog-box +dog-clutch +doge/SM +dog-eared +dog-end +doghouse/MS +doh/M +Doha/M +doldrums +dole/6jSDMG +doleful/P +dollar/SM +dollop/MdS +dolorous/Y +dolt/SM +doltishness/S +domesticated/U +domicile/SMDG +domiciliary +domination/MS +dominator/M +Dominican/MS +domino/M +Donald/M +Dongara +Donny +doodle/RDSG +dooper +doorplate/SM +dooryard/SM +dopa/SM +dopant/M +Dora/WM +dormant +Dorset/M +dotage/SM +double/RDSMGY +double-cross/G +Doubleday +double-dealing +double-edged +double-jointed +doublespeak/MS +doubts/A +Dougherty +Douglass +dove/SM +doveish +dovelike +dovetail/GDSM +dovish +dowdy/TYPS +Dowerin +down/DRMSZG +downcast/S +downhill/S +downplay/GDS +downscale/SGD +downstairs +down-to-earth +downward/YPS +dowry/MS +doyenne/SM +dozen/S +d�pays�e +dragger/M +dram/Ww1SM +dramatic/U +drank +drastic/Y +draughtsmanship/SM +draughtsperson +draw/7RJSG +drawback/SM +drawstring/SM +dream/DRpz2SGkZM +dreamed/U +dreamt +dressiness/S +dressing/c +dressmaking/SM +driftwood/MS +drillmaster/SM +drippy/T +drivenness +drives/c +drizzle/SDGYkM +droll/TPY +droller/Z +drollness/S +drone/GDSMk +droopiness/S +drowsiness/S +drudgery/SM +druggie/TS +druid/S +drum/RSMDG +Drumduff +drumhead/M +drumlin/SM +drunk/TYSM +dry/TSRGDY +Dryden +drystone +D�sseldorf +d'�tre +Du +Duaringa +dub/RSGD +Dubai/M +dubbin/SM +dubiety/MS +Dubrovnik +dubs/c +Dubuque +ducat/MS +duchy/SM +duckpond +duckweed/SM +ducted/CI +duellist/SM +duenna/MS +Duffy +dug/S +dugong +Duisburg +duke/SM +dukedom/MS +dulcimer/SM +dumbfounder +dumbness/S +dumbstruck +dumdum/MS +Dumont +Dunfermline/M +dung/GDSM +dung-beetle +Dunkirk/M +Dunn/M +dunnart +Dunstable +duodecimal/S +dupe/RSDMG +dupion/M +duplicate/GNADnS +duplication/AM +Duracell/M +Durex +duskiness/S +dustiness/S +duteous/Y +dwell/JRSG +DWP/M +dyeing/M +Dyfed +dynamic/MYS +dysentery/MS +dysfunctional +dyslectic/S +dyslexia/MS +dysprosium/M +eardrum/MS +earl/2SM +Earlham +earliness/S +early/TSP +earthy/TP +easternmost +easting/M +Eastman +eatable/U +eater/cM +eating/c +eBay/M +Ebenezer +ebullient/Y +echinoderm/SM +Echinodermatous +echo/DAG +eclairs +Ecole +econometric/S +econometricians +economy/qQsW1S3wM +ectoplasm/M +ecumenicism/SM +ecumenicist/SM +eczema/SM +eczematous +Edam +Eddie +Eden/M +edge/RGZSJDMp +Edgerton +edgeways +Edgewood +edging/M +edgy/TPY +editing/F +Editor +editorship/MS +Eduardo/M +educe/NSG7D +eduction/M +EEC +eel/SM +eelgrass/M +e'er +eeriness/SM +effaceable/I +effectively/I +effectual/YIP +effectuation/M +efficacious/PIY +effulgent +effusiveness' +EGA/M +egalitarian/S +eggplant/SM +ego/SM +egomaniac/MS +Egyptian/S +Egyptology +eh +Eidsvold +eighty/SHM +eighty-four/H +eighty-onefold +eighty-seven/H +einsteinium/M +eject/GSDV +ejecta +EKG +Ektachrome +elaborators +elbow/DGMS +elbowroom/SM +Elcho +elder/SY +elderflower +elected/UA +elective/PS +electrocardiograph/MZS +electrologist/SM +electrolysis/M +electrolyte/1SM +electromagnet/SWM1 +electromotive +electrostatic/S +eleemosynary +elegance/ISM +elemental/S +Elena/M +elephant/SM +elevation/M +eleven/HSM +Elgin +eligible/SIY +Elijah +eliminate/SNVnDG +elimination/M +Eliot +Elisha/M +Elizabethan/S +ellipse/MWS +elliptic/Y +Ellsworth +Elmsford +elongate/DGNSn +eloquent/YI +else/M +Elton/M +elude/VSDGvu +elusive/P +elvan +Elysium +em/M +emaciation/M +emanate/DnSVGN +Emanuel +embargoes +embattlement's +embeddable +embedder +emblem/WSM +embosom +embrasure/MS +Emerson +eminent/Y +emission/A +emotional/Q +empanelled +empathetical +empathic +emperor/MS +emphases/c +empiricist +emplane/DSG +employability/M +employable/SU +emporium/SM +empty-handed +empyrean/SM +ems +enact/GLSD +enacting/A +enc +encapsulation/M +enchant/RkLDGS +enclosed/U +enclosure/SM +encode/BRGDSJ +encompass/DSG +encourage/SGLkD +encryption/SM +encumbered/U +encyclical/MS +encyclopaedic +encyst/LGDS +endlessness/S +endocrinology/S3M +endoscope/WMSZ +endue/SGD +endure/GklDS +Eneabba +enema/SM +enervation/M +enforceability/M +enforces/A +enforcible/U +enfranchise/ESLGD +enfranchiser/MS +engage/ELGDS +English-speaker +engram/M +enhance/LGRSD +enhanceable +enjoyable/P +enliven/LdS +enmity/MS +enough +enrobed +Enron +enshrine/LGSD +ensilage/GSDM +ensue/SGD +ensure/RDSG +entente/MS +enters/A +entertain/RGLSDk +enthalpy/MS +entrain/GSDL +entrainer/M +entrec�te/SM +entrep�t/S +enumerating/A +enumerator/SM +envenom/dS +envy/kSlDRGM7 +enzyme/SWM +Eolithic +ephemeral/S +Epicurus +epicycloid/MS +epiphany/SM +episcopalian +epistle/MS +epistolary/S +epithet/SWM +epitome/QMsSq +epochal +epochs +Epsom +equalise/GnJDRS +equalising/U +equality/SIM +equalled +equatable +equerry/SM +equilibrium/ESM +equip/LSDG +equipage/MS +equitably/I +equivocator/SM +er/ae +eradication/M +erase +erector/MS +ergodic +ergonomics/M +ergosterol/SM +Erhard +Erich +Erickson +Erik/M +Erika/M +Eriksson/M +Ernst +erode/xuNXVSDbG +erotica/M +erotological +erratum/MS +erring/UY +erroneous/PY +eructation/MS +erudition/SM +erysipelas/SM +escapable/I +escapade/MS +escape/DG3LS +escapology +eschatology/M +eschew/GSD +escudo/MS +escutcheon/DSM +espionage/SM +espouse/DRSG +espresso/SM +Essen/M +Essex/M +establishment/A +estate/SM +esteem/DSEG +Estelle +estimable/I +estimated/A +estimates/A +Estonian +estoppal +etch/RJSDG +Ethelred +Ethernet/SM +etiologic +etiquette/SM +eucalypt +Eucharist/WMS +euchre/DMSG +Eudunda +Euler/M +Eulo +eulogist/W +euphonious/Y +euphonium/SM +euphoric/Y +Euripides +Eurocentric +Europe/M +European/qQSM +euthanasia/SM +evade/GRXVvSNDu +evaluation/A +Evandale +evanescent +evangelicalism/MS +Evangeline +evangelism/MS +Evans +Evansville +evaporation/M +evasiveness' +eve/ySM +even/dJPSY +evenest +even-handedness +evening/M +event/6jSMG +eventful/UY +everydayness' +evidence/SGDM +evocative/P +evoke/nVGNuSDv +evolve/DGS +exact/IPY +exaggerate/DhiSnVGNv +exaggerator/SM +exalt/RSGnNDh +exceed/DkGS +excelsior/SM +exceptionable/U +excerpter/M +excess/VMSvDGu +exchequer/MS +excitable/P +excited/Uc +exclaim/yRSDG +exclude/XuSVDGNv +exclusiveness/S +excoriate/SNnDG +excoriation/M +excremental +excrete/SDGNyn +excretorius +excursiveness' +excusable/PI +execrate/NGDnVS +executive/SM +exegesis/M +exercise/cGDS +exhaustive/P +existent/F +existentialist/W +Exmouth +exorbitance/SM +exorcise/DSG +exorcist/SM +exoskeleton/MS +exotica +expatriation/M +expect/7DknhGNiS +expendable/S +expender/M +expenditure/SM +expertness/S +expire/GZDNnyS +explain/7RSDG +explode/SuRGNXVvD +exploitation/c +exploited/cUf +explorable +explosiveness/S +exponent/MS +exports/A +ex-president +express/DSGuYbXvNV +expressed/U +expressibly/I +expressiveness/SI +expurgation/M +extempore/qQsS +extend/hiRbXDNxuGVSv +extendible/S +exterior/SYM +external/QYqsS +externalities +extinct/V +extinguish/R7SGD +extorter/M +extortionist +extractor/SM +extraordinariness' +extraordinary/YPS +extrema +extricable/I +extricate/NDSGn +extrication/M +extruder/M +exudate/M +exudation/M +exult/GSNknD +eye-catching +eyedropper/SM +eyeglass/SM +eyelash/SM +eyelid/MS +eyesore/SM +eyewash/SM +eyewitness/SM +Eylandt +Eyre +eyres +FAA +fabulous/PY +facade's +facecloth/S +face-saver +facilitation/M +facto +factoid/S +factor/tqdQSM+ +Fadden +fade/hS +faeces +faery/MS +Fagin +fail-safe +fairly/U +fair-minded +Fairview +fairytale +falconry/SM +Falkirk/M +fall/SMGRb +fallacy/MS +fallibleness/S +fallowness/S +falls/e +false/PTY +falsehood/MS +falseness/S +familia +familiarly/U +famish/GDS +fanatical/P +fancy-free +fanfold/M +fanlight/SM +fanny/MS +fan-out +Farber +farce/1MSw +far-fetched +Farley +farmstead/SM +far-reaching +fashion/7DRMlGS +fashionable/SP +fashioned/A +fast/SDTGP +fastened/UA +fastening/M +fat/oSTGYMDZP2 +fatalist/W1 +fatality/SM +father/MdSpY +fathers-in-law +fatso/M +fatten/rdS +fatuousness' +Faulkner +fault-finder/MS +faultiness/S +favourably/U +fay/SM +Fayette/M +feasibleness' +feasibly/I +features +febrility +fecundation/M +federalism/MS +federate/FSGDNn +feedback/SM +feeding/M +feedstuffs +feelingly/U +feet/M +feisty/T +feldspar/MS +felicitously/I +felicity/IMS +Felixstow/M +fella +fellator +fellow-traveller/SM +felonious/PY +felt-tip/S +female/MPS +feminineness' +fence/CS +fenestration/CSM +fennel/SM +fermium/M +ferocious/PY +ferociousness' +Ferris +Ferro +ferromagnet/WM +ferrous +ferrule/DSMG +fertility/SMI +ferule/DMGS +fester/dS +festiveness' +festoon/GDMS +fete/SM +feud/oSMDG +fez/M +Fi +fiat/SM +fib/RSGD +fibroid/S +fickle/TP +fiddle/RDYSMGJ +Fidel/M +fief/MS +fiefdom/S +fieldstone/M +fiend/SM +fierceness/S +fife/RSDMG +fifty/MHS +fifty-onefold +fifty-three/H +fig/DGSML +Figaro +fightback +figural +figurativeness' +figured/4EK +figure's +figuring/E4K +Fijian/SM +filed/Aa +Filipino/S +filming/M +filth/SZz2M +finagle/SRGD +finale/3SM +finding/M +finery/SMA +fine's +fine-spun +Fingal +finger/drSMpJ +fingerboard/SM +fingering/M +fingerling/M +finger-plate +fining/M +finis/MS +finished/UA +finishing/M +finite/CYPI +Finn/SM +fire-brick/MS +firelight/M +fires/a +fireside/M +fire-walking +firewall/S +firm/FGSD +firmware/SM +first-day +first-rate +Fis +fish-meal +fishnet/MS +fishwife/M +fistful/MS +fitful/P +fitfulness' +fitter/eSM +Fitzpatrick +five-year +fixing/K4 +fizzle/DGS +fjord/SM +flab/M2SZz +flaccidity/SM +flag/mGDSMJ +flagship/MS +flagstaff/MS +flamingoes +flammable/SI +flannel/MDSG +flash/DR2GMzZSJ +flashiness/S +flashing/M +flatbed/S +flat-footed/Y +flatness/S +flattery/SM +flattest/M +flavoursome +fleabag/SM +fleabites +fleece/MDRZSG +fleetingly/M +fleetingness/S +flew/S +flexible/IY +flex's/A +flicker/dkSZ +flight's/Kc +flimflam/GMSD +flinched/U +flinger/M +flint/D2GpMSZ +flippable +float/DGRSZN +Flock/M +flogging/M +floodgate/SM +Flores +florescence/ISM +florescent/I +floret/SM +floridness/S +floss/DGMSZ +flounce/DGZS +floury/T +flout/DGRS +flow/RkGDS +flower/CdS +flowerless +flowstone +flue-cured +flummox/GDS +flunker +fluoridation/M +fluorite/SM +fluoroscope/SMWGD +flush/7DTPSG +flyby/M +fly-by-night +flyhalf +focusses/AC +foetus/SM +fogey +fogeyish +fogginess/S +fogydom +foible/SM +folio/MDGS +folklore/3SWM +folksiness' +Folkstone/M +follow-up/SM +fondue/SM +Fontaine/M +Fontainebleau +foolhardiness/S +foolhardy/TPY +foot/JSZipMDhRG +footage/SM +football/DRSMG +foothill/SM +foothold/SM +footman/M +footnote/DGSM +footpad/MS +footpath/SM +fop/DSMG +foppishness/S +foppishness' +forage/DSMRG +forbade +forbear/MSG +forbearance/SM +forbearer/M +Forbes +forbore +force-fed +forcibleness' +forecast/RGS +forecastle/SM +foreclose/DSG +foredeck +forefather/SM +foregathered +forego/GJ +foregoes +forehead/SM +foreknew +foreknow/SG +foreknowledge/SM +forelimb/SM +foremast/SM +forenoon/SM +forepaws +forestry/SM +forests/A +forewarner/M +forewent +forgery/MS +forgetfulness/S +forgettable/YU +forgettably/U +forging/M +forgivable/U +forgo/RG +forkful/S +forklift/MGDS +formalin/M +formality/SMI +format/DASGV +formativeness/IM +formatted/U +former/SY +formers/F4 +Formica +forming/K4F +formula/MSn +formulated/U +formulator/SM +forseeability +forswore +fortification/M +fortiori +fortress/GMSD +fortune-teller/SM +fortune-tiling's +forty-first/S +forty-seven/H +foster/Sd +Foulness's +foundry/MS +fount/SM +fountainhead +fountain-pen/MS +fourpence/M +fourpenny +foveate +fowl/SMDG +foyer/SM +fracas/MS +fractional +fractionation/M +fraction's/AI +fractiousness/S +Fraentzel +frailness/S +framing/M +Francesca +Francesco +francophone/M +Frankfurt +frantic/PY +Franz +frap/SDG +Fraser/M +fraudulence/S +fraudulent/Y +Frazier +frazzle/SDG +freak/GDSMZ +Fred/Z +Frederic/M +Frederickton +Fredericton/M +freebase/GDS +freeboot/R +freedom/SM +free-for-all +freelance/RMGDS +free-living +free-market +freestone/MS +freethinking/S +free-up +freezable +freon/S +freq +frescoes +fresh/TmYPR +fresher/AMS +fretsaw/S +Freud/M +Freya/M +friableness' +friary/MS +fricative/SM +Frick +Friedman +friendless/P +friendlier/U +fries/A +frightfulness/S +frilly/TS +fringe/DIGS +frisker/M +Frito +fritterer/M +frivolousness/S +frocking/M +frog/mDGSM +frontiers/m +frontispiece/SM +front-page +frost/GJ2SZMDz +frostbit +frostbite/GSM +frostbiting/M +frosting/M +frowardness/S +frowzy/YTP +Fruehauf/M +fruit/6jXpSMdN +fruiterer/M +fruitful/PT +fruitfulness/U +fruitless/YP +frumpiness's +frumpy/T +frustrate/DhnSkGN +frustrater/M +frustum/MS +ftp +Fuchs +fuck/RGJDSM! +fudge/DGSM +Fukuoka +fulfiller +full/RPSYTG +fullish +fullness/S +full-timer/S +full-wave +fulsome/YP +fumble/DRJGkS +function/yDoSMGp +functionality/S +funding/f +fungoides +funky/T +funny/STP +Furness/M +further/dSr +furtherance/SM +furze/SM +fuse/FXDNSI4G +fusebox/S +fuselage/MS +fusilier/MS +fusty/YPT +fut +futility/SM +futurity/SM +Gabarone +gaberdine/M +gable/MSDG +Gaborone/M +gad/SGRD +gadolinium/M +gaga +Gaia +gain/j6RSDG +Gaines +Gainsborough +gala/SM +Galahad +galen +gallbladder/MS +gallimaufry/MS +Gallipoli +gallium/M +gallivant/DGS +gallstone/MS +galoot/MS +Galvin/M +Gambier +Gamboola +game/TGJZYPSDRM +gamecock/SM +gamesmanship/SM +gamin/SM +gaminess/S +gaming/M +gamy/PT +Gandhi/M +gangling +ganglion/WM +gangway/SM +gantry/MS +GAO +garage/DGSM +Gardner/M +gargoyle/MSD +garishness/S +gas/DRM2JSGZ +Gascoigne/M +Gascoyne +Gaston +gastroenteritides +gastrointestinal +gasworks' +gateau/SM +gatepost/SM +Gatlinburg +Gaucher +gauger/M +Gauguin +Gaulish +gauntness/S +Gautier +gauzy/TP +gavotte/GMDS +gawky/TP +Gawler +GCSE/SM +gear/GJMSD +gearing/M +gecko/MS +gee/dSMG +gelcap +gelignite/SM +gemstone/MS +gender/SMdp +gene/SM +generalship/SM +generative/AY +genericness +genetic/3SY +genetics/M +gent/SMA +gentleness/S +gentrification/M +geology/W13wMS +geomagnetism/MS +geometrician/M +geophysics' +geopolitics/M +geosynchronous +Gerald +Geraldine +Geraldton +Gerber +geriatrics' +Germantown +Germein +germicidal +gerontology/wSM3 +gerrymander/dS +Gertrude +gestation/M +get/SGR +get-rich-quick +gettered +geyser/MSd +ghat/SM +Ghent +gherkin/MS +ghettoes +ghostlike +ghoul/SM +Ghurkha/M +GHz +giant/SM +gigacycle/MS +Gilchrist/M +giller +Gillette +Gillingham +gimbals +ginseng/MS +giraffe/MS +girl/SM +girlie/M +Giusto +glac�/DGS +glace/o +gladiator/SM +gladioli +gland/SM +Glaser +Glasgow/M +glass-bowing's +glass-maker/MS +Glastonbury/M +glaze/RJSGD +glean/RDGJS +glibness/S +glide/RJSGD +glim/M +glitz/SDGZ +glob/MS +globalise/S +globe/MSD +gloomy/TP +glorious/YIP +glossary/MS +Gloucester/M +glove/RMSGDp +glueing +glutei +gluteus +glutinous/YP +glycerolised/C +Glyndebourne/M +gnome/SM +gnomelike +gnomic +gnu/SM +go. +GOA +goalkeeper/SM +goatskin/SM +gobbledygook/MS +Gobi/M +goblin/SM +Goddard/M +God-fearing +godhead/S +godlike/P +godmother/SM +godparent/MS +godsend/SM +godson/SM +Godwin/M +goes/fe +goggle/RDSG +going/efI +goitrous +goldfield +goldsmith/SM +golly/GS +gonad/SM +gonadal +gondola/SM +gone/R +gonks +goo/MZ +goobers +good/PSZY +goodhearted +goodnight +goody/SM +Google/M +Goolwa +goon/MS +goose-step/G +GOP +Gorgonzola +Goroke +Gosford +go-slow +gospel/SM +gossipy +got/I +Gouda/M +Gough +goulash/SM +Gounod +govern/GLS7D +governing/a +government/a +governs/a +Goya +GPO +gracefulness/SE +gracelessness/S +Gracie +graded/AU +gradualism/MS +Grafton +grain/IDGS +gramma/Sw1 +grandiosity/SM +grandmother/MSY +grandson/SM +granite/SMW +granny/MS +grant-maintained +granulation/M +grape/SM +graph/1GWSMDw +graphics/M +graphite/MS +grapnel/SM +gratify/GNnkDS +gratis +graven +graveyard/MS +Grayson +grazing/M +greasiness/S +great-uncle +greediness/S +green/PDMTGSY +greenery/SM +greenfield +greenhorn/SM +greenmail/DGS +greenwood/SM +grenadier/MS +Grenfell +Grenoble +Gretel/M +grievous/YP +griller/M +gringo/MS +gripping/Y +grist/YM +gristly/PT +grocery/SM +grok/SDG +groove/DZSGM +groovy/T +grotesque/YPS +groupie/SM +grouter/M +Grover/M +grubbiness/S +grubstake/SMGD +grudge/DMSkG +gruel/GkSM +Grumman +Gruyere +G-string/SM +GT +Guadalupe +guarani/SM +guardhouse/SM +Guatemalan/S +Guenther/M +guess/RGS7D +guestimate/GSD +guidebook/SM +guildhall/MS +guiltlessness' +Guinevere/M +guitarist +gulden/SM +gulf/MS +gulp/RSGD +gun/GSMyZDR +gunboat/SM +gunfire/MS +gunning/M +gunshot/SM +gunsmith/SM +gunya +gusseted +gust's +gutsy/TP +gutta-percha +guttering/M +Guyra +guyvers +Gwent/M +Gwyair +Gwydir +gymnastics/M +gymnosperm/MS +gypsy/MS +gyration/M +gyrator/MS +gyromagnetic +habeas +haberdasher/ZMS +haberdashery/MS +habitual/PY +habitualness/S +Hackett +hackney/SDM +hackwork/MS +Hadamard +haddock/SM +Hadley/M +hadn't +Hadrian +haematology/w3WSM +ha-ha +hahnium/S +hair/2SZDpM +hairiness/S +hairnet/SM +hair-trigger +hairy/PT +hajji/SM +hale/TDSG +haler/IM +Haley/M +halfbreed +half-brother/SM +half-caste/S +half-hearted/PY +half-heartedness/S +half-marathon/MS +half-mast +half-moon +halfpennyworth +half-tone/S +half-truth/S +halfway +halfword/SM +halitoses +hallmark/DMGS +hallway/SM +halo/MGSD +halt/JRDkSMG +Halton +halyard/MS +ham/DGSZRM +Hamburg/M +Hamilton/M +hamlet/MS +hammerhead/MS +hammertoe/SM +hamstring/GMS +hamstrung +Hancock/M +handbill/SM +handbook/MS +handcuffs/M +handedness/S +handiwork/SM +handleable +hand-pick/GDS +hands/cU +handsome/YTP +handsomely/U +handwork/MS +handwoven +handwrite/SJG +handy/PmT +hanger-on +hangers-on +hangover/MS +Hanna/M +Hanoi/M +Hanover +Hansen +Hanson +happening/M +harangue/GSD +harbourage +Harcourt +hard/TPYZz2 +hardbitten +hard-boiled +hard-done-by +hard-hearted/PY +hard-heartedness/S +hardish +hardpan +hard-pressed +hard-wire/DSG +Hargraves +harlot/yMS +harlotry/SM +harmed/U +harmless/PY +harmonic/SY +harmonics/M +harping/M +harpoon/DGMRS +harrogate/M +Hartford +Hartog +harvestman/M +Harvey +hash/SAGD +hashish/SM +hasn't +haste/SM +hasten/dS +hatefulness/S +hatefulness' +hatred/MS +Haugen/M +haughtiness/S +hauler/c +hauls/c +Havant +have/SG +haven't +haver/S +havering +havoc/SDGM +haw/DSGM +haws/R +hayfield/SM +hayloft/SM +haymow/SM +Haynes +hayseed/SM +Hayward +haywire/MS +Haywood +Hazlet +HDTV +he/M +headcount +headed/U +headgear/SM +Headingly +headline/GDSM +headmaster/SM +headnote +headpiece/MS +headquarters +headscarf/M +headship/MS +headstand/SM +headstrong +headwall/S +headway/SM +headword/MS +heal/GRDS +hearken/dS +hearse/M +heartiness/S +heartlessness/S +heart-rending/Y +heartstrings +heart-warming +heathland +Heathlands +heatwave +heavy/PTYS +heavy-duty +hebetude +hedge/DRMGSk +heedlessness/S +hegira/S +height-ho +Heinrich/M +Helene +helium/M +Hellenic +Hellenise/nDGS +hell-hole/SM +hell-raiser +Heloise/M +help/6GJpRDSj +helpful/P +helping/M +helpless/PY +helve/MS +hemstitch/GMSD +hen/SyM +Hendricks +Hendrix +henge/M +heparin/MS +hepatitides +herald/ySMGWD +heraldry/SM +herbaceous +herbal/S3 +herbalism +Herby +Herculaneum +here/M +hereby +hereditary +heretical +heretofore +heritage/SM +Hermannsburg +hermeneutics/M +hero/MW1 +heroin/MS +hesitance/SZ +hesitating/UY +Hessian/S +heterodox/Z +heterodyne +heterogeneous/YP +hex/DSG +hexagram/SM +Heysen +Hg +hiatus/SM +hiccup/dMS +Hickey/S +hide/JSG +hide-and-seek +hie/SG +hieroglyph/SW +hieroglyphics/M +Higgins/M +Highbury +high-energy +highfalutin +high-falutin +high-flying +Highgate +high-heeled +highland/RSM +highness/S +high-profile +high-quality +high-ranking +high-spiritedness +hight +Hilary +Hilbert +hill/2GSMY +Hillcrest +hilliness/S +Hillsboro +hillwalker +Hinchinbrooke +Hinckley +Hines +hinger +hint/RGDSM +hinterland/SM +Hinton +hipbone/MS +hippie/M +hipping/M +hireling/SM +hiring/A +Hirsch +hirsute/P +hirsuteness/S +hissing/M +hist +historicism/M +hit/SRpMG +Hitachi +hit-and-miss +hit-and-run +hitherto-unseen +hittable +ho/FMS +hoarse/TYP +hod/SM +hodge/SM +hoecake/SM +hoggish/Y +hogshead/SM +hogwash/SM +hoi +hoity +hokey +hold-up/MS +holiday/SDGM +holidayer +holiness/S +Hollander/S +holly/SM +Holm/M +hologram/MS +holystone/SM +home/YRMz2DpSG +homebody/SM +home-builder/S +home-building +homebuilt +homecoming/MS +homeliness/S +homely/PT +homesickness/S +homespun/MS +homestretch/MS +hometown +homeward-bound +homo/MS +homogamy/M +homogeneousness +homogenise/DRSG +homograph/MS +homologous +homomorph/M1ZW +homozygous/Y +homunculus +Honaker +honest/EYZ +honeymoon/GMRSD +Honeywell +honorary/SY +honourably/S +Honshu/M +hoodlum/SM +hoodoo/DGSM +hoodwinker/M +hookworm/MS +hooves/M +hopeful/PS +hoppled +hopples +hopscotch/M +Horatio +Horatius +Hornblower +Horne +horologes +horology/3SMWw +horoscope/MS +horrendous/Y +horrid/PY +Horrocks +horseback +horse-doctor +horse-drawn +horsefly/SM +Horton +hos/dS +hosepipe +hot-blooded +hotcake/S +hotelier/SM +hotness/S +hotplate/SM +hotpot/M +hotshot/S +hot-tempered +hounder/M +hourglass/SM +houseboat/SM +housebound +housebreaking/M +houseful/MS +household/SRM +house-hunting +housekeep/RG +houser +house's/e +house-train/D +house-warming/MS +housewife/YM +housewifely/P +howbeit +howdah/SM +how'll +how've +Hoyt/M +Huang +hubcaps +Huck +HUD +Hudson +huff/2SZDzGM +huffiness/S +huffy/PT +huge/YTP +hugger +Hughes +huh/S +Hull/M +hum/DRSG +humanly/I +humanness/I +Humber +humdrum/S +humeri +humidify/CNRDnSG +humidistat/M +humiliation/M +humility/MS +hummingbird/MS +hummus/S +humourless/YP +hundredweight/MS +huntress/SM +Huon +Huonville +Huron +hurricane/MS +Hurst +hurter/M +husbander/M +hush/SGD +Hussain/M +hustings/M +Hutchins +Huxley +hybridism/MS +Hyderabad +hydra/nSM +hydrated/A +hydro/SM +hydrocephali +hydrodynamics' +hydrometer/MS +hydrophilic +hydrophobia/SM +hydroponic/YS +hydrosphere/SM +hydroxide/MS +hygienics/M +hygroscopic +hyperbola/MS +hypercritical/Y +hyperglycaemia +Hyperion +hypermarket/MS +hypermedia +hypertension/MS +hyphenation/M +hypnotism/SM +hypocellularity +hypocrite/1MSw +hypodermic/S +hypophyseal +hypothalami +hypothalamus/MW +hypoxemia +hyssop/SM +hysteria/MS +Iain +Ian/M +IC +ice/DmSJGM +iceboat/SM +icebound +Iceland/WRM +Iceni +icepick/S +icon/WSM +icosahedra +ICU +icy/TPY +id/YM +Ida/M +idem +identical/PY +identification/Ma +identifies/a +ideologue/S +ideology/1Mw3S +idiocy/SM +idolatress/S +idolatry/SM +ids +IEEE +iffy/T +ignominious/Y +iguana/SM +ii +iii +ileitis/M +ilia +ilk +ill-conceived +ill-starred +illuminate/DSGk +illuminated/U +illustrate/GnVDSNv +ilmenite +imaginably/U +imagination/M +imaginer/M +imam/MS +IMAP +imbibe/RGDS +imbrication/MS +imbue/DGS +imitate/DSVvuGNn +immanency/SM +immediateness/S +immovability/SM +immunology/1Ww3MS +impaired/U +impasse/lXMbN +impasto/MS +impeach/LRB +impeccability/SM +impeccable/SY +impeder/M +imperative/YPS +imperiousness/S +impersonate/SGnND +impertinence/M +imperturbable/Y +impetigo/SM +impishness/S +implacability/SM +implacable/PY +implant/7Nn +implementable/U +implore/DSkG +important/Y +importune/DRSG +imposing/U +impotence/SM +impoverisher/M +impregnation/M +impresario/SM +impressiveness/S +imprison/L +in/FAS +inadvisability +inalterability's +inappeasable +inarticulate +inaugurate/DNGnS +inauguration/M +inborn +inbreeding/M +incandescent/YS +incantatory +incapacitate/SDGN +incarcerate/SGnDN +incentive/ESM +incept/VGDvS +incessant/Y +incidence/FSM +incinerate/SDGNn +incipient/Y +inclinometer +include/NvSuDGXV +incommode/DG +inconceivability/SM +inconformity +incongruence +inconvertible +incrustation/MS +inculpate/DGS +incurious +incurs/NX +indebted/P +indeed +indefatigable/PY +indefinite/PS +indelible/Y +indemnify/nDNGS +indention/SM +Indiana/M +indicate/vnNDSGV +indices/M +indicter/M +Indira +indirect/GP +indistinct/P +indite/GDS +indium/M +individual/QsY3SqM +individualise/k +indivisible/PYS +indoctrinator/SM +indolent/Y +indomitable/YP +Indonesia/M +inductee/SM +induction/M +inductive/P +inebriate/SnGDN +ineluctable/Y +inequitable +inerrant +inert/YP +inestimable/Y +inexplicable/PY +infanticide/SM +infarct/MS +infected/U +inferencer +infest/RGnNDS +infinite/VZ +infinitude/SM +infinitum +infirm +inflated/c +inflict/DGS +infliction/SM +infotainment/SM +infraction +infrastructure/MS +infuriation/M +infusible/P +ingenuous/PY +ingenuousness/S +inglenook/MS +ingratiate/SkNDGn +ingratiation/M +inguinal +inhalant/S +inhalation/M +inhospitable/P +in-house +iniquitous/PY +iniquity/SM +initialising/K +initiate/NSDyGnV +initiation/M +inkwell/MS +inlier/M +inline/D +in-line +inn/SJM +innermost +innovate/DGuSNVynv +innovator/MS +inopportune/P +inpatient/MS +in-phase +inquiry/MS +ins +inscrutability/SM +insecticide/SM +insert/AGDS +insidious/PY +insight/6j +insipidity/SM +insofar +insolent/YS +installant +installation/M +installs/A +instinct/VMvS +institutes/M +institutionalist/M +instructed/U +instructor/SM +instrumentality/MS +instrumentation/M +insufficiency/S +insulation/M +insuperabilities +insupportable/P +insurability's +insurmountable/Y +insurrectionist +intactness' +intaglio/SGDM +integrability/M +integrable +intellectualism/SM +intemperance/S +intentional/UY +interaction/SM +interaxial +intercase +interchangeability/M +intercisi +intercommunicate/SGNnD +interconnectivity +intercontinental +interdependent/Y +interdiction/MS +interest/ESGhMD +interesting/YU +intergenerational +interior/SYM +interleaver/MS +interlocker/M +interlocutor/MS +intermarriage/SM +intermodulation/M +internal/QqsS +internecine +internet/M +interpose/NDXSG +interposition/M +interprets/aA +interprocess +interrogator/MS +intersect/DSG +intersperse/SGNXD +interspersion/M +interstate/S +intertidal +intervener/M +intervenor/M +interventionist/S +interwove +interwoven +intifada +intimidate/knSGDNy +intone/xnN +intoxicate/SGNhDn +intraline +intrametropolitan +Intranet +introspection/SM +introvert/MDGS +intrusion/M +inure/GDS +invalid/dSM +inventor/SM +invernesses +invertase +Inverway +investigate/GnVySND +investigating/A +investiture/SM +inveteracy/SM +invidious/YP +invigilator/MS +invigoration/AM +invincibility/MS +invitee/S +invokable +invulnerability/M +invulnerable/P +iodise/GDS +Ionian +ionise/CDUSG +Iowa +ioxaglate +IPR +Iqbal +irate/YT +ire/DS6GM +Ireland/M +irenic/S +iridescent/Y +iridium/M +Irish/m5 +Irkutsk +iron/WS1pdMw +ironer/S +ironness +ironworker/M +irony/MS +irrational/S +irreconcilability/SM +irreconcilable/YPS +irrecoverable/PY +irremediable/PY +irreproachable/PY +irresolute/P +irrigable +irritability/SM +irrupt/DSVG +Irvin/M +Irvinebank +is +Isa +Isabella/M +ISBN +Islamic +Islay/M +Isled +ISO +isocyanate/M +isolation/3M +Isolde/M +isomorphe's +isothermal +Israeli/MS +issues/A +Italian/SM +italic/qQS +Itanagar +it'd +it'll +Ito/M +ix +jabot/MS +jackass/SM +jacket/dMS +jackknife/GMSD +Jacksonville +Jacky +Jacobean +Jacobite +Jacobson/M +Jacuzzi +Jaime/M +jamb/GSDM +jambalaya/SM +Jamestown/M +Jamie/M +Janacek +Janeiro +Janesville +Janos +Japan/M +Jardine +jasmine/SM +jato/MS +jaunt/DzMG2SZ +jawline +Jazeera +Jeanie +jeez +Jehoshaphat +jellyfish/SM +jennet/SM +Jeremiah +jerquer's +jerry/MG +Jerrys +jersey/MS +Jesuit/S +jet-black +jet-lag/D +jet-setting +jetting/M +Jewishness +jibe/S +jiff/SZ +jiffy/SM +jigger/dZ +jilt/DSG +jingle/DSG +jinked +jive/MDSG +Jo/M +job/GSRDpM +jobbing/M +jocosity/SM +Jodie +jog/DSRJGM +joggler/M +Johanna/M +Johnston/M +Johnstown +joist/MDS +joke/RMZkDSG +joky/YT +Jon/ZM +jong/M +Jordan/M +Josef +Josiah +jostle/DSG +jotting/M +joule/SM +jounce/DSG +joyful/TP +joyrode +joystick/S +Juanita +jubilation/M +Judah +Judaic +Judas +Judea +judicature/SM +judicial/YK +juggle/DRyGS +jugglery/SM +juguli +juicy/PTY +jukebox/SM +July/MS +jumping/M +Juneau +junior/SM +junk/RGMSZD +Junker/SM +Jupiter/M +juridical/Y +juries/I +jurisprudent +justify/SBDNRGln +jute/MS +juvenile/MS +K +kabuki/MS +kadaitja +Kafka +Kali +Kallista +Kalorama +Kalumburu +Kambalda +Kampala/M +Kanowna +kaolinoses +kaput/M +karate/M +karma/SM +Katamatite +Katoomba +Katz +Kauai +Kaufman/M +kb +kebab/SM +keeping/M +kef +Keller +kelvin/SM +Kempton +Kendall/M +Kentucky +Kenya/M +kepi/MS +keratin/MS +kerb/SM +Kermit +Kern +Kernot +Kessler/M +Kettering +kettle/6MS +kettledrum/MS +Kew +Kewell +keyboardist/S +K-factor +kg +khaki/SM +Kidd +Kieffer/M +Kilcoy +Killarney +Kilmore +kiln/SM +kilogram/MS +kilohm/M +kilojoule/MS +kilter/M +kindergarten/MS +kinderg�rtner/SM +kindly/TP +kinetic/YS +king/DGMSY +kingdom/SM +Kingston/M +Kinney/M +kipper/d +Kirchner/M +Kirkpatrick +Kirsova +kl +Klan +Klansman +kleptomaniac/MS +Klingon +Klux +knackered +Knapp/M +knee-jerk +knelt +knickerbocker/S +knick-knackish +knight-errantry +knightly/P +knish/SM +knobbly +knobby/T +Knossos/M +knower/M +knowing/UY +Knutsen +Knutson +Kobe +Kodachrome/M +Kodiak +Kongsberg +kookaburra/MS +Koolatah +Koolburra +koori +Kosciusko +Kovacs +Kowloon +kraal/MS +kraft/M +Krakow +Kremlinologist +Kron +kronur +Kulgera +Kulin +Kupffer/M +Kurdistan/M +Kurosawa +Kwinana +Kyle/M +la/M +labium/M +laborious/PY +laburnum/SM +lace/ZDMSG +lacer/MV +lachrymal/S +lactate/SGNnxDM +lactation/M +lacy/K +lad/JdSDRGM +Ladbrokes +Ladin's +ladybird/MS +laevulose +Lagos/M +Laguna +laid/Afac +lain/cf +laity/SM +Lakehurst +Lakewood +lambent/Y +Lambert +lambkin/SM +lame/TPDYS +lamentable/P +lampblack/SM +Lampeter +lamplight/SRM +Lana/M +Lancaster/M +land/JpmMDRSG +landfall/SM +landlady/SM +Langer +language/SM +languid/YP +languisher/M +languorous/Y +lankness/S +lanky/TP +Lansdowne +Lansing +lanthanide/M +largeness/S +large-scale +Larine +Larousse +Larrimah +larval +laryngeal/YS +larynx/M +lasagne/M +lasher/M +lass/MS +last-minute +lasts/e +latching/M +latency/SM +lateral/FSY +Latera's +lath/yRMDSG +latices/M +Latinate +latitude/MS +latitudinary +latrine/MS +latte/S +latticework/SM +Lattimer +laughing/M +launched/A +launches/A +laundress/SM +laundry/mS5M +Laura/M +laureateship/SM +Laurence +lava/MS +lavender/dSM +Laverton +lawful/UY +Lawler +lawlessness/S +Lawley/M +lawmaking/M +Lawton +lax/VSPTvuY +laxative/PSM +lay-off/SM +La'youn/M +lay-up/MS +lazuli/M +lazybones/M +lbw +league/FDMSG +Leakey +lean-burn +learnedness/M +learnedness' +learns/AU +leaseback/MS +leasing/M +leastwise +leathern +leatherneck/SM +leaving/M +Lebesgue +LED's +lee/SyM +Leeman +Lee-Metford +leftward/S +legalism/MS +legation/CMA +leghorn/MS +legionnaire/SM +legislator/SM +leguminous +Leichhardt/M +Leila +leisure/DMYS +lemma/MS +lemming/M +lemur/MS +length/zSZM2 +lengthen/dS +lengthwise +lengthy/TP +lenience/SMZ +Leningrad +Lennon/M +lent/A +Lenten +lenticular +lento/S +Leonid/M +leonine +leotard/SM +leprosy/MS +lepton/MS +Leroy +lerp +lesion/MGD +lest +let/SeM +letterbox/S +lettered/U +Lev +Levant +levelness/S +leverage/MD +Levi/S +Levin/M +levitation/M +lewdness/S +lewis/M +Lewisham +lexicographer/MS +ley/M +Leyden +liability/MAS +libellous/Y +liberationists +liberator/CSM +libero +libertarian/SM +libertine/MS +liberty/SM +libido/SM +Libreville/M +license/SGD +licentious/PY +licet +lichee/M +lichenology +Lichtenstein +lickerish +licking/M +Licola +Liebfraumilch +lieder +lieutenancy/SM +lifebuoy/S +life-size/D +lifetime/SM +ligate/DnSGN +ligature/DMGS +lightly +likeable/P +likeliness +Lilliputian/S +Lilongwe/M +Lilydale +lily-livered +limb/WSDpM +limitable/Y +limper/M +limpid/YP +linchpin/SM +Lindberg/M +linear/YQt +linen/MS +lingo/M +lingoes +lining/feA +link/7RSDGJM +linsangs +linseed/MS +Linus +lip/pDSGZM +lip-read/JSG +Lipschutz/M +liqueur/MS +liquidation/M +liquidise/nDRGS +liquids +liquorice/MS +Lismore +lisp/RGMDS +listlessness/S +lite +literacy/ISM +literary/P +literate/IYS +Lithgow +litigator/MS +litterateur/S +litterbug/MS +littleneck/M +Littleton +Litton +litt�rateur/S +liveries/C +livestock/MS +livid/YP +Ljubljana/M +llama/MS +Llanelli/M +LLD +loads/cUA +loam/MSZ +loathing/M +loathsome/PY +loathsomeness/S +Lobachevsky +lobby/GDS3M +local/sQYSq +locale/SM +locality/MS +locatable/A +location/AMEF +locative/S +lock/RSG7DM +locomotive/YSM +locoweed/MS +locution/SM +lode/MS +loftiness/S +loggia/SM +logia +logicality/SIM +loll/GDSY +Lombardy/M +lone/RPY +loneliness/S +longboat/SM +long-distance +Longfellow +longhair/MS +longitudinal/Y +long-lost +long-running +longsword +longwise +loo/M +lookahead +looks/ec +Loomis +loon/SZM +loony/ST +loosener/S +loppiest +loquaciousness/S +loquacity/SM +Lorentzian +Loretta +lorgnette/SM +loris/M +lose/RSG +loss-leader/S +lost +lot/SM +Louise/M +Louisiana/M +lounge/RDSMG +lour/SDG +lousewort/M +louver's +louvre/DSM +Lovejoy +lovely/STP +low-down/S +lower-case +lower-class +lowly/PT +low-noise +Loxton +lozenge/MDS +Luanda/M +lubricant/SM +Lucia/M +Lucian +Lucifer +Lucretia +Ludhiana +ludicrous/PY +ludicrousness/S +Luftwaffe/M +luggage/SM +lullaby/GMSD +lulu/M +lumpy/TP +Luna/M +lunatic/S +lunch-time +lunge/MS +lure/DSG +lurer/M +lurex +luridness/S +Lusitanian +lustrous/PY +lusty/TP +Luxembourg/RM +lycee +Lydia +Lydian +lye/M +lyricism/SM +mac/SM +macaque/SM +macaroon/SM +MacArthur/M +machete/SM +Machiavellian +machinable +machinate/GSD +Macintosh/SM +MacIntyre +Mack/M +Mackenzie/M +mackintosh/MS +Macon +macram�/MS +macro/SM +macrocosm/SM +macroeconomics/M +Madagascar/M +madam/SM +Madeline/M +madhouse/MS +madras +Mae/M +maelstrom/SM +maestro/SM +Magill +magnetic/S +magnitude/SM +Magog/M +mah +maharishi/MS +Mahayanist +mahout/MS +maidenliness +Maier +mail-order +mailshot +maim/DRGS +mainline/RSDG +mainsail/SM +mainstream/MS +Majorca/M +majordomo/S +majority/SM +majuscule's +maladapt/VD +malaise/SM +Malamud +Malanda +malarial +Malarkey. +malathion/S +malcontent/M +male/PMS +malefactor/MS +maleness/S +malevolencies +malformed +malice/MS +maliciousness/S +malignity/SM +malnourished +malnourishment/MS +Malone +malt/MGSZD +Maltese +Mammalia +Mammon/M +Managau/M +manageability/S +managerial +manatee/SM +Manchu +Mandalay +mandibular +mandolin/MS +mandrake/SM +mandrel/MS +Mandrin +Manfred +manic/S +manifestation/M +manifolder/M +manioc/SM +Manish +mannerist/M +manoeuvre/eDGS +manometer/MS +mantel/MS +Manton +manumit/XDGNS +Manville +man-year/S +Mao +mapmaker/S +mappable +mar/GZD +Mara +maraschino/SM +Marco/SM +Marcus +marginalia +Marina +Mario +Marissa/M +Marius +Markham/M +marks/A +Marlo +Marquette +marquis/SM +Marrakech +married/U +Marsden +Marsha +marshmallow/SM +marshy/TP +Martian/S +martin/MS +martinet/SM +martingale/MS +Martinique/M +Marxism +Marxist +Masai +masc +mash/RJMSGD +masochist/1MWS +masquerade/SMRGD +massacrer +mass-produced +mass-producing +master-stroke/SM +matchless/Y +materialness/I +materiel/M +maternity/MS +Mathematica +maths +matilda +matin�e/S +Matisse +Matlab +ma�tre +matriarchal +matrices +matricide/MS +matrimonial +matrimony/MoS +matrix/M +Matsumoto/M +Matsushita +matter-of-fact/Y +maturate/GNxVDSn +mature/IPY +matured +matureness/K +maturest +matzo/SM +Mauritian/S +Mauser +mausoleum/SM +mauve/SM +maw/DGSM +maxillary/S +Maxine +Maxtor/M +Maxwellian +mayday/S +mayhem/SM +Maynard/M +Mayotte/M +mayst +mazurka/MS +McCartney +McCluskey/M +McFadden/M +McGill/M +McGraw/M +McGuire/M +McIntyre/M +McKay/M +McLaren/M +McMillan/M +McNish +MD +mdse +me/s3 +meal/2MSZ +mealiness/S +meanness/S +measly/T +measurement/A +measures/A +Meath/M +meatpacking/SM +Mecca/M +mechanic/MSY +mechanism/MS +mechanizability +mechanizable +mechanochemically +med/Kw +medallion/SM +meddle/DRGS +meddlesome +mediaevalist +Medicaid +medicate/DSG +Medina +medium/MS +mediumistic +Medusa/M +meeting/M +meetinghouse/S +mega +megabyte/S +megadeath/SM +megajoules +megalith/SMW +megalopolis/SM +meiotic +melaleuca +melancholia/MS +melancholy/MWS +Melanisation/S +Melba +Meldrew +melee/SM +meliorate/SDGNnV +mellifluousness/S +mellitus's +melodic/S +melodious/U +melodrama/1WSM +melted/A +melter/M +membranous +meme +memo/SMy +memorable/U +memorials +memoryless +men/M +menagerie/MS +mend/FSDG +Mendel/M +Mendelssohn +Mendoza +meninx +Menlo +menstruate/NnSDG +menstruation/M +mensurableness +mentioned/fU +Menuhin/M +meow/DGS +Mercedes-Benz/M +mercenary/PSM +merchantmen/M +mercurialness +mercury/MoW +mere/TYS +meritocracy/MS +Merredin +Merrimack +merrymaking/SM +Merthyr +mes/DzGZ2 +meshed/U +mesmeric +mesquite/SM +mess/MS +Messrs +metacentre/W +metallic/S +metalsmith/MS +metamorphose/GDS +metamorphosis/M +metatarsal/S +metempsychosis/M +meteorologist/S +methodicalness/S +methylated +methylene/M +Methyr/M +metier/S +metric/SNnM +metrician +metronomic +mettlesome +Metung +Meyer/S +mezzo/S +mezzo-soprano +mfr/S +MGM +mica/MS +Micah +Michaelangelo +Michelago +Michele/M +Michigan/M +mickey/SM +microbe/SM +microbicide/M +microeconomics' +microelectronics/M +microfibre/S +micrograph/Z +micrography/M +micrometer/SM +microprocessing +micros/M +microsimulation/S +microstore +microtome +midden/SM +middle-class +Middletown +midfielder +midland +Midlothian/M +mid-off +midriff/MS +midscale +midsection/M +midtowns +midway +midwifery/MS +midyear/MS +mien/SM +might/zMS2Z +mightn't +�migr�/S +migratory/S +mikado/SM +Mikhail +milady/SM +Milanese +militant/SYP +militarisation +militarist/W +milkmaid/SM +milkmen/M +mill/G7MRSD +millenarian +millennial +millennium/MS +Milligan's +millimole/S +milliner/SMZ +milling/M +millstream/MS +Millward +Milwaukee +MIMD +mimetic/Y +mimosa/SM +min. +minatory +mince/RkSGDJ +Mindanao/M +minded/A +minder/AS +mindfulness/S +mine/RGJDS +mineralogy/3SMw +Ming +miniature/SMQDq3G +minimality +miniskirt/MS +minister/NdSnoM +ministerial +ministration/M +ministry/SM +Minnesota/M +Minnipa +Minoan +Minot/M +mint/GMRSZD +minuend/MS +miracle/MS +Miriam +misbehaver/M +misbrand +miscegenation/SM +mischievous/YP +miscreant/SM +misdeed +miser/Z7Yl +misery/MS +misfeasor's +misgiving/S +mishear/GS +mishmash/MS +mislay +misplay +misprision/SM +misses/K +missions/4 +Mississippian/S +Missy +mist/CDRGS +misuse/M +Mitch/M +mitochondrial +mitosis/M +Mitterrand +mizentop +mizzen/SM +mizzenmast/MS +m�nage +Mobil +mobiles +mobile's +mobster/SM +mod/So +moderated/U +moderates +moderation/SM +moderation's/I +modernist/SW +modest/IZY +modi +modicum/MS +modifiable/P +modified/U +modify/BnDGRSN +modishness/S +modulator/ASMC +module/SNnM +modulo +modulus/M +modus vivendi +moggie/SM +mogul/SM +moiety/SM +Moines/M +molal +molar/KS +Moldavian +moleculare +molehill/SM +Mollusca +molly/SM +mollycoddle/GSD +molten +Mombassa +momentariness/S +Mona/M +Monet +mongoose/SM +mongrel/MS +Monica +monies/M +monition/KSM +monitor/SMd +monitory/K +Monmouthshire/M +monoclinic +monogamousness +mononucleosis/M +monopoly/SM +monotonicity +Monsanto +Monseigneur/S +monsoonal +monstrance's/A +monstrous/YP +Montague +Montenegrin +Monteverdi/M +Montezuma +month/YSM +monthly/S +moody/TP +moolah +moonbeam/SM +Mooney +Moonie +moonlighting/M +moonrise +moor/SMGDJ +Moort's +mopey +Moranbah +Morant/M +morass/SM +Moravia +Moravian +morbidity/MS +mordant/GYSD +more/oS +Morehouse +morel/SM +Moreland +Moresby/M +Morisset +Morley/M +morose/YP +Morpeth +morph/DGSJ +Morpheas +Morpheus/M +morphophonemics/M +morrow/MS +mortal/ISY +mortice/MDS +mortuary/SM +mos/DGZ +mosaicking +Moseley/M +moss/MS +MOT/M +motelier +moth/RMS +moth-eaten +motherboard/SM +mothering/M +mothiest +motion/SFCM +motivator/S +motive/nxDpSMNVG +motley/S +motlier +motocross/SM +motorbike/DMSG +Mott/M +moulder/d +mountaineer/SMGDJ +mountainous/PY +mountebank/SM +mounts/EA +mount's +Moura +Mourilyan +mourn/DRG6JjS +mourning/M +mousiness/S +moustachio/DMS +mousy/PT +mouthful/SM +movably/I +moveability +moveables +moveably +Moyer/M +Mozilla/M +mozzarella/SM +mozzie +mph +MPhil +mucky/T +mucous +muddy/TSDPG +muff/SMGD +muffin/SM +mufti/SM +muggy/TP +Muhammadanism +mulatto/M +mulberry/SM +mule/GDMS +muleskinner/S +mulish/YP +Mullen/M +Muller/M +multicellular +multidimensional/Y +multidisciplinary +multilevel/D +multipart +multiplexor/SM +multiplicity/SM +multiplying/A +multi-purpose +multiracial +multi-site +multivalued +multivariate +mum/RGSDZM +mummery/MS +Mungidi +Mungo +municipal/YS +munificent/Y +munition/DSG +Munroe/M +Munster/M +Murali +Murgon +Murillo/M +murky/PT +Murrumbidgee +muscatel/MS +muscularity/SM +Musgrave +mush/2MSZ +mushiness/S +music/SM +musician/MYS +musket-ball +Mussorgsky/M +must-have +Muswellbrook +mutability/SIM +mutely +mutilator/SM +mutuality/SM +my +mycology/3SM +myriad/S +myrtle/MS +mystic/YSM +mystifier/M +mystify/SCnNDG +myth/1WMwS +mythographer/SM +n/NxnVvu +Na/M +nab/SDG +NABCO +nacho/S +NaCl/M +nacreous +nag/DRSGM +nail/MDGS +Nairobi/M +naivety/MS +Nakamura/M +name-calling +nameless/Y +namelessness +namely +nameplate/MS +Namibia/M +Namoi +Nance/MZ +Nantucket/M +nape/MS +Napier/M +Napperby +nappy/SM +Narbonne/M +narcissism/MS +narcoses +Narembeen +natal/K +natch +nation/M +nationalises/A +nationalising/A +nationals/4 +natter/dS +naturist +Natus +NatWest +naught/MZz2 +naughty/TSP +nauseate/kDGS +nauseous/P +navigation/M +Nazarene/SM +NCAA +N'Djamena/M +N'djamena's +n�e +neap +nebula/MS +neckline/MS +necrology/MS +necromantic +necrophiliac/S +necropolis/SM +necroses +nectareous +nectarine/SM +needed/U +needfulness +neediness/S +negativeness/S +Negev/M +neglect/DG6Sj +negligibility/M +negotiation/MA +Nell/MY +Nematoda +nemeses +Nemesis/M +neoclassicism/SM +neocortex/M +neoplasm/MS +nephew/SM +nephrite/MWS +nerd/SZ +nerving/M +nervousness/S +nestler/M +Nestor/M +nettle/DMGS +neurasthenia/SM +neurology/w3M1S +neuronal +neurone/S +neuropathology/M +neuropsychiatric +neurotic/YS +neuter/Sd +neutrality/MS +neutrino/SM +never +new/PSTY +Newell/M +Newhaven +newly-wed/MS +newly-weed's +Newnes +newness/S +Newnham +news/m5Zp +newsgirl/S +newsletter/SM +news-sheet +Newsweekly/M +newsworthy/PT +newton/MS +nexus/MS +NFC +n�glig� +Nguyen/M +Nhulunbuy +Niagara/M +nice/TPY +nicety/SM +nicknamer/M +Nigerian/S +nightclothes +nightclub/MGDS +nighter/cS +nightmarish/Y +nightshade/MS +night-time/MS +Nikita/M +Nikolai/M +nimble/TPY +Nimmitabel +Nina/M +nincompoop/SM +ninety-one +ninety-seven/H +ninny/SM +niobium/M +Nippon/M +nitpick/DJSRG +nitrate/GMDS +nitride/MS +nitro-glycerine/M +nix +Nixon/M +Nkrumah/M +Noah/M +Noarlunga +no-ball/DS +nobbiest +nobelium/M +nobility/SM +noble/TmPS5 +noblesse/M +noddy/M +Noll/M +nominated/AC +non-absorbent +non-academic/S +non-adaptive +non-addictive +non-adjacent +nonagon/M +non-automotive +non-basic +non-blocking +non-breakable +non-caloric +non-carbohydrate +non-chargeable +non-competitive +non-conducting +nonconformity/SM +non-constructive +non-crystalline +non-custodial +non-departmental +non-disciplinary +non-drinker/MS +non-economic +non-empty +non-equivalent/S +non-exempt +non-fat +non-fattening +non-fluctuating +non-food +non-inflected +non-interchangeable +non-interference +non-intuitive +non-judgemental +non-linearity/SM +non-living +non-local +Nonning's +non-operative +non-orthogonality +non-participant/SM +non-partisan/S +non-peak +non-performance/MS +non-performing +non-perturbing +nonplus/GSD +non-political +non-porous +non-professional/YS +non-profit-making +non-random +non-recoverable +non-recurring +non-refillable +non-returnable/S +non-rural +non-scientist/S +non-sexist +non-sexual +non-singular +non-social +non-terminal/S +non-thinking/S +non-transferable +non-transparent +non-union/S +non-user/SM +non-vocational/Y +non-voter/MS +non-voting +Noojee +Noosaville +nor +Nora/M +noradrenaline/M +Norbert/M +Nordstrom/M +Noreen/M +Norfolk/M +Norma/M +normal/tQsq+S +normalcy/SM +Normanton +north/MSG +Northam +Northcliffe +north-easterly +north-Eastward/S +northern/RS +Northern's +northmen +Northrop/M +north-Western +Norway/M +nosh/MDSG +no-show/S +nostalgia/SM +notable/C +notary/SM +notation/FMC +notepad/S +note's +nothingness/S +notice/DSMlG +Noun�a +nourish/DSGL +nourished/Uf +nourisher/M +nouveau +nouveaux +novel/Q-M3S +now +Np +NRA +nroff/M +nth +nuance/DMS +nub/SZM +Nubeena +nubile +nucleate/DnGNS +nuclei/M +nudes/C +nudger/M +nuke/DMSG +nullah +nullification/M +numberer/M +Numbulwar +numerator/SM +numerical/S +Nungarin +nuptial/S +Nuremberg/M +Nuriootpa +nutation/M +nuthatch/MS +nutritionist +Nyah +Nyasa/M +Nye/M +oaf/SM +oak/SM +Oakmont/M +oakwood +oasis/M +Oates/M +oatmeal/MS +ob. +obbligato/S +obduracy/SM +obdurate/YS +obesity/MS +obeyer/EM +obfuscater +obfuscation/M +obit/MS +objective/PS +obliger/M +obnoxious/PY +obscurantist/MS +obscure/PTDNYSG +obsequiousness/S +observant/UY +observed/U +obsession/M +obstacle/MS +obstetric/S +obstructionist +obtain/D7GS +obvious/PY +obviousness/S +O'Casey +Occam/M +occipital/Y +occipitalised +occlusive/S +occupational +ocean-going +octane/SM +octant/M +odium/SM +odyssey/S +oedema/MS +OEM/M +oenology/SM +Oenpelli +o'er +oestrus/SM +off/GRJM +offbeat/MS +off-drive/S +offensive/MSP +officeholder/MS +officiate/SNDGn +officiation/M +officio +officiousness/S +offing/M +off-licence/MS +offprint/SDMG +off-road/G +off-the-wall +ogrish +oh/GD +O'Higgins +ohs +oilskin/SM +oily/TP +Okamoto/M +Okhotsk/M +oldie/SM +old-style +oles +olfactory +oligarch/ZMWw +olivine +Ollie/M +Olmsted/M +Oman/M +omelette/MS +Omeo +omni/M +omnipotent/YS +omnivorousness/S +on-board +oncologist/S +oncoming/S +onefold +one-man +one-off +onere +onerousness/S +one-third +Ongerup +Ono/M +onomatopoeia/SM +Onondaga/SM +Ooldea +oolitic +ooze/ZGDS +oozy/T +OPEC +open-air +open-and-shut +open-heart/Di +open-mindedness +operational +Ophir +opiate/DGMS +opinionated/PY +opp +opportune/IY +opportunist/MW1S +opposer/M +optics/M +optimal +optimised/U +optional/S +optoelectronic +opus/MS +or/nNM +Ora +oracle/SM +oral/S +orale's +Oran/M +orangeade/SM +orbit/SMd +ordain/LDGS +ordeal/SM +ordinance/SM +ordinate/FSN +ordnance/MS +Oreo +organdie/MS +organic/IY +organza/SM +oriental/SY +Orientals +originate/DSG +origination/M +originator/SM +oriole/SM +Orion/M +ormolu/SM +orographic/M +orphan/dMS +orphanhood/M +ors +Orson/M +ortho +orthodontic/S +orthodoxy/SM +orthography/1SWMw +orthonormal +Ortiz/M +Orville/M +Orwellian +Osage/SM +Osborn/M +Oscar/MS +oscilloscope/MS +O'Shea/M +Oshkosh/M +osmotic +osprey/SM +osseous/Y +osteopath/SZWM +osteoporosis/M +Ostrander/M +OTC +Otis/M +Ottawa/M +Ouagadougou/M +oubliette/SM +outcrop/GJ +outcry/M +outer/S +outgrow +outlaw/GDy +outline +outpost +ovary/SM +ovate/S +oven/SM +overact/G +overaggressive +over-anxiety +overawe +overbore +overburden/k +overcautious +overcome/MSG +overcomplicate/D +overdo +overfeed/G +overfish/G +overground +overhang +overkill/M +overly/G +over-nicety +overnight/G +overpass/M +overtness +overvalue +oviduct/MS +ovum/MS +ow/GD +owlish/PY +own/EDGS +owned/U +owner-occupier +oxalic +Oxfordshire +oxidative/Y +oxidisation +oxyhydroxides +Ozark/MS +Paarl +pabulum/SM +paces +pachyderm/SM +pack/DGMJR7S +packaged/U +packed/AU +packing/M +padded/U +padding/M +paddle/DRMSG +paedophile/S +paganism/MS +painkilling +paintbrush/SM +paired/U +pairing/S +pair's/A +palaeobotanist +palaeoecology/w +Palaeolithic +palaeontologist/S +palatal/QS +palate/oMSg +palatinate/SM +palaver/SdM +paleface/SM +palimpsest/SM +paling/M +palisade/SMDG +pall/SM +pallbearer/SM +pallet/QqMS +palliate/SGnNVDv +palmate +Palmyra/M +palpably/I +palpate/SNGnD +pampas/M +pamphlet/SM +Panamanian/S +panda/SM +pandemonium/MS +Pandora/M +pane/MSD +panel/ISDG +panjandrum/M +panky +panoply/MDS +panorama/SM +pant/SGMD +Pantaloon/M +pantechnicon +pantile/SD +pantograph/SM +paper/rd2pZ +paper-boy/MS +papist +Papua/M +para/MS +Parachilna +parachute/MD3GS +Parafield +paragon/MS +paragrapher/M +parallax/MS +parallel/S +parallelepiped/MS +paramedical/S +parametrial +paramoecium/M +paranoia/SM +paraplegia/MS +paraprofessional/SM +parapsychologist/S +paraquat/S +parasitologist/M +parasitology/M +paratroop/RS +parch/SGLD +pardonable/U +parenthesis/M +parenthood/SM +pares/S +pariah/MS +park/DGMZS +parka/SM +parking/M +parliamentary/U +parlous +parricide/MS +parrot/MdS +parsnip/MS +parson/MS +Parthenon/M +particleboard/S +particularism +particularist/W +parting/SM +partitioned/A +partitions/A +partly +partner/dMS +part-time +Pascal/S +paschal/S +passageway/SM +passim +passionflower/SM +passives +passover +past/Z2SGMDy +pastiche/MS +pastille/MS +pastoral/YS +pastoralism +pasty/TPS +pat/SRGMZD +patchable +patcher/EM +patchiness/S +patch's +paten/M +patency +patentee/SM +paternal/Y +paternalist/W +pathetic/Y +path-loss +pathname/MS +pathology/wS3M1 +patients/e +patisserie +Patna +Patonga +patrician/SM +patrol/DMGS +patronise/k +patronymic/SY +patterer/M +pauper/dMSQ +pavilion/GSMD +paving/M +pay/cSKLfAG +paymaster/SM +pcm +pea/SM +peacemaking/M +peahen/SM +pebbling/M +pectic +pectoral/S +peculate/DGSNn +peculiarity/MS +pedagogic/S +pedal/RSMDG +pedantry/SM +peddler's +pedlar/SM +pedometer/MS +peekaboo/SM +peeling/M +peevishness/S +Peking/M +pelagic +Pele +pelican/MS +pellucid +pemmican/MS +penal/qQ +pence/M +pendant/CSM +pendulum/SM +penetrable/I +Penh/M +Penola +Penong +pentacle/SM +pentatonic +penthouse/SM +penultimate/YS +penurious/YP +Penwortham +peony/MS +pep/GSRDM2Z +perceivable/IU +perceivably +perceived/U +percent/M +percentile/SM +perceptual +perchlorination +percussion/MAS +percussive/P +Perenjori +perfectibility/MS +perfecting +perforation/M +performance/MS +perfumer/Z +pergola/SM +pericardium/M +perigee/SM +periglacial +perilous/PY +periodontal/Y +periodontic's +periodontist/S +periphrases +peristalses +periwig/MS +perkiness/S +permeability/ISM +peroxidase/M +perpendicular/YS +perpendicularis +perpends +perpetration/M +perpetual/YS +Perry +persevere/DGSk +Persian/MS +persister +personage/MS +personalisation/M +personalise/CSGnD +personality's/I +Perspex +perspicacious/YP +perspicacity/SM +perspicuity/SM +perspiration/M +pertain/GDS +Perth +pertinacity/MS +perturbed/U +perusal/MS +peruse/DRGS +pervasiveness/S +perve +perversity/MS +pessary/S +pestle/DGMS +Peterborough/M +Peterhead/M +petite/PS +petitioning +petrify/NGDS +petrochemical/SM +petrology/S3wM +petticoat/SMD +petty/TYS +pewee/SM +pewter/MS +phalanger/SM +Pharisaic +pharmaceutics +pharyngeal/S +phenomena/oM +phenomenal +philanthropist/SM +philistinism/S +phobia/MS +phoenix/SM +phonemicist +phoney +phonic/S +phonics/M +phosphatase/M +photoelectronic +photoengraved +photolytic +photomicrography/M +photosyntheses +physicality/M +physiology/Ww31MS +physique/SM +pickpocket/SM +Pico +picoseconds +picot/SM +picture-writing +piece/SMDG +piecewise +pig/LSGDMZ +pigeon-toed +piggish/PY +pig-headed +pigskin/SM +pike/RMSDG +pikemen +pilaf/SM +pilaffs +pilfer/drS +pilgrimage/DGSM +pillage/SMRDG +pimpernel/SM +pimplike +pince-nez +ping/F +pinged/I +Pingelly +pingpong +ping-pong +ping's +Pinjarra +pinprick/GMDS +pi�on/S +pioneer/DGSM +pipe/MS +pipework +pippin/SM +Pirie +Pisces +pita/M +pitch/SGRD +pitch-and-toss +pitchfork/SMDG +pitching/M +pitilessness/S +pitta +pittance/SM +pixmap/SM +placate/DnVySGN +placekick/DGS +placentae +plaguer/M +plaice/M +plaining/F +plaint/SFM +planetary +planetesimal/MS +plangent +planoconvex +plash/MSZGD +plaster/rSMd +plastic/QYsSM +plasticine +plateful/S +platelet/MS +platform/SM +plating/M +platonic +Platyhelminths +plaudit/MS +playability +play-act/JDGS +playfellow/S +playings +playmate/MS +pleasantry/MS +pleaser/M +pleasuring +pleat/SMGD +pleater/M +plebiscite/MS +pledger/M +plenary/S +plenitude/SM +plenteous/PY +plentiful/P +plenty/6jM +pliant/YF +plication/FMIA +PLO +ploughing/M +plug/MDGS +plumery +plump/TYPZ +plumper/M +plumpness/S +pluralism/SM +plush/TYPMSZ2 +plushness/S +pluvial/S +PMS +pneumatics' +pocketbook/MS +pockmark/DMSG +pocus +podgy/TP +poet/SWw1My +poetics/M +po-faced +poikilothermic +poison/rSMd +polarise/CnRDSG +polarograph/MZ +pole-axes +polemic/YMS +policyholder/MS +policy-making +poliomyelitides +polished/U +pollen/SM +polluted/U +polonaise/SM +polyclinic/MS +polyelectrolytes +polyester/SM +Polynesian/M +polypeptide/S +polythene/M +Pomonal +pompom/SM +ponce/M +ponder/S4 +ponderous/PY +pondweed +poniard/MS +Ponting/M +poodle/SM +poonce/M +pop/GSRDMZ +popularism +populism/S +pop-up +Porifera +porkpies +porter/dSM +porterhouse/M +porters/4A +porticoes +portliness/S +portmanteau/SM +portraitist +portrayal/SM +port's/A +poses/I4A +posit/CSd +positive/TSY +positiveness/S +posses/ihDG +possessor/MS +possibility/IMS +post-classical +post-coital/Y +posted/A +posteriori +post-feminism +post-modern +post-partum +postpositions +postwar +potability/SM +potassium/M +potency/IS +potency's +potentate/MS +potential/SY +potentiating +pother/SdM +potion/SM +pot's/C +potsherd/MS +potterer/S +potty/TS +poulterer/MS +pounders +poverty/MS +Powell/M +Powelltown +powerlessness/S +PPP +practicability/I +practicality/MIS +pragmatic/YS +pragmatical +Praia/M +prank/SM +praseodymium/M +prayerfulness' +preamble/M +preciosity/MS +precipitation/M +preciseness/SI +precisest +predecline +predicate/GNVDnS +predication/M +pre-election +prefab/GDSM +preferential/Y +preheat +pre-ignition +pre-industrial +prejudice/SDMG +premed/S +premeditated/U +premium/SM +pre-paid +preponderant/Y +pre-preference +preprint/G +pre-processor/S +presage/DG +presager/M +presbyter/SZM +Presbyterian/M +pre-schooler +Prescott/M +prescription/M +preservable +preservative/SM +presidential/Y +presider/M +Presidium's +press-gang/D +pressures +prestidigitatorial +Prestwick/M +pretend/NX +preter +preternatural/Y +pre-trial +prettify/GSD +prevail/DSGk +prevaricate/SGNnD +preventable/U +priced/U +prick/DYRGS +prickly/TP +pride/jS6DMG +Priestley/M +priggish/MY +prim/rdTY +primacy/SM +primary/YSM +primate/SM +primness +primrose/MS +Principe/M +principled/U +printed/cKaU +printmaker/MS +print's/aK +prism/SM +prismatic +prissiness/S +privet/SM +privy/YSM +prizefighting/M +prizewinner/S +probable/S +probe/BnSlDG +procedural/S +proceeding/M +processes/A +processional/S +proclaim/7DRGS +production/fMSA +productively/U +Prof. +proffer/dS +profitable/P +profit-taking +profligacy/MS +profundity/SM +progenitor/MS +prognosis/M +prognostic/NnVS +prognosticate/DGS +prognosticator/S +programme/A +programmer's/C +programming/C +progress/vDGXuSNVM +progressiveness' +prohibit/dSNXuVvy +project/MSDGVv +Prokofiev/M +prolapse/DGSM +proletarian/QqS +prologue/DGSM +Promethean +prominence/MS +promotion/SM +promulgation/M +promulgator/MS +propaganda/MS +propagandist/MSW +propagator/SM +propellant/MS +prophet/WMSw1 +prophylactic/S +propinquity/SM +propitious/YP +propound/DSG +proprietary/S +proprietorship/SM +proprioception +propylene/M +prosaic/Y +proscription/M +prose/ZDM +prosecutor/MS +prosodic/S +prospect/DSGvuMV +prosper/dS +prosperity/MS +prosperous/YP +prostate/MS +prostitute/GSDM +prostitution/SM +protagonist/SM +protectionism/MS +protectionist +protective/YS +protectoral +protestant/S +protestantism +protoplasm/WSM +protozoa/W +protozoan/SM +protraction/MS +protrusile +provable/IU +prove/EBSDG +provender/SM +proverb/oMS +providable +provide/RSNxDXG +providential/Y +province/oSM +provincial/S +provisioner/M +prurience/MS +prussic +pseudonym/MS +pseudopod +pseudopodia +psittacosis/M +psoriases +psych/1GDWwS +psychokinesia's +psychoneurosis/M +psychopathy/SM +psychos/S +psychotherapeutic/S +psychs +pterosaurs +public-spirited +puck/MS +puckish/Y +puckishness/S +puddle/DMJYGS +pudenda +pudendum/M +pueblo/MS +puerile/Y +Puerto +puggier +pull/SRMDG +pull-down +pullet/SM +pulpiness/S +pulsar/SM +pulsation/M +pulse/IMSGD +pulverise/RSDG +puma/MS +pump/SMDG +punchbowl/M +punchy/T +punish/L7SGD +punisher/M +punnet +punt/SRMDG +puny/TP +pupae +puppyish +pur�eing +pureness/S +purloiner/M +purplish +purposeless/PY +purulent +purveyance/SM +purveyor/SM +push-button/S +push-pull +pussy-cat/S +pustule/SM +put/eDSG +Putney/M +put-up +puzzle/DRGLkJS +pyramid/MoS +pyrimidine/SM +pyrotechnic/S +pyruvic +Qaeda/M +QoS +quackish +quadrangularis +quadrat/W1 +quadrate +quadriceps/SM +quadrophonic +quadrupedal +quaff/DGS +quaffer/M +quaintness/S +qualification/EM +qualm/SM +quanta/M +quarrel/SMGDRJ +quartile/MS +quasar/SM +quash/SDG +quayside/M +Quebecois +queer/TDGSY +quenchable/U +querier +questing +question/7SDRGklJM +questionable/U +queue/CGDS +queueing +quibble/DRMSG +quid/SM +quiesce/D +quieten/dS +quietest +quill/SDGM +quinquennial/YS +quint/WSM +quintessential/Y +quintet/SM +quintuplet/MS +quite/A +quizzy/1w +quoin/DGSM +quorate/I +Rabat/M +rabbi/SM +rabbinate/MS +rabbinic/Y +rabies +racetrack/SM +radial/YS +radiate/IDSnNGV +radices +radiocarbon/SM +radiochemistry/M +radiographer/SM +radiometer/MSW +radionuclide/M +radiosonde/SM +radius/M +raff +raffia/M +ragbag/SM +rage/MeDSG +ragtime/M +ragwort/M +raillery +rainstorm/SM +Raipur +raisin/SM +Raj/M +rakish/YP +rakishness' +ram/SDGM +Ramaramas +ramble/DRGJkS +rambling/M +Rameau +ramify/DGnSN +rampage/SDG +rampant/Y +rampart/SM +Randolph/M +randomness' +ransacker/M +rapacity/M +rapeseed/M +Raphael/M +rapprochement/MS +rascal/YMS +rash/TRSY +rasper/M +ratatouille +rat-catcher +rating/SM +rational/IY +rattail +rattly/T +raucous/PY +raunchiness +raunchy/TY +rave/RJSDG +ravel/GSUD +ravelling/S +ravenousness +ravioli/MS +raw/TYP +rawness' +Raymondville/M +razorback/SM +razzmatazz +Rb +re/xNhniJoY +Rea/M +reacquire +reactant/SM +reactionary/MS +re-adapt/SDG +reads/aA +ready-made +reagent +real/TtqsQ3Y +re-allocated +realm/SM +realness +rearmost +rearward/S +reascend/GN +reason/rpSMd7l +reattach/GL +Rebecca/M +rebirth +rebuker +recalcitrance/M +recap/DSG +receipt/DGSM +receivable/S +recentness +recertify/N +recession/y +recessional/S +recharge +recidivist/SM +recipience/Z +recital/3SM +recitative/SM +recite/R +recline/DRSG +recognising/U +recompute +reconcile/SDG7 +recondition/G +reconvert/G +recopy/G +recordist +recrimination/M +recrudescence/M +recrudescent +rectilinear/Y +rectitude/M +recuperation/M +recusance/Z +red/TZSP +Redcar/M +redeliver/dZ +Redfern +Redford/M +redhead/S +red-head/MDS +redirection +redistribute/V +redoubt/7l +redraft/G +redress/G +reduce/DRGVnbSN +reduced/U +Reece/M +reeding/M +re-elect/7 +re-enact +re-engage +re-erect +re-examine/N +referenced/U +referent/MS +referral/MS +refinance +reflection/SM +reflexive/YPS +reflexivity/M +reformatory/SM +reformist +refract/DvSGVy +refrain/GDS +refuge/MS +refusal/MS +refuse +refuseniks +refutation/M +refute/NDRGnS +regalia/M +regatta/SM +region/SMo +regrade/G +regression/M +reground +regulator/SM +rehabilitate/nDSGNV +rehearse +rehearser/M +reheat/G +rehydratable +rei +Reich/M +Reichmann +reimburse/SGDL +reimplement/NG +rein/GDM +reinstitute/S +reinstitution +reinvest/G +rejoicer +rejuvenate/DGNSn +reknot +relative/FS +relativity/SM +relax/nkDhiG +relaxation/M +reliance/M +relief/M +relish/SDG +relit +reluctant/Y +remagnify/G +remake +remand/GSD +remap/DG +remark/7lG +remarkableness +remarket +Remington/M +reminiscence/SM +remonetisation/M +remoteness +Rena/M +renascence +Renate/M +rend/SG +Renee/M +renew/DG7S +renewal/SM +Renner +renounce/DGS +renouncement +renouncer/M +renovation/M +Rensselaer/M +reopen/d +repairable/U +repeatability/M +repellent/SY +repetitious/Y +repetitiveness +replaceable/I +replay/GM +replenish/DGS +replica/SM +replicable +reply/nVR +reported/U +repose/6MXN +reprehensibility/M +representative/YSM +represents/a +reproach/7jD6GkS +reproachable/I +reprove/k +republic/nN +repulse/uVv +repute/DBlNnhS +requital/SM +requite/DS +requited/U +re-release/DSG +reseal/7 +resilience/ZM +resinous +resize/7 +re-soluble +resolution/ISM +resolve/B +resolved/U +resonance/SM +resorption/M +resourceful/P +respectability/SM +respectfulness +Respighi/M +respire/yGNn +resplendence/M +responsible/IPY +responsive/UY +restaurateur/SM +restive/P +restorative/S +restriction/MS +resuscitation/M +retentive/Y +reticle/SM +reticulation/M +retina/MS +retiral +retire/Lk +retort/GD +retouch/R +retreat/G +retro +retrofire/MS +retroflex/DN +retrorocket/SM +retrospection/MS +retsina/SM +returned/U +Reuben/M +reveille/MS +revelation/SM +reverberant +reversal/SM +reverse/YbG +revival/M3S +revivalism/MS +revive/DGS +revivify/n +revolution/Qy3SM +rework/7 +rewritable +Reykjavik/M +r�gime/SM +rhapsody/wSWMQ +rheostat/SM +Rhine/M +Rhineland/M +Rhode/S +rhodium/M +rhubarb/SM +rhyme/RSMGD +ribbon/SM +ribboned +riboflavin/M +Ric1 +Richelieu/M +Richie/M +Richmond/M +Richmondshire +rick/MS +rickshaw/MS +ricotta/SM +riddle/DSMG +Riddock +ride/CcSG +riders/eC +ridge/SMGZD +ridge-tile/SM +ridiculer/M +riffle/DSG +riff-ruff's +rifled/U +rifle-fire +rifling/M +rigging/M +Riggs/M +right/e +right-on +rights +right-wing +rigorousness +rill/SM +Rinehart/M +ringmaster/SM +rinser +Riordan/M +riotous/PY +riper +riposte/GMDS +ripply/T +rip-roaring/Y +rise/bJSG +risibility/M +risible/C +risky/TP +Risoluto +Rita/M +Ritter/M +ritualism/M +Ritz/M +rivet/SrdkM +rivulet/MS +r�le/MS +roadblock/MS +roadrunner/SM +Roanoke/M +roast/RJSDG +Robbie/M +Robbins +Robby/M +Roberto/M +Robinhood +Robyn/M +Rochdale +rockabilly/M +Rockefeller/M +rocket/MdyS +rocking-horse/MS +rocky/T +rococo/M +rod/SM +Rodolfo/M +roguery/MS +role-play/DG +Rolla +Rollerblade/S +roll-out +Roll's +Romania/M +Romanian/SM +romanise/nSGD +Romney/M +Romulus/M +Rona/M +room/MDZS62 +room-mate/SM +rootlet/MS +root-mean-square +rort +Rosa/M +Rosalyn/M +Rosanna/M +Rosario/M +Roseanne/M +roseate +Roseau/M +rosebud/SM +Roseland/M +rosemary/M +Rosenthal/M +Rosicrucian/M +rotator/MS +Rotavator/SM +rotogravure/MS +rottenness +roughage/MS +roughshod +roundedness' +round-shouldered +rouse/GSRD +rouseabout +roust/SGD +rowel/GSMD +Royce/M +RPI +rpm +RSA +rt +rubber/QZ +rubber-stamp/DG +Rubicon/M +Rubin/M +ruby/SM +Rudy/M +ruff/GDSM +ruffian/MS +Rugby's +rule/cGaDS +rule's +rum/SMZ +Rumania/M +rumba/GSMD +rumble/DJGS +rumblier +rumen/MS +Rumford/M +ruminant/MS +rummage/DSG +rumour/SMDG +runners-up +run-out/S +rurality +rush/ZRSGD +rushy/T +Ruskin/M +russet/SM +Rustbelt/M +ruthenium/M +Rutledge/M +Ryan/M +s/ok7V +Saab/M +Sabine/M +saboteur/SM +saccharin +sacral +Sacramento/M +sacred/Y +sacredness +sacrifice/DMoSG +Sac's +Saddam/M +saddler/M +SAES +safe/YTS +safely/U +sag/SGDZ +sagebrush/MS +Saginaw/M +Saibai +sail/GDSJM +sailing-master/MS +sake/MS +salaam/M +salami/MS +saleability/M +salesperson/SM +Salford +Salk/M +salmonella/M +salsa/MS +salted/CU +Salter/M +Saltley +salt-spoon/MS +salubrious/I +salutation/M +salutatory +saluter/M +salvage/SMGD +salvageable +Salvatore/M +Samoa/M +Samoyed/M +sampan/SM +Samuel/MS +San/M +sanatorium/SM +sanctification/M +sanctify/NnSGD +sanctimonious/Y +sanctimoniousness +sandalwood/M +sandbag/DMGS +sandcastle/S +Sandra/M +sandstone/MS +Sandusky/M +sandwich/DMSG +sang +Sankara/M +sanserif +Sanskritise/M +sapience/M +Sapporo/M +sarcophagus/M +sarkiest +SASE +Sasha/M +Sass +Sassoon/M +satanic +satiate/NDSGn +satire/QW3SMw1 +Saturn/M +Saul/M +Saunderson/M +saunter/dS +savannah/M +saved/U +savour/MDGSZ2 +savoy/MS +Saxon/SM +scabies/M +scaffolding/M +scald/GSD +scaling/A +scallion/SM +scalp/RGSDM +scam/MDGS +scamper/dS +scampi/M +Scandinavian/S +scans/NX +scansion/M +scapula/M +scar/dDGSM +scare/S2Z +Scargill +scarifier +scarlatina/M +scarves +scatology/Mw +scatterbrain/DSM +SCCS +scene/SWMy1 +scent/CSGDM +sceptical +schedule's +schemata +scherzo/SM +schism/MS +schist/M +schlep/DGS +Schmidt/M +scholarship/SM +scholastic/SY +schoolbook/SM +schoolgirlish +school-leaving +schoolteacher/SM +Schubert/M +Schwarzenegger/M +scion/MS +scleroses +sclerotic +scone/SM +scorpion/MS +scour/RDGS +scouter/M +scowl/GSD +scraggly/T +scraggy/T +scratch/RJSDz2ZG +scrawly/T +screening/M +screwer/M +scribe's +Scripps/M +scripture/SMo +scriptwriter/SM +scrivener/MS +scrota +scrub/GZDSR +Scruggs/M +scrummage/MSDG +scrumptious/Y +scrutinised/U +scuffle/DSG +scullion/MS +sculpt/DGS +sculptor/MS +sculptural +scum/GMDZ +scupper/SM +scuppered +scuttle/MDSG +Scylla/M +sea-green +SeaMonkey/M +seaplane/MS +searches/A +seasonable/U +seasonably/U +sec +secateurs +secretaryship/SM +sectarianism/SM +sector/ESM +sectoring +securer +sedateness +sedentary +seditious/Y +seed-potato +Seeley/M +seepage/SM +segment/oDGSMNn +segmental +segmented/U +Seidel/M +seignior/MSZ +seismic/Y +seismography/M +selenite/M +self-addressed +self-approval +self-centred +self-cleaning +self-congratulatory +self-consistent +self-contained +self-contradictory +self-correcting +self-doubt +self-esteem +self-evident/Y +self-examination +self-improvement +self-indulgent +selfish/YU +selfness +self-opinionated +self-pity +self-preservation +self-proclaimed +self-protection +self-respect/G +Selfridges/M +self-righteousness +self-satisfaction +self-sustaining +Selkirk/M +sell-out +Selma/M +semen/M +semi/MS +semi-annual/Y +semi-automatic +semifinal/3MS +semi-finalist +semi-independent +semi-infinite +seminal/Y +seminar/SM +Semitic/SM +Semitism/M +semitransparent +semitropical +semi-vowel +Semtex +Sen. +senatorial +Sendai/M +Senegal/M +senescent +sensation/M +senseless/Y +sensoria/M +sensual/FY +sensualisation +sensuous/Y +sentimentalist +sepal/SM +separateness +sepses +septa/M +septuagenarian/MS +Septuagint/MS +septum/M +seq. +sequacity +sequencing/S +Sequoya/M +Sera +seraglio/SM +seraphim/M +serendipitous/Y +serenity +serigraph/MS +serology/Mw1 +Serrano/M +serum/SM +servant/MS +servitor/SM +servitude/MS +sesquicentennial/S +session/MS +Seton/M +setting/M +settles/U +seventy-one +seventy-onefold +seventy-seven/H +Severn/M +sew/ADSG +sewn/A +sexagenarian/MS +sextet/SM +sextillion/M +sextuple/DG +sexual/4 +shack/MDGS +shade/DMGSZp2J +shaded/U +shading/M +shadow/GScD +shah/SM +shakeable/YU +shakeably/U +shakedown +shallot/SM +sham/GMdSD +shaman/SM +shamanistic +shamefulness +shamelessness +Shanghai's +shapely/T +share/DRMGS7 +shared/U +share-out +shareware +Sharon/M +shaven/U +Shay/M +she/DM +Shea/M +sheaf/M +shear/GRSD +Sheboygan/M +shed/SMG +sheen/SMZ +sheep/M +sheep-dip +sheepfold/SM +sheepskin/SM +sheepwalk/MS +sheikh/MS +Sheila/M +Shelby/M +shelfful/S +Shelia/M +shell/SDGM +Sheltand/M +Shelton/M +shelve/GDS +Shepparton +Sherbrooke +Sheri/M +Sheridan/M +Sherlock/M +shiftless/PY +Shiite/MS +shillelagh/SM +Shillong +shimmy/DMGS +shinbone/MS +shin-guard +Shintoism/S +Shintoist/MS +shiny/T +shipping/M +shirk/RDGS +shirt-tail/S +shit/SZGp +shiver/dSkZ +shod/2zZ +shoestring/SM +shogun/SM +shone/e +shooting-range +shoot-out/MS +shop-boy/MS +shopkeeper/MS +shopkeeping +shop-soiled +Shorewood/M +shorten/dJS +shorthand/M +short-range +short-staffed +shotgun/SM +should've +should’ve +shouted/e +showdown/MS +shower/dSZM +shrank/K +shrewd/PYT +Shrewsbury/M +shrike/SM +shrinkage/SM +shroud/DMGS +Shrovetide/M +shrub/ZSM +shrunk/K +shuttlecock/SM +shy/TSDG +sibling/SM +Sibylline +Sicilian/SM +sickbay/M +sickbed/S +sicken/dSk +side-arms +side-band/SM +sidebar/MS +side-bet +sided/Y +side-drum/SM +sidelong +sideman/M +side-saddle +side-slip +side-street/MS +Siegfried/M +sigher's +sightly/TP +sightsee/GR +sigmoid +Sigmund/M +signal-to-noise +sign's/C +silent/Y +silica/M +silicate/SM +silk/Mz2ZS +silk-screen/SM +silkworm/SM +siltstone/M +silverware/MS +similitude/EM +simon +simpatico +simple/TYS +simplifies/c +simplifying/c +simplistic/Y +simulative +simulcast/S +simultaneousness +sin/DRGS6Mpj +Sinai/M +Sinatra/M +sinecure/SM +sinew/MSZ +Singaporean/S +single-minded +singletree/SM +singsong/MDS +sinkable/U +sins/A +sinusitis/M +sire/CDGS +sire's +Sirius/M +sis/Z +SI's +sisterliest +sisters-in-law +six/HMS +sixpence/SM +sixteen/HM +sixth/Y +sixty-five/H +sixty-four/H +sixty-second/S +skedaddle/GDS +sketch/RDGMSzZ2 +skew-eyed +skiff/MS +ski-lift/MS +skimp/SZz2DG +skimpy/TP +skin-dive/RG +skirmish/DRGSM +skittle/SM +skiwear +Skopje/M +skydive/RDSG +skyjack/GJRDS +skyless +skyscraper/SM +skyward/S +sky-writing/MS +slake/DSG +slander/dSM +slangy/T +slant/SDG +slap-up +slate/SM +slavery/SM +sledge/MGDS +sleeve/pMGDS +sleight/MS +slept/c +slice/DRSMG +slightish +slimness +slimy/T +slink/GSZ +slip/RDSMG +slippage/MS +slippery/T +slobber/dSZ +Slocum/M +sloe/MS +sloop/SM +slope/S +slot/DSGM +slouch/ZSGD +slouchy/T +Slough/M +Slovak/S +slowish +slowpoke/SM +sluggish/YP +slyness/M +smack/DMRGS +smallholder/S +smallish +small-time +smarmy/T +smart/SZTYDG +smarts/e +smarty-pants +Smash's +smear/GSZD +smearer/M +smearier +smell/7SY2DG +smelly/TP +smiley/M +smirch/SGD +smirk/DMGS +Smithwick +smoke/7DpRSM2GZ +smokescreen/S +smokestack/SM +smoothish +smorgasbord/MS +smote +smudgy/TYP +snaffle/MGSD +snag/MDGS +snakebird/M +snakeroot/M +snapdragon/MS +Snape +snappishness' +snappy/TP +sneer/GMkSD +sneerer/M +sneeze/DSG +sniffler/M +snifter/MS +snobbishness +Snodgrass/M +snoot/zSZ2M +snooty/TP +snore/DRSMG +snorkel/MDRGS +snort/RSDG +snout/SMD +snow/mM2DGZS +snowshoer/M +snub/GDS +snuff/RYSDG +snuffle/SGD +snug/PTY +Snyder/M +S�o +soak/JDGS +soap/ZD2GSM +soapy/T +soarer/M +sobbing/Y +sobriquet/SM +soccer/M +sociable/YU +societal +sociolinguists +sociology/S31Mw +sodium/M +sodomy/QSM +sofa/MS +Sofala +Sofia/M +softly-softly +soign� +soir�e/SM +solarium/M +sole/IMS +solecism/SM +solecist/W +solely +solemness +solicitousness +solidest +soling/FA +solitary/S +solo/MDGS +solute/ES +solvable/IU +solvating +Somali/SM +Somalia/M +Somalian/S +sombreness +sommelier/MS +sonatina/MS +Songbird/M +sonnet/MS +Sonoma/M +Sony/M +sophism/MS +sophisticated/U +sophomore/SMW +soppy/T +soprano/MS +Sopwith/M +sorcery/MS +Sorensen/M +Sorenson/M +sorghum/MS +sorority/SM +Sorrento +sorrower/M +sorrowful/P +sorry/PTY +sorted/U +SOS +sound/ASGD +soundless/Y +soundly/U +soup/ZSM +soupy/T +sousaphone/SM +south-east +south-Eastern +Southend-on-Sea +southern/R +sou'wester +soviet/SM +sow/DSAG +sown/A +spaceship/SM +spacey +spacial +Spackle +Spain/M +Spaniard/SM +spanned/U +SPARC/M +sparer's +spark/MGDYSZ +sparse/Y +Spartacus/M +spat/SGMD +spatter/dS +spay/SDG +SPCA +speakable/U +speaks/a +spearmint/SM +specifiability +specifiable/Y +specification/M +spectral +speculate/VSvDnGN +speculative/U +speculum +speleologist/S +spellbound +spelling/MaS +spelt/a +Spence/M +spend/aeGcS +spendable +spermicidal +sphagnum/M +spheroid/SoM +spherule/SM +spicy/TPY +spiderish +spiderling +spillikin +spindrift +spinnaker/MS +spires/AF +spirited/Y +spiritualness +spirochaete/SM +spitfire/SM +spittle/MY +spittoon/MS +splay/GSD +splenium +split-level +split-second +splotch/ZSGMD +Spock/M +spoiled/U +spoliation/CSM +sponge/D2GRMZS +spongeable +spooky/TP +spool/SDRGM +sporadic/Y +sportive/P +sportsman/Y +sportsmanlike/U +sportsmanship/M +sportswriter/S +spotlit +spotted/U +sprat/SM +sprightly/TP +sprinkle/RSGJD +sprite/MS +sprue/M +spryest +spume/MSZ +spurge/MS +spurn/DGS +sputter/Sd +spyhole +squabble/GRDS +squatness' +squeegee/GMS +squib/GDSM +Squibb/M +squirm/DSZG +squirt/DGS +squishy/T +SRA/M +SSE +SST +stacked/U +staffed/cfU +Stafford/M +staffroom +stagecraft/M +stagy/T +stakeout/MS +stalagmite/MS +stale/DSTYPG +Stalingrad/M +Stallage's +stallion/SM +Stallone/M +stalwart/YS +stalwartness +stamen/SM +stand/SfJG +standalone +stand-in/S +standpipe/SM +Stanfield/M +stank +Stannate's +Stansted/M +Stanthorpe +Stanwood/M +stanza/MS +staphylococci +Stargate/M +starlet/MS +starry/T +startle/DkGS +starve/nDGNS +stateless/P +state-of-the-art +state's +statesmanship/M +statuary/SM +statuesque/Y +status/SMW +STD +steadiness/U +stealthy/TP +steelwork/RMS +steelyard/SM +steeple/MS +steeplechaser +Stefan/M +Stefanie/M +Steffi/M +stegosaurus/S +Steinbeck/M +Steinmetz/M +stemmed/U +Stengel/M +stenotype/M +stepsister/MS +stepson/SM +sternness +Stevenson/M +steward/MGDS +stewardess/MS +stewardship/MS +stick/RM2GzSZ +stigma/qMQWS +stillbirth/SM +stimulation/SM +sting/R2GkzSZ +stippler/M +stir/DGJRS +stirred/U +stirring/Y +stitcher/MZ +stochastic/Y +stockade/MS +stockbroker/SM +Stockdale +stocker/SM +Stockinbingal +stockinette +stockyard/SM +stoic/YMS +Stokes's +stolen +stolidness +stoloniferous +stoma +stomach/DGR6pM +stomata +stomp/SDG +stone-cold +stonemason/SM +stoner/M +stoneware/M +stonewort/M +stopoff +stoppage/MS +storeroom/SM +storey/S +stork's-bill +storyline +stoutness' +stove/SM +straggle/RGSYD +Strahan +straight-faced +straightish +strait-laced +strangulation/M +Stratford-upon-Avon +strati +stratify/SGNDn +stratigraphy/WMw +Strauss +stray/SMDG +streamliner +strength/SM +strengthener/MS +strenuousness' +stretchable +stretcher/MSd +stretchy/T +strew/GDS +striae +stricken +stridden +strikebreak/RG +strike-breaker/MS +stringent/Y +stringer/SM +strive/DRJGS +striven +Stroll's +Stromberg/M +strongroom/MS +strophe/SMW +struck +structural/3 +structured/AU +struggle/GSD +strum/DSGR +strumpet/SM +stucco/MDG +stunk +stunner/M +stupendous/PY +sturgeon/MS +Sturm/M +styrene/M +Styrofoam +Styx/M +sub/SDMG +sub-aqua +sub-basement/MS +subcategory/SM +subcommittee/MS +subcontinental +subculture/SM +subdirectory/S +subframe/SM +subgenus +subhead/MSJG +subhuman +subjection/MS +subjugate/SNDGn +subjugation/M +sublimity/SM +sublunary +sub-machine-gun +submarine/MRS +submicroscopic +submissiveness' +subordinative +subornation/M +subparagraph/M +subpart/MS +subside/DQsSZqG +subsistence/M +substandard +substation/SM +substitution/SyM +substitutional +subtenancy/MS +subtle/PTY +subtopic/SM +subtotal/DGMS +subtype/SM +suburbanite/MS +subversion/MS +subvert/DSG +successfulness/U +succinct/PY +such +such-and-such +suction/GDMS +Sudan/M +sufferance/M +suffice/DSG +sufficiency/IM +suffocate/GknDSVN +suffragan/S +sugar/pdSM +sullenness' +sulphite/S +summer/Zd +summon/rSd +sun-baked +sunbeds +Sunbelt/M +Sunbird/M +Sunbury +Sunday/MS +Sunderland/M +sundial/SM +sundown/RM +sun-dried +sung/U +sunlamp/S +sunroof/S +suntan/GSMD +superabundance/M +superabundant +superb/PY +superconducting +superconductor/SM +superfine +superfluousness +superimposition/M +supernal +superposition/M +supersaturation/M +superscribe/XNGDS +superset/SM +supersonic/YS +superstition/SM +supertanker/SM +supervise/DSGXN +supervisor/SM +supervisory +supple/LPTY +supplemental +suppliant/S +supposable +supra +supremacy/S3M +Surabaya/M +surcease/SM +surcharge/DMGS +surcingle/MS +sure-footedness +surer/I +surfactant/SM +surmise/DSG +surmount/7DGS +surpass/SGkD +surreptitious/Y +survivalist/S +Susan/M +Susana/M +suspect/DGS +suspected/U +suspecting/U +suspend/DGXRNVvS +suspended/U +suspense/6M +Sussex/M +sustenance/M +Suva/M +Suzuki/M +Svetlana/M +SW +swagger/Sd +swain/MS +SWAK +Swale +swallow/GDS +swam +swami/SM +swampland/MS +swansong +swappable +swart +swashbuckling +swear/RGS +sweatband/SM +sweatpants +sweatshop/SM +sweep/SkRGJ +sweeten/Sdr +sweet-tempered +swell/SDGJ +swelter/Sdk +Swenson/M +swimwear +swindle/RSGD +Swindon/M +swipe/DSGM +switchgear +swivel/DGMS +swum +swung +sycamore/MS +sycophant/MW1S +syllabary +sylph/SM +sylph-like +sylvan +Sylvania/M +Sylvia/M +symbioses +symbolism/SM +symposium/MS +synaesthetic +synagogue/MS +sync/DGS +synchronise/CRDGS +syncopator/SM +syndicalist +syngamous +synonymous/Y +synonymousness +syntactic/Y +synthesis/rdMQS +syphilis/M +Syracuse/M +system/W1MS +systematic/S +Tabasco/M +tabbouleh/S +tabby/MS +tabernacle/SM +Tabitha/M +tabla/MS +tableau/M +tablespoonful/SM +table-top +taboo/DMSG +tabular/Y +tachograph/S +tachometer/SM +tactic/SMY +tactician/SM +tactlessness +Taff/MZ +tailless +tailpipe/MS +tailplane +Taipei/M +takeaway/S +taken/cAfa +take-off/MS +Talbert/M +talc/M +Talladega/M +Talley/M +tally-hoes +Tam/MZ +Tamar/M +Tamara/M +Tambellup +tambourine/SM +tameability +Tami/M +tammar +tanager/SM +Tanganyika/M +tangent/MS +Tangiers's +tangliest +tangy/T +Tania/M +tank/DRG6MS +Tannase +tanned/U +Tannh�user/M +tanning/M +Taoism/MS +tap/dSrRDMG +tap-dance/G +Taranna +Targe/M +tarmac/SDG +Taroom +tarpaulin/SM +Tarraville +Tartuffe/M +task/DGMS +tassel/MDGS +tasteful/EYP +taste's/E +tau/M +taught/UA +taunt/GkDRS +Taunton +Taurus/M +tautologous +tavern/MS +taverna/S +tawdry/TPY +taxation/M +taximeter/SM +taxonomy/31WwSM +Taylor/M +TBA +TDD +Te +teabag/S +tea-leaf +tea-leaves +teamwork/M +teapot/SM +tearoom/SM +teashop/SM +teaspoon/S6M +teat/SM +teazel +technical/Y +technology/S3M1w +Ted/M +teeny-bopper/MS +Tegucigalpa/M +telefax +telemarketer/S +telemeter/WSM +telephotography/M +television/M +temperate/IY +tempest/SM +tempi +temptation/MS +tempting/Y +tempura/MS +tenable/U +tenderer +tender-hearted/YP +tending/E +tendon/SM +tendril/SM +tends/E +tenet/MS +tense/ITPY +tensioner/S +tentative/Y +tentativeness +tenuous/Y +tepidity/S +Teramine/M +tercentennial/S +Teresa/M +term/DSGM +terminal/YSM +termination/CM +terminology/wS1M +terns/I +Terpsichorean +Terra/M +Terrance/M +terrarium/MS +Tessa/M +test-tube +tetracycline/MS +tetrapod +tetrarch +tetrasyllable/W +tetrode +Teuton/MW +Tex +Texaco/M +Texan/S +Thad/M +Thaddeus/M +Thai/S +Thailand/M +thankfulness +Thargomindah +Thatcher/M +Thatcherite +Thayne/M +Theadora/M +them/W1 +thematic/S +themselves +Theo/M +Theodora/M +theology/1MwS +there/M +there'd +thereof +theretofore +therewith +thermochemical +thermodynamic/SY +thermoelastic +they'd +they're +thievery/SM +thievishness +thimbleful/SM +thin/RTYDGPS +thine +thinking/S +thirty/MSH +thirty-four/H +thirty-two +this +Thomism/M +Thompson/M +thong/MDS +thorny/TP +three-fold +three-handed +three-ply +three-pronged +threesome/SM +thrice-married +throne's +throttle/GSMD +throw/cGS +throw-in +Thu +thug/MS +thump/GSDM +thumping/M +thunderstruck +Thurman/M +thwart/DGS +thyroid/S +thyroidal +Tibooburra +tic/RMDG +tick-tack +tick-tuck/SMDG +tiddlywinks +tieback/SM +tie-break +Tiemann +Tienanmen +tiff/MS +tighten/dS +tightened/c +Tigris/M +tile/RSDMG +Tillman/M +tilt/GSMD +timbre/SM +timbrel/SM +timed/a +timeline +time-out/S +timeslot/SM +time-worn +timidity/MS +Timmy/M +Timothy/M +Tinaroo +tinder/M +tin-glaze +tinsmith/SM +tin-tack +Tintaldra +tip-offs +tirade/MS +tired/Y +Tiree/M +tiresome/Y +tissue/MS +tit-for-tat +tithe/RMDGS +tizz/Z +T-junction/S +toasting-fork +toastmistress/S +tobacco/MS +Tobago/M +toboggan/rS3dM +toccata/M +Todd/M +tog/GSDM +Togolese +toil/RSMDG +toiletry/MS +toilsome/Y +told/AU +tollbooth/SM +tomboyish +tombstone/SM +tomfoolery/MS +tone-deaf +toneless/Y +tone's/cf +tong/S +Tongan/SM +Toni/M +tonic/MS +tonicity +toning/I +Tonya/M +took/aAfc +toolkit/MS +toothbrush/SM +toothpick/SM +tootle/DSG +tootsie/M +topaz/SM +top-down +topdressing/S +topspin/MS +torchlight +toroid/oSM +torpedo/MDGS +torpidity/S +torr +Torrance/M +torrent/SM +torrid/Y +torridness +torsion/MoS +tortuous/Y +torturous +Tory/SM +total/9GsDSM +toucan/SM +touchable/U +touchline/M +touchpaper +touch-typists +touchy-feely +tough/TPGYSD +toughen/dS +tourmaline/SM +tourney/MDGS +tout/SDG +Touton +tower/dk +township/SM +Townsville +toxic/S +toxoid's +traceless/Y +traces/A +Traci/M +tractable/IY +tractably/I +traction/FMCESA +trademark/DGSM +traducement +Trafalgar/M +tragedian/SM +tragedienne/MS +trailer/d +trainee/SM +training/M +trainmen/M +trains/A +traipse/SDG +traitorous/Y +trajectory/SM +tramp/DRGS +trample/SDG +Tran +tranquil/Y +transect/SG +transept/SM +transformational +transformed/U +transgression/M +transit/NXdVvuyx +transition/MDG +translatability/M +translating/a +translation/MaS +translator/SM +transmission/AM +transmit/AGNXDS +transmogrify/DSNGn +transmuter/M +transonic +transparent/Y +transportable/U +transship/G +transvestism/MS +Transylvania/M +trapezium/SM +trapezoidal +Trappist/SM +trash/DGMS2Z +traumata +travail/GDSM +travelogue/MS +Travers +traversal/MS +travesty/GSDM +treasure/RMGDZS +treasure-trove/SM +treat/aLSDG +treatment/KMS +treelike +tremulous/PY +trenchancy/MS +trenchant/Y +Trentham +trepanned +triathlon/S +trichina/M +trichinosis/M +trichloroethane +Tricia/M +trickle/SDG +tricolour/MDS +tricycle/MS +trident/MS +tried/U +triennial/YS +Trieste/M +triffid/S +trike/M +trill/DGMS +trilobite/SM +trimmed/U +Trina/M +trinitrotoluene/M +trinity/SM +trinket/MS +triode/SM +triply/N +tripod/SM +Tripoli/M +Trippiest +tripping/Y +triptychs +trisect/DGS +trite/FY +triumph/GDMS +triumphalism +trochaic/S +trochee/SM +trolled/F +Trollope/M +Trommel's +tropic/MS +troposphere/WM +trouble/SDMG +trout/M +truckie +truculence/M +truculent/Y +trudge/DSG +Trudy/M +true-blue +true-born +truism/MS +truly +Truman/M +trump/GDMS +trumpery/SM +truncheon/MS +trust/E6SajGD +trusteeship/SM +trusting/Y +trustworthiness/U +truthfulness/U +trypsin/M +t�te-b�che +t�te-�-t�te +tubby/T +tuckerbag +Tuesday/SM +Tulane/M +tularaemia +tulip/MS +tumbledown +tumble-drier +tumescent +tumidity/MS +Tums/M +tuna/SM +tunes/CA +Tungamah +tupelo/M +turbid +turbo +turbojet/MS +turboprop/MS +turbot/SM +turfy/T +turn-buckle/SM +turncoat/SM +turnkey/SM +turnpike/SM +tusk/DRGMS +tutored/U +tutorship/MS +Tuvalu/M +tu-whoo +TV/M +TVA +TVs +Tweedledum/M +tweeness +twenty-first/S +twenty-second/S +twenty-two +twenty-twofold +twice-married +twiddly/T +twilight/SM +twill/DGS +twin/dGMSD +twine/MS +twitchy/T +twitter/dS +twopenny +two-tone +two-wheeler/MS +Twp +Ty +tyke/SM +Tylenol/M +tympani +tympanist/SM +Tyndall/M +Tyneside/M +type/aDSAG +typeface/SM +typify/DSG +typo/3MS +typography/1SwWM +Tyrol/M +Tyrone/M +tyrosine/M +Tyson/M +tzarina/SM +U +UK/M +Ulan/M +ulcerate/DGNSn +Ulmarra +ulnar +Ulrich/M +Ulrika/M +ulster/MS +ultimo +Ultrix/M +ululate/DGSNn +umbel/SM +Umberto/M +umbilici +umbra/MS +umpire/DMGS +umpteen +unanimity/SM +unanimous/Y +unappetizing/Y +unattainable +unauthentic +unavailing/Y +unbar/DG +unbecomingness +unbelief +unceasing/Y +unchristian +unclad +unconformity +uncontrollability +uncourteous +unction/M +uncut +Undara +under-age +undercharge +underemphasis +underflow/M +undergrad/SM +underneath/S +underpinning/M +undersea +under-sheriff +undershoot +understand/Blk +undress/G +undulate/GnDSN +unexceptionable/Y +unfeminine +unflappable/Y +unforgiving +unfrozen +ungraciousness +unhand/DZG +unhelpful +unhurt +unhygienic +unicycle/M3SDG +unidirectional/Y +uniform/YDSM +uniformity/MS +unify/ANGDSn +uninhibited/Y +unintuitive +unionism/MS +Unisys/M +Unitarian/SM +univalent +universal/QS +universalistic +Unix/M +unmake +unmannered/Y +unmeaning +unmentionable/S +unmeritorious +unmindful +unpartizan +unrealism +unreceptive +unrelenting/Y +unseeing/Y +unseemly +unset +unship +unsocial +unspectacular +unsteady/G +untellable +unthinkable/Y +unutterable/Y +Upanishads +upchuck/DGS +update/DSG +upheld +upon/F +upper/S +upper-case/GDS +uproarious/PY +uproot/DGS +upshot +upside/MS +upstairs +upstart/MS +upwind +uracil/SM +uraemic +uranium/M +urban/-qQ +Urbenville +urethritis/M +urge/GSDJ +uric +urinal/SM +urination/M +urologist/S +usage/MS +USC/M +useful/Y +user-friendliness +usher/SMd +usurp/RGDnNS +utan/S +Utica/M +utile/qQ +utilisation/f +utilise/fSGD +utilised/AU +utilitarianism/MS +utopia/M +utopian +utopianism/M +uucp/M +Uzbek/M +Uzbekistan/M +vacancy/SM +vaccine/SMNn +vacua/M +vacuous/Y +vagabond/GDSM +vagabondage/SM +vagarious +vain/TY +Valencia/M +Valerie/M +validity/ISM +valour/M +valuing/fc +van/SM +Vanrook +vaporise/nRGDS +vapourish +vaquero/SM +var. +variable/IS +variableness +variant/IS +variate/xMSNn +varicoloured +variegate/SDnGN +varistor/M +varmint/MS +varnish/MDSG +vary/BGklDhS +varying/UY +vascular +vassal/MS +vassalage/SM +VCR +vector/dqQSM +vectorial +Velasquez/M +Velcro/M +Veleta/M +Velez/M +Veli +vendetta/SM +vendor/SM +Venetian/MS +Venice/M +vent/IGSFK +venture/DRSG +venturesomeness +Venus/S +veranda/SM +verbatim +verbose/Y +verboseness +verdigris/M +veridical +verify/AGDSN +verisimilitude/SM +Vermeer/M +vermilion/MS +vermin/M +Vermont/M +vernal/Y +Verne/M +vernier/MS +Vernon/M +verse's +versus +vertebral +vertigo/M +vesper/S +vest/ISLGD +vestibular +vestural +vesture/DSG +vet/SGMD +vetoes +Vettori/M +vexatiousness +via +viable/Y +Viagra/M +vialful/S +Vic/ZM +vicariousness +vice-chancellor/MS +vice-chancellorship/S +vice-president/SM +vice-Presidential +viceroy/SM +vicinity/MS +Victoria/M +Victorianisms +videocassette/S +videoconferencing +Vieira/M +Vietcong/M +Vietnam/M +views/c +view's/c +Viking/SM +Vikram/M +viler/A +villa/MS +villainous/Y +villainy/SM +Villanovan/M +Villanueva/M +vinaigrette/MS +vindicate/nDSGN +vintner/SM +violator/MS +vireo/MS +virginal/S +Virgo/MS +virtuosi +virtuous/Y +virtuousness +virulent/Y +virus/MS +visa/SM +viscera/o +viscid/I +vision/yGM +visionary/S +visit/ndS +visitant/MS +visitation/M +vista/MS +vitrification/M +vitrify/NDSGn +Vittoria +Vivaldi/M +vivid/YP +viz +VJ +Vlei +VOA +vocab +vocal/sQ3YqS +vocation/IMFAS +vocative/YS +Voetstoots +Vogel/M +voided +VoIP +volcanoes +Volgograd/M +volitional +Volkswagen/SM +volley/GDSM +voltaic +volubility/SM +volume/SM +voluntary/IY +voluptuary/SM +volute/FS +vomit/Sd +voodoo/SM +voracious/Y +voted/Ce +voyeuristic +VT +VTOL +vu +Vulcanite +vulnerably/I +waddle/DGS +waffle/DMGS +wafters +wage/SM +Wagga +waggle/DGS +Wagin +Wagnerian +wagon/SM +Wahgunyah +Waiata/M +Waldo/M +wale/GM +Walhalla +Wallangarra +wallop/dS +Wally's +Walsh/M +wander/dSrJ +wanderlust/SM +wannabe/S +war/GSDMp +waratah +Warburton +ward/eSIA +warden/MS +warding +wardress/MS +warhead/MS +wariest +warlord/MS +warmongering/M +warn/DJkGS +Warracknabeal +Warrandyte +warrantor/M +warren/MS +warrigal +wars/C +wash/SGJZDR7 +washes/A +washing/M +washstand/SM +wasn't +waspishness +watchmaker/SM +watchword/SM +water-table +Watertown/M +waterway/SM +watery/T +Watheroo +Watson/M +Watusi/M +Waupun/M +wave/GZSD2 +wavelet/MS +wavy/T +waxwork/SM +Waynesburg +we/QGzJ +weal/M +wears/e +weather/QdmMS +weather-bound +weathervane/SM +weave/DRSG +web-footed +webmaster/MS +wed/CUA +Wedgwood/M +Wednesday/MS +weds/A +weenie +weens/Z +weevil/SM +weightiness +weightless/Y +weight's +Weiss/M +welcomes +welfare/MS +well-deserved +well-designed +well-developed +well-earned +welled +well-established +well-fed +well-founded +Wellingborough/M +well-loved +well-mannered +well-meant +well-ordered +well-organised +well-prepared +well-rounded +Wellsville/M +well-trained +well-wisher/S +Welshwomen +Welwyn/M +wend/DGS +were +werewolf/M +Werribee +Werris +Werther/M +Wesley/M +Wesleyan +Wessex +wester/Y +Western +westernmost +Westhampton/M +Weston/M +Westphalia/M +wetsuit/S +whaleboat/MS +Whalen/M +wharf/SM +Whatley/M +wheel/DRGSM +wheel-clamp/GD +wherever +whet/DSG +whether +whey/M +which +Whiggery +Whiggish +while/DGS +whimsicalness +whip/DSMJG +whippet/SM +whipsaw/DGMS +whirl/DGS +whirligig/MS +whirlpool/SM +whisker/Z +whistle-blower/S +whiteboard/S +white-collar +Whitehorse/M +white-hot +Whitetail's +Whitsunday +whittle/GRSJD +Whitwell/M +whiz/DG +wholegrain +wholemeal +wholesomeness/U +whoo +whoop/DGS +WI +wick/RDMhiGS +wickeder +wickerwork/M +wicket-gate +wide/TY +wide-angle +widespread +widgeon/M +widow/MDRSG +Wiesbaden/M +Wi-Fi +Wigan/M +wigwag/DSG +wigwam/SM +Wilbur/M +wilderness/S +wilful/PY +Wilkes +will/YDSGk +Willamette/M +Willem +Willeroo +Williamsburg/M +Williamstown +Willowra +willy/S +Wilson/SM +Wiluna +wimp/ZSM +wimpy/T +Winceyette +windburn/MS +windcheater/MS +windflower/MS +window/SGDpM +windproof +windscreen/SM +windshield/SM +wine/ZSyM +winemaker/SM +Winfield +wino/MS +Winston/M +winterer/M +winter's +Wirral +wise/UY +wiseacre/MS +wishy-washy +wistful/Y +wit/eGSD +withdraw/SG +witlessness +witting/UY +WNP +Wodehouse +Woking +wolf/DMSG +Wolverhampton/M +woman/QsYM +womanhood/SM +womanlike +wombat/MS +Wombeyan +won +wonderland/SM +wondrous/Y +wonga-wonga +wonted/UY +Wonthaggi +Woodard +woodcarver/S +woodchuck/MS +Woodenbong +woodland/SM +woodlander +woodpecker/SM +Woodstock/M +woodwork/SRGM +woolliness +Woonsocket +Worcestershire/M +wordage +word-blindness +wordbook/SM +wordplay/MS +word-processing +wore/e +workability/M +workable/U +workout/SM +workshop/MS +work-shy +world-class +WorldCom +world-famous +worm-eaten +wormer/M +worrywart/SM +worthily/U +worthiness/U +Worthington/M +wounded/U +wpm +wrasse/SM +wrath/6Mj +wreak/SDG +wrights +wrinkle/SDGYM +wristband/SM +write-off/S +writhe/DSG +writing/AS +WRNS +wrought-iron +wt +wurzel/S +WWII +Wyalong +Wyndham +Wyoming +x +xenophile/S +xenophobe/WMS +Xerox/GMSD +Xerxes +Xian/M +xii +xiii +xylophonist/S +yacht/M5SmGD +yahoo/SM +yak/DGSM +Yale +Yallingup +Yalta +yank/DSG +Yankton/M +yap/SGD +yardarm/MS +Yarra +Yarraloola +Yashmak +Yasmin +yawl/MS +Yeager +yearn/JDGkS +yeasty/T +Yeats +yellow-bellied +yellowish +Yerranderie +yesteryear/MS +yippee +yob/S +yogi/SM +yoke/SMGD +yokel/SM +yokes/U +Yokohama +Yoruba +youngster/SM +you're +Yousuf +yr +Yucatan +yucca/SM +Yule +Yuletide/M +yuppie/MS +Yuri +zabaglione +zack +Zadie' +Zambezi +zany/T +Zanzibar +Zealander/S +zealot/SM +Zeehan +Zeeland +zeroes +Zetland +zigzag/DSG +zing/DGM +zippy/T +zonked +Zoroastrian/S +zucchini/MS +Zurich/M +zwieback/SM +zymurgy/S +3 +3GPP's +3th +8 +8th +Aaron/M +Aaronvitch/M +aback +abandon/dLS +abated/U +abattoir/MS +abbreviated/U +abbreviation/M +abduction/SM +Abelson/M +Abercrombie +Abernathy/M +abeyant +abider/M +ability/ISEM +abjuration/M +able-bodied +abnormal/Y +aboard +abolition/M3S +abomination/M +aboveboard +abrade/NDSXvuGV +abrasion/M +abreast +abridge/LSGD +abrogate/NDnSG +absenteeism/MS +absoluteness/S +absolution/MS +absolutism/MS +absolver/M +absorption/M +Abuja/M +abundance/SM +abuzz +acanthus/SM +acc. +accede/GDS +accelerometer/SM +accentuate/SDNnG +accessibility/SIM +accessibly/I +accessors +accessory/SM +accidence/M +accidental/PS +accolade/SGDM +accompanier/M +accomplish/DRLGS +accost/DGS +accountable/P +accountableness' +accreditation/M +accrual/SM +acct +accurateness/MS +accursed/YP +acer +acerbate/DSG +acetylene/SM +ache/DkZSMG +achene/SM +achievable/U +Achilles +achy/TK +acid/WPYSM +acme/SM +acoustician/M +acoustics' +acquisitiveness/S +acquittal/SM +acquittance/M +acre/SM +acridness/S +across +acrylate/M +acrylic/S +actinic +actinometer/SM +actionable +actioning +actively/I +activity/IMS +acupressure/S +acupuncture/3MS +acute/TPY +acyclovir/SM +Adam/MS +Adaminaby +addendum/M +Addis +additivity +addressing/a +Adelaide/M +Aden/M +adenoidal +adequateness/SI +adhere/RGSD +adhesive/YPSM +adhesiveness' +adiabatic/Y +adieu/S +adjacency/SM +adjacent/Y +adjective/SM +adjudge/SDG +adjustable/Y +adjusted/U +adlibbing +admen +administration/M +admit/SGAXDN +admonitory +adoration/M +adrenal/YS +Adrienne/M +adroit/PTY +ad's +adsorb/VvXDNGS +adsorbate/M +adulator/SM +adulterate/DNGnS +adulterated/U +adulteration/M +adulterer/SM +adulterous/Y +advantageous/PY +advantageously/E +adventuress/MS +adventurism +adverbial/MS +adverse/yPTDYG +advise/BhRLSDGl +aegrotat/SM +Aeneid +aeration/M +aeronautics/M +aerospace/SM +affability/MS +affects/E +affidavit/SM +affiliate/nEGDSN +affine +affirmative/SY +afford/BSDG +afire +afloat +after-care/MS +afterglow/SM +after-hours +afterlives +aftermath/MS +again +Agamemnon/M +agape/S +agar/MS +agar-agar +age/eSM +aged/PY +ageless/YP +aggressor/SM +aggrieve/SDGh +agility/SM +agitation/M +ago +agonise/kh +agrarian/S +agreeable/PE +agronomy/W3SM +ah +ahead +ahem/S +aides-de-camp +Aiken/M +aim/SDpRG +air/2mTJSDpZRzGM +airbase/S +airbrush/SGDM +air-conditioning +Airdrie +Aires/M +Aireys +airfare/S +airfield/SM +airflow/MS +airhead/SM +airlessness/S +airsick/P +airwoman +airworthiness' +aka/S +Akron/M +Alabamans +alabaster/SM +alack +Alaric/M +Alaska/M +Albania/M +Alberto/M +Alberton +Albion/M +album/MS +albumen/SM +Alcoa +Alcoota +Alderney/M +Aldus +ale/SM +alembic/MS +alewives +Alexandrian +alfresco +algaecide +algebraical +Algonquian +Al-Hail +al-Haili +Alhambra/M +alienation/M +alimony/MS +aliquot/S +alive/P +alkalinity/SM +alkyl/M +Allan/M +allay/DGS +all-clear +allegiant +allegoricalness +allemande/M +all-embracing +allocated/U +allots/A +alloy/DMGS +alluvia +alluvium/SM +aloft +aloof/PY +alphabet/qQSWwsM1 +al-Qaeda/M +Al-Sharif +also +altar/SM +altarpiece/SM +altruist/SM1W +ALU +alum/SM +Alvarez +alveoli +am/y +Amalie/M +amaryllis/SM +amateurish/YP +amateurism/SM +Amazon/MS +Amberley +ambitious/YP +ambitiousness/S +ambivalent/Y +ambulation/M +ambuscader/M +Amelia/M +amenability/SM +America/MS +americium/SM +amicability/SM +amid +amino/M +ammo/SM +ammonia/MS +ammonium/M +amnesiac/SM +Amoco/M +amoeboid +among +amontillado/SM +amorality/SM +amorphous/PY +amorphousness/S +amperage/MS +amphetamine/MS +amplify/NRGDSn +ampoule/MS +amputation/M +amputee/MS +amylase/MS +anabolic +anaesthesia/MS +anaesthesiology/3MS +anaesthetic/MYS +anaglyph/SM +analogue/SM +analyser/S +analysis/A +analyticity/S +Anastasia/M +anchor/m5dSM +ancillary/S +Andalusia/M +Andorra/M +Andover/M +Andre/M +Andrei/M +androgynous +Andy/M +anechoic +anemometer/SM +aneroid +Angaston +angelica/SM +angina/MS +angiosperm/MS +Anglicanism/M +Anglo-Irish +Anglophile/SM +Anglophobe/M +Angola/M +angriness' +angst/SM +Anguilla/M +angularity/MS +Angus/M +anhydrite/M +aniline/SM +animal/qSQM +animalcular +animalness +animateness/I +aniseed/MS +anisette/MS +Anne/M +Annelida +annex/nDSG +announce/RDLSG +anoint/GLSD +anomic +anonymous/Y +anorexic/S +ansa's +answer/rMdS7 +answered/U +Antarctica/M +antebellum +antelope/MS +antenna/SM +anthracite/SM +anthropometric/S +anthropomorphic/Y +anthropomorphism/SM +anti-abortion/3 +anti-abortionist +antic/DSMG +anticancer +anticoagulant/S +antidemocratic +antidote/GDSM +antiferment +antifreeze/MS +Antigone +anti-hero/M +antimicrobial/S +antinomian +anti-nuclear +antiparticle/SM +antipasto/SM +antipodean/S +anti-racism +antisocial/Y +antitheses +antithetical +antitoxin/SM +antitruster +antiwar +Anton/M +Antonio/M +anxiousness/S +anything +aorist +apace +aperiodic/Y +aperture/DMS +aphoristic/Y +aplenty +apogee/SM +apolar +apostle/MS +apothecary/MS +apotheosis/M +appal/DSkG +appeased/U +appellant/SM +appellative/MS +append/RGDS +appendage/MS +appendices +appendicitis/MS +appertain/SGD +applaud/RSDG +apple/SYM +applet/S +applicability/MI +applicable/Y +application/MA +appliqu�/SMG +appliqu�d +appointer/SM +appraising/Y +appreciatively/U +approve/DERkSG +approx +Apr +aptitude/SM +aqualung/SM +Arabic/M +arachnophobia +araldite +Arapaho/M +arbitrageur/S +arboretum/SM +arborvitae/SM +archaism/MS +archduke/MS +archfiend/SM +Archibald/M +architectonics' +architrave/MS +archival +arcsine +arctangent +Ardlethan +aren't +areola +areolae +Argentina/M +Argonaut/SM +argot/SM +argue/7DSRG +argues/e +argument/NSMn +arguses +Ariah +Arianism/M +arid/YP +Aries/M +aright +ariser +arithmetic/YM +arithmetise/GSD +Arkwright/M +Arlen/M +Armadale +armchair/SM +armful/MS +armhole/SM +armrest/MS +arm's +army/SM +arpeggio/MS +arrack/M +arrayer +Arrernte +arrests/A +arrogant/Y +arrow/DGMS +arrowhead/MS +arsenate/M +arsenic/MS +arsine/SM +arsonist +Arte +arteriole/SM +arthritic/S +arthritidis +Arthurian +articulacy/I +articulately/I +artist/yW1 +artlessness/S +Arturo/M +asap +ascend/RDGSNX +ascendant/SY +ascended/A +ascribable +ash/SDZGM +Ashanti/M +ashen +Asimov/M +Asmara/M +aspect/SM +asperity/SM +asphalter +aspirin/MS +assailable/U +assembles/A +assemblymen/M +assembly's/E +assent/DGSM +asserts/A +asseverate/GSDNn +assigned/CKAU +assist/DGS +assisted/U +associable +assort/LDGS +assumption/M +astatine/MS +asteroid/SM +astir +Aston/M +Astor/M +astray +astride +astringency/SM +astrolabe/SM +astronomy/W1MwS +astrophysics' +At +atavism/SM +ataxic +ATC +atemporal +Athena/M +Athenian/SM +Atlanta/MW +ATM/M +atmosphere/DMSW1 +atomicity/M +atomics/M +atonic's +atop +atrophy/WDMSG +atropine/MS +attach/7RSLMDG +attach�/MS +attained/U +attended/U +attention/SoM +attentional +attentiveness/IS +attested/U +Attica/M +attractive/P +attractiveness/U +attune/SGD +atypical/Y +auctioneer/SMDG +audaciousness/S +audibly/I +audio/M +Audubon/M +auger/SM +augmentative/S +Augustan +August's +auk/SM +auroral +auscultation/M +auspiciously/I +austere/PTY +Australasian/S +Australopithecus +authenticated/U +authenticator/SM +authorised/U +auto +autoclave/SMGD +Autocue +autogyro/SM +autoignition/M +autoimmunity/S +automat/WQd1 +automatism/MS +automaton/MS +automotive +autorepeat/GS +Auvergne +AV +availing/U +avalanche/DSMG +avant-grist/M +avatar/SM +ave/S +aversion/M +avian/S +avidity/SM +avionics' +Aviv/M +Avoca +avocado/SM +avoidance/MS +avowal/SEM +avuncular +Awabakal +awake/SG +awhile +awn/JSDGM +awoken +awry/T +axiology/1wM +axle/SM +Ayckbourn/M +azimuth/MoS +azimuthal +Azov +BA +Babcock/M +babyish +Babylon/M +babysat +Bach/M +back/SRJpDGM +backbite/RS +backcloth/M +backer/e +backfield/MS +background/DRSMG +backhoe/S +backlasher +backplane/MS +backrest/SM +backslapper/MS +backspin/SM +backtrack/RGSD +backup/SM +bacteriophora +bacteriotherapy +bade +Badin +badinage/DSMG +bad-tempered +bailiff/SM +bails/m +Baird/M +bairn/SM +Bairnsdale +bait/GDSM +Baja/M +bakehouse/M +baklava/M +baksheesh/MS +balalaika/MS +balance's/I +Balgo +Bali/M +balkiest +ball/SM +ballier +balloter/M +ballpark/SM +ballplayer/SM +balsa/MS +balsamea +Baltimore/M +Bamako/M +Bambi/M +bamboozle/DGS +Banbridge/M +Banbury/M +bandanna/M +Bandar/M +bander/M +bandicoot +bane/6jSM +banjo/MS +bankruptcy/MS +Bankstown +baptise/DSRG +baptistery/SM +Barbara/M +barbarian/SM +barbecuer +barbel/SM +barbell/SM +barberry/SM +Barbour/M +Barbuda/M +Barcoo +bareness/S +barf/DGYS +barhop/GSD +bark/SCDG +barker/SM +Barklay +Barmera +Barnet/M +Barr/MZ +barre/MS +Barre's +Barrie/M +Barrington +barrister/SM +Barrow-in-Furness +barter/drS +base/TLYmPpM +Basel/M +Basingstoke/M +basis/M +basophilic +bassinet/SM +bast/RGDM +bat/mD2dSRJMGZ +batch/SDGM +bathmat/S +bating/F +batman +bats/F +battledress +battlefront/MS +bauble/SM +baulk/MD2SZG +bay/GSDM +Bayard/M +Bayesian +bayou/MS +BCD +bdrm +beach/SDGM +beachhead/SM +bead/mDGJSMZ +beading/M +beadle/SM +bean/DRMGS +beanbag/SM +beanie/SM +beano +bearably/U +Beardsley/M +bearing/M +bearlike +beasties +beastly/TP +beatable/U +beatitude/SM +beatnik/SM +Beaufort/M +Beaumont/M +beautification/M +beaux/M +beaver/dMS +bebop/SM +becalm/DGS +because +bedazzle/DSLG +bedclothes +Bedouin/M +bedridden +bedstraw/M +bedtime/MS +Beeb +beefeater +beefsteak/MS +beefy/TP +beermat/S +beet/SM +beetle/SDMG +beeves/M +befallen +befit/SGDM +beforehand +begin/RSJG +begone/S +beguine/MS +beheld +behemoth/MS +belabour/SDGM +belated/P +Belfast/M +belier/M +belittle/DLGS +Belleville/M +bellicose/PY +belligerence/SMZ +bellyache/SGDM +bellyacher/M +bellybutton/MS +bellyful/S +Beltana +belt-fed +Belton/M +beluga/SM +bemoan/GDS +Benalla +benchmark/MGDS +Bencubbin +beneath +Benedict/M +benefactress/S +beneficial/P +benevolent/YP +benevolentness' +Benny/M +Benson/M +benzine/SM +Beowulf/M +bereave/LDSG +Beresford/M +berg/SM +Berkeley/M +Berman/M +Bern/M +Bernadette/M +Bernice/M +Bernie/M +Berri +berry/DGMS +berserker/M +berth/SDGM +Bertrand/M +beside/S +besot/SDG +bester +bestial/Y +bestiality/SM +bestrew/SDG +bestrewn +bestride/SG +best-seller/S +Bethany/M +betook +betroth/SDG +Beulah/M +bevel/DSRGM +beverage/MS +Beverley/M +Beverly +Bevier's +beware/SDG +bewhisker +Bexley/M +Bhutan/M +biassing +bib/SDMG +bible/MSw1 +bibliophile/SM +bicameralism/SM +bicarb/MS +biceps +biconcave +biconnected +biconvex +biddy/MS +bidiagonal +bifurcate/DNYnSG +big/PTGD +bighead/MS +big-name +bigness/S +bigwig/SM +bike/DRGSM +bilabial/S +Bilbo/M +biliousness' +billabong +Billie/M +billing/M +billowy/T +billposters +binaural/Y +bingen +biodegradable +biometrics' +bionic/YS +biophysics' +biostatistic/S +bipolarity/SM +birdhouse/MS +birdie/SMDG +birdlime/MDGS +Birdwood +Biro/M +birthday/MS +birthmark/SM +birthrate/MS +births/A +biscuit/MS +bisexuality/MS +bitblt/S +bitmap/SM +bitten +bitter/PdYS +bitterness/S +bitterroot/M +bivalent/S +bivalve/DSM +bivariate +biweekly/S +blab/DRGS +blabbermouth/SM +Blackall +blackboard/SM +blacking/M +blackleg/MGDS +blacksmith/SMG +blancher/M +Blanchetown +blancmange/SM +blandish/SLGD +blandness/S +blanket/SMd +blanketing/M +Blanton/M +Blantyre/M +blasting/M +bleached/U +bleary/TP +blemished/U +blench/SDG +blew +blind/TPSRGkYD +blinks/M +bloc/DGSRM +block/UDSG +blockage/SM +block's +blood/hSZpi2GDzM +bloodless/PY +bloodline/SM +blood-poisoning +bloodstock/SM +blood-wort/M +bloody-mindedness +Bloomberg/M +bloop/RSGD +blotch/GSDMZ +blotto +blow/GSZR +blowback +blowfish/M +blown/c +blowtorch/MS +blubberer +bludger +blueback +Bluebeard/M +blue-eyed +blueish +blue-pencils +bluestocking/MS +bluestone +bluff/PRYSDTGM +blunder/MdkSrJ +blunderbuss/M +blunt/TSGPYD +blurring/Y +boa/SM +boardgames +boardinghouse/MS +boarding-house/MS +boards/e +boat-hook/S +boatman/M +bobbing/M +bobble/MDSG +bobcat/SM +bob-sleigh/RSDGM +body-building +body-piercing +bodyweight +Bogart/M +Boggabilla +Bogot�/M +boilermaker/MS +boldface/DSMG +bolide's +bollocking +bollocks +bolster/dS +bolt-on +Bolton/M +bolts/U +Boltzmann/M +Bolworra +bomb/DRJMGS +bombed-out +bona +bonfire/MS +bonhomie/MS +boogie/DS +boohoo/SDG +bookbinder/Z +bookbindery/SM +booked/cA +booking/c +bookkeep/RGJ +bookmaker/MS +bookshelves +bookshop/SM +boolean +boonies +Booroorban +Boorowa +boost/RSMDG +boot/ASDG +bootleg/DRSG +boozy/T +bop/RSGD +Borden/M +boredom/SM +borehole/S +borne/c +boronia +borrow/R7SDGJ +borscht/MS +Bosky +Bosnia/M +bossy/TP +Boswell/M +Botticelli/M +bottle/RMGDS +bottle-fed +bottomless/YP +botulinum's +botulinus/M +Bougainville +bougainvillea/M +boulder/dSM +Bouldercombe +boulevard/SM +bound/RSiGDp +bowed/U +Bowelling +bowl/RDGSM6 +bowling/M +Bowral +box-office +boxtops +boycotter/M +Boydtown +boyhood/MS +boyishness' +BP +Brabham/M +bracelet/SM +Brachiopoda +brachium/M +bracing/M +brackishness/S +Bradford/M +Bragg/M +braggadocio/SM +Brahma/M +Brahman/M +braid/SDGJ +braincell/S +brain-dead +brainless/PY +brainstormer +Braintree/M +branded/aU +branding/a +Brandon/M +Brannon/M +Braque/M +brass/MS +brattling +braveness/S +Brazil/M +breach/RSGDM +breadcrumb/S +breakdown/SM +break-up/SM +bream/SGD +breast/GDMS +breastwork/MS +breath/RGD7pMJSZ +breathalysed +breed/SMRG +breeze/ZMDSG +Brenner/M +Brest/M +brethren +brevet/MSDG +breviary/SM +bric/GD +brick/SM +brickbat/SM +brickmason/S +Bridgewater/M +bridgework/SM +brief/CDGJS +briefing/M +briefness' +brier/MS +brim/pDGS6M +brindle/SMD +bring/RGS +brinnies +briny/PT +bristly/T +Bristol/MS +Brit/S +Britain/M +Britannic +Britishness +Briton/SM +Brittan/M +Brittany/M +brittlely +broach/SDRG +broadcast/GASR +broccoli/SM +brochette/MS +broil/SDRG +broke/RG +broken-hearted/Y +Bromley/M +bronchiolar +bronchiole/MS +brontosaur/MS +brooch/SM +Brooklyn +broom/SGMD +Broomehill +Brooweena +broth/SMR +brotherliness/S +brought +Broughton +brouhaha/MS +brownness/S +brownstone/MS +browse +brr +Bruce/M +Bruck/M +brummiest +Bruno/M +Bruny +brusher/M +brusqueness' +bruter +Bryan/M +Bryn/M +bu. +bubblegum/S +bubonic +buck/SDGM +bucker/M +buckeye/MS +Buckland +buckling/M +buckminsterfullerene +buckskin/SM +budget/MSdr +budgie/SM +Buenos +buffalo/M +buffer/rMdS +Buggan +bugger/dZ +bulb/DMGS +bulimia/SM +bulkiness/S +bull/DGSMY +bulldoze/DGRS +bullseye +bullwhackers +bulwark/DGSM +bummed/M +bumming/M +bump/RD2GSZ +bumpiness/S +bunchy/T +Bundanoon +Bundy/M +bunghole/MS +bungies +bunt/RDGJS +bunting/M +Burbank/M +burbler/M +burbs +burglar-proof/DSG +burglary/SM +burgle/GSD +Burketown +Burnside/M +burntness +burp/DGSM +Burra +bursae +bursar/SM +bursts/e +Burundi/M +Bushido/M +business/m5S +buskined +bust/RDGSMZ +busted/F +bustle/GSDk +busy/TGPSYD +busybody/SM +but/DRSG +butch/RSy +buts/CA +butterfingers/M +button's +butyrate/M +buy/RGS +buying/c +buys/c +buzzard/SM +by-election/S +bygone/S +byname +Byrd/M +Byron/WM +Byronismyah +bystander/MS +byte/SM +byway/MS +Byzantium +cablecast/GS +caboodle/SM +cabstand/MS +cache/DSGM +cachet/dSM +CACM +cacti +cactus/SM +cad/SZM +cadaver/SM +Cadillac/MS +CAE +cafe's +cagey +cakewalk/DGSM +calamine/DMGS +CALCOMP +calculability/IM +calculus/M +Caldwell/M +calf/M +calf-length +calibration/M +calla/SM +call-back/S +call-boy +callee/M +callosity/MS +call-up +calorimetry/M +calumnious +calypso/SM +Camberley/M +Camden/M +came/c +camera/mS5M +Camille +camomile/M +camp-fire/MS +Campos +can/ySdDzGrRM2Z +Canada/M +canal/-GSqQDM +canard/SM +cancellate/nDN +candelas +candidate/MS +canine/S +canister/dSM +Cannes +cannibal/qQMS +cannon/dMS +cannonball/GSMD +canopy/DGSM +canorously +can't +cantilever/MSd +canto/SM +canton/dMLS +cant's +canvass/S +capaciousness/S +capacitance/MS +Capistrano +capitalism/MS +Capitan +capitulation/MA +capping/M +cappuccino/MS +Capri +captain/SDGM +captiousness/S +captivation/M +captivator/SM +Caputo +carafe/SM +caravansary/SM +carbide/SM +carbine/SM +Carbondale +carbonyl/M +carboy/SM +carbuncular +Carcoar +cardamom/MS +cardboard/MS +cardinal/SYM +card-index +carding/M +cardiogram/SM +cardiology/3MS +cardiovascular +cardsharp/RMS +care/jpS6 +careless/YP +caret/SM +Cargelligo +cargo/M +carillon/MS +Carioles +Carl/MG +Carlow/M +Carlson +carnality/SM +Carnarvon +carneying +carnivore/SM +carnivorous/PY +carnivorousness/S +carol-singing +carotene/MS +carotid/SM +carpentering/M +carpetbag/GMRDS +Carrathool +carrel/SM +carriage/afMS +car-sickness/S +cart/R6SMDG +cartilage/MS +cartilaginous +carve/DRySJG +caryatid/SM +case-harden/dS +casework/RMS +Casey/M +cashew/SM +Casper +Caspian +casserole/GDMS +cassette/SM +castanet/SM +Casterton +casteth +castigate/nSDGN +castrate/SGD +castration/M +cast's/e +casualness/S +Catalina +catalyse/WDSG +catalyst/SM +catarrh/SM +catatonic/S +catboat/SM +catchup/SM +catch-up +catenate/FN +cater/drS +caterwaul/SDG +Catherine +catholic/YM +catholicly +Catholics +Cato +Cattai +cattle/mM +catty/PTS +catwalk/MS +caucus/S +caudal/Y +caustic/SY +cautioned/K +cavalcade/MS +Cavendish +caves/F +CBS +CD-ROM +cede/DFKSAG +cedilla/MS +Ceil +ceilidh/M +ceiling/DMS +celandine/MS +celebrant/MS +celebrate/yGNDiSn +celery/SM +celesta/SM +celestial/YS +celibate/MYS +cell/G3SMD +cellarer/M +cellulite/S +Celsius +cementa +cemetery/SM +censored/U +censorship/SM +cent/SM +centenary/S +centimetre/SM +central/Qqs3S +centrifugation/M +century/SM +Cephalochordata +ceramicist +ceramist/SM +cereal/SM +cerebellar +cerebrate/GDS +CERN +certainty/SMU +certification/MCA +certifies/CA +certitude/MIS +Cervantes +CfIT/M +CFO +Chablis +chador +chaetognath +chagrined +chain's +chairmanship/SM +chaise/SM +chalcedony/MS +chalice/DMS +chalkiness/S +chalkline +challenged/U +chamber/SMrd +chamberlain/MS +champ/SDG +championship/SM +chance/SMGyZD2 +Chancellorship/S +chancery/SM +Chang +changeability/SM +changeable/U +changeover/MS +channelling/M +chantey/M +chaplaincy/SM +Chapman +chargeable/P +charges/fcA +chariot/MGDS +charlatan/SM +charted/U +charter/dr +Chartwell +chase/DRGS +chasteness/S +chasuble/MS +chat/GSM2ZDz +cheapish +cheapskate/SM +cheat/SDRG +Chechen +checks/A +cheerio/SM +cheerlessness/S +cheese/SMGZD +chef/MS +chef-d'oeuvre +Chekhov +chelate/DMNnG +Chelmsleywood +chemiluminescence/M +chemotherapeutic/S +Cherrabun +chert/SM +chess/SmM +Chester/M +Chesterton/M +chesty/T +chg +chiaroscuro/SM +Chicagoan/S +chicane/DyMSG +chicaner's +chicest +Chickasaw/S +chicken-and-egg +chickenfeed +chicken-livered +chicness/S +chieftain/SM +Chifley +chilblain/MS +childbearing/M +childes +childless/P +chill/SYR2PMDTGk +Chillagoe +China/mSM +Chinatown/M +chine/SM +Chinook +chin-wag/DG +chipmunk/MS +Chippendale +Chippewa +chipping/M +Chirac/M +chiral +chitin/MS +chivalrous/PY +Chlamydia +chlamydiae +chlorate/M +chloride/SM +chlorinate/CNDSG +chlorophyll/SM +chocoholic/S +chokeberry/M +Chondrichthyes +chop/DRzZGS2 +Chopin +choppy/TP +Chordata +chore/DGSoM +chortle/DRGS +Chris +chrism/SM +Christchurch +christen/AdS +Christie +Christmas/MS +Christopher/M +chromatics/M +chromatin/MS +chromic +chromosome/MS +chronograph/MSZ +chrysalids +Chrysler +ch�teau/MS +chuckle/DGkS +chump/SGMD +chumping/M +chundering +Chung +Church +churchliness' +Church-of-England +churn/RDSMG +chutzpah/SM +cicada/SM +Cinerama +cinnabar/SM +cipher/CdS +circuit/dSM +circuital +circulator +circumciser/M +circumflex/SGMD +circumlocution/SM +circumsphere +circumvent/7DSG +circus/MS +cirque/SM +cissy +cite/DINGAnS +citizen/yYSM +citizenship/MS +citrous +city/DSM +civvies +ck/C +claimable +Claire +clairvoyant/YS +clamper/M +Clancy +clank/GMkSD +clanship +clap/DRGS +Clapton +claptrap/SM +Clara +claret/dSM +clarification/M +clarity/MS +clasher/M +clasped/M +clasp's +class/2GMSw1pZD +classes/e +classicist +classifies/AC +classlessness +classmark/MS +classwork/M +�clat/M +clavicle/SM +cleanliness/S +clean-up/SM +clear-cut +clearway/M +Clement/SM +Clementine +Cleve +cleverer +cleverest +click/RGMSD +client/SM +climb/7RGDJS +climbdown +climbing/M +clime/MWS +clinch/RSDGk +cling/RGZ +clinician/MS +clinometer's/I +Clio +cliquier +cloche/MS +clockwatcher +clock-watcher +clog/DSUG +cloister/SdM +clone/DMRSG +close-hauled +close-knit +closish +cloth/SJDGM +clothesbrush +cloudburst/SM +clouded/cU +cloudscape/SM +cloven +clubber's +clumpy/T +clumsiness/S +clunk/RMGSZDz2 +Cluny +cluster/MSJd +Clwyd +Clydebank/M +Clydesdale +Cm +CMOS +coaler/M +coalfield/SM +coal-holes +coalition/3MS +coalminers +coalmining +coast-to-coast +coated/U +coat-hanger +coating/MS +coats/c +coattest +Cobar +cobblestone/SDM +coca/SM +cocaine/MS +Cochran/M +cock/2SZGDzM +cockabully's +cockade/MS +cock-eely +cocker/M +cock-eyedness +Cocklebiddy +cockneyism +cock-of-the-rock +cock-of-the-walk +coddler/M +code/CSaGDA +codeine/SM +codling/M +codon/S +codpiece/SM +coed/M +coerce/RGbDS +coffee-pot/MS +coffee-table/SM +coffer/MdS +Coffman +Coffs +co-found +cognomen/MS +cognoscenti +Cohen/M +coiffure/DGMS +coitus/SM +Colac +colander/SM +Coldfield/M +coldness/S +cold-shouldering +Colebrook +colic/ZSM +colitis/SM +collaboration/3M +collaborative/S +collapsibility/M +collard +collate/GDS +collated/U +collected/UA +college/KM +collegiality/S +collinear +collinearity +colloquies +cologne/DMS +Colombian/S +colonelcy/SM +colonialism/SM +colonialness +colonised/U +colorant/SM +colorimetry +Colosseum +colossi +colourant/MS +Columbian +coma/SM +comae +combed/U +combiner/SM +combustive +comes/M +cometh +comfortable/P +comforts/E +commentator/SM +commit/ScDAG +commitment/SM +commitments/c +committal/SMY +committed/U +commodious/PIY +commodity/MS +commonly/U +common-sense +commonwealth/SM +commutate/Vv +commutator/M +comp/SD +comparison/SM +compelling/M +compile/NCRGS7D +compiled/A +compiling/A +complaining/UY +complaisant/Y +completeness/IS +completer/M +completest +completive +complicated/P +complicit +component/SM +compose/CXDRSGN +composed/PY +composing/EA +composite/YS +composure/ESM +compound/7M +comprehensibly/I +compressed/CU +compressibility/IM +compromising/UY +Compton/M +compulsion/M +compunction/SM +computation/oM +computational +computerese +conceitedness/S +conceive/BGDlS +concentrate/DGNVnS +concentration/M +conception/SaMK +concession/yo +concessioner +conchs +concierge/MS +concise/NPTXY +concision/M +conclusiveness' +concord +concubinage/MS +concupiscent +condensable/I +condiment/MS +condition/JSoDRGM +conditionally/U +conditioned/AKU +conditioning/M +condition's/K +condor/MS +cone/ZSM +coney's +confabulation/M +confectionery/SM +confectionist +conferral/MS +confession/M +confidentiality/SM +confiner/M +confluent/S +conformist +conformity/SM +confr�re/MS +Confucianism +confusable +confuse/hRik +confused/P +Cong +conga/DSGM +congestion/SM +congrats +congratulation/M +congregate/NSGnD +Congregational/3Y +Congregationalist +conical/P +conics/M +conj +conjecturer/M +conjugacy +conjugal/Y +conjunctim +conjure/NDnRGS +conmen/M +connectedness/M +connecting/E +connections/E +Connelly +Connie +connoisseurship +Connors +conquer/dSA +conquest/ASM +conscience/p +conscience-stricken +conscientious/PY +consecutive/PY +conserve/unNvV +considerable/YI +consideration/SA +consign/ASDG +consiprationally +consistory/SM +console/7nRNk +consolidate/NnDSG +consonance's/I +conspectus/MS +conspicuousness' +conspirational +constabulary/SM +constant/SY +constellation/SM +consternate/DNnSG +constitution/ASM +constitutionalities/U +construable +construct/bSGAD +constructor/SM +consultant/MS +consulters' +cont +contaminant/SM +cont'd +contemn/GDS +contemporaneous/PY +contemptuous/YP +contemptuousness/S +contemptuousness' +contested/U +contextual/Q-q +contingency/MS +continua/no +continuousness' +contraception/MS +contractual/Y +contraflow/S +contrapuntal/Y +contrast/kDSZGvV +contretemps/M +contribution/SM +contributor/SM +contributory/SY +contrive/RGDS +controversialist/MS +controvert/DSbG +controvertible/I +contumacy/MS +contumely/MS +convalescent/S +convenable +convenience/MIS +conventionally/U +convergent +conversant/Y +conversation/oM +conversazione/M +converse/GnY +conversion/AM +convey/DG7S +conveyor/SM +convolute/DY +convolution/MS +convolvulus +convoy/DGMS +cony/SM +coo/SDG +Cooke/M +cookhouse +Cooktown +Coolah +Coolamon +cool-box/MS +coolie/MS +Coolullah +Coonawarra +cooperage/MS +co-operant +co-operate/DGvSNVu +co-option +co-ownership +coper/M +Copernicus +copiousness/S +Copland +copperplate/SM +coppersmith/SM +copra/SM +coprocessor/S +coprophagous +copula/MVnS +copulative/S +copycat/DMSG +copyright/7DRSMG +coquette/SMGD +cordage/SM +Cordillo +cordless +Cordoba +corf/M +corgi/SM +coriander/MS +Corinth/M +Corinthian/S +cork/SRGDM +cormorant/MS +corncrake/M +cornel +Cornelia/M +corner/d +cornstalk/MS +Coronado +coronate +corporeality/MS +corpus/M +corrupt/DVTGPSvbY +corrupted/U +corruption/SM +corruption's/I +Corryong +corsair/SM +cortex/M +cort�ge/SM +cortisol +corundum/M +corvette/MS +cosign/DRSG +co-sign/DRSG +cosmopolitanism/MS +cosset/Sd +cost/GVYJuSMDvp +cost-effective +cost-efficient +cosy/PTY +cot/RSDM +Cotswold/M +cotton/dSM +cough/SGD +could've +coulter's +Coulthard +countable/U +countenance/DGMS +counter/dm +counteract/VSGD +counterargument/SM +counter-attack/DRMGS +counter-clockwise +counter-inflation/y +countermand/GDS +countermeasure/MS +counterstrike +counting/Ea +counts/faEA +county/M +coupe/SM +couplet/SM +courageous/YP +courses/F +courteous/EYP +courteousness/SE +courtesy/SEM +courthouse/MS +courtier/MS +courtroom/MS +courtship/MS +covariant/S +covenant/SDGM +coverage/MS +coverer/AME +covering/MS +covers/M +covert/SYP +Cowarie +cowherd/SM +Cowley +Cowra +cowrie/MS +cowry's +coy/PTDGY +coyote/MS +cozenage/MS +cpd +cps +crabbing/M +Crafers +craftiness/S +crafty/TP +cramp/SMDG +crane-flies +Cranford +cranium/MS +cranny/DGMS +Cranston +crash/RkDSG +crave/DJSG +craving/M +crawlway +crazy/STYP +cr�che/MS +creakiness/S +created/U +creature/MSY +credence/SM +credibility/MIS +credible/IY +crediting/E +crematorium/MS +crenel +crenelate/DNSGn +crenulation/M +crescendo/MSGD +crescendos/C +cress/S +Cresswell +cretinism/SM +crevasse/DSGM +Crewe +crib/RMDGS +cribbage/MS +crikey +criminal/QYMSq +criminology/w3MS +cripple/kGRSMD +crisp/SZDPT2GY +criterion/M +criticise/k +Croatian +Crockett +Cromwellian +Crookwell +crop/RGSMD +crosier/MS +cross/GJYTDM7SP +cross-country +cross-hatch/DSG +crosswind/SM +crowbait +crowd/SMDiG +crowded/P +Crowley +crowned/U +crudeness/S +crudit�s +crudity/MS +cruelty/MS +cruet/SM +cruise/RDSG +crump +crusade/MRSGD +cruse/SM +crush/RDGS7k +crust/zSMZDG2 +crustal +cryogenics' +cryosurgery/SM +cryptanalysis/M +cryptanalyst/M +cryptic/Y +cryptogram/SM +cryptology/Ww3M +crypt's +crystalline/S +crystallise/DAnSG +CSV +CTOL +cuckold/yMGSD +cuckoo/DGSM +cud/SM +Culburra +culprit/MS +Culver/S +Cunningham/M +cuprous +cupulae +curable/PI +curare/SM +curatorships +curbstone/SM +cure/vDVRlSBG +curial +curious/YTP +curled/U +curling/M +curls/U +curly/TP +currency/FMS +currycomb/GDSM +cur's +curse/M +cursoriness/S +cursors/K +curt/TYP +Curtin +curvaceousness/S +curve/DMSZG +curvilinearity/M +cuspidal +cuss/FSMGD +cusser/EF +customary/SPY +customised/C +cutback/SM +cutler/ZSM +cutting/f +cutting's +cuttle/M +cutup/SM +cybernate/N +cyberspace/MS +cybersquatting +Cyclades +cyclohexanol +cycloid/MS +cycloidal +cyclometer/SM +cyclopaedia/SM +cycloplegia's +cygnet/MS +Cygnus +cymbal/M3S +cypress/MS +Cypriot/SM +Cyrillic +cyst/WSM +cytosine/MS +czarist +Czechoslovakian +Czechs +Dacca/M +dactylic/S +Dade +Dagenham +daguerreotype/DMSG +dairying/M +dairyland +dairymaid/SM +dale/mMS +daleth/M +dally/DRGS +dam/SGMD +damage/RSDGkM +Damien +damn/lDGNk7nS +damnation/M +Dampier/M +damselfly/SM +Dana� +dancelike +Dane/S +Danielson +dapple/SGD +Darby +daredevilry/S +daring/PM +Darjeeling +darkroom/MS +Darlene +darling/PMS +Darlington/M +darn/DRGS +Dartmoor/M +Darug +Darwen/M +dash/DRSGk +Datamation +dated/Ue +datum/MS +dauphin/MS +dawdle/SGDR +Dawes +dawn/DGMS +daycare/S +Dayton +d'Azyr +dB/M +dBi +DCB +d�colletage/S +d�coupage +de/G +deacon/dMS +deafen/dkS +deafening/M +deafness/S +deal/JSRG +dealership/MS +deary/MS +death/YSpM +death-knell +death-watch/SM +debark/nN +debate/RM +debauchee/SM +debonair/YP +Debra +debrief/R +debris/M +debut +Decalogue +decamp/GL +decease's +deceitfulness/S +deceive/UDGS +December/MS +decertify/NGn +decibel/MS +decisions/I +Decker/M +declarator/SM +declares/A +decline/NnDRGS +decomposability/M +decomposable/I +decompress/GNX +decorated/U +decorousness/S +decoupage/DGSM +decree/GSM +decrement/DMSG +dedicate/DSANnG +dedication/M +deducer +deductibility/M +deem/ADSG +deep-rooted +deep-sea +deer/M +Deere +defecation/M +defence/p +defensibly/I +defiance/SM +defile/L +defog/R +defrost/RG +degenerateness' +degradable +de-ice/RSGD +deification/M +Deighton/M +deles +delftware/S +Delhi/M +delicacy/IMS +delicious/PY +delightful/P +Delius +deliver/r7 +delivers/A +delivery/m +deluder/M +delusion/M +demagoguery/SM +demander/M +demarcation/M +demean/GD +Demeter +demilitarise/n +demi-mondaine/MS +demisemiquaver/S +demo/GDM +democrat/qQWM1S +demon/SWM +demoniacal/Y +demonstrator/SM +demoralise/n +demurral/MS +demythologise/n +den/DGSZM +denature/G +dendrite/MS +denigrate/VSDnGN +denominate/x +denoter +dens/T +densitometer/MSW +density/SM +dental/S +dentistry/MS +deodorise/nDRSG +deoxyribonucleic +depart/L +departure/SM +Depasture +dependable/P +dependences/I +dependency/MS +depicter/M +depiction/MS +deplorer/M +deport/RLNn +depraver/M +deprecate/DGSnykN +depreciable +depress/bkXvNV +depth/SM +derailleur +derived/U +dermal +derma's +dermatology/3SMw +Derrinallum +Derry +Derwent +desalinate/NSGnD +desalt/G +descended/F +describable/I +description/M +desecrater/M +deserve/khi +desiccation/M +designate/DKSG +desirabilities +desirability/UM +despairer/M +despatch/DSG +desperateness/S +despond +despondent/Y +destined/K +destiny/MS +destitute/P +destituteness' +destruct/bGDVvSu +destructive/P +destructiveness' +destructor/M +detached/P +detectable/U +detector/SM +deter/SGD +detergent/MS +determinant/MS +determines/KA +detest/BlnN +Detinue +detonable +detonation/M +detract/vDGV +detritus/M +Detroit +detune +deviancy/S +deviate/NDSGn +deviation/M +devote/hix +devotional/S +dewiness/S +dewy/TP +dhoti/MS +diabolism/M +diacritic/SMY +diacritical/S +diaeresis/M +diagrammaticality +dialect/o1MSWw +diam +diamond/MSDG +diaphragm/MS +diatom/SM +diatribe/SM +diazepam +Dibley +dices/I +dicey +dichotomousness +dick/SGDM +dicky's +dictum/M +didacticism's +didst +die/DSMG +die-hard/S +dies/U +dietitian/MS +Dietz +differenced +difficult/YZ +diffuseness/S +diffusive/P +Digama +digested/KU +digestion's/I +Dighton/M +dignified/U +dignify/SDG +digression/M +diker/M +diktat/MS +dilation/M +diligent/YP +dill/MY +diluted/U +diluter +dilution/SM +diminished/U +Dimitri +dimity/MS +dimmed/U +dimness/S +dimorphic +dimple/SGMDY +dimwit/MDS +dine/S +dinette/SM +dinghy/MS +dingo/MS +dingoes +dinnertime/S +dint/MDSG +Diocletian +Dionysus +dioptre/MS +Dip's +diptych/M +directness/SI +director's/A +directorship/SM +directory/SM +directresses +dirk/SM +Dirranbandi +disable/DSLGR +disaffect +disastrous/Y +discerner/M +discernible/Y +disciplinarian/MS +disclosure +discover/AdSZ +discriminant/MS +discriminated +discriminative +discusser/M +disfavour/G +disfranchise/L +disgraceful/P +disgruntle/LSDG +dishabille/MS +dishcloth/MS +dishwasher/SM +dishwater/M +disinterest/i +disinterestedness/S +disjointness +disjunct/vV +dismal/Y +dismalness +dismantle/L +dismember/Ld +dismiss/Rv +Disney/M +Disneyland +dispense/RSDynG +display/ADSG +disposing/IK +dispute/DSRlnGN +disregard/6 +disreputable/P +disrobe/G +disrupted/U +disruption/SM +disservice +dissimilar/S +dissimilitude/S +dissonant/Y +distil/7nSNVG +distiller/Z +distinctive/P +distinguishable/UI +distorted/U +distortion/MS +distraught/Y +distributed/AU +distributes/A +distribution/ASM +distributional +disturb/RGSkD +disturbance/MS +disulphide/M +ditch/SGMD +ditto/DMSG +diuresis/M +dived/M +diversification/M +diversifier/M +divestment +dividable +divided/AU +dividend/SM +divisiveness/S +divisor/SM +divorc� +divorc�e/SM +Dixieland +Djakarta/M +DLR +DNA +do/FS +dobbin/MS +docility/MS +Docker/MS +doco +docudrama/S +Dodecanese +dodgem/S +dodgy/T +dog-biscuit/SM +dog-eat-dog +dogged/P +dogleg/GSDM +dogmatics/M +dogmatist/SM +dog-paddle +dogsbody/M +dog-tired +dogtrot/MGSD +doing's +do-it-yourself +doles/F +dolmen/MS +Dolores +doltish/YP +dome/DMGS +domestication/M +dominantly/K +domination's/K +dominatrices +dominatrix +domineering/P +Dominica/M +don/DnGSMNV +Dona/M +Donahue +Doncaster +Donizetti +Donnybrook +donor/SM +Donovan +don't +doodlebug/MS +doom/GMDS +Doomadgee +door/DmMGS +doorknob/SM +doornail/M +doorstep/MSDG +doorstop/MS +Dorado +Doreen/M +dormancy/SM +dormice +dory/SM +dos/SGdD +dosage/MS +dosimetry/M +doss +doth +dotty/T +double-breasted +doubleheader/MS +double-parked +doublet/SM +doubletalk +doubloon/MS +doubtfulness/S +doubt's/A +dourness/S +Dover +Downey +downright/PY +downtrodden +dowse/RGDS +d�pays� +draft/AcS +draftee/MDS +draft's/c +dragonfly/MS +d�railleur/SM +draining-board/SM +Drakensberg/M +drapery/MS +draughtiness/S +draughty/TP +drawn-out +Draw's +dreadful/P +dreamless/PY +dreariness/S +drencher/M +dressed/AcU +dressing's +dressy/TP +dribble/GRSD +drink/R7SG +drinkable/S +drip/ZMGJSD +driveway/MS +drogue/MS +drongo +droopy/TP +Drouin +drove/RDSG +drudge/yGDkSM +drunkard/SM +dryly +d�tente/S +dualism/MS +duality/MS +dual-purpose +dubiousness/S +ducal +ductility/MS +ductwork/M +dudgeon/SM +duel/RMGDSJ +duff/DRMGS +duh +dullard/MS +duly/U +dummy/DGMS +dumpy/TPS +dunderhead/MS +Dungannon/M +dungaree/MS +dungeon/DSMG +dunghill/MS +Dunkeld +dunker/M +Dunstan +Dunwoody +duodenum/M +duopolist/W +duplicable +duplicator/MS +dur/7nZNgl +during +dusky/TP +dustbin/MS +dustman/M +dust-up +dusty/TP +Dutch/m5 +dutiful/U +duty-bound +duvet/SM +dwarf/GSDM +dwarfish +dwells/I +Dwight +dybbuk/SM +dynasty/WSM +dystopia/M +dystrophy/M +e +each +eagle/DGSM +eagle-eyed +Ealham +Ealing +earldom/SM +earmark/JDSG +earned/U +earnest/YP +earpiece/S +earplug/MS +ear-stud/SM +earthiness/S +earthly/TP +earthworm/MS +eased/E +easing/M +Eastwood +EC +eccentricity/MS +ecclesiology/3w +echidna +ecology/3SwM1 +ecosystem/SM +ecru/M +ecstatic/YS +Ecuador/M +ecumenism/MS +edict/SM +editable/U +Edna +eds/F +EDT +Eduard +educates/A +educating/A +educationalist/SM +educations/F +education's/F +Edwardian/SM +Edwin +e'en +eerie/T +eerily +effeminate/SY +effeteness' +efficaciousness' +effloresce +effluence/SM +effluvium/M +effort/SpM +effortlessness/S +effulgence/SM +e.g. +egad +egger/M +eglantine/MS +egocentric/SY +egoist/S1MwW +egomania/MS +Egypt/M +EiC +eigenfunction/MS +eighteen/HSM +eighty-eight/H +eighty-six/H +ejector/SM +elan/MS +eland/SM +elapse/SDG +elasticated +elasticity/SM +elastodynamics +elation/M +Elbe +elderberry/SM +eldest +Eleanor +electing/A +election/SM +electioneer/DGS +electoral/Y +Electra +electrician/SM +electrocution/MS +electrodynamics/M +electroencephalography/MS +electroluminescent +electrolyse/DGSW +electromagnetism/SM +electromechanical +electrotype/DGSM +elephantiasis/M +elf/M +elide/DGSNX +eligibility/ISM +eliminator/MS +Elizabeth/M +elk/SM +Elle +Elliot +ellipsometer/MS +Ellis +Ellwood/M +Elmhurst +Elmira +elocutionist +elongation/M +Elsie +eluate/SM +elution/M +elver/SM +Elvis/M +Emacs/M +emancipate/GNSDny +emancipation/M +embank/LGSD +embargo/MDG +embarkation/SEM +embed/JGSD +embellish/SLDG +embodying/A +emboss/RSGD +embroider/dSZr +emend/7nGDS +emerald/MS +emerita +Emil/M +emirate/MS +emissary/MS +emit/NRSXDG +Emmanuel +emollient/S +emotion/SpM +emotionalism/SM +empathy/QMWS +emphasis's/c +emphysema/SM +empire/SMWw1 +empiric/SM3 +employee/MS +empower/LdS +emptor/M +emptores +empty/PDTSG +emulate/nvDSNVG +emulsify/nRDGNS +emulsion/SM +en/M7 +enacts/A +encamp/GLSD +encephalitis/M +enchain/DGS +enchilada/MS +encipher/dS +encipherer/M +encircle/LSDG +encore/GDS +encourager/M +encumber/dES +end/JRSDpGM +endemic/YS +endocrine/S +endogenous/Y +endosperm/M +endothermic +enduring/P +Enfield +enforce/BLSbDhGR +enforced/AU +engagement/A +engaging/A +engineer/DGSM +Englander/S +English/m5M +engorge/SDLG +engrammatic +enlarge/RSGDL +enlargeable +enlister's +ennoble/LSDG +ennui/MS +Enrico +ensemble/SM +ensign/MS +enter/Srd +enteritides +enthuse/DGS +entire/YS +entomology/3wSM +entrails +entreat/GkDSZ +entrepreneurship/M +entwine/DGS +enumerates/A +enunciable +enuresis/M +enviableness/M +enviousness/S +environment/o +environmental/3 +environmentalist +ephemeris/M +Ephesian/S +Ephesus +epicurean/S +epidemic/YSM +epidermis/nMS +epigenetic +epilepsy/SM +epileptic/S +epiphenomena +epiphenomenon +episode/M1SW +epistemology/M1w +epitaph/SM +epithelial +epithelium/SM +eponymous +equable/PY +equal/FSY +equate/SBGDNn +equator/MS +equatorial/S +equi +equiangular +equidistant/Y +equilibrate/DSNG +equilibration/M +equilibria +equine/S +equinox/MS +equipotential +equiproportionality +equips/A +equitable/PY +equivalent/YS +equivocal/UY +equivocation/M +Eratosthenes +ere +erect/PDYGS +erected/A +erection/SM +ergonomic/SY +Erlenmeyer/M +erogenous +Eromanga +erosion/M +erosive/P +eroticism/SM +errant/YS +Errol +ersatz/S +Erskine/M +erst +erudite/Y +erupt/GDVvS +eruption/MS +eruptive/S +escalator/SM +escort/DMGS +escorted/U +Eshoo +Esk +esoterica +espadrille/SM +Esposito/M +esquire/MS +essentials/I +Essington +established/A +Estella/M +Esther +estimation/Mc +Estonia/M +estrange/LGDS +etcetera/SM +etchant +eternalness' +ethereal/YP +ethical/UY +Ethiopian/S +ethno +ethnocentrism/SM +ethnomethodology +ethology/S3wM +euphemism/MS +euphony/MS +eurhythmics +Euro +eustacy +evacuee/SM +evaluable +evaluated/UA +evaluator/SM +evaporator/SM +evasive/P +evenness/S +evergreen/S +ever-increasing +everybody/M +everyone/M +everywhere +evildoer/SM +evocable +evocation/M +ewe/RSM +Ewing +ex +exacerbation/M +exactest +exactitude/IMS +exactness/SI +exacts +examination/M +except/DSGx +exceptionalness' +excessive/P +excise/SMXBGND +excitableness' +excitation/M +excites/c +exciton/M +excluder/M +exclusivity/SM +excrement/MS +excrescence/SM +excreter/M +excursion/3MS +excursionist +exec/SM +execration/M +executable/SM +execution/RSM +exempt/DGS +exercisability +exhalation/M +exhort/DSnNG +exhumation/M +exhumer/M +exigent/YS +exile/DGSM +existence/FMS +exobiology/MS +exogenous/Y +exonerate/DnVSNG +exorbitant/Y +exothermic/Y +expandability/M +expansion/y3M +expansive/P +expansiveness/S +expatiation/M +expected/UY +expectorant/S +expense/DGMS +experience's/I +expiation/M +expiry/MS +explainable/U +explains/A +explanation/MS +explicit/PY +explosion/M +explosive/SP +explosiveness' +exportation/M +exporting/A +expos/Sdr +expos�/SM +expose/fGcDS +expositor/SM +expostulation/M +expound/RSDG +expressible/YI +expressionlessness +exquisiteness/S +extemporaneous/YP +extended/P +extension/M +extensiveness/S +exterminate/SnDGN +extirpation/M +extra/S +extracellular/Y +extralinguistic +extrapolate/SNnGVD +extrasolar +extraterrestrial/S +extremal +extreme/T3SPY +extremism/SM +extroversion/SM +exuberant/Y +exurban +ex-wives +eyeball/MS +eye-level +eyesight/SM +fa�ade/MS +facetious/YP +face-to-face +facial/YS +facile/PY +facilitator/MS +facsimile/DSM +factious/PY +factitious +factorial/SM +factoring/SM +faint-heartedness +faintness/S +faire +Fairfax +Fairfield +fairnesses +Fairport +fairway/MS +fair-weather +Faisal +faithlessness/S +falcon/ryMS +Falkland/SM +fallen +fall's/ec +falsifiability/M +falter/drJkS +faltering/UY +familial +familiarness +fanaticism/SM +fancifulness/S +fantasia/MS +fanzine/S +FAQ/SM +Fareham +far-flung +Fargo +farmland/SM +far-off +farraginous +farragoes +farseeing +farthermost +fasciculate/NnD +fasten/drJS +fastidious/YP +fate/D6jMSh +fateful/P +fathead/DiSM +fathomed/U +fattiness' +fatuity/MS +fault/CGDSM +faultlessness' +faun/MS +fauna/MS +fauvism/S +faux +favour's/E +fearless/PY +fearlessness/S +feast/RDSGM +feat/CMS +feather/MSZrdp +feathery/T +fecklessness' +fecundate/SGD +fecundity/SM +federation/FM +federative/Y +Feds +feebleness/S +feedstock +feign/RSDG +feigned/U +feint/DSGM +Felder +felicitousness' +Felipe +Feltham +feminise/DnGS +femme/S +fenced/U +fencing/SM +ferment/GnND +fermenter +ferny/T +ferocity/SM +Ferreira +ferro +fervour/SM +fesses/F +festive/PY +festiveness/S +feta/MS +fetter's +fettling/M +feverish/PY +feverishness/S +fewness/S +fiasco/SM +fibreboard/SM +fibril/nMSN +fibrosis/M +fielded +fiendish/YP +fieriness/S +fiery/TYP +fifth-generation +fifty-one +fifty-seven/H +fifty-two +fight/eGS +figures/EK4 +Fiji/M +file/CRDSG +fillip/MS +fills/cA +filly/MS +filminess/S +filthy/PDTG +filtrate/DInGNS +finances/A +fine-grained +fineness/MS +finer/ZA +finesse/SM +finest +fine-tune/DSG +finicky/T +finish/DRGMSJ +Finley/M +finny/T +fir/rdS +fire-bomb/SMDG +firebrand/MS +fire-break/SM +fire-eater +fireplace/SM +fireproof/GSD +fire-trap/MS +fire-walker/S +firing/M +firkin/M +firmer +firmly/I +firmness/MS +first-class +Fischer +fish/zMDRS2GZy +fish-bowl/MS +fished/c +fishmonger/SM +fishtail/MSGD +fission/MS7GD +fissure/DSMG +Fitch +fitting/PY +five/HMS +fixatifs +fixation/M +fizz/DGSZ +flabbergast/GkDS +flack/DGSM +flagella/nM +flagellation/M +flagging/YU +flagpole/SM +flag-waving +flaky/T +flamboyance/SMZ +flame/RISGD +flameless +flame's +flammability/ISM +flapjack/MS +flashbulb/SM +flashy/PT +flatfeet +flatfoot/SM +flat-footedness +flatness' +flatulence/MS +flatworm/SM +flaunt/DkSG +flautist/SM +flavour/JMRDpS6G +flaw/GSDMp +flaxseed/M +fleawort/M +fledge/SGD +fledgeling +fleshly/T +flex/bMDSG +flexure/M +flightpath +flights/c +flighty/TP +flimsiness/S +Flintshire/M +flinty/TP +flit/DGS +floor/SGJDM +flooring/M +floral +Florentine +florist/SM +flouncing/M +flouncy/T +flour/SZGDM +flowerpot/SM +Floyd +flt +fluctuate/DSGNn +fluency/MS +fluffy/TP +fluky/T +flume/MGDS +flung +fluoresce/DSG +fluoridate/DGS +fluorinated +fluoro +fluster/Sd +flutelike +fluxes/I +fly/cGS +flycatcher/MS +flyleaf/M +fly-paper/M +flyswatter/SM +flyweight/SM +fob/SDGM +fo'c'sle +focusable +focus's +fodder/dMS +fog/CDSG +foggy/TPY +fogyish +foil/DGS +Fokker +fol/Y +fold/AGUDS +foldaway +folding/S +Foley/M +folk-singer/S +follow-on/S +Folsom +fondant/SM +fondler/M +Fontenot +foolproof +footlocker/SM +footloose +footrest/MS +footsie/SM +footstool/SM +footwear/M +footwork/SM +forbiddingness' +forborne +Fordham +forecourt/MS +foredoom/DGS +foregoer/M +foreignness' +foreleg/SM +forelock/MDSG +foremost +forensic/YS +foreperson/S +foreplay/MS +foresail/SM +foreseen/U +forest/CRSGNnD +forestland/S +foretaste/MGDS +forethought/SM +foretold +foreverness +forewarn/GDSJ +forewarning/M +foreword/SM +forge/RyGJDSM +forgive/7PRSlkG +forgiveness/S +forgoes +forgotten/U +forker +form/uGIvNnVDSo +formalist/W +formation/CMI4SF +Formosa +Forrest +forsook +forthright/PY +forthrightness/S +fortifies/A +fortify/NRSGDn +Fortran/M +fortuitous/YP +fortune's/a +fortune-telling/SM +forty/HSM +forty-nine/H +forty-second/S +forty-six/H +forwent +Foss +fossick +fossiliferous +Foster's +foulness/S +fouls/M +foul-up/S +foundational +founded/FU +founding/M +foundling/SM +fountain/DGSM +four-eyes +four-in-hand +four-leaved +four-square +four-wheel +fowl-run +foxed/e +foxhole/SM +foxhound/MS +fox-hunting +foxtail/M +foxtrot/DGSM +fr +frail/YPTS +frailness' +Fran/M +franchise/EDSG +franchise's +Franciscan/S +frangibility/SM +Frankel/M +Frankenstein +franklin/M +Fran�oise/M +fratricide/SM +fraudster/S +fraught +Frazer +freckly/T +Freddy/M +Fredrickson +free-handeness +free-handily +Freemason/MS +Freeport +free-wheel/GSD +freeze-frame +freezer/SM +Freudian +Frey/M +friar/SZMY +frictionless/Y +fridge/MS +friendship/SM +frighten/dSk +frigid/PY +frigidness/S +Frisco +frise's +Frisian +frisk/G2SZDz +friskiness/S +frisky/TP +Fritz +frivolity/SM +frivolousness' +frizzly/T +frizzy/T +frock/CGDSU +frolic/SMDRG +from +frons +fronter/F +frontrunning +frostbitten +frostiness/S +frosts/C +frosty/TP +frothiness' +frown/SDGk +frozen/PY +frozenness' +fructose/SM +fruitiness/S +fruity/TP +Frye/M +fryer/SM +FTC +FT-C +fugitiveness' +fuhrer/S +Fujitsu/M +fulfil/GLSD +fullback/SGM +full-blooded +full-bodied +Fullerton +full-frontal +full-page +full-scale +fullstops +fulsomeness' +Fulton/M +fumigate/DNnGS +fumigation/M +fundamentalism/MS +fundholders +funeral/MS +funereal/Y +fungal/S +fungi/M +fungoid/S +funk/SZDM2G +furbelow/DSMG +furbish/RGSD +furl/USDG +furnishes/A +furore/SM +furriness/S +furry/TRP +furthermost +furtive/PY +fuses/CA +fusser/M +fussy/TP +fustiness/S +fut. +futon/S +futurism/MS +futurology/S3M +fuzziness/S +fwd +G +gabbiness/S +gabbler +Gabon/M +Gabriel +gadfly/SM +gadget/ySM +gadgetry/SM +Gail +gaily +gainful/P +gainsaid +gait/MRS +galaxy/SM +gall/MkSDG +galleria/S +gallie's +gallop/drS +gallows/M +Gallup +galumph/SGD +galvanise/DGnS +Gambian/S +gamble/RSGD +gamekeeper/SM +gameness/S +gamest/R +gamut/MS +gangrene/DMSG +gangrenous +gangster/SM +Gangue +gaper/M +garble/SDG +garcon/SM +garde +garland/DGSM +garment/DGSM +garnish/DGLS +garnishee/SMG +garrison/dSM +gasometer/M +gastric +gastropod/SM +Gastropoda +Gateshead/M +gathering/MS +Gatsby +gaucho/SM +gauge/DaMBGS +gawk/SZzGM2D +gay/SPT +gayety's +gazpacho/SM +Gbps +geese/M +geezer/MS +Geiger +gelatinous/PY +Gellibrand +generate/CDASGNnV +genital/FY +genitive/MS +Genoa/M +genocide/SM +genre/MS +genteelness/S +gentility/MS +gentry/SM +genuflect/DGS +genuine/YP +geocentric/Y +geography/wSM1W +geometry/SM +geomorphology/wMW +geophysics/M +Georgina +geothermal +Gerard +gerbil/SM +Gerick +germane +gerundive/M +gesticulate/nvDSGNV +gesture/DSMG +Gethsemane +ghostly/TP +ghost-write/RSG +ghoulish/PY +Gibson/M +giddiness/S +giddy/YDTPSG +gift/MGiSDh +gig/DSGM +gigahertz/M +giggle/SGYRkD +giggly/T +gild/GRSDJ +gilding/M +Giles +gillie/SMD +gimcrackery/MS +gingerly/P +ginkgoes +Giorgio +girdler/M +girlish/PY +given +glacial +glacier/MS +Gladys +glanders/M +glandes +glandular/Y +glass-blowing/SM +glasshouse/SM +glassiness/S +glass-making +glasswort/M +glazier/MS +Gleason +gleefulness/S +Glendale +Glendambo +Glengyle +Glenn +glimmer/dSJ +gloaming/SM +globularity/M +globulin/SM +glorification/M +glottal +glow/RSMkDG +glued/U +glue-sniffing +glutamate/M +gluteal +glycerinate/DMS +glycerins +glycerol/MS +glycine/M +glycogen/MS +glycol/MS +Glynn +glyph/SM +gnash/DSG +gnat/MS +gnawer/M +gnawing/M +goad/GMSD +goalie/MS +goal-line/S +goalmouth +goalscoring +goatee/MS +go-between +god-damn/D +god-daughter/SM +godfather/SdM +godless/P +Goering +Goff/M +goggle-eyed +goings-on +goitre/MDS +golden/PY +goldenseal/M +Goldstein/M +Goliath/M +golloped +gollywog +Gomez +Gomorrah +goniometry +gonococcal +gonococci +gonococcus +gonorrhoea/M +Gonville +Gonzales +goodish +Goodman +Goodrich +goodwill/MS +Goodyear +goofy/TP +gooier +Goomalling +goose/M +Goosebumps +Goran +Gordonvale +gorgeous/YP +gorge's +goring/M +gormandise/RSGD +goshawk/MS +Gosport +GOSS +gossip/SdM +gourdful/S +gourmandise +Gove +governance/SM +GP +graceless/PY +grade/CnSGDR +grading/S +graduation/M +grafting/M +grain's +grammarian/SM +grammatical/UY +gramme/MS +gramophone/SM +Grampian/M +grandaunt/SM +Grandchester +granddaughter/SM +grandeur/MS +grandfather/dYMS +grandioseness +grandnephew/MS +grandparent/SM +grandstander/M +Granger +Grantham +grantsmanship/S +granule/NMnVS +graphic/SMP +graphics' +graphology/3MS +grasper/M +grass/GZDMS +grassy/T +grateful/PT +graticule/M +gratifying/U +gravamen/MS +grave-stone/SM +gravitas +graviton/MS +gravity/MS +gravy/SM +grease/CRGSD +greasepaint/MS +grease's +greasy/PTY +great-grandparents +great-hearted +greed/2MzSZ +Greek/SM +Greeley +greenbelt/S +Greenberg +Greene/M +green-eyed +greenfly/M +greengrocer/SMZ +greenkeeper/SM +Greenmount +greenness/S +Greenough +greenstick +greensward/SM +Greenwich +greeting/M +Greig/M +Grenada/M +grenade/MS +Greta +Gretchen +greybeard/M +greyish +grief/SM +Grieg/M +grievousness/S +griffon/M +grim/YPT +Grimaldi/M +grime/MZ +grinner/M +gripe/S +grisaille +griseofulvin +grizzle/GSYD +grizzling/M +Gr�newald/M +grog/z2MZ +groom/GMDS +grosbeak/SM +grossness/S +Grosvenor +Grosz +grottoes +grouch/SzDG2Z +ground's/f +ground-squirrel +grouse/GMDRS +growl/RkD2GS +grubby/TP +grunter/M +G�teborg/M +GU +Guadalcanal +Guadeloupe/M +guaranty/MS +guard/mDhiRGSM +guarded/UY +guardedness/M +Guardia +guardian/SM +guardianship/SM +Guernsey/M +guessing/e +guideline/SM +Guido +guileless/PY +Guillaume +guinea/SM +Guinea-Bissau/M +Guinness +guise/EMS +guitar/M3S +Gujarat +Gulargambone +gull/GMSYDb +gullibility/SM +Gulliver/M +Gumeracha +Gundagai +Gunderson +Gundy +gunmen/M +Gunning's +Gunter +guru/MS +gust/EGSD +gut/SRDMGp +guts/Z2 +gutta +guy/RSDGM +Guyana/M +guyver's +Gwen +gymnastic/S +gynaecological/MS +gyp/S +gypped +gyps/Z +gypster/S +gyrfalcon/SM +gyrocompass/M +ha +Haast +habitable/P +hackler/M +hacksaw/DGMS +had +Haddad/M +hadji's +hadj's +hadron/MS +haem/SM +haemoglobin/SM +haemorrhoidal +haemostasis +hafnes +Hagen/M +Hager/M +haggis/SM +haiku/M +Haili +hailstone/SM +haircloth/SM +hairless/P +hair-splitting +hajjes +half/M +half-baked +half-beak +half-eaten +half-fare +half-hour/SY +halfness +half-time/S +halfwit/iSMhD +hallelujah/S +halloo's +hall-stand/S +hallucinate/DGVnySN +Halma's +haloes +halogen/MS +halogenated +Halsey/M +halter/d +halvah's +Hambleton +hames +Hamish +hammering/M +hammerlock/SM +Hammersmith/M +Hampton +hamster/SM +hand/iRSZDhpzGM62 +handbarrow/MS +handbasin +handcuff/SMDG +handed/P +handedly/f +handlebar/SM +handout/SM +handrail/MS +handsaw/SM +handset/SM +handstand/MS +hangar/dMS +hang-glide/RG +hankie/M +happy-go-lucky +Hapsburg/M +hara-kiri +haranguer/M +harass/GRLDS +hardboard/M +hardcore +harder/M +hard-headdresses +hard-headedness/S +Hardin +hard-on +hard-paste +hardship/SM +hare/DSGM +harelip/DSM +harem/SM +Hargreaves +harken/S +Harley/M +harmful/P +harmfulness/S +harmoniousnesses/I +harmonise/nSRDG +harnesser/M +harpist +harpsichord/MS3 +harridan/SM +Harrington/M +Harrisburg +harrower/M +harsh/TPY +harshness/S +hart/SM +Hartlepool/M +Hartman +Harwich +has +hasher/M +Haskell +hatcheck +hatchet/dSM +hatching/M +haughty/TPY +haul/RSDG +hauled/c +haulier/MS +haunch/GDSM +haunt/RGJSkD +Hauptman +Hawkins/M +hawkishness/S +Hawley +Hawthorne +hayer +Hayes +haystack/SM +haywain +hazelnut/MS +headboard/SM +heading/M +headlong +headmastership/M +health/jzMSZ62 +healthcare +hear/RGJS +heard/cUaA +hearing/M +hearsay/MS +heartbroken +heartfelt +heathendom/MS +Heathrow/M +heaven/MYS +heaviness/S +heavyweight/SM +heck +hectic/Y +hector/dS +Hedland +heed/SDpM6jG +heeded/U +heedless/PY +heigh-ho +height/MS +heinous/YP +heiress/MS +Heisenberg +Helena/M +helicon/M +heliographing +helix/M +hell/SM +hellebore/SM +Helmholtz +Hemal +hemisphere/MwDSW +hemp/SM +hempen +Henbury +Hendrickson +Henley/M +Henrietta +Henty +hepatic/S +Herberton +herbivorous/Y +Hercules +herein +hereof +Herman +Hermann/M +hermeneutic/S +hermetic/SY +hermetical +hermitage/SM +hermitian +hernial +heroes +herpetology/3SM +Herr +hertz/M +Hervey +hesitater/M +heterodoxy/SM +heterogeneity/SM +heuristic/YSM +Hewkin/M +hexafluoride/M +hexameter/SM +hey +Hialeah +hiccough +hickory/SM +hicks +hideous/PY +hierarchy/w1MWS +hieroglyphic/SM +high/TPSY +high-class +high-faluting +Highfield/S +high-flier/S +high-flown +high-handedness/S +high-income +high-pitched +high-sounding +high-spirited +high-stepper +high-street +hijack/RDSGJ +hillside/SM +Hillyer +Himalayas +himself +Hindi +hinged/U +Hinkle +hip/GSMpTDZ +hipness/S +hippo/SM +Hippocratic +hippodrome/MS +hips/4 +hired/A +hire-purchase +Hiroshima +histochemistry/M +histology/wS3M +historicist/M +historiographer/SM +hitch-hike/RSDG +Hitler/M +Hittite/SM +HIV +HMSO +hoar/2MZ +hoard/DRJSGM +hoariness/S +Hobart/M +Hobbes +hobble/RGDS +hobnob/GSD +hock/SM +hockey/MS +hocus +hodgepodge/SM +hoe/RDSMG +hoes/F +Hoffman +Hogan/M +hogger +hoist/DSG +Hoke +Holbrook +Holcomb/M +holdall/SM +Holdback +holdover/SM +holeable +hollandaise +hollowness/S +hollyhock/SM +holocaust/SM +Holocene +Holst +holster/dSM +homelike +home-maker/SM +homeomorphisms +homeomorphism's +home-ownership +home-schooling +homesick/P +homiletic/S +homily/SM +hominess/M +homoeostases +homogenisation +homomorphous +homophobia/S +Honda/M +Honduras/M +hone/DTSGM +honey/SMD +honeycomb/SMDG +Hong/M +honorarium/SM +honorific +hood/iSZDMG +hooded/P +hooliganism/SM +hoon +Hooper/M +hoopla/MS +hoover/d +hopefulness/S +hoper/M +Hopetoun +Hopkins +Horgan +Horiatis +hormone/oSM +horner +hornlike +hornpipe/MS +horsedom +horseflesh/M +horselike +horseplay +horsepower +horsetail/SM +horsewomen/S +Horsham +horticulture/3SM +hose/M +hosiery/MS +hospice/MS +hospital/QSqM +host/SDYMG +hot/PDYSGT +hot-air +hothead/hiMSD +hotheadedness/S +hotrod +hotspot/S +Hottentot/M +hough/M +hounding/M +hour/YSM +houri/SM +hourly/S +housebroken +housecleaning/M +housed/A +housemaid/MS +house-mother/SM +house-proud +Houston +however +howitzer/MS +howsoever +hoy/M +hoyden/dSM +HRH +Huber/M +Hubert +huckleberry/MS +Huey +Huffman/M +Hugh +hula/SGDM +hulk/GDSM +hulling/M +human/sQ3YPqS +humaner +humanised/U +humanitarian/S +humanity/MIS +humankind/M +Humboldt +humbug/GDSM +humeral/S +humiliate/DGNnkS +Hummel/M +humorist/WMS +humorous/PY +humorousness/S +humourer/S +humourlessness/S +hunch/GMSD +hunchback/MDS +Hungarian/S +hunting/M +Huntley/M +Hurley/M +hurried/UY +hurriedness/M +hurt/Sj6Gk +husking/M +Hussein/M +hustle/RSDG +hybrid/qMSQ +hydrate/DCnSGN +hydrate's +hydrocarbon/SM +hydrocephaly +hydrochemistry +hydrochloride/SM +hydrodynamical +hydroelectricity/SM +hydrofluoric +hydrogen/nNM +hydrogenate/GSCDN +hydrology/WM3w1S +hydrolysis/M +hydromagnetic +hydroplane/GMDS +Hykeham +hymnographer +hyper/S +hyperactive/S +hyperaemic +hyperinflation +hypersphere/M +hypertext/MS +hyperthyroid +hyperventilate/GSDnN +hyphen/NndSM +hyphenate/GSD +hypnoses +hypnotherapy/SM +hypochondria/MS +hypoglycaemic/S +hypotenuse/SM +hypothesis/QrSdM +hypothetical/Y +hypothyroid +hypoxaemia +iambic/S +IBM/M +ibuprofen/S +ichthyology/3MS +iconoclasm/MS +Idaho +ideal/Qs3MSq +idealist/W1 +idempotent/S +ides +idiomatic/U +idiopathic +idleness/S +IEE +iffiness/S +igneous +ignitable +ignominy/SM +ignoramus/MS +ignorant/YS +ignorer/M +Igor/M +Ike/M +ilea +ileiitides +ileitides +ileum/M +ill/PY +ill-advised +ill-defined +ill-disposed +ill-gotten +illicit/P +ill-informed +illiterate/P +illogical +ill-treatment +illume/DG +illumine/DGVnSN +illusive/YP +I'm +imaginableness +imaginative/UY +imago/SM +IMHO +imitator/SM +immediacy/SM +immolate/DGNnS +immolation/M +immoral +imp/SMDG +impactor/MS +impairer/M +impaler/M +impartation/M +impassioned/U +impecuniousness/S +impede/S +imperceptibility/MS +imperialism/MS +impersonator/MS +impervious/YP +impetuosity/SM +impetuousness/S +implements/A +implicant/MS +implicit/YP +implosion/M +imply/vunVh +imponderable/SP +importation/MS +imposable +impossible/P +impregnable/YP +impressionable/P +imprest/SM +impromptu/S +improved/U +improvisation/Mo +impulsion/M +inalienable/Y +inanity/MS +inauspicious +inbound +inbred +incantation/M +incapable/S +in-car +incarnation/AM +inceptor/M +incident/SMo +incipience/SMZ +incite/RL +incliner/M +inclusion/M +inconvenience/GD +incorrigible/PSY +increasable +increaser/M +incredible/P +incriminate/GSNyDn +incrimination/M +incubation/M +incubus/M +incunabula +incunabulum +incursion/M +indebtedness/S +indefeasible/Y +indefectibility +indefinable/PS +indenture/GD +indestructible/PY +Indian/SM +Indianapolis +indict/LSDG7 +indigenous/PY +indigo/MS +indiscreet/P +indispensability/MS +indispensable/PYS +indisputable/P +indissoluble/YP +individuation/M +indoctrinate/GNnDS +indoctrination/M +indolence/SM +Indonesian/S +indoor +indubitable/PY +indulger/M +industrialised/U +industrialism/MS +ineffability/MS +inevitable/PY +inexpedience/M +inexperience +inexplicitness +inexpressibility/M +infant/SM +infatuate/nSGND +infatuation/M +infectious/YP +infer/G7DS +inference/GSM +inferior/MSY +infernal/Y +infiltrator/MS +inflammation/M +inflect/DSGxV +inflexion/SM +inflow/MG +informing/a +infuriate/DNkSG +ingenue/S +ingenuously/E +Inglewood +inhale/NnR +inherent/Y +inheritance/ESM +inhibit/NVSdyX +inhibition/M +inhibitor/MS +initial/qQDYSs +initialise/AnDSG +initialler +initiator/MS +injure/RGDSZ +injurious/PY +inkblot/MS +in-law/S +innateness/S +innersole/S +Innisfail +innocuous/PY +innocuousness/S +innovation/M +Innsbruck +inordinate/PY +inquisitiveness/S +ins. +insane +insanity +insatiability/MS +inscrutableness/S +insectivore/MS +insensate/PY +inserter/M +inset/G +insidiousness/S +insistent/Y +insomnia/SM +inspire/xnkNG +inspired/U +inst/g +instant/MYS +instantiation/M +instate/AGLDS +instillation/M +instilment +instinctual +instituted/A +institutors +insular/YS +insulator/MS +insurance/SAMF +insured/U +integer/nMNS +integral/YSM +integration/EMS +intellect/SM +intelligence/MS +intelligent/UY +intelligentsia/SM +intelligible/PY +intended/SP +intenseness/S +intentness/S +intentness' +interactivity +interbank +intercalate/VSGND +interception/SM +interconnection/MS +intercorrelated +interdenominational/Y +interdental +interdict/GVMSD +interfacing/M +interglacial +intergroup +interindex +interleave/CSDG +interleukin/S +interline/JDGS +interlink/DSG +intermarry/DSG +intermeddle +intermediation/M +intermeshed +intermetrics +intermezzi +interminable/YP +intermingle/SGD +intermodulate/DS +intermodule/Nn +internationalism/MS +interplanetary +interplay/GDSM +Interpol/M +interpolate/nDSVNG +interpretation/MaA +interquartile +interracial +interregional/Y +interrelation/M +interrogative/S +interrupted/U +interruptibility +interruption/SM +interstice/MS +intersurvey +intertwine/GDS +intervene/DGS +interviewee/MS +interview's/K +interwar +intestate/S +intestine/oSM +intimation/M +intolerable/P +intoxication/M +intracity +intrapulmonary +intratissue +intravenous/SY +intrigue/RGkDS +introducer/M +introductory +introspective/YP +introversion/MS +intrusive/P +intrusiveness/S +intuit/7XSNvVu +inundation/M +inveigh/DGS +inveiglement +invent/AGDS +inventers +inventory/DMGS +Inverell +investigator/SM +invests/A +invigorating/Y +invincible/PY +invitational +invited/U +involuntary/P +involution/MS +involve/DLSGh +involved/U +ion/WQqsSM +Iona +ional +ions/U +ion's/U +ipecac/MS +Ipswich/M +irides's +irk/SDG +irksome/YP +ironware/MS +Iroquoian +irredeemable/SY +irreligious +irresistibility/M +irresistible/P +irreversibility +irrevocable/PY +Irving +Isaacson +Isaiah/M +Ishmael +isocline/M +isolationism/MS +isopleth/MS +ISP +Israel/M +issuance/SM +issuant +issue/SMRG7D +issuing/A +it/M4SU +Italy/M +itchy/TP +item/qsSQM +iteration's +Ithacan +its +ITT +IUD/S +I've +ivory/MS +j/k +jab/SMDG +jabber/drJS +jackboot/SDM +jackdaw/MS +jackhammered +jack-knife/DMGS +jackpot/MS +Jacobi/M +jacuzzi +jaded/P +jag/GSihDZ +Jagger +jail/RGSDM +Jainism +Jaipur +Jakarta +jalape�o/S +Jamaica/M +Jamaican/S +James +Jameson +Jan +Janet/M +Janice +Janis +jape/DSGM +jarful/SM +jarrah +Jason/M +jasper/SM +jaundice/SMGD +Java/M +jct +Jeannie +Jeeves +Jefferson/M +jejune/YP +Jekyll +jellybean's +Jenkins +Jenner +Jenolan +Jeparit +jeremiad/SM +jerkin/SM +Jessop/SM +Jess's +jetty/SM +jiggly/T +jilter/M +Jimenez +jimmying +Jindabyne +Jindera +jingo/M +jinn/SM +jinx/DGMS +jnr. +Joadja +Joaquin +jobholder/SM +jocose/YP +jocularity/SM +Joe/M +joggle/DSG +Johann +Johansen +johnny/SM +Johnstone +joinery/SM +joint's +jollification/MS +jolt/RSDG +Jonathan +Jones/S +jongg/M +jonquil/SM +Jorge +Jose +Josephson +Joshua/M +jowly/T +joyed/c +joyridden +jubilant/Y +Judd/M +judge/SaKLDG +judgement/o +judger/M +judiciary/S +jug/SM6GD +juggernaut/MS +juiciness/S +juju/M +jujutsu's +Julius +jumpy/TP +juniority/M +junky/TS +jurisprudence/MS +jurisprudential/Y +justiciable +justifiability/M +justified/U +Justin +Justine +justness/U +Jutland/M +Kadina +Kagoshima +Kahn/M +Kaiser/MS +Kajabbi +kaleidoscope/SMW1 +Kameruka +kamikaze/MS +Kamileroi +kanaka +Kannada +Kansai +kapellmeister/M +kapok/M +kappa/M +Kapunda +karakul/M +karat's +karmic +Kasai +Katanning +Katie/M +katydid/SM +Kaunda +kayo/GSDM +kc/M +kcal/M +Keats/M +keener/M +keep/RGJS +Keer +keg/DGSM +Kendenup +Kennedy +keno's +Kensington +Kenyan/S +Kenyatta +Kepler/M +kept +kerchief/DSM +kerned +kerning +kerosene/MS +ketosis/M +Kewaunee +Keynesian +keypad/SM +keyword/SM +Khachaturian +kHz/M +kibble/SGMD +kibbutzim +kibosh/MS +kickball's +kiddish +kiddy's +kif-gloves +Kikuyu/M +Kilbride/M +Kilimanjaro/M +Kilkenny/M +killjoy/S +Kilmarnock/M +kilo/SM +kilogauss/M +kilowatt-hour +kilt/SMD +Kimba +Kimberley +Kimberly/M +kind-hearted/YP +kindliness/S +kinematic/S +kinematics/M +kinematics' +kinesics +kinetics' +kingbird/M +kingship/MS +Kingstown +Kingwood +kinked/U +Kino +kinship/SM +Kirghiz +kiri +Kirk/M +Kirov/M +kismet/SM +Kitakyushu/M +kitbag/M +kitchen/SM +kitchenware/SM +kitty/SM +Kiwanis +kiwi/SM +kiwifruit/S +klaxon/M +Kleenex +km +knacker/Z +knavery/MS +knees-up +knell/DSGM +knick-knackery +knife/SMGD +knight/YSDMG +knighthood/SM +knob/ZSM +knock/DGSRJ +knock-on +knoll/DSGM +knotty/PT +Knowles +Knox +Knoxville +knuckle/MDGS +koala/SM +Kodak/M +Koertzen +Konrad/M +koorie +kopeck/SM +Korumburra +Kosciuszko +Kowalski/M +Krakatoa +Krebs +Krieger/M +Kristina +krona/M +Kropotkin +Kubrick +kudos/M +kudos' +kudzu/SM +Kuhn/M +kulaks +Kumar +Kurd/SM +kurrajong +kurtosis/M +Kuwait/M +Lab +Labor +laboriousness/S +Labrador +labyrinthine +lace-ups +lack/MS +lactic +lacuna/SM +lade/JZ +lady/SM +laevorotatory +lagniappe's +Laguerre +Laidley +laissez +Lalor +lama/SM +lamber +lament/7DSlnNG +lamented/U +Lameroo +lamp/SMDG +lamppost/SM +Lancashire/M +Lancelin +landhold/GJR +landmine +land-use +lane/SM +Lang/M +Langford +languor/MS +lapdog/S +lapel/MS +lapin/MS +lapis's +Laplace +lapse's +larcenist/S +lards/F +lardy/T +largehearted +largemouth +Largs +lark/RDMSG +larva/M +larvae +larvated +larynges +lasciviousness/S +lase/SRG +lashing/M +lassoer/M +last/YSDGkJ +lasted/e +latch/GMSD +latchkey/MS +Lateran/M +lathe/SM +Lathrop +latitudinal/Y +latitudinarian/S +lattice/DSMG +Latvia/M +laugh/RGJkl7DS +laughingstock/SM +laughter/MS +launderette/SM +lavatorial +lavish/TDSGPY +law-abiding +lawmaker/MS +lawnmower/S +Lawrenceville +Lawtey's +lawyer/dYSM +laxes/A +laxity/MS +lay/CRSG +laypeople +lays/fceaA +laywomen +Lazarus +lb +LBJ +lbs +LCD +lea/SM +leach/GSD +lead/SaGR +leaded/U +leaden/PY +leadership/MS +lead-free +leafy/TP +leakage/MS +lean/DGPTJSY +leaning/M +leanness/S +leaper/M +learned/UA +learning/M +leas/RGDS +lease/ASRMGD +leather/MSZd +leave/RGJDSM +leavened/U +Leavenworth +leave-taking +lecherous/YP +lechery/MS +leeward/S +left-hand/RDhi +leftmost +legacy/SM +legales/S +legalese/M +legate's/C +leg-cutter +legendary/YS +leggy/TSP +legibility/SIM +legible/IY +legitimisation +Lego/M +leg-spinner/MS +Leiden +Leigh/M +Leitrim/M +Leland/M +lemme/GJ +leniency/SM +Leninism +Leninist +lenser/S +lesbianism/MS +lesser +lessor/SM +level/GPYDTRS +lever/SMd +Lewis/M +lexical/Y +Leyland/M +lg +Li +lib/nGSMD +libera/on +Liberace +liberalism/SM +liberally/I +liberalness/S +libidinal +librarian/SM +Libya/M +licensor/M +licentiate/SM +lichen/MS +lichenous +Lichfield +licker/M +Liddell/M +lie-down +lief/A +lieu/M +lieut +lieutenant/SM +life/RMp +life-and-death +lifeboat/MS +lifeline/SM +life-preserver +lifesaver/SM +lifespan/S +lifestyle/S +life-support +life-threatening +lift/SMDRG +light-heartedness/S +light-pen/SM +lignite/SM +like/E7DGS +likeableness/S +Lila/M +Lilangeni +Lillian/M +Lilliput +lilly +liltingness +Limbunya +limekiln/M +limerick/SM +limitedly/U +limitless/YP +limousine/SM +Limpopo +Lin/M +Lind/M +Lindsey/M +lineal/Y +lineament/MS +linearis +linearisation +linearity/SM +lined/eUAf +linefeed +ling/fS +lingerie/MS +links/U +link-up/S +Linn/M +linoleum/SM +lintel/MS +linter's +Linton +linty/T +Linux/M +lioness/MS +lip-service +lipstick/SM +liq +liquefaction/MS +liquidity/MS +liquidly +liquid's +liquorish +Lissajous +literal/PYS +literalness/S +literateness +lithograph/RG1SZDMW +lithology/wM +litigant/SM +lived-in +livelong/S +lively/TP +liven/dS +lizard/SM +ll/C +load/7JSMDRG +loaded/AcKU +loadstar's +loan/DM7GRS +loaning/M +loanword/S +Lobethal +lobule/MS +localisms +locator/SM +lockjaw/MS +locks/AU +lock-up/MS +locoer +lodestone/SM +lodged/E +loganberry/MS +logarithm/1WSM +logician/SM +login/S +logout +Lohengrin +London/Mr +lonesomeness' +long-drawn-out +longevity/MS +long-faced +Longford/M +long-legged +long-life +long-range +Longreach +longways +long-windedness +Lonsdale +loofah/SM +lookalike/S +looked/cU +looking-glass/S +looming/M +loophole/DGSM +loot/SMDRG +lop/RSdDG +Lorenz/M +Lori/SM +Loris/M +Lorraine +lottery/SM +loud/YTP +louden/d +loud-mouth/DSM +loudspeaker/MS +loudspeaking +Louisa/M +Louisville/M +louse/CDGS +lovableness/S +Lovelace +loveliness/S +lovestruck +loving/P +lowbrow/MS +low-income +lowish +low-pitched +low-profile +loyalism/SM +lubra +lubricator/SM +lucent/Y4 +lucid/YP +lucidness/S +luck/GpDMzSZ2 +ludo/M +lugubrious/PY +Luke/M +lukewarmness/S +lull/SDG +lumber/rMdS +luminance/M +lump/SMZDG2 +lumpen +lunate/WY +lunation/M +luncheonette/SM +lunchroom's +lune/NM +lungfish/MS +lungful/S +lupin/S +lurcher/M +lurid/PY +lurk/RGDS +lusciousness' +lushness/S +Lusitania +lust/jSMZDz26G +lustiness/S +lustring/M +Lutz +luxe/SM +luxuriation/M +lyc�e +lycopodium/M +Lyle/M +Lyman/M +lymphocyte/SM +lymphoma/MS +Lyndhurst +Lyndoch +Lyndon +lyrist +Lysol +ma/FMS +macabre/Y +macaronic +Macau +Macclesfield +Macdonnell +mace/DGSM +mace-bearer/S +Macedonian +Machiavelli +machination/M +machinery/SM +machismo/MS +macintosh/SM +MacKenzie/M +mackerel/SM +Mackie +Macquarie +macrobiotic/S +macroeconomics' +macrosimulation +mad/TPGYRD +madame/M +madcap/S +Madeira +mademoiselle/SM +made-up +Madison +madmen/M +madwoman/M +magazine/GSDM +Magellan +Maggie/M +magic/DYMG +magical +magician/SM +magnanimity/MS +magnanimous/Y +magnesite/M +magnesium/M +magnetron/M +magnificent/Y +Magyar +maharani/MS +Mahayana +mah-jong/M +mah-jongg/M +maid/SM +Maidstone/M +main/MSY +mainbrace/M +mainframe/SM +mainmast/MS +maintainable/U +maintained/U +maisonette/SM +majesty/W1SM +Malabar +maladroitness/S +Malagasy/M +Malaprop +Malawian/S +Malaysian/S +Malcolm/M +malediction/MS +malefic +malformation/MS +malicious/PY +malignant/Y +malleability/MS +mallee/7 +mallet/SM +malocclusion/SM +Malta/M +Malvern +mammography/MS +man/6WRYMjD1G +managed/aU +managership/M +Manasseh +manciple/M +mandala/SM +Mandela +mangler/M +mango/SM +manhole/SM +maniacal/Y +manipulatable +manipulative/M +Manitowoc +mankind/M +manliness/S +manly/PU +man-made +mannikin's +mannishness' +manoeuvring/S +man-of-war +manor/SM +manqu�/M +manse/XMNS +Mansfield +man-sized +manure/SGDRM +manuscript/SM +maraca/SM +maraud/RDGS +marble/SJDMG +Marburg +Marconi +mare/SM +margarita's +margination's +Marguerite +maria/M +Marian/M +Marie/M +marigold/SM +Marin +Marino/M +marital/KY +marking/M +mark's/A +mark-up/SM +Marlowe/M +marmoreal +marmot/SM +Marqua +marquetry/MS +Marree +marriage/AMS +Marriott +marsh/ZS2M +Marshall/M +mart/SMGD +Marty +Marvell +Maryland/M +Marylanders +Marysville +mas/rGDW +mascara/SDGM +masculine/YPS +mass/pSVvu +Massa +masseur/MS +mastermind/DSG +mastery/SM +masthead/DSGM +mastoid/S +Mataranka +Mata-Utu/M +matchable/U +matched/AUea +matching/ace +matchmake/RGJ +Mateo/M +mater/oM +materialist/W1 +mathematician/MS +Mathis +Matilda +matins/M +matins' +matriculate/nGNSD +mat�riel/MS +matter/d +Matthew/S +mattock/MS +maturation/M +matzoth +Maud +Maude +Maui +maul/SGRD +maunder/Sd +Maureen +Mauritius/M +maverick/MS +maxi/S +maxim/oQsqMS +Maxwell/M +Mayes +mayfly/MS +Mayhew +Mayo/M +mayoral +mayoress/SM +McCarthy/M +McCarty/M +McCullough/M +McGee/M +McGovern/M +McLaughlin/M +McLean/M +McNaughton/M +McNeil/M +meadowland +meaningless/PY +meanwhile +meatiness/S +mechanical/U +mechanicals +Medfield +media/noM +mediaeval/3SYM +mediated +medicinal/S +medico-legal +medieval/Y +medley/SM +medulla/MS +Medway/M +meed/SM +meerschaum/SM +Meg/M +megalomania/MS +megaphone/DSGM +meiosis/M +Mel +Melanesia +melanin/SM +Melbourn +Melcher/M +Melinda +Mellon +mellowness/S +mellowness' +melodramatic/S +melting/M +melts/A +Melvin +member/EAS +member's +mementoes +memorandum/MS +memorialise/DSG +Memphis +Mendip +Mendooran +mend's +menisci +menorah/MS +mensurable/F +mention/DRGS7 +mercantile +Meredith +merganser/SM +Merlin/M +Merritt/M +merry/TYL +merry-go-round/S +mescaline/MS +Mesdames +Mesdemoiselles +Mesilla/M +mesmerise/DRSG +meson/MS +message/DSMG +Messiaen +messy/TP +mestizo/SM +met/dr +metabolite/SM +metacircular +metal/WMDGJS +metalloid/M +metalwork/RMGJS +metaphysic/YSM +metastability/M +metatarsus/M +meteorite/MWS +meteoritic/S +methionine/M +Methodist/SM +methought +methyl/SM +meticulous/YP +metrics/M +metrifier's +Metzler/M +Mexican/S +Mexico/M +mgr +MHz +miasma/SM +micelles +micro/SM +microbiology/w3SM +microdot/SM +microfiche/M +microfilm/MDGS +microfilmer +microinstruction/SM +micron/MS +micro-organism/SM +microphone/MGS +microprogram/DMGS +microsurgery/MS +microvolt/SM +microwavable +mid-band/M +middle/mSkDGJ +Middlebury +middy/SM +mid-morning +midnight/MS +midpain +midspan +Midwest +Midwesterner/S +midwinter/SYM +MIG/S +Milawa +Mildred +miler/M +milkweed/SM +millennia +millepede's +Millicent +milligram/S +Millmerran +millpond/SM +millstone/SM +millwright/SM +Milne +Milo +mimesis/M +Mimi +mimicry/MS +minas +Minchin's +mind-expanding +mind-numbing/Y +minds/A +mindset/S +mine-detector +minefield/SM +mineral/QSMq +Minerva +mingiest +minicab/MS +minimax/M +mining/f +ministrant/S +miniver/M +mink/MS +minke +minnesinger/SM +minority/SM +Minsk/ZM +Minsky/M +mintage/SM +minus/S +minuscule/MS +minuteness/S +Miquelon/M +Mirabeau +mirage/SMGD +mirror/SMd +mirth/pj6SM +mirthfulness' +mirthless/YP +misanthrope/SM1Z +misanthropist/S +miscellanea +miscellaneousness +miscellany/MS +mischance +mischief-makers +mischievousness/S +miscibility/SM +miscommunicate/N +misconduct +misdeal/G +misdemeanant/MS +misdirect +miserable/P +miserableness/S +Miserere/M +miserly/P +misinterpret/nN +mismanage/L +misogamy/M3S +misogynous +missed/U +misshapenness/S +missile/SMy +Mississippi +mistletoe/SM +mistype/J +mite/SM +mitoses +mitre/GMSD +mitt/SM +mixing/K +mizen +mks +m�l�e/SM +m�moire +mnemonics/M +mnemonics' +MOA +mobilise/CnSAGD +moccasin/MS +mocha/MS +mock/RS7DGk +mode/FMS +modem/MS +moderate/IPYN +modernised/U +modishness' +modular/qQY +modularity/MS +modulated/U +modus operandi +Moffitt/M +Mogadishu/M +Mohammedan/SM +Mohr/M +Moira's +moire/MS +moist/PTY +moisten/dSr +Mojave +molasses/M +molestation/M +molested/U +Moliere +moll/SMY +Mollie +Molloy +Mollymook +Molokai +molybdenite/M +molybdenum/M +momentary/PY +monarchism/SM +monarchs +monarchy/3SM +monastic/YS +Mondale +Mondeo +monetise/CnADSG +money/pMDS +moneyer's +'mongst +monitories +monkshood/SM +Monmouth/M +mono/3MS +monocotyledon/MS +monogamy/3SM +monograph/MGDS +monomaniacal +Monometer/M +Monongahela/M +monotheism/SM +monotone/1ZSMW +monotonousness/S +Monotrichate/M +Monroe +monster/SM +Monterrey +Monticello +Montmartre/M +Monto +Montserrat/M +monument/MSo +moo/SDG +mooch/DRSG +mood/SMZ2z +Moolawatana +moon/GpMDS +moonlit +moonscape/MS +moonwalker +moorland/MS +moose/M +morale/M3S +moratorium/MS +moray/MS +Morceau +mordancy/SM +Mordecai +Moree +moreover +Moreton +Morgen +Moriarty +Mormon/SM +Mormonism/M +Morocco/M +moroseness/S +morphogenesis +morris +Morse/M +mortality/SIM +mortem/MS +mortgage/MGDS +mortify/nRSGhND +Mortlake +mosaic/SM +mosaicked +mosey/GDS +Moslem/M +mosquito/M +mosquitoes +moss-grown +mossy/TS +most/Y +mote's +motile/S +motionless/Y +motivated/U +motivates +motor/qQmS3dM +motorcade/SMDG +motorised/U +motorway/MS +mots +moulds/A +mountainside/MS +Mountie +mournful/PT +mouthwatering +mouthy/TP +movability/I +moved/UA +mowing/M +Mozes/M +Mr/M +Mrs +M.Sc. +m�tier/S +mu +Muccan +mucilage/MS +mud/zZ2SM +muddiness/S +mudslinging/M +muesli/M +muezzin/MS +mugshot/S +Muhammad/M +Mukinbudin +mullein/SM +mullet/MS +mulligatawny/MS +multicomputer/MS +multiculturalism/S +multi-ethnic +multifaceted +multiform +multimeter/M +multimillionaire/SM +multination/o +multiple-choice +multiplies/A +multipoint +multi-storey +multisyllabic +Multiuse +multivalent +multivolume +multi-way +Mumbai +mumble/RSJDG +Mumford/M +munch/GMRSD +Munchausen/M +mundane/Y +munga +Mungeranie +municipality/SM +Munro/M +Muppet/M +Murchison/M +murkiness/S +murrain/SM +Murrayville +Murri's +mus/wd1Sk +muscle/SGDM +musher's +musical/S +musicianship/MS +musket/SyM +musketeer/SM +Muslim/SM +muss +mustachio/MS +mustn't +must've +mutable/PIY +mutate/FDSG +mutational/Y +muteness/MS +muter/4F +Mutsuhito/M +mutter/rdJS +mutton/SM +Muzak +muzzle-loaded +muzzler/M +mW +Myers +Mylar +Mylor +myopia/SM +Myriapod +Myrna/M +myrrh/SM +mysticism/SM +mythologise/CGDS +Nabiac +Nabisco/M +Nadia/M +naff +naffness +naiad/MS +naiveness +Naku'alofa/M +name's +nanosecond/MS +napalm/GSMD +naphthalene/SM +Napoleon/WSM +Nappamerrie +Nara/M +narcissist/WSM +narcissus/M +Narrabri +narration/M +narrow/GYSDPT +narrowband +narrow-minded +NASA/SM +nasality/MS +nascence's/A +Nashua/M +Nasser/M +Nat +Nathalia +national/sQ3Sq +nationalism/SM +nationalist/1W +native/SP +nativity/SM +natl +NATO/SM +natty/TYP +naturalised/U +nature's +nave/SZM +na�vety/S +navigability/MS +navvy/SM +navy/SM +Nb +NBC +neaptide +near-sighted/PY +nebulae +necessitate/SNGnD +necessitation/M +neckband/M +neckerchief/MS +necking/M +necklace/MSDG +necktie's +nectar/MS +needle/R5SDMG +needlepoint/MS +needlework/SM +neglectful/P +neglectfulness/S +negligence/SM +negligent/Y +negligible/Y +negotiate/DNASGn +negotiator/SM +Negroid/S +Nehru/M +neighbourliness/S +neighbourly/P +Neill/M +neither +Nelsen/M +nemesis +neolithic +neomycin/M +Nepali/M +nepenthe/MS +nephritides +nephritis/M +neptunium/MS +Nerrima +nerve's +nerviness' +nervous/YP +nervy/TP +nestle/SDG +netball/M +Netherlander/SM +Netherlands/M +nethermost +Netscape/M +netter +Neumann/M +neuroanatomy +neurobiology/M +neuroses +neurosurgeon/SM +neutralism/MS +Neville/M +Newburyport/M +newfangled +new-found +new-look +newspaper/mS5dM +newsy/TS +newt/SM +Newtonian +NFS +Ngarrindjeri +NHL +nibble/SRGD +Nicaraguan/S +Nice's +Nicholson/M +nick/DMSG +nickname/MSDG +Nieves/M +nighthawk/MS +nights +nightstand's +night-watchman +nihilism/MS +nihilist/SWM +Nike/M +nilpotent +Nils +Nilsson/M +nimbused +NIMBY +Nimrod/MS +nine/HSM +ninepence/M +ninepins' +ninety-eight/H +ninety-four/H +ninety-three/H +ninety-two +Nineveh/M +Nintendo/M +nipping/Y +Nipponese +nippy/T +nit/SM +Nita/M +nitrification/MS +nitrogenous +nitrous +Niue/M +Niuo +no/Q +nobleness/S +nobleness' +no-claims +nocturne/SMo +nod/ZDGSMo +nodal +Noelle/M +no-go +noise/pMZ +nomenclature/SM +nominate/DnvNGVS +nomination/ASMC +non +Nona/M +non-abrasive +non-acceptance/S +non-acid/S +non-administrative +nonage/MS +non-agricultural +non-aligned +non-alignment/S +non-allergic +non-assignable +non-cancerous +nonchalance/SM +non-com/MS +non-commit/o +non-committal +non-conductor/SM +non-consecutive +non-credit +non-democratic +non-denominational/Y +non-depreciating +nondescript/YS +non-destructive/Y +non-durable +non-enforceable +non-equivalence +non-exchangeable +non-exclusive +non-executive +non-existence/SM +non-existent +non-extensible +non-freezing +non-granular +non-hazardous +non-hereditary +non-human +non-infectious +non-inflammatory +non-interacting +non-intervention/S +non-interventionist +non-invasive +non-ionising +non-lethal +non-logical +non-numerical/S +non-observant +non-participating +non-payment/MS +non-physical/Y +non-programmable +non-public +non-punishable +non-reciprocal/S +non-recognition/S +non-renewable +non-representational +non-residential +non-resistance/S +non-resistant/S +non-skid +non-speaking +non-specialist/MS +non-spiritual/S +non-standard +non-stick +non-striking +non-supervisory +non-surgical +non-tarnishable +non-toxic +non-uniform +non-yielding +non-zero +noodle/MS +noonday/SM +NORAD/M +noradrenalin +Norborne/M +normality/SM +Normandy/M +Nortel/M +Northampton/M +northbound +north-East/M +north-Easterly +north-Eastern +north-eastward/S +Northfield/M +Norwich/M +nosebleed/SM +nose-cone/S +nosiness/S +notableness/M +notarial +notepaper/SM +noteworthiness' +nothing/PSM +noticeable/U +notification/M +notion/CS +notoriety/S +Notting +Nottinghamshire/M +nought/SM +Noum�a/M +nova/SM +Nowra +nowt +Noyes/M +NSF +nubbly +nubby/T +nuclear-free +nucleolus/M +nucleus/WM +nuder/C +Nuku'alofa +numbering/SM +numeric/YS +nurse/RDSGMJ +nutria/SM +nutrient/SM +nutritiousness/S +nutritive/Y +nutty/PT +Nutwood +nuzzle/RGSD +Nyerere/M +Nyssa/M +o/z +Oakwood +obdurateness/S +obedient/EY +obeisant/Y +obelisk/SM +Oberon/M +obey/EDGS +obfuscate/DNnySG +objection/lSM7 +objectivity/SM +objurgate/DnGSN +oblate/nNYS +oblation/M +obligatory/Y +obliteration/M +obliviousness/S +oblong/SP +oboe/SM +oboist/S +obscurity/SM +obsess/SNxGXDVvu +obstruction/M3S +obtrusiveness/SM +occlusion/M +occult/DGYS +occupancy/SM +occupation's/KA +Oceanside/M +ocker +o'Clock +octagon/MSo +octal/S +octennial +octile +oculist/SM +odd/YSLPT +odds-on +OED +oesophageal +oesophagus/M +oestrous +off-air +off-centre +Offenbach/M +offensively/I +officer/d +officialness +officious/PY +off-piste +off-reading +off-screen +offshore +off-the-cuff +off-the-peg +off-the-shelf +off-white +Ogden/M +Oglethorpe/M +oho/S +okapi/MS +okay/DMG +Oklahoma/M +old-time/R +old-world +oleo/S +oligarchs +oligarchy/SM +oligopoly/SM +Olivier/M +Olsen/M +Olympia/M +OM +ombudsman/M +omega/SM +omen/dMS +omicron/SM +ominous/YP +omission/M +omit/SNXDG +omnibus/SM +omnidirectional +omnipresence/MS +Omni's +omniscience/SM +omniscient/SY +on/Y +once +oncogene/S +one-half +one-liner +one-piece +one-quarter +oner/M +oneself +one-track +one-upmanship +onionskin/MS +on-line +onlooker/SM +onrush/GMS +ons +Onsted's +on-street +ooh/SDG +Ooratippra +OOTHA +opencast +opening/M +open-plan +operadi +operant/Y +operate/FSNDG +operative/KY +ophthalmology/3SWM +oping +opinion/SM +Oporto +opportunism/SM +oppositionist/M +oppress/NXVvuGDS +optic/S +optimality +optimist/SM1W +optimum/qQsMS +option/DMGS +optometry/SMW +orange/MyS +orator/1SMw +oratory/MS +orbicular +orbiter/S +orchard/MS +orchestral +ordained/KU +ordered/U +orderless +orderliness/ES +order's/E +ordinal/S +ordinary/TPSY +ore/oySM +Oregonian/S +organism/WSM +oribis +orientation/AME +Orientos +originality/MS +Orleans +orphanage/SM +orphism/SM +Ortega/M +orthodox/ZSY +orthopaedic/S +Osama/M +Osceola/M +oscillate/DyGNnS +oscillation/M +osculation/M +osmosis/M +ostentatious/YP +osteopathy/SM +ostracise/DMSG +O'Sullivan/M +otherness' +Otway +ouch/S +oughtn't +ourselves +outboast +outdoor +outhouse +outing/M +outland +outlandishness' +outmoded +out-of-date +outpatient +outpouring/SM +outrageous/YP +outsiderness +outsource/J +outspokenness/S +out-take/S +Ouyen +ouzo/MS +ova/yoMn +ovarian +ovation/M +oven-ready +overattentive +overbook/S +overbuild/G +overcloud +overcomits +overcommitment +overconscientious +overcorrection +over-delicate +overemphasize/D +overextend/DN +overfall +overfond +overfull +overgrow +overhand +overhaul/J +overhead +over-large +overlie +overlook/G +over-many +over-much +over-nice +over-niceness +overplay +overpower/k +oversaturate +over-sensitive/P +oversleep/G +overtax +over-the-counter +oviparous +owe/S +ox/M +oxcart's +oxtail/M +oxyacetylene/SM +oxygenase's +oxymoron/M +Oyo/M +oyster/SM +ozone/M +Ozzie/M +p.a. +pacemaker/SM +pace's +pacesetter/SM +pacesetting +package/DAGS +packager/SM +Packard/M +packet/dSM +packhorse/M +Padilla/M +padre/MS +Padthaway +pagan/SM +painlessness/S +painter/SMY +paint's +paisley +Pakistani/S +palaeoanthropologist +palaeobotany/w +palaeoclimatologist +palaeoecologist +palaeontology/wSWM +palatial/Y +palatine/S +paleness/SM +pall-bearers +pallid/YP +pallidness/S +pallor/MS +palm/DG3ZSM +palmist/y +Palo/M +palpation/M +paltriness/S +paltry/TP +paludal +Pam/SM +Pamela/M +panegyric/SM +panellist/SM +pan-European +panic-stricken +panier's +Panis +pansy/MS +pantaloons +pantheon/SM +panther/MS +pantihose +pants/f +panzer +Paoli/M +pap/r3SoM +papal +paperhanger/MS +papilla/My +papoose/SM +parabola/MSW +paraboloidal/M +paradoxical/P +paraffin/SM +paragraph/SDGM +paralytic/YS +paramagnet/MW +paramagnetism +Paramaribo/M +parameter/qWSpMw1 +paranoiac/S +parasite/1MWSw +paratyphoid/S +parcel/DSGM +Pardoo +parers +paresis/M +pari-mutuels +parish/SM +Parisian/S +parity/ESM +Parkes +parkway/SM +parlourmaid +parochialis +parochialism/MS +parole/SGDM +parquet/dySM +Parramatta +parry/SGD +parsimony/SM +parthenogeneses +participle/MS +particularity/SM +partition/DSMG +partway +pass�/M +passable/YI +passbook/MS +passer-by +passion/MSF +passionate/EFY +passivated +passive/IPY +passkey/SM +password/DSM +paste-up +pasteurised/U +pastiness/S +pastor/dSM +pastoralist +pasts/A +pate/SM +Patel +patella/M +patellar +patent/7DSGYM +paternoster/SM +Paterson +pathogen/WMS +pathos/MS +pathway/SM +patient's/e +patina/SM +patriarchate/MS +patriarchs +patriarchy/MS +patrimony/SM +patriot/W1SM +patriotic/U +paucity/SM +paunchy/TP +pauperism/MS +pawl/MS +pay-as-you-earn +payee/MS +Paynesville +pc +Pde +PDSA +peaceful/TP +peacekeepers +peach's +pealed/A +peanut/MS +pearler/M +Pearson/M +peasanthood +peat/MZS +pecan/SM +peccadilloes +pecuniary +Ped +pedagogics/M +pedagogue/SM +peddle/SDG +pederasty/SM +Pedi +pedicel/S +Pedicles +pediments/I +pedology +peek/SDG +peeler/M +peep/RGZDS +peep-hole/MS +peerage/MS +peewee/S +peg/DSGM +pegboard/SM +peke/SM +pellet/MdS +pelology's +pelter/M +Pemberton +penalty/SM +penchant/SM +penetrative/P +peninsula/MS +peninsular +penitence/ISM +penknife/M +penmanship/MS +Penn +pen-name/S +pennyroyal +penology/3SM +Penshurst +pentagonal/S +penumbra/MS +penury/SM +peopled/U +pepper/2dZ +perambulate/GNDSn +percentage/MS +perceptibility/I +perceptible/YI +perceptibly/I +perceptiveness/S +percipient/S +percolate/SGNDn +percutaneous/Y +Percy +perdition/SM +peregrine/nNS +peremptory/Y +perfection/IMS +perfectionism/MS +perfectionist/SM +perfectness/IS +perhaps +peril's +periodical/MS +periphrasis/M +peristalsis/M +peritoneal +peritoneum/MS +peritonitis/SM +periwinkle/MS +perjure/DRSGZ +perky/PT +perm/DGSM +permanence/SIM +permanent/PYS +permanganate +permeate/BNnDSG +permissiveness/S +permittivity +permutation/M +perniciousness/S +perpetrate/NnSDG +perpetrator/SM +perpetuity/MS +persecution/SM +perseverance/SM +persistence/SM +person/o7SM +personification/M +personifier/M +perspex +persuadable +persuasiveness/S +pertinacious/PY +pertinent/IY +pertness/S +perturb/nDGS +perverseness/S +pervert/hiGSD +perverter/M +peseta/SM +pessimal/Y +pessimist/SM1W +pesticide/SM +pestilential/Y +pesto/S +petard/SM +peter/Sd +Petit +petitioned +petrifaction/SM +petrodollar/SM +petroglyph/M +petrographic +petrol/SM +Pfennig's +PG +phalanges +phallus/SMW +phantasm/SM +Pharaoh/S +Pharisee/S +pharmaceutical/SY +pharynx/M +phascogale +phaseout/S +Phelps +phenomenologist +pheromone/MS +phew/S +phi/SM +phial/SM +philander/rdS +philately/W3SM +Philip/SM +Philippine/S +philistine/S +philosophy/Ww1QsSM +Phnom +phoebe/SM +phonemics/M +phonemics' +phonetic/YS +phonetician/SM +phony/TSP +phooey/S +photocell/SM +photoelectric/Y +photoengraver/SM +photofinishing/MS +photographed/A +photometer/W1SM +photomultiplier/M +photoreceptor +photosensitive +photostatic +photosynthesis/MdQS +phototype +photovoltaic +phrasal +phrasemaking +physicalness +physiotherapy/SM +pianism/M +pianist/W +picaresque +piccolo/MS +picking/M +pickoff/S +picnic/RDSMG +pictogram +piggledy +pigheadedness/S +pigswill/M +pile/DFGS +pilferage/MS +pillow/DGSM +pillowslip/S +piloting/M +pimple/SMD +pimply/TM +pinafore/SM +pincher/M +pinfeather/SM +pinky/S +pinnacle/DSMG +pinned/f +pinpoint/GDS +Pintubi +pipette/SM +pipsqueak/MS +piragua +pirate/SGMDw1 +piscatorial +pistil/SM +pithead +pivotal +pixel/SM +pizza/MS +pizzeria/SM +pizzicati +pl. +placable/I +placarder +placeable/A +placebo/MS +placemen +placid/PY +placing/S +plagiarism/SM +plague/MSGD +plainness/S +plaiting/M +planarity +planeload +planetoid/SM +plangency/S +plankton/MS +plantain/MS +planter/MI +plant's +platen/MS +platinum/QM +platoon/MDSG +plausible/YI +plausibly/I +play-acting/M +playfulness/S +playgirl/SM +playgroup/S +play-off/S +playpen/MS +playroom/SM +playwright/MS +playwriting/M +pleasantly/U +pleasantness/U +please/ESDG +pleasurable/PY +plectra +plectrum/MS +pledge/MSGD +plenum/M +pleurae +pliable/P +plinth/SM +plod/DRJSGV +plonk +plough/RGmDSM +plucker/M +pluckiness/S +plum/ZSM +plumbago/M +plume/pMS +plushy/T +plutocrat/SWM +ply/IGNDAFS +Plymouth/M +pm +P.O. +pocket-knife/M +podcast/RMGS +podiatry/S3M +poesy/SM +poignancy/SM +point/eGSD +pointillism/SM +pointing/M +pointless/PY +poisonous/Y +poisonousness +poke/DRyZGS +Pokolbin +poky/TS +Poland/M +police/m5ZMGDS +policy/SM +polio/SM +politics' +polka/DGSM +poltergeist/SM +polyandry/SM +polyatomic +polycarbonate +polygamous/Y +polygamy/3SM +polyglot/S +polyhedral +polymath/SM +polymerase/S +Polynesia/M +polyphony/WSM +polytheism/MS +polyunsaturates +pompadour/SDM +pompano/SM +poncho/SM +pong/D +pontiff/SM +pontifical/YS +pontificate/SDnGN +poof/SM +pooh-pooh/D +Poole/M +poolside +poop/GMDS +poorness' +pope/SM +populate/nCDcGNS +populating/A +porcine +porky/ST +pornographer/SM +porphyry/SM +portent/MS +portiere/MS +portly/TP +portray/GSD +portrayer/M +posed/A4I +positing/F +positions/4I +possum/MS +postage/MS +postal/S +postbox/SM +postcode/SM +posterity/MS +postfix/SGD +postie +postillion +post-impressionist/W +post-industrial +posting/MS +postman/M +postmaster/MS +post-millennialism +post-millennialist +postmistress/MS +postoperative/Y +post-orbit +postpone/SGDL +postprandial +postulate/SDNnG +posture/ISM +postured +post-war +potable/SP +pothole/DSGM +potholing/M +potlatch/SM +pot-pori +pot-purr's +pottery/SM +pouffe/S +pouf's +pounder/FM +pourer's +pout/RGDS +POW +powder/dSZM +powerboat/SM +power's +pozzy +practician +praetorian/S +praise/EDSG +praise's +praiseworthy/P +prance/DRGSk +prate/DRSGk +praxis/M +prayer/j6 +prayerbook +pre-amplifier/M +preassign +precancel +precariousness/S +precaution +precious/YS +precipitable +precipitant/S +precipitous/YP +precocity/MS +precursory +pre-cut +pre-date/DGS +predictability/SM +predictably/U +pre-eclamptic +pre-emphasis +preener/M +pre-existant +preference/MS +prefix/M +preform +prehensile +pre-implementation +prelacy/MS +prelate/MS +premeditate/h +premi�re/DMGS +premise/MGD +preordain +prepack +prepare/nvyNVih +prepossessing/U +pre-process/DG +prepubescent/S +prequel/S +pre-record/SGD +p�res/F +prescribe/NVXv +prescriptivism +presently +presentment/SM +preservation/M +presidency/MS +press-stud/S +pressuring +prestidigitate/Nn +prestidigitation/M +prestigious/Y +presto/S +presumer/M +presumption/M +pretentiously/U +pretentiousness/U +Pretoria/M +price/cSDAG +priceless +priciest +priestliness/S +primitivism/M +primogenitor/MS +primordial/YS +principle/DMS +prions +prise's/A +prissiness' +privacy/SM +private/YqQTNPSnVv +privateer/GSM +privation/CM +privilege/SDGM +prize/M +probation's/A +problematic/U +procedure/oSM +proceed/GDJS +procession/M +pro-choice +proclamation/SM +proclivity/MS +proconsul/MS +proctorial +procurable/U +pro-democracy +producer/MSA +producing/e +productive/P +productiveness' +productivity/SM +profane/PnSGNDY +profaneness/S +profession/M +proficient/SY +profligate/SY +profound/PSTY +profuseness/S +prognoses +prognostication/M +programmable/A +program's +progressiveness/S +prohibiter/M +pro-hunt/G +projectile/SM +prolate +prolix/Y +prolixity/SM +prologise +prolongation/M +prom/sQSM +promenade/DRMSG +promethium/M +prominent/Y +promise/FRGkDS +promo/uSV +promulgate/NDSGn +pronounces/a +pronouncing/a +pronunciation/aSM +proofer +proofing/M +propagate/GNnVDS +propagation/M +prophylaxis/M +proportion/EGSoDM +proportionment/M +proposition/DGM +proprietor/SM +propulsive +proscenium/SM +proscriber/M +prosecute/DGS +proselytism/MS +Proserpine +prosthesis/M +prostrate/DSnGN +protea/MS +protean/S +protease/M +protected/Y +protectiveness/S +protectress +protocol/MS +protozoon's +protractor/SM +proud/YT +provenance/SM +proves/AI +provincialism/MS +provision/DGM +provisional/S +proviso/SM +prow/SM +prudential/YS +prune/DRSMG +psalmist +psaltery/SM +pseudo-science/SW +psyche/M +psychedelia +psycho/SM +psychodrama/SM +psychometry/WM +psychopathic/S +psychopathology/M +psychophysicist's +psychophysiology/M +psychosis/M +pteridine's +pubis/M +publican/MAS +publicist +publicly +publishing/MS +Puccini/M +pudding/MS +pudginess/S +puerperal +pugnaciousness/S +puissant/Y +pukka +Pulitzer +pullbacks +pulsate/NnGDS +pulses/A +pumpernickel/SM +pumpkin/SM +puncheon/SM +punctual/PY +punk/TZS2M +punster/SM +pup/NDZSGM +pupal +pupate/SDG +puppy/MS +Pur +purblind +Purcell/M +pur�e/DSM +purgation/M +purity/SMI +purl/GMDS +purlieus +purpose-built +purposeful/P +pursuance/SM +purvey/DSG +pushiness/S +pushy/TP +pussy/MS +pussyfoot/DGS +putrescent +putrid/PY +putsch/S +putt/RMZS +pvt +pyaemia +pygmy/MS +pylorus/WM +pyridine/M +pyromania/SM +pyromaniac/MS +pyxides +pyxidium +Qantas +q.t. +quadrangle/MS +quadrature/MS +quadrilateral/S +quadriplegia/MS +quadrivia +quadrivium/M +quadruplet/SM +quadruplicate/GSD +quaky/T +qualify/EDNnGS +qualitative/Y +quandong +quango/S +quantile/S +quantity/SM +quark/MS +quarterback/MS +quarter-light +quarterly/S +quasi +quasi-synchronous +quaternion/MS +Queanbeyan +queasy/TYP +quenched/U +questions/A +quests/I +quest's/I +queue's +quiche/SM +quicken/Sd +quickener/S +quickie/MS +quiescent/Y +quiet/EDYSG +quieter's +quietus/MS +quiff +quince/SM +quinsy/SM +quipster/SM +quit/RDGS +quoit/DSMG +quondam +quota/MS +quotability/S +quotation/Ma +quoter/M +quotient/MS +rabble/SM +rabid/PY +raccoon/MS +race/DRoZGSMJ +raceway/SM +racial/3 +racialist +racism/S +racketeer/GSMJ +racketeering/M +racoon's +racy/TY3P +rad/1w +radiant/Y +radiation/MI +radiator/SM +radio/MmSGD +radiochemical +radiography/SMW +radioisotope/SM +radionics +radioscopy/M +raga/SM +raggedy +raid/RMDSG +Raikkonen +railway/MmS +rain/SpDGMZ +raison +raison d'�tre +Ralph/M +ramekin/SM +ramshackle +ran/Aec +ranch/RDGMS +rand/2MZ +rangy/T +ranker/MS +rankest +Rankins +rans +rapid-fire +rappel/GSD +rapping/M +rapture/SM +rare/TPGY +rarebit/SM +rarefaction/SM +raspy/T +raster/SM +ratepayer/SM +ration/DGM +rattle/SYRDGJ +ratty/T +Ravenswood +ravine/SDM +rawhide/SM +rayon/M +razor/SM +razorbills +razorblades +reaction's/c +reacts/c +readdress/G +reader/aM +realisable/U +realise/l +Realpolitik/M +ream/DRGSM +reanimate +rear/SRDMG +reassert/G +rebellion/SM +rebuild/G +rebuke/SDGk +recant/GnN +receive/DRGS +receptiveness +receptor/MS +recheck/G +reciprocity/SM +recitalist +reckon/dS +recognisable/U +recognised/U +recolour/DG +recombinant +recommittal +reconciler/M +reconfirm/NDGn +reconnaissance/SM +record/3J7R +record-breaking +recoverable/IU +recreancy +rector/FMS +recurrent +red-blooded +redbrick +redcap/MS +redeem/R7 +redeemed/U +redesign/G +redetermine/N +redhibitory +Redhill +redial/GD +redirect/G +red-light +redo/G +reductionism/M +redwood/SM +reed/GMZDS2 +re-emphasis +re-employ/7 +re-employment +re-entrant +re-entry +referenda +referential/Y +refined/cU +reflexology +reforge/G +refractoriness +refresh/7LGSkD +refrigerant/MS +refrigeration/M +refugee/MS +refurnish/G +regale/DG +regalement +regardless +regenerate/U +reggae/SM +regime/SM +regimental/S +regimentation/M +Regina/M +registrable +regnant +regrow/G +regularise/SDnG +regularity/ISM +regulate/CSGDNyn +regulation/M +regulative +regurgitate/SNnGD +regurgitation/M +rehang/G +Rehems +reign/SDGM +Reith +relater/SM +relation/oM +relational +relativism/M +relator/FMS +relaxant/SM +relay/GMD +releasable +relentless/Y +relevance/MIZ +relict/CM +relieve/GDRhS +religiosity/M +remain/GDS +remainder/dSM +Rembrandt/M +remedy/D7SGM +remember/ad +rememberer/M +remitting/U +remonstration/M +remorse/6Mpj +remorseless/YP +remunerated/U +remuneration/M +Renata/M +rendition/SM +renegade/MS +renovate/NDnSG +rent/RGMDS +repartition/G +repeatable/U +repechage +repel/nNSDG +repenter +repetitiousness +reply-paid +repopulate +reporter +reprehend/SXDNG +reprehension/M +represent/aDfN +represented/cU +repress/vuXNV +reprimand/SDMG +reproacher/M +reproachful/P +reprobate/DG +reproducible/U +reproof/G +reprover +republicanism/SM +repudiator/S +repulsion/M +requisition/DSMG +rerecord/G +researched/U +resection/G +resent/6GLjSD +resentful/P +reset/G +resident/MS +residential/Y +resignee's +resist/VGbSDv +resistant +resisting/U +resistivity/M +resolute/IY +resonator/MS +respective/IY +respirator/SM +respond/FGSD +respondent/SMF +rest/GVvu6jMDpS +restaurant/SM +restfulness +restoration/M +restrained/UY +restrict/hGvDVSu +restricted/UY +restroom/SM +restructure +result/GSDM +resultant/SY +resurface +resurgent +resurrection/SM +retch/SGD +retentiveness +rethought +reticulate/DYSG +retinue/MS +retread/D +retrievable/I +retrieve/RGDS +retrogress/SvNDGXV +retrospective/S +revelry/MS +reverent/IY +reverie/MS +reverse-charge +reverser/M +reversibly/I +reverter/M +revise/NX +revivalist +revocable/I +revoke/RNSnDG +revolutionary/SM +reward/Gk +rewarding/U +Reynold/SM +Reynolds/M +Rh +rhea/SM +rhesus +rhetoric/YM +rhinestone/SM +rhinitis/M +rhino/MS +rhinoceros/SM +rhinologist/SM +Rhoda/M +Rhodesia/M +rhododendron/MS +rhomboidal +Rhondda/M +ribbing/M +ribcage +ribosome/M +richen/d +rickets +Rickey/M +rider/cMCe +rideshared +ridiculous/YP +Riesling/MS +rifle/DmMGS +rigatoni/M +rightism/MS +rightist/SM +rigidify/S +rigmarole +Rigoletto/M +Ringarooma +ring-fence/GD +ring-pull +rink/SM +riot/RGMDSJ +rip/RDSG +Ripley/M +ripple/SYMGkD +risk/Zz2SGDM +rissole/SM +Ritchie/M +rite/SM +ritzy/T +rivalled/U +rivalry/MS +Rivera/M +riverbank/SM +riverboat/S +riverine +riverside/SM +Riverview/M +road-based +road-hog/S +roam/DRGS +roar/RkJSDG +robber/Z +robed +Robert/SM +Robertson/M +robe's +Robespierre/M +robust/TYP +Rocco/M +rock/2ZRSGDM +rockery/S +Rockies +Rockland/M +Rockley +Rockwell/M +rode/Fc +rodent/SM +rodeo/SM +Rodriquez/M +roe/SM +Roebourne +Roget/M +Rolando/M +roll/GUSD +roller-skate/GDSM +Rollin/MS +Romano/M +romanticism/SM +romanticist +Romany/3M +romp/GRDS +Ronan +Ronnie/M +Rontgen +rood/MS +rooftop/S +roomy/PT +rootstock/M +Roquefort/M +Rosales/M +Rosalie/M +Roscoe/M +Roscommon/M +rose/ZySM +rose-coloured +Rosemarie/M +Rosenberg/M +rose-tinted +rosewood/SM +Roslyn/M +Rossetti/M +rosy/TYP +rot/SnDNG +rotate/xGyDS +rotten/Y +rotter/M +Rottnest +rouge/DSMG +rough/GYTPSD +rough-hewn +rounded/P +Roundhead/SM +roundhouse/SM +roundworm/SM +route's +routing/M +Roxanne/M +Roxborough +royal/3YS +RPO +rps +RSPCA +r�sum�/S +RSV +RSVP +rt. +rte +rubati +rubbery/T +rubbing/M +rubble/M +rubella +Ruddock/M +ruffled/U +rugby/M +ruin/nS7dMN +Ruiz/M +ruler/SM +Rumanian/M +Rumel +rummager/M +rummer +rumply/T +run/AeGcS +Runamia +runaway/S +Rundle/M +run-in/S +R�union/M +runlet/MS +runner/MS +runner-up +Runnymede/M +run-off/SM +runtime +runway/SM +Rupanyup +Rupert/M +rupture/MDSG +rush-hour +Rusk/M +Russell/M +Russian/MS +rustic/S +rustproof/GD +Rutgers +Rutherford/M +Ruthie/M +rutinoses +rutty/T +Rwandan/S +rye/SM +Saar/M +Sabbath/SM +sac/GD +saccharine +sackcloth/M +sacker +sacking/M +sacrificial +sacrilegious/Y +Sadat/M +saddle's +Sadducee/M +sadism/SM +sadist/W1 +safeness +sagaciousness +sage/KSM +sago/SM +saguaro/MS +Sahara/M +sailfish/SM +sailing-boat/SM +sailing-vessel +sailor/YMS +saintlike +saintliness +saker/M +Sakhalin/M +saki's +sale/Bm5SM +salient/Y +Sallie/M +sallowish +sallowness +sally/SGDM +salmon/MS +salt/DRNYMZ2GpS +salt-and-pepper +saltation/M +salt-marsh/M +saltpetre +salve/NnGRSM +salvo/M +salvoes +Samara/M +samarium/M +samizdat +Sammie/M +Sampras +Sampson/M +Samson/M +Samsung/M +Samuelson/M +Sana'a/M +sanctimony/SM +sander/S +sandhills +sandpit/SM +Sanford/M +sang-froid +sanguine/Y +sanguineous/F +sanity/QsSM +sapling/MS +Sara/M +Saracen/SM +Sarah/M +Sarawak/M +sarcophagi +sardine/SM +Sargasso/M +sari/SM +sarong/SM +Sartre/M +sash/DSM +Sashay +satiation/M +satiny +satisfactoriness +satisfied/UE +satisfies/E +satisfying/EU +satrap/SM +saturated/Uc +saturnine/Y +satyriasis/M +saucepan/MS +saucer/S +Saucer's +sauerkraut/SM +Saundra/M +savable +save/DRJSG +Savoy/M +saw/SDGM +sawn +sawn-off +sawpits +sawtooth +saying/M +Sb/M +scabbard/SM +scabby/T +scad/M +Scala/M +scale/7GDRM2SZ +scan/AGSD +scandal/QSM +scandalmonger/MS +scandium/M +scapegrace/SM +scarce/YT +scarcity/MS +scarecrow/SM +scaremonger/SM +scaremongering +scatter/rdkJS +scattering/M +scenario/SM +scented/U +scepticism/SM +Schaeffer/M +scheduled/U +schema/SM1 +Schick/M +Schlitz/M +Schoenberg/M +scholar/YSM +schoolbag/SM +schoolgirl/SM +school-inspector +Schulz/M +Schwab/M +scientific/UY +scientist/SM +scoff/GSDR +scofflaw/SM +sconce/M +scorbutic +scored/fe +scot +Scottish +scoutmaster/SM +scrabble/GDS +scram/DGS +scramble/CDGUS +scrambler's/U +scrapbook/SM +scrawl/YDGS +scrawny/T +screecher/M +screechy/T +screw/UGSD +screwy/T +scrimmage/MSGD +scrimmager/M +scriptural +scrofulous +scroll/7DGSM +scrollbar/MS +Scrooge/SM +scrotum/M +scrubbier +scruff/zSZ2M +scrum/MS +scrum-half +scrupulous/YP +scrupulously/U +scrupulousness/U +SCSI +scud/GDS +Scudamore/M +sculler/Z +Sea +Seagate/M +seal/ASDUG +sealant/MS +seamanship/M +seamstress/SM +Sean/M +search/BRSkJDG +seascape/MS +seashell/SM +season/7ldMoS +seasoning/M +SEATO +SEATON +seawater/S +sebaceous +Sebastian/M +seborrheic +sec. +second/GLSDRY +second-class +secretary/MS +secrete/NSn +sect/IMS +sectionalism/SM +secularism/SM +secure/YSGD +securely/I +Seder/SM +Sedgefield/M +sedgy/T +seduce/RvSGDNnVu +seeder/MS +seed's +seed-vessel +seem/kDGYS +seethe/SGD +segregable +segregated/U +segregative +segue/DSG +segueing +seigneurial +Seiko/M +seismology/w13MW +seizable +seize/RDSG +seizure/MS +Selassie/M +seldom +select/CDKGSA +selectable +selection/SoM +selectional +selenium/M +Seleucid/M +self/p +self-abasement +self-analysis +self-assurance +self-aware +self-awareness +self-censorship +self-command +self-confidence +self-deceit +self-deception +self-explanatory +self-expression +self-financing +self-government +self-immolation +self-important +self-inflicted +self-loading +self-pollination +self-possessed +self-possession +self-propagating +self-regulation +self-seeking +self-service +self-styled +self-support/G +self-torture +self-willed +self-winding +seller/ASM +selvedge/SM +semiconducting +semi-monthly +Seminole/MS +semi-permeable +semi-professional/SY +semi-skilled +semi-solid +semi-tone/MS +sempiternal/Y +sempiternity +sempstress/MS +send/ASG +send-off/S +senility/SM +seniority/MS +senna/M +sensationalist/W +sensitised/U +sensitiser/MS +sensitively/I +sensor/MS +sensuousness +sentinel/MGSD +sentry/SM +se�orita/SM +separable/YI +separably/I +separationists +Sephardic +sepoy/S +Seppeltsfield +septicaemic +sequenced/A +sequencer/SM +sequester/dNSn +sequestration/M +Serafin/M +Serb/SM +sere +serendipity/MS +serene/TY +Serengeti/M +sergeant/SM +Sergio/M +serif/SDM +serious/Y +sermon/QSM +serotonin +serration/M +serve/CRJDSG +service/5BmMDSG +serviceability/M +servo/S +servomechanism/MS +setback/S +settled/U +settlement/U +Seuss/M +Sevenoaks +seventeen/H +seventy-second/S +sever/SEd +sex/2SDpZG3z +sexology/3M +sexton/SM +sextuplet/SM +shabby/YPT +shadower/M +shadowiness +shadow's +shadowy +shaft/GDSM +Shaftsbury/M +shale/M +shalom +shamanism +shamefaced/Y +shampoo/GSMD +shamrock/SM +Shane/M +shank/DSM +shapeliness +shaping/aA +Sharif +sharpshooting +Shasta/M +shatter/Sdk +shatter-proof +Shauna/M +Shawnee/MS +sheath/DSJMG +sheathe/UGD +Sheba/M +sheepshank/SM +sheerness +sheet/GDSM +sheeting/M +Sheldon/M +shelf/6M +she'll +Shelley/M +shelving/M +shepherd/DSGM +shepherdess/MS +sherd's +Sherrie/M +Shetland/S +shiftlessness/S +Shiloh/M +shindig/MS +shin-pad/MS +Shinto/MS +ship/RGmLMSD +ship-broker/SM +shipbuilding +ship-fever +shipment/4MS +shipshape +shipyard/SM +Shiraz/M +shire/SM +shirt/fSM +shirting/M +shitty/T +Shoalhaven +shoe/cSM +shoo/DSG +shooting-box/SM +shooting-break +shoots/ecf +shoplifting/M +shopmen +shopping/M +shop-window/MS +shortbread/SM +short-change/DGS +shortcoming/SM +short-list/GD +shorty/M +Shostakovich/M +Shostakovitch/M +shot/fc +shoulder-length +shouts/e +shove/DSG +shovelful/SM +showing/MS +show-off/S +showy/TPY +shred/DRGSM +Shreveport/M +shrew/SM +shrink-wrapped +shriven +Shropshire/M +shuffled/A +shun/SGD +shunter/M +Shute +shut-eye +shut-off/M +shutter/dp +shyly +Sib/M +Sibelius/M +Siberia/M +Siberian/S +sibilancy/M +Sibilus +siccative +sick/YP +sickle/SG2M +sickle-feather +side/KDSAG +sideboard/MS +sideburns +side-by-side +sidekick/SM +sidelight/SM +sideline/DSM +side-on +side-splitting +side-table/S +sidewards +Sidmouth +Siemens/M +Sierra/M +sighted/Y +sightedness +sighter/M +signatory/SM +signature/MS +significance/ISM +signifier +silage/SM +siliceous +silken +sill/2MYS +silver/Md2SZ +Silverman/M +silversmith/MS +Silverton +Silvia/M +SIMD +simian/S +similarity/ESM +Simmons/M +simoom +simple-minded/Y +SIMULAR +sincere/YT +sincerely/I +sincerity/IMS +sine/M +singer-songwriter +single-line +single-seater +singleton/SM +sinistral/Y +sink-hole/MS +sinuous/YP +sinus/SM +sirloin/SM +sisterly/P +sit/AGS +sitcom/SM +sitter/SM +situation/M +situational +situationist +sixpenny +sixty-six/H +sixty-twofold +sizzle/SGD +skeletal/Y +skewbald +skim/RDGSM +skinhead/MS +ski-plane +ski-run +skittish/PY +skol +skua/S +skulk/DRGS +Skylab/M +skylight/SM +skyline/MS +sky-writer/SM +slantwise +slapstick/SM +slash/GDRS +slat/dMSDG +slattern/MYS +slaughterhouse/MS +Slav/SWM +slave/RyMGDS +slave-driver/S +slave-trade/R +Slavic/M +slavish/YP +slavishness' +slay/RGS +sleaze/SZ +sleeps/c +sleepwalking/M +sleepy/TP +sleepyhead/SM +sleeving/M +slenderest +slight/TDSGkY +slightness +slinkiness's +slipcase/MS +slip-ons +sliver/dMS +slop/dGz2ZSD +slothful/P +Slovene/S +Slovenia/M +SLR +sludgy/T +slue/DSG +slump/DSG +slush/DZMS2G +slut/MS +slyer +smallness +smallpox/M +smash-and-grab +smegma/W +smelliness' +Smethwick +smiler +Smirnoff/M +smithery/S +Smithton +smithy/SM +smitten +smooth/RTGP7DYS +smooth-tongued +snaky/T +snarer/M +snarler/M +snarly/T +snatch/RSDG +Sneed/M +Snell/M +sniff/RSDG +snippet/MS +snippiness's +snit/MS +snobby/T +snowboard/DRGS +snow-capped +snowdrop/MS +snowfield/SM +Snowtown +so/M +soapbox/SM +soapsuds +sober/YSPdk +sobriety/ISM +so-called +sociably/U +socialist/W +socialite/SMZ +society/MSo +socio-biology/M +sociolinguistics/M +socio-political +socket/dSM +sod/DSGM +Sodom/M +SOE +soften/drS +softie's +soft-spoken +soi +solaria +solemn/TqQY +solicitude/SM +solid/SY +solidi +solidification/M +solid-state +Solis/M +solitaire/MS +Sol's +solution/ASEM +some/W +somebody/SM +someday +Somers +something +somewhat +somewhere +Somme/M +somnambulist/MS +somnolence/M +son/S1WZM +Sondra/M +songbook/S +songster/SM +Sonia/M +son-in-law +Sonora/M +sonorous/YP +soothe/S +sooty/T +Sophia/M +sophistic/Nn +Sophoclean +soporific/MYS +sore/PTYS +sorrow/6SMjDG +sort/DFGKSA +sortable +sortie/MDS +sortieing +Sosa/M +sought/U +soul/p6jMS +soulless/Y +soundtrack/MS +sourpuss/SM +south/M +Southey/M +southpaw/MS +Southwark +south-West/M +sovereignty/MS +space-saving +spacing/M +spade/DG6SM +spadix/M +spandrels +spangle/DMGS +spaniel/MS +spare/PYS +spareribs +sparrow/SM +spasm/SM +spasmodic/Y +spatia/o +spatio +spatio-temporal/Y +spawn/SDGM +speakership/M +spear/SDGM +specialise/cGDnS +specie/oSM +specific/NYnS +specificity/S +specified/aUf +specifier/SM +specious/YP +spectacle/DSM +spectator/SM +spectre/MS +spectrograph/1MZ +spectroscopy/M +speed/DGRJSMZ2z +speedometer/SM +spell/aDGAS +spellable/U +spendings +Spenser/M +spent/cfeUa +sperm/SM +sphagna +sphere/SMWw1 +spheroidal +sphincter/SM +spic/M +spider/SMZ +spiderwort/M +spiel/DGSM +spigot/SM +spiky/TP +spillway/SM +spindle/DMGYS +spin-drier/S +spinneret/MS +spiny/T +spiritless +spiritualism/SM +spirituality/SM +Spiro/M +splash/SzDZG +splashy/T +spleen/SM +splendid/PY +splendiferous/Y +splenetic +splinter/Zd +splodge/SM +splotchy/T +splutterer/M +spoil/CRDGS +spoilsport/SM +Spokane/M +spoke/m5DS +spoken/eaU +spokeshave/SM +spongelike +spoof/SDGM +spoon-feed/SG +spoor/SM +sporocarp +spouse/SM +sprain/DGS +sprang +spreader/MS +spreadsheet/S +Springer/M +Springsteen/M +Springsure +springtime/M +springy/TP +sprocket/dSM +spruce/SDYPGM +sprung/U +spurt/DSG +square/YPSDMGT +squarish +squash/DSGZ2 +squashy/TP +squeeze/DSRG +squelch/GDSZ +squiggle/SGYDM +squirearch/wZ +squiredom +squirl +SS +SSA/SM +stab/RSYGJD +stably/U +stag/dSM +stagger/rdSk +stained-glass +stainer/M +stake/MDSG +Stalag/M +stalemate/DMGS +stall/ISDGM +stallholders +staminate +stammer/MrdSk +Stan/M +stanchion/SM +standard/qSQs +standby +standbys +Standish/M +stand-off/S +stand-offish +standover +standpoint/SM +stand-up +Stansbury +Stanton/M +Stanwell +staple/RSMDG +starch/ZSzD2MG +starchy/TP +Starcke +stardom/SM +starlight/M +starvation/M +state/aLIDScAfG +stateside +station/MeS +stationmaster/M +statistic/YMS +statuesqueness +stature/SM +statutory/Y +staunch/YDTGS +stayer/MS +stead/2zZM +steadied/U +steadily/U +steak/MS +stealer/M +stealing/M +stealth/MZz2 +steamship/SM +steel/DGSZ2M +steel-clad +steeplejack/SM +Steiglitz +Steinberg/M +Steinway/M +stem/DGpSM +stench/SM +Stenger/M +stepbrother/SM +stepdaughter/SM +Stepney/M +stepped/c +steradians +sterling/YMP +stern/SYT +sternal +sternum/SM +Stetson/MS +stevedore/SGDM +Stevenage +stew/DGSM +stickup/SM +stiff-necked +stile/MS +stillborn/S +stilt/DhGSiM +Stilton/M +Stine/M +stink/kRGSZ +stinky/T +stipple/SDGJ +stiver's +stockpot/MS +Stoddard/M +Stoke-on-Trent/M +stolidity +stolonate +stomach-ache/MS +stomach-tube +stonewashed +stonework/M +stony/PTY +stood/f +stoop/DGS +stopcock/SM +stop-go +stopped/U +storekeeper/SM +storer/A +stork/MS +storm-lantern/MS +storybook/SM +Stouffer/M +stoup/SM +stout-hearted/Y +stow/DGS +stowaway/MS +Strabane/M +Strachan +Stradbroke +straddle/GDRS +strafe/SDG +straight/PSTY +straight-eight +straighten/dSr +strained/cU +straiten/dS +straitjacket/dMS +straitness +strand/GSD +strangulate/NSnDG +Stratford/M +Strathclyde/M +stratosphere/M1SW +straw-colour/D +strayer/M +stream/DSGRM +streamed/U +streamline/DGS +Street +streptococcal +streptococci +streptococcus/M +striate/DSG +strict/AFc +stricter/F +strictly +strider/M +strikebreaking/M +striken +strim/RGD +string's +striper/M +strip's +strip-searching +stroke/SDGM +Stroud +structuralism/M +structure/oDpGMS +structuring/A +strudel/SM +struggler/M +strutter/M +stub/SGMDZ +student/MS +studier/MS +study/ASfDG +stultify/GnSND +stumble/RDGkS +stunt/DSGMi +stuntmen/M +stupefaction/MS +stupor/MS +sturdy/TYP +stutterer/S +stylise/nDGS +suavity/M +subaltern/SM +subaqueous +subarctic +subassembly/M +subclass/SM +subconscious/YP +subcontinent/SM +subcontractor/SM +subdivide/XGDNS +sub-edit/d +subfamily/MS +subfreezing +subjunctive/S +sublease/SGDM +Sub-Lt. +submersion/M +submissive/PY +subnet/MS +suborbital +suborn/NDGS +subpoena/SDGM +subschema/M +subsequence/M +subsist/GSD +subsistent +substance/SM +substantial/YI +substrata +subsume/DGS +subtend/GSD +subtropics +subunit/SM +suburbia/M +subvention/SM +succeeder/M +succulent/S +suchlike +sucker/d +suckling/M +sucrose/M +Sudanese/M +Sudatory's +suffer/JrdS +suffragette/SM +suffusion/M +Sufism/M +sugar-daddy/SM +suggest/RbuGVSDv +suicidal +Sullivan/M +sully/SDG +sum/RGNS8DXM +Sumerian/M +summation/FMS +summing-up +summit/MpS +summitry/M +sunburn/DSM +sundae/SM +sunder/dS +sundry/S +Sunni/MS +sunny/PT +sunset/MS +sunspot/MS +sunstroke/M +super/m5 +supercargoes +supercomputer/MS +supercooling +supererogation/M +superficiality/S +superhighway/SM +supermodel/S +supernovae +superpower/SM +supersede/GDS +superstate/S +superstructural +supervene/GDS +supervised/U +supply's/c +supportable/IU +supported/U +suppose/NXKDSG +supposition/M +suppress/SbGXDNV +suppressor/S +supranational/Y +surd/M +sure-fire +sure-footed/Y +surety/SM +surfaced/AU +surfaces/A +surgery/MS +surgical/Y +Surinamese +surmountable/I +surprise/DkMGS +surprised/U +surrealism/MS +surrender/dS +surrogacy +surtitles +survive/BDSG +survivor/MS +survivorship/M +Susannah/M +Susanne/M +susceptible/I +sushi/M +suspicious/PY +Sutherland/M +Suzie/M +swaggerer +swampy/T +swan/SDMG +swank/TzSZ2GD +swanky/TP +Swartz/M +swayback/DS +sweaty/TP +sweet/TSY +sweetened/U +sweetening/M +sweetie/MS +sweptback +swiftness +swineherd/SM +swing/RSZGk +swishier +switch-over/M +swiz +swizz/S +swollen +swoosh/SGD +swordfish/MS +swot/S +sycophancy/S +Sykes/M +Sylvie/M +symbiotic/Y +symbolist +symphony/MWS +synagogal +synapse/SWM +synch +synchronising/A +synchrotron/M +syncopate/SDG +syndactyl/Y +syndicate/GDMS +synergy/SM +syntheses +syphon/d +systematise/DSnRG +tab/ZSGDM +Taber/M +table/DMGS +tableland/SM +tabouleh +tabulator/SM +tachometry +tackle/SDRGM +tacky/T +tag/DSGM +tagged/U +Tahoe/M +tail/CGSMAD +tailcoat/S +tail-end +tail-ender/S +tailing/MS +taint/SDG +tainted/U +take/IaAScf +taker's/fa +Talbingo +Talesman's +Tallinn/M +Talmud/3MW +tamarack/MS +tameable/U +tameness +Tampa/M +Tamworth +Tanami +tang/ZbSM +T'ang +tangelo/SM +tangerine/MS +tangible/ISY +tangle's +tankful/SM +tannery/SM +tantalise/k +tantra/S +Tanunda +Tanzania/M +Tanzanian/S +tape/p7MS +tapioca/SM +tapir/SM +tappet/SM +Tarawa/M +Tarcoola +Tarlee +tarmacadam +tarragon/SM +Tarraleah +tarsi +tarsus/M +tartar/SWM +taskmistress/MS +Tasmanian/S +Tass/M +taste/D6RMGJSZjp +tastes/E +tatter/dS +tatterdemalion/SM +tattoo/RSMDG +taut/TY +tawny/MT +taxed/Uc +TCP +teacloth +teak/SM +tearfulness +tear-jerker +technicality/SM +technique/MS +technocrat/WS +techs +tech's +tee-heed +teenage/R +teeny-weeny +Tees/M +teeth/DGM +Tektronix/M +telefacsimile +Telefunken/M +telephony/M +telephoto/S +teleporting +teleprinter/SM +Teleprompter +teletext +Teletype/SM +televangelist/S +televise/DNXSG +Telford/M +telly/MS +temerity/SM +Temora +tempera/MLS +temperamental +temperance/IM +template/MS +temple/SM +Templeton/M +temporise/DRSGk +tempter/SM +temptress/MS +tenacious/Y +tenaciousness +tenant/MSDG +tenderfoot/SM +tenderloin/MS +Tenneco/M +tenon/SM +tension/DpMG +tenterhook/MS +tepid/Y +tequila/SM +tercentenary/S +Terence/M +termite/MS +term-time +tern/SM +ternary/S +Terowie +Terrie/M +terrify/W1DGSk +territorial +territoriality/M +tessellate/GDNSn +tested/AUK +testimonial/SM +testiness +testosterone/SM +testy/TY +Tetanal +tete-a-tete +tetrachloride/M +tetracyclic +tetrameter/SM +tetraplegia +tetrastich +tetrathlon +Tewkesbury +Texas/M +textbook/SM +Thangool +thanksgiving/SM +that'll +thaw/GSD +the/GJ +theatregoer/MS +theatricality/SM +theft/SM +theism/SM +then +thenceforth +theocratic +Theodore/M +theoretic/Y +theory/qQ3MSs +theosophy/SWw3M +thereabout/S +thereafter +therefore +there'll +thermo +thermoelectric +thesauri +Thessaly/M +theta/MS +thickening/M +thicketed +thickset +Thiensville/M +thinkable/U +think-tank +third-party +thirty-six/H +thirty-three/H +this'll +tho +thole/M +Thomson/M +thoroughbred/S +thoroughgoing +Thorpe/M +though +thought-provoking +thousand/MHS +Thracian/M +three-dimensional/Y +threepence/M +three-way +thrill/DkMGSR +throe/MS +thrombosis/M +throng/GDSM +through-traffic +thrown/c +thruway/MS +thuggish +thumbprint +thunder/kMdSZ +thundercloud/MS +thunderflash/S +thy +Thylungra +thyrotrophic +thyroxine/M +tibia/M +ticket-boo +ticket-of-leave +tickety-boo +ticklish/P +tidal +tiddly/T +tie-in +tier/SMD +tie's +tiger/SM +tight-fisted +tight-knit +tightrope/MS +tightwad/SM +tilde/MS +time/cSa +timeliness/U +timepiece/SM +time-scale/S +time-server/MS +time-serving/S +timespan +timestamped +timetable/DSMG +time-wasting +Timor/M +Timur/M +tin/2GSDzZM +Tina/M +Tindal +tingle/SGDY +tin-pan +tin-plate/M +tintinnabulation/MS +tintype/SM +tinware/M +Tioga/M +Tipton +Tirane +tire/cDASG +tiredness +tireless/Y +Tirolean/S +titan/SMW +titivate/GnDSN +Tito/M +titration/M +tittle/SM +Titus/M +TNT +toastmaster/MS +Tobermorey +tocsin/MS +Tocumwal +toecap/SM +TOEFL +toffee/MS +tofu/MS +together +toity +tokenism/MS +Tokugawa/M +tolerably/I +toll-bridge/SM +toll-gate/SM +Tolstoy/M +tom/SM +tomato/M +tomatoes +tombola/M +tomfool +Tonga/M +tongue/MGDS +tongue-in-cheek +tonight/M +Tony/M +Toodyay +tool/MGDS +tooth/zpZMD +toothy/T +tootsy/SM +topcoat/MS +toper/M +topflight +top-level +top-notch +tor/M +Torah/SM +Torbay +torch/MDSG +Torfaen/M +torment/DSkG +torn +tornadoes +torpor/SM +Torquay +Torricelli/M +tortuousness +torture/RDSG +toss-up/SM +totalitarian/S +totemic +touch� +touchdown/SM +touch-tone +Toukley +tousle/GDS +touter/M +tow/RGSD +tow-bar/SM +tow-coloured +tow-head/MSD +town/SMm5 +townee +townspeople/M +towpath/SM +tows/f +Towsley/M +Toynbee/M +Toyoda/M +tracery/MS +tracheae +tracheotomy/MS +tracing/M +trackball/S +Tracy/M +tradition/MoS +traditional/UY +traditionalism/MS +Trafford +trailblazer/MS +trails/F +trained/AU +tram/MS +tramcar/S +Trangie +transcend/DSG +transcendentalist +transference/MS +transferor/SM +transfinite +transgressor/S +translatable/U +transmittable +transmittance/SM +transmitter/SM +transmogrification/M +transmutable +transom/MS +transpiration/M +transport/nBNR +transposed/U +transputer/M +transsexual/MS +transubstantiation/M +Transvaal/M +transversal/M +trapdoor/S +trapezoid/SM +trauma/1MQSW +travel/RGDJS +travelled/U +treacle/MY +treadle/MGSD +treetop/MS +trematode/SM +Tremayne/M +tremble/kGSYD +tremendous/Y +tremor/SM +trench's +trend/GSDMZz2 +trendsetter +trendy/TS +Trent/M +tress/SaE +trialling +trials/Aa +triangulate/DnSGN +tribal/Y +tribe/mS5M +tribune/SM +tributary/SM +trichromatic +trifle/MDRGS +triglyceride/M +trillion/HS +trinodal +trio/SM +trioxide/M +tripartite +triphthong/S +triplane +triplex/S +tripos/MS +trireme/SM +trisection/S +Trisha/M +trisodium +triumphant/Y +triumvir/SM +triumvirate/SM +trivial/Qq +tRNA +trod/A +troika/MS +Trojan/SM +trolley/SM +Trondheim/M +tropism/SM +troublemaker/SM +troublemaking +troubleshoot/RSG +trouble-shooter/MS +troublesome/YP +trough/MS +trounce/SGD +Troutman/M +truancy/MS +truant/DGMS +Truckee/M +truckle/SGD +truckload/SM +Trude/ZM +trueness +truffle/MS +Trumbull/M +trumped-up +trumpet/drSM +Truro/M +trustee/MS +try/DGAS +trying/Y +try-out/MS +tsarevich +TTS +tub/ZrdSM +tubercle/SM +tubercular +tuberculosis/M +tubing/M +tubular +TUC +tuft/MGZDS +tug/DSG +tulle/SM +Tumbarumba +tumour/MS +tumulus/M +Tumut +Tuncurry +tuned/CA +tuneless/Y +tuning's +Tunisia/M +tuppence/M +Tupperware +turban/SM +Turin/M +Turkey/M +Turkmenistan/M +turned/U +turret/SM +turtle/SM +turtle-dove/SM +Tuskegee/M +tutelary/S +Tutsi +tutu/MS +TWA/M +Tweed/M +Tweedledee/M +twenty-eight/H +twenty-three/H +twiddler/M +twinge/DGSM +twist/GSUD +twisty +twit/MDGS +two/SM +two-dimensional/Y +two-faced +two-stroke/MS +two-timer +tycoon/MS +Tydfil/M +Tylor/M +Tyne/M +typescript/SM +typhoid/M +UART +UER +Uganda/M +uh +UL +ulcer/VSM +Ulladulla +Ulrike/M +ulterior +ultimate/Y +ultraconservative/S +ultramarine/SM +ultrasonic/YS +Ulysses +um +umber/SM +umbrella/SM +unaccountable +unadventurous +unalike +unappreciative +unawareness +unbeknown +unbeknownst +unblinking/Y +unbolt/G +unbound/Di +unchanging/Y +uncharacteristic/Y +uncle/SM +uncleanliness +uncomely +uncommon +uncompress/G +unconfirmed +unconscious +unconstitutionality +unconventional +uncool +uncourageous +undated/I +underbelly +underdog +undergarment +underground +underlay +underling/M +underpart +under-secretary/SM +underside +undersign/G +underspend +underwater +unearth/SYG +unease/2Z +ungraceful +unguent/S +unhappiness +unholy +unhomely +unicameral +Unicode/M +unilateral/3Y +unilateralism/M +unilateralist +unimpressive +unintended +uninterrupted/Y +union/EAMS +unipolar +unisex +unity/SEM +universalism/M +unjust +unkindness +unlatch/G +unlearn/G +unlink/G +unlock/G +unlooked-for +unlovely +unmusical +unnavigable +unneighbourliness +unobliging +unofficial +unpin/GD +unprofessional +unprotected +unpunctuality +unruly/T +unshakable/Y +unsighted +unstamped +unstudied +unsubstantiality +unsuspecting/Y +unswerving/Y +unsystematic +untactful +until +unyielding/Y +upbraid/DGS +Updike/M +upgrade/7DGS +upholstery/SM +uplift/DSG +upper-class/S +uppercut/S +uppity +upraise/DGS +uprate/GD +upriver +uproar/MS +upside-down +upstandingness +upsurge/S +uptake/SM +uptime +Upton/M +Urana +Uranus/M +urbane/Y +Urdu/M +ure's +Uriah +urn/SM +ursine +USART +USCG +USDA +useless/Y +usherette/SM +USIA +USN +USPS +USS +utilitarian +utility/MS +utter/dJYS +uttered/U +utterer's +UV +uxorious +V +vacillate/DGNnkS +vacillation/M +Vac's +Vail/M +vainglory/SM +vainness +Val/M +valence/KSM +valentine/MS +Valeria/M +Valerian/M +Valhalla/M +validate/ISGAND +validation/MIA +valise/SM +Vallejo +valued/cfU +valueless +vamoose/DSG +vamp/MDSG +Vandyke/M +vane/MS +vanilla/SM +vanity/SM +vanquish/RDSG +vaporous +vapour/SM +variably/I +Varian/M +varietal +varlet/SM +varnished/U +vase/MS +Vasily/M +vasomotor +vast/TYP +vat/SDGM +vegan/SM +Vegemite +vegetate/nSDGNV +veggie/SM +vehemence/M +vehicle/SM +Velma/M +velocipede/SM +velour/MS +venality/SM +venerate/BDSG +venereal +venison/M +ventilated/U +ventilator/MS +ventriloquies +ventriloquy +vent's/F +venturous/Y +venue/ASM +veracities/I +veracity's/I +verb/SM +verbiage/MS +verboten +verdancy +Verdi/M +verdict/SM +verger/SM +verified/U +vermiculite/MS +Vern/M +Verna/M +versa +vertigoes +vestibule/SM +vestry/SmM +vest's +veterinarian/MS +veterinary/S +veto/GMD +VF +VHS +vibrancy/SM +vicarious/Y +vice-Chancellor/SM +viciousness/S +Vicki/M +victor/MS +Victorian/MS +victorine +victual/RGSD +videodisk/MS +Viennese/M +Vientiane/M +Vietnamese/M +viewable +viewgraph/SM +viewless +vigilant/Y +vigilantism/MS +vignette/SDMG +vigorous/Y +Vila/M +villagey +villein/MS +Villeneuve/M +Vilnius/M +Vincennes +vinegared +viola/MnS +violable/I +violent/Y +violet/MS +Virgil/M +virgin/oSM +virtual +virtuosity/SM +visceral +viscometer/MS +viscous/Y +viscus +visibility/IMS +Visile/M +visions/K +visor/SM +visual/qQSsY +vita/oM +vitae +vitality/SM +vitiation/M +viticulturist/S +vitro +vivacious/Y +vixen/SM +viz. +Vladivostok/M +VMS/M +vocable/AI +vocalic +vocalised/U +vocalism/M +vocalist +vociferation/M +vociferousness +vocoded +Vogt's +voguish +voice-over/S +voidable +voil� +Volga/M +Volker +volleyball/MS +volte-face +voluminous/Y +voluntaries +volunteer/DSMG +vortices +votary/MS +vote/DRMGvVS +vouch/GRDS +Vouvray/M +VP +vulva/M +Waa +wad/rSZdGM +Wadsworth/M +wager/d +waggoner's +wagtail/MS +wain +Wainwright +waistband/MS +Waite/M +waken/dS +Wakool +Waldeau +Waldorf/M +walk/GDRS +walk-in +Wallace/M +Wallachia/M +Wallal +wall-to-wall +Walsingham/M +Walton/M +Walvis/M +wan/dY +wand/MS +Wangi +wanton/Y +wantonness +warded/A +warder/SM +ward's/A +ware/ZMS2 +Wareham/M +warfare/M +warhorse/MS +warlock/MS +warming/MS +warmish +warmonger/SM +warm-up/S +warrior/SM +wart/MS +Wartburg/M +wary/UY +was +washboard/MS +washday/M +washed/AU +washed-out +washer/5 +washhouse/S +wash-out/S +wassail/DGMS +wasteland/SM +wastrel/MS +watchdog/SM +water-bird/S +watercolour/SM +waterfall/MS +Watergate/M +water-glass +Wauchope +Waupaca/M +wavelength/SM +waver/dkS +wax/SDZGM +Waybill/M +Waynesboro/M +wayside/SM +wayward/Y +weakness/S +Weald/M +wealth/MZ +wear/fM +Weatherford/M +wedded +wedding/MS +wee +weed/DMZSG +weeknight/MS +weepy/T +weighting/MS +weirdness +Weissman/M +Welch/M +well/U +Welland/M +well-balanced +well-disciplined +well-disposed +well-endowed +well-intentioned +Wellman +well-meaning +well-off +well-preserved +well-to-do +well-tried +well-worn +Welwitschia/M +Wembley/M +Wendell/M +Wendy/M +went/f +we're +weren't +werewolves +west/M +westerly/S +Westernport +Westmeath/M +Westminster/M +Westmorland/M +Westward/S +wet/STGYD +wetland/S +Wexford/M +Wharton/M +what/M +what'd +wheat/M +Wheatstone/M +wheelbase/MS +wheelie/MS +whelk/SM +whelp/SGDM +whenever +where/M +whereat +wherein +whereof +where're +whereto +whetstone/SM +whimper/Sd +whims/1wZ +whine/RSDkZMG +whinny/GSD +whipcord/SM +whipper +whirr +whisk/DRGSZ +whistle-stop +white/PTSYMG +whiten/rdS +whitewash/DGMS +whitey/SM +Whitman/M +Whitsuntide +whizzes +whoa +who'd +wholeheartedness +whop/RG +whore/SDMG +whorehouse/MS +who've +why'd +why've +wickedest +wicket/MS +Wickliffe/M +wide-eyed +wideness +widgie +wienie/SM +wifely/T +Wiggins +Wilde/M +Wilkie/M +Wilkinson/M +Willcox/M +willed/U +Willenstad/M +Williamson/M +Willingham/M +willingness/U +williwaw/SM +Willoughby/M +Willunga +Willy +willy-nilly +Wilma +Wilmslow +wimple/SGMD +Winchelsea +wincher/M +Windable +windburnt +Windemere +Windeyer +winding-sheet +window-shop +Windsor/M +wink/RDSG +winkle/SGD +Winslow +winter/cdS +wintertime/M +Winton +wintry/T +wired/U +wiremen/M +wire-tapper +wiring/MS +wisdom/SM +wisecrack/GDSM +wiser +wisest +wishbone/SM +wish-list +wisp/DMZS +wisteria/SM +witchcraft/SM +withdrawer/M +withdrawnness +Witherspoon +withstand/SG +withstood +Witwatersrand +wizard/SYMy +WO +wobbler's +woe/6SjM +Wolff/M +Wolffian +Wollongong +Wolverton +womanish +womanly/TP +Wondai +wonder/jMdLkS6 +Wong/M +wont/DhiG +woo/RSDG +wood/DMm2ZSG +woodbine/MS +Woodbridge +Woodburn +woodcut/MGJRS +woodcutting/M +Woodford +Woodhouse +woodlouse/M +Woody's +Woolgoolga +Woolloomooloo +Woolworth +work/eGcDSA +workably +workaholic/S +workbench/SM +workbook/SM +worker/SM +workforce/S +working/SM +working-class +workmen/M +workspace/S +world/SMf +worldliness/U +world-view/S +world-weary +worm-casts +wormhole/MS +wormwood/SM +worn-out +worst-case +wouldn't +would've +wounding/S +woven/AU +wrapping/MS +wreck/RGDS +wriggly/T +Wright/M +write/fGARS +writeable +writes/c +write-up/S +wrong/6jYGDS +Wrotham +wryer +wryest +wurrung +wurst +WWW +WY +Wycheproof +Wycombe +XULRunner/M +xylophone/SM +y/K +yachters +Yahweh +Yalata +Yallourn +yang +Yankalilla +yardmaster/S +yardstick/SM +Yarram +Yarrawonga +Yass +Yates +yd +yearbook/MS +year-end +Yeelirie +yellowness +Yemen/M +Yemeni +yeomen/M +Yeovil +Yetman +yew/SM +Yiddish +yin +Yindjibarndi +yobbism +yodel/DRSG +yoghurt/M +yoking/U +yonder +Yonkers +Yoong +York/M +Yorkshire/M +Yost/M +you'd +you-know-what +Younis +Youse +Yuba +Yuga +Yukon +Yuleba +yummy/T +Yungaburra +Zaibatsu +Zambia/M +zaniness +zap/RGDS +Zen +zenith/MS +Zeppelin/MS +zeta/S +zeugma/M +zillion/S +zinc/M +Zion/3M +zither/SM +zone's +zoology/wS13M +Zoroaster +Zuckerman +Zukerman +4 +4th +9 +9th +a/o +abacus/MS +abashed/UY +abb�/S +abdominal/YS +abeam +Abel/M +Abelard/M +aberrant/Y +abet/DGS +abhor/DGS +abjectness/S +ablation/M +ablative/S +ablaze +ablution/MS +abnegation/M +abolish/RLDGS +abominable/Y +abominate/GNDSn +Aboriginals +aborigine/oSM +abracadabra/MS +Abram/M +abridger/M +abscess/SDGM +absenter +absent-minded/Y +absent-mindedness/S +absorbent/SM +abstinence/SM +abstracted/P +abstracter/M +abstraction/3SM +abstractionism/M +abstractor/MS +abstruseness/S +absurd/YPT +absurdity/MS +abusable +abusiveness' +AC +Acarus +acceleration/M +accentual/Y +accentuation/M +acceptability/U +acceptability's +acceptant +acceptor/SM +access/yDXGNMSb +accident/SMo +accident-prone +acclaim/GSD +acclaimer/M +acclamation/SM +acclimate/nQsDSGN +acclimatisation +acclivity/SM +accompanied/U +accord/DMRSGk +accordance/SM +accreted +accretive +acculturation/M +accumulation/M +accumulative/P +accurate/IY +accursedness/S +accustom/dS +ace/MuvSnVN +achieved/fcU +acidoses +acne/SDM +acquaintance/SM +acquiescent/Y +acquired/A +acquires/A +acquiring/A +acquisitions +acridity/SM +acryl +act/MGSD +acting/M +actioned +activation/CMIA +activator/SM +acts/A4c +actuate/DSNnG +actuation/M +ad/AS +adaptability/MS +adaptation/M +adapted/U +adaptivity +adaptor/S +add/RGS7D +address/MRGBDS +adduct/GDS +adenoid/S +adequacy/ISM +adhesion/MS +adhesiveness/S +adi�s +adjunct/MSYV +adjustor's +adjutant/SM +administrator/SM +admirable/P +admire/NRnkSlDG +admixture/SM +admonish/GLkDS +adobe/vXSVMN +adorable/P +adorn/LDGS +adrenaline/SM +Adriatic/M +ads +adulation/M +adult/SMYP +adulterant/SM +adulteress/SM +adulthood/SM +adventitious/PY +adventured +adventuresome +adventuring +advertised/U +advisable/I +advisor/SM +aerialist +Aeschylus +Aesculapius +aesthetic/S +aetiology/wW1M +AFC +affair/MS +affection/EMS +affective/M +affiance/GSD +affirmation/AM +affix/DSG +afflatus/MS +afforest/nSGND +affright +Afghani/SM +aficionado/SM +afield +aforementioned +aforesaid +Africa/M +Afrikaner/SM +after/S +afterbirth/SM +after-image/SM +aftershock/MS +Agaa/M +ageist/MS +agenda/SM +agent/DMVGS +agents/A +age-old +aggrandise/DLSG +aggregation/SM +aggressiveness/S +aghast +aging +agleam +aglitter +aglow +Agnatha +agnosticism/SM +agoraphobia/SM +agrarianism/SM +agriculturalist +agriculture/MS3o +agrochemical/S +aground +aid/RGSD +Aida/M +aigrette/SM +aimless/PY +Ainu +airborne +airlift/GSMD +airstrip/SM +airy/TP +Alabama/M +alacrity/SM +Alamogordo +alanine/M +alas/S +Albans +alcoholism/MS +alder/m5MS +Aldrich/M +alee +Alexander/M +Alfa/M +Alfonso/M +Algerian/SM +al-Hail +alibi/SDGM +alienate/GSD +alienor +alight/DGS +aligning/a +aliveness/S +Al-Jazeera +alkalis/dQS +alkaloid/SM +allege/NDnhSG +allegorising +allegretto/SM +allegro/SM +allele/SWM +alleluia/S +Allendale +alleviate/DnVSNG +alleviator/SM +allocator's/C +allotted/A +allotting/A +all-out +allow/7ShlGD +allowing/E +all-purpose +allude/DXSGVvNu +alluvion's +almagest +almighty/P +almond/MS +almost +aloe/SM +aloha/SM +alone/P +alp/M +alphanumeric/YS +Alpinist/MS +alright +al-Shari +Altai/M +Altaic/M +altercation/M +alternate/DSvuYGNnV +alternator/MS +alto/SM +altogether +Alton/M +altruism/SM +alundum +Alvin/M +AMA +Amadeus/M +amasser/M +ambiguously/U +ambit/NXM +amble/RDGS +ambrose +Amdahl/M +ameliorate/VDSNGn +amen/dg7Sl +amender/M +Amerada +Americanisation/M +amiability/MS +amicable/PY +amine/SM +Ammaroo +ammonites +amnesic +amnesty/SMDG +amniocentesis/M +amoeba/WMS +amoebae +amorousness/S +amorphism/SM +ampersand/SM +Amphibia +amphibology/M +amputate/GDSNn +amuse/RVLDGSkh +amused/U +amusing/P +an/o +Anabaptist/SM +anachronism/SM +anaemia/SM +anagram/SDGM +anagrammatic/Y +Anakie +anal +analgesic/S +analogous/YP +analyse/GSDW +analyses/a +analyst/MS +anamorphic +anapaest/SMW +anaphora/1WM +anarchist/W +anastomosis/M +Anatolia/M +anchoress +anchoret/W +anchorite/SWM +ancientness' +and/GSD +Andaman/M +andante/S +anders +Andersen/M +Anderson/M +andiron/MS +Andrew/SM +anemone/SM +anew +angel/MWSw1 +Angela/M +anger/MdS +Anglicisation/M +Anglicism/SM +Anglo +Anglomania +Anglophone/SM +animalcule/S +animating/A +animation/MAS +animator/MS +animism/SM +ankle/GDMS +Anna/M +annalen +annelid/SM +Annie/M +annotation/M +announced/U +anomalous/PY +anopheles' +anorak/SM +ans/M +antagonism/MS +antecedence/SM +antecedently/M +anthropomorphizing +antibody/SM +anticipate/VGnyDNvS +anticipated/U +anticipation/M +anticlerical/S +anticlimactic/Y +anticlimax/MS +anticompetitive +antiformant +anti-gravity +Antigun +antilog/S +antiphon/SMo +antiphonal/S +antiquation/M +antique/SGNDM +antiradar +antiseptic/YS +antiserum/MS +antislavery +antisubmarine +antisymmetry/W +antiterrorism +antithesis/M +antitrust/M +antivenin/SM +antlered +antral +Antrim/M +anybody/MS +anyone/M +anywhere +apatite/SM +Apennines +aperiodicity/M +aphelion/MS +aphonic +apishness' +aplomb/SM +apoplectic +Apostille +appanage/M +apparatchik/S +apparel/DGSM +apparently/I +appealing/U +appearance/MEAS +appeared/EA +appearing/E +applause/SM +appliance/SM +applicant/MS +appoint/LEDSAG +apportion/ALSGD +appraisees +appraiser/MS +appreciably/I +apprehend/DNaGSX +apprenticeship/SM +approachable/U +appropriately/I +approximation/M +apron/MS +Apsley +apter +aptest +aqueduct/MS +Aquinas +Arabian/MS +arability/SM +arable/S +arachnoid/M +Aramaic +Ararat/M +arbiter/MSNn +arbitrage/DRMSG +arbitrariness/S +arbitrary/YP +arbitrate/DVSG +Arbroath/M +archaeopteryx +archbishop/SM +archdeacon/yMS +archdiocese/MS +architectonic/S +archive/RSD3GM +Arctic/M +ardent/Y +ardour/MS +arduous/PY +are/B +Argentine/MS +argy-bargees +Arian/SM +Aristotelian/M +arith +armature/GSDM +Armco +Armenia/M +Armenian/M +armer/EMS +armless +armlet/SM +Armonk/M +armorial +Arnold/M +aromatherapist/SM +aromatherapy/S +aromatic/PS +arouse/SGD +ARPA +arranged/EKA +arrant/Y +arrest/DRGS7k +arrhythmic/Y +arriver/M +arrogate/nSDGN +arrowroot/MS +arroyo/SM +arse/F +art/M3jS2pZ6 +arteriolar +arthritis/M +arthrogram/MS +Arthropoda +arthroscope/SW +article/GDSM +Artie/M +artificiality/MS +artiste/SM +artistry/SM +artlessness' +Aruba/M +arum/SM +as +asbestos/MS +asbestosis +ascent/MS +ashamed/YU +Ashburton +Asheville/M +ashtray/MS +ashy/T +Asia/M +Asiatech/M +Asiatic/SM +aside/S +asininity/SM +askew +aslant +aspartame/S +aspen/SM +aspirate/DSG +asplenium +Asquith/M +ass/8MS +assail/D7GS +Assamese +assassin/SMNn +assaulter/M +assembled/AU +assemblywomen +assenter +assert/DxVRGSuv +assertiveness/SM +asses/DG +assiduity/MS +assiduous/YP +assignor/SM +assimilate/SGnDNV +assimilation/3M +assistant/SM +assistantship/SM +assister/M +assn +assonance/MS +assorter/M +assumer/M +asteroidal +asthmatic/S +ASTIN +astraddle +astral/SY +astringent/YS +astronomer/MS +asunder +Aswan/M +asyllabic +asylum/SM +asylum-seeker/S +asymptote/MW1S +atavist/WSM +atheism/SM +atheroscleroses +athirst +athlete/1SMW +athleticism/M +Athol +Atkins +atlantes +atlas/SM +Atlee/M +atomisation/M +atonality/MS +atria +atrocity/MS +attack/RSGM7D +attain/GADS +attainability/SM +attainable/PY +attar/MS +attempter/SM +attentive/PIY +attenuated/U +attitude/SM +attitudinal/Y +attorney/SM +attract/GvSDVu7 +attribute/xDGvSV +attributed/U +attributer/M +Aubrey/M +Audi/M +audiovisual/S +audit/dVSMXNy +augite +augment/SRGNnD +augmentation/M +augury/SM +Augusts +aureole/MGDS +aureomycin +auricle/MS +aurora/MS +Aurukun +auspicious/PY +aussie +austral +Australasia/M +australes +Australis +Austria/M +author/dQsqSM +authoress/S +autobahnen +autocollimator/M +autocracy/SM +autocross +autofluorescence +autogiro/MS +autoimmune +autonomous/Y +autotransformer/M +auxiliary/S +availabilities +Avalon/M +avant-garde/3 +avaricious/PY +avenge/RSGD +avers/NXV +aviate/Nn +aviation/M +aviatrix/SM +avionic/S +avoirdupois/M +avower/M +avower's/E +awash +awe/MDSG +awed/c +aweigh +awes/c +awesomeness' +awfulness/S +AWOL +axehead/S +axis/M +Ayrshire/M +Azerbaijan/M +baa/GSD +Babel +baby-sit/S +bacilli +bacilloses +backarrow +backbreaking +backdate/GSD +backfire/GSD +backing/M +backlog/SMGD +back-pedal/GD +backslapping/M +backslash/SDG +backstabber/M +backstabbing +backstage +backstairs +backstreet/M +backstroke/SGDM +backwardness/S +backyard/SM +bacteriophage +badge/DRSGM +badman/M +badmouth/DGS +Baedeker/M +baffle/LRSGkD +bagged/M +baggie's +bagginess/S +bagging/M +bailey/S +bailout/MS +Bairiki/M +bakery/SM +Baku/M +Balaklava +balancer/SM +balcony/SDM +baldric/M +balefulness/S +Balinese/M +Balkan/SM +balkiness +Ballarat +ballerina/MS +ballet/MWS +balloonist +ballot/dMS +ballotter/M +balls/Z +balm/SZM2 +Balmoral +balsamic +balun +baluster/MS +Bamaga +bamboo/MS +banality/SM +bandbox/SM +bandeaux +banded/E +banding/E +banditry/SM +bandy-legged +Bangladeshi/M +Bangor/M +Bangui/M +banister/SM +Banjul/M +bank/RGDJS7M +bankbook/SM +bankrupt/GMDS +Bannerman/M +banns +banterer/M +barb/GSMRDi +barbarism/MS +barbarous/PY +barbedwire/SM +Barclay/M +bareback +barehanded +bargain/RGDSM +bargy/SD +barkeep/RS +barmaid/SM +Barnett/M +barnyard/M +barometer/1WSM +baroness/MS +baronet/SM +baroque/MSY +Barraba +barrage/MDSG +barren/P +barrette/SM +Barringun +bar-room/SM +Barstow/M +Barwon +baseball/MS +baseline/SM +baseness/S +baser/C +basher +basification's +basilar +Basildon/M +basin/M6S +basing/C +bask/GDS +basket/ySM6 +basswood/SM +Bastille/M +bate/SCAGD +bated/F +bathhouse/MS +bathyscaphe's +bathysphere/SM +batiste/MS +Bator/M +battle-cry +battleground/SM +battleship/SM +baud/M +Bauer/M +Bavarian/SM +Baw +bawl/DGS +bazaar/SM +bazillion/S +bazooka/SM +beachwear/M +beacon/MdS +beady/T +bearishness' +bears/c +beastings/M +beat/R7MlJGS +beatably/U +Beatrice/M +Beaujolais +became +Becket/M +Beckham/M +beckon/dS +beckoner's +becloud/SDG +become/kSG +Becquerel +bedbug/SM +bedeck/SDG +Bedford/M +bedmate/MS +bedsit/S +bedspring/SM +bedstead/SM +beecher +beechwood +Beechworth +beef/SMZ2GD +beefburger/MS +beefcake/MS +beefiness/S +beep/DRMGS +Beerbohm/M +befog/SDG +befriend/DSG +beg/GSD +Bega +beggary/MS +begot +begrime/SGD +begrudge/GkSD +begrudger +behalf/M +behalves +behaviour/aSM +behavioural/Y +behavioured +behaviourist/SMW +behest/MS +behindhand +Belgrade/M +believability/M +believing/EU +belittler/M +bell-hop's +belligerent/YSM +bell-ringer/S +belly's/f +Belmont/M +belonging/M +belting/M +beman +Ben/M +bench/SDGM +Bendemeer +benediction/SM +beneficence/SM +benefit/dSMr +Bengali/M +benighted/PY +Bennett/M +benzene/SM +bequest/SM +berate/GSD +Berber/M +beret/SM +Bergerac/M +Bering +Berkshire/M +berm/SM +Bermagui +Bermuda/M +Bernard/M +Bernoulli/M +Bert/M +beryllium/M +bespectacled +bespoken +Bessie/M +bestowal/MS +beta/SM +betel/SM +Beth/M +Bethesda/M +betrothal/SM +bettong +between/PS +bezique +biannual/Y +biathlon/SM +bibliographer/MS +bibliography/WMSw1 +Bicheno +bicuspid/S +Biddle/M +bidet/SM +bid's +bifocal/S +big-boned +bighorn/SM +bigmouth/MS +biharmonic +bijou/M +bikkie +bile/SM +bi-level +biliary +bilingualism/MS +Bilpin +bimetallic +bindi-eye +Bingara +Bingham/M +bingle +bingo/SM +Bing's +binodal +binuclear +biochemical/YMS +biog/S +biogas +biol +bionics/M +bionics' +biophysicist +biota/W +biotechnology/SMw3 +birchen +bird/DRGMS +birdbrain/DMS +birdieing +birefringence/M +BIS +bishop/dMS +Bismarck/M +Bismark/M +bison/M +bisyllabic +bitch/zMZDS2G +bitchy/TP +bittern/SM +bitter-sweet/Y +bituminous +biyearly +bizarreness' +bizzes +blackball/DMGS +blackbirder +black-hearted +blackish +blackjack/DSGM +blacklist/DG +blackly/3 +blackout/SM +Blackstone/M +bladdernut/M +Blaenau/M +blah/DGMS +Blair/M +blamelessness/S +blanc/M +blanketer/S +blas� +blasphemous/YP +blast/GRSDM +blastoff/SM +Blayney +bleach/RSDG +bleat/GSD +bled +bleeding/M +bleeding-heart +blemish/DSGM +bless/ShiGJD +blessedness/S +blighter/M +blimey/S +blinker/d +blinking/U +Blinman +bloat/RGSD +blockbuster/MS +blockier +Bloemfontein/M +Blofeld/M +Blomberg/M +blondness/S +bloodbath/S +bloodied/U +bloodiness/S +blood-lust +bloodsport/S +bloodspot/S +bloodstain/MSD +bloodsucker/SM +blotchy/T +blow-by-blow +blow-dryer +blow-out/SM +blowsiest +blowzy/T +bluebell/MS +bluebonnet/SM +bluebush +blueing's +bluejacket/SM +blueness/S +bluepoint/MS +bluest/M +bluets's +bluntness/S +blur/ZGSM2hD +blurriness/S +blurter +blush/SkRDG +boasted/e +boat/DMRGS +bob/MDGZS +bobbin/SM +bobby/SM +bobs/M +boccie/SM +Boddington +bodgie +bodgy +bodying/M +Boer/SM +bog/GMSDZ +Bogata/M +bogey/DmGSM +Boggabri +bohemianism/S +boil/DASG +Bois/M +bold/PTY +boldness/S +bolero/MS +Bolshevism/M +bolsterer/M +bombardier/SM +Bonaparte/M +bondage/SM +bonehead/DSM +bong/DGSM +boniness/S +bonito/MS +bonkers +Bonn/M +boodle/DSMG +booing/M +book/7RDGJSM +bookbinding/M +bookcase/SM +bookie/SM +bookmaking/M +books/Z +bookwork/M +Boolean/S +Booligal +Boort +bootie's +bootlace/S +bootless +boot's +booty/SM +borate/MDS +Bordertown +born-again +Boro +boron/M +bosom's +Bosporus/M +botany/WSM3w1 +bother/dS +bottle-green +bottleneck/DMGS +bottom/MpSd +bouffant +Boulia +bouncy/TY +boundary/MS +bounty/DSMj6 +bourgeoisie/MS +bourree +bout/MS +Bowraville +bow-saw/SM +boxcar/MS +boycott/DGS +boyer +boyfriend/SM +boyscout +bozo/SM +brace/DJGkMS +brachia +Brachiopod +bract/MS +bracteal +Bradbury/M +brag/TDRSG +Brahmanism +Braille/M +brainchild/M +brainchildren +brainpower/M +brainteaser/S +brainwash/SDG +brainwashing/M +Brampton/M +brand/RMDGSZ +brandish/GDS +brands/a +brandy/MSDG +brandywine +Brant/M +Branxton +Bratislava/M +braze/DGS +brazenness/S +breadfruit/MS +break/SeM +breakable/S +breakaway/SM +breastplate/SM +breathable/U +breathe/S +breech/DMGS +breech-loader +breve/MS +brew/RDSGM +Brice/M +bricklayer/MS +bricklaying/MS +bride/MS +Bridgnorth/M +Bridport +brigade/SGDM +brigadier/SM +brigantine/MS +brilliance/MSZ +brim-full +brimstone/MS +brink/SM +briquette/SM +bristols +Brit. +British/RY +brittleness/S +brittleness' +broadband +broad-mindedness +broadside/SMDG +broadsword/SM +broken/YP +broker/d +brolga +bromating +Bromford/M +bronc/S +broodiness' +brook/SDMG +Brooklet/M +brose +brotherly/P +brow/SM +browbeat/SG +browbeaten +browning/M +brownout/SM +brows/DRSGB +Broxbourne/M +brucellosis/M +bruit/dS +Brunei/M +Brunel/M +brushfire/SM +brushwork/SM +brusque/YTP +brutal/Qq +brutality/MS +brutishness' +BSD +BTW +buboes +buccaneer/DSGM +bucketful/SM +buckle/GUSD +buckler/SM +buck-passing +bucolic/YS +budge/DSG +budgetary +Buena +buffered/U +bufflehead/M +buffoon/SM +Bulawayo'sc +Bulimba +bulker +bullet/MS +bulletproof/GD +bullfinch/SM +bullfrog/SM +bullheaded/P +Bulli +bullish/YP +Bulloo +bully/MTSDG +bumpkin/MS +bumpy/TP +Bundjalung +bundle/GUD +bundler/M +Bungendore +Bungonia +bunk/RCGDS +bunny/MS +bunyip +buoy/SDGM +buoyancy/SM +burden/cdSU +burdensome/PY +bureau/MS +burg/RSM +burglar/SM +burglarproof/GD +Burgundian +Burke/M +burl/DM2S +burlesque/DYMRSG +Burlington/M +Burmese +Burne/M +burned/U +Burnett/M +Burroughs +burster/M +busher +businesslike +busk/RGM +buskin/SM +busman/M +busty/T +busyness +busywork/SM +but. +butane/MS +butchery/SM +butler/dSM +butt/MS +butt-end/S +butterball/MS +Butterfield/M +butterscotch/M +buying's +by-lined +by-product/SM +byroad/MS +Byronism +byword/MS +CAA +cabal/GMSD +cabernet +cabinetry/SM +cable/DGSM +cablegram/MS +cabriolet/MS +cacao/SM +cacciatore +cacher +cacophony/M3S +cadaverous/Y +caddy/SGDM +cadencing +cadent/C +caducei +caeca +caecum/M +Caerphilly/M +caf�/SM +cafeteria/MS +caffeine/MS +caftan/SM +cagiest +caitiff/SM +cajole/LGRSyD +calcite/MS +calcium/M +calculate/BDhiSGNknV +calculator/MS +calendar/MdS +Calgary +calibrate/DASNG +calibrater's +calicoes +Californian/SM +Caligula +call/MS +Callahan/M +called/cAaU +calling/ac +callous/SGPDY +callowness/S +calorie/MS +Caloundra +calves/M +camber/dSMW +Cambodia/M +Cambodian/S +camel/MS +camel-hair +camellia/SM +Camembert +Camilla +camp/2MDzGRSZ +campaign/DRMSG +Campbell/M +camped/C +Camperdown +camphor/SM +campimeter's +camping/M +camp-site/SM +Canaan/M +Canaanite +canary/SM +cancan/SM +cancel/RGDS +cancer/SM +candlewick/MS +candy/SGDM +cane/SJM +canniest +cannulisation/S +cannulising +cant/CRDGS +cantabile/S +cantaloup +canted/AI +canteen/SM +Cantonese +Cantopop +canvaser +capability/ISM +capablest +capacious/YP +capacitive/Y +Capel +capillarity/SM +capitalist/1W +capon/MS +Capote +capsulae +caption/GDM +captious/YP +captor/SM +capture/AGDS +caramel/QSM +caravanserai's +carbohydrate/MS +carbonate/DMGS +carcinogenesis +cardholders +cardiac/S +Cardin +cardinality/SM +cardiomegaly/M +Cardwell +career/3SGMD +careerist +caress/kvMSV +careworn +Caribbean +caribou/M +caries/M +carina's +Carisbrook +car-jacket's +Carline +carling's +Carlo/S +carmagnole +Carmel +Carmichael +carnage/MS +Carney/M +Carnot +carny/SG +Carolinian/S +carousal/SM +carouse/RDSG +carp/RMDGkS +carpal/SM +Carpentaria +carpeting/M +Carr/M +Carrie +carrier/SM +Carroll/M +car-sharing +Carson +cartage/MS +carthorse/SM +carton/SdM +casaba/MS +Casanova/M +case/SLJDMG +casebook/SM +cased/U +cash-book/MS +cashier/GDSM +Cassels +cassock/DMS +cast/cSAaGe +caste/RSMJ +castigator/MS +Castillo/M +casting/cM +castle/MSGD +castrato +cat/MzGDZS2 +cataclysmal +catalogue/DGRS +catbird/SM +catcall/GSDM +catchphrase/S +catechism/SM +catharsis/M +Catholicism +Catholic's +catkin/SM +CATV +caudate +cauldron/SM +causal +causality/SM +cause/RDpGonSM +caused/U +causeway/SMDG +caution/RDGSyM +cautious/YI +caviar/SM +cavity/MFS +cay/MCS +cayenne/SM +cayman/S +CDC/M +CDMA +Cecil/M +Ceduna +Celanese +celebration/MA +c.elegans +cella's +cellularity +Celt/W +cementum/SM +censer/MS +censor/dMS +censoriousness' +censure/RSGMD +centilitre/SM +centralise/AGCnSD +centralist +centrefold/S +Centrex +centric/F +centrifugate/M +centring/M +centripetal/Y +Cephalopoda +Cephalopodan +Cepheid +ceremonialness +ceremoniously/U +Ceres +cerise/MS +certainest +cesser +Ceylon +chagrin/SM +chain/UDSG +chainsaw/DSG +chairperson/MS +chalet/MS +chalk/SZ2DGM +challenging/U +challis/MS +chambermaid/MS +chamberpot/S +chambray/SM +chamois/MDGS +champaign/M +Champlain +chancel/SM +chandler/SM +changeableness/SM +changing's +chanteuse/MS +chap/MDGS +chapeau/SM +chapter/dSM +charabanc/SM +character/dq6QstSMp +charbroil/GDS +chard/MS +charging/fcA +charisma/W1M +charismatic/U +charitable/PY +charitableness/U +charitably/U +charlady/M +Charlemagne/M +Charles +chatelaine/MS +Chattahoochee +chattel/SM +checking +checkmate/SDGM +check-up/SM +cheddar/S +cheek/2SZzDGM +cheekbone/MS +cheerfulness/S +cheerleader/SM +cheerlessness' +cheeseburger/SM +cheesecloth/MS +chemise/SM +chemosynthesis +chemotherapist/SM +Chen +chenille/SM +chequeing +chequer/d +cherish/DGS +cherisher/M +Cheshire/M +chesterfield/SM +Chevy +Cheyenne +chge +Chiang/M +Chiba +Chichester +chichi/TS +chicken/dSM +chicory/SM +chiding/M +Chief +chiefdom/SM +chiffon/SM +chiffonier/MS +chignon/SM +childbirth/SM +childishness/S +childrearing +chilliness/S +chillness/S +chimaera/Mw +chimera/wSWM +chimp/MS +chipboard/M +Chipping's +chippy/S +chirography/SM +chivalrousness/S +chivalry/WSM +chive/SM +chlamydia/S +chm +chock-a-block +chocolate/SMZ +cholesterol/SM +choline/M +cholinesterase/M +choosy/T +choroid/S +Christi +Christiana/M +Christianity +Christoph/M +chromite/M +chronic/SY +chronometer/MWS +chubby/TP +chuck/SGDM +chummy/TP +chunky/TP +churchgoing/SM +churchly/P +chutney/MS +ciao/S +Cicely +ciceroni +cilantro/S +cilia/F +cilium/M +cinch/GMDS +cinchiest +cinder/SdM +cinematographer/SM +circlet/SM +circuitry/SM +circulated/A +circumnavigation/M +cistern/SM +citronella/SM +citrus/MWS +citywide +cl/GJ +claimed/U +claim's +clamorous/YP +clamshell/MS +clandestine/YP +clannish/YP +clannishness/S +Claremont +clarinet/SM +clasper/M +clasp-knife +clasp-knives +class-conscious +classificatory +classmate/SM +clatter/kSZd +clatterer/M +Claudia +Clausen +claustrophobic +clavier/SM +clayier +Clayton/M +clean/RTJYPDBGS +cleanskin +clear-sighted +cleavage/SM +Clemenceau +clerk/SYDGM +Clermont +clew/GSDM +cliff-hanger/MS +climacteric/SM +climate/SM1 +climbed/U +clink/RSDG +clinometer/SWM +Clinton/M +cliometric/S +clique/DSZMG +C.Lit. +clitorides +clitoris/SM +cloak/SUGD +cloak-and-dagger +cloakroom/SM +clobber/Sd +clockwork/SM +cloisonnes +cloistral +clomp/GDSM +close/PRGDJYST +close-cropped +closed/UE +clothesline/MGSD +clothesman +clove/RSM +Clovis/M +club/SMGD +club-class +clutter/dS +cluttered/U +coacher/M +coagulant/MS +coal-black +coalescence/MS +coarse/YTP +coarsen/dS +coax/okRG +cobble/RGDSM +Cobram +Coburg +co-channel +cochlea/SM +cockatoo/SM +cockatrice/MS +cocklebur/M +cockleshell/MS +cockney/SM +cockroach/SM +cock-shy +cocktail/DGSM +cock-up/SM +coda/SM +codebook/S +codebreak +codec/SM +codependency/S +coder/4SMC +codeword/MS +codex/M +codification/M +coenobite/MWS +coercible/I +coextensive +cofactor/MS +coffee-cake/SM +coffee-cup/MS +coffee-maker/S +cogency/SM +Cohn +coif/M +coinage/SM +coincidental +cokey +Colchester/M +Cole/SM +Coleman/M +Colette/M +Colgate +Colin +collage/SMDG +Collarenebri +collator/MS +colleen/MS +collegian/SM +collide/SNxDGX +colliery/SM +collimate/DCNGS +Collingwood +Collins +colloidal +collude/SNVDGX +Colombia/M +colon/qsMQ3WS +Colorado/M +coloratura/SM +colossus/M +colostrum/MS +coloured/ES +colouring/M +colour-sergeant +colter/M +coltish/PY +Coltrane +Columbia/M +columnar +comaker/SM +comb/DRGJSM +combinable +combinator/WoMS +combinatorial +comedian/MS +comedown/MS +comfort/BlRGSkDM +comfortableness/U +comicalness +comity/SM +commando/MS +commencer/M +commentary/MS +commiseration/M +commission/DGCRS +committee/5mMS +common/rYPSM +commonsensical +communality/M +commune/SGQ3oD +communicability/MS +communicable/Y +communicate/SNxvBDVGun +communicated/a +communicative/U +communique/S +communism/MS +communitarian/M +community/MS +compaction/M +companion/lDM7SG +companionable/P +Compaq/M +compartment/MGDS +compatibility/SMI +compatible/ISY +compatibly/I +compendia +compensable +compensator/M +competitor/SM +complacency/SM +complement/NGDRSM +completes +completion's/I +complicating/c +complicity/MS +comprehensibility/SMI +compresses/C +CompuServe/M +computability/M +computed/KA +comradeship/SM +Comte +Conakry/M +conceived/aK +conceiver/M +concentrator/SM +concern/DUh +concerted/E +concerto/SM +concerts/E +concilia/nV +conciliate/yG +conciliation/MA +conciseness/S +conclave/S +concocter/M +concordant/Y +concupiscence/MS +concurrence/MS +concuss/VNX +condemnation/M +condemnatory +condensation/M +condescend/kNX +condo/M +condolence/SM +conducted/a +conductor/SM +conducts/a +confessional/S +confidante/SM +confirm/nhiNy +confiscator/MS +conflation/M +conformal +conformance/MS +confrere/SM +Confucius +congener/SM +congenial/U +congeries/M +congeries' +conglomerate/MNSGnDV +conjugateness +conjugation/M +conjunctiva/SM +conjuring/M +conk/RS +Connecticut +connection/pS3M +connectionist +connective/MS +connivance/MS +connubial/Y +conquered/U +conqueror/MS +conquestor/SM +conquistadores +conscientiousness/S +conscionable/U +consciousness/S +consecrated/AU +consecrating/A +consensus/MS +consent/DRkSG +conservancy/MS +conservatism/MS +consider/AdS +considerate/YIN +considered/U +considerer/M +consignor/S +consistence/SZ +consistency/IMS +consistent/YI +consolation/ME +consomme/S +consonance/SM +consortium/M +conspiratione +constituent/YSM +constitutionality/SM +constitutionals +constructability +construction/3SoM +constructiveness/S +consulate/MS +consulship/SM +consultancy/S +consume/SVRGXhDJvkN +consumerist +consummate/YSDVG +consummated/U +contaminative +contemplative/SP +contemptible/Y +contentious/PY +contentiously/U +contentiousness/S +contiguousness' +continent's +continue/SEGnND +contraceptive/S +contradictory/PY +contrariwise +contrary/PSY +contravention/MS +contrite/P +contrivance/MS +contusion/M +convene/SAGD +convention/oSM +convergence/MS +converser +convex/Y +convict/DGSV +conviction/SM +convincing/UY +conviviality/SM +convoke/SGnND +convolve/SCDG +convulsion/M +Conway/M +cooked/fU +cook's +cookware/SM +cool-bag +Coolgardie +cool-headed +coolish +coolness/S +Coonabarabran +Coonamble +co-op +cooperant +cooperative/U +co-operator/MS +co-opt/VGN +Coorong +Cooroy +coot/MS +Cootamundra +cop/DMdRSG +coping/M +copper/dZ +Copperfield +coppice/GDSM +co-produced +cops/GDS +copybook/MS +coquettish/Y +coral/MS +Corbett/M +Corby +corder/MA +cordillera/SM +Corey/M +Corfu/M +corkscrew/MDSG +cornea/MS +cornerstone/MS +corolla/ySM +corporates/I +corporation/ISM +corporeal/IY +corporealness/M +corps/MS +correction/MS +corrective/S +correctly/I +correlate/CNDSG +correlated/U +corridor/SM +corrigendum/M +corrigible/I +corroborated/U +corroborator/SM +corrode/bXvuGDSNV +corruptness/S +corset/dSM +Corsica/M +corticosteroid/SM +cortisone/SM +coruscation/M +Corvallis +corves +cosine/MS +cosmetology/S3M +cosmical +cosponsor/dS +co-star/GDS +cost-effectiveness +cotangent/SM +cote/SM +coterminous/Y +cotillion/SM +cottar's +cottontail/MS +cottonwood/MS +cottony +could +counsel/GJMDS +counterblow +counterfeit/RSDG +counterinsurgency/SM +counter-intuitive +counterproposal/M +countersignature/MS +counterspy/MS +countersunk +countess/SM +countrywide +Couperin +coupled/U +couples/U +couple's +courgette/SM +course/MERDSG +court/RGMDSY +courtyard/SM +couturier/SM +covalent/Y +cover-up/S +covet/dSk +cowbell/MS +cowboy/MS +Cowell +Cowes +cowgirl/MS +cowl/MDGS +coyed/C +CPA +CPU/MS +Crabbe/M +crabby/TP +crablike +crack/RSD7GY +crackable/U +crackle/SGDJ +cradling/M +Craigieburn +Cramer +crammer/M +cranky/PT +crap/ZDMGS +crape/MS +crassness/S +craver/M +crawdad/S +creaminess/S +creaser/I +crease's +creatable/U +creation/AM +creativity/MS +creditable/P +creditor/SM +creditworthy +credulity/MIS +creek/SM +Creighton +cremation/M +crenulate/nND +creosote/DSMG +crestfallen/YP +cresting/M +Crestview +Creswick/M +Crete +cretonne/MS +Creutzfeldt-Jakob +crevice/SM +crewelwork/SM +crimp/DGS +crimper/M +crimson/dSM +cringer/M +crinkly/ST +criss-cross/SGD +critic/MYQsS +critical/UY +croft/GRSM +croissant/SM +Cromwell/M +Cronin +crookedest +crops/e +crop's/e +cross-check/SDG +crossed/AU +cross-fertilization +cross-hair/S +cross-legged +crossproduct/S +cross-reference/SDG +crosstalk/M +crowfeet +crowfoot/M +cr�pey +crucifixion/M +cruciform/SM +cruddy/T +cruel/TGPSYD +cruelness/S +cruelty-free +crumb/GYDSMZ +crumbliness/S +crumbly/TP +crummy/T +crumple/DGS +Crusoe +crustacean/MS +crustiness/S +cry-baby/SM +cryptanalytic +cryptographer/SM +Cs +CSYS +cu. +cubit/SM +cuboid +cue/MaGDS +cueing +Culcairn +cull/S +culotte/S +cultivable +cultivatable +cultivation/M +cumber/dS +Cumberland/M +Cumbria/M +cumin/MS +Cummins +cumulonimbi +Cunnamulla +cunnilingus/MS +cunt/MS! +cupful/MS +cupidity/SM +cupping/M +curate/MGSD +curative/S +curator/SM +curbside +curiosity/SM +curliness/S +Curramulka +curricula +curricular +Currie +Currier +cursiveness/M +cursor/dSM +curtain/GSMD +curtness/S +curvaceous/Y +curvature/SM +cuspate +custard/SM +Custer/M +custodian/SM +custom-built +cut/MJGSR +cutaneous/Y +cuteness/S +cuticle/MS +cutlass/MS +cut-out/SM +cuts/f +cuttlebone/SM +cuttlefish/MS +cyan/SMW +cyanogen/M +cybernetic/S +cyberpunk/SM +Cyclases +cycle/w3D1SMWG +cycled/A +cyclotron/SM +cyder/MS +cylinder/1SMw +Cyril +cystitis +cytology/SM3w +cytoplasm/MSW +czar/SM3 +czarina/SM +Czechoslovak +Czechoslovakia/M +dace/M +dacha/SM +dactyl/MS +dad/MSZ +Dada +Daedal +daemon/WSM +dagger/d +Dahl/M +daiquiri/SM +dais/MSZ +daisy/SM +Dajarra +damaged/U +damask/GDMS +dame/SM +damner +Damon/M +damson/SM +Dana/M +danceable +Dandenong/S +dander/SMd +dangerous/YP +Danny/M +Danube +Danzig +dapperest +dare/RSGkD +d'Arezzo +Dargo +darkish +darnedest +dart/DRGSM +dartboard/SM +Dartford +Dartmouth +Darwin +DAT +datafile +dataset/S +daub/RSGD +dauntless/YP +dauntlessness/S +David/M +Davidson +Davis +day-to-day +d�but/S +DCM +d�collet� +deadhead/MS +deadline/GDMS +deadly/TP +deadset +deals/a +deanery/MS +deanship/MS +dear/TSZYP +Dearborn +dearth/MS +deathblow/SM +debacle/MS +debar/LDG +debatable +debaucher/M +Debbie/M +Debby +debit/d +debutante/SM +decadence/Z +decagon/SM +decathlon/SM +Decatur/M +decease/KSDG +deceptiveness/S +decidedness' +decisiveness/SI +deck/DJMSRG +declaration/AM +declare/RSNGnVvyD +declaring/A +declassee +declassify/GNn +DECNET +decongestant/S +decorative/P +decorous/IPY +decrepitude/SM +decrypt/GD +dedicative +dee/M +deed/DGSM +deepening/M +deep-fried +deep-laid +deerstalker/SM +deface/LR +defame/nRGy +defeat/3RDG +defeated/U +defector/SM +defencelessness +defend/uvV +defended/U +defensibility/M +defiled/U +definably/I +define/KDSAG +definer/SM +definite/xVvu +definiteness/IS +deflatable +deflater +deflect/7SGVD +deflection/SM +defoliant/SM +deformity/SM +defunct +degree/SM +deicide +deign/DSG +DeKastere +Delano/M +delectability +delectable/PSY +delete/GNnSD +deleter +deletion/M +delft/SM +Delia/M +deliberate/YPVuv +deliberateness/S +deliberateness' +deliberative/P +delicateness/S +delicateness' +delicti +Delilah +delineate/DGNnVS +delinquency/MS +Delissaville +dell/SM +Della/M +Deloraine +delta/MS +demanding/U +dementedness' +demesne/SM +demi-monde/SM +demitasse/MS +democratic/UY +demographist +demolish/GDS +demonstrate/DSvGnNVu +Denbighshire/M +denouement/MS +denounce/SLRGD +denseness'/S +dent/D3GoSM +dentist/y +denture/IMS +denuclearise/GSD +denudation/M +denude/nRGD +Denver +deny/RGk7DS +deo/3 +department/o +departmental/qQ +depend/BGDlS +deplete/GVnDSN +deportation/M +deportee/SM +depositor/SM +depository/SM +depute/NGQZnSD +derail/L +dereliction/SM +derisive/P +derisiveness/S +derisiveness' +derivativeness' +derogatory/Y +derrick/MDGS +Descartes +descends/F +deserved/UY +desiccate/SNDnG +desiderata +desideratum/M +designation/M +desirablenesses +Desmond/M +desolation/M +desorption/M +desperate/YPnN +despise/RGDS +despite +despoil/L +despondence/SZ +desultoriness' +detachedness' +detain/LDSG +detainer/M +detective/SM +deteriorate/nSDGVN +determinacy/I +determination/KMI +determine/BDSRGuhi +determinedness' +determiner/KSM +determining/KA +deterred/U +DETRE +detribalise/DGS +detrimental +Dettingen +Deutsch +devastation/M +devilishness/S +deviousness/S +devoice +devour/RDGS +dewlap/MS +dewy-eyed +dexter +dextrose/MS +DfES +Dhaka/M +diabolical/P +diachronic +diadem/dSM +diaereses +diagnosable +diagnose/GDaS +diagnosed/U +diagnosis/M +dialectic/MS +dialysis/M +diamagnetic +diaphanousness' +diastase/SM +dibbler +dichloride/M +dichotomy/QqSM +dicier +dickhead +dickiest +Dickson +dicotyledon/SM +dicotyledonous +dicta/nM +Dictaphone +dictate/GDS +dictatorship/MS +didactics/M +diddle/DRGS +Diderot +Diego +Dieppe +dieresis/M +diesel-electric +diet/DRGSM +dietary/S +diethyl +Dietrich +differencing +different/IY +differentiator/MS +differer/S +diffidence/MS +diffract/SGD +diffraction/SM +Digesta +digester/M +digestible/I +digestifs +digestion/SM +digestive/S +dignitary/SM +Dijon +dilapidation/M +dilate/nVDGNSyhi +dilatory/P +dilettantism/SM +diligence/MS +dilly-dally/DSG +diluent +dilute/VDGYPS +diminution/SM +dimorphism/M +dim-witted +dinky/TS +dioxalate +dip/RSDGZ +diphtheria/SM +diploid/S +diplomat/3SM +direct/TxPyYSDGV +directivity/M +directly/I +director/SaA +directrices +dirndl/MS +dirtiness/S +disadvantage/i +disambiguate/GDnSN +disappear +disarm/k +disavowers +disband/L +discern/LbDSGk +disciple/MSDG +discipline/DIM +discography/SM +discolorations +disconnectedness/S +discotheque/SM +discoverer/S +discredit/7l +discreet/TPY +discreetness/S +discrepancy/SM +discrete/PYnN +discretions/I +discrimination/MS +discriminatory +discursiveness +discus/MSDG +disdainful/P +disembark/nN +disillusion/DLG +disk/MS +dislodge/LG +disodium +disorder/ih +dispensary/SM +dispensation/M +displease/h +dispose/B +disposed/IK +disposes/KI +disproportionate/DG +disproportionation/M +Dispur +disputable/I +disputably/I +disputant/MS +disquiet/kM +Disraeli/M +dissemble/SGRD +dissipate/RShGDiNnV +dissoluble/I +dissoluteness/S +dissuader/M +distal/Y +distance's +distant/PY +distaste +distend/XN +distillate/SM +distributable +distribute/uvGV +distributor/SM +distributorship/M +disuse/M +ditherer/S +diuretic/S +divan/SM +divergence/SM +diversion/yM +diversity/SM +divert/SDG +diverticulitis/M +divide/XDRxvuSNGV +divides/A +divine/YnDTRSNG +divisibility/ISM +divisible/I +division/A +divisiveness' +divulge/GDS +DJ/M +djellabah's +DJs +d�nouement +dock/JMS +dockland/SM +doctorate/SM +doctrinaire/S +doctrinal +documentary/SM +documented/U +Dodgson/M +dodo/MS +doe/7RMTS +does/ceAU +doeskin/MS +dog-collar/MS +dogfish/MS +doggerel/SM +doggie's +doggy/STM +dogmatic/S +dog-star +dogtooth/M +dog-tooth +dogwood/SM +doings/a +Dolby/M +dolefulness/S +dolefulness' +doll/DGSMY +dolour/SM +Domesday +domestic/YNnS +dominant/SY +dominate/NSGKD +dominative +domineer/GkDS +Dominic +Dominick/M +dominoes +Donaldson +done/FefcAU +Donegal/M +Dong's +donkey/SM +Donna +donnish/PY +Dooley/M +doorkeep/R +dopamine +dopiest +Doris +dork/SZ +dorky/T +dormouse/M +dose/cDMSG +dosimeter/MS +doss-house +dost +dot/rdMZS2kDG +double-checked +doubled/A +double-decker/S +double-glazed +doubleness +doubles/M +doublethink +doubling/A +doubt/kSRM6Djp7G +doubtful/P +dour/TPY +douse/DSG +douser/M +dovecot +dowager/MS +dowdiness/S +dowel/SDMG +dower/MdS +down-and-out/S +downbeat/MS +downheartedness/S +downland/S +download/BDSG +downpour/SM +downrange +downs/8 +downstage/S +downturn/SM +downwind +downy/T +Doyle +DOZ +dozenth +Dr +drabness/S +draconian +drafted/A +drafting/M +draggy/T +dragoon/MGDS +drainage/MS +drake/SM +dramatics/M +drat/GDS +draught/zm2S5Z +drawee/SM +drawing-room +drawl/GSDk +dray/SMDG +dread/GSD6j +dreadlocks +dreadnought/MS +dreaminess/S +dreamland/MS +dreamlike +dreary/TP +dredge/SMRGD +dresses/AcU +dressmaker/SM +Drew's +driblet/SM +drift/RGSDk +drivel/RGSD +drizzly/T +dromedary/MS +droop/2GSDZk +drop/DRGJSM +drop-in +drop-kick/S +dropping/M +drosophila/M +drown/DJSG +drowner/M +drowsy/TPY +Druidism/SM +Drummond/M +drumstick/SM +drunkenness/S +dryad/SM +dry-cleaning +dryer/MS +drying/M +dryness/SM +DTP +dual/S +Duane +dubbing/M +duchess/SM +duckbill/SM +ducker/M +duckling/SM +duct/FMDGS +ductile +dud/MS +Dudley/M +duella +dulcify +dumbfound/DGS +dun/TZSDG +Duncan/M +Dundee/M +Dungog +Dunlap +duple +duplexer/M +duplicative +duplicitous +Dupont +durable/PS +Durban/M +Durras +durum/MS +Dusenberg +dustpan/SM +Dutchwomen/M +duxes +Duxford/M +DVD/MS +Dvor�k/M +dwarves +dye/GJRM7DS +dyestuff/SM +dynamical +dynamics/M +dynamism/SM +dynamite/RSMDG +dyne/M +dysfunction/oSM +Eaglehawk +ear/YMSD6 +earn/DTSGRJ +earning/M +earthbound +earthliness/U +earthling/MS +earthshaking +earthward/S +earthwork/MS +earwig/MDGS +earwitnesses +EAS +easiness/S +East/MR +EastEnders +Eastertide +Eastland +east-north-east +eastward/S +easygoingness' +eaten/Uc +eave/SM +eavesdrop/SRGD +ebb/GSD +Ebert +ebony/MS +eccentric/YSM +Ecclesiastes +ecclesiastic/YSM +ECG +echoic +echolocation/MS +Ecker/M +eclecticism/SM +ecoclimate/SM +e.coli +economic/UY +economics' +ectoderm +Ecuadoran +Ecuadorian +ed. +eddy/DMSG +edgewise +edginess/S +edibleness/SM +edibles +edification/M +edifice/SM +edified/U +Edison +edit/dAS7N +edited/FU +Edithburgh +editor/SFM +Edmonton/M +EDP +educ/nxNV +educability/SM +educate/ihSGBD +educator/SM +efface/GLSD +effacer/M +effectuate/NSGD +effeteness/S +efficiency/MIS +efficient/YI +effigy/MS +effluvia +effusion/M +effusive/P +Egbert +egg/MGSD +egghead/DiSM +eggnog/SM +egotism/SM +egregiousness/S +egress/MGDS +egret/SM +eidetic +eigenstate/S +eigenvalue/SM +eigenvector/SM +eighty-second/S +Einasleigh +eisteddfodau +El +elaborate/PSVDNYGn +elaborateness' +elaboration/M +elastometer/SM +elate/iSNDGhn +elated/P +elater/M +Elba +Elbert +Eldorado +electrical/P +electricity/MS +electrification/M +electro/M +electrocardiogram/SM +electrode/SM +electrodynamics' +electroencephalogram/SM +electroencephalograph/SMZW +electronic/S +electrophoresis/M +electroshock/GSDM +electrostatics/M +elegiacal +elementary/PY +elevens/S +Eli +elixir/SM +Elkhart +ell/MS +Ella +Ellen/M +Ellie +Ellison +elocution/y3MS +elodea/S +elope/SDLG +eloper/M +Elroy +Eltham +elucidation/M +elute/DG +elves/M +Elvira +elvish +emancipator/MS +emasculation/M +embarcadero +embark/EGSAD +embarrass/khLDSG +embellished/U +embodied/A +embolden/dS +embolism/SM +embouchure/SM +embracer/M +embracive +embroidery/MS +embryology/Sw3M +emendation/M +emergency/MS +emery/SM +emf/S +eminence/SM +Emirates/M +Emmett/M +emolument/SM +emote/xvSVDG +emoticon +empathetic/Y +employed/UfA +employments/f +employs/A +emptier/M +emu/MS +emulation/M +enable/DRSG +enactment/A +enamel/DRMGSJ +enamelware/SM +enamour/GSD +encephali +encephalitic +encephalographic +enchanted/E +encroacher/M +encrustation/M +encyclopaedia/SM +endanger/dLS +endear/DkLGS +endemicity +Endicott +endless/YP +endogamous +endurably/U +end-user/S +energetics/M +enfold/DGS +enforcing/A +engaged/A +engages/A +Englewood +English-speaking +engrained +engrave/RSGDJ +engraving/M +engross/LGhSkD +engrosser/M +enharmonic +enlighten/LSd +enlightened/U +enlightening/U +enlist/GDAS +enlistee/SM +enlistment/A +Enngonia +enormous/PY +enormousness/S +enqueue/SD +enrapture/DGS +enrich/LDSG +enshroud/DGS +enslave/SLRDG +entail/LDGRS +entangler/ME +entered/A +enteritidis +enterprising/U +enthrone/DLSG +enthusiasm/SM +entice/RkDSLGJ +entomb/DLGS +entourage/SM +entrammel/SGD +entranceway/M +entrecote/MS +enunciation/M +enunciator/MS +enureses +envelope/SM +envied/U +envious/YP +enzymology/M +eolith/W +epaulette/SM +ephedrine/MS +ephemera/SMo +epic/MSY +epidermic +epiglottis/MS +epigrapher/M +epistemic +epitaxy/oM +epoch/oM +Epping +epsilon/SM +Epstein +equalised/U +equanimity/MS +equipped/AU +equiproportional/Y +Equuleus +era/MS +eras/r7Sdg +Erasmus +erasure/SM +erbium/M +ergophobia +Eric/M +Ericsson/M +erk +Erlang/M +Ernabella +Ernest +Ernestine +erosible +errancy/SM +errand/MS +errantry/M +errata/SWM1 +erratic/S +error/SM +erstwhile +Ervin +erythrocyte/SM +escallop/MS +escaper/M +Espoo +espousal/SM +esprit/SM +esq.. +essay/SMDG3R +essentialness' +est/R +establish/ESLDG +estimableness/I +estimableness'/S +estimating/A +estimative +et +etalon +etc. +eternity/SM +Ethan +ethanol/M +ethic/3SYM +ethicist +ethnocentric +ethnology/wM3S +ethos/SM +Etna +eucalypti +euclidean +Eugenia +eulogised/U +eunuch/M +euphoria/SM +Euroa +europium/M +Euroscepticism +Eurythmics +Eustachian +eutectic +evaluates/A +evasion/M +Evelyn +eventfulness/SM +eventual/Y +eventuality/MS +Everett +Everglades +Everhart/M +everliving +evermore +Everton +everyday/P +everything +evict/DGS +evident/Y +evil/TPYS +evilness/S +evince/SGD +exacting/YP +exaction/SM +exam/SM +example/SMDG +exampled/U +excel/SGD +excellence/SMZ +Excellency/M +exception/7SM +exchangeable +excision/M +excitatory +excitor/M +exclusive/PS +excruciation/M +exculpation/M +excursiveness/S +execrableness' +executrices +exegete/MWw +exegetic/S +exemplar/SM +exemplify/RnDSGN +exercisable +exert/SDcG +exhibit/SXdNV +exhibition/R3M +exhilarate/SGVDNkn +exhilaration/M +exhume/nDGS +exigency/SM +existentialism/SM +exit/dSM +Exmoor/M +exoneration/M +exorability/MI +exosphere/SM +expatriate/NnDSG +expectant/YS +expedience/ISZ +expedient/SY +expediently/I +expended/U +experimentalism/M +experimentalist +experted +experts +expert's +expired/U +expletive/MS +explication/M +explicitly/I +explore/yRDnNSG +explored/U +exponentiate/DNnSG +exponentiation/M +exposit/yNX +exposited +exposition/M +expostulate/DSGNn +exposure/fMSc +expressionism/SM +expressionist/WS +expressionless/Y +expropriate/DnGSN +expunger/M +ex-students +ext +extemporaneousness' +extending/c +extensibility/M +extensible/I +extensive/P +extensor/SM +extinguishable/I +extortion/R3SMy +extra-curricular +extradite/DSG +extragalactic +extrapolation/M +extrasensory +extraterritoriality/SM +extravagant/Y +extravehicular +extrovert/DGSM +extrude/XDNSGV +exuberance/SM +exultant/Y +exultation/M +Exxon +eyelet/dSM +eye-liner/MS +eye-shadow +eye-tooth/M +Ezra +f/37 +Faber/M +Faberg�/M +Faberge/M +fabled +fabling +fabricate/KDGSnN +facelessness +facet/SdM +facetiousness/S +factory/MS +factotum/MS +faddishnesses +fag/MSDG +Fagatogo/M +faggot/dMS +Fahrenheit +fail/DGJkS +failure/SM +Fairless +fairyland/MS +faithless/YP +fake/RSGD +fakir/SM +falafel +Falderals +Falk +fall-back +fallow/GPDS +falsification/M +falsify/nRBSGND +falutin +faluting +famine/SM +famous/PY +famously/I +famousness' +fanatic/SYM +fancywork/SM +fang/DMS +fanned/U +fantail/MS +Faraday +farfetchedness/M +farm/SRMDG +farming/M +farmworker/S +farmyard/SM +farnesses +Farrell +farrier/SM +farthing/SM +fascia/MS +fascicle/MSD +fascism/MS +fascist/WSM +fashionably/U +fastidiousness/S +fatale/3S +fatherhood/SM +fatherland/SM +fathomable/U +fatigue/MkGDS +fatty/PTS +faultless/YP +faultlessness/S +Fauntleroy +Faust +Faustian +favourableness +favoured/UE +favoureds +favoured's +favouritism/SM +Fawkes +Fayetteville +faze/SGD +fearsome/YP +feather-bed/GD +feather-light +featherweight/MS +febrile +fecund/ng +fedora/SM +feeble-minded +feel/RkJGS +Feldman +felicitate/DNSGn +felicitous/YP +fellate +feloniousness' +felt/DGS +fem +fencepost/M +fence's +fer/LKFC +Fermat/M +fern/SZM +Fernando +Ferrari/MS +fertileness' +fervent/Y +festival/MS +festivity/MS +fetch/RSGDk +fetishist/W +fettle/GSD +feudal +feverishness' +few/TP +fianc�/MS +fibrillate/DSG +fibroblast/MS +fibroses +fictional/Qq +fictive/Y +ficus +Fidelio/M +fidelity/ISM +fidget/dSZ +fielding +fierce/PTY +FIFO +fifty-five/H +fifty-four/H +figuration/FMK4 +figurative/PY +figurine/MS +figurings +filament/MS +file's +filing/aA +filing's +filling's +film-maker/S +film-strip/MS +filtered/U +filtration/MI +fin/dMoZwSGD +find/RGJ7S +fingerprint/SDMG +finial/SM +finishes/A +Finland/M +fire/SmMJp +fireball/MS +firebox/SM +fire-control +fired/Ua +fire-fighter/MS +Firefox/M +fire-hose/SM +fire-lighter/S +fire-storm/MS +firewood/M +first-hand +first-name +first-strike +firth/SM +fiscal/YS +fishiness/S +fishing/M +Fishkill +fish-pond/SM +fishy/TP +Fisichella +Fisk +fistfight/SM +fisticuffs +Fitchburg +fit's/aeA +fittingness' +fiver/M +fix/7hRGJnSVDi +fixes/KI4 +fixing's +fixity/MS +fixture/SM +fizzer/M +flabbiness/S +flagon/SM +flagrancy +flamboyant/Y +flamen/M +flame-proof/DG +flaming/SY +flan/SM +flank/RMGSD +flannelette/SM +flare/DSGk +flare-up/S +flashcube/SM +flathead +flatten/rSd +flatter/rSZdk +flattering/UY +flatus/SM +flatware/MS +flax/SM +Fledermaus +fledgling/MS +flee/GSD +fleecy/TP +fleshy/PT +Fletcher/M +flexes/A +flexitime/M +flick/GSD +flier/SM +flightiness/S +flimsy/YTPS +Flinders +fling/MGS +flintlock/SM +flip/TRGDS +flippant/Y +flirtatious/YP +flocculate/DGNS +floe/SM +flooder +floorboard/SM +floppiness/S +floppy/TSPM +Florence +florin/SM +flotation/SM +flotilla/SM +flourish/GSDk +flowery/TP +flowing/c +flu/M +fluent/FY +fluid/QsSYPM +fluidity/SM +fluidness' +flunk/GSZD +flunkey's +fluoride/nMS +fluorine/MS +flutter/rdSZ +flux/DASG +flyable +flyaway +flyblown +flybys +fly-by-wire +flysheet/SM +FM +foamer +foci/M +fo'c's'le +focused/U +foetal +foetidness +fogdog +fogy/MS +fohn +foist/SGD +fold-out/MS +foliage/SMD +foliate/CGSDnN +folk-dance/SGM +folkish +folklike +folksiness/S +Folkston/M +folksy/TP +folk-ways +Folstone/M +foment/nRDGNS +fomentation/M +Fontana +foodstuff/SM +fool/DGSM +foolish/TPY +footbridge/MS +Foote +footlights +foppish/PY +for +forced/U +forceps/M +ford/D7GSM +forebode/SGDJk +foreboding/PM +forebodingness' +foreclosure/MS +forefeet +forefoot/M +foregone +foreknown +forensics/M +forensics' +foresaw +foreshore/SM +foresight/ShMDi +forestation/AMC +forested/A +forfeiture/SM +forfend/DGS +forget/jSG6 +forgivably/U +forgiven/U +forgivingness' +forgot +formability/M +formaldehyde/SM +formalness' +formate/SM +formative/SP +formatter/MS +formic +formidableness' +Formosan +form's +formulate/DGASNn +Forster +forswear/SG +forsworn +forthcoming/U +forthwith +fortuitousness/S +fortunateness/M +fortunes/a +forty-onefold +forty-three/H +forty-twofold +forward-looking +Foucault +foundation/Mo +founder/d +four-letter +fourteen/HSM +fovea/M +foveal +foxiness' +fractal/SM +fractionate/DG +fracture/DGSM +fragile/Y +fragmentary/YP +framed/U +franc/MS +Franco +Francois +francophile +franker/M +frankness/S +Fran�ois +franticly +Freda +Fredrick +freebie/SM +freedmen/M +free-handed/Y +free-kick +freeness' +free-standing +freeze/SUAG +freeze-dried +freight/GRSMD +Frentzen +frenzy/MSDhG +frequented/U +freshen/rdS +freshet/SM +fresh-faced +Freshwater's +Fresnel +fretboard +fretful/P +fretfulness/S +fricassee/SMG +frication/M +friction/pMoS +frictional +Friday/SM +fried/A +Friedrich/M +friends' +frigate/SM +fright/DjSM6G +Frigidaire +frigidity/SM +frill/SMYDG +fringe's +Frisbee +frivolous/PY +fro/S +Frobisher +froid +frothiness/S +froward/P +frugal/Y +frugality/MS +fruitcake/MS +fruitlessness/S +frump/SMZ +frumpish +fry/VSGND7 +fugue/DMSG +Fulani +Fulham/M +full-length +functional +functionary/MS +fund's/A +fungous +funicular/SM +furbishes/A +furious/PY +furlong/MS +furnish/RSDGJ +furniture/SM +furring/M +furtherest +furtiveness/S +fusillade/GSDM +fussiness/S +Futuna/M +FYI +gabardine/SM +gabble/GSD +Gael/W +Gagarin +gains/A +galena/M +Galilean +Gallagher/M +gallant/UY +gallanted +gallantry/SM +galley/SM +Gallic +gallon/SM +gallonage/M +Galloway/M +gal's +galvanometer/SWM +Galway/M +gambit/MS +Gamilaraay +gammon/dSM +Gandhinagar +ganger/M +gannet/MS +Ganymede +gap/kDMdS +gap-toothed +garb/GDSM +Garbo/M +Garnett +Garrick +garrotte/RSMGD +garrulousness/S +gasket/SM +gasohol/SM +gasp/RDGkS +Gaspar +gas-permeable +Gasport +gastroenteritis/M +gastronome/wSZM1 +gastronomy/SMW +gate/SMDG +gathered/I +Gatling +Gatwick/M +gauche/YTP +gaucherie/SM +gaudiness/S +Gaulle/M +gauss/CS +Gaussian +Gavin/M +gayness/S +Gaza +gazebo/MS +GB +Ge +gearwheel/SM +geek +gel/MGSD +gelable +geld/7JDGS +gelid +gemlike +gendarme/SM +genera/Vvo1MnW +general/tqsQPSM3 +generalisable/Y +general-purpose +generator/AMS +generously/U +genetics' +Geneva/M +Genghis +genial/FY +genie/SoM +genitourinary +genocidal +genotype/SM +gentleman/Y +genuflection/MS +geocentricism +geochemistry/SM +geodesy/SM +geodetic/S +geographer/SM +geometric/S +geopolitic/SY +geopolitics' +George/SM +Georgetown/M +Georgian/S +Gerhard +germ/SM +germander +germicide/SM +Gerroa +Gerry/M +Gershwin +Gestapo +gestural +gesundheit +get-out/S +getup/SM +gewgaw/SM +ghastliness/S +ghetto/QDGSM +ghost/SGYMD +ghostliness/S +ghoulishness/S +giantess/SM +giantkiller +Gibb/S +gibbous/PY +gibe/SkDG +giblets +gigabyte/S +Giggs +gigolo/MS +Gilgamesh +gilt/S +gimmickry/MS +Gingin +ginmill +Gino/M +Giovanni +Gippsland +Girard +Giraud +gird/RDGS +girdle/MDSG +Giuseppe/M +give/SRGk7 +glaciology/3wM +gladden/dS +gladiola/MS +gladiolus/M +gladsome/T +glam +Glamorgan/M +glamour/SGDM +glassware/SM +glassy/TSP +glazing/M +glen/SM +glint/SGD +glissandi +glisten/Sd +glister/Sd +glitch/SM +gloat/SGDk +globalism/S +globalization +globular/PY +gloss/SD2GZzM +glottalization/M +Gloucestershire/M +gluiest +glum/TPY +gluon/M +gluttony/MS +gm +GMO +GMT +gneiss/SM +gnomonic +Gnosticism +goalkeeping/M +goal-kick/S +goanna +goat/SM +gob/GMSD +gobbet/SM +gobsmacked +God +goddess/SM +godhood/MS +godliest +Godspeed +gold/TSM +Golda +Golding +Goldman +gondolier/SM +gong/GMSD +goniometer/Ww +good-oh +goof/DGSZ2M +google/GDSY +googly/S +Goolgowi +gooseberry/SM +gorgeousness/S +goriness/S +gormless +gorse/SM +gossamer/SM +Goth/1W +gotten +gout/SMZ +governable/U +governed/aU +governorship/SM +Govt. +GPSS +gr +grab/GSDRJ +grace/EG6SMDj +gracefully/U +graciousness/S +grade's +gradual/3PSY +gradualness/S +graduate/GNDMSn +graduate's/f +Graeme +Graff/M +graft/DSRGM +Graham/M +grammar/MS +grammaticality/U +grampus/SM +grand/STPY +grandiloquent/Y +grandness/S +granduncle/SM +grantor's +granulate/DGS +granulocytic +grassers +grassland/MS +gratefully/U +gratefulness/U +gratification/M +gratuitousness/S +gravedigger/MS +graveness/S +graze/GScD +grazer/MS +gr�ce +greatcoat/DMS +greathearted +great-nephew +grebe/SM +Greece/M +greenfinch/MS +greengage/SM +greenie +Greenland/M +Greenville +greet/DSRGJ +Grenville +Gresford +grew/ecA +greyer +greyness/S +grid/DSM +griddle/SGDM +grided +gridlock/DGS +grievance/MS +grieve/RSkDG +grimace/SGDRM +Grimes +Grimm +Grimsby +grin/SDG +Grindelwald's +grinds/A +grittiness/S +grivet +groan/RSDGM +grogginess/S +Groote +Grossman +Groton +grotto/MS +groundnut +groundwork/M +groups/A +grove/SMR +grow/R7GkS +growing/Iec +grows/eAc +grub/R2ZSDzGM +grudger/M +gruesome/TPY +grumble/RkJDGS +grumpiness/S +g's +gudgeon/DM +Guerre +guesses/e +guesswork/SM +guffaw/SGMD +Guggenheim +Guiana/M +guiding/a +gullet/MS +gulley/SM +gully/SDGM +gummy/TP +gunk/MSZ +gunky/T +Gunnedah +gunnel's +gunnery/SM +gunny/SM +gunnysack/SM +gurnard +Gustafson/M +Gustavo +gusty/TYP +Gutenberg/M +gutter/d +guttersnipe/MS +Gwynedd +gymnasium/MS +gymnast/1WMS +Gympie +gypping +gypsum/MS +habit/d7gnSM +habitability/SM +habitation/MFI +habituate/DSGNn +hack/RSDJG7 +hacking/M +hackle/SGMD +Hadspen +haematite/MS +haematoma/M +haemolytic +haemophilia/SM +haemorrhoid/MS +haggle/RSGD +hagiographer/SM +hairdressing/SM +hair-raising +hairsbreadth/S +hair-slide +hair-splitter/SM +Haiti/M +Hal/M +halal/SDG +haleness +half-blue/S +half-cut +half-finished +half-hardy +half-life +half-lives +half-pay +halfpence +half-sister/SM +half-timbered +halide/SM +Halifax/M +hall/MS +Halley/M +hallow/GDS +hallowed/U +Halloween +hallucinogen/SMW +halve/SGD +halvers +halves/M +hammy/T +hampered/U +handcart/SM +handclasp/SM +Handel/M +hand-held +handhold/SM +handing/c +handle/RSGMD +handles/a +handling/M +handmaiden/SM +handshake/SMG +handshaker/M +handspring/SM +hand-woven +handwritten +hangdog/S +hanging's +hangout/MS +hang-up/S +hankering/M +hanky/SM +Hanukkah +ha'penny +happen/dSJ +hara +Harald +Harare/M +Harbhajan/M +Harbin/M +hard-bitten +hard-earned +harden/rSd +hardening/M +hard-hitting +hardness/S +hard-nosed +hardware/M +hardwood/M +harebell/MS +hark/SDG +harlequin/SM +harmfulness' +harmonica/SM +harmonious/UEI +harmoniously/EI +harmoniousness/E +harmonium/SM +harmony/EWMS +Harold/M +harp/DGJRMSZ3 +Harper/M +harpy/SM +Harvard +harvestmen/M +Hasbro +hassock/MS +hast/DzZ2 +hastener/M +hasty/c +hat/rpdSRMGD +hatchery/SM +hatchway/SM +Hattie/M +hauling/c +Hauser/M +haven/SM +have-not/MS +hawk/RSDGM +hawking/M +hay/GSMD +haycock/SM +hayrick/SM +Hazelbrook +Hazlitt +hdqrs +head/DRzmGMJpSZi2h +headache/MS +headband/MS +head-hunt/DGSR +headland/MS +headless/P +headlock/SM +headmen/M +headphone/SM +headrest/MS +headroom/MS +heads/c +headstone/SM +heady/T +healed/U +healthfulness/S +healthy/TUY +hears/AS +heart/2MDipShzZ +heartbreak/GkSM +heartburning/M +heartsick/P +heart-to-heart +Heathcote +heathen/SM +Heathkit +heatproof +heat-resistant +heavenly/TP +heavier-than-air +heavyhearted +heavyset +hecatomb/M +hectare/SM +hectogram/SM +hedgerow/SM +hedonism/SM +hedonist/SMW +heeder's +heehaw/GSD +heeling/M +Hegel +Hegelian +hegemony/MSW +Heidfeld +heigh +heinousness/S +heirloom/SM +helices/M +helicopter/dSM +Helios +hell-bent +Hellenism +hell-fire/M +hello/DMGS +helluva +helm/GmDSM +helpfulnesses +helplessness/S +helpmate/SM +helter +helter-skelter +hence +henceforth +henceforward +henchmen/M +Henderson +henna/DGSM +hep +hepatitis/MS +heptagonal +herb/MS +herbalist +herbicidal +Herculean +hereabout/S +hereafter/S +heredity/SM +Hereford/M +Herefordshire/M +hereinafter +hereunder +hereunto +hereupon +Heriot-Watt +heritability +heritable/I +hermaphroditism +Hermes +herniate/SDG +heroic/S +heroism/MS +herring/MS +herringbone/SMDG +Herrington +Hertfordshire/M +Herzegovina/M +hesitate/GSnDkN +heterostructure +heterozygous +hexagon/oSM +hexer/M +Heywood +Hezekiah +HF +hgwy +Hi +hibernation/M +Hibernia +Hickman/M +hideousness/S +hieratic +high-flyer/S +high-hat +highlight/RGSDM +high-minded/Y +high-mindedness +high-pressure +high-resolution +high-stepping +high-strung +highway/mMS +hike/DRGS +Hilliard +hillock/SM +Hillsdale +Hilton +hinder/d +hindquarters +hindrance/SM +hires/A +histochemical +histogram/SM +historian/SM +historical/U +histrionics/M +Hitchcock +hither +H�loise/M +hmm +HMS +hoarding/M +hoarseness/S +hoary/TP +hoax/DGMRS +hobby/3MS +Hoff/M +hogan/SM +Hogarth +Hoggard +ho-hum +hoister/M +hoity-toity +holdable +Holden +holey +holistic/Y +Holland/M +hollow-eyed +hollowware/M +Hollywood/M +Holman/M +holmium/M +holography/SM +Holt +homburg/MS +home-brew/SMD +homelessness/S +home-made +homeopathy's +homeothermal +homestead/RMDGS +homeward/S +homeyness/S +hominy's +homoeopath/WSZ +homoeotherm/ZW +homogeneity/MIS +homogeneously +homology/SwM +homophobes +homosexual/YSM +Honecker +honer/S +honeste/T +honeylocust +honk/RSDGM +hoodie +hoofer/M +hookah/SM +hook's +hoot/DGMRS +Hoover's +hop/dRGSDM +Hormel +hormonal +horned/P +horrible/PY +horribleness/S +horror/MS +horse/mM5pYSDGZ +horticultural +hosp +hospitable/IY +hospitably/I +hostelry/SM +hostess/GSDM +hostler/MS +hotbed/SM +hotbox/SM +hotfoot/GDS +hot-headed/Y +housebreak/GJRS +housebroke +houseclean/GDSJ +house-parent/SM +house-to-house +housewives +Hove/M +Howell +howl/DRGMS +HP +html +huckster/SdM +huddle/GSMD +huddler/M +hue/SM +hugeness/S +Huggins +Hughie +hull/DRGMS +humanism/SM +humanist/W +humanitarianism/SM +Humbert +humidification/CM +humidor/MS +hump/DGMSZ +humpback/DSM +humph/S +Humpty +Hungary/M +hungover +hungry/TPY +hunky/TS +hunt/DRmGJS +Huntsville +hurly-burly +hurtful/P +hurtle/SGD +husky/TSP +hut/SMDG +Hutchinson +Hutchison +Hutu +hwyl +hydrates/A +hydride/MS +hydroelectric/Y +hydromechanics' +hydrophobic +hydrophone/SM +hydrous +hydroxyl/SMN +hydroxylate +hydroxyzine/M +hymen/SM +hymnography +hyperaesthesia +hyperaesthetic +hypergamous/Y +hypergamy/M +hyperplane/SM +hyperplasia/M +hypnotise/DGS +hypnotist/SM +hypoactive +hypocaust +hypoxia/M +hyrax +iambi +iambus/MS +iatrogenic +Iberia/M +Ibo +Ibrahim +ICC/M +icefields +icepack +ichneumon/M +icky/T +ICM +iconography/MWS +I'd +ideate/SN +identifiable/U +idiosyncrasy/SM +idyll/W1SM +if/FS +Iffley +ifs +igloo/MS +Ignatius +ignite/GASD +igniter/MS +ignoble/YP +ignorable +Ilfracombe +Iliad +ill-assorted +ill-fitting +ill-matched +illness/S +ill-suited +ill-tempered +ill-treat/D +illuminant +illusion/y3MS +illusions/E +illustrated/U +image/GDSMy +imaginary/SP +imaginativeness's +imagine/lNVSJnGvuD +imbecile/WMS +imbroglio/SM +imbruing +Immanuel +immense/PTY +imminent/YP +immunoassay/M +impair/L +impatiens/M +imped/d +impediment +impedimenta +impend/DGS +imperfect/g +imperious/PY +impermanent +impermeable/Y +impermissible +impersonal +impetuous/PY +impetus/MS +Imphal +implement/BnRSNGDM +implementation/M +implosive/S +importances +importance's +imposingly +imposition +imprecate/DnSNG +impressed/U +impressionability/MS +imprimatur/MS +improver/M +impudent/Y +impulse/Vvu +impulsive/P +impulsiveness' +impute/nDGSN +inactive +inalienability/MS +inamorata/SM +inane/YST +inaneness +inappropriate/P +inauthentic +in-between +inboard +inbreed/GSJ +incandescence/MS +incautiousness +inception/SM +incestuousness/S +incidental/S +incise/DSXNVvGu +inclination/EM +incline/ESNnDG +inclining/M +incoherency/M +incomparability +inconsequential +incorporable +incorporate/AGNDS +incorrect/7 +inculcation/M +incur/DlG +indecenter +indemnification/M +indenter/M +independent/S +in-depth +indeterminist's +index/nRG7MD +India/M +indicant/SM +indication/M +indicator/SM +indignation/SM +indiscernible +indiscriminate/PY +indispose/NX +indistinguishable/P +individualism/SM +individuality/MS +induce/LRNVDSbnvuG +inductor/MS +indulge/cGSD +indurate +industrial/Qq3S +ineffable/PY +ineptness/S +inescapable/Y +inexhaustible/PY +inexorable/PY +inexpressible/PS +inextricable/Y +infallible +infamous +infelicitous +inferiority/SM +infidel/MS +infinitival +infinitive/SM +inflammatory +inflatable/MS +in-flight +influenced/U +influential/Y +influenza/MS +informatics +informativeness/S +infrastructural +infrequent +infuse/Rb +Ingles +ingrate/M +inhabit/7d +inheritable/P +inhibiter's +inhibiting/U +inhuman +inimical/Y +initialised/KU +injector/SM +injunctive +ink/RSMZ2 +inlet/MS +inmost +inner/S +Innes +innuendoes +innumerability/M +innumerate/B +inoculation/MS +inoffensive/P +inoperativeness +input/MSG +inquest +inquisitional +inquisitor/MSo +insensitive +insentient +insertion/SMA +in-service +insignia/SM +insincere +insinuator/SM +insipid/Y +insoluble/PYS +insolvent/Y +insomuch +insouciance/MS +inspect/DGAS +instalment/MS +instance/DG +instantaneous/YP +instantness +instigate/VnSGND +instituting/A +institution/SM +institutional/Qq +instruct/DxvuGSV +instrument/NMDSonG +instrumental/3S +instrumentalist +insularity/MS +insulate/NnSDG +insulin/MS +insult/DkSG +insuperable/Y +insurable/U +insure/DRSG +insurgence/SZM +insurgency/SM +integrate/EDASGN +integration's/A +integrator/SM +integument/MS +intelligencer's +intemperateness/S +intend/hiVuv +intendant/SM +intensity/SM +intensive/PS +intensiveness/S +intention/DoSM +intentionality/M +interbred +interbreed/GS +intercalation/M +intercity +interconnected/P +intercrop +interdisciplinary +interfere/DRkSG +interferometer/SWM +interfile/DSG +interim/S +interjection/SM +interlard/GSD +interlay +interlayer +interlock/GSD +intermediate/PSMNYGDn +intermezzo/SM +intermission/SM +intermittent/Y +intermolecular/Y +internist's +internuclear +interpenetration/M +interpersonal/Y +interpret/g7SNrvndV +interpretative/Y +interprocessor +interregnum/MS +interrelate/inNGDhS +interrelationship/MS +interrogate/VNnvDGSy +interrogation/M +interstage +interstitial/SY +inter-urban +interval/SM +intervention/SM +intestacy/SM +intestinal +intonate +intra +intracellular +intramural/Y +intramuscular/Y +intraocular +intraoffice +intraprocess +intrastate +in-tray/S +intricate/PY +intrinsic/SY +intro/S +introduction/MA +intrude/RSGNXVuDv +intuited +intuitive/P +intuitiveness/S +Inuit +invariant/MY +invective/PSYM +inventiveness/S +Inverleigh +Inverness/M +inverse/Y +invert/DbSGR +investigates/A +investigation/MA +investor/SM +invidiousness/S +invite/DSnGNk +inviter/M +inviting/U +iodate +iodide/SM +iodine/M +iodize/DSG +IOU +Irani +Iranian/MS +Iraq/M +Iraqi/SM +irascibility/SM +Irene +irksomeness/S +ironbark +Ironside/M +Iroquois +irredentism/M +irredentist/M +irreparable/PY +irrepressible/Y +irretrievable/Y +irritable/YP +irritation/M +Irwin/M +Isaac/M +Iscariot +Isisford +islet/MS +isodine +isolationist/W +isomeric +isometric/YS +isometrics/M +isomorphism/MS +isostatic +isotherm/oSM +ISSN +Istanbul/M +isthmus/SM +Italianate +itchiness/S +iterates/A +iterative/A +itinerary/MS +ITU +Ives +jacketed/U +Jackie +jack-knives +Jackson/SM +Jacobian +Jacobin/M +Jacoby +jacquard/MS +Jacqueline +jaggedness/S +jalopy/SM +jalousie/SM +jam/UDG +Jamberoo +jamboree/SM +jams +Jane/M +janissary/SM +janitor/SM +janitorial +Jansen +jar/D6JSGM +jardini�re/MS +jargon/M +javelin/SM +jaw/GSMD +Jaycee/S +jaywalking/M +jazz/2GMSDZ +Jean/M +Jeanne +jeer/MGkDJS +jejuna +jellyroll/S +Jennie +Jennings +Jeremy/M +Jericho/M +Jerilderie +jerky/TP +Jerome +jess/M +Jesse/M +jet-settled +Jezebel/S +jiggery-pokery +jigging/M +jiggle/DYSG +jihad/SM +jillaroo +jimmy's +jingler/M +jitterbug/DRGSM +jiu-jitsu +Joan +Joanne/M +jobber/Z +jocoseness/S +jocundity/SM +jodhpurs +Johnnie/M +johnny-come-lately +john's +Johnson +join/FRDGS +jointing/E +joints/E +Jolla/M +jolliness/S +jollity/MS +Jordanian/S +Jos�/M +Josephine +Josephus +joss/M +journal/Qs3DMGS +journalese/SM +journalism/SM +journey/RGmDJSM +joviality/SM +Joyce +joyless/YP +joyousness/S +Judaism/M +Jude/Z +judgemental +judgement-seat +judiciousness/IS +Judith +Judson/M +Judy/M +jugful/MS +Jugiong +ju-ju/M +julep/MS +Julian/M +julienne/S +Juliet/M +Julio +jumble/GSD +jumbo/MS +jumpiness/S +junco/MS +Jundah +June/M +Jungfrau +Jungian +Juno +Jurassic +jury's/I +Jussi/M +juster/M +justice/ISM +justifiable/U +justification/M +k/dI +kabob/M +Kabul/M +Kabuli +kadaicha +kaddish/S +Kafkaesque +Kalbarri +Kalmia +Kalpowar +Kampuchea/M +kangaroo/MS +Kansas +kaolin/WQM +kaolinite +Kapellmeister +Karachi/M +Karrakatta +Karuah +Kasprowicz +Katherine +Kathleen +Kathy +Katmai +Kaurna +Kazakhstan/M +kazoo/MS +kbps +KDE +Keane +Kearney +Keck/M +Keegan +keel/MDSG +keening/M +keenness/S +Keith +Kellerberrin +Kellick's +Kelly/M +kelpie +Kelvin/M +Kemp +kennel/MDGS +Kenny +Kent/M +Kenton/M +Keppel +ketch/SM +ketone/M +keynote/RGDSM +keypunch/DRSG +KGB +Khabarovsk +Khalid +Khoisan +Khrushchev +kiap's +kibbutz/M +kickback/SM +kick-off/SM +kick-start/DGS +kicky/T +kid/pDRSMG +kid-glove +kidney/SM +Kidston +Kildurk +killdeer/MS +killing/SY +kilocycle/MS +kilogramme/S +kilometre/MS +kilovolt/MS +kiloword +kin/m5SM +Kincumber +kind/YSTP +kindred/M +kinetics/M +Kingaroy +Kinglake +Kingscliff +Kingscote +Kinnock/M +Kinross/M +Kinsey +kinsfolk +Kisangani +kiss/7RGJDS +Kitchener/M +kith/MS +kitsch/MSZ +Kitts/M +Kline/M +Klondike +kludge/DRMGS +klystron/SM +kn +knapsack/SM +knave/MyS +knee-deep +knew +knickers +knickknack's +knife-edge +knitting/M +knock-down/S +knocking/M +knocking-shop +knockwurst's +knothole/SM +know/7GkSJ +know-how +knowinger +knowledge/MlS +Knudsen +Knudson +knurl/SD +kobo +Kodaly +Kojonup +Koondrook +Koo-wee-rup +Korean/S +Koroit +krill/MS +krone/M +Kronecker/M +Krueger +Krugman +krypton/M +Ku +Kuenning/M +Kuranda +Kurdish +Kurrajong +Kurt/M +Kurten +Kuwaiti/S +Kyancutta +kyle/SM +kymography +Kyogle +Kyushu/M +labelled/U +labelling/S +labia/M +labial/S +labile +lacier +lackadaisical/Y +lacklustre +laconic/Y +lacrosse/SM +lacteal +ladle/SMGD +ladyfinger's +ladylike/U +ladylove/MS +laetrile's +laggard/YPSM +laird/SM +laissez-faire +Lalo +lam� +Lamaism +lamasery/SM +lamb/GDSM +lambada/S +lambaste/GSD +lambda/SM +lambency/SM +Lambeth +Lamborghini/M +lameness/S +laminae +lampoon/GSDM +lamprey/SM +�lan/M +Lanarkshire/M +lance/SRMGD +Lander +landfill/DS +Landis +landmass/MS +landowning/M +Landsborough +landslip/S +Langley +lank/TYPZ2 +Laois/M +lap/cDGSM +lapboard/SM +Laphroaig +Lapland/RM +Lapp +lappet/SM +laps/DSG +Laramie +larceny/MS +larch/SM +lard's/F +Large +largesse/M +largo/S +lariat/DSMG +Larry/M +Lars +Larsen +Larson +lascivious/PY +lasting/P +latches/U +late/PYT +lateness/S +latest/S +latter/YM +latticing/M +Latvian +laud/DG7SlM +laudatory +lauder/M +lauds/M +launch/DSRGJ +launchpad/S +Laundromat/S +Lavers +lavishness/S +lawbreaker/SM +lawless/PY +Lawrence +law's/e +Lawson +lawsuit/SM +lay-by +lay-bys +layering/M +laying/ac +layman/M +layout/SM +laziness/S +Leadenhall +leafage/SM +leafhopper/M +leaflet/SdM +leafstalk/MS +leaker/M +leaky/TP +leaner/M +leant +leapfrog/DSGM +leatherette/S +leaven/MdS +Lebanese +Leblanc +lecher/MSZ +lecherousness/S +lectureship/MS +Lee-Enfield +leek/SM +left/3TSZ +leftism/MS +lefty/S3M +leg/oNnZbm2GpSDMJ +legalise/nSDG +legerdemain/MS +legginess/S +legging/M +legion/MSy +legislative/S +legitimacy/IMS +legitimate/IDYSG +Lehman/M +Leibniz +Leicester/M +Leicestershire +Leipzig/M +leisurely/P +lemon/MS +Len/M +lenient/Y +lentil/MS +Leone/M +Leongatha +Leonora +leopardess/SM +leprous +Les +Lester +lethality/M +Letitia/M +letterhead/SM +lettering/M +letterpress/MS +letup/MS +leukocyte/SM +level-headdresses +level-headedness/S +Levine +lexeme/MS +Lezzy +Lhasa +liableness/A +liaison/SM +libber's +liberal/QsqPS +Liberian/S +libertarianism/M +Lib-Lab +librarianship +Libyan/S +licence/MS +licorice +Lieberman/M +Liechtenstein/RM +lie-in/S +lieux +lifebelt/SM +lifeblood/SM +lifeboatmen +lifelike/P +lifelong +lifesaving/S +lifetaking +lighting/SM +lightness/MS +lightning/MDS +lightproof +likelihood/MU +likely/UT +liker/M +lilt/DGSkM +lily/MDS +Lima/M +limbo/DSMG +limeade/SM +limestone/SM +limn/GDS +limpet/SM +limpidness/S +limpness' +Lincoln/M +Lincolnshire/M +Linda/M +lines/efA +linguine +linguistic/S +linguistics/M +linguistics' +Linnaeus/M +linnet/SM +lipase/M +liplike +lippy/T +Lipschitz/M +lip-sync +liquidness/M +lissom/P +lissome/P +listeria +listless/PY +literariness/S +literates/4K +literati +lithe/PTY +litheness/S +lithesome +lithography/MS +litigate/nDSNG +litigious/PY +litotes/M +litterer/S +littoral/S +liturgy/1MS3w +live/ADGSe +lived/U +liveness/M +Liverpudlian/MS +liver's +liverwurst's +livest +living/YS +Livingstone +Livonia +Lizzie +Llewellyn +loansharking's +loath/DGPRJ +lob/ZDRSGM +lobular/Y +loch/M +lochs +locket/SM +Lockheed/M +locksmith/SGM +locksmithing/M +Lockwood/M +locomotory +lodges/E +loft/D2GSZzM +lofter/M +lofty/TP +log/R1GWwSDJM +logging/M +logic/IMYS +logical/P +logicically +logion/M +logistics' +loincloth/SM +Lois +Lola +lollipop/MS +Lom�/M +Londonderry/M +lonesomeness/S +long/JPSDTkG +Longbridge +long-lasting +long-sighted/Y +long-sightedness +long-tailed +long-winded +look/SDRG +look-alike/S +loop/DGSZM +looper/M +loopy/T +loose-leaf +looseness/S +loosing/M +lope/S +Lopez +Lorentz +Lorenzo/M +Lothian/M +lotto/MS +Louis/M +loupe/SM +louse's +lousiness/S +lout/SM +loutish/PY +loutishness' +lovable/P +love-bird/SM +lovelorn/P +lovesick +low-born +Lowe/My +low-level +lowlight/MS +lowness/S +low-spirited +Loyola +LPG +LSD +Lt +Ltd +lubber/MSY +lubricously +Lucas +lucrative/P +Luddite +Ludlow/M +lumbering/M +lumen/M +luminary/MS +luminescence/MS +lunchpack +Lundberg/M +lunger/M +lupus/MS +lurch/GSD +Lusaka/M +lute/MDGS +lutenist/SM +lutetium/M +Luther +luting/M +Luton/M +Luxembourgian +luxuriant/Y +luxuriate/GSNDn +Lycra +Lyme +Lyn +lynch/DRSGJ +lynching/M +Lynn/M +lyricist +lysine/M +Lyttleton +MA +MacDraw/M +Macedon +Macedonia/M +macer/M +Mach +machine-gun/DSG +mack/M +Macksville +macromolecule/SM +macrophage/SM +macroscopic/Y +macrosocio-economic +maculation's +Madagascan/MS +Maddox +made/AU +madness/S +Madrid/M +Madsen/M +Madura +Maffra +Mafiosi +Magdalena +maggot/MS +magisterial/Y +magistracy/MS +magistrate/MS +magma/SMW +magnetics/M +magnetise/CnGBSD +magnetite/MS +magnetodynamics +magnetohydrodynamical +magnification/SM +Maguire +maharajah/MS +Maidenhead/M +maidenhood/MS +maidservant/SM +mailbox/SM +mainland/RSM +mains/M +mainstreamer +major-domo/S +Majuro/M +makefile/S +makes/UA +makeshift/S +make-up/MS +making/AU +maladministration +malaria/MS +Malawi/M +Malay/S +Malaysia/M +malefaction/MS +maleficent +Maleny +malevolence/SM +malfeasance/SM +Mali/M +mall/SM +Mallapunyah +Mallarm�/M +Mallory +mallow/MS +malnutrition/MS +malposed +Malthusian +mama/MS +Mambray +mammalian/SM +mammary/S +mammoth/MS +mammy/MS +manacle/DGMS +manageress/MS +Managua +Manchuria/M +Mancunian/MS +mandamus/dMS +mandate/DGMyS +Mandelbrot/M +Mandora +Mandurah +mane/MZS +Manet +manganese/M +mange/SRM2Z +mangle/SDG +mangrove/SM +Manhattan/M +manicure/SG3DM +manifest/NGnYDS +manille +manipulate/BNGVyDSnu +Manitoba +manned/fU +manner/Y +mannish/PY +mannishness/S +manorial +mansard/MS +mansion/M +mantissa/SM +mantle's +manufacture/SRBGJD +manufacturing/M +Maori +marabou/MS +Marc/ZM +Marcel +Mardie +Margery/M +marginal/QqS +Maria/M +Mariana/S +Marianas/M +Marietta +Marilyn +marimba/MS +marina/MnS +marinate/GSD +maritimer +Marjory/M +mark/Sm7GMhRJD +market/drJSMg7 +Markov/M +Markovitz/M +Marla +Marlene/M +Marmite +marmoset/SM +Maroochydore +marquess/MS +marquisette/MS +marrieds +marshland/MS +Martini/MS +Martinson +martyr/SGMD +Marxian +Maryborough +Marys +masculinity/SM +masked/U +masks/U +Massachusetts +massager/M +Massey/M +mast/RDSGM +master/cdAS +master-class/SM +masterful/PY +masterliness +masterly +mastership/M +mastication/M +mastiff/SM +masturbation/M +mat/DRSGdMJ +matador/SM +matchlock/SM +match's/A +material/PQsSMq3 +materiality/MI +mateship +Mathews +Mathieu +Mathoura +matriarch/MZ +matriarchs +matriarchy/MS +matricidal +matriculation/M +matron/SYM +matte/SM +Mattel +Matthau +matting/M +mattress/MS +maturer/M +Mauricio +mawkishness/S +maxima/M +maximal/S +maximalise +may/EG +Maya +Mayer/M +Mayfair/M +mayorship/M +Mazda +Mbps +McAdams +McAllister/M +McCabe/M +McCall/M +McCauley/M +McClellan/M +McCormick/M +McDonald/M +McDonnell/M +McDougall/M +McFarland/M +McGregor/M +MCI +McKesson/M +McKinley/M +McMahon/M +mead/SM +meadow/SM +mean/PTJGYS +meanie/SM +meaningful/P +meantime +measles +meataxe +meatball/MS +mechanise/RBSnDG +mechanised/U +mechanist/WM1 +medallist/S +medial/AY +mediation/M +mediator/MS +medication/M +medievalism +medievalist/S +mediocre +mediocrity/SM +medium-sized +meet/GJSY +meeter/M +megabit/SM +megacycle/SM +megaparsec +megavolt/M +meioses +Meister +Meistersinger +melancholic/S +Melanesian +Melanie +melioration/M +melon/SM +meltdown/S +membership/SM +membrane/SDM +memoir/MS +memorableness/M +memorably +memorial/IY +menace/SDGk +mendacity/MS +mendicant/S +menfolk/M +Menghini +menhaden/M +menial/YS +Meningie +meningitides +Menominee +menopausal +menorrhoea +mensuration/SM +mentalist +menu/MS +Menzies +mercer/QSM +merchandisable +merchantman/M +mercurial/S +mercy/SjM6p +meridional +meringue/SM +merit/CSdM +merited/U +meritoriousness/S +merriness/S +Merriwa +merrymaker/MS +mer's +Merton +mesa/MS +mescal/MS +mesenteron +Mesozoic +messianic +messieurs/M +metabolise/DGS +metacarpal/S +metallurgist/S +metaphor/wS1WM +metaphosphate's +metaphysical +metastable +metastatic +metatheses +metavariable +mete/S +metempsychoses +meteoritics/M +meteoroid/SM +meteorology/MSw +Methuen/M +meticulousness/S +metonymy/M +metrication/M +metro/SM +metronome/MS +metropolis/SM +metropolitanization +mewl/GDS +Meyerbeer +mg +mia-mia +miasmal +Michael/SM +Michaelmas +Michelle/M +Mickelson +micra's +microanalyses +microbial +microbicidal +microchip/S +microeconomic/S +microeconomics/M +microelectronic/S +microgravity +microgroove/SM +micrometre/S +microscope/SW1ZMw +microscopy/SM +microspore +microwave/SM7DG +microword/S +mid-afternoon +Midas +middle-of-the-road +mid-evening +midget/SM +Midlands +midlives +midmost/S +mid-on +midterm/MS +Midwestern +midwives +might’ve +migrate/ISG4DnN +mike/MDSG +mild/TPSY +milden +mildew/GZDMS +milieu/SM +militancy/MS +militarise/CDSG +militia/mMS +milkiness/S +Millaa +millenarianism/M +Millgarth +milliampere/S +millibar/S +millidegree/S +Millie +millijoule/S +millionaire/SM +millionth/M +millipede/SM +millivolt/MS +Millwall +Milparinka +Milquetoast/S +mimeograph/DMGS +Min +minaret/MS +mina's +mindless/PY +mineshaft +Mingenew +minibus/SM +minim/qQsSMo +minimalism/S +minion/SM +ministership +Minneapolis +Minnie +minor/SM +minoris's +Minos +Minotaur/M +Minstar's +minster/SM +minstrel/MS +minutiae +MIR +Miranda +miscalculate +miscall +miscellaneous/Y +miscible/IC +misconceive +miscount +misdemeanour/M +miserliness/S +misguided/P +mishap/M +misidentify/N +mislead/k +misled +mismatch +misogyny/3MS +mispronounce +misrepresent/n +misrepresenter/M +missal/EMS +misshape +Mississauga +Missouri +missus/MS +mistakable/U +mistral/SM +mitigation/M +Mitsubishi +mix-up +mizenmast +ml +Mme +Mn +M'Naghten/M +mnemonic/SYM +moan/RDGSM +mobber +Mobutu +Moby's +modality/SM +model/ASGD +model's +modernism/SM +modestest +Modesto +modifiability/M +moduli +Mogo +mohair/SM +Mohammed/M +Mohammedanism +moisture/QSsM +molecular/Y +molecule/SM +molest/RGNDSn +Moliagul +Molina +Molle +mollification/M +mollycoddler/M +Molotov +Mombasa +momenta/y +momentous/PY +momentousness/S +momentum/SM +momma/S +mommy's +mom's +monad/SMW +Monaghan/M +monarch/wW3ZM +monarchist/W +monaural/Y +Monegasque +monetarism/S +moneybags +moneymaker/SM +money-maker/SM +Monfort +monger/SM +Mongolian/S +mongoloid/S +mongs +monk/SM +monkeyshine/S +Monkira +monocotyledonous +monodist/S +monody/SMW +monolingual/S +monolingualism +monolith/M1WS +monologist/S +monomania/MS +monomer/MS +monomeric +mononucleoses +monophonic +monoplane/MS +monorail/MS +monotonous/PY +monotony/SM +Monsieur/M +Monsignori +monstrosity/MS +montage/SMGD +Montaigne +Monte/Z +Montevideo/M +Montgomery +Montoya/M +monumental +monumentality/M +Monza +Moog +moonlight/GRDSM +moonshiner's +moonshot/SM +moonstone/MS +Moore +mooring/M +moot/GDS +mooter +mop/DrGSdM +mopish +moral/sQS3M +moralise/CRDGS +moralist/1W +Moray/M +Mordred +Morecambe +moribund/Y +moribundity/M +morion's +Morney +Moroni/M +morphophonemic/SM +mortar/dMS +mortarboard/SM +Morten/M +mortgagee/S7M +Mortimer/M +Morton/M +Morwell +Moses +mote/CAS +motherly/P +motif/MS +motioned +motivate/CDG +motorboat/SM +motorcar/SM +motorcycle/S3MG +motorist +mould/RSJMZGD2 +mouldboard/SM +mouldy/TP +mountain/SM +mounted/EUA +Mourne/M +mournfulness/S +mousiness' +mousing/M +Moussorgsky/M +moustache/SMD +mouthiness/S +mouth-to-mouth +mouthwash/SM +moveableness/M +moves/A +moving/AU +Moyston +Mozambican/S +Mozambique/M +Mozart/M +MPs +MRI +Ms +MTV +muck/SZMGD +mucoses +muddlehead's +mudguard/MS +mudlarks +Muenster +mugginess/S +Muhammadan/SM +Muire/M +mukluk's +mulch/SDGM +mulct/SDG +mulga +mulgara +mull/GDS +mullah/MS +Mulligan/MS +multi +multicollinearity/M +multi-coupler +Multics/M +multidimensionality +multifarious/YP +multifigure +multilateral/YS +multilateralists +multilayer +multileveled +multilingual +multilingualism/S +multimegaton/M +multinational/S +multi-national +multipath +multiple/SMY +multiplex's +multiplicative/S +multiplied/A +multiprogram/JGD +multiprogramming/M +multi-track +multitude/SM +multitudinous/PY +multivitamin/S +mumbo-jumbo +mummer/Z +mummy/SM +mumps/M +munge/SDRJG +Munson/M +muon/SM +murderous/YP +Muriel/M +Murielle/M +murk/TzSZ2M +murmurous +Murrey +murri +Murrow/M +Murrumbateman +Murrurundi +muscat/MS +muscular/Y +muse/J +musically/U +musicology/3MwS +muskrat/SM +musk-rose +musky/TP +muslin/SM +mussel/MS +must/SZz2 +mustang/MS +muster/dS +musty/TP +mutator/FS +mutilate/DSNGnV +mutineer/SM +mutiny/MGDS +Muttaburra +muttering/M +muttonchops +muzzle-loading +myna/MS +myologies +Myriapoda +myrmidon/S +mysteriousness/S +mystery/MS +mystification/M +mythography/M +mythology/Q1wS3M +NAACP +Nada/M +Nadine/M +naffer +Nagasaki/M +naivet�/MS +naivete/Z +Nakayama/M +name/aDSGA +nameable/U +named/U +namesake/SM +nan/MZ +Nana/M +Nanango +Nannette/M +naphtha/MS +Naracoorte +narcoleptic +narky/T +Narooma +narrative/SM +narrator/SM +Narromine +narrow-mindedness +nary +nascences/A +NATA +natalist +natality/M +Nathalie/M +Nathaniel/M +nationality/MS +nationally/4 +nationhood/MS +naturalist/W +naturalnesses +nature/CDS +Navaho/M +navel/SM +navel-gazing +na�vet�/S +navigable/P +naysayer/S +Nazi/MS +NBS +NCC +Ndjamena/M +near/TGYPDS +nearby +nearness/S +near-sightedness/S +neaten/dS +Neath/M +Nebuchadnezzar/M +neck/SDGMJ +necromancy/SM +necrophilia/M +nee +need/D26pSZjG +needer/M +needless/Y +needlessness/S +needn't +needy/TP +ne'er +ne'er-do-wells +nefarious/YP +negate/SGD +negative/PSDG +negator/SM +Negritude/M +Negro/M +neighbourhood/SM +Neil/M +Nelligen +Nembutal/M +neocolonialism/MS +neo-colonialism/M +Neolithic/M +neologism/SM +neon/SM +neonatology +Nepalese +nepotism/SM +nervelessness/S +nest/DS7GM +nester/M +nestling/M +net/SGMD +netherworld/S +netting/M +neuralgic +neuritides +neuritis/M +neuroscientist/S +neutral/QYsS +neutralness +never-ending +nevermore +Nevertire +Newark/M +Newbury/M +Newcastle-under-Lyme +newel/MS +Newport/M +newsboy/MS +newsflash/S +news-gathering +newsprint/MS +news-stand/SM +next +Nhill +Niamey/M +Nicaragua/M +niceness/S +niceness' +niche/SMGD +Nicholas +Nichole/M +nickelodeon's +nicknack's +Nicole/M +Nielsen/M +Nielson/M +Nigel/M +nigh +night/c +nightcap/SM +nightdress/SM +nightgown/SM +nightie/MS +nightingale/SM +nightmare/MS +Nile/MS +Nimbin +nimbus/MS +Nimitz/M +ninepins/M +ninety-onefold +ninety-twofold +nip/RGZ2SD +nippiness/S +nirvana/MS +Nissan/M +nitrogen/M +nitroglycerine +NLRB +NOAA +nobody/SM +noddle/DSMG +node/MS +nodule/SM +noes +noggin/SM +noiseless/PY +noise-maker/SM +noisiness/S +noisome +nomad/SWM +nominating/CA +non-active +non-adjustable +non-aggression/S +nonchalant/Y +non-combustible/S +non-commissioned +non-comprehending +nonconforming +non-criminal/S +non-decreasing +non-deductible +non-delivery/S +non-determinism +non-disclosure/S +non-discriminatory +non-driver +none/MS +non-fading +non-fatal +non-ferrous +non-identical +non-inclusive +non-inflationary +nonliving +non-magical +nonmailable +non-metropolitan +non-natural +non-nuclear +non-objective +non-obligatory +nonogenarian +non-parallel/S +non-parametric +non-paying +non-perishable/S +non-poisonous +non-polluting +non-procedural/Y +non-proliferation/S +non-radioactive +non-reciprocating +non-refundable +non-respondent/S +non-salaried +non-seasonal +nonsense/SM1w +non-smoker/SM +non-staining +non-structural +non-successive +non-support/SG +non-taxable/S +non-technical/Y +non-tenured +non-terminating +non-theatrical +non-venomous +non-viable +non-vocal +noon/SM +nooning's +noontime/SM +normalise/ADSCG +Norris +Norristown/M +north-east/M +Northwest/M +north-western +north-west's +north-Westward/S +Norwegian/S +nose/MDGZS +nosebag/M +nosing/M +nostril/MS +nosy/TYP +not/7NlndxgS +notability/MS +noticed/U +notify/nNGDRS7 +Nouakchott/M +Nov +novelist/W +novella/SM +novena/MS +Novocain +nozzle/MS +NT +nu/M +nuclear-powered +nuclide/M +nuisance/SM +Nullagine +Nullarbor +nullify/NnSGDR +numberless +numerable/CI +numerate/SI +numerology/wMS +numerous/PY +numinous/S +numismatic/S +numismatics/M +nun/SyM +nuncio/SM +nurture/RMGDS +nutritional +nutshell/SM +nymph/SM +nympholepsy/M +Oahu/M +Oakey +oar/SMD +oarlock/MS +oars/m5 +OAS +oases +oatcake/MS +oaten +Oatlands +obloquy/M +obscenity/MS +obscurantism/SM +obscured/U +obstetrics/M +obstructionism/MS +obstructive/PS +obstructiveness/S +obtainable/U +obtrude/DXvuSNGV +obtusus +obviate/DGSNn +Occas +occasion/JSGMDo +occasional +Occident/M +occulter/M +occupied/U +occupy/GKnADS +occur/AGDS +oceanographer/SM +o'clock +octahedral +octahedron/M +octavo/MS +octogenarian/SM +octoroon/M +ocular/S +OD +odalisque/MS +oddball/SM +ode/WSM +odiousness/S +odoriferous +ODs +Odysseus/M +Odyssey's +Oedipal/Y +Oersted/M +oestrogen/SM +offcuts +offence/S +offensiveness/IS +offer/rdJ +off-frequency +offhand/Dhi +offhandedness/S +official/SM +officialdom/MS +off-peak +off-putting +off-season +off-stage/S +often +oft-times +ogive/M +ogreish +ogress/S +ohmmeter/MS +oilseed/MS +ointment/SM +Ojibwa/SM +Okayama/M +Okeechobee/M +Okinawa/M +Oktoberfest +old-age +olden +old-fashioned +Old-field +old-gold +Oldham +oldness/S +Oldsmobile/M +oleaginous +O'Leary/M +olefin/M +Olga/M +oligopolistic +Olin/M +olive/SM +ology/M +Olympiad/SM +Omagh/M +ominousness/S +omnivorous/PY +once-over +oncer/M +one/PSM +one-horse +onerous/YP +one-sidedness +one-to-one +one-way +on-frequency +only-begotten +onshore +onside +on-site +on-stage +Ontarian/S +onyx/SM +Oodnadatta +opalescence/MS +open-deartedness +open-ended +open-handedness/S +open-top +operand/SM +operation/oM +operation's/F +opponent/SM +oppression/M +oppressive/P +oppressiveness/S +optician/SM +optimism/cSM +opulent/Y +orangery/SM +Oranjestad/M +orate/SDG +orbitales +orchestration/M +orchestrator/M +order/AdES +ordinariness/S +ordinate's +ordination/SM +ordinator/SF +ordure/SM +oregano/SM +O'Reilly +organ/WsQ3M1tqS +organisational +oriel/SM +orient/ESnDNAG +orient's +orifice/SM +Orinoco/M +Orland/M +ornament/oGMNnDS +ornateness/S +orneriness's +orotundity/MS +Orphic +Orr/M +orris/SM +orthodoxly/U +orthophosphate's +orthorhombic +OS/M +Osborne/M +Osteichthyes +ostentation/SM +osteopathias +osteoporoses +otherworldliness +otiose +OTT +Otto/M +Ottoman/SM +our/S +Ouse +outback +outcome/MS +outdraw/G +outfall +outfox +outgo/J +outguess +outlandishness/S +outlawry/M +outmatch +outmigration +out-of-court +outproduce +outr� +outsourcers +outspoken/PY +outvote +overachieve +overage +overallocation +overate +overbear/kG +overcerebral +overcharge +overcompensate +overcrowd/D +over-curiosity +over-curious +overdress +overenthusiastic +overflight +overflow +overheat +overleaf +overpopulous +overprint/G +overreacher +overreact +overreaction +over-ridden +oversaw +over-sensitiveness/S +oversimple +overview +Ovid/M +Ovitz/M +owlet/SM +owner/MS +oxbow/MS +oxen/M +Oxford/MS +oxidation/M +Oxonian +Oxordshire/M +oxygenation/M +p/FYAI +Pablo/M +PAC +paceman +Pacheco/M +package's +packinghouse/S +pademelon +Padrewski/M +paean/SM +paediatrics' +paella/SM +pageantry/SM +paginate/GnSDN +paid-up +pail/SM6 +Paine/M +painfulness/S +painterliness +painting/MS +paintwork +Paisley/SM +Pakenham +pal/MS +palaeoanthropology/w +palatable/U +Palau/M +palazzo +Paleozoic +paler/I +Palermo/M +palfrey/MS +palindrome/SM +palindromic +palish +palladium/M +palliation/M +palliative/S +Palmolive/M +palomino/SM +palpitation/M +pals/Z +palsy/SDGM +pamphleteer/GDSM +Panama/M +panchromatic +pancreas/SM +panelling/SM +pang/SM +pangolin/M +pannier/SM +pannikin/S +panpipes +pantheism/SM +pantiliner +pantomime/S3DGM +Panza/M +papaya/MS +paper-girl/SM +parade/GRMSD +paradigm/SM +paradigmatic +paralleling +parallelism/MS +parameterise/SD +parametrise/BnDGS +paramoecia +paramount/S +paranoid/S +paranormal/YS +paraphrase/MDSG +paraplegic/S +parasitic/S +parasitism/SM +parasympathetic/S +pardonably/U +pardoned/U +paregoric/MS +parenthetic/Y +parenting/M +parfait/SM +parimutuel/S +parishioner/MS +Parker/M +parlance/MS +parley/GMSD +parmigiana +parody/3GMDS +paroxysm/MS +parquetry/SM +parse +parsed/U +parsimonious/Y +partaken +partial/SY +partially/I +participate/nVNGyDS +participation/M +particle/SM +particular/QYS +particulate/S +partisan/SM +partisanship/MS +partitioner/M +partitive/S +partnership/SM +part-song +parvenu/MS +PASCAL's +passenger/SM +passenger-mile +passers-by +passing/Y +passiveness/IS +passmark +Passover +pasta/SM +pasteboard/MS +pastel/SM +pastime/MS +pastrami/SM +pasturer/M +patchwork/RSM +patellate +paternity/SM +pathfinder/SM +patience/ISM +patientest +patois' +patricide/SM +patriotism/MS +patron/QsSqYM +patronage/MS +patter/d +pattern/DGSMp +patty/SM +Paul/M +paver/M +pawnbroking/S +paxes +pay-off/MS +payout/S +pay-packet/MS +payphone/S +PC/M +PCs +pd +peaceable/P +peacefulness/S +peacemaker/SM +peacetime/SM +peacock/MS +peafowl/SM +peak/2GZDSMi +peaky/P +peals/A +Pearce +peaty/T +pectines +pedant/M1WS +pederast/MSZ +pedestal/MSDG +pediatries +pediment/DSM +peduncle/SM +Pedy +peel/GJSD +peeled/U +peeress/SM +peevers/M +peignoir/MS +pelmet/S +pelt/GSD +Penberthy +pendulous +penitent/ISY +penitentiary +penman/M +Penneshaw +Pennine/S +Pennsylvania +Penrith +pensiveness/S +pentameter/MS +pent-up +Penzance/M +pepperoni/S +pepsin/SM +peptic/S +peptide/MS +per/y +perambulation/M +percale/MS +perceiver/MS +percept/buxVvSMo +perchance +percolation/M +percolator/SM +perdurable +peregrinate/SGD +peregrination/M +perfected +perfectest +perfidy/MS +perforate/DNnSG +perforce +performing/e +perfume/RMGDS +perfumery/SM +perfused +perfusion/M +peri +pericardia +perihelia +period/Ww1MS +periphery/SM +perish/k7DRSG +perishable/IS +permeable/PI +permission/M +pernancies +pernancy's +pernicious/PY +peroxide/MSDG +perpetuation/M +perplexity/SM +perquisite/MS +persecute/GyDS +Persia/M +persist/GDS +persona/M +personal/qQS +personally/I +perspective/YMS +persuasion/M +persuasive/P +pertussis/M +Peru/M +peruke/MS +pervasion/M +petal/DMS +Peterhouse +pethidine/M +petrographical +petroleum/M +pettifog/DRGS +petulant/Y +pew/MS +PFC +phagocyte/MS +phalli +pharmacy/3SM +phase/SRGDM +Ph.D. +phenacetin/MS +phenol/WMS +phenologically +phenolphthalein/M +phenylalanine/M +Philadelphia/M +philanthropy/1MWS +philharmonic/S +Philippines/M +philology/wS31M +philosopher/SM +philtre/SM +phlegm/SM +phloem/SM +phlogiston +phlox/M +phobic/S +phone-in/S +phonetics/M +phoniness/S +phosphate/SM +phosphene's +phosphide/M +phosphine/M +phosphor/MWS +phosphorescence/SM +phosphorescent/Y +photochemical/Y +photoelectrons +photographs/A +photography/SM +photometry/M +photomicrograph/ZM +photosphere/M +phototypesetting/M +phrase/DASG +phrasebook +phraseology/SM +phrase's +phrenology/31MwS +phyla/M +phylogenetic +phylogeny/SM +phys/1w +physic/3DMGS +physical/S +physiognomy/SM +physiography/MS +pi/RD +pianissimo/S +piazza/SM +pibrochs +picador/SM +piccaninny +picked/U +pickerel/SM +pickle/DGSM +pico +picture/GMDS +picturesque/YP +piddle/DGSY +pidgin/SM +piecer/M +piedmont +pierce/RkDGSJ +piezoelectricity/M +piffle/DGSM +pigeon-fancier/MS +pigeon-hole/DMGS +piggyback/DSG +piglet/SM +pigmentation/M +pigmy's +pikeman +pikestaff/SM +pilau's +piling/MS +pillar-box +pillared +pimiento/MS +pin/dJDMSG +pincered +pine's +pinging +pinhole/MS +pinion/SGDM +pinkie +pinnace/MS +pins/fU +pinstripe/MDS +pious/IPY +pipeline/MDS +pipit/MS +piquancy/MS +piranha/MS +pirogue +Pisa/M +piss/SDG +pisser +pistillate +pistol/GDMS +pistoleers +pith/SGMD2zZ +pithiness/S +pitilessness' +pitman/M +Pitt +pix/Z +pizazz/S +pizzazz +Pk +placard/GDSM +placeless/Y +placental/S +placidity/SM +plaid/DMS +plain/GPmSDTY +plainchant +plain-clothes +plains/F +plainsong/SM +plaiter +plan/rdMDRSG +planet/MS +planigale +planking/M +planned/UAK +planoconcave +plantation/MSI +plantlike +plaque/SM +plashiest +plasm/M +plasma/SM +plasmid/S +plasticity/MS +platitude/MS +Platyhelminthes +plausibility/SMI +playable/U +playback/MS +playbill/SM +playgoer/SM +playground/SM +plaza/SM +pleasant/YPT +pleasantnesses +pleasing/P +pleasure/ESM +pleasured +pleonasm/SM +plethora/MS +pliantness/M +plight/DGMS +plot/SMRJDG +plotted/A +ploughed/U +ploughshare/SM +ploy/CS +pluck/D2GzSZ +pluggable +plugin/SM +plumb/RJSDGM +plumelike +plummet/Sd +plunder/dSM +plunderer/S +plus/S +plutocracy/MS +plutonian +PM/M +Poatina +pocket/dS6M +pocketer/S +pocket-knives +podium/SM +poetaster/SM +poeticalness +poetics' +pogo +poinciana/MS +point-blank +pointlessness/S +pointlessness' +point-of-sale +point's +poise/M +poker-face/D +polar/qQsS +polarimeter/MS +polariscope/M +polarity/SM +pole/RSDM +pole-axed +pole-vaulter +pole-vaulting +politeness/IS +politesse/MS +politest +politic/qQDSG +politician/SM +politicise/CSGD +Pollack/M +pollinate/DnSGN +pollutant/SM +pollution/SM +polo/SM +polo-neck +polonium/M +polyandrous +polycyclic +polyether/S +polygonal +polygraph/GDMSW +polyhedron/SM +polyhemia's +polyisocyanates +polymer/QqMS +polymeric +polymorphic +polymorphism/S +polyp/MS +polysaccharides +polystyrene/MS +polytheist/WSM +polytonal/Y +polytopes +polyunsaturated +polyvinyl/M +pom/Z +pomander/MS +pondered +ponderousness/S +ponytail/MS +pooch/MS +Poochera +pool/GSMD +popcorn/MS +poppyseed +populace/MS +popularity/SM +population/cMC +populist/SM +pori +porn/MS +porous/PY +porphyritic +porridge/SM +portal/SM +portamento/M +portend/DGS +porterage/M +portrait/3MS +Portsea +posh/T +position/AGKDSC +positionable +positron/SM +posse/SMb +postbag/M +postcard/MS +post-colonial +postcondition/S +post-feminist +post-free +post-horn/SM +posthypnotic +postilion/SM +postlude/SM +post-millennial +post-mortem/MS +postnatal +post-office/MS +post-operative/Y +post-paid +post-town/SM +postulation/M +postural +posturer/M +potatoes +pot-boiler/M +potent/IYS +potentiality/MS +potful/SM +potherb/MS +pot-hunter +pot-shot/S +poufs +powderer +power/cSd +powerful/YP +power-sharing +practicabilities +practicably/I +practical/IYP +practise/DGS +practised/U +practiser/M +practitioner/SM +pragmatics/M +pragmatist/SM +prague's +praiseworthiness/S +praising/Y +praline/SM +pram/SM +prankster/SM +pre/s8Q +precept/VvSM +precess/DSNG +pre-Christian +preciousness/S +precipitate/PGNnDYS +precision/MI +precognitive +precut +predate/yNn +predestine/GnSN +predetermine/nN +predispose/NX +pre-echoes +pre-eclampsia +pre-emotions +pre-existence/SM +pre-existent +prefigure/N +pre-flight +preinitialise +prelude/SGDM +premiership/MS +premix +prenatal/Y +pre-package/DSG +preposterous/YP +pre-print/GD +pre-programmed +pre-pubescent +preregister/Nn +prerogative/SM +prescient/Y +presence/SM +preserve/VNn +preserved/U +president/MS +pre-sort/GDS +pressers +pressing/SY +pressmen/M +pressurise/RnDSG +pressurised/U +prestige/SM +presumable +presumptuousness/S +pretentiousnesses +pretzel/SM +previous/Y +pre-war +priapism +prickliness/S +priggishness/S +primal +primeval/Y +primitive/PYS +primitiveness/S +princess/SM +print/IRDMAGS +printing's/I +printmaking/M +prior/YSZ +prioress/SM +priori +prison/IdS +prisoner/MS +prison's +prissy/YPT +privileged/fU +prize-fight/RMS +prizewinning +pro/MS +proactive +probationary/S +prober/M +problem/SWMw1 +process/SxXN7GMD +processing/K +proconsular +procrastinate/SGDNn +procreativity +procure/SDLG +prod/GSD +prodigality/S +produces/e +profaner +profanity/SM +profess/SGhNXxD +professional/QS +professionalism/SM +professionally/U +professorial +profit/g7dSlMp +profitableness' +profitably/U +profiterole/MS +progesterone/SM +prognathous +programmers/C +programme's +progression/M +progressive/PS +progressivism +prohibition/3M +projection/S3M +projectionist +prolegomena +pro-life +proliferate/VSGNnD +prolific/Y +prologuise +promiscuous/PY +promissory +prong/MDSG +pronoun/SM +pronouncer/M +property/DSM +prophesy/RGDS +propionate/M +proportionality/M +proportionate/EYS +proprioceptive +prorate/SDNG +prorogue/SGD +pros/S +prosecutable +prosecution/MS +proselyte/SQMGsD +proser/M +Prosperine +prosthetic/MS +prosy/T +protactinium/M +protect/cVDGS +protector/SM +protectorate/MS +protein/SM +protobiology +prototype/W1GSMwD +Protozoa +protract/GSD +protrude/uSNVDGXv +protrusion/M +provided/U +provident/IY +provocative/PS +prowess/SM +proximity/MS +prudence/MIS +prudish/PY +prurient/Y +pry/TGSDRk +psalter/Z +pseudo/S +psi +PST +psychic/MS +psychoacoustic/S +psychoactive +psychoanalyse/SGWD +psychoanalyst/S +psychobiology/M +psycholinguistic/MS +psycholinguistics/M +psychology/MwS31 +psychophysics/M +psychotic/SY +psychotropic/S +Pu +pub/WMGSD +pubescence/SK +publics/A +public's/A +published/U +puddling/M +pudgy/PT +puerility/SM +puffball/SM +puffin/MS +puffiness/S +pug/DGMS +pugilism/SM +pugilist/SW +pugnacious/YP +pugnacity/MS +puke/SGD +pulchritude/MS +pull-back/S +pulpar +pulser +pulsing/A +pummel/DGS +punch/DRZGJ7S +punchline/S +puniness/S +pupil/MS +puppet/yMS +puree/SMdG +purgative/MS +purgatory/MS +purine/MS +Puritanism/M +purposive/P +purr/DMSGk +purse/SMGRD +pursuant +purulence/SM +pushchair/MS +pushover/SM +put-down +putrescence/MS +puttee/MS +putter/d +putterer/S +putty/MSDG +PW +pyemic +pyknic +pylori +Pyongyang/M +pyramidal +pyrite/MS +pyrolysis/M +pyrometer/WSM +pyrometry/M +pyrrhic +Qa'ida/M +qr +qua +quack/DGS +quad/SM +quadratic/SM +quadrennial/SY +quadrennium/MS +quadric +quadrivial +quadruple/GDYS +quadruply/Nn +quagmire/MS +quaint/TYP +Quairading +quality/MS +qualmish +quandary/SM +quantics +quantifiable/U +quantify/RSG7nND +quantitative/PY +quantum/QsMq +quarantine/DMSG +quarrier/M +quarry/mDSGM +quart/RMWS +quarter/Yd +quarterer/M +quartermaster/SM +quarter-plate +quarto/SM +quasilinear +quatrain/SM +quaver/dZkS +queen/DYSMG +queenly/T +quell/GDS +queller/M +Quenda/M +query/SGDM +questionableness/M +questioned/AU +questioning/UY +queue-jump/G +queuer/MS +quickness/S +quickstep/MS +quiescentness +Quilpie +quincentenary/M +quinte's +quintessence/MS +quintillion/HS +quip/DSMG +quirk/2SMZ +quisling/SM +quiz/ZMRGD +quoll +quot/gN7nd +quote/SanGND +quoth +rabbet/dMS +racegoers +rack/DSMG +raconteur/SM +racquet/SM +radar/SM +radian/SM +radical/QS +radii/M +radiogram/SM +radiology/wW13M +radiometry/M +radish/MS +radix/M +RAF +raffish/YP +raftered +Railton +raiment/M +rainbow/SM +rain-cloud/SM +rainforest/MS +rain-maker/SM +rain-shadow/MS +rainwater/M +rajah/MS +ramp/SMDG +rampancy +ramrod/MS +rancid/P +random/QqYP +randy/T +range's +Rangoon/M +ranked/U +ranking/SM +rankle/YSGD +rankness/M +rank's +ransack/DSG +ransomed/U +rant/SRJDGk +rapacious/YP +rapier/SM +rapine/MS +rapporteur/MS +raptness +rapturous/PY +rascality +raspberry/MS +rat/dRGMDZS +ratbag +rate's +rather +ratiocinate/DnNVSG +rattletrap/MS +Ravensbruck/M +Ravenshoe +raw-boned +ray/GMSD +Raytheon/M +Rd/M +reachability +reactions/c +read/lR2JBzGZ +readability/MS +realign/LG +realised/U +real-life +rearrange/L +reasonableness/U +reassemble +reassess/LG +reassure/D +reassuringly/U +rebound/DG +received/U +receivership/SM +recency/M +recent/Y +receptionist +receptivity/M +recherch� +recipient/SM +reclaimable/I +reclassify/GNn +recluse/SMVN +reclusion/M +recognisances +recollect/G +recondite/YP +reconnoitre/DSG +reconsideration/M +reconstruction +records/A +recourse +recover/gZ +recrudesce/GSD +recruit/rSdLM +rectangular/Y +rectification/M +rectum/SM +recumbent/Y +recyclable/S +recycle/R7 +redact/GDS +redbud/M +redcoat/SM +redeclare/N +re-delectable +redemption/SM +redemptive +red-faced +red-hot +red-letter +Redmond/M +Redondo/M +redskin/SM +reducibly/I +redundant/Y +Reedville/M +reedy/PT +re-emergence +Reese/M +re-explain +ref/M +refashion/G +refer/DRS7G +referee/MSdG +reference/DCSG +refill/G7 +refinish/G +reflectance/M +reformism/M +refortify/G +refraction +refractometry +refrigerate/GNSD +refund/G7 +re-fund +regain/G +Regan/M +regard/EDGS +regarded/U +Reggie/M +regiment/NnDSMG +regionalism/SM +register/KdSA +registered/U +register's +registrar/MS +registration/KMS +regressive/P +regret/GD6jS +regrind/G +regular/IYS +regulated/U +rehab/G +rehire +rehydrate/N +reinforcer/M +Reinhold/M +reinstall/G +reiterate +reject/DGVRS +rejection/MS +rejoice/SGkJD +re-laid +relatedness/M +relativist/W1SM +relaxed/P +relearn/G +relentlessness +reliant/Y +relic/MS +relieved/U +religious/PY +reline +reliquary/SM +relock/G +remarkable/U +remeasure +remembrance/SM +remind/G +reminisce/SDG +remit/NGDXS +remittance/SM +remobilise/B +remove +renationalise/n +Renault/SM +Renfrewshire/M +Renoir/M +renovator/MS +rep/MS +repair's/E +repast +repeat/BhRGD +repeated/U +repertory/SM +repetitive/Y +rephotograph/G +replenishment/S +replete/PN +replicate/DSG +repository/MS +repost/G +representing/a +reprieve/DSG +reproduce/bVuv +reptile/MS +reptilian/S +repulsive/P +reputability/M +requestion/G +rescind/DSG +rescission/MS +rescue/RGSD +reselect/7 +reselection +resemblant +reserve/hn3Ni +reservoir/SM +reshape +reshuffle +residency/MS +residue/MS +resignation/M +resiliency/S +resilient/Y +resistible/IY +resonate/SDG +resorptive +respiration/M +responder/MS +response/bVMSvu +responsibility/SMI +responsibly/I +restart/G +restrain/hG +resume/GSDNX +retail/R +rete +reticent/Y +reticule/NSnM +reticulum/M +retract/GD +retractile +retrain/G +retribution/SM +retroactive/Y +retrofit/SDG +retroflexion/M +retrogression/M +retrovirus/S +retrude +retune +revamp/G +reveal/RkD7GS +revelatory +revere/GSD +reverencing +reverend/MS +revet/LDG +revisionism/MS +revisit/d +revolvable +rewash/G +rewind/7G +Reyes +Reyna/M +Reynaldo/M +RFU/M +Rheims/M +Rheinholdt/M +rhetorical +rheumy/T +rhizome/SM +Rhodesian/S +rhomboid/SM +rhombus/WSM +Rhone +Rhum/M +rhymester/SM +Rhys/M +rib/GMSD +Rican/SM +Ricardo/M +rich/STYP +Richard/SM +Richfield/M +Richland/M +richweed +rickety/T +Rico/M +rideable +rideshares +ridgy/T +Riemann/M +rife/T +rift/SMDG +rig/DGMRJS +Riga/M +rightable +righteously/U +righteousness/U +rightful/Y +rightfulness +right-hand/Di +rigid/Y +rigorous/Y +Rinaldo/M +ring/RGDM +ringbark +ringlet/MS +riotousness' +riparian/S +ripe/cU +ripen/Sd +rip-off/S +ripping/Y +Ritalin +Riva/SM +river/SM +Riviera/M +Riyadh/M +RMI +Rn/M +road/SM +roadbed/SM +roadmap +roadside/S +roadster/SM +roan/S +Roark/M +robbery/SM +Robinette/M +Robinson/M +robotic/S +Robson/M +Roby/M +Rochelle/M +rock-bottom +rock-climber/S +Rockford/M +Rockhampton +rocking/M +Rockville/M +Rodrigo/M +Rogation +Rokeby +roller/SM +rollick/DkSG +rolling-stock +roly-poly +romance/RSGMD +Romanesque +Romanisation +Romero/M +Romsey +roof-garden +rookery/MS +root/RSipMDG +rootlessness +ropey +Rorer +Rorke/M +Rorschach +ros� +Rosemonde/M +Rosemont/M +rose-red +Rosetta/M +rosette/DSM +Rosevears +rosewater +Roseworthy +Rossini/M +Rosslyn/M +roster/MS +Rostov/M +rostrum/SM +Rotarian/SM +rotary/S +rote/M +Rotherham/M +Rothschild/M +rotor/MS +rottener +rotunda/SM +rou�/SM +roughish +roughneck/SM +rowdyism/SM +Rowell/M +Rowland/M +Roys's +RP +r.p.m. +RSC +RSM +RU +rubato/SM +rubbish/ZSDMG +rubdown/SM +Ruben/SM +Rubik/M +ruck/M +rucksack/SM +rudder/MSp +ruddy/TP +rude/PTY +rudimentary +Rudolph/M +rue/GDS6j +Rue's +Ruhr/M +rulebook/S +rumbliest +rumbustious +ruminate/NSGDVnv +rump/SYM +rumple/GSD +rumpus/SM +rune/SMW +runnable +runt/SMZ +run-through +rupee/SM +ruse/SM +Rushmore/M +Rushworth +Russo/M +rust/SW2MDG1Z +rustication/M +rustle/RSDG +Ruston/M +rustre/MS +rut/MDGZS +Ruthann/M +Ryukyu/M +sabbatical/S +Sabin/M +sablefish +sabra/S +sabre-toothed +sacerdotal +sachem/S +sachet/MS +Sachs/M +sad/YT3P +Sadie/M +sadomasochism/SM +SAE +saga/SM +sagacious/Y +sageness +Saharan/M +sahib/MS +said/U +Saigon/M +sailcloth/M +sailing-ship/SM +sainthood/MS +salad/MS +Salas/M +Salem/M +Salerno/M +saleslady/S +salicylic +saline +salivate/SNGD +Sallyanne/M +Salome/M +salon/MS +saltish +salt-water +salty/T +salubrity/M +salutary +Salvadorian/S +salvation/M +Samaritan/SM +samba/SDMG +same +Sammy/M +sample's +Samsonite/M +s�ance/MS +Sanchez/M +sanctity/SM +sand/2SGMDZ +sandbox/SM +Sandburg/M +Sanderson/M +sandman/M +sandstorm/SM +sanely/I +Sanger/M +sanitary/IU +sanities/I +sans +sappy/T +saprophyte/SWM +sapwood/M +Sarajevo/M +Sargent/M +sarkier +Saskatchewan/M +Satan/3M1 +Satanism/M +satiety/MS +Sato +saturate/CSnGDN +saturnalia +sauce/SGM2Z +Saukville/M +sauna/SM +sausage/MS +savant/SM +savoury/MS +sawdust/M +saw-pit +Sawpit's +Sawtell +sax/MS +say-so +Sc/M +scabrousness +scaffold/GMSJ +scalar/MS +scaled/UA +scalloper/M +scallywag/SM +scandalousness +Scandinavia/M +scant/z2YZ +Scarborough/M +scarceness +scarer/M +scarf/DM +scarification/M +Scarlett/M +scary/YT +scat/GD +scathe/kGD +sceptre/DS +scheme/SRGWMD +Schiller/M +schizophrenia/M +Schloss/M +Schmitt/M +schnapps +schnauzer/SM +schnitzel/SM +school-age +schoolhouse/MS +schoolmaster/SM +schoolmistress/SM +schooner/MS +Schottky/M +Schroeder/M +Schroedinger/M +Schultz/M +Schumacher/M +Schuyler/M +Schwartzkopf/M +Schweppes/M +sciatica/M +science/FMKS +scimitar/MS +scintillate/SDG +Scipio/M +scissoring +scoliosis +scoop/RG6DSM +scoopful/S +scope/SMDG +scores/fe +scorn/DRSjG6M +scornfulness +scot-free +Scotia/M +scourge/DGMS +scourger/M +scouring/M +scrag/ZDGMS +scrag-end +scrapheap/MS +scrapyard/MS +scrawler +scrawniness +scree/M +screenwriter/MS +screw's +Scribner/M +scrim/SM +scripting/F +scrounge/RSDG +scruffy/T +scrunch/GDZS +scuba/SM +scull/RDGSM +scullery/MS +Sculley/M +scurf/ZM +scurfy/T +scurrility/MS +scurrilous/PY +scurry/JDSG +seaborne +Seabrook/M +sealer/M +seal's +seam/ZDGSpM +seamier +seamless/Y +Seamus/M +sear/GkSD +seashore/SM +seasick/P +seasonal/UY +seasoned/U +secant/MS +secession/SM3 +seclude/XSGVDN +second-best +second-hand +second-rate +secret/dVvYuS +secretariat/MS +sectary/MS +secured/U +security/MIS +Sedgwick/M +sedimentary +sedimentation/M +sedition/MS +seditiousness +seduction/M +seductress/SM +sedulous/Y +see/cGRS +seed/ASGD +seed-bed/MS +seed-eater/SM +seeing/U +seen/Uc +segmentation/M +segregationist +segregation's/C +seigeury/S +seine/GM +seisin +seismical +seismograph/RZWMS +Selby/M +selective/Y +selectiveness +selenate +selenographer/MS +selenology/3 +self-absorbed +self-catering +self-confessed +self-congratulation +self-conscious/Y +self-critical +self-defeating +self-defence +self-denial +self-deprecating +self-destruct/DVSG +self-destruction +self-feeding +self-governing +self-hatred +self-help +self-image +self-importance +self-involved +self-knowledge +selflessness +self-love +self-made +self-motivated +self-propelled +self-raising +self-reliance +self-restrained +self-revelation +self-satisfied +self-seeker/S +self-selecting +self-sufficiency +self-tapping +self-worth +Seljuk/M +sell/SfeGAc +Sella +Sellicks +sell-off +selvage/SM +semeiotic/S +semicircular +semicolon/MS +semiconductor/SM +semi-flexible +semiotician +semiquavers +semi-weekly +semi-yearly +semolina/M +sender/MS +senile +senior/MS +sensate/x +sensational/Q3 +sensibility/SMI +sent/EAFKU +sentence/SMDG +sentential +sentimentality/SM +se�ora/SM +Se�ora/M +Seoul/M +separation/M +sepsis +September/MS +sequence/FSM +sequences/A +sequential/FY +sequentiality/F +sequoia/MS +serape/S +serenader/M +serf/MS +serfdom/MS +serge/M +serpentine +serpiginous +serrate/NnD +served/FKA +serviceable/U +serviced/U +services/E +Serviceton +serviette/SM +servomotor/SM +sessile +set/eSM +set-aside +sets/IA +settee/MS +settling/U +Sevastopol/M +seventy-first/S +seventy-nine/H +seventy-six/H +seventy-twofold +several +severalty/M +Seville/M +sexed/cf +sexism/MS +sexpot/MS +sexually +sexy/T3 +Seychelles/M +sf +shady/TY +Shafer/M +Shaffer/M +shake/7S2RGZ +shake-out +Shakespearean/S +shall +Shalom's +shamble/SDG +shameless/Y +shandy/M +shan't +shapeless/YP +Shari/M +sharkskin/M +sharpie/S +shawl/DMS +Shear's +sheeplike +Sheffield/RM +shekel/MS +shelf-life +shelflike +shelf-mark +Shelford/M +shelf-room +Shellharbour +Shellie/M +shelver/M +Shem/M +Shenandoah/M +Shepard/M +Sheppard/M +Shepstone/M +Sheraton/M +sheriff/SM +Sherwin/M +Sherwood/M +Shevardnadze/M +shibboleth/MS +shielded/U +shift/R2pDzGSZ +Shi'ite +Shikoku/M +shilling/MS +shining/A +shipload/SM +shipowner/MS +shirted +shirty +Shockley/M +shonky +shook +shooting/fec +shop/SGMDR +shop-girl/MS +shoptalk/M +shorebird/S +shorn/U +shortcrust +shortcut/SMG +short-handed +shorthorn/SM +short-lived +short-term +short-termes +Shoshone/SM +shot's +should/R +shoulder/d +shoulder-high +shouting/e +showboat/SDGM +showman/M +showmanship/M +show-piece/SM +showroom/SM +shows +shriek/DRMGS +shrift/SM +shrink/KSG +shrinkable +shrive/DSG +shrubbery/SM +shrug/DGS +shtick/S +shuffling/A +shunt/DGS +shut/SRG +shut-down/SM +shyest +Shylock/M +shyness/M +shyster/SM +Siamese/M +Sibyl/M +Siciliana/M +sick-benefit/SM +sickie/SM +sidemen/M +sidestep/GSD +side-stroke/MGDS +sideways +SIDS +Siena/M +sienna/M +sifts/A +SIGGRAPH/M +sigh/SGD +sight/IcMS +sightlines +sight-read/GR +sigma/M +signal/RmqQDGSYM +signed/Uf +signor/FM +signori +signpost/MDGS +Sigrid/M +Silesia/M +silhouette/SMDG +silicosis/M +silkscreen +silly/SPT +siltation/M +Silurian +Silva/M +silverer's +Silvester/M +Simla +simmer/dS +simper/dS +simple-mindedness +Simpson/M +SIMULA/M +simultaneity/SM +simultaneous/Y +Sinbad/M +sincereness +Sindbad/M +Sindhi/M +sinecurist/M +sinful/P +sinfulness/S +sing-along +singe/S +single-decker/S +singular/q-YS +sink/7RGS +sin's/A +sinter/M +sinuosity +Siobhan/M +Sioux/M +sip/RDSG +siphon/dSM +sister/ASM +sisterhood/MS +sister-in-law +Sistine +Sisyphus/M +sitar/3MS +site/SDM +situate/nNDSG +sixty/SHM +sixty-eight/H +sixty-first/S +sixty-nine/H +sixty-onefold +sixty-seven/H +sizing/A +skating-rink +skeet/M +skerries +skew/DPRGS +skewer/d +ski/MGS +skid/SDG +ski'd +skin/p2GDMSZ +skincare +Skinner/SM +Skippy/M +skirt/GDSM +skunk/MS +sky-blue +Skye/M +skyhook +Skype/M +Slade/M +slalom/SM +slanderous/Y +slap/SGMD +slave-drove +Slavonic/M +sleeping/M +sleepless/YP +sleepover/S +sleepwalk/DRGJS +slender/QYP +slenderer +sleuth/DGMS +Sligo/M +slim/DTSGYR +slimline +slingshot/MS +slipknot/SM +slipper/2Z +slippered +slipshod +slob/MS +slog/DGS +slogan/SM +slough/DMGS +sloven/SMY +Slovenian/S +slovenly/TP +sluggard/MS +slumber/dSM +slumberer/M +slurp/DGS +slushy/TP +Sm +small/TS +small-mindedness +smash-up/S +smattering/SM +Smeaton +smidgeon +Smiggin +smile/SDMGk +smirker's +smokable +smoke-room +smoking-jacket +smoky/T +smoothie/SM +smoulder/kdS +smuggle/RGJDS +smut/SMDG2Z +Smyrna/M +snack/GMSD +snappable +snapshot/SM +snare/SMGD +snazzy/TY +sneaky/TP +Snider's +snigger/Sd +snip/SrDGZ +snipe/SMG +snippy/T +snoek's +snot/SMz2Z +snowbound +snowcapped +snowdrift/SM +snowfall/SM +snowline +snowshoe/SM +snow-white +snub-nosed +snuffbox/SM +snuffler/M +soapstone/M +soar/GSDk +soberest +sociability/M +sock/DSMG +Socorro/M +soever +soft-hearted +soft-heartedness +softness/S +soggy/TY +soi-disant +soiled/U +sojourn/DRMGS +solder's +soles/AF +solicited/U +solidness +soliloquies +soliloquy/M +solipsism/M +solitude/SM +solstice/SM +solvent's/I +soma/M +sombre/Y +somebody'll +someone/M +somersault/DSMG +sometime/S +somnolent/Y +sonar/M +sonata/SM +songbird/SM +songfest/SM +songsmith +songstress/SM +soon/T +soothsay/RG +Sophie/M +sophist/MW1ywS +sophistry/SM +Sorbonne/M +sorrowfulness' +sorter/MS +sort's/FA +sot/MS +Sotheby's +sou' +soul-destroying +soulful/P +soundest +sounding/SM +sound's +soupcon/MS +soup�on/SM +sour/TGYPSD +Sousa/M +souse +Southall +south-eastern +Southend/M +southerly/S +Southfield/M +south-Westerly/S +Soweto/M +soy +Soya +Soyuz/M +sozzled +space/S5mRGJMD +spacier +spaciest +spacious/YP +Spalding/M +Spanish/M +spank/JDSG +sparest +sparing/UY +sparkle/RSkDG +Sparta/M +spavined +speaking/Ua +speaking-tube +spearhead/GMDS +special/qSQ3 +spectra/Mo +spectrogram/SM +spectrometry/M +spectrum/M +speech/MpS +speedboat/SM +speed-up/MS +speedway/MS +speedwell/SM +speedy/PT +spellbind/RGS +speller/SM +spell's +Spencer/M +spending/f +spermatozoa +spermicide/M +Sperry/M +spew/DRGS +spicebush/M +spicule/SM +Spielberg/M +spillage/SM +spin/RSGo +spinach/SM +spineless/YP +spinifex +spinney +spin-off/S +spinster/MS +spinsterhood/M +spire/IMSD +spirit/dIS +spiritedness +spirit's +spiritual/3YS +spiteful/PY +splayfeet +splayfoot/MD +spline/MSD +spoilt/U +spongy/T +sponsor/dSM +spontaneity/SM +spontaneous/PY +spoonerism/SM +spoonful/SM +sportscast/SRMG +spotty/TP +spousal +spray/ASGD +spring-loaded +Springwood +sprinkling/M +sprits +spry +spumy/T +spunk/MZ +spurious/PY +sputa +squad/MGDS +squadron/SM +squally/T +squander/dS +squanderer/S +squaw/SM +squeak/zRMD2GSZ +squeal/DRSMG +squidgy/T +squiggly/T +squirelet +squireship +squirreling +squizz +Sr +Sri +SSL +st. +stable-boy/SM +stable-girl/SM +stables/F +staff/DGAS +staffers +staff's +stagecoach/MS +stage-manage/RD +stage-struck +stagflation/SM +Stahl/M +stair/SM +stairwell/SM +Stalinist +stamin +stamp/RGJDS +standardised/U +standee/MS +standing/fM +standoffish/Y +standstill/MS +Stanislavski +staphylococcus +stapled/U +Stapleton/M +star/rdZDpGS +starboard/MS +Starbucks +stardust/M +starling/SM +starlit +Starr/M +starship +star-spangled +star-studded +started/UA +starveling/M +stash/SGD +stasis/M +stated/U +Statehouse's +stately/TP +statical +stationery/SM +stator/SM +statute/MyS +Stauffer/M +stave/SGDM +steady/SDPTG +steakhouse/SM +steamroller/SdM +steely/PT +steepen/Sd +steer/DG7S +steers/m +stein/SM +stencil/GSDJM +stenographer/SM +Stephan/M +Stephanie/M +Stephenson/M +stepmother/SM +stepping/c +stereo/SM +stereotype/DSM1WwGZ +Steven/SM +stickle/GRD +stickybeak +stifle/SGkD +stifler/M +stigmata +stigmatisation/CS +still/TPGDS +Stillwell/M +stimulative +stimulator/M +stint/MGDS +stinter/M +stipend/SM +Stirling/M +stirrup/SM +stitch/ASJDG +stitching/M +stitch's +stoat/MS +stock/cASDG +stocked/f +Stockhausen/M +Stockholm/M +stockinets +stockpile/SDG +Stockwell/M +stodge/M2Z +stoicism/SM +STOL +stomachful/S +stomal +stonecutter/SM +stonkered +stooge/MS +stool-pigeon +stoppable/U +stoppered +stopping/U +stopwatch/MS +storable +store/SAGD +storm-cock/SM +Stornoway/M +storyboard/DGSM +Stourbridge +stout/TPYS +stout-heartedness +stove-pipe/SM +Stowe/M +strain/FDSA +straining/c +strange/PRTY +strap/USDG +strapless +strap's +stratagem/MS +strategic/S +Strathgordon +stratification/M +straw/SZM +strawberry/SM +streak/RSGMDZ +streetwalker/MS +streetwise +Streisand/M +strengthen/AdS +stress/jS6GMD +stressfulness +stretch/eDGS +stretchability/M +strewer +strewn +strewth +stricture/MS +strike-breaking +strine +stringed +stripper/SM +striptease/RMS +strode +strong/TmY +strong-minded +strop/DGMS +strung/cAU +Stuart/MS +stubble/SMDY +stubborn/TPY +stuff/cDG +stuffs +stuffy/TPY +stump/GRMDSZ +stunning/Y +stupefy/DSGk +stupidest +sty/SM +stylishness +stymieing +styptic/S +suability +subaquatic +subatomic +sub-branch/SM +subconsciousness/S +subcutaneous/Y +subdue/SGD +sub-editor/MS +subinterval/MS +subjectivity/SM +submarginal +submerge/GSD +submergence/SM +submerse/GNSXbD +submit/ANDXGS +submittal +subnormal +subprogram/SM +subproject +subregion/oSM +subrogation/M +subscript/DGS +subscription/SM +sub-sequence/SM +subsidiarity +subsidy/MS +subsoil/SM +subspace/SM +substantiated/U +substantive/SYM +substrate/MS +substratum/M +subsurface +subtask/MS +subtenant/SM +subtly/U +subtrahend/SM +subverter/M +subway/SM +succeed/SDG +success/SvXM6ujNV +suds/Z +sudsy/T +sufficient/IY +Suffolk/M +suffuse/XSNGD +Sufi/M +sugar-coated +sugar-pea/S +suitableness +Sukarno/M +sulk/Dz2ZSG +sulky/TS +sullen/PY +sullener +sulphate/SDGM +sulphide/SM +sulphonamide/MS +sultan/MS +sultanate/SM +sultry/TPY +sumac/SM +Sumatran/S +summary/sSQYM +Summertown +summons/SGDM +sumo/SM +sun/pG2ZMSD +sunbath/SRGD +sunburst/MS +sunglass/MS +sunken +Sunnyvale/M +sunrise/SM +superannuation/M +supercharge/DRGS +superclass/M +supercomputing +supercooled +superheat/D +superhero/SM +superimpose/NDSXG +superintend/SDG +superior/SYM +superlative/YPS +supermarket/SM +supernatant +supernaturalism/M +superpose/DNSG +supersaturate/NDSG +superscript/DGS +superscription/M +superstitious/Y +superstructure/SM +supervention +supplant/GSD +supplement/nDNG +supplementary/S +supplicant/SM +supplier/SM +supply/cSADG +support/RkBDVGvSu +supposed/Y +suppository/MS +supranationalism/M +supreme/PY +supremo/M +Supt. +sure/PTY +surface-active +surfacing/A +surge's +Suriname/M +Suring's +surname/MDS +surplus/MS +surprising/UY +surrealist/SW1 +surreality +surrogate/MS +survey/ADGS +survival/MS +Susanna/M +susceptibility/ISM +Susie/M +suspension/M +suspensor/M +suspensory +Susquehanna/M +suss/DSG +sustain/RLlGSBD +sutler/SM +Sutton/M +Suzanne/M +suzerain/MS +Svalbard/M +svelte/Y +Sven/M +Swahili/SM +swarm/SDMG +swarthy/TP +swastika/SM +swat/SRDG +swatch/MS +swath/MDGS +swathe/S +sway/DSG +swearword/MS +Swede/SM +Swedenborg/M +Swedish +sweetbrier/SM +sweetish +sweetness +swept +swift/TYS +swig/DGSM +Swinburne/M +swirl/DGSY +switchback/MS +switch-blade/MS +switch-overs's +Switzer/M +swizzle/MDG +swoon/DGS +swoop/DGS +sword/MmS +swordplay/M +swordsmanship/M +swordtail/M +sworn +sybarite/WSM +Sybil/M +syllabify/GSnND +syllabub/M +syllabus/SM +syllogism/SM +syllogistic +symbiont/M +symbol/q31wQSWM +symmetry/1SQwMW +symposia +symptomatology/M +synaereses +synchronised/UA +synchronous/Y +syncopal +syndic/nNMS +syndical +syndicalism +synergistic +syngamy +syngenesis +synoecious +synonym/WMSZ +synopses +synthetic/YS +Syrian/SM +syrup/MS +systemic/Y +systole/WMS +Szechuan/M +Tabb/M +tableware/M +tabloid/SM +tabor/SM +tabulate/nGSND +tabulation/M +tac/DZ2G +tachycardia/MS +tactless/Y +tadpole/MS +Taffy/SM +Tagalog/M +taiga/SM +tailback/MS +tailboard +tailwind/SM +taipan +Tait/M +Taiwanese +Tajikistan/M +take-home +take's/aI +taking/Aacf +tale/SM +Taliban/M +talisman/WSM +Tallangatta +tallboy/MS +tallish +Tally's +Talmudist +tamale/SM +Tammany/M +tamper/rdS +tandoori/S +Tandy/M +tangency/M +tangibly/I +Tangier's +tankini +tannin/SM +tantrum/MS +Tanya/M +Tao/M +Taoist/MWS +taperer +tapestry/SMGD +tapped/U +tar/MDSGZ +Tara/M +Tarcutta +tariff/SGMD +tarn/SM +tarnished/U +tarot/SM +taskmaster/SM +tattier +Tatum/M +taupe/M +taws +Taw's +taxiway/SM +taxpayer/SM +Tay +Tayside/M +Tb +teach/RJ7SG +teachable/U +teal/SM +team-mate/S +tearaway +tear-gas/DG +tearjerker/S +teaspoonful/SM +teatime/SM +teazle +technophiles +technophobic +Tecumseh/M +teem/SDG +teensy-weensy +teeter/dS +teetotal/R +Teignbridge +TEirtza/M +tektite/SM +Telecom +telecommute/RSG +teleconference/DSGM +telekinetic +telemarketing +telethon/MS +telex/DMSG +telnet/MS +tempestuousness +temporal/Y +ten/7HMgSl +tenability/MS +tenacity/S +tend/FSIRKGD +tended/EU +tenement/SM +TENEX/M +tenpin/MS +tens/TxNXGDS +tension's/K +tentorial +tents/I +tenure/SMD +Terang +terbium/M +termagant/SM +termes +terminable/I +terminated +terminator/MS +terracotta +terrapin/SM +Terrell/M +Terrence/M +terrestrial/YSM +Terri/M +terrible/Y +terrorism/MS +terry/MRS +TESL +TESOL +testator/SM +testes +testify/RSGD +tests/KA +tetanus/M +tetrachord/SM +tetragon/SoM +tetrahedra/o +tetrahedral +tetrahedron/SM +tetravalent +thalamus/M +thallophyte/M +than +thankless/Y +thanklessness +thatch/RMGSD +thatching/M +that'd +theatregoing +thee +Thelma/M +Theodosia/M +theorem/SM +theoretician/SM +therapy/MS +Theravada/M +thereat +thereupon +therm/oSM +thermistor/MS +thermoformed +thermoluminescence/M +thermonuclear +thermopile/M +thermostat/W1MS +thesis/M +Thespian/S +they +they'll +Thierry +thieve/yDGS +thievish +thigh/SM +thimble/6SM +thinnish +third/Y +thirst/2MGzSDZ +thirty-five/H +thirty-nine/H +thirty-onefold +thirty-twofold +Thomas +thoracic +thorium/M +thrashing/M +threadbare +thread's +three-legged +three-piece +three-point +three-quarter/S +threnody/SM +thrift/pz2SMZ +throat/z2SDMZ +throb/SGD +thrombi +thromboses +through +throughout +throughway/M +throwback/MS +thrower/SM +thud/SDGM +thuggery/M +Thule/M +thumb/SMDG +thunderbolt/SM +thunder-box +thunderclap/SM +Thurrock/M +Thurston/M +thus +thwack/DGS +thymine/M +thyristor/MS +thyrotropic +thyrotropin/M +Tiber/M +Tiberius/M +tick/MS +ticket/SdMZ +ticket-day +Ticonderoga/M +tide/SGDJZo2 +tidewater/SM +tidy/DTGUSY +tie/ADUGS +Tierney/M +Tietze/M +tight-fitting +tight-lipped +tigress/MS +till/S7GDR +tillage/MS +tilled/E +timber/dSpM +time-consuming +time-honoured +time's/c +time-work +timing/MS +timorousness +timpanist/MS +tincture/SMDG +tine/SMZ +tinfoil/M +Tingha +Ting's +tinkerer/S +tinkle/YDGS +tinsel/GDSYM +tint/SGDM +tinter's +tiny/TP +Tippecanoe/M +Tipperary/M +tipster/SM +tiptoe/DSG +Tirana/M +tiresomeness +tiring/U +tisane +tit/MRS +Titanic's +title-deed/SM +title-page +titrate/DSG +titre/NSM +tizzy/SM +TLC +to/IU +toasty/T +Tobias/M +Tobin/M +tobogganist +toddle/RDSG +to-do +toenail/SM +toga/SMD +toggle/DSMG +toilette/SM +tolerant/IY +tolerate/SDGnBN +toll-house/M +toluene/M +Tom�/M +tomahawk/DGSM +tomblike +tomcat/SM +tome/SM +Tommy/SM +tom-tom +ton/orWdMS +Tonbridge +tonelessness +toner/ISM +tongue-tied +toolbar/S +toolbox/SM +toolmaker/SM +toolmaking/M +Tooradin +toothache/MS +Toowoomba +topicality/SM +topmast/MS +topmost +topping/M +topsy-turvy +tore +toreador/SM +tori's +Torrens +torrential +Torres +torsion's/AI +tort/FSEA +torte/SM +tortoise/SM +Toscanini/M +toss/RGDS +totality/SM +Totalizator/M +Tote's +Toto/M +totter/dkS +totting-up +touch/AGDS +touched/U +touching/Y +touchstone/MS +toupee/MS +tourer/MS +tourism/SM +Townley/M +townscape +Townsend/M +tow-path/SM +toxaemic +toxin/SM +toyshop +Tracie/M +track/RSMDpG +tracksuit/MS +trade/R5mDMGS +tradescantia +traditionalist/WSM +tragedy/SM +tragicomic +trailblazing +train/RGSDJ7 +train-bearer/S +traineeships +trainman/M +train-spotting +trammelled/U +trance/SM +trannie +transatlantic +transcendent/oY +transcendental/3 +transcode/G +transcript/SM +transducer/MS +transfer/7RSMGgD +transferee/SM +transferral/SM +transgenic +transience/SMZ +transient/YS +transitive/IYP +transitivity/M +translate/gGNVDnS +translated/aU +translucence/MZ +transmittal/MS +transposable +transubstantiate/Nn +trapeze/SM +trapezia +trappable/U +Traralgon +Trawool +treacherous/PY +treachery/SM +treatable/U +treated/UAK +treatise/SM +treat's +tree/GpSM +trellis-work +trembler/M +trencher/mSM +trendsetting +Trenton/M +trepidation/SM +Tresco +trestle/SM +Trevino/M +Trevor/M +triad/WMS +triage/SMGD +triangle/SM +Triassic +tribalism/M +tribute/FDSE +tribute's +triceratops/M +trickery/SM +trickster/SM +trifocals +trigger/d +trilateral +trilby/MS +trillium/SM +trimaran/MS +Trimble/M +trimester/SM +trimodal +Trinidad/M +trip/YRGSDM +tripe/M +triphthongal +triple/SGD +triplicate/S +tripodal +Tripp/M +triptych/M +Trish/M +tritium/M +triumphal +triumphalist +trivia/o +trodden/AU +troll/DMSG +trollop/SM +trompe +trophy/MS +trot/SDRG +troth/S +troubled/U +trousseau/M +troy +truck/RSGMD +truelove/MS +Trujillo/M +Trumann/M +truncate/DnSGN +trundle/DGS +Trunkey +trusted/U +trustfulness/E +trust's +tsar/SM +tsunami/SM +Tswana/M +tube/SMp +tubercules +tuberculoses +tuberose/MS +tuberous +Tuck's +Tudor/SM +Tue/S +tularaemic +tum/oZ +tumblerful/S +tumescence +tumid/Y +tumult/MS +tundra/SM +tunic/MS +turbaned +turbidity/SM +turbulence/SM +turd/SM +turgid/Y +Turk/WMS +Turkic/M +Turkish +turn/ADcGS +turnaround/SM +turn-down +turner's +turnstone/M +turntable/SM +turn-up/S +Turriff +turvy +Tuscany/M +tush +tussle/SGD +Tutankhamen/M +Tuttle/M +twain +twang/SZDMG +twangy/T +twee/T +tweed/2MSZ +tweenies +twelve/H +twenty-onefold +Twickenham +twilit +Twinkie +twosome/SM +two-thirds +Tynemouth +typecast/SG +typical/Y +typicality/M +tyrannosaurus/S +tyrannous +tyranny/1MQwS +tyrant/MS +tyre/SMD +tyred/U +Tyree/M +tyro/MS +Tyrolean/SM +u +UAR +UAW +ubiquitousness +ubiquity/S +Udall/M +udder/SM +UHF +Ukiah +ukulele/SM +ulceration/M +ulna/M +ultra-high +ultramodern +ultramontane/S +ultraviolet +Uluru +umbilical +umbilicus/M +umbrage/MS +UMIST +unaffectionate +unaggressive +unambitious +unapologetic/Y +unattractive +unban/DG +unbend/G +unbreakable +unchallengeable +uncivil +unclothe/G +uncomplaisant +uncontentious +uncouth/Y +uncover/Sd +unctuous/Y +uncustomary +undecided +under +underbrush +underclass/m +undercover +underemphasise +underfloor +undermine +underscore +understood/a +understructure +undervalue +undoubted/Y +undrinkable +undue +undulant +unemotional +unfamiliar +unfashionable +unfathomable/Y +unfit/DG +unfitness +ungainliness +ungainly +ungentle +ungrateful +uni +unifier/SM +unimportant +Uniondale +unionise/n +unionist/SM +uniqueness +unitary +university/SM +unkempt +unkink +unlace/G +unlap +unlikeness +unliterary +unlovable +unmask/G +unmesh +unmissable +unmodifiable +unobjectionable +unoriginal +unpack/G +unpartisan +unpersuasive +unplug/GD +unprintable +unprofitable +unreal +unreservedness +unromantic/Y +unruliness +unsavoury +unselfconsciousness +unsound +unstoppable/Y +unsubscribe +untamable +untoward/Y +unwind/G +unwire +unworthy +upbeat/MS +UPC +updater/M +upload/DGS +upped +uppermost +upright/YS +uprightness +upscale +up-to-date +up-to-the-minute +uptown +upturn/SGD +Uralla +urbanism/M +urbanity/SM +urethra/SM +urethrae +urethritica's +urgent/Y +urinalysis/M +urinate/SGD +urine/NMnS +Urochord +Ursula/M +Urunga +us/grd7Sl +useably +user/aM +user-friendly +using/f +USMC +USO +usual/UY +usualness/U +usurer/SM +usuriousness +Utah/M +Utahan/SM +Ute/M +uteri +uterine +utmost +Utrecht/M +utterers +UUCP/M +uvula/MS +Uzi/M +vacation/M +vacuity/MS +vacuolated +vacuole/MS +vainglorious/Y +Valcreme/M +valet/dSM +valiant/Y +validator/SM +Valkyrie/SM +Valletta/M +Valparaiso/M +valuator/MS +values/cf +value's +valve/DSpM +Vanautu/M +vandalism/SM +vanquished/U +vantage/MS +Vanuatu +vapid/Y +vapidity/SM +Varicella/M +varicose +varied/U +variety/MS +Vaseline/M +Vasey's +Vasili/MS +Vassar/M +vaudeville/SM +Vaughan/M +VAXes +veal's +vector's/F +Vedanta/M +veg +Vega/SM +vegetable/MS +veil/SUDG +veld/SM +veldt/SM +vellum/SM +Velveeta/M +velvet/MSZ +velveted +venal/Y +venation/MS +Venezuela/M +vengeance/SM +venial/Y +Venn/M +ventriloquise +ventriloquist/MS +Ventura/M +Venusian/S +veracious/Y +veracity/SM +verandah/SM +verbal/qsQ-Y +verbena/MS +verifier/SM +vermicelli/MS +vernacular/YS +Vernen/M +verrucae +Versailles/M +verse/ISNAFX +versed/AFU +version/FGM +verso/MS +vertebrate/MIS +vertex/SM +vertical/YS +vertices +verve/MS +vesiculate/GDNS +vestige/MoS +vestigial +Vesuvius/M +vexation/M +VG +VGA +vibe/S +vibration/M +vice-President/MS +viceregal +vichyssoise/SM +Vick/M +Vicky/M +videlicet +video/DGSM +videophone/SM +Vienna/M +Vietminh/M +vigil/SM +vigilante/SM +vigour/M +vile/PTY +vilify/nDGSN +villain/SZM +villi +Villiers +vim/M +Vinci/M +vindictive/PY +Vineland +vineyard/SM +viol/3S7M +violate/GDS +Violetta/M +violoncello/SM +viperous +Virginian/S +virgule/MS +virility/SM +virologist/S +virtue/MSo +virulence/S +viscosity/MS +viscountcy/MS +visible/YI +Visigoth/S +visioning/K +vis-�-vis +vital/qQS +vitalise/ASCDG +Viterbi/M +vitiate/NDSGn +vitriol/WM +vituperate/vDSVGNn +vivacity/SM +vivify/ADGNS +viviparous +vivo +Vladimir/M +VLF +V-neck +vocabulary/SM +vocoder +Vodafone/M +vodka/SM +Voetsek +vogue/SM +voice/IGMDS +voiced/UC +voiceless/Y +voile/SM +vol +volatility/MS +volcano/M +volition/oSM +Voltaire/M +voluminousness +Von +voraciousness +voracity/SM +vortex/SM +vorticity/M +Voss/M +voting/Ce +voyage/MDSGR +Vreeland/M +Vuelta/M +Vulcan/M +vulnerability/IS +vulture/SM +WA +WAAF +wacky/T +wade/S +waffle-iron +wage-earning +waggishness +Waikiki/M +wailer/M +wainscot/dSDG +wait/SGRD +Walbridge/M +Waldemar/M +walkie +walkover/SM +wall/SGDM +Walla +Wallis/M +wallow/GDS +walnut/MS +waltz/DMGS +wampum/M +wane/S +Wang/M +Wangaratta +want/SGD +warble/RSGD +Warialda +warlike +Warlpiri +warm-down +warmest +warm-hearted/Y +Warnambool +Warooka +Waroona +warp/SGDM +warpath/SM +war's/C +Warsaw/M +warship/SM +wartime/MS +Warwickshire/M +washerwomen/M +Wasserman +wast/RGD +waste/6jS +water/dmSZ2Mp +watercourse/MS +waterlogged +watermelon/MS +waterwheel/S +waterworks +Watford/M +wattage/MS +Wausau/M +waveform/SM +wavering/UY +waxen +waxwing/MS +waxy/T +way/MS +wayfaring +waywardness +weaken/dS +wealthy/T +wean/GSD +weaponry/SM +weariness +wearing/e +weasel/DGMS +Webber/M +webbing/M +website/MS +wedge/GSDM +wedlock/M +Wednsebury +wed's +weedy/T +weekday/SM +Weibull/M +weigh/eDSGA +weight/cDGS +weightlessness +weightlifter/S +Weinberg/M +Weipa +weird/YT +well-beloved +well-built +well-chosen +well-connected +well-educated +Wellesley/M +well-formed +well-head/SM +well-informed +well-known +well-made +well-read +well-received +wellspring/MS +welsh +welsher +Welshmen/M +Welshwoman/M +welter/d +Wenger/M +Wesson/M +Westbrook/M +Westernism/M +Westfield/M +wetness +wet-nurse/S +wetting/A +Weymouth/M +WFF +whammy/M +whatever +whatsoever +wheal/MS +wheaten +wheeze/DSZG +wheezy/T +whence +whereabouts +where'll +wherewith +whichever +whiff/SGMD +whim/SM +whipper-snapper/MS +whir/SYDG +whiskey/SM +whisper/rdJkS +whist/M +Whitaker/M +Whitbread +Whitcomb/M +Whitehall/M +Whitelaw/M +whither +whitish +Whitney/M +Whittaker/M +Whittington/M +whodunit +whoever +whole/S +wholeness +wholesale/RMDGS +who'll +whomever +whomsoever +whoosh/MSDG +whorish +whorl/DMS +why'll +Wichita +wicked/P +wicket-keeping +wife/YMp +wig/MDSG +Wiggery +wiggle/RDSYG +wiggly/T +Wilberforce/M +Wilcox/M +wild/PSGTY +wildfowl/M +Wilhelm/M +Willard/M +William/MS +willing/UY +Wilmington +Wilmot +wince/SGD +winch/DMSG +Winchester/S +Winckelmann +Windarra +windbreak/RSM +windlass/MDGS +Windorah +windsurf/DRSG +wind-up/MS +windward +wing/DRGmMp +wingspread/MS +wing-tip/S +Winifred/M +Winnebago/M +winning/Y +Winnipeg +winsome/Y +winsomeness +wipe/RSDG +Wiradjuri +wireless/SM +wiretap/SGMD +wire-tapping +wiriness +Wirrulla +wispy/T +witchdoctor/S +witchery/SM +witchetty +witch-hunt/S +withal +withdrawal/SM +withdrew +wither/k +withheld +withhold/RJGS +without +Witling's +wit's +witty/PYT +wizen +wizened +woad/M +Wodonga +wok/MS +Wolcott +wolfram/SM +Wollombi +Wolver +wolverine/SM +womankind/M +womb/SM +wonderer/M +wondrousness +wonk/ZS +wonky/T +Woodbury +Woodgreen +Woodlawn +Woodrow +woodruff/M +Woodward/SM +woody/T +woollen/S +woolly/ST +Wooster +wop/MS +word's +workableness +workaday +workmanlike +workmanship/MS +workplace/MS +workroom/SM +work's/e +worksheet/S +Worksop/M +worldwide +wormy/T +worsen/dS +worthless/PY +worthwhile +would +would-be +wouldst +wrangle/SGDR +wrap/USDG +wrapper/MS +wreath/DSMG +wrinkled/U +wrongdoer/MS +wrongdoing/SM +wrong-headedness +wrongness +Wundowie +wurley +Wyalkatchem +xerophyte/MS +X-ray/S +xylol +yabbie +Yackandandah +yakka +yam/SM +Yanchep +Yangtze +Yarborough +yard/MSD +yarn/SGMD +Yarragon +yaw/SGD +yawn/RSGDk +ye +yelp/SDG +yen/GSDM +yeomanry +yes +yes-man +yield/SGD +yielding/U +yo +yoga/M +yolk/SM +Yolngu +yon +yore +Yorkshireman +Yorktown +youngish +youthfulness +you've +Ypres +Yugoslavia/M +Yulara +yuletides +yum/Z +Yvette +z/d +Zambian/S +zealous/cP +zebra/MS +Zeebrugge +Zeitgeist +Zellick +zero-rated +Zionism +Zionist +zircon/M +zloty/M +Zoe/M +zoolatry +zoophyte/SM +Zoroastrianism +Zulu/SM +zygote/SMW +0th +5 +5th +aardvark/SM +Aarhus/M +abaft +abater/M +Abba/M +abdication/M +abductor/SM +Abdul/M +Aberconwy/M +abeyance/SM +abhorrence/MS +abhorrent/Y +abidance/MS +abide/SGDk +Abidjan +Abingdon +abler/E +abloom +abnegate/DGnSN +above +aboveground +abrasiveness/S +abroad +abrogator/SM +abrupt/TYP +abscissae +absent/YGSD +absentee/MS +absinthe/MS +absolve/SGD +absorb/SRGNkXDV +absorbed/AU +abstemiousness/S +abstemiousness' +abstinent/Y +absurdist +abused/E +abusive/P +abusiveness/S +abut/RSGLD +acacia/SM +academic/S +academical/S +academy/SWM +Acadia +accent/GSDM +accept/lRVBGkhSD +acceptabilities +acceptable/P +acceptance/MS +accession/MDG +accommodative/P +accordionist +Accra/M +accretion/MS +acculturate/SGNVnD +accusative/S +accusatory +accused/M +acetic +aches/FKA +achiever/fSM +acidophiles +acknowledged/U +acolyte/SM +aconite/SM +acoustics/M +acquaintanceship/S +acquainted/U +acquiesce/SGD +acquiescence/SM +acquit/DSG +acrid/YP +acrobatics/M +acronym/MS +actinium/M +activate/CnIANGD +activates/IC +active/3NPSn +activism/MS +actor/S4AM +actual/qQ-YS +acuteness/S +Adamson/M +addenda +additional +additive/YSM +addle/SDG +adducer/M +adenine/SM +adept/TPYS +adequate/PIY +Adirondack/S +adjectival/Y +adjoin/DGS +adjudicator/MS +adjuration/M +adjure/SnDNG +adjust/GLADS +Adkins +Adler/M +adman/M +administer/dnNS +administratrix/M +admissibility/SIM +admissible/Y +ado/M +adolescence's +adopt/R7DGS +adrenalin +adsorption/M +adumbration/M +advent/vSM +adventure/aMS +adventurous/PY +adversarial +adverseness/S +advertise/JL +advertising/M +advisee/SM +advisory/S +aegis/MS +Aeneas +Aeolus +aerie/SoM +aero +aerobic/YS +aerodrome/MS +aerodynamic/YS +aerodynamics' +aero-engine/SM +aerofoil/MS +aeronautic/SY +aerostat's +Aesculap +aesthete/1WS +aestival +aether/M +affectedly/U +affecter/M +affecting/E +affectionate/Y +affiliated/U +affiliation/ME +affluence/SM +afforestation/M +affray/GSDM +affricate/SVMN +affront/SGDM +Afghan/SM +Afghanistan/M +afoot +afore +aforethought +afraid/U +afterthought/SM +afterward/MS +Ag +ageing +ageism/MS +agelessness/S +age-long +agency/SM +agglutination/M +aggravation/M +aggression/SM +agitator/SM +Agnew/M +agonal +agouti +agreer/SM +agribusiness/MS +agricultural/3 +Agrippa/M +ague/SM +aha/S +ahoy/S +AI +aide/SM +Aileen/M +aileron/MS +aimlessness/S +ain't +air-cooled +aircrew/SM +airframe/SM +airing/M +Airlie +airship/MS +airspace/MS +airtight/P +air-to-air +airwomen +aisle/SGMD +Ajax +akimbo +Al/M +Albanian/MS +Albany +albedo/M +Albert/M +Albrecht/M +albuminous +Albury +alcohol/1MWS +aldehyde/M +Alden/M +Aldinga +Alec/M +alehouse/SM +Alexis +Algeria/M +Algiers +algogeneses +algorithm/1SWM +Ali/M +Alice/M +Alicia/M +aligned/AUa +aliment/DMGS +alimentary +aliphatic +Alison/M +Alistair/M +al-Jazzier +all/cSM +allegri +allergy/W1MS3 +alleviation/M +all-important +all-inclusive +all-in-one +Allis +alliterate/DSNGnVv +alliteration/M +all-night +allocable +allocatable/C +allocation/CMAK +allocative +allocator/SCK +allotrope/MW +allowed/E +all-round +allure/LSkGD +allusive/P +alluvions +Al-Maida/M +almshouse/SM +Alofi/M +alongshore +alphanumerical +al-Qa'ida/M +Al-Quenda/M +already +Alsatian/MS +also-ran/S +Alstonville +Al-Swahili +altercate/Nn +alternation/M +alternative/MPS +although +altitude/MS +aluminium/M +alumnae +alumni +alumnus/MS +Alva/M +alveolus/M +Amanda/M +amanuensis/M +amaretto/SM +amateur/SM +ambergris/MS +ambience/M +ambient +ambivalence/SM +ambles/K +Ambrose +ambrosia/MoS +ambulance/MS +ambulant/S +ambulate/GDNnSy +ambush/DRGSM +amelioration/M +amend/LD7GS +amener +amenity/MS +amenorrhea's +American/qQMS +Americana +Americanism/S +Amerindian +amethyst/SM +amethystine +amiable/TPY +amigo/SM +amir's +Ammonite's +ammunition/SM +amoral/Y +amorallym +amorous/PY +amour/SM +amp/DGYMS +amphibious/PY +amphora/M +Amsterdam/M +amt. +amusable +ANA +anaconda/SM +anaerobe/SM1W +anaesthetise/RnGDS +anaesthetist/MS +analects +anales +analysed/aU +analytic/YMS +analytical +analytics/M +anastomotic +Anatolian +ancestral/Y +anchorperson/S +ancientness/S +Andean/M +Andes +Andrea/SM +androgen/WSM +android/SM +anecdote/oSM +Angeles +angelfish/MS +Angelo/M +Angie/M +Angkor/M +anglepoise +Anglia/M +angling/M +Anheuser/M +anhydrous/Y +anim� +animates/A +animus/SM +aniseikonic +anisotropy/MSW +Ankara/M +ankh/MS +anklebone/SM +anklet/MS +annal/3SM +annalist +annexe/M +annihilate/SGNnDV +anno +annotator/SM +annual/QMYS +annuity/MS +annul/LDGS +annulus/M +anomaly/MS +anon +anon. +anorexia/MS +ant/WMS +antagonist/WS1M +Antarctic/M +antediluvian/S +anterior/SY +anteriores +anteroom/SM +anthropic/a +anthropocentric +anti/S +anti-aircraft +anti-Americanism +antibiotic/SM +anticline/SM +anticlockwise +anticoagulation/M +anticommunist/MS +anticyclone/SMW +antidepressant/SM +anti-establishment +antihistorical +antilogarithm/MS +Antioch/M +antipodal/S +antipode/MS +antiquate/GSD +anti-racist +antisepses +antispasmodic/S +antistatic +antitank +antivivisectionist/S +anxiety/MS +any +anyway +Anzac +ANZAC +aorta/SMW +APACS's +apartness' +apathy/SWM +aphasia/MS +aphrodisiac/MS +Aphrodite/M +Apian +apnoea +Apollonian +apologetics/M +apologia/MS +apoplexy/SM +apostasy/SM +apostleship/MS +apostolic +appaloosa/S +apparent/PY +appellate/VvnN +appellation/M +appetiser/MS +Appin +apple-pie +applicabilities +applicative/Y +apply/SANnDaG +appointee/MS +apposition/M +appraise/AGDS +appreciable/YI +apprehensible +apprehensive/PY +appropriated/U +appropriative +approximate/nYSNVGvD +appurtenance/MS +appurtenant/S +apricot/SM +aptness/SI +aquaculture/SM +aquaplane/SMDG +aquatic/YS +aquittal +Arafura +Araluen +arboreal/Y +Arcadian +arcaneness +arcanum +archaise/SDGR +archaist/MS +archangel/MS +archduchess/SM +archery/SM +archetypal +Archie/M +Archimedes +arching/M +archipelago/SM +architect/SM +architecture/oMS +archway/SM +arclike +ARCO +Arcturus +Ardrossan +areal +areawide +arena/SM +Argadargada +Argentinian/S +argosy/SM +arguably/IU +arguing/e +argy-bargy/DS +Argyll/M +aria/SM +Ariadne/M +Ariel/M +arise/SJG +arithmetician/SM +ark/MS +Arkansas/M +Arkaroola +Arlington/M +Arltunga +Armagnac +armistice/MS +armload/M +armour/SZRMDG +armour-plate/D +Arnaud +arrearage +arrestor/MS +arson/3SM +ar�te/MS +Artemis +arterial/S +arterioscleroses +artery/SMo +artesian +artfulness/S +artfulness' +artichoke/SM +articulated/UE +artiness/S +artistic/IY +artless/PY +arty/T3P +ASAP +ascendancy/MS +asceticism/SM +ASCII +ascorbic +Ashford/M +Ashland/M +ashram/SM +asinine/Y +asked/U +askewness +asocial +asparagus/MS +asphyxia/MnS +aspic/MS +aspidistra/MS +Assam/M +assassinate/DSG +Assay's +assemblage/SM +assemblyman/M +assen +assignation/M +assigning/K +Assisi/M +associate's +asst +assuage/GDS +assuaged/U +assuming/UY +assured/P +Assyria/M +aster/FSEM +astigmatism/SM +astronaut/WMw1S +astrophysicist/SM +Asunci�n/M +asynchrony +at/F +atheist/1MWS +athletic/S +Atkinson/M +atmospheric/S +atoll/MS +atom/QsqSM +atone/LSoDG +atrium/M +atrocious/PY +attached/AU +attend/RGDS +attendance/MS +attention's/I +attenuate/GnDSN +attest/GDSnN +attestation/M +attic/SM +attributable/U +attribution/SM +attrition/MS +atwitter +audacious/PY +audience/SM +audiology/w3SM +audiometer/SMW +audiophile/SM +augur/dSM +Augustine +Augustus +Aurelius +Auschwitz +auscultate/GNSDn +auspice/MS +auspiciousnesses +austerity/SM +Austin/M +Australia/M +authorship/SM +autistic/S +autobahn/SM +autocorrelation/M +autograph/GDSM +autoloader +autonomic/S +autopilot/MS +auto-suggestibility/M +autoxidised +autumn/oMS +availability/UM +availableness/M +avant-artists +Avenel +avenue/SM +averageness +averse/YP +averter's +Avery/M +aviatrices +Avis/M +avitaminoses +avoidable/U +avoidably/U +avoirdupois' +avows/E +AWACS +award/RGDS +awesomeness/S +awestruck +awkwardness/S +awning/MD +axe/mGMDS +axed/F +axes/F +axial/YF +axiomatising +axolotl/MS +axon/MS +azalea/SM +Azikiwe/M +Azo +Azores +Aztec/M +Azurite's +b/bp +Baal/M +babel +baboon/SM +babushka/MS +Babylonia +bacchanal/SM +Bacchanalian/S +bachelorhood/MS +backache/SM +backbone/SM +backdrop/MGDS +backgammon/SM +backhand/DMRhGS +backside/SM +backspace/GSD +backstitch/GMDS +backstop/DGMS +backtalk/SM +back-up/S +backward/YPS +backwash/DMSG +backwood/mS +bacteria/Mo +bactericidal +bacteriology/S3WwM +baddie/MS +Baden/M +Badgingarra +badness/S +bag/6ZRDz2GMS +bagatelle/SM +bagel/MS +baguette/SM +Bahamas/M +bail/7MGSD +bailee/MS +bailer +bailiwick/MS +baitlayers +bake/GRySD +bal/RGD +balancedness +balancing/UecA +bald/TGPZYD +balder/W +balderdash/SM +baldness/S +Balearic/M +Balingup +balladeer/SM +balladry/SM +Ballard/M +balliest +Ballina +ballistics/M +ballistics' +ballpoint/MS +ballroom/SM +ballyhoo/GSDM +Ballymena/M +Balranald +Baluchistan/M +balustrade/MS +Balzac/M +banco's +Banda +banding's +bandoleer/MS +bandstop +bandwagon/MS +bandwidth/SM +bang/DMRGS +banish/LSGD +banjoist/SM +bankcard/S +bankroll/SMDG +bannister/SM +Bannockburn +banquet/SMrd +banshee/SM +baobab/SM +baptismal +Baptist/MS +Baradine +barbarianism/SM +barbarity/SM +Barbary +barber/dy +Barbette/M +barbiturate/SM +Barcaldine +Barcelona/M +bareheaded +barelegged +bargain-basement +bargees +Bargo +barium/M +Barkley's +barley/MS +Barmedman +Barnabas +Barnes +Barney/M +Barnum/M +Baroda/M +baronial +barony/MS +Barooga +barque/MS +barracuda/SM +barramundi +barred/E +barrenness/S +Barrichello/M +barrio/MS +Barrow +barstool/MS +Bart/M +bartender/MS +Bartholomew/M +Bart�k/M +barycentre/MW +baryon/SM +Baryulgil +baseboard/MS +baseplate/M +bases/C +basetting +basilisk/MS +basketry/MS +basketwork/MS +bas-relief/S +Bateman/SM +bathe/S +bathetic +Batlow +batmen +baton/SM +bat's/F +batterer/S +batting/M +batwings +baulky/TP +bauxite/MS +bawdy/TP +Baxter/M +bayberry/MS +bayonet/dMS +BBQ +BC +b�che +beachcomber/SM +beadworker +beak/DRMS +beardlike +bearish/PY +beast/YJMS +beau/SM +Beauchamps +beauteousness' +beautify/RWNnSGD +beauty/SM6j +becoming/UY +bedaub/DGS +Bede/M +bedizen/Sd +bedlinen +bedpan/SM +bedroom/DSM +bedsitter/M +Bedworth/M +beechnut/MS +Beechwood +Beelzebub/M +Beersheba/M +beetroot/M +before +Begawan/M +beggarly/P +behave/SaDG +behead/DSG +behind/S +behove/SD +bejewel/GSD +belah's +belate/iDh +belch/DGS +belfry/SM +Belgium/M +Belgrano/M +belie +belief's/U +believable/U +believed/E +Bella/M +bellboy/MS +belle/SM +bellflower/M +Bellingen +Bellini/M +belong/GSDJ +beloved/S +belt/MSGD +beltway/MS +bely/SGD +Bemboka +bemire/SDG +bends/U +benefactor/MS +benevolence/SM +Bengal/M +benignant +bentwood/SM +Benzedrine/M +beriberi/MS +Berk +berkelium/M +Bernardo/M +Berridale +beryl/MS +beseech/RGSkJD +besom/SdM +bespatter/dS +bespoke +bestir/GSD +betcha +betimes +betray/RGSD +better-off +Betty/SM +bevy/SM +bewail/DSG +bewigged +bewilder/LkdhSi +bi/M +biased/U +biassed +biaxial/Y +biblicist/SM +bibulous +bicameral +bichromate/DM +bicker/drS +bickies +bicycle/RMS3DG +bid/fSeAGc +bidden/U +bidder/SM +bidding/SM +bider/M +bier/M +bigamy/3MS +bighearted +bigheartedness/S +bight/MDGS +bikini/DMS +bilateral/YP +bilharzia +bilk/DGRS +billiard/MS +billionaire/SM +billy/SM +billy-goat +bin/GMDS +bind/AGUS +binder/SMZ +bindery/SM +bindii +binding/PMYS +bindweed/SM +binge/SDMG +Binnaway +binocular/SY +biochemistry/SM +biodiversity/S +biology/3Sw1MW +biometrics/M +biotin/SM +bipartisanship/SM +biplane/SM +bipolar +birch/MS +bird-brained +birdwatch/GR +birefringent +Birgit/M +Birrindudu +bis +Biscayne/M +bisection/MS +Bishopsgate/M +bistable +bistate +biting +bitser/M +bitter-sweetness +Bizant +blabber/d +black/GYSDPTJ +blackguard/DGMYS +Blackman/M +blackness/S +Blackpool/M +blacksoil +bladder/SM +blame/7SGRDpM +blameless/YP +blameworthy/P +Blanche/M +blaspheme/DRSGZ +blasphemy/SM +blatancy/SM +blatting +blear/DSZGz2 +bleariness/S +blend/DRMGS +blessing/M +blimp/MS +blinding/M +blip/MSDG +blissful/P +blissfulness/S +blister/dMkSZ +blithe/YPT +blitherer +blithering +blizzard/SM +bloatware +blond/TPMS +blood-brother +blood-heat +blood-money +bloodroot/M +bloodshot +bloodstone/M +bloodstream/SM +bloodworm/M +Bloomfield/M +blossom/SdM +blot/MRSDG +blow-drier +blowie +blow-up/MS +blubber/SZd +bludgeon/GMSD +blueberry/MS +blue-blooded +blue-collar +bluefish/MS +bluer/M +bluffness/S +Boadicea/M +boarding/M +boast/R6jGDJS +boastfulness/S +boathouse/SM +bobtail/GSDM +Boca/M +bodice/MS +boding/M +bodkin/SM +body-builder/SM +body-check +body-colour +boggle/kGDS +boggy/T +bogong +Bohemia/M +Boise/M +bole/SM +Bolivar/M +Bolivian/S +bollard/MS +Bolshevist/MWS +bolt/MSGD +Bolte +bolter/M +Boltz +bombaster +Bombay/M +bombshell/SM +bona fide +bonbon/SM +Bondi +bondwoman/M +Boniface/M +bonnet/dMS +bonnie +Bonshaw +bonus/MS +bonzes +boob/GMDSZ +booby/SM +booby-trap/S +booking's +bookish/PY +booklet/SM +bookstall/SM +Booleroo +boondies +boorishness/S +boorishness' +bootblack/MS +bootlegging/M +Bordeaux +border/SMd +boringness +Boris/M +born/AU +borosilicate/M +Borroloola +borstal/SM +borzoi/SM +Bosch/M +Bose/M +bosh/MS +Bosnia-Herzegovina/M +bosom/SUd +bosser +botfly/M +bothersome +bothy/M +Botswana/M +botulin/M +botulism/SM +boucl� +bouillabaisse/M +bouillon/SM +bounce/GR2kZDS +boundlessness/S +bounteousness/S +bouquet/MS +Bouvier/M +bovine/YS +bow/RmDSG +bowel/DMGS +bower/d +Bowery +bow-legged +bowlful/S +bowline/SM +bows/R +bow-window +bowwow/SGDM +boxing/M +Boyce/M +Boyd/M +boyish/PY +Boyle/M +Boyup +BR/M +bracken/SM +bracket/MdS +brackish/P +brackishness' +bracteate +Bradley/M +braggart/SM +bragging/Y +Brahmaputra/M +braiding/M +braininess/S +brainstorm/MSDG +brainteasing +brainwave/S +brake/SGMD +bramble/YSDMG +brander/d +Brandi's +Brandt/M +brashness/S +Brasilia/M +brassiere/SM +brassy/TSP +bratwurst/MS +Braun/M +bravado +bravo/DGS +bravura/SM +brawl/DRGSM +brayer/M +Brazilian/SM +bread/DHGSM +Breadalbane +breadline/SM +breadth/M +breakfast/GRSDM +breakfront/S +breaking/M +breakout/MS +breakthrough/MS +breakwater/MS +breaststroke/SM +breathalyser/S +breathless/PY +breathtaking/Y +bred +breeching/M +breech-loading +breeding/M +Brenda/M +brevity/SM +Brewarrina +brewing/M +briar/M +bric-a-brac +bric-�-brac +brick-red +brickwork/SM +bridgeable/U +bridgehead/SM +Bridgetown/M +briefer/C +Brierly/M +brigand/SM +bright/YPTG +brightness/S +Brighton/M +Brindisi/M +briner/M +brio +brisk/GPSTY +Britannia/M +Britannica +Briticism +bro +broad/PTYS +broadaxe's +Broadford +broadleaved +broadloom/SM +brocade/MGSD +brogue/SM +broken-down +broken-heartedness +brokenness' +bromide/MSW +bromine/M +bronchi/M +bronchial +bronchitis/SM +broncobuster/SM +brontosaurus/MS +Bronx/M +bronzed/M +brood/D2RGkSMZ +Brookton +Bros. +brothers-in-law +Broulee +brown/TPSGYDM +Brownfield +brownish +brunet/S +brunt/DGSM +brushier +brush's/f +brush-up +brushwood/MS +brusqueness/S +Brussels/M +brute/SGMDo +Bruthen +buccae's +Buchan +Buchanan/M +Bucharest/M +bucket/dS6M +buckle's +Buckley/M +buckram/MdS +buckteeth +buckwheat/SM +Budd/M +Buddha/M +Buderim +Budweiser/M +buffet/dJSM +buffoonish +bug/ZRDMGS +bugbear/SM +bug-eyed +buggery/M +bugs/C +Bugzilla/M +Buick/M +build/RJGS +building/eMS +built-up +Bulawayo/M +Bulgaria/M +Bulgarian/SM +bulge/SZDGMk +bulkhead/SMD +bulky/PT +bulldog/SM +Bullen +Buller +bullhide +bullishness/S +bullishness' +bulrush/MS +bumblebee/MS +bumptious/YP +Bund/Z +Bundaberg +Bundarra +bundles +bundle's +bung/DMGS +bunger's +Buninyong +bunion/SM +bunkmate/SM +bunko's +bunk's +Burberry/M +Burch/M +Burdekin +burden's +bureaucracy/MS +bureaucratisation/M +burglarious +burgundy/S +Burleigh +burning/M +Burnley/M +burnout/SM +burnt/Y +burr/MS +bursa/yM +bursary/SM +bursitis/MS +Burt/M +bushland +bushy/PTS +businessperson/S +butcherer/M +butene/M +buttermilk/M +buttock/GDSM +buttonhole/DMGS +buttonholer/M +Buxton/M +buyback/S +bx +bxs +byline/MDSG +byliner/M +bypath/SM +Byzantine +caballero/SM +cabaret/SM +cabbage/SGDM +cabinetmaker/SM +cabinetmaking/MS +Caboolture +cachepot/MS +cackle/YDRSG +Caddick/M +caddish/PY +caddishness/S +cadenced +cadet/MS +caenorhabditis +cairn/MSD +Cairo/M +Caisos +caisson/MS +Caius +cajolery/SM +calamitous/YP +calamity/SM +calciferous +calculableness +calculates/aA +calculating/Aa +calculation/aMSA +calculi +calfskin/SM +Calhoun/M +calibrator/MS +callback/S +calligraphy/3SWM +calling's +callisthenic/S +callisthenics' +callousness/S +callowness' +calm/TYPkSDG +calorific +calumny/SM +Calvary +Calvinism +camaraderie/SM +Camberwell +cambial +cambium/SM +Cambrian +Cambridgeshire/M +camcorder/S +camelhair's +camerae +camera-ready +Cameron/M +camisole/SM +camouflage/DRMGS +campanologer's +canasta/SM +Canaveral +cancellation/M +cancels/K +cancerous/Y +Candelo +candidacy/MS +candidature/S +candider +candle/RDMSG +candlelight/SM +candour/MS +candy-striped +canebrake/MS +caning/M +cannier +cannot +cannulised +Canobie +canon/1Q3MSwWq +canonical/qQS +canst +canvas/RDMSG +canyon/SM +cap/7rGgMlSD +capably/I +caper/d +Capertee +capeskin/MS +capital/sQ3qMS +capitalised/U +capitation/CSM +capitulate/ANDGSn +caps/8 +capstan/SM +capstone/MS +captivate/GSD +capturer/MS +carapace/MS +carapaxes +carat/MS +caravanner/M +carbuncle/SMD +carburiser's +carcase/SM +carcinogen/WSM +Cardigan/M +cardioid/M +cardiopulmonary +card's +cares/DG +caresser/M +caretaker/MS +car-jack/RSJGD +carload/MGS +Carlota +Carlsbad/M +carnal/Y +carnation/SIM +carnival/MS +carob/MS +Carolingian +Carolyn +carpet/JSdM +carpi/M +Carrieton +carry-all/MS +carry-on +carsick/P +Carthage +Carthaginian +carving/M +Casablanca +casbah/M +cascade/MGDS +casing/M +cask/DGMS +casket/SMd +Caspar +castellated +cast-iron +Castries/M +casual/SPY +casuist/WySM +cataclysm/SWM +catacomb/SM +catafalque/SM +Catalan +catalysis/M +cat-and-dog +catapult/DGMS +catastrophe/MW1S +Catawba +catch/LRS7GZ +catenation/FM +catgut/SM +catharses +cathode/WSM +Cathy +cation/WM +catnip/SM +Catskill/S +cattery/M +cattiness/S +Caucasoid +Caucasus +caulk/DGJRS +causation/M +causticity/MS +cautioning/K +cautions/K +cautiousness/MS +cavalry/mSM +Cavan/M +cavern/GSMD +cavernous/Y +Caves's +caviare/SM +cavil/DRGJS +Cayenne/M +CB +cc +ceaselessness/S +ceaselessness' +Cedric/M +celebrated/P +c.Elegans +celibacy/SM +cellar/dSM +celluloid/MS +cenobite/MSW +censoriousness/S +censurable +census/SMd +centavo/SM +centime/MS +centipede/MS +centreline/SM +centrifugal/SY +centrifuge/MNGDS +ceramic/3SM +cerebra/no +cerebration/M +cered +ceremonious/YP +ceremoniousness/S +certainer +certainness/U +certified/CAU +certify/7nRNSGlD +cervical +cession/FSMA +cession's/K +Cessna +Cessnock +cesspit/M +Chad/M +chafer/M +chaffer/dr +Champaign/M +champion/GMDS +Chan/G +chancellor/SM +chancy/T +chandelier/SM +change/BplDRGS +changeably/U +changed/U +changeling/M +change-ringing +changing/U +channel/sqQRGJSDM +chanson/MS +Chantilly +chaplain/MS +characteristic/MYS +charade/MS +charcoal/MDGS +charioteer/GSMD +charismatics +charitablenesses +Charleville +Charley +Charlottetown +chart/RJ3MD7GS +chartroom/S +chasm/SM +chaste/PQsYT +chastely/U +chasten/dS +chastise/L +Chattanooga +chatterbox/SM +chattiness/S +chatty/TP +ChatZilla/M +chauvinist/1SMW +cheapness +checkable +check-list/S +cheep/MDGS +cheesecake/SM +cheesiness/S +cheesy/TP +chelation/M +chem/3 +chemotherapy/SM +chemurgy/SM +Cheney/M +chequerboard/MS +Cherie +cherub/MSW +Cheryl/M +Chester-le-Street +chevalier/MS +chevron/MS +chew/D7R2GSZ +Chewton +chi/M +Chicago/M +chichas +chick/SM +chickenpox/SM +chicle/YMS +chief/MaS +childish/YP +childproof/DGS +chime/SRMGD +chin/pGMSD +Chinese/M +chintz/MSZ +chintzy/T +Chippenham +chiropractic/MS +chirp/DGSZ +chirrup/dS +chitinous +chitterlings +chivvy/SGD +chloral/M +chlorination/M +chlorine/MNn +chloroquine/M +Choctaw/S +choir/DMSG +choke/SRMGkD +cholera/SMW +chorea/MS +chorines +chorister/MS +chorus/dMS +chow/DMGS +chrisoms +chrisom's +Chrissie +Christ/M +Christendom +christened/U +christening/MS +chromatic/MSP +chromaticism/M +chromatogram/SM +chromatograph/WZ +chromium/SM +chromosphere/M +chub/MZS2 +chug/DGMS +chumminess/S +chunk/DSMZz2G +chunkiness/S +chuntering +churchwarden/SM +churlish/PY +cicatrix/M +CID +cigar/MS +cigarette/SM +cilia's +cinchona/SM +Cincinnati +cincture/DSMG +cinema/WMS +cinematography/MWS +cipher's +cir +circadian +circle/GDSM +circler/M +circuitous/PY +circular/QPYSM +circulate/SyDGNnV +circulating/A +circulation/AM +circumcised/U +circumcision/M +circumferential/Y +circumpolar +circumscribe/NDSXG +circumvention/SM +cirrhosis/M +cirrhotic/S +citable +citron/MS +civilian/SM +clackers +clam/GzSMZD2 +clammy/TP +clampdown/MS +clangour/GMDS +clangourous +Clarence +clarted +clarting +clasp/UDGS +classical/3 +classicality +classifiable/U +classifying/a +classy/PT +Claudius +clausal +claver +claw/GDMS +clean-cut +clean-living +cleannesses +cleanse +clearing/M +clearness/S +clematis/SM +clergy/m5SM +cleric/YSM +clerical/S +clerkship/MS +clientele/M +cliffhanger/SM +Clifton/M +climactic +Cline +clingy/T +clinic/YSM +clinical/K +Clint +clip-on +cliquishness/S +Cliveden +cloaca/M +clock/RGDJSM +clod/MDSG +Cloncurry +closed-circuit +close-down +close-fitting +closes/E +closet/dMS +closure/SDMG +closure's/E +clothbound +clothe/S +clothed/U +clotheshorse/SM +clothes-peg/SM +clothing/Mf +cloud/z2DMGpSZ +clown/DSMG +clownish/PY +clubbing/M +clubland +Clunes +clunky/T +Clyde +cm +CNN +Co +coach/GmM +coachloads +coagulable +coagulation/M +coalesce/SGD +coastguard/MS +coat/MfSDG +coater/S +cob/DMGS +cobalt/M +Cobargo +Cobden +cobra/SM +cocci/SM +coccyx/M +cochineal/SM +cock-and-bull +Cockburn/M +cock-eyed/Y +cock-fighting/M +cockpit/MS +cockshies +codename/D +co-dependent/S +coefficient/SM +Coelenterata +coffee/MS +coffee-house/SM +Coffey/M +cog/GMSD +cogitate/SnDNGV +cogitation/M +cognac/SM +cognation/M +cognizable +cognizant +cognoscente +cogwheel/MS +cohabit/dn +cohere/DSG +coherencies +coherency/I +Coho/M +Cohuna +coiffed +coil/ADUGS +coincide/GSD +Cointreau +coital/Y +coke/SMGD +col/VWnSN +Colbert +cold/PSTY +Coleambally +Coleraine/M +coliform +collaborate/SNVGDnv +collapse/b +collar/dSpM +collates/C +collection/AMS +collective/3QSq +collector/SM +colleges +collegiate/Y +collimator/M +Collinsville +colloid/MoS +colloquial +colloquium/SM +Colombo/M +colonialist +colossal/Y +colour-code/D +colour-fastness/S +colourful/P +colourfulness' +columbine/MS +Columbus +columnist +Colwyn/M +Comanche +combatant/SM +combination/AM +combinational/Y +combine/DANGnS +combo/MS +combustibility/MS +combustion/SM +comeliness/S +comely/TP +cometary +comeuppance/MS +comfits/E +comforted/EU +comic/MSY +comical +comm +commandeer/GDS +commence/ALDSG +commendatory/A +commensurate/IY +comment/UDS +comment's +commercial/qQS +commercialness +commissionaire +commission's/A +committable +commode/ISE +commodore/SM +commonality/MS +commonness/U +common-room/M +communicativeness/M +communist/W +commutable/I +Como +compactor/SM +comparator/SM +compass/M +compassionate/PGDS +compatriot +compendium/SM +compensates/c +competency's +compiles/A +completed/U +completion/SM +complexity/SM +compliance/SM +complicator/SM +compliment/DRG +composes/EA +composition/CM +comp�re/M +comprehending/U +comprehensible/YIP +comprehensive/PS +compress/hXxvbNV +compressible/I +compromise/M +comptroller/SM +compulsory/SY +computer/Qq +computing/A +comrade/YMS +concave/Y +conceal/7kLRSDG +conceit/hiMSDG +conceivable/UI +conceivably/I +conceives/aK +concerning +concerti +concertmaster/MS +concessionaire/MS +conclude/RNDSXGVvu +conclusive/IPY +conclusiveness/SI +concordance/SM +concordat/MS +concurrent +concussion/M +condemn/nDR7SNG +condensate/SM +condonable +conducive/P +conducting/a +conductivity/SM +conduit/MS +confer/RgDGS7 +confess/GxNXhD +confessor/SM +confide/DRGSk +confident/Yc +configuration/AM +configure/KGAD +configures/A +confine/L +confirmed/P +conflate/DGSNn +confliction +conform/Nx3Rlo7n +conformism/SM +confound/hG +congested/U +congratulate/SGNDny +congruence/SZM +congruence's/I +congruity/SIM +congruous/PIY +coniferous +conjunctive/S +connected/EUA +connection's/AE +connector/SM +Conner +Conrail/M +consciously/U +conscription/SM +consecrate/VDGnSN +consecrates/A +conservation/M3 +conservationism +conservator/MS +conservatory/SM +consignee/SM +consignment/SM +consolatory +consolidated/AU +consolidates/A +consomm�/S +consonantal +consortia +conspicuous/PIY +conspiracy/MS +conspire/G +Constance +constitute/GxvSDV +constitutes/A +constitutional/UY +constitutionalist/MS +constrain/h +constrict/VDGS +constriction/SM +consular/S +consultative +consultee/SM +consultees' +consumable/S +consumed/U +contagiousness/S +container/Qq +contemplation/M +content/LEDMhSG +contentedness/S +contentedness' +contently +continence/ISM +continental/SY +contingent/YSM +continuance/EMS +continuously/E +contortion/3SM +contortionist +contract/DbG +contradistinction/SM +contraindication/M +contravene/DSG +contriteness/S +controllability/M +controllably/U +conundrum/MS +convalescence/SM +convect/xVSDG +convenient/IY +conventionalism/M +conversationalist +convert/bRSDG +convertibility/MI +converts/A +convexity/MS +conveyance/RDSMG +convinced/U +convincingness/M +convulsive/P +co-occurrence +cooee/dG +cook/cDSKAG +cookery/MS +cookie/MS +cooking/M +Cookstown/M +coolabah +coolant/SM +coop/MDRG +cooper/vVud +Coorabie +co-ordinate/NDGVS +co-ordinator/MS +Coorow +Coors +cootie/MS +co-owners +cope/SZ +Copenhagen/M +Copley +coprolite/M +copter/SM +copulation/M +copy/SG3RMD +copyable +corbel/DJMGS +cordite/SM +cordovan/MS +cords/F +corduroy/GDSM +co-respondent/MS +coriaceous +corm/SM +corncob/SM +coronet/SDM +corpora/nVoM +corporal/MS +corporatism/M +corpse/M +corpulent/Y +corpuscular +corr +correct/7TSxVuYGvDP +correspondence/MS +corroborate/GvSyDVNn +corrosion/M +corrupter/M +corsage/SM +cortege/SM +Cortland +coruscate/GNSDn +co-site +cosmogony/3SM +cosmology/1S3wM +cosmos/SM +Cossack/S +costume/DSRGM +cottered +couch/DSGM +couching/M +couldn't +coulee/SM +countdown/SM +countenancer/M +counterbalance/SGDM +counter-intelligence/MS +counter-offensive/SM +counter-productive +countersign/SDG +counterstroke +counter-tenor/SM +counter-terrorism +countless/Y +courageousness/S +coursing/M +courtesying +couscous/SM +Cousteau +covariance/MS +Covent +Coventry +cover/dEA7S +covertness' +coveter/M +covetousness/S +coward/MYS +cowardice/SM +cowardliness/S +cowhide/DSGM +cowling/M +co-worker/SM +cow-parsley/M +Cowper/M +Cox/M +coxcomb/MS +cozen/dS +crab/DhizMRGZS2 +crackdown/MS +crackup/S +craftsmanship/SM +craftspersons +craftsperson's +crag/M2ZS +cramper/M +cranial +crank/DzMGTSZ2 +crankiness/S +Cranleigh +crass/TPY +crawfish's +Crawford +crawly/TS +craziness/S +cream/RSMZDz2G +creamer/Z +create/nASDNG +creationism/SM +creationist/SM +creator/SM +credit/gdM7Sl +credits/E +creed/C +creed's +creekside +creep/Rz2GSZ +crematoria +crenellation/S +Creole/M +Cretaceous/Y +Cretan +crew/GmDMS +Crichton +crick/DMGS +crime/SMDG +crises +crisper/M +crispiness/S +critique/MGSD +critter/SM +crocodile/MS +crone/SMZ +cropped/e +crossarm +crossbar/DSMG +crossbones +crossbow/SmM +cross-breed/GS +crosses/UA +cross-examine/NDSG +crossness/S +crosspiece/SM +cross-ply +crosspoint +cross-polar +cross-refer/S +crossword/SM +crotchety/P +croupy/RT +crow/GDMS +crowding/c +crowner/M +crozier/SM +CRT/S +crucible/MS +crude/PTY +crumbliness' +crumminess/S +crunch/2RSGZD +crunchy/TP +crupper/MS +Crustacea +crutch/SGDM +cryogenics/M +cryostat/M +Cryptozoic +crystal/SM +crystal-clear +crystalliser/SM +Cuban/S +cubbyhole/SM +cubby-hole/SM +cubic/S +cubicle/SM +cuddle/SYD2G +cudgel/SGJDM +cul-de-sac +culinary +culminate/DGSNn +culpable/PY +cultivate/nGNSD +culvert/MS +cumbersomeness/S +cumulation/M +cumulonimbus/M +cuneiform/S +cunning/TPSY +cup/6GMSD +cupboard/MS +Cupertino/M +cupric +curb/DMSG +curfew/MS +curia/M +curiae +curio/SM +curiousness/S +curl/DGSYR2 +curlew/MS +Curran/M +current/YSP +cursives +cursor's/K +Curtis +curvilinear/Y +curving's +curvy/T +cuscuses +Cushman +cusp/MDS +custodianship/MS +custody/MS +custom/rQSMtsq +customhouse/S +cute/YPTS +cutinisation/S +cutlery/SM +cut-off/MS +cutworm/SM +CV +cw +cyber +cybernetician +cybernetics/M +cycles/A +cyclone/MSW +cyclopaedic +Cyclopean +cymbalist +Cyprus/M +cystography/M +cytotoxic +czarism/SM +dabble/DGRS +daddy-long-legs +dado/MS +daffiness/S +daffodil/SM +Dag +Daguerre +dailiness/S +daintiness/S +Dakar/M +dalmatian/S +Damascus/M +damneder +damnedest +damp/TRSYGPD +dampness/S +Danbury +dance/DkRSG +dangle/RkDGS +Daniel/S +dankness/S +danseuse/SM +Dante +Danville +DAPA +Daphne +dapper/YP +Dardanelles +dark/DGPTYS +darkles +darkly/T +darneder +Darrell +Daryl/M +dashiki/MS +dastardliness/S +dastardliness' +dastardly/P +datable +datagram/MS +datedness/e +daunt/DkGpS +Davenport/SM +Daventry +Davie +day/MS +daydream/DRSGM +DBE +dBW +d�class� +d�class�e +DCMG +d�cor/MS +dead/TPY +deadliness/S +deadpan +dealing/M +dean/GDSM +Deanna/M +Dearing/M +dearness/S +deassign/G +deathbed/SM +deathlessness +deathlike +death-warrant/SM +debase/LR +debonairness/S +debug/GDR +Dec +decade/SM +decaffeinate/GS +decayer +deceiver/SM +deceiving/Y +decelerate/NDnSG +decelerator/MS +deceptive/YP +decilitre/SM +decimation/M +deckchair/S +decking/M +declarable +declarative/S +decode/B +decolletes +decorate/ScADG +decorticate/NSGD +dedicatory +deejay/GSMD +deepen/dS +deep-frozen +deepish +default/R +defeatist +defect/GVDSvuM +defectiveness' +defendant/MS +defer/RDGS +deferral/SM +deficient/Y +definitiveness' +deflate/GDnSN +Defoe +defrayal/MS +degas/DGJ +degauss/DG +degraded/P +deify/NSnDG +deist/W +dejection/MS +DeKalb +Delaney/M +delay/D +deletable +Delibes +delighted/P +delightfulness' +deliquesce/DSG +delirious/PY +delirium/SM +deliverance/SM +delivered/UA +delphinium/SM +deluge/SDG +Delungra +deluxe +demarcate/NSnDG +dementia/MS +demigoddess/SM +demi-modes +demob/GD +demographer/SM +demonstration/M +demonstrative/UY +DeMorgan/M +demotic/S +Dempsey +demulcent/S +Demurrant/M +deniable/U +Deniliquin +denim/SM +Denmark/M +dense/FY +dentine/M +dentis +dentition/MS +dependableness' +dependent/YI +depilatory/S +deplorable/P +deploy/GLADS +deponent/S +depositary/M +depravity/SM +depreciate/DkvSGNnV +depreciation/M +deprive/NnDSG +derange/L +derby/SM +Derbyshire/M +dereference/R +derisory +derivative/PSM +derive/vnVuN +dermis/MS +derogate/DVGySNn +derogation/M +dervish/SM +descendent +descriptiveness' +descriptivism +descriptor/SM +descry/DSG +desecrate/SNnDG +desertification +deservedness/M +designator/SM +desirabilia +desirableness/U +desirably/U +desist/DSG +desk/MS +desktop/S +desolateness' +despair/GkDS +desperadoes +despot/W1 +d'Estaing +destigmatisation/M +destine/NnDZ +destructibility/MIS +destructiveness/S +detach/RLDiS7hG +d'etat +detectably/U +deterrent/MSY +Deter's +detestable/P +detestation/M +detox/DGS +DETR/M +deuterium/M +devastator/SM +deviant/SMY +deviating/U +devil/DLSMyG +devilry/SM +Devon/M +Devonport +devotee/SM +devotion/MS +devoutness/S +devoutness' +dewclaw/MS +Dexedrine +dexterity/MS +dexterous/YP +Dhiri +diabetes/M +diabetic/S +diabolist's +diachronicness +diagnostician/MS +diagonal/QYtS +diagram/RMSGD +Diamantina +Diane +Dianne +Diaper's +Diaspora +diastole/SMW +diathesis/M +diatonic +dib/S +dichotomous/Y +dicing/M +Dickensian +Dickerson/M +dickier +dictatorial/P +dictionary/MS +didactic/YS +didgeridoo +die-cast +diereses +difference/ISM +differentiate/SBNDGn +differentiation/M +difficulty/MS +dig/GRSJ +digestibility/SM +digesting/K +Digimon +dignity/MIS +digressive/P +dihedral +Dijkstra/M +dike/MGSD +dilapidate/NnDSG +dilator/MS +dildo/SM +dilithium +Dilling +DiMaggio +dimensional +diminish/SD7G +diminuendo/SM +ding/DzMG2Z +diocesan/S +diocese/SM +dioxin/S +diplomate/3 +diplomatic/UY +dippy/T +Dirac +direction/MISa +directorate/SM +directors' +directs/aA +disagreeable/S +disallow +disant +disavow +disbar/GL +disbursal/S +discipleship/SM +disciplines +disciplining +disco/GM +discoloured/M +discomfiture/SM +discomfort +discommode/DG +discompose/D +disconnecter/M +discountenance +discourager +discretion/yM +discriminable +discriminate/GINk +discriminates +discussant/MS +discussion/M +disdain/GSjD6M +disembowel/SGLD +disjoin +disjunctive/S +disparage/DLRSGk +disparateness' +dispel/SGD +dispensable/I +dispersal/SM +dispersant/M +dispersion/M +dispersive/P +dispirited/Y +disposal/SM +disproportional +disputation/M +disrepair +disrepute/M +dissatisfy +dissect/GD +disseminate/GNnDS +dissident/MS +dissociable/I +dissociation/M +distantness' +distastefulness/S +distillation/M +distillery/MS +distinctness/IS +distract/ibGkDh +distress/kD6G +distributing/A +disyllable/WM +ditz/S +divalent/S +dive-bombing +diverge/DSG +diverse/YP +diversify/DSNGn +divinity/SM +divorce/DSMG +divorcee/SM +Dixie +d�j� +djellaba/S +DOB +dockworker/S +doctor/SMd +doctrine/SMo +document/RnGDMNS +DODD +dodder/dSZ +dodecahedra +dodecahedral +dodecahedron/M +Dodoma/M +d'oeuvre +dogfight/GMS +dogfought +Doggett/M +dogmatism/SM +dogy's +doily/SM +doled/F +dolerite +doling/F +dolomite/SMW +Dom/M +domes/W +domesticity/SM +dominion/SM +dona/MS +Donnelly +doorbell/MS +do-or-die +doorhandles +doorpost +doorway/MS +dopier +doppelganger +doppelg�nger +Doppler +dormitory/SM +Dorothea/M +Dorrigo +Dortmund/M +dotard/MS +dote/S +double-barrelled +double-blind +double-sided +doubted/U +doubtless/PY +dough/MSZ +doughnut/SMDG +doughty/T +doughy/T +Douglas-Home/M +dovecote/SM +Dow +downdraught/M +downgrade/SGD +downhearted/PY +downhiller +downlink/GDS +downpipe/S +downriver +downside/S +downstream +downswing/SM +downtime/SM +doxology/SM +doyen/MS +dozer/M +drachma/SM +Dracula/M +drama/qsMQS +Dramamine +dramatics' +dramaturgy/M +Dravidian +drawbridge/SM +drawler/M +draws/ecA +dreader +dreadfulness/S +dreamboat/SM +dreamy/PT +dreg/MZS +dreggy/T +Dresden +dress/R2GDZSJ +dressage/SM +dresser/AM +Drexel +Dreyfuss +drill/DRSGM +drilling/M +drink-driving +drip-dry +Dromana +droner +dropkick +drop-out/MS +drop-shot/SM +dropsy/DM +dross/MS +Drottningholm/M +Druid's +drunken/YP +Drury +Drysdale +drywall/SDG +dubbed/c +dubious/PY +Dublin/M +duck/DMGJSZ +duck-billed +ductless +dude/MS +due/MoSP +duffel/M +dugout/SM +dug-out +dulcet/SY +Dulkaninna +dull/TSYPDG +Dulles +Duluth +Dumas +Dumbarton/M +Dumbleyung +Dumfries/M +dump/RSZ2DG +dumpiness/S +dumpling/SM +Dumpty +Dunbar/M +dunce/SM +dune/MS +Dunedin/M +Dunedoo +Dunham +Dunne +dunno/M +Dunolly +duo/MS +duodena +duologue/M +duplex/GDSM +duplicity/SM +durableness' +durance/M +duration/M +durst +dust/2RSZzpMDG +Dustin +duty-free +Dvorak +dwarfism/SM +Dwellingup +dyad/SWM +dybbukim +Dylan/M +dyslexic/YS +dyspeptic/S +DZ +ea +eaglehawk +earache/SM +earbashing +earmuff/SM +earnestness/S +earshot/M +earthed/U +earthen +earthmoving +earthquake/SM +earth-shattering +earwax/M +easel/MS +easer/M +Eastbourne/M +Easter/Y +eastern/R +Eastleigh +eatables +eating's +Eaton/M +Ebrahim +ebullience/MS +ecclesiastical +echo's +eclectic/SY +e-commerce +Econ. +econometrics' +edelweiss/M +Edenhope +Edgar/M +edify/RSNDnGk +edifying/U +Edinburgh/M +Edith +Editor-At-Large +editorialist +Edmundsbury +educable/IU +edutainment/SM +effect/GvDMuVS +effectiveness/SI +effeminacy/MS +effendi/MS +efferentes +effervescence/SM +effete/PY +Effie/M +efflorescence/SM +effortless/YP +effrontery/MS +EFT +Egerton +eggshell/MS +Ehrlich/M +eiderdown/MS +eightpence +eighty-one +eighty-twofold +Eildon +Einsteinian +Eisenhower +either +elaborateness/S +elastic/QSY +elastomer/M +elbow-work +Eldon/M +electable/U +elector/SM +electorate/SM +electrify/RGNnSD +electrocardiography/SM +electron/1MWS +electronics/M +electrotherapy +electrotypers +electroweak +element/oMS +elephantine +elevate/SNDGn +elfish +elicit/dSn +eligibly/I +Elisabeth/M +Elise/M +elite/3SM +elitism/SM +Ellesmere +ellipsis/M +ellipsoidal +ellipsometry +Elliston +elm/MS +Eloise +eloquence/SM +elven +Ely/M +Elys�e/M +elysian +emaciate/SNnGD +embassy/SM +embattle/GDS +embedding/M +ember/MS +embitter/LSd +embodier/M +embody/ESLGD +embrace/kDGS +embraceable +embrittle +emerge/SADG +emergence/MSZ +emeritae +e.m.f. +Emile/ZM +emissivity/SM +Emory +emphatic/Y +employing/A +employment/fMU +empress/SM +empt/GDvSZz2V +emptiness/S +empty-headed +emulator/MS +encephalitides +encephalopathy/M +enchanting/E +enchantress/SM +encl +enclose/DGS +encroach/GLDS +encrust/SNnGD +encrypted/U +endgame/M +ending/M +endmost +endomorphism/MS +endoplasmic +endorse/DRGLS +endow/LSGD +endpapers +endpoint/MS +endurable/U +endurance/MS +endways +enemy/MS +energy/QSqsM +enervate/SNGVnD +enfilade/DMSG +engender/dS +engine/DSM +engineering/M +engulf/LSDG +enigma/1WSM +enlistments +enlistment's +enmesh/DLSG +enquire/DGRSkZ +ensconce/DGS +entangle/ELSGD +enterprise/RMkGS +enthral/DGLS +enthusiast/1SMW +entirety/MS +entity/MS +entrance/LMDSkG +entrap/LDGS +entrepreneurial +entries/A +entropy/MWS +enumerate/GSVDNn +environ/dLS +envisage/DGS +envision/GDS +envoy/MS +Eocene +eohippus/SM +ephemerides +epicentre/MS +epidural +epigram/SM +epigrammatic +epigraphist +epinephrine/SM +episcopal/Y +Episcopalian +episcopate/SM +epoxy/SGD +equally/U +equation/M +equestrian/S +equestrienne/SM +equilateral/S +equipartition/M +equitation/SM +equiv +equivalence/MDSGZ +equivocate/DNGSn +eradicable/I +eradicator/SM +erecter +erectile +erg/MS +ergodicity/M +Erin +Erldunda +ERM +ERMA +ermine/DSM +Ernie +Esau +escadrille/M +escalation/CM +escapism/SM +esp/Z +espalier/DSGM +especial/Y +Esperanto +esplanade/MS +essence/SM +essentialist +est. +establishes/A +establishing/A +Esterase's +Esterh�zy/M +Estes +estoppel +estranger/M +estuarine +ETA +Etadunna +eternalness/S +Ethel +etherealness' +ethicalness/M +ethnographer/S +ethnography/MW +Etruscan +etymology/S3w1M +eucalyptus/MS +Eucla +Euclid +Euclidean +Eugene +eugenics/M +Eugowra +Eunice +euphemist/SMW1 +Euphrates +euro +Eurostar +Eurydice/M +Eustace +Euston/M +evaluation's +evanesces +evangelic/Y +evangelical/S +evangelise/DGS +evangelist/SMW +evaporate/NnDGSvV +evasiveness/S +evener +evenness' +evensong/MS +eventide/SM +eventuate/SGD +ever-changing +Everest +Everyman +evidential/Y +evolution/3MyS +evolutionary/Y +exacerbate/NDSGn +examinable/A +examine/RNSGnD +examines/A +examining/A +exasperate/GnhSkND +exasperation/M +excavate/SGDNn +exceptional/UY +exclamation/SM +excrescent +excretion/M +excretory/S +excruciate/GkNSD +excusably/I +executione +executrix/M +exegeses +exercised/U +exerciser/MS +exertion/McS +exeunt +exhaust/GkVDvhSbu +exhauster/M +exhaustible/I +exhaustiveness/S +exhaustiveness' +exhibitionism/SM +exhortation/M +exhorter/M +exiguous +exist/FDGS +exodus/MS +exogamy/M +exorcism/MS +exotic/SPY +exoticism/SM +exoticness' +exp +expand/RSBGNVuXDv +expanded/U +ex-partners +expatiate/SGNDn +expectation/Mo +expectedness/U +expectoration/M +expedite/RGDS +expedition/yMS +expeditious/PY +expeditor's +expel/DG7SNn +expensiveness/IS +experience/GMDS +experienced/I +expertise/MS +expiable/I +expiration/M +explained/UA +explaining/A +explicate/vDGNnSV +explicitness/S +exploded/U +export/SNRGBnDM +exported/A +expressibility/I +expropriation/M +expulsion/M +expunge/SGD +expurgate/NnSDG +extant +extendedness' +extendibility/M +extensiveness' +extenuation/M +extol/DGS +extoller/M +extortionate/Y +extract/GvSDV7 +extracurricular/S +extramarital +extramural +extraneous/PY +extraterritorial +extravert's +extremeness/S +extrusion/M +exurbia/MS +eye/iGRMD6Sp +eyeful/SM +Ezekiel +Fabians +fable/F +fables +fable's +facades +faceless +faceplate/M +facer/MCK +face-saving +facetiousness' +facility/SM +faction/SM +factionalism/SM +factual/YP +faculty/MS +faddish +faddist/SM +fadeout +fading/M +fa�ence/S +faerie/M +faff/DSG +faiences +failing/UY +failing's +faint/DRTGYPS +faint-hearted/Y +fair/TJpYPDSZG +Fairbanks +fairgoer/S +fairground/SM +fairish +fairy/SM +faith/DGMpS6j +faithfulness/MS +Falkner +fallacious/PY +fallibility/SIM +fallible/PY +falloff/S +fallopian +Falmouth +Falstaff +familiarity/MS +family/MS +fanciful/P +fanciness/S +fantasy/SQsGMDW +far/d +farad/MS +faraway +farer/M +farfetchedness' +farina/MS +farmhand/S +far-sighted/PY +far-sightedness/S +fasciculation/M +fascinate/SGnDkN +fashionableness' +Faso/M +fastens/AU +fastness/S +fatalism/MS +fatalness +fatefulness/S +fattiness/S +fatuous/YP +fatuousness/S +fatwa/SM +faulty/PTY +favourable/MS +favourer/ESM +favouring/M +fawn/RkDSMG +Fay/M +FDA +fearsomeness' +feasibilities +feasibility/I +feasibility's +feather-bedding/M +feather-brain/DM +feathered/U +feather-edge +featured/U +featuring +fed/Ucf +federalist +federationist/S +fed-up +feeds/fc +felicitation/M +Felix +fellnesses +fellow/SM +felon/MS +femaleness/S +femininity/SM +femur/MS +fen/MS +fencer/SM +fend/CRSDG +feral +Ferguson/M +fermentation/M +Fermi +ferociousness/S +ferryboat/MS +fertile/qQsYP +fervid/PY +fess/MS +festal/Y +fettuccine/S +feudalism/SM +feudatory/M +FIA +fianc�e/MS +fibre/DSM +fibrefill/MS +fibrin/SM +fibrous/PY +fibula/M +fibular +fiche/SM +fictitious/PY +fiddlestick/MS +fie/y +fieldwork/RSM +Fife/M +fifth/Y +fifty-eight/H +fifty-first/S +fifty-nine/H +fifty-second/S +fighting/SMI +figurehead/MS +files/Aa +filet's +filibuster/rdMS +fill/RSYGJM7D +fillet/SdM +filling/c +fill's/I +filter/dSN7rMn +filtrate's +final/q3QS +finality/SM +finance/oSMJGD +financial/S +financier/SMGD +financing/A +finch/MS +findable/U +fine/FDGASC +finely +finespun +fingermarks +fingernail/SM +finiteness' +finites/I +Finke/M +Finsbury/M +fiord/MS +firearm/SM +firecracker/SM +fire-power/SM +fire-water +firework/SM +firmament/MS +firmest +firm's +first/YS +first-floor +fisher/m +fishery/MS +Fishguard/M +fish-plate/S +Fiske/M +fissionable/S +fist/6GD +fit/6TRGYMJPSDj +fitness/S +fits/aeAU +fitted/e +fittingly/U +Fitzgerald +Fitzwilliam +five-fold +fixate/DSG +fixative/S +flabby/TP +flaccid/Y +flagellate/DSG +flagellum/M +flagging's +flagrant/Y +flagstone/SM +flamelike +flame-thrower/SM +flamy +flanking/e +flanks/e +flaps/M +flashcard/S +flashgun/S +flash-pan +flashpoint/S +flask/SM +flat/PTYSDGM +flat-head/M +flatland/S +flatlander +flattish +flatulent/Y +flavoured/U +flawless/YP +flawlessness/S +flawlessness' +flay/RDSG +flea/MS +flecker +fleet/kYDTSMPG +fleetingness' +Fleming +flesh/p2YDMZSG +flesher/M +fleshpot/MS +flews/M +flexibly/I +flexural +flibbertigibbet/SM +fliest +flight/DMSZ2pG +flinch/DkSG +flincher/M +Flintoff +flippancy/SM +flirt/nDSZNG +flirtatiousness' +flirter +flocculation/M +floodlight/SGM +floodlit +floorspace +flop/zSD2ZG +flopper/M +florid/PY +Florida/M +flotsam/SM +flounder/Sd +flourisher/M +flowed/c +flows/Iecf +fluctuation/M +flue/MS +fluffiness/S +flunky/MS +fluorescer +fluorocarbon/MS +fly-drive +fly-fishing +flyleaves +flyover/SM +flywheel/MS +foal/SGMD +foaminess/S +focal/FY +focuser/M +focussed/U +fog's +folder/SM +foliaceous +foliar +foliation/MC +folk/MS +follicle/SM +follicular +follow/RS7DGJ +folly/SM +fond/PTYM +fondness/S +fontanelle/SM +foolishness/S +foolscap/SM +footfall/SM +footie +footing/M +footling +footmarks +footmen/M +footplate/M +footprint/SM +footsore +forbid/GS +forbidden +force/hjDMSbG6 +force-feed/G +forcefield/MS +forcefulness/S +forcible/PY +fore/5m +forefront/SM +foregather +foreign/RYP +foreignness/S +forename/DSM +forepeople +forequarters +forerunner/SM +foresee/GSRB +foresighted/P +forest's +forever +forgave +forged/A +forget-me-not/S +forgiving/P +forgone +forlornness' +formal/qsQP3S +formed/4UFCKA +formfitting +formidable/YP +formless/YP +formlessness/S +formlessness' +forms/4FCAK +formulae/W +fornication/M +Forrester +forsaken +forsythia/SM +fort/SZM +Fort-de-France/M +fortified/AU +fortissimo/S +fortitude/MS +fortnightly/S +fortunateness' +forty-eight/H +forty-five/H +forty-four/H +forty-one +forwardness/S +fosterer/M +fought/e +foul/TYPSGMD +foulard/MS +foul-mouth/D +Fourier/M +fowling/M +fox/DMzS2GZ +foxglove/SM +foxing's +frame/RGMDSJ +framework/SM +France/SM +franchiser/MS +franchisor/MS +Franchitti +Francine/M +Francis +francium/M +Franck +Frankford +Frankish +Frankston +frapp� +frappe +fraternise/RSGDn +Frau +fraud/CS +fraudulentness +freakish/YP +Freddie +Frederick/S +free/mPTSGYd +freeboard +free-born +free-fall/G +free-form +freehand/Dh +freehold/RSM +Freeland/M +free-range +Freetown/M +French/mM5 +frenetic/Y +frequency/SIM +fresco/GDSM +fret/S6jGD +friable/P +frier's +frieze/DGSM +frighteners +frightful/P +frippery/SM +frisson/M +fritter/Sd +frock-coat/S +frock's +frogmarched +frolicsome +frond/DSM +frontal/SY +frontier/SM +frontrunner/SM +front's +frosted/C +froufrou/MS +frowner/M +frowziness/S +froze/UA +frustration/M +FSA +ft/C +fuchsia/MS +FUD +fuddle/SGD +fuehrer +fuel/RASGD +fuel-cell +fuel's +fugal +Fuji +fulfilled/U +full-time +fulminate/DnGSN +fulsomeness/S +fumarole/S +fumigator/SM +Funafuti/M +fundamentalist +funded/UAf +fund-raiser/SM +funds/A +funerary +funfair/M +funkiness/S +fun-loving +funniness/S +fur/2ZGJMSD +furiouser +furnished/UA +furnishing/M +fused/AC +fuse's/A +fusible +fusiform +fusing/CA +fustian/SM +futileness' +futurist/W +fuzz/G2DzMZS +fuzzy/TP +g/7 +Ga/y +gab/2DGSZ +gabler +gadabout/MS +Gadsden +Gaelic-speaking +gaffe/MS +gag/GRSD +gagwriter/S +gaiety/MS +gained/A +Gainesville +gainsay/RSG +gaitered +gal/A +Galatians +Galilee +Galileo/M +gallants +gallery/SDM +Gallicism +galore +galosh/S +galvanic +galvanism/SM +Gambia/M +gambol/SDG +gamesmen +gamine/MS +gang/MDGYS +gangland/SM +ganglia/M +gape/S +garbage/M +garbo +gardenia/SM +gardening/M +Garfield/M +Garfunkel/M +gargle/DGS +Garibaldi/M +garnet/SM +garotte/GDSM +garrulous/YP +Garvey +Gary/M +gasification/M +gasify/MDRSnNG +gasoline/M +gassing/MC +gassy/TP +gastritis/MS +gatecrash/DRSG +gatehouse/MS +gatherer/SM +Gaul +gauss's +gauze/ZGMSD +gauziness/S +gavel/MDSG +gawkiness/S +gaze/RSGD +gazillion/S +Gazza +G�del/M +Geary +gee-gee/MS +Geelong +Geeveston +geisha/M +gelatin/SM +gelding/M +gem/ZGMSD +Gemini +gemmology/3M +genealogy/w31MS +generalise/cSGD +generalissimo/SM +generalist +generality/MS +generational/Y +generic/S +generosity/SM +generousness/MS +genesis +Genet +geneticist +Genevieve/M +geniality/SFM +genii/M +genitalia +genitals +genius/SM +genome/SM +genomic +genteelest +genteelism +gentile/S +gentlefolk +gentrify/NnSDG +genuineness/S +genus +geochemical/Y +geochronology/M +geode/SM +Geoffrey/M +geog +geomagnetic/Y +geophysical/Y +geophysicist/SM +Georgette +Georgia/M +geoscientific +geostationary +geriatric/S +geriatrics/M +German/MSW +Germany/M +germinal/Y +gerontocracy/M +Gerringong +gerund/SM +gestalt/M +gettable +Getty +Gettysburg +Gew�rztraminer +Ghana/M +ghillie/SM +ghost-wrote +gibbet/SdM +gibbon/SM +Gifford +gifted/P +Gilbert/M +Gilgandra +Gillespie +gimlet/SM +gimmick/ySMZ +gimpy/T +gin/DGMS +Gina/M +gingerbread/SM +gingham/SM +gingivitis/MS +Gioconda +gipsy/S +girlishness/S +giro/M +girt +Girton/M +Gisborne +give-away/MS +giving/aYM +gizzard/MS +glad/TDYPSZG +gladiatorial +gladness/S +Gladstone/M +glance/SDGk +glanders' +glans/M +glaring/P +glass-cloth +glassful/MS +Glaswegian/S +glaucoma/SM +glazed/U +gleaning/M +glee/MS6j +gleeful/P +Glenbrook +glimmering/M +glitter/dJkSZ +glitzy/T +gloater/M +global/3Y +globalist +globetrotter/SM +globe-trotting +globule/SM +glockenspiel/SM +gloms +glossiness/S +glossy/TSP +gluier +glumness/S +gluttonous/Y +glyceride/M +glycerine/MS +gnostic +goalscorer/S +gobble/DRSG +goblet/MS +godchildren +God-forsaken +godliness/MS +Goethe/M +goggle-box/SM +go-kart +goldenrod/SM +goldfinch/MS +goldfish/SM +goldilocks +Goleta/M +Golgotha +golliwog/SM +Gondwanaland +Gonzalez +Goober +good-for-nothing/S +good-hearted +good-humoured/Y +good-natured/Y +goodness/S +Goodwin +Googlewhacking +gooiest +goosebumps +Gordon/M +Goreng +gorge/EDGS +gorgon/S +Gorham +gorilla/SM +gosh/S +gosling/M +gossiper/S +Gothicism +GOTO +gourmandism +gourmet/MS +gov. +governmental/Y +governor/MS +gown/DSMG +graceful/PT +gradation/MC +gradient/SM +gradualist +graduand/SM +graduates/f +graffito/M +grail/S +grainer/M +graininess/S +graining/M +grainy/TP +gram/MS +grammaticality's +grammaticalness/M +granary/SM +granddad/MZS +grandiose/Y +grandniece/MS +grandstand/SGMD +grant/RSMDG +Grantchester +grantee/SM +Grantville +grapefruit/M +grapeshot/M +grappler/M +grappling/M +grasp/S7DGk +grate/R6JjSkDG +grates/I +gratified/U +gratifier +gratitude/SMI +gratuitous/PY +gravel/YMDGS +graveside/S +gravestone/MS +gravid/YP +Gray +Graytown +grazier/S +great-aunt/S +great-grandfather +great-niece +greedy/TP +greener/Z +Greenfield +greening/M +greenishness +Greenock +gregarious/PY +gregariousness/S +Gregorian +Gregory +grenadine/SM +Grenadines/M +Gresham/M +Gretna +greyhound/SM +greylag +gridiron/SM +griffin/SM +Griffith +griminess/S +grimy/TP +grind/RkSJG +grindstone/MS +grisliness/S +grisly/TP +gristle/MS +grit/RS2GMDZ +grizzly/TS +grocer/SZM +groin/GDMS +grommet/dSM +Groot +grope/RkJSDG +ground/mMRGJSDp +ground-plan +grounds/f +groundsheet/M +groundwater +group/RSJMDG +grown/AIce +grown-up/SM +growth/IeMSAcf +gruesomeness/S +gruff/TGPYD +Grundy +grunt/GSD +gryphon's +guacamole/SM +guanine/MS +guano/SM +guarantor/MS +guardroom/MS +Guatemala/M +gubernatorial +guerilla/SM +Guerrero +guessed/e +guest/MSGD +Guevara +guide/RGSD +guides/a +guild/MRS +Guildford +guilefulness +guillotine/SMDG +guiltless/PY +gumtree/SM +gunmetal/M +Gunnar +gunrunner/SM +gunship/S +guppy/SM +gurgle/SGD +Gurkha/M +Gus +gushy/T +gustatory +Gutierrez +Guyanese +Gwangju +Gwyneth +gybe/S +gym/MS +gymnasia/M +gymnastics' +gynaecology/wS3M +Habib/M +habitant/FMIS +habitational/F +habited/FI +habit-forming +habits/FI +habitu�/SM +hades +hadst +Hagar +haggish +Hague +Hahn/M +hairball/MS +hairbreadth/MS +hairbrush/MS +hairdo/SM +hair-drier +Haitian/MS +hajj/M +halcyon/S +haled/I +half-and-half +half-crown/SM +half-deck +half-inch +half-light +half-seas-over +half-step +half-term/S +half-witted/Y +halibut/SM +hallucinogenic/S +Hamal/M +Hamersley +Hamlin/M +Hammett +hammock/SM +handball/SM +handbrake/MS +handful/SM +handicraft/SM +handkerchief/SM +handmade +handmaid/SM +hand-me-down/S +handover +handspike/MS +hand-to-mouth +handwriting/M +hanging/c +hangup/S +hank/SMZR +hankerer/M +Hansel +hap/aS +haphazardness/S +hapless/YP +haploid/S +happy/UTY +harbinger/SM +harbour/SDRGMp +harbourmaster's +hardback/SM +hardbound +hard-core +hard-headed/YP +Harding +hardy/PTS +harebrained +Haringey +Harmon/M +harmonised/U +harness/GUSD +Harrietville +Harrison +Harrisonburg +harrumph/DGS +harry/RDGS +harvest/RMDSG +harvested/U +hash's +hasp/MGDS +hassle/MDSG +hassler +Hastings/M +hatch/SGDyJ +Hatcher +hate/jSM6 +hateful/P +Hatfield +Hathaway/M +hauberk/MS +haulage/MS +Hauptmann +hauteur +Havering +haversack/SM +hawkish +hawthorn/MS +Hayden/M +Hayman +hazard/SGMD +hazardous/PY +hazel/SM +haziness/S +headdress/SM +headedness/S +headiness/S +headmistress/SM +head-on +headwater/S +headwind/SM +heartache/MS +hearted/P +heartedness/S +heartland/SM +heartless/PY +heartrendingly +heart-searching +heartwood/M +heat/hM7RJDGS +heathenish/Y +heathenism/SM +heave/RZDMGS +heavy-handed +Hebraism +Hebrides +heckle/SDGR +hectometre/MS +hedgehop/DSG +heedful/P +heeding/U +heft/zD2GSZ +Heidelberg +Heidi/M +heifer/SM +held +helical/Y +heliocentric +heliotrope/SM +heliport/SM +he'll +hell-cat/MS +Hellenist/MWS +Heller +hellish/YP +helmet/dSM +Helmut +heloma +helpline/S +helpmeet's +Helvetian +hematologic +Hemichordate +Hemingway +hemline/SM +Henri/M +henry/M +heptane/M +heptathlon/S +herbicide/SM +herculean +hereat +hereto +heritor/MI +Hermosa +Hernandez/M +Herrick +Herschel +herself +Hershel +Hertzog/M +hesitancy/SM +Hess +Hester/M +Hettie/M +Heuser/M +Hewett/M +Hewlett/M +hexachloride/M +hexagonal +heyday/SM +hgt +Hiawatha +hibernator/SM +hibiscus/SM +Hick +hidden/U +hieing +Hi-Fi/S +higgledy-piggledy +high-born +highbrow/SM +high-faulting +highish +high-jump +high-level +high-octane +highpoint +high-powered +high-risk +high-speed +Hi-If +hijackers' +hilariousness/S +Hildebrand/M +Hillston +hillwalking +hilly/TP +hilt/GMDS +him +Hinchinbrook +Hindemith +Hindenburg +hindered/U +hindmost +hindsight/MS +Hindustan/M +hinge/DMSG +Hinsdale +hippopotamus/SM +Hiram +Hiroshi/M +hisser/M +histamine/SM +histochemic +historicalness/M +hitched/U +hitherto +hive/SGMD +hoarsened +hob/DMGZS +hobbit +Hobbs +hobby-horse/SM +hobgoblin/MS +hobnail/SDM +hog/GMDS +hogback/SM +Holbeck +hold/IGJ +holder/SM +Hollister +hollow/SPDGTY +Holmes +holograph/DZWGSM +Holyhead/M +homage/MS +home-based +homeland/SM +homeless/P +homeopathies +homeostasis's +home-owner/MS +home-owning +Homerton +home-shopping +homework/RM +homicide/oSM +homoeopathy/SM +homoeothermal +homogeneous/I +homosexuality/SM +honesty/MSE +honeybee/MS +honeysuckle/MS +Honolulu +honour/ERl7SMGD +honourable/MS +honourableness +hoodwink/SGD +hooey/MS +hoof/MSGD +hoofmark/S +hook/DGUS +hooligan/SM +hoop/MDGS +hooper/M +hooray/S +Hoosier +hootch's +Hoovers +hope/6jSMp +hopelessness/S +Horace +horizontal/YS +Hormuz +hornbeam/M +hornblende/SM +hornet/MS +horny/PT +horse-breaker +horse-cloth +horse-race/GSM +horseradish/MS +horseshoe/SMGD +horsewhip/DGMS +horsey +Horst +hortatory +hosanna/SDG +hosier/SMZ +hospitalities +hostage/SM +hotchpotch/M +hothouse/MDSG +hound/SGMD +house/6MDmGJS +houseboy/MS +housecoat/SM +housefly/MS +house-plant/S +Houser +housing/M +hovel/SM +hover/Sd +hovercraft/M +Howe/S +Howlong +Hoyle +HQ +http/S +Hubble/M +hub-cap/SM +hubris/SM +Huddersfield +Hughenden +Hugo +humannesses +humanoid/S +humerus/M +humid/Y +hummock/GSZDM +humongous +humour/DphGSM +humus/MS +hundred/HMS +hunger/dSM +Hungerford +hunk/SMZ +hunter-gatherer/S +hurdle/RSMDG +hurl/RDGSY +hurry/SGDihk +hurtfulness/S +husband/YSDGMy +husk/DRGSMZ2z +huskiness/S +hussy/SM +Huston/M +hutch/SDGM +hyacinth/MS +Hyatt +Hyden +hydration/MC +hydraulic/SY +hydrazine/M +hydrocephalus/MS +hydrodynamic/S +hydrofoil/MS +hydrogenate's +hydrogenation/CM +hydrographer/SM +hydrolyse/SGD +hydrometrics +hydrometry/SM +hydroponics/M +hydroponics' +hydrostatic/S +hydrothermal/Y +hygiene/M3S1W +hygrometer/MS +Hyman +hymnal/SM +hymn-book/MS +hymnody/S +hype/SGMD +hyperboloid/MS +hyperboloidal +hyperglycaemic +hypersensitive/P +hypersensitiveness/S +hyperspace/M +hyperthyroidism/SM +hyperventilation/M +hyphenated/U +hypnic +hypnosis/M +hypo/DGSM +hypo-allergenic +hypothalamic/Y +hypotheses +hypothyroidism/SM +hysteric/SYM +hysterical +hystericism's +I +IA +ibid +ibidem +ibis/MS +Ibiza +iceberg/SM +icebox/SM +ice-skate/G +icicle/SM +iciness/S +icing/M +ictus/MS +idea/SoM +identified/Ua +identifying/a +identity/SM +ideogram/SM +ideograph/SWM +idiom/1WMS +idiot/W1SM +idolater/SM +idolatrous +i.e. +Iestyn +Ikbal +Ikea/M +iliac +I'll +ill-behaved +ill-bred +ill-considered +ill-equipped +ill-fated +ill-founded +ill-humoured +illicitness/S +illimitable/P +Illinois +ill-omened +illuminable +illusory/P +illustrator/MS +illustriousness/S +Iluka +imagery/MS +imaginable/U +imitable/I +imitative/P +imitativeness/S +immaculate/PY +immanence/ZSM +immortal/Q +immune/SqQ +immunity/MS +impact/DGV +impaction/MS +impala/M +impart/N +impassability's +impassibility/MS +impassible/Y +impassion/GD +impassiveness' +impeached/U +imperial/Y3S +imperialist/1W +imperil/L +imperishable/PY +impersonality +impersonation/M +impinge/SL +impish/PY +implemented/AU +implicitness/S +impolitic/P +import/ADRGS +importance/U +importunate/YPS +importunity/MS +impose/ASDG +impoundments +imprecation/M +impregnate/NBGDSn +impression/B3M +impressive/P +improbable/P +improvableness +improve/QsLq +improvisational +improvisatory +imputable +inadvertence/SM +inalterableness +inanimate +inapplicable +inasmuch +inattention +inaugural/S +inauthenticity +Inc. +incapacitation/M +incarceration/M +incarnadine/DSG +incense/DGMS +incest/MS +inch/MDSG +incineration/M +incinerator/SM +incipiency/MS +incision/M +incisive/P +inclusiveness/S +incognito/S +income/M +incommensurable +incommunicable +incommunicado +incomparable +incompetent/MS +inconceivable/P +inconsolable/YP +incontestability/SM +incontestable/Y +incorporated/EU +incorruptible/SY +increment/oSNDMG +incremental +incubate/SGDNnV +indemnity/SM +indemonstrable +indentation/M +indeterminacy/SM +indeterminism +indeterministic +indicative/S +indicia's +indigestion +individualist/1W +indulgence/McS +industrialist +industriousness/S +inebriation/M +inelastic/Y +inequivalent +inerrability +inertia/oMS +inertial +inertness/S +inessential +inevitability/MS +inexpedient +inexpense +inexplicit +infamy/SM +infantile +infeasible +infect/EDGAS +infecter +infectiousness/S +infector +inferential/Y +infestation/M +infinitesimal/SY +infinity/SM +inflate/DGnSN +inflater/M +inflection/SM +influence/RGDSM +info/S +inform/xRy +information/ES +informative/UY +informed/aU +informs/a +infraclass +infrasonic +infringe/L +infringer/M +ingenious/YP +ingeniousness/S +ingestion/MS +Inglis +ing�nue/S +ingrain/h +Ingram +ingress/SNM +ingression/M +inhabitable/U +inhabitance/Z +inhabited/U +inhalator's +inherit/EdS +inheritrices +initialises/K +initiated/U +injection/MS +in-joke/S +Injune +inkstand/MS +inky/TP +inlaid +innate/YP +inner-city +innervate/DSGNn +innkeeper/SM +innocent/YTS +innuendo/GSMD +inoculative +inoperative +inquisition/SoM +inroad/MS +inrush/GSM +insecticidal +insemination/M +insentience/S +inseparability/MS +inseparable/PS +inshore +inside/R +insigne's +insinuate/nVSkDGN +insist/DGkS +insistence/SM +insolence/MS +insolubility/S +insouciant/Y +inspector/MS +inspectorate/SM +installed/A +instantiate/GNSDn +instantiated/U +instigation/M +instil/DNnRGS +institute/RSMxDGV +institutionalism/M +institution's/A +in-store +instruction/MS +insufferable/Y +insulated/U +insurgent/SM +intact/P +intangible/M +integrative +integrity/SM +Intel/M +intellectual/QPSY +intellectuality/M +intelligibilities +intelligibility/MU +intemperate/P +intemperateness' +intensification/M +intent/PY +interact/VDuvGS +intercede/GDS +intercept/GDS +interceptor/SM +intercession/MS +intercessory +intercohort +intercommunication/M +interconversion/M +interestingness/M +interface/GDMS +interfaith +intergovernmental +interindustry +interject/GDxS +interlace/GDS +interlingual +interlining/M +interlope/GDRS +intermix/DSG +intermixer +intern/oLxGD +internationalist +internationality/M +internee/SM +Internet/M +interoffice +interoperate/BSNGD +interpolation/M +interposer/M +interpreted/aAU +interrelated/P +interurban/S +interventionism/SM +interviewer/SM +interweave/GS +interweaver's +interwork/SGD +intimacy/MS +intimidation/M +intimidator +intonation/M +intoxicant/MS +intracohort +intractability/SM +intradepartmental +intragenerational/Y +intraindustry +intranasal +intransigence/MS +intransigent/SY +intrascrotal +intrasectoral +intrauterine +intricacy/SM +intrusiveness' +intubate/GDSN +intubation/M +invade/GVDRSuNX +invaluable/P +inveigher/M +inveigle/DRSG +invention/AMS +investee/SM +investment/f +inveterate/Y +invigilate/DG +invigorate/NAGnSD +inviolate/PBY +invoke/NGnDRS +involuntariness/S +involute +ioniser/CSM +IP +IPA +ipso +Iqaluit +irascible/Y +irateness/S +iridesis +Irma +ironwood's +irrationality +irreflexive +irrelevance/S +irreplaceableness +irrigate/DnSNG +irrigation/M +irritant/S +irruption/SM +IRS +isinglass/SM +Isis +Islam/M +Islamabad/M +isochronous/Y +isolate/SNGnD +isolated/AK +isomer/SM +isomerism/SM +isomorph/W1M +isotonic +ispell/M +Israelite/SM +itemised/U +iterated/A +iteration/AS +Ithaca +itinerant/SY +itself +ITV +iv/M +Ivan/M +jackhammer's +jack-in-the-box +jackknives +Jacob/S +Jacobsen +jadedness/S +jadeite/SM +Jaeger/M +jaguar/SM +jailbird/MS +jam's +Jana +jangle/RDGYS +January/SM +Japanese/M +jarring/Y +Jarvis +jaybird/MS +jaywalk/RJSDG +jealousy/MS +jeans +Jeep/MS +jeerer/M +Jeetho +jehad's +jejunum/M +jell/GDSY +jellying/M +jellylike +Jensen/M +Jenson +jeopardy/QMS +jerk/DSZz2G +jerry-building +Jersey/M +Jerusalem/M +Jervois +Jessica +Jessup/M +jest/MRGDkS +Jesus +jet/MGSD +jetliner's +jet-propelled +Jewess/MS +Jim/MZ +jinni's +jinrikisha/M +jitter/SZ2 +jittery/T +jiu +Joanna +jobless/P +jock/SM +jockey/MGDS +jockstrap/SM +Johannes +Johannesburg/M +joiner/Z +jointed/PEY +joint-stock +Jonah +Jonas +Joplin +jot/GRJSD +journalist/W +Jovanovich +joy/6GMDjpS +joylessness/S +ju/y +Juan +jubilate/NDGnS +judder/dS +judging/U +juice/RZDGMS +jujitsu/MS +Julie/M +jump-off +jumpsuit/S +junction/FSMEI +juncture/FSM +jungle/SM +junta/MS +jurisdiction/SMo +juror/SM +jury/Sm3G5DM +justificatory +justly/U +Juvenal +kaboom +kaiser/SM +kale/SM +Kalgoorlie +kalium's +Kamilaroi +Kampf +Kanaka/S +Kane/M +Kano +Kant +Karoonda +Karp/M +Karratha +Karumba +Karunjie +Kasbah's +Kashmir +Katharine/M +Kathmandu/M +Kawasaki +Kay +kB +ked/F +kedgeree/S +keelhaul/DGS +Keenan +keepsake/SM +Keighley +Keilor +kelp/MDGS +kelpers +Kelsey/M +Kempsey +ken/DMSG +Kendal +Kenilworth +Kenneth +Kenosha +kernel/SM +Kerry/M +Kesteven +Kevin +Kewpie +keyclick/SM +keyhole/SM +Keynes +keystone/MS +khan/MS +Khartoum/M +Khmer +Khyber +Kiama +kibitzer's +kick/DRSMZG +kiddie/MS +Kilauea +Kildare/M +kill/cGDS +killer/SM +kilobaud/M +kilobit/S +kilobuck +kilobyte/S +kiloton/MS +kilowatt/MS +Kimball/M +kinaesthetic/SY +kindle/ASGD +kindler/M +kindling/M +kine/M +kinglet/M +kingly/TP +kingpin/MS +Kingsbury +Kingsford +Kingsley +Kinshasa/M +kiosk/MS +Kiowa +Kipling/M +Kiribati/M +kirk/SM +Kirkimbie +Kirkland +kit/MDGZrS +kitchener's +kittenish/PY +kittiwakes +Klaus +Klein/M +kludgey +knack/RSM +knackish +knead/RSDG +kneecap/SMGD +knee-high +kneel/RSDG +knee-length +knit/DGRSJ +knock-kneed +knock-out +knock-up +knotting/M +knowingest +know-it-all +knowledgeable/P +known/SU +knuckleduster/S +Kofi +Kohl +kohlrabi/M +kohlrabies +kohl's +Koki +kola/SM +Kolonia/M +Koloona +kookiness/S +kooky/T +Koonibba +Koonya +Korea/M +Kosovo/M +Kowanyama +kowtow/SGD +kph +Kraemer +Krause +Krishna +Kristin/M +kroner +kronor +Krupp +KS +kuku +Kuku-Yalanji +kultarr +Kununurra +Kurgan +kV +KwaNdebele +KwaZulu +Kwell +kWh +Kyabram +kyboshes +l/F +lab/oMS +label/aGADS +labeller/SM +label's +labiodental +labour/khSDRJiGM +laboured/PM +labour-intensive +labyrinth/SM +laced/U +lacerate/SDGnN +Lacertian +Lacertus +lacewing/MS +Lachlan +lachrymose +laciest +lackadaisicalness +Lackawanna +lacquer/rdSM +lacunae +laddie/MS +Laden's +lading/M +Ladyship/MS +laetriles +Lafayette +lag/rJDSG +Lagrangian/M +Lahore/M +lake/SM +Lakefield +Lakeland +lakeside +Lamar/M +lambskin/SM +lamed/M +Lamellibranchia +Lamellibranchiate +lamina/nM +laminar +laminate/GSD +Lamont +lamper +lamp-post/S +Lanai +Lancefield +Lancelot/M +lancet/SM +landau/M +landforms +landline/S +landmark/GSMD +lands/c +landscape/DMRSG +landslide/MS +landward/S +languidness/S +languish/GDkS +Lanka/M +Laotian/S +lapidary/SM +lapse/ADGFS +lapser/AM +large/PTSY +largeness' +larkspur/SM +larrikin/S +laryngitis/M +lashed/U +lassitude/SM +lasso/GMDS +last-ditch +Laszlo/M +LaTeX/M +latherer/M +Latin/M +Latino +latish +Latrobe/M +laudanum/SM +Lauderdale +Launceston +laundrette/S +laurel/SGMD +Lauren +Laurent/M +Laurentian/M +Laurie/M +Lausanne/M +lawbreaking/MS +lawfulness/SM +lawgiver/MS +lawrencium/M +layperson/S +Layton/M +laywoman/M +laze/SGZD +lazy/YDTPG +lazybones' +leader/p +leading/S +leaf/SZ2GDMp +leaguer/SM +Leah +leak/DMGSZ2 +leakiness/S +Leander/M +leap/DGS +Lear/Z +Learmouth +learn/iSDhGRJ +learnt +leash/SUDG +least/S +Leatherdale +leaves/M +Lebanon/M +lecithin/MS +lecture/RMDGS +ledge/SMR +LEDs +Lee +leery/PT +leftover/SM +left-wing/R +legal/ISY +leg-bye +legionary/S +legislate/GnVvSND +legislation/M +legit +legitimation +legitimatise/DSG +legstraps +legume/SM +Leichardt +Leighton +leisureliness/S +leisurewear +leitmotiv/MS +Lemke +lemonade/MS +lengthiness/S +lengthways +Lennox +Leno +Lenore/M +Leo +Leon +Leona +leopard/MS +Leopold +Leopoldville +lesbian/SM +Leslie/M +Lesotho/M +lessee/SM +let-down/SM +Lethe/M +Leticia/M +let-out +letter/dmrMJS +letting/S +lettuce/SM +leukaemia/M +Leura +level-headed/Y +Leveque +Leviticus +levy/RDSG +lewd/PTY +Lewes +Lexington +Lexis +Liana +libation/M +liberation/CM +Libra +libretto/3SM +lice/M +licensable +licensed/U +licentiousness/S +licit/YI +lid/GMSDp +liege/S +lier's/F +life-force +lifeforms +life-raft/SM +lifework/MS +LIFO +lift-off/SM +ligament/MS +ligation/M +light/CASG +light-headed +light-headedness +lighthouse/SM +light's +lightship/SM +likelihoods +likeness/MS +likest +likewise +liking/SM +lily-white +limber/UdS +lime/SMGZD +limelight/MGS +limit/CdrnS +limit's +limo/S +limpidity/SM +limpness/S +limy/T +Lindsay/M +Lindstrom/M +lineage/SM +line-up/S +lingual/S +linguist/SW1M +liniment/SM +linked/U +Lionel +lipid/SM +liposuction/S +Lipscomb/M +lip-synch +liquefy/RDSG +liquid/I +liquidator/SM +liquor/MS +lire/M +Lisa +Lisbon/M +lisle/MS +listed/U +listen/rdS +Lister/MS +listing/M +litany/SM +literalism/M +literalistic +literal-minded +literation's +litigation/M +litigiousness/S +little/TP +liveability/SM +liveliness/S +Livermore +livery/DSmM +lives/M +lixiviation +Liz/MZ +llano/MS +LLB +Lloyd/M +loading/M +loadstone's +loaf/RSGDM +loansharkings +loaves/M +lobar +lobately +lobe/SMD +lobotomist +lobster/dSM +lobularity +locate/FSNAnEDG +loci/M +Locke +locked/AU +Lockhart/M +lockout/MS +lockstep/S +locomotion/SM +locomotor +lodestar/SM +lodge/MJDRSLG +lodging/M +logbook/SM +loge/SM +loggerhead/SM +logistic/YSM +logistical +logjam/MS +logo/MS +logrolling/SM +Loire +lolly/MS +lonely/TP +lonesome/YPS +long-awaited +long-drawn +longhand/SM +longing/M +longitude/SM +long-standing +Longstreet/M +longueur/MS +Longyearbyen/M +looker-on +looking/M +lookup/MS +loosed/U +loosen/UdS +looting/M +loppier +lord/cMSDG +lordly/PT +lorn +Lorne +losable +lotus/MS +loudness/S +Louie/M +Louisianan +lousy/TYP +Louth/M +love/YSMRGl7kDp +loveable/Y +love-child +Loveland +low/TGYDPS +Lowell +low-emission +lower/Sd +lowermost +low-grade +low-key +lowland/MRS +Loy +loyalist/SM +ls/I +Lt. +Lu +lubricate/SGnNDV +lubrication/M +lubricious/Y +Luce/Z +lucidity/SM +lucidness' +Lucien +Lucille +lucky/UTY +lucubration/M +Lucy/M +Ludmilla +Ludovic +lug/RGDS +luger +Luina +Luis +lukewarm/YP +luminosity/SM +luminousness' +Lumi�re/M +lummox's +lumper/M +lumpish/YP +Lumpur/M +lunacy/SM +luncheon/MS +lunchtime/SM +Lund/M +Lundquist/M +lung/DM6GS +lustful/P +lutanist/MS +luxuriance/SM +luxurious/PY +luxury/MS +lying/Y +lymph/SM +lymphatic/S +Lynchburg +Lyon/SM +lyrebird/MS +ma'am +Mac/MS +MacDonald/M +maceration/M +Macgregor/M +machine/7M3NySGnD +macho/S +Mackay +Macmillan/M +macrobiotics/M +macrobiotics' +macrodynamic +macroeconomic/S +macrosomia-economic +Macs/M +madden/dkS +Madeleine/M +Madhya +Madonna/M +madrigal/MS +Mafia/M +Mafioso/M +MAG +Magdalene +magnet/WtqSQ1M +magneto/MS +magnetohydrodynamics/M +magnetosphere/M +magnifies/A +magnify/CRGSND +magniloquence/SM +magnolia/SM +magnum/MS +maharanee's +mahogany/SM +Maida/M +maiden/SYM +maidenhair/SM +mailbag/SM +maillot/SM +maimedness's +Mainoru +mainspring/SM +maiolica's +maitres +majolica/MS +major/SM +majorette/SM +make-believe +making's +Malabo/M +maladjust/DLV +maladroit/YP +malady/MS +malapropism/MS +Malayan/MS +Maldives/M +Maldon +Male +maleficence/MS +malevolent/Y +malfunction/GSD +malign/RGSDY +malignancy/MS +Mallala +mallard/SM +malodorous +malting/M +malty/T +mamba/MS +mambo/MGDS +mammal/SM +Mamoutzu/M +manage/BLRDGS +manageable/U +manageableness +manager/o +managing/a +Manama/M +mandatory/S +Mandel's +mandrill/SM +mangoes +manhandle/GSD +manhood/SM +mania/MS +maniac/SM +manifestness +manifesto/SM +manikin/MS +Manila/M +manilas +manilla/S +manipulator/SM +Manley/M +manlike +mannequin/SM +manoeuvrable +manservant/M +mantilla/MS +mantis/MS +mantle/EDGS +mantling/M +mantrap/SM +map/MRJGSD +maple/MS +mapping/M +maps/A +Maputo/M +Maracaibo +marbling/M +Marcello/M +marchioness/SM +Marcia/M +Mardi +Mareeba +Margaret/M +marginality +Margo/M +mariachi's +Marianne/M +marine/RNS +maritime +marjoram/MS +Marjorie +marked/AU +marksmanship/S +marl/DGMS +marlin/SM +marmalade/MS +marooner +Marrakesh +marry/DASG +Mars +Marseillaise +marsupial/MS +Marta +marten/SM +Martha +Martinez +martinique +martyrdom/MS +marvel/GSD +marvellous/Y +Marx/3M +Marylebone/M +Mascagni +Maseru/M +mask/RMDSJG +masochism/SM +mason/dSMWy +masque/RMS +Massae +Massenet +masseuse/MS +massif/SM +massive/P +mastering/S +masticate/SDG +mastodon/MS +masturbate/SGNnDy +match/Rp7DGJMS +mate/SMzJ +mathematics/M +Mathias +matinee/S +mating/M +Matlock +matt/M +Matthias +maturely/K +matures +maturity/KMI +maudlin/Y +Maurice +Mauritanian/S +Mavis +Mawson/M +maxilla/yM +maxillae +maximality +Maximilian +maximum/YMS +maybe/S +mayonnaise/SM +mayor/SM +mayoralty/SM +maypole/MS +mazer +MB +MBA +McBride/M +McConnell/M +McDaniel/M +McGowan/M +McGrath/M +McIntosh/M +meadowlark/SM +meagre/Y +meagreness +mealy/TSP +meaning/Mp6j +meaningfulness' +measurableness +measured/AU +measuring/A +meat/2pMSZ +meatloaves +mediae +mediate/IPY +mediates +mediating +medic/nMYNVS +Medici +meditation/MK +meek/TPY +megabuck/S +megahertz/M +megalomaniac/SM +megaton/SM +megohm/SM +Meier/M +melange +Melbourne/M +meld/DGS +mellifluousness' +mellow/TPGSDY +Melton +Melvyn +memoires +memorabilia +memoranda +memoriam +mender's/F +Menindee +meninges +Mennonite/S +menopause/SM +menswear/M +mentionable/U +mentor/dSM +merchant/BMS +Mercier +merciful/UY +mercifulness/M +Mercurochrome +meretriciousness/S +merge/RSGD +Merimbula +meritocratic +Merriam +Merrick +Merrill +Merseyside/M +mesdames/M +Mesolithic +mesomorph/SWM +mesosphere/MS +Messina/M +messiness/S +meta +metabolic/Y +metacarpus/M +metalanguage/MS +metalinguistic/S +metallography/M +metalworking/M +metamathematical +metastases +metatarsi +metathesis/M +methadone/SM +methane/M +methodical/P +Methodism +Methuselah +metre/WwS1 +metricate/SGD +mettle/SMD +mews' +Michaelson +Michel/M +Michelin +Michelson +Mick/M +Mickey/M +microanalytic +microcircuit/MS +microcode/DSG +microcomputer/MS +microelectronics' +microfarad +microfossils +microhydrodynamics +microlight/S +micromanage/LSGD +Micronesian/S +microscopist +Microsoft/M +microsomal +midday/MS +middle-age/D +middlebrow/SM +Middlesbrough/M +Middlesex +middleweight/MS +midge/MS +midlander +mid-life +midpoint/MS +midrib/SM +midtown's +midwife/yM +mid-year +Miena +miff/DSG +mightiness/S +mighty/TP +migraine/SM +Miguel +Mikado/M +milch/M +mile/SM +milestone/MS +military/Q3Y +militate/GSD +milkman/M +Millard +millet/SM +millinery/MS +Millingimbie +millivoltmeter/SM +millrace/SM +milt/RMS +mimer/M +Minardi +mined/f +minicomputer/SM +minimal/S3 +minimalist/W +mining's +miniseries +Minlaton +Minster/M +minty/T +Minyip +MIPS +Mira +miraculous/YP +Mirani +mirthfulness/S +MIRV +mi's +misalign/L +misapply/M +misc/b +mischief-making +misconfiguration +misdiagnosis +misfile +misfit +misfortune +misgovern +mishandle/G +Mismove's +misogynist/W +misread/GJ +misshapenness' +mission/RSFM +mission's/A4 +Missoula +misspeak +misspecification +mistruster +misty/TYP +misunderstand/R +Mitchell/M +mitigate/NDSGny +mitigated/U +Mitta +Mittagong +mitten/MS +mixed/KUA +mixture/MS +mm +M�nchhausen/M +Mo +moat/DGMS +mob/GMDS +mobility/IMS +mobs/C +mockers/M +mockery/SM +mockingbird/SM +mock-up/S +moderateness/S +modernness/S +modesty/IMS +modi operadi +modi vivendi +modus +moil/DGS +moistness/S +molarity/SM +Moldova/M +molecularity/SM +Moline +mollusc/SM +molluscan +Molong +moment/YMS +Mon +monastery/MS +monasticism/MS +Monbulk +monetary/3Y +moneymaking/M +Mongol/W +monitored/U +monkey/GMDS +monocular/SY +monoculture +monogamous/Y +monomaniac/SM +monomial/SM +monomolecular +monophthongs +monopolist/W +monostable +monotremes +monoxide/MS +Monrovia/M +Monsignor +monsoon/SM +monstrance/MS +Montenegro/M +Monterey +Montessori +Montrose +moodiness/S +Moomba +moonstruck +Moonta +moonwalk/SGD +Moora +Moorish +mope/SZ +mopy/PYT +moraine/SM +morally/I +Moran/M +morbid/Y +morbidness/S +Morgan +Mornington +Moro/M +Moroak +Moroccan/S +morphemic/S +morphia/S +Morris/M +Morrison/M +Morristown/M +Mort/M +mortgagor/MS +mortification/M +mortise/DSGM +Moselle/M +Moser/M +Moshe/M +Mossberg/M +Mossman +motet/MS +motherhood/SM +mother-in-law +mothers-in-law +motional +motioner/M +motioning +motionlessness/S +motivation/M +motoring/M +mottle/GDS +moue/SMGD +moulding/M +moult/RGDS +mound/GMDS +mountaineering/M +mountaintop/SM +mounter/MS +mouse/ZRSGDM +mousetrap/GSDM +mousey +mousse/SM +mouther +mouthorgan +mouton's +mover/AMS +movie +Mox +Moyle/M +Moyra/M +MP3 +MPV +Mt +much-needed +mucker/M +muckrake/SDRGM +mucosa/M +mucus/MS +muddleheaded +muddleheadedness +Mudgee +mudslide/S +Mugabe/M +Muir/M +Mulder/M +muleteer/SM +Mulga +mullion/SMDG +Mullumbimby +multicast +multicolumn +multifamily +multifariousness/S +multimillion +multi-modal +multiphase +multiplicand/SM +multiplication/M +multiply/7GSVDRNnv +multiprocessor/SM +multi-stage +multitasking/M +multiversity/M +mumbo +mummify/SDnNG +mumps' +Muncie/M +Mundrabilla +Mungindi +Munich/M +muralist +murderess/S +Murdock/M +murmuring/S +musculature/SM +musette/MS +museum/SM +mushy/TP +musicality/SM +musk/MZ2 +muskeg/MS +Mussolini/M +mustard/SM +mutably/I +mutation/4MF +mute/FnS4GDN +mutest +mutilation/M +mutinous/Y +mutt/MS +mutual/SY +muzzle-loader +Myall +Mycenae/M +Myles/M +mynah/MS +myocardial +myopic/YS +Myron/M +Myroodah +Myrtleford +mysterious/PY +mystify's +NAACO +nabob/SM +nacre/MS +Nagambie +nagging/Y +Nagoya/M +naifs +nailbrush's +naive/TYS +naked/YP +Nambour +Nambucca +namby +namby-pamby +NaN +Nanette/M +nano +Nantes/M +Nantwich +Naomi/M +napkin/SM +narcosis/M +nark/MSZ +narrate/NvGnVDS +narratology +Narrogin +Narwietooma +nasal/QqYS +nastiness/S +Natalie/M +Natasha/M +nationalise/CRSnGD +nauseousness/S +nautical/Y +Navajo/S +na�veness +nay/MS +Nd +Neapolitan/MS +nearside/M +neatness/S +Nebraskan/SM +nebular +nebulosity +nebulous/YP +necessaries +necessitous +necker +necropsy/M +necrosis/M +nectarous +Needham/M +negation/M +negativism/SM +negativity/SM +neglecter/M +negotiable/A +negotiant/M +neighbour/DGYMS +Nellie/M +Nelly/M +nelson/SM +nematic +neoclassic/M +neoclassical +neodymium/M +neologised +neonatal +Neptune/M +nerdy/T +nerveless/PY +nerviness/S +NESS +nether +netiquette +nett/JS +neurasthenic/S +neuritic/S +neuromuscular +neuron/MS +neurophysiology/M +neurosurgery/SM +neurotransmitter/S +neutralisation +neutron/SM +nevertheless +Nevis/M +newcomer/MS +newish +newscast/SMR +newsdealer's +newsroom/S +Newsweek/YM +newsworthiness/S +Newton/M +next-door +NHS +Ni/M +niacin/SM +Niall/M +nib/DGMS +Nicodemus/M +Nicola/MS +Nicosia/M +Nigeria/M +niggardly/P +niggle/GRkDSJ +night-long +nightspot/SM +nighty's +NIH +nil/YMG +nimbi +ninepin/S +nineteen/HMS +ninety-second/S +ninety-six/H +Nitmiluk +nitration/M +nitre/WnMSN +nitrite/SM +nitrocellulose/SM +nobbier +nocturnal/S +Noel/SM +noire/MS +noiselessness/S +noisy/YTP +Nokia/M +Nolan/M +Nomi/M +nominative/S +nominator/SCM +nominee/MS +non-adhesive +nonagenarian/MS +non-alcoholic/S +non-athletic +non-attendance/SM +non-availability/SM +non-belligerency +non-belligerent/S +non-burnable +non-clinical +non-collectable +non-combatant/SM +non-communicable +non-competing +non-complying/S +nonconformist/SM +non-conservative +non-content +non-contiguous +non-contributing +non-contributory +non-controversial +non-cooperation/SM +non-corroding/S +non-cumulative +non-cyclic +non-dairy +non-deferential +non-detachable +non-dramatic +non-drying +non-educational/Y +non-elastic +non-emergency +nones/M +nonetheless +non-factual +non-flying +non-functional/Y +Nonie/M +non-independent +non-industrial +non-intoxicating +non-ionic +non-irritating +non-judicial +non-linear/Y +non-literary +non-magnetic +non-malignant +non-migratory +non-militant/S +non-moral +non-narcotic/S +non-occupational/Y +no-nonsense +non-orthogonal/Y +non-person/S +nonplusses +non-prescription +non-profit/7S +non-redeemable +non-religious +non-resident/SM +non-restrictive +non-rigid +non-scientific +non-scoring +non-sectarian +non-secular +non-singing +non-smoking +non-specializing +non-specific +non-stop +nonsuch +nonsuit +non-sustaining +non-sympathiser/M +non-threatening +non-traditional/Y +non-trunk +non-violence/SM +non-violent/Y +non-virulent +non-words +noongar +Noonkanbah +Noosa +noose/MDGS +Norcia +Nordic/S +Noritz's +normative/P +Norplant +Norse/m +northeaster/MS +north-eastern +northerly/S +northing/M +north-south +Northumberland/M +north-West/M +northwester/MS +north-westerly +north-westward/S +Norton/M +nosedive/DGS +nosegay/SM +nosey +nostalgic/YS +nostrum/SM +notative/F +notch/GMDS +note/FnCGSND +notebook/SM +noteworthiness/S +noteworthy/P +notion's +notorious/PY +Nottingham/M +noun/SM +nounal +nous/M +Novak/M +novelette/SM +novelty/MS +novice/SM +novitiate/SM +Novo/M +Novocaine +nowadays +noway +nubbin's +Nubian/M +nucleation/M +nucleotide/SM +nude/PS3TY +nudity/SM +Nugent/M +null/S +numberplate/M +numismatics' +numskull/MS +Nunavut +Nuneaton +nunnery/MS +nursemaid/MS +nursling/MS +nut/NMGZSD2 +nutate/SDG +nutcracker/SM +nutmeg/MSGD +nutritious/PY +nuttiness/S +nymphomania/SM +nymphomaniac/S +Nyngan +NZ +oafish/Y +Oakland/M +Oakley/M +oakum/MS +oath/MS +obedience/ESM +obeisance/MS +Oberlin/M +object/VGMSDvu +oblateness +obligation/M +oblique/YSGD +oblivion/MS +obnoxiousness/S +O'Brien/M +obsequious/PY +observants +observation/M +observatory/SM +obsidian/SM +obsolescence/SM +obsolescent/Y +obsolescing +obstreperous/YP +obstreperousness/S +obstruct/SGVuvD +obtuseness/S +obverse/YS +occidental/SY +occipitale +occlude/SGVNDX +occupant/MS +occupation/Mo +occupier/SM +ocean/SMW +Oceania/M +Oconomowoc/M +OCR +octave/MS +octet/MS +octillion's +oddness/S +Odell/M +odometer/SM +O'Donnell/M +odorousness +odour/pSM +OE +Oedipus/M +OEMS +oenologist +oenophile/S +of +Offaly/M +offend/GVDvRuS +offertory/SM +officialism/MS +officially/U +officiant/SM +offish +off-key +off-line +offload/SGD +offspring/M +off-street +Ofsted/M +ogle/SRGD +O'Hara +Ohioan/S +oilcloth/SM +oink/DSG +OJ +ok/F +Olathe's +Oldenburg/M +oldster/SM +Olen/M +oleomargarine/MS +Olinda +Olivetti/M +Olivia/M +Olson/M +Olympian/S +Omaha/M +ombudsmen +omnivore/SM +onanism/M +Oneida/SM +O'Neil +one-sided/Y +onion/SM +onomatopoeic +onset/MS +onslaught/SM +Onslow +Ontario/M +onto +ontogenist +ontologist +onus/MS +onward/S +oodles +ookineses +op/FS +opacity/MS +opal/MS +opaqueness/S +opcode's +open-eyed +open-handed/P +open-mouthed +opens/A +openwork/MS +opera/MVvSnu +operability +operativeness/FM +operatives/F +operator/FSM +operetta/SM +Ophelia/M +ophthalmic/S +opioid +opossum/SM +opportunity/MS +opposed/U +opposition/M +oppressor/SM +opprobrious/Y +Oprah/M +ops +opulence/MS +orangey +oration/M +oratorio/MS +orb/MDGS +Orbost +orchestra/onSM +orchid/MS +Ord +orderer +ordering/S +ordination's/F +Ordovician +Oregon/M +Orestes +Orford +organics +organisation/oM +organise/EnDSAG +organist +orgasm/WDSGM +orientable +Orientalist +orienteer/G +orienteering/M +orienter +orig +origin/oNSnVMv +original/S +Orin/M +Orkney/M +Orlando/M +ornamentation/M +ornate/PY +Orpington +Orroroo +orthodontia +Orwell/M +oscillator/MS +osculate/SGDNn +OSGi +Osgood/M +Oslo/M +Ossa's +ossify/nGDSN +ostensible/Y +osteoarthritides +osteology/M +ostraciser's +ostracism/SM +ostrich/SM +OT +otherwise +otter/SM +ought +ounce/MS +Ouray/M +outargue +outbound +outburst/M +outdo +outfit/G +outgoingness +outlandish/PY +outlying +out-of-phase +out-of-pocket +outscore +outside/R +out-tray +outward/PY +outwear +over-abundance/SM +over-abundant +over-activity +overambitious +overarching +overarm +overbite/M +overcareful +overcoat +overcritical +overdraw/G +overdrive/M +overeat +overemphasis +overprecise +overs/M +oversea +over-sensitivity +overshoot +oversimplify/nN +overstretch +overt/Y +over-the-top +overture/SM +overweening +overwhelm/k +overwrap +oviform +ovoid/S +ovular +owl/MS +own-brand +ownership/MS +Owsley +oxide/nMsSQ +oxidise/J +oz +ozone-friendly +pacific/4 +pacifism/SM +pacifist/W +pacify/RSn3WDG1N +Packwood/M +Paddie/M +paddy/SM +padlock/DSGM +paediatric/S +paedophilia/M +paeony/M +page/G6RMSD +pageboy/MS +painful/TP +painstaking/Y +paint/ADSG +paintbox/M +pair/IDGAS +pairwise +Pakistan/M +palace/MS +Palaeocene +palaeolithic +palanquin/SM +pale/IDGS +palely +palest +Palestine/M +Palestrina/M +palette/SM +palladia +Palladio/M +palmetto/SM +palmistry/MS +palmtop/S +palmy/3T +palpitate/SnGND +Pambula +pamper/Sd +pancake/SGMD +Pancras +pancreatic +panellise/DGSn +panoramic +pantheist/SW +panties +Panzer's +Paolo/M +papa/MS +Papeete/M +papered/A +papers/A +paperweight/SM +paperwork/SM +papyri +papyrus/M +par/dDZG7S +Para +parable/F +paraboloid/MS +paracetamol/M +parachuter/M +paradisal +parakeet/MS +paralleled/U +Paramecia +paramilitary/S +parapet/MS +paraphernalia +paraphraser/M +parasol/MS +parathyroid/S +parcelling/M +parent/SGMoJD +parietal/S +Paringa +parkland/M +parky/T +parliamentarian/SM +parochiality +parolee/SM +Paroo +parrakeet/M +parricidal +parrotlike +pars/SRDJG +parsley/SM +parsonage/SM +parthenogenesis/M +participator/S +partizan's +partook +partridge/MS +part-timer/S +party/SDMG +pascal/SM +pasha/SM +passage/MGDS +passivity/ISM +paste/SM +paster +pasteurise/SDRnG +pastorate/SM +past's/A +pasturage/SM +pater/M +paternalism/SM +pathlessness +patriarchal +Patrice +patrilineal +patristic/S +patroness/S +patten/SM +Patterson/M +paunch/2GZMDS +pause/SGD +pave/GJLSD +paves/A +paw/DSMG +pawn/DGMS +pawnbroker/SM +pay-bed +PAYE +payer/MS +payload/MS +payslip/S +Pb +PCB +PDF +PDP +peacekeeping/M +peal/MDSG +peartrees +peasant/SM +peasantry/SM +peats/A +peccadillo/M +pectin/SM +peculator/S +pedagogy/W1SMw +pedestrianism +pedigree/SM +pediment's/I +Pedro +peep-show/SM +peer/DFGSM +peerless/PY +peevish/PY +pekoe/SM +pelf/M +pellagra/SM +pell-mell +pelvic/S +pen/oDGSM +pen-and-ink +pencil/DGSJM +pending +penetrate/BGkVuDSnNv +penicillin/MS +penile +penis/SM +pennant/MS +pennon/SM +penny/SpM +Penrose +pens/XuVvN +pentagon/oMS +pentasyllabic +pentathlete/S +pentecostal +pentium +penumbrae +penuriousness/S +people/SDGM +peppercorn/SM +pepperer/M +peppergrass/M +peppermint/SM +peppiness/S +peradventure/S +perceive/aSD +perceiving +perception/MS +perceptive/P +perch/GMSD +percha +perchlorate/M +perchlorinated +percussionist/SM +perestroika/MS +perfect/IYSPV +perfectible +performed/efU +performs/e +perfunctory/PY +Pericles +peristaltic +permafrost/SM +permalloy/M +permanency/MS +permanently/I +permissibility/M +permissible/PY +permit/GXSNMD +permute/nNDSG +peroration/SM +perpendicularity/SM +perplex/SDhG +persiflage/SM +personae +personality/SM +personalty/MS +personify/nGNDS +personnel/MS +person-to-person +persuade/DGuRNXVSv +pert/TPY +Perthshire/M +pertinence/IS +pervasive/P +perversion/M +peskiness/S +pesky/TY +pestiferous +Pete +petiole/SM +petrel/SM +Petri +petunia/SM +pewit/SM +peyote/SM +phage/M +phalanx/SM +phantasmagoria/SM +Pharisaism +pharynges +pheasant/MS +phenomenology/1MwS +phenyl/M +phish/RG +phiz +phonemic/S +phonetics' +phonics' +phoniness' +phosphoresce +phosphorus/M +photochemistry/M +photocopy/RSGMD +photojournalist/MS +photosynthetic/Y +phylactery/SM +phylum/M +physicist +physiochemical +phytoplankton/M +piano/3SM +pianola +pica/MS +piccalilli/SM +pick/RSGDJZ +Pickering/M +picket/rSdM +pickpocketing +pick-up/SM +picofarad/SM +picojoule +Picton +pictorial/YPS +pie/SM +piecemeal +Pierre/M +piety/IMS +pigeon/SyM +pigeon-breast/D +pigeonry/S +pigfish's +pigment/nGND +pig-sticker +pigsty/MS +pigtail/SDM +pilaster/MS +Pilbara +pilchard/SM +pilgrim/SM +pill/MS +pillar/SM +pillbox/MS +pillion/MS +pillory/SGDM +pillowcase/SM +pilot/dSM +pilothouse/MS +Pimms +pimp/MDYSG +pince +pincer/S +pinch/DGS +pine/ASGD +pineapple/MS +pinhead/SMDi +pinkeye/SM +pinkish +pinkishness +pinkness/S +pinkness' +pinna +pinnae +pint/MS +pin-up/SM +pin-wheel/SM +piny/T +pion/M +piping/M +piquant/YP +pique/GSMD +pismire/MS +pistole/MD +pit/DGSM +Pitcairn +pitchblende/SM +pitchstone/M +piteous/PY +piteousness/S +pitiable/P +pitiful/PT +pitiless/PY +Pitjantjatjara +piton/MS +pituitary/MS +pivot/dSMo +pixie/M +pixy/S +placater +place/ELSaADG +placement/eMS +placenta/SM +placer/MES +plained/F +plain-spoken +plaintiff/SM +plaintive/PY +plait/DGSM +planar +planetarium/MS +plank/SJGDM +planning/A +plantar +planters +plastering/M +plat/rdR +platitudinous/Y +Plato/M +platypus/SM +plausibleness +play/ERS7DG +playboy/SM +played/ecAafU +playful/PY +plays/fcaeA +plaything/SM +playtime/SM +PLC +plea/MS +pleas/SJGDk +plebeian/S +plebiscitary +pleural +pleurisy/SM +plexus/SM +pliability/SM +pliancy/SM +plimsolls +plongeurs +plop/MDGS +plover/MS +ploy's +plug-in/SM +plumage/MDS +plumbed/U +plumbing/M +plummy/T +plumpish +plunk/RGSD +pluperfect/S +plural/YqQsS +pluralist/SW +plurality/SM +Pluto/M +plywood/MS +pneumatic/YS +pneumatics/M +po/QY +pocketing/M +pocketknife/M +pocketknives +pod/DGSM +poem/MS +poetess/SM +poetic/S +pogrom/MS +Poinciana/M +point-duty +pointed/PY +point-to-point +pointy/T +poisoning/SM +polecat/MS +poliomyelitis/M +polish/DRSGJ +politburo/S +polite/IYPW +politicly/I +politico/SM +politics/M +polity/SMw1 +pollack/SM +pollinator/SM +pollute/DRSG +polychemicals +polycrystalline +polyethylene/MS +polygynous +polyhedra +polymorphous +polypropylene/SM +polytechnic/SM +pomade/MGDS +pommel/GDMS +pompous/YP +pond/MDSG +ponderer/MS +pongee/MS +pons/M +Pontville +pooh/DSG +poor/YPT +poorhouse/SM +Poowong +popinjay/MS +poplar/SM +poplin/SM +poppet/M +poppycock/MS +popular/QqsY +porch/MS +pore/GSD +pornography/SW1M +porosity/SM +porringer/MS +port/FGSIDA4CE +portable/4IA +portables +portage/DSGM +Portarlington +portcullis/SM +portentous/YP +portfolio/SM +porti�re/SM +Porto +Portsmouth/M +Portuguese/M +poseur/SM +positivism/M +positivity +possession/EMAK +possessive/MPYS +possessiveness/S +possible/ISY +post-dated +post-doctoral +posteriora +postgraduate/SM +post-haste +post-millennia +post-modernism +postpaid +post-production +postscript/MS +post-structural +post-structuralism +post-traumatic +potage/M +potash/SM +potato/M +pot-pourri/SM +potter/Zd +poultry/SM +pounding/M +pourri/SM +powderpuff +powder-puff +powered/f +powerhouse/MS +powerless/PY +pox/SM +ppm +ppr +PPS +pragmatics' +Prague/M +prairie/SM +prayerful/P +pr�cis/dMS +preach/RJL +pre-adolescent +preamp +prearrange/L +prebendary/M +prece/Q +precedence/SM +precedented/U +precipice/SM +preciser +preconceive +preconscious +predecessor/SM +predecessors' +pre-decimal +pre-defined +predicable/S +predicator +predict/GvBlVDS +predictability's/U +predicted/U +predictor/SM +predigest +pre-elect +pre-eminence/SM +pre-eminent/Y +pre-empt/DGVvS +pre-emption/SM +pre-exist/DGS +prefect/MS +prefer/lSG7D +preferable/P +preflight +pregnancy/MS +prejudiced/U +prejudicialness +preliterate +premarket +premiss/M +preparation/M +preparative/SM +preparedness/SM +prepender/S +prepends +preponderate/DNSGY +presbyopia/SM +presbyteral +presbyterate +presbytery/SM +preschooler/S +present/A7xSnDlGN +presentation/MA +presenter/MS +preservationist/S +pre-set/S +President/SM +Presidential +Presley/M +press/CDSGAFI +press-up/S +pressure/c +pressure-cook/G +pressure's +prestigiousness +presume/NXvlSkVDG +pre-tax +pretending/U +prevent/7vVul +preventer/M +prevention/SM +preventive/PS +prey/MDSG +prezzy +priapic +price's +pricing/f +pricking/M +prickle/MSDG +priesthood/MS +primogeniture/SM +primp/GSD +prince/SYM +princeliness/S +princely/TP +principal/SY +principality/MS +printing/SM +printout/S +priority/QSqsM +priory/SM +prise/FDAGS +pristine/Y +probabilist/1W +probably/I +probational +probative +proceeder/M +processed/AKU +processor's +procreate/GSxVNnDy +procreation/M +proctor/SMd +prodigious/YP +prodigy/MS +produce/cNSnGAD +produced/e +producible +product/vQVsuSM +productiveness/S +proficiency/SM +profile/RMGSD +profiteer/DGMS +profoundness/S +program/RGADS +programmability +programmed/CK +programmings +prohibitive/P +proliferation/M +prolificness +prolong/NnDGS +prolonger/M +promising/UY +promontory/SM +promote/xRGBSD +prompt/RYTGSDJP +proneness/S +pronominal +pronounce/LSGhD +pronounceable/U +proofread/RSG +propagandise/GSD +propane/MS +propel/RGnSND +propensity/SM +propitiate/yDGnSN +proportional/S +proportioner/M +proposal/MS +propose/RGNSxXD +propulsion/M +pro-Republican +proscribe/NVDSXG +prospector/MS +prosthetics/M +proteas/S +proteolysis/M +prot�g�/SM +prot�g�e/S +protuberance/S +provably +proved/AIU +proven/U +Provencal +provocation/M +provocativeness/S +provoke/RknvGVSNuD +provoked/U +prudishness/S +PS +Psalter +psephologist/M +psephology/1w +pseudonymous +psittacoses +psst/S +psychedelic/SY +psychoacoustics/M +psychoanalysis/M +psychocultural +psychokinetic +psycholinguists +psychometer's +psychometric/S +psychoneuroses +psychopath/ZWMS +psychosocial/Y +psychosomatic/S +psychosomatics/M +psychotherapist/MS +pt +p�t�/M +PTO +pubes +public/Qn3SMN +publicised/U +publish/SADG +Puckapunyal +puddler/M +Pudsey +puff/DRMG2ZS +puffy/TP +pule/GSDk +pulley/SM +pulpit/SM +pulpy/TP +pulsed/A +pumper +punctuality/SM +punctuality's/U +punctuation/M +puncture/DSMG +pundit/SM +pungency/SM +pungent/Y +punitive/PY +punkier +pupa/M +puppeteer/SM +puppetry/SM +Purbeck +purchasable +purchase/DASRG +purdah/SM +pure-bred/S +purge/NVRSDG +purify/DRSNnG +puris/W +purist/SM +purlieu/M +purloin/DGS +purpose/pD6SvujYGVM +purposefulness/S +pursue/RSDG +pursuit/SM +push/R7Dz2ZGS +pushiness' +pustular +putrefactive +putrefy/DSG +PVC +PX +pyaemic +pyre/MS +pyrolyse/WS +pyrotechny/Ww +pyroxene/SM +Pythagorean +pyx/SM +pyxidia +pyxis +q +Qatar/M +QC +qi +QPR +q-tips. +quadrangular/M +quadrant/SM +quadrille/SM +quadruped/MS +quadrupole +Quaker +qualified/Uc +qualifier/SM +quanti +quantified/U +quartet/SM +quartic/S +quartz/SM +quartzite/M +quay/MS +Quayle +queerness/S +quench/7RGDSp +querulous/Y +quest/FRASM +quested/A +questionnaire/SM +quick/STPY +quicklime/SM +quicksand/SM +quicksilver/SdM +quick-witted +quieter/E +quietness/SM +quilting/M +quinine/SM +Quinn +quipper +quire/ASI +quire's +Quirindi +quirkiness/S +quirt/GSMD +quittance/SM +quixotic/Y +quizzes +quokka +Quorn +quotidian/S +rabble-rouser +racehorse/SM +raceme/MS +Rachmaninov/M +Radford/M +radiance/SM +radicalism/SM +radioactive/Y +radioactivity/M +radiocommunications +radio-controlled +radio-telegraph/ZS +radio-telegraphy/M +radio-telephone/MS +radium/M +raffle/DMGS +ragamuffin/SM +ragged/P +ragout/SM +ragtag/M +railer's/C +railing/M +raincoat/MS +raindrop/MS +rainfall/MS +rain-making +rainproof +raise/GRSDJ +Raith +Raleigh +ramjet/SM +Ramsay/M +Ranchi +rancorous/Y +rancour/M +randomiser +ranee/SM +rank/SeDG +ransom/dMS +rap/3dGRSD +rapidity/M +rapscallion/SM +rarity/MS +rashness +rasp/GkMDZS +ratchet/dMS +rate/cSGD +rate-cap/G +ratify/GnDRSN +ratio/SM +ratiocination/M +rationalism/MS +rationalist/W +rattan/SM +rattlesnake/SM +raucousness' +ravage/RMGDS +raven/dMS +ravenous/Y +Raymond/M +razor-sharp +RDS +reaccession +reach/eScGD +reachable/U +react/vVG +reacting/c +reaction/y +reading/M +read-only +reafforest/N +realistic/UY +rearguard/SM +rearrest/G +rear-view +reasoned/U +reasoning/U +reassign/LG +Reba/M +rebel/GSMD +rebellious/Y +rebelliousness +rebook/SG +rebroadcast/M +rebuttal/SM +recalculate +recall/G7 +recapitalise/n +recension/M +receptacle/MS +receptive/Y +recess/SGNuXMDVv +rechargeable +recipe/SM +reciprocal/SY +reciprocate/DnGSN +recklessness +reckoner/M +reclaim/7 +reclamation/SM +recompense/GDS +recompile/Nn +reconciled/U +reconfigure/BNn +reconnect/G +reconnection +reconsecrate +reconsignment +reconstitute +reconstructed/U +recontamination +recorded/AU +recovery/S +recreant/YS +recreate/x +recross/G +rectangle/SM +rectify/7RGNnSD +recto/SyM +recuperate/GNDSnV +recur/GDS +recurrence/MS +recursion/M +redactor/SM +red-bloodedness +redcurrant/SM +redden/dS +redeemable/IU +redelivery/M +re-deployed +red-handed +redlining +redolence/M +redouble/S +redound/DGS +reducibility/IM +reducible/IY +reductionist/W +reef/DRMGS +reek/SDG +re-election +re-embody +re-enforce/L +re-equip/G +re-establish +re-estimate/N +re-evaluate +reeve/SGM +re-export/7 +refasten/d +refection/M +refectory/SM +reference's +referendum/SM +reffo +refine/LR +refit/DG +reflate/N +reflect/DvuSGV +reflectivity/M +reflex/Y +refluence +refluent +reforest/NnG +re-form/N +reformed/U +refractometer/SMW +refrozen +refurbish/G +refurbishment/S +refuser/M +reg/o +regicide/SM +regimen/SM +regional +regretful/P +regrettable/Y +regroup/G +rehabilitation/M +rehear/G +rehears/GD +rehearsed/fU +rehouse/G +Reid/M +Reigate +Reilly/M +reimbursable +reinforce/LSDG +reinterpret/ndN +reinvestigate +related/U +relation's/F +released/U +relent/DpSG +relenting/U +relevancy/ISM +relevant/IY +reliability/UM +reliable/U +religionist +rematch +remelt/G +reminiscent/Y +remix/G +Remo +remonstrance +remonstrant +remonstrate/GSNvVnD +remorsefulness +remote/TY +removable/I +remunerate/GvDNnSV +Remy/M +renaissance/S +Renaissance's +render/drJS +rendezvous' +renege/SDRG +Renison +Renmark +renominate +rental/SM +renunciant +renunciation/MS +renunciative +renunciatory +repack/G +repair/7Rm +repairs/E +reparation/SM +repatriate/nSNGD +rep�chage +repeal/G +repentant/YU +repertoire/SM +replenisher +reportable/U +reportedly +reports/a +representativeness +reprint/J +reprocess/7G +reproducibility's +Reptilia +Republican +repudiate/nSNDG +repudiation/M +repugnance/M +reputable/E +reputably/E +reputation/M +requiem/MS +require/GDL +requisite/SK +reroute/G +re-routeing +resat +resemble/DGS +residua/yo +resift/G +resin/d +resistance/SM +re-site/GSD +resoluteness +resolvability/M +resorcin +resound/k +resource/6pj +respectable/Y +restless/YP +restraint/SM +resurgence/SM +resurrect/DGS +resuscitator/SM +resynchronise/n +retaliate/SnVDGNy +retardant/MS +retention/MS +reticular +retinal +retool/G +retortion/SM +retributive +retrospect/VMv +return/7 +Reuters +rev/sQDSG +Revd. +revealing/U +revel/RySnGJDN +reverberate/SGDNn +reverential/Y +reversibility/M +revile/RSGDL +revisable +reviver/M +revivification/M +Revlon/M +revolt/DGk +revolutionist +rewarded/U +reweave +rewed/DG +Rex/M +Reynella +Rhee/M +rhenium/M +rhetorician/MS +rheum/1ZMW +rheumatoid +rheumy-eyed +ribald/y +ribosomal +Rica/M +rice-paper +Richardo/M +Richardson/M +Richey/M +Richter/M +Rick/MZ +Rickard/M +Rickie/M +riddance/M +Ridgefield/M +riding/M +riff/MS +right-hander/S +righting +rightly +right-thinking +rightward/S +right-winger/S +rigidity/S +rigour/SM +rile/GSD +Riley/M +rim/pGSMD +Ringling/M +ringside/RMS +ringtone +Rio/SM +ripely +ripeness/M +ripplet +risen/U +rival/DySMG +rive/CSGD +riverbed/S +Riverina +roach/MS +roadie/S +roadway/SM +roadwork/MS +rob/RDGS +Roberson/M +Roberta/M +Robinvale +Roche/M +Rochester/M +rock-climbing +rocker/Z +rocketry/SM +rockfall/S +Rockingham +Rogelio/M +Rogers +Roger's +roguish/YP +roil/DGS +Rolf/DM +roller-coast +rolling-pin/MS +roll-off +roll-over/S +Rolodex +ROM +Romanov/M +Romansh/M +Rome/M +Romeo/SM +Rommel/M +Ron/ZM +Ronald/M +Ronda/M +rondo/SM +Ronny/M +roof/DMRpGS +rooibos +rook/SM +rookie/MS +Rooney/M +Roosevelt/M +roost/MDSRG +rope/G7RMSD +Roper +Rory/M +rosary/SM +Roseberth +Rosella/M +Rosie/M +rosin/MdS +Ross +Rossi/M +Roswell/M +rota/vVyMS +rotatable +rotation/M +Roth/M +rotifer +rotisserie/SM +rottenest +Rotterdam/M +rotund/Y +rouble/SM +roulette/M +round/DRGPSTiY +roundabout/SM +round-arm +roundish +round-the-clock +rout/RDGJ +routeing/A +routine/SQMY +rowdy/TYPS +Rowe/M +rowing-boat/MS +Rowley/M +Roxie/M +royalty/MS +RPG +Rs. +RSI +Rube/M +rubicund +rubidium/M +Rubinstein/M +rubout +ruction/SM +rudiment/MS +ruefulness +ruffle/SGD +Rufus/M +ruled/U +ruling/SM +runabout/MS +Runcorn/M +Rupp +rusk/SM +Russia/M +rusticate/SDG +rutabaga/MS +ruthless/PY +Rutter/M +RV +Rwanda/M +SA +sabot +sabre/DSM +Sabrina/M +sack/SM6J +sackful/S +sacrilege/SM +sacristan/MS +sacristy/MS +sacrum/M +SACS +sadden/dS +saddlebag/SM +sadness/S +sadomasochist/WMS +safari/MS +safekeeping +safety/S +saffron/M +sailboard/SRG +sailborder's +Saint-Denis/M +saintly/T +Sakai/M +Sal/M +salamander/SM +salary/SMD +salesroom/M +salience/MZ +Salisbury/M +Salle/M +sallow/T +salmonellae +saloon/SM +salt-cellar/MS +salts/C +Saltwater +salubriousness +Salvador/M +Salvadoran/S +Salzburg/M +Samantha/M +Samaria/M +sameness +sample/cGD +sampler/MS +samurai/M +sanction/MGDS +Sander's +Sandoval/M +sandpaper/MdS +sane/TY +sangria/SM +sanguinary +sanguineness +sanitation +sanitisation +Sanskrit/MW +Santiago/M +Santo/SM +sapient +sapphire/MS +Saran/M +Sarasota/M +Saratoga/M +sarcasm/SM +sardonic/Y +Sargon/M +Sarina +sarsaparilla/SM +sartorial/Y +sartorius +Saskatoon/M +sat/d +sateen/M +satellite/SM +satinwood/SM +satisfaction/SEM +satisfactory/UY +Saturday/SM +Sauber/M +Saudi/SM +Saunders +saunterer +saut�/GSD +Savannah's +saveloy/M +Savoyard/M +savvy/D +sawbones/M +sawmill/SM +sawyer/SM +saxifrage/SM +Saxony/M +saxophone/3SM +Saxton/M +say/RGJS +Sayers +Sayre/M +scalder +scales/A +scaly/T +scamp +scanner/MS +scapegoat/SM +scapulae +scapular/S +scarify/DSNG +Scarlatti/M +scavenge/SGRD +scentless +sceptic/YSM +scheduler/MS +Scheherazade/M +schematic/S +schizo/S +schmooze +Schneider/M +schnozzle +school/KS +schoolchildren +school-day/S +schoolfellow/S +school-leaver/SM +schoolmarm +schoolmate/S +schoolroom/MS +school-time +Schr�dinger/M +Schumann/M +schuss/M +Schuster/M +Schuylkill/M +Schwarzkopf/M +Schweitzer/M +scintilla/Mn +scintillation/M +scold/RSDJG +scoot/RSDG +score/RMDpSG +scoreboard/SM +scoring/fe +scotch/SGDM +Scotland/M +Scottie/M +Scottsdale/M +Scotty/SM +scout/SDMG +scowler/M +scrambler/CMS +Scranton/M +scrap/rSdDRGZM +scrappy/T +scratched/U +scratchy/T +scream/RkDSG +screen/GSMDJ +screened/U +screenplay/SM +screenshot/S +scribe/CGISKD +scriber/IMCK +script/FMKS +scriptwriting/M +scrofula/M +scrotal +scrutiny/QsqSM +scuff/DGS +scummy/T +scythe/MDSG +sea/mSM +seaboard/MS +sea-chest +seafaring/SM +seafront/SM +sea-girt +Seagram/M +seaman/Y +seamer/M +seamlessness +seance/SM +seaquake/M +searched/A +Sears's +seas/c +seasonableness/U +seasonality +seaward/S +seaweed/SM +seaworthy/U +secede/SDG +secondariness +secondary/YS +second-degree +secrecy/MS +secretarial +secretion/M +sectarian/S +section/ESA +sectioned/A +section's/E +sectoral +sectored +sects/E +secular/YQq3 +sedate/SDnVYGN +sedative/S +sediment/NMnS +seductive/P +seedling/MS +seersucker/MS +Segovia/M +segregate/CNGDSn +Segundo/M +Seinfeld/M +seismometer/S +selected/U +selectivity/M +selenography/M +self-abuse +self-assertion +self-assertive +self-assured +self-confident/Y +self-consciousness +self-contradiction +self-control +self-criticism +self-delusion +self-discipline +self-evidence +self-fulfilling +self-fulfilment +self-glorification +self-induced +self-indulgence +self-interest/D +selfishness/U +self-justifying +self-locking +self-parody +self-perpetuating +self-referential +self-regard +self-reliant +self-restraint +self-sacrifice/G +selfsame +selfsameness +self-serving +self-surrender +self-taught +seltzer/S +semantic/3YS +semanticist +semaphore/SMDG +semasiologist/MS +semeiology/3 +semeiotician +semester/SM +semiarid +semicircle/SM +semi-conscious +semi-detached +semi-duplex +semi-final/3SM +semifinalist +seminarian/MS +semiotic/S +semi-permanent/Y +semiprecious +semi-precious +semiprivate +semisweet +semi-trailer +senate/SM +Seneca/M +senescence/M +Sennacherib/M +sense/npDGSMb +sensible/IY +sensitive/PY +sentience/MI +sentient/Y +sentiment/KSM +sentimentalism/MS +se�ores +separability/I +septennial/Y +septet/SM +septillion/HS +sepulchral +sepulchre/MoS +seqq. +sequin/MSD +sera's +Serena/M +serenade/DGSM +Seri/M +serial/QSqY +sericultural +seriousness +serpent/SM +serries +Ser's +serves/FKA +serving/FKA +sesame/SM +sett/RGMS7DJ +settable/A +settle/ALSDG +set-up/S +seven/HMS +Sevenhill +seventy/HS +seventy-eight/H +seventy-five/H +seventy-four/H +severable +severe/oYT +severity/SM +sewer/MS +sex-linked +sforzando/S +Sgt. +Shackleton/M +shadow-boxing +shadowless +shaggy/T +shaken/U +Shakespeare/M +Shakespearian +shake-up +shaking/M +shallow/STYD +shallowness +shammy's +shanghai/SGMD +shaped/aA +shareholding/S +Sharpe/M +sharpness +Shaun/M +shave/RDSGJ +Shavian +Shaw/M +Shawano/M +shawm/SM +shchi +sheave/DGS +she'd +sheeny/T +sheepdog/MS +sheepishness' +sheer/TYDGS +sheik/SM +sheikdom/SM +shellac/DSG +shelled/U +shellfire/M +shellfish/MS +Shelly/M +shenanigan/MS +Sherpa/MS +sherry/SM +shiatsu +shim/ZMDGS +shimmer/dSZ +shine/eSG +shingle/GSMD +shipborne +ship-breaker/SM +shipbuilder/SM +shipmate/SM +ships/A4 +shipwright/SM +shirr/DGS +shirtsleeve/MS +shiverer/M +shoat/MS +shock/SR7kDG +shockproof +shoebox +shoelace/MS +shoeless +shoemaker/MS +shoemaking +shoetree/MS +shogunate/SM +shoofly +shoot/7RSGJ +shooting-brake +shooting-coat/S +shopboy +shop-floor +shoplift/GDRS +shore/DSMG +Shoreham +shoremen +short/DTPMSZGY +shortage/MS +shortcake/MS +shortening/M +shortie +shortish +short-sighted/Y +short-winded +shots +shout/DRMSG +showed +shown +shrewish/PY +shrill/PSTYGD +shrinking/Y +Shrove +shrubby/T +shuffle-board +shuffles/A +shush/DGS +shyer +Si/M +sibilance/ZM +sibilant/SY +sick-leave +sickle-cell +sick-list +sickly/T +sickness/S +sick-pay +Sid/M +sidearm +sidereal +side-swipe/GDSM +sidetrack/SDG +side-trip +Siedenburg/M +Siegel/M +siesta/MS +sieve/DSMG +sift/RGSDJ +sifted/A +sightless/Y +sign/CRSAFDG +signboard/SM +signet/SM +signet-ring/MS +significant/IY +signore's +signorina/MS +Sikhism/SM +Silas/M +silence/RSGMD +silicone/SM +silicoses +silky/TP +silty/T +Silvan's +silverfish/SM +Simeon/M +similar/EY +simoniacal +simon-pure +simony/MS +simpleton/MS +simplex/S +simplify/RSGnND +simulacrum/M +sing/RS7GkD +Singapore/M +singeing +single-handed/Y +Singlet's +sing-song +sinisterness +sinless/Y +sinlessness +sintered +siren/MS +sirocco/SM +sissified +sissy/MS +sit-in/S +sitology's +sitting/SM +Siva/M +sixer +sixty-one +sixty-three/H +sixty-two +size/ADc +sizeable +sizes/A +skate/RMGDS +skateboard/RSDGM +skeleton/MS +skelter +sketchpad +sketchy/TP +skillet/SM +skin-tight +skipper/d +Skipton +skit/MS +skiving +skulduggery/M +skull/SM +sky/G7RSMDZ +sky-high +skylark/DSMG +skyscape/S +slab/MGDS +slack/SRYDGPT +slag/SDMG +slain +slang/ZGM +slap-happy +slapper +slave-bangle +slave-born +slave-drive +sleazy/PYT +sleek/SYDGT +sleekness +sleep/R2SMZGpz +sleety/T +slew/SDG +slid/r +slime/ZSM2 +slinger/S +slipstream/DGMS +slither/dSZ +sloganeer/G +sloppy/TP +sloth/6Mj +Slovakian/S +slow/STYPDG +slowcoach/MS +slug/SDRGM +slumberous +slung/U +slurry/SM +slyest +small-minded +small-town +smarted/e +smarting/e +smash/DRkSG +Smetana/M +smidgen/SM +smite/SG +smiter/M +smith/ySMZG +smithereens +Smithfield/M +Smithtown/M +smock/SDGM +smocking/M +smog/MZ +smoke-stone +smoking-room +smoothen/d +SMSA/SM +smudge/SZGDp +smugness' +Sn +snakelike +snakeskin +snarl/DkSYG +Snead/M +sneakers +sneezer/S +snick/RM +snide/PTY +snitch/DSG +snobbish/Y +snooker/d +snoopy/T +snowblower/S +snowflake/SM +snowmobile/SM +snowplough/GSDM +snowstorm/SM +snowy/T +Snr. +snuggle/DGS +so-and-so/M +social/qQY3sS +sociolinguistic/SM +Socrates/M +Socratic/S +soda/MS +soft-boiled +soft-pedal/DG +softy/MS +sogginess +solace/MDSG +solar +soldered +solders/A +soldiery/SM +soled/FA +solemnity/MS +solenoid/SM +solenoidal +sol-fa +solicit/dSn +solider +solidity/S +Solihull/M +solipsist/S +solitariness +soloist/MS +solubility/IM +soluble/EI +solved/U +solvent/AI +solvents/I +Solzhenitsyn/M +somehow +Somerset/M +Somerville/M +sonority/S +sons-in-law +Sonya/M +soonish +soot/MZ +sop/ZDGSM +Sophocles/M +sorbet/MS +sorcerer/SM +sordid/PY +Sorell +sorrel/MS +sottish +sou/SM +soubriquet/M +sough/DGS +soul-searching +source's/A +sourish +sous/SGD +Southampton/M +southbound +south-easterly +south-Eastward/S +souther/MY +southernisms +southernmost +southward/S +southwester/SM +south-westerlies +sower/SM +spacecraft/M +spaceport/SM +spadeful/SM +spadiceous +spaghetti/M +spam/DGMR +spammer/R +spar/MdkGDS +SPARCstation/M +sparling/SM +sparsity +Spartan/S +spastic/S +spate/SM +spatiality/M +spatula/MS +spawner/M +speak/7SJGR +specialised/U +specialism/SM +specialness +specimen/MS +speckle/MGSD +spectacular/SY +spectrometer/SMW +spectrophotometer/WMS +specular +speculator/MS +sped +speechifying +speechless/YP +speedboater +speleology/wM +spelldown/MS +spender/MS +spermatophyte/M +SPF +SPICA +spice/GZDSM +spidering +spiderlike +spiffy/T +spillover/MS +spilt +spinal/S +spindly/T +spine-chilling +spiritualist/W +spirituous +spit/RSG +splashdown/SM +splat/MSDG +spoilage/SM +spokesperson/S +spook/SZDGM2 +spoon/M6GDS +spoonbill/SM +spoon-fed +sporran/MS +sporty/TP +spotless/YP +spotlight/MGDS +spot-weld/GD +sprawl/SGD +sprayer/SM +spray's +spree/SMG +spring/SZRGz2 +Springton +Springvale +sprint/RSGDM +sprout/SGD +spruiker +spryer +spryly +spryness +spunky/T +spur/MGDS +sputterer +spy/GSMD +spyglass/SM +sq +sqrt +squat/PSDRGTY +squeamish/PY +squeezable +squelcher/M +squid/MSDG +squire/MGDYS +squireen +squirehood +squirmy/T +squirrel/DSYGM +squirreled +squirter/M +squish/ZG2DS +squishiness' +SSC +SSH +SSW +stableful/S +stable's/F +stablish +Stacie/M +stacker/M +Stacy/M +stadia +stadium/SM +Staffordshire/M +stage/ZBS2M +stager/M +stained/U +Staines +stakeholder/S +stalactite/SM +Stalin/M +stalking-horse +stampede/SM +stance/SIM +Stanford/M +Stanhope +Stanislavsky/M +Stanley/M +stannous +staphylococcal +stargaze/SRGD +stark/PYT +Starkey/M +starts/A +start-up/MS +statecraft +statehood/MS +stateroom/SM +states/m5 +statesman/Y +stationariness +stationary +stationed +stationer/SZM +station-wagon/SM +statistical +statistician/SM +statue/SDM +statuette/SM +staunchness +Stawell +stay-at-home +steady-going +steal/GS +steamboat/SM +Steele/M +Steen/M +steeplechase/MSG +steerage/SM +steerer/M +steeves +Steffen/M +Stella/M +stellar +stellate/D +stenography/WM +stentorian +stepchild/M +stepfather/MS +stepladder/SM +step-parent/SM +steppe/SDRGM +steppingstone/S +stereography/MW +stereoscopy/M +sterile/sqQ +sterilised/U +sterility/MS +stet/MSDG +Steuben/M +Stewart/M +stickleback/MS +stiff/TPYS +stigmatised/U +stiletto/SMD +stimulate/cDSG +stinkpot/M +stinting/U +stipendiary +stipulate/DnSNG +stipulation/M +stockbreeder/SM +stockholder/SM +stockinet's +stock-in-trade +Stockport +Stockton/M +Stockton-on-Tees/M +stocky/TY3P +Stoke/M +stole/SM +stolid/Y +stolon/MS +stomach-pump +stomachs +stonewall/GSD +stool/SM +stopgap/MS +stoplight/MS +stopover/SM +stormbound +storm-door/MS +storm-finch/MS +storm-sail/SM +storm-signal/SM +storyteller/SM +storytelling/M +Stout's +stowage/M +Stradivarius/M +straggly/T +straightforward/YP +strait-jacket/SMd +strata/M +Strathalbyn +Strathmerton +stratum/M +Stravinsky/M +strawboard +straw-worm/S +street/SM +streetwalking +strenuous/PY +stretched/c +stretchiness +'strewth +stria/nM +striation/M +strictest +strife/M +strike/SGRk +stringency/S +stringy/TP +strip/eSDG +strip-searched +stronghold/SM +strongish +strove +structuralist +strut/SGD +strychnine/M +stuccoes +stud/MSDG +studbook/SM +studied/PY +studio/SM +studious/PY +stuffer +stuffing/M +stumers +stun/DGS +stuntman/M +stupid/Y +Sturt +stutter/Sd +sty. +Stygian +style/ADSG +styler/SM +style's +stylish/Y +stylistic/S +stymie/SD +suasion/SEM +suaveness +Sub +subcommand/S +subcomponent/SM +subcultural +subdivision/M +subduction +sub-editorial +sub-head/J +subjectivist/S +sub-lieutenant/SM +sublimation/M +sublime/TDYGnS +submersible/S +submitter/S +suboptimal +suborder/SM +subordination/MI +subordinator +subscribe/cDAGS +subsequent/Y +subservience/M +subset/SM +subsidence/M +subsidiary/YMS +subsidised/U +subsonic +subspecies/M +sub-standard +substantiation/MFS +subterfuge/SM +subtest +subtitle/MGDS +subtleness' +subtract/DRvGSV +subtraction/SM +suburb/SM +suburban/qQ +subversive/PYS +sub-zero +successful/P +succour/SDpMG +succubus/M +succulence/M +suck/SRGD +sudden/PY +sue/RG7DS +Suez/M +suffering/M +suffix/DGSnM +sugary +Suggan +suggestibility/M +suggestion/SM +suggestive/P +suicide/SMo +suit/dMSg7l +suitability/U +suitable/U +suited/U +suitor/SM +sullied/U +Sumatra/M +summand/MS +summertime/M +sump/MS +sumptuous/KYP +sunbonnet/MS +sunburnt +Sundanese/M +sunfish/MS +sunflower/MS +Sunnite/MS +sunshade/SM +superannuate/DnNSG +superconductivity/MS +supercritical +super-dooper +super-doper +superego/SM +superintendence/Z +superintendency/M +superintendent/SM +superiority/SM +supernatural/YP +supernova/MS +supernumerary/S +superordinate +supersensitive +superstore/S +superuser/MS +supine/YP +supplely +supportability/M +suppressant/S +suppuration/M +surf/RMDGS +surface/RDSGM +surface-to-air +surfboard/GSM +surfeit/GSDM +surfing/M +surly/PYT +surpassed/U +surplice/MS +surreal +surrounding/M +Susette/M +suture/SMGD +suzerainty/SM +Suzy/M +swaddle/DSG +swaggie +swallowtail/SM +swamp/SZ2GDM +swanlike +Swansea/M +Swanson/M +swap/RGSD +Swarthmore/M +swash/SGD +swashbuckler/SM +Swazi/MS +Swaziland/M +sweat/RzSZGD2M +sweatshirt/S +swede/MS +Sweden/M +sweepstake/MS +sweetcorn +sweetheart/SM +sweetshop/MS +sweet-talking +swelling/M +swerve/DSG +swerving/U +swill/SGD +swim/RGS +swimming/Y +swimsuit/MS +swine/M +swingier +swinish/Y +swinishness +Swiss +switchboard/SM +switched-on +switching/M +swizzle-stick/SM +swore +Sydney/M +syllabi +syllabification/M +sylphlike +symmetrical/U +sympathetic/YU +synchronism/M +synclinal +syncopation/M +synoptic +syntactical +syphilitic/S +syringe/GDSM +tabletop/SM +Tabulam +tacit/PY +taciturn/Y +taco/SM +tact/FM +tactful/Y +tactfulness +tad/SM +taffeta/SM +Tailem +tailor/SdM +tailor-made +Taiwan/M +takeover/SM +taker/cfS +take-up +talent/SpDM +talk/vSVuDRGZ +talkie +talktime +tallow/MZ +Tallulah/M +tally/SGD +tally-hos +tally-ho's +talus/SM +tamarind/MS +tamazepam +tame/RG7YTSD +Tamil/MS +Tammie/M +Tampax/M +tampon/SdM +tan/DRGyTJSM +tandem/MS +tangential/Y +tangibility/IMS +tanglier +tango/DGSM +tankard/SM +tans/Z +tantalum/QsM-q +Tantra/S +taper/d +taproom/SM +taproot/MS +Taralga +tare/MS +Tarnagulla +taro/SM +tarpon/SM +Tarrytown/M +tart/TPDGSMY +Tasmania/M +tasty/YTP +Tate/M +tattooist/MS +Tatura +tauten/Sd +tax/nSlD7kJMG +taxable/U +taxi/MGDS +taxicab/SM +taxidermy/3SM +Tc +teacake/MS +teacupful/SM +team/MGDS +tear/6jGpMS +tear-drop/MS +tear-duct/S +tearless/Y +technetium/M +technocracy/SM +tedium/M +tee/dSMG +teen/ZS +teeny/T +teepee/SM +teethe +teetotalism/SM +Teflon/M +Teheran's +Tehran/M +telecast/RSG +telecommunication/M +Teledyne/M +telegram/MSDG +telekinesis/M +Telemann/M +telemetry/MS +teleology/wM +telepathic +televangelism/S +televisual +teleworking +tell/AGS +teller/SM +telling/Y +tellurium/M +temp/TDSRGM +Tempe/M +temper/dEMS +temperament/o +temperateness +temporarily +temporary/FS +tempted +tenanted/U +tench/M +tendentious/YP +tendinitis +tenner +Tennessee/M +tensile +tensor/SM +tent/DFMSG +tenter/M +Tenterfield +tenuousness +ten-year +tepidness +teratology/M +tercel/M +terminate/CnNVvS +terminus/M +Terrigal +terror/qQs3MS +terse/TY +terseness +Tesla/M +tessellation/M +test/FRCDSG7 +testability/M +testament/SM +testamentary +testate/I +testatrix +test-drive/G +testicle/MS +testicular +testimony/MS +testing/K +test's/F +Tetanic's +tetra/SM +TeX's +text/FSKM +textural +textured/U +Th +thalami +thalidomide/MS +thallium/M +Thameslink +thank/j6GpSD +that/M +Thatcherism +Thayer/M +THC +theatrical/S +theatrics +Thebes +their/S +theist/WSM +thence +theoretical +therapeutic/SY +therapist/SM +thereon +Theresa/M +thereto +thermionic/MS +thermometer/SMW +thermometry/M +Thermos/MS +these/S +Theseus +they've +thiamine/M +thick/YTP +thicket/MS +thickhead +thick-headed +thickish +thief/M +thigh-bone/MS +Thimphu/M +thing/M +thinker/MS +third-rate +Thirroul +thirteen/HM +thirty-first/S +thirty-one +thirty-second/S +thistle/SM +Thom/M +Thor/M +thorough/PY +thoroughfare/MS +those +thou +thoughtless/YP +Thrace/M +thrash/SJRGD +threat/SM +three-colour +three-cornered +three-line +threepenny +three-phase +threw/c +thrice +throatiness' +thrombus/M +throughput/SM +throwaway/MS +thrum/SGD +thrush/SM +thrust/SRG +thuggishness +thumbscrew/MS +Thunderbird/MS +thunderhead/SM +thunderous/Y +thunderstorm/MS +thunk +Thursday/MS +Tiananmen +tiara/SM +Tibet/M +Tibetan/S +Tiburon/M +tickle/GRDS +tick-tock/SGMD +tidiness's +Tiffany/M +tigerish +tightly-knit +tiled/U +tilters +tilth/M +Tim/ZSM +Timaeus +timberline/S +Timbuktu/M +timebase +timekeeping/M +timeless/Y +timely/TP +timer/MS +time-spans +Timex/M +timid/Y +timidness +timpani +tingeing +tinnitus/M +tin-opener +tinpot +Tintinara +tip/GRSMD +tippet/SM +tips/2zZ +tiptop +tirelessness +Tirol/M +Titania/M +titillation/M +title/SGAD +title's +titmice +titter/d +tittle-tattle +titular/Y +TKO +Tm +toadstool/MS +toady/GMDS +toadyism/M +tock/GSMD +toe/DSMG +togetherness +toilet/dyMS +toilsomeness +toil-worn +token/MQS +Tokyo/M +Tokyoite/SM +toll/DSG +tomtit/MS +tonal +tonality/SM +tone/IfSc +tonguing/M +Tonia/M +tonnage/MS +tonsil/MS +tonsillectomy/SM +tonsorial +tonsure/DMGS +too +tooled/A +tools/A +Tooraweenah +toothpaste/SM +too-whit +topography/W1MwS +topple/DSG +topside/SM +toque/SM +tormentor/SM +tornado/M +Toronto/M +torpid/Y +torque/DSMG +torso/MS +tortilla/SM +tortoiseshell/SM +torus/MS +Tosca/M +Toshiba/M +tot/DGoSM +Tottenham/M +touchwood +touchy/TYP +tough-minded +tour/CGSDFM +tourniquet/SM +towhee +towline/SM +townie/SM +tow-rope/MS +toxicity/SM +toxicology/3wM +toy/DSMG +Toyota/M +trace/pSJNRyMGnVBD +traceable/U +tracheal +trackbed +tracked/U +track-laying +trackless/Y +tract/ES7FA +tractability/I +tractor/FSAMC +trade-off/S +tradespeople +traduce/RSDG +traffic/RDGMS +traffic-calmed +traffic-calming +trafficking/S +trainable/UE +trainload +train-spotter/M +trait/E +traitor/SM +trammel/DSG +trampler's +tramway/SM +Tranmere +tranny/S +tranquillity/S +tranquilly/qQs +transceiver/SM +transcendentalism/SM +transcriptional +transferability/M +transfigure +transfix +transform/7R +transgress/NXVSGD +transistor/QSM +translucency/SM +transnational +transpire/nNSDG +transplant/N7n +transponder/M +transportation/M +transportee's +transsexualism/SM +transuranic +transvestite/SM +traverse/SGD +Travis/M +tray/MS +Trayning +treadmill/SM +treason/SM7 +treasury/SM +treats/A +trek/SMRGD +trembly/T +tremolo/MS +trench/AGDS +tress's/a +trial's/aA +triangular/Y +trichloromethane +trick/zMDGS2Z +trier/SM +trifid +trig/DSRG +trigger-happy +trihedral +trilogy/MS +trimming/M +triplet/SM +Tristan/M +tristate +trisyllable +triune +trivalent +trolleybus/S +tromp/GDS +troopship/SM +troubadour/SM +trousered +trove/SM +trowel/MS +T�rshavn/M +truce/SM +Trudeau/M +true/GTD +truncation/M +trunk/GMS +truss/GDS +trustful/P +trustiness +TRW +tryst/DGSM +T's +T-shirt/S +tu +Tuareg/M +tuba/MS +tubule/SM +tucker/d +tugboat/SM +Tulsa/M +tumble/RSDG +tumble-dry/DS +tumbrel/MS +tumbrils +Tumby +tummy/SM +tun/drW7ZS +tunable/C +tungsten/M +Tunisian/S +tunnel/JDRSGM +tunny/SM +turbocharged +turbocharger/MS +turbofan/SM +turbulent/Y +tureen/MS +turgidity/SM +Turing/M +turkey/SM +Turks/M +Turmenistan +turmeric/SM +turner/AS +turning/SM +turnip/SM +turnoff +turn-off/MS +turnout/SM +turpitude/SM +turquoise/SM +turreted +Tuscan +tussock/MSZ +tutelage/SM +tutor/dSM +tutorial/MS +tut-tuts +tux/S +tuxedo/MS +tuxedoes +'twas +Tweeddale/M +tweedy/T +tweet/RGDS +tweeze/GD +tweezers +twenty/SH +twenty-four/H +twenty-six/H +twenty-twenty +twiddle/DYSG +twig/DSMGZ +twiggy/T +two-edged +twofold +two-sided +two-way +Tyers +tympanum/SM +typed/U +type's +typewrite/RGS +typewritten +typographer/MS +tzigane +ubiquitous/Y +UCL/M +UDP +ufology/M +Ugandan/S +ukase/SM +Ukraine/M +ulnae +Ulster/M +ultracentrifuge/M +ultrasound/SM +ululation/M +umbrageous +umlaut/DSGM +UN +unabated/Y +unable +unacceptable +unaccustomed/Y +unambiguous +unappeasable +unarm/G +unauthenticity +unaware/S +unblessed +Unbrick +unceremonious +uncial/S +unclean +unclear +uncoloured +uncompetitive +uncomprehending/Y +unconditional +unconscionable/Y +unconsciousness +uncouple/G +uncouthness +uncross/G +unction's/I +unctuousness +undeniable/Y +undependable +undercut +underfeed/G +undergo +underhand/iD +under-investment +underlip +underpass/M +underrate/GDS +undersigned/M +understands/a +undertaking/M +undertow/M +underwood +undo/G +unending/Y +unergonomic +unevenness +unfaithfulness +unfamiliarity +unfatherly +unfavourable +unfelt +unfix/7G +unflappability +unfriendliness +unfruitful +ungentlemanly +ungulate/S +unhitch/G +unhorse +UNICEF +unicellular +unidimensional +unidirectionality +unintelligible +unison/S +unit/d +univalve/MS +universe/MoS +unlawfulness +unlike +unlimited +unloving +unmanageable/Y +unmet +unmistakable/Y +unmistakeable/Y +unmount/7G +unnatural +unnerve/k +unperturbed/Y +unpleasant +unpopular +unpopularity +unpretentious +unpropitious +unquote +unrealised +unreasoning/Y +unrepresentative +unrighteous +unscrambler +unselfconscious/Y +unsettle/ik +unshod +unshrinking +unsociability +unstable +unsuccessful +unsurpassable +unthinking/Y +unthought/6 +untrustworthy +unwieldy +unwiseness +unwomanly +unworldly +unyoke +upbringing/MS +upcoming +updraught/MS +upfront +upheaval/SM +UPI +upmarket +upping +uppish +upstage/SDG +upstanding +upstate +upstream +upswing/MS +uptight +uraemia/M +Urbana/M +ureter/SM +urinary +URL +Urochordata +urology/Mw +Uruguayan/S +USA +usable/AU +USAF +use/acSGAD +used/EUf +uses/E +USP +USSR +usurpation/M +usury/MS +uterus/M +utilising/A +utterance/MS +uttermost +v +vacate/nDGNS +vaccinate/SGD +vacillator/MS +vacuousness +vacuum/MS +Vacy +Vaduz/M +vagary/MS +vagina/MoS +vagrancy/MS +vagrant/SMY +vagueness +Valdez/M +valediction/MS +valedictorian/MS +valedictory/SM +valetudinarian/SM +valuable/SY +valuate/SDG +valuation/f +value-added +valuer/SM +valvules +vamped/A +vampire/SM +vamps/A +Vance/M +Vanderbilt/M +Vanessa/M +vanish/SGkDJ +variability/SIM +vasectomy/MS +Vasitis +Vatican/M +vaudevillian/SM +vault/RGMDS +Vax/M +VDT +vegetarian/MS +vegetarianism/MS +vehement/Y +velocity/SM +Vel�squez/M +velveteen/MS +Venables +veneer/DGSnMN +veniality/S +venom/SM +venous/Y +ventilation/M +ventral/Y +ventricle/MS +venturesome/Y +Vera/M +verbosity/MS +Verbrugge +verdant/Y +Verde/M +verge/FDSG +verifiable/U +verification/S +veritable/Y +verity/MS +veronica/SM +Veronique/M +versatile/Y +versatility/SM +verses/4 +version's/AI +vertebrae +vessel/SM +Vesta/M +veteran/MS +vexatious/Y +VFW +VHF +viability/SM +vial/6SM +vibraphone/SM3 +vicarage/SM +vice/CSM +vicegerent/SM +viceregent +Vice's +Vichy/M +vicious/YP +Vickers/M +vicu�a/S +Vida/M +Viet +view/KDRASMG +viewfinder/SM +viewpoint/MS +vii +viii +village/RSM +Villainage +villeinage/M +villus/M +vindication/M +vindicator/SM +vintage/SM +vinyl/M +Violette/M +violin/3SM +violinist +violist +violoncellist/S +viper/MS +viral/Y +virginity/SM +virology/M +vis/NXb +viscount/SM +viscountess/SM +Vishnu/M +visibly/I +visits/A +vitreous/Y +vituperation/M +viva/S +vivaciousness +vivarium/MS +vivisection/M3S +vizier/MS +VLSI +Vogts +voices/C +voicing/C +vol. +volatile/qQS +volcanic/Y +volcanism/M +vole/MS +volitionality +volt/ASM +voltage/MS +voltmeter/MS +voluble/Y +volumetric/Y +voluptuousness +vorticist +vow/DSMG +vowel/MS +voyageur/SM +voyeurism/SM +vulgarism/SM +vulgarity/SM +vulnerable/IY +Wada's +wagerer +waggish/Y +waif/MS +Waikato/M +Waikerie +waist/MDS +waive/SGDR +Walachia/M +Walcha +Walcott/M +Waldron/M +Wales +walkabout/SM +Walkerville +walkout/SM +wallaby/SM +wallaroo +wallet/SM +wall-eye/SMD +wallflower/SM +Walloon/M +wallpaper/SMd +Walpole/M +walrus/MS +Walt/RM +Walworth/M +Wandoan +wangle/DSG +Wanneroo +Wansbeck/M +wardrobe/SM +wardroom/SM +warier +warmness +Warner/M +warning/M +Warragul +warrant/GMDSZ7 +warranted/U +warranty/SM +Warrawagine +Warrego +Warwick/M +washable/S +washbasin/SM +Washington/M +washout/SM +washrag/MS +wasp/SM +wasp-waisted +waste-basket +wastefulness +waste-paper/M +watch/R6mSGDj +watched/U +water-borne +Waterbury/M +water-cooled +watercress/M +waterfront/MS +Waterhouse/M +watering-hole +waterline/S +watermill/S +water-resistant +watershed/MS +waterside/MS +waterspout/MS +watertight +Watervale +Watkins +watt/SM +wattle/MS +Waukesha/M +wayfarer/SM +waylaid +Wayland/M +waylay/GS +Wayne/M +weaners +wearingly +weatherboard/G +weatherproof/DGS +weather-worn +web/GSMD +Webster/M +Wedderburn +week/SMY +week-long +weep/GZS +weft/SM +Weidman/M +weighbridge +weigh-in +Weiner/M +Weinstein/M +Weissmuller/M +welcomed +weld/GSDR +Weldon/M +we'll +well-born +well-dressed +well-equipped +Weller/M +well-kept +well-paid +well-placed +wells +well-spoken +well-structured +well-thought-of +well-timed +Wentworth/M +wept +Westchester/M +Westerly/S +Westinghouse/M +wetback/SM +whack/DGS +whacker +what're +what's-its-name +Wheatland +Wheaton/M +wheedle/GSD +wheelbarrow/MS +wheelhouse/MS +Whelan/M +whereas +whereby +where'd +wherefore/S +where've +whew +whilst +whimsicality/MS +whiny/T +whiplash/MS +Whipple/M +whirlwind/SM +whiskered +whitebait/M +Whitefield/M +whitefly +whitewasher +Whittall/M +Whittier/M +Whitton +wholehearted/Y +wholesome/UY +whom +whooper/M +whosoever +Wickepin +wicket-keeper/MS +Wickham +wideband +widen/drS +wide-ranging +Widnes +widowhood/S +width/MS +wield/DRGS +wifeliness +wildebeest/SM +wilding/M +wildlife/M +Wildman's +wile/MGSD +Wiley/M +Wilfred/M +Wilhelmina/M +Wilkins +Willa/M +Williamtown +Wilmette +Wilpena +wilt/GSD +Wilton +Wiltshire/M +wily/TYP +Wimbledon/M +windbag/MS +windblown +Windhoek/M +windowpane/MS +windowsill/SM +windrow/MS +windswept +windy/TP +wineglass/SM +winegrower/MS +winery/MS +wingspan/MS +Winnetka +Winthrop +wire-haired +Wisconsin/M +Wiseman/S +Wisenheimer +wish/jRGZSD6 +withered +within +witness/DSGM +Wittenoom +Wittgenstein/M +witticism/MS +wives +wog +woke +Wokingham +Wolds +Wolfgang +wolfish/Y +Wolfson +wollomai +wolves +women/M +wonderful/P +Wongan +Woodberry +woodblock/S +woodcarving/SM +woodcock/MS +woodcraft/M +woodlice +woods/Z +woodshed/SM +woodwind/S +woodworking/M +woodworm/M +woof/DRGMS +wool-gathering +Wooli +Wooramel +woozy/YTP +wording/AM +Wordsworth/M +wordy/YPT +workfare/S +workhorse/SM +workhouse/SM +workload/MS +workmate/S +workstation/SM +worktable/SM +worktop/S +work-to-rule +worldly-wise +worm/DMZSG +worm-wheel +worried/U +worrisome/Y +worry/GRhDSk +worth/z2pMZ +wound/AU +wowser +wrack/MDGS +wraith/MS +wrestle/RSDG +wretched/P +Wrexham/M +wrong-headed/Y +wrote/Acf +wroth +wrung +wryness +Wudinna +WV +Wyatt/M +Wykeham +Wynn/M +X +Xavier +Xenix/M +XENIX/M +xenophobia/M +xiv +xv +xvi +yabber +yabby/SGD +Yakima +Yalgoo +Yamba +Yambuk +yammerer/S +Yamoussoukro/M +Yankeeism +yarmulke/SM +Yarrangobilly +y-axis +yeah +year/MYS +yearling/SM +year-on-year +year-round +yell/SGD +yellow/GSMZD +yellowhammer/MS +Yellowknife/M +Yellowstone/M +Yeppoon +Yerevan/M +yet +yeti/SM +yikes +YMCA +yoked/U +Yosemite +your/S +yourself +yourselves +youth/6MSj +yo-yo +Ypsilanti +yttrium/M +Yuan +yum-yum +Yves +YWCA +Zagreb/M +Zaire/M +Zamia +zeal/M +Zealand/M +zealously +zebu/SM +zed/MS +zeitgeist +zephyr/MS +zero/DMGS +Zeus/M +Ziegler/M +Zimbabwe/M +zinnia/MS +zip's +zirconium/M +zodiac/SM +zodiacal +zoom/GSD +1 +1th +6 +6th +abandoner/M +abate/GDLS +abbes +abbess/MS +abbey/SM +abbot/SM +Abbott/M +abdicate/DSNnG +abdomen/SM +abduct/SGD +Abe/M +Aberdeen/M +abettor/SM +abhorrer/M +Abigail/M +abject/YP +abjection/SM +ablate/DGS +able/vNnVTY +abnormality/MS +aboriginal/S +aborter +abortionist +abrader/M +abrasive/SM +abridged/U +abscissa/SM +abstain/SRDG +abstemious/YP +abstention/SM +abstractness/S +abstruse/TPY +absurdness/S +abuses/E +abusing/E +abyssal +Abyssinian +Ac +academician/MS +accelerate/SkNDGVn +accented/U +accepted/U +accessible/YI +acclimation/M +acclimatization +accommodating/U +accordant/Y +accordion/3SM +account/BGJSlDM +accountability's/U +accountably/U +accountancy/SM +accounted/U +accumulate/uSGNVDnv +accusal/M +accuse/nRkDGS +acerbity/MS +acetaminophen/S +acetone/SM +achievers/c +achieves/cf +aching/KY +achromatic +acidification/M +acidify/GSND +acidulous +Ackerman/M +acknowledgeable +ACM +acoustic/YS +acoustical +acquisition/AM +acreage/SM +acrimoniousness/S +acrobatic/S +acrobatics' +acted/c4A +action/IS4MA +Acton/M +actress/MS +actuarial +actuary/MoS +actuator/MS +acuity/SM +acumen/MS +acyclic/Y +adagio/S +Adair/M +adamant/SY +adaptive/P +addict/DVuGS +addition/MSo +add-on/S +addressed/aA +addresses/aA +adduction/M +Adele/M +Adelong +adherence/SM +adherent/YSM +adios +adjourn/GDLS +adjudication/M +adjuster/SM +adjustive +admission/AM +admitted/Y +adolescence/KS +Adolph/M +adopted/UA +adoption/M +adopts/A +adore/lnNDRSGk +adorned/U +Adriane/M +adrift +adulate/SnNDyG +adumbrate/nDvGSNV +adust +Adventist/MS +adventurer/SM +adverb/SoM +advert/QsSG +advice/MS +advocacy/SM +Aegean/M +Aeolian +aeon/SM +aeroacoustic +aerodynamics/M +aeronautical +aeroplane/SM +aerosol/MS +Aesop/M +aestivate/N +affable/TY +affect/DkSiVvhGNn +affectation/M +affinity/MS +affrication/M +afoul +Afrikaans +afro +after-effect/SM +aftermost +afternoon/SM +afters/M +afterword/SM +agate/MS +Agave +ageratum/M +Aggie/M +agglutinate/nVDGNS +agglutinin/MS +aggravate/nGDNSk +aggregately +aggregative/Y +agile/TY +agister +agitate/VhGNDnS +agitprop/MS +Agnathia +Agnes/M +agnostic/MS +agog +agony/sQS +Agra +agree/GEdLSl +Ahab/M +Aidan/M +aided/U +aide-de-camp +aide-m�moire +Airedale/M +airfreight/DGS +airlock/SM +airplay/S +airsickness/S +airspeed/SM +airwaves +airworthy/TP +ajar +akin +Alabamian/M +Aladdin/M +Alameda +Alamo/S +alarm/GDSk3 +albacore/SM +albatross/MS +Alberta/M +albinism/SM +albino/MS +alcoholic/SM +alcove/DSM +aleph/M +Aleppo/M +Aleut +Aleutian/M +A-levels +alewife/M +Alex/M +Alexandria/M +algae +algebraic/Y +Alger/M +alginate/SM +ALGOL +Algonquin/M +Al-Haili +alien/MNn3S7DG +alienable/IU +alienist +alinement's +aliveness' +alkali/SM +alkyd/S +allegiance/MS +allegory/Mw3SW1 +Allen/M +alley/SM +alleyway/MS +alliance/aSM +allies/M +allocate/ASDnCGNK +allophone/SMW +Allora +allot/LSDG +allspice/M +all-star +allusion/M +allusiveness/S +ally/GDS +Alma +alms/m +alnico +along +aloud +alpaca/MS +Alpert/M +alpha/SM +alpines +Al-Qaeda/M +Al-Qa'ida/M +al-Quenda/M +Alroy +Alsace/M +alter/7dS +alteration/MS +altered/U +alumina/SM +alveolar/Y +al-Zawahiri +amalgamate/DGS +amass/DSG +amateurishness/S +Amazonian +ambassador/SM +ambidexterity/SM +ambidextrous/Y +ambiguous/PY +ambrosial +ambulatory/S +ambuscade/SMGD +amends/M +Ami +amidships +Amish/M +amity/SM +ammeter/MS +amnesia/SM +amniocenteses +amniotic +amok +amongst +ampere/SM +amphitheatre/SM +amplitude/MS +amulet/MS +anabolism/SM +Anaheim/M +analecta +analgesia/SM +analogousness/S +analysable +analysand/SM +analysis's +anatomy/Q3w1WMS +ancestress/MS +ancestry/SM +anchoritism/M +anchovy/MS +ancient/YPTS +Andamooka +anecdotal +anemometry/M +aneurysm/MS +Angelina/M +angiography +angle/RMDSJG +Anglesey/M +Anglican/MS +Anglo-Indian +Anglo-Norman +anglophone/MS +angstroms +angular/Y +anhydride/M +animated/A +animist/WS +animosity/MS +Anita/M +anneal/SRGD +Annette/M +annexation/M +annihilator/SM +anniversary/SM +annotate/GnNVDS +annoy/kGDRS +annuli +annum +annunciate/nSDGN +annunciation/M +anode/MQSW +anodyne/MS +anorectic/S +another/M +Anselm/M +ANSI/M +Anson/SM +answerable/U +antacid/SM +ante/MS +antedate/DSG +anthem/SMd +anther/MS +anthrax/M +anthropoid/S +anthropometry/WM +anthropomorphising +anthropomorphous +antidisestablishmentarianism/M +antigen/WSM +Antigua/M +antihistamine/SM +anti-hunt/G +antimacassar/SM +antimalarial/S +antimatter/SM +antimony/M +antinomy/M +antioxidant/SM +antiquarian/SM +antiquary/SM +antiquity/SM +antiresonance/M +antisepsis/M +Antoine/M +Antoinette/M +antonym/MS +antsier +antsiest +Antwerp/M +anus/MS +anyhow +apathetic/Y +aper/A +aperitif/S +aphid/SM +Apia/M +apices's +apiece +apish/YP +APO +apolitical/Y +Apollo/M +apology/SsQ3M +apostate/SMQ +apotheoses +Appalachia/M +Appalachian/SM +apparatus/MS +apparition/MS +appear/RDGS +appears/EA +appease/LRGDS +appetising/UY +Appleton/M +applicator/SM +applier/aM +appliers +appointive +apposite/xY +appraisal/MAS +appreciate/SNuyvGnDV +appreciated/U +appreciative/PIY +appreciator/MS +apprehensiveness/S +apprentice/SGMD +approach/BRDSG +approbate/Nn +appropriateness/ISM +appropriation/M +aproned +apropos +apsis/M +aqua/MS +aquaria +aquarium/MS +aqueous/Y +aquiculture's +aquifer/SM +Arab/SMW +Arabia/M +Arafat/M +Aramac +arbitrament/SM +arbitration/M +arbour/MDS +arbutus/MS +arcana/M +Arcanum +arch/DSTRPyGYM +Archaean/M +archaeology/13wSM +archaicness +archbishopric/MS +archdiocesan +archiepiscopal +archness/S +Ards/M +area/MS +arenaceous +areolar +Areolas +argent/SM +Argentinean +argon/MS +Argos/M +argumentative/PY +Argus +argy-barged +Argyle +aridity/MS +arisen +Aristophanes +Aristotle/M +arithmetica +Arizona/M +armada/MS +armadillo/SM +armband/SM +Armidale +arming/M +Arnhem +around +arousal/SM +Arpanet/M +Arrabury +arrangeable +arranges/AEK +arranging/EKA +arrears +arrestee/SM +arrhythmia/MS +arrogation/M +arteriosclerosis/M +artful/P +arthropod/SM +articulator/SM +artifice/SoRM +artwork/MS +Aryan/MS +Ascaris +ascends/A +ascension/M +ascertain/LDG7S +Ascot/M +ascribe/DGNXVS +asexual/Y +asexuality/SM +asher +Asian/MS +ask/RGDS +asp/WSM +asphalt/SDGM +asphodel/SM +asphyxiate/SDG +asphyxiation/M +aspirant/SM +aspire/NxnDSG +assassination/M +assault/VGSvuDM +assay/DRSG +assemble/RGYESD +assemblywoman/M +assessed/A +assesses/A +asseveration/M +assigns/KCA +assimilable +associate/EGDSNn +associateship +association/EM +associational/Y +associative/Y +associativity/S +associator/SM +assure/RDhiSGk +assures/A +assuring/AY +Assyrian/M +Assyriology +Astana/M +asterisk/GSMD +asthma/WSM +astonish/DkLGS +Astoria/M +astound/SDkG +astronautics/M +astrophysical +astute/PTY +ataxia/SM +ate/BS +atelier/MS +Athens/M +Atherton/M +athletics' +Atlantic/M +Atman/M +atomistic +attainably/U +attainer/MS +attainment/MS +attentionality +attenuation/M +attenuator/SM +attester/M +Attila/M +attire/SDG +attitudinise/DSG +attractant/SM +attraction/MS +attractivenesses +attributive/S +au +auction/DGSM +audacity/SM +audibility/SMI +audible/YI +audition/GMD +auditorium/SM +august/TPY +augustness/S +auricular +Aussie/SM +australite/S +auteur +authentic/YNn +authenticate/SGD +authorial +authoritarian/S +authoritarianism/SM +authoritative/YP +authoritativeness/S +autism/SM +autobiography/1MSwW +autocorrelate/DSGNn +autocrat/SM1W +autodidact/MSW +automata +autopsy/DSGM +autoregressive +avail/BlGSD +avant +avant-gardism +avarice/SM +avenged/U +Aves/M +aviary/SM +aviator/SM +avitaminosis/M +avocation/oSM +avocational +Avon/M +avouch/DGS +avowing/E +awakener/M +awakening/S +aware/P +away +awesome/YP +awing/c +awkward/PTY +awl/SM +awoke +Axel/M +axillary +axiom/M1SW +ayah/SM +ayatollah/S +aye/SM +Ayers +Aziz/M +Aztecan +babe/MSZ +baby/TDMGS +babyhood/SM +Babylonian/MS +baccalaureate/SM +bachelor/MS +bacillus/SM +backboard/MS +backchaining +backfill/GSD +backlit +backorder +backplate/SM +back's/e +backscatter/dSM +backstretch/MS +back-to-back +bacon/MS +bacterial +bactericide/SM +badger/d +badmen/M +badminton/M +bagpipe/RSM +bah/S +baize/M +baked/U +Bakelite/M +balaclava/MS +balance/IDcSUeA +Balcanoona +Baldwin/M +bale/DjRM6SG +baleen/MS +baleful/TP +balkanise/nGSD +ballad/SyM +ballfields +ballistic/S +Ballymoney/M +balminess/S +baloney/MS +balsam/dSM +Baltic/M +Baluchis +banal +banana/SM +Bancroft/M +bandager/M +bandeau/M +bandmaster/MS +bandpass +bandstand/SM +Bangalore/M +Bangladesh/M +banknote/S +banquette/SM +bantamweight/SM +banzai/S +baptism/SoM +baptist/SM +baptistry's +bar/mdDJGSM +barbaric/Y +barbarise/SGD +barbershop/MS +barcarole/SM +bard/WDSGM +Bardic +barefaced/YP +Barents +barfly/SM +bargepole/M +Barkly +bark's +Barmah +barn/SDG6M +barnacle/SDM +Barnstaple/M +barnstorm/DRSG +baron/MS +barracker/M +Barrett/M +barricade/DMGS +Barry/M +bars/UCE +Bartlett/M +Bartley/M +Barton/M +basal +basalt/MWS +baselessness +bash/6SDJjG +bashfulness/S +basilica/MS +basinful/S +basset/MS +Basseterre/M +Basse-Terre/M +Bassett/M +bassoon/3SM +bastard/YSZQqM +bastion/DM +Batavia/M +Batchelor +batcher +bater/C +bathwater +batik/MS +battalion/SM +batten/dMS +batter/Zd +battledore/SM +batty/T +Bavaria/M +bawd/2SZzM +bawler/M +Bayonne/M +BBC/M +bbl +be/Y +Bea/M +beagle/MGSD +beam-width +beaner/Z +beanstalk/SM +bear-baiting +beard/SMGDip +bearskin/MS +beaten/U +beating/M +Beauchamp's +Beaverton/M +Beckett/M +Becky/M +BECTa +bed/RGJDSM +Bedarra +bedchamber/M +bedfellow/MS +Bedfordshire/M +bedim/GDS +bedlam/MS +bedmaker/SM +bedpost/MS +bedroll/MS +bedside/SM +bed-sitter +bedspread/MS +beebread/MS +beech/MS +bee-keeping/M +beeline/SDGM +Beenleigh +befall/GS +beggar-my-neighbour +beginning/M +begum/SM +behaver/a +behaviourism/SM +Beirut/M +Belarus/M +belay/DGS +Belgrave +belief/SME +believe/lSRBGD +believer/ESUM +Bellbrook +belletrist/SWM +belligerency/SM +bellow/GDS +Belmopan/M +belted/U +belvedere/M +bemuse/hGLSD +bencher/M +bend/RG7DS +Benedictine/M +beneficent/Y +beneficiary/SM +Benelux/M +Benin/M +Benjamin/M +Bentley/SM +Benton/M +Benz/M +bequeath/SDG +bereft +Bergen/M +Berger/M +Bergman/M +Bergstrom/M +beribbon +Berlin/rM +Berlioz/M +Berlitz/M +Bernadine/M +Bernhard/M +Bernhardt/M +berserk/S +Bertha/M +Berwick/M +Berwick-upon-Tweed/M +bes +beset/GS +besmirch/DGS +besought +Bessel/M +bestiary/MS +bestow/DGS +bestridden +bestrode +best-selling +betake/SG +betaken +betatron/M +bethink/GS +bethought +betoken/dS +betrayal/SM +Betsey/M +Betsy +Bette/MZ +Beveridge +bewhiskered +beyond +bezel/SM +Bhopal/M +biasses +Biblicist/SM +bicarbonate/SM +bicentenary/S +bicentennial/S +biddable +bide/DSG +bidirectional/Y +biennial/SY +Bigelow/M +Biggenden +biggish +bijection/SM +bijective/Y +bijoux +bilge/SMGD +Bilharzia +bilinear +bilious/P +bill/7RGDSYJM +billet/dSM +Billiluna +Billy/M +bimbo/MS +bimodal +bimolecular/Y +bimonthly/S +Binda +bindle/M +Bindoon +Binghamton +binnacle/MS +biochemist/SyM +biodegradability/SM +bioengineering/M +bioethics +biofeedback/SM +biologic/S +biomass/SM +biomedical +biomedicine/M +biomolecule/S +biophysical +biophysics/M +biorhythm/S +bioscience/S +biosphere/MS +bipartition/M +biracial +birdseed/SM +Birdsville +birth/GMDS +birthplace/MS +Biscay/M +bise +bisector/SM +bisexual/YSM +bisque/SM +bistro/SM +bit/rZkSM2 +bitchiness/S +bits/C +bitterest +bitumen/MS +bizarre/YP +Blackadder/M +blackbird/GMDS +Blackburn/M +blackcurrant/SM +blacken/dS +Blackfoot/M +Blackheath +blacklister +Blackwood +bladderwort/M +blade/SMDG +blamelessness' +blameworthiness/S +blameworthiness' +Blanchard/M +blank/YDTPMGS +blankness/S +blare/kSDG +blarney/DGSM +blatant/Y +blatherer +bldg +bleater/M +bleed/RJSG +bleep/RDSMG +blessed/P +blight/GSZDM +blindfold/DSG +blithesome +Bloch/M +blockade/RSMGD +blockhouse/SM +bloke/SM +blood-letting/MS +bloodshed/SM +bloodsucking +blood-word's +bloodymindedness +bloom/RGSDM +Bloomington/M +blowfly/MS +blowgun/MS +blowhole +blowpipe/SM +blowsier +blue/PDMTYSZGJ +bluebill/M +bluebottle/SM +bluegill/MS +blue-green +bluejeans +blueness' +bluenose/SM +blueprint/DGSM +bluesy/T +bluing/M +blurb/DMGS +blurt/GDS +blushing/UY +bluster/drkSZ +blvd +Blythe/M +board/DRSGJM +boardroom/SM +boasts/e +boating/M +boatload/SM +boatmen/M +Bobbie/M +bobbysoxer's +bockwurst +bod/dSM +Bodalla +bodysuit/S +bodywork/MS +boffin +Bogan +bogus +bohemian/S +boiler/MS +boilerplate/SM +boisterous/YP +bola/MS +Bolac +Bolivia/M +Bollinger/M +Bollon +Bologna/M +boloney's +Bolshie/M +bolted/U +bolus/MS +bombard/LSDG +bombing/M +bond/GmRDSJM +bondholder/MS +bongo/MS +Bonner/M +bonsai/SM +bonzer +boogeyman's +bookkeeping/M +bookmarker +bookseller/MS +bookshelf/M +boom/DGS +boomer/M +Boonah +Boone/M +boor/SM +boosterism +Bootle/M +bootstrap/SDMG +booze/RMZSGD +borderland/SM +bore/RkDWJSG +Borg/M +boring/M +Borneo/M +borrowing/M +boson/SM +boss/2MZSGDz +bossism/SM +Boston/M +bosun/M +botanical/S +botch/RDSG +both/Z +Botham/M +bottommost +bottom-up +Boucher/M +boudoir/SM +bough/SM +bought/c +bounded/P +boundless/YP +bountiful/P +bountifulness/S +bourses +Bowen/M +Bowie +bowing/M +bow-legs +bowsprit/MS +bow-wow +bowyangs +bowyer/MS +box/R2ZSDG6M +boxful/M +boysenberry/MS +bra/WpSM +bracer/M +bracketing/M +brad/GdDSM +Brady +Brahms +braider/M +Braidwood +brain-damaged +brainlessness' +brainstorming/M +brainwasher/M +brambling/M +bran/SDGM +branch/MSDG +branching/M +branchlike +Branchville/M +branding's +bras/2GDZz +brash/STYP +brattled +bratty/T +brave/yTPSDYG +brazen/dPSY +brazier/SM +Brazzaville/M +bread-and-butter +breadboard/DGMS +breaker/SM +breakneck +breakpoint/DGMS +breakup/SM +breastbone/SM +breathlessness/S +breathy/T +breccias +Breeza +Bremen/M +Bremer +Brentford/M +Brentwood/M +brewery/SM +Brian/M +Briary's +bribery/MS +Bribie +brickyard/M +bridegroom/SM +bridesmaid/SM +Bridewell/M +Bridgenorth/M +bridging/M +briefest +briefly +briefness/SM +Brigadoon/M +Brigham/M +brilliancy/SM +Brindabella +brine/MZSDG +brininess' +brioche/MS +briskness/S +bristle/DMYGS +Britten/M +broadcloth/MS +broaden/rJdS +broad-minded/Y +broadsheet/MS +Broadwater +Broadway/M +Brock/M +brokerage/SM +bronchiolitis +bronchitic/S +bronchus/M +Bronte +bronze/GDMS +broodmare/MS +broody/TP +brooklet/MS +brothel/SM +brother/dY +brotherhood/SM +brownie/MTS +Browning's +brownnoses +Brubeck/M +brunch/SGDM +brunette/SM +brush/SGZMD +brutalism +brutish/PY +Bryce/M +BSA +B.Sc. +b�te/S +b�tise +bubbly/T +bubo/M +Buchenwald/M +buckhorn/M +bucksaw/SM +bucktooth/DM +budging/U +buff/SAGD +buffeters +buffeter's +buff's +bugaboo/SM +Bugatti/M +builds/cA +built/Ac +built-in +Bujumbura/M +bulblet +bulbous +bulimic/S +bulletin/dSM +bull-headed +bullheadedness/S +bullheadedness' +bullied/M +bullion/SM +bullpen/SM +bullshit/RGSDM +bullying/M +bum/TDGRSM +bumble/RMSkDG +bunch/GMZSD +buncombe's +bunco's +Bundestag/M +bungee/MS +bunkum/M +bur/GDYSM +burble/SGD +burdock/SM +bureaucrat/1QSMqW +burgess/SM +Burgoyne/M +burier/M +Burk/M +burler/M +burliness/S +Burlingame/M +burly/TP +burn/7SRDGkJ +burnish/RDSG +burnoose/SM +Burrawang +Burrinjuck +burst/SZG +Burton/M +Burundian +bush/GSmDJZ2M +bushfire +bushiness/S +Bushnell/M +Bushoo's +bushranger +bushranging +bushwhack/DGRS +businesspeople +busmen +bustard/SM +butter/rdZ +butterfat/MS +butterfly/SM +buttery/ST +butting/M +button/SUd +buttonweed +buttonwood/SM +buttress/SDMG +butyl/M +buxomness +Buxtehude/M +buyout/S +buzz/SZRDGM +buzzword/MS +by +bye-bye +bye-law/SM +by-lining +byplay/S +byre/MS +Byrock +bys +c/nN +Ca/y +cab/GDNXSMV +cabala/SM +cabby's +Cabramurra +CAC +cacophonous +caddie +cadge/GDRS +caduceus/M +caecal +caecitas +caesarean/S +caesium/M +caesura/SM +cafes +cagier +Caicos/M +caiman's +Cain +Cajun/SM +cake/DMGS +cal/JDGR7 +calabash/MS +calamari/S +calcify/NGnDS +calcimine/GSMD +Calcutta/M +caldera/MS +caldron's +Caledonia/M +calibre/NMnS +calico/M +California/M +caliphate/MS +Callaghan/M +calliper/SM +callisthenics/M +callow/PTS +calls/aA +calmness/S +calumniate/GNSDn +calve/GDS +Calvert/M +Calvin/3M +Calvinist/W +calyces's +calycle's +Cambridge/M +Cameroon/M +Camfield +Camino/M +campanile/MS +campanology/S3Mw +Campbelltown +camps/C +campy/T +canap�/S +Candace +candelabrum/M +candidness/S +candlepower/MS +Candler/M +candlestick/SM +canker/dMS +cankerous +Cann +cannibalism/SM +canniness/S +Cannock +cannonade/SGDM +canny/UPY +canonised/U +can-opener +canter/d +Canterbury/M +canticle/SM +cantor/MS +cants/A +capabler +capacitate/I +capacitative +capacities/I +capacitor/SM +caparison/SM +cape/DMS +Capella +Capilano +capitalise/cGADS +capo/SM +caprice/SM +capricious/PY +capriciousness/S +caprylate's +capsular +capsulares +capsulated +capsule/DSQMG +Capt. +captive/NSMn +Capuano +caput's +Caracas/M +caravan/DGMS +caravel/SM +caraway/SM +carbolic +carbon/NsQWMnqS +carbonaceous +carboniferous +card-carrying +cardiograph/SM +careen/DGS +careful/PT +carefulness/S +caregiver/S +carelessness/S +Carey/M +caricaturization +Carina +caring/U +Carla +Carlin/M +Carlton +Carmarthen/M +Carmen/M +Carnegie/M +carnet/MS +carnie +carol/DRSGM +Carolina/SM +carotis +carpel/MS +carpenter/MdS +carpentry/SM +carrageen/M +carriageway/SM +Carrickfergus/M +carry-cot/SM +Cartier +cartload/SM +cartography/WSM +cartoon/GDMS3 +cartridge/SM +Cartwright +carven +Cary/M +Carys +case-load/SM +cassia/SM +cassino's +Cassius +cassowary/SM +castaway/SM +caster/Nn +castigation/M +Castlereagh/M +cast-off/S +castor/MS +casualty/MS +Catalonia +catalpa/SM +cataract/SM +catatonia/SM +catchy/T +catecholamine/SM +caterpillar/MS +cathartic/S +Cathay +cathedral/MS +catheter/QMS +cathodal +catholicity/MS +catlike +catnap/DGMS +catsuit/SM +Caucasian/S +caught/U +causate/Vv +causative/S +causerie/MS +cautionary/K +caution's/K +cautiousness' +cave-in +Cavenagh +cavitation +cavort/GSD +Caxton +Cayman/MS +Cayuga/M +CCTV +CDT +ceaseless/PY +Cecilia +cedar/MS +celerity/SM +Celeste +cello/M3S +cellophane/MS +cellphone/SM +cement/DRGSM +censorious/YP +centennial/YS +Centralia +centralism/M +centreboard/SM +centrepiece/MS +centurion/MS +cerebellum/SM +cerebral/S +cerebrum/SM +cerement/SM +cermet/MS +certificate/SDM +cessation/MS +cesspool/MS +cetacean/S +CFC/S +Chadwick/M +Chaetognatha +chafe/DSG +chaffinch/MS +chainlike +chain-smoke/GD +chairlady/M +chalkboard/SM +challenge/DRGSk +chammy's +chamomile/MS +champagne/MS +champers +chancellorship/MS +chancer +chanciness/S +chancre/SM +chapel/ySM +chaperon/d +chaperone/MS +Chaplin +char/GS5D +characterised/U +Chardonnay/S +charge/DRESG +charity/SM +Charlie +Charlotte/M +Charlottesville +charming/T +Chartism +chartist +chastity/SM +chateau/SM +chateaubriand +chatter/rdS +chauffeur/MGDS +Chautauqua +cheapen/Sd +check-in +checkout/S +checkpoint/SM +checksum/DSMG +cheeseparing/S +Chelmsford +chem. +chemical/SYM +Cheng +chequebook/SM +Cherokee/S +cheroot/MS +cherry/SM +cherubism +Chesapeake +chessboard/MS +chest/DSZ6M +chestful/S +Cheviot/MS +chewiness/S +chewy/T +chianti/M +chide/kDSG +chiefly +Chihuahua/S +child/pM +childcare +childhood/MS +children/M +Chile/MS +chilli/M +chimney/SDM +chimpanzee/SM +chinchilla/MS +chink/DMGS +chinstrap/S +chin-strap/MS +chiropractor/SM +chirpy/T +chisel/DGSRJM +Chisholm +chit/SM +chivalrously/U +Chlamydiae +Chloe +chock-full +choler/SM +chomp/DSG +chook +choosiness/S +chophouse/SM +choppiness/S +chopstick/MS +chorale/SM +chordata +choreograph/DRW1SGZ +choreography/MS +chorion/M +chose +Christian/MQS +Christina/M +Christmastime +chroma/M1 +chromate/M +chromatography/M +chromosomal +chrysalis/MS +chrysanthemum/SM +chubbiness/S +Chudleigh +chukka/S +chum/MDZz2GS +church/m5DYMSG +churchgoer/MS +Churchill/M +churchyard/MS +churl/SM +churning/M +cicatrice/MS +cicatricle's +cinchier +Cinderella +Cindy/M +cinnamon/SM +circa +Circe +circuity/SM +circularity/MS +circumlocutory +circumspect/Y +circumstantial/Y +cirrhoses +cirrus/M +Cit. +citation/AM +Citroen/M +civic/S +civics/M +civics' +civil/qQsY +civilised/U +civility/SMI +civilly/U +CJD +clad/GJS +claim/CSERAGD +�clair/MS +clairvoyance/MS +clamber/drS +clamminess/S +clamour/DRGMS +clamp/DMSG +clan/SmM +clarifier/M +clarinettist/MS +Clarke/M +clash/DSG +class-consciousness +classed/e +classic/S3M +classicalist +classification/MCaA +classifieds +classify/DRS7GNn +Claude +Claudio +Claus +claustrophobia/MS +clave/MF +clavichord/MS +clawer/M +clayish +cleaning/M +cleans/RSDG +clean-shaven +clearer/M +clearing-house/S +cleat/DMSG +Clemence +Clemens +Cleopatra/M +clericalism/SM +clever/YP +cleverness/S +client�le/M +cliff/MS +cliffhanging +Clifford +clinker/d +cliometrician/S +clip/RGJSDM +clipboard/SM +clip-clop +clipped/U +cliquiest +Clive +cloacae +cloak's +clockwise +clog's +clonk/DGS +closer/ESM +clot/SDGM +Clot. +clothesmen +cloud-cuckoo-land +clouding/c +cloudless/PY +cloudlet +clouds/c +cloudy/TP +clout/DMSG +cloy/GDkS +clubbed/M +clubfeet +clued-up +clump/DGMSZ +clutch/SGD +coalescent +coalface/MS +coarseness/S +coastline/SM +Cobb/M +cobber +Cobol/M +cobweb/ZMDSG +Cochin +cochleae +cochlear +cockerel/MS +cock-fight/JMGS +cockle/DSMG +cocoon/GMDS +co-coordinative +Cocos/M +coddle/DSG +co-dependency +code's +codetermine/S +codfish/SM +codger/MS +coding/M +Cody/M +co-editor/MS +coelenterate/SM +Coen +coeval/YS +cogitator/MS +cognisance +cognitional/Y +cohabitation/o +coherer/M +Cohoes +cohort/SM +coiffing +coincident/Yo +cold-bloodedness +cold-hearted +coldish +Coleridge/M +coleslaw/MS +collaborationist +collaborator/SM +collagen/M +collation/M +collect/7SDGVhibv +collectedness/M +collectible/S +collectivism/SM +collie/MRy +collimation/M +colloquy/oM +colonel/SM +colonial/S3 +colonise/CnDSAG +colonnade/SDM +colony/oSM3 +colostomy/SM +colouration/EM +colour-blind/P +colour-fast/P +colourfulness/S +colt/SM +column/Q3MDS +comatose +combative/P +combativeness/S +combinatory +comeback/MS +comedy/SMW +comestible/SM +comet/SM +comfortablenesses +comfort's/E +comfy/T +comm. +Commander +commemoration/M +commemorative/S +commend/7nASDG +commendation/AM +commender/AM +commentate/DGS +commenting +commie/SM +commiserate/DSNGnV +commissar/SM +commissary/SM +commonalty/SM +commonest +commons/M +communal +communicator/SM +communion/SM +communiqu�/SM +commute/R +compactness/S +companionship/SM +companionway/SM +comparability/SM +comparability's/I +compartmental/Qq +compatibleness/M +compensate/GNnVSyD +compensated/Uc +competence/ISMZ +competency/IS +competent/IY +competitiveness/S +complain/Rk +complainant/SM +complaisance/SM +completable +completing +complex/SGDPTxYXN +complexion/MD +complexity's/c +complicates/c +complimentary/U +compo +comport/L +comprehend/DSvGVNXu +comprehension/IMS +comprehensiveness/S +compression/MC +compressor/SM +compulsive/PYS +compute/RNnBlDGS +computer-literate +computes/A +comradeliest +comradeliness +concatenate/DGnS +concealed/U +concede/Rh +conceited/P +conceitedness' +concentric/Y +concept/xSoMV +concerns +concertina/DSMG +conch/DGM +conciliar +conciliator/MS +concious +concoction/SM +Concordia +concourse +concubine/MS +condescension/M +condign +condole +conductance/SM +conduction/M +Conestoga +confection/R3MDGS +confederate/M +confidant/MS +confidence/cMS +configurable/K +confirmation/MA +confiscate/SnDGNy +confiscation/M +conformable/U +conformity's/IU +confutation/M +conger/MS +congest/GSVD +congress/Dm5SxGM +congresspeople +congressperson/S +congruential +congruently/I +conifer/MS +conjecture/DMGSo +conjugate/NSGnDYV +conjunctivitis/MS +conman/M +connect/vSiGVDhb +connectedness' +conquerable/U +Conrad/M +consanguinity/SM +consecration/MAS +consequentiality/SM +consequentially/I +conservative/SP +considerably/I +considerateness/I +considering/S +consist/SDG +consolidator/MS +consol's +conspirator/SMo +conspiratorial +constable +constance/Z +constancy/SIM +constantly/I +constipation/M +constituted/A +constraint/MS +constrictor/SM +constructable +constructional +constructionist +construction's/AaC +constructive/3PY +consul/SM +consultation/M +consumer/3 +consumption/cM +contagious/YP +contaminate/DnCGSN +contamination/MC +contd +contemplate/nDuGVNv +contemporariness/S +contented/P +contestable/I +contestant/MS +contiguity/MS +contiguous/PY +continent/IY +continents +continuable +continual +continuation/ME +continuer/M +contort/GDV +contra/Sy +contrabass/M +contradictoriness' +contrail/M +contralto/MS +contrariety/SM +contravener/M +contribute/vGyV +controllable/U +contumacious/Y +contumelious +conurbation/MS +convalesce/SDG +convector +convener/SM +convenor +conventional/Q3 +conventionality/UMS +converted/UA +convertibilities +conveyancing/M +convince/RkGDS +convivial/Y +Coober +cooker/MSZ +cool/DTYPSRG +Coolangatta +Coolawanyah +Cooley/M +coolibah +Coolidge +Cooma +co-operation/M +co-operative/PS +Cooranbong +coordinate/GDV +coordinated/U +coordinator/M +copay/S +Copeland +Copernican +copied/A +copilot/SM +co-pilot/MS +cop-out/S +coquetry/SM +cor/rd +coracle/MS +coralline +Corbie +cord/DAGESM +cording/MA +cordon/MdS +cord's/F +Corel +Corinella +corked/U +corn/SZRGDz2M +corneal +Cornelius +Cornell/M +cornfield/SM +corniness/S +Cornish +Cornwallis +Cornwell +coronalis +coronary/S +coroneted +coroutine/MS +Corowa +corp. +corporate/EI +corporately +corporatist/SM +corpulence/MS +corpulentness/S +corpuscle/SM +corrected/U +correctness/S +Corrigan +corroboration/M +corrosive/SP +corrugate/NDGSn +corruptibility/MIS +corruptible/I +Corsican +cortices +cosignatory/SM +cosiness/S +cosmetician/SM +cosmic/Y +cosmonaut/MS +cost-cutting +Costello +costliness/S +cottagey +cotyledon/SM +cougher/M +coulomb/SM +councillor/MS +count/BlDRGSZp +countenances/E +counteraction/SM +counter-espionage/SM +counterfoil/MS +counterforce/M +counterpane/SM +counterpoint/SGDM +counter-revolutionary/SM +countervail/DGS +counterweight/DMSG +country/m5MS +countryside/MS +coup/DAS +coup�/SM +coupon/MS +courages/E +courier/SDGM +courtesied +courtliness/S +courtly/TP +Courtney/M +cousin/MYS +Coutts +couture/SM +covariate/SN +cove/DRMGS +covenanter/M +covertness/S +covetous/YP +covey/MS +cow/GmDhSM +cowardly/P +cow-lick/MS +cowslip/SM +coyer/C +cpl +CPR +crabbiness/S +crackly/T +crackpot/MS +crack-up/S +cradle/GDMS +craft/m5z2SZGMD +craftspeople +cragginess/S +craggy/TP +Craigavon/M +cram/DGS +cranberry/SM +Cranbrook +Crandall +crash-land/GD +cravat/SMDG +craven/PdSY +cravenness/S +craw/SMY +Crawley +crawlspace/S +Cray/M +crayon/MdS +craze/DZSGM +creak/2zDGSZ +creaky/TP +creative/YP +creativeness/S +creaturely/P +credential/MS +credibly/I +credited/EU +credulous/YI +credulousness/MS +creedal +creeds +creepiness/S +creepy/TSP +cremate/DGS +crenellated +crest/pSGMD +crewel/SM +cribbing/M +cricket/rSdM +cries/e +Crimean +crispness/S +criss +Cristina/M +criticality +criticism/SM +croak/RDGSZ +croaky/T +Croatia/M +crochet/rSZdJ +crockery/SM +Croix +Croker +crook/ihDGSM +crooked/P +Crookes +croon/GDRS +croquet/SdM +croquette/MS +crossbeam/MS +cross-bred/S +crosscurrent/SM +cross-dressing +crosser/S +cross-fertilisation +crossroad/MS +crossways +crosswise +crotch/pMSD +crotchet/M2ZS +cro�ton/SM +crowbar/DGSM +Croydon/M +crucial/Y +crucify/RSG7D +crumby/T +cry/GCSDR +crybaby/MS +crystallins +crystallite/MS +crystallographer/MS +CSE +CSEU +C�te +Cu +cub/wdDGZ1W3SM +Cuba/M +cubism/MS +cuisine/SM +cul/DG +Cullen/M +culler/M +Cull's +culmination/M +culpa/SM +culpability/MS +cultism/SM +cultivated/U +cultivator/SM +cummerbund/SM +Cummings +cumquat's +cumulus/M +Cunderdin +cupcake/SM +cupid/S +cupidinously +cuppa's +curability/SM +curacy/SM +curatorial +curbing/M +curdle/SDG +curettage/SM +curie/SM +curium/M +curlycue's +currant/MS +curriculum/M +cursive/EY +curtail/GLDSR +curtained/U +curtsey/DSMG +curving/A +cussed/YP +custodial +custom-made +cut-and-paste +cutaway/SM +cuttingly +cwt +Cyanamid +cyanate/M +Cycladic +cyclamen/MS +cycler/A +cycleway/S +cycling/A +cycling's +Cyclops +cynosure/MS +Cyprian +Cyrus +CYS +cytochrome/M +czarevitch/M +Czech/M +Dacron +daddy/SM +daffy/T +Daimler +Daintree +dairy/SmG5M +daks +Dalby +Daley/M +Dalgety +dalliance/MS +Dalmatian/S +Dalton +Daly +damageable +Damocles +dampen/rdS +dancing/M +dandy/SYMT +Danish +dank/TYP +dapperer +Darcy/M +Dario +Darius +Darren +Darwinian +date/hVDpRiSMG +dateline/DSMG +dato +daughter/YSM +Dave/MZ +Davison/M +davit/MS +Davy/S +daybook's +day-boys +daybreak/MS +Daylesford +daylight/SMDG +day-long +daysack +d'Azur +d�b�cle/MS +DBMS +d�butante/MS +d�collet�e +deadbeat/SM +deadbolt/S +deaden/dkS +dead-heat +deadlock/SMGD +deaf-and-dumb +dealer's/a +deathless/Y +death-roll +death-trap/SM +deb/SM +debarkation/M +debauchery/MS +debenture/SM +debonairness' +debtor/SM +debutaniser's +decaf/S +decal/MS +decapitator/SM +Decca +deceit/6jSM +decent/YI +deception/SM +decile/MS +decimal/qQMYS +decision-making +decision's/I +decisive/IPY +deckhand/S +declaim/y +declamation/SM +declared/AKU +declension/MS +declivity/MS +Deco +decompose/B +decompresser +decontrol/DG +deconvolution +decor/NnvSMVu +decorator/SM +decorousness' +decrepit +decrescendo +dedicator/SM +deduce/GNVSvDbn +deduct/bG +deeds/a +deed's/a +deep/TYPS +deepness/S +deerskin/MS +deerstalking/M +defalcation/M +defecate/GSNnD +defection/SM +defectiveness/S +defenceless/Y +defenestrate/SDG +defensible/YI +deference/SM +deferential/Y +defibrillator/MS +deficiency/MS +defined/U +definition/ASKM +deflation/yM +defoliator/MS +deform/7xnRNG +deft/TYP +deftness/S +defuse +defy/DGSRk +deg +degrade/ikh +degreed +de-industrialization +deity/SM +deja +deject/DhiGS +delectation/SM +delegable +deli/M +delicate/IPY +delicates +delicatessen/SM +deliciousness' +deliquescent +deliriousness' +deliverable/U +deliverables +Delmarva +Delport +delude/GXVNvSkDxu +delve/SRDG +demand/DGkS +demijohn/MS +demi-monamines +demi-mundane +demise/GMD +demit/NGDS +democracy/SM +demographic/S +demonology/M +demonstrably/I +demonstrativeness/SM +demonstrativeness' +demonstratives +demur/DSG +demure/PY +Denham +denial/SM +denigration/M +Denis +denizen/dSM +Denman +densenesses +denser/F +densitometry/M +dents/I +deodorant/MS +dependability/MS +dependence/MSZ +depict/DGS +depletion/M +deployable +depot +depravedness' +deprecation/M +depressant/S +depression/M +depressive/S +depressor/MS +Dept. +Derby/M +derivable +derivation/M +dermatitides +derriere's +descant/GDSM +descend/GDRS +descendant/SM +desert/DGRMS +desertion/SM +deserving/U +desiccant/S +design/xJ7NhnV +designed/A +desirableness'/S +desirous/YP +desirousness' +desolate/PnSGDNYk +desperation/M +despondency/MS +despotism/MS +destitution/MS +detect/DBGVlS +detectability/U +detention/MS +deterioration/M +determinate/PIYN +determinative/P +determinedness/M +determinism's/I +deterrence/SM +dethrone/LG +detonate/DSGVNn +detonator/SM +detoxify/NnDGS +deuteron/M +Deuton's +developing/c +developmental/Y +develops/c +devilish/PY +devilishness' +devolve/GDS +Devonian +devout/TYP +dewar +dewberry/SM +Dewey +dewiness' +dextrousnesses +dhow/SM +diabolic/Y +diabolicalness' +diagnostic/SMY +diagrammable +dialectal +dialogue/S +dialyse/DGS +Diana +diapason/MS +diaphanous/YP +diaphragmatic +diarrhoea/WMS +diary/S3M +diathermy/SM +dickey/MS +dictatorialness' +didn't +Dido/M +dietetic/S +dietician/MS +differ/dS +differential/YMS +differentiated/U +diffident/Y +diffractometer/SM +diffusivity/M +digerati +digests/K +digitalis/M +digram +digraph/SM +dilatation/SM +dilemma/MS +dilettantish +Dillinger +Dillon +dilogarithm +dim/rPDRTYGS +dimethyl/M +dimethylglyoxime +diminutive/PYS +diminutiveness' +dimorphous +dimply/T +Dinah +dinar/MS +ding-dong +dinginess/S +dingy/SPT +diorama/MS +diphthong/SM +diplomacy/SM +diplomata +diplomatics/M +dipstick/MS +diptychs +directed/aAIU +directing/a +directional/S +direction-finder +directions/A +directive/SM +dirigible/S +disabuse +disadvantageous +disambiguation/M +disappoint/hk +disarrange/L +disbelieve/k +disburse/LSDG +disc/SM +discernibile +discerning/U +disciplinary +discipliner/M +disclosed/U +discomfit/d +disconcert/k +disconnection +disconsolate/Y +discontinuous +discordance/SM +discourage/LGDk +discovery/ASM +discreetly/I +discreteness/S +discuss/N7X +disdainfulness' +disease/G +disenchant/L +disfigure/L +disguised/U +disgust/kj6h +dish/MDGS +dishevel/LSDG +disinfectant/SM +disingenuous +disinterested/P +disjointedness/S +dismayed/U +dismount +disordered/P +dispensator +disperse/RSbDXhLNVGvu +dispirit/dS +disposition/KMI +disproportion/N +disquisition/MS +disrupter/M +disruptor/M +dissension/SM +dissertation/SM +dissidence/MS +dissipated/P +dissipation/M +dissolved/U +distaff/SM +distance/SeDG +distinction/MS +distinctly/I +distinguish/l7GSD +distinguished/U +distracted/P +distributive/PS +distributivity +disturbed/U +ditcher/M +dither/dS +ditty/SM +diurnal/SY +dive/TDRJSMG +divergent/Y +divers/NX +diverseness/S +divertimento/M +dividing/A +divination/M +diving/M +division's +divisive/P +divot/MS +divvy/SMGD +DLA +dob/DG +Doberman +docile/Y +dockyard/MS +DoCoMo +documentation/M +dodge/RSZDG +doesn't +dog/DZhGiSM +doggedness/S +doggo +doggy-paddle +dog-leg/D +dogma/SMW1 +do-gooder/S +dogs/f +dog's/f +dog's-tail +dog-tail +doing/cae +dolly/GMDS +dolphin/MS +domain/MS +domesticate/DGS +dominance/SKM +Domingo/M +Dominique/M +donate/DSG +donation/M +donative/M +dong/SDGM +dongle/S +donnas +don't' +Doolittle +doom-laden +doomsday/SM +doormat/SM +doors/Ie +door-to-door +dope/RDSM2G +dopey +dopiness/MS +Dorchester +Dorian +dorm/RSM +Dorothy +dorsal/Y +dorsales +dossier/SM +Dostoevsky +Dotson +double-headed +douche/DSMG +Doug +Douglas +downfall/MS +doze/DSGZ +drab/TYP +drafter/SM +draftsman +drag/SZDGM +dragging/Y +dragnet/SM +dragon/MS +drain/RSDMG +drainpipe/SM +dramatist/SM +drape/SRyGD +drawing/M +drawn/AcIe +dream-world/S +drear/2Zz +drench/SDG +drew/cAe +drinking/M +drivable +drive/SJRG +drive-ins +driven +drollery/MS +drool/RGDS +drop-forging +drop-head +droplet/SM +drops/wZ +drop-test/MDSG +drought/SM +drowse/ZDSG +drub/SRDGJ +drubbing/M +drudger/M +drug/SGDM +druggist +Druidic +Druidical +drumbeat/MSG +drupe/SM +dry-cleaned +dry-eyed +dryish +d's/A +d�shabill�'s +Dubbo +duckpins +ducky/TSM +ducts/IC +duet/GMDS +Duisenberg +dumb/GYPDT +dumbbell/MS +Dunalley +Dunbartonshire/M +dunk/SDG +Dunmarra +Dunsborough +duodenal +duopoly/3MS +duplicability/M +durability/MS +duress/SM +Durham/M +durian's +Durrie +Dushanbe/M +dusk/2SZDGM +Dustan +dustcart/M +dusting/M +dustmen/M +dutifulness/S +duty/76jSM +dwarfness +dwelling/M +dwelt/I +dwindle/DGS +Dy +Dyfed-Powys +dying/U +dyke/SM +dynamo/MS +dysbulia +dyspepsia/MS +eager/YcP +eagerer +eagerest +eagerness/S +eager's +eaglet/SM +earful/MS +earlobe/S +earphone/SM +ear-piercing +earring/SM +ear-splitting +earth/GZ2YDM +earthenware/SM +earthmen +earthmover/M +ease/LDGSMZ +eases/E +ease's/UE +easily/U +east/GM +eastbound +easterly/S +Eastern +Easthampton +Eastward/S +easy/TSPY +easygoing/P +eat/7RGS +eatery/SM +eats/c +EBCDIC +Ebola +Eccles +ecclesiasticism +echelon/SdM +Echinodermata +echoes/A +Echuca +Echunga +eclair's +eclat/M +eclipse/DGSMW +ecliptic/SM +eclogue/SM +ecocide/MS +econometrics/M +economical/U +economics/M +ecstasy/SM +ectopic +ecumenical/Y +ecumenist/MS +Ed +Edgbaston +Edgewater +edibility/SM +edible/I +edition/MS +editorial/QSs3Y +edits/F +Edmund/S +educables +educated/UfcA +education/AF +educational/FY +Edward/SM +Edwina +EEG +EEOC +effective/SP +effector/MS +efferent/SY +effervesce/DSG +effervescent/Y +efficacy/IMS +efflorescent +effluent/SM +efflux/MN +effuse/SNVDGvXu +effusiveness/S +e.g.. +egalitarianism/SM +Egan/M +eggbeater/SM +eggcup/SM +egis's +egocentricity/SM +egoism/SM +egotist/WSM1w +egregious/YP +Eichmann +eider/SM +Eiffel +eight/HZSM +eighty-first/S +eighty-five/H +eighty-nine/H +eighty-three/H +eighty-two +Eileen +Einstein/M +Eire/M +eisteddfod/MWS +ejaculate/DnSGNy +ejaculation/M +ejection/MS +eke/GDS +Elaine +elderly/SP +elect/BDVvuGS +electress/M +electrets +electric/SYM +electrochemical/Y +electrocute/DSG +electrodynamic/SY +electromechanics +electromyographic/Y +electronegative +electronics' +electrophorus/M +electroplate/DGS +electroscope/MSW +electrostatics' +electrotherapist/SM +elects/A +elegant/YI +elegiac/S +elegy/SM +elephantiases +elevator/MS +elfin/S +Elgar/M +Elias +elicitation/M +Elisa/M +elision/M +eliteness +Ellington +Elliott +ellipsoid/SM +elliptical/S +ellipticity/M +Elmer +elsewhere +elucidate/GnDNVS +elusiveness/S +Elwood/M +email/DMGS +e-mail/MDSG +emanation/M +emasculate/nNSGD +embalm/RDSG +embarrassed/U +embellisher/M +embezzle/RSLGD +emblazon/LdS +embodies/A +embower/dS +embrocation/SM +embroil/LDGS +embryo/MS +embryonic +emcee/GSM +emender +emergent/S +emeriti +emeritus +emetic/S +emigrant/MS +emigrate/SnDGN +emigration/M +Emilio/M +emir/SM +emission's +emittance/M +Emma +Emmaville +emotionality/M +emotionally/cU +empanelling +emperies +emphasis/CdrQMS +emphasise/cGADS +emphysematous +empiricism/MS +emplace/L +employ/BDRLSG +emporia +emption/SM +Emulous +emulsification/M +enacted/A +encapsulate/DNSGn +encase/DSLG +enchants/E +enclave/SM +encomium/MS +encounter/Sd +encrypt/GSD +encumbrance/SM +endeavour/RSDGM +endive/SM +endnote/SM +endogamy/M +endorphins +endoscopy/SM +endothelial +endungeoned +energetic/YS +energised/U +enfeeble/GLSD +enforceable/U +enforcer/AS +engagingly +Engel/MS +England/M +Enid/M +enjambment/SM +enjoin/GDS +enjoinder +enjoy/BLSlGD +enlister/A +Ennis +ennobler/M +Enoch +enormity/SM +enquiry/S +enrage/DSG +enricher/M +enrol/DLRGS +enrolee/MS +enrollee/SM +ensnare/LGDS +entanglers +entering/A +enteritis/MS +enthusiastic/UY +entitle/LDGS +entr'acte/S +entrant/SM +entr�e/S +entreaty/MS +entrechat/S +entrees +entremets +entrench/GLDS +entrepot/S +entrepreneur/SM +entrust/GSD +entry/MS +entryway/SM +enumerable +enumerated/A +enumeration/M +enunciate/DGNSn +envelop/rdSL +enviable/U +environmentalism/SM +enzymatic/Y +EPA +Ephraim +epicure/SM +epicycle/SWMw1 +epidemiology/w1S3M +epidermal +epigraph/wM1SZ +epigraphy/SM +epilogue/SDMG +episcopacy/MS +Episcopal +epitaxial +epode's +equability/SM +equalling +equestrianism/SM +equinoctial/S +equipoise/SDMG +equiproportionate +equispaced +equity/SIM +equivocalness/MS +eradicate/GNDSVn +erectness/S +eremite/MS +ergo +ergonomics' +ergot/MS +Erica +Erie +Eritrea/M +Eros +erotic/YS +err/GDkS +Erse +Erwin +Es +escalate/CSnDNG +escalope/MS +escapee/SM +escarpment/SM +escritoire/SM +escrow/DGSM +Eskimo/S +esky +esoteric/Y +esp. +Espagnol +Espanola +Esperance +espy/SGD +essential/PS3Y +establisher/M +Estevez +estimate/DSncNfG +estimator/MS +estuary/MS +etching/M +eternal/PSY +ethane/M +ether/MQS +Ethiopia/M +ethnic/YS +ethnicity/SM +ethyl/MS +ethylene/M +ETSI +EU +eugenic/3SY +eugenicist +eugenics' +eukaryote/S +eulogy/Q3MsS +eunuchs +Eurasia +Eurasian +eureka/S +Europa +eustatic +Eva +evacuate/GDnSNV +evacuation/M +evadable +evaluate/NnDSVGx +evaluating/A +evanescence/MS +Evanston +even-handed/Y +evenly/U +ever +Eveready +everlasting/PY +eviction/MS +evildoing/SM +eviscerate/GSDNn +evisceration/M +evocativeness' +evolute/MS +evolutionism +evolutionist +exacted +exacter/M +exactingness' +exaggeration/M +exaltation/M +examined/AU +examinees +Excalibur +excavation/M +excavator/SM +exceeder/M +excellency/MS +excellent/Y +exceptionalness/M +excerpt/GDMS +exchange/GRSD +excitability/MS +excite/BDRNnLSlhkG +exciting/cU +exclusion/My +excommunicate/SnDVGN +excommunication/M +ex-communist/MS +excreta +exculpate/SNnDGy +excursive/PY +excursus/SM +excusableness' +excuse/DRSlG +execrable/PY +execute/RSVDGx +executor/MS +exemplariness' +exemplary/P +exemplification/M +exemption/SM +Exeter/M +exhale/DNSnG +exhaustion/MS +exhibitionist +exhibitor/SM +exigence/SZ +exiguity/MS +existential/3Y +exocrine +exogamous +exon's +expanse/DGSMb +expansionism/MS +expansionist +expectancy/SM +expectational +expectorate/DSnGN +expediency/SIM +expeditiousness/S +expend/7DSvuGV +expensive/PIY +experiential/Y +experiment/SRGMnoND +experimental/3 +experimentation/M +expert/YPI +experting +expiate/yDNGSn +explanatory +explicable/I +exploit/nDRV7MGS +exploitation's +exploitative +exploration/M +expo/SM +exponential/YS +exposed/U +expresser/M +expression/pM +expressive/IPY +expropriator/SM +expurgated/U +exquisite/PSY +extemporaneousness/S +extends/c +extensively/F +extent/SM +extenuate/SNnDG +extenuated/U +extermination/M +exterminator/MS +extinction/MS +extirpate/VNnSDG +extort/DSVG +extraction/MS +extraditable +extradition/SM +extralegal/Y +extravagance/MS +extravaganza/MS +extremeness' +extremis +extremity/SM +extrinsic/Y +exude/nSDG +exurb/SM +exurbanite/MS +ex-wife +eyebrow/SM +eye-opener/SM +eye-opening +eyepiece/SM +eye-teeth +eyrie's +fa/M +fabler/M +fabric/nMSN +fabrication/KM +fabricator/MS +fabulousness' +face/eGKDASC +facelift +face's/K +facilitate/NDGVynS +facing/MS +facsimileing +fact/YxyMS +factuality/M +fad/rdSM +faecal +Faeroe/M +faggoting/M +fain +Fairchild +fairing/M +Fairmont +fairness/U +faithful/UY +faithfuls +fajitas +fallibly/I +fallout/SM +falsetto/SM +falsity/MS +fame/DCS +fame's +familiar/qsYQS +familiarise/k +fan/ZDGSM +fancifulness' +fancy/SDjG6YPTR +fandango/SM +fanfare/MS +fanout +fantastic/Y +fantastical +fare/SM +farewell/SGDM +farinaceous +farmhouse/MS +Farmington +Farnborough +faro/M +farrago/SM +farrow/DSGM +fart/MDSG +farther +farthest +fas +fascination/M +Fashanu +fashionista +fashions/A +fastback/MS +fast-forward +fatal/3 +father-in-law +fatherliness/S +fatherly/P +fathom/dS7pM +fatness/S +Faulconbridge +fault-finding +favour/lRkJMD7hGiS +favourite/MS +favours/E +Fawlty +fax/SDGM +FBI +FCC +fealty/MS +fear/SpDMjG6 +fearful/TP +fearfulness/S +feasible/PY +feather-head/D +feathering/M +feather-stitch +feature/Ea +featureless +feature's/a +Feb +febricity +February/SM +feckless/PY +federal/q3-QYS +fee/GdYSM +feeble/PTY +feed/RGJS +feeling/PM +Felicia +feline/SY +Felixstowe/M +fell/TG7DS +fellah +fellahin +fellatio/MS +fellowship/MS +feloniousness/S +felony/MS +felting/M +feminine/SYP +feminism/SM +feminist/MS +femme fatale +femmes fatales +femoral +fenland/M +Fenwick +Ferdinand +Fergus +Fermanagh/M +fermion/SM +fernery/M +Ferntree +ferret/drMS +ferrite/M +ferroelectric +ferry/GmSDMW +fervency/SM +fetish/S3M +fetishism/MS +fetlock/SM +fetter/dSU +fever/SMd +fey/T +ff +f�hn +f�hrer/SM +Fibonacci/M +fibreglass/M +fibrillation/M +fibrousness/S +fibulae +fichu/SM +fickleness/S +fiction/OoMS +fictitiousness' +fiducial/Y +fiduciary/MS +field/RMIeS +fiendishness' +fiesta/MS +Fifa/M +fifteen/HMS +fifty-six/H +fifty-twofold +fighter/MIS +figurations/4 +figure/FGDRnSN +filamentary +filamentous +filbert/SM +filch/DSG +filial/UY +filigree/GMS +filings +filled/UcA +filleting/M +Fillmore +film/DG2SMZ +filmy/PT +filter-tipped +filthiness/S +financed/A +fingertip/MS +finickiness/S +Finnegan +Finnish +fire-bug +firedamp/SM +firefly/SM +fire-guard/M +Firestone +first-aid +first-born/S +fish-hook/SM +fishlike +fish-tanks +fishwives +fissile +fistula/SM +fistulous +fitfulness/S +fitments +Fitzroy +five-a-side +five-finger +fixed/UK4 +fixedness/M +fizzy/T +flail/DMGS +flair/SM +flak/rSdM +flake/SZM2 +flamb�/DSG +flamboyancy/SM +flamenco/SM +flamingo/SM +Flanagan +Flanders +flange/DGSM +flanked/e +flap/DRGMS +flappable/U +flashback/MS +flatcar/MS +flatfish/SM +flatmate/MS +flattop/SM +flavouring/M +flaxen +fleck/DSMG +fledged/U +fleeciness/S +fleer +fleeting/P +fleetness/S +Flemish +Fletch +fletcher/M +flexibility/MSI +flinching/UY +flip-flop/S +flirtation/M +flirtatiousness/S +floating-point +flock/DSJMG +flog/DGJRS +flood/DMGS +floodplain/S +floorer/M +floozy/SM +flora/SMo +Floridian/S +flossy/ST +flowchart/GS +flowerbed/SM +floweriness/S +flown/c +fluff/DSMZ2G +fluke/SZMDG +fluorescence/SM +fluorescent/S +flurry/MDSG +flushness' +flute/SZMJDG +fluting/M +flux's/I +flyer/SM +Flynn +flypaper/M +flypast/M +foam/D2GSMZ +foamy/TP +focus/CSdADG +foe/SM +foeticide +foetid/Y +fogbound +foghorn/SM +folks/2Z +folk-song/S +folk-tale/S +foll +Fonda +fondle/DSG +font/S +Fontenoy +food/MS +foodie/S +foolery/MS +footrace/S +footsoldier/SM +footstep/MS +foppery/MS +fora +foray/GSMD +forayer/M +forbidding/PY +forceful/P +forcer/M +forearm/DMSG +forebear/SM +forefinger/SM +foreground/GMDS +forehand/S +foreordain/DGS +foreseeable/U +foreshadow/GDS +foreshorten/dS +foresightedness/S +foresightedness' +foreskin/SM +forestall/DRGS +foretell/RSG +forfeit/RGDSM +forgather/Sd +forges/A +forgetful/P +fork/6SGDM +forlorn/TPY +formalism/SM +formant/ISM +formativeness' +format's +formulation/MA +fornicate/SGNnD +fornicator/SM +forsake/GS +forsooth +forte/SM +forth +fortnight/YSM +fortuity/SM +fortunate/YSU +fortune/GMDS +forty-two +forum/SM +forward/TYDRPSG +forwarding/M +fossil/QMSq +found/ynDRGS +founds/F +fountain-head/MS +four/SHM +four-poster/MS +fourscore/S +foursome/MS +fourth/Y +foveae +fowler/M +Fowlers +foxes/e +foxiness/S +foxing/e +foxy/PT +fps +fraction/oNMDGS +fractions/AI +fractious/PY +fragility/MS +fragment/DGnSMN +fragmentation/M +fragrance/SM +fragrant/Y +frailty/SM +franchisee/MS +Francisco/M +Francophobe's +frangible +frank/DTPSYG +Frankfort +frankfurter/SM +Frankie +frankincense/SM +Franklin/M +Frank's +fraternal/Y +fraternity/FSM +fratricidal +fraud's +fray/DGCS +fray's +FRC +freakishness/S +freaky/T +freckle/DYMGS +Fredricton +freeborn +freedman/M +free-handiness +freemasonry +freestyle/MS +freethinker/SM +freewill +Fremantle +Freon +frequent/RTPSDGY +frequently/I +frequentness' +freshness/S +freshwater/SM +Fresno +fretwork/SM +friend/pSMDGY +friendliness/S +friendly/TYPS +fries's +frig/GJSD +frizz/GYZDS +frizzle/DGS +front/FSDG +frontage/SM +front-line +frontward/S +froth/2GMDSZ +frothy/TP +fructify/DGS +fruitfulnesses +fruition/M +f-stop/S +f�te/SM +FTP +fugitive/YPSM +fulcrum/SM +full-blown +full-dress +fuller/d +full-grown +fullword/SM +fully-fledged +fulmination/M +fulness's +fume/kDSGZ +fumigant/MS +fumy/T +fun/Zz2M +functionalism/M +functor/SM +fund/RGMDS +fundamental/3SY +fundholding +fund-raising +fungible/M +fungicidal +fungicide/SM +fungus/M +funnel/GSMD +furbished/A +furlough/MS +furnace/SM +furrow/DGSM +furthermore +furthest +fury/SM +fusee/SM +fusibility/SM +fusion/FMI4 +fuss/SzZ2GDM +fusspot/SM +futile/PY +future/3SM +futuristic/S +gabby/PT +Gabrielle +gaff/SGMRD +gage/SM +gaggle/SDG +gaining/M +Gaithersburg +galactic +galah +Galapagos +Galbraith +gale/AS +Galen's +gale's +gallanting +galleon/SM +Galois +galvanization/S +Galveston +gamete/SMW +gamma/SM +gander/dMS +Ganges +gang-gang +gangplank/SM +gangsterism +Gantt +gaol/DRMGS +�gar +garbler/M +Garcia/M +garden/rMdS +Gardiner/M +Gareth/M +gargantuan +garish/PY +garlic/DGSZM +garments/f +garment's/f +garner/dS +gar�on/MS +garret/MS +Garrett +garrulity/SM +Garry +garter/MdS +Garth/M +gasbag/SM +gaseous/PY +gash/DTMGS +gaslight/MDS +gasses +gastritides +gastrotomes +gasworks/M +gatekeeper/MS +gateway/SM +gather/ASd +Gatton +gaucheness/S +gaudy/TYPS +gaunt/TPY +gauntlet/MdS +gave +gawker +Gaylord +Gayndah +gazelle/SM +gazette/DSMG +gazetteer/SM +GDP +gearbox/SM +gelatine/MS +gen/GD +generation/CMA +generous/cU +genialness/M +genteel/YP +gentian/SM +gentle/P5mTSDGY +gentlemanly/P +geodesic/S +Geoff/M +geom +geometer/w1SWM +geopolitical +Geordie +geranium/SM +germanium/M +germinate/VSvGDNn +germination/M +gestate/NGxnDS +gesticulation/M +Gesundheit's +getaway/SM +ghastly/TP +ghost-written +GHQ +Giaconda +gibber/dS +gibberish/SM +giber/M +Gibraltar/M +Giddings +Gideon +giftedness' +gigantic/YP +gigavolt +gigawatt/M +Gilbertson +Gilead/M +gilgai +gill/DGMS +Gillies +Gilmore/M +gilt-edged +gimcrack/S +gimp/DGMSZ +ginger/ZdYMS +ginkgo/M +Girilambone +girlfriend/SM +girlhood/MS +girth/DGSM +gist/M +git/M +giveback/S +giveth +gizmo's +glaciate/GDSnN +glaciation/M +glacis +gladdie +glade/SM +glamorise/nDRGS +glamorous/UY +glare/SDkG +glasnost +glass/zD2pMZS6G +glass-blower/S +glass-paper +glaucous +gleam/SGDM +Glenda +Glenelg +Glenormiston +Glenrowan +Glenroy +glib/PTY +glimpse/GRSMD +glissando/M +globalisation +gloom/SZGDzM2 +gloominess/S +Gloria +glorify/RNnDSG +glory/SGMD +glossolalia/SM +glottis/SM +glower/d +glow-worm/MS +glucose/SM +glue/DRGSMZ +glut/GMSD +gluten/SM +glutton/SM +gnarl/DGMS +gnaw/DGSJ +gnomish +Gnostic +gnosticism +Gnowangerup +GNP +go/RGMJy +go-ahead +goal/DMpS +goal-mouth/M +goalpost/S +goatherd/SM +gobbledegook/M +god/pYSM +godchild/M +godforsaken +Godfrey/M +godlessness/S +godlier/U +godly/U +Godzilla/M +going's +Goldberg +goldbrick/DGRMS +Goldfields +goldmine/S +gold-plated +Goldsworthy +golf/SRGMD +gonorrhoeal +goodbye/MS +gooder/S +goodie's +good-looking +goodly/T +Goodooga +good-tempered +goofiness/S +Gooloogong +Goondiwindi +Gooniyandi +gopher/MS +Gordian +gore/DGSM +Goren/M +gorger/ME +Gorky +gory/TPY +Gothic/Q +gotta +gouge/SDRG +Goulburn +Gould/M +gourd/6MS +gourmand/SM +gouty/T +governess/MS +Gower/M +gracious/PY +graciously/U +grackle/MS +gradate/DGS +grades/A +Grady +graffiti +Grammy +Granada +grandam/MS +grandchild/M +grandchildren +granddaddy/MS +grandee/MS +grandiloquence/MS +grandma/MS +grandmaster/MS +grandpa/MS +grange/MS +Granola +granular/Y +granularity/MS +Granville +grapevine/MS +grapheme/M +grapple/DGS +graspable/U +grasping/P +grasshopper/SM +gratefulnesses +grating/M +gratuity/MS +grave/SDPTRZYGM +Gravesend +gravimeter/WMS +gravitate/nVSDxGN +gravitation/M +greaseproof +great/TYPS +great-grandchildren +great-grandmother/S +greatness/S +Grecian/S +Greenbushes +greengrocery/M +greenhouse/MS +greenish +Greenpeace/M +Greensboro +Greenvale +Greer/M +Greg/M +Gregg +gremlin/SM +Grenadian/S +grey/GPDYS +grill/GDS +grille/MS +grilse +Grimalkin +grimness/S +grinning/Y +grip/drGDRMS +Griswold/M +gritty/TP +groat/MS +groggy/TP +gross/STPYDG +grotesqueness/S +grouchy/T +grounded/U +groundless/YP +groundskeepers +groundswell/S +grouped/A +grouping/M +grout/GMDS +grovel/GSDR +grudging/U +Gruenwald +gruffness/S +grump/2MzSZ +grumpy/TP +grunge/SZ +grungy/T +grunion/SM +Gruy�re +GSA +G-suit +Guadalajara +Guam/M +Guarani/SM +guarantee/MdGS +guardrail/MS +Guatamala +guava/SM +Gucci +guernsey/S +guerrilla/MS +guesstimate/DGS +guff/SM +GUI +guidance/SMa +guided/Ua +guidepost/SM +guider/aM +guile/6pjM +guilelessness/S +guillemot/MS +guilt/zMp2SZ +guiltiness/S +guilty/PT +Guinea/M +Gujarati +Gulgong +Gullah +gum/G2ZDSM +gumboil/MS +gumboot/S +gumdrop/MS +gumption/MS +Gundaroo +gunfight/MRS +gunman/M +gunpoint/M +gunpowder/SM +gunrunning/MS +Gunther/M +gunwale/SM +gunyah +gush/DRZSG +gusset/MS +Gustav/M +gusto/M +Guthrie +gutless/P +gutlessness/S +guttural/SYP +guzzle/RSDG +Gwalia +gymkhana/SM +gypsite +gyrate/DNSnG +gyro +gyroscope/SWM +h/E +Haag/M +habiliment/MS +habitat/MS +habituation/M +hacienda/SM +Hades +Haem +haematin +haemophiliac/SM +haemorrhage/DWGMS +haemostatic +Hafiz +hafnium/M +haft/GSDM +hag/MS +Haggai +haggard/YP +haggardness/S +hagiography/SM +Hahndorf +Haifa +hail/RGSDM +hailstorm/MS +haircare +haircut/MSG +hairdresser/SM +hair-dryer/S +hairlike +hairline/SM +hairpiece/MS +hairpin/MS +hairspray +hairspring/SM +hairstyle/3GMS +hake/MS +halberd/SM +hales/I +half-back/SM +half-blood/D +half-breed/SM +half-century +half-duplex +half-length +halfpenny/MS +half-sovereign +half-track +half-wave +half-way +half-wittedness +half-yearly +haling/I +halite/SM +halitosis/M +hallo/GDS +hallucination/M +halon/M +halter-neck +hamburger/SM +Hamiltonian/S +hammer/rdp +Hammond +hamper/dS +Hampshire +Hampstead +handbag/SGMD +handgun/SM +handicap/RGMDS +handled/a +Handley +handshaking/M +handsomeness/S +hand-to-hand +Haney/M +hang/7mRGJDS +hangnail/MS +hangs/cA +hanker/Jd +hanky-panky +Hannah +Hannibal/M +Hanoverian +Hans +hansom/SM +haphazard/PY +haplessness/S +ha'p'orth +happiness/SM +happing +hardened/U +hardihood/MS +hardiness/S +hard-line/R +hardshell +hard-shell +hardtop/SM +hard-working +Harken +Harlan/M +Harlem +Harlow +harm/DGp6MSj +harmer/M +harmlessness/S +harmonics' +harmoniousness's +harness's +harpsichordist +Harriet +Harris +Harrogate +harrow/DSGM +Harry/M +harshen/d +Hartley +Harwell +hashing/M +Haskins +hastier +hastiest +hastiness/SM +hatchback/MS +hatcher/M +hatstands +Havana/M +Hawaii/M +Hawaiian/S +Haydn/M +haze/GDMRSZ +hazy/TPY +headlamp/S +headlight/MS +headman/M +headset/MS +headshrinker/SM +headstall/SM +headstock/M +headteacher/MS +Healesville +healthful/P +healthiness/SM +heap/SGDM +hearer/cM +Hearst +heartbeat/MS +heartburn/SGM +hearten/dESk +hearth/SM +hearthrug +hearthstone/SM +heartthrob/SM +hearty/TSP +heated/UKcA +heath/RySM +heating/cK +heats/AcK +heatstroke/SM +heaven-sent +heavenward/S +heaves/M +hebe +Hebraic +Hebrew/MS +hectolitre/S +he'd +hedgehog/MS +heel/RSGDpM +heftiness/S +hefty/TP +heh +heighten/dS +Heinz +heir/FSM +Helen/MS +heliography/M +heliosphere +hellishness/S +helot/S +helpfully/U +helpfulness/U +Helsinki/M +hem/RDMGS +Hemichordata +hemlock/MS +henchman/M +Hennessey/M +henpeck/GSD +Henry/M +Hepburn +heptagon/MS +her/GS +heralded/U +herbage/SM +Herbert/M +herbivore/SM +herd/RSmGDM +heresy/SM +heretic/SM +herewith +heriot's +hermaphrodite/WMS +Hermaphroditus +hermeneutics' +hermit/MS +hernia/SnM +Herod/M +Herodotus +heroine/SM +heron/MS +herpes/M +Hershey +Herzog/M +hesitant/Y +hesitation/M +hesitator's +Hesperus +heterogamous +heterogamy/M +heterosexual/YSM +heterosexuality/SM +hew/RDGS +Hewitt/M +hewn +hexadecimal/YS +hexane +Heyfield +HGV +hi +hibernate/SGNDn +Hibernian +hid/r +hideaway/MS +hidebound +hideout/MS +hidey +hiding/M +Hi-Fish +higgledy +high-grade +high-handed/PY +high-rise +hilarious/PY +hilarity/SM +Hillary +Hillgrove +hilltop/SM +hind/RS +hinderer/M +Hindmarsh +Hindu/MS +Hinduism/S +hinges/U +hinging/U +hipped/4 +hippy/TMS +hipster/MS +hire/GJDRS +his/GJD +Hispanic/SM +hiss/MS +historicity/MS +historiography/wSM +history/K1SMW +histrionic/YS +histrionics' +hitch/RDGS +hitches/U +hitting/a +hoarfrost/MS +Hoboken +hocus-pocus +Hodge/SM +Hodgkin/M +Hogg +hokey-cokey +Hokkaido +holding/M +holdout/SM +holds +Holdsworth/M +hole/GDMSZ +holidaymaker/S +Hollered +Hollerith +Holloway/M +Holstein +holy/TPS +Holyoke +Holzman +homager/M +home-grown +home-making/M +homepage +Homeric +home-shopper +homey/SP +homicidal +homier +homiest +homing/M +hominid/SM +homoeostasis/M +homoeostatic +homoerotic +homogenate/MS +homologue/M +homomorphism/SM +homonym/MS +homophobic +homophone/ZSM +homopolymers +homotopy/W +Hon. +Hondo +honeydew/SM +Honiara/M +hooch's +Hooke +hooker/MS +hook-nosed +hookup/SM +hook-up/SM +hopeless/YP +horde/SM +horizon/SM +horn/Gi2DpSZM +Horner +Horowitz +horrify/WDk1GS +horror-stricken +horror-struck +horsehair/MS +horsemanship/SM +horse-trading +horsing/M +horsy/T +Hosea +Hosking's +hospitality/IM +hostel/MRSyDG +hostile/SY +hostility/SM +hotel/mMS +Hotham +hotheaded/P +hotheadedness' +hotline +Houdini +Hounslow +housebuilding +house-husband +houses/Ae +housetop/SM +housewares +housework/RSM +hove +hoverer/M +how/MS +Howard/M +how’d +hoydenish +hr. +hrs. +HTML/M +hub/MZS +Hubbard/M +hubbub/M +hubby/MS +hug/DGS +Huguenot/SM +hullabaloo/SM +hullo/MDGS +humane/IY +humaneness/MS +humanise/CnDRGS +Humberside +humble/PTSDGY +humbleness/S +humdinger/MS +Hume +humidity/SM +hummable +Humphrey/M +Hun/S +hung/cA +hungriness/S +hunker/Sd +Huntingdon/M +Huntingdonshire/M +hurling/M +hurrah +hurray/S +hurrier +husbandry/SM +Huskisson +hussar/SM +Huygens +hyaena/MS +Hyde/M +hydrangea/SM +hydrant/MS +hydrating/A +hydrochloric +hydrodynamics/M +hydrogenous +hydromechanics/M +hydrostatics/M +hydrostatics' +hydrotherapy/SM +hydroxylase +hyena/MS +hygienic/S +hymeneal/S +hymn/WGDSM +hymnary/S +hymnology/3 +hyperactivity/SM +hyperaemia/M +hyperbole/SwM1W +hypercellularity +hypercube/SM +hyperfine +hypersensitivity/SM +hypersonic +hypertensive/S +hypertrophy/DGSM +hypnotic/YS +hypochondriac/SM +hypocrisy/SM +hypoglycaemia/SM +hypotension +hypothermia/SM +hypoxic +hysterectomy/SM +hysteresis/M +Hyundai/M +Hz +iamb/WSM +Iberian/SM +ibex/SM +Ibsen +Icarus +icebreaker/MS +icecap/SM +ice-cold +iconoclast/SMW +icosahedral +icosahedron/M +ictorianises +idealism/SM +idealogical +ideation/M +identify/lNSRBnDG +idiolect/M +idiomaticness +idiosyncratic/Y +idle/DPRSGT +idol/qQsSM +idyllist +ignition/MS +ignorance/SM +ignorantness's +ignore/SDG +ilium/M +ill-favoured +illiberal +ill-judged +ill-mannered +illumination/M +illusionist +illustration/M +illustrious/YP +Imagen/M +imaginativeness/U +imagined/U +imbecility/MS +imitation/M +immaculateness/S +immanent/Y +immaterial +immeasurable/P +immensity/SM +immerse/SGbDNX +immerser +immersion/M +imminence/SM +immunodeficiency/S +immunodeficient +immure/DGS +impale/L +impartial +impassable/P +impassibleness +impeachable/U +impecunious/PY +impedance/SM +impeded/U +impel/RnNGSD +impenetrable/PY +imperturbability/MS +impetuousity +imping/G +implicate/SGD +implode/GNXDS +impostor/MS +impoverish/LDSG +impracticable/P +impregnability/MS +impress/uLvNVbX +impressibility/SM +impressionism/SM +impressionist/W +impudence/SM +impugn/BRGLSD +impulsiveness/S +impunity/SM +imputation/M +inadmissible +inadvertent/Y +inbuilt +Inca/S +incalculable/PY +incant/NnG +incarnate/AGDSNn +incendiary/S +incestuous/PY +inchoate/GSDN +Inchon +inchworm/SM +incisiveness/S +incisor/SM +inclusive/P +incongruousness/S +inconsiderable/P +inconsonance +inconstant +incontrovertible/Y +incorrigibility/SM +increase/Jk +incredulous/c +incubator/MS +inculcate/SNnDG +incumbency/MS +incumbent/S +incurable/S +Ind. +indecision +indent/GNn +indented/U +independence +indescribable/PSY +indeterminable/Y +index-linked +indigence/SM +indigent/SY +indignant/Y +indiscretion +individuate/SDNGn +Indochina +indriline +induct/G +inductance/SM +indulgent/c +indulgently +industrious/YP +industry/MSo +indwell/G +Indy/S +ineffective/P +inept/YP +ineptitude/MS +ineradicable/Y +infancy/M +infantry/mMS +infarction/SM +infection/EMAS +infective +inferno/MS +infertile +infill/G +infiltrate/V +infirmary/SM +infirmity/SM +infix/M +inflame/NX +inflation/EySM +inflator's +inflicter/M +inflictor/M +influx +informal +infra +infra-red/M +ingenuity/MS +Ingersoll +ingest/SVDbG +Ingham +ingot/MS +ingredient/MS +inharmonious/P +inhere/DSG +inheritor/S +inheritress/MS +inheritrix/SM +inhibited/U +inhumaneness +inimitable/PY +initialness +initiative/MS +inject/7SVGD +injured/U +Inkerman +inkiness/S +inkling/MS +inland +inlay/SG +inly/G +inmate/SM +Innamincka +Innaminka +innards +innerspring +innervation/M +innocence/SM +innumerable/PY +inoculate/DAGNS +inquire/RZDGk +inquisitive/PY +inquisitorial +insatiable/YP +inscribe/RXVN +inscription/M +inscrutable/PY +insectivorous +insecure +inseminate/SnGDN +inside-out +insinuation/M +insomniac/S +inspection/MS +inspectors' +inspiration/M +inspirer/M +inspiring/U +install/BNURGSnM +instanter +instead +instigator/SM +instructive/P +insulter/M +insuperability's +insuperableness +insurrection/SM3 +intagliated +integrand/MS +intelligibly/U +Intelsat +intensify/RSnDNG +inter/ELDG +intercaste +interceder/M +intercensal +intercessor/SM +interchange/BDGlS +interchangeable/P +interchanger/M +interclass +Interco +intercollegiate +intercom/SM +interconnect/SDiG +intercourse/SM +interdepartmental/Y +interdependence/SMZ +interdependency/MS +interested/UY +interfacer +interfamily +interference/MS +interferometry/M +interferon/SM +intergalactic +intergeneration/oM +interlayering +interlibrary +interlinear/S +interlingua/M +interlobular +interlocutory +interlude/SM +intermediary/SM +inter-modal +international/qQ3S +internetwork +interocular +interpenetrates +inter-personal +interpolatable +interpreter/aSM +interpreting/a +interpretor/S +interrogatory/S +interrupt/RbGVDS +inters +intersection/SM +intersession/SM +interspecies +interstellar +intertask +interview/ASDG +intervocalic +intimal +intimate/DPSnMNYG +intimater/M +intraclass +intrafamily +intransitive/S +intransitiveness/S +intraregional/Y +intrepid/PY +intrepidity/MS +introduce/DAnSGN +introductive +introit/SM +intuitionist/M +inundate/GSNn +invalidism/MS +invasion/M +inventive/YP +inventress/MS +Inverclyde/M +Inverloch +invest/AEL +invested/A +investigated/A +inviolability/MS +inviolable/Y +invisible/PS +invitation/Mo +involver/M +inward/YP +Iola +Iolanthe/M +ionometer/SM +ionosphere/SMW +iota/MS +IQ +Ira +Iran/M +iridescence/SM +iris/MS +Irishwomen/M +ironclad/S +ironical/P +ironing/M +ironmonger/MSZ +ironmongery/M +ironside/SM +ironstone/SM +ironwoods +ironwork/MS +irrefutable/Y +irresoluteness/S +irresponsible/S +irritate/BSVDNhGkn +Irvine +i's +Isabel/M +island/RSM +isle/MS +Islington/M +ism/CSM +isn't +isobar/WSM +isochronal/Y +isocyanide/M +isolator/SM +isomerase's +isometrics' +isoperimetric +isoperimetrical +isosceles +isotope/MSW +isotropy/1WM +issued/A +isthmian +itch/DSGZ2zM +iterate/vSVDNGn +iterating/A +iterator/MS +Ivanhoe +ivy/DSM +J +jacaranda/MS +jack/GMRDJS +jackal/SM +jackaroo +jackhammering +Jacques +jade/hDMSi +jagged/P +jaggy/T +jailbreak/SM +Jake/S +Jakob +jambes +Jamieson +jauntiness/S +jaunty/TSP +Javanese +JavaScript/M +jawbone/DSM +jawbreaker/MS +jay/MS +Jayasuriya +jazzmen +jazzy/TP +jealous/YPZ +Jeanette/M +jean's +Jeff/M +Jeffrey/SM +Jehovah +jello's +jelly/DMGS +jemmy/M +Jennifer +jenny/MS +jerker/M +jerkiness/S +jeroboam +Jerramungup +jerry-builder/S +jerry-built +Jervis +Jessie +Jethro +jetsam/SM +jet-setted +jet-setter/SM +jettison/dS +Jew/yMS +jewel/RGSDM +Jewell/M +jeweller/Z +jewellery/M +Jewish +jg/M +jib/MGDS +jib-boom/S +jig/RDGMS +jigsaw/MS +Jimbour +jimmied +jingly/T +jingoism/SM +jingoist/WMS +jinker +jitsu +jiujitsu's +jobbery/M +joblessness/S +Jo'burg +jocular/Y +jocund/Y +Joel +joey/M +jogging/M +John/S +Johnny/M +Johnny-come-lately +joined/A +joins/A +joint/YFE +jointer/M +jointures +jokey +jolly/TDSPGY +Jondaryan +Jorgensen +Jorgenson +Joseph +journaling +joust/GRMSD +Jove +jovial/Y +Jowell/M +jowl/SYM +joyfulness/S +joyous/YP +joyride/MRSG +joyriding/M +jubilee/SM +judge's +judgeship/MS +judicious/IPY +judo/MS +jugular/S +jujube/MS +Jules +Julia/M +Juliana +Julys +jumbuck +jump/RGSZ2Dz +jump-start/G +Junee +Jung/M +juniper/SM +junket/dSM +junkie/M +Jurien +jurisdictional +jurist/W +jussive +just/PTY +justifiably/U +justnesses +jut/DGS +juxtapose/SDGXN +juxtaposition/M +kaftan/S +Kakadu +Kalahari +Kalamazoo +Kalamunda +Kandahar +Kandos +Kaniva +Kanoa/M +Kaplan/M +karaoke +Karen +Karl +Karo's +kart/M +Kate/M +Katrina/M +kayak/SM +Kazakh +Keating +Keele/M +keeler +keen/TGYPSD +keep-fit +kef-gloves +Kelley +Kellogg +Kennet +kenning/M +Kenyon/M +Kerang +kerbside +Kerr/MZ +Kershaw +kestrel/SM +ketchup/MS +Kewaskum +key/GMDS +keyboard/RSDMG +keyring +keystroke/DSM +Khancoban +khanga +Kiandra +kickballs +kickstand/MS +Kidderminster +kidding/MY +kiddo/SM +kidnap/DGRSJ +Kiel/M +Kiev/M +kif +Kigali/M +Kilkivan +killable +kilohertz/M +kilolitre/SM +Kim +kimono/MS +kinda +kindergartner/MS +kindest/U +kind-heartedness/S +kindness/S +kingfisher/SM +king-size/D +kink/zDMG2SZ +kinkiness/S +kinky/TP +kip/RGMDS +Kirby +Kirkwood +kirsch/S +kit. +kitchenette/MS +kite/MS +kite-flying +kitten/MdS +kleptomania/MS +klutz's +knavish/Y +knawel's +knee/dMSG +Knesset +knick +knick-knack/SM +knightliness/S +knitwear/M +knives/M +knockabout/M +knot/DS2ZGM +knowingness +knuckler +Knuth/M +Kobayashi +Koch +Koenig +Koenigsberg +Kohler +Kong +kook's +Koorawatha +Koorda +kopeks +Koran/M +Koror/M +kosher +Kraft/M +Kramer +Kremlin/M +Kremlinology +kriegspiel/M +Kris +Kruger +Kruse/M +kt. +Kuala/M +Kublai +kumquat/MS +Kuomintang +kurdaitcha +Kurri +Kurundi +kW +kylie/S +Kyneton +Kyoto/M +Kyrgyzstan/M +laboratory/MS +labouring/M +labour-saving +lac/DMGS +laceration/M +laces/U +lacing/M +lackey/DGSM +lactose/SM +ladder/d +laden/cU +ladybug/SM +lagging/M +lagoon/MS +Lagrange +lair/DMSZG +lam/DGS +lambswool +lamebrain/SM +lamentation/M +lamination/M +lampooner/ZM +lampshade/MS +LAN +landaus +lander/eScM +landing/M +landlocked +landlord/MS +landlubber/MS +landowner/MS +landownership/M +Landwehr +Lange +lankiness/S +lanolin/SM +lantern/SM +lanthanum/M +lanyard/SM +Laos/M +Lapstone +laptop/MS +lapwing/SM +Lara +larboard/SM +larcenous +lard/RGSZMD +Laredo +large-hearted +largess/SM +largish +laryngitides +laryngotomes +lash/GJMDS +lash-up +Lassa +lassie/SM +latched/U +latecomer/SM +latent/Y +later/A +latex/MS +lather/d +lathing/M +latter-day +laudum +laughable/P +Launce +launder/rSd +laundered/U +laundromat/S +laureate/S +Laurieton +lavage/SM +Laval +lavatory/SM +lave/GDS +law/6jpMS +lawgiving/M +lawn/MS +laws/e +laxness/S +layabout/SM +layer/dC +layette/SM +laymen/M +layover/MS +layup/SM +Lazar +Lazio +le/G3zJ +leapt +leasehold/RMS +leash's +leavening/M +lebensraum +lectern/SM +led/NX +Leda +leech/SGM +Leeds +leer/GDS2k +leeriness/S +Leeton +Leeuwenhoek/M +leeway/MS +left-footed +legalistic +legality/ISM +legate/GASnCDN +legatee/SM +legato/MS +legend/SM +Legendary's +Legendre/ZM +legibly/I +legislature/SM +legitimise/SGD +legitimiser +legroom/SM +legwork/SM +Lehigh +lei/MS +Leif +leitmotif/SM +lemony +Lena/M +lend/RSG +lengthener/M +Lenin +lenitive/S +Lenny +Lenox's +lens/SDGM +Leominster +Leonard/S +Leonardo +leopardskin +leper/SM +leprechaun/MS +lepta +less/U +lessen/Sd +lesson/SMd +lethal/Y +lethargy/1WSM +leviathan/SM +levitate/SNGDn +levity/SM +lexes +lexicography/WMw1S +lexicon/SM +Leyburn +Leyton +liable +liaise/DSG +liar/MS +Lib/Z +Libby/M +libel/RSMGD +liberality/ISM +liberate/CnSDGN +Liberia/M +libidinous/YP +library/SM +libretti +licensee/SM +licenser/M +lichened +lick/GJDS +lido/SM +lie/FDSG +lied/M +lien/MS +lies/cAf +life-giving +lifeguard/MGDS +lifeless/PY +lifelessness/S +ligand/SM +lighted/UC +lighten/drS +lightening/M +lighter/MS +lightest +light-fingered +light-hearted/PY +lightweight/S +ligneous +lignum +likeability/SM +like-minded +liken/dS +lilac/MS +Limavady/M +Limburger +Limerick/M +limitability +limitation/CM +limited/YP +limitlessness/S +limp/TSYDGP +linage/MS +Lindbergh/M +Lindeman +linden/MS +Lindquist/M +line/RmGJDSM +linearity's/F +linebacker/SM +line's/e +linger/kdrS +lingua/Mo +linguales +linguini's +lining's +linkage/MS +lino/M +Linotype/M +lint/SZM +lion/QsMS +lionhearted +lip-reader +lip's/f +Lipton/M +liquidate/NSDGn +lira/M +Lisburn/M +Lissadel +list/JpDG +Listeria +Liszt +lit/R +literation/4 +literature/SM +lithium/M +lithosphere/MSW +Lithuania/M +Lithuanian +litmus/MS +litre/MS +litter/d +littleness/S +liturgics's +liveable/YP +livelihood/SM +liver/CSZd +liverish +Liverpool/M +liverwort/SM +Livingston +lo/A +loamy/T +loathe/S +lobotomy/SQM +locater/M +locational/Y +locknut/M +loco/GSM +locus/M +locust/SM +Logan +logotype/MS +loin/MS +loiter/drS +Loki/M +loller/M +Lomb/M +Lombard/Z +long-ago +longbow/SM +longeing +longer-term +longhorn/SM +longish +long-lived +long-playing +long-suffering/Y +long-term +long-time +long-waisted +lookers-on +lookout/SM +loom/DGSM +loose/YTPGDS +looses/U +loper/M +lopsided/YP +lopsidedness/S +lopsidedness' +loquacious/PY +lording/M +lordliness/S +lordling's +Lordship/SM +lore/SM +Loren/M +lorry/SM +lorryload/S +loss/SpMZ +lossy/T +lotion/MS +Lou/M +Loughborough/M +Lourdes +loved/U +loveless/YP +Lovell +lovemaking/M +Loweri +lowlife/SM +lowliness/S +low-lying +lox +loyal/EY +loyalty/MES +luau's +Lubbock +lube/GDSM +lubricity/MS +Lubumbashi +Lucerne +luckiness/SM +Lucknow +lucrativeness/S +lucre/vMVuS +Lucretius +lucubrate/SGnDN +Ludwig +luff/GDMS +Lufthansa/M +luge/CM +lugsail/MS +lugubriousness/S +lumbago/MS +lumbar/S +lumberjack/SM +Lumiere +luminescent +luminous/PY +lumpiness/S +lunar/S +lunch/SDMG +luncher/M +lupine/SM +luscious/PY +lusciousness/S +lush/TPY +lushness' +lustre/pGSDM +Lutheran/MS +Luxenbourg/M +lux's +luxuriousness/S +Luzon/M +lyceum/MS +lychee/MS +lymphoid +lynx/MS +lyre/1SMWw +lyric/S3 +lyrical/P +Lysenko/M +ma�ana/M +Mabel/M +macadam/QSM +Macao +macaroni/MS +Macarthur/M +macaw/SM +MacDonnell +macerate/nSGDN +MacGregor/M +machinelike +machine-readable +Macintyre +Maclean +MacMillan/M +macrocodes +macromolecular +macron/MS +Madame/M +madman/M +madwomen +maestri +magenta/SM +maggoty/T +Magherafelt/M +magi +magnanimosity +magnanimousness +magnate/SM +magnesia/MS +magnetism/MS +magnetometer/SM +magnificence/SM +magnified/UA +magniloquent +Magnuson/M +magpie/SM +mahatma/MS +Mahler/M +maidenhead/SM +mail/DRG7SJM +Maine +mainstay/SM +maintain/RGBDS +maintenance/MS +maintop/MS +Maitland +maize +makable +make/RSGJ +makeover/S +Mala +malachite/MS +malamute/MS +Malapropos +malarkey/MS +Malaya +malfeasant +Malibu/M +malinger/Srd +Mallacoota +malleable/P +Malmsbury +malpractice/SM +malted/S +maltose/MS +maltreat/DLGS +mamma's +mammogram/S +manages/a +manana/S +Manchester/M +Manchurian/SM +mandarin/SM +mandible/SM +manege +man�ge/GDS +manginess/S +mangold +mangold-wurzel/S +mangy/T +man-hour/S +manhunt/SM +Mani +manifold/MYPS +Manilla +Maningrida +maniple +Manjimup +manlier +manliest +Mann/M +manna/SM +mannered/U +mannerism/MS +mannerliness/U +mannerly/P +Mannheim +manning/cU +Mannum +manoeuvrability/MS +manoeuvre's +manpower/SM +manslaughter/SM +manta/SM +mantelpiece/SM +mantelshelf +mantra/SM +manual/SYM +Manuel/M +manumission/M +Manx +Maoism +mapped/U +marabout's +Marathi +marathon/rMS +marbler/M +Marceau/M +Marcellus +march/DRSG +marching/M +Marcie/M +margarine/SM +margaritas +Margate +Marge/y +margin/oMdXS +marijuana/MS +marinade/SMDG +marinara/SM +marination/M +Marion +marionette/MS +markdown/MS +marketability/MS +marketable/U +marketeer/S +marketing/M +marketplace/MS +markka/M +Marlborough/M +Marley/M +Marline/M +marlinespike/SM +Marlow/M +maroon/DGS +marque/SM +marquee/SM +Marquess/M +marquise/M +Marrawah +marred/U +marriageability/SM +marriageable +marrow/SM +marrowbone/SM +Marseilles +marshal/RSMDGJ +Martel +martial/Y +Marulan +Marvin +Mary/M +marzipan/MS +mascot/MS +Masonic +Masonite +masonry/SM +massacre/SDMG +massage/DSGM +Massena +massiveness/S +mass-market +mastectomy/SM +masterpiece/SM +master-work/S +mastic/NnSM +matchbook's +matchbox/MS +matches/aeA +matchmaking/M +matchplay +matchstick/MS +matchwood/MS +materialism/SM +materially/I +maternal/Y +mathematical/Y +mathematics' +Matterhorn +Mattie +maturing +maturities/I +Maurine/M +Mauritania/M +mawkish/PY +maxing +Mayan/S +mayflower/MS +mayhap +mayn't +May's +maze/DSGMZ +mazy/TY +Mbabane/M +M�bius +McAllen/M +McClain/M +McClure/M +McCoy/M +McCracken/M +McDermott/M +McDowell/M +McKee/M +McKenzie/M +McKinlay +McKinney/M +McKnight/M +McLeod/M +McPherson/M +MDT +Meade +meadowsweet/M +mealtime/MS +mealy-mouthed +meander/dJS +meaningfulness/S +meaninglessness/S +means/C +meant/U +measurable/UI +measurably/I +measure/LSphDGlM +measurer/M +meatloaf +meaty/TP +medal/DSM +mediaevalism +medials +median/SMY +medical/S +medicament/MS +Medicare +medicine/SoM +medico/MS +meditate/nKDSNG +meditative/PY +Mediterranean +Medlow +Meekatharra +meekness/S +Meeniyan +Megace's +megawatt/SM +megaword/S +Mekong +melamine/MS +melanoma/MS +melatonin +Melissa +mellifluous/PY +melodiously +melodiousness/S +melody/WM1S +Melrose +melt/DGkS +Melville +memento/MS +memorability/SM +memory/sQMqoS +menarche/MS +mendacious/PY +mendelevium/M +mender/SM +mendicancy/MS +mending/MS +meningeal +meningitis/M +meniscus/M +Mensa +menservants/M +menstrual/K +mental/3Y +mentality/MS +menthol/SM +mentholated +menu-driven +Mephistopheles +Mercator +Mercedes +merchandise/DRMGSJ +merciless/YP +mercilessness/S +Merck/M +meretricious/YP +meridian/MS +merino/SM +meritocrats +meritorious/YP +Merle/S +merlin/M +Merluna +mermaid/MS +meromorphic +Merrimac +mers +Mersey +mescalins +mesdemoiselles/M +mesh/DGMS +mesmerism/SM +Mesopotamia/M +Mesopotamian/S +mesozoic +messenger/SMd +messiah/S +messmate/SM +metabolism/MS +metacarpi +metacircularity +metacognition +metalliferous +metallise/nSGD +metallurgy/W1wMS +metamorphic +metamorphism/MS +metastasis/dSQM +meteor/SM1W +meter/d +Metford +methanol/M +methinks +method/1MwS +methodologists +methodology/MS1w +metises +metropolitan/S +mew/GDS +mews/SM +mezzanine/MS +mfg +mi/C +Mia +Miami +mice/M +Michelangelo +microamp +microanalysis/M +microbrewery/S +microchemistry/M +microcosm/WMS +microdensitometer +microgram/MS +microgramme/S +microjoule +microlevel +micrometeorite/WSM +Micronesia/M +microprocessor/MS +microsecond/SM +mid/Z +mid-air/MS +middler +middle-sized +Middleton +midfield/M +mid-flight +midi/S +Midlander +midrange +midship/mS +midst/SM +midstream/M +midsummer/MS +midweek/SMY +midwicket +Mignon +migrant/IMS +migration/IM +migrative +Milan +Milang +mild-mannered +mildness/S +Mildura +mileage/MS +milepost/SM +Milford/M +militarism/SM +milk/RD2GSMZ +milkshake/S +milksop/SM +milky/TP +millennialism +milliamp +milliard/SM +millilitre/S +millimetre/S +million/HSM +millisecond/SM +milliwatt/S +Millthorpe +Milton/W +mime/DSGM +mimic/GRySD +Mina +mincemeat/SM +mind/DiRhjSGpM6 +mindbogglingly +mindful/P +mindlessness/S +mind-reader +mineralisation/CS +mines/f +minestrone/SM +minesweeper/SM +mineworkers +mingle/DFSG +mini/S +minicam/MS +minidress's +minima/M +minimum/MS +minivan/SM +minnow/MS +minstrels/Z +minstrelsy/SM +Mintaro +minuet/SM +minute/DYTMPSG +minutia/M +minx/MS +Miocene +Mirboo +mire/DSGMZ +Mirrlees +mirthful/P +miry/T +misaddress +misanthropy/MS +mises/CK +misfeasance/SM +misfield +misfire/G +misguide/ih +misinform/N +misnomer/SM +misprint/G +miss/ESDVG +misshapen/PY +missilery/MS +missionary/MS +missive/SM +misspoke +mistaken/Y +mistaker +mistime/G +mistiness/S +MIT/M +mitochondria +mitotic +mix/RGMD7S +mixes/AK +m�lange +Mlle +Moama +mobcap/SM +mobile/ItQsq +mobilis/I +mocker/Z +modal +modeller/SM +modelling/S +moderating +moderator/SM +modern/qQsTPSY +modernity/MS +modester +modification/M +modish/YP +modulate/AGCDSN +modulation/MCS +Moe/M +Moen/M +moggy's +Mohamed/M +Mohawk/M +Moiler +molar's +Moldavia +mole/SM +moleskin/SM +mollify/SNnDG +Monaco/M +Monash +Monday/SM +Mondrian +money-changer/S +moneylender/SM +Mongolia/M +mongolism/SM +moniker/MS +monism/SM +monkish +monochrome/WMS +monocle/DSM +monoclonal/S +monogram/MDGS +monographer +monolayers +monologue/SGDM +monopole/QsZ3S +monosyllable/MWS +monotheist/SW +Montana/M +Montclair +Montpelier +Montrachet/M +Montreal +Moonee +mooneye's +moonshine/SM +Mooraberrie +moped/SM +mopoke +moppet/MS +Mora +morality/IMS +Morawa +Moreen +morgue/SM +morn/JMSG +morning/M +moron/MW1S +morpheme/SM +morphine/SM +morphism/SM +morphology/w1MS +morsel/MS +Moruya +Moscow/M +Mosley/M +mosque/SM +motel/SM +mothball/DSMG +mother/dpY +motherer/S +motherland/MS +motherliness/S +mother-of-pearl +Motherwell +motility/SM +Motivator's +motliest +Motorola/M +mottler/M +motto/M +mottoes +Moulamein +moulded/A +mouldiness/S +mount/C7SGD +Mountbatten/M +mounties +mounting/E +mountings +mounting's +mouth/6SMZD2G +mouthpiece/MS +mouth-watering +movable/IPS +move/lLRBDSGk7 +moveable/IU +mow/RGDS +Mowgli/M +mown +Moyes +mpg +ms +MSc +MST +MTS +much/P +mucilaginous +muddle/GRSD +muddle-headedness +mudflat/S +mudroom/S +mudsling/RGJ +Mueller/M +muffle/GRSD +mug/Z2GMDRJS +Muhammed +mulattoes +mulishness/S +Mullewa +Mullins +multi-access +Multibus/M +Multicast's +multichannel/M +multicolour/DMS +multicomponent +multicultural +multifunction/oD +multifunctional +multimedia +multinomial/M +multiplex/RCDGS +multiprocess/G +multi-user +mummification/M +mundaneness +Mundaring +Mundubbera +Munford/M +munificence/SM +Munoz/M +mural/S3M +murder/rSMd +Murdoch/M +Murial/M +Murmansk/M +murmur/rSMd +Murphy/M +Murray/M +Murringo +Murrinh-Patha +Murry/M +Murtoa +Murwillumbah +Muscat/M +muscle-bound +Muscovite/MS +Muscovy/M +muser/M +Muse's +mushroom/GMSD +musicale's +musing/M +Muskegon/M +muskellunge/SM +musketry/MS +mustiness/S +mutagen/SM +mutant/MS +muted/Y +muumuu/SM +muzzle/USDG +muzzle's +MW +myall +Myanmar/M +Mycenaean +myelitides +myelitis/M +myocardium/M +Myra/M +myself +mystical +mystifying/Y +mystique/SM +n� +nacelle/SM +nadir/SM +Nagy/M +Nahum/M +nail-biting +nailer/M +nakedness/S +name-drop/RSDG +named's +namer/SM +Namibian/S +Nanak/M +Nancy/M +Nannup +nanny/DMSG +nanometre/SM +nanotechnology +nap/GZDpRMS +Naples/M +narcotic/SM +narcotise/SDG +nardoo +Narragansett/M +Narrandera +narrowness/S +narwhal/SM +nascent/A +NASDAQ +Nash/M +Nashville/M +Nassau/M +nasturtium/MS +nasty/TPYS +Natchez +Nathan/M +Natimuk +nationalised/A +nationwide +nattiness/S +natural/QSq3PY +naturalism/SM +naturally/U +naturalness/U +natured/Y +naughtiness/S +Nauru/M +nausea/SM +nautilus/SM +naval/Y +Navarro/M +na�ve/Y +navig/Ngx7n +navigate/SGD +navigator/MS +Nazareth/M +Nazism +NBA +NCO +N'Djemena +Ne +Neal/M +Neanderthal/S +neat/TYP +'neath +Nebraska/M +nebulousness/S +necessary/YU +necessity/MS +necromancer/SM +necrotic +nectary/SM +Ned/M +needlecraft/M +needleworker +Neely/M +nefariousness/S +neg/unVvN +neglig�e/SM +negligee/MS +negotiability/SM +Negroes +Nehemiah/M +neigh/SDGM +nematode/SM +neomorphism's +neonate/SoM +neophyte/SM +neoplastic +neoprene/SM +Nepal/M +nepotist/S +Nerang +Nero/M +nerve/GUDS +network/GSDJM +neural/Y +neuralgia/MS +neuroscience +neurosis/M +neuterer/S +neutralise/M +neutralist/S +Neva/M +Nevada/M +Nevadan/S +nevus's +newbie/SM +newborn/S +Newcastle/M +Newfoundland/MR +new-laid +newline/SM +Newman/M +Newmarket/M +Newry/M +newsagent/MS +newscasting's +newsgroup/MS +newsreader/MS +newsreel/MS +new-style +newsworthiness' +Newtownabbey/M +NFL +Nicene +Nichol/SM +nichrome +nickel/DSMG +nicker +Nicky/M +nicotine/MS +niece/MS +Nietzsche/M +nifty/TYS +Niger/M +niggard/SMY +nigger/MS! +night-blindness +nightfall/MS +nightless +night-life/M +nightly +night-owl +night's +nightshirt/MS +night-soil +nightstick/S +nightwear/M +Nikki/M +Nikon/M +nimbleness/S +ninety/HMS +ninety-first/S +ninety-five/H +ninety-nine/H +ninja/S +nipple/SM +nitroglycerin/M +nitwit/MS +nm +nob/YM +Nobel/M +Noble's +nodular +nohow +Nola/M +Noland/M +Nome/M +nominal/SY +nominates/AC +non-appearance/S +non-believer/MS +non-business +nonce/SM +nonchalantness +non-clerical/S +non-commercial/S +non-compliance/SM +non-contagious +non-continuous +non-convertible +non-corrosive +non-critical +non-determinacy +non-determinate/Y +non-deterministic/Y +non-discrimination/S +non-effective/S +non-electric/S +non-electrical +nonentity/MS +non-essential/S +nonesuch +non-event/MS +non-explosive/S +non-flammable +non-flowering +non-governmental +nongs +non-intellectual/S +non-legal +non-linguistic +non-member/MS +non-metal/WMS +non-military +non-native/S +non-negative +non-negotiable +non-observance/S +non-operational/Y +nonpareil/SM +non-party +non-prejudicial +non-productive +non-programmer +non-racial +non-reactive +non-reducing +non-representation/o +non-residual +non-response +non-rhythmic +non-scheduled +non-segregated +nonsensical/P +non-slip +non-starter/S +non-strategic +non-swimmer +non-termination +non-trivial +non-tropical +non-verbal/Y +non-veteran/SM +non-volatile +non-volunteer/S +non-white/SM +non-working +nook/SM +noontide/SM +nope +Norah/M +norm/DuoSVvGM +Norman/MS +Northamptonshire/M +northernmost +norther's +north-north-east +Northumbria +northward/S +north-Westerly +Norwalk/M +notables +notate/DSxVG +notational/CY +noticeboard/S +Notre +notwithstanding +nougat/MS +nourishment/f +nouvelle +Nova +novae +November/SM +nowhere +no-win +noxious/PY +nuclear +nuclease/M +nucleoli +nucleon/SM +nudge/GMDS +nudism/MS +nugatory +nugget/SM +nullity/MS +numb/RYDTPGSk +numbat +number/eAdS +numbered/U +numbness/S +numbskull/M +numeracy/IS +numeral/MS +numeration/SM +numerologist/S +numismatist/MS +Numurkah +Nundle +Nunez/M +nurser/Z +nursery/SmM +nutriment/SM +nutrition/o3SM +Nuuk/M +nylon/SM +nymphet/MS +Nyquist/M +NYSE +O +oafishness/S +oaken +OAP +oat/MS +Obadiah/M +Oban +obese +obis +obituary/MS +OBJ +objectify/DNGnS +objectionable/P +objectiveness/S +objector/SM +objurgation/M +obligate/xnDyNSG +oblige/ESGD +obliging/YP +obliqueness/S +obliquity/MS +obliterate/SnVGNDv +oblivious/PY +obloquies +obscene/YT +obsequies +observability/M +observable/S +observance/SM +observe/DRGlxSNnBk +obsessive/S +obsessiveness/S +obsolete/PSGDY +obstetrical +obstetrician/SM +obstetrics' +obstinacy/SM +obstinate/YP +obstructed/U +obstructer's +obtainer/S +obtruder/M +obtrusive/UY +obtuse/TYP +ocarina/SM +occultism/MS +occurrence/SM +oceanic/4 +oceanography/MWS +ocelot/SM +Ochoa/M +ochre/MS +O'Connell/M +O'Connor/M +Oct +octagonal +October/SM +octopus/MS +oddity/SM +O'Dell/M +Odessa/M +Odin/M +odious/PY +Odis/M +Odom/M +odorous/Y +O'Dwyer/M +oedematous +oesophagi +oeuvre/SM +Ofelia/M +offal/SM +off-break +office/SRMo +officemate/S +officership/S +officiator/SM +offset/MSG +offshoot/SM +offside/S +oft +oftener +oftenest +ogre/SM +O'Hare/M +Ohio/M +ohm/WMS +OHSA/M +oil/RmGMD2S +oilfield/SM +oiliness/S +oil-shale +OK/DGM +O'Keeffe +Oklahoman/MS +okra/SM +OKs +ol� +old/TS +Oldbury +Oldfield/M +oldish +oleander/MS +Oliver/M +Olympic/S +Olympus/MW +Omar/M +omelet/MS +omnipotence/MS +omnipresent/Y +oncology/MS +one-dimensional +Onega/M +O'Neill +oneness/S +one-step +one-time +ongoing/S +online +onlooking +on-off +on-screen +ontogeny/SM +ontology/1SwM +OOo/M +oops/S +opalescent/Y +opaque/TYSP +open/rYdJPS +opened/UA +open-faced +open-minded/Y +openness/S +OpenOffice/M +operable/I +operandi +operatic/SY +opine/DGS +opium/SM +Oppenheimer/M +opposable +oppose/xSXDNG +opposite/PSY +opprobrium/MS +opt/wxWGD1S +optics' +optima/o +optimise/M +optimistic/c +optionality/M +opt-out/S +oracular +orang +orang-outang/S +orang-utan/SM +orbital/SYM +orbitale's +orchestrate/DGS +ordainer/M +ordaining/K +ordainment/K +ordains/K +orderlies +orderly/PE +ordinands +Oren/M +organelle/MS +organiser/AMS +organometallic +orgiastic +orgy/SM +orientate/ADESG +origami/MS +orison/MS +Oriya/M +ornamental/S +ornithology/w3SM +orography/WM +orotund +Orpheus/M +Orrin/M +orthodontist/SM +orthogonal/qQY +orthogonality/M +Osaka/M +OSHA +osier/SM +osmium/M +osmoses +ossification/M +osteoarthritis/M +ostler +Oswald/M +Oswestry +OTB +Othello/M +other/PSM +otherworldly +OTOH +ourself +oust/DRSG +out/GMDJS +outang/S +outboard +outclass +outermost +outerwear/M +outflank +outflow/M +outgrip +outlast/G +outlay/M +outlier/S +outlook/M +outperform +outplay +output/M +outshoot +outshout +outsize +outsmart +outstanding/Y +oval/SPM +ovenbird/SM +over/YMS +overachiever +over-active +over-anxious/Y +overbearing/P +overboard +overbold +overbuy +overcomplexity +over-delicacy +overdependent +overdevelop +overdub/G +overdue +overeducate +overemotional +overexcite +overfill +overflew +overhear/GS +overland +overlay +overlier +overload/G +over-long +over-particular +overprotection +over-ride/GS +oversight/G +oversimplification/M +overspill/M +overstress +oversubtle +overwrite/G +ovulate/DyGS +ovule/NMnS +Owen/M +oxalate/M +oxaloacetic +oxbloods +Oxbridge +oxidant/MS +oxidised/U +Oxnard +oxygen/NnM +oxygenate/MDSG +pa/oM +Pabst/M +pace/eDG +pacem +pacer/MS +pacey +pacification/M +Pacific's +packaging/SM +packs/AU +packsaddle/SM +pact/FIS +pact's/I +pad/DGMJZS +Paddington/M +paddock/SDGM +paddymelon +Padgett/M +Padraig/M +paediatrician/SM +paediatrics/M +Paganini/M +pageant/SM +paged/U +pagoda/SM +Pahaji +paid/KcfAU +Paige/M +pailful/MS +pain/S6jGDpM +painkiller/SM +painless/PY +painted/U +paladin/SM +palaeoclimatology/w +palaeographer/MS +palaeography/WS1wM +Palaeozoic +palatability/M +palatableness/M +Paleocene +Palestinian/S +Palladia's +palmer/M +palpable/YI +pamby +pamperer/M +pan/MGWDS +panacea/MS +panache/MS +panama/S +Panasonic/M +pandemic/S +pander/drS +panel's +panic/DSMGZ +panicky/T +Pannawonica +pans/Z +pantomimic +pantry/MS +Paola/M +papacy/SM +paparazzi +papaw/SM +paperback/MS +paper-clip/SM +paperhanging/SM +papery/P +papillae +paprika/SM +parables +parable's +Paraburdoo +paradisaical +paradise/SwM +paradox/S1wMW +paragliding +Paraguay/M +Paraguayan/S +paralegals +paralinguistic +parallelogram/SM +paralyse/RSkhWDG +paralysis/M +Paramecium/M +paramedic/MS +paramour/MS +parapsychology/SM +parathion/MS +paravane's +parboil/SDG +PARC/M +pardon/7rgldS +pardonableness/M +pare/FSKGD +parentage/SM +parental +parenteral +parentheses +parenthesise/D +parenthetical +parer/F +paring/SM +Paris/M +parkers +parliament/SM +parlour/MS +parochial/Y +paroxysmal +parsec/SM +part/IDGCS +partake/RSG +parter/S +parterre/SM +partiality/IMS +participable +participant/MS +participial/Y +particoloured +partier +parts/f +part's/f +parturition/MS +pas/RDGJ +pashmina +pass/FSGcD +passband +pass�e +passes/If +passionless +passport/MS +pastern/SM +pastis +pastry/SM +pasture/DSGM +patch/ESDG +Patchewollock +patchy/TY +patellae +patentor/MS +paterfamilias/SM +path/pSM +pathogenesis/M +patient/IY +patienter +patio/SM +patois/M +patriarch/ZM +Patrick/M +patrimonial +patriots/F +patriot's/F +patroon/MS +paved/UA +pawner/M +pawnshop/MS +pawpaw's +payable/S +payback/S +pay-claim +payroll/SM +PBX +PDQ +PE +peace/6lMj +peach/IGSD +peachy/T +pea-green +pear/SYM +pearl/GMDS +pearliness's +pearly/TS +peashooter/MS +pebble/GMSDY +pebbly/T +peccary/SM +peck/RDMSG +peculiar/YS +peddlers +pedestrian/QqSM +pedicab/MS +pedicure/3DSMG +pedigreed +pedimental +pee/RGS +peen/SDGM +peeve/DMGS +Peganone/M +pejorative/Y +pell +pelvis/MS +Pembroke/M +Pembrokeshire +penance/SMDG +pendent/C +Pendle +Penelope +penetrability/IMS +penetration/M +penetrator/SM +penguin/SM +penitential/YS +penknives +penlight/SM +penmen/M +penny-farthing +penny-pinching +pennyweight/MS +pennyworth/M +pension/7RDGM +pent/A +pentagram/SM +pentathlon/MS +Pentecostal +peon/ZSM +peonage/SM +peperoni +peppy/PT +perambulator/SM +percipience/MS +percuss/NVvGuSXD +peremptoriness +perennial/YS +perfecter/M +perfective/PY +perfidious/PY +perform/RG7DS +periastron +perigastric +perihelion/M +peril/ISDG +perimeter/MS +perinatal +perineum/M +periodicity/MS +periodontics/M +peripatetic/S +peripheral/SY +periphrastic +periscope/MS +perishable's +peristyle/MS +perjury/SM +perk/2DZzSG +permissive/PY +perpetuate/GNSnD +persecutor/SM +persimmon/SM +persistent/Y +personable/P +perspicuous/YP +perspire/NSDnG +perturbation/M +Peruvian/S +pervade/GuvNDSV +perverse/PXYVN +peso/MS +pessimism/MS +pest/SM +pester/Sd +pestilence/MS +pestilent/Y +pet/MRSDG +petition/FSAM +petitioner/SM +petits +Petronas +pettiness/S +pettish/PY +petulance/SM +pewterer +pfennig/MS +pH/M +phaeton/SM +phantasmal +phantasy's +phantom/SM +Pharisaical +pharmacology/wS31M +pharmacopoeia/MS +pharyngitides +pharyngitis/M +phase-out +phenomenon/MS +phenotype/SM +philippic/MS +Phillip/S +philodendron/MS +phlebitides +phlebitis/M +phlebotomy +phlegmatic/Y +phone/WD1ZMSG +phoneme/SM1 +phoneticist +phonograph/MSW +phonology/S3w1M +phonon/M +phosphorous +photo/SM +photoengraving/MS +photogenic/Y +photograph/MDR1SZGW +photojournalism/MS +photolysis/M +photon/SM +photopolymers +photorealism +phototypesetter +phrasing/SM +physician/SM +physiotherapist/SM +pianoforte/SM +piastre/SM +pi�ata/S +pibroch/M +pickaxe/SM +pick-me-up/S +picky/T +pictograph/MSW +picturesqueness/S +piebald/S +piecework/RMS +pieing +piezoelectric +piggery/M +piggishness/S +piggy/TMS +pigheaded/PY +pilers/F +pile's +pileup/SM +pimento/SM +pinball/SM +pincushion/SM +pineal +pinger +pink/TDYMZSPG +Pinnaroo +pinnate +pinning/fS +pintail/SM +piousness/IS +pip/rMdkDGS +pipet/DG +piracy/SM +pirouette/MSGD +pistachio/SM +piste/MS +piston/MS +pit-a-pat +pitch-dark +pitfall/SM +pithy/TP +Pittsburgh +Pittsworth +pity/RjSGM7D6pkl +pivoting/M +pizzicato +placed/U +place's +placket/SM +plagiarise/SRDG +plagiarist/SM +plainer/F +plane/MS +plant/IDAGS4 +Plantare's +planting/SM +plastein's +plasterboard/SM +plasterwork/M +plate/6JMS +plateau/GDSM +playhouse/SM +playing/ecaf +plead/DRJkSG +pleading/M +pleased/U +pleb/SZ +plenipotentiary/S +pleura/M +pliers/F +plighter +plodding/Y +plosive/I +plucky/TP +plughole +plugs/U +plumber/Z +plunge/DRSG +plutonium/M +pneumonia/MS +PO +poach/DSGR +pock/DMS +pocketful/MS +poetry/SM +poignant/Y +poinsettia/MS +pointer/MS +pointillist/SM +polarimetry +polarography/M +polemical +polemicist/S +polemics/M +poleward/S +policy-maker/S +politer +politicking/SM +poll/DGSM +poller +pollination/M +Pollock/M +pollster/SM +poltroon/SM +polybutene/MS +polychrome/W +polygon/MoS +polyisobutylene +polynomial/YSM +polyphosphate/S +polysyllable/SWM +polyurethane/MS +pomegranate/MS +pomp/SM +pomposity/SM +pompousness/S +pondering +pone/SMZ +pontoon/MSDG +pony/SM +Pooncarie +poorness/S +poor-spirited +popgun/MS +poppy/MS +popularity's/U +populated/AfU +populates/A +populous/PY +populousness/S +porcelain/SM +porcupine/MS +Poriferan +pork/RMZS +porno/S +porousness/S +porpoise/SDMG +portability/SM +portably +portae's +Port-au-Prince/M +porter's/4A +porthole/SM +portico/M +portion/GSMD +Portland/M +Port-of-Spain/M +portraiture/SM +Portugal/M +pose/CxEXSFDGRN +poser/ISM +posing/IA4 +posited/F +positional/KY +positioned/a +position's/FE4CIK +positivist/S +possess/ENKSXGAD +possibly/I +post/FMIGSD +post-box/SM +post-coastally +postdate/SDG +post-entry/S +poster/MIS +posterior/YS +posthumous/YP +post-impressionism +postmarital +postmark/GDMS +postmen/M +post-modernist +post-natal +post-nuptial +postponable +postponer +posts/eA +post's/e +post-structuralist +posturing/S +posy/SM +pot/gMZ7R6SDG +pot-belly/SMD +potentiometer/SM +pothead/SM +pothook/SM +potoroo +pot-puris +pots/C +pottage/MS +pouch/DSGM +Poulenc/M +poultice/DGSM +pounce/DSG +pound/FDGIS +poundage/SM +pour/7SDGk +pouring/e +poverty-stricken +PowerPoint/M +powwow/DSMG +Powys +pp +Pr +PRAC +practicable/YI +practicableness +practicals +practice/SM7 +Praesidium/M +praetor/SM +pragmatism/MS +praiser/S +praiseworthiness' +prattle/DkRGS +prawn/GSMD +praxes +pray/SRDG +PRC +preauthorise +precancerous +precarious/PY +precedent/DSM +preceptor/SM +precinct/MS +precis/NXM +precise/IPXYN +preclude/XDSGN +precocious/YP +precociousness/S +precode +precondition/G +precursor +predation/CSM +predator/MS +predicament/MS +predictable/U +pre-digested +predilection/SM +predominant +predominate/Y +pre-echo +pre-embryo/S +pre-employment/MS +pre-emptor/M +preen/GSD +pref +prefatory +prefecture/MS +pregnant/Y +preinterview +preliminary/YS +preluder/M +premature +premier/DGSM +premiere/MS +prenuptial +prep/SM +prepared/KUA +preponderance/SM +pre-privatisation +preproduction +preradiation +prerequisite/M +presbyterial +presbytership +prescriptivist +presentable/P +present-day +presetting +presser/IM +pressman/M +pressure-cooker +pressured +prestidigitator/M +Preston/M +presurmise's +pre-teen/S +pretence/MS +pretentious/YP +preterite/M +preterit's +pretest +pre-treated +pre-treatment +prettiness/S +pretty/TGSDPY +prevalent/Y +prevaricator/SM +Prevelly +preventative/S +prevision/D +pricer/MS +pricey +pricier +priest/SMDGY +priestess/MS +priestly/TP +prig/MS +primaeval +prime/PS +princedom/SM +Pringle/M +printable/Y +prints/aKc +prithee/S +Prix +prizefight/GMRJS +prize-winner/S +prize-winning +pro-American +probability/ISM +probate/MASN +probation/RMyo +probity/MS +proboscis/SM +procaine/SM +processor/KS +procrastination/M +procrastinator/SM +procreator +procurator/SM +procurer/M +prodigal/YS +prof/SM +professor/MoS +professorship/SM +proforma/S +profuse/PYNX +profuseness' +profusion/M +progeny/MS +programmables +programmatic +programmes +prohibitionist +projector/SM +proletariat/MS +promiscuity/MS +prompted/U +promptitude/SM +promptness/S +prone/YP +pronghorn/SM +pronounced/Ua +pronto +proof/ESAM +proofed +proof-read/GRS +prop/DGSM +propellent +proper/IYP +prophecy/SM +prophetess/S +prophylaxes +proponent/SM +proprietorial +proprietress/SM +propriety/ISM +prorogation/SM +prosciutto/M +prosody/WMS +prospective/PS +prospectus/MS +prostheses +Proston +prostration/M +protection/3SM +protection's/c +proteolytic +protest/RSkMNnDG +Protestantism +protestation/M +proton/MS +protuberant +provability/MS +Proven�al +Provence/M +proverbial +providence/MIS +proving/IA +provost/SM +prowl/RDSG +proximal/Y +proximate/PY +proxy/MS +prude/MyS +prudent/IY +prudery/SM +psalm/3MS +pseudo-intellectual +pshaw/S +psoriasis/M +psychiatry/MS3W +psychoanalytical +psychobiography +psychokinesis/M +psychometrics/M +psychometrics' +psychopathia's +psychophysical/Y +psychotherapy/SM +PTA +ptarmigan/SM +pterodactyl/MS +ptomaine/SM +pubertal +puberty/SM +pubescent/K +publication/MKA +publicity/SM +publishable/U +publisher/SM +puce/SMK +pucker/Sd +puffer/Z +puffery/M +puggiest +pulchritudinous/M +pull-out/S +pullover/SM +pulmonary +pulp/D2GZSM +pulper +pulpwood/MS +pulverisation +pumice/MSDG +pumping/M +pun/MDGS +punctilio/MS +punctilious/YP +punctiliousness/S +punctuate/xSGNDn +punditry/S +punished/U +Punjabi +pupillae's +pupillage/M +pure/ITPY +purgatorial +purism/SM +puritan/wSM1 +puritanism/S +purple/TGSDM +purport/hRDGS +purview/SM +pus/MZ +push-bike/SM +pushcart/SM +push-up/S +pusillanimity/MS +pusillanimous/Y +puss/S +putative/Y +putrefaction/MS +putridity/M +puttying/M +pyjama/MS +pylon/MS +pyorrhoea/M +pyrotechnics/M +pyrotechnist/M +Pythagoras +python/MWS +qt +quackery/MS +quadraphonic/S +quadrillion/MSH +quadripartite/Y +quadriplegic/SM +quail/MDGS +quake/ZGDS +qualifiedly/U +quarrelsome/YP +quarrelsomeness/S +quarterdeck/MS +quarter-final/SM +quarter-hour +quartering/M +quarterstaff/MS +quarti +quaternary/S +queasiness/S +Quebec/RM +Queenscliff +Queensland/M +Queenstown +quern/M +querulousness/S +questionably/U +quiescence/SM +quietude/ISME +quilt/RMDGS +Quinella +Quinnell/M +quintile/SM +Quinton +quintuple/GDS +quirkiness' +quirky/TP +Quito/M +quiver/kSdZ +quoits' +quorum/MS +Quos +quoted/U +qwerty/M +r/sd +Ra +rabbinical +rabbit/SdM +rabble-rousing +RAC +racecourse/SM +racialism/M +racket/dSMZ +radiately +radiotherapist/MS +radiotherapy/SM +radon/M +raft/DRGSM +rag/MikdDhGS +raglan/MS +rags-to-riches +rail/DCJGS +railer/M +railhead/SM +rail's +Railtrack/M +rainy/T +Raja's +rake/SDMG +raker/M +Ralf +rally/GDS +ramie/MS +ramification/M +Ramprakash +rancidity/MS +rancidness' +rang/RGDZ +range/CDSG +rape/SM3 +Raphaelite/SM +rapid/SY +rapidness +rapport/SM +rapt/Y +rarefy/GDS +rateable +rationale/QqM3Ss +rationality/SM +rationality's/I +ratline/SM +rattrap/SM +Ravensthorpe +ravish/GRLDSk +Rayleigh/M +raze/SDG +reabsorb/G +reacted/c +reactivity +readership/MS +readopt/G +readout/MS +ready/SGDTP +Reagan/M +realism/SM +realist/W1 +reality/SUM +real-time +realtor's +reap/RGS +reappear/G +reasonable/U +reasonably/U +reasoning's +reattainment +rebate/M +rebut/DG +recalcitrant +recanter +recentre +reception/3SM +recessive/PS +recidivism/SM +reciprocation/M +recirculate +reckless/Y +recognisably/U +recognise/BRGDSl +recoil/p +recommission/G +recommit/XN +recompose/D +reconcilable/IU +recordable/U +recount/G +recoup/G +recouple +recriminate/NVySnGD +rectal/Y +rectory/SM +recurs/vXVN +recurved +recusant/M +redaction/SM +redbreast/SM +Redcliffe +reddish +red-eye +redivide +redolent +redraw/G +reduction/3M +redundancy/SM +Reebok/M +re-educate +reel/DRGSM +reemployment/S +re-enter +re-enumerate/N +Rees +referencing/U +refile +reflation/y +reflective/P +reflector/MS +reform/Bny3RNG +refractors +refrigerated/U +refrigerator/MS +Refugio/M +refulgence/M +refulgent/Y +refutable/I +regency/SM +Reginald/M +Regis/M +registry/MS +rego +regress/NGVvSXuD +regular's +rehearsal/SM +reignition +Reiko/M +reindeer/M +reinforced/U +Reinhardt/M +reissue +rejoin/G +reknit +relate/FNnVGDvS +relationship/SM +relativeness/M +relaunch/G +relaxedness' +reliably/U +religion/3SM +relinquish/DLSG +rellie +reload/G7 +reluctance/SM +rely/WBDGl +rem +remediable/I +remembered/U +remiss/VP +remnant/MS +remould/G +remount/G +removal/MS +remunerative/U +renal +Renaldo/M +Renato/M +rendezvous/SDMG +Rene/M +renegue +rennet/M +rennin/M +Reno/M +renown/MD +rent-free +repaper/d +repartee/SM +repave/G +repay/7 +repent/DGS +repentance/SM +repletion/M +report/aDGf +reportage +reprehensible/Y +representation/aM +repression/M +repressive/P +reprisal/SM +reproducibility/I +reproducibly +repugnant/Y +reputes/E +request/G +requisitioner/M +re-radiated +reread/7G +re-route/SDG +resale/7 +rescale +research/7GM +resequence/G +reservation/M +reserved/UY +reservedness/M +reship/LDG +residence/SZM +residual/S +residuum/M +resign/nNhi +resignal/GD +resignees +resinlike +resiny +resistibly/I +resistor/SM +resole +resolvable/UI +resonant/Y +resourcelessness +respect/EMjD6GS +resplendent/Y +responsiveness/U +restitution/SM +restore/VvRNgn +resumption/M +resuscitate/DNnVGS +retain/RGSD +retaliation/M +retard/DRnGS +retardation/M +reteach/G +retest/G +reticence +reticulare +retinitis +retrace/GNn +retrench/L +retrieval/SM +retrograde/nDSG +returnee/SM +revenge/G6jDSM +revenger/M +reverberation/M +reverence/IMS +reverenced +reversible/YI +revert/DSbG +revision/3y +revisionist +revitalise/nR +revolve/RGJDS +revue/MS +revulsion/M +Rf +rheology/3Mw +rheumatic/SZ +rheumatism/SM +Rhinelander/M +rho/M +Rhonda/M +rhythm/WMwS1 +rial/SM +ribaldry/SM +ribonucleic +rice/SM +Ricky/M +ricochet/GSDd +rid/Gr7S +ridden/c +riderless +ridesharing +ridge-pole/MS +ridicule/DSMG +riff-raff/M +rigger/eMS +right-angled +righted +righten +righteous/PY +righter/MS +rightish +right-minded +rightmost +rightness/M +rime/SM +rind/DSM +ringleader/SM +ringworm/SM +rinse/DGS +ripcord/SM +ripsaw/SM +risotto/SM +risqu� +ritual/YMSQ +ritualistic/Y +riven +Riviere's +riyal/MS +roadhouse/MS +road-test +roadworthy +Roarke/M +Robb/MZ +robe/ES +robin/SM +Robles/M +robot/QWSM +Rob's +Rockaway/M +Roderick/M +Rodger/MS +Rodney/M +Rodriguez/M +roebuck/SM +roentgen/SM +roger +rogue/yMS +roister/rdS +Rojas/M +Roland/M +role/SMZ +Rolfe/M +Rolland/M +roll-back/SM +roll-call +roller-coaster +Rollo/M +roll-on +Rolph/M +Roma/M +Roman/Q3SM +romantic/Y3MQS +Romford/M +roofing/M +rooinek/S +roomful/SM +Rosalind/M +Rosamond/M +Rosebery/M +rosebush/SM +Rosedale +Roselle/M +Rosen/M +rot-gut/M +Rotter +rotundity/MS +rough-and-ready +roughen/Sd +roundel/S +roundelay/MS +round-up +Rourke/M +Rousseau/M +roustabout/MS +route/aADS +rove/SDRG +row/RMDGS +Rowan/M +Rowena/M +Roxby +Roy/M +royalist +Rt. +Ru/M +rub/RDGS +rub-a-dub +rubberneck/GMRSD +rubric/MS +ruckman +Rudd/M +Rudolf/M +Rudyard/M +rug/MDihS +Ruggiero/M +ruination/M +ruinous/Y +rummy/STM +rumourmonger/SM +run-down/M +rung/MS +runnel/SM +runny/T +run-of-the-mill +runty/T +run-up/S +Runyon/M +rupiah/MS +rural/Y +Russ +rusticity/S +rusty/NTPn +Ruth/M +rutherfordium/M +Rutherglen +Rutland/M +Ryde +Ryder/M +Ryedale +Rylstone +Sabina/M +sable/MS +sabotage/SDG +sacra/L +sacramental +sacroiliac/S +sacrosanct +saddle/USGD +Sadie' +safeguard/MGDS +safflower/SM +sagacity +sagely +saggy/T +Sagittarius/M +sahara +sailborders +saint/DYSM +salacious/Y +salaciousness +salacity/M +Salazar/M +saleable/U +saleroom/MS +sale's/A +salesclerk +salesgirl/SM +salesmanship +salespeople/M +Salina/SM +salinity/SM +saliva/yM +Salo +Salomon/M +salsify/M +salt-cat +salt-mashes +saltness +salt-pan/SM +salubriously +salute/NSnDG +salvable +salvager/M +Sam/MZ +Samoan/S +samovar/MS +samples +sampling/S +Sanborn/M +sanctifier/M +sanctioned/U +sanctuary/MS +sanctum/MS +sandal/GSMD +sandbank/SM +sandbar/S +sandblast/RDGS +Sandi/M +sandmen/M +sandpiper/SM +Sandringham +sandy/TP +saneness/I +Sanhedrin/M +sanity's/I +sank +Santa/M +Santana/M +sap/pDR2MZGS +sarcastic/Y +sarcoma/SM +Sardinia/M +SASS +Satanist +satchel/SM +sate/S +satiable/I +satin/SM +satirizing +satisfy/RDSGBk +satori/M +saturation/M +Saturnalia's +satyr/SWM +saucy/TY +saurian/S +sauropod/SM +Sauternes +sauvignon +savage/PSGDYy +savagery/SM +saviour/MS +sawfly/SM +saw-horse +SBA +scab/2ZSDGM +scabrous/Y +scalability +scalene +scallop/dSM +scalpel/SM +Scamander +scandalous/Y +scantness +scanty/T +scape/SM +scarab/SM +Scaramouch/M +scarlet/M +scarp/DGMS +scathed/U +scenarist/MS +scenery/SM +sch. +Schaefer/M +Schafer/M +schedule/AGDS +Schenectady/M +scherzi +schilling/SM +schismatic +schizoid/S +schizophrenic/YS +Schlock/M +Schofield/M +schoolboy/SM +schoolchild/M +schooled/U +schooling/SM +school's +schwa/SM +Schwartz/M +sciatic +Scientology/M +Scilly/M +scissor/S +sclerosis/M +scorch/SGRDk +scorecard/MS +scorekeeper/MS +scoreline +Scorpio/MS +Scot/Mm5ZS +Scott/M +scoundrel/SYM +scouting/M +Scrabble's +scrape/SJ +scrapie +screech/ZSMDG +screed/SM +screener +screwdriver/MS +screwiness +Scriabin/M +scribble/SDGRJ +scrimp/GSD +scrimshaw/SDGM +scrip/M +scripted/UF +scriptorium +scruple/DSMG +scrupulosity/SM +scrutineers +sculptress/SM +sculpture/DMoSG +Scunthorpe/M +scurvy/YS +scuttlebutt/SM +SDI +Se +seabed +seafarer/MS +seafood/M +seagoing +seagull/S +seahorse/S +sealskin +seaport/MS +searchable/U +searcher/ASM +searchlight/MS +seaside/M +seat/ADGUS +seatbelt/S +seater/M +seat's +Seattle/M +seawall/S +seaway/MS +seaworthiness +seborrhoea/W +seceder +secessionist +seclusion/M +sectional/YQS +sectioning +secularist +secularity/M +sedan/MS +sedation/M +sedge/ZMS +Sedgemoor/M +seedbed/MS +seed-cord +seeded/U +seedless +seedy/TP +seek/RGS +seemliness/U +seemly/TP +seep/DGS +see-saw/DSGM +see-through +segregation/3M +seigneur/SZM +seigniorage +seigniorial +seigniory/S +seismal +seismogram +selector/SM +Selena/M +self-absorption +self-adhesive +self-appointed +self-assembly +self-closing +self-consistency +self-denying +self-determination +self-determined +self-effacing +self-employed +self-hate +self-imposed +self-justification +selfless/Y +self-portrait/S +self-recording +self-regulating +self-regulatory +Selfridge/SM +self-righteous/Y +self-sufficient +self-sustained +sellable/U +Sellafield +sell-by +selves +Selwyn +semblance/EMSA +seminary/SM +semi-official/Y +semiology/3W +semi-rigid +semi-skimmed +Semite/WMS +semitone/SM +semplice +sempre +senator/SM +Senegalese +senioritis +sensationalism/MS +senselessness +sensibleness +sensibly/I +sensitise/CDSnG +sensitivity/ISM +sensitizing +sensory +sensualist/MS +sensuality/SM +sententious/Y +sentimental/QsY3q +se�or/M +separableness +separate/DS3BNVGnY +separatism/MS +separator/SM +sepia/MS +Sepoy's +sept/NWM +septate +septicaemia +sequacious/Y +sequel/MS +sequent/F +sequestrate/SGD +seraph/M1SW +Serbia/M +Serbian/S +series +serous +serried +server/KSM +serviceableness +servile/Y +servility/MS +serving's +Seth/M +settler/SM +settlings +seventy-three/H +seventy-two +severance/SM +sewage/M +Seward/M +sewerage/SM +sex-starved +sextant/SM +sexuality/MS +Seyfert/M +Seymour/M +sforzandi +shackle/SDGU +shackler/M +shackle's +Shaftesbury/M +shag/GMS2ZD +shaky/YT +shame/6MjpS +shammer +Shamus/M +Shannon/M +shantung/M +shanty/SM +shape/YRMGpDS +shapelessness' +shapes/aA +Shapiro/M +shard/SM +shareholder/SM +shark/MS +sharp/TYS +sharpen/AdS +sharpened/U +sharpener/S +sharpshooter/MS +Shawn/M +sheathing/M +sheepish/YP +Sheilah/M +Shelagh/M +shelter/rSMd +sheltered/U +sherbet/MS +sherds +Sherman/M +Sherri/M +Sheryl/M +shield/DSGM +shifty/TP +shin/rkdGSDM +shin-bone/MS +shininess +shipboard/SM +shippable +shipped/4 +ship-rigged +shipwreck/DGSM +Shirley/M +shirt-front/S +shirtless +Shiva/M +shoal/SM +shoddy/TP +shoehorn/DGSM +shoeing/A +Shoji/M +shooting-jacket/MS +shooting-stick/SM +shopman +shop-worn +shoreline/SM +shoreward +short-circuit +short-circuiting +shortfall/MS +short-sightedness +shortstop/MS +short-termism +shot-put +shouldn't +shovel/G6DRSM +show/AG +showbiz +showcase/SGDM +shower-bath/S +showgirl/MS +showmen/M +show-place/SM +shrapnel/M +shrimp/SM +shrine/MS +shrinker/M +shrivel/DSG +shrunken +shudder/dSZ +shuffle/RDGS +shut-out +shutterbug/S +shuttle/DGSM +Siam/M +Sibley/M +sic/DTG +Sicily/M +sickish +sickle-bill +sickroom/SM +side-car/SM +side-chapel +sidedness +side-door +sides/eIf +side's/f +sideshow/MS +sidewall/SM +sidewinder/SM +sidewise +siding/MS +sidle/GDS +Sidney/M +siege/MS +sierra/MS +sighting/S +sight-line +signification/M +signify/nSDGN +signing/S +signora/M +signs/f +Sihanouk/M +Sikh/MS +silicon/M +silo/MS +silt/NDZGSM +Silverstein/M +Silverstone +silvery/T +simile/MS +Simms/M +Simon/M +Simone/M +simpleness +simplicity/MS +simplified/Uc +Simular's +simulate/EGSDnN +simulation/EM +simulator/EMS +since +Sinclair/M +sinfonia/M +single/DPSG +singlet/SM +singularity/MS +sinister/Y +sinusoid/oMS +sinusoidal +sir/dMS +sisal/SM +Sisyphean +sitarist +sive/a +six-fold +six-pack/S +six-shooter/S +sixth-former/S +sizable/A +sized/f +sizzler/M +skein/SM +sketchbook/SM +ski-jump/DRG +skilful/Y +skilfully/U +skilfulness +skill/MSD +skilled/U +skinflint/SM +skinny/TP +skip/DRGS +skirts/fe +skirt's/f +skite +skitter/dSZ +skivvy/MDSG +skullcap/MS +skydiving/M +sky-rocket/dMS +skyway/M +slacken/dS +slam/RSDG +slanderer/S +slapdash +slaughter/MrdS +slave-driven +slaver/d +slaw/MS +sled/G +sledgehammer/SM +sleepwear/M +sleet/GMSZD +sleigh/RGSDM +slick/RGYDTPS +slide/GS +sling/GSM +slinky/T +slipway/SM +slit/RGDSM +Sloan/M +Sloane/M +slosh/GSD +Slovakia/M +slowdown/SM +sludge/MZ +sluice/DMGS +slum/SDMGZ +slumlord/MS +slummy/T +slunk +slur/SGZDM +sluttish +sly/T +slyly +smallholding/MS +small-scale +Smallwood/M +smarten/dS +smartness +smeller/M +smelt/RGSD +smilax/SM +smilies +smiling/UY +Smithsonian/M +smoggy/T +smoke-dried +smooch/SDG +smoothes +smooth-talk +smother/dS +SMTP +smug/TYP +smutty/TP +Smythesdale +snafu/MS +snail/SM +snake/MGZDS +snakebite/SM +snap/RzZ2DGS +snapping/Y +snappish/YP +snaps/U +sneak/DGSZz2k +snicker/d +sniffle/SDG +snivel/GDSRJ +snob/ZSM +snobbery/SM +snood/SM +snook/MSR +snoop/RGSZD +snooze/DSG +snotty/TP +snowball/DMGS +snubber +soaker/M +sob/GMDS +soberer +Soc. +socialism/SM +sociality/M +socio +sociobiology/M +sociocultural/Y +socio-economic/YS +sociometry/WM +sociopath +Socrates' +sodden/PY +sodomite/SM +soft/cP +softball/SM +softer +softest +soft-headed +soft-headedness +softly +soft-paste +soft-sell +software/M +softwood/SM +Soham/M +Soho/M +soil/DGSM +soiree/SM +sol +sold/cAUef +solder/AU +solderer/S +soldering +soldier/MDGYSZ +soldiership +solicitor/SM +solicitous/Y +solidarity/SM +solidify/NGSnD +solidus/M +soliloquise/GDS +Solomon/M +solute's +solve/EADSGR +solvency/ISM +somalia +sombrero/MS +someone'll +someway +somnambulism/M +Sondheim/M +song/MS +songwriter/MS +Sonja/M +sonny/MS +sooth/RGkSMD +sophisticate/DSGh +sophistication/M +sorceress/S +souffl�/SM +sought-after +soundboard/SM +sounder/SM +soundness/U +soundproof/DSG +soundproofing/M +source/eDGAS +south-East/M +southeaster/MS +south-Easterly +south-eastward/S +Southport +south-south-east +south-south-west +south-west's +souvenir/SM +sovereign/SYM +sowing/M +soya +spa/MWS +spacesuit/SM +space-time +spadefish +spadework/M +spadices +span/DGSRM +spanker/M +spanking/M +sparers +sparky/T +spars/T +sparseness +spas/W +spathe/SM +spatial +spatia-temporal/Y +spavin/MS +spearfish/M +specialist/W +speciality/S +specificness +specify/ASGD +speck/MS +spectrography/M +spectrophotometry/M +spectroscope/1ZSMW +speculation/M +speedster/MS +spendthrift/SM +Spenserian +spermatozoon/M +sphinx/MS +Spiegel/M +spike/MZDSG +spill/cGDS +spiller +spine/MZp2S +spinet/MS +spinsterish +spiracle/SM +spiraea/SM +spiral/GSDY +spired/AF +spiry +spite/AMS +spiting +Spitz/M +splatter/dS +splendiferousness +splendorous +splendour/MS +splice/RSGJD +splint/RMSDG +split/GRSM +splurge/SDMG +splutter/dS +spokespeople +sponsorship/S +spore/MS +sport/Vum5kD2SZGvM +sporter +sporting/U +sportswear/M +spot/DGRZpSMz2 +spots/C +spot's/C +spout/DSG +spouter/M +spread/CGSec +spreadable +spread-eagled +sprig/MDSG +springboard/SM +springbok/SM +spring-clean/D +Springfield/M +springiness/S +springlike +sprucer +SPSS +spud/GDSM +spun +spurner +Sputnik/SM +sputum/M +sq. +squab/SM +squalid/PY +squall/GMSYD +squalor/S +squamous +squarer/M +squawk/DRSGM +squeaky/T +squelchy/T +squint/GSD +squinter/M +squireling +SRO +SSS +St +stabilise/CSnRGD +stability/ISM +stable/mqQsPTGSD6M +stable-lad/SM +stable-mate +staccato/S +stack/DG7SM +Stackhouse's +stage-hand/SM +stage-management +stagnancy/SM +stagnant/Y +stagnate/DnSGN +stagnation/M +staid/YP +stain/GSDp +staircase/SM +stairway/SM +Staley/M +stalk/DGRSM +Stamford/M +stamina/M +stamped/d +stampeder/M +stand-alone +standard-bearer/SM +stander/S +standoffishness +Stanleigh/M +stannic +stare/S +starfish/MS +starstruck +start/RDSG +stateable +statehouse/S +Staten/M +stater/aM +statesmanlike +static/YS +stationing +stat's +stay/cGSeD +steadfast/PY +steam/R2MGDzSZ +steamy/TP +Stearns +steed/MS +steep/TDYSG +steepness +Stefano/M +Steiner/M +Stellenbosch/M +steno/SM +step/acSI +stepchildren +Stephen/MS +step's/aI +stepwise +stereophonic +stereoscope/MSW1Z +sterilise/AGSD +steroid/SM +steroidal +stertorous/YP +stethoscope/SM +Steve/M +sticky/TP +stiffen/drS +stimulant/MS +stimulated/U +stimulatory +stimuli/M +stimulus/M +stingray/SM +stingy/PT +stir-fry/D +stockbroking +stocking/MDS +stockpiler/M +stockroom/MS +stock's +stocktaking/M +stockwhip +stodgy/TY +stoical +stoichiometry/WM +stoke/RGDS +stone/GpZMDS +Stonehenge/M +stop/RDGSM +storage/SM +storehouse/SM +store's +storm/RpM2GDzSZ +storm-bird/MS +stormproof +stormy/T +story/DMS +stouten +straight-edge/MS +strainer/AMS +strait/YSM +strangle/RSDG +stranglehold/MS +Strasbourg/M +strategy/3SW1wM +stratus/M +streaked/U +streaky/T +streetlight/SM +streptomycin/M +stressed/cU +Strickland/M +strictness +stride/MSG +stridency/S +strident/Y +strikeout/S +string/AGS +stripe/MZSDG +stripling/M +strobe/MS +stroboscope/WSM +stroll/DGRS +Strolz/M +Strom/M +strongbox/SM +strontium/M +structures/A +'struth +Strzelecki +Stubblefield/M +stubbly/T +stubby/T +stuck/U +studentship/SM +stumpage/M +stumpy/T +stung +stupider +stupidity/SM +Stuttgart/M +styli +stylist/1MWS +stylus/MS +Suarez/M +suave/Y +Subaru/M +sub-clause/S +subcompact/S +subcontract/SMGD +subdomain/MS +subfusc +subgenera/W +subgroup/SM +sub-group/S +subheading/M +subject/uDGMvVS +subjective/P +subjectivism +subjoin/DSG +sublet/GS +sublimate/MSGD +subliminal/Y +submission/AM +subordinate/IDYGnSN +sub-plot/SM +subpopulation/SM +subregional +subroutine/MS +sub-Saharan +subscribed/U +subscriber/SM +subsection/SM +subservient/Y +substantiate/GSDnN +substitute/SDBVGv +substructure/MS +subsystem/MS +subterranean/SY +subtext/MS +subtlety/SM +subtropical +subzero +successfully/U +succession/M +successive/P +successor/SM +succumb/DGS +suckle/GSDJ +suede/M +Sue's +suet/ZM +suffrage/S3M +sugarplum/MS +suitably/U +suitcase/SM +suite/MS +sukiyaki/SM +Sukkoth's +Sulla/M +sulphur/dSWM +sulphurous +sultana/SM +Summerdale/M +summerhouse/SM +Sumner/M +Sumter/M +sunbathe +sunbeam/SM +sunblock/S +sunk +sunlight/M +sunlit +sunscreen/S +sunshine/ZM +sup/DRGS +supercargo/M +supercilious/YP +supererogatory +superficial/Y +superficialness +superfluity/MS +superfluous/Y +superheroes +superhuman/Y +superlunary +supernormal +superstar/SM +superstitiousness +supervision/M +supplanter/M +supplementer's +supplicate/nSGDN +supplication/M +suppressed/U +suppression/M +suppurate/nDSNG +Surat/M +surface-to-surface +surge/ADSG +surgeon/SM +Surinam/M +surreptitiousness +Surrey/M +surround/DSGJ +surtax/SM +surveillance/MS +surveyor/SM +survivability/M +suspicion/SM +sustainable/U +SUV +Suzann/M +Suzette/M +swab/SGDM +swag/GmMDS +swallower/M +Swanbourne/M +sward/DSM +Sweeney/M +sweetbread/MS +sweetmeat/SM +swingeing/Y +swingletree/MS +swirly/T +swish/GDZS +switch/DRSGM +Swithin/M +Switzerland/M +swizzler +Sybille/M +syllable/MWS +Sylvan's +Sylvester/M +symbiosis/M +sympathy/sQMWS +symphonists +symptom/M1pSW +synaeresis +synaesthesia +synchronises/A +synchrony/qQs +syncline/MS +syncope/nMN +syndrome/SM +syndromic +synergism/SM +synod/WSwM +synodal +synonymity +synonymy/SM +synopsis/M +syntax/MS +synthesise/ASGD +SyQuest/M +Syria/M +syrupy +syzygy/S +Szechwan/M +tableaux +tablecloth/SM +tablespoon/6SM +tablet/SM +taciturnity/M +tack/SM +Tacoma/M +tactical +tactile/Y +tactility +tactual/Y +taffrail/SM +Taft/M +Tahiti/M +Tahitian/S +tailgate/G +tailgater/M +tailspin/SM +Taint's +takings/f +Talbot/M +talcum +talebearer/MS +talented/U +Taliesin/M +talking/M +talky/S +tall/T +Tallahassee/M +tallness +tally-he's +talon/MS +taloned +Tambo +Tamborine +tamed/U +Tammin +Tammy/M +tamp/DGS +Tampere +Tanaka/M +Tanbar +tanbark/SM +Tangalooma +tangle/GUDS +Tannenbaum/M +tansy/MS +Tantalus/M +tantamount +tapelike +tapeline/S +tape-record/G +tapeworm/SM +taramasalata +tarantella/MS +tarantula/SM +tardiness +tardy/TY +Taree +target/dMS +tarnish/SGD7 +tarp/MS +tarry/DTGS +tarsal +tartan/MS +Tarzan/M +Tashkent/M +Tasman +Tas's +tasteless/YP +tat/ZrGSD +Tatar/MS +Tathra +Tatiana/M +tattle/RSDG +tautness +tautology/M1wS +taxables +tax-deductible +taxer/S +tax-free +taxies +taxing/c +taxpaying +Tbilisi/M +Tchaikovsky/M +tea/MyS +teaches/A +teach-in +teaching/M +teacup/6SM +teamster/SM +tearlessness +tear-off +teas/DSkRG +tease +teasel/SM +technician/SM +technophobia +tectonic/SY +teddy/SM +tedious/YP +teens/Z +TEFL +Tel. +telecommunicate/Nn +Telefonica +telega +telegraph/W1G3MRDSZ +telegraphy/M3 +telepathy/1MS +telephone/SG3MZWD +teleprocessing +TelePrompTers +telescope/SGMWD1 +tell-tale/SM +Telugu/M +temperature/SM +tempestuous/Y +templates/F +tempo/SM +temporariness +tempt/FS +tenancy/MS +TENAX +tendency/SM +tender/qQdsPY +tenderest +tenebrous +Tennant +tennis/M +Tennyson/M +tenor/MS +tentacle/DSM +tenth/Y +tepee/SM +Teri/M +terminating +termini +termism +Terpsichore/M +terrace/GDSM +terraform +terrain/SM +terrazzo/M +Terre/M +terribleness +Terrill/M +terrine/M +territory/oMS +terrorist +terror-stricken +tertian +tertiary/S +testis/M +tetchy/TY +tether/dSM +tethered/U +tetrafluoride +tetragonal +tetraplegic +Tettenhall +textile/MS +Textron/M +textual/FY +texture/oMDSG +Thames +thane/SM +theatre/SwM1 +theme/DSM +thenceforward +theocracy/SM +theodolite/SM +Theodosius/M +theologian/MS +thereby +therein +Therese/M +thereunder +thereunto +thermal/S +thermionics/M +thermocouple/MS +thermoforming +thermoluminescent +thermoplastic/S +thermosetting +Theron/M +thesaurus/MS +Thessalonian/S +thicken/dSr +thickness/S +thick-skinned +thingamabob/MS +thingamajig/SM +think/ASG +third-class +thirsty/T +thirty-eight/H +thirty-seven/H +thistledown/M +thither +tholi's +thorax/SM +Thoreau/M +thorn/2MZS +Thorndike/M +Thornton/M +Thoron/M +thought/Mj6pS +thoughtfulness +thraldom +thrall/SM +thread/AGDS +threadlike +threaten/dkS +Thredbo +three/HSM +threescore +three-wheeler +thresh/RGDS +threshold/SM +thrifty/T +thrive/DSkG +throaty/TP +throne/CDS +thulium/M +thumbnail/SM +thumper +Thur/S +thwarter/M +thyme/SM +thymus/MS +thyself +Ti +tibiae +ticker-tape +tic-tac +tideway/M +tidiness/U +tiebreaker/MS +tight/TYPS +tight-arsed +Tijuana/M +tike's +Tilba +tiller/EMS +Timboon +time-and-motion +timekeeper/MS +time-lapse +timelessness +time-share/DSG +timestamps +timorous/Y +tinderbox/MS +ting/a +tinge/DS +tingly/T +tinker/dMS +tinny/PT +tipped/U +tipple/DRSG +tipsy/TP +tip-top +titanium/M +titbit/MS +Titian/M +titillate/VknSGND +titivation/M +titled/U +titleholder/MS +titmouse/M +toad/MZS +toast/DGRSZM +tobacconist/SM +Toby/M +today/M +toddy/MS +toehold/SM +Togo/M +Toledo/M +tolerability/MI +tolerable/IY +tolerance/IMS +toleration/M +toll-road/SM +Tomas +tomb/SM +tomboy/SM +Tomlin/M +Tommie/M +tomography/MW +tomorrow/MS +Tompkins/M +toned/I +tongue-twister/S +tonne/MS +tonsillitis/M +Toora +toot/DGRS +toothsome +toots/Z +top/pRMJ1GwDWS +Topeka/M +topgallant/M +top-heavy +topiary/S +topic/SM +topknot/SM +topographer/MS +topology/w31SM +tops/Z +topsail/SM +topsoil/M +top-up +torch-bearer/SM +toroidal +torpedoes +torsional +tortellini/M +tort's +Torwood +totalitarianism/SM +tote/SG +totem/MS +touch-and-go +touch-judge/S +Toulouse/M +tourist/SZM +tournament/MS +toward/S +towbar/MS +towel/DSGM +tow-line/MS +townsfolk +towrope/SM +toxaemia/M +toymaker +traced/AU +Tracey/M +trachea/M +tractate/B +tracts/C +tract's/F +trade-in/S +tradename +tragic/Y +tragicomedy/SM +trail/RSDG +traits +trait's +tramlines +trampoline/MS +trampolinist +tranche/MS +transact/xG +transcendence/MS +transconductance +transcontinental +transcribe/RDGXSN +transcription/M +tranship/LG +transiency/S +translates/a +translational +transliterate/DGn +transmissible +transmissive +transparency/SM +transpolar +transpose/N +transverse/oY +transvestitism +trap/JDRGMS +trapshooting/M +trashiness' +trashy/TP +traversable +traversed/U +travertine/M +trawl/RSDG +tread/ASG +treasonous +treaty/MS +treble/DSG +Treblinka/M +trefoil/SM +trellis/SMd +tremendousness +Trescothick +trespass/DRSG +trews +Triabunna +trial/KaA +trialled +triangulation/M +tribulation/MS +tribunal/MS +trice +tricentennial +triceps/M +trichinae +trichinoses +tricky/TP +trigonometry/wMW +trilingual +trim/YDSJTRG +trimness +trimonthly +triplication/M +tripwire/SM +trisector +triteness +trivet/SM +triviality/MS +troglodyte/MS +trojan +trombone/SM3 +troop/RSDMG +trope/MWS1w +Trotsky/M +troupe/RDMSG +trouser/S +trousseaux +Troy's +Trudi/M +trumpet-call +truster's/a +trustworthy/P +trusty/TMS +truth/6SUjM +try's +tsarevitch +tsarina/SM +tsarist +tsetse +t�te +TTL +tuberculin/M +tuberculous +tuck/DSRG +Tucson/M +tuition/IMS +Tullamarine +Tully/M +tumbler/6 +tumorous +tumultuous/PY +Tunbridge +tune/jSp6MJ +tuneful/P +tuning/CA +Tunis/M +turbinate/D +turbine/SM +turf/ZSMDG +turmoil/M +turnabout/SM +turnover/MS +turnstile/SM +Tuross +turpentine/M +Turpin/M +turtle-neck/DMS +Tuscaloosa/M +tut/SDG +tutti/S +tu-whit +twaddle/M +tweak/GSDR +twenty-five/H +twenty-nine/H +twenty-one +twenty-seven/H +twerp/SM +twice +twinkle/YDGS +twirl/RSYDG +twister/MS +twitch/DZSG +'twixt +two-handed +twopence/SM +two-step +TWX +Tyler/M +typeset/SRG +typewrote +typhoon/MS +typhus/M +typology/w1SM +tyrannosaur/MS +tzar/SM +tzatziki +UFO/S +ufologist/S +ugh/F +ugliness +ugly/T +Ukrainian/S +ulcerous +ultimatum/MS +ultra/S +ultralight/S +Ulverstone +umbrae +umpteenth +una/y +unaccountability +unaffected +unalterable/Y +unalterableness +unamicable +unapparent +unbelieving/Y +unbroken +uncalled-for +uncap/GD +uncelebrated +uncharitable +uncharming +unchaste +uncomfortable +uncomplicated +unconfused +unconvertible +uncork/G +uncreative +uncurl/G +undaunted/Y +undedicated +underachieve +underarm +undercount +undercurrent/M +underfoot +undergone +undergraduate +underlie/G +underline +underpin +underplay +underskirt +underspecification +understanding/aSM +understrength +understudy/M +underweight +Underwood/M +unequal/D +UNESCO +unessential +uneven +unexacting +unfair +unfasten/d +unfeeling +unforgeable +unfriendly/T +unfunny +unfussy +ungodliness +ungracious +unheard-of +unhinge +unicast +unicorn/SM +unideal +unifiable +unification/MA +unimpeachable/Y +uniprocessor +unique/Y +Unitarianism/M +unite/ESGAD +univariate +universality/SM +unkind/Y +unlit +unliveable +unload/G +unloose/G +unluckiness +unmannerly +unmethodical +unmovable +unneighbourly +unobservable +unobtrusiveness +unorthodox/Z +unpick/G +unpredictability +unproductive +unpunctual +unread/B2 +unremitting/Y +unrest +unsafe +unsanitariness +unscrupulous +unsentimental +unshapely +unsightly/P +unsnap/DG +unspeakable/Y +unspecific +unstinting/Y +unstuffy +unsubstantial +unsubtle +unsure +unties/F +untimely +untiring/Y +untouchable/MS +untrue +unwarrantable/Y +unwieldiness +up/FSM +upcountry +upend/SDG +upgradable +uphill +uphold/RSG +upholster/AdS +upholsterer/MS +upkeep/MS +upland/MS +uplink/DGS +uprising/MS +ups +upset/SG +upsilon/MS +upstroke/SM +up-tempo +upward/YS +Ur/M +Ural/S +urbanite/SMZ +urchin/MS +urea/M +urethane/MS +urethral +urgency/SM +Uri/M +urinalyses +urography's +Urquhart/M +Uruguay/M +usefulness +uselessness +Usenet/M +Use's +USG/M +usurious/Y +utensil/SM +uttering/M +Uttlesford +uvular/S +vacant/Y +vaccination/M +Vader/M +vaginal +vague/TY +vaingloriousness +Vakros +valance/MS +vale/SM +valency/MS +Valentino/M +Valenzuela/M +valetudinarianism/M +valid/InY +Valle/M +valley/SM +valorous/Y +valuably/I +valuational +valuation's/C +value/CnDSAGN +value-for-money +valvular +vanadium/M +Vancouver/M +vandal/QSM +vanguard/MS +varactor/M +Vargas/M +variable's +variance/ISM +variation/M +variegation/M +various/Y +varsity/SM +Vasquez/M +vastness/S +vaunt/SDG +VD +VDU +veal/A +Veda/SM +veer/SGDJ +vegetation/M +vehicular +veil's +vein/SGMD +velar/S +velum/M +vend/DbGS +veneration/M +Venezuelan/S +vengeful/Y +vengefulness/A +venomous/Y +venomousness +vented/IK +ventilate/SVDnGN +ventricular +ventriloquism/SM +venturi +verdure/DSM +verge's +verifiability/M +vermiform +verminous +vermouth/MS +Verona/M +verruca/SM +versification/M +versify/SnGDRN +vertebra/M +Vertebrata +verticality +vertiginous +very/Y +vesicle/SM +vesicular +vestal/YS +vetch/MS +vex/hnSDG +VI +viaduct/SM +viand/MS +vibrant/Y +vibrate/DGNSny +vibrational +vibrato/SM +vibrator/SM +viburnum/SM +vicar/MS +vice-Chancellorship/S +vice-like +Vicente/M +vice-presidential +vicissitude/MS +Vickery +Vickie/M +Vicksburg/M +victim/qMQpSs +victorious/Y +victory/SM +Vidal/M +vide +videodisc/SM +videotape/SMDG +vie/7GDS +viewing/SM +vigilance/SM +vigorousness +vilification/M +Vince +Vincent/M +vindaloo/S +vine/SM +vinegar/SM +vinegary +vino/M +vinous +violence/SM +VIP/S +virago/SM +viragoes +Vires +Virginia/M +virile +virtuoso/MS +visage/SM +viscidly +viscose/SM +vision's/K +visited/UA +visitor/SM +visored +vitamin/MS +viticulture/M +Vitter +vivace +vivaria +vivendi +Vivian/M +vivisect/xGSD +vivisectionist +vocational/Y +vociferate/SGDNn +vociferous/Y +voice-band +void/C +voiding +voids +vol-au-vent +Volta/M +volte +voluntariness's +voluntarism/MS +voluptuous/Y +volution/CAFI +Volvo/M +Vorticella/M +votes/Ce +vouchsafe/GDS +voyeur/MS +VPN +Vries +vulcanise/nSGD +vulcanised/U +vulgar/QYq +vulpine +vulvae +WAAC/S +Wabash/M +WAC +Wacks +Waco/M +Wade's +wafer/SM +waft/DGS +wag/DdMrGS +Waggoner's +Wagner/M +Wahhabi +wail/DGS +waistcoat/MS +waistline/SM +waitress/MS +Wakayama/M +wake/SDGj6M +Wakefield +wakefulness +wakeup +Walden/M +Walgett +Walgreen/M +walkie-talkie/S +walk-on +walkway/MS +Wallabadah +Wallerawang +Walsall/M +Waltham/M +Walther/M +Walton-on-Thames +Wandsworth/M +wanted/U +wapiti/SM +Waqar/M +warehouse/SMmGD +WARF +wariness/U +warm/ADGS +warmer/MS +warm-heartedness +warmly +warmth/M +Warne/M +warrantable/U +Warrington/M +Warrnambool +warthog/S +Washburn/M +washing-up +waspish/Y +wastage/SM +Watanabe/M +watchfulness +watchtower/SM +water-bed/S +Waterford/M +waterfowl/M +waterhole/S +Waterloo/M +watermark/MDSG +waterproof/DSG +water-soluble +Watling/M +Wattling +Waugh/M +waveband/SM +Waveland/M +wavelike +Waverley/M +Waynesfield +weak/TY +weakfish/MS +weakling/SM +weak-minded +weanling/M +weapon/SyM +Wear +wearable/U +wearer/SM +wearisome/Y +Wear-Tees +weary/DTGYkS +weathercock/SM +weatherperson/S +weaverbird +weaves/A +weaving/A +Webb/M +webmistress/MS +we'd +wedgies +Wednesfield +weekend/MS +weekender/M +weekly/S +weeny +weighed/U +weightlifting/M +weighty/YT +Weimar/M +weir/SM +welcome/UG +Weldborough +well-adjusted +well-behaved +well-being +well-bred +well-defined +welling +Wellington/M +well-marked +well-matched +wellness +well-nigh +well-supported +well-thought-out +well-used +Welshman/M +Welshpool +welt/RDMGS +welterweight/MS +WEN +wench/MS +Wensleydale/M +Werner/M +West/M +westbound +Westbury +western/RqSQ +Westonia +Westport/M +westward/S +Westwood/M +Wether/M +Wetsuit's +wetted/A +we've +whale/RMGSD +whalebone/SM +wham/SDZGM +wharves +whatnot/MS +what's-her-name +what's-his-name +wheelchair/MS +wheelwright/MS +whelm/fDScG +when +whereon +whereupon +wherewithal/M +Whig/MS +whilom +whimsy/S +Whippany +whipping/M +whirlybird/MS +whisky/S +whistle/RSDG +whit +Whitehaven/M +white-out/S +Whitfield/M +Whitley/M +Whitlock/M +Whitlow/M +Whitsun/M +who/M +wholly +whoopee/S +who're +whose +whoso +why +Whyalla +whys +Wicklow/M +wide-area +wide-screen +widget/SM +widthways +Wieland/M +Wight/M +Wilcannia +wildcat/SM +wilder/P +wildfire/MS +Willcocks +Willemstad +Willie/M +willingness's +Willis +willow/MGSDZ +willowy/T +willpower/SM +win/dRJGS +wind/RJpDiz2MZGS +windfall/MS +winding/M +windjammer/MS +windmill/MS +windpipe/SM +winds/UA +windsock/SM +wineskin/M +Wingham +winnable +winnow/RGSD +Winooski +wintergreen/SM +winterise/SDG +wintriness +wire/SAGD +wireman/M +wirer/M +wire's +wiry/T +Wisden +wishing-well +wistfulness +witch/SyGDM +with +withdrawn +witless/Y +Witt/M +Wittenberg +wizardry/SM +WNO +wobble/DS2GY +wobbly/T +woebegone +woefulness +woken +Wolfe/M +wolfhound/MS +wolfishness +wolf-whistles +Wollogorang +womenfolk/M +Wondoola +won't +wooden/Y +Woodend +woodener +woodenness +woodpile/SM +wool/YMS +woomera +Worcester +word/AJGSD +wordless/Y +word-perfect +workaround/MS +workday/MS +Workington +workman/M +worldly/PT +worn/Ue +worse +worship/RjGS6D +worshipfulness +worst/D +worsted/SM +Worthing/M +worthy/TSP +wounds +wound's +wove/A +wow/GMDS +Woy +WRAF +wraparound/S +wrap's +wrathfulness +wreathe/S +wreckage/SM +Wrekin/M +wren/SM +wrench/MSDkG +wrest/GSD +wrester/M +wrestling/M +wretch/MSDhi +wriggle/DRYGS +Wrigley +wring/SGR +wristwatch/SM +writ/rMS +writing's +written/afUcA +wrong-foot/D +wrongfulness +wrought/Ic +wry/3 +wryly +Wu/M +Wylie/M +Wyman +Wynyard +Wyong +x-axis +Xenia +xenon/M +xerography/MW +Xhosa +Xi'an/M +Xmas +XOR +xylem/MS +yack/SGD +Yakutsk +y'all +Yamaha/M +yammer/dS +Yandina +Yankee/S +Yaound�/M +Yaounde/M +yardage/SM +Yarloop +Yarmouth/M +yarrow/SM +Yasmine +yea/S +yearlong +yearning/M +yeast/Z2MDGS +yeoman/MY +yep +yesterday/SM +Yid +yobbo/S +Yorke +Yorker/S +Yorketown +you +you-know-who +you'll +young/T +Youngberry +Youngstown +Younker +yowl/GDS +ytterbium/M +yuck/Z +yucky/T +Yuendumu +Yugoslav/S +Yugoslavian +Zachary +Zadie +Zawahiri +Zellick'sF +zeppelin/MS +zero-sum +zest/j6M +Ziegfeld/SM +ziggurat/SM +zilch +Zimbabwean/S +Zimmerman/M +zip/USGD +zombie/SM +zone/GASD +zoo/MS diff --git a/resources/dicts/en_CA.aff b/resources/dicts/en_CA.aff new file mode 100755 index 000000000..b4ec4c4ac --- /dev/null +++ b/resources/dicts/en_CA.aff @@ -0,0 +1,3120 @@ +FLAG num +AF 598 +AF 2,3 # 1 +AF 2 # 2 +AF 1 # 3 +AF 4,2 # 4 +AF 3,5,6,7 # 5 +AF 8,7,9 # 6 +AF 5,11,6 # 7 +AF 10 # 8 +AF 12 # 9 +AF 3 # 10 +AF 5,6,7 # 11 +AF 7,13,14 # 12 +AF 15,16,7 # 13 +AF 7,9 # 14 +AF 2,17 # 15 +AF 10,18,19 # 16 +AF 20,21,22 # 17 +AF 2,3,7 # 18 +AF 22 # 19 +AF 18,19,2,3 # 20 +AF 23,24,10,18,19 # 21 +AF 4,2,5,11,6 # 22 +AF 2,3,5,6,7 # 23 +AF 10,5,6,7 # 24 +AF 10,18,19,20,21,2,3 # 25 +AF 23,24,10,18,25,19,2,3,5,6,7 # 26 +AF 10,18,19,20,21 # 27 +AF 2,3,8,7,9 # 28 +AF 18,19,22 # 29 +AF 10,2,3 # 30 +AF 6,26,27 # 31 +AF 3,28 # 32 +AF 18,19 # 33 +AF 29,30 # 34 +AF 31,3,28 # 35 +AF 10,18,19,2,3 # 36 +AF 10,2 # 37 +AF 23,24,10,18,19,2,3 # 38 +AF 31 # 39 +AF 11,4,2 # 40 +AF 20,21,2,3 # 41 +AF 2,17,29,30 # 42 +AF 3,8,7,9 # 43 +AF 23 # 44 +AF 2,3,8,6,7 # 45 +AF 10,20,21 # 46 +AF 8,6,7 # 47 +AF 2,3,32,33,7 # 48 +AF 20,2,3 # 49 +AF 29,30,34,35 # 50 +AF 29,30,36,34,35 # 51 +AF 2,3,31 # 52 +AF 23,24,10,18,19,2,3,5,6,7 # 53 +AF 37,2 # 54 +AF 10,2,3,8,7,9 # 55 +AF 18,22 # 56 +AF 2,17,6,26,27 # 57 +AF 37,2,3 # 58 +AF 7 # 59 +AF 29,30,36 # 60 +AF 17 # 61 +AF 41,42,7 # 62 +AF 2,3,5,7 # 63 +AF 2,3,43,44,7 # 64 +AF 2,3,45 # 65 +AF 2,3,41,42,7 # 66 +AF 4,2,46 # 67 +AF 10,18,19,8,7,9 # 68 +AF 10,8,7,9 # 69 +AF 2,3,28,31 # 70 +AF 3,7 # 71 +AF 4,2,3 # 72 +AF 36,34,35 # 73 +AF 2,3,7,9 # 74 +AF 23,24,10,18,19,4,2,5,11,6 # 75 +AF 23,24,10 # 76 +AF 47,7,9 # 77 +AF 2,3,8,7 # 78 +AF 23,2,3,5,6,7 # 79 +AF 38,39,40 # 80 +AF 4,2,48 # 81 +AF 22,2,3 # 82 +AF 10,18 # 83 +AF 18,19,20,21 # 84 +AF 49,50,10,18,19 # 85 +AF 2,3,6,7 # 86 +AF 2,17,29,30,6,26,27 # 87 +AF 7,14 # 88 +AF 4 # 89 +AF 7,51,9,52 # 90 +AF 23,2,3,7 # 91 +AF 2,3,53,54,7 # 92 +AF 7,51,9 # 93 +AF 10,18,19,3 # 94 +AF 2,56,57,10,18,19 # 95 +AF 20,2,3,7 # 96 +AF 17,29,30,36,34,35 # 97 +AF 23,24,10,18,19,5,6,7 # 98 +AF 59,2,3,60,61,7 # 99 +AF 2,58 # 100 +AF 17,29,30,6,26,27 # 101 +AF 49,50 # 102 +AF 15,16,7,2,3 # 103 +AF 10,18,19,20,21,8,7,9 # 104 +AF 32,33,7 # 105 +AF 23,24,18,19,2,3 # 106 +AF 10,18,19,20,21,2,3,8,7,9 # 107 +AF 2,5,6 # 108 +AF 2,3,7,13,14 # 109 +AF 62,6 # 110 +AF 29,30,34,35,2 # 111 +AF 2,3,62,6,7 # 112 +AF 2,3,65,66,7 # 113 +AF 63,64,7 # 114 +AF 2,3,67,5,6,7 # 115 +AF 62,6,7 # 116 +AF 53,54,7 # 117 +AF 3,53,54,7 # 118 +AF 61,7 # 119 +AF 2,67 # 120 +AF 6,7 # 121 +AF 8,7 # 122 +AF 2,3,67 # 123 +AF 2,3,6,7,68 # 124 +AF 11,6 # 125 +AF 5,6,47,7 # 126 +AF 7,69,9 # 127 +AF 2,3,7,14 # 128 +AF 23,2,3 # 129 +AF 2,3,28 # 130 +AF 2,3,70,66,7 # 131 +AF 71,72,18,19 # 132 +AF 2,3,60,61,7 # 133 +AF 2,3,7,51,9,52 # 134 +AF 23,24,10,18,19,2,3,28,7 # 135 +AF 2,3,73,55,7 # 136 +AF 2,17,6,27 # 137 +AF 2,3,28,7 # 138 +AF 20,2,3,8,7,9 # 139 +AF 34,35 # 140 +AF 3,6,7 # 141 +AF 6 # 142 +AF 29,30,36,34,35,6,26,27 # 143 +AF 2,3,6,47,7 # 144 +AF 73,55,7 # 145 +AF 18,19,20,21,2,3,8,7,9 # 146 +AF 23,4,2,5,11,6 # 147 +AF 2,17,26,27 # 148 +AF 2,8 # 149 +AF 20,21 # 150 +AF 10,18,25,19 # 151 +AF 2,3,53,54,7,71 # 152 +AF 18 # 153 +AF 37,76,2,3 # 154 +AF 75,2 # 155 +AF 4,5,11,6 # 156 +AF 39 # 157 +AF 10,18,19,5,6,7 # 158 +AF 23,24,10,18,25,19,3,28 # 159 +AF 2,3,63,64,7 # 160 +AF 23,2 # 161 +AF 18,19,20,21,2 # 162 +AF 29,30,35,2 # 163 +AF 10,2,3,7 # 164 +AF 23,24,18,19,2,3,5,6,7 # 165 +AF 23,24 # 166 +AF 2,17,27 # 167 +AF 2,3,7,13,14,200 # 168 +AF 2,3,200 # 169 +AF 29,30,6,26,27 # 170 +AF 2,3,63,64,7,77,78 # 171 +AF 2,3,5,6,7,79 # 172 +AF 4,2,5,11,6,38 # 173 +AF 2,5 # 174 +AF 18,19,29,30,36,80,34,35,6,26,27 # 175 +AF 3,7,13,14,81 # 176 +AF 23,4,2 # 177 +AF 10,18,19,5,11,6 # 178 +AF 23,24,18,19 # 179 +AF 23,24,2,3,5,6,7 # 180 +AF 2,3,60,61,7,82 # 181 +AF 3,41,42,7 # 182 +AF 4,2,12,5,11,6,38,39,40 # 183 +AF 11,6,4,2 # 184 +AF 23,24,10,2,3 # 185 +AF 2,46 # 186 +AF 2,3,28,5,6,7 # 187 +AF 83,2,3 # 188 +AF 23,24,18,19,2 # 189 +AF 23,24,2,3 # 190 +AF 3,200 # 191 +AF 23,24,4,2 # 192 +AF 10,3 # 193 +AF 60,61,7 # 194 +AF 29,30,36,35 # 195 +AF 3,43,44,7 # 196 +AF 5 # 197 +AF 2,3,84 # 198 +AF 66 # 199 +AF 23,24,86,87,10,18,19,3,5,6,7 # 200 +AF 4,2,88 # 201 +AF 2,3,73,7 # 202 +AF 2,89 # 203 +AF 2,84 # 204 +AF 2,3,90,91,7 # 205 +AF 11,23,24,10,4,2 # 206 +AF 11 # 207 +AF 2,17,36 # 208 +AF 10,18,19,2,3,8,7,9 # 209 +AF 15,16,7,92 # 210 +AF 10,18,2,3 # 211 +AF 10,2,3,5,6,7 # 212 +AF 36 # 213 +AF 2,17,36,34,35 # 214 +AF 8 # 215 +AF 2,17,27,29,30,36,34,35 # 216 +AF 23,86,87,10,2,3,5,6,7 # 217 +AF 3,63,64,7 # 218 +AF 2,3,28,32,33,7 # 219 +AF 17,29,30 # 220 +AF 10,18,19,2,3,7 # 221 +AF 2,17,29,30,36,34,35 # 222 +AF 35 # 223 +AF 10,18,19,20,21,2 # 224 +AF 2,3,5,6,7,86,87,10 # 225 +AF 23,24,10,2 # 226 +AF 23,86,87,10,2,3,7 # 227 +AF 2,3,24,81,7,14 # 228 +AF 2,12 # 229 +AF 2,94 # 230 +AF 95,31 # 231 +AF 4,3 # 232 +AF 2,3,28,8,7,9 # 233 +AF 23,5,6,7 # 234 +AF 23,24,86,87,10,18,19,2 # 235 +AF 23,24,86,87,10,18,2 # 236 +AF 23,24,18,19,67 # 237 +AF 23,2,3,6,7,79 # 238 +AF 23,96,97 # 239 +AF 10,18,19,2 # 240 +AF 11,38,40 # 241 +AF 5,6 # 242 +AF 15,16,7,2,3,92 # 243 +AF 36,35 # 244 +AF 29,30,2 # 245 +AF 2,3,98,8,6,7 # 246 +AF 10,18,19,20,8,7,9 # 247 +AF 2,3,24,71,54,7 # 248 +AF 10,77,78,18,19,63,64,7 # 249 +AF 2,3,99,7 # 250 +AF 10,18,20,21 # 251 +AF 8,9 # 252 +AF 11,38,39,40,4,2,12 # 253 +AF 20,8,7,9 # 254 +AF 20,21,2,3,8,7,9 # 255 +AF 10,20,21,2,3 # 256 +AF 11,6,100,82,101,3 # 257 +AF 20,21,8,7,9 # 258 +AF 27 # 259 +AF 29,30,35 # 260 +AF 20,22,2,3,8,7,9 # 261 +AF 102,103,10,18,19,2,3,7 # 262 +AF 13 # 263 +AF 2,3,47,7,9 # 264 +AF 3,73,55,7 # 265 +AF 23,10,18,19,29,30,36,2,3,17,6,26,27 # 266 +AF 23,24,18,19,5,6,7 # 267 +AF 104,105,2,3,60,61,7 # 268 +AF 22,3 # 269 +AF 3,6,7,106 # 270 +AF 2,3,8,6,7,9 # 271 +AF 23,24,5,6,7 # 272 +AF 4,2,3,5,11,6,7 # 273 +AF 2,5,6,7 # 274 +AF 65,66,7 # 275 +AF 2,17,29,30,36,34,35,6,26,27 # 276 +AF 31,3 # 277 +AF 11,23,4,2 # 278 +AF 10,2,3,41,42,7 # 279 +AF 23,24,49,50,10,18,19,2,3 # 280 +AF 10,4,2,5,11,6 # 281 +AF 23,24,86,87,10 # 282 +AF 23,24,10,18,19,2,3,6,7 # 283 +AF 2,17,29,30,34,35,6,26,27 # 284 +AF 107,108 # 285 +AF 23,24,18,25,19,2,3,5,6,7 # 286 +AF 18,19,81,109,2,3,7,13 # 287 +AF 2,17,29,30,34,35 # 288 +AF 4,2,46,5,11,6 # 289 +AF 2,3,24,7 # 290 +AF 18,19,20,21,22 # 291 +AF 2,110 # 292 +AF 2,3,60,7 # 293 +AF 10,18,19,81,109,2,3,7,13,14 # 294 +AF 23,24,4,2,5,11,6 # 295 +AF 6,7,114 # 296 +AF 115,116,2,3,32,33,7 # 297 +AF 115,2,3,32,33,7 # 298 +AF 6,117,26,27,118 # 299 +AF 70,66,7 # 300 +AF 21,2,3 # 301 +AF 23,18,19 # 302 +AF 6,47,7 # 303 +AF 11,6,100 # 304 +AF 23,24,10,18 # 305 +AF 10,20,21,3,8,6,7 # 306 +AF 23,24,10,5,6,7 # 307 +AF 111,112,113,2,110 # 308 +AF 2,3,54,7 # 309 +AF 2,3,5,6,7,200 # 310 +AF 200 # 311 +AF 104,105,2 # 312 +AF 3,65,66,7 # 313 +AF 6,7,119 # 314 +AF 3,58 # 315 +AF 23,24,10,18,19,36,2,3 # 316 +AF 3,8,6,7 # 317 +AF 18,19,20,21,22,3,8,7,9 # 318 +AF 7,9,52 # 319 +AF 2,3,5,6,7,68 # 320 +AF 3,5,6,7,68 # 321 +AF 2,3,56,57,86,87,10,18,19,7 # 322 +AF 2,88 # 323 +AF 102,103,10,18,19 # 324 +AF 2,45 # 325 +AF 10,77,78,18,19 # 326 +AF 11,6,100,23,4,2,3 # 327 +AF 2,3,28,86,87,10,18,19 # 328 +AF 102,2,3,73,55,7 # 329 +AF 10,18,19,20,21,2,3,8,47,7,9 # 330 +AF 23,24,18,2,3,5,6,7 # 331 +AF 2,3,65,7 # 332 +AF 2,8,9 # 333 +AF 2,3,28,7,13,14 # 334 +AF 43,44,7 # 335 +AF 5,6,41,42,7 # 336 +AF 2,42 # 337 +AF 2,3,63,64,7,77 # 338 +AF 20 # 339 +AF 2,3,9 # 340 +AF 67 # 341 +AF 115,116 # 342 +AF 2,3,7,69,51,9 # 343 +AF 12,38,39,40 # 344 +AF 2,3,86,87,10,20,8,7,9 # 345 +AF 18,19,2 # 346 +AF 2,85,17 # 347 +AF 10,18,19,81,109,7,13,14 # 348 +AF 18,19,20,21,22,8,7,9 # 349 +AF 31,7 # 350 +AF 18,25,19,2,3 # 351 +AF 4,2,120 # 352 +AF 104,2,3 # 353 +AF 6,7,106 # 354 +AF 22,2 # 355 +AF 2,3,6,7,119 # 356 +AF 2,121,122 # 357 +AF 23,10,2,3 # 358 +AF 15,16,7,24 # 359 +AF 3,7,9 # 360 +AF 10,4,2 # 361 +AF 11,4,2,88 # 362 +AF 2,8,7,9 # 363 +AF 2,3,53,7 # 364 +AF 17,6,26,27 # 365 +AF 29,30,36,34,35,2 # 366 +AF 2,123,124 # 367 +AF 29,30,34,35,6,26,27 # 368 +AF 2,3,7,69,9 # 369 +AF 83,2 # 370 +AF 2,3,125 # 371 +AF 23,24,86,87,10,18,25,19,2,3 # 372 +AF 3,6,47,7 # 373 +AF 23,24,10,3 # 374 +AF 2,126,127 # 375 +AF 128,2 # 376 +AF 24 # 377 +AF 2,5,6,43,44 # 378 +AF 8,47,7,9 # 379 +AF 2,3,7,51,9 # 380 +AF 3,81 # 381 +AF 23,24,10,18,19,5,11,6 # 382 +AF 23,24,10,18,19,46 # 383 +AF 23,2,3,6,7,119 # 384 +AF 5,6,7,79 # 385 +AF 6,7,68 # 386 +AF 2,3,41,42,7,49,50,10,18,19 # 387 +AF 129,2 # 388 +AF 2,3,86,87,10,18,25,19,20,21,8,7,9 # 389 +AF 23,24,18,19,3,5,6,7 # 390 +AF 2,3,32,7 # 391 +AF 2,130 # 392 +AF 81 # 393 +AF 86,87,10,20,21,8,7,9 # 394 +AF 3,45,7 # 395 +AF 86,87,10,20 # 396 +AF 23,24,5,11,6 # 397 +AF 32,33,7,3 # 398 +AF 7,9,131 # 399 +AF 23,24,86,87,10,18,19 # 400 +AF 23,24,86,87,10,18,19,2,3,5,6,7 # 401 +AF 11,23,24,10,18,19,4,2 # 402 +AF 56,57,10,18,19,66,7 # 403 +AF 2,60,61,7,86,87,10 # 404 +AF 2,45,93 # 405 +AF 132,2 # 406 +AF 2,3,7,13,14,81 # 407 +AF 10,20,21,8,7,9 # 408 +AF 2,3,133 # 409 +AF 2,82 # 410 +AF 23,24,10,18,19,2,3,6,7,79 # 411 +AF 23,2,3,6,7 # 412 +AF 10,20,21,2,3,7 # 413 +AF 2,3,41,7 # 414 +AF 23,24,10,18,19,2 # 415 +AF 2,36 # 416 +AF 2,3,6,7,79 # 417 +AF 11,6,100,134 # 418 +AF 23,3,5,6,7 # 419 +AF 2,3,24,65,66,7 # 420 +AF 45 # 421 +AF 2,3,45,5,6,7 # 422 +AF 18,2 # 423 +AF 136,22,2,3 # 424 +AF 2,3,77,7 # 425 +AF 11,38,39,40 # 426 +AF 137,2 # 427 +AF 17,29,30,34,35 # 428 +AF 33 # 429 +AF 17,27 # 430 +AF 23,24,86,87,10,18,19,5,6,7 # 431 +AF 23,5,6 # 432 +AF 23,24,10,18,19,7 # 433 +AF 2,3,7,200 # 434 +AF 18,19,20,21,22,2,3 # 435 +AF 11,38,40,4 # 436 +AF 10,18,19,2,3,8,7 # 437 +AF 10,18,20,21,3,8,7,9 # 438 +AF 23,24,10,18,19,3,28 # 439 +AF 87,10 # 440 +AF 10,18,19,20,21,3,8,7,9 # 441 +AF 18,2,3 # 442 +AF 18,3 # 443 +AF 66,7 # 444 +AF 2,3,66,7 # 445 +AF 6,117,27,118 # 446 +AF 2,3,61,7 # 447 +AF 137,4,2 # 448 +AF 45,93 # 449 +AF 15,16,7,23,2,3 # 450 +AF 20,3,8,7,9 # 451 +AF 20,21,3 # 452 +AF 23,2,3,5,6,7,119 # 453 +AF 2,3,60,61,7,79 # 454 +AF 4,2,89 # 455 +AF 2,3,28,43,44,7 # 456 +AF 4,2,3,5,11,6 # 457 +AF 2,9 # 458 +AF 49,50,10 # 459 +AF 23,24,10,18,19,2,3,7 # 460 +AF 44,7 # 461 +AF 20,21,22,2,3 # 462 +AF 5,7 # 463 +AF 23,10,2,3,5,6,7 # 464 +AF 18,20,2,3,8,7,9 # 465 +AF 2,17,29,30,36 # 466 +AF 2,3,5,6,63,64,7 # 467 +AF 2,3,139 # 468 +AF 5,11,6,7 # 469 +AF 10,18,19,20,21,5 # 470 +AF 20,21,2,3,7 # 471 +AF 22,2,3,8,7,9 # 472 +AF 37,76,2 # 473 +AF 2,3,56,57,7 # 474 +AF 10,18,25,19,3 # 475 +AF 23,24,10,18,19,4,2 # 476 +AF 17,29,30,36,34,35,6,26,27 # 477 +AF 140,2,3,5,6,7 # 478 +AF 3,66,7 # 479 +AF 9 # 480 +AF 56,57,18,19,7 # 481 +AF 13,14 # 482 +AF 2,3,5,6,7,119 # 483 +AF 3,7,13,14 # 484 +AF 18,19,8,7,9 # 485 +AF 6,68 # 486 +AF 2,3,7,141,142 # 487 +AF 10,20,2,3,8,7,9 # 488 +AF 2,3,7,9,52 # 489 +AF 136,143,22,2,3,8,7,9 # 490 +AF 2,17,27,29,30 # 491 +AF 2,3,77,78 # 492 +AF 11,56,57,10,18,19 # 493 +AF 18,19,3 # 494 +AF 2,3,81 # 495 +AF 2,3,6,7,119,144 # 496 +AF 99 # 497 +AF 29,30,36,2 # 498 +AF 23,24,10,2,3,7 # 499 +AF 20,2,3,6,47,7 # 500 +AF 18,19,5,6,7 # 501 +AF 3,6,7,68 # 502 +AF 145,2,3 # 503 +AF 106 # 504 +AF 2,3,8,47,7,9 # 505 +AF 2,3,7,14,200 # 506 +AF 29,30,200 # 507 +AF 2,3,6,7,114 # 508 +AF 2,3,5,6,47,7 # 509 +AF 3,7,14 # 510 +AF 2,17,23,24,10,18,19,29,30,6,26,27 # 511 +AF 23,24,86,87,10,18,25,19,3,5,6,7 # 512 +AF 59,2,3 # 513 +AF 2,3,130 # 514 +AF 84 # 515 +AF 18,19,22,2,3,28,8,7,9 # 516 +AF 23,18,2,3,5,6,7 # 517 +AF 104,2,3,60,61,7 # 518 +AF 23,24,10,18,19,2,3,28,5,6,7 # 519 +AF 2,6 # 520 +AF 2,3,7,13 # 521 +AF 63,64,7,77,78,18,19 # 522 +AF 18,19,29,30 # 523 +AF 23,24,18,19,2,3,7 # 524 +AF 2,3,5,6,7,106 # 525 +AF 23,24,10,18,19,3,5,6,7 # 526 +AF 71,72,10,18,19 # 527 +AF 2,3,53,54,7,71,72,10,18,19 # 528 +AF 43,44 # 529 +AF 2,17,34,35 # 530 +AF 23,2,5,6 # 531 +AF 10,18,19,20,21,2,3,7 # 532 +AF 23,147,10,18,2,3 # 533 +AF 10,29,30 # 534 +AF 18,19,81,109,2,3,7,13,14 # 535 +AF 20,21,22,2,3,8,7,9 # 536 +AF 2,3,71,7 # 537 +AF 18,19,20,21,8,7,9 # 538 +AF 23,24,4,5,11,6 # 539 +AF 23,24,10,18,19,4,5,11,6 # 540 +AF 27,29,30,36,34,35 # 541 +AF 2,3,99 # 542 +AF 3,60,61,7 # 543 +AF 11,4 # 544 +AF 85,17 # 545 +AF 18,19,20,21,136,22 # 546 +AF 11,38,40,4,2 # 547 +AF 10,2,3,28 # 548 +AF 2,3,64,7 # 549 +AF 3,95,31 # 550 +AF 18,19,22,2,3 # 551 +AF 30 # 552 +AF 2,41,42 # 553 +AF 11,6,4 # 554 +AF 7,148,149 # 555 +AF 29,2 # 556 +AF 10,3,28 # 557 +AF 23,24,10,18,25,19,2 # 558 +AF 10,104,18,19,105,60,61,7 # 559 +AF 41,42 # 560 +AF 2,3,28,53,54,7 # 561 +AF 2,3,41,42,7,49 # 562 +AF 2,71,72 # 563 +AF 10,77,78,18,19,2,3,63,64,7 # 564 +AF 23,2,3,60,61,7 # 565 +AF 18,19,7,13,14 # 566 +AF 23,24,10,2,3,5,6,7 # 567 +AF 63,64 # 568 +AF 86,87,10,18,19 # 569 +AF 115,32,33,7,3 # 570 +AF 11,53,54,4,2 # 571 +AF 2,28 # 572 +AF 2,3,67,7 # 573 +AF 10,104,18,19,105 # 574 +AF 23,10,18,19,2,3,5,6,7 # 575 +AF 4,2,5,62,11,6 # 576 +AF 23,24,86,87,10,18,25,19 # 577 +AF 56,65,66,7 # 578 +AF 20,21,2,3,8,6,7 # 579 +AF 18,19,2,3,5,6,7 # 580 +AF 5,6,7,68 # 581 +AF 10,18,19,81,109,2,3,7,14 # 582 +AF 8,6,7,9 # 583 +AF 10,18,19,20,21,3 # 584 +AF 2,3,86,87,10,20,21,8,7,9 # 585 +AF 14,150,2,3,28 # 586 +AF 2,67,5,6,7 # 587 +AF 3,7,200 # 588 +AF 2,3,28,23,5,6,7 # 589 +AF 2,3,86,87,10 # 590 +AF 20,21,3,28 # 591 +AF 23,24,2 # 592 +AF 2,17,27,29,30,34,35 # 593 +AF 201,204 # 594 +AF 205,203 # 595 +AF 201,202 # 596 +AF 205 # 597 +AF 203,300 # 598 +AM 1834 +AM ts:0 +AM st:abatis ts:Ns +AM ts:0 al:abode +AM ts:0 st:abide +AM st:ax ts:Ns +AM st:addendum ts:Ns +AM ts:0 al:addenda +AM ts:0 al:admen +AM st:adman ts:Ns +AM ts:0 al:afterlives +AM st:afterlife ts:Ns +AM st:agendum ts:Ns's +AM st:agendum ts:Ns +AM ts:0 al:aircraftmen +AM st:aircraftman ts:Ns +AM ts:0 al:airmen +AM st:airman ts:Ns +AM ts:0 al:airwomen +AM st:airwoman ts:Ns +AM ts:0 al:aldermen +AM st:alderman ts:Ns +AM ts:0 al:alderwomen +AM st:alderwoman ts:Ns +AM ts:0 al:alewives +AM st:alewife ts:Ns +AM st:algum ts:Ns's +AM st:algum ts:Ns +AM st:aluminum ts:Ns's +AM st:aluminum ts:Ns +AM st:alumnus ts:Ns +AM ts:0 al:alumni +AM st:Alyssum ts:Ns's +AM st:Alyssum ts:Ns +AM st:amanuensis ts:Ns +AM ts:0 al:amanuenses +AM ts:0 al:ambulancemen +AM st:ambulanceman ts:Ns +AM ts:0 al:ambulancewomen +AM st:ambulancewoman ts:Ns +AM st:ammonium ts:Ns's +AM st:ammonium ts:Ns +AM ts:0 al:ammonia al:ammonia's +AM st:amniocentesis ts:Ns +AM ts:0 al:amniocenteses +AM st:be ts:Vd +AM ts:0 al:anchormen +AM st:anchorman ts:Ns +AM st:anchorperson ts:Ns +AM ts:0 al:anchorpeople +AM ts:0 al:anchorwomen +AM st:anchorwoman ts:Ns +AM st:annulus ts:Ns +AM ts:0 al:annuli +AM st:antis ts:Ns +AM ts:0 al:antes +AM st:antithesis ts:Ns +AM ts:0 al:antitheses +AM st:aphelion ts:Ns +AM ts:0 al:aphelia +AM st:Apium ts:Ns +AM st:apocryphon ts:Ns's +AM st:apocryphon ts:Ns +AM st:apotheosis ts:Ns +AM ts:0 al:apotheoses +AM st:apsis ts:Ns +AM st:Aquilon ts:Ns +AM st:arcanum ts:Ns +AM ts:0 al:arose +AM st:arise ts:Vd +AM st:arsis ts:Ns +AM ts:0 al:artillerymen +AM st:artilleryman ts:Ns +AM ts:0 al:assemblymen +AM st:assemblyman ts:Ns +AM ts:0 al:assemblywomen +AM st:assemblywoman ts:Ns +AM st:on ts:Ns +AM st:eat ts:Vd +AM st:Atlantis ts:Ns +AM ts:0 al:Atlantes +AM st:atrium ts:Ns +AM ts:0 al:atria +AM st:aurum ts:Ns's +AM st:aurum ts:Ns +AM st:auspex ts:Ns +AM ts:0 al:awoke al:awoken +AM st:awake ts:Vd +AM st:axis ts:Ns +AM ts:0 al:axes +AM st:babysit ts:Vd +AM ts:0 al:babysat +AM st:bacillus ts:Ns +AM ts:0 al:bacilli +AM ts:0 al:backwoodsmen +AM st:backwoodsman ts:Ns +AM st:bacterium ts:Ns's +AM st:bacterium ts:Ns +AM ts:0 al:bacteria al:bacteria's +AM ts:0 al:worse al:worst +AM st:bid ts:Vd +AM ts:0 al:badmen +AM st:badman ts:Ns +AM ts:0 al:bailsmen +AM st:bailsman ts:Ns +AM ts:0 al:bandsmen +AM st:bandsman ts:Ns +AM ts:0 al:bargemen +AM st:bargeman ts:Ns +AM ts:0 al:barmen +AM st:barman ts:Ns +AM ts:0 al:basemen +AM st:baseman ts:Ns +AM st:basis ts:Ns +AM st:basilicon ts:Ns's +AM st:basilicon ts:Ns +AM ts:0 al:bases +AM st:Batis ts:Ns +AM ts:0 al:batmen +AM st:batman ts:Ns +AM ts:0 al:batsmen +AM st:batsman ts:Ns +AM ts:0 al:am al:are al:art al:is al:was al:wast al:were +AM ts:0 al:bore al:born al:borne +AM st:become ts:Vd +AM ts:0 al:became +AM ts:0 al:befell +AM st:befall ts:Vd +AM st:begin ts:Vd +AM ts:0 al:begot al:begotten +AM ts:0 al:began al:begun +AM st:beget ts:Vd +AM st:behold ts:Vd +AM ts:0 al:beheld +AM ts:0 al:belying +AM ts:0 al:bellmen +AM st:bellman ts:Ns +AM st:belie ts:Vd +AM ts:0 al:bereft +AM st:bereave ts:Vd +AM ts:0 al:besought +AM st:beseech ts:Vd +AM ts:0 al:bespoke al:bespoken +AM st:bespeak ts:Vd +AM ts:0 al:bestrode +AM st:bestride ts:Vd +AM st:well ts:0 +AM ts:0 al:betook +AM st:beton ts:Ns's +AM st:beton ts:Ns +AM ts:0 al:bethought +AM st:bethink ts:Vd +AM st:betake ts:Vd +AM ts:0 al:bade +AM ts:0 al:bode +AM st:by ts:0 +AM ts:0 al:bound +AM ts:0 al:binmen +AM st:binman ts:Ns +AM st:bus ts:Ns's +AM st:bus ts:Ns +AM st:Blackfoot ts:Ns +AM ts:0 al:Blackfeet +AM st:bleed ts:Vd +AM ts:0 al:bled +AM st:blow ts:Vd +AM ts:0 al:blew +AM st:boon ts:Ns's +AM st:boon ts:Ns +AM ts:0 al:boatmen +AM st:boatman ts:Ns +AM st:bide ts:Vd +AM ts:0 al:bogeymen +AM st:bogeyman ts:Ns +AM ts:0 al:bogymen +AM st:bogyman ts:Ns +AM ts:0 al:bondmen +AM st:bondman ts:Ns +AM ts:0 al:bondsmen +AM st:bondsman ts:Ns +AM ts:0 al:bondwomen +AM st:bondwoman ts:Ns +AM ts:0 al:bonier al:boniest +AM st:boney ts:0 +AM ts:0 al:boogeymen +AM st:boogeyman ts:Ns +AM ts:0 al:boa al:boa's +AM st:boozey ts:0 +AM st:bear ts:Vd +AM st:buy ts:Vd +AM st:bind ts:Vd +AM ts:0 al:bowmen +AM st:bowman ts:Ns +AM ts:0 al:brakemen +AM st:brakeman ts:Ns +AM ts:0 al:broke al:broken +AM st:breastfeed ts:Vd +AM ts:0 al:breastfed +AM st:breed ts:Vd +AM ts:0 al:bred +AM st:brother ts:Ns +AM ts:0 al:brought +AM st:break ts:Vd +AM st:bronchus ts:Ns +AM ts:0 al:bronchi +AM ts:0 al:brethren +AM st:bring ts:Vd +AM st:bucktooth ts:Ns +AM ts:0 al:buckteeth +AM st:burley ts:0 +AM ts:0 al:bi al:bi's +AM ts:0 al:bushmen +AM st:bushman ts:Ns +AM ts:0 al:businessmen +AM st:businessman ts:Ns +AM st:businessperson ts:Ns +AM ts:0 al:businesspeople +AM ts:0 al:businesswomen +AM st:businesswoman ts:Ns +AM st:busman ts:Ns +AM ts:0 al:bought +AM ts:0 al:bier +AM st:cactus ts:Ns +AM ts:0 al:cacti +AM ts:0 al:caddying +AM st:caddie ts:Vd +AM st:caduceus ts:Ns +AM ts:0 al:caducei +AM ts:0 al:caves +AM ts:0 al:cagier al:cagiest +AM st:cagey ts:0 +AM st:calculus ts:Ns +AM ts:0 al:calculi +AM ts:0 al:cameramen +AM st:cameraman ts:Ns +AM ts:0 al:camerawomen +AM st:camerawoman ts:Ns +AM st:come ts:Vd +AM ts:0 al:could +AM st:candelabrum ts:Ns's +AM st:candelabrum ts:Ns +AM ts:0 al:candelabra al:candelabra's +AM st:Carum ts:Ns's +AM st:Carum ts:Ns +AM st:carpus ts:Ns +AM ts:0 al:carpi +AM st:catalysis ts:Ns +AM ts:0 al:catalyses +AM ts:0 al:caught +AM st:catharsis ts:Ns +AM ts:0 al:catharses +AM ts:0 al:cattlemen +AM st:cattleman ts:Ns +AM st:catch ts:Vd +AM ts:0 al:cavalrymen +AM st:cavalryman ts:Ns +AM ts:0 al:cavemen +AM st:caveman ts:Ns +AM st:cafe ts:Ns +AM st:cecum ts:Ns +AM ts:0 al:ceca +AM st:cedis ts:Ns +AM st:cerebrum ts:Ns +AM ts:0 al:cerebra +AM ts:0 al:chairmen +AM st:chairman ts:Ns +AM ts:0 al:chairwomen +AM st:chairwoman ts:Ns +AM st:chancey ts:0 +AM ts:0 al:charwomen +AM st:charwoman ts:Ns +AM ts:0 al:chessmen +AM st:chessman ts:Ns +AM st:chilis ts:Ns +AM st:chinchillon ts:Ns's +AM st:chinchillon ts:Ns +AM ts:0 al:chose al:chosen +AM ts:0 al:choosier al:choosiest +AM st:choosey ts:0 +AM st:choose ts:Vd +AM ts:0 al:churchmen +AM st:churchman ts:Ns +AM ts:0 al:churchwomen +AM st:churchwoman ts:Ns +AM st:cilium ts:Ns +AM ts:0 al:cilia +AM st:Cincinnatus ts:Ns +AM st:cirrus ts:Ns +AM ts:0 al:cirri +AM st:Co ts:Ns +AM st:clothe ts:Vd +AM ts:0 al:clansmen +AM st:clansman ts:Ns +AM ts:0 al:clanswomen +AM st:clanswoman ts:Ns +AM st:classis ts:Ns +AM ts:0 al:clayier al:clayiest +AM st:clayey ts:0 +AM ts:0 al:cleft al:clove al:cloven +AM ts:0 st:cleave +AM ts:0 al:clergymen +AM st:clergyman ts:Ns +AM ts:0 al:clergywomen +AM st:clergywoman ts:Ns +AM ts:0 al:clung +AM ts:0 al:cliquier al:cliquiest +AM st:cliquey ts:0 +AM ts:0 al:clad +AM st:cleave ts:Vd +AM st:clubfoot ts:Ns +AM ts:0 al:clubfeet +AM st:cling ts:Vd +AM ts:0 al:Ci +AM ts:0 al:coachmen +AM st:coachman ts:Ns +AM ts:0 st:coccus +AM ts:0 al:cocci +AM st:cocoon ts:Ns's +AM st:cocoon ts:Ns +AM ts:0 al:cocoa al:cocoa's +AM st:codon ts:Ns's +AM st:codon ts:Ns +AM ts:0 al:codices +AM st:codex ts:Ns +AM st:colon ts:Ns's +AM st:colon ts:Ns +AM ts:0 al:cola al:cola's +AM st:colossus ts:Ns +AM ts:0 al:colossi +AM ts:0 al:came +AM st:common ts:Ns's +AM st:common ts:Ns +AM ts:0 al:committeemen +AM st:committeeman ts:Ns +AM ts:0 al:committeewomen +AM st:committeewoman ts:Ns +AM ts:0 al:comma al:comma's +AM ts:0 al:congressmen +AM st:congressman ts:Ns +AM st:congressperson ts:Ns +AM ts:0 al:congresspeople +AM ts:0 al:congresswomen +AM st:congresswoman ts:Ns +AM st:consortium ts:Ns +AM ts:0 al:consortia +AM st:continuum ts:Ns +AM ts:0 al:continua +AM st:corneum ts:Ns's +AM st:corneum ts:Ns +AM st:corpus ts:Ns +AM ts:0 al:corpsmen +AM st:corpsman ts:Ns +AM ts:0 al:corpora +AM st:corrigendum ts:Ns +AM ts:0 al:cortices +AM st:cortex ts:Ns +AM st:can ts:Vd +AM ts:0 al:councilmen +AM st:councilman ts:Ns +AM ts:0 al:councilwomen +AM st:councilwoman ts:Ns +AM ts:0 al:countermen +AM st:counterman ts:Ns +AM ts:0 al:countersunk +AM st:countersink ts:Vd +AM ts:0 al:countrymen +AM st:countryman ts:Ns +AM ts:0 al:countrywomen +AM st:countrywoman ts:Ns +AM ts:0 al:kine +AM ts:0 al:cowmen +AM st:cowman ts:Ns +AM st:cozey ts:0 +AM ts:0 al:craftsmen +AM st:craftsman ts:Ns +AM st:craftsperson ts:Ns +AM ts:0 al:craftswomen +AM st:craftswoman ts:Ns +AM ts:0 al:crept +AM st:crematorium ts:Ns +AM ts:0 al:crematoria +AM st:creep ts:Vd +AM ts:0 al:crewmen +AM st:crewman ts:Ns +AM st:crisis ts:Ns +AM ts:0 al:crises +AM st:criterium ts:Ns +AM ts:0 al:criteria +AM ts:0 al:crossbowmen +AM st:crossbowman ts:Ns +AM st:crossbreed ts:Vd +AM ts:0 al:crossbred +AM st:crowfoot ts:Ns +AM ts:0 al:crowfeet +AM st:cumulus ts:Ns +AM st:cumulonimbus ts:Ns +AM ts:0 al:cumulonimbi +AM ts:0 al:cumuli +AM st:curium ts:Ns's +AM st:curium ts:Ns +AM ts:0 al:curia al:curia's +AM st:curriculum ts:Ns +AM ts:0 al:curricula +AM st:currie ts:Vd +AM st:curvey ts:0 +AM ts:0 al:dairymen +AM st:dairyman ts:Ns +AM ts:0 al:dairywomen +AM st:dairywoman ts:Ns +AM st:dalis ts:Ns +AM ts:0 al:durst +AM st:daris ts:Ns +AM st:dashis ts:Ns +AM st:datum ts:Ns +AM ts:0 al:data +AM ts:0 al:deliverymen +AM st:deliveryman ts:Ns +AM st:desideratum ts:Ns +AM ts:0 al:desiderata +AM st:diaeresis ts:Ns +AM ts:0 al:diaereses +AM st:diagnosis ts:Ns +AM ts:0 al:diagnoses +AM st:dex ts:Ns +AM ts:0 al:dicier al:diciest +AM st:dicey ts:0 +AM ts:0 al:dickier al:dickiest +AM st:dickey ts:0 +AM st:dictum ts:Ns +AM ts:0 al:dicta +AM st:do ts:Vd +AM ts:0 al:dying +AM st:dieresis ts:Ns +AM ts:0 al:diereses +AM ts:0 al:dug +AM st:dingey ts:0 +AM st:dinkey ts:0 +AM ts:0 al:dove +AM ts:0 al:did al:didst +AM st:dodecahedron ts:Ns +AM ts:0 al:dodecahedra +AM st:dolman ts:Ns's +AM st:dolman ts:Ns +AM ts:0 al:doormen +AM st:doorman ts:Ns +AM ts:0 al:dopier al:dopiest +AM st:dopey ts:0 +AM st:dormouse ts:Ns +AM ts:0 al:dormice +AM st:dive ts:Vd +AM ts:0 al:draftswomen +AM st:draftswoman ts:Ns +AM st:drink ts:Vd +AM ts:0 al:draughtsmen +AM st:draughtsman ts:Ns +AM ts:0 al:drew +AM st:draw ts:Vd +AM ts:0 st:drey +AM st:drey ts:0 +AM ts:0 al:drank al:drunk +AM ts:0 al:drove +AM st:drive ts:Vd +AM st:dig ts:Vd +AM st:duodenum ts:Ns +AM ts:0 al:duodena +AM st:dare ts:Vd +AM ts:0 al:dustmen +AM st:dustman ts:Ns +AM ts:0 al:Dutchmen +AM st:Dutchman ts:Ns +AM ts:0 st:die +AM st:eon ts:Ns +AM ts:0 al:ate +AM st:eclipsis ts:Ns +AM st:effluvium ts:Ns +AM ts:0 al:effluvia +AM st:old ts:0 +AM st:ellipsis ts:Ns +AM ts:0 al:ellipses +AM st:emphasis ts:Ns +AM ts:0 al:emphases +AM ts:0 al:Englishmen +AM st:Englishman ts:Ns +AM ts:0 al:Englishwomen +AM st:Englishwoman ts:Ns +AM ts:0 al:ea +AM st:ephemeron ts:Ns's +AM st:ephemeron ts:Ns +AM st:epiphenomenon ts:Ns +AM ts:0 al:epiphenomena +AM st:erratum ts:Ns's +AM st:erratum ts:Ns +AM ts:0 al:errata al:errata's +AM st:eucalyptus ts:Ns +AM ts:0 al:eucalypti +AM ts:0 al:ices +AM st:exegesis ts:Ns +AM ts:0 al:exegeses +AM st:extremum ts:Ns +AM st:eyetooth ts:Ns +AM ts:0 al:eyeteeth +AM ts:0 al:fell +AM st:fantasie ts:Vd +AM ts:0 al:further al:furthest +AM st:fon ts:Ns's +AM st:fon ts:Ns +AM st:feed ts:Vd +AM ts:0 al:fed +AM ts:0 al:felt +AM st:feis ts:Ns +AM st:foot ts:Ns +AM ts:0 st:fellon +AM ts:0 al:fellowmen +AM st:fellowman ts:Ns +AM st:fall ts:Vd +AM st:feel ts:Vd +AM ts:0 al:ferrymen +AM st:ferryman ts:Ns +AM st:fiddley ts:0 +AM ts:0 al:fieldsmen +AM st:fieldsman ts:Ns +AM ts:0 al:fives +AM ts:0 al:fought +AM ts:0 al:found +AM st:finis ts:Ns +AM ts:0 al:fines +AM ts:0 al:firemen +AM st:fireman ts:Ns +AM ts:0 al:fishermen +AM st:fisherman ts:Ns +AM ts:0 al:fishwives +AM st:fishwife ts:Ns +AM st:fife ts:Ns +AM st:flagellum ts:Ns +AM ts:0 al:flagella +AM ts:0 al:flagmen +AM st:flagman ts:Ns +AM st:flakey ts:0 +AM st:flatfoot ts:Ns +AM ts:0 al:flatfeet +AM ts:0 st:fley +AM st:fley ts:0 +AM ts:0 al:flung +AM ts:0 al:floodlit +AM st:floodlight ts:Vd +AM ts:0 al:flukier al:flukiest +AM st:flukey ts:0 +AM st:fling ts:Vd +AM ts:0 al:feet +AM ts:0 al:footmen +AM st:footman ts:Ns +AM st:forum ts:Ns +AM st:forbid ts:Vd +AM ts:0 al:forbore al:forborne +AM ts:0 al:forbade +AM st:forbear ts:Vd +AM st:forefoot ts:Ns +AM ts:0 al:forefeet +AM st:foreknow ts:Vd +AM ts:0 al:foreknew +AM ts:0 al:foremen +AM st:foreman ts:Ns +AM st:foresee ts:Vd +AM ts:0 al:foresaw +AM ts:0 al:foreswore al:foresworn +AM st:foreswear ts:Vd +AM ts:0 al:foretold +AM ts:0 st:forethink +AM st:foretell ts:Vd +AM st:forego ts:Vd +AM ts:0 al:forewomen +AM st:forewoman ts:Ns +AM st:forgive ts:Vd +AM ts:0 al:forgot al:forgotten +AM ts:0 al:forgave +AM ts:0 al:forwent +AM st:forget ts:Vd +AM ts:0 al:forsook +AM st:forsake ts:Vd +AM ts:0 al:forswore al:forsworn +AM st:forswear ts:Vd +AM st:fortis ts:Ns +AM ts:0 al:fora +AM st:forgo ts:Vd +AM st:fight ts:Vd +AM st:find ts:Vd +AM st:Francis ts:Ns +AM ts:0 al:Frances +AM ts:0 al:freedmen +AM st:freedman ts:Ns +AM ts:0 al:freemen +AM st:freeman ts:Ns +AM ts:0 al:froze al:frozen +AM ts:0 al:Frenchmen +AM st:Frenchman ts:Ns +AM ts:0 al:Frenchwomen +AM st:Frenchwoman ts:Ns +AM ts:0 al:freshmen +AM st:freshman ts:Ns +AM ts:0 al:frogmen +AM st:frogman ts:Ns +AM ts:0 al:frontiersmen +AM st:frontiersman ts:Ns +AM ts:0 al:frontierswomen +AM st:frontierswoman ts:Ns +AM st:freeze ts:Vd +AM st:fungus ts:Ns +AM ts:0 al:fungi +AM ts:0 al:funnymen +AM st:funnyman ts:Ns +AM st:far ts:0 +AM st:gamesman ts:Ns +AM ts:0 al:gamier al:gamiest +AM st:gamey ts:0 +AM st:gammon ts:Ns's +AM st:gammon ts:Ns +AM ts:0 al:gamma al:gamma's +AM st:ganglion ts:Ns +AM ts:0 al:ganglia +AM ts:0 al:gasmen +AM st:gasman ts:Ns +AM st:give ts:Vd +AM st:goose ts:Ns +AM st:genus ts:Ns +AM st:genesis ts:Ns +AM ts:0 al:geneses +AM st:genius ts:Ns +AM ts:0 al:genii +AM ts:0 al:gentlemen +AM st:gentleman ts:Ns +AM ts:0 al:gentlewomen +AM st:gentlewoman ts:Ns +AM ts:0 al:genera +AM ts:0 al:got al:gotten +AM ts:0 al:ghostwrote +AM st:ghostwrite ts:Vd +AM ts:0 al:gave +AM st:glacis ts:Ns +AM st:gladiolus ts:Ns +AM ts:0 al:gladioli +AM ts:0 al:gluier al:gluiest +AM st:gluey ts:0 +AM ts:0 al:went +AM ts:0 al:best al:better +AM ts:0 al:gooier al:gooiest +AM st:gooey ts:0 +AM ts:0 al:geese +AM st:get ts:Vd +AM st:gratis ts:Ns +AM ts:0 al:grates +AM st:grow ts:Vd +AM ts:0 al:ground +AM ts:0 al:groomsmen +AM st:groomsman ts:Ns +AM ts:0 al:groundsmen +AM st:groundsman ts:Ns +AM st:grind ts:Vd +AM ts:0 al:grew +AM ts:0 al:guardsmen +AM st:guardsman ts:Ns +AM ts:0 al:gunmen +AM st:gunman ts:Ns +AM st:gussie ts:Vd +AM st:hadjis ts:Ns +AM ts:0 al:hadjes +AM st:have ts:Vd +AM st:hajjis ts:Ns +AM ts:0 al:hajjes +AM st:halfpenny ts:Ns +AM ts:0 al:halfpence,17 +AM ts:0 al:hamstrung +AM st:hamstring ts:Vd +AM ts:0 al:handymen +AM st:handyman ts:Ns +AM ts:0 al:hung +AM ts:0 al:hangmen +AM st:hangman ts:Ns +AM st:harmonicon ts:Ns's +AM st:harmonicon ts:Ns +AM st:hum ts:Ns +AM ts:0 al:had al:hadst al:has al:hast al:hath +AM ts:0 al:headmen +AM st:headman ts:Ns +AM ts:0 al:headsmen +AM st:headsman ts:Ns +AM ts:0 al:heartbroken +AM st:heartbreak ts:Vd +AM ts:0 al:hove +AM st:hold ts:Vd +AM ts:0 al:helmsmen +AM st:helmsman ts:Ns +AM ts:0 al:henchmen +AM st:henchman ts:Ns +AM ts:0 al:herdsmen +AM st:herdsman ts:Ns +AM st:his ts:Ns +AM ts:0 al:hying +AM ts:0 al:highwaymen +AM st:highwayman ts:Ns +AM st:Hindus ts:Ns +AM ts:0 al:Hindi +AM ts:0 al:hes +AM ts:0 al:hogtying +AM st:hogtie ts:Vd +AM ts:0 al:hokier al:hokiest +AM st:hokey ts:0 +AM ts:0 al:held +AM ts:0 al:holier al:holiest +AM st:holey ts:0 +AM ts:0 al:homier al:homiest +AM st:homey ts:0 +AM ts:0 al:ha +AM ts:0 al:horsemen +AM st:horseman ts:Ns +AM ts:0 al:horsewomen +AM st:horsewoman ts:Ns +AM ts:0 al:horsier al:horsiest +AM st:horsey ts:0 +AM ts:0 al:housebroke al:housebroken +AM st:housebreak ts:Vd +AM ts:0 al:housemen +AM st:houseman ts:Ns +AM ts:0 al:housewives +AM st:housewife ts:Ns +AM st:heave ts:Vd +AM st:humerus ts:Ns +AM ts:0 al:humeri +AM st:hang ts:Vd +AM st:hunkey ts:0 +AM ts:0 al:huntsmen +AM st:huntsman ts:Ns +AM ts:0 al:husbandmen +AM st:husbandman ts:Ns +AM st:hydrolysis ts:Ns +AM ts:0 al:hydrolyses +AM st:hie ts:Vd +AM st:hypnosis ts:Ns +AM ts:0 al:hypnoses +AM st:hypochondrium ts:Ns's +AM st:hypochondrium ts:Ns +AM st:hypothalamus ts:Ns +AM ts:0 al:hypothalami +AM st:hypothesis ts:Ns +AM ts:0 al:hypotheses +AM st:iambus ts:Ns +AM ts:0 al:iambi +AM ts:0 al:icemen +AM st:iceman ts:Ns +AM st:ex ts:Ns +AM st:icosahedron ts:Ns +AM ts:0 al:icosahedra +AM st:ileum ts:Ns +AM ts:0 al:ilea +AM st:ilium ts:Ns +AM ts:0 al:ilia +AM st:inbreed ts:Vd +AM ts:0 al:inbred +AM st:incunabulum ts:Ns +AM ts:0 al:incunabula +AM ts:0 al:infantrymen +AM st:infantryman ts:Ns +AM st:interbreed ts:Vd +AM ts:0 al:interbred +AM ts:0 al:interwove al:interwoven +AM st:interweave ts:Vd +AM ts:0 al:Irishmen +AM st:Irishman ts:Ns +AM ts:0 al:Irishwomen +AM st:Irishwoman ts:Ns +AM st:us ts:Ns +AM ts:0 al:jackknives +AM st:jackknife ts:Ns +AM st:Jacobus ts:Ns +AM st:jejunum ts:Ns +AM ts:0 al:jejuna +AM st:jimmie ts:Vd +AM ts:0 al:jokier al:jokiest +AM st:jokey ts:0 +AM ts:0 al:journeymen +AM st:journeyman ts:Ns +AM ts:0 al:joyrode +AM st:joyride ts:Vd +AM ts:0 al:jurymen +AM st:juryman ts:Ns +AM ts:0 al:jurywomen +AM st:jurywoman ts:Ns +AM ts:0 al:kept +AM st:keep ts:Vd +AM st:cow ts:Ns +AM ts:0 al:kinsmen +AM st:kinsman ts:Ns +AM ts:0 al:kinswomen +AM st:kinswoman ts:Ns +AM ts:0 al:knelt +AM st:kneel ts:Vd +AM st:know ts:Vd +AM ts:0 al:knives +AM st:knife ts:Ns +AM ts:0 al:knew +AM st:labium ts:Ns +AM ts:0 al:labia +AM st:lacey ts:0 +AM st:lie ts:Vd +AM ts:0 al:landsmen +AM st:landsman ts:Ns +AM st:lum ts:Ns's +AM st:lum ts:Ns +AM ts:0 al:latices +AM st:lathis ts:Ns +AM st:latex ts:Ns +AM ts:0 al:laundrymen +AM st:laundryman ts:Ns +AM ts:0 al:laundrywomen +AM st:laundrywoman ts:Ns +AM st:Laurus ts:Ns's +AM st:Laurus ts:Ns +AM ts:0 al:lawmen +AM st:lawman ts:Ns +AM ts:0 al:laymen +AM st:layman ts:Ns +AM st:layperson ts:Ns +AM ts:0 al:laypeople +AM ts:0 al:laywomen +AM st:laywoman ts:Ns +AM ts:0 al:led +AM ts:0 st:little +AM ts:0 al:left +AM st:Ledum ts:Ns +AM st:lead ts:Vd +AM st:leis ts:Ns +AM st:leave ts:Vd +AM ts:0 al:legmen +AM st:legman ts:Ns +AM ts:0 al:lees +AM st:lepton ts:Ns +AM ts:0 al:lepta +AM ts:0 al:least +AM st:little ts:0 +AM st:louse ts:Ns +AM ts:0 al:lain al:lay al:lying +AM ts:0 al:lives +AM st:lifeboatman ts:Ns +AM ts:0 al:lit +AM st:Lilium ts:Ns's +AM st:Lilium ts:Ns +AM ts:0 al:limier al:limiest +AM st:limey ts:0 +AM ts:0 al:linemen +AM st:lineman ts:Ns +AM ts:0 al:linesmen +AM st:linesman ts:Ns +AM ts:0 al:linkmen +AM st:linkman ts:Ns +AM st:literatus ts:Ns's +AM st:literatus ts:Ns +AM st:light ts:Vd +AM ts:0 al:least al:less al:lesser +AM ts:0 al:liverymen +AM st:liveryman ts:Ns +AM st:life ts:Ns +AM st:locus ts:Ns +AM ts:0 al:loci +AM ts:0 al:longshoremen +AM st:longshoreman ts:Ns +AM ts:0 al:loonies al:loonier al:looniest +AM st:looney ts:0 +AM st:looney ts:Ns +AM ts:0 al:lice +AM ts:0 al:lumbermen +AM st:lumberman ts:Ns +AM st:lungis ts:Ns +AM ts:0 st:lie +AM ts:0 al:mesdames +AM ts:0 al:mesdemoiselles +AM st:make ts:Vd +AM ts:0 al:madmen +AM st:madman ts:Ns +AM ts:0 al:madwomen +AM st:madwoman ts:Ns +AM st:magus ts:Ns's +AM st:magus ts:Ns +AM st:Magus ts:Ns +AM st:magnesium ts:Ns's +AM st:magnesium ts:Ns +AM ts:0 al:magnesia al:magnesia's +AM ts:0 al:Magi +AM st:Mahabharatum ts:Ns's +AM st:Mahabharatum ts:Ns +AM ts:0 al:mailmen +AM st:mailman ts:Ns +AM ts:0 al:made +AM st:malis ts:Ns +AM st:Malus ts:Ns +AM st:mammon ts:Ns's +AM st:mammon ts:Ns +AM ts:0 al:mamma al:mamma's +AM ts:0 al:men +AM st:mangey ts:0 +AM ts:0 al:menservants +AM ts:0 al:more al:most +AM st:Marathon ts:Ns's +AM st:Marathon ts:Ns +AM ts:0 al:Maratha al:Maratha's +AM st:Marion ts:Ns's +AM st:Marion ts:Ns +AM ts:0 al:Maria al:Maria's +AM ts:0 al:marksmen +AM st:marksman ts:Ns +AM st:mascaron ts:Ns's +AM st:mascaron ts:Ns +AM st:mum ts:Ns's +AM st:mum ts:Ns +AM st:maxis ts:Ns +AM ts:0 al:maxes +AM ts:0 al:might +AM st:medium ts:Ns's +AM st:medium ts:Ns +AM ts:0 al:media al:media's +AM ts:0 al:met +AM ts:0 al:molten +AM st:meniscus ts:Ns +AM ts:0 al:menisci +AM st:manservant ts:Ns +AM st:man ts:Ns +AM ts:0 al:merchantmen +AM st:merchantman ts:Ns +AM st:meris ts:Ns +AM ts:0 al:mermen +AM st:merman ts:Ns +AM st:meson ts:Ns's +AM st:meson ts:Ns +AM st:madame ts:Ns +AM st:mademoiselle ts:Ns +AM ts:0 al:mesa al:mesa's +AM st:monseigneur ts:Ns +AM st:monsieur ts:Ns +AM st:metacarpus ts:Ns +AM ts:0 al:metacarpi +AM st:metamorphosis ts:Ns +AM ts:0 al:metamorphoses +AM st:metastasis ts:Ns +AM ts:0 al:metastases +AM st:metatarsus ts:Ns +AM ts:0 al:metatarsi +AM st:metathesis ts:Ns +AM ts:0 al:metatheses +AM st:metempsychosis ts:Ns +AM ts:0 al:metempsychoses +AM st:metis ts:Ns +AM ts:0 al:methought +AM st:methinks ts:Vd +AM st:meet ts:Vd +AM st:mouse ts:Ns +AM st:microanalysis ts:Ns +AM ts:0 al:middlemen +AM st:middleman ts:Ns +AM ts:0 al:midshipmen +AM st:midshipman ts:Ns +AM ts:0 al:midwives +AM st:midwife ts:Ns +AM st:may ts:Vd +AM ts:0 al:militiamen +AM st:militiaman ts:Ns +AM ts:0 al:milkmen +AM st:milkman ts:Ns +AM st:Mimus ts:Ns's +AM st:Mimus ts:Ns +AM st:minis ts:Ns +AM st:minus ts:Ns's +AM st:minus ts:Ns +AM ts:0 al:mines +AM ts:0 al:mini al:mini's +AM ts:0 al:minutemen +AM st:minuteman ts:Ns +AM st:misdiagnosis ts:Ns +AM ts:0 al:misdiagnoses +AM ts:0 al:misled +AM st:mislead ts:Vd +AM st:missis ts:Ns +AM ts:0 al:misses +AM ts:0 al:misspoke al:misspoken +AM st:misspeak ts:Vd +AM ts:0 al:mistook +AM st:mistake ts:Vd +AM ts:0 al:misunderstood +AM st:misunderstand ts:Vd +AM st:mitis ts:Ns +AM st:mitochondrion ts:Ns +AM st:mitosis ts:Ns +AM ts:0 al:mitoses +AM st:modulus ts:Ns +AM ts:0 al:moduli +AM st:melt ts:Vd +AM st:momentum ts:Ns +AM ts:0 al:momenta +AM ts:0 al:monies +AM st:money ts:Ns +AM ts:0 al:messeigneurs +AM ts:0 al:messieurs +AM ts:0 al:moonlit +AM st:moonlight ts:Vd +AM ts:0 al:mopier al:mopiest +AM st:mopey ts:0 +AM st:much ts:0 +AM ts:0 st:much +AM ts:0 al:motlier al:motliest +AM st:motley ts:0 +AM ts:0 al:motormen +AM st:motorman ts:Ns +AM ts:0 al:mice +AM ts:0 al:mousier al:mousiest +AM st:mousey ts:0 +AM ts:0 al:ma al:ma's +AM ts:0 al:musclemen +AM st:muscleman ts:Ns +AM st:narcosis ts:Ns +AM ts:0 al:narcoses +AM st:necrosis ts:Ns +AM ts:0 al:necroses +AM ts:0 al:needlewomen +AM st:needlewoman ts:Ns +AM st:nemesis ts:Ns +AM ts:0 al:nemeses +AM st:neurosis ts:Ns +AM ts:0 al:neuroses +AM st:nevus ts:Ns +AM ts:0 al:nevi +AM ts:0 al:newsmen +AM st:newsman ts:Ns +AM ts:0 al:newspapermen +AM st:newspaperman ts:Ns +AM ts:0 al:newspaperwomen +AM st:newspaperwoman ts:Ns +AM ts:0 al:newswomen +AM st:newswoman ts:Ns +AM st:nimbus ts:Ns +AM ts:0 al:nimbi +AM st:No ts:Ns +AM ts:0 al:Ni +AM ts:0 al:noblemen +AM st:nobleman ts:Ns +AM ts:0 al:noblewomen +AM st:noblewoman ts:Ns +AM ts:0 al:Norsemen +AM st:Norseman ts:Ns +AM ts:0 al:nosier al:nosiest +AM st:nosey ts:0 +AM st:novum ts:Ns's +AM st:novum ts:Ns +AM st:nucleus ts:Ns +AM st:nucleolus ts:Ns +AM ts:0 al:nucleoli +AM ts:0 al:nuclei +AM ts:0 al:nurserymen +AM st:nurseryman ts:Ns +AM ts:0 al:oarsmen +AM st:oarsman ts:Ns +AM ts:0 al:oarswomen +AM st:oarswoman ts:Ns +AM st:oasis ts:Ns +AM ts:0 al:oases +AM ts:0 al:oilmen +AM st:oilman ts:Ns +AM st:ous ts:Ns +AM ts:0 al:elder al:eldest +AM ts:0 al:ombudsmen +AM st:ombudsman ts:Ns +AM ts:0 al:a +AM st:opus ts:Ns's +AM st:opus ts:Ns +AM st:optimum ts:Ns +AM ts:0 al:optima +AM ts:0 al:opera al:opera's +AM ts:0 al:outdrew +AM st:outdraw ts:Vd +AM ts:0 al:outfought +AM st:outfight ts:Vd +AM st:outgrow ts:Vd +AM ts:0 al:outgrew +AM st:outlie ts:Vd +AM st:outrun ts:Vd +AM ts:0 al:outran +AM ts:0 al:outsold +AM ts:0 al:outshone +AM st:outshine ts:Vd +AM st:outsell ts:Vd +AM ts:0 st:outspeak +AM ts:0 al:outwore al:outworn +AM st:outwear ts:Vd +AM st:ovum ts:Ns +AM st:overeat ts:Vd +AM ts:0 al:overbore al:overborne +AM st:overbear ts:Vd +AM st:overbuy ts:Vd +AM ts:0 al:overbought +AM st:overcome ts:Vd +AM ts:0 al:overcame +AM ts:0 al:overdrew +AM st:overdraw ts:Vd +AM ts:0 al:overate +AM st:overfeed ts:Vd +AM ts:0 al:overfed +AM st:overgrow ts:Vd +AM ts:0 al:overgrew +AM ts:0 al:overhung +AM st:overhang ts:Vd +AM st:overlie ts:Vd +AM ts:0 al:overlain al:overlay al:overlying +AM st:overrun ts:Vd +AM ts:0 al:overrode +AM st:override ts:Vd +AM ts:0 al:overran +AM st:oversee ts:Vd +AM ts:0 al:oversaw +AM ts:0 al:oversold +AM ts:0 al:overshot +AM st:overshoot ts:Vd +AM ts:0 al:overslept +AM st:oversleep ts:Vd +AM st:oversell ts:Vd +AM ts:0 al:overtook +AM st:overthrow ts:Vd +AM ts:0 al:overthrew +AM st:overtake ts:Vd +AM ts:0 al:overwrought +AM ts:0 al:overwrote +AM st:overwrite ts:Vd +AM st:overwork ts:Vd +AM ts:0 al:ova +AM st:oxymoron ts:Ns +AM ts:0 al:oxymora +AM ts:0 al:pacier al:paciest +AM st:pacey ts:0 +AM st:papillon ts:Ns's +AM st:papillon ts:Ns +AM st:papyrus ts:Ns +AM ts:0 al:papyri +AM st:paralysis ts:Ns +AM ts:0 al:paralyses +AM st:paramecium ts:Ns +AM ts:0 al:paramecia +AM st:paraphrasis ts:Ns +AM st:parenthesis ts:Ns +AM ts:0 al:parentheses +AM st:paresis ts:Ns +AM ts:0 al:pareses +AM st:paris ts:Ns +AM ts:0 al:partook +AM st:partake ts:Vd +AM ts:0 al:passersby +AM st:passerby ts:Ns +AM st:pastis ts:Ns +AM ts:0 al:pastes +AM ts:0 al:patresfamilias +AM st:paterfamilias ts:Ns +AM ts:0 al:patrolmen +AM st:patrolman ts:Ns +AM ts:0 al:patrolwomen +AM st:patrolwoman ts:Ns +AM st:pavis ts:Ns +AM st:peon ts:Ns's +AM st:peon ts:Ns +AM st:penny ts:Ns +AM ts:0 al:penknives +AM st:penknife ts:Ns +AM ts:0 al:penmen +AM st:penman ts:Ns +AM ts:0 al:pence,17 +AM ts:0 al:pea al:pea's +AM st:person ts:Ns's +AM st:person ts:Ns +AM st:pericardium ts:Ns +AM ts:0 al:pericardia +AM st:perihelion ts:Ns +AM ts:0 al:perihelia +AM st:perineum ts:Ns +AM ts:0 al:perinea +AM st:periphrasis ts:Ns +AM ts:0 al:periphrases +AM st:peristalsis ts:Ns +AM ts:0 al:peristalses +AM ts:0 al:people al:people's +AM st:phallus ts:Ns +AM ts:0 al:phalli +AM st:phasis ts:Ns +AM st:phenomenon ts:Ns +AM ts:0 al:phenomena +AM ts:0 al:phonier al:phoniest +AM st:phoney ts:0 +AM st:phylum ts:Ns +AM ts:0 al:phyla +AM st:pikis ts:Ns +AM st:pilis ts:Ns +AM ts:0 al:pinier al:piniest +AM st:piney ts:0 +AM st:pipis ts:Ns +AM st:Pisum ts:Ns +AM st:pus ts:Ns's +AM st:pus ts:Ns +AM st:piton ts:Ns's +AM st:piton ts:Ns +AM ts:0 al:pitchmen +AM st:pitchman ts:Ns +AM ts:0 al:pita al:pita's +AM st:placeman ts:Ns +AM ts:0 al:plainclothesmen +AM st:plainclothesman ts:Ns +AM ts:0 al:plainsmen +AM st:plainsman ts:Ns +AM st:plasmon ts:Ns's +AM st:plasmon ts:Ns +AM st:pleon ts:Ns's +AM st:pleon ts:Ns +AM st:plectrum ts:Ns +AM ts:0 al:plectra +AM st:pleuron ts:Ns's +AM st:pleuron ts:Ns +AM ts:0 al:ploughmen +AM st:ploughman ts:Ns +AM st:plie ts:Vd +AM ts:0 al:pocketknives +AM st:pocketknife ts:Ns +AM ts:0 al:pokier al:pokiest +AM st:pokey ts:0 +AM st:polis ts:Ns +AM ts:0 al:policemen +AM st:policeman ts:Ns +AM ts:0 al:policewomen +AM st:policewoman ts:Ns +AM ts:0 al:postmen +AM st:postman ts:Ns +AM ts:0 al:postwomen +AM st:postwoman ts:Ns +AM st:preshrink ts:Vd +AM ts:0 al:preshrank al:preshrunk +AM st:presidium ts:Ns +AM ts:0 al:presidia +AM ts:0 al:pressmen +AM st:pressman ts:Ns +AM ts:0 al:prier al:priest +AM st:prex ts:Ns +AM ts:0 al:pricier al:priciest +AM st:pricey ts:0 +AM ts:0 st:prey +AM st:prey ts:0 +AM st:prognosis ts:Ns +AM ts:0 al:prognoses +AM st:prophylaxis ts:Ns +AM ts:0 al:prophylaxes +AM st:prosthesis ts:Ns +AM ts:0 al:prostheses +AM st:protozoon ts:Ns +AM ts:0 al:protozoa +AM st:pseudopodium ts:Ns +AM st:psychoneurosis ts:Ns +AM ts:0 al:psychoneuroses +AM st:psychosis ts:Ns +AM ts:0 al:psychoses +AM st:pubis ts:Ns's +AM st:pubis ts:Ns +AM ts:0 al:pubes al:pubes's +AM st:pudendum ts:Ns +AM ts:0 al:pudenda +AM st:pulis ts:Ns +AM ts:0 al:pi al:pi's +AM st:puttie ts:Vd +AM st:pylorus ts:Ns +AM ts:0 al:pylori +AM st:pyxis ts:Ns +AM st:quantum ts:Ns +AM ts:0 al:quanta +AM st:quarryman ts:Ns +AM ts:0 al:quarterstaves +AM st:quarterstaff ts:Ns +AM st:quotum ts:Ns's +AM st:quotum ts:Ns +AM st:radius ts:Ns +AM ts:0 al:radiomen +AM st:radioman ts:Ns +AM ts:0 al:radii +AM st:ragis ts:Ns +AM ts:0 al:railwaymen +AM st:railwayman ts:Ns +AM st:rakis ts:Ns +AM st:ring ts:Vd +AM st:run ts:Vd +AM st:Ron ts:Ns's +AM st:Ron ts:Ns +AM ts:0 al:reis +AM ts:0 al:rebound +AM ts:0 st:rebind +AM ts:0 al:redrew +AM st:redraw ts:Vd +AM ts:0 al:rove +AM ts:0 al:refroze al:refrozen +AM st:refreeze ts:Vd +AM st:regrow ts:Vd +AM ts:0 al:reground +AM st:regrind ts:Vd +AM ts:0 al:regrew +AM ts:0 al:rehung +AM st:rehang ts:Vd +AM st:real ts:Ns +AM st:remake ts:Vd +AM ts:0 al:remade +AM ts:0 al:repairmen +AM st:repairman ts:Ns +AM st:replicon ts:Ns's +AM st:replicon ts:Ns +AM st:rerun ts:Vd +AM ts:0 al:reran +AM st:resit ts:Vd +AM ts:0 al:resold +AM st:residuum ts:Ns +AM ts:0 al:residua +AM ts:0 al:resat +AM st:resell ts:Vd +AM ts:0 al:restrung +AM st:restring ts:Vd +AM ts:0 al:retook +AM st:reteach ts:Vd +AM ts:0 al:retaught +AM ts:0 al:retold +AM ts:0 al:rethought +AM st:rethink ts:Vd +AM ts:0 al:retying +AM st:retell ts:Vd +AM st:retake ts:Vd +AM ts:0 al:retrod al:retrodden +AM st:retread ts:Vd +AM st:retie ts:Vd +AM st:reversis ts:Ns +AM ts:0 al:rewove al:rewoven +AM ts:0 al:rewound +AM st:rewind ts:Vd +AM st:reweave ts:Vd +AM ts:0 al:rewrote +AM st:rewrite ts:Vd +AM st:rheum ts:Ns's +AM st:rheum ts:Ns +AM st:Rheum ts:Ns +AM ts:0 al:rhea al:rhea's +AM st:rex ts:Ns +AM ts:0 al:rode +AM ts:0 al:rives +AM ts:0 al:riflemen +AM st:rifleman ts:Ns +AM ts:0 al:rang al:rung +AM ts:0 al:rose +AM st:rife ts:Ns +AM st:ride ts:Vd +AM ts:0 al:Ra al:Ra's +AM ts:0 al:ropier al:ropiest +AM st:ropey ts:0 +AM st:rise ts:Vd +AM st:reeve ts:Vd +AM ts:0 al:ran +AM ts:0 st:ring +AM st:sacrum ts:Ns +AM ts:0 al:sacra +AM st:sadis ts:Ns +AM ts:0 al:saves +AM st:sagum ts:Ns's +AM st:sagum ts:Ns +AM st:sakis ts:Ns +AM ts:0 al:salesmen +AM st:salesman ts:Ns +AM st:salesperson ts:Ns's +AM st:salesperson ts:Ns +AM ts:0 al:salespeople al:salespeople's +AM ts:0 al:saleswomen +AM st:saleswoman ts:Ns +AM ts:0 al:sandmen +AM st:sandman ts:Ns +AM st:sing ts:Vd +AM st:sink ts:Vd +AM st:Sarum ts:Ns's +AM st:Sarum ts:Ns +AM st:sarcophagus ts:Ns +AM ts:0 al:sarcophagi +AM st:sarus ts:Ns's +AM st:sarus ts:Ns +AM st:satis ts:Ns +AM st:sit ts:Vd +AM st:safe ts:Ns +AM st:see ts:Vd +AM st:scaley ts:0 +AM ts:0 al:scarier al:scariest +AM st:scarey ts:0 +AM st:sclerosis ts:Ns +AM ts:0 al:scleroses +AM ts:0 al:Scotchmen +AM st:Scotchman ts:Ns +AM ts:0 al:Scotchwomen +AM st:Scotchwoman ts:Ns +AM ts:0 al:Scotsmen +AM st:Scotsman ts:Ns +AM ts:0 al:Scotswomen +AM st:Scotswoman ts:Ns +AM st:scrotum ts:Ns +AM ts:0 al:scrota +AM ts:0 al:seamen +AM st:seaman ts:Ns +AM ts:0 al:saw +AM ts:0 al:sought +AM ts:0 al:sod al:sodden +AM ts:0 al:selectmen +AM st:selectman ts:Ns +AM ts:0 al:sold +AM st:sepium ts:Ns's +AM st:sepium ts:Ns +AM st:septum ts:Ns +AM ts:0 al:septa +AM ts:0 al:servicemen +AM st:serviceman ts:Ns +AM ts:0 al:servicewomen +AM st:servicewoman ts:Ns +AM ts:0 al:shook +AM ts:0 al:should +AM st:shit ts:Vd +AM st:sheeney ts:0 +AM ts:0 al:shone +AM ts:0 al:shat +AM st:shine ts:Vd +AM st:shake ts:Vd +AM ts:0 al:shot +AM st:Shoshonis ts:Ns +AM ts:0 al:Shoshones +AM st:shoot ts:Vd +AM st:shall ts:Vd +AM ts:0 al:showmen +AM st:showman ts:Ns +AM st:shrink ts:Vd +AM ts:0 al:shrank al:shrunk al:shrunken +AM ts:0 al:sidemen +AM st:sideman ts:Ns +AM ts:0 al:signalmen +AM st:signalman ts:Ns +AM st:silicon ts:Ns's +AM st:silicon ts:Ns +AM ts:0 al:silica al:silica's +AM st:simulacrum ts:Ns +AM ts:0 al:simulacra +AM ts:0 al:sang al:sung +AM ts:0 al:sank al:sunk al:sunken +AM st:siris ts:Ns +AM st:Sus ts:Ns +AM ts:0 al:sat +AM ts:0 al:slew,146 +AM ts:0 al:slept +AM st:sleep ts:Vd +AM ts:0 st:slay +AM st:sley ts:0 +AM ts:0 al:slung +AM ts:0 al:slunk +AM st:sling ts:Vd +AM st:slink ts:Vd +AM ts:0 al:smote +AM ts:0 al:smokier al:smokiest +AM st:smokey ts:0 +AM st:smite ts:Vd +AM st:snakey ts:0 +AM ts:0 al:snowmen +AM st:snowman ts:Ns +AM ts:0 st:seethe +AM st:seethe ts:Vd +AM st:solarium ts:Ns +AM ts:0 al:solaria +AM st:sell ts:Vd +AM st:solidus ts:Ns +AM ts:0 al:solidi +AM st:seek ts:Vd +AM ts:0 al:spacemen +AM st:spaceman ts:Ns +AM ts:0 al:spacewomen +AM st:spacewoman ts:Ns +AM ts:0 al:spacier al:spaciest +AM st:spacey ts:0 +AM st:speak ts:Vd +AM st:spit ts:Vd +AM ts:0 al:spake al:spoke al:spoken +AM st:spectrum ts:Ns +AM ts:0 al:spectra +AM st:speed ts:Vd +AM ts:0 al:sped +AM ts:0 al:spellbound +AM st:spellbind ts:Vd +AM st:spermatozoon ts:Ns +AM ts:0 al:spermatozoa +AM st:spicey ts:0 +AM st:spikey ts:0 +AM ts:0 al:spun +AM ts:0 al:spat +AM st:splayfoot ts:Ns +AM ts:0 al:splayfeet +AM ts:0 al:spokesmen +AM st:spokesman ts:Ns +AM st:spokesperson ts:Ns +AM ts:0 al:spokespeople +AM ts:0 al:spokeswomen +AM st:spokeswoman ts:Ns +AM ts:0 al:sportsmen +AM st:sportsman ts:Ns +AM ts:0 al:sportswomen +AM st:sportswoman ts:Ns +AM ts:0 al:spotlit +AM st:spotlight ts:Vd +AM st:spring ts:Vd +AM ts:0 al:sprang al:sprung +AM st:spin ts:Vd +AM st:sputum ts:Ns +AM ts:0 al:sputa +AM ts:0 al:stablemen +AM st:stableman ts:Ns +AM ts:0 al:stagier al:stagiest +AM st:stagey ts:0 +AM ts:0 al:stood +AM st:stink ts:Vd +AM st:staphylococcus ts:Ns +AM ts:0 al:staphylococci +AM ts:0 al:statesmen +AM st:statesman ts:Ns +AM ts:0 al:stateswomen +AM st:stateswoman ts:Ns +AM ts:0 al:stove +AM ts:0 al:stole al:stolen +AM ts:0 al:steersmen +AM st:steersman ts:Ns +AM st:stegosaurus ts:Ns +AM ts:0 al:stegosauri +AM ts:0 al:stuck +AM st:stimulus ts:Ns +AM ts:0 al:stimuli +AM ts:0 al:stung +AM ts:0 al:stank al:stunk +AM st:steal ts:Vd +AM ts:0 al:stonier al:stoniest +AM st:stoney ts:0 +AM st:stand ts:Vd +AM st:stave ts:Vd +AM st:stratum ts:Ns +AM st:stratus ts:Ns +AM ts:0 al:strata +AM ts:0 al:strati +AM st:streptococcus ts:Ns +AM ts:0 al:streptococci +AM st:strike ts:Vd +AM ts:0 al:strode +AM ts:0 al:strives +AM ts:0 al:stricken al:struck +AM ts:0 al:strung +AM ts:0 al:strove +AM st:strife ts:Ns +AM st:stride ts:Vd +AM ts:0 al:strongmen +AM st:strongman ts:Ns +AM st:strive ts:Vd +AM st:string ts:Vd +AM st:stick ts:Vd +AM st:sting ts:Vd +AM ts:0 al:stuntmen +AM st:stuntman ts:Ns +AM st:stylus ts:Ns +AM ts:0 al:styli +AM st:substratum ts:Ns +AM ts:0 al:substrata +AM st:succubus ts:Ns +AM ts:0 al:succubi +AM ts:0 al:supermen +AM st:superman ts:Ns +AM ts:0 al:superwomen +AM st:superwoman ts:Ns +AM st:swim ts:Vd +AM ts:0 al:swore al:sworn +AM ts:0 al:swept +AM ts:0 al:swollen +AM st:sweep ts:Vd +AM ts:0 al:swam al:swum +AM ts:0 al:swung +AM st:swell ts:Vd +AM ts:0 al:swordsmen +AM st:swordsman ts:Ns +AM st:swear ts:Vd +AM st:swing ts:Vd +AM st:symbiosis ts:Ns +AM ts:0 al:symbioses +AM st:synapsis ts:Ns +AM st:synopsis ts:Ns +AM ts:0 al:synopses +AM st:synthesis ts:Ns +AM ts:0 al:syntheses +AM st:tackey ts:0 +AM ts:0 al:took +AM st:talus ts:Ns +AM ts:0 al:tali +AM st:tamis ts:Ns +AM st:Tamus ts:Ns's +AM st:Tamus ts:Ns +AM st:tantrum ts:Ns's +AM st:tantrum ts:Ns +AM ts:0 al:tantra al:tantra's +AM st:tapis ts:Ns +AM st:tarsus ts:Ns +AM ts:0 al:tarsi +AM st:tum ts:Ns +AM st:teach ts:Vd +AM st:tawney ts:0 +AM st:taxis ts:Ns +AM st:taxus ts:Ns's +AM ts:0 al:taxes +AM st:taxus ts:Ns +AM ts:0 al:taxmen +AM st:taxman ts:Ns +AM ts:0 al:taught +AM ts:0 al:tore al:torn +AM st:tooth ts:Ns +AM ts:0 al:told +AM st:terminus ts:Ns +AM ts:0 al:termini +AM st:testis ts:Ns +AM ts:0 al:testes +AM st:thalamus ts:Ns +AM ts:0 al:thalami +AM st:thesaurus ts:Ns +AM ts:0 al:thesauri +AM st:thesis ts:Ns +AM ts:0 al:theses +AM ts:0 al:thought +AM st:think ts:Vd +AM st:throw ts:Vd +AM st:thrombus ts:Ns +AM st:thrombosis ts:Ns +AM ts:0 al:thromboses +AM ts:0 al:thrombi +AM ts:0 al:threw +AM st:thunderstrike ts:Vd +AM ts:0 al:tying +AM st:tikis ts:Ns +AM st:titmouse ts:Ns +AM ts:0 al:titmice +AM st:tell ts:Vd +AM st:toney ts:0 +AM st:take ts:Vd +AM ts:0 al:teeth +AM st:tear ts:Vd +AM st:torus ts:Ns +AM ts:0 al:tori +AM ts:0 al:townsmen +AM st:townsman ts:Ns +AM ts:0 al:townswomen +AM st:townswoman ts:Ns +AM ts:0 al:tradesmen +AM st:tradesman ts:Ns +AM st:tradesperson ts:Ns's +AM st:tradesperson ts:Ns +AM ts:0 al:tradeswomen +AM st:tradeswoman ts:Ns +AM ts:0 al:trainmen +AM st:trainman ts:Ns +AM ts:0 al:trod al:trodden +AM ts:0 al:trenchermen +AM st:trencherman ts:Ns +AM ts:0 al:tribesmen +AM st:tribesman ts:Ns +AM ts:0 al:tribeswomen +AM st:tribeswoman ts:Ns +AM st:trivium ts:Ns's +AM st:trivium ts:Ns +AM ts:0 al:trivia al:trivia's +AM st:tread ts:Vd +AM ts:0 al:troubleshot +AM st:troubleshoot ts:Vd +AM ts:0 st:trie +AM ts:0 al:ta +AM st:tie ts:Vd +AM ts:0 al:typewrote +AM st:typewrite ts:Vd +AM st:umbilicus ts:Ns +AM ts:0 al:umbilici +AM ts:0 al:unbound +AM st:unbear ts:Vd +AM st:unbind ts:Vd +AM st:unclothe ts:Vd +AM ts:0 al:unclad +AM ts:0 al:underclassmen +AM st:underclassman ts:Ns +AM st:underfeed ts:Vd +AM ts:0 al:underfed +AM ts:0 al:underwent +AM st:underlie ts:Vd +AM ts:0 st:underlie +AM ts:0 al:underlain al:underlay al:underlying +AM ts:0 al:undersold +AM ts:0 al:undershot +AM st:undershoot ts:Vd +AM st:undersell ts:Vd +AM ts:0 al:understood +AM st:understand ts:Vd +AM ts:0 al:undertook +AM st:undertake ts:Vd +AM st:undergo ts:Vd +AM ts:0 al:underwrote +AM st:underwrite ts:Vd +AM ts:0 al:unfroze al:unfrozen +AM st:unfreeze ts:Vd +AM st:unmake ts:Vd +AM ts:0 al:unmade +AM st:unperson ts:Ns +AM ts:0 al:unpeople +AM st:unsell ts:Vd +AM st:unspeak ts:Vd +AM st:unstring ts:Vd +AM st:unstick ts:Vd +AM st:unteach ts:Vd +AM ts:0 al:untying +AM st:untread ts:Vd +AM st:untie ts:Vd +AM ts:0 al:unwound +AM st:unwind ts:Vd +AM st:unweave ts:Vd +AM st:uphold ts:Vd +AM ts:0 al:upheld +AM ts:0 al:upperclassmen +AM st:upperclassman ts:Ns +AM ts:0 st:upshoot +AM st:urinalysis ts:Ns +AM ts:0 al:urinalyses +AM ts:0 al:i +AM st:uterus ts:Ns +AM ts:0 al:uteri +AM st:valis ts:Ns +AM st:velum ts:Ns +AM ts:0 al:vela +AM ts:0 al:veniremen +AM st:venireman ts:Ns +AM st:venturis ts:Ns +AM ts:0 al:vestrymen +AM st:vestryman ts:Ns +AM ts:0 al:vying +AM st:villus ts:Ns +AM ts:0 al:villi +AM st:vison ts:Ns's +AM st:vison ts:Ns +AM st:viscus ts:Ns +AM ts:0 al:viscera +AM st:vivarium ts:Ns +AM ts:0 al:vivaria +AM st:vie ts:Vd +AM st:wadis ts:Ns +AM ts:0 al:wades +AM st:waitperson ts:Ns +AM ts:0 al:waitpeople +AM ts:0 al:woke al:woken +AM st:walis ts:Ns +AM ts:0 al:washerwomen +AM st:washerwoman ts:Ns +AM ts:0 al:watchmen +AM st:watchman ts:Ns +AM st:wavey ts:0 +AM ts:0 al:wore al:worn +AM ts:0 al:weathermen +AM st:weatherman ts:Ns +AM ts:0 al:wove al:woven +AM st:webfoot ts:Ns +AM ts:0 al:webfeet +AM ts:0 al:wept +AM ts:0 al:Welshmen +AM st:Welshman ts:Ns +AM st:go ts:Vd +AM st:weep ts:Vd +AM st:whiney ts:0 +AM ts:0 al:wives +AM ts:0 al:would al:wouldst +AM ts:0 al:won +AM ts:0 al:wound +AM st:winey ts:0 +AM ts:0 al:wost al:wot +AM ts:0 al:withdrew +AM st:withdraw ts:Vd +AM st:withhold ts:Vd +AM ts:0 al:withheld +AM ts:0 al:withstood +AM st:withstand ts:Vd +AM st:wife ts:Ns +AM st:wake ts:Vd +AM ts:0 al:women +AM st:woman ts:Ns +AM st:win ts:Vd +AM ts:0 al:woodmen +AM st:woodman ts:Ns +AM ts:0 al:woodsmen +AM st:woodsman ts:Ns +AM st:wear ts:Vd +AM ts:0 al:wrought +AM ts:0 al:workingmen +AM st:workingman ts:Ns +AM ts:0 al:workingwomen +AM st:workingwoman ts:Ns +AM ts:0 al:workmen +AM st:workman ts:Ns +AM st:ill ts:0 +AM st:wit ts:Vd +AM st:will ts:Vd +AM st:wind ts:Vd +AM st:weave ts:Vd +AM ts:0 al:wrung +AM ts:0 al:wrote +AM st:write ts:Vd +AM st:work ts:Vd +AM st:wring ts:Vd +AM ts:0 al:yachtsmen +AM st:yachtsman ts:Ns +AM ts:0 al:yachtswomen +AM st:yachtswoman ts:Ns +AM ts:0 al:yardmen +AM st:yardman ts:Ns +AM st:yum ts:Ns +AM ts:0 al:yeomen +AM st:yeoman ts:Ns +AM ts:0 al:ya +AM is:Ns +AM is:At +AM is:N's +AM is:Vd +AM is:Aness's +AM is:Vs +AM is:Ar +AM is:Nm's +AM is:Vg +AM is:Ns's +AM is:Aness is:s +AM is:Ay +AM is:Nm +AM is:Aness +AM is:'s +SET UTF-8 +TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' +WORDCHARS 0123456789'.-’ +NOSUGGEST 200 + +# ordinal numbers +COMPOUNDMIN 1 +# only in compounds: 1th, 2th, 3th +ONLYINCOMPOUND 300 +# compound rules: +# 1. [0-9]*1[0-9]th (10th, 11th, 12th, 56714th, etc.) +# 2. [0-9]*[02-9](1st|2nd|3rd|[4-9]th) (21st, 22nd, 123rd, 1234th, etc.) +COMPOUNDRULE 2 +COMPOUNDRULE (201)*(202)(203) +COMPOUNDRULE (201)*(204)(205) + +REP 94 +REP nt n't +REP alot a_lot +REP avengence a_vengeance +REP ninties 1990s +REP teached taught +REP rised rose +REP a ei +REP ei a +REP a ey +REP ey a +REP ai ie +REP ie ai +REP are air +REP are ear +REP are eir +REP air are +REP air ere +REP ere air +REP ere ear +REP ere eir +REP ear are +REP ear air +REP ear ere +REP eir are +REP eir ere +REP ch te +REP te ch +REP ch ti +REP ti ch +REP ch tu +REP tu ch +REP ch s +REP s ch +REP ch k +REP k ch +REP f ph +REP ph f +REP gh f +REP f gh +REP i igh +REP igh i +REP i uy +REP uy i +REP i ee +REP ee i +REP j di +REP di j +REP j gg +REP gg j +REP j ge +REP ge j +REP s ti +REP ti s +REP s ci +REP ci s +REP k cc +REP cc k +REP k qu +REP qu k +REP kw qu +REP o eau +REP eau o +REP o ew +REP ew o +REP oo ew +REP ew oo +REP ew ui +REP ui ew +REP oo ui +REP ui oo +REP ew u +REP u ew +REP oo u +REP u oo +REP u oe +REP oe u +REP u ieu +REP ieu u +REP ue ew +REP ew ue +REP uff ough +REP oo ieu +REP ieu oo +REP ier ear +REP ear ier +REP ear air +REP air ear +REP w qu +REP qu w +REP z ss +REP ss z +REP shun tion +REP shun sion +REP shun cion +SFX 123 N 1 +SFX 123 i 0 i 1820 +SFX 50 N 1 +SFX 50 0 lest . 1821 +SFX 137 N 1 +SFX 137 0 en . 1820 +SFX 124 N 1 +SFX 124 i 's i 1822 +SFX 72 N 1 +SFX 72 0 gest . 1821 +SFX 148 N 1 +SFX 148 0 Ted . 1823 +SFX 34 N 1 +SFX 34 y iness's y 1824 +SFX 65 N 1 +SFX 65 0 ded . 1823 +SFX 41 N 1 +SFX 41 0 led . 1823 +SFX 112 N 1 +SFX 112 0 zes . 1825 +SFX 69 N 1 +SFX 69 e den e 1823 +SFX 13 N 1 +SFX 13 0 ted . 1823 +SFX 67 N 1 +SFX 67 f ves f 1820 +SFX 52 N 1 +SFX 52 e ten e 1823 +SFX 63 N 1 +SFX 63 0 med . 1823 +SFX 136 N 1 +SFX 136 e ier e 1826 +SFX 47 N 1 +SFX 47 0 n . 1823 +SFX 4 N 1 +SFX 4 0 es . 1820 +SFX 145 N 1 +SFX 145 0 im's . 1827 +SFX 54 N 1 +SFX 54 0 ging . 1828 +SFX 62 N 1 +SFX 62 0 en . 1823 +SFX 149 N 1 +SFX 149 0 Ting . 1828 +SFX 115 N 1 +SFX 115 0 per . 1826 +SFX 55 N 1 +SFX 55 0 bing . 1828 +SFX 9 N 1 +SFX 9 e ing e 1828 +SFX 135 N 1 +SFX 135 0 ses's . 1829 +SFX 33 N 1 +SFX 33 0 ping . 1828 +SFX 25 N 1 +SFX 25 0 nesses . 1830 +SFX 103 N 1 +SFX 103 0 best . 1821 +SFX 36 N 1 +SFX 36 y ily y 1831 +SFX 31 N 1 +SFX 31 0 ally . 1831 +SFX 116 N 1 +SFX 116 0 pest . 1821 +SFX 98 N 1 +SFX 98 e ce e 1820 +SFX 94 N 1 +SFX 94 s es s 1820 +SFX 46 N 1 +SFX 46 x ces x 1820 +SFX 44 N 1 +SFX 44 0 king . 1828 +SFX 80 N 1 +SFX 80 y inesses y 1830 +SFX 27 N 1 +SFX 27 y ies y 1825 +SFX 7 N 1 +SFX 7 0 s . 1825 +SFX 28 N 1 +SFX 28 0 s's . 1829 +SFX 6 N 1 +SFX 6 0 ing . 1828 +SFX 97 N 1 +SFX 97 0 fest . 1821 +SFX 75 N 1 +SFX 75 0 ren . 1820 +SFX 109 N 1 +SFX 109 0 test . 1821 +SFX 99 N 1 +SFX 99 0 ta . 1820 +SFX 39 N 1 +SFX 39 0 ses . 1825 +SFX 11 N 1 +SFX 11 0 es . 1825 +SFX 134 N 1 +SFX 134 o id o 1823 +SFX 90 N 1 +SFX 90 0 fed . 1823 +SFX 83 N 1 +SFX 83 0 im . 1832 +SFX 60 N 1 +SFX 60 0 ned . 1823 +SFX 141 N 1 +SFX 141 0 ved . 1823 +SFX 70 N 1 +SFX 70 0 den . 1823 +SFX 85 N 1 +SFX 85 y ies's y 1829 +SFX 119 N 1 +SFX 119 y id y 1823 +SFX 68 N 1 +SFX 68 d t d 1823 +SFX 95 N 1 +SFX 95 0 allier . 1826 +SFX 21 N 1 +SFX 21 0 st . 1821 +SFX 30 N 1 +SFX 30 y iest y 1821 +SFX 110 N 1 +SFX 110 0 zes . 1820 +SFX 91 N 1 +SFX 91 0 fing . 1828 +SFX 128 N 1 +SFX 128 0 r . 1820 +SFX 92 N 1 +SFX 92 0 rer . 1826 +SFX 14 N 1 +SFX 14 0 ting . 1828 +SFX 106 N 1 +SFX 106 l t l 1823 +SFX 59 N 1 +SFX 59 0 i . 1820 +SFX 20 N 1 +SFX 20 0 r . 1826 +SFX 12 N 1 +SFX 12 0 ses . 1820 +SFX 18 N 1 +SFX 18 0 ness . 1833 +SFX 84 N 1 +SFX 84 e i e 1820 +SFX 10 N 1 +SFX 10 0 ly . 1831 +SFX 76 N 1 +SFX 76 0 e's . 1829 +SFX 139 N 1 +SFX 139 n 0 n 1820 +SFX 53 N 1 +SFX 53 0 ged . 1823 +SFX 24 N 1 +SFX 24 0 est . 1821 +SFX 79 N 1 +SFX 79 0 t . 1823 +SFX 131 N 1 +SFX 131 e t e 1823 +SFX 102 N 1 +SFX 102 0 ber . 1826 +SFX 17 N 1 +SFX 17 y ies y 1820 +SFX 37 N 1 +SFX 37 0 e . 1820 +SFX 126 N 1 +SFX 126 a or a 1820 +SFX 146 N 1 +SFX 146 y in y 1823 +SFX 74 N 1 +SFX 74 0 ser . 1826 +SFX 150 N 1 +SFX 150 t st t 1823 +SFX 40 N 1 +SFX 40 0 sing . 1828 +SFX 121 N 1 +SFX 121 e ia e 1820 +SFX 3 N 1 +SFX 3 0 s . 1820 +SFX 93 N 1 +SFX 93 o i's o 1829 +SFX 61 N 1 +SFX 61 0 ning . 1828 +SFX 32 N 1 +SFX 32 0 ped . 1823 +SFX 105 N 1 +SFX 105 0 nest . 1821 +SFX 132 N 1 +SFX 132 0 a . 1820 +SFX 29 N 1 +SFX 29 y ier y 1826 +SFX 140 N 1 +SFX 140 0 rest . 1821 +SFX 56 N 1 +SFX 56 0 der . 1826 +SFX 82 N 1 +SFX 82 0 st . 1823 +SFX 49 N 1 +SFX 49 0 ler . 1826 +SFX 45 N 1 +SFX 45 o i o 1820 +SFX 108 N 1 +SFX 108 0 thest . 1821 +SFX 81 N 1 +SFX 81 0 ter . 1826 +SFX 58 N 1 +SFX 58 0 x . 1820 +SFX 23 N 1 +SFX 23 0 er . 1826 +SFX 48 N 1 +SFX 48 s ntes s 1820 +SFX 89 N 1 +SFX 89 x ges x 1820 +SFX 118 N 1 +SFX 118 y own y 1823 +SFX 51 N 1 +SFX 51 e 0 e 1823 +SFX 127 N 1 +SFX 127 a ur a 1820 +SFX 86 N 1 +SFX 86 0 lier . 1826 +SFX 66 N 1 +SFX 66 0 ding . 1828 +SFX 73 N 1 +SFX 73 0 bed . 1823 +SFX 16 N 1 +SFX 16 0 ring . 1828 +SFX 57 N 1 +SFX 57 0 dest . 1821 +SFX 143 N 1 +SFX 143 e iest e 1821 +SFX 138 N 1 +SFX 138 0 es's . 1829 +SFX 15 N 1 +SFX 15 0 red . 1823 +SFX 122 N 1 +SFX 122 e ia's e 1829 +SFX 111 N 1 +SFX 111 0 zed . 1823 +SFX 64 N 1 +SFX 64 0 ming . 1828 +SFX 1 N 1 +SFX 1 0 's . 1834 +SFX 133 N 1 +SFX 133 0 t . 1820 +SFX 78 N 1 +SFX 78 0 mest . 1821 +SFX 87 N 1 +SFX 87 0 liest . 1821 +SFX 142 N 1 +SFX 142 0 ving . 1828 +SFX 77 N 1 +SFX 77 0 mer . 1826 +SFX 125 N 1 +SFX 125 a i a 1820 +SFX 104 N 1 +SFX 104 0 ner . 1826 +SFX 2 N 1 +SFX 2 0 's . 1822 +SFX 120 N 1 +SFX 120 o ines o 1820 +SFX 117 N 1 +SFX 117 y ew y 1823 +SFX 35 N 1 +SFX 35 y iness y 1833 +SFX 129 N 1 +SFX 129 0 er . 1820 +SFX 26 N 1 +SFX 26 y ied y 1823 +SFX 19 N 1 +SFX 19 0 ness's . 1824 +SFX 101 N 1 +SFX 101 0 th . 1823 +SFX 8 N 1 +SFX 8 0 d . 1823 +SFX 43 N 1 +SFX 43 0 ked . 1823 +SFX 22 N 1 +SFX 22 e y e 1831 +SFX 114 N 1 +SFX 114 e d e 1823 +SFX 38 N 1 +SFX 38 0 sed . 1823 +SFX 147 N 1 +SFX 147 0 ist . 1821 +SFX 5 N 1 +SFX 5 0 ed . 1823 +SFX 107 N 1 +SFX 107 0 ther . 1826 +SFX 130 N 1 +SFX 130 a e a 1820 +SFX 96 N 1 +SFX 96 0 fer . 1826 +SFX 88 N 1 +SFX 88 s des s 1820 +SFX 100 N 1 +SFX 100 0 ne . 1823 +SFX 42 N 1 +SFX 42 0 ling . 1828 +SFX 144 N 1 +SFX 144 y ith y 1823 +SFX 113 N 1 +SFX 113 0 zing . 1828 +SFX 71 N 1 +SFX 71 0 ger . 1826 + +BREAK 2 +BREAK – +BREAK - + +ICONV 6 +ICONV ’ ' +ICONV ffi ffi +ICONV ffl ffl +ICONV ff ff +ICONV fi fi +ICONV fl fl + +OCONV 1 +OCONV ' ’ + +# PHONEtic_english.h - #PHONEtic transformation rules for use with #PHONEtic.c +# Copyright (C) 2000 Björn Jacke +# +# This rule set is based on Lawrence Phillips original metaPHONE +# algorithm with modifications made by Michael Kuhn in his +# C implantation, more modifications by Björn Jacke when +# converting the algorithm to a rule set and minor +# touch ups by Kevin Atkinson +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1 as published by the Free Software Foundation; +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Björn Jacke may be reached by email at bjoern.jacke@gmx.de +# +# Changelog: +# +# 2000-01-05 Björn Jacke +# - first version with translation rules derived from +# metaPHONE.cc distributed with aspell 0.28.3 +# - "TH" is now representated as "@" because "0" is a +# meta character +# - removed TH(!vowel) --> T; always use TH --> # instead +# - dropped "^AE" -> "E" (redundant) +# - "ing" is transformed to "N", not "NK" +# - "SCH(EO)" transforms to "SK" now +# - added R --> SILENT if (after a vowel) and no (vowel or +# "y" follows) like in "Marcy" or "abort" +# - H is SILENT in RH at beginning of words +# - H is SILENT if vowel leads and "Y" follows +# - some ".OUGH.." --> ...F exceptions added +# - "^V" transforms to "W" +# 2000-01-07 Kevin Atkinson +# Converted from header to data file. +# +# 2007-08-23 László Németh +# Add PHONE header and #PHONE keywords +# +# 2010-03-09 László Németh +# Temporarily removing acuted character É +# because of the missing UTF-8 support +# +# version 1.1 + +# Documentation: http://aspell.net/man-html/PHONEtic-Code.html + +PHONE 104 +PHONE AH(AEIOUY)-^ *H +PHONE AR(AEIOUY)-^ *R +PHONE A(HR)^ * +PHONE A^ * +PHONE AH(AEIOUY)- H +PHONE AR(AEIOUY)- R +PHONE A(HR) _ +PHONE BB- _ +PHONE B B +PHONE CQ- _ +PHONE CIA X +PHONE CH X +PHONE C(EIY)- S +PHONE CK K +PHONE COUGH^ KF +PHONE CC< C +PHONE C K +PHONE DG(EIY) K +PHONE DD- _ +PHONE D T +PHONE EH(AEIOUY)-^ *H +PHONE ER(AEIOUY)-^ *R +PHONE E(HR)^ * +PHONE ENOUGH^$ *NF +PHONE E^ * +PHONE EH(AEIOUY)- H +PHONE ER(AEIOUY)- R +PHONE E(HR) _ +PHONE FF- _ +PHONE F F +PHONE GN^ N +PHONE GN$ N +PHONE GNS$ NS +PHONE GNED$ N +PHONE GH(AEIOUY)- K +PHONE GH _ +PHONE GG9 K +PHONE G K +PHONE H H +PHONE IH(AEIOUY)-^ *H +PHONE IR(AEIOUY)-^ *R +PHONE I(HR)^ * +PHONE I^ * +PHONE ING6 N +PHONE IH(AEIOUY)- H +PHONE IR(AEIOUY)- R +PHONE I(HR) _ +PHONE J K +PHONE KN^ N +PHONE KK- _ +PHONE K K +PHONE LAUGH^ LF +PHONE LL- _ +PHONE L L +PHONE MB$ M +PHONE MM M +PHONE M M +PHONE NN- _ +PHONE N N +PHONE OH(AEIOUY)-^ *H +PHONE OR(AEIOUY)-^ *R +PHONE O(HR)^ * +PHONE O^ * +PHONE OH(AEIOUY)- H +PHONE OR(AEIOUY)- R +PHONE O(HR) _ +PHONE PH F +PHONE PN^ N +PHONE PP- _ +PHONE P P +PHONE Q K +PHONE RH^ R +PHONE ROUGH^ RF +PHONE RR- _ +PHONE R R +PHONE SCH(EOU)- SK +PHONE SC(IEY)- S +PHONE SH X +PHONE SI(AO)- X +PHONE SS- _ +PHONE S S +PHONE TI(AO)- X +PHONE TH @ +PHONE TCH-- _ +PHONE TOUGH^ TF +PHONE TT- _ +PHONE T T +PHONE UH(AEIOUY)-^ *H +PHONE UR(AEIOUY)-^ *R +PHONE U(HR)^ * +PHONE U^ * +PHONE UH(AEIOUY)- H +PHONE UR(AEIOUY)- R +PHONE U(HR) _ +PHONE V^ W +PHONE V F +PHONE WR^ R +PHONE WH^ W +PHONE W(AEIOU)- W +PHONE X^ S +PHONE X KS +PHONE Y(AEIOU)- Y +PHONE ZZ- _ +PHONE Z S + +#The rules in a different view: +# +# Exceptions: +# +# Beginning of word: "gn", "kn-", "pn-", "wr-" ----> drop first letter +# "Aebersold", "Gnagy", "Knuth", "Pniewski", "Wright" +# +# Beginning of word: "x" ----> change to "s" +# as in "Deng Xiaopeng" +# +# Beginning of word: "wh-" ----> change to "w" +# as in "Whalen" +# Beginning of word: leading vowels are transformed to "*" +# +# "[crt]ough" and "enough" are handled separately because of "F" sound +# +# +# A --> A at beginning +# _ otherwise +# +# B --> B unless at the end of word after "m", as in "dumb", "McComb" +# +# C --> X (sh) if "-cia-" or "-ch-" +# S if "-ci-", "-ce-", or "-cy-" +# SILENT if "-sci-", "-sce-", or "-scy-", or "-cq-" +# K otherwise, including in "-sch-" +# +# D --> K if in "-dge-", "-dgy-", or "-dgi-" +# T otherwise +# +# E --> A at beginnig +# _ SILENT otherwise +# +# F --> F +# +# G --> SILENT if in "-gh-" and not at end or before a vowel +# in "-gn" or "-gned" or "-gns" +# in "-dge-" etc., as in above rule +# K if before "i", or "e", or "y" if not double "gg" +# +# K otherwise (incl. "GG"!) +# +# H --> SILENT if after vowel and no vowel or "Y" follows +# or after "-ch-", "-sh-", "-ph-", "-th-", "-gh-" +# or after "rh-" at beginning +# H otherwise +# +# I --> A at beginning +# _ SILENT otherwise +# +# J --> K +# +# K --> SILENT if after "c" +# K otherwise +# +# L --> L +# +# M --> M +# +# N --> N +# +# O --> A at beginning +# _ SILENT otherwise +# +# P --> F if before "h" +# P otherwise +# +# Q --> K +# +# R --> SILENT if after vowel and no vowel or "Y" follows +# R otherwise +# +# S --> X (sh) if before "h" or in "-sio-" or "-sia-" +# SK if followed by "ch(eo)" (SCH(EO)) +# S otherwise +# +# T --> X (sh) if "-tia-" or "-tio-" +# 0 (th) if before "h" +# silent if in "-tch-" +# T otherwise +# +# U --> A at beginning +# _ SILENT otherwise +# +# V --> V if first letter of word +# F otherwise +# +# W --> SILENT if not followed by a vowel +# W if followed by a vowel +# +# X --> KS +# +# Y --> SILENT if not followed by a vowel +# Y if followed by a vowel +# +# Z --> S + diff --git a/resources/dicts/en_CA.dic b/resources/dicts/en_CA.dic new file mode 100755 index 000000000..ad6015a8f --- /dev/null +++ b/resources/dicts/en_CA.dic @@ -0,0 +1,52992 @@ +52991 +A/1 1 +AA/2 1 +AAA +Aachen +aah 1 +Aaliyah/3 +aardvark/1 1 +Aaron +ab +AB/2 1 +ABA +aback 1 +abacus/4 1 +abaft 1 +abalone/1 1 +abandon/5 1 +abandoned 1 +abandonment/2 1 +abase/6 1 +abasement/2 1 +abash/7 1 +abashed/8 1 +abashment/2 1 +abate/6 1 +abatement/2 1 +abates 2 +abattoir/1 1 +Abbas +Abbasid 1 +abbe/1 1 +abbes/9 1 +abbess/4 1 +abbey/1 1 +abbot/1 1 +Abbott/3 +abbr +abbrev/10 1 +abbreviate/6 1 +abbreviation/1 1 +Abby/3 +ABC/1 1 +abdicate/6 1 +abdication/1 1 +abdomen/1 1 +abdominal 1 +abduct/11 1 +abduction/1 1 +abductor/1 1 +Abdul/3 +Abe/3 +abeam 1 +abed 1 +Abel/2 1 +Abelard +Abelson/3 +Aberdeen/2 1 +Abernathy/3 +aberrant 1 +aberration/1 1 +aberrational +abet/12 1 +abetter/1 1 +abettor/1 1 +abeyance/2 1 +abhor/13 1 +abhorrence/2 1 +abhorrent/8 1 +abidance/2 1 +abide/14 3 +abiding/8 1 +Abidjan/2 1 +Abigail +Abilene +ability/15 1 +abject/16 1 +abjection/2 1 +abject 1 +abjuration/1 1 +abjuratory +abjure/6 1 +abjurer/1 1 +ablate/6 1 +ablation/1 1 +ablative/1 1 +ablaze 1 +able/17 1 +abloom 1 +ablution/1 1 +ABM/1 1 +abnegate/6 1 +abnegation/2 1 +Abner/3 +abnormal/8 1 +abnormality/15 1 +abnormal 1 +aboard 1 +abode/18 4 +abolish/7 1 +abolition/2 1 +abolitionism/2 1 +abolitionist/1 1 +abominable/19 1 +abominate/6 1 +abomination/1 1 +aboriginal/1 1 +aborigine/1 1 +Aborigine/1 1 +aborning +abort/11 1 +abortion/1 1 +abortionist/1 1 +abortive/8 1 +abound/11 1 +abounding 1 +about 1 +above/2 1 +aboveboard +above 1 +abracadabra/2 1 +abrade/6 1 +Abraham/2 1 +Abram/3 +Abrams +abrasion/1 1 +abrasive/20 1 +abrasively +abreast 1 +abridge/6 1 +abridgement/1 1 +abroad 1 +abrogate/6 1 +abrogation/1 1 +abrogator/1 1 +abrupt/21 1 +ABS +abs/2 1 +Absalom +abscess/22 1 +abscissa/1 1 +abscission/2 1 +abscond/11 1 +absconder/1 1 +abseil/23 1 +abseiler 1 +abseiling 1 +absence/1 1 +absent/24 1 +absentee/1 1 +absenteeism/2 1 +absentminded/16 1 +absinth/2 1 +absinthe/2 1 +absolute/25 1 +absolution/2 1 +absolutism/2 1 +absolutist/1 1 +absolve/6 1 +absorb/11 1 +absorbed 1 +absorbency/2 1 +absorbent/1 1 +absorber/10 1 +absorbing/8 1 +absorption/1 1 +absorptive 1 +absorptivity 1 +abstain/11 1 +abstainer/1 1 +abstemious/16 1 +abstention/1 1 +abstinence/2 1 +abstinent 1 +abstract/26 1 +abstracted/16 1 +abstracter 1 +abstraction/1 1 +abstruse/27 1 +absurd/21 1 +absurdity/15 1 +absurd 1 +Abuja +abundance/1 1 +abundant/8 1 +abuse/28 1 +abuser/1 1 +abusive/16 1 +abut/12 1 +abutment/1 1 +abuzz 1 +abysmal/8 1 +abyss/4 1 +abyssal 1 +Abyssinia/2 1 +Abyssinian/2 1 +ac +Ac/2 1 +AC/2 1 +acacia/1 1 +academe/2 1 +academia/2 1 +academic/1 1 +academical/8 1 +academician/1 1 +academy/15 1 +Acadia/2 1 +acanthus/4 1 +Acapulco/2 1 +accede/6 1 +accelerate/6 1 +accelerated 1 +acceleration/1 1 +accelerator/1 1 +accelerometer/10 1 +accent/23 1 +accentual 1 +accentuate/6 1 +accentuation/2 1 +Accenture/3 +accept/11 1 +acceptability/2 1 +acceptable/29 1 +acceptance/1 1 +acceptation/1 1 +accepted 1 +acceptor/10 1 +access/22 1 +accessibility/2 1 +accessible/19 1 +accession/23 1 +accessorize/6 1 +accessory/15 1 +accidence 1 +accident/1 1 +accidental/30 1 +acclaim/23 1 +acclamation/1 1 +acclimate/6 1 +acclimation/2 1 +acclimatisation 1 +acclimatise/6 1 +acclimatization/2 1 +acclimatize/6 1 +acclivity/15 1 +accolade/18 1 +accommodate/6 1 +accommodating/8 1 +accommodation/1 1 +accompaniment/1 1 +accompanist/1 1 +accompany/31 1 +accomplice/1 1 +accomplish/7 1 +accomplishment/1 1 +accord/23 1 +accordance/2 1 +accordant 1 +according/8 1 +accordion/1 1 +accordionist/1 1 +accost/23 1 +account/23 1 +accountability/2 1 +accountable 1 +accountancy/2 1 +accountant/1 1 +accounting/2 1 +accouter/11 1 +accouterments +accouterments's +accoutre/6 1 +accoutrement/32 1 +Accra/2 1 +accredit/11 1 +accreditation/2 1 +accreted +accretion/1 1 +accrual/1 1 +accrue/6 1 +acct +acculturate/6 1 +acculturation/2 1 +accumulate/6 1 +accumulation/1 1 +accumulative 1 +accumulator/1 1 +accuracy/15 1 +accurate/16 1 +accursed/33 1 +accurst 1 +accusal 1 +accusation/1 1 +accusative/1 1 +accusatory +accuse/6 1 +accuser/1 1 +accusing/8 1 +accustom/11 1 +accustomed 1 +ace/28 1 +acerbate/6 1 +acerbic +acerbically +acerbity/2 1 +aces 5 +acetaminophen/2 1 +acetate/1 1 +acetic +acetone/2 1 +acetonic +ace 1 +acetylene/2 1 +Acevedo/3 +Achaean/2 1 +ache/28 1 +Achebe/3 +achene/1 1 +Achernar +Acheson/3 +achievable +achieve/6 1 +achievement/1 1 +achiever/1 1 +Achilles/2 1 +aching/8 1 +achoo/3 +achromatic 1 +achy/34 1 +acid/30 1 +acidic +acidification 1 +acidify/31 1 +acidity/2 1 +acidophiles +acidosis/2 1 +acidulous 1 +acknowledge/6 1 +acknowledged 1 +acknowledgement/1 1 +ACLU +acme/1 1 +acne/2 1 +acolyte/1 1 +Aconcagua/2 1 +aconite/1 1 +acorn/1 1 +Acosta/3 +acoustic/32 1 +acoustical/8 1 +acquaint/11 1 +acquaintance/1 1 +acquaintanceship/2 1 +acquainted 1 +acquiesce/6 1 +acquiescence/2 1 +acquiescent/8 1 +acquirable +acquire/6 1 +acquirement/2 1 +acquirer/10 1 +acquisition/1 1 +acquisitive/16 1 +acquit/12 1 +acquittal/1 1 +acquittance 1 +acre/1 1 +acreage/1 1 +acrid/21 1 +acridity/2 1 +acrimonious/16 1 +acrimony/2 1 +acrobat/1 1 +acrobatic/35 1 +acronym/1 1 +acrophobia/2 1 +Acropolis +acropolis/4 1 +across 1 +acrostic/1 1 +Acrux/3 +acrylic/1 1 +ACT +act/23 1 +Actaeon 1 +ACTH/2 1 +acting/2 1 +actinides +actinium/2 1 +action/18 1 +actionable 1 +activate/6 1 +activation/1 1 +activator/1 1 +active/36 1 +activism/2 1 +activist/1 1 +activity/15 1 +Acton +actor/1 1 +actress/4 1 +Acts +actual/8 1 +actuality/15 1 +actualization/2 1 +actualize/6 1 +actual 1 +actuarial 1 +actuary/15 1 +actuate/6 1 +actuation/2 1 +actuator/1 1 +Acuff/3 +acuity/2 1 +acumen/2 1 +acupressure/2 1 +acupuncture/2 1 +acupuncturist/1 1 +acute/25 1 +acyclic 1 +acyclovir/2 1 +ad/1 1 +AD/2 1 +Ada/1 1 +adage/1 1 +adagio/1 1 +Adam/1 1 +adamant/37 1 +Adan/3 +Adana +adapt/11 1 +adaptability/2 1 +adaptable 1 +adaptation/1 1 +adapted 1 +adaption/10 1 +adaptive/8 1 +adaptivity 1 +adaptor/1 1 +Adar/2 1 +ADC +ADD +add/11 1 +addable 1 +Addams +added 1 +addend/1 1 +addenda 6 +addendum/2 7 +adder/1 1 +Adderley/3 +addible 1 +addict/23 1 +addicted 1 +addiction/1 1 +addictive +addictiveness +Addie/3 +Addison +addition/1 1 +additional/8 1 +additive/30 1 +addle/6 1 +addling 1 +address/22 1 +addressable +addressee/1 1 +adduce/6 1 +Adela/3 +Adelaide/2 1 +Adele/3 +Adeline/3 +Aden/2 1 +Adenauer +adenine/2 1 +adenoid/1 1 +adenoidal +adept/38 1 +adequacy/2 1 +adequate/16 1 +Adhara/3 +adhere/6 1 +adherence/2 1 +adherent/1 1 +adherer/10 1 +adhesion/2 1 +adhesive/20 1 +adiabatic/39 1 +Adidas/3 +adieu/1 1 +adios 1 +adipose 1 +Adirondack/3 +Adirondacks/2 1 +adj +adjacency/2 1 +adjacent/8 1 +adjectival/8 1 +adjective/1 1 +adjoin/11 1 +adjourn/11 1 +adjournment/1 1 +adjudge/6 1 +adjudicate/6 1 +adjudication/1 1 +adjudicative +adjudicator/1 1 +adjudicatory +adjunct/1 1 +adjuration/1 1 +adjure/6 1 +adjust/11 1 +adjustable 1 +adjuster/1 1 +adjustment/1 1 +adjustor/1 1 +adjutant/1 1 +Adkins/3 +Adler +Adm +adman/2 8 +admen 9 +admin/10 1 +administer/11 1 +administrate/6 1 +administration/1 1 +administrative/8 1 +administrator/1 1 +admirable/19 1 +admiral/1 1 +admiralty/2 1 +Admiralty 1 +admiration/2 1 +admire/6 1 +admirer/1 1 +admiring/8 1 +admissibility/2 1 +admissible/19 1 +admission/1 1 +admit/12 1 +admittance/1 1 +admitted/8 1 +admix/7 1 +admixture/1 1 +admonish/7 1 +admonishing 1 +admonishment/1 1 +admonition/1 1 +admonitory 1 +ado/2 1 +adobe/1 1 +adolescence/1 1 +adolescent/1 1 +Adolf/3 +Adolfo/3 +Adolph/3 +Adonis/4 1 +adopt/11 1 +adoptable +adopter/1 1 +adoption/1 1 +adoptive 1 +adorable/29 1 +adoration/2 1 +adore/6 1 +adorer/1 1 +adoring/8 1 +adorn/11 1 +adornment/1 1 +ADP/2 1 +adrenal/1 1 +Adrenalin/1 1 +adrenalin/2 1 +adrenaline/2 1 +Adrian +Adriana/3 +Adriatic/2 1 +Adrienne/3 +adrift 1 +adroit/21 1 +adsorb/11 1 +adsorbent/1 1 +adsorption/1 1 +adulate/6 1 +adulation/2 1 +adulator/1 1 +adulatory +adult/1 1 +adulterant/1 1 +adulterate/6 1 +adulteration/1 1 +adulterer/1 1 +adulteress/4 1 +adulterous 1 +adultery/15 1 +adulthood/2 1 +adult 1 +adumbrate/6 1 +adumbration/2 1 +adv +advance/28 1 +advancement/1 1 +advance 1 +advancing 1 +advantage/28 1 +advantageous/8 1 +advent/1 1 +Advent/1 1 +Adventist/1 1 +adventitious/8 1 +adventure/28 1 +adventurer/1 1 +adventures/9 1 +adventuresome 1 +adventuress/4 1 +adventurism 1 +adventurist/10 1 +adventurous/16 1 +adverb/1 1 +adverbial/30 1 +adversarial +adversary/15 1 +adverse/27 1 +adversity/15 1 +advert/23 1 +advertise/6 1 +advertisement/1 1 +advertiser/1 1 +advertising/2 1 +advertize/6 1 +advertizement/1 1 +advertorial/1 1 +advice/1 1 +Advil/2 1 +advisability/2 1 +advisable/19 1 +advise/6 1 +advised/8 1 +advisement/2 1 +adviser/1 1 +advisory/15 1 +advocacy/2 1 +advocate/28 1 +advt +adz/40 1 +adze/18 1 +Aegean/2 1 +aegis/2 1 +Aelfric/3 +Aeneas/2 1 +Aeneid/2 1 +aeolian 1 +Aeolus/2 1 +aeon/1 1 +aer +aerate/6 1 +aeration/2 1 +aerator/1 1 +aerial/30 1 +aerialist/1 1 +aerie/41 1 +aerobatic/32 1 +aerobic/35 1 +aerobraking +aerodrome/1 1 +aerodynamic/32 1 +aerodynamically +Aeroflot/3 +aerofoil/1 1 +aerogram/10 1 +aerogramme/10 1 +aeronautic/32 1 +aeronautical 1 +aeroplane/1 1 +aerosol/1 1 +aerospace/2 1 +aery/42 1 +Aeschylus/2 1 +Aesculapius/2 1 +Aesop/2 1 +aesthete/1 1 +aesthetic/32 1 +aesthetically +aestheticism/2 1 +aether 1 +aetiology 1 +AF +AFAIK/10 1 +afar 1 +AFB +AFC +AFDC +affability/2 1 +affable/17 1 +affair/1 1 +affect/23 1 +affectation/1 1 +affected/8 1 +affecting/8 1 +affection/18 1 +affectionate/8 1 +affective +afferent 1 +affiance/43 1 +affidavit/1 1 +affiliate/28 1 +affiliation/1 1 +affine 1 +affinity/15 1 +affirm/11 1 +affirmation/1 1 +affirmative/30 1 +affix/22 1 +afflatus/2 1 +afflict/11 1 +afflicted 1 +afflicting 1 +affliction/1 1 +affluence/2 1 +affluent/8 1 +afford/11 1 +affordability 1 +affordable +afforest/11 1 +afforestation/2 1 +affray/18 1 +affront/23 1 +affronted 1 +affronting 1 +afghan/1 1 +Afghan/1 1 +Afghanistan/2 1 +Afghan 1 +aficionado/1 1 +afield 1 +afire 1 +aflame 1 +afloat 1 +aflutter +AFN +afoot 1 +aforementioned +aforesaid +aforethought 1 +afoul 1 +Afr +afraid 1 +afresh 1 +Africa/2 1 +African/1 1 +Afrikaans/2 1 +Afrikaner/1 1 +Afro/1 1 +Afrocentric +Afrocentrism 1 +AFT +aft/44 1 +after/10 1 +afterbirth/1 1 +afterburner/1 1 +aftercare/2 1 +aftereffect/1 1 +afterglow/1 1 +afterimage/1 1 +afterlife/2 10 +afterlives 11 +aftermarket/1 1 +aftermath/1 1 +afternoon/1 1 +aftershave/1 1 +aftershock/1 1 +aftertaste/1 1 +afterthought/1 1 +afterwards +afterword/1 1 +Ag/2 1 +against +again 1 +Agamemnon/2 1 +Agana +agape/2 1 +agar/2 1 +Agassi/3 +Agassiz/3 +agate/1 1 +Agatha/3 +agave/2 1 +age/45 1 +aged 1 +ageing/1 1 +ageism/2 1 +ageist/1 1 +ageless/33 1 +agelessly +ageless 1 +agency/15 1 +agenda/1 1 +agenda's 12 +agenda 13 +agent/18 1 +ageratum/2 1 +Aggie 1 +agglomerate/28 1 +agglomeration/1 1 +agglutinate/6 1 +agglutination/1 1 +agglutinative +aggrandize/6 1 +aggrandizement/2 1 +aggravate/6 1 +aggravating/8 1 +aggravation/1 1 +aggregate/28 1 +aggregation/1 1 +aggression/1 1 +aggressive/16 1 +aggressor/1 1 +aggrieve/6 1 +aggrieved/8 1 +aggro 1 +aghast 1 +agile/46 1 +agility/2 1 +agism 1 +agitate/6 1 +agitated/8 1 +agitation/1 1 +agitator/1 1 +agitprop/2 1 +Aglaia +agleam 1 +aglitter +aglow 1 +Agnes +Agnew/3 +Agni/2 1 +agnostic/1 1 +agnosticism/2 1 +agog 1 +agonize/6 1 +agonized 1 +agonizing/8 1 +agony/15 1 +agoraphobia/2 1 +agoraphobic/1 1 +ago 1 +agouti 1 +Agra +agrarian/1 1 +agrarianism/2 1 +agrarian 1 +agree/47 1 +agreeable/29 1 +agreeing 1 +agreement/1 1 +agribusiness/3 +agribusinesses +Agricola +agricultural/8 1 +agriculturalist/1 1 +agriculture/2 1 +agriculturist/1 1 +Agrippa/2 1 +Agrippina/3 +agrochemical/10 1 +agronomic 1 +agronomist/1 1 +agronomy/2 1 +aground 1 +Aguascalientes +ague/2 1 +Aguilar/3 +Aguinaldo/3 +Aguirre/3 +Agustin/3 +ah +Ahab/2 1 +aha 1 +ahchoo +ahead 1 +ahem 1 +Ahmad/3 +Ahmadabad +Ahmadinejad/3 +Ahmed/3 +ahoy 1 +Ahriman/2 1 +AI/1 1 +aid/23 1 +Aida/3 +aide/28 1 +aider/10 1 +AIDS/4 1 +aigrette/1 1 +Aiken +ail/5 1 +Aileen/3 +aileron/1 1 +ailing 1 +ailment/1 1 +aim/23 1 +Aimee/3 +aimless/16 1 +ain't +Ainu 1 +air/23 1 +airbag/1 1 +airbase/1 1 +airbed +airbeds +airborne 1 +airbrush/22 1 +airbus/4 1 +aircraft/2 1 +aircraftman 14 +aircraftmen 15 +aircrew/10 1 +airdrome/10 1 +airdrop/48 1 +Airedale/1 1 +airfare/1 1 +airfield/1 1 +airflow/2 1 +airframe/10 1 +airfreight/2 1 +airgun/10 1 +airhead/1 1 +airing/1 1 +airlessness/3 +airless 1 +airletter +airletters +airlift/23 1 +airline/49 1 +airliner/1 1 +airlock/1 1 +airmail/23 1 +airman/2 16 +airmen 17 +airplay/2 1 +airport/1 1 +airship/1 1 +airshow/10 1 +airsick/33 1 +airspace/2 1 +airspeed 1 +airstream 1 +airstrike/1 1 +airstrip/1 1 +airtight 1 +airtime/2 1 +air 1 +airwaves +airwaves's +airway/1 1 +airwoman 18 +airwomen 19 +airworthy/50 1 +airy/51 1 +Aisha +aisle/18 1 +aitch/4 1 +ajar 1 +Ajax/2 1 +AK +aka +Akbar +Akhmatova/3 +Akihito +akimbo +akin 1 +Akita 1 +Akiva/3 +Akkad +Akron/2 1 +AL +Al/2 1 +Ala +Alabama/2 1 +Alabaman/1 1 +Alabamian/1 1 +alabaster/2 1 +alack 1 +alacrity/2 1 +Aladdin/2 1 +Alamo/2 1 +Alamogordo/3 +Alan/3 +Alana/3 +alanine 1 +Alar/2 1 +Alaric +alarm/23 1 +alarmed 1 +alarming/8 1 +alarmist/1 1 +Alas +Alaska/2 1 +Alaskan/1 1 +alas 1 +alb/1 1 +Alba +albacore/1 1 +Albania/2 1 +Albanian/1 1 +Albany/2 1 +albatross/4 1 +albedo 1 +Albee +albeit +Alberio/3 +Albert +Alberta/2 1 +Albertan 1 +Alberto/3 +Albigensian 1 +albinism/2 1 +albino/1 1 +Albion +Albireo/3 +album/1 1 +albumen/2 1 +albumin/2 1 +albuminous +Albuquerque/2 1 +Alcatraz +Alcestis +alchemical 1 +alchemist/1 1 +alchemy/2 1 +Alcibiades +Alcindor/3 +Alcmena/3 +Alcoa/3 +alcohol/1 1 +alcoholic/52 1 +alcoholism/2 1 +Alcott +alcove/1 1 +Alcuin +Alcyone +Aldan +Aldebaran/2 1 +aldehyde 1 +Alden +alder/1 1 +Alderamin/3 +alderman/2 20 +aldermen 21 +alderwoman/2 22 +alderwomen 23 +Aldo/3 +Aldrin/3 +ale/1 1 +aleatory +Alec/3 +alehouse/1 1 +Aleichem/3 +Alejandra/3 +Alejandro/3 +Alembert/3 +alembic/1 1 +Aleppo/2 1 +alert/53 1 +Aleut/1 1 +Aleutian/1 1 +alewife/2 24 +alewives 25 +Alex/3 +Alexander/1 1 +Alexandra +Alexandria/2 1 +Alexandrian 1 +Alexei/3 +Alexis +alfalfa/2 1 +Alfonso/3 +Alfonzo/3 +Alford/3 +Alfred +Alfreda/3 +Alfredo +alfresco +alga/54 1 +algal 1 +alga's 26 +alga 27 +algebra/1 1 +algebraic +algebraical/8 1 +algebraist 1 +Algenib/3 +Alger +Algeria/2 1 +Algerian/1 1 +Algieba/3 +Algiers/2 1 +Algol/2 1 +Algonquian/1 1 +Algonquin/1 1 +algorithm/1 1 +algorithmic +algorithmically +Alhambra +Alhena/3 +Ali +alias/22 1 +aliasing 1 +alias 1 +alibi/23 1 +alibis 1 +Alice/3 +Alicia/3 +alien/23 1 +alienable +alienate/6 1 +alienation/2 1 +alienist/1 1 +alien 1 +Alighieri/3 +alight/11 1 +align/11 1 +aligner/1 1 +alignment/1 1 +alike 1 +aliment/23 1 +alimentary +alimony/2 1 +Aline/3 +aline/6 1 +alinement/1 1 +Alioth/3 +aliphatic +aliquot/10 1 +Alisa/3 +Alisha/3 +Alison/3 +Alissa/3 +Alistair/3 +alive/33 1 +aliyah/1 1 +Alkaid/3 +alkali/4 1 +alkaline +alkalinity/2 1 +alkalize/6 1 +alkaloid/1 1 +alkyd/1 1 +all/2 1 +Allah/2 1 +Allahabad +Allan/3 +allay/11 1 +allaying 1 +allegation/1 1 +allege/6 1 +alleged/8 1 +Alleghenies/2 1 +Allegheny +allegiance/1 1 +allegoric +allegorical/8 1 +allegorist/1 1 +allegory/15 1 +Allegra/3 +allegretto/1 1 +allegri +allegro/1 1 +allele/1 1 +allelic +alleluia/1 1 +Allen +Allende/3 +Allentown +allergen/1 1 +allergenic +allergic +allergically +allergist/1 1 +allergy/15 1 +alleviate/6 1 +alleviation/1 1 +alley/1 1 +alleyway/1 1 +Allhallows/2 1 +alliance/1 1 +Allie/3 +Allies +alligator/18 1 +Allison/3 +alliterate/6 1 +alliteration/1 1 +alliterative/8 1 +allocatable +allocate/6 1 +allocation/1 1 +allocator/10 1 +allophones +allot/12 1 +allotment/1 1 +allotrope 1 +allotropic +allover 1 +allow/11 1 +allowable/19 1 +allowance/18 1 +allowed 1 +alloy/23 1 +allspice/2 1 +Allstate/3 +all 1 +allude/6 1 +allure/28 1 +allurement/1 1 +alluring/8 1 +allusion/1 1 +allusive/16 1 +alluvial/2 1 +alluvium/1 1 +Alma/3 +Almach/3 +almanac/1 1 +almanack/10 1 +Almaty/2 1 +Almighty/2 1 +almighty 1 +Almohad/3 +almond/1 1 +almoner/1 1 +Almoravid/3 +almost 1 +alms/2 1 +almshouse/1 1 +Alnilam/3 +Alnitak/3 +aloe/1 1 +aloft 1 +aloha/1 1 +alone 1 +alongshore +alongside +along 1 +Alonzo/3 +aloof/16 1 +aloud 1 +alp/1 1 +alpaca/1 1 +Alpert/3 +alpha/1 1 +alphabet/18 1 +alphabetic +alphabetical/8 1 +alphabetization/1 1 +alphabetize/6 1 +alphabetizer/1 1 +alphanumerical/8 1 +alphanumeric 1 +Alphard/3 +alpha 1 +Alphecca/3 +Alpheratz/3 +Alphonse/3 +Alphonso/3 +alpine/10 1 +Alpine 1 +Alpo/3 +Alps/2 1 +already 1 +alright 1 +Alsace/2 1 +Alsatian/1 1 +Alsop/3 +also 1 +Alston/3 +alt/10 1 +Alta +Altai/3 +Altaic/2 1 +Altair +Altamira +altar/1 1 +altarpiece/1 1 +alter/11 1 +alterable 1 +alteration/1 1 +altercate 1 +altercation/1 1 +alternate/55 1 +alternating 1 +alternation/1 1 +alternative/30 1 +alternator/1 1 +Althea/3 +altho 1 +although 1 +altimeter/1 1 +Altiplano/3 +altitude/1 1 +Altman/3 +alto/1 1 +altogether 1 +Altoids/3 +Alton/3 +alto 1 +altruism/2 1 +altruist/1 1 +altruistic/39 1 +Aludra/3 +alum/1 1 +alumina/2 1 +alumina's 28 +alumina 29 +aluminium/2 1 +alumna/54 1 +alumni 30 +alumnus/2 31 +Alva +Alvarado/3 +Alvarez/3 +Alvaro/3 +alveolar/10 1 +Alvin/3 +always +Alzheimer/3 +Alyce/3 +ally/31 1 +ally's +Allyson/3 +Alyson/3 +Alyssa's 32 +Alyssa 33 +Am/2 1 +AM/2 1 +AMA +Amadeus/3 +Amado/3 +amalgam/1 1 +amalgamate/6 1 +amalgamation/1 1 +Amalia/3 +Amanda/3 +amanuenses 34 +amanuensis/2 35 +amaranth/1 1 +amaretto/2 1 +Amarillo +Amaru/3 +amaryllis/4 1 +amass/7 1 +Amaterasu/2 1 +amateur/1 1 +amateurish/16 1 +amateurism/2 1 +Amati 1 +amatory +amaze/28 1 +amazed 1 +amazement/2 1 +amazing/8 1 +amazon/1 1 +Amazon/1 1 +amazonian +Amazonian +ambassador/1 1 +ambassadorial 1 +ambassadorship/1 1 +ambassadress/4 1 +Amber/3 +amber/2 1 +ambergris/2 1 +amber 1 +ambiance/1 1 +ambidexterity/2 1 +ambidextrous/8 1 +ambient 1 +ambiguity/15 1 +ambiguous/8 1 +ambition/18 1 +ambitious/16 1 +ambit 1 +ambivalence/2 1 +ambivalent +ambivalently +amble/28 1 +ambler/1 1 +ambling 1 +ambrosia/2 1 +ambrosial 1 +ambulance/1 1 +ambulanceman 36 +ambulancemen 37 +ambulancewoman 38 +ambulancewomen 39 +ambulant 1 +ambulate/6 1 +ambulation/1 1 +ambulatory/15 1 +ambuscade/28 1 +ambush/22 1 +ambushers +amebic +Amelia/3 +ameliorate/6 1 +amelioration/2 1 +ameliorative +Amen/2 1 +amenability/2 1 +amenable/19 1 +amend/11 1 +amendable +amendment/1 1 +Amenhotep/3 +amenity/15 1 +amen 1 +Amer +Amerasian 1 +amerce/6 1 +amercement/1 1 +America/1 1 +American/1 1 +Americana/2 1 +Americanism/1 1 +Americanization/1 1 +Americanize/6 1 +American 1 +americium/2 1 +Amerind/1 1 +Amerindian/1 1 +Ameslan/3 +amethyst/1 1 +amethystine +amethyst 1 +Amharic/2 1 +Amherst +amiability/2 1 +amiable/56 1 +amicability/2 1 +amicable/19 1 +amide/1 1 +amidships +amidst +amid 1 +Amie/3 +Amiga/3 +amigo/1 1 +amine/10 1 +amino +amir/1 1 +Amish/2 1 +amiss 1 +amity/2 1 +Amman/2 1 +ammeter/1 1 +ammo/2 1 +ammonia/2 1 +ammonia's 40 +ammonia 41 +ammonites +ammonium 42 +ammunition/2 1 +amnesia/2 1 +amnesiac/1 1 +amnesic/1 1 +amnesty/57 1 +amniocenteses 43 +amniocentesis/2 44 +amnion/1 1 +amniotic +Amoco/3 +amoeba/58 1 +amoebic +amok 1 +among +amongst +amontillado/1 1 +amoral/8 1 +amorality/2 1 +amorous/16 1 +amorphous/16 1 +amortizable +amortization/1 1 +amortize/6 1 +Amos +amount/23 1 +amour/1 1 +amp/18 1 +Amparo/3 +amperage/2 1 +Ampere/3 +ampere/1 1 +ampersand/1 1 +amphetamine/1 1 +amphibian/1 1 +amphibious/8 1 +amphitheatre/1 1 +amphora/54 1 +ample/17 1 +amplification/1 1 +amplifier/1 1 +amplify/31 1 +amplitude/1 1 +ampoule/1 1 +ampul/1 1 +ampule/1 1 +amputate/6 1 +amputation/1 1 +amputee/1 1 +Amritsar +am 45 +Amsterdam/2 1 +amt +Amtrak +amulet/1 1 +Amundsen +Amur/2 1 +amuse/6 1 +amused 1 +amusement/1 1 +amusing/8 1 +Amway/3 +Amy/3 +amylase/2 1 +Ana/2 1 +Anabaptist/2 1 +Anabel/3 +anabolic +anabolism/2 1 +anachronism/1 1 +anachronistic/39 1 +Anacin/3 +anaconda/1 1 +Anacreon +anaemia/2 1 +anaemic +anaemically +anaerobe/1 1 +anaerobic/39 1 +anaesthesia/2 1 +anaesthesiologist/1 1 +anaesthesiology/2 1 +anaesthetic/1 1 +anaesthetist/1 1 +anaesthetization/3 +anaesthetize/6 1 +anagram/18 1 +anagrammatic +anagrammatically +Anaheim +anal/8 1 +Analects/3 +analgesia/2 1 +analgesic/1 1 +analog/1 1 +analogical/8 1 +analogize/6 1 +analogous/16 1 +analogue/1 1 +analogy/15 1 +analysand/1 1 +analysis/2 1 +analyst/1 1 +analytical/8 1 +analytic 1 +analyzable +analyze/6 1 +analyzer/1 1 +anamorphic +Ananias/2 1 +anapaest/1 1 +anapest/1 1 +anapestic/1 1 +anaphora 1 +anaphoric +anarchic +anarchical/8 1 +anarchism/2 1 +anarchist/1 1 +anarchistic +anarchy/2 1 +Anasazi +Anastasia +anathema/1 1 +anathematize/6 1 +Anatole/3 +Anatolia/2 1 +Anatolian/2 1 +anatomic +anatomical/8 1 +anatomist/1 1 +anatomize/6 1 +anatomy/15 1 +Anaxagoras +ancestor/18 1 +ancestral/8 1 +ancestress/4 1 +ancestry/15 1 +anchor/23 1 +anchorage/1 1 +Anchorage/2 1 +anchorite/1 1 +anchorman/2 46 +anchormen 47 +anchorpeople 48 +anchorperson/1 49 +anchorwoman/2 50 +anchorwomen 51 +anchovy/15 1 +ancient/38 1 +ancillary/15 1 +Andalusia/2 1 +Andalusian 1 +Andaman +andante/1 1 +Andean 1 +Andersen/2 1 +Anderson +Andes/2 1 +andiron/1 1 +Andorra/2 1 +Andorran/1 1 +Andre/3 +Andrea/3 +Andrei/3 +Andres +Andretti/3 +Andrew/1 1 +Andrianampoinimerina/3 +androgen/2 1 +androgenic +androgynous +androgyny/2 1 +android/1 1 +Andromache +Andromeda/2 1 +Andropov +and 1 +Andy/3 +anecdotal 1 +anecdote/1 1 +anechoic +anemometer/1 1 +anemone/1 1 +anent +aneroid 1 +aneurism/1 1 +aneurysm/1 1 +anew 1 +Angara +angel/1 1 +Angel/2 1 +angel/59 1 +Angela/3 +angelfish/4 1 +Angelia/3 +angelic +angelica/2 1 +angelical/8 1 +Angelica 1 +Angelico +Angelina/3 +Angeline/3 +Angelique/3 +Angelita/3 +Angelo/3 +Angelou +anger/23 1 +Angevin/2 1 +Angie/3 +angina/2 1 +angioplasty/15 1 +angiosperm/1 1 +Angkor +angle/1 1 +Angle/1 1 +angle/6 1 +anglepoise 1 +angler/1 1 +angleworm/1 1 +Anglia +Anglican/1 1 +Anglicanism/1 1 +Anglican 1 +Anglicism/1 1 +anglicism/10 1 +Anglicization 1 +anglicize/6 1 +Anglicize 1 +angling/2 1 +anglophile/10 1 +Anglophile 1 +Anglophil 1 +Anglophobe 1 +anglophone/10 1 +Anglo 1 +Angola/2 1 +Angolan/1 1 +angora/1 1 +Angora/1 1 +angostura 1 +angry/60 1 +angst/2 1 +angstrom/1 1 +Angstrom 1 +Anguilla/2 1 +anguish/22 1 +angularity/15 1 +angular 1 +Angus/2 1 +anhydrous 1 +Aniakchak/3 +Anibal/3 +aniline/2 1 +animadversion/1 1 +animadvert/11 1 +animal/1 1 +animalcule/1 1 +animal 1 +animate/6 1 +animated/8 1 +animate 1 +animating 1 +animation/1 1 +animator/1 1 +animism/2 1 +animist/1 1 +animistic +animosity/15 1 +animus/2 1 +anion/1 1 +anionic 1 +anise/2 1 +aniseed/2 1 +anisette/2 1 +anisotropic +anisotropy/61 1 +Anita/3 +Ankara/2 1 +ankh/1 1 +ankle/18 1 +anklebone/1 1 +anklet/1 1 +Ann/3 +Anna +Annabel/3 +Annabelle/3 +annal/32 1 +annalist/1 1 +Annam/2 1 +Annapolis/2 1 +Annapurna/2 1 +Anne +anneal/5 1 +annealer 1 +annealing 1 +annelid/1 1 +Annette/3 +annex/22 1 +annexation/1 1 +annexe/28 1 +Annie/3 +annihilate/6 1 +annihilation/2 1 +annihilator/1 1 +anniversary/15 1 +Annmarie/3 +annotate/6 1 +annotation/1 1 +annotative +annotator/1 1 +announce/6 1 +announcement/1 1 +announcer/1 1 +annoy/11 1 +annoyance/1 1 +annoying/8 1 +annoyware +annoywares +annual/30 1 +annualized +annuitant/1 1 +annuity/15 1 +annul/62 1 +annular 1 +annuli 52 +annulling 1 +annulment/1 1 +annulus 53 +annunciation/1 1 +Annunciation/1 1 +anode/1 1 +anodize/6 1 +anodyne/1 1 +anoint/11 1 +anointment/2 1 +anomalies +anomalous/8 1 +anomaly/3 +anon/10 1 +anonymity/2 1 +anonymous/8 1 +anopheles/2 1 +anorak/1 1 +anorectic/1 1 +anorexia/2 1 +anorexic/1 1 +another 1 +Anouilh +ans +Anselm +Anselmo/3 +Anshan/3 +ANSI/10 1 +answer/23 1 +answerable 1 +answerer 1 +answerphone/10 1 +ant/63 1 +antacid/1 1 +Antaeus +antagonism/1 1 +antagonist/1 1 +antagonistic/39 1 +antagonize/6 1 +Antananarivo/2 1 +antarctic +Antarctic/2 1 +Antarctica/2 1 +Antares/2 1 +ante/45 1 +anteater/1 1 +antebellum +antecedence/2 1 +antecedent/1 1 +antechamber/1 1 +antedate/43 1 +antediluvian 1 +antelope/1 1 +antenatal +antenna/58 1 +anterior 1 +anteroom/1 1 +antes 54 +ante 1 +anthem/18 1 +anther/1 1 +anthill/1 1 +anthologist/1 1 +anthologize/6 1 +anthology/15 1 +Anthony +anthracite/2 1 +anthrax/2 1 +anthropic +anthropocentric +anthropogenic +anthropoid/1 1 +anthropological/8 1 +anthropologist/1 1 +anthropology/2 1 +anthropometric +anthropomorphic/39 1 +anthropomorphism/2 1 +anthropomorphizing +anthropomorphous 1 +anti/1 1 +antiabortion +antiabortionist/1 1 +antiaircraft 1 +antibacterial/1 1 +antibiotic/1 1 +antibody/15 1 +antic/64 1 +anticancer +antichrist/1 1 +Antichrist/1 1 +anticipate/6 1 +anticipation/1 1 +anticipative 1 +anticipatory 1 +anticlerical 1 +anticlimactic +anticlimactically +anticlimax/4 1 +anticline/1 1 +anticlockwise +anticoagulant/1 1 +anticommunism/2 1 +anticommunist/1 1 +antic 1 +anticyclone/1 1 +anticyclonic +antidemocratic +antidepressant/1 1 +antidote/18 1 +Antietam +antifascist/1 1 +antifreeze/2 1 +antigen/1 1 +antigenic +antigenicity/2 1 +Antigone/2 1 +Antigua/2 1 +antihero/4 1 +antihistamine/1 1 +antiknock/2 1 +antilabour +Antillean +Antilles/2 1 +antilogarithm/1 1 +antimacassar/1 1 +antimalarial 1 +antimatter/2 1 +antimicrobial 1 +antimissile 1 +antimony/2 1 +antinuclear +Antioch +antioxidant/1 1 +antiparticle/1 1 +Antipas/3 +antipasto/65 1 +antipathetic +antipathy/15 1 +antipersonnel +antiperspirant/1 1 +antiphon/1 1 +antiphonal/30 1 +antipodal/10 1 +antipodean/1 1 +antipodes +Antipodes +antipodes's +antipollution 1 +antipoverty +antiquarian/1 1 +antiquarianism/2 1 +antiquary/15 1 +antiquate/6 1 +antiquated 1 +antique/28 1 +antiquity/15 1 +antirrhinum/10 1 +antisemitic +antisemitism/2 1 +antisepsis/2 1 +antiseptic/52 1 +antiserum/1 1 +antislavery 1 +antisocial/8 1 +antispasmodic/1 1 +antistatic 1 +antis 55 +antisubmarine +antisymmetric +antisymmetry +antitank +antitheses 56 +antithesis/2 57 +antithetic +antithetical/8 1 +antitoxin/1 1 +antitrust +anti 1 +antivenin/1 1 +antiviral/10 1 +antivivisectionist/1 1 +antiwar +antler/1 1 +antlered +Antofagasta/2 1 +Antoine/3 +Antoinette +Anton/3 +Antone/3 +Antonia/3 +Antoninus +Antonio/3 +Antonius +Antony/2 1 +antonym/1 1 +antonymous +antral +an 1 +antsy/34 1 +ant 1 +Antwan/3 +Antwerp/2 1 +Anubis/2 1 +anus/4 1 +anvil/18 1 +anxiety/15 1 +anxious/16 1 +Anzac 1 +ANZUS +anybody/15 1 +anyhow 1 +anymore 1 +anyone/2 1 +anyplace 1 +anything/1 1 +anytime 1 +any 1 +anyway/10 1 +anywhere 1 +anywise 1 +AOL/3 +aorist 1 +aorta/1 1 +aortic 1 +AP +apace 1 +Apache/1 1 +Apalachicola/2 1 +apartheid/2 1 +apartment/1 1 +apart 1 +apathetic/39 1 +apathy/2 1 +apatite/2 1 +APB +ape/28 1 +apelike +Apennines +aperiodic/39 1 +aperitif/1 1 +aperture/1 1 +apex/4 1 +aphasia/2 1 +aphasic/1 1 +aphelia 58 +aphelion/1 59 +aphid/1 1 +aphorism/1 1 +aphoristic/39 1 +aphrodisiac/1 1 +Aphrodite/2 1 +apiarist/1 1 +apiary/15 1 +Apia 60 +apical/8 1 +apiece 1 +apish/8 1 +aplenty 1 +aplomb/2 1 +apnoea 1 +APO +apocalypse/1 1 +Apocalypse/2 1 +apocalyptic +Apocrypha/2 1 +apocryphal/8 1 +apocrypha's 61 +apocrypha 62 +apogee/1 1 +apolitical/8 1 +Apollinaire +Apollo/1 1 +Apollonian +apologetic/39 1 +apologia/1 1 +apologist/1 1 +apologize/6 1 +apology/15 1 +apoplectic 1 +apoplexy/15 1 +apostasy/15 1 +apostate/1 1 +apostatize/6 1 +apostle/1 1 +apostleship/2 1 +apostolic +apostrophe/1 1 +apostrophized +apothecary/15 1 +apothegm/1 1 +apotheoses 63 +apotheosis/2 64 +apotheosizes +app/10 1 +appal/62 1 +Appalachia/2 1 +Appalachian/10 1 +appalling/8 1 +appaloosa/1 1 +Appaloosa/1 1 +apparatchik/10 1 +apparatus/4 1 +apparel/66 1 +apparelling 1 +apparent/8 1 +apparition/1 1 +appeal/23 1 +appealing/8 1 +appear/11 1 +appearance/1 1 +appease/6 1 +appeasement/1 1 +appeaser/1 1 +appeasing 1 +appellant/1 1 +appellate +appellation/1 1 +append/11 1 +appendage/1 1 +appendectomy/15 1 +appendicitis/2 1 +appendix/67 1 +appertain/11 1 +appetite/1 1 +appetizer/1 1 +appetizing/8 1 +applaud/11 1 +applauder/1 1 +applause/2 1 +Apple/3 +apple/1 1 +applecart 1 +applejack/2 1 +applesauce/2 1 +Appleseed +applet/1 1 +Appleton +appliance/1 1 +applicability/2 1 +applicable/19 1 +applicant/1 1 +application/1 1 +applicative 1 +applicator/1 1 +applier/1 1 +applique/45 1 +apply/31 1 +appoint/11 1 +appointee/1 1 +appointive +appointment/1 1 +Appomattox +apportion/11 1 +apportionment/2 1 +appose/6 1 +apposite/16 1 +apposition/2 1 +appositive/1 1 +appraisal/1 1 +appraise/6 1 +appraisees +appraiser/1 1 +appraising 1 +appreciable/19 1 +appreciate/6 1 +appreciation/1 1 +appreciative/8 1 +appreciator/1 1 +appreciatory 1 +apprehend/11 1 +apprehension/1 1 +apprehensive/16 1 +apprentice/28 1 +apprenticeship/1 1 +apprise/6 1 +apprize/6 1 +apprizing 1 +approach/22 1 +approachability 1 +approachable 1 +approbation/1 1 +appropriate/68 1 +appropriation/1 1 +appropriator/1 1 +approval/1 1 +approve/6 1 +approved 1 +approving/8 1 +approx +approximate/69 1 +approximation/1 1 +appurtenance/1 1 +appurtenant 1 +APR +Apr/2 1 +apricot/1 1 +April/1 1 +apron/18 1 +apropos +apse/1 1 +apses 65 +apt/21 1 +aptitude/1 1 +Apuleius +aqua/1 1 +aquaculture/2 1 +Aquafresh/3 +aqualung/1 1 +aquamarine/1 1 +aquanaut/1 1 +aquaplane/28 1 +aquarium/1 1 +Aquarius/4 1 +aquatic/70 1 +aquatint/71 1 +aqua 1 +aquavit/2 1 +aqueduct/1 1 +aqueous 1 +aquiculture/2 1 +aquifer/1 1 +Aquila 66 +aquiline +Aquinas/2 1 +Aquino/3 +Aquitaine/2 1 +AR +Ar/4 1 +Ara/2 1 +Arab/1 1 +arabesque/1 1 +Arabia/2 1 +Arabian/1 1 +Arabic/2 1 +arability/2 1 +Arabist/1 1 +arable 1 +Araby +Araceli/3 +arachnid/1 1 +arachnoid 1 +arachnophobia 1 +Arafat/3 +Araguaya/3 +Aral/3 +Aramaic/2 1 +Aramco/3 +Arapaho/72 1 +Arapahoe/1 1 +Ararat/2 1 +Araucanian 1 +Arawak/2 1 +Arawakan/2 1 +arbiter/1 1 +arbitrage/28 1 +arbitrager/1 1 +arbitrageur/1 1 +arbitrament/1 1 +arbitrary/73 1 +arbitrate/6 1 +arbitration/2 1 +arbitrator/1 1 +Arbitron/3 +arboreal 1 +arboretum/1 1 +arborvitae/1 1 +arbour/1 1 +arboures +arbutus/4 1 +ARC +arc/23 1 +arcade/74 1 +Arcadia/2 1 +Arcadian/2 1 +arcading 1 +arcana 67 +arcanely +arcaneness +arcane 1 +arch/75 1 +archaeological/8 1 +archaeologist/1 1 +archaeology/2 1 +archaeopteryx 1 +archaic/39 1 +archaism/1 1 +archaist/1 1 +archangel/1 1 +archbishop/1 1 +archbishopric/1 1 +archdeacon/1 1 +archdeaconry 1 +archdiocesan +archdiocese/1 1 +archduchess/4 1 +archduke/1 1 +Archean +archenemy/15 1 +archeological 1 +archeologist/1 1 +archer/1 1 +archery/2 1 +archetypal 1 +archetype/1 1 +archetypical 1 +archfiend/1 1 +Archibald/3 +Archie/3 +archiepiscopal 1 +Archimedes +arching 1 +archipelago/1 1 +architect/18 1 +architectonic/32 1 +architectural/8 1 +architecture/1 1 +architrave/1 1 +archival +archive/28 1 +archivist/1 1 +archway/1 1 +arcing 1 +arctic/1 1 +Arctic/2 1 +arctic 1 +Arctic 1 +Arcturus/2 1 +Ardabil +Ardebil +Arden +ardency 1 +ardent/8 1 +ardour/1 1 +arduous/16 1 +are/1 1 +area/1 1 +areal 1 +arena/1 1 +aren't +Arequipa +are 45 +argent/2 1 +Argentina/2 1 +Argentinean 1 +Argentine 1 +Argentinian/1 1 +argent 1 +Argo/10 1 +argon/2 1 +Argonaut/1 1 +Argonne/2 1 +argosy/15 1 +argot/1 1 +arguable/19 1 +argue/6 1 +arguer/1 1 +argument/1 1 +argumentation/2 1 +argumentative/16 1 +Argus/2 1 +argyle/1 1 +aria/1 1 +Ariadne/2 1 +Arianism/2 1 +arid/76 1 +aridity/2 1 +Ariel +Aries/4 1 +aright 1 +Ariosto +arise/77 68 +arising 1 +Aristarchus/2 1 +Aristides +aristocracy/15 1 +aristocrat/1 1 +aristocratically +aristocratic 1 +Aristophanes/2 1 +Aristotelian/2 1 +Aristotle/2 1 +arithmetic/2 1 +arithmetical/8 1 +arithmetician/1 1 +Arius/2 1 +Ariz +Arizona/2 1 +Arizonan/1 1 +Arizonian/1 1 +Arjuna +Ark +ark/1 1 +Arkansan/1 1 +Arkansas/2 1 +Arkhangelsk +Arkwright +Arlene/3 +Arline/3 +Arlington +arm/23 1 +armada/1 1 +armadillo/1 1 +Armageddon/1 1 +Armagnac/2 1 +armament/1 1 +Armand/3 +Armando/3 +Armani/3 +armature/18 1 +armband/1 1 +armchair/1 1 +Armenia/2 1 +Armenian/1 1 +armful/1 1 +armhole/1 1 +arming 1 +Arminius/2 1 +armistice/1 1 +armless 1 +armlet/1 1 +armload/10 1 +Armonk/3 +armorial 1 +Armour/3 +armour/23 1 +armourer/1 1 +armoury/15 1 +armpit/1 1 +armrest/1 1 +Armstrong/2 1 +army/15 1 +Arneb/3 +Arnhem +Arno/2 1 +Arnold +Arnulfo/3 +aroma/1 1 +aromatherapist/1 1 +aromatherapy/2 1 +aromatic/52 1 +aromaticity 1 +Aron/3 +arose 69 +around 1 +arousal/2 1 +arouse/6 1 +arpeggio/1 1 +arr +arraign/11 1 +arraigning 1 +arraignment/1 1 +arrange/6 1 +arrangeable +arrangement/1 1 +arranger/1 1 +arrant 1 +arras/4 1 +array/23 1 +arrears +arrears's +arrest/23 1 +arrestable +arresting 1 +Arrhenius +arrhythmia/2 1 +arrhythmical 1 +arrhythmic 1 +arrival/1 1 +arrive/6 1 +arrogance/2 1 +arrogant/8 1 +arrogate/6 1 +arrogation/2 1 +Arron/3 +arrow/23 1 +arrowhead/1 1 +arrowroot/2 1 +arroyo/1 1 +arse/1 1 +arsed +arsehole/1 1 +arsenal/1 1 +arsenic/2 1 +arsenide 1 +arses 70 +arsing +arson/2 1 +arsonist/1 1 +Art/3 +art/18 1 +Artaxerxes/3 +artefactual +Artemis/2 1 +arterial 1 +arteriole/1 1 +arteriosclerosis/2 1 +artery/15 1 +artful/16 1 +arthritic/1 1 +arthritis/2 1 +arthropod/1 1 +arthroscope/1 1 +arthroscopic +Arthur/2 1 +Arthurian +artichoke/1 1 +article/78 1 +articulacy 1 +articular 1 +articulate/68 1 +articulation/1 1 +articulatory 1 +Artie/3 +artifact/1 1 +artifice/1 1 +artificer/1 1 +artificial/8 1 +artificiality/2 1 +artillery/2 1 +artilleryman/2 71 +artillerymen 72 +artisan/1 1 +artist/1 1 +artiste/1 1 +artistic/39 1 +artistry/2 1 +artless/16 1 +art 45 +artsy/34 1 +Arturo/3 +artwork/1 1 +arty/50 1 +Aruba/2 1 +arugula 1 +arum/1 1 +Aryan/1 1 +Asama/3 +asap +ASAP +asbestos/2 1 +asbestosis 1 +Ascella/3 +ascend/11 1 +ascendance/2 1 +ascendancy/2 1 +ascendant/1 1 +ascendency/2 1 +ascendent/1 1 +ascending 1 +ascension/1 1 +Ascension/2 1 +ascent/1 1 +ascertain/11 1 +ascertainable 1 +ascertainment/2 1 +ascetic/1 1 +ascetically +asceticism/2 1 +ASCII/1 1 +ascorbic +ascot/1 1 +ascribable +ascribe/6 1 +ascription/1 1 +aseptic/39 1 +asexual/8 1 +asexuality/2 1 +Asgard +ash/22 1 +ashamed/8 1 +Ashanti 1 +ashcan/1 1 +Ashcroft +Ashe +ashen 1 +Ashgabat +Ashikaga/3 +Ashkenazim +Ashkhabad/2 1 +ashlar/18 1 +Ashlee/3 +Ashley/3 +Ashmolean/3 +ashore 1 +ashram/1 1 +ashtray/1 1 +Ashurbanipal +ashy/34 1 +Asia/2 1 +Asian/1 1 +Asiatic/1 1 +aside/1 1 +Asimov +asinine/8 1 +asininity/15 1 +ask/11 1 +askance 1 +askew 1 +asking 1 +ASL/2 1 +aslant 1 +asleep 1 +Asmara +asocial 1 +Asoka +asp/1 1 +asparagus/2 1 +aspartame/2 1 +ASPCA +aspect/1 1 +Aspell/3 +Aspen/3 +aspen/1 1 +asperity/15 1 +aspersion/1 1 +asphalt/23 1 +asphodel/1 1 +asphyxia/2 1 +asphyxiate/6 1 +asphyxiation/1 1 +aspic/1 1 +Aspidiske/3 +aspidistra/1 1 +aspirant/1 1 +aspirate/28 1 +aspiration/1 1 +aspirational +aspirator/1 1 +aspire/6 1 +aspirin/1 1 +aspiring 1 +Asquith +ass/4 1 +Assad/3 +assail/11 1 +assailable 1 +assailant/1 1 +assailing 1 +Assam/2 1 +Assamese/2 1 +assassin/1 1 +assassinate/6 1 +assassination/1 1 +assault/79 1 +assaulter 1 +assay/23 1 +assayer/1 1 +assaying 1 +assemblage/1 1 +assemble/6 1 +assembler/1 1 +assemblies +Assembly +assembly/3 +assemblyman/2 73 +assemblymen 74 +assemblywoman/2 75 +assemblywomen 76 +assent/23 1 +assenting 1 +assert/11 1 +asserted 1 +assertion/1 1 +assertive/16 1 +asses/80 1 +assess/7 1 +assessable +assessment/1 1 +assessor/1 1 +asset/1 1 +asseverate/6 1 +asseveration/2 1 +assiduity/2 1 +assiduous/16 1 +assign/23 1 +assignable 1 +assignation/1 1 +assignees +assigner/1 1 +assignment/1 1 +assignor/1 1 +assimilable +assimilate/6 1 +assimilation/2 1 +Assisi +assist/23 1 +assistance/2 1 +assistant/1 1 +assize/18 1 +assn +assoc +associate/28 1 +associateship 1 +association/1 1 +associational +associative/8 1 +associativity 1 +assonance/2 1 +assonant/1 1 +assort/11 1 +assortment/1 1 +asst +assuage/6 1 +assumable 1 +assume/6 1 +assumed 1 +assuming 1 +assumption/1 1 +assumptive 1 +assurance/1 1 +assure/6 1 +assured/30 1 +Assyria/2 1 +Assyrian/1 1 +Astaire +Astana/3 +Astarte/2 1 +astatine/2 1 +aster/1 1 +asterisk/23 1 +astern 1 +asteroid/1 1 +asthma/2 1 +asthmatic/52 1 +astigmatic 1 +astigmatism/1 1 +astir 1 +astonish/7 1 +astonished 1 +astonishing/8 1 +astonishment/2 1 +Aston 1 +a 77 +Astor +Astoria +astound/11 1 +astounding/8 1 +astraddle 1 +astrakhan/2 1 +Astrakhan 1 +astral/8 1 +astray 1 +astride 1 +astringency/2 1 +astringent/30 1 +astrolabe/1 1 +astrologer/1 1 +astrological/8 1 +astrologist/1 1 +astrology/2 1 +astronaut/1 1 +astronautic/32 1 +astronautical 1 +astronomer/1 1 +astronomic +astronomical/8 1 +astronomy/2 1 +astrophysical +astrophysicist/1 1 +astrophysics/2 1 +AstroTurf 1 +as 1 +Asturias +astute/27 1 +Asuncion/2 1 +asunder +Aswan/2 1 +asylum/1 1 +asymmetric +asymmetrical/8 1 +asymmetry/15 1 +asymptomatic 1 +asymptote/10 1 +asymptotic/39 1 +asynchronous/8 1 +At/1 1 +Atacama/3 +Atahualpa +Atalanta +Atari/3 +Ataturk/3 +atavism/2 1 +atavist/1 1 +atavistic 1 +ataxia/2 1 +ataxic/1 1 +atelier/1 1 +ate 78 +Athabasca/3 +Athabascan/1 1 +Athabaska +Athabaskan/1 1 +atheism/2 1 +atheist/1 1 +atheistically +atheistic 1 +atheist 1 +Athena/2 1 +Athene/2 1 +Athenian/1 1 +Athens/2 1 +atherosclerosis/2 1 +athirst 1 +athlete/1 1 +athletic/35 1 +athleticism 1 +athwart 1 +atilt 1 +atishoo +Atkins/3 +Atkinson +Atlanta/2 1 +Atlantes 79 +Atlantic/2 1 +Atlantis/2 80 +atlas/81 1 +Atlas/4 1 +ATM/2 1 +Atman 1 +atmosphere/1 1 +atmospheric/32 1 +atmospherically +atoll/1 1 +atom/1 1 +atomic/39 1 +atomicity 1 +atomic 1 +atomistic +atomization 1 +atomize/6 1 +atomizer/1 1 +atonal/8 1 +atonality/2 1 +atone/6 1 +atonement/2 1 +atop 1 +ATP/2 1 +Atreus +Atria/3 +atrial 1 +atria 81 +atrium/2 82 +atrocious/16 1 +atrocity/15 1 +atrophy/57 1 +atropine/2 1 +Atropos/2 1 +attach/7 1 +attachable +attache/28 1 +attachment/1 1 +attack/79 1 +attacker/1 1 +attain/11 1 +attainability/2 1 +attainable 1 +attainder/2 1 +attainment/1 1 +attar/2 1 +attempt/23 1 +attend/11 1 +attendance/1 1 +attendant/1 1 +attendee/1 1 +attender/10 1 +attending 1 +attention/1 1 +attentional +attentive/16 1 +attenuate/6 1 +attenuation/2 1 +attenuator/10 1 +attest/11 1 +attestation/1 1 +attic/1 1 +Attic/2 1 +Attica/2 1 +Attic 1 +Attila/2 1 +attire/28 1 +attiring 1 +attitude/1 1 +attitudinal +attitudinize/6 1 +Attlee +attn +Attn +attorney/1 1 +attract/11 1 +attractable 1 +attractant/1 1 +attraction/1 1 +attractive/16 1 +attractor/10 1 +attributable +attribute/28 1 +attribution/1 1 +attributive/30 1 +attrition/2 1 +at 1 +Attucks +attune/6 1 +ATV 1 +atwitter +Atwood/3 +atypical/8 1 +atty +Au/2 1 +aubergine/10 1 +Aubrey +auburn/2 1 +Auckland +auction/23 1 +auctioneer/18 1 +audacious/16 1 +audacity/2 1 +Auden/2 1 +Audi/3 +audibility/2 1 +audible/82 1 +audience/1 1 +audio/1 1 +audiobook/1 1 +audiological +audiologist/1 1 +audiology/2 1 +audiometer/1 1 +Audion/3 +audiophile/1 1 +audiotape/1 1 +audiovisual/32 1 +audit/23 1 +audition/23 1 +auditive 1 +auditor/1 1 +auditorium/1 1 +auditory 1 +Audra/3 +Audrey/3 +Audubon +Aug/2 1 +Augean 1 +auger/1 1 +aught/1 1 +augite 1 +augment/5 1 +augmentation/1 1 +augmentative 1 +augmenter/1 1 +Augsburg +augur/23 1 +augury/15 1 +august/21 1 +August/1 1 +Augusta/2 1 +Augustan 1 +Augustine/2 1 +Augustinian/1 1 +august 1 +Augustus/2 1 +auk/1 1 +aunt/1 1 +auntie/1 1 +aunty/15 1 +aura/1 1 +aural/8 1 +Aurangzeb +aura's 83 +aura 84 +Aurelia/3 +Aurelio/3 +Aurelius +aureola/2 1 +aureole/18 1 +Aureomycin/2 1 +auricle/1 1 +auric 1 +auricular 1 +Auriga/2 1 +aurora/1 1 +Aurora/2 1 +auroral 1 +Auschwitz +auscultate/6 1 +auscultation/1 1 +auspice/1 1 +auspices 85 +auspicious/16 1 +Aussie/1 1 +Austen +austere/46 1 +austerity/15 1 +Austerlitz/2 1 +Austin/1 1 +Australasia/2 1 +Australasian 1 +Australia/2 1 +Australian/1 1 +Australoid 1 +Australopithecus/2 1 +austral 1 +Austria/2 1 +Austrian/1 1 +Austronesian/2 1 +auteur 1 +authentic +authentically +authenticate/6 1 +authentication/1 1 +authenticator/10 1 +authenticity/2 1 +author/23 1 +authoress/4 1 +authorial +authoring 1 +authoritarian/1 1 +authoritarianism/2 1 +authoritative/16 1 +authority/15 1 +authorization/1 1 +authorize/6 1 +authorship/2 1 +autism/2 1 +autistic 1 +auto/18 1 +autobahn/1 1 +autobiographer/1 1 +autobiographic +autobiographical/8 1 +autobiography/15 1 +autoclave/18 1 +autocracy/15 1 +autocrat/1 1 +autocratic +autocratically +autocross 1 +autocue 1 +autodidact/1 1 +autograph/23 1 +autoignition +autoimmune +autoimmunity/2 1 +automaker/1 1 +automate/6 1 +automatic/52 1 +automation/2 1 +automatism/2 1 +automatize/6 1 +automaton/1 1 +automobile/28 1 +automorphism/10 1 +automotive +autonomic 1 +autonomous/8 1 +autonomy/2 1 +autopilot/1 1 +autopsy/57 1 +autosuggestion 1 +autoworker/1 1 +Autumn/3 +autumn/1 1 +autumnal 1 +autumn 1 +aux +auxiliary/15 1 +auxin/2 1 +av +AV +Av/2 1 +Ava/3 +avail/23 1 +availability/15 1 +available 1 +avalanche/18 1 +Avalon +avarice/2 1 +avaricious/83 1 +avast 1 +avatar/1 1 +avaunt 1 +avdp +avenge/6 1 +avenger/1 1 +avenging 1 +Aventine +avenue/1 1 +aver/13 1 +average/55 1 +Avernus +Averroes +averse 1 +aversion/1 1 +aversive +avert/11 1 +Avery/3 +Avesta/2 1 +ave 1 +Ave 1 +avg +avian 1 +aviary/15 1 +aviation/2 1 +aviator/1 1 +aviatrix/67 1 +Avicenna +avid/76 1 +avidity/2 1 +Avignon +Avila/3 +avionic/32 1 +Avior/3 +Avis +avitaminosis/2 1 +avocado/1 1 +avocation/1 1 +avocational +Avogadro +avoid/11 1 +avoidable/19 1 +avoidance/2 1 +avoirdupois/2 1 +Avon +avouch/7 1 +avow/11 1 +avowal/1 1 +avowed/8 1 +avuncular +avuncularly +aw +AWACS +await/11 1 +awake/14 86 +awaken/11 1 +awakening/1 1 +awake 1 +awaking 1 +award/23 1 +aware/84 1 +awash 1 +away 1 +awe/28 1 +awed 1 +aweigh 1 +awesome/16 1 +awestricken +awestruck +awful/85 1 +awhile 1 +awkward/21 1 +awl/1 1 +awn/86 1 +awning/1 1 +awoken 87 +awoke 87 +AWOL/2 1 +awol 1 +awry 1 +axe/28 1 +axehead +axeheads +axeman 1 +axes 88 +axial/8 1 +axillary 1 +axiom/1 1 +axiomatically +axiomatic 1 +axiomatizing +Axis +axis/4 89 +axle/1 1 +axletree/1 1 +axolotl/1 1 +axon/1 1 +Axum +ay/4 1 +ayah/1 1 +Ayala/3 +ayatollah/1 1 +aye/1 1 +Ayers +Aymara 1 +Ayrshire/2 1 +ay 1 +Ayurveda +Ayyubid/3 +AZ/2 1 +azalea/1 1 +Azana/3 +Azania/3 +Azazel +Azerbaijan/2 1 +Azerbaijani/1 1 +azimuth/1 1 +azimuthal 1 +Azores/2 1 +Azov +AZT/2 1 +Aztec/1 1 +Aztecan/2 1 +Aztlan/3 +azure/18 1 +b +B/2 1 +Ba/2 1 +BA/2 1 +baa/23 1 +baaing 1 +Baal/1 1 +baas 1 +Baath/3 +Baathist +Babar/2 1 +Babbage +Babbitt 1 +babble/28 1 +babbler/1 1 +babbling 1 +babe/1 1 +babel/1 1 +Babel/1 1 +baboon/1 1 +Babur +babushka/1 1 +baby/87 1 +babyhood/2 1 +babyish 1 +Babylon/1 1 +Babylonia/2 1 +Babylonian/1 1 +babysat 90 +babysit/88 91 +babysitter/1 1 +babysitting/2 1 +Bacall/3 +Bacardi 1 +baccalaureate/1 1 +baccarat/2 1 +bacchanal/1 1 +bacchanalia/2 1 +Bacchanalia/2 1 +bacchanalian/1 1 +Bacchic +Bacchus/2 1 +baccy 1 +Bach/2 1 +bachelor/18 1 +bachelorhood/2 1 +bacillary +bacilli 92 +bacillus/2 93 +back/79 1 +backache/1 1 +backbench/89 1 +backbencher/1 1 +backbite/90 1 +backbiter/1 1 +backbiting 1 +backboard/1 1 +backbone/1 1 +backbreaking +backchat 1 +backcloth/10 1 +backcomb/11 1 +backdate/6 1 +backdoor +backdrop/18 1 +backer/1 1 +backfield/1 1 +backfire/28 1 +backgammon/2 1 +background/91 1 +backgrounder/1 1 +backhand/79 1 +backhanded/8 1 +backhander/1 1 +backhoe/1 1 +backing/1 1 +backlash/40 1 +backless 1 +backlog/92 1 +backpack/23 1 +backpacker/1 1 +backpacking/2 1 +backpedal/62 1 +backpedalling 1 +backrest/1 1 +backroom/10 1 +backscratching/3 +backseat/1 1 +backside/1 1 +backslapper/1 1 +backslapping/2 1 +backslash/4 1 +backslide/93 1 +backslider/1 1 +backslid 1 +backspace/28 1 +backspin/2 1 +backstabber/1 1 +backstabbing 1 +backstage/2 1 +backstair/10 1 +backstop/48 1 +backstreet/10 1 +backstretch/4 1 +backstroke/28 1 +backtalk/2 1 +backtrack/11 1 +backup/1 1 +Backus/3 +backward/94 1 +backwash/2 1 +backwater/1 1 +backwoods +backwoodsman/2 94 +backwoodsmen 95 +backwoods's +backyard/1 1 +bacon/2 1 +Bacon/2 1 +bacteria/1 1 +bacterial 1 +bacteria's 96 +bacteria 97 +bactericidal +bactericide/1 1 +bacteriologic +bacteriological 1 +bacteriologist/1 1 +bacteriology/2 1 +bacteriophage 1 +bacterium/2 98 +Bactria +bad/95 99 +baddie/1 1 +baddy/15 1 +Baden +bade 100 +badge/78 1 +badger/23 1 +badinage/2 1 +badlands +Badlands/2 1 +badlands's +badman/2 101 +badmen 102 +badminton/2 1 +badmouth/11 1 +Baedeker/1 1 +Baeria +Baeyer +Baez +Baffin/3 +baffle/28 1 +bafflement/2 1 +baffler/1 1 +baffling 1 +bag/92 1 +bagatelle/1 1 +bagel/1 1 +bagful/1 1 +baggage/2 1 +baggie/41 1 +Baggies +bagging 1 +Baghdad/2 1 +bagpipe/96 1 +bagpiper/1 1 +baguette/1 1 +Baguio +baggy/97 1 +Baha'i +Bahama/3 +Bahamanian 1 +Bahamas/2 1 +Bahamian/1 1 +Baha'ullah +Bahia +Bahrain/2 1 +baht/1 1 +bah 1 +Baikal +bail/23 1 +bailable 1 +Bailey/3 +bailey/10 1 +bailiff/10 1 +bailiwick/1 1 +bailout/1 1 +bailsman/2 103 +bailsmen 104 +Baird +bairn/1 1 +bait/23 1 +baiting 1 +baize/2 1 +bake/28 1 +bakehouse 1 +Bakelite/2 1 +Baker +baker/1 1 +Bakersfield +bakery/15 1 +bakeshop/1 1 +baking 1 +baklava/2 1 +baksheesh/2 1 +Baku/2 1 +Bakunin +balaclava/1 1 +balalaika/1 1 +balance/28 1 +Balanchine +Balaton +Balboa +balboa/1 1 +balcony/15 1 +bald/98 1 +Balder/2 1 +balderdash/2 1 +baldfaced +baldric/1 1 +Baldwin/1 1 +baldy/61 1 +bale/28 1 +Balearic/3 +baleen/2 1 +baleful/85 1 +baler/1 1 +Balfour +Bali/2 1 +Balinese/2 1 +baling 1 +balk/23 1 +Balkan/10 1 +Balkhash +balking 1 +balky/34 1 +Ball +ball/23 1 +ballad/1 1 +ballade/10 1 +balladeer/1 1 +balladry/2 1 +Ballard/3 +ballast/23 1 +ballcock/1 1 +ballerina/1 1 +ballet/1 1 +balletic 1 +ballgame/1 1 +ballgirl +ballgirls +ballgown/10 1 +balling 1 +ballistic/32 1 +balloon/23 1 +ballooning 1 +balloonist/1 1 +balloon 1 +ballot/23 1 +ballpark/1 1 +ballplayer/1 1 +ballpoint/1 1 +ballroom/1 1 +ballsed +ballses +ballsing +ballsy/34 1 +balm/1 1 +balmy/50 1 +baloney/2 1 +balsa/1 1 +balsam/18 1 +balsamic 1 +Balthazar 1 +Baltic/2 1 +Baltimore/2 1 +Baluchistan +baluster/1 1 +balustrade/1 1 +Balzac/2 1 +ballyhoo/23 1 +bally 1 +Bamako/2 1 +Bambi/3 +bamboo/1 1 +bamboozle/6 1 +ban/99 1 +Banach/3 +banal/76 1 +banality/15 1 +banana/1 1 +Bancroft/3 +band/23 1 +bandage/28 1 +bandana/1 1 +bandanna/1 1 +bandbox/4 1 +bandeau/100 1 +banding 1 +bandit/1 1 +banditry/2 1 +bandleader/10 1 +bandmaster/1 1 +bandoleer/1 1 +bandolier/1 1 +bandpass +bandsman/2 105 +bandsmen 106 +bandstand/1 1 +Bandung/2 1 +bandwagon/1 1 +bandwidth/10 1 +bandy/101 1 +bandying 1 +bane/18 1 +baneful/102 1 +bang/79 1 +Bangalore +banger/10 1 +Bangkok/2 1 +Bangladesh/2 1 +Bangladeshi/1 1 +bangle/1 1 +Bangor +Bangui/2 1 +banish/7 1 +banishment/2 1 +banister/1 1 +Banjarmasin/3 +banjo/1 1 +banjoist/1 1 +Banjul +bank/23 1 +bankable 1 +bankbook/1 1 +bankcard/1 1 +banker/1 1 +banking/2 1 +banknote/1 1 +bankroll/23 1 +bankrupt/23 1 +bankruptcy/15 1 +bankrupt 1 +Banks +Banneker/3 +banner/18 1 +Bannister +bannister/1 1 +bannock/1 1 +banns/2 1 +banquet/23 1 +banqueter/1 1 +banquette/1 1 +banshee/1 1 +banshie/1 1 +bantam/1 1 +bantamweight/1 1 +banter/23 1 +bantering/8 1 +Banting +Bantu/1 1 +banzai/1 1 +banyan/1 1 +baobab/1 1 +Baotou/3 +bap/10 1 +baptism/1 1 +baptismal 1 +Baptist/1 1 +baptist/10 1 +Baptiste/3 +baptistery/15 1 +baptistry/15 1 +Baptist 1 +baptize/6 1 +baptizer/1 1 +bar/103 1 +Barabbas +Barack/3 +barb/23 1 +Barbadian/1 1 +Barbados/2 1 +Barbara/3 +Barbarella/3 +barbarian/1 1 +barbarianism/1 1 +barbaric/39 1 +barbarism/1 1 +barbarity/15 1 +barbarize/6 1 +Barbarossa/2 1 +barbarous/8 1 +Barbary/2 1 +barbecue/28 1 +barbel/1 1 +barbell/1 1 +barbeque/28 1 +Barber +barber/23 1 +barberry/15 1 +barbershop/1 1 +barbie/10 1 +Barbie 1 +barbiturate/1 1 +Barbour/2 1 +Barbra/3 +Barbuda/2 1 +barbwire/2 1 +barcarole/1 1 +barcarolle/1 1 +Barcelona/2 1 +Barclay/3 +bard/18 1 +Bardeen/3 +bardic 1 +bare/104 1 +bareback +barebacked +barefaced/8 1 +barefoot +barefooted +barehanded +bareheaded 1 +barelegged +Barents/3 +barf/23 1 +barflies +barfly's +barfly 1 +bargain/79 1 +bargainer/1 1 +barge/28 1 +bargeman/2 107 +bargemen 108 +bargepole 1 +barhop/105 1 +baritone/1 1 +barium/2 1 +bark/23 1 +barkeep/1 1 +barkeeper/1 1 +Barker/3 +barker/1 1 +Barkley/3 +barley/2 1 +barleycorn/10 1 +Barlow/3 +barmaid/1 1 +barman/2 109 +barmen 110 +barmy/34 1 +barn/18 1 +Barnabas +Barnaby/3 +barnacle/1 1 +barnacled +Barnard +Barnaul +Barnes +Barnett/3 +Barney/3 +barney/10 1 +barnstorm/11 1 +barnstormer/1 1 +Barnum +barnyard/1 1 +Baroda +barometer/1 1 +barometric +barometrically +baron/1 1 +baronage/1 1 +baroness/3 +baronesses +baronet/1 1 +baronetcy/15 1 +baronial +barony/15 1 +baroque/2 1 +Baroque 1 +barque/1 1 +Barquisimeto +Barr/3 +barrack/23 1 +barracking 1 +barracks 1 +barracuda/1 1 +barrage/28 1 +Barranquilla +barre/28 1 +barrel/66 1 +barrelling 1 +barren/106 1 +Barrera/3 +Barrett/3 +barrette/1 1 +barricade/28 1 +Barrie/2 1 +barrier/1 1 +barring/10 1 +barrio/1 1 +barrister/1 1 +Barron/3 +barroom/1 1 +barrow/1 1 +Barry +Barrymore +Bart +bartender/1 1 +barter/23 1 +barterer/1 1 +Barth +Barthes +Bartholdi/3 +Bartholomew +Bartlett +Bartok +Barton +bar 1 +Baruch +barycentre +barycentric +baryon/1 1 +Baryshnikov +basal/8 1 +basalt/1 1 +basaltic +base/107 1 +baseball/1 1 +baseboard/1 1 +Basel/2 1 +baseless 1 +baseline/1 1 +baseman/2 111 +basemen 112 +basement/1 1 +bases 113 +bash/22 1 +bashful/16 1 +bashing/2 1 +Basho/3 +Basic +basic/1 1 +BASIC/1 1 +basic/39 1 +Basie +Basil +basil/2 1 +basilica/1 1 +basilica's 114 +basilica 115 +basilisk/1 1 +basin/1 1 +basinful/1 1 +basis/2 116 +bask/11 1 +basket/1 1 +basketball/1 1 +basketful 1 +basketry/2 1 +basketwork/2 1 +Basque/1 1 +basque/10 1 +Basra +Bass/3 +bass/4 1 +basset/18 1 +Basseterre/2 1 +bassinet/1 1 +bassist/1 1 +basso/1 1 +bassoon/1 1 +bassoonist/1 1 +bass 1 +basswood/1 1 +bast/108 1 +bastard/1 1 +bastardization/1 1 +bastardize/6 1 +bastard 1 +bastardy/2 1 +baste/43 1 +baster/1 1 +Bastille/3 +basting 1 +bastion/1 1 +Basutoland/2 1 +bat/109 1 +Bataan/2 1 +batch/22 1 +bate/43 1 +Bates 117 +bath/23 1 +bathe/28 1 +bather/1 1 +bathetic +bathhouse/1 1 +bathing/2 1 +bathmat/1 1 +bathos/2 1 +bathrobe/1 1 +bathroom/1 1 +Bathsheba +bathtub/1 1 +bathwater 1 +bathyscaph/1 1 +bathyscaphe/1 1 +bathysphere/1 1 +batik/18 1 +Batista +batiste/2 1 +Batman/3 +batman/2 118 +batmen 119 +baton/1 1 +batsman/2 120 +batsmen 121 +battalion/1 1 +batten/23 1 +battening 1 +batter/23 1 +batterer/1 1 +batterings +battery/15 1 +batting/2 1 +Battle/3 +battle/28 1 +battleax/4 1 +battleaxe/1 1 +battledore/18 1 +battledress +battlefield/1 1 +battlefront/1 1 +battleground/1 1 +battlement/1 1 +battler/1 1 +battleship/1 1 +battling 1 +Batu/3 +batty/34 1 +bauble/1 1 +baud/1 1 +Baudelaire/2 1 +Baudouin/3 +Bauer +Bauhaus/2 1 +baulk/23 1 +Baum +bauxite/2 1 +Bavaria/2 1 +Bavarian 1 +bawd/1 1 +bawdy/51 1 +bawl/23 1 +bawling 1 +Baxter/3 +bay/23 1 +Bayamon +bayberry/15 1 +Bayer/2 1 +Bayes +Bayesian +Bayeux/3 +Baylor/3 +bayonet/23 1 +Bayonne/2 1 +bayou/1 1 +Bayreuth +bay 1 +Baywatch/3 +bazaar/1 1 +bazillion +bazillions +bazooka/1 1 +BB/2 1 +BBB +BBC +bbl 1 +BBQ +BBS/89 1 +BC/2 1 +bdrm +Be/2 1 +be/110 122 +Beach/3 +beach/22 1 +beachcomber/1 1 +beachfront 1 +beachhead/1 1 +beachwear/2 1 +beacon/18 1 +bead/23 1 +beading/2 1 +Beadle +beadle/1 1 +beady/34 1 +beagle/18 1 +beak/63 1 +beaker/1 1 +beam/23 1 +beaming 1 +Bean/3 +bean/23 1 +beanbag/1 1 +beanfeast/10 1 +beanie/1 1 +beanpole/1 1 +beansprout +beansprouts +beanstalk/1 1 +bear/86 123 +bearable/19 1 +Beard/3 +beard/23 1 +beardless 1 +Beardmore/3 +Beardsley +bearer/1 1 +bearing/1 1 +bearish/16 1 +bearlike 1 +Bearnaise/3 +bearskin/1 1 +Beasley/3 +beast/1 1 +beastly/111 1 +beat/112 1 +beatable 1 +beater/1 1 +beatific/39 1 +beatification/1 1 +beatify/31 1 +beating/1 1 +beatitude/1 1 +Beatlemania/3 +Beatles/3 +beatnik/1 1 +Beatrice/2 1 +Beatrix/3 +Beatriz/3 +Beau/3 +beau/18 1 +Beaufort +Beaujolais/2 1 +Beaumarchais +Beaumont +Beauregard/3 +beaut/1 1 +beauteous/8 1 +beautician/1 1 +beautification/2 1 +beautifier/1 1 +beautiful/76 1 +beautify/31 1 +beaut 1 +beauty/15 1 +Beauvoir +beaver/23 1 +bebop/18 1 +becalm/11 1 +became 124 +because +Bechtel/3 +Beck/3 +beck/18 1 +Becker/3 +Becket/2 1 +Beckett/2 1 +beckon/5 1 +Becky/3 +becloud/11 1 +become/14 125 +becoming/8 1 +Becquerel +becquerel/10 1 +bed/113 1 +bedaub/11 1 +bedazzle/6 1 +bedazzlement/2 1 +bedbug/1 1 +bedchamber/10 1 +bedclothes/2 1 +bedder 1 +bedding/2 1 +Bede +bedeck/11 1 +bedevil/62 1 +bedevilling 1 +bedevilment/2 1 +bedfellow/1 1 +bedhead/10 1 +bedim/114 1 +bedizen/11 1 +bedlam/1 1 +bedlinen +bedmaker/10 1 +Bedouin/1 1 +bedpan/1 1 +bedpost/1 1 +bedraggle/6 1 +bedridden +bedrock/1 1 +bedroll/1 1 +bedroom/1 1 +bedsheets +bedside/1 1 +bedsit/10 1 +bedsitter/10 1 +bedsore/1 1 +bedspread/1 1 +bedstead/1 1 +bedtime/1 1 +bee/1 1 +Beebe/3 +beebread/2 1 +beech/4 1 +Beecher +beechnut/1 1 +beechwood 1 +beef/115 1 +Beefaroni/3 +beefburger/1 1 +beefcake/1 1 +beefeater 1 +beefsteak/1 1 +beefy/50 1 +beehive/1 1 +beekeeper/1 1 +beekeeping/2 1 +beeline/18 1 +Beelzebub/2 1 +beep/23 1 +beeper/1 1 +beer/1 1 +Beerbohm +beermat +beermats +beery/34 1 +beeswax/2 1 +beet/1 1 +Beethoven/2 1 +beetle/28 1 +beetling 1 +Beeton/3 +beetroot/10 1 +befall/116 126 +befell 127 +befit/12 1 +befitting/8 1 +befog/117 1 +beforehand +before 1 +befoul/11 1 +befriend/11 1 +befuddle/6 1 +befuddlement/2 1 +beg/118 1 +began 128 +beget/88 129 +begetter/10 1 +beggar/23 1 +beggarly 1 +beggary/2 1 +begging 1 +Begin +begin/119 130 +beginner/1 1 +beginning/1 1 +begone 1 +begonia/1 1 +begot 131 +begotten 131 +begrime/6 1 +begrudge/6 1 +begrudging/8 1 +beguile/6 1 +beguilement/2 1 +beguiler/1 1 +beguilingly +beguine/1 1 +begum/18 1 +begun 128 +behalf/120 1 +Behan +behave/6 1 +behaviorist's +behaviour/1 1 +behavioural +behaviourally +behaviourism/2 1 +behaviourist/10 1 +behead/11 1 +beheading 1 +beheld 132 +behemoth/1 1 +behest/1 1 +behind/1 1 +behindhand +behind 1 +behold/121 133 +beholden +beholder/1 1 +behove/6 1 +Behring +Beiderbecke +beige/2 1 +Beijing/2 1 +being/1 1 +Beirut/2 1 +bejewel/62 1 +bejewelling 1 +Bekesy/3 +Bela/3 +belabour/11 1 +Belarus/2 1 +belated/83 1 +Belau/3 +belay/5 1 +belch/22 1 +beleaguer/11 1 +Belem/3 +Belfast/2 1 +belfry/15 1 +Belg +Belgian/1 1 +Belgium/2 1 +Belgrade/2 1 +belie/122 134 +belief/123 1 +believability 1 +believable/19 1 +believe/6 1 +believer/1 1 +Belinda/3 +belittle/6 1 +belittlement/2 1 +Belize/2 1 +bell/1 1 +Bell/2 1 +bell/11 1 +Bella/3 +belladonna/2 1 +Bellamy/3 +Bellatrix/3 +bellboy/1 1 +belle/28 1 +Belleek 1 +belletrist/1 1 +belletristic +bellhop/1 1 +bellicose 1 +bellicosity/2 1 +belligerence/2 1 +belligerency/2 1 +belligerent/30 1 +belling 1 +Bellini +bellman/2 135 +bellmen 136 +Bellow +bellow/23 1 +bellwether/1 1 +Belmont/3 +Belmopan +belong/11 1 +belonging/1 1 +Belorussia/2 1 +Belorussian/1 1 +beloved/1 1 +below 1 +Belshazzar/2 1 +belt/23 1 +Beltane 1 +belting 1 +beltway/1 1 +beluga/1 1 +Belushi/3 +belying 137 +belly/31 1 +bellyache/28 1 +bellybutton/1 1 +bellyful/1 1 +bellying 1 +belly's +bemire/6 1 +bemoan/11 1 +bemoaning 1 +bemuse/6 1 +bemused/8 1 +bemusement/2 1 +Ben/3 +Benacerraf/3 +Benares +bench/22 1 +Benchley/3 +benchmark/86 1 +benchmarking 1 +bend/124 1 +bendable 1 +bended 1 +Bender/3 +bender/1 1 +bending 1 +Bendix/3 +bendy/34 1 +beneath 1 +Benedict/2 1 +Benedictine/1 1 +benedictine 1 +benediction/1 1 +benedictory +benefaction/1 1 +benefactor/1 1 +benefactress/4 1 +benefice/18 1 +beneficence/2 1 +beneficent/8 1 +beneficial/8 1 +beneficiary/15 1 +benefit/23 1 +Benelux/2 1 +Benet +Benetton/3 +benevolence/1 1 +benevolent/8 1 +Bengal/1 1 +Bengali/2 1 +Benghazi/2 1 +benightedly +benighted 1 +benign/8 1 +benignant 1 +benignity/2 1 +Benin/2 1 +Beninese/2 1 +Benin 1 +Benita/3 +Benito/3 +Benjamin +Bennett +Bennie/3 +Benson/3 +bent/1 1 +Bentham +Bentley +Benton +bentwood/2 1 +benumb/11 1 +benumbed 1 +Benz +Benzedrine/2 1 +benzene/2 1 +benzine/2 1 +Benny/3 +Beowulf +bequeath/11 1 +bequest/1 1 +berate/6 1 +Berber/1 1 +bereave/6 138 +bereavement/1 1 +bereft 139 +Berenice/3 +beret/1 1 +Beretta/3 +Berg +berg/1 1 +Bergen/2 1 +Berger/3 +Bergerac +Bergman +Bergson +beriberi/2 1 +Bering +berk/10 1 +Berkeley/2 1 +berkelium/2 1 +Berkshire/1 1 +Berle/3 +Berlin/1 1 +Berliner/1 1 +Berlioz +Berlitz/3 +berm/1 1 +Bermuda/1 1 +Bermudan/1 1 +Bermudian/1 1 +Bern/2 1 +Bernadette +Bernadine/3 +Bernanke/3 +Bernard +Bernardo/3 +Bernays/3 +Bernbach/3 +Berne/2 1 +Bernese +Bernhardt +Bernice/3 +Bernie/3 +Bernini +Bernoulli +Bernstein +Berra/3 +Berry +berry/57 1 +berrying 1 +berrylike 1 +berserk 1 +Bert/3 +Berta/3 +Bertelsmann/3 +berth/23 1 +Bertha/3 +Bertie/3 +Bertillon/3 +Bertram/3 +Bertrand/3 +Beryl/3 +beryl/1 1 +beryllium/2 1 +Berzelius +beseech/125 140 +beseecher/1 1 +beseeching/8 1 +beseem/11 1 +beseeming 1 +beset/88 1 +beside/10 1 +besiege/6 1 +besieger/1 1 +besieging 1 +besmear/11 1 +besmirch/7 1 +besom/18 1 +besot/12 1 +besotted 1 +besought 141 +bespangle/6 1 +bespatter/11 1 +bespeak/121 142 +bespectacled +bespoken 143 +bespoke 143 +Bess +Bessel +Bessemer/3 +Bessie +Best/3 +best/23 1 +bestial/8 1 +bestiality/2 1 +bestiary/15 1 +bestir/13 1 +bestow/11 1 +bestowal/1 1 +bestrew/126 1 +bestride/127 144 +bestrode 145 +bestseller/1 1 +bestselling +best 146 +bet/128 1 +beta/1 1 +betake/77 147 +beta's 148 +beta 149 +betcha +betel/2 1 +Betelgeuse/2 1 +Beth/3 +Bethany +Bethe +Bethesda +bethink/121 150 +Bethlehem +bethought 151 +Bethune +betide/6 1 +betimes +betoken/11 1 +betook 152 +betray/11 1 +betrayal/1 1 +betrayer/1 1 +betroth/11 1 +betrothal/1 1 +betrothed/2 1 +Betsy/3 +Bette/3 +better/23 1 +bettering 1 +betterment/2 1 +better 146 +Bettie/3 +betting 1 +bettor/1 1 +between 1 +betwixt 1 +Betty/3 +Bettye/3 +Beulah +bevel/66 1 +bevelling/10 1 +bevel 1 +beverage/1 1 +Beverley/3 +Beverly/3 +bevvy/61 1 +bevy/15 1 +bewail/11 1 +bewailing 1 +beware/6 1 +bewhiskered +bewigged +bewilder/11 1 +bewildered 1 +bewildering/8 1 +bewilderment/2 1 +bewitch/7 1 +bewitching/8 1 +bewitchment/2 1 +bey/1 1 +beyond 1 +bezel/1 1 +bf +bhaji 1 +Bhopal +Bhutan/2 1 +Bhutanese/2 1 +Bhutto/3 +bi/129 1 +Bi/2 1 +BIA +Bialystok +Bianca/3 +biannual/8 1 +bias/22 1 +biased 1 +biasing 1 +bias 1 +biathlon/1 1 +Bib +bib/18 1 +bible/1 1 +Bible/1 1 +biblical 1 +Biblical 1 +biblicists +bibliographer/1 1 +bibliographic +bibliographical/8 1 +bibliography/15 1 +bibliophile/1 1 +bibulous 1 +Bic/3 +bicameral +bicameralism/2 1 +bicarb/1 1 +bicarbonate/1 1 +bicentenary/15 1 +bicentennial/1 1 +bicep/130 1 +biceps/2 1 +bicker/23 1 +bickerer/1 1 +biconcave +biconvex +bicuspid/1 1 +bicycle/28 1 +bicycler/1 1 +bicyclist/1 1 +bid/131 153 +biddable 1 +bidder/1 1 +bidding/2 1 +Biddle +biddy/15 1 +bide/14 154 +Biden/3 +bidet/1 1 +bidirectional +bidirectionally +biennial/30 1 +biennium/1 1 +bier/1 1 +Bierce +bier 155 +biff/5 1 +bifocal/32 1 +bifurcate/6 1 +bifurcation/1 1 +big/132 1 +bigamist/1 1 +bigamous 1 +bigamy/2 1 +Bigfoot/2 1 +biggie/1 1 +biggish 1 +Biggles/3 +bighead/1 1 +bighearted/33 1 +bighorn/1 1 +bight/18 1 +bigmouth/1 1 +bigot/1 1 +bigoted 1 +bigotry/15 1 +big 1 +bigwig/1 1 +bijou/100 1 +bike/28 1 +biker/1 1 +bikini/1 1 +Biko/3 +bilabial/1 1 +bilateral/8 1 +Bilbao +bilberry/61 1 +Bilbo/3 +bile/2 1 +bilge/18 1 +bilharzia 1 +biliary 1 +bilingual/30 1 +bilingualism/2 1 +bilious/33 1 +bilk/5 1 +bilker/1 1 +Bill/3 +bill/23 1 +billable 1 +billboard/18 1 +billet/23 1 +billfold/1 1 +billhook/10 1 +billiard/32 1 +Billie/3 +billies +billing/1 1 +Billings/2 1 +billingsgate/2 1 +billion/1 1 +billionaire/1 1 +billionaires 1 +billionth/1 1 +billion 1 +billow/23 1 +billowy/34 1 +billposters +billy/3 +Billy/3 +billycan/10 1 +bimbo/1 1 +bimetallic/1 1 +bimetallism/2 1 +Bimini/3 +bimodal +bimonthlies +bimonthly's +bimonthly 1 +bin/133 1 +binary/15 1 +bind/86 156 +binder/1 1 +bindery/15 1 +binding/1 1 +bindweed/2 1 +binge/28 1 +bingo/2 1 +binman 157 +binmen 158 +binnacle/1 1 +binocular/1 1 +binodal +binomial/1 1 +bio/1 1 +biochemical/30 1 +biochemist/1 1 +biochemistry/2 1 +biodegradability/2 1 +biodegradable +biodegrade/6 1 +biodiversity/2 1 +bioengineering 1 +bioethics +bioethics's +biofeedback/2 1 +biographer/1 1 +biographic +biographical/8 1 +biography/15 1 +biog 1 +Bioko/2 1 +biol +biological/8 1 +biologic 1 +biologist/1 1 +biology/2 1 +biomass/2 1 +biomedical +biometric/10 1 +biometry 1 +biomorph 1 +bionic/32 1 +bionically +bionic 1 +biophysical 1 +biophysicist/1 1 +biophysics/2 1 +biopic/1 1 +biopsy/57 1 +biorhythm/1 1 +BIOS +biosphere/1 1 +biota 1 +biotechnological 1 +biotechnologist 1 +biotechnology/2 1 +biotic 1 +biotin/2 1 +bipartisan +bipartisanship/2 1 +bipartite 1 +biped/1 1 +bipedal +bipedalism 1 +biped 1 +biplane/1 1 +bipolar +bipolarity/2 1 +biracial +birch/22 1 +Bird +bird/23 1 +birdbath/1 1 +birdbrain/1 1 +birdbrained +birdcage/10 1 +birder/1 1 +birdhouse/1 1 +birdie/45 1 +birding 1 +birdlike +birdlime/2 1 +birdseed/2 1 +Birdseye/3 +birdsong 1 +birdtables +birdwatcher/1 1 +birdwatching 1 +birdying +birefringence 1 +birefringent +biretta/1 1 +Birkenstock +Birmingham/2 1 +Biro/2 1 +birth/23 1 +birthday/1 1 +birthing 1 +birthmark/1 1 +birthplace/1 1 +birthrate/1 1 +birthright/1 1 +birthstone/1 1 +Biscay +Biscayne/3 +biscuit/1 1 +bisect/11 1 +bisection/1 1 +bisector/1 1 +bisexual/30 1 +bisexuality/2 1 +Bishkek +Bishop/3 +bishop/18 1 +bishopric/1 1 +Bismarck/2 1 +Bismark/3 +bismuth/2 1 +bison/2 1 +bisque/2 1 +Bisquick/3 +Bissau/2 1 +bi's 159 +bistable +bi 160 +bistro/1 1 +bis 1 +bit/18 1 +bitch/22 1 +bitchily 1 +bitchy/50 1 +bite/134 1 +biter/1 1 +biting/8 1 +bitmap/10 1 +BITNET/10 1 +bitter/135 1 +bittern/1 1 +bittersweet/1 1 +bittiness +bitumen/2 1 +bituminous +bitty/34 1 +bivalent 1 +bivalve/1 1 +bivouac/64 1 +biweeklies +biweekly's +biweekly 1 +biyearly 1 +biz/2 1 +bizarre/83 1 +Bizet +Bjerknes/3 +Bjork/3 +bk +Bk/2 1 +bl +blab/136 1 +blabber/5 1 +blabbermouth/1 1 +blabbing 1 +black/38 1 +Black/1 1 +black/11 1 +blackamoor/1 1 +blackball/23 1 +Blackbeard/2 1 +blackberry/137 1 +blackbird/18 1 +blackboard/1 1 +Blackburn/2 1 +blackcurrant/10 1 +blacken/11 1 +blackening 1 +Blackfeet 161 +Blackfoot/2 162 +blackguard/18 1 +blackhead/1 1 +blacking/2 1 +blackish 1 +blackjack/23 1 +blackleg/71 1 +blacklist/23 1 +blacklisting 1 +blackmail/23 1 +blackmailer/1 1 +blackout/1 1 +Blackpool/2 1 +Blackshirt/2 1 +blackshirts +blacksmith/1 1 +blacksnake/1 1 +Blackstone +blackthorn/1 1 +blacktop/48 1 +Blackwell +bladder/1 1 +blade/78 1 +blag/117 1 +blagging 1 +blah/138 1 +Blaine/3 +Blair/3 +Blake +blamable 1 +blame/139 1 +blameable 1 +blameless/16 1 +blamer 1 +blameworthy/140 1 +blammo +blammoed +blammoing +blammos +Blanca/3 +blanch/7 1 +Blanchard/3 +Blanche/3 +blancmange/1 1 +bland/21 1 +blandish/7 1 +blandishment/1 1 +blank/53 1 +Blankenship/3 +blanket/23 1 +blanketing 1 +blanket 1 +Blantyre/3 +blare/28 1 +blarney/23 1 +blase 1 +blaspheme/6 1 +blasphemer/1 1 +blasphemous/8 1 +blasphemy/15 1 +blast/23 1 +blaster/1 1 +blasting 1 +blastoff/1 1 +blat/59 1 +blatancy/15 1 +blatant/8 1 +blather/23 1 +Blatz/3 +Blavatsky +blaze/28 1 +blazer/1 1 +blazing 1 +blazon/23 1 +blazoning 1 +bldg +bleach/22 1 +bleacher/1 1 +bleaching 1 +bleak/21 1 +blear 1 +bleary/51 1 +bleat/23 1 +bleating 1 +bled 163 +bleed/141 164 +bleeder/1 1 +bleeding/2 1 +bleep/23 1 +bleeper/1 1 +blemish/22 1 +blench/7 1 +blend/23 1 +blender/1 1 +blending 1 +Blenheim/2 1 +bless/7 1 +blessed/21 1 +blessing/1 1 +bletch +blether/5 1 +blethering 1 +Blevins/3 +blew 165 +Bligh/2 1 +blight/23 1 +blighter/10 1 +blighting 1 +blimey 1 +blimp/1 1 +blimpish 1 +blind/53 1 +blinder/1 1 +blindfold/23 1 +blindfolded 1 +blindfold 1 +blinding/8 1 +blindside/6 1 +blini/1 1 +blink/23 1 +blinker/23 1 +blinking 1 +blinks 1 +blintz/4 1 +blintze/1 1 +blip/18 1 +bliss/2 1 +blissful/16 1 +bliss 1 +blister/23 1 +blistering/8 1 +blistery 1 +blithe/27 1 +blither/142 1 +blithesome 1 +blitz/22 1 +blitzkrieg/18 1 +blivet/10 1 +blizzard/1 1 +bloat/5 1 +bloated 1 +bloater/10 1 +bloating 1 +bloatware +bloatwares +blob/136 1 +bloc/64 1 +Bloch +block/23 1 +blockade/28 1 +blockader/1 1 +blockage/1 1 +Blockbuster/3 +blockbuster/1 1 +blockbusting/2 1 +blocker/1 1 +blockhead/1 1 +blockhouse/1 1 +blocking 1 +Bloemfontein/2 1 +blog/3 +blogged +blogger/3 +bloggers +blogging +blogs +bloke/1 1 +blokish +blond/106 1 +blonde/41 1 +Blondel/3 +Blondie/3 +blondish 1 +blood/23 1 +bloodbath/1 1 +bloodcurdling +bloodhound/1 1 +blooding 1 +bloodless/16 1 +bloodletting/2 1 +bloodline/1 1 +bloodmobile/1 1 +bloodshed/2 1 +bloodshot 1 +bloodsport/10 1 +bloodstain/1 1 +bloodstained +bloodstock/2 1 +bloodstone 1 +bloodstream/1 1 +bloodsucker/1 1 +bloodsucking 1 +bloodthirsty/51 1 +bloodworm 1 +bloody/143 1 +bloodymindedness +Bloom/3 +bloom/23 1 +Bloomer +bloomer/1 1 +Bloomfield +Bloomingdale/3 +blooming 1 +Bloomsbury +bloop/23 1 +blooper/1 1 +blossom/23 1 +blossoming 1 +blossomy 1 +blot/109 1 +blotch/22 1 +blotching 1 +blotchy/34 1 +blotter/1 1 +blotting 1 +blotto 1 +blouse/28 1 +blow/144 166 +blower/1 1 +blowflies +blowfly/3 +blowgun/1 1 +blowhard/1 1 +blowhole/10 1 +blowlamp/10 1 +blowout/1 1 +blowpipe/1 1 +blows 1 +blowsy/34 1 +blowtorch/40 1 +blowup/1 1 +blowy/34 1 +blowzy/34 1 +BLT/1 1 +blub/145 1 +blubber/23 1 +blubbery 1 +Blucher/3 +bludgeon/23 1 +blue/146 1 +Bluebeard/2 1 +bluebell/1 1 +blueberry/15 1 +bluebird/1 1 +bluebonnet/1 1 +bluebottle/1 1 +bluefish/4 1 +bluegill/1 1 +bluegrass/2 1 +blueing's +blueish 1 +bluejacket/1 1 +bluejay/1 1 +bluejeans/2 1 +bluenose/1 1 +bluepoint/1 1 +blueprint/23 1 +bluestocking/1 1 +bluesy/34 1 +bluet/1 1 +bluff/53 1 +bluffer/1 1 +bluing/2 1 +bluish 1 +blunder/23 1 +blunderbuss/4 1 +blunderer/1 1 +blundering/10 1 +blunt/98 1 +blur/103 1 +blurb/18 1 +blurred 1 +blurry/50 1 +blurt/11 1 +blurting 1 +blush/147 1 +blusher/1 1 +blushing/8 1 +bluster/23 1 +blusterer/1 1 +blustering 1 +blusterous 1 +blustery 1 +blvd +Blvd +Blythe/3 +BM/2 1 +BMW/3 +BO +boa/1 1 +Boadicea +boar/1 1 +board/23 1 +boarder/1 1 +boardgames +boarding/1 1 +boardinghouse/1 1 +boardroom/1 1 +boardwalk/1 1 +Boas/3 +boa's 167 +boast/23 1 +boa 168 +boaster/1 1 +boastful/16 1 +boasting 1 +boat/23 1 +boatclubs +boater/1 1 +boathouse/1 1 +boating/2 1 +boatload/10 1 +boatman/2 169 +boatmen 170 +boatswain/1 1 +boatyard/10 1 +Bob/3 +bob/136 1 +Bobbi/3 +Bobbie/3 +bobbin/1 1 +Bobbitt/3 +bobble/28 1 +Bobby/3 +bobby/15 1 +bobbysoxer/1 1 +bobcat/1 1 +bobolink/1 1 +bobsled/113 1 +bobsledder/1 1 +bobsledding 1 +bobsleigh/18 1 +bobtail/18 1 +bobwhite/1 1 +Boccaccio +bocce/2 1 +bocci/2 1 +boccie/2 1 +bock/2 1 +bod/18 1 +bodacious +bode/6 1 +bodega/1 1 +bode 171 +bodge/6 1 +Bodhidharma/3 +Bodhisattva/2 1 +bodice/1 1 +bodiless 1 +bodily 1 +boding 1 +bodkin/1 1 +body/148 1 +bodybuilder/1 1 +bodybuilding/2 1 +bodyguard/1 1 +bodysuit/1 1 +body 1 +bodywork/2 1 +Boeing/3 +Boeotia/2 1 +Boeotian 1 +Boer/1 1 +Boethius +boffin/10 1 +boffo 1 +bog/92 1 +boga +Bogart/2 1 +bogey/23 1 +bogeyman/2 172 +bogeymen 173 +boggle/6 1 +bogglingly +bogie/18 1 +bogometer +bogometers +bogon +bogosities +bogosity +Bogota/2 1 +bogotified +bogotifies +bogotify +bogotifying +bogus 1 +bogy/15 1 +boggy/34 1 +bogyman/2 174 +bogymen 175 +bohemian/1 1 +Bohemian/1 1 +bohemianism/2 1 +Bohemia 1 +Bohr +boil/23 1 +boiler/1 1 +boilermaker/1 1 +boilerplate/2 1 +boiling/10 1 +boink/11 1 +Boise/2 1 +boisterous/16 1 +Bojangles/3 +bola/1 1 +bolas 1 +bold/21 1 +boldface/149 1 +bold 1 +bole/1 1 +bolero/1 1 +Boleyn/2 1 +Bolivar/2 1 +bolivar/72 1 +Bolivia/2 1 +Bolivian/1 1 +boll/18 1 +bollard/10 1 +bollix/22 1 +bollocking +bollockings +bollocks 1 +bologna/2 1 +Bologna/2 1 +boloney/2 1 +Bolshevik/1 1 +bolshevik/2 1 +Bolshevism 1 +Bolshevist 1 +bolshie 1 +Bolshoi/3 +bolshy 1 +bolster/23 1 +bolstering 1 +bolt/23 1 +bolthole/10 1 +bolting 1 +Bolton +bolt 1 +Boltzmann +bolus/4 1 +Bollywood/3 +bomb/23 1 +bombard/5 1 +bombardier/1 1 +bombardment/1 1 +bombast/2 1 +bombastic/39 1 +Bombay/2 1 +bomber/1 1 +bombing/10 1 +bombproof 1 +bombshell/1 1 +bombsite/10 1 +bonanza/1 1 +Bonaparte +Bonaventure +bonbon/1 1 +bonce/10 1 +Bond/3 +bond/23 1 +bondage/2 1 +bondholder/1 1 +bonding/2 1 +bondman/2 176 +bondmen 177 +bondsman/2 178 +bondsmen 179 +bond 1 +bondwoman/2 180 +bondwomen 181 +bone/139 1 +bonehead/1 1 +boneheaded 1 +boneless 1 +bonemeal 1 +boner/1 1 +boneshaker/10 1 +boney 182 +bonfire/1 1 +bong/23 1 +bongo/1 1 +Bonhoeffer/3 +bonhomie/2 1 +bonier 183 +boniest 183 +Boniface +boning 1 +Bonita/3 +bonito/1 1 +bonk/11 1 +bonkers 1 +Bonn/2 1 +Bonner/3 +bonnet/18 1 +Bonneville/3 +Bonnie/3 +bonnie/150 1 +Bono/3 +bonsai/1 1 +bonus/4 1 +bony/50 1 +bonny/34 1 +boo/23 1 +boob/23 1 +booboo/1 1 +booby/15 1 +boodle/18 1 +booger/10 1 +boogeyman/2 184 +boogeymen 185 +boogie/45 1 +boogieman/3 +boohoo/23 1 +book/23 1 +bookable 1 +bookbinder/1 1 +bookbindery/15 1 +bookbinding/2 1 +bookcase/1 1 +bookend/18 1 +Booker/3 +bookie/1 1 +booking/1 1 +bookish 1 +bookkeeper/1 1 +bookkeeping/2 1 +booklet/1 1 +bookmaker/1 1 +bookmaking/2 1 +bookmark/23 1 +bookmobile/1 1 +bookplate/1 1 +bookseller/1 1 +bookshelf/120 1 +bookshop/1 1 +bookstall/10 1 +bookstore/1 1 +book 1 +bookwork 1 +bookworm/1 1 +Boole/2 1 +Boolean 1 +Boole 1 +boom/23 1 +boombox/4 1 +boomer/10 1 +boomerang/23 1 +booming 1 +boon/1 186 +boondocks +boondocks's +boondoggle/28 1 +boondoggler/1 1 +Boone/2 1 +boonies/2 1 +boon 1 +boor/1 1 +boorish/151 1 +boost/23 1 +booster/1 1 +boot/23 1 +bootblack/1 1 +bootee/1 1 +Bootes/2 1 +Booth +booth/1 1 +bootlace/10 1 +bootleg/152 1 +bootlegger/1 1 +bootlegging/2 1 +bootless 1 +bootprints +bootstrap/48 1 +boots 1 +booty/15 1 +booze/28 1 +boozer/1 1 +boozier 187 +booziest 187 +boozy/34 1 +bop/48 1 +borax/2 1 +Bordeaux/2 1 +bordello/1 1 +Borden/3 +border/23 1 +borderland/1 1 +borderline/1 1 +border 1 +Bordon/3 +bore/28 1 +Boreas/2 1 +boredom/2 1 +borehole/10 1 +borer/1 1 +bore 188 +Borg/1 1 +Borges +Borgia +Borglum +boring/8 1 +Boris +Bork/3 +Borlaug/3 +Born +Borneo/2 1 +borne 188 +born 188 +Borobudur/3 +Borodin +boron/2 1 +borough/1 1 +borrow/11 1 +borrowable +borrower/1 1 +borrowing/1 1 +borsch/2 1 +borscht/2 1 +borstal/10 1 +Boru/3 +borzoi/1 1 +Bosch +Bose +bosh/2 1 +Bosnia/2 1 +Bosnian 1 +bosom/18 1 +bosomy/34 1 +boson/10 1 +Bosporus/2 1 +boss/147 1 +bossily 1 +bossism/2 1 +bossy/50 1 +Boston/1 1 +Bostonian 1 +bosun/1 1 +Boswell 1 +bot/10 1 +botanical/8 1 +botanic 1 +botanist/1 1 +botany/2 1 +botch/22 1 +botched 1 +botcher/1 1 +botching 1 +both/44 1 +bother/23 1 +botheration 1 +bothersome +both 1 +bothy 1 +Botswana/2 1 +Botticelli +bottle/28 1 +bottleneck/18 1 +bottler/1 1 +bottling 1 +bottom/23 1 +bottomless 1 +bottommost +bottom 1 +botulism/2 1 +Boudicca +boudoir/1 1 +bouffant/1 1 +bougainvillaea/10 1 +bougainvillea/1 1 +bough/1 1 +bought 189 +bouillabaisse/1 1 +bouillon/1 1 +Boulder +boulder/18 1 +boules +boulevard/1 1 +Boulez/3 +bounce/28 1 +bouncer/1 1 +bouncily 1 +bouncing 1 +bouncy/50 1 +bound/23 1 +boundary/15 1 +bounded/153 1 +bounden 1 +bounder/1 1 +bounding 1 +boundless/16 1 +bound 190 +bounteous/16 1 +bountiful/16 1 +bounty/15 1 +bouquet/1 1 +Bourbaki/3 +bourbon/1 1 +Bourbon/1 1 +bourgeois/2 1 +bourgeoisie/2 1 +Bournemouth +boustrophedon/10 1 +bout/1 1 +boutique/1 1 +boutonniere/1 1 +bouzouki/1 1 +Bovary/3 +bovine/1 1 +bovver +bow/79 1 +Bowditch/3 +bowdlerization/1 1 +bowdlerize/6 1 +bowed 1 +bowel/18 1 +Bowell/3 +Bowen/3 +bower/18 1 +Bowers +Bowery/2 1 +bowie +Bowie +bowing 1 +bowl/23 1 +bowlder/1 1 +bowleg/1 1 +bowlegged 1 +bowleg 1 +bowler/1 1 +bowlful/1 1 +bowline/1 1 +bowling/2 1 +Bowman/3 +bowman/2 191 +bowmen 192 +bowsprit/1 1 +bowstring/18 1 +bows 1 +bowwow/18 1 +box/22 1 +boxcar/1 1 +boxen +boxer/1 1 +boxful 1 +boxing/2 1 +boxlike 1 +boxroom/10 1 +boxtops +boxwood/2 1 +boxy/34 1 +boy/1 1 +boycott/23 1 +Boyd +Boyer/3 +boyfriend/1 1 +boyhood/1 1 +boyish/16 1 +Boyle +boyscout +boysenberry/15 1 +bozo/1 1 +BP +BPOE +bps 1 +BR +Br/2 1 +bra/154 1 +brace/28 1 +bracelet/1 1 +bracer/1 1 +bracero/1 1 +bracing/8 1 +bracken/2 1 +bracket/23 1 +brackish/33 1 +bract/1 1 +Brad/3 +brad/18 1 +bradawl/10 1 +Bradbury 1 +Braddock/3 +Bradford +Bradley +Bradly/3 +Bradshaw/3 +Bradstreet/3 +Brady +brae/1 1 +brag/152 1 +Bragg/2 1 +braggadocio/1 1 +braggart/1 1 +bragger/1 1 +bragging 1 +Brahe +Brahma/1 1 +Brahmagupta/3 +Brahman/1 1 +Brahmanee +Brahmani +Brahmanism/1 1 +Brahmaputra/2 1 +Brahmin/1 1 +Brahms/2 1 +braid/23 1 +braiding/2 1 +Braille/1 1 +braille/2 1 +Braille/59 1 +braille 1 +Brain/3 +brain/23 1 +braincell +braincells +brainchild/155 1 +brainless/83 1 +brainpower 1 +brainstorm/23 1 +brainstorming/2 1 +brainteaser/1 1 +brainteasing +brainwash/7 1 +brainwashing/2 1 +brainwave/10 1 +brainy/50 1 +braise/6 1 +brake/28 1 +brakeman/2 193 +brakemen 194 +bramble/18 1 +brambly/34 1 +Brampton/3 +Bran/3 +bran/2 1 +Branch/3 +branch/22 1 +branching 1 +branchlike 1 +brand/23 1 +Brandeis +Branden/3 +Brandenburg +brander/18 1 +Brandi/3 +Brandie/3 +brandish/156 1 +Brando +Brandon/3 +Brandt +Brandy/3 +brandy/57 1 +Brant/3 +bran 1 +Braque +bras/157 1 +brash/21 1 +Brasilia/2 1 +brass/40 1 +brasserie/1 1 +brassiere/1 1 +brassier 1 +brass 1 +brassy/51 1 +brat/1 1 +Bratislava +Brattain/3 +bratwurst/1 1 +bratty/34 1 +bravado/2 1 +brave/107 1 +braver 1 +bravery/2 1 +bravo/18 1 +bravura/1 1 +brawl/23 1 +brawler/1 1 +brawling 1 +brawn/2 1 +brawny/50 1 +Bray/3 +bray/23 1 +braze/6 1 +brazen/158 1 +brazer/1 1 +brazier/1 1 +Brazil/2 1 +Brazilian/1 1 +Brazos/2 1 +Brazzaville/2 1 +breach/22 1 +bread/23 1 +breadbasket/1 1 +breadboard/18 1 +breadbox/4 1 +breadcrumb/1 1 +breadfruit/1 1 +breadline/1 1 +breadth/1 1 +breadwinner/1 1 +break/86 195 +breakable/1 1 +breakage/1 1 +breakaway/1 1 +breakdown/1 1 +breaker/1 1 +breakeven/2 1 +breakfast/23 1 +breakfront/1 1 +breaking 1 +breakneck 1 +breakout/1 1 +breakpoints +Breakspear/3 +breakthrough/1 1 +breakup/1 1 +breakwater/1 1 +bream/18 1 +breast/23 1 +breastbone/1 1 +breastfed 196 +breastfeed/121 197 +breastplate/1 1 +breaststroke/1 1 +breastwork/1 1 +breath/23 1 +breathable 1 +breathalyser/10 1 +breathalyze/6 1 +breathalyzer/10 1 +Breathalyzer 1 +breathe/6 1 +breather/1 1 +breathing/1 1 +breathless/16 1 +breathtaking +breathtakingly +breathy/34 1 +breccias +brecciated +Brecht +Breckenridge/3 +bred 198 +breech/40 1 +breed/86 199 +breeder/1 1 +breeding/2 1 +breeze/28 1 +breezeway/1 1 +breezy/51 1 +Bremen +Brenda/3 +Brendan/3 +Brennan/3 +Brenner/3 +Brent/3 +Brenton/3 +Brest +Bret/3 +brethren 200 +Breton/2 1 +Brett/3 +Breughel +breve/1 1 +brevet/109 1 +breviary/15 1 +brevity/2 1 +brew/23 1 +Brewer/3 +brewer/1 1 +brewery/15 1 +brewing 1 +brewpub/1 1 +Brewster +Brezhnev +Brian/3 +Briana/3 +Brianna/3 +briar/1 1 +bribe/28 1 +briber/1 1 +bribery/2 1 +Brice/3 +brick/23 1 +brickbat/1 1 +brickie/10 1 +bricking 1 +bricklayer/1 1 +bricklaying/2 1 +brick 1 +brickwork/2 1 +brickyard/10 1 +bridal/1 1 +Bridalveil/3 +bride/1 1 +bridegroom/1 1 +bridesmaid/1 1 +bridge/28 1 +bridgeable 1 +bridgehead/1 1 +Bridgeport/2 1 +Bridger/3 +Bridges +Bridget/2 1 +Bridgetown +Bridgett/3 +Bridgette/3 +bridgework/2 1 +bridging 1 +Bridgman +bridle/28 1 +bridleway/10 1 +Brie/1 1 +brie/2 1 +brief/53 1 +briefcase/1 1 +briefer 1 +briefing/1 1 +brier/1 1 +brig/1 1 +brigade/18 1 +brigadier/1 1 +Brigadoon 1 +brigand/1 1 +brigandage/2 1 +brigantine/1 1 +Briggs +Brigham/3 +Bright +bright/159 1 +brighten/11 1 +brightener/1 1 +Brighton/2 1 +Brigid/2 1 +Brigitte/3 +brilliance/2 1 +brilliancy/2 1 +brilliant/30 1 +brilliantine/2 1 +Brillo 1 +brill 1 +brim/160 1 +brimfull 1 +brimful 1 +brimless 1 +brimming 1 +brimstone/2 1 +brindle/2 1 +brindled 1 +brindle 1 +brine/2 1 +bring/121 201 +bringer/1 1 +bringing 1 +brink/1 1 +Brinkley/3 +brinkmanship/2 1 +brinksmanship/2 1 +briny/50 1 +brioche/1 1 +brio 1 +briquet/18 1 +briquette/18 1 +Brisbane/2 1 +brisk/98 1 +brisket/1 1 +bristle/28 1 +bristly/34 1 +Bristol/2 1 +Brit/1 1 +Britain/2 1 +Britannia +Britannic +Britannica/3 +britches/2 1 +Briticism/1 1 +British/161 1 +Britisher/1 1 +Britney/3 +Briton/1 1 +Britt/3 +Brittany/15 1 +Britten +brittle/162 1 +Brittney/3 +Brno +bro/1 1 +broach/22 1 +broad/38 1 +broadband/2 1 +broadcast/86 1 +broadcaster/1 1 +broadcasting/2 1 +broadcloth/2 1 +broaden/11 1 +broadleaved +broadloom/2 1 +broadminded +broadmindedness +broadsheet/1 1 +broadside/28 1 +broadsword/1 1 +Broadway/1 1 +Brobdingnag/3 +Brobdingnagian 1 +brocade/28 1 +broccoli/2 1 +brochette/1 1 +brochure/1 1 +Brock/3 +brogan/1 1 +brogue/1 1 +broil/23 1 +broiler/1 1 +Brokaw/3 +broken/16 1 +brokenheartedly +brokenhearted 1 +broken 202 +broker/23 1 +brokerage/1 1 +brokering 1 +broke 202 +broking 1 +brollies +brolly +bromide/1 1 +bromidic 1 +bromine/2 1 +bronc/1 1 +bronchial 1 +bronchi 203 +bronchitic 1 +bronchitis/2 1 +broncho/65 1 +bronchus/2 204 +bronco/1 1 +broncobuster/1 1 +Bronson/3 +Bronte +brontosaur/1 1 +brontosaurus/4 1 +Bronx/2 1 +bronze/28 1 +bronzing 1 +brooch/40 1 +brood/79 1 +brooder/1 1 +broodily +brooding/2 1 +broodingly 1 +broodmare/1 1 +broody/163 1 +brook/23 1 +Brooke +brooklet/1 1 +Brooklyn/2 1 +Brooks +broom/18 1 +broomstick/1 1 +Bros +bros 1 +broth/1 1 +brothel/1 1 +brother/164 205 +brotherhood/1 1 +brotherly/140 1 +brougham/1 1 +brought 206 +brouhaha/1 1 +brow/1 1 +browbeat/116 1 +Brown +brown/165 1 +Browne +brownfield 1 +Brownian/3 +brownie/1 1 +Brownie/10 1 +brownie 1 +Browning +browning 1 +brownish 1 +brownout/1 1 +Brownshirt 1 +brownstone/1 1 +Brownsville +brows/7 1 +browse/28 1 +browser/1 1 +browsing 1 +brr +Brubeck +Bruce/2 1 +Bruckner +Bruegel +Brueghel +bruin/1 1 +bruise/28 1 +bruiser/1 1 +bruising/2 1 +bruit/5 1 +Brummel/3 +brunch/22 1 +Brunei/2 1 +Bruneian/1 1 +Brunelleschi +brunet/1 1 +brunette/1 1 +brunet 1 +Brunhilde/3 +Bruno +Brunswick/2 1 +brunt/2 1 +brush/22 1 +brushing 1 +brushoff/1 1 +brushstroke +brushstrokes +brushwood/2 1 +brushwork/2 1 +brushy 1 +brusk/166 1 +brusque/27 1 +Brussels/2 1 +Brut/3 +brutal/8 1 +brutality/15 1 +brutalization/2 1 +brutalize/6 1 +brute/18 1 +brutish/16 1 +Brutus/2 1 +Bryan +Bryant +Bryce/3 +Brynner/3 +Bryon/3 +Brzezinski/3 +BS/2 1 +BSA +BSD/10 1 +BTU +Btu/2 1 +BTW +bu +bub/1 1 +bubble/28 1 +bubblegum/2 1 +bubbling 1 +bubbly/34 1 +bubbly's +Buber +bubo/4 1 +bubonic +buccaneer/23 1 +Buchanan/2 1 +Bucharest/2 1 +Buchenwald +Buchwald/3 +Buck +buck/23 1 +buckaroo/1 1 +buckboard/1 1 +bucket/23 1 +bucketful/1 1 +buckeye/1 1 +Buckingham +bucking 1 +buckle/28 1 +buckler/18 1 +Buckley/3 +buckling 1 +buckminsterfullerene 1 +Buckner/3 +buckram/2 1 +bucksaw/1 1 +buckshot/2 1 +buckskin/1 1 +buckteeth 207 +bucktooth/2 208 +bucktoothed +bucktooth 1 +buck 1 +buckwheat/2 1 +bucolic/52 1 +Bud/3 +bud/113 1 +Budapest/2 1 +Buddha/1 1 +Buddhism/1 1 +Buddhist/1 1 +budding/10 1 +Buddy/3 +buddy/167 1 +budge/43 1 +budgerigar/1 1 +budget/23 1 +budgetary +budget 1 +budgie/1 1 +Budweiser/3 +buff/79 1 +Buffalo/2 1 +buffalo/22 1 +buffer/23 1 +buffet/23 1 +buffeting/10 1 +buffoon/1 1 +buffoonery/2 1 +buffoonish 1 +Buffy/3 +Buford/3 +bug/92 1 +bugaboo/1 1 +Bugatti/3 +bugbear/1 1 +bugger/23 1 +buggery 1 +bugging 1 +bugle/28 1 +bugler/1 1 +bugling 1 +Bugzilla/3 +buggy/42 1 +Buick/3 +build/124 1 +builder/1 1 +building/1 1 +buildup/1 1 +Bujumbura/2 1 +Bukhara +Bukharin +Bulawayo +bulb/18 1 +bulbous 1 +Bulfinch +Bulganin +Bulgari/3 +Bulgaria/2 1 +Bulgarian/1 1 +Bulgar 1 +bulge/28 1 +bulging 1 +bulgy/34 1 +bulimarexia/2 1 +bulimia/2 1 +bulimic/1 1 +bulk/23 1 +bulkhead/1 1 +bulking 1 +bulk 1 +bulky/50 1 +bull/23 1 +bulldog/92 1 +bulldogging 1 +bulldog 1 +bulldoze/6 1 +bulldozer/1 1 +bullet/18 1 +bulletin/23 1 +bulletproof/11 1 +bullfight/1 1 +bullfighter/1 1 +bullfighting/2 1 +bullfinch/4 1 +bullfrog/1 1 +bullhead/1 1 +bullheaded/16 1 +bullhorn/1 1 +bullion/2 1 +bullish/16 1 +Bullock/3 +bullock/1 1 +bullpen/1 1 +bullring/1 1 +bullshit/168 1 +bullshitter/169 1 +bull 1 +bullwhip/59 1 +Bullwinkle/3 +bulrush/4 1 +Bultmann/3 +bulwark/18 1 +bully/170 1 +bully's +bum/171 1 +bumbag/10 1 +bumble/43 1 +bumblebee/1 1 +bumbler/1 1 +bumbling 1 +bumf 1 +bummer/1 1 +bump/23 1 +bumper/18 1 +bumph 1 +bumpkin/1 1 +Bumppo/3 +bumptious/16 1 +bumpy/50 1 +bun/1 1 +bunch/22 1 +Bunche +bunching 1 +bunchy/34 1 +bunco/108 1 +buncombe/2 1 +Bundesbank/2 1 +Bundestag +bundle/28 1 +bundling 1 +bung/23 1 +bungalow/1 1 +bungee/1 1 +bunghole/1 1 +bungle/28 1 +bungler/1 1 +bungling 1 +bung 1 +Bunin +bunion/1 1 +bunk/23 1 +Bunker/3 +bunker/18 1 +bunkhouse/1 1 +bunko/2 1 +bunkum/2 1 +Bunsen 1 +bunt/23 1 +bunting/1 1 +Bunuel/3 +Bunyan/2 1 +bunny/15 1 +buoy/23 1 +buoyancy/2 1 +buoyant/8 1 +bur/103 1 +Burbank +Burberry/2 1 +burble/28 1 +burbling 1 +burbs +burbs's +Burch/3 +burden/23 1 +burdensome 1 +burdock/2 1 +bureau/1 1 +bureaucracy/15 1 +bureaucrat/1 1 +bureaucratic/39 1 +bureaucratization/2 1 +bureaucratize/6 1 +burg/1 1 +burgeon/5 1 +Burger/3 +burger/1 1 +Burgess +burgh/1 1 +burgher/1 1 +burglar/1 1 +burglarize/6 1 +burglarproof 1 +burglary/15 1 +burgle/6 1 +burgling 1 +burgomaster/1 1 +Burgoyne/2 1 +Burgundian 1 +burgundy/15 1 +Burgundy/15 1 +burial/1 1 +burk/59 1 +Burke +Burks +Burl/3 +burl/63 1 +burlap/2 1 +burlesque/28 1 +burlier 209 +burliest 209 +Burlington/2 1 +burly/50 1 +Burma/2 1 +Burmese/2 1 +burn/172 1 +burnable/1 1 +burner/1 1 +Burnett +burning/10 1 +burnish/22 1 +burnisher/1 1 +burnishing 1 +burnoose/1 1 +burnous/4 1 +burnout/1 1 +Burns +Burnside +burnt 1 +burp/23 1 +Burr +burr/23 1 +Burris/3 +burrito/1 1 +burro/1 1 +Burroughs +burrow/23 1 +burrower/1 1 +Bursa +bursa/54 1 +bursar/1 1 +bursary/15 1 +bursitis/2 1 +burst/86 1 +burs 1 +Burt/3 +Burton/2 1 +Burundi/2 1 +Burundian/1 1 +bury/31 1 +bus/173 210 +busboy/1 1 +busby/15 1 +Busch/3 +busgirl/1 1 +Bush/2 1 +bush/22 1 +bushel/66 1 +bushelling/10 1 +bushfire 1 +Bushido 1 +bushing/1 1 +bushland 1 +bushman/2 211 +bushmaster/1 1 +bushmen 212 +Bushnell/3 +bush 1 +bushwhack/11 1 +bushwhacker/1 1 +bushy/50 1 +businesslike +businessman/2 213 +businessmen 214 +businesspeople 215 +businessperson/1 216 +businesswoman/2 217 +businesswomen 218 +busing/2 1 +busk/11 1 +busker/10 1 +buskin/1 1 +busking 1 +busload/10 1 +busmen 219 +buss/174 1 +bust/79 1 +bustard/10 1 +buster/1 1 +bustier/10 1 +bustle/28 1 +bustling 1 +busty/34 1 +busy/175 1 +busybody/15 1 +busywork/2 1 +but/176 1 +butane/2 1 +butch/177 1 +butcher/23 1 +butchering 1 +butchery/15 1 +Butler +butler/18 1 +butt/23 1 +butte/28 1 +butter/23 1 +butterball/1 1 +buttercup/1 1 +butterfat/2 1 +butterfingered +Butterfingers/3 +butterfingers/2 1 +butterfly/31 1 +butterfly's +buttermilk/2 1 +butternut/1 1 +butterscotch/2 1 +buttery/42 1 +buttock/18 1 +button/23 1 +buttonhole/28 1 +buttons 1 +buttonwood/1 1 +buttress/22 1 +butty/61 1 +buxom/166 1 +Buxtehude +buy/86 220 +buyback/1 1 +buyer/1 1 +buyout/1 1 +buzz/22 1 +buzzard/1 1 +buzzer/1 1 +buzzing 1 +buzzword/1 1 +bx +bxs +by/4 1 +Byblos/3 +bye/1 1 +byelaw/1 1 +Byelorussia/2 1 +Byers/3 +bye 1 +bygone/1 1 +bylaw/1 1 +byline/18 1 +BYOB +bypass/22 1 +bypath/1 1 +byplay/2 1 +byproduct/1 1 +Byrd +byre/10 1 +byroad/1 1 +Byron +Byronic 1 +bystander/1 1 +byte/1 1 +by 221 +byway/1 1 +byword/1 1 +Byzantine/1 1 +byzantine 1 +Byzantine 1 +Byzantium/2 1 +C/1 1 +c/10 1 +ca +CA +Ca/2 1 +cab/136 1 +cabal/18 1 +cabala/2 1 +caballero/1 1 +cabana/1 1 +cabaret/1 1 +cabbage/18 1 +cabbie/1 1 +cabby/15 1 +cabdriver/1 1 +caber/10 1 +Cabernet/2 1 +cabin/18 1 +cabinet/1 1 +cabinetmaker/1 1 +cabinetmaking/2 1 +cabinetry/2 1 +Cabinet 1 +cabinetwork/2 1 +cable/28 1 +cablecast/86 1 +cablegram/1 1 +cabling 1 +cabochon/1 1 +caboodle/2 1 +caboose/1 1 +Cabot +Cabral +Cabrera/3 +Cabrini +cabriolet/1 1 +cabstand/1 1 +cacao/1 1 +cache/28 1 +cachepot/1 1 +cachet/18 1 +cackle/28 1 +cackler/1 1 +cacophonous 1 +cacophony/15 1 +cacti 222 +cactus/2 223 +cad/1 1 +CAD/2 1 +cadaver/1 1 +cadaverous 1 +caddie/78 224 +caddieing +caddish/16 1 +caddy/57 1 +caddying 225 +cadence/78 1 +cadenza/1 1 +cadet/1 1 +Cadette 1 +cadge/43 1 +cadger/1 1 +Cadillac 1 +Cadiz/2 1 +cadmium/2 1 +cadre/1 1 +caducei 226 +caduceus/2 227 +Caedmon/3 +Caerphilly +Caesar/1 1 +caesarean/1 1 +Caesarean 1 +caesarian/1 1 +caesium/2 1 +caesura/1 1 +cafe/1 228 +cafeteria/1 1 +cafetiere/10 1 +caff/10 1 +caffeinated +caffeine/2 1 +caftan/1 1 +Cage +cage/28 1 +cagey 229 +cagier 230 +cagiest 230 +Cagney/3 +cagoule/10 1 +cagy/51 1 +Cahokia/3 +cahoot/1 1 +CAI +Caiaphas +caiman/1 1 +Cain/1 1 +cairn/1 1 +Cairo/2 1 +caisson/1 1 +caitiff/1 1 +Caitlin/3 +Cajan 1 +cajole/6 1 +cajolement/2 1 +cajoler/1 1 +cajolery/2 1 +Cajun/1 1 +cake/28 1 +cakewalk/18 1 +caking 1 +cal +Cal +calabash/4 1 +calaboose/1 1 +Calais +calamari/1 1 +calamine/2 1 +calamitous/8 1 +calamity/15 1 +calcareous 1 +calciferous +calcification/2 1 +calcify/31 1 +calcimine/28 1 +calcine/6 1 +calcite/2 1 +calcium/2 1 +calculable 1 +calculate/6 1 +calculated/8 1 +calculating/8 1 +calculation/1 1 +calculative +calculator/1 1 +calculi 231 +calculus/2 232 +Calcutta/2 1 +Calder +caldera/1 1 +Calderon/3 +caldron/1 1 +Caldwell +Caleb/3 +Caledonia +calendar/23 1 +calender/23 1 +calf/120 1 +calfskin/2 1 +Calgary/2 1 +Calhoun +Cali +Caliban +calibrate/6 1 +calibration/1 1 +calibrator/1 1 +calibre/1 1 +calico/4 1 +Calif +calif/1 1 +California/2 1 +Californian/1 1 +californium/2 1 +Caligula +caliph/1 1 +caliphate/1 1 +calisthenic/32 1 +calk/23 1 +call/23 1 +calla/1 1 +callable 1 +Callaghan +Callahan/3 +Callao +Callas +callback/1 1 +caller/1 1 +Callie/3 +calligrapher/1 1 +calligraphic +calligraphist/1 1 +calligraphy/2 1 +calling/1 1 +calliope/1 1 +Calliope/2 1 +calliper/23 1 +callisthenics +callisthenics's +Callisto/2 1 +callosity/15 1 +callous/178 1 +callow/179 1 +callus/22 1 +calm/53 1 +calming 1 +Caloocan/3 +caloric 1 +calorie/1 1 +calorific 1 +calorimeter/10 1 +calorimetry 1 +calumet/1 1 +calumniate/6 1 +calumniation/2 1 +calumniator/1 1 +calumnious 1 +calumny/15 1 +Calvary/2 1 +calve/6 1 +Calvert +Calvin/2 1 +Calvinism/1 1 +Calvinist/1 1 +Calvinistic +calypso/1 1 +calyx/4 1 +CAM +cam/18 1 +Camacho/3 +camaraderie/2 1 +camber/23 1 +cambial 1 +cambium/1 1 +Cambodia/2 1 +Cambodian/1 1 +Cambrian/1 1 +cambric/2 1 +Cambridge/2 1 +camcorder/1 1 +Camden/2 1 +Camel/3 +camel/1 1 +camelhair/2 1 +camellia/1 1 +Camelopardalis +Camelot/1 1 +Camembert/1 1 +cameo/18 1 +camera/58 1 +cameraman/2 233 +cameramen 234 +camerawoman/2 235 +camerawomen 236 +camerawork 1 +Cameron/3 +Cameroon/1 1 +Cameroonian/1 1 +came 237 +camiknickers +Camilla/3 +Camille/3 +camisole/1 1 +Camoens/3 +camomile/1 1 +camouflage/28 1 +camouflager/1 1 +camp/180 1 +campaign/23 1 +campaigner/1 1 +Campanella/3 +campanile/1 1 +campanological 1 +campanologist/1 1 +campanology/2 1 +Campbell +camper/1 1 +campfire/1 1 +campground/1 1 +camphor/2 1 +Campinas +camping/2 1 +Campos +campsite/1 1 +campus/40 1 +campy/34 1 +Camry/3 +camshaft/1 1 +Camus +Can +can/181 238 +Canaan/2 1 +Canaanite/1 1 +Canad +Canada/2 1 +Canadian/1 1 +Canadianism 1 +canal/18 1 +Canaletto +canalization/2 1 +canalize/6 1 +canape/1 1 +canard/1 1 +Canaries/2 1 +canary/15 1 +canasta/2 1 +Canaveral +Canberra/2 1 +cancan/1 1 +cancel/182 1 +cancellation/1 1 +canceller/1 1 +cancelling 1 +cancer/1 1 +Cancer/1 1 +cancerous 1 +Cancun/2 1 +Candace/3 +candelabra/1 1 +candelabra's 239 +candelabra 240 +candelabrum/2 241 +candelas +Candice/3 +candid/21 1 +candidacy/15 1 +candidate/18 1 +candida 1 +candidature/1 1 +Candide/3 +candid 1 +candle/28 1 +candlelight/2 1 +candlelit +candlepower/2 1 +candler/1 1 +candlestick/1 1 +candlewick/1 1 +candour/2 1 +Candy/3 +candy/57 1 +candyfloss 1 +cane/28 1 +canebrake/1 1 +caner/1 1 +canine/1 1 +caning/10 1 +canister/18 1 +canker/23 1 +cankered 1 +cankerous +cannabis/4 1 +cannelloni/2 1 +cannery/15 1 +Cannes/2 1 +cannibal/1 1 +cannibalism/2 1 +cannibalistic 1 +cannibalization/2 1 +cannibalize/6 1 +canning 1 +Cannon/3 +cannon/23 1 +cannonade/28 1 +cannonball/18 1 +cannot 1 +cannula 1 +canoe/45 1 +canoeing 1 +canoeist/1 1 +canola/2 1 +Canon/3 +canon/1 1 +canonical/8 1 +canonization/1 1 +canonize/6 1 +canoodle/6 1 +Canopus +canopy/57 1 +can't +cant/79 1 +cantabile 1 +Cantabrigian/2 1 +cantaloup/1 1 +cantaloupe/1 1 +cantankerous/16 1 +cantata/1 1 +canteen/1 1 +canter/23 1 +Canterbury +canticle/1 1 +cantilever/23 1 +canting 1 +canto/1 1 +canton/1 1 +Canton/2 1 +canton/59 1 +cantonal +Cantonese/2 1 +cantonment/1 1 +Cantor/3 +cantor/1 1 +Cantrell/3 +Cantu/3 +Canute +canvas/183 1 +canvasback/1 1 +canvass/22 1 +canvasser/1 1 +canny/51 1 +canyon/1 1 +canyoning +CAP +cap/48 1 +capability/15 1 +Capablanca +capable/17 1 +capacious/16 1 +capacitance/2 1 +capacitive 1 +capacitor/1 1 +capacity/15 1 +caparison/23 1 +cape/78 1 +Capek/3 +Capella/2 1 +caper/23 1 +capeskin/2 1 +Capet +Capetian 1 +Capetown/3 +Caph/3 +capillarity/2 1 +capillary/15 1 +Capistrano/3 +capital/30 1 +capitalism/2 1 +capitalist/1 1 +capitalistic/39 1 +capitalization/2 1 +capitalize/6 1 +capitation/1 1 +capitol/1 1 +Capitol/1 1 +Capitoline +capitulate/6 1 +capitulation/1 1 +caplet/1 1 +capo/1 1 +capon/1 1 +Capone +Capote +capping 1 +cappuccino/1 1 +Capra/2 1 +Capri/2 1 +caprice/1 1 +capricious/16 1 +Capricorn/1 1 +capsicum/1 1 +capsize/6 1 +capstan/1 1 +capstone/1 1 +capsular +capsule/28 1 +capsulize/6 1 +capt +Capt +captain/23 1 +captaincy/15 1 +caption/23 1 +captious/16 1 +captivate/6 1 +captivating 1 +captivation/2 1 +captivator/1 1 +captive/1 1 +captivity/15 1 +captor/1 1 +capture/28 1 +Capuchin 1 +Capulet/2 1 +car/91 1 +Caracalla +Caracas/2 1 +caracul/2 1 +carafe/1 1 +caramel/1 1 +caramelize/6 1 +carapace/1 1 +Cara's 242 +Cara 243 +carat/1 1 +Caravaggio +caravan/18 1 +caravansary/15 1 +caravanserai's +caravel/1 1 +caraway/1 1 +carbide/1 1 +carbine/1 1 +carbohydrate/1 1 +carbolic 1 +Carboloy/2 1 +carbon/1 1 +carbonaceous +carbonate/28 1 +carbonation/2 1 +carbonic +carboniferous +Carboniferous/2 1 +carbonize/6 1 +carbon 1 +carbonyl 1 +carborundum/2 1 +Carborundum 1 +carboy/1 1 +carbuncle/1 1 +carbuncular +carburetor/1 1 +carburetter/1 1 +carburettor/1 1 +carcase/10 1 +carcass/40 1 +carcinogen/1 1 +carcinogenesis 1 +carcinogenic/1 1 +carcinogenicity/2 1 +carcinoma/1 1 +card/23 1 +cardamom/1 1 +cardamon/10 1 +cardboard/2 1 +Cardenas/3 +carder/1 1 +cardholder/10 1 +cardiac 1 +cardiae +cardies +Cardiff/2 1 +cardigan/1 1 +Cardin/3 +cardinal/30 1 +cardinality 1 +carding 1 +cardiogram/1 1 +cardiograph/1 1 +cardioid 1 +cardiologist/1 1 +cardiology/2 1 +cardiopulmonary +cardiovascular +Cardozo/3 +cardsharp/1 1 +cardsharper/1 1 +CARE +care/28 1 +careen/5 1 +career/23 1 +careerism 1 +careerist/1 1 +career 1 +carefree 1 +careful/85 1 +caregiver/1 1 +careless/16 1 +carer/1 1 +cares/80 1 +caress/22 1 +caressing 1 +caret/1 1 +caretaker/1 1 +careworn +Carey +carfare/2 1 +cargo/4 1 +carhop/18 1 +Carib/1 1 +Caribbean/1 1 +caribou/1 1 +caricature/28 1 +caricaturisation +caricaturist/1 1 +caricaturization +caries/2 1 +carillon/18 1 +Carina +caring/2 1 +carious 1 +Carissa/3 +carjack/11 1 +carjacker/1 1 +carjacking/1 1 +Carl/3 +Carla/3 +Carlene/3 +Carlin/3 +Carlo/3 +carload/1 1 +Carlos +Carlsbad +Carlson/3 +Carlton +Carly/3 +Carlyle +Carmela/3 +Carmella/3 +Carmelo/3 +Carmen/3 +Carmichael/3 +Carmine/3 +carmine/18 1 +carnage/2 1 +carnal/8 1 +carnality/2 1 +Carnap +Carnation/3 +carnation/1 1 +Carnegie/2 1 +carnelian/1 1 +Carney/3 +carney/18 1 +carnival/1 1 +carnivore/1 1 +carnivorous/16 1 +Carnot +carny/167 1 +carob/1 1 +Carol/3 +carol/66 1 +Carole/3 +Carolina +Caroline +Carolingian 1 +Carolinian/2 1 +caroller/1 1 +carolling 1 +Carolyn/3 +carom/23 1 +carotene/2 1 +carotid/1 1 +carousal/1 1 +carouse/28 1 +carousel/1 1 +carouser/1 1 +carousing 1 +carp/23 1 +carpal/1 1 +Carpathian/3 +Carpathians +carpel/1 1 +Carpenter +carpenter/23 1 +carpentry/2 1 +carper/1 1 +carpet/23 1 +carpetbag/92 1 +carpetbagger/1 1 +carpeting/2 1 +carping 1 +carpi 244 +carpool/23 1 +carport/1 1 +carpus/2 245 +Carr/3 +Carranza/3 +carrel/1 1 +carrell/1 1 +carriage/1 1 +carriageway/10 1 +Carrie/3 +Carrier/3 +carrier/1 1 +Carrillo/3 +carrion/2 1 +Carroll/2 1 +carrot/1 1 +carroty/34 1 +carrousel/1 1 +carry/57 1 +carryall/1 1 +carrycot/10 1 +carryout 1 +carryover/1 1 +carsick/33 1 +Carson +cars 1 +cart/23 1 +cartage/2 1 +cartel/1 1 +carter/1 1 +Carter/2 1 +Cartesian 1 +Carthage/2 1 +Carthaginian/1 1 +carthorse/1 1 +Cartier +cartilage/1 1 +cartilaginous +cartload/1 1 +cartographer/1 1 +cartographic +cartography/2 1 +carton/18 1 +cartoon/23 1 +cartooning 1 +cartoonist/1 1 +cartridge/1 1 +cartwheel/23 1 +Cartwright +Caruso +carve/6 1 +Carver +carver/1 1 +carvery/61 1 +carving/1 1 +Cary +caryatid/1 1 +casaba/1 1 +Casablanca/2 1 +Casals +Casandra/3 +Casanova/1 1 +cascade/28 1 +Cascades/2 1 +cascara/1 1 +Case/3 +case/28 1 +casebook/10 1 +caseharden/11 1 +casein/2 1 +caseload/1 1 +casement/1 1 +casework/2 1 +caseworker/1 1 +Casey/3 +Cash +cash/22 1 +cashbook/1 1 +cashew/1 1 +cashier/23 1 +cashiering 1 +cashless 1 +cashmere/2 1 +cashpoint/10 1 +cash 1 +casing/1 1 +casino/1 1 +Casio/3 +cask/18 1 +casket/18 1 +Caspar +Caspian +Cassandra/1 1 +Cassatt +cassava/1 1 +casserole/28 1 +cassette/1 1 +cassia/1 1 +Cassie/3 +cassino/2 1 +Cassiopeia/2 1 +Cassius/2 1 +cassock/1 1 +cassowary/15 1 +cast/86 1 +Castaneda/3 +castanet/1 1 +castaway/1 1 +caste/74 1 +castellated +caster/1 1 +castigate/6 1 +castigation/2 1 +castigator/1 1 +Castile/2 1 +Castillo/3 +casting/1 1 +castle/28 1 +Castlereagh +castling 1 +castoff/1 1 +castor/1 1 +Castor/2 1 +castrate/43 1 +castration/1 1 +castrato 1 +Castries/2 1 +Castro +casual/36 1 +casualty/15 1 +casuist/1 1 +casuistic +casuistry/2 1 +cat/109 1 +cataclysm/1 1 +cataclysmal +cataclysmic 1 +catacomb/1 1 +catafalque/1 1 +Catalan/1 1 +catalepsy/2 1 +cataleptic/1 1 +Catalina/3 +catalogue/28 1 +cataloguer/1 1 +Catalonia/2 1 +catalpa/1 1 +catalyse/6 1 +catalyses 246 +catalysis/2 247 +catalyst/1 1 +catalytic/2 1 +catamaran/1 1 +catapult/23 1 +cataract/1 1 +catarrh/2 1 +catastrophe/1 1 +catastrophic +catastrophically +catatonia/2 1 +catatonic/1 1 +Catawba/2 1 +catbird/1 1 +catboat/1 1 +catcall/23 1 +catch/184 248 +catchall/1 1 +catcher/1 1 +catching/10 1 +catchment/1 1 +catchpenny 1 +catchphrase/1 1 +catchup/2 1 +catchword/1 1 +catchy/34 1 +catechism/1 1 +catechist/1 1 +catechize/6 1 +categorical/8 1 +categorization/1 1 +categorize/6 1 +category/15 1 +cater/11 1 +catercorner +caterer/1 1 +catering/10 1 +caterpillar/1 1 +Caterpillar/2 1 +caterwaul/23 1 +caterwauling 1 +catfish/4 1 +catgut/2 1 +catharses 249 +catharsis/2 250 +cathartic/1 1 +Cathay/2 1 +cathedral/1 1 +Cather +Catherine/2 1 +catheter/1 1 +catheterize/6 1 +Cathleen/3 +cathode/1 1 +cathodic 1 +Catholic/1 1 +Catholicism/1 1 +catholicity/2 1 +catholic 1 +Cathryn/3 +Cathy/3 +Catiline +cation/1 1 +cationic +catkin/1 1 +catlike 1 +catnap/48 1 +catnip/2 1 +Cato +Catskill/3 +Catskills/2 1 +catsuit/10 1 +Catt +cattail/1 1 +cattery/61 1 +cattle/2 1 +cattleman/2 251 +cattlemen 252 +Catullus +CATV +catwalk/1 1 +catty/51 1 +Caucasian/1 1 +Caucasoid 1 +Caucasus/2 1 +Cauchy +caucus/22 1 +caudal/8 1 +caught 253 +cauldron/1 1 +cauliflower/1 1 +caulk/23 1 +caulker/1 1 +caulking/2 1 +causal/8 1 +causality/15 1 +causal 1 +causation/2 1 +causative 1 +cause/28 1 +causeless 1 +causer/1 1 +causerie/1 1 +causeway/18 1 +caustic/1 1 +caustically +causticity/2 1 +caustic 1 +cauterization/2 1 +cauterize/6 1 +caution/23 1 +cautionary +cautious/16 1 +cavalcade/1 1 +cavalier/164 1 +cavalry/15 1 +cavalryman/2 254 +cavalrymen 255 +cave/28 1 +caveat/18 1 +caveman/2 256 +cavemen 257 +Cavendish +caver/10 1 +cavern/18 1 +cavernous/8 1 +caves 258 +caviar/2 1 +caviare/2 1 +cavil/66 1 +caviller/1 1 +cavilling/10 1 +caving/2 1 +cavitation 1 +cavity/15 1 +cavort/11 1 +Cavour +caw/23 1 +cawing 1 +Caxton +cay/1 1 +Cayenne +cayenne/2 1 +Cayman/3 +cayman/1 1 +Cayuga/1 1 +cayuse/1 1 +Cayuse 1 +Cb +CB +CBC/2 1 +CBS +cc 1 +CCTV +CCU +Cd/2 1 +CD/2 1 +CDC +CDT +Ce/2 1 +cease/28 1 +ceasefire/1 1 +ceaseless/16 1 +ceasing 1 +Ceausescu/3 +Cebu/2 1 +Cebuano/2 1 +cecal 1 +ceca 259 +Cecelia/3 +Cecil +Cecile/3 +Cecilia +Cecily/3 +cecum/2 260 +cedar/1 1 +cedarwood 1 +cede/6 1 +ceder/1 1 +cedes 261 +cedilla/1 1 +Cedric/3 +ceilidh/10 1 +ceiling/1 1 +celandine/2 1 +celeb/10 1 +Celebes/2 1 +celebrant/1 1 +celebrate/6 1 +celebrated 1 +celebration/1 1 +celebrator/1 1 +celebratory +celebrity/15 1 +celeriac 1 +celerity/2 1 +celery/2 1 +celesta/1 1 +Celeste/3 +celestial/8 1 +Celia/3 +celibacy/2 1 +celibate/1 1 +Celina/3 +cell/63 1 +cellar/18 1 +Cellini +cellist/1 1 +cellmate/1 1 +cello/1 1 +cellophane/2 1 +cellphone/1 1 +cellulars +cellular's +cellular 1 +cellulite/2 1 +celluloid/2 1 +cellulose/2 1 +Celsius 1 +Celt/1 1 +Celtic/1 1 +cement/23 1 +cementer/1 1 +cementum/2 1 +cemetery/15 1 +cenotaph/1 1 +Cenozoic/2 1 +censer/1 1 +censor/23 1 +censorial +censorious/16 1 +censorship/2 1 +censurable 1 +censure/28 1 +censurer/1 1 +census/22 1 +cent/1 1 +centaur/1 1 +Centaurus/2 1 +centavo/1 1 +centenarian/1 1 +centenary/15 1 +centennial/30 1 +centerfold's +centigrade +Centigrade +centigram/1 1 +centilitre/1 1 +centime/1 1 +centimetre/1 1 +centipede/1 1 +Central +central/185 1 +centralism 1 +centralist 1 +centrality/2 1 +centralization/2 1 +centralize/6 1 +centralizer/1 1 +centre/28 1 +centreboard/1 1 +centrefold/10 1 +centrepiece/1 1 +centric 1 +centrifugal/8 1 +centrifuge/28 1 +centring 1 +centripetal/8 1 +centrism/2 1 +centrist/1 1 +centroid/10 1 +centurion/1 1 +century/15 1 +CEO/2 1 +cephalic 1 +Cepheid 1 +Cepheus/2 1 +ceramic/130 1 +ceramicist/1 1 +ceramist/1 1 +Cerberus/2 1 +cereal/1 1 +cerebellar +cerebellum/1 1 +cerebral 1 +cerebra 262 +cerebrate/6 1 +cerebration/2 1 +cerebrum/1 263 +cerement/1 1 +ceremonial/30 1 +ceremonious/16 1 +ceremony/15 1 +Cerenkov +Ceres/2 1 +Cerf/3 +cerise/2 1 +cerium/2 1 +cermet/2 1 +cert/10 1 +certain/76 1 +certainty/15 1 +certifiable/19 1 +certificate/28 1 +certification/1 1 +certify/31 1 +certitude/1 1 +cerulean/2 1 +Cervantes/2 1 +cervical +cervix/186 1 +Cesar/3 +Cesarean +cesarean/1 1 +Cesarian +cessation/1 1 +cession/1 1 +Cessna/3 +cesspit/10 1 +cesspool/1 1 +cetacean/1 1 +Cetus +Ceylon/2 1 +Ceylonese +Cezanne +CF +Cf/2 1 +CFC/2 1 +CFO +cf 1 +cg +ch +Ch +Chablis/2 1 +Chad/2 1 +chad/10 1 +Chadian/1 1 +Chad 1 +Chadwick +chafe/43 1 +chaff/23 1 +chaffinch/4 1 +chaffing 1 +Chagall +chagrin/23 1 +chain/23 1 +chainsaw/23 1 +chair/23 1 +chairlift/1 1 +chairman/2 264 +chairmanship/1 1 +chairman 1 +chairmen 265 +chairperson/1 1 +chairwoman/2 266 +chairwomen 267 +chaise/1 1 +Chaitanya/3 +Chaitin/3 +chalcedony/2 1 +Chaldea +Chaldean 1 +chalet/1 1 +chalice/1 1 +chalk/23 1 +chalkboard/1 1 +chalkiness/3 +chalk 1 +chalky/34 1 +challenge/28 1 +Challenger/3 +challenger/1 1 +challenging/8 1 +challis/2 1 +chamber/63 1 +Chamberlain +chamberlain/1 1 +chambermaid/1 1 +chamberpot/10 1 +Chambers +chamber 1 +chambray/2 1 +chameleon/1 1 +chammy/167 1 +chamois/2 1 +chamomile/1 1 +champ/23 1 +champagne/1 1 +champers 1 +champion/23 1 +championship/1 1 +champion 1 +Champlain +Champollion +Chan/3 +Chance/3 +chance/28 1 +chancel/1 1 +chancellery/15 1 +chancellor/1 1 +chancellorship/2 1 +Chancellorsville/2 1 +chancery/15 1 +chance 1 +chancier 268 +chanciest 268 +chanciness/3 +chancre/1 1 +chancy/34 1 +chandelier/1 1 +Chandigarh +Chandler +chandler/1 1 +Chandon/3 +Chandra/3 +Chandragupta +Chandrasekhar/3 +Chanel +Chaney/3 +Chang/2 1 +Changchun +change/28 1 +changeability/2 1 +changeable/29 1 +changed 1 +changeless/8 1 +changeling/1 1 +changeover/1 1 +changer/1 1 +Changsha +channel/66 1 +channelization/2 1 +channelize/6 1 +channelling 1 +chanson/1 1 +chant/23 1 +chanter/1 1 +chanteuse/1 1 +chantey/1 1 +chanticleer/1 1 +Chantilly +chantings +chantry/61 1 +chanty/15 1 +Chanukah/1 1 +chaos/2 1 +chaotic/39 1 +chap/48 1 +chaparral/1 1 +chapati/10 1 +chapatti/10 1 +chapbook/1 1 +chapeau/1 1 +chapel/18 1 +chaperon/23 1 +chaperonage/2 1 +chaperone/28 1 +chaplain/1 1 +chaplaincy/15 1 +chaplet/1 1 +Chaplin +Chapman +Chappaquiddick/3 +chappy/61 1 +chapter/18 1 +Chapultepec/2 1 +char/103 1 +charabanc/1 1 +character/18 1 +characterful +characteristic/52 1 +characterization/1 1 +characterize/6 1 +characterless 1 +charade/1 1 +Charbray/3 +charbroil/11 1 +charcoal/18 1 +chard/2 1 +chardonnay/1 1 +Chardonnay/2 1 +charge/28 1 +chargeable 1 +charger/1 1 +chariot/18 1 +charioteer/18 1 +charisma/2 1 +charismatic/1 1 +charismatically +charitable/29 1 +Charity/3 +charity/15 1 +charlady/61 1 +charlatan/1 1 +charlatanism/2 1 +charlatanry/2 1 +Charlemagne/2 1 +Charlene/3 +Charles/2 1 +Charleston/1 1 +Charley 1 +charlie/10 1 +Charlie 1 +Charlotte/2 1 +Charlottetown/2 1 +charm/23 1 +Charmaine/3 +charmed 1 +charmer/1 1 +Charmin/3 +charming/76 1 +charmless 1 +Charolais/2 1 +Charon/2 1 +chart/23 1 +charter/79 1 +charterer/1 1 +Chartism/2 1 +chartists +Chartres +chartreuse/2 1 +charwoman/2 269 +charwomen 270 +chary/51 1 +Charybdis/2 1 +Chase +chase/28 1 +chaser/1 1 +chasing 1 +Chasity/3 +chasm/1 1 +chassis/2 1 +chaste/27 1 +chasten/11 1 +chastise/6 1 +chastisement/1 1 +chastiser/1 1 +chastity/2 1 +chasuble/1 1 +chat/109 1 +chateau/1 1 +Chateaubriand/2 1 +chatelaine/1 1 +chatline/10 1 +Chattahoochee/3 +Chattanooga/2 1 +chattel/1 1 +chatter/23 1 +chatterbox/4 1 +chatterer/1 1 +chattering 1 +Chatterley/3 +Chatterton +chatty/51 1 +Chaucer/2 1 +chauffeur/23 1 +Chauncey/3 +Chautauqua 1 +chauvinism/2 1 +chauvinist/1 1 +chauvinistic/39 1 +Chavez/3 +Chayefsky/3 +Che/3 +cheap/21 1 +cheapen/11 1 +cheapish +cheapo 1 +cheapskate/1 1 +cheap 1 +cheat/23 1 +cheater/1 1 +cheating 1 +Chechen 1 +Chechnya/3 +check/79 1 +checker/187 1 +checklist/1 1 +checkmate/28 1 +checkoff/1 1 +checkout/1 1 +checkpoint/1 1 +checkroom/1 1 +checkup/1 1 +cheddar/2 1 +Cheddar 1 +cheek/23 1 +cheekbone/1 1 +cheek 1 +cheeky/51 1 +cheep/23 1 +Cheer/3 +cheer/23 1 +cheerer/1 1 +cheerful/85 1 +cheering 1 +cheerio/1 1 +Cheerios/3 +cheerleader/1 1 +cheerless/16 1 +cheers 1 +cheery/51 1 +cheese/28 1 +cheeseboard/10 1 +cheeseburger/1 1 +cheesecake/1 1 +cheesecloth/2 1 +cheeseparing/2 1 +cheesy/50 1 +cheetah/1 1 +Cheetos/3 +Cheever +chef/18 1 +Chekhov/2 1 +Chekhovian +Chelsea +Chelyabinsk/2 1 +chem +chemical/30 1 +chemiluminescence 1 +chemiluminescent +chemise/1 1 +chemist/1 1 +chemistry/2 1 +chemo/2 1 +chemosynthesis 1 +chemotherapeutic 1 +chemotherapy/2 1 +chemurgy/2 1 +Chen/2 1 +Cheney/3 +Chengdu +chenille/2 1 +Chennai/3 +Cheops +cheque/18 1 +chequebook/1 1 +chequer/11 1 +chequerboard/3 +chequerboards +chequer's +chequers's +Cheri/3 +Cherie/3 +cherish/7 1 +Chernenko/3 +Chernobyl/2 1 +Chernomyrdin/3 +Cherokee/1 1 +cheroot/1 1 +Cherry/3 +cherry/15 1 +chert/2 1 +cherub/188 1 +cherubic +cherubim 1 +chervil/2 1 +Cheryl/3 +Chesapeake +Cheshire +chess/2 1 +chessboard/1 1 +chessman/2 271 +chessmen 272 +chest/1 1 +chested 1 +Chester/2 1 +Chesterfield +chesterfield/1 1 +Chesterton 1 +chestful/1 1 +chestnut/1 1 +chesty/34 1 +Chevalier +chevalier/1 1 +cheviot/2 1 +Cheviot/2 1 +Chevrolet/2 1 +Chevron/3 +chevron/1 1 +Chevy/3 +chew/23 1 +chewable 1 +chewer/1 1 +chewiness/3 +chewy/34 1 +Cheyenne/1 1 +chg +chge +Chi/3 +chi/1 1 +Chianti/1 1 +chiaroscuro/2 1 +Chiba +Chibcha 1 +chic/189 1 +Chicago/2 1 +Chicagoan 1 +Chicana 1 +chicane/18 1 +chicanery/15 1 +Chicano 1 +chichi/190 1 +chick/1 1 +chickadee/1 1 +Chickasaw/1 1 +chicken/23 1 +chickenfeed/2 1 +chickenhearted +chickenpox/2 1 +chickenshit/191 1 +chicken 1 +chickpea/1 1 +chickweed/2 1 +chicle/2 1 +Chiclets/3 +chicory/15 1 +chide/6 1 +chidingly 1 +chiding 1 +chief/185 1 +chiefdom/2 1 +chieftain/1 1 +chieftainship/1 1 +chiffon/2 1 +chiffonier/1 1 +chiffon 1 +chigger/1 1 +chignon/1 1 +chihuahua/1 1 +Chihuahua/1 1 +chilblain/1 1 +child/155 1 +childbearing/2 1 +childbirth/1 1 +childcare/2 1 +childhood/1 1 +childish/16 1 +childless/33 1 +childlike 1 +childminder/10 1 +childminding +childproof/11 1 +child 1 +chile/1 1 +Chile/2 1 +Chilean/1 1 +chiles 273 +chili/4 1 +chill/165 1 +chiller/1 1 +chilli/192 1 +chilling/193 1 +chilly/50 1 +chimaera/1 1 +chimaerical +Chimborazo/2 1 +chime/28 1 +chimer/1 1 +chimera/1 1 +Chimera/1 1 +chimeric +chimerical 1 +chimney/18 1 +chimp/1 1 +chimpanzee/1 1 +Chimu/3 +Ch'in +chin/1 1 +Chin/2 1 +chin/194 1 +china/2 1 +China/2 1 +Chinatown 1 +china 1 +chinaware/2 1 +chinchilla/1 1 +chinchilla's 274 +chinchilla 275 +chine/18 1 +Chinese/2 1 +chink/23 1 +chinless 1 +chino/1 1 +Chinook/1 1 +chinstrap/1 1 +chintz/2 1 +chintzy/34 1 +chinwag/59 1 +chip/48 1 +chipboard 1 +Chipewyan/2 1 +chipmunk/1 1 +chipolata/10 1 +Chippendale/2 1 +chipper/18 1 +Chippewa/1 1 +chippie/10 1 +chipping/10 1 +chippy/61 1 +chips 1 +Chiquita/3 +chiral +Chirico +chirography/2 1 +chiropodist/1 1 +chiropody/2 1 +chiropractic/1 1 +chiropractor/1 1 +chirp/23 1 +chirpy/195 1 +chirrup/23 1 +chisel/23 1 +chiseler/1 1 +chiseller/1 1 +Chisholm/3 +Chisinau/2 1 +chit/1 1 +chitchat/109 1 +chitin/2 1 +chitinous +chitlings/2 1 +chitlins +chitlins's +Chittagong +chitterlings/2 1 +chivalric +chivalrous/16 1 +chivalry/2 1 +Chivas/3 +chive/18 1 +chivvy/31 1 +chivy/31 1 +chlamydia/58 1 +Chloe +chloral/2 1 +chlorate 1 +chlordane/2 1 +chloride/1 1 +chlorinate/6 1 +chlorination/2 1 +chlorine/2 1 +chlorofluorocarbon/1 1 +chloroform/23 1 +chlorophyl/2 1 +chlorophyll/2 1 +chloroplast/1 1 +chloroquine 1 +chm +choc/196 1 +chocaholic/1 1 +chock/23 1 +chockablock +chock 1 +chocoholic/1 1 +chocolate/1 1 +chocolatey +chocolaty +Choctaw/1 1 +choice/41 1 +choir/18 1 +choirboy/1 1 +choirmaster/1 1 +choke/28 1 +chokecherry/15 1 +choker/1 1 +choking 1 +choler/2 1 +cholera/2 1 +choleric 1 +cholesterol/2 1 +choline 1 +chomp/23 1 +chomper/10 1 +Chomsky +Chongqing +choose/14 276 +chooser/1 1 +choosey 277 +choosier 278 +choosiest 278 +choosiness/3 +choosy/34 1 +chop/48 1 +chophouse/1 1 +Chopin/2 1 +chopper/23 1 +chopping 1 +choppy/51 1 +Chopra/3 +chopstick/1 1 +choral/30 1 +chorale/1 1 +chord/18 1 +chordal 1 +chordate/1 1 +chore/18 1 +chorea/2 1 +choreograph/11 1 +choreographer/1 1 +choreographic/39 1 +choreography/2 1 +chorister/1 1 +choroid/1 1 +chortle/28 1 +chortler/1 1 +chorus/22 1 +chosen 279 +chose 279 +Chou +chow/23 1 +chowder/18 1 +chows 1 +Chretien/3 +Chris/3 +chrism/2 1 +Christ/1 1 +Christa/3 +Christchurch +christen/11 1 +Christendom/1 1 +christening/1 1 +Christensen/3 +Christi/3 +Christian/1 1 +Christianity/15 1 +Christianize 1 +christian 1 +Christian 1 +Christie 1 +Christina +Christine/3 +Christlike +Christmas/40 1 +Christmastide/1 1 +Christmastime/1 1 +Christoper/3 +Christopher/2 1 +Christy 1 +chromatic/39 1 +chromaticism 1 +chromatic 1 +chromatin/2 1 +chromatographic +chromatography 1 +chroma 1 +chrome/28 1 +chroming 1 +chromite 1 +chromium/2 1 +chromosomal 1 +chromosome/1 1 +chronic/39 1 +chronicle/28 1 +chronicler/1 1 +Chronicles +chronicling 1 +chronic 1 +chronograph/1 1 +chronological/8 1 +chronologist/1 1 +chronology/15 1 +chronometer/1 1 +chronometric +chrysalis/4 1 +chrysanthemum/1 1 +Chrysler/2 1 +Chrysostom +Chrystal/3 +chub/1 1 +chubby/50 1 +Chuck/3 +chuck/23 1 +chuckhole/1 1 +chuckle/28 1 +chuckling 1 +chuff/197 1 +chug/92 1 +Chukchi 1 +chukka/1 1 +chum/160 1 +Chumash 1 +chummy/51 1 +chump/18 1 +chunder/11 1 +Chung/3 +Chungking/2 1 +chunk/18 1 +chunky/50 1 +chunter/11 1 +church/40 1 +churchgoer/1 1 +churchgoing/2 1 +Churchill/2 1 +churchman/2 280 +churchmen 281 +Church 1 +churchwarden/1 1 +churchwoman 282 +churchwomen 283 +churchyard/1 1 +churl/1 1 +churlish/16 1 +churn/23 1 +churner/1 1 +churning 1 +Churriguera/3 +chute/18 1 +chutney/1 1 +chutzpa/2 1 +chutzpah/2 1 +Chuvash/2 1 +chyme/2 1 +CIA/2 1 +ciao/10 1 +cicada/1 1 +cicatrice/1 1 +cicatrix/186 1 +Cicero/2 1 +cicerone/198 1 +Cid +CID +cider/1 1 +cigar/1 1 +cigaret/1 1 +cigarette/1 1 +cigarillo/1 1 +ciggy/61 1 +cilantro/2 1 +cilia 284 +cilium/2 285 +Cimabue/2 1 +cinch/22 1 +cinchona/1 1 +Cincinnati 286 +cincture/18 1 +cinder/23 1 +Cinderella/1 1 +Cindy/3 +cinema/1 1 +CinemaScope/3 +cinematic 1 +cinematographer/1 1 +cinematographic 1 +cinematography/2 1 +Cinerama +cine 1 +cinnabar/2 1 +cinnamon/2 1 +cipher/23 1 +ciphering 1 +Cipro/2 1 +cir +circadian +circa 1 +Circe/2 1 +circle/28 1 +circlet/1 1 +circling 1 +circuit/23 1 +circuital +circuitous/16 1 +circuitry/2 1 +circuity/2 1 +circulant +circular/30 1 +circularity/2 1 +circularize/6 1 +circulate/6 1 +circulation/1 1 +circulatory +circumcise/6 1 +circumcision/1 1 +circumference/1 1 +circumferential 1 +circumflex/40 1 +circumlocution/1 1 +circumlocutory +circumnavigate/6 1 +circumnavigation/1 1 +circumnavigational +circumpolar +circumscribe/6 1 +circumscription/1 1 +circumspect/8 1 +circumspection/2 1 +circumstance/28 1 +circumstantial/8 1 +circumvent/11 1 +circumventable +circumvention/1 1 +circus/4 1 +cirque/1 1 +cirrhosis/2 1 +cirrhotic/1 1 +cirri 287 +cirrus/2 288 +Cisco/3 +cissy/61 1 +Ci 289 +cistern/1 1 +citadel/1 1 +citation/1 1 +cite/28 1 +cites 1 +Citibank/3 +citified +Citigroup/3 +citizen/1 1 +citizenry/2 1 +citizenship/2 1 +citrate 1 +citric 1 +Citroen/3 +citron/1 1 +citronella/2 1 +citrous 1 +citrus/4 1 +cit 1 +city/15 1 +cityscape 1 +city 1 +citywide 1 +civet/1 1 +civic/32 1 +civies +civies's +civil/8 1 +civilian/1 1 +civility/15 1 +civilization/1 1 +civilize/6 1 +civilized 1 +civvies +civvies's +ck +Cl/2 1 +clack/23 1 +clad/199 1 +cladding/2 1 +clad 290 +Claiborne/3 +claim/23 1 +claimable 1 +claimant/1 1 +claimer/1 1 +Clair/3 +Claire/3 +Clairol/3 +clairvoyance/2 1 +clairvoyant/1 1 +clam/160 1 +clambake/1 1 +clamber/23 1 +clamberer/1 1 +clammy/51 1 +clamorous/8 1 +clamour/23 1 +clamp/23 1 +clampdown/1 1 +clan/1 1 +Clancy/3 +clandestine/8 1 +clang/23 1 +clanger/10 1 +clanging 1 +clangorous/8 1 +clangour/2 1 +clank/23 1 +clanking 1 +clannish/33 1 +clansman/2 291 +clansmen 292 +clanswoman 293 +clanswomen 294 +clap/48 1 +clapboard/23 1 +Clapeyron/3 +clapper/18 1 +clapperboard/10 1 +clapping/2 1 +Clapton/3 +claptrap/2 1 +claque/1 1 +Clara/3 +Clare +Clarence/3 +Clarendon +claret/18 1 +Clarice/3 +clarification/1 1 +clarify/31 1 +clarinet/1 1 +clarinetist/1 1 +clarinettist/1 1 +clarion/23 1 +Clarissa/3 +clarity/2 1 +Clark +Clarke/3 +clash/22 1 +clashing 1 +clasp/23 1 +clasping 1 +class/22 1 +classes 295 +classic/1 1 +classical/37 1 +classicism/2 1 +classicist/1 1 +classic 1 +classifiable +classification/1 1 +classificatory +classified/1 1 +classifier/1 1 +classify/31 1 +classlessness +classless 1 +classmate/1 1 +classroom/1 1 +class 1 +classwork/2 1 +classy/50 1 +clatter/23 1 +clattering 1 +Claude/3 +Claudette/3 +Claudia/3 +Claudine/3 +Claudio/3 +Claudius/3 +Claus/3 +clausal 1 +clause/1 1 +Clausewitz +Clausius +claustrophobia/2 1 +claustrophobic +clavichord/1 1 +clavicle/1 1 +clavier/1 1 +claw/23 1 +Clay +clay/18 1 +clayey 296 +clayier 297 +clayiest 297 +claymore/10 1 +Clayton/3 +clean/200 1 +cleanable 1 +cleaner/1 1 +cleaning/1 1 +cleanly/140 1 +cleans/7 1 +cleanse/6 1 +cleanser/1 1 +cleansing 1 +cleanup/1 1 +clear/53 1 +clearance/1 1 +Clearasil/3 +clearer 1 +clearheaded 1 +clearing/1 1 +clearinghouse/1 1 +clearway/10 1 +cleat/18 1 +cleavage/1 1 +cleave/6 298 +cleaver/1 1 +cleaving 1 +clef/1 1 +cleft/18 299 +Clem/3 +clematis/4 1 +Clemenceau +clemency/2 1 +Clemens +Clement/3 +clement/8 1 +Clementine/3 +clementine/10 1 +Clements +Clemons +Clemson/3 +clench/22 1 +Cleo/3 +Cleopatra/2 1 +clerestory/15 1 +clergy/15 1 +clergyman/2 300 +clergymen 301 +clergywoman/2 302 +clergywomen 303 +cleric/1 1 +clerical/8 1 +clericalism/2 1 +clerical 1 +clerk/23 1 +clerkship/2 1 +Cleveland/2 1 +clever/21 1 +clevis/4 1 +clew/23 1 +Cliburn/3 +cliche/1 1 +cliched 1 +click/23 1 +clicker/1 1 +clicking 1 +client/1 1 +clientele/1 1 +Cliff/3 +cliff/1 1 +cliffhanger/1 1 +cliffhanging +Clifford +clifftop +clifftops +Clifton/3 +clii +climacteric/2 1 +climactic +climate/1 1 +climatic +climatically +climatological 1 +climatologist/1 1 +climatology/2 1 +climax/22 1 +climb/23 1 +climbable 1 +climbdown +climber/1 1 +climbing/2 1 +clime/1 1 +clinch/22 1 +clincher/1 1 +Cline/3 +cling/86 304 +clinger/1 1 +clingfilm +clingy/34 1 +clinic/1 1 +clinical/8 1 +clinician/1 1 +clink/23 1 +clinker/18 1 +Clint/3 +Clinton/2 1 +Clio/2 1 +cliometric/32 1 +cliometrician/1 1 +clip/48 1 +clipboard/1 1 +clipper/1 1 +clipping/1 1 +clique/18 1 +cliquey 305 +cliquier 306 +cliquiest 306 +cliquish/16 1 +clitoral +clitoris/201 1 +Clive +clix +cloaca/54 1 +cloak/23 1 +cloaked 1 +cloakroom/1 1 +clobber/23 1 +cloche/1 1 +clock/23 1 +clockmaker 1 +clockwise 1 +clockwork/1 1 +clod/18 1 +cloddish 1 +clodhopper/1 1 +clog/92 1 +cloisonne/2 1 +cloister/23 1 +cloistral 1 +clomp/11 1 +clonal 1 +clone/28 1 +cloning 1 +clonk/23 1 +clop/48 1 +Clorets/3 +Clorox/2 1 +close/107 1 +closeable +closefisted 1 +closemouthed +closeout/1 1 +closer/10 1 +closet/23 1 +closeup/1 1 +closing/1 1 +closure/18 1 +clot/109 1 +cloth/23 1 +clothe/6 307 +clotheshorse/1 1 +clothesline/18 1 +clothespin/1 1 +clothier/1 1 +clothing/2 1 +Clotho/2 1 +clotting 1 +cloture/18 1 +cloud/23 1 +cloudburst/1 1 +clouding 1 +cloudless 1 +cloudscape/10 1 +cloudy/50 1 +Clouseau/3 +clout/23 1 +clove/1 1 +cloven 308 +clover/1 1 +cloverleaf/1 1 +clove 308 +Clovis/2 1 +clown/23 1 +clowning 1 +clownish/16 1 +cloy/11 1 +cloying/8 1 +cl 1 +club/136 1 +clubbable 1 +clubber/10 1 +clubbing 1 +clubfeet 309 +clubfoot/2 310 +clubfooted +clubhouse/1 1 +clubland +clubroom 1 +cluck/23 1 +clue/28 1 +clueless 1 +clump/23 1 +clumpy/34 1 +clumsy/51 1 +clung 311 +clunk/23 1 +clunker/1 1 +clunky/34 1 +cluster/23 1 +clutch/22 1 +clutter/23 1 +clvi +clvii +clxi +clxii +clxiv +clxix +clxvi +clxvii +Clydesdale/2 1 +Clyde 1 +Clytemnestra +Cm/2 1 +Cmdr +cm 1 +cnidarian/1 1 +CNN +CNS/2 1 +co +CO/2 1 +Co/2 312 +coach/22 1 +coaching 1 +coachload/10 1 +coachman/2 313 +coachmen 314 +coach 1 +coachwork 1 +coadjutor/1 1 +coagulant/1 1 +coagulate/6 1 +coagulation/2 1 +coagulator/1 1 +coal/23 1 +coalesce/6 1 +coalescence/2 1 +coalescent +coalface/1 1 +coalfield/10 1 +coalition/1 1 +coalitionist/1 1 +coalmine/10 1 +coalminers +coarse/27 1 +coarsen/11 1 +coast/23 1 +coastal 1 +coaster/1 1 +coastguard/10 1 +coasting 1 +coastline/1 1 +coat/23 1 +coating/1 1 +coatroom/10 1 +coattail/1 1 +coat 1 +coauthor/23 1 +coax/156 1 +coaxer/1 1 +coaxial 1 +coaxing/8 1 +cob/18 1 +Cobain/3 +cobalt/2 1 +Cobb +cobber/10 1 +cobble/28 1 +cobbler/1 1 +cobblestone/1 1 +cobbling 1 +cobnut/10 1 +COBOL/1 1 +cobra/1 1 +cobweb/202 1 +cobwebby/34 1 +coca/2 1 +cocain/2 1 +cocaine/2 1 +cocci/10 315 +coccus/2 316 +coccyx/203 1 +Cochabamba +cochineal/2 1 +Cochin 1 +Cochise +cochlea/58 1 +cochlear 1 +Cochran/3 +cock/23 1 +cockade/1 1 +cockamamie +cockatoo/1 1 +cockatrice/1 1 +cockchafer/10 1 +cockcrow/1 1 +cockerel/1 1 +cockeyed +cockfight/1 1 +cockfighting/2 1 +cockle/18 1 +cockleshell/1 1 +cockney/1 1 +Cockney/2 1 +cockney 1 +Cockney 1 +cockpit/1 1 +cockroach/4 1 +cockscomb/1 1 +cockshies +cocksucker/169 1 +cocksure 1 +cocktail/18 1 +cocky/51 1 +coco/1 1 +cocoa/1 1 +cocoanut/1 1 +cocoa's 317 +cocoa 318 +coconut/1 1 +cocoon/23 319 +cocooning 1 +Cocteau +Cod +cod/113 1 +coda/1 1 +coda's 320 +coda 321 +coddle/6 1 +code/28 1 +codebreaker +codeine/2 1 +codename +codenamed +codependency/2 1 +codependent/1 1 +coder/1 1 +codeword/10 1 +codex/2 322 +codfish/4 1 +codger/1 1 +codices 323 +codicil/1 1 +codification/1 1 +codifier/1 1 +codify/31 1 +codling 1 +codpiece/1 1 +codswallop 1 +COD 1 +Cody +coed/1 1 +coeducation/2 1 +coeducational 1 +coefficient/1 1 +coelenterate/1 1 +coenobite/1 1 +coenobitic +coequal/30 1 +coerce/6 1 +coercer/1 1 +coercible +coercion/1 1 +coercive 1 +coeval/30 1 +coexist/11 1 +coexistence/2 1 +coexistent +coextensive 1 +coffee/1 1 +coffeecake/1 1 +coffeehouse/18 1 +coffeemaker/1 1 +coffeepot/1 1 +coffer/18 1 +cofferdam/1 1 +Coffey/3 +coffin/23 1 +cog/18 1 +cogency/2 1 +cogent/8 1 +cogitate/6 1 +cogitation/1 1 +cogitative 1 +cogitator/1 1 +cognac/1 1 +Cognac/2 1 +cognate/1 1 +cognisance/3 +cognisant +cognition/2 1 +cognitional +cognitive/8 1 +cognizable 1 +cognomen/1 1 +cognoscente/204 1 +cogwheel/1 1 +cohabit/11 1 +cohabitant/1 1 +cohabitation/2 1 +Cohan +coheir/1 1 +Cohen +cohere/6 1 +coherence/2 1 +coherency/2 1 +coherent/8 1 +cohesion/2 1 +cohesive/16 1 +coho/1 1 +cohort/1 1 +coif/205 1 +coiffure/28 1 +coil/23 1 +Coimbatore +coin/23 1 +coinage/1 1 +coincide/6 1 +coincidence/1 1 +coincidental/8 1 +coincident 1 +coiner/1 1 +coining 1 +coinsurance/2 1 +cointreau +Cointreau 1 +coir 1 +coital 1 +coitus/2 1 +coke/1 1 +Coke/1 1 +coke/6 1 +Col +COL +col/71 1 +COLA +cola/1 1 +colander/1 1 +cola's 324 +cola 325 +Colbert/2 1 +Colby 1 +cold/38 1 +coldblooded +coldish +Cole +Coleen/3 +Coleman/3 +Coleridge/2 1 +coleslaw/2 1 +Colette +coleus/4 1 +coley/10 1 +Colfax/3 +Colgate/3 +colic/2 1 +colicky 1 +Colin/3 +coliseum/1 1 +colitis/2 1 +coll +collaborate/6 1 +collaboration/1 1 +collaborationist 1 +collaborative/8 1 +collaborator/1 1 +collage/18 1 +collagen 1 +collapse/28 1 +collapsible +collar/23 1 +collarbone/1 1 +collard/1 1 +collarless 1 +collate/6 1 +collateral/37 1 +collateralize 1 +collation/1 1 +collator/1 1 +colleague/18 1 +collect/23 1 +collectable/1 1 +collected/8 1 +collectible/1 1 +collecting 1 +collection/1 1 +collective/30 1 +collectivism/2 1 +collectivist/1 1 +collectivity 1 +collectivization/2 1 +collectivize/6 1 +collector/1 1 +collect 1 +Colleen/3 +colleen/1 1 +college/1 1 +collegial +collegiality/2 1 +collegian/1 1 +collegiate 1 +collide/6 1 +collie/18 1 +Collier/3 +collier/1 1 +colliery/15 1 +collimation 1 +collimator 1 +Collin/3 +collinear 1 +Collins 1 +collision/1 1 +collisional +collocate/6 1 +collocate's +collocation/1 1 +colloid/1 1 +colloidal +colloid 1 +colloq +colloquial/8 1 +colloquialism/1 1 +colloquial 1 +colloquium/1 1 +colloquy/15 1 +collude/6 1 +collusion/2 1 +collusive 1 +Colo +cologne/1 1 +Cologne/2 1 +Colombia/2 1 +Colombian/1 1 +Colombo/2 1 +Colon/3 +colon/1 326 +colonel/1 1 +colonelcy/2 1 +colones +Colonial +colonial/30 1 +colonialism/2 1 +colonialist/1 1 +colonic 1 +colonist/1 1 +colonization/1 1 +colonize/6 1 +colonizer/1 1 +colonnade/1 1 +colonnaded +colony/15 1 +colophon/1 1 +Coloradan/1 1 +Colorado/2 1 +Coloradoan 1 +coloratura/1 1 +colorblindness's +colossal/8 1 +Colosseum +colossi 327 +colossus/2 328 +colostomy/15 1 +colostrum/2 1 +colour/23 1 +colourant/1 1 +colouration/2 1 +colourblind +colourblindness +coloured/1 1 +colourfast +colourfastness/3 +colourful/16 1 +colourimetric +colouring/1 1 +colourist/10 1 +colourization/3 +colourize/6 1 +colourless/16 1 +colour 1 +colourway/10 1 +colt/1 1 +Colt/2 1 +coltish 1 +Coltrane +Columbia/2 1 +Columbine +columbine/1 1 +Columbus/2 1 +column/1 1 +columnar +columned +columnist/1 1 +com +Com +coma/58 1 +comaker/1 1 +Comanche/1 1 +comatose 1 +comb/23 1 +combat/23 1 +combatant/1 1 +combative/33 1 +comber/1 1 +combination/1 1 +combinatorial +combine/28 1 +combined 1 +combiner/1 1 +combing/32 1 +combo/1 1 +Combs/3 +combusted +combustibility/2 1 +combustible/1 1 +combustion/2 1 +combustive +Comdr +come/14 329 +comeback/1 1 +comedian/1 1 +comedic 1 +comedienne/1 1 +comedown/1 1 +comedy/15 1 +comely/50 1 +comer/1 1 +come's +comestible/1 1 +comet/1 1 +cometary +comeuppance/1 1 +comfit/18 1 +comfort/23 1 +comfortable/29 1 +comforter/1 1 +comforting/8 1 +comfortless 1 +comfy/34 1 +comic/1 1 +comical/8 1 +comicality/2 1 +comic 1 +coming/1 1 +Comintern +comity/2 1 +comm +comma/1 1 +command/23 1 +commandant/1 1 +commandeer/11 1 +commander/1 1 +commanding/8 1 +commandment/1 1 +commando/1 1 +comma's 330 +comma 331 +commemorate/6 1 +commemoration/1 1 +commemorative 1 +commemorator/1 1 +commence/6 1 +commencement/1 1 +commend/11 1 +commendable/19 1 +commendation/1 1 +commendatory +commensurable 1 +commensurate/8 1 +comment/23 1 +commentary/15 1 +commentate/6 1 +commentator/1 1 +commenter 1 +commerce/2 1 +commercial/30 1 +commercialism/2 1 +commercialization/2 1 +commercialize/6 1 +commie/1 1 +commingle/6 1 +commiserate/6 1 +commiseration/1 1 +commiserative 1 +commissar/1 1 +commissariat/1 1 +commissary/15 1 +commission/23 1 +commissionaire/10 1 +commissioner/1 1 +commit/12 1 +commitment/1 1 +committal/1 1 +committee/1 1 +committeeman/2 332 +committeemen 333 +committeewoman/2 334 +committeewomen 335 +commode/1 1 +commodious/8 1 +commodity/15 1 +commodore/1 1 +common/38 336 +commonality/61 1 +commonalty/2 1 +commoner/1 1 +commonplace/1 1 +Commons +commonsense +commonsensical 1 +commonweal/2 1 +commonwealth/1 1 +Commonwealth 1 +commotion/1 1 +communal/8 1 +communality 1 +commune/28 1 +communicability/2 1 +communicable/19 1 +communicant/1 1 +communicate/6 1 +communication/1 1 +communicative/153 1 +communicator/1 1 +communing 1 +communion/1 1 +Communion/1 1 +communique/1 1 +communism/2 1 +Communism 1 +communist/1 1 +Communist/1 1 +communistic +communitarian 1 +community/15 1 +commutable 1 +commutation/1 1 +commutative 1 +commutativity 1 +commutator/1 1 +commute/6 1 +commuter/1 1 +commute's +Como +Comoran +Comoros/2 1 +comp/23 1 +compact/53 1 +compacter 1 +compaction/10 1 +compactor/1 1 +companion/18 1 +companionable/19 1 +companionship/2 1 +companionway/1 1 +company/167 1 +Compaq/3 +comparability/2 1 +comparable/19 1 +comparative/30 1 +comparator/10 1 +compare/28 1 +comparison/1 1 +compartment/18 1 +compartmentalization/2 1 +compartmentalize/6 1 +compartmental 1 +compass/22 1 +compassing 1 +compassion/2 1 +compassionate/8 1 +compassion 1 +compatibility/15 1 +compatible/82 1 +compatriot/1 1 +compeer/18 1 +compel/62 1 +compelling/8 1 +compendious 1 +compendium/1 1 +compensate/6 1 +compensation/1 1 +compensator 1 +compensatory +compere/43 1 +compete/6 1 +competence/1 1 +competency/15 1 +competent/8 1 +competing 1 +competition/1 1 +competitive/16 1 +competitor/1 1 +compilable +compilation/1 1 +compile/6 1 +compiler/1 1 +complacence/2 1 +complacency/2 1 +complacent/8 1 +complain/11 1 +complainant/1 1 +complainer/1 1 +complaining/8 1 +complaint/1 1 +complaisance/2 1 +complaisant/8 1 +complected +complement/23 1 +complementarity 1 +complementary 1 +completable +complete/104 1 +completed 1 +completer 1 +completion/1 1 +complex/206 1 +complexion/63 1 +complexional 1 +complexity/15 1 +compliance/2 1 +compliant/8 1 +complicate/6 1 +complicated/8 1 +complication/1 1 +complicit +complicity/2 1 +compliment/23 1 +complimentary 1 +comply/31 1 +compo/10 1 +component/1 1 +comport/11 1 +comportment/2 1 +compos/207 1 +compose/6 1 +composed/8 1 +composer/1 1 +composite/164 1 +composition/1 1 +compositional 1 +compositor/1 1 +compost/23 1 +composure/2 1 +compote/1 1 +compound/23 1 +compoundable +compounded 1 +compound 1 +comprehend/11 1 +comprehensibility/2 1 +comprehensible/19 1 +comprehension/1 1 +comprehensive/36 1 +compress/22 1 +compressed 1 +compressibility 1 +compressible 1 +compression/1 1 +compressional +compressive 1 +compressor/1 1 +comprise/6 1 +compromise/28 1 +compromising 1 +Compton +comptroller/1 1 +compulsion/1 1 +compulsive/16 1 +compulsory/208 1 +compunction/1 1 +CompuServe/3 +computability 1 +computable/19 1 +computation/1 1 +computational/8 1 +compute/43 1 +computer/1 1 +computerate +computerization/2 1 +computerize/6 1 +computing/2 1 +comrade/1 1 +comradely 1 +comradeship/2 1 +Comte +con/133 1 +Conakry/2 1 +Conan/3 +concatenate/6 1 +concatenation/1 1 +concave/16 1 +concavity/15 1 +conceal/11 1 +concealable +concealed 1 +concealer/1 1 +concealment/2 1 +concede/6 1 +conceded 1 +conceit/63 1 +conceited/16 1 +conceivability 1 +conceivable/19 1 +conceive/6 1 +concentrate/28 1 +concentration/1 1 +concentrator/10 1 +concentric +concentrically +Concepcion +concept/1 1 +conception/1 1 +conceptional +conceptual/8 1 +conceptualization/1 1 +conceptualize/6 1 +concern/23 1 +concerned/8 1 +concerning 1 +concert/23 1 +concerted/8 1 +concertgoer/10 1 +concertina/23 1 +concertize/6 1 +concertmaster/1 1 +concerto/1 1 +concession/1 1 +concessionaire/1 1 +concessional +concessionary 1 +Concetta/3 +conch/18 1 +conchie/10 1 +concierge/1 1 +conciliar 1 +conciliate/6 1 +conciliating 1 +conciliation/2 1 +conciliator/1 1 +conciliatory 1 +concise/27 1 +concision/2 1 +conclave/1 1 +conclude/6 1 +conclusion/1 1 +conclusive/16 1 +concoct/11 1 +concoction/1 1 +concomitant/30 1 +Concord/1 1 +concord/2 1 +concordance/1 1 +concordant 1 +concordat/1 1 +Concorde +concourse/1 1 +concrete/209 1 +concretion/1 1 +concubinage/2 1 +concubine/1 1 +concupiscence/2 1 +concupiscent +concur/13 1 +concurrence/1 1 +concurrency 1 +concurrent/8 1 +concurring 1 +concuss/7 1 +concussion/1 1 +concussive +condemn/11 1 +condemnable 1 +condemnation/1 1 +condemnatory +condemner/1 1 +condemning 1 +condensate/1 1 +condensation/1 1 +condense/6 1 +condensed 1 +condenser/1 1 +condescend/11 1 +condescending/8 1 +condescension/2 1 +condign 1 +Condillac +condiment/1 1 +condition/23 1 +conditional/30 1 +conditionality 1 +conditioner/1 1 +conditioning/2 1 +condo/1 1 +condole/6 1 +condolence/1 1 +condoling 1 +condom/1 1 +condominium/1 1 +condonable +condone/6 1 +condor/1 1 +Condorcet +conduce/6 1 +conducive 1 +conduct/23 1 +conductance/2 1 +conductibility/2 1 +conductible +conduction/2 1 +conductive 1 +conductivity/15 1 +conductor/1 1 +conductress/4 1 +conduit/1 1 +cone/28 1 +Conestoga/2 1 +coney/1 1 +confab/136 1 +confabulate/6 1 +confabulation/1 1 +confection/18 1 +confectioner/1 1 +confectionery/15 1 +confectionist +confederacy/15 1 +Confederacy/2 1 +confederate/1 1 +Confederate/1 1 +confederate/6 1 +confederation/1 1 +confer/210 1 +conferee/1 1 +conference/74 1 +conferencing 1 +conferment/1 1 +conferrable +conferral/2 1 +conferrer/1 1 +confess/7 1 +confessed/8 1 +confession/1 1 +confessional/1 1 +confessor/1 1 +confetti +confetti's +confidant/1 1 +confidante/1 1 +confide/6 1 +confidence/1 1 +confident/8 1 +confidential/8 1 +confidentiality/2 1 +confident 1 +confider/1 1 +confiding/8 1 +configurable +configuration/1 1 +configure/6 1 +confine/28 1 +confined 1 +confinement/1 1 +confirm/11 1 +confirmation/1 1 +confirmatory +confirmed 1 +confirming 1 +confiscate/6 1 +confiscation/1 1 +confiscator/1 1 +confiscatory +conflagration/1 1 +conflate/6 1 +conflation/1 1 +conflict/23 1 +conflicting/8 1 +conflictual +confluence/1 1 +confluent 1 +confocal +conform/11 1 +conformable 1 +conformal +conformance/2 1 +conformation/1 1 +conformational +conformer/1 1 +conforming 1 +conformism/2 1 +conformist/1 1 +conformity/2 1 +confound/11 1 +confounded/8 1 +confounding 1 +confraternity/15 1 +confrere/1 1 +confront/11 1 +confrontation/1 1 +confrontational +Confucian/1 1 +Confucianism/1 1 +Confucius/2 1 +confusable 1 +confuse/6 1 +confused/8 1 +confuser/10 1 +confusing/8 1 +confusion/1 1 +confutation/2 1 +confute/6 1 +Cong +conga/23 1 +congeal/11 1 +congealed 1 +congealment/2 1 +congenial/8 1 +congeniality/2 1 +congenital/8 1 +conger/1 1 +congeries/2 1 +congest/11 1 +congestion/2 1 +congestive +conglomerate/28 1 +conglomeration/1 1 +Congo/2 1 +Congolese/2 1 +congrats/2 1 +congratulate/6 1 +congratulation/1 1 +congratulatory +congregant/1 1 +congregate/6 1 +congregation/1 1 +Congregational +congregationalism/2 1 +congregationalist/1 1 +Congregationalist/1 1 +congregational 1 +congress/40 1 +Congress/4 1 +Congressional +congressional 1 +congressman/2 337 +congressmen 338 +congresspeople 339 +congressperson/1 340 +congresswoman/2 341 +congresswomen 342 +Congreve +congruence/1 1 +congruency 1 +congruent/8 1 +congruential +congruity/15 1 +congruous 1 +conic/1 1 +conical/8 1 +conic 1 +conifer/1 1 +coniferous +conj +conjectural 1 +conjecture/28 1 +conjoin/11 1 +conjoined 1 +conjoiner/1 1 +conjoint/8 1 +conjugacy +conjugal/8 1 +conjugate/43 1 +conjugating 1 +conjugation/1 1 +conjunct/1 1 +conjunction/1 1 +conjunctiva/1 1 +conjunctive/1 1 +conjunctivitis/2 1 +conjunct 1 +conjuncture/1 1 +conjuration/1 1 +conjure/6 1 +conjurer/1 1 +conjuring 1 +conjuror/1 1 +conk/23 1 +conker/10 1 +Conley/3 +conman/2 1 +Conn +connect/11 1 +connectable +connected/153 1 +connecter/1 1 +connectible +Connecticut/2 1 +connection/1 1 +connectionless +connective/1 1 +connectivity/2 1 +connector/1 1 +Connemara 1 +Conner/3 +Connery/3 +Connie/3 +conning 1 +conniption/1 1 +connivance/2 1 +connive/6 1 +conniver/1 1 +conniving 1 +connoisseur/1 1 +connoisseurship 1 +Connolly/3 +Connors +connotation/1 1 +connotative 1 +connote/6 1 +connubial 1 +conquer/11 1 +conquerable 1 +conquering 1 +conqueror/1 1 +conquest/1 1 +conquistador/1 1 +Conrad +Conrail/3 +cons/7 1 +consanguineous 1 +consanguinity/2 1 +conscience/1 1 +conscienceless 1 +conscientious/16 1 +conscionable 1 +conscious/151 1 +conscript/23 1 +conscription/2 1 +consecrate/6 1 +consecrated 1 +consecration/1 1 +consecutive/8 1 +consensual/8 1 +consensus/4 1 +consent/23 1 +consequence/1 1 +consequent/8 1 +consequential/8 1 +consequent 1 +conservancy/15 1 +conservation/1 1 +conservationism/2 1 +conservationist/1 1 +conservatism/2 1 +conservative/211 1 +Conservative 1 +conservatoire/10 1 +conservator/1 1 +conservatory/15 1 +conserve/28 1 +consider/11 1 +considerable/19 1 +considerate/16 1 +consideration/1 1 +considering 1 +consign/11 1 +consignee/1 1 +consignment/1 1 +consignor/1 1 +consist/11 1 +consistence/1 1 +consistency/15 1 +consistent/8 1 +consistory/15 1 +consolable +consolation/1 1 +consolatory +console/28 1 +consolidate/6 1 +consolidation/1 1 +consolidator/1 1 +consoling/8 1 +consomme/2 1 +consonance/1 1 +consonant/30 1 +consonantal 1 +consort/23 1 +consortia 343 +consortium/2 344 +conspectus/4 1 +conspicuous/16 1 +conspiracy/15 1 +conspirator/1 1 +conspiratorial/8 1 +conspire/6 1 +Constable +constable/1 1 +constabulary/15 1 +Constance +constancy/2 1 +constant/30 1 +Constantine +Constantinople/2 1 +constellation/1 1 +consternating +consternation/2 1 +constipate/6 1 +constipation/2 1 +constituency/15 1 +constituent/1 1 +constitute/6 1 +Constitution +constitution/1 1 +constitutional/30 1 +constitutionalism 1 +constitutionalists +constitutionality/2 1 +constitutive 1 +constrain/11 1 +constrained 1 +constraining 1 +constraint/1 1 +constrict/11 1 +constriction/1 1 +constrictive +constrictor/1 1 +construable 1 +construct/23 1 +constructable +construction/1 1 +constructional 1 +constructionist/1 1 +constructive/16 1 +constructivism 1 +constructivist 1 +constructor/1 1 +construe/43 1 +consubstantiation/2 1 +Consuelo/3 +consul/1 1 +consular 1 +consulate/1 1 +consulship/2 1 +consult/11 1 +consultancy/15 1 +consultant/1 1 +consultation/1 1 +consultative 1 +consumable/1 1 +consume/6 1 +consumed 1 +consumer/1 1 +consumerism/2 1 +consumerist/1 1 +consuming 1 +consummate/69 1 +consummation/1 1 +consumption/1 1 +consumptive/1 1 +cont +contact/23 1 +contactable +contagion/1 1 +contagious/16 1 +contain/11 1 +containable +contained 1 +container/1 1 +containerization/2 1 +containerize/6 1 +containment/2 1 +contaminant/1 1 +contaminate/6 1 +contamination/2 1 +contaminator/1 1 +contd +contemn/11 1 +contemplate/6 1 +contemplation/1 1 +contemplative/30 1 +contemporaneity/2 1 +contemporaneous/8 1 +contemporary/15 1 +contempt/2 1 +contemptible/19 1 +contemptuous/16 1 +contend/11 1 +contender/1 1 +contending 1 +content/212 1 +contented/16 1 +contention/1 1 +contentious/16 1 +contentment/2 1 +conterminous/8 1 +contest/23 1 +contestable 1 +contestant/1 1 +context/1 1 +contextual/8 1 +contextualization 1 +contextualize/6 1 +contiguity/2 1 +contiguous/8 1 +continence/2 1 +continent/1 1 +Continent/2 1 +continental/1 1 +Continental 1 +continent 1 +contingency/15 1 +contingent/30 1 +continuable +continual/8 1 +continuance/1 1 +continua 345 +continuation/1 1 +continue/6 1 +continued 1 +continuing 1 +continuity/15 1 +continuous/8 1 +continuum/2 346 +contort/11 1 +contorted 1 +contortion/1 1 +contortionist/1 1 +contour/23 1 +contra/10 1 +contraband/2 1 +contraception/2 1 +contraceptive/1 1 +contract/23 1 +contracted 1 +contractible 1 +contractile +contraction/1 1 +contractor/1 1 +contractual/8 1 +contradict/11 1 +contradiction/1 1 +contradictory/213 1 +contradistinction/1 1 +contraflow/10 1 +contrail/1 1 +contraindicate/6 1 +contraindication/1 1 +contralto/1 1 +contraption/1 1 +contrapuntal/8 1 +contrariety/2 1 +contrariwise +contrary/214 1 +contrast/23 1 +contrasting/8 1 +contrastive 1 +contrasty 1 +contravene/6 1 +contravention/1 1 +Contreras/3 +contretemps/2 1 +contribute/6 1 +contribution/1 1 +contributor/1 1 +contributory 1 +contrite/16 1 +contrition/2 1 +contrivance/1 1 +contrive/6 1 +contriver/1 1 +control/66 1 +controllable 1 +controller/1 1 +controlling 1 +controversial/8 1 +controversy/15 1 +controvert/11 1 +controvertible 1 +con 1 +contumacious/8 1 +contumacy/2 1 +contumelies +contumelious 1 +contumely/3 +contuse/6 1 +contusion/1 1 +conundrum/1 1 +conurbation/1 1 +convalesce/6 1 +convalescence/1 1 +convalescent/1 1 +convect/11 1 +convection/2 1 +convectional +convective 1 +convector/10 1 +convene/6 1 +convener/1 1 +convenience/1 1 +convenient/8 1 +convenor/10 1 +convent/18 1 +conventicle/1 1 +convention/1 1 +conventional/8 1 +conventionalism 1 +conventionalist 1 +conventionality/2 1 +conventionalize/6 1 +conventioneer/10 1 +converge/6 1 +convergence/1 1 +convergent 1 +conversant 1 +conversation/1 1 +conversational/8 1 +conversationalist/1 1 +conversazione 1 +converse/55 1 +conversion/1 1 +convert/23 1 +converter/1 1 +convertibility/2 1 +convertible/1 1 +convertor/1 1 +convex/8 1 +convexity/2 1 +convex 1 +convey/11 1 +conveyable +conveyance/1 1 +conveyancing 1 +conveyer/1 1 +conveyor/1 1 +convict/23 1 +conviction/1 1 +convict 1 +convince/6 1 +convinced 1 +convincing/8 1 +convivial/8 1 +conviviality/2 1 +convocation/1 1 +convoke/6 1 +convoluted 1 +convolution/1 1 +convolve/215 1 +convoy/23 1 +convulse/6 1 +convulsion/1 1 +convulsive/8 1 +Conway +cony/15 1 +coo/23 1 +cooing 1 +Cook +cook/23 1 +cookbook/1 1 +Cooke/3 +cooker/1 1 +cookery/15 1 +cookhouse/10 1 +cookie/1 1 +cooking/2 1 +cookout/1 1 +cookware/1 1 +cooky/15 1 +cool/53 1 +coolant/1 1 +cooler/1 1 +Cooley/3 +Coolidge/2 1 +coolie/1 1 +cooling 1 +coon/169 1 +coonskin/1 1 +coop/23 1 +Cooper +cooper/23 1 +cooperage/2 1 +cooperate/6 1 +cooperation/2 1 +cooperative/36 1 +cooperator/1 1 +coopering 1 +Cooperstown/3 +coordinate/55 1 +coordination/2 1 +coordinator/1 1 +Coors/3 +coot/1 1 +cootie/1 1 +cop/48 1 +Copacabana/3 +copacetic +copay/2 1 +cope/28 1 +Copeland/3 +Copenhagen/2 1 +Copernican 1 +Copernicus/2 1 +copier/1 1 +copilot/1 1 +coping/1 1 +copious/16 1 +coplanar +Copland +Copley +copper/18 1 +Copperfield/3 +copperhead/1 1 +copperplate/2 1 +Coppertone/3 +coppery 1 +coppice/28 1 +Coppola/3 +copra/2 1 +coprocessor/10 1 +coprolite 1 +coprophagous +cops/207 1 +copse/18 1 +copter/1 1 +Coptic/2 1 +copula/1 1 +copulate/6 1 +copulation/1 1 +copulative/1 1 +copulatory +copy/57 1 +copyable +copybook/1 1 +copycat/109 1 +copyist/1 1 +copyleft/10 1 +copyright/23 1 +copyrightable +copyright 1 +copywriter/1 1 +coquetry/15 1 +coquette/28 1 +coquettish/8 1 +Cora/2 1 +coracle/1 1 +coral/1 1 +coralline 1 +coral 1 +corbel/18 1 +cord/23 1 +cordage/2 1 +Cordelia/3 +cordial/30 1 +cordiality/2 1 +cordillera/1 1 +Cordilleras +cording 1 +cordite/2 1 +cordless 1 +Cordoba/2 1 +cordon/23 1 +cordovan/2 1 +corduroy/138 1 +core/28 1 +coreligionist/10 1 +corer/1 1 +corespondent/1 1 +Corey/3 +Corfu +corgi/1 1 +coriander/2 1 +Corina/3 +Corine/3 +Corinne/3 +Corinth/2 1 +Corinthian/1 1 +Coriolanus +Coriolis/3 +Cork +cork/23 1 +corkage 1 +corker/1 1 +corkscrew/23 1 +Corleone/3 +corm/1 1 +Cormack/3 +cormorant/1 1 +corn/23 1 +cornball/1 1 +cornbread/2 1 +corncob/1 1 +corncrake/10 1 +cornea/1 1 +corneal 1 +cornea's 347 +cornea 348 +Corneille +Cornelia/3 +Cornelius/3 +Cornell/3 +corner/23 1 +cornerstone/1 1 +cornet/1 1 +cornfield/10 1 +cornflake/32 1 +cornflour 1 +cornflower/1 1 +cornice/18 1 +cornily 1 +corniness/3 +Corning/3 +Cornish/4 1 +cornmeal/2 1 +cornrow/23 1 +cornstalk/1 1 +cornstarch/2 1 +cornucopia/1 1 +Cornwall/2 1 +Cornwallis +corny/34 1 +corolla/1 1 +corollary/15 1 +corona/1 1 +Coronado +coronal/1 1 +coronary/15 1 +coronation/1 1 +coroner/1 1 +coronet/1 1 +Corot +Corp +corp/32 1 +corporal/1 1 +corpora 349 +corporate/8 1 +corporates +corporation/1 1 +corporatism 1 +corporatist 1 +corpora 1 +corporeal/8 1 +corporeality/2 1 +corps/2 1 +corpse/1 1 +corpsman/2 350 +corpsmen 351 +corpulence/2 1 +corpulent 1 +corpus/2 352 +corpuscle/1 1 +corpuscular +corr +corral/66 1 +corralling 1 +correct/98 1 +correctable +corrected 1 +correction/1 1 +correctional +corrective/1 1 +corrector/10 1 +Correggio +correlate/28 1 +correlation/1 1 +correlative/1 1 +correspond/11 1 +correspondence/1 1 +correspondent/1 1 +corresponding/8 1 +corridor/1 1 +corrie/10 1 +corrigenda 353 +Corrine/3 +corroborate/6 1 +corroboration/1 1 +corroborative 1 +corroborator/1 1 +corroboratory 1 +corrode/6 1 +corrosion/2 1 +corrosive/30 1 +corrugate/6 1 +corrugation/1 1 +corrupt/98 1 +corrupted 1 +corrupter 1 +corruptibility/2 1 +corruptible 1 +corruption/1 1 +corsage/1 1 +corsair/1 1 +corset/23 1 +Corsica/2 1 +Corsican 1 +cortege/1 1 +Cortes/4 1 +cortex/2 354 +Cortez/2 1 +cortical 1 +cortices 355 +corticosteroid/10 1 +cortisol 1 +cortisone/2 1 +Cortland/2 1 +corundum/2 1 +coruscate/6 1 +coruscation/2 1 +Corvallis/3 +Corvette/3 +corvette/1 1 +Corvus/2 1 +Cory/3 +cos/2 1 +Cosby/3 +cosh/156 1 +cosign/11 1 +cosignatory/15 1 +cosigner/1 1 +cosine/1 1 +cosiness +cosiness's +cosines 1 +cosmetic/52 1 +cosmetician/1 1 +cosmetologist/1 1 +cosmetology/2 1 +cosmic/39 1 +cosmical +cosmogonist/1 1 +cosmogony/15 1 +cosmological/8 1 +cosmologist/1 1 +cosmology/15 1 +cosmonaut/1 1 +cosmopolitan/1 1 +cosmopolitanism/2 1 +cosmopolitan 1 +cosmos/4 1 +cosponsor/23 1 +cossacks +Cossack 1 +cosset/5 1 +cossetted +cossetting +cost/86 1 +costar/103 1 +Costco/3 +Costello/3 +costing/10 1 +costless 1 +costly/50 1 +Costner/3 +cos 1 +costume/139 1 +costumer/1 1 +costumiers +costumire +cot/18 1 +cotangent/1 1 +Cote/3 +cote/18 1 +coterie/1 1 +coterminous +cotillion/1 1 +Cotonou +Cotopaxi/2 1 +Cotswold/2 1 +cottage/74 1 +cottager/1 1 +cottar/1 1 +cotter/18 1 +Cotton/3 +cotton/23 1 +cottonmouth/1 1 +cottonseed/1 1 +cottontail/1 1 +cottonwood/1 1 +cottony 1 +cotyledon/1 1 +couch/22 1 +couchette/10 1 +couching 1 +cougar/1 1 +cough/23 1 +coughing 1 +couldn't +could 356 +coulee/1 1 +coulis 1 +Coulomb +coulomb/1 1 +Coulter/3 +council/1 1 +councillor/1 1 +councilman/2 357 +councilmen 358 +councilperson/1 1 +councilwoman/2 359 +councilwomen 360 +counsel/66 1 +counselings +counselling 1 +counsellor/1 1 +count/23 1 +countability 1 +countable/19 1 +countdown/1 1 +countenance/28 1 +counter/23 1 +counteract/11 1 +counteraction/1 1 +counteractive 1 +counterargument/10 1 +counterattack/23 1 +counterbalance/28 1 +counterblast/10 1 +counterclaim/23 1 +counterclockwise +counterculture/1 1 +counterespionage/2 1 +counterexample/10 1 +counterfeit/23 1 +counterfeiter/1 1 +counterfeit 1 +counterfoil/1 1 +counterinsurgency/15 1 +counterintelligence/2 1 +counterman/2 361 +countermand/23 1 +countermeasure/1 1 +countermen 362 +counteroffensive/1 1 +counteroffer/18 1 +counterpane/1 1 +counterpart/1 1 +counterpoint/23 1 +counterpoise/28 1 +counterproductive +counterrevolution/1 1 +counterrevolutionary/15 1 +countersign/23 1 +countersignature/1 1 +countersink/86 363 +counterspy/15 1 +counterstrike 1 +countersunk 364 +countertenor/1 1 +counter 1 +countervail/11 1 +counterweight/18 1 +countess/4 1 +countless 1 +countrified 1 +country/15 1 +countryman/2 365 +countrymen 366 +countryside/1 1 +country 1 +countrywide 1 +countrywoman/2 367 +countrywomen 368 +county/15 1 +countywide 1 +coup/18 1 +coupe/18 1 +Couperin +couple/28 1 +coupler/10 1 +couplet/1 1 +coupling/1 1 +coupon/1 1 +cour +courage/2 1 +courageous/16 1 +Courbet +courgette/10 1 +courier/23 1 +course/139 1 +coursebook/10 1 +courser/1 1 +coursework +coursing 1 +court/23 1 +courteous/16 1 +courtesan/1 1 +courtesy/167 1 +courthouse/1 1 +courtier/1 1 +courting 1 +courtly/50 1 +Courtney/3 +courtroom/1 1 +courtship/1 1 +courtyard/1 1 +couscous/2 1 +cousin/1 1 +cousinly 1 +Cousteau +couture/2 1 +couturier/1 1 +covalent/8 1 +covariance/10 1 +cove/18 1 +coven/1 1 +covenant/23 1 +Coventry/15 1 +cover/23 1 +coverage/1 1 +coverall/1 1 +covering/1 1 +coverlet/1 1 +coversheet +covert/36 1 +coverup/1 1 +covet/11 1 +covetous/16 1 +covey/1 1 +cow/23 369 +Coward +coward/30 1 +cowardice/2 1 +cowardly/140 1 +cowbell/1 1 +cowbird/1 1 +cowboy/1 1 +cowcatcher/1 1 +cower/11 1 +cowering 1 +cowgirl/1 1 +cowhand/1 1 +cowherd/1 1 +cowhide/18 1 +cowl/23 1 +Cowley +cowlick/1 1 +cowling/1 1 +cowman/2 370 +cowmen 371 +coworker/1 1 +cowpat/10 1 +Cowper +cowpoke/1 1 +cowpox/2 1 +cowpuncher/1 1 +cowrie/1 1 +cowshed/10 1 +cowslip/1 1 +Cox +cox/156 1 +coxcomb/1 1 +coxswain/18 1 +Coy/3 +coy/21 1 +coyote/1 1 +coypu/1 1 +coy 1 +cozen/11 1 +cozenage/2 1 +cozier 372 +coziest 372 +Cozumel/3 +cozy/216 1 +CPA/2 1 +cpd +CPI/2 1 +cpl +Cpl +CPO +CPR/2 1 +cps 1 +CPU/2 1 +Cr/2 1 +crab/136 1 +Crabbe +crabbed 1 +crabber/1 1 +crabbily 1 +crabbing 1 +crabby/50 1 +crabgrass/2 1 +crablike 1 +crabwise 1 +crack/217 1 +crackable +crackdown/1 1 +cracked 1 +cracker/1 1 +crackerjack/1 1 +crackhead/1 1 +cracking/10 1 +crackle/28 1 +crackling/1 1 +cracklings 1 +crackpot/1 1 +crackup/1 1 +cradle/28 1 +cradling 1 +Craft/3 +craft/23 1 +craftsman/2 373 +craftsmanship/2 1 +craftsmen 374 +craftspeople 375 +craftswoman/2 376 +craftswomen 377 +crafty/51 1 +crag/1 1 +craggy/50 1 +Craig +cram/218 1 +crammer/10 1 +cramp/23 1 +cramped 1 +cramping's +crampon/1 1 +Cranach +cranberry/15 1 +Crane +crane/28 1 +cranial 1 +cranium/1 1 +crank/180 1 +crankcase/1 1 +crankshaft/1 1 +cranky/51 1 +Cranmer +cranny/148 1 +crap/219 1 +crape/18 1 +crapper/10 1 +crappie/41 1 +crappy/220 1 +crapshooter/1 1 +crash/147 1 +crasher/10 1 +crashing/8 1 +crass/21 1 +crate/28 1 +crater/1 1 +Crater/2 1 +crater/11 1 +cravat/18 1 +crave/6 1 +craven/221 1 +craving/1 1 +craw/1 1 +crawdad/1 1 +Crawford/3 +crawl/23 1 +crawler/1 1 +crawlies +crawling 1 +crawlspace/1 1 +crawly/34 1 +crawly's +Cray/3 +cray/10 1 +crayfish/4 1 +Crayola/3 +crayola/10 1 +crayon/23 1 +craze/28 1 +crazed 1 +crazing 1 +crazy/222 1 +creak/23 1 +creaking 1 +creaky/51 1 +cream/79 1 +creamer/1 1 +creamery/15 1 +creamy/51 1 +crease/28 1 +creatable +create/6 1 +creation/1 1 +Creation/2 1 +creationism/1 1 +creationist/1 1 +creative/16 1 +creatives +creative's +creativity/2 1 +creator/1 1 +Creator/2 1 +creature/1 1 +creche/1 1 +Crecy/2 1 +cred +credence/2 1 +credential/23 1 +credenza/1 1 +credibility/2 1 +credible/19 1 +credit/23 1 +creditability 1 +creditable/19 1 +creditor/1 1 +creditworthy/223 1 +credo/1 1 +credulity/2 1 +credulous/16 1 +Cree/1 1 +Creed +creed/1 1 +creek/1 1 +Creek/1 1 +creel/18 1 +creep/86 378 +creeper/1 1 +creeping 1 +creepy/51 1 +Creighton/3 +cremains/2 1 +cremate/6 1 +cremation/1 1 +crematoria 379 +crematorium/1 380 +crematory/15 1 +creme/1 1 +crenellate/6 1 +crenellation/1 1 +creole/1 1 +Creole/1 1 +creole 1 +Creole 1 +Creon +creosote/28 1 +crepe/18 1 +crept 381 +crepuscular +crescendo/18 1 +crescent/1 1 +cress/2 1 +Crest/3 +crest/23 1 +crestfallen 1 +cresting 1 +crestless 1 +Cretaceous/2 1 +cretaceous 1 +Cretan/1 1 +Crete/2 1 +cretin/1 1 +cretinism/2 1 +cretinous +cretonne/2 1 +crevasse/18 1 +crevice/1 1 +crew/23 1 +crewel/2 1 +crewelwork/2 1 +crewman/2 382 +crewmen 383 +crib/136 1 +cribbage/2 1 +cribber/1 1 +cribbing 1 +Crichton +Crick +crick/23 1 +cricket/86 1 +cricketer/1 1 +crier/1 1 +crikey 1 +crime/18 1 +Crimea/2 1 +Crimean +criminal/30 1 +criminality/2 1 +criminalization 1 +criminalize/6 1 +criminological 1 +criminologist/1 1 +criminology/2 1 +crimp/23 1 +crimson/23 1 +cringe/28 1 +cringing 1 +crinkle/28 1 +crinkly/34 1 +crinoline/1 1 +Criollo 1 +cripes 1 +cripple/28 1 +crippler/1 1 +crippleware/10 1 +crippling/8 1 +Crisco/3 +crises 384 +crisis/2 385 +crisp/53 1 +crispbread/10 1 +crisper 1 +crispy/50 1 +crisscross/22 1 +Cristina/3 +criteria 386 +criterion/2 387 +critic/1 1 +critical/8 1 +criticism/1 1 +criticize/6 1 +criticizer/1 1 +critique/28 1 +critter/1 1 +croak/23 1 +croaking 1 +croaky/34 1 +Croat/1 1 +Croatia/2 1 +Croatian/1 1 +Croce +crochet/23 1 +crocheter/1 1 +crocheting/2 1 +crock/63 1 +crockery/2 1 +Crockett +crocodile/1 1 +crocus/4 1 +Croesus 1 +croft/10 1 +crofter/10 1 +crofting 1 +croissant/1 1 +Cromwell/2 1 +Cromwellian +crone/1 1 +Cronin/3 +Cronkite/3 +Cronus/2 1 +crony/15 1 +cronyism/2 1 +crook/23 1 +crooked/21 1 +Crookes +crookneck/1 1 +crook 1 +croon/23 1 +crooner/1 1 +crooning 1 +crop/48 1 +cropland/1 1 +cropper/1 1 +croquet/108 1 +croquette/1 1 +Crosby +crosier/1 1 +Cross +cross/75 1 +crossbar/18 1 +crossbeam/1 1 +crossbones/2 1 +crossbow/1 1 +crossbowman/2 388 +crossbowmen 389 +crossbred 390 +crossbreed/86 391 +crosscheck/23 1 +crosscurrent/1 1 +crosscut/128 1 +crosscutting 1 +crosser 1 +crossfire/1 1 +crosshatch/156 1 +crosshatching 1 +crossing/1 1 +crossover/1 1 +crosspatch/4 1 +crosspiece/1 1 +crossroad/130 1 +crosstalk 1 +crosstown 1 +crosswalk/1 1 +crossways +crosswind/1 1 +crosswise 1 +crossword/1 1 +crotch/4 1 +crotchet/1 1 +crotchety/223 1 +crotchless +crouch/22 1 +crouching 1 +croup/2 1 +croupier/1 1 +croup 1 +croupy/34 1 +crouton/1 1 +crow/1 1 +Crow/1 1 +crow/11 1 +crowbar/18 1 +crowd/23 1 +crowded 1 +crowfeet 392 +crowfoot/2 393 +crowing 1 +Crowley/3 +crown/23 1 +crowning 1 +crozier/1 1 +CRT/1 1 +crucial/8 1 +cruciate 1 +crucible/1 1 +crucifiable +crucifix/4 1 +crucifixion/1 1 +Crucifixion/1 1 +cruciform/1 1 +crucify/31 1 +crud/2 1 +cruddy/34 1 +crude/224 1 +crudites/2 1 +crudity/15 1 +crud 1 +cruel/21 1 +cruelty/15 1 +cruet/1 1 +cruft/10 1 +crufted +crufties +crufting +crufty +Cruikshank +Cruise/3 +cruise/28 1 +cruiser/1 1 +cruising 1 +cruller/1 1 +crumb/225 1 +crumble/28 1 +crumbling 1 +crumbly/140 1 +crumbs 1 +crumby/34 1 +crumminess/3 +crummy/34 1 +crumpet/1 1 +crumple/28 1 +crumpling 1 +crunch/22 1 +cruncher/10 1 +crunchy/50 1 +crupper/1 1 +crusade/28 1 +crusader/1 1 +Crusades +cruse/1 1 +crush/22 1 +crusher/1 1 +crushing/8 1 +Crusoe/3 +crust/23 1 +crustacean/1 1 +crustal 1 +crusted 1 +crusty/51 1 +crutch/40 1 +Crux/2 1 +crux/4 1 +Cruz/3 +cry/57 1 +crybaby/15 1 +crying/10 1 +cryogenic/32 1 +cryonics +cryostat 1 +cryosurgery/2 1 +crypt/1 1 +cryptanalysis 1 +cryptanalyst 1 +cryptanalytic 1 +cryptically +cryptic 1 +cryptogram/1 1 +cryptographer/1 1 +cryptographic +cryptographically +cryptography/2 1 +cryptology 1 +Cryptozoic/3 +Crystal/3 +crystal/18 1 +crystalline 1 +crystallization/2 1 +crystallize/6 1 +crystallographer/10 1 +crystallographic +crystallography 1 +crystal 1 +ct +Ct +CT/2 1 +Ctesiphon +Cthulhu/3 +ctn +ctr +c 1 +cu +Cu/2 1 +cub/18 1 +Cuba/2 1 +Cuban/1 1 +cubbyhole/1 1 +cube/28 1 +cuber/1 1 +cubical/8 1 +cubicle/1 1 +cubic 1 +cubing/11 1 +cubism/2 1 +cubist/1 1 +cubit/1 1 +cuboid/10 1 +Cuchulain/3 +cuckold/23 1 +cuckoldry/2 1 +cuckoo/18 1 +cucumber/1 1 +cud/1 1 +cuddle/28 1 +cuddliness +cuddly/34 1 +cudgel/66 1 +cudgelling/10 1 +cue/28 1 +cuff/23 1 +cufflink/1 1 +Cuisinart +cuisine/1 1 +Culbertson +culinary 1 +cull/23 1 +Cullen/3 +cullender/1 1 +culling 1 +culminate/6 1 +culmination/1 1 +culotte/1 1 +culpability/2 1 +culpable/19 1 +culprit/1 1 +cult/1 1 +cultism/2 1 +cultist/1 1 +cultivable 1 +cultivatable +cultivate/6 1 +cultivation/1 1 +cultivator/1 1 +cultural/8 1 +culture/28 1 +culvert/1 1 +cum/1 1 +cumber/5 1 +Cumberland/2 1 +cumbersome/16 1 +cumbrous 1 +cumin/2 1 +cummerbund/1 1 +cumming +Cummings +cumquat/1 1 +cumulative/8 1 +cumuli 394 +cumulonimbi 395 +cumulonimbus/2 396 +cumulus/2 397 +Cunard/3 +cuneiform/2 1 +cunnilingus/2 1 +cunning/226 1 +Cunningham/3 +cunt/169 1 +cup/48 1 +cupboard/1 1 +cupcake/1 1 +cupful/1 1 +cupid/1 1 +Cupid/2 1 +cupidinously +cupidity/2 1 +cupola/63 1 +cuppa/10 1 +cupping 1 +cupric 1 +cur/227 1 +curability/2 1 +curable 1 +Curacao/2 1 +curacao 1 +curacy/15 1 +curare/2 1 +curate/28 1 +curative/1 1 +curator/1 1 +curatorial +curatorships +curb/23 1 +curbing/2 1 +curbside 1 +curbstone/1 1 +curd/18 1 +curdle/6 1 +curdling 1 +cure/28 1 +curer/1 1 +curettage/2 1 +curfew/1 1 +curia/54 1 +curial +curia's 398 +curia 399 +Curie +curie/1 1 +curio/1 1 +curiosity/15 1 +curious/21 1 +Curitiba +curium/2 400 +curl/23 1 +curled 1 +curler/1 1 +curlew/1 1 +curlicue/28 1 +curling/2 1 +curly/140 1 +curlycue/1 1 +curmudgeon/1 1 +curmudgeonly +currant/1 1 +currency/15 1 +current/30 1 +curricle 1 +curricular +curricula 401 +curriculum/2 402 +Currier/3 +Curry +curry/57 1 +currycomb/23 1 +currying 403 +curs/7 1 +curse/28 1 +cursed/76 1 +cursing 1 +cursive/37 1 +cursor/18 1 +cursory/73 1 +Curt/3 +curt/21 1 +curtail/11 1 +curtailment/1 1 +curtain/23 1 +Curtis/3 +curtsey/23 1 +curtsy/57 1 +curvaceous/33 1 +curvacious +curvature/1 1 +curve/28 1 +curved 1 +curvier 404 +curviest 404 +curvilinear 1 +curvy/34 1 +cushion/23 1 +cushy/34 1 +cusp/1 1 +cuspid/1 1 +cuspidor/1 1 +cuss/22 1 +cussed/83 1 +custard/1 1 +Custer +custodial 1 +custodian/1 1 +custodianship/2 1 +custody/2 1 +custom/129 1 +customary/213 1 +customer/1 1 +customhouse/1 1 +customizable +customization/1 1 +customize/6 1 +cut/228 1 +cutaneous 1 +cutaway/1 1 +cutback/1 1 +cute/27 1 +cutesie/150 1 +cutesy/34 1 +cute 1 +cutey/10 1 +cuticle/1 1 +cutie/1 1 +cutlas/229 1 +cutlass/4 1 +cutler/1 1 +cutlery/2 1 +cutlet/1 1 +cutoff/1 1 +cutout/1 1 +cutter/1 1 +cutthroat/1 1 +cutting/30 1 +cuttlefish/4 1 +cuttle 1 +cutup/1 1 +cutworm/1 1 +Cuvier/3 +Cuzco +CV +cw +cwt 1 +cyan/2 1 +cyanide/2 1 +cyanogen 1 +cyan 1 +Cybele/2 1 +cybercafe/10 1 +cybernetic/32 1 +cyberpunk/1 1 +cyberspace/1 1 +cyborg/1 1 +Cyclades/2 1 +cyclamen/1 1 +cycle/28 1 +cycleway/10 1 +cyclical/8 1 +cyclic 1 +cycling 1 +cyclist/1 1 +cycloid 1 +cyclometer/1 1 +cyclone/1 1 +cyclonic 1 +cyclopaedia/1 1 +cyclopedia/1 1 +Cyclopes/2 1 +cyclops/230 1 +Cyclops/2 1 +cyclotron/1 1 +cyder/1 1 +cygnet/1 1 +Cygnus/2 1 +cylinder/18 1 +cylindrical/8 1 +cymbal/1 1 +cymbalist/1 1 +Cymbeline/3 +cynic/1 1 +cynical/8 1 +cynicism/2 1 +cynic 1 +cynosure/1 1 +Cynthia/2 1 +cypher/23 1 +cypress/4 1 +Cyprian/2 1 +Cypriot/1 1 +Cyprus/2 1 +Cyrano/3 +Cyril +Cyrillic/2 1 +Cyrus +cyst/1 1 +cysteine 1 +cystic 1 +cystitis 1 +cytochrome 1 +cytological 1 +cytologist/1 1 +cytology/2 1 +cytoplasm/2 1 +cytoplasmic +cytosine/2 1 +cytotoxic +CZ +czarina/1 1 +czarism 1 +czarist/1 1 +Czech/1 1 +Czechoslovakia/2 1 +Czechoslovakian/1 1 +Czechoslovak 1 +Czech 1 +Czerny +Csonka/3 +CST/2 1 +D/2 1 +d/231 1 +DA/2 1 +dab/136 1 +dabber/1 1 +dabble/6 1 +dabbler/1 1 +dabbling 1 +Dacca/2 1 +dace/1 1 +dacha/1 1 +Dachau/2 1 +dachshund/1 1 +Dacron/1 1 +dactyl/1 1 +dactylic/1 1 +dad/1 1 +Dada/2 1 +dadaism/2 1 +Dadaism/2 1 +dadaist/1 1 +daddy/15 1 +dado/40 1 +Daedalus/2 1 +daemon/1 1 +daemonic +daffiness/3 +daffodil/1 1 +daffy/34 1 +daft/21 1 +dag/71 1 +dagger/18 1 +dago/232 1 +Daguerre +daguerreotype/28 1 +Dagwood 1 +dahlia/1 1 +Dahomey/2 1 +dailies +daily/140 1 +daily's +Daimler/3 +dainty/222 1 +daiquiri/1 1 +dairy/15 1 +dairying/2 1 +dairymaid/1 1 +dairyman/2 405 +dairymen 406 +dairywoman/2 407 +dairywomen 408 +dais/4 1 +daisy/15 1 +Daisy 1 +Dakar/2 1 +Dakota/1 1 +Dakotan 1 +Dale +dale/1 1 +dalesman 1 +dales 409 +Daley/3 +Dali +Dalian/3 +Dallas/2 1 +dalliance/1 1 +dallier/1 1 +Dalmatia/2 1 +dalmatian/1 1 +Dalmatian/1 1 +Dalton/2 1 +dally/31 1 +dam/160 1 +damage/233 1 +damageable 1 +damaging/8 1 +Damascus/2 1 +damask/23 1 +dame/1 1 +Dame 1 +Damian/3 +Damien +Damion/3 +dammit 1 +damn/23 1 +damnable/19 1 +damnation/2 1 +damned/166 1 +damnedest 1 +damning/8 1 +damn 1 +Damocles +Damon/2 1 +damp/53 1 +dampen/11 1 +dampener/1 1 +damper/1 1 +damping 1 +damsel/1 1 +damselflies +damselfly/3 +damson/1 1 +Dana/54 1 +dance/28 1 +danceable 1 +dancer/1 1 +dancing/2 1 +dandelion/1 1 +dander/2 1 +dandify/31 1 +dandle/6 1 +dandruff/2 1 +dandy/42 1 +Dane/1 1 +Danelaw +dang/234 1 +danger/18 1 +Dangerfield/3 +dangerous/83 1 +dangle/43 1 +dangler/1 1 +dangling 1 +Danial/3 +Daniel/1 1 +Danielle/3 +Danish/2 1 +danish/4 1 +Danish 1 +dank/21 1 +Dannie/3 +Danone/3 +danseuse/1 1 +Dante/2 1 +Danton 1 +Dan 1 +Danube/2 1 +Danubian +Danny/3 +Daphne/2 1 +dapper/166 1 +dapple/28 1 +DAR +Darby/3 +Darcy/3 +Dardanelles/2 1 +Dare +dare/28 410 +daredevil/1 1 +daredevilry/2 1 +Daren/3 +darer/1 1 +daresay 1 +dares 411 +d'Arezzo +Darfur +Darin/3 +daring/37 1 +Dario/3 +Darius +Darjeeling 1 +dark/235 1 +darken/11 1 +darkener/1 1 +darkie/10 1 +darkish 1 +darkroom/1 1 +dark 1 +Darla/3 +Darlene/3 +darling/1 1 +Darling/2 1 +darling 1 +darn/79 1 +darned/166 1 +Darnell/3 +darner/1 1 +darning 1 +Darrel/3 +Darrell/3 +Darren/3 +Darrin/3 +Darrow +Darryl/3 +dart/23 1 +dartboard/1 1 +darter/1 1 +Darth/3 +darting 1 +Dartmoor +Dartmouth +Darvon/2 1 +Darwin/2 1 +Darwinian 1 +Darwinism/1 1 +Darwinist 1 +Daryl/3 +dash/22 1 +dashboard/1 1 +dashed 1 +dasher/1 1 +dashes 412 +dashiki/1 1 +dashing/8 1 +dastard/30 1 +dastardly/140 1 +DAT/2 1 +databank/1 1 +database/18 1 +datable 1 +Datamation/10 1 +data 413 +date/28 1 +datebook/10 1 +dateless 1 +dateline/28 1 +dater/1 1 +dative/1 1 +datum/1 414 +daub/23 1 +dauber/1 1 +daubing 1 +Daugherty/3 +daughter/1 1 +daughterly 1 +Daumier +daunt/11 1 +daunting/8 1 +dauntless/16 1 +dauphin/1 1 +Davao +Dave/3 +Davenport +davenport/1 1 +David/1 1 +Davidson/3 +Davis +davit/1 1 +Davy/61 1 +dawdle/6 1 +dawdler/1 1 +dawdling 1 +Dawes +Dawn/3 +dawn/23 1 +dawning 1 +Dawson +day/1 1 +Dayan +daybed/1 1 +daybreak/2 1 +daycare/2 1 +daydream/23 1 +daydreamer/1 1 +daylight/138 1 +daylong 1 +daysack +daytime/2 1 +Dayton 1 +Day 1 +daze/28 1 +dazed/8 1 +dazzle/28 1 +dazzler/1 1 +dazzling/8 1 +dbl +DBMS/2 1 +db 1 +dB 1 +dc +DC/2 1 +dd +DD/2 1 +dded +dding +dds +DDS/2 1 +DDT/10 1 +DE +DEA +deacon/18 1 +deaconess/3 +deaconesses +deactivate/6 1 +deactivation/2 1 +dead/236 1 +deadbeat/1 1 +deadbolt/1 1 +deaden/11 1 +deadening 1 +deader 1 +Deadhead/3 +deadhead/5 1 +deadline/18 1 +deadlines 1 +deadlock/23 1 +deadly/140 1 +deadpan/133 1 +deadweight/1 1 +deadwood/2 1 +deaf/237 1 +deafen/11 1 +deafening/8 1 +deaf 1 +deal/238 1 +dealer/1 1 +dealership/1 1 +dealing/1 1 +Dean +dean/18 1 +Deana/3 +Deandre/3 +deanery/15 1 +Deann/3 +Deanna/3 +Deanne/3 +deanship/2 1 +dear/38 1 +dearests +dearie/1 1 +dearth/1 1 +deary/15 1 +death/1 1 +deathbed/1 1 +deathblow/1 1 +deathless/8 1 +deathlike 1 +deathly/34 1 +deathtrap/1 1 +deathwatch/4 1 +deb/1 1 +debacle/1 1 +debar/13 1 +debark/11 1 +debarkation/2 1 +debarment/2 1 +debase/6 1 +debased 1 +debasement/1 1 +debaser 1 +debasing 1 +debatable +debate/28 1 +debater/1 1 +debating's +debauch/22 1 +debauched 1 +debauchee/1 1 +debauchery/15 1 +Debbie/3 +Debby/3 +debenture/1 1 +Debian/3 +debilitate/6 1 +debilitation/2 1 +debility/15 1 +debit/23 1 +debonair/16 1 +debonaire +Debora/3 +Deborah +debouch/156 1 +Debouillet/3 +Debra/3 +debrief/11 1 +debriefing/1 1 +debris/2 1 +Debs +debt/1 1 +debtor/1 1 +debug/117 1 +debugger/10 1 +debunk/11 1 +Debussy +debut/23 1 +debutante/1 1 +debutant 1 +Dec/2 1 +DEC/5 1 +decade/1 1 +decadence/2 1 +decadency/2 1 +decadent/30 1 +decaf/1 1 +decaff +decaffeinate/6 1 +decaffs +decagon/1 1 +decal/18 1 +Decalog +Decalogue/2 1 +decamp/11 1 +decampment/2 1 +decant/11 1 +decanter/1 1 +decapitate/6 1 +decapitation/1 1 +decapitator/1 1 +decathlete/10 1 +decathlon/1 1 +Decatur +decay/23 1 +decayed 1 +Decca/3 +Deccan +decease/28 1 +deceased's +decedent/1 1 +deceit/1 1 +deceitful/16 1 +deceive/6 1 +deceiver/1 1 +deceivingly +decelerate/6 1 +deceleration/1 1 +decelerator/1 1 +December/1 1 +decency/15 1 +decennial/1 1 +decent/76 1 +decenter 1 +decentralization/2 1 +decentralize/6 1 +deception/1 1 +deceptive/16 1 +decibel/1 1 +decidability 1 +decidable +decide/6 1 +decided/8 1 +decider/10 1 +deciduous 1 +deciles +decilitre/1 1 +decimal/1 1 +decimalization 1 +decimalize 1 +decimal 1 +decimate/6 1 +decimation/2 1 +decimetre/1 1 +decipher/11 1 +decipherable 1 +decipherment/10 1 +decision/18 1 +decisive/16 1 +deck/23 1 +deckchair/10 1 +Decker +deckhand/1 1 +decking 1 +deckle/10 1 +declaim/11 1 +declaimer/1 1 +declaiming 1 +declamation/1 1 +declamatory +declarable +declaration/1 1 +declarative 1 +declaratory +declare/6 1 +declared 1 +declarer/1 1 +declassification/2 1 +declassify/31 1 +declension/1 1 +declination/1 1 +decline/28 1 +decliner/1 1 +declivity/15 1 +decode/6 1 +decoder/1 1 +decolletage/1 1 +decollete 1 +decolonization/2 1 +decolonize/6 1 +decolourizing +decommission/11 1 +decomposable +decompose/6 1 +decomposition/1 1 +decompress/7 1 +decompression/2 1 +decongestant/1 1 +deconstruct/11 1 +deconstruction/1 1 +deconstructionism 1 +deconstructionist/10 1 +deconstructive +decontaminate/6 1 +decontamination/2 1 +decontrol/62 1 +decontrolling 1 +deconvolution +deconvolve +decor/1 1 +decorate/6 1 +decorating/2 1 +decoration/1 1 +decorative/8 1 +decorator/1 1 +decorous/16 1 +decorum/2 1 +deco 1 +decoupage/28 1 +decouple/6 1 +decoy/23 1 +decrease/28 1 +decreasing/8 1 +decree/45 1 +decrement/5 1 +decremental +decrepit 1 +decrepitude/2 1 +decrescendo/18 1 +decriminalization/2 1 +decriminalize/6 1 +decry/31 1 +decrypt/11 1 +decryption 1 +decustomised +Dedekind/3 +dedicate/6 1 +dedication/1 1 +dedicator/1 1 +dedicatory 1 +deduce/6 1 +deducible 1 +deduct/11 1 +deductible/1 1 +deduction/1 1 +deductive/8 1 +Dee +deed/23 1 +deejay/18 1 +deem/11 1 +Deena/3 +deep/38 1 +deepen/11 1 +deepening 1 +deepish +deer/2 1 +Deere/3 +deerskin/2 1 +deerstalker/10 1 +deerstalking 1 +deescalate/6 1 +deescalation/2 1 +def/239 1 +deface/6 1 +defacement/2 1 +defacer/1 1 +defaecate +defalcate/6 1 +defalcation/1 1 +defamation/2 1 +defamatory +defame/6 1 +defamer/1 1 +defaming 1 +default/23 1 +defaulter/1 1 +defeat/23 1 +defeater/1 1 +defeatism/2 1 +defeatist/1 1 +defecate/6 1 +defecation/2 1 +defect/23 1 +defection/1 1 +defective/36 1 +defector/1 1 +defence/28 1 +defenceless/16 1 +defend/11 1 +defendant/1 1 +defender/1 1 +defenestrate/215 1 +defenestration/10 1 +defensibility 1 +defensible/19 1 +defensive/240 1 +defer/13 1 +deference/2 1 +deferential/8 1 +deferment/1 1 +deferral/1 1 +defiance/2 1 +defiant/8 1 +defibrillator/10 1 +deficiency/15 1 +deficient 1 +deficit/1 1 +defile/28 1 +defilement/2 1 +defiler/1 1 +defiling 1 +definable/19 1 +define/6 1 +definer/1 1 +definite/16 1 +definition/1 1 +definitional +definitive/83 1 +deflatable +deflate/6 1 +deflation/2 1 +deflationary +deflect/11 1 +deflection/1 1 +deflective +deflector/1 1 +deflower/11 1 +Defoe +defog/117 1 +defogger/1 1 +defoliant/1 1 +defoliate/6 1 +defoliation/2 1 +defoliator/1 1 +deforest/11 1 +deforestation/2 1 +deform/11 1 +deformable +deformation/1 1 +deformed 1 +deformity/15 1 +defraud/11 1 +defrauder/1 1 +defray/11 1 +defrayal/2 1 +defrock/11 1 +defrost/11 1 +defroster/1 1 +deft/21 1 +defunct 1 +defuse/6 1 +defy/31 1 +deg +Degas +degas/241 1 +degauss/242 1 +degeneracy/15 1 +degenerate/28 1 +degeneration/2 1 +degenerative +DeGeneres/3 +degradable +degradation/1 1 +degrade/6 1 +degraded 1 +degrading 1 +degrease 1 +degree/1 1 +dehumanization/2 1 +dehumanize/6 1 +dehumidifier/1 1 +dehumidify/31 1 +dehydrate/6 1 +dehydration/2 1 +dehydrator/1 1 +dehydrogenate/6 1 +dehydrogenation 1 +deice/6 1 +deicer/1 1 +deictic 1 +Deidre/3 +deification/2 1 +deify/31 1 +deign/11 1 +Deimos +deionized +Deirdre +deism/2 1 +deist/1 1 +deistic 1 +Deity +deity/15 1 +deject/11 1 +dejected/8 1 +dejection/2 1 +deject 1 +Dejesus/3 +Del +Delacroix +Delacruz/3 +Delaney/3 +Delano/3 +Delaware/1 1 +Delawarean/1 1 +delay/23 1 +delayer/18 1 +Delbert/3 +delectable/19 1 +delectation/2 1 +delegate/28 1 +delegation/1 1 +Deleon/3 +deletable +delete/6 1 +deleter +deleterious/8 1 +deletion/1 1 +delft/2 1 +delftware/2 1 +Delgado +Delhi/2 1 +deli/1 1 +Delia/3 +deliberate/68 1 +deliberation/1 1 +deliberative 1 +Delibes +delicacy/15 1 +delicate/16 1 +delicatessen/1 1 +delicate 1 +delicious/16 1 +Delicious/2 1 +delight/23 1 +delighted/8 1 +delightful/8 1 +Delilah/1 1 +deliminator +deliminators +delimit/11 1 +delimitation/2 1 +delimiter/10 1 +delineate/6 1 +delineation/1 1 +delinquency/15 1 +delinquent/30 1 +delint +delinted +delinting +delints +deliquesce/6 1 +deliquescent +delirious/16 1 +delirium/1 1 +delis 1 +Delius +deliver/11 1 +deliverable +deliverance/2 1 +deliverer/1 1 +delivery/15 1 +deliveryman/2 415 +deliverymen 416 +Dell/3 +dell/1 1 +Della/3 +Delmar/3 +Delmarva/3 +Delmer/3 +Delmonico 1 +Delores/3 +Deloris/3 +delouse/6 1 +Delphi/2 1 +Delphic 1 +delphinium/1 1 +Delphinus/2 1 +Delta +delta/1 1 +deltoids +delude/6 1 +deluge/28 1 +delusion/1 1 +delusional +delusive/8 1 +deluxe 1 +delve/6 1 +delver/1 1 +Dem +demagnetization/2 1 +demagnetize/6 1 +demagog/18 1 +demagogic +demagogically +demagogue/18 1 +demagoguery/2 1 +demagogy/2 1 +demand/23 1 +demanding 1 +demarcate/6 1 +demarcation/1 1 +dematerialize/122 1 +Demavend/2 1 +demean/11 1 +demeaning 1 +demeanour/2 1 +demented/8 1 +dementia/2 1 +demerit/18 1 +Demerol/2 1 +demesne/1 1 +Demeter/2 1 +Demetrius/2 1 +demigod/1 1 +demigoddess/4 1 +demijohn/1 1 +demilitarization/2 1 +demilitarize/6 1 +demimondaine/1 1 +demimonde/2 1 +Deming/3 +demise/28 1 +demist/11 1 +demister/10 1 +demitasse/1 1 +demo/23 1 +demob/145 1 +demobilization/2 1 +demobilize/6 1 +democracy/15 1 +democrat/1 1 +Democrat/1 1 +Democratic +democratic/39 1 +democratization/2 1 +democratize/6 1 +Democritus +demode 1 +demodulate/6 1 +demodulation/2 1 +demodulator 1 +demographer/1 1 +demographic/130 1 +demographically +demography/2 1 +demolish/7 1 +demolisher 1 +demolition/1 1 +demon/1 1 +demonetization/2 1 +demonetize/6 1 +demoniacal/8 1 +demoniac 1 +demonic +demonically +demonize/6 1 +demonology/15 1 +demonstrability 1 +demonstrable/19 1 +demonstrate/6 1 +demonstrated 1 +demonstration/1 1 +demonstrative/36 1 +demonstrator/1 1 +demoralization/2 1 +demoralize/6 1 +Demosthenes/2 1 +demos 1 +demote/6 1 +demotic 1 +demotion/1 1 +demotivate/6 1 +demount/242 1 +demountable +Dempsey +demulcent/1 1 +demur/243 1 +demure/27 1 +demurral/1 1 +demurrer/1 1 +demystification/2 1 +demystify/31 1 +den/18 1 +Dena/3 +Denali +denationalization 1 +denationalize/6 1 +denature/6 1 +dendrite/1 1 +dendrochronological 1 +dendrochronology 1 +Deneb +Denebola/3 +Deng/3 +dengue/2 1 +deniable 1 +denial/1 1 +denier/1 1 +denigrate/6 1 +denigration/1 1 +denim/1 1 +Denise/3 +Denis 1 +denizen/18 1 +Denmark/2 1 +Dennis +denominate/6 1 +denomination/1 1 +denominational 1 +denominator/1 1 +denotation/1 1 +denotational +denotative 1 +denote/6 1 +denouement/1 1 +denounce/6 1 +denouncement/1 1 +dens/166 1 +dense/27 1 +density/15 1 +dent/23 1 +dental 1 +dentally 1 +dentifrice/1 1 +dentin/2 1 +dentine/2 1 +dentist/1 1 +dentistry/2 1 +dentition/2 1 +denture/1 1 +denuclearize/6 1 +denudation/2 1 +denude/6 1 +denunciation/1 1 +Denver/2 1 +deny/31 1 +Denny/3 +deodorant/1 1 +deodorization/2 1 +deodorize/6 1 +deodorizer/1 1 +Deon/3 +depart/11 1 +departed's +departing 1 +department/1 1 +departmental/8 1 +departmentalization/2 1 +departmentalize/6 1 +departure/1 1 +depend/11 1 +dependability/2 1 +dependable/19 1 +dependance/2 1 +dependant/1 1 +dependence/2 1 +dependency/15 1 +dependent/30 1 +depersonalization 1 +depersonalize/6 1 +depict/11 1 +depiction/1 1 +depilatory/15 1 +deplane/6 1 +deplete/6 1 +depletion/2 1 +deplorable/19 1 +deplore/6 1 +deploy/11 1 +deployment/1 1 +depolarization/1 1 +depolarize/6 1 +depoliticize/6 1 +deponent/1 1 +depopulate/6 1 +depopulation/2 1 +deport/11 1 +deportation/1 1 +deportee/1 1 +deportment/2 1 +depose/6 1 +deposit/23 1 +depositary 1 +deposition/1 1 +depositional +depositor/1 1 +depository/15 1 +depot/1 1 +Depp/3 +deprave/6 1 +depraved 1 +depravity/15 1 +deprecate/6 1 +deprecating/8 1 +deprecation/1 1 +deprecatory 1 +depreciate/6 1 +depreciating 1 +depreciation/2 1 +depredation/1 1 +depress/7 1 +depressant/1 1 +depressing/8 1 +depression/1 1 +depressive/1 1 +depressor/1 1 +depressurization 1 +depressurize/6 1 +deprivation/1 1 +deprive/6 1 +deprogram/114 1 +dept +depth/1 1 +deputation/1 1 +depute/6 1 +deputize/6 1 +deputy/15 1 +derail/5 1 +derailleur/1 1 +derailment/1 1 +derange/6 1 +derangement/2 1 +derby/15 1 +Derby 1 +deregulate/6 1 +deregulation/2 1 +Derek/3 +derelict/1 1 +dereliction/1 1 +derelict 1 +deres +Derick/3 +deride/6 1 +deriders +derision/2 1 +derisive/16 1 +derisory 1 +derivable +derivation/1 1 +derivative/30 1 +derive/6 1 +dermal 1 +dermatitis/2 1 +dermatological +dermatologist/1 1 +dermatology/2 1 +dermis/2 1 +derogate/6 1 +derogation/2 1 +derogatory/213 1 +Derrick/3 +derrick/18 1 +Derrida/3 +derriere/1 1 +derringer/1 1 +dervish/4 1 +derv 1 +desalinate/6 1 +desalination/2 1 +desalinization/2 1 +desalinize/6 1 +desalt/11 1 +desalting 1 +desaturated +descale/6 1 +descant/23 1 +Descartes/2 1 +descend/11 1 +descendant/1 1 +descendent/1 1 +descender/10 1 +descending 1 +descent/1 1 +describable 1 +describe/6 1 +describer/1 1 +description/1 1 +descriptive/16 1 +descriptivism 1 +descriptor/10 1 +descry/31 1 +Desdemona/3 +desecrate/6 1 +desecration/2 1 +desegregate/6 1 +desegregation/2 1 +deselect/11 1 +deselection 1 +desensitization/2 1 +desensitize/6 1 +desert/79 1 +deserted 1 +deserter/1 1 +desertification 1 +desertion/1 1 +deserve/6 1 +deserved/8 1 +deserving 1 +deshabille/2 1 +desiccant/1 1 +desiccate/6 1 +desiccation/2 1 +desiccator/1 1 +desiderata 417 +desideratum/2 418 +design/23 1 +designable +designate/6 1 +designation/1 1 +designational +designator/10 1 +designed/8 1 +designer/1 1 +designing/2 1 +desirabilia +desirability/2 1 +desirable/29 1 +desire/28 1 +desired 1 +Desiree/3 +desirous 1 +desist/11 1 +desk/1 1 +deskill/11 1 +desktop/1 1 +Desmond/3 +desolate/68 1 +desolation/2 1 +desorption 1 +despair/23 1 +despairing/8 1 +desperado/4 1 +desperate/16 1 +desperation/2 1 +despicable/19 1 +despise/6 1 +despite 1 +despoil/11 1 +despoiler/1 1 +despoilment/2 1 +despoliation/2 1 +despondence/2 1 +despondency/2 1 +despondent/8 1 +despond 1 +despot/1 1 +despotic +despotically +despotism/2 1 +dessert/1 1 +dessertspoon/10 1 +dessertspoonful/10 1 +destabilization/2 1 +destabilize/6 1 +d'Estaing +destination/1 1 +destine/6 1 +destiny/15 1 +destitute 1 +destitution/2 1 +destroy/11 1 +destroyable +destroyer/1 1 +destruct/23 1 +destructibility/2 1 +destructible 1 +destruction/2 1 +destructive/16 1 +destruct 1 +desuetude/2 1 +desultory/244 1 +detach/7 1 +detachable +detached 1 +detachment/1 1 +detail/23 1 +detailed 1 +detain/11 1 +detainee/1 1 +detainment/2 1 +detect/11 1 +detectability 1 +detectable +detectably +detectible +detection/1 1 +detective/1 1 +detector/1 1 +detente/1 1 +detention/1 1 +deter/13 1 +detergent/1 1 +deteriorate/6 1 +deterioration/2 1 +determent/2 1 +determinable 1 +determinacy 1 +determinant/1 1 +determinate/8 1 +determination/1 1 +determinative 1 +determine/6 1 +determined/8 1 +determiner/1 1 +determinism/2 1 +deterministic +deterministically +determinist 1 +deterrence/2 1 +deterrent/1 1 +detest/11 1 +detestable/19 1 +detestation/2 1 +detester/10 1 +dethrone/6 1 +dethronement/2 1 +dethroning 1 +detonate/6 1 +detonation/1 1 +detonator/1 1 +detour/23 1 +detox/22 1 +detoxification/2 1 +detoxify/31 1 +detract/11 1 +detracting 1 +detraction/2 1 +detractor/1 1 +detriment/1 1 +detrimental/8 1 +detritus/2 1 +Detroit/2 1 +deuce/18 1 +deuterium/2 1 +Deuteronomy/2 1 +deuteron 1 +Deutschmark/1 1 +devaluation/1 1 +devalue/6 1 +Devanagari/2 1 +devastate/6 1 +devastatingly +devastation/2 1 +devastator/1 1 +develop/11 1 +developer/1 1 +development/1 1 +developmental/8 1 +Devi/2 1 +deviance/2 1 +deviancy/2 1 +deviant/1 1 +deviate/28 1 +deviation/1 1 +device/1 1 +devil/1 1 +Devil/2 1 +devil/62 1 +devilish/16 1 +devilling 1 +devilment/2 1 +devilry/15 1 +deviltry/15 1 +Devin/3 +devious/16 1 +devise/28 1 +devitalize/6 1 +devoid 1 +devolution/2 1 +devolve/6 1 +Devon/2 1 +Devonian/2 1 +devote/6 1 +devoted/83 1 +devotee/1 1 +devotion/1 1 +devotional/1 1 +devour/11 1 +devourer/10 1 +devouring 1 +devout/21 1 +dew/18 1 +Dewar/2 1 +Dewayne/3 +dewberry/15 1 +dewclaw/1 1 +dewdrop/1 1 +Dewey/2 1 +Dewitt/3 +dewlap/1 1 +dewy/50 1 +Dexedrine/2 1 +Dexter +dexterity/2 1 +dexterous/16 1 +dextrose/2 1 +dextrous/8 1 +DH +Dhaka/2 1 +Dhaulagiri/2 1 +dhoti/1 1 +dhow/1 1 +Di +DI +diabetes/2 1 +diabetic/1 1 +diabolic +diabolical/8 1 +diabolism 1 +diachronic +diacritic/1 1 +diacriticals +diacritical 1 +diadem/18 1 +diaereses 419 +diaeresis/2 420 +Diaghilev +diagnosable +diagnose/6 1 +diagnoses 421 +diagnosis/2 422 +diagnostic/35 1 +diagnostician/1 1 +diagonal/30 1 +diagonalize/6 1 +diagram/160 1 +diagrammatic +diagrammatically +Dial/3 +dial/66 1 +dialect/1 1 +dialectal 1 +dialectic/130 1 +dialectical/8 1 +dialler 1 +dialling/10 1 +dialogue/18 1 +dialysis/2 1 +dialyzes +diamante 1 +diameter/1 1 +diametric +diametrical/8 1 +diamond/18 1 +diamondback/1 1 +diamond 1 +diam 1 +Diana/2 1 +Diane/3 +Diann/3 +Dianna/3 +Dianne/3 +diapason/1 1 +diaper/23 1 +diapering 1 +diaphanous 1 +diaphragm/18 1 +diaphragmatic 1 +diarist/1 1 +diarrhoea/2 1 +diary/15 1 +Dias +Diaspora/1 1 +diaspora 1 +diastase/2 1 +diastole/2 1 +diastolic +diathermy/2 1 +diatom/1 1 +diatomic +diatonic 1 +diatribe/1 1 +Diaz +dibble/28 1 +dibs +dibs's +DiCaprio/3 +dice/43 1 +dices 423 +dicey 424 +dichloride 1 +dichotomous 1 +dichotomy/15 1 +dicier 425 +diciest 425 +dicing 1 +Dick +dick/18 1 +Dickens +Dickensian 1 +dickens 1 +dicker/5 1 +Dickerson/3 +dickey/1 426 +dickhead/10 1 +dickier 427 +dickiest 427 +Dickinson +Dickson/3 +dicky/245 1 +dickybird/10 1 +dicotyledon/1 1 +dicotyledonous +dict +Dictaphone/1 1 +dicta 428 +dictate/28 1 +dictation/1 1 +dictator/1 1 +dictatorial/8 1 +dictatorship/1 1 +diction/2 1 +dictionary/15 1 +dictum/2 429 +didactically +didactic 1 +diddle/6 1 +diddler/1 1 +diddly +diddlysquat +diddums +Diderot +didgeridoo/10 1 +didn't +Dido/2 1 +dido/4 1 +Didrikson/3 +did 430 +didst 430 +die/246 431 +Diefenbaker +Diego/3 +diehard/1 1 +dielectric/1 1 +Diem/3 +diereses 432 +dieresis/2 433 +diesel/1 1 +Diesel/2 1 +diesel/11 1 +dieseling 1 +dies 1 +diet/79 1 +dietary/15 1 +dieter/1 1 +dietetic/32 1 +dietician/1 1 +dietitian/1 1 +Dietrich +diff/11 1 +differ/11 1 +difference/74 1 +different/8 1 +differentiability 1 +differentiable +differential/30 1 +differentiate/6 1 +differentiation/1 1 +differentiators +difficult/8 1 +difficulty/15 1 +diffidence/2 1 +diffident/8 1 +diffract/11 1 +diffraction/2 1 +diffuse/247 1 +diffused 1 +diffuser/10 1 +diffusion/2 1 +diffusional +diffusive 1 +diffusivity 1 +dig/248 434 +digerati/2 1 +digest/23 1 +digested 1 +digestibility/2 1 +digestible 1 +digestion/1 1 +digestive/10 1 +digger/1 1 +digging/32 1 +digit/1 1 +digital/8 1 +digitalis/2 1 +digital 1 +digitization 1 +digitize/6 1 +digitizer/10 1 +dignified 1 +dignify/31 1 +dignitary/15 1 +dignity/15 1 +digraph/1 1 +digress/7 1 +digression/1 1 +digressive 1 +dihedral 1 +Dijkstra/3 +Dijon +dike/28 1 +diktat/10 1 +dilapidated +dilapidation/2 1 +dilatation/2 1 +dilate/6 1 +dilation/2 1 +dilator/1 1 +dilatory 1 +Dilbert/1 1 +dildo/10 1 +dilemma/1 1 +dilettante/1 1 +dilettantish +dilettantism/2 1 +diligence/2 1 +diligent/8 1 +dill/18 1 +Dillard/3 +dillies +Dillinger/3 +Dillon/3 +diluent 1 +dilute/6 1 +dilution/1 1 +dilly/3 +dillydally/31 1 +dim/249 1 +DiMaggio +dime/49 1 +dimension/23 1 +dimensional/8 1 +dimensionality 1 +dimensionless 1 +dimer/10 1 +diminish/7 1 +diminishable 1 +diminishing 1 +diminuendo/1 1 +diminution/1 1 +diminutive/1 1 +dimity/2 1 +dimmer/1 1 +dimorphic +dimorphism 1 +dimple/28 1 +dimply/34 1 +dimwit/1 1 +dimwitted +din/133 1 +Dina/3 +Dinah +dinar/1 1 +dine/6 1 +diner/1 1 +dinette/1 1 +ding/23 1 +dingbat/1 1 +dingdong/23 1 +dinghy/15 1 +dingier 435 +dingiest 435 +dingle/1 1 +dingo/4 1 +dingos +dingus/4 1 +dingy/51 1 +dink/166 1 +dinkier 436 +dinkiest 436 +dink 1 +dinky/42 1 +dinner/23 1 +dinnertime/2 1 +dinnerware/2 1 +Dino/3 +dinosaur/1 1 +dint/18 1 +diocesan/1 1 +diocese/1 1 +Diocletian +diode/1 1 +Diogenes +Dion/3 +Dionne/3 +Dionysian +Dionysus/2 1 +Diophantine/3 +dioptre/10 1 +Dior +diorama/1 1 +dioxide/1 1 +dioxin/1 1 +dip/48 1 +diphtheria/2 1 +diphthong/18 1 +diplexers +diploid/1 1 +diploma/250 1 +diplomacy/2 1 +diplomat/1 1 +diplomatically +diplomatic 1 +diplomatist/1 1 +dipole/1 1 +dipper/1 1 +Dipper/2 1 +dippy/34 1 +dipso/10 1 +dipsomania/2 1 +dipsomaniac/1 1 +dipstick/1 1 +dipterous +diptych/1 1 +Dir +Dirac +dire/251 1 +direct/98 1 +direction/1 1 +directionality 1 +directional 1 +directionally +directionless 1 +directive/1 1 +director/1 1 +directorate/1 1 +directorial 1 +directorship/1 1 +directory/15 1 +direful 1 +dirge/1 1 +Dirichlet +dirigible/1 1 +Dirk/3 +dirk/18 1 +dirndl/1 1 +dirt/2 1 +dirtball +dirtballs +dirt 1 +dirty/143 1 +dis/229 1 +Dis/2 1 +dis/80 1 +disability/15 1 +disable/6 1 +disablement/2 1 +disabuse/6 1 +disadvantage/28 1 +disadvantageous/8 1 +disaffect/11 1 +disaffected 1 +disaffection/2 1 +disaffiliate/6 1 +disaffiliation/2 1 +disafforest/11 1 +disaggregated +disaggregation 1 +disagree/47 1 +disagreeable/29 1 +disagreement/1 1 +disallow/11 1 +disambiguate/252 1 +disambiguation 1 +disappear/11 1 +disappearance/1 1 +disappoint/11 1 +disappointed 1 +disappointing/8 1 +disappointment/1 1 +disapprobation/2 1 +disapproval/2 1 +disapprove/6 1 +disapproving/8 1 +disarm/11 1 +disarmament/2 1 +disarming/8 1 +disarrange/6 1 +disarrangement/2 1 +disarray/23 1 +disassemble/6 1 +disassembler 1 +disassociate/6 1 +disassociation/2 1 +disaster/1 1 +disastrous/8 1 +disavow/11 1 +disavowal/1 1 +disband/11 1 +disbandment/2 1 +disbar/13 1 +disbarment/2 1 +disbelief/120 1 +disbelieve/6 1 +disbeliever/1 1 +disbelieving/8 1 +disbursal/2 1 +disburse/6 1 +disbursement/1 1 +disc/18 1 +discard/23 1 +discern/11 1 +discernible/19 1 +discerning/8 1 +discernment/2 1 +discharge/28 1 +disciple/18 1 +discipleship/2 1 +disciplinarian/1 1 +disciplinary +discipline/28 1 +disclaim/11 1 +disclaimer/1 1 +disclose/6 1 +disclosure/1 1 +disco/23 1 +discography/15 1 +discolour/11 1 +discolouration/1 1 +discombobulate/6 1 +discombobulation/2 1 +discomfit/5 1 +discomfiture/2 1 +discomfort/23 1 +discommode/6 1 +discompose/6 1 +discomposed 1 +discomposure/2 1 +disconcert/11 1 +disconcerted 1 +disconcerting/8 1 +disconnect/11 1 +disconnected/16 1 +disconnection/1 1 +disconsolate/8 1 +disconsolation 1 +discontent/23 1 +discontented/8 1 +discontentment/2 1 +discontinuance/1 1 +discontinuation/1 1 +discontinue/6 1 +discontinuity/15 1 +discontinuous/8 1 +discord/23 1 +discordance/2 1 +discordant/8 1 +discotheque/1 1 +disco 1 +discount/79 1 +discountability +discountable +discountenance/43 1 +discounter/1 1 +discourage/6 1 +discouragement/1 1 +discouraging/8 1 +discourse/28 1 +discourteous/8 1 +discourtesy/15 1 +discover/11 1 +discoverable 1 +discoverer/1 1 +discovery/15 1 +discredit/23 1 +discreditable/19 1 +discreet/21 1 +discrepancy/15 1 +discrepant 1 +discrete/16 1 +discretion/2 1 +discretionary 1 +discriminant/10 1 +discriminate/6 1 +discriminating 1 +discrimination/2 1 +discriminative 1 +discriminator/1 1 +discriminatory +discursive/16 1 +discus/253 1 +discuss/7 1 +discussable +discussant/1 1 +discussion/1 1 +disdain/23 1 +disdainful/8 1 +disease/78 1 +diseased 1 +disembark/11 1 +disembarkation/2 1 +disembodiment/2 1 +disembody/31 1 +disembowel/11 1 +disembowelment/2 1 +disenchant/11 1 +disenchantment/2 1 +disencumber/11 1 +disenfranchise/6 1 +disenfranchisement/2 1 +disengage/6 1 +disengagement/1 1 +disentangle/6 1 +disentanglement/2 1 +disequilibrium/2 1 +disestablish/7 1 +disestablishment/2 1 +disesteem/23 1 +disfavour/23 1 +disfigure/6 1 +disfigurement/1 1 +disfranchise/6 1 +disfranchisement/2 1 +disgorge/6 1 +disgorgement/2 1 +disgrace/28 1 +disgraceful/16 1 +disgruntle/6 1 +disgruntlement/2 1 +disguise/28 1 +disguised 1 +disguising 1 +disgust/23 1 +disgusted/8 1 +disgusting/8 1 +dish/22 1 +dishabille/2 1 +disharmonious +disharmony/2 1 +dishcloth/1 1 +dishearten/11 1 +disheartening/8 1 +dishevel/62 1 +dishevelling 1 +dishevelment/2 1 +dishing 1 +dishonest/8 1 +dishonesty/2 1 +dishonour/23 1 +dishonourable/19 1 +dishpan/1 1 +dishrag/1 1 +dishtowel/1 1 +dishware/2 1 +dishwasher/1 1 +dishwater/2 1 +dishy 1 +disillusion/23 1 +disillusionment/2 1 +disincentive/10 1 +disinclination/2 1 +disincline/6 1 +disinfect/11 1 +disinfectant/1 1 +disinfection/2 1 +disinflation/2 1 +disinformation/2 1 +disingenuous/8 1 +disinherit/11 1 +disinheritance/2 1 +disintegrate/6 1 +disintegration/2 1 +disinter/13 1 +disinterest/63 1 +disinterested/16 1 +disinterment/2 1 +disinvestment/2 1 +disinvest 1 +disjoint/11 1 +disjointed/16 1 +disjointness +disjoint 1 +disjunction/10 1 +disjunctive 1 +disjuncture 1 +disk/18 1 +diskette/1 1 +dislike/28 1 +dislocate/6 1 +dislocation/1 1 +dislodge/6 1 +disloyal/8 1 +disloyalty/2 1 +dismal/76 1 +dismantle/6 1 +dismantlement/2 1 +dismay/23 1 +dismayed 1 +dismember/11 1 +dismemberment/2 1 +dismiss/7 1 +dismissal/1 1 +dismissible +dismissive +dismissively +dismount/23 1 +Disney +Disneyland 1 +disobedience/2 1 +disobedient/8 1 +disobey/11 1 +disoblige/6 1 +disobliging 1 +disorder/23 1 +disordered 1 +disorderly/140 1 +disorganization/2 1 +disorganize/6 1 +disorient/11 1 +disorientate/6 1 +disorientation/2 1 +disown/11 1 +disparage/6 1 +disparagement/2 1 +disparaging/8 1 +disparate/8 1 +disparity/15 1 +dispassion/2 1 +dispassionate/8 1 +dispatch/22 1 +dispatcher/1 1 +dispel/62 1 +dispelling 1 +dispensable 1 +dispensary/15 1 +dispensation/1 1 +dispense/6 1 +dispenser/1 1 +dispersal/2 1 +dispersant 1 +disperse/254 1 +dispersed 1 +disperser/10 1 +dispersion/1 1 +dispersive/8 1 +dispirit/11 1 +dispirited/8 1 +displace/6 1 +displacement/1 1 +displacer 1 +display/23 1 +displayable +displease/6 1 +displeasing 1 +displeasure/2 1 +disport/5 1 +disposable/1 1 +disposal/1 1 +dispose/43 1 +disposed 1 +disposer/1 1 +disposing 1 +disposition/1 1 +dispossess/7 1 +dispossession/2 1 +dispraise/28 1 +disproof/1 1 +disproportion/18 1 +disproportional/8 1 +disproportionate/8 1 +disprovable +disprove/6 1 +disputable/19 1 +disputant/1 1 +disputation/1 1 +disputatious/8 1 +dispute/28 1 +disputer/1 1 +disqualification/1 1 +disqualify/31 1 +disquiet/23 1 +disquieted 1 +disquieting 1 +disquiet 1 +disquietude/2 1 +disquisition/1 1 +Disraeli +disregard/23 1 +disregardful 1 +disrepair/2 1 +disreputable/19 1 +disrepute/2 1 +disrespect/23 1 +disrespectful/8 1 +disrobe/6 1 +disrupt/11 1 +disruption/1 1 +disruptive/8 1 +disruptor 1 +diss/7 1 +dissatisfaction/2 1 +dissatisfied 1 +dissatisfy/31 1 +dissect/11 1 +dissecting 1 +dissection/1 1 +dissector/1 1 +dissemblance/2 1 +dissemble/6 1 +dissembler/1 1 +dissembling 1 +disseminate/6 1 +dissemination/2 1 +dissension/1 1 +dissent/23 1 +dissenter/1 1 +dissenting 1 +dissertation/1 1 +disservice/1 1 +dissever/11 1 +dissidence/2 1 +dissident/1 1 +dissimilarity/15 1 +dissimilar 1 +dissimilitude/1 1 +dissimulate/6 1 +dissimulation/2 1 +dissimulator/1 1 +dissipate/6 1 +dissipated 1 +dissipation/2 1 +dissipative +dissociate/6 1 +dissociation/2 1 +dissociative +dissociatively +dissoluble 1 +dissolute/16 1 +dissolution/2 1 +dissolve/43 1 +dissolving 1 +dissonance/1 1 +dissonant 1 +dissuade/6 1 +dissuasion/2 1 +dissuasive 1 +dist +distaff/1 1 +distal/8 1 +distance/28 1 +distant/8 1 +distaste/18 1 +distasteful/16 1 +distemper/63 1 +distend/11 1 +distended 1 +distension/1 1 +distention/1 1 +distil/62 1 +distill/11 1 +distillate/1 1 +distillation/1 1 +distiller/1 1 +distillery/15 1 +distilling 1 +distinct/21 1 +distinction/1 1 +distinctive/16 1 +distinguish/7 1 +distinguishable/19 1 +distinguished 1 +distinguishing 1 +distort/11 1 +distorted 1 +distorter 1 +distortion/1 1 +distract/11 1 +distracted/83 1 +distractingly +distraction/1 1 +distrait 1 +distraught 1 +distress/22 1 +distressed 1 +distressful 1 +distressing/8 1 +distributable +distribute/6 1 +distribution/1 1 +distributional +distributive/8 1 +distributivity 1 +distributor/1 1 +distributorship/10 1 +district/18 1 +distrust/23 1 +distrustful/8 1 +disturb/11 1 +disturbance/1 1 +disturber/1 1 +disturbing/8 1 +disulphide 1 +disunion/2 1 +disunite/6 1 +disunity/2 1 +disuse/28 1 +disyllabic +disyllable 1 +ditch/22 1 +dither/23 1 +ditherer/1 1 +ditransitive 1 +ditsy/34 1 +ditto/23 1 +ditz/4 1 +ditzy/34 1 +ditty/167 1 +diuresis 1 +diuretic/1 1 +diurnal/8 1 +diva/1 1 +divalent 1 +divan/1 1 +dive/255 437 +diver/1 1 +diverge/6 1 +divergence/1 1 +divergent 1 +diverse/16 1 +diversification/2 1 +diversify/31 1 +diversion/1 1 +diversionary +diversity/15 1 +divert/11 1 +diverted 1 +diverticulitis/2 1 +diverting 1 +divest/11 1 +divestiture/1 1 +divestment/2 1 +dividable 1 +divide/28 1 +divided 1 +dividend/1 1 +divider/1 1 +dividing 1 +divination/2 1 +divine/256 1 +Divine/2 1 +divine/6 1 +diviner/1 1 +diving/2 1 +divinity/15 1 +divisibility/2 1 +divisible 1 +division/1 1 +divisional 1 +divisive/16 1 +divisor/1 1 +divorce/28 1 +divorcee/1 1 +divorcement/1 1 +divot/1 1 +div 1 +divulge/6 1 +divvy/57 1 +Diwali/3 +Dix +Dixie/2 1 +Dixiecrat 1 +Dixieland/1 1 +dixieland/2 1 +Dixon/3 +dizzy/143 1 +Djakarta/2 1 +djellaba/1 1 +djellabah/1 1 +Djibouti/2 1 +djinn's +DJ 1 +DMD/2 1 +Dmitri/3 +DMZ +DNA/2 1 +Dnepr +Dnepropetrovsk +Dnieper +Dniester +do/257 438 +DOA +doable 1 +dob +DOB +dobbed +Dobbin/3 +dobbin/1 1 +dobbing +doberman/3 +Doberman/2 1 +dobermans +Dobro 1 +dobs +doc/64 1 +docent/1 1 +docile/8 1 +docility/2 1 +dock/23 1 +docker/10 1 +docket/23 1 +docking 1 +dockland/10 1 +dockside 1 +dockworker/1 1 +dockyard/1 1 +doctor/23 1 +doctoral 1 +doctorate/1 1 +Doctorow/3 +Doctor 1 +doctrinaire/1 1 +doctrinal/8 1 +doctrine/1 1 +docudrama/1 1 +document/23 1 +documentary/15 1 +documentation/1 1 +DOD +dodder/23 1 +doddery 1 +doddle 1 +dodecahedral +dodecahedra 439 +dodecahedron 440 +Dodge/3 +dodge/28 1 +dodgem/10 1 +dodger/1 1 +Dodgson/2 1 +dodgy/34 1 +dodo/1 1 +Dodoma/3 +Dodson/3 +Doe +DOE +doe/49 1 +doer/1 1 +doeskin/1 1 +doesn't +doff/11 1 +dog/92 1 +dogcart/1 1 +dogcatcher/1 1 +doge/1 1 +dogear/11 1 +dogear's +dogfight/18 1 +dogfish/4 1 +dogged/16 1 +doggerel/2 1 +doggie/41 1 +dogging 1 +doggone/258 1 +doggoned/166 1 +doghouse/1 1 +dogie/1 1 +dogleg/92 1 +dogma/1 1 +dogmatically +dogmatic 1 +dogmatism/2 1 +dogmatist/1 1 +dogsbody/61 1 +dogsled/71 1 +dogtrot/109 1 +dogwood/1 1 +dogy/15 1 +doggy/42 1 +doh/2 1 +Doha/2 1 +doilies +doily/3 +doing/1 1 +Dolby 1 +doldrums/2 1 +Dole/3 +dole/28 1 +doleful/85 1 +dolerite 1 +doling 1 +doll/23 1 +dollar/1 1 +dollhouse/1 1 +Dollie/3 +dolling 1 +dollop/23 1 +dolmen/1 1 +dolmen's 441 +dolmen 442 +dolomite/2 1 +Dolores/3 +dolorous/8 1 +dolour/2 1 +dolphin/1 1 +dolt/1 1 +doltish/16 1 +Dolly/3 +dolly/259 1 +dolly's +domain/1 1 +dome/28 1 +Domesday/3 +domestic/52 1 +domesticate/6 1 +domestication/2 1 +domesticity/2 1 +domicile/28 1 +domiciliary +dominance/2 1 +dominant/30 1 +dominate/6 1 +dominating 1 +domination/2 1 +dominatrix/186 1 +domineer/11 1 +domineering/8 1 +Domingo/3 +Dominguez/3 +Dominic +Dominica/2 1 +Dominican/1 1 +Dominick/2 1 +dominion/1 1 +Dominion 1 +Dominique/2 1 +domino/4 1 +Domitian +don/1 1 +Don/1 1 +don/194 1 +Dona +dona/1 1 +Donahue/3 +Donald/3 +Donaldson/3 +donate/6 1 +Donatello +donation/1 1 +Donetsk/2 1 +dong/23 1 +dongle/1 1 +Donizetti/3 +donkey/1 1 +Donn/3 +Donna 1 +Donne/2 1 +Donnell/3 +Donner/3 +Donnie/3 +donnish 1 +donor/1 1 +Donovan/3 +don't +donuts/89 1 +Donny/3 +donnybrook/1 1 +doodad/1 1 +doodah/10 1 +doodle/28 1 +doodlebug/1 1 +doodler/1 1 +doohickey/1 1 +doolally +Dooley/3 +Doolittle +doom/23 1 +doomsayer/1 1 +doomsday/2 1 +doomster/10 1 +Doonesbury/3 +door/18 1 +doorbell/1 1 +doorhandles +doorjamb/10 1 +doorkeeper/1 1 +doorknob/1 1 +doorknocker/10 1 +doorman/2 443 +doormat/1 1 +doormen 444 +doornail 1 +doorplate/1 1 +doorpost/10 1 +doorstep/48 1 +doorstop/1 1 +doorway/1 1 +dooryard/1 1 +dopa/2 1 +dopamine 1 +dope/28 1 +doper/1 1 +dopey 445 +dopier 446 +dopiest 446 +dopiness/3 +doping/2 1 +doppelganger/10 1 +Doppler +dopy/34 1 +Dora/2 1 +Dorcas +Doreen/3 +Dorian/2 1 +Doric/2 1 +Doris/2 1 +Doritos/3 +dork/1 1 +dorky/34 1 +dorm/1 1 +dormancy/2 1 +dormant 1 +dormer/1 1 +dormice 447 +dormitory/15 1 +dormouse/2 448 +Dorothea/3 +Dorothy/3 +dorsal/8 1 +Dorset 1 +Dorsey/3 +Dorthy/3 +Dortmund +dory/15 1 +dos/241 1 +DOS/2 1 +dosage/1 1 +dose/28 1 +dosh +dosimeter/1 1 +doss/242 1 +dosser/10 1 +dosshouse/10 1 +dossier/1 1 +Dostoevsky/2 1 +Dostoyevsky/2 1 +DOT +Dot/3 +dot/109 1 +dotage/2 1 +dotard/1 1 +dote/6 1 +doter/1 1 +doting/8 1 +Dotson/3 +dotty/260 1 +Douala/2 1 +Douay/3 +double/261 1 +Doubleday/3 +doubleheader/1 1 +doubler 1 +doublespeak/2 1 +doublet/1 1 +doubletalk +doublethink 1 +doubling 1 +doubloon/1 1 +doubt/23 1 +doubter/1 1 +doubtful/16 1 +doubting/8 1 +doubtlessly 1 +doubtless 1 +douche/28 1 +Doug/3 +dough/1 1 +doughnut/18 1 +doughty/34 1 +doughy/34 1 +Douglas +Douglass +dour/21 1 +Douro +douse/43 1 +dove/1 1 +dovecot/10 1 +dovecote/1 1 +Dover/2 1 +dove 449 +dovetail/23 1 +dovish 1 +Dow +dowager/1 1 +dowdy/97 1 +dowel/66 1 +dowelling 1 +dower/23 1 +down/79 1 +downbeat/1 1 +downcast 1 +downdrafts +downdraught/3 +downer/1 1 +downfall/1 1 +downfallen +downgrade/28 1 +downhearted/16 1 +downhill/1 1 +downland/10 1 +download/11 1 +download's +downmarket +downpipes +downplay/11 1 +downpour/1 1 +downrange 1 +downright 1 +downriver +Downs +downscale 1 +downshift/11 1 +downside/1 1 +downsize/6 1 +downsizing/2 1 +downspout/1 1 +downstage 1 +downstairs +downstairs's +downstate/2 1 +downstream 1 +downswing/1 1 +downtime/2 1 +downtown/2 1 +downtrend/1 1 +downtrodden 1 +downturn/1 1 +downward/193 1 +downwind 1 +Downy/3 +downy/34 1 +dowry/15 1 +dowse/43 1 +dowser/1 1 +doxology/15 1 +doyen/1 1 +doyenne/1 1 +Doyle +doz +doze/28 1 +dozen/18 1 +dozenth 1 +dozen 1 +dozing 1 +dozy/195 1 +DP/1 1 +dpt +DPT +Dr +drab/262 1 +drabber 1 +drachma/1 1 +Draco/2 1 +draconian +Draconian +Dracula/2 1 +draft/23 1 +draftee/1 1 +drafter/1 1 +drafting/2 1 +draftswoman/2 450 +draftswomen 451 +drag/92 1 +dragging 1 +dragnet/1 1 +dragon/1 1 +dragonflies +dragonfly/3 +dragoon/23 1 +dragster/10 1 +draggy/34 1 +drain/23 1 +drainage/2 1 +drainboard/1 1 +drainer/1 1 +drainpipe/1 1 +Drake +drake/1 1 +dram/18 1 +drama/1 1 +Dramamine/1 1 +dramatic/35 1 +dramatist/1 1 +dramatization/1 1 +dramatize/6 1 +Drambuie +drank 452 +Drano/3 +drape/28 1 +draper/1 1 +drapery/15 1 +drastic/39 1 +drat/263 1 +draught/23 1 +draughtboard/10 1 +draughtsman/2 453 +draughtsmanship/3 +draughtsmen 454 +draughtswoman +draughtswomen +draughty/51 1 +Dravidian/2 1 +draw/144 455 +drawable +drawback/1 1 +drawbridge/1 1 +drawcord +drawer/1 1 +drawing/1 1 +drawl/23 1 +drawling 1 +drawstring/1 1 +dray/18 1 +dread/23 1 +dreadful/16 1 +dreadlocks +dreadlocks's +dreadnaught/1 1 +dreadnought/1 1 +dread 1 +dream/172 1 +dreamboat/1 1 +dreamer/1 1 +dreaming 1 +dreamland/2 1 +dreamless 1 +dreamlike 1 +dreamworld/1 1 +dreamy/51 1 +drear 1 +dreary/51 1 +dredge/28 1 +dredger/1 1 +dredging 1 +drees +dregs +dregs's +Dreiser +drench/156 1 +Dresden/2 1 +dress/147 1 +dressage/2 1 +dresser/1 1 +dressing/1 1 +dressmaker/1 1 +dressmaking/2 1 +dressy/50 1 +Drew/3 +drew 456 +Dreyfus/2 1 +dribble/28 1 +dribbler/1 1 +driblet/1 1 +drier/1 457 +driest 458 +drift/23 1 +drifter/1 1 +drifting 1 +driftnet +driftnets +driftwood/2 1 +drill/23 1 +driller/1 1 +drilling 1 +drillmaster/1 1 +drink/86 459 +drinkable 1 +drinker/1 1 +drinking/10 1 +drip/48 1 +dripping/1 1 +drippy/34 1 +Dristan/3 +drivable +drive/264 460 +drivel/66 1 +driveller/1 1 +drivelling 1 +driver/1 1 +driveway/1 1 +driving/10 1 +drizzle/28 1 +drizzly/34 1 +drogue/1 1 +droid/10 1 +droll/179 1 +drollery/15 1 +droll 1 +drolly 1 +dromedary/15 1 +drone/28 1 +droning 1 +drool/23 1 +droop/23 1 +drooping/8 1 +droopy/50 1 +drop/48 1 +dropkick/1 1 +droplet/1 1 +dropout/1 1 +dropper/1 1 +dropping/32 1 +dropsical 1 +dropsy/2 1 +dross/2 1 +drought/1 1 +drouth/1 1 +drove/74 1 +drover/1 1 +drove 461 +drown/11 1 +drowning/1 1 +drowse/28 1 +drowsy/51 1 +drub/265 1 +drubber/1 1 +drubbing/1 1 +Drudge/3 +drudge/28 1 +drudgery/2 1 +drudging 1 +drug/92 1 +druggie/1 1 +druggist/1 1 +drugstore/1 1 +druggy/15 1 +druid/1 1 +druidism/2 1 +Druid 1 +drum/160 1 +drumbeat/18 1 +drumlin/1 1 +drummer/1 1 +drumstick/1 1 +drunk/190 1 +drunkard/1 1 +drunken/16 1 +drunk 452 +drupe/1 1 +druthers/2 1 +dry/266 1 +dryad/1 1 +Dryden +dryer/1 1 +drying 1 +dryish +drystone +drywall/2 1 +Dschubba/3 +DST +DTP +Du +dual/193 1 +dualism/2 1 +dualistic 1 +dualist 1 +duality/15 1 +Duane/3 +dub/136 1 +Dubai +dubber/1 1 +dubbin/2 1 +dubbing 1 +Dubcek/3 +Dubhe/3 +dubiety/2 1 +dubious/16 1 +Dublin/2 1 +Dubrovnik/2 1 +ducal 1 +ducat/1 1 +Duchamp +duchess/4 1 +duchy/15 1 +duck/23 1 +duckbill/1 1 +duckboards +ducking/10 1 +duckling/1 1 +duckpins +duckpins's +duckpond +duckweed/2 1 +ducky/42 1 +duct/23 1 +ductile 1 +ductility/2 1 +ducting 1 +ductless 1 +dud/18 1 +dude/28 1 +dudgeon/2 1 +Dudley +dud 1 +due/1 1 +duel/66 1 +dueller/1 1 +duelling/10 1 +duellist/1 1 +duenna/1 1 +duet/18 1 +due 1 +duff/23 1 +duffel 1 +duffer/1 1 +Duffy/3 +dugout/1 1 +dug 462 +duh +DUI +Duisburg +Duke/3 +duke/18 1 +dukedom/1 1 +dulcet 1 +dulcimer/1 1 +dull/267 1 +dullard/1 1 +Dulles +dulness/3 +Duluth +dully 1 +duly 1 +Dumas +dumb/21 1 +dumbbell/1 1 +dumbfound/11 1 +Dumbledore/3 +Dumbo/3 +dumbo/10 1 +dumbstruck 1 +dumb 1 +dumbwaiter/1 1 +dumdum/1 1 +dumfound/11 1 +dummy/167 1 +dump/23 1 +dumper/10 1 +dumping 1 +dumpling/1 1 +dumplings 1 +dumpster/1 1 +Dumpster 1 +dumpy/50 1 +dun/268 1 +Dunant +Dunbar +Duncan +dunce/1 1 +Dundee +dunderhead/1 1 +dune/1 1 +Dunedin +dung/23 1 +dungaree/1 1 +dungeon/18 1 +dunghill/1 1 +dunk/23 1 +Dunkirk/2 1 +Dunlap/3 +Dunn/3 +Dunne/3 +dunno +duo/1 1 +duodecimal 1 +duodenal +duodena 463 +duodenum/2 464 +duologue 1 +duopolies +duopoly +dupe/28 1 +duper/1 1 +duple 1 +duplex/40 1 +duplicability 1 +duplicate/28 1 +duplication/1 1 +duplicator/1 1 +duplicitous +duplicity/15 1 +DuPont +durability/2 1 +durable/269 1 +Duracell/3 +Duran/3 +durance/2 1 +Durant +Durante/3 +duration/1 1 +Durban +Durer +duress/2 1 +Durex/3 +Durham/1 1 +during +Durkheim +Durocher/3 +Duroc 1 +durst 465 +durum/2 1 +Duse/3 +Dushanbe/2 1 +dusk/2 1 +dusky/50 1 +Dusseldorf/2 1 +dust/23 1 +dustbin/1 1 +Dustbuster/3 +dustcart/10 1 +dustcover 1 +duster/1 1 +Dustin/3 +dusting 1 +dustless 1 +dustman 466 +dustmen 467 +dustpan/1 1 +dustsheet/10 1 +Dusty/3 +dusty/51 1 +Dutch/2 1 +Dutchman/2 468 +Dutchmen 469 +dutch 1 +Dutch 1 +dutch 1 +Dutchwoman 1 +duteous/8 1 +dutiable 1 +dutiful/16 1 +duty/15 1 +Duvalier +duvet/1 1 +DVD 1 +Dvina +Dvorak +dwarf/180 1 +dwarfish 1 +dwarfism/2 1 +Dwayne/3 +dweeb/1 1 +dwell/270 1 +dweller/1 1 +dwelling/1 1 +DWI +Dwight/3 +dwindle/6 1 +Dy/2 1 +dyadic 1 +dyad 1 +dybbuk/188 1 +dye/271 1 +dyeing 1 +Dyer/3 +dyer/1 1 +dyestuff/1 1 +dying/2 470 +dyke/18 1 +Dylan/2 1 +dynamic/130 1 +dynamical/8 1 +dynamic 1 +dynamism/2 1 +dynamite/139 1 +dynamiter/1 1 +dynamo/1 1 +dynastic 1 +dynasty/15 1 +dyne 1 +dysentery/2 1 +dysfunction/1 1 +dysfunctional +dyslectic/1 1 +dyslexia/2 1 +dyslexic/1 1 +dyslexically +dyslexic 1 +Dyson/3 +dyspepsia/2 1 +dyspeptic/1 1 +dysprosium/2 1 +dystrophy 1 +dz +Dzerzhinsky/3 +Dzungaria +E/1 1 +e/10 1 +each 1 +eager/21 1 +eagle/18 1 +eaglet/1 1 +Eakins +ear/63 1 +earache/1 1 +eardrum/1 1 +earful/1 1 +Earhart +Earl/3 +earl/1 1 +earldom/1 1 +Earle/3 +Earlene/3 +Earline/3 +earlobe/1 1 +early/50 1 +earmark/23 1 +earmuff/1 1 +earn/272 1 +earner/1 1 +Earnest/3 +earnest/36 1 +Earnestine/3 +Earnhardt/3 +earning/32 1 +Earp/3 +earphone/1 1 +earpiece/10 1 +earplug/1 1 +earring/1 1 +earshot/2 1 +earsplitting +earth/1 1 +Earth/2 1 +earth/11 1 +earthbound 1 +earthen 1 +earthenware/2 1 +earthling/1 1 +earthly/34 1 +earthquake/18 1 +earthshaking +earthward/10 1 +earthwork/1 1 +earthworm/1 1 +earthy/50 1 +earwax/2 1 +earwig/18 1 +ease/28 1 +easel/1 1 +easement/1 1 +East/1 1 +east/2 1 +eastbound 1 +ea 471 +Easter/1 1 +easterlies +easterly's +easterly 1 +Eastern +eastern/44 1 +easterner/1 1 +Easterner 1 +easternmost +easting 1 +Eastman +east 1 +eastward/10 1 +Eastwood/3 +easy/51 1 +easygoing 1 +easy 1 +eat/116 472 +eatable/1 1 +eater/1 1 +eatery/15 1 +eating 1 +Eaton/3 +eave/1 1 +eavesdrop/105 1 +eavesdropper/1 1 +eBay/3 +ebb/23 1 +Eben/3 +Ebeneezer/3 +Ebert +Ebola 1 +Ebonics/2 1 +Ebony/3 +ebony/15 1 +Ebro/2 1 +ebullience/2 1 +ebullient/8 1 +ebullition/2 1 +EC +eccentric/1 1 +eccentrically +eccentricity/15 1 +eccl +Ecclesiastes +ecclesiastic/1 1 +ecclesiastical/8 1 +ECG/2 1 +echelon/18 1 +echinoderm/1 1 +echo/273 1 +echoic 1 +echolocation/2 1 +eclair/1 1 +eclat/2 1 +eclectic/52 1 +eclecticism/2 1 +eclipse/28 1 +eclipses 473 +ecliptic/2 1 +eclogue/1 1 +Eco/3 +ecocide/2 1 +ecol +ecologic +ecological/8 1 +ecologist/1 1 +ecology/2 1 +econ +econometric/10 1 +economic/32 1 +economical/8 1 +economist/1 1 +economization +economize/6 1 +economizer/1 1 +economy/15 1 +ecosystem/1 1 +ecru/2 1 +ectopic +ectoplasm 1 +Ecuador/2 1 +Ecuadoran/1 1 +Ecuadorean 1 +Ecuadorian/1 1 +ecumenical/8 1 +ecumenicism/2 1 +ecumenism's +ecu 1 +eczema/2 1 +ecstasy/15 1 +Ecstasy 1 +ecstatic/39 1 +ed/3 +Ed/3 +Edam/1 1 +Edda +Eddie/3 +Eddington/2 1 +eddy/15 1 +Eddy/2 1 +eddy/31 1 +edelweiss/2 1 +Eden/1 1 +Edgardo/3 +Edgar 1 +edge/139 1 +edgeless 1 +edger/1 1 +edgeways +edgewise +edging/1 1 +edgy/51 1 +edibility/2 1 +edible/20 1 +edict/1 1 +edification/2 1 +edifice/1 1 +edifier/1 1 +edify/31 1 +edifying 1 +Edinburgh/2 1 +Edison/2 1 +edit/23 1 +editable +Edith/3 +edition/1 1 +editor/1 1 +editorial/30 1 +editorialize/6 1 +editorship/1 1 +Edmond/3 +Edmonton/2 1 +Edmund/3 +Edna/3 +EDP/2 1 +eds +Edsel 1 +EDT +Eduardo/3 +educ +educability/2 1 +educable 1 +educate/6 1 +education/1 1 +educational/8 1 +educationalist/10 1 +educationist/10 1 +educative +educator/1 1 +educe/6 1 +eduction 1 +edutainment/2 1 +Edward/1 1 +Edwardian/2 1 +Edwardo/3 +Edwin +Edwina/3 +EEC/2 1 +EEG/2 1 +eek 1 +eel/1 1 +e'en +EEO +EEOC +e'er +eerie/150 1 +eery/51 1 +Eeyore/3 +eff/11 1 +efface/6 1 +effacement/2 1 +effect/23 1 +effective/16 1 +effector/10 1 +effectual/8 1 +effectuate/6 1 +effeminacy/2 1 +effeminate/8 1 +effendi/1 1 +efferent 1 +effervesce/6 1 +effervescence/2 1 +effervescent/8 1 +effervescing 1 +effete/16 1 +efficacious/8 1 +efficacy/2 1 +efficiency/15 1 +efficient/8 1 +Effie/3 +effigy/15 1 +efflorescence/2 1 +efflorescent +effluence/2 1 +effluent/1 1 +effluvia 474 +effluvium/2 475 +effort/1 1 +effortless/16 1 +effrontery/2 1 +effulgence/2 1 +effulgent 1 +effuse/6 1 +effusion/1 1 +effusive/16 1 +EFL +Efrain/3 +Efren/3 +EFT +egad 1 +egalitarian/1 1 +egalitarianism/2 1 +egg/23 1 +eggbeater/1 1 +eggcup/1 1 +egghead/1 1 +eggnog/2 1 +Eggo/3 +eggplant/1 1 +eggshell/1 1 +egis/2 1 +eglantine/1 1 +ego/1 1 +egocentric/1 1 +egocentrically +egocentricity/2 1 +egoism/2 1 +egoist/1 1 +egoistic +egoistical/8 1 +egomania/2 1 +egomaniac/1 1 +egotism/2 1 +egotist/1 1 +egotistic +egotistical/8 1 +egregious/16 1 +egress/40 1 +egret/1 1 +Egypt/2 1 +Egyptian/1 1 +Egyptology/2 1 +eh +Ehrenberg/3 +Ehrlich +Eichmann +eider/1 1 +eiderdown/1 1 +eidetic 1 +Eiffel +eigenfunction +eigenfunctions +eigenstate +eigenstates +eigenvalue/10 1 +eight/1 1 +eighteen/1 1 +eighteenth/1 1 +eighteen 1 +eightfold 1 +eighth/1 1 +eightieth/1 1 +eightpence 1 +eight 1 +eighty/15 1 +Eileen/3 +Einstein/1 1 +einsteinium/2 1 +Eire/2 1 +Eisenhower/2 1 +Eisenstein +Eisner/3 +eisteddfod/10 1 +either 1 +ejaculate/43 1 +ejaculation/1 1 +ejaculatory +eject/11 1 +ejecta +ejection/1 1 +ejector/1 1 +eke/6 1 +EKG/2 1 +elaborate/68 1 +elaboration/1 1 +Elaine +Elam +elan/2 1 +eland/1 1 +Elanor/3 +elapse/6 1 +elastic/52 1 +elasticated +elasticity/15 1 +elasticize/6 1 +elastodynamics +Elastoplast/2 1 +elate/6 1 +elated/8 1 +elation/2 1 +Elba 1 +Elbe/2 1 +Elbert +elbow/23 1 +elbowroom/2 1 +Elbrus +elder/30 1 +elderberry/15 1 +elderflower 1 +elderly 1 +elder 476 +eldest 476 +Eldon/3 +Eldorado 1 +Eleanor/3 +Eleazar/3 +elect/274 1 +electability 1 +electable +election/1 1 +electioneer/11 1 +electioneering 1 +elective/1 1 +elector/1 1 +electoral/8 1 +electorate/1 1 +Electra/2 1 +electric/10 1 +electrical/8 1 +electrician/1 1 +electricity/2 1 +electrification/2 1 +electrifier/1 1 +electrify/31 1 +electrocardiogram/1 1 +electrocardiograph/1 1 +electrocardiography/2 1 +electrochemical/8 1 +electrocute/6 1 +electrocution/1 1 +electrode/1 1 +electrodynamic/10 1 +electroencephalogram/1 1 +electroencephalograph/1 1 +electroencephalographic +electroencephalography/2 1 +electrologist/1 1 +electroluminescent +electrolyse/252 1 +electrolysis/2 1 +electrolyte/1 1 +electrolytic/39 1 +electromagnet/1 1 +electromagnetically +electromagnetic 1 +electromagnetism/2 1 +electromechanical +electromechanics +electromotive +electron/1 1 +electronegative +electronic/35 1 +electrophoresis 1 +electroplate/43 1 +electroplating 1 +electroscope/1 1 +electroscopic +electroshock/2 1 +electrostatic/32 1 +electrotype/18 1 +eleemosynary +elegance/2 1 +elegant/8 1 +elegiac/1 1 +elegiacal +elegy/15 1 +elem +element/1 1 +elemental/8 1 +elementary/213 1 +Elena/3 +elephant/1 1 +elephantiasis/2 1 +elephantine +elev +elevate/6 1 +elevated 1 +elevation/1 1 +elevator/1 1 +eleven/1 1 +elevens/89 1 +eleventh/1 1 +elf/120 1 +ELF/2 1 +elfin 1 +elfish 1 +Elgar +Eli +Elias +elicit/11 1 +elicitation/2 1 +elide/6 1 +eligibility/2 1 +eligible/19 1 +Elijah/2 1 +eliminate/6 1 +elimination/1 1 +eliminator/10 1 +Elinor/3 +Eliot +Elisa/3 +Elisabeth +Elise/3 +Eliseo/3 +Elisha +elision/1 1 +elite/1 1 +elitism/2 1 +elitist/1 1 +elixir/1 1 +Eliza/3 +Elizabeth/2 1 +Elizabethan/1 1 +elk/1 1 +ell/1 1 +Ella/2 1 +Ellen/3 +Ellesmere/3 +Ellie/3 +Ellington +Elliot/3 +Elliott/3 +ellipse/1 1 +ellipses 477 +ellipsis/2 478 +ellipsoid/1 1 +ellipsoidal +elliptic +elliptical/8 1 +Ellis +Ellison/3 +elm/1 1 +Elma/3 +Elmer/3 +Elmo/3 +Elnath/3 +Elnora/3 +elocution/2 1 +elocutionary +elocutionist/1 1 +elodea/1 1 +Elohim +Eloise/3 +elongate/6 1 +elongation/1 1 +elope/6 1 +elopement/1 1 +eloquence/2 1 +eloquent/8 1 +Eloy/3 +Elroy/3 +Elsa/3 +else 1 +elsewhere +Elsie/3 +Elsinore +Eltanin/3 +Elton/3 +elucidate/6 1 +elucidation/1 1 +elude/6 1 +Elul/2 1 +elusive/16 1 +eluted +Elva/3 +elven +elver/1 1 +Elvia/3 +Elvin/3 +Elvira/3 +Elvis/3 +elvish/89 1 +Elway/3 +Elwood/3 +Elysee/3 +Elysian +Elysium/1 1 +EM +em/1 1 +emaciate/6 1 +emaciation/2 1 +Emacs/3 +email/23 1 +emanate/6 1 +emanation/1 1 +emancipate/6 1 +emancipation/2 1 +emancipator/1 1 +emancipatory +Emanuel/3 +emasculate/6 1 +emasculation/2 1 +embalm/11 1 +embalmer/1 1 +embalming 1 +embank/11 1 +embankment/1 1 +embargo/22 1 +embark/11 1 +embarkation/1 1 +embarrass/7 1 +embarrassed 1 +embarrassing/8 1 +embarrassment/1 1 +embassy/15 1 +embattled +embed/275 1 +embeddable +embedding/10 1 +embellish/7 1 +embellishment/1 1 +ember/1 1 +embezzle/6 1 +embezzlement/2 1 +embezzler/1 1 +embitter/11 1 +embitterment/2 1 +emblazon/11 1 +emblazonment/2 1 +emblem/18 1 +emblematic +emblematically +embodiment/1 1 +embody/31 1 +embolden/11 1 +embolism/1 1 +embosom 1 +emboss/7 1 +embosser/1 1 +embouchure/2 1 +embower/11 1 +embrace/28 1 +embraceable +embrasure/1 1 +embrocation/1 1 +embroider/11 1 +embroiderer/1 1 +embroidery/15 1 +embroil/11 1 +embroilment/2 1 +embryo/1 1 +embryological 1 +embryologist/1 1 +embryology/2 1 +embryonic 1 +embryo 1 +emcee/45 1 +emend/11 1 +emendation/1 1 +emerald/1 1 +emerge/6 1 +emergence/2 1 +emergency/15 1 +emergent 1 +emerita 1 +emeritus 1 +Emerson +Emery/3 +emery/2 1 +emetic/1 1 +emf/10 1 +emigrant/1 1 +emigrate/6 1 +emigration/1 1 +emigre/1 1 +Emil/3 +Emile/2 1 +Emilia/2 1 +Emilio/3 +Emily/3 +Eminem/3 +eminence/1 1 +Eminence 1 +eminent/8 1 +emir/1 1 +emirate/1 1 +emissary/15 1 +emission/1 1 +emissivity/61 1 +emit/12 1 +emitter/1 1 +Emma/3 +Emmanuel +Emmett/3 +Emmy 1 +emollient/1 1 +emolument/1 1 +Emory/3 +emote/6 1 +emoticon/1 1 +emotion/1 1 +emotional/8 1 +emotionalism/2 1 +emotionality 1 +emotionalize/6 1 +emotionless 1 +emotive/8 1 +empanel/62 1 +empanelling 1 +empathetical +empathetic 1 +empathic 1 +empathize/6 1 +empathy/2 1 +emperor/1 1 +emphases 479 +emphasis/2 480 +emphasize/6 1 +emphatic/39 1 +emphysema/2 1 +empire/1 1 +empirical/8 1 +empiricism/2 1 +empiricist/1 1 +empiric 1 +emplacement/1 1 +employ/23 1 +employable 1 +employe/28 1 +employee/1 1 +employer/1 1 +employment/1 1 +emporium/1 1 +empower/11 1 +empowerment/2 1 +empress/4 1 +emptier 1 +empty/276 1 +emptying 1 +empyrean/2 1 +EMT +emu/1 1 +emulate/6 1 +emulation/1 1 +emulative 1 +emulator/1 1 +emulsification/2 1 +emulsifier/1 1 +emulsify/31 1 +emulsion/1 1 +en/1 1 +enable/6 1 +enabler/1 1 +enact/11 1 +enactment/1 1 +enamel/66 1 +enameller/1 1 +enamelling/10 1 +enamelware/2 1 +enamour/11 1 +enc +encamp/11 1 +encampment/1 1 +encapsulate/6 1 +encapsulation/1 1 +Encarta/3 +encase/6 1 +encasement/2 1 +encephalitic +encephalitis/2 1 +encephalopathy 1 +enchain/11 1 +enchant/11 1 +enchanter/1 1 +enchanting/8 1 +enchantment/1 1 +enchantress/4 1 +enchilada/1 1 +encipher/11 1 +encircle/6 1 +encirclement/1 1 +encircling 1 +encl +enclave/18 1 +enclose/6 1 +enclosure/1 1 +encode/6 1 +encoder/1 1 +encomium/1 1 +encompass/7 1 +encore/28 1 +encounter/23 1 +encourage/6 1 +encouragement/1 1 +encourager 1 +encouraging/8 1 +encroach/7 1 +encroachment/1 1 +encrust/11 1 +encrustation/1 1 +encrypt/11 1 +encryption 1 +encumber/11 1 +encumbrance/1 1 +ency +encyclical/1 1 +encyclopaedic 1 +encyclopedia/1 1 +encyclopedic 1 +encyst/11 1 +encystment/2 1 +end/23 1 +endanger/11 1 +endangerment/2 1 +endear/11 1 +endearing/8 1 +endearment/1 1 +endeavour/23 1 +endemic/52 1 +endgame/10 1 +ending/1 1 +endive/1 1 +endless/16 1 +endmost 1 +endocrine/1 1 +endocrinologist/1 1 +endocrinology/2 1 +endogenous +endogenously +endomorphism/10 1 +endoplasmic +endorphin/1 1 +endorse/6 1 +endorsement/1 1 +endorser/1 1 +endoscope/1 1 +endoscopic +endoscopy/2 1 +endothermic 1 +endow/11 1 +endowment/1 1 +endpapers +endpoint/1 1 +endue/6 1 +endungeoned +endurable 1 +endurance/2 1 +endure/6 1 +enduring 1 +endways 1 +endwise 1 +Endymion +ENE/2 1 +enema/1 1 +enemy/15 1 +energetic/277 1 +energize/6 1 +energizer/1 1 +energy/15 1 +enervate/6 1 +enervation/2 1 +enfeeble/6 1 +enfeeblement/2 1 +enfilade/28 1 +enfold/11 1 +enforce/6 1 +enforceability 1 +enforceable +enforced 1 +enforcement/1 1 +enforcer/1 1 +enfranchise/6 1 +enfranchisement/2 1 +enfranchiser +Eng +engage/6 1 +engaged 1 +engagement/1 1 +engaging/8 1 +Engels/2 1 +engender/11 1 +engine/78 1 +engineer/23 1 +engineering/2 1 +England/2 1 +English/278 1 +Englishman/2 481 +Englishmen 482 +Englishwoman/2 483 +Englishwomen 484 +engorge/6 1 +engorgement/2 1 +engrained 1 +engram/1 1 +engrave/6 1 +engraver/1 1 +engraving/1 1 +engross/7 1 +engrossed 1 +engrossing 1 +engrossment/2 1 +engulf/11 1 +engulfment/2 1 +enhance/6 1 +enhanceable +enhancement/1 1 +enhancer/10 1 +enharmonic 1 +Enid +Enif/3 +enigma/1 1 +enigmatic +enigmatically +Eniwetok/2 1 +enjambement/1 1 +enjambment/1 1 +enjoin/11 1 +enjoy/11 1 +enjoyability +enjoyable/19 1 +enjoyment/1 1 +Enkidu/2 1 +enlarge/6 1 +enlargeable +enlarged 1 +enlargement/1 1 +enlarger/1 1 +enlighten/11 1 +enlightened 1 +enlightening 1 +enlightenment/2 1 +enlist/11 1 +enlistee/1 1 +enlistment/1 1 +enliven/11 1 +enlivening 1 +enlivenment/2 1 +enmesh/7 1 +enmeshment/2 1 +enmity/15 1 +ennoble/6 1 +ennoblement/2 1 +ennobling 1 +ennui/2 1 +Enoch +enormity/15 1 +enormous/16 1 +Enos +enough/2 1 +enplane/6 1 +enquire/6 1 +enquirer/10 1 +enquiringly +enquiry/15 1 +enrage/6 1 +enraged 1 +enrapture/6 1 +enraptured 1 +enrich/7 1 +enrichment/2 1 +Enrico/3 +Enrique/3 +enrobed +enrol/62 1 +enrolling 1 +enrolment/1 1 +Enron/3 +ensconce/6 1 +ensemble/1 1 +enshrine/6 1 +enshrinement/2 1 +enshroud/11 1 +ensign/1 1 +ensilage/2 1 +enslave/6 1 +enslavement/2 1 +ensnare/6 1 +ensnarement/2 1 +ensue/6 1 +ensuing 1 +ensure/6 1 +ensurer/1 1 +entail/5 1 +entailment/2 1 +entangle/6 1 +entangled 1 +entanglement/1 1 +entangler 1 +entente/1 1 +enter/11 1 +entering 1 +enteritis/2 1 +Enterprise/3 +enterprise/1 1 +enterprising/8 1 +entertain/11 1 +entertainer/1 1 +entertaining/37 1 +entertainment/1 1 +enthalpy/61 1 +enthral/62 1 +enthralling 1 +enthralment/2 1 +enthrone/6 1 +enthronement/1 1 +enthuse/6 1 +enthusiasm/1 1 +enthusiast/1 1 +enthusiastic/39 1 +entice/6 1 +enticement/1 1 +enticing/8 1 +entire/8 1 +entirety/2 1 +entitle/6 1 +entitlement/1 1 +entity/15 1 +entomb/11 1 +entombment/2 1 +entomological 1 +entomologist/1 1 +entomology/2 1 +entourage/1 1 +entr'acte 1 +entrails +entrails's +entrain/197 1 +entrainment 1 +entrance/28 1 +entrancement/2 1 +entrancing/8 1 +entrant/1 1 +entrap/105 1 +entrapment/2 1 +entreat/11 1 +entreatingly +entreaty/15 1 +entree/1 1 +entrench/7 1 +entrenchment/1 1 +entrepreneur/1 1 +entrepreneurial +entrepreneurship 1 +entropic +entropy/2 1 +entrust/11 1 +entry/15 1 +entryphone +entryphones +entryway/1 1 +entwine/6 1 +enumerable 1 +enumerate/6 1 +enumeration/1 1 +enumerator/1 1 +enunciate/6 1 +enunciation/2 1 +enure/6 1 +enuresis/2 1 +enures 1 +envelop/11 1 +envelope/28 1 +enveloper/1 1 +envelopment/2 1 +envenom/11 1 +enviable/19 1 +envious/16 1 +environ/59 1 +environment/1 1 +environmental/8 1 +environmentalism/2 1 +environmentalist/1 1 +environs's +envisage/6 1 +envision/11 1 +envoy/1 1 +envy/57 1 +envyingly 1 +enzymatic 1 +enzyme/1 1 +Eocene/2 1 +EOE +eolian 1 +eon/1 485 +EPA/2 1 +epaulet/1 1 +epaulette/1 1 +Epcot/3 +epee/1 1 +ephedrine/2 1 +ephemera/2 1 +ephemeral/8 1 +ephemera's 486 +ephemera 487 +ephemeris 1 +Ephesian/10 1 +Ephesus +Ephraim +epic/1 1 +epically +epicentre/1 1 +Epictetus +epic 1 +epicure/1 1 +epicurean/1 1 +Epicurean 1 +Epicurus/2 1 +epicycles +epicycloid 1 +epidemic/52 1 +epidemiological 1 +epidemiologist/1 1 +epidemiology/2 1 +epidermal +epidermic 1 +epidermis/4 1 +epidural/10 1 +epiglottis/4 1 +epigram/1 1 +epigrammatic 1 +epigraph/1 1 +epigraphical +epigraphy/2 1 +epilepsy/2 1 +epileptic/1 1 +epilog/1 1 +epilogue/18 1 +Epimethius/3 +epinephrin/2 1 +epinephrine/2 1 +epiphany/15 1 +Epiphany/15 1 +epiphenomena 488 +epiphenomenon 489 +episcopacy/2 1 +Episcopalian/1 1 +episcopalian 1 +episcopal 1 +Episcopal 1 +episcopate/2 1 +episode/1 1 +episodic/39 1 +epistemic 1 +epistemological 1 +epistemology 1 +epistle/1 1 +Epistle 1 +epistolary 1 +epitaph/18 1 +epitaxial +epitaxy 1 +epithelial +epithelium/2 1 +epithet/1 1 +epithetic +epitome/1 1 +epitomize/6 1 +epoch/1 1 +epochal 1 +eponymous +epoxy/57 1 +epsilon/1 1 +Epsom +Epson/3 +Epstein +equability/2 1 +equable/19 1 +equal/279 1 +equality/15 1 +equalization/2 1 +equalize/6 1 +equalizer/1 1 +equalling 1 +equanimity/2 1 +equatable +equate/6 1 +equation/1 1 +equator/1 1 +equatorial 1 +equerry/15 1 +equestrian/1 1 +equestrianism/2 1 +equestrienne/1 1 +equiangular +equidistant/8 1 +equilateral/1 1 +equilibrating +equilibration 1 +equilibrium/2 1 +equine/1 1 +equinoctial 1 +equinox/4 1 +equip/105 1 +equipage/1 1 +equipartition +equipment/1 1 +equipoise/2 1 +equitable/19 1 +equitation/2 1 +equity/15 1 +equiv +equivalence/1 1 +equivalency/15 1 +equivalent/30 1 +equivocal/16 1 +equivocate/6 1 +equivocation/1 1 +equivocator/1 1 +Equuleus +ER +Er/2 1 +ERA +era/1 1 +eradicable 1 +eradicate/6 1 +eradication/2 1 +eradicator/1 1 +eras/207 1 +erasable +erase/6 1 +eraser/1 1 +Erasmus/2 1 +erasure/1 1 +Erato/2 1 +Eratosthenes/2 1 +erbium/2 1 +ere +Erebus/2 1 +erect/158 1 +erectile +erection/1 1 +erector/1 1 +Erector 1 +erelong +eremite/1 1 +Erewhon/2 1 +erg/1 1 +ergodic +ergonomic/32 1 +ergonomically +ergophobia +ergosterol/2 1 +ergot/2 1 +ergo 1 +Erhard +Eric/3 +Erica/3 +Erich/3 +Erick/3 +Ericka/3 +Erickson/3 +Ericson +Ericsson +Eridanus +Erie 1 +Erik/3 +Erika/3 +Eriksson +Erin +Eris/4 1 +Eritrea/2 1 +Eritrean/1 1 +Erlenmeyer/3 +Erma/3 +ermine/1 1 +Erna/3 +Ernest/3 +Ernestine/3 +Ernesto/3 +Ernie/3 +Ernst +erode/6 1 +erodible +erogenous +Eros/4 1 +erosion/2 1 +erosional +erosive 1 +erotic/277 1 +erotica/2 1 +eroticism/2 1 +erotics/89 1 +err/11 1 +errand/1 1 +errant 1 +errata/1 1 +errata's 490 +errata 491 +erratic/39 1 +erratum/2 492 +erring 1 +Errol/3 +erroneous/8 1 +error/1 1 +ersatz/4 1 +Erse/2 1 +erst 1 +erstwhile 1 +eruct/11 1 +eructation/1 1 +erudite/8 1 +erudition/2 1 +erupt/11 1 +eruption/1 1 +eruptive 1 +ErvIn/3 +Erwin/3 +erysipelas/2 1 +erythrocyte/1 1 +Esau/2 1 +escalate/6 1 +escalation/1 1 +escalator/1 1 +escallop/23 1 +escalop/11 1 +escalope/6 1 +escapade/1 1 +escape/28 1 +escapee/1 1 +escapement/1 1 +escapism/2 1 +escapist/1 1 +escapologist/10 1 +escapology 1 +escargot/1 1 +escarole/1 1 +escarpment/1 1 +eschatology 1 +Escher/3 +Escherichia/3 +eschew/11 1 +Escondido +escort/23 1 +escritoire/1 1 +escrow/18 1 +escudo/1 1 +escutcheon/1 1 +ESE/2 1 +Eskimo/1 1 +ESL +Esmeralda/3 +esophageal +esoteric/39 1 +esoterica 1 +ESP/2 1 +espadrille/1 1 +espalier/23 1 +especial/8 1 +Esperanto/2 1 +Esperanza/3 +Espinoza/3 +espionage/2 1 +esplanade/1 1 +ESPN +espousal/2 1 +espouse/6 1 +espresso/1 1 +esprit/2 1 +esp 1 +espy/31 1 +Esq/2 1 +esquire/1 1 +Esquire/1 1 +esquire/59 1 +essay/23 1 +essayer/1 1 +essayist/1 1 +Essen/2 1 +essence/1 1 +Essene 1 +essential/30 1 +essentialist 1 +Essequibo +Essex +Essie/3 +est +EST/2 1 +establish/7 1 +establishment/1 1 +Establishment 1 +estate/18 1 +Esteban/3 +esteem/23 1 +Estela/3 +Estella/3 +Estelle/3 +Ester/3 +ester/1 1 +Esterhazy/3 +Estes +Esther/2 1 +esthete/10 1 +esthetic/32 1 +esthetically +estimable 1 +estimate/28 1 +estimation/1 1 +estimator/1 1 +Estonia/2 1 +Estonian/1 1 +Estrada/3 +estrange/6 1 +estranged 1 +estrangement/1 1 +estuarine +estuary/15 1 +ET +ETA +eta/1 1 +etc +etch/7 1 +etcher/1 1 +etching/1 1 +ETD +eternal/16 1 +eternity/15 1 +Ethan/3 +ethane/2 1 +ethanol/2 1 +Ethel/3 +Ethelred/3 +ether/2 1 +ethereal/8 1 +etherized +Ethernet +ethic/130 1 +ethical/8 1 +ethicist 1 +ethic 1 +Ethiopia/2 1 +Ethiopian/1 1 +ethnic/1 1 +ethnically +ethnicity/2 1 +ethnic 1 +ethnocentric 1 +ethnocentrism/2 1 +ethnographer/10 1 +ethnographic +ethnographically +ethnography 1 +ethnological/8 1 +ethnologist/1 1 +ethnology/2 1 +ethological 1 +ethologist/1 1 +ethology/2 1 +ethos/2 1 +ethyl/2 1 +ethylene/2 1 +etiolated +etiologic +etiological 1 +etiology/15 1 +etiquette/2 1 +Etna/2 1 +Eton 1 +Etruria +Etruscan 1 +Etta/3 +etude/1 1 +etymological/8 1 +etymologist/1 1 +etymology/15 1 +EU +Eu/2 1 +eucalypti 493 +eucalyptus/4 494 +Eucharist/1 1 +Eucharistic +euchre/28 1 +Euclid/2 1 +euclidean +Euclidean +Eugene +Eugenia/2 1 +eugenic/35 1 +eugenicist/1 1 +Eugenie/3 +Eugenio/3 +eukaryote 1 +Eula/3 +Euler +eulogist/1 1 +eulogistic 1 +eulogize/6 1 +eulogizer/1 1 +eulogy/15 1 +Eumenides/2 1 +Eunice/3 +eunuch/1 1 +euphemism/1 1 +euphemistic +euphemistically +euphonious/8 1 +euphonium/10 1 +euphony/2 1 +euphoria/2 1 +euphoric +euphorically +Euphrates/2 1 +Eur +Eurasia/2 1 +Eurasian/1 1 +eureka 1 +Euripides +euro/1 1 +Eurodollar/1 1 +Europa/2 1 +Europe/2 1 +European/1 1 +europium/2 1 +Eurydice/2 1 +Eustachian/3 +eutectic 1 +Euterpe/2 1 +euthanasia/2 1 +euthanize 1 +euthenics/2 1 +Eva/3 +evacuate/6 1 +evacuation/1 1 +evacuee/1 1 +evadable +evade/6 1 +evader/1 1 +evaluable +evaluate/6 1 +evaluation/1 1 +evaluational +evaluative +evaluator/10 1 +Evan/1 1 +evanescence/2 1 +evanescent 1 +evangelic +evangelical/30 1 +evangelicalism/2 1 +Evangelical 1 +Evangelina/3 +Evangeline/3 +evangelism/2 1 +evangelist/1 1 +evangelistic 1 +Evangelist 1 +evangelize/6 1 +Evansville +evaporate/6 1 +evaporation/2 1 +evaporator/1 1 +evasion/1 1 +evasive/16 1 +eve/1 1 +Eve/2 1 +Evelyn +even/53 1 +evener 1 +evenhanded/8 1 +evening/1 1 +Evenki/2 1 +evensong/2 1 +event/1 1 +eventful/16 1 +eventide/2 1 +eventing +eventual/8 1 +eventuality/15 1 +eventuate/6 1 +Everest/2 1 +Everett/3 +Everette/3 +everglade/1 1 +Everglades/2 1 +evergreen/1 1 +everlasting/30 1 +everliving +evermore +EverReady/3 +Evert/3 +ever 1 +everybody/2 1 +everyday 1 +everyman 1 +everyone/2 1 +everyplace +everything/2 1 +every 1 +everywhere +Evian/3 +evict/11 1 +eviction/1 1 +evidence/28 1 +evident/8 1 +evidential 1 +evident 1 +evil/280 1 +evildoer/1 1 +evildoing/2 1 +evince/6 1 +eviscerate/6 1 +evisceration/2 1 +Evita/3 +evocation/1 1 +evocative/8 1 +evoke/6 1 +evolute 1 +evolution/1 1 +evolutionary/213 1 +evolutionism 1 +evolutionist/1 1 +evolve/6 1 +ewe/1 1 +ewer/1 1 +Ewing/3 +ex/4 495 +exacerbate/6 1 +exacerbating 1 +exacerbation/2 1 +exact/98 1 +exacter 1 +exacting/8 1 +exaction/2 1 +exactitude/2 1 +exaggerate/6 1 +exaggerated/8 1 +exaggeration/1 1 +exaggerator/1 1 +exalt/11 1 +exaltation/2 1 +exalted 1 +exam/1 1 +examinable +examination/1 1 +examine/6 1 +examinees +examiner/1 1 +example/28 1 +exasperate/6 1 +exasperated/8 1 +exasperating/8 1 +exasperation/2 1 +Excalibur/2 1 +excavate/6 1 +excavation/1 1 +excavator/1 1 +Excedrin/3 +exceed/11 1 +exceeding/8 1 +excel/62 1 +excellence/2 1 +excellency/15 1 +Excellency/15 1 +excellent/8 1 +excelling 1 +excelsior/2 1 +except/11 1 +exception/1 1 +exceptionable 1 +exceptional/8 1 +excerpt/23 1 +excerpting 1 +excess/40 1 +excessive/8 1 +excess 1 +exchange/28 1 +exchangeable 1 +exchanger/10 1 +exchequer/1 1 +Exchequer 1 +excise/28 1 +excision/1 1 +excitability/2 1 +excitable/19 1 +excitation/1 1 +excite/6 1 +excited/8 1 +excitement/1 1 +exciter/1 1 +exciting/8 1 +exciton 1 +excl/10 1 +exclaim/11 1 +exclamation/1 1 +exclamatory 1 +exclude/6 1 +exclusion/1 1 +exclusionary +exclusive/36 1 +exclusivity/2 1 +excommunicate/43 1 +excommunication/1 1 +excoriate/6 1 +excoriation/1 1 +excrement/2 1 +excremental +excrescence/1 1 +excrescent 1 +excreta/2 1 +excrete/6 1 +excretion/1 1 +excretory 1 +excruciating/8 1 +excruciation 1 +exculpate/6 1 +exculpation/2 1 +exculpatory +excursion/18 1 +excursionist/1 1 +excursive/16 1 +excusable/19 1 +excuse/28 1 +exec/64 1 +execrable/19 1 +execrate/6 1 +execration/2 1 +executable 1 +execute/6 1 +execution/1 1 +executioner/1 1 +executive/1 1 +executor/1 1 +executrix/186 1 +exegeses 496 +exegesis/2 497 +exegetical 1 +exegetic 1 +exemplar/1 1 +exemplary 1 +exemplification/1 1 +exemplify/31 1 +exempt/5 1 +exemption/1 1 +exempt 1 +exercisable +exercise/28 1 +exerciser/1 1 +Exercycle 1 +exert/11 1 +exertion/1 1 +exeunt +exfoliate/6 1 +exfoliation 1 +exhalation/1 1 +exhale/6 1 +exhaust/23 1 +exhaustible +exhausting 1 +exhaustion/2 1 +exhaustive/16 1 +exhibit/23 1 +exhibition/1 1 +exhibitioner/10 1 +exhibitionism/2 1 +exhibitionist/1 1 +exhibitor/1 1 +exhilarate/6 1 +exhilarating 1 +exhilaration/2 1 +exhort/11 1 +exhortation/1 1 +exhumation/1 1 +exhume/6 1 +exigence/1 1 +exigency/15 1 +exigent 1 +exiguity/2 1 +exiguous 1 +exile/28 1 +exist/11 1 +existence/1 1 +existential/8 1 +existentialism/2 1 +existentialist/1 1 +existentialistic 1 +existent 1 +exit/23 1 +exobiology/2 1 +Exocet/2 1 +exocrine 1 +Exodus/2 1 +exodus/4 1 +exogenous 1 +exonerate/6 1 +exoneration/2 1 +exorbitance/2 1 +exorbitant/8 1 +exorcise/6 1 +exorcism/1 1 +exorcist/1 1 +exorcize/6 1 +exoskeleton/1 1 +exosphere/1 1 +exothermic/39 1 +exotic/52 1 +exotica +exoticism/2 1 +exp +expand/11 1 +expandability 1 +expandable +expanded 1 +expander 1 +expanse/1 1 +expansible +expansion/1 1 +expansionary +expansionism/2 1 +expansionist/1 1 +expansive/16 1 +expat/10 1 +expatiate/6 1 +expatiation/2 1 +expatriate/28 1 +expatriation/2 1 +expect/11 1 +expectancy/15 1 +expectant/8 1 +expectation/1 1 +expectational +expected 1 +expecting 1 +expectorant/1 1 +expectorate/6 1 +expectoration/2 1 +expedience/1 1 +expediency/15 1 +expedient/30 1 +expedite/6 1 +expediter/1 1 +expedition/1 1 +expeditionary +expeditious/16 1 +expeditor/1 1 +expel/62 1 +expelling 1 +expend/11 1 +expendable/1 1 +expenditure/1 1 +expense/18 1 +expensive/16 1 +experience/28 1 +experiential 1 +experiment/23 1 +experimental/8 1 +experimentalist/10 1 +experimentation/2 1 +experimenter/1 1 +expert/221 1 +expertise/2 1 +expertize 1 +expiate/6 1 +expiation/2 1 +expiatory +expiration/2 1 +expiratory +expire/6 1 +expiring 1 +expiry/2 1 +explain/11 1 +explainable +explanation/1 1 +explanatory 1 +expletive/1 1 +explicable +explicate/6 1 +explication/1 1 +explicative 1 +explicit/16 1 +explode/6 1 +exploder/10 1 +exploit/23 1 +exploitable +exploitation/1 1 +exploitative +exploiter/1 1 +explorable +exploration/1 1 +exploratory +explore/6 1 +explorer/1 1 +explosion/1 1 +explosive/36 1 +expo/1 1 +exponent/1 1 +exponential/8 1 +exponentiation 1 +export/23 1 +exportability 1 +exportable +exportation/2 1 +exporter/1 1 +expos/207 1 +expose/28 1 +exposed 1 +exposition/1 1 +expositor/1 1 +expository 1 +expostulate/6 1 +expostulation/1 1 +exposure/1 1 +expound/11 1 +expounder/1 1 +express/281 1 +expressible +expression/1 1 +expressionism/2 1 +expressionist/1 1 +expressionistic +expressionless/8 1 +expressive/16 1 +expressway/1 1 +expropriate/6 1 +expropriation/1 1 +expropriator/1 1 +expulsion/1 1 +expunge/6 1 +expurgate/6 1 +expurgation/1 1 +exquisite/16 1 +ext +extant 1 +extemporaneous/16 1 +extempore 1 +extemporization/2 1 +extemporize/6 1 +extend/11 1 +extendability 1 +extendable +extended 1 +extender/1 1 +extendible +extensibility 1 +extensible 1 +extension/1 1 +extensional/8 1 +extensive/16 1 +extensors +extent/1 1 +extenuate/6 1 +extenuating 1 +extenuation/2 1 +exterior/1 1 +exterminate/6 1 +extermination/1 1 +exterminator/1 1 +external/30 1 +externalization/1 1 +externalize/6 1 +extinct/11 1 +extinction/1 1 +extinct 1 +extinguish/7 1 +extinguishable +extinguisher/1 1 +extirpate/6 1 +extirpation/2 1 +extol/62 1 +extoll/11 1 +extolling 1 +extort/11 1 +extortion/2 1 +extortionate/8 1 +extortioner/1 1 +extortionist/1 1 +extra/1 1 +extracellular 1 +extract/23 1 +extractable +extraction/1 1 +extractive 1 +extractor/1 1 +extracurricular 1 +extraditable +extradite/6 1 +extradition/1 1 +extragalactic +extrajudicial 1 +extralegal 1 +extralinguistic +extramarital +extramural 1 +extraneous/8 1 +extraordinaire +extraordinary/213 1 +extrapolate/6 1 +extrapolation/1 1 +extrasensory +extrasolar +extraterrestrial/1 1 +extraterritoriality/2 1 +extraterritorial 1 +extra 1 +extravagance/1 1 +extravagant/8 1 +extravaganza/1 1 +extravehicular +extravert/18 1 +extremal +extrema 498 +extreme/25 1 +extremism/2 1 +extremist/1 1 +extremity/15 1 +extricable +extricate/6 1 +extrication/2 1 +extrinsic/39 1 +extroversion/2 1 +extrovert/63 1 +extrude/6 1 +extrusion/1 1 +extrusive +ex 1 +exuberance/2 1 +exuberant/8 1 +exudate 1 +exudation/2 1 +exude/6 1 +exult/11 1 +exultant/8 1 +exultation/2 1 +exulting/8 1 +exurb/1 1 +exurban +exurbanite/1 1 +exurbia/2 1 +Exxon/3 +Eyck/3 +eye/45 1 +eyeball/23 1 +eyebrow/1 1 +eyedropper/1 1 +eyed 1 +eyeful/1 1 +eyeglass/4 1 +eyelash/4 1 +eyeless 1 +eyelet/18 1 +eyelid/1 1 +eyeliner/1 1 +eyeopener/1 1 +eyeopening +eyepiece/1 1 +eyeshadow 1 +eyesight/2 1 +eyesore/1 1 +eyestrain/2 1 +eyeteeth 499 +eyetooth/2 500 +eyewash/2 1 +eyewitness/3 +eyewitnesses +Eyre +eyrie/1 1 +eyry/15 1 +Eysenck/3 +Ezekiel +Ezra +f/282 1 +F/2 1 +fa/2 1 +FAA +Faberge +Fabian/1 1 +fable/78 1 +fabric/1 1 +fabricate/6 1 +fabrication/1 1 +fabricator/1 1 +fab 1 +fabulists +fabulous/8 1 +facade/1 1 +face/28 1 +facecloth/1 1 +faceless 1 +facelift/18 1 +faceplate 1 +facet/23 1 +facetious/16 1 +facial/30 1 +facile/8 1 +facilitate/6 1 +facilitation/2 1 +facilitative +facilitator/1 1 +facility/15 1 +facing/1 1 +fact/1 1 +faction/1 1 +factional +factionalism/2 1 +factious 1 +factitious 1 +factoid/1 1 +factor/23 1 +factorial/1 1 +factorisable +factorization/10 1 +factorize/6 1 +factory/15 1 +factotum/1 1 +factual/8 1 +faculty/15 1 +facsimile/45 1 +fad/18 1 +faddiness +faddish/153 1 +faddist/1 1 +faddy 1 +fade/28 1 +faded 1 +fadeout 1 +fading 1 +faecal 1 +faeces/2 1 +faerie/1 1 +Faeroe/3 +faery/15 1 +faff/11 1 +Fafnir +fag/92 1 +fagging 1 +faggot/86 1 +faggoting/2 1 +Fagin/2 1 +fagoting's +Fahd/3 +Fahrenheit 1 +faience/2 1 +fail/23 1 +failing/1 1 +faille/2 1 +failure/1 1 +fain/166 1 +faint/53 1 +fainter 1 +fainthearted 1 +fainting 1 +fain 1 +fair/283 1 +Fairbanks +fairground/1 1 +fairing/1 1 +fairings/89 1 +fairish 1 +fairway/1 1 +fairy/15 1 +fairyland/1 1 +fairytale 1 +fairy 1 +Faisal/3 +Faisalabad +Faith +faith/18 1 +faithful/36 1 +faithless/16 1 +fajita/130 1 +fake/139 1 +faker/1 1 +fakir/1 1 +Falasha 1 +falcon/18 1 +falconer/1 1 +falconry/2 1 +Falkland/3 +Falklands +fall/112 501 +fallacious/8 1 +fallacy/15 1 +fallback 1 +faller/10 1 +fallibility/2 1 +fallible/29 1 +falling 1 +falloff/1 1 +fallopian +Fallopian/3 +fallout/2 1 +fallow/23 1 +false/27 1 +falsehood/1 1 +falsetto/1 1 +falsie/1 1 +falsifiability 1 +falsifiable +falsification/1 1 +falsifier/1 1 +falsify/31 1 +falsity/15 1 +Falstaff/2 1 +falter/23 1 +faltering/193 1 +Falwell/3 +fame/149 1 +familial +familiar/30 1 +familiarity/15 1 +familiarization/2 1 +familiarize/6 1 +families +family/3 +famine/1 1 +famish/7 1 +famous/8 1 +fan/133 1 +fanatic/1 1 +fanatical/8 1 +fanaticism/2 1 +fanciable +fancier/1 1 +fanciful/16 1 +fancily 1 +fancy/284 1 +fancywork/2 1 +fandango/1 1 +fanfare/1 1 +fang/63 1 +fanlight/1 1 +Fannie/3 +fanning 1 +fantail/1 1 +fantasia/1 1 +fantasist/10 1 +fantasize/6 1 +fantastical/8 1 +fantastic 1 +fantasy/57 1 +fantasying 502 +fanzine/1 1 +Fanny/3 +fanny/15 1 +FAQ/1 1 +far/285 503 +farad/1 1 +Faraday/2 1 +faradize/6 1 +faraway 1 +farce/18 1 +farcical/8 1 +fare/28 1 +farewell/18 1 +farfetched 1 +Fargo/2 1 +farina/2 1 +farinaceous +Farley/3 +farm/79 1 +Farmer +farmer/1 1 +farmhand/1 1 +farmhouse/1 1 +farming/1 1 +farmland/1 1 +farmstead/1 1 +farmyard/1 1 +faro/2 1 +farrago/4 1 +Farragut +Farrakhan/3 +Farrell/3 +farrier/1 1 +Farrow/3 +farrow/23 1 +farseeing 1 +Farsi/2 1 +farsighted/33 1 +fart/23 1 +farthermost +farthing/1 1 +far 1 +fascia/1 1 +fascicle/1 1 +fascinate/6 1 +fascinated 1 +fascinating/8 1 +fascination/1 1 +fascism/2 1 +Fascism 1 +fascist/1 1 +fascistic 1 +fascist 1 +Fascist 1 +fashion/23 1 +fashionable/19 1 +fashioner/1 1 +Fassbinder/3 +fa's 504 +fast/286 1 +fastback/1 1 +fastball/1 1 +fasten/11 1 +fastener/1 1 +fastening/1 1 +faster 1 +fa 505 +fastidious/16 1 +fasting 1 +fat/287 1 +Fatah/3 +fatal/8 1 +fatalism/2 1 +fatalist/1 1 +fatalistic/39 1 +fatality/15 1 +fatback/2 1 +fate/28 1 +fateful/16 1 +Fates +fathead/1 1 +fatheaded +fatheadedness +father/1 1 +Father/1 1 +father/11 1 +fatherhood/2 1 +fatherland/1 1 +fatherless 1 +fatherly 1 +fathom/23 1 +fathomable +fathomless 1 +fatigue/233 1 +Fatima +Fatimid 1 +fatso/10 1 +fatten/11 1 +fattening 1 +fatuity/2 1 +fatuous/16 1 +fatwa/1 1 +fatty/288 1 +faucet/1 1 +Faulkner/2 1 +Faulknerian +fault/23 1 +faultfinder/1 1 +faultfinding/2 1 +faultless/16 1 +faulty/51 1 +faun/1 1 +fauna/1 1 +Fauntleroy/3 +Faust/2 1 +Faustian 1 +Faustino/3 +Faustus/2 1 +fauvism/2 1 +fauvist/1 1 +fave/10 1 +favour/23 1 +favourable/19 1 +favoured 1 +favourite/1 1 +favouritism/2 1 +Fawkes +fawn/23 1 +fawner/1 1 +fawning/8 1 +fax/289 1 +Fay/3 +fay/290 1 +Faye/3 +fayre 1 +faze/6 1 +FBI/2 1 +FCC +FD +FDA +FDIC/2 1 +FDR/2 1 +Fe/2 1 +fealty/2 1 +fear/23 1 +fearful/85 1 +fearless/16 1 +fearsome/83 1 +feasibility/2 1 +feasible/19 1 +feast/23 1 +feasting 1 +feat/1 1 +feather/23 1 +featherbedding/2 1 +featherbrained +feathering 1 +featherless 1 +featherlight +featherweight/1 1 +feathery/34 1 +feat 1 +feature/28 1 +featureless 1 +Feb/2 1 +febrile 1 +February/15 1 +fecal 1 +feces/2 1 +feckless/83 1 +fecundate/6 1 +fecundation/2 1 +fecundity/2 1 +fecund 1 +fed/1 1 +Fed/1 1 +federal/30 1 +Federal/1 1 +federalism/2 1 +federalist/1 1 +Federalist/2 1 +federalization/2 1 +federalize/6 1 +federate/6 1 +federation/1 1 +Federico/3 +FedEx +fedora/1 1 +fed 506 +fee/78 1 +feeble/291 1 +feed/86 507 +feedback/2 1 +feedbag/1 1 +feeder/1 1 +feeding/1 1 +feedlot/1 1 +feedstock 1 +feedstuffs +feel/86 508 +feeler/1 1 +feelgood +feeling/30 1 +feelings 1 +fees 509 +feet 510 +feign/11 1 +feigned 1 +feigning 1 +feint/23 1 +feisty/34 1 +felafel/10 1 +feldspar/2 1 +Felecia/3 +Felice/3 +Felicia/2 1 +felicitate/6 1 +felicitation/1 1 +felicitous/8 1 +Felicity/3 +felicity/15 1 +feline/1 1 +Felipe/3 +Felix/3 +fell/180 1 +fella/10 511 +fellatio/2 1 +feller/10 1 +Fellini +fellow/18 1 +fellowman/2 512 +fellowmen 513 +fellowship/18 1 +fellow 1 +fell 514 +felon/1 1 +felonious 1 +felon 1 +felony/15 1 +felt/23 1 +felting 1 +felt 515 +female/20 1 +feminine/30 1 +femininity/2 1 +feminism/2 1 +feminist/1 1 +feminize/6 1 +femoral +fem 1 +femur/1 1 +fen/1 1 +fence/28 1 +fencepost 1 +fencer/1 1 +fencing/2 1 +fend/11 1 +fender/1 1 +fenestration/2 1 +Fenian 1 +fenland 1 +fennel/2 1 +feral 1 +Ferber/3 +Ferdinand +Fergus +Ferguson/3 +Ferlinghetti/3 +Fermat/2 1 +ferment/23 1 +fermentation/2 1 +Fermi +fermion/10 1 +fermium/2 1 +Fern/3 +fern/1 1 +Fernandez/3 +Fernando/3 +ferny/34 1 +ferocious/16 1 +ferocity/2 1 +Ferrari/3 +Ferraro/3 +Ferrell/3 +ferret/23 1 +ferreting 1 +ferric 1 +Ferris +ferrite 1 +ferromagnetic +ferrous 1 +ferrule/18 1 +ferry/57 1 +ferryboat/1 1 +ferryman/2 516 +ferrymen 517 +fertile 1 +fertility/2 1 +fertilization/2 1 +fertilize/6 1 +fertilizer/1 1 +fer 1 +ferule/18 1 +fervency/2 1 +fervent/8 1 +fervid/8 1 +fervour/2 1 +fess/156 1 +fest/1 1 +festal 1 +fester/23 1 +festival/1 1 +festive/16 1 +festivity/15 1 +festoon/23 1 +feta/2 1 +fetch/156 1 +fetcher/1 1 +fetching/8 1 +fete/28 1 +fetich/4 1 +fetid/33 1 +fetish/4 1 +fetishism/2 1 +fetishist/1 1 +fetishistic +fetlock/1 1 +fetter/23 1 +fettle/2 1 +fettuccine/2 1 +feud/23 1 +feudalism/2 1 +feudalistic +feudal 1 +feuding 1 +fever/63 1 +feverish/16 1 +few/189 1 +Feynman/3 +fey 1 +Fez +fez/292 1 +ff +FHA/2 1 +fiance/1 1 +fiancee/1 1 +fiasco/4 1 +Fiat/3 +fiat/1 1 +fib/136 1 +fibber/1 1 +fiberfill's +Fiberglas 1 +Fibonacci/3 +fibre/1 1 +fibreboard/2 1 +fibred +fibrefill 1 +fibreglass/2 1 +fibril/1 1 +fibrillate/6 1 +fibrillation/2 1 +fibrin/2 1 +fibroblast/10 1 +fibroid 1 +fibrosis/2 1 +fibrous 1 +fibula/54 1 +fibular +FICA/2 1 +fiche/1 1 +Fichte +fichu/1 1 +fickle/84 1 +ficoes +fiction/1 1 +fictional/8 1 +fictionalization/1 1 +fictionalize/6 1 +fictitious/8 1 +fictive 1 +ficus/2 1 +fiddle/28 1 +fiddler/1 1 +fiddlesticks +fiddlier 518 +fiddliest 518 +fiddlings +fiddly/34 1 +Fidel/3 +fidelity/2 1 +fidget/23 1 +fidgety 1 +Fido/3 +fiduciary/15 1 +fief/1 1 +fiefdom/1 1 +field/23 1 +fielder/1 1 +Fielding +fielding 1 +Fields +fieldsman 519 +fieldsmen 520 +fieldwork/2 1 +fieldworker/1 1 +fiend/1 1 +fiendish/8 1 +fierce/27 1 +fiery/51 1 +fiesta/1 1 +fie 1 +fife/18 521 +fifer/1 1 +FIFO +fifteen/1 1 +fifteenth/1 1 +fifteen 1 +fifth/30 1 +fiftieth/1 1 +fifty/15 1 +fig/18 1 +Figaro/3 +fight/86 522 +fightback 1 +fighter/1 1 +fighting/2 1 +figment/1 1 +Figueroa/3 +figural 1 +figuration/2 1 +figurative/8 1 +figure/28 1 +figured 1 +figurehead/1 1 +figurine/1 1 +Fiji/2 1 +Fijian/1 1 +filament/1 1 +filamentary +filamentous +filbert/1 1 +filch/7 1 +filching 1 +file/28 1 +filer/1 1 +filet/23 1 +filial 1 +filibuster/23 1 +filibusterer/1 1 +filibustering 1 +filigree/45 1 +filing/1 1 +Filipino/1 1 +fill/23 1 +filler/1 1 +fillet/23 1 +fillies +filling/1 1 +fillip/23 1 +Fillmore/2 1 +film/23 1 +filmmaker/1 1 +filmstrip/1 1 +filmy/50 1 +Filofax 1 +filo 1 +filter/23 1 +filterable 1 +filterer/1 1 +filth/2 1 +filthy/51 1 +filtrable 1 +filtrate/28 1 +filtration/2 1 +filly/3 +fin/293 1 +finagle/6 1 +finagler/1 1 +final/30 1 +finale/1 1 +finalist/1 1 +finality/2 1 +finalization/2 1 +finalize/6 1 +finance/28 1 +financial/8 1 +financier/18 1 +financing/2 1 +Finch/3 +finch/4 1 +find/86 523 +findable +finder/1 1 +finding/130 1 +fine/107 1 +finer 1 +finery/2 1 +fines/80 1 +finespun +finesse/28 1 +finessing 1 +fines 524 +finger/23 1 +fingerboard/1 1 +fingering/1 1 +fingerless 1 +fingerling/1 1 +fingermark/10 1 +fingernail/1 1 +fingerprint/23 1 +fingerprinting 1 +fingertip/1 1 +finial/1 1 +finical 1 +finickiness/3 +finicky/34 1 +fining 1 +finis/4 525 +finish/22 1 +finisher/1 1 +finishing 1 +finite/83 1 +fink/23 1 +Finland/2 1 +Finley/3 +Finn/1 1 +Finnbogadottir/3 +Finnegan/3 +Finnish/2 1 +fin 1 +finny/34 1 +Fiona/3 +fiord/1 1 +fir/18 1 +fire/28 1 +firearm/1 1 +fireball/1 1 +firebomb/23 1 +firebombings +firebox/4 1 +firebrand/1 1 +firebreak/1 1 +firebrick/1 1 +firebug/1 1 +firecracker/1 1 +firedamp/2 1 +firefight/121 1 +firefighter/1 1 +firefighting/1 1 +firefight's +fireflies +firefly/3 +Firefox/3 +fireguard/10 1 +firehouse/1 1 +firelight/2 1 +firelighter/10 1 +fireman/2 526 +firemen 527 +fireplace/1 1 +fireplug/1 1 +firepower/2 1 +fireproof/11 1 +firer/1 1 +firesafe +firescreen +firescreens +fireside/1 1 +Firestone/3 +firestorm/1 1 +firetrap/1 1 +firetruck/1 1 +firewall/18 1 +firewater/2 1 +firewood/2 1 +firework/1 1 +firing/10 1 +firkin 1 +firm/53 1 +firmament/1 1 +firmer 1 +firmware/1 1 +first/30 1 +firstborn/1 1 +firsthand 1 +firth/1 1 +fiscal/30 1 +Fischer +fish/22 1 +fishbowl/1 1 +fishcake/1 1 +Fisher +fisher/1 1 +fisherman/2 528 +fishermen 529 +fishery/15 1 +fishhook/1 1 +fishing/2 1 +fishmonger/1 1 +fishnet/1 1 +fishpond/1 1 +fishtail/5 1 +fishwife/2 530 +fishwives 531 +fishy/51 1 +Fisk/3 +fissile 1 +fission/18 1 +fissionable 1 +fissure/78 1 +fist/18 1 +fistfight/18 1 +fistful/1 1 +fisticuffs +fisticuffs's +fistula/1 1 +fistulous/2 1 +fit/294 1 +Fitch/3 +fitful/16 1 +fitment/10 1 +fitted 1 +fitter/1 1 +fitting/30 1 +Fitzgerald +Fitzpatrick/3 +Fitzroy/3 +five/49 1 +fivefold +fiver/10 1 +fives 532 +fix/22 1 +fixable 1 +fixate/6 1 +fixation/1 1 +fixative/1 1 +fixed/8 1 +fixer/1 1 +fixing/32 1 +fixity/2 1 +fixture/1 1 +Fizeau/3 +fizz/22 1 +fizzing 1 +fizzle/28 1 +fizzling 1 +fizzy/34 1 +fjord/1 1 +fl +FL +Fla +flab/2 1 +flabbergast/11 1 +flabby/51 1 +flaccid/8 1 +flaccidity/2 1 +flack/18 1 +flag/92 1 +flagellant/10 1 +flagella 533 +flagellate/43 1 +flagellation/2 1 +flagellum/2 534 +flagging 1 +flagman/2 535 +flagmen 536 +flagon/1 1 +flagpole/1 1 +flagrance/2 1 +flagrancy/2 1 +flagrant/8 1 +flagship/1 1 +flagstaff/1 1 +flagstone/1 1 +flail/23 1 +flair/1 1 +flak/2 1 +flake/28 1 +flakier 537 +flakiest 537 +flak 1 +flaky/50 1 +flamage +flamages +flambe/23 1 +flamboyance/2 1 +flamboyancy/2 1 +flamboyant/8 1 +flame/28 1 +flamenco/1 1 +flameproof/11 1 +flamer/10 1 +flamethrower/1 1 +flaming/10 1 +flamingo/1 1 +flaming 1 +flammability/2 1 +flammable/1 1 +flam 1 +flan/1 1 +Flanagan/3 +Flanders/2 1 +flange/78 1 +flank/23 1 +flanker/1 1 +flannel/66 1 +flannelet/2 1 +flannelette/2 1 +flannelling 1 +flap/48 1 +flapjack/1 1 +flapper/1 1 +flare/28 1 +flareup/1 1 +flaring 1 +flash/295 1 +flashback/1 1 +flashbulb/1 1 +flashcard/1 1 +flashcube/1 1 +flasher/1 1 +flashgun/1 1 +flashing/2 1 +flashlight/1 1 +flashpoint/1 1 +flashy/51 1 +flask/1 1 +flat/294 1 +flatbed/1 1 +flatboat/1 1 +flatcar/1 1 +flatfeet 538 +flatfish/4 1 +flatfoot/63 539 +flatfooted 1 +Flathead 1 +flatiron/1 1 +flatland/2 1 +flatlet/10 1 +flatmate/10 1 +Flatt/3 +flatten/11 1 +flatter/11 1 +flatterer/1 1 +flattering/8 1 +flattery/2 1 +flattish 1 +flattop/1 1 +flatulence/2 1 +flatulent 1 +flatus/2 1 +flatware/2 1 +flatworm/1 1 +Flaubert +flaunt/23 1 +flauntingly 1 +flautist/1 1 +flavor/71 1 +flavorful 1 +flavour/23 1 +flavourful 1 +flavouring/1 1 +flavourless 1 +flavoursome +flaw/23 1 +flawed 1 +flawless/16 1 +flax/2 1 +flaxen 1 +flay/11 1 +flayer/10 1 +flea/1 1 +fleabag/1 1 +fleabite/10 1 +fleapit/10 1 +fleck/23 1 +fledged +fledgeling/1 1 +fledgling/1 1 +flee/296 1 +fleece/28 1 +fleecer/1 1 +fleecy/50 1 +fleet/53 1 +fleeting/16 1 +fleetingly/2 1 +Fleischer/3 +Fleming 1 +Flemish/2 1 +flesh/22 1 +fleshing 1 +fleshless 1 +fleshly/34 1 +fleshpot/1 1 +fleshy/34 1 +Fletcher +flew 1 +flex/22 1 +flexibility/15 1 +flexible/19 1 +flexitime/2 1 +flextime/2 1 +flibbertigibbet/1 1 +flick/23 1 +flicker/23 1 +flickering 1 +flickery +flier/1 540 +fliest 541 +flight/63 1 +flightless 1 +flightpath +flighty/50 1 +flimflam/160 1 +flimsy/51 1 +flinch/22 1 +fling/86 542 +Flint +flint/18 1 +flintlock/1 1 +Flintstones +flinty/34 1 +flip/297 1 +flippable +flippancy/2 1 +flippant/8 1 +flipper/1 1 +flippy/61 1 +flirt/23 1 +flirtation/1 1 +flirtatious/16 1 +flirting 1 +flirty 1 +flit/109 1 +flitting 1 +Flo/3 +float/23 1 +floatation 1 +floater/1 1 +floating 1 +floaty 1 +flocculation 1 +flock/23 1 +flocking/2 1 +floe/1 1 +flog/117 1 +flogger/1 1 +flogging/1 1 +flood/79 1 +flooder 1 +floodgate/1 1 +flooding 1 +floodlight/23 543 +floodlit 544 +floodplain/1 1 +floodwater/2 1 +floor/23 1 +floorboard/1 1 +flooring/2 1 +floorspace +floorwalker/1 1 +floozie/1 1 +floozy/15 1 +flop/298 1 +flophouse/1 1 +flopper 1 +floppy/222 1 +Flora +flora/1 1 +floral 1 +Florence/2 1 +Florentine 1 +Flores +florescence/2 1 +florescent +floret/1 1 +florid/16 1 +Florida/2 1 +Floridan 1 +Floridian/1 1 +florin/1 1 +Florine/3 +florist/1 1 +Florsheim/3 +Flory/3 +floss/22 1 +Flossie/3 +flossy/34 1 +flotation/1 1 +flotilla/1 1 +flotsam/2 1 +flounce/28 1 +flouncing 1 +flouncy/34 1 +flounder/23 1 +flour/23 1 +flourish/22 1 +flourishing 1 +floury/34 1 +flout/11 1 +flouter/1 1 +flout's +flow/23 1 +flowchart/1 1 +flower/23 1 +flowerbed/1 1 +flowering/10 1 +flowerless 1 +flowerpot/1 1 +Flowers +flowery/50 1 +flowing 1 +Floyd +flt +flu/2 1 +flub/136 1 +fluctuate/6 1 +fluctuation/1 1 +flue/1 1 +fluency/2 1 +fluent/8 1 +fluff/23 1 +fluffy/50 1 +fluid/30 1 +fluidity/2 1 +fluidized +fluke/18 1 +flukey 545 +flukier 546 +flukiest 546 +fluky/34 1 +flume/18 1 +flummox/7 1 +flung 547 +flunk/23 1 +flunkey/1 1 +flunky/15 1 +fluoresce/6 1 +fluorescence/2 1 +fluorescent 1 +fluoridate/6 1 +fluoridation/2 1 +fluoride/1 1 +fluorine/2 1 +fluorite/2 1 +fluorocarbon/1 1 +fluoroscope/18 1 +fluoroscopic 1 +flurried 1 +flurry/57 1 +flush/295 1 +flusher 1 +flushing 1 +fluster/23 1 +flute/28 1 +fluting/2 1 +flutist/1 1 +flutter/23 1 +fluttering 1 +fluttery 1 +fluvial 1 +flux/22 1 +fly/299 1 +flyable 1 +flyaway 1 +flyblown +flyby/1 1 +flycatcher/1 1 +flying/2 1 +flyleaf/120 1 +Flynn/3 +flyover/1 1 +flypaper/1 1 +flypast/10 1 +fly's +flysheet/10 1 +flyspeck/23 1 +flyswatter/1 1 +flytrap/10 1 +flyway/1 1 +flyweight/1 1 +flywheel/1 1 +FM/1 1 +Fm/2 1 +FNMA/2 1 +foal/23 1 +foam/23 1 +foaming 1 +foamy/50 1 +fob/136 1 +focal/8 1 +Foch +fo'c'sle +fo'c's'le 1 +focus/22 1 +fodder/18 1 +foe/1 1 +foetal 1 +foetid 1 +foetus/4 1 +FOFL +fog/92 1 +fogbound 1 +fogey/1 1 +foghorn/1 1 +foggy/51 1 +fogyish 1 +foible/1 1 +foil/23 1 +foiling 1 +foist/11 1 +Fokker +fol +fold/79 1 +foldaway 1 +folder/1 1 +folding 1 +foldout/1 1 +Foley +Folgers +foliage/2 1 +foliate 1 +folio/18 1 +folk/1 1 +folklore/2 1 +folkloric +folklorist/1 1 +folksinger/1 1 +folksinging/2 1 +folksong 1 +folksy/50 1 +folktale/1 1 +folk 1 +folkway/1 1 +foll +follicle/1 1 +follicular +follies +follow/5 1 +followable +follower/1 1 +following/1 1 +followup/10 1 +Folsom +folly/3 +Fomalhaut +foment/11 1 +fomentation/2 1 +fond/21 1 +Fonda +fondant/1 1 +fondle/6 1 +fondling 1 +fond 1 +fondu/2 1 +fondue/1 1 +fondu 1 +font/1 1 +fontanel/1 1 +fontanelle/1 1 +foobar +foobars +food/1 1 +foodie/1 1 +foodstuff/1 1 +fool/23 1 +foolery/15 1 +foolhardy/51 1 +fooling 1 +foolish/21 1 +foolproof 1 +foolscap/2 1 +fool 1 +Foosball/3 +foot/274 548 +footage/2 1 +football/1 1 +footballer/1 1 +footballing +footbridge/1 1 +footed 1 +footer/10 1 +footfall/1 1 +foothill/1 1 +foothold/1 1 +footie 1 +footing/1 1 +footless 1 +footlights +footlights's +footling/1 1 +footlocker/1 1 +footloose 1 +footman/2 549 +footmarks +footmen 550 +footnote/28 1 +footpads +footpath/1 1 +footplate/10 1 +footprint/1 1 +footrace/1 1 +footrest/1 1 +footsie/1 1 +footslogging +foo 1 +footsore 1 +footstep/1 1 +footstool/1 1 +footwear/2 1 +footwork/2 1 +footy 1 +fop/18 1 +foppery/2 1 +foppish/33 1 +forage/28 1 +forager/1 1 +fora 551 +foray/23 1 +forbade 552 +forbear/86 553 +forbearance/2 1 +forbearing 1 +Forbes +forbid/300 554 +forbidden 1 +forbidding/193 1 +forbore 555 +forborne 555 +force/28 1 +forced 1 +forceful/16 1 +forceps/2 1 +forcible/19 1 +ford/1 1 +Ford/2 1 +ford/11 1 +fordable 1 +fore/301 1 +forearm/23 1 +forebear/18 1 +forebode/6 1 +foreboding/1 1 +forecast/86 1 +forecaster/1 1 +forecastle/1 1 +foreclose/6 1 +foreclosure/1 1 +forecourt/1 1 +foredeck 1 +foredoom/11 1 +forefather/1 1 +forefeet 556 +forefinger/1 1 +forefoot/2 557 +forefront/1 1 +foregather/11 1 +foregoing 1 +foregone 1 +foreground/23 1 +forehand/1 1 +forehead/1 1 +foreign/302 1 +foreigner/1 1 +foreknew 558 +foreknow/303 559 +foreknowledge/2 1 +foreleg/1 1 +forelimb/1 1 +forelock/18 1 +Foreman/3 +foreman/2 560 +foremast/1 1 +foremen 561 +foremost +forename/1 1 +forenamed +forenoon/1 1 +forensic/70 1 +foreordain/11 1 +forepart/1 1 +forepaws +foreperson/1 1 +foreplay/2 1 +forequarter/1 1 +forerunner/1 1 +foresail/1 1 +foresaw 562 +foresee/303 563 +foreseeability 1 +foreseeable +foreseer/1 1 +foreshadow/11 1 +foreshadowing 1 +foreshore/10 1 +foreshorten/11 1 +foreshortening 1 +foresight/2 1 +foresighted/33 1 +foreskin/1 1 +Forest/3 +forest/23 1 +forestall/11 1 +forestalling 1 +forestation/2 1 +forester/1 1 +Forester 1 +forestland/2 1 +forestry/2 1 +foreswear/121 564 +foreswore 565 +foresworn 565 +foretaste/28 1 +foretell/121 566 +forethought/2 567 +foretold 568 +forever/2 1 +forevermore +forewarn/11 1 +forewarning 1 +forewent 569 +forewoman/2 570 +forewomen 571 +foreword/1 1 +forfeit/23 1 +forfeiture/1 1 +forgather/11 1 +forgave 572 +forge/28 1 +forger/1 1 +forgery/15 1 +forget/88 573 +forgetful/16 1 +forgettable +forgetting 1 +forging/1 1 +forgivable 1 +forgive/77 574 +forgiveness/3 +forgiver/1 1 +forgiving 1 +forgo/304 575 +forgoer/1 1 +forgot 576 +forgotten 576 +fork/23 1 +forked 1 +forkful/1 1 +forklift/18 1 +forlorn/305 1 +form/23 1 +formal/30 1 +formaldehyde/2 1 +formalin 1 +formalism/1 1 +formalist/1 1 +formalistic +formality/15 1 +formalization/1 1 +formalize/6 1 +formant 1 +format/109 1 +formation/1 1 +formative 1 +formatting's +former/30 1 +formfitting +Formica/1 1 +formic 1 +formidable/19 1 +forming 1 +formless/16 1 +Formosa/2 1 +Formosan/2 1 +formula/58 1 +formulaic 1 +formulate/6 1 +formulation/1 1 +formulator/1 1 +fornicate/6 1 +fornication/2 1 +fornicator/1 1 +Forrest +forsake/77 577 +forsaken 1 +forsaking 1 +forsook 578 +forsooth 1 +Forster +forswear/121 579 +forswore 580 +forsworn 580 +forsythia/1 1 +fort/18 1 +Fortaleza +forte/1 1 +fortes 581 +forte 1 +forthcoming/2 1 +forthright/16 1 +forth 1 +forthwith 1 +fortieth/1 1 +fortification/1 1 +fortifier/1 1 +fortify/31 1 +fortifying 1 +fortissimo 1 +fortitude/2 1 +fortnight/1 1 +fortnightly 1 +FORTRAN/2 1 +fortress/40 1 +for 1 +fortuitous/16 1 +fortuity/2 1 +fortunate/8 1 +fortune/18 1 +fortuneteller/1 1 +fortunetelling/2 1 +forty/15 1 +forum/1 582 +forward/53 1 +forwarder/1 1 +forwarding 1 +forwent 583 +Fosse/3 +fossil/1 1 +fossiliferous +fossilization/2 1 +fossilize/6 1 +Foster +foster/11 1 +fostering 1 +foster 1 +Fotomat/3 +Foucault +fought 584 +foul/53 1 +foulard/2 1 +fouler 1 +fouling 1 +foulmouthed +found/5 1 +foundation/1 1 +foundational 1 +founder/23 1 +founding 1 +foundling/1 1 +foundry/15 1 +found 585 +fount/1 1 +fountain/18 1 +fountainhead/1 1 +four/1 1 +fourfold 1 +Fourier +Fourneyron/3 +fourpence 1 +fourpenny 1 +fourposter/1 1 +fourscore/2 1 +foursome/1 1 +foursquare 1 +fourteen/1 1 +fourteenth/1 1 +fourteen 1 +fourth/30 1 +Fourth 1 +four 1 +fowl/23 1 +Fowler +fowling 1 +fox/4 1 +Fox/4 1 +fox/7 1 +foxfire/2 1 +foxglove/1 1 +foxhole/1 1 +foxhound/1 1 +foxhunt/141 1 +foxhunting 1 +foxing 1 +foxtrot/109 1 +foxy/51 1 +foyer/1 1 +FPO +fps +fr +Fr/2 1 +fracas/4 1 +fractal/1 1 +fraction/18 1 +fractional/8 1 +fractionate/252 1 +fractionation 1 +fractious/16 1 +fracture/28 1 +frag/59 1 +fragile/150 1 +fragility/2 1 +fragment/23 1 +fragmentary/2 1 +fragmentation/2 1 +Fragonard +fragrance/1 1 +fragrant/8 1 +frail/21 1 +frailty/15 1 +frame/28 1 +framer/1 1 +framework/1 1 +framing 1 +Fran/3 +franc/1 1 +France/1 1 +Francesca +Frances 586 +franchise/28 1 +franchisee/1 1 +franchiser/1 1 +franchisor/1 1 +Francine/3 +Francisca/3 +Franciscan/1 1 +Francisco/3 +Francis 587 +francium/2 1 +Franck +Franco +Francois/3 +Francoise/3 +francophone 1 +frangibility/2 1 +frangible 1 +Franglais +frank/38 1 +Frank/1 1 +frank/11 1 +Frankel/3 +Frankenstein 1 +franker 1 +Frankfort/2 1 +Frankfurt/2 1 +Frankfurter +frankfurter/1 1 +Frankie/3 +frankincense/2 1 +Frankish +Franklin +frantic/39 1 +Franz/3 +Franny/3 +frappe/18 1 +Fraser +frat/1 1 +fraternal/8 1 +fraternity/15 1 +fraternization/2 1 +fraternize/6 1 +fraternizer/1 1 +fratricidal +fratricide/1 1 +Frau/2 1 +fraud/1 1 +fraudster/10 1 +fraudulence/2 1 +fraudulent/8 1 +Frauen +fraught 1 +Fraulein 1 +fray/23 1 +fraying 1 +Frazier/3 +frazzle/28 1 +freak/23 1 +freakish/16 1 +freakout/1 1 +freaky/34 1 +freckle/28 1 +freckling 1 +freckly/34 1 +Fred/3 +Freda/3 +Freddie/3 +Freddy/3 +Frederic/3 +Frederick +Fredericton/2 1 +Fredric/3 +Fredrick/3 +free/306 1 +freebase/28 1 +freebee/1 1 +freebie/1 1 +freebooter/1 1 +freeborn 1 +freedman/2 588 +freedmen 589 +freedom/1 1 +freehand 1 +freehold/1 1 +freeholder/1 1 +freelance/139 1 +freelancer/1 1 +freeload/11 1 +freeloader/1 1 +freeloading 1 +Freeman/3 +freeman/2 590 +Freemason/1 1 +Freemasonry/15 1 +freemasonry 1 +freemen 591 +freephone +freer 1 +freesia/10 1 +freestanding +freestone/1 1 +freestyle/1 1 +freethinker/1 1 +freethinking/2 1 +Freetown/2 1 +freeware/1 1 +freeway/1 1 +freewheel/5 1 +freewill 1 +freezable 1 +freeze/74 592 +freezer/1 1 +freezing/2 1 +Freida/3 +freight/23 1 +freighter/1 1 +Fremont +French/40 1 +Frenchman/2 593 +Frenchmen 594 +French 1 +french 1 +Frenchwoman/2 595 +Frenchwomen 596 +frenetic/39 1 +frenzied/8 1 +frenzy/148 1 +freon +freons +Freon 1 +freq +frequency/15 1 +frequent/307 1 +frequenter/1 1 +fresco/40 1 +fresh/21 1 +freshen/11 1 +freshener/1 1 +fresher/10 1 +freshet/1 1 +freshman/2 597 +freshmen 598 +fresh 1 +freshwater/2 1 +Fresnel/3 +Fresno/2 1 +fret/109 1 +fretboard +fretful/16 1 +fretsaw/1 1 +fretwork/2 1 +Freud/2 1 +Freudian 1 +Frey/2 1 +Freya/2 1 +Fri/2 1 +friable 1 +friar/1 1 +friary/15 1 +fricassee/45 1 +fricative/1 1 +friction/1 1 +frictional 1 +frictionless 1 +Friday/1 1 +fridge/1 1 +Frieda/3 +Friedan +friedcake/1 1 +Friedman +friend/1 1 +Friend/1 1 +friend/59 1 +friendless/153 1 +friendlies +friendlily +friendly/50 1 +friendly's +friendship/1 1 +frier/1 1 +frieze/18 1 +frig/117 1 +frigate/1 1 +Frigga/2 1 +frigging 1 +fright/23 1 +frighten/11 1 +frightened 1 +frighteners +frightening/8 1 +frightful/16 1 +frigid/16 1 +Frigidaire 1 +frigidity/2 1 +frill/63 1 +frilly/34 1 +fringe/28 1 +frippery/15 1 +Frisbee 1 +Frisco +Frisian/1 1 +frisk/5 1 +frisking 1 +frisky/51 1 +frisson/10 1 +Frito/3 +fritter/23 1 +Fritz/3 +fritz/2 1 +frivolity/15 1 +frivolous/16 1 +friz/308 1 +frizz/22 1 +frizzle/28 1 +frizzling 1 +frizzly/34 1 +frizzy/34 1 +Frobisher +frock/18 1 +frog/309 1 +frogging/11 1 +frogman/2 599 +frogmarch/7 1 +frogmen 600 +frogspawn +Froissart +frolic/64 1 +frolicker/1 1 +frolic 1 +frolicsome 1 +from +Fromm +frond/1 1 +Fronde +front/23 1 +frontage/1 1 +frontal/8 1 +frontbench/89 1 +frontbencher/10 1 +Frontenac/3 +frontier/1 1 +frontiersman/2 601 +frontiersmen 602 +frontierswoman 603 +frontierswomen 604 +frontier 1 +frontispiece/1 1 +frontrunner/1 1 +front 1 +frontward/10 1 +frosh/2 1 +frost/1 1 +Frost/2 1 +frost/11 1 +Frostbelt +frostbite/134 1 +frostbiting 1 +frosted 1 +frosting/2 1 +frosty/51 1 +froth/23 1 +frothy/50 1 +fro 1 +froufrou/2 1 +froward/33 1 +frown/23 1 +frowning/8 1 +frowsty 1 +frowsy/34 1 +frowzy/51 1 +frozen 605 +froze 605 +fructify/31 1 +fructose/2 1 +frugal/8 1 +frugality/2 1 +fruit/23 1 +fruitcake/1 1 +fruiterer/10 1 +fruitful/85 1 +fruiting 1 +fruition/2 1 +fruitless/16 1 +fruity/50 1 +frump/1 1 +frumpish 1 +frumpy/34 1 +Frunze/2 1 +frustrate/6 1 +frustratedly +frustrate 1 +frustratingly +frustration/1 1 +frustum/1 1 +Fry +fry/57 1 +Frye/3 +fryer/1 1 +frying 1 +FSLIC +FTC +ftp/141 1 +ftper/10 1 +ft 1 +Fuchs/3 +fuchsia/1 1 +fuck/310 1 +fucker/169 1 +fuckhead/191 1 +fucking/311 1 +FUD/10 1 +fuddle/28 1 +fudge/28 1 +fuehrer/1 1 +fuel/66 1 +fuelling 1 +Fuentes +fugal 1 +Fugger +fugitive/1 1 +fug 1 +fugue/18 1 +fuggy 1 +fuhrer/1 1 +Fuji/2 1 +Fujitsu/3 +Fujiwara/3 +Fujiyama/2 1 +Fukuoka/2 1 +Fulani/2 1 +Fulbright 1 +fulcrum/18 1 +fulfil/62 1 +fulfilling 1 +fulfilment/2 1 +full/165 1 +fullback/18 1 +Fuller +fuller/18 1 +Fullerton +fullish +fullstops +fulminate/43 1 +fulmination/1 1 +fulness/3 +fulsome/16 1 +Fulton/2 1 +fully 1 +fum/59 1 +fumarole/10 1 +fumble/28 1 +fumbler/1 1 +fumbling/8 1 +fume/28 1 +fumigant/1 1 +fumigate/6 1 +fumigation/2 1 +fumigator/1 1 +fumingly +fumy/34 1 +fun/312 1 +Funafuti +function/23 1 +functional/8 1 +functionalism 1 +functionalist/10 1 +functionality 1 +functional 1 +functionary/15 1 +functionless 1 +fund/23 1 +fundamental/30 1 +fundamentalism/2 1 +fundamentalist/1 1 +fundholders +fundholding +funding/2 1 +fundraiser/1 1 +Fundy +funeral/1 1 +funerary +funereal/8 1 +funfair/10 1 +fungal 1 +fungible/1 1 +fungicidal 1 +fungicide/1 1 +fungi 606 +fungoid 1 +fungous 1 +fungus/2 607 +funicular/1 1 +funk/23 1 +funkiness/3 +funky/34 1 +funnel/66 1 +funnelling 1 +fun 1 +funny/222 1 +funnyman/2 608 +funnymen 609 +fur/103 1 +furbelow/2 1 +furbish/7 1 +Furies/2 1 +furious/8 1 +furl/23 1 +furling 1 +furlong/1 1 +furlough/23 1 +furn +furnace/18 1 +furnish/7 1 +furnishing/32 1 +furniture/2 1 +furor/1 1 +furore/1 1 +furrier/1 1 +furring/2 1 +furrow/23 1 +furry/50 1 +further/11 1 +furtherance/2 1 +furthermore +furthermost +further 610 +furthest 610 +furtive/16 1 +fur 1 +Furtwangler/3 +fury/15 1 +furze/2 1 +fuse/28 1 +fusee/1 1 +fuselage/1 1 +Fushun +fusibility/2 1 +fusible 1 +fusileer/1 1 +fusilier/1 1 +fusillade/18 1 +fusion/1 1 +fuss/22 1 +fussbudget/1 1 +fusspot/1 1 +fussy/51 1 +fustian/2 1 +fusty/50 1 +fut +futile/8 1 +futility/2 1 +futon/1 1 +future/1 1 +futurism/2 1 +futurist/1 1 +futuristic 1 +futurity/15 1 +futurologist/1 1 +futurology/2 1 +futz/7 1 +fuze/28 1 +Fuzhou/3 +fuzz/22 1 +fuzzball/10 1 +Fuzzbuster +fuzzy/51 1 +fwd +FWD +fwy +FY +FYI +G/2 1 +g/10 1 +GA +Ga/2 1 +gab/136 1 +gabardine/1 1 +gabbiness/3 +gabble/28 1 +gabbling 1 +gabby/34 1 +gaberdine/1 1 +gabfest/1 1 +Gable +gable/78 1 +Gabon/2 1 +Gabonese/2 1 +Gaborone/2 1 +Gabriel +Gabriela/3 +Gabrielle/3 +Gacrux/3 +gad/313 1 +gadabout/1 1 +Gaddafi +gadder/1 1 +gadflies +gadfly/3 +gadget/1 1 +gadgetry/2 1 +gadolinium/2 1 +Gadsden/3 +Gaea/2 1 +Gael/1 1 +Gaelic/2 1 +gaff/23 1 +gaffe/28 1 +gaffer/1 1 +gaffing 1 +gag/92 1 +Gagarin +gaga 1 +Gage +gaggle/18 1 +gaiety/2 1 +Gail/3 +Gaiman/3 +gain/23 1 +gainer/1 1 +Gaines/3 +gainful/8 1 +gaining 1 +gainsay/314 1 +gainsayer/1 1 +gainsaying 1 +Gainsborough/2 1 +gait/18 1 +gaiter/1 1 +gal/66 1 +gala/1 1 +galactic +Galahad/1 1 +Galapagos/2 1 +Galatea +Galatia +Galatians +gala 1 +Galaxy +galaxy/15 1 +Galbraith +Gale/3 +gale/1 1 +Galen +galena/2 1 +Galibi 1 +Galilean/1 1 +Galilee +Galileo/2 1 +Gall/3 +gall/23 1 +Gallagher/3 +gallant/164 1 +gallantry/15 1 +gallbladder/1 1 +Gallegos/3 +galleon/1 1 +galleria/1 1 +gallery/148 1 +galley/1 1 +Gallicism/1 1 +Gallic 1 +gallimaufry/15 1 +galling 1 +gallium/2 1 +gallivant/11 1 +Gallo/3 +gallon/1 1 +gallop/23 1 +Galloway/2 1 +gallows/2 1 +gallstone/1 1 +Gallup +Galois/3 +galoot/1 1 +galore 1 +galosh/40 1 +galoshe/18 1 +Galsworthy +galumph/11 1 +Galvani +galvanic 1 +galvanism/2 1 +galvanization/2 1 +galvanize/6 1 +galvanometer/1 1 +galvanometric +Galveston/3 +Gama +Gamay 1 +Gambia/2 1 +Gambian/1 1 +gambit/1 1 +Gamble/3 +gamble/28 1 +gambler/1 1 +gambling/2 1 +gambol/66 1 +gambolling 1 +game/107 1 +gamecock/1 1 +gamekeeper/1 1 +gamer/10 1 +gamesmanship/2 1 +gamesmen 611 +gamester/1 1 +gamete/1 1 +gametic 1 +gamey 612 +gamier 613 +gamiest 613 +gamin/1 1 +gamine/1 1 +gamines 1 +gaming/2 1 +gamma/1 1 +gamma's 614 +gamma 615 +gammon/2 616 +gammy 1 +Gamow/3 +gamut/1 1 +gamy/50 1 +gander/18 1 +Gandhi/2 1 +Gandhian 1 +Ganesha/2 1 +gang/23 1 +gangbusters +gangbusters's +Ganges/2 1 +ganging 1 +gangland/2 1 +ganglia 617 +gangling 1 +ganglion/2 618 +ganglionic +gangly/34 1 +gangplank/1 1 +gangrene/28 1 +gangrenous +gangsta/10 1 +gangster/1 1 +gangsterism 1 +Gangtok/3 +gangway/1 1 +ganja 1 +gannet/1 1 +gantlet/18 1 +Gantry/3 +gantry/15 1 +Ganymede/2 1 +GAO +gaolbird/10 1 +gaolbreak/10 1 +Gap/3 +gap/18 1 +gape/28 1 +gaping/8 1 +gar/18 1 +garage/28 1 +garaging 1 +garb/23 1 +garbage/2 1 +garbageman 1 +garbanzo/1 1 +garble/43 1 +garbling 1 +Garbo +Garcia/3 +garcon/1 1 +garden/23 1 +gardener/1 1 +gardenia/1 1 +gardening/2 1 +Gardner/3 +Gareth/3 +Garfield/2 1 +garfish/4 1 +Garfunkel/3 +Gargantua +gargantuan +gargle/28 1 +gargoyle/1 1 +Garibaldi/2 1 +garish/16 1 +Garland +garland/23 1 +garlic/2 1 +garlicky 1 +garlic 1 +garment/18 1 +Garner +garner/5 1 +garnet/1 1 +garnish/22 1 +garnishee/45 1 +garnishing 1 +garnishment/1 1 +garote/28 1 +garotte/28 1 +garotting 1 +garret/1 1 +Garrett/3 +Garrick +Garrison +garrison/23 1 +garrote/28 1 +garroter/1 1 +garrotte/28 1 +garrotting 1 +garrulity/2 1 +garrulous/16 1 +Garry/3 +garter/18 1 +Garth/3 +Garvey +Gary +Garza/3 +gas/253 1 +gasbag/1 1 +Gascony/2 1 +gaseous 1 +gash/22 1 +gasholder/10 1 +gash 1 +gasket/1 1 +gaslight/1 1 +gasman 619 +gasmen 620 +gasohol/2 1 +gasolene/2 1 +gasoline/2 1 +gasometer/10 1 +gasp/23 1 +gasping 1 +Gasser +gassing 1 +gassy/34 1 +gastric 1 +gastritis/2 1 +gastroenteritis/2 1 +gastrointestinal +gastronome/10 1 +gastronomic +gastronomical/8 1 +gastronomy/2 1 +gastropod/1 1 +gasworks/2 1 +gate/28 1 +gateau/315 1 +gatecrash/7 1 +gatecrasher/1 1 +gatehouse/1 1 +gatekeeper/1 1 +gatepost/1 1 +Gates +gateway/1 1 +gather/23 1 +gatherer/1 1 +gathering/1 1 +gating 1 +Gatling/3 +gator/1 1 +Gatorade/3 +Gatsby/3 +GATT/2 1 +Gatun/3 +gauche/27 1 +gaucherie/2 1 +gaucho/1 1 +gaudy/51 1 +gauge/28 1 +gauging 1 +Gauguin/2 1 +Gaul/1 1 +Gaulish +gaunt/21 1 +gauntlet/18 1 +gaunt 1 +Gauss/2 1 +Gaussian 1 +Gautama/2 1 +Gautier +gauze/2 1 +gauzy/50 1 +gavel/18 1 +gave 621 +Gavin/3 +gavotte/18 1 +Gawain/2 1 +gawd +gawk/5 1 +gawky/51 1 +gawp/11 1 +Gay +gay/316 1 +gayety/2 1 +Gayle/3 +Gaza +gaze/28 1 +gazebo/1 1 +gazelle/1 1 +gazer/1 1 +gazette/28 1 +gazetteer/18 1 +Gaziantep +gazillion/10 1 +gazpacho/2 1 +gazump/11 1 +GB/2 1 +Gd/2 1 +Gdansk/2 1 +GDP/2 1 +GE/3 +Ge/2 1 +gear/23 1 +gearbox/4 1 +gearing/2 1 +gearshift/1 1 +gearstick 1 +gearwheel/1 1 +gecko/1 1 +GED +geddit +gee/317 1 +geegaw/1 1 +geek/1 1 +geeky/34 1 +geese 622 +geez +geezer/1 1 +Geffen/3 +Gehenna/2 1 +Gehrig +Geiger/2 1 +geisha/2 1 +gel/66 1 +gelatin/2 1 +gelatine/2 1 +gelatinous 1 +Gelbvieh/3 +gelcap/2 1 +geld/5 1 +gelding/1 1 +gelid 1 +gelignite/2 1 +Geller/3 +gelling 1 +gem/18 1 +Gemini/1 1 +gemmology/2 1 +gemological +gemologist/1 1 +gemology/2 1 +gemstone/1 1 +Gen +gen/10 1 +Gena/3 +Genaro/3 +gendarme/1 1 +gender/63 1 +genderless 1 +Gene/3 +gene/1 1 +genealogical/8 1 +genealogist/1 1 +genealogy/15 1 +general/164 1 +generalissimo/1 1 +generalist/1 1 +generality/15 1 +generalizable +generalization/1 1 +generalize/6 1 +generalship/2 1 +genera 623 +generate/6 1 +generation/1 1 +generational +generative 1 +generator/1 1 +generic/52 1 +generosity/15 1 +generous/16 1 +genes/89 1 +geneses 624 +Genesis/2 1 +genesis/2 625 +Genet/3 +genetic/32 1 +genetically +geneticist/1 1 +Geneva/2 1 +Genevieve/3 +Genghis/3 +genial/8 1 +geniality/2 1 +genie/1 1 +genii 626 +genital/32 1 +genitalia/2 1 +genitally +genitive/1 1 +genitourinary +genius/4 627 +genned +genning +Genoa/1 1 +genocidal +genocide/1 1 +genome/1 1 +genomic 1 +genotype/10 1 +genre/1 1 +gent/1 1 +genteel/21 1 +gentian/1 1 +gentile/1 1 +Gentile/1 1 +gentiles 1 +gentile 1 +gentility/2 1 +gentle/318 1 +gentlefolk/130 1 +gentleman/2 628 +gentlemanly 1 +gentlemen 629 +gentlewoman/2 630 +gentlewomen 631 +gentling 1 +Gentoo 1 +gentrification/2 1 +gentrify/31 1 +Gentry/3 +gentry/15 1 +genuflect/11 1 +genuflection/1 1 +genuine/16 1 +genus/2 632 +Geo/3 +geocentric/39 1 +geochemical +geochemistry/2 1 +geode/1 1 +geodesic/1 1 +geodesy/2 1 +geodetic 1 +Geoffrey/3 +geog +geographer/1 1 +geographical/8 1 +geographic 1 +geography/15 1 +geologic +geological/8 1 +geologist/1 1 +geology/15 1 +geom +geomagnetic +geomagnetically +geomagnetism/2 1 +geometer/10 1 +geometrical/8 1 +geometric 1 +geometry/15 1 +geomorphology 1 +geophysical 1 +geophysicist/1 1 +geophysics/2 1 +geopolitical 1 +geopolitics/2 1 +George/1 1 +Georgetown/2 1 +Georgette +Georgia/2 1 +Georgian/1 1 +Georgina/3 +geoscientific +geostationary +geosynchronous +geosyncline/1 1 +geothermal +geothermic +Ger +Gerald/3 +Geraldine/3 +geranium/1 1 +Gerard/3 +Gerardo/3 +Gerber/3 +gerbil/1 1 +Gere/3 +geriatric/32 1 +geriatrician/10 1 +Geritol/3 +germ/1 1 +German/1 1 +germane 1 +Germanic/2 1 +germanium/2 1 +German 1 +Germany/2 1 +germicidal +germicide/1 1 +germinal/2 1 +germinate/6 1 +germination/2 1 +Geronimo +gerontocracy 1 +gerontological +gerontologist/1 1 +gerontology/2 1 +Gerry/3 +gerrymander/23 1 +gerrymandering's +Gershwin +Gertrude/3 +gerund/1 1 +gerundive 1 +gestalt/10 1 +gestapo/1 1 +Gestapo/1 1 +gestate/6 1 +gestation/2 1 +gestational +gesticulate/6 1 +gesticulation/1 1 +gestural +gesture/28 1 +gesundheit +get/128 633 +getaway/1 1 +Gethsemane 1 +gettable 1 +getter 1 +getting 1 +getup/2 1 +Getty +Gettysburg/2 1 +gewgaw/1 1 +Gewurztraminer 1 +geyser/18 1 +Ghana/2 1 +Ghanaian 1 +Ghanian/1 1 +ghastlier +ghastliest +ghastly/140 1 +ghat/1 1 +Ghats +Ghazvanid/3 +ghee 1 +Ghent +gherkin/1 1 +ghetto/18 1 +ghettoize/6 1 +Ghibelline 1 +ghost/23 1 +ghosting 1 +ghostlike 1 +ghostly/50 1 +ghostwrite/319 634 +ghostwriter/1 1 +ghostwrote 635 +ghoul/1 1 +ghoulish/16 1 +GHQ/2 1 +GHz 1 +GI +Giacometti +Giannini/3 +giant/1 1 +giantess/4 1 +giantkiller +giant 1 +Giauque/3 +gibber/5 1 +gibberish/2 1 +gibbet/23 1 +Gibbon +gibbon/1 1 +gibbous 1 +Gibbs +gibe/28 1 +giblet/1 1 +Gibraltar/1 1 +Gibson 1 +giddy/51 1 +Gide +Gideon 1 +Gielgud +Gienah/3 +gift/23 1 +gifted 1 +gig/92 1 +gigabyte/1 1 +gigahertz/2 1 +gigantic/39 1 +gigavolt +giggle/28 1 +giggler/1 1 +giggling 1 +giggly/34 1 +GIGO +gigolo/1 1 +Gil/4 1 +Gila/2 1 +Gilbert/2 1 +Gilberto/3 +Gilchrist/3 +gild/320 1 +Gilda/3 +gilder/1 1 +gilding/2 1 +Gilead +Gilgamesh +gill/18 1 +Gillespie +Gillette/3 +Gilliam/3 +Gillian/3 +gillie/71 1 +Gilligan/3 +gillion/10 1 +Gill 1 +Gilmore/3 +gilt/1 1 +gimbals +gimbals's +gimcrack/1 1 +gimcrackery/2 1 +gimcrack 1 +gimlet/23 1 +gimme/1 1 +gimmick/18 1 +gimmickry/2 1 +gimmicky 1 +gimp/23 1 +gimpy/34 1 +gin/133 1 +Gina/3 +Ginger/3 +ginger/212 1 +gingerbread/2 1 +gingerly 1 +gingersnap/1 1 +gingery 1 +gingham/2 1 +gingivitis/2 1 +gingko/2 1 +Gingrich/3 +ginkgo/4 1 +ginning 1 +Gino/3 +ginormous +Ginsberg +Ginsburg/3 +ginseng/2 1 +Ginsu/3 +Ginny/3 +Giorgione +Giotto +Giovanni/3 +gipsy/15 1 +Gipsy/15 1 +gipsy/259 1 +giraffe/1 1 +Giraudoux +gird/321 1 +girder/1 1 +girding 1 +girdle/28 1 +girdling 1 +girl/1 1 +girlfriend/1 1 +girlhood/1 1 +girlie/10 1 +girlish/16 1 +girly 1 +giro/10 1 +girt/11 1 +girth/18 1 +girt's +Giselle/3 +Gish +gismo/1 1 +gist/2 1 +git/10 1 +gite/10 1 +Giuliani/3 +Giuseppe/3 +give/264 636 +giveaway/1 1 +giveback/1 1 +given/1 1 +giver/1 1 +giving/10 1 +Giza/2 1 +gizmo/1 1 +gizzard/1 1 +Gk +glace/11 1 +glaces 637 +glace 1 +glacial/8 1 +glaciate/6 1 +glaciation/1 1 +glacier/1 1 +glaciological +glaciologist/10 1 +glaciology 1 +glad/322 1 +gladden/11 1 +glade/1 1 +gladiator/1 1 +gladiatorial +gladiola/1 1 +gladioli 638 +gladiolus/2 639 +gladsome/150 1 +Gladstone/1 1 +Gladys +glamorization/2 1 +glamorize/6 1 +glamorously +glamour/23 1 +glamourize/6 1 +glamourous 1 +glamour 1 +glam 1 +glance/28 1 +glancing 1 +gland/72 1 +glandular 1 +glans/323 1 +glare/28 1 +glaring/8 1 +Glaser +Glasgow/2 1 +glasnost/2 1 +Glass/3 +glass/22 1 +glassblower/1 1 +glassblowing/2 1 +glassful/1 1 +glasshouse/10 1 +glassless 1 +glass 1 +glassware/2 1 +glassy/51 1 +Glastonbury/3 +Glaswegian/1 1 +glaucoma/2 1 +Glaxo/3 +glaze/28 1 +glazier/1 1 +glazing/2 1 +gleam/23 1 +gleaming/10 1 +glean/11 1 +gleaner/1 1 +gleaning/32 1 +Gleason/3 +glee/2 1 +gleeful/16 1 +glee 1 +Glen/3 +glen/1 1 +Glenda/3 +Glendale +Glenlivet/3 +Glenn/2 1 +Glenna/3 +glib/324 1 +glide/28 1 +glider/1 1 +gliding/2 1 +glimmer/23 1 +glimmering/1 1 +glimpse/28 1 +glint/23 1 +glissando/325 1 +glisten/23 1 +glistening 1 +glister/5 1 +glistering 1 +glitch/22 1 +glitter/23 1 +glitterati +glittering 1 +glittery 1 +glitz/2 1 +glitzy/34 1 +gloaming/1 1 +gloat/23 1 +gloatingly 1 +glob/18 1 +global/8 1 +globalism/2 1 +globalist/1 1 +globalization/2 1 +globalize/6 1 +globe/28 1 +globetrotter/1 1 +globetrotting +globular 1 +globule/1 1 +globulin/2 1 +glockenspiel/1 1 +gloom/2 1 +gloomy/51 1 +glop/2 1 +gloppy/34 1 +glop 1 +Gloria 1 +glorification/2 1 +glorify/31 1 +glorious/8 1 +glory/57 1 +gloss/22 1 +glossary/15 1 +glossolalia/2 1 +glossy/222 1 +glottal 1 +glottis/4 1 +Gloucester +glove/28 1 +Glover/3 +glow/23 1 +glower/23 1 +glowering 1 +glowing/8 1 +glowworm/1 1 +glucose/2 1 +glue/28 1 +gluey 640 +gluier 641 +gluiest 641 +glum/326 1 +gluon 1 +glut/109 1 +glutamate 1 +gluten/2 1 +glutenous +glutinous/8 1 +glutton/1 1 +gluttonous/8 1 +gluttony/2 1 +glycerin/2 1 +glycerine's +glycerol/2 1 +glycine 1 +glycogen/2 1 +glycol 1 +glyph/10 1 +GM +GMAT +GMT/2 1 +gm 1 +gnarl/23 1 +gnarling 1 +gnarly/34 1 +gnash/22 1 +gnat/1 1 +gnaw/11 1 +gnawing 1 +gneiss/2 1 +gnocchi 1 +gnome/1 1 +gnomic 1 +gnomish 1 +Gnosticism/2 1 +gnosticism 1 +gnostic 1 +Gnostic 1 +gnostic 1 +Gnostic 1 +GNP/2 1 +gnu/1 1 +go/327 642 +Goa +goad/23 1 +goal/18 1 +goalie/1 1 +goalkeeper/1 1 +goalkeeping/2 1 +goalless 1 +goalmouth/10 1 +goalpost/1 1 +goalscorer/10 1 +goalscoring +goaltender/1 1 +goat/1 1 +goatee/1 1 +goatherd/1 1 +goatskin/1 1 +gob/136 1 +gobbet/1 1 +gobble/28 1 +gobbledegook/2 1 +gobbledygook/2 1 +gobbler/1 1 +Gobi/2 1 +goblet/1 1 +goblin/1 1 +gobsmacked +gobstopper/10 1 +god/1 1 +God/2 1 +god/59 1 +Godard +godawful +godchild/155 1 +goddammit +goddamn/197 1 +goddam 1 +Goddard +goddaughter/1 1 +goddess/4 1 +Godel/3 +godfather/18 1 +godforsaken +godhead/2 1 +Godhead/2 1 +godhood/2 1 +Godiva/2 1 +godless/16 1 +godlike 1 +godly/50 1 +godmother/1 1 +Godot/3 +godparent/1 1 +godsend/1 1 +godson/1 1 +Godspeed/1 1 +godspeed 1 +Godthaab +Godunov +Godzilla/3 +Goebbels +goer/1 1 +Goering +Goethals/3 +Goethe/2 1 +gofer/1 1 +Goff/3 +Gog +goggle/233 1 +Gogol +Goiania/3 +going/1 1 +goitre/1 1 +Golan/3 +Golconda 1 +gold/190 1 +Golda/3 +Goldberg/3 +goldbrick/23 1 +goldbricker/1 1 +Golden/3 +golden/166 1 +goldenrod/2 1 +goldfield/10 1 +goldfinch/4 1 +goldfish/4 1 +Goldie/3 +Goldilocks/3 +Golding +Goldman/3 +goldmine/1 1 +Goldsmith +goldsmith/1 1 +Goldwater/3 +Goldwyn +golf/23 1 +golfer/1 1 +golfing 1 +Golgi +Golgotha/2 1 +Goliath 1 +gollies +golliwog/10 1 +golly/3 +Gomez/3 +Gomorrah/2 1 +Gompers +Gomulka +gonad/1 1 +gonadal +gondola/1 1 +gondolier/1 1 +Gondwanaland/2 1 +goner/1 1 +gone 1 +gong/23 1 +gonk/11 1 +gonna +gonorrhoea/2 1 +gonorrhoeal +Gonzales +Gonzalez/3 +Gonzalo/3 +gonzo +goo/2 1 +goober/1 1 +Good/3 +good/328 643 +Goodall/3 +goodby/1 1 +goodbye/1 1 +goodhearted +goodie/1 1 +goodish 1 +goodly 1 +Goodman +goodnight +Goodrich/3 +Goodwill/3 +goodwill/2 1 +Goodwin/3 +goody/15 1 +Goodyear +gooey 644 +goof/23 1 +goofball/1 1 +goofy/50 1 +Google/3 +googlies +googly +gooier 645 +gooiest 645 +gook/1 1 +Goolagong/3 +goon/1 1 +goop/2 1 +goose/28 646 +gooseberry/15 1 +goosebumps +goosebumps's +gooseflesh/2 1 +goosestep/10 1 +goosestepped +goosestepping +GOP/2 1 +Gopher +gopher/18 1 +Gorbachev +Gordian/3 +Gordimer +Gordon +Gore +gore/28 1 +Goren/3 +Gorey/3 +Gorgas +gorge/28 1 +gorged 1 +gorgeous/16 1 +gorgon/1 1 +Gorgon/2 1 +Gorgonzola 1 +gorilla/1 1 +goring 1 +Gorky/2 1 +gormandize/43 1 +gormandizer/1 1 +gormless 1 +gorp/1 1 +gorse/2 1 +gory/51 1 +goshawk/1 1 +gosh 1 +gosling/1 1 +gospel/1 1 +Gospel/1 1 +gospel/59 1 +gossamer/2 1 +gossip/23 1 +gossiper/1 1 +gossiping 1 +gossipy 1 +gotcha/10 1 +Goteborg/2 1 +Goth/1 1 +goth/10 1 +Gotham +Gothic/1 1 +got 647 +gotta +gotten 647 +gouache/10 1 +Gouda/1 1 +gouge/28 1 +gouger/1 1 +goulash/4 1 +Gould +Gounod +gourd/1 1 +gourde/1 1 +gourmand/1 1 +gourmet/1 1 +gout/2 1 +gouty/34 1 +govern/11 1 +governable 1 +governance/2 1 +governess/207 1 +governess's +government/1 1 +governmental 1 +Governor +governor/1 1 +governorship/1 1 +govt +gov 1 +gown/23 1 +Goya +GP/2 1 +GPA +GPO +gr +Gr +grab/329 1 +grabber/1 1 +grabby/34 1 +Grable/3 +Gracchus +Grace +grace/28 1 +graceful/85 1 +Graceland/3 +graceless/16 1 +Gracie/3 +Graciela/3 +gracious/16 1 +grackle/1 1 +grad/18 1 +gradable 1 +gradate/6 1 +gradation/1 1 +grade/139 1 +grader/1 1 +gradient/1 1 +gradings +gradual/16 1 +gradualism/2 1 +gradualist 1 +gradual 1 +graduand/10 1 +graduate/28 1 +graduation/1 1 +Grady/3 +Graffias/3 +graffito/325 1 +graft/23 1 +grafter/1 1 +grafting 1 +Grafton/3 +Graham +graham/10 1 +Grahame +graham 1 +grail/10 1 +Grail 1 +grain/63 1 +grained 1 +grainy/50 1 +gram/1 1 +grammar/1 1 +grammarian/1 1 +grammatical/8 1 +gramme/1 1 +Grammy 1 +gramophone/1 1 +Grampians +grampus/4 1 +gran/10 1 +Granada/2 1 +granary/15 1 +grand/38 1 +grandad/10 1 +grandaddy/61 1 +grandam/1 1 +grandaunt/1 1 +grandchild/155 1 +granddad/1 1 +granddaddy/15 1 +granddaughter/1 1 +grandee/1 1 +grandeur/2 1 +grandfather/23 1 +grandfatherly +grandiloquence/2 1 +grandiloquent 1 +grandiose/8 1 +grandiosity/2 1 +grandma/1 1 +grandmaster/10 1 +grandmother/1 1 +grandmotherly 1 +grandnephew/1 1 +grandniece/1 1 +grandpa/1 1 +grandparent/1 1 +grandson/1 1 +grandstand/23 1 +granduncle/1 1 +grange/1 1 +granite/1 1 +granitic +grannie/1 1 +granola/2 1 +grant/1 1 +Grant/2 1 +grant/11 1 +granted 1 +grantee/1 1 +granter/1 1 +grantor/1 1 +grantsmanship/2 1 +granularity/2 1 +granular 1 +granulate/6 1 +granulation/2 1 +granule/1 1 +granny/15 1 +grape/18 1 +grapefruit/1 1 +grapeshot/2 1 +grapevine/1 1 +graph/23 1 +graphic/1 1 +graphical/8 1 +graphic 1 +graphite/2 1 +graphologist/1 1 +graphology/2 1 +grapnel/1 1 +grapple/28 1 +grappling 1 +grasp/23 1 +graspable 1 +grasper 1 +grasping 1 +Grass +grass/22 1 +grasshopper/1 1 +grassing 1 +grassland/1 1 +grassroots +grassy/34 1 +grate/28 1 +grateful/85 1 +grater/1 1 +grates 648 +graticule 1 +gratification/1 1 +gratified 1 +gratify/31 1 +gratifying/8 1 +gratin/10 1 +grating/30 1 +gratis 649 +gratitude/2 1 +gratuitous/16 1 +gratuity/15 1 +gravamen/1 1 +grave/330 1 +gravedigger/1 1 +gravel/279 1 +gravelling 1 +graver 1 +Graves +graveside/1 1 +gravestone/1 1 +graveyard/1 1 +gravid 1 +gravimeter/1 1 +graving 1 +gravitas 1 +gravitate/6 1 +gravitation/2 1 +gravitational/8 1 +graviton/10 1 +gravity/15 1 +gravy/15 1 +graybeard/1 1 +grayish 1 +grayness +grayness's +Gray 1 +graze/28 1 +grazer/1 1 +grazing 1 +grease/28 1 +greasepaint/2 1 +greaseproof 1 +greaser/10 1 +greasy/51 1 +great/38 1 +greatcoat/1 1 +greathearted 1 +grebe/1 1 +Grecian 1 +Greece/2 1 +greed/2 1 +greedy/51 1 +Greek/1 1 +Greeley +green/38 1 +Green/1 1 +green/11 1 +greenback/1 1 +greenbelt/1 1 +Greene +greenery/2 1 +greenfield +greenflies +greenfly +greengage/1 1 +greengrocer/1 1 +greengrocery 1 +greenhorn/1 1 +greenhouse/1 1 +greening 1 +greenish 1 +Greenland/2 1 +Greenlandic +greenmail/2 1 +Greenpeace/3 +greenroom/1 1 +Greensboro/2 1 +Greensleeves/3 +Greenspan/3 +greensward/2 1 +Greenwich/2 1 +greenwood/2 1 +Greer/3 +greet/11 1 +greeter/1 1 +greeting/1 1 +Greg/3 +gregarious/16 1 +Gregg/3 +Gregorian +Gregorio/3 +Gregory/2 1 +gremlin/1 1 +Grenada/2 1 +grenade/1 1 +Grenadian/1 1 +grenadier/1 1 +grenadine/2 1 +Grenadines +Grendel +Grenoble +grep +grepped +grepping +greps +Gresham +Greta/3 +Gretchen/3 +Gretel/3 +Gretzky/3 +grew 650 +Grey +grey/331 1 +greybeard 1 +greyhound/1 1 +greyish 1 +gribble/10 1 +grid/332 1 +griddle/18 1 +griddlecake/1 1 +gridiron/18 1 +gridlock/63 1 +grief/123 1 +Grieg +grievance/1 1 +grieve/6 1 +griever/1 1 +grieving 1 +grievous/16 1 +Griffin/3 +griffin/1 1 +Griffith 1 +griffon/1 1 +grill/23 1 +grille/28 1 +grilling/10 1 +grim/326 1 +grimace/28 1 +grime/28 1 +Grimes 1 +Grimm/2 1 +grimy/50 1 +grin/133 1 +Grinch/3 +grind/86 651 +grinder/1 1 +grinding/10 1 +grindstone/1 1 +gringo/1 1 +grinner 1 +grip/48 1 +gripe/28 1 +griper/1 1 +grippe/333 1 +gripper/1 1 +gripping 1 +Gris +grisly/50 1 +grist/2 1 +gristle/2 1 +gristly/34 1 +gristmill/1 1 +grit/334 1 +gritter/1 1 +gritty/50 1 +grizzle/43 1 +grizzlies +grizzly/34 1 +grizzly's +groan/23 1 +groaner/10 1 +groaning 1 +groat/1 1 +grocer/1 1 +grocery/15 1 +grog/2 1 +groggy/51 1 +groin/18 1 +grok/335 1 +grommet/18 1 +Gromyko +groom/23 1 +groomer/1 1 +grooming/2 1 +groomsman/2 652 +groomsmen 653 +groove/28 1 +groovy/34 1 +grope/28 1 +groper/1 1 +groping/8 1 +gropings +Gropius/2 1 +grosbeak/1 1 +grosgrain/2 1 +Gross +gross/75 1 +grosser 1 +Grosz +grotesque/36 1 +Grotius +grotto/4 1 +grotty/34 1 +grouch/22 1 +grouchy/51 1 +ground/23 1 +groundbreaking/1 1 +groundcloth +groundcloths +grounder/1 1 +groundhog/1 1 +grounding/1 1 +groundless/8 1 +groundnut/1 1 +groundsheet/10 1 +groundskeeper/10 1 +groundsman 654 +groundsmen 655 +ground 656 +groundswell/1 1 +groundwater/2 1 +groundwork/2 1 +group/79 1 +grouper/1 1 +groupie/1 1 +grouping/1 1 +groupware/2 1 +grouse/139 1 +grouser/1 1 +grout/23 1 +grouting 1 +grove/1 1 +grovel/336 1 +groveling 1 +groveller/1 1 +grovelling 1 +Grover/3 +grow/303 657 +grower/1 1 +growing 1 +growl/23 1 +growler/1 1 +growling 1 +grownup/1 1 +growth/1 1 +groyne/10 1 +Grozny +grub/136 1 +grubber/1 1 +grubby/51 1 +grubstake/2 1 +grudge/28 1 +grudging/8 1 +grue/59 1 +gruel/337 1 +gruelling/10 1 +gruellingly +gruesome/27 1 +gruff/21 1 +grumble/28 1 +grumbler/1 1 +grumbling/10 1 +Grumman/3 +grump/18 1 +grumpy/51 1 +Grundy 1 +Grunewald/3 +grunge/1 1 +grungy/34 1 +grunion/1 1 +grunt/23 1 +grunting 1 +Grus/2 1 +Gruyere/1 1 +gryphon/1 1 +GSA +gt +GTE/3 +GU +guacamole/2 1 +Guadalajara/2 1 +Guadalcanal/2 1 +Guadalquivir +Guadalupe/3 +Guadeloupe/2 1 +Guallatiri/2 1 +Guam/2 1 +Guamanian 1 +Guangzhou/2 1 +guanine/2 1 +guano/2 1 +Guantanamo/3 +guarani/1 1 +Guarani/2 1 +guarantee/45 1 +guarantor/1 1 +guaranty/57 1 +guard/23 1 +guarded/83 1 +guarder/1 1 +guardhouse/1 1 +guardian/1 1 +guardianship/2 1 +guardian 1 +guardrail/1 1 +guardroom/1 1 +guardsman/2 658 +guardsmen 659 +Guarnieri/2 1 +Guatemala/2 1 +Guatemalan/1 1 +guava/1 1 +Guayaquil/2 1 +gubernatorial +Gucci/3 +gudgeon 1 +Guelph 1 +guerillas +guerilla's +Guernsey/1 1 +Guerra/3 +Guerrero +guerrilla/1 1 +guess/22 1 +guessable +guesser/1 1 +guessing 1 +guesstimate/28 1 +guesswork/2 1 +guest/23 1 +guesthouse/10 1 +guestroom/10 1 +guest 1 +Guevara +guff/2 1 +guffaw/23 1 +Guggenheim +GUI/2 1 +Guiana/2 1 +guidance/2 1 +guide/28 1 +guidebook/1 1 +guideline/1 1 +guidepost/1 1 +guider/1 1 +guiding 1 +Guido +guild/1 1 +guilder/1 1 +guildhall/1 1 +guile/2 1 +guileful 1 +guileless/16 1 +guile 1 +guillemot/10 1 +Guillermo/3 +guillotine/28 1 +guilt/2 1 +guiltless 1 +guilty/51 1 +guinea/1 1 +Guinea/2 1 +Guinean/1 1 +Guinevere/2 1 +Guinness/3 +guise/18 1 +guitar/1 1 +guitarist/1 1 +Guiyang +Guizot +Gujarat/2 1 +Gujarati/2 1 +Gujranwala +gulag/1 1 +gulch/4 1 +gulden/1 1 +gulf/18 1 +gull/23 1 +Gullah 1 +gullet/18 1 +gulley/18 1 +gullibility/2 1 +gullible 1 +gulling 1 +Gulliver/2 1 +gulp/23 1 +gulper/1 1 +gully/259 1 +gully's +gum/160 1 +gumball/10 1 +Gumbel/3 +gumbo/1 1 +gumboil/1 1 +gumboot/10 1 +gumdrop/1 1 +gummy/34 1 +gumption/2 1 +gumshoe/45 1 +gumtree/10 1 +gun/133 1 +gunboat/1 1 +gunfight/18 1 +gunfighter/1 1 +gunfire/2 1 +gunge 1 +gungy +gunk/2 1 +gunky/34 1 +gunman/2 660 +gunmen 661 +gunmetal/2 1 +gunnel/1 1 +gunner/1 1 +gunnery/2 1 +gunning 1 +gunpoint/2 1 +gunpowder/2 1 +gunrunner/1 1 +gunrunning/2 1 +gunship/1 1 +gunshot/1 1 +gunslinger/1 1 +gunsmith/1 1 +Gunther +gunwale/1 1 +gunny/2 1 +gunnysack/1 1 +Guofeng/3 +guppy/15 1 +Gupta/3 +gurgle/28 1 +gurgling 1 +Gurkha/2 1 +gurney/1 1 +guru/1 1 +Gus/3 +gush/22 1 +gusher/1 1 +gushing/8 1 +gushy/34 1 +gusset/23 1 +gussy/31 1 +gussying 662 +gust/23 1 +gustatory +Gustav/3 +Gustavo/3 +Gustavus/3 +gusto/2 1 +gusty/60 1 +gut/109 1 +Gutenberg +Guthrie +Gutierrez/3 +gutless/33 1 +guts 1 +gutsy/34 1 +gutter/23 1 +guttering 1 +guttersnipe/1 1 +guttural/30 1 +gutty/34 1 +guv/10 1 +guvnor/10 1 +guy/1 1 +Guy/2 1 +guy/11 1 +Guyana/2 1 +Guyanese/2 1 +Guzman/3 +guzzle/6 1 +guzzler/1 1 +Gwalior +Gwen/3 +Gwendoline/3 +Gwendolyn/3 +Gwyn/2 1 +gybe/6 1 +gybe's +gym/1 1 +gymkhana/1 1 +gymnasium/1 1 +gymnast/1 1 +gymnastic/35 1 +gymnosperm/1 1 +gymslip/10 1 +gynaecologic +gynaecological +gynaecologist/1 1 +gynaecology/2 1 +gyp/48 1 +gypper/1 1 +gypster/1 1 +gypsum/2 1 +gypsy/15 1 +Gypsy/15 1 +gypsy/259 1 +Gypsy 1 +gyrate/6 1 +gyration/1 1 +gyrator/1 1 +gyrfalcon/1 1 +gyro/1 1 +gyromagnetic +gyroscope/1 1 +gyroscopic 1 +gyve/28 1 +h +H/2 1 +Ha +Haas/3 +Habakkuk +Haber/3 +haberdasher/1 1 +haberdashery/15 1 +habiliment/1 1 +habit/18 1 +habitability/2 1 +habitable 1 +habitat/1 1 +habitation/1 1 +habitual/16 1 +habituate/6 1 +habituation/2 1 +habitue/1 1 +hacienda/1 1 +hack/79 1 +hackable +hacker/1 1 +hacking/2 1 +hackish +hackishes +hackishness +hackishnesses +hackitude +hackitudes +hackle/18 1 +hackney/23 1 +hacksaw/18 1 +hackwork/2 1 +Hadar/3 +haddock/1 1 +Hades/2 1 +hadj/4 1 +hadjes 663 +hadji/1 1 +hadjis 664 +hadn't +Hadrian +hadron/10 1 +had 665 +hadst 665 +had 1 +haematite/2 1 +haematologic +haematological +haematologist/1 1 +haematology/2 1 +haemoglobin/2 1 +haemophilia/2 1 +haemophiliac/1 1 +haemorrhage/28 1 +haemorrhoid/32 1 +Hafiz/3 +hafnium/2 1 +haft/18 1 +hag/18 1 +Hagar +Haggai +haggard/16 1 +haggis/4 1 +haggish 1 +haggle/28 1 +haggler/1 1 +Hagiographa/2 1 +hagiographer/1 1 +hagiography/15 1 +Hague +Hahn +hahnium/2 1 +hah 1 +Haida/1 1 +Haifa/2 1 +haiku/2 1 +hail/23 1 +hailstone/1 1 +hailstorm/1 1 +Haiphong +hair/1 1 +hairball/1 1 +hairband/10 1 +hairbreadth/1 1 +hairbrush/4 1 +haircare +haircloth/2 1 +haircut/18 1 +hairdo/1 1 +hairdresser/1 1 +hairdressing/2 1 +hairdrier/10 1 +hairdryer/1 1 +haired 1 +hairgrip/10 1 +hairless 1 +hairlike 1 +hairline/1 1 +hairnet/1 1 +hairpiece/1 1 +hairpin/1 1 +hairsbreadth/1 1 +hairsplitter/1 1 +hairsplitting/2 1 +hairspray/10 1 +hairspring/1 1 +hairstyle/1 1 +hairstyling 1 +hairstylist/1 1 +hairy/50 1 +Haiti/2 1 +Haitian/1 1 +hajj/4 1 +hajjes 666 +hajji/1 1 +hajjis 667 +haj 1 +hake/1 1 +Hakka/2 1 +Hakluyt +Hal/1 1 +halal/2 1 +halberd/1 1 +halcyon 1 +Haldane +Hale +hale/258 1 +Haleakala +haler 1 +Haley/3 +half/120 1 +halfback/1 1 +halfbreed +halfhearted/16 1 +halfpence 668 +halfpennies +halfpenny/2 669 +halfpennyworth 1 +halftime/1 1 +halftone/1 1 +half 1 +halfway 1 +halfwit/1 1 +halibut/1 1 +halide/10 1 +Halifax/2 1 +haling 1 +halite/2 1 +halitosis/2 1 +hall/1 1 +halleluiah/1 1 +hallelujah/1 1 +Halley +halliard/1 1 +Halliburton/3 +Hallie/3 +Hallmark/3 +hallmark/23 1 +hallo/2 1 +halloo/23 1 +hallo 1 +hallow/11 1 +hallowed 1 +Hallowe'en +Halloween/1 1 +Hallstatt +Hall 1 +hallucinate/6 1 +hallucination/1 1 +hallucinatory +hallucinogen/1 1 +hallucinogenic/1 1 +hallway/1 1 +halo/23 1 +halogen/1 1 +halogenated +Halon/3 +halon/10 1 +Halsey +halt/79 1 +halter/23 1 +halterneck +halternecks +halting/8 1 +halve/6 1 +halyard/1 1 +Ham/3 +ham/338 1 +Haman/2 1 +hamburg/1 1 +Hamburg/1 1 +hamburger/1 1 +Hamhung +Hamilcar/3 +Hamill/3 +Hamilton/2 1 +Hamiltonian 1 +Hamitic/2 1 +Hamlet +hamlet/1 1 +Hamlin/3 +Hammarskjold +hammer/23 1 +hammerer/1 1 +hammerhead/1 1 +hammering/10 1 +hammerlock/1 1 +Hammerstein +hammertoe/1 1 +Hammett/3 +hammock/1 1 +Hammond +Hammurabi +hammy/34 1 +hamper/23 1 +Hampshire/2 1 +Hampton +hamster/1 1 +hamstring/86 670 +hamstrung 671 +Hamsun +Han/10 1 +Hancock +hand/23 1 +handbag/18 1 +handball/1 1 +handbarrow/1 1 +handbasin 1 +handbill/1 1 +handbook/1 1 +handbrake/10 1 +handcar/1 1 +handcart/1 1 +handclasp/1 1 +handcraft/23 1 +handcuff/23 1 +handed/153 1 +Handel/2 1 +handful/1 1 +handgun/1 1 +handhold/18 1 +handicap/48 1 +handicapper/1 1 +handicraft/1 1 +handiwork/2 1 +handkerchief/1 1 +handle/28 1 +handlebar/1 1 +handler/1 1 +handling 1 +handmade 1 +handmaid/1 1 +handmaiden/1 1 +handout/1 1 +handover/10 1 +handpick/11 1 +handrail/1 1 +handsaw/1 1 +handset/18 1 +handshake/1 1 +handshaking/10 1 +handsome/27 1 +handspring/1 1 +handstand/1 1 +handwork/2 1 +handwoven +handwriting/2 1 +handwritten +Handy +handy/51 1 +handyman/2 672 +handymen 673 +Haney/3 +hang/23 674 +hangar/18 1 +hangdog 1 +hanger/1 1 +hanging/1 1 +hangman/2 675 +hangmen 676 +hangnail/1 1 +hangout/1 1 +hangover/1 1 +Hangul/3 +hangup/1 1 +Hangzhou/2 1 +Hank/3 +hank/18 1 +hanker/11 1 +hankering/1 1 +hankie/1 1 +hanky/15 1 +Hanna/3 +Hannah +Hannibal/2 1 +Hanoi/2 1 +Hanover/2 1 +Hanoverian/2 1 +Hansel/3 +Hansen/3 +hansom/1 1 +Hanson/3 +Hans 1 +Hanukah/2 1 +Hanuka 1 +Hanukkah/1 1 +hap/2 1 +haphazard/16 1 +hapless/16 1 +haploid/1 1 +haply 1 +happen/11 1 +happening/1 1 +happenstance/1 1 +happy/51 1 +Hapsburg/2 1 +hap 1 +harangue/28 1 +Harare/2 1 +harass/7 1 +harassed 1 +harasser/1 1 +harassing 1 +harassment/2 1 +Harbin +harbinger/18 1 +harbormaster/10 1 +harbour/23 1 +hard/21 1 +hardback/1 1 +hardball/2 1 +hardboard/2 1 +hardbound 1 +hardcore 1 +hardcover/1 1 +harden/11 1 +hardener/1 1 +hardening 1 +hardhat/1 1 +hardheaded/16 1 +hardhearted/16 1 +hardihood/2 1 +Hardin/3 +Harding/2 1 +hardline/339 1 +hardliner/1 1 +hardscrabble 1 +hardship/1 1 +hardstand/1 1 +hardtack/2 1 +hardtop/1 1 +hard 1 +hardware/2 1 +hardwired +hardwood/1 1 +hardworking +Hardy +hardy/51 1 +hare/28 1 +harebell/1 1 +harebrained 1 +harelip/1 1 +harelipped +harem/1 1 +Hargreaves +haricot/10 1 +hark/11 1 +harken/11 1 +Harlan/3 +Harlem/2 1 +harlequin/18 1 +Harlequin 1 +Harley +harlot/1 1 +harlotry/2 1 +Harlow +harm/23 1 +harmer 1 +harmful/16 1 +harmless/16 1 +Harmon/3 +harmonic/1 1 +harmonica/1 1 +harmonically +harmonica's 677 +harmonica 678 +harmonious/16 1 +harmonium/1 1 +harmonization/2 1 +harmonize/6 1 +harmonizer/1 1 +harmony/15 1 +harness/7 1 +harness's +Harold/3 +harp/23 1 +Harper/3 +harping 1 +harpist/1 1 +harpoon/23 1 +harpooner/1 1 +harpsichord/1 1 +harpsichordist/1 1 +harpy/15 1 +Harpy/15 1 +Harrell/3 +harridan/1 1 +harrier/1 1 +Harriet/3 +Harriett/3 +Harrington/3 +Harris +Harrisburg/2 1 +Harrison/2 1 +Harrods +harrow/23 1 +harrowing 1 +harrumph/11 1 +Harry/3 +harry/31 1 +harsh/21 1 +Hart +hart/1 1 +Harte +Hartford/2 1 +Hartline/3 +Hartman/3 +Harvard/2 1 +harvest/23 1 +harvester/1 1 +Harvey +Hasbro/3 +hash/22 1 +hasheesh/2 1 +hashish/2 1 +Hasidim +hasn't +hasp/18 1 +hassle/28 1 +hassock/1 1 +has 665 +haste/28 1 +hasten/11 1 +ha 679 +Hastings/2 1 +hasting 1 +hast 665 +hasty/51 1 +hat/109 1 +hatband/10 1 +hatbox/4 1 +hatch/22 1 +hatchback/1 1 +hatcheck/1 1 +hatchery/15 1 +hatchet/18 1 +hatching/2 1 +hatchway/1 1 +hate/28 1 +hateful/16 1 +hatemonger/1 1 +hater/1 1 +Hatfield +Hathaway +hath 665 +hatpin/10 1 +hatred/1 1 +Hatsheput/3 +hatstand/10 1 +hatter/1 1 +Hatteras +Hattie/3 +hatting 1 +hauberk/1 1 +haughty/51 1 +haul/23 1 +haulage/2 1 +hauler/1 1 +haulier/10 1 +haunch/40 1 +haunt/23 1 +haunter/1 1 +haunting/8 1 +Hauptmann +Hausa/2 1 +Hausdorff/3 +hauteur/2 1 +Havana/1 1 +Havarti 1 +have/340 680 +Havel +haven/18 1 +haven't +havering 1 +haversack/1 1 +having 1 +havoc/2 1 +Havoline/3 +Haw +haw/23 1 +Hawaii/2 1 +Hawaiian/1 1 +hawk/23 1 +hawker/1 1 +Hawking +hawking 1 +Hawkins +hawkish/33 1 +Hawks +hawser/1 1 +haws 1 +hawthorn/1 1 +Hawthorne +Hay/3 +hay/23 1 +haycock/1 1 +Hayden/3 +Haydn/2 1 +Hayes/2 1 +hayfield 1 +haying 1 +hayloft/1 1 +haymaking 1 +haymow/1 1 +Haynes +hayrick/1 1 +hayride/1 1 +Hays +hayseed/1 1 +haystack/1 1 +haywain +Hayward +haywire 1 +Haywood/3 +Hayworth/3 +hazard/23 1 +hazardous/8 1 +haze/28 1 +Hazel/3 +hazel/1 1 +hazelnut/1 1 +hazel 1 +hazer/1 1 +hazing/1 1 +Hazlitt +hazy/51 1 +HBO +hdqrs +HDTV +he/1 1 +He/2 1 +Head/3 +head/79 1 +headache/1 1 +headband/1 1 +headbanger/10 1 +headbanging +headboard/1 1 +headbutt/10 1 +headbutted +headbutting +headcase/10 1 +headcheese 1 +headcount/10 1 +headdress/4 1 +header/1 1 +headfirst 1 +headgear/2 1 +headhunt/11 1 +headhunter/1 1 +headhunting/2 1 +headily 1 +headiness/3 +heading/1 1 +headlamp/1 1 +headland/1 1 +headless 1 +headlight/1 1 +headline/28 1 +headliner/1 1 +headlock/1 1 +headlong 1 +headman/2 681 +headmaster/1 1 +headmastership 1 +headmen 682 +headmistress/4 1 +headnote 1 +headphone/1 1 +headpiece/1 1 +headpin/1 1 +headquarter/11 1 +headquarters's +headrest/1 1 +headroom/2 1 +headscarf/341 1 +headset/1 1 +headship/1 1 +headshrinker/1 1 +headsman/2 683 +headsmen 684 +headstall/1 1 +headstand/1 1 +headstock 1 +headstone/1 1 +headstrong 1 +headteacher +headteachers +headwaiter/1 1 +headwaters +headwaters's +headway/2 1 +headwind/1 1 +headword/1 1 +heady/34 1 +heal/11 1 +healer/1 1 +healing 1 +health/1 1 +healthcare/2 1 +healthful/16 1 +healthy/51 1 +heap/23 1 +hear/47 1 +hearer/1 1 +hearing/1 1 +hearken/11 1 +hears/207 1 +hearsay/2 1 +hearse/18 1 +Hearst +heart/18 1 +heartache/1 1 +heartbeat/1 1 +heartbreak/86 685 +heartbreaking 1 +heartbroken 686 +heartburn/2 1 +hearten/11 1 +heartening 1 +heartfelt 1 +hearth/1 1 +hearthrug/10 1 +hearthstone/1 1 +heartland/1 1 +heartless/16 1 +heartrending/8 1 +heartsick/33 1 +heartstrings +heartstrings's +heartthrob/1 1 +heartwarming +heartwood/2 1 +hearty/222 1 +heat/23 1 +heated/8 1 +heater/1 1 +Heath +heath/1 1 +heathen/1 1 +heathendom/2 1 +heathenish 1 +heathenism/2 1 +heathen 1 +Heather/3 +heather/1 1 +heathery 1 +heathland 1 +heating/2 1 +heatproof 1 +heatstroke/2 1 +heatwave +heatwaves +heave/28 687 +heaven/130 1 +Heaven/1 1 +heavenly/34 1 +heavenward/10 1 +heaver/1 1 +heaving 1 +Heaviside +heavy/222 1 +heavyhearted 1 +heavyset 1 +heavyweight/1 1 +Heb +Hebert/3 +Hebe 1 +Hebraic 1 +Hebraism/1 1 +Hebrew/1 1 +Hebrides/2 1 +Hecate +heck/2 1 +heckle/28 1 +heckler/1 1 +heckling/2 1 +hectare/1 1 +hectic/39 1 +hectogram/1 1 +hectolitres +hectometre/1 1 +hector/1 1 +Hector/2 1 +hector/11 1 +Hecuba +he'd +hedge/28 1 +hedgehog/1 1 +hedgehop/105 1 +hedger/1 1 +hedgerow/1 1 +hedging 1 +hedonism/2 1 +hedonist/1 1 +hedonistic 1 +heed/23 1 +heedful/8 1 +heedless/16 1 +heehaw/23 1 +heel/23 1 +heeling 1 +heelless 1 +Heep/3 +Hefner/3 +heft/23 1 +hefty/51 1 +Hegel/2 1 +Hegelian 1 +hegemonic +hegemony/2 1 +Hegira +hegira/1 1 +Heidegger +Heidelberg +Heidi/3 +heifer/1 1 +Heifetz +height/1 1 +heighten/11 1 +Heimlich/3 +Heine +Heineken/3 +Heinlein/3 +heinous/16 1 +Heinrich/3 +Heinz +heir/18 1 +heiress/4 1 +heirloom/1 1 +Heisenberg +Heisman/3 +heist/23 1 +Hejira +held 688 +Helen/2 1 +Helena/2 1 +Helene/3 +Helga/3 +helical 1 +Helicon +helicopter/23 1 +heliocentric 1 +heliography 1 +Heliopolis +Helios/2 1 +heliosphere 1 +heliotrope/1 1 +helipad/10 1 +heliport/1 1 +helium/2 1 +helix/186 1 +he'll +hell/1 1 +Hell/1 1 +hell/59 1 +hellbent 1 +hellcat/1 1 +hellebore/2 1 +Hellene/1 1 +Hellenic/2 1 +Hellenism/1 1 +Hellenistic 1 +Hellenist 1 +Hellenization 1 +Hellenize 1 +Heller +Hellespont/2 1 +hellfire 1 +hellhole/1 1 +hellion/1 1 +hellish/16 1 +Hellman +hello/18 1 +helluva +helm/18 1 +helmet/63 1 +Helmholtz/2 1 +helmsman/2 689 +helmsmen 690 +Heloise/3 +helot/1 1 +help/23 1 +helper/1 1 +helpful/16 1 +helping/1 1 +helpless/16 1 +helpline/10 1 +helpmate/1 1 +helpmeet/1 1 +Helsinki/2 1 +helve/18 1 +Helvetian 1 +Helvetius/3 +hem/160 1 +heme/2 1 +Hemingway/2 1 +hemisphere/1 1 +hemispheric +hemispherical 1 +hemline/1 1 +hemlock/1 1 +hemmer/1 1 +hemoglobin's +hemophilia/2 1 +hemorrhage/28 1 +hemorrhagic +hemorrhoid/1 1 +hemostat/1 1 +hemp/2 1 +hempen 1 +hemstitch/22 1 +hen/1 1 +henceforth +henceforward +hence 1 +Hench/3 +henchman/2 691 +henchmen 692 +Henderson/3 +Hendricks +Hendrix +henge 1 +Henley +henna/23 1 +Hennessy/3 +henpeck/11 1 +Henri/3 +Henrietta/3 +Henry/2 1 +Hensley/3 +Henson/3 +hep/342 1 +heparin/2 1 +hepatic 1 +hepatitis/2 1 +Hepburn +Hephaestus/2 1 +Hepplewhite +heptagon/1 1 +heptagonal +heptane 1 +heptathlon/1 1 +hep 1 +her/1 1 +Hera/2 1 +Heracles/2 1 +Heraclitus +Herakles/2 1 +herald/23 1 +heraldic 1 +heraldry/2 1 +herb/1 1 +herbaceous 1 +herbage/2 1 +herbal/10 1 +herbalism +herbalist/1 1 +herbal 1 +Herbart +Herbert +herbicidal +herbicide/1 1 +herbivore/1 1 +herbivorous +Herculaneum/2 1 +herculean +Herculean +Hercules/2 1 +herd/23 1 +Herder +herder/1 1 +herdsman/2 693 +herdsmen 694 +here/2 1 +hereabout/10 1 +hereafter/1 1 +hereby 1 +hereditary 1 +heredity/2 1 +Hereford/1 1 +hereinafter +herein 1 +hereof 1 +hereon 1 +Herero 1 +heresy/15 1 +heretic/1 1 +heretical 1 +hereto +heretofore +here 1 +hereunder +hereunto +hereupon +herewith +Heriberto/3 +heritability 1 +heritable 1 +heritage/1 1 +Herman/3 +hermaphrodite/1 1 +hermaphroditic 1 +Hermaphroditus +hermeneutic/10 1 +Hermes/2 1 +hermetic/39 1 +hermetical +hermetic 1 +Herminia/3 +hermit/1 1 +hermitage/1 1 +Hermitage 1 +Hermite/3 +Hermosillo/3 +Hernandez/3 +hernia/1 1 +hernial 1 +herniate/6 1 +herniation/2 1 +hero/4 1 +Herod/2 1 +Herodotus/2 1 +heroic/32 1 +heroically +heroic 1 +heroin/1 1 +heroine/1 1 +heroism/2 1 +heron/1 1 +herpes/2 1 +herpetologist/1 1 +herpetology/2 1 +Herr/2 1 +Herrera/3 +Herrick +Herring/3 +herring/1 1 +herringbone/2 1 +Herschel +herself 1 +Hersey/3 +Hershel/3 +Hershey/3 +her 1 +hertz/2 1 +Hertz/2 1 +Hertzsprung/3 +Herzegovina +Herzl +Heshvan/2 1 +Hesiod +hesitance/2 1 +hesitancy/2 1 +hesitant/8 1 +hesitate/6 1 +hesitating/8 1 +hesitation/1 1 +Hesperus +Hess +Hesse +hessian 1 +Hessian 1 +hes 695 +Hester/3 +Heston/3 +hetero/1 1 +heterodox 1 +heterodoxy/2 1 +heterogeneity/2 1 +heterogeneous/8 1 +heterosexual/1 1 +heterosexuality/2 1 +heterosexually +heteros 1 +heterozygous +Hettie/3 +heuristic/70 1 +hew/11 1 +hewer/1 1 +hewing 1 +Hewitt/3 +Hewlett/3 +hex/22 1 +hexadecimal/10 1 +hexagon/1 1 +hexagonal 1 +hexagram/1 1 +hexameter/1 1 +hexane 1 +hexing 1 +hex 1 +hey +heyday/1 1 +Heyerdahl +Heywood +Hezbollah/3 +Hezekiah +hf +Hf/2 1 +HF/2 1 +Hg/2 1 +hgt +hgwy +HHS +HI +hi/10 1 +Hialeah +hiatus/4 1 +Hiawatha/2 1 +hibachi/18 1 +hibernate/6 1 +hibernation/2 1 +hibernator/1 1 +Hibernia/2 1 +Hibernian 1 +hibiscus/4 1 +hiccough/23 1 +hick/1 1 +hickey/1 1 +Hickman/3 +Hickok +hickory/15 1 +Hicks/3 +hick 1 +hidden 1 +hide/343 1 +hideaway/1 1 +hidebound 1 +hided +hideous/16 1 +hideout/1 1 +hider/1 1 +hiding/1 1 +hid 1 +hie/47 696 +hierarchic +hierarchical/8 1 +hierarchy/15 1 +hieratic 1 +hieroglyph/1 1 +hieroglyphic/1 1 +Hieronymus +Higashiosaka +Higgins/3 +high/38 1 +highball/18 1 +highborn 1 +highboy/1 1 +highbrow/1 1 +highchair/1 1 +highers +highfalutin +highfaluting +highhanded/16 1 +highish +highjack/23 1 +highland/129 1 +highlander/1 1 +Highlander/1 1 +Highlands +highlight/23 1 +highlighter/1 1 +Highness/3 +highpoint +highrise/1 1 +highroad/1 1 +hightail/11 1 +highway/1 1 +highwayman/2 697 +highwaymen 698 +hijack/23 1 +hijacker/1 1 +hijacking/1 1 +hijinks 1 +hike/28 1 +hiker/1 1 +hiking's +Hilario/3 +hilarious/16 1 +hilarity/2 1 +Hilary/3 +Hilbert +Hilda/3 +Hildebrand +Hilfiger/3 +Hill +hill/18 1 +Hillary +hillbillies +hillbilly's +hillbilly 1 +Hillel +hillock/1 1 +hillside/1 1 +hilltop/18 1 +hillwalking +hilt/18 1 +Hilton +hilly/50 1 +him/1 1 +Himalaya/1 1 +Himalayan 1 +Himmler +himself 1 +Hinayana/2 1 +hind/129 1 +Hindemith +Hindenburg +hinder/11 1 +hindering 1 +Hindi 699 +hindmost 1 +hindquarter/1 1 +hindrance/1 1 +hindsight/2 1 +Hindu/1 1 +Hinduism/1 1 +Hindustan/2 1 +Hindustani/1 1 +Hindus 700 +Hindu 1 +Hines +hing/11 1 +hinge/28 1 +hint/23 1 +hinter/1 1 +hinterland/1 1 +Hinton/3 +hip/297 1 +hipbath +hipbaths +hipbone/1 1 +hiphuggers +hipness/3 +Hipparchus +hippie/1 1 +hipping 1 +hippo/1 1 +Hippocrates/2 1 +Hippocratic +hippodrome/1 1 +hippopotamus/4 1 +hipster/1 1 +Hiram +hire/28 1 +hireling/1 1 +hirer 1 +hiring 1 +Hirobumi/3 +Hirohito +Hiroshima/2 1 +hirsute/33 1 +his/344 701 +Hispanic/1 1 +Hispaniola/2 1 +Hiss/3 +hiss/22 1 +hissing/10 1 +histamine/1 1 +histogram/1 1 +histological 1 +histologist/1 1 +histology/2 1 +historian/1 1 +historic +historical/8 1 +historicist 1 +historicity/2 1 +historiographer/1 1 +historiographical 1 +historiography/2 1 +history/15 1 +histrionic/35 1 +hist 1 +hit/128 1 +Hitachi/3 +hitch/22 1 +Hitchcock +hitcher/1 1 +hitchhike/6 1 +hitchhiker/1 1 +hitchhike's +hitherto +hither 1 +Hitler/1 1 +hi 1 +hittable +hitter/1 1 +Hittite/1 1 +HIV/2 1 +hive/28 1 +hiya 1 +h'm +HM +hmm +HMO/2 1 +Hmong 1 +HMS +hm 1 +ho/1 1 +Ho/2 1 +hoagie/1 1 +hoagy/15 1 +hoard/23 1 +hoarder/1 1 +hoarding/1 1 +hoarfrost/2 1 +hoarse/27 1 +hoar 1 +hoary/50 1 +hoax/22 1 +hoaxer/1 1 +hob/18 1 +Hobart/2 1 +Hobbes +hobbit/10 1 +hobble/28 1 +hobbler/1 1 +Hobbs +hobby/15 1 +hobbyhorse/1 1 +hobbyist/1 1 +hobgoblin/1 1 +hobnail/23 1 +hobnob/145 1 +hobnobbing 1 +hobo/18 1 +hock/23 1 +hockey/2 1 +Hockney/3 +hockshop/1 1 +hod/1 1 +Hodge/1 1 +hodgepodge/1 1 +Hodgkin +hoe/45 1 +hoecake/1 1 +hoedown/1 1 +hoer/1 1 +Hoff/3 +Hoffa/3 +Hoffman/3 +Hofstadter/3 +hog/92 1 +Hogan/3 +hogan/1 1 +Hogarth +hogback/1 1 +hogger 1 +hogging 1 +hoggish/8 1 +hogshead/1 1 +hogtie/122 702 +hogtying 703 +Hogwarts/3 +hogwash/2 1 +Hohenlohe +Hohenstaufen 1 +Hohenzollern/2 1 +Hohhot/3 +Hohokam +hoick/11 1 +hoicks 1 +hoist/23 1 +hoke/6 1 +hokey 704 +hokier 705 +hokiest 705 +Hokkaido/2 1 +hokum/2 1 +Hokusai +Holbein +Holcomb/3 +hold/86 706 +holdable +holdall/10 1 +Holden/3 +Holder/3 +holder/1 1 +holding/1 1 +holdout/1 1 +holdover/1 1 +holdup/1 1 +hole/28 1 +holey 707 +Holiday +holiday/23 1 +holidaymaker/10 1 +holier 708 +holiest 708 +Holiness +holing 1 +holism 1 +holistic/39 1 +Holland/1 1 +Hollander/1 1 +holler/23 1 +Hollerith/3 +Holley/3 +Hollie/3 +hollies +Hollis +hollow/53 1 +Holloway/3 +Holman/3 +Holmes/2 1 +holmium/2 1 +Holocaust +holocaust/1 1 +Holocene/2 1 +hologram/1 1 +holograph/18 1 +holographic +holography/2 1 +hols +Holst +Holstein/1 1 +holster/23 1 +Holt +holy/50 1 +Holly +holly/3 +hollyhock/1 1 +Hollywood/2 1 +homage/18 1 +hombre/1 1 +homburg/1 1 +home/345 1 +homebody/15 1 +homeboy/1 1 +homecoming/1 1 +homegrown +homeland/1 1 +homeless/346 1 +homelike 1 +homely/140 1 +homemade +homemaker/1 1 +homemaking/2 1 +homeomorphism/10 1 +homeowner/1 1 +homepage/1 1 +homer/1 1 +Homer/2 1 +homer/11 1 +Homeric 1 +homeroom/1 1 +homeschooling/2 1 +homesick/33 1 +homespun/2 1 +homestead/23 1 +homesteader/1 1 +homesteading 1 +homestretch/4 1 +hometown/1 1 +homeward/10 1 +homework/2 1 +homeworker +homeworkers +homeworking +homey/20 709 +homicidal 1 +homicide/1 1 +homier 710 +homiest 710 +homiletic 1 +homilies +homily's +homing 1 +hominid/1 1 +hominy/2 1 +homo/1 1 +homoeopath/1 1 +homoeopathic 1 +homoeopathy/2 1 +homoeostasis/3 +homoeostatic +homoerotic +homogenates +homogeneity/2 1 +homogeneous/8 1 +homogenization/2 1 +homogenize/6 1 +homogenous +homograph/1 1 +homological 1 +homologous +homologue 1 +homology/61 1 +homomorphism/10 1 +homonym/1 1 +homophobes +homophobia/2 1 +homophobic +homophone/1 1 +homophony 1 +homosexual/1 1 +homosexuality/2 1 +homosexually +homotopy +homozygous +homunculus 1 +homy/51 1 +Hon +hon/18 711 +honcho/18 1 +Honda/3 +Honduran/1 1 +Honduras/2 1 +hone/255 1 +Honecker/3 +honer/1 1 +honest/76 1 +honesty/2 1 +honey/23 1 +honeybee/1 1 +honeycomb/23 1 +honeydew/1 1 +honeyed 1 +honeylocust/2 1 +honeymoon/23 1 +honeymooner/1 1 +honeypot/10 1 +honeysuckle/1 1 +honey 1 +Honeywell/3 +Honiara +honk/23 1 +honker/1 1 +honkie/1 1 +honky/15 1 +Honolulu/2 1 +honorarily +honorarium/1 1 +honorary 1 +honorees +honoree's +honorific/1 1 +honour/23 1 +Honourable +honourable/29 1 +honouree +honourer/1 1 +Honshu/2 1 +hon 1 +hooch/2 1 +Hood +hood/23 1 +hooded 1 +hoodlum/1 1 +hoodoo/23 1 +hoodwink/11 1 +hooey/2 1 +hoof/115 1 +hoofer/10 1 +hook/23 1 +hooka/1 1 +hookah/1 1 +Hooke +hooked 1 +Hooker +hooker/1 1 +hookey/2 1 +hookup/1 1 +hookworm/1 1 +hooky/2 1 +hooligan/1 1 +hooliganism/2 1 +hoop/23 1 +Hooper/3 +hoopla/2 1 +hooray/23 1 +hoosegow/1 1 +Hoosier/1 1 +hoot/23 1 +hootch/2 1 +hootenanny/15 1 +hooter/1 1 +Hooters/3 +Hoover/1 1 +hoover/11 1 +hop/48 1 +Hope +hope/28 1 +hopeful/36 1 +hopeless/16 1 +Hopewell/3 +Hopi/1 1 +Hopkins +Hopper +hopper/1 1 +hopping 1 +hopscotch/22 1 +hora/1 1 +Horace +Horacio/3 +Horatio/3 +horde/28 1 +horehound/1 1 +horizon/1 1 +horizontal/30 1 +Hormel/3 +hormonal +hormonally +hormone/1 1 +Hormuz +Horn +horn/63 1 +hornbeam 1 +hornblende/2 1 +Hornblower/3 +Horne/3 +horned 1 +hornet/1 1 +hornless 1 +hornlike 1 +hornpipe/1 1 +horn 1 +horny/34 1 +horological +horologic 1 +horologist/1 1 +horology/2 1 +horoscope/1 1 +Horowitz +horrendous/8 1 +horrible/29 1 +horrid/8 1 +horrific/39 1 +horrified 1 +horrify/31 1 +horrifying/8 1 +horror/1 1 +horse/28 1 +horseback/2 1 +horsebox/89 1 +horseflesh/2 1 +horseflies +horsefly/3 +horsehair/2 1 +horsehide/2 1 +horselaugh/18 1 +horseless 1 +horseman/2 712 +horsemanship/2 1 +horsemen 713 +horseplay/2 1 +horsepower/2 1 +horseradish/4 1 +horseshit/311 1 +horseshoe/45 1 +horsetail/1 1 +horsetrading +horsewhip/48 1 +horsewoman/2 714 +horsewomen 715 +horsey 716 +horsier 717 +horsiest 717 +horsing 1 +horsy/34 1 +hortatory 1 +Horthy +horticulturalist +horticulturalists +horticultural 1 +horticulture/2 1 +horticulturist/1 1 +Horton/3 +Horus/2 1 +hos/207 1 +hosanna/18 1 +hose/28 1 +Hosea/2 1 +hosepipe/10 1 +hosier/1 1 +hosiery/2 1 +hosp +hospice/1 1 +hospitable/19 1 +hospital/1 1 +hospitality/2 1 +hospitalization/1 1 +hospitalize/6 1 +host/1 1 +Host/1 1 +host/11 1 +hostage/18 1 +hostel/23 1 +hosteler/1 1 +hostelry/15 1 +hostess/22 1 +hostile/30 1 +hostility/347 1 +hostler/1 1 +hot/348 1 +hotbed/1 1 +hotblooded +hotbox/4 1 +hotcake/1 1 +hotchpotch 1 +hotdog/92 1 +hotel/1 1 +hotelier/1 1 +hotfoot/23 1 +hothead/1 1 +hotheaded/16 1 +hothouse/18 1 +hotline/1 1 +hotlink/59 1 +hotplate/1 1 +Hotpoint/3 +hotpot/10 1 +hotshot/1 1 +hotspot/1 1 +hots's +Hottentot/1 1 +hotter 1 +Houdini +houmous +houmus 1 +hound/23 1 +hour/1 1 +hourglass/4 1 +houri/1 1 +hourly 1 +House +house/28 1 +houseboat/1 1 +housebound +houseboy/1 1 +housebreak/121 718 +housebreaker/1 1 +housebreaking/2 1 +housebroken 719 +housebroke 719 +housebuilding +houseclean/11 1 +housecleaning/2 1 +housecoat/1 1 +houseflies +housefly/3 +houseful/1 1 +household/1 1 +householder/1 1 +househusband/1 1 +housekeeper/1 1 +housekeeping/2 1 +houselights/2 1 +housemaid/1 1 +houseman/2 720 +housemaster/10 1 +housemate/10 1 +housemen 721 +housemistress/89 1 +housemother/1 1 +housemoving +houseparent/1 1 +houseplant/1 1 +houseproud +houseroom 1 +housetop/1 1 +housewares/2 1 +housewarming/1 1 +housewife/2 722 +housewifely 1 +housewives 723 +housework/2 1 +housing/1 1 +Housman +Houston/2 1 +Houyhnhnm/2 1 +HOV +hovel/18 1 +hover/5 1 +hovercraft/2 1 +hovercrafts +hoverer 1 +hove 724 +Hovhaness/3 +how/1 1 +Howard +howbeit 1 +howdah/1 1 +howdy 1 +Howe +Howell/3 +Howells +however +howitzer/1 1 +howl/23 1 +howler/1 1 +howling 1 +Howrah +howsoever +how 1 +hoyden/18 1 +hoydenish 1 +hoyden 1 +Hoyle 1 +HP/2 1 +hp 1 +HQ/2 1 +HR +hr/10 1 +HRH +Hrothgar/3 +HS +HSBC/3 +HST +ht +HT +HTML/2 1 +Hts +HTTP 1 +Huang +huarache/1 1 +hub/18 1 +Hubbard 1 +Hubble/3 +hubbub/1 1 +hubby/15 1 +hubcap/1 1 +Huber/3 +Hubert/3 +hubris/2 1 +Huck/3 +huckleberry/15 1 +huckster/23 1 +hucksterism/2 1 +HUD/2 1 +Huddersfield +huddle/28 1 +Hudson/2 1 +hue/78 1 +Huerta/3 +Huey/3 +Huff/3 +huff/23 1 +Huffman/3 +huffy/51 1 +hug/92 1 +huge/27 1 +Huggins +Hugh/3 +Hughes +Hugo/2 1 +hug 1 +Huguenot/1 1 +huh 1 +Hui +Huitzilopotchli/3 +hula/18 1 +hulk/86 1 +hull/1 1 +Hull/2 1 +hull/11 1 +hullabaloo/1 1 +huller/1 1 +hullo/2 1 +hum/160 711 +human/38 1 +humane/27 1 +humanism/2 1 +humanist/1 1 +humanistic 1 +humanitarian/1 1 +humanitarianism/2 1 +humanity/347 1 +humanization/2 1 +humanize/6 1 +humanizer/1 1 +humankind/2 1 +humanoid/1 1 +Humberto/3 +humble/349 1 +humbler/1 1 +humbles 1 +humbling/10 1 +Humboldt +humbug/92 1 +humdinger/1 1 +humdrum/2 1 +Hume +humeral 1 +humeri 725 +humerus/2 726 +humid/8 1 +humidification/2 1 +humidifier/1 1 +humidify/31 1 +humidity/2 1 +humidor/1 1 +humiliate/6 1 +humiliating/8 1 +humiliation/1 1 +humility/2 1 +hummable +Hummer/3 +hummer/1 1 +hummingbird/1 1 +humming 1 +hummock/18 1 +hummocky 1 +hummus/2 1 +humongous +humorist/1 1 +humorlessly +humorous/16 1 +humour/23 1 +humourless/33 1 +hump/23 1 +humpback/1 1 +humpbacked +humph/11 1 +Humphrey +humungous +humus/2 1 +Humvee 1 +Hun/1 1 +hunch/22 1 +hunchback/1 1 +hunchbacked +hunchback 1 +hundred/1 1 +hundredfold 1 +hundredth/1 1 +hundred 1 +hundredweight/1 1 +Hung +Hungarian/1 1 +Hungary/2 1 +hunger/23 1 +hungover +hungry/51 1 +hung 727 +hunk/1 1 +hunker/11 1 +hunkier 728 +hunkiest 728 +hunks 1 +hunky/34 1 +Hunspell/3 +Hunt +hunt/23 1 +hunted 1 +Hunter/3 +hunter/1 1 +hunting/2 1 +Huntington/2 1 +Huntley/3 +huntress/4 1 +huntsman/2 729 +huntsmen 730 +Huntsville +hurdle/28 1 +hurdler/1 1 +hurdling/2 1 +hurl/23 1 +hurler/1 1 +Hurley/3 +hurling/2 1 +Huron 1 +hurrah/23 1 +hurray's +hurricane/1 1 +hurried/8 1 +hurry/57 1 +hurrying 1 +Hurst/3 +hurt/86 1 +hurtful/16 1 +hurtle/6 1 +hurtling 1 +Hus +husband/23 1 +husbandman/2 731 +husbandmen 732 +husbandry/2 1 +hush/22 1 +hushed 1 +husk/23 1 +husker/1 1 +husking 1 +husky/222 1 +hussar/1 1 +Hussein +Husserl +Hussite 1 +hussy/15 1 +hustings/2 1 +hustle/28 1 +hustler/1 1 +hustling 1 +Huston +hut/18 1 +hutch/40 1 +Hutchinson +Hutton/3 +Hutu 1 +hutzpa/2 1 +hutzpah/2 1 +Huxley/2 1 +Huygens +huzza/23 1 +huzzah/23 1 +huzzaing 1 +hwy +hyacinth/1 1 +Hyades/2 1 +hyaena/1 1 +hybrid/1 1 +hybridism/2 1 +hybridization/2 1 +hybridize/6 1 +hybrid 1 +Hyde +Hyderabad +hydra/1 1 +Hydra/2 1 +hydrangea/1 1 +hydrant/1 1 +hydras 1 +hydrate/28 1 +hydration/2 1 +hydraulic/350 1 +hydraulics's +hydrazine 1 +hydride 1 +hydro/2 1 +hydrocarbon/1 1 +hydrocephalus/2 1 +hydrocephaly/3 +hydrochloric +hydrochloride 1 +hydrodynamic/32 1 +hydrodynamical +hydrodynamic 1 +hydroelectric +hydroelectrically +hydroelectricity/2 1 +hydrofluoric +hydrofoil/1 1 +hydrogen/2 1 +hydrogenate/6 1 +hydrogenation/2 1 +hydrogenous +hydrological 1 +hydrologist/1 1 +hydrology/2 1 +hydrolyse/6 1 +hydrolyses 733 +hydrolysis/2 734 +hydromagnetic 1 +hydromechanics +hydrometer/1 1 +hydrometry/2 1 +hydrophobia/2 1 +hydrophobic +hydrophone/1 1 +hydroplane/28 1 +hydroponic/35 1 +hydrosphere/2 1 +hydrostatic/10 1 +hydrotherapy/2 1 +hydrothermal 1 +hydrous 1 +hydroxide/1 1 +hyena/1 1 +hygiene/2 1 +hygienically +hygienic 1 +hygienist/1 1 +hygrometer/1 1 +hygroscopic 1 +hying 735 +hymen/1 1 +Hymen/2 1 +hymeneal 1 +hymn/23 1 +hymnal/1 1 +hymnbook/1 1 +hype/28 1 +hyperactive 1 +hyperactivity/2 1 +hyperbola/1 1 +hyperbole/2 1 +hyperbolic 1 +hyperboloid/10 1 +hypercritical/8 1 +hypercube/10 1 +hyperfine 1 +hyperglycemia/2 1 +hyperinflation 1 +Hyperion/2 1 +hyperlink/59 1 +hyperlink's +hypermarket/10 1 +hypermedia/2 1 +hyperplane/10 1 +hypersensitive/33 1 +hypersensitivity/15 1 +hypersonic 1 +hyperspace/10 1 +hypersphere +hypertension/2 1 +hypertensive/1 1 +hypertext/2 1 +hyperthyroidism/2 1 +hyperthyroid's +hyperthyroid 1 +hypertrophy/57 1 +hyper 1 +hyperventilate/6 1 +hyperventilation/2 1 +hyphen/23 1 +hyphenate/6 1 +hyphenate's +hyphenation/1 1 +hypnoses 736 +hypnosis/2 737 +hypnotherapist/10 1 +hypnotherapy/2 1 +hypnotic/52 1 +hypnotism/2 1 +hypnotist/1 1 +hypnotize/6 1 +hypo/18 1 +hypoallergenic +hypocaust 1 +hypochondria/2 1 +hypochondriac/1 1 +hypochondria's 738 +hypochondria 739 +hypocrisy/15 1 +hypocrite/1 1 +hypocritical/8 1 +hypodermic/1 1 +hypoglycemia/2 1 +hypoglycemic/1 1 +hypotenuse/1 1 +hypothalami 740 +hypothalamus/2 741 +hypothermia/2 1 +hypotheses 742 +hypothesis/2 743 +hypothesize/6 1 +hypothesizer 1 +hypothetical/8 1 +hypothyroidism/2 1 +hypothyroid's +hypothyroid 1 +hypoxia 1 +hyssop/2 1 +hysterectomy/15 1 +hysteresis 1 +hysteria/2 1 +hysteric/130 1 +hysterical/8 1 +hysteric 1 +Hyundai/3 +Hz/2 1 +I/2 1 +Ia +IA +Iaccoca/3 +Iago/3 +iamb/1 1 +iambic/1 1 +iambi 744 +iambus/4 745 +Ian/3 +Iapetus/2 1 +iatrogenic +Ibadan +Iberia/2 1 +Iberian 1 +ibex/4 1 +ibid +ibidem +ibis/4 1 +Ibiza +Iblis/3 +IBM/3 +Ibo 1 +Ibsen/2 1 +ibuprofen/2 1 +Icahn/3 +Icarus/2 1 +ICBM/1 1 +ICC +Ice +ice/28 1 +iceberg/1 1 +iceboat/1 1 +icebound +icebox/4 1 +icebreaker/1 1 +icecap/1 1 +Iceland/2 1 +Icelander/1 1 +Icelandic/2 1 +iceman/2 746 +icemen 747 +icepack 1 +icepick/10 1 +ices 748 +ichneumon 1 +ichthyologist/1 1 +ichthyology/2 1 +icicle/1 1 +icing/1 1 +icky/34 1 +icon/1 1 +iconic 1 +iconoclasm/2 1 +iconoclast/1 1 +iconoclastic 1 +iconographic +iconography/2 1 +icosahedral +icosahedra 749 +icosahedron 750 +ictus/2 1 +ICU +icy/51 1 +I'd +id/1 1 +ID/1 1 +Ida +Idaho/72 1 +Idahoan/1 1 +idea/1 1 +ideal/30 1 +idealism/2 1 +idealist/1 1 +idealistic/39 1 +idealization/1 1 +idealize/6 1 +idempotent 1 +idem 1 +identical/8 1 +identifiable/19 1 +identification/1 1 +identifier/10 1 +identify/31 1 +identikit/10 1 +identity/15 1 +ideogram/1 1 +ideograph/1 1 +ideographic +ideological/8 1 +ideologist/1 1 +ideologue/1 1 +ideology/15 1 +ides +ides's +idiocy/15 1 +idiolect 1 +idiom/1 1 +idiomatic +idiomatically +idiopathic 1 +idiosyncrasy/15 1 +idiosyncratic/39 1 +idiot/1 1 +idiotic/39 1 +idle/349 1 +idler/1 1 +idle's +idles 1 +idling 1 +idol/1 1 +idolater/1 1 +idolatress/4 1 +idolatrous 1 +idolatry/2 1 +idolization/2 1 +idolize/6 1 +idyl/1 1 +idyll/1 1 +idyllic/39 1 +IE +Ieyasu +if/1 1 +iffiness/3 +iffy/34 1 +igloo/1 1 +Ignacio/3 +Ignatius +igneous 1 +ignitable +ignite/6 1 +ignitible +ignition/1 1 +ignoble/19 1 +ignominious/8 1 +ignominy/15 1 +ignorable +ignoramus/4 1 +ignorance/2 1 +ignorant/8 1 +ignore/6 1 +Igor/3 +iguana/1 1 +Iguassu/2 1 +iii 1 +ii 1 +Ijssel +Ijsselmeer/3 +Ike/2 1 +Ikea/3 +Ikhnaton +ikon/1 1 +IL +Ila +ilea 751 +ileitis/2 1 +Ilene/3 +ileum/2 752 +Iliad/1 1 +ilia 753 +ilium/2 754 +ilk/1 1 +Ill +I'll +ill/351 99 +illegal/30 1 +illegality/15 1 +illegibility/2 1 +illegible/19 1 +illegitimacy/2 1 +illegitimate/8 1 +illiberal/8 1 +illiberality/2 1 +illicit/16 1 +illimitable 1 +Illinois/2 1 +Illinoisan/1 1 +illiquid 1 +illiteracy/2 1 +illiterate/30 1 +illogical/8 1 +illogicality/2 1 +illuminable +illuminant 1 +illuminate/43 1 +Illuminati +illuminating/8 1 +illumination/1 1 +illumine/6 1 +illus +illusion/1 1 +illusionist/1 1 +illusive 1 +illusory 1 +illustrate/6 1 +illustrated 1 +illustration/1 1 +illustrative/8 1 +illustrator/1 1 +illustrious/16 1 +ilmenite 1 +Ilyushin/3 +I'm +image/28 1 +imagery/2 1 +imaginable/19 1 +imaginary 1 +imagination/1 1 +imaginative/8 1 +imagine/6 1 +imaging 1 +imagining/10 1 +imago/352 1 +imam/1 1 +Imam 1 +imbalance/1 1 +imbalanced +imbecile/1 1 +imbecilic +imbecility/15 1 +imbed/275 1 +imbibe/6 1 +imbiber/1 1 +imbrication/2 1 +imbroglio/1 1 +imbue/6 1 +Imelda/3 +IMF/2 1 +IMHO +Imhotep/3 +imitable 1 +imitate/6 1 +imitation/1 1 +imitative/16 1 +imitator/1 1 +immaculate/16 1 +immanence/2 1 +immanency/2 1 +immanent/8 1 +immaterial/16 1 +immateriality/2 1 +immature/8 1 +immaturity/2 1 +immeasurable/19 1 +immediacy/347 1 +immediate/16 1 +immemorial/8 1 +immense/251 1 +immensity/15 1 +immerse/6 1 +immersible +immersion/1 1 +immigrant/1 1 +immigrate/6 1 +immigration/1 1 +imminence/2 1 +imminent/8 1 +immiscible 1 +immobile +immobilisers +immobility/2 1 +immobilization/2 1 +immobilize/6 1 +immobilizer/10 1 +immoderate/8 1 +immodest/8 1 +immodesty/2 1 +immolate/6 1 +immolation/2 1 +immoral/8 1 +immorality/15 1 +immortal/30 1 +immortality/2 1 +immortalize/6 1 +immovability/2 1 +immovable/19 1 +immoveable 1 +immune 1 +immunity/15 1 +immunization/1 1 +immunize/6 1 +immunoassay 1 +immunodeficiency/2 1 +immunodeficient +immunologic +immunological/8 1 +immunologist/1 1 +immunology/2 1 +immure/6 1 +immutability/2 1 +immutable/19 1 +IMNSHO +Imodium/3 +Imogene/3 +IMO 1 +imp/18 1 +impact/23 1 +impaction 1 +impair/11 1 +impairment/1 1 +impala/1 1 +impale/6 1 +impalement/2 1 +impaler 1 +impalpable/19 1 +impanel/62 1 +impanelling 1 +impart/11 1 +impartial/8 1 +impartiality/2 1 +impassable/19 1 +impasse/1 1 +impassibility/2 1 +impassible/19 1 +impassioned 1 +impassive/16 1 +impassivity/2 1 +impasto/2 1 +impatience/1 1 +impatiens/2 1 +impatient/8 1 +impeach/7 1 +impeachable +impeacher/1 1 +impeachment/1 1 +impeccability/2 1 +impeccable/19 1 +impecunious/16 1 +impedance/2 1 +impede/6 1 +impediment/1 1 +impedimenta/2 1 +impeding 1 +impel/62 1 +impeller/1 1 +impelling 1 +impend/11 1 +impenetrability/2 1 +impenetrable/19 1 +impenitence/2 1 +impenitent/8 1 +imper +imperative/30 1 +imperceptibility/2 1 +imperceptible/19 1 +imperceptive 1 +imperf +imperfect/36 1 +imperfection/1 1 +imperial/30 1 +imperialism/2 1 +imperialist/1 1 +imperialistic/39 1 +imperil/62 1 +imperilling 1 +imperilment/2 1 +imperious/16 1 +imperishable/19 1 +impermanence/2 1 +impermanent/8 1 +impermeability/2 1 +impermeable/19 1 +impermissible 1 +impersonal/8 1 +impersonality 1 +impersonate/6 1 +impersonation/1 1 +impersonator/1 1 +impertinence/1 1 +impertinent/8 1 +imperturbability/2 1 +imperturbable/19 1 +impervious/8 1 +impetigo/2 1 +impetuosity/2 1 +impetuous/16 1 +impetus/4 1 +impiety/15 1 +impinge/6 1 +impingement/2 1 +impious/16 1 +impish/16 1 +implacability/2 1 +implacable/19 1 +implant/23 1 +implantable +implantation/2 1 +implausibility/15 1 +implausible/19 1 +implement/23 1 +implementable +implementation/1 1 +implementer/10 1 +implicate/6 1 +implication/1 1 +implicit/16 1 +implied/8 1 +implode/6 1 +implore/6 1 +imploring/8 1 +implosion/1 1 +implosive 1 +imply/31 1 +impolite/151 1 +impolitic 1 +imponderable/1 1 +import/23 1 +importable +importance/2 1 +important/8 1 +importation/1 1 +importer/1 1 +importunate/8 1 +importune/6 1 +importunity/2 1 +imposable +impose/6 1 +imposer/1 1 +imposing/8 1 +imposition/1 1 +impossibility/15 1 +impossible/269 1 +impost/18 1 +imposter/1 1 +impostor/1 1 +imposture/1 1 +impotence/2 1 +impotency/2 1 +impotent/8 1 +impound/11 1 +impoverish/7 1 +impoverishment/2 1 +impracticability 1 +impracticable/19 1 +impracticality/15 1 +impractical 1 +impractically +imprecate/6 1 +imprecation/1 1 +imprecise/16 1 +imprecision/2 1 +impregnability/2 1 +impregnable/19 1 +impregnate/6 1 +impregnation/2 1 +impresario/1 1 +impress/22 1 +impressibility/2 1 +impressible 1 +impression/1 1 +impressionability/2 1 +impressionable 1 +impressionism/2 1 +impressionist/1 1 +impressionistic 1 +impressive/16 1 +imprimatur/1 1 +imprint/23 1 +imprinter/1 1 +imprinting 1 +imprison/11 1 +imprisonment/1 1 +improbability/15 1 +improbable/19 1 +impromptu/1 1 +improper/8 1 +impropriety/15 1 +improvable 1 +improve/6 1 +improvement/1 1 +improver 1 +improvidence/2 1 +improvident/8 1 +improving 1 +improvisation/1 1 +improvisational +improvisatory +improvise/6 1 +improvised 1 +improviser/1 1 +improvisor/1 1 +imprudence/2 1 +imprudent/8 1 +impudence/2 1 +impudent/8 1 +impugn/11 1 +impugnable +impugner/1 1 +impulse/28 1 +impulsion/2 1 +impulsive/16 1 +impunity/2 1 +impure/46 1 +impurity/15 1 +imputable 1 +imputation/1 1 +impute/6 1 +Imus/3 +IN +in/353 1 +In/2 1 +Ina/3 +inability/15 1 +inaccessibility/2 1 +inaccessible/19 1 +inaccuracy/15 1 +inaccurate/8 1 +inaction/2 1 +inactivate/6 1 +inactivation/2 1 +inactive/8 1 +inactivity/2 1 +inadequacy/15 1 +inadequate/8 1 +inadmissibility/2 1 +inadmissible 1 +inadvertence/2 1 +inadvertent/8 1 +inadvisability/2 1 +inadvisable 1 +inadvisedly +inalienability/2 1 +inalienable/19 1 +inamorata/1 1 +inane/46 1 +inanimate/16 1 +inanity/15 1 +inapplicability 1 +inapplicable 1 +inappreciable/19 1 +inapproachable 1 +inappropriate/16 1 +inapt/16 1 +inarguable 1 +inarticulacy 1 +inarticulate/16 1 +inartistic 1 +inasmuch +inattention/2 1 +inattentive/16 1 +inaudibility/2 1 +inaudible/19 1 +inaugural/1 1 +inaugurate/6 1 +inauguration/1 1 +inauspicious/8 1 +inauthentic +inboard/1 1 +inborn 1 +inbound 1 +inbred 755 +inbreed/121 756 +inbreeding/2 1 +inbuilt 1 +Inc +inc/11 1 +Inca/1 1 +incalculable/19 1 +incandescence/2 1 +incandescent/8 1 +incantation/1 1 +incantatory +incant 1 +incapability/2 1 +incapable/19 1 +incapacitate/6 1 +incapacitation 1 +incapacity/2 1 +incarcerate/6 1 +incarceration/1 1 +incarnadine/6 1 +incarnate/6 1 +incarnation/1 1 +incautious/8 1 +inced 1 +incendiary/15 1 +incense/28 1 +incentive/1 1 +inception/1 1 +incertitude/2 1 +incessant/8 1 +incest/1 1 +incestuous/16 1 +inch/22 1 +inchoate 1 +Inchon/2 1 +inchworm/1 1 +incidence/1 1 +incident/1 1 +incidental/30 1 +incinerate/6 1 +incineration/2 1 +incinerator/1 1 +incipience/2 1 +incipient/8 1 +incise/6 1 +incision/1 1 +incisive/16 1 +incisor/1 1 +incite/6 1 +incitement/1 1 +inciter/1 1 +incivility/15 1 +incl +inclemency/2 1 +inclement 1 +inclination/1 1 +incline/28 1 +inclining 1 +inclose/6 1 +inclosure/1 1 +include/6 1 +included 1 +inclusion/1 1 +inclusive/16 1 +incognito/1 1 +incoherence/2 1 +incoherency 1 +incoherent/8 1 +incombustible 1 +income/74 1 +incomer/10 1 +incoming 1 +incommensurable 1 +incommensurate/8 1 +incommode/6 1 +incommodious 1 +incommunicable 1 +incommunicado +incomparable/19 1 +incompatibility/15 1 +incompatible/82 1 +incompetence/2 1 +incompetency/2 1 +incompetent/30 1 +incomplete/16 1 +incomprehensibility/2 1 +incomprehensible/19 1 +incomprehension/2 1 +incompressible 1 +inconceivability/2 1 +inconceivable/19 1 +inconclusive/16 1 +incongruity/15 1 +incongruous/16 1 +inconsequential/8 1 +inconsiderable 1 +inconsiderate/16 1 +inconsideration/2 1 +inconsistency/15 1 +inconsistent/8 1 +inconsolable/19 1 +inconspicuous/16 1 +inconstancy/2 1 +inconstant/8 1 +incontestability/2 1 +incontestable/19 1 +incontinence/2 1 +incontinent/8 1 +incontrovertible/19 1 +inconvenience/28 1 +inconvenient/8 1 +incorporable +incorporate/6 1 +Incorporated +incorporated 1 +incorporation/2 1 +incorporeal 1 +incorrect/16 1 +incorrigibility/2 1 +incorrigible/19 1 +incorruptibility/2 1 +incorruptible/19 1 +increase/28 1 +increased 1 +increasing/8 1 +incredibility/2 1 +incredible/19 1 +incredulity/2 1 +incredulous/8 1 +increment/23 1 +incremental +incrementally +incrementation +incriminate/6 1 +incriminating 1 +incrimination/2 1 +incriminatory +incrust/11 1 +incrustation/1 1 +incubate/6 1 +incubation/2 1 +incubator/1 1 +incubus/4 1 +inculcate/6 1 +inculcation/2 1 +inculpable 1 +inculpate/6 1 +incumbency/15 1 +incumbent/1 1 +incumber/11 1 +incunabula 757 +incunabulum/2 758 +incur/13 1 +incurable/82 1 +incurious 1 +incursion/1 1 +ind +Ind +indebted/33 1 +indecency/15 1 +indecent/76 1 +indecipherable 1 +indecision/2 1 +indecisive/16 1 +indeclinable 1 +indecorous/8 1 +indeed 1 +indefatigable/19 1 +indefeasible/19 1 +indefensible/19 1 +indefinable/19 1 +indefinite/16 1 +indelible/19 1 +indelicacy/15 1 +indelicate/8 1 +indemnification/1 1 +indemnify/31 1 +indemnity/15 1 +indemonstrable 1 +indent/23 1 +indentation/1 1 +indention/2 1 +indenture/28 1 +independence/2 1 +Independence/2 1 +independent/30 1 +indescribable/19 1 +indestructibility/2 1 +indestructible/19 1 +indeterminable/19 1 +indeterminacy/2 1 +indeterminate/8 1 +index/22 1 +indexation/1 1 +indexer/1 1 +indexing 1 +India/2 1 +Indian/1 1 +Indiana/2 1 +Indianan/1 1 +Indianapolis/2 1 +Indianian 1 +Indian 1 +indicant/10 1 +indicate/6 1 +indication/1 1 +indicative/30 1 +indicator/1 1 +indict/11 1 +indictable 1 +indictment/1 1 +indie/10 1 +Indies +indifference/2 1 +indifferent/8 1 +indigence/2 1 +indigenous 1 +indigent/30 1 +indigestible 1 +indigestion/2 1 +indignant/8 1 +indignation/2 1 +indignity/15 1 +indigo/2 1 +Indira/3 +indirect/16 1 +indirection/1 1 +indirect 1 +indiscernible 1 +indiscipline 1 +indiscreet/8 1 +indiscretion/1 1 +indiscriminate/8 1 +indispensability/2 1 +indispensable/82 1 +indispose/215 1 +indisposed 1 +indisposition/1 1 +indisputable/19 1 +indissolubility 1 +indissoluble/19 1 +indistinct/16 1 +indistinguishable/19 1 +indite/6 1 +indium/2 1 +individual/30 1 +individualism/2 1 +individualist/1 1 +individualistic/39 1 +individuality/2 1 +individualization/2 1 +individualize/6 1 +individuate/6 1 +individuation/2 1 +indivisibility/2 1 +indivisible/19 1 +Indochina/2 1 +Indochinese +indoctrinate/6 1 +indoctrination/1 1 +indoctrinator/10 1 +indolence/2 1 +indolent/8 1 +indomitable/19 1 +Indonesia/2 1 +Indonesian/1 1 +indoor/10 1 +Indore +indorse/6 1 +Indra/2 1 +indrawn 1 +indubitable/19 1 +induce/6 1 +inducement/1 1 +inducer/1 1 +inducible +induct/11 1 +inductance/2 1 +inductee/1 1 +induction/1 1 +inductive/8 1 +inductor/10 1 +indue/6 1 +indulge/6 1 +indulgence/18 1 +indulgent/8 1 +indulger 1 +Indus/2 1 +industrial/8 1 +industrialism/2 1 +industrialist/1 1 +industrialization/2 1 +industrialize/6 1 +industrial 1 +industrious/16 1 +industry/15 1 +indwell/354 1 +Indy/3 +inebriate/28 1 +inebriation/2 1 +inedible +ineducable +ineffability/2 1 +ineffable/19 1 +ineffective/16 1 +ineffectual/83 1 +inefficacy/2 1 +inefficiency/15 1 +inefficient/8 1 +inelastic +inelegance/2 1 +inelegant/8 1 +ineligibility/2 1 +ineligible/82 1 +ineluctable/19 1 +inept/16 1 +ineptitude/2 1 +inequality/15 1 +inequitable/19 1 +inequity/15 1 +ineradicable/19 1 +inerrant 1 +inert/16 1 +inertia/2 1 +inertial +inert 1 +Ines +inescapable/19 1 +inessential/1 1 +inestimable/19 1 +inevitability/2 1 +inevitable/355 1 +inexact/16 1 +inexactitude/10 1 +inexcusable/19 1 +inexhaustible/19 1 +inexorability 1 +inexorable/19 1 +inexpedience/2 1 +inexpediency/2 1 +inexpedient 1 +inexpensive/16 1 +inexperience/2 1 +inexperienced +inexpert/8 1 +inexpiable 1 +inexplicable/19 1 +inexpressibility 1 +inexpressible/19 1 +inexpressive 1 +inextensible +inextinguishable 1 +inextricable/19 1 +Inez/3 +inf +infallibility/2 1 +infallible/19 1 +infamous/8 1 +infamy/15 1 +infancy/2 1 +infant/1 1 +infanticide/1 1 +infantile +infantry/15 1 +infantryman/2 759 +infantrymen 760 +infant 1 +infarct/1 1 +infarction/2 1 +infatuate/43 1 +infatuated 1 +infatuation/1 1 +infeasibility 1 +infeasible 1 +infect/11 1 +infected 1 +infection/1 1 +infectious/16 1 +infective 1 +infect 1 +infelicitous 1 +infelicity/15 1 +infer/13 1 +inference/1 1 +inferential/8 1 +inferior/1 1 +inferiority/2 1 +inferior 1 +infernal/8 1 +inferno/1 1 +infertile 1 +infertility/2 1 +infest/11 1 +infestation/1 1 +infidel/1 1 +infidelity/15 1 +infield/1 1 +infielder/1 1 +infighter/1 1 +infighting/2 1 +infill/11 1 +infilling 1 +infiltrate/43 1 +infiltration/1 1 +infiltrator/1 1 +infinite/37 1 +infinitesimal/30 1 +infinitival 1 +infinitive/1 1 +infinitude/2 1 +infinity/15 1 +infirmary/15 1 +infirmity/15 1 +infirm 1 +infix 1 +inflame/6 1 +inflamed 1 +inflammability/2 1 +inflammable 1 +inflammation/1 1 +inflammatory 1 +inflatable/1 1 +inflate/6 1 +inflated 1 +inflation/2 1 +inflationary +inflect/11 1 +inflected 1 +inflection/1 1 +inflectional 1 +inflexibility/2 1 +inflexible/19 1 +inflexion/1 1 +inflict/11 1 +inflicter 1 +infliction/1 1 +inflictive +inflight 1 +inflorescence/2 1 +inflorescent +inflow/1 1 +inflowing +influence/28 1 +influential/8 1 +influenza/2 1 +influx/4 1 +info/2 1 +infold/11 1 +infomercial/1 1 +inform/11 1 +informal/8 1 +informality/2 1 +informant/1 1 +informatics +information/2 1 +informational +informative/16 1 +informatory +informed 1 +informer/1 1 +infotainment/2 1 +infraction/1 1 +infrared/2 1 +infrasonic +infrastructural +infrastructure/1 1 +infra 1 +infrequence/2 1 +infrequency/2 1 +infrequent/8 1 +infringe/6 1 +infringement/1 1 +infuriate/6 1 +infuriating/8 1 +infuse/6 1 +infuser/1 1 +infusion/1 1 +ING/3 +ingathered +Inge +ingenious/16 1 +ingenue/1 1 +ingenuity/2 1 +ingenuous/16 1 +ingest/11 1 +ingestion/2 1 +inglenook/1 1 +Inglewood +inglorious/8 1 +ingoing 1 +ingot/18 1 +ingrain/23 1 +ingrained 1 +ingrain 1 +Ingram/3 +ingrate/1 1 +ingratiate/6 1 +ingratiating/8 1 +ingratiation/2 1 +ingratitude/2 1 +ingredient/1 1 +Ingres +ingress/4 1 +ingression 1 +Ingrid/3 +ingrowing +ingrown 1 +inguinal +inhabit/11 1 +inhabitable +inhabitant/1 1 +inhabited 1 +inhalant/1 1 +inhalation/1 1 +inhalator/1 1 +inhale/6 1 +inhaler/1 1 +inharmonious 1 +inhere/6 1 +inherent/8 1 +inherit/11 1 +inheritable 1 +inheritance/1 1 +inheritor/1 1 +inhibit/11 1 +inhibition/1 1 +inhibitor/1 1 +inhibitory +inhomogeneity/61 1 +inhomogeneous 1 +inhospitable/19 1 +inhuman/8 1 +inhumane/8 1 +inhumanity/15 1 +inimical/8 1 +inimitable/19 1 +iniquitous/8 1 +iniquity/15 1 +initial/279 1 +initialization/10 1 +initialize/6 1 +initialling 1 +initiate/28 1 +initiation/1 1 +initiative/1 1 +initiator/1 1 +initiatory 1 +inject/11 1 +injection/1 1 +injector/1 1 +injudicious/16 1 +injunction/1 1 +injure/6 1 +injured 1 +injurer/1 1 +injurious/8 1 +injury/15 1 +injustice/1 1 +ink/23 1 +inkblot/1 1 +inkling/1 1 +inkstand/1 1 +inkwell/1 1 +inky/50 1 +inland/2 1 +inlay/356 1 +inlaying 1 +inlet/18 1 +inline +inmate/1 1 +inmost 1 +inn/86 1 +innards/2 1 +innate/16 1 +innermost 1 +innersole/1 1 +innerspring +inner 1 +innervate/6 1 +innervation/2 1 +inning/1 1 +innit +innkeeper/1 1 +innocence/2 1 +Innocent/3 +innocent/185 1 +innocuous/16 1 +innovate/6 1 +innovation/1 1 +innovative 1 +innovator/1 1 +innovatory +Innsbruck +innuendo/18 1 +innumerable/19 1 +innumeracy/2 1 +innumerate 1 +inoculate/6 1 +inoculation/1 1 +inoffensive/16 1 +Inonu/3 +inoperable +inoperative 1 +inopportune/8 1 +inordinate/8 1 +inorganic/39 1 +inpatient/1 1 +input/109 1 +inquest/1 1 +inquietude/2 1 +inquirer/1 1 +inquiringly +inquisition/1 1 +inquisitional +Inquisition 1 +inquisitive/16 1 +inquisitor/1 1 +inquisitorial/8 1 +inquorate +INRI +inroad/1 1 +inrush/4 1 +INS +insalubrious 1 +insane/46 1 +insanitary 1 +insanity/15 1 +insatiability/2 1 +insatiable/19 1 +inscribe/6 1 +inscriber/1 1 +inscription/1 1 +inscrutability/2 1 +inscrutable/29 1 +inseam/1 1 +insect/1 1 +insecticidal +insecticide/1 1 +insectivore/1 1 +insectivorous +insecure/8 1 +insecurity/15 1 +inseminate/6 1 +insemination/2 1 +insensate 1 +insensibility/2 1 +insensible/19 1 +insensitive/8 1 +insensitivity/2 1 +insentience/2 1 +insentient +inseparability/2 1 +inseparable/82 1 +insert/23 1 +insertion/1 1 +inset/128 1 +inshore 1 +inside/49 1 +insider/1 1 +insidious/16 1 +insight/1 1 +insightful 1 +insigne/357 1 +insignia/1 1 +insignificance/2 1 +insignificant/8 1 +insincere/8 1 +insincerity/2 1 +insinuate/6 1 +insinuating/8 1 +insinuation/1 1 +insinuative 1 +insinuator/1 1 +insipid/83 1 +insipidity/2 1 +insist/11 1 +insistence/2 1 +insistent/8 1 +insistingly +insobriety/2 1 +insofar +insole/1 1 +insolence/2 1 +insolent/8 1 +insolubility/2 1 +insoluble/19 1 +insolvable 1 +insolvency/15 1 +insolvent/1 1 +insomnia/2 1 +insomniac/1 1 +insomuch +insouciance/2 1 +insouciant 1 +inspect/11 1 +inspection/1 1 +inspector/1 1 +inspectorate/1 1 +inspiration/1 1 +inspirational 1 +inspire/6 1 +inspired 1 +inspiring 1 +inspirit/11 1 +inspiriting 1 +Inst +instability/15 1 +instal/62 1 +install/11 1 +installable +installation/1 1 +installer/1 1 +installing 1 +instalment/1 1 +Instamatic/3 +instance/28 1 +instant/358 1 +instantaneous/8 1 +instantiate/6 1 +instantiation/10 1 +instate/6 1 +instead 1 +instep/1 1 +instigate/6 1 +instigation/2 1 +instigator/1 1 +instil/62 1 +instill/11 1 +instillation/2 1 +instilling 1 +instinct/1 1 +instinctive/8 1 +instinct 1 +instinctual 1 +institute/28 1 +instituter/1 1 +institution/1 1 +institutional/8 1 +institutionalism 1 +institutionalization/2 1 +institutionalize/6 1 +institutor/1 1 +instr +instruct/11 1 +instructed 1 +instruction/1 1 +instructional +instructive/8 1 +instructor/1 1 +instrument/23 1 +instrumental/30 1 +instrumentalist/1 1 +instrumentality/2 1 +instrumentation/2 1 +inst 1 +insubordinate 1 +insubordination/2 1 +insubstantial/8 1 +insufferable/19 1 +insufficiency/2 1 +insufficient/8 1 +insularity/2 1 +insular 1 +insulate/6 1 +insulation/2 1 +insulator/1 1 +insulin/2 1 +insult/23 1 +insulter 1 +insulting/8 1 +insuperable/19 1 +insupportable 1 +insurable +insurance/1 1 +insure/6 1 +insured/1 1 +insurer/1 1 +insurgence/1 1 +insurgency/15 1 +insurgent/1 1 +insurmountable/19 1 +insurrection/1 1 +insurrectionist/1 1 +insusceptible 1 +int +intact 1 +intaglio/18 1 +intake/1 1 +intangibility/2 1 +intangible/82 1 +integer/1 1 +integrability 1 +integrable +integral/30 1 +integrand/10 1 +integrate/6 1 +integration/1 1 +integrative +integrator/10 1 +integrity/2 1 +integument/1 1 +Intel/3 +intellect/1 1 +intellectual/30 1 +intellectualism/2 1 +intellectuality 1 +intellectualize/6 1 +intelligence/1 1 +intelligent/8 1 +intelligentsia/2 1 +intelligibility/2 1 +intelligible/19 1 +Intelsat +intemperance/2 1 +intemperate/8 1 +intend/11 1 +intended/1 1 +intense/46 1 +intensification/2 1 +intensifier/1 1 +intensify/31 1 +intensity/15 1 +intensive/36 1 +intent/36 1 +intention/1 1 +intentional/8 1 +intentionality 1 +intentioned +inter/359 1 +interact/11 1 +interaction/1 1 +interactive +interactively +interactiveness +interactivity +interbank +interbred 761 +interbreed/121 762 +interbreeding 1 +intercede/6 1 +intercept/23 1 +interception/1 1 +interceptor/1 1 +intercession/1 1 +intercessor/1 1 +intercessory +interchange/28 1 +interchangeability 1 +interchangeable/19 1 +intercity +intercollegiate +intercom/1 1 +intercommunicate/6 1 +intercommunication/2 1 +interconnect/11 1 +interconnected/153 1 +interconnection/1 1 +intercontinental +interconversion 1 +intercourse/2 1 +intercultural +interdenominational +interdepartmental 1 +interdependence/2 1 +interdependency 1 +interdependent/8 1 +interdict/23 1 +interdiction/2 1 +interdisciplinary +interest/23 1 +interested/8 1 +interesting/8 1 +interface/28 1 +interfacing 1 +interfaith +interfere/6 1 +interference/1 1 +interferer 1 +interfering 1 +interferometer/10 1 +interferometric 1 +interferometry 1 +interferon/2 1 +interfile/6 1 +intergalactic +interglacial 1 +intergovernmental +interim/2 1 +interior/1 1 +interj +interject/11 1 +interjection/1 1 +interjectional 1 +interlace/6 1 +interlaced 1 +interlard/11 1 +interleave/6 1 +interleukin/2 1 +interline/6 1 +interlinear 1 +interlingual +interlining/1 1 +interlink/5 1 +interlock/23 1 +interlocutor/1 1 +interlocutory 1 +interlope/6 1 +interloper/1 1 +interlude/28 1 +intermarriage/1 1 +intermarry/31 1 +intermediary/15 1 +intermediate/164 1 +interment/1 1 +intermezzo/65 1 +interminable/19 1 +intermingle/6 1 +intermission/1 1 +intermittent/8 1 +intermix/7 1 +intermolecular +intern/23 1 +internal/193 1 +internalization/2 1 +internalize/6 1 +international/30 1 +Internationale/2 1 +internationalism/2 1 +internationalist/1 1 +internationalization 1 +internationalize/6 1 +interne/28 1 +internecine +internee/1 1 +Internet/10 1 +internet 1 +internist/1 1 +internment/1 1 +internship/1 1 +intern 1 +internuclear +interocular +interoffice +interoperability 1 +interoperable +interpenetrate/6 1 +interpenetration 1 +interpersonal +interplanetary +interplay/18 1 +Interpol +interpolatable +interpolate/6 1 +interpolation/1 1 +interpose/6 1 +interposition/2 1 +interpret/11 1 +interpretable 1 +interpretation/1 1 +interpretative 1 +interpreter/1 1 +interpretive/8 1 +interracial 1 +interregnum/1 1 +interrelate/6 1 +interrelated/153 1 +interrelation/1 1 +interrelationship/1 1 +interrogate/6 1 +interrogation/1 1 +interrogative/30 1 +interrogator/1 1 +interrogatory/15 1 +interrupt/23 1 +interrupted 1 +interrupter/1 1 +interruptibility +interruption/1 1 +interscholastic +intersect/11 1 +intersection/1 1 +intersession/1 1 +intersperse/6 1 +interspersion/2 1 +interstate/1 1 +interstellar +interstice/1 1 +interstitial/8 1 +intertidal +intertwine/6 1 +intertwining 1 +interurban 1 +interval/1 1 +intervene/6 1 +intervention/1 1 +interventionism/2 1 +interventionist/1 1 +interview/23 1 +interviewee/1 1 +interviewer/1 1 +intervocalic 1 +interwar +interweave/360 763 +interwoven 764 +interwove 764 +intestacy/2 1 +intestate 1 +intestinal 1 +intestine/1 1 +intifada 1 +intimacy/15 1 +intimate/55 1 +intimation/1 1 +intimidate/6 1 +intimidatingly +intimidation/2 1 +intimidatory +intolerable/19 1 +intolerance/2 1 +intolerant/8 1 +intonation/1 1 +intonational +intone/6 1 +intoner/1 1 +intoning 1 +into 1 +intoxicant/1 1 +intoxicate/6 1 +intoxicated 1 +intoxicating 1 +intoxication/2 1 +intracellular 1 +intractability/2 1 +intractable/19 1 +intramural +intramuscular 1 +intranet/10 1 +intrans +intransigence/2 1 +intransigent/30 1 +intransitive/30 1 +intrastate +intrauterine +intravenous/361 1 +intrench/7 1 +intrepid/8 1 +intrepidity/2 1 +intricacy/15 1 +intricate/8 1 +intrigue/28 1 +intriguer/1 1 +intriguing/8 1 +intrinsic +intrinsically +intro/1 1 +introduce/6 1 +introduction/1 1 +introductory 1 +introit/1 1 +introspect/11 1 +introspection/2 1 +introspective/8 1 +introversion/2 1 +introvert/63 1 +intrude/6 1 +intruder/1 1 +intruding 1 +intrusion/1 1 +intrusive/16 1 +intrust/11 1 +intuit/11 1 +intuition/1 1 +intuitionist 1 +intuitive/16 1 +Inuit/1 1 +Inuktitut/3 +inundate/6 1 +inundation/1 1 +inure/6 1 +inured 1 +invade/6 1 +invader/1 1 +invalid/212 1 +invalidate/6 1 +invalidation/2 1 +invaliding 1 +invalidism/2 1 +invalidity/2 1 +invaluable/19 1 +Invar/2 1 +invariability/2 1 +invariable/82 1 +invariance 1 +invariant/10 1 +invasion/1 1 +invasive +invective/1 1 +inveigh/11 1 +inveigle/6 1 +inveigler/1 1 +invent/11 1 +invention/1 1 +inventive/16 1 +inventor/1 1 +inventory/57 1 +inverse/164 1 +inversion/1 1 +invert/23 1 +invertebrate/1 1 +inverter/10 1 +invertible +invest/11 1 +investigate/6 1 +investigation/1 1 +investigative +investigator/1 1 +investigatory +investiture/1 1 +investment/1 1 +investor/1 1 +inveteracy/2 1 +inveterate 1 +invidious/16 1 +invigilate/6 1 +invigilation 1 +invigilator/10 1 +invigorate/6 1 +invigorating/8 1 +invigoration/2 1 +invincibility/2 1 +invincible/19 1 +inviolability/2 1 +inviolable/19 1 +inviolate 1 +inviscid +invisibility/15 1 +invisible/19 1 +invitation/1 1 +invitational/1 1 +invite/28 1 +invitee/1 1 +inviting/8 1 +invocation/1 1 +invoice/28 1 +invokable +invoke/6 1 +invoker/10 1 +involuntary/73 1 +involute 1 +involution/1 1 +involve/6 1 +involved 1 +involvement/1 1 +invulnerability/2 1 +invulnerable/19 1 +inward/193 1 +Io/2 1 +ioctl +iodide/1 1 +iodine/2 1 +iodize/6 1 +ion/1 1 +Ionesco +Ionian/1 1 +Ionic/1 1 +ionic 1 +ionization/2 1 +ionize/6 1 +ionizer/1 1 +ionosphere/1 1 +ionospheric +iota/1 1 +IOU/2 1 +Iowa/1 1 +Iowan/1 1 +IPA +ipecac/1 1 +Iphigenia +iPod/3 +Ipswich +IQ/2 1 +Iqaluit/3 +Iqbal +Iquitos +Ir/2 1 +Ira/3 +IRA/1 1 +Iran/2 1 +Iranian/1 1 +Iraq/2 1 +Iraqi/1 1 +irascibility/2 1 +irascible/19 1 +irate/46 1 +irateness/3 +ire/2 1 +ireful 1 +Ireland/2 1 +Irene +irenic 1 +ire 1 +iridescence/2 1 +iridescent/8 1 +iridium/2 1 +Iris +iris/362 1 +Irish/161 1 +Irisher 1 +Irishman/2 765 +Irishmen 766 +Irishwoman/2 767 +Irishwomen 768 +irk/11 1 +irksome/16 1 +Irkutsk +Irma/3 +iron/23 1 +ironclad/1 1 +ironic +ironical/8 1 +ironing/2 1 +ironmonger/10 1 +ironmongery 1 +ironstone/2 1 +iron 1 +ironware/2 1 +ironwood/1 1 +ironwork/1 1 +irony/15 1 +Iroquoian/1 1 +Iroquois/2 1 +irradiate/6 1 +irradiation/2 1 +irrational/30 1 +irrationality/15 1 +Irrawaddy +irreclaimable 1 +irreconcilability/2 1 +irreconcilable/19 1 +irrecoverable/19 1 +irredeemable/19 1 +irreducibility 1 +irreducible/19 1 +irrefutable/19 1 +irregardless +irregular/30 1 +irregularity/15 1 +irrelevance/1 1 +irrelevancy/15 1 +irrelevant/8 1 +irreligious 1 +irremediable/19 1 +irremovable 1 +irreparable/19 1 +irreplaceable 1 +irrepressible/19 1 +irreproachable/19 1 +irresistible/19 1 +irresolute/16 1 +irresolution/2 1 +irresolvable 1 +irrespective/8 1 +irresponsibility/2 1 +irresponsible/19 1 +irretrievable/19 1 +irreverence/2 1 +irreverent/8 1 +irreversibility 1 +irreversible/19 1 +irrevocable/19 1 +irrigable 1 +irrigate/6 1 +irrigation/2 1 +irritability/2 1 +irritable/19 1 +irritant/1 1 +irritate/6 1 +irritated/8 1 +irritating/8 1 +irritation/1 1 +irrupt/11 1 +irruption/1 1 +irruptive 1 +IRS/2 1 +Irtish/2 1 +Irvin/3 +Irvine +Irving +Irwin/3 +Isaac/2 1 +Isabel/3 +Isabella +Isabelle/3 +Isaiah +ISBN +Iscariot +Isfahan +Isherwood +Ishim/3 +Ishmael 1 +Ishtar/2 1 +Isiah/3 +Isidro/3 +isinglass/2 1 +Isis/2 1 +isl +Islam/1 1 +Islamabad/2 1 +Islamic 1 +Islamism/2 1 +Islamist 1 +island/18 1 +islander/1 1 +isle/18 1 +islet/1 1 +ism/1 1 +Ismael/3 +Ismail/3 +isn't +ISO +isobar/1 1 +isobaric +isolate/6 1 +isolated 1 +isolate's +isolation/2 1 +isolationism/2 1 +isolationist/1 1 +isolator/10 1 +Isolde +isomer/1 1 +isomeric 1 +isomerism/2 1 +isometric/32 1 +isometrically +isomorphic +isomorphism/10 1 +isoperimetrical +isosceles +isostatic 1 +isotherm/1 1 +isothermal/8 1 +isotonic +isotope/1 1 +isotopic +isotropic +isotropically +isotropy 1 +Ispahan +Ispell/3 +Israel/1 1 +Israeli/1 1 +Israelite 1 +Issac/3 +Issachar +is 45 +issuable 1 +issuance/2 1 +issue/28 1 +issuer/1 1 +Istanbul/2 1 +isthmian 1 +isthmus/4 1 +i 769 +Isuzu/3 +It +IT +it/1 1 +Itaipu/3 +ital +Ital +Italian/1 1 +Italianate 1 +italic/130 1 +italicization/2 1 +italicize/6 1 +Italy/2 1 +Itasca/3 +itch/22 1 +itching 1 +itchy/50 1 +it'd +item/18 1 +itemization/2 1 +itemize/6 1 +item 1 +iterate/6 1 +iteration/1 1 +iterative/8 1 +iterator +iterators +Ithaca +Ithacan 1 +itinerant/1 1 +itinerary/15 1 +it'll +Ito +i 1 +itself 1 +iTunes/3 +IUD +IV/1 1 +Iva/3 +Ivan +Ivanhoe/3 +I've +Ives +ivied 1 +Ivorian 1 +Ivory/3 +ivory/15 1 +iv 1 +ivy/15 1 +Ivy 1 +ix 1 +Iyar/2 1 +Izaak/3 +Izanagi/2 1 +Izanami/2 1 +Izhevsk +Izmir +Izod/3 +Izvestia/3 +j +J/2 1 +jab/136 1 +jabber/23 1 +jabberer/1 1 +jabbering 1 +jabot/1 1 +jacaranda/1 1 +jack/23 1 +jackal/1 1 +jackass/4 1 +jackboot/1 1 +jackbooted +jackdaw/1 1 +jacket/63 1 +jackhammer/18 1 +Jackie/2 1 +jackknife/363 770 +jackknives 771 +Jacklyn/3 +jackpot/1 1 +jackrabbit/18 1 +Jackson/2 1 +Jacksonian 1 +Jacksonville/2 1 +jackstraw/1 1 +jack 1 +Jack 1 +Jacky/2 1 +Jaclyn/3 +Jacob/1 1 +Jacobean/2 1 +Jacobin/2 1 +Jacobi 772 +Jacobite/2 1 +Jacobson/3 +jacquard/2 1 +Jacquard 1 +Jacqueline/3 +Jacquelyn/3 +Jacques +jacuzzi 1 +Jacuzzi 1 +jade/28 1 +jaded/16 1 +jadeite/2 1 +jade 1 +jag/364 1 +jagged/21 1 +Jagger/3 +jaggies/89 1 +Jagiellon/3 +Jaguar/3 +jaguar/1 1 +Jahangir/3 +jail/23 1 +jailbird/1 1 +jailbreak/1 1 +jailer/1 1 +jailhouse/10 1 +jailor/1 1 +Jaime/3 +Jainism/2 1 +Jain 1 +Jaipur +Jakarta/2 1 +Jake/3 +jalapeno/1 1 +jalopy/15 1 +jalousie/1 1 +jam/160 1 +Jamaal/3 +Jamaica/2 1 +Jamaican/1 1 +Jamal/3 +Jamar/3 +jamb/18 1 +jambalaya/2 1 +jamboree/1 1 +Jame/3 +Jamel/3 +James/2 1 +Jamestown +Jami/3 +Jamie/3 +jammy/34 1 +Jan/2 1 +Jana/3 +Janacek/3 +Jane +Janell/3 +Janelle/3 +Janet +Janette/3 +jangle/28 1 +jangler/1 1 +jangling 1 +jangly 1 +Janice/3 +Janie/3 +Janine/3 +Janis/3 +Janissary/2 1 +janitor/1 1 +janitorial +Janjaweed/3 +Janna/3 +Jannie/3 +Jansen/2 1 +Jansenist/2 1 +January/15 1 +Janus/2 1 +japan/1 1 +Japan/2 1 +japan/194 1 +Japanese/1 1 +japan 1 +jape/28 1 +Japura/3 +jar/103 1 +jardiniere/1 1 +Jared/3 +jarful/1 1 +jargon/2 1 +Jarlsberg 1 +Jarred/3 +Jarrett/3 +jarring/8 1 +Jarrod/3 +Jarvis/3 +Jasmine/3 +jasmine/1 1 +Jason/2 1 +Jasper/3 +jasper/2 1 +Jataka +jato/1 1 +jaundice/28 1 +jaunt/23 1 +jaunty/51 1 +Java/1 1 +java/2 1 +Javanese/2 1 +JavaScript/3 +javelin/18 1 +Javier/3 +jaw/23 1 +jawbone/28 1 +jawboning 1 +jawbreaker/1 1 +jawing 1 +jawline/10 1 +Jaxartes +Jay +jay/1 1 +Jayapura/3 +Jayawardene/3 +jaybird/1 1 +Jaycee/10 1 +Jayne/3 +Jayson/3 +jaywalk/11 1 +jaywalker/1 1 +jaywalking/2 1 +jazz/22 1 +jazzy/34 1 +jct +JCS +JD +jealous/8 1 +jealousy/15 1 +jean/130 1 +Jean/2 1 +Jeanette/3 +Jeanie/3 +Jeanine/3 +Jeanne/3 +Jeannette/3 +Jeannie/3 +Jeannine/3 +Jed/3 +Jedi/3 +jeep/18 1 +Jeep 1 +jeer/23 1 +jeering/37 1 +Jeeves/3 +jeez +Jeff/3 +Jefferey/3 +Jefferson/2 1 +Jeffersonian 1 +Jeffery/3 +Jeffrey +Jeffry/3 +jehad/1 1 +Jehoshaphat +Jehovah/2 1 +jejuna 773 +jejune 1 +jejunum/2 774 +Jekyll/3 +jell/11 1 +jellied 1 +jello/1 1 +jelly/31 1 +jellybean/1 1 +jellyfish/4 1 +jellylike 1 +jellyroll/1 1 +jelly's +jemmy/365 1 +Jenifer/3 +Jenkins +Jenna/3 +Jenner +jennet/1 1 +Jennie/3 +Jennifer/3 +Jennings/3 +Jensen/3 +Jenny/3 +jenny/15 1 +jeopardize/6 1 +jeopardy/2 1 +Jephthah +Jerald/3 +jeremiad/1 1 +Jeremiah/1 1 +Jeremy/3 +Jeri/3 +Jericho/2 1 +jerk/23 1 +jerkin/1 1 +jerking 1 +jerkwater 1 +jerky/366 1 +Jermaine/3 +jeroboam/10 1 +Jeroboam 1 +Jerold/3 +Jerome +Jerri/3 +Jerrod/3 +Jerrold/3 +Jerry/2 1 +jerrybuilt +jerrycan/10 1 +jersey/1 1 +Jersey/1 1 +Jerusalem/2 1 +Jess/3 +jessamine/1 1 +Jesse +Jessica/3 +Jessie/3 +jest/23 1 +jester/1 1 +jesting/8 1 +Jesuit/1 1 +Jesus +jet/109 1 +jetliner/1 1 +jetport/1 1 +jetsam/2 1 +jetting 1 +jettison/23 1 +jet 1 +Jetway +jetty/167 1 +Jew/1 1 +Jewel/3 +jewel/66 1 +Jewell/3 +jeweller/1 1 +jewellery/15 1 +jewelling 1 +jewelry/15 1 +Jewess/4 1 +Jewish/153 1 +Jewry 1 +Jezebel/1 1 +JFK/3 +jg +jib/136 1 +jibbing 1 +jibe/28 1 +Jidda +jiff/1 1 +jiffy/15 1 +jig/92 1 +jigger/23 1 +jigging 1 +jiggle/28 1 +jiggly/34 1 +jigsaw/23 1 +jihad/1 1 +Jilin +Jillian/3 +Jill 1 +jilt/23 1 +Jim/3 +Jimenez/3 +Jimmie/3 +Jimmy/3 +jimmy/57 1 +jimmying 775 +jimsonweed/2 1 +Jinan +jingle/28 1 +jingling 1 +jingly/34 1 +jingoism/2 1 +jingoist/1 1 +jingoistic 1 +jingoist 1 +jingo 1 +jink/11 1 +jinn/1 1 +Jinnah +jinni/367 1 +jinricksha/1 1 +jinrikisha/1 1 +jinriksha/1 1 +jinx/22 1 +Jinny/3 +jitney/18 1 +jitter/59 1 +jitterbug/92 1 +jitterbugger/2 1 +jitters's +jittery/34 1 +jiujitsu/2 1 +Jivaro 1 +jive/28 1 +Jo/3 +Joan +Joann/3 +Joanna/3 +Joanne/3 +Joaquin/3 +job/1 1 +Job/1 1 +job/145 1 +jobber/1 1 +jobholder/1 1 +jobless/33 1 +jobshare +jobshares +jobsworth/10 1 +Jocasta +Jocelyn/3 +Jock +jock/18 1 +Jockey +jockey/23 1 +jockstrap/1 1 +jocose/16 1 +jocosity/2 1 +jocular/8 1 +jocularity/2 1 +jocund/8 1 +jocundity/2 1 +jodhpurs +jodhpurs's +Jodi/3 +Jodie/3 +Jody/3 +Joel +Joesph/3 +Joe 1 +Joey/3 +joey/10 1 +jog/92 1 +jogger/1 1 +jogging/2 1 +joggle/28 1 +Jogjakarta/3 +Johann/3 +Johanna/3 +Johannes +Johannesburg/2 1 +john/1 1 +John/1 1 +Johnathan/3 +Johnathon/3 +Johnie/3 +Johnnie 1 +Johnson/2 1 +Johnston/3 +johnny/15 1 +Johnny/2 1 +johnnycake/1 1 +join/23 1 +joiner/1 1 +joinery/2 1 +joining 1 +joint/212 1 +jointed 1 +jointing 1 +jointures 1 +joist/18 1 +jojoba 1 +joke/28 1 +joker/1 1 +jokey 776 +jokier 777 +jokiest 777 +jokily +joking/8 1 +joky/34 1 +Jolene/3 +Joliet +jollification/1 1 +jollily +jollity/2 1 +Jolson +jolt/23 1 +jolter/1 1 +jolting 1 +jolly/368 1 +jolly's +Jon/3 +Jonah/1 1 +Jonas +Jonathan/2 1 +Jonathon/3 +Jones 1 +Joni/3 +jonquil/1 1 +Jonson +Joplin +Jordan/2 1 +Jordanian/1 1 +Jorge/3 +Jose/3 +Josef/3 +Josefa/3 +Josefina/3 +Joseph/1 1 +Josephine +Josephson/3 +Josephus +Josh +josh/22 1 +josher/1 1 +Joshua/2 1 +Josiah +Josie/3 +jostle/28 1 +jostling 1 +Josue/2 1 +jot/109 1 +jotter/1 1 +jotting/1 1 +Joule +joule/1 1 +jounce/28 1 +jouncy/34 1 +journal/18 1 +journalese/2 1 +journalism/2 1 +journalist/1 1 +journalistic 1 +journey/23 1 +journeyer/1 1 +journeyman/2 778 +journeymen 779 +journo/10 1 +joust/23 1 +jouster/1 1 +jousting's +Jove/2 1 +jovial/8 1 +joviality/2 1 +Jovian 1 +jowl/1 1 +jowly/34 1 +Joy/3 +joy/23 1 +Joyce +Joycean +joyful/85 1 +joyless/16 1 +Joyner/3 +joyous/16 1 +joyride/369 780 +joyrider/1 1 +joyriding/2 1 +joyrode 781 +joystick/1 1 +JP +Jpn +Jr/2 1 +Juan/3 +Juana/3 +Juanita/3 +Juarez/2 1 +Jubal +jubilant/8 1 +jubilation/2 1 +jubilee/1 1 +Judah +Judaical +Judaic 1 +Judaism/1 1 +Judas/4 1 +Judd/3 +judder/11 1 +Jude +Judea +judge/28 1 +judgement/1 1 +judgemental +Judges +judgeship/2 1 +judgmentally +judicatory/15 1 +judicature/2 1 +judicial/8 1 +judiciary/15 1 +judicious/16 1 +Judith/2 1 +judo/2 1 +Judson/3 +Judy +jug/92 1 +jugful/1 1 +juggernaut/1 1 +Juggernaut/2 1 +juggle/28 1 +juggler/1 1 +jugglery/2 1 +juggling 1 +jugular/1 1 +juice/28 1 +juicer/1 1 +juicy/51 1 +jujitsu/2 1 +jujube/1 1 +jujutsu/2 1 +jukebox/4 1 +Jul +julep/1 1 +Jules +Julia/3 +Juliana +Julianne/3 +Julian 1 +Julie/1 1 +julienne 1 +Juliet +Juliette/3 +Julio/3 +Julius/3 +Julliard/3 +July/3 +jumble/28 1 +jumbo/1 1 +jump/23 1 +jumper/1 1 +jumping 1 +jumpsuit/1 1 +jumpy/51 1 +jun +Jun +junco/1 1 +junction/1 1 +juncture/1 1 +June/1 1 +Juneau/2 1 +Jung/2 1 +Jungfrau +Jungian 1 +jungle/1 1 +junior/1 1 +Junior/1 1 +juniority 1 +junior 1 +juniper/1 1 +junk/23 1 +junker/1 1 +Junker/1 1 +junket/23 1 +junketeer/18 1 +junketer/1 1 +junketing 1 +junkie/41 1 +junky/42 1 +junkyard/1 1 +Juno/2 1 +junta/1 1 +Jupiter/2 1 +Jurassic/2 1 +juridic +juridical/8 1 +jurisdiction/1 1 +jurisdictional 1 +jurisprudence/2 1 +jurisprudential 1 +jurist/1 1 +juristic 1 +juror/1 1 +Jurua/3 +jury/167 1 +juryman/2 782 +jurymen 783 +jury 1 +jurywoman/2 784 +jurywomen 785 +jussive 1 +just/21 1 +juster 1 +justice/1 1 +Justice/2 1 +justifiability 1 +justifiable/19 1 +justification/1 1 +justificatory +justified 1 +justify/31 1 +Justin/3 +Justine/3 +Justinian/3 +just 1 +jut/109 1 +jute/2 1 +Jutland/2 1 +jutting 1 +Juvenal +juvenile/1 1 +juxtapose/6 1 +juxtaposition/1 1 +JV +K/1 1 +k/10 1 +Kaaba +kabob/1 1 +kaboom +kabuki/2 1 +Kabul/2 1 +kaddish/4 1 +kaffeeklatch/4 1 +kaffeeklatsch/4 1 +Kafka/2 1 +Kafkaesque +kaftan/1 1 +Kagoshima +Kahlua/2 1 +kahuna/10 1 +Kaifeng +kaiser/1 1 +Kaiser/1 1 +Kaitlin/3 +Kalahari/2 1 +Kalamazoo +Kalashnikov +Kalb/3 +kale/2 1 +kaleidoscope/1 1 +kaleidoscopic +kaleidoscopically +Kalevala +Kalgoorlie +Kali/2 1 +Kalmyk 1 +Kama/2 1 +Kamchatka +Kamehameha/3 +kamikaze/1 1 +Kampala/2 1 +Kampuchea/2 1 +Kan +Kanchenjunga/2 1 +Kandahar +Kandinsky +Kane/3 +kangaroo/18 1 +Kannada/2 1 +Kano +Kanpur +Kans +Kansan/1 1 +Kansas +Kant/2 1 +Kantian 1 +Kaohsiung +kaolin/2 1 +kapok/2 1 +Kaposi/3 +kappa/1 1 +kaput 1 +Kara/3 +Karachi/2 1 +Karaganda +Karakorum +karakul/2 1 +Karamazov/3 +karaoke/1 1 +karat/1 1 +karate/2 1 +Kareem/3 +Karen/2 1 +Karenina/3 +Kari/3 +Karin/3 +Karina/3 +Karl/3 +Karla/3 +Karloff/3 +karma/2 1 +karmic 1 +Karo/3 +Karol/3 +Karroo/2 1 +kart/1 1 +Karyn/3 +Kasai/3 +Kasey/3 +Kashmir/1 1 +Kasparov/3 +Kate/3 +Katelyn/3 +Katharine/3 +Katherine/3 +Katheryn/3 +Kathiawar +Kathie/3 +Kathleen/3 +Kathmandu/2 1 +Kathrine/3 +Kathryn/3 +Kathy/3 +Katie/3 +Katina/3 +Katmai +Katmandu/2 1 +Katowice +Katrina/3 +Katy/3 +katydid/1 1 +Kauai/2 1 +Kaufman/3 +Kaunas/2 1 +Kaunda/3 +Kawabata/3 +Kawasaki +Kay +kayak/23 1 +kayaking/2 1 +Kaye/3 +Kayla/3 +kayo/23 1 +Kazakh/1 1 +Kazakhstan/2 1 +Kazan/2 1 +Kazantzakis +kazoo/1 1 +Kb/2 1 +KB/2 1 +KC +kc 1 +Keaton/3 +Keats +kebab/1 1 +kebob/1 1 +Keck/3 +kedgeree 1 +keel/23 1 +keelhaul/11 1 +keeling 1 +keen/53 1 +Keenan/3 +keener 1 +keep/86 786 +keeper/1 1 +keeping/2 1 +keepsake/1 1 +Keewatin +keg/18 1 +Keillor/3 +Keisha/3 +Keith/3 +Keller +Kelley/3 +Kelli/3 +Kellie/3 +Kellogg +kelp/2 1 +kelpers +kelp 1 +Kelsey/3 +Kelt/1 1 +Kelvin +kelvin/1 1 +Kelly +Kemerovo +Kemp/3 +Kempis +Ken +ken/133 1 +Kendall/3 +Kendra/3 +Kendrick/3 +Kenmore/3 +Kennan/3 +Kennedy/2 1 +kennel/66 1 +kennelling 1 +Kenneth/3 +kenning 1 +Kennith/3 +keno/2 1 +Kent/2 1 +Kenton/3 +Kentuckian/1 1 +Kentucky/2 1 +Kenya/2 1 +Kenyan/1 1 +Kenyatta +Kenny/3 +Kenyon/3 +Keogh/3 +Keokuk/3 +kepi/1 1 +Kepler/2 1 +kept 787 +keratin/2 1 +kerbside +kerchief/18 1 +Kerensky/3 +kerfuffle/59 1 +Keri/3 +Kermit/3 +Kern +kerned +kernel/18 1 +kerning 1 +kerosene/2 1 +kerosine/2 1 +Kerouac +Kerr +Kerri/3 +Kerry 1 +kestrel/1 1 +ketch/4 1 +ketchup/2 1 +Kettering +kettle/1 1 +kettledrum/1 1 +kettleful 1 +Keven/3 +Kevin/3 +Kevlar 1 +Kevorkian/3 +Kewpie 1 +Key +key/23 1 +keyboard/23 1 +keyboarder/1 1 +keyboardist/1 1 +keyhole/1 1 +Keynes/2 1 +Keynesian 1 +keynote/28 1 +keynoter/1 1 +keypad/1 1 +keypunch/22 1 +keypuncher/1 1 +keyring +keystone/1 1 +keystroke/18 1 +key 1 +keyword/1 1 +KFC/3 +KGB +kg 1 +Khabarovsk +Khachaturian +khaki/1 1 +Khalid/3 +khalif/10 1 +Khan/3 +khan/1 1 +Kharkov/2 1 +Khartoum/2 1 +Khayyam/3 +Khazar/3 +Khmer/2 1 +Khoikhoi/2 1 +Khoisan/2 1 +Khomeini/3 +Khorana/3 +Khrushchev +Khufu +Khulna/3 +Khwarizmi/3 +Khyber/3 +kHz 1 +KIA +kibble/28 1 +kibbutz/370 1 +kibbutzes +kibitz/7 1 +kibitzer/1 1 +kibosh/2 1 +kick/23 1 +Kickapoo 1 +kickback/1 1 +kickball/2 1 +kickboxing 1 +kicker/1 1 +kickoff/1 1 +kickstand/1 1 +kicky/34 1 +kid/113 1 +Kidd/2 1 +kidder/1 1 +kiddie/18 1 +kiddish 1 +kiddo/1 1 +kiddy/167 1 +kidnap/105 1 +kidnaper/1 1 +kidnapper/1 1 +kidnapping/1 1 +kidney/1 1 +kidskin/2 1 +Kiel +kielbasa/371 1 +Kierkegaard +Kieth/3 +Kiev/2 1 +Kigali/2 1 +kike/10 1 +Kikuyu 1 +Kilauea +Kilimanjaro/2 1 +kill/23 1 +killdeer/1 1 +killer/1 1 +killing/1 1 +killjoy/1 1 +kiln/23 1 +kilo/1 1 +kilobits +kilobyte/1 1 +kilocycle/1 1 +kilogram/1 1 +kilohertz/2 1 +kilojoules +kilolitre/1 1 +kilometre/1 1 +kiloton/1 1 +kilowatt/1 1 +Kilroy/3 +kilt/63 1 +kilter/2 1 +Kim/3 +Kimberley +Kimberly/3 +kimono/1 1 +kin/1 1 +kind/372 1 +kinda 1 +kindergarten/1 1 +kindergartener/1 1 +kindergartner/1 1 +kindhearted/16 1 +kindle/6 1 +kindling/2 1 +kindly/140 1 +kindred/2 1 +kine/10 1 +kinematic/32 1 +kine 788 +kines 1 +kinetic/35 1 +kinfolk/130 1 +king/1 1 +King/1 1 +king/59 1 +kingdom/1 1 +kingfisher/1 1 +kingly/34 1 +kingmaker/10 1 +kingpin/1 1 +kingship/2 1 +Kingston/2 1 +Kingstown/2 1 +king 1 +kink/23 1 +Kinko's +kinky/51 1 +Kinney/3 +Kinsey +kinsfolk/2 1 +Kinshasa/2 1 +kinship/2 1 +kinsman/2 789 +kinsmen 790 +kinswoman/2 791 +kinswomen 792 +kin 1 +kiosk/1 1 +Kiowa/1 1 +Kip/3 +kip/48 1 +Kipling/2 1 +kipper/23 1 +Kirby/3 +Kirchhoff +Kirchner/3 +Kirghistan/3 +Kirghiz/2 1 +Kirghizia/2 1 +Kiribati/2 1 +Kirinyaga/3 +Kirk +kirk/18 1 +Kirkland/3 +Kirkpatrick/3 +Kirov +kirsch/4 1 +Kirsten/3 +Kisangani +Kishinev/2 1 +Kislev/2 1 +kismet/2 1 +kiss/22 1 +kissable 1 +kissagram/10 1 +kisser/1 1 +Kissinger +kissoff/1 1 +kissogram/10 1 +Kit/3 +kit/109 1 +Kitakyushu/2 1 +kitbag/1 1 +kitchen/18 1 +Kitchener +kitchenette/1 1 +kitchenware/2 1 +kite/28 1 +kith/2 1 +kitsch/2 1 +kitschy 1 +kitten/18 1 +kittenish 1 +kittiwakes +Kitty/3 +kitty/15 1 +Kiwanis +kiwi/1 1 +kiwifruit/1 1 +KKK/2 1 +kl +Klan/2 1 +Klansman/2 1 +Klaus/3 +klaxon/10 1 +Klee +Kleenex/4 1 +Klein/3 +kleptomania/2 1 +kleptomaniac/1 1 +Klimt +Kline +Klingon/3 +Klondike/18 1 +kludge/6 1 +kluge/6 1 +klutz/4 1 +klutziness/3 +klutzy/34 1 +Kmart/3 +km 1 +kn +knack/18 1 +knacker/5 1 +knackwurst/1 1 +Knapp/3 +knapsack/1 1 +knave/1 1 +knavery/2 1 +knavish/8 1 +knead/11 1 +kneader/1 1 +knee/45 1 +kneecap/48 1 +kneecapping 1 +kneel/141 793 +kneeling 1 +knell/23 1 +knelt 794 +Knesset/2 1 +knew 795 +Kngwarreye/3 +knicker/32 1 +knickerbockers +knickerbockers's +Knickerbocker 1 +knickknack/1 1 +Knievel/3 +knife/363 796 +knight/23 1 +knighthood/1 1 +knightly/140 1 +Knight 1 +knish/4 1 +knit/109 1 +knitter/1 1 +knitting/2 1 +knitwear/2 1 +knives 797 +knob/1 1 +knobbly 1 +knobby/34 1 +knock/23 1 +knockabout 1 +knockdown/1 1 +knocker/1 1 +knocking/10 1 +knockoff/1 1 +knockout/1 1 +knockwurst/1 1 +knoll/18 1 +Knopf/3 +Knossos +knot/109 1 +knothole/1 1 +knotting 1 +knotty/34 1 +know/373 798 +knowable 1 +knowing/374 1 +knowledge/2 1 +knowledgeable/19 1 +Knowles +known 1 +Knox +Knoxville +knuckle/28 1 +knuckleduster/10 1 +knucklehead/1 1 +Knudsen/3 +knurl/23 1 +knurling 1 +Knuth/1 1 +KO/2 1 +koala/1 1 +koan/10 1 +Kobe +Koch +Kochab/3 +Kodachrome/3 +Kodak +Kodaly/3 +Kodiak/2 1 +Koestler +Kohinoor +Kohl +kohlrabi/4 1 +kohlrabies 1 +kohl 1 +Koizumi/3 +Kojak/3 +kola/1 1 +Koln/2 1 +Kolyma +Kommunizma/3 +Kong/3 +Kongo/2 1 +Konrad/3 +kook/18 1 +kookaburra/1 1 +kookie/150 1 +kookiness/3 +kooky/34 1 +Koontz/3 +kopeck/1 1 +kopek/1 1 +Koppel/3 +Koran/1 1 +Koranic +Korea/2 1 +Korean/1 1 +korma 1 +Kornberg/3 +Kory/3 +Korzybski +Kosciusko +kosher/5 1 +Kossuth +Kosygin +Koufax/3 +Kowloon +kowtow/23 1 +KP +kph 1 +Kr/2 1 +kraal/18 1 +Kraft/3 +Krakatau/2 1 +Krakatoa/2 1 +Krakow/2 1 +Kramer/3 +Krasnodar +Krasnoyarsk +kraut/169 1 +Krebs +Kremlin +Kremlinologist 1 +Kremlinology 1 +Kresge/3 +kriegspiel 1 +krill/2 1 +Kringle/3 +Kris/3 +Krishna/2 1 +Krishnamurti/3 +Krista/3 +Kristen/3 +Kristi/3 +Kristie/3 +Kristin/3 +Kristina/3 +Kristine/3 +Kristopher/3 +Kristy/3 +Kroc/3 +Kroger/3 +krona/375 1 +krone/376 1 +Kronecker/3 +Kropotkin +Kruger +Krugerrand 1 +Krupp +krypton/2 1 +Krystal/3 +KS +Kshatriya/2 1 +kt +k 1 +Kublai/3 +Kubrick +kuchen/1 1 +kudos +kudos's +kudzu/1 1 +Kuhn/3 +Kuibyshev +kulaks +Kulthumm/3 +kumquat/1 1 +Kunming +Kuomintang 1 +Kurdish/2 1 +Kurdistan 1 +Kurd 1 +Kurile +Kurosawa +Kurt/3 +Kurtis/3 +Kusch/3 +Kutuzov +Kuwait/2 1 +Kuwaiti/1 1 +Kuznets/3 +Kuznetsk/3 +kvetch/22 1 +kw +Kwakiutl/2 1 +Kwan/3 +Kwangchow/2 1 +Kwangju +Kwanza/1 1 +Kwanzaa/1 1 +kWh +kW 1 +Ky +KY +Kyle/3 +kyle 1 +kyloes +Kyoto/2 1 +Kyrgyzstan +Kyushu/2 1 +l/377 1 +L/2 1 +l/10 1 +LA +la/2 1 +La/2 1 +lab/1 1 +Laban +label/66 1 +labellings +labelling 1 +labial/1 1 +labia 799 +labile 1 +labium/2 800 +laboratory/15 1 +laborious/16 1 +labour/23 1 +laboured 1 +labourer/1 1 +labouring 1 +laboursaving +Labrador/1 1 +Labradorean 1 +Labradorian 1 +Lab 1 +laburnum/1 1 +labyrinth/1 1 +labyrinthine +lac/378 1 +lace/28 1 +lacerate/6 1 +laceration/1 1 +lacewing/1 1 +lacework/2 1 +Lacey/3 +Lachesis/2 1 +lachrymal 1 +lachrymose 1 +lacier 801 +laciest 801 +lacing 1 +lack/23 1 +lackadaisical/8 1 +lackey/18 1 +lacklustre 1 +laconic +laconically +lacquer/23 1 +lacquering 1 +lacrimal 1 +lacrosse/2 1 +lactate/43 1 +lactation/2 1 +lacteal 1 +lactic 1 +lactose/2 1 +lacuna/54 1 +Lacy/3 +lacy/34 1 +lad/18 1 +ladder/23 1 +laddie/1 1 +laddish +laddishness +lade/379 1 +laden 1 +lading/1 1 +ladle/28 1 +ladling 1 +Ladoga +Ladonna/3 +lady/15 1 +ladybird/1 1 +ladybug/1 1 +ladyfinger/1 1 +ladylike 1 +ladylove/1 1 +ladyship/1 1 +Ladyship/1 1 +Lady 1 +laetrile/2 1 +Lafayette +Lafitte/3 +lag/92 1 +lager/18 1 +laggard/30 1 +lagging/2 1 +lagnappe/1 1 +lagniappe/1 1 +lagoon/1 1 +Lagos/2 1 +Lagrange +Lagrangian 1 +Lahore +lain 802 +lair/18 1 +laird/1 1 +laity/2 1 +Laius +Lajos/3 +lake/18 1 +lakefront/10 1 +Lakeisha/3 +lakeside 1 +Lakewood +Lakisha/3 +Lakota 1 +Lakshmi/2 1 +lallygag/117 1 +lam/160 1 +lama/1 1 +Lamaism/1 1 +Lamar/3 +Lamarck/2 1 +lamasery/15 1 +Lamaze 1 +Lamb +lamb/23 1 +lambada/1 1 +lambast/11 1 +lambaste/6 1 +lambda/1 1 +lambency/2 1 +lambent/8 1 +Lambert +lambkin/1 1 +Lamborghini/3 +Lambrusco 1 +lambskin/1 1 +lambswool +lame/107 1 +lamebrain/1 1 +lamed 1 +lament/23 1 +lamentable/19 1 +lamentation/1 1 +Lamentations +lamented 1 +lamenting 1 +lamer/10 1 +lamina/54 1 +laminar +laminate/28 1 +lamination/2 1 +lamming 1 +Lamont/3 +L'Amour +lamp/18 1 +lampblack/2 1 +lamplight/2 1 +lamplighter/1 1 +lampoon/23 1 +lampoonery 1 +lamppost/1 1 +lamprey/1 1 +lampshade/1 1 +lam 1 +LAN/2 1 +Lana/3 +lanai/1 1 +Lanai/2 1 +Lancashire 1 +Lancaster/2 1 +Lance/3 +lance/28 1 +Lancelot/2 1 +lancer/1 1 +lancet/1 1 +Land +land/79 1 +landau/1 1 +lander 1 +landfall/1 1 +landfill/18 1 +landforms +landholder/1 1 +landholding/1 1 +landing/1 1 +landlady/15 1 +landless/2 1 +landlines +landlocked +landlord/1 1 +landlubber/1 1 +landmark/18 1 +landmass/4 1 +landmine/10 1 +Landon/3 +landowner/1 1 +landownership 1 +landowning/1 1 +Landry/3 +Landsat 1 +landscape/28 1 +landscaper/1 1 +landslide/380 1 +landslid 1 +landslip/10 1 +landsman/2 803 +landsmen 804 +Landsteiner/3 +landward/10 1 +Lane/3 +lane/1 1 +Lang +Langerhans/3 +Langland +Langley +Langmuir +language/1 1 +languid/16 1 +languish/7 1 +languishing 1 +languor/1 1 +languorous/8 1 +lank/21 1 +lanky/50 1 +lanolin/2 1 +Lansing/2 1 +lantern/18 1 +lanthanum/2 1 +Lanzhou/2 1 +lanyard/1 1 +Lanny/3 +Lao/1 1 +Laocoon/2 1 +Laotian/1 1 +Lao 1 +lap/48 1 +lapboard/1 1 +lapdog/1 1 +lapel/1 1 +lapidary/15 1 +lapin/1 1 +Laplace +Lapland/2 1 +Laplander 1 +Lapp/1 1 +lappet/1 1 +lapping 1 +laps/7 1 +lapse/28 1 +laptop/1 1 +lapwing/1 1 +Lara/3 +Laramie/3 +larboard/1 1 +larcenist/1 1 +larcenous 1 +larceny/15 1 +larch/4 1 +lard/23 1 +larder/1 1 +Lardner/3 +lardy/34 1 +Laredo +large/25 1 +largehearted +largess/2 1 +largesse/2 1 +larges 1 +largish 1 +largo/1 1 +lariat/18 1 +lark/23 1 +larkspur/1 1 +Larousse +Larry/3 +Lars +Larsen/3 +Larson/3 +larva/54 1 +larval 1 +laryngeal 1 +laryngitis/2 1 +larynx/203 1 +lasagna/1 1 +lasagne/1 1 +Lascaux/3 +lascivious/16 1 +lase/6 1 +laser/1 1 +lash/22 1 +lashing/1 1 +lass/4 1 +Lassa/2 1 +Lassen/3 +Lassie/3 +lassie/1 1 +lassitude/2 1 +lasso/23 1 +la's 805 +last/212 1 +lasting/8 1 +la 806 +Lat +lat/381 1 +Latasha/3 +latch/22 1 +latchkey/1 1 +late/27 1 +latecomer/1 1 +latency/15 1 +latent 1 +lateral/212 1 +lateralization 1 +Lateran/3 +latest/2 1 +latex/2 807 +lath/23 1 +lathe/28 1 +lather/23 1 +lathery 1 +lathes 808 +lathing 1 +latices 809 +Latin/129 1 +Latina 1 +Latino/1 1 +Latisha/3 +latish 1 +latitude/1 1 +latitudinal 1 +latitudinarian/1 1 +Latonya/3 +Latoya/3 +latrine/1 1 +Latrobe/3 +latte/1 1 +latter/8 1 +latter's +lattice/78 1 +latticework/1 1 +Latvia/2 1 +Latvian/1 1 +Laud +laud/23 1 +laudable/19 1 +laudanum/2 1 +laudatory 1 +Lauder +Laue +laugh/23 1 +laughable/19 1 +laughing/37 1 +laughingstock/1 1 +laughter/2 1 +launch/22 1 +launcher/1 1 +launchpad/1 1 +launder/5 1 +launderer/1 1 +launderette/1 1 +laundress/4 1 +laundrette/1 1 +laundromat/1 1 +Laundromat 1 +laundry/15 1 +laundryman/2 810 +laundrymen 811 +laundrywoman/2 812 +laundrywomen 813 +Laura/3 +Laurasia/2 1 +laureate/18 1 +laureateship/2 1 +laureate 1 +Laurel/3 +laurel/18 1 +Lauren/3 +Laurence/3 +Laurent/3 +Laurie/3 +Lauri's 814 +Lauri 815 +lav/71 1 +lava/1 1 +lavage/2 1 +Laval +lavalier/1 1 +lavaliere/1 1 +lavatorial +lavatory/15 1 +lave/6 1 +lavender/18 1 +Lavern/3 +Laverne/3 +lavish/382 1 +lavisher 1 +Lavoisier +Lavonne/3 +law/18 1 +Lawanda/3 +lawbreaker/1 1 +lawbreaking/2 1 +lawful/16 1 +lawgiver/1 1 +lawless/16 1 +lawmaker/1 1 +lawmaking/2 1 +lawman/2 816 +lawmen 817 +lawn/1 1 +lawnmower/1 1 +Lawrence +lawrencium/2 1 +Lawson 1 +lawsuit/1 1 +law 1 +lawyer/18 1 +lax/383 1 +laxative/1 1 +laxity/2 1 +lay/384 1 +layabout/10 1 +Layamon +layaway/2 1 +layer/23 1 +layering/2 1 +layette/1 1 +laying 1 +Layla/3 +layman/2 818 +laymen 819 +layoff/1 1 +layout/1 1 +layover/1 1 +laypeople 820 +layperson/1 821 +lay 802 +layup/1 1 +laywoman/2 822 +laywomen 823 +Lazaro/3 +Lazarus/2 1 +laze/28 1 +lazuli 1 +lazy/143 1 +lazybones/2 1 +lb/10 1 +LBJ/3 +lbw +LC +LCD/2 1 +LCM +LDC +Le/3 +Lea/3 +lea/1 1 +Leach/3 +leach/156 1 +leaching 1 +lead/23 824 +Leadbelly +leaded 1 +leaden 1 +leader/1 1 +leaderless 1 +leadership/1 1 +leading/2 1 +leaf/115 1 +leafage/2 1 +leafless 1 +leaflet/23 1 +leafstalk/1 1 +leafy/260 1 +league/28 1 +Leah +leak/23 1 +leakage/1 1 +Leakey/2 1 +leaky/50 1 +Lean/3 +lean/165 1 +Leander +leaner 1 +leaning/1 1 +Leann/3 +Leanna/3 +Leanne/3 +leap/23 1 +leaper/1 1 +leapfrog/92 1 +Lear/2 1 +Learjet/3 +learn/385 1 +learned/8 1 +learner/1 1 +learning/2 1 +Leary/3 +leas/7 1 +lease/28 1 +leaseback/1 1 +leasehold/1 1 +leaseholder/1 1 +leaser/1 1 +leash/22 1 +leasing 1 +least/2 825 +leastways 1 +leastwise 1 +leather/18 1 +leatherette/2 1 +leatherneck/1 1 +leather 1 +leathery 1 +leave/28 826 +leaved 1 +leaven/23 1 +leavening/2 1 +Leavenworth +leaver/1 1 +leaving/32 1 +Lebanese/2 1 +Lebanon/2 1 +lebensraum 1 +Lebesgue/3 +Leblanc/3 +lech/7 1 +lecher/18 1 +lecherous/16 1 +lechery/2 1 +lech's +lecithin/2 1 +lectern/1 1 +lecture/28 1 +lecturer/1 1 +lectureship/1 1 +LED/2 1 +Leda 827 +Lederberg/3 +ledge/18 1 +ledger/18 1 +led 828 +lee/49 1 +Lee/2 1 +leech/22 1 +Leeds/2 1 +leek/1 1 +leer/23 1 +leering/8 1 +leery/50 1 +lees 829 +Leeuwenhoek +Leeward/3 +leeward/1 1 +leeway/2 1 +left/190 1 +leftie/1 1 +leftism/2 1 +leftist/1 1 +leftmost 1 +leftover/1 1 +left 830 +Left 1 +leftward/10 1 +lefty/15 1 +leg/92 1 +legacy/15 1 +legal/30 1 +legalese/1 1 +legalism/1 1 +legalistic/39 1 +legality/15 1 +legalization/2 1 +legalize/6 1 +legate/18 1 +legatee/1 1 +legation/1 1 +legato/1 1 +legend/1 1 +legendary/213 1 +Legendre +Leger/3 +legerdemain/2 1 +leggin/1 1 +legging/1 1 +leghorn/1 1 +Leghorn 1 +legibility/2 1 +legible/19 1 +legion/1 1 +legionary/15 1 +legionnaire/1 1 +legion 1 +legislate/6 1 +legislation/2 1 +legislative/8 1 +legislator/1 1 +legislature/1 1 +legitimacy/2 1 +legitimate/69 1 +legitimation 1 +legitimatize/6 1 +legitimization/2 1 +legitimize/6 1 +legit 1 +legless 1 +legman/2 831 +legmen 832 +Lego/3 +Legree/3 +legroom/1 1 +legstraps +legume/1 1 +leguminous +legwarmer/10 1 +legwork/2 1 +leggy/50 1 +Lehman/3 +lei/1 1 +Leibniz/2 1 +Leicester/1 1 +Leiden/2 1 +Leif/3 +Leigh +Leila/3 +Leipzig/2 1 +leis 833 +leisure/37 1 +leisured +leisurely/140 1 +leisurewear/2 1 +leitmotif/1 1 +leitmotiv/1 1 +Lela/3 +Leland/3 +Lelia/3 +Lemaitre/3 +lemma/10 1 +lemme +lemming/1 1 +lemon/18 1 +lemonade/1 1 +lemongrass 1 +lemony 1 +Lemuel/3 +lemur/1 1 +Lemuria/3 +Len/3 +Lena/2 1 +Lenard/3 +lend/386 1 +lender/1 1 +lending 1 +L'Enfant +length/1 1 +lengthen/11 1 +lengthways 1 +lengthwise 1 +lengthy/51 1 +lenience/2 1 +leniency/2 1 +lenient/8 1 +Lenin/2 1 +Leningrad/2 1 +Leninism/2 1 +Leninist 1 +lenitive 1 +Lennon/3 +Leno/3 +Lenoir/3 +Lenora/3 +Lenore/3 +lens/184 1 +Lent/1 1 +Lenten +lenten 1 +lentil/1 1 +lento 1 +Lenny/3 +Leo/1 1 +Leola/3 +Leon +Leona/3 +Leonard/3 +Leonardo/2 1 +Leoncavallo +Leonel/3 +Leonidas/2 1 +Leonid 1 +leonine 1 +Leonor/3 +leopard/1 1 +leopardess/4 1 +leopardskin +Leopold/3 +Leopoldo/3 +leotard/1 1 +leper/1 1 +Lepidus +Lepke/3 +leprechaun/1 1 +leprosy/2 1 +leprous 1 +lepta 834 +lepton/1 835 +Lepus/2 1 +Lerner +Leroy/3 +Les +Lesa/3 +lesbian/1 1 +lesbianism/2 1 +lesbian 1 +lesion/18 1 +Lesley/3 +Leslie/3 +Lesotho/2 1 +less/161 836 +lessee/1 1 +lessen/11 1 +Lesseps +lesser 837 +Lessie/3 +lesson/18 1 +lessor/1 1 +less 837 +Lester/3 +Lestrade/3 +let/128 1 +Leta/3 +letch/207 1 +letdown/1 1 +Letha/3 +lethal/8 1 +lethality 1 +lethal 1 +lethargic/39 1 +lethargy/2 1 +Lethe/2 1 +Leticia/3 +Letitia/3 +letter/23 1 +letterbomb/10 1 +letterbox/207 1 +letterer/1 1 +letterhead/1 1 +lettering/2 1 +Letterman/3 +letterpress/2 1 +letting/10 1 +lettuce/1 1 +letup/1 1 +leucotomy/61 1 +leukaemia/2 1 +leukemic/1 1 +leukocyte/1 1 +Levant/2 1 +levee/18 1 +level/387 1 +levelheaded +levelheadedness/3 +leveller/1 1 +levelling 1 +lever/23 1 +leverage/28 1 +Levesque/3 +Levi/1 1 +leviathan/1 1 +Leviathan 1 +levier/1 1 +Levine/3 +levitate/6 1 +levitation/2 1 +Leviticus/2 1 +Levitt/3 +levity/2 1 +Levy/3 +levy/57 1 +Lew/3 +lewd/21 1 +Lewinsky/3 +Lewis +lexeme/10 1 +lexer +lexers +lexical/8 1 +lexicographer/1 1 +lexicographic +lexicographical/8 1 +lexicography/2 1 +lexicon/1 1 +Lexington/2 1 +lexis 1 +Lexus/3 +lg +LG +Lhasa/1 1 +Lhotse/2 1 +Li/2 1 +liability/15 1 +liable 1 +liaise/6 1 +liaison/1 1 +liar/1 1 +lib/2 1 +libation/1 1 +libber/1 1 +Libby +libel/66 1 +libeller/1 1 +libelling 1 +libellous 1 +Liberace/3 +liberal/36 1 +liberalism/2 1 +liberality/2 1 +liberalization/1 1 +liberalize/6 1 +liberate/6 1 +liberation/2 1 +liberationists +liberator/1 1 +Liberia/2 1 +Liberian/1 1 +libero 1 +libertarian/1 1 +libertarianism 1 +libertine/1 1 +liberty/15 1 +libidinal 1 +libidinous 1 +libido/1 1 +Libra/1 1 +librarian/1 1 +librarianship 1 +library/15 1 +librettist/1 1 +libretto/1 1 +Libreville/2 1 +Librium/2 1 +lib 1 +Libya/2 1 +Libyan/1 1 +licence/28 1 +license/28 1 +licensee/1 1 +licentiate/1 1 +licentious/16 1 +lice 838 +lichee/1 1 +lichen/63 1 +Lichtenstein +licit/8 1 +lick/23 1 +lickerish 1 +licking/1 1 +licorice/1 1 +lid/332 1 +Lidia/3 +lidless 1 +lido/1 1 +Lie +lie/78 839 +Lieberman/3 +Liebfraumilch 1 +Liechtenstein/2 1 +Liechtensteiner/1 1 +lied/388 1 +lief/166 1 +Liege/3 +liege/1 1 +lien/1 1 +lieu/2 1 +Lieut +lieutenancy/2 1 +lieutenant/1 1 +life/2 840 +lifebelt/10 1 +lifeblood/2 1 +lifeboat/1 1 +lifeboatmen 841 +lifebuoy/1 1 +lifeforms +lifeguard/18 1 +lifeless/16 1 +lifelike 1 +lifeline/1 1 +lifelong +lifer/1 1 +lifesaver/1 1 +lifesaving/2 1 +lifespan/10 1 +lifestyle/1 1 +lifetaking +lifetime/1 1 +lifework/1 1 +LIFO +lift/23 1 +lifter/1 1 +liftoff/1 1 +ligament/1 1 +ligand/10 1 +ligate/6 1 +ligation/2 1 +ligature/28 1 +light/53 842 +lighten/11 1 +lightener/1 1 +lightening 1 +lighter/18 1 +lightface/2 1 +lightfaced +lightface 1 +lightheaded +lighthearted/16 1 +lighthouse/1 1 +lighting/2 1 +lightning/63 1 +lightproof 1 +lightship/1 1 +lightweight/1 1 +ligneous 1 +lignite/2 1 +lii +likability/2 1 +likable/33 1 +like/389 1 +likeability +likeable 1 +likelihood/1 1 +likely/140 1 +liken/11 1 +liker 1 +likewise +liking/1 1 +Lila/3 +lilac/1 1 +Lilian/3 +Liliana/3 +Lilia's 843 +Lilia 844 +lilies +Lilith/2 1 +Liliuokalani +Lille +Lillian/3 +Lillie/3 +Lilliput/2 1 +Lilliputian/1 1 +lilliputian 1 +lilo +Lilongwe/2 1 +lilos +lilt/23 1 +lily/3 +Lily/3 +Lilly/3 +Lima/2 1 +limb/18 1 +Limbaugh/3 +limber/390 1 +limbless 1 +Limbo +limbo/18 1 +Limburger 1 +lime/28 1 +limeade/1 1 +limekiln 1 +limelight/2 1 +limerick/1 1 +limescale +limestone/2 1 +lime 1 +limey/10 845 +limier 846 +limiest 846 +liming 1 +limit/23 1 +limitation/1 1 +limited 1 +limiter/1 1 +limiting/10 1 +limitless/33 1 +limn/11 1 +limo/1 1 +Limoges +Limousin/2 1 +limousine/1 1 +limp/53 1 +limper 1 +limpet/1 1 +limpid/16 1 +limpidity/2 1 +limping 1 +Limpopo/2 1 +limy/34 1 +Lin/3 +Lina/3 +linage/2 1 +linchpin/1 1 +Lincoln/1 1 +linctus 1 +Lind +Linda/3 +Lindbergh +linden/1 1 +Lindsay +Lindsey +Lindy 1 +line/28 1 +lineage/1 1 +lineal/8 1 +lineament/1 1 +linear/8 1 +linearity/2 1 +linearized +linebacker/1 1 +linefeed 1 +lineman/2 847 +linemen 848 +linen/130 1 +liner/1 1 +linesman/2 849 +linesmen 850 +lineup/1 1 +ling/1 1 +linger/11 1 +lingerer/1 1 +lingerie/2 1 +lingering/193 1 +lingo/4 1 +lingual 1 +linguine/2 1 +linguini's +linguist/1 1 +linguistic/32 1 +linguistically +liniment/1 1 +lining/1 1 +link/23 1 +linkable +linkage/1 1 +linker/10 1 +linkman 851 +linkmen 852 +linkup/1 1 +Linnaeus/2 1 +linnet/1 1 +linoleum/2 1 +lino 1 +Linotype 1 +linseed/2 1 +lint/23 1 +lintel/1 1 +Linton/3 +linty/34 1 +Linus/3 +Linux/89 1 +Linwood/3 +lion/1 1 +Lionel/3 +lioness/3 +lionesses +lionhearted 1 +lionization/2 1 +lionize/6 1 +lip/391 1 +lipase 1 +lipid/1 1 +Lipizzaner 1 +liposuction/2 1 +Lippi +Lippmann +lippy/34 1 +lipread/121 1 +lipreader/2 1 +lipreading/2 1 +Lipscomb/3 +lipstick/23 1 +Lipton/3 +lip 1 +liq +liquefaction/2 1 +liquefy/31 1 +liqueur/18 1 +liquid/1 1 +liquidate/6 1 +liquidation/1 1 +liquidator/1 1 +liquidity/2 1 +liquidize/6 1 +liquidizer/1 1 +liquid 1 +liquify/31 1 +liquor/23 1 +liquorice/1 1 +liquorish +lira/392 1 +Lisa/3 +Lisbon/2 1 +lisle/2 1 +lisp/23 1 +lisper/1 1 +lisping 1 +Lissajous/3 +lissom/153 1 +lissome/153 1 +list/23 1 +listen/11 1 +listenable +listener/1 1 +listen's +Lister/2 1 +listeria 1 +Listerine/3 +listing/1 1 +listless/16 1 +Liston/3 +Liszt +lit/393 1 +litany/15 1 +litchi/1 1 +literacy/2 1 +literal/36 1 +literalism 1 +literalistic 1 +literary/140 1 +literate/30 1 +literati's 853 +literati 854 +literature/2 1 +lite 1 +lithe/27 1 +lithesome +lithium/2 1 +lithograph/23 1 +lithographer/1 1 +lithographic +lithographically +lithography/2 1 +lithological 1 +lithology 1 +lithosphere/1 1 +Lithuania/2 1 +Lithuanian/1 1 +litigant/1 1 +litigate/6 1 +litigation/2 1 +litigator/1 1 +litigious/33 1 +litmus/2 1 +litotes +litotes's +litre/1 1 +lit 855 +litter/23 1 +litterateur/1 1 +litterbug/1 1 +litterer/1 1 +Little/3 +little/162 856 +Litton/3 +littoral/1 1 +lit 1 +liturgical/8 1 +liturgist/1 1 +liturgy/15 1 +livability/2 1 +livable 1 +live/394 1 +liveable 1 +livelihood/1 1 +livelong/10 1 +lively/140 1 +liven/11 1 +liver/18 1 +liveried +liverish 1 +Liverpool/2 1 +Liverpudlian/1 1 +liverwort/1 1 +liverwurst/2 1 +livery/15 1 +liveryman/2 857 +liverymen 858 +livery 1 +lives 859 +livestock/2 1 +liveware/10 1 +Livia/3 +livid/8 1 +living/1 1 +Livingston +Livingstone +living 1 +Livonia/2 1 +Livy +lix +Liz/3 +Liza/3 +lizard/1 1 +Lizzie/3 +Lizzy/3 +Ljubljana/2 1 +ll +LL +llama/1 1 +llano/1 1 +LLB/2 1 +LLD/2 1 +Llewellyn +Lloyd +Ln +LNG +lo +load/23 1 +loadable +loader/1 1 +loading/1 1 +loadstar/1 1 +loadstone/1 1 +loaf/115 1 +loafer/1 1 +Loafer/1 1 +loafing 1 +loam/18 1 +loamy/34 1 +loan/23 1 +loanable +loaner/1 1 +loaning 1 +loansharking/2 1 +loanword/1 1 +loath/44 1 +loathe/254 1 +loather/1 1 +loathing/1 1 +loathsome/16 1 +lob/136 1 +Lobachevsky +lobar 1 +lobber/1 1 +lobby/57 1 +lobbying 1 +lobbyist/1 1 +lobe/78 1 +lobotomist +lobotomize/6 1 +lobotomy/15 1 +lobster/18 1 +local/164 1 +locale/18 1 +locality/15 1 +localization/1 1 +localize/6 1 +locatable +locate/6 1 +location/1 1 +locational +locative 1 +locator/1 1 +loch/1 1 +Lochinvar +loci 860 +lock/23 1 +lockable +Locke/2 1 +Lockean +locker/1 1 +locket/1 1 +Lockheed/3 +lockjaw/2 1 +lockout/1 1 +locksmith/1 1 +lockstep/2 1 +lockup/1 1 +Lockwood/3 +loco/395 1 +locomotion/2 1 +locomotive/1 1 +loco 1 +locoweed/1 1 +locum/10 1 +locus/2 861 +locust/1 1 +locution/1 1 +lode/1 1 +lodestar/1 1 +lodestone/1 1 +Lodge +lodge/28 1 +lodgement 1 +lodger/1 1 +lodging/130 1 +Lodz/2 1 +Loewe +Loewi +Loews/3 +loft/23 1 +lofty/51 1 +log/152 1 +Logan/2 1 +loganberry/15 1 +logarithm/1 1 +logarithmic/39 1 +logbook/1 1 +loge/1 1 +logger/1 1 +loggerhead/1 1 +loggia/1 1 +logging/2 1 +logic/2 1 +logical/8 1 +logicality/2 1 +logician/1 1 +logistic/32 1 +logistical/8 1 +logjam/1 1 +LOGO +logo/1 1 +logotype/1 1 +logrolling/2 1 +logy/34 1 +Lohengrin +loin/1 1 +loincloth/1 1 +Loire/2 1 +Lois/3 +loiter/11 1 +loiterer/1 1 +loitering/2 1 +Loki/2 1 +Lola/3 +Lolita 1 +loll/5 1 +Lollard 1 +lollies +lolling 1 +lollipop/1 1 +Lollobrigida/3 +lollop/11 1 +lolly +lollygag/117 1 +lollypop/1 1 +Lombard/2 1 +Lombardi/3 +Lombardy/2 1 +Lome/2 1 +Lon/3 +London/2 1 +Londoner/1 1 +lone/396 1 +lonely/140 1 +loner/1 1 +lonesome/16 1 +Long +long/180 1 +longboat/1 1 +longbow/1 1 +longer 1 +longevity/2 1 +Longfellow/2 1 +longhair/1 1 +longhand/2 1 +longhorn/1 1 +longhouse/10 1 +longing/30 1 +longish 1 +longitude/1 1 +longitudinal/8 1 +longshoreman/2 862 +longshoremen 863 +longsighted 1 +longstanding +Longstreet/3 +longsword +longtime 1 +Longueuil +longueur/1 1 +longways 1 +longwise 1 +Lonnie/3 +loo/71 1 +loofah/1 1 +look/23 1 +lookalike/1 1 +looker/1 1 +looking 1 +lookout/1 1 +loom/23 1 +loon/1 1 +looney/2 864 +loonier 865 +loonies 866 +looniest 865 +loony/42 1 +loop/23 1 +loophole/18 1 +looping 1 +loopy/34 1 +loos/397 1 +loose/104 1 +loosen/11 1 +loot/23 1 +looter/1 1 +looting/2 1 +lop/398 1 +lope/28 1 +Lopez/3 +lopper/59 1 +lopping 1 +lopsided/16 1 +loquacious/16 1 +loquacity/2 1 +Lora/3 +Loraine/3 +lord/1 1 +Lord/1 1 +lord/11 1 +lording 1 +lordly/50 1 +lordship/1 1 +Lordship/1 1 +lore/2 1 +L'Oreal +Lorelei/2 1 +Loren +Lorena/3 +Lorene/3 +Lorentz +Lorenz +Lorenzo/3 +Loretta/3 +lorgnette/1 1 +Lori/3 +Lorie/3 +loris/4 1 +Lorna/3 +lorn 1 +Lorraine/2 1 +Lorre/3 +Lorrie/3 +lorry/15 1 +lorryload +lorryloads +losable 1 +lose/399 1 +loser/1 1 +losing/1 1 +loss/4 1 +lot/1 1 +Lot/2 1 +lot/59 1 +Lothario/1 1 +loth 1 +lotion/1 1 +Lott/3 +lottery/15 1 +Lottie/3 +lotto/2 1 +lot 1 +lotus/4 1 +Lou/3 +louche 1 +loud/400 1 +loudhailer/1 1 +loudmouth/1 1 +loudmouthed +loudspeaker/1 1 +Louella/3 +lough/10 1 +Louie/3 +Louis +Louisa/3 +Louise/3 +Louisiana/2 1 +Louisianan/1 1 +Louisianian/1 1 +Louisville/2 1 +lounge/28 1 +lounger/1 1 +lounging 1 +lour/11 1 +Lourdes +louring 1 +louse/28 867 +lousy/51 1 +lout/18 1 +loutish/83 1 +L'Ouverture +louvre/1 1 +Louvre/2 1 +louvred 1 +lovable/29 1 +Love/3 +love/28 1 +loveable 1 +lovebird/1 1 +lovechild/2 1 +Lovecraft/3 +Lovelace +loveless 1 +lovelies +lovelorn 1 +lovely/50 1 +lovely's +lovemaking/2 1 +lover/1 1 +loveseat/1 1 +lovesick 1 +lovestruck +lovey/10 1 +loving/8 1 +low/401 1 +lowborn 1 +lowboy/1 1 +lowbrow/1 1 +lowdown/2 1 +Lowe/3 +Lowell +Lowenbrau/3 +lower/5 1 +lowercase/2 1 +lowering 1 +lowermost +Lowery/3 +lowing 1 +lowish +lowland/129 1 +lowlander/1 1 +Lowlands +lowlife/1 1 +lowly/140 1 +lows 1 +lox/2 1 +loyal/76 1 +loyalism/2 1 +loyalist/1 1 +loyalty/15 1 +Loyang/2 1 +Loyd/3 +Loyola +lozenge/1 1 +LP/2 1 +LPG +LPN/1 1 +Lr +LSAT +LSD/2 1 +Lt +ltd +Ltd +Lu/2 1 +Luanda/2 1 +Luann/3 +luau/1 1 +Lubavitcher 1 +lubber/1 1 +lubberly 1 +lubber 1 +Lubbock +lube/28 1 +lubricant/1 1 +lubricate/6 1 +lubrication/2 1 +lubricator/1 1 +lubricious/8 1 +lubricity/2 1 +Lubumbashi +Lucas +Luce/3 +Lucia/3 +Lucian +Luciano/3 +lucid/16 1 +lucidity/2 1 +Lucien/3 +Lucifer/2 1 +Lucile/3 +Lucille/3 +Lucinda/3 +Lucio/3 +Lucite/1 1 +Lucius/3 +luck/23 1 +luckless 1 +Lucknow/2 1 +lucky/51 1 +lucrative/16 1 +lucre/2 1 +Lucretia +Lucretius +lucubrate/6 1 +lucubration/2 1 +Lucy/2 1 +Luddite/1 1 +Ludhiana +ludicrous/16 1 +ludo 1 +Ludwig/3 +Luella/3 +luff/5 1 +Lufthansa/3 +Luftwaffe +lug/92 1 +luge/71 1 +Luger/2 1 +luggage/2 1 +lugger/1 1 +lughole/10 1 +Lugosi/3 +lugsail/1 1 +lugubrious/16 1 +Luigi/3 +Luis/3 +Luisa/3 +Luke/2 1 +lukewarm/16 1 +Lula/3 +lull/23 1 +lullaby/167 1 +lulling 1 +Lulu/3 +lulu/10 1 +Lully +lumbago/2 1 +lumbar 1 +lumber/23 1 +lumberer/1 1 +lumbering/2 1 +lumberjack/1 1 +lumberman/2 868 +lumbermen 869 +lumberyard/1 1 +lumen 1 +Lumiere/3 +luminance 1 +luminary/15 1 +luminescence/2 1 +luminescent +luminosity/15 1 +luminous/8 1 +lummox/4 1 +lump/23 1 +lumpectomy/61 1 +lumpen 1 +lumpish 1 +lumpy/50 1 +Luna/2 1 +lunacy/15 1 +lunar 1 +lunatic/1 1 +lunch/22 1 +lunchbox/89 1 +luncheon/18 1 +luncheonette/1 1 +lunchpack +lunchroom/1 1 +lunchtime/1 1 +lune 1 +lung/23 1 +lunge/28 1 +lunges 870 +lungfish/4 1 +lungful/10 1 +lunkhead/1 1 +Lupe/3 +Lupercalia 1 +lupin/1 1 +lupus/2 1 +Lupus/2 1 +lurch/22 1 +lurching 1 +lure/28 1 +lurex 1 +lurgy +Luria/3 +lurid/16 1 +lurk/5 1 +lurker/10 1 +lurking 1 +Lusaka/2 1 +luscious/16 1 +lush/402 1 +lusher 1 +Lusitania/2 1 +lust/23 1 +luster/2 1 +lustful/8 1 +lustre/2 1 +lustreless 1 +lustre 1 +lustrous/8 1 +lusty/51 1 +lutanist/1 1 +lute/18 1 +lutenist/1 1 +lutetium/2 1 +Luther/2 1 +Lutheran/1 1 +Lutheranism/1 1 +luv/10 1 +Luvs/3 +luvvie/10 1 +Luxembourg/2 1 +Luxembourger/1 1 +Luxembourgian +Luxemburg/2 1 +luxuriance/2 1 +luxuriant/8 1 +luxuriate/6 1 +luxuriation/2 1 +luxurious/16 1 +luxury/15 1 +Luz/3 +Luzon/2 1 +lvi +lvii +LVN +Lvov +lxi +lxii +lxiv +lxix +lxvi +lxvii +Lyallpur +lyceum/1 1 +lychee/1 1 +lychgate/10 1 +Lycra 1 +Lycurgus +Lydia +Lydian/1 1 +lye/2 1 +Lyell +lying/2 871 +Lyle/3 +Lyly +Lyman/3 +Lyme/3 +lymph/2 1 +lymphatic/1 1 +lymphocyte/1 1 +lymphoid 1 +lymphoma/1 1 +Lynch +lynch/7 1 +lyncher/1 1 +lynching/1 1 +lynchpin/1 1 +Lynda/3 +Lyndon/3 +Lynette/3 +Lynn +Lynne/3 +Lynnette/3 +lynx/4 1 +Lyon/1 1 +Lyra/2 1 +lyre/1 1 +lyrebird/1 1 +lyric/18 1 +lyrical/8 1 +lyricism/2 1 +lyricist/1 1 +lyric 1 +Lysenko +lysine 1 +Lysistrata/3 +Lysol/2 1 +LyX/3 +M/1 1 +m/10 1 +ma/1 1 +MA/2 1 +Maalox/2 1 +ma'am +Mabel/3 +Mable/3 +mac/23 1 +macabre 1 +macadam/2 1 +macadamia/1 1 +macadamize/6 1 +Macao/2 1 +macaque/1 1 +macaroni/1 1 +macaroon/1 1 +MacArthur +Macaulay +macaw/1 1 +Macbeth +MacBride/3 +Maccabees +Maccabeus/3 +MacDonald +mace/28 1 +Macedon/2 1 +Macedonia/2 1 +Macedonian/1 1 +macerate/6 1 +maceration/2 1 +Mace 1 +mach/2 1 +machete/1 1 +Machiavelli/2 1 +Machiavellian 1 +machinable +machinate/6 1 +machination/1 1 +machine/28 1 +machinery/2 1 +machinist/1 1 +machismo/2 1 +macho/2 1 +Mach 1 +Macias/3 +Macintosh/3 +Mack/3 +mack/10 1 +Mackenzie/2 1 +mackerel/1 1 +Mackinac/3 +mackinaw/1 1 +Mackinaw 1 +mackintosh/4 1 +MacLeish/3 +Macmillan +Macon 1 +macrame/2 1 +macro/1 1 +macrobiotic/32 1 +macrocosm/1 1 +macroeconomic/32 1 +macrology/61 1 +macromolecular +macromolecules +macron/1 1 +macrophage/10 1 +macroscopic +macroscopically +macro 1 +Mac 1 +Macumba/3 +Macy/3 +mad/403 1 +Madagascan/1 1 +Madagascar/2 1 +madam/1 872 +madame/2 872 +madcap/1 1 +Madden/3 +madden/11 1 +maddeningly +maddening 1 +madder/1 1 +Maddox/3 +Madeira/1 1 +Madeleine/3 +Madeline/3 +Madelyn/3 +mademoiselle/1 873 +made 874 +Madge/3 +madhouse/1 1 +Madison/2 1 +madman/2 875 +madmen 876 +Madonna/1 1 +Madras/2 1 +madras/4 1 +Madrid/2 1 +madrigal/18 1 +mad's +Madurai/3 +madwoman/2 877 +madwomen 878 +Mae/3 +maelstrom/1 1 +maestro/1 1 +Maeterlinck/3 +mafia/1 1 +Mafia/1 1 +mafioso/325 1 +Mafioso 1 +mag/18 1 +magazine/1 1 +Magdalena +Magdalene/3 +Magellan/2 1 +Magellanic +magenta/2 1 +Maggie/3 +maggot/1 1 +maggoty/34 1 +Maghreb/3 +magic/64 1 +magical/8 1 +magician/1 1 +magic 1 +Maginot/3 +magi's 879 +magisterial/8 1 +magi 880 +Magi 881 +magistracy/2 1 +magistrate/1 1 +magma/1 1 +magmatic +magnanimity/2 1 +magnanimosity +magnanimous/8 1 +magnate/1 1 +magnesia/2 1 +magnesia's 882 +magnesia 883 +magnesium/2 884 +magnet/1 1 +magnetic/39 1 +magnetism/2 1 +magnetite/2 1 +magnetizable +magnetization/2 1 +magnetize/6 1 +magneto/1 1 +magnetodynamics +magnetohydrodynamical +magnetohydrodynamics +magnetometer/1 1 +magnetosphere 1 +magnetron 1 +magnification/1 1 +magnificence/2 1 +magnificent/8 1 +magnifier/1 1 +magnify/31 1 +magniloquence/2 1 +magniloquent 1 +Magnitogorsk +magnitude/1 1 +magnolia/1 1 +magnum/1 1 +Magog +Magoo/3 +magpie/1 1 +Magritte +Magsaysay/3 +Magus 885 +Magyar/1 1 +Mahabharata/2 1 +Mahabharata's 886 +Mahabharata 887 +maharaja/1 1 +maharajah/1 1 +maharanee/1 1 +maharani/1 1 +Maharashtra/2 1 +maharishi/1 1 +mahatma/1 1 +Mahavira/3 +Mahayana/2 1 +Mahayanist/2 1 +Mahdi 1 +Mahfouz/3 +Mahican/1 1 +mahjong/2 1 +Mahler +mahogany/15 1 +Mahomet/2 1 +mahout/1 1 +maid/1 1 +maiden/30 1 +Maidenform/3 +maidenhair/2 1 +maidenhead/1 1 +maidenhood/2 1 +maidenly 1 +maidservant/1 1 +Maigret/3 +mail/23 1 +mailable +mailbag/1 1 +mailbomb/11 1 +mailbox/4 1 +Mailer +mailer/1 1 +mailing/1 1 +Maillol +maillot/1 1 +mailman/2 888 +mailmen 889 +mailshot/10 1 +maim/5 1 +Maiman/3 +maimed 1 +maiming 1 +Maimonides +main/164 1 +mainbrace 1 +Maine/2 1 +Mainer/1 1 +mainframe/1 1 +mainland/1 1 +mainline/6 1 +mainline's +mainline 1 +mainmast/1 1 +mainsail/1 1 +mainspring/1 1 +mainstay/1 1 +mainstream/23 1 +mainstreaming 1 +mainstream 1 +maintain/11 1 +maintainability 1 +maintainable +maintainer/10 1 +maintenance/2 1 +maintop/1 1 +maiolica/2 1 +Maisie/3 +maisonette/1 1 +Maitreya/2 1 +maize/1 1 +Maj +majestic/39 1 +majesty/15 1 +Majesty 1 +majolica/2 1 +Major +major/23 1 +Majorca/2 1 +majordomo/1 1 +majorette/1 1 +majority/15 1 +majorly +major 1 +Majuro +Makarios/3 +make/74 890 +makeover/1 1 +Maker +maker/1 1 +makeshift/1 1 +makeup/1 1 +makeweight/10 1 +making/130 1 +Malabar/3 +Malabo/2 1 +Malacca +Malachi +malachite/2 1 +maladaptive +maladjusted +maladjustment/2 1 +maladministration 1 +maladroit/16 1 +malady/15 1 +Malagasy 1 +malaise/2 1 +Malamud +malamute/1 1 +Malaprop/3 +malapropism/1 1 +malaria/2 1 +malarial +malarkey/2 1 +malathion/2 1 +Malawi/2 1 +Malawian/1 1 +Malay/1 1 +Malaya/2 1 +Malayalam/2 1 +Malayan/1 1 +Malaysia/2 1 +Malaysian/1 1 +Malay 1 +Malcolm +malcontent/1 1 +Maldive/3 +Maldives/2 1 +Maldivian/1 1 +Maldonado/3 +male/20 1 +Male/2 1 +malediction/1 1 +malefaction/1 1 +malefactor/1 1 +malefic +maleficence/2 1 +maleficent +males 891 +malevolence/2 1 +malevolent/8 1 +malfeasance/2 1 +malformation/1 1 +malformed +malfunction/23 1 +malfunctioning 1 +Malian/1 1 +Malibu/3 +malice/2 1 +malicious/16 1 +malign/11 1 +malignancy/15 1 +malignant/8 1 +maligners +malignity/2 1 +malign 1 +Malinda/3 +malinger/11 1 +malingerer/1 1 +Malinowski +Mali 892 +mall/18 1 +mallard/1 1 +Mallarme +malleability/2 1 +malleable 1 +mallet/1 1 +Mallomars/3 +Mallory/3 +mallow/1 1 +malnourished +malnourishment 1 +malnutrition/2 1 +malocclusion/2 1 +malodorous 1 +Malone/3 +Malory/3 +Malplaquet/3 +malpractice/1 1 +Malraux +malt/23 1 +Malta/2 1 +malted/1 1 +Maltese/2 1 +Malthus/2 1 +Malthusian/1 1 +malting 1 +maltose/2 1 +maltreat/11 1 +maltreatment/2 1 +malty/34 1 +mam/10 1 +mama/1 1 +mamba/1 1 +mambo/23 1 +Mameluke 1 +Mamet +Mamie/3 +mamma/58 1 +mammal/1 1 +mammalian/1 1 +mammary 1 +mamma's 893 +mamma 894 +mammogram/1 1 +mammography/2 1 +Mammon/1 1 +mammon/2 895 +mammoth/1 1 +mammy/15 1 +Mamore/3 +Man/2 1 +man/404 896 +manacle/28 1 +manage/6 1 +manageability/2 1 +manageable 1 +management/1 1 +manager/1 1 +manageress/89 1 +managerial/8 1 +managership 1 +Managua/2 1 +Manama/2 1 +manana/1 1 +Manasseh +manatee/1 1 +Manaus +Manchester/2 1 +Manchu/1 1 +Manchuria/2 1 +Manchurian 1 +Mancini/3 +manciple 1 +Mancunian/1 1 +mandala/1 1 +Mandalay/2 1 +mandamus/40 1 +mandarin/1 1 +Mandarin/2 1 +mandate/28 1 +mandatory 1 +Mandela +Mandelbrot +mandible/1 1 +mandibular +Mandingo 1 +mandolin/1 1 +mandrake/1 1 +mandrel/1 1 +Mandrell/3 +mandril/1 1 +mandrill/1 1 +Mandy/3 +mane/1 1 +maned 1 +manege/2 1 +Manet +maneuverings +Manfred/3 +manful/8 1 +manganese/2 1 +mange/149 1 +manged/10 1 +manger/1 1 +mangetout/10 1 +mangier 897 +mangiest 897 +mangle/28 1 +mangler/10 1 +mangling 1 +mango/4 1 +mangrove/1 1 +mangy/50 1 +manhandle/6 1 +Manhattan/1 1 +manhole/1 1 +manhood/2 1 +manhunt/1 1 +Mani +mania/1 1 +maniac/1 1 +maniacal/8 1 +maniac 1 +manic/1 1 +manically +Manichean 1 +manic 1 +manicure/28 1 +manicurist/1 1 +manifest/212 1 +manifestation/1 1 +manifesto/18 1 +manifold/23 1 +manikin/1 1 +Manila/1 1 +manila/2 1 +manilla/2 1 +manioc/1 1 +manipulable +manipulate/6 1 +manipulation/1 1 +manipulative +manipulatively +manipulator/1 1 +Manitoba/2 1 +Manitoulin/3 +mankind/2 1 +manky 1 +Manley/3 +manlike 1 +manly/140 1 +Mann +manna/2 1 +mannequin/1 1 +manner/1 1 +mannered +mannerism/1 1 +mannerist 1 +mannerly/223 1 +Mannheim/2 1 +mannikin/1 1 +Manning +mannish/16 1 +manoeuvrability/3 +manoeuvrable +manoeuvre/28 1 +manoeuvrings +manometer/1 1 +manor/1 1 +manorial +manpower/2 1 +manque 1 +mans/89 1 +mansard/1 1 +manse/1 1 +manservant/2 898 +Mansfield +mansion/1 1 +manslaughter/2 1 +Manson/3 +manta/1 1 +Mantegna +mantel/1 1 +mantelpiece/1 1 +mantelshelf/341 1 +mantilla/1 1 +mantis/4 1 +mantissa/1 1 +Mantle/3 +mantle/28 1 +mantlepiece/10 1 +mantling 1 +mantoes +mantra/1 1 +mantrap/10 1 +manual/30 1 +Manuel/3 +Manuela/3 +manufacture/28 1 +manufacturer/1 1 +manufacturing/2 1 +manumission/1 1 +manumit/12 1 +manure/28 1 +manuscript/1 1 +Manx/2 1 +many/2 899 +Mao/405 1 +Maoism/1 1 +Maoist/1 1 +Maori/1 1 +map/48 1 +maple/1 1 +mapmaker/1 1 +mappable +mapper/1 1 +mapping/10 1 +Mapplethorpe/3 +Maputo/2 1 +mar/13 1 +Mar/130 1 +Mara/2 1 +marabou/1 1 +marabout/1 1 +maraca/1 1 +Maracaibo +maraschino/1 1 +Marat +Maratha/2 1 +Maratha's 900 +Maratha 901 +Marathi/2 1 +marathon/1 1 +Marathon/2 902 +marathoner/1 1 +maraud/5 1 +marauder/1 1 +marble/28 1 +marbleize/6 1 +marble 1 +marbling/2 1 +Marc +Marceau +Marcel/3 +Marcelino/3 +Marcella/3 +Marcelo/3 +march/4 1 +March/4 1 +march/7 1 +marcher/1 1 +marches 1 +marchioness/3 +marchionesses +Marci/3 +Marcia/3 +Marciano +Marcie/3 +Marco/3 +Marconi +Marcos +Marcus/3 +Marcuse +Marcy/3 +Marduk/2 1 +mare/1 1 +Margaret +margarine/2 1 +Margarita +margarita/1 1 +Margarito/3 +Marge/3 +Margery/3 +marge 1 +Margie/3 +margin/18 1 +marginal/193 1 +marginalia/2 1 +marginality 1 +marginalization/2 1 +marginalize/6 1 +Margo/3 +Margret/3 +Margrethe/3 +Marguerite/3 +Mari/1 1 +maria/2 1 +mariachi/1 1 +Mariana/1 1 +Marianne +Mariano/3 +Marian 1 +Maria's 903 +Maria 904 +Maribel/3 +Maricela/3 +Marie/3 +Marietta/3 +marigold/1 1 +marihuana/2 1 +marijuana/2 1 +Marilyn/3 +marimba/1 1 +Marin +Marina/3 +marina/1 1 +marinade/28 1 +marinara/2 1 +marinate/6 1 +marination/2 1 +marine/49 1 +Marine/1 1 +mariner/1 1 +Mario/3 +Marion/2 905 +marionette/1 1 +Marisa/3 +Marisol/3 +Marissa/3 +Maritain +marital/8 1 +maritime +Maritza/3 +Mariupol +Marius +marjoram/2 1 +Marjorie/3 +Marjory/3 +mark/1 1 +Mark/1 1 +mark/11 1 +Markab/3 +markdown/1 1 +marked/8 1 +marker/1 1 +market/23 1 +marketability/2 1 +marketable 1 +marketeer/1 1 +marketer/1 1 +marketing/2 1 +marketplace/1 1 +Markham +marking/1 1 +markka/406 1 +Markov +marksman/2 906 +marksmanship/2 1 +marksmen 907 +markup/1 1 +marl/18 1 +Marla/3 +Marlboro/3 +Marlborough +Marlene/3 +Marley/3 +Marlin +marlin/1 1 +marlinespike/1 1 +marlinspike/1 1 +Marlon/3 +Marlowe +marmalade/2 1 +Marmara/2 1 +marmoreal +marmoset/1 1 +marmot/1 1 +Marne +Maronite 1 +maroon/23 1 +marooning 1 +maroon 1 +Marple/3 +marque/1 1 +marquee/1 1 +Marquesas/3 +marquess/4 1 +marquetry/2 1 +Marquette +Marquez/3 +Marquis +marquis/4 1 +marquise/1 1 +marquisette/2 1 +Marquita/3 +Marrakesh/3 +marriage/1 1 +marriageability/2 1 +marriageable 1 +married/1 1 +Marriott/3 +marrow/18 1 +marry/31 1 +Mars/4 1 +Marsala/2 1 +Marseillaise/1 1 +Marseille/10 1 +Marsh/3 +marsh/4 1 +Marsha/3 +marshal/23 1 +Marshall/2 1 +marshaller 1 +marshland/1 1 +marshmallow/1 1 +marshy/260 1 +mars 1 +marsupial/1 1 +mart/18 1 +Marta/3 +Martel +marten/1 1 +Martha +Martial +martial/8 1 +Martian/1 1 +martian/10 1 +Martian 1 +Martin +martin/1 1 +Martina/3 +martinet/1 1 +Martinez/3 +martingale/1 1 +martini/1 1 +Martinique/2 1 +Marty/3 +martyr/23 1 +martyrdom/2 1 +Marva/3 +marvel/66 1 +Marvell/3 +marvelling 1 +marvellous/8 1 +Marvin +Marx/2 1 +Marxian 1 +Marxism/1 1 +Marxist/1 1 +Mary/2 1 +Maryann/3 +Maryanne/3 +Maryellen/3 +Maryland/2 1 +Marylander 1 +Marylou/3 +marzipan/2 1 +mas/80 1 +Masada/3 +Masai/2 1 +Masaryk +masc +Mascagni +mascara/23 1 +mascara's 908 +mascara 909 +mascot/1 1 +masculine/1 1 +masculinity/2 1 +Masefield +maser/1 1 +Maserati/3 +Maseru/2 1 +MASH +mash/22 1 +masher/1 1 +Mashhad/2 1 +mashing 1 +mask/23 1 +masker/1 1 +masking 1 +masochism/2 1 +masochist/1 1 +masochistic/39 1 +mason/1 1 +Mason/1 1 +mason/59 1 +Masonic +masonic 1 +Masonite/2 1 +masonry/2 1 +masque/1 1 +masquerade/28 1 +masquerader/1 1 +mass/4 1 +Mass/4 1 +mass/7 1 +Massachusetts +massacre/28 1 +massage/28 1 +Massasoit +massed 1 +Massenet +masseur/1 1 +masseuse/1 1 +Massey +massif/1 1 +massive/16 1 +ma's 910 +mass 1 +mast/63 1 +mastectomy/15 1 +master/30 1 +Master/10 1 +master/11 1 +MasterCard/3 +masterclass +masterclasses +masterful/8 1 +mastering 1 +masterly 1 +mastermind/23 1 +masterpiece/1 1 +mastership 1 +masterstroke/1 1 +masterwork/1 1 +mastery/2 1 +masthead/18 1 +mastic/2 1 +masticate/6 1 +mastication/2 1 +mastiff/1 1 +mastitis 1 +ma 911 +mastodon/1 1 +mastoid/1 1 +masturbate/6 1 +masturbation/2 1 +masturbatory +mat/407 1 +matador/1 1 +match/22 1 +matchable +matchbook/1 1 +matchbox/4 1 +matcher 1 +matchless 1 +matchlock/1 1 +matchmaker/1 1 +matchmaking/2 1 +matchplay +matchstick/1 1 +matchwood/2 1 +mate/28 1 +material/30 1 +materialism/2 1 +materialist/1 1 +materialistic/39 1 +materiality 1 +materialization/2 1 +materialize/6 1 +materiel/2 1 +maternal/8 1 +maternity/2 1 +mater 1 +matey/10 1 +math/1 1 +mathematical/8 1 +mathematician/1 1 +mathematics +mathematics's +Mather +Mathew/3 +Mathews +Mathewson/3 +Mathias +Mathis +Matilda 1 +matinee/1 1 +mating/1 1 +matins +matins's +Matisse +matres +matriarch/1 1 +matriarchal +matriarchy/15 1 +matricidal +matricide/1 1 +matriculate/43 1 +matriculation/2 1 +matrimonial/8 1 +matrimony/2 1 +matrix/186 1 +matron/1 1 +matronly 1 +Matt +matte/139 1 +Mattel/3 +matter/23 1 +Matterhorn/2 1 +Matthew/1 1 +Matthias +Mattie/3 +matting/2 1 +mattins +mattins's +mattock/1 1 +mattress/4 1 +maturate/6 1 +maturation/2 1 +mature/408 1 +maturer 1 +maturity/15 1 +matzo/409 1 +matzoh/1 1 +Maud/3 +Maude/3 +maudlin 1 +Maugham +Maui/2 1 +maul/23 1 +mauler/1 1 +maunder/11 1 +maundering 1 +Maupassant +Maura/3 +Maureen/3 +Mauriac +Maurice +Mauricio/3 +Maurine/3 +Mauritania/2 1 +Mauritanian/1 1 +Mauritian/1 1 +Mauritius/2 1 +Mauro/3 +Maurois +Mauryan/3 +Mauser +mausoleum/1 1 +mauve/2 1 +maven/1 1 +maverick/18 1 +mavin/1 1 +Mavis/3 +maw/18 1 +mawkish/16 1 +Max/3 +max/289 1 +maxes 912 +maxi/1 1 +maxilla/54 1 +maxillary 1 +maxim/1 1 +maximal/8 1 +maximality +maximal 1 +Maximilian +maximization/2 1 +maximize/6 1 +maximizer 1 +maximum/1 1 +Maxine/3 +maxis 913 +maxi 1 +Maxwell +May/1 1 +may/410 914 +Maya/1 1 +Mayan/1 1 +maybe/1 1 +mayday/1 1 +Mayer +Mayfair +mayflies +mayflower/1 1 +Mayflower/2 1 +mayfly/3 +mayhem/2 1 +Maynard/3 +mayn't +Mayo +mayo/2 1 +mayonnaise/2 1 +mayor/1 1 +mayoral +mayoralty/2 1 +mayoress/4 1 +maypole/1 1 +Maypole 1 +Mayra/3 +Maytag/3 +Mazama/2 1 +Mazarin +Mazatlan/3 +Mazda +maze/18 1 +Mazola/3 +mazourka/1 1 +mazurka/1 1 +Mazzini/3 +Mb/2 1 +MB/2 1 +MBA/2 1 +Mbabane/2 1 +Mbini/3 +MC +McAdam/3 +McBride/3 +McCain/3 +McCall/3 +McCarthy +McCarthyism/2 1 +McCartney/3 +McCarty/3 +McClain/3 +McClellan +McClure/3 +McConnell/3 +McCormick +McCoy 1 +McCray/3 +McCullough/3 +McDaniel/3 +McDonald/3 +McDonnell/3 +McDowell/3 +McEnroe/3 +McFadden/3 +McFarland/3 +McGee/3 +McGovern/3 +McGowan/3 +McGuffey/3 +McGuire/3 +MCI/3 +McIntosh/2 1 +McIntyre/3 +McKay/3 +McKee/3 +McKenzie/3 +McKinley/2 1 +McKinney/3 +McKnight/3 +McLaughlin/3 +McLean/3 +McLeod/3 +McLuhan/3 +McMahon/3 +McMillan/3 +McNamara/3 +McNaughton/3 +McNeil/3 +McPherson/3 +McQueen/3 +McVeigh/3 +Md/2 1 +MD/2 1 +mdse +MDT +Me +ME +me/10 1 +Mead +mead/2 1 +Meade +meadow/1 1 +meadowland 1 +meadowlark/1 1 +Meadows +Meagan/3 +meagerly +meagerness +meagerness's +meagre/153 1 +meal/18 1 +mealtime/1 1 +mealy/50 1 +mealybug/1 1 +mealymouthed 1 +mean/411 1 +meander/23 1 +meandering/32 1 +meaner 1 +meanie/1 1 +meaning/1 1 +meaningful/16 1 +meaningless/16 1 +meaning 1 +meantime/2 1 +meanwhile/2 1 +Meany/3 +meany/15 1 +meas +measles +measles's +measly/34 1 +measurable/19 1 +measure/28 1 +measured 1 +measureless 1 +measurement/1 1 +measuring 1 +meat/1 1 +meataxe +meatball/1 1 +meatless 1 +meatloaf/120 1 +meatpacking/2 1 +meaty/50 1 +mecca/1 1 +Mecca/1 1 +mechanic/130 1 +mechanical/8 1 +mechanism/1 1 +mechanistic/39 1 +mechanist 1 +mechanizable +mechanization/2 1 +mechanize/6 1 +med +medal/18 1 +medallion/1 1 +medallist/1 1 +Medan +meddle/6 1 +meddler/1 1 +meddlesome 1 +meddling 1 +Medea/2 1 +Medellin +Media +media/1 1 +medial/8 1 +median/1 1 +media's 915 +media 916 +mediate/6 1 +mediation/2 1 +mediator/1 1 +media 1 +medic/1 1 +Medicaid/1 1 +medicaid/2 1 +medical/30 1 +medicament/2 1 +Medicare/1 1 +medicare/2 1 +medicate/6 1 +medication/1 1 +Medici +medicinal/8 1 +medicine/18 1 +medico/1 1 +medievalist/1 1 +medieval 1 +Medina +mediocre 1 +mediocrity/15 1 +meditate/6 1 +meditation/1 1 +meditative/8 1 +Mediterranean/1 1 +medium/1 917 +medley/1 1 +medulla/1 1 +Medusa/2 1 +meed/2 1 +meek/21 1 +meerschaum/1 1 +meet/412 918 +meeter 1 +meeting/1 1 +meetinghouse/1 1 +Meg/3 +meg/10 1 +megabit/1 1 +megabucks +megabucks's +megabyte/1 1 +megacycle/1 1 +megadeath/1 1 +megahertz/2 1 +megajoules +megalith/1 1 +megalithic +megalomania/2 1 +megalomaniac/1 1 +megalopolis/4 1 +Megan/3 +megaparsec 1 +megaphone/28 1 +megapixel +megapixels +megastar/10 1 +megaton/1 1 +mega 1 +megawatt/1 1 +Meghan/3 +MEGO/10 1 +Meier/3 +Meighen/3 +Meiji/3 +meiosis/2 1 +meiotic 1 +Meir +Mejia/3 +Mekong/2 1 +Mel/3 +melamine/2 1 +melancholia/2 1 +melancholic/10 1 +melancholies +melancholy's +melancholy 1 +Melanesia/2 1 +Melanesian 1 +melange/1 1 +Melanie/3 +melanin/2 1 +melanoma/1 1 +melatonin 1 +Melba +Melbourne/2 1 +Melchior +Melchizedek +meld/23 1 +melee/1 1 +Melendez/3 +Melinda/3 +meliorate/6 1 +melioration/2 1 +meliorative +Melisa/3 +Melisande/3 +Melissa/2 1 +mellifluous/16 1 +Mellon +mellow/98 1 +mellowing 1 +melodic/39 1 +melodious/16 1 +melodrama/1 1 +melodramatic/35 1 +Melody/3 +melody/15 1 +melon/1 1 +Melpomene/2 1 +melt/23 919 +meltdown/1 1 +melter 1 +melting 1 +Melton/3 +Melva/3 +Melville/2 1 +Melvin/3 +member/1 1 +membership/1 1 +membrane/1 1 +membranous +meme/10 1 +memento/1 1 +Memling +memo/1 1 +memoir/1 1 +memorabilia/2 1 +memorability/2 1 +memorable/19 1 +memorandum/1 1 +memorial/1 1 +memorialize/6 1 +memorial 1 +memorization/2 1 +memorize/6 1 +memory/15 1 +Memphis/2 1 +memsahib/10 1 +menace/28 1 +menacing/8 1 +menage/1 1 +menagerie/1 1 +Menander +menarche 1 +Mencius +Mencken +mend/23 1 +mendacious/8 1 +mendacity/2 1 +Mendel/2 1 +Mendeleev/2 1 +mendelevium/2 1 +Mendelian 1 +Mendelssohn +mender/1 1 +Mendez/3 +mendicancy/2 1 +mendicant/1 1 +mending/2 1 +Mendocino/3 +Mendoza +Menelaus/3 +Menelik/3 +Menes +menfolk/130 1 +Mengzi +menhaden/2 1 +menial/30 1 +meningeal +meningitis/2 1 +meninx/203 1 +menisci 920 +meniscus/2 921 +Menkalinan/3 +Menkar/3 +Menkent/3 +Mennen/3 +Mennonite/1 1 +Menominee/2 1 +menopausal +menopause/2 1 +menorah/1 1 +Menotti +Mensa +mensch/4 1 +menservants 922 +menses +menses's +men 923 +menstrual 1 +menstruate/6 1 +menstruation/2 1 +mensurable +mensuration/2 1 +menswear/2 1 +mental/8 1 +mentalist/1 1 +mentality/15 1 +menthol/2 1 +mentholated +Mentholatum/3 +menthol 1 +mention/23 1 +mentionable +mentor/23 1 +menu/1 1 +Menuhin/3 +Menzies +meow/23 1 +Mephistopheles +Merak/3 +Mercado/3 +mercantile +mercantilism/2 1 +Mercator +Mercedes +mercenary/15 1 +Mercer/3 +mercer/1 1 +mercerize/6 1 +merchandise/28 1 +merchandiser/1 1 +merchandising/2 1 +merchandize/6 1 +merchandizing 1 +merchant/18 1 +merchantability 1 +merchantable 1 +merchantman/2 924 +merchantmen 925 +merchant 1 +Mercia +merciful/8 1 +merciless/16 1 +Merck/3 +mercurial/8 1 +mercuric +Mercurochrome/2 1 +Mercury/15 1 +mercury/2 1 +mercy/15 1 +mere/413 1 +Meredith +meres 926 +meretricious/16 1 +merganser/1 1 +merge/6 1 +merger/1 1 +merging 1 +meridian/1 1 +meridional 1 +meringue/18 1 +Merino +merino/1 1 +merit/23 1 +merited 1 +meritocracy/15 1 +meritocratic +meritocrats +meritorious/16 1 +Merle/3 +Merlin/2 1 +Merlot 1 +mermaid/1 1 +merman/2 927 +mermen 928 +meromorphic +Merovingian 1 +Merriam/3 +Merrick/3 +Merrill/3 +Merrimack/3 +merriment/2 1 +Merritt/3 +merry/51 1 +merrymaker/1 1 +merrymaking/2 1 +Merthiolate/2 1 +Merton +Mervin/3 +mes/80 1 +Mesa +mesa/1 1 +Mesabi/3 +mesa's 929 +mesa 930 +mescal/1 1 +mescalin +mescaline/2 1 +mesdames 931 +mesdemoiselles 932 +mesh/22 1 +Meshed/2 1 +meshing 1 +Mesmer/3 +mesmeric +mesmerism/2 1 +mesmerize/6 1 +mesmerizer/1 1 +Mesolithic +mesomorph/1 1 +meson/1 933 +Mesopotamia/2 1 +Mesopotamian 1 +mesosphere/1 1 +mesozoic +Mesozoic/2 1 +mesquit/1 1 +mesquite/1 1 +mess/22 1 +message/28 1 +messeigneurs 934 +messenger/18 1 +Messerschmidt/3 +Messiaen +messiah/1 1 +Messiah/1 1 +messianic +Messianic +messieurs 935 +messmate/1 1 +Messrs +messy/51 1 +mestizo/1 1 +meta +metabolic/39 1 +metabolism/1 1 +metabolite/1 1 +metabolize/6 1 +metacarpal/1 1 +metacarpi 936 +metacarpus/2 937 +metal/414 1 +metalanguage/1 1 +metalinguistic 1 +Metallica/3 +metallic 1 +metallized +metallurgic +metallurgical +metallurgist/1 1 +metallurgy/2 1 +metal 1 +metalwork/2 1 +metalworker/1 1 +metalworking/2 1 +metamorphic +metamorphism/2 1 +metamorphose/6 1 +metamorphoses 938 +metamorphosis/2 939 +Metamucil/3 +metaphor/1 1 +metaphoric +metaphorical/8 1 +metaphysical/8 1 +metaphysics +metaphysics's +metastability 1 +metastable +metastases 940 +metastasis/2 941 +metastasize/6 1 +metastatic +metatarsal/1 1 +metatarsi 942 +metatarsus/2 943 +metatheses 944 +metathesis/2 945 +metathesizes +mete/28 1 +metempsychoses 946 +metempsychosis/2 947 +meteor/1 1 +meteoric/39 1 +meteorite/1 1 +meteoroid/1 1 +meteorologic +meteorological 1 +meteorologist/1 1 +meteorology/2 1 +meter/23 1 +metes 948 +methadon/2 1 +methadone/2 1 +methamphetamine/2 1 +methane/2 1 +methanol/2 1 +methinks 949 +methionine 1 +method/1 1 +methodical/16 1 +Methodism/1 1 +Methodist/1 1 +methodological/8 1 +methodology/15 1 +methought 950 +meths +Methuselah 1 +methyl/2 1 +methylated +methylene 1 +methyl 1 +meticulous/16 1 +metier/1 1 +metonymy 1 +metre/28 1 +metric/10 1 +metrical/8 1 +metricate/6 1 +metrication/2 1 +metricize/6 1 +metric 1 +metro/1 1 +metronome/1 1 +metronomic +metropolis/4 1 +metropolitan 1 +met 951 +Metternich +mettle/2 1 +mettlesome 1 +Meuse/2 1 +mew/187 1 +mewl/11 1 +mewling 1 +mews/2 1 +Mex +Mexicali +Mexican/1 1 +Mexico/2 1 +Meyer/3 +Meyerbeer +Meyers +mezzanine/1 1 +mezzo/1 1 +MFA/2 1 +mfg +mfr +mfrs +Mfume/3 +Mg/2 1 +MGM/3 +mgr +Mgr +mg 1 +MHz 1 +mi/2 1 +MI/2 1 +MIA +Mia/3 +Miami/1 1 +miaow/23 1 +Miaplacidus/3 +miasma/1 1 +mic/10 1 +mica/2 1 +Micah +Micawber 1 +micelles +mice 952 +Mich +Michael +Michaelmas/4 1 +Micheal/3 +Michel/3 +Michelangelo/2 1 +Michele/3 +Michelin/3 +Michelle/3 +Michelob/3 +Michelson +Michigan/2 1 +Michigander/1 1 +Michiganite 1 +Mick/2 1 +mick/10 1 +mickey/1 1 +Mickey/2 1 +Mickie/3 +Micky/3 +Micmac/1 1 +micro/1 1 +microanalyses 953 +microbe/1 1 +microbial +microbiological 1 +microbiologist/1 1 +microbiology/2 1 +microbrewery/15 1 +microchip/1 1 +microcircuit/1 1 +microcode 1 +microcomputer/1 1 +microcosm/1 1 +microcosmic +microdensitometer 1 +microdot/1 1 +microeconomics +microeconomics's +microelectronic/32 1 +microfarad 1 +microfiber/1 1 +microfiche/2 1 +microfilm/23 1 +microfloppies/89 1 +micrograms +micrograph 1 +microgravity 1 +microgroove/1 1 +microhydrodynamics +microlight/1 1 +micromanage/6 1 +micromanagement/2 1 +micrometeorite/1 1 +micrometer/1 1 +micrometre/1 1 +micron/1 1 +Micronesia/2 1 +Micronesian 1 +microorganism/1 1 +microphone/1 1 +microprocessor/1 1 +microprogram 1 +microscope/1 1 +microscopic +microscopical/8 1 +microscopist 1 +microscopy/2 1 +microsecond/1 1 +Microsoft/3 +microsurgery/2 1 +micro 1 +microwavable +microwave/28 1 +microwaveable +midair/2 1 +Midas/2 1 +midday/2 1 +midden/1 1 +middle/74 1 +middlebrow/1 1 +middleman/2 954 +middlemen 955 +middlemost +Middleton 1 +middle 1 +middleweight/1 1 +middling 1 +middy/15 1 +Mideast +Mideastern +midfielder/10 1 +midfield 1 +midge/1 1 +midget/1 1 +midi/1 1 +MIDI/2 1 +midi 1 +Midland +midland/1 1 +Midlands +midland 1 +midlife/2 1 +midmost 1 +midnight/1 1 +midpoint/1 1 +midrib/1 1 +midriff/1 1 +midsection/1 1 +midshipman/2 956 +midshipmen 957 +midships +midsize +midsized +midst/2 1 +midstream/2 1 +midsummer/2 1 +midterm/1 1 +midtown/2 1 +mid 1 +midway/1 1 +Midway/2 1 +midway 1 +midweek/1 1 +Midwest/2 1 +Midwestern +Midwesterner 1 +midwicket +midwife/363 958 +midwifery/15 1 +midwinter/2 1 +midwives 959 +midyear/1 1 +mien/1 1 +miff/5 1 +MiG +might/1 1 +mightn't +might 960 +mighty/51 1 +mignonette/1 1 +migraine/1 1 +migrant/1 1 +migrate/6 1 +migration/1 1 +migratory +Miguel/3 +mikado/1 1 +Mike/3 +mike/28 1 +Mikhail/3 +Mikoyan/3 +mil/66 1 +milady/15 1 +Milagros/3 +Milan/2 1 +Milanese +milch 1 +mild/415 1 +mildew/23 1 +mildewy +Mildred/3 +mile/1 1 +mileage/1 1 +mileometer/10 1 +milepost/1 1 +miler/1 1 +Miles +milestone/1 1 +Milford/3 +milieu/1 1 +militancy/2 1 +militant/30 1 +militarism/2 1 +militarist/1 1 +militaristic +militarization/2 1 +militarize/6 1 +military/416 1 +militate/6 1 +militia/1 1 +militiaman/2 961 +militiamen 962 +milk/79 1 +Milken/3 +milker/1 1 +milking 1 +milkmaid/1 1 +milkman/2 963 +milkmen 964 +milkshake/1 1 +milksop/1 1 +milkweed/1 1 +milky/50 1 +Mill +mill/23 1 +millage/2 1 +Millard/3 +Millay +millenarian 1 +millennial 1 +millennium/1 1 +millepede/1 1 +Miller +miller/1 1 +Millet +millet/2 1 +milliard/1 1 +millibar/1 1 +Millicent/3 +Millie/3 +milligram/1 1 +Millikan +millilitre/1 1 +millimetre/1 1 +milliner/1 1 +millinery/2 1 +milling/1 1 +million/1 1 +millionaire/1 1 +millionaires/9 1 +millionairess/89 1 +millionnaire/2 1 +millionth/1 1 +million 1 +millipede/1 1 +millisecond/1 1 +millpond/1 1 +millrace/1 1 +Mills +millstone/1 1 +millstream/1 1 +millwright/1 1 +Milne +Milo/3 +milometer/10 1 +Milosevic/3 +milquetoast/1 1 +Milquetoast/2 1 +milt/23 1 +Miltiades +Milton +Miltonic +Miltown/2 1 +Milwaukee/2 1 +mime/28 1 +mimeograph/23 1 +mimes 1 +mimetic +mimic/64 1 +mimicker/1 1 +mimicry/15 1 +mimic 1 +Mimi's 965 +Mimi 966 +Mimosa/3 +mimosa/1 1 +Min/2 1 +Minamoto/3 +minaret/1 1 +minatory +mince/28 1 +mincemeat/2 1 +mincer/1 1 +mincing 1 +mind/23 1 +Mindanao +mindbogglingly +mindedness +minder/10 1 +mindful/16 1 +mindless/16 1 +Mindoro/2 1 +mindset/1 1 +Mindy/3 +mine/28 1 +minefield/1 1 +miner/1 1 +mineral/1 1 +mineralization 1 +mineralogical 1 +mineralogist/1 1 +mineralogy/2 1 +Minerva/2 1 +mineshaft 1 +mines 967 +minestrone/2 1 +minesweeper/1 1 +mineworkers +Ming +mingle/6 1 +mingling 1 +Mingus/3 +mingy 1 +mini/1 1 +miniature/18 1 +miniaturist/1 1 +miniaturization/2 1 +miniaturize/6 1 +minibar/10 1 +minibike/1 1 +minibus/4 1 +minicab/10 1 +minicam/1 1 +minicomputer/1 1 +minifloppies/89 1 +minim/1 1 +minimal/8 1 +minimalism/2 1 +minimalist/1 1 +minimalistic +minimality 1 +minimal 1 +minimization 1 +minimize/6 1 +minimizer 1 +minim 1 +minimum/1 1 +mining/2 1 +minion/1 1 +miniscule/1 1 +miniseries/2 1 +miniskirt/1 1 +mini's 968 +minister/23 1 +ministerial/8 1 +mini 969 +ministrant/1 1 +ministration/1 1 +ministry/15 1 +minis 970 +mini 1 +minivan/1 1 +mink/1 1 +minke 1 +Minn +Minneapolis/2 1 +Minnelli/3 +minnesinger/1 1 +Minnesota/2 1 +Minnesotan/1 1 +Minnie/3 +minnow/1 1 +Minoan/1 1 +Minolta/3 +minor/23 1 +minority/15 1 +minor 1 +Minos/2 1 +Minot/3 +minotaur +Minotaur/2 1 +minotaurs +minoxidil/2 1 +Minsk/2 1 +Minsky/3 +minster/1 1 +minstrel/18 1 +minstrelsy/2 1 +mint/79 1 +mintage/2 1 +Mintaka/3 +minter/1 1 +min 1 +minty/34 1 +minuend/1 1 +minuet/1 1 +Minuit +minus/4 971 +minuscule/1 1 +minus 1 +minute/107 1 +Minuteman/2 1 +minuteman/2 972 +minutemen 973 +minutia/54 1 +minx/4 1 +Miocene/2 1 +MIPS/89 1 +Mir/3 +Mira/3 +Mirabeau +Mirach/3 +miracle/1 1 +miraculous/83 1 +mirage/1 1 +Miranda +mire/28 1 +Mirfak/3 +Miriam/3 +Miro 1 +mirror/23 1 +mirth/2 1 +mirthful/16 1 +mirthless/8 1 +MIRV 1 +miry/34 1 +Mirzam/3 +misaddress/7 1 +misadventure/1 1 +misaligned +misalignment/2 1 +misalliance/1 1 +misanalysed +misanthrope/1 1 +misanthropic +misanthropically +misanthropist/1 1 +misanthropy/2 1 +misapplication/1 1 +misapply/31 1 +misapprehend/11 1 +misapprehension/1 1 +misappropriate/6 1 +misappropriation/1 1 +misbegotten +misbehave/6 1 +misbehaviour/2 1 +misc +miscalculate/6 1 +miscalculation/1 1 +miscall/11 1 +miscarriage/1 1 +miscarry/31 1 +miscast/121 1 +miscegenation/2 1 +miscellanea 1 +miscellaneous +miscellaneously +miscellany/15 1 +mischance/18 1 +mischief/2 1 +mischievous/16 1 +miscibility/2 1 +miscible 1 +misclassified +miscomprehended +misconceive/6 1 +misconception/1 1 +misconduct/23 1 +misconfiguration +misconstruction/1 1 +misconstrue/6 1 +miscopying +miscount/23 1 +miscreant/1 1 +miscue/28 1 +misdeal/417 1 +misdeed/1 1 +misdemeanour/1 1 +misdiagnose/6 1 +misdiagnoses 974 +misdiagnosis/2 975 +misdirect/11 1 +misdirection/1 1 +misdo/418 1 +misdoing/1 1 +miser/1 1 +miserable/29 1 +miserly/140 1 +misery/15 1 +misfeasance/2 1 +misfeature/59 1 +misfield 1 +misfile/6 1 +misfire/28 1 +misfit/109 1 +misfortune/1 1 +misgiving/1 1 +misgovern/11 1 +misgovernment/2 1 +misguidance/2 1 +misguide/6 1 +misguided/8 1 +mishandle/6 1 +mishap/18 1 +mishear/47 1 +mishit/88 1 +mishmash/4 1 +misidentify/31 1 +misinform/11 1 +misinformation/2 1 +misinterpret/11 1 +misinterpretation/1 1 +misjudge/6 1 +misjudgement/1 1 +Miskito 1 +mislabel/62 1 +mislabelling 1 +mislay/314 1 +mislead/121 976 +misleading/8 1 +misled 977 +mismanage/6 1 +mismanagement/2 1 +mismatch/22 1 +misname/6 1 +misnomer/18 1 +misogamist/1 1 +misogamy/2 1 +misogynist/1 1 +misogynistic +misogynous +misogyny/2 1 +misplace/6 1 +misplacement/2 1 +misplay/23 1 +mispositioned +misprint/23 1 +misprision/2 1 +mispronounce/6 1 +mispronunciation/1 1 +misquotation/1 1 +misquote/6 1 +misquote's +misread/121 1 +misreading/1 1 +misremember/242 1 +misreport/23 1 +misrepresent/11 1 +misrepresentation/1 1 +misrule/28 1 +miss/22 1 +missal/1 1 +misses 978 +misshape/379 1 +misshapen 1 +missile/1 1 +missilery/2 1 +missilry/2 1 +missing 1 +mission/18 1 +missionary/15 1 +missioner/1 1 +missis/4 979 +Mississauga +Mississippi/2 1 +Mississippian/1 1 +missive/1 1 +Missouri/2 1 +Missourian/1 1 +misspeak/121 980 +misspell/11 1 +misspelling/1 1 +misspend/386 1 +misspoken 981 +misspoke 981 +misstate/6 1 +misstatement/1 1 +misstep/18 1 +Miss 1 +missus/4 1 +Missy/3 +mist/23 1 +mistakable 1 +mistake/264 982 +mistaken/8 1 +Mistassini +mister/18 1 +Mister 1 +mistime/6 1 +misting 1 +mistletoe/2 1 +mistook 983 +mistral/1 1 +mistranslated +mistranslates +mistranslating +mistranslation/10 1 +mistreat/11 1 +mistreatment/2 1 +mistress/4 1 +Mistress 1 +mistrial/1 1 +mistrust/23 1 +mistrustful/8 1 +Misty/3 +misty/51 1 +mistype/6 1 +mistypings +misunderstand/121 984 +misunderstanding/1 1 +misunderstood 985 +misuse/28 1 +misuser 1 +MIT/3 +Mitch/3 +Mitchel/3 +Mitchell +mite/1 1 +mites 986 +Mitford/3 +Mithra/2 1 +Mithridates/2 1 +mitigate/6 1 +mitigated 1 +mitigation/2 1 +mitigatory +mitochondrial +mitochondria 987 +mitoses 988 +mitosis/2 989 +mitotic 1 +mitre/28 1 +Mitsubishi/3 +mitt/1 1 +mitten/1 1 +Mitterrand/3 +Mitzi/3 +Mitty/3 +mix/22 1 +mixable 1 +mixed 1 +mixer/1 1 +Mixtec 1 +mixture/1 1 +Mizar +mizzen/1 1 +mizzenmast/1 1 +mizzen 1 +Mk +mks +Mlle +ml 1 +MM +Mme +Mmes +mm 1 +MN +Mn/2 1 +mnemonic/52 1 +Mnemosyne/2 1 +mo +MO +Mo/2 1 +moan/23 1 +moaner/1 1 +moaning 1 +moat/63 1 +mob/136 1 +Mobil/3 +mobile/1 1 +Mobile/2 1 +mobile 1 +mobility/15 1 +mobilizable +mobilization/1 1 +mobilize/6 1 +mobilizer/1 1 +mobster/1 1 +mob 1 +Mob 1 +Mobutu/3 +moccasin/1 1 +mocha/2 1 +mock/419 1 +mocker/1 1 +mockery/15 1 +mocking/8 1 +mockingbird/1 1 +mocking 1 +mockup/1 1 +mod/420 1 +modal/1 1 +modality/61 1 +modal 1 +mode/301 1 +model/66 1 +modeller/1 1 +modelling/1 1 +model 1 +modem/18 1 +moderate/209 1 +moderation/2 1 +moderator/1 1 +modern/38 1 +modernism/2 1 +modernist/1 1 +modernistic +modernity/2 1 +modernization/1 1 +modernize/6 1 +modernizer/1 1 +modest/76 1 +Modesto +modesty/2 1 +modicum/1 1 +modifiable 1 +modification/1 1 +modifier/1 1 +modify/31 1 +Modigliani +modish/16 1 +modularity 1 +modularization +modularize/252 1 +modular 1 +modulate/6 1 +modulation/1 1 +modulator/1 1 +module/1 1 +moduli 990 +modulo/421 1 +modulus 991 +Moe/3 +Moet/3 +Mogadishu +moggie/10 1 +mogul/1 1 +Mogul/1 1 +moggy/61 1 +Mohacs/3 +mohair/2 1 +Mohamed/3 +Mohammad/3 +Mohammed/2 1 +Mohammedan/1 1 +Mohammedanism/1 1 +Mohave/1 1 +Mohawk/1 1 +Mohegan 1 +Mohican/1 1 +Moho/3 +Mohorovicic/3 +moiety/15 1 +moil/23 1 +moiling 1 +Moira 1 +moire/1 1 +Moises +Moiseyev/3 +moist/21 1 +moisten/11 1 +moistener/1 1 +moisture/2 1 +moisturize/6 1 +moisturizer/1 1 +Mojave/1 1 +molar/1 1 +molarity/61 1 +molar 1 +molasses/2 1 +mold/23 1 +Moldavia/2 1 +Moldavian 1 +moldboard/1 1 +molder/23 1 +moldiness +moldiness's +molding/1 1 +Moldova/2 1 +Moldovan +mole/1 1 +molecularity/2 1 +molecular 1 +molecule/1 1 +molehill/1 1 +moleskin/2 1 +molest/11 1 +molestation/1 1 +molester/1 1 +Moliere/2 1 +Molina +Moll/3 +moll/1 1 +Mollie/3 +mollies +mollification/2 1 +mollify/31 1 +mollusc/1 1 +molluscan/1 1 +mollusk/1 1 +molluskan/1 1 +Molnar/3 +Moloch/2 1 +Molokai/2 1 +Molotov/2 1 +molt/23 1 +molten 992 +molter/1 1 +Moluccas +molybdenum/2 1 +molly/3 +Molly/3 +mollycoddle/28 1 +mom/1 1 +Mombasa/2 1 +moment/1 1 +momentary/73 1 +momenta 993 +momentous/16 1 +momentum/2 994 +momma/1 1 +mommie/1 1 +mommy/15 1 +Mon/1 1 +Mona/3 +Monacan 1 +Monaco/2 1 +monadic +monarch/1 1 +monarchic +monarchical 1 +monarchism/2 1 +monarchist/1 1 +monarchistic +monarchy/15 1 +monastery/15 1 +monastic/1 1 +monastical/8 1 +monasticism/2 1 +monaural 1 +Mondale/3 +Monday/1 1 +Mondrian +Monegasque/1 1 +Monera/2 1 +Monet +monetarism/2 1 +monetarist/1 1 +monetary/213 1 +monetize/6 1 +money/1 995 +moneybag/1 1 +moneybox +moneyboxes +moneychangers +moneyed +moneygrubber/1 1 +moneygrubbing/2 1 +moneylender/1 1 +moneyless 1 +moneymaker/1 1 +moneymaking/2 1 +monger/23 1 +mongering 1 +Mongol/1 1 +mongol/10 1 +Mongolia/2 1 +Mongolian/1 1 +Mongolic/2 1 +mongolism/2 1 +mongoloid/1 1 +Mongoloid 1 +Mongol 1 +mongoose/1 1 +mongrel/1 1 +Monica/3 +monicker/1 1 +monied 1 +monies 996 +moniker/1 1 +Monique/3 +monism/2 1 +monist/1 1 +monition/1 1 +monitor/23 1 +monitory 1 +Monk/3 +monk/1 1 +monkey/23 1 +monkeyshine/1 1 +monkish 1 +monkshood/1 1 +Monmouth +mono/2 1 +monochromatic 1 +monochrome/1 1 +monocle/1 1 +monocled +monoclonal 1 +monocotyledon/1 1 +monocotyledonous +monocular 1 +monoculture 1 +monodic +monodist/1 1 +monody/15 1 +monogamist/1 1 +monogamously +monogamous 1 +monogamy/2 1 +monogram/160 1 +monograph/18 1 +monolayers +monolingual/1 1 +monolith/1 1 +monolithic 1 +monolog/18 1 +monologist/1 1 +monologue/18 1 +monologuist/1 1 +monomania/2 1 +monomaniac/1 1 +monomaniacal +monomer/1 1 +monomeric +monomial/10 1 +monomolecular 1 +Monongahela +mononucleosis/2 1 +monophonic +monophthongs +monoplane/1 1 +monopole/10 1 +monopolies +monopolist/1 1 +monopolistic 1 +monopolization/2 1 +monopolize/6 1 +monopolizer/1 1 +monopoly/3 +monorail/1 1 +monostable +monosyllabic 1 +monosyllable/1 1 +monotheism/2 1 +monotheist/1 1 +monotheistic +monotone/18 1 +monotonic/39 1 +monotonicity 1 +monotonous/16 1 +monotony/2 1 +mono 1 +monounsaturated +monoxide/1 1 +Monroe/2 1 +Monrovia/2 1 +Monsanto/3 +monseigneur/2 997 +monsieur/2 998 +monsignor/1 1 +Monsignor/1 1 +monsoon/1 1 +monsoonal +monster/1 1 +monstrance/1 1 +monstrosity/15 1 +monstrous/8 1 +Mont +montage/18 1 +Montague +Montaigne +Montana/2 1 +Montanan/1 1 +Montcalm +Monte/3 +Montenegrin 1 +Montenegro/2 1 +Monterrey +Montesquieu +Montessori +Monteverdi +Montevideo/2 1 +Montezuma/2 1 +Montgolfier +Montgomery/2 1 +month/1 1 +monthlies +monthly's +monthly 1 +Monticello +Montoya/3 +Montpelier/2 1 +Montrachet 1 +Montreal/2 1 +Montserrat/2 1 +Monty/3 +monument/18 1 +monumental/8 1 +moo/422 1 +mooch/22 1 +moocher/1 1 +mood/1 1 +Moody +moody/51 1 +Moog 1 +Moon/3 +moon/23 1 +moonbeam/1 1 +Mooney/3 +moonless 1 +moonlight/23 999 +moonlighter/1 1 +moonlighting/2 1 +moonlit 1000 +moonrise 1 +moonscape/1 1 +moonshine/18 1 +moonshiner/1 1 +moonshot/1 1 +moonstone/1 1 +moonstruck 1 +moonwalk/18 1 +moor/1 1 +Moor/1 1 +moor/11 1 +Moore +moorhen/10 1 +mooring/1 1 +Moorish/2 1 +moorland/1 1 +moose/2 1 +moot/419 1 +mooter 1 +mooting 1 +mop/48 1 +mope/28 1 +moped/1 1 +moper/1 1 +mopey 1001 +mopier 1002 +mopiest 1002 +mopish 1 +moppet/1 1 +mopy/34 1 +moraine/1 1 +moral/164 1 +morale/2 1 +Morales/3 +moralist/1 1 +moralistic/39 1 +morality/15 1 +moralization/2 1 +moralize/6 1 +moralizer/1 1 +Moran/3 +morass/4 1 +moratorium/1 1 +Moravia +Moravian 1 +moray/1 1 +morbid/16 1 +morbidity/2 1 +mordancy/2 1 +mordant/164 1 +Mordred +More +more/130 1 +moreish +morel/1 1 +Moreno/3 +moreover +more 1003 +Morgan/1 1 +morgue/1 1 +Moriarty/3 +moribund/8 1 +moribundity 1 +Morin/3 +Morison/3 +Morita/3 +Morley +Mormon/1 1 +Mormonism/1 1 +Mormon 1 +morn/86 1 +morning/1 1 +Moroccan/1 1 +morocco/2 1 +Morocco/2 1 +moron/1 1 +Moroni +moronic/39 1 +morose/16 1 +Moro 1 +morph/5 1 +morpheme/18 1 +morphemic 1 +Morpheus/2 1 +morphia/2 1 +morphine/2 1 +morphing/2 1 +morphism +morphisms +morphogenesis 1 +morphological/8 1 +morphology/15 1 +Morphy/3 +Morris +Morrison +Morrow/3 +morrow/1 1 +Morse/2 1 +morsel/18 1 +Mort/3 +mortal/30 1 +mortality/2 1 +mortar/23 1 +mortarboard/1 1 +mortgage/28 1 +mortgageable +mortgagee/1 1 +mortgager/1 1 +mortgagor/1 1 +mortice/28 1 +mortician/1 1 +mortification/2 1 +mortified 1 +mortify/31 1 +mortifying 1 +Mortimer +mortise/28 1 +Morton/2 1 +mortuary/15 1 +mos/157 1 +mosaic/1 1 +Mosaic/2 1 +mosaic/59 1 +Mosaic 1 +Moscow/2 1 +Moseley +Moselle/2 1 +Moses/2 1 +mosey/11 1 +mosh/7 1 +moshing 1 +Mosley/3 +mosque/1 1 +mosquito/4 1 +Moss/3 +moss/40 1 +mossback/1 1 +mossy/34 1 +most/37 1004 +Mosul +mot/1 1 +mote/1 1 +motel/1 1 +motet/1 1 +moth/1 1 +mothball/23 1 +mother/23 1 +motherboard/1 1 +motherfucker/169 1 +motherfucking/311 +motherhood/2 1 +mothering 1 +motherland/1 1 +motherless 1 +motherly/140 1 +motif/123 1 +motile/10 1 +motility/2 1 +motion/23 1 +motionless/16 1 +motivate/6 1 +motivation/1 1 +motivational +motivator/1 1 +motive/18 1 +motiveless 1 +motive 1 +motley/18 1005 +motlier 1006 +motliest 1006 +motocross/4 1 +motor/23 1 +motorbike/28 1 +motorboat/1 1 +motorcade/18 1 +motorcar/1 1 +motorcycle/28 1 +motorcyclist/1 1 +motoring 1 +motorist/1 1 +motorization/2 1 +motorize/6 1 +motorman/2 1007 +motormen 1008 +motormouth/1 1 +Motorola/3 +motor 1 +motorway/1 1 +Motown/2 1 +Motrin/2 1 +Mott +mottle/43 1 +mottling 1 +motto/4 1 +moue/18 1 +mould/23 1 +moulder/5 1 +moulding/1 1 +mouldy/34 1 +moult/23 1 +moulting 1 +mound/23 1 +Mount +mount/23 1 +mountable 1 +mountain/1 1 +mountaineer/23 1 +mountaineering/2 1 +mountainous 1 +mountainside/1 1 +mountaintop/1 1 +mountain 1 +Mountbatten +mountebank/18 1 +mounter/1 1 +Mountie/1 1 +mounties +mounting/1 1 +mourn/11 1 +mourner/1 1 +mournful/85 1 +mourning/2 1 +mouse/363 1009 +mouser/1 1 +mousetrap/48 1 +mousey 1010 +mousier 1011 +mousiest 1011 +mousing 1 +moussaka/10 1 +mousse/28 1 +Moussorgsky +moustache/1 1 +moustached +moustachioed +mousy/50 1 +mouth/23 1 +Mouthe/3 +mouthful/1 1 +mouthing 1 +mouthorgan +mouthpiece/1 1 +mouthwash/4 1 +mouthwatering +mouthy/50 1 +Mouton/3 +mouton/2 1 +movable/1 1 +move/28 1 +moveable/1 1 +movement/1 1 +mover/1 1 +movie/1 1 +moviegoer/1 1 +moving/8 1 +mow/23 1 +mower/1 1 +Mowgli/3 +mowing 1 +moxie/2 1 +Mozambican/1 1 +Mozambique/2 1 +Mozart/2 1 +Mozilla/3 +mozzarella/2 1 +mp +MP/2 1 +mpg +mph 1 +Mr/1 1 +MRI/2 1 +MS/2 1 +Mses +MSG/2 1 +Msgr +MST/2 1 +MSW +mt +Mt +MT/2 1 +mtg +mtge +m 1 +MTV +mu/1 1 +Muawiya/3 +Mubarak/3 +much/423 899 +mucilage/2 1 +mucilaginous 1 +muck/23 1 +muckrake/6 1 +muckraker/1 1 +mucky/34 1 +mucosa 1 +mucous 1 +mucus/2 1 +mud/2 1 +muddle/28 1 +muddled 1 +muddleheaded +muddy/143 1 +muddying 1 +mudflap/10 1 +mudflat/1 1 +mudflow/10 1 +mudguard/1 1 +mudlarks +mudpack/10 1 +mudroom/1 1 +mudslide/1 1 +mudslinger/1 1 +mudslinging/2 1 +mud 1 +Mueller/3 +Muenster/1 1 +muenster/2 1 +muesli 1 +muezzin/1 1 +muff/23 1 +muffin/1 1 +muffle/43 1 +muffler/1 1 +muffling 1 +mufti/1 1 +mug/92 1 +Mugabe/3 +mugful/1 1 +mugger/18 1 +mugging/1 1 +muggins 1 +mugshot/1 1 +mugwump/1 1 +muggy/50 1 +Muhammad/2 1 +Muhammadan/1 1 +Muhammadanism/1 1 +Muir +mujaheddin +mujahedin/2 1 +Mujib/3 +mukluk/1 1 +mulatto/4 1 +mulberry/15 1 +mulch/22 1 +mulct/23 1 +Mulder/3 +mule/18 1 +muleskinner/1 1 +muleteer/1 1 +mulish/16 1 +mull/5 1 +mullah/1 1 +mullein/2 1 +Mullen/3 +Muller/3 +mullet/1 1 +Mulligan/3 +mulligan/1 1 +mulligatawny/2 1 +Mullikan/3 +Mullins +mullion/63 1 +Mulroney/3 +Multan +multichannel 1 +multicolour +multicoloured +multicultural +multiculturalism/2 1 +Multics/89 1 +multidimensional +multidisciplinary +multifaceted +multifamily +multifarious/16 1 +multiform +multifunction +multifunctional +multilateral/8 1 +multilayer +multilevel +multilingual +multilingualism/2 1 +multimedia/2 1 +multimeter 1 +multimillionaire/1 1 +multimillion 1 +multinational/1 1 +multiparty +multiphase +multiple/424 1 +multiplex/22 1 +multiplexer/1 1 +multiplexor/1 1 +multiplicand/1 1 +multiplication/1 1 +multiplicative 1 +multiplicity/15 1 +multiplier/1 1 +multiply/31 1 +multiprocessing 1 +multiprocessor/1 1 +multiprogramming 1 +multipurpose +multiracial +multistage 1 +multistory 1 +multitask/121 1 +multitasking/2 1 +multitude/1 1 +multitudinous 1 +multivalued +multivariate +multivitamin/1 1 +mum/425 1012 +Mumbai/3 +mumble/28 1 +mumbler/1 1 +mumbletypeg/2 1 +mumbling/10 1 +Mumford +mummer/1 1 +mummery/2 1 +mummification/2 1 +mummify/31 1 +mummy/167 1 +mumps +mumps's +Munch +munch/7 1 +muncher/10 1 +Munchhausen/2 1 +munchies/2 1 +munchkin/1 1 +mundane/193 1 +mung/5 1 +Munich/2 1 +municipal/30 1 +municipality/15 1 +munificence/2 1 +munificent/8 1 +munition/23 1 +Munoz/3 +Munro 1 +Munster 1 +mun 1 +muons +Muppet/3 +mural/1 1 +muralist/1 1 +mural 1 +Murasaki/3 +Murat +Murchison/3 +Murcia +murder/23 1 +murderer/1 1 +murderess/4 1 +murderous/8 1 +Murdoch +Muriel/3 +Murillo +Murine/3 +murk/18 1 +murky/51 1 +Murmansk +murmur/23 1 +murmurer/1 1 +murmuring/1 1 +murmurous 1 +Murphy 1 +murrain/2 1 +Murray/2 1 +Murrow/3 +Murrumbidgee +mus/426 1 +muscat/1 1 +Muscat/2 1 +muscatel/1 1 +muscle/28 1 +musclebound +muscleman 1013 +musclemen 1014 +muscling 1 +muscly +Muscovite/2 1 +Muscovy/2 1 +muscular/8 1 +muscularity/2 1 +musculature/2 1 +muse/1 1 +Muse/2 1 +muse/6 1 +musette/1 1 +museum/1 1 +mush/22 1 +Musharraf/3 +musher/10 1 +mushroom/23 1 +mushy/50 1 +Musial/3 +music/18 1 +musical/30 1 +musicale/1 1 +musicality/2 1 +musician/1 1 +musicianly +musicianship/2 1 +musicological 1 +musicologist/1 1 +musicology/2 1 +musing/30 1 +musk/2 1 +muskeg/1 1 +muskellunge/1 1 +musket/1 1 +musketeer/1 1 +musketry/2 1 +muskie/41 1 +muskmelon/1 1 +Muskogee/2 1 +muskox/427 1 +muskrat/1 1 +musk 1 +musky/428 1 +Muslim/1 1 +muslin/2 1 +muss/22 1 +mussel/1 1 +Mussolini/2 1 +Mussorgsky +mussy/34 1 +must/91 1 +mustachio/1 1 +mustachioed +mustang/1 1 +mustard/2 1 +muster/23 1 +mustn't +musty/51 1 +mutability/2 1 +mutable/19 1 +mutagen/1 1 +mutant/1 1 +mutate/6 1 +mutation/1 1 +mutational 1 +mutative +mute/107 1 +muted 1 +mutilate/6 1 +mutilation/1 1 +mutilator/1 1 +mutineer/18 1 +mutinous/8 1 +mutiny/57 1 +Mutsuhito/3 +mutt/1 1 +mutter/23 1 +mutterer/1 1 +muttering/1 1 +mutton/2 1 +muttonchops +muttonchops's +mutual/8 1 +mutuality/2 1 +mutual 1 +muumuu/1 1 +muzak +Muzak 1 +muzzle/28 1 +muzzy/244 1 +MVP/2 1 +MW +my/10 1 +Myanmar/2 1 +Mycenae/2 1 +Mycenaean 1 +mycologist/1 1 +mycology/2 1 +myelitis/2 1 +Myers +Mylar/1 1 +Myles/3 +myna/1 1 +mynah/1 1 +myocardial +myopia/2 1 +myopically +myopic 1 +Myra/3 +Myrdal/3 +myriad/1 1 +myrmidon/1 1 +Myrna/3 +Myron +myrrh/2 1 +Myrtle/3 +myrtle/1 1 +myself 1 +Mysore +MySpace/3 +Myst/3 +mysterious/16 1 +mystery/167 1 +mystic/1 1 +mystical/8 1 +mysticism/2 1 +mystic 1 +mystification/2 1 +mystified 1 +mystify/31 1 +mystifying 1 +mystique/2 1 +myth/1 1 +mythical 1 +mythic 1 +mythological 1 +mythologist/1 1 +mythologize/6 1 +mythology/15 1 +myxomatosis 1 +n +N/2 1 +Na/2 1 +NAACP +naan/10 1 +nab/145 1 +Nabisco/3 +nabob/1 1 +Nabokov +nabs 1 +nacelle/1 1 +nacho/1 1 +nacre/2 1 +nacreous 1 +Nader +Nadia/3 +Nadine/3 +nadir/1 1 +nae 1 +naffer +naffest +naff 1 +NAFTA +nag/92 1 +Nagasaki/2 1 +nagger/1 1 +nagging 1 +Nagoya +Nagpur +nagware +nagwares +Nagy +nah +Nahuatl/1 1 +Nahum +naiad/1 1 +naif/1 1 +nail/23 1 +nailbrush/4 1 +nailing 1 +Naipaul/3 +Nair/3 +Nairobi/2 1 +Naismith/3 +naive/46 1 +naivete/2 1 +naive 1 +naivety/2 1 +naked/21 1 +Nam/3 +Namath/3 +name/28 1 +nameable 1 +namedrop/429 1 +namedropping/2 1 +namelessly +nameless 1 +namely 1 +nameplate/1 1 +namesake/1 1 +Namibia/2 1 +Namibian/1 1 +naming/10 1 +Nan/3 +nan/10 1 +Nanak +Nanchang +Nancy +Nanette/3 +Nanjing/2 1 +Nanking/1 1 +Nannie/3 +nanobot/10 1 +nanometre/10 1 +Nanook/3 +nanosecond/1 1 +nanotechnology/61 1 +Nansen +Nantes/3 +Nantucket/2 1 +nanny/167 1 +Naomi/2 1 +nap/48 1 +napalm/23 1 +nape/1 1 +Naphtali/3 +naphtha/2 1 +naphthalene/2 1 +Napier/2 1 +napkin/1 1 +Naples/2 1 +napless 1 +napoleon/1 1 +Napoleon/1 1 +Napoleonic 1 +napper/1 1 +nappy/42 1 +Napster/3 +narc/18 1 +narcissism/2 1 +narcissist/1 1 +narcissistic +narcissus/2 1 +Narcissus/2 1 +narcolepsy/2 1 +narcoleptic 1 +narcoses 1015 +narcosis/2 1016 +narcotic/1 1 +narcotization/2 1 +narcotize/6 1 +nark/23 1 +narky 1 +Narmada/3 +Narnia/3 +Narraganset 1 +Narragansett 1 +narrate/6 1 +narration/1 1 +narrative/1 1 +narratology 1 +narrator/1 1 +narrow/53 1 +narrowing 1 +narwhal/1 1 +nary 1 +NASA/2 1 +nasal/30 1 +nasality/2 1 +nasalization/2 1 +nasalize/6 1 +NASCAR/3 +nascence/2 1 +nascent 1 +NASDAQ/2 1 +Nash +Nashua +Nashville/2 1 +Nassau/2 1 +Nasser/2 1 +nasturtium/1 1 +nasty/51 1 +Nat/3 +Natalia/3 +Natalie/3 +natal 1 +Natasha/3 +Natchez +natch 1 +Nate/3 +Nathan +Nathaniel/3 +Nathans +nation/1 1 +national/30 1 +nationalism/2 1 +nationalist/1 1 +nationalistic/39 1 +nationality/15 1 +nationalization/1 1 +nationalize/6 1 +nationhood/2 1 +Nation 1 +nationwide +Nationwide/3 +native/1 1 +nativity/15 1 +Nativity/2 1 +natl +NATO/2 1 +natter/23 1 +natural/36 1 +naturalism/2 1 +naturalist/1 1 +naturalistic 1 +naturalization/2 1 +naturalize/6 1 +Nature +nature/18 1 +naturism 1 +naturist/10 1 +natty/51 1 +Naugahyde 1 +naughty/51 1 +Nauru/2 1 +nausea/2 1 +nauseate/6 1 +nauseating/8 1 +nauseous/16 1 +nautical/8 1 +nautilus/4 1 +Nautilus 1 +Navaho/2 1 +Navajo/72 1 +naval 1 +Navarre +Navarro/3 +nave/1 1 +navel/1 1 +navigability/2 1 +navigable 1 +navigate/6 1 +navigation/2 1 +navigational +navigator/1 1 +Navratilova/3 +navvy/430 1 +navy/15 1 +Navy 1 +nay/1 1 +naysayer/1 1 +nay 1 +Nazarene 1 +Nazareth +Nazca +Nazi/1 1 +Naziism/1 1 +Nazism/1 1 +Nazi 1 +NB +Nb/2 1 +NBA +NBC +NBS +NC +NCAA +NCO +ND +Nd/2 1 +N'Djamena +Ndjamena/2 1 +Ne/2 1 +NE/2 1 +Neal/3 +neanderthal/1 1 +Neanderthal/1 1 +neap/18 1 +Neapolitan 1 +neap 1 +near/431 1 +nearby 1 +nearside 1 +nearsighted/33 1 +nearsightedly +neat/21 1 +neaten/11 1 +neath +neat 1 +Neb +Nebr +Nebraska/2 1 +Nebraskan/1 1 +Nebuchadnezzar 1 +nebula/54 1 +nebular +nebulosity 1 +nebulous/16 1 +necessary/208 1 +necessitate/6 1 +necessitous 1 +necessity/15 1 +neck/23 1 +neckband/10 1 +neckerchief/1 1 +necking/2 1 +necklace/28 1 +necklacings +neckline/1 1 +necktie/1 1 +necrology/2 1 +necromancer/1 1 +necromancy/2 1 +necromantic +necrophiliac/10 1 +necrophilia 1 +necropolis/4 1 +necropsy 1 +necroses 1017 +necrosis/2 1018 +necrotic +nectar/2 1 +nectarine/1 1 +Ned/3 +need/23 1 +needful/8 1 +needle/28 1 +needlecraft 1 +needlepoint/2 1 +needless/8 1 +needlessness/3 +needless 1 +needlewoman/2 1019 +needlewomen 1020 +needlework/2 1 +needling 1 +needn't +needy/50 1 +ne'er +nee 1 +nefarious/16 1 +Nefertiti +negate/6 1 +negation/1 1 +negative/209 1 +negativism/2 1 +negativity/2 1 +Negev/2 1 +neglect/23 1 +neglected 1 +neglectful/16 1 +neglige/1 1 +negligee/1 1 +negligence/2 1 +negligent/8 1 +negligibility 1 +negligible/19 1 +negotiability/2 1 +negotiable 1 +negotiate/6 1 +negotiation/1 1 +negotiator/1 1 +Negress/4 1 +negritude/2 1 +Negritude 1 +Negro/4 1 +Negroid/1 1 +negroid 1 +Negros +negro 1 +neg 1 +NEH +Nehemiah +Nehru/2 1 +neigh/23 1 +neighbour/212 1 +neighbourhood/1 1 +neighbourly/140 1 +Neil/3 +neither 1 +Nelda/3 +Nell/3 +Nellie/3 +Nelsen/3 +Nelson +nelson/1 1 +Nelly/3 +nematode/1 1 +Nembutal/2 1 +nemeses 1021 +Nemesis/2 1 +nemesis/2 1022 +neoclassic +neoclassical +neoclassicism/2 1 +neocolonialism/2 1 +neocolonialist/1 1 +neoconservative/1 1 +neodymium/2 1 +Neogene +neolithic +Neolithic +neologism/1 1 +neon/2 1 +neonatal 1 +neonate/1 1 +neophilia/10 1 +neophyte/1 1 +neoplasm/1 1 +neoplastic +neoprene/2 1 +Nepal/2 1 +Nepalese/2 1 +Nepali/1 1 +nepenthe/2 1 +nephew/1 1 +nephrite/2 1 +nephritic +nephritis/2 1 +nepotism/2 1 +nepotist/1 1 +nepotistic +Neptune/2 1 +neptunium/2 1 +nerd/1 1 +nerdy/34 1 +Nereid/2 1 +Nerf +Nero +Neruda +nerve/28 1 +nerveless/16 1 +nerving 1 +nervous/16 1 +nervy/50 1 +Nescafe/3 +Nesselrode 1 +nest/23 1 +nestable +Nestle/3 +nestle/43 1 +nestling/1 1 +Nestor/2 1 +Nestorius +net/407 1 +netball 1 +Netherlander/1 1 +Netherlands +nethermost +nether 1 +netherworld/2 1 +netiquette/10 1 +Netscape/2 1 +nett/432 1 +netter/10 1 +Nettie/3 +netting/2 1 +nettle/28 1 +nettlesome +nettling 1 +nett 1 +network/23 1 +networking/2 1 +Netzahualcoyotl/3 +neuralgia/2 1 +neuralgic +neural 1 +neurally 1 +neurasthenia/2 1 +neurasthenic/1 1 +neuritic/1 1 +neuritis/2 1 +neurobiology 1 +neurological +neurologically +neurologist/1 1 +neurology/2 1 +neuron/1 1 +neuronal +neurone/10 1 +neurophysiology 1 +neuroscience 1 +neuroses 1023 +neurosis/2 1024 +neurosurgeon/1 1 +neurosurgery/2 1 +neurotic/52 1 +neurotransmitter/1 1 +neut +neuter/23 1 +neutral/30 1 +neutralism/2 1 +neutralist/1 1 +neutrality/2 1 +neutralization/2 1 +neutralize/6 1 +neutralizer/1 1 +neutrino/1 1 +neutron/1 1 +Nev +Neva +Nevada/2 1 +Nevadan/1 1 +Nevadian 1 +nevermore +nevertheless +never 1 +Nevis/2 1 +nevi 1025 +Nevsky/3 +nevus/2 1026 +new/433 1 +Newark/2 1 +newbie/1 1 +newborn/1 1 +Newcastle/2 1 +newcomer/1 1 +newel/1 1 +newfangled 1 +Newfoundland/1 1 +Newfoundlander 1 +newish +newline/10 1 +newlywed/1 1 +Newman +Newport/2 1 +new's +news/2 1 +NeWS/89 1 +newsagent/10 1 +newsboy/1 1 +newscast/18 1 +newscaster/1 1 +newsdealer/1 1 +newsflash/89 1 +newsgirl/1 1 +newsgroup/1 1 +newshound/10 1 +newsletter/1 1 +newsman/2 1027 +newsmen 1028 +newspaper/18 1 +newspaperman/2 1029 +newspapermen 1030 +newspaperwoman/2 1031 +newspaperwomen 1032 +newsprint/2 1 +newsreader/10 1 +newsreel/1 1 +newsroom/1 1 +newsstand/1 1 +news 1 +Newsweek/3 +newsweeklies +newsweekly/3 +newswoman/2 1033 +newswomen 1034 +newsworthy/50 1 +newsy/34 1 +newt/1 1 +newton/1 1 +Newton/2 1 +Newtonian/2 1 +Nexis +next's +next 1 +nexus/4 1 +NF +NFC +NFL +Ngaliema/3 +Nguyen/3 +NH +NHL +niacin/2 1 +Niagara/2 1 +Niamey/2 1 +nib/18 1 +nibble/28 1 +nibbler/1 1 +nibbling 1 +Nibelung 1 +Nicaea +Nicaragua/2 1 +Nicaraguan/1 1 +Niccolo/3 +nice/27 1 +Nice/2 1 +Nicene +nicety/15 1 +niche/18 1 +Nichiren/3 +Nicholas +Nichole/3 +Nichols +Nicholson +Nick/3 +nick/23 1 +nickel/18 1 +Nickelodeon/3 +nickelodeon/1 1 +nickel 1 +nicker/23 1 +Nicklaus +nickle/59 1 +nicknack/1 1 +nickname/28 1 +Nickolas +Nicobar/3 +Nicodemus +Nicola/1 1 +Nicole/3 +Nicosia/2 1 +nicotine/2 1 +Niebuhr/3 +niece/1 1 +Nielsen +Nietzsche +Nieves/3 +niff 1 +niffy 1 +niftily +nifty/34 1 +Nigel/3 +Niger/2 1 +Nigeria/2 1 +Nigerian/1 1 +Nigerien/2 1 +niggard/164 1 +niggardly/140 1 +nigger/434 1 +niggle/6 1 +niggler/1 1 +niggle's +niggling 1 +nigh/166 1 +night/1 1 +nightcap/1 1 +nightclothes/2 1 +nightclub/136 1 +nightdress/4 1 +nightfall/2 1 +nightgown/1 1 +nighthawk/1 1 +nightie/1 1 +nightingale/1 1 +Nightingale/2 1 +nightlife/2 1 +nightlight/10 1 +nightlong 1 +nightly 1 +nightmare/1 1 +nightmarish 1 +nightshade/1 1 +nightshirt/1 1 +nightspot/1 1 +nightstand/1 1 +nightstick/1 1 +nigh 1 +nighttime/2 1 +night 1 +nightwatchman +nightwatchmen +nightwear/2 1 +nighty/15 1 +NIH +nihilism/2 1 +nihilist/1 1 +nihilistic +Nijinsky +Nike/2 1 +Nikita/3 +Nikkei +Nikki/3 +Nikolai/3 +Nikolayev +Nikon/3 +nil/2 1 +Nile/2 1 +nil 1 +nimbi 1035 +nimble/291 1 +nimbus/2 1036 +NIMBY +nimby 1 +Nimitz +nimrod/1 1 +Nimrod 1 +Nina/2 1 +nincompoop/1 1 +nine/1 1 +ninepence 1 +ninepin/130 1 +nineteen/1 1 +nineteenth/1 1 +ninetieth/1 1 +nine 1 +ninety/15 1 +Nineveh/2 1 +ninja/1 1 +Nintendo +ninth/1 1 +ninny/15 1 +Niobe +niobium/2 1 +nip/48 1 +nipper/18 1 +nippiness/3 +nipping 1 +nipple/18 1 +Nippon/2 1 +Nipponese/2 1 +nippy/34 1 +Nirenberg/3 +nirvana/2 1 +Nirvana 1 +Nisan/2 1 +nisei/2 1 +Nisei 1 +Nissan/2 1 +Ni 1037 +nit/1 1 +Nita/3 +nite/1 1 +nitpick/11 1 +nitpicker/1 1 +nitpicking/2 1 +nitrate/28 1 +nitration/2 1 +nitre/2 1 +nitric 1 +nitride/59 1 +nitrification/2 1 +nitrite/1 1 +nitrocellulose/2 1 +nitrogen/2 1 +nitrogenous +nitroglycerin/2 1 +nitroglycerine/2 1 +nitrous 1 +nitwit/1 1 +Nivea/3 +nix/22 1 +Nixon/2 1 +nix 1 +NJ +Nkrumah +NLRB +NM +No/2 1038 +no/72 1 +Noah/2 1 +nob/10 1 +nobble/6 1 +Nobel +Nobelist/1 1 +nobelium/2 1 +nobility/2 1 +Noble/3 +noble/435 1 +nobleman/2 1039 +noblemen 1040 +nobles 1 +noblewoman/2 1041 +noblewomen 1042 +nobody/15 1 +nocturnal/8 1 +nocturne/1 1 +nod/113 1 +nodal 1 +nodding 1 +noddle/18 1 +noddy 1 +node/1 1 +NoDoz/3 +nodular +nodule/1 1 +Noe/3 +noel/1 1 +Noel/1 1 +Noelle/3 +Noemi/2 1 +noes 1 +noggin/1 1 +Noh +nohow 1 +noise/28 1 +noiseless/16 1 +noisemaker/1 1 +noisome 1 +noisy/51 1 +Nokia/3 +Nola/3 +Nolan/3 +nomad/1 1 +nomadic 1 +Nome +nomenclature/1 1 +nominal/8 1 +nominate/6 1 +nomination/1 1 +nominative/1 1 +nominator/1 1 +nominee/1 1 +Nona/2 1 +nonabrasive 1 +nonabsorbent/1 1 +nonacademic 1 +nonacceptance/2 1 +nonacid 1 +nonactive/1 1 +nonaddictive +nonadhesive 1 +nonadjacent 1 +nonadjustable 1 +nonadministrative 1 +nonage/1 1 +nonagenarian/1 1 +nonaggression/2 1 +nonalcoholic 1 +nonaligned +nonalignment/2 1 +nonallergic +nonappearance/1 1 +nonassignable 1 +nonathletic 1 +nonattendance/2 1 +nonautomotive +nonavailability/2 1 +nonbasic +nonbeliever/1 1 +nonbelligerent/1 1 +nonbinding 1 +nonbreakable +nonburnable +noncaloric +noncancerous +nonce/2 1 +nonchalance/2 1 +nonchalant/8 1 +nonchargeable +nonclerical/1 1 +nonclinical 1 +noncollectable +noncom/1 1 +noncombat +noncombatant/1 1 +noncombustible 1 +noncommercial/1 1 +noncommittal +noncommittally +noncommunicable +noncompeting +noncompetitive 1 +noncompliance/2 1 +noncomplying 1 +noncomprehending 1 +nonconducting +nonconductor/1 1 +nonconforming +nonconformism 1 +nonconformist/1 1 +nonconformity/2 1 +nonconsecutive 1 +nonconstructive 1 +noncontagious 1 +noncontinuous 1 +noncontributing +noncontributory 1 +noncontroversial 1 +nonconvertible 1 +noncooperation/2 1 +noncorroding 1 +noncorrosive 1 +noncredit +noncriminal/1 1 +noncritical 1 +noncrystalline +noncumulative 1 +noncustodial +nondairy 1 +nondeductible/2 1 +nondelivery/15 1 +nondemocratic +nondenominational 1 +nondepartmental 1 +nondepreciating +nondescriptly +nondescript 1 +nondestructive 1 +nondetachable +nondisciplinary +nondisclosure/2 1 +nondiscrimination/2 1 +nondiscriminatory +nondramatic 1 +nondrinker/1 1 +nondrying 1 +noneducational 1 +noneffective 1 +nonelastic 1 +nonelectrical 1 +nonelectric 1 +nonempty +nonenforceable +nonentity/15 1 +nonequivalent/1 1 +nonessential 1 +nonesuch/4 1 +nonetheless +none 1 +nonevent/1 1 +nonexchangeable +nonexclusive +nonexempt/2 1 +nonexistence/2 1 +nonexistent +nonexplosive/1 1 +nonfactual 1 +nonfading +nonfatal 1 +nonfattening +nonfat 1 +nonferrous +nonfiction/2 1 +nonfictional +nonflammable +nonflowering +nonfluctuating +nonflying 1 +nonfood/2 1 +nonfreezing +nonfunctional 1 +nongovernmental +nongranular +nonhazardous 1 +nonhereditary 1 +nonhuman +nonidentical +noninclusive 1 +nonindependent 1 +nonindustrial 1 +noninfectious 1 +noninflammatory +noninflationary +noninflected +nonintellectual/1 1 +noninterchangeable 1 +noninterference/2 1 +nonintervention/2 1 +nonintoxicating 1 +noninvasive +nonirritating +nonjudgmental +nonjudicial 1 +nonlegal +nonlethal 1 +nonlinear +nonliterary 1 +nonliving/2 1 +nonmagnetic +nonmalignant 1 +nonmember/1 1 +nonmetal/1 1 +nonmetallic +nonmigratory +nonmilitant 1 +nonmilitary 1 +nonnarcotic/1 1 +nonnative/1 1 +nonnegotiable +nonnuclear +nonnumerical 1 +nonobjective +nonobligatory 1 +nonobservance/2 1 +nonobservant 1 +nonoccupational +nonoccurrence/2 1 +nonofficial 1 +nonoperational +nonoperative +nonparallel/1 1 +nonparametric +nonpareil/1 1 +nonparticipant/1 1 +nonparticipating +nonpartisan/1 1 +nonpaying +nonpayment/1 1 +nonperformance/2 1 +nonperforming +nonperishable 1 +nonperson/1 1 +nonphysical/8 1 +nonplus/436 1 +nonpoisonous 1 +nonpolitical 1 +nonpolluting +nonporous +nonpracticing +nonprejudicial 1 +nonprescription +nonproductive 1 +nonprofessional/1 1 +nonprofit/1 1 +nonprofitable 1 +nonproliferation/2 1 +nonpublic +nonpunishable +nonracial 1 +nonradioactive +nonrandom 1 +nonreactive +nonreciprocal/1 1 +nonreciprocating +nonrecognition/2 1 +nonrecoverable +nonrecurring +nonredeemable +nonrefillable +nonrefundable +nonreligious 1 +nonrenewable +nonrepresentational +nonresident/1 1 +nonresidential +nonresidual/2 1 +nonresistance/2 1 +nonresistant 1 +nonrestrictive +nonreturnable/1 1 +nonrhythmic 1 +nonrigid +nonsalaried +nonscheduled +nonscientific 1 +nonscoring +nonseasonal 1 +nonsectarian +nonsecular +nonsegregated +nonsense/1 1 +nonsensical/8 1 +nonsensitive 1 +nonsexist +nonsexual 1 +nonskid 1 +nonslip 1 +nonsmoker/1 1 +nonsmoking +nonsocial 1 +nonspeaking +nonspecialist/1 1 +nonspecializing +nonspecific 1 +nonspiritual/1 1 +nonstaining +nonstandard +nonstarter/1 1 +nonstick 1 +nonstop 1 +nonstrategic +nonstriking +nonstructural 1 +nonsuccessive 1 +nonsupport/2 1 +nonsupporting +nonsurgical 1 +nonsustaining +nonsympathizer/2 1 +nontarnishable +nontaxable 1 +nontechnical 1 +nontenured +nontheatrical 1 +nonthinking 1 +nonthreatening 1 +nontoxic 1 +nontraditional 1 +nontransferable +nontransparent 1 +nontrivial +nontropical 1 +non 1 +nonuniform +nonunion 1 +nonuser/1 1 +nonvenomous 1 +nonverbal 1 +nonviable 1 +nonviolence/2 1 +nonviolent/8 1 +nonvirulent 1 +nonvocal 1 +nonvocational 1 +nonvolatile +nonvoter/1 1 +nonvoting +nonwhite/1 1 +nonworking +nonzero +nonyielding +noodle/28 1 +nook/1 1 +nookie 1 +nooky 1 +noon/18 1 +noonday/2 1 +noontide/2 1 +noontime/2 1 +noon 1 +noose/18 1 +Nootka/2 1 +nope 1 +nor +Nora/3 +NORAD/3 +noradrenaline 1 +noradrenalin 1 +Norbert/3 +Norberto/3 +Nordic/1 1 +nor'easter +Noreen/3 +Norfolk/2 1 +Noriega/3 +norm/63 1 +Norma +normal/30 1 +normalcy/2 1 +normality/2 1 +normalizable +normalization/1 1 +normalize/6 1 +normalizer/10 1 +Norman/1 1 +Normand/3 +Normandy/2 1 +Norman 1 +normative 1 +Norplant 1 +Norris +Norse/2 1 +Norseman/2 1043 +Norsemen 1044 +Norse 1 +north/44 1 +North/1 1 +north/2 1 +Northampton +northbound 1 +northeast/44 1 +Northeast/1 1 +northeast/2 1 +northeaster/1 1 +northeasterly +northeastern +northeastward/10 1 +norther/1 1 +northerlies +northerly's +northerly 1 +northern/44 1 +Northern/2 1 +northerner/1 1 +Northerner/2 1 +northernmost +northern 1 +northmen +Northrop/3 +Northrup/3 +North 1 +northward/10 1 +northwest/44 1 +Northwest/1 1 +northwest/2 1 +northwester/1 1 +northwesterly +northwestern +northwestward/10 1 +Norton/3 +Norw +Norway/2 1 +Norwegian/1 1 +Norwich +nos/207 1 +nose/28 1 +nosebag/10 1 +nosebleed/1 1 +nosecone/1 1 +nosedive/6 1 +nosedive's +nosegay/1 1 +nosey 1045 +Nosferatu/3 +nosh/22 1 +nosher/1 1 +nosier 1046 +nosiest 1046 +nosily +nosiness +nosiness's +nosing 1 +nostalgia/2 1 +nostalgic/39 1 +Nostradamus +nostril/1 1 +nostrum/1 1 +notability/15 1 +notable/82 1 +notarial 1 +notarization/2 1 +notarize/6 1 +notary/15 1 +notate/6 1 +notation/1 1 +notational +notationally +notch/22 1 +notching 1 +note/28 1 +notebook/1 1 +noted 1 +notelet/10 1 +notepad/10 1 +notepaper/2 1 +noteworthy/140 1 +nothing/1 1 +nothingness/3 +nothing 1 +notice/28 1 +noticeable/19 1 +noticeboard +noticeboards +notifiable +notification/1 1 +notifier/1 1 +notify/31 1 +notion/1 1 +notional/8 1 +notoriety/2 1 +notorious/8 1 +no 1 +Nottingham +not 1 +notwithstanding +notwork/10 1 +Nouakchott/2 1 +nougat/1 1 +nought/1 1 +Noumea/3 +noun/1 1 +nounal +nourish/7 1 +nourishing 1 +nourishment/2 1 +nous 1 +Nov/2 1 +Nova +nova/58 1 +Novartis/3 +nova's 1047 +nova 1048 +novel/1 1 +novelette/1 1 +novelist/1 1 +novelistic 1 +novelization/1 1 +novelize/6 1 +novella/1 1 +novel 1 +novelty/15 1 +November/1 1 +novena/58 1 +Novgorod +novice/1 1 +novitiate/1 1 +Novocain/1 1 +Novocaine +Novokuznetsk +Novosibirsk/2 1 +NOW +now/2 1 +nowadays/2 1 +noway/10 1 +nowhere/2 1 +nowise 1 +now 1 +nowt 1 +noxious/83 1 +Noxzema/3 +Noyce/3 +Noyes/3 +nozzle/1 1 +NP +Np/2 1 +NPR +NR +NRA +NRC +NS +NSC +NSF +NT +nth 1 +nu/1 1 +nuance/1 1 +nuanced 1 +nub/1 1 +nubbin/1 1 +nubby/34 1 +Nubia +Nubian 1 +nubile 1 +nuclear 1 +nuclease 1 +nucleate/6 1 +nucleation/2 1 +nucleic +nuclei 1049 +nucleoli 1050 +nucleolus/2 1051 +nucleon/1 1 +nucleotide/10 1 +nucleus/2 1052 +nude/41 1 +nudge/28 1 +nudism/2 1 +nudist/1 1 +nudity/2 1 +nugatory +nugget/1 1 +nuisance/1 1 +nuke/28 1 +Nukualofa +null/59 1 +nullification/2 1 +nullify/31 1 +nullity/2 1 +null 1 +numb/98 1 +number/23 1 +numberings +numberless 1 +numberplate 1 +Numbers/2 1 +numbers/89 1 +numbing/8 1 +numbskull/1 1 +numerable +numeracy/2 1 +numeral/1 1 +numerate/6 1 +numeration/1 1 +numerator/1 1 +numerical/8 1 +numeric 1 +numerological +numerologist/1 1 +numerology/2 1 +numerous/8 1 +numinous 1 +numismatic/32 1 +numismatist/1 1 +numskull/1 1 +nun/1 1 +Nunavut/3 +nuncio/1 1 +Nunez/3 +Nunki/3 +nunnery/15 1 +nuptial/1 1 +Nuremberg +Nureyev +nurse/28 1 +nurseling/1 1 +nursemaid/18 1 +nurser/1 1 +nursery/15 1 +nurseryman/2 1053 +nurserymen 1054 +nursing/2 1 +nursling/1 1 +nurture/28 1 +nurturer/1 1 +nut/109 1 +nutation 1 +nutcase/10 1 +nutcracker/1 1 +nuthatch/4 1 +nuthouse/10 1 +nutmeat/1 1 +nutmeg/18 1 +nutpick/1 1 +NutraSweet/3 +nutria/1 1 +nutrient/1 1 +nutriment/1 1 +nutrition/2 1 +nutritional/8 1 +nutritionist/1 1 +nutritious/16 1 +nutritive 1 +nutshell/1 1 +nutter/10 1 +nutting 1 +nutty/50 1 +nuzzle/6 1 +nuzzler/1 1 +nuzzle's +NV +NW/2 1 +NWT +NZ +NY +Nyasa/3 +nybble/43 1 +NYC +Nyerere/3 +nyetwork/10 1 +nylon/130 1 +nymph/1 1 +nymphet/1 1 +nympho/10 1 +nympholepsy 1 +nymphomania/2 1 +nymphomaniac/1 1 +NyQuil/3 +NYSE +o +O/1 1 +oaf/1 1 +oafish/8 1 +oafishness/3 +Oahu/2 1 +oak/1 1 +oaken 1 +Oakland/2 1 +Oakley +oak 1 +oakum/2 1 +oar/23 1 +oarlock/1 1 +oarsman/2 1055 +oarsmen 1056 +oarswoman/2 1057 +oarswomen 1058 +OAS/2 1 +oases 1059 +oasis/2 1060 +oat/130 1 +oatcake/1 1 +oaten 1 +Oates +oath/1 1 +oatmeal/2 1 +Oaxaca/2 1 +ob +OB +Ob/2 1 +Obadiah +Obama/3 +obbligato/1 1 +obduracy/2 1 +obdurate/8 1 +obdurateness/3 +obdurate 1 +obedience/2 1 +obedient/8 1 +obeisance/1 1 +obeisant 1 +obelisk/1 1 +Oberlin/3 +Oberon +obese 1 +obesity/2 1 +obey/11 1 +obfuscate/6 1 +obfuscation/1 1 +obfuscatory +obi/18 1 +obis 1 +obit/1 1 +obituary/15 1 +obj +object/23 1 +objectification 1 +objectify/31 1 +objection/1 1 +objectionable/56 1 +objective/36 1 +objectivity/2 1 +objectless 1 +objector/1 1 +objurgate/6 1 +objurgation/1 1 +oblate 1 +oblation/1 1 +obligate/6 1 +obligation/1 1 +obligatory/213 1 +oblige/6 1 +obliged 1 +obliging/8 1 +oblique/437 1 +obliquity/2 1 +obliterate/6 1 +obliteration/2 1 +oblivion/2 1 +oblivious/16 1 +oblong/1 1 +obloquy/2 1 +obnoxious/16 1 +oboe/1 1 +oboist/1 1 +O'Brien +obs +obscene/46 1 +obscenity/15 1 +obscurantism/2 1 +obscurantist/1 1 +obscuration 1 +obscure/438 1 +obscurement 1 +obscurer 1 +obscurity/15 1 +obsequious/16 1 +obsequy/15 1 +observability 1 +observable/269 1 +observance/1 1 +observant/8 1 +observation/1 1 +observational +observationally +observatory/15 1 +observe/6 1 +observed 1 +observer/1 1 +observing 1 +obsess/7 1 +obsession/1 1 +obsessional/8 1 +obsessive/36 1 +obsidian/2 1 +obsolesce/6 1 +obsolescence/2 1 +obsolescent 1 +obsolete/6 1 +obstacle/1 1 +obstetric/32 1 +obstetrical 1 +obstetrician/1 1 +obstinacy/2 1 +obstinate/8 1 +obstreperous/16 1 +obstruct/11 1 +obstructed 1 +obstruction/1 1 +obstructionism/2 1 +obstructionist/1 1 +obstructive/16 1 +obtain/11 1 +obtainable +obtainment/2 1 +obtrude/6 1 +obtruding 1 +obtrusion/2 1 +obtrusive/16 1 +obtuse/27 1 +obverse/1 1 +obviate/6 1 +obviation/2 1 +obvious/16 1 +ocarina/1 1 +O'Casey +Occam +occasion/23 1 +occasional/8 1 +occidental/1 1 +Occidental/1 1 +occidental 1 +Occident 1 +occipital 1 +occlude/6 1 +occlusion/1 1 +occlusive 1 +occult/18 1 +occultism/2 1 +occultist/1 1 +occult 1 +occupancy/15 1 +occupant/1 1 +occupation/1 1 +occupational/8 1 +occupier/1 1 +occupy/31 1 +occur/13 1 +occurrence/1 1 +ocean/1 1 +oceanfront/1 1 +oceangoing +Oceania/2 1 +oceanic/2 1 +oceanographer/1 1 +oceanographic +oceanography/2 1 +oceanology/2 1 +Oceanside +Oceanus/2 1 +ocelot/1 1 +Ochoa/3 +ochre/18 1 +och 1 +ocker/10 1 +o'clock +O'Connell +O'Connor +OCR +Oct/2 1 +octagon/1 1 +octagonal 1 +octahedral +octahedron 1 +octal 1 +octane/1 1 +octant 1 +octave/1 1 +Octavia +Octavian/2 1 +Octavio/3 +octavo/1 1 +octet/1 1 +octette/1 1 +October/1 1 +octogenarian/1 1 +octopus/4 1 +ocular/1 1 +oculist/1 1 +OD/1 1 +odalisque/1 1 +odd/439 1 +oddball/1 1 +oddity/15 1 +oddment/1 1 +ode/1 1 +Odell/3 +Oder/2 1 +Odessa/2 1 +Odets +Odin/2 1 +odious/16 1 +Odis/3 +odium/2 1 +Odom/3 +odometer/1 1 +O'Donnell +odoriferous 1 +odorous +odour/1 1 +odoured +odourless 1 +Odysseus/2 1 +odyssey/1 1 +Odyssey/2 1 +OE +oecumenism +oecus +OED +oedema/1 1 +oedipal +Oedipal +Oedipus/2 1 +oenology/2 1 +oenophile/1 1 +oer +o'er +Oersted/3 +oesophagus/4 1 +oestrogen/2 1 +oestrous +oestrus/4 1 +oeuvre/1 1 +of +Ofelia/3 +off/419 1 +offal/2 1 +offbeat/1 1 +offcuts +Offenbach +offence/1 1 +offend/11 1 +offended 1 +offender/1 1 +offensive/36 1 +offer/23 1 +offering/1 1 +offertory/15 1 +offhanded/8 1 +offhandedness/3 +offhand 1 +office/1 1 +officeholder/1 1 +OfficeMax/3 +officer/18 1 +officership +officerships +official/30 1 +officialdom/2 1 +officialese 1 +officialism/2 1 +officialness +officiant/1 1 +officiate/6 1 +officiator/1 1 +officious/16 1 +offing/1 1 +offish 1 +offline 1 +offload/11 1 +offprint/18 1 +offset/128 1 +offshoot/1 1 +offshore 1 +offside 1 +offspring/2 1 +offstage/10 1 +offtrack 1 +oft/166 1 +often/166 1 +oftentimes +ofttimes +Ogbomosho +Ogden/3 +Ogilvy/3 +ogle/28 1 +ogler/1 1 +Oglethorpe +ogling 1 +ogre/1 1 +ogreish 1 +ogres/9 1 +ogress/4 1 +ogrish +OH +oh/1 1 +O'Hara +O'Higgins +Ohio/2 1 +Ohioan/1 1 +ohm/1 1 +ohmic 1 +ohmmeter/1 1 +oho 1 +OHSA/3 +oik/10 1 +oil/23 1 +oilcan/10 1 +oilcloth/1 1 +oilfield/10 1 +oiling 1 +oilman 1061 +oilmen 1062 +oilseed 1 +oilskin/130 1 +oily/50 1 +oink/23 1 +ointment/1 1 +Oise/3 +oi 1063 +OJ +Ojibwa/1 1 +Ojibway/1 1 +OK/1 1 +okapi/1 1 +okay/86 1 +Okayama +okay 1 +Okeechobee +O'Keeffe +Okefenokee +Okhotsk +Okinawa/2 1 +Okinawan 1 +Okla +Oklahoma/2 1 +Oklahoman 1 +okra/1 1 +Oktoberfest 1 +OK 1 +Ola/3 +Olaf/3 +Olajuwon/3 +Olav/3 +old/189 1064 +olde +Oldenburg +olden 1 +Oldfield/3 +oldie/1 1 +oldish 1 +Oldsmobile/3 +oldster/1 1 +Olduvai/3 +ole/1 1 +oleaginous 1 +oleander/1 1 +olefin 1 +Olen/3 +Olenek/3 +oleo/2 1 +oleomargarin/2 1 +oleomargarine/2 1 +olfactory/15 1 +Olga/3 +oligarch/1 1 +oligarchic +oligarchical 1 +oligarchy/15 1 +Oligocene/2 1 +oligopolies +oligopoly/3 +Olin/3 +Olive/3 +olive/1 1 +Oliver +olive 1 +Olivetti/3 +Olivia/3 +Olivier +olivine 1 +Ollie/3 +Olmec 1 +Olmsted/3 +Olsen/3 +Olson/3 +Olympia/1 1 +Olympiad/1 1 +Olympian/1 1 +Olympic/10 1 +Olympus/2 1 +om/1 1 +Omaha/1 1 +Oman/2 1 +Omani/1 1 +Omar/3 +Omayyad 1 +OMB/2 1 +ombudsman/2 1065 +ombudsmen 1066 +Omdurman/2 1 +omega/1 1 +omelet/1 1 +omen/18 1 +omicron/1 1 +ominous/16 1 +omission/1 1 +omit/12 1 +omnibus/4 1 +omnidirectional +omnipotence/2 1 +Omnipotent +omnipotent 1 +omnipresence/2 1 +omnipresent +omniscience/2 1 +omniscient 1 +omnivore/1 1 +omnivorous/16 1 +Omsk/2 1 +ON +on/440 1 +Onassis +once/2 1 +oncogene/1 1 +oncogenes 1 +oncologist/1 1 +oncology/2 1 +oncoming 1 +one/20 1 +Oneal/3 +Onega +Onegin/3 +Oneida/1 1 +O'Neil +O'Neill +onerous/16 1 +oneself 1 +onetime +ongoing 1 +Onion/3 +onion/18 1 +onionskin/2 1 +online 1 +onlooker/1 1 +onlooking +Ono/3 +onomatopoeia/2 1 +onomatopoeic +onomatopoetic 1 +Onondaga/1 1 +onrush/4 1 +onrushing +Onsager/3 +onscreen +onset/18 1 +onshore 1 +onside 1 +onslaught/1 1 +onstage 1 +Ont +Ontarian 1 +Ontario/2 1 +onto +ontogeny/2 1 +ontological +ontologically +ontology/2 1 +on 1067 +onus/4 1 +onward/10 1 +onyx/4 1 +oodles/2 1 +ooh/11 1 +oolitic +oomph 1 +oops 1 +Oort/3 +ooze/28 1 +oozy/34 1 +op/1 1 +opacity/2 1 +Opal/3 +opal/1 1 +opalescence/2 1 +opalescent +opaque/441 1 +ope/6 1 +OPEC/2 1 +Opel/3 +open/53 1 +opencast +opener/1 1 +openhanded/33 1 +openhearted +opening/1 1 +openwork/2 1 +opera/1 1 +operable 1 +operand/10 1 +opera's 1068 +opera 1069 +operate/6 1 +operatically +operatic 1 +operation/1 1 +operational/8 1 +operative/1 1 +operator/1 1 +operetta/1 1 +ope 1 +Ophelia/3 +Ophiuchus +ophthalmic +ophthalmics +ophthalmologist/1 1 +ophthalmology/2 1 +opiate/18 1 +opine/6 1 +opinion/1 1 +opinionated 1 +opioid 1 +opium/2 1 +opossum/1 1 +opp +Oppenheimer/2 1 +opponent/1 1 +opportune/8 1 +opportunism/2 1 +opportunist/1 1 +opportunistic/39 1 +opportunity/15 1 +oppose/6 1 +opposing 1 +opposite/30 1 +opposition/1 1 +oppositional +oppress/7 1 +oppression/1 1 +oppressive/16 1 +oppressor/1 1 +opprobrious/8 1 +opprobrium/2 1 +Oprah/3 +opt/11 1 +optic/130 1 +optical/8 1 +optician/1 1 +optic 1 +optimal/8 1 +optimality 1 +optima 1070 +optimism/1 1 +optimist/1 1 +optimistic/39 1 +optimization/1 1 +optimize/6 1 +optimizer/10 1 +optimum/1 1071 +option/23 1 +optional/8 1 +optionality 1 +optional 1 +optoelectronic 1 +optometrist/1 1 +optometry/2 1 +opulence/2 1 +opulent/8 1 +opus/4 1072 +OR +Ora/3 +Oracle/3 +oracle/18 1 +oracular 1 +oral/30 1 +Oran/2 1 +Orange +orange/442 1 +orangeade/1 1 +orangery/15 1 +orangutan/1 1 +orangutang/1 1 +Oranjestad/3 +orate/6 1 +oration/1 1 +orator/1 1 +oratorical/8 1 +oratorio/1 1 +oratory/15 1 +orb/18 1 +orbicular 1 +Orbison/3 +orbit/23 1 +orbital/1 1 +orbiter/1 1 +orchard/1 1 +orchestra/1 1 +orchestral 1 +orchestrate/6 1 +orchestration/1 1 +orchestrator 1 +orchid/1 1 +ordain/11 1 +ordainment/2 1 +ordeal/1 1 +order/23 1 +ordering/10 1 +orderless 1 +orderlies +orderly/140 1 +orderly's +ordinal/1 1 +ordinance/1 1 +ordinands +ordinary/222 1 +ordinate/18 1 +ordination/1 1 +ordnance/2 1 +Ordovician/2 1 +ordure/2 1 +Ore +ore/1 1 +Oreg +oregano/2 1 +Oregon/2 1 +Oregonian/1 1 +Oreo 1 +Orestes +org +organ/1 1 +organdie/2 1 +organdy/2 1 +organelle/1 1 +organic/52 1 +organism/1 1 +organismic 1 +organist/1 1 +organizable +organization/1 1 +organizational/8 1 +organize/6 1 +organizer/1 1 +organza/2 1 +orgasm/18 1 +orgasmic +orgiastic +orgy/15 1 +oriel/1 1 +orient/23 1 +orientable +oriental/1 1 +Oriental/1 1 +orientalist/10 1 +oriental 1 +orientate/6 1 +orientation/1 1 +orienteering 1 +orient 1 +Orient 1 +orifice/1 1 +orig +origami/2 1 +origin/1 1 +original/30 1 +originality/2 1 +originate/6 1 +origination/2 1 +originator/1 1 +Orin/3 +Orinoco/2 1 +oriole/1 1 +Orion/2 1 +orison/1 1 +Oriya/2 1 +Orizaba/2 1 +Orkney/2 1 +Orlando/2 1 +Orleans/2 1 +Orlon/1 1 +Orly/2 1 +ormolu/2 1 +ornament/23 1 +ornamental 1 +ornamentation/2 1 +ornate/16 1 +ornery/50 1 +ornithological 1 +ornithologist/1 1 +ornithology/2 1 +orotund +orotundity/15 1 +O'Rourke +orphan/23 1 +orphanage/1 1 +orphan 1 +Orpheus/2 1 +Orphic 1 +Orr/3 +orris/4 1 +Ortega/3 +orthodontia/2 1 +orthodontic/32 1 +orthodontist/1 1 +orthodox 1 +Orthodox 1 +orthodoxy/15 1 +orthogonal/8 1 +orthogonality 1 +orthographic/39 1 +orthographical +orthography/15 1 +orthonormal +orthopaedic/32 1 +orthopaedist/1 1 +orthorhombic +Ortiz/3 +or 1 +Orval/3 +Orville/3 +Orwell +Orwellian +orzo/2 1 +OS/4 1 +Osage/1 1 +Osaka/2 1 +Osbert/3 +Osborn/3 +Osborne +Oscar/1 1 +Osceola +oscillate/6 1 +oscillation/1 1 +oscillator/1 1 +oscillatory +oscilloscope/1 1 +osculate/6 1 +osculation/1 1 +Osgood/3 +OSHA/2 1 +Oshawa +Oshkosh/3 +osier/1 1 +Osiris/2 1 +Oslo/2 1 +Osman/3 +osmium/2 1 +osmosis/2 1 +osmotic 1 +osprey/1 1 +ossification/2 1 +ossify/31 1 +ostensible/19 1 +ostentation/2 1 +ostentatious/8 1 +osteoarthritis/2 1 +osteopath/1 1 +osteopathic 1 +osteopathy/2 1 +osteoporosis/2 1 +ostler/10 1 +ostracism/2 1 +ostracize/6 1 +ostrich/4 1 +Ostrogoth/2 1 +Ostwald +Osvaldo/3 +Oswald +OT +OTB +OTC +Othello/3 +other/443 1 +otherwise +otherworldly 1 +otiose 1 +Otis/2 1 +OTOH +O'Toole +Ottawa/1 1 +otter/18 1 +Otto +ottoman/1 1 +Ottoman 1 +Ouagadougou +oubliette/1 1 +ouch 1 +oughtn't +ought 1 +Ouija/1 1 +ounce/1 1 +our/10 1 +ourselves +our 1 +oust/11 1 +ouster/1 1 +out/79 1 +outage/1 1 +outargue/6 1 +outback/1 1 +outbalance/6 1 +outbid/444 1 +outboard/1 1 +outboast/11 1 +outbound 1 +outbox/207 1 +outbox's +outbreak/18 1 +outbuilding/1 1 +outburst/18 1 +outcast/18 1 +outclass/7 1 +outcome/1 1 +outcrop/48 1 +outcropping/1 1 +outcry/167 1 +outdated +outdistance/6 1 +outdo/418 1 +outdoor/32 1 +outdoorsy 1 +outdoor 1 +outdraw/303 1073 +outdrew 1074 +outermost +outer 1 +outerwear/2 1 +outface/6 1 +outfall/10 1 +outfield/1 1 +outfielder/1 1 +outfight/121 1075 +outfit/109 1 +outfitter/1 1 +outflank/11 1 +outflow/18 1 +outfought 1076 +outfox/7 1 +outgo/184 1 +outgoing/10 1 +outgrew 1077 +outgrow/303 1078 +outgrowth/1 1 +outguess/7 1 +outgun/194 1 +outhit/88 1 +outhouse/1 1 +outing/1 1 +outlandish/16 1 +outlast/11 1 +outlaw/23 1 +outlawry 1 +outlaw 1 +outlay/356 1 +outlet/1 1 +outlier/10 1 +outline/28 1 +outlive/6 1 +outlook/18 1 +outlying 1079 +outmanoeuvre/6 1 +outmatch/7 1 +outmoded +outnumber/11 1 +outpace/6 1 +outpatient/1 1 +outperform/11 1 +outplacement/2 1 +outplace 1 +outplay/11 1 +outpoint/11 1 +outpost/1 1 +outpouring/1 1 +outproduce/6 1 +output/109 1 +outrace/6 1 +outrage/28 1 +outrageous/8 1 +outrank/11 1 +outran 1080 +outreach/22 1 +outre 1 +outrider/1 1 +outrigger/1 1 +outright 1 +outrun/119 1081 +outscore/6 1 +outsell/121 1082 +outset/18 1 +outshine/14 1083 +outshone 1084 +outshout/11 1 +outside/49 1 +outsider/1 1 +outsize/1 1 +outsized +outsize 1 +outskirt/1 1 +outsmart/11 1 +outsold 1085 +outsource/6 1 +outsourcing/2 1 +outspend/386 1 +outspoken/16 1086 +outspread/141 1 +outstanding/8 1 +outstation/1 1 +outstay/11 1 +outstretch/7 1 +outstrip/105 1 +outta +outtake/1 1 +outvote/6 1 +outward/193 1 +outwear/121 1087 +outweigh/11 1 +outwit/12 1 +outwith +outwore 1088 +outwork/23 1 +outworker/10 1 +outworn 1088 +ouzo/1 1 +oval/1 1 +ovarian +ovary/15 1 +ova 1089 +ovate 1 +ovation/1 1 +oven/1 1 +ovenbird/1 1 +ovenproof +ovenware 1 +over/164 1 +overabundance/2 1 +overabundant 1 +overachieve/6 1 +overachiever/1 1 +overact/11 1 +overactive +overage/1 1 +overaggressive 1 +overall/130 1 +overallocation +overambitious 1 +overanxious 1 +overarching +overarm/11 1 +overate 1090 +overattentive 1 +overawe/6 1 +overbalance/28 1 +overbear/121 1091 +overbearing/8 1 +overbid/445 1 +overbite/1 1 +overblown +overboard +overbold +overbook/11 1 +overbore 1092 +overborne 1092 +overbought 1093 +overbuild/386 1 +overburden/5 1 +overbuy/121 1094 +overcame 1095 +overcapacity/2 1 +overcapitalize/6 1 +overcareful 1 +overcast/86 1 +overcasting 1 +overcautious 1 +overcharge/28 1 +overclock +overclocked +overclocking +overclocks +overcloud/11 1 +overcoat/18 1 +overcome/14 1096 +overcommitment/10 1 +overcompensate/6 1 +overcompensation/2 1 +overcomplexity +overcomplicated +overconfidence/2 1 +overconfident 1 +overconscientious 1 +overcook/11 1 +overcritical 1 +overcrowd/11 1 +overcrowding/2 1 +overdecorate/6 1 +overdependent +overdetermined +overdevelop/11 1 +overdo/418 1 +overdose/28 1 +overdraft/1 1 +overdraw/303 1097 +overdress/22 1 +overdrew 1098 +overdrive/18 1 +overdub/136 1 +overdue +overeager 1 +overeat/116 1099 +overemotional 1 +overemphasis/2 1 +overemphasize/6 1 +overenthusiastic 1 +overestimate/28 1 +overestimation/2 1 +overexcite/6 1 +overexercise/6 1 +overexert/11 1 +overexertion/2 1 +overexpose/6 1 +overexposure/2 1 +overextend/11 1 +overfed 1100 +overfeed/121 1101 +overfill/11 1 +overfishing +overflight/1 1 +overflow/23 1 +overflowing 1 +overfly/446 1 +overfond 1 +overfull +overgeneralize/6 1 +overgenerous 1 +overgraze/6 1 +overgrew 1102 +overground +overgrow/303 1103 +overgrowth/2 1 +overhand/63 1 +overhang/86 1104 +overhasty 1 +overhaul/23 1 +overhead/1 1 +overhear/47 1 +overheat/5 1 +overhung 1105 +overincredulous +overindulge/6 1 +overindulgence/2 1 +overindulgent 1 +overinflated +overjoy/11 1 +overkill/2 1 +overladen +overlain 1106 +overland 1 +overlap/48 1 +overlarge +overlay/356 1 +overlaying 1 +overlay 1106 +overleaf +overlie/59 1107 +overload/23 1 +overlong +overlook/23 1 +overlord/18 1 +overlying 1106 +overmanned +overmanning +overmaster/11 1 +overmatching +overmodest 1 +overmuch/89 1 +overnice +overnight/18 1 +overoptimism/2 1 +overoptimistic 1 +overparticular 1 +overpass/40 1 +overpay/314 1 +overpayment 1 +overplay/11 1 +overpopulate/6 1 +overpopulation/2 1 +overpopulous 1 +overpower/11 1 +overpowering/8 1 +overpraise/43 1 +overprecise 1 +overpressure 1 +overprice/6 1 +overprint/23 1 +overproduce/6 1 +overproduction/2 1 +overprotect/11 1 +overprotective +overqualified +overran 1108 +overrate/6 1 +overreach/7 1 +overreact/11 1 +overreaction/1 1 +overrefined +overrepresented +override/369 1109 +overripe/2 1 +overrode 1110 +overrule/6 1 +overrun/447 1111 +oversampled +oversampling +oversaw 1112 +oversea/10 1 +oversee/303 1113 +overseer/1 1 +oversell/121 1114 +oversensitive/33 1 +oversensitivity 1 +oversexed +overshadow/11 1 +overshoe/1 1 +overshoot/141 1115 +overshot 1116 +oversight/1 1 +oversimple 1 +oversimplification/1 1 +oversimplify/31 1 +oversize/215 1 +oversleep/121 1117 +overslept 1118 +oversold 1119 +overspecialization/2 1 +overspecialize/6 1 +overspend/386 1 +overspill/86 1 +overspread/121 1 +overstaffed +overstate/6 1 +overstatement/1 1 +overstay/11 1 +overstep/105 1 +overstimulate/6 1 +overstock/5 1 +overstress/197 1 +overstretch/7 1 +overstrict +overstrung +overstuffed +oversubscribe/6 1 +oversubtle 1 +oversupply/31 1 +oversuspicious 1 +overt/8 1 +overtake/77 1120 +overtaker +overtakers +overtax/7 1 +overthrew 1121 +overthrow/144 1122 +overtightened +overtime/18 1 +overtire/6 1 +overtness +overtone/1 1 +overtook 1123 +overture/18 1 +overturn/5 1 +overuse/28 1 +overvaluation/10 1 +overvalue/6 1 +overview/1 1 +overweening/8 1 +overweight/2 1 +overwhelm/11 1 +overwhelming/8 1 +overwinter/11 1 +overwork/23 1124 +overwrite/319 1125 +overwrote 1126 +overwrought 1127 +overzealous 1 +Ovid +oviduct/1 1 +oviparous 1 +ovoid/1 1 +ovular +ovulate/6 1 +ovulation/2 1 +ovule/1 1 +ovum/2 1128 +ow +owe/6 1 +Owen/10 1 +owl/18 1 +owlet/1 1 +owlish/8 1 +own/234 1 +owner/1 1 +ownership/1 1 +ox/448 1 +oxalate 1 +oxalic +oxblood/2 1 +oxbow/1 1 +oxcart/1 1 +oxen 1 +oxford/1 1 +Oxford/1 1 +oxidant/1 1 +oxidation/2 1 +oxide/1 1 +oxidization/2 1 +oxidize/6 1 +oxidizer/1 1 +Oxnard +Oxonian/2 1 +oxtail/10 1 +Oxus +oxyacetylene/2 1 +Oxycontin/3 +oxygen/2 1 +oxygenate/6 1 +oxygenation/2 1 +oxymora 1129 +oxymoron/2 1130 +oyster/18 1 +oz +Oz +Ozark/3 +Ozarks/2 1 +ozone/2 1 +Ozymandias/3 +Ozzie/2 1 +p +P/2 1 +pa/1 1 +Pa/2 1 +PA/2 1 +Paar/3 +Pablo/3 +pablum/2 1 +Pablum/2 1 +Pabst/3 +pabulum/2 1 +PAC/2 1 +Pace/3 +pace/28 1 +pacemaker/1 1 +pacemen +pacer/1 1 +pacesetter/1 1 +pacey 1131 +Pacheco/3 +pachyderm/1 1 +pachysandra/1 1 +pacier 1132 +paciest 1132 +pacific +Pacific/2 1 +pacifically +pacification/2 1 +pacifier/1 1 +pacifism/2 1 +pacifist/1 1 +pacifistic 1 +pacify/31 1 +Pacino/3 +pack/23 1 +packable +package/139 1 +packager/1 1 +packaging/2 1 +Packard/3 +packer/1 1 +packet/18 1 +packhorse 1 +packing/2 1 +packinghouse/1 1 +packsaddle/1 1 +pact/1 1 +pacy/34 1 +pad/113 1 +Padang +padding/2 1 +paddle/28 1 +paddler/1 1 +paddling 1 +paddock/23 1 +paddy/15 1 +Paderewski +Padilla/3 +padlock/23 1 +padre/1 1 +paean/1 1 +paederast/10 1 +paediatric/32 1 +paediatrician/1 1 +paedology +paedophile/10 1 +paedophilia +paella/1 1 +paeony 1 +pagan/1 1 +Paganini +paganism/2 1 +pagan 1 +Page +page/28 1 +pageant/1 1 +pageantry/2 1 +pageboy/1 1 +pageful 1 +pager/1 1 +paginate/6 1 +pagination/2 1 +paging 1 +Paglia/3 +pagoda/1 1 +Pahlavi +pah 1 +Paige/3 +pail/1 1 +pailful/1 1 +pain/23 1 +Paine +painful/85 1 +painkiller/1 1 +painkilling +painless/8 1 +painlessness/3 +painless 1 +painstaking/37 1 +paint/23 1 +paintball +paintbox/4 1 +paintbrush/4 1 +painter/1 1 +painterly 1 +painting/1 1 +paintwork 1 +pair/23 1 +pairing/10 1 +pairwise +paisley/1 1 +Paiute/1 1 +Pakistan/2 1 +Pakistani/1 1 +pal/66 1 +palace/1 1 +paladin/1 1 +palaeographic +palaeolithic +palaeontological 1 +palaeontologist/10 1 +palaeontology 1 +palanquin/1 1 +palatable 1 +palatal/1 1 +palatalization/2 1 +palatalize/6 1 +palate/1 1 +palatial/8 1 +palatinate/1 1 +palatine/1 1 +Palau +palaver/23 1 +pale/107 1 +paleface/1 1 +Palembang +Paleocene/2 1 +Paleogene +paleographer/1 1 +paleography/2 1 +paleolithic +Paleolithic +paleontologist/1 1 +paleontology/2 1 +Paleozoic/2 1 +Palermo/2 1 +Palestine/2 1 +Palestinian/1 1 +Palestrina +palette/1 1 +Paley +palfrey/1 1 +Palikir/3 +palimony/2 1 +palimpsest/1 1 +palindrome/1 1 +palindromic +paling/1 1 +palisade/18 1 +Palisades/3 +palish 1 +pall/23 1 +Palladio +palladium/2 1 +pallbearer/1 1 +pallet/18 1 +palliate/6 1 +palliation/2 1 +palliative/1 1 +pallid/16 1 +palling 1 +pallor/2 1 +palm/23 1 +palmate 1 +Palmer +Palmerston +palmetto/1 1 +palmist/1 1 +palmistry/2 1 +Palmolive/3 +palmtop/1 1 +palmy/34 1 +Palmyra/3 +Palomar/3 +palomino/1 1 +palpable/19 1 +palpate/6 1 +palpation/2 1 +palpitate/6 1 +palpitating 1 +palpitation/1 1 +palsy/57 1 +paltry/50 1 +pal 1 +paludal +pally 1 +Pam/3 +Pamela/3 +Pamirs +pampas +pampas's +pamper/11 1 +pampered 1 +Pampers +pamphlet/18 1 +pamphleteer/18 1 +pan/1 1 +Pan/2 1 +pan/194 1 +panacea/1 1 +panache/2 1 +panama/1 1 +Panama/1 1 +Panamanian/1 1 +Panasonic/3 +panatella/10 1 +pancake/28 1 +panchromatic +pancreas/4 1 +pancreatic +panda/1 1 +pandemic/1 1 +pandemonium/2 1 +pander/23 1 +panderer/1 1 +Pandora/2 1 +pane/1 1 +paned +panegyric/1 1 +panel/66 1 +panelling/1 1 +panellist/1 1 +pang/18 1 +Pangaea/2 1 +pangolin 1 +panhandle/28 1 +panhandler/1 1 +panic/64 1 +panicking 1 +panicky/34 1 +panier/1 1 +panjandrum 1 +Pankhurst +Panmunjom/3 +pannier/1 1 +panning 1 +panoplies +panoply/3 +panorama/1 1 +panoramic 1 +panpipes +panpipes's +Pansy/3 +pansy/15 1 +pant/23 1 +Pantagruel +Pantaloon/2 1 +pantaloons +pantaloons's +pantechnicon/10 1 +pantheism/2 1 +pantheist/1 1 +pantheistic +pantheist 1 +pantheon/1 1 +Pantheon 1 +panther/1 1 +pantie/1 1 +pantiled +pantiles +panting 1 +panto/10 1 +pantograph/10 1 +pantomime/28 1 +pantomimic +pantomimist/1 1 +pantry/15 1 +pantsuit/1 1 +panty/15 1 +pantyhose/2 1 +pantyliner/2 1 +pantywaist/1 1 +Panza/3 +panzer 1 +pap/18 1 +papa/1 1 +papacy/15 1 +papal 1 +paparazzo/449 1 +papaw/1 1 +papaya/1 1 +paper/79 1 +paperback/18 1 +paperbark +paperbarks +paperboard/2 1 +paperboy/1 1 +paperclip/10 1 +paperer/1 1 +papergirl/1 1 +paperhanger/1 1 +paperhanging/2 1 +papering 1 +paperless 1 +paperweight/1 1 +paperwork/2 1 +papery 1 +papilla/54 1 +papillary +papilla's 1133 +papilla 1134 +papist/1 1 +papoose/1 1 +pappy/15 1 +paprika/2 1 +papyri 1135 +papyrus/2 1136 +par/450 1 +para/1 1 +parable/18 1 +parabola/1 1 +parabolic +paraboloid/10 1 +Paracelsus +paracetamol +paracetamols +parachute/28 1 +parachutist/1 1 +Paraclete +parade/28 1 +parader/1 1 +paradigm/1 1 +paradigmatic +paradisaical +Paradise +paradise/1 1 +paradox/4 1 +paradoxical/8 1 +paraffin/2 1 +paragliding +paragon/18 1 +paragraph/23 1 +Paraguay/2 1 +Paraguayan/1 1 +parakeet/1 1 +paralegal/1 1 +paralinguistic 1 +parallax/4 1 +parallel/23 1 +parallelepiped 1 +parallelism/1 1 +parallelogram/1 1 +parallel 1 +paralyse/6 1 +paralyses 1137 +paralysingly +paralysis/2 1138 +paralytic/1 1 +paralytically +paramagnetic +paramagnetism 1 +Paramaribo/2 1 +paramecia 1139 +paramecium/2 1140 +paramedic/1 1 +paramedical/1 1 +parameter/1 1 +parametric +parametrically +parametrization 1 +parametrize/122 1 +paramilitary/15 1 +Paramount/3 +paramountcy 1 +paramount 1 +paramour/1 1 +Parana/2 1 +paranoia/2 1 +paranoiac/1 1 +paranoid/1 1 +paranormal 1 +parapet/1 1 +paraphernalia/2 1 +paraphrase/28 1 +paraphrases 1141 +paraplegia/2 1 +paraplegic/1 1 +paraprofessional/1 1 +parapsychologist/1 1 +parapsychology/2 1 +paraquat/2 1 +parascending +parasite/1 1 +parasitic +parasitical/8 1 +parasitism/2 1 +parasitologist 1 +parasitology 1 +parasol/1 1 +parasympathetic/10 1 +parathion/2 1 +parathyroid/1 1 +paratroop/32 1 +paratrooper/1 1 +paratyphoid/2 1 +parboil/11 1 +PARC/10 1 +parcel/66 1 +parcelling 1 +parcel 1 +parch/7 1 +parched 1 +Parcheesi/2 1 +parchment/1 1 +pardner/10 1 +pardon/23 1 +pardonable/19 1 +pardoner/1 1 +pardoning 1 +pare/6 1 +paregoric/2 1 +parent/23 1 +parentage/2 1 +parental 1 +parenteral 1 +parentheses 1142 +parenthesis/2 1143 +parenthesize/6 1 +parenthetic +parenthetical/8 1 +parenthood/2 1 +parenting/2 1 +parer/1 1 +pares/89 1 +pareses 1144 +paresis/2 1145 +pares 1146 +Pareto +parfait/1 1 +pariah/1 1 +parietal 1 +parimutuel/1 1 +paring/1 1 +Paris/2 1 +parish/4 1 +parishioner/1 1 +Parisian/1 1 +parity/15 1 +Park +park/23 1 +parka/1 1 +Parker +parking/2 1 +Parkinson/2 1 +parkland 1 +Parkman +Parks +parkway/1 1 +parky 1 +parlance/2 1 +parlay/23 1 +parley/23 1 +parliament/1 1 +parliamentarian/1 1 +parliamentary 1 +Parliament 1 +parlour/1 1 +parlourmaid 1 +parlous 1 +Parmesan/1 1 +parmigiana +parmigiano +Parnassus/4 1 +Parnell +parochial/8 1 +parochialism/2 1 +parochiality +parodist/1 1 +parody/57 1 +parole/28 1 +parolee/1 1 +paroxysm/1 1 +paroxysmal 1 +parquet/23 1 +parquetry/2 1 +Parr +parrakeet/1 1 +parricidal +parricide/1 1 +Parrish +parrot/23 1 +parry/57 1 +pars/7 1 +parse/6 1 +parsec/1 1 +Parsee/1 1 +parser/10 1 +Parsi/1 1 +Parsifal/3 +parsimonious/8 1 +parsimony/2 1 +parsing/10 1 +parsley/2 1 +parsnip/1 1 +parson/1 1 +parsonage/1 1 +Parsons +part/212 1 +partake/77 1147 +partaker/1 1 +partaking 1 +parterre/1 1 +parthenogenesis/2 1 +Parthenon/2 1 +Parthia/2 1 +partial/30 1 +partiality/2 1 +participant/1 1 +participate/6 1 +participation/2 1 +participative +participator/1 1 +participatory +participial/2 1 +participle/1 1 +particle/1 1 +particleboard/2 1 +particular/30 1 +particularism 1 +particularity/15 1 +particularization/2 1 +particularize/6 1 +particulate/1 1 +parting/1 1 +partisan/1 1 +partisanship/2 1 +partition/23 1 +partitive/1 1 +partizan/1 1 +partner/23 1 +partnership/1 1 +partook 1148 +partridge/1 1 +parturition/2 1 +partway 1 +party/57 1 +parvenu/1 1 +pas/80 1 +Pasadena/2 1 +PASCAL +pascal/1 1 +Pascal/1 1 +paschal 1 +pasha/1 1 +Pasquale/3 +pass/147 1 +passable/19 1 +passage/18 1 +passageway/1 1 +passbook/1 1 +passe/451 1 +passel/1 1 +passenger/1 1 +passer/1 1 +passerby/2 1149 +passersby 1150 +passim 1 +passing/37 1 +passion/1 1 +Passion/1 1 +passion/59 1 +passionate/83 1 +passionflower/1 1 +passionless 1 +passivated +passive/36 1 +passivisation +passivise +passivised +passivises +passivising +passivity/2 1 +passivization +passivize +passivized +passivizes +passivizing +passkey/1 1 +passmark +Passover/1 1 +passover 1 +passport/1 1 +password/1 1 +past/23 1 +pasta/1 1 +paste/28 1 +pasteboard/2 1 +pastel/1 1 +pastern/1 1 +Pasternak +pastes 1151 +Pasteur/2 1 +pasteurization/2 1 +pasteurize/6 1 +pasteurizer/1 1 +pastiche/1 1 +pastie/452 1 +pastille/1 1 +pastime/1 1 +pasting 1 +pastis 1152 +pastor/18 1 +pastoral/1 1 +pastoralism 1 +pastoral 1 +pastorate/1 1 +pastrami/2 1 +pastry/15 1 +past 1 +pasturage/2 1 +pasture/28 1 +pastureland/2 1 +pasty/288 1 +Pat +pat/407 1 +Patagonia/2 1 +Patagonian 1 +patch/22 1 +patchable +patching 1 +patchouli 1 +patchwork/1 1 +patchy/51 1 +Pate/3 +pate/1 1 +Patel/3 +patella/58 1 +patent/212 1 +patentable 1 +pater/10 1 +paterfamilias/4 1153 +paternal/8 1 +paternalism/2 1 +paternalist/10 1 +paternalistic +paternity/2 1 +paternoster/1 1 +Paterson +path/1 1 +pathetic/39 1 +pathfinder/1 1 +pathless 1 +pathogen/1 1 +pathogenesis 1 +pathogenic 1 +pathological/8 1 +pathologist/1 1 +pathology/15 1 +pathos/2 1 +pathway/1 1 +patience/2 1 +patient/185 1 +patina/58 1 +patio/1 1 +patisserie/10 1 +Patna +patois/2 1 +patresfamilias 1154 +patriarch/1 1 +patriarchal 1 +patriarchate/1 1 +patriarchy/15 1 +Patrica/3 +Patrice/3 +Patricia/3 +patrician/1 1 +patricide/1 1 +Patrick/2 1 +patrimonial 1 +patrimony/15 1 +patriot/1 1 +patriotic/39 1 +patriotism/2 1 +patrol/66 1 +patrolling 1 +patrolman/2 1155 +patrolmen 1156 +patrolwoman/2 1157 +patrolwomen 1158 +patron/1 1 +patronage/18 1 +patroness/3 +patronesses +patronization 1 +patronize/6 1 +patronizer/1 1 +patronizing/8 1 +patronymic/52 1 +patroon/1 1 +Patsy/3 +patsy/15 1 +patten/10 1 +patter/23 1 +pattern/23 1 +patterning 1 +patternless 1 +Patterson/3 +Patti +Patton +Patty/3 +patty/15 1 +paucity/2 1 +Paul/2 1 +Paula/3 +Paulette/3 +Pauli +Pauline +Pauling +paunch/40 1 +paunchy/34 1 +pauper/18 1 +pauperism/2 1 +pauperize/6 1 +pause/28 1 +pausing 1 +Pavarotti +pave/6 1 +pavement/18 1 +paves 1159 +pavilion/18 1 +paving/1 1 +Pavlov/2 1 +pavlova/10 1 +Pavlova 1 +Pavlovian +paw/23 1 +pawl/1 1 +pawn/23 1 +pawnbroker/1 1 +pawnbroking/2 1 +Pawnee/1 1 +pawnshop/1 1 +pawpaw/1 1 +pay/453 1 +payable 1 +payback/1 1 +paycheck/1 1 +payday/1 1 +payee/1 1 +payer/1 1 +paying 1 +payload/1 1 +paymaster/1 1 +payment/1 1 +Payne/3 +payoff/1 1 +payola/2 1 +payout/1 1 +Paypal/3 +PayPal/3 +payphone/10 1 +payroll/1 1 +payslip/1 1 +payware/10 1 +Pb/2 1 +PBS/2 1 +PBX +PC/1 1 +PCB +PCP/2 1 +pct 1 +pd +PD +Pd/2 1 +PDQ +PDT +PE +pea/1 1 +Peabody/3 +Peace/3 +peace/18 1 +peaceable/19 1 +peaceful/85 1 +peacekeeper/1 1 +peacekeeping/2 1 +peacemaker/1 1 +peacemaking/2 1 +peacetime/2 1 +peach/40 1 +peachy/34 1 +peacock/18 1 +peafowl/1 1 +peahen/1 1 +peak/23 1 +peaky/223 1 +peal/23 1 +Peale +pealing 1 +peanut/1 1 +pear/1 1 +Pearl/3 +pearl/23 1 +Pearlie/3 +pearling 1 +pearl 1 +pearly/34 1 +Pearson/3 +peartrees +Peary +peasant/1 1 +peasantry/2 1 +peasant 1 +peashooter/1 1 +pea's 1160 +pea 1161 +peas 1 +peat/2 1 +pea 1 +peaty/34 1 +pebble/28 1 +pebbling 1 +pebbly/34 1 +pecan/1 1 +peccadillo/4 1 +peccary/15 1 +Pechora +Peck/3 +peck/23 1 +pecker/10 1 +pecking 1 +Peckinpah/3 +peckish 1 +Pecos/2 1 +pectic 1 +pectin/2 1 +pectoral/1 1 +peculate/6 1 +peculation/1 1 +peculator/2 1 +peculiar/8 1 +peculiarity/15 1 +peculiar 1 +pecuniary 1 +pecs +pedagog/1 1 +pedagogical/8 1 +pedagogic 1 +pedagogue/18 1 +pedagogy/2 1 +pedal/66 1 +pedalling 1 +pedalo/10 1 +pedal 1 +pedant/1 1 +pedantic +pedantically +pedantry/2 1 +peddle/6 1 +peddler/1 1 +peddling 1 +pederast/1 1 +pederasty/2 1 +pedestal/18 1 +pedestrian/1 1 +pedestrianization 1 +pedestrianize/6 1 +pediatricians +pediatrician's +pediatrics +pediatrics's +pedicab/1 1 +pedicure/28 1 +pedicurist/1 1 +pedigree/1 1 +pedigreed +pediment/1 1 +pedlar/1 1 +pedometer/1 1 +Pedro/3 +peduncle/1 1 +pee/45 1 +peek/23 1 +peekaboo/2 1 +Peel/3 +peel/23 1 +peeler/1 1 +peeling/1 1 +peen/18 1 +peep/23 1 +peepbo +peeper/1 1 +peephole/1 1 +peepshow/1 1 +peer/23 1 +peerage/1 1 +peeress/4 1 +peerless 1 +peeve/28 1 +peeved 1 +peevish/16 1 +peewee/1 1 +peewit/10 1 +Peg/3 +peg/92 1 +Pegasus/4 1 +pegboard/1 1 +pegging 1 +Peggy/3 +Pei +peignoir/1 1 +Peiping/2 1 +pejoration/2 1 +pejorative/30 1 +peke/1 1 +Pekinese/1 1 +pekinese/2 1 +pekineses +Peking/1 1 +Pekingese/1 1 +pekingese/2 1 +pekingeses +pekoe/2 1 +pelagic +Pele/3 +Pelee/3 +pelf/2 1 +pelican/1 1 +pellagra/2 1 +pellet/23 1 +pellmell 1 +pellucid 1 +pelmet/10 1 +Peloponnese/2 1 +pelt/23 1 +pelting 1 +pelvic 1 +pelvis/4 1 +Pembroke/2 1 +pemmican/2 1 +Pen +pen/454 1 +Pena/3 +penalization/2 1 +penalize/6 1 +penal 1 +penalty/15 1 +penance/18 1 +pence 1162 +penchant/1 1 +pencil/66 1 +pencilling/10 1 +pend/11 1 +pendant/1 1 +pendent/1 1 +Penderecki/3 +pendulous +pendulum/1 1 +Penelope/2 1 +penetrability/2 1 +penetrable 1 +penetrate/6 1 +penetrating/8 1 +penetration/1 1 +penetrative 1 +penfriend +penfriends +penguin/1 1 +penicillin/2 1 +penile 1 +peninsula/1 1 +peninsular +penis/4 1 +penitence/2 1 +penitent/30 1 +penitential 1 +penitentiary/15 1 +penknife/2 1163 +penknives 1164 +penlight/1 1 +penlite/1 1 +penman/2 1165 +penmanship/2 1 +penmen 1166 +Penn +Penna +pennant/1 1 +penned 1 +Penney/3 +pennies +penniless 1 +Pennington/3 +pennon/1 1 +Pennsylvania/2 1 +Pennsylvanian/1 1 +Pennzoil/3 +penologist/1 1 +penology/2 1 +Pensacola/3 +pension/23 1 +pensionable 1 +pensioner/1 1 +pensive/16 1 +pentacle/1 1 +pentagon/1 1 +Pentagon/2 1 +pentagonal 1 +pentagram/1 1 +pentameter/1 1 +pentasyllabic +Pentateuch/2 1 +pentathlete/1 1 +pentathlon/1 1 +pentatonic +Pentax/3 +Pentecost/1 1 +pentecostal +Pentecostal/1 1 +Pentecostalism 1 +penthouse/18 1 +Pentium/1 1 +pent 1 +penuche/2 1 +penultimate/1 1 +penultimately +penumbra/58 1 +penurious/16 1 +penury/2 1 +Penny/3 +penny/2 1167 +pennyweight/1 1 +pennyworth 1 +peon/1 1168 +peonage/2 1 +peony/15 1 +people/28 1 +people's 1169 +people 1170 +Peoria +pep/48 1 +peperoni 1 +Pepin/3 +pepper/23 1 +peppercorn/1 1 +peppering 1 +peppermint/1 1 +pepperoni/1 1 +peppery 1 +peppy/50 1 +Pepsi/2 1 +pepsin/2 1 +peptic/1 1 +peptide/10 1 +Pepys +Pequot 1 +peradventure/2 1 +perambulate/6 1 +perambulation/1 1 +perambulator/1 1 +percale/1 1 +perceivable +perceive/6 1 +perceived 1 +perceiving 1 +percent/1 1 +percentage/1 1 +percentile/1 1 +percent 1 +perceptibility 1 +perceptible/19 1 +perception/1 1 +perceptional +perceptive/16 1 +percepts +perceptual/8 1 +perch/22 1 +perchance 1 +Percheron 1 +perchlorate 1 +percipience/2 1 +percipient 1 +Percival +percolate/43 1 +percolation/2 1 +percolator/1 1 +percuss/7 1 +percussion/2 1 +percussionist/1 1 +percussive/8 1 +Percy +perdition/2 1 +perdurable 1 +peregrinate/6 1 +peregrination/1 1 +peregrine/1 1 +Perelman/3 +peremptoriness +peremptory/213 1 +perennial/30 1 +perestroika/2 1 +Perez/3 +perfect/53 1 +perfecta/1 1 +perfecter 1 +perfectibility/2 1 +perfectible +perfection/1 1 +perfectionism/2 1 +perfectionist/1 1 +perfidious/8 1 +perfidy/15 1 +perforate/6 1 +perforation/1 1 +perforce 1 +perform/11 1 +performable +performance/1 1 +performer/1 1 +performing 1 +perfume/28 1 +perfumer/1 1 +perfumery/15 1 +perfunctory/213 1 +perfused +perfusion 1 +pergola/1 1 +perhaps 1 +periastron +pericardia 1171 +pericardium/2 1172 +Periclean +Pericles +perigee/1 1 +periglacial +perihelia 1173 +perihelion/2 1174 +peril/66 1 +perilling 1 +perilous/8 1 +perimeter/1 1 +perinatal +perinea 1175 +perineum/2 1176 +period/1 1 +periodic +periodical/30 1 +periodicity/2 1 +periodontal +periodontics +periodontics's +periodontist/1 1 +period 1 +peripatetic/1 1 +peripheral/30 1 +periphery/15 1 +periphrases 1177 +periphrasis/2 1178 +periphrastic +periscope/18 1 +perish/7 1 +perishable/1 1 +perisher/10 1 +peristalses 1179 +peristalsis/2 1180 +peristaltic 1 +peristyle/1 1 +peritoneal +peritoneum/1 1 +peritonitis/2 1 +periwig/18 1 +periwinkle/1 1 +perjure/6 1 +perjured 1 +perjurer/1 1 +perjury/15 1 +perk/23 1 +Perkins +perk 1 +perky/51 1 +Perl/1 1 +perm/1 1 +Perm/2 1 +perm/11 1 +permafrost/2 1 +Permalloy/2 1 +permanence/2 1 +permanency/2 1 +permanent/30 1 +permanganate 1 +permeability/2 1 +permeable 1 +permeate/6 1 +permeation/2 1 +Permian/2 1 +permissibility 1 +permissible/19 1 +permission/1 1 +permissive/16 1 +permit/109 1 +permitted 1 +permittivity 1 +permutation/1 1 +permute/6 1 +pernicious/16 1 +pernickety 1 +Pernod/2 1 +Peron +peroration/1 1 +Perot/3 +peroxidase 1 +peroxide/28 1 +perpendicular/30 1 +perpendicularity/2 1 +perpetrate/6 1 +perpetration/2 1 +perpetrator/1 1 +perpetual/30 1 +perpetuate/6 1 +perpetuation/2 1 +perpetuity/2 1 +perplex/7 1 +perplexed/8 1 +perplexing 1 +perplexity/15 1 +perquisite/1 1 +Perrier 1 +Perry +perry 1 +persecute/6 1 +persecution/1 1 +persecutor/1 1 +Perseid 1 +Persephone/2 1 +Persepolis/2 1 +Perseus/2 1 +perseverance/2 1 +persevere/6 1 +persevering/8 1 +Pershing +Persia/2 1 +Persian/1 1 +persiflage/2 1 +persimmon/1 1 +persist/11 1 +persistence/2 1 +persistent/8 1 +persnickety +person/1 1181 +persona/54 1 +personable 1 +personage/1 1 +personal/30 1 +personality/15 1 +personalization 1 +personalize/6 1 +personalty/2 1 +personification/1 1 +personify/31 1 +personnel/2 1 +perspective/1 1 +perspex 1 +perspicacious/8 1 +perspicacity/2 1 +perspicuity/2 1 +perspicuous/8 1 +perspiration/2 1 +perspire/6 1 +perspiring 1 +persuadable 1 +persuade/6 1 +persuader/1 1 +persuasion/1 1 +persuasive/16 1 +pert/21 1 +pertain/11 1 +Perth/2 1 +pertinacious/8 1 +pertinacity/2 1 +pertinence/2 1 +pertinent/8 1 +per 1 +pert 1 +perturb/11 1 +perturbation/1 1 +perturbed 1 +perturbing 1 +pertussis/2 1 +Peru/2 1 +peruke/1 1 +perusal/1 1 +peruse/6 1 +Peruvian/1 1 +pervade/6 1 +pervasive/16 1 +perverse/16 1 +perversion/1 1 +perversity/2 1 +pervert/23 1 +pervs +peseta/1 1 +Peshawar +peskiness/3 +pesky/60 1 +peso/1 1 +pessary/61 1 +pessimal/11 1 +pessimaling 1 +pessimally +pessimism/2 1 +pessimist/1 1 +pessimistic/39 1 +pest/1 1 +pester/11 1 +pestering 1 +pesticide/1 1 +pestiferous 1 +pestilence/1 1 +pestilent +pestilential 1 +pestle/28 1 +pestling 1 +pesto/2 1 +pet/1 1 +PET/2 1 +pet/12 1 +Petain/3 +petal/1 1 +petalled +petard/1 1 +petcock/1 1 +Pete/3 +peter/1 1 +Peter/1 1 +peter/11 1 +Petersen/3 +Peterson/3 +pethidine +petiole/1 1 +petite/1 1 +petition/23 1 +petitioner/1 1 +Petra +Petrarch/2 1 +petrel/1 1 +petrifaction/2 1 +petrification 1 +petrify/31 1 +petrochemical/1 1 +petrodollar/1 1 +petrographic +petrographical 1 +petrol/2 1 +petrolatum/2 1 +petroleum/2 1 +petrological 1 +petrologist/1 1 +petrology/2 1 +petrol 1 +petticoat/1 1 +pettifog/117 1 +pettifogger/1 1 +pettifoggery/2 1 +pettifogging 1 +petting/2 1 +pettish/83 1 +pet 1 +petulance/2 1 +petulant/8 1 +petunia/1 1 +Petty/3 +petty/51 1 +Peugeot/3 +pew/1 1 +pewee/1 1 +pewit/1 1 +pewter/1 1 +peyote/2 1 +pf +Pfc +PFC +pfennig/1 1 +Pfizer/3 +pg +PG +Phaedra +Phaethon/2 1 +phaeton/1 1 +phage/10 1 +phagocyte/1 1 +phalanger/1 1 +phalanx/455 1 +phallic 1 +phalli 1182 +phallus/2 1183 +Phanerozoic +phantasm/1 1 +phantasmagoria/1 1 +phantasmagorical 1 +phantasmal +phantasy/57 1 +phantom/1 1 +pharaoh/1 1 +Pharaoh/1 1 +pharisaic +Pharisaical +Pharisaic 1 +pharisee/1 1 +Pharisee/1 1 +pharmaceutic/130 1 +pharmaceutical/1 1 +pharmacist/1 1 +pharmacological 1 +pharmacologist/1 1 +pharmacology/2 1 +pharmacopeia/1 1 +pharmacopoeia/1 1 +pharmacy/15 1 +pharyngeal 1 +pharyngitis/2 1 +pharynx/203 1 +phase/28 1 +phaseout/1 1 +phases 1184 +phat +PhD/2 1 +pheasant/1 1 +Phekda/3 +Phelps/3 +phenacetin/2 1 +phenobarbital/2 1 +phenol/1 1 +phenolic 1 +phenolphthalein 1 +phenom/1 1 +phenomenal/8 1 +phenomena 1185 +phenomenological +phenomenologically +phenomenology 1 +phenomenon/1 1186 +phenotype/10 1 +phenylalanine 1 +pheromone/1 1 +phew 1 +phi/1 1 +phial/18 1 +Phidias +Phil +Philadelphia/2 1 +philander/11 1 +philanderer/1 1 +philandering's +philanthropic/39 1 +philanthropist/1 1 +philanthropy/15 1 +philatelic +philatelist/1 1 +philately/3 +Philby/3 +Philemon +philharmonic/1 1 +Philip +Philippe/3 +Philippians +philippic/1 1 +Philippine/1 1 +Philips +philistine/1 1 +Philistine 1 +philistinism/2 1 +Phillip/10 1 +Phillipa/3 +philodendron/1 1 +philological 1 +philologist/1 1 +philology/2 1 +philosopher/1 1 +philosophic +philosophical/8 1 +philosophize/6 1 +philosophizer/1 1 +philosophy/15 1 +philter/18 1 +philtre/18 1 +Philly/3 +Phipps/3 +phish +phished +phisher/3 +phishers +phishing +phlebitis/2 1 +phlebotomy 1 +phlegm/2 1 +phlegmatically +phlegmatic 1 +phloem/2 1 +phlogiston 1 +phlox/2 1 +phobia/1 1 +phobic/1 1 +Phobos +phoebe/1 1 +Phoebe/2 1 +Phoenicia/2 1 +Phoenician/1 1 +Phoenix/2 1 +phoenix/4 1 +phone/28 1 +phonecard/10 1 +phoneme/1 1 +phonemically +phonemic 1 +phonetic/35 1 +phonetician/1 1 +phoneticist 1 +phoney/23 1187 +phonic/32 1 +phonically +phonic 1 +phonier 1188 +phoniest 1188 +phonograph/1 1 +phonographic +phonological/8 1 +phonologist/1 1 +phonology/2 1 +phonon 1 +phony/284 1 +phooey 1 +phosphatase 1 +phosphate/1 1 +phosphor/1 1 +phosphorescence/2 1 +phosphorescent/8 1 +phosphoric +phosphorous +phosphorus/2 1 +photo/23 1 +photocell/1 1 +photochemical/8 1 +photochemistry 1 +photocopier/1 1 +photocopy/57 1 +photoelectric +photoelectrically +photoengrave/6 1 +photoengraver/1 1 +photoengraving/1 1 +photofinishing/2 1 +photogenic/39 1 +photograph/23 1 +photographer/1 1 +photographic/39 1 +photography/2 1 +photojournalism/2 1 +photojournalist/1 1 +photolysis 1 +photolytic +photometer/1 1 +photometric +photometrically +photometry 1 +photomultiplier 1 +photon/1 1 +photoreceptor 1 +photosensitive +photosphere 1 +photostat/1 1 +Photostat/1 1 +photostat/12 1 +Photostat/12 1 +photostatic 1 +photosynthesis/2 1 +photosynthesize/6 1 +photosynthetic/39 1 +phototypesetter 1 +phototypesetting 1 +photovoltaic 1 +phrasal 1 +phrase/28 1 +phrasebook +phrasebooks +phraseology/2 1 +phrasing/1 1 +phreaking/10 1 +phrenetic 1 +phrenological/8 1 +phrenologist/1 1 +phrenology/2 1 +Phrygia/2 1 +pH 1 +phylactery/15 1 +phyla 1189 +Phyllis/3 +phylogenetic 1 +phylogeny/2 1 +phylum/2 1190 +phys +physic/456 1 +physical/30 1 +physicality 1 +physician/1 1 +physicist/1 1 +physio/10 1 +physiognomy/15 1 +physiography/2 1 +physiologic +physiological/8 1 +physiologist/1 1 +physiology/2 1 +physiotherapist/1 1 +physiotherapy/2 1 +physique/1 1 +phytoplankton 1 +pi/457 1 +Piaf/3 +Piaget/2 1 +pianissimo/1 1 +pianist/1 1 +pianistic +piano/1 1 +pianoforte/1 1 +pianola +Pianola/2 1 +pianolas +piano 1 +piastre/1 1 +piazza/1 1 +pibroch/1 1 +pic/335 1 +pica/2 1 +picador/1 1 +picaresque 1 +Picasso/2 1 +picayune 1 +Piccadilly +piccalilli/2 1 +piccolo/1 1 +pick/23 1 +pickaback 1 +pickax/22 1 +pickaxe/28 1 +picker/1 1 +pickerel/1 1 +Pickering/3 +picket/23 1 +picketer/10 1 +Pickett +Pickford/3 +picking/32 1 +pickle/28 1 +pickling 1 +pickpocket/1 1 +pickpocketing +pickup/1 1 +Pickwick/3 +picky/34 1 +picnic/64 1 +picnicker/1 1 +picoseconds +picot/18 1 +pic's +pictogram 1 +pictograph/1 1 +pictographic +pictorial/30 1 +Pict 1 +picture/28 1 +picturesque/16 1 +piddle/28 1 +piddly 1 +pidgin/1 1 +pie/45 1 +piebald/1 1 +piece/28 1 +piecemeal +piecewise +piecework/2 1 +pieceworker/1 1 +piecing 1 +Piedmont/2 1 +pier/1 1 +Pierce/2 1 +pierce/6 1 +piercer/10 1 +piercing/30 1 +Pierre/2 1 +Pierrot/2 1 +piety/2 1 +piezoelectric +piffle/458 1 +pig/92 1 +pigeon/18 1 +pigeonhole/28 1 +piggery/61 1 +piggish/16 1 +pigheaded/33 1 +pigheadedly +piglet/1 1 +pigment/63 1 +pigmentation/2 1 +pigmy/15 1 +Pigmy/15 1 +pigpen/1 1 +pigskin/1 1 +pigsty/15 1 +pigswill 1 +pigtail/1 1 +pigtailed +piggy/42 1 +piggyback/23 1 +Pike/3 +pike/28 1 +piker/1 1 +pikes 1191 +pikestaff/1 1 +pilaf/1 1 +pilaff/1 1 +pilaster/1 1 +Pilate +Pilates +pilau/1 1 +pilchard/1 1 +Pilcomayo +pile/28 1 +piles 1192 +pileup/1 1 +pilfer/11 1 +pilferage/2 1 +pilferer/1 1 +pilfering 1 +pilgrim/1 1 +Pilgrim/10 1 +pilgrimage/18 1 +piling/1 1 +pill/18 1 +pillage/28 1 +pillager/1 1 +pillar/63 1 +pillbox/4 1 +pillion/18 1 +pillock/10 1 +pillory/57 1 +pillow/23 1 +pillowcase/1 1 +pillowslip/1 1 +Pillsbury/3 +pilot/23 1 +pilothouse/1 1 +piloting 1 +pilot 1 +pimento/1 1 +pimiento/1 1 +pimp/23 1 +pimpernel/1 1 +pimple/1 1 +pimpled 1 +pimply/34 1 +PIN +pin/133 1 +pinafore/1 1 +pinata/1 1 +Pinatubo/3 +pinball/2 1 +pincer/63 1 +pinch/22 1 +pincher 1 +pinching 1 +Pincus/3 +pincushion/1 1 +Pindar/2 1 +pine/28 1 +pineal 1 +pineapple/1 1 +pinewood/10 1 +piney 1193 +pinfeather/1 1 +ping/23 1 +pinhead/1 1 +pinhole/1 1 +pinier 1194 +piniest 1194 +pinion/23 1 +pink/180 1 +Pinkerton +pinker 1 +pinkeye/2 1 +pinkie/1 1 +pinking 1 +pinkish 1 +pinkness/3 +pinko/1 1 +pinky/15 1 +pinnacle/78 1 +pinnate 1 +pinning 1 +Pinocchio/3 +Pinochet/3 +pinochle/2 1 +pinocle/2 1 +pinon/1 1 +pinpoint/23 1 +pinprick/18 1 +pinsetter/1 1 +pinstripe/1 1 +pinstriped +pinstripe 1 +pint/1 1 +Pinter +pinto/1 1 +pinup/1 1 +pinwheel/23 1 +piny/34 1 +Pinyin +pinyin/2 1 +pinny/61 1 +pinyon/1 1 +pioneer/23 1 +pious/16 1 +pip/48 1 +pipe/28 1 +pipeline/18 1 +piper/1 1 +pipes 1195 +pipette/18 1 +pipework 1 +piping/2 1 +pipit/1 1 +pippin/1 1 +Pippin/2 1 +pipsqueak/1 1 +piquancy/2 1 +piquant/8 1 +pique/28 1 +piracy/2 1 +Piraeus +Pirandello +piranha/1 1 +pirate/28 1 +piratical/8 1 +pirogi/2 1 +piroshki/2 1 +pirouette/28 1 +pis/80 1 +Pisa 1196 +piscatorial +Pisces/2 1 +Pisistratus +pismire/1 1 +piss/22 1 +Pissaro/3 +pisser/10 1 +pissoir/10 1 +pi's 1197 +pistachio/1 1 +piste/10 1 +pistil/1 1 +pistillate +pistol/18 1 +piston/1 1 +pi 1198 +pit/109 1 +pita/1 1 +pitapat/18 1 +pita's 1199 +pita 1200 +Pitcairn/3 +pitch/22 1 +pitchblende/2 1 +pitcher/1 1 +pitchfork/23 1 +pitching 1 +pitchman/2 1201 +pitchmen 1202 +piteous/16 1 +pitfall/1 1 +pith/18 1 +pithead/10 1 +pithy/51 1 +pitiable/19 1 +pitiful/459 1 +pitiless/16 1 +piton/1 1203 +Pitt +pitta/10 1 +pittance/1 1 +pitting 1 +Pittman/3 +Pitts +Pittsburgh/2 1 +pituitary/15 1 +pity/57 1 +pitying/8 1 +Pius/3 +pivot/23 1 +pivotal 1 +pix/2 1 +pixel/1 1 +pixie/1 1 +pix 1 +pixy/15 1 +Pizarro +pizazz/2 1 +pizza/1 1 +pizzazz/2 1 +pizzeria/1 1 +pizzicato/325 1 +pj's +PJ's +pk +pkg +pkt +pkwy +Pkwy +pl +Pl +placard/23 1 +placate/6 1 +placating 1 +placation/2 1 +placatory +Place +place/28 1 +placebo/1 1 +placeholder/1 1 +placekick/23 1 +placekicker/1 1 +placemen 1204 +placement/1 1 +placenta/1 1 +placental/10 1 +placer/1 1 +placid/8 1 +placidity/2 1 +placing/10 1 +placket/1 1 +plagiarism/1 1 +plagiarist/1 1 +plagiarize/6 1 +plagiarizer/1 1 +plagiary/2 1 +plague/28 1 +plaice 1 +plaid/18 1 +plain/460 1 +plainchant 1 +plainclothes +plainclothesman/2 1205 +plainclothesmen 1206 +plainsman/2 1207 +plainsmen 1208 +plainsong/2 1 +plainspoken +plaint/1 1 +plaintiff/1 1 +plaintive/8 1 +plait/23 1 +plaiting 1 +plan/133 1 +planar 1 +Planck +plane/139 1 +planeload/1 1 +planer/1 1 +planet/1 1 +planetarium/1 1 +planetary 1 +planetesimals +planetoids +plangency/2 1 +plangent 1 +plank/23 1 +planking/2 1 +plankton/2 1 +planner/1 1 +planning/10 1 +Plano +plant/23 1 +Plantagenet/2 1 +plantain/1 1 +plantar 1 +plantation/1 1 +planter/1 1 +planting/1 1 +plantlike 1 +plaque/1 1 +plash/22 1 +plashing 1 +plasma/1 1 +plasma's 1209 +plasma 1210 +plasmid/10 1 +plaster/23 1 +plasterboard/2 1 +plasterer/1 1 +plastering 1 +plasterwork 1 +plastic/1 1 +Plasticine/2 1 +plasticine 1 +plasticity/2 1 +plasticize/6 1 +plasticizers +plastic 1 +plat/109 1 +Plataea/2 1 +plate/28 1 +plateau/23 1 +plateful/1 1 +platelet/1 1 +platen/1 1 +platform/23 1 +Plath +plating/2 1 +platinum/2 1 +platitude/1 1 +platitudinous 1 +Plato/2 1 +platonic +Platonic 1 +Platonism/2 1 +Platonist/2 1 +platoon/23 1 +Platte/2 1 +platter/1 1 +platting 1 +platy/2 1 +platypus/4 1 +platy 1 +plaudit/1 1 +plausibility/2 1 +plausible/19 1 +Plautus/2 1 +play/79 1 +playability 1 +playable 1 +playact/11 1 +playacting/2 1 +playback/1 1 +playbill/1 1 +playbook/1 1 +Playboy/3 +playboy/1 1 +player/1 1 +playfellow/1 1 +playful/16 1 +playgirl/1 1 +playgoer/1 1 +playground/1 1 +playgroup/10 1 +playhouse/1 1 +playing/10 1 +playmate/1 1 +playoff/1 1 +playpen/1 1 +playroom/1 1 +playschool/10 1 +PlayStation/3 +Playtex/3 +plaything/1 1 +playtime/2 1 +playwright/1 1 +plaza/1 1 +plea/1 1 +plead/11 1 +pleader/1 1 +pleading/30 1 +pleas/7 1 +pleasant/21 1 +pleasantry/15 1 +please/6 1 +pleased 1 +please 1 +pleasing/193 1 +plea's 1211 +plea 1212 +pleasurable/19 1 +pleasure/28 1 +pleasureful +pleat/23 1 +pleb/10 1 +plebby 1 +plebe/1 1 +plebeian/1 1 +plebiscite/1 1 +plectra 1213 +plectrum/1 1214 +pledge/28 1 +Pleiades's +Pleistocene/2 1 +plenary/15 1 +plenipotentiary/15 1 +plenitude/1 1 +plenteous/8 1 +plentiful/8 1 +plenty/2 1 +plenum/10 1 +pleonasm/1 1 +plethora/2 1 +pleura/54 1 +pleural 1 +pleura's 1215 +pleura 1216 +pleurisy/2 1 +Plexiglas/4 1 +plexiglass/2 1 +plexus/4 1 +pliability/2 1 +pliable 1 +pliancy/2 1 +pliant/8 1 +pliers +pliers's +plight/23 1 +plimsoll/10 1 +plinth/1 1 +Pliny +Pliocene/1 1 +PLO +plod/313 1 +plodder/1 1 +plodding/10 1 +plonk/5 1 +plonker/10 1 +plop/48 1 +plosive/10 1 +plot/109 1 +plotter/18 1 +plough/23 1 +ploughers +ploughing 1 +ploughman/2 1217 +ploughmen 1218 +ploughshare/1 1 +plover/1 1 +ploy/18 1 +pluck/23 1 +plucker 1 +plucky/51 1 +plug/92 1 +plugging 1 +plughole/10 1 +plum/18 1 +plumage/2 1 +plumb/79 1 +plumbago 1 +plumber/1 1 +plumbing/1 1 +plume/28 1 +plummet/23 1 +plummy 1 +plump/165 1 +plumper 1 +plumply 1 +plum 1 +plumy/34 1 +plunder/23 1 +plunderer/1 1 +plunge/28 1 +plunger/1 1 +plunging 1 +plunk/23 1 +pluperfect/1 1 +plural/1 1 +pluralism/2 1 +pluralist/1 1 +pluralistic +plurality/15 1 +pluralization/2 1 +pluralize/6 1 +plural 1 +plus/40 1 +plush/189 1 +plushly 1 +plushy/34 1 +plus 1 +Plutarch/2 1 +Pluto/2 1 +plutocracy/15 1 +plutocrat/1 1 +plutocratic +plutonium/2 1 +pluvial 1 +ply/31 1 +plying 1219 +Plymouth/2 1 +ply's +plywood/2 1 +PM/1 1 +Pm/2 1 +PMed +PMing +PMS/2 1 +pm 1 +pneumatic/277 1 +pneumonia/2 1 +PO +Po/2 1 +poach/7 1 +poacher/1 1 +poaching/2 1 +Pocahontas/2 1 +pock/23 1 +pocket/23 1 +pocketbook/1 1 +pocketful/1 1 +pocketknife/2 1220 +pocketknives 1221 +pocket 1 +pockmark/23 1 +Pocono/3 +Poconos +pod/113 1 +podcast +Podgorica +podgy 1 +Podhoretz/3 +podiatrist/1 1 +podiatry/2 1 +podium/1 1 +Podunk 1 +Poe +poem/1 1 +poesy/2 1 +poet/1 1 +poetaster/1 1 +poetess/4 1 +poetic/10 1 +poetical/8 1 +poetic 1 +poetry/2 1 +Pogo/3 +pogo 1 +pogrom/18 1 +poi/2 1 +poignancy/2 1 +poignant/8 1 +poikilothermic +Poincare/3 +poinciana/1 1 +poinsettia/1 1 +point/23 1 +pointblank 1 +pointed/83 1 +pointer/1 1 +pointillism/2 1 +pointillist/1 1 +pointing 1 +pointless/16 1 +pointy/34 1 +Poiret/3 +Poirot/3 +poise/28 1 +poison/79 1 +poisoner/1 1 +poisoning/1 1 +poisonous/8 1 +Poisson/3 +Poitier/2 1 +poke/28 1 +Pokemon/3 +poker/1 1 +pokey/1 1222 +pokier 1223 +pokiest 1223 +poky/34 1 +Pol +pol/66 1 +Poland/2 1 +Polanski/3 +Polaris/2 1 +polarity/15 1 +polarization/1 1 +polarize/6 1 +Polaroid/1 1 +polar 1 +pole/1 1 +Pole/1 1 +pole/6 1 +poleaxe/43 1 +polecat/1 1 +polemic/130 1 +polemical/8 1 +polemicist/1 1 +poles 1224 +polestar/1 1 +poleward +polewards +police/363 1 +policeman/2 1225 +policemen 1226 +policewoman/2 1227 +policewomen 1228 +policy/15 1 +policyholder/1 1 +policymaker/10 1 +poling 1 +polio/1 1 +poliomyelitis/2 1 +Polish/2 1 +polish/22 1 +polisher/1 1 +polishing/10 1 +Polish 1 +politburo/1 1 +Politburo 1 +polite/27 1 +politesse/2 1 +politic/461 1 +political/8 1 +politician/1 1 +politicization/2 1 +politicize/6 1 +politicking/2 1 +politico/1 1 +politic 1 +politics's +polity/15 1 +Polk/2 1 +polka/23 1 +poll/23 1 +pollack/1 1 +Pollard/3 +pollard/71 1 +pollen/18 1 +pollinate/6 1 +pollination/2 1 +pollinator/1 1 +polling/2 1 +polliwog/1 1 +pollock/1 1 +Pollock 1 +pollster/1 1 +pollutant/1 1 +pollute/6 1 +polluted 1 +polluter/1 1 +pollution/1 1 +Pollux/2 1 +polo/2 1 +Polo/2 1 +polonaise/1 1 +polonium/2 1 +Poltava/3 +poltergeist/1 1 +poltroon/1 1 +polyandrous +polyandry/2 1 +polyatomic +polycarbonate 1 +polychromatic +polychrome 1 +polyclinic/1 1 +polycrystalline +polycyclic +polyester/1 1 +polyethylene/2 1 +polygamist/1 1 +polygamous 1 +polygamy/2 1 +polyglot/1 1 +polygon/1 1 +polygonal 1 +polygraph/23 1 +polyhedral +polyhedron/1 1 +Polyhymnia/2 1 +Polly/3 +Pollyanna 1 +pollywog/1 1 +polymath/1 1 +polymer/1 1 +polymerase/10 1 +polymeric +polymerization/2 1 +polymerize/6 1 +polymorphic +polymorphism/10 1 +polymorphous +Polynesia/2 1 +Polynesian/1 1 +polynomial/1 1 +polynomially +polyp/1 1 +polypeptide/10 1 +Polyphemus +polyphonic 1 +polyphony/2 1 +polypropylene/2 1 +polysaccharides +polysemous +polystyrene/2 1 +polysyllabic 1 +polysyllable/1 1 +polytechnic/1 1 +polytheism/2 1 +polytheist/1 1 +polytheistic +polytheist 1 +polythene 1 +polytopes +poly 1 +polyunsaturate/10 1 +polyunsaturated +polyurethane/1 1 +polyvinyl 1 +pom/10 1 +pomade/28 1 +pomander/1 1 +pomegranate/1 1 +Pomerania +Pomeranian/2 1 +pommel/66 1 +pommelling 1 +pommy/61 1 +Pomona +pomp/2 1 +Pompadour +pompadour/63 1 +pompano/1 1 +Pompeian 1 +Pompeii/2 1 +Pompey/2 1 +pompom/1 1 +pompon/1 1 +pomposity/2 1 +pompous/16 1 +Ponce +ponce/43 1 +poncey +poncho/1 1 +poncy +pond/18 1 +ponder/11 1 +ponderer/1 1 +ponderous/16 1 +pone/1 1 +pong/11 1 +pongee/2 1 +poniard/18 1 +Pontchartrain +Pontiac/2 1 +Pontianak +pontiff/1 1 +pontifical/8 1 +pontificate/28 1 +pontification/10 1 +pontoon/18 1 +pony/57 1 +ponytail/1 1 +poo/449 1 +pooch/22 1 +poodle/1 1 +pooed +poof/1 1 +poofter/10 1 +Pooh/3 +pooh/23 1 +pooing +pool/23 1 +Poole/3 +pooling 1 +poolroom/1 1 +poolside/10 1 +Poona +poop/23 1 +poor/21 1 +poorboy/2 1 +poorhouse/1 1 +poos +pop/298 1 +popcorn/2 1 +pope/1 1 +Pope 1 +Popeye/3 +popgun/1 1 +popinjay/1 1 +poplar/1 1 +poplin/2 1 +Popocatepetl +popover/1 1 +poppa/1 1 +poppadom/10 1 +poppadum/10 1 +Popper/3 +popper/1 1 +poppet/10 1 +Poppins/3 +poppy/15 1 +poppycock/2 1 +Popsicle 1 +populace/1 1 +popular/8 1 +popularity/2 1 +popularization/1 1 +popularize/6 1 +popular 1 +populate/6 1 +population/1 1 +populism/2 1 +populist/1 1 +populous/33 1 +porcelain/1 1 +porch/4 1 +porcine 1 +porcupine/1 1 +pore/28 1 +Porfirio/3 +porgy/15 1 +pork/2 1 +porker/1 1 +porky/42 1 +porn/2 1 +porno/2 1 +pornographer/1 1 +pornographic +pornographically +pornography/2 1 +porosity/2 1 +porous/33 1 +porphyritic +porphyry/2 1 +porpoise/28 1 +porridge/2 1 +Porrima/3 +porringer/1 1 +Porsche/3 +Port +port/217 1 +portability/2 1 +portable/1 1 +portage/28 1 +portal/1 1 +portcullis/4 1 +portend/11 1 +portent/1 1 +portentous/83 1 +Porter +porter/18 1 +porterage 1 +porterhouse/1 1 +portfolio/1 1 +porthole/1 1 +Portia/3 +portico/4 1 +portiere/1 1 +portion/23 1 +Portland/2 1 +portly/140 1 +portmanteau/1 1 +Porto/3 +portrait/1 1 +portraitist/1 1 +portraiture/2 1 +portray/11 1 +portrayal/1 1 +Portsmouth +Portugal/2 1 +Portuguese/2 1 +portulaca/2 1 +pose/28 1 +Poseidon/2 1 +poser/1 1 +poseur/1 1 +posh/166 1 +posing 1 +posit/5 1 +position/23 1 +positionable +positional +positionally +positive/25 1 +positivism 1 +positivist/10 1 +positivity 1 +positron/1 1 +poss/89 1 +posse/1 1 +posses/80 1 +possess/7 1 +possession/1 1 +possessive/36 1 +possessor/1 1 +possibility/15 1 +possible/462 1 +possum/1 1 +Post/3 +post/79 1 +postage/2 1 +postal 1 +postbag/10 1 +postbox/89 1 +postcard/18 1 +postcode/10 1 +postconsonantal +postdate/6 1 +postdoctoral +postdoc 1 +poster/1 1 +posterior/1 1 +posterity/2 1 +postfixes +postgraduate/1 1 +posthaste 1 +posthumous/8 1 +posthypnotic 1 +postie/10 1 +postilion/1 1 +postillion/1 1 +postindustrial +posting/1 1 +postlude/1 1 +postman/2 1229 +postmark/23 1 +postmaster/1 1 +postmenopausal +postmen 1230 +postmeridian +postmistress/4 1 +postmodern +postmodernism/2 1 +postmodernist/1 1 +postmortem/1 1 +postnasal +postnatal +postoperative 1 +postpaid 1 +postpartum +postpone/6 1 +postponement/1 1 +postprandial 1 +postscript/1 1 +postseason/1 1 +postulate/28 1 +postulation/1 1 +postural +posture/28 1 +posturing/1 1 +postwar 1 +postwoman 1231 +postwomen 1232 +posy/15 1 +pot/109 1 +potability/2 1 +potable/1 1 +potash/2 1 +potassium/2 1 +potato/4 1 +potbellied +potbellies +potbelly/3 +potboiler/1 1 +Potemkin +potency/2 1 +potent/8 1 +potentate/1 1 +potential/30 1 +potentiality/15 1 +potentiometer/10 1 +potent 1 +potful/1 1 +pothead/1 1 +pother/23 1 +potherb/1 1 +potholder/1 1 +pothole/28 1 +potholer/10 1 +pothook/1 1 +potion/1 1 +potluck/1 1 +Potomac/2 1 +potpie/1 1 +potpourri/1 1 +Potsdam +potsherd/1 1 +potshot/1 1 +pottage/2 1 +Pottawatomie/3 +Potter +potter/23 1 +pottering 1 +pottery/15 1 +pottiness +Potts/3 +potty/42 1 +pouch/22 1 +pouf/10 1 +pouffe/10 1 +poulterer/1 1 +poultice/28 1 +poultry/2 1 +pounce/28 1 +Pound +pound/23 1 +poundage/2 1 +pounding/1 1 +pour/5 1 +pourable +pouring/10 1 +Poussin +pout/23 1 +pouter/1 1 +pouting 1 +poverty/2 1 +POW/2 1 +powder/23 1 +powdery 1 +Powell/3 +power/23 1 +powerboat/1 1 +powerful/83 1 +powerhouse/1 1 +powerless/16 1 +PowerPoint/3 +Powers +power 1 +Powhatan/2 1 +pow 1 +powwow/23 1 +pox/40 1 +poxy +Poznan/3 +pp +PP +ppm +ppr +PPS +pr +PR +Pr/4 1 +practicability/15 1 +practicable/19 1 +practical/30 1 +practicality/15 1 +practice/18 1 +practicum/1 1 +practise/28 1 +practitioner/1 1 +Prada/3 +Prado/3 +praesidium/10 1 +praetor/1 1 +praetorian 1 +Praetorian 1 +pragmatic/1 1 +pragmatical/8 1 +pragmatism/2 1 +pragmatist/1 1 +Prague/2 1 +Praia/2 1 +prairie/1 1 +praise/28 1 +praiseworthy/140 1 +praising 1 +Prakrit +praline/1 1 +pram/1 1 +prance/28 1 +prancer/1 1 +prancingly 1 +prancing 1 +prang/11 1 +prank/18 1 +prankster/1 1 +praseodymium/2 1 +prat/71 1 +Pratchett/3 +prate/28 1 +prater/1 1 +pratfall/1 1 +prating 1 +Pratt/3 +prattle/28 1 +prattler/1 1 +prattling 1 +Pravda/3 +prawn/23 1 +Praxiteles +pray/11 1 +prayer/1 1 +prayerbook +prayerful/8 1 +praying 1 +PRC/2 1 +preach/7 1 +preacher/1 1 +preaching/10 1 +preachment/2 1 +preachy/34 1 +preadolescence/1 1 +Preakness/3 +preallocate +preamble/28 1 +preamplifier 1 +preamp 1 +prearrange/6 1 +prearrangement/2 1 +preassigned +preauthorize +prebendary 1 +Precambrian/2 1 +precancel/23 1 +precancerous +precarious/16 1 +precast 1 +precaution/18 1 +precautionary +precede/6 1 +precedence/1 1 +precedent/1 1 +precept/1 1 +preceptor/1 1 +precess/242 1 +precession 1 +precinct/1 1 +preciosity/2 1 +precious/16 1 +precipice/1 1 +precipitant/1 1 +precipitate/55 1 +precipitation/1 1 +precipitous/8 1 +precis/22 1 +precise/104 1 +precision/1 1 +precis 1 +preclinical +preclude/6 1 +preclusion/2 1 +precocious/16 1 +precocity/2 1 +precognition/1 1 +precognitive +precolonial +precomputed +preconceive/6 1 +preconception/1 1 +precondition/23 1 +precook/11 1 +precursor/1 1 +precursory +predate/6 1 +predation/10 1 +predator/1 1 +predatory +predawn 1 +predecease/43 1 +predecessor/1 1 +predeclared +predefine/252 1 +predesignate/6 1 +predestination/2 1 +predestine/6 1 +predetermination/2 1 +predetermine/6 1 +predeterminer/1 1 +predicable 1 +predicament/1 1 +predicate/28 1 +predication/2 1 +predicative/8 1 +predict/11 1 +predictability/2 1 +predictable/19 1 +prediction/1 1 +predictive 1 +predictor/1 1 +predigest/11 1 +predilection/1 1 +predispose/6 1 +predisposed 1 +predisposition/1 1 +predominance/2 1 +predominant/8 1 +predominate/69 1 +preemie/1 1 +preeminence/2 1 +preeminent/8 1 +preempt/5 1 +preemption/2 1 +preemptively +preemptive 1 +preen/5 1 +preexist/11 1 +preexistence/2 1 +pref +prefab/136 1 +prefabricate/6 1 +prefabrication/2 1 +prefab 1 +preface/28 1 +prefatory +prefect/1 1 +prefecture/1 1 +prefer/13 1 +preferable/19 1 +preference/1 1 +preferential/8 1 +preferment/2 1 +preferred 1 +prefigure/6 1 +prefix/22 1 +preform/5 1 +pregame/3 +pregames +pregnancy/15 1 +pregnant 1 +preheat/11 1 +prehensile +prehistoric +prehistorical/8 1 +prehistory/2 1 +prejudge/6 1 +prejudgement/1 1 +prejudice/28 1 +prejudiced 1 +prejudicial +prekindergarten/1 1 +prelacy/2 1 +prelate/1 1 +prelates 1 +prelim/1 1 +preliminary/208 1 +preliterate 1 +preloaded +prelude/18 1 +premarital +premature/83 1 +prematurity 1 +premed/1 1 +premedical +premeditate/6 1 +premeditated 1 +premeditation/2 1 +premed 1 +premenstrual +premier/23 1 +premiere/28 1 +premiership/1 1 +premier 1 +Preminger/3 +premise/28 1 +premiss/40 1 +premium/1 1 +premix/156 1 +premolar/1 1 +premonition/1 1 +premonitory +Premyslid/3 +prenatal/8 1 +Prensa/3 +Prentice/3 +prenuptial +preoccupation/1 1 +preoccupied 1 +preoccupy/31 1 +preoperative +preordain/11 1 +prep/48 1 +prepackage/6 1 +prepacked +preparation/1 1 +preparative 1 +preparatory 1 +prepare/6 1 +prepared/33 1 +preparer/10 1 +prepay/314 1 +prepayment/1 1 +preplanned +preponderance/1 1 +preponderant/8 1 +preponderate/6 1 +preposition/18 1 +prepositional/8 1 +prepossess/7 1 +prepossessing 1 +prepossession/1 1 +preposterous/8 1 +preppie/41 1 +preppy/42 1 +preprocessed +prep 1 +prepubescence/2 1 +prepubescent/1 1 +prepuce/1 1 +prequel/1 1 +prerecord/11 1 +preregister/11 1 +preregistration/2 1 +prerequisite/1 1 +prerogative/1 1 +pres/80 1 +presage/28 1 +presbyopia/2 1 +presbyter/1 1 +Presbyterian/1 1 +Presbyterianism/1 1 +presbytery/15 1 +preschool/129 1 +preschooler/1 1 +prescience/2 1 +prescient/8 1 +Prescott/3 +prescribe/6 1 +prescript/1 1 +prescription/1 1 +prescriptive/8 1 +prescriptivism +prescriptivist 1 +prescript 1 +preseason/1 1 +preselect/463 1 +presence/1 1 +present/464 1 +presentable/19 1 +presentation/1 1 +presentational +presenter/1 1 +presentiment/1 1 +presentment/1 1 +preservable +preservation/2 1 +preservationist/1 1 +preservative/1 1 +preserve/28 1 +preserver/1 1 +preset/88 1 +preshrank 1233 +preshrink/121 1234 +preshrunk 1233 +preside/6 1 +presidency/15 1 +president/1 1 +President/1 1 +presidential 1 +presidia 1235 +presidium/2 1236 +Presley +presort/11 1 +press/22 1 +presser/1 1 +pressie/10 1 +pressing/30 1 +pressman/2 1237 +pressmen 1238 +pressure/28 1 +pressurization/2 1 +pressurize/6 1 +pressurizer/1 1 +prestidigitation/2 1 +prestidigitatorial +prestidigitator 1 +prestige/2 1 +prestigious 1 +presto/1 1 +Preston +presto 1 +presumable/19 1 +presume/6 1 +presumed 1 +presumption/1 1 +presumptive/8 1 +presumptuous/16 1 +presuppose/6 1 +presupposition/1 1 +pretax 1 +preteen/1 1 +pretence/1 1 +pretend/234 1 +pretended 1 +pretender/1 1 +pretension/18 1 +pretentious/16 1 +preterit/1 1 +preterite/1 1 +preterit 1 +preterm 1 +preternatural/8 1 +pretest/11 1 +pretext/18 1 +Pretoria/2 1 +pretreated +pretreatment/10 1 +pretrial/10 1 +prettify/31 1 +pretzel/1 1 +pretty/276 1 +prev +prevail/11 1 +prevailing 1 +prevalence/2 1 +prevalent/8 1 +prevaricate/6 1 +prevarication/1 1 +prevaricator/1 1 +prevent/11 1 +preventable +preventative/1 1 +preventible +prevention/1 1 +preventive/1 1 +preview/23 1 +previewer/10 1 +previous/8 1 +prevision/18 1 +prevue/18 1 +prewar 1 +prey/23 1239 +prezzie/10 1 +Priam/2 1 +priapic 1 +Pribilof/3 +Price +price/28 1 +priceless 1 +prices 1240 +pricey 1241 +pricier 1242 +priciest 1242 +prick/23 1 +pricker/1 1 +pricking 1 +prickle/28 1 +prickliness/3 +prickling 1 +prickly/34 1 +pricy/34 1 +pride/28 1 +prideful/8 1 +prier/1 1243 +priest/18 1 +priestess/4 1 +priesthood/1 1 +Priestley +priestly/50 1 +priest 1244 +prig/18 1 +priggish/16 1 +prim/326 1 +primacy/2 1 +primaeval +primal 1 +primary/208 1 +primate/1 1 +prime/465 1 +primer/1 1 +primeval 1 +priming/2 1 +primitive/36 1 +primogenitor/1 1 +primogeniture/2 1 +primordial/8 1 +primp/11 1 +primrose/18 1 +prim 1 +primula/10 1 +Prince/3 +prince/1 1 +princedom/1 1 +princely/50 1 +princes/9 1 +princess/4 1 +Princeton/2 1 +Principal +principal/30 1 +principality/15 1 +Principe/2 1 +principle/78 1 +print/79 1 +printable 1 +printer/1 1 +printing/1 1 +printmaking 1 +printout/1 1 +prion/10 1 +prior/1 1 +prioress/4 1 +prioritization 1 +prioritize/6 1 +priority/15 1 +prior 1 +priory/15 1 +Priscilla/3 +prism/1 1 +prismatic 1 +prison/18 1 +prisoner/1 1 +prissy/51 1 +pristine 1 +prithee 1 +Prius/3 +privacy/2 1 +Private +private/256 1 +privateer/18 1 +privation/1 1 +privatization/1 1 +privatize/6 1 +privet/1 1 +privilege/28 1 +privy/466 1 +prize/28 1 +prizefight/86 1 +prizefighter/1 1 +prizefighting/2 1 +prize 1 +prizewinner/1 1 +prizewinning +PRO +pro/1 1 +proactively +proactive 1 +prob +probabilistic/39 1 +probabilist 1 +probability/15 1 +probable/82 1 +probate/28 1 +probation/2 1 +probational +probationary 1 +probationer/1 1 +probative 1 +probe/28 1 +probings +probity/2 1 +problem/1 1 +problematical/8 1 +problematic 1 +problem 1 +probosces +proboscis/4 1 +procaine/2 1 +procedural 1 +procedurally +procedure/1 1 +proceed/11 1 +proceeding/1 1 +proceeds's +process/22 1 +processable +procession/23 1 +processional/1 1 +processioning 1 +processor/1 1 +proclaim/11 1 +proclaimers +proclamation/1 1 +proclivity/15 1 +proconsul/1 1 +proconsular 1 +procrastinate/6 1 +procrastination/1 1 +procrastinator/1 1 +procreate/6 1 +procreation/2 1 +procreational +procreative 1 +procreatory +Procrustean +Procrustes/2 1 +Procter/3 +proctor/23 1 +proctorial +procurable +procurator/1 1 +procure/6 1 +procurement/1 1 +procurer/1 1 +procures 1 +Procyon/2 1 +prod/113 1 +prodigal/30 1 +prodigality/2 1 +prodigious/8 1 +prodigy/15 1 +produce/28 1 +producer/1 1 +producible +product/1 1 +production/1 1 +productive/16 1 +productivity/2 1 +Prof +prof/123 1 +profanation/1 1 +profane/68 1 +profanity/15 1 +profess/7 1 +professed/8 1 +profession/1 1 +professional/30 1 +professionalism/2 1 +professionalization 1 +professionalize/6 1 +professor/1 1 +professorial/8 1 +professorship/1 1 +proffer/23 1 +proficiency/15 1 +proficient/30 1 +profile/28 1 +profit/23 1 +profitability/2 1 +profitable/19 1 +profiteer/23 1 +profiteering/2 1 +profiterole/1 1 +profiting 1 +profitless 1 +profligacy/2 1 +profligate/30 1 +proforma +proformas +profound/21 1 +profundity/15 1 +profuse/16 1 +profusion/1 1 +progenitor/1 1 +progeny/2 1 +progesterone/2 1 +prognathous +prognoses 1245 +prognosis/2 1246 +prognostic/1 1 +prognosticate/6 1 +prognostication/1 1 +prognosticator/1 1 +prognostic 1 +program/467 1 +programer/1 1 +programing 1 +programmable/1 1 +programmatic +programme/28 1 +programmer/1 1 +programming/1 1 +progress/22 1 +progression/1 1 +progressive/36 1 +prohibit/11 1 +prohibition/1 1 +prohibitionist/1 1 +Prohibition 1 +prohibitive/8 1 +prohibitory 1 +project/23 1 +projectile/1 1 +projecting 1 +projection/1 1 +projectionist/1 1 +projective/8 1 +projector/1 1 +Prokofiev +prolapse/28 1 +prole/10 1 +proletarian/1 1 +proletariat/2 1 +proliferate/6 1 +proliferation/2 1 +prolific +prolifically +prolix/8 1 +prolixity/2 1 +prolog/18 1 +prologize 1 +prologue/18 1 +prologuize 1 +prolong/11 1 +prolongation/1 1 +prom/1 1 +promenade/28 1 +promenader/10 1 +Promethean 1 +Prometheus/2 1 +promethium/2 1 +prominence/1 1 +prominent/8 1 +promiscuity/2 1 +promiscuous/8 1 +promise/28 1 +promising/8 1 +promissory 1 +promo/1 1 +promontory/15 1 +promotable +promote/6 1 +promoter/1 1 +promotion/1 1 +promotional +prompt/53 1 +prompter/1 1 +prompting/1 1 +promptitude/2 1 +promulgate/6 1 +promulgation/1 1 +promulgator/1 1 +pron +prone/33 1 +prong/63 1 +pronghorn/1 1 +pronominal/2 1 +pronoun/1 1 +pronounce/6 1 +pronounceable 1 +pronounced/8 1 +pronouncement/1 1 +pronto 1 +pronuclear +pronunciation/1 1 +proof/23 1 +proofing 1 +proofread/121 1 +proofreader/1 1 +proof 1 +prop/48 1 +propaganda/2 1 +propagandist/1 1 +propagandize/6 1 +propagate/6 1 +propagation/2 1 +propagator/1 1 +propane/2 1 +propel/62 1 +propellant/1 1 +propellent/1 1 +propeller/1 1 +propelling 1 +propensity/15 1 +proper/226 1 +propertied +property/15 1 +prophecy/15 1 +prophesier/1 1 +prophesy/31 1 +prophesy's +prophet/1 1 +prophetess/4 1 +prophetic +prophetical/8 1 +Prophets +prophylactic/1 1 +prophylaxes 1247 +prophylaxis/2 1248 +propinquity/2 1 +propitiate/6 1 +propitiation/2 1 +propitiatory 1 +propitious/8 1 +proponent/1 1 +proportion/23 1 +proportional/193 1 +proportionality 1 +proportionate/8 1 +proportioning 1 +proposal/1 1 +propose/6 1 +proposer/1 1 +proposition/23 1 +propositional 1 +propound/11 1 +proprietary/15 1 +proprietor/1 1 +proprietorial/8 1 +proprietorship/2 1 +proprietress/4 1 +propriety/347 1 +proprioceptive +propulsion/2 1 +propulsive +propylene 1 +prorate/6 1 +prorogation/2 1 +prorogue/6 1 +pros/207 1 +prosaic/39 1 +proscenium/1 1 +prosciutto/2 1 +proscribe/6 1 +proscription/1 1 +proscriptive +prose/18 1 +prosecutable +prosecute/6 1 +prosecution/1 1 +prosecutor/1 1 +proselyte/28 1 +proselytism/2 1 +proselytize/6 1 +proselytizer/1 1 +Proserpina/2 1 +Proserpine/2 1 +prose 1 +prosodic +prosody/15 1 +prospect/23 1 +prospectively +prospective 1 +prospector/1 1 +prospectus/4 1 +prosper/11 1 +prosperity/2 1 +prosperous/8 1 +prostate/1 1 +prostheses 1249 +prosthesis/2 1250 +prosthetic 1 +prostitute/28 1 +prostitution/2 1 +prostrate/6 1 +prostration/1 1 +prosy/34 1 +protactinium/2 1 +protagonist/1 1 +Protagoras +protean 1 +protease 1 +protect/11 1 +protecting 1 +protection/1 1 +protectionism/2 1 +protectionist/1 1 +protective/16 1 +protector/1 1 +protectorate/1 1 +protege/1 1 +protegee/10 1 +protein/1 1 +Proterozoic/2 1 +protest/23 1 +Protestant/1 1 +protestant/10 1 +protestantism +Protestantism/1 1 +protestation/1 1 +protester/1 1 +protesting 1 +protestor/1 1 +Proteus/2 1 +protists +protocol/18 1 +proton/1 1 +protoplasm/2 1 +protoplasmic +prototype/28 1 +prototypical 1 +protozoan/468 1 +protozoa 1251 +protozoic +protozoon/2 1252 +protract/11 1 +protracted 1 +protraction/2 1 +protractor/1 1 +protrude/6 1 +protrusile +protrusion/1 1 +protrusive +pro 1 +protuberance/1 1 +protuberant 1 +proud/76 1 +Proudhon +Proust/2 1 +prov +provability/2 1 +provable/19 1 +prove/379 1 +provenance/1 1 +Provencal/1 1 +Provence/2 1 +provender/2 1 +provenience/2 1 +proven 1 +prover/10 1 +proverb/18 1 +proverbial/8 1 +Proverbs +providable +provide/6 1 +Providence/1 1 +providence/2 1 +provident/8 1 +providential/8 1 +provider/1 1 +province/1 1 +provincial/30 1 +provincialism/2 1 +provision/23 1 +provisional/8 1 +proviso/1 1 +provocateur/10 1 +provocation/1 1 +provocative/16 1 +provoke/6 1 +provoker/1 1 +provoking/8 1 +provolone/2 1 +provost/1 1 +Provo 1 +prow/1 1 +prowess/2 1 +prowl/23 1 +prowler/1 1 +prowling 1 +prow 1 +proximal 1 +proximate/8 1 +proximity/2 1 +proxy/15 1 +Prozac/1 1 +prude/1 1 +Prudence/3 +prudence/2 1 +prudent/8 1 +Prudential/3 +prudential 1 +prudentially +prudery/2 1 +prudish/16 1 +Pruitt/3 +prune/28 1 +pruner/1 1 +pruning 1 +prurience/2 1 +prurient/8 1 +Prussia/2 1 +Prussian/1 1 +prussic +Prut +pry/87 1 +pryer/1 1 +prying 1 +Pryor/3 +PS/2 1 +psalm/18 1 +psalmist/1 1 +Psalms +Psalter/1 1 +psalter 1 +psaltery/15 1 +psephologist/10 1 +psephology 1 +pseud/10 1 +pseudo/10 1 +pseudonym/1 1 +pseudonymous 1 +pseudopodia 1253 +pseudopod 1 +pseudoscience/1 1 +pseudo 1 +pseudy +pshaw/18 1 +psi/1 1 +psittacosis/2 1 +psoriasis/2 1 +psst 1 +PST/2 1 +psych/469 1 +psyche/1 1 +Psyche/2 1 +psyche/6 1 +psychedelia 1 +psychedelic/1 1 +psychedelically +psychiatric 1 +psychiatrist/1 1 +psychiatry/2 1 +psychic/1 1 +psychical/8 1 +psychic 1 +psycho/1 1 +psychoactive 1 +psychoanalysis/2 1 +psychoanalyst/1 1 +psychoanalytic +psychoanalytical/8 1 +psychoanalyze/6 1 +psychobabble/2 1 +psychodrama/1 1 +psychogenic +psychokinesis 1 +psychokinetic +psycholinguistic/10 1 +psycholinguists +psychological/8 1 +psychologist/1 1 +psychology/15 1 +psychometric 1 +psychoneuroses 1254 +psychoneurosis/2 1255 +psychopath/1 1 +psychopathic 1 +psychopathology 1 +psychopathy/2 1 +psychos/89 1 +psychoses 1256 +psychosis/2 1257 +psychosocial +psychosomatic 1 +psychotherapist/1 1 +psychotherapy/15 1 +psychotic/1 1 +psychotically +psychotic 1 +psychotropic/1 1 +psycho 1 +psych's +pt +PT +Pt/2 1 +PTA +Ptah/2 1 +ptarmigan/1 1 +pterodactyl/1 1 +pterosaurs +PTO +Ptolemaic +Ptolemy/15 1 +ptomaine/1 1 +Pu/2 1 +pub/18 1 +pubertal +puberty/2 1 +pubes/2 1 +pubescence/2 1 +pubescent +pubes's 1258 +pubes 1259 +pubic 1 +pubis/2 1260 +public/37 1 +publican/1 1 +publication/1 1 +publicist/1 1 +publicity/2 1 +publicize/6 1 +publish/7 1 +publishable +publisher/1 1 +publishing/2 1 +Puccini +puce/2 1 +Puck +puck/18 1 +pucker/23 1 +Puckett/3 +puckish/16 1 +pud/10 1 +pudding/1 1 +puddle/28 1 +puddling/2 1 +pudenda 1261 +pudendum/2 1262 +pudgy/50 1 +Puebla +pueblo/1 1 +Pueblo 1 +puerile 1 +puerility/2 1 +puerperal +puff/79 1 +puffball/1 1 +puffer/1 1 +puffin/1 1 +puffing 1 +puffy/50 1 +pug/18 1 +Puget/3 +Pugh/3 +pugilism/2 1 +pugilist/1 1 +pugilistic +pugnacious/16 1 +pugnacity/2 1 +puissant 1 +puke/28 1 +pukka 1 +Pulaski 1 +pulchritude/2 1 +pulchritudinous +pule/6 1 +pules 1263 +puling 1 +Pulitzer 1 +pull/23 1 +pullback/1 1 +puller/1 1 +pullet/1 1 +pulley/1 1 +pulling 1 +Pullman/1 1 +pullout/1 1 +pullover/1 1 +pullup/1 1 +pulmonary +pulp/23 1 +pulpiness/3 +pulpit/1 1 +pulp 1 +pulpwood/2 1 +pulpy/34 1 +pulsar/1 1 +pulsate/6 1 +pulsation/1 1 +pulse/28 1 +pulverization/2 1 +pulverize/6 1 +puma/1 1 +pumice/18 1 +pummel/62 1 +pummelling 1 +pump/23 1 +pumper/1 1 +pumpernickel/2 1 +pumpkin/1 1 +pun/133 1 +Punch +punch/22 1 +punchable +punchbag/10 1 +punchbowl +puncheon/1 1 +puncher/1 1 +punchline +punchlines +punchy/34 1 +punctilio/2 1 +punctilious/16 1 +punctual/8 1 +punctuality/2 1 +punctuate/6 1 +punctuation/1 1 +punctuational +puncture/28 1 +pundit/1 1 +punditry/2 1 +pungency/2 1 +pungent/8 1 +Punic/2 1 +punish/7 1 +punishable +punishing/8 1 +punishment/1 1 +punitive/8 1 +Punjab/2 1 +Punjabi/2 1 +punk/190 1 +punker 1 +punkin/1 1 +punnet/10 1 +punning 1 +punster/1 1 +punt/23 1 +punter/1 1 +puny/50 1 +pup/48 1 +pupa/54 1 +pupal 1 +pupate/6 1 +pupil/1 1 +pupillage 1 +puppet/1 1 +puppeteer/1 1 +puppetry/2 1 +puppet 1 +puppy/167 1 +Purana 1 +purblind 1 +Purcell +purchasable +purchase/28 1 +purchaser/1 1 +purdah/2 1 +Purdue/3 +pure/470 1 +purebred/1 1 +puree/45 1 +purgative/1 1 +purgatorial +Purgatory +purgatory/15 1 +purge/28 1 +purger/1 1 +purging 1 +purification/2 1 +purifier/1 1 +purify/31 1 +Purim/1 1 +Purina/3 +purine/1 1 +purism/2 1 +purist/1 1 +puristic +puritan/1 1 +puritanical/8 1 +Puritanism/1 1 +puritanism/2 1 +Puritan 1 +purity/15 1 +purl/23 1 +purlieu/1 1 +purling 1 +purloin/11 1 +purple/471 1 +purplish 1 +purport/23 1 +purported/8 1 +purpose/28 1 +purposeful/16 1 +purposeless/83 1 +purposely +purposive 1 +purr/23 1 +purring 1 +purse/28 1 +purser/1 1 +pursuance/2 1 +pursuant 1 +pursue/6 1 +pursuer/1 1 +pursuing 1 +pursuit/1 1 +purulence/2 1 +purulent 1 +Purus/2 1 +purvey/11 1 +purveyance/2 1 +purveyor/1 1 +purview/2 1 +pus/229 1264 +Pusan/2 1 +Pusey +push/22 1 +pushable +pushbike +pushbikes +pushcart/1 1 +pushchair/10 1 +pusher/1 1 +pushily 1 +pushing 1 +Pushkin +pushover/1 1 +pushpin/10 1 +Pushtu/3 +pushup/1 1 +pushy/50 1 +pusillanimity/2 1 +pusillanimous/8 1 +puss/4 1 +pussy/42 1 +pussycat/1 1 +pussyfoot/5 1 +pustular +pustule/1 1 +put/128 1 +putative/8 1 +putdown/1 1 +Putin/3 +Putnam +putout/1 1 +putrefaction/2 1 +putrefactive +putrefy/31 1 +putrescence/2 1 +putrescent +putridity 1 +putrid 1 +putsch/4 1 +putt/23 1 +puttee/1 1 +putter/23 1 +putterer/1 1 +putting 1 +putz/207 1 +putty/57 1 +puttying 1265 +Puzo/3 +puzzle/28 1 +puzzled 1 +puzzlement/2 1 +puzzler/1 1 +puzzling/8 1 +PVC/2 1 +pvt +Pvt +PW +PX +Pygmalion/2 1 +pygmy/15 1 +Pygmy/15 1 +pygmy 1 +pyjama/32 1 +Pyle/3 +pylon/1 1 +pyloric 1 +pylori 1266 +pylorus/2 1267 +Pym +Pynchon/3 +Pyongyang/2 1 +pyorrhoea/2 1 +Pyotr/3 +pyramid/23 1 +pyramidal 1 +pyre/1 1 +Pyrenees/2 1 +Pyrex/4 1 +pyridine 1 +pyrimidine/1 1 +pyrite/130 1 +pyrolyse 1 +pyrolysis 1 +pyromania/2 1 +pyromaniac/1 1 +pyrotechnic/32 1 +pyrotechnical 1 +pyroxene/10 1 +Pyrrhic +Pythagoras/2 1 +Pythagorean 1 +Pythias +python/1 1 +Python/2 1 +pyx/40 1 +pyxes 1268 +pzazz +q +Q +Qaddafi/3 +Qantas/3 +Qatar/2 1 +Qatari/1 1 +QB +QC +QED +Qingdao +Qiqihar/3 +QM +Qom/3 +qr +qt +qty +Quaalude/2 1 +quack/23 1 +quackery/2 1 +quackish +quack 1 +quad/18 1 +quadrangle/1 1 +quadrangular +quadrant/1 1 +quadraphonic 1 +quadratic/52 1 +quadrature/10 1 +quadrennial 1 +quadrennium/1 1 +quadriceps/4 1 +quadrilateral/1 1 +quadrille/18 1 +quadrillion/1 1 +quadripartite 1 +quadriplegia/2 1 +quadriplegic/1 1 +quadrivium/2 1 +quadrophonic 1 +quadruped/1 1 +quadrupedal +quadruple/472 1 +quadruplet/1 1 +quadruplicate/28 1 +quadruplication/2 1 +quadrupole 1 +quad 1 +quaff/23 1 +quagmire/18 1 +quahaug/1 1 +quahog/1 1 +quail/23 1 +quailing 1 +quaint/21 1 +quake/28 1 +Quaker/1 1 +Quakerism/1 1 +Quaker 1 +quaking 1 +quaky/34 1 +qualification/1 1 +qualified 1 +qualifier/1 1 +qualify/31 1 +qualifying 1 +qualitative/8 1 +quality/15 1 +qualm/1 1 +qualmish 1 +quandary/15 1 +quango/10 1 +quanta 1269 +quantifiable +quantification/2 1 +quantifier/1 1 +quantify/31 1 +quantitative/8 1 +quantity/15 1 +quantization 1 +quantize/215 1 +quantum/2 1270 +Quaoar/3 +quarantine/28 1 +quark/1 1 +quarrel/66 1 +quarreller/1 1 +quarrelling 1 +quarrelsome/33 1 +quarry/57 1 +quarrying 1 +quarrymen 1271 +quart/1 1 +quarter/212 1 +quarterback/23 1 +quarterdeck/1 1 +quarterfinal/1 1 +quartering 1 +quarterlies +quarterly's +quartermaster/1 1 +quarterstaff/2 1272 +quarterstaves 1273 +quartet/1 1 +quartette/1 1 +quartic/10 1 +quartile/10 1 +quarto/1 1 +quartz/2 1 +quartzite 1 +quasar/1 1 +quash/7 1 +quasilinear +Quasimodo 1 +quasi 1 +Quaternary/2 1 +quaternary 1 +quaternion/10 1 +quatrain/1 1 +qua 1 +quaver/23 1 +quavering 1 +quavery 1 +quay/1 1 +Quayle/3 +quayside/10 1 +Que +queasy/51 1 +Quebec/2 1 +Quebecker 1 +Quebecois +Quechua/2 1 +Queen +queen/23 1 +queening 1 +queenly/34 1 +Queens/2 1 +Queensland/2 1 +queer/53 1 +quell/11 1 +quench/7 1 +quenchable 1 +quencher/1 1 +quenching 1 +quenchless 1 +Quentin/3 +quern 1 +querulous/16 1 +query/57 1 +querying 1 +ques/89 1 +quest/23 1 +questing 1 +question/23 1 +questionable/19 1 +questioner/1 1 +questioning/30 1 +questionnaire/1 1 +Quetzalcoatl/2 1 +queue/45 1 +queueing 1 +Quezon/3 +quibble/28 1 +quibbler/1 1 +quibbling 1 +quiche/1 1 +quick/415 1 +quicken/11 1 +quickening 1 +quickfire +quickie/1 1 +quicklime/2 1 +quicksand/1 1 +quicksilver/2 1 +quickstep/18 1 +quid/1 1 +quiesce/215 1 +quiescence/2 1 +quiescent/8 1 +quiet/53 1 +quieten/11 1 +quietening 1 +quieter 1 +quieting 1 +quietism 1 +quietude/2 1 +quietus/4 1 +quiff/10 1 +quill/18 1 +quilt/23 1 +quilter/1 1 +quilting/2 1 +quin/10 1 +quince/1 1 +quincentenary 1 +Quincy/3 +quine/10 1 +quinine/2 1 +Quinn +quinquennial 1 +quinsy/2 1 +quint/1 1 +quintessence/1 1 +quintessential/8 1 +quintet/1 1 +quintette/1 1 +quintic 1 +Quintilian/3 +quintillion 1 +Quinton/3 +quintuple/28 1 +quintuplet/1 1 +quintuple 1 +quip/48 1 +quipper 1 +quipster/1 1 +quire/18 1 +Quirinal 1 +quirk/23 1 +quirky/50 1 +quirt/18 1 +Quisling/3 +quisling/1 1 +quit/88 1 +quitclaim/18 1 +quite 1 +Quito/2 1 +quittance/2 1 +quitter/1 1 +quiver/23 1 +quivering/8 1 +quivery 1 +Quixote 1 +quixotic/39 1 +Quixotism/3 +quiz/308 1 +quizzer/1 1 +quizzical/8 1 +quizzing 1 +Qumran +quoin/18 1 +quoit/23 1 +quondam 1 +Quonset 1 +quorate +quorum/1 1 +quot +quota/1 1 +quotability/2 1 +quotable 1 +quota's 1274 +quota 1275 +quotation/1 1 +quote/28 1 +quoter 1 +quoth 1 +quotidian 1 +quotient/1 1 +Qur'an +QWERTY +qwerty 1 +R/2 1 +r/10 1 +Ra/473 1 +Rabat/2 1 +rabbet/23 1 +rabbi/1 1 +rabbinate/2 1 +rabbinic +rabbinical +rabbit/23 1 +rabble/18 1 +Rabelais/2 1 +Rabelaisian +rabid/16 1 +rabies/2 1 +Rabin/3 +raccoon/1 1 +race/139 1 +racecourse/1 1 +racegoer/10 1 +racehorse/1 1 +raceme/1 1 +racer/1 1 +racetrack/1 1 +raceway/1 1 +Rachael/3 +Rachel/3 +Rachelle/3 +Rachmaninoff +racial/8 1 +racialism/2 1 +racialist/1 1 +Racine/2 1 +racing/2 1 +racism/2 1 +racist/1 1 +rack/23 1 +racket/23 1 +racketeer/23 1 +racketeering/2 1 +racking 1 +raconteur/1 1 +racoons +racoon's +racquet/18 1 +racquetball/1 1 +racy/51 1 +rad/474 1 +radar/1 1 +radarscope/1 1 +Radcliffe/3 +raddled +radial/30 1 +radian/10 1 +radiance/2 1 +radiant/8 1 +radiate/6 1 +radiation/1 1 +radiative +radiatively +radiator/1 1 +radical/30 1 +radicalism/2 1 +radicalization/2 1 +radicalize/6 1 +radicchio/2 1 +radii 1276 +radio/422 1 +radioactive/8 1 +radioactivity/2 1 +radioastronomical +radiocarbon/2 1 +radiogalaxies +radiogalaxy +radiogram/1 1 +radiographer/1 1 +radiography/2 1 +radioisotope/1 1 +radiological 1 +radiologist/1 1 +radiology/2 1 +radioman/2 1277 +radiomen 1278 +radiometer/1 1 +radiometric +radiometry/2 1 +radionuclide 1 +radiophone/1 1 +radioscopy/2 1 +radiosonde/1 1 +radiotelegraph/18 1 +radiotelegraphy/2 1 +radiotelephone/18 1 +radiotherapist/1 1 +radiotherapy/2 1 +radio 1 +radish/4 1 +radium/2 1 +radius/2 1279 +radix 1 +radon/2 1 +RAF/2 1 +Rafael/3 +raffia/2 1 +raffish/16 1 +raffle/28 1 +Raffles/3 +raffling 1 +raft/23 1 +rafter/18 1 +rafting/2 1 +rag/92 1 +raga/1 1 +ragamuffin/1 1 +ragbag/2 1 +rage/28 1 +rages 1280 +ragga +ragged/21 1 +raggedy/34 1 +ragging 1 +ragingly 1 +raglan/1 1 +Ragnarok/2 1 +ragout/18 1 +ragtag/10 1 +ragtime/2 1 +ragweed/2 1 +ragwort 1 +rah 1 +raid/23 1 +raider/1 1 +rail/23 1 +railcard/10 1 +railing/1 1 +raillery/15 1 +railroad/23 1 +railroader/1 1 +railroading/2 1 +railway/1 1 +railwayman 1281 +railwaymen 1282 +raiment/2 1 +rain/23 1 +rainbow/1 1 +raincloud +rainclouds +raincoat/1 1 +raindrop/1 1 +rainfall/1 1 +rainforest/10 1 +Rainier +rainless 1 +rainmaker/1 1 +rainmaking/2 1 +rainproof 1 +rainstorm/1 1 +rainswept +rainwater/2 1 +rainy/34 1 +raise/28 1 +raiser/1 1 +raisin/1 1 +raising 1 +raja/1 1 +rajah/1 1 +raj 1 +rake/28 1 +rakes 1283 +raking 1 +rakish/16 1 +Raleigh/2 1 +Ralph/3 +rally/57 1 +rallying 1 +ram/1 1 +RAM/1 1 +ram/114 1 +Rama/2 1 +Ramada/3 +Ramadan/1 1 +Ramakrishna +Ramanujan/3 +Ramayana 1 +ramble/28 1 +rambler/1 1 +rambling/10 1 +Rambo/3 +rambunctious +rambunctiously +rambunctiousness/3 +ramekin/1 1 +ramequin/1 1 +ramie/2 1 +ramification/1 1 +ramify/31 1 +Ramirez/3 +Ramiro/3 +ramjet/1 1 +Ramon/3 +Ramona/3 +Ramos +ramp/63 1 +rampage/28 1 +rampancy/2 1 +rampant/8 1 +rampart/18 1 +ramrod/113 1 +Ramsay +Ramses +Ramsey/3 +ramshackle 1 +ranch/22 1 +rancher/1 1 +ranching/2 1 +rancid/33 1 +rancidity/2 1 +rancorous/8 1 +rancour/2 1 +Rand +rand/18 1 +Randal/3 +Randall/3 +Randell/3 +Randi/3 +randiness/3 +Randolph/3 +random/475 1 +randomization/2 1 +randomize/6 1 +Randy/3 +randy/34 1 +ranee/1 1 +range/28 1 +rangefinder/10 1 +ranger/1 1 +ranginess/3 +Rangoon/2 1 +rang 1284 +rangy/34 1 +rani/1 1 +rank/53 1 +ranker 1 +Rankin +Rankine/2 1 +ranking/1 1 +rankle/6 1 +rankling 1 +ransack/11 1 +ransom/23 1 +ransomer/1 1 +ran 1285 +rant/23 1 +ranter/1 1 +ranting/10 1 +Raoul/3 +rap/48 1 +rapacious/16 1 +rapacity/2 1 +rape/28 1 +raper/1 1 +rapeseed/2 1 +Raphael +rapid/185 1 +rapidity/2 1 +rapidness/3 +rapier/1 1 +rapine/2 1 +rapist/1 1 +rappel/66 1 +rappelling 1 +rapper/1 1 +rapport/1 1 +rapporteur/10 1 +rapprochement/1 1 +rapscallion/1 1 +raptly 1 +raptness/3 +raptor/10 1 +rapt 1 +rapture/18 1 +rapturous/8 1 +Rapunzel/3 +Raquel/3 +rare/104 1 +rarebit/1 1 +rarefaction/1 1 +rarefy/31 1 +rarity/15 1 +Rasalgethi/3 +Rasalhague/3 +rascal/30 1 +rash/476 1 +rasher/1 1 +Rasmussen/3 +rasp/23 1 +raspberry/15 1 +rasper 1 +rasping 1 +Rasputin +raspy/34 1 +Ra's 1286 +Rastaban/3 +Rastafarian/2 1 +raster 1 +Ra 1287 +rat/109 1 +ratable 1 +ratatouille/2 1 +ratbag/10 1 +ratchet/23 1 +rate/28 1 +rateable 1 +ratepayer/10 1 +rater/1 1 +rather +Rather/3 +rathskeller/1 1 +ratification/1 1 +ratifier/1 1 +ratify/31 1 +rating/1 1 +ratio/1 1 +ratiocinate/6 1 +ratiocination/2 1 +ration/23 1 +rational/30 1 +rationale/1 1 +rationalism/2 1 +rationalist/1 1 +rationalistic +rationality/15 1 +rationalization/1 1 +rationalize/6 1 +Ratliff/3 +ratlike 1 +ratlin/1 1 +ratline/1 1 +rattan/1 1 +ratter/1 1 +rattle/28 1 +rattlebrain/1 1 +rattlebrained +rattler/1 1 +rattlesnake/1 1 +rattletrap/1 1 +rattling/10 1 +rattly/34 1 +rattrap/1 1 +ratty/34 1 +raucous/16 1 +Raul/3 +raunchily 1 +raunchiness/3 +raunchy/34 1 +ravage/233 1 +ravager/1 1 +rave/139 1 +Ravel +ravel/66 1 +ravelling/10 1 +raven/23 1 +ravening 1 +ravenous/8 1 +raven 1 +raver/10 1 +ravine/18 1 +raving/30 1 +ravioli/1 1 +ravish/7 1 +ravisher/1 1 +ravishing/8 1 +ravishment/2 1 +raw/189 1 +Rawalpindi +rawboned +rawhide/2 1 +Ray +ray/18 1 +RayBan/3 +Rayburn/3 +Rayleigh +Raymond/3 +Raymundo/3 +rayon/2 1 +raze/6 1 +razor/86 1 +razorback/1 1 +razorbills +razorblades +razz/22 1 +razzamatazz 1 +razzmatazz/2 1 +Rb/2 1 +RBI 1 +RC +RCA/3 +RCMP +rcpt +rd +Rd +RD +RDA +re/1 1 +Re/2 1 +reabsorb/11 1 +reaccessed +reach/22 1 +reachable 1 +reachieved +reacquaint/11 1 +reacquire/6 1 +reacquisition 1 +react/11 1 +reactant/1 1 +reaction/1 1 +reactionary/15 1 +reactivate/6 1 +reactivation/2 1 +reactive 1 +reactivity/61 1 +reactor/1 1 +read/86 1 +readability/15 1 +readable 1 +readdress/7 1 +reader/1 1 +readership/1 1 +reading/1 1 +Reading/2 1 +readjust/11 1 +readjustment/1 1 +readmission/2 1 +readmit/12 1 +readopt/11 1 +readout/1 1 +ready/477 1 +reaffirm/11 1 +reaffirmation/1 1 +reafforestation 1 +Reagan/2 1 +Reaganomics/3 +reagent/1 1 +real/38 1288 +realign/11 1 +realignment/1 1 +realism/2 1 +realist/1 1 +realistic/39 1 +realist 1 +reality/15 1 +realizable 1 +realization/1 1 +realize/6 1 +reallocate/6 1 +reallocation/2 1 +realm/1 1 +realpolitik/2 1 +realtor/1 1 +Realtor 1 +realty/2 1 +really 1 +ream/23 1 +reamer/1 1 +reanalysis/2 1 +reanalyze/6 1 +reanimate/6 1 +reanimation/2 1 +reap/11 1 +reaper/1 1 +reappear/11 1 +reappearance/1 1 +reapplication/1 1 +reapply/31 1 +reappoint/11 1 +reappointment/2 1 +reapportion/11 1 +reapportionment/2 1 +reappraisal/1 1 +reappraise/6 1 +rear/478 1 +rearguard/1 1 +rearm/11 1 +rearmament/2 1 +rearmost 1 +rearrange/6 1 +rearrangement/1 1 +rearrest/23 1 +rearward/10 1 +reascend/11 1 +reason/23 1 +reasonable/29 1 +reasoned 1 +Reasoner/3 +reasoner/1 1 +reasoning/2 1 +reasonless 1 +reassemble/6 1 +reassembly/3 +reassert/11 1 +reassertion/2 1 +reassess/7 1 +reassessment/1 1 +reassign/11 1 +reassignment/1 1 +reassuming +reassurance/1 1 +reassure/6 1 +reassured 1 +reassuring/8 1 +reattach/7 1 +reattachment/2 1 +reattain/11 1 +reattempt/11 1 +reauthorize/6 1 +reawaken/11 1 +reawakening 1 +Reba/3 +rebalanced +rebate/28 1 +Rebecca +Rebekah +rebel/66 1 +rebelling 1 +rebellion/1 1 +rebellious/16 1 +rebel 1 +rebid/479 1 +rebind/121 1289 +rebirth/1 1 +reboil/11 1 +rebook 1 +reboot/11 1 +reborn 1 +rebound/23 1290 +rebroadcast/86 1 +rebuff/23 1 +rebuild/386 1 +rebuke/28 1 +rebukingly +reburial/1 1 +rebury/31 1 +rebus/4 1 +rebut/12 1 +rebuttal/1 1 +rec/2 1 +recalcitrance/2 1 +recalcitrant 1 +recalculate/6 1 +recalculation/1 1 +recalibrate/480 1 +recalibration 1 +recall/23 1 +recant/11 1 +recantation/1 1 +recap/48 1 +recapitalization 1 +recapitalize/6 1 +recapitulate/6 1 +recapitulation/1 1 +recapture/28 1 +recast/86 1 +recasting/2 1 +recce/71 1 +recd +rec'd +recede/6 1 +receipt/23 1 +receivable/32 1 +receive/6 1 +receiver/1 1 +receivership/2 1 +recension 1 +recent/21 1 +receptacle/1 1 +reception/1 1 +receptionist/1 1 +receptive/16 1 +receptivity/2 1 +receptor/1 1 +recess/22 1 +recession/1 1 +recessional/1 1 +recessionary +recessive/1 1 +recharge/6 1 +rechargeable +recharger 1 +recharge's +recharter/11 1 +recheck/23 1 +recherche 1 +rechristen/11 1 +recidivism/2 1 +recidivist/1 1 +Recife/2 1 +recipe/1 1 +recipient/1 1 +reciprocal/30 1 +reciprocate/6 1 +reciprocation/2 1 +reciprocity/2 1 +recirculate/6 1 +recirculation 1 +recital/1 1 +recitalist/1 1 +recitation/1 1 +recitative/1 1 +recite/6 1 +reciter/1 1 +reckless/16 1 +reckon/11 1 +reckoner 1 +reckoning/1 1 +reclaim/5 1 +reclaimable +reclaimer 1 +reclamation/1 1 +reclassification/2 1 +reclassify/31 1 +recline/6 1 +recliner/1 1 +recluse/1 1 +reclusive 1 +recode/6 1 +recognition/1 1 +recognizable/19 1 +recognizance/1 1 +recognize/6 1 +recognizer/10 1 +recoil/23 1 +recollect/11 1 +recollected 1 +recollection/1 1 +recolonization/2 1 +recolonize/6 1 +recolour +recoloured +recolouring +recolours +recombinant 1 +recombination 1 +recombine/6 1 +recommence/6 1 +recommencement/2 1 +recommend/11 1 +recommendable +recommendation/1 1 +recommission/5 1 +recommit/12 1 +recompense/28 1 +recompilation/10 1 +recompile/252 1 +recompose/6 1 +recomputable +recompute/6 1 +recon/59 1 +reconcilable 1 +reconcile/6 1 +reconcilement 1 +reconciliation/1 1 +recondite 1 +recondition/11 1 +reconfigurable +reconfiguration/10 1 +reconfigure/6 1 +reconfirm/11 1 +reconfirmation/1 1 +reconnaissance/1 1 +reconnect/11 1 +reconnection 1 +reconnoitre/6 1 +reconquer/11 1 +reconquest/2 1 +reconsecrate/6 1 +reconsecration/2 1 +reconsider/11 1 +reconsideration/2 1 +reconsign/11 1 +reconstitute/6 1 +reconstitution/2 1 +reconstruct/11 1 +reconstruction/1 1 +Reconstruction/2 1 +reconstructive 1 +reconsult +reconsulted +reconsulting +recontact/5 1 +recontaminate/6 1 +recontribute +reconvene/6 1 +reconversion 1 +reconvert/11 1 +recook/11 1 +recopy/31 1 +record/79 1 +recordable +recorder/1 1 +recording/1 1 +recordists +recount/23 1 +recoup/5 1 +recouple 1 +recourse/2 1 +recover/11 1 +recoverable 1 +recovery/15 1 +recreant/1 1 +recreate/6 1 +recreation/1 1 +recreational +recriminate/6 1 +recrimination/1 1 +recriminatory +recross/7 1 +recrudesce/6 1 +recrudescence/2 1 +recrudescent +recruit/23 1 +recruiter/1 1 +recruitment/2 1 +recrystallization 1 +recrystallize/6 1 +rectal 1 +rectally 1 +rectangle/1 1 +rectangular 1 +rectifiable +rectification/1 1 +rectifier/1 1 +rectify/31 1 +rectilinear +rectitude/2 1 +recto/1 1 +rector/1 1 +rectory/15 1 +rec 1 +rectum/1 1 +recumbent +recuperate/6 1 +recuperation/2 1 +recuperative 1 +recur/13 1 +recurrence/1 1 +recurrent/8 1 +recursion/10 1 +recursive +recursively +recyclable/1 1 +recycle/28 1 +recyclers +recycling/2 1 +red/1 1 +Red/1 1 +red/481 1 +redact/11 1 +redaction/2 1 +redactor/1 1 +redbird/1 1 +redbreast/1 1 +redbrick 1 +redcap/1 1 +redcoat/1 1 +redcurrant/10 1 +redden/11 1 +redder 1 +reddish 1 +redeclaration +redecorate/6 1 +redecoration/2 1 +rededicate/6 1 +redeem/11 1 +redeemable 1 +redeemer/1 1 +Redeemer/2 1 +redefine/6 1 +redefiner +redefinition/1 1 +redeliver/11 1 +redelivery 1 +redemption/2 1 +redemptive +redeploy/11 1 +redeployment/2 1 +redeposit/23 1 +redeposition 1 +redesign/11 1 +redetermine/6 1 +redevelop/11 1 +redevelopment/1 1 +Redford/3 +Redgrave/3 +redhead/1 1 +redheaded +redial/66 1 +redialling 1 +redirect/11 1 +redirection 1 +rediscover/11 1 +rediscovery/15 1 +rediscussed +redisplay/197 1 +redissolve/6 1 +redistributable +redistribute/6 1 +redistribution/2 1 +redistributive +redistrict/11 1 +redivide/6 1 +redlining/2 1 +Redmond +redneck/1 1 +redo/418 1 +redolence/2 1 +redolent 1 +redouble/43 1 +redoubt/18 1 +redoubtable/19 1 +redound/11 1 +redounding 1 +redraft/5 1 +redraw/303 1291 +redress/22 1 +redrew 1292 +redshift/10 1 +redskin/1 1 +reduce/6 1 +reducer/1 1 +reducibility 1 +reducible 1 +reduction/1 1 +reductionism 1 +reductionist/10 1 +reductive 1 +redundancy/15 1 +redundant/8 1 +reduplicate/6 1 +reduplication/2 1 +redwood/1 1 +redye/47 1 +Reebok/3 +reecho/7 1 +reed/1 1 +Reed/2 1 +reed/59 1 +reedit/11 1 +reeducate/6 1 +reeducation/2 1 +reedy/50 1 +reef/115 1 +reefer/1 1 +reefing 1 +reek/23 1 +reeking 1 +reel/23 1 +reelect/11 1 +reelection/1 1 +reeling 1 +reembark/11 1 +reembody/31 1 +reemerge/6 1 +reemergence/2 1 +reemphasize/6 1 +reemploy/11 1 +reemployment/2 1 +reenact/11 1 +reenactment/1 1 +reenforce/6 1 +reengage/6 1 +reenlist/11 1 +reenlistment/2 1 +reenter/11 1 +reentry/15 1 +reequip/105 1 +Reese/3 +reestablish/7 1 +reestablishment/2 1 +reevaluate/6 1 +reevaluation/1 1 +reeve/74 1293 +Reeves +reexamination/1 1 +reexamine/6 1 +reexplain/11 1 +reexport/11 1 +ref/205 1 +reface/6 1 +refashion/11 1 +refasten/11 1 +refection/2 1 +refectory/15 1 +refer/13 1 +referable +referee/45 1 +reference/28 1 +referencer +referendum/1 1 +referent/1 1 +referential +referentially +referral/1 1 +referrer/1 1 +refile/6 1 +refill/23 1 +refillable +refillings +refinance/6 1 +refine/6 1 +refined 1 +refinement/1 1 +refiner/1 1 +refinery/15 1 +refining 1 +refinish/7 1 +refit/109 1 +refitting 1 +reflate/6 1 +reflation/10 1 +reflationary +reflect/11 1 +reflectance 1 +reflecting 1 +reflection/1 1 +reflectional +reflective/83 1 +reflectivity 1 +reflector/1 1 +reflex/40 1 +reflexion/1 1 +reflexive/211 1 +reflexivity 1 +reflexology 1 +reflex 1 +reflooring +reflux/242 1 +refocus/7 1 +refold/11 1 +reforest/11 1 +reforestation/2 1 +reforge/6 1 +reform/23 1 +reformable 1 +reformat/482 1 +reformation/1 1 +Reformation/1 1 +reformative 1 +reformatory/15 1 +reformed 1 +reformer/1 1 +reformist/10 1 +reformulate/6 1 +reformulation/1 1 +refortify/31 1 +refract/11 1 +refraction/1 1 +refractive 1 +refractors +refractory/15 1 +refrain/23 1 +refreeze/14 1294 +refresh/7 1 +refreshable +refresher/1 1 +refreshing/8 1 +refreshment/130 1 +refrigerant/1 1 +refrigerate/6 1 +refrigeration/2 1 +refrigerator/1 1 +refrozen 1295 +refroze 1295 +refuel/62 1 +refuelling 1 +refuge/18 1 +refugee/1 1 +Refugio/3 +refulgence/2 1 +refulgent 1 +refund/23 1 +refundable +refurbish/7 1 +refurbishment/1 1 +refurnish/7 1 +refusal/1 1 +refuse/28 1 +refuseniks +refuse 1 +refutable 1 +refutation/1 1 +refute/6 1 +refuter/1 1 +regain/11 1 +regal/8 1 +regale/43 1 +regalement/2 1 +regalia/2 1 +regal 1 +regard/187 1 +regardless 1 +regather/11 1 +regatta/1 1 +regency/15 1 +regeneracy/2 1 +regenerate/6 1 +regeneration/1 1 +regenerative 1 +regent/1 1 +regexp +regexps +reggae/2 1 +Reggie/3 +regicide/1 1 +regime/1 1 +regimen/1 1 +regiment/23 1 +regimental 1 +regimentation/2 1 +Regina/54 1 +Reginald/3 +region/1 1 +regional/8 1 +regionalism/1 1 +regional 1 +register/23 1 +registrable +registrant/1 1 +registrar/1 1 +registration/1 1 +registry/15 1 +regnant 1 +Regor/3 +regrade/6 1 +regress/22 1 +regression/1 1 +regressive 1 +regret/109 1 +regretful/8 1 +regrettable/19 1 +regrew 1296 +regrind/121 1297 +reground 1298 +regroup/11 1 +regrow/303 1299 +regrowth/2 1 +reg 1 +regular/30 1 +regularity/15 1 +regularization/2 1 +regularize/6 1 +regulate/6 1 +regulation/1 1 +regulative 1 +regulator/1 1 +regulatory +Regulus/2 1 +regurgitate/6 1 +regurgitation/2 1 +rehab/136 1 +rehabilitate/6 1 +rehabilitation/2 1 +rehabilitative +rehang/11 1300 +rehash/22 1 +rehear/47 1 +rehearing/1 1 +rehears/7 1 +rehearsal/1 1 +rehearse/6 1 +rehearsing 1 +reheat/11 1 +rehi +rehire/6 1 +Rehnquist +rehouse/6 1 +rehousing 1 +rehung 1301 +rehydrate 1 +Reich/2 1 +Reid +reign/23 1 +reignite/6 1 +Reilly/3 +reimbursable +reimburse/6 1 +reimbursement/1 1 +reimplementation +reimplemented +reimplementing +reimporting +reimpose/6 1 +rein/23 1 +Reinaldo/3 +reincarnate/6 1 +reincarnation/1 1 +reincorporate/6 1 +reincorporation/2 1 +reindeer/2 1 +reinfect/11 1 +reinfection/1 1 +reinforce/6 1 +reinforcement/1 1 +Reinhardt +Reinhold/3 +reinitialization +reinitialize +reinitialized +reinitializing +reinoculate/6 1 +reinsert/11 1 +reinsertion/2 1 +reinspect/11 1 +reinstall/242 1 +reinstate/6 1 +reinstatement/2 1 +reinsurance 1 +reintegrate/6 1 +reintegration/2 1 +reinterpret/11 1 +reinterpretation/1 1 +reintroduce/6 1 +reintroduction/1 1 +reinvent/11 1 +reinvention/1 1 +reinvest/11 1 +reinvestigation 1 +reinvestment/2 1 +reinvigorate/6 1 +reis 1302 +reissue/28 1 +reis 1 +REIT +reiterate/6 1 +reiteration/1 1 +reiterative 1 +reject/23 1 +rejection/1 1 +rejig/117 1 +rejigger/11 1 +rejoice/6 1 +rejoicing/1 1 +rejoin/11 1 +rejoinder/1 1 +rejudge/6 1 +rejustified +rejuvenate/6 1 +rejuvenation/1 1 +rejuvenatory +rekindle/6 1 +rel +relabel/62 1 +relabellings +relabelling 1 +relapse/28 1 +relate/6 1 +related/33 1 +relater/1 1 +relation/1 1 +relational +relationally +relationship/1 1 +relative/30 1 +relativism/2 1 +relativist/10 1 +relativistic/39 1 +relativity/2 1 +relator 1 +relaunch/7 1 +relaunch's +relax/7 1 +relaxant/1 1 +relaxation/1 1 +relaxed 1 +relaxer/1 1 +relaxingly +relay/483 1 +relearn/11 1 +releasable +release/28 1 +relegate/6 1 +relegation/2 1 +relent/11 1 +relenting 1 +relentless/16 1 +relevance/2 1 +relevancy/2 1 +relevant/8 1 +reliability/15 1 +reliable/19 1 +reliance/2 1 +reliant 1 +relic/1 1 +relict 1 +relief/123 1 +relieve/6 1 +relieved 1 +reliever/1 1 +relight/11 1 +religion/1 1 +religiosity 1 +religious/240 1 +reline/6 1 +relink/242 1 +relinquish/7 1 +relinquishment/2 1 +reliquary/15 1 +relish/22 1 +relivable +relive/6 1 +reload/5 1 +relocatable +relocate/6 1 +relocation/2 1 +relocked +reluctance/2 1 +reluctant/8 1 +rely/31 1 +rem/1 1 +REM/1 1 +remade 1303 +remain/11 1 +remainder/23 1 +remake/74 1304 +remand/5 1 +remap/105 1 +remark/23 1 +remarkable/19 1 +remarkableness/3 +Remarque +remarriage/1 1 +remarry/31 1 +remaster/11 1 +rematch/184 1 +rematerialized +Rembrandt/2 1 +remeasure/6 1 +remediable 1 +remedial +remedially +remediation/2 1 +remedy/57 1 +remelt/11 1 +remember/11 1 +remembrance/1 1 +remigrate/6 1 +remind/11 1 +reminder/1 1 +Remington +reminisce/6 1 +reminiscence/1 1 +reminiscent/8 1 +remiss/16 1 +remission/1 1 +remit/484 1 +remittance/1 1 +remix/156 1 +remnant/1 1 +remodel/62 1 +remodelling 1 +remold/11 1 +remonstrance/1 1 +remonstrant/1 1 +remonstrate/6 1 +remonstration/10 1 +remorse/2 1 +remorseful/8 1 +remorseless/16 1 +remortgage/6 1 +remote/25 1 +remould/11 1 +remount/23 1 +removable 1 +removal/1 1 +remove/28 1 +removed 1 +remover/1 1 +remunerate/6 1 +remuneration/1 1 +remunerative 1 +Remus/2 1 +Rena/3 +renaissance/1 1 +Renaissance/1 1 +renal 1 +rename/6 1 +renascence/1 1 +Renascence 1 +renascent +renationalisation +renationalized +Renault/3 +rend/386 1 +render/23 1 +rendering/1 1 +rendezvous/22 1 +rendition/18 1 +Rene/3 +Renee/3 +renegade/28 1 +renege/43 1 +reneger/1 1 +renegotiable +renegotiate/6 1 +renegotiation/2 1 +renew/11 1 +renewable 1 +renewal/1 1 +rennet/2 1 +rennin/2 1 +Reno/2 1 +Renoir +renominate/6 1 +renomination/2 1 +renormalization 1 +renounce/43 1 +renouncement/2 1 +renovate/6 1 +renovation/1 1 +renovator/1 1 +renown/174 1 +renowned 1 +rent/23 1 +rental/1 1 +renter/1 1 +renucleated +renumber/11 1 +renunciation/1 1 +reoccupation/2 1 +reoccupy/31 1 +reoccur/13 1 +reopen/11 1 +reopening 1 +reorder/23 1 +reorganization/1 1 +reorganize/6 1 +reorient/11 1 +reorientated +reorientates +reorientation/2 1 +reorient 1 +Rep +rep/1 1 +repack/11 1 +repackage/6 1 +repaint/5 1 +repainting 1 +repair/23 1 +repairable 1 +repairer/1 1 +repairman/2 1305 +repairmen 1306 +repaper 1 +reparable 1 +reparation/130 1 +repartee/2 1 +repartition/242 1 +repast/18 1 +repatriate/28 1 +repatriation/1 1 +repave/6 1 +repay/314 1 +repayable +repayment/1 1 +repeal/23 1 +repeat/23 1 +repeatability 1 +repeatable +repeatably +repeated/8 1 +repeater/1 1 +repeating/2 1 +repel/62 1 +repellant/1 1 +repellent/1 1 +repellingly +repelling 1 +repent/11 1 +repentance/2 1 +repentant/8 1 +repent 1 +repercussion/1 1 +repertoire/1 1 +repertory/15 1 +repetition/1 1 +repetitious/33 1 +repetitiously +repetitive/16 1 +rephotograph/5 1 +rephrase/6 1 +repine/6 1 +repining 1 +replace/6 1 +replaceable +replacement/1 1 +replant/11 1 +replay/23 1 +replenish/7 1 +replenishment/2 1 +replete/485 1 +repletion/2 1 +replica/1 1 +replicable +replica's 1307 +replica 1308 +replicas 1 +replicate/6 1 +replication/1 1 +replicator/10 1 +replier/10 1 +replotted +replug +replugged +replugging +reply/31 1 +reply's +repopulate/6 1 +report/23 1 +reportable +reportage/2 1 +reported/8 1 +reporter/1 1 +reporting 1 +reportorial 1 +repose/28 1 +reposeful 1 +reposition/5 1 +repository/15 1 +repossess/7 1 +repossession/1 1 +reprehend/11 1 +reprehensibility/2 1 +reprehensible/19 1 +reprehension/2 1 +represent/11 1 +representable +representation/1 1 +representational +representative/442 1 +Representative 1 +repress/7 1 +repression/1 1 +repressive/83 1 +reprice/6 1 +reprieve/28 1 +reprimand/23 1 +reprint/23 1 +reprisal/1 1 +reprise/74 1 +reprized +reproach/22 1 +reproachable 1 +reproachful/83 1 +reprobate/18 1 +reprocess/7 1 +reproduce/6 1 +reproducer/1 1 +reproducibility 1 +reproducible/19 1 +reproduction/1 1 +reproductive/8 1 +reprogram/114 1 +reprogrammable +reprojected +reproof/23 1 +reprove/6 1 +reproving/8 1 +reps 1 +reptile/1 1 +reptilian/1 1 +republic/1 1 +republican/1 1 +Republican/1 1 +republicanism/2 1 +Republicanism 1 +republication/1 1 +republish/7 1 +repudiate/6 1 +repudiation/1 1 +repudiator/1 1 +repugnance/2 1 +repugnant +repulse/28 1 +repulsion/1 1 +repulsive/16 1 +repurchase/43 1 +reputability/2 1 +reputable/19 1 +reputation/1 1 +repute/28 1 +reputed/8 1 +request/23 1 +requester 1 +requiem/1 1 +Requiem/1 1 +require/6 1 +requirement/1 1 +requiring 1 +requisite/1 1 +requisition/23 1 +requital/2 1 +requite/6 1 +requiter/1 1 +reran 1309 +reread/121 1 +rereading 1 +rerecord/11 1 +reredos 1 +reregistration 1 +rerolled +reroute/6 1 +rerouteing +rerun/447 1310 +resalable +resale/1 1 +resat 1311 +rescale/6 1 +rescan +rescanned +rescanning +rescans +reschedule/6 1 +rescind/11 1 +rescission/2 1 +rescue/28 1 +rescuer/1 1 +reseal/11 1 +resealable +research/22 1 +researcher/1 1 +reseated +resection/1 1 +reseed/11 1 +reselect/197 1 +reselection 1 +resell/121 1312 +reseller/10 1 +resemblance/1 1 +resemble/6 1 +resend/486 1 +resent/11 1 +resentful/16 1 +resentment/1 1 +reserpine/2 1 +reservation/1 1 +reserve/28 1 +reserved/16 1 +reserve 1 +reservist/1 1 +reservoir/1 1 +reset/128 1 +resettable +resettle/6 1 +resettlement/2 1 +resew/11 1 +reshape/6 1 +resharpen/11 1 +reship/105 1 +reshipment/2 1 +reshow/142 1 +reshuffle/28 1 +reside/6 1 +residence/1 1 +residency/15 1 +resident/1 1 +residential 1 +residual/1 1 +residuary +residua 1313 +residue/1 1 +residuum/2 1314 +resign/11 1 +resignal +resignation/1 1 +resigned/8 1 +resilience/2 1 +resiliency/2 1 +resilient/8 1 +resin/18 1 +resinous 1 +resiny 1 +resist/23 1 +resistance/1 1 +Resistance 1 +resistant 1 +resister/1 1 +resistible 1 +resistive/8 1 +resistivity 1 +resistless 1 +resistor/1 1 +resit/88 1315 +resiting +resitting 1 +resizing +resold 1316 +resole/6 1 +resolute/27 1 +resolution/1 1 +resolvability 1 +resolvable 1 +resolve/28 1 +resolved 1 +resolvent 1 +resolver/10 1 +resonance/1 1 +resonant/8 1 +resonate/6 1 +resonator/1 1 +resorption/2 1 +resort/23 1 +resound/11 1 +resounding/8 1 +resource/1 1 +resourced +resourceful/16 1 +resourcing +resow/126 1 +resp +respecified +respecify +respect/23 1 +respectability/2 1 +respectable/19 1 +respecter/1 1 +respectful/16 1 +respective/8 1 +respell/11 1 +respelling 1 +respiration/2 1 +respirator/1 1 +respiratory +respire/6 1 +respite/18 1 +resplendence/2 1 +resplendent/8 1 +respond/5 1 +respondent/1 1 +responder/10 1 +response/1 1 +responsibility/15 1 +responsible/19 1 +responsive/16 1 +respray/11 1 +rest/23 1 +restaff/11 1 +restart/23 1 +restartable +restate/6 1 +restatement/1 1 +restaurant/1 1 +restauranteur/1 1 +restaurateur/1 1 +restful/85 1 +resting 1 +restitch/7 1 +restitution/2 1 +restive/16 1 +restless/16 1 +restock/11 1 +restoration/1 1 +Restoration/2 1 +restorative/1 1 +restore/6 1 +restorer/1 1 +restrain/11 1 +restrained 1 +restrainer/1 1 +restraint/1 1 +restrengthen/11 1 +restrict/11 1 +restricted 1 +restriction/1 1 +restrictive/16 1 +restring/121 1317 +restroom/1 1 +restructure/6 1 +restructuring/1 1 +restrung 1318 +restudy/365 1 +restyle/6 1 +restyling 1 +resubmission/10 1 +resubmit/12 1 +resubscribe/6 1 +resubstitute +result/23 1 +resultant/1 1 +resulting 1 +resume/28 1 +resumption/1 1 +resupply/31 1 +resurface/6 1 +resurgence/1 1 +resurgent +resurrect/11 1 +resurrection/1 1 +Resurrection 1 +resurvey/5 1 +resuscitate/6 1 +resuscitation/2 1 +resuscitator/1 1 +resynchronization +resynchronize/6 1 +retail/79 1 +retailer/1 1 +retailing 1 +retain/11 1 +retainer/1 1 +retake/264 1319 +retaking 1 +retaliate/6 1 +retaliation/1 1 +retaliative +retaliatory +retard/23 1 +retardant/1 1 +retardation/2 1 +retarder/1 1 +retaught 1320 +retch/156 1 +reteach/125 1321 +retell/121 1322 +retelling 1 +retention/1 1 +retentive/16 1 +retentivity 1 +retest/23 1 +rethink/86 1323 +rethought 1324 +reticence/2 1 +reticent/8 1 +reticular 1 +reticulated +reticulation/1 1 +reticule/10 1 +reticulum 1 +retie/122 1325 +retina/1 1 +retinal 1 +retinitis 1 +retinue/1 1 +retire/6 1 +retired 1 +retiree/1 1 +retirement/1 1 +retiring 1 +retitled +retitling +retold 1326 +retook 1327 +retool/11 1 +retort/23 1 +retouch/22 1 +retrace/6 1 +retract/11 1 +retractable +retractile +retraction/1 1 +retrain/11 1 +retransmission/10 1 +retransmit/12 1 +retread/23 1328 +retreat/23 1 +retreating 1 +retrench/7 1 +retrenchment/1 1 +retrial/1 1 +retribution/1 1 +retributive 1 +retrievable +retrieval/1 1 +retrieve/28 1 +retriever/1 1 +retrieving 1 +retro/1 1 +retroactive/8 1 +retrodden 1329 +retrod 1329 +retrofire/6 1 +retrofit/12 1 +retrofit's +retrofitting 1 +retrograde/6 1 +retrogress/7 1 +retrogression/2 1 +retrogressive +retrorocket/1 1 +retrospect/23 1 +retrospection/2 1 +retrospective/30 1 +retro 1 +retrovirus/4 1 +retry/31 1 +retsina/2 1 +retuning +return/79 1 +returnable/1 1 +returnee/1 1 +returner/1 1 +retying 1330 +retype/6 1 +Reuben 1 +reunification/2 1 +reunify/31 1 +Reunion +reunion/1 1 +reunite/6 1 +reupholster/11 1 +reusable 1 +reuse/6 1 +reuse's +Reuters +Reuther/3 +Rev +rev/487 1 +Reva/3 +revaluation/1 1 +revalue/6 1 +revamp/23 1 +revamping's +revanchist 1 +reveal/5 1 +revealable 1 +revealed 1 +revealing/193 1 +reveille/2 1 +revel/66 1 +revelation/1 1 +Revelation/1 1 +revelatory +reveller/1 1 +revelling/10 1 +revelry/15 1 +revenge/28 1 +revengeful/8 1 +revenging 1 +revenue/1 1 +revenuer/1 1 +reverberant 1 +reverberate/6 1 +reverberation/1 1 +Revere +revere/43 1 +reverence/28 1 +reverend/1 1 +Reverend/2 1 +reverent/8 1 +reverential/8 1 +reverie/1 1 +revers/22 1 +reversal/1 1 +reverse/488 1 +reversed 1 +reverser 1 +reverses 1331 +reversibility 1 +reversible/19 1 +reversing 1 +reversion/1 1 +revert/5 1 +revertible +revery/15 1 +revetment/1 1 +review/79 1 +reviewable +reviewer/1 1 +revile/6 1 +revilement/2 1 +reviler/1 1 +reviling 1 +revisable +revise/28 1 +reviser/1 1 +revision/1 1 +revisionary +revisionism/2 1 +revisionist/1 1 +revisit/11 1 +revitalization/2 1 +revitalize/6 1 +revival/1 1 +revivalism/2 1 +revivalist/1 1 +revive/6 1 +reviver 1 +revivification/2 1 +revivify/31 1 +reviving 1 +Revlon/3 +revocable 1 +revocation/1 1 +revokable +revoke/43 1 +revoker/10 1 +revolt/23 1 +revolting/8 1 +revolution/1 1 +revolutionary/15 1 +revolutionist/1 1 +revolutionize/6 1 +revolvable +revolve/6 1 +revolver/1 1 +revolving 1 +revue/1 1 +revulsion/2 1 +reward/23 1 +rewarm/11 1 +rewash/7 1 +reweave/14 1332 +rewed/275 1 +reweigh/11 1 +rewind/86 1333 +rewindable +rewire/6 1 +reword/11 1 +rewordings +rework/11 1 +reworkings +rewound 1334 +rewoven 1335 +rewove 1335 +rewritable +rewrite/489 1336 +rewritings +rewrote 1337 +Rex 1 +Reyes +Reykjavik/2 1 +Reyna/3 +Reynaldo/3 +Reynolds +rezone/6 1 +RF +Rf/2 1 +RFC/10 1 +RFD +Rh/2 1 +rhapsodical +rhapsodic 1 +rhapsodize/6 1 +rhapsody/15 1 +rhea/1 1 +rhea's 1338 +rhea 1339 +Rhea 1340 +Rhee +Rheingau/3 +Rhenish 1 +rhenium/2 1 +rheological +rheology 1 +rheostat/1 1 +rhesus/4 1 +rhetoric/2 1 +rhetorical/8 1 +rhetorician/1 1 +rheum/2 1341 +rheumatic/52 1 +rheumatism/2 1 +rheumatoid 1 +rheumy/34 1 +Rhiannon/3 +Rhine/2 1 +Rhineland/2 1 +rhinestone/1 1 +rhinitis/2 1 +rhino/1 1 +rhinoceros/4 1 +rhizome/1 1 +rho/1 1 +Rhoda/3 +Rhodes +Rhodesia/2 1 +Rhodesian 1 +rhodium/2 1 +rhododendron/1 1 +rhomboid/1 1 +rhomboidal 1 +rhomboid 1 +rhombus/4 1 +Rhonda/3 +Rhone/2 1 +rhubarb/1 1 +rhyme/28 1 +rhymer/1 1 +rhymester/1 1 +rhythm/1 1 +rhythmical/8 1 +rhythmic 1 +RI +rial/1 1 +rib/136 1 +ribaldry/2 1 +ribald 1 +Ribbentrop +ribber/1 1 +ribbing 1 +ribbon/18 1 +ribcage 1 +riboflavin/2 1 +ribonucleic +ribosomes +Ricardo +Rice +rice/28 1 +ricer/1 1 +rices 1342 +Rich/3 +rich/476 1 +Richard/10 1 +Richardson +Richelieu/2 1 +Richie/3 +Richmond/2 1 +Richter +Richthofen +Rick/3 +rick/23 1 +Rickenbacker/3 +rickets/2 1 +rickety/34 1 +Rickey/3 +Rickie/3 +Rickover +rickrack/2 1 +ricksha/1 1 +rickshaw/1 1 +Ricky/3 +Rico/3 +ricochet/23 1 +ricotta/2 1 +rid/444 1 +riddance/2 1 +Riddle/3 +riddle/28 1 +riddling 1 +Ride +ride/369 1343 +rider/1 1 +riderless 1 +ridership/2 1 +ridge/28 1 +ridgepole/1 1 +ridging 1 +ridgy/34 1 +ridicule/28 1 +ridiculous/16 1 +riding/2 1 +Riefenstahl/3 +Riel/3 +Riemann/2 1 +Riesling/1 1 +RIF +rife/150 1344 +riff/23 1 +riffle/28 1 +riffling 1 +riffraff/2 1 +rifle/28 1 +rifleman/2 1345 +riflemen 1346 +rifler/1 1 +rifling/2 1 +rift/23 1 +rig/92 1 +Riga/2 1 +rigamarole/1 1 +rigatoni/2 1 +Rigel/2 1 +rigger/1 1 +rigging/2 1 +Riggs/3 +right/53 1 +righteous/16 1 +righter 1 +rightful/16 1 +righting 1 +rightism/2 1 +rightist/1 1 +rightmost 1 +righto 1 +rightsize/6 1 +Right 1 +rightward/10 1 +rigid/16 1 +rigidify/259 1 +rigidity/15 1 +rigmarole/1 1 +Rigoberto/3 +Rigoletto/3 +rigorous/16 1 +rigour/1 1 +rile/6 1 +Riley +Rilke +rill/18 1 +rim/160 1 +Rimbaud +rime/28 1 +rimless 1 +rind/18 1 +ring/23 1347 +ringed 1 +ringer/1 1 +ringgit/1 1 +ringing/193 1 +ringleader/1 1 +ringlet/1 1 +ringlike 1 +Ringling/3 +ringmaster/1 1 +Ringo/3 +ringside/2 1 +ringworm/2 1 +rink/18 1 +rinse/28 1 +rinsing 1 +Rio/1 1 +riot/23 1 +rioter/1 1 +rioting/2 1 +riotous/83 1 +RIP +rip/298 1 +riparian 1 +ripcord/1 1 +ripe/27 1 +ripen/11 1 +ripening 1 +riper 1 +ripe 1 +Ripley +ripoff/1 1 +ripost/23 1 +riposte/28 1 +ripper/1 1 +ripping 1 +ripple/490 1 +rippling 1 +ripsaw/18 1 +ripstop 1 +riptide/1 1 +rise/264 1348 +riser/1 1 +risibility/2 1 +risible 1 +rising/1 1 +risk/23 1 +risky/51 1 +Risorgimento +risotto/1 1 +risque 1 +rissole/10 1 +Rita/3 +Ritalin/2 1 +rite/1 1 +ritual/30 1 +ritualism/2 1 +ritualistic/39 1 +ritualized +Ritz/2 1 +ritzy/34 1 +riv +rival/66 1 +rivalling 1 +rivalry/15 1 +rival 1 +Rivas +rive/379 1 +river/1 1 +Rivera +riverbank/1 1 +riverbed/1 1 +riverboat/1 1 +riverfront 1 +Rivers +Riverside +riverside/1 1 +rives 1349 +rivet/23 1 +riveter/1 1 +rivetingly +Riviera/1 1 +riviera/10 1 +rivulet/1 1 +Riyadh/2 1 +riyal/1 1 +Rizal +rm +Rn/2 1 +RN/2 1 +RNA/2 1 +Roach/3 +roach/22 1 +road/1 1 +roadbed/1 1 +roadblock/23 1 +roadhouse/1 1 +roadie/1 1 +roadkill/2 1 +roadrunner/1 1 +roadshow/1 1 +roadside/1 1 +roadsigns +roadster/1 1 +roadsweepers +road 1 +roadway/1 1 +roadwork/1 1 +roadworthy 1 +roam/5 1 +roamer/1 1 +roaming's +roan/1 1 +Roanoke/2 1 +roan 1 +roar/23 1 +roarer/1 1 +roaring/2 1 +roast/79 1 +roaster/1 1 +roasting/1 1 +Rob/3 +rob/145 1 +robber/1 1 +robbery/15 1 +Robbie/3 +Robbin/3 +Robbins +Robby/3 +robe/28 1 +Roberson/3 +Robert/1 1 +Roberta/3 +Roberto/3 +Robertson/3 +Robeson +Robespierre +Robin/3 +robin/1 1 +robing 1 +Robinson +Robitussin/3 +Robles/3 +robot/1 1 +robotic/32 1 +robotize/6 1 +Robson +Robt/3 +robust/21 1 +Robyn/3 +Rocco/3 +Rocha/3 +Rochambeau/3 +Roche/3 +Rochelle/3 +Rochester/2 1 +Rock +rock/79 1 +rockabilly/3 +rockbound 1 +Rockefeller +rocker/1 1 +rockery/61 1 +rocket/23 1 +rocketry/2 1 +rockfall/1 1 +Rockford +rockier 1 +Rockies/2 1 +rocking 1 +Rockne/3 +Rockwell +Rocky/3 +rocky/50 1 +rococo/2 1 +Rod/3 +rod/18 1 +Roddenberry/3 +rodent/1 1 +rodeo/18 1 +Roderick/3 +rode 1350 +Rodger/3 +Rodgers +Rodin +Rodney +Rodolfo/3 +Rodrick/3 +Rodrigo/3 +Rodriguez/3 +Rodriquez/3 +roe/1 1 +roebuck/1 1 +Roeg/3 +Roentgen +roentgen/1 1 +ROFL +Rogelio/3 +Roger/10 1 +roger/11 1 +Roget/3 +rogue/18 1 +roguery/2 1 +rogue 1 +roguish/16 1 +roil/11 1 +roister/11 1 +roisterer/1 1 +Rojas/3 +Rolaids/2 1 +Roland +Rolando/3 +role/1 1 +Rolex/3 +roll/23 1 +Rolland +rollback/1 1 +roller/1 1 +Rollerblade 1 +rollerblading +rollerskating/2 1 +rollick/11 1 +rollicking/2 1 +rolling/10 1 +Rollins +rollmop/10 1 +rollover/1 1 +Rolodex 1 +Rolvaag/3 +ROM/2 1 +romaine/1 1 +Roman/1 1 +roman/2 1 +romance/28 1 +romancer/1 1 +romancing 1 +Romanesque/1 1 +Romanian/1 1 +Romano 1 +Romanov/2 1 +Romansh +romantic/52 1 +romanticism/2 1 +Romanticism 1 +romanticist/1 1 +romanticize/6 1 +Romantic 1 +roman 1 +Roman 1 +Romany/15 1 +Rome/1 1 +romeo/1 1 +Romeo 1 +Romero/3 +Rommel/2 1 +Romney 1 +romp/23 1 +romper/1 1 +Rom 1 +Romulus/2 1 +Ron/2 1351 +Ronald/3 +Ronda/3 +rondo/1 1 +Ronnie/3 +Ronstadt/3 +Rontgen +rontgen/10 1 +Ronny/3 +rood/1 1 +roof/23 1 +roofer/1 1 +roofgarden +roofing/2 1 +roofless 1 +rooftop/1 1 +rook/23 1 +rookery/15 1 +rookie/1 1 +room/23 1 +roomer/1 1 +roomette/1 1 +roomful/1 1 +roommate/1 1 +roomy/50 1 +Rooney/3 +Roosevelt/2 1 +roost/23 1 +rooster/1 1 +Root/3 +root/79 1 +rooter/1 1 +rooting 1 +rootless/153 1 +rootlet/1 1 +rootstock 1 +rope/28 1 +roper/1 1 +ropey 1352 +ropier 1353 +ropiest 1353 +roping 1 +ropy/34 1 +Roquefort/1 1 +Rorschach 1 +Rory/3 +Rosa/2 1 +Rosales/2 1 +Rosalie/3 +Rosalind/3 +Rosalinda/3 +Rosalyn/3 +Rosanna/3 +Rosanne/3 +Rosario +rosary/15 1 +Roscoe/3 +Rose/3 +rose/18 1 +Roseann/3 +roseate 1 +Roseau/2 1 +rosebud/1 1 +rosebush/4 1 +Rosecrans/3 +Rosella/3 +Rosemarie/3 +Rosemary/3 +rosemary/2 1 +Rosenberg/3 +Rosendo/3 +Rosenzweig/3 +rose 1354 +Rosetta +rosette/18 1 +rosewater/2 1 +rosewood/1 1 +Rosicrucian 1 +Rosie/3 +rosier 1 +rosin/23 1 +Roslyn/3 +Ross/2 1 +Rossetti/2 1 +Rossini/2 1 +Rostand +roster/86 1 +rostering 1 +Rostov/2 1 +Rostropovich/3 +rostrum/1 1 +Roswell/3 +rosy/51 1 +rot/109 1 +rota/10 1 +Rotarian/2 1 +rotary/15 1 +rotatable 1 +rotate/6 1 +rotation/1 1 +rotational/8 1 +rotators +rotatory +ROTC/2 1 +rote/2 1 +rotgut/2 1 +Roth/3 +Rothko +Rothschild +rotisserie/1 1 +rotogravure/1 1 +rotor/1 1 +rototiller/1 1 +rotten/21 1 +rotter/10 1 +Rotterdam/2 1 +Rottweiler/2 1 +rottweiler/10 1 +rotunda/1 1 +rotundity/2 1 +rotundness/3 +rotund 1 +Rouault +rouble/1 1 +roue/1 1 +rouge/28 1 +rough/53 1 +roughage/2 1 +roughcast 1 +roughen/11 1 +rougher 1 +roughhouse/28 1 +roughneck/23 1 +roughshod 1 +roulette/2 1 +Roumania/2 1 +round/53 1 +roundabout/1 1 +rounded 1 +roundel/10 1 +roundelay/1 1 +rounder/10 1 +roundhouse/1 1 +rounding 1 +roundish 1 +roundtable/1 1 +roundup/1 1 +roundworm/1 1 +Rourke/3 +rouse/6 1 +rousing 1 +Rousseau/2 1 +roust/11 1 +roustabout/1 1 +rout/23 1 +route/28 1 +router/1 1 +routine/30 1 +routing 1 +routinize/6 1 +roux 1 +Rove/3 +rove/43 1 +Rover +rover/1 1 +rove 1355 +roving 1 +row/23 1 +rowan/10 1 +rowboat/1 1 +rowdy/222 1 +rowdyism/2 1 +Rowe +rowel/66 1 +rowelling 1 +Rowena/3 +rower/1 1 +rowing/2 1 +Rowland/3 +Rowling/3 +rowlock/10 1 +Roxanne/3 +Roxie/3 +Roxy/3 +Roy/3 +royal/30 1 +royalist/1 1 +Royal 1 +royalty/347 1 +Royce +Rozelle/3 +RP +rpm 1 +rps +RR +RSFSR +RSI +RSV +RSVP +rt +rte +Rte +RTFM/11 1 +Ru/2 1 +rub/136 1 +Rubaiyat/3 +rubato/1 1 +rubber/18 1 +rubberize/6 1 +Rubbermaid/3 +rubberneck/23 1 +rubbernecker/1 1 +rubber 1 +rubbery/34 1 +rubbing/10 1 +rubbish/22 1 +rubbishy 1 +rubble/2 1 +rubdown/1 1 +rube/1 1 +rubella/2 1 +Ruben/3 +Rubens +Rubicon/1 1 +rubicund +rubidium/2 1 +Rubik/3 +Rubin/3 +Rubinstein +rubric/18 1 +Ruby/3 +ruby/491 1 +Ruchbah/3 +ruched +ruck/5 1 +rucksack/1 1 +ruckus/4 1 +ruction/10 1 +rudder/1 1 +rudderless 1 +ruddy/50 1 +rude/27 1 +rudiment/1 1 +rudimentary 1 +Rudolf +Rudolph/3 +Rudy/3 +Rudyard/3 +rue/28 1 +rueful/16 1 +ruff/23 1 +ruffian/18 1 +ruffianly 1 +ruffle/28 1 +ruffling 1 +ruffly/34 1 +Rufus/3 +rug/364 1 +rugby/2 1 +Rugby 1 +rugged/21 1 +rugger 1 +Ruhr/2 1 +ruin/23 1 +ruination/1 1 +ruing 1 +ruining 1 +ruinous/8 1 +Ruiz/3 +Rukeyser/3 +rule/28 1 +rulebook +rulebooks +ruler/18 1 +ruling/1 1 +rum/492 1 +Rumania/2 1 +Rumanian/1 1 +rumba/23 1 +rumble/28 1 +rumbling/1 1 +rumbustious +ruminant/1 1 +ruminate/6 1 +rumination/1 1 +ruminative +ruminatively +rummage/28 1 +rummer 1 +rummy/2 1 +rumour/23 1 +rumourmonger/1 1 +rump/18 1 +Rumpelstiltskin/2 1 +rumple/28 1 +rumpling 1 +rumply/34 1 +rump 1 +rumpus/40 1 +Rumsfeld/3 +run/447 1356 +runabout/1 1 +runaround/1 1 +runaway/1 1 +rundown/1 1 +rune/1 1 +rung/1 1357 +runic 1 +runlet/1 1 +runnable +runnel/1 1 +runner/1 1 +running/2 1 +runoff/1 1 +runt/1 1 +runty/34 1 +runway/1 1 +runny/34 1 +Runnymede +Runyon +rupee/1 1 +Rupert/2 1 +rupiah/1 1 +rupture/28 1 +rural/8 1 +ruse/1 1 +Rush/3 +rush/147 1 +Rushdie/3 +rusher/1 1 +rushing 1 +Rushmore/2 1 +rushy/34 1 +rusk/1 1 +Ruskin +Russel/3 +Russell/2 1 +russet/18 1 +Russia/2 1 +Russian/1 1 +Russo/3 +Russ 1 +rust/23 1 +Rustbelt/2 1 +rustic/52 1 +rusticate/6 1 +rustication/2 1 +rusticity/2 1 +rusting 1 +rustle/28 1 +rustler/1 1 +rustling/10 1 +rustproof/11 1 +rust 1 +Rusty/3 +rusty/50 1 +rut/109 1 +rutabaga/1 1 +Rutan/3 +Rutgers +Ruth/2 1 +ruthenium/2 1 +Rutherford +rutherfordium/2 1 +Ruthie/3 +ruthless/16 1 +Rutledge/3 +rutting 1 +rutty/34 1 +RV/1 1 +Rwanda/1 1 +Rwandan/1 1 +Rwy +Rx +Ry +Ryan/3 +Rydberg/3 +Ryder +rye/2 1 +Ryukyu/3 +S/2 1 +SA +Saab/3 +Saar +Saarinen +Saatchi/3 +Sabbath/1 1 +sabbath 1 +sabbatical/1 1 +Sabik/3 +Sabin +Sabina/3 +Sabine/2 1 +sable/18 1 +sabot/1 1 +sabotage/28 1 +saboteur/1 1 +sabra/1 1 +Sabre/3 +sabre/18 1 +Sabrina/3 +SAC +sac/64 1 +Sacajawea +saccharides +saccharin/2 1 +saccharine 1 +Sacco/3 +sacerdotal +sachem/1 1 +sachet/1 1 +Sachs/3 +sack/23 1 +sackcloth/2 1 +sackful/1 1 +sacking/1 1 +sacral 1 +sacrament/18 1 +sacramental 1 +Sacramento/2 1 +sacra 1358 +sacred/16 1 +sacrifice/28 1 +sacrificial +sacrificially +sacrilege/1 1 +sacrilegious/8 1 +sacristan/1 1 +sacristy/15 1 +sacroiliac/1 1 +sacrosanct/33 1 +sacrum/2 1359 +sad/493 1 +Sadat +Saddam/3 +sadden/11 1 +saddening 1 +saddle/28 1 +saddlebag/1 1 +saddler/10 1 +saddlery 1 +Sadducee +Sade/2 1 +sades 1360 +sadhu/10 1 +Sadie/3 +sadism/2 1 +sadist/1 1 +sadistic/39 1 +sadist 1 +sadomasochism/2 1 +sadomasochist/1 1 +sadomasochistic +Sadr/3 +safari/23 1 +Safavid +safe/25 1361 +safeguard/23 1 +safeguarding 1 +safekeeping/1 1 +safety/167 1 +Safeway/3 +safflower/1 1 +saffron/1 1 +sag/92 1 +saga/1 1 +sagacious/8 1 +sagacity/2 1 +Sagan/3 +saga's 1362 +saga 1363 +sage/256 1 +sagebrush/2 1 +sagging 1 +Saginaw/3 +Sagittarius/4 1 +sago/2 1 +sag 1 +saguaro/1 1 +saggy/34 1 +Sahara/2 1 +Saharan/2 1 +Sahel +sahib/1 1 +said 1 +Saigon/2 1 +sail/23 1 +sailboard/86 1 +sailboarder/1 1 +sailboarding/2 1 +sailboat/1 1 +sailcloth/2 1 +sailfish/4 1 +sailing/1 1 +sailor/1 1 +sailplane/18 1 +saint/63 1 +sainthood/2 1 +saintlike 1 +saintly/50 1 +saint 1 +Saiph/3 +saith 1 +Sakai +sake/1 1 +sakes 1364 +Sakha/3 +Sakhalin/3 +Sakharov +Saki/3 +saki/2 1 +Saks +Sal +salaam/23 1 +salacious/16 1 +salacity/2 1 +salad/1 1 +Saladin +Salado +salamander/1 1 +salami/1 1 +Salamis +salary/148 1 +Salas/3 +Salazar/3 +sale/1 1 +saleability +saleable 1 +Salem/2 1 +Salerno/2 1 +saleroom/10 1 +salesclerk/1 1 +salesgirl/1 1 +saleslady/15 1 +salesman/2 1365 +salesmanship/2 1 +salesmen 1366 +salespeople's 1367 +salespeople 1368 +salesperson/1 1369 +salesroom/10 1 +saleswoman/2 1370 +saleswomen 1371 +salicylic +salience/2 1 +salient/30 1 +Salinas +saline/1 1 +Salinger +salinity/2 1 +Salisbury/2 1 +Salish/2 1 +saliva/2 1 +salivary +salivate/6 1 +salivation/1 1 +Salk +Sallie/3 +sallow/179 1 +Sallust +salmon/1 1 +salmonella/54 1 +Salome/2 1 +salon/1 1 +Salonika/2 1 +saloon/1 1 +salsa/18 1 +salt/190 1 +SALT/2 1 +salt/11 1 +saltbox/4 1 +saltcellar/1 1 +salter 1 +saltier 1 +saltine/1 1 +saltines 1 +salting 1 +Salton/3 +saltpetre/2 1 +saltshaker/1 1 +saltwater/2 1 +salty/50 1 +salubrious 1 +salubrity 1 +salutary 1 +salutation/1 1 +salutatorian/1 1 +salutatory 1 +salute/28 1 +Salvador/2 1 +Salvadoran/1 1 +Salvadorean/1 1 +Salvadorian/1 1 +salvage/28 1 +salvageable +salvation/2 1 +Salvatore/3 +salve/28 1 +salver/1 1 +salving 1 +salvo/18 1 +Salween/3 +Sally/3 +sally/31 1 +sally's +Salyut/2 1 +Sam +SAM/2 1 +Samantha/3 +Samar/3 +Samara +Samaritan/1 1 +samarium/2 1 +Samarkand/2 1 +samba/23 1 +same/494 1 +samey +samizdat/10 1 +Sammie/3 +Sammy/3 +Samoa/2 1 +Samoan/1 1 +samosa/10 1 +Samoset/3 +samovar/1 1 +Samoyed/2 1 +sampan/1 1 +sample/139 1 +sampler/1 1 +sampling/10 1 +Sampson/3 +Samson +Samsonite/3 +Samsung/3 +Samuel +Samuelson/3 +samurai/1 1 +San +San'a +Sana/2 1 +Sanaa/2 1 +sanatorium/1 1 +Sanchez/3 +Sancho/3 +sanctification/2 1 +sanctify/31 1 +sanctifying 1 +sanctimonious/16 1 +sanctimony/2 1 +sanction/23 1 +sanctity/2 1 +sanctuary/15 1 +sanctum/1 1 +Sand +sand/23 1 +sandal/18 1 +sandalwood/2 1 +sandbag/92 1 +sandbank/1 1 +sandbar/1 1 +sandblast/23 1 +sandblaster/1 1 +sandbox/4 1 +Sandburg +sandcastle/1 1 +sander/1 1 +Sanders +sanders 1 +sandhog/1 1 +sanding 1 +Sandinista 1 +sandlot/495 1 +sandlotter/1 1 +sandman/2 1372 +sandmen 1373 +Sandoval/3 +sandpaper/23 1 +sandpiper/1 1 +sandpit/10 1 +Sandra/3 +sandstone/1 1 +sandstorm/1 1 +sandwich/22 1 +Sandy/3 +sandy/50 1 +sane/27 1 +Sanford/3 +Sanforized +Sang/3 +sang/10 1 +Sanger +sangfroid/2 1 +sangria/2 1 +sang 1374 +sanguinary 1 +sanguine/8 1 +Sanhedrin 1 +sanitarian/1 1 +sanitarium/1 1 +sanitary 1 +sanitation/2 1 +sanitize/6 1 +sanitizer/10 1 +sanity/2 1 +Sanka/3 +Sankara/3 +sank 1375 +sans +sanserif 1 +Sanskrit/2 1 +Santa +Santana/3 +Santayana +Santeria 1 +Santiago/2 1 +Santos +SAP/3 +sap/48 1 +sapience/2 1 +sapient 1 +sapless 1 +sapling/1 1 +sapper/10 1 +sapphire/1 1 +Sappho/2 1 +Sapporo/2 1 +sappy/50 1 +saprophyte/1 1 +saprophytic 1 +sapsucker/1 1 +sapwood/2 1 +Saracen/1 1 +Saragossa/2 1 +Sarah +Sarajevo/2 1 +Saran/3 +saran/2 1 +sarape/1 1 +Sarasota/3 +Sara's 1376 +Sara 1377 +Saratov/2 1 +Sarawak/2 1 +sarcasm/1 1 +sarcastic/39 1 +sarcoma/1 1 +sarcophagi 1378 +sarcophagus/2 1379 +sardine/18 1 +Sardinia/2 1 +sardonic/39 1 +saree/1 1 +Sargasso/3 +sarge/1 1 +Sargent +Sargon/3 +sari/1 1 +sari's 1380 +sari 1381 +sarky 1 +sarnie/10 1 +Sarnoff/3 +sarong/1 1 +Saroyan/3 +SARS/3 +sarsaparilla/1 1 +Sarto +sartorial/8 1 +Sartre +SASE +sash/40 1 +Sasha/3 +sashay/23 1 +Sask +Saskatchewan/2 1 +Saskatoon/2 1 +Sasquatch/4 1 +sass/22 1 +sassafras/4 1 +Sassanian 1 +Sassoon +sassy/34 1 +SAT +Sat/2 1 +Satan/2 1 +satanic/39 1 +satanical +satanism/2 1 +Satanism/2 1 +satanist/1 1 +Satanist/2 1 +satay 1 +satchel/1 1 +sate/6 1 +sateen/2 1 +satellite/28 1 +sates 1382 +satiable 1 +satiate/6 1 +satiation/2 1 +satiety/2 1 +satin/18 1 +satinwood/1 1 +satiny 1 +satire/1 1 +satiric +satirical/8 1 +satirist/1 1 +satirize/6 1 +satisfaction/1 1 +satisfactory/213 1 +satisfiable +satisfy/31 1 +satisfying/8 1 +satori/2 1 +satrap/1 1 +sat 1383 +satsuma/10 1 +saturate/6 1 +saturation/2 1 +Saturday/1 1 +Saturn/2 1 +Saturnalia/2 1 +saturnalia 1 +saturnine +satyr/1 1 +satyriasis/2 1 +satyric 1 +sauce/28 1 +saucepan/1 1 +saucer/1 1 +saucier 1 +saucy/51 1 +Saudi/1 1 +sauerkraut/2 1 +Saul/2 1 +sauna/23 1 +Saunders +Saundra/3 +saunter/23 1 +sauntering 1 +saurian 1 +sauropod/1 1 +sausage/1 1 +Saussure +saute/23 1 +sauterne/130 1 +Sauterne/1 1 +saute 1 +savable 1 +Savage +savage/107 1 +savagery/15 1 +savanna/1 1 +savannah/1 1 +Savannah/2 1 +savant/1 1 +save/28 1 +saveable 1 +saveloy 1 +saver/1 1 +saves 1384 +saving/130 1 +Savior/2 1 +saviour/1 1 +Savonarola +savour/23 1 +savoury/288 1 +Savoy +savoy/1 1 +Savoyard/2 1 +savvy/87 1 +saw/23 1 +sawbones/2 1 +sawbuck/1 1 +sawdust/2 1 +sawflies +sawfly/3 +sawhorse/1 1 +sawing 1 +sawmill/1 1 +saw 1385 +sawtooth 1 +Sawyer/3 +sawyer/1 1 +sax/4 1 +saxifrage/1 1 +Saxon/1 1 +Saxony/2 1 +saxophone/1 1 +saxophonist/1 1 +say/496 1 +Sayers +saying/1 1 +say 1 +Sb/2 1 +SBA +Sc/2 1 +SC/2 1 +scab/136 1 +scabbard/18 1 +scabby/50 1 +scabies/2 1 +scabrous 1 +scad/1 1 +scaffold/86 1 +scaffolding/2 1 +scag/118 1 +scalability +scalable 1 +scalar/10 1 +scalawag/1 1 +scald/23 1 +scalding 1 +scald 1 +scale/28 1 +scaleless 1 +scalene 1 +scalier 1386 +scaliest 1386 +scaling 1 +scallion/1 1 +scallop/23 1 +scalp/23 1 +scalpel/1 1 +scalper/1 1 +scaly/50 1 +scallywag/10 1 +scam/160 1 +scamp/18 1 +scamper/23 1 +scampi/2 1 +Scan +scan/133 1 +scandal/18 1 +scandalize/6 1 +scandalmonger/1 1 +scandalous/8 1 +Scandinavia/2 1 +Scandinavian/1 1 +scandium/2 1 +scanner/1 1 +scanning 1 +scansion/2 1 +scant/98 1 +scanty/97 1 +scapegoat/23 1 +scapegoating 1 +scapegrace/1 1 +scape 1 +scapula/54 1 +scapular/1 1 +scar/103 1 +scarab/1 1 +Scaramouch +Scarborough +scarce/27 1 +scarcity/15 1 +scare/28 1 +scarecrow/1 1 +scared 1 +scaremonger/1 1 +scaremongering 1 +scarey 1387 +scarf/115 1 +scarfing 1 +scarier 1388 +scariest 1388 +scarification/2 1 +scarify/31 1 +scariness/3 +scarlatina/2 1 +Scarlatti +scarlet/2 1 +scarp/23 1 +scarper/11 1 +scarping 1 +scarring 1 +scary/60 1 +scat/407 1 +scathe/252 1 +scathing/8 1 +scatological +scatology/2 1 +scatter/23 1 +scatterbrain/1 1 +scatterbrained +scattered 1 +scatterer/10 1 +scattering/1 1 +scatty 1 +scavenge/6 1 +scavenger/1 1 +scenario/1 1 +scenarist/1 1 +scene/18 1 +scenery/2 1 +scenic/39 1 +scent/23 1 +scenting 1 +scentless 1 +sceptic/1 1 +sceptical/8 1 +scepticism/2 1 +sceptic 1 +sceptre/78 1 +sch +schadenfreude 1 +Scheat/3 +Schedar/3 +schedule/28 1 +scheduler/10 1 +Scheherazade/3 +Schelling +schema/497 1 +schematic/52 1 +schematize/6 1 +scheme/28 1 +schemer/1 1 +scheming 1 +Schenectady/2 1 +scherzo/1 1 +Schiaparelli/3 +Schick/3 +Schiller +schilling/1 1 +Schindler/3 +schism/1 1 +schismatic/1 1 +schist/2 1 +schizo/1 1 +schizoid/1 1 +schizophrenia/2 1 +schizophrenic/1 1 +schizophrenically +schizo 1 +schlemiel/1 1 +schlep/48 1 +schlepp/23 1 +Schlesinger/3 +Schliemann +Schlitz/3 +schlock/2 1 +schlocky/34 1 +schmaltz/2 1 +schmaltzy/34 1 +schmalz/2 1 +Schmidt +schmo/4 1 +schmoe/1 1 +schmooze/43 1 +schmoozer/10 1 +schmuck/1 1 +Schnabel +schnapps/2 1 +schnaps's +Schnauzer/3 +schnauzer/1 1 +Schneider/3 +schnitzel/1 1 +schnook/1 1 +schnoz/4 1 +schnozzle/1 1 +Schoenberg/3 +scholar/1 1 +scholarly 1 +scholarship/1 1 +scholastic/39 1 +scholasticism 1 +scholastic 1 +school/23 1 +schoolbag/1 1 +schoolbook/1 1 +schoolboy/1 1 +schoolchild/155 1 +schooldays +schoolfellow/1 1 +schoolfriend 1 +schoolgirl/1 1 +schoolhouse/1 1 +schooling/2 1 +schoolkid/10 1 +schoolmarm/1 1 +schoolmarmish +schoolmaster/18 1 +schoolmate/1 1 +schoolmistress/4 1 +schoolroom/1 1 +schoolteacher/1 1 +school 1 +schoolwork/2 1 +schoolyard/1 1 +schooner/1 1 +Schopenhauer +Schrieffer/3 +Schrodinger/2 1 +schrod's +Schroeder/3 +schtick 1 +Schubert +Schultz/3 +Schulz/3 +Schumann +Schumpeter/3 +schuss/22 1 +schussboomer/1 1 +Schuyler/3 +Schuylkill/3 +schwa/1 1 +Schwartz/3 +Schwarzenegger/3 +Schwarzkopf/3 +Schweitzer +Schweppes/3 +Schwinger/3 +Schwinn/3 +sci +sciatica/2 1 +sciatic 1 +science/1 1 +scientific/39 1 +scientist/1 1 +Scientology/3 +scimitar/1 1 +scintilla/1 1 +scintillate/6 1 +scintillating 1 +scintillation/1 1 +scintillator/10 1 +scion/1 1 +Scipio/2 1 +scissor/11 1 +scleroses 1389 +sclerosis/2 1390 +sclerotic 1 +scoff/23 1 +scoffer/1 1 +scoffing 1 +scofflaw/1 1 +scold/23 1 +scolder 1 +scolding/1 1 +scoliosis/2 1 +scollop/23 1 +sconce/18 1 +scone/1 1 +scoop/23 1 +scooper 1 +scoopful/1 1 +scooping 1 +scoot/5 1 +scooter/1 1 +scope/28 1 +Scopes/3 +scorbutic 1 +scorch/22 1 +scorcher/1 1 +scorching 1 +score/139 1 +scoreboard/1 1 +scorecard/1 1 +scorekeeper/1 1 +scoreless 1 +scoreline/10 1 +scorer/1 1 +scoring 1 +scorn/23 1 +scorner/1 1 +scornful/8 1 +scorning 1 +Scorpio/1 1 +scorpion/1 1 +Scorpius/2 1 +Scorsese/3 +Scot/1 1 +scotch/4 1 +Scotch/4 1 +scotch/7 1 +Scotchman/2 1391 +Scotchmen 1392 +scotchs +scotch 1 +Scotch 1 +Scotchwoman/2 1393 +Scotchwomen 1394 +Scotland/2 1 +Scotsman/2 1395 +Scotsmen 1396 +Scotswoman/2 1397 +Scotswomen 1398 +Scott +Scottie/1 1 +Scottish/2 1 +Scottsdale +Scotty/61 1 +scoundrel/1 1 +scour/5 1 +scourer/1 1 +scourge/28 1 +scouring 1 +scout/23 1 +scouter/10 1 +scouting/2 1 +scoutmaster/1 1 +Scout 1 +scow/18 1 +scowl/23 1 +scowling 1 +scrabble/1 1 +Scrabble/1 1 +scrabble/6 1 +scrabbler/1 1 +scrag/18 1 +scraggly/34 1 +scraggy/34 1 +scram/114 1 +scramble/28 1 +scrambler/1 1 +scrambling 1 +Scranton +scrap/298 1 +scrapbook/1 1 +scrape/28 1 +scraper/1 1 +scrapheap/1 1 +scrapie 1 +scraping/10 1 +scrapper/1 1 +scrappy/34 1 +scrapyard/1 1 +scratch/22 1 +scratchcard/10 1 +scratchily 1 +scratching/10 1 +scratchpad/10 1 +scratch 1 +scratchy/50 1 +scrawl/23 1 +scrawling 1 +scrawly/34 1 +scrawny/50 1 +scream/23 1 +screamer/1 1 +screaming/8 1 +scree/1 1 +screech/22 1 +screechy/34 1 +screed/71 1 +screen/23 1 +screening/1 1 +screenplay/1 1 +screenwriter/1 1 +screenwriting/2 1 +screw/23 1 +screwball/1 1 +screwdriver/1 1 +screwiness/3 +screwing 1 +screwworm/1 1 +screwy/34 1 +Scriabin +scribal 1 +scribble/28 1 +scribbler/1 1 +scribbling/10 1 +scribe/28 1 +scribing 1 +Scribner/3 +scrim/1 1 +scrimmage/28 1 +scrimp/11 1 +scrimshaw/23 1 +scrip/1 1 +script/23 1 +scriptorium 1 +scriptural 1 +scripture/1 1 +Scripture/1 1 +scriptwriter/1 1 +scriptwriting 1 +scrivener/1 1 +scrod/2 1 +scrofula/2 1 +scrofulous 1 +scrog/117 1 +scroll/23 1 +scrollable +scrooge/18 1 +Scrooge 1 +scrotal 1 +scrota 1399 +scrotum/2 1400 +scrounge/6 1 +scrounger/1 1 +scrounging 1 +scroungy/34 1 +scrub/329 1 +scrubber/1 1 +scrubby/34 1 +scruff/1 1 +scruffily 1 +scruffiness/3 +scruffy/34 1 +Scruggs/3 +scrum/218 1 +scrumhalf +scrumhalves +scrummage/360 1 +scrump/11 1 +scrumptious/8 1 +scrumpy 1 +scrunch/22 1 +scrunchie/1 1 +scrunchy/15 1 +scruple/28 1 +scrupulosity/2 1 +scrupulous/16 1 +scrutineer/10 1 +scrutinize/6 1 +scrutiny/15 1 +scuba/23 1 +Scud +scud/113 1 +scuff/23 1 +scuffle/28 1 +scuffling 1 +scull/23 1 +sculler/1 1 +scullery/15 1 +Sculley/3 +sculling 1 +scullion/1 1 +sculpt/11 1 +sculptor/1 1 +sculptress/4 1 +sculptural +sculpture/28 1 +sculpturing 1 +scum/160 1 +scumbag/1 1 +scumming 1 +scummy/34 1 +scupper/23 1 +scurf/2 1 +scurfy/34 1 +scurrility/2 1 +scurrilous/16 1 +scurry/57 1 +scurryings +scurvy/498 1 +scutcheon/1 1 +scuttle/28 1 +scuttlebutt/2 1 +scuzzy/34 1 +Scylla/2 1 +scythe/28 1 +Scythia +Scythian 1 +SCSI/2 1 +SD +SDI +Se/2 1 +SE/2 1 +sea/1 1 +seabed/1 1 +seabird/1 1 +seaboard/1 1 +Seaborg +seaborne 1 +seacoast/1 1 +seafarer/1 1 +seafaring/2 1 +seafloor/1 1 +seafood/2 1 +seafront/1 1 +seagoing 1 +Seagram/3 +seagull/1 1 +seahorse/1 1 +seal/23 1 +sealant/1 1 +sealer/1 1 +sealing 1 +sealskin/2 1 +seam/23 1 +seamail +seaman/2 1401 +seamanship/2 1 +seamen 1402 +seamless/8 1 +seamstress/4 1 +seamy/34 1 +Sean/3 +seance/1 1 +seaplane/18 1 +seaport/1 1 +sear/23 1 +search/22 1 +searcher/1 1 +searching/8 1 +searchlight/1 1 +searingly +searing 1 +Sears/3 +sear 1 +seascape/1 1 +seashell/1 1 +seashore/1 1 +seasick/33 1 +seaside/1 1 +season/23 1 +seasonable/19 1 +seasonal/8 1 +seasonality 1 +seasoned 1 +seasoning/1 1 +seat/23 1 +seating/2 1 +seatmate/1 1 +SEATO +sea 1 +Seattle/2 1 +seawall/1 1 +seaward/1 1 +seawater/2 1 +seaway/1 1 +seaweed/1 1 +seaworthy/50 1 +sebaceous +Sebastian/3 +seborrhoea/2 1 +sebum 1 +Sec +SEC +sec/1 1 +secant/1 1 +secateurs +secede/6 1 +secession/1 1 +secessionist/1 1 +seclude/6 1 +secluded 1 +seclusion/2 1 +seclusive 1 +Seconal/2 1 +second/464 1 +secondary/208 1 +seconder/1 1 +secondhand +secondment/10 1 +secrecy/2 1 +secret/499 1 +secretarial +Secretariat/3 +secretariat/1 1 +secretary/15 1 +secretaryship/2 1 +Secretary 1 +secrete/258 1 +secreter 1 +secretion/1 1 +secretive/16 1 +secretory +sect/1 1 +sectarian/1 1 +sectarianism/2 1 +sectarian 1 +sectary/15 1 +section/23 1 +sectional/1 1 +sectionalism/2 1 +sectional 1 +sector/63 1 +sectoral +sec 1 +secularism/2 1 +secularist/1 1 +secularization/2 1 +secularize/6 1 +secular 1 +secure/408 1 +securer 1 +security/15 1 +secy +sec'y +sedan/1 1 +sedate/104 1 +sedation/2 1 +sedative/1 1 +sedentary 1 +Seder/1 1 +sedge/1 1 +sedgy/34 1 +sediment/18 1 +sedimentary 1 +sedimentation/2 1 +sedition/2 1 +seditious 1 +Sedna/3 +seduce/6 1 +seducer/1 1 +seducing 1 +seduction/1 1 +seductive/16 1 +seductress/4 1 +sedulous/8 1 +see/500 1403 +Seebeck/3 +seed/79 1 +seedbed/1 1 +seedcase/1 1 +seeder/1 1 +seeding 1 +seedless 1 +seedling/1 1 +seedpod/1 1 +seedy/50 1 +seeing/10 1 +seek/141 1404 +seeker/1 1 +seem/11 1 +seeming/8 1 +seemly/50 1 +seep/5 1 +seepage/2 1 +seer/1 1 +seersucker/2 1 +seesaw/23 1 +seethe/43 1405 +seething 1 +Sega/3 +segfault/10 1 +segment/23 1 +segmental 1 +segmentation/2 1 +Segovia/3 +Segre/3 +segregate/6 1 +segregated 1 +segregation/2 1 +segregationist/1 1 +segue/45 1 +Segundo/3 +seigneur/1 1 +seignior/1 1 +seigniorial +Seiko/3 +seine/1 1 +Seine/2 1 +seine/6 1 +seiner/1 1 +Seinfeld/3 +seining 1 +seismically +seismic 1 +seismogram 1 +seismograph/1 1 +seismographer/1 1 +seismographic +seismography/2 1 +seismologic +seismological 1 +seismologist/1 1 +seismology/2 1 +seismometer/10 1 +seize/6 1 +seizing 1 +seizure/1 1 +Sejong/3 +Selassie/3 +seldom 1 +select/501 1 +selectable +selection/1 1 +selective/8 1 +selectivity/2 1 +selectman/2 1406 +selectmen 1407 +selector/1 1 +Selectric/3 +Selena/3 +selenium/2 1 +selenographer/1 1 +selenography/2 1 +selenology 1 +Seleucid 1 +Seleucus/2 1 +self/120 1 +selfish/16 1 +selfless/16 1 +selfsame 1 +self 1 +Selim/3 +Seljuk 1 +Selkirk/3 +sell/86 1408 +seller/1 1 +Sellers/3 +selling 1 +sellotape +sellotaped +sellotapes +sellotaping +sellout/1 1 +Selma/2 1 +seltzer/1 1 +selvage/18 1 +selvedge/18 1 +Selznick/3 +semantic/35 1 +semanticist/1 1 +semaphore/28 1 +Semarang +semblance/1 1 +semen/2 1 +semester/1 1 +semi/1 1 +semiannual/8 1 +semiarid +semiautomatic/1 1 +semibreve/10 1 +semicircle/1 1 +semicircular 1 +semicolon/1 1 +semiconducting +semiconductor/1 1 +semiconscious 1 +semidarkness/3 +semidetached +semifinal/1 1 +semifinalist/1 1 +semigloss/89 1 +semimonthlies +semimonthly/3 +seminal +seminar/1 1 +seminarian/1 1 +seminary/15 1 +Seminole/1 1 +semiofficial 1 +semiotic/32 1 +semioticians +semipermeable +semiprecious +semiprivate +semipro/10 1 +semiprofessional/1 1 +semiquaver/10 1 +Semiramis +semiretired +semiskilled +semisolid 1 +semis 1 +semisweet +Semite/1 1 +Semitic/1 1 +semitone/1 1 +semitrailer/1 1 +semitransparent 1 +semitropical 1 +semi 1 +semivowel/1 1 +semiweeklies +semiweekly/3 +semiyearly +semolina/2 1 +sempiternal +sempstress/4 1 +Semtex +Sen +sen/10 1 +senate/1 1 +Senate/1 1 +Senator +senator/1 1 +senatorial 1 +send/502 1 +Sendai +sender/1 1 +sending 1 +sendoff/1 1 +Seneca/1 1 +Senegal/2 1 +Senegalese/2 1 +senescence/2 1 +senescent +Senghor +senile 1 +senility/2 1 +senior/1 1 +seniority/2 1 +senior 1 +Senior 1 +senna/2 1 +Sennacherib +Sennett/3 +senor/1 1 +senora/1 1 +senorita/1 1 +sens/156 1 +sensation/1 1 +sensational/8 1 +sensationalism/2 1 +sensationalist/1 1 +sensationalistic +sensationalize/6 1 +sense/28 1 +senseless/16 1 +sensibility/15 1 +sensible/291 1 +sensing 1 +sensitive/36 1 +sensitivity/15 1 +sensitization/2 1 +sensitize/6 1 +sensitizers +sensor/1 1 +sensory 1 +sensual/8 1 +sensualist/1 1 +sensuality/2 1 +sensuous/16 1 +Sensurround/3 +sentence/28 1 +sentencing 1 +sentential 1 +sententious/8 1 +sentience/2 1 +sentient 1 +sentiment/1 1 +sentimental/8 1 +sentimentalism/2 1 +sentimentalist/1 1 +sentimentality/2 1 +sentimentalization/2 1 +sentimentalize/6 1 +sentinel/18 1 +sentry/15 1 +Seoul/2 1 +sepal/1 1 +separability/2 1 +separable/19 1 +separate/209 1 +separation/1 1 +separatism/2 1 +separatist/1 1 +separative 1 +separator/1 1 +Sephardi +sepia/2 1 +sepia's 1409 +sepia 1410 +Sepoy/3 +sepsis/2 1 +Sept/2 1 +septa 1411 +September/1 1 +septet/1 1 +septette/1 1 +septicaemia/2 1 +septicaemic +septic 1 +septuagenarian/1 1 +Septuagint/1 1 +septum/2 1412 +sepulchral 1 +sepulchre/28 1 +seq +sequel/1 1 +sequence/28 1 +sequencer/10 1 +sequencing/2 1 +sequential/8 1 +sequent 1 +sequester/11 1 +sequestrate/6 1 +sequestration/1 1 +sequin/63 1 +sequoia/1 1 +Sequoya +seraglio/1 1 +serape/1 1 +seraph/503 1 +seraphic +seraphically +Serb/1 1 +Serbia/2 1 +Serbian/1 1 +sere/150 1 +Serena/3 +serenade/28 1 +serenader 1 +serendipitous +serendipitously +serendipity/2 1 +serene/27 1 +Serengeti/3 +serenity/2 1 +sere 1 +serf/123 1 +serfdom/2 1 +serge/2 1 +sergeant/1 1 +Sergei/3 +serge 1 +Sergio/3 +serial/30 1 +serialization/1 1 +serialize/6 1 +series/2 1 +serif/1 1 +serifed +serigraph/1 1 +serious/16 1 +sermon/18 1 +sermonize/6 1 +serology/2 1 +serotonin 1 +serous 1 +Serpens +serpent/18 1 +serpentine/2 1 +Serra/3 +Serrano/3 +serrate/215 1 +serration/1 1 +serried 1 +serum/1 1 +servant/18 1 +serve/28 1 +server/1 1 +servery/61 1 +service/28 1 +serviceability/2 1 +serviceable 1 +serviceman/2 1413 +servicemen 1414 +service 1 +servicewoman/2 1415 +servicewomen 1416 +serviette/1 1 +servile/8 1 +servility/2 1 +serving/1 1 +servitor/1 1 +servitude/2 1 +servo/18 1 +servomechanism/1 1 +servomotor/1 1 +servo 1 +sesame/1 1 +sesquicentennial/1 1 +sessile 1 +session/1 1 +set/1 1 +Set/2 1 +set/88 1 +setback/1 1 +Seth/2 1 +Seton +setscrew/1 1 +setsquare +setsquares +sett/141 1 +settable +settee/1 1 +setter/1 1 +setting/1 1 +settle/28 1 +settled 1 +settlement/1 1 +settler/1 1 +settling 1 +setup/1 1 +Seurat +Seuss +Sevastopol/2 1 +seven/1 1 +sevenfold +sevenpence 1 +seventeen/1 1 +seventeenth/1 1 +seventh/1 1 +seventieth/1 1 +seven 1 +seventy/15 1 +sever/11 1 +several/37 1 +severance/1 1 +severe/27 1 +severity/2 1 +Severn +sever 1 +Severus +Seville/2 1 +Sevres +sew/126 1 +sewage/2 1 +Seward +sewer/18 1 +sewerage/2 1 +sewing/2 1 +sex/22 1 +sexagenarian/1 1 +sexism/2 1 +sexist/1 1 +sexless 1 +sexologist/1 1 +sexology/2 1 +sexpot/1 1 +Sextans +sextant/1 1 +sextet/1 1 +sextette/1 1 +Sexton/3 +sexton/1 1 +sextuplet/1 1 +sexual/8 1 +sexuality/15 1 +sexy/51 1 +Seychelles/2 1 +Seyfert 1 +Seymour/2 1 +sf +SF +SGML/2 1 +Sgt +sh +shabby/51 1 +shack/23 1 +shackle/28 1 +Shackleton +shackling 1 +shad/18 1 +shade/28 1 +shadeless 1 +shading/1 1 +shadow/23 1 +shadowbox/7 1 +shadowboxing 1 +shadowing 1 +shadowless 1 +shadow 1 +shadowy/34 1 +shady/51 1 +Shaffer/3 +shaft/23 1 +shafting 1 +shag/92 1 +shaggy/50 1 +shah/1 1 +shaikh/10 1 +Shaka/3 +shakable 1 +shake/264 1417 +shakeable 1 +shakedown/1 1 +shakeout/1 1 +shaker/1 1 +Shaker 1 +Shakespeare/2 1 +Shakespearean 1 +shakeup/1 1 +shaking 1 +shaky/51 1 +shale/2 1 +shall/504 1418 +shallot/1 1 +shallow/460 1 +shalom 1 +sham/160 1 +shaman/1 1 +shamanic +shamanism 1 +shamanistic +shamble/233 1 +shambling 1 +shambolic +shame/28 1 +shamefaced/8 1 +shameful/16 1 +shameless/16 1 +shammy/167 1 +shampoo/23 1 +shampooer/1 1 +shamrock/1 1 +sham 1 +Shana/3 +shandy/61 1 +Shane/3 +Shanghai/2 1 +shanghai/11 1 +shank/18 1 +Shankara/3 +Shanna/3 +Shannon +shan't +shantung/2 1 +Shantung 1 +shanty/167 1 +shantytown/1 1 +shape/28 1 +shapeless/16 1 +shapely/50 1 +shaping 1 +Shapiro/3 +sharable +shard/1 1 +share/28 1 +shareable +sharecrop/105 1 +sharecropper/1 1 +shareholder/1 1 +shareholding/10 1 +sharer/1 1 +shareware/1 1 +Shari +Shari'a +sharia/2 1 +shariah +Sharif/3 +sharing 1 +shark/23 1 +sharking 1 +sharkskin/2 1 +Sharlene/3 +Sharon +Sharp/3 +sharp/53 1 +Sharpe/3 +sharpen/11 1 +sharpener/1 1 +sharper/1 1 +sharpie/1 1 +sharping 1 +sharpish +sharpshooter/1 1 +sharpshooting/2 1 +sharpy/15 1 +Sharron/3 +Shasta/2 1 +shat 1419 +shatter/23 1 +shattering/8 1 +shatterproof +Shaula/3 +Shaun/3 +Shauna/3 +shave/505 1 +shaven 1 +shaver/1 1 +Shavian/2 1 +shaving/1 1 +Shavuot/2 1 +Shaw/2 1 +shawl/18 1 +Shawn/3 +Shawna/3 +Shawnee/1 1 +shay/1 1 +Shcharansky/3 +she/1 1 +Shea/3 +sheaf/120 1 +shear/23 1 +shearer/1 1 +shearing 1 +sheath/23 1 +sheathe/6 1 +sheathing/1 1 +sheave/18 1 +Sheba +shebang/1 1 +shebeen/71 1 +Shebeli/3 +she'd +shed/445 1 +shedding 1 +sheen/2 1 +Sheena/3 +sheenier 1420 +sheeniest 1420 +sheen 1 +sheeny/34 1 +sheep/2 1 +sheepdog/1 1 +sheepfold/1 1 +sheepherder/1 1 +sheepish/16 1 +sheepskin/1 1 +sheer/180 1 +sheerness/3 +sheet/23 1 +sheeting/2 1 +sheetlike 1 +Sheetrock/2 1 +Sheffield/2 1 +sheik/1 1 +sheikdom/1 1 +sheikhdom/1 1 +Sheila/3 +sheila/10 1 +shekel/1 1 +Shelby/3 +Sheldon/3 +shelf/120 1 +Shelia/3 +she'll +Shell/3 +shell/79 1 +shellac/64 1 +shellack/23 1 +shellacking/1 1 +sheller 1 +Shelley +shellfire/2 1 +shellfish/4 1 +shelling 1 +shelter/23 1 +sheltering 1 +Shelton/3 +shelve/6 1 +shelving/2 1 +Shelly/3 +Shenandoah +shenanigan/1 1 +Shenyang/2 1 +Sheol +Shepard/2 1 +Shepherd/3 +shepherd/23 1 +shepherdess/4 1 +Sheppard/3 +Sheratan/3 +Sheraton/2 1 +sherbert/1 1 +sherbet/1 1 +sherd/1 1 +Sheree/3 +Sheri/3 +Sheridan +sheriff/1 1 +Sherlock 1 +Sherman +Sherpa 1 +Sherri/3 +Sherrie/3 +Sherry/3 +sherry/15 1 +Sherwood +Sheryl/3 +Shetland/1 1 +Shevardnadze/3 +Shevat/2 1 +shew/126 1 +shh +shiatsu/2 1 +shibboleth/1 1 +shield/23 1 +Shields/3 +shier 1 +shift/23 1 +shifter/10 1 +shifting 1 +shiftless/33 1 +shiftlessly 1 +shiftless 1 +shifty/51 1 +Shi'ite +Shiite/1 1 +Shijiazhuang +Shikoku/2 1 +shill/23 1 +shillalah/1 1 +shillelagh/1 1 +shilling/1 1 +Shillong +Shiloh/2 1 +shim/160 1 +shimmer/23 1 +shimmering 1 +shimmery 1 +shimmy/57 1 +shin/133 1 +shinbone/1 1 +shindig/1 1 +shine/28 1421 +shiner/1 1 +shingle/28 1 +shingling 1 +shinguard/2 1 +shining 1 +shinsplints/2 1 +Shinto/1 1 +Shintoism/1 1 +Shintoist/1 1 +Shinto 1 +shiny/50 1 +shinny/365 1 +ship/48 1 +shipboard/1 1 +shipborne +shipbuilder/1 1 +shipbuilding/2 1 +shipload/1 1 +shipmate/1 1 +shipment/1 1 +shipowner/1 1 +shippable +shipper/1 1 +shipping/2 1 +shipshape 1 +shipwreck/23 1 +shipwright/1 1 +shipyard/1 1 +Shiraz/2 1 +shire/1 1 +shirk/5 1 +shirker/1 1 +Shirley/3 +shirr/23 1 +shirring/1 1 +shirt/23 1 +shirtfront/1 1 +shirting/2 1 +shirtless 1 +shirtsleeve/1 1 +shirttail/1 1 +shirtwaist/1 1 +shirty 1 +shit/506 1422 +shite/191 1 +shitfaced/311 +shithead/191 1 +shitload/311 1 +shitted/311 +shitty/507 1 +shiv/18 1 +Shiva/2 1 +shiver/23 1 +shiveringly +shivering 1 +shivery 1 +shlemiel/1 1 +shlep/48 1 +shlepp/23 1 +shlock/2 1 +shmaltz/2 1 +shoal/23 1 +shoaling 1 +shoal 1 +shoat/1 1 +shock/79 1 +shocker/1 1 +shocking/8 1 +Shockley/3 +shockproof 1 +shoddy/366 1 +shoe/508 1 +shoebox 1 +shoehorn/23 1 +shoeing 1 +shoelace/1 1 +shoeless 1 +shoemaker/1 1 +shoeshine/1 1 +shoestring/1 1 +shoetree/1 1 +shogun/1 1 +shogunate/2 1 +shone 1423 +shoo/11 1 +shook 1424 +shoot/86 1425 +shooter/1 1 +shooting/1 1 +shootout/1 1 +shop/48 1 +shopaholic/10 1 +shopfitter +shopfitters +shopfitting +shopfront/10 1 +shopkeeper/1 1 +shopkeeping 1 +shoplift/11 1 +shoplifter/1 1 +shoplifting/2 1 +shoppe/28 1 +shopper/1 1 +shopping/2 1 +shoptalk/2 1 +shopworn 1 +shore/28 1 +shorebird/1 1 +shoreline/1 1 +shore 1 +shoreward 1 +shoring/2 1 +Short/3 +short/53 1 +shortage/1 1 +shortbread/2 1 +shortcake/1 1 +shortchange/6 1 +shortcoming/1 1 +shortcrust +shortcut/18 1 +shorten/11 1 +shortening/1 1 +shortfall/1 1 +shorthand/1 1 +shorthanded +shorthand 1 +shorthorn/1 1 +Shorthorn 1 +shortie/1 1 +shortish 1 +shortlist/11 1 +shortsighted/16 1 +shortstop/1 1 +shortwave/18 1 +shorty/15 1 +Shoshone/1 1 +Shoshones 1426 +Shoshoni/1 1 +Shoshonis 1427 +Shostakovitch/3 +shot/18 1 +shotgun/133 1 +shot 1428 +should/44 1 +shoulder/23 1 +shouldering 1 +shouldn't +should 1429 +shout/23 1 +shouter/1 1 +shouting 1 +shove/28 1 +shovel/66 1 +shovelful/1 1 +shoveller 1 +shovelling 1 +show/509 1 +showbiz/2 1 +showboat/23 1 +showcase/28 1 +showdown/1 1 +shower/23 1 +showering 1 +showerproof +showery/34 1 +showgirl/1 1 +showground/10 1 +showing/1 1 +showjumping 1 +showman/2 1430 +showmanship/2 1 +showmen 1431 +showoff/1 1 +showpiece/1 1 +showplace/1 1 +showroom/1 1 +showstopper/1 1 +showstopping +showtime 1 +showy/51 1 +shpt +shrank 1432 +shrapnel/2 1 +shred/113 1 +shredder/1 1 +shredding 1 +Shrek/3 +Shreveport +shrew/18 1 +shrewd/21 1 +shrewish 1 +shriek/23 1 +shrieker/10 1 +shrieking 1 +shrift/2 1 +shrike/1 1 +shrill/267 1 +shrilling 1 +shrilly 1 +shrimp/23 1 +shrimper/10 1 +shrimping 1 +shrine/18 1 +Shriner 1 +shrink/86 1433 +shrinkable 1 +shrinkage/2 1 +shrinkingly +shrive/379 1 +shrivel/62 1 +shrivelling 1 +Shropshire 1 +shroud/23 1 +shrouding 1 +shrub/18 1 +shrubbery/15 1 +shrubby/34 1 +shrug/92 1 +shrunken 1432 +shrunk 1432 +shtick/1 1 +shuck/23 1 +shucking 1 +shucks/89 1 +shudder/23 1 +shuddering 1 +shuffle/28 1 +shuffleboard/1 1 +shuffler/1 1 +shuffling 1 +Shula/3 +shun/194 1 +shunt/23 1 +shunting 1 +shush/7 1 +shut/510 1 +shutdown/1 1 +shuteye/2 1 +shutoff/1 1 +shutout/1 1 +shutter/23 1 +shutterbug/1 1 +shuttle/28 1 +shuttlecock/23 1 +shy/511 1 +shyer 1 +Shylockian/3 +Shylock 1 +shyster/1 1 +Siam/2 1 +Siamese/2 1 +Sian/2 1 +Sibelius +Siberia/2 1 +Siberian/1 1 +sibilance 1 +sibilancy 1 +sibilant/1 1 +sibling/1 1 +sibyl/1 1 +sibylline 1 +Sibyl 1 +sic/335 1 +Sicilian/1 1 +Sicily/2 1 +sick/512 1 +sickbay/10 1 +sickbed/1 1 +sicken/11 1 +sickening/8 1 +sickie/1 1 +sickish 1 +sickle/18 1 +sickly 1 +sicko/1 1 +sickout/1 1 +sickroom/1 1 +sic 1 +Sid/3 +Siddhartha/2 1 +side/28 1 +sidearm/1 1 +sideband/10 1 +sidebar/1 1 +sideboard/1 1 +sideburns +sideburns's +sidecar/1 1 +sidekick/1 1 +sidelight/1 1 +sideline/28 1 +sidelong +sideman/2 1434 +sidemen 1435 +sidepiece/1 1 +sidereal 1 +sidesaddle/1 1 +sideshow/1 1 +sidesplitting 1 +sidestep/48 1 +sidestroke/28 1 +sideswipe/28 1 +sidetrack/23 1 +side 1 +sidewalk/1 1 +sidewall/1 1 +sidewards +sideways +sidewinder/1 1 +sidewise +siding/1 1 +sidle/28 1 +Sidney +SIDS/2 1 +siege/18 1 +Siegfried +Siemens +sienna/2 1 +Sierpinski/3 +sierra/1 1 +Sierras +siesta/1 1 +sieve/28 1 +sift/11 1 +sifter/1 1 +sifting 1 +sigh/23 1 +sight/23 1 +sighted/153 1 +sighting/1 1 +sightless/8 1 +sightly/34 1 +sightread 1 +sightseeing/2 1 +sightseer/1 1 +Sigismund +sigma/1 1 +sigmoid 1 +Sigmund +sign/79 1 +signage/2 1 +signal/279 1 +signalization/2 1 +signalize/6 1 +signaller/1 1 +signalling 1 +signalman/2 1436 +signalmen 1437 +signatory/15 1 +signature/1 1 +signboard/1 1 +signer/1 1 +signet/18 1 +significance/1 1 +significant/8 1 +signification/1 1 +signified 1 +signifier 1 +signify/31 1 +signifying 1 +signing/1 1 +signor/513 1 +signora/514 1 +signore/515 1 +signorina/514 1 +signori 1 +signpost/23 1 +Sigurd +Sihanouk/3 +Sikh/1 1 +Sikhism 1 +Sikkim +Sikkimese +Sikorsky +silage/2 1 +Silas/3 +silence/28 1 +silencer/1 1 +silent/185 1 +Silesia/2 1 +silhouette/28 1 +silica/2 1 +silica's 1438 +silica 1439 +silicate/1 1 +siliceous +silicious +silicon/1 1440 +silicone/2 1 +silicosis/2 1 +silk/18 1 +silken 1 +silkscreen/18 1 +silk 1 +silkworm/1 1 +silky/51 1 +sill/1 1 +sillies +silo/18 1 +silt/23 1 +siltstone 1 +silty/34 1 +Silurian/1 1 +Silva/3 +silvan 1 +silver/23 1 +silverfish/4 1 +silvering 1 +silversmith/1 1 +silver 1 +silverware/2 1 +silvery/34 1 +Silvia/2 1 +silly/50 1 +silly's +Simenon/3 +simian/1 1 +similar/8 1 +similarity/15 1 +simile/1 1 +similitude/2 1 +Simmental 1 +simmer/23 1 +Simmons/3 +Simon +Simone/3 +simonize/6 1 +simony/2 1 +simpatico +simper/23 1 +simperingly +simple/291 1 +simpleminded +simpler 1 +simpleton/1 1 +simple 1 +simplex/89 1 +simplicity/15 1 +simplification/1 1 +simplifier 1 +simplify/31 1 +simplistic/39 1 +Simpson/1 1 +Sims +simulacra 1441 +simulacrum/10 1442 +simulate/6 1 +simulation/1 1 +simulator/1 1 +simulcast/23 1 +simultaneity/2 1 +simultaneous/8 1 +sin/133 1 +Sinai/2 1 +Sinatra +sincere/46 1 +sincerity/2 1 +since 1 +Sinclair +Sindbad/3 +Sindhi/2 1 +sine/1 1 +sinecure/1 1 +sinecurist 1 +sinew/18 1 +sinewy 1 +sinful/16 1 +sing/86 1443 +singable 1 +singalong/10 1 +Singapore/2 1 +Singaporean/1 1 +singe/271 1 +Singer +singer/1 1 +Singh/3 +singing/2 1 +single/516 1 +singlet/10 1 +Singleton/3 +singleton/1 1 +singletree/1 1 +singling 1 +singsong/23 1 +singular/30 1 +singularity/15 1 +singularization 1 +Sinhalese/2 1 +sinister/8 1 +sinistral 1 +sink/86 1444 +sinkable 1 +sinker/1 1 +sinkhole/1 1 +Sinkiang/3 +sinking 1 +sinless 1 +sinner/1 1 +sinning 1 +sinology 1 +sinuosity/2 1 +sinuous/8 1 +sinus/4 1 +sinusitis/2 1 +sinusoidal/8 1 +sinusoid 1 +Sioux/2 1 +sip/48 1 +sipper/1 1 +sir/1 1 +Sir/1 1 +sir/59 1 +sire/28 1 +siree/2 1 +siren/1 1 +sires 1445 +Sirius/2 1 +sirloin/1 1 +sirocco/1 1 +sirrah 1 +sirree/2 1 +sirup/18 1 +sis/4 1 +sisal/2 1 +sissified +sissy/42 1 +sister/30 1 +Sister/1 1 +sister/59 1 +sisterhood/1 1 +sisterly/140 1 +Sistine +Si 1446 +Sisyphean +Sisyphus/2 1 +sit/88 1447 +sitar/1 1 +sitarist/1 1 +sitcom/1 1 +site/28 1 +sitings +sitter/1 1 +sitting/1 1 +situate/6 1 +situation/1 1 +situational 1 +situationist +situp/1 1 +Siva/2 1 +Sivan/2 1 +six/4 1 +sixfold 1 +sixpence/1 1 +sixpenny 1 +sixshooter/2 1 +sixteen/1 1 +sixteenth/1 1 +sixteen 1 +sixth/30 1 +sixtieth/1 1 +six 1 +sixty/15 1 +sizable 1 +size/139 1 +sizer 1 +sizing/2 1 +sizzle/28 1 +sizzler/10 1 +sizzling 1 +SJ +Sjaelland/2 1 +SK +ska/2 1 +skate/28 1 +skateboard/23 1 +skateboarder/1 1 +skateboarding/2 1 +skater/1 1 +skating/2 1 +skedaddle/28 1 +skeet/2 1 +skeeter/10 1 +skein/18 1 +skeletal +skeleton/1 1 +skeptically +skerries +sketch/22 1 +sketchbook/10 1 +sketcher/1 1 +sketchpad/10 1 +sketchy/51 1 +skew/517 1 +skewbald/10 1 +skewer/23 1 +ski/273 1 +skibob/10 1 +skid/113 1 +skidpan/10 1 +skier/1 1 +skiff/18 1 +skiffle 1 +skiing/2 1 +skilful/8 1 +skill/63 1 +skillet/1 1 +skillful/16 1 +skim/338 1 +skimmer/1 1 +skimming 1 +skimp/11 1 +skimpy/51 1 +skin/518 1 +skincare/2 1 +skinflick/1 1 +skinflint/1 1 +skinful 1 +skinhead/1 1 +skinless 1 +Skinner/2 1 +skinner/10 1 +skintight 1 +skint 1 +skinny/111 1 +skip/48 1 +skipper/23 1 +Skippy/3 +skirmish/22 1 +skirmisher/10 1 +skirmishing 1 +skirt/23 1 +skirting 1 +skit/18 1 +skitter/11 1 +skittish/16 1 +skittle/71 1 +skive/6 1 +skiver/59 1 +skiving 1 +skivvy/57 1 +skoal/18 1 +Skopje +skua/10 1 +skulduggery/2 1 +skulk/5 1 +skulker/1 1 +skulking 1 +skull/1 1 +skullcap/1 1 +skullduggery/2 1 +skunk/23 1 +sky/57 1 +skycap/1 1 +skydive/6 1 +skydiver/1 1 +skydiving/2 1 +Skye +skyjack/11 1 +skyjacker/1 1 +skyjacking/1 1 +Skylab/2 1 +skylark/23 1 +skylight/1 1 +skyline/18 1 +Skype/3 +skyrocket/23 1 +skyscraper/1 1 +skyward/10 1 +skywriter/1 1 +skywriting/2 1 +slab/136 1 +slabbing 1 +slack/519 1 +slacken/11 1 +slackening 1 +slacker/1 1 +Slackware/3 +slag/92 1 +slagheap/10 1 +slain +slake/6 1 +slalom/23 1 +slam/160 1 +slammer/1 1 +slamming 1 +slander/23 1 +slanderer/1 1 +slanderous 1 +slang/520 1 +slanging 1 +slangy/34 1 +slant/23 1 +slanting/8 1 +slant 1 +slantwise 1 +slap/298 1 +slapdash 1 +slaphappy/34 1 +slapper/10 1 +slapstick/2 1 +slash/22 1 +Slashdot/3 +slasher/1 1 +slashing 1 +slat/521 1 +slate/28 1 +Slater/3 +slather/11 1 +slating 1 +slattern/1 1 +slatternly 1 +slaughter/23 1 +slaughterer/1 1 +slaughterhouse/1 1 +slaughterings +Slav/1 1 +slave/139 1 +slaveholder/1 1 +slaver/23 1 +slavery/2 1 +Slavic/2 1 +slavish/16 1 +Slavonic/2 1 +Slav 1 +slaw/2 1 +slay/121 1448 +slayed +slayer/1 1 +slaying/1 1 +sleaze/1 1 +sleazebag/10 1 +sleazeball/10 1 +sleazy/51 1 +sled/113 1 +sledder/1 1 +sledding 1 +sledge/28 1 +sledgehammer/23 1 +sledging 1 +sleek/98 1 +sleeker 1 +sleeking 1 +sleep/86 1449 +sleeper/1 1 +sleeping 1 +sleepless/16 1 +sleepover/1 1 +sleepwalk/11 1 +sleepwalker/1 1 +sleepwalking/2 1 +sleepwear/2 1 +sleepy/51 1 +sleepyhead/1 1 +sleet/23 1 +sleety/34 1 +sleeve/78 1 +sleeveless 1 +sleigh/23 1 +sleighing 1 +sleight/1 1 +slender/21 1 +slenderize/6 1 +slept 1450 +sleuth/86 1 +slew/23 1451 +slice/28 1 +slicer/1 1 +slicing 1 +slick/53 1 +slicker/1 1 +slicking 1 +slide/380 1 +slider/1 1 +sliding 1 +slid 1 +slier 1452 +sliest 1452 +slight/53 1 +slighter 1 +slighting/8 1 +slily +slim/522 1 +slime/18 1 +slimline +slimmer/10 1 +slimming/2 1 +slimy/50 1 +sling/86 1453 +slingback/10 1 +slingshot/1 1 +slink/141 1454 +Slinky/3 +slinky/34 1 +slip/48 1 +slipcase/1 1 +slipcover/18 1 +slipknot/1 1 +slippage/1 1 +slipper/18 1 +slippery/50 1 +slipping 1 +slippy 1 +slipshod 1 +slipstream/18 1 +slipway/1 1 +slit/407 1 +slither/23 1 +slithery 1 +slitted 1 +slitter 1 +sliver/23 1 +Sloan +Sloane/2 1 +slob/1 1 +slobbed +slobber/23 1 +slobbery 1 +slobbing +Slocum/3 +sloe/1 1 +slog/92 1 +slogan/1 1 +sloganeering +sloop/1 1 +slop/219 1 +slope/28 1 +sloping 1 +sloppy/51 1 +slosh/156 1 +slot/109 1 +sloth/18 1 +slothful/16 1 +slouch/22 1 +sloucher/1 1 +slouching 1 +slouchy/34 1 +slough/23 1 +Slovak/1 1 +Slovakia +Slovakian 1 +sloven/1 1 +Slovene/1 1 +Slovenia/2 1 +Slovenian/1 1 +slovenly/50 1 +slow/98 1 +slowcoach/89 1 +slowdown/1 1 +slowing 1 +slowish +slowpoke/1 1 +SLR +sludge/2 1 +sludgy/34 1 +slue/28 1 +slug/92 1 +sluggard/1 1 +slugger/1 1 +sluggish/16 1 +sluice/28 1 +slum/338 1 +slumber/23 1 +slumbering 1 +slumberous 1 +slumbrous 1 +slumlord/1 1 +slummer 1 +slumming 1 +slummy/34 1 +slump/23 1 +slung 1455 +slunk 1456 +slur/103 1 +slurp/23 1 +Slurpee/3 +slurry/2 1 +slush/2 1 +slushy/50 1 +slut/1 1 +sluttish 1 +slutty/34 1 +sly/523 1 +slyly +Sm/2 1 +smack/79 1 +smacker/1 1 +smacking 1 +Small/3 +small/524 1 +smallholder/10 1 +smallholding/10 1 +smallish 1 +smallpox/2 1 +smalltalk +smarmy/34 1 +smart/519 1 +smarten/11 1 +smarting 1 +smarty/15 1 +smartypants/2 1 +smash/147 1 +smasher/1 1 +smashing 1 +smashup/1 1 +smattering/1 1 +smear/23 1 +smeary/34 1 +smegma 1 +smell/525 1 +smellable +smelling 1 +smelt/23 1 +smelter/1 1 +smelting 1 +smelly/50 1 +Smetana +smidgen/1 1 +smidgeon/1 1 +smidgin/1 1 +smilax/2 1 +smile/28 1 +smiler 1 +smiley/1 1 +smiling/8 1 +smirch/22 1 +smirk/23 1 +Smirnoff/3 +smite/319 1457 +Smith +smith/18 1 +smithereens/2 1 +Smithson +Smithsonian/3 +smithy/15 1 +smock/23 1 +smocking/2 1 +smog/1 1 +smoggy/34 1 +smoke/28 1 +smokehouse/1 1 +smokeless 1 +smoker/1 1 +smokescreen/1 1 +smokestack/1 1 +Smokey/3 +smokey 1458 +smokier 1459 +smokiest 1459 +smokiness/3 +smoking/2 1 +smoky/34 1 +smoldered +smolders +smolder's +Smolensk +Smollett +smooch/22 1 +smoochy +smooth/526 1 +smoother 1 +smoothie/1 1 +smoothing 1 +smoothy/61 1 +smorgasbord/1 1 +smote 1460 +smother/23 1 +smoulder/23 1 +smouldering 1 +smudge/28 1 +smudged 1 +smudgy/34 1 +smug/527 1 +smuggle/6 1 +smuggler/1 1 +smuggling/2 1 +smug 1 +smurf/59 1 +smut/18 1 +Smuts +smutty/50 1 +Smyrna +Sn/2 1 +snack/23 1 +snaffle/28 1 +snafu/18 1 +snag/92 1 +snail/23 1 +snake/1 1 +Snake/2 1 +snake/6 1 +snakebite/1 1 +snakelike +snakeskin 1 +snakier 1461 +snakiest 1461 +snaky/34 1 +snap/298 1 +snapdragon/1 1 +snapper/1 1 +snapping 1 +snappish/16 1 +Snapple/3 +snappy/51 1 +snapshot/18 1 +snare/28 1 +snarf/11 1 +snaring 1 +snark/10 1 +snarl/23 1 +snarlingly 1 +snarling 1 +snarly/34 1 +snatch/22 1 +snatcher/1 1 +snazzily 1 +snazzy/34 1 +Snead/3 +sneak/79 1 +sneaker/1 1 +sneaking/8 1 +sneaky/51 1 +sneer/23 1 +sneering/193 1 +sneeze/28 1 +sneezing 1 +Snell/3 +snick/5 1 +snicker/23 1 +Snickers/3 +snide/46 1 +Snider/3 +snide 1 +sniff/23 1 +sniffer/1 1 +sniffing 1 +sniffle/28 1 +sniffling 1 +sniffy/34 1 +snifter/18 1 +snigger/23 1 +sniggering 1 +snip/219 1 +snipe/28 1 +sniper/1 1 +sniping 1 +snippet/1 1 +snipping 1 +snippy/34 1 +snit/1 1 +snitch/22 1 +snivel/66 1 +sniveller/1 1 +snivelling 1 +snob/1 1 +snobbery/2 1 +snobbish/16 1 +snobby/34 1 +snog/117 1 +snood/18 1 +snooker/23 1 +snoop/23 1 +snooper/1 1 +Snoopy/3 +snoopy/34 1 +snoot/18 1 +snooty/51 1 +snooze/28 1 +snore/28 1 +snorer/1 1 +snoring 1 +snorkel/23 1 +snorkeler/1 1 +snorkeling/2 1 +snort/23 1 +snorter/1 1 +snorting 1 +snot/18 1 +snotty/51 1 +snout/18 1 +Snow +snow/23 1 +snowball/23 1 +snowbank/1 1 +Snowbelt 1 +snowbird/1 1 +snowboard/23 1 +snowboarder/1 1 +snowboarding/2 1 +snowbound 1 +snowdrift/1 1 +snowdrop/1 1 +snowfall/1 1 +snowfield/1 1 +snowflake/1 1 +snowline 1 +snowman/2 1462 +snowmen 1463 +snowmobile/28 1 +snowmobiling 1 +snowplough/10 1 +snowplow/23 1 +snowshoe/45 1 +snowstorm/1 1 +snowsuit/1 1 +snowy/50 1 +snub/136 1 +snubbing 1 +snub 1 +snuff/217 1 +snuffbox/4 1 +snuffer/1 1 +snuffing 1 +snuffle/28 1 +snuffling 1 +snug/528 1 +snuggle/28 1 +Snyder/3 +SO +so/2 1 +soak/23 1 +soaking/1 1 +soap/23 1 +soapbox/40 1 +soapiness/3 +soapstone/2 1 +soapsuds/2 1 +soapy/34 1 +soar/23 1 +soaring/8 1 +Soave/2 1 +sob/1 1 +SOB/2 1 +sob/145 1 +sobbingly 1 +sobbing 1 +sober/98 1 +sobering 1 +sobriety/2 1 +sobriquet/1 1 +Soc +soc/529 1 +soccer/2 1 +sociability/2 1 +sociable/82 1 +social/30 1 +socialism/2 1 +socialist/1 1 +socialistic 1 +socialite/1 1 +socialization/2 1 +socialize/6 1 +societal +society/15 1 +sociobiology 1 +sociocultural 1 +socioeconomic/39 1 +sociolinguistic/10 1 +sociolinguists +sociological/8 1 +sociologist/1 1 +sociology/2 1 +sociopath/1 1 +sociopolitical +sock/23 1 +socket/18 1 +sockeye/1 1 +Socorro/3 +Socrates/2 1 +Socratic 1 +sod/113 1 +soda/1 1 +sodden/8 1464 +Soddy +sodium/2 1 +Sodom/2 1 +sodomite/1 1 +sodomize/6 1 +sodomy/2 1 +sod 1465 +soever 1 +sofa/1 1 +sofabed/1 1 +Sofia/2 1 +soft/21 1 +softback 1 +softball/1 1 +softbound 1 +softcover 1 +soften/11 1 +softener/1 1 +softening 1 +softhearted 1 +softie/1 1 +soft 1 +software/2 1 +softwood/1 1 +softy/15 1 +soggily 1 +soggy/50 1 +Soho +soh 1 +soignee 1 +soigne 1 +soil/23 1 +soiling 1 +soiree/1 1 +sojourn/23 1 +sojourner/1 1 +sojourning 1 +sol/1 1 +Sol/2 1 +sol/59 1 +solace/28 1 +solaria 1466 +solarium/2 1467 +solar 1 +solder/23 1 +solderer/1 1 +soldering 1 +soldier/23 1 +soldiering 1 +soldierly 1 +soldiery/2 1 +sold 1468 +sole/55 1 +solecism/1 1 +solemn/21 1 +solemness/3 +solemnify/31 1 +solemnity/15 1 +solemnization/2 1 +solemnize/6 1 +solenoid/1 1 +solenoidal 1 +solicit/11 1 +solicitation/1 1 +soliciting 1 +solicitor/1 1 +solicitous/16 1 +solicitude/2 1 +solid/38 1 +solidarity/2 1 +solidification/2 1 +solidify/31 1 +solidi 1469 +solidity/2 1 +solidus/2 1470 +soliloquize/6 1 +soliloquy/15 1 +soling 1 +solipsism/1 1 +solipsist/10 1 +solipsistic +Solis/3 +solitaire/1 1 +solitary/530 1 +solitude/1 1 +solo/23 1 +soloist/1 1 +Solomon 1 +Solon +solo 1 +solstice/1 1 +solubility/2 1 +soluble/1 1 +solute/1 1 +solution/1 1 +solvable 1 +solve/6 1 +solvency/2 1 +solvent/1 1 +solver/1 1 +Solzhenitsyn +Somali/1 1 +Somalia/2 1 +Somalian/1 1 +somatic +somber 1 +sombre/16 1 +sombrero/1 1 +somebody/15 1 +someday +somehow +someone/1 1 +someplace +somersault/23 1 +somerset/109 1 +something/1 1 +sometime/10 1 +some 1 +someway/10 1 +somewhat/10 1 +somewhere 1 +Somme/2 1 +somnambulism/2 1 +somnambulist/1 1 +somnolence/2 1 +somnolent 1 +Somoza/3 +son/1 1 +Son/2 1 +sonar/1 1 +sonata/1 1 +sonatina/1 1 +Sondheim +Sondra/3 +song/1 1 +songbird/1 1 +songbook/1 1 +songfest/1 1 +Songhai/2 1 +Songhua/3 +songster/1 1 +songstress/4 1 +songwriter/1 1 +songwriting 1 +Sonia/3 +sonically +sonic 1 +Sonja/3 +sonnet/18 1 +sonofabitch +sonogram/1 1 +Sonora/2 1 +sonority/15 1 +sonorous/16 1 +sonsofbitches +Sontag/3 +Sony/3 +Sonya/3 +Sonny/3 +sonny/15 1 +soon/166 1 +sooner 1 +soonish +soot/2 1 +sooth/531 1 +soothe/254 1 +soother/1 1 +soothing/8 1 +soothsayer/1 1 +soothsaying/2 1 +soot 1 +sooty/34 1 +sop/1 1 +SOP/2 1 +sop/105 1 +Sophia +Sophie/3 +sophism/2 1 +sophist/1 1 +sophistical 1 +sophisticate/28 1 +sophistication/2 1 +sophistic 1 +sophistry/15 1 +Sophoclean +Sophocles +sophomore/1 1 +sophomoric +soporific/1 1 +soporifically +sopping 1 +soppy/34 1 +soprano/1 1 +Sopwith/3 +sorbet/1 1 +Sorbonne/3 +sorcerer/1 1 +sorceress/4 1 +sorcery/2 1 +sordid/16 1 +sore/532 1 +sorehead/1 1 +sorghum/2 1 +sorority/15 1 +sorrel/1 1 +sorrow/23 1 +sorrowful/16 1 +sorrowing 1 +sorry/51 1 +sort/23 1 +sorta +sortable 1 +sorter/1 1 +sortie/45 1 +sorting 1 +SOs +SOS/4 1 +Sosa/3 +sot/1 1 +Soto/3 +so 1 +sottish 1 +sou/1 1 +soubriquet/1 1 +souffle/1 1 +sough/23 1 +soughing 1 +sought 1471 +souk/10 1 +soul/1 1 +souled +soulful/16 1 +soulless/8 1 +soullessness +soulless 1 +soul 1 +sound/53 1 +soundbite/10 1 +soundboard/1 1 +sounder/1 1 +sounding/1 1 +soundless/8 1 +soundproof/11 1 +soundproofing/2 1 +soundproof 1 +soundtrack/1 1 +soup/23 1 +soupcon/1 1 +Souphanouvong/3 +soupy/34 1 +sour/53 1 +source/28 1 +sourceless 1 +sourdough/1 1 +souring 1 +sourish 1 +sourpuss/4 1 +sous/7 1 +Sousa/2 1 +sousaphone/1 1 +souse/28 1 +sousing 1 +South/1 1 +south/2 1 +Southampton +southbound 1 +southeast/44 1 +Southeast/1 1 +southeast/2 1 +southeaster/1 1 +southeasterly +southeastern +southeastward/10 1 +southerlies +southerly's +southerly 1 +southern/129 1 +southerner/1 1 +Southerner/1 1 +southernmost +Southern 1 +Southey +southpaw/1 1 +south 1 +South 1 +south 1 +southward/1 1 +southwest/44 1 +Southwest/1 1 +southwest/2 1 +southwester/1 1 +southwesterly +southwestern +southwestward/10 1 +souvenir/1 1 +sou'wester +sovereign/1 1 +sovereignty/2 1 +soviet/1 1 +Soviet 1 +sow/509 1 +sower/1 1 +Soweto/2 1 +sowing 1 +soy/2 1 +soya/2 1 +soybean/1 1 +Soyinka/3 +Soyuz +sozzled +Sp +spa/1 1 +Spaatz/3 +space/139 1 +spacecraft/1 1 +spaceflight/1 1 +spaceman/2 1472 +spacemen 1473 +spaceport/1 1 +spacer/1 1 +spaceship/1 1 +spacesuit/1 1 +spacewalk/23 1 +spacewoman/2 1474 +spacewomen 1475 +spacey 1476 +spacial 1 +spacier 1477 +spaciest 1477 +spaciness/3 +spacing/1 1 +spacious/16 1 +Spackle 1 +spacy/34 1 +spade/28 1 +spadeful/1 1 +spadework/2 1 +spadix/186 1 +spaghetti/2 1 +Spahn/3 +Spain/2 1 +spake 1478 +Spam/2 1 +spam/114 1 +spamblock +spamblocks +spammer/1 1 +Span +span/133 1 +spandex/2 1 +spandrels +spangle/28 1 +spangling 1 +Spanglish 1 +spangly 1 +Spaniard/1 1 +spaniel/18 1 +Spanish/2 1 +spank/23 1 +spanker 1 +spanking/1 1 +spanner/1 1 +spar/103 1 +spare/107 1 +spareribs +spareribs's +sparer 1 +sparing/8 1 +spark/23 1 +sparkle/28 1 +sparkler/1 1 +sparklingly +sparkling 1 +sparkly 1 +Sparks +sparky/34 1 +sparring 1 +sparrow/1 1 +sparrowhawk +sparrowhawks +spars/166 1 +sparse/27 1 +sparsity/2 1 +Sparta/2 1 +Spartacus +Spartan/1 1 +spartan 1 +Spartan 1 +spar 1 +spasm/18 1 +spasmodic/39 1 +spastic/1 1 +spat/109 1 +spate/1 1 +spathe/1 1 +spatial/8 1 +spat 1479 +spatter/23 1 +spatula/1 1 +spavin/2 1 +spavined +spawn/23 1 +spawning 1 +spay/11 1 +SPCA +speak/121 1480 +speakable 1 +speakeasy/15 1 +speaker/1 1 +speakerphone/10 1 +Speaker 1 +speaking/10 1 +spear/23 1 +spearfish/22 1 +spearhead/23 1 +spearmint/2 1 +Spears +spec/456 1 +special/533 1 +specialism/10 1 +specialist/1 1 +speciality/15 1 +specialization/1 1 +specialize/6 1 +specie/130 1 +specif +specifiable +specifiably +specific/52 1 +specification/1 1 +specificity/2 1 +specificness +specifier/10 1 +specify/31 1 +specimen/1 1 +specious/16 1 +speck/23 1 +specked 1 +speckle/28 1 +speckling 1 +spectacle/130 1 +spectacular/30 1 +spectate/6 1 +spectator/1 1 +spectral 1 +spectra 1481 +spectre/1 1 +spectrogram 1 +spectrograph 1 +spectrometer/1 1 +spectrometric +spectrometry 1 +spectrophotometer 1 +spectrophotometry 1 +spectroscope/1 1 +spectroscopic +spectroscopically +spectroscopy/2 1 +spectrum/2 1482 +spec 1 +specular 1 +speculate/6 1 +speculation/1 1 +speculative/8 1 +speculator/1 1 +speculum 1 +sped 1483 +speech/40 1 +speechify/31 1 +speechless/16 1 +speechwriter/10 1 +speed/86 1484 +speedboat/1 1 +speeder/1 1 +speeding/2 1 +speedometer/1 1 +speedster/1 1 +speedup/1 1 +speedway/1 1 +speedwell/2 1 +speedy/51 1 +Speer/3 +spelaeological +speleologist/1 1 +speleology/2 1 +spell/525 1 +spellable +spellbind/121 1485 +spellbinder/1 1 +spellbound 1486 +spellchecker/10 1 +spelldown/1 1 +speller/1 1 +spelling/1 1 +spelt 1 +spelunker/1 1 +spelunking/2 1 +Spence +Spencer +Spencerian +spend/386 1 +spendable 1 +spender/1 1 +spending/2 1 +spendthrift/1 1 +Spengler/3 +Spenglerian 1 +Spenser/2 1 +Spenserian 1 +sperm/1 1 +spermatozoa 1487 +spermatozoon/2 1488 +spermicidal +spermicide/1 1 +Sperry/3 +spew/23 1 +spewer/1 1 +SPF +sphagnum/1 1 +sphere/18 1 +spherical/8 1 +spheroid/1 1 +spheroidal +sphincter/1 1 +Sphinx/2 1 +sphinx/4 1 +spic/5 1 +Spica/2 1 +spice/28 1 +spicier 1489 +spiciest 1489 +spic 1 +spicule/1 1 +spicy/51 1 +spider/1 1 +spiderweb/18 1 +spidery/34 1 +spiel/23 1 +Spielberg/3 +spiff/11 1 +spiffy/34 1 +spigot/1 1 +spik/71 1 +spike/28 1 +spikier 1490 +spikiest 1490 +spiky/50 1 +spill/525 1 +spillage/1 1 +Spillane/3 +spiller 1 +spilling 1 +spillover/1 1 +spillway/1 1 +spin/447 1491 +spinach/2 1 +spinal/30 1 +spindle/28 1 +spindling 1 +spindly/34 1 +spindrift 1 +spine/1 1 +spineless/83 1 +spinet/1 1 +spinnaker/1 1 +spinner/1 1 +spinneret/1 1 +spinney/10 1 +spinning/2 1 +spinoff/1 1 +Spinoza +spinster/1 1 +spinsterhood/2 1 +spinsterish +Spinx/3 +spiny/34 1 +spiracle/1 1 +spiraea/1 1 +spiral/279 1 +spiralling 1 +spire/18 1 +spirea/1 1 +spirit/23 1 +spirited/8 1 +spiriting 1 +spiritless 1 +spiritual/30 1 +spiritualism/2 1 +spiritualist/1 1 +spiritualistic 1 +spirituality/2 1 +spirituous 1 +Spiro/3 +spirochaete/1 1 +Spirograph/3 +spiry/34 1 +spit/109 1492 +spitball/1 1 +spite/28 1 +spiteful/85 1 +spitfire/1 1 +Spitsbergen/2 1 +spitting 1 +spittle/2 1 +spittoon/1 1 +Spitz/3 +spiv/10 1 +splash/22 1 +splashdown/1 1 +splashily 1 +splashing 1 +splashy/50 1 +splat/109 1 +splatter/23 1 +splay/23 1 +splayfeet 1493 +splayfoot/2 1494 +splayfooted +splayfoot 1 +splay 1 +spleen/1 1 +splendid/76 1 +splendorous +splendour/1 1 +splenetic 1 +splice/28 1 +splicer/1 1 +spliff/10 1 +spline/71 1 +splint/23 1 +splinter/23 1 +splintery 1 +split/128 1 +splittable +splitter/10 1 +splitting/1 1 +splodge/71 1 +splosh/7 1 +splotch/22 1 +splotchy/34 1 +splurge/28 1 +splutter/23 1 +spluttering 1 +Spock +spoil/172 1 +spoilage/2 1 +spoiler/1 1 +spoilsport/1 1 +spoilt 1 +Spokane +spoke/18 1 +spoken 1478 +spokeshave/10 1 +spokesman/2 1495 +spokesmen 1496 +spokespeople 1497 +spokesperson/1 1498 +spoke 1478 +spokeswoman/2 1499 +spokeswomen 1500 +spoliation/2 1 +sponge/28 1 +spongecake/2 1 +sponger/1 1 +spongy/50 1 +sponsor/23 1 +sponsorship/1 1 +spontaneity/2 1 +spontaneous/8 1 +spoof/23 1 +spook/23 1 +spooky/50 1 +spool/23 1 +spooling 1 +spoon/23 1 +spoonbill/1 1 +spoonerism/1 1 +spoonful/1 1 +spoor/23 1 +sporadic/39 1 +spore/28 1 +sporran/10 1 +sport/23 1 +sporting/8 1 +sportive/8 1 +sportscast/86 1 +sportscaster/1 1 +sportscasting 1 +sportsman/2 1501 +sportsmanlike +sportsmanship/2 1 +sportsmen 1502 +sportspeople +sportsperson +sportswear/2 1 +sportswoman/2 1503 +sportswomen 1504 +sportswriter/1 1 +sport 1 +sporty/50 1 +spot/407 1 +spotless/16 1 +spotlight/23 1505 +spotlit 1506 +spotted 1 +spotter/1 1 +spotting 1 +spotty/51 1 +spousal/1 1 +spouse/18 1 +spout/23 1 +spouting 1 +sprain/23 1 +sprang 1507 +sprat/1 1 +sprawl/23 1 +spray/23 1 +sprayer/1 1 +spread/86 1 +spreadable 1 +spreadeagled +spreader/1 1 +spreading 1 +spreadsheet/1 1 +spree/45 1 +sprig/364 1 +sprightly/50 1 +spring/412 1508 +springboard/1 1 +springbok/1 1 +springer 1 +Springfield/2 1 +springing 1 +springlike 1 +Springsteen/3 +springtime/2 1 +springy/51 1 +sprinkle/28 1 +sprinkler/1 1 +sprinkling/1 1 +Sprint/3 +sprint/23 1 +sprinter/1 1 +sprinting 1 +Sprite/3 +sprite/1 1 +spritz/22 1 +spritzer/1 1 +sprocket/1 1 +sprog/10 1 +sprout/23 1 +sprouting 1 +spruce/107 1 +sprung 1507 +spry/534 1 +spryness/3 +spud/18 1 +spume/28 1 +spumone/2 1 +spumoni/2 1 +spumy/34 1 +spunk/18 1 +spunky/34 1 +spun 1509 +spur/103 1 +spurge/2 1 +spurious/16 1 +spurn/5 1 +spurning 1 +spurring 1 +spurt/23 1 +sputa 1510 +sputnik/1 1 +Sputnik 1 +sputter/23 1 +sputtering 1 +sputum/2 1511 +spy/57 1 +spyglass/4 1 +spyhole 1 +spying 1 +spymaster/10 1 +sq +Sq +sqq +squab/18 1 +squabble/28 1 +squabbler/1 1 +squab 1 +squad/18 1 +squaddie/10 1 +squadron/18 1 +squalid/21 1 +squall/23 1 +squalling 1 +squalor/2 1 +squally/34 1 +squamous 1 +squander/5 1 +squandering 1 +Squanto +square/107 1 +squarer 1 +squaring 1 +squarish 1 +squash/22 1 +squashy/34 1 +squat/535 1 +squatter/18 1 +squaw/1 1 +squawk/23 1 +squawker/1 1 +squawking 1 +squeak/23 1 +squeaker/1 1 +squeakily 1 +squeakiness/3 +squeaking 1 +squeaky/34 1 +squeal/23 1 +squealer/1 1 +squealing 1 +squeamish/16 1 +squeegee/45 1 +squeezable 1 +squeeze/28 1 +squeezebox/89 1 +squeezer/1 1 +squeezing 1 +squelch/22 1 +squelching 1 +squelchy/34 1 +squib/18 1 +Squibb/3 +squid/18 1 +squidgy +squiffy 1 +squiggle/28 1 +squiggly/34 1 +squint/180 1 +squinter 1 +squinting 1 +squire/28 1 +squires 1 +squirm/23 1 +squirming 1 +squirmy/34 1 +squirrel/66 1 +squirrelling 1 +squirt/23 1 +squirting 1 +squish/22 1 +squishy/34 1 +Sr/2 1 +Srinagar +Srivijaya/3 +SRO +SS +SSA +SSE/2 1 +ssh +SSS +SST +SSW/2 1 +st +St +ST +Sta +stab/136 1 +stabber/1 1 +stabbing/1 1 +stability/2 1 +stabilizability +stabilization/2 1 +stabilize/6 1 +stabilizer/1 1 +stable/536 1 +stableman/2 1512 +stablemate/10 1 +stablemen 1513 +stabler 1 +stabling 1 +staccato/1 1 +Stacey/3 +Staci/3 +Stacie/3 +stack/23 1 +stacker 1 +stacking 1 +Stacy/3 +stadium/1 1 +Stael/3 +staff/79 1 +staffer/1 1 +staffing/2 1 +Stafford +staffroom 1 +stag/537 1 +stage/28 1 +stagecoach/4 1 +stagecraft/2 1 +stagehand/1 1 +stagestruck +stagey 1514 +stagflation/2 1 +stagger/23 1 +staggering/8 1 +stagier 1515 +stagiest 1515 +staging/1 1 +stagnancy/2 1 +stagnant/8 1 +stagnate/6 1 +stagnation/2 1 +stagy/34 1 +staid/21 1 +stain/23 1 +stainer 1 +staining 1 +stainless/2 1 +stair/1 1 +staircase/1 1 +StairMaster +stairway/1 1 +stairwell/1 1 +stake/28 1 +stakeholder/1 1 +stakeout/1 1 +stalactite/1 1 +stalagmite/1 1 +stale/538 1 +stalemate/28 1 +Stalin/2 1 +Stalingrad/2 1 +Stalinist 1 +stalk/23 1 +stalker/1 1 +stalking/1 1 +stall/23 1 +stallholder/10 1 +stalling 1 +stallion/1 1 +Stallone/3 +stalwart/30 1 +stamen/1 1 +Stamford +stamina/2 1 +stammer/23 1 +stammerer/1 1 +stammering/8 1 +stamp/23 1 +stampede/28 1 +stamped 1 +stamper/1 1 +stamping/10 1 +Stan/3 +stance/1 1 +stanch/539 1 +stancher 1 +stanching 1 +stanchion/18 1 +stand/86 1516 +standalone +standard/1 1 +standardization/1 1 +standardize/6 1 +standard 1 +standby/1 1 +standee/1 1 +stander/1 1 +standing/1 1 +Standish +standoff/1 1 +standoffish 1 +standout/1 1 +standpipe/1 1 +standpoint/1 1 +standstill/1 1 +standup/2 1 +Stanford/2 1 +Stanislavsky +stank 1517 +Stanley +Stanton +stanza/1 1 +stapes 1 +staph/2 1 +staphylococcal +staphylococci 1518 +staphylococcus/2 1519 +staple/139 1 +stapler/1 1 +Staples/3 +stapling 1 +star/450 1 +starboard/2 1 +Starbucks +starch/22 1 +starchy/51 1 +stardom/2 1 +stardust/2 1 +stare/28 1 +starer/1 1 +starfish/4 1 +starfruit 1 +stargaze/6 1 +stargazer/1 1 +stargazing 1 +staring 1 +Stark +stark/21 1 +starker/10 1 +Starkey/3 +stark 1 +starless 1 +starlet/1 1 +starlight/2 1 +starling/1 1 +starlit 1 +Starr/3 +starring 1 +starry/34 1 +starstruck +start/23 1 +starter/1 1 +starting 1 +startle/43 1 +startling/8 1 +starvation/2 1 +starve/6 1 +starved 1 +starveling/1 1 +starving/10 1 +stash/22 1 +stasis 1 +stat/18 1 +state/345 1 +statecraft/2 1 +stated 1 +statehood/2 1 +statehouse/1 1 +Statehouse/1 1 +stateless/33 1 +stately/140 1 +statement/1 1 +statemented +statementing +Staten/3 +stateroom/1 1 +stater 1 +States +stateside +Stateside +statesman/2 1520 +statesmanlike +statesmanship/2 1 +statesmen 1521 +stateswoman/2 1522 +stateswomen 1523 +statewide +static/52 1 +statical +station/23 1 +stationary 1 +stationer/1 1 +stationery/2 1 +stationmaster/10 1 +statistic/1 1 +statistical/8 1 +statistician/1 1 +stator/10 1 +statuary/2 1 +statue/18 1 +statuesque +statuette/1 1 +stature/1 1 +status/4 1 +statute/1 1 +statutory/213 1 +Staubach/3 +staunch/540 1 +stave/333 1524 +stay/483 1 +stayer/10 1 +staying 1 +std +STD +stdio +Ste +stead/18 1 +steadfast/16 1 +Steadicam +steadier 1 +steady/276 1 +steadying 1 +steak/1 1 +steakhouse/1 1 +steal/86 1525 +stealer 1 +stealing 1 +stealth/2 1 +stealthy/51 1 +steam/79 1 +steamboat/1 1 +steamer/18 1 +steamfitter/1 1 +steamfitting/2 1 +steaming 1 +steamroll/11 1 +steamroller/23 1 +steamship/1 1 +steamy/50 1 +steed/1 1 +steel/23 1 +Steele +steeling 1 +steelmaker/10 1 +steel 1 +steelwork/32 1 +steelworker/1 1 +steely/50 1 +steelyard/1 1 +steep/53 1 +steepen/11 1 +steeper 1 +steeple/1 1 +steeplechase/18 1 +steeplechaser 1 +steeplejack/1 1 +steer/23 1 +steerable 1 +steerage/2 1 +steering/2 1 +steersman/2 1526 +steersmen 1527 +Stefan/3 +Stefanie/3 +stegosauri 1528 +stegosaurus/4 1529 +Stein +stein/18 1 +Steinbeck +Steinem/3 +Steiner +Steinmetz/3 +Steinway/3 +Stella +stellar 1 +stellated +stem/160 1 +stemless 1 +stemware/2 1 +stench/40 1 +stencil/66 1 +stencilling 1 +Stendhal +Stengel/3 +steno/1 1 +stenographer/1 1 +stenographic +stenography/2 1 +stenos 1 +stentorian +step/48 1 +stepbrother/1 1 +stepchild/155 1 +stepdaughter/1 1 +stepfather/1 1 +Stephan/3 +Stephanie/3 +Stephen +Stephens +Stephenson +stepladder/1 1 +stepmother/1 1 +stepparent/1 1 +steppe/28 1 +stepper/1 1 +steppingstone/1 1 +stepsister/1 1 +stepson/1 1 +stepwise 1 +steradians +stereo/18 1 +stereographic +stereophonic 1 +stereoscope/1 1 +stereoscopic +stereoscopically +stereoscopy 1 +stereo 1 +stereotype/28 1 +stereotypical +stereotypically +stereotyping 1 +sterile 1 +sterility/2 1 +sterilization/1 1 +sterilize/6 1 +sterilizer/1 1 +Sterling/3 +sterling/2 1 +Stern +stern/460 1 +Sterne/3 +Sterno 1 +sternum/1 1 +steroid/1 1 +steroidal +stertorous 1 +stet/12 1 +stethoscope/1 1 +stetson/1 1 +Stetson/2 1 +Steuben/3 +Steve/3 +stevedore/18 1 +Steven/3 +Stevens +Stevenson +Stevie/3 +stew/23 1 +steward/23 1 +stewardess/4 1 +stewardship/2 1 +Stewart/3 +stewing 1 +stick/86 1530 +sticker/18 1 +sticking 1 +stickleback/1 1 +stickler/1 1 +stickpin/1 1 +stickup/1 1 +sticky/541 1 +sticky's +Stieglitz/3 +stiff/53 1 +stiffen/11 1 +stiffener/1 1 +stiffening/2 1 +stifle/43 1 +stifling/10 1 +stiflingly 1 +stigma/542 1 +stigmata 1 +stigmatic 1 +stigmatization/2 1 +stigmatize/6 1 +stile/18 1 +stiletto/18 1 +still/165 1 +stillbirth/1 1 +stillborn 1 +stiller 1 +stilling 1 +stilt/63 1 +stilted/8 1 +Stilton/1 1 +Stimson/3 +stimulant/1 1 +stimulate/6 1 +stimulating 1 +stimulation/2 1 +stimulative 1 +stimulator 1 +stimulatory +stimuli 1531 +stimulus/2 1532 +Stine/3 +sting/86 1533 +stinger/1 1 +stinging 1 +stingray/1 1 +stingy/51 1 +stink/86 1534 +stinkbug/1 1 +stinker/1 1 +stinking 1 +stinky/34 1 +stint/23 1 +stinting 1 +stipend/1 1 +stipendiary/61 1 +stipple/28 1 +stippling/2 1 +stipulate/6 1 +stipulation/1 1 +stir/103 1 +Stirling +stirrer/1 1 +stirring/193 1 +stirrup/1 1 +stitch/22 1 +stitchery/2 1 +stitching/2 1 +stoat/1 1 +stochastic 1 +stock/23 1 +stockade/28 1 +stockbreeder/1 1 +stockbroker/1 1 +stockbroking/2 1 +Stockhausen/3 +stockholder/1 1 +Stockholm/2 1 +stockinet/2 1 +stockinette/2 1 +stocking/1 1 +stockinged +stockist/10 1 +stockpile/28 1 +stockpiling 1 +stockpot/1 1 +stockroom/1 1 +stocktaking/2 1 +Stockton +stock 1 +stocky/51 1 +stockyard/1 1 +stodge 1 +stodgy/51 1 +stogie/1 1 +stogy/15 1 +stoic/1 1 +Stoic/1 1 +stoical/8 1 +Stoicism/1 1 +stoicism/2 1 +stoic 1 +Stoic 1 +stoke/6 1 +stoker/1 1 +Stokes/3 +STOL +stole/1 1 +stolen 1535 +stole 1535 +Stolichnaya/3 +stolid/21 1 +stolidity/2 1 +stolon/1 1 +Stolypin/3 +stoma/497 1 +stomach/23 1 +stomachache/1 1 +stomacher/1 1 +stomp/23 1 +Stone +stone/28 1 +Stonehenge +stoneless 1 +stonemason/1 1 +stone 1 +stonewall/11 1 +stonewalling 1 +stoneware/2 1 +stonewashed +stonework/2 1 +stoney 1536 +stonier 1537 +stoniest 1537 +stonkered +stonking +stony/51 1 +stood 1538 +stooge/18 1 +stool/18 1 +stoop/23 1 +stooping 1 +stop/48 1 +stopcock/1 1 +stopgap/1 1 +stoplight/1 1 +stopoff 1 +stopover/1 1 +stoppable 1 +stoppage/1 1 +Stoppard/3 +stopper/23 1 +stopping 1 +stopple/28 1 +stopwatch/4 1 +storage/2 1 +store/28 1 +storefront/1 1 +storehouse/1 1 +storekeeper/1 1 +storeroom/1 1 +store 1 +storey/1 1 +stork/1 1 +storm/23 1 +stormer +stormers +storming 1 +stormtroopers +stormy/51 1 +story/148 1 +storyboard/18 1 +storybook/1 1 +storyline 1 +storyteller/1 1 +storytelling/2 1 +stoup/1 1 +Stout +stout/38 1 +stouthearted 1 +stove/18 1 +stovepipe/1 1 +stove 1539 +stow/11 1 +stowage/2 1 +stowaway/1 1 +Stowe +stowing 1 +Strabo/3 +straddle/28 1 +straddler/1 1 +Stradivari 1 +Stradivarius 1 +strafe/28 1 +straggle/43 1 +straggler/1 1 +straggling 1 +straggly/34 1 +straight/460 1 +straightaway/1 1 +straightedge/1 1 +straighten/11 1 +straightener/1 1 +straightforward/94 1 +straightjacket/18 1 +straightway 1 +strain/23 1 +strained 1 +strainer/1 1 +straining 1 +strait/18 1 +straiten/11 1 +straitjacket/23 1 +straitlaced +strait 1 +strand/23 1 +strange/27 1 +stranger/18 1 +strangle/6 1 +stranglehold/1 1 +strangler/1 1 +strangling 1 +strangulate/6 1 +strangulation/2 1 +strap/48 1 +strapless/4 1 +strapping/2 1 +Strasbourg +stratagem/1 1 +strata 1540 +strategic/32 1 +strategical/8 1 +strategist/1 1 +strategy/15 1 +stratification/2 1 +stratify/31 1 +stratigraphic +stratigraphical +strati 1541 +stratosphere/1 1 +stratospheric +stratospherically +stratum/2 1542 +stratus/2 1543 +Strauss +Stravinsky/2 1 +straw/23 1 +strawberry/15 1 +straw 1 +stray/23 1 +straying 1 +stray 1 +streak/23 1 +streaked 1 +streaker/1 1 +streaking 1 +streaky/34 1 +stream/23 1 +streamer/1 1 +streaming 1 +streamline/43 1 +street/1 1 +streetcar/1 1 +streetlamp/10 1 +streetlight/1 1 +street 1 +streetwalker/1 1 +streetwise 1 +Streisand/3 +strength/1 1 +strengthen/11 1 +strengthener/1 1 +strengthening 1 +strenuous/16 1 +strep/2 1 +streptococcal +streptococci 1544 +streptococcus/2 1545 +streptomycin/2 1 +stress/22 1 +stressfulness +stressful 1 +stretch/147 1 +stretchability 1 +stretchable 1 +stretcher/23 1 +stretchmarks +stretchy/260 1 +strew/126 1 +strewing 1 +strewn 1 +strewth +stria/54 1 +striated +striation/1 1 +stricken 1546 +Strickland/3 +strict/21 1 +stricture/1 1 +stride/369 1547 +stridency/2 1 +strident/8 1 +strider 1 +strife/2 1548 +strike/74 1549 +strikebound +strikebreaker/1 1 +strikebreaking 1 +strikeout/1 1 +striker/1 1 +striking/193 1 +Strindberg +string/86 1550 +stringed 1 +stringency/2 1 +stringent/8 1 +stringer/1 1 +stringing 1 +stringy/50 1 +strip/298 1 +stripe/28 1 +stripey +striping 1 +stripling/1 1 +stripper/1 1 +stripping 1 +striptease/28 1 +stripteaser/1 1 +stripy/34 1 +strive/77 1551 +strives 1552 +striving 1 +strobe/1 1 +stroboscope/1 1 +stroboscopic +strode 1553 +stroke/28 1 +stroking 1 +stroll/23 1 +stroller/1 1 +strolling 1 +stromatolites +Stromboli +Strong/3 +strong/76 1 +strongbow +strongbox/4 1 +stronghold/1 1 +strongish +strongman/2 1554 +strongmen 1555 +strongroom/10 1 +strontium/2 1 +strop/48 1 +strophe/1 1 +strophic 1 +stroppily +stroppiness +stroppy/34 1 +strove 1556 +struck 1546 +structural/8 1 +structuralism 1 +structuralist/10 1 +structure/28 1 +structureless 1 +strudel/1 1 +struggle/28 1 +struggling 1 +strum/160 1 +strumpet/18 1 +strung 1557 +strut/109 1 +strutter 1 +strutting 1 +strychnine/2 1 +s 1 +Stu/3 +Stuart/1 1 +stub/136 1 +stubble/2 1 +stubbly/34 1 +stubborn/21 1 +stubby/34 1 +stucco/22 1 +stuck 1558 +stud/113 1 +studbook/1 1 +studding/2 1 +Studebaker/3 +student/1 1 +studentship/10 1 +studied/8 1 +studier/10 1 +studio/1 1 +studious/16 1 +studly/34 1 +stud 1 +study/57 1 +stuff/23 1 +stuffer 1 +stuffing/2 1 +stuffy/51 1 +stultification/2 1 +stultify/31 1 +stumble/28 1 +stumbler/1 1 +stumblingly +stump/23 1 +stumpy/34 1 +stun/543 1 +stung 1559 +stunk 1517 +stunner/10 1 +stunning/8 1 +stunt/23 1 +stunted 1 +stuntman 1560 +stuntmen 1561 +stupefaction/2 1 +stupefy/31 1 +stupefyingly +stupendous/8 1 +stupid/185 1 +stupidity/15 1 +stupor/1 1 +sturdy/51 1 +sturgeon/1 1 +stutter/23 1 +stutterer/1 1 +stuttering 1 +Stuttgart/2 1 +Stuyvesant +sty/167 1 +stye/18 1 +Stygian 1 +style/28 1 +styling 1 +stylish/16 1 +stylist/1 1 +stylistic/277 1 +styli 1562 +stylization 1 +stylize/6 1 +stylus/4 1563 +stymie/45 1 +stymy/148 1 +styptic/1 1 +styrene 1 +Styrofoam/1 1 +Styron/3 +Styx/2 1 +Suarez/3 +suasion/2 1 +suave/27 1 +suavity/2 1 +sub/136 1 +subaltern/1 1 +subaqua +subarctic 1 +subarea/1 1 +Subaru/3 +subatomic 1 +subbasement/1 1 +subbing 1 +subbranch/4 1 +subcategory/15 1 +subclass/544 1 +subclauses +subcommittee/1 1 +subcompact/1 1 +subconscious/240 1 +subcontinent/1 1 +subcontinental +subcontract/23 1 +subcontractor/1 1 +subcultural 1 +subculture/18 1 +subcutaneous/8 1 +subdivide/6 1 +subdivision/1 1 +subducted +subduction 1 +subdue/6 1 +subdued 1 +subeditor/10 1 +subfamilies +subfamily/3 +subfreezing +subgroup/1 1 +subharmonic +subharmonics +subhead/1 1 +subheading/1 1 +subhuman/1 1 +subj +subject/23 1 +subjection/2 1 +subjective/8 1 +subjectivity/2 1 +subject 1 +subjoin/11 1 +subjugate/6 1 +subjugation/2 1 +subjunctive/1 1 +sublayer +sublease/28 1 +sublet/128 1 +subletting 1 +sublieutenant/10 1 +sublimate/43 1 +sublimation/2 1 +sublime/408 1 +sublimer 1 +subliminal/8 1 +subliming 1 +sublimity/2 1 +sublunary +submarginal 1 +submarine/18 1 +submariner/1 1 +submerge/6 1 +submergence/2 1 +submerse/6 1 +submersible/1 1 +submersion/2 1 +submicroscopic 1 +submission/1 1 +submissive/16 1 +submit/12 1 +submittable +submitter/10 1 +submitting 1 +subnormal 1 +suboptimal +suborbital +suborder/1 1 +subordinate/28 1 +subordination/2 1 +suborn/11 1 +subornation/2 1 +subpena/23 1 +subplot/1 1 +subpoena/23 1 +subprofessional/1 1 +subprogram/10 1 +subroutine/1 1 +subscribe/6 1 +subscriber/1 1 +subscribing 1 +subscript/1 1 +subscription/1 1 +subscript 1 +subsection/1 1 +subsequent/8 1 +subservience/2 1 +subservient/8 1 +subset/1 1 +subside/6 1 +subsidence/2 1 +subsidiarity 1 +subsidiary/15 1 +subsidization/2 1 +subsidize/6 1 +subsidizer/1 1 +subsidy/15 1 +subsist/11 1 +subsistence/2 1 +subsoil/2 1 +subsonic +subspace/10 1 +subspecies/2 1 +substance/1 1 +substandard +substantial/8 1 +substantiate/6 1 +substantiation/1 1 +substantive/30 1 +substation/1 1 +substitutable +substitute/28 1 +substitution/1 1 +substrata 1564 +substrate/1 1 +substratum/2 1565 +substructure/1 1 +subsume/6 1 +subsurface/2 1 +subsystem/1 1 +subteen/1 1 +subtenancy/2 1 +subtenant/1 1 +subtend/11 1 +subterfuge/1 1 +subterranean 1 +subtext/1 1 +subtitle/28 1 +subtle/17 1 +subtlety/15 1 +subtopic/1 1 +subtotal/66 1 +subtotalling 1 +subtract/11 1 +subtraction/1 1 +subtractive +subtractively +subtrahend/1 1 +subtropic/32 1 +subtropical +subtype/10 1 +subunit/10 1 +suburb/1 1 +suburban/1 1 +suburbanite/1 1 +suburbanization 1 +suburbia/2 1 +subvention/1 1 +subversion/2 1 +subversive/36 1 +subvert/11 1 +subway/18 1 +subzero +succeed/11 1 +succeeding 1 +success/4 1 +successful/8 1 +succession/1 1 +successive/8 1 +successor/1 1 +succinct/21 1 +succotash/2 1 +succour/23 1 +succubi 1566 +succubus 1567 +succulence/2 1 +succulency/2 1 +succulent/1 1 +succumb/11 1 +suchlike 1 +such 1 +suck/23 1 +suckable +sucker/23 1 +sucking 1 +suckle/6 1 +suckling/1 1 +Sucre +Sucrets/3 +sucrose/2 1 +suction/23 1 +sud/32 1 +Sudan/2 1 +Sudanese/2 1 +sudden/16 1 +Sudetenland/3 +Sudoku/3 +Sudra/2 1 +suds/2 1 +sudsy/34 1 +Sue +sue/6 1 +suede/2 1 +sued 1 +suet/2 1 +Suetonius +suety 1 +Suez +suffer/11 1 +sufferance/2 1 +sufferer/1 1 +suffering/1 1 +suffice/6 1 +sufficiency/2 1 +sufficient/8 1 +suffix/289 1 +suffixation/2 1 +suffocate/6 1 +suffocatingly +suffocating 1 +suffocation/2 1 +Suffolk 1 +suffragan/1 1 +suffrage/2 1 +suffragette/1 1 +suffragist/1 1 +suffuse/6 1 +suffused 1 +suffusion/2 1 +Sufism 1 +Sufi 1 +sugar/23 1 +sugarcane/2 1 +sugarcoat/11 1 +sugaring 1 +sugarless 1 +sugarplum/1 1 +sugary/34 1 +suggest/11 1 +suggested 1 +suggester/10 1 +suggestibility/2 1 +suggestible 1 +suggestion/1 1 +suggestive/16 1 +sugillate +Suharto/3 +Sui/3 +suicidal/8 1 +suicide/18 1 +suit/23 1 +suitability/15 1 +suitable/29 1 +suitcase/1 1 +suite/28 1 +suiting/2 1 +suitor/1 1 +Sukarno +sukiyaki/2 1 +Sukkoth/1 1 +Sukkot 1 +Sulawesi/2 1 +Suleiman/3 +sulfa/2 1 +sulfate/18 1 +sulfa 1 +sulfide/1 1 +sulk/23 1 +sulky/222 1 +Sulla/2 1 +sullen/21 1 +Sullivan/2 1 +sulphate/71 1 +sulphide/10 1 +sulphur/23 1 +sulphuric +sulphurous 1 +sultan/1 1 +sultana/1 1 +sultanate/1 1 +sultry/51 1 +sully/31 1 +sum/160 1 +sumac/2 1 +sumach/2 1 +Sumatra/2 1 +Sumatran/1 1 +Sumeria/3 +Sumerian/1 1 +summability 1 +summable +summarize/6 1 +summarizer/10 1 +summary/208 1 +summat +summation/1 1 +Summer/3 +summer/23 1 +summerhouse/1 1 +summering 1 +Summers +summertime/2 1 +summer 1 +summery/34 1 +summing 1 +summit/18 1 +summitry/2 1 +summon/11 1 +summoner/1 1 +summonings +summons/22 1 +Sumner/3 +sumo/2 1 +sump/1 1 +sumptuous/16 1 +Sumter +sun/1 1 +Sun/1 1 +sun/194 1 +sunbath/23 1 +sunbathe/6 1 +sunbather/1 1 +sunbathing/2 1 +Sunbeam/3 +sunbeam/1 1 +sunbed/10 1 +Sunbelt/2 1 +sunbelt 1 +sunblock/1 1 +sunbonnet/1 1 +sunburn/23 1 +sunburst/1 1 +suncream +sundae/1 1 +Sundanese/2 1 +Sundas +Sunday/18 1 +sundeck/10 1 +sunder/11 1 +sundering 1 +sundial/1 1 +sundown/18 1 +sundress/89 1 +sundry/545 1 +sunfish/4 1 +sunflower/1 1 +Sung +sunglasses +sunglasses's +sung 1374 +sunhat/10 1 +sunken 1375 +Sunkist/3 +sunk 1375 +sunlamp/1 1 +sunless 1 +sunlight/2 1 +sunlit 1 +Sunni/1 1 +Sunnite/1 1 +sunrise/18 1 +sunroof/1 1 +sunscreen/1 1 +sunset/18 1 +sunshade/1 1 +sunshine/2 1 +sunshiny 1 +sunspot/1 1 +sunspots/89 1 +sunstroke/2 1 +suntan/133 1 +suntrap/10 1 +sunup/2 1 +sunny/50 1 +Sunnyvale +sup/48 1 +super/18 1 +superabundance/1 1 +superabundant 1 +superannuate/6 1 +superannuation/2 1 +superb/76 1 +Superbowl/3 +supercargo/4 1 +supercharge/6 1 +supercharger/1 1 +supercilious/16 1 +supercity/15 1 +supercomputer/1 1 +supercomputing +superconducting +superconductive +superconductivity/2 1 +superconductor/1 1 +supercooled +supercooling +superdense +superego/1 1 +supererogation/2 1 +supererogatory +superficial/8 1 +superficiality/2 1 +superficial 1 +superfine +superfix 1 +superfluity/15 1 +superfluous/8 1 +superfluousness/3 +Superfund/3 +Superglue/3 +superglue 1 +supergrass/89 1 +superheat/197 1 +superhero/72 1 +superhighway/1 1 +superhuman 1 +superimpose/6 1 +superimposition/2 1 +superintend/11 1 +superintendence/2 1 +superintendency/2 1 +superintendent/1 1 +Superior +superior/1 1 +superiority/2 1 +superlative/30 1 +Superman/3 +superman/2 1568 +supermarket/1 1 +supermen 1569 +supermodel/10 1 +supermom/1 1 +supernal 1 +supernatant 1 +supernatural/193 1 +supernova/58 1 +supernumerary/15 1 +superordinate 1 +superpose/6 1 +superposition/1 1 +superpower/1 1 +supersaturate/6 1 +supersaturation/2 1 +superscribe/6 1 +superscript/1 1 +superscription/2 1 +supersede/6 1 +supersonically +supersonic 1 +superstar/1 1 +superstate/10 1 +superstition/1 1 +superstitious/8 1 +superstore/1 1 +superstructure/1 1 +supertanker/1 1 +super 1 +superuser +superusers +supervene/6 1 +supervention/2 1 +supervise/6 1 +supervision/1 1 +supervisor/1 1 +supervisory +superwoman/2 1570 +superwomen 1571 +supine/8 1 +supp +supper/18 1 +suppertime 1 +suppl +supplant/11 1 +supple/546 1 +supplement/23 1 +supplemental 1 +supplementary 1 +supplementation/2 1 +supple 1 +suppliant/1 1 +supplicant/1 1 +supplicate/6 1 +supplication/1 1 +supplier/1 1 +supply/31 1 +supply's +support/79 1 +supportability 1 +supportable 1 +supporter/1 1 +supporting 1 +supportive +suppose/6 1 +supposed/8 1 +supposing 1 +supposition/1 1 +suppository/15 1 +suppress/7 1 +suppressant/1 1 +suppressible +suppression/2 1 +suppressive +suppressor/1 1 +suppurate/6 1 +suppuration/2 1 +supranational +supra 1 +supremacist/1 1 +supremacy/2 1 +supremal +supreme/46 1 +supremo/10 1 +supt +Supt +Surabaja +Surabaya +Surat +surcease/28 1 +surcharge/28 1 +surcingle/18 1 +surd 1 +sure/27 1 +surefire +surefooted +sure 1 +surety/15 1 +surf/23 1 +surface/28 1 +surfacing 1 +surfactant/10 1 +surfboard/23 1 +surfboarding 1 +surfeit/23 1 +surfeiting 1 +surfer/1 1 +surfing/2 1 +surge/28 1 +surgeon/1 1 +surgery/15 1 +surgical/8 1 +surging 1 +Surinam/2 1 +Suriname/2 1 +Surinamese +surlily +surly/50 1 +surmise/28 1 +surmising 1 +surmount/11 1 +surmountable 1 +surmounting 1 +surname/18 1 +surpass/7 1 +surpassing 1 +surplice/1 1 +surplus/547 1 +surprise/28 1 +surprised 1 +surprising/193 1 +surrealism/2 1 +surrealist/1 1 +surrealistic +surrealistically +surreality +surreal 1 +surrender/23 1 +surreptitious/8 1 +surreptitiousness/3 +surrey/1 1 +surrogacy/2 1 +surrogate/18 1 +surround/5 1 +surrounded 1 +surrounding/130 1 +surtax/22 1 +surtitle/10 1 +surveillance/2 1 +survey/23 1 +surveying/2 1 +surveyor/1 1 +survivability 1 +survivable +survival/1 1 +survivalist/1 1 +survive/6 1 +survivor/1 1 +Surya/2 1 +Susan/3 +Susana/3 +Susanna +Susanne/3 +susceptibility/15 1 +susceptible 1 +SUSE +sushi/2 1 +Susie/3 +suspect/23 1 +suspected 1 +suspect 1 +suspend/11 1 +suspender/1 1 +suspense/2 1 +suspenseful +suspension/1 1 +suspicion/18 1 +suspicious/8 1 +Susquehanna/2 1 +suss/7 1 +Sussex 1 +sustain/11 1 +sustainability 1 +sustainable +sustainably +sustained 1 +sustaining 1 +sustenance/2 1 +Sutherland/3 +sutler/1 1 +suttee 1 +Sutton/3 +suture/28 1 +SUV +Suva/2 1 +Suwanee/3 +Suzanne/3 +suzerain/1 1 +suzerainty/2 1 +Suzette/3 +Suzhou/3 +Suzuki/3 +Suzy/3 +Svalbard/2 1 +svelte/150 1 +Sven/3 +Svengali 1 +Sverdlovsk +SW/2 1 +swab/136 1 +swaddle/43 1 +swag/92 1 +swagger/79 1 +swaggerer 1 +swaggering 1 +Swahili/1 1 +swain/1 1 +SWAK +swallow/23 1 +swallower 1 +swallowtail/1 1 +swami/1 1 +Swammerdam/3 +swamp/23 1 +swampland/1 1 +swamp 1 +swampy/34 1 +swam 1572 +swan/133 1 +Swanee +swank/180 1 +swanker 1 +swanky/51 1 +swansdown/2 1 +Swansea/2 1 +Swanson/3 +swansong/10 1 +swap/48 1 +swappable +swapper/10 1 +swapping 1 +sward/18 1 +swarm/23 1 +swarming 1 +swarthy/34 1 +swash/22 1 +swashbuckler/1 1 +swashbuckling/2 1 +swashing 1 +swastika/1 1 +SWAT +swat/109 1 +swatch/4 1 +swath/23 1 +swathe/28 1 +swatter/23 1 +sway/23 1 +swayback/2 1 +swaybacked +swayback 1 +swaying 1 +Swazi/1 1 +Swaziland/2 1 +Swazi 1 +swear/121 1573 +swearer/1 1 +swearing 1 +swearword/1 1 +sweat/187 1 +sweatband/1 1 +sweater/1 1 +sweating 1 +sweatpants/2 1 +sweatshirt/1 1 +sweatshop/1 1 +sweatsuit/10 1 +sweaty/60 1 +Swed +swede/1 1 +Swede/1 1 +Sweden/2 1 +Swedenborg/3 +Swedish/2 1 +Sweeney/3 +sweep/86 1574 +sweepable +sweeper/1 1 +sweeping/548 1 +sweepstake/130 1 +Sweet +sweet/38 1 +sweetbread/1 1 +sweetbriar/1 1 +sweetbrier/1 1 +sweetcorn +sweeten/11 1 +sweetener/1 1 +sweetening/2 1 +sweetheart/1 1 +sweetie/1 1 +sweetish 1 +sweetmeat/1 1 +sweetshop 1 +swell/180 1575 +sweller 1 +swellhead/1 1 +swellheaded 1 +swelling/1 1 +swelter/23 1 +sweltering 1 +sweptback 1 +swept 1576 +swerve/28 1 +swerving 1 +swift/38 1 +Swift/2 1 +swift/59 1 +swifter 1 +swig/92 1 +swill/23 1 +swilling 1 +swim/549 1577 +swimmer/1 1 +swimming/37 1 +swimsuit/1 1 +swimwear +Swinburne/3 +swindle/28 1 +swindler/1 1 +swindling 1 +swine/2 1 +swineherd/1 1 +swines +swing/412 1578 +swingeing 1 +swinger/1 1 +swinging 1 +swinish 1 +swipe/28 1 +swirl/23 1 +swirling 1 +swirly/34 1 +swish/295 1 +swisher 1 +swishing 1 +swishy 1 +Swiss/4 1 +Swissair/3 +Swiss 1 +switch/147 1 +switchable +switchback/18 1 +switchblade/1 1 +switchboard/1 1 +switcher/1 1 +switchgear 1 +switching 1 +switchover +Switz +Switzerland/2 1 +swivel/66 1 +swivelling 1 +swiz 1 +swizzle/43 1 +swizzling 1 +swizz 1 +swob/136 1 +swollen 1579 +swoon/23 1 +swooning 1 +swoop/23 1 +swoosh/22 1 +swop/48 1 +swopping 1 +sword/18 1 +swordfish/4 1 +swordplay/2 1 +swordsman/2 1580 +swordsmanship/2 1 +swordsmen 1581 +swore 1582 +sworn 1582 +swot/484 1 +swotting 1 +swum 1572 +swung 1583 +sybarite/1 1 +sybaritic +Sybil/3 +sycamore/1 1 +sycophancy/2 1 +sycophant/1 1 +sycophantic +sycophantically +Sydney/2 1 +Sykes/3 +syllabary 1 +syllabicate/6 1 +syllabication/2 1 +syllabic 1 +syllabification/2 1 +syllabify/31 1 +syllable/18 1 +syllabub/10 1 +syllabus/4 1 +syllogism/1 1 +syllogistic 1 +sylph/1 1 +sylphic 1 +sylphlike 1 +sylvan 1 +Sylvester/3 +Sylvia/3 +Sylvie/3 +symbiont 1 +symbioses 1584 +symbiosis/2 1585 +symbiotically +symbiotic 1 +symbol/18 1 +symbolical/8 1 +symbolic 1 +symbolism/2 1 +symbolist 1 +symbolization/2 1 +symbolize/6 1 +symmetrical/8 1 +symmetric 1 +symmetrization 1 +symmetrizing +symmetry/15 1 +sympathetic/39 1 +sympathize/6 1 +sympathizer/1 1 +sympathy/347 1 +symphonic 1 +symphonists +symphony/15 1 +symposium/1 1 +symptom/1 1 +symptomatic/39 1 +symptomless 1 +syn +synagog/1 1 +synagogal +synagogue/1 1 +synapse/18 1 +synapses 1586 +synaptic 1 +sync/23 1 +synch/23 1 +synchronicity 1 +synchronization/1 1 +synchronize/6 1 +synchronous/8 1 +synchrony 1 +synchrotron 1 +syncopate/6 1 +syncopation/2 1 +syncope/2 1 +sync 1 +syndicalism 1 +syndicalist/10 1 +syndicate/28 1 +syndication/2 1 +syndrome/1 1 +synergism/2 1 +synergistic 1 +synergy/15 1 +synfuel/1 1 +Synge +synod/1 1 +synonym/1 1 +synonymic +synonymous/8 1 +synonymy/2 1 +synopses 1587 +synopsis/2 1588 +synopsizes +synoptic 1 +syntactical/8 1 +syntactic 1 +syntax/2 1 +syntheses 1589 +synthesis/2 1590 +synthesize/6 1 +synthesizer/1 1 +synthetic/1 1 +synthetically +synthetic 1 +syphilis/2 1 +syphilitic/1 1 +syphon/23 1 +Syracuse/2 1 +Syria/2 1 +Syriac +Syrian/1 1 +syringe/28 1 +syrup/18 1 +syrupy 1 +sysadmin +sysadmins +sysop/10 1 +system/1 1 +systematic/39 1 +systematical +systematic 1 +systematization/2 1 +systematize/6 1 +systemic/1 1 +systemically +systemic 1 +systole/1 1 +systolic 1 +Szechuan/2 1 +Szilard/3 +Szymborska/3 +T/2 1 +t/550 1 +TA +Ta/2 1 +tab/136 1 +Tabasco/1 1 +Tabatha/3 +tabbouleh/2 1 +tabby/167 1 +tabernacle/1 1 +Tabernacle/1 1 +tabernacle/59 1 +Tabitha/3 +tabla/1 1 +table/28 1 +tableau/100 1 +tablecloth/1 1 +tableland/1 1 +tablespoon/1 1 +tablespoonful/1 1 +tablet/18 1 +tabletop/1 1 +tableware/2 1 +tabling 1 +tabloid/1 1 +taboo/23 1 +tabor/18 1 +Tabriz/4 1 +tabu/23 1 +tabular 1 +tabulate/6 1 +tabulation/1 1 +tabulator/1 1 +tabus 1 +tabu 1 +tachograph/10 1 +tachometer/1 1 +tachycardia/2 1 +tachyon/10 1 +tacit/16 1 +taciturn/8 1 +taciturnity/2 1 +Tacitus +tack/23 1 +tacker/1 1 +tackier 1591 +tackiest 1591 +tacking 1 +tackle/28 1 +tackler/1 1 +tackling 1 +tacky/50 1 +taco/1 1 +Tacoma/2 1 +tact/2 1 +tactful/16 1 +tactic/1 1 +tactical/8 1 +tactician/1 1 +tactile 1 +tactility/2 1 +tactless/16 1 +tactual 1 +Tad/3 +tad/1 1 +tadpole/1 1 +Tadzhik/2 1 +Tadzhikistan/2 1 +taed +Taegu/2 1 +Taejon +taffeta/2 1 +taffrail/1 1 +taffy/15 1 +Taft/2 1 +tag/92 1 +Tagalog/1 1 +tagger/1 1 +tagliatelle 1 +Tagore +Tagus/2 1 +Tahiti/2 1 +Tahitian/1 1 +Tahoe +Taichung/2 1 +taiga/1 1 +tail/23 1 +tailback/1 1 +tailboard/10 1 +tailbone/10 1 +tailcoat/1 1 +tailgate/28 1 +tailgater/1 1 +tailing 1 +tailless/153 1 +taillight/1 1 +tailor/23 1 +tailorable +tailoring/2 1 +tailpiece/10 1 +tailpipe/1 1 +tailplane 1 +tailspin/1 1 +tail 1 +tailwind/1 1 +Tainan +Taine/3 +taint/23 1 +Taipei/2 1 +Taiping 1 +Taiwan/2 1 +Taiwanese/2 1 +Taiyuan +Tajikistan/2 1 +take/264 1592 +takeable +takeaway/10 1 +takeoff/1 1 +takeout/1 1 +takeover/1 1 +taker/1 1 +taking/130 1 +Taklamakan/3 +Talbot 1 +talc/2 1 +talcum/2 1 +tale/1 1 +talebearer/1 1 +talent/1 1 +talented +talentless 1 +Taliban/3 +Taliesin +talisman/1 1 +tali 1593 +talk/23 1 +talkative/16 1 +talker/1 1 +talkie/41 1 +talking 1 +talky/220 1 +tall/179 1 +Tallahassee/2 1 +tallboy/1 1 +Tallchief/3 +Talley/3 +Talleyrand/3 +tallier/1 1 +Tallinn/2 1 +tallish 1 +tallow/2 1 +tallowy 1 +Talmud/1 1 +Talmudic +Talmudist 1 +talon/1 1 +talus/4 1594 +tally/31 1 +tallyho/23 1 +tally's +tam/18 1 +tamable 1 +tamale/1 1 +Tamara/3 +tamarack/1 1 +tamarind/1 1 +tambourine/1 1 +tame/104 1 +tameable 1 +Tameka/3 +tamer/1 1 +Tamera/3 +Tamerlane/2 1 +tames 1595 +Tamika/3 +Tamil/1 1 +taming 1 +Tami's 1596 +Tami 1597 +Tammany/2 1 +Tammi/3 +Tammie/3 +Tammuz/2 1 +Tammy/3 +tamoxifen 1 +tamp/5 1 +Tampa/2 1 +Tampax/3 +tamper/5 1 +tamperer/1 1 +tampering 1 +tamping 1 +tampon/18 1 +Tamra/3 +tam 1 +Tamworth 1 +tan/268 1 +tanager/1 1 +tanbark/2 1 +Tancred +tandem/1 1 +tandoori/2 1 +Taney +T'ang +tang/18 1 +Tanganyika/2 1 +tangelo/1 1 +tangent/1 1 +tangential/8 1 +tangent 1 +tangerine/1 1 +tangibility/2 1 +tangible/551 1 +Tangier/1 1 +tangle/28 1 +tangling 1 +tango/23 1 +Tangshan +tangy/34 1 +Tania/3 +Tanisha/3 +tank/23 1 +tankard/1 1 +tanker/1 1 +tankful/1 1 +tanking 1 +Tanner/3 +tanner/1 1 +tannery/15 1 +Tannhauser/3 +tannin/1 1 +tanning/2 1 +tansy/2 1 +tantalization/2 1 +tantalize/6 1 +tantalizer/1 1 +tantalizing/8 1 +tantalum/2 1 +Tantalus/2 1 +tantamount +tantra/2 1 +tantra's 1598 +tantra 1599 +tantrum/1 1600 +Tanzania/2 1 +Tanzanian/1 1 +Tanya/3 +Tao/2 1 +Taoism/1 1 +Taoist/1 1 +tap/48 1 +tapas +tape/139 1 +tapeline/1 1 +taper/23 1 +tapering 1 +tapes 1601 +tapestry/167 1 +tapeworm/1 1 +tapioca/2 1 +tapir/1 1 +tapper/1 1 +tappet/1 1 +tapping 1 +taproom/1 1 +taproot/1 1 +tar/103 1 +Tara/2 1 +taramasalata 1 +tarantella/1 1 +Tarantino/3 +tarantula/1 1 +Tarawa/2 1 +Tarazed/3 +tarball/10 1 +Tarbell/3 +tardy/51 1 +tare/28 1 +Target/3 +target/23 1 +tariff/18 1 +Tarim +Tarkenton/3 +Tarkington +tarmac/64 1 +tarmacadam 1 +tarmac 1 +tarn/1 1 +tarnish/22 1 +taro/1 1 +tarot/1 1 +tarp/1 1 +tarpaulin/1 1 +tarpon/1 1 +tarragon/1 1 +tarrier 1 +tarring 1 +tarry/170 1 +tarsal/1 1 +tarsi 1602 +tarsus/2 1603 +tart/53 1 +tartan/1 1 +tartar/1 1 +Tartar/1 1 +tartaric +Tartary +tar 1 +Tartuffe 1 +tarty/552 1 +Tarzan/2 1 +Tasha/3 +Tashkent/2 1 +task/23 1 +tasking 1 +taskmaster/1 1 +taskmistress/4 1 +Tasman +Tasmania/2 1 +Tasmanian 1 +Tass +tassel/553 1 +tasselling 1 +tassells +taste/28 1 +tasteful/16 1 +tasteless/16 1 +taster/1 1 +tasting/1 1 +ta 1604 +tasty/51 1 +tat/484 1 +tatami/1 1 +Tatar/1 1 +Tate +tater/1 1 +tatter/23 1 +tatterdemalion/1 1 +tattie/452 1 +tatting/2 1 +tattle/28 1 +tattler/1 1 +tattletale/1 1 +tattling 1 +tattoo/23 1 +tattooer/1 1 +tattooist/1 1 +Tatum +tatty/220 1 +tau/1 1 +taught 1605 +taunt/23 1 +taunter/1 1 +taunting/8 1 +taupe/2 1 +Taurus/4 1 +taus 1 +taut/21 1 +tauten/11 1 +tautological/8 1 +tautologous +tautology/15 1 +taut 1 +tavern/1 1 +taverna/10 1 +tawdry/51 1 +Tawney +tawnier 1606 +tawniest 1606 +tawny/245 1 +tax/22 1 +taxable 1 +taxation/2 1 +taxer/1 1 +taxes 1607 +taxi/23 1 +taxicab/1 1 +taxidermist/1 1 +taxidermy/2 1 +taximeter/1 1 +taxing 1 +taxi's 1608 +taxis 1609 +taxi 1610 +taxiway/10 1 +taxman 1611 +taxmen 1612 +taxonomic +taxonomical 1 +taxonomist/1 1 +taxonomy/15 1 +taxpayer/1 1 +taxpaying +Taylor/2 1 +Tb/2 1 +TB/2 1 +TBA +Tbilisi/2 1 +tbs +tbsp +Tc/2 1 +Tchaikovsky +TD +TDD +Te/2 1 +tea/18 1 +teabag +teabags +teacake/1 1 +teach/554 1613 +teachable 1 +teacher/1 1 +teaching/1 1 +teacloth +teacup/1 1 +teacupful/1 1 +teak/1 1 +teakettle/1 1 +teal/1 1 +tealeaves +team/23 1 +teaming 1 +teammate/1 1 +teamster/1 1 +team 1 +teamwork/2 1 +teapot/1 1 +tear/23 1614 +tearaway/10 1 +teardrop/1 1 +tearful/83 1 +teargas/547 1 +tearing 1 +tearjerker/1 1 +tearless 1 +tearoom/1 1 +teary/34 1 +teas/7 1 +Teasdale/3 +tease/28 1 +teasel/18 1 +teaser/1 1 +teashop/10 1 +teasing/8 1 +teaspoon/1 1 +teaspoonful/1 1 +teat/1 1 +teatime/10 1 +teazel/71 1 +teazle/59 1 +tech/1 1 +techie/10 1 +technetium/2 1 +technical/8 1 +technicality/15 1 +technical 1 +technician/1 1 +technicolour +Technicolour +technique/1 1 +technocracy/15 1 +technocrat/1 1 +technocratic +technological/8 1 +technologist/1 1 +technology/15 1 +technophiles +technophobe/10 1 +technophobia 1 +technophobic +techno 1 +tech 1 +tectonic/35 1 +Tecumseh/2 1 +Ted/2 1 +Teddy/3 +teddy/61 1 +tedious/16 1 +tedium/2 1 +teds +tee/45 1 +teem/11 1 +teeming 1 +teen/1 1 +teenage/339 1 +teenaged +teenager/1 1 +teensy/34 1 +teen 1 +teeny/34 1 +teenybopper/1 1 +teepee/1 1 +teeter/23 1 +teethe/6 1 +teething/2 1 +teethmarks +teeth 1615 +teetotalism/2 1 +teetotaller/1 1 +teetotal 1 +tee 1 +TEFL +Teflon/1 1 +Tegucigalpa/2 1 +Teheran/2 1 +Tehran +tektite/1 1 +telecast/86 1 +telecaster/1 1 +telecommunication/130 1 +telecommute/6 1 +telecommuter/1 1 +telecommuting/2 1 +telecoms +teleconference/28 1 +teleconferencing/2 1 +telegenic +telegram/18 1 +telegraph/23 1 +telegrapher/1 1 +telegraphese 1 +telegraphic +telegraphically +telegraphist/1 1 +telegraphy/2 1 +telekinesis/2 1 +telekinetic +Telemachus +Telemann +telemarketer/1 1 +telemarketing/2 1 +telemeter/18 1 +telemetry/15 1 +teleological +teleology 1 +telepathic/39 1 +telepathy/2 1 +telephone/28 1 +telephoner/1 1 +telephonic 1 +telephonist/10 1 +telephony/2 1 +telephoto/1 1 +telephotography/2 1 +teleplay/1 1 +teleprinter/1 1 +teleprocessing/2 1 +TelePrompter +teleprompter/1 1 +TelePrompTer 1 +telesales +telescope/28 1 +telescopic/39 1 +teletext/1 1 +telethon/1 1 +teletype/59 1 +Teletype 1 +teletypewriter/1 1 +televangelism/2 1 +televangelist/1 1 +televise/6 1 +television/1 1 +televisual +teleworker/10 1 +teleworking +telex/22 1 +Tell/2 1 +tell/141 1616 +Teller +teller/18 1 +telling/8 1 +telltale/1 1 +tellurium/2 1 +TELNET/555 1 +telnet 1 +tel 1 +Telugu/2 1 +telly/15 1 +temblor/1 1 +temerity/2 1 +temp/180 1 +Tempe +temper/23 1 +tempera/1 1 +temperament/1 1 +temperamental/8 1 +temperance/2 1 +temperate/16 1 +temperature/1 1 +tempering 1 +tempest/18 1 +tempestuous/16 1 +Templar/2 1 +template/1 1 +temple/1 1 +tempo/1 1 +temporal/8 1 +temporary/214 1 +temporize/6 1 +temporizer/1 1 +temporizing 1 +tempt/11 1 +temptation/1 1 +tempter/1 1 +tempting/8 1 +temptress/4 1 +tempura/2 1 +ten/353 1 +tenability/2 1 +tenable/19 1 +tenacious/16 1 +tenacity/2 1 +tenancy/15 1 +tenant/23 1 +tenantry/2 1 +tench 1 +tend/11 1 +tendency/15 1 +tendentious/16 1 +tender/53 1 +tenderer 1 +tenderfoot/1 1 +tenderhearted/33 1 +tenderheartedly +tendering 1 +tenderize/6 1 +tenderizer/1 1 +tenderloin/1 1 +tendinitis/2 1 +tendon/1 1 +tendonitis/2 1 +tendril/1 1 +tenement/1 1 +tenet/1 1 +tenfold 1 +Tenn +tenner/10 1 +Tennessean/1 1 +Tennessee/2 1 +tennis/2 1 +Tenochtitlan/3 +tenon/18 1 +tenor/1 1 +tenpin/130 1 +tens/397 1 +tense/107 1 +tensile 1 +tension/63 1 +tensional +tensity/2 1 +tensor/10 1 +tent/23 1 +tentacle/1 1 +tentacled +tentative/8 1 +tentativeness/3 +tentative 1 +tenterhook/1 1 +tenth/30 1 +tenting 1 +tenuity/2 1 +tenuous/16 1 +tenure/28 1 +Tennyson +Teotihuacan/3 +tepee/1 1 +tepid/16 1 +tepidity/2 1 +tequila/1 1 +terabyte/1 1 +terbium/2 1 +tercentenary/15 1 +tercentennial/1 1 +Terence +Teresa/3 +Tereshkova +Teri/3 +Terkel/3 +term/23 1 +termagant/1 1 +terminable 1 +terminal/30 1 +terminate/6 1 +termination/1 1 +terminator/10 1 +termini 1617 +terminological/8 1 +terminology/15 1 +terminus/2 1618 +termite/1 1 +termly 1 +tern/18 1 +ternary/15 1 +Terpsichore/2 1 +terpsichorean 1 +Terr/3 +Terra/3 +terrace/28 1 +terracing 1 +terracotta/2 1 +terraform/197 1 +terrain/1 1 +Terran/2 1 +Terrance/3 +terrapin/1 1 +terrarium/1 1 +terrazzo/1 1 +Terrell/3 +Terrence/3 +terrestrial/30 1 +Terri/3 +terrible/29 1 +Terrie/3 +terrier/1 1 +terrific/39 1 +terrify/31 1 +terrifying/8 1 +terrine/10 1 +territorial/30 1 +territoriality 1 +Territorial 1 +territory/15 1 +Territory 1 +terror/1 1 +terrorism/2 1 +terrorist/1 1 +terrorize/6 1 +terr 1 +Terry +terry/556 1 +terrycloth/2 1 +terse/27 1 +tertiary/61 1 +Tertiary/2 1 +tertiary 1 +TESL +Tesla +TESOL +Tess +Tessa/3 +tessellate/6 1 +tessellation/1 1 +tesseral +Tessie/3 +test/79 1 +testability 1 +testable 1 +testament/1 1 +testamentary +testate/10 1 +testator/1 1 +testatrix/186 1 +testbed +testbeds +testcard +tester/1 1 +testes 1619 +testicle/1 1 +testicular +testifier/1 1 +testify/31 1 +testimonial/1 1 +testimony/15 1 +testing/10 1 +testis/2 1620 +testosterone/2 1 +testy/51 1 +Tet/2 1 +tetanus/2 1 +tetchy/195 1 +tether/23 1 +Tethys/2 1 +Tetons +tetra/1 1 +tetrachloride 1 +tetracycline/2 1 +tetrahedral 1 +tetrahedron/1 1 +tetrameter/1 1 +Teuton/1 1 +Teutonic +Tevet/2 1 +Tex +TeX/89 1 +Texaco/3 +Texan/1 1 +Texas/2 1 +text/1 1 +textbook/1 1 +textile/1 1 +textual 1 +textually 1 +textural +texturally +texture/78 1 +TGIF +Th/2 1 +Thackeray +Thad/3 +Thaddeus +Thai/1 1 +Thailand/2 1 +Thai 1 +thalami 1621 +thalamus/2 1622 +Thales +Thalia/2 1 +thalidomide/2 1 +thallium/2 1 +Thames/2 1 +than +thane/1 1 +Thanh/3 +thank/11 1 +thankful/85 1 +thankless/16 1 +thanksgiving/1 1 +Thanksgiving/1 1 +Thant +Thar/3 +Tharp/3 +that/2 1 +thatch/22 1 +Thatcher +thatcher/1 1 +thatching/2 1 +that 1 +thaumaturge 1 +thaw/23 1 +thawing 1 +THC +Thea/2 1 +theatre/1 1 +theatregoer/1 1 +theatrical/557 1 +theatricality/2 1 +theatrics +theatrics's +Thebes/2 1 +thee/71 1 +theft/1 1 +Theiler/3 +their/10 1 +theism/2 1 +theist/1 1 +theistic 1 +theist 1 +Thelma/3 +themas +thematic/39 1 +theme/78 1 +Themistocles +themselves 1 +them 1 +then/2 1 +thenceforth +thenceforward 1 +thence 1 +then 1 +theocracy/15 1 +theocratic +Theocritus +theodolite/10 1 +Theodora +Theodore/3 +Theodoric/3 +Theodosius/3 +theologian/1 1 +theological/8 1 +theologists +theology/15 1 +theorem/1 1 +theoretical/8 1 +theoretician/1 1 +theoretic 1 +theorist/1 1 +theorize/6 1 +theory/15 1 +theosophic +theosophical 1 +theosophist/1 1 +theosophy/2 1 +Theosophy 1 +therapeutic/32 1 +therapeutically +therapist/1 1 +therapy/15 1 +Theravada 1 +there/2 1 +thereabout/10 1 +thereafter +thereat 1 +thereby 1 +therefor +therefore +therefrom +therein 1 +thereof 1 +thereon 1 +Theresa +Therese/3 +thereto +theretofore +there 1 +thereunder +thereunto +thereupon +therewith +therm/1 1 +thermal/30 1 +thermionic 1 +thermistor/10 1 +thermochemical 1 +thermocouple/10 1 +thermodynamic/32 1 +thermodynamical/8 1 +thermoelectric +thermoluminescence 1 +thermometer/1 1 +thermometric 1 +thermonuclear +thermophile/10 1 +thermophilic +thermoplastic/1 1 +Thermopylae/2 1 +thermos/4 1 +thermostat/18 1 +thermostatic/39 1 +Thermos 1 +Theron/3 +thesauri 1623 +thesaurus/4 1624 +these/10 1 +theses 1625 +Theseus/2 1 +thesis/2 1626 +thespian/1 1 +Thespian 1 +Thespis/3 +Thessalonian/10 1 +Thessaloniki/3 +Thessaly/2 1 +theta/1 1 +the 1 +thew/1 1 +they'd +they'll +they're +they 1 +they've +thiamin/2 1 +thiamine/2 1 +thick/558 1 +thicken/11 1 +thickener/1 1 +thickening/1 1 +thicket/1 1 +thickheaded/2 1 +thicko/10 1 +thickset 1 +thief/120 1 +Thieu/3 +thieve/6 1 +thievery/2 1 +thieving/2 1 +thievish/153 1 +thigh/1 1 +thighbone/1 1 +thimble/18 1 +thimbleful/1 1 +Thimbu +Thimphu +thin/559 1 +thine 1 +thing/1 1 +thingamabob/1 1 +thingamajig/1 1 +thingumabob/10 1 +thingummy/61 1 +thingy/61 1 +think/141 1627 +thinkable 1 +thinker/1 1 +thinking/2 1 +thinner/1 1 +thinning 1 +thinnish +third/164 1 +thirst/23 1 +thirstiness/3 +thirsty/60 1 +thirteen/1 1 +thirteenth/1 1 +thirteen 1 +thirtieth/1 1 +thirty/15 1 +thistle/1 1 +thistledown/2 1 +this 1 +thither 1 +thole/18 1 +Thomas/2 1 +Thomism/2 1 +Thomistic +Thompson +Thomson +thong/1 1 +Thor/2 1 +thoracic +thorax/4 1 +Thorazine/2 1 +Thoreau/2 1 +thorium/2 1 +thorn/18 1 +thorniness/3 +Thornton/3 +thorny/34 1 +thorough/21 1 +thoroughbred/1 1 +Thoroughbred 1 +thoroughfare/1 1 +thoroughgoing 1 +Thorpe +those 1 +Thoth/2 1 +tho 1 +thou/18 1 +thought/1 1 +thoughtful/16 1 +thoughtless/16 1 +though 1 +thought 1628 +thousand/1 1 +thousandfold +thousandth/1 1 +thousand 1 +Thrace/2 1 +Thracian/2 1 +thraldom/2 1 +thrall/23 1 +thralldom/2 1 +thrash/22 1 +thrasher/1 1 +thrashing/1 1 +thread/23 1 +threadbare 1 +threader/1 1 +threadlike 1 +thready/34 1 +threat/18 1 +threaten/11 1 +threatening/8 1 +three/1 1 +threefold 1 +threepence/2 1 +threepenny 1 +threescore/1 1 +threesome/1 1 +three 1 +threnody/15 1 +thresh/22 1 +thresher/1 1 +threshing 1 +threshold/1 1 +threw 1629 +thrice 1 +thrift/1 1 +thriftless 1 +thrifty/51 1 +thrill/23 1 +thriller/1 1 +thrilling/8 1 +thrive/6 1 +thriving 1 +throat/18 1 +throaty/51 1 +throb/136 1 +throbbing 1 +throe/18 1 +thrombi 1630 +thromboses 1631 +thrombosis/2 1632 +thrombotic +thrombus/2 1633 +throne/78 1 +throng/23 1 +throttle/28 1 +throttler/1 1 +throttling 1 +throughout 1 +throughput/2 1 +through 1 +throughway/1 1 +throw/144 1634 +throwaway/1 1 +throwback/1 1 +thrower/1 1 +throwing 1 +throwout +thrum/160 1 +thrumming 1 +thrush/4 1 +thrust/86 1 +thruster/10 1 +thrusting 1 +thru 1 +thruway/1 1 +Thu +Thucydides/2 1 +thud/113 1 +thudding 1 +thug/1 1 +thuggery/2 1 +thuggish 1 +Thule/2 1 +thulium/2 1 +thumb/23 1 +thumbnail/1 1 +thumbprint/1 1 +thumbscrew/1 1 +thumbtack/18 1 +thump/23 1 +thumping's +thumping 1 +thunder/23 1 +Thunderbird/3 +thunderbolt/1 1 +thunderclap/1 1 +thundercloud/1 1 +thunderer/1 1 +thunderflashes +thunderhead/1 1 +thundering 1 +thunderous/8 1 +thundershower/1 1 +thunderstorm/1 1 +thunderstruck 1635 +thundery 1 +thunk/71 1 +Thur +Thurber +Thurman/3 +Thurmond/3 +Thurs +Thursday/1 1 +thus 1 +Thutmose/3 +thwack/23 1 +thwacker/1 1 +thwacking 1 +thwart/23 1 +thwarted 1 +thwarting 1 +thwart 1 +thyme/2 1 +thymine/2 1 +thymus/4 1 +thyristor/10 1 +thyroid/1 1 +thyroidal 1 +thyroid 1 +thyself 1 +thy 1 +ti/2 1 +Ti/2 1 +Tia/3 +Tianjin/2 1 +tiara/1 1 +Tiber/2 1 +Tiberius +Tibet/2 1 +Tibetan/1 1 +tibia/54 1 +tibial 1 +tic/64 1 +tick/23 1 +ticker/1 1 +ticket/23 1 +Ticketmaster/3 +ticking/2 1 +tickle/28 1 +tickler/1 1 +tickling 1 +ticklish/16 1 +ticktacktoe/2 1 +ticktock/18 1 +Ticonderoga +tidal/8 1 +tidbit/1 1 +tiddler/10 1 +tiddly 1 +tiddlywink/32 1 +Tide/3 +tide/28 1 +tideland/1 1 +tideless 1 +tidemark/10 1 +tidewater/1 1 +tideway/1 1 +tidier 1 +tiding/32 1 +tidy/276 1 +tie/78 1636 +tieback/1 1 +tiebreak +tiebreaker/1 1 +tiebreaks +Tienanmen/3 +Tientsin/2 1 +tiepin/10 1 +tier/63 1 +tiff/23 1 +Tiffany +tiffing 1 +tiger/1 1 +tigerish 1 +tight/439 1 +tighten/11 1 +tightener/1 1 +tightfisted 1 +tightrope/18 1 +tightwad/1 1 +tigress/4 1 +Tigris/2 1 +Tijuana/2 1 +tike/1 1 +tikes 1637 +til/560 1 +tilde/1 1 +tile/28 1 +tiler/1 1 +tiling/1 1 +till/23 1 +tillable 1 +tillage/2 1 +tiller/18 1 +Tillich +tilling 1 +Tillman/3 +Tilsit 1 +tilt/23 1 +tilting 1 +Tim/3 +timber/63 1 +timberland/2 1 +timberline/1 1 +timbre/1 1 +timbrel/1 1 +Timbuktu/2 1 +time/139 1 +timebase +timekeeper/1 1 +timekeeping/2 1 +timeless/33 1 +timelessly +timeless 1 +timely/50 1 +timeout/1 1 +timepiece/1 1 +timer/1 1 +timescale/10 1 +timeserver/1 1 +timeserving/2 1 +timeshare +timeshares +timestamped +timestamps +timetable/28 1 +timeworn +Timex/3 +timezone +timezones +timid/21 1 +timidity/2 1 +timid 1 +timing/1 1 +Timmy/3 +Timon/3 +timorous/16 1 +Timothy +timothy/2 1 +Timour +timpani/2 1 +timpanist/1 1 +Timur/2 1 +Timurid/3 +tin/133 1 +Tina/3 +tincture/28 1 +tinder/2 1 +tinderbox/4 1 +tine/18 1 +tinfoil/2 1 +Ting/3 +ting/23 1 +tinge/271 1 +tingle/28 1 +tingling/2 1 +tinglings +tingling 1 +tingly/34 1 +tinker/23 1 +Tinkerbell/3 +tinkerer/1 1 +tinkering 1 +Tinkertoy 1 +tinkle/28 1 +tinkling 1 +tinkly 1 +tinning 1 +tinnitus/2 1 +tinplate/2 1 +tinpot 1 +tinsel/66 1 +tinselling 1 +Tinseltown/3 +tinsel 1 +tinsmith/1 1 +tint/23 1 +tinting 1 +tintinnabulation/1 1 +Tintoretto +tin 1 +tintype/1 1 +tinware/2 1 +tiny/50 1 +tinny/51 1 +tip/48 1 +tipi/1 1 +Tippecanoe/3 +tipper/1 1 +Tipperary +tippet/1 1 +tippex +tippexed +tippexes +tippexing +tipping 1 +tipple/28 1 +tippler/1 1 +tipster/1 1 +tipsy/51 1 +tiptoe/45 1 +tiptop/1 1 +tirade/1 1 +Tirana/2 1 +Tirane +tire/28 1 +tired/21 1 +tireless/16 1 +Tiresias/2 1 +tiresome/16 1 +tiring 1 +tiro/2 1 +Tirol/2 1 +Tirolean 1 +Tisha/3 +Tishri/2 1 +tissue/18 1 +tit/18 1 +titan/1 1 +Titan/1 1 +Titania +Titanic +titanic/39 1 +titanium/2 1 +titbit/1 1 +titch/89 1 +titchy +tithe/28 1 +tither/1 1 +tithing 1 +titian/2 1 +Titian/2 1 +titian 1 +Titicaca +titillate/6 1 +titillating/8 1 +titillation/2 1 +titivate/6 1 +titivation/2 1 +title/28 1 +titleholder/1 1 +title 1 +titling 1 +titlist/1 1 +titmice 1638 +titmouse/2 1639 +Tito/3 +titrated +titration 1 +titre/10 1 +titter/23 1 +tittering 1 +tittivate/6 1 +tittle/18 1 +titular 1 +Titus +titty/61 1 +tizz 1 +tizzy/15 1 +TKO/2 1 +Tl/2 1 +Tlaloc/3 +TLC/2 1 +Tlingit/2 1 +TM +Tm/2 1 +tn +TN +tnpk +TNT/2 1 +toad/113 1 +toadstool/1 1 +toady/57 1 +toadyism/2 1 +toast/23 1 +toaster/1 1 +toasting 1 +toastmaster/1 1 +toastmistress/4 1 +toasty/220 1 +tobacco/1 1 +tobacconist/1 1 +Tobago/2 1 +Tobit +toboggan/23 1 +tobogganer/1 1 +tobogganing/2 1 +Toby 1 +Tocantins +toccata/10 1 +Tocqueville +tocsin/1 1 +Tod/3 +today/2 1 +Todd +toddle/28 1 +toddler/1 1 +toddy/15 1 +toe/45 1 +toecap/1 1 +toeclip/10 1 +TOEFL +toehold/1 1 +toenail/18 1 +toerag/10 1 +toe 1 +toff/10 1 +toffee/1 1 +toffy/15 1 +tofu/2 1 +tog/561 1 +toga/58 1 +togaed 1 +together/33 1 +toggle/28 1 +Togo/2 1 +Togolese/2 1 +toil/23 1 +toiler/1 1 +toilet/23 1 +toiletry/15 1 +toilette/2 1 +toiling 1 +toilsome 1 +Tojo +Tokay/2 1 +toke/28 1 +token/18 1 +tokenism/2 1 +token 1 +Tokugawa +Tokyo/2 1 +Tokyoite 1 +told 1640 +tole/2 1 +Toledo/1 1 +tolerable/19 1 +tolerance/1 1 +tolerant/8 1 +tolerate/6 1 +toleration/2 1 +tole 1 +Tolkien +toll/23 1 +tollbooth/1 1 +tollgate/1 1 +tollway/1 1 +Tolstoy/2 1 +Toltec 1 +toluene/2 1 +Tolyatti/3 +tom/1 1 +Tom/2 1 +tom/59 1 +tomahawk/23 1 +Tomas +tomato/4 1 +tomb/23 1 +Tombaugh/3 +tombola/10 1 +tomboy/1 1 +tomboyish 1 +tombstone/1 1 +tomcat/18 1 +tome/1 1 +tomfoolery/15 1 +Tomlin/3 +Tommie/3 +Tommy 1 +tomographic +tomography/2 1 +tomorrow/1 1 +Tompkins/3 +Tomsk +tomtit/1 1 +tom 1 +Tom 1 +ton/18 1 +tonal/8 1 +tonality/15 1 +tone/28 1 +tonearm/1 1 +toneless/8 1 +toner/1 1 +tong/23 1 +Tonga/2 1 +Tongan/1 1 +tongue/28 1 +tongueless 1 +tonguing 1 +Toni/3 +Tonia/3 +tonic/1 1 +tonier 1641 +toniest 1641 +tonight/2 1 +tonnage/1 1 +tonne/1 1 +tonsil/1 1 +tonsillectomy/15 1 +tonsillitis/2 1 +tonsorial +tonsure/28 1 +Tonto/3 +tony/34 1 +Tonya/3 +Tony 1 +took 1642 +tool/23 1 +toolbar 1 +toolbox/4 1 +tooling 1 +toolkit 1 +toolmaker/1 1 +toolmaking 1 +toot/23 1 +tooter/1 1 +tooth/174 1643 +toothache/1 1 +toothbrush/4 1 +toothily 1 +toothless 1 +toothmarks +toothpaste/1 1 +toothpick/1 1 +toothsome 1 +toothy/34 1 +tootle/43 1 +tootling 1 +too 1 +tootsie/10 1 +toots 1 +top/298 1 +topaz/4 1 +topcoat/1 1 +topdressing/1 1 +topee/10 1 +Topeka/2 1 +topflight 1 +topi/10 1 +topiary/2 1 +topic/1 1 +topical/8 1 +topicality/2 1 +topis 1 +topknot/1 1 +topless 1 +topmast/1 1 +topmost 1 +topnotch 1 +topographer/1 1 +topographic +topographical/8 1 +topography/15 1 +topological/8 1 +topologist/10 1 +topology/61 1 +topper/1 1 +topping/1 1 +topple/6 1 +topsail/1 1 +topside/1 1 +topsoil/2 1 +topspin/2 1 +Topsy/3 +toque/1 1 +tor/1 1 +torah/1 1 +Torah/1 1 +torch/22 1 +torchbearer/1 1 +torchlight/2 1 +torchlit +toreador/1 1 +tore 1644 +tori 1645 +torment/23 1 +tormenter/1 1 +tormentingly +tormenting 1 +tormentor/1 1 +tornado/4 1 +torn 1644 +toroidal 1 +toroid 1 +Toronto/2 1 +torpedo/22 1 +torpid/8 1 +torpidity/2 1 +torpid 1 +torpor/2 1 +torque/28 1 +Torquemada +torques 1 +Torrance +Torrens +torrent/1 1 +torrential +torrent 1 +Torres +Torricelli/2 1 +torrid/21 1 +torridity/2 1 +torsion/1 1 +torsional +torso/72 1 +tors 1 +tort/1 1 +torte/1 1 +tortellini/1 1 +tortilla/1 1 +tortoise/1 1 +tortoiseshell/1 1 +Tortola +tortoni/2 1 +Tortuga +tortuous/16 1 +torture/28 1 +torturer/1 1 +torturing 1 +torturous 1 +torus 1646 +Torvalds/3 +Tory/15 1 +Tosca/3 +Toscanini +Toshiba/3 +tosh 1 +toss/22 1 +tosser/10 1 +tossing 1 +tossup/1 1 +tot/109 1 +total/279 1 +totalisator/1 1 +totalitarian/1 1 +totalitarianism/2 1 +totality/15 1 +totalizing +totalling 1 +tote/28 1 +totem/1 1 +totemic 1 +toter 1 +Toto/3 +to 1 +totter/23 1 +totterer/1 1 +tottering 1 +totting 1 +toucan/1 1 +touch/22 1 +touchable 1 +touchdown/1 1 +touche/6 1 +touching/193 1 +touchline/10 1 +touchpaper +touchpapers +touchscreen/1 1 +touchstone/1 1 +touchy/51 1 +tough/53 1 +toughen/11 1 +toughener/1 1 +toughening 1 +toughie/1 1 +Toulouse +toupee/1 1 +tour/23 1 +tourer/10 1 +touring 1 +tourism/2 1 +tourist/1 1 +touristic 1 +tourist 1 +touristy 1 +tourmaline/2 1 +tournament/1 1 +tourney/18 1 +tourniquet/1 1 +tousle/43 1 +tout/23 1 +tow/23 1 +toward/10 1 +towboat/1 1 +towel/66 1 +towelette/1 1 +towelling/1 1 +tower/23 1 +towhead/1 1 +towheaded +towhee/1 1 +towing 1 +towline/1 1 +town/1 1 +townee/10 1 +Townes +townhouse/1 1 +townie/1 1 +Townsend/3 +townsfolk/2 1 +township/1 1 +townsman/2 1647 +townsmen 1648 +townspeople/2 1 +townswoman/2 1649 +townswomen 1650 +town 1 +towpath/1 1 +towrope/1 1 +toxaemia/2 1 +toxicity/15 1 +toxicological 1 +toxicologist/1 1 +toxicology/2 1 +toxic 1 +toxin/1 1 +toy/23 1 +toyboy +toyboys +toying 1 +toymaker +Toynbee/3 +Toyoda/3 +Toyota/3 +toyshop 1 +toy 1 +TQM +tr +trace/28 1 +traceability 1 +traceable 1 +traceless 1 +tracer/1 1 +tracery/15 1 +Tracey/3 +trachea/54 1 +tracheal 1 +tracheotomy/15 1 +Traci/3 +Tracie/3 +tracing/1 1 +track/23 1 +trackball/1 1 +trackbed +tracker/1 1 +tracking 1 +trackless 1 +tracksuit/10 1 +trackway/10 1 +tract/1 1 +tractability/2 1 +tractable 1 +tractably 1 +traction/2 1 +tractor/1 1 +Tracy/3 +trad/89 1 +trade/139 1 +trademark/23 1 +tradeoff/1 1 +trader/1 1 +tradesman/2 1651 +tradesmen 1652 +tradespeople's 1653 +tradespeople 1654 +tradeswoman/2 1655 +tradeswomen 1656 +trading/1 1 +tradition/1 1 +traditional/8 1 +traditionalism/2 1 +traditionalist/1 1 +trad 1 +traduce/6 1 +traducer/1 1 +traducing 1 +Trafalgar/2 1 +traffic/64 1 +trafficker/1 1 +trafficking/2 1 +tragedian/1 1 +tragedienne/1 1 +tragedy/15 1 +tragical/8 1 +tragicomedy/15 1 +tragicomic +tragic 1 +trail/23 1 +trailblazer/1 1 +trailblazing/2 1 +trailer/18 1 +trailing 1 +Trailways/3 +train/23 1 +trainable 1 +trainee/1 1 +trainer/1 1 +training/1 1 +trainload/1 1 +trainman/2 1657 +trainmen 1658 +trainspotter +trainspotters +trainspotting +traipse/28 1 +traipsing 1 +trait/1 1 +traitor/1 1 +traitorous/8 1 +Trajan +trajectory/15 1 +tram/160 1 +tramcar/10 1 +tramlines +trammel/66 1 +trammelling 1 +tramp/23 1 +tramper/1 1 +tramping 1 +trample/28 1 +trampler/1 1 +trampling 1 +trampoline/28 1 +trampolining 1 +trampolinist 1 +tramway/10 1 +Tran/3 +trance/18 1 +tranche/10 1 +tranquil/76 1 +tranquilize/6 1 +tranquilizer/1 1 +tranquillity/2 1 +tranquillize/6 1 +tranquillizer/1 1 +transact/11 1 +transaction/1 1 +transactional 1 +transactor/1 1 +transatlantic 1 +Transcaucasia +transceiver/1 1 +transcend/11 1 +transcendence/2 1 +transcendental/193 1 +transcendentalism/2 1 +transcendentalist/1 1 +transcendent 1 +transcontinental 1 +transcribe/6 1 +transcriber/1 1 +transcript/1 1 +transcription/1 1 +transcriptional 1 +transducer/1 1 +transduction 1 +transect/11 1 +transept/1 1 +transfer/103 1 +transferability 1 +transferable +transferal/1 1 +transferee/10 1 +transference/2 1 +transfiguration/2 1 +transfigure/6 1 +transfinite +transfinitely +transfix/7 1 +transform/23 1 +transformable +transformation/1 1 +transformational +transformer/1 1 +transforming 1 +transfuse/6 1 +transfusion/1 1 +transgender/3 +transgendered +transgenders +transgenic +transgress/7 1 +transgression/1 1 +transgressive 1 +transgressor/1 1 +transhipment +transience/2 1 +transiency/2 1 +transient/30 1 +transistor/1 1 +transistorize/6 1 +transit/23 1 +transition/23 1 +transitional/8 1 +transitive/36 1 +transitivity/2 1 +transitory 1 +transl +translatable 1 +translate/6 1 +translation/1 1 +translational 1 +translator/1 1 +transliterate/6 1 +transliteration/1 1 +translucence/2 1 +translucency/2 1 +translucent/8 1 +transmigrate/6 1 +transmigration/2 1 +transmissible +transmission/1 1 +transmissive 1 +transmit/12 1 +transmittable +transmittal/2 1 +transmittance/2 1 +transmitter/1 1 +transmogrification/2 1 +transmogrify/31 1 +transmutable 1 +transmutation/1 1 +transmute/6 1 +transnational/1 1 +transoceanic +transom/1 1 +transonic 1 +transpacific +transparency/15 1 +transparent/8 1 +transpiration/2 1 +transpire/6 1 +transplant/23 1 +transplantation/2 1 +transpolar +transponder/1 1 +transport/23 1 +transportability 1 +transportable +transportation/2 1 +transporter/1 1 +transporting 1 +transpose/6 1 +transposing 1 +transposition/1 1 +transputer/10 1 +transsexual/1 1 +transsexualism/2 1 +transship/105 1 +transshipment/2 1 +trans 1 +transubstantiation/2 1 +Transvaal/2 1 +transverse/164 1 +transvestism/2 1 +transvestite/1 1 +Transylvania +trap/48 1 +trapdoor/1 1 +trapeze/18 1 +trapezium/1 1 +trapezoid/1 1 +trapezoidal +trappable +trapper/1 1 +trapping/32 1 +Trappist/1 1 +trapshooting/2 1 +trash/22 1 +trashcan/1 1 +trashy/50 1 +trauma/1 1 +traumatic +traumatically +traumatize/6 1 +travail/23 1 +travel/562 1 +traveller/1 1 +travelling/1 1 +travelog/1 1 +travelogue/1 1 +traversal/1 1 +traverse/28 1 +traversing 1 +travesty/57 1 +Travis/3 +Travolta/3 +trawl/23 1 +trawler/1 1 +trawling 1 +tray/1 1 +treacherous/16 1 +treachery/15 1 +treacle/2 1 +treacly 1 +tread/86 1659 +treader 1 +treading 1 +treadle/28 1 +treadling 1 +treadmill/1 1 +treas +treason/2 1 +treasonable 1 +treasonous 1 +treasure/28 1 +treasurer/1 1 +treasurership 1 +treasury/15 1 +Treasury/15 1 +treat/23 1 +treatable 1 +treating 1 +treatise/1 1 +treatment/1 1 +treaty/15 1 +treble/28 1 +Treblinka +tree/45 1 +treeless 1 +treelike 1 +treeline +treetop/1 1 +trefoil/1 1 +trek/64 1 +trekker/1 1 +Trekkie/3 +trellis/22 1 +trematode/1 1 +tremble/28 1 +trembling/10 1 +tremblingly +tremendous/8 1 +tremolo/1 1 +tremor/18 1 +tremulous/16 1 +trench/22 1 +trenchancy/2 1 +trenchant/8 1 +trencher/1 1 +trencherman/2 1660 +trenchermen 1661 +trend/23 1 +trendily 1 +trendiness/3 +trendsetter/10 1 +trendsetting +trendy/42 1 +Trent/3 +Trenton/2 1 +trepanned +trepidation/1 1 +trespass/22 1 +trespasser/1 1 +tress/40 1 +trestle/1 1 +Trevelyan +Trevino/3 +Trevor/3 +trews 1 +Trey/3 +trey/1 1 +triad/1 1 +triadic 1 +triage/2 1 +trial/66 1 +trialed +trialing +trialling 1 +trial 1 +triangle/1 1 +triangulable +triangular/8 1 +triangulate/6 1 +triangulation/1 1 +Triangulum/3 +Triassic/2 1 +triathlete/10 1 +triathlon/1 1 +triatomic 1 +tribal/8 1 +tribalism/2 1 +tribe/1 1 +tribesman/2 1662 +tribesmen 1663 +tribeswoman/2 1664 +tribeswomen 1665 +tribulation/1 1 +tribunal/1 1 +tribune/1 1 +tributary/15 1 +tribute/1 1 +trice/2 1 +tricentennial/1 1 +triceps/4 1 +triceratops/2 1 +trice 1 +trichina/54 1 +trichinosis/2 1 +Tricia/3 +trick/23 1 +trickery/2 1 +tricking 1 +trickle/28 1 +trickling 1 +trickster/1 1 +trick 1 +tricky/51 1 +tricolour/1 1 +tricycle/18 1 +Trident/3 +trident/1 1 +triennial/30 1 +trier/1 1 +Trieste +triffid/10 1 +trifle/28 1 +trifler/1 1 +trifling 1 +trifocals +trifocals's +trig/563 1 +trigger/23 1 +triglyceride/1 1 +trigonometric +trigonometrical 1 +trigonometry/2 1 +trigram/10 1 +trig 1 +trike/18 1 +trilateral/10 1 +trilby/15 1 +trilingual 1 +trill/23 1 +trilling 1 +trillion/1 1 +trillionth/1 1 +trillion 1 +trillium/2 1 +trilobite/1 1 +trilogy/15 1 +trim/564 1 +trimaran/1 1 +trimester/1 1 +trimmer/1 1 +trimming/130 1 +trimodal +trimonthly 1 +Trimurti/2 1 +Trina/3 +Trinidad/2 1 +Trinidadian/1 1 +trinitrotoluene/2 1 +trinity/15 1 +Trinity/15 1 +trinket/18 1 +trio/1 1 +trios 1 +trip/48 1 +tripartite +tripe/2 1 +Tripitaka +triplane 1 +triple/472 1 +triplet/1 1 +triplex/4 1 +triplicate/28 1 +triplication 1 +tripling 1 +triply 1 +tripod/1 1 +tripodal +Tripoli/2 1 +tripos/89 1 +Trippe/3 +tripper/1 1 +tripping 1 +trips 1 +triptych/1 1 +tripwire/10 1 +trireme/1 1 +trisect/11 1 +trisection/2 1 +trisector 1 +Trisha/3 +Tristan/2 1 +trite/27 1 +tritium/2 1 +Triton/2 1 +triumph/23 1 +triumphalism 1 +triumphalist 1 +triumphal 1 +triumphant/8 1 +triumphing 1 +triumvir/1 1 +triumvirate/1 1 +trivalent +trivet/1 1 +trivia/2 1 +trivial/8 1 +triviality/15 1 +trivialization/1 1 +trivialize/6 1 +trivia's 1666 +trivia 1667 +trivium/2 1668 +Trobriand/3 +trochaic 1 +trochee/1 1 +trodden 1669 +trod 1669 +troglodyte/1 1 +troika/1 1 +Trojan/1 1 +troll/23 1 +trolley/18 1 +trolleybus/4 1 +trolling 1 +trollish +trollop/18 1 +Trollope +trolly/259 1 +trolly's +trombone/1 1 +trombonist/1 1 +tromp/11 1 +tron/194 1 +Trondheim/2 1 +troop/23 1 +trooper/1 1 +troopship/1 1 +trope/1 1 +trophy/167 1 +tropic/130 1 +tropical/8 1 +Tropicana/3 +tropic 1 +tropism/1 1 +tropopause 1 +troposphere/1 1 +tropospheric +trot/109 1 +troth/2 1 +Trotsky +trotter/1 1 +trotting 1 +troubadour/1 1 +trouble/28 1 +troubled 1 +troublemaker/1 1 +troubleshoot/11 1670 +troubleshooter/1 1 +troubleshooting/2 1 +troubleshot 1671 +troublesome/8 1 +troubling 1 +trough/1 1 +trounce/6 1 +trouncer/1 1 +trouncing 1 +troupe/28 1 +trouper/1 1 +trouser/138 1 +trousseau/100 1 +trout/1 1 +trove/1 1 +trow/11 1 +trowel/66 1 +trowelling 1 +troy/10 1 +Troy/4 1 +troy 1 +truancy/2 1 +truant/23 1 +truce/18 1 +truck/23 1 +Truckee/3 +trucker/1 1 +trucking/2 1 +truckle/28 1 +truckling 1 +truckload/1 1 +truculence/2 1 +truculent/8 1 +Trudeau +trudge/28 1 +trudging 1 +Trudy/3 +true/255 1 +truelove/1 1 +Truffaut/3 +truffle/1 1 +trug/10 1 +truism/1 1 +Trujillo +truly 1 +Truman/2 1 +Trumbull/3 +Trump/3 +trump/23 1 +trumpery/2 1 +trumpet/23 1 +trumpeter/1 1 +trumpeting 1 +truncate/6 1 +truncation/1 1 +truncheon/18 1 +trundle/28 1 +trundler/1 1 +trunk/86 1 +trunking 1 +trunnion/10 1 +truss/22 1 +trussing 1 +trust/23 1 +trustee/18 1 +trusteeship/1 1 +trustful/16 1 +trusting/8 1 +trustworthy/50 1 +trusty/42 1 +truth/1 1 +truthful/16 1 +Truth 1 +try/57 1 +trying/8 1672 +tryout/1 1 +tryst/23 1 +tsar/1 1 +tsarina/1 1 +tsarism 1 +tsarist/10 1 +tsetse/1 1 +Tsimshian/2 1 +Tsingtao +Tsiolkovsky/3 +Tsitsihar/3 +Tsongkhapa/3 +tsp +tsunami/1 1 +Tswana/2 1 +Tu +Tuamotu/3 +Tuareg/2 1 +tub/18 1 +tuba/58 1 +tubal 1 +tubby/34 1 +tube/28 1 +tubeless/2 1 +tuber/1 1 +tubercle/1 1 +tubercular 1 +tuberculin/2 1 +tuberculosis/2 1 +tuberculous +tuberose/2 1 +tuberous +tubful/1 1 +tubing/2 1 +Tubman +tubular 1 +tubule/1 1 +tuck/23 1 +Tucker/3 +tucker/23 1 +Tucuman/3 +Tucson/2 1 +Tudor/1 1 +Tue +Tues/2 1 +Tuesday/1 1 +tuft/23 1 +tufter/1 1 +tufting 1 +tug/92 1 +tugboat/1 1 +tugging 1 +tuition/2 1 +Tulane/3 +tularaemia 1 +tularemia's +tulip/1 1 +Tull/3 +tulle/2 1 +Tulsa/2 1 +Tulsidas/3 +tum/10 1673 +tumble/28 1 +tumbledown +tumbler/1 1 +tumbleweed/1 1 +tumbling/2 1 +tumbrel/1 1 +tumbril/1 1 +tumescence/2 1 +tumescent +tumidity/2 1 +tumid 1 +tummy/15 1 +tumorous +tumour/1 1 +Tums/2 1 +tumult/18 1 +tumultuous/8 1 +tumulus 1 +tun/18 1 +tuna/1 1 +tunable 1 +tundra/1 1 +tune/28 1 +tuneful/16 1 +tuneless/8 1 +tuner/1 1 +tuneup/1 1 +tungsten/2 1 +Tungus/2 1 +Tunguska/3 +tunic/1 1 +tuning/10 1 +Tunis/2 1 +Tunisia/2 1 +Tunisian/1 1 +tunnel/66 1 +tunneller/1 1 +tunnelling/10 1 +Tunney/3 +tunny/15 1 +Tupi/2 1 +tuppence/10 1 +tuppenny +Tupperware +Tupungato/2 1 +tuque/1 1 +turban/1 1 +turbaned +turbidity/2 1 +turbid 1 +turbine/1 1 +turbo/1 1 +turbocharge/6 1 +turbocharger/1 1 +turbocharging 1 +turbofan/1 1 +turbojet/1 1 +turboprop/1 1 +turbot/1 1 +turbulence/2 1 +turbulent/8 1 +turd/1 1 +tureen/1 1 +turf/23 1 +turfing 1 +turfy/34 1 +Turgenev +turgid/8 1 +turgidity/2 1 +Turin/2 1 +Turing/3 +Turk/1 1 +Turkestan/2 1 +turkey/1 1 +Turkey/2 1 +Turkic/1 1 +Turkish/2 1 +Turkmenistan/2 1 +turmeric/1 1 +turmoil/18 1 +turn/23 1 +turnabout/1 1 +turnaround/1 1 +turnbuckle/1 1 +turncoat/1 1 +Turner +turner/1 1 +turning/1 1 +turnip/18 1 +turnkey/1 1 +turnoff/1 1 +turnout/1 1 +turnover/1 1 +turnpike/1 1 +turnstile/1 1 +turntable/1 1 +turpentine/2 1 +Turpin +turpitude/2 1 +turps 1 +turquoise/1 1 +turret/1 1 +turreted +turtle/18 1 +turtledove/1 1 +turtleneck/1 1 +turtlenecked +Tuscaloosa/3 +Tuscan/2 1 +Tuscany/2 1 +Tuscarora/1 1 +Tuscon/3 +tush/40 1 +tusk/63 1 +Tuskegee/3 +Tussaud/3 +tussle/28 1 +tussock/1 1 +tussocky 1 +Tut/3 +tut/109 1 +Tutankhamen +tutelage/2 1 +tutelary 1 +tutor/23 1 +tutorial/1 1 +tutorship/2 1 +Tutsi 1 +tuts 1 +tutti/1 1 +Tutu/3 +tutu/1 1 +Tuvalu/2 1 +Tuvaluan +tux/4 1 +tuxedo/1 1 +TV/1 1 +TVA +TWA/3 +twaddle/28 1 +twaddler/1 1 +twaddling 1 +Twain +twain/2 1 +twang/23 1 +twanging 1 +twangy/34 1 +twas +twat/10 1 +tweak/23 1 +Tweed +tweed/130 1 +Tweedledee/3 +Tweedledum/3 +tweedy/34 1 +tween +tweeness +tweet/23 1 +tweeter/1 1 +twee 1 +tweezers +tweezers's +twelfth/1 1 +twelve/1 1 +twelvemonth/1 1 +twelve 1 +twentieth/1 1 +twenty/15 1 +twerp/1 1 +twice 1 +twiddle/28 1 +twiddler 1 +twiddling 1 +twiddly/34 1 +twig/92 1 +twiggy/34 1 +Twila/3 +twilight/2 1 +twilit 1 +twill/174 1 +twin/565 1 +twine/28 1 +twiner/1 1 +twinge/28 1 +twinight 1 +twining 1 +twink/59 1 +Twinkies +twinkle/28 1 +twinkling/1 1 +twinkly 1 +twinning 1 +twinset/10 1 +twirl/23 1 +twirler/1 1 +twirly/34 1 +twist/23 1 +twisted 1 +twister/1 1 +twisting 1 +twisty/34 1 +twit/109 1 +twitch/22 1 +twitching 1 +twitchy/34 1 +twitter/23 1 +twittering 1 +twittery 1 +twitting 1 +twixt +Twizzlers/3 +two/1 1 +twofer/1 1 +twofold 1 +twopence/1 1 +twopenny 1 +twosome/1 1 +two 1 +twp +Twp +TWX +TX +tzar/1 1 +tzarina/1 1 +tzarism 1 +tzarist/10 1 +Ty/3 +Tycho +tycoon/1 1 +tying 1674 +tyke/1 1 +Tylenol/2 1 +Tyler/2 1 +tympani/2 1 +tympanist/1 1 +tympanum/1 1 +Tyndale +Tyndall +tyne/59 1 +tyne's +type/28 1 +typecast/121 1 +typeface/1 1 +typeless +typescript/1 1 +typeset/88 1 +typesetter/1 1 +typesetting/2 1 +typewrite/319 1675 +typewriter/1 1 +typewriting/2 1 +typewrote 1676 +typhoid/2 1 +typhoon/1 1 +typhus/2 1 +typical/8 1 +typicality/2 1 +typification/2 1 +typify/31 1 +typing/2 1 +typist/1 1 +typo/1 1 +typographer/1 1 +typographic +typographical/8 1 +typography/2 1 +typological/8 1 +typology/15 1 +tyrannical/8 1 +tyrannicide 1 +tyrannic 1 +tyrannize/6 1 +tyrannosaur/1 1 +tyrannosaurus/4 1 +tyrannous 1 +tyrant/1 1 +tyranny/15 1 +Tyre +tyre/28 1 +Tyree/3 +tyring 1 +tyro/1 1 +Tyrol/2 1 +Tyrolean 1 +Tyrone +tyrosine 1 +Tyson/3 +ttys +U/2 1 +UAR +UAW +Ubangi 1 +ubiquitously +ubiquitous 1 +ubiquity/2 1 +UBS/3 +Ubuntu/3 +Ucayali +Uccello/3 +UCLA/3 +Udall +udder/1 1 +Ufa/2 1 +UFO/1 1 +ufologist/1 1 +ufology/2 1 +Uganda/2 1 +Ugandan/1 1 +ugh 1 +uglification 1 +ugly/50 1 +uh +UHF/2 1 +Uighur/2 1 +Ujungpandang/3 +UK/2 1 +ukase/1 1 +ukelele/1 1 +Ukraine/2 1 +Ukrainian/1 1 +ukulele/1 1 +UL +Ulaanbaatar/2 1 +ulcer/18 1 +ulcerate/6 1 +ulceration/1 1 +ulcerous 1 +ulna/54 1 +ulnar 1 +ulster/1 1 +Ulster/2 1 +ulterior 1 +ultimate/37 1 +ultimatum/1 1 +ultimo +ultra/1 1 +ultraconservative/1 1 +ultrahigh +ultralight/1 1 +ultramarine/2 1 +ultramodern +ultramontane 1 +ultrasonic/277 1 +ultrasound/1 1 +Ultrasuede/2 1 +ultra 1 +ultraviolet/2 1 +ult 1 +ululate/6 1 +ululation/1 1 +Ulyanovsk +Ulysses/2 1 +um +umbel/1 1 +umber/2 1 +umbilical 1 +umbilici 1677 +umbilicus/2 1678 +umbra/1 1 +umbrage/2 1 +umbrageous 1 +umbrage 1 +umbrella/18 1 +Umbriel/3 +umiak/1 1 +umlaut/18 1 +ump/23 1 +umpire/28 1 +umpteenth 1 +umpteen 1 +UN/2 1 +unabashed/8 1 +unabated 1 +unable 1 +unabridged/1 1 +unabsorbed +unaccented +unacceptability 1 +unacceptable/19 1 +unaccepted +unaccommodating 1 +unaccompanied +unaccomplished +unaccountability 1 +unaccountable/19 1 +unaccounted +unaccredited +unaccustomed 1 +unachievable 1 +unacknowledged +unacquainted +unactivated +unadapted +unadaptive 1 +unaddressable +unaddressed +unadjusted +unadorned +unadulterated 1 +unadventurous 1 +unadvertised +unadvised/8 1 +unaesthetic +unaffectedly +unaffected 1 +unaffiliated +unaffordable +unafraid +unaided 1 +unalienable +unaligned +unalike +unallocated +unalloyed +unalterable/19 1 +unaltered +unambiguity 1 +unambiguous/8 1 +unambitious 1 +unamended +unamused +unanimity/2 1 +unanimous/8 1 +unannotated +unannounced +unanswerable 1 +unanswered +unanticipated +unapologetic 1 +unapparent 1 +unappealing/8 1 +unappeased +unappetizing 1 +unappreciated +unappreciative 1 +unapproachable +unappropriated +unapproved +unarchived +unarguable/19 1 +unarmed +unarmoured +unaroused +unashamed/8 1 +unasked +unassailable 1 +unassailed +unassertive 1 +unassigned +unassisted +unassociated +unassuaged +unassuming/8 1 +unattached +unattainable/19 1 +unattained +unattended +unattenuated 1 +unattested +unattractive/83 1 +unattributable 1 +unattributed +unaudited +unauthentic +unauthenticated +unauthorized +unavailability/2 1 +unavailable 1 +unavailing/8 1 +unavenged +unavoidable/19 1 +unawakened +unaware/494 1 +unbaked +unbalance/43 1 +unbanned +unbanning +unbaptized +unbar/13 1 +unbearable/19 1 +unbeatable +unbeaten +unbecoming/8 1 +unbeknown +unbeknownst +unbelief/2 1 +unbelievability +unbelievable/19 1 +unbelieved +unbeliever/1 1 +unbelieving 1 +unbend/386 1 +unbending 1 +unbiased/8 1 +unbiassedly +unbidden +unbid 1 +unbind/121 1679 +unbinding 1 +unbleached +unblemished +unblinking/8 1 +unblock/11 1 +unbloodied +unblushing/8 1 +unboiled +unbolt/11 1 +unbooked +unborn 1680 +unbosom/11 1 +unbounded 1 +unbound 1681 +unbowed +unbraced +unbracketed +unbranded +unbreakability +unbreakable 1 +unbridgeable +unbridged +unbridled +unbroken 1 +unbruised +unbuckle/6 1 +unbundled +unburden/11 1 +unburied +unburned +unburnt +unbutton/11 1 +uncalibrated +uncalled +uncancelled +uncanny/60 1 +uncap/105 1 +uncared +uncaring +uncased +uncatalogued +uncaught 1 +unceasing/8 1 +uncelebrated +uncensored +unceremonious/8 1 +uncertain/8 1 +uncertainty/15 1 +unchain/11 1 +unchallengeable 1 +unchallenged +unchangeable 1 +unchanged +unchanging 1 +unchaperoned +uncharacteristic/39 1 +uncharged +uncharismatic +uncharitable/19 1 +uncharted +unchaste/150 1 +uncheckable +unchecked +unchristened +unchristian 1 +unchronicled +uncial/2 1 +uncircumcised +uncivil/8 1 +uncivilized +unclad 1682 +unclaimed +unclasp/11 1 +unclassifiable 1 +unclassified +uncle/18 1 +unclean/400 1 +uncleaned +uncleanly/140 1 +unclear/166 1 +uncleared +unclench/197 1 +unclimbable +unclimbed +uncloak/11 1 +unclog/117 1 +unclosed +unclothe/6 1683 +unclouded 1 +uncluttered +uncoil/11 1 +uncollated +uncollected +uncollimated +uncoloured 1 +uncombed +uncombined +uncomfortable/56 1 +uncommitted +uncommon/21 1 +uncommunicative 1 +uncompensated +uncompetitive/153 1 +uncompilable +uncomplaining/8 1 +uncompleted +uncomplicated +uncomplimentary +uncompounded +uncomprehending/8 1 +uncompressed +uncompromisable +uncompromising/8 1 +unconcealed +unconcern/174 1 +unconcerned/8 1 +unconditional/8 1 +unconditioned 1 +unconfined +unconfirmed +unconformable 1 +unconfused 1 +uncongenial 1 +unconnected 1 +unconquerable 1 +unconquered +unconscionable/19 1 +unconscious/240 1 +unconsecrated +unconsidered +unconsoled +unconsolidated +unconstitutional/8 1 +unconstitutionality/2 1 +unconstrained +unconsumed +unconsummated +uncontainable +uncontaminated +uncontentious 1 +uncontested 1 +uncontrollable/19 1 +uncontrolled +uncontroversial/8 1 +unconventional/8 1 +unconventionality/2 1 +unconverted +unconvinced +unconvincing/8 1 +uncooked +uncool 1 +uncooperative 1 +uncoordinated +uncork/11 1 +uncorrectable 1 +uncorrected +uncorrelated 1 +uncorroborated +uncorrupted 1 +uncountable +uncountably +uncounted +uncouple/6 1 +uncouth/83 1 +uncover/11 1 +uncrackable +uncreased +uncreated +uncreative 1 +uncredited +uncritical/8 1 +uncross/7 1 +uncrossable +uncross 1 +uncrowded +uncrowned +uncrushable +unction/1 1 +unctuous/16 1 +uncultivated +uncultured +uncured +uncurl/11 1 +uncustomary 1 +uncut 1 +undamaged +undated +undaunted/8 1 +undead 1 +undeceive/6 1 +undecidability 1 +undecidable +undecided/1 1 +undecipherable 1 +undeclared +undecorated +undefeated 1 +undefended +undefiled +undefinable +undefined 1 +undeliverable +undelivered +undemanding +undemocratic/39 1 +undemonstrative/8 1 +undeniable/19 1 +undependable 1 +underachieve/6 1 +underachievement 1 +underachiever/1 1 +underact/11 1 +underage 1 +underarm/18 1 +underbellies +underbelly/3 +underbid/479 1 +underbrush/2 1 +undercarriage/1 1 +undercharge/28 1 +underclass/4 1 +underclassman/2 1684 +underclassmen 1685 +underclothes +underclothes's +underclothing/2 1 +undercoat/23 1 +undercoating/1 1 +undercooked +undercover +undercurrent/1 1 +undercut/128 1 +underdeveloped +underdevelopment/2 1 +underdog/1 1 +underdone +undereducated +underemphasis 1 +underemployed +underemployment/2 1 +underestimate/28 1 +underestimation/1 1 +underexploited +underexpose/6 1 +underexposure/1 1 +underfed 1686 +underfeed/121 1687 +underfloor +underflow 1 +underfoot +underframe 1 +underfund/242 1 +underfunding 1 +underfur/2 1 +undergarment/1 1 +undergo/304 1688 +undergrad/10 1 +undergraduate/1 1 +underground/1 1 +undergrowth/2 1 +underhand +underhanded/16 1 +underinvestment 1 +underlain 1689 +underlay/18 1690 +underlie/59 1691 +underline/28 1 +underling/1 1 +underlining/10 1 +underlip/1 1 +underloaded +underlying 1689 +undermanned +undermentioned +undermine/6 1 +undermining 1 +undermost +underneath/1 1 +undernourished +undernourishment/2 1 +underpants/2 1 +underpart/1 1 +underpass/4 1 +underpay/314 1 +underpayment/1 1 +underperformed +underpin/194 1 +underpinning/1 1 +underplay/11 1 +underpopulated +underpopulation +underpowered +underpricing +underprivileged +underproduction/2 1 +underrate/6 1 +underrepresented +underscore/28 1 +undersea/10 1 +undersealed +undersecretary/15 1 +undersell/121 1692 +undersexed +undershirt/1 1 +undershoot/121 1693 +undershorts/2 1 +undershot 1694 +underside/1 1 +undersign/11 1 +undersigned's +undersize +undersized +underskirt/1 1 +undersold 1695 +underspecification +underspecified +underspend/486 1 +understaffed +understand/121 1696 +understandability 1 +understandable/19 1 +understander 1 +understanding/30 1 +understate/6 1 +understatement/1 1 +understocked +understood 1697 +understorey +understory 1 +understrength +understudy/57 1 +undertake/77 1698 +undertaker/1 1 +undertaking/1 1 +underthings/2 1 +undertone/1 1 +undertook 1699 +undertow/1 1 +under 1 +underused +underusing +underutilized +undervaluation/2 1 +undervalue/6 1 +underwater 1 +underway +underwear/2 1 +underweight/2 1 +underwent 1700 +underwhelm/11 1 +Underwood/3 +underworld/1 1 +underwrite/319 1701 +underwriter/1 1 +underwrote 1702 +undeserved/8 1 +undeserving 1 +undesirability/2 1 +undesirable/82 1 +undesired +undetectability +undetectable/19 1 +undetected +undetermined +undeterred +undetonated +undeveloped +undeviating 1 +undiagnosable +undiagnosed +undies +undies's +undifferentiated +undigested +undignified 1 +undiluted +undiminished +undimmed +undiplomatic 1 +undirected +undiscerning 1 +undischarged +undisciplined +undisclosed +undiscovered +undiscriminated +undiscriminating 1 +undisguised +undisguisedly +undismayed +undisplayed +undisputed 1 +undissipated +undissolved +undistinguished +undistorted 1 +undistributed +undisturbed +undivided +undo/418 1 +undocumented +undoing/1 1 +undomesticated +undoubted/8 1 +undramatic +undreamed +undreamt 1 +undress/22 1 +undressing 1 +undress 1 +undrinkability +undrinkable +undroppable +undue 1 +undulant +undulate/6 1 +undulation/1 1 +unduly 1 +undying 1 +unearned +unearth/11 1 +unearthliness/3 +unearthly 1 +unease/2 1 +uneasy/51 1 +uneatable +uneaten +uneconomic +uneconomical/8 1 +unedifying +unedited +uneducated +unelectable +unelected +unembarrassed +unemotional/8 1 +unemphatic 1 +unemployable 1 +unemployed/2 1 +unemployment/2 1 +unenclosed +unencrypted +unencumbered +unending 1 +unendurable 1 +unenforceable +unenforced 1 +unengaged +unenlightened +unenlightening +unentered +unenterprising 1 +unenthusiastic/39 1 +unenviable 1 +unequal/8 1 +unequalled +unequal 1 +unequipped +unequivocal/8 1 +unergonomic +unerring/8 1 +UNESCO/2 1 +unescorted +unessential 1 +unestablished +unethical/8 1 +unevaluated +uneven/21 1 +uneventful/8 1 +unexacting +unexamined +unexampled +unexceptionable/19 1 +unexceptional/8 1 +unexcited +unexciting 1 +unexcused 1 +unexpanded +unexpected/16 1 +unexpired +unexplainable 1 +unexplained 1 +unexploded +unexploited +unexplored +unexposed +unexpressed +unexpurgated +unfading +unfailing/8 1 +unfair/21 1 +unfaithful/16 1 +unfalsifiable +unfaltering 1 +unfamiliar +unfamiliarity/2 1 +unfashionable/19 1 +unfasten/11 1 +unfathomable +unfathomably +unfathomed +unfatigued +unfavourable/19 1 +unfavoured +unfazed +unfeasible/19 1 +unfed 1 +unfeeling/8 1 +unfeigned 1 +unfeminine 1 +unfenced +unfertilized +unfetchable +unfetter/11 1 +unfilled +unfiltered +unfinished 1 +unfired +unfit/566 1 +unfitting 1 +unfix/7 1 +unflagging/8 1 +unflappability/2 1 +unflappable +unflappably +unflattering 1 +unflavoured +unfledged +unflinching/8 1 +unfocused +unfocussed +unfold/11 1 +unfolding 1 +unforced 1 +unfordable +unforeseeable 1 +unforeseen +unforgettable/19 1 +unforgivable/19 1 +unforgiven +unforgiving 1 +unforgotten +unformed +unformulated +unfortified +unfortunate/30 1 +unfounded 1 +unframed +unfreeze/14 1703 +unfrequented +unfriendly/50 1 +unfrock/11 1 +unfrozen 1704 +unfroze 1704 +unfruitful +unfulfillable +unfulfilled +unfunded +unfunny 1 +unfurl/11 1 +unfurnished +unfussy 1 +ungainly/50 1 +Ungava +ungenerous/8 1 +ungentlemanly +ungentle 1 +ungerminated +unglamourous 1 +unglazed +unglued +ungodly/50 1 +ungovernable 1 +ungoverned +ungraceful/8 1 +ungracious/8 1 +ungraded +ungrammatical/8 1 +ungrateful/16 1 +ungrounded +ungrudging 1 +unguarded 1 +unguent/1 1 +unguessable +unguided 1 +ungulate/1 1 +unhallowed +unhampered +unhand/11 1 +unhandy/34 1 +unhappily +unhappiness +unhappiness's +unhappy/34 1 +unhardened +unharmed +unharness/7 1 +unharvested +unhatched +unhealed +unhealthful 1 +unhealthy/51 1 +unheard 1 +unheated +unheeded 1 +unhelpful/8 1 +unheralded +unheroic +unhesitating/8 1 +unhidden +unhindered +unhinge/6 1 +unhistorical 1 +unhitch/7 1 +unholy/50 1 +unhonoured +unhook/11 1 +unhoped +unhorse/6 1 +unhurried/8 1 +unhurt 1 +unhygienic 1 +unhyphenated +uni/10 1 +unicameral +UNICEF/2 1 +unicellular +Unicode/3 +unicorn/1 1 +unicycle/18 1 +unicyclist/10 1 +unideal +unidentifiable 1 +unidentified +unidiomatic 1 +unidirectional +unifiable +unification/2 1 +unifier 1 +uniform/567 1 +uniformity/2 1 +unify/31 1 +unilateral/8 1 +unilateralism 1 +unilateralist 1 +Unilever/3 +unillustrated +unimaginable/19 1 +unimaginative/8 1 +unimagined +unimpaired +unimpeachable 1 +unimpeded +unimplementable +unimplemented +unimportance 1 +unimportant 1 +unimposing +unimpressed +unimpressive 1 +unimproved +unincorporated +uninfected +uninfluenced +uninformative/8 1 +uninformed +uninhabitable +uninhabited +uninhibited/8 1 +uninitialized +uninitiated +uninjured +uninspired +uninspiring 1 +uninstall +uninstallable +uninstalled +uninstaller/3 +uninstallers +uninstalling +uninstalls +uninstructed 1 +uninsulated +uninsured +unintellectual 1 +unintelligent 1 +unintelligible/19 1 +unintended 1 +unintentional/8 1 +uninterested/8 1 +uninteresting 1 +uninterpretable +uninterpreted +uninterrupted/8 1 +unintuitive 1 +uninvented +uninvited 1 +uninviting 1 +uninvolved +union/1 1 +Union/1 1 +unionism/2 1 +unionist/1 1 +Unionist 1 +unionization/2 1 +unionize/6 1 +union 1 +Union 1 +unipolar +unique/27 1 +Uniroyal/3 +unisex/2 1 +unison/2 1 +unissued +unit/18 1 +Unitarian/1 1 +Unitarianism/1 1 +unitary 1 +Unitas/3 +unite/43 1 +united/8 1 +uniting 1 +unitize/6 1 +unit 1 +unity/15 1 +univ +univalent 1 +univalve/1 1 +universal/30 1 +universalism 1 +universality/2 1 +universalize/6 1 +universe/1 1 +university/15 1 +UNIX/2 1 +Unix/89 1 +unixism +unixisms +unjam/568 1 +unjaundiced +unjust/83 1 +unjustifiable/19 1 +unjustified +unkempt 1 +unkind/400 1 +unkindly 1 +unknightly 1 +unknowable/2 1 +unknowing/193 1 +unknown/1 1 +unlabelled +unlace/6 1 +unladen +unladylike +unlamented +unlatch/7 1 +unlawful/16 1 +unleaded +unleaded's +unlearn/385 1 +unlearned 1 +unleash/7 1 +unleavened +unless 1 +unlettered +unlicensed +unlighted +unlikable 1 +unlike/569 1 +unlikeable 1 +unlikelihood/2 1 +unlikely/140 1 +unlike 1 +unlimber/11 1 +unlimited 1 +unlined +unlink/197 1 +unlisted +unlit 1 +unlivable +unload/11 1 +unloading 1 +unlock/11 1 +unloose/6 1 +unloosen/11 1 +unlovable 1 +unloved +unlovely/34 1 +unloving +unlucky/51 1 +unmade 1705 +unmagnified +unmaintainable +unmaintained +unmake/14 1706 +unman/194 1 +unmanageable/19 1 +unmanly/34 1 +unmannerly 1 +unmapped +unmarked +unmarketable +unmarred +unmarried 1 +unmask/11 1 +unmatchable +unmatched +unmeaning 1 +unmeant 1 +unmeasurable 1 +unmeasured 1 +unmechanized +unmediated +unmeetable +unmelodious 1 +unmemorable 1 +unmemorized +unmentionable/130 1 +unmentioned +unmerciful/8 1 +unmerited 1 +unmet +unmindful 1 +unmissable +unmistakable/19 1 +unmistakeable +unmistakeably +unmitigated 1 +unmixed 1 +unmnemonic +unmodifiable +unmodified +unmolested +unmonitored +unmorality/2 1 +unmoral 1 +unmotivated +unmounted +unmovable +unmoved +unmoving +unmusical/8 1 +unmutilated +unmuzzled +unnameable +unnamed +unnatural/16 1 +unnavigable 1 +unnecessary/213 1 +unneeded +unnerve/6 1 +unnervingly +unnoticeable 1 +unnoticed +unnumbered +unobjectionable +unobliging +unobservable +unobservant 1 +unobserved +unobstructed +unobtainable +unobtrusive/16 1 +unoccupied +unoffensive 1 +unofficial/8 1 +unopened +unopposed +unoptimized +unordered +unorganized +unoriginality 1 +unoriginal 1 +unorthodox 1 +unorthodoxy 1 +unowned +unpack/11 1 +unpackers +unpaid +unpainted +unpaired +unpalatable 1 +unparalleled +unparallelled +unpardonable/19 1 +unparodied +unpasted +unpasteurized +unpatriotic 1 +unpaved +unpeeled +unpeople 1707 +unperceived +unperceptive 1 +unperformed +unperson/1 1708 +unpersonalized +unpersuaded +unpersuasive 1 +unperturbed +unphysical 1 +unpick/11 1 +unpin/194 1 +unplaced +unplanned +unplayability +unplayable +unpleasant/16 1 +unpleasing 1 +unploughed +unplug/117 1 +unplumbed +unpoetical 1 +unpolished +unpolitical 1 +unpolluted +unpopularity/2 1 +unpopular 1 +unpopulated +unportable +unpractical 1 +unpractised +unprecedented/8 1 +unpredictability/2 1 +unpredictable/19 1 +unpredicted +unprejudiced 1 +unpremeditated +unprepared/33 1 +unprepossessing 1 +unpressed +unpressurized +unpretending +unpretentious/8 1 +unpreventable +unprincipled +unprintable 1 +unprinted +unprivileged +unproblematic +unprocessed +unproductive/8 1 +unprofessional/8 1 +unprofitable/19 1 +unpromising +unprompted +unpronounceable +unpronounced +unpropitious 1 +unprotected 1 +unprovable +unproved +unproven +unprovided +unprovoked +unpublicized +unpublishable +unpublished +unpunctuality 1 +unpunctual 1 +unpunished +unqualified 1 +unquantifiable +unquantified +unquenchable +unquestionable/19 1 +unquestioned +unquestioning/8 1 +unquiet/166 1 +unquote/6 1 +unraisable +unrated +unravel/62 1 +unravelling 1 +unreachable +unreached +unreadability 1 +unreadable 1 +unread 1 +unready/34 1 +unrealistic/39 1 +unreality/2 1 +unrealizable +unrealized +unreal 1 +unreasonable/29 1 +unreasoned +unreasoning 1 +unreceived +unreceptive 1 +unrecognizable/19 1 +unrecognized +unrecommended +unreconciled +unreconstructed +unrecorded +unrecoverable +unredeemed +unreduced +unreel/11 1 +unrefereed +unreferenced +unreferencing +unrefined +unreflected +unreformed +unrefreshed +unrefrigerated +unregarded 1 +unregenerate +unregistered +unregulated +unrehearsed +unrelated 1 +unreleasable +unreleased +unrelenting/8 1 +unreliability/2 1 +unreliable/19 1 +unrelieved +unrelievedly +unremarkable 1 +unremarked +unremembered +unremitting/8 1 +unrepairable +unrepeatability +unrepeatable +unrepeated +unrepentant/8 1 +unreported +unrepresentable +unrepresentative 1 +unrepresented +unreproducible 1 +unrequested +unrequited +unreserved/8 1 +unresistant +unresisting +unresistingly +unresolvable +unresolved +unresponsive/16 1 +unrest/2 1 +unrestrained 1 +unrestricted 1 +unrest 1 +unrevealed +unrevised +unrewarded +unrewarding +unriddle 1 +unrighteous/33 1 +unripe/150 1 +unripened +unrivalled +unroll/11 1 +unromantic 1 +unruffled +unruly/50 1 +unsaddle/6 1 +unsafe/251 1 +unsalable 1 +unsaleable 1 +unsalted +unsanctioned +unsanitary 1 +unsatisfactory/244 1 +unsatisfiable +unsatisfied +unsatisfying +unsaturated +unsaved +unsavoury 1 +unsay/314 1 +unscaled +unscathed +unscented +unscheduled +unschooled +unscientific/39 1 +unscramble/6 1 +unscratched +unscrew/11 1 +unscripted +unscrupulous/16 1 +unseal/11 1 +unsealable +unsearchable 1 +unseasonable/19 1 +unseasonal +unseasoned +unseat/11 1 +unseaworthiness +unsecured +unseeded +unseeing/8 1 +unseemly/50 1 +unseen/1 1 +unsegmented +unsegregated +unselected +unselfconscious/8 1 +unselfish/16 1 +unsellable +unsentimental 1 +unsent 1 +unserviceable 1 +unserviced +unsettle/6 1 +unsettled 1 +unset 1 +unshackle/6 1 +unshaded +unshakable/19 1 +unshakeable +unshaken +unshaped +unshapely 1 +unsharable +unshared +unshaven +unsheathe/6 1 +unshielded +unshod +unshorn 1 +unshrinking 1 +unsifted +unsighted +unsightlier +unsightliest +unsightly/140 1 +unsigned +unsimplified +unsinkable +unskilful 1 +unskilled +unskillful/8 1 +unsliced +unsmiling/8 1 +unsnap/105 1 +unsnarl/11 1 +unsociable 1 +unsocial 1 +unsoiled +unsolder 1 +unsold 1709 +unsolicited +unsolvable 1 +unsolved +unsophisticated 1 +unsophistication 1 +unsorted +unsought 1 +unsound/21 1 +unspanned +unsparing/8 1 +unspeakable/19 1 +unspecific 1 +unspecified +unspectacular 1 +unspent 1 +unspoiled +unspoilt 1 +unspoken 1710 +unsporting 1 +unsportsmanlike +unstable/17 1 +unstack/242 1 +unstained +unstamped +unstated +unsteady/51 1 +unsterilized +unsticking +unstimulated +unstinting/8 1 +unstirred +unstop/105 1 +unstoppable/19 1 +unstrap/105 1 +unstressed +unstretchable +unstructured +unstrung 1711 +unstuck 1712 +unstudied +unsubdued +unsubscribe +unsubscribed +unsubscribes +unsubscribing +unsubsidized +unsubstantial 1 +unsubstantiated +unsubstituted +unsubtle/19 1 +unsuccessful/8 1 +unsuitability/2 1 +unsuitable/56 1 +unsuited +unsullied +unsung 1 +unsupervised +unsupportable 1 +unsupported 1 +unsuppressed +unsure/153 1 +unsurfaced +unsurpassed +unsurprised +unsurprising/8 1 +unsurvivable +unsuspected 1 +unsuspecting/8 1 +unsustainable +unswappable +unswayed +unsweetened +unswerving/8 1 +unsymmetrical 1 +unsympathetic/39 1 +unsystematic +untactful 1 +untagged +untainted +untalented +untamed +untangle/6 1 +untanned +untapped +untarnished +untasted +untaught 1713 +untaxed +untaxing +unteachable +untempered +untenability 1 +untenable 1 +untenanted +untended +unterminated +untestable +untested +untethered +untextured +unthinkable/19 1 +unthinking/8 1 +unthoughtful 1 +untidy/51 1 +untie/122 1714 +until 1 +untimely/50 1 +untiring/8 1 +untitled +unto +untold 1 +untouchable/1 1 +untouched +untoward 1 +untraceable +untrained +untrammelled +untransformed +untranslatable +untranslated +untransportable +untrappable +untraveled +untreatable +untreated +untried 1 +untrimmed 1 +untrodden 1715 +untrod 1715 +untroubled +untrue/150 1 +untruly 1 +untrusted +untrustworthy 1 +untruth/1 1 +untruthful/16 1 +unturned +untutored +untwist/11 1 +untying 1716 +untyped +untypical/8 1 +Unukalhai/3 +unusable/19 1 +unused +unusual/8 1 +unutterable/19 1 +unvalidated +unvanquished +unvaried 1 +unvarnished +unvarying/8 1 +unveil/11 1 +unveiling 1 +unventilated +unverifiable +unverified +unversed +unvisitable +unvisited +unvoiced +unwaged +unwanted 1 +unwarned +unwarrantable/19 1 +unwarranted 1 +unwary/51 1 +unwashed 1 +unwatchable +unwatched +unwavering/8 1 +unwearable +unwearied 1 +unwedge +unwed 1 +unweighted +unwelcome +unwelcoming +unwell 1 +unwholesome/33 1 +unwieldy/50 1 +unwilling/16 1 +unwind/121 1717 +unwindable +unwisdom 1 +unwise/46 1 +unwitting/8 1 +unwonted 1 +unworkability 1 +unworkable 1 +unworldly/140 1 +unworn 1 +unworried +unworthy/51 1 +unwounded +unwound 1718 +unwoven 1719 +unwrap/105 1 +unwrinkled +unwritten +unzip/105 1 +unyielding 1 +unyoke/6 1 +up/570 1 +Upanishads +upbeat/1 1 +upbraid/11 1 +upbraiding 1 +upbringing/1 1 +UPC +upchuck/11 1 +upcoming +upcountry/2 1 +updatability +update/28 1 +updater 1 +Updike +updraught/1 1 +upend/11 1 +upfront 1 +upgradable +upgrade/28 1 +upgradeable +upgrade 1 +upgradings +upheaval/1 1 +upheld 1720 +uphill/1 1 +uphold/121 1721 +upholder/1 1 +upholding 1 +upholster/11 1 +upholsterer/1 1 +upholstery/2 1 +UPI +Upjohn/3 +upkeep/2 1 +upland/1 1 +uplift/23 1 +uplifting/10 1 +upload/11 1 +upmarket +upon +upper/1 1 +uppercase/2 1 +upperclassman/2 1722 +upperclassmen 1723 +upperclasswoman +upperclasswomen +uppercut/128 1 +uppermost +upping 1 +uppish 1 +uppity 1 +upraise/6 1 +uprate/252 1 +uprear/11 1 +upright/221 1 +uprising/1 1 +upriver 1 +uproar/1 1 +uproarious/8 1 +uproot/11 1 +uprooting 1 +UPS +upscale 1 +upset/128 1 +upsetting 1 +upshot/1 1724 +upside/1 1 +upsilon/1 1 +upstage/43 1 +upstairs +upstanding 1 +upstart/23 1 +upstate/2 1 +upstream 1 +upstroke/1 1 +upsurge/28 1 +upswing/18 1 +uptake/1 1 +uptempo 1 +upthrust/86 1 +uptick/1 1 +uptight 1 +Upton/3 +uptown/2 1 +uptrend 1 +upturn/23 1 +upturning 1 +upward/193 1 +upwelling 1 +upwind 1 +Ur +uracil/2 1 +uraemia/2 1 +uraemic +Ural/10 1 +Urania/2 1 +uranium/2 1 +Uranus/2 1 +Urban/3 +urban/166 1 +urbane/46 1 +urbanity/2 1 +urbanization/2 1 +urbanize/6 1 +urbanologist/1 1 +urbanology/2 1 +urchin/1 1 +Urdu/2 1 +urea/2 1 +ureter/1 1 +urethane/2 1 +urethra/54 1 +urethral +urethritis 1 +Urey +urge/28 1 +urgency/2 1 +urgent/8 1 +urging/10 1 +Uriah +uric 1 +Uriel +urinal/1 1 +urinalyses 1725 +urinalysis/2 1726 +urinary 1 +urinate/6 1 +urination/2 1 +urine/2 1 +Uris +URL/10 1 +urn/18 1 +urogenital +urological +urologist/1 1 +urology/2 1 +Urquhart +Ursa/3 +ursine 1 +Ursula +Ursuline 1 +urticaria/2 1 +Uruguay/2 1 +Uruguayan/1 1 +Urumqi +US/2 1 +us/89 1727 +USA/2 1 +usability/2 1 +usable 1 +USAF +usage/1 1 +USCG +USDA +use/28 1 +useability/2 1 +useable 1 +useful/16 1 +useless/16 1 +Usenet/1 1 +user/1 1 +usher/23 1 +usherette/1 1 +USIA +USMC +USN +USO +USP +USPS +USS +USSR/2 1 +Ustinov +usu +usual/37 1 +usurer/1 1 +usurious 1 +usurp/11 1 +usurpation/2 1 +usurper/1 1 +usury/2 1 +UT/2 1 +Utah/2 1 +Utahan/1 1 +Utahn 1 +Ute/1 1 +utensil/1 1 +uterine +uteri 1728 +uterus/2 1729 +utilitarian/1 1 +utilitarianism/2 1 +utility/15 1 +utilizable +utilization/2 1 +utilize/6 1 +utmost/2 1 +utopia/1 1 +Utopia/1 1 +utopian/1 1 +Utopian/1 1 +Utrecht/2 1 +Utrillo/2 1 +u 1 +utter/307 1 +utterance/1 1 +utterer 1 +uttering 1 +uttermost/2 1 +UV/2 1 +uvula/1 1 +uvular/1 1 +uxorious 1 +Uzbek/2 1 +Uzbekistan/2 1 +Uzi/1 1 +v/377 1 +V/2 1 +Va +VA +vac/71 1 +vacancy/15 1 +vacant/8 1 +vacate/6 1 +vacation/23 1 +vacationer/1 1 +vacationist/1 1 +vaccinate/6 1 +vaccination/1 1 +vaccine/1 1 +vacillate/6 1 +vacillating 1 +vacillation/1 1 +vacuity/2 1 +vacuole/1 1 +vacuous/16 1 +vacuum/23 1 +Vader/3 +Vaduz/2 1 +vagabond/23 1 +vagabondage/2 1 +vagarious 1 +vagary/15 1 +vagina/54 1 +vaginal +vaginally +vagrancy/2 1 +vagrant/1 1 +vague/27 1 +vain/76 1 +vainglorious/8 1 +vainglory/2 1 +val +Val/3 +valance/18 1 +Valarie/3 +Valdez/2 1 +vale/1 1 +valediction/1 1 +valedictorian/1 1 +valedictory/15 1 +valence/1 1 +Valencia/1 1 +valency/15 1 +Valenti/3 +Valentin/3 +valentine/1 1 +Valentine/2 1 +Valentino +Valenzuela/3 +Valeria/3 +Valerian/3 +Valerie/3 +Valery +vales 1730 +valet/23 1 +valeting 1 +valetudinarian/1 1 +valetudinarianism/2 1 +Valhalla/2 1 +valiance/2 1 +valiant/8 1 +valid/16 1 +validate/6 1 +validation/1 1 +validity/2 1 +valise/1 1 +Valium/1 1 +Valkyrie/1 1 +Vallejo +Valletta/2 1 +valley/1 1 +Valois +valorous/8 1 +valour/2 1 +Valparaiso/2 1 +valuable/1 1 +valuate/6 1 +valuation/1 1 +value/28 1 +valueless 1 +valuer/1 1 +valve/28 1 +valveless 1 +Valvoline/3 +valvular +vamoose/6 1 +vamp/23 1 +vamping 1 +vampire/18 1 +Van +van/133 1 +vanadium/2 1 +Vance +Vancouver/2 1 +vandal/1 1 +Vandal/1 1 +vandalism/2 1 +vandalize/6 1 +Vanderbilt +Vandyke 1 +vane/1 1 +Vanessa/2 1 +Vang/3 +vanguard/1 1 +vanilla/1 1 +vanish/156 1 +vanishing/193 1 +vanity/15 1 +vanning 1 +vanquish/7 1 +vanquisher/1 1 +vantage/1 1 +Vanuatu/2 1 +Vanzetti/3 +vapid/16 1 +vapidity/2 1 +vaporization/2 1 +vaporize/6 1 +vaporizer/1 1 +vaporous 1 +vaporware/10 1 +vapour/18 1 +vapoury +vaquero/1 1 +var/10 1 +Varanasi +Varese +Vargas +variability/2 1 +variable/82 1 +variance/1 1 +variant/1 1 +variate/71 1 +variation/1 1 +variational 1 +varicoloured +varicose 1 +varied 1 +variegate/6 1 +variegation/2 1 +varietal/1 1 +variety/15 1 +various/8 1 +varlet/1 1 +varmint/1 1 +varnish/22 1 +varnishing 1 +varsity/15 1 +vary/31 1 +varying 1 +vascular 1 +vase/1 1 +vasectomy/15 1 +Vaseline/18 1 +vasomotor +Vasquez/3 +vassal/18 1 +vassalage/2 1 +vassal 1 +Vassar/3 +vast/38 1 +vat/1 1 +VAT/2 1 +vat/12 1 +Vatican/2 1 +Vauban +vaudeville/2 1 +vaudevillian/1 1 +Vaughan +Vaughn/3 +vault/23 1 +vaulter/1 1 +vaulting/2 1 +vaunt/23 1 +vaunting 1 +VAX/89 1 +Vazquez/3 +vb +VCR/2 1 +VD/2 1 +VDT +VDU +veal/2 1 +Veblen/3 +vector/23 1 +vectorization +vectorized +Veda/1 1 +Vedanta 1 +veejay/1 1 +veep/1 1 +Veep 1 +veer/23 1 +veering 1 +veg/571 1 +Vega/1 1 +vegan/1 1 +vegeburger/10 1 +Vegemite/3 +vegetable/1 1 +vegetarian/1 1 +vegetarianism/2 1 +vegetate/6 1 +vegetation/2 1 +vegetational +vegetative +vegges +veggie/1 1 +veggieburger/10 1 +vehemence/2 1 +vehemency/2 1 +vehement/8 1 +vehicle/1 1 +vehicular +veil/23 1 +veiled 1 +veiling 1 +vein/23 1 +veining 1 +Vela +velar/1 1 +Velasquez/3 +vela 1731 +Velazquez +Velcro/1 1 +veld/1 1 +veldt/1 1 +Velez/3 +vellum/2 1 +Velma/3 +velocipede/1 1 +velocity/15 1 +velodrome/10 1 +velour/572 1 +velum/2 1732 +Velveeta/2 1 +velvet/18 1 +velveteen/1 1 +velvet 1 +velvety/34 1 +venal/8 1 +venality/2 1 +venation/2 1 +vend/11 1 +vender/1 1 +vendetta/1 1 +vendible 1 +vendor/1 1 +veneer/23 1 +veneering 1 +venerability/2 1 +venerable +venerate/6 1 +veneration/2 1 +venereal +Venetian/1 1 +venetian 1 +Venezuela/2 1 +Venezuelan/1 1 +vengeance/2 1 +vengeful/8 1 +venial 1 +Venice/2 1 +venireman/2 1733 +veniremen 1734 +venison/2 1 +Venn/3 +venom/2 1 +venomous/8 1 +venom 1 +venous 1 +vent/23 1 +ventilate/6 1 +ventilation/2 1 +ventilator/1 1 +venting 1 +Ventolin/2 1 +ventral/8 1 +ventricle/1 1 +ventricular +ventriloquism/2 1 +ventriloquist/1 1 +ventriloquy/2 1 +venture/28 1 +venturesome/16 1 +ventures 1735 +venturing 1 +venturous/16 1 +venue/1 1 +Venus/4 1 +Venusian 1 +Vera/3 +veracious/8 1 +veracity/2 1 +Veracruz/2 1 +veranda/1 1 +verandah/1 1 +verb/1 1 +verbal/164 1 +verbalization/2 1 +verbalize/6 1 +verbatim +verbena/1 1 +verbiage/1 1 +verbose/83 1 +verbosity/2 1 +verboten +verdant/8 1 +Verde +Verdi +verdict/1 1 +verdigris/22 1 +Verdun/2 1 +verdure/2 1 +verge/28 1 +verger/1 1 +Vergil/2 1 +verifiability 1 +verifiable 1 +verification/1 1 +verifier/10 1 +verify/31 1 +verisimilitude/2 1 +veritable/19 1 +verity/15 1 +Verizon/3 +Verlaine/3 +Vermeer +vermicelli/2 1 +vermiculite/2 1 +vermiform +vermilion/2 1 +vermillion/2 1 +vermin/2 1 +verminous 1 +Vermont/2 1 +Vermonter/1 1 +vermouth/2 1 +Vern/3 +Verna/3 +vernacular/1 1 +vernal 1 +Verne +vernier/1 1 +Vernon/3 +Verona/2 1 +Veronese +veronica/2 1 +Veronica 1 +verruca/58 1 +Versailles/2 1 +versatile 1 +versatility/2 1 +verse/28 1 +versicle 1 +versification/2 1 +versifier/1 1 +versify/31 1 +versing 1 +version/1 1 +verso/1 1 +versus +vertebra/54 1 +vertebral 1 +vertebrate/1 1 +vertex/4 1 +vertical/30 1 +vertiginous +vertigo/2 1 +verve/2 1 +very/60 1 +Vesalius/2 1 +vesicle/1 1 +vesicular 1 +vesiculate 1 +Vespasian +vesper/1 1 +Vespers +vesper 1 +Vespucci/2 1 +vessel/1 1 +vest/23 1 +Vesta/2 1 +vestal/1 1 +vestibular +vestibule/18 1 +vestige/1 1 +vestigial/8 1 +vesting/2 1 +vestment/1 1 +vestry/15 1 +vestryman/2 1736 +vestrymen 1737 +Vesuvius/2 1 +vet/109 1 +vetch/4 1 +veteran/1 1 +veterinarian/1 1 +veterinary/15 1 +veto/22 1 +vet 1 +vex/7 1 +vexation/1 1 +vexatious/8 1 +vexed 1 +vexing 1 +VF +VFW/2 1 +VG +VGA +vhf +VHF/2 1 +VHS +VI/2 1 +viability/2 1 +viable 1 +viably 1 +Viacom/3 +viaduct/1 1 +Viagra +vial/18 1 +viand/1 1 +via 1 +vibe/130 1 +vibraharp/1 1 +vibrancy/2 1 +vibrant/8 1 +vibraphone/1 1 +vibraphonist/1 1 +vibrate/6 1 +vibrating 1 +vibration/1 1 +vibrational +vibrationally +vibrato/1 1 +vibrator/1 1 +vibratory +viburnum/1 1 +Vic +vicar/1 1 +vicarage/1 1 +vicarious/16 1 +vice/28 1 +vicegerent/1 1 +vicennial +Vicente/3 +viceregal 1 +viceroy/1 1 +vichyssoise/2 1 +Vichy 1 +vicinity/15 1 +vicious/16 1 +vicissitude/1 1 +Vicki/3 +Vickie/3 +Vicksburg/2 1 +Vicky +victim/1 1 +victimization/2 1 +victimize/6 1 +victimless 1 +Victor/3 +victor/1 1 +Victoria/2 1 +Victorian/1 1 +Victorianism 1 +victorious/8 1 +victory/15 1 +Victrola/2 1 +victual/66 1 +victualling 1 +vicuna/1 1 +Vidal/3 +videlicet +video/23 1 +videocassette/1 1 +videoconferencing 1 +videodisc/1 1 +videodisk/1 1 +videophone/1 1 +videotape/28 1 +videotex/89 1 +video 1 +vie/122 1738 +Vienna/2 1 +Viennese 1 +Vientiane/2 1 +Vietcong +Vietminh +Vietnam/2 1 +Vietnamese/2 1 +view/23 1 +viewable +viewer/1 1 +viewership/2 1 +viewfinder/1 1 +viewing/1 1 +viewpoint/1 1 +vigesimal +vigil/1 1 +vigilance/2 1 +vigilant/8 1 +vigilante/1 1 +vigilantism/2 1 +vigilantist/2 1 +vignette/28 1 +vignettist/1 1 +vigorous/8 1 +vigour/2 1 +viii 1 +vii 1 +Vijayanagar/3 +Vijayawada/3 +viking/1 1 +Viking/1 1 +Vila/2 1 +vile/27 1 +vilification/2 1 +vilify/31 1 +Villa +villa/58 1 +village/49 1 +villager/1 1 +villain/1 1 +villainous 1 +villainy/15 1 +Villarreal/3 +villein/1 1 +villeinage/2 1 +villi 1739 +Villon +villus/2 1740 +Vilma/3 +Vilnius/2 1 +Vilyui/3 +vim/2 1 +vinaigrette/2 1 +Vince/3 +Vincent/3 +vincible 1 +vindaloos +Vindemiatrix/3 +vindicate/6 1 +vindication/1 1 +vindicator/1 1 +vindictive/16 1 +vine/18 1 +vinegar/18 1 +vinegary 1 +vineyard/1 1 +vino/2 1 +vinous 1 +Vinson/3 +vintage/18 1 +vintner/1 1 +vinyl/1 1 +viol/1 1 +Viola/3 +viola/1 1 +violable 1 +violate/6 1 +violation/1 1 +violator/1 1 +violence/2 1 +violent/8 1 +Violet/3 +violet/1 1 +violin/1 1 +violincello +violincellos +violinist/1 1 +violist/1 1 +violoncellist/1 1 +violoncello/1 1 +VIP/1 1 +viper/1 1 +viperous 1 +virago/4 1 +viral 1 +vireo/1 1 +Virgie/3 +Virgil/2 1 +virgin/1 1 +virginal/1 1 +Virginia/2 1 +Virginian/1 1 +virginity/2 1 +virgin 1 +Virgo/1 1 +virgule/1 1 +virile 1 +virility/2 1 +virologist/1 1 +virology/2 1 +virtual/8 1 +virtue/1 1 +virtuosic +virtuosity/2 1 +virtuoso/1 1 +virtuous/16 1 +virulence/2 1 +virulent/8 1 +virus/4 1 +Visa/3 +visa/23 1 +visage/1 1 +Visakhapatnam +visa's 1741 +visa 1742 +Visayans +visceral/8 1 +viscera 1743 +viscid 1 +viscometer 1 +viscose/2 1 +viscosity/2 1 +viscount/1 1 +viscountcy/15 1 +viscountess/4 1 +viscous 1 +viscus/2 1744 +vise/28 1 +Vishnu/2 1 +visibility/15 1 +visible/19 1 +Visigoth/1 1 +vision/23 1 +visionary/15 1 +visioning 1 +visit/23 1 +visitable +visitant/1 1 +visitation/1 1 +visiting 1 +visitor/1 1 +visor/18 1 +VISTA +vista/18 1 +Vistula/2 1 +visual/30 1 +visualization/1 1 +visualize/6 1 +visualizer/1 1 +vita/54 1 +vital/557 1 +vitality/2 1 +vitalization/2 1 +vitalize/6 1 +vitamin/1 1 +vitiate/6 1 +vitiation/2 1 +viticulture/2 1 +viticulturist/1 1 +Vitim/3 +Vito/3 +vitreous 1 +vitrifaction/2 1 +vitrification/2 1 +vitrify/31 1 +vitrine/1 1 +vitriol/2 1 +vitriolic/39 1 +vitriol 1 +vi 1 +vittles +vittles's +vituperate/6 1 +vituperation/2 1 +vituperative +Vitus/3 +viva/59 1 +vivace 1 +vivacious/16 1 +vivacity/2 1 +Vivaldi +vivaria 1745 +vivarium/1 1746 +viva's +Vivekananda/3 +Vivian +vivid/21 1 +Vivienne/3 +vivify/31 1 +viviparous 1 +vivisect/11 1 +vivisection/2 1 +vivisectional 1 +vivisectionist/1 1 +vixen/1 1 +vixenish/8 1 +vixen 1 +viz +vizier/1 1 +vizir/1 1 +vizor/18 1 +VJ +Vlad/3 +Vladimir +Vladivostok/2 1 +Vlaminck +Vlasic/3 +VLF/2 1 +VOA +vocable/1 1 +vocab 1 +vocabulary/15 1 +vocal/30 1 +vocalic 1 +vocalist/1 1 +vocalization/1 1 +vocalize/6 1 +vocation/1 1 +vocational/8 1 +vocative/1 1 +vociferate/6 1 +vociferation/2 1 +vociferous/16 1 +vodka/1 1 +voe/10 1 +Vogue/3 +vogue/18 1 +voguish 1 +voice/28 1 +voiced 1 +voiceless/16 1 +voicing 1 +void/23 1 +voidable 1 +voiding 1 +void 1 +voila +voile/2 1 +volatile/10 1 +volatility/2 1 +volatilize/6 1 +volcanic/39 1 +volcanism 1 +volcano/4 1 +Volcker/3 +Voldemort/3 +vole/18 1 +Volga/2 1 +Volgograd/2 1 +volition/2 1 +volitional 1 +Volkswagen/2 1 +volley/23 1 +volleyball/1 1 +Volstead/3 +volt/1 1 +Volta +voltage/1 1 +voltaic 1 +Voltaire/2 1 +voltmeter/1 1 +vol 1 +volubility/2 1 +voluble/19 1 +volume/18 1 +volumetric +voluminous/16 1 +voluntarism/2 1 +voluntary/208 1 +volunteer/23 1 +volunteerism/2 1 +voluptuary/15 1 +voluptuous/16 1 +volute/1 1 +Volvo/3 +vomit/23 1 +vomiting 1 +Vonda/3 +Vonnegut/3 +voodoo/23 1 +voodooism/2 1 +voodoo 1 +voracious/16 1 +voracity/2 1 +Voronezh +Vorster/3 +vortex/4 1 +vorticity 1 +votary/15 1 +vote/28 1 +voter/1 1 +votive 1 +vouch/156 1 +voucher/18 1 +vouchsafe/6 1 +vow/23 1 +vowel/18 1 +voyage/28 1 +Voyager/3 +voyager/1 1 +voyageur/1 1 +voyeur/1 1 +voyeurism/2 1 +voyeuristic +VP +vs +Vt +VT +VTOL +Vuitton/3 +Vulcan/2 1 +vulcanism 1 +vulcanization/2 1 +vulcanize/6 1 +vulcanologist 1 +Vulg +vulgar/76 1 +vulgarian/1 1 +vulgarism/1 1 +vulgarity/15 1 +vulgarization/2 1 +vulgarize/6 1 +vulgarizer/1 1 +vulgar 1 +Vulgate/1 1 +vulnerability/15 1 +vulnerable/19 1 +vulpine 1 +vulture/1 1 +vulturous +vulva/54 1 +vying 1747 +w +W/2 1 +WA +Wabash/2 1 +wabbit/10 1 +WAC +wacko/72 1 +wacky/50 1 +Waco +Wac 1 +wad/113 1 +wadding/2 1 +waddle/28 1 +Wade +wade/28 1 +wader/130 1 +wades 1748 +wadge +wadges +wadi/1 1 +wading 1 +wadis 1749 +wafer/18 1 +waffle/28 1 +waffler/1 1 +waffling 1 +waft/23 1 +wafting 1 +wag/92 1 +wage/28 1 +wager/23 1 +wagerer/1 1 +waggery/15 1 +waggish/16 1 +waggle/28 1 +waggly 1 +waggon/18 1 +waggoner/1 1 +Wagner/2 1 +Wagnerian 1 +wagtail/1 1 +Wahhabi 1 +waif/573 1 +Waikiki +wail/23 1 +wailer/1 1 +wailing/2 1 +wain/18 1 +wainscot/23 1 +wainscoting/1 1 +wainwright/1 1 +waist/18 1 +waistband/1 1 +waistcoat/18 1 +waistline/1 1 +wait/23 1 +Waite/3 +waiter/18 1 +waiting/2 1 +waitpeople 1750 +waitperson/1 1751 +waitress/40 1 +waitstaff/2 1 +waive/6 1 +waiver/1 1 +wake/1 1 +Wake/2 1 +wake/6 1752 +wakeful/16 1 +waken/11 1 +wakening 1 +waking/10 1 +Waksman +Wald/3 +Waldemar/3 +Walden/3 +Waldensian 1 +Waldheim +Waldo/3 +waldo/232 1 +Waldorf/3 +wale/28 1 +Wales/2 1 +Walesa +wales 1753 +Walgreen/3 +walk/23 1 +walkable +walkabout/10 1 +walkaway/1 1 +Walker/3 +walker/1 1 +walkies +walking/2 1 +Walkman 1 +walkout/1 1 +walkover/1 1 +walkway/1 1 +Wall/3 +wall/23 1 +walla/10 1 +wallaby/15 1 +Wallace +wallah/10 1 +wallboard/2 1 +wallchart 1 +Wallenstein +Waller +wallet/1 1 +walleye/1 1 +walleyed +wallflower/1 1 +wallies +walling 1 +Wallis +Walloon 1 +wallop/23 1 +walloping/1 1 +wallow/23 1 +wallowing 1 +wallpaper/23 1 +Walls +walnut/1 1 +Walpole/2 1 +Walpurgisnacht 1 +walrus/4 1 +Walsh/3 +Walt/3 +Walter +Walters +Walton/3 +waltz/22 1 +waltzer/1 1 +waltzing 1 +wally +wampum/2 1 +wan/574 1 +Wanamaker/3 +wand/1 1 +Wanda/3 +wander/5 1 +wanderer/1 1 +wandering/32 1 +wanderlust/1 1 +wane/28 1 +Wang/3 +wangle/28 1 +wangler/1 1 +wangling 1 +waning 1 +wank/5 1 +Wankel/3 +wanker/10 1 +wanna +wannabe/1 1 +wannabee/10 1 +want/23 1 +wanting 1 +wanton/575 1 +wantoner 1 +wan 1 +wapiti/1 1 +war/103 1 +warble/28 1 +warbler/1 1 +warbling 1 +warbonnet/1 1 +Ward +ward/23 1 +warden/18 1 +warder/18 1 +warding 1 +wardress/89 1 +wardrobe/18 1 +wardroom/1 1 +wardship 1 +Ware/3 +ware/74 1 +warehouse/28 1 +warehouseman 1 +warehousing 1 +ware 1 +warez/89 1 +warfare/2 1 +warhead/1 1 +Warhol +warhorse/1 1 +Waring/3 +warlike 1 +warlock/1 1 +warlord/1 1 +warm/526 1 +warmblooded +warmer/1 1 +warmhearted/33 1 +warming 1 +warmish 1 +warmonger/1 1 +warmongering/2 1 +warmth/2 1 +warmup/1 1 +warn/11 1 +Warner/3 +warning/30 1 +warp/23 1 +warpaint +warpath/1 1 +warping 1 +warplane/1 1 +warrant/23 1 +warranting 1 +warranty/57 1 +Warren +warren/1 1 +warrior/1 1 +Warsaw/2 1 +warship/1 1 +wart/1 1 +warthog/1 1 +wartime/2 1 +war 1 +warty/34 1 +Warwick +wary/51 1 +Wasatch/3 +Wash +wash/22 1 +washable/1 1 +washbasin/1 1 +washboard/1 1 +washbowl/1 1 +washcloth/1 1 +washday 1 +washer/18 1 +washerwoman/2 1754 +washerwomen 1755 +washing/1 1 +Washington/2 1 +Washingtonian/1 1 +washout/1 1 +washrag/1 1 +washroom/1 1 +washstand/1 1 +washtub/1 1 +washy/34 1 +wasn't +wasp/1 1 +WASP/2 1 +waspish/16 1 +Wasp 1 +wassail/23 1 +Wassermann 1 +was 45 +wast/242 1 +wastage/2 1 +waste/139 1 +wastebasket/1 1 +wasteful/16 1 +wasteland/1 1 +wastepaper/2 1 +waster/18 1 +wasting 1 +wastrel/1 1 +was 1 +wast 45 +watch/22 1 +watchable 1 +watchband/1 1 +watchdog/18 1 +watcher/1 1 +watchful/16 1 +watchmaker/1 1 +watchmaking/2 1 +watchman/2 1756 +watchmen 1757 +watchstrap/10 1 +watchtower/1 1 +watchword/1 1 +water/187 1 +waterbed/1 1 +waterbird/1 1 +waterborne +Waterbury +watercolour/1 1 +watercolourists +watercourse/1 1 +watercraft/2 1 +watercress/2 1 +waterfall/1 1 +Waterford +waterfowl/1 1 +waterfront/1 1 +Watergate 1 +waterhole/1 1 +watering 1 +waterless 1 +waterlilies +waterlily/3 +waterline/1 1 +waterlogged +Waterloo/1 1 +waterman 1 +watermark/23 1 +watermelon/1 1 +watermill/1 1 +waterpower/2 1 +waterproof/23 1 +waterproofing/2 1 +Waters/3 +watershed/1 1 +waterside/1 1 +waterspout/1 1 +watertight 1 +waterway/1 1 +waterwheel/1 1 +waterworks +waterworks's +watery/50 1 +Watkins +WATS/2 1 +Watson +Watt +watt/1 1 +wattage/2 1 +Watteau +wattle/28 1 +wattling 1 +Watts +watt 1 +Watusi 1 +Waugh +wave/28 1 +waveband/10 1 +waveform/10 1 +wavefront 1 +waveguide/10 1 +wavelength/1 1 +wavelet/1 1 +wavelike +waver/23 1 +waverer/1 1 +wavering/8 1 +Wave 1 +wavier 1758 +waviest 1758 +waving 1 +wavy/51 1 +wax/576 1 +waxen 1 +waxing 1 +wax 1 +waxwing/1 1 +waxwork/1 1 +waxy/50 1 +way/1 1 +waybill/1 1 +wayfarer/1 1 +wayfaring/1 1 +waylay/314 1 +waylayer/1 1 +wayleave/10 1 +waymarked +Wayne +wayside/1 1 +way 1 +waywardly 1 +waywardness/3 +wayward 1 +wazoo/10 1 +WC +weak/577 1 +weaken/11 1 +weakener/1 1 +weakfish/4 1 +weakish 1 +weakling/1 1 +weakly 1 +weal/1 1 +wealth/2 1 +wealthy/50 1 +wean/11 1 +weaned 1 +weanling 1 +weapon/18 1 +weaponless 1 +weaponry/2 1 +wear/86 1759 +wearable 1 +wearer/1 1 +wearing/10 1 +wearisome/8 1 +weary/143 1 +wearying/8 1 +weasel/66 1 +weaselling 1 +weaselly 1 +weather/23 1 +weatherboard/141 1 +weatherboarding 1 +weathercock/18 1 +weathering/2 1 +weatherization/2 1 +weatherize/6 1 +weatherman/2 1760 +weathermen 1761 +weatherperson/1 1 +weatherproof/11 1 +weatherstrip/105 1 +weatherstripping/2 1 +weather 1 +weave/28 1762 +Weaver/3 +weaver/1 1 +weaving/2 1 +Web +web/136 1 +Webb +webbing/2 1 +Weber +Webern/3 +webfeet 1763 +webfoot/2 1764 +webmaster/1 1 +webmistress/4 1 +website/1 1 +Webster/1 1 +we'd +Wed/2 1 +wed/578 1 +Weddell/3 +wedder 1 +wedding/1 1 +wedge/28 1 +wedgie/1 1 +wedging 1 +Wedgwood 1 +wedlock/2 1 +Wednesday/1 1 +wee/579 1 +weed/23 1 +weeder/1 1 +weeding 1 +weedkiller/10 1 +weedless 1 +weeds/89 1 +weedy/34 1 +week/1 1 +weekday/1 1 +weekend/23 1 +weekender/10 1 +weeklies +weekly's +weekly 1 +weeknight/1 1 +Weeks/3 +week 1 +ween/11 1 +weenie/41 1 +weensy/34 1 +weeny/220 1 +weep/86 1765 +weeper/1 1 +weepie/452 1 +weeping/10 1 +weepy/42 1 +weevil/1 1 +weft/18 1 +Wehrmacht +Wei/3 +Weierstrass/3 +weigh/23 1 +weighbridge/10 1 +weighing 1 +weight/23 1 +weighted 1 +weighting/10 1 +weightless/16 1 +weightlifter/1 1 +weightlifting/2 1 +weighty/51 1 +Weill/3 +Weinberg/3 +weir/18 1 +weird/21 1 +weirdie/1 1 +weirdo/1 1 +weird 1 +Weiss/3 +Weissmuller/3 +Weizmann +Welch +welch/7 1 +welcome/28 1 +weld/23 1 +weldable 1 +welder/1 1 +welding 1 +Weldon/3 +welfare/2 1 +welkin/2 1 +we'll +well/580 643 +Welland/3 +Weller/3 +Welles +wellhead/1 1 +wellie/10 1 +wellington/1 1 +Wellington/1 1 +welling 1 +Wells +wellspring/1 1 +Welsh/2 1 +welsh/7 1 +welsher/1 1 +Welshman/2 1766 +Welshmen 1767 +Welsh 1 +Welshwoman 1 +welt/23 1 +welter/23 1 +welterweight/1 1 +welting 1 +welly +wen/1 1 +wench/40 1 +wend/581 1 +Wendell/3 +Wendi/3 +Wendy/3 +went 1768 +wept 1769 +we're +weren't +were 45 +werewolf/120 1 +werwolf/120 1 +Wesak/3 +Wesley/2 1 +Wesleyan/2 1 +Wessex +Wesson/3 +West/1 1 +west/2 1 +westbound 1 +westerlies +westerly's +westerly 1 +western/129 1 +Western/1 1 +westerner/1 1 +Westerner 1 +westernization/2 1 +westernize/6 1 +westernmost +Westinghouse +Westminster +Weston/3 +Westphalia +west 1 +westward/10 1 +wet/582 1 +wetback/1 1 +wetland/1 1 +we 1 +wetsuit/10 1 +wettable +wetter/1 1 +wetting 1 +wetware/10 1 +we've +Weyden/3 +Wezen/3 +whack/23 1 +whacker/1 1 +whacking/10 1 +whacky/34 1 +whale/28 1 +whaleboat/1 1 +whalebone/2 1 +whaler/1 1 +whales/89 1 +whaling/2 1 +wham/160 1 +whammy/15 1 +wham 1 +wharf/573 1 +Wharton +what/1 1 +whatchamacallit/1 1 +whatever 1 +whatnot/2 1 +whatshername +whatshisname +whatsit/10 1 +whatsoever 1 +what 1 +wheal/1 1 +wheat/2 1 +wheaten 1 +wheatgerm +Wheaties/3 +wheatmeal +Wheatstone/3 +wheedle/6 1 +wheedler/1 1 +wheedling 1 +wheel/23 1 +wheelbarrow/18 1 +wheelbase/1 1 +wheelchair/1 1 +Wheeler/3 +wheeler/10 1 +wheelhouse/1 1 +wheelie/1 1 +Wheeling/2 1 +wheeling 1 +wheelwright/1 1 +whee 1 +wheeze/28 1 +wheezing 1 +wheezy/51 1 +whelk/63 1 +whelm/11 1 +whelp/23 1 +when/1 1 +whence 1 +whenever +whensoever +when 1 +where/1 1 +whereabouts/2 1 +whereas 1 +whereat 1 +whereby 1 +wherefore/1 1 +wherein 1 +whereof 1 +whereon 1 +wheresoever +whereto +where 1 +whereupon +wherever +wherewithal/2 1 +wherewith 1 +wherry/167 1 +whet/484 1 +whether +whetstone/1 1 +whew 1 +whey/2 1 +whichever 1 +which 1 +whiff/23 1 +whiffing 1 +whiffletree/1 1 +Whig/1 1 +while/28 1 +whilom 1 +whilst +whim/18 1 +whimper/23 1 +whimpering 1 +whimsey/1 1 +whimsical/8 1 +whimsicality/2 1 +whimsy/15 1 +whine/28 1 +whiner/1 1 +whinge/583 1 +whingeing 1 +whinger/10 1 +whinier 1770 +whiniest 1770 +whining 1 +whiny/34 1 +whinny/57 1 +whip/48 1 +whipcord/2 1 +whiplash/40 1 +whipper/1 1 +whippersnapper/1 1 +whippet/1 1 +whipping/1 1 +Whipple/3 +whippletree/1 1 +whippoorwill/1 1 +whipsaw/23 1 +whir/103 1 +whirl/23 1 +whirligig/18 1 +whirling 1 +Whirlpool/3 +whirlpool/18 1 +whirlwind/1 1 +whirlybird/1 1 +whirr/23 1 +whirring 1 +whisk/23 1 +whisker/63 1 +whiskery 1 +whiskey/1 1 +whisky/15 1 +whiskys +whisper/23 1 +whisperer/1 1 +whispering/10 1 +whist/2 1 +whistle/28 1 +Whistler +whistler/1 1 +whistling 1 +whist 1 +whit/18 1 +Whitaker +white/25 1 +White/1 1 +white/6 1 +whitebait 1 +whiteboard/10 1 +whitecap/1 1 +Whitefield/3 +whitefish/4 1 +Whitehall +Whitehead +whitehead/1 1 +Whitehorse/2 1 +Whiteley/3 +whiten/11 1 +whitener/1 1 +whitening/1 1 +whiteout/1 1 +whitetail/1 1 +whitewall/1 1 +whitewash/22 1 +whitewashing 1 +whitewater/2 1 +whitey/1 1 +Whitfield/3 +whither 1 +whiting/1 1 +whitish 1 +Whitley/3 +Whitman +Whitney/2 1 +Whitsunday/1 1 +Whittier +whittle/43 1 +whittler/1 1 +whittling 1 +whit 1 +whizkid/2 1 +whizz/22 1 +whizzbang/1 1 +whizzing 1 +who/2 1 +WHO/2 1 +whoa 1 +who'd +whodunit/1 1 +whodunnit/1 1 +whoever 1 +whole/20 1 +wholefood/10 1 +wholegrain +wholehearted/16 1 +wholemeal +wholesale/28 1 +wholesaler/1 1 +wholesome/16 1 +wholewheat +who'll +wholly 1 +whomever 1 +whomsoever 1 +whom 1 +whoop/23 1 +whoopee/10 1 +whooper/1 1 +whooping 1 +whoosh/22 1 +whop/105 1 +whopper/1 1 +whopping 1 +who're +whore/74 1 +whorehouse/1 1 +whoreish 1 +whorish 1 +whorl/1 1 +whorled 1 +whose 1 +whosoever 1 +whoso 1 +who've +whup/105 1 +why/1 1 +why'd +why 1 +WI +Wicca 1 +Wichita/2 1 +wick/63 1 +wicked/21 1 +wicker/1 1 +wickerwork/2 1 +wicket/1 1 +wicketkeeper/10 1 +wicketkeeping +wide/584 1 +widemouthed +widen/11 1 +widener/1 1 +widespread +widgeon/1 1 +widget/10 1 +widow/23 1 +widower/1 1 +widowhood/2 1 +width/1 1 +wield/11 1 +wielder/1 1 +Wiemar/3 +wiener/1 1 +wienie/1 1 +Wiesel/3 +Wiesenthal/3 +wife/2 1771 +wifeless 1 +wifely/34 1 +wife 1 +wig/92 1 +wigeon/1 1 +wigging 1 +Wiggins +wiggle/28 1 +wiggler/1 1 +wiggles/89 1 +wiggly/34 1 +wight/18 1 +wiglet/1 1 +Wigner/3 +wigwag/92 1 +wigwam/1 1 +Wii/3 +wiki/3 +Wikipedia/3 +wikis +Wilberforce +Wilbert/3 +Wilbur/3 +Wilburn/3 +Wilcox/3 +wild/135 1 +Wilda/3 +wildcat/407 1 +wildcatter/1 1 +Wilde +wildebeest/1 1 +Wilder +wilderness/3 +wildernesses +wilder 1 +wildfire/1 1 +wildflower/1 1 +wildfowl/2 1 +wildlife/2 1 +wile/28 1 +Wiles +Wiley/3 +Wilford/3 +Wilfred/3 +Wilfredo/3 +wilful/16 1 +Wilhelm/3 +Wilhelmina/3 +Wilkerson/3 +Wilkes +Wilkins +Wilkinson/3 +Will/3 +will/525 1772 +Willa/3 +Willamette/3 +Willard +Willemstad +willfulness +willfulness's +William/10 1 +Williamson +Willie/3 +willie/59 1 +willies's +willing/21 1 +Willis +williwaw/1 1 +willow/18 1 +willowy/34 1 +willpower/2 1 +Wilma/3 +Wilmer/3 +Wilmington/2 1 +Wilson/2 1 +Wilsonian +wilt/23 1 +Wilton/2 1 +wily/50 1 +Willy/3 +willy/259 1 +Wimbledon/3 +wimp/23 1 +wimpish 1 +wimple/28 1 +wimpling 1 +wimpy/34 1 +Wimsey/3 +win/447 1773 +wince/28 1 +winch/22 1 +Winchell/3 +Winchester/10 1 +wincing 1 +wind/23 1774 +windbag/1 1 +windblown 1 +windbreak/1 1 +windbreaker/1 1 +Windbreaker 1 +windburn/174 1 +windcheater/10 1 +windchill/2 1 +winded 1 +winder/1 1 +Windex/3 +windfall/1 1 +windflower/1 1 +Windhoek +winding/1 1 +windjammer/1 1 +windlass/40 1 +windless 1 +windmill/23 1 +window/23 1 +windowless 1 +windowpane/1 1 +Windows +windowsill/1 1 +windpipe/1 1 +windproof 1 +windrow/18 1 +windscreen/1 1 +windshield/1 1 +windsock/1 1 +Windsor/1 1 +windstorm/1 1 +windsurf/11 1 +windsurfer/1 1 +windsurfing/2 1 +windswept 1 +windup/1 1 +Windward/3 +windward/2 1 +windy/51 1 +wine/28 1 +wineglass/4 1 +winegrower/1 1 +winemaker/1 1 +winery/15 1 +Winesap/2 1 +wineskin 1 +Winfred/3 +Winfrey/3 +wing/23 1 +wingding/1 1 +winged 1 +winger/10 1 +wingless 1 +winglike 1 +wingspan/1 1 +wingspread/1 1 +wingtip/1 1 +winier 1775 +winiest 1775 +Winifred/3 +wink/23 1 +winker/1 1 +winking 1 +Winkle/3 +winkle/28 1 +winkling 1 +winnable +Winnebago/2 1 +winner/1 1 +Winnie 1 +winning/30 1 +Winnipeg/2 1 +winnow/5 1 +winnower/1 1 +winnowing 1 +wino/1 1 +winsome/27 1 +Winston/3 +winter/23 1 +wintergreen/2 1 +winterize/6 1 +Winters +wintertime/2 1 +winter 1 +wintery/34 1 +Winthrop/3 +wintry/34 1 +winy/34 1 +wipe/28 1 +wiper/1 1 +wiping 1 +wire/139 1 +wired/10 1 +wirehair/1 1 +wireless/40 1 +wirer 1 +wiretap/48 1 +wiretapper/1 1 +wiretapping/2 1 +wiriness/3 +wiring/2 1 +wiry/34 1 +Wis +Wisc +Wisconsin/2 1 +Wisconsinite/1 1 +wisdom/2 1 +Wise/3 +wise/585 1 +wiseacre/1 1 +wisecrack/23 1 +wiseguy/10 1 +wish/22 1 +wishbone/1 1 +wisher/1 1 +wishful/8 1 +wishing 1 +wisp/18 1 +wispy/34 1 +wistaria/1 1 +wisteria/1 1 +wistful/16 1 +wist 1 +wit/586 1776 +witch/22 1 +witchcraft/2 1 +witchdoctor +witchdoctors +witchery/2 1 +witching 1 +with/242 1 +withal 1 +withdraw/303 1777 +withdrawal/1 1 +withdrawing 1 +withdrawn 1 +withdrew 1778 +withe/28 1 +wither/11 1 +withered 1 +withering/193 1 +withers's +withheld 1779 +withhold/121 1780 +withholding/2 1 +within/2 1 +without 1 +withstand/121 1781 +withstood 1782 +witless/16 1 +witness/7 1 +witness's +Witt/3 +witted 1 +witter/11 1 +Wittgenstein/2 1 +witticism/1 1 +witting/8 1 +Witwatersrand +witty/51 1 +wive/6 1 +wives 1783 +wiz/2 1 +wizard/30 1 +wizardry/2 1 +wizened +wk +wkly +Wm/3 +WNW/2 1 +woad/2 1 +wobble/28 1 +wobbler 1 +wobbliness/3 +wobbling 1 +wobbly/34 1 +Wobegon/3 +Wodehouse/3 +wodge/10 1 +woe/1 1 +woebegone +woeful/85 1 +wog/10 1 +wok/1 1 +woken 1784 +woke 1784 +wold/1 1 +Wolf +wolf/587 1 +Wolfe +Wolff +Wolfgang/3 +wolfhound/1 1 +wolfing 1 +wolfish/8 1 +wolfram/2 1 +Wollongong +Wollstonecraft/3 +Wolsey +Wolverhampton +wolverine/1 1 +woman/2 1785 +womanhood/2 1 +womanish 1 +womanize/6 1 +womanizer/1 1 +womankind/2 1 +womanlike/2 1 +womanly/50 1 +woman 1 +womb/1 1 +wombat/1 1 +womble/10 1 +womenfolk/130 1 +women 1786 +won/2 1 +Wonder +wonder/23 1 +Wonderbra/2 1 +wonderful/16 1 +wondering/8 1 +wonderland/1 1 +wonderment/2 1 +wondrous/8 1 +Wong/3 +wonk/1 1 +wonky/34 1 +won 1787 +won't +wont/174 1 +wonted 1 +wonton/1 1 +won 1 +wont 1 +woo/11 1 +Wood +wood/187 1 +Woodard/3 +woodbine/2 1 +woodblock/1 1 +woodcarver/1 1 +woodcarving/1 1 +woodchuck/1 1 +woodcock/1 1 +woodcraft/2 1 +woodcut/128 1 +woodcutter/1 1 +woodcutting/2 1 +wooden/21 1 +Woodhull/3 +woodland/1 1 +woodlice +woodlot/1 1 +woodlouse 1 +woodman/2 1788 +woodmen 1789 +woodpecker/1 1 +woodpile/1 1 +Woodrow/3 +Woods +woodshed/18 1 +woodsiness/3 +woodsman/2 1790 +woodsmen 1791 +woodsmoke +Woodstock/3 +woodsy/34 1 +wood 1 +Woodward/3 +woodwind/1 1 +woodwork/2 1 +woodworker/1 1 +woodworking/2 1 +woodworm/10 1 +woody/288 1 +wooer/1 1 +woof/23 1 +woofer/1 1 +wooing 1 +wool/1 1 +Woolf +woolgathering/2 1 +woolie/41 1 +wooliness +Woolite/3 +woollen/1 1 +woollies +Woolongong/3 +Woolworth +wooly/34 1 +woolly/50 1 +woolly's +wooly's +Wooster/3 +Wooten/3 +woozy/51 1 +wop/588 1 +Worcester/1 1 +Worcestershire +word/23 1 +wordage/2 1 +wordbook/1 1 +wording/1 1 +wordless/8 1 +wordplay/2 1 +wordsmith/10 1 +Wordsworth/2 1 +wordy/51 1 +wore 1792 +work/589 1793 +workability 1 +workable 1 +workaday +workaholic/1 1 +workaround/10 1 +workbasket/10 1 +workbench/4 1 +workbook/1 1 +workday/1 1 +worker/1 1 +workfare/2 1 +workforce/1 1 +workhorse/1 1 +workhouse/1 1 +working/130 1 +workingman/2 1794 +workingmen 1795 +workingwoman/2 1796 +workingwomen 1797 +workload/1 1 +Workman/3 +workman/2 1798 +workmanlike +workmanship/2 1 +workmate/10 1 +workmen 1799 +workout/1 1 +workpeople +workpiece/10 1 +workplace/1 1 +workroom/1 1 +worksheet/1 1 +workshop/1 1 +workshy +workspace 1 +workstation/1 1 +worktable/1 1 +worktop/10 1 +workup/1 1 +workweek/1 1 +world/590 1 +worldly/140 1 +worldview/1 1 +worldwide 1 +worm/23 1 +wormhole/1 1 +Worms +wormwood/2 1 +wormy/34 1 +worn 1792 +worried/8 1 +worrier/1 1 +worriment/2 1 +worrisome +worry/57 1 +worrying/193 1 +worrywart/1 1 +worse/2 1 +worsen/11 1 +worse 1800 +worship/48 1 +worshipful 1 +worshipper/1 1 +worst/23 1 +worsted/2 1 +worst 1800 +wort/2 1 +worth/2 1 +worthless/16 1 +worth 1 +worthwhile 1 +worthy/222 1 +wost 1801 +Wotan/2 1 +wotcha +wot 1801 +would/59 1 +wouldn't +wouldst 1802 +would 1802 +would've +wound/79 1 +wounded 1 +wounder 1 +wounding 1 +wound 1803 +woven 1804 +wove 1804 +Wovoka/3 +wow/23 1 +Wozniak/3 +Wozzeck/3 +WP +wpm 1 +wrack/23 1 +wraith/1 1 +Wrangell/3 +wrangle/28 1 +wrangler/1 1 +wrangling/10 1 +wrap/298 1 +wraparound/1 1 +wrapper/1 1 +wrapping/1 1 +wrasse/1 1 +wrath/2 1 +wrathful/8 1 +wrath 1 +wreak/11 1 +wreath/23 1 +wreathe/6 1 +wreck/23 1 +wreckage/2 1 +wrecker/1 1 +wrecking 1 +wren/1 1 +wrench/22 1 +wrenching 1 +Wren 1 +wrest/23 1 +wrestle/28 1 +wrestler/1 1 +wrestling/2 1 +wretch/4 1 +wretched/21 1 +wriggle/28 1 +wriggler/1 1 +wriggling 1 +wriggly/34 1 +Wright +wright/1 1 +Wrigley/3 +wring/86 1805 +wringer/1 1 +wringing 1 +wrinkle/28 1 +wrinkled 1 +wrinklies +wrinkly/34 1 +wrinkly's +wrist/1 1 +wristband/1 1 +wristwatch/4 1 +writ/1 1 +writable +write/90 1806 +writer/1 1 +writeup 1 +writhe/28 1 +writhing 1 +writing/1 1 +Wroclaw/2 1 +wrong/53 1 +wrongdoer/1 1 +wrongdoing/1 1 +wronger 1 +wrongful/16 1 +wrongheaded/16 1 +wrote 1807 +wroth 1 +wrought 1808 +wrung 1809 +wry/21 1 +WSW/2 1 +wt +Wu/2 1 +Wuhan +wunderkind/10 1 +Wurlitzer/3 +wurst/1 1 +wuss/4 1 +wussy/42 1 +WV +WW +WWI +WWII +WWW/2 1 +WY +Wyatt +Wycherley/3 +Wycliffe/3 +Wyeth +Wylie/3 +Wynn/3 +Wyo +Wyoming/2 1 +Wyomingite/1 1 +WYSIWYG +X/4 1 +Xanadu 1 +Xanthippe 1 +Xavier +xci +xcii +xciv +xcix +xcvi +xcvii +Xe/1 1 +XEmacs/3 +Xenakis/3 +Xenia/3 +xenon/2 1 +xenophobe/1 1 +xenophobia/2 1 +xenophobic +Xenophon +xerographic 1 +xerography/2 1 +Xerox/207 1 +xerox/4 1 +Xerox/4 1 +xerox/7 1 +Xerxes +Xhosa/2 1 +xi/1 1 +Xi'an +Xian/1 1 +Xiaoping/3 +xiii 1 +xii 1 +Ximenes +Xingu/3 +Xiongnu/3 +xi 1 +xiv 1 +xix 1 +XL/2 1 +Xmas/4 1 +XML +Xochipilli/3 +xor +xref +xreffed +xreffing +xrefs +XS +xterm/2 1 +x 1 +Xuzhou/3 +xviii 1 +xvii 1 +xvi 1 +xv 1 +xxiii 1 +xxii 1 +xxi 1 +xxiv 1 +xxix 1 +XXL +xx 1 +xxviii 1 +xxvii 1 +xxvi 1 +xxv 1 +xxxi +xxxii +xxxiii +xxxiv +xxxix +xxx 1 +xxxv +xxxvi +xxxvii +xxxviii +xylem/2 1 +xylene 1 +xylophone/1 1 +xylophonist/1 1 +y/166 1 +Y/2 1 +Yacc/3 +yacht/23 1 +yachting/2 1 +yachtsman/2 1810 +yachtsmen 1811 +yachtswoman/2 1812 +yachtswomen 1813 +yack/23 1 +yahoo/1 1 +Yahoo/2 1 +Yahtzee/3 +Yahveh/2 1 +Yahweh/2 1 +yak/64 1 +Yakima 1 +Yakut/2 1 +Yakutsk +Yale/2 1 +y'all +Yalow/3 +Yalta/2 1 +Yalu/2 1 +yam/1 1 +Yamagata/3 +Yamaha/3 +yammer/23 1 +yammerer/1 1 +yammering 1 +Yamoussoukro +Yang +yang/2 1 +Yangon/2 1 +Yangtze/2 1 +yank/1 1 +Yank/1 1 +yank/11 1 +Yankee/1 1 +Yaobang/3 +Yaounde/2 1 +yap/48 1 +Yaqui 1 +yard/18 1 +yardage/1 1 +yardarm/1 1 +yardman/2 1814 +yardmaster/1 1 +yardmen 1815 +yardstick/1 1 +Yaren +yarmelke/1 1 +yarmulke/1 1 +yarn/18 1 +Yaroslavl +yarrow/2 1 +yashmak/10 1 +ya 1816 +Yataro/3 +Yates +yaw/187 1 +yawl/18 1 +yawn/23 1 +yawner/1 1 +yawningly +yawning 1 +Yb/2 1 +yd +ye/591 1 +yea/1 1 +Yeager/3 +yeah/1 1 +year/1 1 +yearbook/1 1 +yearlies +yearling/1 1 +yearlong 1 +yearly's +yearly 1 +yearn/11 1 +yearning/30 1 +yeast/18 1 +yeasty/34 1 +Yeats/2 1 +yea 1 +yegg/1 1 +Yekaterinburg +yell/23 1 +yelling 1 +yellow/165 1 +yellowhammer/10 1 +yellowish +Yellowknife +Yellowstone/2 1 +yellowy 1 +yelp/23 1 +yelping 1 +Yeltsin +Yemen/2 1 +Yemeni/1 1 +Yemenite 1 +yen/18 1 +Yenisei/2 1 +yeoman/2 1817 +yeomanry/2 1 +yeoman 1 +yeomen 1818 +yep/1 1 +Yerevan +Yerkes/3 +yes/547 1 +Yesenia/3 +yeshiva/1 1 +yeshivah/2 1 +yesterday/1 1 +yesteryear/2 1 +yeti/1 1 +yet 1 +Yevtushenko/3 +yew/1 1 +Yggdrasil +yid/10 1 +Yiddish/2 1 +yield/23 1 +yielding/10 1 +yikes +yin/2 1 +yip/48 1 +yipe 1 +yippee 1 +YMCA +YMHA +Ymir/2 1 +YMMV +yo +yob/10 1 +yobbo/10 1 +Yoda/3 +yodel/66 1 +yodeller/1 1 +yodelling 1 +yoga/2 1 +yoghourt/1 1 +yoghurt/1 1 +yogi/1 1 +yogic 1 +yogin/1 1 +yogurt/1 1 +yoke/28 1 +yokel/1 1 +yoking 1 +Yoknapatawpha/3 +Yoko/3 +Yokohama +Yolanda/3 +yolk/1 1 +yolked 1 +yonder 1 +Yong/3 +Yonkers +yonks +yon 1819 +yore/2 1 +York/2 1 +yorker/10 1 +Yorkie 1 +Yorkshire/1 1 +Yorktown/2 1 +york 1 +Yoruba/2 1 +Yosemite/2 1 +Yossarian/3 +you/1 1 +you'd +you'll +Young +young/592 1 +younger 1 +youngish 1 +youngster/1 1 +Youngstown +your/10 1 +you're +yourself/341 1 +your 1 +youth/1 1 +youthful/16 1 +YouTube/3 +you've +yowl/23 1 +yowling 1 +yow 1 +Ypres/2 1 +Ypsilanti +yr/10 1 +YT +ytterbium/2 1 +yttrium/2 1 +Yuan/3 +yuan/2 1 +Yucatan/2 1 +yucca/1 1 +yuck/23 1 +yucky/34 1 +Yugo +Yugoslav/1 1 +Yugoslavia/2 1 +Yugoslavian/1 1 +yuk/64 1 +yukky 1 +Yukon/2 1 +Yule/1 1 +yule/2 1 +Yuletide/1 1 +yuletide/2 1 +Yuma/1 1 +yummy/34 1 +yum 1819 +Yunnan/2 1 +yup/1 1 +yuppie/1 1 +yuppify/31 1 +yuppy/15 1 +yup 1 +Yuri/3 +yurt/1 1 +Yves/3 +Yvette/3 +Yvonne/3 +YWCA +YWHA +z +Z/2 1 +Zachariah/3 +Zachary/3 +Zachery/3 +Zagreb/2 1 +Zaire/2 1 +Zairian 1 +Zambezi/2 1 +Zambia/2 1 +Zambian/1 1 +Zamboni 1 +Zamenhof/3 +Zamora +Zane/3 +Zanuck/3 +Zanzibar/2 1 +zany/593 1 +zap/48 1 +Zapata +Zaporozhye +Zapotec 1 +Zappa/3 +zapper/1 1 +zappy 1 +Zara/3 +Zarathustra/2 1 +zeal/2 1 +zealot/1 1 +zealotry/2 1 +zealous/16 1 +Zebedee +zebra/1 1 +zebras 1 +zebu/1 1 +Zechariah +zed/1 1 +Zedekiah/3 +Zedong/3 +Zeffirelli/3 +zeitgeist/1 1 +Zeke/3 +Zelig +Zelma/3 +Zen/1 1 +zen/194 1 +Zenger/3 +zenith/1 1 +Zeno/2 1 +zeolites +Zephaniah +zephyr/1 1 +Zephyrus +zeppelin/1 1 +Zeppelin 1 +zero/273 1 +zeroth +zero 1 +Zest/3 +zest/18 1 +zestful/16 1 +zesty/34 1 +zeta/1 1 +zeugma 1 +Zeus/2 1 +Zhdanov +Zhengzhou +Zhivago/3 +Zhukov +Zibo/3 +Ziegfeld +Ziegler/3 +zigamorph/10 1 +zigzag/92 1 +Ziggy/3 +zilch/2 1 +zillion/1 1 +Zimbabwe/2 1 +Zimbabwean/1 1 +Zimmerman/3 +zinc/64 1 +zine/10 1 +zinfandel/2 1 +Zinfandel/2 1 +zing/23 1 +zinger/1 1 +zingy/34 1 +zinnia/1 1 +Zion/1 1 +Zionism/1 1 +Zionist/1 1 +zip/48 1 +Ziploc 1 +zipper/23 1 +zippy/34 1 +zircon/1 1 +zirconium/2 1 +zit/1 1 +zither/1 1 +zloty/15 1 +Zn/2 1 +zodiac/1 1 +zodiacal +Zoe/3 +Zola/2 1 +Zollverein +Zoloft +Zomba/2 1 +zombi/1 1 +zombie/1 1 +zonal/8 1 +zone/28 1 +zoning/2 1 +zonked +zoo/1 1 +zookeeper/1 1 +zoological/8 1 +zoologist/1 1 +zoology/2 1 +zoom/23 1 +zoophyte/1 1 +zoophytic 1 +zorch/7 1 +Zorn +Zoroaster/2 1 +Zoroastrian/1 1 +Zoroastrianism/1 1 +Zorro/3 +Zosma/3 +zounds 1 +Zr/2 1 +Zubenelgenubi/3 +Zubeneschamali/3 +zucchini/1 1 +zugzwang 1 +Zukor/3 +Zulu/1 1 +Zululand +Zuni 1 +Zurich/2 1 +zwieback/2 1 +Zwingli/3 +Zworykin +zydeco/2 1 +zygote/1 1 +zygotic 1 +zymurgy/2 1 +Zyrtec/3 +Zyuganov/3 +Zzz +Zs +Zsigmondy +0/594 +0th/595 +1/596 +1st/597 +1th/598 +2/594 +2nd/597 +2th/598 +3/594 +3rd/597 +3th/598 +4/594 +4th/595 +5/594 +5th/595 +6/594 +6th/595 +7/594 +7th/595 +8/594 +8th/595 +9/594 +9th/595 +10s/595 +20s/595 +30s/595 +40s/595 +50s/595 +60s/595 +70s/595 +80s/595 +90s/595 +100s/595 +200s/595 +300s/595 +400s/595 +500s/595 +600s/595 +700s/595 +800s/595 +900s/595 +1000s/595 +2000s/595 +'10s +'20s +'30s +'40s +'50s +'60s +'70s +'80s +'90s +10's/595 +20's/595 +30's/595 +40's/595 +50's/595 +60's/595 +70's/595 +80's/595 +90's/595 +100's/595 +200's/595 +300's/595 +400's/595 +500's/595 +600's/595 +700's/595 +800's/595 +900's/595 +1000's/595 +2000's/595 +'10's +'20's +'30's +'40's +'50's +'60's +'70's +'80's +'90's diff --git a/resources/dicts/en_GB.aff b/resources/dicts/en_GB.aff new file mode 100755 index 000000000..fe8278013 --- /dev/null +++ b/resources/dicts/en_GB.aff @@ -0,0 +1,3411 @@ +# Affix file for British English MySpell dictionary +# Also suitable as basis for Commonwealth and European English. +# Built from scratch for MySpell. Released under LGPL. +# +# David Bartlett, Andrew Brown. +# R 1.20, 30/11/06 +# +# 2008-12-18 - NOSUGGEST, NUMBER/COMPOUNDRULE patches (nemeth AT OOo) +# 2010-03-09 (nemeth AT OOo) +# - UTF-8 encoded dictionary: +# - fix em-dash problem of OOo 3.2 by BREAK +# - suggesting words with typographical apostrophes +# - recognizing words with Unicode f ligatures +# - add phonetic suggestion (Copyright (C) 2000 Björn Jacke, see the end of the file) +FLAG num +AF 712 +AF 1 # 1 +AF 2,3 # 2 +AF 4,2 # 3 +AF 3,5,6,7 # 4 +AF 2 # 5 +AF 8,7,9 # 6 +AF 5,11,6 # 7 +AF 10 # 8 +AF 3 # 9 +AF 5,6,7 # 10 +AF 7,13,14 # 11 +AF 15,16,7 # 12 +AF 2,17 # 13 +AF 10,18,19,20 # 14 +AF 21,22,23 # 15 +AF 2,3,7 # 16 +AF 23 # 17 +AF 10,18,20 # 18 +AF 18,19,2,3 # 19 +AF 24,25,10,18,19,20 # 20 +AF 4,2,5,11,6 # 21 +AF 26,2,3 # 22 +AF 24,10,5,6 # 23 +AF 18,19 # 24 +AF 10,18,19,20,21,22,3 # 25 +AF 24,25,10,18,19,20,3,5,6,7 # 26 +AF 10,18,19,20,21,22 # 27 +AF 3,8,7,9 # 28 +AF 2,3,5,6,7 # 29 +AF 18,19,20,23 # 30 +AF 10,18,20,3 # 31 +AF 2,3,8,7,9 # 32 +AF 18,20 # 33 +AF 6,27,28 # 34 +AF 18,20,23 # 35 +AF 21,2,3,7 # 36 +AF 29,30 # 37 +AF 10,18,20,2,3 # 38 +AF 3,31 # 39 +AF 32,3,31 # 40 +AF 10,18,19,20,3 # 41 +AF 10,3 # 42 +AF 10,2,3 # 43 +AF 24,25,10,18,19,20,3 # 44 +AF 10,18,19,20,2,3 # 45 +AF 32 # 46 +AF 3,33 # 47 +AF 18,20,2,3 # 48 +AF 21,3,8,7,9 # 49 +AF 12 # 50 +AF 10,2 # 51 +AF 3,7 # 52 +AF 17 # 53 +AF 32,3 # 54 +AF 4,5,11,6 # 55 +AF 24 # 56 +AF 2,3,8,6,7 # 57 +AF 18,19,20 # 58 +AF 10,3,8,7,9 # 59 +AF 10,18,19 # 60 +AF 10,21,22 # 61 +AF 8,6,7 # 62 +AF 2,3,24,25,5,6,7 # 63 +AF 21,2,3 # 64 +AF 2,5,6 # 65 +AF 29,30,34,35,36 # 66 +AF 29,30,37,34,35,36 # 67 +AF 4 # 68 +AF 2,3,32 # 69 +AF 26,2 # 70 +AF 2,3,24,5,6,7 # 71 +AF 11 # 72 +AF 10,18 # 73 +AF 35,36 # 74 +AF 24,3,7 # 75 +AF 18,20,21,22,23 # 76 +AF 2,17,6,27,28 # 77 +AF 2,3,41,42,7 # 78 +AF 31 # 79 +AF 29,30,37,35,36 # 80 +AF 10,18,20,8,7,9 # 81 +AF 43,44,7 # 82 +AF 2,45 # 83 +AF 2,3,46,47,7 # 84 +AF 2,3,48 # 85 +AF 2,3,43,44,7 # 86 +AF 4,2,45 # 87 +AF 10,18,19,20,8,7,9 # 88 +AF 10,8,7,9 # 89 +AF 2,3,5,7 # 90 +AF 37,34,35,36 # 91 +AF 24,25,10,18,19,20,4,2,5,11,6 # 92 +AF 26 # 93 +AF 49,7,9 # 94 +AF 32,18,20,3 # 95 +AF 2,50 # 96 +AF 38,39,40 # 97 +AF 4,2,51 # 98 +AF 31,32 # 99 +AF 10,18,20,21,22 # 100 +AF 52,2,3 # 101 +AF 15,16 # 102 +AF 10,18,2,3,8,7,9 # 103 +AF 7,9 # 104 +AF 18 # 105 +AF 53,54,10,18,19,20 # 106 +AF 2,17,29,30,6,27,28 # 107 +AF 7,14 # 108 +AF 7 # 109 +AF 2,3,55,56,7 # 110 +AF 2,3,57,58,7 # 111 +AF 7,59,9 # 112 +AF 17,29,30,37,34,35,36 # 113 +AF 11,4,2 # 114 +AF 24,25,10,18,19,20,5,6 # 115 +AF 2,3,61,62,7 # 116 +AF 2,33 # 117 +AF 17,29,30,6,27,28 # 118 +AF 53,54,10 # 119 +AF 15,16,7,2,3 # 120 +AF 10,18,19,20,21,22,8,7,9 # 121 +AF 55,56,7 # 122 +AF 18,2,3 # 123 +AF 11,39 # 124 +AF 10,18,19,20,21,22,2,3,8,7,9 # 125 +AF 2,3,7,13,14 # 126 +AF 63,6 # 127 +AF 3,6,7 # 128 +AF 3,63,6,7 # 129 +AF 2,3,33,64,7 # 130 +AF 2,3,65,66,7 # 131 +AF 41,42,7 # 132 +AF 2,3,67,68,5,6,7 # 133 +AF 21,2,3,8,7,9 # 134 +AF 63,6,7 # 135 +AF 57,58,7 # 136 +AF 3,57,58,7 # 137 +AF 62,7 # 138 +AF 2,67 # 139 +AF 6,7 # 140 +AF 8,7 # 141 +AF 8 # 142 +AF 2,3,67 # 143 +AF 3,6,7,69 # 144 +AF 24,3 # 145 +AF 5,6,49,7 # 146 +AF 7,70,9 # 147 +AF 2,3,43,44,7,53 # 148 +AF 5 # 149 +AF 2,3,24 # 150 +AF 4,2,12,5,11,6,38,39,40 # 151 +AF 2,3,71,60,7 # 152 +AF 2,3,72,66,7 # 153 +AF 57,58,73,74,18,19,20 # 154 +AF 6 # 155 +AF 3,7,59,9,75 # 156 +AF 2,76 # 157 +AF 3,71,60,7 # 158 +AF 2,17,6,28 # 159 +AF 34,35,36 # 160 +AF 3,31,5,6,7 # 161 +AF 11,4 # 162 +AF 2,3,24,25,18,19,20 # 163 +AF 21,22,2,3 # 164 +AF 29,30,37,34,35,36,6,27,28 # 165 +AF 3,6,49,7 # 166 +AF 24,3,5,6,7 # 167 +AF 24,25,10,18,19,20,5,6,7 # 168 +AF 29,30,34,36 # 169 +AF 24,4,5,11,6 # 170 +AF 2,3,31,71,60,7 # 171 +AF 21,22 # 172 +AF 3,8,7 # 173 +AF 3,57,58,7,73 # 174 +AF 3,55,56,7 # 175 +AF 2,3,8,7 # 176 +AF 10,18,2 # 177 +AF 24,4,2,5,11,6 # 178 +AF 29,30,36 # 179 +AF 26,79,2,3 # 180 +AF 3,57,58,7,73,74 # 181 +AF 78,2 # 182 +AF 24,25,10,18,19,20,4 # 183 +AF 10,18,19,20,21,22,3,8,7,9 # 184 +AF 10,18,19,20,5,6 # 185 +AF 2,3,6,7 # 186 +AF 24,25,10,18,19,20,6 # 187 +AF 24,10,18 # 188 +AF 18,19,20,21,22,3,8,7,9 # 189 +AF 24,25,10,18,19,3 # 190 +AF 29,30,35,36 # 191 +AF 10,2,3,5,6,7 # 192 +AF 2,3,24,25,18,19,20,5,6,7 # 193 +AF 29 # 194 +AF 2,3,5,6,7,200 # 195 +AF 2,17,29,30 # 196 +AF 5,6 # 197 +AF 2,3,7,13,14,200 # 198 +AF 29,30,6,27,28 # 199 +AF 2,3,41,42,7,81,82 # 200 +AF 2,3,33 # 201 +AF 10,2,3,8,7,9 # 202 +AF 3,5,6,7,83 # 203 +AF 18,29,30,37,34,35,36,6,27,28 # 204 +AF 3,7,13,14,84 # 205 +AF 24,4 # 206 +AF 28 # 207 +AF 17,29,30 # 208 +AF 4,3 # 209 +AF 2,67,68 # 210 +AF 10,18,19,20,5,11,6 # 211 +AF 24,25,18,19,20 # 212 +AF 4,2,85 # 213 +AF 2,3,41,7 # 214 +AF 2,3,61,62,7,86 # 215 +AF 3,43,44,7 # 216 +AF 24,10,18,19,20 # 217 +AF 11,38,39,40,4,2,12 # 218 +AF 2,3,24,7 # 219 +AF 17,6,27,28 # 220 +AF 2,8,9 # 221 +AF 2,3,7,9 # 222 +AF 11,6,4 # 223 +AF 10,18,20,3,5,6,7 # 224 +AF 24,25,10 # 225 +AF 2,5,11,6 # 226 +AF 15,16,7,3 # 227 +AF 2,87 # 228 +AF 24,25,10,18 # 229 +AF 88,89,2,3 # 230 +AF 24,25,10,18,19 # 231 +AF 24,25,3 # 232 +AF 78,90,2 # 233 +AF 24,25,4,2 # 234 +AF 26,3 # 235 +AF 10,18,20,21,22,2,3 # 236 +AF 3,31,8,7,9 # 237 +AF 32,18,20,3,31 # 238 +AF 2,3,91 # 239 +AF 66,7 # 240 +AF 24,25,92,93,10,18,19,20,3,5,6,7 # 241 +AF 4,2,50 # 242 +AF 10,18,20,21,22,3,8,7,9 # 243 +AF 2,3,24,94,5,6,7 # 244 +AF 2,95 # 245 +AF 3,200 # 246 +AF 91 # 247 +AF 2,3,96,97,7 # 248 +AF 24,25,10,18,20,3,31 # 249 +AF 18,20,23,3 # 250 +AF 17,35,36 # 251 +AF 24,25,10,18,20,4,5,11,6 # 252 +AF 17,37 # 253 +AF 36 # 254 +AF 2,3,61,62,7,98 # 255 +AF 10,21 # 256 +AF 10,18,19,20,21,2,3,8,7,9 # 257 +AF 15,16,7,99 # 258 +AF 3,5,7 # 259 +AF 4,2,3 # 260 +AF 5,7 # 261 +AF 17,34,35,36 # 262 +AF 37,35,36 # 263 +AF 17,37,34,35,36 # 264 +AF 10,21,3,8,7,9 # 265 +AF 18,20,3 # 266 +AF 10,8,7 # 267 +AF 2,3,7,13 # 268 +AF 2,3,31,5,6,7 # 269 +AF 24,92,93,10,3,5,6,7 # 270 +AF 3,41,42,7 # 271 +AF 2,3,55,56,7,200 # 272 +AF 24,25,10,18,20 # 273 +AF 2,3,5,6,7,92,93,10 # 274 +AF 2,3,8,6,7,9 # 275 +AF 2,3,200 # 276 +AF 2,3,24,92,93,10,7 # 277 +AF 2,3,25,84,7,14 # 278 +AF 100,32 # 279 +AF 24,25 # 280 +AF 2,17,29,30,37 # 281 +AF 24,25,92,93,10,18,20 # 282 +AF 24,3,6,7,83 # 283 +AF 43,44 # 284 +AF 5,11,6,38,39,40 # 285 +AF 38,40 # 286 +AF 10,18,20,3,8,7,9 # 287 +AF 10,18,19,20,8,9 # 288 +AF 71,60,7 # 289 +AF 8,9 # 290 +AF 37 # 291 +AF 18,19,20,23,3 # 292 +AF 10,18,20,7 # 293 +AF 2,3,31,32 # 294 +AF 3,101,8,7 # 295 +AF 10,18,19,20,21,8,7,9 # 296 +AF 25,73,3,58,7 # 297 +AF 10,18,20,21,8,7,9 # 298 +AF 10,81,82,18,19,20,41,42,7 # 299 +AF 2,3,87,5,7 # 300 +AF 21,8,7,9 # 301 +AF 2,3,24,10,5,6,7 # 302 +AF 2,17,28 # 303 +AF 21,22,3,8,7,9 # 304 +AF 10,21,22,3,8,7,9 # 305 +AF 11,6,102,86,103,3 # 306 +AF 45 # 307 +AF 3,61,62,7 # 308 +AF 11,38,40 # 309 +AF 18,21,23,3,31,8,7,9 # 310 +AF 104,105,10,18,19,20 # 311 +AF 2,3,5,6,7,83 # 312 +AF 3,49,7,9 # 313 +AF 21,22,3 # 314 +AF 2,3,24,25 # 315 +AF 17,24,10,18,19,20,29,30,37,6,27,28 # 316 +AF 24,25,18,20,5,6,7 # 317 +AF 17,29,30,34,35,36 # 318 +AF 3,61,62,7,98,106 # 319 +AF 2,3,67,5,6,7 # 320 +AF 3,6,7,107 # 321 +AF 88,2,3 # 322 +AF 24,25,10,18,19,20,2 # 323 +AF 24,25,5,6,7 # 324 +AF 18,19,20,3 # 325 +AF 10,7 # 326 +AF 23,3 # 327 +AF 65,66,7 # 328 +AF 11,2 # 329 +AF 17,29,30,37,34,35,36,6,27,28 # 330 +AF 10,3,43,44,7 # 331 +AF 24,10,18,19,20,5,6,7 # 332 +AF 3,53,54,10,18,19,20 # 333 +AF 10,18,19,20,2,3,5,6,7 # 334 +AF 24,10,4,5,11,6 # 335 +AF 17,37,35,36 # 336 +AF 24,92,93,10 # 337 +AF 2,3,63,6,7 # 338 +AF 18,20,3,5,6,7 # 339 +AF 10,18,3 # 340 +AF 17,29,30,34,35,36,6,27,28 # 341 +AF 108,109 # 342 +AF 24,25,18,19,20,3,5,6,7 # 343 +AF 10,18,19,20,84,94,2,3,7,13,14 # 344 +AF 18,23 # 345 +AF 4,2,45,5,11,6 # 346 +AF 18,19,20,21,22,23 # 347 +AF 24,25,3,5,6,7 # 348 +AF 18,19,20,2,3 # 349 +AF 18,19,20,21,22 # 350 +AF 29,30,37,34,35,36,6,27 # 351 +AF 39 # 352 +AF 2,3,24,25,10,18,19,20,5,6,7 # 353 +AF 2,7 # 354 +AF 2,3,31,55,56,7 # 355 +AF 6,7,113 # 356 +AF 114,115,3,55,56,7 # 357 +AF 3,7,13,14 # 358 +AF 114,3,55,56,7 # 359 +AF 2,17,29,30,37,34,35,36 # 360 +AF 24,25,18,20,4,5,11,6 # 361 +AF 6,116,28,117 # 362 +AF 2,5,6,7 # 363 +AF 72,66,7 # 364 +AF 22 # 365 +AF 11,6,102 # 366 +AF 6,49,7 # 367 +AF 24,5,6,7 # 368 +AF 24,25,10,18,19,20,3,31,5,6,7 # 369 +AF 32,10,18,20 # 370 +AF 10,18,20,21,22,3,8,6,7 # 371 +AF 3,7,9 # 372 +AF 24,25,10,18,20,5,6,7 # 373 +AF 4,2,3,5,11,6,7 # 374 +AF 2,3,7,59,9,75 # 375 +AF 118,17,6,27,28 # 376 +AF 24,25,18,19,20,6 # 377 +AF 24,10,18,20 # 378 +AF 3,65,66,7 # 379 +AF 6,7,119 # 380 +AF 2,43,44 # 381 +AF 10,3,5,6,7 # 382 +AF 2,17,27,28 # 383 +AF 2,3,55,7 # 384 +AF 24,25,4,2,5,11,6 # 385 +AF 24,25,18,19,20,37,3 # 386 +AF 10,18,20,2,3,7 # 387 +AF 25,10,18,19,20 # 388 +AF 18,19,20,21,22,23,8,9 # 389 +AF 3,7,14 # 390 +AF 32,18,20 # 391 +AF 3,5,6,7,69 # 392 +AF 17,28 # 393 +AF 120,121,10,18,19,20,65,66 # 394 +AF 2,48 # 395 +AF 10,81,82,18,19,20 # 396 +AF 11,6,102,24,4,2 # 397 +AF 3,92,93,10,18,19,20 # 398 +AF 104,3,71,60,7 # 399 +AF 18,20,3,31 # 400 +AF 10,18,19,20,21,22,2,3,8,49,7,9 # 401 +AF 10,2,3,43,44,7 # 402 +AF 24,10,18,19,20,3,5,6,7 # 403 +AF 2,3,65,7 # 404 +AF 46,47,7 # 405 +AF 24,25,10,18,19,20,4,5,11,6 # 406 +AF 29,30,37,36 # 407 +AF 2,3,44,7 # 408 +AF 2,3,7,14 # 409 +AF 21,22,8,7,9 # 410 +AF 2,3,41,42,7,81 # 411 +AF 7,9,75 # 412 +AF 3,56,7 # 413 +AF 3,9 # 414 +AF 2,85,45 # 415 +AF 3,7,70,59,9 # 416 +AF 114,115,2,3,55,56,7 # 417 +AF 12,38,39,40 # 418 +AF 2,3,8,7,9,92,93,10,21 # 419 +AF 21,22,2,3,8,7,9 # 420 +AF 10,18,19,20,84,94,7,13,14 # 421 +AF 24,10,18,19,20,3 # 422 +AF 10,18,19,20,21 # 423 +AF 18,19,20,21,22,23,8,7,9 # 424 +AF 32,7 # 425 +AF 10,20,3 # 426 +AF 2,3,122 # 427 +AF 3,92,10,98 # 428 +AF 24,10 # 429 +AF 6,7,107 # 430 +AF 10,3,43,7 # 431 +AF 3,6,7,119 # 432 +AF 24,25,10,3 # 433 +AF 21,3 # 434 +AF 2,3,24,10 # 435 +AF 23,2,3 # 436 +AF 15,16,7,25 # 437 +AF 10,18,20,2,3,8,7,9 # 438 +AF 10,4 # 439 +AF 10,3,7 # 440 +AF 11,4,2,126 # 441 +AF 2,8,7,9 # 442 +AF 29,30,34,35,36,6,27,28 # 443 +AF 2,3,7,70,9 # 444 +AF 88,2 # 445 +AF 24,25,92,93,10,18,19,20,3 # 446 +AF 24,25,10,18,3 # 447 +AF 2,129,130 # 448 +AF 131,2 # 449 +AF 25,3 # 450 +AF 2,3,5,6,46,47,7 # 451 +AF 49,9 # 452 +AF 10,18,19,20,21,22,8 # 453 +AF 24,25,10,18,19,20,5,11,6 # 454 +AF 24,25,10,18,19,20,4,45 # 455 +AF 24,3,6,7,119 # 456 +AF 24,25,10,18,19,20,3,5,6,7,83 # 457 +AF 5,6,7,83 # 458 +AF 11,6,4,2 # 459 +AF 10,8,9 # 460 +AF 6,7,69 # 461 +AF 3,43,44,7,53,54,10,18,19,20 # 462 +AF 2,8 # 463 +AF 132,2 # 464 +AF 3,8,7,9,92,93,10,18,19,20,21,22 # 465 +AF 2,133 # 466 +AF 84 # 467 +AF 8,7,9,92,93,10,18,20,21,22 # 468 +AF 24,18,20 # 469 +AF 2,3,48,80,6,7 # 470 +AF 2,3,57,58,7,73 # 471 +AF 92,93,10,18,20,21 # 472 +AF 24,25,18,20,3,5,6,7 # 473 +AF 7,9,134 # 474 +AF 2,46,47 # 475 +AF 20 # 476 +AF 10,3,31,7 # 477 +AF 24,10,5,6,7 # 478 +AF 2,61,62,92,93,10 # 479 +AF 2,3,7,13,14,84 # 480 +AF 24,2,5,6 # 481 +AF 10,18,20,21,22,8,7,9 # 482 +AF 2,3,135 # 483 +AF 86 # 484 +AF 24,25,10,18,19,3,6,7,83 # 485 +AF 67 # 486 +AF 2,3,43,7 # 487 +AF 24,10,3,6,7 # 488 +AF 95 # 489 +AF 2,17,35,36 # 490 +AF 10,21,22,3,7 # 491 +AF 29,30,37,34,36 # 492 +AF 2,3,31 # 493 +AF 3,46,47,7 # 494 +AF 3,6,7,83 # 495 +AF 8,49,7,9 # 496 +AF 5,6,7,107 # 497 +AF 2,3,49,7,9 # 498 +AF 104,2,3,71,60,7 # 499 +AF 25,3,7 # 500 +AF 22,2,3 # 501 +AF 10,18,19,20,3,8,7,9 # 502 +AF 48 # 503 +AF 137 # 504 +AF 10,2,3,7 # 505 +AF 53,54,10,18,19 # 506 +AF 3,5,6,49,7 # 507 +AF 138,23,2,3 # 508 +AF 2,3,24,25,7 # 509 +AF 10,18,19,21,22,3,8,7,9 # 510 +AF 10,18,21,22 # 511 +AF 10,18,19,3 # 512 +AF 24,25,10,18,19,20,7 # 513 +AF 2,3,7,200 # 514 +AF 2,44 # 515 +AF 18,19,20,21,22,23,3 # 516 +AF 11,38,40,4 # 517 +AF 10,18,20,21,22,3 # 518 +AF 10,18,19,3,8,7,9 # 519 +AF 10,18,19,21,22 # 520 +AF 24,10,3,5,6,7 # 521 +AF 24,2,6 # 522 +AF 24,25,18,19 # 523 +AF 24,10,3 # 524 +AF 21 # 525 +AF 18,19,20,21,2,3 # 526 +AF 10,18,19,20,21,22,3,7 # 527 +AF 24,10,18,19,3,5,6,7 # 528 +AF 34,36 # 529 +AF 17,29,30,37,34,36 # 530 +AF 24,2 # 531 +AF 11,6,102,139 # 532 +AF 2,3,7,92,10 # 533 +AF 3,66,7 # 534 +AF 13,14 # 535 +AF 3,7,70,9 # 536 +AF 3,62,7 # 537 +AF 52,140,2 # 538 +AF 15,16,7,24,3 # 539 +AF 2,17,29,6,27,28 # 540 +AF 2,3,24,25,10 # 541 +AF 2,3,61,62,7,83 # 542 +AF 29,30,37 # 543 +AF 4,2,95 # 544 +AF 17,28,29,30,34,35,36 # 545 +AF 4,5,11 # 546 +AF 4,5,11,6,200 # 547 +AF 200 # 548 +AF 53,54,10,18,20 # 549 +AF 2,3,33,5,6,7 # 550 +AF 24,25,18,19,20,4,2 # 551 +AF 10,46,47,7 # 552 +AF 114,2,3,55,56,7 # 553 +AF 2,3,24,92,93,10,5,6,7 # 554 +AF 10,18,19,21,22,3 # 555 +AF 10,18,19,4 # 556 +AF 10,81,82,18 # 557 +AF 2,17,37 # 558 +AF 18,20,21,3,8,7,9 # 559 +AF 2,37 # 560 +AF 21,2,3,8,7 # 561 +AF 2,3,141 # 562 +AF 5,11,6,7 # 563 +AF 2,12 # 564 +AF 23,3,8,7,9 # 565 +AF 24,25,10,18,19,3,5,6,7 # 566 +AF 110,111,112,2,76 # 567 +AF 2,3,48,80,5,6,7 # 568 +AF 2,3,24,25,10,18,20,5,6,7 # 569 +AF 10,18,20,21,22,9 # 570 +AF 24,25,10,18,4 # 571 +AF 17,29,30,37,35,36,6,27,28 # 572 +AF 2,3,24,142,5,6,7 # 573 +AF 27,28 # 574 +AF 120,121,10,18,20,2,3,7 # 575 +AF 10,11,4,2 # 576 +AF 2,3,5,6,7,119 # 577 +AF 4,2,5,11 # 578 +AF 2,5 # 579 +AF 10,18,2,3 # 580 +AF 11,6 # 581 +AF 3,7,143,144 # 582 +AF 3,7,9,75 # 583 +AF 24,25,10,18,20,4 # 584 +AF 3,5,6,7,13,14 # 585 +AF 24,10,18,20,3,5,6,7 # 586 +AF 10,18,20,21 # 587 +AF 138,145,23,2,3,8,7,9 # 588 +AF 24,25,10,18,20,3,5,6,7 # 589 +AF 17,29,30,37,35,36 # 590 +AF 2,3,57,7 # 591 +AF 2,3,81 # 592 +AF 29,30,2 # 593 +AF 46,47 # 594 +AF 120,121,10,18,19,20 # 595 +AF 10,18,21,22,3 # 596 +AF 24,25,18 # 597 +AF 2,3,24,18,5,6,7 # 598 +AF 37,36 # 599 +AF 2,17,36 # 600 +AF 2,3,5,6,49,7 # 601 +AF 2,67,5 # 602 +AF 13,14,84 # 603 +AF 2,3,87 # 604 +AF 2,41,42 # 605 +AF 10,21,8,7,9 # 606 +AF 10,18,8,7,9 # 607 +AF 21,3,6,49,7 # 608 +AF 2,9 # 609 +AF 18,67 # 610 +AF 10,18,3,8,7,9 # 611 +AF 2,3,61,7 # 612 +AF 88,146,2,3 # 613 +AF 3,48 # 614 +AF 24,25,10,18,3,5,7 # 615 +AF 24,25,10,18,3,7 # 616 +AF 3,8,49,7,9 # 617 +AF 2,3,66,7 # 618 +AF 3,7,14,200 # 619 +AF 29,30,200 # 620 +AF 2,3,6,7,113 # 621 +AF 61,62,7 # 622 +AF 17,24,25,10,18,20,29,30,6,27,28 # 623 +AF 24,25,92,93,10,18,19,20,5,6 # 624 +AF 137,2 # 625 +AF 18,21,22,23 # 626 +AF 3,8,6,7,9 # 627 +AF 18,20,23,3,8,7,9 # 628 +AF 24,4,2 # 629 +AF 24,18,20,3,5,6,7 # 630 +AF 2,6 # 631 +AF 66 # 632 +AF 24,25,10,18,5,6 # 633 +AF 3,7,59,9 # 634 +AF 24,25,10,18,3,5,6,7 # 635 +AF 10,81,82,18,41,42,7 # 636 +AF 24,25,18,20 # 637 +AF 24,25,18,3,7 # 638 +AF 3,5,6,7,107 # 639 +AF 73,74,10,18,20 # 640 +AF 17,36 # 641 +AF 10,18,21,22,3,7 # 642 +AF 2,3,24,25,10,18,5,6,7 # 643 +AF 41,42 # 644 +AF 10,18,20,22,3,8,7,9 # 645 +AF 148,10,18,3 # 646 +AF 24,3,6,7 # 647 +AF 10,18,20,21,2,3,8,7,9 # 648 +AF 10,18,20,21,22,2,3,8,7,9 # 649 +AF 10,18,20,84,94,3,7,13,14 # 650 +AF 18,21,22,23,2,3,8,7,9 # 651 +AF 2,3,73,7 # 652 +AF 10,18,20,21,22,8,9 # 653 +AF 24,25,10,18,4,5,11,6 # 654 +AF 3,5,6,7,119 # 655 +AF 10,18,20,2 # 656 +AF 24,25,10,18,20,3,7 # 657 +AF 87 # 658 +AF 24,25,10,18,20,3 # 659 +AF 10,18,2,3,7 # 660 +AF 3,8,6,7 # 661 +AF 10,21,22,8,7,9 # 662 +AF 2,3,5,7,83 # 663 +AF 10,18,20,21,22,138,23 # 664 +AF 3,42,7 # 665 +AF 9 # 666 +AF 10,18,21,22,8,7,9 # 667 +AF 17,37,36 # 668 +AF 2,3,98 # 669 +AF 24,25,5,11,6 # 670 +AF 10,18,21,22,3,8,7,9 # 671 +AF 2,17,29 # 672 +AF 10,98,18,20,106,61,62,7 # 673 +AF 17,29,30,37,36,6,27,28 # 674 +AF 3,43,44,7,53 # 675 +AF 10,81,82,18,3,41,42,7 # 676 +AF 18,21,22,8,9 # 677 +AF 2,17,29,30,36 # 678 +AF 18,3 # 679 +AF 3,7,119 # 680 +AF 6,69 # 681 +AF 13,14,18 # 682 +AF 29,36 # 683 +AF 10,2,3,5,7 # 684 +AF 25,10,18 # 685 +AF 92,93,10,18 # 686 +AF 10,18,3,7 # 687 +AF 10,5,6,7 # 688 +AF 25 # 689 +AF 18,23,2,3 # 690 +AF 2,3,67,7 # 691 +AF 4,2,5,63,11,6 # 692 +AF 29,30,37,36,6,27,28 # 693 +AF 18,3,5,6,7 # 694 +AF 5,6,7,69 # 695 +AF 10,18,84,94,3,7,13,14 # 696 +AF 10,18,20,21,22,2,3,7,9 # 697 +AF 110,111,112,76 # 698 +AF 56 # 699 +AF 24,25,10,18,20,3,6,7 # 700 +AF 2,3,7,83 # 701 +AF 14,2,3 # 702 +AF 2,67,5,6,7 # 703 +AF 2,3,92,93,10 # 704 +AF 7,59,9,75 # 705 +AF 10,18,3,5,6,7 # 706 +AF 18,2,3,5,6,7 # 707 +AF 201,204 # 708 +AF 205,203 # 709 +AF 201,202 # 710 +AF 205 # 711 +AF 203,300 # 712 +AM 2042 +AM ts:0 +AM st:abatis ts:Ns +AM ts:0 al:abode +AM ts:0 st:abide +AM st:ax ts:Ns +AM st:acidosis ts:Ns +AM ts:0 al:acidoses +AM st:addendum ts:Ns +AM ts:0 al:addenda +AM st:adiposis ts:Ns +AM ts:0 al:admen +AM st:adman ts:Ns +AM ts:0 al:afterlives +AM st:afterlife ts:Ns +AM st:agendum ts:Ns's +AM st:agendum ts:Ns +AM ts:0 al:airmen al:airmen's +AM st:airman ts:Ns's +AM st:airman ts:Ns +AM ts:0 al:airwomen +AM st:airwoman ts:Ns +AM st:album ts:Ns's +AM st:album ts:Ns +AM ts:0 al:alba al:alba's +AM ts:0 al:aldermen al:aldermen's +AM st:alderman ts:Ns's +AM st:alderman ts:Ns +AM ts:0 al:alderwomen +AM st:alderwoman ts:Ns +AM ts:0 al:alewives +AM st:alewife ts:Ns +AM st:algum ts:Ns's +AM st:algum ts:Ns +AM st:alluvium ts:Ns +AM ts:0 al:alluvia +AM ts:0 al:almsmen al:almsmen's +AM st:almsman ts:Ns's +AM st:almsman ts:Ns +AM st:aluminum ts:Ns's +AM st:aluminum ts:Ns +AM st:alumnus ts:Ns +AM ts:0 al:alumni +AM st:alveolus ts:Ns +AM ts:0 al:alveoli +AM st:Alyssum ts:Ns's +AM st:Alyssum ts:Ns +AM st:amanuensis ts:Ns +AM ts:0 al:amanuenses +AM st:ammonium ts:Ns's +AM st:ammonium ts:Ns +AM ts:0 al:ammonia al:ammonia's +AM st:amniocentesis ts:Ns +AM ts:0 al:amniocenteses +AM st:be ts:Vd +AM st:analysis ts:Ns +AM ts:0 al:analyses +AM st:anastomosis ts:Ns +AM ts:0 al:anastomoses +AM ts:0 al:anchormen al:anchormen's +AM st:anchorman ts:Ns's +AM st:anchorman ts:Ns +AM st:anchorperson ts:Ns +AM ts:0 al:anchorpeople +AM ts:0 al:anchorwomen +AM st:anchorwoman ts:Ns +AM st:annulus ts:Ns +AM ts:0 al:annuli +AM st:antisepsis ts:Ns +AM ts:0 al:antisepses +AM st:antithesis ts:Ns +AM ts:0 al:antitheses +AM ts:0 al:apices's +AM st:aphelion ts:Ns +AM ts:0 al:aphelia +AM st:Apium ts:Ns's +AM st:Apium ts:Ns +AM st:apex ts:Ns's +AM st:apocryphon ts:Ns's +AM st:apocryphon ts:Ns +AM st:apotheosis ts:Ns +AM ts:0 al:apotheoses +AM st:apsis ts:Ns +AM ts:0 al:apses +AM st:aquarium ts:Ns +AM ts:0 al:aquaria +AM st:arcanum ts:Ns's +AM st:arcanum ts:Ns +AM ts:0 al:arcana al:arcana's +AM ts:0 al:arose +AM st:arise ts:Vd +AM st:arteriosclerosis ts:Ns +AM ts:0 al:arterioscleroses +AM ts:0 al:artillerymen al:artillerymen's +AM st:artilleryman ts:Ns's +AM st:artilleryman ts:Ns +AM st:asbestosis ts:Ns +AM ts:0 al:asbestoses +AM ts:0 al:assemblymen al:assemblymen's +AM st:assemblyman ts:Ns's +AM st:assemblyman ts:Ns +AM ts:0 al:assemblywomen +AM st:assemblywoman ts:Ns +AM st:on ts:Ns +AM st:eat ts:Vd +AM st:atherosclerosis ts:Ns +AM ts:0 al:atheroscleroses +AM st:atrium ts:Ns +AM ts:0 al:atria +AM st:aurum ts:Ns's +AM st:aurum ts:Ns +AM st:auspex ts:Ns +AM st:automaton ts:Ns +AM ts:0 al:automata +AM st:avitaminosis ts:Ns +AM ts:0 al:avitaminoses +AM ts:0 al:awoke al:awoken +AM st:awake ts:Vd +AM ts:0 al:axemen al:axemen's +AM st:axeman ts:Ns's +AM st:axeman ts:Ns +AM st:axis ts:Ns +AM ts:0 al:axes +AM st:babysit ts:Vd +AM ts:0 al:babysat +AM st:bacillus ts:Ns +AM ts:0 al:bacilli +AM st:backlight ts:Vd +AM ts:0 al:backwoodsmen al:backwoodsmen's +AM st:backwoodsman ts:Ns's +AM st:backwoodsman ts:Ns +AM st:bacterium ts:Ns's +AM st:bacterium ts:Ns +AM ts:0 al:bacteria al:bacteria's +AM ts:0 al:worse al:worst +AM st:bid ts:Vd +AM ts:0 al:badmen al:badmen's +AM st:badman ts:Ns's +AM st:badman ts:Ns +AM ts:0 al:baggagemen al:baggagemen's +AM st:baggageman ts:Ns's +AM st:baggageman ts:Ns +AM ts:0 al:bailsmen al:bailsmen's +AM st:bailsman ts:Ns's +AM st:bailsman ts:Ns +AM ts:0 al:bandsmen al:bandsmen's +AM st:bandsman ts:Ns's +AM st:bandsman ts:Ns +AM ts:0 al:bargemen al:bargemen's +AM st:bargeman ts:Ns's +AM st:bargeman ts:Ns +AM ts:0 al:barmen al:barmen's +AM st:barman ts:Ns's +AM st:barman ts:Ns +AM ts:0 al:basemen al:basemen's +AM st:baseman ts:Ns's +AM st:baseman ts:Ns +AM st:basis ts:Ns +AM st:basilicon ts:Ns's +AM st:basilicon ts:Ns +AM ts:0 al:bases +AM ts:0 al:batmen +AM st:batman ts:Ns +AM ts:0 al:batsmen al:batsmen's +AM st:batsman ts:Ns's +AM st:batsman ts:Ns +AM ts:0 al:am al:are al:art al:is al:was al:wast al:were +AM ts:0 al:beadsmen al:beadsmen's +AM st:beadsman ts:Ns's +AM st:beadsman ts:Ns +AM ts:0 al:bore al:born al:borne +AM st:become ts:Vd +AM ts:0 al:became +AM ts:0 al:befell +AM st:befall ts:Vd +AM st:begin ts:Vd +AM ts:0 al:began al:begun +AM st:beget ts:Vd +AM st:behold ts:Vd +AM ts:0 al:beheld +AM ts:0 al:belying +AM ts:0 al:bellmen al:bellmen's +AM st:bellman ts:Ns's +AM st:bellman ts:Ns +AM st:belie ts:Vd +AM ts:0 al:bereft +AM st:bereave ts:Vd +AM ts:0 al:besought +AM st:beseech ts:Vd +AM ts:0 al:bespoke al:bespoken +AM st:bespeak ts:Vd +AM st:bis ts:Ns +AM ts:0 al:bestrode +AM st:bestride ts:Vd +AM st:well ts:0 +AM ts:0 al:betook +AM st:beton ts:Ns's +AM st:beton ts:Ns +AM ts:0 al:bethought +AM st:bethink ts:Vd +AM st:betake ts:Vd +AM ts:0 al:bade +AM ts:0 al:bode +AM ts:0 st:by +AM ts:0 al:bound +AM st:bus ts:Ns's +AM st:bus ts:Ns +AM ts:0 al:bes +AM st:bleed ts:Vd +AM ts:0 al:bled +AM st:blow ts:Vd +AM ts:0 al:blew +AM st:boon ts:Ns's +AM st:boon ts:Ns +AM ts:0 al:boatmen al:boatmen's +AM st:boatman ts:Ns's +AM st:boatman ts:Ns +AM st:bide ts:Vd +AM ts:0 al:bogeymen al:bogeymen's +AM st:bogeyman ts:Ns's +AM st:bogeyman ts:Ns +AM ts:0 al:bondsmen al:bondsmen's +AM st:bondsman ts:Ns's +AM st:bondsman ts:Ns +AM ts:0 al:bondwomen +AM st:bondwoman ts:Ns +AM st:boney ts:0 +AM ts:0 al:boa al:boa's +AM st:boozey ts:0 +AM st:bear ts:Vd +AM st:buy ts:Vd +AM st:bind ts:Vd +AM ts:0 al:bowmen al:bowmen's +AM st:bowman ts:Ns's +AM st:bowman ts:Ns +AM st:brachium ts:Ns +AM ts:0 al:brachia +AM ts:0 al:broke al:broken +AM st:breastfeed ts:Vd +AM ts:0 al:breastfed +AM st:breed ts:Vd +AM ts:0 al:bred +AM st:brother ts:Ns +AM ts:0 al:brought +AM st:break ts:Vd +AM st:bronchus ts:Ns's +AM st:bronchus ts:Ns +AM ts:0 al:bronchi al:bronchi's +AM ts:0 al:brethren +AM st:bring ts:Vd +AM st:bucktooth ts:Ns +AM ts:0 al:buckteeth +AM st:burley ts:0 +AM ts:0 al:bi al:bi's +AM ts:0 al:bushmen al:bushmen's +AM st:bushman ts:Ns's +AM st:bushman ts:Ns +AM ts:0 al:businessmen al:businessmen's +AM st:businessman ts:Ns's +AM st:businessman ts:Ns +AM st:businessperson ts:Ns +AM ts:0 al:businesspeople +AM ts:0 al:businesswomen +AM st:businesswoman ts:Ns +AM ts:0 al:busmen +AM st:busman ts:Ns +AM ts:0 al:bought +AM ts:0 al:bier +AM st:cactus ts:Ns +AM ts:0 al:cacti +AM ts:0 al:caddying +AM st:caddie ts:Vd +AM st:caduceus ts:Ns +AM ts:0 al:caducei +AM st:caecum ts:Ns +AM ts:0 al:caeca +AM ts:0 al:cagier al:cagiest +AM st:cagey ts:0 +AM st:calculus ts:Ns +AM ts:0 al:calculi +AM ts:0 al:cameramen al:cameramen's +AM st:cameraman ts:Ns's +AM st:cameraman ts:Ns +AM ts:0 al:camerawomen +AM st:camerawoman ts:Ns +AM st:come ts:Vd +AM ts:0 al:could +AM ts:0 st:candelabrum +AM ts:0 al:candelabra +AM st:carnie ts:Vd +AM st:carpus ts:Ns's +AM st:carpus ts:Ns +AM ts:0 al:carpi al:carpi's +AM st:catalysis ts:Ns +AM ts:0 al:catalyses +AM ts:0 al:caught +AM st:catharsis ts:Ns +AM ts:0 al:catharses +AM ts:0 al:cattlemen al:cattlemen's +AM st:cattleman ts:Ns's +AM st:cattleman ts:Ns +AM st:catch ts:Vd +AM ts:0 al:cavalrymen al:cavalrymen's +AM st:cavalryman ts:Ns's +AM st:cavalryman ts:Ns +AM ts:0 al:cavemen al:cavemen's +AM st:caveman ts:Ns's +AM st:caveman ts:Ns +AM st:cafe ts:Ns +AM st:cedis ts:Ns +AM st:cementum ts:Ns +AM ts:0 al:cementa +AM st:cerebrum ts:Ns +AM ts:0 al:cerebra +AM ts:0 al:chairmen al:chairmen's +AM st:chairman ts:Ns's +AM st:chairman ts:Ns +AM ts:0 al:chairwomen +AM st:chairwoman ts:Ns +AM st:chancey ts:0 +AM ts:0 al:charwomen +AM st:charwoman ts:Ns +AM st:chum ts:Ns +AM ts:0 al:chessmen al:chessmen's +AM st:chessman ts:Ns's +AM st:chessman ts:Ns +AM ts:0 al:Chinamen al:Chinamen's +AM st:Chinaman ts:Ns's +AM st:Chinaman ts:Ns +AM st:chinchillon ts:Ns's +AM st:chinchillon ts:Ns +AM ts:0 al:chose al:chosen +AM st:choosey ts:0 +AM st:choose ts:Vd +AM ts:0 al:cha +AM ts:0 al:churchmen al:churchmen's +AM st:churchman ts:Ns's +AM st:churchman ts:Ns +AM ts:0 al:churchwomen +AM st:churchwoman ts:Ns +AM st:cilium ts:Ns's +AM st:cilium ts:Ns +AM ts:0 al:cilia al:cilia's +AM st:Cincinnatus ts:Ns +AM st:cirrhosis ts:Ns +AM ts:0 al:cirrhoses +AM st:cirrus ts:Ns's +AM st:cirrus ts:Ns +AM ts:0 al:cirri al:cirri's +AM st:clothe ts:Vd +AM ts:0 al:clansmen al:clansmen's +AM st:clansman ts:Ns's +AM st:clansman ts:Ns +AM st:classis ts:Ns +AM ts:0 al:clayier al:clayiest +AM st:clayey ts:0 +AM ts:0 al:cleft al:clove al:cloven +AM ts:0 st:cleave +AM ts:0 al:clergymen al:clergymen's +AM st:clergyman ts:Ns's +AM st:clergyman ts:Ns +AM ts:0 al:clergywomen +AM st:clergywoman ts:Ns +AM ts:0 al:clung +AM ts:0 al:cliquier al:cliquiest +AM st:cliquey ts:0 +AM ts:0 al:clad +AM st:cleave ts:Vd +AM st:clubfoot ts:Ns +AM st:cling ts:Vd +AM ts:0 al:coachmen al:coachmen's +AM st:coachman ts:Ns's +AM st:coachman ts:Ns +AM st:coccus ts:Ns's +AM st:coccus ts:Ns +AM ts:0 al:cocci al:cocci's +AM st:cocoon ts:Ns's +AM st:cocoon ts:Ns +AM ts:0 al:cocoa al:cocoa's +AM st:codon ts:Ns's +AM st:codon ts:Ns +AM ts:0 al:codices al:codices's +AM st:codex ts:Ns's +AM st:codex ts:Ns +AM ts:0 al:coda al:coda's +AM st:colon ts:Ns's +AM st:colon ts:Ns +AM ts:0 al:collying +AM st:colloquium ts:Ns +AM ts:0 al:colloquia +AM ts:0 al:cola al:cola's +AM st:colossus ts:Ns +AM ts:0 al:colossi +AM st:collie ts:Vd +AM ts:0 al:came +AM st:common ts:Ns's +AM st:common ts:Ns +AM ts:0 al:committeemen al:committeemen's +AM st:committeeman ts:Ns's +AM st:committeeman ts:Ns +AM ts:0 al:committeewomen +AM st:committeewoman ts:Ns +AM ts:0 al:comma al:comma's +AM st:compendium ts:Ns +AM ts:0 al:compendia +AM ts:0 al:congressmen al:congressmen's +AM st:congressman ts:Ns's +AM st:congressman ts:Ns +AM st:congressperson ts:Ns +AM ts:0 al:congresspeople +AM ts:0 al:congresswomen +AM st:congresswoman ts:Ns +AM ts:0 al:conmen al:conmen's +AM st:conman ts:Ns's +AM st:conman ts:Ns +AM st:consortium ts:Ns +AM ts:0 al:consortia +AM st:continuum ts:Ns +AM ts:0 al:continua +AM st:corditis ts:Ns +AM st:corneum ts:Ns's +AM st:corneum ts:Ns +AM st:corpus ts:Ns's +AM st:corpus ts:Ns +AM ts:0 al:corpora al:corpora's +AM st:corrigendum ts:Ns +AM ts:0 al:corrigenda +AM ts:0 al:cortices +AM st:cortex ts:Ns +AM st:cosey ts:0 +AM st:can ts:Vd +AM ts:0 al:councilmen al:councilmen's +AM st:councilman ts:Ns's +AM st:councilman ts:Ns +AM ts:0 al:councilwomen +AM st:councilwoman ts:Ns +AM ts:0 al:countermen al:countermen's +AM st:counterman ts:Ns's +AM st:counterman ts:Ns +AM ts:0 al:countersunk +AM st:countersink ts:Vd +AM ts:0 al:countrymen al:countrymen's +AM st:countryman ts:Ns's +AM st:countryman ts:Ns +AM ts:0 al:countrywomen +AM st:countrywoman ts:Ns +AM ts:0 al:kine al:kine's +AM ts:0 al:cowmen al:cowmen's +AM st:cowman ts:Ns's +AM st:cowman ts:Ns +AM ts:0 al:craftsmen al:craftsmen's +AM st:craftsman ts:Ns's +AM st:craftsman ts:Ns +AM st:craftsperson ts:Ns +AM ts:0 al:craftswomen +AM st:craftswoman ts:Ns +AM ts:0 al:crept +AM st:crematorium ts:Ns +AM ts:0 al:crematoria +AM st:creep ts:Vd +AM ts:0 al:crewmen al:crewmen's +AM st:crewman ts:Ns's +AM st:crewman ts:Ns +AM st:crisis ts:Ns +AM ts:0 al:crises +AM st:criterium ts:Ns +AM ts:0 al:criteria +AM ts:0 al:crossbowmen al:crossbowmen's +AM st:crossbowman ts:Ns's +AM st:crossbowman ts:Ns +AM st:crowfoot ts:Ns +AM ts:0 al:crowfeet +AM st:crystallitis ts:Ns +AM st:cumulus ts:Ns +AM st:cumulonimbus ts:Ns +AM ts:0 al:cumulonimbi +AM ts:0 al:cumuli +AM st:curium ts:Ns's +AM st:curium ts:Ns +AM ts:0 al:curia al:curia's +AM st:curriculum ts:Ns +AM ts:0 al:curricula +AM st:currie ts:Vd +AM st:curvey ts:0 +AM ts:0 al:dairymen al:dairymen's +AM st:dairyman ts:Ns's +AM st:dairyman ts:Ns +AM ts:0 al:dairywomen +AM st:dairywoman ts:Ns +AM ts:0 al:dalesmen al:dalesmen's +AM st:dalesman ts:Ns's +AM st:dalesman ts:Ns +AM st:dalis ts:Ns +AM ts:0 al:durst +AM st:daris ts:Ns +AM st:dashis ts:Ns +AM st:datum ts:Ns's +AM st:datum ts:Ns +AM ts:0 al:data al:data's +AM ts:0 al:deliverymen al:deliverymen's +AM st:deliveryman ts:Ns's +AM st:deliveryman ts:Ns +AM st:desideratum ts:Ns +AM ts:0 al:desiderata +AM st:diaeresis ts:Ns +AM ts:0 al:diaereses +AM st:diagnosis ts:Ns +AM ts:0 al:diagnoses +AM st:dialysis ts:Ns +AM ts:0 al:dialyses +AM st:diastasis ts:Ns +AM st:dex ts:Ns +AM ts:0 al:dicier al:diciest +AM st:dicey ts:0 +AM ts:0 al:dickier al:dickiest +AM st:dickey ts:0 +AM st:dictum ts:Ns's +AM st:dictum ts:Ns +AM ts:0 al:dicta al:dicta's +AM st:do ts:Vd +AM ts:0 al:dying +AM ts:0 al:dug +AM st:dingey ts:0 +AM st:dinkey ts:0 +AM ts:0 al:dove +AM ts:0 al:did al:didst +AM st:dodecahedron ts:Ns +AM ts:0 al:dodecahedra +AM ts:0 al:dogfought +AM st:dogfight ts:Vd +AM st:dolman ts:Ns's +AM st:dolman ts:Ns +AM ts:0 al:doormen al:doormen's +AM st:doorman ts:Ns's +AM st:doorman ts:Ns +AM ts:0 al:dopier al:dopiest +AM st:dopey ts:0 +AM st:dormouse ts:Ns +AM ts:0 al:dormice +AM st:dive ts:Vd +AM st:drink ts:Vd +AM ts:0 al:draughtsmen al:draughtsmen's +AM st:draughtsman ts:Ns's +AM st:draughtsman ts:Ns +AM ts:0 al:drew +AM st:draw ts:Vd +AM ts:0 st:drey +AM st:drey ts:0 +AM ts:0 al:drank al:drunk +AM ts:0 al:drove +AM st:drive ts:Vd +AM st:dig ts:Vd +AM st:duodenum ts:Ns +AM ts:0 al:duodena +AM st:dare ts:Vd +AM ts:0 al:dustmen al:dustmen's +AM st:dustman ts:Ns's +AM st:dustman ts:Ns +AM ts:0 al:Dutchmen al:Dutchmen's +AM st:Dutchman ts:Ns's +AM st:Dutchman ts:Ns +AM ts:0 al:Dutchwomen al:Dutchwomen's +AM st:Dutchwoman ts:Ns's +AM st:Dutchwoman ts:Ns +AM st:die ts:Vd +AM st:earthman ts:Ns +AM st:eon ts:Ns +AM ts:0 al:ate +AM st:eclipsis ts:Ns +AM st:effluvium ts:Ns +AM ts:0 al:effluvia +AM st:old ts:0 +AM st:electrolysis ts:Ns +AM ts:0 al:electrolyses +AM st:elephantiasis ts:Ns +AM ts:0 al:elephantiases +AM st:ellipsis ts:Ns +AM ts:0 al:ellipses +AM st:emeritus ts:Ns +AM ts:0 al:emeriti +AM st:emphasis ts:Ns +AM ts:0 al:emphases +AM st:emporium ts:Ns +AM ts:0 al:emporia +AM ts:0 al:Englishmen al:Englishmen's +AM st:Englishman ts:Ns's +AM st:Englishman ts:Ns +AM ts:0 al:Englishwomen +AM st:Englishwoman ts:Ns +AM st:enuresis ts:Ns +AM ts:0 al:enureses +AM st:ephemeron ts:Ns's +AM st:ephemeron ts:Ns +AM st:epiphenomenon ts:Ns +AM ts:0 al:epiphenomena +AM st:equilibrium ts:Ns +AM ts:0 al:equilibria +AM st:erratum ts:Ns's +AM st:erratum ts:Ns +AM ts:0 al:errata al:errata's +AM st:eucalyptus ts:Ns +AM ts:0 al:eucalypti +AM st:exegesis ts:Ns +AM ts:0 al:exegeses +AM st:extremum ts:Ns +AM ts:0 al:ices +AM ts:0 al:fell +AM st:fantasie ts:Vd +AM ts:0 al:further al:furthest +AM st:fon ts:Ns's +AM st:fon ts:Ns +AM st:feed ts:Vd +AM ts:0 al:fed +AM ts:0 al:felt +AM st:feis ts:Ns +AM st:foot ts:Ns's +AM st:foot ts:Ns +AM st:fall ts:Vd +AM st:feel ts:Vd +AM ts:0 al:ferrymen al:ferrymen's +AM st:ferryman ts:Ns's +AM st:ferryman ts:Ns +AM st:fibrosis ts:Ns +AM ts:0 al:fibroses +AM ts:0 al:fives +AM ts:0 al:fought +AM ts:0 al:found +AM st:finis ts:Ns +AM ts:0 al:fines +AM ts:0 al:firemen al:firemen's +AM st:fireman ts:Ns's +AM st:fireman ts:Ns +AM ts:0 al:fishermen al:fishermen's +AM st:fisherman ts:Ns's +AM st:fisherman ts:Ns +AM ts:0 al:fishwives +AM st:fishwife ts:Ns +AM st:fife ts:Ns +AM st:flagellum ts:Ns's +AM st:flagellum ts:Ns +AM ts:0 al:flagella al:flagella's +AM ts:0 al:flagmen al:flagmen's +AM st:flagman ts:Ns's +AM st:flagman ts:Ns +AM st:flakey ts:0 +AM st:flatfoot ts:Ns +AM ts:0 al:flatfeet +AM ts:0 st:fley +AM st:fley ts:0 +AM ts:0 al:flung +AM ts:0 al:floodlit +AM st:floodlight ts:Vd +AM st:flukey ts:0 +AM st:fling ts:Vd +AM st:focus ts:Ns's +AM st:focus ts:Ns +AM ts:0 al:foci al:foci's +AM ts:0 al:feet al:feet's +AM ts:0 al:footmen al:footmen's +AM st:footman ts:Ns's +AM st:footman ts:Ns +AM st:forum ts:Ns +AM st:forbid ts:Vd +AM ts:0 al:forbore al:forborne +AM ts:0 al:forbade +AM st:forbear ts:Vd +AM st:forefoot ts:Ns +AM ts:0 al:forefeet +AM ts:0 al:forewent +AM st:foreknow ts:Vd +AM ts:0 al:foreknew +AM ts:0 al:foremen al:foremen's +AM st:foreman ts:Ns's +AM st:foreman ts:Ns +AM st:foreperson ts:Ns +AM ts:0 al:forepeople +AM st:foresee ts:Vd +AM ts:0 al:foresaw +AM ts:0 al:foretold +AM ts:0 st:forethink +AM st:foretell ts:Vd +AM st:forego ts:Vd +AM ts:0 al:forewomen +AM st:forewoman ts:Ns +AM st:forgive ts:Vd +AM ts:0 al:forgot al:forgotten +AM ts:0 al:forgave +AM ts:0 al:forwent +AM st:forget ts:Vd +AM ts:0 al:forsook +AM st:forsake ts:Vd +AM ts:0 al:forswore al:forsworn +AM st:forswear ts:Vd +AM st:fortis ts:Ns +AM ts:0 al:fora +AM st:forgo ts:Vd +AM st:fight ts:Vd +AM st:find ts:Vd +AM st:Francis ts:Ns +AM ts:0 al:Frances +AM ts:0 al:freedmen al:freedmen's +AM st:freedman ts:Ns's +AM st:freedman ts:Ns +AM ts:0 al:freemen al:freemen's +AM st:freeman ts:Ns's +AM st:freeman ts:Ns +AM ts:0 al:froze al:frozen +AM ts:0 al:Frenchmen al:Frenchmen's +AM st:Frenchman ts:Ns's +AM st:Frenchman ts:Ns +AM ts:0 al:Frenchwomen +AM st:Frenchwoman ts:Ns +AM ts:0 al:freshmen al:freshmen's +AM st:freshman ts:Ns's +AM st:freshman ts:Ns +AM ts:0 al:frogmen al:frogmen's +AM st:frogman ts:Ns's +AM st:frogman ts:Ns +AM ts:0 al:frontiersmen al:frontiersmen's +AM st:frontiersman ts:Ns's +AM st:frontiersman ts:Ns +AM ts:0 st:freeze +AM st:freeze ts:Vd +AM st:fungus ts:Ns's +AM st:fungus ts:Ns +AM ts:0 al:fungi al:fungi's +AM st:far ts:0 +AM st:gamesman ts:Ns +AM st:gamey ts:0 +AM st:gammon ts:Ns's +AM st:gammon ts:Ns +AM ts:0 al:gamma al:gamma's +AM st:ganglion ts:Ns's +AM st:ganglion ts:Ns +AM ts:0 al:ganglia al:ganglia's +AM st:give ts:Vd +AM st:goose ts:Ns's +AM st:goose ts:Ns +AM st:genus ts:Ns's +AM st:genus ts:Ns +AM st:genius ts:Ns's +AM st:genius ts:Ns +AM ts:0 al:genii al:genii's +AM ts:0 al:gentlemen al:gentlemen's +AM st:gentleman ts:Ns's +AM st:gentleman ts:Ns +AM ts:0 al:gentlewomen +AM st:gentlewoman ts:Ns +AM ts:0 al:genera al:genera's +AM ts:0 al:got al:gotten +AM ts:0 al:gave +AM st:gladiolus ts:Ns +AM ts:0 al:gladioli +AM st:gleis ts:Ns +AM ts:0 al:gluier al:gluiest +AM st:gluey ts:0 +AM st:gluteus ts:Ns +AM ts:0 al:glutei +AM ts:0 al:went +AM st:gonococcus ts:Ns +AM ts:0 al:gonococci +AM ts:0 al:best al:better +AM ts:0 al:gooier al:gooiest +AM st:gooey ts:0 +AM ts:0 al:geese al:geese's +AM st:get ts:Vd +AM st:gratis ts:Ns +AM ts:0 al:grates +AM st:grow ts:Vd +AM ts:0 al:ground +AM ts:0 al:groundsmen al:groundsmen's +AM st:groundsman ts:Ns's +AM st:groundsman ts:Ns +AM st:grind ts:Vd +AM ts:0 al:grew +AM ts:0 al:guardsmen al:guardsmen's +AM st:guardsman ts:Ns's +AM st:guardsman ts:Ns +AM ts:0 al:gunmen al:gunmen's +AM st:gunman ts:Ns's +AM st:gunman ts:Ns +AM st:gymnasium ts:Ns's +AM st:gymnasium ts:Ns +AM ts:0 al:gymnasia al:gymnasia's +AM st:have ts:Vd +AM st:hajjis ts:Ns +AM ts:0 al:hajjes +AM st:halfpenny ts:Ns +AM ts:0 al:halfpence,17 +AM st:halitosis ts:Ns +AM ts:0 al:halitoses +AM ts:0 al:hamstrung +AM st:hamstring ts:Vd +AM ts:0 al:handymen al:handymen's +AM st:handyman ts:Ns's +AM st:handyman ts:Ns +AM ts:0 al:hung +AM ts:0 al:hangmen al:hangmen's +AM st:hangman ts:Ns's +AM st:hangman ts:Ns +AM st:harmonicon ts:Ns's +AM st:harmonicon ts:Ns +AM ts:0 al:harvestmen al:harvestmen's +AM st:harvestman ts:Ns's +AM st:harvestman ts:Ns +AM st:hum ts:Ns +AM ts:0 al:had al:hadst al:has al:hast +AM ts:0 al:headmen al:headmen's +AM st:headman ts:Ns's +AM st:headman ts:Ns +AM ts:0 al:headsmen al:headsmen's +AM st:headsman ts:Ns's +AM st:headsman ts:Ns +AM ts:0 al:heartbroken +AM st:heartbreak ts:Vd +AM ts:0 al:hove +AM st:hold ts:Vd +AM ts:0 al:helmsmen al:helmsmen's +AM st:helmsman ts:Ns's +AM st:helmsman ts:Ns +AM ts:0 al:henchmen al:henchmen's +AM st:henchman ts:Ns's +AM st:henchman ts:Ns +AM ts:0 al:herdsmen al:herdsmen's +AM st:herdsman ts:Ns's +AM st:herdsman ts:Ns +AM ts:0 al:hying +AM ts:0 al:highwaymen al:highwaymen's +AM st:highwayman ts:Ns's +AM st:highwayman ts:Ns +AM st:Hindus ts:Ns +AM ts:0 al:Hindi +AM st:Ho ts:Ns +AM ts:0 al:held +AM ts:0 al:holier al:holiest +AM st:holey ts:0 +AM ts:0 al:homier al:homiest +AM st:homey ts:0 +AM ts:0 al:horsemen al:horsemen's +AM st:horseman ts:Ns's +AM st:horseman ts:Ns +AM ts:0 al:horsewomen +AM st:horsewoman ts:Ns +AM ts:0 al:horsier al:horsiest +AM st:horsey ts:0 +AM ts:0 al:hotelmen al:hotelmen's +AM st:hotelman ts:Ns's +AM st:hotelman ts:Ns +AM ts:0 al:housebroke al:housebroken +AM st:housebreak ts:Vd +AM ts:0 al:housemen al:housemen's +AM st:houseman ts:Ns's +AM st:houseman ts:Ns +AM ts:0 al:housewives +AM st:housewife ts:Ns +AM st:heave ts:Vd +AM ts:0 al:ha +AM st:humerus ts:Ns +AM ts:0 al:humeri +AM st:hang ts:Vd +AM st:hunkey ts:0 +AM ts:0 al:huntsmen al:huntsmen's +AM st:huntsman ts:Ns's +AM st:huntsman ts:Ns +AM st:hydrocephalus ts:Ns +AM ts:0 al:hydrocephali +AM st:hydrolysis ts:Ns +AM ts:0 al:hydrolyses +AM st:hie ts:Vd +AM st:hypnosis ts:Ns +AM ts:0 al:hypnoses +AM st:hypochondrium ts:Ns's +AM st:hypochondrium ts:Ns +AM st:hypothalamus ts:Ns +AM ts:0 al:hypothalami +AM st:hypothesis ts:Ns +AM ts:0 al:hypotheses +AM st:iambus ts:Ns +AM ts:0 al:iambi +AM ts:0 al:icemen al:icemen's +AM st:iceman ts:Ns's +AM st:iceman ts:Ns +AM st:ex ts:Ns +AM st:icosahedron ts:Ns +AM ts:0 al:icosahedra +AM st:ileum ts:Ns +AM ts:0 al:ilea +AM st:ilium ts:Ns +AM ts:0 al:ilia +AM st:inbreed ts:Vd +AM ts:0 al:inbred +AM st:incunabulum ts:Ns +AM ts:0 al:incunabula +AM ts:0 al:indices al:indices's +AM st:index ts:Ns's +AM st:index ts:Ns +AM ts:0 al:infantrymen al:infantrymen's +AM st:infantryman ts:Ns's +AM st:infantryman ts:Ns +AM st:interbreed ts:Vd +AM ts:0 al:interbred +AM ts:0 al:interwove al:interwoven +AM st:interweave ts:Vd +AM st:intron ts:Ns +AM st:inwork ts:Vd +AM ts:0 al:Irishmen al:Irishmen's +AM st:Irishman ts:Ns's +AM st:Irishman ts:Ns +AM ts:0 al:Irishwomen al:Irishwomen's +AM st:Irishwoman ts:Ns's +AM st:Irishwoman ts:Ns +AM st:us ts:Ns's +AM ts:0 al:jackknives +AM st:jackknife ts:Ns +AM st:Jacobus ts:Ns's +AM st:Jacobus ts:Ns +AM st:jazzman ts:Ns +AM st:jejunum ts:Ns +AM ts:0 al:jejuna +AM st:jimmie ts:Vd +AM ts:0 al:jokier al:jokiest +AM st:jokey ts:0 +AM ts:0 al:journeymen al:journeymen's +AM st:journeyman ts:Ns's +AM st:journeyman ts:Ns +AM ts:0 al:joyrode +AM st:joyride ts:Vd +AM ts:0 al:jurymen al:jurymen's +AM st:juryman ts:Ns's +AM st:juryman ts:Ns +AM ts:0 al:jurywomen +AM st:jurywoman ts:Ns +AM st:kalis ts:Ns +AM ts:0 al:kept +AM st:keep ts:Vd +AM st:cow ts:Ns's +AM st:cow ts:Ns +AM ts:0 al:kinsmen al:kinsmen's +AM st:kinsman ts:Ns's +AM st:kinsman ts:Ns +AM ts:0 al:kinswomen +AM st:kinswoman ts:Ns +AM ts:0 al:knelt +AM st:kneel ts:Vd +AM st:know ts:Vd +AM ts:0 al:knives al:knives's +AM st:knife ts:Ns's +AM st:knife ts:Ns +AM ts:0 al:knew +AM st:labium ts:Ns's +AM st:labium ts:Ns +AM ts:0 al:labia al:labia's +AM st:lacey ts:0 +AM st:lie ts:Vd +AM ts:0 al:landsmen al:landsmen's +AM st:landsman ts:Ns's +AM st:landsman ts:Ns +AM st:lum ts:Ns's +AM st:lum ts:Ns +AM ts:0 al:latices al:latices's +AM st:lathis ts:Ns +AM st:latex ts:Ns's +AM st:latex ts:Ns +AM ts:0 al:laundrymen al:laundrymen's +AM st:laundryman ts:Ns's +AM st:laundryman ts:Ns +AM ts:0 al:laundrywomen +AM st:laundrywoman ts:Ns +AM ts:0 al:laymen al:laymen's +AM st:layman ts:Ns's +AM st:layman ts:Ns +AM st:layperson ts:Ns +AM ts:0 al:laypeople +AM ts:0 al:laywomen +AM st:laywoman ts:Ns +AM ts:0 al:led +AM ts:0 st:little +AM ts:0 al:left +AM st:Ledum ts:Ns +AM st:lead ts:Vd +AM st:leis ts:Ns +AM st:leave ts:Vd +AM ts:0 al:legmen al:legmen's +AM st:legman ts:Ns's +AM st:legman ts:Ns +AM ts:0 al:lees +AM st:lepton ts:Ns +AM ts:0 al:lepta +AM ts:0 al:least +AM st:little ts:0 +AM ts:0 al:lettermen al:lettermen's +AM st:letterman ts:Ns's +AM st:letterman ts:Ns +AM st:louse ts:Ns's +AM st:louse ts:Ns +AM ts:0 al:lain al:lay al:lying +AM ts:0 al:lives al:lives's +AM st:lifeboatman ts:Ns +AM ts:0 al:lit +AM st:limey ts:0 +AM ts:0 al:linesmen al:linesmen's +AM st:linesman ts:Ns's +AM st:linesman ts:Ns +AM st:literatus ts:Ns +AM st:light ts:Vd +AM ts:0 al:least al:less al:lesser +AM ts:0 al:liverymen al:liverymen's +AM st:liveryman ts:Ns's +AM st:liveryman ts:Ns +AM st:life ts:Ns's +AM st:life ts:Ns +AM st:locus ts:Ns's +AM st:locus ts:Ns +AM ts:0 al:loci al:loci's +AM st:logion ts:Ns +AM ts:0 al:logia +AM st:looney ts:0 +AM st:looney ts:Ns +AM ts:0 al:lice al:lice's +AM st:lungis ts:Ns +AM ts:0 st:lie +AM ts:0 al:mesdames al:mesdames's +AM ts:0 al:mesdemoiselles al:mesdemoiselles's +AM st:make ts:Vd +AM ts:0 al:madmen al:madmen's +AM st:madman ts:Ns's +AM st:madman ts:Ns +AM ts:0 al:madwomen +AM st:madwoman ts:Ns +AM st:magus ts:Ns +AM st:magnesium ts:Ns's +AM st:magnesium ts:Ns +AM ts:0 al:magnesia al:magnesia's +AM ts:0 al:made +AM st:malis ts:Ns +AM st:Malus ts:Ns's +AM st:Malus ts:Ns +AM st:mammon ts:Ns's +AM ts:0 al:men al:men's +AM st:mangey ts:0 +AM ts:0 al:menservants al:menservants's +AM ts:0 al:more al:most +AM ts:0 al:marksmen al:marksmen's +AM st:marksman ts:Ns's +AM st:marksman ts:Ns +AM st:mascaron ts:Ns's +AM st:mascaron ts:Ns +AM st:mum ts:Ns's +AM st:mum ts:Ns +AM st:maximum ts:Ns's +AM st:maximum ts:Ns +AM ts:0 al:maxima al:maxima's +AM ts:0 al:might +AM st:medium ts:Ns's +AM st:medium ts:Ns +AM ts:0 al:media al:media's +AM ts:0 al:met +AM st:meiosis ts:Ns +AM ts:0 al:meioses +AM ts:0 al:molten +AM st:memorandum ts:Ns +AM ts:0 al:memoranda +AM st:meniscus ts:Ns +AM ts:0 al:menisci +AM st:manservant ts:Ns's +AM st:manservant ts:Ns +AM st:man ts:Ns's +AM st:man ts:Ns +AM ts:0 al:merchantmen al:merchantmen's +AM st:merchantman ts:Ns's +AM st:merchantman ts:Ns +AM st:meris ts:Ns +AM st:meson ts:Ns's +AM st:meson ts:Ns +AM st:madame ts:Ns's +AM st:madame ts:Ns +AM st:mademoiselle ts:Ns's +AM st:mademoiselle ts:Ns +AM ts:0 al:mesa al:mesa's +AM st:monsieur ts:Ns's +AM st:metacarpus ts:Ns +AM ts:0 al:metacarpi +AM st:metamorphosis ts:Ns +AM ts:0 al:metamorphoses +AM st:metastasis ts:Ns +AM ts:0 al:metastases +AM st:metatarsus ts:Ns +AM ts:0 al:metatarsi +AM st:metathesis ts:Ns +AM ts:0 al:metatheses +AM st:metempsychosis ts:Ns +AM ts:0 al:metempsychoses +AM st:metis ts:Ns +AM ts:0 al:methought +AM st:methinks ts:Vd +AM st:meet ts:Vd +AM st:mouse ts:Ns's +AM st:mouse ts:Ns +AM st:micron ts:Ns's +AM st:microanalysis ts:Ns +AM ts:0 al:microanalyses +AM ts:0 al:micra's +AM ts:0 al:middlemen al:middlemen's +AM st:middleman ts:Ns's +AM st:middleman ts:Ns +AM st:midlife ts:Ns +AM ts:0 al:midshipmen al:midshipmen's +AM st:midshipman ts:Ns's +AM st:midshipman ts:Ns +AM ts:0 al:midwives +AM st:midwife ts:Ns +AM st:may ts:Vd +AM ts:0 al:militiamen al:militiamen's +AM st:militiaman ts:Ns's +AM st:militiaman ts:Ns +AM ts:0 al:milkmen al:milkmen's +AM st:milkman ts:Ns's +AM st:milkman ts:Ns +AM st:millennium ts:Ns +AM ts:0 al:millennia +AM st:Mimus ts:Ns +AM st:minis ts:Ns +AM st:minimum ts:Ns's +AM st:minimum ts:Ns +AM ts:0 al:minima al:minima's +AM st:minus ts:Ns +AM ts:0 al:mines +AM ts:0 al:mini +AM st:misdiagnosis ts:Ns +AM ts:0 al:misdiagnoses +AM ts:0 al:misled +AM st:mislead ts:Vd +AM st:missis ts:Ns +AM ts:0 al:misspoke al:misspoken +AM st:misspeak ts:Vd +AM ts:0 al:mistook +AM st:mistake ts:Vd +AM ts:0 al:misunderstood +AM st:misunderstand ts:Vd +AM st:mitis ts:Ns +AM st:mitochondrion ts:Ns +AM st:mitosis ts:Ns +AM ts:0 al:mitoses +AM st:modus ts:Ns +AM st:modulus ts:Ns +AM ts:0 al:moduli +AM ts:0 al:modi +AM st:melt ts:Vd +AM st:momentum ts:Ns +AM ts:0 al:momenta +AM ts:0 al:monies al:monies's +AM st:money ts:Ns's +AM st:money ts:Ns +AM st:mononucleosis ts:Ns +AM ts:0 al:mononucleoses +AM ts:0 al:moonlit +AM st:moonlight ts:Vd +AM st:mopey ts:0 +AM st:much ts:0 +AM ts:0 st:much +AM ts:0 al:motlier al:motliest +AM st:motley ts:0 +AM ts:0 al:motormen al:motormen's +AM st:motorman ts:Ns's +AM st:motorman ts:Ns +AM ts:0 al:mice al:mice's +AM ts:0 al:mousier al:mousiest +AM st:mousey ts:0 +AM ts:0 al:ma al:ma's +AM st:nannie ts:Vd +AM st:narcosis ts:Ns +AM ts:0 al:narcoses +AM st:necrosis ts:Ns +AM ts:0 al:necroses +AM ts:0 al:needlewomen +AM st:needlewoman ts:Ns +AM st:nemesis ts:Ns +AM ts:0 al:nemeses +AM st:nephritis ts:Ns +AM ts:0 al:nephrites +AM st:neurosis ts:Ns +AM ts:0 al:neuroses +AM ts:0 al:newsmen al:newsmen's +AM st:newsman ts:Ns's +AM st:newsman ts:Ns +AM ts:0 al:newspapermen al:newspapermen's +AM st:newspaperman ts:Ns's +AM st:newspaperman ts:Ns +AM ts:0 al:newspaperwomen +AM st:newspaperwoman ts:Ns +AM ts:0 al:newswomen +AM st:newswoman ts:Ns +AM st:nimbus ts:Ns +AM ts:0 al:nimbi +AM st:No ts:Ns's +AM st:No ts:Ns +AM ts:0 al:noblemen al:noblemen's +AM st:nobleman ts:Ns's +AM st:nobleman ts:Ns +AM ts:0 al:noblewomen +AM st:noblewoman ts:Ns +AM ts:0 al:Norsemen al:Norsemen's +AM st:Norseman ts:Ns's +AM st:Norseman ts:Ns +AM ts:0 al:nosier al:nosiest +AM st:nosey ts:0 +AM st:novum ts:Ns's +AM st:novum ts:Ns +AM st:nucleus ts:Ns's +AM st:nucleus ts:Ns +AM st:nucleolus ts:Ns +AM ts:0 al:nucleoli +AM ts:0 al:nuclei al:nuclei's +AM ts:0 al:nurserymen al:nurserymen's +AM st:nurseryman ts:Ns's +AM st:nurseryman ts:Ns +AM ts:0 al:oarsmen al:oarsmen's +AM st:oarsman ts:Ns's +AM st:oarsman ts:Ns +AM ts:0 al:oarswomen +AM st:oarswoman ts:Ns +AM st:oasis ts:Ns +AM ts:0 al:oases +AM st:oesophagus ts:Ns +AM ts:0 al:oesophagi +AM ts:0 al:oilmen al:oilmen's +AM st:oilman ts:Ns's +AM st:oilman ts:Ns +AM ts:0 al:elder al:eldest +AM ts:0 al:ombudsmen +AM st:ombudsman ts:Ns +AM ts:0 al:a +AM st:opus ts:Ns's +AM st:opus ts:Ns +AM st:optimum ts:Ns +AM ts:0 al:optima +AM ts:0 al:opera al:opera's +AM st:osmosis ts:Ns +AM ts:0 al:osmoses +AM st:osteoporosis ts:Ns +AM ts:0 al:osteoporoses +AM ts:0 al:outdrew +AM st:outdraw ts:Vd +AM ts:0 al:outfought +AM st:outfight ts:Vd +AM st:outgrow ts:Vd +AM ts:0 al:outgrew +AM st:outlie ts:Vd +AM st:outrun ts:Vd +AM ts:0 al:outran +AM ts:0 al:outsold +AM ts:0 al:outshone +AM st:outshine ts:Vd +AM st:outsell ts:Vd +AM ts:0 st:outspeak +AM ts:0 al:outwore al:outworn +AM st:outwear ts:Vd +AM st:ovum ts:Ns's +AM st:ovum ts:Ns +AM st:overeat ts:Vd +AM ts:0 al:overbore al:overborne +AM st:overbear ts:Vd +AM st:overbuy ts:Vd +AM ts:0 al:overbought +AM st:overcome ts:Vd +AM ts:0 al:overcame +AM ts:0 al:overdrew +AM st:overdraw ts:Vd +AM ts:0 al:overate +AM st:overemphasis ts:Ns +AM ts:0 al:overemphases +AM st:overfeed ts:Vd +AM ts:0 al:overfed +AM st:overgrow ts:Vd +AM ts:0 al:overgrew +AM ts:0 al:overhung +AM st:overhang ts:Vd +AM st:overlie ts:Vd +AM ts:0 al:overlain al:overlay al:overlying +AM st:overrun ts:Vd +AM ts:0 al:overrode +AM st:override ts:Vd +AM ts:0 al:overran +AM st:oversee ts:Vd +AM ts:0 al:oversaw +AM ts:0 al:oversold +AM ts:0 al:overshot +AM st:overshoot ts:Vd +AM ts:0 al:overslept +AM st:oversleep ts:Vd +AM st:oversell ts:Vd +AM ts:0 al:overtook +AM st:overthrow ts:Vd +AM ts:0 al:overthrew +AM st:overtake ts:Vd +AM ts:0 al:overwrought +AM ts:0 al:overwrote +AM st:overwrite ts:Vd +AM st:overwork ts:Vd +AM ts:0 al:ova al:ova's +AM st:palladium ts:Ns +AM ts:0 al:palladia +AM st:papillon ts:Ns's +AM st:papillon ts:Ns +AM st:papyrus ts:Ns +AM ts:0 al:papyri +AM st:paralysis ts:Ns +AM ts:0 al:paralyses +AM st:paramoecium ts:Ns +AM ts:0 al:paramoecia +AM st:paraphrasis ts:Ns +AM st:parenthesis ts:Ns +AM ts:0 al:parentheses +AM st:paresis ts:Ns +AM ts:0 al:pareses +AM st:paris ts:Ns +AM ts:0 al:partook +AM st:parthenogenesis ts:Ns +AM ts:0 al:parthenogeneses +AM st:partake ts:Vd +AM st:pastis ts:Ns +AM ts:0 al:pastes +AM st:pavis ts:Ns +AM st:peon ts:Ns's +AM st:peon ts:Ns +AM st:penny ts:Ns's +AM st:penny ts:Ns +AM ts:0 al:penknives +AM st:penknife ts:Ns +AM ts:0 al:penmen al:penmen's +AM st:penman ts:Ns's +AM st:penman ts:Ns +AM ts:0 al:pence al:pence's,17 +AM ts:0 al:pea al:pea's +AM st:person ts:Ns's +AM st:person ts:Ns +AM st:pericardium ts:Ns +AM ts:0 al:pericardia +AM st:perihelion ts:Ns +AM ts:0 al:perihelia +AM st:periphrasis ts:Ns +AM ts:0 al:periphrases +AM st:peristalsis ts:Ns +AM ts:0 al:peristalses +AM ts:0 al:people al:people's +AM st:phallus ts:Ns +AM ts:0 al:phalli +AM st:phasis ts:Ns +AM st:phenomenon ts:Ns's +AM st:phenomenon ts:Ns +AM ts:0 al:phenomena al:phenomena's +AM ts:0 al:phonier al:phoniest +AM st:phoney ts:0 +AM st:photosynthesis ts:Ns +AM ts:0 al:photosyntheses +AM st:phylum ts:Ns's +AM st:phylum ts:Ns +AM ts:0 al:phyla al:phyla's +AM ts:0 al:pikemen +AM st:pikeman ts:Ns +AM st:pikis ts:Ns +AM st:pilis ts:Ns +AM st:piney ts:0 +AM st:pipis ts:Ns +AM st:Pisum ts:Ns's +AM st:Pisum ts:Ns +AM st:pus ts:Ns +AM st:piton ts:Ns's +AM st:piton ts:Ns +AM ts:0 al:pita al:pita's +AM st:placeman ts:Ns +AM ts:0 al:plainsmen al:plainsmen's +AM st:plainsman ts:Ns's +AM st:plainsman ts:Ns +AM st:plasmon ts:Ns's +AM st:plasmon ts:Ns +AM st:pleon ts:Ns's +AM st:pleon ts:Ns +AM st:plectrum ts:Ns +AM ts:0 al:plectra +AM st:pleuron ts:Ns's +AM st:pleuron ts:Ns +AM ts:0 al:ploughmen al:ploughmen's +AM st:ploughman ts:Ns's +AM st:ploughman ts:Ns +AM st:plie ts:Vd +AM ts:0 al:pocketknives +AM st:pocketknife ts:Ns +AM st:pokey ts:0 +AM st:polis ts:Ns +AM ts:0 al:policemen al:policemen's +AM st:policeman ts:Ns's +AM st:policeman ts:Ns +AM ts:0 al:policewomen +AM st:policewoman ts:Ns +AM st:polyhedron ts:Ns +AM ts:0 al:polyhedra +AM ts:0 al:postmen al:postmen's +AM st:postman ts:Ns's +AM st:postman ts:Ns +AM st:praxis ts:Ns +AM ts:0 al:praxes +AM st:preshrink ts:Vd +AM ts:0 al:preshrank al:preshrunk +AM ts:0 al:pressmen al:pressmen's +AM st:pressman ts:Ns's +AM st:pressman ts:Ns +AM ts:0 al:prier al:priest +AM st:prex ts:Ns +AM ts:0 al:pricier al:priciest +AM st:pricey ts:0 +AM ts:0 st:prey +AM st:prey ts:0 +AM st:prognosis ts:Ns +AM ts:0 al:prognoses +AM st:prolegomenon ts:Ns +AM st:prophylaxis ts:Ns +AM ts:0 al:prophylaxes +AM st:prosthesis ts:Ns +AM ts:0 al:prostheses +AM st:protozoon ts:Ns +AM st:pseudopodium ts:Ns +AM st:psittacosis ts:Ns +AM ts:0 al:psittacoses +AM st:psoriasis ts:Ns +AM ts:0 al:psoriases +AM st:psychoanalysis ts:Ns +AM ts:0 al:psychoanalyses +AM st:psychoneurosis ts:Ns +AM ts:0 al:psychoneuroses +AM st:psychosis ts:Ns +AM ts:0 al:psychoses +AM st:pubis ts:Ns +AM ts:0 al:pubes +AM st:pudendum ts:Ns +AM ts:0 al:pudenda +AM st:pulis ts:Ns +AM st:punkey ts:0 +AM ts:0 al:pi +AM st:puttie ts:Vd +AM st:pylorus ts:Ns +AM ts:0 al:pylori +AM st:pyrolysis ts:Ns +AM ts:0 al:pyrolyses +AM st:pyxis ts:Ns +AM st:pyxidium ts:Ns +AM ts:0 al:pyxidia +AM ts:0 al:pyxes +AM st:quadrivium ts:Ns +AM ts:0 al:quadrivia +AM st:quantum ts:Ns's +AM st:quantum ts:Ns +AM ts:0 al:quanta al:quanta's +AM ts:0 al:quarrymen al:quarrymen's +AM st:quarryman ts:Ns's +AM st:quarryman ts:Ns +AM st:quotum ts:Ns's +AM st:quotum ts:Ns +AM st:radius ts:Ns's +AM st:radius ts:Ns +AM ts:0 al:radiomen al:radiomen's +AM st:radioman ts:Ns's +AM st:radioman ts:Ns +AM ts:0 al:radii al:radii's +AM st:ragis ts:Ns +AM ts:0 al:railwaymen al:railwaymen's +AM st:railwayman ts:Ns's +AM st:railwayman ts:Ns +AM st:rakis ts:Ns +AM st:ring ts:Vd +AM st:run ts:Vd +AM st:rapinis ts:Ns +AM st:Ron ts:Ns +AM ts:0 al:rebound +AM ts:0 st:rebind +AM ts:0 al:redrew +AM st:redraw ts:Vd +AM ts:0 al:rove +AM st:referendum ts:Ns +AM ts:0 al:referenda +AM ts:0 al:refroze al:refrozen +AM st:refreeze ts:Vd +AM st:regrow ts:Vd +AM ts:0 al:reground +AM st:regrind ts:Vd +AM ts:0 al:regrew +AM ts:0 al:rehung +AM st:rehang ts:Vd +AM ts:0 al:relit +AM st:relight ts:Vd +AM st:remake ts:Vd +AM ts:0 al:remade +AM ts:0 al:repairmen al:repairmen's +AM st:repairman ts:Ns's +AM st:repairman ts:Ns +AM st:replicon ts:Ns's +AM st:replicon ts:Ns +AM st:rerun ts:Vd +AM ts:0 al:reran +AM st:resit ts:Vd +AM ts:0 al:resold +AM st:residuum ts:Ns +AM ts:0 al:residua +AM ts:0 al:resat +AM st:resell ts:Vd +AM ts:0 al:restrung +AM st:restring ts:Vd +AM ts:0 al:retook +AM st:reteach ts:Vd +AM ts:0 al:retaught +AM ts:0 al:retold +AM ts:0 al:rethought +AM st:rethink ts:Vd +AM ts:0 al:retying +AM st:retell ts:Vd +AM st:retake ts:Vd +AM ts:0 al:retrod al:retrodden +AM st:retread ts:Vd +AM st:retie ts:Vd +AM st:reversis ts:Ns +AM ts:0 al:rewove al:rewoven +AM ts:0 al:rewound +AM st:rewind ts:Vd +AM st:reweave ts:Vd +AM ts:0 al:rewrote +AM st:rewrite ts:Vd +AM st:rheum ts:Ns's +AM st:rheum ts:Ns +AM ts:0 al:rhea al:rhea's +AM st:rex ts:Ns +AM ts:0 al:rode +AM ts:0 al:rives +AM ts:0 al:riflemen al:riflemen's +AM st:rifleman ts:Ns's +AM st:rifleman ts:Ns +AM ts:0 al:rang al:rung +AM ts:0 al:rose +AM st:rife ts:Ns +AM st:ride ts:Vd +AM ts:0 al:Ra +AM st:rise ts:Vd +AM st:reeve ts:Vd +AM ts:0 al:ran +AM ts:0 st:ring +AM st:sacrum ts:Ns +AM ts:0 al:sacra +AM ts:0 al:saves +AM st:sagum ts:Ns's +AM st:sagum ts:Ns +AM st:sakis ts:Ns +AM ts:0 al:salesmen al:salesmen's +AM st:salesman ts:Ns's +AM st:salesman ts:Ns +AM st:salesperson ts:Ns's +AM st:salesperson ts:Ns +AM ts:0 al:salespeople al:salespeople's +AM ts:0 al:saleswomen +AM st:saleswoman ts:Ns +AM ts:0 al:sandmen al:sandmen's +AM st:sandman ts:Ns's +AM st:sandman ts:Ns +AM st:sing ts:Vd +AM st:sink ts:Vd +AM st:Sarum ts:Ns's +AM st:Sarum ts:Ns +AM st:sarcophagus ts:Ns +AM ts:0 al:sarcophagi +AM st:sarus ts:Ns's +AM st:sarus ts:Ns +AM st:satis ts:Ns +AM st:sit ts:Vd +AM st:safe ts:Ns +AM st:see ts:Vd +AM st:scaley ts:0 +AM st:scarey ts:0 +AM st:sclerosis ts:Ns +AM ts:0 al:scleroses +AM ts:0 al:Scotsmen al:Scotsmen's +AM st:Scotsman ts:Ns's +AM st:Scotsman ts:Ns +AM ts:0 al:Scotswomen +AM st:Scotswoman ts:Ns +AM st:scrotum ts:Ns +AM ts:0 al:scrota +AM ts:0 al:seamen al:seamen's +AM st:seaman ts:Ns's +AM st:seaman ts:Ns +AM ts:0 al:saw +AM ts:0 al:sought +AM ts:0 al:sod al:sodden +AM ts:0 al:sold +AM st:sepium ts:Ns's +AM st:sepium ts:Ns +AM st:sepsis ts:Ns +AM ts:0 al:sepses +AM st:septum ts:Ns's +AM st:septum ts:Ns +AM ts:0 al:septa al:septa's +AM st:serum ts:Ns's +AM ts:0 al:sera's +AM ts:0 al:servicemen al:servicemen's +AM st:serviceman ts:Ns's +AM st:serviceman ts:Ns +AM ts:0 al:servicewomen +AM st:servicewoman ts:Ns +AM ts:0 al:shook +AM ts:0 al:should +AM ts:0 al:shorn +AM st:sheeney ts:0 +AM ts:0 al:shone +AM st:shipman ts:Ns's +AM st:shipman ts:Ns +AM st:shine ts:Vd +AM st:shake ts:Vd +AM ts:0 al:shot +AM st:shear ts:Vd +AM st:Shoshonis ts:Ns +AM st:shoot ts:Vd +AM st:shall ts:Vd +AM ts:0 al:showmen al:showmen's +AM st:showman ts:Ns's +AM st:showman ts:Ns +AM st:shrink ts:Vd +AM ts:0 al:shrank al:shrunk al:shrunken +AM ts:0 al:signalmen al:signalmen's +AM st:signalman ts:Ns's +AM st:signalman ts:Ns +AM st:silicon ts:Ns's +AM st:silicon ts:Ns +AM ts:0 al:silica al:silica's +AM st:silicosis ts:Ns +AM ts:0 al:silicoses +AM ts:0 al:sang al:sung +AM ts:0 al:sank al:sunk al:sunken +AM st:siris ts:Ns +AM st:Sus ts:Ns's +AM st:Sus ts:Ns +AM ts:0 al:sat +AM ts:0 al:slew,147 +AM ts:0 al:slept +AM st:sleep ts:Vd +AM ts:0 st:slay +AM ts:0 al:slung +AM ts:0 al:slunk +AM st:sling ts:Vd +AM st:slink ts:Vd +AM ts:0 al:smote +AM st:smokey ts:0 +AM st:smite ts:Vd +AM st:snakey ts:0 +AM ts:0 al:snowmen al:snowmen's +AM st:snowman ts:Ns's +AM st:snowman ts:Ns +AM ts:0 st:seethe +AM st:seethe ts:Vd +AM st:solarium ts:Ns +AM ts:0 al:solaria +AM st:sell ts:Vd +AM st:solidus ts:Ns +AM ts:0 al:solidi +AM st:seek ts:Vd +AM ts:0 al:spacemen al:spacemen's +AM st:spaceman ts:Ns's +AM st:spaceman ts:Ns +AM ts:0 al:spacewomen +AM st:spacewoman ts:Ns +AM ts:0 al:spacier al:spaciest +AM st:spacey ts:0 +AM st:spit ts:Vd +AM ts:0 al:spoke al:spoken +AM st:spectrum ts:Ns's +AM st:spectrum ts:Ns +AM ts:0 al:spectra al:spectra's +AM st:speed ts:Vd +AM ts:0 al:sped +AM ts:0 al:spellbound +AM st:spellbind ts:Vd +AM st:spermatozoon ts:Ns +AM ts:0 al:spermatozoa +AM st:spicey ts:0 +AM st:spikey ts:0 +AM ts:0 al:spun +AM ts:0 al:spat +AM st:splayfoot ts:Ns +AM ts:0 al:splayfeet +AM st:speak ts:Vd +AM ts:0 al:spokesmen al:spokesmen's +AM st:spokesman ts:Ns's +AM st:spokesman ts:Ns +AM st:spokesperson ts:Ns +AM ts:0 al:spokespeople +AM ts:0 al:spokeswomen +AM st:spokeswoman ts:Ns +AM ts:0 al:sportsmen al:sportsmen's +AM st:sportsman ts:Ns's +AM st:sportsman ts:Ns +AM ts:0 al:sportswomen +AM st:sportswoman ts:Ns +AM ts:0 al:spotlit +AM st:spotlight ts:Vd +AM st:spring ts:Vd +AM ts:0 al:sprang al:sprung +AM st:spin ts:Vd +AM st:sputum ts:Ns +AM ts:0 al:sputa +AM ts:0 al:stablemen al:stablemen's +AM st:stableman ts:Ns's +AM st:stableman ts:Ns +AM st:stadium ts:Ns +AM ts:0 al:stadia +AM ts:0 al:staves +AM st:stagey ts:0 +AM ts:0 al:stood +AM st:stink ts:Vd +AM st:staphylococcus ts:Ns +AM ts:0 al:staphylococci +AM ts:0 al:statesmen al:statesmen's +AM st:statesman ts:Ns's +AM st:statesman ts:Ns +AM ts:0 al:stateswomen +AM st:stateswoman ts:Ns +AM ts:0 al:stove +AM st:staff ts:Ns +AM ts:0 al:stole al:stolen +AM ts:0 al:steersmen al:steersmen's +AM st:steersman ts:Ns's +AM st:steersman ts:Ns +AM ts:0 al:stuck +AM st:stimulus ts:Ns's +AM st:stimulus ts:Ns +AM ts:0 al:stimuli al:stimuli's +AM ts:0 al:stung +AM ts:0 al:stank al:stunk +AM st:steal ts:Vd +AM st:stoney ts:0 +AM st:stand ts:Vd +AM st:stave ts:Vd +AM st:stratum ts:Ns's +AM st:stratum ts:Ns +AM st:stratus ts:Ns +AM ts:0 al:strata al:strata's +AM ts:0 al:strati +AM st:streptococcus ts:Ns +AM ts:0 al:streptococci +AM st:strike ts:Vd +AM ts:0 al:strode +AM ts:0 al:strives +AM ts:0 al:stricken al:struck +AM ts:0 al:strung +AM ts:0 al:strove +AM st:strife ts:Ns +AM st:stride ts:Vd +AM ts:0 al:strongmen al:strongmen's +AM st:strongman ts:Ns's +AM st:strongman ts:Ns +AM st:strive ts:Vd +AM st:string ts:Vd +AM st:stick ts:Vd +AM st:sting ts:Vd +AM ts:0 al:stuntmen al:stuntmen's +AM st:stuntman ts:Ns's +AM st:stuntman ts:Ns +AM st:stylus ts:Ns +AM ts:0 al:styli +AM st:subgenus ts:Ns +AM ts:0 al:subgenera +AM st:substratum ts:Ns +AM ts:0 al:substrata +AM ts:0 al:supermen al:supermen's +AM st:superman ts:Ns's +AM st:superman ts:Ns +AM ts:0 al:superwomen +AM st:superwoman ts:Ns +AM st:swim ts:Vd +AM ts:0 al:swore al:sworn +AM ts:0 al:swept +AM ts:0 al:swollen +AM st:sweep ts:Vd +AM ts:0 al:swam al:swum +AM ts:0 al:swung +AM st:swell ts:Vd +AM ts:0 al:swordsmen al:swordsmen's +AM st:swordsman ts:Ns's +AM st:swordsman ts:Ns +AM st:swear ts:Vd +AM st:swing ts:Vd +AM st:syllabus ts:Ns +AM ts:0 al:syllabi +AM st:symbiosis ts:Ns +AM ts:0 al:symbioses +AM st:symposium ts:Ns +AM ts:0 al:symposia +AM st:synaeresis ts:Ns +AM ts:0 al:synaereses +AM st:synapsis ts:Ns +AM st:synopsis ts:Ns +AM ts:0 al:synopses +AM st:synthesis ts:Ns +AM ts:0 al:syntheses +AM st:tackey ts:0 +AM ts:0 al:took +AM st:tamis ts:Ns +AM st:Tamus ts:Ns's +AM st:Tamus ts:Ns +AM ts:0 st:tantrum +AM ts:0 al:tantra +AM st:tapis ts:Ns +AM st:tarsus ts:Ns +AM ts:0 al:tarsi +AM st:tum ts:Ns +AM st:teach ts:Vd +AM st:tawney ts:0 +AM st:taxis ts:Ns +AM st:taxus ts:Ns's +AM ts:0 al:taxes +AM st:taxus ts:Ns +AM ts:0 al:taught +AM ts:0 al:tore al:torn +AM st:tooth ts:Ns's +AM st:tooth ts:Ns +AM ts:0 al:told +AM st:terminus ts:Ns +AM ts:0 al:termini +AM st:testis ts:Ns +AM ts:0 al:testes +AM st:tetrahedron ts:Ns +AM ts:0 al:tetrahedra +AM st:thalamus ts:Ns +AM ts:0 al:thalami +AM st:thesaurus ts:Ns +AM ts:0 al:thesauri +AM st:thesis ts:Ns +AM ts:0 al:theses +AM ts:0 al:thought +AM st:think ts:Vd +AM st:throw ts:Vd +AM st:thrombus ts:Ns +AM st:thrombosis ts:Ns +AM ts:0 al:thromboses +AM ts:0 al:thrombi +AM ts:0 al:threw +AM st:thunderstrike ts:Vd +AM ts:0 al:tying +AM st:titmouse ts:Ns +AM ts:0 al:titmice +AM st:tell ts:Vd +AM st:take ts:Vd +AM ts:0 al:teeth al:teeth's +AM st:tear ts:Vd +AM ts:0 al:townsmen al:townsmen's +AM st:townsman ts:Ns's +AM st:townsman ts:Ns +AM ts:0 al:townswomen +AM st:townswoman ts:Ns +AM ts:0 al:tradesmen al:tradesmen's +AM st:tradesman ts:Ns's +AM st:tradesman ts:Ns +AM st:tradesperson ts:Ns +AM ts:0 al:tradeswomen +AM st:tradeswoman ts:Ns +AM ts:0 al:trainmen al:trainmen's +AM st:trainman ts:Ns's +AM st:trainman ts:Ns +AM st:trapezium ts:Ns +AM ts:0 al:trapezia +AM ts:0 al:trod al:trodden +AM ts:0 al:trenchermen al:trenchermen's +AM st:trencherman ts:Ns's +AM st:trencherman ts:Ns +AM ts:0 al:tribesmen al:tribesmen's +AM st:tribesman ts:Ns's +AM st:tribesman ts:Ns +AM ts:0 al:tribeswomen +AM st:tribeswoman ts:Ns +AM st:trichinosis ts:Ns +AM ts:0 al:trichinoses +AM st:trivium ts:Ns +AM st:tread ts:Vd +AM ts:0 st:trie +AM st:tuberculosis ts:Ns +AM ts:0 al:tuberculoses +AM ts:0 al:ta +AM st:tie ts:Vd +AM st:umbilicus ts:Ns +AM ts:0 al:umbilici +AM ts:0 al:unbound +AM st:unbear ts:Vd +AM st:unbind ts:Vd +AM st:unclothe ts:Vd +AM ts:0 al:unclad +AM st:underfeed ts:Vd +AM ts:0 al:underwent +AM st:underlie ts:Vd +AM ts:0 st:underlie +AM ts:0 al:underlain al:underlay al:underlying +AM ts:0 al:undersold +AM ts:0 al:undershot +AM st:undershoot ts:Vd +AM st:undersell ts:Vd +AM ts:0 al:understood +AM st:understand ts:Vd +AM ts:0 al:undertook +AM st:undertake ts:Vd +AM st:undergo ts:Vd +AM ts:0 al:underwrote +AM st:underwrite ts:Vd +AM ts:0 al:unfroze al:unfrozen +AM st:unfreeze ts:Vd +AM st:unmake ts:Vd +AM ts:0 al:unmade +AM st:unsling ts:Vd +AM st:unsell ts:Vd +AM st:unspeak ts:Vd +AM st:unstring ts:Vd +AM st:unstick ts:Vd +AM st:unteach ts:Vd +AM ts:0 al:untying +AM st:untread ts:Vd +AM st:untie ts:Vd +AM ts:0 al:unwound +AM st:unwind ts:Vd +AM st:unweave ts:Vd +AM st:uphold ts:Vd +AM ts:0 al:upheld +AM st:upshoot ts:Vd +AM st:urinalysis ts:Ns +AM ts:0 al:urinalyses +AM ts:0 al:i's +AM st:uterus ts:Ns +AM ts:0 al:uteri +AM st:vacuum ts:Ns's +AM st:vacuum ts:Ns +AM ts:0 al:vacua al:vacua's +AM st:valis ts:Ns +AM st:venturis ts:Ns +AM ts:0 al:vertices +AM st:vertex ts:Ns +AM ts:0 al:vestrymen al:vestrymen's +AM st:vestryman ts:Ns's +AM st:vestryman ts:Ns +AM ts:0 al:vying +AM st:villus ts:Ns +AM ts:0 al:villi +AM st:vison ts:Ns's +AM st:vison ts:Ns +AM st:viscus ts:Ns +AM ts:0 al:viscera +AM st:vivarium ts:Ns +AM ts:0 al:vivaria +AM ts:0 al:vortices +AM st:vortex ts:Ns +AM st:vie ts:Vd +AM st:wadis ts:Ns +AM ts:0 al:woke al:woken +AM ts:0 al:warehousemen al:warehousemen's +AM st:warehouseman ts:Ns's +AM st:warehouseman ts:Ns +AM ts:0 al:washerwomen al:washerwomen's +AM st:washerwoman ts:Ns's +AM st:washerwoman ts:Ns +AM ts:0 al:watchmen al:watchmen's +AM st:watchman ts:Ns's +AM st:watchman ts:Ns +AM ts:0 al:watermen al:watermen's +AM st:waterman ts:Ns's +AM st:waterman ts:Ns +AM st:wavey ts:0 +AM ts:0 al:wore al:worn +AM ts:0 al:weathermen al:weathermen's +AM st:weatherman ts:Ns's +AM st:weatherman ts:Ns +AM ts:0 al:wove al:woven +AM ts:0 al:wept +AM ts:0 al:Welshmen al:Welshmen's +AM st:Welshman ts:Ns's +AM st:Welshman ts:Ns +AM ts:0 al:Welshwomen +AM st:Welshwoman ts:Ns +AM st:go ts:Vd +AM st:weep ts:Vd +AM st:whiney ts:0 +AM ts:0 al:wives +AM ts:0 al:would al:wouldst +AM ts:0 al:won +AM ts:0 al:wound +AM ts:0 al:wingmen al:wingmen's +AM st:wingman ts:Ns's +AM st:wingman ts:Ns +AM ts:0 al:wiremen al:wiremen's +AM st:wireman ts:Ns's +AM st:wireman ts:Ns +AM ts:0 al:withdrew +AM st:withdraw ts:Vd +AM st:withhold ts:Vd +AM ts:0 al:withheld +AM ts:0 al:withstood +AM st:withstand ts:Vd +AM st:wife ts:Ns +AM st:wake ts:Vd +AM ts:0 al:women al:women's +AM st:woman ts:Ns's +AM st:woman ts:Ns +AM st:win ts:Vd +AM ts:0 al:woodsmen al:woodsmen's +AM st:woodsman ts:Ns's +AM st:woodsman ts:Ns +AM st:wear ts:Vd +AM ts:0 al:wrought +AM ts:0 al:workmen al:workmen's +AM st:workman ts:Ns's +AM st:workman ts:Ns +AM st:ill ts:0 +AM st:will ts:Vd +AM st:wind ts:Vd +AM st:weave ts:Vd +AM ts:0 al:wrung +AM ts:0 al:wrote +AM st:write ts:Vd +AM st:work ts:Vd +AM st:wring ts:Vd +AM ts:0 al:yachtsmen al:yachtsmen's +AM st:yachtsman ts:Ns's +AM st:yachtsman ts:Ns +AM ts:0 al:yachtswomen +AM st:yachtswoman ts:Ns +AM ts:0 al:yeomen al:yeomen's +AM st:yeoman ts:Ns's +AM st:yeoman ts:Ns +AM is:Ns +AM is:At +AM is:N's +AM is:Ns's +AM is:Aness's +AM is:Vd +AM is:Vs +AM is:Ar +AM is:Nm's +AM is:Vg +AM is:Aness is:s +AM is:Ay +AM is:Nm +AM is:Aness +AM is:'s + +SET UTF-8 +WORDCHARS 0123456789'-.’ +NOSUGGEST 200 + +# ordinal numbers +COMPOUNDMIN 1 +# only in compounds: 1th, 2th, 3th +ONLYINCOMPOUND 300 +# compound rules: +# 1. [0-9]*1[0-9]th (10th, 11th, 12th, 56714th, etc.) +# 2. [0-9]*[02-9](1st|2nd|3rd|[4-9]th) (21st, 22nd, 123rd, 1234th, etc.) +COMPOUNDRULE 2 +COMPOUNDRULE (201)*(202)(203) +COMPOUNDRULE (201)*(204)(205) + +TRY esiaénrtolcdugmfphbyvkw-'.zqjxSNRTLCGDMFPHBEAUYOIVKWóöâôZQJXÅçèîêàïüäñ +REP 51 +REP A Å +REP a à +REP a á +REP a â +REP a ä +REP a å +REP c ç +REP e è +REP e é +REP e ê +REP e ë +REP i í +REP i ï +REP n ñ +REP o ó +REP o ô +REP o ö +REP u û +REP u ü +REP nt n't +REP alot a_lot +REP avengence a_vengeance +REP ninties 1990s +REP teached taught +REP rised rose +REP f ph +REP ph f +REP f gh +REP f ugh +REP gh f +REP ff ugh +REP uf ough +REP uff ough +REP k ch +REP ch k +REP dg j +REP j dg +REP w ugh +REP ness ity +REP leness ility +REP ness ivity +REP eness ity +REP og ogue +REP ck qu +REP ck que +REP eg e.g. +REP ie i.e. +REP t ght +REP ght t +REP ts ce +REP ce ts +SFX 127 N 1 +SFX 127 i 0 i 2028 +SFX 54 N 1 +SFX 54 0 lest . 2029 +SFX 128 N 1 +SFX 128 i 's i 2030 +SFX 52 N 1 +SFX 52 0 en . 2028 +SFX 74 N 1 +SFX 74 0 gest . 2029 +SFX 126 N 1 +SFX 126 s des's s 2031 +SFX 90 N 1 +SFX 90 0 ren's . 2031 +SFX 35 N 1 +SFX 35 y iness's y 2032 +SFX 65 N 1 +SFX 65 0 ded . 2033 +SFX 43 N 1 +SFX 43 0 led . 2033 +SFX 111 N 1 +SFX 111 0 zes . 2034 +SFX 70 N 1 +SFX 70 e den e 2033 +SFX 13 N 1 +SFX 13 0 ted . 2033 +SFX 67 N 1 +SFX 67 f ves f 2028 +SFX 75 N 1 +SFX 75 e ten e 2033 +SFX 140 N 1 +SFX 140 0 en's . 2031 +SFX 41 N 1 +SFX 41 0 med . 2033 +SFX 138 N 1 +SFX 138 e ier e 2035 +SFX 49 N 1 +SFX 49 0 n . 2033 +SFX 4 N 1 +SFX 4 0 es . 2028 +SFX 146 N 1 +SFX 146 0 im's . 2036 +SFX 58 N 1 +SFX 58 0 ging . 2037 +SFX 63 N 1 +SFX 63 0 en . 2033 +SFX 114 N 1 +SFX 114 0 per . 2035 +SFX 60 N 1 +SFX 60 0 bing . 2037 +SFX 9 N 1 +SFX 9 e ing e 2037 +SFX 136 N 1 +SFX 136 0 ses's . 2031 +SFX 56 N 1 +SFX 56 0 ping . 2037 +SFX 19 N 1 +SFX 19 0 nesses . 2038 +SFX 105 N 1 +SFX 105 0 best . 2029 +SFX 37 N 1 +SFX 37 y ily y 2039 +SFX 32 N 1 +SFX 32 0 ally . 2039 +SFX 115 N 1 +SFX 115 0 pest . 2029 +SFX 101 N 1 +SFX 101 e ce e 2028 +SFX 47 N 1 +SFX 47 0 king . 2037 +SFX 45 N 1 +SFX 45 x ces x 2028 +SFX 34 N 1 +SFX 34 y inesses y 2038 +SFX 28 N 1 +SFX 28 y ies y 2034 +SFX 89 N 1 +SFX 89 0 ims . 2028 +SFX 7 N 1 +SFX 7 0 s . 2034 +SFX 31 N 1 +SFX 31 0 s's . 2031 +SFX 6 N 1 +SFX 6 0 ing . 2037 +SFX 78 N 1 +SFX 78 0 ren . 2028 +SFX 94 N 1 +SFX 94 0 test . 2029 +SFX 87 N 1 +SFX 87 0 ta . 2028 +SFX 39 N 1 +SFX 39 0 ses . 2034 +SFX 11 N 1 +SFX 11 0 es . 2034 +SFX 139 N 1 +SFX 139 o id o 2033 +SFX 96 N 1 +SFX 96 0 fed . 2033 +SFX 88 N 1 +SFX 88 0 im . 2040 +SFX 61 N 1 +SFX 61 0 ned . 2033 +SFX 143 N 1 +SFX 143 0 ved . 2033 +SFX 72 N 1 +SFX 72 0 den . 2033 +SFX 118 N 1 +SFX 118 y ies's y 2031 +SFX 119 N 1 +SFX 119 y id y 2033 +SFX 69 N 1 +SFX 69 d t d 2033 +SFX 100 N 1 +SFX 100 0 allier . 2035 +SFX 22 N 1 +SFX 22 0 st . 2029 +SFX 30 N 1 +SFX 30 y iest y 2029 +SFX 97 N 1 +SFX 97 0 fing . 2037 +SFX 76 N 1 +SFX 76 0 zes . 2028 +SFX 131 N 1 +SFX 131 0 r . 2028 +SFX 99 N 1 +SFX 99 0 rer . 2035 +SFX 14 N 1 +SFX 14 0 ting . 2037 +SFX 137 N 1 +SFX 137 0 i . 2028 +SFX 107 N 1 +SFX 107 l t l 2033 +SFX 21 N 1 +SFX 21 0 r . 2035 +SFX 12 N 1 +SFX 12 0 ses . 2028 +SFX 18 N 1 +SFX 18 0 ness . 2041 +SFX 91 N 1 +SFX 91 e i e 2028 +SFX 10 N 1 +SFX 10 0 ly . 2039 +SFX 79 N 1 +SFX 79 0 e's . 2031 +SFX 141 N 1 +SFX 141 n 0 n 2028 +SFX 57 N 1 +SFX 57 0 ged . 2033 +SFX 25 N 1 +SFX 25 0 est . 2029 +SFX 83 N 1 +SFX 83 0 t . 2033 +SFX 134 N 1 +SFX 134 e t e 2033 +SFX 104 N 1 +SFX 104 0 ber . 2035 +SFX 17 N 1 +SFX 17 y ies y 2028 +SFX 26 N 1 +SFX 26 0 e . 2028 +SFX 129 N 1 +SFX 129 a or a 2028 +SFX 147 N 1 +SFX 147 y in y 2033 +SFX 77 N 1 +SFX 77 0 ser . 2035 +SFX 85 N 1 +SFX 85 x ces's x 2031 +SFX 40 N 1 +SFX 40 0 sing . 2037 +SFX 123 N 1 +SFX 123 e ia e 2028 +SFX 3 N 1 +SFX 3 0 s . 2028 +SFX 80 N 1 +SFX 80 o i's o 2031 +SFX 62 N 1 +SFX 62 0 ning . 2037 +SFX 55 N 1 +SFX 55 0 ped . 2033 +SFX 106 N 1 +SFX 106 0 nest . 2029 +SFX 29 N 1 +SFX 29 y ier y 2035 +SFX 68 N 1 +SFX 68 f ves's f 2031 +SFX 142 N 1 +SFX 142 0 rest . 2029 +SFX 120 N 1 +SFX 120 0 der . 2035 +SFX 86 N 1 +SFX 86 0 st . 2033 +SFX 53 N 1 +SFX 53 0 ler . 2035 +SFX 48 N 1 +SFX 48 o i o 2028 +SFX 109 N 1 +SFX 109 0 thest . 2029 +SFX 84 N 1 +SFX 84 0 ter . 2035 +SFX 33 N 1 +SFX 33 0 x . 2028 +SFX 24 N 1 +SFX 24 0 er . 2035 +SFX 51 N 1 +SFX 51 s ntes s 2028 +SFX 95 N 1 +SFX 95 x ges x 2028 +SFX 117 N 1 +SFX 117 y own y 2033 +SFX 59 N 1 +SFX 59 e 0 e 2033 +SFX 130 N 1 +SFX 130 a ur a 2028 +SFX 92 N 1 +SFX 92 0 lier . 2035 +SFX 66 N 1 +SFX 66 0 ding . 2037 +SFX 71 N 1 +SFX 71 0 bed . 2033 +SFX 64 N 1 +SFX 64 0 x's . 2031 +SFX 16 N 1 +SFX 16 0 ring . 2037 +SFX 121 N 1 +SFX 121 0 dest . 2029 +SFX 145 N 1 +SFX 145 e iest e 2029 +SFX 125 N 1 +SFX 125 0 es's . 2031 +SFX 15 N 1 +SFX 15 0 red . 2033 +SFX 135 N 1 +SFX 135 0 th . 2028 +SFX 124 N 1 +SFX 124 e ia's e 2031 +SFX 110 N 1 +SFX 110 0 zed . 2033 +SFX 42 N 1 +SFX 42 0 ming . 2037 +SFX 1 N 1 +SFX 1 0 's . 2042 +SFX 82 N 1 +SFX 82 0 mest . 2029 +SFX 93 N 1 +SFX 93 0 liest . 2029 +SFX 144 N 1 +SFX 144 0 ving . 2037 +SFX 81 N 1 +SFX 81 0 mer . 2035 +SFX 98 N 1 +SFX 98 0 ner . 2035 +SFX 2 N 1 +SFX 2 0 's . 2030 +SFX 122 N 1 +SFX 122 o ines o 2028 +SFX 116 N 1 +SFX 116 y ew y 2033 +SFX 36 N 1 +SFX 36 y iness y 2041 +SFX 132 N 1 +SFX 132 0 er . 2028 +SFX 27 N 1 +SFX 27 y ied y 2033 +SFX 20 N 1 +SFX 20 0 ness's . 2032 +SFX 103 N 1 +SFX 103 0 th . 2033 +SFX 8 N 1 +SFX 8 0 d . 2033 +SFX 46 N 1 +SFX 46 0 ked . 2033 +SFX 23 N 1 +SFX 23 e y e 2039 +SFX 113 N 1 +SFX 113 e d e 2033 +SFX 38 N 1 +SFX 38 0 sed . 2033 +SFX 148 N 1 +SFX 148 0 ist . 2029 +SFX 5 N 1 +SFX 5 0 ed . 2033 +SFX 108 N 1 +SFX 108 0 ther . 2035 +SFX 133 N 1 +SFX 133 a e a 2028 +SFX 50 N 1 +SFX 50 s des s 2028 +SFX 102 N 1 +SFX 102 0 ne . 2033 +SFX 44 N 1 +SFX 44 0 ling . 2037 +SFX 112 N 1 +SFX 112 0 zing . 2037 +SFX 73 N 1 +SFX 73 0 ger . 2035 + +BREAK 3 +BREAK — +BREAK – +BREAK - + +ICONV 6 +ICONV ’ ' +ICONV ffi ffi +ICONV ffl ffl +ICONV ff ff +ICONV fi fi +ICONV fl fl + +OCONV 1 +OCONV ' ’ + +# PHONEtic_english.h - #PHONEtic transformation rules for use with #PHONEtic.c +# Copyright (C) 2000 Björn Jacke +# +# This rule set is based on Lawrence Phillips original metaPHONE +# algorithm with modifications made by Michael Kuhn in his +# C implantation, more modifications by Björn Jacke when +# converting the algorithm to a rule set and minor +# touch ups by Kevin Atkinson +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1 as published by the Free Software Foundation; +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Björn Jacke may be reached by email at bjoern.jacke@gmx.de +# +# Changelog: +# +# 2000-01-05 Björn Jacke +# - first version with translation rules derived from +# metaPHONE.cc distributed with aspell 0.28.3 +# - "TH" is now representated as "@" because "0" is a +# meta character +# - removed TH(!vowel) --> T; always use TH --> # instead +# - dropped "^AE" -> "E" (redundant) +# - "ing" is transformed to "N", not "NK" +# - "SCH(EO)" transforms to "SK" now +# - added R --> SILENT if (after a vowel) and no (vowel or +# "y" follows) like in "Marcy" or "abort" +# - H is SILENT in RH at beginning of words +# - H is SILENT if vowel leads and "Y" follows +# - some ".OUGH.." --> ...F exceptions added +# - "^V" transforms to "W" +# 2000-01-07 Kevin Atkinson +# Converted from header to data file. +# +# 2007-08-23 László Németh +# Add PHONE header and #PHONE keywords +# +# 2010-03-09 László Németh +# Temporarily removing acuted character É +# because of the missing UTF-8 support +# +# version 1.1 + +# Documentation: http://aspell.net/man-html/PHONEtic-Code.html + +PHONE 104 +PHONE AH(AEIOUY)-^ *H +PHONE AR(AEIOUY)-^ *R +PHONE A(HR)^ * +PHONE A^ * +PHONE AH(AEIOUY)- H +PHONE AR(AEIOUY)- R +PHONE A(HR) _ +PHONE BB- _ +PHONE B B +PHONE CQ- _ +PHONE CIA X +PHONE CH X +PHONE C(EIY)- S +PHONE CK K +PHONE COUGH^ KF +PHONE CC< C +PHONE C K +PHONE DG(EIY) K +PHONE DD- _ +PHONE D T +PHONE EH(AEIOUY)-^ *H +PHONE ER(AEIOUY)-^ *R +PHONE E(HR)^ * +PHONE ENOUGH^$ *NF +PHONE E^ * +PHONE EH(AEIOUY)- H +PHONE ER(AEIOUY)- R +PHONE E(HR) _ +PHONE FF- _ +PHONE F F +PHONE GN^ N +PHONE GN$ N +PHONE GNS$ NS +PHONE GNED$ N +PHONE GH(AEIOUY)- K +PHONE GH _ +PHONE GG9 K +PHONE G K +PHONE H H +PHONE IH(AEIOUY)-^ *H +PHONE IR(AEIOUY)-^ *R +PHONE I(HR)^ * +PHONE I^ * +PHONE ING6 N +PHONE IH(AEIOUY)- H +PHONE IR(AEIOUY)- R +PHONE I(HR) _ +PHONE J K +PHONE KN^ N +PHONE KK- _ +PHONE K K +PHONE LAUGH^ LF +PHONE LL- _ +PHONE L L +PHONE MB$ M +PHONE MM M +PHONE M M +PHONE NN- _ +PHONE N N +PHONE OH(AEIOUY)-^ *H +PHONE OR(AEIOUY)-^ *R +PHONE O(HR)^ * +PHONE O^ * +PHONE OH(AEIOUY)- H +PHONE OR(AEIOUY)- R +PHONE O(HR) _ +PHONE PH F +PHONE PN^ N +PHONE PP- _ +PHONE P P +PHONE Q K +PHONE RH^ R +PHONE ROUGH^ RF +PHONE RR- _ +PHONE R R +PHONE SCH(EOU)- SK +PHONE SC(IEY)- S +PHONE SH X +PHONE SI(AO)- X +PHONE SS- _ +PHONE S S +PHONE TI(AO)- X +PHONE TH @ +PHONE TCH-- _ +PHONE TOUGH^ TF +PHONE TT- _ +PHONE T T +PHONE UH(AEIOUY)-^ *H +PHONE UR(AEIOUY)-^ *R +PHONE U(HR)^ * +PHONE U^ * +PHONE UH(AEIOUY)- H +PHONE UR(AEIOUY)- R +PHONE U(HR) _ +PHONE V^ W +PHONE V F +PHONE WR^ R +PHONE WH^ W +PHONE W(AEIOU)- W +PHONE X^ S +PHONE X KS +PHONE Y(AEIOU)- Y +PHONE ZZ- _ +PHONE Z S + +#The rules in a different view: +# +# Exceptions: +# +# Beginning of word: "gn", "kn-", "pn-", "wr-" ----> drop first letter +# "Aebersold", "Gnagy", "Knuth", "Pniewski", "Wright" +# +# Beginning of word: "x" ----> change to "s" +# as in "Deng Xiaopeng" +# +# Beginning of word: "wh-" ----> change to "w" +# as in "Whalen" +# Beginning of word: leading vowels are transformed to "*" +# +# "[crt]ough" and "enough" are handled separately because of "F" sound +# +# +# A --> A at beginning +# _ otherwise +# +# B --> B unless at the end of word after "m", as in "dumb", "McComb" +# +# C --> X (sh) if "-cia-" or "-ch-" +# S if "-ci-", "-ce-", or "-cy-" +# SILENT if "-sci-", "-sce-", or "-scy-", or "-cq-" +# K otherwise, including in "-sch-" +# +# D --> K if in "-dge-", "-dgy-", or "-dgi-" +# T otherwise +# +# E --> A at beginnig +# _ SILENT otherwise +# +# F --> F +# +# G --> SILENT if in "-gh-" and not at end or before a vowel +# in "-gn" or "-gned" or "-gns" +# in "-dge-" etc., as in above rule +# K if before "i", or "e", or "y" if not double "gg" +# +# K otherwise (incl. "GG"!) +# +# H --> SILENT if after vowel and no vowel or "Y" follows +# or after "-ch-", "-sh-", "-ph-", "-th-", "-gh-" +# or after "rh-" at beginning +# H otherwise +# +# I --> A at beginning +# _ SILENT otherwise +# +# J --> K +# +# K --> SILENT if after "c" +# K otherwise +# +# L --> L +# +# M --> M +# +# N --> N +# +# O --> A at beginning +# _ SILENT otherwise +# +# P --> F if before "h" +# P otherwise +# +# Q --> K +# +# R --> SILENT if after vowel and no vowel or "Y" follows +# R otherwise +# +# S --> X (sh) if before "h" or in "-sio-" or "-sia-" +# SK if followed by "ch(eo)" (SCH(EO)) +# S otherwise +# +# T --> X (sh) if "-tia-" or "-tio-" +# 0 (th) if before "h" +# silent if in "-tch-" +# T otherwise +# +# U --> A at beginning +# _ SILENT otherwise +# +# V --> V if first letter of word +# F otherwise +# +# W --> SILENT if not followed by a vowel +# W if followed by a vowel +# +# X --> KS +# +# Y --> SILENT if not followed by a vowel +# Y if followed by a vowel +# +# Z --> S + diff --git a/resources/dicts/en_GB.dic b/resources/dicts/en_GB.dic new file mode 100755 index 000000000..42adac20f --- /dev/null +++ b/resources/dicts/en_GB.dic @@ -0,0 +1,56507 @@ +56506 +à +3GPP/1 +AAA +Aachen/1 +aardvark/2 1 +Aarhus/1 +Aaron/1 +Aaronvitch/1 +AA 1 +Ababa/1 +aback 1 +abacus/3 1 +abaft 1 +abalone/2 1 +abandon/4 1 +abandoned 1 +abandoner/5 1 +abandonment/2 1 +abase/6 1 +abasement/2 1 +abaser/5 1 +abash/7 1 +abashed/8 1 +abashment/2 1 +abate/6 1 +abatement/2 1 +abater/5 1 +abates 2 +abattoir/2 1 +abbé +Abba/1 +abbess/3 1 +abbey/2 1 +abbot/2 1 +Abbott/1 +abbreviate/6 1 +abbreviation/2 1 +abbés +abdicate/6 1 +abdication/2 1 +abdomen/2 1 +abdominal/9 1 +abdominally +abduct/10 1 +abduction/2 1 +abductor/2 1 +Abdul/1 +Abe/1 +abeam 1 +Abel/5 1 +Abelard/1 +Abelson/1 +Aberconwy/1 +Aberdeen/5 1 +Aberdeenshire/1 +Abernathy/1 +aberrantly +aberrant 1 +aberration/2 1 +Aberystwyth/1 +abet/11 1 +abettor/2 1 +abeyance/2 1 +abeyant +abhor/12 1 +abhorrence/2 1 +abhorrent/8 1 +abhorrer/5 1 +abidance/2 1 +abide/6 3 +abider/5 1 +abiding/8 1 +Abidjan 1 +Abigail/1 +Abilene/1 +ability/13 1 +abject/14 1 +abjection/2 1 +abject 1 +abjuration/2 1 +abjuratory +abjure/6 1 +abjurer/2 1 +ablate/6 1 +ablation/2 1 +ablatively +ablative 1 +ablaze 1 +able/15 1 +able-bodied 1 +able 1 +abloom 1 +ablution/2 1 +abnegate/6 1 +abnegation/2 1 +abnormal/8 1 +abnormality/13 1 +abnormal 1 +aboard 1 +abode/16 4 +abolish/7 1 +abolisher/2 1 +abolishment/2 1 +abolition/2 1 +abolitionism/2 1 +abolitionist/2 1 +abominable/17 1 +abominate/6 1 +abomination/2 1 +aboriginal/8 1 +Aboriginals +aboriginal 1 +aborigine/2 1 +abort/10 1 +aborter 1 +abortion/2 1 +abortionist/2 1 +abortive/18 1 +abound/10 1 +abounding 1 +about 1 +aboveboard +aboveground +above 1 +abracadabra/9 1 +abrade/6 1 +abrader/5 1 +Abraham/5 1 +Abram/1 +abrasion/2 1 +abrasive/19 1 +abrasively +abreaction/2 1 +abreast 1 +abridge/6 1 +abridgement/2 1 +abridger/5 1 +abroad 1 +abrogate/6 1 +abrogation/2 1 +abrogator/2 1 +abrupt/20 1 +abs/5 1 +abscess/21 1 +abscissa/22 1 +abscission/2 1 +abscond/10 1 +absconder/2 1 +abseil/4 1 +abseiler 1 +abseiling 1 +absence/2 1 +absent/23 1 +absentee/2 1 +absenteeism/2 1 +absenter 1 +absentia/1 +absent-minded/24 1 +absent-mindedly +absinthe/2 1 +absolute/25 1 +absolution/2 1 +absolutism/2 1 +absolutist/2 1 +absolve/6 1 +absolver/5 1 +absorb/10 1 +absorbed 1 +absorbency/13 1 +absorbent/5 1 +absorber/2 1 +absorbing/8 1 +absorption/2 1 +absorptive 1 +absorptivity/5 1 +abstain/10 1 +abstainer/2 1 +abstemious/14 1 +abstention/2 1 +abstinence/2 1 +abstinent/8 1 +abstract/26 1 +abstracted/14 1 +abstracter/5 1 +abstraction/2 1 +abstractionism/5 1 +abstractionist/2 1 +abstractive 1 +abstractor/2 1 +abstruse/27 1 +absurd/20 1 +absurdity/13 1 +absurd 1 +Abu/1 +Abuja/1 +abundance/2 1 +abundant/8 1 +abusable +abuse/28 1 +abuser/2 1 +abusive/14 1 +abut/11 1 +abutment/2 1 +abutter/2 1 +abuzz 1 +abysmal/8 1 +abyss/3 1 +abyssal 1 +Abyssinia/5 1 +Abyssinian 1 +acacia/2 1 +academe/2 1 +academia/2 1 +academic/9 1 +academical/8 1 +academician/2 1 +academicianship 1 +academy/13 1 +Acadia 1 +acanthus/3 1 +Acapulco/5 1 +ACAS +acc. +accede/6 1 +accelerate/6 1 +accelerated 1 +acceleratingly +acceleration/2 1 +accelerative +accelerator/2 1 +accelerometer/2 1 +accent/29 1 +accentual/8 1 +accentuate/6 1 +accentuation/2 1 +accept/10 1 +acceptability/13 1 +acceptable/30 1 +acceptance/2 1 +acceptant 1 +accepted/8 1 +accepter/2 1 +acceptingly +acceptingness +acceptive +acceptor/2 1 +access/21 1 +accessibility/13 1 +accessible/17 1 +accession/29 1 +accessors +accessory/13 1 +accidence/5 1 +accident/2 1 +accidental/31 1 +accident-prone +acclaim/4 1 +acclaimer/5 1 +acclamation/2 1 +acclimate/6 1 +acclimation/2 1 +acclimatisation 1 +acclimatise/6 1 +acclimatiser/2 1 +acclimatization 1 +acclimatize/6 1 +acclimatizer/2 1 +acclivity/13 1 +accolade/32 1 +accommodate/6 1 +accommodating/8 1 +accommodation/2 1 +accommodative/33 1 +accompanier/5 1 +accompaniment/2 1 +accompanist/2 1 +accompany/34 1 +accomplice/2 1 +accomplish/7 1 +accomplisher/2 1 +accomplishment/2 1 +accord/29 1 +accordance/2 1 +accordant/8 1 +accorder/2 1 +according/8 1 +accordion/2 1 +accordionist/2 1 +accost/4 1 +account/29 1 +accountability/13 1 +accountable/35 1 +accountancy/13 1 +accountant/2 1 +accounting/5 1 +accoutre/6 1 +accoutrement/2 1 +Accra/5 1 +accredit/10 1 +accreditation/2 1 +accreted +accretion/2 1 +accrual/2 1 +accrue/6 1 +acct +acculturate/6 1 +acculturation/2 1 +acculturative +accumulate/6 1 +accumulation/2 1 +accumulative/18 1 +accumulator/2 1 +accuracy/13 1 +accurate/14 1 +accursed/14 1 +accusal/5 1 +accusation/2 1 +accusative/9 1 +accusatory +accuse/6 1 +accused's +accuser/2 1 +accusing/8 1 +accustom/10 1 +accustomed/33 1 +ace/36 1 +acerbate/6 1 +acerbic +acerbically +acerbity/13 1 +acer 1 +aces 5 +acetaminophen/9 1 +acetate/2 1 +acetic +acetone/2 1 +acetylene/2 1 +Achaean/5 1 +ache/32 1 +achene/2 1 +achievable +achieve/6 1 +achievement/2 1 +achiever/2 1 +Achilles 1 +aching/8 1 +achromatic 1 +achy/37 1 +acid/38 1 +acidic +acidification/5 1 +acidify/34 1 +acidity/13 1 +acidophiles +acidoses 6 +acidosis/5 7 +acidulous 1 +Ackerman/1 +acknowledge/6 1 +acknowledgeable +acknowledged/8 1 +acknowledgement/2 1 +acknowledger/2 1 +ACM +acme/2 1 +acne/2 1 +acned 1 +acolyte/2 1 +aconite/2 1 +acorn/2 1 +acoustic/39 1 +acoustical/8 1 +acoustician/5 1 +acquaint/10 1 +acquaintance/2 1 +acquaintanceship/9 1 +acquainted 1 +acquiesce/6 1 +acquiescence/2 1 +acquiescent/8 1 +acquirable +acquire/6 1 +acquirement/2 1 +acquisition/2 1 +acquisitive/14 1 +acquit/11 1 +acquittal/2 1 +acquittance/5 1 +acquitter/5 1 +acre/2 1 +acreage/2 1 +acrid/14 1 +acridity/13 1 +acrimonious/14 1 +acrimony/13 1 +acrobat/2 1 +acrobatic/40 1 +acronym/2 1 +acrophobia/2 1 +acropolis/3 1 +across 1 +acrostic/2 1 +acrylate/5 1 +acrylic/9 1 +act/29 1 +acting 1 +actinic 1 +actinide/2 1 +actinium/5 1 +actinometer/2 1 +action/29 1 +actionable 1 +activate/6 1 +activation/2 1 +activator/2 1 +active/41 1 +activism/2 1 +activist/2 1 +activity/13 1 +Acton/1 +actor/2 1 +actress/3 1 +Ac 1 +AC 1 +actual/42 1 +actualisation/9 1 +actualise/6 1 +actuality/13 1 +actualization/9 1 +actualize/6 1 +actuarial/8 1 +actuary/13 1 +actuate/6 1 +actuation/2 1 +actuator/2 1 +acuity/13 1 +acumen/2 1 +acupressure/9 1 +acupuncture/16 1 +acupuncturist/2 1 +acute/27 1 +acyclically +acyclic 1 +acyclovir/9 1 +ad/2 1 +adage/2 1 +adagio/9 1 +Adair/1 +Adam/2 1 +adamant/42 1 +Adamson/1 +adapt/10 1 +adaptability/13 1 +adaptable 1 +adaptation/2 1 +adapted/33 1 +adapter/2 1 +adaptive/18 1 +adaptivity 1 +adaptor/9 1 +ADC +add/10 1 +addable 1 +added 1 +addend/2 1 +addenda 8 +addendum/5 9 +adder/2 1 +addict/4 1 +addicted 1 +addiction/2 1 +addictive +addictiveness +Addis +Addison/1 +addition/2 1 +additional/8 1 +additive/43 1 +additivity 1 +addle/6 1 +addling 1 +add-on +add-ons +address/21 1 +addressability 1 +addressable +addressee/2 1 +addresser/2 1 +adduce/6 1 +adducer/5 1 +adducible +adduct/10 1 +adduction/5 1 +adductive +adductor/5 1 +Adelaide/5 1 +Adele/1 +Aden/5 1 +Adenauer/1 +adenine/5 1 +adenoid/9 1 +adenoidal +adept/44 1 +adequacy/13 1 +adequate/14 1 +adhere/6 1 +adherence/2 1 +adherent/43 1 +adherer/2 1 +adhesion/2 1 +adhesive/45 1 +adiabatic/46 1 +adieu/47 1 +adipose/9 1 +adiposes 10 +adipose 1 +Adirondack +Adirondacks 1 +adiós +adjacency/13 1 +adjacent/8 1 +adjectival/8 1 +adjective/2 1 +adjoin/10 1 +adjourn/10 1 +adjournment/2 1 +adjudge/6 1 +adjudicate/6 1 +adjudication/2 1 +adjudicative +adjudicator/2 1 +adjudicatory +adjunct/43 1 +adjunctive 1 +adjuration/2 1 +adjure/6 1 +adjust/10 1 +adjustable/17 1 +adjuster/2 1 +adjustive +adjustment/2 1 +adjustor's +adjutant/2 1 +Adkins +Adler/1 +adman/5 11 +admen 12 +administer/10 1 +administrable +administrate/6 1 +administration/2 1 +administrative/8 1 +administrator/2 1 +administratrix/5 1 +admin 1 +admirable/35 1 +admiral/2 1 +admiralty/13 1 +admiration/2 1 +admire/6 1 +admirer/2 1 +admiring/8 1 +admissibility/13 1 +admissible/17 1 +admission/2 1 +admit/11 1 +admittance/2 1 +admitted/8 1 +admixture/2 1 +admonish/7 1 +admonisher/5 1 +admonishing/8 1 +admonishment/2 1 +admonition/2 1 +admonitory 1 +ado/5 1 +adobe/2 1 +adolescence/2 1 +adolescent/43 1 +Adolph/1 +Adonis/5 1 +adopt/10 1 +adoptable +adopter/2 1 +adoption/2 1 +adoptive/8 1 +adorable/30 1 +adoration/2 1 +adore/6 1 +adorer/2 1 +adoring/8 1 +adorn/10 1 +adornment/2 1 +adrenaline/2 1 +adrenalin 1 +adrenal 1 +adrenally +Adrian/1 +Adriatic/5 1 +Adrienne/1 +adrift 1 +adroit/20 1 +adsorb/10 1 +adsorbate/5 1 +adsorbent 1 +adsorption/2 1 +adsorptive/8 1 +ADte +adulate/6 1 +adulation/2 1 +adulator/2 1 +adulatory +adult/48 1 +adulterant/2 1 +adulterate/6 1 +adulteration/2 1 +adulterer/2 1 +adulteress/3 1 +adulterous/8 1 +adultery/13 1 +adulthood/2 1 +adultly +adumbrate/6 1 +adumbration/2 1 +adumbrative/8 1 +advance/49 1 +advancement/2 1 +advancer/2 1 +advancing 1 +advantage/32 1 +advantageous/18 1 +advent/2 1 +adventist +adventists +Adventist's +adventitious/18 1 +adventively +adventure/32 1 +adventurer/2 1 +adventures/50 1 +adventuresome 1 +adventuress/3 1 +adventurism 1 +adventurous/14 1 +adverb/2 1 +adverbial/51 1 +adversarial +adversary/13 1 +adverse/27 1 +adversed +adversing +adversity/13 1 +advert/52 1 +advertise/6 1 +advertisement/2 1 +advertiser/2 1 +advertising/2 1 +advice/2 1 +advisability/13 1 +advisable/17 1 +advise/6 1 +advised/8 1 +advisee/2 1 +advisement/2 1 +adviser/2 1 +advisor/5 1 +advisory/53 1 +advocacy/13 1 +advocate/28 1 +advocative +adze/32 1 +Aegean/5 1 +aegis/3 1 +aegrotat/2 1 +Aeneas 1 +Aeneid 1 +aeolian 1 +Aeolus 1 +aeon/2 1 +aerate/6 1 +aeration/2 1 +aerator/2 1 +aerial/43 1 +aerialist/2 1 +aerie/2 1 +aero +aeroacoustic +aerobatic/9 1 +aerobic/54 1 +aerodrome/2 1 +aerodynamic/39 1 +aerodynamically +aero-engine/1 +aero-engines +aerofoil/2 1 +aeronautic/39 1 +aeronautical/8 1 +aeroplane/2 1 +aerosol/2 1 +aerospace/2 1 +AES +Aeschylus 1 +Aesculapius 1 +Aesop/5 1 +aesthete/9 1 +aesthetic/9 1 +aesthetically +aestheticism/2 1 +aestival +aestivate 1 +aestivation 1 +aether/5 1 +aetiologic +aetiological/8 1 +aetiology/5 1 +AFAIK 1 +afar 1 +AFC +affability/13 1 +affable/15 1 +affair/2 1 +affect/4 1 +affectation/2 1 +affected/18 1 +affecter/5 1 +affecting/8 1 +affection/16 1 +affectionate/8 1 +affective/1 +affectively +afferently +afferent 1 +affiance/28 1 +affidavit/2 1 +affiliate/28 1 +affiliation/2 1 +affine 1 +affinity/13 1 +affirm/10 1 +affirmation/2 1 +affirmative/8 1 +affix/55 1 +afflatus/3 1 +afflict/10 1 +afflicted 1 +afflicting 1 +affliction/2 1 +afflictive/8 1 +affluence/2 1 +affluent/8 1 +afford/10 1 +affordability 1 +affordable +afforest/10 1 +afforestation/2 1 +affray/29 1 +affricate/2 1 +affrication/5 1 +affricative/5 1 +affright 1 +affront/29 1 +affronted 1 +affronting 1 +Afghan/2 1 +Afghani/2 1 +Afghanistan/5 1 +Afghan 1 +aficionado/2 1 +afield 1 +afire 1 +aflame 1 +afloat 1 +aflutter +afoot 1 +afore +aforementioned +aforesaid +aforethought 1 +afoul 1 +afraid 1 +afresh 1 +Africa/5 1 +African/2 1 +Afrikaans 1 +Afrikaner/2 1 +afro 1 +aft/56 1 +after/39 1 +afterbirth/2 1 +afterburner/2 1 +after-care/1 +after-cares +after-effect/1 +after-effects +afterglow/2 1 +after-hours +after-image/1 +after-images +afterlife/5 13 +afterlives 14 +aftermath/2 1 +aftermost +afternoon/2 1 +aftershave/9 1 +aftershock/2 1 +after-taste/1 +after-tastes +afterthought/2 1 +afterwards +afterword/2 1 +Agaa/1 +against +again 1 +Agamemnon/5 1 +agape 1 +agar/2 1 +agar-agar +agate/2 1 +agave/2 1 +age/57 1 +aged/18 1 +ageing 1 +ageism/9 1 +ageist/5 1 +ageless/58 1 +agelessly +ageless 1 +age-long +agency/13 1 +agenda/2 1 +agenda's 15 +agenda 16 +agent/29 1 +agenting 1 +agentive 1 +age-old +ageratum/5 1 +Aggie/5 1 +agglomerate/28 1 +agglomeration/2 1 +agglomerative +agglutinate/6 1 +agglutination/2 1 +agglutinative +agglutinin/2 1 +aggrandise/6 1 +aggrandisement/2 1 +aggrandize/6 1 +aggrandizement/2 1 +aggravate/6 1 +aggravating/8 1 +aggravation/2 1 +aggregate/59 1 +aggregation/2 1 +aggregative +aggregatively +aggression/2 1 +aggressive/60 1 +aggressor/2 1 +aggrieve/6 1 +aggrieved/8 1 +aghast 1 +agile/61 1 +agility/13 1 +agitate/6 1 +agitated/8 1 +agitation/2 1 +agitative +agitator/2 1 +agitprop/2 1 +agleam 1 +aglitter +aglow 1 +Agnatha 1 +Agnes/1 +Agnew/1 +agnostic/2 1 +agnosticism/2 1 +agog 1 +agonise/6 1 +agonisedly +agoniser/1 +agonisers +agonisingly +agonize/6 1 +agonized/8 1 +agonizer/1 +agonizers +agonizing/8 1 +agony/53 1 +agoraphobia/2 1 +agoraphobic/9 1 +ago 1 +agouti 1 +Agra +agrarian/9 1 +agrarianism/2 1 +agrarian 1 +agree/62 1 +agreeable/30 1 +agreeing 1 +agreement/2 1 +agreer/1 +agreers +agribusiness/1 +agribusinesses +agricultural/8 1 +agriculturalist/2 1 +agriculture/2 1 +agriculturist/2 1 +Agrippa/5 1 +agrochemical/9 1 +agronomic/9 1 +agronomist/2 1 +agronomy/13 1 +aground 1 +Ag 1 +ague/2 1 +ah +aha/9 1 +Ahab/5 1 +ahead 1 +ahem/9 1 +Ahmadinejad/1 +ahoy/9 1 +aid/4 1 +Aida/1 +Aidan/1 +aide/32 1 +aide-de-camp +aide-mémoire +aider/2 1 +aides-de-camp +aigrette/2 1 +Aiken/1 +ail/4 1 +Aileen/1 +aileron/2 1 +ailing 1 +ailment/2 1 +aim/4 1 +aimer/2 1 +aimless/14 1 +ain't +Ainu 1 +air/63 1 +airbase/9 1 +airborne 1 +airbrush/21 1 +Airbus/1 +Airbuses +air-conditioned +air-conditioner +air-conditioning +air-cooled +aircraft/5 1 +aircraft-carrier/1 +aircraft-carriers +aircrew/2 1 +Airdrie +Airedale/5 1 +airer/2 1 +Aires +Aires's +airfare/9 1 +airfield/2 1 +airflow/2 1 +airframe/2 1 +airfreight/4 1 +airhead/2 1 +airing/2 1 +airlessness +airlessnesses +airless 1 +airlift/29 1 +airline/64 1 +airliner/2 1 +airlock/2 1 +airmail/65 1 +airman/5 17 +airmass +airmen's 18 +airmen 19 +airplay/9 1 +airport/2 1 +airship/2 1 +airsick/58 1 +airspace/2 1 +airspeed/2 1 +airstrip/2 1 +airtight/33 1 +airtime 1 +air-to-air +airwaves +airway/2 1 +airwoman 20 +airwomen 21 +airworthy/66 1 +airy/67 1 +aisle/32 1 +aisling 1 +aitch/3 1 +AI 1 +ajar 1 +Ajax 1 +aka +Akihabara +akimbo +akin 1 +Akron/5 1 +al +Al/5 1 +Alabama/5 1 +Alabamans +Alabamian/5 1 +alabaster/2 1 +alack 1 +alacrity/13 1 +Aladdin/5 1 +Alameda +Alamo/9 1 +Alamogordo +Alan/1 +alanine/5 1 +Alaric/1 +alarm/4 1 +alarmed 1 +alarming/8 1 +alarmist/2 1 +alas/68 1 +Alaska/5 1 +Alastair/1 +alba/5 1 +albacore/2 1 +Albania/5 1 +Albanian/2 1 +Albans +Albany 1 +alba's 22 +alba 23 +albatross/3 1 +albedo/5 1 +albeit +Albert/1 +Alberta/5 1 +Alberto/1 +albinism/2 1 +albino/2 1 +Albion/1 +Albrecht/1 +album/2 24 +albumen/2 1 +albumin/2 1 +albuminous +Albuquerque/5 1 +alchemical 1 +alchemist/2 1 +alchemy/13 1 +Alcoa +alcohol/2 1 +alcoholic/69 1 +alcoholism/2 1 +alcove/2 1 +alcoved +aldehyde/5 1 +Alden/1 +alder/2 1 +alderman/5 25 +aldermen's 26 +aldermen 27 +Alderney/5 1 +alderwoman/5 28 +alderwomen 29 +Aldrich/1 +Aldridge/1 +Aldus +ale/2 1 +aleatory +Alec/1 +Aleck +alee 1 +alehouse/2 1 +alembic/2 1 +aleph/5 1 +Aleppo/5 1 +alert/26 1 +alertedly +alerters +alerter's +Aleutian/5 1 +Aleut 1 +A-levels +alewife/5 30 +alewives 31 +Alex/1 +Alexander/5 1 +Alexandria/5 1 +Alexandrian 1 +Alexia/1 +Alexis +Alf/5 1 +Alfa/1 +alfalfa/2 1 +Alfonso/1 +Alfred/1 +Alfredo/1 +alfresco +alga/70 1 +algaecide 1 +algal 1 +alga's 32 +alga 33 +algebra/2 1 +algebraic +algebraical/8 1 +algebraist/2 1 +Alger/1 +Algeria/5 1 +Algerian/2 1 +Algiers 1 +alginate/2 1 +ALGOL 1 +Algonquian 1 +Algonquin/5 1 +algorithm/2 1 +algorithmic +algorithmically +al-Haili +Al-Haili +Alhambra/1 +Ali/1 +alias/55 1 +aliasing 1 +alias 1 +alibi/29 1 +alibis 1 +Alice/1 +Alicia/1 +alien/71 1 +alienable +alienate/6 1 +alienation/2 1 +aliener 1 +alienist/2 1 +alight/10 1 +align/10 1 +aligner/2 1 +alignment/2 1 +alike/33 1 +aliment/29 1 +alimentary +alimony/13 1 +alinement's +aliphatic +aliquot/9 1 +Alison/1 +Alistair/1 +alive/58 1 +al-Jazeera +Al-Jazeera +alkali/2 1 +alkaline +alkalinity/13 1 +alkalis/72 1 +alkalise/6 1 +alkaloid/2 1 +alkyd/9 1 +alkyl/5 1 +all/2 1 +Allah/5 1 +Allan/1 +allay/10 1 +allaying 1 +all-clear +all-day +allegation/2 1 +allege/6 1 +alleged/8 1 +Alleghenies 1 +Allegheny +allegiance/2 1 +allegiant 1 +allegoric +allegorical/73 1 +allegorising +allegorist/2 1 +allegory/13 1 +allegretto/2 1 +allegri +allegro/2 1 +allele/2 1 +allelic +alleluia/9 1 +allemande/5 1 +all-embracing +Allen/1 +Allendale +Allentown +allergen/2 1 +allergenic +allergic +allergically +allergist/2 1 +allergy/13 1 +alleviate/6 1 +alleviation/2 1 +alleviative +alleviator/2 1 +alley/2 1 +alleyway/2 1 +alliance/2 1 +allier +allies's +alligator/16 1 +all-important +all-in +all-inclusive +all-in-one +Allis +Allison/1 +alliterate/6 1 +alliteration/2 1 +alliterative/8 1 +all-night +allocable +allocatable +allocate/6 1 +allocation/2 1 +allocative +allocator/2 1 +allophone/2 1 +allophonic 1 +allot/11 1 +allotment/2 1 +allotrope/5 1 +allotropic +allotter/5 1 +all-out +allow/10 1 +allowable/35 1 +allowance/16 1 +allowed/8 1 +alloy/29 1 +all-pervading +all-powerful +all-purpose +all-round +all-rounder +allspice/5 1 +all-star +Allstate +all-time +all 1 +allude/6 1 +allure/28 1 +allurement/2 1 +alluring/8 1 +allusion/2 1 +allusive/14 1 +alluvial 1 +alluvia 34 +alluvions +alluvium/2 35 +Alma +almagest 1 +almanac/2 1 +almighty/74 1 +almond/2 1 +almoner/2 1 +almost 1 +almshouse/2 1 +almsman/5 36 +almsmen's 37 +almsmen 38 +alms 1 +alnico 1 +aloe/2 1 +Alofi/1 +aloft 1 +aloha/2 1 +alone/33 1 +alongshore +alongside +along 1 +aloof/14 1 +aloud 1 +alp/5 1 +alpaca/2 1 +Alpert/1 +alpha/2 1 +alphabet/16 1 +alphabetic +alphabetical/8 1 +alphabetisation/9 1 +alphabetise/6 1 +alphabetiser/1 +alphabetisers +alphabetization/9 1 +alphabetize/6 1 +alphabetizer/2 1 +alphanumeric/9 1 +alphanumerical/8 1 +alpha 1 +Alphonse/1 +alpine/9 1 +Alpinist/2 1 +Alps 1 +al-Qaeda/1 +Al-Qaeda/1 +al-Qa'ida/1 +Al-Qa'ida/1 +already 1 +Alsace/5 1 +Alsatian/9 1 +Alsation/1 +Alsations +al-Sharif +Al-Sharif +also-ran +also-rans +also 1 +Altai/1 +Altaic/5 1 +altar/2 1 +altarpiece/2 1 +alter/10 1 +alterable 1 +alteration/2 1 +altercate 1 +altercation/2 1 +alterer/9 1 +alternate/59 1 +alternating 1 +alternation/2 1 +alternative/38 1 +alternator/2 1 +Althea/1 +although 1 +altimeter/2 1 +altitude/2 1 +alto/2 1 +altogether 1 +Alton/1 +alto 1 +altruism/2 1 +altruist/2 1 +altruistic/46 1 +ALU +alum/2 1 +alumina/2 1 +alumina's 39 +alumina 40 +aluminium/5 1 +alumna/70 1 +alumni 41 +alumnus/5 42 +alumnuses +alundum 1 +Alva/1 +Alvarez +alveolar/8 1 +alveoli 43 +alveolus/5 44 +Alvin/1 +always +al-Zawahiri +Al-Zawahiri +ally/34 1 +Alyssa's 45 +Alyssa 46 +AMA +Amadeus/1 +amalgam/2 1 +amalgamate/6 1 +amalgamation/2 1 +amalgamative +Amalie/1 +Amanda/1 +amanuenses 47 +amanuensis/5 48 +amaranth/2 1 +amaretto/9 1 +Amarillo/1 +amaryllis/3 1 +amass/7 1 +amasser/5 1 +amateur/2 1 +amateurish/14 1 +amateurism/2 1 +amatory +amaze/28 1 +amazed/8 1 +amazement/2 1 +amazing/8 1 +Amazon/2 1 +Amazonian +ambassador/2 1 +ambassadorial 1 +ambassadorship/2 1 +ambassadress/3 1 +amber/2 1 +ambergris/3 1 +amber 1 +ambiance/2 1 +ambidexterity/13 1 +ambidextrous/8 1 +ambience/5 1 +ambient 1 +ambiguity/13 1 +ambiguous/18 1 +ambit/5 1 +ambition/16 1 +ambitious/14 1 +ambivalence/2 1 +ambivalent +ambivalently +amble/28 1 +ambler/2 1 +ambling 1 +ambrose +ambrosia/2 1 +ambrosial/8 1 +ambulance/2 1 +ambulant/9 1 +ambulate/6 1 +ambulation/2 1 +ambulatory/53 1 +ambuscade/32 1 +ambuscader/5 1 +ambush/21 1 +ambusher/2 1 +AMD +Amdahl/1 +Amelia/1 +ameliorate/6 1 +amelioration/2 1 +ameliorative +amen/75 1 +amenability/13 1 +amenable/17 1 +amend/10 1 +amendable +amender/5 1 +amendment/2 1 +amends's +amened +amening +amenity/13 1 +amenorrhoea/5 1 +Amerada +amerce/6 1 +amercement/2 1 +America/2 1 +American/2 1 +Americana 1 +Americanisation/9 1 +Americanise/6 1 +Americanism/9 1 +Americanization/9 1 +Americanize/6 1 +American 1 +americium/2 1 +Amerindian 1 +Ames +amethyst/2 1 +amethystine +amethyst 1 +Amherst/1 +Ami +amiability/13 1 +amiable/76 1 +amicability/13 1 +amicable/35 1 +amide/2 1 +amidships +amidst +amid 1 +amigo/2 1 +amine/9 1 +amino/1 +aminobenzoic +amir's +Amish/5 1 +amiss 1 +Amit/1 +amity/13 1 +Amman/5 1 +ammeter/2 1 +ammo/2 1 +ammonia/2 1 +ammoniac 1 +ammonia's 49 +ammonia 50 +ammonites +ammonium/5 51 +ammunition/2 1 +amnesia/2 1 +amnesiac/2 1 +amnesic 1 +amnesty/77 1 +amniocenteses 52 +amniocentesis/5 53 +amnion/2 1 +amniotic +Amoco/1 +amoeba/22 1 +amoebic +amoeboid +amok 1 +among +amongst +amontillado/2 1 +amorality/13 1 +amoral 1 +amorallym +amorous/14 1 +amorphous/14 1 +amortisation/9 1 +amortise/6 1 +amortization/9 1 +amortize/6 1 +Amos +amount/29 1 +amour/2 1 +amp/29 1 +amperage/2 1 +ampere/2 1 +ampersand/2 1 +amphetamine/2 1 +amphibian/2 1 +Amphibia 1 +amphibious/18 1 +amphibology/5 1 +amphitheatre/2 1 +amphora/70 1 +ample/76 1 +amplification/2 1 +amplifier/2 1 +amplify/34 1 +amplitude/2 1 +ampoule/2 1 +amputate/6 1 +amputation/2 1 +amputee/2 1 +am 54 +Amsterdam/5 1 +amt. +Amtrak/1 +amulet/2 1 +amuse/6 1 +amused/8 1 +amusement/2 1 +amuser/2 1 +amusing/18 1 +amusive 1 +Amy/1 +amyl/5 1 +amylase/2 1 +Anabaptist/2 1 +anabolic +anabolism/2 1 +anachronism/2 1 +anachronistic/46 1 +anaconda/2 1 +anaemia/2 1 +anaemic +anaemically +anaerobe/2 1 +anaerobic/46 1 +anaesthesia/2 1 +anaesthesiologist/2 1 +anaesthesiology/13 1 +anaesthetic/2 1 +anaesthetically +anaesthetisation +anaesthetisations +anaesthetise/6 1 +anaesthetiser/1 +anaesthetisers +anaesthetist/2 1 +anaesthetization +anaesthetizations +anaesthetize/6 1 +anaesthetizer/1 +anaesthetizers +anaglyph/5 1 +anagram/78 1 +anagrammatic +anagrammatically +Anaheim/1 +anal/8 1 +analecta 1 +analects 1 +analgesia/2 1 +analgesic/9 1 +analogical/8 1 +analogise/6 1 +analogize/6 1 +analogous/14 1 +analogue/2 1 +analogy/13 1 +analysable +analysand/2 1 +analyse/6 1 +analyser/9 1 +analyses 55 +analysis/5 56 +analyst/2 1 +analytic/79 1 +analytical/8 1 +analyticity/53 1 +anamorphic +anapaest/2 1 +anapaestic 1 +anaphora/5 1 +anaphoric +anaphorically +anaplasmosis/5 1 +anarchic +anarchical/8 1 +anarchism/2 1 +anarchist/2 1 +anarchistic +anarchy/13 1 +Anastasia/1 +anastigmatic +anastomoses 57 +anastomosis/5 58 +anastomotic +anathema/2 1 +anathematise/6 1 +anathematize/6 1 +Anatolia/5 1 +Anatolian 1 +anatomic +anatomical/8 1 +anatomise/6 1 +anatomist/2 1 +anatomize/6 1 +anatomy/13 1 +ancestor/16 1 +ancestral/8 1 +ancestress/3 1 +ancestry/13 1 +anchor/29 1 +anchorage/2 1 +anchoress 1 +anchoretic +anchoret 1 +anchorite/2 1 +anchoritic +anchoritism/1 +anchorman/5 59 +anchormen's 60 +anchormen 61 +anchorpeople 62 +anchorperson/9 63 +anchorwoman/5 64 +anchorwomen 65 +anchovy/13 1 +ancient/44 1 +ancillary/53 1 +Andalusia/5 1 +Andaman/1 +andante/9 1 +Andean's +Andean 1 +anded +anders +Andersen/5 1 +Anderson/1 +Andes 1 +anding +andiron/2 1 +Andorra/5 1 +Andover/1 +Andre/1 +Andrea/1 +Andreas +Andrei/1 +Andrew/2 1 +androgen/2 1 +androgenic +androgynous +androgyny/13 1 +android/2 1 +and 1 +Andy/1 +anecdotal/8 1 +anecdote/2 1 +anechoic +anemometer/2 1 +anemometry/5 1 +anemone/2 1 +aneroid 1 +aneurysm/2 1 +anew 1 +angel/16 1 +Angela/1 +Angeles +angelfish/3 1 +angelic +angelica/2 1 +angelical/8 1 +Angelina/1 +Angelo/1 +anger/29 1 +Angie/1 +angina/2 1 +angiography 1 +angioplasty/53 1 +angiosperm/2 1 +Angkor/1 +angle/32 1 +anglepoise 1 +angler/2 1 +Anglesey/1 +angleworm/2 1 +Anglia/1 +Anglican/2 1 +Anglicanism/5 1 +Anglican 1 +anglicisation +anglicisations +anglicise/6 1 +Anglicism/9 1 +anglicization/9 1 +anglicize/6 1 +angling/2 1 +Anglo-Boer +Anglo-French +Anglo-Indian +Anglo-Irish +Anglomania 1 +Anglo-Norman +Anglophile/2 1 +Anglophobe/5 1 +Anglophobia/5 1 +anglophone/2 1 +Anglo-Saxon +Anglo 1 +Angola/5 1 +angora/2 1 +angry/80 1 +angst/2 1 +angstroms +Anguilla/5 1 +anguish/21 1 +angular/8 1 +angularity/13 1 +Angus/5 1 +Anheuser/1 +anhydride/5 1 +anhydrite/5 1 +anhydrously +anhydrous 1 +aniline/2 1 +animé +animadversion/2 1 +animadvert/10 1 +animal/2 1 +animalcular +animalcule/9 1 +animalisation/9 1 +animalise/6 1 +animalism 1 +animality 1 +animalization/9 1 +animalize/6 1 +animalness +animal 1 +animate/81 1 +animated/8 1 +animating 1 +animation/2 1 +animator/2 1 +animism/2 1 +animist/9 1 +animistic +animosity/13 1 +animus/3 1 +anion/2 1 +anionic 1 +anise/2 1 +aniseed/2 1 +aniseikonic +anisette/2 1 +anisotropic +anisotropy/13 1 +Anita/1 +Ankara/5 1 +ankh/2 1 +ankle/32 1 +anklebone/2 1 +anklet/2 1 +Ann/1 +Anna/1 +Annabel/1 +annal/2 1 +annalen +annalist/2 1 +Annapolis/5 1 +Anne/1 +anneal/4 1 +annealer/2 1 +annealing 1 +annelid/2 1 +Annelida 1 +Annette/1 +annex/55 1 +annexation/2 1 +annexe/32 1 +Annie/1 +annihilate/6 1 +annihilation/2 1 +annihilative +annihilator/2 1 +anniversary/13 1 +annotate/6 1 +annotation/2 1 +annotative +annotator/2 1 +announce/6 1 +announcement/2 1 +announcer/2 1 +annoy/10 1 +annoyance/2 1 +annoyer/2 1 +annoying/8 1 +annual/42 1 +annualise/6 1 +annualize/6 1 +annuitant/2 1 +annuity/13 1 +annul/82 1 +annular/8 1 +annuli 66 +annulling 1 +annulment/2 1 +annulus/5 67 +annum +annunciate/6 1 +annunciation/2 1 +annunciator/2 1 +anode/2 1 +anodic 1 +anodise/6 1 +anodize/6 1 +anodyne/5 1 +anoint/10 1 +anointer/5 1 +anointment/2 1 +anomalies +anomalous/18 1 +anomaly/1 +anomic 1 +anomie 1 +anon. +anon 1 +anonymity/13 1 +anonymous/8 1 +anopheles/5 1 +anorak/2 1 +anorectic 1 +anorexia/2 1 +anorexic/9 1 +another/5 1 +ans/1 +Anselm/1 +ANSI/5 1 +Anson/1 +answer/29 1 +answerable 1 +answerer/2 1 +ant/16 1 +antacid/2 1 +antagonise/6 1 +antagoniser/1 +antagonisers +antagonism/2 1 +antagonist/2 1 +antagonistic/46 1 +antagonize/6 1 +antagonizer/1 +antagonizers +Antananarivo/5 1 +Antarctic/5 1 +Antarctica/5 1 +ante/5 1 +anteater/2 1 +antebellum +antecedence/2 1 +antecedent/43 1 +antechamber/2 1 +antedate/28 1 +antediluvian/9 1 +antelope/2 1 +antenatal +antenna/22 1 +anterior/42 1 +anteroom/2 1 +ante 1 +anthem/29 1 +anther/2 1 +anthill/9 1 +anthologise/6 1 +anthologist/2 1 +anthologize/6 1 +anthology/13 1 +Anthony/1 +anthracite/2 1 +anthrax/83 1 +anthropic +anthropocentric +anthropogenic +anthropoid/9 1 +anthropological/8 1 +anthropologist/2 1 +anthropology/13 1 +anthropometric +anthropometrics +anthropometry/5 1 +anthropomorphic/46 1 +anthropomorphising +anthropomorphism/2 1 +anthropomorphizing +anthropomorphous 1 +anti/9 1 +anti-abortion +anti-abortionist/1 +anti-abortionists +anti-aircraft +anti-Americanism +anti-apartheid +antibacterial/9 1 +antibiotic/2 1 +antibody/13 1 +antic/84 1 +anticancer +Antichrist 1 +anticipate/6 1 +anticipation/2 1 +anticipative/8 1 +anticipatory 1 +anticlerical/9 1 +anticlimactic +anticlimactically +anticlimax/3 1 +anticline/2 1 +anticlockwise +anticoagulant/9 1 +anticoagulation/5 1 +anticommunism/2 1 +anticommunist/2 1 +anticompetitive +antic 1 +anticyclone/2 1 +anticyclonic +antidemocratic +antidepressant/2 1 +antidisestablishmentarianism/1 +antidote/32 1 +anti-establishment +antifascist/2 1 +antiformant +antifreeze/2 1 +antifundamentalist/1 +antigen/2 1 +antigenic +antigenicity/13 1 +Antigone 1 +anti-gravity +Antigua/5 1 +anti-hero/1 +anti-heroes +antihistamine/2 1 +antihistorical +anti-hunt +anti-hunting +antiknock/2 1 +Antilles/5 1 +antilogarithm/2 1 +antilogs +antimacassar/2 1 +antimalarial/9 1 +antimatter/2 1 +antimicrobial/9 1 +antimissile/9 1 +antimony/5 1 +antinomian 1 +antinomy/5 1 +anti-nuclear +Antioch/1 +antioxidant/2 1 +antiparticle/2 1 +antipasto/85 1 +antipathetic +antipathy/13 1 +anti-personnel +antiperspirant/2 1 +antiphon/2 1 +antiphonal/42 1 +antipodal/9 1 +antipode/2 1 +antipodean/9 1 +antiquarian/2 1 +antiquarianism/2 1 +antiquary/13 1 +antiquate/6 1 +antiquated 1 +antiquation/5 1 +antique/32 1 +antiquity/13 1 +anti-racism +anti-racist +antiredeposition 1 +antiresonance/1 +antiresonator +anti-Semitic 1 +anti-Semitism/1 +antisepses 68 +antisepsis/5 69 +antiseptic/54 1 +antiserum/2 1 +antislavery 1 +antisocial/8 1 +antispasmodic/9 1 +antistatic 1 +antis 1 +antisubmarine +antisymmetric +antisymmetry +antitank +antiterrorism 1 +antitheses 70 +antithesis/5 71 +antithetic +antithetical/8 1 +antithyroid +antitoxin/2 1 +antitrust/1 +antitruster 1 +anti 1 +antivenin/2 1 +antiviral/9 1 +antivivisectionist/9 1 +antiwar +antler/2 1 +antlered +Antoine/1 +Antoinette/1 +Anton/1 +Antonio/1 +antonym/2 1 +antonymous +antral +Antrim/1 +an 1 +antsier +antsiest +ant 1 +Antwerp/5 1 +anus/3 1 +anvil/86 1 +anvilling 1 +anxiety/13 1 +anxious/14 1 +anybody/13 1 +anyhow 1 +anyone/5 1 +anything 1 +any 1 +anyway 1 +anywhere 1 +AOL +aorist 1 +aorta/2 1 +aortic 1 +Aosta/1 +apace 1 +Apache/2 1 +Apalachicola 1 +apart/33 1 +apartheid/5 1 +apartment/2 1 +apathetic/46 1 +apathy/13 1 +apatite/2 1 +ape/32 1 +apelike +Apennines +aperiodic/46 1 +aperiodicity/5 1 +aperitif/9 1 +aper 1 +aperture/2 1 +apertured +apex/3 72 +aphasia/2 1 +aphasic/9 1 +aphelia 73 +aphelion/2 74 +aphid/2 1 +aphonic 1 +aphorism/2 1 +aphoristic/46 1 +aphrodisiac/2 1 +Aphrodite/5 1 +apiarist/2 1 +apiary/13 1 +Apia's 75 +Apia 76 +apical/8 1 +apices's 77 +apiece 1 +apish/18 1 +aplenty 1 +aplomb/2 1 +apnoea 1 +APO +apocalypse/2 1 +apocalyptic +apocryphal/18 1 +apocrypha's 78 +apocrypha 79 +apogee/2 1 +apolar +apolitical/8 1 +Apollo/5 1 +Apollonian +apologetic/40 1 +apologia/2 1 +apologise/6 1 +apologiser/2 1 +apologist/2 1 +apologize/6 1 +apologizer/2 1 +apology/13 1 +apophthegm/2 1 +apoplectic 1 +apoplexy/13 1 +apostasy/13 1 +apostate/2 1 +apostatise/6 1 +apostatize/6 1 +Apostille +apostle/2 1 +apostleship/2 1 +apostolic +apostrophe/2 1 +apostrophise/6 1 +apostrophize/6 1 +apothecary/13 1 +apotheoses 80 +apotheosis/5 81 +apotheosized +apotheosizes +apotheosizing +appal/82 1 +Appalachia/5 1 +Appalachian/2 1 +appalling/8 1 +appaloosa/9 1 +appanage/5 1 +apparatchik/9 1 +apparatus/3 1 +apparel/86 1 +apparelling 1 +apparent/18 1 +apparition/2 1 +appeal/29 1 +appealer/5 1 +appealing/8 1 +appear/10 1 +appearance/2 1 +appearer/2 1 +appease/6 1 +appeasement/2 1 +appeaser/2 1 +appeasing 1 +appellant/2 1 +appellate +appellation/2 1 +appellative/51 1 +append/10 1 +appendage/2 1 +appendectomy/13 1 +appender/1 +appenders +appendicitis/3 1 +appendix/87 1 +appertain/10 1 +appetiser/2 1 +appetising +appetisingly +appetite/2 1 +appetitive +appetizer/2 1 +appetizing/8 1 +Appian +applaud/10 1 +applauder/2 1 +applause/2 1 +apple/2 1 +apple-cart/1 +apple-pie +applet/9 1 +Appleton/1 +appliance/2 1 +applicability/13 1 +applicable/17 1 +applicant/2 1 +application/2 1 +applicative/8 1 +applicator/2 1 +applier/2 1 +appliqué +appliquéd +appliquéing +appliqués +appliqué's +apply/34 1 +appoint/10 1 +appointee/2 1 +appointer/1 +appointers +appointive +appointment/2 1 +Appomattox +apportion/10 1 +apportionment/2 1 +apposite/73 1 +apposition/5 1 +appositional/8 1 +appraisal/2 1 +appraise/6 1 +appraisees +appraiser/2 1 +appraising/8 1 +appreciable/17 1 +appreciate/6 1 +appreciation/2 1 +appreciative/18 1 +appreciator/2 1 +appreciatory 1 +apprehend/10 1 +apprehender/1 +apprehensible 1 +apprehension/2 1 +apprehensive/14 1 +apprentice/32 1 +apprenticeship/2 1 +apprise/6 1 +apprisingly +approach/55 1 +approachability/5 1 +approachable 1 +approacher/1 +approachers +approbate 1 +approbation/2 1 +appropriable +appropriate/88 1 +appropriation/2 1 +appropriative 1 +appropriator/2 1 +approval/2 1 +approve/6 1 +approved 1 +approver/2 1 +approving/8 1 +approx +approximate/89 1 +approximation/2 1 +approximative +approximatively +appurtenance/2 1 +appurtenant 1 +apricot/2 1 +April/2 1 +apron/90 1 +apropos +Apr 1 +apse/2 1 +apses 82 +apsis/5 83 +apt/20 1 +aptitude/2 1 +aqua/2 1 +aquaculture/2 1 +aqualung/2 1 +aquamarine/2 1 +aquanaut/2 1 +aquaplane/32 1 +aquaria 84 +aquarium/2 85 +Aquarius/5 1 +aquatic/54 1 +aqua 1 +aquavit/2 1 +aqueduct/2 1 +aqueous/8 1 +aquiculture's +aquifer/2 1 +aquiline +Aquinas 1 +aquittal +Arab/2 1 +arabesque/2 1 +Arabia/5 1 +Arabian/2 1 +Arabic/5 1 +arability/13 1 +arable/9 1 +arachnid/2 1 +Arachnida 1 +arachnoid/5 1 +arachnophobia 1 +Arafat/1 +araldite +Aramaic 1 +Arapaho/5 1 +Ararat/5 1 +arbiter/2 1 +arbitrage/32 1 +arbitrager/2 1 +arbitrageur/9 1 +arbitrament/2 1 +arbitrary/91 1 +arbitrate/6 1 +arbitration/2 1 +arbitrative +arbitrator/2 1 +arboreal/8 1 +arboretum/2 1 +arborvitae/2 1 +arbour/2 1 +arboured +Arbroath/1 +arbutus/3 1 +arc/29 1 +arcade/32 1 +Arcadia/5 1 +Arcadian 1 +arcading 1 +arcana/5 1 +arcana's 86 +arcana 87 +arcanely +arcaneness +arcane 1 +arcanum 88 +arch/92 1 +archaeological/8 1 +archaeologist/2 1 +archaeology/13 1 +archaeopteryx 1 +archaic/46 1 +archaicness +archaise/6 1 +archaiser/1 +archaisers +archaism/2 1 +archaist/2 1 +archangel/2 1 +archbishop/2 1 +archbishopric/2 1 +archdeacon/2 1 +archdeaconry 1 +archdiocesan +archdiocese/2 1 +archduchess/3 1 +archduke/2 1 +arch-enemies +arch-enemy/1 +archer/2 1 +archery/5 1 +archetypal 1 +archetype/2 1 +archetypical 1 +archfiend/2 1 +archfool +Archibald/1 +Archie/1 +archiepiscopal 1 +Archimedes +arching/5 1 +archipelago/2 1 +architect/16 1 +architectonic/39 1 +architectural/8 1 +architecture/2 1 +architrave/2 1 +archival +archive/32 1 +archiver/1 +archivers +archivist/2 1 +archway/2 1 +arcing 1 +arclike +ARCO +arctangent 1 +Arctic/5 1 +Arcturus 1 +arcsine 1 +Arden/1 +ardency/5 1 +ardent/8 1 +ardour/2 1 +Ards/1 +arduous/14 1 +area/2 1 +areal 1 +areawide +arena/2 1 +arenaceous +aren't +areola/93 1 +areolar +Ares +are 54 +Aretha/1 +are 1 +argent/5 1 +Argentina/5 1 +Argentine/2 1 +Argentinian/9 1 +argent 1 +argon/5 1 +Argonaut/2 1 +Argos +argosy/13 1 +argot/2 1 +arguable/17 1 +argue/6 1 +arguer/2 1 +argument/2 1 +argumentation/2 1 +argumentative/14 1 +Argus 1 +argy +argy-bargied +argy-bargies +argy-bargy +Argyll/5 1 +aria/2 1 +Ariadne/5 1 +Arian/2 1 +Arianism/5 1 +arid/18 1 +aridity/13 1 +Ariel/1 +Aries/5 1 +aright 1 +arise/94 89 +ariser +arising/9 1 +aristocracy/13 1 +aristocrat/2 1 +aristocratically +aristocratic 1 +Aristophanes 1 +Aristotelian/5 1 +Aristotle/5 1 +arithmetic/5 1 +arithmetical/8 1 +arithmetician/2 1 +arithmetise +arithmetised +arithmetises +arithmetising +arithmetize +arithmetized +arithmetizes +arithmetizing +Arizona/5 1 +ark/2 1 +Arkansan 1 +Arkansas/5 1 +Arkwright/1 +Arlen/1 +Arlene/1 +Arlington/1 +arm/29 1 +armada/2 1 +armadillo/2 1 +Armageddon/5 1 +Armagh/1 +Armagnac 1 +armament/2 1 +armature/32 1 +armband/2 1 +armchair/2 1 +Armco +Armenia/5 1 +Armenian/2 1 +armer/2 1 +armful/2 1 +armhole/2 1 +arming/5 1 +armistice/2 1 +armless 1 +armlet/2 1 +armload/5 1 +Armonk/1 +armorial 1 +armour/29 1 +armourer/2 1 +armouried +armour-plate +armour-plated +armoury/13 1 +armpit/2 1 +armrest/2 1 +Armstrong/5 1 +army/13 1 +Arne/1 +Arnold/1 +aroma/2 1 +aromatherapist/2 1 +aromatherapy/53 1 +aromatic/95 1 +aromaticity/5 1 +arose 90 +around 1 +arousal/2 1 +arouse/6 1 +ARPA +Arpanet/1 +arpeggio/2 1 +arr +arrack/5 1 +arraign/10 1 +arraigning 1 +arraignment/2 1 +arrange/6 1 +arrangeable +arrangement/2 1 +arranger/2 1 +arrant/8 1 +arras/5 1 +array/29 1 +arrayer 1 +arrearage 1 +arrears +arrest/4 1 +arrestable +arrestee/2 1 +arrester/2 1 +arresting/8 1 +arrestor/2 1 +arrhythmia/2 1 +arrhythmical 1 +arrhythmic 1 +arrival/2 1 +arrive/6 1 +arriver/5 1 +arrogance/2 1 +arrogant/8 1 +arrogate/6 1 +arrogation/2 1 +arrow/29 1 +arrowhead/2 1 +arrowroot/2 1 +arroyo/2 1 +arsenal/2 1 +arsenate/5 1 +arsenic/2 1 +arsenide/5 1 +arsine/2 1 +arson/2 1 +arsonist/2 1 +art/16 1 +arête +Arte +artefact/2 1 +artefactual +Artemis 1 +arterial/8 1 +arteriolar +arteriole/2 1 +arterioscleroses 91 +arteriosclerosis/5 92 +artery/13 1 +arêtes +arête's +artesian +artful/14 1 +arthritic/9 1 +arthritis/96 1 +arthrogram/2 1 +arthropod/2 1 +Arthropoda 1 +arthroscope/9 1 +arthroscopic +Arthur/5 1 +Arthurian +artichoke/2 1 +article/32 1 +articling 1 +articulable +articulacy 1 +articular 1 +articulate/88 1 +articulation/2 1 +articulative +articulator/2 1 +articulatory 1 +Artie/1 +artifice/2 1 +artificer/2 1 +artificial/18 1 +artificiality/13 1 +artillerist/2 1 +artillery/13 1 +artilleryman/5 93 +artillerymen's 94 +artillerymen 95 +artisan/2 1 +artist/2 1 +artiste/2 1 +artistic/46 1 +artistry/13 1 +artless/14 1 +art 54 +Arturo/1 +artwork/2 1 +arty/66 1 +Aruba/5 1 +arum/2 1 +Aryan/2 1 +asap +asbestos/3 1 +asbestoses 96 +asbestosis 97 +ascaris +ascend/10 1 +ascendancy/13 1 +ascendantly +ascendant 1 +ascendency 1 +ascender/2 1 +ascending 1 +ascension/2 1 +ascent/2 1 +ascertain/10 1 +ascertainable 1 +ascertainment/2 1 +ascetic/2 1 +ascetically +asceticism/2 1 +ASCII 1 +ascorbic +Ascot/1 +ascribable +ascribe/6 1 +ascription/2 1 +ascriptive +aseptic/46 1 +asexual/8 1 +asexuality/13 1 +ash/21 1 +ashamed/8 1 +Ashanti/5 1 +ashen 1 +asher +Asheville/1 +Ashford/1 +Ashgabat/1 +Ashland/1 +ashlar/29 1 +ashlaring 1 +Ashley/1 +ashore 1 +ashram/2 1 +Ashton/1 +ashtray/2 1 +ashy/37 1 +Asia/5 1 +Asian/2 1 +Asiatech/1 +Asiatic/2 1 +aside/9 1 +asimilar +Asimov/1 +asinine/8 1 +asininity/13 1 +ask/10 1 +askance 1 +asker/2 1 +askewness +askew 1 +asking 1 +aslant 1 +asleep 1 +Asmara/1 +asocial 1 +asp/2 1 +asparagus/3 1 +aspartame/9 1 +aspect/2 1 +aspen/2 1 +asperity/13 1 +aspersion/2 1 +asphalt/71 1 +asphalter 1 +asphodel/2 1 +asphyxia/2 1 +asphyxiate/6 1 +asphyxiation/2 1 +aspic/2 1 +aspidistra/2 1 +aspirant/2 1 +aspirate/28 1 +aspiration/2 1 +aspirational +aspirationally +aspirator/2 1 +aspire/6 1 +aspirer/5 1 +aspirin/2 1 +aspiring 1 +asplenium +Asquith/1 +ass/3 1 +Assad/1 +assail/10 1 +assailable 1 +assailant/2 1 +assailing 1 +Assam/5 1 +Assamese 1 +assassin/2 1 +assassinate/6 1 +assassination/2 1 +assault/71 1 +assaulter/5 1 +assaultive +assaultively +assaultiveness +assay/4 1 +assayer/2 1 +assaying 1 +assemblage/2 1 +assemble/6 1 +assembler/2 1 +assemblies +assembly/1 +assemblyman/5 98 +assemblymen's 99 +assemblymen 100 +assemblywoman/5 101 +assemblywomen 102 +assen +assent/29 1 +assenter 1 +assenting 1 +assert/10 1 +asserted 1 +asserter/2 1 +assertion/2 1 +assertional +assertionally +assertive/14 1 +asses/97 1 +assess/7 1 +assessable +assessment/2 1 +assessor/2 1 +asset/2 1 +asseverate/6 1 +asseveration/2 1 +assiduity/13 1 +assiduous/14 1 +assign/4 1 +assignable 1 +assignation/2 1 +assignee/2 1 +assigner/2 1 +assignment/2 1 +assignor/2 1 +assimilable +assimilate/6 1 +assimilation/2 1 +assimilationist/2 1 +assimilative 1 +Assisi/1 +assist/4 1 +assistance/2 1 +assistant/2 1 +assistantship/2 1 +assister/5 1 +assize/32 1 +assn +associable 1 +associate/28 1 +associateship 1 +association/2 1 +associational +associationally +associative/8 1 +associativity/53 1 +associator/1 +associators +assonance/2 1 +assonant/9 1 +assort/10 1 +assorter/5 1 +assortment/2 1 +asst +assuage/6 1 +assumability 1 +assumable 1 +assume/6 1 +assumed 1 +assumer/5 1 +assuming 1 +assumption/2 1 +assumptive 1 +assurance/2 1 +assure/6 1 +assured/18 1 +assurer/2 1 +assuringly +Assyria/5 1 +Assyrian/5 1 +Assyriology 1 +Astana/1 +astatine/2 1 +aster/2 1 +asterisk/29 1 +astern 1 +asteroid/2 1 +asteroidal +asthma/2 1 +asthmatic/9 1 +astigmatic 1 +astigmatism/2 1 +astir 1 +Aston/5 1 +astonish/7 1 +astonished 1 +astonishing/8 1 +astonishment/2 1 +a 103 +Astor/1 +Astoria/1 +astound/10 1 +astounding/8 1 +astraddle 1 +Astrakhan 1 +astral/8 1 +astray 1 +astride 1 +astringency/13 1 +astringent/42 1 +astrolabe/2 1 +astrologer/2 1 +astrological/8 1 +astrologist/2 1 +astrology/13 1 +astronaut/2 1 +astronautic/39 1 +astronautical 1 +astronomer/2 1 +astronomic +astronomical/8 1 +astronomy/13 1 +astrophysical +astrophysicist/2 1 +astrophysics/5 1 +as 1 +astute/27 1 +Asunción +Asunción's +asunder +Aswan/5 1 +asylum/2 1 +asylum-seeker +asylum-seekers +asymmetric +asymmetrical/8 1 +asymmetry/13 1 +asymptomatic/46 1 +asymptote/2 1 +asymptotic/46 1 +asynchronism/5 1 +asynchronous/8 1 +asynchrony 1 +Atari/1 +atavism/2 1 +atavist/2 1 +atavistic 1 +ataxia/2 1 +ataxic 1 +ATC +ate/9 1 +atelier/2 1 +atemporal +ate 104 +atheism/2 1 +atheist/2 1 +atheistically +atheistic 1 +atheist 1 +Athena/5 1 +Athenian/2 1 +Athens/5 1 +atheroscleroses 105 +atherosclerosis/5 106 +Atherton/1 +athirst 1 +athlete/2 1 +athletic/40 1 +athleticism/5 1 +athwart 1 +ATi +atilt 1 +Atkins +Atkinson/1 +Atlanta/5 1 +Atlantic/5 1 +Atlantis 1 +atlas/98 1 +Atlee/1 +ATM/5 1 +Atman/5 1 +atmosphere/2 1 +atmosphered +atmospheric/9 1 +atmospherically +atoll/2 1 +atom/2 1 +atomic/99 1 +atomicity/5 1 +atomisation/9 1 +atomise/6 1 +atomiser/2 1 +atomistic +atomization/9 1 +atomize/6 1 +atomizer/2 1 +atonal/8 1 +atonality/13 1 +atone/6 1 +atonement/2 1 +atop 1 +atrial 1 +atria 107 +atrium/5 108 +atrocious/14 1 +atrocity/13 1 +atrophic +atrophy/77 1 +atropine/2 1 +A 1 +attaché +attach/7 1 +attachable +attacher/2 1 +attachment/2 1 +attach's +attack/71 1 +attackable +attacker/2 1 +attain/10 1 +attainability/13 1 +attainable/33 1 +attainably +attainder/2 1 +attainer/2 1 +attainment/2 1 +attar/2 1 +attempt/4 1 +attempter/2 1 +attend/10 1 +attendance/2 1 +attendant/2 1 +attendee/2 1 +attender/2 1 +attending 1 +attention/2 1 +attentional +attentionality +attentionally +attentive/14 1 +attenuate/6 1 +attenuation/2 1 +attenuator/2 1 +attest/10 1 +attestation/2 1 +attester/5 1 +attic/2 1 +Attica/5 1 +Attila/5 1 +attire/28 1 +attiring 1 +attitude/2 1 +attitudinal +attitudinally +attitudinise/6 1 +attorney/2 1 +attract/10 1 +attractable 1 +attractant/2 1 +attraction/2 1 +attractive/14 1 +attractor/2 1 +attributable +attribute/28 1 +attributer/5 1 +attribution/2 1 +attributional +attributionally +attributive/8 1 +attrition/2 1 +at 1 +At 1 +attune/6 1 +atwitter +Atwood/1 +atypical/8 1 +au +aubergine/2 1 +Aubrey/1 +auburn/2 1 +Auckland/1 +auction/29 1 +auctioneer/29 1 +audacious/14 1 +audacity/13 1 +Audi/1 +audibility/13 1 +audible/17 1 +audience/2 1 +audio/5 1 +audiological +audiologist/2 1 +audiology/13 1 +audiometer/2 1 +audiometric 1 +audiometry/5 1 +audiophile/2 1 +audiotape/9 1 +audiovisual/9 1 +audit/29 1 +audition/29 1 +auditive 1 +auditor/2 1 +auditorium/2 1 +auditory 1 +Audrey/1 +Audubon/1 +auger/2 1 +aught 1 +augite 1 +augment/4 1 +augmentation/2 1 +augmentative/9 1 +augmenter/2 1 +Aug 1 +augur/29 1 +augury/13 1 +august/20 1 +Augusta/5 1 +Augustan 1 +Augustine 1 +Augustinian 1 +Augusto/1 +Augusts +August's +august 1 +Augustus 1 +auk/2 1 +aunt/2 1 +auntie/2 1 +aunty/13 1 +aura/2 1 +aural/8 1 +aura's 109 +aura 110 +Aurelius +aureole/32 1 +aureomycin +auricle/2 1 +auric 1 +auricular 1 +aurora/22 1 +auroral 1 +Auschwitz +auscultate/6 1 +auscultation/2 1 +auspice/2 1 +auspices 111 +auspicious/14 1 +Aussie/2 1 +austere/100 1 +austerity/13 1 +Austin/5 1 +austral/68 1 +Australasia/5 1 +Australasian/9 1 +Australia/5 1 +Australian/2 1 +Australis +australites +Australopithecus 1 +austral 1 +Austria/5 1 +Austrian/2 1 +auteur 1 +authentic +authentically +authenticate/6 1 +authentication/2 1 +authenticator/2 1 +authenticity/13 1 +author/29 1 +authoress/68 1 +authorial +authoring 1 +authorisation/9 1 +authorise/6 1 +authoriser/1 +authorisers +authoritarian/9 1 +authoritarianism/2 1 +authoritative/14 1 +authority/13 1 +authorization/2 1 +authorize/6 1 +authorizer/2 1 +authorship/2 1 +autism/2 1 +autistic 1 +autobahn/101 1 +autobiographer/2 1 +autobiographic +autobiographical/8 1 +autobiography/13 1 +autoclave/32 1 +autocollimator/1 +autocorrelate +autocorrelated +autocorrelates +autocorrelating +autocorrelation/2 1 +autocracy/13 1 +autocrat/2 1 +autocratic +autocratically +autocross 1 +Autocue +autodialler +autodial 1 +autodidact/2 1 +autodidactic 1 +autofluorescence 1 +autofocus 1 +autogiro/2 1 +autograph/29 1 +autogyro/2 1 +autoignition/1 +autoimmune +autoimmunity/53 1 +autoloader 1 +automata 112 +automate/6 1 +automatic/54 1 +automation/2 1 +automatise/6 1 +automatism/2 1 +automatize/6 1 +automaton/2 113 +automorphism/2 1 +automotive +autonomic/9 1 +autonomous/8 1 +autonomy/13 1 +autopilot/2 1 +autopsy/77 1 +autoregressive +autorepeat +autorepeating +autorepeats +auto-suggestibility/1 +auto-suggestion +autotransformer/5 1 +auto 1 +autumn/2 1 +autumnal/8 1 +autumn 1 +auxiliary/53 1 +auxin/2 1 +AV +avail/4 1 +availability/13 1 +available/35 1 +avalanche/32 1 +Avalon/1 +avant +avant-garde +avant-gardism +avant-gardist/1 +avant-gardists +avarice/2 1 +avaricious/18 1 +Avarua/1 +avast/9 1 +avatar/2 1 +avaunt/9 1 +ave/9 1 +avenge/6 1 +avenger/2 1 +avenging 1 +avenue/2 1 +aver/102 1 +average/103 1 +averse/18 1 +aversion/2 1 +aversive +avert/10 1 +avertible +Avery/1 +Aves +avian/9 1 +aviary/13 1 +aviate 1 +aviation/2 1 +aviator/2 1 +aviatrix/87 1 +avid/73 1 +avidity/13 1 +avionic/39 1 +Avis/1 +avitaminoses 114 +avitaminosis/5 115 +Aviv/1 +avocado/2 1 +avocation/2 1 +avocational +avocationally +avoid/10 1 +avoidable/17 1 +avoidance/2 1 +avoider/2 1 +avoirdupois/5 1 +Avon/1 +avouch/7 1 +avow/10 1 +avowal/2 1 +avowed/8 1 +avower/5 1 +avuncular +AWACS +await/10 1 +awake/104 116 +awaken/10 1 +awakener/5 1 +awakening/9 1 +awake 1 +awaking 1 +award/4 1 +awarder/2 1 +aware/58 1 +awash 1 +away/105 1 +awe/32 1 +awed 1 +aweigh 1 +awe-inspiring +awe-inspiringly +awesome/14 1 +awestruck +awful/106 1 +awhile 1 +awkward/20 1 +awl/2 1 +awn/29 1 +awning/2 1 +awninged +awoken 117 +awoke 117 +AWOL 1 +awry/37 1 +axe/32 1 +axehead +axeheads +Axel/5 1 +axeman/5 118 +axemen's 119 +axemen 120 +axes 121 +axial/8 1 +axil/9 1 +axillary 1 +axiological/8 1 +axiology/5 1 +axiom/2 1 +axiomatically +axiomatic 1 +axiomatising +axiomatizing +axis/5 122 +axle/2 1 +axolotl/2 1 +axon/2 1 +ayah/2 1 +ayatollah/9 1 +Ayckbourn/1 +aye/2 1 +Ayers +Aylesbury/1 +Ayr/5 1 +Ayrshire/5 1 +azalea/2 1 +Azerbaijan/5 1 +Azeri/5 1 +Azikiwe/1 +azimuth/2 1 +azimuthal/8 1 +Aziz/1 +Azores 1 +Azov +Aztec/5 1 +Aztecan 1 +azure/16 1 +b +baa/4 1 +baaing 1 +Baal/5 1 +baas 1 +Babbage/1 +Babbitt/5 1 +babble/28 1 +babbler/2 1 +babbling 1 +Babcock/1 +babe/2 1 +babel 1 +baboon/2 1 +babushka/2 1 +baby/107 1 +babyhood/2 1 +babyish 1 +Babylon/5 1 +Babylonian/2 1 +Babylonia 1 +babysat 123 +babysit/108 124 +babysitter/2 1 +babysitting 1 +baccalaureate/2 1 +baccarat/2 1 +bacchanal/2 1 +Bacchanalian +Bacchanalians +bacchanalia 1 +Bacchus 1 +Bach/5 1 +bachelor/16 1 +bachelorhood/2 1 +bacillary +bacilli 125 +bacillus/5 126 +bacilluses +back/71 1 +backache/2 1 +backarrow +backbench/68 1 +backbencher/2 1 +backbite/109 1 +backbiter/2 1 +backboard/2 1 +backbone/2 1 +backbreaking +backchaining +backcloth/5 1 +backdate/6 1 +back-door +backdrop/110 1 +backer/2 1 +backfield/2 1 +backfill/10 1 +backfire/28 1 +backgammon/16 1 +background/71 1 +backgrounder/2 1 +backhand/71 1 +backhanded/8 1 +backhander/2 1 +backhoe/9 1 +backing/2 1 +backlash/21 1 +backlasher 1 +backless 1 +backlit 127 +backlog/111 1 +backorder 1 +backpack/29 1 +backpacker/2 1 +backpacking 1 +back-pedal +back-pedalled +back-pedalling +backplane/1 +backplanes +backplate/2 1 +backrest/2 1 +backscatter/10 1 +backscattering 1 +backscatter's +back-seat +backside/2 1 +backslapper/2 1 +backslapping/5 1 +backslash/68 1 +backslashed +backslashing +backslide/112 1 +backslider/2 1 +backslid 1 +backspace/28 1 +backspin/2 1 +backstabber/5 1 +backstabbing 1 +backstage 1 +backstairs +backstitch/21 1 +backstop/110 1 +backstreet/5 1 +backstretch/3 1 +backstroke/32 1 +backtalk/9 1 +back-to-back +backtrack/10 1 +backtracker/1 +backtrackers +back-up +backup/2 1 +back-ups +backup 1 +Backus +backward/41 1 +backwash/21 1 +backwater/2 1 +backwood/9 1 +backwoodsman/5 128 +backwoodsmen's 129 +backwoodsmen 130 +backyard/2 1 +bacon/2 1 +baconer/5 1 +bacteria/5 1 +bacterial/8 1 +bacteria's 131 +bacteria 132 +bactericidal +bactericide/2 1 +bacteriologic +bacteriological 1 +bacteriologist/2 1 +bacteriology/13 1 +bacteriophage 1 +bacteriophora +bacterium/5 133 +bad/14 134 +baddie/2 1 +baddish +bad-egg +Baden/1 +bade 135 +badge/32 1 +badger/29 1 +badinage/32 1 +badland/9 1 +badman/5 136 +badmen's 137 +badmen 138 +badminton/5 1 +badmouth/10 1 +bad-tempered +bad 1 +Baedeker/5 1 +Baffin/1 +baffle/28 1 +bafflement/2 1 +baffler/2 1 +baffling/8 1 +bag/111 1 +bagatelle/2 1 +bagel/2 1 +bagful/2 1 +baggage/2 1 +baggageman/5 139 +baggagemen's 140 +baggagemen 141 +bagged's +bagger/2 1 +bagging/5 1 +Baghdad/5 1 +bagpipe/36 1 +bagpiper/2 1 +baguette/2 1 +baggy/113 1 +bah/9 1 +Bahamas/5 1 +Bahrain/5 1 +bail/29 1 +bailable 1 +bailee/2 1 +bailer 1 +bailey/9 1 +bailiff/2 1 +bailiwick/2 1 +bailout/2 1 +bailsman/5 142 +bailsmen's 143 +bailsmen 144 +Baird/1 +Bairiki/1 +bairn/2 1 +bait/29 1 +baiter/5 1 +baiting 1 +baize/5 1 +Baja/1 +bake/28 1 +bakehouse/5 1 +Bakelite/5 1 +baker/2 1 +Bakersfield/1 +bakery/13 1 +Bakewell/1 +baking/5 1 +baklava/5 1 +baksheesh/114 1 +Baku/5 1 +balaclava/2 1 +balalaika/2 1 +balance/32 1 +balancedness +balancer/2 1 +balboa/2 1 +balconied +balcony/13 1 +bald/115 1 +balderdash/3 1 +baldric/5 1 +Baldwin/5 1 +baldy 1 +bale/32 1 +Balearic/1 +baleen/2 1 +baleful/106 1 +baler/2 1 +Balfour/1 +Bali/5 1 +Balinese/5 1 +baling 1 +Balkan/2 1 +balkanisation +balkanisations +balkanise +balkanised +balkanises +balkanising +balkanization/9 1 +balkanize/6 1 +ball/29 1 +ballad/2 1 +ballade/2 1 +balladeer/2 1 +balladry/13 1 +Ballard/1 +ballast/29 1 +ball-bearing +ball-bearings +ballcock/9 1 +baller/2 1 +ballerina/2 1 +ballet/2 1 +balletic 1 +ballfields +ballgame/9 1 +balling 1 +ballistic/39 1 +balloon/71 1 +ballooners +ballooner's +ballooning 1 +balloonist/2 1 +ballot/29 1 +balloter/5 1 +ballpark/2 1 +ballplayer/2 1 +ballpoint/2 1 +ballroom/2 1 +ballsy/37 1 +balm/2 1 +balmy/66 1 +baloney/2 1 +balsa/2 1 +balsam/29 1 +balsamic 1 +Baltic/5 1 +Baltimore/5 1 +Baluchistan/1 +balun +baluster/2 1 +balustrade/2 1 +Balzac/5 1 +ballyhoo/29 1 +Ballymena/1 +Ballymoney/1 +Bamako/5 1 +Bambi/1 +bamboo/2 1 +bamboozle/6 1 +ban/116 1 +banal/8 1 +banality/13 1 +banana/2 1 +Banbridge/1 +Banbury/1 +Bancroft/1 +band/29 1 +bandage/32 1 +bandager/5 1 +bandanna/5 1 +Bandar/1 +bandbox/3 1 +bandeau/117 1 +bander/5 1 +banding/5 1 +bandit/2 1 +banditry/13 1 +bandmaster/2 1 +bandoleer/2 1 +bandpass +bandsman/5 145 +bandsmen's 146 +bandsmen 147 +bandstand/2 1 +bandstop +bandwagon/2 1 +bandwidth/2 1 +bandy/118 1 +bandying 1 +bandy-legged +bane/5 1 +baneful/119 1 +bane 1 +bang/71 1 +Bangalore/1 +banger/2 1 +Bangkok/5 1 +Bangladesh/5 1 +Bangladeshi/5 1 +bangle/2 1 +Bangor/1 +Bangui/5 1 +banish/7 1 +banisher/5 1 +banishment/2 1 +banister/2 1 +banjo/2 1 +banjoist/2 1 +Banjul/1 +bank/29 1 +bankable 1 +bankbook/2 1 +bankcard/9 1 +banker/2 1 +banking/2 1 +banknote/9 1 +bankroll/29 1 +bankrupt/29 1 +bankruptcy/13 1 +bankrupt 1 +banner/29 1 +Bannerman/1 +banner 1 +bannister/2 1 +bannock/2 1 +banns 1 +banquet/29 1 +banqueter/2 1 +banquette/2 1 +banshee/2 1 +bantam/2 1 +bantamweight/2 1 +banter/4 1 +banterer/5 1 +bantering/8 1 +Bantu/5 1 +banzai/9 1 +banyan/2 1 +baobab/2 1 +baptise/6 1 +baptiser/1 +baptisers +baptism/2 1 +baptismal/8 1 +baptist/2 1 +baptistery/13 1 +baptistry's +bar/120 1 +barb/29 1 +Barbados/5 1 +Barbara/1 +barbarian/2 1 +barbarianism/2 1 +barbaric/46 1 +barbarise/6 1 +barbarism/2 1 +barbarity/13 1 +barbarize/6 1 +barbarous/18 1 +Barbary 1 +barbecue/32 1 +barbecuer 1 +barbedness +barbedwire/1 +barbedwires +barbel/2 1 +barbell/2 1 +barber/29 1 +barberry/13 1 +barbershop/2 1 +Barbette/1 +barbital/5 1 +barbiturate/2 1 +Barbour/5 1 +Barbuda/5 1 +barcarole/2 1 +Barcelona/5 1 +Barclay/1 +Barclaycard 1 +Barclays +bard/29 1 +bardic 1 +bare/121 1 +bareback +barefaced/18 1 +barefoot +bare-foot +barefooted +bare-footed +barehanded +bareheaded 1 +barelegged +Barents +barf/4 1 +barflies +barfly's +barfly 1 +bargain/71 1 +bargain-basement +bargainer/2 1 +barge/32 1 +bargeman/5 148 +bargemen's 149 +bargemen 150 +bargepole/5 1 +bargied +bargies +bargy +barhop/122 1 +baritone/2 1 +barium/5 1 +bark/29 1 +barkeep/9 1 +barkeeper/2 1 +barker/2 1 +Barkley's +barley/2 1 +barleycorn/2 1 +Barlow/1 +barmaid/2 1 +barman/5 151 +barmen's 152 +barmen 153 +barn/29 1 +Barnabas +barnacle/2 1 +barnacled +Barnard/1 +Barnardos +Barnes +Barnet/1 +Barnett/1 +Barney/1 +barnful 1 +barnsful +Barnsley/1 +Barnstaple/1 +barnstorm/10 1 +barnstormer/2 1 +Barnum/1 +barnyard/5 1 +Baroda/1 +barometer/2 1 +barometric +barometrically +baron/2 1 +baronage/2 1 +baroness/1 +baronesses +baronet/2 1 +baronetcy/13 1 +baronial +barony/13 1 +baroque/123 1 +baroquely +barque/2 1 +Barr/1 +barrack/4 1 +barracker/5 1 +barracking 1 +barracks 1 +barracuda/2 1 +barrage/32 1 +barre/32 1 +barrel/86 1 +barrelling 1 +barren/58 1 +Barrett/1 +barrette/2 1 +barricade/32 1 +Barrichello/1 +Barrie/5 1 +barrier/2 1 +barring/9 1 +barrio/2 1 +barrister/2 1 +Barron/1 +bar-room/1 +bar-rooms +Barrow +barrow/2 1 +Barrow-in-Furness +Barry/1 +Barrymore/1 +barstool/2 1 +Barstow/1 +Bart/1 +bartender/2 1 +barter/4 1 +barterer/2 1 +Bartholomew/1 +Bartók +Bartók's +Bartlett/1 +Bartley/1 +Barton/1 +bar 1 +barycentre/1 +barycentric +baryon/2 1 +bas/124 1 +basal/8 1 +basalt/2 1 +basaltic +base/125 1 +baseball/2 1 +baseband +baseboard/2 1 +Basel/5 1 +baselessness +baseless 1 +baseline/2 1 +baseman/5 154 +basemen's 155 +basemen 156 +basement/2 1 +baseplate/5 1 +bases 157 +basetting +bash/55 1 +basher 1 +bashful/14 1 +bashing 1 +basic/54 1 +basil/2 1 +basilar +Basildon/1 +basilica/2 1 +basilica's 158 +basilica 159 +basilisk/2 1 +basin/2 1 +basined +basinful/9 1 +Basingstoke/1 +basis/5 160 +bask/10 1 +basket/2 1 +basketball/2 1 +basketful 1 +basketry/13 1 +basketwork/2 1 +basophilic +Basque/2 1 +bas-relief +bas-reliefs +bass/3 1 +basset/16 1 +Basse-Terre/1 +Basseterre/5 1 +Bassett/1 +bassinet/2 1 +bassist/2 1 +basso/2 1 +bassoon/2 1 +bassoonist/2 1 +bass 1 +basswood/2 1 +bast/65 1 +bastard/43 1 +bastardisation/9 1 +bastardise/6 1 +bastardization/9 1 +bastardize/6 1 +bastardy/5 1 +baste/28 1 +baster/2 1 +Bastille/1 +basting/5 1 +bastion/2 1 +bastioned +bas 1 +bat/126 1 +Batavia/1 +batch/21 1 +batcher 1 +bate/28 1 +Bateman/1 +bater +bath/29 1 +bathe/28 1 +bather/2 1 +bathetic +bathhouse/2 1 +bathing 1 +bathmat/9 1 +bathos/3 1 +bathrobe/2 1 +bathroom/2 1 +bathroomed +bathtub/2 1 +bathwater 1 +bathyscaphe's +bathysphere/2 1 +batik/16 1 +batiste/2 1 +batman 161 +batmen 162 +baton/2 1 +Bator/1 +batsman/5 163 +batsmen's 164 +batsmen 165 +BA 1 +battalion/2 1 +batten/29 1 +battening 1 +batter/29 1 +batterer/9 1 +battery/13 1 +batting/5 1 +battle/32 1 +battleaxe 1 +battle-cry +battledore/16 1 +battledress +battlefield/2 1 +battlefront/2 1 +battleground/2 1 +battlement/2 1 +battlemented +battler/2 1 +battleship/2 1 +battling 1 +batty/37 1 +bauble/2 1 +baud/5 1 +Bauer/1 +Bauhaus/5 1 +baulk/29 1 +baulker/1 +baulkiness/1 +baulky/37 1 +Bausch/1 +bauxite/5 1 +Bavaria/5 1 +Bavarian/2 1 +bawd/2 1 +bawdy/67 1 +bawl/4 1 +bawler/5 1 +bawling 1 +Baxter/1 +bay/29 1 +Bayard/1 +bayberry/13 1 +Bayesian +Baylor/1 +bayonet/29 1 +Bayonne/5 1 +bayou/2 1 +bay 1 +bazaar/2 1 +bazillion +bazillions +bazooka/2 1 +BBC/1 +bbl 1 +BBQ +BBS 1 +BCD +bêche +BC 1 +bdrm +be/127 166 +Bea/1 +beach/21 1 +beachcomber/2 1 +beachhead/2 1 +beachwear/5 1 +beacon/29 1 +Beaconsfield/1 +bead/29 1 +beading/2 1 +beadle/2 1 +beadsman/5 167 +beadsmen's 168 +beadsmen 169 +beadworker +beady/37 1 +beagle/32 1 +beagling 1 +beak/90 1 +beaker/2 1 +Beale/1 +beam/29 1 +beamer/2 1 +beaming 1 +beam-width +bean/29 1 +beanbag/2 1 +beaner/2 1 +beanie/2 1 +beano 1 +beanpole/2 1 +beanstalk/2 1 +bear/128 170 +bearable/17 1 +bear-baiting +beard/29 1 +beardedness +beardless 1 +Beardsley/1 +bearer/2 1 +bearing/2 1 +bearish/14 1 +bearlike 1 +bearskin/2 1 +beast/2 1 +beasties +beastings/1 +beastly/66 1 +beat/129 1 +beatable 1 +beatably +beater/2 1 +beatific/46 1 +beatification/2 1 +beatify/34 1 +beating/2 1 +beatitude/2 1 +Beatles +beatnik/2 1 +Beatrice/5 1 +beau/130 1 +Beauchamps +Beaufort/1 +Beaujolais 1 +Beaumont/1 +beaut/2 1 +beauteous/18 1 +beautician/2 1 +beautific +beautification/2 1 +beautifier/2 1 +beautiful/8 1 +beautify/34 1 +beaut 1 +beauty/13 1 +beaver/29 1 +Beaverton/1 +bebop/16 1 +becalm/10 1 +became 171 +because +beck/29 1 +Becket/5 1 +Beckett/5 1 +Beckham/1 +beckon/4 1 +Becky/1 +becloud/10 1 +become/104 172 +becoming/8 1 +Becquerel +BECTa +bed/131 1 +bedaub/10 1 +bedazzle/6 1 +bedazzlement/2 1 +bedbug/2 1 +bedchamber/5 1 +bedclothes 1 +bedder/2 1 +bedding/2 1 +Bede/1 +bedeck/10 1 +bedevil/82 1 +bedevilling 1 +bedevilment/2 1 +bedfellow/2 1 +Bedford/1 +Bedfordshire/1 +bedim/132 1 +bedizen/10 1 +bedlam/2 1 +bedlinen +bedmaker/2 1 +bedmate/2 1 +Bedouin/5 1 +bedpan/2 1 +bedpost/2 1 +bedraggle/6 1 +bedridden +bedrock/2 1 +bedroll/2 1 +bedroom/2 1 +bedroomed +bedroom 1 +bedsheets +bedside/2 1 +bedsit/9 1 +bedsitter/5 1 +bedsore/2 1 +bedspread/2 1 +bedspring/2 1 +bedstead/2 1 +bedstraw/5 1 +bedtime/2 1 +bed-wetting +Bedworth/1 +bee/2 1 +Beeb +Beebe/1 +beebread/2 1 +beech/3 1 +beechen 1 +beecher +beechnut/2 1 +beechwood 1 +beef/133 1 +beefburger/2 1 +beefcake/2 1 +beefeater 1 +beefsteak/2 1 +beefy/66 1 +beehive/2 1 +bee-keeper/1 +bee-keepers +bee-keeping/1 +beeline/28 1 +Beelzebub/5 1 +beep/29 1 +beeper/2 1 +beer/2 1 +Beerbohm/1 +beermat +beermats +Beersheba/1 +beery/37 1 +beeswax/65 1 +beet/2 1 +Beethoven/5 1 +beetle/134 1 +beetler 1 +beetling 1 +beetroot/5 1 +befall/135 173 +befell 174 +befit/11 1 +befit's +befitting/8 1 +befog/136 1 +beforehand +before 1 +befoul/10 1 +befriend/10 1 +befuddle/6 1 +befuddlement/2 1 +beg/137 1 +began 175 +Begawan/1 +beggar/29 1 +beggarly/74 1 +beggar-my-neighbour +beggary/5 1 +begging 1 +begin/138 176 +beginner/2 1 +beginning/2 1 +begone/109 1 +begonia/2 1 +begot 177 +begotten 177 +begrime/6 1 +begrudge/6 1 +begrudger +begrudging/8 1 +beguile/6 1 +beguilement/2 1 +beguiler/2 1 +beguilingly +beguine/2 1 +begum/16 1 +begun 175 +behalf/139 1 +behave/6 1 +behaver 1 +behaviour/2 1 +behavioural +behaviourally +behavioured +behaviourism/2 1 +behaviourist/2 1 +behaviouristic +behead/10 1 +beheading 1 +beheld 178 +behemoth/2 1 +behest/2 1 +behind/9 1 +behindhand +behind 1 +behold/140 179 +beholden +beholder/2 1 +behove/141 1 +beige 1 +Beijing/5 1 +being/2 1 +Beirut/5 1 +bejewel/82 1 +bejewelling 1 +belabour/10 1 +belabour's +Belarus/5 1 +belate/142 1 +belated/18 1 +belay/4 1 +belch/55 1 +beleaguer/10 1 +Belfast/5 1 +belfry/13 1 +Belgian/2 1 +Belgium/5 1 +Belgrade/5 1 +Belgrano/1 +belie/141 180 +belief/143 1 +belier/5 1 +believability/5 1 +believable/17 1 +believe/6 1 +believer/2 1 +belittle/6 1 +belittlement/2 1 +belittler/5 1 +Belize/5 1 +bell/29 1 +Bella/1 +belladonna/2 1 +Bellamy/1 +bellboy/2 1 +belle/32 1 +belletrist/2 1 +belletristic +Belleville/1 +bellflower/5 1 +bellhop/2 1 +bell-hop's +bellicose/18 1 +bellicosity/13 1 +belligerence/2 1 +belligerency/13 1 +belligerent/43 1 +belling 1 +Bellini/1 +bellman/5 181 +bellmen's 182 +bellmen 183 +bellow/4 1 +bell-ringer +bell-ringers +bellwether/2 1 +Bellwood +Belmont/1 +Belmopan/1 +Beloit +belong/10 1 +belonging/2 1 +belongingness +beloved/9 1 +below 1 +belt/29 1 +belt-fed +belting/5 1 +Belton/1 +Beltsville/1 +beltway/2 1 +beluga/2 1 +belvedere/5 1 +bely +belying 184 +belly/34 1 +bellyache/32 1 +bellyacher/5 1 +bellybutton/2 1 +bellyful/9 1 +bellying 1 +belly's +beman +bemire/6 1 +bemoan/10 1 +bemoaning 1 +bemuse/6 1 +bemused/8 1 +bemusement/2 1 +Ben/1 +bench/21 1 +bencher/5 1 +benchmark/29 1 +benchmarking 1 +bend/144 1 +bendable 1 +bended 1 +bender/2 1 +bending 1 +beneath 1 +Benedict/5 1 +Benedictine/5 1 +benediction/2 1 +benedictory +benefaction/2 1 +benefactor/2 1 +benefactress/68 1 +benefice/32 1 +beneficence/2 1 +beneficent/8 1 +beneficial/18 1 +beneficiary/13 1 +benefit/29 1 +benefiter/2 1 +Benelux/5 1 +benevolence/2 1 +benevolent/18 1 +Bengal/5 1 +Bengali/5 1 +Benghazi/5 1 +benighted/33 1 +benightedly +benign/8 1 +benignant 1 +benignity/13 1 +Benin/5 1 +Benjamin/1 +Bennett/1 +Bennington/5 1 +Benson/1 +Bentley/1 +Bentleys +Benton/1 +bent 1 +bentwood/2 1 +benumb/10 1 +benumbed 1 +Benz/1 +Benzedrine/5 1 +benzene/2 1 +benzine/2 1 +Benny/1 +BeOS +Beowulf/1 +bequeath/10 1 +bequest/2 1 +berate/6 1 +Berber/5 1 +bereave/6 185 +bereavement/2 1 +bereft 186 +Beresford/1 +beret/2 1 +berg/2 1 +Bergen/5 1 +Berger/1 +Bergerac/1 +Bergman/1 +Bergstrom/1 +beribbon +beribboned +beriberi/2 1 +Bering +Berk +Berkeley/5 1 +berkelium/5 1 +Berkowitz/1 +Berkshire/5 1 +Berlin/5 1 +Berliner/2 1 +Berlioz/1 +Berlitz/1 +Berlusconi/1 +berm/2 1 +Berman/1 +Bermuda/5 1 +Bern/5 1 +Bernadette/1 +Bernadine/1 +Bernard/1 +Bernardino/1 +Bernardo/1 +Berne/5 1 +Bernhard/1 +Bernhardt/1 +Bernice/1 +Bernie/1 +Bernoulli/1 +Bernstein/1 +berry/77 1 +berrying 1 +berrylike 1 +berserk/145 1 +berserker/5 1 +Bert/1 +berth/29 1 +Bertha/1 +Bertram/1 +Bertrand/1 +Berwick/1 +Berwick-upon-Tweed/1 +beryl/2 1 +beryllium/5 1 +beseech/7 187 +beseecher/2 1 +beseeching/42 1 +beseem/10 1 +beseeming 1 +beset/108 1 +beside/9 1 +besiege/6 1 +besieger/2 1 +besieging 1 +besmear/10 1 +besmirch/7 1 +besom/29 1 +besot/11 1 +besotted 1 +besought 188 +bespangle/6 1 +bespatter/10 1 +bespeak/140 189 +bespectacled +bespoken 190 +bespoke 190 +Bessel/1 +Bessemer +Bessie/1 +bes 191 +best/4 1 +bester +bestial/8 1 +bestiality/13 1 +bestiary/13 1 +bestir/12 1 +best-known +bestow/10 1 +bestowal/2 1 +bestrew/146 1 +bestride/147 192 +bestrode 193 +best-seller +best-sellers +best-selling +bes 1 +best 194 +bestubble +bestubbled +bet/126 1 +beta/2 1 +betake/94 195 +beta's 196 +beta 197 +betatron/5 1 +betcha +betel/2 1 +Betelgeuse 1 +Beth/1 +Bethany/1 +bethel/5 1 +Bethesda/1 +bethink/140 198 +Bethlehem/1 +bethought 199 +betide/109 1 +betimes +betoken/10 1 +betook 200 +betray/10 1 +betrayal/2 1 +betrayer/2 1 +betroth/10 1 +betrothal/2 1 +betrothed 1 +Betsey/1 +Betsy +Bette/1 +better/29 1 +bettering 1 +betterment/2 1 +better-off +better 194 +Betties +betting 1 +between/9 1 +betweenness/1 +between 1 +betwixt 1 +Betty/1 +Beulah/1 +bevel/148 1 +beveller/2 1 +bevelling 1 +beverage/2 1 +Beverley/1 +Beverly +bevy/13 1 +bewail/10 1 +bewailing 1 +beware/6 1 +bewhisker/149 1 +bewigged +bewilder/10 1 +bewildered/8 1 +bewilderedness +bewildering/8 1 +bewilderment/2 1 +bewitch/7 1 +bewitching/8 1 +bewitchment/2 1 +Bexley/1 +beyond 1 +bezel/2 1 +bezique 1 +bf +Bhopal/1 +Bhutan/5 1 +bi/150 1 +biannual/8 1 +bias/151 1 +biased 1 +biasing 1 +bias 1 +biathlon/2 1 +biaxial/8 1 +bib/152 1 +bible/2 1 +biblical/8 1 +biblicist/2 1 +bibliographer/2 1 +bibliographic +bibliographical/8 1 +bibliography/13 1 +bibliophile/2 1 +bibulous 1 +bicameral +bicameralism/2 1 +bicarb/2 1 +bicarbonate/2 1 +bicentenary/53 1 +bicentennial/9 1 +biceps 1 +bichromate/5 1 +bichromated +bicker/4 1 +bickerer/2 1 +bickering's +biconcave +biconnected +biconvex +bicuspid/9 1 +bicycle/32 1 +bicycler/2 1 +bicyclist/2 1 +bid/153 201 +biddable 1 +bidder/2 1 +bidding/2 1 +Biddle/1 +biddy/13 1 +bide/6 202 +bider/5 1 +bidet/2 1 +bidiagonal +bidirectional +bidirectionally +biennial/42 1 +biennium/2 1 +bier/5 203 +bifocal/9 1 +bifurcate/89 1 +bifurcation/2 1 +big/154 1 +bigamist/2 1 +bigamous 1 +bigamy/13 1 +big-boned +Bigelow/1 +biggie/5 1 +bigging 1 +biggish 1 +bighead/2 1 +bighearted/24 1 +bighorn/2 1 +bight/29 1 +bigmouth/2 1 +big-name +bigot/2 1 +bigoted/8 1 +bigoting +bigotry/13 1 +bigwig/2 1 +biharmonic +bijection/2 1 +bijective +bijectively +bijou/117 1 +bike/32 1 +biker/2 1 +bikini/2 1 +bikinied +bilabial 1 +bilateral/18 1 +bilayer/9 1 +Bilbao/1 +bilberry/13 1 +bile/2 1 +bi-level +bilge/32 1 +bilharzia 1 +biliary 1 +bilinear +bilingual/42 1 +bilingualism/2 1 +bilious/58 1 +bilk/4 1 +bilker/2 1 +bill/29 1 +billable 1 +billboard/29 1 +biller/2 1 +billet/29 1 +billiard/2 1 +Billie/1 +billies +billing/2 1 +billion/2 1 +billionaire/2 1 +billionaires 1 +billionfold +billionth/9 1 +billion 1 +billow/29 1 +billowy/37 1 +billposters +billy/1 +billy-goat +bimbo/2 1 +bimetallic 1 +bimetallism/2 1 +bimodal +bimolecular/8 1 +bimonthlies +bimonthly 1 +bin/116 1 +binary/53 1 +binaural/8 1 +bind/128 204 +binder/2 1 +bindery/13 1 +binding/38 1 +bindle/5 1 +bindweed/2 1 +binge/32 1 +bingen +Bingham/1 +Binghamton 1 +Bingley/1 +bingo/2 1 +binnacle/2 1 +binocular/42 1 +binodal +binomial/43 1 +binuclear +biochemical/42 1 +biochemist/2 1 +biochemistry/13 1 +biodegradability/53 1 +biodegradable +biodiversity/53 1 +bioengineering/5 1 +bioethics +biofeedback/2 1 +biog/9 1 +biographer/2 1 +biographic +biographical/8 1 +biograph 1 +biography/13 1 +biol +biological/8 1 +biologic 1 +biologist/2 1 +biology/13 1 +biomass/3 1 +biomedical +biomedicine/5 1 +biometric/39 1 +biometry/5 1 +biomolecule/9 1 +biomorph 1 +bionic/39 1 +bionically +bionic 1 +biophysic +biophysical/8 1 +biophysicist/2 1 +biophysics/5 1 +biopic/9 1 +biopsy/77 1 +biorhythm/9 1 +bioscience/9 1 +biosphere/2 1 +biostatistic +biostatistics +biosynthesized +biota 1 +biotechnological 1 +biotechnologist/2 1 +biotechnology/13 1 +biotic 1 +biotin/2 1 +bipartisan +bipartisanship/2 1 +bipartite/8 1 +bipartition/5 1 +biped/2 1 +bipedal +bipedalism 1 +biped 1 +biplane/2 1 +bipolar +bipolarity/13 1 +biracial +birch/114 1 +birchen 1 +birch 1 +bird/29 1 +birdbath/2 1 +birdbrain/2 1 +birdbrained +birdcage/2 1 +birder/2 1 +birdhouse/2 1 +birdie/57 1 +birding 1 +birdlike +birdlime/32 1 +birdseed/2 1 +birdsong 1 +birdtables +birdwatch/155 1 +birdwatcher/2 1 +birdwatching 1 +birefringence/5 1 +birefringent +biretta/2 1 +Birgit/1 +Birkenhead/1 +Birmingham/5 1 +Biro/5 1 +birth/29 1 +birthday/2 1 +birthing 1 +birthmark/2 1 +birthplace/2 1 +birthrate/2 1 +birthright/2 1 +birthstone/2 1 +Biscay/1 +Biscayne/1 +biscuit/2 1 +bisect/10 1 +bisection/2 1 +bisector/2 1 +biserial 1 +bisexual/43 1 +bisexuality/13 1 +Bishkek/1 +bishop/29 1 +bishopric/2 1 +Bishopsgate/1 +Bismarck/5 1 +Bismark/1 +bismuth/5 1 +bison/5 1 +bisque/2 1 +Bissau/5 1 +bi's 205 +bistable +bistate +bi 206 +bistro/2 1 +bis 207 +bisyllabic +bit/16 1 +bitblt +bitblts +bitch/21 1 +bitchily 1 +bitchy/66 1 +bite/156 1 +biter/2 1 +biting/8 1 +bitmap/2 1 +BITNET 1 +bitser/1 +bitter/26 1 +bittern/2 1 +bitternut/5 1 +bitterroot/5 1 +bitter-sweet +bitter-sweetly +bitter-sweetness +bittiness +bitumen/2 1 +bituminous +bitwise +bitty/37 1 +bivalent 1 +bivalve/2 1 +bivalved +bivalve 1 +bivariate 1 +bivouac/84 1 +biweeklies +biweekly 1 +biyearly 1 +biz/157 1 +bizarre/18 1 +Bizet/1 +bk +blab/158 1 +blabber/29 1 +blabbermouth/2 1 +blabbing 1 +black/26 1 +Blackadder/1 +blackball/29 1 +blackberry/159 1 +blackbird/29 1 +blackbirding 1 +blackboard/2 1 +blackbodies +Blackburn/5 1 +blackcurrant/2 1 +blacken/10 1 +blackener/5 1 +blackening 1 +Blackfoot/5 1 +blackguard/29 1 +blackguardly 1 +blackhead/2 1 +black-hearted +blacking/5 1 +blackish 1 +blackjack/29 1 +blackleg/111 1 +blacklist/29 1 +blacklister 1 +blacklisting 1 +blackmail/29 1 +blackmailer/2 1 +Blackman/1 +blackout/2 1 +Blackpool/5 1 +Blackshirt/2 1 +blacksmith/2 1 +blacksmithing 1 +Blackstone/1 +blackthorn/2 1 +Blackwell/1 +bladder/2 1 +bladdernut/5 1 +bladderwort/5 1 +blade/32 1 +blading 1 +Blaenau/1 +blah/29 1 +Blaine/1 +Blair/1 +Blake/1 +blame/134 1 +blameable 1 +blameless/14 1 +blamer/2 1 +blameworthy/160 1 +blanc/1 +blanch/7 1 +Blanchard/1 +Blanche/1 +blancher/5 1 +blancmange/2 1 +bland/20 1 +blandish/7 1 +blandishment/2 1 +blank/26 1 +blanket/71 1 +blanketers +blanketing/5 1 +Blanton/1 +Blantyre/1 +blare/28 1 +blarney/29 1 +blasé +blaspheme/6 1 +blasphemer/2 1 +blasphemous/18 1 +blasphemy/13 1 +blast/29 1 +blaster/2 1 +blasting/5 1 +blastoff/2 1 +blatancy/13 1 +blatant/8 1 +blatantness +blather/4 1 +blatherer 1 +blatting +blaze/32 1 +blazer/2 1 +blazing/8 1 +blazon/4 1 +blazoner/5 1 +blazoning 1 +bldg +bleach/55 1 +bleacher/2 1 +bleaching 1 +bleak/44 1 +blear/10 1 +bleary/67 1 +bleary-eyed +bleat/4 1 +bleater/5 1 +bleating 1 +bled 208 +bleed/128 209 +bleeder/2 1 +bleeding-heart +bleeding 1 +bleep/29 1 +bleeper/2 1 +blemish/21 1 +blench/7 1 +blend/4 1 +blender/2 1 +blending 1 +bless/7 1 +blessed/14 1 +blessing/2 1 +Blevins +blew 210 +Bligh/5 1 +blight/29 1 +blighter/5 1 +blighting 1 +blimey/9 1 +blimp/2 1 +blind/26 1 +blinder/2 1 +blindfold/4 1 +blindfolded 1 +blindfold 1 +blinding/51 1 +blink/161 1 +blinker/29 1 +blinking 1 +blinks/5 1 +blip/110 1 +bliss/162 1 +blissful/14 1 +blister/29 1 +blistering/8 1 +blistery 1 +blithe/27 1 +blither/155 1 +blithesome 1 +blitz/21 1 +blitzkrieg/16 1 +blizzard/2 1 +bloat/4 1 +bloated 1 +bloater/2 1 +bloating 1 +blob/152 1 +bloc/84 1 +Bloch/1 +block/29 1 +blockade/32 1 +blockader/2 1 +blockage/2 1 +blockbuster/2 1 +blockbusting/5 1 +blocker/2 1 +blockhead/2 1 +blockhouse/2 1 +blockier +blocking 1 +Bloemfontein/5 1 +Blofeld/1 +blog/1 +blogger/1 +bloggers +blogging +blogs +bloke/2 1 +Blomberg/1 +Blomquist/1 +blond/163 1 +blonde/164 1 +blondish 1 +blood/29 1 +bloodbath/9 1 +blood-brother +blood-curdling +bloodedly +bloodedness +blood-heat +bloodhound/2 1 +blooding 1 +bloodless/14 1 +blood-letting/1 +blood-lettings +bloodline/2 1 +blood-lust +blood-money +blood-poisoning +blood-red +bloodroot/5 1 +bloodshed/2 1 +bloodshot 1 +bloodsport/9 1 +bloodstain/2 1 +bloodstained +bloodstock/2 1 +bloodstone/5 1 +bloodstream/2 1 +bloodsucker/2 1 +bloodsucking 1 +bloodthirsty/80 1 +bloodworm/5 1 +blood-wort/1 +bloody/165 1 +bloodymindedness +bloom/29 1 +bloomer/2 1 +Bloomfield/1 +Bloomington/1 +blooming 1 +bloop/4 1 +blooper/2 1 +blossom/29 1 +blossoming 1 +blossomy 1 +blot/126 1 +blotch/21 1 +blotching 1 +blotchy/37 1 +blotter/2 1 +blotting 1 +blotto 1 +blouse/32 1 +blow/166 211 +blow-by-blow +blow-dried +blow-drier +blow-dry +blow-dryer +blow-drying +blower/2 1 +blowfish/5 1 +blowflies +blowfly/1 +blowgun/2 1 +blowing's +blow-out/1 +blow-outs +blowpipe/2 1 +blows 1 +blowtorch/114 1 +blow-up/1 +blow-ups +blowy/37 1 +blowzy/37 1 +blubber/167 1 +blubberer 1 +blubbery 1 +Blucher/1 +bludgeon/29 1 +blue/125 1 +blueback 1 +Bluebeard/5 1 +bluebell/2 1 +blueberry/13 1 +bluebill/5 1 +bluebird/2 1 +blue-black 1 +blue-blooded +bluebonnet/2 1 +bluebook/5 1 +bluebottle/2 1 +bluebush +blue-collar +blue-eyed +bluefish/3 1 +bluegill/2 1 +bluegrass/3 1 +blue-green +blueing's +blueish 1 +bluejacket/2 1 +bluejeans 1 +bluenose/2 1 +blue-pencils +bluepoint/2 1 +blueprint/29 1 +bluer's +bluestocking/2 1 +bluest's +bluesy/37 1 +bluey 1 +bluff/26 1 +bluffer/2 1 +bluing/2 1 +bluish/33 1 +Blum/1 +blunder/29 1 +blunderbuss/5 1 +blunderer/2 1 +blundering/9 1 +blunderingly +Blunkett/1 +blunt/168 1 +blur/120 1 +blurb/29 1 +blurred/8 1 +blurringly +blurry/169 1 +blurt/10 1 +blurter 1 +blurting 1 +blush/170 1 +blusher/2 1 +blushing/8 1 +bluster/4 1 +blusterer/2 1 +blustering/8 1 +blusterous 1 +blustery 1 +blvd +Blythe/1 +BMW/1 +BNFL/1 +BNP +boa/2 1 +Boadicea/1 +boar/2 1 +board/29 1 +boarder/2 1 +boardgames +boarding/2 1 +boardinghouse/2 1 +boardroom/2 1 +boa's 212 +boast/4 1 +boa 213 +boaster/2 1 +boastful/14 1 +boasting/9 1 +boat/29 1 +boatclubs +boater/2 1 +boat-hook +boat-hooks +boathouse/2 1 +boating/5 1 +boatload/2 1 +boatman/5 214 +boatmen's 215 +boatmen 216 +boatswain/2 1 +boatyard/2 1 +bob/171 1 +Bobbie/1 +bobbin/2 1 +bobbing's +bobble/32 1 +bobby/13 1 +bobbysoxer's +bobcat/2 1 +bob-sleigh/1 +bob-sleighed +bob-sleigher/1 +bob-sleighers +bob-sleighing +bob-sleighs +bobtail/29 1 +bobwhite/2 1 +Boca/1 +boccie/2 1 +bock/4 1 +bockwurst +bod/16 1 +bode/6 1 +bodega/2 1 +bode 217 +bodhisattva 1 +bodice/2 1 +bodied's +bodiless 1 +bodily 1 +boding/5 1 +bodkin/2 1 +body/77 1 +body-blow +body-builder/1 +body-builders +body-building +body-check +body-colour +bodyguard/2 1 +bodying's +body-piercing +bodysuit/9 1 +body 1 +bodyweight +bodywork/2 1 +Boeing/1 +Boer/2 1 +boffin 1 +bog/111 1 +Bogart/5 1 +bogey/29 1 +bogeyman/5 218 +bogeymen's 219 +bogeymen 220 +boggle/6 1 +bogglingly +Bogotá +Bogotá's +bogus 1 +boggy/37 1 +Bohemia/5 1 +bohemian/9 1 +bohemianism/9 1 +Bohr/1 +boil/4 1 +boiler/2 1 +boilermaker/2 1 +boilerplate/2 1 +boiling 1 +Bois/1 +Boise/5 1 +boisterous/14 1 +bola/2 1 +bolas 1 +bold/20 1 +boldface/32 1 +bold 1 +bole/2 1 +bolero/2 1 +Bolivar/5 1 +Bolivia/5 1 +Bolivian/9 1 +boll/16 1 +bollard/2 1 +Bollinger/1 +bollocking +bollocks 1 +Bologna/5 1 +bolometer/2 1 +bolometric 1 +boloney's +Bolshevik/2 1 +Bolshevism/5 1 +Bolshevist/2 1 +Bolshevistic 1 +Bolshoi/1 +bolster/4 1 +bolsterer/5 1 +bolstering 1 +bolt/71 1 +bolter's +bolter 1 +bolting 1 +bolt-on +Bolton/1 +Boltzmann/1 +bolus/3 1 +bomb/29 1 +bombard/4 1 +bombardier/2 1 +bombardment/2 1 +bombast/2 1 +bombaster +bombastic/46 1 +Bombay/5 1 +bombed-out +bomber/2 1 +bombing/9 1 +bombproof 1 +bombshell/2 1 +bona +bona_fide +bonaide 1 +bonanza/2 1 +Bonaparte/1 +bonbon/2 1 +bond/71 1 +bondage/2 1 +bonder/2 1 +bondholder/2 1 +bonding/9 1 +bondsman/5 221 +bondsmen's 222 +bondsmen 223 +bondwoman/5 224 +bondwomen 225 +bone/134 1 +bonehead/2 1 +boneheaded 1 +boneless 1 +bonemeal 1 +boner/2 1 +bonfire/2 1 +bong/29 1 +bongo/2 1 +Bonham/1 +bonhomie/2 1 +bonier 226 +boniest 226 +Boniface/1 +boning 1 +bonito/2 1 +bonkers 1 +Bonn/5 1 +Bonner/1 +bonnet/29 1 +Bonneville/1 +bonnie/172 1 +bonsai/5 1 +bonus/3 1 +bonzes +bony/66 1 +bonny/37 1 +boo/4 1 +boob/29 1 +booby/13 1 +booby-trap +booby-traps +boodle/32 1 +boogeyman's +boogie/173 1 +boohoo/4 1 +book/71 1 +bookable 1 +bookbind +bookbinder/2 1 +bookbindery/13 1 +bookbinding/2 1 +bookcase/2 1 +bookend/4 1 +booker/2 1 +bookie/2 1 +booking/2 1 +bookish/18 1 +bookkeep +bookkeeper/2 1 +bookkeeping/2 1 +booklet/2 1 +bookmaker/2 1 +bookmaking/5 1 +bookmark/29 1 +bookmarker 1 +bookseller/2 1 +bookshelf/139 1 +bookshop/2 1 +bookstall/2 1 +booksy +bookwork/5 1 +bookworm/2 1 +boolean +boom/4 1 +boomer/5 1 +boomerang/29 1 +booming 1 +boon/2 227 +Boone/5 1 +boonies 1 +boon 1 +boor/2 1 +boorish/14 1 +boost/29 1 +booster/2 1 +boosterism 1 +boot/29 1 +bootblack/2 1 +bootee/2 1 +booth/2 1 +bootie's +bootlace/9 1 +Bootle/1 +bootleg/174 1 +bootlegged's +bootlegger/2 1 +bootlegging/5 1 +bootless 1 +bootprints +bootstrap/110 1 +boots 1 +booty/13 1 +booze/32 1 +boozer/2 1 +boozier 228 +booziest 228 +boozy/37 1 +bop/175 1 +bopper/2 1 +borate/176 1 +borax/5 1 +Bordeaux 1 +Borden/1 +border/71 1 +borderer/5 1 +borderland/2 1 +borderline/2 1 +bore/28 1 +Borealis +boredom/2 1 +borehole/9 1 +borer/2 1 +bore 229 +Borg/5 1 +boric 1 +boring/177 1 +Boris/1 +born-again +Borneo/5 1 +borne 229 +born 229 +Borodin/1 +boron/5 1 +borosilicate/5 1 +borough/2 1 +borrow/10 1 +borrowable +borrower/2 1 +borrowing/2 1 +borscht/2 1 +borstal/2 1 +borzoi/2 1 +Bosch/1 +Bose/1 +bosh/3 1 +Bosnia/5 1 +Bosnia-Herzegovina/1 +Bosnian/2 1 +bosom/29 1 +bosomy/37 1 +boson/2 1 +Bosporus/5 1 +boss/178 1 +bossily 1 +bossism/2 1 +bossy/66 1 +Boston/5 1 +Bostonian/2 1 +bosun/5 1 +Boswell/5 1 +bot/9 1 +botanical/8 1 +botanic 1 +botanist/2 1 +botany/13 1 +botch/55 1 +botched 1 +botcher/2 1 +botching 1 +botfly/1 +both/56 1 +Botham/1 +bother/4 1 +bothersome +both 1 +bothy/5 1 +Botswana/5 1 +Botticelli/1 +bottle/32 1 +bottle-fed +bottle-feed +bottle-green +bottleneck/29 1 +bottler/2 1 +bottling 1 +bottom/71 1 +bottomer 1 +bottomless/18 1 +bottommost +bottom-up +botulin/5 1 +botulinus/5 1 +botulism/2 1 +Boucher/1 +bouclé +boudoir/2 1 +bouffant 1 +bougainvillea/5 1 +bough/2 1 +bought 230 +bouillabaisse/5 1 +bouillon/2 1 +boulder/29 1 +bouldering 1 +boulevard/2 1 +bounce/28 1 +bouncer/2 1 +bouncily 1 +bouncing/8 1 +bouncy/179 1 +bound/4 1 +boundary/13 1 +bounded/33 1 +bounden 1 +bounder/2 1 +bounding 1 +boundless/14 1 +bound 231 +bounteous/14 1 +bountied 1 +bountiful/14 1 +bounty/13 1 +bouquet/2 1 +bourbon/2 1 +bourée +bourgeois/5 1 +bourgeoisie/2 1 +Bourne/1 +Bournemouth/1 +bourses +bout/2 1 +boutique/2 1 +boutonnière +boutonnières +boutonnière's +Bouvier/5 1 +bovine/8 1 +bow/167 1 +bowdlerisation/9 1 +bowdlerise/6 1 +bowdlerization/9 1 +bowdlerize/6 1 +bowed 1 +bowel/86 1 +bowelling 1 +Bowen/1 +bower/29 1 +Bowery 1 +Bowes +Bowie +bowing/5 1 +bowl/29 1 +bow-legged +bow-legs +bowler/2 1 +bowlful/9 1 +bowline/2 1 +bowling/5 1 +bowman/5 232 +bowmen's 233 +bowmen 234 +bow-saw/1 +bow-saws +bowser/5 1 +bowsprit/2 1 +bowstring/29 1 +bows 1 +bow-tie/1 +bow-ties +bow-window +bowwow/29 1 +bowyer/2 1 +box/21 1 +boxcar/2 1 +boxer/2 1 +boxful/5 1 +boxiness +boxing/5 1 +boxlike 1 +box-office +boxtops +boxwood/2 1 +boxy/37 1 +boy/2 1 +Boyce/1 +boycott/4 1 +boycotter/5 1 +Boyd/1 +boyer +boyfriend/2 1 +boyhood/2 1 +boyish/14 1 +Boyle/1 +boyscout +boysenberry/13 1 +bozo/2 1 +BP +bpi 1 +bps 1 +BR/1 +bra/180 1 +Brabham/1 +brace/32 1 +bracelet/2 1 +bracer/5 1 +brachia 235 +Brachiopoda 1 +brachium/5 236 +bracing/8 1 +bracken/2 1 +bracket/29 1 +bracketing's +brackish/58 1 +Bracknell/1 +bract/2 1 +bracteal 1 +bracteate 1 +brad/131 1 +bradawl/5 1 +Bradbury/5 1 +Bradford/1 +Bradley/1 +Bradshaw/1 +Brady +brae/2 1 +brag/181 1 +Bragg/5 1 +braggadocio/2 1 +braggart/2 1 +bragger/2 1 +bragging 1 +Brahma/5 1 +Brahman/5 1 +Brahmanism 1 +Brahmaputra/5 1 +Brahms 1 +braid/4 1 +braider/5 1 +braiding/2 1 +Braille/5 1 +brain/29 1 +brainbox 1 +braincell +braincells +brainchild/182 1 +brain-damaged +brain-dead +Braine/1 +brainless/18 1 +brainpower/5 1 +brainstorm/29 1 +brainstormer 1 +brainstorming/5 1 +brain-teaser +brainteaser/9 1 +brainteasing +Braintree/1 +brainwash/7 1 +brainwasher/5 1 +brainwashing/5 1 +brainwave/9 1 +brainy/66 1 +braise/6 1 +brake/32 1 +braless 1 +bramble/32 1 +brambling/5 1 +brambly/37 1 +Brampton/1 +bran/116 1 +branch/21 1 +branching/5 1 +branchlike 1 +Branchville/1 +brand/29 1 +Brandenburg/1 +brander/29 1 +brandish/55 1 +Brando/1 +Brandon/1 +Brandt/1 +brandy/77 1 +brandywine +Brannon/1 +Branson/1 +Branston/1 +Brant/1 +Braque/1 +bras/97 1 +brash/183 1 +Brasilia/5 1 +brass/21 1 +brasserie/2 1 +brassiere/2 1 +brassier 1 +brass 1 +brassy/113 1 +brat/2 1 +Bratislava/1 +bratwurst/2 1 +bratty/37 1 +Braun/1 +bravado 1 +brave/184 1 +braver 1 +bravery/13 1 +bravest's +bravo/4 1 +bravura/2 1 +brawl/29 1 +brawler/2 1 +brawling 1 +brawn/2 1 +brawny/66 1 +bray/4 1 +brayer/5 1 +braze/6 1 +brazen/185 1 +brazier/2 1 +Brazil/5 1 +Brazilian/2 1 +Brazzaville/5 1 +breach/21 1 +breacher/2 1 +bread/29 1 +bread-and-butter +breadbasket/2 1 +breadboard/29 1 +breadbox/68 1 +breadcrumb/9 1 +breadfold +breadfruit/2 1 +breadline/2 1 +breadth/2 1 +breadwinner/2 1 +break/186 237 +breakable/9 1 +breakage/2 1 +breakaway/2 1 +breakdown/2 1 +breaker/2 1 +breakfast/29 1 +breakfaster/2 1 +break-in +breaking/5 1 +break-ins +breakneck 1 +breakout/2 1 +breakpoint/2 1 +breakpointed +breakpointing +breakthrough/2 1 +break-up +breakup/2 1 +break-ups +breakwater/2 1 +bream/4 1 +breast/29 1 +breastbone/2 1 +breastfed 238 +breastfeed/155 239 +breasting's +breastplate/2 1 +breaststroke/2 1 +breastwork/2 1 +breath/29 1 +breathable 1 +breathalysed +breathalyser/9 1 +breathe/6 1 +breather/2 1 +breathing/2 1 +breathless/14 1 +breathtaking +breathtakingly +breathy/37 1 +breccias +brecciated +bred 240 +breech/21 1 +breeching/5 1 +breech-loaded +breech-loader +breech-loading +breed/186 241 +breeder/2 1 +breeding/5 1 +breeze/32 1 +breezy/67 1 +Bremen/1 +bremsstrahlung/5 1 +Brenda/1 +Brendan/1 +Brennan/1 +Brenner/1 +Brent/1 +Brentford/1 +Brentwood/1 +Brest/1 +brethren 242 +Breton/5 1 +Brett/1 +breve/2 1 +brevet/126 1 +breviary/13 1 +brevity/13 1 +brew/29 1 +brewer/2 1 +brewery/13 1 +brewing/5 1 +Brewster/1 +Brian/1 +briar/5 1 +bribe/28 1 +briber/2 1 +bribery/13 1 +bric +bric-a-brac +Brice/1 +brick/71 1 +brickbat/2 1 +bricking 1 +bricklayer/2 1 +bricklaying/2 1 +brickmason +brickmasons +brick-red +brickwork/2 1 +brickyard/5 1 +bridal 1 +bride/2 1 +bridegroom/2 1 +bridesmaid/2 1 +Bridewell/1 +bridge/32 1 +bridgeable 1 +bridgehead/2 1 +Bridgend/1 +Bridgeport/5 1 +Bridget/5 1 +Bridgetown/1 +Bridgewater/1 +bridgework/2 1 +bridging/5 1 +Bridgnorth/1 +bridle/32 1 +bridleway/9 1 +brief/26 1 +briefcase/2 1 +briefer 1 +briefing/2 1 +brier/2 1 +Brierly/1 +brig/2 1 +brigade/32 1 +brigadier/2 1 +Brigadoon/5 1 +brigand/2 1 +brigandage/2 1 +brigantine/2 1 +Briggs/1 +Brigham/1 +bright/20 1 +brighten/10 1 +brightener/2 1 +bright-eyed +brighting +Brighton/5 1 +bright 1 +brilliance/2 1 +brilliancy/13 1 +brilliant/31 1 +brim/78 1 +brim-full +brimful 1 +brimless 1 +brimming 1 +brimstone/2 1 +Brindisi/1 +brindle/2 1 +brindled 1 +brindle 1 +brine/32 1 +briner/5 1 +bring/140 243 +bringer/2 1 +bringing 1 +brink/2 1 +Brinkley/1 +brinkmanship/2 1 +briny/66 1 +brioche/2 1 +brio 1 +briquette/16 1 +Brisbane/5 1 +brisk/187 1 +brisket/2 1 +bristle/32 1 +bristly/37 1 +Bristol/5 1 +bristols +Brit. +Brit/9 1 +Britain/5 1 +Britannia/1 +Britannic +Britannica +britches 1 +Briticism 1 +British/188 1 +Britisher/2 1 +British 1 +Briton/2 1 +Brittany/5 1 +Britten/1 +brittle/189 1 +brittlely +brittling 1 +BRM +broach/55 1 +broacher/5 1 +broad/190 1 +broadband 1 +broad-brush +broadcast/128 1 +broadcaster/2 1 +broadcasting/9 1 +broadcloth/2 1 +broaden/10 1 +broadener/1 +broadeners +broadleaved +broadloom/2 1 +broad-minded/73 1 +broadsheet/2 1 +broadside/32 1 +broadsword/2 1 +Broadway/5 1 +brocade/32 1 +broccoli/2 1 +brochette/2 1 +brochure/2 1 +Brock/1 +brogue/2 1 +broil/4 1 +broiler/2 1 +broken/18 1 +broken-down +broken-hearted/73 1 +broken 244 +broker/29 1 +brokerage/2 1 +brokering 1 +broke 244 +broking 1 +Bromford/1 +bromide/2 1 +bromidic 1 +bromine/5 1 +Bromley/1 +Bromsgrove/1 +Bromwich/1 +bronc/9 1 +bronchial 1 +bronchiolar +bronchiole/2 1 +bronchiolitis 1 +bronchi's 245 +bronchi 246 +bronchitic/9 1 +bronchitis/3 1 +bronchus/5 247 +bronco/2 1 +broncobuster/2 1 +brontosaur/2 1 +brontosaurus/3 1 +Bronx/5 1 +bronze/134 1 +bronzed's +bronzer 1 +bronzing/5 1 +brooch/114 1 +brood/71 1 +brooder/2 1 +broodingly 1 +brooding 1 +broodmare/2 1 +broody/191 1 +brook/29 1 +brooklet/2 1 +brookside +broom/29 1 +broomstick/2 1 +Bros. +brose 1 +broth/2 1 +brothel/2 1 +brother/192 248 +brotherhood/2 1 +brother-in-law +brotherly/160 1 +brothers-in-law +bro 1 +brougham/2 1 +brought 249 +brouhaha/2 1 +brow/2 1 +browbeat/135 1 +brown/193 1 +Browne/1 +Brownell/1 +brownfield 1 +Brownian +brownie/164 1 +browning/5 1 +brownish 1 +brownly +brownout/2 1 +brownstone/2 1 +brows/7 1 +browsability +browsable +browse/28 1 +browser/2 1 +browsing 1 +Broxbourne/1 +Broxtowe/1 +brr +Brubeck/1 +Bruce/5 1 +brucellosis/5 1 +Bruckner/1 +bruin/2 1 +bruise/28 1 +bruiser/2 1 +bruising/9 1 +bruit/52 1 +brunch/21 1 +Brunei/5 1 +Brunel/1 +brunet/9 1 +brunette/2 1 +brunet 1 +Bruno/1 +Brunswick/5 1 +brunt/29 1 +brush/21 1 +brusher/5 1 +brushfire/2 1 +brushing 1 +brushlike +brush-off +brush-offs +brush-up +brushwood/2 1 +brushwork/2 1 +brushy/194 1 +brusque/27 1 +Brussels/5 1 +brutal/8 1 +brutalisation/9 1 +brutalise/6 1 +brutality/13 1 +brutalization/9 1 +brutalize/6 1 +brute/134 1 +bruter 1 +brutish/14 1 +Brutus/5 1 +Bryan/1 +Bryant/1 +Bryce/1 +Bryn/1 +BSA +BSc +B.Sc. +BSD 1 +BSE +BSkyB/1 +BT +bête +bêtes +bêtise +BTU +BTW +bu. +bubble/32 1 +bubblegum/9 1 +bubbling 1 +bubbly/37 1 +bubo/3 1 +bubonic +buccaneer/29 1 +Buchanan/5 1 +Bucharest/5 1 +Buchenwald/1 +buck/71 1 +bucker/5 1 +bucket/29 1 +bucketful/2 1 +buckeye/2 1 +buckhorn/5 1 +Buckingham/1 +Buckinghamshire/1 +bucking 1 +buckle/32 1 +buckler/16 1 +Buckley/1 +buckling/5 1 +buckminsterfullerene 1 +buck-passing +buckram/29 1 +bucksaw/2 1 +buckshot/2 1 +buckskin/2 1 +buckteeth 250 +bucktooth/5 251 +bucktoothed +bucktooth 1 +buckwheat/2 1 +bucolic/54 1 +bud/131 1 +Budapest/5 1 +Budd/1 +Buddha/5 1 +Buddhism/5 1 +Buddhist/2 1 +budding 1 +buddy/77 1 +budge/28 1 +budgerigar/2 1 +budget/71 1 +budgetary +budgeter/2 1 +budgie/2 1 +Budweiser/1 +Buena +Buenos +buff/71 1 +buffalo/114 1 +buffer/29 1 +bufferer/1 +bufferers +buffet/29 1 +buffeting/9 1 +bufflehead/5 1 +buffoon/2 1 +buffoonery/13 1 +buffoonish 1 +bug/111 1 +bugaboo/2 1 +Bugatti/1 +bugbear/2 1 +bug-eyed +bugger/195 1 +buggery/5 1 +bugging 1 +bugle/32 1 +bugler/2 1 +bugling 1 +buggy/196 1 +Buick/1 +build/144 1 +builder/2 1 +building/2 1 +build-up/1 +build-ups +built-in +built-up +Bujumbura/5 1 +Bulawayo/1 +Bulawayo'sc +bulb/29 1 +bulblet 1 +bulbous 1 +Bulgaria/5 1 +Bulgarian/2 1 +bulge/32 1 +bulging/8 1 +bulgy/37 1 +bulimarexia/9 1 +bulimia/2 1 +bulimic 1 +bulk/71 1 +bulker 1 +bulkhead/2 1 +bulkheaded +bulking 1 +bulky/66 1 +bull/29 1 +bulldog/16 1 +bulldoze/6 1 +bulldozer/2 1 +bullet/16 1 +bulletin/29 1 +bulletproof/197 1 +bullfight/2 1 +bullfighter/2 1 +bullfighting/5 1 +bullfinch/3 1 +bullfrog/2 1 +bullhead/2 1 +bullheaded/14 1 +bullhide +bullhorn/2 1 +bullied's +bullion/2 1 +bullish/14 1 +bullock/2 1 +bullpen/2 1 +bullring/2 1 +bullseye +bull's-eye +bullshit/198 1 +bullshitter/2 1 +bull 1 +bullwhackers +bulrush/3 1 +bulwark/29 1 +bully/199 1 +bullyboy/2 1 +bullying's +bully's +bum/200 1 +bumble/28 1 +bumblebee/2 1 +bumbler/2 1 +bumbling/8 1 +bummed's +bummer/2 1 +bumming's +bump/4 1 +bumper/29 1 +bumpkin/2 1 +bumptious/14 1 +bumpy/66 1 +bun/2 1 +bunch/21 1 +bunching 1 +bunchy/37 1 +buncombe's +bunco's +Bundestag/1 +bundle/32 1 +bundler/5 1 +bundling 1 +Bundy/1 +bung/29 1 +bungalow/2 1 +bungee/2 1 +bunghole/2 1 +bungle/28 1 +bungler/2 1 +bungling/8 1 +bung 1 +bunion/2 1 +bunk/29 1 +bunker/29 1 +bunkhouse/2 1 +bunkmate/2 1 +bunko's +bunkum/5 1 +Bunsen/5 1 +bunt/4 1 +bunter/2 1 +bunting/2 1 +bunny/13 1 +buoy/29 1 +buoyancy/13 1 +buoyant/8 1 +bur/120 1 +Burbank/1 +Burberry/5 1 +burble/28 1 +burbler/5 1 +burbling 1 +burbs +Burch/1 +burden/29 1 +burdensome/18 1 +burdock/2 1 +bureau/201 1 +bureaucracy/13 1 +bureaucrat/2 1 +bureaucratic/46 1 +bureaucratisation +bureaucratisations +bureaucratise/6 1 +bureaucratization/9 1 +bureaucratize/6 1 +burg/2 1 +burgeon/4 1 +burger/2 1 +burgess/3 1 +burgh/2 1 +burgher/2 1 +burglar/2 1 +burglarious 1 +burglarproof/197 1 +burglary/13 1 +burgle/6 1 +burgling 1 +burgomaster/2 1 +Burgoyne/5 1 +Burgundian 1 +burgundy/53 1 +burial/2 1 +burier/5 1 +Burk/1 +Burke/1 +Burkina/1 +burl/90 1 +burlap/2 1 +burler/5 1 +burlesque/202 1 +burlesquer/2 1 +burlier 252 +burliest 252 +Burlingame/1 +Burlington/5 1 +burly/66 1 +Burma/5 1 +Burmese 1 +burn/203 1 +burnable/9 1 +Burne/1 +burner/2 1 +Burnett/1 +burning/42 1 +burnish/55 1 +burnisher/2 1 +burnishing 1 +Burnley/1 +burnoose/2 1 +burnout/2 1 +Burnside/1 +burntly +burntness +burnt 1 +burp/29 1 +burqa +burqas +burr/29 1 +Burroughs +burrow/29 1 +burrower/2 1 +bursa/70 1 +bursar/2 1 +bursary/13 1 +bursitis/3 1 +burst/128 1 +burster/5 1 +burs 1 +bursty +Burt/1 +Burton/5 1 +Burundi/5 1 +bury/34 1 +bus/114 253 +Busch/1 +bush/178 1 +bushel/86 1 +bushelling/9 1 +busher 1 +bushfire 1 +Bushido/5 1 +bushing/2 1 +bushland 1 +bushman/5 254 +bushmaster/2 1 +bushmen's 255 +bushmen 256 +Bushnell/1 +bushwhack/10 1 +bushwhacker/2 1 +bushwhacking's +bushy/66 1 +businesslike +businessman/5 257 +businessmen's 258 +businessmen 259 +businesspeople 260 +businessperson/9 261 +businesswoman/5 262 +businesswomen 263 +busk/155 1 +busker/2 1 +buskin/2 1 +buskined +busking 1 +busk's +busman/5 264 +busmen 265 +bust/71 1 +bustard/2 1 +buster/2 1 +bustier 1 +bustle/28 1 +bustling/8 1 +busty/37 1 +busy/204 1 +busybody/13 1 +busywork/2 1 +but/205 1 +butane/2 1 +butch/206 1 +butcher/29 1 +butcherer/5 1 +butchering 1 +butcherly 1 +butchery/13 1 +Bute/1 +butene/5 1 +butler/29 1 +butt/29 1 +butt-end +butt-ends +butter/29 1 +butterball/2 1 +buttercup/2 1 +butterer/1 +butterers +butterfat/2 1 +Butterfield/1 +butterfingered +butterfingers/5 1 +butterfly/207 1 +butterfly's +buttermilk/5 1 +butterscotch/5 1 +buttery/208 1 +butting's +buttock/29 1 +button/29 1 +buttoner/5 1 +buttonhole/32 1 +buttonholer/5 1 +buttons 1 +buttonweed +buttonwood/2 1 +buttress/21 1 +butyl/5 1 +butyrate/5 1 +buxom/73 1 +Buxtehude/1 +Buxton/1 +buy/128 266 +buyback/9 1 +buyer/2 1 +buyout/9 1 +buzz/21 1 +buzzard/2 1 +buzzer/2 1 +buzzing 1 +buzzword/2 1 +buzzy +bx +bxs +by/209 1 +bye/2 1 +bye-bye +bye-law/1 +bye-laws +by-election +by-elections +byers +bye 1 +bygone/9 1 +by-law/1 +by-laws +byline/32 1 +byliner/5 1 +byname 1 +bypass/21 1 +bypath/2 1 +byplay/9 1 +by-product/1 +by-products +Byrd/1 +byre/2 1 +Byrne/1 +byroad/2 1 +Byron/1 +Byronic 1 +Byronismyah +bystander/2 1 +byte/2 1 +by 267 +byway/2 1 +byword/2 1 +Byzantine 1 +Byzantium 1 +CAA +cab/152 1 +cabal/86 1 +cabala/2 1 +caballero/2 1 +caballing 1 +cabana/2 1 +cabaret/2 1 +cabbage/32 1 +cabby's +cabdriver/2 1 +caber/5 1 +Cabernet/5 1 +cabin/29 1 +cabinet/2 1 +cabinetmaker/2 1 +cabinetmaking/2 1 +cabinetry/13 1 +cabinetwork/2 1 +cable/32 1 +cablecast/128 1 +cablegram/2 1 +cabling 1 +cabochon 1 +caboodle/2 1 +Cabot/1 +cabriolet/2 1 +cabstand/2 1 +cacao/2 1 +cacciatore +cache/32 1 +cachepot/2 1 +cacher +cachet/29 1 +cackle/28 1 +cackler/2 1 +cackly 1 +CACM +cacophonist/1 +cacophonists +cacophonous 1 +cacophony/13 1 +cacti 268 +cactus/3 269 +cad/2 1 +cadaver/2 1 +cadaverous/8 1 +Caddick/1 +caddie/173 270 +caddish/14 1 +caddy/77 1 +caddying 271 +cadence/32 1 +cadent 1 +cadenza/2 1 +cadet/2 1 +cadge/28 1 +cadger/2 1 +Cadillac/9 1 +cadmium/5 1 +cadre/2 1 +caducei 272 +caduceus/5 273 +caecal 1 +caeca 274 +caecitis +caecum/5 275 +caenorhabditis +Caerphilly/1 +caesarean/9 1 +caesarian 1 +Caesar 1 +caesium/5 1 +caesura/2 1 +café +cafeteria/2 1 +caffeine/2 1 +cafés +café's +caftan/2 1 +cage/32 1 +cager/2 1 +cageyness +cagey 276 +cagier 277 +cagiest 277 +cagily +caginess +caginesses +caginess's +cagoule/9 1 +Cahokia +cahoot/2 1 +Caicos/1 +caiman's +Cain 1 +cairn/2 1 +cairned 1 +Cairo/5 1 +Caisos +caisson/2 1 +caitiff/2 1 +Caius +cajole/6 1 +cajolement/2 1 +cajoler/2 1 +cajolery/13 1 +Cajun/2 1 +cake/32 1 +cakewalk/29 1 +caking 1 +calabash/3 1 +calaboose/2 1 +Calais +calamari/9 1 +calamine/32 1 +calamitous/18 1 +calamity/13 1 +calcareous/18 1 +calciferous +calcification/2 1 +calcify/34 1 +calcimine/32 1 +calcine/6 1 +calcite/2 1 +calcium/5 1 +CALCOMP +calculability/5 1 +calculableness +calculable 1 +calculate/6 1 +calculated/8 1 +calculatedness +calculating/8 1 +calculation/2 1 +calculative +calculator/2 1 +calculi 278 +calculus/5 279 +Calcutta/5 1 +Calder +caldera/2 1 +caldron's +Caldwell/1 +Caleb/1 +Caledonia/1 +calendar/29 1 +calender/29 1 +calf/210 1 +calf-length +calfskin/2 1 +Calgary 1 +Calhoun/1 +calibrate/6 1 +calibrater's +calibration/2 1 +calibrator/2 1 +calibre/2 1 +calico/3 1 +California/5 1 +Californian/2 1 +californium/5 1 +Caligula +caliph/2 1 +caliphate/2 1 +call/4 1 +calla/2 1 +callable 1 +Callaghan/1 +Callahan/1 +Callao +callback/9 1 +call-boy +callee/1 +caller/2 1 +call-girl +call-girls +calligrapher/2 1 +calligraphic +calligraphist/2 1 +calligraphy/13 1 +calling/2 1 +calliope/2 1 +calliper/16 1 +callisthenic/39 1 +callosity/13 1 +callous/211 1 +callow/212 1 +call-up +callus/21 1 +calm/26 1 +calming/8 1 +caloric 1 +calorie/2 1 +calorific 1 +calorimeter/2 1 +calorimetric +calorimetry/5 1 +Caltech +calumet/2 1 +calumniate/6 1 +calumniation/2 1 +calumniator/2 1 +calumnious 1 +calumny/13 1 +Calvary 1 +calve/6 1 +Calvert/1 +Calvin/5 1 +Calvinism 1 +Calvinist/2 1 +Calvinistic +calypso/2 1 +calyx/213 1 +cam/214 1 +camaraderie/2 1 +camber/29 1 +Camberley/1 +cambial 1 +cambium/2 1 +Cambodia/5 1 +Cambodian/9 1 +Cambrian 1 +cambric/2 1 +Cambridge/5 1 +Cambridgeshire/1 +camcorder/9 1 +Camden/5 1 +camel/2 1 +camel-hair +camelhair's +camellia/2 1 +Camelot 1 +Camembert 1 +cameo/29 1 +camera/22 1 +cameraman/5 280 +cameramen's 281 +cameramen 282 +camera-ready +camerawoman/5 283 +camerawomen 284 +Cameron/1 +Cameroon/5 1 +came 285 +Camilla +Camille +Camino +camion/5 1 +camisole/2 1 +camomile/5 1 +camouflage/32 1 +camouflager/2 1 +camp/71 1 +campaign/29 1 +campaigner/2 1 +campanile/2 1 +campanological 1 +campanologist/2 1 +campanology/13 1 +Campbell/1 +Campbellsport +camper/2 1 +camp-fire/1 +camp-fires +camphor/2 1 +campily +campiness +camping 1 +Campos +camp-site/1 +camp-sites +campus/114 1 +campy/37 1 +camshaft/2 1 +can/215 286 +Canaan/5 1 +Canaanite 1 +Canada/5 1 +Canadian/9 1 +canal/86 1 +canalisation/9 1 +canalise/6 1 +canalization/9 1 +canalize/6 1 +canalling 1 +canapé +canapés +canard/2 1 +canary/13 1 +canasta/2 1 +Canaveral +Canberra/5 1 +cancan/2 1 +cancel/216 1 +cancellate +cancellated +cancellation/2 1 +canceller/2 1 +cancelling 1 +cancer/2 1 +cancerous/8 1 +Candace +candelabra/9 287 +candelabrum/5 288 +candelas +candid/217 1 +candidacy/13 1 +candidate/16 1 +candidature/9 1 +candid 1 +candle/32 1 +candlelight/2 1 +candlelighter 1 +candlelit +candlepower/2 1 +candler/2 1 +candlestick/2 1 +candlewick/2 1 +candour/2 1 +candy/77 1 +candy-striped +cane/32 1 +canebrake/2 1 +caner/2 1 +canine/9 1 +caning/2 1 +canister/29 1 +canker/29 1 +cankered 1 +cankerous +cannabis/3 1 +cannelloni 1 +canner/2 1 +cannery/13 1 +Cannes 1 +cannibal/2 1 +cannibalisation +cannibalisations +cannibalise/6 1 +cannibalism/2 1 +cannibalistic 1 +cannibalization/9 1 +cannibalize/6 1 +canning 1 +cannister/2 1 +Cannock +cannon/29 1 +cannonade/32 1 +cannonball/29 1 +cannot 1 +cannula 1 +canoe/57 1 +canoeing 1 +canoeist/2 1 +Canoga +canon/2 1 +canonic +canonical/8 1 +canonicalisation +canonicalisations +canonicalise +canonicalised +canonicalises +canonicalising +canonicalization +canonicalizations +canonicalize +canonicalized +canonicalizes +canonicalizing +canonical 1 +canonisation/9 1 +canonise/6 1 +canonist/2 1 +canonization/9 1 +canonize/6 1 +can-opener +canopy/77 1 +can't +cant/71 1 +cantabile 1 +cantaloupe/2 1 +cantaloup 1 +cantankerous/14 1 +cantata/2 1 +canteen/2 1 +canter/29 1 +Canterbury/1 +canticle/2 1 +cantilever/29 1 +canting 1 +canto/2 1 +canton/29 1 +cantonal +Cantonese 1 +cantonment/2 1 +cantor/2 1 +canvas/218 1 +canvasback/2 1 +canvaser 1 +canvass/55 1 +canvasser/2 1 +canny/67 1 +canyon/2 1 +cap/110 1 +capability/13 1 +capable/76 1 +capacious/14 1 +capacitance/2 1 +capacitate 1 +capacitative +capacitive/8 1 +capacitor/2 1 +capacity/13 1 +caparison/16 1 +cape/176 1 +caper/29 1 +capeskin/2 1 +Capilano +capillarity/13 1 +capillary/53 1 +Capistrano +capita/1 +capital/43 1 +capitalisation/9 1 +capitalise/6 1 +capitaliser/1 +capitalisers +capitalism/2 1 +capitalist/2 1 +capitalistic/46 1 +capitalization/9 1 +capitalize/6 1 +capitalizer/1 +capitalizers +Capitan +capitation/2 1 +capitol/2 1 +capitulate/6 1 +capitulation/2 1 +capo/2 1 +capon/2 1 +Capone +Capote +capping/5 1 +cappuccino/2 1 +caprice/2 1 +capricious/14 1 +Capricorn 1 +Capri 1 +capsicum/2 1 +capsize/6 1 +capstan/2 1 +capstone/2 1 +capsular +capsule/32 1 +capsulise/6 1 +capsulize/6 1 +Capt. +captain/29 1 +captaincy/13 1 +caption/29 1 +captioner +captious/14 1 +captivate/6 1 +captivating 1 +captivation/2 1 +captivator/2 1 +captive/2 1 +captivity/13 1 +captor/2 1 +capture/28 1 +capturer/2 1 +Caputo +car/219 1 +Caracas/5 1 +carafe/2 1 +caramel/2 1 +caramelise/6 1 +caramelize/6 1 +carapace/2 1 +carapaxes +carat/2 1 +caravan/116 1 +caravanner/5 1 +caravanning 1 +caravansary/13 1 +caravanserai's +caravel/2 1 +caraway/2 1 +carbide/2 1 +carbine/2 1 +carbohydrate/2 1 +carbolic 1 +carbon/2 1 +carbonaceous +carbonate/32 1 +carbonation/2 1 +Carbondale +carbonic +carboniferous +carbonisation/9 1 +carbonise/6 1 +carboniser/1 +carbonisers +carbonization/9 1 +carbonize/6 1 +carbonizer/2 1 +carbon-paper +carbon 1 +carbonyl/5 1 +carborundum 1 +carboy/2 1 +carbuncle/2 1 +carbuncled +carbuncular +carburettor/2 1 +carcase/2 1 +carcass/114 1 +carcinogen/2 1 +carcinogenesis 1 +carcinogenicity/13 1 +carcinogenic 1 +carcinoma/2 1 +card/29 1 +cardamom/2 1 +cardboard/2 1 +card-carrying +carder/2 1 +cardholders +cardiac/9 1 +Cardiff/5 1 +cardigan/2 1 +Cardigan/5 1 +Cardin +cardinal/43 1 +cardinality/13 1 +card-index +carding/5 1 +cardiogram/2 1 +cardiograph/2 1 +cardioid/5 1 +cardiologist/2 1 +cardiology/13 1 +cardiomegaly/5 1 +cardiopulmonary +cardiovascular +cardsharp/2 1 +cardsharper/2 1 +care/28 1 +careen/4 1 +career/71 1 +careerer 1 +careerism/5 1 +careerist/2 1 +carefree 1 +careful/106 1 +caregiver/9 1 +careless/14 1 +carer/2 1 +cares/97 1 +caress/21 1 +caresser/5 1 +caressing/8 1 +caressive/8 1 +caret/2 1 +caretaker/2 1 +careworn +Carey/1 +cargo/3 1 +Caribbean 1 +caribou/5 1 +caricature/32 1 +caricaturisation +caricaturist/2 1 +caricaturization +caries/5 1 +carillon/16 1 +Carina +caring 1 +carious 1 +car-jack +car-jacked +car-jacker/1 +car-jackers +car-jacking +car-jackings +car-jacks +Carl/1 +Carla +Carleton +Carlin/1 +Carline +Carling +Carlisle/1 +Carlo +carload/2 1 +carloading +Carlos +Carlota +Carlow/1 +Carlsbad/1 +Carlson +Carlton +Carlyle +Carmarthen/1 +Carmel +Carmen/1 +Carmichael +carmine/16 1 +carnage/2 1 +carnal/8 1 +carnality/13 1 +carnation/2 1 +Carnegie/5 1 +carnelian/2 1 +carnet/2 1 +Carney/1 +carnival/2 1 +carnivore/2 1 +carnivorous/14 1 +Carnot +carny/155 1 +carnying 289 +carny 1 +carob/2 1 +carol/86 1 +Carolina/1 +Carolinas +Caroline/1 +Carolingian 1 +Carolinian/9 1 +caroller/2 1 +carolling 1 +carol-singing +Carolyn +carom/52 1 +carotene/2 1 +carotid/5 1 +carousal/2 1 +carouse/28 1 +carousel/2 1 +carouser/2 1 +carousing 1 +carp/29 1 +carpal/2 1 +Carpathian +Carpathians +carpel/2 1 +carpenter/29 1 +carpentering's +carpentry/13 1 +carper/2 1 +carpet/29 1 +carpetbag/111 1 +carpetbagger/2 1 +carpeting/2 1 +carping/8 1 +carpi's 290 +carpi 291 +carpool/4 1 +carport/2 1 +carpus/5 292 +Carr/1 +carrageen/5 1 +carrel/2 1 +carriage/2 1 +carriageway/2 1 +Carrick +Carrickfergus/1 +Carrie +carrier/2 1 +carrion/2 1 +Carroll/5 1 +carrot/2 1 +carroty/37 1 +carry/220 1 +carry-all/1 +carry-alls +carry-cot/1 +carry-cots +carry-on +car-sharing +car-sick +carsick/33 1 +car-sickness/1 +car-sicknesses +Carson +cars 1 +cart/29 1 +cartage/2 1 +carte/221 1 +cartel/2 1 +carter/2 1 +Cartesian 1 +cartful +cartfuls +Carthage 1 +Carthaginian 1 +carthorse/2 1 +Cartier +cartilage/2 1 +cartilaginous +cartload/2 1 +cartographer/2 1 +cartographic +cartography/13 1 +carton/29 1 +cartoon/29 1 +cartooning 1 +cartoonist/2 1 +cartridge/2 1 +cartwheel/29 1 +cartwheeler/2 1 +Cartwright +Caruso +carve/6 1 +carven 1 +carver/2 1 +carvery 1 +carving/2 1 +Cary +caryatid/2 1 +Carys +casaba/2 1 +Casablanca 1 +Casanova/5 1 +casbah/5 1 +cascade/32 1 +cascara/2 1 +case/32 1 +casebook/2 1 +case-harden +case-hardened +case-hardening +case-hardens +casein/2 1 +case-load/1 +case-loads +casement/2 1 +casework/2 1 +caseworker/2 1 +Casey/1 +cash/21 1 +cash-book/1 +cash-books +cashew/2 1 +cashier/29 1 +cashiering 1 +cashless 1 +cashmere/2 1 +cash 1 +casing/2 1 +casino/2 1 +cask/29 1 +casket/29 1 +Caspar +Caspian +Cassandra 1 +cassava/2 1 +Cassels +casserole/32 1 +cassette/2 1 +cassia/2 1 +cassino's +Cassiopeia 1 +Cassius 1 +cassock/2 1 +cassocked +cassowary/13 1 +cast/186 1 +castanet/2 1 +castaway/2 1 +caste/222 1 +castellated +caster/2 1 +casteth +castigate/6 1 +castigation/2 1 +castigator/2 1 +Castillo/1 +casting/2 1 +cast-iron +castle/32 1 +Castleford/1 +Castlereagh/1 +castling 1 +cast-off +cast-offs +castor/2 1 +castrate/28 1 +castration/2 1 +castrato 1 +Castries/5 1 +Castro +casual/14 1 +casualty/13 1 +casuist/2 1 +casuistic +casuistry/13 1 +cat/126 1 +cataclysm/2 1 +cataclysmal +cataclysmic 1 +catacomb/2 1 +catafalque/2 1 +Catalan 1 +catalepsy/13 1 +cataleptic/9 1 +Catalina +catalogue/28 1 +cataloguer/2 1 +Catalonia 1 +catalpa/2 1 +catalyse/6 1 +catalyses 293 +catalysis/5 294 +catalyst/2 1 +catalytically +catalytic 1 +catamaran/2 1 +cat-and-dog +catapult/29 1 +cataract/2 1 +catarrh/2 1 +catastrophe/2 1 +catastrophic +catastrophically +catatonia/2 1 +catatonic/9 1 +Catawba 1 +catbird/2 1 +catboat/2 1 +catcall/29 1 +catch/223 295 +catchable +catch-all/1 +catch-alls +catcher/2 1 +catching 1 +catchment/2 1 +catchpenny/53 1 +catchphrase/9 1 +catchup/2 1 +catchword/2 1 +catchy/37 1 +catechise/6 1 +catechism/2 1 +catechist/2 1 +catechize/6 1 +catecholamine/2 1 +categoric +categorical/8 1 +categorisation/9 1 +categorise/6 1 +categoriser/1 +categorisers +categorization/9 1 +categorize/6 1 +categorizer/2 1 +category/13 1 +catenate 1 +catenation/5 1 +cater/10 1 +caterer/2 1 +catering/5 1 +caterpillar/2 1 +caterwaul/4 1 +caterwauling 1 +catfish/3 1 +catgut/2 1 +catharses 296 +catharsis/5 297 +cathartic 1 +Cathay 1 +cathedral/2 1 +Catherine 1 +catheter/2 1 +catheterise +catheterised +catheterises +catheterising +catheterize/6 1 +cathodal +cathode/2 1 +cathodic 1 +catholic/51 1 +Catholicism 1 +catholicity/13 1 +Catholics +Cathy +cation/2 1 +cationic +catkin/2 1 +catlike 1 +catnap/110 1 +catnip/2 1 +Cato +Catskill +Catskills 1 +Ca 1 +catsuit/2 1 +cattery/5 1 +cattle/5 1 +cattleman/5 298 +cattlemen's 299 +cattlemen 300 +CATV +catwalk/2 1 +catty/67 1 +Caucasian/9 1 +Caucasoid 1 +Caucasus 1 +Cauchy +caucus/162 1 +caudal/8 1 +caught 301 +cauldron/2 1 +cauliflower/2 1 +caulk/4 1 +caulker/2 1 +caulking/9 1 +causal/8 1 +causality/13 1 +causal 1 +causate +causation/2 1 +causative/42 1 +cause/32 1 +causeless 1 +causer/2 1 +causerie/2 1 +causeway/29 1 +caustic/9 1 +caustically +causticity/13 1 +caustic 1 +cauterisation/9 1 +cauterise/6 1 +cauterization/9 1 +cauterize/6 1 +caution/29 1 +cautionary +cautioner/2 1 +cautious/14 1 +cavalcade/2 1 +cavalier/224 1 +cavalry/13 1 +cavalryman/5 302 +cavalrymen's 303 +cavalrymen 304 +Cavan/1 +cave/32 1 +caveat/16 1 +cave-in +caveman/5 305 +cavemen's 306 +cavemen 307 +Cavendish +caver/2 1 +cavern/29 1 +cavernous/8 1 +caves 308 +caviare/2 1 +cavil/216 1 +caviller/2 1 +cavilling/9 1 +caving/5 1 +cavitation 1 +cavity/13 1 +cavort/10 1 +caw/29 1 +cawing 1 +Caxton +cay/2 1 +Cayenne/1 +cayenne/2 1 +Cayman/1 +cayman/9 1 +Cayuga/5 1 +CB +CBS +cc 1 +CCTV +CD/2 1 +CDC/1 +CDMA +CD-ROM +CDT +cease/28 1 +ceasefire/9 1 +ceaseless/14 1 +ceasing 1 +Cecil/1 +Cecilia +cedar/2 1 +cede/6 1 +cedes 309 +cedilla/2 1 +Cedric/1 +Ceil +ceilidh/5 1 +ceiling/2 1 +ceilinged +celandine/2 1 +Celanese +celebrant/2 1 +celebrate/6 1 +celebrated/33 1 +celebration/2 1 +celebrator/2 1 +celebratory +celebrity/13 1 +c.elegans +c.Elegans +celerity/13 1 +celery/13 1 +celesta/2 1 +Celeste +celestial/8 1 +Celia/1 +celibacy/13 1 +celibate/2 1 +cell/29 1 +cellar/29 1 +cellarer/5 1 +celling 1 +cellist/2 1 +cello/2 1 +cellophane/2 1 +cellphone/2 1 +cellular/8 1 +cellulite 1 +celluloid/2 1 +cellulose/2 1 +Celsius 1 +Celtic 1 +Celt 1 +cement/29 1 +cementa 310 +cementer/2 1 +cementum/2 311 +cemetery/13 1 +cenobite/2 1 +cenobitic +cenotaph/2 1 +censer/2 1 +censor/29 1 +censorial +censorious/14 1 +censorship/2 1 +censurable 1 +censure/32 1 +censurer/2 1 +census/21 1 +cent/2 1 +centaur/2 1 +centavo/2 1 +centenarian/2 1 +centenary/53 1 +centennial/8 1 +centigrade +centigrades +centilitre/2 1 +centime/2 1 +centimetre/2 1 +centipede/2 1 +central/8 1 +Centralia +centralisation/9 1 +centralise/6 1 +centraliser/1 +centralisers +centralism/5 1 +centralist/2 1 +centrality/13 1 +centralization/9 1 +centralize/6 1 +centralizer/2 1 +central 1 +centre/32 1 +centreboard/2 1 +centrefold/9 1 +centreline/1 +centrelines +centrepiece/2 1 +centrer/1 +centrers +Centrex 1 +centric 1 +centrifugal/42 1 +centrifugate's +centrifugate 1 +centrifugation/5 1 +centrifuge/32 1 +centring/2 1 +centripetal/8 1 +centrist/2 1 +centroid/2 1 +centurion/2 1 +century/13 1 +CEO 1 +cephalic/9 1 +Cephalochordata 1 +Cephalopoda 1 +Cepheid 1 +ceramic/2 1 +ceramicist/2 1 +ceramist/2 1 +Cerberus 1 +cereal/2 1 +cerebellar +cerebellum/2 1 +cerebral/42 1 +cerebra 312 +cerebrate/6 1 +cerebration/2 1 +cerebrum/2 313 +cerement/2 1 +ceremonial/42 1 +ceremonialness +ceremonious/14 1 +ceremony/13 1 +Ceres 1 +cerise/2 1 +cerium/5 1 +cermet/2 1 +CERN +cert/9 1 +certain/225 1 +certainty/13 1 +certifiable/17 1 +certificate/176 1 +certification/2 1 +certifier/2 1 +certify/34 1 +certiorari/5 1 +certitude/2 1 +cerulean/2 1 +Cervantes 1 +cervical +Cervinia/1 +cervix/5 1 +cessation/2 1 +cession/2 1 +Cessna +cesspit/5 1 +cesspool/2 1 +cetacean/9 1 +Ceylon 1 +CFC/9 1 +CfIT/1 +CFO +Chablis 1 +cha-cha +chaconne 1 +Chad/5 1 +chador 1 +Chad 1 +Chadwick/1 +Chaetognatha 1 +chaetognath 1 +chafe/28 1 +chafer/5 1 +chaff/29 1 +chaffer/197 1 +chafferer/2 1 +chaffinch/3 1 +chaffing 1 +chagrin/90 1 +chain/29 1 +chainlike 1 +chainsaw/4 1 +chain-smoke +chain-smoked +chain-smoking +chair/29 1 +chairlady/1 +chairlift/2 1 +chairman/5 314 +chairmanship/2 1 +chairman 1 +chairmen's 315 +chairmen 316 +chairperson/2 1 +chairwoman/5 317 +chairwomen 318 +chaise/2 1 +Chalan/1 +chalcedony/13 1 +chalet/2 1 +chalice/2 1 +chaliced +chalk/29 1 +chalkboard/2 1 +chalkiness +chalkinesses +chalkline +chalk 1 +chalky/37 1 +challenge/28 1 +challenger/2 1 +challenging/8 1 +challis/3 1 +chamber/71 1 +chamberer/2 1 +chambering 1 +Chamberlain/1 +chamberlain/2 1 +chambermaid/2 1 +chamberpot/9 1 +chambray/2 1 +chameleon/2 1 +chamfer/10 1 +chamfer's +chammy's +chamois/226 1 +chamomile/2 1 +Chamonix/1 +champ/4 1 +champagne/2 1 +champaign/5 1 +champers 1 +champion/29 1 +championship/2 1 +champion 1 +Champlain +chance/134 1 +chancel/2 1 +chancellery/13 1 +chancellor/2 1 +Chancellor/2 1 +Chancellorship +chancellorship/2 1 +Chancellorships +chancer 1 +chancery/13 1 +chancier 319 +chanciest 319 +chanciness +chancinesses +chancing's +chancre/2 1 +chancy/37 1 +chandelier/2 1 +chandler/2 1 +change/28 1 +changeability/13 1 +changeable/30 1 +changed 1 +changeless 1 +changeling/5 1 +changeover/2 1 +changer/2 1 +change-ringing +Chang 1 +channel/86 1 +channelisation/9 1 +channelise/6 1 +channeliser/1 +channelisers +channelization/9 1 +channelize/6 1 +channelizer/1 +channelizers +channeller/2 1 +channelling/2 1 +Channing +chanson/2 1 +chant/29 1 +chanter/2 1 +chanteuse/2 1 +chanticleer/2 1 +Chantilly +chantings +chantry/13 1 +chaos/3 1 +chaotic/46 1 +chap/110 1 +chapbook/2 1 +chapeau/201 1 +chapel/16 1 +chapelry/13 1 +chapel 1 +chaperon/197 1 +chaperonage/2 1 +chaperone/32 1 +chaperon 1 +chaplain/2 1 +chaplaincy/13 1 +chaplet/2 1 +Chaplin +Chapman +chapter/29 1 +char/227 1 +charabanc/2 1 +character/29 1 +characterful +characterisability +characterisable +characterisation/9 1 +characterise/6 1 +characteriser/1 +characterisers +characteristic/69 1 +characterizability +characterizable +characterization/9 1 +characterize/6 1 +characterizer/2 1 +characterless 1 +charade/2 1 +charbroil/10 1 +charcoal/29 1 +chard/2 1 +Chardonnay/9 1 +charge/28 1 +chargeable/33 1 +charger/2 1 +chariot/29 1 +charioteer/29 1 +charisma/228 1 +charismatic/9 1 +charismatically +charitable/30 1 +charity/13 1 +charlady/5 1 +charlatan/2 1 +charlatanism/2 1 +charlatanry/13 1 +Charlemagne/5 1 +Charleston 1 +Charles 1 +Charley 1 +Charlie 1 +Charlotte/5 1 +Charlottesville +Charlottetown 1 +Charlton +charm/29 1 +charmed 1 +charmer/2 1 +charming/225 1 +charmless 1 +chart/29 1 +chartable +charter/71 1 +charterer/2 1 +chartings +chartist/2 1 +chartreuse/2 1 +chartroom/9 1 +charwoman/5 320 +charwomen 321 +chary/67 1 +chase/28 1 +chaser/2 1 +chasing/5 1 +chasm/2 1 +chassis/5 1 +cha 322 +chaste/27 1 +chasten/10 1 +chastise/6 1 +chastisement/2 1 +chastiser/2 1 +chastity/13 1 +chasuble/2 1 +chat/126 1 +chateaubriand 1 +chatelaine/2 1 +cha 1 +Chattahoochee +Chattanooga 1 +chattel/2 1 +chatter/4 1 +chatterbox/3 1 +chatterer/2 1 +chattering 1 +chatty/67 1 +Chaucer 1 +chauffeur/29 1 +Chautauqua 1 +chauvinism/2 1 +chauvinist/2 1 +chauvinistic/46 1 +cheap/229 1 +cheapen/10 1 +cheapish +cheapskate/2 1 +cheap 1 +cheat/4 1 +cheater/2 1 +cheating 1 +Chechen 1 +check/167 1 +checkable +checker/52 1 +check-in +check-list +check-lists +checkmate/32 1 +checkout/9 1 +checkpoint/2 1 +checksum/2 1 +checksummed +checksumming +check-up/1 +check-ups +cheddar/9 1 +cheek/29 1 +cheekbone/2 1 +cheek 1 +cheeky/67 1 +cheep/29 1 +cheer/4 1 +cheerer/2 1 +cheerful/106 1 +cheering 1 +cheerio/9 1 +cheerleader/2 1 +cheerless/14 1 +cheers 1 +cheery/67 1 +cheese/32 1 +cheeseboard 1 +cheeseburger/2 1 +cheesecake/2 1 +cheesecloth/2 1 +cheeseparing/9 1 +cheesy/66 1 +cheetah/2 1 +chef/16 1 +chef-d'oeuvre +Chekhov 1 +chelate/221 1 +chelation/2 1 +Chelmsford +Chelmsleywood +Chelsea/1 +Cheltenham +chem +chemical/43 1 +chemiluminescence/5 1 +chemiluminescent +chemise/2 1 +chemist/2 1 +chemistry/13 1 +chemosynthesis 1 +chemotherapeutic/9 1 +chemotherapist/2 1 +chemotherapy/13 1 +chemurgy/13 1 +Cheney/1 +Cheng +chenille/2 1 +Chen 1 +cheque/186 1 +chequebook/2 1 +chequer/10 1 +chequerboard/1 +chequerboards +chequer's +Cherie +cherish/7 1 +cherisher/5 1 +Chernobyl/5 1 +Cherokee/9 1 +cheroot/2 1 +cherry/13 1 +chert/2 1 +cherub/230 1 +cherubic +cherubim/9 1 +chervil/2 1 +Cherwell +Cheryl/1 +Chesapeake +Cheshire/1 +chess/3 1 +chessboard/2 1 +chessman/5 323 +chessmen's 324 +chessmen 325 +chest/2 1 +chested 1 +Chester/5 1 +chesterfield/2 1 +Chester-le-Street +Chesterton/5 1 +chestful/9 1 +chestnut/2 1 +chesty/37 1 +chevalier/2 1 +Cheviot/2 1 +Chevrolet 1 +chevron/2 1 +chevroned +Chevy +chew/4 1 +chewable 1 +chewer/2 1 +chewiness +chewinesses +chewy/37 1 +Cheyenne 1 +chg +chge +chi/5 1 +Chiang/1 +chianti/5 1 +chiaroscuro/2 1 +Chiba +chic/231 1 +Chicago/5 1 +Chicagoan/9 1 +chicane/32 1 +chicanery/13 1 +chicaning 1 +Chicano/2 1 +Chichester +chichi/232 1 +chick/2 1 +chickadee/2 1 +Chickasaw/9 1 +chicken/29 1 +chicken-and-egg +chickenfeed 1 +chickenhearted +chicken-livered +chickenpox/3 1 +chicken 1 +chickpea/2 1 +chickweed/2 1 +chicle/2 1 +chicory/13 1 +chic 1 +chide/6 1 +chidingly 1 +chiding 1 +chief/43 1 +chiefdom/2 1 +chieftain/2 1 +Chief 1 +chiffon/2 1 +chiffonier/2 1 +chiffon 1 +chigger/2 1 +chignon/2 1 +chihuahua/9 1 +chilblain/2 1 +child/233 1 +childbearing/5 1 +childbirth/2 1 +childcare 1 +childes +childhood/2 1 +childish/14 1 +childless/58 1 +childlike/33 1 +childminders +childproof/197 1 +childrearing +child 1 +Chile/2 1 +Chilean/9 1 +chill/193 1 +chiller/2 1 +chilli/234 1 +chilling/8 1 +Chiltern +Chilterns +Chilton/1 +chilly/66 1 +chimaera/5 1 +chimaerical +chime/32 1 +chimer/2 1 +chimera/2 1 +chimeric +chimerical 1 +chimney/90 1 +chimp/2 1 +chimpanzee/2 1 +chin/116 1 +china/2 1 +China/5 1 +Chinaman/5 326 +Chinamen's 327 +Chinamen 328 +Chinatown/5 1 +china 1 +chinchilla/2 1 +chinchilla's 329 +chinchilla 330 +chine/16 1 +Chinese/5 1 +chink/29 1 +chinless 1 +chino/2 1 +Chinook 1 +chin-strap/1 +chinstrap/9 1 +chin-straps +chintz/3 1 +chintzy/37 1 +chin-wag +chin-wagged +chin-wagging +chip/110 1 +chipboard/5 1 +chipmunk/2 1 +Chippendale 1 +Chippenham +Chippewa 1 +chippie/9 1 +chipping/2 1 +chippy/53 1 +chips 1 +Chirac/1 +chiral +chirography/13 1 +chiropodist/2 1 +chiropody/13 1 +chiropractic/2 1 +chiropractor/2 1 +chirp/4 1 +chirpy/37 1 +chirrup/4 1 +chisel/86 1 +chiseller/2 1 +chiselling/9 1 +Chisholm +Chisinau/5 1 +chit/2 1 +chitchat/126 1 +chitin/2 1 +chitinous +chitterlings 1 +chivalric +chivalrous/14 1 +chivalry/13 1 +chive/16 1 +chivvy/34 1 +chlamydia/235 1 +Chloe +chloral/5 1 +chlorate/5 1 +chloride/2 1 +chlorinate/6 1 +chlorination/2 1 +chlorine/5 1 +chlorofluorocarbon/9 1 +chloroform/29 1 +chlorophyll/2 1 +chloroplast/2 1 +chloroquine/5 1 +chm +chock/71 1 +chock-a-block +chock-full +chocoholic/9 1 +chocolate/2 1 +chocolatey +chocolaty +Choctaw/9 1 +choice/236 1 +choir/29 1 +choirboy/2 1 +choirmaster/2 1 +choke/237 1 +chokeberry/5 1 +choker/2 1 +choking/8 1 +choler/2 1 +cholera/2 1 +choleric 1 +cholesterol/2 1 +choline/5 1 +cholinesterase/5 1 +chomp/4 1 +Chomsky/1 +Chondrichthyes 1 +choose/104 331 +chooser/2 1 +choosier 332 +choosiest 332 +choosiness +choosinesses +choosy/37 1 +chop/175 1 +chophouse/2 1 +Chopin 1 +chopper/29 1 +chopping 1 +choppy/67 1 +chopstick/2 1 +choral/8 1 +chorale/2 1 +choral 1 +chord/29 1 +chordal 1 +chordata +Chordata 1 +chordate/2 1 +chording's +chore/32 1 +chorea/2 1 +choreograph/10 1 +choreographer/2 1 +choreographic/46 1 +choreography/13 1 +chorines +chorion/5 1 +chorister/2 1 +Chorley +choroid/9 1 +chortle/28 1 +chortler/2 1 +chorus/21 1 +chosen 333 +chose 333 +chow/29 1 +chows 1 +Chris +chrism/2 1 +Chrissie +Christ/5 1 +Christchurch +christen/10 1 +Christendom 1 +christening/2 1 +Christensen/1 +Christi +Christian/2 1 +Christiana/1 +Christianise/6 1 +Christianity 1 +Christianize/6 1 +Christiansen +Christian 1 +Christie 1 +Christina/1 +Christine +Christlike +Christmas/114 1 +Christmastide 1 +Christmastime 1 +Christoph/1 +Christopher/5 1 +chroma/5 1 +chromate/5 1 +chromatic/238 1 +chromaticism/5 1 +chromatin/2 1 +chromatogram/2 1 +chromatographic +chromatograph 1 +chromatography/5 1 +chrome/221 1 +chromic +chroming 1 +chromite/5 1 +chromium/2 1 +chromosomal 1 +chromosome/2 1 +chromosphere/5 1 +chronic/46 1 +chronicle/32 1 +chronicler/2 1 +chronicling 1 +chronic 1 +chronograph/2 1 +chronography 1 +chronological/8 1 +chronologist/2 1 +chronology/13 1 +chronometer/2 1 +chronometric +chrysalids +chrysalis/3 1 +chrysanthemum/2 1 +Chrysler 1 +château +châteaus +château's +châteaux +châtelaine +châtelaines +châtelaine's +chub/2 1 +chubby/66 1 +chuck/29 1 +chuckle/28 1 +chucklingly +chuckling 1 +chuff/149 1 +chuff's +chuff 1 +chug/111 1 +chukka/9 1 +chum/78 334 +chummy/67 1 +chump/29 1 +chumping's +Chung +chunk/29 1 +chunky/66 1 +chuntering +church/21 1 +churchgoer/2 1 +churchgoing/2 1 +Churchill/5 1 +Churchillian +churching 1 +churchly/74 1 +churchman/5 335 +churchmen's 336 +churchmen 337 +Church-of-England +Church 1 +churchwarden/2 1 +churchwoman/5 338 +churchwomen 339 +churchyard/2 1 +churl/2 1 +churlish/14 1 +churn/29 1 +churner/2 1 +churning/5 1 +chute/32 1 +chutney/2 1 +chutzpah/2 1 +chyme/2 1 +ciao/9 1 +CIA 1 +cicada/2 1 +cicatrice/2 1 +cicatrix/83 1 +Cicely +cicerone/239 1 +Cicero 1 +CID +cider/2 1 +cigar/2 1 +cigarette/2 1 +cigarillo/2 1 +cilantro/9 1 +cilia's 340 +cilia 341 +ciliate/42 1 +ciliated +cilium/5 342 +cinch/21 1 +cinchona/2 1 +Cincinnati 343 +cincture/32 1 +cinder/29 1 +Cinderella 1 +Cindy/1 +cine/5 1 +cinema/2 1 +cinematic 1 +cinematographer/2 1 +cinematographic 1 +cinematography/13 1 +Cinerama +cinnabar/2 1 +cinnamon/2 1 +cipher/29 1 +ciphering 1 +cir +circadian +circa 1 +Circe 1 +circle/32 1 +circler/5 1 +circlet/2 1 +circling 1 +circuit/29 1 +circuital +circuitous/14 1 +circuitry/13 1 +circuity/13 1 +circulant +circular/38 1 +circularise/6 1 +circularity/13 1 +circularize/6 1 +circulate/6 1 +circulation/2 1 +circulative +circulator 1 +circulatory +circumcise/6 1 +circumciser/5 1 +circumcision/2 1 +circumference/2 1 +circumferential 1 +circumferentially +circumflex/21 1 +circumlocution/2 1 +circumlocutory +circumnavigate/6 1 +circumnavigation/2 1 +circumnavigational +circumnavigationally +circumpolar +circumscribe/6 1 +circumscription/2 1 +circumspect/8 1 +circumspection/2 1 +circumsphere +circumstance/32 1 +circumstantial/8 1 +circumvent/10 1 +circumventable +circumvention/2 1 +circus/3 1 +cirque/2 1 +cirrhoses 344 +cirrhosis/5 345 +cirrhotic/9 1 +cirri's 346 +cirri 347 +cirrus/5 348 +Cisco/1 +cissy 1 +cistern/2 1 +citable +citadel/2 1 +citation/2 1 +cite/28 1 +cites 1 +citied +citified +citizen/2 1 +citizenly +citizenry/13 1 +citizenship/2 1 +citrate/142 1 +citrate's +citric 1 +Citroen/1 +citron/2 1 +citronella/2 1 +citrous 1 +citrus/3 1 +city/13 1 +cityscape/2 1 +city 1 +citywide 1 +civet/2 1 +civic/39 1 +civil/8 1 +civilian/2 1 +civilisation/9 1 +civilise/6 1 +civiliser/2 1 +civility/13 1 +civilization/9 1 +civilize/6 1 +civilized 1 +civilizer/2 1 +civvies +CJD +ck +clack/4 1 +clackers +Clackmannanshire/1 +clad/240 1 +cladding/2 1 +clad 349 +claim/29 1 +claimable 1 +claimant/2 1 +claimer/2 1 +éclair +Claire +éclairs +éclair's +clairvoyance/2 1 +clairvoyant/42 1 +clam/78 1 +clamber/4 1 +clamberer/2 1 +clammy/67 1 +clamorous/18 1 +clamour/29 1 +clamourer/2 1 +clamp/29 1 +clampdown/2 1 +clamper's +clamper 1 +clamshell/2 1 +clan/2 1 +Clancy +clandestine/18 1 +clang/4 1 +clanger/2 1 +clanging 1 +clangorous/8 1 +clangour/29 1 +clank/29 1 +clanking/8 1 +clannish/14 1 +clansman/5 350 +clansmen's 351 +clansmen 352 +clap/175 1 +clapper/16 1 +clapping 1 +Clapton +claptrap/2 1 +claque/2 1 +Clara +Clare/1 +Claremont +Clarence +Clarendon/1 +claret/29 1 +clarification/2 1 +clarifier/5 1 +clarify/34 1 +clarinet/2 1 +clarinettist/2 1 +clarion/29 1 +clarity/13 1 +Clark/1 +Clarke/1 +Clary +clash/55 1 +clasher/5 1 +clashing 1 +clasp/29 1 +clasped's +clasper/5 1 +clasping 1 +clasp-knife +clasp-knives +class/178 1 +class-conscious +class-consciousness +classer/5 1 +classes 353 +classic/39 1 +classical/8 1 +classicalist/2 1 +classicality 1 +classical 1 +classicism/2 1 +classicist/2 1 +classic 1 +classifiable +classification/2 1 +classificatory +classified/9 1 +classifier/2 1 +classify/34 1 +classlessness +classless 1 +class-list +classmark/1 +classmarks +classmate/2 1 +classroom/2 1 +classwork/5 1 +classy/66 1 +éclat +éclat's +clatter/4 1 +clatterer/5 1 +clattering/8 1 +clattery 1 +Claude +Claudia +Claudio +Claudius +Claus +clausal 1 +clause/2 1 +Clausen +claustrophobia/2 1 +claustrophobic +clave/5 1 +claver 1 +clavichord/2 1 +clavicle/2 1 +clavier/2 1 +claw/29 1 +clawer/5 1 +clay/29 1 +clayey 354 +clayier 355 +clayiest 355 +claymore/2 1 +Clayton/1 +clean/241 1 +cleanability 1 +cleanable 1 +clean-cut +cleaner/2 1 +cleaning/5 1 +clean-living +cleanly/160 1 +cleans/7 1 +cleanse/6 1 +cleanser/2 1 +clean-shaven +cleansing 1 +clean-up/1 +clean-ups +clear/26 1 +clearance/2 1 +clear-cut 1 +clearer/5 1 +clear-headed +clear-headedly +clear-headedness/1 +clearing/2 1 +clearing-house +clearing-houses +clear-sighted 1 +clear-up +clear-ups +Clearwater +clearway/5 1 +cleat/29 1 +cleavage/2 1 +cleave/6 356 +cleaver/2 1 +cleaving 1 +clef/2 1 +cleft/29 357 +clematis/3 1 +Clemence +Clemenceau +clemency/13 1 +Clemens +Clement/1 +clement/8 1 +Clementine +Clements +Clemson +clench/55 1 +Cleopatra/5 1 +clerestory/13 1 +clergy/13 1 +clergyman/5 358 +clergymen's 359 +clergymen 360 +clergywoman/5 361 +clergywomen 362 +cleric/2 1 +clerical/42 1 +clericalism/2 1 +clerk/29 1 +clerkly 1 +clerkship/2 1 +Cleveland/5 1 +clever/20 1 +clevis/3 1 +clew/29 1 +cliché +clichéd +clichés +cliché's +click/29 1 +clicker/2 1 +clicking 1 +client/2 1 +clientèle +clientèle's +cliff/2 1 +cliffhanger/2 1 +cliffhanging +Clifford +Clifton/1 +climacteric/2 1 +climactic +climate/2 1 +climatic +climatically +climatological/8 1 +climatologist/2 1 +climatology/13 1 +climax/21 1 +climb/4 1 +climbable 1 +climbdown +climber/2 1 +climbing/9 1 +clime/2 1 +clinch/55 1 +clincher/2 1 +clinchingly +Cline +cling/128 363 +clinger/2 1 +clingy/37 1 +clinic/2 1 +clinical/8 1 +clinician/2 1 +clink/4 1 +clinker/29 1 +clinometer/2 1 +Clint +Clinton/5 1 +cliometric/9 1 +cliometrician/9 1 +Clio 1 +clip/110 1 +clipboard/2 1 +clip-clop +clip-on +clipper/2 1 +clipping/2 1 +clique/32 1 +cliquey 364 +cliquier 365 +cliquiest 365 +cliquish/14 1 +C.Lit. +clitoral +clitoris/242 1 +Clive +Cliveden +cloaca/70 1 +cloak/29 1 +cloak-and-dagger +cloaked 1 +cloakroom/2 1 +clobber/4 1 +cloche/2 1 +clock/29 1 +clocker/2 1 +clockings +clockmaker/5 1 +clockwatcher 1 +clockwise 1 +clockwork/2 1 +clod/131 1 +cloddish/33 1 +clodhopper/2 1 +clog/111 1 +cloisonné +cloisonnes +cloister/29 1 +cloistral 1 +clomp/10 1 +clomp's +clonal 1 +clone/32 1 +cloner/2 1 +cloning 1 +clonk/4 1 +clop/175 1 +closable +close/243 1 +close-cropped +closed-circuit +close-down +close-fisted +close-fitting +close-hauled +close-knit +close-mouthed +closer/2 1 +close-set +closet/29 1 +close-up +close-ups +closing/9 1 +closish +closure/32 1 +clot/126 1 +cloth/29 1 +clothbound +clothe/6 366 +clothesbrush 1 +clotheshorse/2 1 +clothesline/32 1 +clothesman +clothesmen +clothes-peg/1 +clothes-pegs +clothier/2 1 +clothing/2 1 +clotting 1 +cloud/29 1 +cloudburst/2 1 +cloud-cuckoo-land +clouding 1 +cloudless/18 1 +cloudlet 1 +cloudscape/2 1 +cloudy/67 1 +clout/29 1 +clove/2 1 +cloven 367 +clover/2 1 +cloverleaf/2 1 +clove 367 +Clovis 1 +clown/29 1 +clowning 1 +clownish/14 1 +cloy/10 1 +cloying/8 1 +cl 1 +club/152 1 +clubbed's +clubbing/5 1 +club-class +clubfeet 368 +club-foot/1 +club-footed +clubhouse/2 1 +clubland +clubroom/2 1 +cluck/29 1 +clue/32 1 +clued-up +clueless 1 +clump/29 1 +clumpy/37 1 +clumsy/67 1 +clung 369 +clunk/29 1 +clunker/2 1 +clunkily +clunkiness +clunky/37 1 +cluster/29 1 +clusterings +clutch/55 1 +clutter/4 1 +Clwyd +Clydebank/1 +Clydesdale 1 +Clyde 1 +CMG +CMOS +cm 1 +Cm 1 +CNAA +CNN +co/1 +coach/178 1 +coacher/5 1 +coaching 1 +coachloads +coachman/5 370 +coachmen's 371 +coachmen 372 +coachwork/5 1 +coadjutor/2 1 +coagulable +coagulant/2 1 +coagulate/6 1 +coagulation/2 1 +coagulator/9 1 +coal/29 1 +coal-black +coaler/5 1 +coalesce/6 1 +coalescence/2 1 +coalescent +coalface/2 1 +coalfield/2 1 +coal-fired +coal-holes +coalition/2 1 +coalitionist/2 1 +coalminers +coarse/27 1 +coarsen/10 1 +coast/29 1 +coastal 1 +coaster/2 1 +coastguard/2 1 +coasting 1 +coastline/2 1 +coast-to-coast +coat/244 1 +coater/9 1 +Coates +coat-hanger +coating/2 1 +coattail/9 1 +coattest 1 +co-author/1 +co-authored +co-authoring +co-authors +coax/55 1 +coaxer/2 1 +coaxial 1 +coaxially +coaxing/8 1 +cob/152 1 +cobalt/5 1 +Cobb/1 +cobble/32 1 +cobbler/2 1 +cobblestone/2 1 +cobblestoned +cobbling 1 +coble/5 1 +Cobol/1 +cobra/2 1 +cobweb/152 1 +cobwebby/37 1 +coca/2 1 +cocaine/2 1 +cocci/2 1 +cocci's 373 +cocci 374 +coccus/5 375 +coccyx/245 1 +co-channel +cochineal/2 1 +Cochin 1 +cochlea/22 1 +cochlear 1 +Cochran/1 +cock/29 1 +cockade/2 1 +cock-a-hoop +cock-and-bull +cockatoo/2 1 +cockatrice/2 1 +Cockburn/1 +cocker/5 1 +cockerel/2 1 +cocker 1 +cock-eyed +cock-eyedly +cock-eyedness +cock-fight/1 +cock-fighting/1 +cock-fightings +cock-fights +cockle/32 1 +cocklebur/5 1 +cockleshell/2 1 +cockling 1 +cockney/2 1 +cockneyism 1 +cockney 1 +cock-of-the-rock +cock-of-the-walk +cock-of-the-wood +cockpit/2 1 +cockroach/3 1 +cockscomb/2 1 +cockshies +cock-shy +cocksucker/246 1 +cocksure 1 +cocktail/29 1 +cock-up/1 +cock-ups +cocky/67 1 +coco/2 1 +cocoa/2 1 +cocoa's 376 +cocoa 377 +coconut/2 1 +cocoon/29 378 +cocooning 1 +Cocos/5 1 +cod/131 1 +coda/2 1 +coda's 379 +coda 380 +coddle/6 1 +coddler/5 1 +code/32 1 +codebook/9 1 +codebreak +codebreaker +codec/2 1 +codeine/2 1 +codename +codenamed +codependency/53 1 +codependent/9 1 +coder/2 1 +codetermine +codetermines +codeword/2 1 +codex/5 381 +codfish/3 1 +codger/2 1 +codices's 382 +codices 383 +codicil/2 1 +codification/2 1 +codifier/2 1 +codify/34 1 +coding's +codling/5 1 +codon/9 384 +codpiece/2 1 +Cody/1 +coed/2 1 +coedited +coediting +coeditor/2 1 +coedits +coeducation/2 1 +coeducational/8 1 +coefficient/2 1 +Coelenterata 1 +coelenterate/2 1 +coequal/42 1 +coerce/6 1 +coercer/2 1 +coercible +coercion/2 1 +coercive/18 1 +coeval/42 1 +coexist/10 1 +coexistence/2 1 +coexistent +coextensive/8 1 +cofactor/2 1 +coffee/2 1 +coffee-cake/1 +coffee-cakes +coffee-cup/1 +coffee-cups +coffee-house/1 +coffee-houses +coffee-maker +coffee-makers +coffee-pot/1 +coffee-pots +coffee-table/1 +coffee-tables +coffer/29 1 +coffer-dam/1 +coffer-dams +Coffey/1 +coffin/29 1 +Coffman +co-found +co-founder +cog/111 1 +cogency/13 1 +cogent/8 1 +cogitate/6 1 +cogitation/2 1 +cogitative 1 +cogitator/2 1 +cognac/2 1 +cognate/9 1 +cognately +cognate 1 +cognation/2 1 +cognisance +cognisant +cognition/2 1 +cognitional +cognitionally +cognitive/8 1 +cognitives +cognizable 1 +cognizance/2 1 +cognizant +cognomen/2 1 +cognoscente/247 1 +cogwheel/2 1 +cohabit/10 1 +cohabitant/2 1 +cohabitation/2 1 +cohabitational +cohabitationally +coheir/2 1 +Cohen/1 +cohere/6 1 +coherence/2 1 +coherency/53 1 +coherent/8 1 +coherer/5 1 +cohesion/2 1 +cohesive/14 1 +Cohn +coho/2 1 +cohoes +cohort/2 1 +coif/248 1 +coiffure/32 1 +coil/4 1 +coin/29 1 +coinage/2 1 +coincide/6 1 +coincidence/2 1 +coincident/8 1 +coincidental/8 1 +coiner/2 1 +coining 1 +coinsurance/2 1 +Cointreau 1 +coital 1 +coitally +coitus/3 1 +coke/32 1 +cokey +col/52 1 +cola/2 1 +colander/2 1 +cola's 385 +cola 386 +colatitude/2 1 +Colbert 1 +Colby 1 +Colchester/1 +cold/44 1 +cold-blooded/73 1 +Coldfield +cold-hearted 1 +coldish +cold-shouldering +Cole/1 +Coleman/1 +Coleraine/1 +Coleridge/5 1 +coleslaw/2 1 +Colette/1 +coleus/3 1 +Colgate +colic/2 1 +colicky 1 +coliform 1 +Colin +coliseum/2 1 +colitis/3 1 +coll +collaborate/6 1 +collaboration/2 1 +collaborationist/2 1 +collaborative/42 1 +collaborator/2 1 +collage/32 1 +collagen/5 1 +collapse/28 1 +collapsibility/5 1 +collapsible +collar/29 1 +collarbone/2 1 +collard/2 1 +collarless 1 +collate/6 1 +collateral/43 1 +collation/2 1 +collative +collator/2 1 +colleague/32 1 +collect/4 1 +collectable/9 1 +collected/18 1 +collectible/9 1 +collecting 1 +collection/2 1 +collective/42 1 +collectivisation/9 1 +collectivise/6 1 +collectivism/2 1 +collectivist/2 1 +collectivity/13 1 +collectivization/9 1 +collectivize/6 1 +collector/2 1 +collect 1 +colleen/5 1 +college/2 1 +collegial +collegiality/53 1 +collegian/2 1 +collegiate/8 1 +collide/6 1 +collie/176 387 +collier/2 1 +colliery/13 1 +collimate/6 1 +collimation/5 1 +collimator/5 1 +collinearity/5 1 +collinear 1 +Collins 1 +collision/2 1 +collisional +collisionally +collocate/6 1 +collocation/2 1 +collogue/6 1 +colloid/2 1 +colloidal +colloidally +colloid 1 +colloquial/8 1 +colloquialism/2 1 +colloquial 1 +colloquia 388 +colloquium/2 389 +colloquy/13 1 +collude/6 1 +collusion/2 1 +collusive 1 +co-located +cologne/2 1 +cologned +Colombia/5 1 +Colombian/9 1 +Colombo/5 1 +colon/2 390 +colonel/2 1 +colonelcy/13 1 +colonial/42 1 +colonialism/2 1 +colonialist/2 1 +colonialness +colonic 1 +colonisation/9 1 +colonise/6 1 +coloniser/2 1 +colonist/2 1 +colonization/9 1 +colonize/6 1 +colonizer/2 1 +colonnade/2 1 +colonnaded +colony/13 1 +colophon/2 1 +Colorado/5 1 +coloration/2 1 +coloratura/2 1 +colorimeter/2 1 +colorimetric +colorimetry 1 +colossal/8 1 +Colosseum +colossi 391 +colossus/5 392 +colostomy/13 1 +colostrum/2 1 +colour/71 1 +colourant/2 1 +colouration/2 1 +colour-blind +colour-blindness/1 +colour-code +colour-coded +coloured/9 1 +colourer/2 1 +colour-fast +colour-fastness/1 +colour-fastnesses +colourful/14 1 +colouring/2 1 +colourisation +colourisations +colourise/6 1 +colourist/2 1 +colourization +colourizations +colourize/6 1 +colourless/73 1 +colour-sergeant +colt/2 1 +colter/5 1 +coltish/18 1 +Coltrane +Columbia/5 1 +Columbian 1 +columbine/2 1 +Columbus 1 +column/2 1 +columnar +columned +columnise +columnised +columnises +columnising +columnist/2 1 +columnize +columnized +columnizes +columnizing +Colwyn/1 +collying 393 +coma/22 1 +comaker/2 1 +Comanche 1 +comatose 1 +comb/29 1 +combat/29 1 +combatant/2 1 +combative/14 1 +comber/2 1 +combinable 1 +combination/2 1 +combinational +combinationally +combinator/1 +combinatorial +combinatorially +combinatoric +combinatorics +combinators +combine/28 1 +combined 1 +combiner/2 1 +combing 1 +combo/2 1 +combusted +combustibility/13 1 +combustible/9 1 +combustion/2 1 +combustive +Comdex/1 +come/104 394 +comeback/2 1 +comedian/2 1 +comedic 1 +comedienne/2 1 +comedown/2 1 +comedy/13 1 +comely/66 1 +comer/2 1 +comes's +comestible/2 1 +comet/2 1 +cometary +cometh +comeuppance/2 1 +comfit/16 1 +comfort/29 1 +comfortabilities +comfortability +comfortable/30 1 +comforter/2 1 +comforting/8 1 +comfy/37 1 +comic/2 1 +comical/8 1 +comicality/13 1 +comic 1 +coming/9 1 +comity/13 1 +comm +comma/2 1 +command/29 1 +commandant/2 1 +commandeer/10 1 +Commander +commander/2 1 +Commander-in-Chief +commanding/8 1 +commandment/2 1 +commando/2 1 +comma's 395 +comma 396 +commemorate/6 1 +commemoration/2 1 +commemorative/42 1 +commemorator/9 1 +commence/6 1 +commencement/2 1 +commencer/5 1 +commend/10 1 +commendable/17 1 +commendation/2 1 +commendatory +commender/5 1 +commensurable/17 1 +commensurate/8 1 +comment/29 1 +commentary/13 1 +commentate/6 1 +commentator/2 1 +commenter/5 1 +commerce/32 1 +commercial/42 1 +commercialisation/9 1 +commercialise/6 1 +commercialism/2 1 +commercialization/9 1 +commercialize/6 1 +commercialness +commie/2 1 +commingle/6 1 +commiserate/6 1 +commiseration/2 1 +commiserative 1 +commissar/2 1 +commissariat/2 1 +commissary/13 1 +commission/29 1 +commissionaire 1 +commissioner/2 1 +commit/11 1 +commitment/2 1 +committable +committal/2 1 +committally +committee/2 1 +committeeman/5 397 +committeemen's 398 +committeemen 399 +committeewoman/5 400 +committeewomen 401 +commode/2 1 +commodious/18 1 +commodity/13 1 +commodore/2 1 +common/249 402 +commonality/13 1 +commonalty/13 1 +commoner/2 1 +common-law +commonplace/33 1 +common-room/1 +common-sense +commonsensical 1 +commonwealth/2 1 +commotion/2 1 +communal/8 1 +communality/5 1 +commune/28 1 +communicability/13 1 +communicable/17 1 +communicant/2 1 +communicate/6 1 +communication/2 1 +communicational +communicationally +communicative/18 1 +communicator/2 1 +communing 1 +communion/2 1 +communiqué +communiques +communiqué's +communise/6 1 +communism/2 1 +communist/2 1 +communistic +communitarian/5 1 +community/13 1 +communize/6 1 +commutable 1 +commutate/6 1 +commutation/2 1 +commutative/8 1 +commutativity 1 +commutator/2 1 +commute/6 1 +commuter/2 1 +Comoros/5 1 +comp/4 1 +compact/26 1 +compacter/2 1 +compaction/5 1 +compactor/2 1 +companion/29 1 +companionable/35 1 +companionship/2 1 +companionway/2 1 +company/77 1 +Compaq/1 +comparability/13 1 +comparable/35 1 +comparative/31 1 +comparator/2 1 +compare/28 1 +comparer/5 1 +comparison/2 1 +compartment/29 1 +compartmentalisation/9 1 +compartmentalise/6 1 +compartmentalization/9 1 +compartmentalize/6 1 +compartmental 1 +compass/21 1 +compassing 1 +compassion/5 1 +compassionate/18 1 +compassion 1 +compatibility/13 1 +compatible/250 1 +compatriot/2 1 +compeer/29 1 +compel/82 1 +compellable 1 +compelling/51 1 +compendia 403 +compendious 1 +compendium/2 404 +compensable +compensate/6 1 +compensation/2 1 +compensative +compensator/5 1 +compensatory +compete/6 1 +competence/2 1 +competency/13 1 +competent/8 1 +competing 1 +competition/2 1 +competitive/14 1 +competitor/2 1 +compilable +compilation/2 1 +compile/6 1 +compiler/2 1 +complacence 1 +complacency/13 1 +complacent/8 1 +complain/10 1 +complainant/2 1 +complainer/2 1 +complaining/8 1 +complaint/2 1 +complaisance/2 1 +complaisant/8 1 +complement/29 1 +complementarity 1 +complementary/251 1 +complementation/5 1 +complementer/1 +complementers +completable +complete/121 1 +completed 1 +completer/5 1 +completion/2 1 +completive 1 +complex/252 1 +complexion/90 1 +complexional/8 1 +complexity/13 1 +compliance/2 1 +compliant/8 1 +complicate/6 1 +complicated/18 1 +complication/2 1 +complicator/1 +complicators +complicit +complicity/13 1 +complier/2 1 +compliment/29 1 +complimentary 1 +complimenter/2 1 +comply/34 1 +complyings +component/2 1 +comport/10 1 +comportment/2 1 +compose/6 1 +composed/18 1 +composer/2 1 +composite/59 1 +composition/2 1 +compositional/8 1 +compositor/2 1 +compost/29 1 +composure/2 1 +compote/2 1 +compound/71 1 +compoundable +compounded 1 +compounder/5 1 +compère +comprehend/10 1 +comprehensibility/13 1 +comprehensible/35 1 +comprehension/2 1 +comprehensive/41 1 +compères +compère's +compress/55 1 +compressed/8 1 +compressibility/5 1 +compressible 1 +compression/2 1 +compressional +compressionally +compressive/8 1 +compressor/2 1 +comprise/6 1 +compromise/32 1 +compromiser/2 1 +compromising/8 1 +Compton/1 +comptroller/2 1 +compulsion/2 1 +compulsive/41 1 +compulsivity 1 +compulsory/253 1 +compunction/2 1 +CompuServe/1 +computability/5 1 +computable/17 1 +computation/2 1 +computational/8 1 +compute/28 1 +computer/2 1 +computerese 1 +computerisation +computerisations +computerise/6 1 +computerization/9 1 +computerize/6 1 +computer-literate +computing 1 +comrade/2 1 +comradely/254 1 +comradeship/2 1 +Comte +con/255 1 +Conakry/5 1 +Conan +concatenate/6 1 +concatenation/2 1 +concave/256 1 +concavity/13 1 +conceal/10 1 +concealable +concealed 1 +concealer/2 1 +concealingly +concealment/2 1 +concede/6 1 +conceded/8 1 +conceder/2 1 +conceit/29 1 +conceited/14 1 +conceivability 1 +conceivable/17 1 +conceive/6 1 +conceiver/5 1 +concentrate/28 1 +concentration/2 1 +concentrative 1 +concentrator/2 1 +concentric +concentrically +Concepción +Concepción's +concept/2 1 +conception/2 1 +conceptional +conceptionally +conceptive +conceptual/8 1 +conceptualisation/9 1 +conceptualise/6 1 +conceptuality/5 1 +conceptualization/9 1 +conceptualize/6 1 +concern/4 1 +concerned/8 1 +concerning 1 +concert/29 1 +concerted/8 1 +concertedness +concertina/29 1 +concertmaster/2 1 +concerto/85 1 +concession/2 1 +concessionaire/2 1 +concessional +concessionally +concessionary 1 +concessioner 1 +conch/29 1 +concierge/2 1 +conciliar 1 +conciliate/6 1 +conciliately +conciliating 1 +conciliation/2 1 +conciliative +conciliator/2 1 +conciliatory 1 +concise/27 1 +concision/2 1 +conclave/2 1 +conclude/6 1 +concluder/2 1 +conclusion/2 1 +conclusive/14 1 +concoct/10 1 +concocter/5 1 +concoction/2 1 +concoctive +concomitant/8 1 +concord/2 1 +concordance/2 1 +concordant/8 1 +concordat/2 1 +Concorde/1 +Concordia +concourse/2 1 +concrete/257 1 +concretion/2 1 +concubinage/2 1 +concubine/2 1 +concupiscence/2 1 +concupiscent +concur/12 1 +concurable +concurrence/2 1 +concurrency/13 1 +concurrent/8 1 +concurring 1 +concuss/7 1 +concusser +concussion/2 1 +concussive +concuss's +condemn/10 1 +condemnable 1 +condemnation/2 1 +condemnatory +condemner/2 1 +condemning 1 +condensate/2 1 +condensation/2 1 +condense/6 1 +condensed 1 +condensely +condenseness +condenser/2 1 +condensible +condescend/10 1 +condescending/8 1 +condescension/2 1 +condign 1 +condiment/2 1 +condition/29 1 +conditional/42 1 +conditionality 1 +conditioner/2 1 +conditioning/2 1 +condo/2 1 +condole/6 1 +condolence/2 1 +condoling 1 +condom/2 1 +condominium/2 1 +condonable +condone/6 1 +condoner/5 1 +condor/2 1 +conduce/6 1 +conducive/33 1 +conduct/29 1 +conductance/2 1 +conductibility/13 1 +conductible +conduction/2 1 +conductive/8 1 +conductivity/13 1 +conductor/2 1 +conductress/3 1 +conduit/2 1 +cone/16 1 +coneflower/5 1 +Conestoga 1 +coney's +confab/152 1 +confable +confabulate/6 1 +confabulation/2 1 +confect/109 1 +confection/29 1 +confectioner/2 1 +confectionery/13 1 +confectionist/1 +confectionists +confederacy/13 1 +confederate/32 1 +confederation/2 1 +confer/258 1 +conferability +conferable +conferee/2 1 +conference/32 1 +conferencing 1 +conferment/2 1 +conferral/2 1 +conferrer/2 1 +confess/7 1 +confessed/8 1 +confession/2 1 +confessional/9 1 +confessionally +confessor/2 1 +confetti +confetti's +confidant/2 1 +confidante/2 1 +confide/6 1 +confidence/2 1 +confident/8 1 +confidential/18 1 +confidentiality/13 1 +confident 1 +confider/2 1 +confiding/8 1 +confidingness +configurable +configuration/2 1 +configure/6 1 +configurer/1 +configurers +confine/28 1 +confined 1 +confinement/2 1 +confiner/5 1 +confirm/10 1 +confirmation/2 1 +confirmatory +confirmed/18 1 +confirming 1 +confiscate/6 1 +confiscation/2 1 +confiscator/2 1 +confiscatory +conflagration/2 1 +conflate/6 1 +conflation/2 1 +conflict/29 1 +conflicting/8 1 +conflictive +conflictual +confluence/2 1 +confluently +confluent 1 +confocal +confocally +conform/10 1 +conformable 1 +conformal +conformally +conformance/2 1 +conformation/2 1 +conformational +conformationally +conformer/2 1 +conforming 1 +conformism/2 1 +conformist/2 1 +conformity/13 1 +confound/10 1 +confounded/8 1 +confounding 1 +confraternity/13 1 +confront/10 1 +confrontation/2 1 +confrontational +confrontationally +confronter/2 1 +confrère +confrères +confrère's +Confucianism 1 +Confucian 1 +Confucius 1 +confusable 1 +confuse/6 1 +confused/18 1 +confuser/2 1 +confusing/8 1 +confusion/2 1 +confutation/2 1 +confute/6 1 +confuter/5 1 +Cong +conga/29 1 +congeal/10 1 +congealed 1 +congealment/2 1 +congener/2 1 +congenial/8 1 +congeniality/13 1 +congenital/8 1 +conger/2 1 +congeries/5 1 +congest/10 1 +congestion/2 1 +congestive +Congleton +conglomerate/32 1 +conglomeration/2 1 +conglomerative +Congo/5 1 +Congolese 1 +congrats 1 +congratulate/6 1 +congratulation/2 1 +congratulatory +congregate/6 1 +congregation/2 1 +Congregational +Congregationalism/2 1 +Congregationalist/2 1 +Congregationally +congress/21 1 +congressional/8 1 +congressman/5 405 +congressmen's 406 +congressmen 407 +congresspeople 408 +congressperson/9 409 +congresswoman/5 410 +congresswomen 411 +congruence/2 1 +congruency/5 1 +congruent/8 1 +congruential +congruity/13 1 +congruous/18 1 +conic/39 1 +conical/18 1 +conic 1 +conifer/2 1 +coniferous +conjectural/8 1 +conjecture/32 1 +conjecturer/5 1 +conjoin/10 1 +conjoined 1 +conjoiner/2 1 +conjoint/8 1 +conjugacy +conjugal/8 1 +conjugate/28 1 +conjugately +conjugateness +conjugating 1 +conjugation/2 1 +conjugative +conjunct/9 1 +conjuncted +conjunction/2 1 +conjunctiva/2 1 +conjunctive/42 1 +conjunctivitis/3 1 +conjunct 1 +conjuncture/2 1 +conjuration/2 1 +conjure/6 1 +conjurer/2 1 +conjuring/5 1 +conk/259 1 +conker/2 1 +Conley/1 +conman/5 412 +conmen's 413 +conmen 414 +connect/10 1 +connected/18 1 +connectible +Connecticut 1 +connection/2 1 +connectionless +connective/43 1 +connectivity/13 1 +connector/2 1 +Connelly +conner 1 +connexion/2 1 +Connie +conning 1 +connivance/2 1 +connive/6 1 +conniver/2 1 +conniving 1 +connoisseur/2 1 +connoisseurship 1 +Connors +connotation/2 1 +connotative/8 1 +connote/6 1 +connubial/8 1 +conquer/10 1 +conquerable 1 +conquering 1 +conqueror/2 1 +conquest/2 1 +conquester/1 +conquesters +conquistador/260 1 +Conrad/1 +Conrail/1 +consanguineous/8 1 +consanguinity/13 1 +conscience/2 1 +conscienceless 1 +conscience-stricken +conscientious/14 1 +conscionable 1 +conscious/14 1 +conscript/29 1 +conscription/2 1 +consecrate/6 1 +consecrated 1 +consecration/2 1 +consecrative +consecutive/18 1 +consensual/8 1 +consensus/3 1 +consent/4 1 +consenter/2 1 +consentingly +consequence/2 1 +consequent/8 1 +consequential/18 1 +consequentiality/13 1 +consequentness +consequent 1 +conservancy/13 1 +conservation/2 1 +conservationism 1 +conservationist/2 1 +conservatism/2 1 +conservative/31 1 +conservator/2 1 +conservatory/13 1 +conserve/28 1 +consider/10 1 +considerable/17 1 +considerate/73 1 +consideration/9 1 +considerer/5 1 +considering/9 1 +consign/10 1 +consignee/2 1 +consigner/2 1 +consignment/2 1 +consignor/2 1 +consiprationally +consist/10 1 +consistence/9 1 +consistency/13 1 +consistent/8 1 +consistory/13 1 +consolable +consolation/2 1 +consolatory +console/28 1 +consoler/2 1 +consolidate/6 1 +consolidation/2 1 +consolidator/2 1 +consoling/8 1 +consol's +consommé +consommés +consonance/2 1 +consonant/43 1 +consonantal 1 +consort/29 1 +consortia 415 +consortium/5 416 +conspectus/3 1 +conspicuous/14 1 +conspiracy/13 1 +conspirational +conspirator/2 1 +conspiratorial/8 1 +conspire/6 1 +constable/2 1 +constabulary/13 1 +constance +constancy/13 1 +constant/42 1 +Constantine/1 +Constantinople 1 +constellation/2 1 +consternate/6 1 +consternation/2 1 +constipate/6 1 +constipation/2 1 +constituency/13 1 +constituent/43 1 +constitute/6 1 +constitution/2 1 +constitutional/42 1 +constitutionalist/2 1 +constitutionality/13 1 +constitutive/8 1 +constrain/261 1 +constrained/8 1 +constraint/2 1 +constrict/10 1 +constricter +constriction/2 1 +constrictive +constrictor/2 1 +construable 1 +construct/4 1 +constructable +constructibility +constructible +construction/2 1 +constructional/8 1 +constructionist/2 1 +constructive/14 1 +constructivism 1 +constructivist/2 1 +constructor/2 1 +construe/28 1 +cons 1 +consubstantiation/2 1 +consul/2 1 +consular/9 1 +consulate/2 1 +consulship/2 1 +consult/10 1 +consultancy/53 1 +consultant/2 1 +consultation/2 1 +consultative 1 +consultee/2 1 +consultees' +consulter/5 1 +consumable/9 1 +consume/6 1 +consumed/8 1 +consumer/2 1 +consumerism/2 1 +consumerist/2 1 +consuming/42 1 +consummate/89 1 +consummation/2 1 +consummative +consumption/2 1 +consumptive/42 1 +cont +contact/29 1 +contactable +contagion/2 1 +contagious/14 1 +contain/10 1 +containable +contained 1 +container/2 1 +containerisation/9 1 +containerise/6 1 +containerization/9 1 +containerize/6 1 +containment/2 1 +contaminant/2 1 +contaminate/6 1 +contamination/2 1 +contaminative +contaminator/2 1 +contd +cont'd +contemn/10 1 +contemplate/6 1 +contemplation/2 1 +contemplative/31 1 +contemporaneity/13 1 +contemporaneous/18 1 +contemporary/262 1 +contempt/2 1 +contemptibility 1 +contemptible/17 1 +contemptuous/14 1 +contend/10 1 +contender/2 1 +contending 1 +content/192 1 +contented/14 1 +contention/2 1 +contentious/14 1 +contentment/2 1 +conterminous/8 1 +contest/29 1 +contestable 1 +contestant/2 1 +contester/2 1 +context/2 1 +contextual/8 1 +contextualisation +contextualisations +contextualise/6 1 +contextualization/9 1 +contextualize/6 1 +contiguity/13 1 +contiguous/18 1 +continence/2 1 +continent/43 1 +continental/42 1 +contingency/13 1 +contingent/43 1 +continuable +continual/8 1 +continuance/2 1 +continuant/5 1 +continua 417 +continuation/2 1 +continue/6 1 +continued 1 +continuer/5 1 +continuing 1 +continuity/13 1 +continuous/18 1 +continuum/5 418 +contort/10 1 +contorted 1 +contortion/2 1 +contortionist/2 1 +contortive 1 +contour/29 1 +contra/9 1 +contraband/5 1 +contrabass/5 1 +contraception/2 1 +contraceptive/9 1 +contract/29 1 +contractable +contracted 1 +contractible 1 +contractile +contraction/2 1 +contractor/2 1 +contractual/8 1 +contradict/10 1 +contradiction/2 1 +contradictory/263 1 +contradistinction/2 1 +contraflow/9 1 +contrail/2 1 +contraindicate/6 1 +contraindication/2 1 +contraindicative +contralto/2 1 +contrapositive/9 1 +contraption/2 1 +contrapuntal/8 1 +contrariety/13 1 +contrariwise +contrary/264 1 +contrast/4 1 +contrasting/8 1 +contrastive/8 1 +contrasty 1 +contravene/6 1 +contravener/5 1 +contravention/2 1 +contretemps/5 1 +contribute/6 1 +contribution/2 1 +contributive/8 1 +contributor/2 1 +contributorily +contributory/53 1 +contrite/14 1 +contrition/2 1 +contrivance/2 1 +contrive/6 1 +contriver/2 1 +control/86 1 +controllability/5 1 +controllable/17 1 +controller/2 1 +controlling 1 +controversial/8 1 +controversialist/2 1 +controversy/13 1 +controvert/10 1 +controvertible 1 +contumacious/8 1 +contumacy/13 1 +contumelies +contumelious 1 +contumely/1 +contuse/6 1 +contusion/2 1 +conundrum/2 1 +conurbation/2 1 +convalesce/6 1 +convalescence/2 1 +convalescent/9 1 +convect/10 1 +convection/2 1 +convectional +convectionally +convective 1 +convector/5 1 +convene/6 1 +convener/2 1 +convenience/2 1 +convenient/8 1 +convenor 1 +convent/186 1 +conventicle/2 1 +convention/2 1 +conventional/8 1 +conventionalise/6 1 +conventionalism/5 1 +conventionalist/2 1 +conventionality/13 1 +conventionalize/6 1 +converge/6 1 +convergence/2 1 +convergent 1 +conversant/8 1 +conversation/2 1 +conversational/8 1 +conversationalist/2 1 +conversazione/5 1 +converse/265 1 +converser 1 +conversion/2 1 +conversioning +convert/4 1 +converter/2 1 +convertibility/13 1 +convertible/266 1 +convex/8 1 +convexity/13 1 +convex 1 +convey/10 1 +conveyable +conveyance/2 1 +conveyanced +conveyancer/2 1 +conveyancing/5 1 +conveyor/2 1 +convict/4 1 +conviction/2 1 +convictive 1 +convict 1 +convince/6 1 +convinced 1 +convincer/2 1 +convincing/18 1 +convivial/8 1 +conviviality/13 1 +convocation/2 1 +convoke/6 1 +convolute/267 1 +convoluted 1 +convolution/2 1 +convolve/6 1 +convoy/29 1 +convulse/6 1 +convulsion/2 1 +convulsive/18 1 +Conway/1 +cony/13 1 +coo/4 1 +co-occurrence +cooing 1 +cook/29 1 +cookbook/2 1 +Cooke/1 +cooker/2 1 +cookery/5 1 +cookie/2 1 +cooking/5 1 +Cookstown/1 +cookware/2 1 +cool/26 1 +coolant/2 1 +cool-bag +cool-box/1 +cool-boxes +cooler/2 1 +Cooley/1 +cool-headed 1 +Coolidge 1 +coolie/2 1 +cooling-off +cooling 1 +coolish +co-op +coop/29 1 +cooper/29 1 +cooperage/2 1 +cooperant +co-operant +co-operate +cooperate/6 1 +co-operated +co-operates +co-operating +co-operation/1 +cooperation/5 1 +co-operative +cooperative/31 1 +co-operatively +co-operativeness/1 +co-operatives +co-operator/1 +cooperator/2 1 +co-operators +coopering 1 +co-opt +co-optation +co-opting +co-option +co-optive +co-ordinate +coordinate/28 1 +co-ordinated +co-ordinates +coordinate 1 +co-ordinating +co-ordination +coordination/5 1 +coordinative +co-ordinative +co-ordinator/1 +coordinator/2 1 +co-ordinators +Coors +coot/2 1 +cootie/2 1 +co-owners +co-ownership +cop/110 1 +copay/9 1 +cope/28 1 +Copeland +Copenhagen/5 1 +Copernican 1 +Copernicus 1 +coper's +coper 1 +copier/2 1 +co-pilot +copilot/2 1 +coping/5 1 +copious/14 1 +coplanar +Copland +Copley +copolymer/2 1 +cop-out +cop-outs +copper/29 1 +Copperfield +copperhead/2 1 +copperplate/2 1 +coppersmith/2 1 +coppery 1 +coppice/32 1 +copra/2 1 +coprocessor/9 1 +co-produced +coprolite/5 1 +coprophagous +cops/7 1 +copse/32 1 +copter/2 1 +Coptic 1 +copula/2 1 +copulate/6 1 +copulation/2 1 +copulative/9 1 +copulatory +copy/77 1 +copyable +copybook/2 1 +copycat/126 1 +copyist/2 1 +copyright/71 1 +copyrightable +copyrighter/2 1 +copywriter/2 1 +coquetry/13 1 +coquette/32 1 +coquettish/8 1 +coracle/2 1 +coral/2 1 +coralline 1 +coral 1 +corbel/86 1 +corbelling/9 1 +Corbett/5 1 +Corbie +Corby +cord/29 1 +cordage/2 1 +corder/5 1 +cordial/31 1 +cordiality/13 1 +cordillera/2 1 +cording/5 1 +cordite/2 1 +cordites 419 +cordless 1 +Cordoba 1 +cordon/29 1 +cordovan/2 1 +corduroy/29 1 +core/32 1 +co-religionist +corer/2 1 +co-respondent/1 +co-respondents +Corey/1 +corf/139 1 +Corfu/1 +corgi/2 1 +coriaceous +coriander/2 1 +coring's +Corinth/5 1 +Corinthian/9 1 +Coriolis +cork/29 1 +corker/2 1 +corkscrew/29 1 +corm/2 1 +cormorant/2 1 +corn/29 1 +cornball/2 1 +cornbread/9 1 +corncob/2 1 +corncrake/5 1 +cornea/2 1 +corneal 1 +cornea's 420 +cornea 421 +Cornelia/1 +Cornelius +Cornell/1 +corner/29 1 +cornerstone/2 1 +cornet/2 1 +cornfield/2 1 +cornflake/9 1 +cornflour/5 1 +cornflower/2 1 +cornice/32 1 +cornily 1 +corniness +corninesses +Cornish 1 +cornmeal 1 +cornrow/4 1 +cornstalk/2 1 +cornstarch/3 1 +cornucopia/2 1 +Cornwall/5 1 +Cornwallis +Cornwell +corny/37 1 +corolla/2 1 +corollary/13 1 +corona/2 1 +Coronado +coronal/2 1 +coronary/53 1 +coronate 1 +coronation/2 1 +coroner/2 1 +coronet/2 1 +coronetted +coroutine/2 1 +corp. +corpora/5 1 +corporal/43 1 +corpora's 422 +corpora 423 +corporate/8 1 +corporates +corporation/2 1 +corporatism/5 1 +corporatist/2 1 +corporative +corporeal/18 1 +corporeality/13 1 +corps/5 1 +corpse/2 1 +corpulence/2 1 +corpulent/8 1 +corpulentness +corpulentnesses +corpus/5 424 +corpuscle/2 1 +corpuscular +corr +corral/86 1 +corralling 1 +correct/168 1 +correctable +corrected 1 +correction/2 1 +correctional +correctionally +corrective/42 1 +correctiveness +corrector/2 1 +correlate/28 1 +correlation/2 1 +correlative/42 1 +correlator/2 1 +correspond/10 1 +correspondence/2 1 +correspondent/2 1 +corresponding/8 1 +corridor/2 1 +Corrigan +corrigenda 425 +corrigendum/5 426 +corrigible 1 +corroborate/6 1 +corroboration/2 1 +corroborative/8 1 +corroborator/2 1 +corroboratory 1 +corrode/6 1 +corrodible +corrosion/2 1 +corrosive/31 1 +corrugate/6 1 +corrugation/2 1 +corrupt/168 1 +corrupted 1 +corrupter/5 1 +corruptibility/13 1 +corruptible 1 +corruption/2 1 +corruptive/8 1 +corsage/2 1 +corsair/2 1 +corset/29 1 +Corsica/5 1 +Corsican 1 +cortex/5 427 +cortège +cortèges +cortège's +cortical/8 1 +cortices 428 +corticosteroid/2 1 +cortisol 1 +cortisone/2 1 +Cortland 1 +corundum/5 1 +coruscate/6 1 +coruscation/2 1 +Corvallis +corvette/2 1 +cos/162 1 +cosier 429 +cosiest 429 +cosign/10 1 +cosignatory/13 1 +cosigner/2 1 +cosine/2 1 +cosines/50 1 +co-site +cosmetic/69 1 +cosmetician/2 1 +cosmetologist/2 1 +cosmetology/13 1 +cosmic/46 1 +cosmical +Cosmo +cosmogonist/2 1 +cosmogony/13 1 +cosmological/8 1 +cosmologist/2 1 +cosmology/13 1 +cosmonaut/2 1 +cosmopolitan/2 1 +cosmopolitanism/2 1 +cosmopolitan 1 +cosmos/3 1 +cosponsor/4 1 +cossacks +Cossack 1 +cosset/4 1 +cost/29 1 +Costa +co-star +co-starred +co-starring +co-stars +cost-cutting +cost-effective +cost-effectiveness +cost-efficient +Costello +costing/9 1 +costive/18 1 +costless 1 +costly/66 1 +costume/134 1 +costumer/2 1 +cosy/67 1 +cot/268 1 +cotangent/2 1 +cote/16 1 +coterie/2 1 +coterminous +coterminously +cotillion/2 1 +Co 1 +Cotswold/5 1 +cottage/32 1 +cottager/2 1 +cottagey +cottar's +cotter/90 1 +cotton/29 1 +cottontail/2 1 +cottonwood/2 1 +cottony 1 +cotyledon/2 1 +couch/21 1 +couching/5 1 +cougar/2 1 +cough/4 1 +cougher/5 1 +coughing 1 +couldn't +could 430 +could've +coulée +coulées +coulée's +coulomb/2 1 +Coulthard +council/2 1 +councillor/2 1 +councilman/5 431 +councilmen's 432 +councilmen 433 +councilperson/9 1 +councilwoman/5 434 +councilwomen 435 +counsel/86 1 +counselling/9 1 +counsellor/2 1 +count/4 1 +countability 1 +countable/17 1 +countdown/2 1 +countenance/32 1 +countenancer/5 1 +counter/29 1 +counteract/10 1 +counteraction/2 1 +counteractive 1 +counterargument/2 1 +counter-attack/1 +counter-attacked +counter-attacker/1 +counter-attackers +counter-attacking +counter-attacks +counterbalance/32 1 +counter-claim/1 +counter-claimed +counter-claiming +counter-claims +counter-clockwise +counter-culture/1 +counter-cultures +countercyclical +counter-espionage/1 +counter-espionages +counterexample/9 1 +counterfeit/4 1 +counterfeiter/2 1 +counterfeit 1 +counterflow 1 +counterfoil/2 1 +counterforce/5 1 +counter-inflation +counter-inflationary +counterinsurgency/13 1 +counter-intelligence/1 +counter-intelligences +counter-intuitive +counterman/5 436 +countermand/4 1 +countermeasure/2 1 +countermen's 437 +countermen 438 +counter-offensive/1 +counter-offensives +counteroffer/16 1 +counterpane/2 1 +counterpart/2 1 +counterpoint/29 1 +counterpoise/32 1 +counterproductive +counter-productive +counterproposal/5 1 +counter-revolution/1 +counter-revolutionaries +counter-revolutionary/1 +counter-revolutions +countersign/4 1 +countersignature/2 1 +countersink/128 439 +counterspy/13 1 +counterstrike 1 +countersunk 440 +counter-tenor/1 +counter-tenors +counter-terrorism +counter 1 +countervail/10 1 +counterweight/29 1 +countess/3 1 +countlessly +countless 1 +countrified 1 +countrify +country/13 1 +countryman/5 441 +countrymen's 442 +countrymen 443 +countryside/2 1 +country 1 +countrywide 1 +countrywoman/5 444 +countrywomen 445 +county/13 1 +coupé +coup/16 1 +Couper/1 +Couperin/1 +Coupland/1 +couple/32 1 +coupler/2 1 +couplet/2 1 +coupling/2 1 +coupon/2 1 +coupé's +courage/2 1 +courageous/14 1 +courgette/2 1 +courier/29 1 +course/134 1 +courser/2 1 +coursework +coursing/5 1 +court/29 1 +courteous/14 1 +courter/2 1 +courtesan/2 1 +courtesy/77 1 +courthouse/2 1 +courtier/2 1 +courting 1 +courtly/66 1 +court-martial +Courtney/1 +courtroom/2 1 +courtship/2 1 +courtyard/2 1 +couscous/3 1 +cousin/2 1 +cousinly 1 +Cousteau +couture/2 1 +couturier/2 1 +covalent/8 1 +covariance/2 1 +covariant/9 1 +covariate +covariates +covariation 1 +covary +cove/32 1 +coven/2 1 +covenant/29 1 +covenanter/5 1 +Covent +Coventry 1 +cover/269 1 +coverable +coverage/2 1 +coverall/2 1 +coveralled +coverer/5 1 +covering/2 1 +coverlet/2 1 +coversheet +covert/14 1 +cover-up +cover-ups +covet/10 1 +coveter/5 1 +covetingly +covetous/14 1 +covey/2 1 +coving 1 +cow/29 446 +coward/43 1 +cowardice/2 1 +cowardly/160 1 +cowbell/2 1 +cowboy/2 1 +cowedly +cower/10 1 +cowering/8 1 +Cowes +cowgirl/2 1 +cowherd/2 1 +cowhide/32 1 +cowl/29 1 +Cowley +cow-lick/1 +cow-licks +cowling/5 1 +cowman/5 447 +cowmen's 448 +cowmen 449 +co-worker/1 +co-workers +cow-parsley/1 +cow-pat/1 +cow-pats +Cowper/1 +cowpox/3 1 +cowrie/2 1 +co-writer +co-written +cowshed/2 1 +cowslip/2 1 +cox/21 1 +coxcomb/2 1 +coxswain/29 1 +coy/115 1 +coyote/2 1 +coypu/2 1 +cozen/10 1 +cozenage/2 1 +CPA 1 +cpd +CPI 1 +cpl +CPR 1 +cps 1 +CPU/2 1 +crab/152 1 +crab-apple/1 +crab-apples +Crabbe/1 +crabbed/18 1 +crabber/2 1 +crabbily 1 +crabbing/5 1 +crabby/169 1 +crabgrass/68 1 +crablike 1 +crack/270 1 +crackable +crackdown/2 1 +cracked 1 +cracker/2 1 +cracking 1 +crackle/28 1 +crackling/2 1 +cracklings 1 +crackpot/2 1 +crackup/9 1 +cradle/32 1 +cradler/5 1 +cradling/5 1 +craft/29 1 +crafter 1 +craftsman/5 450 +craftsmanship/2 1 +craftsmen's 451 +craftsmen 452 +craftspeople 453 +craftspersons +craftswoman/5 454 +craftswomen 455 +crafty/67 1 +crag/2 1 +craggy/66 1 +Craig +Craigavon/1 +cram/271 1 +Cramer +crammer/5 1 +cramp/29 1 +cramped 1 +cramper/1 +crampon/2 1 +cranberry/13 1 +Crandall +crane/32 1 +crane-flies +cranelike +Cranfield/1 +Cranford +cranial 1 +cranium/2 1 +crank/63 1 +crankcase/2 1 +crankshaft/2 1 +cranky/67 1 +Cranleigh +Cranston +cranny/77 1 +crap/272 1 +crape/16 1 +crappy/37 1 +crash/170 1 +crasher/2 1 +crashing/8 1 +crash-land +crash-landed +crash-landing +crass/20 1 +crate/32 1 +crater/29 1 +cravat/126 1 +crave/6 1 +craven/185 1 +craver/5 1 +craving/2 1 +craw/2 1 +crawdad/9 1 +crawfish's +Crawford +crawl/4 1 +crawler/2 1 +Crawley +crawlies +crawling 1 +crawlspace/9 1 +crawlway 1 +crawly/37 1 +Cray/1 +crayfish/3 1 +crayfished +crayfishing +crayon/29 1 +craze/32 1 +crazed 1 +crazing 1 +crazy/113 1 +crèche +crèches +crèche's +creak/4 1 +creaking 1 +creaky/67 1 +cream/71 1 +creamer/2 1 +creamery/13 1 +creamy/67 1 +crease/32 1 +creaser 1 +creatable +create/6 1 +creation/2 1 +creationism/2 1 +creationist/2 1 +creative/14 1 +creativity/13 1 +creator/2 1 +creature/2 1 +creaturely/74 1 +credence/2 1 +credential/16 1 +credenza/2 1 +credibility/13 1 +credible/17 1 +credit/29 1 +creditability/5 1 +creditable/35 1 +creditor/2 1 +creditworthy/254 1 +credo/2 1 +credulity/13 1 +credulous/14 1 +creed/2 1 +creedal 1 +creek/2 1 +creekside +creel/29 1 +creeling 1 +creep/128 456 +creeper/2 1 +creeping 1 +creepy/113 1 +Creighton +cremate/6 1 +cremation/2 1 +crematoria 457 +crematorium/2 458 +crematory 1 +crenelate/6 1 +crenelation/2 1 +crenellated +crenellation/9 1 +creole/2 1 +creosote/32 1 +crepe/32 1 +crept 459 +crescendo/29 1 +crescent/2 1 +cress/68 1 +crest/29 1 +crestfallen/18 1 +cresting/5 1 +crestless 1 +Crestview +Cretaceously +Cretaceous 1 +Cretan 1 +Crete 1 +cretin/2 1 +cretinism/2 1 +cretinous +cretonne/2 1 +Creutzfeldt +Creutzfeldt-Jakob +crevasse/32 1 +crevice/2 1 +crew/29 1 +Crewe +crewel/2 1 +crewelwork/2 1 +crewman/5 460 +crewmen's 461 +crewmen 462 +crib/152 1 +cribbage/2 1 +cribber/2 1 +cribbing/5 1 +Crichton +crick/29 1 +cricket/29 1 +cricketer/2 1 +crier/2 1 +crime/32 1 +Crimean +Crimea 1 +criminal/43 1 +criminalisation +criminalisations +criminalise/6 1 +criminality/13 1 +criminalization/9 1 +criminalize/6 1 +criminological 1 +criminologist/2 1 +criminology/13 1 +crimp/4 1 +crimper/5 1 +crimson/29 1 +cringe/28 1 +cringer/5 1 +cringing 1 +crinkle/28 1 +crinklies +crinkly/37 1 +crinoline/2 1 +cripple/32 1 +crippler/2 1 +crippling/8 1 +crises 463 +crisis/5 464 +crisp/26 1 +crisper/5 1 +crispy/66 1 +criss +criss-cross +criss-crossed +criss-crosses +criss-crossing +Cristina/1 +criteria 465 +criterion/5 466 +critic/2 1 +critical/8 1 +criticality 1 +criticise/6 1 +criticiser/1 +criticisers +criticisingly +criticism/2 1 +criticize/6 1 +criticizer/2 1 +criticizingly +critique/32 1 +critter/2 1 +crème +croak/4 1 +croaker/2 1 +croaking 1 +croaky/37 1 +Croatia/5 1 +Croatian 1 +Croat 1 +crochet/4 1 +crocheter/2 1 +crocheting/9 1 +crochety +crock/29 1 +crocker +crockery/13 1 +Crockett +crocodile/2 1 +crocus/3 1 +croft/2 1 +crofter/2 1 +crofting 1 +croissant/2 1 +Croix +Cromwell/5 1 +Cromwellian +crone/2 1 +Cronin +crony/13 1 +crook/29 1 +crooked/273 1 +Crookes +crook 1 +croon/4 1 +crooner/2 1 +crooning 1 +crop/110 1 +cropper/2 1 +croquet/29 1 +croquette/2 1 +Crosby +crosier/2 1 +cross/92 1 +crossable +crossarm 1 +crossbar/120 1 +crossbeam/2 1 +crossbones 1 +crossbow/2 1 +crossbowman/5 467 +crossbowmen's 468 +crossbowmen 469 +cross-bred +cross-breds +cross-breed +cross-breeding +cross-breeds +cross-check +cross-checked +cross-checking +cross-checks +cross-country +crosscurrent/2 1 +cross-cut/1 +cross-cuts +cross-cutting +cross-dressing +crosser/9 1 +cross-examination +cross-examine +cross-examined +cross-examines +cross-examining +cross-eyed 1 +cross-fertilisation +cross-fertilization +crossfire/2 1 +cross-grained 1 +cross-hair +cross-hairs +cross-hatch +cross-hatched +cross-hatches +cross-hatching +crossing/2 1 +cross-legged 1 +crossover/2 1 +crosspatch/3 1 +crosspiece/2 1 +cross-ply +crosspoint +cross-polar +crossproduct +crossproducts +cross-refer +cross-reference +cross-referenced +cross-references +cross-referencing +cross-refers +crossroad/2 1 +cross-section +cross-sectional +cross-sectionally +cross-sections +crosstalk/5 1 +crossways +crosswind/2 1 +crosswise 1 +crossword/2 1 +crotch/3 1 +crotched +crotchet/2 1 +crotchety/74 1 +crotchless +croûton +croûtons +croûton's +crouch/55 1 +crouching 1 +croup/29 1 +croupier/2 1 +croupy/37 1 +croutons +crow/29 1 +crowbait 1 +crowbar/120 1 +crowd/29 1 +crowded/33 1 +crowfeet 470 +crowfoot/5 471 +crowing 1 +Crowley +crown/29 1 +crowner/5 1 +crowning 1 +Croydon/1 +crozier/2 1 +crêpe +crêpes +crêpe's +crêpey +CRT/9 1 +crucial/8 1 +crucible/2 1 +crucifiable +crucifier/2 1 +crucifix/3 1 +crucifixion/2 1 +cruciform/9 1 +crucify/34 1 +crud/131 1 +cruddy/37 1 +crude/27 1 +crudités +crudity/13 1 +crud 1 +cruel/106 1 +cruelled +cruelling +cruel 1 +cruelty/13 1 +cruelty-free +cruet/2 1 +cruise/28 1 +cruiser/2 1 +cruising 1 +crumb/274 1 +crumble/28 1 +crumbling/9 1 +crumbly/160 1 +crumbs 1 +crumby/37 1 +crumminess +crumminesses +crummy/37 1 +crumpet/2 1 +crumple/28 1 +crumpling 1 +crump 1 +crunch/55 1 +cruncher/2 1 +crunchy/66 1 +crupper/2 1 +crusade/32 1 +crusader/2 1 +cruse/2 1 +crush/55 1 +crushable +crusher/2 1 +crushing/8 1 +crushproof +Crusoe +crust/29 1 +crustacean/2 1 +Crustacea 1 +crustal 1 +crusted 1 +crusty/113 1 +crutch/21 1 +crux/5 1 +Cruz +cry/220 1 +crybaby/13 1 +crying 1 +cryogenic/39 1 +cryostat/5 1 +cryosurgery/13 1 +crypt/2 1 +cryptanalysis/5 1 +cryptanalyst/5 1 +cryptanalytic 1 +cryptically +cryptic 1 +cryptogram/2 1 +cryptographer/2 1 +cryptographic +cryptographically +cryptography/13 1 +cryptologic +cryptological +cryptologist/2 1 +cryptology/5 1 +Cryptozoic +crystal/16 1 +crystal-clear +crystalline/9 1 +crystallisation/9 1 +crystallise/6 1 +crystalliser/1 +crystallisers +crystallite/2 1 +crystallites 472 +crystallization/9 1 +crystallize/6 1 +crystallizer/2 1 +crystallographer/2 1 +crystallographic +crystallography/5 1 +crystal 1 +Côte +CTOL +c 1 +cu. +cub/152 1 +Cuba/5 1 +Cuban/9 1 +cubbing 1 +cubbyhole/2 1 +cube/32 1 +cuber/5 1 +cubic/9 1 +cubical/8 1 +cubicle/2 1 +cubic 1 +cubing 1 +cubism/2 1 +cubist/2 1 +cubit/2 1 +cuboid 1 +cuckold/29 1 +cuckoldry/13 1 +cuckoo/29 1 +cucumber/2 1 +cud/2 1 +cuddle/28 1 +cuddliness +cuddly/37 1 +cudgel/86 1 +cudgelling/9 1 +cue/275 1 +cuff/29 1 +cuisine/2 1 +Culbertson/1 +cul-de-sac +culinary 1 +cull/4 1 +Cullen/1 +culler/5 1 +culling 1 +Culloden +culminate/6 1 +culmination/2 1 +culotte/9 1 +culpa/5 1 +culpability/13 1 +culpable/35 1 +culpas +culprit/2 1 +cult/2 1 +cultism/2 1 +cultist/2 1 +cultivable 1 +cultivatable +cultivate/6 1 +cultivation/2 1 +cultivator/2 1 +cul 1 +cultural/8 1 +culture/32 1 +Culver +Culvers +culvert/2 1 +Cully +cum/9 1 +cumber/4 1 +Cumberland/5 1 +cumbersome/14 1 +Cumbria/1 +Cumbrian/5 1 +cumbrous 1 +cumin/2 1 +cummerbund/2 1 +Cummings +cumquat's +cumulate/6 1 +cumulation/2 1 +cumulative/8 1 +cumuli 473 +cumulonimbi 474 +cumulonimbus/5 475 +cumulus/5 476 +cuneiform/9 1 +cunnilingus/3 1 +cunning/273 1 +Cunningham/1 +cunning 1 +cunt/276 1 +cup/110 1 +cupboard/2 1 +cupcake/2 1 +Cupertino/1 +cupful/2 1 +cupid/9 1 +cupidinously +cupidity/13 1 +cupola/29 1 +cupping/5 1 +cupric 1 +cuprous 1 +cur/277 1 +curability/13 1 +curable/35 1 +curacy/13 1 +curare/2 1 +curate/32 1 +curative/42 1 +curator/2 1 +curatorial +curatorships +curb/29 1 +curbing/5 1 +curbside 1 +curbstone/2 1 +curd/29 1 +curdle/6 1 +curdling 1 +cure/28 1 +curer/2 1 +curettage/2 1 +curfew/2 1 +curia/70 1 +curial +curia's 477 +curia 478 +curie/2 1 +curio/2 1 +curiosity/13 1 +curious/20 1 +curium/5 479 +curl/4 1 +curled 1 +curler/2 1 +curlew/2 1 +curlicue/32 1 +curling/5 1 +curly/160 1 +curlycue's +curmudgeon/2 1 +curmudgeonly +Curran/1 +currant/2 1 +currency/13 1 +current/31 1 +curricle/5 1 +curricular +curricula 480 +curriculum/5 481 +Currie +Currier +curry/77 1 +currycomb/29 1 +currying 482 +curs/7 1 +curse/32 1 +cursed/18 1 +cursing 1 +cursive/31 1 +cursor/29 1 +cursory/91 1 +curt/20 1 +curtail/10 1 +curtailer/2 1 +curtailment/2 1 +curtain/29 1 +Curtis +curtsey/29 1 +curtsy/77 1 +curvaceous/60 1 +curvature/2 1 +curve/32 1 +curved's +curved 1 +curvier 483 +curviest 483 +curvilinear/8 1 +curvilinearity/5 1 +curving's +curvy/37 1 +cushion/29 1 +Cushman +cushy/37 1 +cusp/2 1 +cuspate 1 +cusped 1 +cuspidal +cuss/21 1 +cussed/18 1 +cusser 1 +custard/2 1 +Custer/1 +custodial 1 +custodian/2 1 +custodianship/2 1 +custody/13 1 +custom/150 1 +customary/263 1 +custom-built +customer/2 1 +customhouse/9 1 +customisability +customisable +customisation/9 1 +customise/6 1 +customiser/1 +customisers +customizability +customizable +customization/9 1 +customize/6 1 +customizer/2 1 +custom-made +cut/278 1 +cut-and-paste +cutaneous/8 1 +cutaway/2 1 +cutback/2 1 +cut-down +cute/27 1 +cutesy/37 1 +cute 1 +cuticle/2 1 +cutlass/3 1 +cutler/2 1 +cutlery/13 1 +cutlet/2 1 +cut-off/1 +cut-offs +cut-out/1 +cut-outs +cut-price +Cu 1 +cutter/2 1 +cut-throat/1 +cut-throats +cutting/43 1 +cuttle/5 1 +cuttlebone/2 1 +cuttlefish/3 1 +cuttle 1 +cutup/2 1 +cutworm/2 1 +CV +cw +cwt 1 +cyan/2 1 +Cyanamid +cyanate/5 1 +cyanic +cyanide/32 1 +cyaniding 1 +cyanogen/5 1 +cyan 1 +Cybele/5 1 +cybernate 1 +cybernation 1 +cybernetic/39 1 +cybernetician 1 +cyberpunk/2 1 +cyberspace/2 1 +cybersquatting +cyborg/9 1 +cycad/2 1 +Cyclades 1 +Cycladic +cyclamen/2 1 +cycle/32 1 +cycler 1 +cycleway/9 1 +cyclical/8 1 +cyclic 1 +cycling/5 1 +cyclist/2 1 +cyclohexanol +cycloid/2 1 +cycloidal 1 +cycloid 1 +cyclometer/2 1 +cyclone/2 1 +cyclonic 1 +cyclopaedia/2 1 +cyclopaedic +Cyclopean +Cyclops 1 +cyclotron/2 1 +cyder/2 1 +cygnet/2 1 +Cygnus 1 +cylinder/16 1 +cylindrical/8 1 +cymbal/2 1 +cymbalist/2 1 +cynic/2 1 +cynical/8 1 +cynicism/2 1 +cynic 1 +Cynon/1 +cynosure/2 1 +Cynthia 1 +cypher/29 1 +cypress/3 1 +Cyprian 1 +Cypriot/2 1 +Cyprus/5 1 +Cyril +Cyrillic 1 +Cyrus +cyst/2 1 +cystic 1 +cystitis 1 +cytochemistry/5 1 +cytochrome/5 1 +cytological 1 +cytologist/2 1 +cytology/13 1 +cytoplasm/2 1 +cytoplasmic +cytosine/2 1 +cytotoxic +czar/2 1 +czarevitch/5 1 +czarina/2 1 +czarism/5 1 +czarist/2 1 +czarship +Czech/2 1 +Czechoslovakia/5 1 +Czechoslovakian 1 +Czechoslovak 1 +Czech 1 +Cs +CSA +CSE +CSEU +CSP +CSU +CSYS +d/279 1 +dab/158 1 +dabber/5 1 +dabbest +dabble/6 1 +dabbler/2 1 +dabbling 1 +Dacca/5 1 +dace/5 1 +dacha/2 1 +Dachau 1 +dachshund/2 1 +Dacron 1 +dactyl/2 1 +dactylic 1 +dad/2 1 +Dada 1 +daddy/13 1 +daddy-long-legs +Dade +dado/16 1 +Daedalus 1 +daemon/2 1 +daemonic +daffiness +daffinesses +daffodil/2 1 +daffy/37 1 +daft/20 1 +Dag +Dagenham +dagger/29 1 +Daguerre +daguerreotype/32 1 +Dahl/1 +dahlia/2 1 +dailies +daily/160 1 +Daimler +dainty/113 1 +daiquiri/2 1 +dairy/13 1 +dairying/5 1 +dairyland +dairymaid/2 1 +dairyman/5 484 +dairymen's 485 +dairymen 486 +dairywoman/5 487 +dairywomen 488 +dais/3 1 +daisy/13 1 +daisy-cutter +daisy-cutters +Dakar/5 1 +Dakota 1 +dale/2 1 +dalesman/5 489 +dalesmen's 490 +dalesmen 491 +dales 492 +daleth/5 1 +Daley/1 +Dallas 1 +dalliance/2 1 +dallier/2 1 +dalmatian/9 1 +Dalton 1 +Daly +dally/34 1 +dam/78 1 +damage/32 1 +damageable 1 +damager/2 1 +damaging/8 1 +Damascus/5 1 +damask/29 1 +dame/2 1 +Damien +Damilola/1 +dammit/9 1 +damn/167 1 +damnable/17 1 +damnation/2 1 +damned/280 1 +damnedest 1 +damner 1 +damning/8 1 +Damocles +Damon/5 1 +damp/26 1 +dampen/10 1 +dampener/2 1 +damper/2 1 +damping 1 +damsel/2 1 +damselflies +damselfly/1 +damson/2 1 +Dan/5 1 +Danaë +Dana/5 1 +Danbury +dance/28 1 +danceable 1 +dancelike +dancer/2 1 +dancing 1 +dandelion/2 1 +dander/29 1 +dandify/34 1 +dandle/6 1 +dandruff/2 1 +dandy/281 1 +Dane/9 1 +danger/29 1 +dangerous/18 1 +dangle/28 1 +dangler/2 1 +dangling/8 1 +Daniel/9 1 +Danielson +Danish 1 +dank/20 1 +danseuse/2 1 +Dante 1 +Danube 1 +Danville +Danzig 1 +Danny/1 +Daphne 1 +dapper/273 1 +dapple/28 1 +Darby +Darcy/1 +dare/28 493 +daredevil/2 1 +daredevilry/53 1 +darer/2 1 +dares 494 +d'Arezzo +daring/18 1 +Dario +Darius +Darjeeling 1 +dark/241 1 +darken/10 1 +darkener/2 1 +darkish 1 +darkroom/2 1 +Darlene +darling/48 1 +Darlington/5 1 +darn/167 1 +darned/280 1 +darner/2 1 +darning/5 1 +DARPA/1 +Darrell +Darren +d'art +dart/29 1 +dartboard/2 1 +darter/2 1 +Dartford +darting 1 +Dartmoor/1 +Dartmouth +Darwen/1 +Darwinian 1 +Darwinism 1 +Darwin 1 +Daryl/1 +dash/55 1 +dashboard/2 1 +dashed 1 +dasher/2 1 +dashes 495 +dashiki/2 1 +dashing/8 1 +dastardly/160 1 +database/32 1 +datable 1 +datafile +datagram/1 +datagrams +Datamation 1 +dataset/9 1 +data's 496 +data 497 +date/32 1 +datedly +datedness +dateless 1 +dateline/32 1 +dater/2 1 +dative/9 1 +Datsun 1 +DAT 1 +datum/2 498 +daub/4 1 +dauber/2 1 +daubing 1 +Daugherty/1 +daughter/2 1 +daughter-in-law +daughterly 1 +daughters-in-law +daunt/10 1 +daunting/8 1 +dauntless/14 1 +dauphin/2 1 +Dave/1 +Davenport/1 +Davenports +Daventry +David/5 1 +Davidson +Davie/9 1 +Davis +Davison/1 +davit/2 1 +Davy/53 1 +dawdle/6 1 +dawdler/2 1 +dawdling 1 +Dawes +dawn/29 1 +dawning 1 +Dawson +day/2 1 +daybed/9 1 +day-boys +daybreak/2 1 +daycare/9 1 +daydream/29 1 +daydreamer/2 1 +daylight/29 1 +daylighting 1 +daylight 1 +day-long +daysack +daytime/2 1 +day-to-day +Dayton 1 +daze/28 1 +dazed/8 1 +dazedness +d'Azur +dazzle/28 1 +dazzler/2 1 +dazzling/8 1 +dB/5 1 +débâcle +débâcles +débâcle's +DBE +dBi +dBm +DBMS 1 +début +débutante +débutantes +débutante's +débuts +dBW +DCB +déclassé +déclassée +DCM +DCMG +DCMS +décolleté +décolletage +décolletages +décolletée +décor +décors +décor's +découpage +DC 1 +DCVO +DDT 1 +de +deacon/29 1 +deaconess/1 +deaconesses +deactivate/6 1 +deactivation/2 1 +dead/282 1 +deadbeat/2 1 +deadbolt/9 1 +deaden/10 1 +dead-end +deadener/5 1 +deadening/5 1 +deadeningly +deader 1 +deadhead/16 1 +dead-heat +deadline/32 1 +deadlines/50 1 +deadlock/29 1 +deadly/160 1 +deadpan 1 +dead 1 +deadwood/2 1 +deaf/20 1 +deaf-and-dumb +deafen/10 1 +deafening/51 1 +deaf 1 +deal/283 1 +dealer/2 1 +dealership/2 1 +dealing/2 1 +deallocatable +deallocate +deallocated +deallocates +deallocating +deallocation/1 +deallocations +deallocator/1 +deallocators +dean/29 1 +Deane/1 +deanery/13 1 +Deanna/1 +deanship/2 1 +dear/44 1 +Dearborn +Dearing/1 +dearth/2 1 +deary/13 1 +deassign +deassigned +deassigning +deassigns +death/2 1 +deathbed/2 1 +deathblow/2 1 +death-knell +deathless/73 1 +deathlike 1 +deathly/37 1 +death-rattle +death-roll +death-toll/1 +death-trap/1 +death-traps +death-warrant/1 +death-warrants +death-watch/1 +death-watches +death-wish +death-wishes +deb/2 1 +debar/12 1 +debark/10 1 +debarkation/2 1 +debarment/2 1 +debase/6 1 +debased 1 +debasement/2 1 +debaser/2 1 +debasing 1 +debatable +debate/32 1 +debater/2 1 +debauch/55 1 +debauched/18 1 +debauchee/2 1 +debaucher/5 1 +debauchery/13 1 +Debbie/1 +Debby +debenture/2 1 +debilitate/6 1 +debilitation/2 1 +debility/13 1 +debit/4 1 +debonair/14 1 +Deborah/1 +debouch/55 1 +Debra +de-brief +debrief/10 1 +debriefer/1 +debriefers +debriefing/9 1 +debris/5 1 +debt/2 1 +debtor/2 1 +debug/136 1 +debugger/2 1 +debunk/10 1 +debunker/2 1 +Debussy/1 +decade/2 1 +decadence/2 1 +decadency/53 1 +decadent/8 1 +decaf/9 1 +decaffeinate/6 1 +decagon/2 1 +decal/16 1 +Decalogue 1 +decamp/10 1 +decampment/2 1 +decant/10 1 +decanter/2 1 +decapitate/6 1 +decapitation/2 1 +decapitator/2 1 +decathlon/2 1 +Decatur/1 +decay/29 1 +decayed 1 +decayer 1 +Decca +decease/32 1 +deceit/2 1 +deceitful/14 1 +deceive/6 1 +deceiver/2 1 +deceivingly +decelerate/6 1 +deceleration/2 1 +decelerator/2 1 +December/2 1 +decency/13 1 +decennial/42 1 +decent/8 1 +decentralisation/9 1 +decentralise/6 1 +decentralization/9 1 +decentralize/6 1 +deception/2 1 +deceptive/14 1 +decertification/2 1 +decertify/34 1 +dechlorinate/6 1 +dechlorination 1 +decibel/2 1 +decidability 1 +decidable +decide/6 1 +decided/18 1 +decider/2 1 +deciduous/18 1 +decile/2 1 +decilitre/2 1 +decimal/43 1 +decimalisation/9 1 +decimalise/6 1 +decimalization/9 1 +decimalize/6 1 +decimate/6 1 +decimation/2 1 +decimetre/2 1 +decipher/10 1 +decipherable 1 +decipherer/2 1 +decipherment/2 1 +decision/29 1 +decisional +decisionally +decision-making +decisive/14 1 +deck/29 1 +deckchair/9 1 +decker/2 1 +deckhand/9 1 +decking/2 1 +declaim/10 1 +declaimer/2 1 +declaiming 1 +declamation/2 1 +declamatory +declarable +declaration/2 1 +declarative/42 1 +declarator/2 1 +declaratory +declare/6 1 +declared 1 +declarer/2 1 +declassification/2 1 +declassify/34 1 +declension/2 1 +declination/2 1 +decline/28 1 +decliner/2 1 +declivity/13 1 +DECNET +decodability +decodable +decode/6 1 +decoder/2 1 +decolletes +decollimate +decollimated +decollimates +decollimating +decollimation +decolonisation/9 1 +decolonise/6 1 +decolonization/9 1 +decolonize/6 1 +decommission/10 1 +decommissioner/1 +decommissioners +decompilable +decompilation +decompile/6 1 +decompiler/1 +decompilers +decomposability/5 1 +decomposable +decompose/6 1 +decomposer/2 1 +decomposition/2 1 +decompress/7 1 +decompresser +decompression/2 1 +decongestant/9 1 +deconstruction/2 1 +decontaminate/6 1 +decontamination/2 1 +decontrol/284 1 +decontrolling 1 +deconvolution +deconvolve +deconvolved +deconvolves +deconvolving +decorate/6 1 +decorating 1 +decoration/2 1 +decorative/18 1 +decorator/2 1 +decorous/14 1 +decorrelate +decorrelated +decorrelates +decorrelating +decorrelation +decorticate/6 1 +decortication/5 1 +decorum/2 1 +Deco 1 +decoupage/32 1 +decouple/6 1 +decoupler/2 1 +decouplings +decoupling's +decoy/29 1 +decrease/28 1 +decreasing/8 1 +decree/57 1 +decrement/29 1 +decremental +decrepit 1 +decrepitude/2 1 +decrescendo/16 1 +decrier/2 1 +decriminalisation +decriminalisations +decriminalise/6 1 +decriminalization/9 1 +decriminalize/6 1 +decry/34 1 +decryings +decrypt/10 1 +decryption 1 +Dec 1 +decustomised +dedicate/6 1 +dedicatedly +dedication/2 1 +dedicative +dedicator/2 1 +dedicatory 1 +deduce/6 1 +deducer +deducible 1 +deduct/10 1 +deductibility/5 1 +deductible/9 1 +deduction/2 1 +deductive/8 1 +dee/142 1 +deed/29 1 +deejay/29 1 +deem/10 1 +de-emphasis/1 +de-emphasise +de-emphasised +de-emphasiser/1 +de-emphasisers +de-emphasises +de-emphasising +de-emphasize +de-emphasized +de-emphasizer/1 +de-emphasizers +de-emphasizes +de-emphasizing +deep/44 1 +deepen/10 1 +deepening 1 +deep-freeze +deep-freezing +deep-fried +deep-frozen +deepish +deep-laid +deep-rooted 1 +deep-sea +deep-seated +deer/5 1 +Deere +deerskin/2 1 +deerstalker/2 1 +deerstalking/5 1 +dee's +de-escalate +de-escalated +de-escalates +de-escalating +de-escalation/1 +de-escalations +deface/6 1 +defacement/2 1 +defacer/2 1 +defalcate/6 1 +defalcation/2 1 +defamation/2 1 +defamatory +defame/6 1 +defamer/2 1 +defaming 1 +default/29 1 +defaulter/2 1 +defeat/29 1 +defeater/2 1 +defeatism/2 1 +defeatist/2 1 +defecate/6 1 +defecation/2 1 +defect/29 1 +defection/2 1 +defective/41 1 +defector/2 1 +defence/52 1 +defenceless/73 1 +defend/10 1 +defendant/2 1 +defender/2 1 +defenestrate/6 1 +defenestration/2 1 +defensibility/5 1 +defensible/17 1 +defensive/73 1 +defer/12 1 +deference/2 1 +deferential/8 1 +deferment/2 1 +deferrable 1 +deferral/2 1 +deferrer/2 1 +defiance/2 1 +defiant/8 1 +defibrillator/2 1 +deficiency/13 1 +deficient/8 1 +deficit/2 1 +defier/2 1 +defile/28 1 +defilement/2 1 +defiler/2 1 +defiling 1 +definable/17 1 +define/6 1 +definer/2 1 +definite/14 1 +definition/2 1 +definitional +definitionally +definitive/31 1 +deflatable +deflate/6 1 +deflater 1 +deflation/2 1 +deflationary +deflect/10 1 +deflection/2 1 +deflective +deflector/2 1 +deflower/10 1 +defocus/285 1 +Defoe +defog/136 1 +defogger/2 1 +defoliant/2 1 +defoliate/6 1 +defoliation/2 1 +defoliator/2 1 +deforest/10 1 +deforestation/2 1 +deforester/2 1 +deform/10 1 +deformable +deformation/2 1 +deformational +deformationally +deformed 1 +deformer/2 1 +deformity/13 1 +DEFRA +defraud/10 1 +defrauder/2 1 +defray/10 1 +defrayal/2 1 +defrock/10 1 +defrost/10 1 +defroster/2 1 +deft/20 1 +defunct 1 +defuse/6 1 +defy/34 1 +defyingly +deg +degas/286 1 +degassings +degassing's +degauss/7 1 +degeneracy/13 1 +degenerate/287 1 +degeneration/2 1 +degenerative +deglycerolized +degradable +degradation/2 1 +degrade/6 1 +degraded/18 1 +degrader/2 1 +degrading/8 1 +degrease/6 1 +degreaser/2 1 +degree/2 1 +degreed +dehumanisation/9 1 +dehumanise/6 1 +dehumaniser/1 +dehumanisers +dehumanization/9 1 +dehumanize/6 1 +dehumanizer/1 +dehumanizers +dehumidification/2 1 +dehumidifier/2 1 +dehumidify/34 1 +dehydrate/6 1 +dehydration/2 1 +dehydrator/2 1 +dehydrogenate/6 1 +dehydrogenation/5 1 +de-ice +de-iced +de-icer/1 +de-icers +de-ices +deicide 1 +de-icing +deictic 1 +deification/2 1 +deify/34 1 +Deighton/1 +deign/10 1 +de-industrialisation +de-industrialization +deinterleave +deinterleaved +deinterleaves +deinterleaving +deionise/6 1 +deioniser/1 +deionisers +deionize/6 1 +deionizer/2 1 +Deirdre/1 +deism/2 1 +deist/2 1 +deistic 1 +deity/13 1 +deja +deject/10 1 +dejected/18 1 +dejection/2 1 +deject 1 +DeKalb +DeKastere +Delaney/1 +Delano/1 +Delaware/5 1 +delay/4 1 +delayer/29 1 +delectable/250 1 +delectation/2 1 +delegable +delegate/32 1 +delegation/2 1 +deletable +delete/6 1 +deleter +deleterious/18 1 +deletion/2 1 +delft/2 1 +delftware/9 1 +Delgado +Delhi/5 1 +deli/5 1 +Delia/1 +deliberate/288 1 +deliberation/2 1 +deliberative/18 1 +deliberator/2 1 +Delibes +delicacy/13 1 +delicate/41 1 +delicatessen/2 1 +delicious/14 1 +delicti +delight/4 1 +delighted/18 1 +delightful/18 1 +Delilah 1 +delimit/10 1 +delimitation/2 1 +delimiter/2 1 +delineate/6 1 +delineation/2 1 +delineative +delinquency/13 1 +delinquent/43 1 +deliquesce/6 1 +deliquescent +delirious/14 1 +delirium/2 1 +Delius +deliver/10 1 +deliverable +deliverables +deliverance/2 1 +deliverer/2 1 +delivery/53 1 +deliveryman/5 499 +deliverymen's 500 +deliverymen 501 +dell/2 1 +Della/1 +Delmarva +delouse/6 1 +Delphic 1 +delphinium/2 1 +Delphi 1 +Delport +delta/2 1 +deltoid/2 1 +delude/6 1 +deluder/5 1 +deludingly +deluge/32 1 +delusion/2 1 +delusional +delusionally +delusive/18 1 +deluxe 1 +delve/6 1 +delver/2 1 +demagnetisability +demagnetisable +demagnetisation +demagnetisations +demagnetise/6 1 +demagnetizability +demagnetizable +demagnetization/9 1 +demagnetize/6 1 +demagnification +demagnified +demagnifier/1 +demagnifiers +demagnifies +demagnify +demagnifying +demagogic +demagogue/32 1 +demagoguery/13 1 +demagogy/5 1 +demand/4 1 +demander/5 1 +demanding/8 1 +demarcate/6 1 +demarcation/2 1 +demean/10 1 +demeaning 1 +demeanour 1 +demented/18 1 +dementia/2 1 +demerit/29 1 +demesne/2 1 +Demeter 1 +demi +demigod/2 1 +demigoddess/3 1 +demijohn/2 1 +demilitarisation +demilitarisations +demilitarise/6 1 +demilitarization/9 1 +demilitarize/6 1 +demi-mondaine/1 +demi-mondaines +demi-monde/1 +demi-mondes +demineralisation +demineralisations +demineralization/9 1 +demiscible +demise/32 1 +demisemiquaver/9 1 +demission 1 +demist/10 1 +demister/2 1 +demit/11 1 +demitasse/2 1 +demo/65 1 +demob/289 1 +demobilisation/9 1 +demobilise/6 1 +demobilization/9 1 +demobilize/6 1 +democracy/13 1 +democrat/2 1 +democratic/46 1 +democratisation/9 1 +democratise/6 1 +democratization/9 1 +democratize/6 1 +demodulate/6 1 +demodulation/2 1 +demodulator/2 1 +demographer/2 1 +demographic/9 1 +demographical/8 1 +demography/13 1 +demolish/7 1 +demolisher/5 1 +demolition/2 1 +demon/2 1 +demoness +demonetisation/9 1 +demonetise/6 1 +demonetization/9 1 +demonetize/6 1 +demoniac/9 1 +demoniacal/8 1 +demonic +demonology/5 1 +demonstrable/35 1 +demonstrate/6 1 +demonstrated 1 +demonstration/2 1 +demonstrative/41 1 +demonstrator/2 1 +demoralisation/9 1 +demoralise/6 1 +demoraliser/1 +demoralisers +demoralization/9 1 +demoralize/6 1 +demoralizer/2 1 +DeMorgan/1 +demote/6 1 +demotic/9 1 +demotion/2 1 +demotivate/290 1 +demount/10 1 +demountable +Dempsey +demulcent/9 1 +demultiplex +demultiplexed +demultiplexer/2 1 +demultiplexes +demultiplexing +demur/227 1 +demure/14 1 +demurral/2 1 +demur 1 +demystification/9 1 +demystify/34 1 +demythologisation/9 1 +demythologise/6 1 +demythologization/9 1 +demythologize/6 1 +den/116 1 +denationalisation/9 1 +denationalise/6 1 +denationaliser/1 +denationalisers +denationalization/9 1 +denationalize/6 1 +denationalizer/1 +denationalizers +denature/6 1 +Denbighshire/1 +dendrite/2 1 +dendrochronological 1 +dendrochronology 1 +dengue/2 1 +deniable 1 +denial/2 1 +denier/2 1 +denigrate/6 1 +denigration/2 1 +denigrative +denim/2 1 +Denise/1 +Denis 1 +denizen/29 1 +Denmark/5 1 +Dennis +denominate/6 1 +denomination/2 1 +denominational/8 1 +denominator/2 1 +denormalise +denormalised +denormalises +denormalising +denormalize +denormalized +denormalizes +denormalizing +denotable +denotation/2 1 +denotational +denotationally +denote/6 1 +denoter +denotion +denotions +denouement/2 1 +denounce/6 1 +denouncement/2 1 +denouncer/2 1 +dens/280 1 +dense/27 1 +densitometer/2 1 +densitometric +densitometry/5 1 +density/13 1 +dent/29 1 +dental 1 +dentally 1 +dentifrice/2 1 +dentine/5 1 +dentist/2 1 +dentistry/13 1 +dentition/2 1 +denture/2 1 +denuclearise/6 1 +denuclearize/6 1 +denudation/2 1 +denude/6 1 +denuder/2 1 +denumerable 1 +denunciate/6 1 +denunciation/2 1 +denunciative 1 +Denver 1 +deny/34 1 +denyingly +Denny +deodorant/2 1 +deodorisation/9 1 +deodorise/6 1 +deodoriser/2 1 +deodorization/9 1 +deodorize/6 1 +deodorizer/2 1 +deoxyribonucleic +depart/10 1 +departing 1 +department/2 1 +departmental/8 1 +departmentalisation +departmentalisations +departmentalise/6 1 +departmentalization/9 1 +departmentalize/6 1 +departure/2 1 +depend/10 1 +dependability/13 1 +dependable/35 1 +dependant/2 1 +dependence/2 1 +dependency/13 1 +dependent/8 1 +depersonalisation +depersonalisations +depersonalise/6 1 +depersonalization/9 1 +depersonalize/6 1 +depict/10 1 +depicter/5 1 +depiction/2 1 +depilatory/53 1 +deplete/6 1 +depletion/2 1 +depletive +deplorable/35 1 +deplore/6 1 +deplorer/5 1 +deploringly +deploy/10 1 +deployable +deployment/2 1 +depolarisation/9 1 +depolarise/6 1 +depolariser/1 +depolarisers +depolarization/9 1 +depolarize/6 1 +depolarizer/2 1 +depoliticise/6 1 +depoliticize/6 1 +deponent/9 1 +depopulate/6 1 +depopulation/2 1 +deport/10 1 +deportation/2 1 +deportee/2 1 +deporter/2 1 +deportment/2 1 +depose/6 1 +deposer/2 1 +deposit/4 1 +depositary/5 1 +deposition/2 1 +depositional +depositionally +depositioned +depositioning +depositor/2 1 +depository/13 1 +depot/2 1 +deprave/6 1 +depraved/18 1 +depraver/5 1 +depravity/13 1 +deprecate/6 1 +deprecating/8 1 +deprecation/2 1 +deprecatory 1 +depreciable +depreciate/6 1 +depreciating/8 1 +depreciation/2 1 +depreciative/8 1 +depredation/2 1 +depress/7 1 +depressant/9 1 +depressible +depressing/8 1 +depression/2 1 +depressive/42 1 +depressor/2 1 +deprivation/2 1 +deprive/6 1 +deprogrammed +deprogramming +Dept. +depth/2 1 +deputation/2 1 +depute/6 1 +deputise/6 1 +deputize/6 1 +deputy/13 1 +dequeue +dequeued +dequeues +dequeuing +derail/4 1 +derailings +derailment/2 1 +derange/6 1 +derangement/2 1 +derby/13 1 +Derby/5 1 +Derbyshire/1 +dereference +dereferenced +dereferencer/1 +dereferencers +dereferences +dereferencing +deregulate/6 1 +deregulation/9 1 +deregulatory +Derek/1 +derelict/2 1 +dereliction/2 1 +derelict 1 +deride/6 1 +derider/2 1 +deridingly +derision/2 1 +derisive/14 1 +derisory 1 +derivable +derivation/2 1 +derivative/38 1 +derive/6 1 +dermal 1 +dermatitis/242 1 +dermatological +dermatologist/2 1 +dermatology/13 1 +dermis/3 1 +derogate/6 1 +derogation/2 1 +derogative 1 +derogatory/291 1 +derrick/29 1 +derringer/2 1 +derrière +derrières +Derry +dervish/3 1 +Derwent +desalinate/6 1 +desalination/9 1 +desalt/10 1 +desalting 1 +desaturate +desaturated +desaturates +desaturating +desaturation +desaturations +descant/16 1 +Descartes 1 +descend/10 1 +descendant/2 1 +descendent 1 +descender/2 1 +descending 1 +descent/2 1 +descented +descenting +descramble/6 1 +descrambler/2 1 +describable 1 +describe/6 1 +describer/2 1 +description/2 1 +descriptive/14 1 +descriptives +descriptivism 1 +descriptor/2 1 +descry/34 1 +desecrate/6 1 +desecrater/5 1 +desecration/2 1 +desegregate/6 1 +desegregation/2 1 +deselect/10 1 +desensitisation/9 1 +desensitise/6 1 +desensitization/9 1 +desensitize/6 1 +desert/71 1 +deserted 1 +deserter/2 1 +desertification 1 +desertion/2 1 +deserve/6 1 +deserved/18 1 +deserver/2 1 +deserving/42 1 +desiccant/9 1 +desiccate/6 1 +desiccation/2 1 +desiccator/2 1 +desiderata 502 +desideratum/5 503 +design/29 1 +designable +designate/6 1 +designation/2 1 +designational +designationally +designative +designator/2 1 +designed/8 1 +designer/2 1 +designing/9 1 +desirabilia +desirability/13 1 +desirable/292 1 +desire/28 1 +desired 1 +Desiree +desirer/2 1 +desirous/18 1 +desist/10 1 +desk/2 1 +desktop/9 1 +Desmond/1 +desolate/88 1 +desolater/5 1 +desolatingly +desolation/2 1 +desorption/5 1 +despair/4 1 +despairer/5 1 +despairing/8 1 +despatch/55 1 +desperado/3 1 +desperate/14 1 +desperation/2 1 +despicable/17 1 +despise/6 1 +despiser/2 1 +despite 1 +despoil/10 1 +despoiler/2 1 +despoilment/2 1 +despoliation/2 1 +despondence/9 1 +despondency/13 1 +despondent/8 1 +despond 1 +despot/2 1 +despotic +despotically +despotism/2 1 +despread +despreading +despreads +dessert/2 1 +destabilisation +destabilisations +destabilise/6 1 +destabiliser/1 +destabilisers +destabilization/9 1 +destabilize/6 1 +destabilizer/1 +destabilizers +d'Estaing +destigmatization/1 +destigmatizations +destination/2 1 +destine/142 1 +destiny/13 1 +destitute/33 1 +destitution/2 1 +destroy/10 1 +destroyable +destroyer/2 1 +destruct/4 1 +destructibility/13 1 +destructible 1 +destruction/2 1 +destructive/14 1 +destructor/5 1 +destruct 1 +desuetude/2 1 +desultory/263 1 +desynchronise +desynchronised +desynchroniser/1 +desynchronisers +desynchronises +desynchronising +desynchronized +desynchronizer/1 +desynchronizers +desynchronizes +desynchronizing +detach/7 1 +detachable +detached/18 1 +detacher/2 1 +detachment/2 1 +detail/29 1 +detailed 1 +detain/10 1 +detainee/9 1 +detainer/5 1 +detainment/2 1 +d'etat +detect/10 1 +detectability 1 +detectable +detectably +detection/2 1 +detective/2 1 +detector/2 1 +detention/2 1 +deter/12 1 +deterers +detergent/2 1 +deteriorate/6 1 +deterioration/2 1 +deteriorative +determinability/5 1 +determinable/33 1 +determinacy 1 +determinant/2 1 +determinate/293 1 +determination/2 1 +determinative/18 1 +determine/6 1 +determined/18 1 +determiner/2 1 +determinism/2 1 +deterministic +deterministically +deterrence/2 1 +deterrent/2 1 +deterrently +detest/10 1 +detestable/35 1 +detestation/2 1 +detester/2 1 +dethrone/6 1 +dethronement/2 1 +dethroning 1 +detonable +detonate/6 1 +detonation/2 1 +detonative +detonator/2 1 +detour/29 1 +detox/55 1 +detoxification/2 1 +detoxify/34 1 +DETR/1 +detract/10 1 +detracting 1 +detraction/2 1 +detractive/8 1 +detractor/2 1 +d'etre +detribalise/6 1 +detribalize/6 1 +detriment/2 1 +detrimental/8 1 +detritus/5 1 +Detroit 1 +Dettingen +detunable +detune/6 1 +deuce/32 1 +deuced/8 1 +deuterium/5 1 +deuteron/5 1 +Deuteronomy 1 +Deutsch +devaluation/2 1 +devalue/6 1 +devastate/6 1 +devastatingly +devastation/2 1 +devastative +devastator/2 1 +develop/10 1 +developer/2 1 +development/2 1 +developmental/8 1 +deviance/2 1 +deviancy/53 1 +deviant/2 1 +deviantly 1 +deviant 1 +deviate/28 1 +deviation/2 1 +device/2 1 +devil/86 1 +devilish/14 1 +devilling 1 +devilment/2 1 +devilry/13 1 +devious/14 1 +devise/28 1 +deviser/2 1 +devisings +devitalise/6 1 +devitalize/6 1 +devoice/6 1 +devoid 1 +devolution/2 1 +devolve/6 1 +Devon/5 1 +Devonian 1 +Devonshire/1 +devote/6 1 +devoted/73 1 +devotee/2 1 +devotion/2 1 +devotional/42 1 +devour/10 1 +devourer/2 1 +devouring 1 +devout/20 1 +dew/29 1 +dewar/2 1 +dewberry/13 1 +dewclaw/2 1 +dewdrop/2 1 +Dewey 1 +Dewitt +dewlap/2 1 +dewy/66 1 +dewy-eyed +Dexedrine 1 +dexes +dexterity/13 1 +dexterous/14 1 +dexter 1 +dextrose/2 1 +DfES +Dhabi/1 +Dhaka/5 1 +Dhiri +dhoti/2 1 +dhow/2 1 +diabase/5 1 +diabetes/5 1 +diabetic/9 1 +diabolic +diabolical/18 1 +diabolism/5 1 +diachronic +diachronicness +diacritic/2 1 +diacritical/8 1 +diacriticals +diadem/29 1 +diaereses 504 +diaeresis/5 505 +diagnometer/1 +diagnometers +diagnosable +diagnose/6 1 +diagnoses 506 +diagnosis/5 507 +diagnostic/294 1 +diagnostician/2 1 +diagonal/42 1 +diagonalisability +diagonalisable +diagonalise +diagonalised +diagonalises +diagonalising +diagonalizability +diagonalizable +diagonalize/6 1 +diagram/78 1 +diagrammable +diagrammatic +diagrammaticality +diagrammatically +diagrammer/1 +diagrammers +dial/86 1 +dialect/2 1 +dialectal/8 1 +dialectic/2 1 +dialectical/8 1 +dialler/2 1 +dialling 1 +dialogue/52 1 +dialyse/6 1 +dialyser/2 1 +dialyses 508 +dialysis/5 509 +diamagnetic 1 +diamanté +diameter/2 1 +diametric +diametrical/8 1 +diamond/29 1 +diamondback/2 1 +diamond 1 +diam 1 +Diana 1 +Diane +Dianne +diapason/2 1 +diaper 1 +diaphanous/18 1 +diaphragm/16 1 +diaphragmatic 1 +diarist/2 1 +diarrhoea/2 1 +diarrhoeal +diarrhoeic +diary/13 1 +diaspora 1 +diastase/2 1 +diastases 510 +diastole/2 1 +diastolic +diathermy/13 1 +diathesis/5 1 +diatom/2 1 +diatomic +diatonic 1 +diatribe/2 1 +dibble/32 1 +Dibley +dibs +dice/28 1 +dicer/5 1 +dices 511 +dicey 512 +dichloride/5 1 +dichotomisation/9 1 +dichotomise/6 1 +dichotomization/9 1 +dichotomize/6 1 +dichotomous/8 1 +dichotomousness +dichotomy/13 1 +dicier 513 +diciest 513 +dicing/5 1 +dick/195 1 +dickens/5 1 +Dickensian 1 +Dickerson/1 +dickey/2 514 +dickier 515 +dickiest 515 +Dickinson +Dickson +dicky's +dicotyledon/2 1 +dicotyledonous +Dictaphone 1 +dicta's 516 +dicta 517 +dictate/28 1 +dictation/2 1 +dictator/2 1 +dictatorial/18 1 +dictatorship/2 1 +diction/2 1 +dictionary/13 1 +dictum/5 518 +didactic/39 1 +didactically +diddle/6 1 +diddler/2 1 +Diderot +didn't +Dido/5 1 +did 519 +didst 519 +die/295 520 +die-cast +Diego +die-hard +die-hards +dielectric/2 1 +diem +Dieppe +diesel/16 1 +diesel-electric +dies 1 +diet/71 1 +dietary/53 1 +dieter/2 1 +dietetic/39 1 +diethyl +dietician/2 1 +dietitian/2 1 +Dietrich +Dietz +differ/10 1 +difference/32 1 +different/8 1 +differentiability 1 +differentiable +differential/43 1 +differentiate/6 1 +differentiation/2 1 +differentiator/2 1 +differentness +differer +differers +difficult/8 1 +difficulty/13 1 +diffidence/2 1 +diffident/8 1 +diffract/10 1 +diffraction/2 1 +diffractometer/2 1 +diffuse/296 1 +diffused 1 +diffuser/2 1 +diffusible 1 +diffusion/2 1 +diffusional +diffusionally +diffusive/18 1 +diffusivity/5 1 +dig/297 521 +Digby/1 +digerati 1 +digest/4 1 +digested 1 +digester/5 1 +digestibility/13 1 +digestible 1 +digestifs +digestion/2 1 +digestive/42 1 +digestiveness +digger/2 1 +digging/9 1 +Digimon +digit/2 1 +digital/8 1 +digitalis/114 1 +digitalisation/9 1 +digitalise/6 1 +digitaliser/1 +digitalisers +digitalization/9 1 +digitalize/6 1 +digitalizer/1 +digitalizers +digital 1 +digitisation +digitisations +digitise/6 1 +digitiser/2 1 +digitization/9 1 +digitize/6 1 +digitizer/2 1 +dignified 1 +dignify/34 1 +dignitary/13 1 +dignity/13 1 +digram 1 +digraph/2 1 +digress/7 1 +digression/2 1 +digressive/18 1 +dihedral 1 +Dijkstra/1 +Dijon +dike/32 1 +diker/5 1 +diktat/2 1 +dilapidate/6 1 +dilapidation/2 1 +dilatation/2 1 +dilate/6 1 +dilatedly +dilatedness +dilation/2 1 +dilative +dilator/2 1 +dilatory/74 1 +dildo/2 1 +dilemma/2 1 +dilettante/2 1 +dilettantish +dilettantism/2 1 +diligence/2 1 +diligent/18 1 +dilithium +dill/5 1 +Dillinger +Dillon +dill 1 +dilogarithm +diluent 1 +dilute/298 1 +diluter 1 +dilution/2 1 +dilutive +dilly +dilly-dallied +dilly-dallies +dilly-dally +dilly-dallying +dim/299 1 +DiMaggio +dime/64 1 +dimension/29 1 +dimensional/8 1 +dimensionality/5 1 +dimensionless 1 +dimer/2 1 +dimethyl/5 1 +dimethylglyoxime 1 +diminish/7 1 +diminishable 1 +diminishing 1 +diminuendo/2 1 +diminution/2 1 +diminutive/31 1 +dimity/13 1 +dimmer/2 1 +dimorphic +dimorphism/5 1 +dimorphous +dimple/32 1 +dimply/37 1 +dimwit/2 1 +dimwitted +din/116 1 +Dinah +dinar/2 1 +dine/6 1 +diner/2 1 +dinette/2 1 +ding/197 1 +ding-dong +dinghy/13 1 +dingier 522 +dingiest 522 +dingle/2 1 +dingo/3 1 +dingos +ding 1 +dingy/113 1 +dinkier 523 +dinkiest 523 +dinky/208 1 +dinner/16 1 +dinnertime/9 1 +dinnerware/2 1 +dinosaur/2 1 +dint/29 1 +diocesan/9 1 +diocese/2 1 +diode/2 1 +Diogenes +Dionysian +Dionysus 1 +dioptre/2 1 +diorama/2 1 +dioxalate +dioxide/2 1 +dioxin/9 1 +dip/175 1 +diphtheria/2 1 +diphthong/16 1 +diplexers +diploid/9 1 +diploma/300 1 +diplomacy/13 1 +diplomat/2 1 +diplomatic/39 1 +diplomatically +diplomatist/2 1 +dipole/2 1 +dipper/2 1 +dippy/37 1 +dipsomania/2 1 +dipsomaniac/2 1 +dipstick/2 1 +dipterous +diptych/2 1 +Dirac +dire/100 1 +direct/168 1 +direction/2 1 +directional/9 1 +directionality 1 +directionally +direction-finder +directive/2 1 +directivity/5 1 +director/2 1 +directorate/2 1 +directorial 1 +directors' +directorship/2 1 +directory/13 1 +directrix/83 1 +direful/8 1 +dirge/2 1 +dirged +dirging +dirigible/9 1 +dirk/16 1 +dirndl/2 1 +dirt/2 1 +dirty/165 1 +dis/5 1 +disability/13 1 +disable/6 1 +disablement/2 1 +disabler/2 1 +disabuse/6 1 +disadvantage/32 1 +disadvantagedness +disadvantageous/73 1 +disaffect/10 1 +disaffected/18 1 +disaffection/2 1 +disaffiliate/6 1 +disaffiliation/2 1 +disaggregate/6 1 +disaggregation 1 +disagree/62 1 +disagreeable/292 1 +disagreement/2 1 +disallow/10 1 +disambiguate/6 1 +disambiguation/9 1 +disant +disappear/10 1 +disappearance/2 1 +disappoint/10 1 +disappointed/8 1 +disappointing/8 1 +disappointment/2 1 +disapprobation/2 1 +disapproval/2 1 +disapprove/6 1 +disapprover/2 1 +disapproving/8 1 +disarm/10 1 +disarmament/2 1 +disarmer/2 1 +disarming/8 1 +disarrange/6 1 +disarrangement/2 1 +disarray/29 1 +disarticulated +disassemble/6 1 +disassembler/2 1 +disassembly/1 +disassociate/6 1 +disassociation/2 1 +disaster/2 1 +disastrous/8 1 +disavow/10 1 +disavowal/2 1 +disband/10 1 +disbandment/2 1 +disbar/12 1 +disbarment/2 1 +disbelief/143 1 +disbelieve/6 1 +disbeliever/2 1 +disbelieving/8 1 +disbursal/9 1 +disburse/6 1 +disbursement/2 1 +disburser/5 1 +disc/16 1 +discard/4 1 +discarder/2 1 +discern/10 1 +discerner/5 1 +discernibility +discernible/17 1 +discerning/8 1 +discernment/2 1 +discharge/28 1 +discharger/2 1 +disciple/32 1 +discipleship/2 1 +disciplinarian/2 1 +disciplinary +discipline/32 1 +discipliner/5 1 +disclaim/10 1 +disclaimable +disclaimer/2 1 +disclose/6 1 +discloser/2 1 +disclosure/2 1 +disco/29 1 +discography/13 1 +discolour/10 1 +discolouration/2 1 +discolouredness +discoloureds +discoloured's +discolourings +discomfit/4 1 +discomfiture/2 1 +discomfort/29 1 +discomfortingly +discommode/6 1 +discompose/6 1 +discomposed 1 +discomposure/2 1 +disconcert/10 1 +disconcerted 1 +disconcerting/8 1 +disconnect/10 1 +disconnected/14 1 +disconnecter/5 1 +disconnection/2 1 +disconsolate/8 1 +disconsolation/5 1 +discontent/29 1 +discontented/8 1 +discontentment/2 1 +discontinuance/2 1 +discontinuation/2 1 +discontinue/6 1 +discontinuity/13 1 +discontinuous/73 1 +discord/29 1 +discordance/2 1 +discordant/8 1 +discorporate +discorporated +discotheque/2 1 +discothèque +discothèques +discothèque's +disco 1 +discount/167 1 +discountability +discountable +discountenance/28 1 +discounter/2 1 +discourage/6 1 +discouragement/2 1 +discourager 1 +discouraging/8 1 +discourse/32 1 +discourser/2 1 +discourteous/14 1 +discourtesy/13 1 +discover/10 1 +discoverable 1 +discoverer/2 1 +discovery/13 1 +discredit/4 1 +discreditable/17 1 +discreet/20 1 +discrepancy/13 1 +discrepant/8 1 +discrete/14 1 +discretion/2 1 +discretionary 1 +discriminable +discriminant/2 1 +discriminate/6 1 +discriminating/8 1 +discrimination/2 1 +discriminative 1 +discriminator/2 1 +discriminatory +discursive/73 1 +discus/218 1 +discuss/7 1 +discussable +discussant/2 1 +discusser/5 1 +discussion/2 1 +disdain/29 1 +disdainful/18 1 +disease/32 1 +diseased 1 +disembark/10 1 +disembarkation/2 1 +disembodiment/2 1 +disembody/34 1 +disembowel/82 1 +disembowelling 1 +disembowelment/2 1 +disenchant/10 1 +disenchantment/2 1 +disencumber/10 1 +disenfranchise/6 1 +disenfranchisement/2 1 +disengage/6 1 +disengagement/2 1 +disentangle/6 1 +disentanglement/2 1 +disentangler/1 +disequilibrium/2 1 +disestablish/7 1 +disestablishment/2 1 +disesteem/4 1 +disfavour/29 1 +disfavourer/1 +disfavourers +disfigure/6 1 +disfigurement/2 1 +disfranchise/6 1 +disfranchisement/2 1 +disgorge/6 1 +disgorger/1 +disgrace/32 1 +disgraceful/14 1 +disgracer/5 1 +disgruntle/6 1 +disgruntlement/2 1 +disguise/32 1 +disguised/8 1 +disguiser/2 1 +disguising 1 +disgust/4 1 +disgusted/8 1 +disgustful/8 1 +disgusting/8 1 +dish/21 1 +dishabille/2 1 +disharmonious +disharmoniously +disharmoniousness +disharmony/13 1 +dishcloth/2 1 +dishearten/10 1 +disheartening/8 1 +dishevel/82 1 +dishevelling 1 +dishevelment/2 1 +dishing 1 +dishonest/8 1 +dishonesty/13 1 +dishonour/29 1 +dishonourable/17 1 +dishonourer/2 1 +dishwasher/2 1 +dishwater/5 1 +disillusion/4 1 +disillusionment/2 1 +disincentive/2 1 +disinclination/2 1 +disincline/6 1 +disincorporated +disinfect/10 1 +disinfectant/2 1 +disinfection/2 1 +disinflation/2 1 +disinflationary +disinformation/9 1 +disingenuous/8 1 +disinherit/10 1 +disinheritance/2 1 +disintegrate/6 1 +disintegration/2 1 +disinter/102 1 +disinterest/29 1 +disinterested/14 1 +disinterment/2 1 +disinvestment/2 1 +disinvest 1 +disjoint/10 1 +disjointed/14 1 +disjointly +disjointness +disjoin 1 +disjoint 1 +disjunction/2 1 +disjunctive/42 1 +disjunct 1 +disk/16 1 +diskette/9 1 +dislike/28 1 +dislikeable +dislocate/6 1 +dislocation/2 1 +dislodge/6 1 +dislodgement/2 1 +disloyal/8 1 +disloyalty/13 1 +dismal/73 1 +dismantle/6 1 +dismantlement/2 1 +dismay/4 1 +dismayed 1 +dismayingly +dismember/10 1 +dismemberment/2 1 +dismiss/7 1 +dismissal/2 1 +dismisser/1 +dismissers +dismissive +dismissively +dismount/4 1 +Disney/1 +Disneyland 1 +disobedience/2 1 +disobedient/8 1 +disobey/10 1 +disobeyer/5 1 +disoblige/6 1 +disobliging 1 +disorder/29 1 +disordered/18 1 +disorderly/160 1 +disorganisation +disorganisations +disorganise/6 1 +disorganization/9 1 +disorganize/6 1 +disorient/10 1 +disorientate/6 1 +disorientation/2 1 +disown/10 1 +disparage/6 1 +disparagement/2 1 +disparager/2 1 +disparaging/8 1 +disparate/31 1 +disparity/13 1 +dispassionate/18 1 +dispatch/55 1 +dispatcher/2 1 +dispel/82 1 +dispelling 1 +dispensable 1 +dispensary/13 1 +dispensate +dispensation/2 1 +dispense/6 1 +dispenser/2 1 +dispersal/2 1 +dispersant/5 1 +disperse/301 1 +dispersed/8 1 +dispersement/1 +dispersements +disperser/2 1 +dispersible +dispersion/2 1 +dispersive/18 1 +dispirit/10 1 +dispirited/8 1 +displace/6 1 +displacement/2 1 +displacer/2 1 +display/4 1 +displayable +displayer/2 1 +displease/6 1 +displeasedly +displeasing 1 +displeasure/16 1 +disport/4 1 +disposable/9 1 +disposal/2 1 +dispose/28 1 +disposed 1 +disposer/2 1 +disposing 1 +disposition/2 1 +dispositional +dispositionally +dispossess/7 1 +dispossession/2 1 +dispraise/28 1 +disproof/2 1 +disproportion/29 1 +disproportional/8 1 +disproportionate/89 1 +disproportionation/5 1 +disprovability +disprovable +disprove/6 1 +Dispur +disputable/17 1 +disputant/2 1 +disputation/2 1 +disputatious/8 1 +dispute/28 1 +disputer/2 1 +disqualification/2 1 +disqualify/34 1 +disquiet/302 1 +disquieted 1 +disquieting/8 1 +disquietude/2 1 +disquisition/2 1 +Disraeli/1 +disregard/4 1 +disregardful 1 +disrepair/2 1 +disreputable/35 1 +disrepute/2 1 +disrespect/29 1 +disrespectful/8 1 +disrobe/104 1 +disrupt/10 1 +disrupter/5 1 +disruption/2 1 +disruptive/8 1 +disruptiveness +disruptor/5 1 +dissatisfaction/2 1 +dissatisfied 1 +dissatisfy/34 1 +dissect/10 1 +dissecting 1 +dissection/2 1 +dissector/2 1 +dissemblance/2 1 +dissemble/6 1 +dissembler/2 1 +dissembling 1 +disseminate/6 1 +dissemination/2 1 +dissension/2 1 +dissent/4 1 +dissenter/2 1 +dissenting 1 +dissertation/2 1 +disservice/9 1 +dissever/10 1 +dissidence/2 1 +dissident/2 1 +dissimilar/42 1 +dissimilarity/13 1 +dissimilitude/2 1 +dissimulate/6 1 +dissimulation/2 1 +dissimulator/2 1 +dissipate/6 1 +dissipated/18 1 +dissipater/2 1 +dissipation/2 1 +dissipative +dissociable 1 +dissociate/6 1 +dissociation/2 1 +dissociative +dissociatively +dissoluble 1 +dissolute/41 1 +dissolution/2 1 +dissolve/28 1 +dissolver/2 1 +dissolving 1 +dissonance/2 1 +dissonant/8 1 +dissuade/6 1 +dissuader/5 1 +dissuasion/2 1 +dissuasive 1 +distaff/2 1 +distal/8 1 +distance/32 1 +distant/18 1 +distaste/16 1 +distasteful/14 1 +distemper/29 1 +distend/10 1 +distended 1 +distension/9 1 +distil/82 1 +distillable +distillate/2 1 +distillation/2 1 +distillative +distiller/2 1 +distillery/13 1 +distilling 1 +distinct/20 1 +distinction/2 1 +distinctive/14 1 +distinguish/7 1 +distinguishable/17 1 +distinguished 1 +distinguishing 1 +distort/10 1 +distortable +distorted 1 +distorter/2 1 +distortion/2 1 +distract/10 1 +distractable +distracted/18 1 +distractingly +distraction/2 1 +distrait 1 +distraughtly +distraught 1 +distress/55 1 +distressed 1 +distressful 1 +distressing/8 1 +distributable +distribute/6 1 +distribution/2 1 +distributional +distributive/31 1 +distributivity 1 +distributor/2 1 +distributorship/5 1 +district/16 1 +distrust/4 1 +distrustful/73 1 +dis 1 +disturb/10 1 +disturbance/2 1 +disturber/2 1 +disturbing/8 1 +disulphide/5 1 +disunion/2 1 +disunite/6 1 +disunity/13 1 +disuse/176 1 +disyllabic +disyllable/5 1 +ditch/21 1 +ditcher/5 1 +dither/4 1 +ditherer/9 1 +ditto/29 1 +ditz/68 1 +ditty/303 1 +diuresis/5 1 +diuretic/9 1 +diurnal/42 1 +diva/2 1 +divalent/9 1 +divan/2 1 +dive/304 524 +dive-bombing +dived's +diver/2 1 +diverge/6 1 +divergence/2 1 +divergent/8 1 +diverse/14 1 +diversification/2 1 +diversifier/5 1 +diversify/34 1 +diversion/2 1 +diversionary +diversity/13 1 +divert/10 1 +diverted 1 +diverticulitis/5 1 +divertimento/5 1 +diverting 1 +divest/10 1 +divestiture/2 1 +divestment 1 +dividable 1 +divide/28 1 +divided 1 +dividend/2 1 +divider/2 1 +dividing 1 +divination/2 1 +divine/305 1 +diviner/2 1 +diving/9 1 +divinity/13 1 +divisibility/13 1 +divisible 1 +division/2 1 +divisional/8 1 +divisive/14 1 +divisor/2 1 +divorcé +divorcée +divorce/32 1 +divorcee/9 1 +divorcées +divorcée's +divot/2 1 +divulge/6 1 +divvy/77 1 +Dixieland 1 +Dixie 1 +Dixon/1 +dizzy/165 1 +dizzyingly +déjà +Djakarta/5 1 +djellaba/9 1 +djellabah's +Djibouti/5 1 +DJs +DJ's +DJ 1 +DLA +DLR +DMA +Dmitri +démodé +DMZ +DNA 1 +Dnieper/1 +dénouement +do/306 525 +doable 1 +DOB +dobbin/2 1 +Doberman 1 +doc/84 1 +docile/8 1 +docility/13 1 +dock/29 1 +docker/2 1 +docket/29 1 +docking 1 +dockland/2 1 +dockside/5 1 +dockworker/9 1 +dockyard/2 1 +DoCoMo +doctor/29 1 +doctoral 1 +doctorate/2 1 +doctrinaire/9 1 +doctrinal/8 1 +doctrine/2 1 +docudrama/9 1 +document/29 1 +documentary/13 1 +documentation/2 1 +documenter/2 1 +DOD +dodder/4 1 +doddery 1 +dodecahedral +dodecahedra 526 +dodecahedron/5 527 +Dodecanese +dodge/28 1 +dodgem/9 1 +dodger/2 1 +Dodgson/5 1 +dodgy/37 1 +dodo/2 1 +Dodoma/1 +Dodson/1 +doe/164 1 +doer/2 1 +doeskin/2 1 +doesn't +d'oeuvre +doff/10 1 +dog/111 1 +dog-biscuit/1 +dog-biscuits +dog-box +dog-clutch +dog-collar/1 +dog-collars +doge/2 1 +dog-eared +dog-eat-dog +dog-end +dogfight/186 528 +dogfighting 1 +dogfish/3 1 +dogfought 529 +dogged/14 1 +doggerel/2 1 +Doggett/1 +dogging 1 +doggo 1 +doghouse/2 1 +dog-leg +dogleg/111 1 +dog-legged +dogleg 1 +dogma/2 1 +dogmatic/79 1 +dogmatically +dogmatism/2 1 +dogmatist/2 1 +do-gooder +do-gooders +dog-paddle +dogsbody/5 1 +dog's-tail +dog-star +dog-tail +dog-tired +dog-tooth +dogtooth/5 1 +dogtrot/126 1 +dogwood/2 1 +doggy/196 1 +doggy-paddle +dogy's +doh/5 1 +Doha/5 1 +doilies +doily/1 +doing/2 1 +do-it-yourself +Dolby/5 1 +doldrums 1 +dole/32 1 +doleful/14 1 +dolerite 1 +doling 1 +doll/29 1 +dollar/2 1 +dolling 1 +dollop/29 1 +dolmen/2 1 +dolmen's 530 +dolmen 531 +dolomite/2 1 +dolomitic +Dolores +dolorous/8 1 +dolour/2 1 +dolphin/2 1 +dolt/2 1 +doltish/14 1 +dolly/34 1 +dolly's +Dom +domain/2 1 +dome/32 1 +Domesday +domestic/54 1 +domesticate/6 1 +domestication/2 1 +domesticity/13 1 +domicile/32 1 +domiciliary +dominance/2 1 +dominant/42 1 +dominate/6 1 +dominating 1 +domination/2 1 +dominative +dominator/5 1 +dominatrix/307 1 +domineer/10 1 +domineering/18 1 +Domingo/1 +Dominic +Dominica/5 1 +Dominican/2 1 +Dominick/5 1 +dominion/2 1 +Dominique/5 1 +domino/3 1 +don/308 1 +dona/2 1 +Donahue +Donald/1 +Donaldson +donate/6 1 +donation/2 1 +donative/5 1 +Doncaster +Donegal/1 +dong/29 1 +dongle/9 1 +Donizetti +donkey/2 1 +Donna 1 +Donnelly +donnish/18 1 +donor/2 1 +Donovan +don't +Donny +doodle/28 1 +doodlebug/2 1 +doodler/2 1 +Dooley/1 +Doolittle +doom/29 1 +doom-laden +doomsday/2 1 +dooper +door/29 1 +doorbell/2 1 +do-or-die +doorhandles +doorkeep +doorkeeper/2 1 +doorknob/2 1 +doorman/5 532 +doormat/2 1 +doormen's 533 +doormen 534 +doornail/5 1 +doorplate/2 1 +doorpost 1 +doorstep/110 1 +doorstop/2 1 +door-to-door +doorway/2 1 +dooryard/2 1 +dopa/2 1 +dopamine 1 +dopant/5 1 +dope/32 1 +doper/2 1 +dopey 535 +dopier 536 +dopiest 536 +dopiness +dopinesses +doping 1 +doppelgänger +Doppler +Dora/5 1 +Dorado +Dorchester +Doreen/1 +Dorian 1 +Doric 1 +Doris 1 +dork/9 1 +dorky/37 1 +dorm/2 1 +dormancy/13 1 +dormant 1 +dormer/2 1 +dormice 537 +dormitory/13 1 +dormouse/5 538 +Dorothea/1 +Dorothy +dorsal/8 1 +Dorset/5 1 +Dortmund/1 +dory/13 1 +DoS +dos/309 1 +dosage/2 1 +dose/32 1 +dosimeter/2 1 +dosimetry/5 1 +doss/197 1 +doss-house +dossier/2 1 +Dostoevsky 1 +dot/126 1 +dotage/2 1 +dotard/2 1 +dote/6 1 +doter/2 1 +doting/8 1 +dotty/179 1 +double/310 1 +double-barrelled +double-blind +double-breasted +double-checked +double-cross +double-crossing +Doubleday +double-dealing +double-decker +double-deckers +double-edged +double-glazed +double-headed +doubleheader/2 1 +double-jointed +double-parked +doubler/2 1 +double-sided +doublespeak/9 1 +doublet/2 1 +doubletalk +doublethink 1 +doubling 1 +doubloon/2 1 +doubt/29 1 +doubtable 1 +doubter/2 1 +doubtful/14 1 +doubting/8 1 +doubtless/33 1 +doubtlessly 1 +doubtless 1 +douche/32 1 +Doug +dough/2 1 +Dougherty +doughnut/126 1 +doughty/37 1 +doughy/37 1 +Douglas +Douglas-Home/1 +Douglass +dour/20 1 +douse/28 1 +douser/5 1 +dove/2 1 +dovecote/2 1 +dovecot 1 +doveish +dovelike +Dover 1 +dove 539 +dovetail/29 1 +Dow +dowager/2 1 +dowdy/67 1 +dowel/86 1 +dowelling 1 +dower/29 1 +down/71 1 +down-and-out +down-and-outs +downbeat/2 1 +downcast 1 +downdraught/1 +downer/2 1 +Downey +downfall/2 1 +downgrade/28 1 +downhearted/14 1 +downhill/56 1 +downhiller 1 +downhill 1 +downland/9 1 +downlink/10 1 +download/10 1 +downloadability +downloadable +downpipe/9 1 +downplay/10 1 +downpour/2 1 +downrange 1 +downright/18 1 +downriver +downscale/6 1 +downside/9 1 +downsize/6 1 +downsizing 1 +downstage/9 1 +downstairs +downstream 1 +downswing's +downtime/2 1 +down-to-earth +downtrodden 1 +downturn/2 1 +downward/31 1 +downwind 1 +downy/37 1 +dowry/13 1 +dowse/28 1 +dowser/2 1 +doxology/13 1 +doyen/2 1 +doyenne/2 1 +Doyle +doze/28 1 +dozen/52 1 +dozenth 1 +dozen 1 +dozer/5 1 +dozing 1 +dozy 1 +dépaysé +dépaysée +Dr +drab/311 1 +drabber 1 +drab 1 +drachma/2 1 +draconian +Dracula/5 1 +draft/29 1 +draftee/2 1 +drafter/2 1 +drafting 1 +drag/111 1 +dragger/5 1 +dragging/8 1 +dragnet/2 1 +dragon/2 1 +dragonflies +dragonfly/1 +dragoon/29 1 +draggy/37 1 +dérailleur +dérailleurs +dérailleur's +drain/29 1 +drainage/2 1 +drainer/2 1 +draining-board/1 +draining-boards +drainpipe/2 1 +drake/2 1 +Drakensberg/1 +dram/16 1 +drama/2 1 +Dramamine 1 +dramatic/40 1 +dramatical +dramatisation/9 1 +dramatise/6 1 +dramatiser/1 +dramatisers +dramatist/2 1 +dramatization/9 1 +dramatize/6 1 +dramatizer/2 1 +dramaturgy/5 1 +drank 540 +drape/28 1 +draper/2 1 +drapery/13 1 +drastic/46 1 +drat/11 1 +draught/52 1 +draughtsman/5 541 +draughtsmanship/1 +draughtsmanships +draughtsmen's 542 +draughtsmen 543 +draughtsperson +draughtswoman/1 +draughtswomen +draughty/67 1 +Dravidian 1 +draw/166 544 +drawable +drawback/2 1 +drawbridge/2 1 +drawee/2 1 +drawer/2 1 +drawing/2 1 +drawing-room +drawl/4 1 +drawler/5 1 +drawling/8 1 +drawn-out +drawstring/2 1 +dray/29 1 +dread/167 1 +dreader 1 +dreadful/14 1 +dreadlocks +dreadnought/2 1 +dream/312 1 +dreamboat/2 1 +dreamer/2 1 +dreamingly +dreaming 1 +dreamland/2 1 +dreamless/18 1 +dreamlike 1 +dream-world +dream-worlds +dreamy/67 1 +drear 1 +dreary/67 1 +dredge/32 1 +dredger/2 1 +dredging 1 +dreg/2 1 +drench/55 1 +drencher/5 1 +Dresden 1 +dress/170 1 +dressage/2 1 +dresser/2 1 +dressing/2 1 +dressmaker/2 1 +dressmaking/2 1 +dressy/66 1 +Drew's +drew 545 +Drexel +Dreyfuss +dribble/28 1 +dribbler/2 1 +driblet/2 1 +drier/2 546 +driest 547 +drift/4 1 +drifter/2 1 +drifting/8 1 +driftwood/2 1 +drill/29 1 +driller/2 1 +drilling/5 1 +drillmaster/2 1 +drink/128 548 +drinkable/9 1 +drink-driving +drinker/2 1 +drinking 1 +drip/110 1 +drip-dry +dripping/9 1 +drippy/37 1 +drivable +drive/313 549 +drive-ins +drivel/216 1 +driveller/2 1 +drivelling 1 +drivenness +driver/2 1 +driveway/2 1 +driving/9 1 +drizzle/32 1 +drizzlingly +drizzly/37 1 +DRM +drogue/2 1 +droll/212 1 +drollery/13 1 +droll 1 +drolly 1 +dromedary/13 1 +drone/32 1 +droner 1 +droning/8 1 +drool/4 1 +drooler/1 +droolers +droop/4 1 +drooping/8 1 +droopy/66 1 +drop/110 1 +drop-forging +drop-head +drop-in +drop-kick +drop-kicks +droplet/2 1 +drop-out/1 +drop-outs +dropper/2 1 +dropping/2 1 +drop-shot/1 +drop-shots +dropsical 1 +dropsy/5 1 +drop-test/1 +drop-tested +drop-testing +drop-tests +drosophila/5 1 +dross/3 1 +Drottningholm/1 +drought/2 1 +drove/28 1 +drover/2 1 +drove 550 +drown/10 1 +drowner/5 1 +drowning/9 1 +drowse/28 1 +drowsy/67 1 +drub/158 1 +drubber/2 1 +drubbing/2 1 +drudge/32 1 +drudger/5 1 +drudgery/13 1 +drudging/8 1 +drug/111 1 +druggie/314 1 +druid/9 1 +Druidic +Druidical +Druidism/2 1 +Druid's +drum/78 1 +drumbeat/186 1 +drumbeating 1 +drumhead/5 1 +drumlin/2 1 +drummer/2 1 +Drummond/1 +drumstick/2 1 +drunk/315 1 +drunkard/2 1 +drunken/14 1 +drunkly +drunk 540 +drupe/2 1 +Drury +dry/316 1 +dryad/2 1 +dry-cleaned +dry-cleaning +Dryden +dryer/2 1 +dry-eyed +drying 1 +dryish +drystone +drywall/4 1 +d's +déshabillé's +Düsseldorf +détente +détentes +DTP +d'être +Du +dual/42 1 +dualism/2 1 +duality/13 1 +dual-purpose +Duane +dub/158 1 +Dubai/1 +dubber/2 1 +dubbin/2 1 +dubbing/5 1 +dubiety/13 1 +dubious/14 1 +Dublin/5 1 +Dubrovnik 1 +Dubuque +ducal 1 +ducat/2 1 +duchess/3 1 +duchy/13 1 +duck/29 1 +duckbill/2 1 +duck-billed +duckbill 1 +ducker/5 1 +ducking/9 1 +duckling/2 1 +duckpins +duckpond +duckweed/2 1 +ducky/196 1 +duct/29 1 +ductile 1 +ductility/13 1 +ducting 1 +ductless 1 +ductwork/5 1 +dud/16 1 +dude/16 1 +dudgeon/2 1 +Dudley/1 +dud 1 +due/48 1 +duel/86 1 +dueller/2 1 +duelling/9 1 +duellist/2 1 +duenna/2 1 +duet/126 1 +duff/29 1 +duffel/5 1 +duffer/2 1 +Duffy +dug/9 1 +dug-out +dugout/2 1 +dug 551 +duh +Duisburg +duke/16 1 +dukedom/2 1 +dulcet/8 1 +dulcify 1 +dulcimer/2 1 +dull/317 1 +dullard/2 1 +Dulles +Duluth +dully 1 +duly 1 +Dumas +dumb/115 1 +Dumbarton/1 +dumbbell/2 1 +dumbfound/10 1 +dumbfounder 1 +dumbstruck 1 +dumdum/2 1 +Dumfries/1 +dummy/77 1 +Dumont +dump/4 1 +dumper/2 1 +dumping 1 +dumpling/2 1 +dumplings 1 +Dumpty +dumpy/318 1 +dun/319 1 +Dunbar/1 +Dunbartonshire/1 +Duncan/1 +dunce/2 1 +Dundee/1 +dunderhead/2 1 +dune/2 1 +Dunedin/1 +Dunfermline/1 +dung/29 1 +Dungannon/1 +dungaree/2 1 +dung-beetle +dungeon/29 1 +dunghill/2 1 +Dunham +dunk/4 1 +dunker/5 1 +Dunkirk/5 1 +Dunlap +Dunn/1 +Dunne +dunno/1 +Dunstable +Dunstan +Dunwoody +duo/2 1 +duodecimal/9 1 +duodenal +duodena 552 +duodenum/5 553 +duologue/5 1 +duopolist/1 +duopolists +duopoly/1 +dupe/32 1 +duper/2 1 +dupion/5 1 +duple 1 +duplex/178 1 +duplexer/5 1 +duplicability/5 1 +duplicable +duplicate/28 1 +duplication/2 1 +duplicative +duplicator/2 1 +duplicitous +duplicity/13 1 +Dupont +durability/13 1 +durable/250 1 +Duracell/1 +durance/5 1 +duration/2 1 +Durban/1 +duress/3 1 +Durex +Durham/5 1 +during +durst 554 +durum/2 1 +Dusenberg +Dushanbe/5 1 +dusk/29 1 +dusky/66 1 +dust/29 1 +dustbin/2 1 +dustcart/5 1 +duster/2 1 +Dustin +dusting/5 1 +dustless 1 +dustman/5 555 +dustmen's 556 +dustmen 557 +dustpan/2 1 +dust-up +dusty/67 1 +Dutchman/5 558 +Dutchmen's 559 +Dutchmen 560 +Dutch 1 +Dutchwoman/5 561 +Dutchwomen's 562 +Dutchwomen 563 +duteous/8 1 +dutiable 1 +dutiful/60 1 +duty/13 1 +duty-bound +duty-free +duvet/2 1 +duxes +Duxford/1 +DVD/2 1 +Dvorak +Dvorák's +dwarf/320 1 +dwarfish 1 +dwarfism/2 1 +dwarfness +dwarf 1 +dwell/321 1 +dweller/2 1 +dwelling/2 1 +Dwight +dwindle/6 1 +DWP/1 +dyad/2 1 +dyadic 1 +dybbuk/322 1 +dye/275 1 +dyeable +dyeing/2 1 +dyer/2 1 +dyestuff/2 1 +Dyfed +Dyfed-Powys +dying 564 +dyke/16 1 +Dylan/5 1 +dynamic/39 1 +dynamical/8 1 +dynamic 1 +dynamism/2 1 +dynamite/134 1 +dynamiter/2 1 +dynamo/2 1 +dynastic 1 +dynasty/13 1 +dyne/5 1 +dysentery/5 1 +dysfunction/2 1 +dysfunctional +dysfunctionally +dyslectic/9 1 +dyslexia/2 1 +dyslexic/9 1 +dyslexically +dyslexic 1 +dyspepsia/2 1 +dyspeptic/9 1 +dysprosium/5 1 +dystopia/5 1 +dystrophy/5 1 +Dy 1 +DZ +each 1 +eager/323 1 +eagle/32 1 +eagle-eyed +eaglet/2 1 +Ealham +Ealing 1 +ear/90 1 +earache/2 1 +eardrum/2 1 +earful/2 1 +earl/2 1 +earldom/2 1 +earlies +earlobe/9 1 +early/66 1 +earmark/4 1 +earmarkings +earmuff/2 1 +earn/324 1 +earner/2 1 +earnest/14 1 +earning/2 1 +earphone/2 1 +earpiece/9 1 +ear-piercing +earplug/2 1 +earring/2 1 +earshot/5 1 +ear-splitting +ear-stud/1 +ear-studs +earth/65 1 +earthbound 1 +earthen 1 +earthenware/2 1 +earthling/2 1 +earthly/191 1 +earthmen 565 +earthmover/5 1 +earthmoving 1 +earthquake/16 1 +earthshaking +earth-shattering +earthward/9 1 +earthwork/2 1 +earthworm/2 1 +earthy/66 1 +earwax/5 1 +earwig/111 1 +ease/32 1 +easel/2 1 +easement/2 1 +easer/1 +easing's +east/5 1 +East/5 1 +eastbound 1 +Eastbourne/1 +EastEnders +ea 566 +Easter/2 1 +easterlies +Easterly +easterly 1 +Eastern +eastern/56 1 +easterner/2 1 +easternmost +Eastertide 1 +Easthampton +easting/5 1 +Eastland +Eastleigh +Eastman +east-north-east +east 1 +Eastward +eastward/9 1 +Eastwards +eastward 1 +Eastwood +easy/67 1 +easygoing/33 1 +Easyjet/1 +easy 1 +eat/135 567 +eater/2 1 +eatery/13 1 +eating/5 1 +Eaton/1 +eave/2 1 +eavesdrop/122 1 +eavesdropper/2 1 +ebb/4 1 +EBCDIC +Ebola 1 +ebony/13 1 +Ebrahim +ebullience/2 1 +ebullient/8 1 +EC +eccentric/2 1 +eccentrically +eccentricity/13 1 +Eccles +Ecclesiastes +ecclesiastic/2 1 +ecclesiastical/8 1 +ecclesiasticism 1 +ecclesiological 1 +ecclesiologist/2 1 +ecclesiology 1 +ECG 1 +echelon/29 1 +echinoderm/2 1 +Echinodermata +echo/21 1 +echoic 1 +echolocation/2 1 +eclectic/54 1 +eclecticism/2 1 +eclipse/32 1 +eclipses 568 +ecliptic/2 1 +eclogue/2 1 +ecocide/2 1 +ecoclimate/1 +ecoclimates +Ecole +e.coli +ecological/8 1 +ecologist/2 1 +ecology/13 1 +e-commerce +Econ. +econometric/39 1 +econometricians +economic/39 1 +economical/8 1 +economisation +economisations +economise/6 1 +economiser/2 1 +economist/2 1 +economization +economizations +economize/6 1 +economizer/2 1 +economy/13 1 +ecosystem/2 1 +ecru/5 1 +ectopic +ectoplasm/5 1 +Ecuador/5 1 +Ecuadoran 1 +Ecuadorian 1 +ecumenical/8 1 +ecumenicism/2 1 +ecumenicist/2 1 +ecumenism/2 1 +ecumenist/2 1 +eczema/2 1 +eczematous +ecstasy/13 1 +ecstatic/54 1 +ed. +Ed +Edam 1 +Eddie +eddy/77 1 +edelweiss/5 1 +Eden/5 1 +Edgar/5 1 +Edgbaston +edge/134 1 +edgeless 1 +edger/2 1 +Edgerton +Edgewater +edgeways +edgewise +Edgewood +edging/2 1 +edgy/67 1 +edibility/13 1 +edible/325 1 +edict/2 1 +edification/2 1 +edifice/2 1 +edifier/2 1 +edify/34 1 +edifying 1 +Edinburgh/5 1 +Edison 1 +edit/4 1 +editable +Edith +edition/2 1 +Editor +editor/2 1 +Editor-At-Large +editorial/42 1 +editorialise/6 1 +editorialiser/1 +editorialisers +editorialist/2 1 +editorialize/6 1 +editorializer/2 1 +editorship/2 1 +Edmonton/5 1 +Edmund +Edmundsbury +Edna +EDP 1 +eds +EDT +Eduard +Eduardo/1 +educ +educability/13 1 +educable/9 1 +educate/6 1 +educatedly +educatedness +education/2 1 +educational/8 1 +educationalist/2 1 +educative +educator/2 1 +educe/6 1 +eduction/5 1 +edutainment/2 1 +Edward/2 1 +Edwardian/2 1 +Edwin +Edwina +EEC 1 +EEG 1 +eel/2 1 +eelgrass/5 1 +e'en +EEOC +e'er +eerie/172 1 +eerily +eeriness +eerinesses +eeriness's +efface/6 1 +effaceable +effacement/2 1 +effacer/5 1 +effect/29 1 +effective/14 1 +effector/2 1 +effectual/18 1 +effectuate/6 1 +effectuation/5 1 +effeminacy/13 1 +effeminate/326 1 +effendi/2 1 +efferent/42 1 +effervesce/6 1 +effervescence/2 1 +effervescent/8 1 +effervescing 1 +effete/14 1 +efficacious/18 1 +efficacy/13 1 +efficiency/13 1 +efficient/8 1 +Effie/1 +effigy/13 1 +efflorescence/2 1 +efflorescent +effloresce 1 +effluence/2 1 +effluent/2 1 +effluvia 569 +effluvium/5 570 +efflux/5 1 +effluxion 1 +effort/2 1 +effortless/14 1 +effrontery/13 1 +effulgence/2 1 +effulgent 1 +effuse/6 1 +effusion/2 1 +effusive/14 1 +EFT +e.g. +EGA/1 +egad 1 +egalitarian/9 1 +egalitarianism/2 1 +Egan/1 +Egbert +Egerton +egg/29 1 +eggbeater/2 1 +eggcup/2 1 +egger/5 1 +egghead/2 1 +eggheaded +eggheadedness +eggnog/2 1 +eggplant/2 1 +eggshell/2 1 +egis's +eglantine/2 1 +ego/2 1 +egocentric/9 1 +egocentrically +egocentricity/13 1 +egoism/2 1 +egoist/2 1 +egoistic +egoistical/8 1 +egomania/2 1 +egomaniac/2 1 +egotism/2 1 +egotist/2 1 +egotistic +egotistical/8 1 +egregious/14 1 +egress/21 1 +egret/2 1 +Egypt/5 1 +Egyptian/9 1 +Egyptology 1 +eh +Ehrlich/1 +EiC +Eichmann +eider/2 1 +eiderdown/2 1 +eidetic 1 +Eiffel +eigenfunction/1 +eigenfunctions +eigenstate +eigenstates +eigenvalue/2 1 +eigenvector/2 1 +eight/2 1 +eighteen/2 1 +eighteenfold +eighteenth/9 1 +eighteen 1 +eightfold 1 +eighth/9 1 +eightieth/9 1 +eightpence 1 +eight 1 +eighty/13 1 +eighty-eight +eighty-eightfold +eighty-eighth +eighty-eighths +eighty-fifth +eighty-fifths +eighty-first +eighty-firsts +eighty-five +eighty-fivefold +eightyfold +eighty-four +eighty-fourfold +eighty-fourth +eighty-fourths +eighty-nine +eighty-ninefold +eighty-ninth +eighty-ninths +eighty-one +eighty-onefold +eighty-second +eighty-seconds +eighty-seven +eighty-sevenfold +eighty-seventh +eighty-sevenths +eighty-six +eighty-sixfold +eighty-sixth +eighty-sixths +eighty-third +eighty-thirds +eighty-three +eighty-threefold +eighty 1 +eighty-two +eighty-twofold +Eileen +Einstein/5 1 +Einsteinian +einsteinium/5 1 +Eire/5 1 +Eisenhower 1 +eisteddfod/2 1 +eisteddfodau +eisteddfodic +either 1 +ejaculate/28 1 +ejaculation/2 1 +ejaculatory +eject/10 1 +ejecta +ejection/2 1 +ejective 1 +ejector/2 1 +eke/6 1 +EKG 1 +Ektachrome +El/1 +elaborate/88 1 +elaboration/2 1 +elaborative 1 +elaborators +Elaine +eland/2 1 +elans +elapse/6 1 +elastic/54 1 +elasticated +elasticise/6 1 +elasticity/13 1 +elasticize/6 1 +elastodynamics +elastomer/5 1 +elate/6 1 +elated/18 1 +elater/5 1 +elation/2 1 +Elba 1 +Elbert +Elbe 1 +elbow/29 1 +elbowroom/2 1 +elbow-work +elder/42 1 +elderberry/13 1 +elderflower 1 +elderlies +elderly/74 1 +elder 571 +eldest 571 +Eldon/1 +Eleanor +elect/10 1 +electability 1 +electable +election/2 1 +electioneer/10 1 +electioneering 1 +elective/31 1 +elector/2 1 +electoral/8 1 +electorate/2 1 +Electra 1 +electress/5 1 +electric/9 1 +electrical/18 1 +electrician/2 1 +electricity/13 1 +electrification/2 1 +electrifier/2 1 +electrify/34 1 +electrocardiogram/2 1 +electrocardiograph/2 1 +electrocardiography/13 1 +electrochemical/8 1 +electrocute/6 1 +electrocution/2 1 +electrode/2 1 +electrodynamic/39 1 +electrodynamically +electroencephalogram/2 1 +electroencephalograph/2 1 +electroencephalographic +electroencephalography/13 1 +electrologist/2 1 +electroluminescent +electrolyse/6 1 +electrolyses 572 +electrolysis/5 573 +electrolyte/2 1 +electrolytic/46 1 +electromagnet/2 1 +electromagnetically +electromagnetic 1 +electromagnetism/2 1 +electromechanical +electromechanics +electromotive +electromyographic/46 1 +electron/2 1 +electronegative +electronic/40 1 +electrophoresis/5 1 +electrophorus/5 1 +electroplate/28 1 +electroplating 1 +electro's +electroscope/2 1 +electroscopic +electroshock/29 1 +electrostatic/39 1 +Electrotechnical +electrotherapist/2 1 +electrotherapy 1 +electro 1 +electrotype/32 1 +electrotypers +electroweak +elect 1 +eleemosynary +elegance/2 1 +elegant/8 1 +elegiac/9 1 +elegiacal +elegy/13 1 +element/2 1 +elemental/8 1 +elementary/263 1 +Elena/1 +elephant/2 1 +elephantiases 574 +elephantiasis/5 575 +elephantine +elevate/6 1 +elevated 1 +elevation/2 1 +elevator/2 1 +eleven/2 1 +elevenfold +elevens/68 1 +eleventh/9 1 +elf/210 1 +elfin/9 1 +elfish 1 +Elgar/1 +Elgin +Eli +Elias +elicit/10 1 +elicitation/2 1 +elide/6 1 +eligibility/13 1 +eligible/327 1 +Elijah 1 +eliminate/6 1 +elimination/2 1 +eliminative +eliminator/2 1 +Eliot +Elisabeth/1 +Elise/1 +Elisha/1 +elision/2 1 +elite/2 1 +eliteness +elite 1 +elitism/2 1 +elitist/2 1 +elixir/2 1 +Elizabeth/5 1 +Elizabethan/9 1 +elk/2 1 +Elkhart/1 +Elkins +Elkins' +ell/2 1 +Ella 1 +Elle +Ellen/1 +Ellesmere +Ellie +Ellington +Elliot +Elliott +ellipse/2 1 +ellipses 576 +ellipsis/5 577 +ellipsoid/2 1 +ellipsoidal +ellipsometer/1 +ellipsometers +ellipsometry +elliptic +elliptical/42 1 +ellipticity/5 1 +Ellis +Ellison +Ellsworth +Ellwood/1 +elm/2 1 +Elmer +Elmhurst +Elmira +Elmsford +elocution/2 1 +elocutionary +elocutionist/2 1 +elodea/9 1 +Eloise +elongate/6 1 +elongation/2 1 +elope/6 1 +elopement/2 1 +eloper/5 1 +eloquence/2 1 +eloquent/8 1 +Elroy +else's +else 1 +elsewhere +Elsie +Elton/1 +eluate/2 1 +elucidate/6 1 +elucidation/2 1 +elucidative +elude/6 1 +elusive/14 1 +elute/290 1 +elution/5 1 +elven +elver/2 1 +Elvira +Elvis/1 +elvish 1 +Elwood/1 +Ely/1 +Elysée +Elysée's +elysian 1 +Elysium 1 +em/2 1 +emaciate/6 1 +emaciation/2 1 +Emacs/1 +e-mail/1 +email/29 1 +e-mailed +e-mailing +e-mails +emanate/6 1 +emanation/2 1 +emanative 1 +emancipate/6 1 +emancipation/2 1 +emancipator/2 1 +emancipatory +Emanuel +emasculate/6 1 +emasculation/2 1 +embalm/10 1 +embalmer/2 1 +embalming 1 +embank/10 1 +embankment/2 1 +embarcadero 1 +embargo/21 1 +embark/10 1 +embarkation/2 1 +embarrass/7 1 +embarrassed/8 1 +embarrassing/8 1 +embarrassment/2 1 +embassy/13 1 +embattle/6 1 +embed/328 1 +embeddable +embedder +embedding/2 1 +embellish/7 1 +embellisher/5 1 +embellishment/2 1 +ember/2 1 +embezzle/6 1 +embezzlement/2 1 +embezzler/2 1 +embitter/10 1 +embitterment/2 1 +emblazon/10 1 +emblazonment/2 1 +emblem/16 1 +emblematic +embodier/5 1 +embodiment/2 1 +embody/34 1 +embolden/10 1 +embolism/2 1 +embosom 1 +emboss/7 1 +embosser/2 1 +embouchure/2 1 +embower/10 1 +embrace/28 1 +embraceable +embracer/5 1 +embracingly +embracive +embrasure/2 1 +embrittle 1 +embrocation/2 1 +embroider/10 1 +embroiderer/2 1 +embroidery/13 1 +embroil/10 1 +embroilment/2 1 +embryo/2 1 +embryological 1 +embryologist/2 1 +embryology/13 1 +embryonic 1 +embryo 1 +emcee/186 1 +emend/10 1 +emendable +emendation/2 1 +emender 1 +emerald/2 1 +emerge/6 1 +emergence/2 1 +emergency/13 1 +emergent/9 1 +emerita/93 1 +emeriti 578 +emeritus 579 +Emerson +emery/303 1 +emetic/9 1 +e.m.f. +emf/9 1 +emigrant/2 1 +emigrate/6 1 +emigration/2 1 +Emil/1 +Emile/5 1 +Emilio/1 +Emily +Emin/1 +eminence/2 1 +eminent/8 1 +emir/2 1 +emirate/2 1 +Emirates/1 +emissary/13 1 +emission/2 1 +emissivity/13 1 +emit/11 1 +emittance/5 1 +emitter/2 1 +Emma +Emmanuel +Emmett/1 +emollient/9 1 +emolument/2 1 +Emory +emote/6 1 +emotion/2 1 +emotional/8 1 +emotionalise +emotionalised +emotionalises +emotionalising +emotionalism/2 1 +emotionality/5 1 +emotionalize/6 1 +emotionless 1 +emotive/8 1 +empanelled +empanelling 1 +empathetic/46 1 +empathetical +empathic 1 +empathise/6 1 +empathize/6 1 +empathy/13 1 +emperor/2 1 +emphases 580 +emphasis/329 581 +emphasise/6 1 +emphasiser/1 +emphasisers +emphasize/6 1 +emphasizer/1 +emphasizers +emphatic/46 1 +emphysema/2 1 +emphysematous +empire/2 1 +empiric/5 1 +empirical/8 1 +empiricism/2 1 +empiricist/2 1 +emplacement/2 1 +emplace 1 +emplane/6 1 +employ/4 1 +employability/5 1 +employable/9 1 +employee/2 1 +employer/2 1 +employment/2 1 +emporia 582 +emporium/2 583 +empower/10 1 +empowerment/2 1 +empress/3 1 +empt +empted +emptier/5 1 +empting +emption/2 1 +emptive +emptively +emptor/5 1 +empts +empty/330 1 +empty-handed +empty-headed 1 +emptying 1 +empyrean/2 1 +emu/2 1 +emulate/6 1 +emulation/2 1 +emulative/8 1 +emulator/2 1 +emulsification/2 1 +emulsifier/2 1 +emulsify/34 1 +emulsion/2 1 +en/5 1 +enable/6 1 +enabler/2 1 +enact/10 1 +enactment/2 1 +enamel/86 1 +enameller/2 1 +enamelling/9 1 +enamelware/2 1 +enamour/10 1 +enc +encamp/10 1 +encampment/2 1 +encapsulate/6 1 +encapsulation/2 1 +encase/6 1 +encasement/2 1 +encephalitic +encephalitis/96 1 +encephalographic 1 +encephalopathy/5 1 +enchain/10 1 +enchant/10 1 +enchanter/2 1 +enchanting/8 1 +enchantment/2 1 +enchantress/3 1 +enchilada/2 1 +encipher/10 1 +encipherer/5 1 +encircle/6 1 +encirclement/2 1 +encircling 1 +encl +enclave/16 1 +enclose/6 1 +enclosure/2 1 +encodability +encodable +encode/6 1 +encoder/2 1 +encodings +encomium/2 1 +encompass/7 1 +encore/28 1 +encounter/4 1 +encourage/6 1 +encouragement/2 1 +encourager/5 1 +encouraging/8 1 +encroach/7 1 +encroacher/5 1 +encroachment/2 1 +encrust/10 1 +encrustation/2 1 +encrypt/10 1 +encryption/2 1 +encumber/10 1 +encumbrance/2 1 +encyclical/2 1 +encyclopaedia/2 1 +encyclopaedic 1 +encyclopedia/2 1 +encyclopedic 1 +encyst/10 1 +encystment/2 1 +end/29 1 +endanger/10 1 +endangerment/2 1 +endear/10 1 +endearing/8 1 +endearment/2 1 +endeavour/29 1 +endeavourer/1 +endeavourers +endemic/54 1 +endemicity 1 +ender/2 1 +endgame/5 1 +Endicott +ending/2 1 +endive/2 1 +endless/14 1 +endmost 1 +endnote/2 1 +endocrine/9 1 +endocrinologist/2 1 +endocrinology/13 1 +endogamous +endogamy/5 1 +endogenous +endogenously +endomorphism/2 1 +endoplasmic +endorphins +endorse/6 1 +endorsement/2 1 +endorser/2 1 +endoscope/2 1 +endoscopic +endoscopy/13 1 +endosperm/5 1 +endothelial +endothermic 1 +endow/10 1 +endowment/2 1 +endpapers +endpoint/2 1 +endue/6 1 +endungeoned +endurable/17 1 +endurance/2 1 +endure/6 1 +enduring/18 1 +end-user +end-users +endways 1 +enema/2 1 +enemy/13 1 +energetic/40 1 +energisation +energisations +energise/6 1 +energiser/1 +energisers +energization/9 1 +energize/6 1 +energizer/2 1 +energy/13 1 +enervate/6 1 +enervation/2 1 +enervative +enfeeble/6 1 +enfeeblement/2 1 +Enfield +enfilade/32 1 +enfold/10 1 +enforce/6 1 +enforceability/5 1 +enforceable +enforced/8 1 +enforcement/2 1 +enforcer/2 1 +enforcible +enfranchise/6 1 +enfranchisement/2 1 +enfranchiser/1 +enfranchisers +engage/6 1 +engaged 1 +engagement/2 1 +engaging/8 1 +Engel +Engels 1 +engender/10 1 +engine/176 1 +engineer/29 1 +engineering/5 1 +England/5 1 +Englander/9 1 +Englewood +English/5 1 +Englishman/5 584 +Englishmen's 585 +Englishmen 586 +English-speaker +English-speaking +English 1 +Englishwoman/5 587 +Englishwomen 588 +engorge/6 1 +engorgement/2 1 +engrained 1 +engram/5 1 +engrammatic +engrave/6 1 +engraver/2 1 +engraving/2 1 +engross/7 1 +engrossed/8 1 +engrosser/5 1 +engrossing/8 1 +engrossment/2 1 +engulf/10 1 +engulfment/2 1 +enhance/6 1 +enhanceable +enhancement/2 1 +enhancer/2 1 +enharmonic 1 +Enid/1 +enigma/2 1 +enigmatic +enigmatically +enjambment/2 1 +enjoin/10 1 +enjoinder +enjoy/10 1 +enjoyability +enjoyable/35 1 +enjoyment/2 1 +enlarge/6 1 +enlargeable +enlarged 1 +enlargement/2 1 +enlarger/2 1 +enlighten/10 1 +enlightened 1 +enlightening 1 +enlightenment/2 1 +enlist/10 1 +enlistee/2 1 +enlister/5 1 +enlistment/2 1 +enliven/10 1 +enlivening 1 +enlivenment/2 1 +enmesh/7 1 +enmeshment/2 1 +enmity/13 1 +Ennis +ennoble/6 1 +ennoblement/2 1 +ennobler/5 1 +ennobling 1 +ennui/2 1 +Enoch +enormity/13 1 +enormous/14 1 +enough 1 +enqueue +enqueued +enqueues +enquire/6 1 +enquirer/2 1 +enquiringly +enquiry/53 1 +enrage/6 1 +enraged 1 +enrapture/6 1 +enraptured 1 +enrich/7 1 +enricher/5 1 +enrichment/2 1 +Enrico +enrobed +enrol/82 1 +enrollee/2 1 +enroller/2 1 +enrolling 1 +enrolment/2 1 +Enron +ensconce/6 1 +ensemble/2 1 +enshrine/6 1 +enshrinement/2 1 +enshroud/10 1 +ensign/2 1 +ensilage/32 1 +enslave/6 1 +enslavement/2 1 +enslaver/2 1 +ensnare/6 1 +ensnarement/2 1 +ensue/6 1 +ensuing 1 +ensure/6 1 +ensurer/2 1 +entail/4 1 +entailer/2 1 +entailment/2 1 +entangle/6 1 +entangled 1 +entanglement/2 1 +entangler/2 1 +entente/2 1 +enter/10 1 +enterer/2 1 +entering 1 +enteritis/242 1 +enterprise/2 1 +enterpriser/2 1 +enterprising/8 1 +entertain/10 1 +entertainer/2 1 +entertaining/8 1 +entertainment/2 1 +enthalpy/13 1 +enthral/82 1 +enthralling 1 +enthralment/2 1 +enthrone/6 1 +enthronement/2 1 +enthuse/6 1 +enthusiasm/2 1 +enthusiast/2 1 +enthusiastic/46 1 +entice/6 1 +enticement/2 1 +enticer/2 1 +enticing/42 1 +entire/8 1 +entirety/13 1 +entitle/6 1 +entitlement/2 1 +entity/13 1 +entomb/10 1 +entombment/2 1 +entomological 1 +entomologist/2 1 +entomology/13 1 +entourage/2 1 +entr'acte/9 1 +entrails +entrain/10 1 +entrainer/5 1 +entrainment/2 1 +entrammel/82 1 +entrammelling 1 +entrance/32 1 +entrancement/2 1 +entranceway/5 1 +entrancing/8 1 +entrant/2 1 +entrap/122 1 +entrapment/2 1 +entrée +entreat/10 1 +entreatingly +entreaty/13 1 +entrechat/9 1 +entrecôte +entrecôtes +entrecôte's +entremets +entrench/7 1 +entrenchment/2 1 +entrepreneur/2 1 +entrepreneurial +entrepreneurship/5 1 +entrepôt +entrepôts +entrées +entropic +entropy/13 1 +entrust/10 1 +entry/13 1 +entryway/2 1 +entwine/6 1 +enumerable 1 +enumerate/6 1 +enumeration/2 1 +enumerative +enumerator/2 1 +enunciable +enunciate/6 1 +enunciation/2 1 +enureses 589 +enuresis/5 590 +envelop/10 1 +envelope/32 1 +enveloper/2 1 +envelopment/2 1 +envenom/10 1 +enviable/35 1 +envier/2 1 +envious/14 1 +environ/10 1 +environment/2 1 +environmental/8 1 +environmentalism/2 1 +environmentalist/2 1 +envisage/6 1 +envision/10 1 +envoy/2 1 +envy/77 1 +envyingly 1 +enzymatic/46 1 +enzyme/2 1 +enzymology/5 1 +Eocene 1 +eohippus/5 1 +eolithic +eolith 1 +EPA 1 +epaulette/2 1 +ephedrine/2 1 +ephemera/2 1 +ephemeral/42 1 +ephemera's 591 +ephemera 592 +ephemerides +ephemeris/5 1 +Ephesian/9 1 +Ephesus +Ephraim +epic/2 1 +epically +epicentre/2 1 +epic 1 +epicure/2 1 +epicurean/9 1 +Epicurus 1 +epicycle/2 1 +epicyclic +epicyclical +epicyclically +epicycloid/5 1 +epidemic/69 1 +epidemiological/8 1 +epidemiologist/2 1 +epidemiology/13 1 +epidermal +epidermic 1 +epidermis/3 1 +epidural 1 +epigenetic 1 +epiglottis/3 1 +epigram/2 1 +epigrammatic 1 +epigraph/2 1 +epigrapher/5 1 +epigraphical +epigraphy/13 1 +epilepsy/13 1 +epileptic/9 1 +epilogue/32 1 +epinephrine/2 1 +epiphany/13 1 +epiphenomena 593 +epiphenomenon 594 +episcopacy/13 1 +episcopal/8 1 +episcopalian 1 +episcopate/2 1 +episode/2 1 +episodic/46 1 +epistemic 1 +epistemological/8 1 +epistemology/5 1 +epistle/2 1 +epistolary/53 1 +epitaph/16 1 +epitaxial +epitaxially +epitaxy/5 1 +epithelial +epithelium/2 1 +epithet/2 1 +epithetic +epitome/2 1 +epitomisation +epitomisations +epitomise/6 1 +epitomiser/2 1 +epitomization/9 1 +epitomize/6 1 +epitomizer/2 1 +epoch/2 1 +epochal/8 1 +eponymous +epoxy/220 1 +Epping +epsilon/2 1 +Epsom +Epstein +equability/13 1 +equable/35 1 +equal/331 1 +equalisation/9 1 +equalise/6 1 +equaliser/2 1 +equalisings +equality/13 1 +equalization/9 1 +equalize/6 1 +equalizer/2 1 +equalling 1 +equanimity/13 1 +equatable +equate/6 1 +equation/2 1 +equator/2 1 +equatorial/9 1 +equerry/13 1 +equestrian/9 1 +equestrianism/2 1 +equestrienne/2 1 +equiangular +equidistant/8 1 +equilateral/9 1 +equilibrate/6 1 +equilibration/5 1 +equilibria 595 +equilibrium/2 596 +equine/9 1 +equinoctial/9 1 +equinox/3 1 +equip/122 1 +equipage/2 1 +equipartition/1 +equipment/2 1 +equipoise/32 1 +equipotential +equiproportional +equiproportionality +equiproportionally +equiproportionate +equispaced +equitable/35 1 +equitation/2 1 +equity/13 1 +equiv +equivalence/2 1 +equivalenced +equivalencing +equivalent/42 1 +equivocal/14 1 +equivocate/6 1 +equivocation/2 1 +equivocator/2 1 +Equuleus +er +era/2 1 +eradicable 1 +eradicate/6 1 +eradication/2 1 +eradicative +eradicator/2 1 +eras/72 1 +erasability 1 +erasable +erase/6 1 +eraser/2 1 +Erasmus 1 +erasure/2 1 +Eratosthenes 1 +erbium/5 1 +ere +erect/332 1 +erecter 1 +erectile +erection/2 1 +erector/2 1 +eremite/2 1 +erg/2 1 +ergodic +ergodicity/5 1 +ergonomic/39 1 +ergonomically +ergophobia +ergosterol/2 1 +ergot/2 1 +ergo 1 +Erhard +Eric/1 +Erica +Erich +Erickson +Ericsson/1 +Erie 1 +Erik/1 +Erika/1 +Eriksson/1 +Erin +Eritrea/5 1 +erk 1 +Erlang/5 1 +Erlenmeyer/1 +ERM +ermine/2 1 +ermined +Ernest +Ernestine +Ernie +Ernst +erode/6 1 +erodible +erogenous +erosible +erosion/2 1 +erosional +erosionally +erosive/33 1 +Eros 1 +erotic/54 1 +erotica/5 1 +eroticism/2 1 +erotics 1 +err/10 1 +errancy/13 1 +errand/2 1 +errant/42 1 +errantry/5 1 +errata/2 1 +errata's 597 +errata 598 +erratic/54 1 +erratum/5 599 +erratums +erring/8 1 +Errol +erroneous/18 1 +error/2 1 +ersatz/68 1 +Erse 1 +Erskine/1 +erst 1 +erstwhile 1 +eructation/2 1 +erudite/8 1 +erudition/2 1 +erupt/10 1 +eruption/2 1 +eruptive/8 1 +Ervin +Erwin +erysipelas/3 1 +erythrocyte/2 1 +Es +Esau 1 +escadrille/5 1 +escalate/6 1 +escalation/2 1 +escalator/2 1 +escallop/16 1 +escalope/109 1 +escalope's +escapable +escapade/2 1 +escape/28 1 +escapee/2 1 +escapement/2 1 +escaper/5 1 +escapism/2 1 +escapist/2 1 +escapology 1 +escarpment/2 1 +eschatology/5 1 +eschew/10 1 +escort/29 1 +escritoire/2 1 +escrow/29 1 +escudo/2 1 +escutcheon/2 1 +escutcheoned +Eskimo/9 1 +esoteric/46 1 +esoterica 1 +espadrille/2 1 +Espagnol +espalier/29 1 +especial/8 1 +Esperanto 1 +espionage/2 1 +esplanade/2 1 +Espoo +Esposito/1 +espousal/2 1 +espouse/6 1 +espouser/2 1 +espresso/2 1 +esprit/2 1 +esp 1 +espy/34 1 +esquire/16 1 +essay/29 1 +essayer/2 1 +essayist/2 1 +Essen/5 1 +essence/2 1 +essential/31 1 +essentialist/2 1 +Essex/1 +est +establish/7 1 +establisher/5 1 +establishment/2 1 +estate/16 1 +esteem/4 1 +Estella/1 +Estelle +ester/2 1 +Esterházy +Esterházy's +Estes +Esther 1 +estimable/33 1 +estimate/28 1 +estimation/2 1 +estimative +estimator/2 1 +Estonia/5 1 +Estonian 1 +estoppal +estrange/6 1 +estranged 1 +estrangement/2 1 +estranger/5 1 +estuarine +estuary/13 1 +et +ETA +etalon 1 +etc. +etcetera/2 1 +etch/7 1 +etchant 1 +etcher/2 1 +etching/2 1 +eternal/14 1 +eternity/13 1 +Ethan +ethane/5 1 +ethanol/5 1 +Ethel +Ethelred +ether/2 1 +ethereal/18 1 +etherise/6 1 +etherize/6 1 +Ethernet/1 +Ethernets +ethic/2 1 +ethical/18 1 +ethicist/2 1 +ethic 1 +Ethiopia/5 1 +Ethiopian/9 1 +ethnic/9 1 +ethnically +ethnicity/13 1 +ethnic 1 +ethnocentric 1 +ethnocentrism/2 1 +ethnographer/9 1 +ethnographic +ethnography/5 1 +ethnological 1 +ethnologist/2 1 +ethnology/13 1 +ethnomethodology 1 +ethological 1 +ethologist/2 1 +ethology/13 1 +ethos/3 1 +ethyl/2 1 +ethylene/5 1 +etiquette/2 1 +Etna 1 +Etruscan 1 +ETSI +e 1 +etymological/8 1 +etymologist/2 1 +etymology/13 1 +EU +eucalypti 600 +eucalyptus/3 601 +Eucharist/2 1 +Eucharistic +euchre/32 1 +euclidean +Euclid 1 +Eugene +Eugenia 1 +eugenic/40 1 +eugenicist/2 1 +eukaryote/9 1 +Euler/1 +eulogise/6 1 +eulogiser/1 +eulogisers +eulogist/2 1 +eulogistic 1 +eulogize/6 1 +eulogizer/2 1 +eulogy/13 1 +Eunice +eunuch/2 1 +euphemism/2 1 +euphemist/2 1 +euphemistic +euphemistically +euphonious/8 1 +euphonium/2 1 +euphony/13 1 +euphoria/2 1 +euphoric +euphorically +Euphrates 1 +Eurasian 1 +Eurasia 1 +eureka/9 1 +eurhythmics +Euripides +Euro/2 1 +Eurocentric +Europa 1 +Europe/5 1 +European/2 1 +Europeanisation +Europeanisations +Europeanise +Europeanised +Europeanises +Europeanising +Europeanization/9 1 +Europeanize/6 1 +European 1 +europium/5 1 +Euroscepticism +Eurostar +Eurydice/5 1 +Eurythmics +Eustachian +eustacy 1 +eustatic 1 +Euston/1 +eutectic 1 +euthanasia/2 1 +Eva +evacuate/6 1 +evacuation/2 1 +evacuative +evacuee/2 1 +evadable +evade/6 1 +evader/2 1 +evaluable +evaluate/6 1 +evaluation/2 1 +evaluational +evaluationally +evaluative +evaluator/2 1 +evanescence/2 1 +evanescent 1 +evangelic +evangelical/42 1 +evangelicalism/2 1 +Evangeline +evangelise/6 1 +evangelism/2 1 +evangelist/2 1 +evangelistic 1 +evangelize/6 1 +Evans +Evanston +Evansville +evaporate/6 1 +evaporation/2 1 +evaporative/8 1 +evaporator/2 1 +evasion/2 1 +evasive/14 1 +eve/2 1 +Evelyn +even/26 1 +evener 1 +even-handed/73 1 +evening/2 1 +evensong/2 1 +event/2 1 +eventful/14 1 +eventide/2 1 +eventing +eventual/8 1 +eventuality/13 1 +eventuate/6 1 +ever-changing +Eveready +Everest 1 +Everett +Everglades 1 +evergreen/9 1 +Everhart/1 +ever-increasing +everlasting/18 1 +everliving +evermore +Everton +ever 1 +everybody/5 1 +everyday/33 1 +Everyman +everyone/5 1 +everything/5 1 +every 1 +everywhere +evict/10 1 +eviction/2 1 +evidence/32 1 +evident/8 1 +evidential/8 1 +evident 1 +evil/333 1 +evildoer/2 1 +evildoing/2 1 +evince/6 1 +eviscerate/6 1 +evisceration/2 1 +evocable +evocation/2 1 +evocative/18 1 +evoke/6 1 +evolute/2 1 +evolution/2 1 +evolutionary/291 1 +evolutionism 1 +evolutionist/2 1 +evolve/6 1 +ewe/2 1 +ewer/2 1 +Ewing +exacerbate/6 1 +exacerbating 1 +exacerbation/2 1 +exact/168 1 +exacter/5 1 +exacting/18 1 +exaction/2 1 +exactitude/2 1 +exaggerate/6 1 +exaggerated/8 1 +exaggeratedness +exaggeration/2 1 +exaggerative/8 1 +exaggerator/2 1 +exalt/10 1 +exaltation/2 1 +exalted/8 1 +exalter/2 1 +exam/2 1 +examinable +examination/2 1 +examine/6 1 +examinees +examiner/2 1 +example/32 1 +exasperate/6 1 +exasperated/8 1 +exasperating/8 1 +exasperation/2 1 +Excalibur 1 +excavate/6 1 +excavation/2 1 +excavator/2 1 +exceed/10 1 +exceeder/5 1 +exceeding/8 1 +excel/82 1 +excellence/2 1 +excellency/13 1 +excellent/8 1 +excelling 1 +excelsior/9 1 +except/10 1 +exception/2 1 +exceptionable 1 +exceptional/18 1 +excerpt/29 1 +excerpter/5 1 +excerpting 1 +excess/21 1 +excessive/18 1 +excess 1 +exchange/28 1 +exchangeable 1 +exchanger/2 1 +exchequer/2 1 +excisability +excisable +excise/32 1 +excision/2 1 +excitability/13 1 +excitable/35 1 +excitation/2 1 +excitatory +excite/6 1 +excited/8 1 +excitement/2 1 +exciter/2 1 +exciting/8 1 +exciton/5 1 +exclaim/10 1 +exclaimer/2 1 +exclamation/2 1 +exclamatory 1 +exclude/6 1 +excluder/5 1 +exclusion/2 1 +exclusionary +exclusive/41 1 +exclusivity/13 1 +excommunicate/28 1 +excommunication/2 1 +excommunicative +ex-communist/1 +ex-communists +excoriate/6 1 +excoriation/2 1 +excrement/2 1 +excremental +excrescence/2 1 +excrescent 1 +excreta 1 +excrete/6 1 +excreter/5 1 +excretion/2 1 +excretory/53 1 +excruciate/6 1 +excruciating/8 1 +excruciation/5 1 +exculpate/6 1 +exculpation/2 1 +exculpatory +excursion/16 1 +excursionist/2 1 +excursive/14 1 +excursus/3 1 +excusable/35 1 +excuse/28 1 +excuser/2 1 +exec/16 1 +execrable/35 1 +execrate/6 1 +execration/2 1 +execrative 1 +executable/2 1 +execute/6 1 +executer/2 1 +execution/2 1 +executional +executionally +executioner/2 1 +executive/2 1 +executor/2 1 +executrix/83 1 +exegeses 602 +exegesis/5 603 +exegete/5 1 +exegetic/9 1 +exegetical 1 +exemplar/2 1 +exemplary/74 1 +exemplification/2 1 +exemplifier/2 1 +exemplify/34 1 +exempt/4 1 +exemption/2 1 +exempt 1 +exercisability +exercisable +exercise/28 1 +exerciser/2 1 +exert/10 1 +exertion/2 1 +Exeter/1 +exeunt +exhalation/2 1 +exhale/6 1 +exhaust/4 1 +exhaustedly +exhauster/5 1 +exhaustible +exhausting/8 1 +exhaustion/2 1 +exhaustive/14 1 +exhibit/4 1 +exhibition/2 1 +exhibitioner/2 1 +exhibitionism/2 1 +exhibitionist/2 1 +exhibitive 1 +exhibitor/2 1 +exhilarate/6 1 +exhilarating/8 1 +exhilaration/2 1 +exhilarative +exhort/10 1 +exhortation/2 1 +exhorter/5 1 +exhumation/2 1 +exhume/6 1 +exhumer/5 1 +exigence/9 1 +exigency/13 1 +exigent/42 1 +exiguity/13 1 +exiguous 1 +exile/32 1 +exist/10 1 +existence/2 1 +existential/8 1 +existentialism/2 1 +existentialist/2 1 +existentialistic 1 +existent 1 +exit/29 1 +Exmoor/5 1 +exobiology/13 1 +exocrine 1 +exodus/3 1 +exogamous +exogamy/5 1 +exogenous/8 1 +exonerate/6 1 +exoneration/2 1 +exonerative +exorbitance/2 1 +exorbitant/8 1 +exorcise/6 1 +exorcism/2 1 +exorcist/2 1 +exorcize/6 1 +exoskeleton/2 1 +exosphere/2 1 +exothermic/46 1 +exotic/95 1 +exotica +exoticism/2 1 +exp/1 +expand/10 1 +expandability/5 1 +expandable +expanded 1 +expander/2 1 +expanse/2 1 +expansed +expansible +expansing +expansion/2 1 +expansionary +expansionism/2 1 +expansionist/2 1 +expansive/60 1 +ex-partners +expatiate/6 1 +expatiation/2 1 +expatriate/28 1 +expatriation/2 1 +expect/10 1 +expectable 1 +expectancy/13 1 +expectant/42 1 +expectation/2 1 +expectational +expectationally +expected/105 1 +expectedly +expecting/8 1 +expectorant/9 1 +expectorate/6 1 +expectoration/2 1 +expedience/9 1 +expediency/13 1 +expedient/42 1 +expedite/6 1 +expediter/2 1 +expedition/2 1 +expeditionary +expeditious/14 1 +expeditor's +expel/82 1 +expellable +expelling 1 +expend/10 1 +expendable/9 1 +expender/5 1 +expenditure/2 1 +expense/32 1 +expensive/14 1 +experience/32 1 +experiential/8 1 +experiment/29 1 +experimental/8 1 +experimentalism/5 1 +experimentalist/2 1 +experimentation/2 1 +experimenter/2 1 +expert/334 1 +expertise/16 1 +expiable 1 +expiate/6 1 +expiation/2 1 +expiatory +expiration/2 1 +expiratory +expire/6 1 +expiring 1 +expiry/13 1 +explain/10 1 +explainable +explainer/2 1 +explanation/2 1 +explanatory 1 +expletive/2 1 +explicable +explicate/6 1 +explication/2 1 +explicative/8 1 +explicit/14 1 +explode/6 1 +exploder/2 1 +exploit/29 1 +exploitable +exploitation/2 1 +exploitative +exploiter/2 1 +exploitive +explorable +exploration/2 1 +exploratory +explore/6 1 +explorer/2 1 +explosion/2 1 +explosive/41 1 +expo/2 1 +exponent/2 1 +exponential/42 1 +exponentiate +exponentiated +exponentiates +exponentiating +exponentiation/2 1 +export/29 1 +exportability 1 +exportable +exportation/2 1 +exporter/2 1 +exposé +expos/72 1 +expose/28 1 +exposed 1 +exposer/2 1 +exposit/149 1 +exposition/2 1 +expositor/2 1 +expository 1 +exposés +exposé's +expostulate/6 1 +expostulation/2 1 +exposure/2 1 +expound/10 1 +expounder/2 1 +ex-president +express/335 1 +expresser/5 1 +expressibility +expressible +expressibly +expression/2 1 +expressionism/2 1 +expressionist/9 1 +expressionistic +expressionless/8 1 +expressionlessness +expressionless 1 +expressive/14 1 +expropriate/6 1 +expropriation/2 1 +expropriator/2 1 +expulsion/2 1 +expunge/6 1 +expunger/5 1 +expurgate/6 1 +expurgation/2 1 +exquisite/14 1 +ex-students +ext +extant 1 +extemporaneous/14 1 +extempore/9 1 +extemporisation/9 1 +extemporise/6 1 +extemporiser/1 +extemporisers +extemporization/9 1 +extemporize/6 1 +extemporizer/2 1 +extend/10 1 +extended/18 1 +extender/2 1 +extendibility/5 1 +extendible +extendibles +extensibility/5 1 +extensible 1 +extension/2 1 +extensional/8 1 +extensive/14 1 +extensor/2 1 +extent/2 1 +extenuate/6 1 +extenuating 1 +extenuation/2 1 +exterior/43 1 +exterminate/6 1 +extermination/2 1 +exterminator/2 1 +external/42 1 +externalisation/9 1 +externalise/6 1 +externaliser/1 +externalisers +externalities +externalization/9 1 +externalize/6 1 +externalizer/1 +externalizers +extinction/2 1 +extinctive +extinct 1 +extinguish/7 1 +extinguishable +extinguisher/2 1 +extirpate/6 1 +extirpation/2 1 +extirpative +extol/82 1 +extoller/5 1 +extolling 1 +extort/10 1 +extorter/5 1 +extortion/2 1 +extortionate/8 1 +extortioner/2 1 +extortionist/2 1 +extortive +extra/9 1 +extracellular/8 1 +extract/4 1 +extractable +extraction/2 1 +extractively +extractive 1 +extractor/2 1 +extra-curricular +extracurricular/9 1 +extraditable +extradite/6 1 +extradition/2 1 +extragalactic +extralegal/8 1 +extralinguistic +extramarital +extramural 1 +extraneous/18 1 +extraordinary/336 1 +extrapolate/6 1 +extrapolation/2 1 +extrapolative +extrasensory +extrasolar +extraterrestrial/9 1 +extraterritoriality/13 1 +extraterritorial 1 +extra 1 +extravagance/2 1 +extravagant/8 1 +extravaganza/2 1 +extravehicular +extravert's +extremal +extrema 604 +extreme/25 1 +extremis +extremism/2 1 +extremist/2 1 +extremity/13 1 +extricable +extricate/6 1 +extrication/2 1 +extrinsic/46 1 +extroversion/2 1 +extrovert/29 1 +extrude/6 1 +extruder/5 1 +extrusion/2 1 +extrusive +ex 605 +exuberance/2 1 +exuberant/8 1 +exudate/5 1 +exudation/2 1 +exude/6 1 +exult/10 1 +exultant/8 1 +exultation/2 1 +exulting/8 1 +exurb/2 1 +exurban +exurbanite/2 1 +exurbia/2 1 +ex-wife +ex-wives +Exxon +eye/57 1 +eyeball/16 1 +eyebrow/2 1 +eye-catching +eyed/105 1 +eyedropper/2 1 +eyeful/2 1 +eyeglass/3 1 +eyelash/3 1 +eyeless 1 +eyelet/29 1 +eye-level +eyelid/2 1 +eye-liner/1 +eye-liners +eye-opener/1 +eye-openers +eye-opening +eyepiece/2 1 +eyer/2 1 +eye-shadow +eyesight/2 1 +eyesore/2 1 +eye-teeth +eye-tooth/1 +eyewash/3 1 +eyewitness/1 +eyewitnesses +Eyre +eyrie's +Ezekiel +Ezra +f/337 1 +fa/2 1 +FAA +façade +façades +façade's +Faber/1 +Fabergé +Fabergé's +Fabians +fable/32 1 +fabler/5 1 +fabling 1 +fabric/2 1 +fabricate/6 1 +fabrication/2 1 +fabricator/2 1 +fabulous/18 1 +face/32 1 +facecloth/9 1 +facelessness +faceless 1 +facelift 1 +faceplate/5 1 +facer/5 1 +face-saver +face-saving +facet/29 1 +facetious/14 1 +face-to-face +facial/42 1 +facile/18 1 +facilitate/6 1 +facilitation/2 1 +facilitative +facilitator/2 1 +facilitatory +facility/13 1 +facing/2 1 +fact/2 1 +faction/2 1 +factional +factionalism/2 1 +factionally +factious/18 1 +factitious 1 +factly +facto +factoid/9 1 +factor/29 1 +factorial/2 1 +factorings +factoring's +factorisability +factorisable +factorisation/9 1 +factorise/6 1 +factorizability +factorizable +factorization/9 1 +factorize/6 1 +factory/13 1 +factotum/2 1 +factual/18 1 +factuality/5 1 +faculty/13 1 +facsimile/57 1 +fad/16 1 +faddish 1 +faddist/2 1 +fade/28 1 +faded/8 1 +fadeout 1 +fader/2 1 +fading/5 1 +faecal 1 +faeces 1 +faïence +faïences +faerie/2 1 +Faeroe/1 +faery/13 1 +faff/10 1 +fag/111 1 +Fagatogo/1 +fagging 1 +faggot/29 1 +faggoting/5 1 +Fagin 1 +Fahrenheit 1 +fail/4 1 +failing/43 1 +fail-safe +failure/2 1 +faint/26 1 +fainter/2 1 +faint-hearted +faint-heartedly +faint-heartedness +fainting 1 +fain 1 +fair/26 1 +Fairbanks +Fairchild +faire +Fairfax +Fairfield +fairgoer +fairgoers +fairground/2 1 +fairing/2 1 +fairings 1 +fairish 1 +fairless +fair-minded 1 +Fairmont +Fairport +Fairview +fairway/2 1 +fair-weather +fairy/13 1 +fairyland/2 1 +fairytale 1 +fairy 1 +Faisal +faith/29 1 +faithful/14 1 +faithless/14 1 +fajitas +fake/49 1 +faker/2 1 +fakir/2 1 +falafel 1 +falcon/16 1 +falconer/2 1 +falconry/13 1 +Falk +Falkirk/1 +Falkland/1 +Falklands +Falkner +fall/338 606 +fallacious/18 1 +fallacy/13 1 +fall-back +faller/2 1 +fallibility/13 1 +fallible/30 1 +falling 1 +falloff/9 1 +fallopian +fallout/2 1 +fallow/339 1 +Fallujah/1 +false/27 1 +falsehood/2 1 +falsetto/2 1 +falsifiability/5 1 +falsifiable +falsification/2 1 +falsifier/2 1 +falsify/34 1 +falsity/13 1 +Falstaff 1 +falter/4 1 +falterer/2 1 +faltering/42 1 +falutin +faluting +fame/176 1 +familial +familiar/340 1 +familiarisation +familiarisations +familiarise/6 1 +familiariser/1 +familiarisers +familiarisingly +familiarity/13 1 +familiarization/9 1 +familiarize/6 1 +familiarizer/2 1 +familiarizingly +families +family/1 +famine/2 1 +famish/7 1 +famous/18 1 +fan/116 1 +fanatic/2 1 +fanatical/18 1 +fanaticism/2 1 +fancier/2 1 +fanciful/14 1 +fancily 1 +fancy/341 1 +fancy-free +fancywork/2 1 +fandango/2 1 +fanfare/2 1 +fanfold's +fanfold 1 +fang/90 1 +fanlight/2 1 +fanning 1 +fanout 1 +fantail/2 1 +fantasia/2 1 +fantasise/6 1 +fantasiser/1 +fantasisers +fantasize/6 1 +fantasizer/2 1 +fantastical/8 1 +fantastic 1 +fantasy/77 1 +fantasying 607 +fanzine/9 1 +fanny/13 1 +FAQ/2 1 +far/342 608 +farad/2 1 +Faraday 1 +faraway 1 +Farber +farce/16 1 +farcical/8 1 +fare/32 1 +Fareham +farer/5 1 +farewell/29 1 +far-fetched +farfetchedness +farfetchedness's +far-flung +Fargo 1 +farina/2 1 +farinaceous +Farley +farm/71 1 +farmer/2 1 +farmhand/9 1 +farmhouse/2 1 +farming/5 1 +Farmington +farmland/2 1 +farmstead/2 1 +farmworker/9 1 +farmyard/2 1 +Farnborough +faro/5 1 +far-off 1 +farraginous +farrago/2 1 +far-reaching 1 +Farrell +farrier/2 1 +farrow/29 1 +farseeing 1 +far-sighted +far-sightedly +far-sightedness/1 +far-sightednesses +fart/195 1 +farthermost +farthing/2 1 +far 1 +fascia/2 1 +fascicle/2 1 +fascicled +fasciculated +fasciculate 1 +fasciculation/2 1 +fascinate/6 1 +fascinated 1 +fascinating/8 1 +fascination/2 1 +fascism/2 1 +fascist/2 1 +fascistic 1 +fascist 1 +Fashanu +fashion/29 1 +fashionable/250 1 +fashioner/2 1 +Faso/1 +fa's 609 +fast/343 1 +fastback/2 1 +fasten/10 1 +fastener/2 1 +fastening/2 1 +faster 1 +fa 610 +fast-forward +fastidious/14 1 +fasting 1 +fat/344 1 +fatal/73 1 +fatale +fatales +fatalism/2 1 +fatalist/2 1 +fatalistic/46 1 +fatality/13 1 +fate/176 1 +fateful/14 1 +fathead/2 1 +fatheaded +fatheadedness +father/29 1 +fatherhood/2 1 +father-in-law +fatherland/2 1 +fatherless 1 +fatherly/74 1 +fathers-in-law +fathom/29 1 +fathomable +fathomless 1 +fatigue/32 1 +fatiguingly +fatso/5 1 +fatten/10 1 +fattener/2 1 +fattening 1 +fatuity/13 1 +fatuous/14 1 +fatwa/2 1 +fatty/318 1 +Faulkner 1 +fault/29 1 +fault-finder/1 +fault-finders +fault-finding +faultless/14 1 +faulty/67 1 +faun/2 1 +fauna/2 1 +Fauntleroy +Faustian 1 +Faust 1 +fauvism/9 1 +faux 1 +favour/29 1 +favourable/345 1 +favourables +favourable's +favoured/73 1 +favoureds +favoured's +favourer/2 1 +favouringly +favourings +favouring's +favourite/2 1 +favouritism/2 1 +Fawkes +Fawlty +fawn/29 1 +fawner/2 1 +fawning/8 1 +fax/346 1 +fay/16 1 +Fayette/1 +Fayetteville 1 +fay 1 +faze/6 1 +FBI 1 +FCC +FDA +fealty/13 1 +fear/29 1 +fearful/106 1 +Fearghas/1 +fearless/14 1 +fearsome/18 1 +feasibility/13 1 +feasible/35 1 +feast/29 1 +feaster/2 1 +feasting 1 +feat/2 1 +feather/29 1 +feather-bed +feather-bedded +feather-bedding/1 +feather-brain/1 +feather-brained +feather-edge +featherer/1 +featherers +feather-head +feather-headed +feathering/5 1 +featherless 1 +feather-light +feather-stitch +featherweight/2 1 +feathery/37 1 +feat 1 +feature/32 1 +featureless 1 +febrile 1 +febrility 1 +February/13 1 +Feb 1 +feckless/18 1 +fecundability +fecundate/6 1 +fecundation/2 1 +fecundity/13 1 +fecund 1 +federal/8 1 +federalisation/9 1 +federalise/6 1 +federalism/2 1 +federalist/2 1 +federalization/9 1 +federalize/6 1 +federal 1 +federate/6 1 +federation/2 1 +federative/8 1 +fedora/2 1 +Feds +fed 611 +fed-up +fee/57 1 +feeble/347 1 +feeble-minded 1 +feed/128 612 +feedback/2 1 +feeder/2 1 +feeding/5 1 +feedstock 1 +feedstuffs +feel/128 613 +feeler/2 1 +feeling/38 1 +feelings 1 +feely +fees 614 +feet's 615 +feet 616 +feign/10 1 +feigned 1 +feigner/2 1 +feigning 1 +feint/29 1 +feisty/37 1 +Felder +Feldman +feldspar/2 1 +Felicia 1 +felicitate/6 1 +felicitation/2 1 +felicitous/18 1 +felicity/13 1 +feline/42 1 +Felipe +Felix +Felixstowe/1 +fell/348 1 +fellahin +fellah 1 +fellate 1 +fellatio/2 1 +fellator 1 +feller 1 +fellow/16 1 +fellowship/16 1 +fellow-traveller/1 +fellow-travellers +fellow 1 +fell 617 +felon/2 1 +felonious/18 1 +felon 1 +felony/13 1 +felt/4 1 +Feltham +felting/5 1 +felt 618 +felt-tip +felt-tips +female/349 1 +feminine/31 1 +femininity/13 1 +feminisation +feminisations +feminise/6 1 +feminism/2 1 +feminist/2 1 +feminization/9 1 +feminize/6 1 +femme/9 1 +femmeatale 1 +femme_fatale +femmesatales 1 +femmes_fatales +femoral +fem 1 +femur/2 1 +fen/2 1 +fence/32 1 +fencepost/5 1 +fencer/2 1 +fencing/2 1 +fend/10 1 +fender/2 1 +fenestration/2 1 +fenland/5 1 +fennel/2 1 +Fenwick +feral 1 +Ferdinand +Fergus +Ferguson/1 +Fermanagh/1 +Fermat/5 1 +ferment/29 1 +fermentation/2 1 +fermenter 1 +Fermi +fermion/2 1 +fermium/5 1 +fern/2 1 +Fernando +fernery/5 1 +ferny/37 1 +ferocious/14 1 +ferocity/13 1 +Ferrari/1 +Ferraris +Ferreira +ferret/29 1 +ferreter/2 1 +ferreting 1 +ferric 1 +Ferris +ferrite/5 1 +ferro +ferroelectric 1 +ferromagnet/5 1 +ferromagnetic +ferrous 1 +ferrule/32 1 +ferry/77 1 +ferryboat/2 1 +ferryman/5 619 +ferrymen's 620 +ferrymen 621 +fertile/18 1 +fertilisation/9 1 +fertilise/6 1 +fertiliser/2 1 +fertility/13 1 +fertilization/9 1 +fertilize/6 1 +fertilizer/2 1 +fer 1 +ferule/32 1 +fervency/13 1 +fervent/8 1 +fervid/18 1 +fervour/2 1 +fess/114 1 +festal/8 1 +fester/4 1 +festival/2 1 +festive/14 1 +festivity/13 1 +festoon/29 1 +feta/2 1 +fetch/55 1 +fetcher/2 1 +fetching/8 1 +fetish/3 1 +fetishism/2 1 +fetishist/2 1 +fetishistic +fetlock/2 1 +fetter/29 1 +fettle/28 1 +fettling/5 1 +fettuccine/9 1 +feud/29 1 +feudal/8 1 +feudalism/2 1 +feudatory/5 1 +feuding 1 +fever/29 1 +feverish/14 1 +few/212 1 +fey/280 1 +fez/5 1 +ff +föhn +führer +führers +führer's +Fi +FIA +fiancé +fiancée +fiancées +fiancée's +fiancés +fiancé's +fiasco/2 1 +fiat/2 1 +fib/158 1 +fibber/2 1 +Fibonacci/1 +fibre/2 1 +fibreboard/2 1 +fibred +fibrefill/9 1 +fibreglass/5 1 +fibril/2 1 +fibrillate/6 1 +fibrillation/2 1 +fibrin/2 1 +fibroblast/2 1 +fibroid/9 1 +fibroses 622 +fibrosis/5 623 +fibrous/18 1 +fibula/70 1 +fibular +fiche/2 1 +fichu/2 1 +fickle/350 1 +fiction/2 1 +fictional/8 1 +fictionalisation/9 1 +fictionalise/6 1 +fictionalization/9 1 +fictionalize/6 1 +fictitious/18 1 +fictive/8 1 +ficus 1 +fiddle/32 1 +fiddler/2 1 +fiddlestick/2 1 +fiddlings +fiddly 1 +Fidel/1 +Fidelio/1 +fidelity/13 1 +fidget/4 1 +fidgety 1 +fiducial/8 1 +fiduciary/13 1 +fief/2 1 +fiefdom/9 1 +field/29 1 +fielder/2 1 +fielding 1 +fieldstone/5 1 +fieldwork/2 1 +fieldworker/2 1 +fiend/2 1 +fiendish/18 1 +fierce/27 1 +fiery/67 1 +fiesta/2 1 +fie 1 +Fifa/1 +Fife/1 +fife/32 624 +fifer/2 1 +FIFO +fifteen/2 1 +fifteenfold +fifteenth/9 1 +fifteen 1 +fifth/42 1 +fifth-generation +fiftieth/9 1 +fifty/13 1 +fifty-eight +fifty-eightfold +fifty-eighth +fifty-eighths +fifty-fifth +fifty-fifths +fifty-first +fifty-firsts +fifty-five +fifty-fivefold +fiftyfold +fifty-four +fifty-fourfold +fifty-fourth +fifty-fourths +fifty-nine +fifty-ninefold +fifty-ninth +fifty-ninths +fifty-one +fifty-onefold +fifty-second +fifty-seconds +fifty-seven +fifty-sevenfold +fifty-seventh +fifty-sevenths +fifty-six +fifty-sixfold +fifty-sixth +fifty-sixths +fifty-third +fifty-thirds +fifty-three +fifty-threefold +fifty 1 +fifty-two +fifty-twofold +fig/111 1 +Figaro +fight/128 625 +fightback 1 +fighter/2 1 +fighting/9 1 +figment/2 1 +figural 1 +figuration/2 1 +figurative/18 1 +figure/32 1 +figured 1 +figurehead/2 1 +figurer/2 1 +figurine/2 1 +figurings +Fiji/5 1 +Fijian/2 1 +filament/2 1 +filamentary +filamentous +filbert/2 1 +filch/7 1 +filching 1 +file/32 1 +filer/2 1 +filet's +filial/8 1 +filibuster/29 1 +filibusterer/2 1 +filibustering 1 +filigree/186 1 +filing/9 1 +Filipina 1 +Filipino/9 1 +fill/4 1 +fillable +filler/2 1 +fillet/29 1 +filleting's +fillies +filling/2 1 +fillip/16 1 +Fillmore 1 +film/29 1 +filming's +film-maker +film-makers +film-strip/1 +film-strips +filmy/66 1 +filter/29 1 +filterable 1 +filterer/2 1 +filter-tipped +filth/2 1 +filthy/351 1 +filtrate/32 1 +filtration/2 1 +filly/1 +fin/116 1 +finagle/6 1 +finagler/2 1 +final/42 1 +finale/2 1 +finalisation/9 1 +finalise/6 1 +finalist/2 1 +finality/13 1 +finalization/9 1 +finalize/6 1 +finance/32 1 +financial/8 1 +financials +financier/29 1 +financing/9 1 +finch/3 1 +find/128 626 +findable +finder/2 1 +finding/2 1 +fine/125 1 +fine-grained +finer 1 +finery/13 1 +fines/352 1 +finespun +finesse/16 1 +fines 627 +fine-tune +fine-tuned +fine-tunes +fine-tuning +finger/29 1 +fingerboard/2 1 +fingerer/2 1 +fingering/2 1 +fingerless 1 +fingerling/5 1 +fingermarks +fingernail/2 1 +finger-plate +fingerprint/29 1 +fingerprinting 1 +fingertip/2 1 +finial/2 1 +finical 1 +finickiness +finickinesses +finicky/37 1 +fining/5 1 +finis/3 628 +finish/55 1 +finisher/2 1 +finishing/9 1 +finite/31 1 +Finland/5 1 +Finley/1 +Finn/2 1 +Finnegan +Finnish 1 +Finsbury/1 +fin 1 +finny/37 1 +fiord/2 1 +fir/52 1 +fire/32 1 +firearm/2 1 +fireball/2 1 +fire-bomb/1 +fire-bombed +fire-bombing +fire-bombs +firebox/3 1 +firebrand/2 1 +fire-break/1 +fire-breaks +fire-brick/1 +fire-bricks +fire-bug +fire-control +firecracker/2 1 +firedamp/2 1 +fire-eater +fire-fighter/1 +fire-fighters +fireflies +firefly/1 +Firefox/1 +fire-guard/1 +fire-hose/1 +fire-hoses +fireless 1 +firelight/5 1 +fire-lighter +fire-lighters +fireman/5 629 +firemen's 630 +firemen 631 +fireplace/2 1 +fire-power/1 +fire-powers +fireproof/197 1 +firer/2 1 +fireside/5 1 +Firestone +fire-storm/1 +fire-storms +fire-trap/1 +fire-traps +fire-walker +fire-walkers +fire-walking +firewall/52 1 +fire-water +firewood/5 1 +firework/2 1 +firing/2 1 +firkin/5 1 +firm/353 1 +firmament/2 1 +firmer 1 +firmware/2 1 +first/42 1 +first-aid +first-born +first-borns +first-class +first-day +first-floor +first-hand +first-name +first-rate +first-strike +firth/2 1 +Fis +fiscal/8 1 +Fischer +fish/21 1 +fish-bowl/1 +fish-bowls +fisher/2 1 +fisherman/5 632 +fishermen's 633 +fishermen 634 +fishery/13 1 +Fishguard/1 +fish-hook/1 +fish-hooks +fishing/5 1 +Fishkill +fishlike 1 +fish-meal +fishmonger/2 1 +fishnet/2 1 +fish-plate +fish-plates +fish-pond/1 +fish-ponds +fishtail/29 1 +fish-tanks +fishwife/5 635 +fishwives 636 +fishy/67 1 +Fisichella +Fisk +Fiske/1 +fissile 1 +fission/29 1 +fissionable/9 1 +fissure/32 1 +fist/29 1 +fistfight/16 1 +fistful/2 1 +fisticuffs +fistula/2 1 +fistulous 1 +fit/344 1 +Fitch +Fitchburg +fitful/14 1 +fitments +fitted 1 +fitter/2 1 +fitting/31 1 +Fitzgerald +Fitzpatrick +Fitzroy +Fitzwilliam +five/64 1 +five-a-side +five-finger +fivefold +five-fold +fiver/5 1 +fives 637 +five-year +fix/55 1 +fixable 1 +fixate/6 1 +fixatifs +fixation/2 1 +fixative/9 1 +fixed/18 1 +fixer/2 1 +fixing/2 1 +fixity/13 1 +fixture/2 1 +fizz/55 1 +fizzer/5 1 +fizzing 1 +fizzle/28 1 +fizzling 1 +fizzy/37 1 +fjord/2 1 +flab/2 1 +flabbergast/10 1 +flabbergastingly +flabby/67 1 +flaccid/8 1 +flaccidity/13 1 +flack/29 1 +flag/111 1 +flagella's 638 +flagella 639 +flagellate/28 1 +flagellation/2 1 +flagellum/5 640 +flagging/43 1 +flagman/5 641 +flagmen's 642 +flagmen 643 +flagon/2 1 +flagpole/2 1 +flagrancy 1 +flagrant/8 1 +flagship/2 1 +flagstaff/2 1 +flagstone/2 1 +flag-waving +flail/29 1 +flair/2 1 +flak/354 1 +flake/32 1 +flaker/5 1 +flakier 644 +flakiest 644 +flaky/179 1 +flambé +flambéed +flambéing +flamboyance/2 1 +flamboyancy/13 1 +flamboyant/8 1 +flambés +flame/32 1 +flameless 1 +flamelike +flamen/5 1 +flamenco/2 1 +flame-proof +flame-proofed +flame-proofing +flamer/2 1 +flame-thrower/1 +flame-throwers +flaming/42 1 +flamingo/260 1 +flammability/13 1 +flammable/9 1 +flamy 1 +flan/2 1 +Flanagan +Flanders 1 +flange/32 1 +flank/29 1 +flanker/2 1 +flannel/86 1 +flannelette/2 1 +flannelling 1 +flap/355 1 +flapjack/2 1 +flapper/2 1 +flare/28 1 +flare-up +flare-ups +flaring/8 1 +flash/178 1 +flashback/2 1 +flashbulb/2 1 +flashcard/9 1 +flashcube/2 1 +flasher/2 1 +flashgun/9 1 +flashing/2 1 +flash-pan +flashpoint/9 1 +flashy/67 1 +flask/2 1 +flat/344 1 +flatcar/2 1 +flatfeet 645 +flatfish/3 1 +flatfoot/16 646 +flat-footed +flat-footedly +flat-footedness +flat-head/1 +flatland/9 1 +flatlander 1 +flatmate/2 1 +flatten/10 1 +flattener/2 1 +flatter/10 1 +flatterer/2 1 +flattering/8 1 +flattery/13 1 +flattest's +flattish 1 +flattop/2 1 +flatulence/2 1 +flatulent/8 1 +flatus/3 1 +flatware/2 1 +flatworm/2 1 +flaunt/4 1 +flauntingly 1 +flautist/2 1 +flavour/29 1 +flavourer/2 1 +flavourful 1 +flavouring/2 1 +flavourless 1 +flavoursome +flaw/29 1 +flawed 1 +flawless/14 1 +flax/3 1 +flaxen 1 +flaxseed/5 1 +flay/10 1 +flayer/2 1 +flea/2 1 +fleabag/2 1 +fleabites +fleawort/5 1 +fleck/29 1 +flecker 1 +Fledermaus +fledge/6 1 +fledgeling 1 +fledgling/2 1 +flee/356 1 +fleece/32 1 +fleecer/2 1 +fleecy/66 1 +fleer 1 +fleet/353 1 +fleeting/14 1 +fleetingly/5 1 +Fleming 1 +Flemish 1 +flesh/21 1 +flesher/5 1 +fleshing 1 +fleshless 1 +fleshly/37 1 +fleshpot/2 1 +fleshy/191 1 +Fletch +fletcher/5 1 +flew/39 1 +flex/21 1 +flexibility/13 1 +flexible/17 1 +flexitime/5 1 +flexural +flexure/5 1 +flibbertigibbet/2 1 +flick/4 1 +flicker/4 1 +flickering/8 1 +flickery +flier/2 647 +fliest 648 +flight/29 1 +flightless 1 +flightpath +flighty/66 1 +flimflam/78 1 +flimsy/67 1 +flinch/55 1 +flincher/5 1 +fling/186 649 +flinger/5 1 +flint/29 1 +flintless +flintlock/2 1 +Flintoff +Flintshire/1 +flinty/191 1 +flip/357 1 +flip-flop +flip-flops +flippable +flippancy/13 1 +flippant/8 1 +flipper/2 1 +flirt/4 1 +flirtation/2 1 +flirtatious/14 1 +flirter 1 +flirting 1 +flirty 1 +flit/358 1 +flitting 1 +float/4 1 +floatation 1 +floater/2 1 +floating-point +floating 1 +floaty 1 +flocculate/6 1 +flocculation/5 1 +flock/29 1 +flocking/9 1 +floe/2 1 +flog/136 1 +flogger/2 1 +flogging/2 1 +flood/71 1 +flooder 1 +floodgate/2 1 +flooding 1 +floodlight/186 650 +floodlit 651 +floodplain/9 1 +floor/29 1 +floorboard/2 1 +floorer/5 1 +flooring/2 1 +floorspace +floozy/13 1 +flop/359 1 +flopper/5 1 +floppy/360 1 +flora/2 1 +floral/8 1 +Florence 1 +Florentine 1 +Flores +florescence/2 1 +florescent +floret/2 1 +florid/14 1 +Florida/5 1 +Floridian/9 1 +florin/2 1 +florist/2 1 +floss/21 1 +flossy/208 1 +flotation/2 1 +flotilla/2 1 +flotsam/2 1 +flounce/28 1 +flouncing/5 1 +flouncy/37 1 +flounder/4 1 +flour/29 1 +flourish/55 1 +flourisher/5 1 +flourishing/8 1 +floury/37 1 +flout/10 1 +flouter/2 1 +flow/4 1 +flowchart/9 1 +flowcharting 1 +flower/29 1 +flowerbed/2 1 +flowering 1 +flowerless 1 +flowerpot/2 1 +flowery/66 1 +flowing/8 1 +flowstone 1 +Floyd +flt +flu/5 1 +fluctuate/6 1 +fluctuation/2 1 +flue/2 1 +flue-cured +fluency/13 1 +fluent/8 1 +fluff/29 1 +fluffy/66 1 +fluid/38 1 +fluidise/6 1 +fluidiser/1 +fluidisers +fluidity/13 1 +fluidize/6 1 +fluidizer/2 1 +fluke/32 1 +flukier 652 +flukiest 652 +fluky/37 1 +flume/32 1 +flummox/7 1 +flung 653 +flunk/4 1 +flunker 1 +flunkey's +flunky/13 1 +fluoresce/6 1 +fluorescence/2 1 +fluorescent/9 1 +fluorescer 1 +fluoridate/6 1 +fluoridation/2 1 +fluoride/2 1 +fluorinated +fluorine/2 1 +fluorite/2 1 +fluorocarbon/2 1 +fluoroscope/32 1 +fluoroscopic 1 +flurried 1 +flurry/77 1 +flush/361 1 +flushable +flusher 1 +flushing 1 +fluster/4 1 +flute/32 1 +flutelike +fluting/2 1 +flutter/4 1 +flutterer/2 1 +fluttering 1 +fluttery 1 +fluty 1 +flux/21 1 +fly/362 1 +flyable 1 +flyaway 1 +flyblown +flyby/2 1 +fly-by-night +fly-by-wire +flycatcher/2 1 +fly-drive +flyer/2 1 +fly-fishing +flyhalf +flying 1 +flyleaf/139 1 +Flynn +flyover/2 1 +fly-paper/1 +flypaper/5 1 +flypast/5 1 +flysheet/2 1 +flyswatter/2 1 +flyweight/2 1 +flywheel/2 1 +FM 1 +foal/29 1 +foam/29 1 +foamer 1 +foaming 1 +foamy/66 1 +fob/152 1 +focal/8 1 +foci's 654 +foci 655 +fo'c'sle +fo'c's'le 1 +focus/151 656 +focusable +focuser/5 1 +focussing 1 +fodder/29 1 +foddering 1 +foe/2 1 +foetal 1 +foeticide 1 +foetidly +foetidness +foetid 1 +foetus/3 1 +fog/111 1 +fogbound 1 +fogey 1 +foghorn/2 1 +fogy/13 1 +fogydom +foggy/67 1 +fogyish 1 +foible/2 1 +foil/4 1 +foiling 1 +foist/10 1 +Fokker +fol +fold/167 1 +foldaway 1 +folder/2 1 +folding/9 1 +fold-out/1 +fold-outs +Foley/1 +foliaceous 1 +foliage/2 1 +foliaged +foliar +foliate/6 1 +foliation/2 1 +folio/29 1 +folk/2 1 +folk-dance/1 +folk-dances +folk-dancing +folkish 1 +folklike +folklore/2 1 +folkloric +folklorist/2 1 +folk-singer +folk-singers +folk-song +folk-songs +Folkstone/1 +folksy/66 1 +folk-tale +folk-tales +folk 1 +folk-ways +foll +follicle/2 1 +follicular +follies +follow/4 1 +followable +follower/2 1 +following/9 1 +follow-on +follow-ons +follow-up/1 +follow-ups +Folsom +Folstone/1 +folly/1 +foment/10 1 +fomentation/2 1 +fomenter/2 1 +fond/323 1 +Fonda +fondant/2 1 +fondle/6 1 +fondler/5 1 +fondling 1 +fond 1 +fondue/2 1 +font/9 1 +Fontaine/1 +Fontainebleau +Fontana +fontanelle/2 1 +Fontenoy 1 +food/2 1 +foodie/9 1 +foodstuff/2 1 +fool/29 1 +foolery/13 1 +foolhardy/67 1 +fooling 1 +foolish/20 1 +foolproof 1 +foolscap/2 1 +fool 1 +foot/363 657 +footage/2 1 +football/2 1 +footballed +footballer/2 1 +footballing +footbridge/2 1 +Foote +footed/105 1 +footedly +footer/2 1 +footfall/2 1 +foothill/2 1 +foothold/2 1 +footing/2 1 +footless 1 +footlights +footling 1 +footlocker/2 1 +footloose 1 +footman/5 658 +footmarks +footmen's 659 +footmen 660 +footnote/32 1 +footpad/2 1 +footpath/2 1 +footplate/5 1 +footprint/2 1 +footrace/9 1 +footrest/2 1 +footsie/2 1 +footsoldier/2 1 +footsore 1 +footstep/2 1 +footstool/2 1 +footwear/5 1 +footwork/2 1 +fop/110 1 +foppery/13 1 +foppish/14 1 +forage/32 1 +forager/2 1 +fora 661 +foray/29 1 +forayer/5 1 +forbade 662 +forbear/186 663 +forbearance/2 1 +forbearer/5 1 +forbearing 1 +Forbes +forbid/364 664 +forbidden 1 +forbidding/18 1 +forbore 665 +forborne 665 +force/32 1 +forced/8 1 +force-fed +force-feed +force-feeding +forcefield/1 +forcefields +forceful/14 1 +forceps/5 1 +forcer/5 1 +forcible/35 1 +ford/29 1 +fordable 1 +Fordham +fore/365 1 +forearm/29 1 +forebear/16 1 +forebode/6 1 +foreboding/38 1 +forecast/128 1 +forecaster/2 1 +forecastle/2 1 +foreclose/6 1 +foreclosure/2 1 +forecourt/2 1 +foredeck 1 +foredoom/10 1 +forefather/2 1 +forefeet 666 +forefinger/2 1 +forefoot/5 667 +forefront/2 1 +foregather/149 1 +forego/366 668 +foregoer/5 1 +foregoing/9 1 +foregone 1 +foreground/29 1 +forehand/9 1 +forehead/2 1 +foreign/217 1 +foreigner/2 1 +foreknew 669 +foreknow/367 670 +foreknowledge/2 1 +foreleg/2 1 +forelimb/2 1 +forelock/29 1 +foreman/5 671 +foremast/2 1 +foremen's 672 +foremen 673 +foremost +forename/2 1 +forenamed +forenoon/2 1 +forensic/40 1 +foreordain/10 1 +forepaws +forepeople 674 +foreperson/9 675 +foreplay/2 1 +forequarters +forerunner/2 1 +foresail/2 1 +foresaw 676 +foresee/367 677 +foreseeability 1 +foreseeable +foreseer/2 1 +foreshadow/10 1 +foreshadowing 1 +foreshore/2 1 +foreshorten/10 1 +foreshortening 1 +foresight/2 1 +foresighted/58 1 +foresightedly +foreskin/2 1 +forest/29 1 +forestall/10 1 +forestaller/2 1 +forestalling 1 +forestation/2 1 +forester/2 1 +forestland/9 1 +forestry/13 1 +foretaste/32 1 +foretell/140 678 +foreteller/2 1 +forethought/2 679 +foretold 680 +fore 1 +foreverness +forever 1 +forewarn/10 1 +forewarner/5 1 +forewarning/9 1 +forewent 681 +forewoman/5 682 +forewomen 683 +foreword/2 1 +forfeit/71 1 +forfeiter/2 1 +forfeiture/2 1 +forfend/10 1 +forgather/10 1 +forgave 684 +forge/32 1 +forger/2 1 +forgery/13 1 +forget/108 685 +forgetful/14 1 +forget-me-not +forget-me-nots +forgettable +forgettably +forgetting 1 +forging/2 1 +forgivably +forgive/94 686 +forgiveable +forgiveness/1 +forgivenesses +forgiver/2 1 +forgiving/18 1 +forgo/366 687 +forgoer/2 1 +forgot 688 +forgotten 688 +fork/29 1 +forked 1 +forker 1 +forkful/9 1 +forklift/29 1 +forlorn/273 1 +form/29 1 +formability/5 1 +formal/18 1 +formaldehyde/2 1 +formalin/5 1 +formalisation/9 1 +formalise/6 1 +formaliser/1 +formalisers +formalism/2 1 +formalist/2 1 +formalistic +formality/13 1 +formalization/9 1 +formalize/6 1 +formalizer/2 1 +formal 1 +formant/2 1 +format/126 1 +formate/109 1 +formate's +formation/2 1 +formative/31 1 +formatter/2 1 +former/42 1 +formfitting +Formica 1 +formic 1 +formidable/35 1 +forming 1 +formless/14 1 +Formosan 1 +Formosa 1 +formula/22 1 +formulaic 1 +formulate/6 1 +formulation/2 1 +formulator/2 1 +fornicate/6 1 +fornication/2 1 +fornicator/2 1 +Forrester +forsake/94 689 +forsaken 1 +forsaking 1 +forseeability +forsook 690 +forsooth 1 +Forster +forswear/140 691 +forswore 692 +forsworn 692 +forsythia/2 1 +fort/16 1 +Fort-de-France/1 +forte/2 1 +fortes 693 +forte 1 +forthcoming 1 +forthright/14 1 +forth 1 +forthwith 1 +fortieth/9 1 +fortification/2 1 +fortifier/2 1 +fortify/34 1 +fortifying 1 +fortiori +fortissimo/9 1 +fortitude/2 1 +fortnight/2 1 +fortnightlies +fortnightly 1 +Fortran/1 +fortress/21 1 +for 1 +fortuitous/14 1 +fortuity/13 1 +fortunate/18 1 +fortunates +fortune/32 1 +fortune-teller/1 +fortune-tellers +fortune-telling/1 +fortune-tellings +forty/13 1 +forty-eight +forty-eightfold +forty-eighth +forty-eighths +forty-fifth +forty-fifths +forty-first +forty-firsts +forty-five +forty-fivefold +fortyfold +forty-four +forty-fourfold +forty-fourth +forty-fourths +forty-nine +forty-ninefold +forty-ninth +forty-ninths +forty-one +forty-onefold +forty-second +forty-seconds +forty-seven +forty-sevenfold +forty-seventh +forty-sevenths +forty-six +forty-sixfold +forty-sixth +forty-sixths +forty-third +forty-thirds +forty-three +forty-threefold +forty 1 +forty-two +forty-twofold +forum/2 694 +forward/26 1 +forwarder/2 1 +forwarding/5 1 +forward-looking +forwent 695 +Foss +fossil/2 1 +fossiliferous +fossilisation/9 1 +fossilise/6 1 +fossilization/9 1 +fossilize/6 1 +foster/368 1 +fosterer/5 1 +fostering 1 +Foster's +Foucault +Fouché +Fouché's +fought 696 +foul/369 1 +foulard/2 1 +fouler 1 +fouling 1 +foul-mouth +foul-mouthed +foul-up +foul-ups +found/4 1 +foundation/2 1 +foundational/8 1 +founder/29 1 +founding 1 +foundling/2 1 +foundry/13 1 +found 697 +fount/2 1 +fountain/29 1 +fountain-head/1 +fountain-heads +fountain-pen/1 +fountain-pens +four/2 1 +four-eyes +fourfold 1 +Fourier/1 +four-in-hand +four-leaved +four-letter +fourpence/5 1 +fourpenny 1 +four-poster/1 +four-posters +fourscore/9 1 +foursome/2 1 +four-square +fourteen/2 1 +fourteenfold +fourteenth/9 1 +fourteen 1 +fourth/42 1 +four 1 +four-wheel +fovea/70 1 +foveal +foveate +fowl/29 1 +fowler/5 1 +fowling/5 1 +fowl-run +fox/21 1 +foxglove/2 1 +foxhole/2 1 +foxhound/2 1 +fox-hunting +foxing/5 1 +foxtail/5 1 +foxtrot/126 1 +foxy/67 1 +foyer/2 1 +fps +fr +fracas/3 1 +fractal/2 1 +fraction/29 1 +fractional/8 1 +fractionate/290 1 +fractionation/5 1 +fractious/14 1 +fracture/32 1 +fragile/8 1 +fragility/13 1 +fragment/29 1 +fragmentary/263 1 +fragmentation/2 1 +fragrance/2 1 +fragrant/8 1 +frail/20 1 +frailty/13 1 +frame/32 1 +framer/2 1 +framework/2 1 +framing/5 1 +Fran/1 +franc/2 1 +France/2 1 +Francesca +Francesco +Frances 698 +franchise/32 1 +franchisee/2 1 +franchiser/2 1 +franchisor/2 1 +Franchitti +Francine/1 +Franciscan/9 1 +Francisco/1 +Francis 699 +francium/5 1 +Franck +Franco +francophone/5 1 +frangibility/13 1 +frangible 1 +frank/26 1 +Frankel/1 +Frankenstein 1 +franker/5 1 +Frankford +Frankfort 1 +frankfurter/2 1 +Frankfurt 1 +Frankie +frankincense/2 1 +Frankish +franklin/5 1 +Frank's +François +Françoise +Françoise's +frantic/370 1 +Franz +frap/122 1 +frappé +Fraser/1 +fraternal/8 1 +fraternisation/9 1 +fraternise/6 1 +fraterniser/2 1 +fraternity/13 1 +fraternization/9 1 +fraternize/104 1 +fraternizer/5 1 +fratricidal +fratricide/2 1 +fraud/2 1 +fraudster/9 1 +fraudulence/9 1 +fraudulent/8 1 +fraudulentness +fraught 1 +Fraunhofer/1 +Frau 1 +fray/29 1 +fraying 1 +Frazer +Frazier +frazzle/28 1 +freak/29 1 +freakish/14 1 +freaky/37 1 +freckle/32 1 +freckling 1 +freckly/37 1 +Fred +Freda +Freddie +Freddy/1 +Frederic/1 +Frederick +Fredericks +Fredericton/5 1 +Fredrick +Fredrickson +Fredricton +free/371 1 +freebase/28 1 +freebie/2 1 +freebooter/2 1 +freeboot 1 +free-born +freeborn 1 +FreeBSD +freedman/5 700 +freedmen's 701 +freedmen 702 +freedom/2 1 +free-fall +free-falling +free-for-all +free-form +freehanded +free-handed/8 1 +freehandedly +free-handeness +freehand 1 +freehold/2 1 +freeholder/2 1 +free-kick +freelance/134 1 +freelancer/2 1 +free-living +freeman/5 703 +free-market +Freemason/2 1 +freemasonry 1 +freemen's 704 +freemen 705 +Freeport +free-range +freer 1 +free-standing +freestone/2 1 +freestyle/2 1 +freethinker/2 1 +freethinking/9 1 +Freetown/5 1 +free-up +Freeview/1 +free-wheel +free-wheeled +free-wheeling +free-wheels +freewill 1 +freezable 1 +freeze/372 706 +freeze-dried +freeze-frame +freezer/2 1 +freezing 1 +freight/29 1 +freighter/2 1 +French/5 1 +Frenchman/5 707 +Frenchmen's 708 +Frenchmen 709 +French 1 +Frenchwoman/5 710 +Frenchwomen 711 +frenetic/46 1 +Frentzen +frenzied/8 1 +frenzy/77 1 +freon +freons +freq +frequency/13 1 +frequent/373 1 +frequenter/2 1 +fresco/374 1 +frescoing 1 +fresh/20 1 +freshen/10 1 +freshener/2 1 +fresher/2 1 +freshet/2 1 +fresh-faced +freshman/5 712 +freshmen's 713 +freshmen 714 +fresh 1 +freshwater/2 1 +Fresnel +Fresno 1 +fret/358 1 +fretboard +fretful/14 1 +fretsaw/9 1 +fretwork/2 1 +Freud/5 1 +Freudian 1 +Freya/5 1 +Frey 1 +friable/33 1 +friar/2 1 +friarly +friary/13 1 +fricassee/186 1 +frication/1 +fricative/2 1 +Frick +friction/2 1 +frictional/8 1 +frictionless/8 1 +Friday/2 1 +fridge/2 1 +Friedman +Friedrich/1 +friend/29 1 +friendless/33 1 +friendlies +friendlily +friendly/66 1 +friends' +friendship/2 1 +frier's +frieze/32 1 +frig/136 1 +frigate/2 1 +frigging/9 1 +fright/29 1 +frighten/10 1 +frightened 1 +frighteners +frightening/8 1 +frightful/14 1 +frigid/14 1 +Frigidaire 1 +frigidity/13 1 +frill/29 1 +frillies +frilling 1 +frilly/37 1 +fringe/32 1 +frippery/13 1 +Frisbee 1 +Frisco +Frisian 1 +frisk/4 1 +frisker/5 1 +frisking 1 +frisky/67 1 +frisson/5 1 +Frito +Fri 1 +fritter/4 1 +fritterer/5 1 +Fritz +frivolity/13 1 +frivolous/14 1 +frizz/55 1 +frizzle/28 1 +frizzling 1 +frizzly/37 1 +frizzy/37 1 +fro/9 1 +Frobisher +frock/29 1 +frock-coat +frock-coats +frocking's +frog/111 1 +frogging 1 +frogman/5 715 +frogmarched +frogmen's 716 +frogmen 717 +froid +frolic/84 1 +frolicker/2 1 +frolic 1 +frolicsome 1 +from +frond/2 1 +front/71 1 +frontage/2 1 +frontal/42 1 +frontier/2 1 +frontiersman/5 718 +frontiersmen's 719 +frontiersmen 720 +frontier 1 +frontispiece/2 1 +front-line +front-page +frontrunner/2 1 +frontrunning +frontward/9 1 +frost/29 1 +frostbite/375 1 +frostbiting/5 1 +frosted 1 +frosting/2 1 +frosty/67 1 +froth/29 1 +frothy/66 1 +fro 1 +froufrou/2 1 +froward/58 1 +frown/4 1 +frowner/5 1 +frowning/8 1 +frowzy/67 1 +frozen/18 721 +froze 722 +fructify/34 1 +fructose/2 1 +Fruehauf/1 +frugal/8 1 +frugality/13 1 +fruit/29 1 +fruitcake/2 1 +fruiterer/5 1 +fruitful/106 1 +fruiting 1 +fruition/2 1 +fruitless/14 1 +fruity/66 1 +frump/2 1 +frumpish 1 +frumpy/37 1 +frustrate/301 1 +frustratedly +frustrater/5 1 +frustratingly +frustration/2 1 +frustum/2 1 +fry/376 1 +Frye/1 +fryer/2 1 +frying 1 +FSA +FSF +f-stop +f-stops +FTC +fête +fêtes +fête's +FTP +ftp 1 +ft 1 +Fuchs +fuchsia/2 1 +fuck/195 1 +fucker/276 1 +fucking/246 1 +fuddle/28 1 +fudge/32 1 +FUD 1 +fuel/86 1 +fuel-cell +fueller/2 1 +fuelling 1 +fugal 1 +fugitive/38 1 +fugue/32 1 +fuhrer/9 1 +Fuji 1 +Fujitsu/1 +Fukuoka 1 +Fulani 1 +fulcrum/16 1 +fulfil/82 1 +fulfiller 1 +fulfilling 1 +fulfilment/2 1 +Fulham/1 +full/377 1 +fullback/186 1 +full-blooded 1 +full-blown +full-bodied +full-dress +fuller/29 1 +Fullerton +full-frontal +full-grown +fullish +full-length +full-page +full-scale +fullstops +full-time +full-timer +full-timers +full 1 +full-wave +fullword/1 +fullwords +fulminate/28 1 +fulmination/2 1 +fulness's +fulsome/14 1 +Fulton/5 1 +fully-fledged +fully 1 +fumarole/9 1 +fumble/28 1 +fumbler/2 1 +fumbling/8 1 +fumblings +fume/28 1 +fumigant/2 1 +fumigate/6 1 +fumigation/2 1 +fumigator/2 1 +fumingly +fumy/37 1 +fun/5 1 +Funafuti/1 +function/29 1 +functional/8 1 +functionalism/5 1 +functionality/53 1 +functional 1 +functionary/13 1 +functionless 1 +functor/2 1 +fund/29 1 +fundamental/42 1 +fundamentalism/2 1 +fundamentalist/2 1 +funder/2 1 +fundholders +fundholding +funding 1 +fund-raiser/1 +fund-raisers +fund-raising +funeral/2 1 +funerary +funereal/8 1 +funfair/5 1 +fungal/9 1 +fungible/5 1 +fungicidal 1 +fungicide/2 1 +fungi's 723 +fungi 724 +fungoid/9 1 +fungous 1 +fungus/5 725 +funicular/2 1 +funk/29 1 +funkiness +funkinesses +funky/37 1 +fun-loving +funnel/86 1 +funnelling 1 +fun 1 +funny/113 1 +fur/120 1 +furbelow/29 1 +furbish/7 1 +furbisher/2 1 +furious/378 1 +furl/4 1 +furling 1 +furlong/2 1 +furlough/16 1 +furnace/16 1 +Furness/1 +furnish/7 1 +furnisher/2 1 +furnishing/2 1 +furniture/2 1 +furore/2 1 +furrier/2 1 +furring/2 1 +furrow/29 1 +furry/66 1 +further/10 1 +furtherance/2 1 +furtherer/2 1 +furtherest +furthermore +furthermost +further 726 +furthest 726 +furtive/14 1 +fur 1 +fury/13 1 +furze/2 1 +fuse/32 1 +fusebox/68 1 +fusee/2 1 +fuselage/2 1 +fusibility/13 1 +fusible 1 +fusiform +fusilier/2 1 +fusillade/32 1 +fusion/2 1 +fuss/21 1 +fusser/5 1 +fusspot/2 1 +fussy/67 1 +fustian/2 1 +fusty/66 1 +fut +futile/18 1 +futility/13 1 +futon/9 1 +Futuna/1 +future/2 1 +futurism/2 1 +futurist/2 1 +futuristic/9 1 +futurity/13 1 +futurologist/2 1 +futurology/13 1 +fuzz/21 1 +fuzzy/67 1 +fwd +FYI +g/5 1 +gab/158 1 +gabardine/2 1 +Gabarone +gabbiness +gabbinesses +gabble/28 1 +gabbling 1 +gabby/37 1 +gaberdine/5 1 +gable/32 1 +gabler +gabling 1 +Gabon/5 1 +Gaborone/5 1 +Gabriel +Gabrielle +Gaby/1 +gad/379 1 +gadabout/2 1 +gadder/2 1 +gadflies +gadfly/1 +gadget/2 1 +gadgetry/13 1 +gadolinium/5 1 +Gadsden +Gaelic-speaking +Gaelic 1 +Gael 1 +gaff/29 1 +gaffe/32 1 +gaffer/2 1 +gaffing 1 +gag/137 1 +Gagarin +gaga 1 +gage/16 1 +gagger/2 1 +gaggle/28 1 +gaggling 1 +gagwriter/9 1 +gaiety/13 1 +Gail +gain/4 1 +gainer/2 1 +Gaines +Gainesville +gainful/18 1 +gaining 1 +gainsay/380 1 +gainsayer/2 1 +gainsaying 1 +Gainsborough 1 +gait/16 1 +gaiter/2 1 +gaitered +Gaithersburg +gal/381 1 +gala/2 1 +galactic +Galahad 1 +Galapagos 1 +Galatians +gala 1 +galaxy/13 1 +Galbraith +gale/2 1 +galen +galena/5 1 +Galen's +Galilean 1 +Galilee +Galileo/5 1 +gall/29 1 +Gallagher/1 +gallant/382 1 +gallantry/13 1 +gallbladder/2 1 +galleon/2 1 +galleria/9 1 +gallery/383 1 +galley/2 1 +Gallicism 1 +Gallic 1 +gallimaufry/13 1 +galling/8 1 +Gallipoli +gallium/5 1 +gallivant/10 1 +gallon/2 1 +gallonage/5 1 +gallop/4 1 +galloper/2 1 +Galloway/5 1 +gallows/5 1 +gallstone/2 1 +Gallup +Galois +galoot/2 1 +galore 1 +galosh/162 1 +galumph/10 1 +galvanic 1 +galvanisation/9 1 +galvanise/6 1 +galvanism/2 1 +galvanization/9 1 +galvanize/6 1 +galvanometer/2 1 +galvanometric +Galveston +Galvin/1 +Galway/1 +Gambia/5 1 +Gambian/9 1 +gambit/2 1 +gamble/28 1 +gambler/2 1 +gambling 1 +gambol/216 1 +gambolling 1 +game/125 1 +gamecock/2 1 +gamekeeper/2 1 +gamer/2 1 +gamesmanship/2 1 +gamesmen 727 +gamester/2 1 +gamete/2 1 +gametic 1 +gamier 728 +gamiest 728 +gamin/2 1 +gamine/2 1 +gamines/50 1 +gaming/2 1 +gamma/2 1 +gamma's 729 +gamma 730 +gammon/29 731 +gammoning 1 +gamut/2 1 +gamy/66 1 +gander/29 1 +Gandhi/5 1 +Gandhinagar +gang/29 1 +ganger/5 1 +Ganges 1 +ganging 1 +gangland/2 1 +ganglia's 732 +ganglia 733 +gangling 1 +ganglion/5 734 +ganglionic +gangly 1 +gangplank/2 1 +gangrene/32 1 +gangrenous +gangster/2 1 +gangsterism 1 +gangway/2 1 +gannet/2 1 +gantry/13 1 +Gantt +Ganymede 1 +GAO +gaol/29 1 +gaoler/2 1 +gap/384 1 +gape/28 1 +gaper/5 1 +gaping/8 1 +gap-toothed +Ågar +garage/32 1 +garaging 1 +garb/29 1 +garbage/5 1 +garble/28 1 +garbler/5 1 +garbling 1 +Garbo/1 +Garcia/1 +garde +garden/29 1 +gardener/2 1 +gardenia/2 1 +gardening/5 1 +Gardiner/1 +Gardner/1 +Gareth/1 +Garfield/5 1 +Garfunkel/1 +gargantuan +gargle/28 1 +gargoyle/2 1 +gargoyled +Garibaldi/5 1 +garish/14 1 +garland/29 1 +garlic/84 1 +garlicky 1 +garment/29 1 +garner/4 1 +garnet/2 1 +Garnett +garnish/55 1 +garnishee/186 1 +garnishing 1 +garnishment/2 1 +garçon +garçons +garçon's +garotte/32 1 +garotting 1 +garret/2 1 +Garrett +Garrick +garrison/29 1 +garrotte/32 1 +garrotter/2 1 +garrotting 1 +garrulity/13 1 +garrulous/14 1 +Garry +garter/29 1 +Garth/1 +Garvey +Gary/1 +gas/218 1 +gasbag/2 1 +Gascoigne/1 +gaseous/33 1 +gaseously +gash/385 1 +gasification/2 1 +gasifier/2 1 +gasify/34 1 +gasket/2 1 +gaslight/2 1 +gaslighted +gasohol/9 1 +gasoline/5 1 +gasometer/5 1 +gasp/4 1 +Gaspar +gasper/2 1 +gas-permeable +gasping/8 1 +gasser/2 1 +gassing/2 1 +gassy/191 1 +Gaston +gastric 1 +gastritis/242 1 +gastroenteritis/96 1 +gastrointestinal +gastronome/2 1 +gastronomic +gastronomical/8 1 +gastronomy/13 1 +gastropod/2 1 +Gastropoda 1 +gasworks/5 1 +gate/32 1 +gateau/201 1 +gatecrash/7 1 +gatecrasher/2 1 +gatehouse/2 1 +gatekeeper/2 1 +gatepost/2 1 +Gateshead/1 +gateway/2 1 +gather/4 1 +gatherer/2 1 +gathering/2 1 +gating 1 +Gatlinburg +Gatling +Gatsby +Ga 1 +Gatwick/1 +gauche/27 1 +gaucherie/2 1 +gaucho/2 1 +gaudy/67 1 +gauge/28 1 +gaugeable 1 +gauger/5 1 +gauging 1 +Gauguin 1 +Gaulish +Gaulle/1 +Gaul 1 +gaunt/20 1 +gauntlet/29 1 +gaunt 1 +gauss/3 1 +Gaussian 1 +Gautier +gauze/2 1 +gauzed +gauzing +gauzy/66 1 +gavel/86 1 +gavelling 1 +gave 735 +Gavin/1 +gavotte/32 1 +gawk/29 1 +gawker 1 +gawky/67 1 +gay/386 1 +gayety's +Gaylord +Gaza +gaze/28 1 +gazebo/2 1 +gazelle/2 1 +gazer/2 1 +gazette/32 1 +gazetteer/16 1 +gazillion/9 1 +gazpacho/2 1 +Gazza +GBP +Gbps +GB 1 +GCSE/1 +GCSEs +Gödel +Gödel's +GDP 1 +gear/29 1 +gearbox/3 1 +gearing/2 1 +gearwheel/2 1 +Geary +gecko/2 1 +gee/57 1 +gee-gee/1 +gee-gees +geese's 736 +geese 737 +geezer/2 1 +Geiger 1 +geisha/5 1 +gel/86 1 +gelable +gelatin/2 1 +gelatine 1 +gelatinous/18 1 +gelcap 1 +geld/4 1 +gelding/2 1 +gelid 1 +gelignite/2 1 +gelling 1 +gem/78 1 +Gemini 1 +gemlike +gemmologist/2 1 +gemmology/5 1 +gemmy 1 +gemstone/2 1 +gendarme/2 1 +gender/90 1 +genderless 1 +gene/2 1 +genealogical/8 1 +genealogist/2 1 +genealogy/13 1 +general/387 1 +generalisability +generalisable +generalisably +generalisation/9 1 +generalise/6 1 +generaliser/1 +generalisers +generalissimo/2 1 +generalist/2 1 +generality/13 1 +generalizability 1 +generalizable +generalizably +generalization/9 1 +generalize/6 1 +generalizer/2 1 +general-purpose +generalship/2 1 +genera's 738 +genera 739 +generate/6 1 +generation/2 1 +generational +generationally +generative/8 1 +generator/2 1 +generic/54 1 +genericness +generosity/13 1 +generous/14 1 +genesis 1 +genes 1 +Genet +genetic/39 1 +genetically +geneticist/2 1 +Geneva/5 1 +Genevieve/1 +Genghis +genial/18 1 +geniality/13 1 +genie/2 1 +genii's 740 +genii 741 +genital/9 1 +genitalia 1 +genitally +genitive/2 1 +genitourinary +genius/3 742 +genned +genning +Genoa/5 1 +genocidal +genocide/2 1 +genome/2 1 +genomic 1 +genotype/2 1 +genre/2 1 +gent/2 1 +genteel/388 1 +genteelism 1 +gentian/2 1 +gentile/9 1 +gentiles 1 +gentile 1 +gentility/13 1 +gentle/389 1 +gentlefolk 1 +gentleman/5 743 +gentlemanly/74 1 +gentlemen's 744 +gentlemen 745 +gentle 1 +gentlewoman/5 746 +gentlewomen 747 +gentling 1 +gentrification/2 1 +gentrify/34 1 +gentry/13 1 +gen 1 +genuflect/10 1 +genuflection/2 1 +genuine/14 1 +genus 748 +geocentric/46 1 +geocentricism +geochemical +geochemically +geochemistry/13 1 +geochronology/5 1 +geode/2 1 +geodesic/9 1 +geodesy/13 1 +geodetic/9 1 +Geoff/1 +Geoffrey/1 +geog +geographer/2 1 +geographical/8 1 +geographic 1 +geography/13 1 +geologic +geological/8 1 +geologist/2 1 +geology/13 1 +geom +geomagnetic +geomagnetically +geomagnetism/2 1 +geometer/2 1 +geometric/9 1 +geometrical/8 1 +geometrician/5 1 +geometry/13 1 +geomorphological +geomorphology/5 1 +geophysical/8 1 +geophysicist/2 1 +geophysics/5 1 +geopolitic +geopolitical/8 1 +geopolitics/5 1 +Geordie 1 +George/2 1 +Georgetown/5 1 +Georgette +Georgia/5 1 +Georgian/9 1 +geoscientific +geostationary +geosynchronous +geothermal +Gerald +Geraldine +geranium/2 1 +Gerard +Gerber +gerbil/2 1 +Gerhard +geriatric/39 1 +germ/2 1 +German/2 1 +germander 1 +germane 1 +Germanic 1 +germanium/5 1 +Germantown +German 1 +Germany/5 1 +germicidal +germicide/2 1 +germinal/8 1 +germinate/6 1 +germination/2 1 +germinative/8 1 +gerontocracy/5 1 +gerontological +gerontologist/2 1 +gerontology/13 1 +Gerry/1 +gerrymander/4 1 +Gershwin +Gertrude +gerund/2 1 +gerundive/5 1 +Gervase/1 +gestalt/5 1 +Gestapo 1 +gestate/6 1 +gestation/2 1 +gestational +gestationally +gesticulate/6 1 +gesticulation/2 1 +gesticulative/8 1 +gestural +gesture/32 1 +gesundheit +get/390 749 +getaway/2 1 +Gethsemane 1 +get-out +get-outs +get-rich-quick +Ge 1 +gettable 1 +getter/261 1 +getter's +getting 1 +getup/2 1 +Getty +Gettysburg 1 +gewgaw/2 1 +Gewürztraminer +geyser/29 1 +Ghana/5 1 +ghastlier +ghastliest +ghastly/160 1 +ghat/2 1 +Ghent +gherkin/2 1 +ghetto/374 1 +ghettoise/6 1 +ghillie/2 1 +ghost/29 1 +ghosting 1 +ghostlike 1 +ghostly/66 1 +ghost-write +ghost-writer/1 +ghost-writers +ghost-writes +ghost-writing +ghost-written +ghost-wrote +ghoul/2 1 +ghoulish/14 1 +GHQ 1 +GHz 1 +giant/2 1 +giantess/3 1 +giantkiller +giant 1 +gibber/4 1 +gibberish/3 1 +gibbet/29 1 +gibbon/2 1 +gibbous/18 1 +Gibbs +gibe/28 1 +giber/5 1 +giblets +Gibraltar/5 1 +Gibson/5 1 +Giddings +giddy/165 1 +Gideon 1 +GIF +Gifford +gift/29 1 +gifted/18 1 +gig/111 1 +gigabyte/9 1 +gigacycle/2 1 +gigahertz/5 1 +gigantic/391 1 +gigavolt +gigawatt/5 1 +giggle/28 1 +giggler/2 1 +gigglingly +giggling 1 +giggly/37 1 +Giggs +gigolo/2 1 +Gilbert/5 1 +Gilbertson +Gilchrist/1 +gild/392 1 +gilder/2 1 +gilding/2 1 +Gilead/1 +Giles +Gilgamesh +gill/29 1 +giller 1 +Gillespie +Gillette +gillie/16 1 +Gillingham +Gilmore/1 +gilt/9 1 +gilt-edged +gilt 1 +gimbals +gimcrack/9 1 +gimcrackery/13 1 +gimcrack 1 +gimlet/16 1 +gimmick/16 1 +gimmickry/13 1 +gimmicky 1 +gimp/29 1 +gimpy/37 1 +gin/116 1 +Gina/1 +ginger/192 1 +gingerbread/2 1 +gingerly/74 1 +gingery 1 +gingham/2 1 +gingivitis/3 1 +ginkgo/3 1 +ginmill 1 +ginning 1 +Gino/1 +ginseng/2 1 +Ginza +Gioconda +Giorgio +Giovanni +gipsy/393 1 +giraffe/2 1 +Giraud +gird/392 1 +girder/2 1 +girding 1 +girdle/32 1 +girdler/5 1 +girdling 1 +girl/2 1 +girlfriend/2 1 +girlhood/2 1 +girlie/5 1 +girlish/14 1 +giro/5 1 +girth/29 1 +Girton/1 +girt 1 +Giselle/1 +gist/5 1 +git/5 1 +Giuseppe/1 +Giusto +give/313 750 +giveable +give-away/1 +give-aways +giveback/9 1 +given 1 +giver/2 1 +giveth +givingly +giving 1 +gizmo's +gizzard/2 1 +glacé +glacéed +glacial/8 1 +glaciate/6 1 +glaciation/2 1 +glacier/2 1 +glacéing +glaciological +glaciologist/2 1 +glaciology/5 1 +glacés +glad/394 1 +gladden/10 1 +gladdy +glade/2 1 +gladiator/2 1 +gladiatorial +gladiola/2 1 +gladioli 751 +gladiolus/5 752 +gladsome/172 1 +Gladstone/5 1 +glad 1 +Gladys +Glamorgan/1 +glamorisation/9 1 +glamorise/6 1 +glamoriser/2 1 +glamorization/9 1 +glamorize/6 1 +glamorizer/2 1 +glamorous/8 1 +glamour/29 1 +glance/28 1 +glancingly +glancing 1 +gland/260 1 +glanders/5 1 +glandular/8 1 +glans/96 1 +glare/28 1 +glaring/18 1 +Glaser +Glasgow/5 1 +glasnost 1 +glass/21 1 +glass-blower +glass-blowers +glass-blowing/1 +glass-blowings +glass-cloth +glassful/2 1 +glasshouse/2 1 +glassless 1 +glass-maker/1 +glass-makers +glass-making +glass-paper +glass 1 +glassware/2 1 +glasswort/5 1 +glassy/67 1 +Glastonbury/1 +Glaswegian/9 1 +glaucoma/2 1 +glaucous 1 +glaze/28 1 +glazer/2 1 +glazier/2 1 +glazing/2 1 +gleam/29 1 +gleaming 1 +glean/10 1 +gleaner/2 1 +gleaning/2 1 +Gleason +glee/16 1 +gleeful/14 1 +glees 753 +glen/2 1 +Glenda +Glendale +Glenn 1 +Glew/1 +glib/311 1 +glide/28 1 +glider/2 1 +gliding/9 1 +glimmer/4 1 +glimmering/2 1 +glimpse/32 1 +glimpser/2 1 +glim's +glim 1 +glint/4 1 +glissando/395 1 +glisten/4 1 +glistening 1 +glister/4 1 +glistering 1 +glitch/114 1 +glitter/4 1 +glittering/42 1 +glittery 1 +glitz/55 1 +glitzy/37 1 +gloaming/2 1 +gloat/4 1 +gloater/5 1 +gloatingly 1 +glob/16 1 +global/8 1 +globalisation 1 +globalism/9 1 +globalist/2 1 +globalization 1 +globe/176 1 +globetrotter/2 1 +globe-trotting +globular/18 1 +globularity/5 1 +globule/2 1 +globulin/2 1 +glockenspiel/2 1 +gloom/29 1 +glooming 1 +gloomy/67 1 +Gloria 1 +glorification/2 1 +glorifier/2 1 +glorify/34 1 +glorious/18 1 +glory/77 1 +gloss/21 1 +glossary/13 1 +glossolalia/2 1 +glossy/113 1 +glottalization/1 +glottal 1 +glottis/3 1 +Gloucester/1 +Gloucestershire/1 +glove/32 1 +gloveless 1 +glover/2 1 +glow/29 1 +glower/29 1 +glowering 1 +glowing/8 1 +glow-worm/1 +glow-worms +glucose/2 1 +glue/275 1 +gluer/2 1 +glue-sniffing +gluey 754 +gluier 755 +gluiest 755 +glum/396 1 +gluon/5 1 +glut/126 1 +glutamate/5 1 +gluteal 1 +glutei 756 +gluten/2 1 +gluteus 757 +glutinous/18 1 +glutton/2 1 +gluttonous/8 1 +gluttony/13 1 +glyceride/5 1 +glycerinate/142 1 +glycerinate's +glycerine/5 1 +glycerins +glycerol/2 1 +glycerolized +glycine/5 1 +glycogen/2 1 +glycol/2 1 +Glyn/1 +Glyndebourne/1 +Glynn/1 +Glynne +glyph/2 1 +GMO +gm 1 +GMT 1 +gnarl/29 1 +gnarling 1 +gnash/55 1 +gnat/2 1 +gnaw/10 1 +gnawer/5 1 +gnawing/2 1 +gneiss/3 1 +gnome/2 1 +gnomelike +gnomic 1 +gnomish 1 +gnomonic 1 +gnosticism 1 +gnostic 1 +GNP 1 +gnu/2 1 +go/397 758 +goad/29 1 +go-ahead +goal/90 1 +goalie/2 1 +goalkeeper/2 1 +goalkeeping/5 1 +goal-kick +goal-kicks +goalless 1 +goal-line +goal-lines +goal-mouth/1 +goalmouth 1 +goalpost/9 1 +goalscorer/9 1 +goalscoring +goat/2 1 +goatee/2 1 +goatherd/2 1 +goatskin/2 1 +gob/152 1 +gobbet/2 1 +gobble/28 1 +gobbledegook/5 1 +gobbledygook/9 1 +gobbler/2 1 +go-between +Gobi/5 1 +goblet/2 1 +goblin/2 1 +god/16 1 +godchild/182 1 +god-damn +god-damned +Goddard/1 +god-daughter/1 +god-daughters +goddess/3 1 +godfather/29 1 +God-fearing +godforsaken +God-forsaken +Godfrey/1 +godhead/9 1 +godhood/2 1 +godless/58 1 +godlike/33 1 +godly/66 1 +godmother/2 1 +godparent/2 1 +godsend/2 1 +godson/2 1 +Godspeed 1 +God 1 +Godwin/1 +Godzilla/1 +goer/2 1 +Goering +Goethe/5 1 +Goff/1 +goggle/28 1 +goggle-box/1 +goggle-boxes +goggle-eyed +goggler/2 1 +going/2 1 +goings-on +goitre/2 1 +goitred +goitrous +go-kart +gold/315 1 +Golda +Goldberg +goldbrick/29 1 +goldbricker/2 1 +golden/18 1 +goldenrod/2 1 +goldenseal/5 1 +goldfinch/3 1 +goldfish/3 1 +goldilocks 1 +Golding +Goldman +goldmine/9 1 +gold-plated +goldsmith/2 1 +Goldstein/1 +Goleta/1 +golf/29 1 +golfer/2 1 +golfing 1 +Golgotha 1 +Goliath/5 1 +gollies +golliwog/2 1 +golly +gollywog 1 +Gomez +Gomorrah 1 +gonad/2 1 +gonadal +gondola/2 1 +gondolier/2 1 +Gondwanaland 1 +goner/2 1 +gone 1 +gong/29 1 +goniometer 1 +goniometric +goniometrical 1 +goniometry 1 +gonococcal +gonococci 759 +gonococcus 760 +gonorrhoea/5 1 +gonorrhoeal +Gonville +Gonzales +Gonzalez +goo/5 1 +Goober +good/398 761 +goodbye/2 1 +gooder +gooders +good-for-nothing +good-for-nothings +goodhearted +good-humoured/8 1 +goodie's +goodish 1 +good-looking +goodly 1 +Goodman +good-natured/8 1 +goodnight +good-oh +Goodrich +good-tempered 1 +goodwill/2 1 +Goodwin +Goodwood/1 +goody/13 1 +Goodyear +gooey 762 +goof/29 1 +goofy/66 1 +google/6 1 +google's +googlies +googling 1 +googly +gooier 763 +gooiest 763 +goon/2 1 +goose/5 764 +gooseberry/13 1 +goosebumps +goose-step +goose-stepping +goose 1 +gopher/16 1 +GOP 1 +Goran/1 +Gorbachev/1 +Gordian +Gordon/1 +gore/32 1 +Goren/1 +gorge/32 1 +gorged 1 +gorgeous/14 1 +gorger/5 1 +gorgon/9 1 +Gorgonzola 1 +Gorham +gorilla/2 1 +goring/5 1 +Gorky 1 +gormandise/6 1 +gormandiser/2 1 +gormandising 1 +gormandize/28 1 +gormandizer/2 1 +gormless 1 +gorse/2 1 +gory/67 1 +gosh/68 1 +goshawk/2 1 +gosling/5 1 +go-slow +gospel/16 1 +Gosport +gossamer/2 1 +gossip/29 1 +gossiper/9 1 +gossiping 1 +gossipy 1 +Gothic/46 1 +Gothicise +Gothicised +Gothicises +Gothicising +Gothicism 1 +Gothicize/6 1 +Gothic 1 +Goth 1 +GOTO +got 765 +gotta +gotten 765 +Gouda/5 1 +gouge/28 1 +gouger/2 1 +Gough +goulash/3 1 +Gould/1 +Gounod +gourd/2 1 +gourdful +gourdfuls +gourmand/2 1 +gourmandise 1 +gourmandism 1 +gourmet/2 1 +gout/2 1 +gouty/37 1 +gov. +govern/10 1 +governable 1 +governance/2 1 +governess/72 1 +governess's +government/2 1 +governmental/8 1 +governor/2 1 +governorship/2 1 +Govt. +Gower/5 1 +gown/29 1 +Goya +GPG +GPL +GPO +GPSS +GP 1 +gr +grab/399 1 +grabber/2 1 +grabbings +grace/32 1 +graceful/106 1 +graceless/14 1 +Gracie +gracious/14 1 +grackle/2 1 +gradate/6 1 +gradation/2 1 +grade/134 1 +grader/2 1 +gradient/2 1 +gradings +gradual/14 1 +gradualism/2 1 +gradualist/2 1 +gradual 1 +graduand/2 1 +graduate/32 1 +graduation/2 1 +Grady +Graeme +Graff/1 +graffito/395 1 +graft/29 1 +grafter/2 1 +grafting/5 1 +Grafton +Graham/1 +grail/9 1 +grain/29 1 +grained 1 +grainer/5 1 +graining/5 1 +grainy/66 1 +gram/2 1 +grammar/2 1 +grammarian/2 1 +grammatical/18 1 +grammaticality/5 1 +gramme/2 1 +gramophone/2 1 +Grampian/1 +grampus/3 1 +Granada 1 +granary/13 1 +grand/44 1 +grandam/2 1 +grandaunt/2 1 +grandchild/182 1 +granddad/2 1 +granddaddy/13 1 +granddaughter/2 1 +grandee/2 1 +grandeur/2 1 +grandfather/29 1 +grandfatherly +grandiloquence/2 1 +grandiloquent/8 1 +grandiose/8 1 +grandioseness +grandiosity/13 1 +grandma/2 1 +grandmaster/2 1 +grandmother/2 1 +grandmotherly 1 +grandnephew/2 1 +grandniece/2 1 +grandpa/2 1 +grandparent/2 1 +grandson/2 1 +grandstand/29 1 +grandstander/5 1 +granduncle/2 1 +grange/2 1 +Granger 1 +granite/2 1 +granitic +grant/29 1 +Grantchester +granted 1 +grantee/2 1 +granter/2 1 +Grantham +grant-maintained +grantor's +grantsmanship/9 1 +granular/8 1 +granularity/13 1 +granulate/6 1 +granulation/2 1 +granulative +granule/2 1 +granulocytic +Granville +granny/13 1 +grape/16 1 +grapefruit/5 1 +grapeshot/5 1 +grapevine/2 1 +graph/29 1 +grapheme/5 1 +graphic/400 1 +graphical/8 1 +graphite/2 1 +graphologist/2 1 +graphology/13 1 +grapnel/2 1 +grapple/28 1 +grappler/5 1 +grappling/5 1 +grasp/4 1 +graspable 1 +grasper/5 1 +grasping/18 1 +grass/21 1 +grassers +grasshopper/2 1 +grassing 1 +grassland/2 1 +grassy/37 1 +grate/28 1 +grateful/106 1 +grater/2 1 +grates 766 +graticule/5 1 +gratification/2 1 +gratified 1 +gratify/34 1 +gratifying/8 1 +grating/43 1 +gratis 767 +gratitude/2 1 +gratuitous/14 1 +gratuity/13 1 +gravamen/2 1 +grave/401 1 +gravedigger/2 1 +gravel/402 1 +gravelling 1 +graver/2 1 +Gravesend +graveside/9 1 +grave-stone/1 +gravestone/2 1 +grave-stones +graveyard/2 1 +gravid/18 1 +gravimeter/2 1 +gravimetric 1 +graving 1 +gravitas 1 +gravitate/6 1 +gravitation/2 1 +gravitational/8 1 +gravitative +graviton/2 1 +gravity/13 1 +gravy/13 1 +Grayson +Gray 1 +graze/28 1 +grazer/2 1 +grazing/5 1 +grâce +grease/32 1 +greasepaint/2 1 +greaseproof 1 +greaser/2 1 +greasy/67 1 +great/44 1 +great-aunt +great-aunts +greatcoat/2 1 +greatcoated +great-grandchildren +great-grandfather +great-grandmother +great-grandmothers +great-grandparents +greathearted 1 +great-nephew +great-niece +great-uncle +grebe/2 1 +Grecian/9 1 +Greece/5 1 +greed/2 1 +greedy/67 1 +Greek/2 1 +Greeley +green/353 1 +greenbelt/9 1 +Greenberg +Greene/1 +greenery/13 1 +green-eyed +greenfield +greenfinch/3 1 +greenfly/1 +greengage/2 1 +greengrocer/2 1 +greengrocery/5 1 +greenhorn/2 1 +greenhouse/2 1 +greening/5 1 +greenish/105 1 +greenkeeper/2 1 +Greenland/5 1 +greenmail/4 1 +Greenpeace/1 +Greensboro 1 +greenstick +greensward/2 1 +Greenville +Greenwich 1 +greenwood/2 1 +Greer/1 +greet/10 1 +greeter/2 1 +greeting/2 1 +Greg/1 +gregarious/14 1 +Gregg +Gregorian +Gregory 1 +Greig +gremlin/2 1 +Grenada/5 1 +grenade/2 1 +Grenadian/9 1 +grenadier/2 1 +grenadine/2 1 +Grenadines/1 +Grenoble +Grenville +Gresham/1 +Greta +Gretchen +Gretel/1 +Gretna +grew 768 +grey/403 1 +greybeard/5 1 +greyhound/2 1 +greyish 1 +greylag 1 +Grice/1 +grid/404 1 +griddle/32 1 +gridiron/16 1 +gridlock/4 1 +grief/143 1 +Grieg/1 +grievance/2 1 +grieve/6 1 +griever/2 1 +grieving/8 1 +grievous/14 1 +griffin/2 1 +Griffith 1 +griffon/5 1 +grill/4 1 +grille/32 1 +griller/5 1 +grilling 1 +grilse 1 +grim/396 1 +grimace/32 1 +grimacer/2 1 +Grimaldi/1 +grime/5 1 +Grimes 1 +grime 1 +Grimm 1 +Grimsby +grimy/66 1 +grin/308 1 +grind/128 769 +grinder/2 1 +grinding/9 1 +grindingly +grindstone/2 1 +gringo/2 1 +grinner/5 1 +grinningly +grip/110 1 +gripe/28 1 +griper/2 1 +gripper/2 1 +gripping/8 1 +grisaille 1 +griseofulvin 1 +grisly/66 1 +grist/5 1 +gristle/2 1 +gristly/191 1 +Griswold/1 +grit/126 1 +gritter/2 1 +gritty/66 1 +grizzle/28 1 +grizzlies +grizzling's +grizzly/37 1 +Grünewald +Grünewald's +groan/29 1 +groaner/2 1 +groaning 1 +groat/2 1 +grocer/2 1 +grocery/13 1 +grog/5 1 +groggy/67 1 +groin/29 1 +groining 1 +grok/405 1 +grommet/29 1 +groom/29 1 +grooming 1 +Groot +groove/32 1 +groovy/37 1 +grope/28 1 +groper/2 1 +groping/8 1 +gropings +grosbeak/2 1 +gross/406 1 +grosser 1 +Grossman +Grosvenor +Grosz +grotesque/14 1 +Groton +grotto/260 1 +grouch/55 1 +grouchy/407 1 +ground/29 1 +grounder/2 1 +grounding/9 1 +groundless/18 1 +groundnut 1 +ground-plan +groundsheet/5 1 +groundskeepers +groundsman/5 770 +groundsmen's 771 +groundsmen 772 +ground-squirrel +ground 773 +groundswell/9 1 +groundwater 1 +groundwork/5 1 +group/71 1 +grouper/2 1 +groupie/2 1 +grouping/2 1 +grouse/134 1 +grouser/2 1 +grout/29 1 +grouter/5 1 +grouting 1 +grove/2 1 +grovel/82 1 +groveller/2 1 +grovelling 1 +grover/1 +grovers +grow/367 774 +growable +grower/2 1 +growing/8 1 +growl/4 1 +growler/2 1 +growliness +growlingly +growling 1 +grown-ups +grown-up's +grown-up 1 +growth/2 1 +grub/152 1 +grubber/2 1 +grubby/67 1 +grubstake/32 1 +grudge/32 1 +grudger/5 1 +grudging/8 1 +gruel/408 1 +gruellingly +gruelling 1 +gruesome/27 1 +gruff/115 1 +grumble/28 1 +grumbler/2 1 +grumbling/42 1 +Grumman +grump/16 1 +grumpy/67 1 +Grundy 1 +grunge/9 1 +grungy/37 1 +grunion/2 1 +grunt/4 1 +grunter/5 1 +grunting 1 +Gruyère +gryphon's +GSA +GSM +G-string/1 +G-strings +G-suit +GT +Göteborg +Göteborg's +G 1 +GU +guacamole/2 1 +Guadalajara 1 +Guadalcanal 1 +Guadalupe +Guadeloupe/5 1 +Guam/5 1 +guanine/2 1 +guano/2 1 +Guantanamo/1 +guarani/2 1 +guarantee/57 1 +guarantor/2 1 +guaranty/303 1 +guard/29 1 +guarded/18 1 +guarder/2 1 +guardhouse/2 1 +Guardia +guardian/2 1 +guardianship/2 1 +guardian 1 +guardrail/2 1 +guardroom/2 1 +guardsman/5 775 +guardsmen's 776 +guardsmen 777 +Guatamala +Guatemala/5 1 +Guatemalan/9 1 +guava/2 1 +gubernatorial +Gucci +gudgeon/5 1 +Guenther/1 +guerilla/2 1 +Guernsey/5 1 +guernsey/9 1 +Guerre +Guerrero +guerrillas +guerrilla's +guess/55 1 +guessable +guesser/2 1 +guessing 1 +guesstimate/28 1 +guesswork/2 1 +guest/29 1 +guestimate/28 1 +guest 1 +Guevara +guff/2 1 +guffaw/29 1 +Guggenheim +Guiana/5 1 +guidance/2 1 +guide/28 1 +guidebook/2 1 +guideline/2 1 +guidepost/2 1 +guider/2 1 +guiding 1 +Guido +guild/2 1 +guilder/2 1 +Guildford +guildhall/2 1 +guile/5 1 +guileful/73 1 +guileless/14 1 +guile 1 +Guillaume +guillemot/2 1 +guillotine/32 1 +guilt/2 1 +guiltless/18 1 +guilty/67 1 +guinea/2 1 +Guinea/5 1 +Guinea-Bissau/1 +guinea-fowl +Guinean 1 +Guinevere/5 1 +Guinness +guise/16 1 +guitar/2 1 +guitarist/2 1 +GUI 1 +Gujarati/2 1 +Gujarat 1 +Gujrat/1 +Gulag/2 1 +gulden/2 1 +gulf/16 1 +gull/29 1 +Gullah 1 +gullet/16 1 +gulley/16 1 +gullibility/13 1 +gullible 1 +gulling 1 +Gulliver/5 1 +gulp/4 1 +gulper/2 1 +gully/34 1 +gully's +gum/78 1 +gumboil/2 1 +gumboot/9 1 +gumdrop/2 1 +gummy/191 1 +gumption/2 1 +gumtree/2 1 +gun/116 1 +gunboat/2 1 +Gunderson +gunfight/16 1 +gunfighter/2 1 +gunfire/2 1 +gunk/2 1 +gunky/37 1 +gunman/5 778 +gunmen's 779 +gunmen 780 +gunmetal/5 1 +Gunnar +gunnel's +gunner/2 1 +gunnery/13 1 +gunning/5 1 +gunpoint/5 1 +gunpowder/2 1 +gunrunner/2 1 +gunrunning/2 1 +gunship/9 1 +gunshot/2 1 +gunsmith/2 1 +Gunter +Gunther/1 +gunwale/2 1 +gunny/13 1 +gunnysack/2 1 +guppy/13 1 +gurgle/28 1 +gurgling 1 +Gurkha/5 1 +gurnard 1 +guru/2 1 +Gus +gush/55 1 +gusher/2 1 +gushing 1 +gushy/37 1 +gusset/90 1 +gust/29 1 +Gustafson/1 +gustatory +Gustav/1 +Gustavo +gusto/5 1 +gusty/80 1 +gut/126 1 +Gutenberg +Guthrie +Gutierrez +gutless/24 1 +guts 1 +gutsy/191 1 +gutta-percha +gutta 1 +gutter/29 1 +guttering/5 1 +guttersnipe/2 1 +guttural/31 1 +guy/29 1 +Guyana/5 1 +Guyanese 1 +guyer/1 +guyers +guzzle/6 1 +guzzler/2 1 +Gwangju +Gwen +Gwent/1 +Gwynedd +Gwyneth +gybe/109 1 +gym/2 1 +gymkhana/2 1 +gymnasia's 781 +gymnasia 782 +gymnasium/2 783 +gymnast/2 1 +gymnastic/40 1 +gymnosperm/2 1 +gynaecological/1 +gynaecologicals +gynaecologist/2 1 +gynaecology/13 1 +gyp/175 1 +gypsite +gypster/9 1 +gypsum/2 1 +gypsy/303 1 +gyrate/6 1 +gyration/2 1 +gyrator/2 1 +gyrfalcon/2 1 +gyrocompass/5 1 +gyromagnetic +gyroscope/2 1 +gyroscopic 1 +h +Haag/1 +habeas +haberdasher/2 1 +haberdashery/13 1 +Habib/1 +habiliment/2 1 +habit/29 1 +habitability/13 1 +habitable/33 1 +habitant/2 1 +habitat/2 1 +habitation/2 1 +habit-forming +habitué +habitual/14 1 +habituate/6 1 +habituation/2 1 +habitués +habitué's +hacienda/2 1 +hack/167 1 +hackable +hacker/2 1 +Hackett +hacking/9 1 +hackle/32 1 +hackler/5 1 +hackling 1 +hackney/90 1 +hacksaw/29 1 +hackwork/9 1 +Hadamard +Haddad/1 +haddock/2 1 +hades +hadji's +hadj's +Hadley/1 +hadn't +Hadrian +hadron/2 1 +had 784 +hadst 784 +had 1 +haem/2 1 +haematin 1 +haematite/2 1 +haematologic +haematological +haematologist/2 1 +haematology/13 1 +haematoma/5 1 +haemoglobin/2 1 +haemolytic +haemophilia/2 1 +haemophiliac/2 1 +haemorrhage/32 1 +haemorrhagic +haemorrhoid/2 1 +haemorrhoidal +haemostasis +haemostatic +Hafiz +hafnium/5 1 +haft/29 1 +hag/16 1 +Hagar +Hagen/1 +Hager/1 +Haggai +haggard/14 1 +haggis/3 1 +haggish 1 +haggle/28 1 +haggler/2 1 +hagiographer/2 1 +hagiography/13 1 +Hague +ha-ha +Hahn/1 +hahnium/9 1 +Haifa 1 +haiku/5 1 +hail/29 1 +hailer/2 1 +Haili +hailstone/2 1 +hailstorm/2 1 +hair/2 1 +hairball/2 1 +hairbreadth/2 1 +hairbrush/3 1 +haircare +haircloth/2 1 +haircut/409 1 +haircutting 1 +hairdo/2 1 +hairdresser/2 1 +hairdressing/2 1 +hair-drier +hair-dryer +hair-dryers +haired 1 +hairless/33 1 +hairlike 1 +hairline/2 1 +hairnet/2 1 +hairpiece/2 1 +hairpin/2 1 +hair-raising +hairsbreadth/9 1 +hair-slide +hair-splitter/1 +hair-splitters +hair-splitting +hairspray 1 +hairspring/2 1 +hairstyle/2 1 +hairstyling 1 +hairstylist/2 1 +hair-trigger +hairy/66 1 +Haiti/5 1 +Haitian/2 1 +hajj/3 1 +hajjes 785 +hajji/2 1 +hajjis 786 +hake/2 1 +Hakuba/1 +Hal/5 1 +halal/216 1 +halalling 1 +halal 1 +halberd/2 1 +halcyon/9 1 +hale/410 1 +haler/5 1 +Haley/1 +half/210 1 +half-and-half +half-back/1 +half-backs +half-baked +half-beak +half-blood +half-blooded +half-blue +half-blues +halfbreed +half-breed/1 +half-breeds +half-brother/1 +half-brothers +half-caste +half-castes +half-century +half-crown/1 +half-crowns +half-cut +half-deck +half-duplex +half-eaten +half-fare +half-finished +half-hardy +half-hearted/8 1 +half-heartedness/1 +half-heartednesses +half-hour/8 1 +half-hours +half-inch +half-length +half-life +half-light +half-lives +half-marathon/1 +half-marathons +half-mast +half-moon +halfness +half-pay +halfpence 787 +halfpennies +halfpenny/5 788 +halfpennyworth 1 +half-seas-over +half-sister/1 +half-sisters +half-sovereign +half-step +half-term +half-terms +half-timbered +half-time +half-times +half-tone +half-tones +half-track +half-truth +half-truths +half 1 +half-wave +half-way +halfway 1 +halfwit/2 1 +halfwitted +halfwittedly +halfwittedness +halfword/1 +halfwords +half-yearly +halibut/5 1 +halide/2 1 +Halifax/5 1 +haling 1 +halite/2 1 +halitoses 789 +halitosis/5 790 +hall/2 1 +hallelujah/9 1 +Halley/1 +Halliday/1 +hallmark/29 1 +hallo/4 1 +halloo's +hallow/10 1 +hallowed 1 +Halloween 1 +hall-stand +hall-stands +hallucinate/6 1 +hallucination/2 1 +hallucinative +hallucinatory +hallucinogen/2 1 +hallucinogenic/9 1 +hallway/2 1 +halo/374 1 +halogen/2 1 +halogenated +halon/5 1 +Halsey/1 +halt/71 1 +halter/29 1 +halter-neck +halting/42 1 +Halton +halve/6 1 +halvers 1 +halyard/2 1 +ham/411 1 +Hamal/1 +Hamas/1 +Hambleton +Hamburg/5 1 +hamburger/2 1 +Hamilton/5 1 +Hamiltonian/9 1 +Hamish +hamlet/2 1 +Hamlin/1 +hammer/29 1 +hammerer/2 1 +hammerhead/2 1 +hammering/5 1 +hammerless 1 +hammerlock/2 1 +Hammersmith/1 +hammertoe/2 1 +Hammett +hammock/2 1 +Hammond +hammy/37 1 +hamper/4 1 +Hampshire 1 +Hampstead +Hampton +hamster/2 1 +hamstring/186 791 +hamstrung 792 +Hancock/1 +hand/29 1 +handbag/111 1 +handball/2 1 +handbarrow/2 1 +handbasin 1 +handbill/2 1 +handbook/2 1 +handbrake/2 1 +handcart/2 1 +handclasp/2 1 +handcuff/161 1 +handed/58 1 +handedly +Handel/5 1 +hander/2 1 +handful/2 1 +handgun/2 1 +hand-held +handhold/16 1 +handicap/110 1 +handicapper/2 1 +handicraft/2 1 +handiwork/2 1 +handkerchief/2 1 +handle/32 1 +handleable +handlebar/2 1 +handler/2 1 +handless 1 +Handley +handling/5 1 +handmade 1 +handmaid/2 1 +handmaiden/2 1 +hand-me-down +hand-me-downs +handout/2 1 +handover 1 +hand-pick +hand-picked +hand-picking +hand-picks +handrail/2 1 +handsaw/2 1 +handset/16 1 +handshake/2 1 +handshaker/1 +handshaking/5 1 +handsome/27 1 +handspike/2 1 +handspring/2 1 +handstand/2 1 +hand-to-hand +hand-to-mouth +handwork/2 1 +handwoven +handwrite/412 1 +handwriting/2 1 +handy/80 1 +handyman/5 793 +handymen's 794 +handymen 795 +Haney/1 +hang/4 796 +hangable +hangar/29 1 +hangdog/9 1 +hanger/2 1 +hanger-on +hangers-on +hang-glide +hang-glider/1 +hang-gliders +hang-gliding +hanging/2 1 +hangman/5 797 +hangmen's 798 +hangmen 799 +hangnail/2 1 +hangout/2 1 +hangover/2 1 +hangup/9 1 +hank/16 1 +hanker/10 1 +hankerer/5 1 +hankering/2 1 +hanker's +hankie/2 1 +hanky/13 1 +hanky-panky +Hanna/1 +Hannah +Hannibal/5 1 +Hanoi/5 1 +Hanoverian 1 +Hanover 1 +Hansard/5 1 +Hansel +Hansen +hansom/2 1 +Hanson +Hans 1 +Hanukkah 1 +hap/413 1 +ha'penny 1 +haphazard/14 1 +hapless/14 1 +haploid/9 1 +ha'p'orth 1 +happen/10 1 +happening/2 1 +happy/67 1 +happy-go-lucky +Hapsburg/5 1 +hara +hara-kiri +Harald +harangue/28 1 +haranguer/5 1 +Harare/5 1 +harass/7 1 +harassed 1 +harasser/2 1 +harassing 1 +harassment/2 1 +Harbhajan/1 +Harbin/1 +harbinger/16 1 +harbour/29 1 +harbourage 1 +harbourer/2 1 +harbourless 1 +harbourmaster's +Harcourt +hard/20 1 +hardback/2 1 +hardbitten +hardboard/5 1 +hard-boiled 1 +hardbound 1 +hard-core +hardcore 1 +hard-done-by +hard-earned +harden/10 1 +hardener/2 1 +hardening/5 1 +hard-headed +hard-headedly +hard-headedness/1 +hard-headednesses +hard-hearted +hard-heartedly +hard-heartedness/1 +hard-heartednesses +hard-hitting +hardihood/2 1 +Hardin +Harding 1 +hardish +hard-line +hard-liner/1 +hard-liners +hard-nosed +hard-on +hardpan 1 +hard-paste +hard-pressed +hardshell +hardship/2 1 +hardtop/2 1 +hard 1 +hardware/5 1 +hard-wire +hard-wired +hard-wires +hard-wiring +hardwood/5 1 +hard-working +hardy/67 1 +hare/32 1 +harebell/2 1 +harebrained 1 +harelip/2 1 +harelipped +harem/2 1 +Hargreaves +Hari/1 +Haringey +hark/10 1 +harken/109 1 +Harlan/1 +Harlem 1 +harlequin/16 1 +Harley/1 +harlot/2 1 +harlotry/13 1 +Harlow +harm/29 1 +harmer/5 1 +harmful/14 1 +harmless/14 1 +Harmon/1 +harmonic/39 1 +harmonica/2 1 +harmonically +harmonica's 800 +harmonica 801 +harmonious/14 1 +harmonisation/9 1 +harmonise/6 1 +harmoniser/2 1 +harmonium/2 1 +harmonization/9 1 +harmonize/6 1 +harmonizer/2 1 +harmony/13 1 +harness/7 1 +harnesser/5 1 +harness's +Harold/1 +harp/29 1 +harper/2 1 +harping/2 1 +harpist/2 1 +harpoon/29 1 +harpooner/2 1 +harpsichord/2 1 +harpsichordist/2 1 +harpy/13 1 +harridan/2 1 +harrier/2 1 +Harriet +Harrington/1 +Harris +Harrisburg 1 +Harrisonburg +Harrison 1 +Harrogate +harrogate/1 +harrow/29 1 +harrower/5 1 +harrowing 1 +harrumph/10 1 +harry/34 1 +Harry's +harsh/20 1 +harshen/197 1 +hart/2 1 +Hartford 1 +Hartlepool/1 +Hartley +Hartman +Harvard 1 +harvest/29 1 +harvester/2 1 +harvestman/5 802 +harvestmen's 803 +harvestmen 804 +Harvey +Harwell +Harwich +Hasbro +hash/21 1 +hasher/1 +hashing's +hashish/3 1 +Haskell +Haskins +hasn't +hasp/29 1 +hassle/32 1 +hassler +hassock/2 1 +has 784 +haste/176 1 +hasten/10 1 +hastener/5 1 +ha 805 +Hastings/5 1 +hast 784 +hasty/67 1 +hat/126 1 +hatch/55 1 +hatchback/2 1 +hatcher/5 1 +hatchery/13 1 +hatchet/29 1 +hatching/2 1 +hatchway/2 1 +hate/32 1 +hateful/14 1 +hater/2 1 +Hatfield +Hathaway/1 +hatless 1 +hatred/2 1 +hatstands +hatter/2 1 +Hattie +hatting 1 +hauberk/2 1 +Haugen/1 +haughty/67 1 +haul/4 1 +haulage/2 1 +hauler/2 1 +haulier/2 1 +haunch/21 1 +haunt/4 1 +haunter/2 1 +haunting/42 1 +Hauptmann +Hauser +hauteur 1 +Havana/5 1 +Havant +have/414 806 +haven/16 1 +have-not/1 +have-nots +haven't +haver/140 1 +havering 1 +haversack/2 1 +having 1 +havoc/84 1 +haw/29 1 +Hawaii/5 1 +Hawaiian/9 1 +hawk/29 1 +hawker/2 1 +hawking/5 1 +Hawkins/1 +hawkish/24 1 +Hawley +hawser/2 1 +haws 1 +hawthorn/2 1 +Hawthorne +hay/29 1 +haycock/2 1 +Hayden/1 +Haydn/5 1 +hayer 1 +Hayes 1 +hayfield/2 1 +haying 1 +hayloft/2 1 +haymow/2 1 +Haynes +hayrick/2 1 +hayseed/2 1 +haystack/2 1 +haywain +Hayward +haywire 1 +Haywood +hazard/29 1 +hazardous/18 1 +haze/32 1 +hazel/2 1 +hazelnut/2 1 +hazel 1 +hazer/2 1 +hazing 1 +Hazlitt +hazy/67 1 +HD +hdqrs +HDTV +he/5 1 +head/71 1 +headache/2 1 +headband/2 1 +headboard/2 1 +headcount 1 +headdress/3 1 +headedly +headedness +headednesses +header/2 1 +headgear/2 1 +head-hunt +head-hunted +head-hunter/1 +head-hunters +head-hunting +head-hunts +headily 1 +headiness +headinesses +heading/2 1 +headlamp/9 1 +headland/2 1 +headless/33 1 +headlight/2 1 +headline/32 1 +headlock/2 1 +headlong 1 +headman/5 807 +headmaster/2 1 +headmastership/5 1 +headmen's 808 +headmen 809 +headmistress/3 1 +headnote 1 +head-on +headphone/2 1 +headpiece/2 1 +headquarters +headrest/2 1 +headroom/2 1 +headscarf/5 1 +headset/2 1 +headship/2 1 +headshrinker/2 1 +headsman/5 810 +headsmen's 811 +headsmen 812 +headstall/2 1 +headstand/2 1 +headstock/5 1 +headstone/2 1 +headstrong 1 +headteacher/1 +headteachers +headwall +headwalls +headwater/9 1 +headway/2 1 +headwind/2 1 +headword/2 1 +heady/37 1 +heal/10 1 +healer/2 1 +healing 1 +health/2 1 +healthcare 1 +healthful/14 1 +healthy/67 1 +heap/29 1 +hear/62 1 +hearer/2 1 +hearing/2 1 +hearken/10 1 +hears/72 1 +hearsay/2 1 +hearse/16 1 +Hearst +heart/90 1 +heartache/2 1 +heartbeat/2 1 +heartbreak/186 813 +heartbreaking/8 1 +heartbroken 814 +heartburn/2 1 +heartburning/5 1 +hearted/14 1 +hearten/10 1 +heartening/8 1 +heartfelt 1 +hearth/2 1 +hearthrug 1 +hearthstone/2 1 +heartland/2 1 +heartless/14 1 +heart-rending +heart-rendingly +heart-searching +heartsick/33 1 +heartstrings +heartthrob/2 1 +heart-to-heart +heart-warming +heartwood/5 1 +hearty/113 1 +heat/29 1 +heatable 1 +heated/8 1 +heater/2 1 +heath/2 1 +heathen/2 1 +heathendom/2 1 +heathenish/8 1 +heathenism/2 1 +heathen 1 +heather/2 1 +heathery 1 +Heathkit +heathland 1 +Heathrow/1 +heating/9 1 +heatproof 1 +heat-resistant +heatstroke/2 1 +heatwave +heave/237 815 +heaven/2 1 +heavenly/191 1 +heaven-sent +heavenward/9 1 +heaver/2 1 +heavier-than-air +heaving 1 +heavy/113 1 +heavy-duty +heavy-handed 1 +heavyhearted 1 +heavyset 1 +heavyweight/2 1 +hebe 1 +hebetude 1 +Hebraic 1 +Hebraism 1 +Hebrew/2 1 +Hebrides 1 +hecatomb/5 1 +heckle/28 1 +heckler/2 1 +heckling 1 +heck 1 +hectare/2 1 +hectic/46 1 +hectogram/2 1 +hectolitre/9 1 +hectometre/2 1 +hector/4 1 +he'd +hedge/32 1 +hedgehog/2 1 +hedgehop/122 1 +hedger/2 1 +hedgerow/2 1 +hedgingly +hedging 1 +hedonism/2 1 +hedonist/2 1 +hedonistic 1 +heed/29 1 +heedful/18 1 +heedless/14 1 +heehaw/4 1 +heel/29 1 +heeler/2 1 +heeling/5 1 +heelless 1 +heft/4 1 +hefty/67 1 +Hegelian 1 +Hegel 1 +hegemonic +hegemony/13 1 +hegira/9 1 +heh 1 +Heidelberg +Heidfeld +Heidi/1 +heifer/2 1 +heigh-ho +Heighington/1 +height/2 1 +heighten/10 1 +heigh 1 +heinous/14 1 +Heinrich/1 +Heinz +heir/16 1 +heiress/3 1 +heirloom/2 1 +Heisenberg +held 816 +Helen/2 1 +Helena/5 1 +Helene +helical/8 1 +helicon/5 1 +helicopter/29 1 +heliocentric 1 +heliography/5 1 +heliosphere 1 +Helios 1 +heliotrope/2 1 +heliport/2 1 +helium/5 1 +helix/415 1 +he'll +hell/16 1 +hell-bent +hell-cat/1 +hell-cats +hellebore/2 1 +Hellenic 1 +Hellenisation +Hellenisations +Hellenise +Hellenised +Hellenises +Hellenising +Hellenism 1 +Hellenist/2 1 +Hellenistic 1 +Hellenize/6 1 +Heller +hell-fire/1 +hell-hole/1 +hell-holes +hellish/14 1 +hello/186 1 +hell-raiser +helluva +helm/29 1 +helmet/29 1 +Helmholtz 1 +helmsman/5 817 +helmsmen's 818 +helmsmen 819 +Helmut +helot/9 1 +help/4 1 +helper/2 1 +helpful/14 1 +helping/2 1 +helpless/14 1 +helpline/9 1 +helpmate/2 1 +helpmeet's +Helsinki/5 1 +helter +helter-skelter +helve/16 1 +Helvetian 1 +Helvetica/5 1 +hem/78 1 +Hemichordata +Hemingway 1 +hemisphere/2 1 +hemisphered +hemispheric +hemispherical 1 +hemline/2 1 +hemlock/2 1 +hemmer/2 1 +hemp/2 1 +hempen 1 +hemstitch/21 1 +hen/2 1 +henceforth +henceforward +hence 1 +henchman/5 820 +henchmen's 821 +henchmen 822 +Henderson +Hendricks +Hendrickson +Hendrix +henge/5 1 +Henley/1 +henna/29 1 +Hennessey/1 +henpeck/10 1 +Henri/1 +Henrietta +henry/5 1 +Henry/5 1 +Hensher/1 +heparin/2 1 +hepatic/9 1 +hepatitis/96 1 +Hepburn/1 +heptagon/2 1 +heptagonal +heptane/5 1 +heptathlon/9 1 +hep 1 +her/9 1 +herald/29 1 +heraldic 1 +heraldry/13 1 +herb/2 1 +herbaceous 1 +herbage/2 1 +herbal/9 1 +herbalism +herbalist/2 1 +herbal 1 +Herbert/1 +herbicidal +herbicide/2 1 +herbivore/2 1 +herbivorous +herbivorously +Herby +Herculaneum 1 +herculean +Hercules 1 +herd/29 1 +herder/2 1 +herdsman/5 823 +herdsmen's 824 +herdsmen 825 +here/5 1 +hereabout/9 1 +hereafter/9 1 +hereat +hereby 1 +hereditary 1 +heredity/13 1 +Hereford/5 1 +Herefordshire/1 +hereinafter +herein 1 +hereof 1 +heresy/13 1 +heretic/2 1 +heretical 1 +hereto +heretofore +here 1 +hereunder +hereunto +hereupon +herewith +Heriot-Watt +heritability 1 +heritable 1 +heritage/2 1 +heritor/5 1 +Herman +Hermann/5 1 +hermaphrodite/2 1 +hermaphroditic 1 +hermaphroditism 1 +Hermaphroditus +hermeneutic/39 1 +Hermes 1 +hermetic/54 1 +hermetical +hermit/2 1 +hermitage/2 1 +hermitian +Hermosa +Hernandez/1 +hernia/2 1 +hernial 1 +herniate/6 1 +herniation/9 1 +hero/3 1 +Herod/5 1 +Herodotus 1 +heroic/9 1 +heroically +heroic 1 +heroin/2 1 +heroine/2 1 +heroism/2 1 +heron/2 1 +herpes/5 1 +herpetologist/2 1 +herpetology/13 1 +Herrick +herring/2 1 +herringbone/32 1 +Herrington +Herr 1 +Herschel +herself 1 +Hershel +Hershey +Herta +Hertfordshire/1 +her 1 +hertz/5 1 +Hertzog/1 +Herzegovina/1 +hesitance/9 1 +hesitancy/13 1 +hesitant/8 1 +hesitate/6 1 +hesitater/5 1 +hesitating/8 1 +hesitation/2 1 +Hesperus +Hess +Hessian/9 1 +Hester/1 +heterodox 1 +heterodoxy/13 1 +heterodyne 1 +heterogamous +heterogamy/5 1 +heterogeneity/13 1 +heterogeneous/18 1 +heterosexual/2 1 +heterosexuality/13 1 +heterosexually +heterostructure +heterozygous +Hettie/1 +heuristic/69 1 +Heuser/1 +hew/146 1 +hewer/2 1 +Hewett/1 +hewing 1 +Hewitt/1 +Hewkin/1 +Hewlett/1 +hewn 1 +hex/170 1 +hexachloride/1 +hexadecimal/9 1 +hexadecimally +hexafluoride/1 +hexagon/2 1 +hexagonal/8 1 +hexagram/2 1 +hexameter/2 1 +hexane 1 +hexer/5 1 +hexing 1 +hey +heyday/2 1 +Heywood +Hezbollah/1 +Hezekiah +HF 1 +hgt +Hg 1 +HGV +hgwy +hi/9 1 +Hialeah +hiatus/3 1 +Hiawatha 1 +hibernate/6 1 +hibernation/2 1 +hibernator/2 1 +Hibernian 1 +Hibernia 1 +hibiscus/3 1 +hiccough 1 +hiccup/29 1 +Hick +Hickey +Hickeys +Hickman/1 +hickory/13 1 +hicks +hidden 1 +hide/416 1 +hide-and-seek +hideaway/2 1 +hidebound 1 +hideous/14 1 +hideout/2 1 +hider/2 1 +hidey +hiding/2 1 +hid 1 +hie/140 826 +hierarchic +hierarchical/8 1 +hierarchy/13 1 +hieratic 1 +hieroglyph/9 1 +hieroglyphic/39 1 +Hi-Fi +Hi-Fis +Higgins/1 +higgledy +higgledy-piggledy +high/44 1 +high-born +highbrow/2 1 +high-class +high-energy +highfalutin +high-falutin +high-faluting +Highfield +high-flier +high-fliers +high-flown +high-flyer +high-flyers +high-flying +Highgate +high-grade +high-handed/8 1 +high-handedness/1 +high-handednesses +high-hat +high-heeled +high-income +highish +high-jump +highland/150 1 +highlander/2 1 +high-level +highlight/29 1 +highlighter/2 1 +high-minded/73 1 +high-octane +high-pitched +highpoint +high-powered +high-pressure +high-profile +high-quality +high-ranking +high-resolution +high-rise +high-risk +high-sounding +high-speed +high-spirited/105 1 +high-stepper +high-stepping +high-street +high-strung +hight 1 +highway/2 1 +highwayman/5 827 +highwaymen's 828 +highwaymen 829 +hijack/4 1 +hijacker/2 1 +hijackers' +hijacking/9 1 +hike/28 1 +hiker/2 1 +hilarious/14 1 +hilarity/13 1 +Hilary +Hilbert +Hildebrand/1 +hill/186 1 +Hillary +Hillcrest +Hilliard +hillock/2 1 +Hillsboro +Hillsdale +hillside/2 1 +hilltop/16 1 +hillwalker 1 +hillwalking +hilt/29 1 +Hilton +hilly/66 1 +Hillyer +Himalayas +himself 1 +him 1 +Hinckley +hind/56 1 +Hindemith +Hindenburg +hinder/10 1 +hinderer/5 1 +hindering 1 +hinder's +Hindi 830 +hindmost 1 +hindquarters +hindrance/2 1 +hindsight/2 1 +hind 1 +Hindu/2 1 +Hinduism 1 +Hindustan/5 1 +Hindus 831 +Hindu 1 +Hines +hinge/32 1 +hinger 1 +Hinkle +Hinsdale +Hinsliff/1 +hint/29 1 +hinter/2 1 +hinterland/2 1 +hip/417 1 +hipbone/2 1 +hipness +hipnesses +hippie/164 1 +hipping/5 1 +hippo/2 1 +Hippocratic +hippodrome/2 1 +hippopotamus/3 1 +hippy/196 1 +hipster/2 1 +Hiram +hire/28 1 +hireling/2 1 +hire-purchase +hirer/2 1 +hiring/9 1 +Hiroshi/1 +Hiroshima 1 +Hirsch +hirsute/58 1 +his/418 1 +Hislop/1 +Hispanic/2 1 +hiss/21 1 +hisser/5 1 +hissing/2 1 +histamine/2 1 +Hi 832 +histochemic +histochemical 1 +histochemistry/5 1 +histogram/2 1 +histological 1 +histologist/2 1 +histology/13 1 +historian/2 1 +historic +historical/18 1 +historicism/5 1 +historicist/5 1 +historicity/13 1 +historiographer/2 1 +historiographical 1 +historiography/13 1 +history/13 1 +histrionic/40 1 +hist 1 +hit/409 1 +Hitachi +hit-and-miss +hit-and-run +hitch/55 1 +Hitchcock +hitcher/2 1 +hitch-hike +hitch-hiked +hitch-hiker/1 +hitch-hikers +hitch-hikes +hitch-hiking +hitherto +hitherto-unseen +hither 1 +Hitler/5 1 +hitless 1 +hi 1 +hittable +hitter/2 1 +Hittite/2 1 +hive/32 1 +HIV 1 +Héloise +Héloise's +hmm +HMS +HMSO +ho/2 1 +hoar/5 1 +hoard/29 1 +hoarder/2 1 +hoarding/2 1 +hoarfrost/2 1 +hoarse/27 1 +hoar 1 +hoary/66 1 +hoax/21 1 +hoaxer/2 1 +hob/152 1 +Hobart/5 1 +Hobbes +hobbit 1 +hobble/28 1 +hobbler/2 1 +Hobbs +hobby/13 1 +hobby-horse/1 +hobby-horses +hobbyist/2 1 +hobgoblin/2 1 +hobnail/90 1 +hobnob/289 1 +hobnobbing 1 +Hoboken +hock/16 1 +hockey/2 1 +hocus-pocus +hocus 1 +hod/2 1 +hodge/1 +hodgepodge/2 1 +hodges +Hodgkin/1 +hoe/57 1 +hoecake/2 1 +hoer/2 1 +Hoff/1 +Hoffman +hog/111 1 +hogan/2 1 +Hogarth +hogback/2 1 +Hogg +Hoggard +hogger 1 +hogging 1 +hoggish/8 1 +hogshead/2 1 +hogwash/3 1 +ho-hum +hoist/4 1 +hoister/5 1 +hoity +hoity-toity +hokey-cokey +hokey 1 +Hokkaido 1 +Holbeck +Holbrook +Holcomb/1 +hold/128 833 +holdable +holdall/2 1 +Holden +holder/2 1 +holding/2 1 +holdout/2 1 +holdover/2 1 +Holdsworth/1 +hold-up/1 +hold-ups +hole/32 1 +holeable +holey 834 +holiday/29 1 +holidayer 1 +holidaymaker/9 1 +holier 835 +holies +holiest 835 +holing 1 +holistic/46 1 +Holland/5 1 +hollandaise 1 +Hollander/9 1 +Hollerith +hollies +Hollister +hollow/26 1 +Holloway/1 +hollow-eyed +hollowware/5 1 +Holm/1 +Holman/1 +Holmes 1 +holmium/5 1 +holocaust/2 1 +Holocene 1 +hologram/2 1 +holograph/29 1 +holographic +holography/13 1 +Holst +Holstein 1 +holster/29 1 +Holt +Holzman +holy/66 1 +Holyhead/1 +holly/1 +hollyhock/2 1 +Hollywood/5 1 +Holyoke +holystone/16 1 +homage/16 1 +homager/5 1 +homburg/2 1 +home/419 1 +home-based +homebody/13 1 +home-brew/1 +home-brewed +home-brews +home-builder +home-builders +home-building +homebuilt +homecoming/2 1 +home-grown +homeland/2 1 +homeless/58 1 +homelike 1 +homely/160 1 +home-made +home-maker/1 +home-makers +home-making/1 +home-owner/1 +home-owners +home-ownership +home-owning +homepage 1 +homer/16 1 +Homeric 1 +Homerton +home-schooling +home-shopper +home-shopping +homesick/58 1 +homespun/9 1 +homestead/29 1 +homesteader/2 1 +homesteading 1 +homestretch/3 1 +homeward/9 1 +homeward-bound +homework/5 1 +homeworker/1 +homeworkers +homey/58 836 +homicidal/8 1 +homicide/2 1 +homier 837 +homiest 837 +homiletic/9 1 +homilies +homily +homily's +hominess's +homing/5 1 +hominid/2 1 +homo/2 1 +homoeopath/9 1 +homoeopathic 1 +homoeopathy/13 1 +homoeostases +homoeostasis/1 +homoeostatic +homoeotherm +homoeothermal +homoeothermic +homoeothermy +homoerotic +homogamy/5 1 +homogenate/2 1 +homogeneity/13 1 +homogeneous/73 1 +homogenisation 1 +homogenise/6 1 +homogeniser/2 1 +homogenization/9 1 +homogenize/6 1 +homogenizer/2 1 +homograph/2 1 +homological 1 +homologous +homologue/5 1 +homology/13 1 +homomorph/5 1 +homomorphic +homomorphically +homomorphism/2 1 +homomorphous +homomorphy 1 +homonym/2 1 +homophobes +homophobia/9 1 +homophobic +homophone/2 1 +homophony 1 +homopolymers +homosexual/2 1 +homosexuality/13 1 +homosexually +homotopy +homozygous +homozygously +homunculus 1 +Hon. +Honda/1 +Hondo 1 +Honduras/5 1 +hone/420 1 +Honecker +honer/9 1 +honest/225 1 +honesty/13 1 +honey/90 1 +honeybee/2 1 +honeycomb/29 1 +honeydew/2 1 +honeyed 1 +honeylocust 1 +honeymoon/29 1 +honeymooner/2 1 +honeysuckle/2 1 +honey 1 +Honeywell +Hong/1 +Honiara/1 +honk/29 1 +honker/2 1 +Honolulu 1 +honorarily +honorarium/2 1 +honorary/53 1 +honorific 1 +honour/29 1 +honourable/345 1 +honourables +honourable's +honourablies +honourer/2 1 +Honshu/5 1 +hood/29 1 +hooded/33 1 +hoodlum/2 1 +hoodoo/29 1 +hoodwink/10 1 +hoodwinker/5 1 +hooey/2 1 +hoof/133 1 +hoofer/5 1 +hoofmark/9 1 +hook/29 1 +hookah/2 1 +Hooke +hooked 1 +hooker/2 1 +hook-nosed +hookup/2 1 +hookworm/2 1 +hooligan/2 1 +hooliganism/2 1 +hoop/29 1 +hooper/5 1 +hoopla/2 1 +hooray/52 1 +Hoosier 1 +hoot/29 1 +hootch's +hooter/2 1 +hoover/197 1 +Hoovers +Hoover's +hop/110 1 +hope/32 1 +hopeful/41 1 +hopeless/14 1 +hoper/5 1 +Hopkins +hopper/2 1 +hopping 1 +hoppled +hopples +hopscotch/5 1 +Horace +Horatio +Horatius +horde/16 1 +Horgan +horizon/2 1 +horizontal/42 1 +Horlicks +hormonal +hormonally +hormone/2 1 +Hormuz +horn/71 1 +hornbeam/5 1 +hornblende/2 1 +Hornblower +Horne +horned/33 1 +horner 1 +hornet/2 1 +horning 1 +hornless 1 +hornlike 1 +hornpipe/2 1 +horny/191 1 +horological +horologic 1 +horologist/2 1 +horology/13 1 +horoscope/2 1 +Horowitz +horrendous/8 1 +horrible/30 1 +horrid/18 1 +horrific/46 1 +horrified 1 +horrify/34 1 +horrifying/8 1 +horror/2 1 +horror-stricken +horror-struck +horse/32 1 +horseback 1 +horse-breaker +horse-cloth +horse-doctor +horsedom +horse-drawn +horseflesh/5 1 +horseflies +horsefly/1 +horsehair/2 1 +horseless 1 +horselike +horsely +horseman/5 838 +horsemanship/2 1 +horsemen's 839 +horsemen 840 +horseplay 1 +horsepower 1 +horse-race/1 +horse-races +horse-racing +horseradish/3 1 +horseshoe/57 1 +horsetail/2 1 +horse-trading +horsewhip/110 1 +horsewoman/5 841 +horsewomen 842 +horsey 843 +Horsham +horsier 844 +horsiest 844 +horsing/5 1 +Horst +hortatory 1 +horticultural 1 +horticulture/2 1 +horticulturist/2 1 +Horton +hos/72 1 +hosanna/4 1 +hose/32 1 +Hosea 1 +hosepipe 1 +hosier/2 1 +hosiery/13 1 +hosp +hospice/2 1 +hospitable/17 1 +hospital/2 1 +hospitalisation/9 1 +hospitalise/6 1 +hospitality/13 1 +hospitalization/9 1 +hospitalize/6 1 +host/29 1 +hostage/16 1 +hostel/86 1 +hosteller/2 1 +hostelling 1 +hostelry/13 1 +hostess/21 1 +hostile/8 1 +hostility/13 1 +hostler/2 1 +hostly +hot/421 1 +hot-air +hotbed/2 1 +hot-blooded 1 +hotbox/3 1 +hotcake/9 1 +hotchpotch/5 1 +hotel/2 1 +hotelier/2 1 +hotelman/5 845 +hotelmen's 846 +hotelmen 847 +hotfoot/4 1 +hothead/2 1 +hotheaded/14 1 +hothouse/32 1 +hotline 1 +hotplate/2 1 +hotpot/5 1 +hotrod 1 +hotshot/9 1 +hotspot/9 1 +hot-tempered +Hottentot/5 1 +hotter 1 +Houdini +hough's +hough 1 +hound/29 1 +hounder/5 1 +hounding's +Hounslow +hour/2 1 +hourglass/3 1 +houri/2 1 +hourlies +hourly 1 +house/32 1 +houseboat/2 1 +housebound +houseboy/2 1 +housebreak/140 848 +housebreaker/2 1 +housebreaking/2 1 +housebroken 849 +housebroke 849 +housebuilding +houseclean/10 1 +housecleaning/2 1 +housecoat/2 1 +houseflies +housefly/1 +houseful/2 1 +household/2 1 +householder/2 1 +house-hunting +house-husband +housekeep/155 1 +housekeeper/2 1 +housekeeping 1 +housemaid/2 1 +houseman/5 850 +housemen's 851 +housemen 852 +house-mother/1 +house-mothers +house-parent/1 +house-parents +house-plant +house-plants +house-proud +houser 1 +house-to-house +housetop/2 1 +house-train +house-trained +housewares 1 +house-warming/1 +house-warmings +housewife/5 853 +housewifely/74 1 +housewives 854 +housework/2 1 +houseworker/2 1 +housing/2 1 +Houston 1 +Hove/1 +hovel/16 1 +hover/4 1 +hovercraft/5 1 +hoverer/5 1 +hove 855 +how/2 1 +Howard +howbeit 1 +howdah/2 1 +Howe +Howell +Howes +however +howitzer/2 1 +howl/29 1 +howler/2 1 +howling 1 +howsoever +how 1 +hoy/5 1 +hoyden/29 1 +hoydenish 1 +hoyden 1 +Hoyle 1 +Hoyt/1 +hoy 1 +HP 1 +HQ 1 +hr. +HRH +hrs. +html +HTML 1 +http +HTTPS +HTTP 1 +Huang +hub/16 1 +Hubbard/5 1 +Hubble/1 +hubbub/5 1 +hubby/13 1 +hub-cap/1 +hubcaps +hub-caps +Huber/1 +Hubert +hubris/3 1 +Huck +huckleberry/13 1 +huckster/29 1 +Huddersfield +huddle/32 1 +huddler/5 1 +Hudson 1 +HUD 1 +hue/16 1 +Huey +huff/29 1 +Huffman/1 +huffy/67 1 +hug/137 1 +huge/27 1 +Huggins +Hugh +Hughes +Hughie +Hugo 1 +hug 1 +Huguenot/2 1 +huh/9 1 +hula/29 1 +hulk/29 1 +hull/2 1 +Hull/5 1 +hull/10 1 +hullabaloo/2 1 +huller/2 1 +hulling's +hullo/29 1 +hum/271 856 +human/422 1 +humane/423 1 +humanisation/9 1 +humanise/6 1 +humaniser/1 +humanisers +humanism/2 1 +humanist/2 1 +humanistic 1 +humanitarian/9 1 +humanitarianism/2 1 +humanity/13 1 +humanization/9 1 +humanize/6 1 +humanizer/2 1 +humankind/5 1 +humanoid/9 1 +Humber +Humberside +humble/424 1 +humbler 1 +humbles 1 +humbling 1 +Humboldt +humbug/111 1 +humdinger/2 1 +humdrum 1 +Hume +humeral/9 1 +humeri 857 +humerus/5 858 +humid/8 1 +humidification/2 1 +humidifier/2 1 +humidify/34 1 +humidistat/5 1 +humidity/13 1 +humidor/2 1 +humiliate/6 1 +humiliating/8 1 +humiliation/2 1 +humility/13 1 +hummable +Hummel/1 +hummer/2 1 +hummingbird/2 1 +humming 1 +hummock/29 1 +hummocky 1 +hummus/68 1 +humongous +humorist/2 1 +humoristic +humorous/14 1 +humour/29 1 +humouredly +humourer +humourers +humourless/14 1 +hump/29 1 +humpback/2 1 +humpbacked +humph/109 1 +Humphrey/1 +Humpty +humus/3 1 +Hun/9 1 +hunch/21 1 +hunchback/2 1 +hunchbacked +hunchback 1 +hundred/2 1 +hundredfold 1 +hundredth/9 1 +hundred 1 +hundredweight/2 1 +Hungarian/9 1 +Hungary/5 1 +hunger/29 1 +hungover +hungry/67 1 +hung 859 +hunk/2 1 +hunker/10 1 +hunkier 860 +hunkiest 860 +hunks 1 +hunky/37 1 +hunt/4 1 +hunted 1 +hunter/2 1 +hunter-gatherer +hunter-gatherers +hunting/2 1 +Huntingdon/1 +Huntingdonshire/1 +Huntley/1 +huntress/3 1 +huntsman/5 861 +huntsmen's 862 +huntsmen 863 +Huntsville +hurdle/32 1 +hurdler/2 1 +hurdling 1 +hurl/4 1 +hurler/2 1 +Hurley/1 +hurling/5 1 +hurly +hurly-burly +Huron 1 +hurrah 1 +hurray/52 1 +hurricane/2 1 +hurried/18 1 +hurrier 1 +hurry/220 1 +hurrying 1 +Hurst +hurt/128 1 +hurter/5 1 +hurtful/14 1 +hurtingly +hurtle/6 1 +hurtling 1 +husband/29 1 +husbander/5 1 +husbandly 1 +husbandry/13 1 +hush/55 1 +hushed 1 +husk/29 1 +husker/2 1 +husking/5 1 +husky/113 1 +Hussain/1 +hussar/2 1 +Hussein/1 +hussy/13 1 +hustings/5 1 +hustle/28 1 +hustler/2 1 +hustling 1 +Huston/1 +hut/126 1 +hutch/21 1 +Hutchins +Hutchinson +Hutchison +Hutu 1 +Huxley 1 +Huygens +hwyl 1 +hyacinth/2 1 +hyaena/2 1 +Hyatt +hybrid/2 1 +hybridisation/9 1 +hybridise/6 1 +hybridism/2 1 +hybridization/9 1 +hybridize/6 1 +hybrid 1 +Hyde/1 +Hyderabad +hydra/2 1 +hydrangea/2 1 +hydrant/2 1 +hydras 1 +hydrate/32 1 +hydration/2 1 +hydraulic/425 1 +hydrazine/5 1 +hydride/2 1 +hydro/2 1 +hydrocarbon/2 1 +hydrocephali 864 +hydrocephalus/3 865 +hydrochemistry +hydrochloric +hydrochloride/5 1 +hydrodynamic/39 1 +hydrodynamical +hydrodynamic 1 +hydroelectric +hydroelectrically +hydroelectricity/13 1 +hydrofluoric +hydrofoil/2 1 +hydrogen/5 1 +hydrogenate/6 1 +hydrogenate's +hydrogenation/2 1 +hydrogenous +hydrological/8 1 +hydrologist/2 1 +hydrology/13 1 +hydrolyse/6 1 +hydrolyses 866 +hydrolysis/5 867 +hydromagnetic 1 +hydromechanics/1 +hydrometer/2 1 +hydrometry/13 1 +hydrophilic +hydrophobia/2 1 +hydrophobic +hydrophone/2 1 +hydroplane/32 1 +hydroponic/40 1 +hydrosphere/2 1 +hydrostatic/39 1 +hydrotherapy/13 1 +hydrothermal/8 1 +hydrous 1 +hydroxide/2 1 +hydroxyl/2 1 +hydroxylate 1 +hydroxylation 1 +hydroxyzine/5 1 +hyena/2 1 +hygiene/2 1 +hygienic/39 1 +hygienically +hygienic 1 +hygienist/2 1 +hygrometer/2 1 +hygroscopic 1 +hying 868 +Hyman +hymen/2 1 +hymeneal/9 1 +hymn/29 1 +hymnal/2 1 +hymnary/53 1 +hymn-book/1 +hymn-books +hymnic +hymnody 1 +hymnographer 1 +hymnography +hymnologist/2 1 +hymnology 1 +hype/32 1 +hyper/9 1 +hyperactive/9 1 +hyperactivity/13 1 +hyperaemia/5 1 +hyperaemic +hyperaesthesia 1 +hyperaesthetic +hyperbola/2 1 +hyperbole/2 1 +hyperbolic/46 1 +hyperboloid/2 1 +hyperboloidal +hypercellularity 1 +hypercritical/8 1 +hypercube/2 1 +hyperfine 1 +hypergamous +hypergamously +hypergamy/5 1 +hyperglycaemia +hyperglycaemic +hyperinflation 1 +Hyperion 1 +hypermarket/2 1 +hypermedia 1 +hyperplane/2 1 +hyperplasia/5 1 +hypersensitive/58 1 +hypersensitivity/13 1 +hypersonic 1 +hyperspace/5 1 +hypersphere/1 +hypertension/2 1 +hypertensive/9 1 +hypertext/2 1 +hyperthyroidism/2 1 +hyperthyroid 1 +hypertrophy/77 1 +hyper 1 +hyperventilate/6 1 +hyperventilation/2 1 +hyphen/29 1 +hyphenate/6 1 +hyphenation/2 1 +hypnoses 869 +hypnosis/5 870 +hypnotherapy/13 1 +hypnotic/54 1 +hypnotise/6 1 +hypnotism/2 1 +hypnotist/2 1 +hypnotize/6 1 +hypo/29 1 +hypoactive 1 +hypo-allergenic +hypocaust 1 +hypocellularity 1 +hypochondria/2 1 +hypochondriac/2 1 +hypochondria's 871 +hypochondria 872 +hypochondrias 1 +hypocrisy/13 1 +hypocrite/2 1 +hypocritical/8 1 +hypodermic/9 1 +hypoglycaemia/1 +hypoglycaemias +hypoglycaemic +hypoglycaemics +hypophyseal 1 +hypotenuse/2 1 +hypothalamic/46 1 +hypothalami 873 +hypothalamus/5 874 +hypothermia/2 1 +hypotheses 875 +hypothesis/114 876 +hypothesise/6 1 +hypothesiser/1 +hypothesisers +hypothesize/6 1 +hypothesizer/2 1 +hypothetical/8 1 +hypothyroidism/2 1 +hypothyroid 1 +hypoxaemia +hypoxia/5 1 +hypoxic +hyrax 1 +hyssop/2 1 +hysterectomy/13 1 +hysteresis/5 1 +hysteria/2 1 +hysteric/2 1 +hysterical/8 1 +hysteric 1 +Hyundai/1 +Hz 1 +IA +Iain +iamb/2 1 +iambic/9 1 +iambi 877 +iambus/3 878 +Ian/1 +iatrogenic +Iberia/5 1 +Iberian/2 1 +ibex/3 1 +ibid +ibidem +ibis/3 1 +Ibiza +IBM/1 +Ibrahim +Ibsen 1 +ibuprofen/9 1 +IC +Icarus 1 +ICC/1 +ice/32 1 +iceberg/2 1 +iceboat/2 1 +icebound +icebox/3 1 +icebreaker/2 1 +icecap/2 1 +ice-cold +Iceland/5 1 +Icelander/2 1 +Icelandic 1 +iceman/5 879 +icemen's 880 +icemen 881 +Iceni +icepack 1 +icepick/9 1 +ice-skate +ice-skating +ices 882 +ichneumon/5 1 +ichthyologist/2 1 +ichthyology/13 1 +icicle/2 1 +icing/2 1 +icky/37 1 +ICM +icon/2 1 +iconic 1 +iconoclasm/2 1 +iconoclast/2 1 +iconoclastic 1 +iconographic +iconography/13 1 +icosahedral +icosahedra 883 +icosahedron/5 884 +ICQ +ictorianises +ictus/3 1 +ICU +icy/67 1 +I'd +id/2 1 +Ida/1 +Idaho 1 +idea/2 1 +ideal/43 1 +idealisation/9 1 +idealise/6 1 +idealiser/2 1 +idealism/2 1 +idealist/2 1 +idealistic/46 1 +idealization/2 1 +idealize/6 1 +idealizer/2 1 +idealogical +ideate/109 1 +ideation/5 1 +idempotent/9 1 +idem 1 +identical/18 1 +identifiability +identifiable/17 1 +identification/2 1 +identifier/2 1 +identify/34 1 +identity/13 1 +ideogram/2 1 +ideograph/2 1 +ideographic +ideological/8 1 +ideologist/2 1 +ideologue/9 1 +ideology/13 1 +ides +idiocy/13 1 +idiolect/5 1 +idiom/2 1 +idiomatic +idiomatically +idiomaticness +idiopathic 1 +idiosyncrasy/13 1 +idiosyncratic/46 1 +idiot/2 1 +idiotic/46 1 +idle/424 1 +idler/2 1 +idles 1 +idling 1 +idol/2 1 +idolater/2 1 +idolatress/68 1 +idolatrous 1 +idolatry/13 1 +idolisation/9 1 +idolise/6 1 +idoliser/2 1 +idolization/9 1 +idolize/6 1 +idolizer/2 1 +idyll/2 1 +idyllic/46 1 +idyllist 1 +i.e. +IEC +IEE +IEEE +Iestyn +if/9 1 +iffiness +iffinesses +iffy/37 1 +igloo/2 1 +Ignatius +igneous 1 +ignitable +ignite/6 1 +igniter/5 1 +ignition/2 1 +ignoble/35 1 +ignominious/8 1 +ignominy/13 1 +ignorable +ignoramus/3 1 +ignorance/2 1 +ignorant/426 1 +ignore/6 1 +ignorer/5 1 +Igor/1 +iguana/2 1 +iii 1 +ii 1 +Ike/5 1 +Ikea/1 +ilea 885 +ileitis/96 1 +ileum/5 886 +iliac 1 +Iliad 1 +ilia 887 +ilium/5 888 +ilk 1 +I'll +ill/325 134 +ill-advised 1 +ill-assorted +ill-behaved +ill-bred +ill-conceived +ill-considered +ill-defined +ill-disposed +illegal/42 1 +illegality/13 1 +illegibility/13 1 +illegible/17 1 +illegitimacy/13 1 +illegitimate/59 1 +ill-equipped +ill-fated +ill-favoured 1 +ill-fitting +ill-founded +ill-gotten +ill-humoured 1 +illiberal/8 1 +illiberality/13 1 +illicit/14 1 +illimitable/33 1 +ill-informed +Illingworth/1 +Illinois 1 +illiquid 1 +illiteracy/13 1 +illiterate/31 1 +ill-judged +ill-mannered 1 +ill-matched +illogic/2 1 +illogical/8 1 +illogicality/13 1 +ill-omened +ill-starred +ill-suited +ill-tempered 1 +ill-treat +ill-treated +ill-treatment +illume/290 1 +illuminable +illuminant 1 +illuminate/28 1 +illuminating/8 1 +illumination/2 1 +illuminative +illumine/6 1 +illusion/2 1 +illusionary +illusionist/2 1 +illusive/18 1 +illusory/74 1 +illustrate/6 1 +illustrated 1 +illustration/2 1 +illustrative/8 1 +illustrator/2 1 +illustrious/14 1 +ilmenite 1 +illy +I'm +image/32 1 +Imagen/1 +imagery/13 1 +imaginable/17 1 +imaginableness +imaginary/251 1 +imagination/2 1 +imaginative/18 1 +imagine/6 1 +imaginer/5 1 +imaging 1 +imagining/9 1 +imago/427 1 +imam/2 1 +IMAP +imbalance/2 1 +imbalanced +imbecile/2 1 +imbecilic +imbecility/13 1 +imbibe/6 1 +imbiber/2 1 +imbrication/2 1 +imbroglio/2 1 +imbruing +imbue/6 1 +IMHO +imitable 1 +imitate/6 1 +imitation/2 1 +imitative/14 1 +imitator/2 1 +immaculate/14 1 +immanence/9 1 +immanency/13 1 +immanent/8 1 +Immanuel 1 +immaterial/73 1 +immateriality/5 1 +immature/18 1 +immaturity/13 1 +immeasurable/35 1 +immediacy/13 1 +immediate/14 1 +immemorial/8 1 +immense/100 1 +immensity/13 1 +immerse/6 1 +immerser +immersible +immersion/2 1 +immigrant/2 1 +immigrate/6 1 +immigration/2 1 +imminence/2 1 +imminent/18 1 +immiscible 1 +immobile +immobilisability +immobilisable +immobilisation/9 1 +immobilise/6 1 +immobiliser/1 +immobilisers +immobility/13 1 +immobilizability +immobilizable +immobilization/9 1 +immobilize/6 1 +immobilizer/2 1 +immoderate/18 1 +immoderation/5 1 +immodest/8 1 +immodesty/13 1 +immolate/6 1 +immolation/2 1 +immoral/8 1 +immorality/13 1 +immortal/42 1 +immortalise/6 1 +immortality/13 1 +immortalize/6 1 +immovability/13 1 +immovable/250 1 +immoveable 1 +immune 1 +immunisation/9 1 +immunise/6 1 +immunity/13 1 +immunization/9 1 +immunize/6 1 +immunoassay/5 1 +immunodeficiency/53 1 +immunodeficient +immunologic +immunological/8 1 +immunologist/2 1 +immunology/13 1 +immure/6 1 +immutability/13 1 +immutable/35 1 +imp/29 1 +impact/29 1 +impaction/2 1 +impactive +impactor/2 1 +impair/10 1 +impairer/5 1 +impairment/2 1 +impala/5 1 +impale/6 1 +impalement/2 1 +impaler/5 1 +impalpable/17 1 +impanel/82 1 +impanelling 1 +impart/10 1 +impartation/5 1 +impartial/8 1 +impartiality/13 1 +impassable/35 1 +impasse/2 1 +impassibility/13 1 +impassible/17 1 +impassion/10 1 +impassioned 1 +impassive/14 1 +impassivity/13 1 +impasto/2 1 +impatience/2 1 +impatiens/5 1 +impatient/8 1 +impeach/7 1 +impeachable +impeacher/2 1 +impeachment/2 1 +impeccability/13 1 +impeccable/17 1 +impecunious/14 1 +impedance/2 1 +impede/6 1 +impeder/5 1 +impediment/2 1 +impedimenta 1 +impeding 1 +imped 1 +impel/82 1 +impeller/2 1 +impelling 1 +impend/10 1 +impenetrability/13 1 +impenetrable/35 1 +impenitence/2 1 +impenitent/42 1 +imperative/31 1 +imperceivable +imperceptibility/13 1 +imperceptible/17 1 +imperfect/14 1 +imperfectability 1 +imperfection/2 1 +imperfective 1 +imperfect 1 +imperial/42 1 +imperialism/2 1 +imperialist/2 1 +imperialistic/46 1 +imperil/82 1 +imperilling 1 +imperilment/2 1 +imperious/14 1 +imperishable/250 1 +impermanence/2 1 +impermanent/8 1 +impermeability/13 1 +impermeable/35 1 +impermissible 1 +impersonal/8 1 +impersonality/5 1 +impersonate/6 1 +impersonation/2 1 +impersonator/2 1 +impertinence/2 1 +impertinent/8 1 +imperturbability/13 1 +imperturbable/17 1 +impervious/18 1 +impetigo/2 1 +impetuosity/13 1 +impetuous/14 1 +impetuousity +impetus/3 1 +Imphal +impiety/13 1 +imping/197 1 +impinge/6 1 +impingement/2 1 +impious/14 1 +impish/14 1 +implacability/13 1 +implacable/35 1 +implant/4 1 +implantable +implantation/2 1 +implanter/5 1 +implausibility/13 1 +implausible/17 1 +implement/29 1 +implementability +implementable +implementation/2 1 +implementer/2 1 +implicant/1 +implicants +implicate/6 1 +implication/2 1 +implicative/8 1 +implicativeness +implicit/14 1 +implied/8 1 +implode/6 1 +implore/6 1 +imploring/8 1 +implosion/2 1 +implosive 1 +imply/34 1 +impolite/14 1 +impolitic/18 1 +imponderable/266 1 +import/4 1 +importable +importance/2 1 +important/8 1 +importation/2 1 +importer/2 1 +importunate/293 1 +importune/6 1 +importuner/2 1 +importunity/13 1 +imposable +impose/6 1 +imposer/2 1 +imposing/8 1 +imposition/2 1 +impossibility/13 1 +impossible/250 1 +impost/29 1 +imposter/2 1 +impostor/2 1 +imposture/2 1 +impotence/2 1 +impotency/53 1 +impotent/42 1 +impound/10 1 +impoundments +impoverish/7 1 +impoverisher/5 1 +impoverishment/2 1 +impracticability 1 +impracticable/35 1 +impractical/33 1 +impracticality/13 1 +impractically +imprecate/6 1 +imprecation/2 1 +imprecise/14 1 +imprecision/2 1 +impregnability/13 1 +impregnable/35 1 +impregnate/6 1 +impregnation/2 1 +impresario/2 1 +impress/55 1 +impresser/1 +impressibility/13 1 +impressible 1 +impression/2 1 +impressionability/13 1 +impressionable/33 1 +impressionism/2 1 +impressionist/2 1 +impressionistic 1 +impressive/14 1 +impressment/2 1 +imprest/109 1 +imprest's +imprimatur/2 1 +imprint/29 1 +imprinter/2 1 +imprinting/5 1 +imprison/10 1 +imprisonment/2 1 +improbability/13 1 +improbable/35 1 +impromptu/9 1 +improper/18 1 +impropriety/13 1 +improvable 1 +improve/6 1 +improvement/2 1 +improver/5 1 +improvidence/2 1 +improvident/8 1 +improving 1 +improvisation/2 1 +improvisational +improvisationally +improvisatory +improvise/6 1 +improvised 1 +improviser/2 1 +imprudence/2 1 +imprudent/8 1 +impudence/2 1 +impudent/8 1 +impugn/10 1 +impugnability +impugnable +impugner/2 1 +impugnment/2 1 +impulse/32 1 +impulsion/2 1 +impulsive/14 1 +impunity/13 1 +impure/100 1 +impurity/13 1 +imputable 1 +imputation/2 1 +impute/6 1 +in/428 1 +inability/13 1 +inaccessibility/13 1 +inaccessible/17 1 +inaccuracy/13 1 +inaccurate/8 1 +inaction/2 1 +inactivate/6 1 +inactivation/2 1 +inactive/8 1 +inactivity/13 1 +inadequacy/13 1 +inadequate/14 1 +inadmissibility/13 1 +inadmissible 1 +inadvertence/2 1 +inadvertent/8 1 +inadvisability 1 +inadvisable 1 +inadvisedly +inalienability/13 1 +inalienable/17 1 +inalterable/105 1 +inamorata/2 1 +inane/61 1 +inaneness +inane 1 +inanimate/73 1 +inanity/13 1 +inapparently +inappeasable +inapplicability/5 1 +inapplicable 1 +inappreciable/17 1 +inappreciative/18 1 +inappropriate/14 1 +inapt/14 1 +inarguable/17 1 +inarticulable +inarticulacy 1 +inarticulate/8 1 +inartistic/46 1 +inasmuch +inattention/2 1 +inattentive/14 1 +inaudibility/13 1 +inaudible/17 1 +inaugural/9 1 +inaugurate/6 1 +inauguration/2 1 +inauspicious/73 1 +inauthentic +inauthenticity 1 +in-between +inboard 1 +inborn 1 +inbound 1 +inbred 889 +inbreed/140 890 +inbreeding/2 1 +inbuilt 1 +Inc. +Inca/9 1 +incalculability/5 1 +incalculable/35 1 +incandescence/2 1 +incandescent/42 1 +incant/197 1 +incantation/2 1 +incantatory +incapability/13 1 +incapable/35 1 +incapacitate/6 1 +incapacitation/5 1 +incapacity/13 1 +in-car +incarcerate/6 1 +incarceration/2 1 +incarnadine/6 1 +incarnate/6 1 +incarnation/2 1 +incautious/73 1 +incendiary/53 1 +incense/32 1 +incentive/2 1 +incept/10 1 +inception/2 1 +inceptive/8 1 +inceptor/5 1 +incertitude/2 1 +incessant/8 1 +incest/2 1 +incestuous/14 1 +inch/21 1 +inchoate/6 1 +Inchon 1 +inchworm/2 1 +incidence/2 1 +incident/2 1 +incidental/42 1 +incinerate/6 1 +incineration/2 1 +incinerator/2 1 +incipience/2 1 +incipiency/5 1 +incipient/8 1 +incise/6 1 +incision/2 1 +incisive/14 1 +incisor/2 1 +incitations +incite/6 1 +incitement/2 1 +inciter/2 1 +incivility/13 1 +inclemency/13 1 +inclement/8 1 +inclination/2 1 +incline/28 1 +incliner/5 1 +inclining/5 1 +inclinometer/2 1 +include/6 1 +included 1 +inclusion/2 1 +inclusive/14 1 +incoercible +incognito/9 1 +incoherence/2 1 +incoherency/5 1 +incoherent/8 1 +incombustible/9 1 +income/222 1 +incomer/2 1 +incoming/9 1 +incommensurable 1 +incommensurate/8 1 +incommode/6 1 +incommodious/18 1 +incommunicable 1 +incommunicado +incommutable 1 +incomparability/5 1 +incomparable/17 1 +incompatibility/13 1 +incompatible/327 1 +incompetence/2 1 +incompetency/53 1 +incompetent/43 1 +incomplete/14 1 +incompletion's +incomprehensibility/13 1 +incomprehensible/35 1 +incomprehension/2 1 +incompressibility/5 1 +incompressible 1 +inconceivability/13 1 +inconceivable/35 1 +inconclusive/14 1 +incondensable +inconformity/5 1 +incongruence/5 1 +incongruently +incongruity/13 1 +incongruous/14 1 +inconsequential/8 1 +inconsequently +inconsiderable/35 1 +inconsiderate/73 1 +inconsideration 1 +inconsistency/13 1 +inconsistent/8 1 +inconsolable/35 1 +inconsonance/5 1 +inconspicuous/14 1 +inconstancy/13 1 +inconstant/8 1 +incontestability/13 1 +incontestable/17 1 +incontinence/2 1 +incontinent/8 1 +incontrovertible/17 1 +inconvenience/32 1 +inconvenient/8 1 +inconvertibility/5 1 +inconvertible 1 +incorporable +incorporate/6 1 +incorporated 1 +incorporation/2 1 +incorporeal/8 1 +incorrect/8 1 +incorrectable +incorrigibility/13 1 +incorrigible/250 1 +incorruptibility/13 1 +incorruptible/327 1 +incorruptions +incorruption's +increasable +increase/28 1 +increased 1 +increaser/5 1 +increasing/42 1 +incredibility/13 1 +incredible/35 1 +incredulity/13 1 +incredulous/8 1 +increment/29 1 +incremental +incrementally +incrementation +incriminate/6 1 +incriminating 1 +incrimination/2 1 +incriminatory +incrustation/2 1 +incubate/6 1 +incubation/2 1 +incubative +incubator/2 1 +incubus/5 1 +inculcate/6 1 +inculcation/2 1 +inculpate/6 1 +incumbency/13 1 +incumbent/9 1 +incunabula 891 +incunabulum 892 +incur/12 1 +incurable/250 1 +incurious 1 +incursion/2 1 +Ind. +indebted/58 1 +indecency/13 1 +indecent/429 1 +indecipherable 1 +indecision/2 1 +indecisive/14 1 +indecomposable 1 +indecorous/18 1 +indeed 1 +indefatigable/35 1 +indefeasible/17 1 +indefensible/17 1 +indefinable/250 1 +indefinite/41 1 +indelible/17 1 +indelicacy/13 1 +indelicate/18 1 +indemnification/2 1 +indemnify/34 1 +indemnity/13 1 +indemonstrable/17 1 +indent/4 1 +indentation/2 1 +indenter/5 1 +indention/2 1 +indenture/32 1 +independence/2 1 +independent/42 1 +in-depth +indescribable/250 1 +indestructibility/13 1 +indestructible/35 1 +indeterminable/35 1 +indeterminacy/13 1 +indeterminate/18 1 +indetermination/5 1 +indeterminism/5 1 +indeterministic +index/21 893 +indexable +indexation/9 1 +indexer/2 1 +indexing 1 +index-linked +India/5 1 +Indian/2 1 +Indiana/5 1 +Indianapolis 1 +Indian 1 +indicant/2 1 +indicate/6 1 +indication/2 1 +indicative/42 1 +indicator/2 1 +indices's 894 +indices 895 +indict/10 1 +indictable 1 +indicter/5 1 +indictment/2 1 +Indies +indie 1 +indifference/2 1 +indifferent/8 1 +indigence/2 1 +indigenous/18 1 +indigent/42 1 +indigestible 1 +indigestion/5 1 +indignant/8 1 +indignation/2 1 +indignity/13 1 +indigo/2 1 +Indira +indirect/185 1 +indirection/2 1 +indiscernible 1 +indiscipline/5 1 +indisciplined +indiscreet/18 1 +indiscretion/2 1 +indiscriminate/18 1 +indiscriminating/8 1 +indiscrimination/5 1 +indispensability/13 1 +indispensable/250 1 +indispose/6 1 +indisposed 1 +indisposition/2 1 +indisputable/35 1 +indissociable +indissoluble/35 1 +indistinct/14 1 +indistinguishable/35 1 +indite/6 1 +indium/5 1 +individual/43 1 +individualisation +individualisations +individualise/6 1 +individualiser/1 +individualisers +individualisingly +individualism/2 1 +individualist/2 1 +individualistic/46 1 +individuality/13 1 +individualization/9 1 +individualize/6 1 +individualizer/2 1 +individualizingly +individuate/6 1 +individuation/2 1 +indivisibility/13 1 +indivisible/250 1 +Indochina 1 +indoctrinate/6 1 +indoctrination/2 1 +indoctrinator/2 1 +indolence/2 1 +indolent/8 1 +indomitable/35 1 +Indonesia/5 1 +Indonesian/9 1 +indoor/9 1 +indrawn 1 +indubitable/35 1 +induce/6 1 +inducement/2 1 +inducer/2 1 +inducible +induct/10 1 +inductance/2 1 +inductee/2 1 +induction/2 1 +inductive/18 1 +inductor/2 1 +indulge/6 1 +indulgence/16 1 +indulgent/8 1 +indulger/5 1 +industrial/42 1 +industrialisation/9 1 +industrialise/6 1 +industrialism/2 1 +industrialist/2 1 +industrialization/9 1 +industrialize/6 1 +industrious/14 1 +industry/13 1 +indwell/430 1 +Indy +inebriate/28 1 +inebriation/2 1 +inedible +ineducable +ineffability/13 1 +ineffable/35 1 +ineffaceable 1 +ineffective/14 1 +ineffectual/18 1 +inefficacious/18 1 +inefficacy/13 1 +inefficiency/13 1 +inefficient/8 1 +inelastic +inelastically +inelegance/2 1 +inelegant/8 1 +ineligibility/13 1 +ineligible/327 1 +ineloquent/8 1 +ineluctable/17 1 +inept/14 1 +ineptitude/2 1 +inequality/13 1 +inequitable/17 1 +inequity/13 1 +inequivalent +ineradicable 1 +inerrant 1 +inert/14 1 +inertia/2 1 +inertial +inertially +inert 1 +inescapable/17 1 +inessential 1 +inestimable/345 1 +inevitability/13 1 +inevitable/35 1 +inexact/14 1 +inexactitude/2 1 +inexcusable/35 1 +inexhaustible/35 1 +inexorability/5 1 +inexorable/35 1 +inexpedience/2 1 +inexpediency/13 1 +inexpedient/8 1 +inexpense +inexpensive/14 1 +inexperience/5 1 +inexperienced +inexpert/18 1 +inexpiable 1 +inexplicable/35 1 +inexplicit/73 1 +inexpressibility/5 1 +inexpressible/250 1 +inexpressive/14 1 +inextensible +inextinguishable 1 +inextricable/17 1 +infallibility/13 1 +infallible/17 1 +infamous/8 1 +infamy/13 1 +infancy/5 1 +infant/2 1 +infanticide/2 1 +infantile +infantry/13 1 +infantryman/5 896 +infantrymen's 897 +infantrymen 898 +infant 1 +infarct/2 1 +infarction/2 1 +infatuate/28 1 +infatuated 1 +infatuation/2 1 +infeasibility 1 +infeasible 1 +infeasibly +infect/368 1 +infected 1 +infecter 1 +infection/2 1 +infectious/14 1 +infective 1 +infelicitous/8 1 +infelicity/13 1 +infer/12 1 +inferable 1 +inference/2 1 +inferencer +inferencing +inferential/8 1 +inferior/43 1 +inferiority/13 1 +infernal/8 1 +inferno/2 1 +infertile 1 +infertility/13 1 +infest/10 1 +infestation/2 1 +infester/2 1 +infidel/2 1 +infidelity/13 1 +infield/2 1 +infielder/2 1 +infighter/2 1 +infighting/2 1 +infill/155 1 +infilling 1 +infill's +infiltrate/28 1 +infiltration/2 1 +infiltrative +infiltrator/2 1 +infinite/18 1 +infinitesimal/42 1 +infinite 1 +infinitival 1 +infinitive/2 1 +infinitude/2 1 +infinitum +infinity/13 1 +infirm/8 1 +infirmary/13 1 +infirmity/13 1 +infirm 1 +infix/114 1 +inflame/6 1 +inflamed 1 +inflamer/5 1 +inflammability/13 1 +inflammable/9 1 +inflammation/2 1 +inflammatory 1 +inflatable/2 1 +inflate/6 1 +inflated 1 +inflater/5 1 +inflation/2 1 +inflationary +inflect/10 1 +inflected 1 +inflection/2 1 +inflectional/8 1 +inflective +inflexibility/13 1 +inflexible/17 1 +inflexion/2 1 +inflict/10 1 +inflicter/5 1 +infliction/2 1 +in-flight +inflorescence/2 1 +inflorescent +inflow/2 1 +inflowing +influence/32 1 +influencer/2 1 +influential/8 1 +influenza/2 1 +influx/3 1 +info/9 1 +inform/10 1 +informal/8 1 +informality/13 1 +informant/2 1 +informatics +information/2 1 +informational +informationally +informative/14 1 +informatory +informed 1 +informer/2 1 +infotainment/2 1 +infraction/2 1 +infra-red/1 +infrasonic +infrastructural +infrastructure/2 1 +infra 1 +infrequency/13 1 +infrequent/8 1 +infringe/6 1 +infringement/2 1 +infringer/5 1 +infuriate/6 1 +infuriating/8 1 +infuriation/5 1 +infuse/6 1 +infuser/2 1 +infusible/33 1 +infusion/2 1 +ingathered +ingenious/14 1 +ingenuity/13 1 +ingenuous/14 1 +Ingersoll +ingest/10 1 +ingestible +ingestion/2 1 +ingestive +Ingham +inglenook/2 1 +Inglis +inglorious/18 1 +ingénue +ingénues +ingoing 1 +ingot/16 1 +ingrain/4 1 +ingrained/8 1 +ingrain 1 +Ingram +ingrate/2 1 +ingratiate/6 1 +ingratiating/8 1 +ingratiation/2 1 +ingratitude/2 1 +ingredient/2 1 +ingress/3 1 +ingression/5 1 +ingrowing +ingrown 1 +ingrowth/2 1 +inguinal +inhabit/10 1 +inhabitable +inhabitance 1 +inhabitant/2 1 +inhabitation/5 1 +inhabited 1 +inhalant/9 1 +inhalation/2 1 +inhalator's +inhale/6 1 +inhaler/2 1 +inharmonious/14 1 +inhere/6 1 +inherent/8 1 +inherit/10 1 +inheritable/33 1 +inheritance/2 1 +inheritor/2 1 +inheritress/3 1 +inheritrix/3 1 +inhibit/10 1 +inhibiter's +inhibition/2 1 +inhibitive +inhibitor/2 1 +inhibitory +inhold +inholding/9 1 +inhomogeneity/13 1 +inhomogeneous 1 +inhospitable/35 1 +inhospitality/5 1 +in-house +inhuman/8 1 +inhumane/73 1 +inhumanity/13 1 +inimical/8 1 +inimitable/35 1 +iniquitous/18 1 +iniquity/13 1 +initial/431 1 +initialisation/9 1 +initialise/6 1 +initialiser/1 +initialisers +initialization/9 1 +initialize/6 1 +initializer/2 1 +initialler +initialness +initiate/28 1 +initiation/2 1 +initiative/2 1 +initiator/2 1 +initiatory 1 +inject/10 1 +injectable 1 +injection/2 1 +injective +injector/2 1 +in-joke +in-jokes +injudicious/14 1 +injunction/2 1 +injunctive 1 +injure/6 1 +injured 1 +injurer/2 1 +injurious/18 1 +injury/13 1 +injustice/2 1 +ink/29 1 +inkblot/2 1 +inker/2 1 +inkling/2 1 +inkstand/2 1 +inkwell/2 1 +inky/66 1 +inland 1 +in-law +in-laws +inlay/432 1 +inlaying 1 +inlet/16 1 +inlier/5 1 +in-line +inlying +inmate/2 1 +inmost 1 +inn/16 1 +innards 1 +innate/14 1 +inner/9 1 +inner-city +innermost 1 +innersole/9 1 +innerspring +inner 1 +innervate/6 1 +innervation/2 1 +innings +innkeeper/2 1 +innocence/2 1 +innocent/433 1 +innocuous/14 1 +innovate/6 1 +innovation/2 1 +innovative/105 1 +innovatively +innovator/2 1 +innovatory +Innsbruck +innuendo/374 1 +innumerability/5 1 +innumerable/35 1 +innumeracy/53 1 +innumerate/9 1 +inoculate/6 1 +inoculation/2 1 +inoculative +inoffensive/14 1 +inoperable +inoperative/105 1 +inopportune/18 1 +inordinate/18 1 +inorganic/46 1 +inpatient/2 1 +in-phase +input/409 1 +inquest/2 1 +inquietude/2 1 +inquire/6 1 +inquirer/2 1 +inquiring/8 1 +inquiry/13 1 +inquisition/2 1 +inquisitional +inquisitionally +inquisitive/14 1 +inquisitor/2 1 +inquisitorial/8 1 +inquorate +inroad/2 1 +inrush/3 1 +inrushing 1 +ins. +insalubrious 1 +insane/8 1 +insanitary 1 +insanity/13 1 +insatiability/13 1 +insatiable/35 1 +inscribe/6 1 +inscriber/2 1 +inscription/2 1 +inscrutability/13 1 +inscrutable/30 1 +insect/2 1 +insecticidal +insecticide/2 1 +insectivore/2 1 +insectivorous +insecure/8 1 +insecurity/13 1 +inseminate/6 1 +insemination/2 1 +insensate/18 1 +insensibility/13 1 +insensible/17 1 +insensitive/8 1 +insensitivity/13 1 +insentience/2 1 +insentient +inseparability/13 1 +inseparable/250 1 +insert/4 1 +inserter/5 1 +insertion/2 1 +in-service +inset/390 1 +inshore 1 +inside/434 1 +inside-out +insider/2 1 +insidious/14 1 +insight/2 1 +insightful 1 +insightfully +insigne's +insignia/2 1 +insignificance/2 1 +insignificant/8 1 +insincere/8 1 +insincerity/13 1 +insinuate/6 1 +insinuating/8 1 +insinuation/2 1 +insinuative 1 +insinuator/2 1 +insipid/8 1 +insipidity/13 1 +insist/10 1 +insistence/2 1 +insistent/8 1 +insistingly +insobriety/13 1 +insofar +insole/2 1 +insolence/2 1 +insolent/8 1 +insolubility/13 1 +insoluble/250 1 +insolvable 1 +insolvency/13 1 +insolvent/2 1 +insolvently +insomnia/2 1 +insomniac/9 1 +insomuch +insouciance/2 1 +insouciant/8 1 +inspect/10 1 +inspection/2 1 +inspector/2 1 +inspectorate/2 1 +inspectors' +inspiration/2 1 +inspirational/8 1 +inspire/6 1 +inspired 1 +inspirer/5 1 +inspire's +inspiring/8 1 +inspirit/10 1 +inspiriting 1 +instability/13 1 +install/10 1 +installable +installant 1 +installation/2 1 +installer/2 1 +installing 1 +instalment/2 1 +instance/32 1 +instant/435 1 +instantaneous/18 1 +instantiate/6 1 +instantiation/2 1 +instantness +instate/6 1 +instatement/2 1 +instead 1 +instep/2 1 +instigate/6 1 +instigation/2 1 +instigative +instigator/2 1 +instil/82 1 +instillation/2 1 +instiller/2 1 +instilling 1 +instilment 1 +instinct/2 1 +instinctive/8 1 +instinct 1 +instinctual 1 +institute/237 1 +instituter/2 1 +institution/2 1 +institutional/8 1 +institutionalisation +institutionalisations +institutionalise/6 1 +institutionalism/5 1 +institutionalist/5 1 +institutionalization/9 1 +institutionalize/6 1 +institutive 1 +in-store +instruct/10 1 +instructed 1 +instruction/2 1 +instructional +instructionally +instructive/18 1 +instructor/2 1 +instrument/29 1 +instrumental/42 1 +instrumentalist/2 1 +instrumentality/13 1 +instrumentation/2 1 +inst 1 +insubordinate/42 1 +insubordinated +insubordinating +insubordination/2 1 +insubstantial/8 1 +insufferable/17 1 +insufficiency/13 1 +insufficient/8 1 +insular/8 1 +insularity/13 1 +insular 1 +insulate/6 1 +insulation/2 1 +insulator/2 1 +insulin/2 1 +insult/4 1 +insulter/5 1 +insulting/8 1 +insuperable/17 1 +insupportable/33 1 +insurable +insurance/2 1 +insure/6 1 +insured 1 +insurer/2 1 +insurgence/2 1 +insurgency/13 1 +insurgent/2 1 +insurmountable/17 1 +insurrection/2 1 +insurrectionist/2 1 +insusceptibility/13 1 +insusceptible 1 +intact/33 1 +intaglio/29 1 +intake/2 1 +intangibility/13 1 +intangible/436 1 +integer/2 1 +integrability/5 1 +integrable +integral/43 1 +integrand/2 1 +integrate/6 1 +integration/2 1 +integrative +integrator/2 1 +integrity/13 1 +integument/2 1 +Intel/1 +intellect/2 1 +intellectual/31 1 +intellectualise/6 1 +intellectualism/2 1 +intellectuality/5 1 +intellectualize/6 1 +intelligence/2 1 +intelligencer's +intelligent/8 1 +intelligentsia/2 1 +intelligibility/13 1 +intelligible/35 1 +Intelsat +intemperance/2 1 +intemperate/14 1 +intend/10 1 +intendant/2 1 +intended/18 1 +intender/2 1 +intense/27 1 +intensification/2 1 +intensifier/2 1 +intensify/34 1 +intensity/13 1 +intensive/41 1 +intent/41 1 +intention/2 1 +intentional/8 1 +intentionality/5 1 +intentioned +inter/437 1 +interact/10 1 +interaction/2 1 +interactive +interactively +interactiveness +interactivity +interaxial +interbank +interbred 899 +interbreed/140 900 +interbreeding 1 +intercalate/6 1 +intercalation/5 1 +intercalative +intercase +intercaste +intercede/6 1 +interceder/5 1 +intercensal +intercept/4 1 +interception/2 1 +interceptor/2 1 +intercession/2 1 +intercessor/2 1 +intercessory +interchange/28 1 +interchangeability/5 1 +interchangeable/35 1 +interchanger/5 1 +intercity +interclass +intercohort +intercollegiate +intercom/2 1 +intercommunicate/6 1 +intercommunication/2 1 +interconnect/10 1 +interconnected/33 1 +interconnection/2 1 +interconnectivity +intercontinental +interconversion/5 1 +intercorrelated +intercourse/2 1 +interdenominational +interdenominationally +interdepartmental/8 1 +interdependence/2 1 +interdependency/13 1 +interdependent/8 1 +interdict/29 1 +interdiction/2 1 +interdictive +interdisciplinary +interest/29 1 +interested/8 1 +interesting/18 1 +interface/32 1 +interfacer +interfacing/5 1 +interfaith +interfere/6 1 +interference/2 1 +interferer/2 1 +interfering/8 1 +interferometer/2 1 +interferometric 1 +interferometry/5 1 +interferon/2 1 +interfile/6 1 +intergalactic +intergeneration/5 1 +intergenerational +intergenerationally +interglacial 1 +intergovernmental +intergroup +interim/9 1 +interindex +interindustry +interior/43 1 +interject/10 1 +interjection/2 1 +interjectional/8 1 +interlace/6 1 +interlaced 1 +interlard/10 1 +interlayer/155 1 +interleave/6 1 +interleaver/1 +interleavers +interleukin/9 1 +interlibrary +interline/6 1 +interlinear/9 1 +interlingual +interlingua's +interlining/2 1 +interlink/4 1 +interlobular +interlock/4 1 +interlocker/1 +interlocutor/2 1 +interlocutory 1 +interlope/6 1 +interloper/2 1 +interlude/16 1 +intermarriage/2 1 +intermarry/34 1 +intermediary/13 1 +intermediate/438 1 +intermediation/5 1 +interment/2 1 +intermeshed +intermetrics +intermezzo/85 1 +interminable/35 1 +intermingle/6 1 +intermission/2 1 +intermittent/8 1 +intermix/7 1 +intermixer +inter-modal +intermodulate +intermodulated +intermodulates +intermodulation/2 1 +intermodule +intermolecular +intermolecularly +intern/4 1 +internal/42 1 +internalisation +internalisations +internalise/6 1 +internaliser/1 +internalisers +internalization/9 1 +internalize/6 1 +internalizer/1 +internalizers +international/42 1 +internationalisation/9 1 +internationalise/6 1 +internationalism/2 1 +internationalist/2 1 +internationality/5 1 +internationalization/9 1 +internationalize/6 1 +internecine +internee/2 1 +Internet/5 1 +internet 1 +internetwork +internist's +internment/2 1 +intern 1 +internuclear +interocular +interoffice +interoperability 1 +interoperable +interoperate +interoperated +interoperates +interoperating +interoperation +interpenetrates +interpenetration 1 +interpersonal +inter-personal +interpersonally +interplanetary +interplay/29 1 +Interpol/1 +interpolatable +interpolate/6 1 +interpolation/2 1 +interpolative 1 +interpose/6 1 +interposer/5 1 +interposition/2 1 +interpret/10 1 +interpretable 1 +interpretation/2 1 +interpretative/8 1 +interpreter/2 1 +interpretive/8 1 +interpretor +interpretors +interprocess +interprocessor +interquartile +interracial 1 +interregional/8 1 +interregnum/2 1 +interrelate/6 1 +interrelated/18 1 +interrelation/2 1 +interrelationship/2 1 +interrogate/6 1 +interrogation/2 1 +interrogative/42 1 +interrogator/2 1 +interrogatory/53 1 +interrupt/4 1 +interrupted 1 +interrupter/2 1 +interruptibility +interruptible +interruption/2 1 +interruptive +intersect/10 1 +intersection/2 1 +intersession/2 1 +interspecies +intersperse/6 1 +interspersion/2 1 +interstage +interstate/9 1 +interstellar +interstice/2 1 +interstitial/42 1 +intersurvey +intertask +intertidal +intertwine/6 1 +intertwining 1 +inter-urban +interurban/9 1 +interval/2 1 +intervene/6 1 +intervener/5 1 +intervenor/5 1 +intervention/2 1 +interventionism/2 1 +interventionist/9 1 +interview/29 1 +interviewee/2 1 +interviewer/2 1 +intervocalic 1 +interweave/372 901 +interwork/10 1 +interworking 1 +interwoven 902 +interwove 902 +intestacy/13 1 +intestate/9 1 +intestinal/8 1 +intestine/2 1 +intifada 1 +intimacy/13 1 +intimal +intimate/287 1 +intimater/5 1 +intimation/2 1 +intimidate/6 1 +intimidatingly +intimidation/2 1 +intimidatory +intolerability/5 1 +intolerable/35 1 +intolerance/2 1 +intolerant/8 1 +intonate 1 +intonation/2 1 +intonational +intonationally +intone/6 1 +intoner/2 1 +intoning 1 +intorsion's +into 1 +intoxicant/2 1 +intoxicate/6 1 +intoxicated/8 1 +intoxicating 1 +intoxication/2 1 +intracellular 1 +intracity +intraclass +intracohort +intractability/13 1 +intractable/17 1 +intradepartmental +intrafamily +intragenerational +intragenerationally +intraindustry +intraline +intrametropolitan +intramural +intramurally +intramuscular/8 1 +intranasal +Intranet +intransigence/2 1 +intransigent/42 1 +intransitive/41 1 +intraoffice +intraprocess +intrapulmonary +intraregional +intraregionally +intrasectoral +intrastate +intra 903 +intratissue +intra 1 +intrauterine +intravenous/439 1 +in-tray +in-trays +intrepid/18 1 +intrepidity/13 1 +intricacy/13 1 +intricate/18 1 +intrigue/28 1 +intriguer/2 1 +intriguing/8 1 +intrinsic +intrinsically +intrinsics +intro/9 1 +introduce/6 1 +introducer/5 1 +introduction/2 1 +introductory 1 +introit/2 1 +introspection/2 1 +introspective/18 1 +introversion/2 1 +introvert/29 1 +intrude/6 1 +intruder/2 1 +intruding 1 +intrusion/2 1 +intrusive/14 1 +intubate/6 1 +intubation/5 1 +intuit/261 1 +intuitable +intuition/2 1 +intuitionist/5 1 +intuitive/14 1 +Inuit 1 +inunction's +inundate/6 1 +inundation/2 1 +inure/6 1 +inured 1 +invade/6 1 +invader/2 1 +invalid/192 1 +invalidate/6 1 +invalidation/2 1 +invaliding 1 +invalidism/2 1 +invalidity/13 1 +invaluable/35 1 +invariability/13 1 +invariable/327 1 +invariance/9 1 +invariant/43 1 +invasion/2 1 +invasive +invasiveness +invective/38 1 +inveigh/10 1 +inveigher/5 1 +inveigle/6 1 +inveiglement 1 +inveigler/2 1 +invent/10 1 +invention/2 1 +inventive/14 1 +inventor/2 1 +inventory/77 1 +inventress/3 1 +inveracities +inveracity's +Inverclyde/1 +Inverness/1 +inverse/440 1 +inversion/2 1 +invert/4 1 +invertebrate/2 1 +inverter/2 1 +invertible +invest/10 1 +investee/1 +investees +investigate/6 1 +investigation/2 1 +investigative +investigator/2 1 +investigatory +investiture/2 1 +investment/2 1 +investor/2 1 +inveteracy/13 1 +inveterate/8 1 +invidious/14 1 +invigilate/290 1 +invigilator/2 1 +invigorate/6 1 +invigorating/8 1 +invigoration/2 1 +invincibility/13 1 +invincible/35 1 +inviolability/13 1 +inviolable/17 1 +inviolate/18 1 +inviscid +invisibility/13 1 +invisible/250 1 +invitation/2 1 +invitational 1 +invitationally +invite/28 1 +invitee/9 1 +inviter/5 1 +inviting/8 1 +invocable +invocation/2 1 +invoice/32 1 +invokable +invoke/6 1 +invoker/2 1 +involuntary/91 1 +involute 1 +involution/2 1 +involve/6 1 +involved/8 1 +involvement/2 1 +involver/5 1 +invulnerability/13 1 +invulnerable/35 1 +inward/31 1 +inwrought 904 +iodate 1 +iodide/2 1 +iodine/5 1 +iodise/6 1 +iodize/6 1 +Iolanthe/1 +ion/2 1 +Iona +Ionian 1 +ionic 1 +ionisation +ionisations +ionise/6 1 +ioniser/1 +ionisers +ionization/9 1 +ionize/6 1 +ionizer/2 1 +ionosphere/2 1 +ionospheric +iota/2 1 +IOU 1 +Iowa 1 +IP +IPA +ipecac/2 1 +IPR +ipso +Ipswich/1 +Iqaluit +Iqbal +IQ 1 +Ira +Iran/5 1 +Iranian/2 1 +Irani 1 +Iraq/5 1 +Iraqi/2 1 +irascibility/13 1 +irascible/17 1 +irate/61 1 +irateness +iratenesses +ire/32 1 +ireful 1 +Ireland/5 1 +Irene +irenic/9 1 +iridescence/2 1 +iridescent/8 1 +iridium/5 1 +iris/441 1 +Irishman/5 905 +Irishmen's 906 +Irishmen 907 +Irish 1 +Irishwoman/5 908 +Irishwomen's 909 +Irishwomen 910 +irk/10 1 +irksome/14 1 +Irkutsk +Irma +iron/71 1 +ironclad/9 1 +ironer/9 1 +ironic +ironical/18 1 +ironing/5 1 +ironmonger/2 1 +ironmongery/5 1 +ironness +ironside/2 1 +ironstone/2 1 +ironware/2 1 +ironwoods +ironwood's +ironwork/2 1 +ironworker/5 1 +irony/13 1 +Iroquoian 1 +Iroquois 1 +irradiate/6 1 +irradiation/2 1 +irradiative +irrational/42 1 +irrationality/5 1 +irreclaimable 1 +irreconcilability/13 1 +irreconcilable/250 1 +irrecoverable/35 1 +irredeemable/327 1 +irredentism/5 1 +irredentist/5 1 +irreducibility/5 1 +irreducible/17 1 +irreflexive +irrefutable/17 1 +irregular/42 1 +irregularity/13 1 +irrelevance/2 1 +irrelevancy/13 1 +irrelevant/8 1 +irreligious 1 +irremediable/35 1 +irremovable 1 +irreparable/35 1 +irreplaceable/105 1 +irrepressible/17 1 +irreproachable/35 1 +irreproducibility 1 +irresistibility/5 1 +irresistible/35 1 +irresolute/14 1 +irresolution/2 1 +irresolvable 1 +irrespective/8 1 +irresponsibility/13 1 +irresponsible/250 1 +irretrievable/17 1 +irreverence/2 1 +irreverent/8 1 +irreversibility 1 +irreversible/17 1 +irrevocable/35 1 +irrigable 1 +irrigate/6 1 +irrigation/2 1 +irritability/13 1 +irritable/35 1 +irritant/9 1 +irritate/6 1 +irritated/8 1 +irritating/8 1 +irritation/2 1 +irritative 1 +irrupt/10 1 +irruption/2 1 +irruptive 1 +IRS 1 +Irvin/1 +Irvine +Irving +Irwin/1 +Isaac/5 1 +Isaacson +Isabel/1 +Isabella/1 +Isabelle/1 +Isaiah/1 +ISBN +Iscariot +Ishmael 1 +isinglass/3 1 +Isis 1 +Islam/5 1 +Islamabad/5 1 +Islamic 1 +island/16 1 +islander/2 1 +Islay/1 +isle/16 1 +islet/2 1 +Islington/1 +ism/2 1 +isn't +ISO +isobar/2 1 +isobaric +isochronal/8 1 +isochronous/8 1 +isocline/5 1 +isocyanate/5 1 +isodine +isolate/6 1 +isolated 1 +isolation/2 1 +isolationism/2 1 +isolationist/2 1 +isolationistic +isolator/2 1 +Isolde/1 +isomer/2 1 +isomeric 1 +isomerism/2 1 +isometric/39 1 +isometrically +isomorph/5 1 +isomorphic +isomorphically +isomorphism/2 1 +isoperimetrical +isopleth/2 1 +isosceles +isostatic 1 +isotherm/2 1 +isothermal/8 1 +isotonic +isotope/2 1 +isotopic +isotropic +isotropically +isotropy/5 1 +ISP +ispell/1 +Israel/5 1 +Israeli/2 1 +Israelite/2 1 +ISSN +is 54 +i's 911 +issuable 1 +issuance/2 1 +issuant +issue/32 1 +issuer/2 1 +Istanbul/5 1 +isthmian 1 +isthmus/3 1 +it/2 1 +Italian/2 1 +Italianate 1 +italic/9 1 +italicisation/9 1 +italicise/6 1 +italicization/9 1 +italicize/6 1 +Italy/5 1 +Itanagar +itch/21 1 +itchily +itching 1 +itchy/66 1 +it'd +item/16 1 +itemisation/9 1 +itemise/6 1 +itemiser/1 +itemisers +itemization/9 1 +itemize/6 1 +itemizer/2 1 +item 1 +iterate/6 1 +iteration/2 1 +iterative/8 1 +iterator/1 +iterators +Ithaca +Ithacan 1 +itinerant/42 1 +itinerary/13 1 +it'll +Ito/1 +itself 1 +I 1 +ITT +ITU +ITV +IUD +IUDs +Ivan/1 +Ivanhoe +I've +Ives +IVF +ivied 1 +ivory/13 1 +iv's +iv 1 +ivy/13 1 +ix 1 +jab/152 1 +jabber/4 1 +jabberer/2 1 +jabbering/9 1 +jabot/2 1 +jacaranda/2 1 +jack/71 1 +jackal/2 1 +jackass/3 1 +jackboot/2 1 +jackbooted +jackdaw/2 1 +jacker/2 1 +jacket/29 1 +jackhammered +jackhammering +jackhammer's +Jackie 1 +jackings +jack-in-the-box +jackknife/442 912 +jackknives 913 +jackpot/2 1 +Jackson/2 1 +Jacksonville 1 +Jacky 1 +Jacob/9 1 +Jacobean 1 +Jacobian 1 +Jacobin 1 +Jacobi's 914 +Jacobi 915 +Jacobite 1 +Jacobsen +Jacobson/1 +Jacoby +jacquard/2 1 +Jacqueline +Jacques +jacuzzi 1 +jade/176 1 +jaded/14 1 +jadeite/2 1 +jade 1 +Jaeger/1 +jag/137 1 +Jaggar/1 +jagged/14 1 +Jagger +jaguar/2 1 +jaggy/37 1 +jail/29 1 +jailbird/2 1 +jailbreak/2 1 +jailer/2 1 +Jaime/1 +Jainism 1 +Jaipur +Jakarta 1 +Jake +Jakes +Jakob +jalapeño +jalapeños +jalopy/13 1 +jalousie/2 1 +jam/78 1 +Jamaica/5 1 +Jamaican/9 1 +jamb/29 1 +jambalaya/2 1 +jamboree/2 1 +Jameson +Jamestown/1 +James 1 +Jamie/1 +Jamieson/1 +Jana +Janacek +Jane/1 +Janeiro +Janesville +Janet/1 +jangle/28 1 +jangler/2 1 +jangling 1 +jangly 1 +Janice +Janis +janissary/13 1 +janitor/2 1 +janitorial +Janos +Jansen 1 +Jan 1 +January/13 1 +Japan/5 1 +Japanese/5 1 +jape/32 1 +jar/120 1 +Jardine +jardinière +jardinières +jardinière's +jarful/9 1 +jargon/5 1 +jarring/42 1 +Jarvis +jasmine/2 1 +Jason/5 1 +jasper/2 1 +jato/2 1 +jaundice/32 1 +jaunt/186 1 +jaunty/67 1 +Java/5 1 +Javanese 1 +JavaScript +javelin/16 1 +jaw/29 1 +jawbone/176 1 +jawbreaker/2 1 +jawing 1 +jawline 1 +jay/2 1 +Jayasuriya +jaybird/2 1 +Jaycee/9 1 +jaywalk/10 1 +jaywalker/2 1 +jaywalking/9 1 +Jazeera +jazz/21 1 +jazzmen 916 +jazzy/191 1 +jct +jealous/18 1 +jealousy/13 1 +Jeanette/1 +Jeanie +Jeanne +Jeannie +jeans +jean's +Jean 1 +Jeep/2 1 +jeer/29 1 +jeerer/5 1 +jeering/42 1 +Jeeves +jeez +Jeff/1 +Jefferson/5 1 +Jeffrey +Jeffreys +jehad's +Jehoshaphat +Jehovah 1 +jejuna 917 +jejune/18 1 +jejunum/5 918 +Jekyll +jell/10 1 +jellied 1 +jello's +jelly/34 1 +jellybean's +jellyfish/3 1 +jellying's +jellylike 1 +jellyroll/9 1 +jelly's +jemmy/5 1 +Jenkins +Jenner +jennet/2 1 +Jennie +Jennifer +Jennings +Jensen/1 +Jenson +jenny/13 1 +jeopardise/6 1 +jeopardize/6 1 +jeopardy/13 1 +jeremiad/2 1 +Jeremiah 1 +Jeremy/1 +Jericho/5 1 +jerk/4 1 +jerker/5 1 +jerkin/2 1 +jerking 1 +jerky/67 1 +jeroboam 1 +Jerome +jerry/5 1 +jerry-builder +jerry-builders +jerry-building +jerry-built +jersey/2 1 +Jersey/5 1 +Jerusalem/5 1 +Jervis +Jesse/1 +Jessica +Jessie +Jessop/1 +Jessops +jess's +jess 1 +jest/29 1 +jester/2 1 +jesting/8 1 +Jesuit/9 1 +Jesus +jet/126 1 +jet-black +Jethro +jet-lag +jet-lagged +jetliner's +jet-propelled +jetsam/2 1 +jet-setted +jet-setter/1 +jet-setters +jet-setting +jetting's +jetting 1 +jettison/4 1 +jet 1 +jetty/303 1 +Jew/2 1 +jewel/86 1 +jeweller/2 1 +jewellery/5 1 +jewelling 1 +Jewess/3 1 +Jewish/105 1 +Jewry 1 +Jezebel/9 1 +jg/1 +jib/152 1 +jibbing 1 +jib-boom +jib-booms +jibe/52 1 +jiff/9 1 +jiffy/13 1 +jig/111 1 +jigger/29 1 +jiggery +jiggery-pokery +jigging/5 1 +jiggle/28 1 +jiggly/37 1 +jigsaw/16 1 +jihad/2 1 +jilt/4 1 +jilter/5 1 +Jim/1 +Jimenez +jimmied +Jimmy +jimmying 919 +jimmy's +jingle/28 1 +jingler/5 1 +jingling 1 +jingly/37 1 +jingo/5 1 +jingoism/2 1 +jingoist/2 1 +jingoistic 1 +jingoist 1 +jinked +jinn/2 1 +jinni's +jinrikisha's +jinx/21 1 +jitsu +jitter/109 1 +jitterbug/111 1 +jitterbugger/2 1 +jittery/37 1 +jiu +jiu-jitsu +jiujitsu's +jive/32 1 +jnr. +Jo/1 +Joan/1 +Joanna +Joanne/1 +Joaquin +job/152 1 +jobber/2 1 +jobbery/5 1 +jobbing's +jobholder/2 1 +jobless/58 1 +Jo'burg +jock/16 1 +jockey/29 1 +jockstrap/2 1 +jocose/14 1 +jocosity/13 1 +jocular/8 1 +jocularity/13 1 +jocund/8 1 +jocundity/13 1 +jodhpurs +Jodie/1 +Joe/5 1 +Joel +joey/5 1 +jog/137 1 +jogger/2 1 +jogging/9 1 +joggle/28 1 +joggler/5 1 +Johann +Johanna/1 +Johannes +Johannesburg/5 1 +Johansen +John/9 1 +Johnnie/5 1 +john's +Johnson 1 +Johnston/1 +Johnstone +Johnstown +johnny/13 1 +johnny-come-lately +join/4 1 +joiner/2 1 +joinery/13 1 +joining 1 +joint/302 1 +jointed/18 1 +jointer/5 1 +jointing 1 +joint-stock +jointures 1 +joist/90 1 +joke/32 1 +joker/2 1 +jokey 920 +jokier 921 +jokiest 921 +jokily +joking/8 1 +joky/37 1 +Jolla/1 +jollification/2 1 +jollily +jollity/13 1 +jolt/4 1 +jolter/2 1 +jolting 1 +Joly/1 +jolly/443 1 +Jon/1 +Jonah 1 +Jonas +Jonathan 1 +Jones/68 1 +jong/1 +jongg/1 +jonquil/2 1 +Jonny +Joplin +Jordan/5 1 +Jordanian/9 1 +Jorge +Jorgensen +Jorgenson +José +Jose +Josef +Josephine +Josephson +Joseph 1 +Josephus +Joshua/5 1 +Josiah +José's +joss/5 1 +jostle/28 1 +jostling 1 +jot/358 1 +jotter/2 1 +jotting/2 1 +joule/2 1 +jounce/28 1 +journal/86 1 +journalese/2 1 +journalise/6 1 +journaliser/1 +journalisers +journalism/2 1 +journalist/2 1 +journalistic 1 +journalize/6 1 +journalizer/2 1 +journalling 1 +journey/29 1 +journeyer/2 1 +journeyings +journeyman/5 922 +journeymen's 923 +journeymen 924 +joust/29 1 +jouster/2 1 +Jovanovich +Jove 1 +jovial/8 1 +joviality/13 1 +Jowell/1 +jowl/2 1 +jowly/37 1 +joy/29 1 +Joyce +joyful/106 1 +joyless/14 1 +joyous/14 1 +joyride/444 925 +joyrider/2 1 +joyriding 1 +joyrode 926 +joystick/9 1 +JPEG +JPG +J 1 +ju +Juan +Juanita +jubilant/8 1 +jubilate/6 1 +jubilation/2 1 +jubilee/2 1 +Judah +Judaic 1 +Judaism/5 1 +Judas 1 +Judd/1 +judder/10 1 +Jude +Judea +judge/32 1 +judgement/2 1 +judgemental +judgementally +judgement-seat +judger/5 1 +judgeship/2 1 +judicature/2 1 +judicial/8 1 +judiciary/53 1 +judicious/14 1 +Judith 1 +judo/2 1 +Judson/1 +Judy/1 +jug/111 1 +jugful/2 1 +juggernaut/2 1 +juggle/28 1 +juggler/2 1 +jugglery/13 1 +juggling 1 +jugular/9 1 +juice/32 1 +juicer/2 1 +juicy/67 1 +jujitsu/2 1 +ju-ju/1 +jujube/2 1 +jujutsu's +jukebox/3 1 +julep/2 1 +Jules +Julia/1 +Juliana +Julian's +Julian 1 +Julie/2 1 +julienne/52 1 +Juliet/1 +Julio +Julius +July/1 +Julys +jumble/28 1 +jumbo/2 1 +jump/4 1 +jumper/2 1 +jumping 1 +jump-off +jump-start +jump-starting +jumpsuit/9 1 +jumpy/67 1 +junco/2 1 +junction/2 1 +juncture/2 1 +June/5 1 +Juneau 1 +Jung/5 1 +Jungfrau +Jungian 1 +jungle/2 1 +junior/2 1 +juniority/5 1 +junior 1 +juniper/2 1 +junk/29 1 +junker/2 1 +junket/29 1 +junketing 1 +junkie/164 1 +junky/208 1 +Juno 1 +junta/2 1 +Jupiter/5 1 +Jurassic 1 +juridical/8 1 +jurisdiction/2 1 +jurisdictional/8 1 +jurisprudence/2 1 +jurisprudential/8 1 +jurisprudent 1 +jurist/2 1 +juristic 1 +juror/2 1 +jury/77 1 +juryman/5 927 +jurymen's 928 +jurymen 929 +jury 1 +jurywoman/5 930 +jurywomen 931 +Jussi/1 +jussive 1 +just/20 1 +juster/5 1 +justice/2 1 +justiciable +justifiability/5 1 +justifiable/17 1 +justification/2 1 +justificatory +justified 1 +justifier/2 1 +justify/34 1 +Justin +Justine +just 1 +jut/358 1 +jute/2 1 +Jutland/5 1 +jutting 1 +Juvenal +juvenile/2 1 +juxtapose/6 1 +juxtaposition/2 1 +kabob's +kaboom +kabuki/2 1 +Kabul/5 1 +kaddish/68 1 +Kafkaesque +Kafka 1 +kaftan 1 +Kagoshima +Kahn/1 +kaiser/2 1 +Kalahari 1 +Kalamazoo +kale/2 1 +kaleidoscope/2 1 +kaleidoscopic +kaleidoscopically +kales 932 +Kali 1 +kamikaze/2 1 +Kampala/5 1 +Kampf +Kampuchea/5 1 +Kandahar +Kane/1 +kangaroo/16 1 +Kannada 1 +Kano +Kanoa/1 +Kansai +Kansas +Kant 1 +kaolin/5 1 +kaolinic +kaolinise/6 1 +kaolinize/6 1 +kapellmeister/5 1 +Kaplan/1 +kapok/5 1 +kappa/5 1 +kaput's +kaput 1 +Karachi/5 1 +karakul/5 1 +karaoke 1 +karate/5 1 +karat's +Karen 1 +Karl +karma/2 1 +karmic 1 +Karp/1 +kart/5 1 +Kasai +Kashmir 1 +Kasprowicz +Kate/1 +Katharine/1 +Katherine +Kathleen +Kathmandu/5 1 +Kathy +Katie/1 +Katmai +Katrina/1 +Katz +katydid/2 1 +Kauai 1 +Kaufman/1 +Kaunda +Kawasaki +Kay +kayak/16 1 +kayo/29 1 +Kazakhstan/5 1 +Kazakh 1 +kazoo/2 1 +kbps +kb 1 +kB 1 +kc/5 1 +kcal/1 +KDE +Keane +Kearney +Keating +Keats/1 +kebab/2 1 +Keck/1 +kedgeree/9 1 +Keegan +keel/29 1 +Keele/1 +keeler 1 +keelhaul/10 1 +keeling 1 +keen/115 1 +Keenan +keener/5 1 +keening's +keen 1 +keep/128 933 +keeper/2 1 +keep-fit +keeping/2 1 +keepsake/2 1 +keg/111 1 +Keighley +Keith +Keller +Kelley +Kellogg +kelp/29 1 +kelpers +Kelsey/1 +kelvin/2 1 +Kelly/1 +Kemp +Kempton/1 +ken/116 1 +Kendal +Kendall/1 +Kenilworth +Kennedy 1 +kennel/86 1 +kennelling 1 +Kennet +Kenneth +kenning 1 +keno's +Kenosha +Kensington +Kent/5 1 +Kenton/1 +Kentucky 1 +Kenya/5 1 +Kenyan/9 1 +Kenyatta +Kenny +Kenyon/1 +kepi/2 1 +Kepler/5 1 +kept 934 +keratin/2 1 +kerb/16 1 +kerbside +kerchief/90 1 +Kermit +Kern +kerned +kernel/16 1 +kerning 1 +kerosene/2 1 +Kerr/1 +Kerry/5 1 +Kershaw +Kessler/1 +Kesteven +kestrel/2 1 +ketch/3 1 +ketchup/2 1 +ketone/5 1 +ketosis/5 1 +Kettering +kettle/2 1 +kettledrum/2 1 +kettleful 1 +Kevin +Kewaskum +Kewaunee +Kewell +Kewpie 1 +key/29 1 +keyboard/29 1 +keyboarder/2 1 +keyboardist/9 1 +keyclick/1 +keyclicks +keyhole/2 1 +Keynesian 1 +Keynes 1 +keynote/32 1 +keynoter/2 1 +keypad/2 1 +keypunch/55 1 +keypuncher/2 1 +keyring +keystone/2 1 +keystroke/176 1 +key 1 +keyword/2 1 +K-factor +KGB +kg 1 +Khabarovsk/1 +Khachaturian/1 +khaki/2 1 +Khalid +khan/2 1 +Khartoum/5 1 +Khatami/1 +Khmer 1 +Khoisan 1 +Khrushchev +Khyber +kHz/5 1 +kibble/32 1 +kibbutz/445 1 +kibitzer's +kibosh/114 1 +kick/4 1 +kickback/2 1 +kickballs +kickball's +kicker/2 1 +kick-off/1 +kick-offs +kickstand/2 1 +kick-start +kick-started +kick-starting +kick-starts +kicky/37 1 +kid/131 1 +kidder/2 1 +Kidderminster 1 +kiddie/52 1 +kiddingly +kidding's +kiddish 1 +kiddo/2 1 +Kidd 1 +kiddy's +kid-glove +kidless +kidnap/122 1 +kidnapper/2 1 +kidnapping/9 1 +kidney/2 1 +Kieffer/1 +Kiel/1 +Kiev/5 1 +kif-gloves +kif 1 +Kigali/5 1 +Kikuyu/5 1 +Kilauea +Kilbride/1 +Kildare/1 +Kilimanjaro/5 1 +Kilkenny/1 +kill/4 1 +killable 1 +killdeer/2 1 +killer/2 1 +killing/42 1 +killjoy/9 1 +Kilmarnock/1 +kiln/16 1 +kilo/2 1 +kilobaud/5 1 +kilobit/9 1 +kilobuck +kilobyte/9 1 +kilocycle/2 1 +kilogauss/5 1 +kilogram/2 1 +kilogramme/9 1 +kilohertz/5 1 +kilohm/1 +kilojoule/2 1 +kilolitre/2 1 +kilometre/2 1 +kiloton/2 1 +kilovolt/2 1 +kilowatt/2 1 +kilowatt-hour +kiloword +kilt/90 1 +kilter 1 +Kim +Kimball/1 +Kimberley +Kimberly/1 +kimono/2 1 +kin/2 1 +kinaesthetic/46 1 +kinaesthetics +kind/446 1 +kinda 1 +kindergarten/2 1 +kindergärtner +kindergärtners +kindergärtner's +kind-hearted +kind-heartedly +kind-heartedness/1 +kind-heartednesses +kindle/6 1 +kindler/5 1 +kindling/5 1 +kindly/160 1 +kindred 1 +kine/5 1 +kinematic/39 1 +kinesics +kine's 935 +kine 936 +kinetic/40 1 +king/29 1 +kingbird/5 1 +kingdom/2 1 +kingfisher/2 1 +kinglet/5 1 +kingly/191 1 +kingpin/2 1 +Kingsbury +kingship/2 1 +king-size +king-sized +Kingsley +Kingston/5 1 +Kingstown 1 +Kington/1 +king 1 +Kingwood +kink/29 1 +kinky/67 1 +Kinney/1 +Kinnock/1 +Kinross/1 +Kinsey +kinsfolk 1 +Kinshasa/5 1 +kinship/2 1 +kinsman/5 937 +kinsmen's 938 +kinsmen 939 +kinswoman/5 940 +kinswomen 941 +kin 1 +kiosk/2 1 +Kiowa 1 +kip/110 1 +Kipling/5 1 +kipper/29 1 +Kirby +Kirchner/1 +Kirghiz 1 +kiri +Kiribati/5 1 +kirk/16 1 +Kirkland +Kirkpatrick +Kirkwood +Kirov/1 +kirsch/68 1 +Kisangani +kismet/2 1 +kiss/55 1 +kissable 1 +kisser/2 1 +Kissinger/1 +kissings +kit/126 1 +Kitakyushu/5 1 +kitbag/5 1 +kitchen/16 1 +Kitchener +kitchener's +kitchenette/2 1 +kitchenware/2 1 +kite/16 1 +kite-flying +kiter/2 1 +kith/16 1 +kitsch/3 1 +kitschy 1 +kitten/29 1 +kittenish/18 1 +kittiwakes +Kitts/1 +kitty/13 1 +Kiwanis +kiwi/2 1 +kiwifruit/9 1 +kl +Klansman 1 +Klan 1 +Klaus +klaxon/5 1 +Kleenex 1 +Klein/1 +kleptomania/2 1 +kleptomaniac/2 1 +Kline/1 +Klingon +Klondike 1 +kludge/6 1 +kludger/1 +kludgers +kludge's +kludgey +klutz's +Klux +klystron/2 1 +km 1 +kn +knack/16 1 +knacker/90 1 +knackery 1 +knackish +Knapp/1 +knapsack/2 1 +knave/2 1 +knavery/13 1 +knavish/8 1 +knead/10 1 +kneader/2 1 +knee/57 1 +kneecap/110 1 +kneecapping 1 +knee-deep +knee-high +knee-jerk +kneel/128 942 +knee-length +kneeler/2 1 +kneeling 1 +knees-up +knell/29 1 +knelt 943 +Knesset 1 +knew 944 +knick +knickerbocker/9 1 +knickers +knick-knack/1 +knick-knackery +knick-knackish +knick-knacks +knife/442 945 +knife-edge +knight/29 1 +knight-errantry +knighthood/2 1 +knightly/160 1 +knish/3 1 +knit/358 1 +knitter/2 1 +knitting/2 1 +knitwear/5 1 +knives's 946 +knives 947 +knob/2 1 +knobbly 1 +knobby/37 1 +knock/4 1 +knockabout/5 1 +knock-down +knock-downs +knocker/2 1 +knocking/9 1 +knocking-shop +knock-kneed +knock-on +knock-out +knock-up +knockwurst's +knoll/29 1 +Knossos/1 +knot/126 1 +knothole/2 1 +knotting/5 1 +knotty/191 1 +know/166 948 +knowable 1 +knower/5 1 +know-how +knowing/447 1 +know-it-all +knowledge/2 1 +knowledgeable/35 1 +Knowles +known/9 1 +Knox +Knoxville +knuckle/32 1 +knuckleduster/9 1 +Knudsen +Knudson +knurl/259 1 +Knuth/5 1 +Knutsen +Knutson +koala/2 1 +Kobayashi +Kobe +Koch +Kodachrome/1 +Kodak/1 +Kodaly +Kodiak 1 +Koenig +Koenigsberg +Koertzen +Kofi +Kohl +Kohler +kohlrabi/3 1 +kohlrabies 1 +kola/2 1 +Kolonia/1 +Kong +Konrad/1 +kookaburra/2 1 +kookiness +kookinesses +kook's +kooky/37 1 +kopeck/2 1 +kopeks +Koran/5 1 +Korea/5 1 +Korean/9 1 +Koror/1 +Kosciusko +kosher 1 +Kosovo/1 +Kovacs +Kowalski/1 +Kowloon +kowtow/4 1 +kph 1 +kraal/16 1 +Kraemer +kraft/5 1 +Krakatoa 1 +Krakow 1 +Kramer +Krause +Krebs +Kremlin/1 +Kremlinologist 1 +Kremlinology 1 +Krieger/1 +kriegspiel/5 1 +krill/2 1 +Kris +Krishna 1 +Kristin/1 +Kristina +krona/448 1 +krone/449 1 +Kronecker/1 +Kropotkin +Krueger +Kruger +Krugman +Krupp +Kruse/1 +krypton/5 1 +KS +kt. +k 1 +K 1 +Kuala/1 +Kublai +Kubrick +kudos +kudos's +kudzu/2 1 +Kuenning/1 +Kuhn/1 +kulaks +Kumar +kumquat/2 1 +Kuomintang 1 +Kurd/2 1 +Kurdish 1 +Kurdistan/5 1 +Kurosawa +Kurt/1 +kurtosis/5 1 +Ku 1 +Kuwait/5 1 +Kuwaiti/9 1 +kV 1 +KwaNdebele +KwaZulu +kWh +kW 1 +kyle/2 1 +Kyoto/5 1 +Kyrgyzstan/1 +Kyushu/5 1 +l/450 1 +la/5 1 +lab/2 1 +label/86 1 +labeller/2 1 +labellings +labelling 1 +labial/42 1 +labia's 949 +labia 950 +labile 1 +labiodental 1 +labium/5 951 +laboratory/13 1 +laborious/14 1 +labour/29 1 +laboured/18 1 +laboured's +labourer/2 1 +labouring/8 1 +labourings +labouring's +labour-intensive +labour-saving +Labrador 1 +Lab 1 +laburnum/2 1 +labyrinth/2 1 +labyrinthine +lac/451 1 +lace/32 1 +lacer/5 1 +lacerate/6 1 +laceration/2 1 +lacerative +lace-ups +lacewing/2 1 +lachrymal/9 1 +lachrymose 1 +lacier 952 +laciest 952 +lacing/5 1 +lack/29 1 +lackadaisical/73 1 +Lackawanna +lackey/29 1 +lacklustre 1 +laconic +laconically +lacquer/29 1 +lacquerer/2 1 +lacquering 1 +lacrosse/2 1 +lactate/32 1 +lactation/2 1 +lactational/8 1 +lacteal 1 +lactic 1 +lactose/2 1 +lacuna/22 1 +lacy/37 1 +lad/16 1 +Ladbrokes +ladded +ladder/29 1 +laddie/2 1 +ladding +laddings +lade/452 1 +Laden's +laden 1 +lading/5 1 +ladle/32 1 +ladling 1 +lady/13 1 +ladybird/2 1 +ladybug/2 1 +ladyfinger's +ladylike 1 +ladylove/2 1 +Ladyship/2 1 +laetriles +laevorotatory +laevulose 1 +Lafayette +lag/137 1 +lager/16 1 +laggard/38 1 +lagging/2 1 +lagniappe's +lagoon/2 1 +Lagos/5 1 +Lagrange +Lagrangian/5 1 +Laguerre +Laguna +Lahore/1 +lain 953 +lair/29 1 +laird/2 1 +laissez +laissez-faire +laity/13 1 +lake/16 1 +Lakehurst +Lakeland +lakeside 1 +Lakewood +Lalo +lamé +lam/271 1 +lama/2 1 +Lamaism 1 +Lamar/1 +lamasery/13 1 +lamb/29 1 +lambada/9 1 +lambaste/6 1 +lambda/2 1 +lambency/13 1 +lambent/8 1 +Lambert +lamber 1 +Lambeth +lambkin/2 1 +Lamborghini/1 +lambskin/2 1 +lambswool +lame/453 1 +lamebrain/2 1 +lamed/5 1 +Lamellibranchia 1 +lament/4 1 +lamentable/35 1 +lamentation/2 1 +lamented 1 +lamenting 1 +lamer 1 +lame 1 +lamina/70 1 +laminar +laminate/28 1 +lamination/2 1 +lamming 1 +Lamont +lamp/29 1 +lampblack/2 1 +lamper +Lampeter +lamplight/2 1 +lamplighter/2 1 +lampoon/29 1 +lampooner/5 1 +lampoonery 1 +lamp-post +lamppost/2 1 +lamp-posts +lamprey/2 1 +lampshade/2 1 +lam 1 +élan +Lana/1 +Lanai 1 +Lanarkshire/1 +Lancashire/5 1 +Lancaster/5 1 +lance/32 1 +Lancelot/5 1 +lancer/2 1 +lancet/2 1 +land/71 1 +landau/2 1 +lander/2 1 +landfall/2 1 +landfill/259 1 +landforms +landhold +landholder/2 1 +landholding/9 1 +landing/2 1 +Landis +landlady/13 1 +landless 1 +landlines +landlocked +landlord/2 1 +landlubber/2 1 +landmark/29 1 +landmass/3 1 +landmine 1 +landowner/2 1 +landownership/5 1 +landowning/5 1 +landscape/32 1 +landscaper/2 1 +landslide/16 1 +landslip/9 1 +landsman/5 954 +landsmen's 955 +landsmen 956 +land-use +landward/9 1 +Landwehr +lane/2 1 +Lang/1 +Lange +Langer +Langford +Langley +language/2 1 +languid/14 1 +languish/7 1 +languisher/5 1 +languishing/8 1 +languor/2 1 +languorous/8 1 +lank/20 1 +Lanka/1 +lanky/66 1 +lanolin/2 1 +élan's +Lansing 1 +lantern/16 1 +lanthanide/5 1 +lanthanum/5 1 +LAN 1 +lanyard/2 1 +Laois/1 +Laos +Laos's +Laotian/9 1 +lap/110 1 +lapboard/2 1 +lapdog/9 1 +lapel/2 1 +Laphroaig +lapidary/13 1 +lapin/2 1 +Laplace +Lapland/5 1 +Laplander/2 1 +lappet/2 1 +lapping 1 +Lapp 1 +laps/7 1 +lapse/32 1 +lapser/5 1 +laptop/2 1 +lapwing/2 1 +Lara +Laramie +larboard/2 1 +larcenist/9 1 +larcenous 1 +larceny/13 1 +larch/3 1 +lard/29 1 +larder/2 1 +lardy/37 1 +Laredo +Large +large/27 1 +largehearted +largemouth 1 +large-scale +largess/3 1 +largesse/9 1 +large 1 +largish 1 +largo/9 1 +lariat/29 1 +Larine +lark/29 1 +larker/5 1 +larkspur/2 1 +Larousse +Larry/1 +Lars +Larsen +Larson +larva/70 1 +larval 1 +laryngeal/42 1 +laryngitis/96 1 +larynx/245 1 +lasagne/5 1 +lascivious/14 1 +lase/104 1 +laser/2 1 +lash/21 1 +lasher/5 1 +lashing/2 1 +lash-up +lass/3 1 +lassie/2 1 +lassitude/2 1 +lasso/29 1 +lassoer/5 1 +la's 957 +last/382 1 +last-ditch +lasting/31 1 +la 958 +last-minute +Laszlo/1 +latch/21 1 +latching's +latchkey/2 1 +late/27 1 +latecomer/2 1 +latency/13 1 +latent/8 1 +lateral/440 1 +Lateran/1 +latest/9 1 +LaTeX/1 +latex/3 959 +lath/29 1 +lathe/32 1 +lather/29 1 +latherer/5 1 +lathery 1 +lathes 960 +lathing/5 1 +Lathrop +latices's 961 +latices 962 +Latin/5 1 +Latinate +Latino 1 +Latin 1 +latish 1 +latitude/2 1 +latitudinal/8 1 +latitudinarian/9 1 +latitudinary +latrine/2 1 +Latrobe/1 +latte/9 1 +latter/8 1 +latter-day +latter's +lattice/32 1 +latticework/2 1 +latticing/5 1 +Lattimer +Latvia/5 1 +Latvian 1 +laud/161 1 +laudable/17 1 +laudanum/2 1 +laudatory 1 +lauder/5 1 +Lauderdale +laugh/4 1 +laughable/35 1 +laugher/2 1 +laughing/43 1 +laughingstock/2 1 +laughter/2 1 +Launce +Launceston +launch/55 1 +launcher/2 1 +launchings +launchpad/9 1 +launder/4 1 +launderer/2 1 +launderette/2 1 +laundress/3 1 +laundrette/9 1 +laundromat/9 1 +laundry/13 1 +laundryman/5 963 +laundrymen's 964 +laundrymen 965 +laundrywoman/5 966 +laundrywomen 967 +Laura/1 +laureate/52 1 +laureateship/2 1 +laureate 1 +laurel/86 1 +laurelling 1 +Lauren +Laurence +Laurent/1 +Laurie/1 +Lausanne/1 +lava/2 1 +lavage/2 1 +Laval +lavatorial +lavatory/13 1 +lave/6 1 +lavender/29 1 +lavish/454 1 +lavisher 1 +law/16 1 +law-abiding +lawbreaker/2 1 +lawbreaking/2 1 +lawful/14 1 +lawgiver/2 1 +lawgiving/1 +lawless/14 1 +Lawley/1 +lawmaker/2 1 +lawmaking/5 1 +lawn/2 1 +lawnmower/9 1 +Lawrence +Lawrenceville +lawrencium/5 1 +Lawson 1 +lawsuit/2 1 +Lawton +law 1 +lawyer/29 1 +lawyering 1 +lawyerly +lax/455 1 +laxative/38 1 +laxity/13 1 +lay/456 1 +layabout/2 1 +lay-by +lay-bys +layer/29 1 +layering/5 1 +layette/2 1 +laying 1 +layman/5 968 +laymen's 969 +laymen 970 +lay-off/1 +lay-offs +La'youn/1 +layout/2 1 +layover/2 1 +laypeople 971 +layperson/9 972 +lay 953 +Layton/1 +layup/2 1 +laywoman/5 973 +laywomen 974 +Lazar +Lazarus 1 +laze/28 1 +Lazio 1 +lazuli/5 1 +lazy/351 1 +lazybones/5 1 +lb/9 1 +LBJ +lbw +LCD 1 +le +lea/2 1 +leach/55 1 +leaching 1 +lead/4 975 +leaded 1 +leaden/18 1 +Leadenhall +leaden 1 +leader/2 1 +leaderless 1 +leadership/2 1 +lead-free +leading 1 +leaf/133 1 +leafage/2 1 +leafhopper/5 1 +leafless 1 +leaflet/29 1 +leafstalk/2 1 +leafy/191 1 +league/32 1 +leaguer/109 1 +leaguer's +Leah +leak/29 1 +leakage/2 1 +leaker/5 1 +Leakey 1 +leaky/66 1 +lean/457 1 +lean-burn +Leander/1 +leaner/5 1 +leaning/2 1 +leap/203 1 +leaper/5 1 +leapfrog/111 1 +learn/458 1 +learned/18 1 +learner/2 1 +learning/2 1 +Lear 1 +Leary +leas/7 1 +lease/32 1 +leaseback/2 1 +leasehold/2 1 +leaseholder/2 1 +leaser/2 1 +leash/21 1 +leasing/5 1 +least/9 976 +leastwise 1 +leather/29 1 +Leatherdale +leatherette/9 1 +leathering 1 +leathern +leatherneck/2 1 +leather 1 +leathery 1 +leave/237 977 +leaved 1 +leaven/29 1 +leavening/5 1 +Leavenworth +leaver/2 1 +leave-taking +leaving/2 1 +Lebanese 1 +Lebanon/5 1 +lebensraum 1 +Lebesgue +Leblanc +lecher/16 1 +lecherous/14 1 +lechery/13 1 +lecithin/2 1 +lectern/2 1 +lecture/32 1 +lecturer/2 1 +lectureship/2 1 +Leda 978 +ledge/16 1 +ledger/16 1 +LEDs +LED's +led 979 +lee/64 1 +leech/459 1 +Leeds 1 +Lee-Enfield +leek/2 1 +Lee-Metford +leer/4 1 +leering/8 1 +leery/66 1 +lees 980 +Lee 1 +Leeuwenhoek/1 +leeward/9 1 +leeway/2 1 +left/232 1 +left-footed +left-hand +left-handed/73 1 +left-hander/1 +left-handers +leftism/2 1 +leftist/2 1 +leftmost 1 +leftover/2 1 +left 981 +leftward/9 1 +left-wing +left-winger/1 +left-wingers +lefty/13 1 +leg/111 1 +legacy/13 1 +legal/42 1 +legalese/2 1 +legalisation/9 1 +legalise/6 1 +legalism/2 1 +legalistic 1 +legality/13 1 +legalization/9 1 +legalize/6 1 +legate/32 1 +legatee/2 1 +legation/2 1 +legato/2 1 +leg-bye +leg-cutter +legend/2 1 +legendary/253 1 +Legendre/1 +legerdemain/2 1 +legging/2 1 +leghorn/2 1 +legibility/13 1 +legible/17 1 +legion/2 1 +legionary/53 1 +legionnaire/2 1 +legion 1 +legislate/6 1 +legislation/2 1 +legislative/42 1 +legislator/2 1 +legislature/2 1 +legitimacy/13 1 +legitimate/460 1 +legitimation 1 +legitimatise/6 1 +legitimisation +legitimise/6 1 +legitimiser +legitimization/2 1 +legitimize/290 1 +legit 1 +legless 1 +legman/5 982 +legmen's 983 +legmen 984 +Lego/1 +legroom/2 1 +leg-spinner/1 +leg-spinners +legstraps +legume/2 1 +leguminous +legwork/2 1 +leggy/66 1 +Lehigh +Lehman/1 +lei/2 1 +Leibniz 1 +Leicester/5 1 +Leicestershire 1 +Leiden 1 +Leif +Leigh +Leighton 1 +Leila +Leipzig/5 1 +leis 985 +leisure/43 1 +leisured +leisurely/160 1 +leisurewear 1 +leitmotif/2 1 +leitmotiv/2 1 +Leitrim/1 +Leland/1 +Lemke +lemma/2 1 +lemme +lemming/2 1 +lemon/16 1 +lemonade/2 1 +lemony 1 +lemur/2 1 +Len/1 +Lena/5 1 +lend/461 1 +lender/2 1 +lending 1 +length/2 1 +lengthen/10 1 +lengthener/5 1 +lengthways 1 +lengthwise 1 +lengthy/67 1 +lenience/9 1 +leniency/13 1 +lenient/8 1 +Leningrad 1 +Leninism 1 +Leninist 1 +Lenin 1 +lenitive/9 1 +Lennon/1 +Leno +Lenore/1 +lens/21 1 +lenser +lensers +Lenten +lenticular 1 +lentil/2 1 +lento/9 1 +Lenny +Leominster +Leon +Leona +Leonard +Leonardo 1 +Leone/1 +Leonid/5 1 +leonine 1 +leopard/2 1 +leopardess/3 1 +leopardskin +Leopold +Leopoldville 1 +leotard/2 1 +Leo 1 +leper/2 1 +leprechaun/2 1 +leprosy/13 1 +leprous 1 +lepta 986 +lepton/2 987 +Leroy +Les +lesbian/2 1 +lesbianism/2 1 +lesbian 1 +lesion/29 1 +Leslie/1 +Lesotho/5 1 +less/56 988 +lessee/2 1 +lessen/10 1 +lesser 989 +lesson/29 1 +lessoning 1 +lessor/2 1 +less 989 +Lester +let/409 1 +let-down/1 +let-downs +lethal/8 1 +lethality/5 1 +lethal 1 +lethargic/46 1 +lethargy/13 1 +Lethe/5 1 +Letitia/1 +let-out +letter/29 1 +letterbox/72 1 +letterer/2 1 +letterhead/2 1 +lettering/2 1 +letterman/5 990 +lettermen's 991 +lettermen 992 +letterpress/3 1 +letting/9 1 +lettuce/2 1 +letup/2 1 +leukaemia/5 1 +leukocyte/2 1 +Lev +Levant 1 +level/462 1 +level-headed/24 1 +level-headedly +leveller/2 1 +levelling 1 +lever/29 1 +leverage/463 1 +Leverton/1 +Levi/9 1 +leviathan/2 1 +levier/2 1 +Levin/1 +Levine +levitate/6 1 +levitation/2 1 +Leviticus 1 +levity/13 1 +levy/220 1 +lewd/20 1 +Lewes +Lewis/1 +lewis/5 1 +Lewisham +lexeme/2 1 +lexical/8 1 +lexicographer/2 1 +lexicographic +lexicographical/8 1 +lexicography/13 1 +lexicon/2 1 +Lexington 1 +Lexis +Leyden 1 +Leyland/1 +Leyton +lg +LGPL +LHA +Lhasa 1 +liability/13 1 +liableness +liable 1 +liaise/6 1 +liaison/2 1 +Liana +liar/2 1 +Lib +lib/152 1 +libation/2 1 +Libby/1 +Libdem +Libdems +libel/86 1 +libeller/2 1 +libelling 1 +libellous/8 1 +Liberace +liberal/41 1 +liberalisation/9 1 +liberalise/6 1 +liberaliser/1 +liberalisers +liberalism/2 1 +liberality/13 1 +liberalization/2 1 +liberalize/6 1 +liberalizer/2 1 +liberate/6 1 +liberation/2 1 +liberationists +liberator/2 1 +Liberia/5 1 +Liberian/9 1 +libero 1 +libertarian/2 1 +libertarianism/5 1 +libertine/2 1 +liberty/13 1 +libidinal 1 +libidinous/18 1 +libido/2 1 +Lib-Lab +librarian/2 1 +librarianship 1 +library/13 1 +Libra 1 +librettist/2 1 +libretto/85 1 +Libreville/5 1 +Libya/5 1 +Libyan/9 1 +licence/16 1 +licensable +license/28 1 +licensee/2 1 +licenser/5 1 +licensor/5 1 +licentiate/2 1 +licentious/14 1 +lice's 993 +lice 994 +lichee/5 1 +lichen/90 1 +lichenology 1 +lichenous +Lichfield +Lichtenstein +licit/8 1 +lick/4 1 +licker/5 1 +lickerish 1 +licking/2 1 +licorice 1 +lid/131 1 +Liddell/1 +lidless 1 +lido/2 1 +lie/173 995 +Lieberman/1 +Liebfraumilch 1 +Liechtenstein/5 1 +Liechtensteiner/2 1 +lied/464 1 +lie-down +lief 1 +liege/9 1 +lie-in +lie-ins +lien/2 1 +lier's +lieu/5 1 +lieut +lieutenancy/13 1 +lieutenant/2 1 +lieux +life/5 996 +life-and-death +lifebelt/2 1 +lifeblood/2 1 +lifeboat/2 1 +lifeboatmen 997 +lifebuoy/9 1 +life-force +lifeforms +life-giving +lifeguard/29 1 +lifeless/14 1 +lifelike/33 1 +lifeline/2 1 +lifelong +life-preserver +lifer/2 1 +life-raft/1 +life-rafts +lifesaver/2 1 +lifesaving 1 +life-size +life-sized +lifespan/9 1 +lifestyle/9 1 +life-support +lifetaking +life-threatening +lifetime/2 1 +lifework/2 1 +LIFO +lift/29 1 +lifter/2 1 +lift-off/1 +lift-offs +ligament/2 1 +ligand/2 1 +ligate/6 1 +ligation/2 1 +ligature/32 1 +light/353 998 +lighten/10 1 +lightener/2 1 +lightening/5 1 +lighter/16 1 +light-fingered +light-headed/105 1 +light-hearted/14 1 +lighthouse/2 1 +lighting/2 1 +lightning/90 1 +light-pen/1 +light-pens +lightproof 1 +lightship/2 1 +lightweight/9 1 +ligneous 1 +lignite/2 1 +lignum 1 +like/465 1 +likeabilities +likeability/1 +likeable/58 1 +likelihood/2 1 +likely/254 1 +like-minded 1 +liken/10 1 +liker/5 1 +likewise +liking/2 1 +Lila/1 +lilac/2 1 +lilied +lilies +Lilley/1 +Lillian/1 +Lilliputian/9 1 +Lilliput 1 +Lilongwe/5 1 +lilt/29 1 +liltingly +liltingness +lily/1 +lily-livered +lilly +lily-white +Lima/5 1 +Limavady/1 +limb/90 1 +limber/4 1 +limbic 1 +limbless 1 +limbo/29 1 +Limburger 1 +lime/32 1 +limeade/2 1 +limekiln/5 1 +limelight/186 1 +Limerick/1 +limerick/2 1 +limestone/2 1 +lime 1 +limier 999 +limiest 999 +liming 1 +limit/29 1 +limitability +limitably +limitation/2 1 +limited/18 1 +limiter/2 1 +limiting 1 +limitless/14 1 +limn/10 1 +limo/9 1 +limousine/2 1 +limp/26 1 +limper/5 1 +limpet/2 1 +limpid/14 1 +limpidity/13 1 +limping 1 +Limpopo 1 +limy/37 1 +Lin/1 +linage/2 1 +linchpin/2 1 +Lincoln/5 1 +Lincolnshire/5 1 +Lincs +Lind/1 +Linda/1 +Lindberg/1 +Lindbergh/1 +linden/2 1 +Lindquist/1 +Lindsay/1 +Lindsey/1 +Lindstrom/1 +line/32 1 +lineage/2 1 +lineal/8 1 +lineament/2 1 +linear/8 1 +linearisability +linearisable +linearisation +linearise/6 1 +linearity/13 1 +linebacker/2 1 +linefeed 1 +linen/2 1 +liner/2 1 +linesman/5 1000 +linesmen's 1001 +linesmen 1002 +line-up +line-ups +linger/10 1 +lingerer/2 1 +lingerie/2 1 +lingering/8 1 +Lingfield/1 +lingo/3 1 +ling 1 +lingua/5 1 +lingual/42 1 +linguine 1 +linguini's +linguist/2 1 +linguistic/39 1 +linguistically +liniment/2 1 +lining/2 1 +link/29 1 +linkable +linkage/2 1 +linker/2 1 +linkings +link-up +link-ups +Linn/1 +Linnaeus/5 1 +linnet/2 1 +lino/5 1 +linoleum/2 1 +Linotype/5 1 +linseed/2 1 +lint/16 1 +lintel/2 1 +linter's +Linton +linty/37 1 +Linus +Linux/5 1 +lion/2 1 +Lionel +lioness/1 +lionesses +lionhearted 1 +lionise/6 1 +lioniser/2 1 +lionization/2 1 +lionize/142 1 +lionizer/5 1 +lip/110 1 +lipase/5 1 +lipid/2 1 +lipless 1 +liplike 1 +liposuction/9 1 +lipping 1 +lippy/37 1 +lip-read +lip-reader +lip-reading +lip-readings +lip-reads +Lipschitz/1 +Lipscomb/1 +lip-service +lipstick/16 1 +lip-sync +lip-synch +Lipton/1 +lip 1 +liq +liquefaction/2 1 +liquefier/2 1 +liquefy/34 1 +liqueur/16 1 +liquid/38 1 +liquidate/6 1 +liquidation/2 1 +liquidator/2 1 +liquidisation +liquidisations +liquidise/6 1 +liquidiser/2 1 +liquidity/13 1 +liquidization +liquidizations +liquidize/6 1 +liquidizer/2 1 +liquor/16 1 +liquorice/2 1 +liquorish +lira/466 1 +Lisa +Lisbon/5 1 +Lisburn/1 +lisle/2 1 +lisp/29 1 +lisper/2 1 +lisping 1 +Lissajous +lissom/33 1 +lissome/33 1 +list/29 1 +listen/10 1 +listener/2 1 +Lister/2 1 +listeria 1 +listing/2 1 +listless/14 1 +Liszt +lit/467 1 +litany/13 1 +literacy/13 1 +literal/41 1 +literalism/5 1 +literalistic 1 +literal-minded +literary/160 1 +literate/42 1 +literateness +literation/5 1 +literati 1003 +literature/2 1 +lithe/27 1 +lithesome +lithium/5 1 +lithograph/29 1 +lithographer/2 1 +lithographic +lithographically +lithography/13 1 +lithological 1 +lithology/5 1 +lithosphere/2 1 +lithospheric +Lithuania/5 1 +Lithuanian 1 +litigant/2 1 +litigate/6 1 +litigation/2 1 +litigator/2 1 +litigious/14 1 +litmus/3 1 +litotes +litotes's +litre/2 1 +Li 1 +lit 1004 +litter/29 1 +litterbug/2 1 +litterer/9 1 +little/350 1005 +littleneck/5 1 +Littleton +little 1 +Litton +littoral/9 1 +littérateur +littérateurs +lit 1 +liturgical/8 1 +liturgics's +liturgist/2 1 +liturgy/13 1 +live/468 1 +liveability/13 1 +liveable/33 1 +liveably +lived-in +livelihood/2 1 +livelong/9 1 +lively/160 1 +liven/10 1 +liver/29 1 +liveried +liverish 1 +Livermore +Liverpool/5 1 +Liverpudlian/2 1 +liverwort/2 1 +liverwurst's +livery/13 1 +liveryman/5 1006 +liverymen's 1007 +liverymen 1008 +livery 1 +lives's 1009 +lives 1010 +livestock/2 1 +livid/18 1 +living/9 1 +Livingston +Livingstone +living 1 +Livonia 1 +lixiviation 1 +Liz/1 +lizard/2 1 +Lizzie +Lizzy +Ljubljana/5 1 +ll +llama/2 1 +Llanelli/1 +llano/2 1 +LLB 1 +LLD 1 +Llewellyn +Lloyd/1 +lo +load/29 1 +loadable +loader/2 1 +loading/2 1 +loadstar's +loadstone's +loaf/133 1 +loafer/2 1 +loafing 1 +loam/16 1 +loamy/37 1 +loan/29 1 +loanable +loaner/2 1 +loaning/5 1 +loansharkings +loanword/9 1 +loath/469 1 +loathe/301 1 +loather/2 1 +loathing/2 1 +loathsome/14 1 +lob/152 1 +Lobachevsky +lobar 1 +lobber/2 1 +lobby/77 1 +lobbying 1 +lobbyist/2 1 +lobe/176 1 +lobotomise/6 1 +lobotomist +lobotomy/13 1 +lobster/29 1 +lobstering 1 +lobular +lobularity 1 +lobularly +lobule/2 1 +local/440 1 +locale/16 1 +localisation/9 1 +localise/6 1 +localiser/2 1 +localisms +locality/13 1 +localization/2 1 +localize/6 1 +localizer/2 1 +locatable +locate/6 1 +locater/5 1 +location/2 1 +locational +locationally +locative 1 +locator/2 1 +loch/2 1 +loci's 1011 +loci 1012 +lock/29 1 +lockable +locker/2 1 +locket/2 1 +Locke 1 +Lockhart/1 +Lockheed/1 +lockjaw/2 1 +locknut/5 1 +lockout/2 1 +locksmith/2 1 +locksmithing/5 1 +locksteps +lock-up/1 +lock-ups +Lockwood/1 +loco/470 1 +locomotion/2 1 +locomotive/43 1 +locomotor 1 +locomotory +loco 1 +locoweed/2 1 +locus/5 1013 +locust/2 1 +locution/2 1 +lode/2 1 +lodestar/2 1 +lodestone/2 1 +lodge/32 1 +lodgement/2 1 +lodger/2 1 +lodging/2 1 +loft/29 1 +lofter/5 1 +lofty/67 1 +log/471 1 +loganberry/13 1 +Logan 1 +logarithm/2 1 +logarithmic/46 1 +logbook/2 1 +loge/2 1 +logger/2 1 +loggerhead/2 1 +loggia/2 1 +logging/2 1 +logia 1014 +logic/2 1 +logical/18 1 +logicality/13 1 +logician/2 1 +logicically +login/109 1 +logion/5 1015 +logistic/2 1 +logistical/8 1 +Logitech/1 +logjam/2 1 +logo/2 1 +logotype/2 1 +logout +logrolling/2 1 +Lohengrin +loin/2 1 +loincloth/2 1 +Loire 1 +Lois +loiter/10 1 +loiterer/2 1 +loitering 1 +Loki/5 1 +Lola +loll/4 1 +loller/5 1 +lollies +lolling 1 +lollipop/2 1 +lolly/1 +Lomé +Lomb/1 +Lombard 1 +Lombardy/5 1 +London/5 1 +Londonderry/1 +Londoner/2 1 +lone/472 1 +lonely/160 1 +loner/2 1 +lonesome/41 1 +long/473 1 +long-ago +long-awaited +longboat/2 1 +Longbotham/1 +Longbottom/1 +longbow/2 1 +Longbridge +long-distance +long-drawn +long-drawn-out +longeing +longer-term +longer 1 +longevity/13 1 +long-faced +Longfellow 1 +Longford/1 +longhair/2 1 +longhand/2 1 +longhorn/2 1 +longing/43 1 +longish 1 +longitude/2 1 +longitudinal/8 1 +long-lasting +long-legged +long-life +long-lived 1 +long-lost +long-playing +long-range +long-running +long-sighted/105 1 +long-sightedly +long-standing +Longstreet/1 +long-suffering/8 1 +longsword +long-tailed +long-term +long-time +longueur/2 1 +long-waisted +longways 1 +long-winded/105 1 +longwise 1 +Longyearbyen/1 +loo/5 1 +loofah/2 1 +look/4 1 +lookahead +lookalike/9 1 +looker/2 1 +looker-on +lookers-on +looking-glass +looking-glasses +looking 1 +lookout/2 1 +lookup/2 1 +loom/29 1 +looming's +Loomis +loon/2 1 +loonier 1016 +loonies 1017 +looniest 1016 +loony/208 1 +loop/29 1 +looper/5 1 +loophole/32 1 +looping 1 +loopy/37 1 +loose/121 1 +loose-leaf +loosen/10 1 +loosener/9 1 +loosing's +loot/29 1 +looter/2 1 +looting 1 +loo 1 +lop/175 1 +lope/28 1 +loper/5 1 +Lopez +lopper/109 1 +lopper's +lopping 1 +lopsided/14 1 +loquacious/14 1 +loquacity/13 1 +lord/29 1 +lording/5 1 +lordly/66 1 +Lordship/2 1 +lore/2 1 +Loren/1 +Lorentz +Lorentzian +Lorenz/1 +Lorenzo/1 +Loretta +lorgnette/2 1 +Lori/1 +loris/5 1 +lorn 1 +Lorraine 1 +lorry/13 1 +lorryload +lorryloads +losable 1 +lose/474 1 +loser/2 1 +losing 1 +loss/3 1 +loss-leader +loss-leaders +lossless +lossy/37 1 +lot/16 1 +Lothian/1 +lotion/2 1 +lottery/13 1 +lotto/2 1 +lot 1 +lotus/3 1 +Lou/1 +loud/20 1 +louden/197 1 +loud-mouth/1 +loud-mouthed +loud-mouths +loudspeaker/2 1 +loudspeaking +Loughborough/1 +Louie/1 +Louis/1 +Louisa/1 +Louise/1 +Louisiana/5 1 +Louisianan 1 +Louisville/5 1 +lounge/28 1 +lounger/2 1 +lounging 1 +loupe/16 1 +lour/10 1 +Lourdes +louring 1 +louse/32 1018 +lousewort/5 1 +lousy/67 1 +lout/16 1 +Louth/1 +loutish/18 1 +louvre/2 1 +louvred 1 +lovable/30 1 +love/32 1 +loveable 1 +love-bird/1 +love-birds +love-child +Lovejoy +Lovelace +Loveland +loveless/18 1 +lovelies +Lovell +lovelorn/33 1 +lovely/66 1 +lovemaking/5 1 +lover/2 1 +lovesick 1 +lovestruck +loving/18 1 +low/241 1 +low-born +lowbrow/2 1 +low-down +low-downs +Lowe/1 +Lowell +low-emission +lower/4 1 +lower-case +lower-class +lowering 1 +lowermost +Lowery +low-grade +low-income +lowing 1 +lowish +low-key +lowland/150 1 +lowlander/2 1 +low-level +lowlife/2 1 +lowlight/2 1 +lowly/160 1 +low-lying +low-noise +low-pitched +low-profile +low-spirited 1 +lows 1 +lox 1 +Loy +loyal/8 1 +loyalism/2 1 +loyalist/2 1 +loyalty/13 1 +Loyola +lozenge/2 1 +lozenged +LPG +LSD 1 +Lt +Lt. +Ltd +Luanda/5 1 +luau's +lubber/2 1 +lubberly 1 +lubber 1 +Lubbock +lube/32 1 +lubricant/2 1 +lubricate/6 1 +lubrication/2 1 +lubricative +lubricator/2 1 +lubricious/8 1 +lubricity/13 1 +Lubumbashi +Lucas +Luce +lucent/8 1 +Lucerne +Lucia/1 +Lucian +lucid/14 1 +lucidity/13 1 +Lucien +Lucifer 1 +Lucille +luck/29 1 +luckless 1 +lucky/67 1 +lucrative/14 1 +lucre/2 1 +Lucretia +Lucretius +lucubrate/6 1 +lucubration/2 1 +Lucy/5 1 +Luddite 1 +Ludhiana +ludicrous/14 1 +Ludlow/1 +Ludmilla +ludo/5 1 +Ludovic +Ludwig +luff/29 1 +Lufthansa/1 +Luftwaffe/1 +lug/137 1 +luge/5 1 +luger 1 +luge 1 +luggage/2 1 +lugger/2 1 +lugsail/2 1 +lugubrious/14 1 +Luis +Luke/5 1 +lukewarm/14 1 +lull/4 1 +lullaby/77 1 +lulling 1 +lulu/5 1 +lumbago/2 1 +lumbar 1 +lumber/29 1 +lumberer/2 1 +lumbering/5 1 +lumberjack/2 1 +lumen/5 1 +luminance/5 1 +luminary/13 1 +luminescence/2 1 +luminescent +luminosity/13 1 +luminous/18 1 +Lumière +Lumière's +lummox's +lump/29 1 +lumpen 1 +lumper/5 1 +lumpish/18 1 +Lumpur/1 +lumpy/66 1 +Luna/5 1 +lunacy/13 1 +lunar/9 1 +lunate/8 1 +lunatic/9 1 +lunation/5 1 +lunch/21 1 +luncheon/16 1 +luncheonette/2 1 +luncher/5 1 +lunchpack +lunchroom's +lunch-time +lunchtime/2 1 +Lund/5 1 +Lundberg/1 +Lundquist/1 +lune/5 1 +lung/29 1 +lunge/32 1 +lunger/5 1 +lunges 1019 +lungfish/3 1 +lungful/9 1 +lupin/9 1 +lupine/2 1 +lupus/3 1 +lurch/55 1 +lurcher/5 1 +lurching 1 +lure/28 1 +lurer/5 1 +lurex 1 +lurid/14 1 +lurk/4 1 +lurker/2 1 +lurking 1 +Lusaka/5 1 +luscious/14 1 +lush/20 1 +lusher 1 +lush 1 +Lusitania 1 +lust/29 1 +lustful/18 1 +lustre/32 1 +lustreless 1 +lustring/5 1 +lustrous/18 1 +lusty/67 1 +lutanist/2 1 +lute/32 1 +lutenist/2 1 +lutetium/5 1 +Lutheran/2 1 +Luther 1 +luting/5 1 +Luton/5 1 +Lu 1 +Lutz 1 +luxe/2 1 +Luxembourg/5 1 +Luxembourger/2 1 +Luxembourgian +Luxenbourg/1 +luxe 1 +luxuriance/2 1 +luxuriant/8 1 +luxuriate/6 1 +luxuriation/2 1 +luxurious/14 1 +luxury/13 1 +Luzon/5 1 +LZH +LZW +lycée +lyceum/2 1 +lychee/2 1 +lycopodium/5 1 +Lycra 1 +Lydia +Lydian 1 +lye/5 1 +lying/8 1020 +Lyle/1 +Lyman/1 +Lyme +lymph/2 1 +lymphatic/9 1 +lymphocyte/2 1 +lymphoid 1 +lymphoma/2 1 +Lyn +lynch/7 1 +Lynchburg 1 +lyncher/2 1 +lynching/2 1 +Lyndon +Lynn/1 +lynx/3 1 +Lyon/2 1 +lyre/2 1 +lyrebird/2 1 +lyric/52 1 +lyrical/18 1 +lyricism/2 1 +lyricist/2 1 +lyric 1 +lyrist 1 +Lysenko/1 +lysine/5 1 +Lysol 1 +Lyttleton/1 +Lytton/1 +ma/2 1 +ma'am +mañana +mañana's +Mabel/1 +mac/29 1 +macabrely +macabre 1 +macadam/2 1 +macadamise/6 1 +Macao 1 +macaque/2 1 +macaroni/2 1 +macaronic 1 +macaroon/2 1 +MacArthur/1 +Macau 1 +macaw/2 1 +Macclesfield +MacDonald/1 +MacDraw/1 +mace/32 1 +mace-bearer +mace-bearers +Macedonia/5 1 +Macedonian 1 +Macedon 1 +macer/5 1 +macerate/6 1 +maceration/2 1 +MacGregor/1 +machete/2 1 +Machiavellian 1 +Machiavelli 1 +machinable +machinate/6 1 +machination/2 1 +machine/32 1 +machine-gun +machine-gunned +machine-gunning +machine-guns +machinelike +machine-readable +machinery/13 1 +machinist/2 1 +machismo/2 1 +macho/9 1 +Mach 1 +macintosh/3 1 +MacIntyre/1 +mack/5 1 +Mackay/1 +MacKenzie/1 +Mackenzie 1 +mackerel/2 1 +Mackie +mackintosh/3 1 +Macmillan/1 +MacMillan/1 +Macon 1 +MacOS +macramé +macramés +macro/2 1 +macrobiotic/39 1 +macrocosm/2 1 +macrodynamic +macroeconomic/39 1 +macromolecular +macromolecule/2 1 +macron/2 1 +macrophage/2 1 +macroscopic +macroscopically +macrosimulation +macrosocio-economic +macro 1 +mad/394 1 +Madagascan/2 1 +Madagascar/5 1 +madam/2 1021 +madame/5 1021 +madcap/9 1 +madden/10 1 +maddeningly +maddening 1 +madder/2 1 +Maddox +Madeira 1 +Madeleine/1 +Madeline/1 +mademoiselle/2 1022 +made 1023 +made-up +madhouse/2 1 +Madhya +Madison 1 +madman/5 1024 +madmen's 1025 +madmen 1026 +Madonna/5 1 +madras 1 +Madrid/5 1 +madrigal/16 1 +Madsen/1 +madwoman/5 1027 +madwomen 1028 +Mae/1 +maelstrom/2 1 +maestro/85 1 +Mafia/5 1 +Mafiosi +Mafioso/5 1 +MAG +magazine/2 1 +magazined +magazining +Magdalena +Magdalene +Magellan 1 +magenta/2 1 +Maggie +maggot/2 1 +maggoty/37 1 +Magherafelt/1 +magic/475 1 +magical/8 1 +magician/2 1 +magic 1 +Magill +magisterial/8 1 +magi 1029 +magistracy/13 1 +magistrate/2 1 +magma/2 1 +magmatic +magnanimity/13 1 +magnanimosity +magnanimous/73 1 +magnate/2 1 +magnesia/2 1 +magnesia's 1030 +magnesia 1031 +magnesite/5 1 +magnesium/5 1032 +magnet/2 1 +magnetic/40 1 +magnetisability +magnetisable +magnetisation/9 1 +magnetise/6 1 +magnetism/2 1 +magnetite/2 1 +magnetizability +magnetizable +magnetization/9 1 +magnetize/6 1 +magneto/2 1 +magnetodynamics +magnetohydrodynamical +magnetohydrodynamics +magnetohydrodynamics's +magnetometer/2 1 +magnetosphere/5 1 +magnetron/5 1 +magnification/2 1 +magnificence/2 1 +magnificent/8 1 +magnifier/2 1 +magnify/34 1 +magniloquence/2 1 +magniloquent 1 +magnitude/2 1 +magnolia/2 1 +magnum/2 1 +Magnuson/1 +Magog/1 +magpie/2 1 +Maguire +Magyar 1 +mah +maharajah/2 1 +maharanee's +maharani/2 1 +maharishi/2 1 +mahatma/2 1 +Mahayana 1 +Mahayanist 1 +mah-jong/1 +mah-jongg/1 +Mahler/1 +Mahmoud/1 +mahogany/13 1 +mahout/2 1 +maid/2 1 +maiden/43 1 +maidenhair/2 1 +Maidenhead/1 +maidenhead/2 1 +maidenhood/2 1 +maidenly/254 1 +maidservant/2 1 +Maidstone/1 +Maier +mail/29 1 +mailable +mailbag/2 1 +mailbox/3 1 +mailer/2 1 +mailing/9 1 +maillot/2 1 +mail-order +mailshot 1 +maim/4 1 +maimed/476 1 +maimer/2 1 +maiming 1 +main/477 1 +mainbrace/5 1 +Maine 1 +mainframe/2 1 +mainland/2 1 +mainlander/2 1 +mainline/301 1 +mainliner/2 1 +mainmast/2 1 +mainsail/2 1 +mainspring/2 1 +mainstay/2 1 +mainstream/219 1 +mainstreamer 1 +maintain/10 1 +maintainability 1 +maintainable +maintainer/2 1 +maintenance/2 1 +maintop/2 1 +maiolica's +maisonette/2 1 +maize 1 +majestic/46 1 +majesty/13 1 +majolica/2 1 +major/16 1 +Majorca/5 1 +majordomo/9 1 +majorette/2 1 +majority/13 1 +major 1 +Majuro/1 +makable +make/372 1033 +make-believe +makefile +makefiles +makeover/9 1 +maker/2 1 +makeshift 1 +make-up/1 +make-ups +making/2 1 +Malabo/5 1 +malachite/2 1 +maladapt +maladapted +maladaptive +maladjust +maladjusted +maladjustive +maladjustment/2 1 +maladministration 1 +maladroit/14 1 +malady/13 1 +Malagasy/5 1 +malaise/2 1 +Malamud +malamute/2 1 +Malaprop +malapropism/2 1 +malaria/2 1 +malarial +malarkey/2 1 +malathion/9 1 +Malawi/5 1 +Malawian/9 1 +Malayan/2 1 +Malaya 1 +Malaysia/5 1 +Malaysian/9 1 +Malay 1 +Malcolm/1 +malcontent/5 1 +Maldives/5 1 +male/349 1 +malediction/2 1 +malefaction/2 1 +malefactor/2 1 +malefic +maleficence/2 1 +maleficent +males 1034 +Male 1 +malevolence/9 1 +malevolencies +malevolent/8 1 +malfeasance/2 1 +malfeasant 1 +malformation/2 1 +malformed +malfunction/4 1 +malfunctioning 1 +Malibu/1 +malice/16 1 +malicious/14 1 +malign/478 1 +malignancy/13 1 +malignant/8 1 +maligner/2 1 +malignity/13 1 +malinger/10 1 +malingerer/2 1 +Mali's 1035 +Mali 1036 +mall/16 1 +mallard/2 1 +Mallarmé +Mallarmé's +malleability/13 1 +malleable/33 1 +mallet/2 1 +Mallory +mallow/2 1 +malnourished +malnourishment/2 1 +malnutrition/2 1 +malocclusion/2 1 +malodorous 1 +Malone +malposed +malpractice/2 1 +malt/29 1 +Malta/5 1 +malted 1 +Maltese 1 +Malthusian 1 +malting/5 1 +maltose/2 1 +maltreat/10 1 +maltreatment/2 1 +malty/37 1 +Malvern +mama/2 1 +mamba/2 1 +mambo/29 1 +mammal/2 1 +mammalian/2 1 +Mammalia 1 +mammaries +mammary 1 +mamma's 1037 +mammogram/9 1 +mammography/53 1 +Mammon/5 1 +mammoth/2 1 +mammy/5 1 +Mamoutzu/1 +man/479 1038 +manacle/32 1 +Managau/1 +manage/6 1 +manageability/53 1 +manageable/105 1 +management/2 1 +manager/2 1 +manageress/3 1 +managerial/8 1 +managership/5 1 +Managua 1 +Manama/5 1 +mananas +Manasseh +manatee/2 1 +Manchester/5 1 +Manchuria/5 1 +Manchurian/9 1 +Manchu 1 +manciple/5 1 +Mancunian/2 1 +mandala/2 1 +Mandalay 1 +mandamus/21 1 +mandarin/2 1 +mandate/32 1 +mandatory 1 +Mandela +Mandelbrot/1 +Mandel's +mandible/2 1 +mandibular +mandolin/2 1 +mandrake/2 1 +mandrel/2 1 +mandrill/2 1 +mane/2 1 +Manet +Manfred +manful/8 1 +manganese/5 1 +manège +mange/16 1 +manèged +manger/2 1 +manèges +mangier 1039 +mangiest 1039 +manèging +mangle/28 1 +mangler/5 1 +mangling 1 +mango/260 1 +mangold 1 +mangold-wurzel +mangold-wurzels +mangrove/2 1 +mangy/169 1 +manhandle/6 1 +Manhattan/5 1 +manhole/2 1 +manhood/2 1 +man-hour +man-hours +manhunt/2 1 +Mani +mania/2 1 +maniac/2 1 +maniacal/8 1 +maniac 1 +manic/9 1 +manically +manic 1 +manicure/32 1 +manicurist/2 1 +manifest/382 1 +manifestation/2 1 +manifestness +manifesto/16 1 +manifold/387 1 +manifolder/5 1 +manikin/2 1 +Manila/5 1 +manilla/9 1 +manille 1 +manioc/2 1 +manipulability 1 +manipulable +manipulatable +manipulate/6 1 +manipulation/9 1 +manipulative/1 +manipulativeness +manipulator/2 1 +manipulatory +Manitoba 1 +Manitowoc +mankind/5 1 +Manley/1 +manlike 1 +manly/160 1 +man-made +Mann/1 +manna/2 1 +mannequin/2 1 +manner/2 1 +mannered +mannerism/2 1 +mannerist/5 1 +mannerly/74 1 +Mannheim 1 +mannikin's +mannish/14 1 +manoeuvrabilities +manoeuvrability/1 +manoeuvrable +manoeuvre/32 1 +manoeuvrings +man-of-war +manometer/2 1 +manor/2 1 +manorial +manpower/2 1 +manqué +manqué's +mansard/2 1 +manse/2 1 +manservant/5 1040 +Mansfield +mansion/2 1 +man-sized +manslaughter/2 1 +manta/2 1 +mantel/2 1 +mantelpiece/2 1 +mantelshelf 1 +mantilla/2 1 +mantis/3 1 +mantissa/2 1 +mantle/32 1 +mantling/5 1 +Manton +mantra/2 1 +mantrap/2 1 +manual/43 1 +Manuel/1 +manufacturability +manufacturable +manufacture/28 1 +manufacturer/2 1 +manufacturing/9 1 +manumission/2 1 +manumit/11 1 +manure/32 1 +manurer/2 1 +manuscript/2 1 +Manville +Manx 1 +man-year +man-years +many 1041 +Maoism 1 +Maori 1 +Mao 1 +map/110 1 +maple/2 1 +mapmaker/9 1 +mappable +mapper/2 1 +mapping/2 1 +Maputo/5 1 +mar/102 1 +marabou/2 1 +marabout's +maraca/2 1 +Maracaibo +maraschino/2 1 +Marathi 1 +marathon/2 1 +marathoner/2 1 +Mara 1 +maraud/4 1 +marauder/2 1 +marble/134 1 +marbler/5 1 +marbling/2 1 +Marc/1 +Marceau/1 +Marcel +Marcello/1 +Marcellus +march/55 1 +marcher/2 1 +marches 1 +marchioness/1 +marchionesses +Marcia/1 +Marcie/1 +Marco/1 +Marconi +Marcos +Marcus +Marcy +Mardi +mare/2 1 +Margaret/1 +margarine/2 1 +margaritas +margarita's +Margate +Marge +Margery/1 +margin/29 1 +marginal/42 1 +marginalia 1 +marginalisation +marginalisations +marginalise/6 1 +marginality 1 +marginalization/9 1 +marginalize/6 1 +Margo/1 +Marguerite +maria/5 1 +mariachi's +Marian/5 1 +Mariana/39 1 +Marianne/1 +Marian 1 +Marie/1 +Marietta +marigold/2 1 +marijuana/2 1 +Marilyn +marimba/2 1 +Marin +Marina +marina/2 1 +marinade/32 1 +marinara/2 1 +marinate/6 1 +marination/2 1 +marine/434 1 +mariner/2 1 +Marino/1 +Mario +Mariola/1 +marionette/2 1 +Marion 1 +Marissa/1 +marital/8 1 +maritime +maritimer +Marius +marjoram/2 1 +Marjorie +Marjory/1 +mark/29 1 +markable +markdown/2 1 +marked/8 1 +marker/2 1 +market/29 1 +marketability/13 1 +marketable 1 +marketeer/9 1 +marketer/2 1 +marketing/2 1 +marketplace/2 1 +Markham/1 +marking/2 1 +markka/5 1 +Markov/1 +Markovitz/1 +marksman/5 1042 +marksmanship/9 1 +marksmen's 1043 +marksmen 1044 +mark-up/1 +mark-ups +marl/29 1 +Marlborough/1 +Marlene/1 +Marley/1 +marlin/2 1 +Marline/1 +marlinespike/2 1 +marling 1 +Marlow/1 +Marlowe/1 +marmalade/2 1 +Marmite +marmoreal +marmoset/2 1 +marmot/2 1 +maroon/167 1 +marooner 1 +marooning 1 +marque/2 1 +marquee/2 1 +Marquess/1 +marquess/3 1 +marquetry/13 1 +Marquette +marquis/3 1 +marquise/2 1 +marquisette/2 1 +Marrakesh +marriage/2 1 +marriageability/13 1 +marriageable 1 +married/9 1 +Marriott +marrow/16 1 +marrowbone/2 1 +marry/34 1 +Marsden +Marseillaise 1 +Marseilles +marsh/3 1 +Marsha +marshal/86 1 +Marshall/5 1 +marshaller/2 1 +marshalling/9 1 +marshland/2 1 +marshmallow/2 1 +marshy/191 1 +Mars 1 +marsupial/2 1 +mart/29 1 +Marta +Martel +marten/2 1 +Martha +martial/8 1 +Martian/9 1 +martin/2 1 +martinet/2 1 +Martinez +martingale/2 1 +Martini/1 +martinique +Martinique/5 1 +Martinis +Martinson +Marty +martyr/29 1 +martyrdom/2 1 +marvel/216 1 +Marvell +marvelling 1 +marvellous/8 1 +Marvin +Marx/5 1 +Marxian 1 +Marxism 1 +Marxist/2 1 +Mary/5 1 +Maryland/5 1 +Marylanders +Marylebone/1 +marzipan/2 1 +mas/97 1 +Masai 1 +masc +Mascagni +mascara/29 1 +mascara's 1045 +mascara 1046 +mascot/2 1 +masculine/18 1 +masculinity/13 1 +maser/2 1 +Maseru/5 1 +mash/21 1 +masher/2 1 +mashing/9 1 +mask/29 1 +masker/2 1 +masking/9 1 +masochism/2 1 +masochist/2 1 +masochistic/46 1 +mason/29 1 +masonic 1 +Masonite 1 +masonry/13 1 +masque/2 1 +masquer/2 1 +masquerade/32 1 +masquerader/2 1 +mass/55 1 +Massa +Massachusetts +massacre/32 1 +massacrer 1 +massage/32 1 +massager/5 1 +massed 1 +Massenet +masseur/2 1 +masseuse/2 1 +Massey/1 +massif/2 1 +massive/14 1 +massless 1 +mass-market +mass-produced +mass-producing +ma's 1047 +mass 1 +mast/29 1 +mastectomy/13 1 +master/192 1 +master-class/1 +master-classes +masterful/18 1 +mastering/9 1 +masterly/254 1 +mastermind/4 1 +masterpiece/2 1 +mastership/5 1 +master-stroke/1 +master-strokes +master-work +master-works +mastery/13 1 +masthead/29 1 +mastic/2 1 +masticate/6 1 +mastication/2 1 +mastiff/2 1 +ma 1048 +mastodon/2 1 +mastoid/9 1 +masturbate/6 1 +masturbation/2 1 +masturbatory +mat/480 1 +matador/2 1 +Mata-Utu/1 +match/21 1 +matchable +matchbook's +matchbox/3 1 +matcher/2 1 +matchings +matchless/8 1 +matchlock/2 1 +matchmake +matchmaker/2 1 +matchmaking/2 1 +matchplay +matchstick/2 1 +matchwood/2 1 +mate/32 1 +Mateo/1 +mater/5 1 +material/38 1 +materialisation/9 1 +materialise/6 1 +materialiser/1 +materialisers +materialism/2 1 +materialist/2 1 +materialistic/46 1 +materiality/5 1 +materialization/2 1 +materialize/6 1 +materializer/2 1 +materiel 1 +maternal/8 1 +maternity/13 1 +Mathematica +mathematical/8 1 +mathematician/2 1 +mathematics +mathematics's +Mathews +Mathias +Mathieu +Mathis +maths +Matilda 1 +matily +matinée +matinee/9 1 +mating/2 1 +matins +matins's +Matisse +Matlab +Matlock +maître +matriarch/2 1 +matriarchal +matriarchy/13 1 +matricidal +matricide/2 1 +matriculate/28 1 +matriculation/2 1 +matériel +matériels +matériel's +matrimonial/8 1 +matrimony/13 1 +matrix/83 1 +matron/2 1 +matronly 1 +MA 1 +Matsumoto/1 +Matsushita +matt/481 1 +matte/134 1 +Mattel +matter/29 1 +Matterhorn 1 +matter-of-fact/8 1 +Matthau +Matthew/9 1 +Matthias +Mattie +matting/2 1 +mattock/2 1 +mattress/3 1 +maturate/6 1 +maturation/2 1 +maturational +maturationally +maturative +mature/482 1 +maturer/5 1 +maturity/13 1 +matzo/483 1 +Mau/1 +Maud/1 +Maude/1 +maudlin/8 1 +Maui/5 1 +maul/4 1 +mauler/2 1 +maunder/10 1 +maundering 1 +Maureen/1 +Maurice/1 +Mauricio +Maurine/1 +Mauritania/5 1 +Mauritanian/9 1 +Mauritian/9 1 +Mauritius/5 1 +Mauser +mausoleum/2 1 +mauve/2 1 +maverick/16 1 +Mavis +maw/29 1 +mawkish/14 1 +Max/1 +maxi/9 1 +maxilla/70 1 +maxillary/53 1 +maxim/2 1 +maximal/42 1 +maximality +maxima's 1049 +maxima 1050 +Maximilian/1 +maximisation/9 1 +maximise/6 1 +maximiser/1 +maximisers +maximization/2 1 +maximize/6 1 +maximizer/2 1 +maximum/43 1051 +Maxine +maxing +maxis 1 +maxi 1 +Maxtor/1 +Maxwell/1 +Maxwellian +may/484 1052 +Mayan/9 1 +Maya 1 +maybe/9 1 +mayday/9 1 +Mayer/1 +Mayfair/1 +mayflies +mayflower/2 1 +mayfly/1 +mayhap +mayhem/2 1 +Mayhew +maying 1 +Maynard/1 +mayn't +Mayo/1 +mayonnaise/2 1 +mayor/2 1 +mayoral +mayoralty/13 1 +mayoress/3 1 +mayorship/5 1 +Mayotte/1 +maypole/2 1 +May's +may 1 +Mazda +maze/32 1 +mazed 1 +mazer 1 +mazurka/2 1 +mazy/37 1 +MBA/9 1 +Mbabane/5 1 +Möbius +Mbps +MB 1 +McAdams +McAllister/1 +McBride/1 +McCabe/1 +McCall/1 +McCarthy/1 +McCartney +McCarty/1 +McCauley/1 +McClain/1 +McClaren/1 +McClellan/1 +McClure/1 +McCluskey/1 +McConnell/1 +McCormick/1 +McCoy/5 1 +McCracken/1 +McCullough/1 +McDaniel/1 +McDermott/1 +McDonald/1 +McDonnell/1 +McDougall/1 +McDowell/1 +McFadden/1 +McFarland/1 +McGee/1 +McGill/1 +McGovern/1 +McGowan/1 +McGrath/1 +McGraw/1 +McGregor/1 +McGuire/1 +MCI +McIntosh/5 1 +McIntyre/1 +McKay/1 +McKee/1 +McKenzie/1 +McKesson/1 +McKinley/5 1 +McKinney/1 +McKnight/1 +McLaren/1 +McLaughlin/1 +McLean/1 +McLeod/1 +McMahon/1 +McMillan/1 +McNaughton/1 +McNeil/1 +McNish +McPherson/1 +McRae/1 +mdse +MDT +MD 1 +me/9 1 +mead/2 1 +Meade +meadow/2 1 +meadowland 1 +meadowlark/2 1 +meadowsweet/5 1 +meagre/73 1 +meal/16 1 +mealies +mealtime/2 1 +mealy/66 1 +mealy-mouthed 1 +mean/485 1 +meander/4 1 +meandering/9 1 +meaner 1 +meanie/2 1 +meaning/2 1 +meaningful/14 1 +meaningless/14 1 +meaning 1 +meantime 1 +meanwhile 1 +measles +measly/37 1 +measurable/17 1 +measure/32 1 +measured/8 1 +measureless 1 +measurement/2 1 +measurer/5 1 +measuring 1 +meat/2 1 +meataxe +meatball/2 1 +Meath/1 +meatless 1 +meatloaf/486 1 +meatpacking/9 1 +meaty/66 1 +Mecca/5 1 +mechanic/2 1 +mechanical/42 1 +mechanisability +mechanisable +mechanisation/9 1 +mechanise/6 1 +mechaniser/1 +mechanisers +mechanism/2 1 +mechanist/5 1 +mechanistic/46 1 +mechanizability +mechanizable +mechanization/9 1 +mechanize/290 1 +mechanizer/5 1 +mechanochemically +medal/487 1 +medallion/2 1 +medallist/9 1 +meddle/6 1 +meddler/2 1 +meddlesome 1 +meddling 1 +Medfield +media/5 1 +mediaevalism 1 +mediaevalist/2 1 +mediaeval 1 +mediaevally +medial/42 1 +median/43 1 +media's 1053 +media 1054 +mediate/81 1 +mediation/2 1 +mediator/2 1 +media 1 +medic/2 1 +Medicaid 1 +medical/42 1 +medicament/2 1 +Medicare 1 +medicate/6 1 +medication/2 1 +medicative +Medici +medicinal/42 1 +medicine/16 1 +medico/2 1 +medico-legal +medievalism 1 +medievalist/2 1 +medieval 1 +medievally +Medina +mediocre 1 +mediocrity/13 1 +meditate/6 1 +meditation/2 1 +meditative/18 1 +Mediterranean 1 +medium/2 1055 +mediumistic +medium-sized +medium 1 +medley/2 1 +medulla/2 1 +Medusa/5 1 +Medway/1 +meed/2 1 +meek/20 1 +meerschaum/2 1 +meet/488 1056 +meeter/5 1 +meeting/2 1 +meetinghouse/9 1 +Meg/1 +megabit/2 1 +megabuck/9 1 +megabyte/9 1 +megacycle/2 1 +megadeath/2 1 +megahertz/5 1 +megajoules +megalith/2 1 +megalithic +megalomania/2 1 +megalomaniac/2 1 +megalopolis/3 1 +megaparsec 1 +megaphone/32 1 +megaton/2 1 +mega 1 +megavolt/5 1 +megawatt/2 1 +megaword +megawords +megohm/2 1 +Meier/1 +meioses 1057 +meiosis/5 1058 +meiotic 1 +Meister +Meistersinger 1 +Mekong 1 +Mel +melamine/2 1 +melancholia/2 1 +melancholic/9 1 +melancholies +melancholy's +melancholy 1 +Melanesian 1 +Melanesia 1 +melange 1 +Melanie +melanin/2 1 +melanoma/2 1 +melatonin 1 +Melba +Melbourn +Melbourne 1 +Melcher/1 +meld/4 1 +Meldrew +Melinda +meliorate/6 1 +melioration/2 1 +meliorative +Melissa 1 +mellifluous/14 1 +Mellon +mellow/168 1 +mellowing 1 +melodic/54 1 +melodious/60 1 +melodrama/2 1 +melodramatic/54 1 +melody/13 1 +melon/2 1 +melt/4 1059 +meltdown/9 1 +melter/5 1 +melting/8 1 +Melton +Melville 1 +Melvin +Melvyn +member/2 1 +membership/2 1 +membrane/2 1 +membraned +membranous +memento/260 1 +memo/2 1 +memoir/2 1 +memoires +memorabilia 1 +memorability/13 1 +memorable/35 1 +memoranda 1060 +memorandum/2 1061 +memorial/42 1 +memorialise/6 1 +memoriam +memorisation/9 1 +memorise/6 1 +memoriser/1 +memorisers +memorization/2 1 +memorize/6 1 +memorizer/2 1 +memory/13 1 +memoryless +Memphis 1 +menace/28 1 +menacing/8 1 +menagerie/2 1 +menarche/2 1 +mend/4 1 +mendacious/18 1 +mendacity/13 1 +Mendel/5 1 +mendelevium/5 1 +Mendelssohn +mender/2 1 +mendicancy/13 1 +mendicant/9 1 +mending/2 1 +Mendip +Mendoza +menfolk/5 1 +menhaden/5 1 +menial/42 1 +meningeal +meningitis/96 1 +meninx/489 1 +menisci 1062 +meniscus/5 1063 +Menlo +Mennonite/9 1 +Menominee 1 +menopausal +menopause/2 1 +menorah/2 1 +menorrhoea 1 +Mensa +menservants's 1064 +menservants 1065 +men's 1066 +men 1067 +menstrual 1 +menstruate/6 1 +menstruation/2 1 +mensurable +mensurableness +mensuration/2 1 +menswear/5 1 +mental/8 1 +mentalist/2 1 +mentality/13 1 +menthol/2 1 +mentholated +menthol 1 +mention/4 1 +mentionable +mentioner/2 1 +mentor/90 1 +menu/2 1 +menu-driven +Menuhin/1 +meow/4 1 +MEP +Mephistopheles +mercantile +Mercator +Mercedes +Mercedes-Benz/1 +mercenary/490 1 +mercer/2 1 +mercerise/6 1 +merchandise/32 1 +merchandiser/2 1 +merchandising/9 1 +merchant/16 1 +merchantability 1 +merchantable 1 +merchantman/5 1068 +merchantmen's 1069 +merchantmen 1070 +merchant 1 +Mercier +merciful/18 1 +merciless/14 1 +Merck/1 +mercurial/42 1 +mercurialness +mercuric +Mercurochrome 1 +mercury/5 1 +mercy/13 1 +mere/491 1 +Meredith +meres 1071 +meretricious/14 1 +merganser/2 1 +merge/6 1 +merger/2 1 +merging 1 +meridian/2 1 +meridional 1 +meringue/16 1 +merino/2 1 +merit/29 1 +merited 1 +meritocracy/13 1 +meritocratic +meritocrats +meritorious/14 1 +Merle +merlin/5 1 +mermaid/2 1 +meromorphic +Merriam +Merrick +Merrill +Merrimac +Merrimack +merriment/2 1 +Merritt/1 +merry/492 1 +merry-go-round +merry-go-rounds +merrymaker/2 1 +merrymaking/2 1 +Mersey +Merseyside/1 +Merthyr +Merton +mes/97 1 +mesa/2 1 +mesa's 1072 +mesa 1073 +mescal/2 1 +mescaline/2 1 +mesdames's 1074 +mesdames 1075 +mesdemoiselles's 1076 +mesdemoiselles 1077 +mesh/21 1 +meshing 1 +mesmeric +mesmerise/6 1 +mesmeriser/2 1 +mesmerism/2 1 +mesmerized +mesmerizer/5 1 +mesmerizing +Mesolithic +mesomorph/2 1 +meson/2 1078 +Mesopotamia/5 1 +Mesopotamian/9 1 +mesosphere/2 1 +mesozoic +mesquite/2 1 +mess/21 1 +message/32 1 +messenger/29 1 +Messiaen +messiah/9 1 +messianic +messieurs's 1079 +Messina/5 1 +messmate/2 1 +Messrs +messy/67 1 +mestizo/2 1 +meta +metabolic/46 1 +metabolise/6 1 +metabolism/2 1 +metabolite/2 1 +metabolize 1 +metacarpal/9 1 +metacarpi 1080 +metacarpus/5 1081 +metacentre 1 +metacentric 1 +metacircular +metacircularity +metal/86 1 +metalanguage/2 1 +metalinguistic 1 +metallic/9 1 +metalliferous +metalling/9 1 +metallisation/9 1 +metallise/6 1 +metallization/9 1 +metallize/6 1 +metallography/5 1 +metalloid/5 1 +metallurgic +metallurgical +metallurgically +metallurgist/9 1 +metallurgy/13 1 +metalsmith/2 1 +metal 1 +metalwork/2 1 +metalworker/2 1 +metalworking/2 1 +metamathematical +metamorphic +metamorphism/2 1 +metamorphose/6 1 +metamorphoses 1082 +metamorphosis/5 1083 +metaphor/2 1 +metaphoric +metaphorical/8 1 +metaphosphate's +metaphysic/2 1 +metaphysical/8 1 +metastability/5 1 +metastable +metastases 1084 +metastasis/114 1085 +metastasise/6 1 +metastatic +metatarsal/9 1 +metatarsi 1086 +metatarsus/5 1087 +metatheses 1088 +metathesis/5 1089 +metathesized +metathesizes +metathesizing +metavariable +mete/28 1 +metempsychoses 1090 +metempsychosis/5 1091 +meteor/2 1 +meteoric/46 1 +meteorite/2 1 +meteoritic/39 1 +meteoroid/2 1 +meteorological 1 +meteorologist/9 1 +meteorology/13 1 +meter/29 1 +metes 1092 +Metford +methadone/2 1 +methane/5 1 +methanol/5 1 +Metheringham/1 +methinks 1093 +methionine/5 1 +method/2 1 +methodical/14 1 +Methodism 1 +Methodist/2 1 +methodological/8 1 +methodologists +methodology/13 1 +methought 1094 +Methuen/1 +Methuselah 1 +methyl/2 1 +methylated +methylene/5 1 +methyl 1 +Methyr/1 +meticulous/14 1 +metier 1 +metonymy/5 1 +metre/52 1 +metric/493 1 +metrical/8 1 +metricate/6 1 +metrication/9 1 +metric 1 +metro/2 1 +metronome/2 1 +metronomic +metropolis/3 1 +metropolitan/9 1 +metropolitanization 1 +met 1095 +mettle/2 1 +mettled +mettlesome 1 +Metzler/1 +mew/161 1 +mewl/10 1 +mewling 1 +mews/3 1 +Mexican/9 1 +Mexico/5 1 +Meyer +Meyerbeer +Meyers +mezzanine/2 1 +mezzo/9 1 +mezzo-soprano +mezzo 1 +mfg +mfr +mfrs +MGM +mgr +mg 1 +MHz 1 +mi/5 1 +Miami 1 +miasma/2 1 +miasmal 1 +mica/2 1 +Micah +micelles +mice's 1096 +mice 1097 +Michael/1 +Michaelangelo +Michaelmas 1 +Michaels +Michaelson +Michel/1 +Michelangelo 1 +Michele/1 +Michelin +Michelle/1 +Michelson +Michigan/5 1 +Mick/5 1 +Mickelson +mickey/2 1 +micra's 1098 +micro/39 1 +microamp +microanalyses 1099 +microanalysis/5 1100 +microanalytic +microbe/2 1 +microbial +microbicidal +microbicide/1 +microbiological 1 +microbiologist/2 1 +microbiology/13 1 +microbrewery/53 1 +microchemistry/5 1 +microchip/9 1 +microcircuit/2 1 +microcode/9 1 +microcoded +microcoding +microcomputer/2 1 +microcosm/2 1 +microcosmic +microdensitometer 1 +microdot/2 1 +microeconomic/39 1 +microelectronic/39 1 +microfarad 1 +microfibre +microfibres +microfiche/5 1 +microfilm/29 1 +microfilmer 1 +microfossils +microgram/9 1 +microgramme +microgrammes +micrograph 1 +micrography/5 1 +microgravity 1 +microgroove/2 1 +microhydrodynamics +microinstruction/2 1 +microjoule +microlevel +microlight/9 1 +micromanage/6 1 +micromanagement/2 1 +micrometeorite/2 1 +micrometeoritic +micrometer/2 1 +micrometre/9 1 +micron/2 1101 +Micronesia/5 1 +Micronesian/9 1 +micro-organism/1 +micro-organisms +microphone/2 1 +microphoning 1 +microprocessing +microprocessor/2 1 +microprogram/2 1 +microprogrammed +microprogramming 1 +microscope/2 1 +microscopic +microscopical/8 1 +microscopist 1 +microscopy/13 1 +microsecond/2 1 +microsimulation +microsimulations +Microsoft/1 +microsomal +microstore +microsurgery/13 1 +microtome 1 +micro 1 +microvolt/2 1 +microwavable +microwave/32 1 +microwaveable +microword +microwords +mid-afternoon +mid-air/1 +mid-airs +Midas 1 +mid-band/1 +midday/2 1 +midden/2 1 +middle/49 1 +middle-age +middle-aged 1 +middlebrow/2 1 +Middlebury +middle-class +middleman/5 1102 +middlemen's 1103 +middlemen 1104 +middle-of-the-road +middler 1 +Middlesbrough/1 +Middlesex +middle-sized +Middleton 1 +Middletown +middleweight/2 1 +middling/42 1 +middy/13 1 +mid-evening +midfield/5 1 +midfielder 1 +mid-flight +midge/2 1 +midget/2 1 +midi/9 1 +midland/56 1 +Midlands +midland 1 +mid-life +midlives 1105 +Midlothian/1 +mid-morning +midmost/9 1 +midnight/2 1 +mid-off +mid-on +midpoint/2 1 +midrange 1 +midrib/2 1 +midriff/2 1 +midscale +midsection/5 1 +midship/9 1 +midshipman/5 1106 +midshipmen's 1107 +midshipmen 1108 +midspan +midst/2 1 +midstream/5 1 +midsummer/2 1 +midterm/2 1 +midtowns +midtown's +mid 1 +midway 1 +midweek/43 1 +Midwestern +Midwesterner/9 1 +Midwest 1 +midwicket +midwife/5 1109 +midwifery/13 1 +midwife 1 +midwinter/2 1 +midwinterly +midwives 1110 +mid-year +midyear/2 1 +mien/2 1 +miff/4 1 +MIG +might/9 1 +mightn't +might 1111 +mighty/67 1 +Mignon +émigré +migraine/2 1 +migrant/2 1 +migrate/6 1 +migration/2 1 +migrative +migratories +migratory +émigrés +MIGs +Miguel +mikado/2 1 +mike/32 1 +Mikhail +milady/13 1 +Milanese +Milan 1 +milch's +milch 1 +mild/20 1 +milden 1 +mildew/29 1 +mildewy +mild-mannered +Mildred +mild 1 +mile/2 1 +mileage/2 1 +milepost/2 1 +miler/5 1 +milestone/2 1 +Milford/1 +milieu/201 1 +militancy/13 1 +militant/31 1 +militarisation 1 +militarise/6 1 +militarism/2 1 +militarist/2 1 +militaristic +militarization/2 1 +militarized +military/291 1 +militate/6 1 +militia/2 1 +militiaman/5 1112 +militiamen's 1113 +militiamen 1114 +milk/71 1 +milker/2 1 +milking 1 +milkmaid/2 1 +milkman/5 1115 +milkmen's 1116 +milkmen 1117 +milkshake/9 1 +milksop/2 1 +milkweed/2 1 +milky/66 1 +mill/29 1 +millable +Millard +millenarianism/5 1 +millenarian 1 +millennialism 1 +millennial 1 +millennia 1118 +millennium/2 1119 +millepede's +miller/2 1 +millet/2 1 +Millgarth +milliamp +milliampere/9 1 +milliard/2 1 +millibar/9 1 +millidegree/9 1 +Millie +milligram/9 1 +millijoule +millijoules +millilitre/9 1 +millimetre/9 1 +milliner/2 1 +millinery/13 1 +milling/5 1 +million/2 1 +millionaire/2 1 +millionaires 1 +millionfold +millionth/2 1 +million 1 +millipede/2 1 +millisecond/2 1 +millivolt/2 1 +millivoltmeter/2 1 +milliwatt/9 1 +millpond/2 1 +millrace/2 1 +millstone/2 1 +millstream/2 1 +Millwall +Millward +millwright/2 1 +Milne +Milo +Milquetoast/9 1 +milt/16 1 +milter/2 1 +Milton +Miltonic +Milwaukee 1 +MIMD +mime/32 1 +mimeograph/29 1 +mimer/5 1 +mimesis/5 1 +mimes 1 +mimetic +mimetically +mimic/494 1 +mimicker/2 1 +mimicry/13 1 +mimic 1 +Mimi 1120 +mimosa/2 1 +min. +Mina +Minardi +minaret/2 1 +minatory +mince/28 1 +mincemeat/2 1 +mincer/2 1 +mincing/42 1 +mind/29 1 +Mindanao/1 +mindbogglingly +mindedly +mindedness +minder/2 1 +mind-expanding +mindful/14 1 +mindless/14 1 +mind-numbing +mind-numbingly +mind-reader +mindset/9 1 +mine/28 1 +mine-detector +minefield/2 1 +miner/2 1 +mineral/2 1 +mineralisation +mineralisations +mineralise/6 1 +mineralization/9 1 +mineralize/6 1 +mineralogical 1 +mineralogist/2 1 +mineralogy/13 1 +Minerva 1 +mineshaft 1 +mines 1121 +minestrone/2 1 +minesweeper/2 1 +mineworkers +Ming +mingle/6 1 +mingling 1 +mini/9 1 +miniature/32 1 +miniaturisation/9 1 +miniaturise/6 1 +miniaturist/2 1 +miniaturization/9 1 +miniaturize/6 1 +minibus/3 1 +minicab/5 1 +minicam/2 1 +minicomputer/2 1 +minidress's +minim/2 1 +minimal/42 1 +minimalism/9 1 +minimalist/2 1 +minimalistic +minimality 1 +minima's 1122 +minima 1123 +minimax's +minimax 1 +minimisation/9 1 +minimise/6 1 +minimiser/1 +minimisers +minimization/2 1 +minimize/6 1 +minimizer/2 1 +minim 1 +minimum/2 1124 +mining/2 1 +minion/2 1 +miniseries 1 +miniskirt/2 1 +minister/29 1 +ministerial/8 1 +mini 1125 +ministrant/9 1 +ministration/2 1 +ministry/13 1 +minis 1126 +mini 1 +minivan/9 1 +miniver/5 1 +mink/2 1 +minke 1 +Minneapolis 1 +minnesinger/2 1 +Minnesota/5 1 +Minnie +minnow/2 1 +Minoan 1 +minor/16 1 +minority/13 1 +minor 1 +Minos 1 +Minot/1 +Minotaur/5 1 +Minsk/5 1 +Minsky/1 +minster/2 1 +minstrel/16 1 +minstrelsy/13 1 +mint/71 1 +mintage/2 1 +minter/2 1 +Min 1 +minty/37 1 +minuend/2 1 +minuet/2 1 +minus/68 1127 +minuscule/2 1 +minus 1 +minute/125 1 +minutia/70 1 +minx/3 1 +Miocene 1 +MIPS 1 +Miquelon/1 +Mira +Mirabeau +miracle/2 1 +miraculous/18 1 +mirage/2 1 +miraged +miraging +Miranda +mire/32 1 +Miriam +Mirrlees +mirror/29 1 +mirth/2 1 +mirthful/14 1 +mirthless/18 1 +MIRV 1 +miry/37 1 +misaddress/7 1 +misadventure/2 1 +misalign/10 1 +misalignment/2 1 +misalliance/2 1 +misanalysed +misanthrope/2 1 +misanthropic +misanthropically +misanthropist/9 1 +misanthropy/13 1 +misapplication/9 1 +misapplier/1 +misapply/34 1 +misapprehend/10 1 +misapprehension/2 1 +misappropriate/6 1 +misappropriation/9 1 +misbegotten +misbehave/6 1 +misbehaver/5 1 +misbehaviour/2 1 +misbrand/10 1 +misc +miscalculate/6 1 +miscalculation/2 1 +miscall/10 1 +miscarriage/2 1 +miscarry/34 1 +miscast/140 1 +miscegenation/2 1 +miscellanea 1 +miscellaneous +miscellaneously +miscellaneousness +miscellany/13 1 +mischance/16 1 +mischief/16 1 +mischief-makers +mischief-making +mischievous/14 1 +miscibility/53 1 +miscible 1 +misclassification/5 1 +misclassified +misclassifying +miscode/6 1 +miscommunicate +miscommunicated +miscommunicates +miscommunication 1 +miscomprehended +misconceive/6 1 +misconception/2 1 +misconduct/29 1 +misconfiguration +misconstruction's +misconstrue/6 1 +miscopying +miscount/4 1 +miscreant/2 1 +miscue/32 1 +misdeal/495 1 +misdeed/2 1 +misdemeanant/2 1 +misdemeanour's +misdiagnose/6 1 +misdiagnoses 1128 +misdiagnosis 1129 +misdirect/10 1 +misdirection/2 1 +misdirector +misdirectors +misdoing/9 1 +miser/2 1 +miserable/30 1 +miserly/160 1 +misery/13 1 +misfeasance/2 1 +misfeature's +misfeature 1 +misfield 1 +misfile/6 1 +misfire/28 1 +misfit/16 1 +misfortune/2 1 +misgauge/6 1 +misgiving/2 1 +misgivingly +misgovern/10 1 +misgovernment 1 +misguidance/2 1 +misguide/6 1 +misguided/18 1 +misguider/5 1 +mishandle/6 1 +mishap/16 1 +mishear/62 1 +mishitting +mishmash/3 1 +misidentification/5 1 +misidentify/34 1 +misinform/10 1 +misinformation 1 +misinterpret/10 1 +misinterpretation/2 1 +misinterpreter/2 1 +misjudge/6 1 +misjudgement/2 1 +mislabel/82 1 +mislabelling 1 +mislay/380 1 +mislead/140 1130 +misleader/5 1 +misleading/8 1 +misled 1131 +mismanage/6 1 +mismanagement/2 1 +mismatch/55 1 +misname/6 1 +misnomer/16 1 +misogamist/2 1 +misogamy/13 1 +misogynist/2 1 +misogynistic +misogynous +misogyny/13 1 +misperceive/141 1 +misplace/6 1 +misplacement/2 1 +misplay/4 1 +mispositioned +misprint/29 1 +misprision/2 1 +mispronounce/6 1 +mispronunciation/2 1 +misquotation/2 1 +misquote/6 1 +misread/140 1 +misreader/1 +misreading/9 1 +misremember/197 1 +misreport/4 1 +misrepresent/10 1 +misrepresentation/2 1 +misrepresenter/5 1 +misroute/141 1 +misrule/28 1 +miss/55 1 +missal/2 1 +misses 1132 +misshape/496 1 +misshapen/14 1 +missile/2 1 +missilery/13 1 +missing 1 +mission/16 1 +missionary/13 1 +missioner/2 1 +Mississauga +Mississippian/9 1 +Mississippi 1 +missive/2 1 +Missoula +Missouri 1 +misspeak/140 1133 +misspecification +misspecified +misspell/497 1 +misspelling/2 1 +misspend/461 1 +misspoken 1134 +misspoke 1134 +misstate/6 1 +misstatement/2 1 +misstater/1 +misstep/16 1 +missus/3 1 +Missy +mist/29 1 +mistakable 1 +mistake/498 1135 +mistaken/8 1 +mistaker/5 1 +mister/16 1 +mistime/6 1 +misting 1 +mistletoe/2 1 +mistook 1136 +mistral/2 1 +mistranslated +mistranslates +mistranslating +mistranslation/2 1 +mistreat/10 1 +mistreatment/2 1 +mistress/3 1 +mistrial/2 1 +mistrust/4 1 +mistruster/5 1 +mistrustful/8 1 +misty/492 1 +mistype/6 1 +mistypings +misunderstand/140 1137 +misunderstander/1 +misunderstanders +misunderstanding/2 1 +misunderstood 1138 +misuse/32 1 +misuser/5 1 +miswritten +MIT/1 +Mitch/1 +Mitchell/1 +mite/2 1 +mites 1139 +mitigate/6 1 +mitigated 1 +mitigation/2 1 +mitigatory +mitochondrial +mitochondria 1140 +mitoses 1141 +mitosis/5 1142 +mitotic 1 +mitre/32 1 +Mitsubishi +mitt/2 1 +mitten/2 1 +Mitterrand +mix/55 1 +mixable 1 +mixed 1 +mixer/2 1 +mixture/2 1 +mix-up +mizzen/2 1 +mizzenmast/2 1 +mizzen 1 +mks +mélange +mêlée +mêlées +mêlée's +Mlle +ml 1 +Mme +mémoire +mm 1 +ménage +Münchhausen +Münchhausen's +mnemonic/294 1 +Mn 1 +moan/29 1 +moaner/2 1 +moaning 1 +moat/29 1 +mob/499 1 +mobber 1 +mobcap/2 1 +Mobil +mobile/2 1 +mobilisability +mobilisable +mobilisation/9 1 +mobilise/6 1 +mobiliser/2 1 +mobility/13 1 +mobilizability +mobilizable +mobilization/9 1 +mobilize/6 1 +mobilizer/2 1 +mobster/2 1 +Mobutu +moccasin/2 1 +mocha/2 1 +mock/167 1 +mockable +mocker/493 1 +mockery/13 1 +mocking/8 1 +mockingbird/2 1 +mocking 1 +mock-up +mock-ups +mod/500 1 +modality/13 1 +modal 1 +modally +mode/501 1 +model/86 1 +modeller/2 1 +modelling/9 1 +model 1 +modem/16 1 +moderate/502 1 +moderation/2 1 +moderator/2 1 +modern/20 1 +modernisation/9 1 +modernise/6 1 +moderniser/2 1 +modernism/2 1 +modernist/9 1 +modernistic +modernity/13 1 +modernization/2 1 +modernize/6 1 +modernizer/2 1 +modern 1 +modest/225 1 +Modesto +modesty/13 1 +modicum/2 1 +modifiability/5 1 +modifiable/33 1 +modification/2 1 +modifier/2 1 +modify/34 1 +modiivendi 1 +modi_operadi +modiperadi 1 +modish/14 1 +modi 1143 +modi_vivendi +modularisation +modularisations +modularise/6 1 +modularity/13 1 +modularization +modularizations +modularize/6 1 +modularly +modular 1 +modulate/6 1 +modulation/2 1 +modulator/2 1 +module/2 1 +moduli 1144 +modulo/503 1 +modulus/5 1145 +modusivendi 1 +modus_operandi +modusperandi 1 +modus 1146 +modus_vivendi +Moe/1 +Moen/1 +Moffitt/1 +Mogadishu/1 +moggie/2 1 +mogul/2 1 +mohair/2 1 +Mohamed/1 +Mohammed/5 1 +Mohammedanism 1 +Mohammedan 1 +Mohawk/5 1 +Mohr/1 +moiety/13 1 +moil/4 1 +moiling 1 +Moines +moire/2 1 +moist/20 1 +moisten/10 1 +moistener/2 1 +moisture/2 1 +moisturise/6 1 +moisturiser/2 1 +Mojave 1 +molal 1 +molar/2 1 +molarity/13 1 +molar 1 +molasses/5 1 +Moldavian 1 +Moldavia 1 +Moldova/5 1 +mole/2 1 +molecular/8 1 +molecularity/13 1 +molecule/2 1 +molehill/2 1 +moleskin/2 1 +molest/10 1 +molestation/2 1 +molester/2 1 +Moliere 1 +Molina +Moline +moll/2 1 +Mollie +mollies +mollification/2 1 +mollify/34 1 +mollusc/2 1 +molluscan 1 +Mollusca 1 +Molokai 1 +Molotov 1 +molten 1147 +molybdenite/5 1 +molybdenum/5 1 +molly/1 +mollycoddle/28 1 +mollycoddler/5 1 +Mombasa 1 +moment/2 1 +momentary/91 1 +momenta 1148 +momently 1 +momentous/14 1 +momentum/2 1149 +momma/9 1 +mommy's +mom's +Mona/1 +Monaco/5 1 +monad/2 1 +monadic +Monaghan/1 +monarch/2 1 +monarchic +monarchical 1 +monarchism/2 1 +monarchist/2 1 +monarchistic +monarchy/13 1 +Monash +monastery/13 1 +monastic/9 1 +monastically +monasticism/2 1 +monaural/8 1 +Monbiot/1 +Mondale/1 +Monday/2 1 +Mondeo/1 +Mondeos +Mondrian +Monegasque 1 +Monet/1 +monetarism/9 1 +monetarist/2 1 +monetary/291 1 +monetisation/9 1 +monetise/6 1 +monetization/9 1 +monetize/6 1 +money/2 1150 +moneybags +money-changer +money-changers +moneyed +moneyer's +moneylender/2 1 +moneyless 1 +moneymaker/2 1 +moneymaking/5 1 +Monfort +monger/16 1 +Mongolia/5 1 +Mongolian/9 1 +Mongolic 1 +mongolism/2 1 +mongoloid/9 1 +Mongol 1 +mongoose/2 1 +mongrel/2 1 +'mongst +Monica +monies's 1151 +monies 1152 +moniker/2 1 +monism/2 1 +monist/2 1 +monition/2 1 +monitor/29 1 +monitory/53 1 +monk/2 1 +monkey/29 1 +monkeyshine/9 1 +monkish 1 +monkshood/2 1 +Monmouth/1 +Monmouthshire/1 +mono/2 1 +monochromatic 1 +monochrome/2 1 +monocle/2 1 +monocled +monoclinic +monoclonal/9 1 +monocotyledon/2 1 +monocotyledonous +monocular/42 1 +monoculture 1 +monodic +monodist/9 1 +monody/13 1 +monogamist/2 1 +monogamous/105 1 +monogamously +monogamy/13 1 +monogram/78 1 +monograph/29 1 +monolayers +monolingual/9 1 +monolingualism 1 +monolingual 1 +monolith/2 1 +monolithic/46 1 +monologist/9 1 +monologue/32 1 +monomania/2 1 +monomaniac/2 1 +monomaniacal +monomer/2 1 +monomeric +monomial/2 1 +monomolecular 1 +Monongahela/1 +mononucleoses 1153 +mononucleosis/5 1154 +monophonic +monophthongs +monoplane/2 1 +monopole/9 1 +monopolies +monopolise/6 1 +monopoliser/2 1 +monopolist/2 1 +monopolistic 1 +monopolization/2 1 +monopolize/6 1 +monopoly/1 +monorail/2 1 +monostable +monosyllabic 1 +monosyllable/2 1 +monotheism/2 1 +monotheist/9 1 +monotheistic +monotone/16 1 +monotonic/46 1 +monotonicity 1 +monotonous/14 1 +monotony/13 1 +mono 1 +monoxide/2 1 +Monroe 1 +Monrovia/5 1 +Monsanto +Monseigneur +Monseigneurs +Monsieur/5 1 +Monsignor/504 1 +monsoon/2 1 +monsoonal +monster/2 1 +monstrance/2 1 +monstrosity/13 1 +monstrous/18 1 +montage/32 1 +Montague +Montaigne +Montana/5 1 +Montclair +Monte +Montenegrin 1 +Montenegro/5 1 +Monterey +Monterrey +Montessori +Monteverdi/1 +Montevideo/5 1 +Montezuma 1 +Montgomery 1 +month/2 1 +monthlies +monthly 1 +Monticello +Montmartre/1 +Montoya/1 +Montpelier 1 +Montrachet/5 1 +Montreal 1 +Montrose +Montserrat/5 1 +Mon 1 +Monty +monument/16 1 +monumental/8 1 +monumentality/5 1 +Monza +moo/4 1 +mooch/55 1 +moocher/2 1 +mood/2 1 +moody/67 1 +Moody's +Moog 1 +moon/29 1 +moonbeam/2 1 +Mooney +moonless 1 +moonlight/29 1155 +moonlighter/2 1 +moonlighting/5 1 +moonlit 1156 +moonrise 1 +moonscape/2 1 +moonshine/16 1 +moonshiner's +moonshot/2 1 +moonstone/2 1 +moonstruck 1 +moonwalk/4 1 +moor/29 1 +Moore +mooring/2 1 +Moorish 1 +moorland/2 1 +moose/5 1 +moot/167 1 +mooter 1 +mooting 1 +mop/110 1 +mope/28 1 +moped/2 1 +moper/2 1 +mopier 1157 +mopiest 1157 +mopily +mopiness/1 +mopish 1 +moppet/2 1 +mopy/37 1 +Mora +moraine/2 1 +moral/505 1 +morale/2 1 +moralise/6 1 +moraliser/2 1 +moralist/2 1 +moralistic/46 1 +morality/13 1 +moralization/9 1 +moralize/6 1 +Moran/1 +Morant/1 +morass/3 1 +moratorium/2 1 +Moravia +Moravian 1 +Moray/1 +moray/2 1 +morbid/60 1 +morbidity/13 1 +mordancy/13 1 +mordant/382 1 +Mordecai +Mordred +more/9 1 +Morecambe +Moreen +Morehouse +morel/2 1 +Moreland +moreover +Moresby/1 +more 1158 +Morgan 1 +Morgen +morgue/2 1 +Moriarty +moribund/8 1 +moribundity/5 1 +morion's +Morissey/1 +Morley/1 +Mormon/2 1 +Mormonism/5 1 +Mormon 1 +morn/186 1 +morning/2 1 +Moro/5 1 +Moroccan/9 1 +Morocco/5 1 +moron/2 1 +Moroni/1 +moronic/46 1 +morose/14 1 +Morpeth +morph/4 1 +morpheme/16 1 +morphemic/9 1 +Morpheus/5 1 +morphia/9 1 +morphine/2 1 +morphing/9 1 +morphism/1 +morphisms +morphogenesis 1 +morphological/8 1 +morphology/13 1 +morphophonemic/39 1 +Morrison/1 +Morris's +Morristown/1 +morris 1 +morrow/2 1 +Morse/5 1 +morsel/16 1 +Mort/1 +mortal/42 1 +mortality/13 1 +mortar/29 1 +mortarboard/2 1 +mortem/1 +mortems +Morten/1 +mortgage/32 1 +mortgageable +mortgagee/2 1 +mortgagor/2 1 +mortice/16 1 +mortification/2 1 +mortified/8 1 +mortifier/5 1 +mortify/34 1 +mortifying 1 +Mortimer/1 +mortise/32 1 +Morton/5 1 +mortuary/13 1 +mos/97 1 +mosaic/84 1 +Moscow/5 1 +Moseley/1 +Moselle/5 1 +Moser/1 +Moses 1 +mosey/10 1 +Moshe/1 +Moslem/5 1 +Mosley/1 +mosque/2 1 +mosquito/3 1 +moss/21 1 +Mossberg/1 +moss-grown +mossy/37 1 +most/8 1159 +MOT/1 +mote/2 1 +motel/2 1 +motet/2 1 +moth/2 1 +mothball/29 1 +moth-eaten +mother/29 1 +motherboard/2 1 +motherer +motherers +motherhood/2 1 +mothering/5 1 +mother-in-law +motherland/2 1 +motherless 1 +motherly/160 1 +mother-of-pearl +mothers-in-law +Motherwell +motif/143 1 +motile/9 1 +motility/13 1 +motion/29 1 +motional +motioner/5 1 +motionless/60 1 +motivate/6 1 +motivation/2 1 +motivational +motivationally +motivative +motivator/9 1 +motive/32 1 +motiveless 1 +motive 1 +motley 1160 +motlier 1161 +motliest 1161 +motocross/3 1 +motor/29 1 +motorbike/32 1 +motorboat/2 1 +motorcade/32 1 +motorcar/2 1 +motorcycle/222 1 +motorcyclist/2 1 +motoring/5 1 +motorisation/9 1 +motorise/6 1 +motorist/2 1 +motorization/9 1 +motorize/6 1 +motorman/5 1162 +motormen's 1163 +motormen 1164 +Motorola/1 +motor 1 +motorway/2 1 +mots +Mo 1 +Mott/1 +mottle/28 1 +mottler/5 1 +mottling 1 +motto/3 1 +moue/32 1 +mould/29 1 +mouldboard/2 1 +moulder/29 1 +moulding/2 1 +mouldy/66 1 +moult/4 1 +moulter/2 1 +moulting 1 +mound/29 1 +mount/29 1 +mountable 1 +mountain/2 1 +mountaineer/29 1 +mountaineering/2 1 +mountainous/18 1 +mountainside/2 1 +mountaintop/2 1 +mountain 1 +Mountbatten/1 +mountebank/16 1 +mounter/2 1 +mounties +Mountie 1 +mounting/2 1 +mourn/10 1 +Mourne/1 +mourner/2 1 +mournful/506 1 +mourning/2 1 +mouse/442 1165 +mouser/2 1 +mousetrap/110 1 +mousey 1166 +mousier 1167 +mousiest 1167 +mousing/5 1 +mousse/16 1 +Moussorgsky/1 +moustache/2 1 +moustached +moustachio/2 1 +moustachioed +mousy/66 1 +mouth/29 1 +mouther 1 +mouthful/2 1 +mouthing 1 +mouthorgan +mouthpiece/2 1 +mouth-to-mouth +mouthwash/3 1 +mouthwatering +mouthy/66 1 +mouton's +movability 1 +movable/250 1 +move/28 1 +moveability +moveable/250 1 +movement/2 1 +mover/2 1 +moving/8 1 +mow/507 1 +mower/2 1 +Mowgli/1 +mowing/5 1 +mown 1 +Mox +Moyer/1 +Moyes +Moyle/1 +Moyra/1 +Mozambican/9 1 +Mozambique/5 1 +Mozart/5 1 +Mozes/1 +Mozilla/1 +mozzarella/2 1 +MP3 +MP/9 1 +MPEG +mpg +MPG +MPhil +mph 1 +MPV +Mr/2 1 +MRI 1 +ms +Ms +MSc +M.Sc. +MSN +MST 1 +Mt +métier +métiers +MTS +MTV +mu/9 1 +much/33 1041 +much-needed +much 1 +mucilage/2 1 +mucilaginous 1 +muck/29 1 +mucker's +mucker 1 +muckrake/6 1 +muckraker/2 1 +muckrake's +mucky/37 1 +mucosa/5 1 +mucous 1 +mucus/3 1 +mud/16 1 +muddle/28 1 +muddled 1 +muddleheaded +muddleheadedness +muddlehead's +muddler/2 1 +muddy/165 1 +muddying 1 +mudflat/9 1 +mudguard/2 1 +mudlarks +mudroom/9 1 +mudslide/9 1 +mudsling +mudslinger/2 1 +mudslinging/2 1 +Mueller/1 +Muenster 1 +muesli/5 1 +muezzin/2 1 +muff/29 1 +muffin/2 1 +muffle/28 1 +muffler/2 1 +muffling 1 +mufti/2 1 +mug/111 1 +Mugabe/1 +mugger/16 1 +mugging/9 1 +mugshot/9 1 +muggy/169 1 +Muhammad/5 1 +Muhammadan/2 1 +Muhammadanism 1 +Muhammed +Muir/1 +Muire/1 +mukluk's +mulatto/3 1 +mulberry/13 1 +mulch/21 1 +mulct/4 1 +Mulder/1 +mule/32 1 +muleskinner/9 1 +muleteer/2 1 +muling 1 +mulish/14 1 +mull/4 1 +mullah/2 1 +mullein/2 1 +Mullen/1 +Muller/1 +mullet/2 1 +Mulligan/1 +Mulligans +mulligatawny/13 1 +Mullins +mullion/29 1 +multi-access +Multibus/1 +multicast +multicellular +multichannel/5 1 +multicollinearity/1 +multicolour/1 +multicoloured +multicolours +multicolumn +multicomponent +multicomputer/1 +multicomputers +multi-coupler +multicultural +multiculturalism/9 1 +Multics/5 1 +multidimensional +multidimensionality 1 +multidimensionally +multidisciplinary +multi-ethnic +multifaceted +multifamily +multifarious/14 1 +multifigure +multiform +multifunction +multifunctional +multifunctionally +multifunctioned +multilateral/8 1 +multilateralists +multilayer +multilevel +multilevelled +multilingual +multilingualism/9 1 +multimedia 1 +multimegaton/5 1 +multimeter/5 1 +multimillionaire/2 1 +multimillion 1 +multi-modal +multi-national +multinational/9 1 +multinationally +multinomial/5 1 +multipath +multiphase +multiple/508 1 +multiple-choice +multiplex/21 1 +multiplexer/2 1 +multiplexor/2 1 +multipliable +multiplicand/2 1 +multiplication/2 1 +multiplicative/8 1 +multiplicatives +multiplicity/13 1 +multiplier/2 1 +multiply/34 1 +multipoint +multiprocess +multiprocessing 1 +multiprocessor/2 1 +multiprogram +multiprogrammed +multiprogramming/2 1 +multi-purpose +multiracial +multi-site +multi-stage +multi-storey +multisyllabic +multitasking 1 +multi-track +multi 1 +multitude/2 1 +multitudinous/18 1 +multi-user +multivalent 1 +multivalued +multivariate +multiversity/5 1 +multivitamin/9 1 +multi-way +mum/411 1168 +Mumbai +mumble/28 1 +mumbler/2 1 +mumbling/9 1 +mumbo +mumbo-jumbo +Mumford/1 +mummer/2 1 +mummery/13 1 +mummification/2 1 +mummify/34 1 +mumming 1 +mummy/303 1 +mumps +mumps's +munch/7 1 +muncher/2 1 +munch's +Muncie/1 +mundane/8 1 +mundaneness +mundane 1 +munge +munged +munger/1 +mungers +munges +munging +mungings +Munich/5 1 +municipal/42 1 +municipality/13 1 +munificence/2 1 +munificent/8 1 +munition/4 1 +Munn/1 +Munoz/1 +Munro/5 1 +Munroe/1 +Munson/1 +Munster/5 1 +muon/2 1 +Muppet/1 +mural/2 1 +Murali +muralist/2 1 +mural 1 +Murchison/1 +murder/29 1 +murderer/2 1 +murderess/68 1 +murderous/18 1 +Murdoch/1 +Murdock/1 +Murial/1 +Muriel/1 +Murielle/1 +Murillo/1 +murk/509 1 +murky/492 1 +Murmansk/1 +murmur/29 1 +murmurer/2 1 +murmuring/9 1 +murmurous 1 +Murphy/5 1 +murrain/2 1 +Murray/5 1 +Murrow/1 +Murry/1 +mus/72 1 +muscat/2 1 +Muscat/5 1 +muscatel/2 1 +muscle/32 1 +muscle-bound +muscling 1 +Muscovite/2 1 +Muscovy/5 1 +muscular/8 1 +muscularity/13 1 +musculature/2 1 +muse/28 1 +muser/5 1 +Muse's +musette/2 1 +museum/2 1 +mush/114 1 +Musharraf/1 +musher's +mushroom/29 1 +mushy/66 1 +music/16 1 +musical/42 1 +musicale's +musicality/13 1 +musician/2 1 +musicianly +musicianship/2 1 +musicological 1 +musicologist/2 1 +musicology/13 1 +musing/42 1 +musk/5 1 +muskeg/2 1 +Muskegon/1 +muskellunge/2 1 +musket/2 1 +musket-ball +musketeer/2 1 +musketry/13 1 +muskrat/2 1 +musk-rose +musk 1 +musky/191 1 +Muslim/2 1 +muslin/2 1 +mussel/2 1 +Mussolini/5 1 +Mussorgsky/1 +must/75 1 +mustang/2 1 +mustard/2 1 +muster/4 1 +must-have +mustn't +must've +musty/67 1 +mutability/13 1 +mutable/35 1 +mutagen/2 1 +mutant/2 1 +mutate/6 1 +mutation/2 1 +mutational/8 1 +mutator +mutators +mute/510 1 +muted/8 1 +mutilate/6 1 +mutilation/2 1 +mutilator/2 1 +mutineer/16 1 +mutinous/8 1 +mutiny/77 1 +Mutsuhito/1 +mutt/2 1 +mutter/4 1 +mutterer/2 1 +muttering/9 1 +mutton/2 1 +muttonchops +mutual/42 1 +mutuality/53 1 +muumuu/2 1 +Muzak 1 +muzzle/32 1 +muzzle-loaded +muzzle-loader +muzzle-loading +muzzler/5 1 +mW +MW +Myanmar/5 1 +Mycenae/5 1 +Mycenaean 1 +mycologist/2 1 +mycology/13 1 +myelitis/96 1 +Myers +Mylar 1 +Myles/1 +myna/2 1 +mynah/2 1 +myocardial +myocardium/5 1 +myopia/2 1 +myopic/9 1 +myopically +myopic 1 +Myra/1 +myriad/9 1 +Myriapoda 1 +myrmidon/9 1 +Myrna/1 +Myron/1 +myrrh/2 1 +myrtle/2 1 +myself 1 +mysterious/14 1 +mystery/303 1 +mystic/2 1 +mystical/8 1 +mysticism/2 1 +mystic 1 +mystification/2 1 +mystified 1 +mystifier/5 1 +mystify/34 1 +mystifying/8 1 +mystique/2 1 +myth/2 1 +mythical/8 1 +mythic 1 +mythographer/2 1 +mythography/5 1 +mythological/8 1 +mythologise/6 1 +mythologist/2 1 +mythology/13 1 +my 1 +n +né +Na/5 1 +NAACP +nab/289 1 +Nabisco/1 +nabob/2 1 +nabs 1 +nacelle/2 1 +nacho/9 1 +NaCl/1 +nacre/2 1 +nacreous 1 +Nada/1 +Nadia/1 +Nadine/1 +nadir/2 1 +naffer +naffness +naff 1 +nag/111 1 +Nagasaki/5 1 +nagger/2 1 +naggingly +nagging 1 +Nagoya/1 +Nagy/1 +Nahum/1 +naiad/2 1 +naifs +nail/29 1 +nail-biting +nailbrush's +nailer/5 1 +nailing 1 +Nairobi/5 1 +naive/511 1 +naiveté +naivete 1 +naivetés +naiveté's +naive 1 +naivety/13 1 +Nakamura/1 +Nakayama/1 +naked/14 1 +Naku'alofa/1 +namby +namby-pamby 1 +name/32 1 +nameable 1 +name-calling +name-drop +name-dropped +name-dropper/1 +name-droppers +name-dropping +name-drops +named's +nameless/105 1 +namelessly +nameless 1 +namely 1 +nameplate/2 1 +namer/2 1 +namesake/2 1 +Namibia/5 1 +Namibian/9 1 +naming 1 +NaN +nan/5 1 +Nana/1 +Nanak/1 +Nance/1 +Nancy/1 +Nanette/1 +Nannette/1 +nano +nanometre/2 1 +nanosecond/2 1 +nanotechnology 1 +Nantes/1 +Nantucket/5 1 +Nantwich +nanny/77 1 +nannying 1169 +Naomi/5 1 +nap/110 1 +napalm/29 1 +nape/2 1 +naphtha/2 1 +naphthalene/2 1 +Napier/5 1 +napkin/2 1 +Naples/5 1 +napless 1 +Napoleon/2 1 +Napoleonic 1 +napper/2 1 +nappy/13 1 +Nara/1 +Narbonne/1 +narcissism/2 1 +narcissist/2 1 +narcissistic +narcissus/5 1 +narcoleptic 1 +narcoses 1170 +narcosis/5 1171 +narcotic/2 1 +narcotise/6 1 +Narita/1 +nark/16 1 +narky/37 1 +Narragansett/5 1 +narrate/6 1 +narration/2 1 +narrative/43 1 +narratology 1 +narrator/2 1 +narrow/26 1 +narrowband +narrowing 1 +narrow-minded/105 1 +narwhal/2 1 +nary 1 +NASA/2 1 +nasal/42 1 +nasalisation/9 1 +nasalise/6 1 +nasality/13 1 +nasalization/9 1 +nasalize/6 1 +nascences +nascence's +nascent 1 +NASDAQ 1 +Nash/1 +Nashua/1 +Nashville/5 1 +Nassau/5 1 +Nasser/5 1 +nasturtium/2 1 +nasty/113 1 +NATA +Natalie/1 +natalist +natality/5 1 +natal 1 +Natasha/1 +Natchez +natch 1 +Nathalie/1 +Nathan/1 +Nathaniel/1 +nation/2 1 +national/42 1 +nationalisation/9 1 +nationalise/6 1 +nationaliser/1 +nationalisers +nationalism/2 1 +nationalist/2 1 +nationalistic/46 1 +nationality/13 1 +nationalization/2 1 +nationalize/6 1 +nationalizer/2 1 +nationhood/2 1 +nationwide +native/31 1 +nativity/13 1 +natl +NATO/2 1 +natter/4 1 +natural/512 1 +naturalisation/9 1 +naturalise/6 1 +naturalism/2 1 +naturalist/2 1 +naturalistic 1 +naturalization/9 1 +naturalize/6 1 +nature/176 1 +naturedly +naturist 1 +NatWest +natty/67 1 +naught/5 1 +naughty/113 1 +Nauru/5 1 +nausea/2 1 +nauseate/6 1 +nauseating/8 1 +nauseous/58 1 +nautical/8 1 +nautilus/3 1 +Navaho/5 1 +Navajo/9 1 +naval/8 1 +Navarro/1 +naïve +nave/2 1 +navel/2 1 +navel-gazing +naïvely +naïveness +naïveté +naïveties +naïvetés +naïvety +navigability/13 1 +navigable/33 1 +navigate/6 1 +navigation/2 1 +navigational +navigationally +navigator/2 1 +navvy/303 1 +navy/13 1 +nay/2 1 +naysayer/9 1 +nay 1 +Nazarene/2 1 +Nazareth/1 +Nazi/2 1 +Nazism 1 +Nazi 1 +NBA +NBC +NBS +Nb 1 +NCAA +NCC +NCO +N'Djamena/1 +Ndjamena/5 1 +N'Djemena +Nd 1 +née +Neal/1 +Neanderthal/9 1 +Neapolitan/2 1 +neaptide 1 +neap 1 +near/168 1 +nearby 1 +nearside/5 1 +near-sighted +near-sightedly +near-sightedness/1 +near-sightednesses +neat/20 1 +neaten/10 1 +'neath +Neath/1 +neat 1 +Nebraska/5 1 +Nebraskan/2 1 +Nebuchadnezzar/5 1 +nebula/22 1 +nebular +nebulosity 1 +nebulous/14 1 +necessary/253 1 +necessitate/6 1 +necessitation/2 1 +necessitous 1 +necessity/13 1 +neck/29 1 +neckband/5 1 +neckerchief/2 1 +necker 1 +necking/2 1 +necklace/32 1 +neckline/2 1 +necktie's +necrology/13 1 +necromancer/2 1 +necromancy/13 1 +necromantic +necrophilia/5 1 +necrophiliac/9 1 +necropolis/3 1 +necropsy/5 1 +necroses 1172 +necrosis/5 1173 +necrotic +nectar/2 1 +nectarine/2 1 +nectarous +nectary/13 1 +Ned/1 +need/4 1 +needer/5 1 +needful/8 1 +needfulness +needful 1 +Needham/1 +needle/32 1 +needlecraft/5 1 +needlepoint/2 1 +needler/2 1 +needless/8 1 +needlessness +needlessnesses +needless 1 +needlewoman/5 1174 +needlewomen 1175 +needlework/2 1 +needleworker 1 +needling 1 +needn't +needy/66 1 +Neely/1 +ne'er +ne'er-do-wells +nee 1 +nefarious/14 1 +negate/6 1 +negation/2 1 +negative/502 1 +negativism/2 1 +negativity/13 1 +negator/2 1 +Negev/5 1 +neglect/4 1 +neglected 1 +neglecter/5 1 +neglectful/14 1 +negligée +negligee/2 1 +negligence/2 1 +negligent/8 1 +negligées +negligée's +negligibility/5 1 +negligible/17 1 +negotiability/13 1 +negotiable 1 +negotiant/5 1 +negotiate/6 1 +negotiation/2 1 +negotiator/2 1 +Negritude/5 1 +Negro/3 1 +Negroid/9 1 +neg 1 +Nehemiah/1 +Nehru/5 1 +neigh/29 1 +neighbour/192 1 +neighbourhood/2 1 +neighbourly/160 1 +Neil/1 +Neill/1 +neither 1 +Nell/1 +Nellie/1 +Nelsen/1 +nelson/2 1 +Nelly/1 +nematic +Nematoda 1 +nematode/2 1 +Nembutal/5 1 +nemeses 1176 +Nemesis/5 1 +nemesis 1177 +neoclassic/1 +neoclassical +neoclassicism/2 1 +neocolonialism/2 1 +neocortex/5 1 +neodymium/5 1 +neolithic +Neolithic's +neologism/2 1 +neomycin/5 1 +neon/2 1 +neonatal/8 1 +neonate/2 1 +neophyte/2 1 +neoplasm/2 1 +neoplastic +neoprene/2 1 +Nepal/5 1 +Nepalese 1 +Nepali/5 1 +nepenthe/2 1 +nephew/2 1 +nephrite/2 1 +nephrites 1178 +nephritic +nephritis/96 1179 +nepotism/2 1 +nepotist/9 1 +Neptune/5 1 +neptunium/2 1 +nerd/9 1 +nerdy/37 1 +Nero/1 +nerve/32 1 +nerveless/14 1 +nerving/5 1 +nervous/14 1 +nervy/66 1 +nest/29 1 +nestable +nester/5 1 +nestle/28 1 +nestler/5 1 +nestling/5 1 +Nestor/5 1 +net/480 1 +netball/5 1 +Netherlander/2 1 +Netherlands +Netherlands's +nethermost +nether 1 +netherworld/9 1 +Netscape/5 1 +Ne 1 +nett/167 1 +netter 1 +netting/2 1 +nettle/32 1 +nettling 1 +network/29 1 +networking/9 1 +Neumann/1 +neuralgia/2 1 +neuralgic +neural 1 +neurally 1 +neurasthenia/2 1 +neurasthenic/9 1 +neuritic/9 1 +neuritis/96 1 +neuroanatomy 1 +neurobiology/5 1 +neurological +neurologically +neurologist/2 1 +neurology/13 1 +neuromuscular +neuron/2 1 +neuronal +neurone/9 1 +neuropathology/5 1 +neurophysiology/5 1 +neuropsychiatric +neuroscience 1 +neuroscientist/9 1 +neuroses 1180 +neurosis/5 1181 +neurosurgeon/2 1 +neurosurgery/13 1 +neurotic/54 1 +neurotransmitter/9 1 +neuter/167 1 +neuterers +neutral/42 1 +neutralisation 1 +neutralise/6 1 +neutraliser/2 1 +neutralism/2 1 +neutralist/9 1 +neutrality/13 1 +neutralization/2 1 +neutralize/6 1 +neutralness +neutrino/2 1 +neutron/2 1 +Neva/1 +Nevada/5 1 +Nevadan/9 1 +never-ending +nevermore +nevertheless +never 1 +Neville/1 +Nevis/5 1 +nevus's +new/513 1 +Newark/5 1 +newbie/9 1 +newborn/9 1 +Newbury/1 +Newburyport/1 +Newcastle/5 1 +Newcastle-under-Lyme +newcomer/2 1 +newel/2 1 +Newell/1 +newfangled 1 +new-found +Newfoundland/5 1 +Newfoundlander/2 1 +newish +new-laid +newline/2 1 +new-look +newly-wed/1 +newly-weds +Newman/1 +Newmarket/5 1 +Newnham +Newport/5 1 +Newry/1 +newsagent/2 1 +newsboy/2 1 +newscast/16 1 +newscaster/2 1 +newscasting's +newsdealer's +newsflash/68 1 +news-gathering +newsgirl/9 1 +newsgroup/2 1 +newsless 1 +newsletter/2 1 +newsman/5 1182 +newsmen's 1183 +newsmen 1184 +newspaper/29 1 +newspapering 1 +newspaperman/5 1185 +newspapermen's 1186 +newspapermen 1187 +newspaperwoman/5 1188 +newspaperwomen 1189 +newsprint/2 1 +newsreader/2 1 +newsreel/2 1 +newsroom/9 1 +news-sheet +news-stand/1 +news-stands +news 1 +new-style +Newsweek/1 +Newsweekly/1 +newswoman/5 1190 +newswomen 1191 +newsworthy/66 1 +newsy/208 1 +newt/2 1 +newton/2 1 +Newtonian 1 +Newtownabbey/1 +next-door +next 1 +nexus/3 1 +NFC +NFL +NFS +négligé +NGO +NGOs +Nguyen/1 +NHL +NHS +niacin/2 1 +Niagara/5 1 +Niall/1 +Niamey/5 1 +nib/152 1 +nibble/28 1 +nibbler/2 1 +nibbling 1 +Nicaragua/5 1 +Nicaraguan/9 1 +nice/27 1 +Nicene +Nice's +nicety/13 1 +niche/32 1 +Nichol/1 +Nicholas +Nichole/1 +Nichols +Nicholson/1 +nichrome +nick/29 1 +nickel/86 1 +nickelling 1 +nickelodeon's +nickel 1 +nicknack's +nickname/32 1 +nicknamer/5 1 +Nicky/1 +Nicodemus/1 +Nicola/2 1 +Nicole/1 +Nicosia/5 1 +nicotine/2 1 +niece/2 1 +Nielsen/1 +Nielson/1 +Nietzsche/1 +Nieves/1 +niftily +nifty/208 1 +Nigel/1 +Niger/5 1 +Nigeria/5 1 +Nigerian/9 1 +niggard/505 1 +niggardly/74 1 +nigger/514 1 +niggle/6 1 +niggler/2 1 +niggling/9 1 +nigglingly +night/2 1 +night-blindness +nightcap/2 1 +nightclothes 1 +nightclub/152 1 +nightdress/3 1 +nighters +nightfall/2 1 +nightgown/2 1 +nighthawk/2 1 +nightie/2 1 +nightingale/2 1 +nightless 1 +night-life/1 +night-long +nightly 1 +nightmare/2 1 +nightmarish/8 1 +night-owl +nigh 1 +nightshade/2 1 +nightshirt/2 1 +night-soil +nightspot/2 1 +nightstand's +nightstick/9 1 +nigh 1 +night-time/1 +night-times +night 1 +night-watchman +nightwear/5 1 +nighty's +NIH +nihilism/2 1 +nihilist/2 1 +nihilistic +Niigata +Niigata'a +Nike/5 1 +Nikita/1 +Nikki/1 +Nikolai/1 +Nikon/1 +nil/515 1 +Nile/2 1 +nilling 1 +nilpotent +Nils +Nilsson/1 +nilly +nimbi 1192 +nimble/347 1 +nimbus/5 1193 +nimbused +NIMBY +Nimitz/1 +Nimrod/2 1 +Nina/5 1 +nincompoop/2 1 +nine/2 1 +ninefold +ninepence/5 1 +ninepin/39 1 +nineteen/2 1 +nineteenfold +nineteenth/9 1 +ninetieth/9 1 +nine 1 +ninety/13 1 +ninety-eight +ninety-eightfold +ninety-eighth +ninety-eighths +ninety-fifth +ninety-fifths +ninety-first +ninety-firsts +ninety-five +ninety-fivefold +ninetyfold +ninety-four +ninety-fourfold +ninety-fourth +ninety-fourths +ninety-nine +ninety-ninefold +ninety-ninth +ninety-ninths +ninety-one +ninety-onefold +ninety-second +ninety-seconds +ninety-seven +ninety-sevenfold +ninety-seventh +ninety-sevenths +ninety-six +ninety-sixfold +ninety-sixth +ninety-sixths +ninety-third +ninety-thirds +ninety-three +ninety-threefold +ninety 1 +ninety-two +ninety-twofold +Nineveh/5 1 +ninja/9 1 +Nintendo/1 +ninth/9 1 +ninny/13 1 +niobium/5 1 +nip/175 1 +nipper/16 1 +nippiness +nippinesses +nipping/8 1 +nipple/16 1 +Nippon/5 1 +Nipponese 1 +nippy/37 1 +niqab +niqabs +nirvana/2 1 +Nissan/5 1 +Ni's 1194 +Ni 1195 +nit/2 1 +Nita/1 +nitpick/10 1 +nitpicker/2 1 +nitpicking/9 1 +nitrate/32 1 +nitration/2 1 +nitre/2 1 +nitric 1 +nitride/109 1 +nitride's +nitrification/2 1 +nitrite/2 1 +nitrocellulose/2 1 +nitrogen/5 1 +nitrogenous +nitroglycerin/5 1 +nitroglycerine 1 +nitrous 1 +nitwit/2 1 +Niue/1 +Niuo +Nixon/5 1 +nix 1 +Nkrumah/1 +NLRB +nm +no/68 1 +NOAA +Noah/5 1 +Noam/1 +nob/5 1 +no-ball +no-balled +no-balls +Nobel/1 +nobelium/5 1 +nobility/13 1 +noble/516 1 +nobleman/5 1196 +noblemen's 1197 +noblemen 1198 +Noble's +noblesse/5 1 +nobles 1 +noblewoman/5 1199 +noblewomen 1200 +nobody/13 1 +no-claims +Nocton/1 +nocturnal/42 1 +nocturne/2 1 +nod/131 1 +nodal 1 +nodally +nodding 1 +noddle/32 1 +noddy/5 1 +node/2 1 +nodular +nodule/2 1 +Noel/2 1 +Noelle/1 +noes 1 +noggin/2 1 +no-go +nohow 1 +noire +noires +noise/32 1 +noiseless/14 1 +noise-maker/1 +noise-makers +noisome 1 +noisy/67 1 +Nokia/1 +Nola/1 +Nolan/1 +Noland/1 +Noll/1 +nomad/2 1 +nomadic 1 +Nome/1 +nomenclature/2 1 +Nomi/1 +nominal/42 1 +nominate/6 1 +nomination/2 1 +nominative/42 1 +nominator/2 1 +nominee/2 1 +Nominet/1 +Nona/5 1 +non-abrasive +non-absorbent +non-academic +non-academics +non-acceptance +non-acceptances +non-acid +non-acids +non-active +non-adaptive +non-addictive +non-adhesive +non-adjacent +non-adjustable +non-administrative +nonage/2 1 +nonagenarian/2 1 +non-aggression +non-aggressions +non-agricultural +non-alcoholic +non-alcoholics +non-aligned +non-alignment +non-alignments +non-allergic +non-appearance +non-appearances +non-assignable +non-athletic +non-attendance/1 +non-attendances +non-automotive +non-availabilities +non-availability/1 +non-basic +non-believer/1 +non-believers +non-belligerency +non-belligerent +non-belligerents +non-blocking +non-breakable +non-burnable +non-business +non-caloric +non-cancerous +non-carbohydrate +nonce/2 1 +nonchalance/2 1 +nonchalant/8 1 +nonchalantness +non-chargeable +non-clerical +non-clericals +non-clinical +non-collectable +non-com/1 +non-combatant/1 +non-combatants +non-combustible +non-combustibles +non-commercial +non-commercials +non-commissioned +non-committal +non-committally +non-communicable +non-competing +non-competitive +non-compliance/1 +non-compliances +non-complying +non-complyings +non-comprehending +non-coms +non-conducting +non-conductor/1 +non-conductors +nonconforming +nonconformist/2 1 +nonconformity/13 1 +non-consecutive +non-conservative +non-constructive +non-contagious +non-content +non-contiguous +non-continuous +non-contributing +non-contributory +non-controversial +non-convertible +non-cooperation +non-cooperations +non-corroding +non-corrodings +non-corrosive +non-credit +non-criminal +non-criminals +non-critical +non-crystalline +non-cumulative +non-custodial +non-cyclic +non-dairy +non-decreasing +non-deductible +non-deferential +non-deliveries +non-delivery +non-democratic +non-denominational +non-denominationally +non-departmental +non-depreciating +nondescript/9 1 +nondescriptly +non-destructive +non-destructively +non-detachable +non-determinacy +non-determinate +non-determinately +non-determinism +non-deterministic +non-deterministically +non-disciplinary +non-disclosure +non-disclosures +non-discrimination +non-discriminations +non-discriminatory +non-dramatic +non-drinker/1 +non-drinkers +non-driver +non-drying +non-durable +none/39 1 +non-economic +non-educational +non-educationally +non-effective +non-effectives +non-elastic +non-electric +non-electrical +non-electrics +non-emergency +non-empty +non-enforceable +nonentity/13 1 +non-equivalence +non-equivalent +non-equivalents +non-essential +non-essentials +nonesuch 1 +nonetheless +none 1 +non-event/1 +non-events +non-exchangeable +non-exclusive +non-executive +non-exempt +non-existence/1 +non-existences +non-existent +non-explosive +non-explosives +non-extensible +non-factual +non-fading +non-fat +non-fatal +non-fattening +non-ferrous +non-fiction/1 +non-fictional +non-fictionally +non-fictions +non-flammable +non-flowering +non-fluctuating +non-flying +non-food +non-freezing +non-functional +non-functionally +non-governmental +non-granular +non-hazardous +non-hereditary +non-human +non-identical +Nonie/1 +non-inclusive +non-independent +non-industrial +non-infectious +non-inflammatory +non-inflationary +non-inflected +non-intellectual +non-intellectuals +non-interacting +non-interchangeable +non-interference +non-intervention +non-interventionist +non-interventions +non-intoxicating +non-intuitive +non-invasive +non-ionic +non-ionising +non-irritating +non-judgemental +non-judicial +non-legal +non-lethal +non-linear +non-linearities +non-linearity/1 +non-linearly +non-linguistic +non-literary +non-living +non-local +non-logical +non-magical +non-magnetic +non-malignant +non-member/1 +non-members +non-metal/1 +non-metallic +non-metals +non-metropolitan +non-migratory +non-militant +non-militants +non-military +non-moral +non-narcotic +non-narcotics +non-native +non-natives +non-natural +non-negative +non-negotiable +non-nuclear +non-numerical +non-numericals +non-objective +non-obligatory +non-observance +non-observances +non-observant +non-occupational +non-occupationally +nonogenarian +no-nonsense +non-operational +non-operationally +non-operative +non-orthogonal +non-orthogonality +non-parallel +non-parallels +non-parametric +nonpareil/2 1 +non-participant/1 +non-participants +non-participating +non-partisan +non-partisans +non-party +non-paying +non-payment/1 +non-payments +non-peak +non-performance/1 +non-performances +non-performing +non-perishable +non-perishables +non-person +non-persons +non-perturbing +non-physical +non-physically +nonplus/517 1 +non-poisonous +non-political +non-polluting +non-porous +non-prejudicial +non-prescription +non-procedural +non-procedurally +non-productive +non-professional +non-professionals +non-professionally +non-profit +non-profitable +non-profit-making +non-profits +non-programmable +non-programmer +non-proliferation +non-proliferations +non-public +non-punishable +non-racial +non-radioactive +non-random +non-reactive +non-reciprocal +non-reciprocals +non-reciprocating +non-recognition +non-recognitions +non-recoverable +non-recurring +non-redeemable +non-reducing +non-refillable +non-refundable +non-religious +non-renewable +non-representational +non-representationally +non-resident/1 +non-residential +non-residents +non-residual +non-resistance +non-resistances +non-resistant +non-resistants +non-respondent +non-respondents +non-response +non-restrictive +non-returnable +non-returnables +non-rhythmic +non-rigid +non-rural +non-salaried +non-scheduled +non-scientific +non-scientist +non-scientists +non-scoring +non-seasonal +non-sectarian +non-secular +non-segregated +nonsense/2 1 +nonsensical/18 1 +non-sexist +non-sexual +non-singing +non-singular +non-skid +non-slip +non-smoker/1 +non-smokers +non-smoking +non-social +non-speaking +non-specialist/1 +non-specialists +non-specializing +non-specific +non-spiritual +non-spirituals +non-staining +non-standard +non-starter +non-starters +non-stick +non-stop +non-strategic +non-striking +non-structural +non-successive +nonsuch 1 +nonsuit 1 +non-supervisory +non-support +non-supporting +non-supports +non-surgical +non-sustaining +non-swimmer +non-sympathiser/1 +non-tarnishable +non-taxable +non-taxables +non-technical +non-technically +non-tenured +non-terminal +non-terminals +non-terminating +non-termination +non-theatrical +non-thinking +non-thinkings +non-threatening +non-toxic +non-traditional +non-traditionally +non-transferable +non-transparent +non-trivial +non-tropical +non-trunk +non 1 +non-uniform +non-union +non-unions +non-user/1 +non-users +non-venomous +non-verbal +non-verbally +non-veteran/1 +non-veterans +non-viable +non-violence +non-violences +non-violent +non-violently +non-virulent +non-vocal +non-vocational +non-vocationally +non-volatile +non-volunteer +non-volunteers +non-voter/1 +non-voters +non-voting +non-white/1 +non-whites +non-words +non-working +non-yielding +non-zero +noodle/16 1 +nook/2 1 +noon/16 1 +noonday/2 1 +nooning's +noontide/2 1 +noontime/2 1 +noon 1 +noose/32 1 +nope 1 +nor +Nora/1 +NORAD/1 +noradrenaline/5 1 +noradrenalin 1 +Norah/1 +Norbert/1 +Norcott/1 +Nordic/9 1 +Nordstrom/1 +Noreen/1 +Norfolk/5 1 +norm/29 1 +Norma/1 +normal/42 1 +normalcy/13 1 +normalisability +normalisable +normalisation/9 1 +normalise/6 1 +normaliser/1 +normalisers +normality/13 1 +normalizability +normalizable +normalization/9 1 +normalize/6 1 +normalizer/9 1 +Norman/2 1 +Normandy/5 1 +Norman 1 +normative/18 1 +norming 1 +Norplant 1 +Norris +Norristown/1 +Norseman/5 1201 +Norsemen's 1202 +Norsemen 1203 +Norse 1 +Nortel/1 +north/2 1 +Northampton/1 +Northamptonshire/1 +northbound 1 +north-east/1 +north-East/1 +northeaster/2 1 +north-easterly +north-Easterly +north-eastern +north-Eastern +north-eastward +north-Eastward +north-eastwards +north-Eastwards +northerlies +northerly 1 +northern/145 1 +northerner/2 1 +northernmost +norther's +Northfield/1 +northing/5 1 +northmen +north-north-east +Northrop/1 +north-south +north 1 +Northumberland/1 +Northumbria +Northumbrian/9 1 +northward/9 1 +north-West/1 +Northwest/5 1 +northwester/2 1 +north-westerly +north-Westerly +north-western +north-Western +north-west's +north-westward +north-Westward +north-westwards +north-Westwards +Norton/1 +Norwalk/1 +Norway/5 1 +Norwegian/9 1 +Norwich/1 +nose/32 1 +nosebag/5 1 +nosebleed/2 1 +nose-cone +nose-cones +nosedive/6 1 +nosegay/2 1 +nosey 1204 +nosh/21 1 +no-show +no-shows +nosier 1205 +nosiest 1205 +nosing/5 1 +nostalgia/2 1 +nostalgic/54 1 +nostril/2 1 +nostrum/2 1 +nosy/67 1 +notability/13 1 +notable/250 1 +notarial 1 +notary/13 1 +notate/6 1 +notation/2 1 +notational +notationally +notative +notch/21 1 +notching 1 +note/32 1 +notebook/2 1 +noted 1 +notepad/9 1 +notepaper/2 1 +noteworthy/160 1 +nothing/9 1 +nothingness/1 +nothingnesses +nothing 1 +notice/32 1 +noticeable/17 1 +noticeboard +noticeboards +notifiable +notification/2 1 +notifier/2 1 +notify/34 1 +notion/2 1 +notional/8 1 +notoriety/53 1 +notorious/18 1 +Notre +nots +no 1 +Notting +Nottingham/1 +Nottinghamshire/1 +not 1 +notwithstanding +Nouakchott/5 1 +nougat/2 1 +nought/9 1 +Nouméa +Nouméa's +noun/2 1 +Nounéa +nounal +nourish/7 1 +nourisher/5 1 +nourishing 1 +nourishment/2 1 +nous/5 1 +nouveau +nouveaux +nouvelle +Nova +nova/22 1 +Novak/1 +nova's 1206 +nova 1207 +novel/2 1 +novelette/2 1 +novelise/6 1 +novelist/2 1 +novelistic 1 +novelization/9 1 +novella/2 1 +novel 1 +novelty/13 1 +November/2 1 +novena/2 1 +novice/2 1 +novitiate/2 1 +Novo/1 +Novocaine +Novocain 1 +Nov 1 +nowadays 1 +noway 1 +nowhere 1 +no-win +now 1 +nowt 1 +noxious/18 1 +Noyes/1 +nozzle/2 1 +Np 1 +NRA +nroff/1 +NSF +NT +nth 1 +nu/5 1 +nuance/2 1 +nuanced 1 +nub/2 1 +nubbin's +nubby/37 1 +Nubian/5 1 +nubile 1 +nuclear-free +nuclear-powered +nuclear 1 +nuclease/5 1 +nucleate/6 1 +nucleation/2 1 +nucleic +nuclei's 1208 +nuclei 1209 +nucleoli 1210 +nucleolus/5 1211 +nucleon/2 1 +nucleotide/2 1 +nucleus/5 1212 +nuclide/5 1 +nude/518 1 +nudge/28 1 +nudger/5 1 +nudism/2 1 +nudist/2 1 +nudity/13 1 +nugatory +Nugent/1 +nugget/2 1 +nuisance/2 1 +nuke/32 1 +Nuku'alofa +null/109 1 +nullification/2 1 +nullifier/2 1 +nullify/34 1 +nullity/13 1 +null 1 +numb/168 1 +number/29 1 +numberer/5 1 +numberings +numberless 1 +numberplate/5 1 +numbers 1 +numbing/8 1 +numbskull/5 1 +numerable +numeracy/53 1 +numeral/2 1 +numerate/109 1 +numeration/2 1 +numerator/2 1 +numeric/9 1 +numerical/8 1 +numericals +numerological +numerologist/9 1 +numerology/13 1 +numerous/18 1 +numinous/68 1 +numismatic/39 1 +numismatist/2 1 +numskull/2 1 +nun/2 1 +Nunavut +nuncio/2 1 +Nuneaton +Nunez/1 +nunnery/13 1 +nuptial/9 1 +Nuremberg/1 +nurse/32 1 +nursemaid/16 1 +nurser/2 1 +nursery/13 1 +nurseryman/5 1213 +nurserymen's 1214 +nurserymen 1215 +nursing/9 1 +nursling/5 1 +nurture/32 1 +nurturer/2 1 +nut/126 1 +nutate/6 1 +nutation/5 1 +nutcracker/2 1 +nuthatch/3 1 +nutmeg/111 1 +nutria/2 1 +nutrient/2 1 +nutriment/2 1 +nutrition/2 1 +nutritional/8 1 +nutritionist/2 1 +nutritious/14 1 +nutritive/8 1 +nutshell/2 1 +nutting 1 +nutty/66 1 +Nuuk/1 +nuzzle/6 1 +nuzzler/2 1 +NZ +Nyasa/1 +Nye/1 +Nyerere/1 +nylon/2 1 +nymph/2 1 +nymphet/2 1 +nympholepsy/5 1 +nymphomania/2 1 +nymphomaniac/9 1 +Nyquist/1 +NYSE +Nyssa/5 1 +oaf/2 1 +oafish/8 1 +oafishness +oafishnesses +Oahu/5 1 +oak/2 1 +oaken 1 +Oakland/5 1 +Oakley/1 +Oakmont/1 +oak 1 +oakum/2 1 +oakwood +OAP +oar/90 1 +oarlock/2 1 +oarsman/5 1216 +oarsmen's 1217 +oarsmen 1218 +oarswoman/5 1219 +oarswomen 1220 +oases 1221 +oasis/5 1222 +OAS 1 +oat/2 1 +oatcake/2 1 +oaten 1 +Oates/1 +oath/2 1 +oatmeal/2 1 +ob. +Obadiah/1 +obbligato/9 1 +obduracy/53 1 +obdurate/326 1 +obdurateness +obduratenesses +obedience/2 1 +obedient/8 1 +obeisance/2 1 +obeisant/8 1 +obelisk/2 1 +Oberlin/1 +Oberon/1 +obese 1 +obesity/13 1 +obey/10 1 +obeyer/5 1 +obfuscate/6 1 +obfuscater +obfuscation/2 1 +obfuscatory +obit/2 1 +obituary/13 1 +object/29 1 +objectification/9 1 +objectify/34 1 +objection/2 1 +objectionable/35 1 +objective/41 1 +objectivity/13 1 +objector/2 1 +objurgate/6 1 +objurgation/2 1 +oblate/340 1 +oblation/2 1 +obligate/6 1 +obligation/2 1 +obligational +obligationally +obligatory/291 1 +oblige/6 1 +obliged 1 +obliger/5 1 +obliging/18 1 +oblique/519 1 +obliquity/13 1 +obliterate/6 1 +obliteration/2 1 +obliterative +obliteratively +oblivion/2 1 +oblivious/14 1 +oblong/266 1 +obloquy/13 1 +obnoxious/14 1 +oboe/2 1 +oboist/9 1 +O'Brien/1 +obscene/61 1 +obscenity/13 1 +obscurantism/2 1 +obscurantist/2 1 +obscuration 1 +obscure/243 1 +obscurer 1 +obscurity/13 1 +obsequies +obsequious/60 1 +observability/5 1 +observable/327 1 +observance/2 1 +observant/8 1 +observation/2 1 +observational +observationally +observatory/13 1 +observe/6 1 +observed 1 +observer/2 1 +observing/8 1 +obsess/7 1 +obsession/2 1 +obsessional/8 1 +obsessive/512 1 +obsidian/2 1 +obsolescence/9 1 +obsolescent/8 1 +obsolete/81 1 +obstacle/2 1 +obstetric/39 1 +obstetrical 1 +obstetrician/2 1 +obstinacy/13 1 +obstinate/18 1 +obstreperous/14 1 +obstruct/10 1 +obstructed 1 +obstructer's +obstruction/2 1 +obstructionism/2 1 +obstructionist/2 1 +obstructive/41 1 +obtain/10 1 +obtainable +obtainer 1 +obtrude/6 1 +obtruder/5 1 +obtruding 1 +obtrusion/9 1 +obtrusive/14 1 +obtuse/520 1 +obverse/9 1 +obversely +obverse 1 +obviate/6 1 +obviation/9 1 +obvious/14 1 +ocarina/2 1 +O'Casey +Occam/1 +occasion/29 1 +occasional/8 1 +occasionings +Occident/5 1 +occidental/42 1 +occipital 1 +occipitally +occlude/6 1 +occlusion/2 1 +occlusive/9 1 +occult/521 1 +occulter/5 1 +occultism/2 1 +occupancy/13 1 +occupant/2 1 +occupation/2 1 +occupational/8 1 +occupier/2 1 +occupy/34 1 +occur/12 1 +occurrence/2 1 +ocean/2 1 +ocean-going +Oceania/5 1 +oceanic 1 +oceanographer/2 1 +oceanographic +oceanography/13 1 +Oceanside/1 +ocelot/2 1 +Ochoa/1 +ochre/16 1 +o'clock +o'Clock +O'Connell/1 +O'Connor/1 +Oconomowoc/1 +OCR +octagon/2 1 +octagonal/8 1 +octahedral +octahedron/5 1 +octals +octal 1 +octane/2 1 +octant/5 1 +octave/2 1 +octavo/2 1 +octennial 1 +octet/2 1 +octile +octillion's +October/2 1 +octogenarian/2 1 +octopus/3 1 +octoroon/5 1 +Oct 1 +ocular/9 1 +oculist/2 1 +OD/9 1 +odalisque/2 1 +odd/44 1 +oddball/2 1 +oddity/13 1 +oddment/2 1 +odds-on +ode/2 1 +Odell/1 +O'Dell/1 +Odessa/5 1 +Odin/5 1 +odious/14 1 +Odis/1 +odium/2 1 +Odom/1 +odometer/2 1 +O'Donnell/1 +odoriferous 1 +odorous +odorously +odorousness +odour/2 1 +odourless 1 +O'Dwyer/1 +Odysseus/5 1 +odyssey/9 1 +Odyssey's +OE +OED +oedema/2 1 +oedematous +Oedipal +Oedipally +Oedipus/5 1 +OEM/1 +OEMS +oenology/13 1 +oenophile/9 1 +o'er +Oersted/1 +oesophageal +oesophagi 1223 +oesophagus/5 1224 +oestrogen/2 1 +oestrous +oestrus/3 1 +oeuvre/2 1 +of +Ofelia/1 +off/522 1 +off-air +offal/2 1 +Offaly/1 +offbeat/2 1 +off-break +off-centre +offcuts +off-drive +off-drives +Offenbach/1 +offence/9 1 +offend/10 1 +offended 1 +offender/2 1 +offensive/45 1 +offer/29 1 +offerer/2 1 +offering/9 1 +offertory/13 1 +off-frequency +offhanded/8 1 +offhandedness +offhandednesses +offhand 1 +office/2 1 +officeholder/2 1 +officemate +officemates +officer/29 1 +officership +officerships +official/43 1 +officialdom/2 1 +officialism/2 1 +officialness +officiant/2 1 +officiate/6 1 +officiation/2 1 +officiator/2 1 +officio +officious/14 1 +offing/2 1 +offish 1 +off-key +off-licence/1 +off-licences +off-line +offline 1 +offload/10 1 +off-peak +off-piste +offprint/29 1 +off-putting +off-road +off-roading +off-screen +off-season +offset/409 1 +offshoot/2 1 +offshore 1 +offside/9 1 +offspring/5 1 +off-stage +off-stages +off-street +off-the-cuff +off-the-peg +off-the-shelf +off-the-wall +off-white +Ofsted/1 +often/280 1 +oft-times +oft 1 +Ogden/1 +ogive/5 1 +ogle/28 1 +ogler/2 1 +Oglethorpe/1 +ogling 1 +ogre/2 1 +ogreish 1 +ogres/50 1 +ogress/68 1 +ogrish +oh/9 1 +O'Hara +O'Hare/1 +O'Higgins +Ohio/5 1 +Ohioan/9 1 +ohm/2 1 +ohmic 1 +ohmmeter/2 1 +oho/9 1 +OHSA/1 +oil/29 1 +oilcloth/2 1 +oiler/2 1 +oilfield/2 1 +oiling 1 +oilman/5 1225 +oilmen's 1226 +oilmen 1227 +oilseed/2 1 +oil-shale +oilskin/2 1 +oily/66 1 +oink/4 1 +ointment/2 1 +OJ +Ojibwa/2 1 +OK/2 1 +Okamoto/1 +okapi/2 1 +okay/65 1 +Okayama/1 +okay 1 +OKed +Okeechobee/1 +O'Keeffe +Okhotsk/1 +Okinawa/5 1 +OKing +Oklahoma/5 1 +Oklahoman/2 1 +okra/2 1 +Oktoberfest 1 +OK 1 +olé +old/523 1228 +old-age +Oldbury +Oldenburg/1 +olden 1 +old-fashioned 1 +Oldfield/1 +old-gold +Oldham +oldie/2 1 +oldish 1 +Oldsmobile/1 +oldster/2 1 +old-style +old-time +old-timer/1 +old-timers +old 1 +old-world 1 +oleaginous 1 +oleander/2 1 +O'Leary/1 +olefin/5 1 +Olen/1 +oleomargarine/2 1 +oles +olfactory 1 +Olga/1 +oligarch/2 1 +oligarchic +oligarchical 1 +oligarchy/13 1 +oligopolies +oligopolistic +oligopoly/1 +Olin/1 +olive/2 1 +Oliver/1 +olive 1 +Olivetti/1 +Olivia/1 +Olivier/1 +olivine 1 +Ollie/1 +Olmsted/1 +Olsen/1 +Olson/1 +Olympia/5 1 +Olympiad/2 1 +Olympian/9 1 +Olympic/9 1 +Olympus/5 1 +OM +Omagh/1 +Omaha/5 1 +Oman/5 1 +Omar/1 +ombudsman/5 1229 +ombudsmen 1230 +omega/2 1 +omelet/2 1 +omelette/2 1 +omen/29 1 +omicron/2 1 +ominous/14 1 +omission/2 1 +omit/11 1 +omni/1 +omnibus/3 1 +omnidirectional +omnipotence/2 1 +omnipotent/42 1 +omnipresence/2 1 +omnipresent +omnipresently +omniscience/2 1 +omniscient/42 1 +omnivore/2 1 +omnivorous/14 1 +on/524 1231 +onanism/5 1 +on-board +once/525 1 +once-over +oncer/5 1 +once 1 +oncogene/9 1 +oncogenes 1 +oncologist/9 1 +oncology/13 1 +oncoming/9 1 +one/526 1 +onefold +Onega/1 +one-half +one-horse +Oneida/2 1 +O'Neil +O'Neill +one-liner +one-man +one-off +one-piece +one-quarter +oner/5 1 +onerous/14 1 +oneself 1 +one-sided/73 1 +one-step +one-third +one-time +one-to-one +one-track +one-upmanship +one-way +on-frequency +ongoing/9 1 +onion/16 1 +onionskin/2 1 +on-line +online 1 +onlooker/2 1 +onlooking +only-begotten +Ono/1 +on-off +onomatopoeia/2 1 +onomatopoeic +Onondaga/2 1 +onrush/3 1 +onrushing +on-screen +onset/16 1 +onshore 1 +onside 1 +on-site +onslaught/2 1 +on-stage +on-street +Ontarian/9 1 +Ontario/5 1 +onto +ontogeny/13 1 +ontological +ontologically +ontology/13 1 +onus/3 1 +onward/9 1 +onyx/3 1 +oodles 1 +ooh/10 1 +oolitic +OOo/1 +oops/68 1 +ooze/28 1 +oozy/37 1 +op/9 1 +opacity/13 1 +opal/2 1 +opalescence/9 1 +opalescent +opalescently +opaque/527 1 +opcode's +OPEC 1 +open/528 1 +open-air +open-and-shut +opencast +open-deartedness +open-ended +opener/2 1 +open-eyed 1 +open-faced +open-handedness/1 +open-handednesses +open-handed 1 +open-heart +open-hearted 1 +opening/2 1 +open-minded/73 1 +open-mouthed 1 +OpenOffice/1 +open-plan +open-top +openwork/2 1 +opera/2 1 +operability 1 +operable 1 +operadi +operand/2 1 +operandi +operantly +opera's 1232 +opera 1233 +operate/6 1 +operatic/9 1 +operatically +operation/2 1 +operational/8 1 +operative/31 1 +operator/2 1 +operetta/2 1 +Ophelia/1 +ophthalmic +ophthalmics +ophthalmologic +ophthalmologist/2 1 +ophthalmology/13 1 +opiate/32 1 +opine/6 1 +opinion/2 1 +opinionated/18 1 +opioid 1 +opium/2 1 +Oporto +opossum/2 1 +opp +Oppenheimer/5 1 +opponent/2 1 +opportune/8 1 +opportunism/2 1 +opportunist/2 1 +opportunistic/46 1 +opportunity/13 1 +opposable +oppose/6 1 +opposer/5 1 +opposing 1 +opposite/31 1 +opposition/2 1 +oppositional +oppositionally +oppress/7 1 +oppression/2 1 +oppressive/14 1 +oppressor/2 1 +opprobrious/8 1 +opprobrium/2 1 +Oprah/1 +opt/10 1 +optic/39 1 +optical/8 1 +optician/2 1 +optic 1 +optimal/8 1 +optimality 1 +optima 1234 +optimisation/9 1 +optimise/6 1 +optimiser/1 +optimisers +optimise's +optimism/2 1 +optimist/2 1 +optimistic/46 1 +optimization/2 1 +optimize/6 1 +optimizer/2 1 +optimum/2 1235 +option/29 1 +optional/42 1 +optionality/5 1 +optoelectronic 1 +optometric +optometry/13 1 +opt-out +opt-outs +opulence/2 1 +opulent/8 1 +opus/3 1236 +or/2 1 +oracle/16 1 +oracular 1 +oral/42 1 +Oran/5 1 +orange/2 1 +orangeade/2 1 +orangery/13 1 +orange 1 +orangey 1 +orang-outang +orang-outangs +orang 1 +orang-utan/1 +orang-utans +Oranjestad/1 +orate/6 1 +oration/2 1 +orator/2 1 +oratorical/8 1 +oratorio/2 1 +oratory/13 1 +orb/29 1 +orbicular 1 +orbit/29 1 +orbital/2 1 +orbitally +orbiter/9 1 +orchard/2 1 +orchestra/2 1 +orchestral/8 1 +orchestrate/6 1 +orchestration/2 1 +orchestrator/5 1 +orchid/2 1 +ordain/10 1 +ordainer/5 1 +ordainment/2 1 +ordeal/2 1 +order/29 1 +orderer 1 +ordering/9 1 +orderless 1 +orderlies +orderly/529 1 +ordinal/9 1 +ordinance/2 1 +ordinands +ordinary/530 1 +ordinate/16 1 +ordination/2 1 +ordinator +ordinators +ordnance/2 1 +Ordovician 1 +ordure/2 1 +ore/2 1 +oregano/2 1 +Oregon/5 1 +Oregonian/9 1 +O'Reilly +Oren/1 +Oreo 1 +Orestes +organ/2 1 +organdie/2 1 +organelle/2 1 +organic/54 1 +organisability +organisable +organisation/2 1 +organisational/8 1 +organise/6 1 +organiser/2 1 +organism/2 1 +organismic 1 +organist/2 1 +organizability +organizable +organization/2 1 +organizational/8 1 +organizationals +organize/6 1 +organizer/2 1 +organometallic 1 +organza/2 1 +orgasm/29 1 +orgasmic +orgiastic +orgy/13 1 +oriel/2 1 +orient/71 1 +orientable +oriental/42 1 +Orientalist 1 +orientate/6 1 +orientation/2 1 +orienteering/5 1 +orienter 1 +orifice/2 1 +orig +origami/2 1 +origin/2 1 +original/42 1 +originality/13 1 +originate/6 1 +origination/2 1 +originative/8 1 +originator/2 1 +Orin/1 +Orinoco/5 1 +oriole/2 1 +Orion/5 1 +orison/2 1 +Oriya/5 1 +Orkney/5 1 +Orland/1 +Orlando/5 1 +Orleans 1 +ormolu/2 1 +ornament/29 1 +ornamental/42 1 +ornamentation/2 1 +ornate/14 1 +orneriness's +ornithological 1 +ornithologist/2 1 +ornithology/13 1 +orographic/1 +orography/5 1 +orotund +orotundity/13 1 +orphan/29 1 +orphanage/2 1 +orphanhood/5 1 +orphan 1 +Orpheus/5 1 +Orphic 1 +Orpington 1 +Orr/1 +Orrin/1 +orris/3 1 +Orson/1 +Ortega/1 +orthodontia 1 +orthodontic/9 1 +orthodontist/2 1 +orthodox/68 1 +orthodoxly +orthodox 1 +orthodoxy/13 1 +orthogonal/8 1 +orthogonalisation +orthogonalisations +orthogonalise +orthogonalised +orthogonalises +orthogonalising +orthogonality/5 1 +orthogonalization/2 1 +orthogonalize/6 1 +orthographic/46 1 +orthographical +orthography/13 1 +orthonormal +orthopaedic/9 1 +orthophosphate's +orthorhombic +Ortiz/1 +or 1 +Orville/1 +Orwell/1 +Orwellian +OS/5 1 +Osage/2 1 +Osaka/5 1 +Osama/1 +Osborn/1 +Osborne/1 +Oscar/2 1 +Osceola/1 +oscillate/6 1 +oscillation/2 1 +oscillator/2 1 +oscillatory +oscilloscope/2 1 +osculate/6 1 +osculation/2 1 +OSGi +Osgood/1 +OSHA 1 +O'Shea/1 +Oshkosh/1 +osier/2 1 +Oslo/5 1 +osmium/5 1 +osmoses 1237 +osmosis/5 1238 +osmotic 1 +osprey/2 1 +osseous/8 1 +ossification/2 1 +ossify/34 1 +Osteichthyes 1 +ostensible/17 1 +ostentation/2 1 +ostentatious/18 1 +osteoarthritis/96 1 +osteology/5 1 +osteopath/2 1 +osteopathic 1 +osteopathy/13 1 +osteoporoses 1239 +osteoporosis/5 1240 +ostler 1 +ostracise/6 1 +ostracism/2 1 +Ostrander/1 +ostrich/3 1 +O'Sullivan/1 +Oswald/1 +Oswestry +OT +OTB +OTC +Othello/1 +other/48 1 +otherwise +otherworldly/254 1 +otiose 1 +Otis/5 1 +OTOH +O 1 +OTT +Ottawa/5 1 +otter/16 1 +Otto/1 +Ottoman/2 1 +Ouagadougou/1 +oubliette/2 1 +ouch/162 1 +oughtn't +ought 1 +ounce/2 1 +our/9 1 +ourself/486 1 +our 1 +oust/10 1 +ouster/2 1 +out/71 1 +outage/2 1 +outang +outangs +outargue/6 1 +outback/531 1 +outbacker 1 +outbalance/6 1 +outbid/240 1 +outboard/9 1 +outboast/10 1 +outbound/9 1 +outbreak/16 1 +outbuilding/2 1 +outburst/16 1 +outcast/186 1 +outclass/7 1 +outcome/2 1 +outcrop/110 1 +outcropping/9 1 +outcry/303 1 +outdated +outdatedness +outdistance/6 1 +outdo/532 1 +outdoor/9 1 +outdraw/367 1241 +outdrew 1242 +outer/9 1 +outermost +outer 1 +outerwear/5 1 +outface/6 1 +outfall/2 1 +outfield/2 1 +outfielder/2 1 +outfight/140 1243 +outfit/126 1 +outfitter/2 1 +outflank/10 1 +outflow/16 1 +outfought 1244 +outfox/7 1 +outgo/223 1 +outgoing/9 1 +outgoingness +outgrew 1245 +outgrip +outgrow/367 1246 +outgrowth/2 1 +outguess/7 1 +outhouse/2 1 +outing/2 1 +outlander/2 1 +outlandish/14 1 +outland 1 +outlast/10 1 +outlaw/29 1 +outlawry/5 1 +outlaw 1 +outlay/16 1 +outlet/2 1 +outlier/9 1 +outline/32 1 +outlive/6 1 +outlook/16 1 +outlying 1247 +outmanoeuvre/6 1 +outmatch/7 1 +outmigration +outmoded +outnumber/10 1 +out-of-court +out-of-date 1 +out-of-phase +out-of-pocket +outpace/290 1 +outpatient/2 1 +outperform/10 1 +outplacement/2 1 +outplay/10 1 +outpoint/10 1 +outpost/2 1 +outpouring/2 1 +outproduce/6 1 +output/126 1 +outré +outrage/32 1 +outrageous/18 1 +outrank/10 1 +outran 1248 +outreach/55 1 +outrider/2 1 +outrigger/2 1 +outright 1 +outrun/138 1249 +outscore/6 1 +outsell/140 1250 +outset/16 1 +outshine/104 1251 +outshone 1252 +outshout/10 1 +outside/434 1 +outsider/2 1 +outsiderness +outsize 1 +outskirts +outsmart/10 1 +outsold 1253 +outsource/6 1 +outsourcing/9 1 +outspend/461 1 +outspoken/14 1254 +outspread/128 1 +outstanding/8 1 +outstation/2 1 +outstay/10 1 +outstretch/7 1 +outstrip/122 1 +out-take +out-takes +out-tray +outvote/6 1 +outward/31 1 +outwear/140 1255 +outweigh/10 1 +outwit/11 1 +outwore 1256 +outwork/29 1 +outworn 1256 +ouzo/2 1 +oval/38 1 +ovarian +ovary/13 1 +ova's 1257 +ova 1258 +ovate/109 1 +ovation/2 1 +oven/2 1 +ovenbird/2 1 +oven-ready +over/533 1 +over-abundance/1 +over-abundances +over-abundant +overachieve/6 1 +overachiever/9 1 +overact/10 1 +over-active +over-activity +overage 1 +overaggressive 1 +overall/2 1 +overallocation +overambitious 1 +over-anxiety +over-anxious +over-anxiously +overarching +overarm/109 1 +overate 1259 +overattentive 1 +overawe/6 1 +overbalance/28 1 +overbear/140 1260 +overbearing/18 1 +overbid/534 1 +overbite/2 1 +overblown +overboard +overbold +overbook/10 1 +overbore 1261 +overborne 1261 +overbought 1262 +overbuild/461 1 +overburden/4 1 +overburdeningly +overbuy/140 1263 +overcame 1264 +overcapacity/5 1 +overcapitalise/6 1 +overcareful 1 +overcast/155 1 +overcasting/5 1 +overcast 1 +overcautious 1 +overcerebral +overcharge/28 1 +overcloud/10 1 +overcoat/16 1 +overcoating's +overcome/104 1265 +overcomer/5 1 +overcomits +overcommit/535 1 +overcommitment/9 1 +overcompensate/6 1 +overcompensation/2 1 +overcomplexity/1 +overcomplicate/6 1 +overconfidence/2 1 +overconfident/8 1 +overconscientious 1 +overconsumption/5 1 +overcook/10 1 +overcooled +overcorrection 1 +overcritical 1 +overcrowd/10 1 +overcrowding 1 +over-curiosity +over-curious +overdecorate/6 1 +over-delicacy +over-delicate +overdependent +overdetermined +overdevelop/10 1 +overdo/532 1 +overdose/32 1 +overdraft/2 1 +overdraw/367 1266 +overdress/55 1 +overdrew 1267 +overdrive/16 1 +overdub/158 1 +overdue +overeager/18 1 +overeat/135 1268 +overeater/5 1 +overeducate/142 1 +overemotional/8 1 +overemphases 1269 +overemphasis/114 1270 +overemphasise/6 1 +overemphasize/142 1 +overenthusiastic 1 +overestimate/28 1 +overestimation/2 1 +overexcite/6 1 +overexercise/6 1 +overexert/10 1 +overexertion/2 1 +overexploitation 1 +overexploited +overexpose/6 1 +overexposure/2 1 +overextend/10 1 +overextension 1 +overfall's +overfall 1 +overfed 1271 +overfeed/140 1272 +overfill/10 1 +overfish/197 1 +overflight/2 1 +overflow/4 1 +overflowing 1 +overfly/362 1 +overfond 1 +overfull +overgeneralise/6 1 +overgenerous 1 +overgraze/6 1 +overgrew 1273 +overground +overgrow/367 1274 +overgrowth/2 1 +overhand/128 1 +overhang/128 1275 +overhasty 1 +overhaul/4 1 +overhauler 1 +overhaulings +overhead/9 1 +overhear/62 1 +overhearer/1 +overheat/4 1 +overhung 1276 +overincredulous +overindulge/6 1 +overindulgence/2 1 +overindulgent 1 +overinflated +overjoyed +overkill/29 1 +overladen +overlain 1277 +overland 1 +overlap/110 1 +over-large +overlay/432 1 +overlaying 1 +overlay 1277 +overleaf +overlie/109 1278 +overlier 1 +overload/4 1 +over-long +overlook/4 1 +overlord/29 1 +overlying 1277 +overmanning +over-many +overmaster/10 1 +overmatching +over-much +over-nice +over-niceness +over-nicety +overnight/155 1 +overnighter/9 1 +overnight 1 +overoptimism/2 1 +overoptimistic 1 +over-particular +overpass/21 1 +overpay/380 1 +overpayment/2 1 +overplay/10 1 +overpopulate/6 1 +overpopulation/2 1 +overpopulous 1 +overpower/10 1 +overpowering/8 1 +overprecise 1 +overpressure 1 +overprice/6 1 +overprint/4 1 +overproduce/6 1 +overproduction/9 1 +overprotect/10 1 +overprotection/5 1 +overprotective +overqualified +overran 1279 +overrate/6 1 +overreach/7 1 +overreacher 1 +overreact/10 1 +overreaction/2 1 +overrefined +over-represented +over-ridden +over-ride +override/536 1280 +overrider/5 1 +over-rides +over-riding +overripe 1 +overrode 1281 +overrule/6 1 +overrun/537 1282 +oversample +oversampled +oversampling +oversaturate 1 +oversaw 1283 +oversea/9 1 +oversee/367 1284 +overseer/2 1 +oversell/140 1285 +over-sensitive +over-sensitiveness +over-sensitivenesses +over-sensitivity +oversexed +overshadow/10 1 +overshoe/2 1 +overshoot/128 1286 +overshot 1287 +oversight/2 1 +oversimple 1 +oversimplification/2 1 +oversimplify/34 1 +oversize/142 1 +oversleep/140 1288 +overslept 1289 +oversoft/33 1 +oversold 1290 +overspecialisation +overspecialisations +overspecialise/6 1 +overspend/461 1 +overspill/29 1 +overspread/140 1 +overstaffed +overstate/6 1 +overstatement/2 1 +overstay/10 1 +overstep/122 1 +overstimulate/6 1 +overstock/4 1 +overstrained +overstraining +overstress/149 1 +overstretch/149 1 +overstrict +overstrung +overstuff/197 1 +oversubscribe/6 1 +oversubtle 1 +oversupply/34 1 +oversupply's +overt/8 1 +overtake/94 1291 +overtaker +overtakers +overtax/197 1 +over-the-counter +over-the-top +overthrew 1292 +overthrow/166 1293 +overtightened +overtime/16 1 +overtire/6 1 +overtness +overtone/2 1 +overtook 1294 +overture/16 1 +overturn/4 1 +overuse/28 1 +overvalue/6 1 +overview/2 1 +overweening 1 +overweight/4 1 +overwhelm/10 1 +overwhelming/8 1 +overwinter/10 1 +overwork/4 1295 +overwrap +overwrite/412 1296 +overwrote 1297 +overwrought 1298 +overzealous/33 1 +Ovid/1 +oviduct/2 1 +oviform +oviparous 1 +ovoid/9 1 +ovular +ovulate/6 1 +ovulation/9 1 +ovulatory +ovule/2 1 +ovum/5 1299 +ovums +ow +owe/6 1 +Owen/5 1 +owl/16 1 +owlet/2 1 +owlish/18 1 +own/368 1 +own-brand +owner/2 1 +owner-occupier +ownership/2 1 +ox/538 1 +oxalate/5 1 +oxalic +oxaloacetic +oxbow/2 1 +Oxbridge 1 +oxcart's +oxen/5 1 +Oxford/2 1 +Oxfordshire +oxidant/2 1 +oxidation/2 1 +oxidative +oxidatively +oxide/2 1 +oxidisation 1 +oxidise/6 1 +oxidiser/2 1 +oxidisings +oxidization/2 1 +oxidized +oxidizer/5 1 +oxidizing +Oxnard +Oxonian 1 +Oxordshire/1 +oxtail/5 1 +oxyacetylene/2 1 +oxygen/5 1 +oxygenate/6 1 +oxygenate's +oxygenation/2 1 +oxyhydroxides +oxymoron/5 1 +oyster/16 1 +oz +Ozark/1 +Ozarks 1 +ozone/5 1 +ozone-friendly +Ozzie/5 1 +p/1 +p.a. +pa/2 1 +Paarl +Pablo/1 +Pabst/1 +pabulum/2 1 +pace/32 1 +pacemaker/2 1 +paceman +pacer/2 1 +pacesetter/2 1 +pacesetting +pacey 1 +Pacheco/1 +pachyderm/2 1 +pacific +pacifically +pacification/2 1 +Pacific's +pacifier/2 1 +pacifism/2 1 +pacifist/2 1 +pacifistic 1 +pacify/34 1 +pack/29 1 +packable +package/134 1 +packager/2 1 +packaging/2 1 +Packard/1 +packer/2 1 +packet/29 1 +packhorse/5 1 +packing/2 1 +packinghouse/9 1 +packsaddle/2 1 +Packwood/1 +pact/2 1 +PAC 1 +pad/131 1 +Paddie/1 +padding/2 1 +Paddington/1 +paddle/32 1 +paddler/2 1 +paddling 1 +paddock/29 1 +paddy/13 1 +Padgett/1 +Padilla/1 +padlock/29 1 +Padraig/1 +padre/2 1 +Padrewski/1 +paean/2 1 +paediatric/39 1 +paediatrician/2 1 +paedophile/9 1 +paedophilia/1 +paella/2 1 +paeony/5 1 +pagan/2 1 +Paganini/1 +paganism/2 1 +pagan 1 +page/32 1 +pageant/2 1 +pageantry/13 1 +pageboy/2 1 +pageful 1 +pager/2 1 +paginate/6 1 +pagination/9 1 +paging 1 +pagoda/2 1 +Pahaji +paid-up +Paige/1 +pail/2 1 +pailful/2 1 +pain/29 1 +Paine/1 +painful/106 1 +painkiller/2 1 +painkilling +painless/8 1 +painlessness +painlessnesses +painless 1 +painstaking/8 1 +paint/29 1 +paintbox/5 1 +paintbrush/3 1 +painter/2 1 +painterliness +painterly 1 +painting/2 1 +paintwork 1 +pair/29 1 +pairing/9 1 +pairwise +Paisley/2 1 +paisley 1 +Pakistan/5 1 +Pakistani/9 1 +pal/16 1 +palace/2 1 +paladin/2 1 +palaeoanthropological +palaeoanthropologist +palaeoanthropology +palaeobotanical +palaeobotanist 1 +palaeobotany 1 +Palaeocene +palaeoclimatological +palaeoclimatologist +palaeoclimatology 1 +palaeoecological +palaeoecologist 1 +palaeoecology +palaeographer/2 1 +palaeographic +palaeographical +palaeographically +palaeographies +palaeography/1 +palaeolithic +palaeontological 1 +palaeontologist/9 1 +palaeontology/13 1 +Palaeozoic +palanquin/2 1 +palatability/5 1 +palatable/33 1 +palatal/9 1 +palatalise/6 1 +palatally +palate/2 1 +palatial/8 1 +palatinate/2 1 +palatine/9 1 +Palau/1 +palaver/29 1 +pale/510 1 +paleface/2 1 +Paleocene 1 +Paleozoic 1 +Palermo/5 1 +Palestine/5 1 +Palestinian/9 1 +Palestrina/1 +palette/2 1 +palfrey/2 1 +palimpsest/2 1 +palindrome/2 1 +palindromic +paling/5 1 +palisade/32 1 +palish 1 +pall/16 1 +palladia 1300 +Palladio/1 +palladium/5 1301 +pallbearer/2 1 +pall-bearers +pallet/16 1 +palletisation/9 1 +palletise/6 1 +palletization/9 1 +palletize/6 1 +palliate/6 1 +palliation/2 1 +palliative/9 1 +palliatively +pallid/14 1 +pallor/2 1 +palm/29 1 +palmate 1 +palmer/5 1 +palmetto/2 1 +palmist/2 1 +palmistry/13 1 +Palmolive/1 +palmtop/9 1 +palmy/37 1 +Palmyra/1 +Palo/1 +palomino/2 1 +palpable/17 1 +palpate/6 1 +palpation/2 1 +palpitate/6 1 +palpitating 1 +palpitation/2 1 +palsy/77 1 +paltry/66 1 +pal 1 +paludal +pally 1 +Pam/1 +pamby +Pamela/1 +pampas +pampas's +pamper/10 1 +pampered 1 +pamperer/5 1 +pamphlet/16 1 +pamphleteer/29 1 +pan/116 1 +panacea/2 1 +panache/2 1 +Panama/5 1 +panama/9 1 +Panamanian/9 1 +Panasonic/1 +pancake/32 1 +panchromatic +Pancras +pancreas/3 1 +pancreatic +panda/2 1 +pandemic/9 1 +pandemonium/2 1 +pander/4 1 +panderer/9 1 +Pandora/5 1 +pane/2 1 +paned +panegyric/2 1 +panel/86 1 +panelling/2 1 +panellisation +panellisations +panellise +panellised +panellises +panellising +panellist/2 1 +panellization +panellizations +panellize +panellized +panellizes +panellizing +pan-European +pang/16 1 +pangolin/5 1 +panic/84 1 +panicking 1 +panicky/37 1 +panic-stricken +panier's +Panis +panjandrum/5 1 +panky +pannier/2 1 +panning 1 +panoplied +panoplies +panoply/1 +panorama/2 1 +panoramic 1 +panpipes +pansy/13 1 +pant/4 1 +Pantaloon/5 1 +pantaloons +pantechnicon 1 +pantheism/2 1 +pantheist/9 1 +pantheistic +pantheist 1 +pantheon/2 1 +panther/2 1 +panties +pantihose +pantiled +pantiles +pantiliner +panting 1 +pantograph/2 1 +pantomime/32 1 +pantomimic +pantomimist/2 1 +pantry/13 1 +Panza/1 +panzer 1 +Paola/1 +Paoli/1 +Paolo/1 +pap/5 1 +papa/2 1 +papacy/13 1 +papal/8 1 +paparazzi +papaw/2 1 +papaya/2 1 +Papeete/5 1 +paper/71 1 +paperback/16 1 +paper-boy/1 +paper-boys +paper-clip/1 +paper-clips +paperer/2 1 +paper-girl/1 +paper-girls +paperhanger/2 1 +paperhanging/2 1 +papering 1 +paperless 1 +paperweight/2 1 +paperwork/2 1 +papery/74 1 +papilla/70 1 +papillary +papilla's 1302 +papilla 1303 +papist/2 1 +papoose/2 1 +paprika/2 1 +pap 1 +Papua/5 1 +papyri 1304 +papyrus/5 1305 +par/539 1 +para/2 1 +parable/16 1 +parabola/2 1 +parabolic +paraboloid/2 1 +paraboloidal/1 +paracetamol/1 +parachute/32 1 +parachuter/5 1 +parachutist/2 1 +parade/32 1 +parader/2 1 +paradigm/2 1 +paradigmatic +paradisal +paradise/2 1 +paradisical +paradox/3 1 +paradoxic +paradoxical/18 1 +paraffin/16 1 +paragliding +paragon/16 1 +paragraph/29 1 +paragrapher/5 1 +Paraguay/5 1 +Paraguayan/9 1 +parakeet/2 1 +paralegals +paralinguistic 1 +parallax/3 1 +parallel/4 1 +parallelepiped/2 1 +parallelism/2 1 +parallelogram/2 1 +parallel 1 +paralyse/6 1 +paralysedly +paralyser/2 1 +paralyses 1306 +paralysingly +paralysis/5 1307 +paralytic/9 1 +paralytically +paramagnet/5 1 +paramagnetic +paramagnetism 1 +Paramaribo/5 1 +Paramecia +Paramecium/1 +paramedic/2 1 +paramedical/9 1 +parameter/2 1 +parameterless +parametric +parametrically +parametrisability +parametrisable +parametrisation +parametrisations +parametrise +parametrised +parametrises +parametrising +parametrizability +parametrizable +parametrization/9 1 +parametrize/6 1 +paramilitary/53 1 +paramoecia 1308 +paramoecium/5 1309 +paramount 1 +paramour/2 1 +paranoia/2 1 +paranoiac/9 1 +paranoid 1 +paranormal/9 1 +paranormally +parapet/2 1 +paraphernalia 1 +paraphrase/32 1 +paraphraser/5 1 +paraphrases 1310 +paraplegia/2 1 +paraplegic/9 1 +paraprofessional/2 1 +parapsychologist/9 1 +parapsychology/13 1 +paraquat/9 1 +parasite/2 1 +parasitic +parasitical/8 1 +parasitics +parasitism/2 1 +parasitologist/5 1 +parasitology/5 1 +parasol/2 1 +parasympathetic/9 1 +parathion/2 1 +parathyroid/9 1 +paratroop/9 1 +paratrooper/2 1 +paratyphoid/9 1 +parboil/10 1 +PARC/5 1 +parcel/86 1 +parcelling/5 1 +parcel 1 +parch/7 1 +parched 1 +parchment/2 1 +pardon/4 1 +pardonability +pardonable/35 1 +pardoner/2 1 +pardoning 1 +pare/6 1 +paregoric/2 1 +parent/29 1 +parentage/2 1 +parental/8 1 +parenteral 1 +parentheses 1311 +parenthesis/5 1312 +parenthesise/142 1 +parenthesis 1 +parenthesize/142 1 +parenthetic +parenthetical/8 1 +parenthood/2 1 +parenting/9 1 +parer/9 1 +pares/68 1 +pareses 1313 +paresis/5 1314 +pares 1315 +parfait/2 1 +pariah/2 1 +parietal/9 1 +parimutuel/9 1 +paring/2 1 +Paris/5 1 +parish/3 1 +parishioner/2 1 +Parisian/9 1 +parity/13 1 +park/29 1 +parka/2 1 +Parker/1 +parking/5 1 +parkland/5 1 +parkway/2 1 +parky/37 1 +parlance/2 1 +parley/29 1 +parliament/2 1 +parliamentarian/2 1 +parliamentary 1 +parlour/2 1 +parlourmaid 1 +parlous 1 +parmigiana +parochial/8 1 +parochialism/2 1 +parochiality +parodist/2 1 +parody/77 1 +parole/32 1 +parolee/2 1 +paroxysm/2 1 +paroxysmal 1 +parquet/29 1 +parquetry/13 1 +parrakeet's +parricidal +parricide/2 1 +parrot/29 1 +parrotlike +parry/220 1 +pars/7 1 +parse/6 1 +parsec/2 1 +parser/2 1 +parsimonious/8 1 +parsimony/13 1 +parsing/9 1 +parsley/2 1 +parsnip/2 1 +parson/2 1 +parsonage/2 1 +part/302 1 +partake/94 1316 +partaker/2 1 +partaking 1 +parter/9 1 +parterre/2 1 +parthenogeneses 1317 +parthenogenesis/5 1318 +Parthenon/5 1 +partial/42 1 +partiality/13 1 +participant/2 1 +participate/6 1 +participation/2 1 +participative +participator/9 1 +participatory +participial/8 1 +participle/2 1 +particle/2 1 +particleboard/9 1 +particoloured +particular/42 1 +particularise/6 1 +particularism 1 +particularistic 1 +particularity/13 1 +particularize/6 1 +particulate/9 1 +partier 1 +parting/2 1 +partisan/2 1 +partisanship/2 1 +partition/29 1 +partitioner/5 1 +partitive/9 1 +partizan's +partner/29 1 +partnership/2 1 +partook 1319 +partridge/2 1 +part-song +part-time +part-timer +part-timers +parturition/2 1 +partway 1 +party/540 1 +parvenu/2 1 +pas/97 1 +pascal/2 1 +paschal/9 1 +pasha/2 1 +passé +pass/170 1 +passable/17 1 +passage/32 1 +passageway/2 1 +passband 1 +passbook/2 1 +passée +passenger/2 1 +passenger-mile +passer/2 1 +passer-by +passers-by +passim 1 +passing/42 1 +passion/16 1 +passionate/8 1 +passionflower/2 1 +passionless 1 +passivated +passive/512 1 +passivity/53 1 +passkey/2 1 +passmark +passover 1 +passport/2 1 +passé's +password/2 1 +passworded +past/71 1 +pasta/2 1 +paste/32 1 +pasteboard/2 1 +pastel/2 1 +pastern/2 1 +paster 1 +pastes 1320 +paste-up +pasteurisation +pasteurisations +pasteurise/6 1 +pasteuriser/2 1 +pasteurization/9 1 +pasteurize/6 1 +pasteurizer/2 1 +pastiche/2 1 +pastille/2 1 +pastime/2 1 +pasting 1 +pastis 1321 +pastor/29 1 +pastoral/42 1 +pastoralism 1 +pastorate/2 1 +pastrami/2 1 +pastry/13 1 +pasturage/2 1 +pasture/32 1 +pasturer/5 1 +pasty/318 1 +pat/480 1 +patch/21 1 +patchable +patcher/5 1 +patching 1 +patchwork/150 1 +patchworkers +patchworker's +patchy/492 1 +pate/2 1 +Patel +patella/70 1 +patellar +patellate +paten/5 1 +patency 1 +patent/192 1 +patentable 1 +patentee/2 1 +patentor/2 1 +pater/5 1 +paterfamilias/3 1 +paternal/8 1 +paternalism/2 1 +paternalistic +paternalist 1 +paternity/13 1 +paternoster/2 1 +path/2 1 +pathetic/46 1 +pathfinder/2 1 +pathlessness +pathless 1 +path-loss +pathname/1 +pathnames +pathogen/2 1 +pathogenesis/5 1 +pathogenic 1 +pathological/8 1 +pathologist/2 1 +pathology/13 1 +pathos/3 1 +pathway/2 1 +patience/2 1 +patient/541 1 +patina/2 1 +patio/2 1 +patisserie 1 +Patna +patois/5 1 +patriarch/2 1 +patriarchal 1 +patriarchate/2 1 +patriarchy/13 1 +Patrice +patrician/2 1 +patricide/2 1 +Patrick/5 1 +patrimonial 1 +patrimony/13 1 +patriot/2 1 +patriotic/46 1 +patriotism/2 1 +patristic/9 1 +patrol/86 1 +patrolling 1 +patron/2 1 +patronage/16 1 +patroness +patronesses +patronisation +patronisations +patronise/6 1 +patroniser/2 1 +patronising/8 1 +patronization/9 1 +patronize/6 1 +patronizer/2 1 +patronizing/8 1 +patronizing's +patronly +patronymic/54 1 +patroon/2 1 +patten/2 1 +patter/4 1 +patterer/5 1 +pattern/29 1 +patterning 1 +patternless 1 +Patterson/1 +patty/13 1 +paucity/13 1 +Paul/5 1 +paunch/21 1 +paunchy/191 1 +pauper/29 1 +pauperise/6 1 +pauperism/2 1 +pause/28 1 +pausing 1 +pave/6 1 +pavement/16 1 +paver/5 1 +paves 1322 +pavilion/29 1 +paving/2 1 +paw/29 1 +pawl/2 1 +pawn/29 1 +pawnbroker/2 1 +pawnbroking/9 1 +pawner/5 1 +pawnshop/2 1 +pawpaw's +paxes +pay/456 1 +payable/9 1 +pay-as-you-earn +payback/9 1 +pay-bed +pay-claim +payee/2 1 +payer/2 1 +PAYE 1 +paying 1 +payload/2 1 +paymaster/2 1 +payment/2 1 +pay-off/1 +pay-offs +payout/9 1 +pay-packet/1 +pay-packets +payphone/9 1 +payroll/2 1 +payslip/9 1 +Pb 1 +PBX +pc +PC/2 1 +PCB +pcm +pd +Pde +PDF +PDFs +PDP +PDQ +PDSA +PE +pea/2 1 +peace/5 1 +peaceable/35 1 +peaceful/506 1 +peacekeepers +peacekeeping 1 +peacemaker/2 1 +peacemaking/5 1 +peacetime/2 1 +peace 1 +peach/21 1 +peachy/37 1 +peacock/16 1 +peafowl/2 1 +pea-green +peahen/2 1 +peak/29 1 +peakedness +peak 1 +peaky/74 1 +peal/29 1 +pealing 1 +peanut/2 1 +pear/2 1 +pearl/71 1 +pearler/5 1 +pearlies +pearling 1 +pearly/37 1 +Pearson/1 +peartrees +peasant/2 1 +peasanthood 1 +peasantry/13 1 +peasant 1 +peashooter/2 1 +pea's 1323 +pea 1324 +peas 1 +peat/2 1 +pea 1 +peaty/37 1 +pebble/32 1 +pebbling/5 1 +pebbly/37 1 +pecan/2 1 +peccadillo/3 1 +peccary/13 1 +peck/29 1 +pecker/2 1 +pecking 1 +pectic 1 +pectin/2 1 +pectoral/9 1 +peculate/6 1 +peculation/9 1 +peculator/9 1 +peculiar/42 1 +peculiarity/13 1 +pecuniary 1 +pedagogic/39 1 +pedagogical/8 1 +pedagogue/16 1 +pedagogy/13 1 +pedal/148 1 +pedaller/2 1 +pedalling 1 +pedant/2 1 +pedantic +pedantically +pedantry/13 1 +peddle/6 1 +peddling 1 +pederast/2 1 +pederasty/13 1 +pedestal/86 1 +pedestalling 1 +pedestrian/2 1 +pedestrianisation +pedestrianisations +pedestrianise/6 1 +pedestrianization/9 1 +pedestrianize/6 1 +pedicab/2 1 +pedicure/32 1 +pedicurist/2 1 +pedigree/2 1 +pediment/2 1 +pedimented +pedlar/2 1 +pedology 1 +pedometer/2 1 +Pedro +peduncle/2 1 +pee/128 1 +peek/4 1 +peekaboo/2 1 +peel/4 1 +peeler/5 1 +peeling/2 1 +peen/29 1 +peep/4 1 +peeper/2 1 +peep-hole/1 +peep-holes +peep-show/1 +peep-shows +peepy +peer/29 1 +peerage/2 1 +peeress/3 1 +peerless/18 1 +peeve/32 1 +peeved 1 +peevers +peevers's +peevish/14 1 +peewee/9 1 +peg/111 1 +pegboard/2 1 +pegging 1 +peignoir/2 1 +pejorative/8 1 +peke/2 1 +Peking/5 1 +pekoe/2 1 +pelagic +Pele +pelf/5 1 +pelican/2 1 +pell +pellagra/2 1 +pellet/29 1 +Pelling/1 +pell-mell +pellucid 1 +pelmet/9 1 +pelt/4 1 +pelter's +pelter 1 +pelting 1 +pelvic/9 1 +pelvis/3 1 +Pembroke/5 1 +Pembrokeshire +pemmican/2 1 +pen/542 1 +penal/8 1 +penalisation 1 +penalise/6 1 +penalization/2 1 +penalize/6 1 +penalty/13 1 +penance/32 1 +pen-and-ink +Penberthy +pence's 1325 +pence 1326 +penchant/2 1 +pencil/86 1 +pencilling/9 1 +pendant/2 1 +pendent 1 +pending +Pendle +pendulous +pendulum/2 1 +Penelope 1 +penetrability/13 1 +penetrable 1 +penetrate/6 1 +penetrating/8 1 +penetration/2 1 +penetrative/18 1 +penetrator/2 1 +penguin/2 1 +Penh/1 +penicillin/2 1 +penile 1 +peninsula/2 1 +peninsular +penis/3 1 +penitence/2 1 +penitent/42 1 +penitential/42 1 +penknife/5 1327 +penknives 1328 +penlight/2 1 +penman/5 1329 +penmanship/2 1 +penmen's 1330 +penmen 1331 +Penn +pen-name +pen-names +pennant/2 1 +penned 1 +pennies +penniless 1 +Pennine +Pennines +pennon/2 1 +Pennsylvania 1 +penologist/2 1 +penology/13 1 +Penrith +pension/29 1 +pensionable 1 +pensioner/2 1 +pensive/60 1 +pentacle/2 1 +pentagon/2 1 +pentagonal/42 1 +pentagram/2 1 +pentameter/2 1 +pentasyllabic +pentathlete/9 1 +pentathlon/2 1 +pentatonic +pentecostal +penthouse/16 1 +pentium +pent 1 +pent-up +penultimate/9 1 +penultimately +penumbra/22 1 +penurious/14 1 +penury/13 1 +Penzance/1 +penny/5 1332 +penny-farthing +penny-pinching +pennyroyal 1 +penny 1 +pennyweight/2 1 +pennyworth/5 1 +peon/2 1333 +peonage/2 1 +peony/13 1 +people/32 1 +people's 1334 +people 1335 +pep/110 1 +peperoni 1 +pepper/29 1 +peppercorn/2 1 +pepperer/5 1 +peppergrass/5 1 +peppering 1 +peppermint/2 1 +pepperoni/9 1 +peppery 1 +peppy/66 1 +pepsin/2 1 +peptic/9 1 +peptide/2 1 +peradventure/9 1 +perambulate/6 1 +perambulation/2 1 +perambulator/2 1 +percale/2 1 +perceivable +perceivably +perceive/6 1 +perceived 1 +perceiver/2 1 +perceiving 1 +percent/5 1 +percentage/2 1 +percentile/2 1 +percent 1 +percept/2 1 +perceptibility 1 +perceptible/17 1 +perception/2 1 +perceptional +perceptionally +perceptive/14 1 +perceptual/8 1 +perch/21 1 +percha +perchance 1 +perchlorate/5 1 +perchlorination +percipience/2 1 +percipient/9 1 +percolate/28 1 +percolation/2 1 +percolator/2 1 +percuss/7 1 +percussion/2 1 +percussionist/2 1 +percussive/18 1 +percutaneous +percutaneously +Percy +perdition/2 1 +perdurable 1 +peregrinate/6 1 +peregrination/2 1 +peregrine/9 1 +peremptoriness +peremptory/291 1 +perennial/42 1 +perestroika/9 1 +perfect/26 1 +perfecter/5 1 +perfectibility/13 1 +perfectible +perfection/2 1 +perfectionism/2 1 +perfectionist/2 1 +perfective/18 1 +perfidious/18 1 +perfidy/13 1 +perforate/6 1 +perforation/2 1 +perforce 1 +perform/10 1 +performable +performance/2 1 +performer/2 1 +performing 1 +perfume/32 1 +perfumer/2 1 +perfumery/13 1 +perfunctory/263 1 +perfused +perfusion/5 1 +pergola/2 1 +perhaps 1 +periastron +pericardia 1336 +pericardium/5 1337 +Pericles +perigee/2 1 +periglacial +perihelia 1338 +perihelion/5 1339 +peril/86 1 +perilling 1 +perilous/18 1 +perimeter/2 1 +perinatal +perineum/5 1 +period/2 1 +periodic +periodical/43 1 +periodicity/13 1 +periodontal +periodontally +periodontics +periodontics's +periodontist/9 1 +period 1 +peripatetic/9 1 +peripheral/42 1 +periphery/13 1 +periphrases 1340 +periphrasis/5 1341 +periphrastic +periscope/16 1 +perish/7 1 +perishable/2 1 +perisher/2 1 +perishingly +peristalses 1342 +peristalsis/5 1343 +peristaltic 1 +peristyle/2 1 +peritoneal +peritoneum/2 1 +peritonitis/3 1 +peritrack/1 +peritracks +peritrich/1 +peritriches +periwig/16 1 +periwinkle/2 1 +perjure/6 1 +perjured 1 +perjurer/2 1 +perjury/13 1 +perk/4 1 +perky/492 1 +perm/29 1 +permafrost/2 1 +permalloy/5 1 +permanence/2 1 +permanency/13 1 +permanent/18 1 +permanganate 1 +permeability/13 1 +permeable/33 1 +permeate/6 1 +permeation/9 1 +permissibility/5 1 +permissible/35 1 +permission/2 1 +permissive/14 1 +permit/126 1 +permitted 1 +permittivity 1 +permutation/2 1 +permute/6 1 +pernicious/14 1 +peroration/2 1 +peroxidase/5 1 +peroxide/32 1 +perpendicular/42 1 +perpendicularity/13 1 +perpetrate/6 1 +perpetration/2 1 +perpetrator/2 1 +perpetual/42 1 +perpetuate/6 1 +perpetuation/2 1 +perpetuity/13 1 +perplex/7 1 +perplexed/8 1 +perplexing 1 +perplexity/13 1 +perquisite/2 1 +perry 1 +persecute/6 1 +persecution/2 1 +persecutor/2 1 +persecutory +perseverance/2 1 +persevere/6 1 +persevering/8 1 +Persia/5 1 +Persian/2 1 +persiflage/2 1 +persimmon/2 1 +persist/10 1 +persistence/2 1 +persistent/8 1 +persister 1 +person/2 1344 +persona/70 1 +personable/33 1 +personage/2 1 +personal/8 1 +personalisation +personalisations +personalise/6 1 +personality/13 1 +personalization/9 1 +personalize/6 1 +personal 1 +personalty/13 1 +personification/2 1 +personifier/5 1 +personify/34 1 +personnel/2 1 +person-to-person +perspective/2 1 +perspectively +perspex 1 +perspicacious/18 1 +perspicacity/53 1 +perspicuity/13 1 +perspicuous/18 1 +perspiration/2 1 +perspire/6 1 +perspiring 1 +persuadable 1 +persuade/6 1 +persuader/2 1 +persuasion/2 1 +persuasive/14 1 +pert/20 1 +pertain/10 1 +Perthshire/1 +Perth 1 +pertinacious/18 1 +pertinacity/13 1 +pertinence/9 1 +pertinent/8 1 +per 1 +pert 1 +perturb/10 1 +perturbation/2 1 +perturbed 1 +perturbing 1 +pertussis/5 1 +Peru/5 1 +peruke/2 1 +perusal/2 1 +peruse/6 1 +peruser/2 1 +Peruvian/9 1 +pervade/6 1 +pervasion/5 1 +pervasive/14 1 +perverse/14 1 +perversion/2 1 +perversity/13 1 +perversive +pervert/4 1 +pervertedly +pervertedness +perverter/5 1 +Pervez/1 +peseta/2 1 +peskiness +peskinesses +pesky/543 1 +peso/2 1 +pessary/53 1 +pessimal 1 +pessimally +pessimism/2 1 +pessimist/2 1 +pessimistic/46 1 +pest/2 1 +pester/10 1 +pestering 1 +pesticide/2 1 +pestiferous 1 +pestilence/2 1 +pestilent +pestilential/8 1 +pestilently +pestle/32 1 +pestling 1 +pesto/9 1 +pet/480 1 +petal/2 1 +petalled +petard/2 1 +Pete +peter/4 1 +Peterborough/1 +Peterhead/1 +Peterhouse +Peter's +pethidine/1 +petiole/2 1 +Petit +petite/266 1 +petition/29 1 +petitioner/2 1 +petrel/2 1 +Petreley/1 +Petri +petrifaction/2 1 +petrification 1 +petrify/34 1 +petrochemical/2 1 +petrodollar/2 1 +petroglyph/5 1 +petrographic +petrographical 1 +petrol/16 1 +petroleum/5 1 +petrological 1 +petrologist/2 1 +petrology/13 1 +Petronas +petter/2 1 +petticoat/2 1 +petticoated +pettifog/136 1 +pettifogger/2 1 +pettifogging 1 +petting 1 +pettish/18 1 +petulance/2 1 +petulant/8 1 +petunia/2 1 +petty/530 1 +pew/2 1 +pewee/2 1 +pewit/2 1 +pewter/150 1 +pewterer 1 +peyote/2 1 +PFC +pfennig/2 1 +PG +PGP +pH/5 1 +phaeton/2 1 +phage/5 1 +phagocyte/2 1 +phalanger/2 1 +phalanx/544 1 +phallic 1 +phalli 1345 +phallus/3 1346 +phantasm/2 1 +phantasmagoria/2 1 +phantasmal +phantasy's +phantom/2 1 +Pharaoh/9 1 +Pharisaical +Pharisaic 1 +Pharisaism 1 +Pharisee/9 1 +pharmaceutical/42 1 +pharmaceutics +pharmacist/2 1 +pharmacological/8 1 +pharmacologist/2 1 +pharmacology/13 1 +pharmacopoeia/2 1 +pharmacy/13 1 +pharyngeal/9 1 +pharyngitis/96 1 +pharynx/245 1 +phase/32 1 +phaseout/9 1 +phaser/1 +phasers +phases 1347 +Ph.D. +pheasant/2 1 +Phelps +phenacetin/2 1 +phenol/2 1 +phenolic 1 +phenolphthalein/5 1 +phenomena/5 1 +phenomenal/8 1 +phenomena's 1348 +phenomena 1349 +phenomenological +phenomenologically +phenomenology/13 1 +phenomenon/2 1350 +phenotype/2 1 +phenyl/5 1 +phenylalanine/5 1 +pheromone/2 1 +phew/9 1 +phi/2 1 +phial/16 1 +Philadelphia/5 1 +philander/10 1 +philanderer/2 1 +philanthropic/46 1 +philanthropist/2 1 +philanthropy/13 1 +philatelic +philatelies +philatelist/2 1 +philately/1 +philharmonic/9 1 +Philip/1 +philippic/2 1 +Philippine/39 1 +Philips +philistine/9 1 +philistinism/9 1 +Phillips +philodendron/2 1 +philological/8 1 +philologist/2 1 +philology/13 1 +philosopher/2 1 +philosophic +philosophical/8 1 +philosophise/6 1 +philosophiser/2 1 +philosophize/6 1 +philosophizer/2 1 +philosophy/13 1 +philtre/16 1 +phlebitis/96 1 +phlebotomy 1 +phlegm/2 1 +phlegmatically +phlegmatic 1 +phloem/2 1 +phlogiston 1 +phlox/5 1 +Phnom +phobia/2 1 +phobic/9 1 +phoebe/2 1 +phoenix/3 1 +phone/32 1 +phone-in +phone-ins +phoneme/2 1 +phonemic/39 1 +phonemically +phonetic/40 1 +phonetician/2 1 +phoneticist 1 +phoney 1351 +phonic/39 1 +phonically +phonic 1 +phonier 1352 +phoniest 1352 +phonograph/2 1 +phonographic +phonological/8 1 +phonologist/2 1 +phonology/13 1 +phonon/5 1 +phony/545 1 +phooey/9 1 +phosphatase/5 1 +phosphate/2 1 +phosphide/5 1 +phosphine/5 1 +phosphor/2 1 +phosphorescence/2 1 +phosphorescent/8 1 +phosphoresce 1 +phosphoric +phosphorous +phosphorus/5 1 +photo/16 1 +photocell/2 1 +photochemical/8 1 +photochemistry/5 1 +photocopier/2 1 +photocopy/77 1 +photoelectric +photoelectrically +photoelectronic +photoelectrons +photoengraved +photoengraver/2 1 +photoengraving/2 1 +photofinishing/2 1 +photogenic/46 1 +photograph/29 1 +photographer/2 1 +photographic/46 1 +photography/13 1 +photojournalism/2 1 +photojournalist/2 1 +photolysis/5 1 +photolytic +photometer/2 1 +photometric +photometrically +photometry/5 1 +photomicrograph/5 1 +photomicrography/5 1 +photomultiplier/5 1 +photon/2 1 +photorealism 1 +photoreceptor 1 +photosensitive +photosphere/5 1 +photostatic 1 +photosyntheses 1353 +photosynthesis/114 1354 +photosynthesise/6 1 +photosynthetic/46 1 +phototypesetter 1 +phototypesetting/5 1 +photovoltaic 1 +phrasal 1 +phrase/32 1 +phrasebook +phrasemaking 1 +phraseology/13 1 +phrasing/2 1 +phrenological/8 1 +phrenologist/2 1 +phrenology/13 1 +phyla/5 1 +phylactery/13 1 +phyla's 1355 +phyla 1356 +phylogenetic 1 +phylogeny/13 1 +phylum/5 1357 +phys +physic/84 1 +physical/340 1 +physicality/5 1 +physician/2 1 +physicist/2 1 +physiochemical +physiognomy/13 1 +physiography/13 1 +physiologic +physiological/8 1 +physiologist/2 1 +physiology/13 1 +physiotherapist/2 1 +physiotherapy/13 1 +physio 1 +physique/2 1 +phytoplankton/5 1 +pi/546 1 +pianism/5 1 +pianissimo/9 1 +pianist/2 1 +pianistic +piano/2 1 +pianoforte/2 1 +pianola +piano 1 +piastre/2 1 +piñata +piñatas +piazza/2 1 +pibroch/2 1 +pica/2 1 +picador/2 1 +picaresque 1 +Piccadilly/1 +piccalilli/2 1 +piccolo/2 1 +pick/4 1 +pickaxe/16 1 +picker/2 1 +pickerel/2 1 +Pickering +picket/29 1 +picketer/2 1 +picking/9 1 +pickle/32 1 +pickling 1 +pick-me-up +pick-me-ups +pickoff/9 1 +pickpocket/2 1 +pickpocketing +pick-up/1 +pick-ups +picky/37 1 +picnic/84 1 +picnicker/2 1 +pico +picofarad/2 1 +picojoule +picoseconds +picot/16 1 +pictogram 1 +pictograph/2 1 +pictographic +pictorial/31 1 +picture/32 1 +picturesque/14 1 +picture-writing +piddle/28 1 +piddly 1 +pidgin/2 1 +pie/176 1 +piebald/9 1 +piece/32 1 +piecemeal +piecer/5 1 +piecewise +piecework/2 1 +pieceworker/2 1 +piecing 1 +piedmont 1 +pier/2 1 +pierce/6 1 +piercer/2 1 +piercing/42 1 +Pierre/5 1 +piety/13 1 +piezoelectric +piezoelectricity/5 1 +piffle/32 1 +pig/111 1 +pigeon/16 1 +pigeon-breast +pigeon-breasted +pigeon-fancier/1 +pigeon-fanciers +pigeon-hole/1 +pigeon-holed +pigeon-holes +pigeon-holing +pigeonry/53 1 +pigeon-toed +piggery/5 1 +piggish/14 1 +piggledy +pigheaded/24 1 +pigheadedly +pig-headed 1 +piglet/2 1 +pigment/29 1 +pigmentation/2 1 +pigskin/2 1 +pig-sticker +pigsty/13 1 +pigswill/5 1 +pigtail/2 1 +pigtailed +piggy/196 1 +piggyback/4 1 +pike/32 1 +pikeman 1358 +pikemen 1359 +piker/2 1 +pikes 1360 +pikestaff/2 1 +pilaf/2 1 +pilaster/2 1 +pilau's +pilchard/2 1 +pile/32 1 +pilers +piles 1361 +pileup/2 1 +pilfer/10 1 +pilferage/2 1 +pilferer/2 1 +pilfering 1 +pilgrim/2 1 +pilgrimage/32 1 +piling/2 1 +pill/16 1 +pillage/28 1 +pillager/2 1 +pillar/90 1 +pillar-box +pillbox/3 1 +pillion/16 1 +pillory/77 1 +pillow/29 1 +pillowcase/2 1 +pillowslip/9 1 +pilot/29 1 +pilothouse/2 1 +piloting/5 1 +pilot 1 +pimento/2 1 +pimiento/2 1 +Pimms +pimp/29 1 +pimpernel/2 1 +pimple/2 1 +pimpled 1 +pimplike +pimply/37 1 +pimply's +pin/116 1 +pinafore/2 1 +pinball/2 1 +pince +pince-nez +pincer/259 1 +pinch/55 1 +pincher/5 1 +pinching 1 +pincushion/2 1 +pine/32 1 +pineal 1 +pineapple/2 1 +pinfeather/2 1 +ping/65 1 +pinger 1 +ping-pong +pinhead/2 1 +pinheaded +pinheadedness +pinhole/2 1 +pinier 1362 +piniest 1362 +pinion/29 1 +pink/63 1 +pinker 1 +pinkeye/2 1 +pinkie/9 1 +pinking 1 +pinkishness +pinkish 1 +pinkly +pinkness/1 +pinknesses +pinky/53 1 +pinna/93 1 +pinnace/2 1 +pinnacle/32 1 +pinnate 1 +pinning/9 1 +Pinochet/1 +pinpoint/4 1 +pinprick/29 1 +pinstripe/2 1 +pinstriped +pinstripe 1 +pint/2 1 +pintail/2 1 +pin-up/1 +pin-ups +pin-wheel/1 +pin-wheels +piny/37 1 +piñon +pion/5 1 +pioneer/29 1 +piñons +pious/14 1 +pip/110 1 +pipe/32 1 +pipeline/176 1 +piper/2 1 +pipes 1363 +pipette/32 1 +pipework 1 +piping/51 1 +pipit/2 1 +pippin/2 1 +pipsqueak/2 1 +piquancy/13 1 +piquant/18 1 +pique/32 1 +piracy/13 1 +piragua 1 +piranha/2 1 +pirate/32 1 +piratical/8 1 +pirouette/32 1 +Pisa's 1364 +Pisa 1365 +piscatorial +Pisces 1 +pismire/2 1 +piss/547 1 +pisser/548 1 +pistachio/2 1 +piste/2 1 +pistil/2 1 +pistillate +pistol/86 1 +pistoleers +pistole's +pistole 1 +pistolling 1 +piston/2 1 +pi 1366 +pit/126 1 +pita/5 1 +pit-a-pat +pita's 1367 +pita 1368 +Pitcairn +pitch/55 1 +pitch-and-toss +pitchblende/2 1 +pitch-dark 1 +pitcher/2 1 +pitchfork/29 1 +pitching/5 1 +pitchstone/5 1 +piteous/14 1 +pitfall/2 1 +pith/29 1 +pithead 1 +pithy/67 1 +pitiable/35 1 +pitier/2 1 +pitiful/549 1 +pitiless/14 1 +pitman/5 1 +piton/2 1369 +pittance/2 1 +pitting 1 +Pittsburgh 1 +pituitary/13 1 +pity/77 1 +pitying/8 1 +pivot/29 1 +pivotal/8 1 +pivoting's +pixel/2 1 +pixie/2 1 +pixmap/1 +pixmaps +pix 1 +pizazz/68 1 +pizza/2 1 +pizzeria/2 1 +pizzicato/503 1 +Pk +pl. +placard/29 1 +placate/6 1 +placater 1 +placating 1 +placation/9 1 +placative +placatory +place/32 1 +placeable 1 +placebo/2 1 +placekick/4 1 +placeless/8 1 +placemen 1370 +placement/2 1 +placenta/22 1 +placental/9 1 +placer/2 1 +placid/18 1 +placidity/13 1 +placing/9 1 +placket/2 1 +plagiarise/6 1 +plagiariser/1 +plagiarisers +plagiarism/2 1 +plagiarist/2 1 +plagiarize/6 1 +plagiarizer/2 1 +plague/32 1 +plaguer/5 1 +plaice/5 1 +plaid/90 1 +plain/26 1 +plainchant 1 +plain-clothes +plainsman/5 1371 +plainsmen's 1372 +plainsmen 1373 +plainsong/2 1 +plain-spoken +plaint/2 1 +plaintiff/2 1 +plaintive/18 1 +plait/29 1 +plaiter 1 +plaiting/5 1 +plan/116 1 +planarity 1 +planar 1 +plane/134 1 +planeload 1 +planer/2 1 +planet/2 1 +planetarium/2 1 +planetary 1 +planetesimal/2 1 +planetoid/2 1 +plangency/53 1 +plangent 1 +plank/29 1 +planking/2 1 +plankton/2 1 +planner/2 1 +planning 1 +planoconcave +planoconvex +plant/29 1 +plantain/2 1 +plantar 1 +plantation/2 1 +planter/2 1 +planting/9 1 +plantlike 1 +plaque/2 1 +plash/21 1 +plashing 1 +plashy 1 +plasm/5 1 +plasma/2 1 +plasma's 1374 +plasma 1375 +plasmid/9 1 +plaster/29 1 +plasterboard/2 1 +plasterer/2 1 +plastering/5 1 +plasterwork/5 1 +plastic/69 1 +plasticine 1 +plasticise/6 1 +plasticiser/2 1 +plasticity/13 1 +plasticize/6 1 +plasticizer/2 1 +plate/32 1 +plateau/550 1 +plateful/9 1 +platelet/2 1 +platen/2 1 +plater/2 1 +platform/16 1 +plating/2 1 +platinise/6 1 +platinum/5 1 +platitude/2 1 +platitudinous/8 1 +Plato/5 1 +platonic +platoon/29 1 +platter/2 1 +plat 1 +Platyhelminthes 1 +platypus/3 1 +plaudit/2 1 +plausibility/53 1 +plausible/345 1 +play/167 1 +playability 1 +playable 1 +play-act +play-acted +play-acting/1 +play-actings +play-acts +playback/2 1 +playbill/2 1 +playboy/2 1 +player/2 1 +playfellow/9 1 +playful/14 1 +playgirl/2 1 +playgoer/2 1 +playground/2 1 +playgroup/9 1 +playhouse/2 1 +playing/9 1 +playmate/2 1 +play-off +play-offs +playpen/2 1 +playroom/2 1 +plaything/2 1 +playtime/2 1 +playwright/2 1 +playwriting/5 1 +plaza/2 1 +PLC +plea/2 1 +plead/10 1 +pleader/2 1 +pleading/43 1 +pleas/7 1 +pleasant/20 1 +pleasantry/13 1 +please/301 1 +pleased 1 +pleaser/5 1 +pleasing/31 1 +plea's 1376 +plea 1377 +pleasurable/35 1 +pleasure/32 1 +pleat/29 1 +pleater/5 1 +pleb/9 1 +plebby 1 +plebeian/9 1 +plebiscitary +plebiscite/2 1 +plectra 1378 +plectrum/2 1379 +pledge/32 1 +pledger/5 1 +plenary/53 1 +plenipotentiary/53 1 +plenitude/2 1 +plenteous/18 1 +plentiful/18 1 +plenty/5 1 +plenum/5 1 +pleonasm/2 1 +plethora/2 1 +pleura/70 1 +pleural 1 +pleura's 1380 +pleura 1381 +pleurisy/13 1 +plexus/3 1 +pliability/13 1 +pliable/33 1 +pliancy/13 1 +pliant/18 1 +plication/5 1 +pliers +plight/29 1 +plighter 1 +plimsolls +plinth/2 1 +PLO +plod/379 1 +plodder/2 1 +plodding/42 1 +plop/110 1 +plosive 1 +plot/126 1 +plotter/16 1 +plottings +plough/29 1 +plougher/2 1 +ploughing 1 +ploughman/5 1382 +ploughmen's 1383 +ploughmen 1384 +ploughshare/2 1 +plover/2 1 +ploy/16 1 +pluck/4 1 +plucker/5 1 +plucky/67 1 +plug/111 1 +pluggable +plugging 1 +plughole 1 +plug-in +plum/16 1 +plumage/2 1 +plumaged +plumb/71 1 +plumbago/5 1 +plumber/2 1 +plumbing/2 1 +plume/16 1 +plumeless 1 +plumelike +plumery +plummet/4 1 +plummy/37 1 +plump/523 1 +plumper/5 1 +plumpish +plumply 1 +plump 1 +plumpy +plum 1 +plunder/4 1 +plunderer/9 1 +plunge/28 1 +plunger/2 1 +plunging 1 +plunk/167 1 +plunker/2 1 +pluperfect/9 1 +plural/42 1 +pluralisation/9 1 +pluralise/6 1 +pluraliser/1 +pluralisers +pluralism/2 1 +pluralist/9 1 +pluralistic +plurality/13 1 +pluralization/2 1 +pluralize/6 1 +pluralizer/2 1 +plus/162 1 +plush/551 1 +plushiness +plushly 1 +plushy/37 1 +plus 1 +Pluto/5 1 +plutocracy/13 1 +plutocrat/2 1 +plutocratic +plutonium/5 1 +pluvial/9 1 +ply/34 1 +plying 1385 +Plymouth/5 1 +plywood/2 1 +PM/5 1 +PMS 1 +pm 1 +pneumatic/40 1 +pneumonia/2 1 +PNG +po +PO +P.O. +poach/7 1 +poacher/2 1 +poaching 1 +pock/90 1 +pocket/71 1 +pocketbook/2 1 +pocketer/9 1 +pocketful/2 1 +pocketing's +pocketknife/5 1386 +pocketknives 1387 +pockmark/29 1 +pocus +pod/131 1 +podcast/1 +podcaster +podcasts +podgy/191 1 +podiatrist/2 1 +podiatry/13 1 +podium/2 1 +poem/2 1 +poesy/303 1 +poet/2 1 +poetaster/2 1 +poetess/3 1 +poetic/39 1 +poetical/8 1 +poeticalness +poetic 1 +poetry/13 1 +po-faced +pogo 1 +pogrom/16 1 +poignancy/13 1 +poignant/8 1 +poikilothermic +poinciana/2 1 +poinsettia/2 1 +point/29 1 +point-blank +point-duty +pointed/18 1 +pointer/2 1 +pointillism/2 1 +pointillist/2 1 +pointing/5 1 +pointless/14 1 +point-of-sale +point-to-point +pointy/37 1 +poise/32 1 +poison/71 1 +poisoner/2 1 +poisoning/2 1 +poisonous/8 1 +poisonousness +poke/28 1 +poker/2 1 +poker-face +poker-faced +pokery +pokier 1388 +pokiest 1388 +poky/37 1 +Poland/5 1 +polar/9 1 +polarimeter/2 1 +polarimetry 1 +polarisation/9 1 +polariscope/5 1 +polarise/6 1 +polariser/2 1 +polarity/13 1 +polarization/9 1 +polarize/6 1 +polarograph +polarography/5 1 +polar 1 +pole/176 1 +pole-axed +pole-axes +polecat/2 1 +polemic/39 1 +polemical/8 1 +polemicist/9 1 +poler/5 1 +poles 1389 +pole-vaulter +pole-vaulting +poleward +polewards +police/442 1 +policeman/5 1390 +policemen's 1391 +policemen 1392 +policewoman/5 1393 +policewomen 1394 +policy/13 1 +policyholder/2 1 +policy-maker +policy-makers +policy-making +polio/2 1 +poliomyelitis/96 1 +polish/55 1 +polisher/2 1 +polishing/9 1 +politburo/9 1 +polite/27 1 +politesse/2 1 +politic/552 1 +political/8 1 +politician/2 1 +politicisation +politicisations +politicise/6 1 +politicization/9 1 +politicize/6 1 +politicking/2 1 +politico/2 1 +politics's +polity/13 1 +polka/29 1 +poll/29 1 +pollack/2 1 +pollen/16 1 +poller 1 +pollinate/6 1 +pollination/2 1 +pollinator/2 1 +polling 1 +Pollock/5 1 +pollster/2 1 +pollutant/2 1 +pollute/6 1 +polluted 1 +polluter/2 1 +pollution/2 1 +polo/2 1 +polonaise/2 1 +polo-neck +polonium/5 1 +poltergeist/2 1 +poltroon/2 1 +polyandrous +polyandry/13 1 +polyatomic +polybutene/2 1 +polycarbonate 1 +polychemicals +polychromatic +polychrome 1 +polyclinic/2 1 +polycrystalline +polycyclic +polyelectrolytes +polyester/2 1 +polyether +polyethers +polyethylene/2 1 +polygamist/2 1 +polygamous/8 1 +polygamy/13 1 +polyglot/9 1 +polygon/2 1 +polygonal/8 1 +polygraph/29 1 +polygynous 1 +polyhedral +polyhedra 1395 +polyhedron/2 1396 +polyisobutylene +polyisocyanates +polymath/2 1 +polymer/2 1 +polymerase/9 1 +polymeric +polymerisation/9 1 +polymerise/6 1 +polymerization/9 1 +polymerize/6 1 +polymorphic +polymorphism/9 1 +polymorphous +Polynesia/5 1 +polynomial/2 1 +polynomially +polyp/2 1 +polypeptide/9 1 +polyphonic 1 +polyphony/13 1 +polyphosphate/9 1 +polypropylene/2 1 +polysaccharides +polystyrene/2 1 +polysyllabic 1 +polysyllable/2 1 +polytechnic/2 1 +polytheism/2 1 +polytheist/2 1 +polytheistic +polytheist 1 +polythene/5 1 +polytonal/8 1 +polytopes +poly 1 +polyunsaturated +polyunsaturates +polyurethane/2 1 +polyvinyl/5 1 +pomade/32 1 +pomander/2 1 +pomegranate/2 1 +pommel/86 1 +pommelling 1 +pomp/2 1 +pompadour/90 1 +pompano/2 1 +pompom/2 1 +pomposity/13 1 +pompous/60 1 +ponce/5 1 +poncho/2 1 +pond/29 1 +ponder/10 1 +ponderer/2 1 +ponderous/14 1 +pondweed 1 +pone/2 1 +pong/149 1 +pongee/2 1 +poniard/16 1 +pons/5 1 +pontiff/2 1 +pontifical/42 1 +pontificate/28 1 +pontification/9 1 +Pontin/1 +Ponting/1 +pontoon/29 1 +pony/303 1 +ponytail/2 1 +pooch/114 1 +poodle/2 1 +poof/2 1 +pooh/4 1 +pooh-pooh +pooh-poohed +pool/29 1 +Poole/1 +pooling 1 +poolside 1 +poop/29 1 +poor/20 1 +poorhouse/2 1 +poor-spirited +pop/553 1 +popcorn/2 1 +pope/2 1 +popgun/2 1 +popinjay/2 1 +poplar/2 1 +poplin/2 1 +popper/2 1 +poppet/5 1 +poppy/13 1 +poppycock/2 1 +poppyseed 1 +populace/2 1 +popular/8 1 +popularisation/9 1 +popularise/6 1 +populariser/2 1 +popularism 1 +popularity/13 1 +popularization/2 1 +popularize/6 1 +popularizer/2 1 +popular 1 +populate/6 1 +population/2 1 +populism/9 1 +populist/2 1 +populous/14 1 +pop-up +porcelain/2 1 +porch/3 1 +porcine 1 +porcupine/2 1 +pore/28 1 +Porifera 1 +pork/2 1 +porker/2 1 +porky/208 1 +porn/9 1 +porno/9 1 +pornographer/2 1 +pornographic +pornographically +pornography/13 1 +porosity/13 1 +porous/14 1 +porphyritic +porphyry/13 1 +porpoise/32 1 +porridge/2 1 +porringer/2 1 +port/554 1 +portability/53 1 +portable/9 1 +portably +portage/32 1 +portal/2 1 +portamento/5 1 +Port-au-Prince/1 +portcullis/3 1 +portend/10 1 +portent/2 1 +portentous/18 1 +porter/29 1 +porterage/5 1 +porterhouse/5 1 +portfolio/2 1 +porthole/2 1 +portico/3 1 +portion/29 1 +portière +portières +portière's +Portland/5 1 +portly/160 1 +portmanteau/201 1 +Porto +Port-of-Spain/1 +portrait/2 1 +portraitist/2 1 +portraiture/2 1 +portray/10 1 +portrayal/2 1 +portrayer/5 1 +Portsmouth/1 +Portugal/5 1 +Portuguese/5 1 +pose/28 1 +poser/2 1 +poseur/2 1 +posh/280 1 +posing 1 +posit/4 1 +position/29 1 +positionable +positional +positionally +positive/555 1 +positivism/5 1 +positivist/9 1 +positivity 1 +positron/2 1 +posse/2 1 +posses/97 1 +possess/7 1 +possessedly +possessedness +possession/2 1 +possessive/45 1 +possessor/2 1 +possibility/13 1 +possible/327 1 +possum/2 1 +post/71 1 +postage/2 1 +postal 1 +postbag/5 1 +postbox/3 1 +postcard/16 1 +post-classical +postcode/2 1 +post-coital +post-coitally +post-colonial +postcondition +postconditions +postdate/6 1 +post-doctoral +post-entries +post-entry +poster/2 1 +posterior/9 1 +posteriori +posteriorly +posterity/13 1 +post-feminism +post-feminist +postfix/7 1 +post-free +postgraduate/2 1 +post-haste +post-horn/1 +post-horns +posthumous/18 1 +posthypnotic 1 +postilion/2 1 +postillion 1 +post-impressionism +post-impressionist +post-impressionistic +post-industrial +posting/2 1 +postlude/2 1 +postman/5 1397 +postmarital +postmark/29 1 +postmaster/2 1 +postmen's 1398 +postmen 1399 +post-millennial +post-millennialism +post-millennialist +postmistress/3 1 +post-modern +post-modernism +post-modernist +post-mortem/1 +post-mortems +postnatal +post-natal +post-nuptial +post-office/1 +post-offices +post-operative +postoperative/8 1 +post-operatively +post-orbit +postpaid 1 +post-partum +postponable +postpone/6 1 +postponement/2 1 +postponer 1 +postpositions +postprandial 1 +post-production +postscript/2 1 +post-structural +post-structuralism +post-structuralist +post-town/1 +post-towns +post-traumatic +postulate/28 1 +postulation/2 1 +postural +posture/32 1 +posturer/5 1 +posturing/9 1 +post-war +postwar 1 +posy/13 1 +pot/126 1 +potability/13 1 +potable/266 1 +potage/5 1 +potash/3 1 +potassium/5 1 +potato/3 1 +pot-bellied +pot-bellies +pot-belly/1 +pot-boiler/1 +potency/13 1 +potent/42 1 +potentate/2 1 +potential/42 1 +potentiality/13 1 +potentiating +potentiometer/2 1 +potful/2 1 +pothead/2 1 +pother/29 1 +potherb/2 1 +pothole/32 1 +potholing's +pothook/2 1 +pot-hunter +potion/2 1 +potlatch/72 1 +potlatch's +pot-pourri/1 +pot-pourris +potsherd/2 1 +pot-shot +pot-shots +pottage/2 1 +potter/29 1 +potterer 1 +Potterhanworth/1 +pottering 1 +pottery/13 1 +potty/208 1 +pouch/21 1 +pouffe/9 1 +Poulenc/1 +poulterer/2 1 +poultice/32 1 +poultry/13 1 +pounce/28 1 +pound/4 1 +poundage/2 1 +pounder/2 1 +pounding 1 +pour/4 1 +pourable +pourer's +pouring 1 +pourri/1 +pourris +pout/4 1 +pouter/2 1 +pouting 1 +poverty/13 1 +poverty-stricken +powder/29 1 +powderer 1 +powderpuff 1 +powdery 1 +Powell/1 +power/29 1 +powerboat/2 1 +powerful/18 1 +powerhouse/2 1 +powerless/14 1 +power-sharing +power 1 +POW 1 +powwow/29 1 +Powys +pox/114 1 +pp +ppm +PPP +ppr +PPS +practicability/53 1 +practicable/345 1 +practical/31 1 +practicality/13 1 +practice/16 1 +practician 1 +practise/28 1 +practiser/5 1 +practitioner/2 1 +Praesidium/1 +praetor/2 1 +praetorian/9 1 +pragmatic/39 1 +pragmatical/8 1 +pragmatism/2 1 +pragmatist/2 1 +Prague/5 1 +prague's +Praia/5 1 +prairie/2 1 +praise/32 1 +praiser/9 1 +praiseworthy/160 1 +praisingly +praising 1 +praline/2 1 +pram/2 1 +prance/28 1 +prancer/2 1 +prancingly 1 +prancing 1 +prank/16 1 +prankster/2 1 +praseodymium/5 1 +prate/28 1 +prater/2 1 +pratingly +prating 1 +prattle/28 1 +prattler/2 1 +prattling/8 1 +prawn/29 1 +praxes 1400 +praxis/5 1401 +pray/10 1 +prayer/2 1 +prayerbook +prayerful/18 1 +praying 1 +précis +précised +précises +précising +précis's +PRC 1 +preach/7 1 +preacher/2 1 +preaching/9 1 +preachingly +preachment/2 1 +preachy/37 1 +preadolescence/9 1 +pre-adolescent +preallocate +preallocated +preallocates +preallocating +preallocation/1 +preallocations +preallocator +preallocators +preamble/16 1 +pre-amplifier/1 +preamp 1 +prearrange/6 1 +prearrangement/2 1 +preassign/10 1 +preauthorise +preauthorize +prebendary/5 1 +precancel/52 1 +precancerous +precarious/14 1 +precaution/29 1 +precautionary +precede/6 1 +precedence/2 1 +precedent/2 1 +precedented 1 +precept/2 1 +preceptive/8 1 +preceptor/2 1 +precess/7 1 +precession/5 1 +pre-Christian +precinct/2 1 +preciosity/13 1 +precious/556 1 +precipice/2 1 +precipitable +precipitant/9 1 +precipitate/287 1 +precipitation/2 1 +precipitous/18 1 +precise/27 1 +precision/2 1 +preclinical +preclude/6 1 +preclusion/9 1 +precocious/14 1 +precocity/13 1 +precode/142 1 +precognition/2 1 +precognitive +precollege/5 1 +precomputed +preconceive/6 1 +preconception/2 1 +precondition/29 1 +preconfigurable +preconfigure +preconfigured +preconfiguring +preconscious 1 +precook/10 1 +precursor/2 1 +precursory +precut 1 +pre-date +pre-dated +pre-dates +pre-dating +predation/2 1 +predator/2 1 +predatory +predecease/28 1 +predecessor/2 1 +predecessors' +pre-decimal +predeclared +predecline +predefine/6 1 +pre-defined +predefinition/2 1 +predesignate/6 1 +predestination/2 1 +predestine/6 1 +predetermination/2 1 +predetermine/6 1 +predeterminer/2 1 +predicable/9 1 +predicament/2 1 +predicate/28 1 +predication/2 1 +predicative 1 +predicator 1 +predict/10 1 +predictability/13 1 +predictable/17 1 +prediction/2 1 +predictive/8 1 +predictor/2 1 +predigest/10 1 +predilection/2 1 +predispose/6 1 +predisposed 1 +predisposition/2 1 +predoctoral +predominance/2 1 +predominant/8 1 +predominate/89 1 +predomination/5 1 +pre-echo +pre-echoes +pre-eclampsia +pre-eclamptic +pre-elect +pre-election +pre-embryo +pre-embryos +pre-eminence/1 +pre-eminences +pre-eminent/8 1 +pre-emphasis +pre-employment/1 +pre-employments +pre-empt +pre-empted +pre-empting +pre-emption/1 +pre-emptions +pre-emptive +pre-emptively +pre-emptor/1 +pre-empts +preen/4 1 +preener/5 1 +pre-exist +pre-existant +pre-existed +pre-existence/1 +pre-existences +pre-existing +pre-exists +pref +prefab/152 1 +prefabricate/6 1 +prefabrication/2 1 +prefab 1 +preface/32 1 +prefacer/5 1 +prefatory +prefect/2 1 +prefecture/2 1 +prefer/12 1 +preferable/35 1 +preference/2 1 +preferential/8 1 +preferment/2 1 +preferred 1 +prefiguration/5 1 +prefigure/6 1 +prefix/21 1 +preflight's +preflight 1 +preform/4 1 +pregnancy/13 1 +pregnant/8 1 +preheat/10 1 +prehensile +prehistoric +prehistorically +prehistory/13 1 +pre-ignition +pre-implementation +pre-industrial +preinitialise +preinitialised +preinitialises +preinitialising +preinterview's +preinterview 1 +preisolated +prejudge/6 1 +prejudgement/2 1 +prejudice/32 1 +prejudiced 1 +prejudicial +prejudicialness +prejudicially +prelacy/13 1 +prelate/2 1 +prelates 1 +preliminary/253 1 +preliterate/9 1 +preloaded +prelude/32 1 +preluder/5 1 +premarital +premaritally +premarket +premature/73 1 +prematurity/5 1 +premed/9 1 +premedical +premeditate/6 1 +premeditated/8 1 +premeditation/2 1 +premed 1 +premenstrual +premier/16 1 +premiership/2 1 +premier 1 +première +premièred +premières +première's +premièring +premise/32 1 +premiss/114 1 +premium/2 1 +premix/55 1 +premolar/9 1 +premonition/2 1 +premonitory +prenatal/8 1 +Prentice/1 +prenuptial +preoccupation/2 1 +preoccupied 1 +preoccupy/34 1 +preoperative +preordain/10 1 +preordainment 1 +prep/16 1 +pre-package +pre-packaged +pre-packages +pre-packaging +prepack 1 +pre-paid +preparation/2 1 +preparative/43 1 +preparatory 1 +prepare/6 1 +prepared/14 1 +prepay/380 1 +prepayment/2 1 +prepender +prependers +prepends +preplanned +preponderance/2 1 +preponderant/8 1 +preponderate/6 1 +preponderately +preponderation 1 +preposition/29 1 +prepositional/8 1 +prepossess/7 1 +prepossessing 1 +prepossession/2 1 +preposterous/18 1 +pre-preference +preprepared +pre-print +preprint/10 1 +preprint's +pre-privatisation +pre-process +preprocessed +preprocessing +pre-processing +pre-processor +preprocessor/9 1 +preproduction 1 +preprogrammed +pre-programmed +prep 1 +prepubescence/9 1 +pre-pubescent +prepubescent/9 1 +prepublication/5 1 +prepuce/2 1 +prequel/9 1 +preradiation +pre-record +pre-recorded +pre-recording +pre-records +preregister/10 1 +preregistration/2 1 +prerequisite/2 1 +prerogative/2 1 +pères +presage/32 1 +presager/5 1 +presbyopia/2 1 +presbyter/2 1 +presbyteral +presbyterate 1 +presbyterial 1 +Presbyterian/5 1 +presbytership 1 +presbytery/13 1 +preschool/145 1 +preschooler/9 1 +prescience/2 1 +prescient/8 1 +Prescott/1 +prescribe/6 1 +prescriber/5 1 +prescript/2 1 +prescription/2 1 +prescriptive/8 1 +prescriptivism +prescriptivist 1 +prescript 1 +preselect/10 1 +presence/2 1 +present/521 1 +presentable/35 1 +presentation/2 1 +presentational +presentationally +present-day +presenter/2 1 +presentiment/2 1 +presentment/2 1 +preservable +preservation/2 1 +preservationist/9 1 +preservative/2 1 +preserve/28 1 +preserver/2 1 +pre-set +pre-sets +presetting +preshrank 1402 +preshrink/140 1403 +preshrunk 1402 +preside/6 1 +presidency/13 1 +president/2 1 +President/2 1 +Presidential +presidential/8 1 +presider/5 1 +Presley/1 +presort/10 1 +press/55 1 +presser/2 1 +press-gang +press-ganged +pressing/42 1 +pressman/5 1404 +pressmen's 1405 +pressmen 1406 +press-stud +press-studs +press-up +press-ups +pressure/32 1 +pressure-cook +pressure-cooker +pressure-cooking +pressurisation +pressurisations +pressurise/6 1 +pressuriser/1 +pressurisers +pressurization/9 1 +pressurize/6 1 +pressurizer/2 1 +prestidigitate +prestidigitation/2 1 +prestidigitator/5 1 +prestidigitatorial +prestige/2 1 +prestigious/105 1 +prestigiously +presto/9 1 +Preston/1 +presto 1 +Prestwick/1 +presumable/17 1 +presume/6 1 +presumed 1 +presumer/5 1 +presumingly +presumption/2 1 +presumptive/8 1 +presumptuous/14 1 +presuppose/6 1 +presupposition/9 1 +pre-tax +pre-teen +pre-teens +pretence/2 1 +pretend/368 1 +pretended 1 +pretender/2 1 +pretension/16 1 +pretentious/60 1 +preterite/5 1 +preternatural/8 1 +pretest/10 1 +pretext/16 1 +Pretoria/5 1 +pretreated +pretreatment/2 1 +pretrial 1 +pre 1 +prettify/34 1 +pretzel/2 1 +pretty/330 1 +prevail/10 1 +prevailing/8 1 +prevalence/2 1 +prevalent/8 1 +prevaricate/6 1 +prevarication/9 1 +prevaricator/2 1 +prevent/10 1 +preventable +preventably +preventative/9 1 +preventer/5 1 +prevention/2 1 +preventive/266 1 +preventively +preview/29 1 +previewer/2 1 +previous/8 1 +prevision/29 1 +pre-war +prey/29 1407 +priapic 1 +price/32 1 +priceless 1 +pricer/2 1 +prices 1408 +pricey 1409 +pricier 1410 +priciest 1410 +prick/4 1 +pricker/2 1 +pricking/5 1 +prickle/32 1 +prickliness +pricklinesses +prickling 1 +prickly/37 1 +pride/32 1 +prideful/8 1 +prier/2 1411 +priest/29 1 +priestess/3 1 +priesthood/2 1 +Priestley/1 +priestly/66 1 +priest 1412 +prig/16 1 +priggish/60 1 +priggish's +prim/557 1 +primacy/13 1 +primaeval +primal 1 +primary/558 1 +primate/2 1 +prime/559 1 +primer/2 1 +primeval/8 1 +priming 1 +primitive/41 1 +primitivism/5 1 +primogenitor/2 1 +primogeniture/2 1 +primordial/42 1 +primp/10 1 +primrose/16 1 +prim 1 +prince/2 1 +princedom/2 1 +princely/66 1 +princes/50 1 +princess/3 1 +principal/42 1 +principality/13 1 +Principe/5 1 +principle/176 1 +Pringle/1 +print/167 1 +printable 1 +printably +printer/2 1 +printing/2 1 +printmaker/2 1 +printmaking/5 1 +printout/9 1 +prions +prioress/3 1 +priori +prioritisation +prioritisations +prioritise/6 1 +prioritiser/1 +prioritisers +prioritization/9 1 +prioritize/6 1 +prioritizer/1 +prioritizers +priority/13 1 +priorly +prior 1 +priory/13 1 +prise/32 1 +priser/1 +prisers +prism/2 1 +prismatic 1 +prison/29 1 +prisoner/2 1 +prissy/67 1 +pristinely +pristine 1 +prithee/9 1 +privacy/13 1 +private/518 1 +privateer/186 1 +privation/2 1 +privatisation/9 1 +privatise/6 1 +privative/8 1 +privatization/9 1 +privatize/6 1 +privet/2 1 +privilege/32 1 +privy/560 1 +Prix +prize/32 1 +prizefight/186 1 +prizefighter/2 1 +prizefighting/2 1 +prize 1 +prizewinner/9 1 +prizewinning +pro/2 1 +proactive 1 +pro-American +probabilistic/46 1 +probabilist 1 +probability/13 1 +probable/327 1 +probate/16 1 +probation/2 1 +probational +probationally +probationary/53 1 +probationer/2 1 +probative 1 +probe/28 1 +prober/5 1 +probity/13 1 +problem/2 1 +problematical/8 1 +problematic 1 +problem 1 +proboscis/3 1 +procaine/2 1 +procedural/9 1 +procedurally +procedure/2 1 +proceed/10 1 +proceeder/5 1 +proceeding/2 1 +process/21 1 +processable +procession/16 1 +processional/9 1 +processionally +processor/2 1 +pro-choice +proclaim/10 1 +proclaimable +proclaimer/2 1 +proclamation/2 1 +proclivity/13 1 +proconsul/2 1 +proconsular 1 +procrastinate/6 1 +procrastination/2 1 +procrastinator/2 1 +procreate/6 1 +procreation/2 1 +procreational +procreationally +procreative 1 +procreativity +procreatory +proctor/29 1 +proctorial +procurable +procurator/2 1 +procure/6 1 +procurement/2 1 +procurer/5 1 +procures 1 +prod/379 1 +pro-democracy +prodigal/42 1 +prodigality/53 1 +prodigious/18 1 +prodigy/13 1 +produce/28 1 +producer/2 1 +producible +product/2 1 +production/2 1 +productise +productised +productiser/1 +productisers +productises +productising +productive/14 1 +productivity/13 1 +Prof. +prof/143 1 +profanation/9 1 +profane/296 1 +profaner 1 +profanity/13 1 +profess/7 1 +professed/8 1 +profession/2 1 +professional/42 1 +professionalise/6 1 +professionalism/2 1 +professionalize/6 1 +professor/2 1 +professorial/8 1 +professorship/2 1 +proffer/4 1 +proficiency/13 1 +proficient/8 1 +profile/32 1 +profiler/2 1 +profit/29 1 +profitability 1 +profitable/35 1 +profiteer/29 1 +profiteering 1 +profiterole/2 1 +profiting 1 +profitless 1 +profit-taking +profligacy/53 1 +profligate/42 1 +proforma +proformas +profound/20 1 +profundity/13 1 +profuse/14 1 +profusion/2 1 +progenitor/2 1 +progeny/13 1 +progesterone/2 1 +prognathous +prognoses 1413 +prognosis/5 1414 +prognostic/9 1 +prognosticate/6 1 +prognostication/2 1 +prognosticative +prognosticator/9 1 +prognostic 1 +program/78 1 +programmability 1 +programmable/9 1 +programmatic +programme/32 1 +programmer/2 1 +programming/9 1 +progress/21 1 +progression/2 1 +progressive/41 1 +progressivism 1 +prohibit/10 1 +prohibiter/5 1 +prohibition/2 1 +prohibitionist/2 1 +prohibitive/18 1 +prohibitory 1 +pro-hunt +pro-hunting +project/29 1 +projectile/2 1 +projecting 1 +projection/2 1 +projectionist/2 1 +projective/8 1 +projector/2 1 +Prokofiev/1 +prolapse/32 1 +prolate 1 +prolegomena 1415 +proletarian/9 1 +proletarianisation +proletarianisations +proletarianise/6 1 +proletarianization/9 1 +proletarianize/6 1 +proletarian 1 +proletariat/2 1 +pro-life +proliferate/6 1 +proliferation/2 1 +proliferative +prolific +prolifically +prolificness +prolix/8 1 +prolixity/13 1 +prologise 1 +prologize 1 +prologue/32 1 +prologuise 1 +prologuize 1 +prolong/10 1 +prolongation/2 1 +prolonger/5 1 +prom/2 1 +promenade/32 1 +promenader/2 1 +Promethean 1 +promethium/5 1 +prominence/2 1 +prominent/8 1 +promiscuity/13 1 +promiscuous/18 1 +promise/28 1 +promiser/2 1 +promising/8 1 +promissory 1 +promo/9 1 +promontory/13 1 +promotability 1 +promotable +promote/6 1 +promoter/2 1 +promotion/2 1 +promotional +promotionally +promotive/105 1 +prompt/26 1 +prompter/2 1 +prompting/9 1 +promptitude/2 1 +promulgate/6 1 +promulgation/2 1 +promulgator/2 1 +prone/14 1 +prong/29 1 +pronghorn/2 1 +pronominal 1 +pronoun/2 1 +pronounce/6 1 +pronounceable 1 +pronounced/8 1 +pronouncement/2 1 +pronouncer/5 1 +pronto 1 +pronunciation/2 1 +proof/71 1 +proofer 1 +proofing/5 1 +proof-read +proofread/140 1 +proof-reader +proofreader/2 1 +proof-readers +proof-reading +proof-reads +prop/110 1 +propaganda/2 1 +propagandise/6 1 +propagandist/2 1 +propagandistic 1 +propagate/6 1 +propagation/2 1 +propagative +propagator/2 1 +propane/2 1 +propel/82 1 +propellant/2 1 +propellent 1 +propeller/2 1 +propelling 1 +propensity/13 1 +proper/18 1 +propertied +proper 1 +property/13 1 +prophecy/13 1 +prophesier/2 1 +prophesy/34 1 +prophet/2 1 +prophetess/68 1 +prophetic +prophetical/8 1 +prophylactic/9 1 +prophylaxes 1416 +prophylaxis/5 1417 +propinquity/13 1 +propionate/5 1 +propitiate/6 1 +propitiation/9 1 +propitiatory 1 +propitious/18 1 +proponent/2 1 +proportion/29 1 +proportional/42 1 +proportionality/5 1 +proportionate/326 1 +proportioner/5 1 +proportioning 1 +proportionment/5 1 +proposal/2 1 +propose/6 1 +proposer/2 1 +proposition/29 1 +propositional/8 1 +propound/10 1 +proprietary/53 1 +proprietor/2 1 +proprietorial 1 +proprietorship/2 1 +proprietress/3 1 +propriety/13 1 +proprioception 1 +proprioceptive +propulsion/2 1 +propulsive +propylene/5 1 +prorate/6 1 +proration 1 +pro-Republican +prorogation/2 1 +prorogue/6 1 +pros/72 1 +prosaic/46 1 +proscenium/2 1 +prosciutto/5 1 +proscribe/6 1 +proscriber/5 1 +proscription/2 1 +proscriptive +prose/561 1 +prosecutable +prosecute/6 1 +prosecution/2 1 +prosecutor/2 1 +proselyte/32 1 +proselytise/6 1 +proselytiser/2 1 +proselytism/2 1 +proselytize/6 1 +proselytizer/2 1 +proser/5 1 +prosodic +prosodics +prosody/13 1 +prospect/29 1 +prospective/266 1 +prospectively +prospector/2 1 +prospectus/3 1 +prosper/10 1 +prosperity/13 1 +prosperous/18 1 +prostate/2 1 +prostheses 1418 +prosthesis/5 1419 +prosthetic/39 1 +prostitute/32 1 +prostitution/2 1 +prostrate/6 1 +prostration/2 1 +prosy/37 1 +protactinium/5 1 +protagonist/2 1 +protea/2 1 +protean/9 1 +proteas/68 1 +protease/2 1 +protect/10 1 +protectedly +protecting 1 +protection/2 1 +protectionism/2 1 +protectionist/2 1 +protective/512 1 +protector/2 1 +protectorate/2 1 +protein/2 1 +proteolysis/5 1 +proteolytic +protest/29 1 +protestant/9 1 +protestantism +protestation/2 1 +protester/2 1 +protesting/8 1 +protégé +protégée +protégées +protégés +protégé's +protocol/16 1 +proton/2 1 +protoplasm/2 1 +protoplasmic +prototype/32 1 +prototypic +prototypical/8 1 +protozoan/562 1 +protozoa 1420 +Protozoa 1 +protozoic +protozoon's +protract/10 1 +protracted 1 +protraction/2 1 +protractor/2 1 +protrude/6 1 +protrusile +protrusion/2 1 +protrusive +protrusively +protrusiveness +pro 1 +protuberance/9 1 +protuberant 1 +proud/225 1 +provability/13 1 +provable/17 1 +prove/496 1 +Provençal +provenance/2 1 +Provence/5 1 +provender/16 1 +proven 1 +proverb/16 1 +proverbial/8 1 +providable +provide/6 1 +providence/2 1 +provident/8 1 +providential/8 1 +provider/2 1 +province/2 1 +provincial/42 1 +provincialism/2 1 +provision/29 1 +provisional/42 1 +provisioner/5 1 +proviso/2 1 +provocation/2 1 +provocative/41 1 +provoke/6 1 +provoker/2 1 +provoking/8 1 +provost/2 1 +prow/2 1 +prowess/3 1 +prowl/4 1 +prowler/2 1 +prowling 1 +prow 1 +proximal/8 1 +proximate/18 1 +proximity/13 1 +proxy/13 1 +Pr 1 +prude/2 1 +prudence/2 1 +prudent/8 1 +prudential/9 1 +prudentially +prudery/5 1 +prudish/14 1 +prune/32 1 +pruner/2 1 +pruning 1 +prurience/2 1 +prurient/8 1 +prussic +pry/118 1 +prying/8 1 +psalm/16 1 +psalmist/2 1 +psalter 1 +psaltery/13 1 +psephological +psephologically +psephologist/5 1 +psephology 1 +pseudo-intellectual +pseudonym/2 1 +pseudonymous 1 +pseudopodia 1421 +pseudopod 1 +pseudo-science +pseudo-sciences +pseudo-scientific +pseudo 1 +pshaw/52 1 +psi 1 +psittacoses 1422 +psittacosis/5 1423 +psoriases 1424 +psoriasis/5 1425 +psst/9 1 +PS 1 +PST 1 +psych/563 1 +psyche/32 1 +psychedelia 1 +psychedelic/9 1 +psychedelically +psychiatric 1 +psychiatrist/2 1 +psychiatry/13 1 +psychic/2 1 +psychical/8 1 +psychic 1 +psycho/2 1 +psychoacoustic/39 1 +psychoactive 1 +psychoanalyse/6 1 +psychoanalyses 1426 +psychoanalysis/5 1427 +psychoanalyst/9 1 +psychoanalytic +psychoanalytical 1 +psychobiology/5 1 +psychocultural +psychodrama/2 1 +psychokinesis/5 1 +psychokinetic +psycholinguistic/39 1 +psycholinguists +psychological/8 1 +psychologist/2 1 +psychology/13 1 +psychometric/39 1 +psychometry/5 1 +psychoneuroses 1428 +psychoneurosis/5 1429 +psychopath/2 1 +psychopathic/9 1 +psychopathology/5 1 +psychopathy/13 1 +psychophysical +psychophysically +psychophysics/5 1 +psychophysiology/5 1 +psychos/68 1 +psychoses 1430 +psychosis/5 1431 +psychosocial +psychosocially +psychosomatic/39 1 +psychotherapeutic/9 1 +psychotherapist/2 1 +psychotherapy/13 1 +psychotic/9 1 +psychotically +psychotic 1 +psychotropic/9 1 +psycho 1 +pt +pâté +PTA +ptarmigan/2 1 +pterodactyl/2 1 +pterosaurs +PTO +ptomaine/2 1 +pâté's +pub/152 1 +pubertal +puberty/13 1 +pubescence/9 1 +pubescent +pubes 1432 +pubic 1 +pubis/5 1433 +public/51 1 +publican/2 1 +publication/2 1 +publicise/6 1 +publicist/2 1 +publicity/13 1 +publicize/6 1 +public-spirited +publish/7 1 +publishable +publisher/2 1 +publishing/2 1 +Puccini/1 +puce/2 1 +puck/16 1 +pucker/4 1 +puckish/60 1 +pudding/2 1 +puddle/32 1 +puddler/5 1 +puddling/2 1 +puddly 1 +pudenda 1434 +pudendum/5 1435 +pudgy/66 1 +Pudsey +pueblo/2 1 +puerilely +puerile 1 +puerility/13 1 +puerperal +Puerto +puff/71 1 +puffball/2 1 +puffer/2 1 +puffery/5 1 +puffin/2 1 +puffing 1 +puffy/169 1 +pug/111 1 +pugging 1 +pugilism/2 1 +pugilist/9 1 +pugilistic +pugnacious/14 1 +pugnacity/13 1 +puissant/8 1 +puke/28 1 +pukka 1 +pulchritude/2 1 +pulchritudinous/1 +pule/6 1 +pules 1436 +puling 1 +Pulitzer 1 +pull/4 1 +pull-back +pull-backs +pull-down +puller/2 1 +pullet/2 1 +pulley/2 1 +pulling 1 +pull-out +pull-outs +pullover/2 1 +pulmonary +pulp/71 1 +pulper 1 +pulpiness +pulpinesses +pulpit/2 1 +pulpwood/2 1 +pulpy/37 1 +pulsar/2 1 +pulsate/6 1 +pulsation/2 1 +pulse/32 1 +pulser 1 +pulverisation 1 +pulverise/6 1 +pulveriser/2 1 +pulverization/2 1 +pulverize/290 1 +pulverizer/5 1 +puma/2 1 +pumice/32 1 +pummel/82 1 +pummelling 1 +pump/29 1 +pumpernickel/2 1 +pumper 1 +pumping's +pumpkin/2 1 +pun/116 1 +punch/55 1 +punchable +punchbowl/1 +puncheon/2 1 +puncher/2 1 +punchings +punchline +punchlines +punchy/37 1 +punctilio/2 1 +punctilious/14 1 +punctual/18 1 +punctuality/13 1 +punctuate/6 1 +punctuation/2 1 +punctuational +punctuationally +puncture/32 1 +pundit/2 1 +punditry/53 1 +pungency/13 1 +pungent/8 1 +punish/7 1 +punishable +punisher/5 1 +punishing 1 +punishment/2 1 +punitive/18 1 +Punjabi 1 +punk/315 1 +punker 1 +punkier 1437 +punkiness +punky/194 1 +punnet 1 +punning 1 +punster/2 1 +punt/29 1 +punter/2 1 +puny/66 1 +pup/110 1 +pupa/70 1 +pupal 1 +pupate/6 1 +pupation 1 +pupil/2 1 +pupillage/5 1 +puppet/2 1 +puppeteer/2 1 +puppetry/13 1 +puppet 1 +puppy/303 1 +puppyish 1 +Purbeck +purblind 1 +Purcell/1 +purchasable +purchase/28 1 +purchaser/2 1 +purdah/2 1 +purée +pure/27 1 +pure-bred +pure-breds +puréed +puréeing +purées +purée's +pure 1 +purgation/5 1 +purgative/2 1 +purgatorial +purgatory/13 1 +purge/28 1 +purger/2 1 +purging 1 +purification/9 1 +purifier/2 1 +purify/34 1 +purine/2 1 +purism/2 1 +purist/2 1 +puristic +puritan/2 1 +puritanical/8 1 +puritanism/9 1 +purity/13 1 +purl/29 1 +purlieu/2 1 +purling 1 +purloin/10 1 +purloiner/5 1 +purple/420 1 +purplish 1 +purport/4 1 +purported/8 1 +purporter/1 +purporters +purpose/32 1 +purpose-built +purposeful/60 1 +purposeless/18 1 +purposely +purposive/18 1 +purr/4 1 +purringly +purring 1 +purse/32 1 +purser/2 1 +pursuance/2 1 +pursuant 1 +pursue/6 1 +pursuer/2 1 +pursuing 1 +pursuit/2 1 +purulence/2 1 +purulent 1 +purvey/10 1 +purveyance/2 1 +purveyor/2 1 +purview/2 1 +pus/564 1438 +push/55 1 +pushable +push-bike/1 +push-bikes +push-button +push-buttons +pushcart/2 1 +pushchair/2 1 +pusher/2 1 +pushily 1 +pushing 1 +pushover/2 1 +push-pull +push-up +push-ups +pushy/66 1 +pusillanimity/13 1 +pusillanimous/8 1 +puss/68 1 +pussy/13 1 +pussy-cat +pussy-cats +pussyfoot/4 1 +pussy 1 +pustular +pustule/2 1 +put/390 1 +putative/8 1 +put-down +Putin/1 +Putney/1 +putrefaction/2 1 +putrefactive +putrefy/34 1 +putrescence/2 1 +putrescent +putrid/18 1 +putridity/5 1 +putsch/68 1 +Pu 1 +putt/29 1 +puttee/2 1 +putter/29 1 +putterer/9 1 +putting 1 +put-up +putty/77 1 +puttying's +puttying 1439 +puzzle/28 1 +puzzled 1 +puzzlement/2 1 +puzzler/2 1 +puzzling/42 1 +PVC 1 +pvt +PW +PX +pyaemia 1 +pyaemic +pygmy/13 1 +pyjama/2 1 +pyknic 1 +pylon/2 1 +pyloric 1 +pylori 1440 +pylorus/5 1441 +Pyongyang/5 1 +pyorrhoea/5 1 +pyramid/16 1 +pyramidal/8 1 +pyre/2 1 +pyridine/5 1 +pyrimidine/2 1 +pyrite/2 1 +pyrolyse/109 1 +pyrolyses 1442 +pyrolysis/5 1443 +pyrolytic +pyromania/2 1 +pyromaniac/2 1 +pyrometer/2 1 +pyrometry/5 1 +pyrotechnic/39 1 +pyrotechnical 1 +pyrotechnist 1 +pyrotechny 1 +pyroxene/2 1 +pyrrhic 1 +pyruvic +Pythagoras 1 +Pythagorean 1 +python/2 1 +pythonic +pyx/114 1 +pyxes 1444 +pyxides +pyxidia 1445 +pyxidium 1446 +pyxis 1447 +q +Qaeda/1 +Qa'ida/1 +Qatar/5 1 +QC +qi +QoS +QPR +qr +qt +q.t. +quack/4 1 +quackery/13 1 +quackish +quack 1 +quad/16 1 +quadrangle/2 1 +quadrangular/1 +quadrant/2 1 +quadraphonic/9 1 +quadratic/69 1 +quadrature/2 1 +quadrennial/42 1 +quadrennium/2 1 +quadriceps/3 1 +quadric 1 +quadrilateral/9 1 +quadrille/16 1 +quadrillion/2 1 +quadrillionfold +quadrillionth/9 1 +quadripartite/8 1 +quadriplegia/2 1 +quadriplegic/2 1 +quadrivia 1448 +quadrivium/5 1449 +quadrophonic 1 +quadruped/2 1 +quadrupedal +quadruple/565 1 +quadruplet/2 1 +quadruplicate/28 1 +quadruplication/9 1 +quadrupole 1 +quad 1 +quaff/4 1 +quaffer/5 1 +quagmire/16 1 +quail/29 1 +quailing 1 +quaint/20 1 +quake/28 1 +quaking 1 +quaky/37 1 +qualification/2 1 +qualified/8 1 +qualifier/2 1 +qualify/34 1 +qualifying 1 +qualitative/8 1 +quality/13 1 +qualm/2 1 +qualmish 1 +quandary/13 1 +quango/9 1 +quanta's 1450 +quanta 1451 +quantifiable +quantification/9 1 +quantifier/2 1 +quantify/34 1 +quantile/9 1 +quantisation/9 1 +quantise/6 1 +quantiser/1 +quantisers +quantitative/18 1 +quantity/13 1 +quantization/9 1 +quantize/6 1 +quantizer/2 1 +quantum/5 1452 +quarantine/32 1 +quark/2 1 +quarrel/86 1 +quarreller/2 1 +quarrelling/9 1 +quarrelsome/14 1 +quarrier/5 1 +quarry/77 1 +quarrying 1 +quarryman/5 1453 +quarrymen's 1454 +quarrymen 1455 +quart/2 1 +quarter/302 1 +quarterback/16 1 +quarterdeck/2 1 +quarterer's +quarter-final/1 +quarter-finals +quarter-hour +quartering/5 1 +quarterlies +quarter-light +quartermaster/2 1 +quarter-plate +quarterstaff/2 1 +quartet/2 1 +quartic/9 1 +quartile/2 1 +quarto/2 1 +quartz/3 1 +quartzite/5 1 +quasar/2 1 +quash/7 1 +quasilinear +quasi-synchronous +quasi 1 +quaternary/53 1 +quaternion/2 1 +quatrain/2 1 +qua 1 +quaver/4 1 +quavering/8 1 +quavery 1 +quay/2 1 +Quayle +quayside/5 1 +queasy/67 1 +Quebec/5 1 +Quebecker/2 1 +Quebecois +queen/29 1 +queening 1 +queenly/37 1 +Queensland 1 +queer/566 1 +quell/10 1 +queller/5 1 +quench/7 1 +quenchable 1 +quencher/2 1 +quenching 1 +quenchless 1 +querier 1 +quern/5 1 +querulous/60 1 +query/77 1 +querying 1 +quest/29 1 +quester/2 1 +questing 1 +question/29 1 +questionable/35 1 +questioner/2 1 +questioning/42 1 +questionnaire/2 1 +queue/275 1 +queueing 1 +queue-jump +queue-jumping +queuer/2 1 +queuing 1 +quibble/28 1 +quibbler/2 1 +quibbling 1 +quiche/2 1 +quick/20 1 +quicken/10 1 +quickener/9 1 +quickening 1 +quickie/2 1 +quicklime/2 1 +quicksand/2 1 +quicksilver/29 1 +quickstep/16 1 +QuickTime +quick 1 +quick-witted 1 +quid/2 1 +quiesce/142 1 +quiescence/2 1 +quiescent/8 1 +quiescentness +quiet/26 1 +quieten/10 1 +quietening 1 +quieter/5 1 +quieting 1 +quietude/2 1 +quietus/3 1 +quiff 1 +quill/29 1 +quilling 1 +quilt/29 1 +quilter/2 1 +quilting/5 1 +quince/2 1 +quincentenary/5 1 +quinine/2 1 +Quinnell/1 +quinquennial 1 +quinquennially +quinsy/13 1 +quint/2 1 +quintessence/2 1 +quintessential/8 1 +quintet/2 1 +quintic 1 +quintillion/9 1 +quintillionfold +quintillionth/9 1 +Quinton +quintuple/28 1 +quintuplet/2 1 +quintuple 1 +quip/110 1 +quipper 1 +quipster/2 1 +quire/16 1 +quirk/16 1 +quirky/66 1 +quirt/29 1 +quisling/2 1 +quit/11 1 +quite 1 +Quito/5 1 +quittance/2 1 +quitter/2 1 +quiver/4 1 +quivering/8 1 +quivery 1 +quixotic/46 1 +quiz/567 1 +quizzer/2 1 +quizzical/8 1 +quizzing 1 +quizzy +quoin/29 1 +quoit/29 1 +quondam 1 +quorate +quorum/2 1 +quota/2 1 +quotability/53 1 +quotable 1 +quota's 1456 +quota 1457 +quotation/2 1 +quote/28 1 +quoter/5 1 +quoth 1 +quotidian/9 1 +quotient/2 1 +qwerty 1 +Rabat/5 1 +rabbet/29 1 +rabbi/2 1 +rabbinate/2 1 +rabbinic +rabbinical +rabbinically +rabbit/29 1 +rabble/16 1 +rabble-rouser +rabble-rousing +rabid/18 1 +rabies 1 +RAC +raccoon/2 1 +race/134 1 +racecourse/2 1 +racegoers +racehorse/2 1 +raceme/2 1 +racer/2 1 +racetrack/2 1 +raceway/2 1 +Rachmaninov/1 +racial/8 1 +racialism/5 1 +racialist/2 1 +racing/9 1 +racism/9 1 +racist/2 1 +rack/29 1 +racket/29 1 +racketeer/186 1 +racketeering/9 1 +rackety 1 +racking 1 +raconteur/2 1 +racoon's +racquet/16 1 +racy/80 1 +radar/2 1 +Radford/1 +radial/42 1 +radian/2 1 +radiance/2 1 +radiant/8 1 +radiate/6 1 +radiately +radiate 1 +radiation/2 1 +radiative +radiator/2 1 +radical/42 1 +radicalise/6 1 +radicalism/2 1 +radii's 1458 +radii 1459 +radio/568 1 +radioactive/8 1 +radioactivity/5 1 +radiocarbon/2 1 +radiochemical +radiochemistry/5 1 +radiocommunications +radio-controlled +radiogram/2 1 +radiographer/2 1 +radiographic +radiography/13 1 +radioisotope/2 1 +radiologic +radiological/8 1 +radiologist/2 1 +radiology/5 1 +radioman/5 1460 +radiomen's 1461 +radiomen 1462 +radiometer/2 1 +radiometric +radiometry/5 1 +radionics +radionuclide/5 1 +radioscopy/5 1 +radiosonde/2 1 +radio-telegraph +radio-telegraphs +radio-telegraphy/1 +radio-telephone/1 +radio-telephones +radiotherapist/2 1 +radiotherapy/13 1 +radio 1 +radish/3 1 +radium/5 1 +radius/5 1463 +radix/83 1 +radon/5 1 +rad 1 +raffia/5 1 +raffish/18 1 +raffle/32 1 +raffling 1 +raff 1 +raft/29 1 +rafter/90 1 +rafting 1 +RAF 1 +rag/111 1 +raga/2 1 +ragamuffin/2 1 +ragbag/2 1 +rage/32 1 +rages 1464 +ragged/18 1 +raggedy 1 +ragging 1 +ragingly 1 +raglan/2 1 +ragout/16 1 +rags-to-riches +ragtag/5 1 +ragtime/5 1 +ragwort/5 1 +raid/29 1 +raider/2 1 +Raikkonen +rail/29 1 +railer/5 1 +railhead/2 1 +railing/2 1 +raillery 1 +Railtrack/1 +railway/2 1 +railwayman/5 1465 +railwaymen's 1466 +railwaymen 1467 +raiment/5 1 +rain/29 1 +rainbow/2 1 +rain-cloud/1 +rain-clouds +raincoat/2 1 +raindrop/2 1 +rainfall/2 1 +rainforest/2 1 +rainless 1 +rain-maker/1 +rain-makers +rain-making +rainproof 1 +rain-shadow/1 +rain-shadows +rainstorm/2 1 +rainwater/5 1 +rainy/37 1 +Raipur +raise/28 1 +raiser/2 1 +raisin/2 1 +raising 1 +raison +raison_d'être +raison' 1 +Raith +Raj/5 1 +rajah/2 1 +rake/32 1 +raker/5 1 +rakes 1468 +raking 1 +rakish/18 1 +Ralf +rally/220 1 +rallying 1 +ram/78 1 +ramble/28 1 +rambler/2 1 +rambling/42 1 +Rameau +ramekin/2 1 +ramie/2 1 +ramification/2 1 +ramify/34 1 +ramjet/2 1 +ramp/29 1 +rampage/28 1 +rampancy 1 +rampant/8 1 +rampart/16 1 +Ramprakash +ramrod/16 1 +Ramsay/1 +ramshackle 1 +ranch/21 1 +rancher/2 1 +Ranchi +ranching 1 +rancid/33 1 +rancidity/13 1 +rancorous/8 1 +rancour/5 1 +rand/5 1 +randiness +Randolph/1 +random/18 1 +randomisation/9 1 +randomise/6 1 +randomiser 1 +randomization/9 1 +randomize/6 1 +random 1 +rand 1 +randy/37 1 +ranee/2 1 +range/32 1 +ranger/2 1 +Rangoon/5 1 +rang 1469 +rangy/37 1 +rank/569 1 +ranker/2 1 +ranking/2 1 +rankle/6 1 +rankling 1 +rans +ransack/10 1 +ransacker/5 1 +ransom/29 1 +ran 1470 +rant/4 1 +ranter/2 1 +ranting/9 1 +rantingly +rap/175 1 +rapacious/18 1 +rapacity/5 1 +rape/32 1 +rapeseed/5 1 +Raphael/1 +Raphaelite/1 +Raphaelites +rapid/42 1 +rapid-fire +rapidity/5 1 +rapidness +rapier/2 1 +rapine/2 1 +rapines 1471 +rapist/2 1 +rappel/216 1 +rappelling 1 +rapper/2 1 +rapping's +rapport/2 1 +rapporteur/2 1 +rapprochement/2 1 +rapscallion/2 1 +raptly 1 +raptness +rapt 1 +rapture/16 1 +rapturous/18 1 +rare/570 1 +rarebit/2 1 +rarefaction/2 1 +rarefy/34 1 +rarity/13 1 +rascal/43 1 +rash/571 1 +rasher/2 1 +rasp/29 1 +raspberry/13 1 +rasper/5 1 +rasping/8 1 +raspy/37 1 +raster/2 1 +Ra 1472 +rat/126 1 +ratatouille 1 +rat-catcher +ratchet/29 1 +rate/32 1 +rateable 1 +rate-cap +rate-capping +ratepayer/2 1 +rather +ratification/9 1 +ratifier/2 1 +ratify/34 1 +rating/2 1 +ratio/2 1 +ratiocinate/6 1 +ratiocination/2 1 +ratiocinative +ration/29 1 +rational/8 1 +rationale/2 1 +rationalisation/9 1 +rationalise/6 1 +rationaliser/1 +rationalisers +rationalism/2 1 +rationalist/2 1 +rationalistic +rationality/13 1 +rationalization/9 1 +rationalize/6 1 +rationalizer/2 1 +rational 1 +ratline/2 1 +Ra 1 +rattail 1 +rattan/2 1 +ratter/2 1 +rattle/28 1 +rattler/2 1 +rattlesnake/2 1 +rattletrap/2 1 +rattling/9 1 +rattly/37 1 +rattrap/2 1 +ratty/37 1 +raucous/18 1 +raunchily 1 +raunchiness +raunchy/37 1 +ravage/28 1 +ravager/2 1 +rave/49 1 +ravel/216 1 +ravelling 1 +raven/29 1 +ravening 1 +ravenous/73 1 +Ravensbruck/1 +raven 1 +raver/2 1 +ravine/176 1 +raving/9 1 +ravioli/2 1 +ravish/7 1 +ravisher/2 1 +ravishing/8 1 +ravishment/2 1 +raw/273 1 +raw-boned +rawhide/16 1 +raw 1 +ray/29 1 +Rayleigh/1 +Raymond/1 +Raymondville/1 +rayon/5 1 +Raytheon/1 +raze/6 1 +razor/16 1 +razorback/2 1 +razorbills +razorblades +razor-sharp +razzmatazz 1 +Rb 1 +Rd/1 +RDS +Rea/1 +reabsorb/10 1 +reacclimatise/6 1 +reacclimatize/6 1 +reach/55 1 +reachability +reachable 1 +reacquaint/10 1 +reacquire/6 1 +reacquisition/5 1 +react/10 1 +reactant/2 1 +reaction/2 1 +reactionary/13 1 +reactivate/290 1 +reactivation/2 1 +reactive/8 1 +reactivity 1 +reactor/2 1 +read/128 1 +readability/13 1 +readable/17 1 +re-adapt +re-adapted +re-adapting +re-adapts +readdress/7 1 +reader/2 1 +readership/2 1 +reading/2 1 +readjust/10 1 +readjustment/2 1 +readmission/2 1 +readmit/11 1 +read-only +readopt/10 1 +readout/2 1 +ready/572 1 +ready-made +reaffirm/10 1 +reaffirmation/2 1 +reafforestation 1 +reafforest 1 +Reagan/5 1 +reagent/2 1 +real/229 1 +realign/10 1 +realignment/2 1 +realisability +realisable +realisably +realisation/9 1 +realise/6 1 +realiser/2 1 +realism/2 1 +realist/2 1 +realistic/46 1 +realist 1 +reality/13 1 +realizability +realizable/17 1 +realization/9 1 +realize/6 1 +realizer/2 1 +real-life +reallocate/6 1 +re-allocated +reallocation/2 1 +reallots +reallotted +reallotting +realm/2 1 +Realpolitik/5 1 +real-time +realtor's +real 1 +really 1 +ream/29 1 +reamer/2 1 +reanalysis 1 +reanimate/6 1 +reanimation/2 1 +reap/10 1 +reaper/2 1 +reappear/10 1 +reappearance/2 1 +reapplication/2 1 +reapply/34 1 +reappoint/10 1 +reappointment/2 1 +reapportion/10 1 +reapportionment/2 1 +reappraisal/2 1 +reappraise/6 1 +rear/573 1 +rearer/2 1 +rearguard/2 1 +rearm/10 1 +rearmament/2 1 +rearmost 1 +rearrange/6 1 +rearrangement/2 1 +rearrest/4 1 +rear-view +rearward/9 1 +reascend/10 1 +reascension 1 +reason/29 1 +reasonable/345 1 +reasoned 1 +reasoner/2 1 +reasoning/5 1 +reasonless 1 +reassemble/6 1 +reassemblies +reassembly/1 +reassert/10 1 +reassertion/2 1 +reassess/7 1 +reassessment/2 1 +reassign/10 1 +reassignment/2 1 +reassurance/2 1 +reassure/6 1 +reassured 1 +reassuring/8 1 +reattach/7 1 +reattachment/2 1 +reattain/10 1 +reattainment +reattempt/10 1 +reauthorisation +reauthorisations +reauthorise +reauthorised +reauthorises +reauthorising +reauthorization/9 1 +reauthorize/6 1 +reawaken/10 1 +reawakening 1 +Reba/1 +rebalance/6 1 +rebate/32 1 +Rebecca/1 +rebel/86 1 +rebelling 1 +rebellion/2 1 +rebellious/73 1 +rebel 1 +rebid/534 1 +rebind/140 1473 +rebirth/2 1 +reboil/10 1 +rebook/10 1 +reboot/10 1 +reborn 1 +rebound/4 1474 +rebroadcast/186 1 +rebroadcaster/1 +rebroadcasters +rebuff/4 1 +rebuild/461 1 +rebuke/28 1 +rebuker 1 +rebukingly +reburial/2 1 +rebury/34 1 +rebus/3 1 +rebut/11 1 +rebuttal/2 1 +recalcitrance/5 1 +recalcitrant 1 +recalculate/6 1 +recalculation/2 1 +recalibrate/6 1 +recalibration 1 +recall/4 1 +recallable +recant/10 1 +recantation/9 1 +recap/175 1 +recapitalisation +recapitalisations +recapitalise/6 1 +recapitalization/9 1 +recapitalize/6 1 +recapitulate/6 1 +recapitulation/2 1 +recapture/28 1 +recast/128 1 +recasting 1 +recategorise +recategorised +recategorises +recategorising +recategorize +recategorized +recategorizes +recategorizing +recede/6 1 +receipt/29 1 +receivable/9 1 +receive/6 1 +receiver/2 1 +receivership/2 1 +recency/5 1 +recension/5 1 +recent/73 1 +recentralisation +recentralisations +recentralise +recentralised +recentralises +recentralising +recentralization/9 1 +recentralize +recentralized +recentralizes +recentralizing +recentre 1 +receptacle/2 1 +reception/2 1 +receptionist/2 1 +receptive/73 1 +receptivity 1 +receptor/2 1 +recertification/5 1 +recertify/574 1 +recess/21 1 +recession/2 1 +recessional/9 1 +recessionary +recessive/31 1 +recharge/6 1 +rechargeable +recheck/4 1 +recherché +rechristen/10 1 +recidivism/2 1 +recidivist/2 1 +recipe/2 1 +recipiency 1 +recipient/2 1 +reciprocal/42 1 +reciprocate/6 1 +reciprocation/2 1 +reciprocity/13 1 +recirculate/6 1 +recirculation/5 1 +recital/2 1 +recitalist/2 1 +recitation/2 1 +recitative/2 1 +recite/6 1 +reciter/2 1 +reckless/73 1 +reckon/10 1 +reckoner/5 1 +reckoning 1 +reclaim/4 1 +reclaimable +reclaimer/2 1 +reclamation/2 1 +reclassification/2 1 +reclassify/34 1 +recline/6 1 +recliner/2 1 +recluse/2 1 +reclusion/5 1 +reclusive 1 +recode/6 1 +recognisability +recognisable +recognisably +recognisances +recognise/6 1 +recogniser/2 1 +recognition/2 1 +recognizability 1 +recognizable/17 1 +recognizance/2 1 +recognizant +recognize/6 1 +recognizer/2 1 +recoil/4 1 +recoilless 1 +recollect/10 1 +recollected 1 +recollection/2 1 +recolonisation/9 1 +recolonise/6 1 +recolonization/9 1 +recolonize/6 1 +recolour +recoloured +recolouring +recolours +recombinant 1 +recombination/2 1 +recombine/6 1 +recommence/6 1 +recommencement/2 1 +recommend/10 1 +recommendable +recommendation/2 1 +recommendatory +recommender/5 1 +recommission/29 1 +recommit/11 1 +recommittal 1 +recompense/28 1 +recompilation/2 1 +recompile/6 1 +recompose/6 1 +recompute/6 1 +reconcilable 1 +reconcile/6 1 +reconciler/5 1 +reconciliation/5 1 +reconciliatory +recondite/18 1 +recondition/10 1 +reconfigurability +reconfigurable +reconfiguration/2 1 +reconfigure/6 1 +reconfirm/10 1 +reconfirmation/2 1 +reconnaissance/2 1 +reconnect/10 1 +reconnection/5 1 +reconnoitre/6 1 +reconquer/10 1 +reconquest/2 1 +reconsecrate/6 1 +reconsecration/2 1 +reconsider/10 1 +reconsideration/2 1 +reconsign/10 1 +reconsignment 1 +reconsolidated +reconsolidates +reconstitute/6 1 +reconstitution/2 1 +reconstruct/10 1 +reconstructible +reconstruction/2 1 +recontamination 1 +reconvene/6 1 +reconversion/5 1 +reconvert/10 1 +recook/10 1 +recopy/34 1 +record/71 1 +recordable +record-breaking +recorder/2 1 +recording/2 1 +recordist/2 1 +recount/4 1 +recoup/4 1 +recouple 1 +recourse 1 +recover/10 1 +recoverability 1 +recoverable 1 +recoverer/5 1 +recovery/53 1 +recreancy 1 +recreant/42 1 +recreate/6 1 +recreation/2 1 +recreational +recreationally +recriminate/6 1 +recrimination/2 1 +recriminative +recriminatory +recross/7 1 +recrudesce/6 1 +recrudescence/5 1 +recrudescent +recruit/29 1 +recruiter/2 1 +recruitment/2 1 +recrystallisation +recrystallisations +recrystallise/6 1 +recrystallization/9 1 +recrystallize/6 1 +rectal 1 +rectally 1 +rectangle/2 1 +rectangular/8 1 +rectifiable +rectification/2 1 +rectifier/2 1 +rectify/34 1 +rectilinear +rectilinearly +rectitude/5 1 +recto/2 1 +rector/2 1 +rectory/13 1 +rectum/2 1 +recumbent +recumbently +recuperate/6 1 +recuperation/2 1 +recuperative 1 +recur/12 1 +recurrence/2 1 +recurrent/8 1 +recursion/2 1 +recursive +recursively +recurved +recurving +recusance 1 +recusancy 1 +recusant/5 1 +recyclable/9 1 +recycle/28 1 +recycler/2 1 +recycling 1 +red/575 1 +redact/10 1 +redaction/2 1 +redactor/2 1 +red-blooded/105 1 +redbreast/2 1 +redbrick 1 +redbud/5 1 +redcap/2 1 +Redcar/1 +redcoat/2 1 +redcurrant/2 1 +redden/10 1 +redder 1 +reddish 1 +reddy +redeclaration/1 +redeclare +redeclared +redeclares +redeclaring +redecorate/6 1 +redecoration/2 1 +rededicate/6 1 +rededication/9 1 +redeem/10 1 +redeemable 1 +redeemer/2 1 +redefine/6 1 +redefinition/2 1 +redeliver/10 1 +redelivery/5 1 +redemption/2 1 +redemptive +redeploy/10 1 +re-deployed +redeployment/2 1 +redeposit/4 1 +redesign/10 1 +redetermination 1 +redetermine/6 1 +redevelop/10 1 +redeveloper/2 1 +redevelopment/2 1 +red-eye +red-faced 1 +Redford/1 +red-handed 1 +red-head/1 +redhead/9 1 +red-headed +red-heads +Redhill +red-hot +redial/216 1 +redialling 1 +redirect/10 1 +redirection/9 1 +redirector/1 +redirectors +rediscover/10 1 +rediscovery/13 1 +redisplay/10 1 +redissolve/6 1 +redistribute/6 1 +redistribution/2 1 +redistributive +redivide/6 1 +redivision 1 +red-letter +red-light +redlining 1 +Redmond/1 +redo/532 1 +redolence/5 1 +redolent 1 +Redondo/1 +redouble/28 1 +redoubt/16 1 +redoubtable/17 1 +redound/10 1 +redounding 1 +redraft/4 1 +redraw/367 1475 +redress/55 1 +redresser/5 1 +redrew 1476 +redskin/2 1 +reduce/6 1 +reducer/2 1 +reducibility/5 1 +reducible/17 1 +reduction/2 1 +reductionism/5 1 +reductionist/2 1 +reductionistic +reductive 1 +redundancy/13 1 +redundant/8 1 +reduplicate/6 1 +reduplication/2 1 +redwood/2 1 +Reebok/1 +Reece/1 +re-echo +re-echoed +re-echoes +re-echoing +reed/29 1 +reeding/5 1 +re-edit +re-editable +re-edited +re-editing +re-edition +re-edits +re-educate +re-educated +re-educates +re-educating +re-education +Reedville/1 +reedy/191 1 +reef/320 1 +reefer/2 1 +reefing 1 +reek/4 1 +reeking 1 +reel/29 1 +re-elect +re-electable +re-elected +re-electing +re-election +re-elects +reeler/2 1 +reeling 1 +re-embark +re-embarked +re-embarking +re-embarks +re-embodied +re-embodies +re-embody +re-embodying +re-emerge +re-emerged +re-emergence +re-emerges +re-emerging +re-emission +re-emphasis +re-emphasise +re-emphasised +re-emphasises +re-emphasising +re-emphasize +re-emphasizes +re-emphasizing +re-employ +re-employable +re-employed +re-employing +re-employment +re-employs +re-enact +re-enacted +re-enacting +re-enactment +re-enacts +re-enforce +re-enforced +re-enforcement/1 +re-enforcements +re-enforcer +re-enforcers +re-enforces +re-enforcing +re-engage +re-engaged +re-engagement +re-engages +re-engaging +re-enlist +re-enlisted +re-enlister +re-enlisting +re-enlistment +re-enlists +re-enter +re-entered +re-entering +re-enters +re-entrant +re-entries +re-entry +re-enumerate +re-enumerated +re-enumerates +re-enumerating +re-enumeration +re-equip +re-equipped +re-equipping +re-equips +re-erect +re-erected +Rees +Reese/1 +re-establish +re-established +re-establishes +re-establishing +re-establishment +re-estimate +re-estimated +re-estimates +re-estimating +re-estimation +re-evaluate +re-evaluated +re-evaluates +re-evaluating +re-evaluation +reeve/222 1477 +re-examinable +re-examination +re-examine +re-examined +re-examines +re-examining +re-explain +re-explained +re-explaining +re-explains +re-export +re-exportable +re-exported +re-exporting +re-exports +ref/5 1 +reface/6 1 +refashion/10 1 +refasten/10 1 +refection/5 1 +refectory/13 1 +refer/12 1 +referable +referee/57 1 +reference/32 1 +referenda 1478 +referendum/2 1479 +referent/2 1 +referential +referentially +referral/2 1 +referrer/2 1 +refile/6 1 +refill/4 1 +refillable +refinance/6 1 +refine/6 1 +refined 1 +refinement/2 1 +refiner/2 1 +refinery/13 1 +refining 1 +refinish/7 1 +refit/126 1 +refitting 1 +reflate 1 +reflationary +reflation 1 +reflect/10 1 +reflectance/5 1 +reflecting 1 +reflection/2 1 +reflective/18 1 +reflectivity/5 1 +reflector/2 1 +reflex/576 1 +reflexive/31 1 +reflexivity/5 1 +reflexology 1 +refluence 1 +refluent +reflux/55 1 +refocus/285 1 +refold/10 1 +reforest/10 1 +reforestation/2 1 +reforge/6 1 +re-form +reform/4 1 +reformability 1 +reformable 1 +reformat/11 1 +re-formation +reformation/9 1 +reformative 1 +reformatory/13 1 +reformed 1 +reformer/2 1 +reformism/5 1 +reformist/2 1 +reformulate/6 1 +reformulation/2 1 +refortify/34 1 +refract/10 1 +refraction/2 1 +refractive/8 1 +refractometer/2 1 +refractometric +refractometry 1 +refractors +refractory/254 1 +refrain/4 1 +refreeze/104 1480 +refresh/7 1 +refreshable +refresher/2 1 +refreshing/8 1 +refreshment/2 1 +refried +refries +refrigerant/2 1 +refrigerate/6 1 +refrigeration/5 1 +refrigerator/2 1 +refrozen 1481 +refroze 1481 +ref 1 +refuel/82 1 +refueller/1 +refuellers +refuelling 1 +refuge/16 1 +refugee/2 1 +Refugio/1 +refulgence/5 1 +refulgent/8 1 +re-fund +refund/29 1 +refundable +refurbish/7 1 +refurbishment/9 1 +refurnish/7 1 +refusal/2 1 +refuse/134 1 +refuseniks +refuser/5 1 +refutable 1 +refutation/2 1 +refute/6 1 +refuter/2 1 +regain/10 1 +regal/8 1 +regale/28 1 +regalement 1 +regalia/5 1 +regal 1 +Regan/1 +regard/4 1 +regardless 1 +regather/10 1 +regatta/2 1 +regency/13 1 +regenerate/6 1 +regeneration/2 1 +regenerative/8 1 +regenerator/2 1 +regent/2 1 +reggae/2 1 +Reggie/1 +regicide/2 1 +regime/2 1 +regimen/2 1 +regiment/29 1 +regimental/9 1 +regimentation/2 1 +Regina/5 1 +Reginald/1 +region/2 1 +regional/8 1 +regionalism/2 1 +regional 1 +Regis/1 +register/29 1 +registrable +registrant/2 1 +registrar/2 1 +registration/2 1 +registry/13 1 +regnant 1 +regrade/6 1 +regress/55 1 +regression/2 1 +regressive/18 1 +regret/358 1 +regretful/18 1 +regrettable/17 1 +regrew 1482 +regrind/140 1483 +reground 1484 +regroup/10 1 +regrow/367 1485 +regrowth/2 1 +reg 1 +regular/42 1 +regularisation/9 1 +regularise/6 1 +regularity/13 1 +regularization/9 1 +regularize/6 1 +regulate/6 1 +regulation/2 1 +regulative 1 +regulator/2 1 +regulatory +regurgitate/6 1 +regurgitation/2 1 +rehabilitate/6 1 +rehabilitation/2 1 +rehabilitative +rehab 1 +rehang/140 1486 +rehash/55 1 +rehear/62 1 +rehearing 1 +rehears/7 1 +rehearsal/2 1 +rehearse/6 1 +rehearser/5 1 +rehearsing 1 +reheat/10 1 +rehire/6 1 +rehouse/6 1 +rehousing 1 +rehung 1487 +rehydratable +rehydrate/6 1 +rehydration 1 +Reich/5 1 +Reid/1 +Reigate +reign/29 1 +reignite/6 1 +reignition 1 +Reiko/1 +Reilly/1 +reimbursable +reimburse/6 1 +reimbursement/2 1 +reimplement +reimplementation +reimplemented +reimplementing +reimplements +reimport/10 1 +reimporter/1 +reimporters +reimpose/6 1 +rein/29 1 +reincarnate/6 1 +reincarnation/2 1 +reincorporate/6 1 +reincorporation 1 +reindeer/5 1 +reinfect/10 1 +reinfection/2 1 +reinforce/6 1 +reinforcement/2 1 +reinforcer/5 1 +Reinhardt/1 +Reinhold/1 +reinitialisation +reinitialisations +reinitialise +reinitialised +reinitialises +reinitialising +reinitialization +reinitializations +reinitialize +reinitialized +reinitializes +reinitializing +reinoculate/6 1 +reinoculation 1 +reinsert/10 1 +reinsertion/2 1 +reinspect/10 1 +reinstall/10 1 +reinstate/6 1 +reinstatement/2 1 +reinstitute/6 1 +reinstitution/1 +reinsurance/2 1 +reintegrate/6 1 +reintegration/5 1 +reinterpret/10 1 +reinterpretation/2 1 +reinterview/10 1 +reintroduce/6 1 +reintroduction/2 1 +reinvent/10 1 +reinvention/2 1 +reinvest/10 1 +reinvestigate/6 1 +reinvestigation/5 1 +reinvestment/2 1 +reinvigorate/6 1 +reinvigoration/2 1 +Reiser +reissue/28 1 +reiterate/6 1 +reiteration/9 1 +reiterative 1 +reject/4 1 +rejecter/2 1 +rejection/2 1 +rejective +rejoice/6 1 +rejoicer 1 +rejoicing/9 1 +rejoicingly +rejoin/10 1 +rejuvenate/6 1 +rejuvenation/9 1 +rekindle/6 1 +reknit 1 +relabel/82 1 +relabelling 1 +relapse/28 1 +relapser/5 1 +relate/6 1 +related/33 1 +relater/2 1 +relation/2 1 +relational +relationally +relationship/2 1 +relative/31 1 +relativism/5 1 +relativist/2 1 +relativistic/46 1 +relativity/13 1 +relaunch/7 1 +relax/7 1 +relaxant/2 1 +relaxation/2 1 +relaxed/18 1 +relaxingly +relay/577 1 +relearn/10 1 +releasable +release/32 1 +releaser/2 1 +relegate/6 1 +relegation/2 1 +relent/10 1 +relenting 1 +relentless/73 1 +relevance/5 1 +relevancy/13 1 +relevant/8 1 +reliability/13 1 +reliable/345 1 +reliance/5 1 +reliant/8 1 +relic/2 1 +relict/5 1 +relief/139 1 +relieve/6 1 +relieved/8 1 +reliever/2 1 +relight/140 1488 +religion/2 1 +religionist/2 1 +religiosity/5 1 +religious/18 1 +reline/6 1 +relinquish/7 1 +relinquishment/2 1 +reliquary/13 1 +relish/55 1 +relit 1489 +relive/6 1 +reload/4 1 +reloadable +relocatable +relocate/6 1 +relocation/2 1 +relock/10 1 +reluctance/2 1 +reluctant/8 1 +rely/34 1 +remade 1490 +remain/10 1 +remainder/29 1 +remake/372 1491 +remand/4 1 +remap/122 1 +remark/29 1 +remarkable/17 1 +remarkableness +remarriage/2 1 +remarry/34 1 +remaster/10 1 +rematch/578 1 +Rembrandt/5 1 +remeasure/6 1 +remeasurement 1 +remediable 1 +remedial +remedially +remedy/77 1 +remelt/10 1 +remember/10 1 +rememberer/5 1 +remembrance/2 1 +remind/10 1 +reminder/9 1 +Remington/1 +reminisce/6 1 +reminiscence/2 1 +reminiscent/8 1 +remiss/33 1 +remission/2 1 +remissive +remit/358 1 +remittance/2 1 +remix/55 1 +remnant/2 1 +remobilisability +remobilisable +remobilisation +remobilisations +remobilise +remobilised +remobilises +remobilising +remobilizability +remobilizable +remobilization/9 1 +remobilize/6 1 +remodel/82 1 +remodelling 1 +remodulate +remodulated +remodulates +remodulating +remodulation +remodulator/1 +remodulators +remonetisation/9 1 +remonetise/6 1 +remonetization/9 1 +remonetize/6 1 +remonstrance/5 1 +remonstrant 1 +remonstrate/6 1 +remonstration/2 1 +remonstrative/8 1 +remorse/5 1 +remorseful/73 1 +remorseless/18 1 +remote/511 1 +remould/10 1 +remount/4 1 +removable 1 +removal/2 1 +remove/28 1 +removed 1 +remover/2 1 +rem 1 +remunerate/6 1 +remuneration/2 1 +remunerative/8 1 +Remy/1 +Rena/1 +renaissance/9 1 +Renaissance's +Renaldo/1 +renal 1 +rename/6 1 +renascence/2 1 +renascent +Renata/1 +Renate/1 +renationalisation +renationalisations +renationalise +renationalised +renationalises +renationalising +Renato/1 +Renault/1 +Renaults +rend/461 1 +render/4 1 +renderer/2 1 +rendering/9 1 +rendezvous/21 1 +rendition/16 1 +Rene/1 +Renee/1 +renegade/16 1 +renege/28 1 +reneger/2 1 +renegotiable +renegotiate/6 1 +renegotiation/2 1 +renegue 1 +renew/10 1 +renewable 1 +renewal/2 1 +Renfrewshire/1 +rennet/5 1 +rennin/5 1 +Reno/5 1 +Renoir/1 +renominate/6 1 +renomination/2 1 +renormalise/6 1 +renormalized +renormalizes +renormalizing +renounce/28 1 +renouncement 1 +renouncer/5 1 +renovate/6 1 +renovation/2 1 +renovator/2 1 +renown/579 1 +renowned 1 +Rensselaer/1 +rent/29 1 +rental/2 1 +renter/2 1 +rent-free +Rentoul/1 +renumber/10 1 +renunciant +renunciation/2 1 +renunciative +renunciatory +reoccupation/2 1 +reoccupy/34 1 +reoccur/12 1 +reopen/10 1 +reopening 1 +reorder/4 1 +reorganisation/9 1 +reorganise/6 1 +reorganiser/1 +reorganisers +reorganization/9 1 +reorganize/6 1 +reorganizer/5 1 +reorient/10 1 +reorientate/6 1 +reorientation/2 1 +reorient 1 +rep/2 1 +repack/10 1 +repackage/6 1 +repaint/4 1 +repainting 1 +repair/29 1 +repairable 1 +repairer/2 1 +repairman/5 1492 +repairmen's 1493 +repairmen 1494 +repaper/10 1 +reparation/2 1 +repartee/16 1 +repartition/10 1 +repast/16 1 +repatriate/28 1 +repatriation/9 1 +repave/6 1 +repay/380 1 +repayable +repayment/2 1 +repêchage +repeal/4 1 +repeat/4 1 +repeatability/5 1 +repeatable +repeated/8 1 +repeater/2 1 +repeating 1 +repel/82 1 +repellent/42 1 +repelling 1 +repent/368 1 +repentance/2 1 +repentant/8 1 +repenter 1 +repercussion/2 1 +repertoire/2 1 +repertory/13 1 +repetition/2 1 +repetitious/105 1 +repetitiously +repetitive/73 1 +rephotograph/4 1 +rephrase/6 1 +repine/6 1 +repining 1 +replace/6 1 +replaceable +replacement/2 1 +replanning +replant/10 1 +replay/29 1 +replenish/7 1 +replenisher 1 +replenishment/9 1 +replete/33 1 +repletion/5 1 +replica/2 1 +replicable +replica's 1495 +replica 1496 +replicas 1 +replicate/6 1 +replication/2 1 +replicative +replier/2 1 +replotted +reply/34 1 +reply-paid +repopulate/6 1 +report/29 1 +reportable +reportage 1 +reported/8 1 +reporter/2 1 +reporting 1 +repose/32 1 +reposeful 1 +reposition/4 1 +repository/13 1 +repossess/7 1 +repossession/2 1 +repost/10 1 +reprehend/10 1 +reprehensibility/5 1 +reprehensible/17 1 +reprehension/2 1 +represent/10 1 +representable +representably +representation/2 1 +representational +representationally +representative/580 1 +repress/7 1 +repression/2 1 +repressive/18 1 +reprice/6 1 +reprieve/28 1 +reprimand/29 1 +reprint/29 1 +reprinter/2 1 +reprintings +reprisal/2 1 +reprise/32 1 +reproach/55 1 +reproachable 1 +reproacher/5 1 +reproachful/18 1 +reproachingly +reprobate/32 1 +reprobation/5 1 +reprocess/7 1 +reprocessable +reproduce/6 1 +reproducer/2 1 +reproducibility/5 1 +reproducible/17 1 +reproduction/2 1 +reproductive/73 1 +reprogram/132 1 +reprogrammable +reprogramme +reprogrammer/1 +reprogrammers +reproof/186 1 +reprove/6 1 +reprover 1 +reproving/8 1 +reps 1 +reptile/2 1 +reptilian/9 1 +Reptilia 1 +republic/2 1 +republican/2 1 +republicanism/2 1 +Republican 1 +republication/2 1 +republish/7 1 +repudiate/6 1 +repudiation/2 1 +repudiator/9 1 +repugnance/5 1 +repugnant +repugnantly +repulse/28 1 +repulsion/2 1 +repulsive/18 1 +repurchase/28 1 +repurchaser/1 +repurchasers +reputability/5 1 +reputable/17 1 +reputation/2 1 +repute/173 1 +reputed/8 1 +request/29 1 +requester/2 1 +requestion +requestioned +requestioning +requestions +requiem/2 1 +require/6 1 +requirement/2 1 +requiring 1 +requisite/9 1 +requisition/29 1 +requisitioner/1 +requital/2 1 +requite/141 1 +re-radiated +reran 1497 +reread/140 1 +rereadable +rereading 1 +rerecord/10 1 +re-release +re-released +re-releases +re-releasing +re-route +reroute/141 1 +re-routed +rerouteing +re-routeing +re-routes +re-routing +rerun/537 1498 +resalable +resale/5 1 +resat 1499 +rescale/6 1 +rescan +rescanned +rescanning +rescans +reschedule/6 1 +rescind/10 1 +rescission/2 1 +rescue/28 1 +rescuer/2 1 +reseal/10 1 +resealable +research/21 1 +researchable +researcher/2 1 +reseat/10 1 +resection/9 1 +resectioned +resectioning +reseed/10 1 +reselect/10 1 +reselectable +reselection 1 +resell/140 1500 +reseller/2 1 +resemblance/2 1 +resemblant +resemble/6 1 +resend/461 1 +resent/10 1 +resentful/18 1 +resentment/2 1 +resequence +resequenced +resequences +resequencing +reservation/2 1 +reserve/28 1 +reserved/18 1 +reserve 1 +reservist/2 1 +reservoir/2 1 +reset/390 1 +resettable +resettle/6 1 +resettlement/2 1 +resew/10 1 +reshape/6 1 +resharpen/10 1 +reship/122 1 +reshipment/2 1 +reshow/155 1 +reshuffle/28 1 +reside/6 1 +residence/2 1 +residency/13 1 +resident/2 1 +residential/8 1 +residual/9 1 +residually +residuary +residua 1501 +residue/2 1 +residuum/5 1502 +Resier's +resift/10 1 +resign/10 1 +resignal +resignalled +resignalling +resignation/2 1 +resigned/8 1 +resignedness +resigner/2 1 +resilience/5 1 +resiliency/53 1 +resilient/8 1 +resin/29 1 +resinlike +resinous 1 +resiny 1 +resist/4 1 +resistance/2 1 +resistant 1 +resister/2 1 +resistible/17 1 +resistive/8 1 +resistivity/5 1 +resistor/2 1 +resit/108 1503 +re-site +re-sited +re-sites +re-siting +resitting 1 +resize/6 1 +resizeable +resolder/109 1 +resold 1504 +resole/6 1 +re-soluble +resolute/73 1 +resolution/2 1 +resolvability/5 1 +resolvable 1 +resolve/28 1 +resolved 1 +resolvent 1 +resolver/2 1 +resonance/2 1 +resonant/8 1 +resonate/6 1 +resonator/2 1 +resorption/5 1 +resorptive +resort/29 1 +resound/10 1 +resounding/8 1 +resource/2 1 +resourced +resourceful/18 1 +resourcelessness +resourceless 1 +resourcing +resow/146 1 +respecified +respecifies +respecify +respecifying +respect/29 1 +respectability/13 1 +respectable/17 1 +respectful/73 1 +respective/8 1 +respell/10 1 +respelling 1 +Respighi/1 +respiration/2 1 +respirator/2 1 +respiratory +respire/6 1 +respite/16 1 +resplendence/5 1 +resplendent/8 1 +respond/4 1 +respondent/2 1 +responder/2 1 +response/2 1 +responsibility/13 1 +responsible/35 1 +responsive/73 1 +respray/10 1 +rest/29 1 +restaff/10 1 +restart/4 1 +restate/6 1 +restatement/2 1 +restaurant/2 1 +restaurateur/2 1 +resterilise +resterilised +resterilises +resterilising +restful/73 1 +resting 1 +restitch/7 1 +restitchings +restitution/2 1 +restive/18 1 +restless/18 1 +restock/10 1 +restorability +restoration/2 1 +restorative/9 1 +restoratively +restore/6 1 +restorer/2 1 +restrain/10 1 +restrained/8 1 +restrainer/2 1 +restraint/2 1 +restrengthen/10 1 +restrict/10 1 +restricted/8 1 +restriction/2 1 +restrictive/73 1 +restring/140 1505 +restructure/6 1 +restructuring 1 +restrung 1506 +restudy/220 1 +restyle/6 1 +restyling 1 +resubmission/2 1 +resubmit/11 1 +resubscribe/6 1 +result/29 1 +resultant/9 1 +resultantly +resulting 1 +resume/28 1 +resumption/2 1 +resupply/34 1 +resurface/6 1 +resurge/6 1 +resurgence/2 1 +resurgent +resurrect/10 1 +resurrection/2 1 +resurvey/4 1 +resuscitate/6 1 +resuscitation/2 1 +resuscitative +resuscitator/2 1 +resynchronisation +resynchronisations +resynchronise/6 1 +resynchronization +resynchronizations +resynchronize/6 1 +resynthesise +resynthesised +resynthesises +resynthesising +resynthesize/6 1 +retail/71 1 +retailer/2 1 +retailing 1 +retain/10 1 +retainer/2 1 +retake/313 1507 +retaking 1 +retaliate/6 1 +retaliation/2 1 +retaliative +retaliatory +retard/4 1 +retardant/2 1 +retardation/2 1 +retarder/2 1 +retaught 1508 +retch/55 1 +reteach/581 1509 +retell/140 1510 +retelling 1 +retention/2 1 +retentive/73 1 +retest/4 1 +rethink/128 1511 +rethought 1512 +rethread/10 1 +reticence 1 +reticent/8 1 +reticle/2 1 +reticular 1 +reticulate/89 1 +reticulation/2 1 +reticule/2 1 +reticulum/5 1 +retie/141 1513 +retina/2 1 +retinal 1 +retinitis 1 +retinue/2 1 +retiral 1 +retire/6 1 +retired 1 +retirement/2 1 +retiring/8 1 +retitle/6 1 +retold 1514 +retook 1515 +retool/10 1 +retort/4 1 +retortion/2 1 +retouch/55 1 +retoucher/2 1 +retrace/6 1 +retract/10 1 +retractable +retractile +retraction/2 1 +retractor/2 1 +retrain/10 1 +retransmission/2 1 +retransmit/11 1 +retread/4 1516 +retreat/4 1 +retreating 1 +retrench/7 1 +retrenchment/2 1 +retrial/2 1 +retribution/2 1 +retributive 1 +retrievable +retrieval/2 1 +retrieve/28 1 +retriever/2 1 +retrieving 1 +retroactive/8 1 +retrodden 1517 +retrod 1517 +retrofire/109 1 +retrofire's +retrofit/11 1 +retrofitting 1 +retroflexed +retroflexion/5 1 +retroflex 1 +retrogradations +retrograde/6 1 +retrogress/7 1 +retrogression/2 1 +retrogressive +retrogressively +retrorocket/2 1 +retrospect/5 1 +retrospection/2 1 +retrospective/42 1 +retrospect 1 +retro 1 +retrovirus/68 1 +retry/34 1 +retsina/2 1 +re 1 +retune/6 1 +return/167 1 +returnable 1 +returnee/2 1 +returner/9 1 +retying 1518 +retype/6 1 +Reuben/5 1 +reunification/2 1 +reunify/34 1 +reunion/2 1 +reunite/6 1 +reupholster/10 1 +reusable 1 +reuse/6 1 +Reuters +rev/582 1 +revalidate/6 1 +revalidation/5 1 +revaluation/9 1 +revalue/6 1 +revamp/4 1 +Revd. +reveal/4 1 +revealable 1 +revealed 1 +revealer/2 1 +revealing/8 1 +reveille/2 1 +revel/216 1 +revelation/2 1 +revelatory +reveller/2 1 +revelling/9 1 +revelry/13 1 +revenge/32 1 +revengeful/73 1 +revenger/5 1 +revenging 1 +revenue/2 1 +reverberant 1 +reverberate/6 1 +reverberation/2 1 +revere/28 1 +reverence/32 1 +reverend/2 1 +reverent/8 1 +reverential/8 1 +reverie/2 1 +reverification 1 +reverify/34 1 +reversal/2 1 +reverse/265 1 +reverse-charge +reversed 1 +reverser/5 1 +reverses 1519 +reversibility/5 1 +reversible/17 1 +reversing 1 +reversion/2 1 +revert/4 1 +reverter/5 1 +revertible +revet/535 1 +revetment/2 1 +review/71 1 +reviewer/2 1 +revile/6 1 +revilement/2 1 +reviler/2 1 +reviling 1 +revisable +revise/28 1 +reviser/2 1 +revision/9 1 +revisionary +revisionism/2 1 +revisionist/2 1 +revisit/10 1 +revitalisation/9 1 +revitalise/6 1 +revitaliser/1 +revitalisers +revitalization/9 1 +revitalize/290 1 +revival/2 1 +revivalism/2 1 +revivalist/2 1 +revive/6 1 +reviver/5 1 +revivification/2 1 +revivify/34 1 +reviving 1 +Revlon/1 +revocable 1 +revocation/2 1 +revoke/28 1 +revoker/2 1 +revolt/29 1 +revolting/8 1 +revolution/2 1 +revolutionary/13 1 +revolutionise/6 1 +revolutionist/2 1 +revolutionize/6 1 +revolvable +revolve/6 1 +revolver/2 1 +revolving/9 1 +revue/2 1 +revulsion/2 1 +reward/29 1 +rewardingly +rewarm/10 1 +rewash/7 1 +reweave/104 1520 +rewed/328 1 +reweigh/10 1 +rewind/128 1521 +rewindable +rewire/6 1 +reword/10 1 +rewordings +rewording's +rework/10 1 +reworkable +rewound 1522 +rewoven 1523 +rewove 1523 +rewritable +rewrite/583 1524 +rewriter/2 1 +rewritings +rewrote 1525 +Rex/5 1 +Reyes +Reykjavik/5 1 +Reyna/1 +Reynaldo/1 +Reynold/2 1 +rezone/6 1 +Rf 1 +RFU/1 +RGB +régime +régimes +régime's +rhapsodical +rhapsodic 1 +rhapsodise/6 1 +rhapsody/13 1 +rhea/2 1 +rhea's 1526 +rhea 1527 +Rhee/1 +Rheims/1 +Rheinholdt/1 +rhenium/5 1 +rheological +rheologist/2 1 +rheology/5 1 +rheostat/2 1 +rhesus 1 +rhetoric/5 1 +rhetorical/8 1 +rhetorician/2 1 +rheum/5 1528 +rheumatic/54 1 +rheumaticky +rheumatism/2 1 +rheumatoid 1 +rheumy/37 1 +rheumy-eyed +Rhine/5 1 +Rhineland/5 1 +Rhinelander/5 1 +rhinestone/2 1 +rhinitis/5 1 +rhino/2 1 +rhinoceros/3 1 +rhizome/2 1 +rho/5 1 +Rhoda/1 +Rhode +Rhodes +Rhodesia/5 1 +Rhodesian/9 1 +rhodium/5 1 +rhododendron/2 1 +rhombic 1 +rhomboid/2 1 +rhomboidal 1 +rhomboid 1 +rhombus/3 1 +Rhonda/1 +Rhondda/1 +Rhone 1 +Rh 1 +rhubarb/2 1 +Rhum/1 +rhyme/32 1 +rhymer/2 1 +rhymester/2 1 +Rhys/1 +rhythm/2 1 +rhythmical/8 1 +rhythmic 1 +rial/2 1 +rib/152 1 +ribaldry/13 1 +ribald 1 +ribbing/5 1 +ribbon/90 1 +ribcage 1 +riboflavin/5 1 +ribonucleic +ribosomal +ribosome/5 1 +Rica/1 +Rican/1 +Ricans +Ricardo/1 +rice/16 1 +rice-paper +rices 1529 +rich/584 1 +Richard/2 1 +Richardo/1 +Richardson/1 +Richelieu/5 1 +richen/197 1 +Richey/1 +Richfield/1 +Richie/1 +Richland/1 +Richmond/5 1 +Richmondshire +Richter/1 +rick/16 1 +Rickard/1 +rickets 1 +rickety/37 1 +Rickey/1 +Rickie/1 +rickshaw/2 1 +Ricky/1 +Rico/1 +ricochet/585 1 +ricotta/2 1 +rid/240 1 +ridable +riddance/5 1 +riddle/32 1 +riddling 1 +ride/536 1530 +rider/2 1 +riderless 1 +ridge/32 1 +Ridgefield/1 +ridge-pole/1 +ridge-poles +ridge-tile/1 +ridge-tiles +ridging 1 +ridgy/37 1 +ridicule/32 1 +ridiculer/5 1 +ridiculous/18 1 +riding/5 1 +Riemann/5 1 +Riesling/2 1 +rife/172 1531 +riff/16 1 +riffle/28 1 +riffling 1 +riff-raff/1 +rifle/32 1 +rifle-fire +rifleman/5 1532 +riflemen's 1533 +riflemen 1534 +rifling/5 1 +rift/29 1 +rig/111 1 +Riga/5 1 +rigatoni/5 1 +rigger/2 1 +rigging/2 1 +Riggs/1 +right/586 1 +rightable +right-angled +righten 1 +righteous/18 1 +righter/2 1 +rightful/73 1 +right-hand +right-handed/105 1 +right-hander +right-handers +righting 1 +rightish 1 +rightism/2 1 +rightist/2 1 +right-minded 1 +rightmost 1 +right-on +right-thinking +rightward/9 1 +right-wing +right-winger +right-wingers +rigid/8 1 +rigidify/207 1 +rigidity/53 1 +rigmarole 1 +Rigoletto/1 +rigorous/73 1 +rigour/2 1 +rile/6 1 +Riley/1 +rill/16 1 +rim/78 1 +rime/16 1 +rimless 1 +Rinaldo/1 +rind/90 1 +Rinehart/1 +ring/29 1535 +ringed 1 +ringer/2 1 +ring-fence +ring-fenced +ring-fencing +ringing 1 +ringleader/2 1 +ringlet/2 1 +Ringling/1 +ringmaster/2 1 +ring-pull +ringside/64 1 +ringsider/2 1 +ringtone +ringtones +ringworm/2 1 +rink/16 1 +rinse/28 1 +rinser 1 +rinsing 1 +Rio/2 1 +Riordan/1 +riot/29 1 +rioter/2 1 +rioting/9 1 +riotous/18 1 +rip/359 1 +riparian/9 1 +ripcord/2 1 +ripe/587 1 +ripen/10 1 +ripening 1 +riper 1 +ripe 1 +Ripley/1 +rip-off +rip-offs +riposte/32 1 +ripper/2 1 +ripping/8 1 +ripple/588 1 +ripplet 1 +rippling 1 +rip-roaring +rip-roaringly +ripsaw/16 1 +rise/313 1536 +riser/2 1 +risibility/5 1 +risible 1 +rising/9 1 +risk/29 1 +risky/80 1 +risotto/2 1 +risqué +rissole/2 1 +Rita/1 +Ritalin 1 +Ritchie/1 +rite/2 1 +Ritter/1 +ritual/43 1 +ritualise/6 1 +ritualism/5 1 +ritualistic/46 1 +ritualize/6 1 +Ritz/5 1 +ritzy/37 1 +Riva/1 +rival/86 1 +rivalling 1 +rivalry/13 1 +rival 1 +Rivas +rive/496 1 +river/2 1 +Rivera/1 +riverbank/2 1 +riverbed/9 1 +riverboat/9 1 +riverine 1 +riverside/2 1 +Riverview/1 +rives 1537 +rivet/29 1 +riveter/2 1 +rivetingly +Riviera/5 1 +rivulet/2 1 +Riyadh/5 1 +riyal/2 1 +rôle +rôles +rôle's +RMI +Rn/5 1 +RNIB +roach/114 1 +road/2 1 +road-based +roadbed/2 1 +roadblock/16 1 +road-hog +road-hogs +roadhouse/2 1 +roadie/9 1 +roadmap 1 +roadrunner/2 1 +roadside/9 1 +roadster/2 1 +road-test +road 1 +roadway/2 1 +roadwork/2 1 +roadworthy 1 +roam/4 1 +roamer/2 1 +roan/9 1 +Roanoke/5 1 +roan 1 +roar/4 1 +roarer/2 1 +roaring/42 1 +Roarke/1 +roast/167 1 +roaster/2 1 +roasting/9 1 +rob/289 1 +Robb/1 +robber/2 1 +robbery/13 1 +Robbie/1 +Robbins +Robby/1 +robe/176 1 +Roberson/1 +Robert/2 1 +Roberta/1 +Roberto/1 +Robertson/1 +Robespierre/1 +robin/2 1 +Robinette/1 +Robinson/1 +Robles/1 +robot/2 1 +robotic/9 1 +robotise/6 1 +Rob's +Robson/1 +robust/273 1 +Roby/1 +Robyn/1 +Rocco/1 +Rochdale +Roche/1 +Rochelle/1 +Rochester/5 1 +rock/71 1 +rockabilly/1 +Rockaway/1 +rock-bottom +rock-climber +rock-climbers +rock-climbing +Rockefeller/1 +rocker/2 1 +rockery 1 +rocket/29 1 +rocketry/13 1 +rockfall/9 1 +Rockford/1 +rockier 1 +Rockies 1 +Rockingham +rocking-horse/1 +rocking-horses +rocking 1 +Rockland/1 +Rockville/1 +Rockwell/1 +rocky/179 1 +rococo/5 1 +rod/16 1 +rodent/2 1 +rodeo/16 1 +Roderick/1 +rode 1538 +Rodger/1 +Rodgers +Rodney/1 +Rodolfo/1 +Rodrigo/1 +Rodriguez/1 +Rodriquez/1 +roe/2 1 +roebuck/2 1 +roentgen/2 1 +Rogation +Rogelio/1 +Rogers +Roger's +roger 1 +Roget/1 +rogue/16 1 +roguery/13 1 +rogue 1 +roguish/18 1 +roil/10 1 +roister/10 1 +roisterer/2 1 +Rojas/1 +Roland/1 +role/2 1 +role-play +role-played +role-playing +Rolfe/1 +Rolf's +Rolf 1 +roll/4 1 +Rolland/1 +roll-back/1 +roll-backs +roll-call +roller/2 1 +Rollerblade/9 1 +roller-coast +roller-coaster +roller-skate/1 +roller-skated +roller-skates +roller-skating +rollick/10 1 +rollicking/8 1 +Rollin/1 +rolling-pin/1 +rolling-pins +rolling-stock +rolling 1 +Rollins +Rollo/1 +roll-off +roll-on +roll-out +roll-over +roll-overs +Rolodex 1 +Rolph/1 +roly +roly-poly +Roma/5 1 +Roman/2 1 +romance/32 1 +romancer/2 1 +romancing 1 +Romanesque 1 +Romania/5 1 +Romanian/2 1 +romanisation +romanisations +romanise/6 1 +Romanist/2 1 +romanization/9 1 +romanize/6 1 +Romano/5 1 +Romanov/5 1 +Romansh/1 +romantic/69 1 +romanticise/6 1 +romanticism/2 1 +romanticist/2 1 +romanticize/6 1 +Roman 1 +Romany/5 1 +Rome/5 1 +Romeo/2 1 +Romero/1 +Rommel/5 1 +Romney/5 1 +romp/4 1 +romper/2 1 +ROM 1 +Romulus/5 1 +Ron/5 1539 +Rona/1 +Ronald/1 +Ronan +Ronda/1 +rondo/2 1 +Ronnie/1 +Rontgen +Ronny/1 +rood/2 1 +roof/29 1 +roofer/2 1 +roof-garden +roofing/5 1 +roofless 1 +rooftop/9 1 +rooibos 1 +rooinek/9 1 +rook/16 1 +rookery/13 1 +rookie/2 1 +room/16 1 +roomful/2 1 +room-mate/1 +room-mates +roomy/191 1 +Rooney/1 +Roosevelt/5 1 +roost/29 1 +rooster/2 1 +root/71 1 +rootedness +rooter/2 1 +rooting 1 +rootless/105 1 +rootlet/2 1 +root-mean-square +rootstock/5 1 +rope/32 1 +ropeable +roper/2 1 +ropey 1 +roping 1 +Roquefort/5 1 +Rorke/1 +Rorschach 1 +Rory/1 +rosé +Rosa/5 1 +Rosales/5 1 +Rosalie/1 +Rosalind/1 +Rosalyn/1 +Rosamond/1 +Rosanna/1 +Rosario/1 +rosary/13 1 +Roscoe/1 +Roscommon/1 +rose/16 1 +Roseanne/1 +roseate 1 +Roseau/5 1 +Rosebery/1 +rosebud/2 1 +rosebush/3 1 +rose-coloured +Roseland/1 +Rosella/1 +Roselle/1 +Rosemarie/1 +rosemary/5 1 +Rosemonde/1 +Rosemont +Rosen/1 +Rosenberg/1 +Rosenthal/1 +rose-red +rose 1540 +rose-tinted +Rosetta/1 +rosette/176 1 +rosewater 1 +rosewood/2 1 +Rosicrucian/5 1 +Rosie/1 +rosier 1 +rosin/29 1 +Roslyn/1 +Rossetti/5 1 +Rossi/1 +Rossini/5 1 +Rosslyn/1 +Ross 1 +roster/16 1 +Rostov/5 1 +rostrum/2 1 +Roswell/1 +rosy/80 1 +rot/358 1 +rota/2 1 +Rotarian/2 1 +rotary/53 1 +rotatable 1 +rotate/6 1 +rotation/2 1 +rotational/8 1 +rotative/8 1 +rotator/2 1 +rotatory +Rotavator/2 1 +rote/5 1 +rot-gut/1 +Roth/1 +Rotherham/1 +Rothschild/1 +rotifer 1 +rotisserie/2 1 +rotogravure/2 1 +rotor/2 1 +rotten/229 1 +rotter/5 1 +Rotterdam/5 1 +rotund/8 1 +rotunda/2 1 +rotundity/53 1 +rotund 1 +roué +rouble/2 1 +rouge/32 1 +rough/589 1 +roughage/2 1 +rough-and-ready 1 +roughen/10 1 +rougher 1 +rough-hewn +roughish 1 +roughneck/16 1 +roughshod 1 +roulette/5 1 +round/589 1 +roundabout/2 1 +round-arm +rounded/33 1 +roundel/9 1 +roundelay/2 1 +rounder/2 1 +Roundhead/2 1 +roundhouse/2 1 +rounding 1 +roundish 1 +round-shouldered +round-the-clock +round-up +roundworm/2 1 +Rourke/1 +roués +roué's +rouse/6 1 +rouser/5 1 +rousing 1 +Rousseau/5 1 +roust/10 1 +roustabout/2 1 +rout/197 1 +route/275 1 +router/2 1 +routine/43 1 +routing/2 1 +routinise/6 1 +rout 1 +rove/28 1 +rover/2 1 +rove 1541 +roving 1 +row/29 1 +Rowan/1 +rowdy/590 1 +rowdyism/2 1 +Rowe/1 +rowel/86 1 +Rowell/1 +rowelling 1 +Rowena/1 +rower/2 1 +rowing-boat/1 +rowing-boats +rowing 1 +Rowland/1 +Rowley/1 +Roxanne/1 +Roxie/1 +Roy/1 +royal/42 1 +royalist/2 1 +royalty/13 1 +Royce/1 +RP +RPG +RPI +r.p.m. +RPO +Rs. +RSA +RSC +RSI +RSM +RSPCA +RSS +résumé +résumés +RSV +RSVP +rt +rt. +Rt. +rte +RTF +r 1 +RU +Ru/5 1 +Ruane/1 +rub/158 1 +rub-a-dub +rubato/85 1 +rubber/16 1 +rubberise/6 1 +rubberneck/29 1 +rubbernecker/2 1 +rubber-stamp +rubber-stamped +rubber-stamping +rubber 1 +rubbery/37 1 +rubbing/5 1 +rubbish/21 1 +rubbishy 1 +rubble/5 1 +rubdown/2 1 +Rube/1 +rubella 1 +Ruben/1 +Rubens +Rubicon/5 1 +rubicund +rubidium/5 1 +Rubik/1 +Rubin/1 +Rubinstein/1 +rubout 1 +rubric/16 1 +ruby/303 1 +ruck/5 1 +rucksack/2 1 +ruck 1 +ruction/2 1 +Rudd/1 +rudder/2 1 +rudderless 1 +Ruddock/1 +ruddy/191 1 +rude/100 1 +rudiment/2 1 +rudimentary 1 +Rudolf/1 +Rudolph/1 +Rudy/1 +Rudyard/1 +rue/28 1 +rueful/73 1 +ruff/29 1 +ruffian/16 1 +ruffle/28 1 +ruffling 1 +Rufus/1 +rug/591 1 +rugby/5 1 +Rugby's +rugged/73 1 +Ruggiero/1 +Ruhr/5 1 +ruin/29 1 +ruination/2 1 +ruing 1 +ruining 1 +ruinous/8 1 +Ruiz/1 +rule/32 1 +rulebook +rulebooks +ruler/16 1 +ruling/2 1 +rum/592 1 +Rumanian/5 1 +Rumania's +rumba/29 1 +rumble/28 1 +rumbling/9 1 +rumbustious +rumen/2 1 +Rumford/1 +ruminant/2 1 +ruminate/6 1 +rumination/9 1 +ruminative +ruminatively +rummage/28 1 +rummager/5 1 +rummer 1 +rummy/593 1 +rumour/29 1 +rumourmonger/2 1 +rump/16 1 +rumple/28 1 +rumpling 1 +rumply/37 1 +rump 1 +rumpus/114 1 +run/537 1542 +runabout/2 1 +Runamia +runaway/9 1 +Runcorn/1 +Rundle/1 +run-down/1 +rune/2 1 +rung/2 1543 +runic 1 +run-in +run-ins +Réunion +Réunion's +runlet/2 1 +runnable +runnel/2 1 +runner/2 1 +runners-up +runner-up +running 1 +run-off/1 +run-offs +run-of-the-mill +run-out +run-outs +runt/2 1 +run-through +runtime +runty/37 1 +run-up +run-ups +runway/2 1 +runny/37 1 +Runnymede/1 +Runyon/1 +rupee/2 1 +Rupert/5 1 +rupiah/2 1 +rupture/32 1 +rural/8 1 +rurality 1 +rural 1 +ruse/2 1 +rush/170 1 +rusher/2 1 +rush-hour +rushing 1 +Rushmore/5 1 +rushy/37 1 +rusk/2 1 +Ruskin/1 +Russell/5 1 +russet/16 1 +Russia/5 1 +Russian/2 1 +Russo/1 +Russ 1 +rust/29 1 +Rustbelt/5 1 +rustic/54 1 +rusticate/6 1 +rustication/2 1 +rusticity/53 1 +rusting 1 +rustle/28 1 +rustler/2 1 +rustling 1 +rustproof/197 1 +rustre/2 1 +rust 1 +rusty/191 1 +rut/126 1 +rutabaga/2 1 +Rutgers +Ruth/5 1 +Ruthann/1 +ruthenium/5 1 +Rutherford/1 +rutherfordium/5 1 +Ruthie/1 +ruthless/18 1 +Rutland/1 +Rutledge/1 +Rutter/1 +rutting 1 +rutty/37 1 +RV 1 +Rwanda/5 1 +Rwandan/9 1 +Ryan/1 +Ryder/1 +rye/2 1 +Ryedale +Ryukyu/1 +SA +Saab/1 +Saar/1 +Saatchi/1 +Sabbath/2 1 +sabbatical/9 1 +Sabin/1 +Sabina/1 +Sabine/5 1 +sable/16 1 +sabotage/28 1 +saboteur/2 1 +sabot 1 +sabra/9 1 +sabre/176 1 +sabre-toothed +Sabrina/1 +sac/594 1 +saccharine 1 +saccharin 1 +sacerdotal +sachem/9 1 +sachet/2 1 +Sachs/1 +sack/29 1 +sackcloth/5 1 +sacker 1 +sackful/9 1 +sacking/2 1 +sacral 1 +sacrament/16 1 +sacramental 1 +Sacramento/5 1 +sacra 1544 +sacred/73 1 +sacrifice/32 1 +sacrificial +sacrificially +sacrilege/2 1 +sacrilegious/8 1 +sacristan/2 1 +sacristy/13 1 +sacroiliac/9 1 +sacrosanct 1 +sacrum/5 1545 +sac 1 +sad/595 1 +Sadat/1 +Saddam/1 +sadden/10 1 +saddening 1 +saddle/32 1 +saddlebag/2 1 +saddler/5 1 +Sadducee/1 +Sadie/1 +sadism/2 1 +sadist/2 1 +sadistic/46 1 +sadist 1 +sadomasochism/2 1 +sadomasochist/2 1 +sadomasochistic +sad 1 +SAE +safari/16 1 +safe/596 1546 +safeguard/29 1 +safeguarding 1 +safekeeping 1 +safety/393 1 +safflower/2 1 +saffron/5 1 +sag/137 1 +saga/2 1 +sagacious/73 1 +sagacity 1 +saga's 1547 +saga 1548 +sage/43 1 +sagebrush/3 1 +sageness +sagging 1 +Saginaw/1 +Sagittarius/5 1 +sago/2 1 +sag 1 +saguaro/2 1 +saggy/37 1 +sahara +Sahara/5 1 +Saharan/5 1 +sahib/2 1 +said 1 +Saigon/5 1 +sail/29 1 +sailboard/128 1 +sailboarder 1 +sailboarding 1 +sailborders +sailborder's +sailcloth/5 1 +sailfish/3 1 +sailing/9 1 +sailing-boat/1 +sailing-boats +sailing-master/1 +sailing-masters +sailing-ship/1 +sailing-ships +sailing-vessel +sailor/2 1 +sailorly +saint/90 1 +Saint-Denis/1 +sainthood/2 1 +saintlike 1 +saintly/179 1 +saint 1 +Sakai/1 +sake/9 1 +saker/5 1 +sakes 1549 +Sakhalin/1 +saki's +Sal/1 +salaam/5 1 +salacious/73 1 +salacity/5 1 +salad/2 1 +salamander/2 1 +salami/2 1 +salary/383 1 +Salas/1 +Salazar/1 +sale/2 1 +saleability/1 +saleable 1 +Salem/5 1 +Salerno/5 1 +saleroom/2 1 +salesclerk 1 +salesgirl/2 1 +saleslady/53 1 +salesman/5 1550 +salesmanship 1 +salesmen's 1551 +salesmen 1552 +salespeople's 1553 +salespeople 1554 +salesperson/2 1555 +saleswoman/5 1556 +saleswomen 1557 +Salford +salicylic +salience/5 1 +saliency 1 +salient/8 1 +Salina/1 +Salinas +saline 1 +salinity/13 1 +Salisbury/5 1 +saliva/5 1 +salivary +salivate/6 1 +salivation 1 +Salk/1 +Salle/1 +Sallie/1 +sallow/597 1 +salmon/2 1 +salmonella/70 1 +Salo +Salome/5 1 +Salomon/1 +salon/2 1 +saloon/2 1 +Salopettes +salsa/16 1 +salsify/5 1 +salt/598 1 +salt-and-pepper +salt-cat +salt-cellar/1 +salt-cellars +salter/2 1 +saltier 1 +salting 1 +saltish 1 +saltless 1 +Saltley +saltly +salt-marsh/1 +salt-mashes +salt-pan/1 +salt-pans +saltpetre 1 +salt-spoon/1 +salt-spoons +salt-water +salty/179 1 +salubrious/73 1 +salubrity/5 1 +salutary 1 +salutation/2 1 +salutatory 1 +salute/28 1 +saluter/5 1 +Salvador/5 1 +Salvadoran/9 1 +Salvadorian/9 1 +salvage/32 1 +salvageable +salvager/5 1 +salvation/2 1 +Salvatore/1 +salve/222 1 +salver/2 1 +salving 1 +salvo/114 1 +Salzburg/1 +sally/34 1 +Sallyanne/1 +sally's +Sam/1 +Samantha/1 +Samara/1 +Samaria/1 +Samaritan/2 1 +samarium/5 1 +samba/29 1 +same/105 1 +samizdat 1 +Sammie/1 +Sammy/1 +Samoa/5 1 +Samoan/9 1 +samovar/2 1 +Samoyed/5 1 +sampan/2 1 +sample/134 1 +sampler/2 1 +sampling/9 1 +Sampras +Sampson/1 +Samson/1 +Samsonite/1 +Samsung/1 +Samuel/1 +Samuels +Samuelson/1 +samurai/5 1 +San/1 +Sana'a/1 +sanatorium/2 1 +Sanborn/1 +séance +séances +séance's +Sanchez/1 +sanctification/2 1 +sanctifier/5 1 +sanctify/34 1 +sanctifying 1 +sanctimonious/73 1 +sanctimony/13 1 +sanction/29 1 +sanctity/13 1 +sanctuary/13 1 +sanctum/2 1 +sand/29 1 +sandal/86 1 +sandalling 1 +sandalwood/5 1 +sandbag/111 1 +sandbank/2 1 +sandbar/9 1 +sandblast/4 1 +sandblaster/2 1 +sandbox/3 1 +Sandburg/1 +sandcastle/9 1 +sander/9 1 +Sander's +Sanderson/1 +sanders 1 +Sandi/1 +sanding 1 +sandman/5 1558 +sandmen's 1559 +sandmen 1560 +Sandoval/1 +Sandown +sandpaper/29 1 +sandpiper/2 1 +sandpit/2 1 +Sandra/1 +sandstone/2 1 +sandstorm/2 1 +Sandusky/1 +sandwich/21 1 +sandy/179 1 +sane/511 1 +Sanford/1 +Sanger/1 +sang-froid +sangria/2 1 +sang 1561 +sanguinary 1 +sanguine/73 1 +sanguineous 1 +sanguine 1 +Sanhedrin/5 1 +sanitary 1 +sanitation 1 +sanitisation 1 +sanitise/6 1 +sanitiser/1 +sanitisers +sanitization 1 +sanitize/6 1 +sanitizer/2 1 +sanity/13 1 +Sankara/1 +sank 1562 +sans +sanserif 1 +Sanskrit/5 1 +Sanskritic +Sanskritise/1 +Santa/1 +Santana/1 +Santiago/5 1 +Santo/1 +Santos +Sanwown's +sap/110 1 +sapience/5 1 +sapient 1 +sapless 1 +sapling/2 1 +sapper/2 1 +sapphire/2 1 +Sapporo/5 1 +sappy/179 1 +saprophyte/2 1 +saprophytic 1 +sapwood/5 1 +Saracen/2 1 +Sarah/1 +Sarajevo/5 1 +Saran/1 +Sarasota/1 +Sara's 1563 +Sara 1564 +Saratoga/5 1 +Sarawak/5 1 +sarcasm/2 1 +sarcastic/46 1 +sarcoma/2 1 +sarcophagi 1565 +sarcophagus/5 1566 +sardine/16 1 +Sardinia/5 1 +sardonic/46 1 +Sargasso/1 +Sargent/1 +Sargon/1 +sari/2 1 +sari's 1567 +sari 1568 +sarong/2 1 +sarsaparilla/2 1 +sartorial/8 1 +sartorius 1 +Sartre/1 +SASE +sash/578 1 +Sasha/1 +Saskatchewan/5 1 +Saskatoon/5 1 +Sassoon/1 +Satan/5 1 +Satanically +satanic 1 +Satanism/5 1 +Satanist/2 1 +satchel/2 1 +sate/6 1 +sateen/5 1 +satellite/16 1 +sates 1569 +satiable 1 +satiate/6 1 +satiation/2 1 +satiety/13 1 +satin/16 1 +satinwood/2 1 +satiny 1 +satire/2 1 +satiric +satirical/8 1 +satirise/6 1 +satirist/2 1 +satirize/6 1 +satisfaction/2 1 +satisfactory/599 1 +satisfiability +satisfiable +satisfier/2 1 +satisfy/34 1 +satisfying/8 1 +Sato +satori/5 1 +satrap/2 1 +sat 1570 +saturate/6 1 +saturation/9 1 +Saturday/2 1 +Saturn/5 1 +Saturnalia's +saturnalia 1 +saturnine +saturninely +satyr/2 1 +satyriasis/5 1 +satyric 1 +Sauber/1 +sauce/222 1 +saucepan/2 1 +saucer/9 1 +saucier 1 +saucy/407 1 +Saudi/2 1 +sauerkraut/2 1 +Saukville/1 +Saul/5 1 +sauna/16 1 +Saunders +Saunderson/1 +Saundra/1 +saunter/4 1 +saunterer 1 +sauntering 1 +saurian/9 1 +sauropod/2 1 +sausage/2 1 +sauté +sautéed +Sauternes +sautéing +sautés +savable 1 +savage/287 1 +savagery/13 1 +savannah/5 1 +Savannah's +savant/2 1 +save/28 1 +saveloy/5 1 +saver/2 1 +saves 1571 +saving/9 1 +saviour/2 1 +savour/29 1 +savoury/600 1 +savoy/2 1 +Savoyard/5 1 +savvied +saw/601 1 +sawbones/5 1 +sawdust/5 1 +sawflies +sawfly/1 +saw-horse +sawing 1 +sawmill/2 1 +sawn-off +saw-pit +saw 1572 +sawtooth 1 +sawyer/2 1 +sax/3 1 +saxifrage/2 1 +Saxon/2 1 +Saxony/5 1 +saxophone/2 1 +saxophonist/2 1 +Saxton/1 +say/456 1 +sayer/2 1 +saying/2 1 +Sayre/1 +say-so +Sb/5 1 +SBA +SB 1 +Sc/5 1 +scab/152 1 +scabbard/16 1 +scabby/179 1 +scabies/5 1 +scabrous/73 1 +scad/5 1 +scaffold/186 1 +scaffolding/2 1 +Scala/1 +scalability +scalable 1 +scalar/2 1 +scald/167 1 +scalder 1 +scalding 1 +scale/32 1 +scalene 1 +scaler/2 1 +scalier 1573 +scaliest 1573 +scaling 1 +scallion/2 1 +scallop/29 1 +scalloper/5 1 +scalp/29 1 +scalpel/2 1 +scalper/2 1 +scaly/179 1 +scallywag/2 1 +scam/78 1 +scamper/4 1 +scampi/5 1 +scamp 1 +scan/308 1 +scandal/16 1 +scandalise/6 1 +scandalize/6 1 +scandalmonger/2 1 +scandalous/73 1 +Scandinavia/5 1 +Scandinavian/9 1 +scandium/5 1 +scanner/2 1 +scanning 1 +scansion/2 1 +scant/73 1 +scanty/407 1 +scape/5 1 +scapegoat/16 1 +scapegrace/2 1 +scape 1 +scapula/70 1 +scapular/9 1 +scar/120 1 +scarab/2 1 +Scaramouch/1 +Scarborough/1 +scarce/511 1 +scarcity/13 1 +scare/28 1 +scarecrow/2 1 +scared 1 +scaremonger/2 1 +scaremongering 1 +scarer/5 1 +scarf/602 1 +Scargill +scarier 1574 +scariest 1574 +scarification/5 1 +scarifier 1 +scarify/34 1 +scariness +scarlatina/5 1 +Scarlatti/1 +scarlet/5 1 +Scarlett/1 +scarlet 1 +scarp/29 1 +scarping 1 +scarring 1 +SCART +scary/543 1 +scat/603 1 +scathe/290 1 +scathing/8 1 +scatological +scatology/5 1 +scatter/4 1 +scatterbrain/2 1 +scatterbrained +scattered 1 +scatterer/2 1 +scattering/43 1 +scat 1 +scavenge/6 1 +scavenger/2 1 +scenario/2 1 +scenarist/2 1 +scene/16 1 +scenery/13 1 +scenic/46 1 +scent/29 1 +scenting 1 +scentless 1 +sceptic/2 1 +sceptical/8 1 +scepticism/2 1 +sceptic 1 +sceptre/173 1 +sch. +Schaefer/1 +Schaeffer/1 +Schafer/1 +schedule/32 1 +scheduler/2 1 +Scheherazade/1 +schema/604 1 +schematic/54 1 +scheme/32 1 +schemer/2 1 +scheming 1 +Schenectady/5 1 +scherzo/85 1 +Schick/1 +Schiller/1 +schilling/2 1 +schism/2 1 +schismatic 1 +schist/5 1 +schizo/9 1 +schizoid/9 1 +schizophrenia/5 1 +schizophrenic/9 1 +schizophrenically +schizo 1 +schlep/175 1 +Schlesinger/1 +Schlitz/1 +Schloss/1 +Schmidt/1 +Schmitt/1 +schmooze 1 +schnapps 1 +schnauzer/2 1 +Schneider/1 +schnitzel/2 1 +Schoenberg/1 +Schofield/1 +scholar/2 1 +scholarly 1 +scholarship/2 1 +scholastic/54 1 +school/29 1 +school-age +schoolbook/2 1 +schoolboy/2 1 +schoolchild/182 1 +school-day +school-days +schoolfellow/9 1 +schoolgirl/2 1 +schoolgirlish +schoolhouse/2 1 +schooling/2 1 +school-inspector +school-leaver/1 +school-leavers +school-leaving +schoolmarm 1 +schoolmaster/16 1 +schoolmate/9 1 +schoolmistress/3 1 +schoolroom/2 1 +schoolteacher/2 1 +school-time +school 1 +schooner/2 1 +Schottky/1 +Schrödinger +Schrödinger's +Schroeder/1 +Schroedinger/1 +Schubert/1 +Schultz/1 +Schulz/1 +Schumacher/1 +Schumann/1 +schuss/5 1 +Schuster/1 +Schuyler/1 +Schuylkill/1 +schwa/2 1 +Schwab/1 +Schwartz/1 +Schwartzkopf/1 +Schwarzenegger/1 +Schweitzer/1 +Schweppes/1 +sciatica/5 1 +sciatic 1 +science/2 1 +scientific/46 1 +scientist/2 1 +Scientology/1 +Scilly/1 +scimitar/2 1 +scintilla/5 1 +scintillate/6 1 +scintillating 1 +scintillation/2 1 +scion/2 1 +Scipio/5 1 +scissor/140 1 +scleroses 1575 +sclerosis/5 1576 +sclerotic 1 +scoff/4 1 +scoffer/2 1 +scoffing 1 +scold/4 1 +scolder/2 1 +scolding/9 1 +scoliosis 1 +sconce/5 1 +scone/2 1 +scoop/29 1 +scooper/2 1 +scoopful/9 1 +scooping 1 +scoot/4 1 +scooter/2 1 +scope/32 1 +Scopwick/1 +scorbutic 1 +scorch/55 1 +scorcher/2 1 +scorching/8 1 +score/134 1 +scoreboard/2 1 +scorecard/2 1 +scorekeeper/2 1 +scoreless 1 +scoreline 1 +scorer/2 1 +scoring 1 +scorn/29 1 +scorner/2 1 +scornful/73 1 +scorning 1 +Scorpio/2 1 +scorpion/2 1 +Scot/2 1 +scotch/21 1 +scot-free +Scotia/1 +Scotland/5 1 +Scotsman/5 1577 +Scotsmen's 1578 +Scotsmen 1579 +Scotswoman/5 1580 +Scotswomen 1581 +Scott/1 +Scottie/2 1 +Scottish 1 +Scottsdale/1 +scot 1 +Scotty's +scoundrel/2 1 +scoundrelly 1 +scour/4 1 +scourer/2 1 +scourge/32 1 +scourger/5 1 +scouring 1 +scout/29 1 +scouter/5 1 +scouting/5 1 +scoutmaster/2 1 +scowl/4 1 +scowler/5 1 +scowling 1 +scrabble/28 1 +Scrabble's +scrag/111 1 +scrag-end +scraggly/37 1 +scraggy/37 1 +scram/132 1 +scramble/28 1 +scrambler/2 1 +scrambling 1 +Scranton/1 +scrap/359 1 +scrapbook/2 1 +scrape/28 1 +scraper/2 1 +scrapheap/2 1 +scrapie 1 +scraping/9 1 +scrapper/2 1 +scrappy/37 1 +scrapyard/2 1 +scratch/170 1 +scratcher/2 1 +scratchily 1 +scratching/9 1 +scratchy/179 1 +scrawl/4 1 +scrawling 1 +scrawly/37 1 +scrawny/179 1 +scream/4 1 +screamer/2 1 +screaming/8 1 +scree/5 1 +screech/21 1 +screecher/5 1 +screechy/37 1 +screed/16 1 +screen/29 1 +screener 1 +screening/2 1 +screenplay/2 1 +screenwriter/2 1 +screw/29 1 +screwdriver/2 1 +screwer/5 1 +screwiness +screwing 1 +screwy/37 1 +Scriabin/1 +scribble/28 1 +scribbler/2 1 +scribbling/9 1 +scribe/32 1 +scriber/5 1 +scribing 1 +Scribner/1 +scrim/2 1 +scrimmage/32 1 +scrimmager/5 1 +scrimp/10 1 +scrimshaw/29 1 +scrip/5 1 +Scripps/1 +script/29 1 +scriptorium 1 +scriptural/8 1 +scripture/2 1 +scriptwriter/2 1 +scriptwriting/5 1 +scrivener/2 1 +scrofula/5 1 +scrofulous 1 +scroll/29 1 +scrollable +scrollbar/1 +scrollbars +Scrooge/2 1 +scrotal 1 +scrota 1582 +scrotum/5 1583 +scrounge/6 1 +scrounger/2 1 +scrounging 1 +scrub/399 1 +scrubber/2 1 +scrubby/194 1 +scruff/2 1 +scruffily 1 +scruffiness +scruffy/37 1 +Scruggs/1 +scrum/16 1 +scrum-half +scrummage/32 1 +scrumptious/8 1 +scrunch/55 1 +scrunchy 1 +scruple/32 1 +scrupulosity/13 1 +scrupulous/18 1 +scrutineers +scrutinisation +scrutinisations +scrutinise/6 1 +scrutiniser/2 1 +scrutinization +scrutinizations +scrutinize/6 1 +scrutinizer/2 1 +scrutiny/13 1 +scuba/16 1 +scud/379 1 +Scudamore/1 +scuff/4 1 +scuffle/28 1 +scuffling 1 +scull/29 1 +sculler/2 1 +scullery/13 1 +Sculley/1 +sculling 1 +scullion/2 1 +sculpt/10 1 +sculptor/2 1 +sculptress/3 1 +sculptural +sculpturally +sculpture/32 1 +sculpturing 1 +scum/605 1 +scumming 1 +scummy/37 1 +Scunthorpe/1 +scupper/90 1 +scurf/5 1 +scurfy/37 1 +scurrility/13 1 +scurrilous/18 1 +scurry/220 1 +scurryings +scurvy/253 1 +scuttle/32 1 +scuttlebutt/2 1 +Scylla/5 1 +scythe/32 1 +SCCS +SCSI 1 +SDI +Sea +sea/2 1 +seabed 1 +seaboard/5 1 +seaborne 1 +Seabrook/1 +sea-chest +seafarer/2 1 +seafaring/9 1 +seafood/5 1 +seafront/2 1 +Seagate/1 +sea-girt +seagoing 1 +Seagram/1 +sea-green +seagull/9 1 +seahorse/9 1 +seal/29 1 +sealant/2 1 +sealer/5 1 +sealing 1 +sealskin 1 +seam/29 1 +seaman/5 1584 +seamanly 1 +seamanship/5 1 +seamen's 1585 +seamen 1586 +seamer/5 1 +seamless/73 1 +seamstress/3 1 +Seamus/1 +seamy/194 1 +Sean/1 +seance/9 1 +seaplane/16 1 +seaport/2 1 +seaquake/5 1 +sear/4 1 +search/55 1 +searchability +searchable 1 +searcher/2 1 +searching/8 1 +searchings +searchlight/2 1 +searingly +searing 1 +Sears's +sear 1 +seascape/2 1 +seashell/2 1 +seashore/2 1 +seasick/33 1 +seaside/5 1 +season/29 1 +seasonable/345 1 +seasonal/8 1 +seasonality 1 +seasoned 1 +seasoning/5 1 +seat/29 1 +seatbelt/9 1 +seater/5 1 +seating 1 +SEATO +sea 1 +Seattle/5 1 +seawall/9 1 +seaward/9 1 +seawater/9 1 +seaway/2 1 +seaweed/2 1 +seaworthy/254 1 +sebaceous +Sebastian/1 +seborrhoea 1 +seborrhoeic +sec. +secant/2 1 +secateurs +secede/6 1 +seceder 1 +secession/2 1 +secessionist/2 1 +seclude/6 1 +secluded 1 +seclusion/2 1 +seclusive 1 +second/521 1 +secondariness +secondary/291 1 +second-best +second-class +second-degree +seconder/2 1 +second-hand +secondment/2 1 +second-rate 1 +secrecy/13 1 +secret/440 1 +secretarial +secretariat/2 1 +secretary/13 1 +secretaryship/2 1 +secrete/6 1 +secretion/2 1 +secretive/73 1 +sect/2 1 +sectarian/9 1 +sectarianism/2 1 +sectarian 1 +sectary/13 1 +section/29 1 +sectional/42 1 +sectionalise/6 1 +sectionalism/2 1 +sectionalize/6 1 +sector/90 1 +sectoral +sec 1 +secular/8 1 +secularisation/9 1 +secularise/6 1 +secularism/2 1 +secularist/2 1 +secularity/5 1 +secularization/9 1 +secularize/6 1 +secular 1 +secure/606 1 +securer 1 +security/13 1 +sedan/2 1 +sedate/607 1 +sedation/2 1 +sedative/9 1 +sedentary 1 +Seder/2 1 +sedge/2 1 +Sedgefield/1 +Sedgemoor/1 +Sedgwick/1 +sedgy/37 1 +sediment/16 1 +sedimentary 1 +sedimentation/2 1 +sedition/2 1 +seditious/73 1 +seduce/6 1 +seducer/2 1 +seducing 1 +seduction/2 1 +seductive/18 1 +seductress/3 1 +sedulous/8 1 +see/608 1587 +seed/71 1 +seed-bed/1 +seedbed/2 1 +seed-beds +seed-cord +seed-eater/1 +seed-eaters +seeder/2 1 +seeding 1 +seedless 1 +seedling/2 1 +seed-potato +seed-vessel +seedy/191 1 +seeing 1 +seek/128 1588 +seeker/2 1 +Seeley/1 +seem/10 1 +seeming/8 1 +seemly/191 1 +seep/4 1 +seepage/2 1 +seer/2 1 +seersucker/2 1 +see-saw/1 +see-sawed +see-sawing +see-saws +seethe/28 1589 +seething 1 +see-through +segment/29 1 +segmental/8 1 +segmentation/2 1 +Segovia/1 +segregable +segregate/6 1 +segregated 1 +segregation/2 1 +segregationist/2 1 +segregative +segue/28 1 +Segundo/1 +Seidel/1 +seigeuries +seigeury +seigneur/2 1 +seigneurial +seignior/2 1 +seigniorage 1 +seigniorial +seigniory/53 1 +Seiko/1 +seine/609 1 +Seinfeld/1 +seining 1 +seisin 1 +seismal 1 +seismical +seismically +seismic 1 +seismogram 1 +seismograph/2 1 +seismographer/2 1 +seismographic +seismography/5 1 +seismological/8 1 +seismologist/2 1 +seismology/5 1 +seismometer/9 1 +seizable +seize/6 1 +seizer/2 1 +seizing 1 +seizure/2 1 +Selassie/1 +Selby/1 +seldom 1 +select/10 1 +selectable +selection/2 1 +selectional +selectionally +selective/73 1 +selectivity/5 1 +selector/2 1 +select 1 +Selena/1 +selenate 1 +selenite/5 1 +selenium/5 1 +selenographer/2 1 +selenography/5 1 +selenologist/2 1 +selenology 1 +Seleucid/5 1 +self/610 1 +self-abasement +self-absorbed +self-absorption +self-abuse +self-addressed +self-adhesive +self-analysis +self-appointed +self-approval +self-assembly +self-assertion +self-assertive 1 +self-assurance +self-assured 1 +self-aware/105 1 +self-catering +self-censorship +self-centred 1 +self-cleaning +self-closing +self-command +self-confessed +self-confidence +self-confident/8 1 +self-congratulation +self-congratulatory +self-conscious/73 1 +self-consistency +self-consistent 1 +self-contained 1 +self-contradiction +self-contradictory +self-control +self-correcting +self-critical 1 +self-criticism +self-deceit +self-deception +self-defeating +self-defence +self-delusion +self-denial +self-denying 1 +self-deprecating 1 +self-destruct +self-destructed +self-destructing +self-destruction +self-destructive +self-destructs +self-determination +self-determined +self-discipline +self-doubt +self-effacing 1 +self-employed +self-esteem +self-evidence +self-evident +self-evidently +self-examination +self-explanatory +self-expression +self-feeding +self-financing +self-fulfilling +self-fulfilment +self-glorification +self-governing +self-government +self-hate +self-hatred +self-help +self-image +self-immolation +self-importance +self-important +self-imposed +self-improvement +self-induced +self-indulgence +self-indulgent +self-inflicted +self-interest +self-interested 1 +self-involved +selfish/73 1 +self-justification +self-justifying +self-knowledge +selfless/73 1 +self-loading +self-locking +self-love +self-made +self-motivated +self-opinionated +self-parody +self-perpetuating +self-pity +self-pollination +self-portrait +self-portraits +self-possessed +self-possession +self-preservation +self-proclaimed +self-propagating +self-propelled +self-protection +self-raising +self-recording +self-referential +self-regard +self-regulating +self-regulation +self-regulatory +self-reliance +self-reliant 1 +self-respect +self-respecting +self-restrained +self-restraint +self-revelation +Selfridge/1 +self-righteous/73 1 +self-sacrifice +self-sacrificing +selfsame/105 1 +self-satisfaction +self-satisfied +self-seeker +self-seekers +self-seeking +self-selecting +self-service +self-serving +self-styled +self-sufficiency +self-sufficient 1 +self-support +self-supporting +self-surrender +self-sustained +self-sustaining +self-tapping +self-taught +self-torture +self 1 +self-willed 1 +self-winding +self-worth +Seljuk/5 1 +Selkirk/1 +sell/128 1590 +Sellafield +sell-by +seller/2 1 +selling 1 +sell-off +sell-out +Selma/5 1 +seltzer/9 1 +selvage/16 1 +selvedge/16 1 +Selwyn +semantic/54 1 +semanticist/2 1 +semaphore/32 1 +semblance/2 1 +semeiologist/1 +semeiologists +semeiology 1 +semeiotic/9 1 +semeiotician +semen/5 1 +semester/2 1 +semi/2 1 +semi-annual +semi-annually +semiarid +semi-automatic +semicircle/2 1 +semicircular 1 +semicolon/2 1 +semiconducting +semiconductor/2 1 +semi-conscious +semi-detached +semi-duplex +semi-final +semifinal/2 1 +semifinalist/2 1 +semi-finals +semi-flexible +semi-independent 1 +semi-infinite +semi-monthly +seminal +seminally +seminar/2 1 +seminarian/2 1 +seminary/13 1 +Seminole/2 1 +semi-official +semi-officially +semiologist/2 1 +semiology 1 +semiotic/9 1 +semiotician 1 +semi-permanent +semi-permanently +semi-permeable +semiprecious +semi-precious +semiprivate +semi-professional +semi-professionals +semi-professionally +semiquavers +semi-rigid +semi-skilled +semi-skimmed +semi-solid +semis 1 +semisweet +Semite/2 1 +Semitic/2 1 +Semitism/5 1 +semi-tone/1 +semitone/2 1 +semi-tones +semi-trailer +semitransparent 1 +semitropical 1 +semi 1 +semi-vowel +semi-weekly +semi-yearly +semolina/5 1 +sempiternal +sempiternally +sempiternity 1 +semplice +sempre +sempstress/3 1 +Semtex +Sen. +senate/2 1 +senator/2 1 +senatorial 1 +send/144 1 +Sendai/1 +sender/2 1 +sending 1 +send-off +send-offs +Seneca/5 1 +Senegal/5 1 +Senegalese 1 +senescence/5 1 +senescent +senile 1 +senility/13 1 +senior/2 1 +seniority/13 1 +senior 1 +senna/5 1 +Sennacherib/1 +sensate 1 +sensation/2 1 +sensational/8 1 +sensationalise/6 1 +sensationalism/2 1 +sensationalist/2 1 +sensationalistic +sensationalize/6 1 +sense/32 1 +senseless/73 1 +sensibility/13 1 +sensible/345 1 +sensing 1 +sensitisation/9 1 +sensitise/6 1 +sensitiser/2 1 +sensitive/73 1 +sensitivity/13 1 +sensitization/9 1 +sensitize/6 1 +sensitizer/2 1 +sensor/2 1 +sensory 1 +sensual/8 1 +sensualist/2 1 +sensuality/13 1 +sensuous/73 1 +sentence/32 1 +sentencing 1 +sentential 1 +sententious/8 1 +sentience/5 1 +sentient/8 1 +sentiment/2 1 +sentimental/8 1 +sentimentalisation/9 1 +sentimentalise/6 1 +sentimentaliser/1 +sentimentalisers +sentimentalism/2 1 +sentimentalist/2 1 +sentimentality/13 1 +sentimentalization/9 1 +sentimentalize/6 1 +sentimentalizer/1 +sentimentalizers +sentinel/86 1 +sentinelling 1 +sentry/13 1 +señor +señora +Señora +señoras +señora's +Señora's +señores +señorita +señoritas +señorita's +señor's +Seoul/5 1 +sepal/2 1 +separability 1 +separable/345 1 +separate/611 1 +separation/2 1 +separatism/2 1 +separatist/2 1 +separative 1 +separator/2 1 +Sephardic +sepia/2 1 +sepia's 1591 +sepia 1592 +sepoy/9 1 +Sepoy's +sepses 1593 +sepsis 1594 +sept/5 1 +septa's 1595 +septa 1596 +septate 1 +septation 1 +September/2 1 +septennial/8 1 +septet/2 1 +septicaemia 1 +septicaemic +septic 1 +septillion/9 1 +septillionfold +septillionth/9 1 +septuagenarian/2 1 +Septuagint/2 1 +septum/5 1597 +sepulchral/8 1 +sepulchre/16 1 +seq. +seqq. +sequacious/8 1 +sequacity 1 +sequel/2 1 +sequence/32 1 +sequencer/2 1 +sequencing 1 +sequential/8 1 +sequentiality 1 +sequent 1 +sequester/10 1 +sequestrate/6 1 +sequestration/2 1 +sequin/612 1 +sequoia/2 1 +Sequoya/1 +Serafin/1 +seraglio/2 1 +serape/9 1 +seraph/613 1 +seraphic +seraphically +seraphim/5 1 +sera's 1598 +Serb/2 1 +Serbia/5 1 +Serbian/9 1 +Serena/1 +serenade/32 1 +serenader/5 1 +serendipitous +serendipitously +serendipity/13 1 +serene/61 1 +Serengeti/1 +serenity 1 +sere 1 +serf/143 1 +serfdom/2 1 +serge/5 1 +sergeant/2 1 +serge 1 +Sergio/1 +Seri/1 +serial/42 1 +serialisation/9 1 +serialise/6 1 +serialization/9 1 +serialize/6 1 +series 1 +serif/2 1 +seriffed +serigraph/2 1 +serious/73 1 +sermon/16 1 +sermonise/6 1 +sermonize/6 1 +serological/8 1 +serology/5 1 +serotonin 1 +serous 1 +serpent/16 1 +serpentine 1 +serpiginous +Serrano/1 +serrate/142 1 +serration/2 1 +serried 1 +serum/2 1599 +servant/16 1 +serve/28 1 +server/2 1 +service/32 1 +serviceability/5 1 +serviceable/105 1 +serviceman/5 1600 +servicemen's 1601 +servicemen 1602 +service 1 +servicewoman/5 1603 +servicewomen 1604 +serviette/2 1 +servile/8 1 +servility/13 1 +serving/2 1 +servitor/2 1 +servitude/2 1 +servo/52 1 +servomechanism/2 1 +servomotor/2 1 +servo 1 +sesame/2 1 +sesquicentennial/9 1 +sessile 1 +session/2 1 +set/409 1 +set-aside +setback/9 1 +Seth/5 1 +Seton/1 +Se 1 +sett/29 1 +settable +settee/2 1 +setter/2 1 +setting/9 1 +settle/28 1 +settled 1 +settlement/2 1 +settler/2 1 +settling 1 +set-up +set-ups +Seuss/1 +Sevastopol/5 1 +seven/2 1 +sevenfold +Sevenoaks +seventeenfold +seventeenth/9 1 +seventeen 1 +seventh/9 1 +seventieth/9 1 +seven 1 +seventy/53 1 +seventy-eight +seventy-eightfold +seventy-eighth +seventy-eighths +seventy-fifth +seventy-fifths +seventy-first +seventy-firsts +seventy-five +seventy-fivefold +seventyfold +seventy-four +seventy-fourfold +seventy-fourth +seventy-fourths +seventy-nine +seventy-ninefold +seventy-ninth +seventy-ninths +seventy-one +seventy-onefold +seventy-second +seventy-seconds +seventy-seven +seventy-sevenfold +seventy-seventh +seventy-sevenths +seventy-six +seventy-sixfold +seventy-sixth +seventy-sixths +seventy-third +seventy-thirds +seventy-three +seventy-threefold +seventy 1 +seventy-two +seventy-twofold +sever/10 1 +severable +several/8 1 +severalty/5 1 +severance/2 1 +severe/61 1 +severity/13 1 +Severn/1 +sever 1 +Seville/5 1 +sew/146 1 +sewage/5 1 +Seward/1 +sewer/16 1 +sewerage/2 1 +sewing 1 +sex/55 1 +sexagenarian/2 1 +sexism/2 1 +sexist/2 1 +sexless 1 +sex-linked +sexologist/2 1 +sexology/5 1 +sexpot/2 1 +sex-starved +sextant/2 1 +sextet/2 1 +sextillion/5 1 +sexton/2 1 +sextuple/290 1 +sextuplet/2 1 +sextuple 1 +sexual/8 1 +sexuality/13 1 +sexy/407 1 +Seychelles/5 1 +Seyfert/5 1 +Seymour/5 1 +sf +sforzando/614 1 +Sgt. +shabby/407 1 +shack/29 1 +shackle/32 1 +shackler/5 1 +Shackleton/1 +shackling 1 +shade/32 1 +shadeless 1 +shading/2 1 +shadow/71 1 +shadow-boxing +shadower/5 1 +shadowing 1 +shadowless 1 +shadowy/254 1 +shady/407 1 +Shafer/1 +Shaffer/1 +shaft/29 1 +Shaftesbury/1 +shafting 1 +shag/111 1 +shaggy/179 1 +shah/2 1 +shake/313 1605 +shakeable 1 +shakeably +shakedown 1 +shake-out +shaker/2 1 +Shakespeare/5 1 +Shakespearean/9 1 +Shakespearian 1 +shake-up +shaking/5 1 +shaky/407 1 +shale/5 1 +shallot/2 1 +shallow/615 1 +shall 1606 +Shalom's +shalom 1 +sham/411 1 +shaman/2 1 +shamanism 1 +shamanistic +shamble/28 1 +shambling 1 +shame/32 1 +shamefaced/8 1 +shameful/73 1 +shameless/73 1 +shammer 1 +shammy's +shampoo/29 1 +shamrock/2 1 +Shamus/1 +shandy/5 1 +Shane/1 +shanghai/10 1 +shanghai's +Shanghai's +shank/90 1 +Shannon/1 +shan't +shantung/5 1 +shanty/303 1 +shape/32 1 +shapeless/18 1 +shapely/179 1 +shaper/2 1 +shaping 1 +Shapiro/1 +shard/2 1 +share/32 1 +shareable +shareholder/2 1 +shareholding/9 1 +share-out +sharer/2 1 +shareware 1 +Shari/1 +Sharif +sharing 1 +shark/16 1 +sharkskin/5 1 +Sharon/1 +sharp/616 1 +Sharpe/1 +sharpen/10 1 +sharpener/9 1 +sharper 1 +sharpshooter/2 1 +sharpshooting 1 +Shasta/5 1 +shatter/4 1 +shattering/8 1 +shatter-proof +Shaun/1 +Shauna/1 +shave/617 1 +shaven 1 +shaver/2 1 +Shavian 1 +shaving/9 1 +Shaw/5 1 +Shawano/1 +shawl/90 1 +shawm/2 1 +Shawn/1 +Shawnee/2 1 +Shay/1 +Shaylor/1 +shchi 1 +she/5 1 +Shea/1 +sheaf/139 1 +shear/4 1607 +shearer/2 1 +shearing 1 +sheath/29 1 +sheathe/290 1 +sheathing/2 1 +sheave/28 1 +Sheba/1 +Sheboygan/1 +she'd +shed/618 1 +shedding 1 +sheen/16 1 +sheenier 1608 +sheeniest 1608 +sheen 1 +sheeny/37 1 +sheep/5 1 +sheep-dip +sheepdog/2 1 +sheepfold/5 1 +sheepish/18 1 +sheeplike 1 +sheepshank/2 1 +sheepskin/2 1 +sheepwalk/2 1 +sheer/348 1 +sheerly +sheerness +sheet/29 1 +sheeting/5 1 +Sheffield/5 1 +Sheffielder/1 +Sheffielders +sheik/2 1 +sheikdom/2 1 +sheikh/2 1 +Sheila/1 +Sheilah/1 +shekel/2 1 +Shelagh/1 +Shelby/1 +Sheldon/1 +shelf/139 1 +shelfful/9 1 +shelf-life +shelflike +shelf-mark +Shelford/1 +shelf-room +shelf 1 +Shelia/1 +she'll +shell/29 1 +shellac/494 1 +shellacking 1 +Shelley/1 +shellfire/5 1 +shellfish/5 1 +Shellie/1 +shelling 1 +shell 1 +Sheltand/1 +shelter/29 1 +shelterer/2 1 +sheltering 1 +Shelton/1 +shelve/6 1 +shelver/5 1 +shelving/5 1 +Shelly/1 +Shem/1 +Shenandoah/1 +shenanigan/2 1 +Shepard/5 1 +shepherd/29 1 +shepherdess/3 1 +Sheppard/1 +Shepstone/1 +Sheraton/5 1 +sherbet/2 1 +sherds +sherd's +Sheri/1 +Sheridan/1 +sheriff/2 1 +Sherlock/5 1 +Sherman/1 +Sherpa/2 1 +Sherri/1 +Sherrie/1 +sherry/13 1 +Sherwin/1 +Sherwood/1 +Sheryl/1 +Shetland/9 1 +Shevardnadze/1 +shiatsu 1 +shibboleth/2 1 +Shibuya +shield/29 1 +shier 1 +shift/4 1 +shifter/2 1 +shifting 1 +shiftless/24 1 +shiftlessly 1 +shiftless 1 +shifty/80 1 +Shi'ite +Shiite/2 1 +Shikoku/5 1 +shillelagh/2 1 +shilling/2 1 +Shillong +Shiloh/5 1 +shim/78 1 +shimmer/4 1 +shimmering 1 +shimmery 1 +shimmy/77 1 +shin/116 1 +shin-bone/1 +shin-bones +shindig/2 1 +shine/28 1609 +shiner/2 1 +shingle/32 1 +shingling 1 +shin-guard +shining/8 1 +Shinjuku +shin-pad/1 +shin-pads +Shinto/2 1 +Shintoism/9 1 +Shintoist/2 1 +Shinto 1 +shiny/179 1 +ship/110 1 +shipboard/5 1 +shipborne +ship-breaker/1 +ship-breakers +ship-broker/1 +ship-brokers +shipbuilder/2 1 +shipbuilding 1 +ship-fever +shipload/2 1 +shipmate/2 1 +shipmen's 1610 +shipmen 1611 +shipment/2 1 +shipowner/2 1 +shippable +shipper/2 1 +shipping/5 1 +ship-rigged +shipshape 1 +shipwreck/29 1 +shipwright/2 1 +shipyard/2 1 +Shiraz/5 1 +shire/2 1 +shirk/4 1 +shirker/2 1 +Shirley/1 +shirr/4 1 +shirring 1 +shirt/29 1 +shirt-front +shirt-fronts +shirting/5 1 +shirtless 1 +shirtsleeve/2 1 +shirt-tail +shirt-tails +shit/619 1 +shitty/620 1 +Shiva/5 1 +shiver/4 1 +shiverer/5 1 +shiveringly +shivering 1 +shivery 1 +shoal/16 1 +shock/167 1 +shocker/2 1 +shocking/8 1 +Shockley/1 +shockproof 1 +shoddy/80 1 +shoe/621 1 +shoebox 1 +shoehorn/29 1 +shoeing 1 +shoelace/2 1 +shoeless 1 +shoemaker/2 1 +shoemaking 1 +shoestring/2 1 +shoetree/2 1 +shogun/2 1 +shogunate/2 1 +Shoji/1 +shone 1612 +shoo/10 1 +shook 1613 +shoot/128 1614 +shootable +shooter/2 1 +shooting/9 1 +shooting-box/1 +shooting-boxes +shooting-brake +shooting-break +shooting-coat +shooting-coats +shooting-jacket/1 +shooting-jackets +shooting-range +shooting-stick/1 +shooting-sticks +shoot-out/1 +shoot-outs +shop/110 1 +shop-boy/1 +shop-boys +shop-floor +shop-girl/1 +shop-girls +shopkeeper/2 1 +shopkeeping 1 +shoplift/10 1 +shoplifter/2 1 +shoplifting/5 1 +shopper/2 1 +shopping/5 1 +shop-soiled +shop-window/1 +shop-windows +shop-worn +shore/32 1 +shorebird/9 1 +Shoreham +shoreline/2 1 +shore 1 +shoreward 1 +Shorewood/1 +shoring 1 +shorn 1615 +short/589 1 +shortage/2 1 +shortbread/2 1 +shortcake/2 1 +short-change +short-changed +short-changes +short-changing +short-circuit +short-circuiting +shortcoming/2 1 +shortcrust +shorten/10 1 +shortening/2 1 +shortfall/2 1 +shorthand/5 1 +short-handed +shorthand 1 +shorthorn/2 1 +shortish 1 +short-list +short-listed +short-listing +short-lived 1 +short-range +short-sighted/105 1 +short-sightedly +short-staffed +shortstop/2 1 +short-term +short-termism +short-winded +shorty/5 1 +Shoshone/2 1 +Shoshones 1616 +Shostakovich/1 +Shostakovitch/1 +shot/16 1 +shotgun/16 1 +shot-put +shot 1617 +should/56 1 +shoulder/29 1 +shoulder-high +shouldering 1 +shoulder-length +shouldn't +should 1618 +shout/29 1 +shouter/2 1 +shouting 1 +shove/28 1 +shovel/86 1 +shovelful/2 1 +shoveller/2 1 +shovelling 1 +show/507 1 +showbiz 1 +showcase/32 1 +showdown/2 1 +shower/29 1 +shower-bath +shower-baths +showering 1 +showery 1 +showgirl/2 1 +showing/2 1 +showman/5 1619 +showmanship/5 1 +showmen's 1620 +showmen 1621 +show-off +show-offs +show-piece/1 +show-pieces +show-place/1 +show-places +showroom/2 1 +showy/80 1 +shrank 1622 +shrapnel/5 1 +shred/131 1 +shredder/2 1 +shredding 1 +Shreveport/1 +shrew/16 1 +shrewd/273 1 +shrewish/18 1 +Shrewsbury/1 +shriek/29 1 +shrieker/2 1 +shrieking 1 +shrift/2 1 +shrike/2 1 +shrill/317 1 +shrilling 1 +shrilly 1 +shrimp/16 1 +shrine/16 1 +shrink/128 1623 +shrinkable 1 +shrinkage/2 1 +shrinker/5 1 +shrinkingly +shrink-wrapped +shrive/94 1 +shrivel/82 1 +shrivelling 1 +Shropshire/5 1 +shroud/29 1 +shrouding 1 +Shrove +Shrovetide/5 1 +shrub/16 1 +shrubbery/13 1 +shrubby/37 1 +shrug/137 1 +shrunken 1622 +shrunk 1622 +shtick/9 1 +shudder/4 1 +shuddering 1 +shuddery 1 +shuffle/28 1 +shuffle-board +shuffler/2 1 +shuffling 1 +shun/622 1 +shunt/4 1 +shunter/5 1 +shunting 1 +shush/7 1 +shut/390 1 +shut-down/1 +shut-downs +shut-eye +shut-off/1 +shut-out +shutter/29 1 +shutterless 1 +shuttle/32 1 +shuttlecock/16 1 +shy/623 1 +shyer 1 +Shylock/5 1 +Siam/5 1 +Siamese/5 1 +Sib/1 +Sibelius/1 +Siberia/5 1 +Siberian/9 1 +sibilance/5 1 +sibilancy/5 1 +sibilant/42 1 +Sibley/1 +sibling/2 1 +Sibyl/5 1 +Sibylline +sic/594 1 +siccative 1 +Sicilian/9 1 +Siciliana/1 +Sicily/5 1 +sick/624 1 +sickbay/5 1 +sickbed/9 1 +sick-benefit/1 +sick-benefits +sicken/10 1 +sickening/8 1 +sickie/2 1 +sickish 1 +sickle/222 1 +sick-leave +sickle-bill +sickle-cell +sickle-feather +sickling 1 +sick-list +sickly/254 1 +sick-pay +sickroom/2 1 +sick 1 +sic 1 +Sid/1 +side/32 1 +side-arms +side-band/1 +side-bands +sidebar/2 1 +side-bet +sideboard/2 1 +sideburns +side-by-side +side-car/1 +side-cars +side-chapel +sidedly +sidedness +side-door +side-drum/1 +side-drums +sidekick/2 1 +sidelight/2 1 +sideline/176 1 +sidelong +side-on +sidereal 1 +side-saddle +sideshow/2 1 +side-slip +side-splitting +sidestep/175 1 +side-street/1 +side-streets +side-stroke/1 +side-stroked +side-strokes +side-stroking +side-swipe/1 +side-swiped +side-swipes +side-swiping +side-table +side-tables +sidetrack/4 1 +side-trip +side 1 +sidewards +sideways +sidewinder/2 1 +sidewise +siding/2 1 +sidle/28 1 +Sidney/1 +SIDS 1 +siege/16 1 +Siegel/1 +Siegfried/1 +Siemens/1 +Siena/1 +sienna/5 1 +Sierra/1 +sierra/2 1 +siesta/2 1 +sieve/32 1 +sift/10 1 +sifter/2 1 +sifting/9 1 +SIGGRAPH/1 +sigh/4 1 +sight/29 1 +sighted/105 1 +sightedly +sighter/5 1 +sighting/9 1 +sightless/8 1 +sight-line +sightly/191 1 +sight-read +sight-reader/1 +sight-readers +sight-reading +sightsee/155 1 +sightseeing 1 +sightseer/2 1 +sigma/5 1 +sigmoid 1 +Sigmund/1 +sign/71 1 +signal/402 1 +signalisation +signalisations +signalise/6 1 +signalization/9 1 +signalize/6 1 +signaller/2 1 +signalling 1 +signalman/5 1624 +signalmen's 1625 +signalmen 1626 +signal-to-noise +signatory/13 1 +signature/2 1 +signboard/2 1 +signer/2 1 +signet/16 1 +signet-ring/1 +signet-rings +significance/2 1 +significant/8 1 +signification/2 1 +signified 1 +signifier 1 +signify/34 1 +signifying 1 +signing/9 1 +signor/625 1 +signora/5 1 +signorina/2 1 +signori 1 +signpost/29 1 +Sigrid/1 +Sihanouk/1 +Sikh/2 1 +Sikhism/2 1 +silage/16 1 +Silas/1 +silence/32 1 +silencer/2 1 +silent/8 1 +Silesia/5 1 +silhouette/32 1 +silica/5 1 +silica's 1627 +silica 1628 +silicate/2 1 +siliceous +silicon/5 1629 +silicone/2 1 +silicoses 1630 +silicosis/5 1631 +silk/16 1 +silken 1 +silk-screen/1 +silk-screens +silkscreen 1 +silk 1 +silkworm/2 1 +silky/80 1 +sill/2 1 +sillies +silo/16 1 +silt/29 1 +siltation/5 1 +siltstone/5 1 +silty/37 1 +Silurian 1 +Silva/1 +silver/29 1 +silverfish/3 1 +silveriness +silvering 1 +Silverman/1 +silversmith/2 1 +Silverstein/1 +Silverstone +silver 1 +silverware/2 1 +silvery/37 1 +Silvester/1 +Silvia/5 1 +Silvio +silly/191 1 +SIMD +Simeon/5 1 +simian/9 1 +similar/8 1 +similarity/13 1 +simile/2 1 +similitude/5 1 +Simla +simmer/4 1 +Simmons/1 +Simms/1 +simon +Simon/1 +Simone/1 +simoniacal 1 +simon-pure +simony/13 1 +simoom 1 +simpatico +simper/4 1 +simple/626 1 +simple-minded +simple-mindedly +simple-mindedness +simpler 1 +simpleton/2 1 +simple 1 +simplex/68 1 +simplicity/13 1 +simplification/9 1 +simplifier/2 1 +simplify/34 1 +simplistic/46 1 +Simpson/5 1 +SIMULA/1 +simulacrum/5 1 +simulate/6 1 +simulation/2 1 +simulative 1 +simulator/2 1 +simulcast/52 1 +simultaneity/13 1 +simultaneous/73 1 +sin/116 1 +Sinai/5 1 +Sinatra/1 +sincere/511 1 +sincerity/13 1 +since 1 +Sinclair/1 +Sindbad/1 +Sindhi/5 1 +sine/5 1 +sinecure/2 1 +sinecurist/5 1 +sinew/16 1 +sinewy 1 +sinfonia/5 1 +sinful/14 1 +sing/128 1632 +singable 1 +sing-along +Singapore/5 1 +Singaporean/9 1 +singe/627 1 +singer/2 1 +singer-songwriter +singing/8 1 +single/628 1 +single-decker +single-deckers +single-handed/8 1 +single-line +single-minded 1 +single-seater +singlet/2 1 +singleton/2 1 +singling 1 +sing-song +singsong/90 1 +singular/42 1 +singularisation +singularisations +singularity/13 1 +singularization/9 1 +sinister/73 1 +sinistral/8 1 +sink/128 1633 +sinkable 1 +sinker/2 1 +sink-hole/1 +sink-holes +sinking 1 +sinless/73 1 +sinner/2 1 +sinning 1 +sinter/149 1 +sinter's +sinuosity 1 +sinuous/18 1 +sinus/3 1 +sinusitis/5 1 +sinusoid/2 1 +sinusoidal/8 1 +Siobhan/1 +Sioux/5 1 +sip/175 1 +siphon/29 1 +sipper/2 1 +sir/16 1 +sire/32 1 +siren/2 1 +sires 1634 +Sirius/5 1 +sirloin/2 1 +sirocco/2 1 +sisal/2 1 +sissified +Si's 1635 +sissy/13 1 +sister/505 1 +sisterhood/2 1 +sister-in-law +sisterly/74 1 +sisters-in-law +Sistine +sis 1 +Si 1636 +Sisyphean +Sisyphus/5 1 +sit/108 1637 +sitar/2 1 +sitarist/2 1 +sitcom/2 1 +site/176 1 +sit-in +sit-ins +sitter/2 1 +sitting/2 1 +situate/290 1 +situation/2 1 +situational 1 +situationist +Siva/5 1 +six/629 1 +sixer 1 +six-fold +sixfold 1 +six-pack +six-packs +sixpence/2 1 +sixpenny 1 +six-shooter +six-shooters +sixteen/5 1 +sixteenfold +sixteenth/9 1 +sixteen 1 +sixth/42 1 +sixth-former +sixth-formers +sixtieth/9 1 +sixty/13 1 +sixty-eight +sixty-eightfold +sixty-eighth +sixty-eighths +sixty-fifth +sixty-fifths +sixty-first +sixty-firsts +sixty-five +sixty-fivefold +sixtyfold +sixty-four +sixty-fourfold +sixty-fourth +sixty-fourths +sixty-nine +sixty-ninefold +sixty-ninth +sixty-ninths +sixty-one +sixty-onefold +sixty-second +sixty-seconds +sixty-seven +sixty-sevenfold +sixty-seventh +sixty-sevenths +sixty-six +sixty-sixfold +sixty-sixth +sixty-sixths +sixty-third +sixty-thirds +sixty-three +sixty-threefold +sixty 1 +sixty-two +sixty-twofold +size/28 1 +sizeable 1 +size 1 +sizing 1 +sizzle/28 1 +sizzler/5 1 +sizzling 1 +skate/32 1 +skateboard/29 1 +skateboarder/2 1 +skateboarding 1 +skater/2 1 +skating-rink +skating 1 +skedaddle/28 1 +skeet/5 1 +skein/16 1 +skeletal +skeletally +skeleton/2 1 +skelter 1 +skerries +sketch/21 1 +sketchbook/2 1 +sketcher/2 1 +sketchpad 1 +sketchy/80 1 +skew/630 1 +skewbald 1 +skewer/29 1 +skew-eyed +ski/374 1 +skiable +ski'd +skid/379 1 +skier/2 1 +skiff/16 1 +skiing 1 +ski-jump +ski-jumped +ski-jumper/1 +ski-jumpers +ski-jumping +skilful/73 1 +ski-lift/1 +ski-lifts +skill/90 1 +skillet/2 1 +skim/411 1 +skimmer/2 1 +skimming 1 +skimp/10 1 +skimpy/80 1 +skin/116 1 +skincare 1 +skin-dive +skin-diver/1 +skin-divers +skin-diving +skinflint/2 1 +skinhead/2 1 +skinless 1 +Skinner/2 1 +skin-tight +skin 1 +skinny/191 1 +skip/175 1 +ski-plane +skipper/29 1 +Skippy/1 +skirmish/21 1 +skirmisher/2 1 +skirmishing 1 +skirt/29 1 +skirting 1 +ski-run +skit/16 1 +skitter/10 1 +skittery 1 +skittish/18 1 +skittle/16 1 +skivvy/77 1 +skiwear +skol 1 +Skopje/1 +skua/9 1 +skulduggery/5 1 +skulk/4 1 +skulker/2 1 +skulking 1 +skull/2 1 +skullcap/2 1 +skunk/16 1 +sky/77 1 +sky-blue +skydive/6 1 +skydiver/2 1 +skydiving/5 1 +Skye/1 +skyey +sky-high +skyjack/10 1 +skyjacker/2 1 +skyjacking/9 1 +Skylab/5 1 +skylark/29 1 +skyless +skylight/2 1 +skyline/16 1 +Skype/1 +sky-rocket/1 +sky-rocketed +sky-rocketing +sky-rockets +skyscape/9 1 +skyscraper/2 1 +skyward/9 1 +skyway/5 1 +sky-writer/1 +sky-writers +sky-writing/1 +sky-writings +slab/152 1 +slabbing 1 +slack/589 1 +slacken/10 1 +slackening 1 +slacker/2 1 +Slade/1 +slag/111 1 +slain +slake/6 1 +slalom/16 1 +slam/271 1 +slammer/2 1 +slamming 1 +slander/29 1 +slanderer/9 1 +slanderous/8 1 +slang/631 1 +slanging 1 +slangy/37 1 +slant/4 1 +slanting 1 +slant 1 +slantwise 1 +slap/553 1 +slapdash 1 +slap-happy +slapper 1 +slapstick/5 1 +slap-up +slash/55 1 +slasher/2 1 +slashing 1 +slat/126 1 +slate/32 1 +slating 1 +slattern/2 1 +slatternly 1 +slatting 1 +slaughter/29 1 +slaughterer/2 1 +slaughterhouse/2 1 +Slav/2 1 +slave/134 1 +slave-bangle +slave-born +slave-drive +slave-driven +slave-driver +slave-drivers +slave-drove +slaver/29 1 +slavery/13 1 +slave-trade +slave-trader/1 +slave-traders +Slavic/5 1 +slavish/18 1 +Slavonic/5 1 +Slav 1 +slay/140 1638 +slayer/2 1 +slaying 1 +Sleaford/1 +sleaze/9 1 +sleazy/80 1 +sled/632 1 +sledding 1 +sledge/32 1 +sledgehammer/16 1 +sledging 1 +sled 1 +sleek/633 1 +sleeker 1 +sleeking 1 +sleep/186 1639 +sleeper/2 1 +sleeping 1 +sleepless/18 1 +sleepover/9 1 +sleepwalk/10 1 +sleepwalker/2 1 +sleepwalking/9 1 +sleepwear/5 1 +sleepy/80 1 +sleepyhead/2 1 +sleet/29 1 +sleety/37 1 +sleeve/32 1 +sleeveless 1 +sleeving's +sleigh/29 1 +sleigher/2 1 +sleighing 1 +sleight/2 1 +slender/273 1 +slenderise/6 1 +slenderize/6 1 +slept 1640 +sleuth/29 1 +slew/4 1641 +slice/32 1 +slicer/2 1 +slicing 1 +slick/589 1 +slicker 1 +slicking 1 +slide/634 1 +slider/2 1 +sliding 1 +slid 1 +slight/635 1 +slighter 1 +slighting/8 1 +slightish +Sligo/1 +slim/636 1 +slime/16 1 +slimline +slimmer/2 1 +slimming 1 +slimy/179 1 +sling/186 1642 +slinger 1 +slingshot/2 1 +slink/128 1643 +slinky/37 1 +slip/110 1 +slipcase/2 1 +slipknot/2 1 +slip-ons +slippage/2 1 +slipper/90 1 +slippery/179 1 +slipping 1 +slipshod 1 +slipstream/29 1 +slipway/2 1 +slit/480 1 +slither/4 1 +slithery 1 +slitted 1 +slitter/2 1 +sliver/29 1 +Sloan/1 +Sloane/5 1 +slob/2 1 +slobber/4 1 +slobbery 1 +Slocum/1 +sloe/2 1 +slog/137 1 +slogan/2 1 +sloop/2 1 +slop/175 1 +slope/28 1 +sloping 1 +sloppy/80 1 +slosh/55 1 +slot/126 1 +sloth/5 1 +slothful/18 1 +sloth 1 +slouch/55 1 +slouching 1 +slouchy/37 1 +Slough/1 +slough/29 1 +Slovak/9 1 +Slovakia/1 +Slovakian/9 1 +sloven/2 1 +Slovene/9 1 +Slovenia/5 1 +Slovenian/9 1 +slovenly/191 1 +slow/373 1 +slowcoach/3 1 +slowdown/2 1 +slowing 1 +slowish +SLR +sludge/5 1 +sludgy/37 1 +slue/28 1 +slug/111 1 +sluggard/2 1 +slugger/2 1 +sluggish/18 1 +sluice/32 1 +slum/78 1 +slumber/29 1 +slumberer/5 1 +slumbering 1 +slumberous 1 +slumming 1 +slummy/37 1 +slump/4 1 +slum 1 +slung 1644 +slunk 1645 +slur/120 1 +slurp/4 1 +slurry/303 1 +slush/21 1 +slushy/191 1 +slut/2 1 +sluttish 1 +sly/637 1 +slyly +smack/71 1 +smacker/2 1 +smacking 1 +small/638 1 +smallholder/9 1 +smallholding/2 1 +smallish 1 +small-minded/105 1 +smallpox/5 1 +small-scale +small-time +small-town +Smallwood/1 +smarmy/37 1 +smart/635 1 +smarten/10 1 +smarting 1 +smarty-pants +smarty 1 +smash/170 1 +smash-and-grab +smasher/2 1 +smashing/8 1 +smash-up +smash-ups +smattering/2 1 +smear/4 1 +smearer/5 1 +smeary 1 +smegmatic +smegma 1 +smell/639 1 +smellable +smeller/5 1 +smelling 1 +smelt/4 1 +smelter/2 1 +smelting 1 +smelly/191 1 +Smetana/1 +Smethwick +smidgen/2 1 +smidgeon 1 +smilax/3 1 +smile/32 1 +smiler 1 +smiley/5 1 +smilies +smiling/8 1 +smirch/55 1 +smirk/29 1 +Smirnoff/1 +smite/412 1646 +smiter/5 1 +smith/16 1 +smithereens 1 +smithery/53 1 +Smithfield/1 +Smithsonian/1 +Smithtown/1 +smithy/13 1 +smock/29 1 +smocking/5 1 +smog/5 1 +smoggy/37 1 +smokable +smoke/32 1 +smokeable +smoke-dried +smokeless 1 +smoker/2 1 +smoke-room +smokescreen/9 1 +smokestack/2 1 +smoke-stone +smokier 1647 +smokiest 1647 +smokiness +smoking-jacket +smoking-room +smoking 1 +smoky/37 1 +smooch/55 1 +smooth/589 1 +smoothable +smoother/2 1 +smoothie/2 1 +smoothing 1 +smoothish +smooth-talk +smooth-tongued +smorgasbord/2 1 +smote 1648 +smother/4 1 +smoulder/4 1 +smouldering/8 1 +SMSA/1 +SMSAs +SMTP +Sm 1 +smudge/28 1 +smudged 1 +smudgeless +smudgy/80 1 +smug/640 1 +smuggle/6 1 +smuggler/2 1 +smuggling/9 1 +smug 1 +smut/126 1 +smutty/191 1 +Smyrna/1 +snack/29 1 +snaffle/32 1 +snafu/16 1 +snag/111 1 +snail/16 1 +snake/32 1 +snakebite/2 1 +snakelike +snakeroot/5 1 +snakeskin 1 +snakier 1649 +snakiest 1649 +snaky/37 1 +snap/359 1 +snapdragon/2 1 +Snape +snappable +snapper/2 1 +snapping/8 1 +snappish/18 1 +snappy/80 1 +snapshot/16 1 +snare/32 1 +snarer/5 1 +snaring 1 +snarl/4 1 +snarler/5 1 +snarlingly 1 +snarling 1 +snarly/37 1 +snatch/55 1 +snatcher/2 1 +snazzily 1 +snazzy/37 1 +Snead/1 +sneak/4 1 +sneaking/8 1 +sneak 1 +sneaky/80 1 +Sneed/1 +sneer/29 1 +sneerer/5 1 +sneering/8 1 +sneeze/28 1 +sneezer 1 +sneezing 1 +Snell/1 +snick/5 1 +snicker/29 1 +snick 1 +snide/100 1 +Snider's +snide 1 +sniff/4 1 +sniffer/2 1 +sniffing 1 +sniffle/28 1 +sniffler/5 1 +sniffling 1 +sniffy/407 1 +snifter/16 1 +snigger/4 1 +sniggering 1 +snip/175 1 +snipe/222 1 +sniper/2 1 +sniping 1 +snippet/2 1 +snipping 1 +snippy/37 1 +snitch/55 1 +snivel/216 1 +sniveller/2 1 +snivellings +snivelling 1 +snob/2 1 +snobbery/13 1 +snobbish/73 1 +snobby/37 1 +Snodgrass/1 +snood/16 1 +snook/5 1 +snooker/29 1 +snook 1 +snoop/4 1 +snooper/2 1 +snoopy/37 1 +snoot/16 1 +snooty/80 1 +snooze/28 1 +snore/28 1 +snorer/2 1 +snoring 1 +snorkel/86 1 +snorkeller/1 +snorkellers +snorkelling 1 +snort/4 1 +snorter/2 1 +snorting 1 +snot/16 1 +snotty/80 1 +snout/90 1 +snow/29 1 +snowball/29 1 +snowblower/9 1 +snowboard/4 1 +snowboarder/2 1 +snowboarding 1 +snowbound 1 +snowcapped +snowdrift/2 1 +snowdrop/2 1 +snowfall/2 1 +snowfield/2 1 +snowflake/2 1 +snowline 1 +snowman/5 1650 +snowmen's 1651 +snowmen 1652 +snowmobile/16 1 +snowplough/2 1 +snowploughed +snowploughing +snowshoe/16 1 +snowshoer/5 1 +snowstorm/2 1 +snow-white +snowy/179 1 +Snr. +Sn 1 +snub/399 1 +snubber 1 +snubbing 1 +snub-nosed +snuff/521 1 +snuffbox/3 1 +snuffer/2 1 +snuffing 1 +snuffle/28 1 +snuffler/5 1 +snuffling 1 +snug/640 1 +snuggle/28 1 +snug 1 +Snyder/1 +São +so/5 1 +soak/4 1 +soaker/5 1 +soaking/9 1 +so-and-so/1 +soap/29 1 +soapbox/114 1 +soapiness +soapstone/5 1 +soapsuds 1 +soapy/37 1 +soar/4 1 +soarer/5 1 +soaring/8 1 +sob/158 1 +sobbingly 1 +sobbing 1 +sober/373 1 +sobering/8 1 +sobriety/13 1 +sobriquet/2 1 +Soc. +so-called +soccer/5 1 +sociability/5 1 +sociable/17 1 +social/42 1 +socialisation/9 1 +socialise/6 1 +socialiser/1 +socialisers +socialism/2 1 +socialist/2 1 +socialistic 1 +socialite/2 1 +sociality/5 1 +socialization/9 1 +socialize/6 1 +socializer/2 1 +societal +societally +society/13 1 +socio +sociobiology/5 1 +sociocultural/8 1 +socio-economic +socio-economically +socio-economics +sociolinguistic/39 1 +sociolinguists +sociological/8 1 +sociologist/2 1 +sociology/13 1 +sociometric +sociometry/5 1 +socio-political +sock/29 1 +socket/29 1 +Socorro/1 +Socrates/5 1 +Socratic/9 1 +sod/131 1 +soda/2 1 +sodden/18 1653 +sodium/5 1 +Sodom/5 1 +sodomise/6 1 +sodomite/2 1 +sodomize/6 1 +sodomy/13 1 +sod 1654 +SOE +soever 1 +sofa/2 1 +Sofia/5 1 +soft/20 1 +softball/2 1 +soft-boiled +soften/10 1 +softener/2 1 +softening 1 +soft-headed/105 1 +soft-hearted/105 1 +softie's +softly-softly +soft-paste +soft-pedal +soft-pedalled +soft-pedalling +soft-sell +soft-spoken +soft 1 +software/5 1 +softwood/2 1 +softy/13 1 +soggily 1 +soggy/179 1 +Soham/1 +Soho/1 +soi +soi-disant +soigné +soil/29 1 +soiling 1 +soirée +soiree 1 +soirées +soirée's +sojourn/29 1 +sojourner/2 1 +sojourning 1 +solace/32 1 +solaria 1655 +solarium/5 1656 +solar 1 +solder/4 1 +solderer/9 1 +soldering 1 +soldier/29 1 +soldiering 1 +soldierly 1 +soldiership 1 +soldiery/13 1 +sold 1657 +sole/202 1 +solecism/2 1 +solecistic +solecist 1 +solemn/225 1 +solemness +solemnisation/9 1 +solemnise/6 1 +solemnity/13 1 +solemnization/9 1 +solemnize/6 1 +solenoid/2 1 +solenoidal 1 +sol-fa +solicit/10 1 +solicitation/9 1 +soliciting 1 +solicitor/2 1 +solicitous/73 1 +solicitude/2 1 +solid/447 1 +solidarity/13 1 +solidification/2 1 +solidify/34 1 +solidi 1658 +solidity/53 1 +solid-state +solidus/5 1659 +Solihull/1 +soliloquise/6 1 +soliloquy/13 1 +soling 1 +solipsism/5 1 +solipsist/9 1 +Solis/1 +solitaire/2 1 +solitary/641 1 +solitude/2 1 +solo/29 1 +soloist/2 1 +Solomon/5 1 +solo 1 +Sol's +solstice/2 1 +sol 1 +solubility/5 1 +soluble 1 +solute/2 1 +solution/2 1 +solvable 1 +solvating +solve/6 1 +solvency/13 1 +solvent/2 1 +solver/2 1 +Solzhenitsyn/1 +soma/5 1 +Somali/2 1 +somalia +Somalia/5 1 +Somalian/9 1 +somatic +sombre/73 1 +sombrero/2 1 +somebody/13 1 +somebody'll +someday +somehow +someone/5 1 +someone'll +somersault/29 1 +Somerset/1 +Somerville/1 +something 1 +sometime/9 1 +some 1 +somewhat 1 +somewhere 1 +Somme/5 1 +sommelier/2 1 +somnambulism/5 1 +somnambulist/2 1 +somnolence/5 1 +somnolent/8 1 +son/2 1 +sonar/5 1 +sonata/2 1 +sonatina/2 1 +Sondheim/1 +Sondra/1 +song/2 1 +songbird/2 1 +songbook/9 1 +songsmith 1 +songster/2 1 +songstress/3 1 +songwriter/2 1 +Sonia/1 +sonically +sonic 1 +son-in-law +Sonja/1 +sonnet/16 1 +Sonoma/1 +Sonora/5 1 +sonority/53 1 +sonorous/18 1 +sons-in-law +Sony/1 +Sonya/1 +sonny/13 1 +soon/280 1 +sooner 1 +soonish +soot/5 1 +sooth/481 1 +soothe/301 1 +soother/2 1 +soothing/8 1 +soothsayer/2 1 +soothsaying 1 +soot 1 +sooty/37 1 +sop/110 1 +Sophia/1 +Sophie/1 +sophism/2 1 +sophist/2 1 +sophistical/8 1 +sophisticate/28 1 +sophisticatedly +sophistication/2 1 +sophistic 1 +sophistry/13 1 +Sophoclean +Sophocles/1 +soporific/2 1 +soporifically +sopping 1 +soppy/37 1 +soprano/2 1 +Sopwith/1 +sorbet/2 1 +Sorbonne/1 +sorcerer/2 1 +sorceress/68 1 +sorcery/13 1 +sordid/18 1 +sore/642 1 +Sorensen/1 +Sorenson/1 +sorghum/2 1 +sorrel/2 1 +sorrow/29 1 +sorrower/5 1 +sorrowful/18 1 +sorrowing 1 +sorry/80 1 +sort/29 1 +sortable 1 +sorter/2 1 +sortie/57 1 +sorting 1 +Sosa/1 +SOS 1 +sot/2 1 +so 1 +sottish 1 +sou/2 1 +soubriquet/5 1 +soufflé +soufflés +soufflé's +sough/4 1 +soughing 1 +sought-after +sought 1660 +soul/2 1 +soul-destroying +soulful/18 1 +soulless/8 1 +soul-searching +soul 1 +sound/643 1 +soundboard/2 1 +sounder/2 1 +sounding/2 1 +soundless/8 1 +soundproof/10 1 +soundproofing/5 1 +soundproof 1 +soundtrack/2 1 +soup/16 1 +soupçon +soupçons +soupçon's +soupy/37 1 +sour/589 1 +source/32 1 +souring 1 +sourish 1 +sourpuss/3 1 +sous/7 1 +Sousa/5 1 +sousaphone/2 1 +souse/28 1 +sousing 1 +south/531 1 +Southall +Southampton/1 +southbound 1 +south-east +south-East/1 +southeaster/2 1 +south-easterly +south-Easterly +south-eastern +south-Eastern +south-eastward +south-Eastward +south-eastwards +south-Eastwards +Southend/1 +Southend-on-Sea +souther/5 1 +southerlies +southerly 1 +southern/56 1 +southerner/2 1 +southernmost +southern 1 +souther 1 +Southey/1 +Southfield/1 +southpaw/2 1 +Southport +south-south-east +south-south-west +south 1 +southward/9 1 +Southwark +south-West/1 +southwester/2 1 +south-westerlies +south-Westerlies +south-Westerly +south-west's +souvenir/2 1 +sou'wester +sovereign/43 1 +sovereignty/13 1 +soviet/2 1 +sow/507 1 +sower/2 1 +Soweto/5 1 +sowing 1 +soya 1 +soy 1 +Soyuz/1 +spa/2 1 +space/134 1 +spacecraft/5 1 +spaceman/5 1661 +spacemen's 1662 +spacemen 1663 +spacer/2 1 +space-saving +spaceship/2 1 +spacesuit/2 1 +space-time +spacewoman/5 1664 +spacewomen 1665 +spacey 1666 +spacial 1 +spacier 1667 +spaciest 1667 +spacing/2 1 +spacious/18 1 +Spackle 1 +spade/32 1 +spadeful/2 1 +spadework/5 1 +spadiceous +spadix/83 1 +spaghetti/5 1 +Spain/5 1 +Spalding/1 +spam/644 1 +spammer/2 1 +span/116 1 +spandrels +spangle/32 1 +spangling 1 +Spaniard/2 1 +spaniel/16 1 +Spanish/5 1 +spank/4 1 +spanker/5 1 +spanking/2 1 +spanner/2 1 +spar/120 1 +SPARC/1 +SPARCstation/1 +spare/645 1 +spareribs +sparers +sparer's +sparing/8 1 +spark/29 1 +sparkle/28 1 +sparkler/2 1 +sparklingly +sparkling 1 +sparkly 1 +sparky/37 1 +sparling/2 1 +sparring 1 +sparrow/2 1 +spars/280 1 +sparse/511 1 +sparsity 1 +Sparta/5 1 +Spartacus/1 +Spartan/9 1 +spar 1 +spasm/16 1 +spasmodic/46 1 +spastic/9 1 +spat/126 1 +spate/2 1 +spathe/2 1 +spatial/8 1 +spatiality/5 1 +spatio +spatio-temporal +spatio-temporally +spat 1668 +spatter/4 1 +spatula/2 1 +spavin/2 1 +spavined +spawn/29 1 +spawner/5 1 +spawning 1 +spay/10 1 +SPCA +speak/140 1669 +speakable 1 +speaker/2 1 +speakership/5 1 +speaking/9 1 +speaking-tube +spear/29 1 +spearhead/29 1 +spearmint/2 1 +special/646 1 +specialisation/9 1 +specialise/6 1 +specialism/2 1 +specialist/2 1 +specialistic +speciality/53 1 +specialization/9 1 +specialize/6 1 +specie/2 1 +specifiability +specifiable +specifiably +specific/54 1 +specification/2 1 +specificity/53 1 +specificness +specifier/2 1 +specify/34 1 +specimen/2 1 +specious/18 1 +speck/16 1 +speckle/32 1 +speckling 1 +spectacle/2 1 +spectacled +spectacular/42 1 +spectator/2 1 +spectral/8 1 +spectra's 1670 +spectra 1671 +spectre/2 1 +spectrogram/2 1 +spectrograph/5 1 +spectrographically +spectrography/5 1 +spectrometer/2 1 +spectrometric +spectrometry/5 1 +spectrophotometer/2 1 +spectrophotometric 1 +spectrophotometry/5 1 +spectroscope/2 1 +spectroscopic +spectroscopically +spectroscopy/5 1 +spectrum/5 1672 +specular 1 +speculate/6 1 +speculation/2 1 +speculative/8 1 +speculator/2 1 +speculum 1 +sped 1673 +speech/114 1 +speechifying +speechless/18 1 +speed/29 1674 +speedboat/2 1 +speedboater +speeder/2 1 +speeding/9 1 +speedometer/2 1 +speed-up/1 +speed-ups +speedway/2 1 +speedwell/2 1 +speedy/80 1 +speleological +speleologist/9 1 +speleology/5 1 +spell/639 1 +spellable +spellbind/140 1675 +spellbinder/2 1 +spellbound 1676 +speller/2 1 +spelling/2 1 +spelt 1 +Spence/1 +Spencer/1 +spend/461 1 +spendable 1 +spender/2 1 +spending/9 1 +spendthrift/2 1 +Spenser/5 1 +Spenserian 1 +sperm/2 1 +spermatophyte/5 1 +spermatozoa 1677 +spermatozoon/5 1678 +spermicidal +spermicide/5 1 +Sperry/1 +spew/4 1 +spewer/2 1 +SPF +sphagna +sphagnum/5 1 +sphere/16 1 +spherical/8 1 +spheric 1 +spheroid/2 1 +spheroidal +spheroidally +spherule/2 1 +sphincter/2 1 +sphinx/3 1 +spice/32 1 +spicebush/5 1 +spicier 1679 +spiciest 1679 +spicule/2 1 +spicy/80 1 +spider/2 1 +spidering +spiderish +spiderlike +spiderwort/5 1 +spidery 1 +Spiegel/1 +spiel/29 1 +Spielberg/1 +spiffy/37 1 +spigot/2 1 +spike/32 1 +spikier 1680 +spikiest 1680 +spiky/191 1 +spill/639 1 +spillage/2 1 +spiller 1 +spillikin 1 +spilling 1 +spillover/2 1 +spillway/2 1 +spin/537 1681 +spinach/3 1 +spinal/42 1 +spindle/32 1 +spindling 1 +spindly/37 1 +spin-drier +spin-driers +spindrift 1 +spine/2 1 +spine-chilling +spineless/18 1 +spinet/2 1 +spinnaker/2 1 +spinner/2 1 +spinneret/2 1 +spinney 1 +spinning 1 +spin-off +spin-offs +spinster/2 1 +spinsterhood/5 1 +spinsterish +spiny/179 1 +spiracle/2 1 +spiraea/2 1 +spiral/331 1 +spiralling 1 +spire/176 1 +spirit/29 1 +spirited/73 1 +spiriting 1 +spiritless 1 +spiritual/42 1 +spiritualism/2 1 +spiritualist/2 1 +spiritualistic 1 +spirituality/13 1 +spiritualness +spirituous 1 +Spiro/1 +spirochaete/2 1 +spiry 1 +spit/390 1682 +spite/222 1 +spiteful/18 1 +spitfire/2 1 +spitter/2 1 +spitting 1 +spittle/5 1 +spittly +spittoon/2 1 +Spitz/1 +splash/55 1 +splashdown/2 1 +splashily 1 +splashing 1 +splashy/37 1 +splat/126 1 +splatter/4 1 +splay/4 1 +splayfeet 1683 +splayfoot/5 1684 +splayfooted +splayfoot 1 +splay 1 +spleen/2 1 +splendid/18 1 +splendiferous/73 1 +splendour/2 1 +splenetic 1 +splice/28 1 +splicer/2 1 +splicings +spline/176 1 +splint/29 1 +splinter/29 1 +splintery 1 +split/409 1 +split-level +split-second +splitter/2 1 +splitting 1 +splodge/16 1 +splotch/21 1 +splotchy/37 1 +splurge/32 1 +splutter/4 1 +splutterer/5 1 +spluttering 1 +Spock/1 +spoil/203 1 +spoilage/2 1 +spoiler/2 1 +spoilsport/2 1 +spoilt 1 +Spokane/1 +spoke/173 1 +spoken 1685 +spokeshave/2 1 +spokesman/5 1686 +spokesmen's 1687 +spokesmen 1688 +spokespeople 1689 +spokesperson/9 1690 +spoke 1685 +spokeswoman/5 1691 +spokeswomen 1692 +spoliation/2 1 +sponge/32 1 +spongeable +spongelike +sponger/2 1 +spongy/179 1 +sponsor/29 1 +sponsorship/9 1 +spontaneity/13 1 +spontaneous/18 1 +spoof/29 1 +spook/29 1 +spooky/191 1 +spool/29 1 +spooler/2 1 +spooling 1 +spoon/29 1 +spoonbill/2 1 +spoonerism/2 1 +spoon-fed +spoon-feed +spoon-feeding +spoon-feeds +spoonful/2 1 +spoor/16 1 +sporadic/46 1 +spore/16 1 +sporran/2 1 +sport/71 1 +sporter 1 +sporting/8 1 +sportive/18 1 +sportscast/186 1 +sportscaster/2 1 +sportscasting 1 +sportsman/5 1693 +sportsmanlike +sportsmanly 1 +sportsmanship/5 1 +sportsmen's 1694 +sportsmen 1695 +sportswear/5 1 +sportswoman/5 1696 +sportswomen 1697 +sporty/191 1 +spot/480 1 +spotless/18 1 +spotlight/29 1698 +spotlit 1699 +spotted 1 +spotter/2 1 +spotting 1 +spot-weld +spot-welded +spot-welding +spotty/80 1 +spouse/16 1 +spout/4 1 +spouter/5 1 +spouting 1 +sprain/4 1 +sprang 1700 +sprat/2 1 +sprawl/4 1 +spray/29 1 +sprayer/2 1 +spread/128 1 +spreadable 1 +spread-eagled +spreader/2 1 +spreading 1 +spreadsheet/9 1 +spree/186 1 +sprig/111 1 +sprightly/191 1 +spring/647 1701 +springboard/2 1 +springbok/2 1 +spring-clean +spring-cleaned +springer/2 1 +Springfield/5 1 +springing 1 +springlike 1 +spring-loaded +Springsteen/1 +springtime/5 1 +springy/67 1 +sprinkle/28 1 +sprinkler/2 1 +sprinkling/2 1 +sprint/29 1 +sprinter/2 1 +sprinting 1 +sprite/2 1 +sprocket/2 1 +sprocketed +sprocketing +sprout/4 1 +sprouting 1 +spruce/648 1 +sprue/5 1 +sprung 1700 +spry/225 1 +spryness +SPSS +spud/131 1 +spume/16 1 +spumy/37 1 +spunk/5 1 +spunky/37 1 +spun 1702 +spur/120 1 +spurge/2 1 +spurious/18 1 +spurn/4 1 +spurner 1 +spurning 1 +spurring 1 +spurt/4 1 +sputa 1703 +Sputnik/2 1 +sputter/4 1 +sputterer 1 +sputtering 1 +sputum/5 1704 +spy/77 1 +spyglass/3 1 +spyhole 1 +spying 1 +spyware +sq +sq. +sqrt +squab/16 1 +squabble/28 1 +squabbler/2 1 +squab 1 +squad/16 1 +squadron/16 1 +squalid/18 1 +squall/29 1 +squalling 1 +squalor/9 1 +squally/37 1 +squamous 1 +squander/4 1 +squanderer 1 +squandering 1 +square/649 1 +squarer/5 1 +squaring 1 +squarish 1 +squash/55 1 +squashy/191 1 +squat/650 1 +squatter/16 1 +squaw/2 1 +squawk/29 1 +squawker/2 1 +squawking 1 +squeak/29 1 +squeaker/2 1 +squeakily 1 +squeakiness +squeaking 1 +squeaky/37 1 +squeal/29 1 +squealer/2 1 +squealing 1 +squeamish/18 1 +squeegee/186 1 +squeezable 1 +squeeze/28 1 +squeezer/2 1 +squeezing 1 +squelch/55 1 +squelcher/5 1 +squelching 1 +squelchy/37 1 +squib/152 1 +Squibb/1 +squibbing 1 +squid/131 1 +squidgier +squidgiest +squidgy +squiggle/32 1 +squiggly/37 1 +squint/167 1 +squinter/5 1 +squinting 1 +squire/32 1 +squirearchical +squirearch 1 +squirearchy 1 +squiredom 1 +squireen 1 +squirehood +squirelet +squireling 1 +squirely +squireship 1 +squires 1 +squirl +squirm/4 1 +squirming 1 +squirmy/37 1 +squirrel/86 1 +squirrelling 1 +squirrelly +squirt/4 1 +squirter/5 1 +squirting 1 +squish/55 1 +squishiness +squishy/37 1 +SRA/1 +Sri +SRO +Sr 1 +SS +SSA/1 +SSAs +SSC +SSE 1 +SSH +SSL +SSS +SST +SSW 1 +st. +St +stab/158 1 +stabber/2 1 +stabbing/9 1 +stabilisation/9 1 +stabilise/6 1 +stabiliser/2 1 +stability/13 1 +stabilization/9 1 +stabilize/6 1 +stabilizer/2 1 +stable/651 1 +stable-boy/1 +stable-boys +stableful +stablefuls +stable-girl/1 +stable-girls +stable-lad/1 +stable-lads +stableman/5 1705 +stable-mate +stablemen's 1706 +stablemen 1707 +stabler 1 +stabling 1 +stablish 1 +staccato/9 1 +Stacie/1 +stack/29 1 +stackable +stacker/5 1 +stacking 1 +Stacy/1 +stadia 1708 +stadium/2 1709 +staff/29 1710 +staffers +staffing 1 +Stafford/1 +Staffordshire/5 1 +staffroom 1 +staff 1 +stag/652 1 +stage/32 1 +stageability 1 +stageable 1 +stagecoach/3 1 +stagecraft/5 1 +stage-hand/1 +stage-hands +stage-manage +stage-managed +stage-management +stage-manager/1 +stage-managers +stager/5 1 +stage-struck +stagflation/2 1 +stagger/4 1 +staggerer/2 1 +staggering/8 1 +stagier 1711 +stagiest 1711 +staging 1 +stagnancy/13 1 +stagnant/8 1 +stagnate/6 1 +stagnation/2 1 +stagy/179 1 +Stahl/1 +staid/18 1 +stain/4 1 +stained-glass +stainer/5 1 +Staines +staining 1 +stainless 1 +stair/2 1 +staircase/2 1 +stairway/2 1 +stairwell/2 1 +stake/32 1 +stakeholder/9 1 +stakeout/2 1 +stalactite/2 1 +Stalag/1 +stalagmite/2 1 +stale/653 1 +stalemate/32 1 +Staley/1 +Stalin/5 1 +Stalingrad/5 1 +Stalinist 1 +stalk/29 1 +stalker/2 1 +stalking-horse +stalking 1 +stall/29 1 +stallholders +stalling 1 +stallion/2 1 +Stallman/1 +Stallone/1 +stalwart/340 1 +stamen/2 1 +Stamford/1 +stamina/5 1 +staminate +stammer/4 1 +stammerer/2 1 +stammering/8 1 +stamp/4 1 +stampede/32 1 +stampeder/5 1 +stamped 1 +stamper/2 1 +stamping/9 1 +Stan/1 +stance/2 1 +stanchion/16 1 +stand/128 1712 +standalone +stand-alone +standard/9 1 +standard-bearer/1 +standard-bearers +standardisation/9 1 +standardise/6 1 +standardiser/2 1 +standardization/9 1 +standardize/6 1 +standardizer/2 1 +standard 1 +standby/9 1 +standee/2 1 +stander/9 1 +stand-in +standing/2 1 +stand-ins +Standish/1 +stand-off +standoffish/73 1 +stand-offish 1 +stand-offs +standpipe/2 1 +standpoint/2 1 +standstill/2 1 +stand-up +Stanfield/1 +Stanford/5 1 +Stanislavsky/1 +stank 1713 +Stanleigh/1 +Stanley/1 +stannic +stannous +Stansted/1 +Stanton/1 +Stanwood/1 +stanza/2 1 +staphylococcal +staphylococci 1714 +staphylococcus 1715 +staple/134 1 +stapler/2 1 +Stapleton/1 +stapling 1 +star/539 1 +starboard/16 1 +Starbucks +starch/21 1 +starchy/80 1 +stardom/2 1 +stardust/5 1 +stare/28 1 +starer/2 1 +starfish/3 1 +Stargate/1 +stargaze/6 1 +stargazer/2 1 +stargazing 1 +staring 1 +stark/273 1 +starker 1 +Starkey/1 +stark 1 +starless 1 +starlet/2 1 +starlight/5 1 +starling/2 1 +starlit 1 +Starr/1 +starring 1 +starry/37 1 +starship 1 +star-spangled +starstruck +star-studded +start/4 1 +starter/2 1 +starting 1 +startle/28 1 +startling/8 1 +start-up/1 +start-ups +starvation/2 1 +starve/6 1 +starved 1 +starveling/5 1 +starving 1 +stash/55 1 +stasis/5 1 +state/419 1 +statecraft 1 +stated 1 +statehood/2 1 +statehouse/9 1 +Statehouse's +stateless/33 1 +stately/74 1 +statement/2 1 +Staten/1 +state-of-the-art +stater/5 1 +stateroom/2 1 +statesman/5 1716 +statesmanlike +statesmanly +statesmanship/5 1 +statesmen's 1717 +statesmen 1718 +stateswoman/5 1719 +stateswomen 1720 +static/54 1 +statical +station/29 1 +stationary/254 1 +stationer/2 1 +stationery/13 1 +stationmaster/5 1 +station-wagon/1 +station-wagons +statistic/2 1 +statistical/8 1 +statistician/2 1 +stator/2 1 +statuary/13 1 +statue/176 1 +statuesque +statuesquely +statuesqueness +statuette/2 1 +stature/2 1 +status/3 1 +statute/2 1 +statutory/291 1 +Stauffer/1 +staunch/654 1 +stave/32 1721 +staves 1722 +stay/655 1 +stay-at-home +stayer/2 1 +staying 1 +STD +stead/5 1 +steadfast/18 1 +steadier 1 +stead 1 +steady/572 1 +steady-going +steadying 1 +steak/2 1 +steakhouse/2 1 +steal/128 1723 +stealer/5 1 +stealing/5 1 +stealth/5 1 +stealthy/80 1 +steam/71 1 +steamboat/2 1 +steamer/16 1 +steaming 1 +steamroller/29 1 +steamship/2 1 +steamy/80 1 +Stearns +steed/2 1 +steel/29 1 +steel-clad +Steele/1 +steeling 1 +steel 1 +steelwork/2 1 +steelworker/2 1 +steely/191 1 +steelyard/2 1 +Steen/1 +steep/635 1 +steepen/10 1 +steeper 1 +steeple/2 1 +steeplechase/222 1 +steeplechaser 1 +steeplechasing 1 +steeplejack/2 1 +steer/4 1 +steerable 1 +steerage/2 1 +steerer/5 1 +steering 1 +steersman/5 1724 +steersmen's 1725 +steersmen 1726 +steeves +Stefan/1 +Stefanie/1 +Stefano/1 +Steffen/1 +Steffi/1 +stegosaurus/68 1 +stein/16 1 +Steinbeck/1 +Steinberg/1 +Steiner/1 +Steinmetz/1 +Steinway/1 +Stella/1 +stellar 1 +stellated +Stellenbosch's +Stellenbosch 1 +stem/78 1 +stemless 1 +stench/114 1 +stencil/86 1 +stencilling/9 1 +Stengel/1 +stenographer/2 1 +stenographic +stenography/5 1 +stenos 1 +stenotype's +stenotype 1 +stentorian +step/110 1 +stepbrother/2 1 +stepchild/182 1 +stepdaughter/2 1 +stepfather/2 1 +Stephan/1 +Stephanie/1 +Stephen/1 +Stephens +Stephenson/1 +stepladder/2 1 +stepmother/2 1 +Stepney/1 +step-parent/1 +step-parents +steppe/32 1 +stepper/2 1 +steppingstone/9 1 +stepsister/2 1 +stepson/2 1 +stepwise 1 +steradians +stereo/16 1 +stereographic +stereography/5 1 +stereophonic 1 +stereoscope/2 1 +stereoscopic +stereoscopically +stereoscopy/5 1 +stereo 1 +stereotype/32 1 +stereotypic +stereotypical +stereotypically +stereotyping 1 +stereotypy 1 +sterile 1 +sterilisation/9 1 +sterilise/6 1 +steriliser/2 1 +sterility/13 1 +sterilization/9 1 +sterilize/6 1 +sterilizer/2 1 +sterling/656 1 +stern/616 1 +sternal 1 +sternum/2 1 +steroid/2 1 +steroidal +stertorous/18 1 +stet/11 1 +stethoscope/2 1 +stet's +Stetson/2 1 +Steuben/1 +Steve/1 +stevedore/16 1 +Steven/1 +Stevenage +Stevens +Stevenson/1 +stew/29 1 +steward/29 1 +stewardess/3 1 +stewardship/2 1 +Stewart/1 +stewing 1 +stick/186 1727 +sticker/16 1 +sticking 1 +stickleback/2 1 +stickler/2 1 +stickup/2 1 +sticky/80 1 +stiff/657 1 +stiffen/10 1 +stiffener/2 1 +stiffening 1 +stiff-necked +stifle/28 1 +stifler/5 1 +stiflingly 1 +stifling 1 +stigma/604 1 +stigmata 1 +stigmatic 1 +stigmatisation/9 1 +stigmatise/6 1 +stigmatization/9 1 +stigmatize/6 1 +stile/16 1 +stiletto/16 1 +still/473 1 +stillbirth/2 1 +stillborn/9 1 +stiller 1 +stilling 1 +Stillwell/1 +stilt/90 1 +stilted/8 1 +stiltedness +Stilton/5 1 +stimulant/2 1 +stimulate/6 1 +stimulating 1 +stimulation/2 1 +stimulative 1 +stimulator/5 1 +stimulatory +stimuli's 1728 +stimuli 1729 +stimulus/5 1730 +Stine/1 +sting/128 1731 +stinger/2 1 +stinging/8 1 +stingray/2 1 +stingy/80 1 +stink/128 1732 +stinker/2 1 +stinkingly +stinking 1 +stinkpot/5 1 +stinky/37 1 +stint/29 1 +stinter/5 1 +stinting 1 +stipend/2 1 +stipendiary 1 +stipple/28 1 +stippler/5 1 +stippling/9 1 +stipulate/6 1 +stipulation/2 1 +stir/227 1 +stir-fried +stir-fry +Stirling/1 +stirrer/2 1 +stirring/42 1 +stirrup/2 1 +stitch/21 1 +stitcher/5 1 +stitchery 1 +stitching/2 1 +stoat/2 1 +stochastic/46 1 +stock/71 1 +stockade/16 1 +stockbreeder/2 1 +stockbroker/2 1 +stockbroking 1 +Stockdale +stocker/2 1 +Stockhausen/1 +stockholder/2 1 +Stockholm/5 1 +stockinet's +stockinette 1 +stocking/2 1 +stockinged +stock-in-trade +stockist/2 1 +stockpile/28 1 +stockpiler/5 1 +stockpiling 1 +Stockport +stockpot/2 1 +stockroom/2 1 +stocktaking/5 1 +Stockton/1 +Stockton-on-Tees/1 +Stockwell/1 +stocky/80 1 +stockyard/2 1 +Stoddard/1 +stodge/5 1 +stodgy/407 1 +stoic/2 1 +stoical/8 1 +stoichiometric 1 +stoichiometry/5 1 +stoicism/2 1 +stoic 1 +Stoke/1 +stoke/6 1 +Stoke-on-Trent/1 +stoker/2 1 +Stokes's +STOL +stole/2 1 +stolen 1733 +stole 1733 +stolid/73 1 +stolidity 1 +stolon/2 1 +stolonate +stoloniferous 1 +stoma/658 1 +stomach/29 1 +stomach-ache/1 +stomach-aches +stomacher/2 1 +stomachful/9 1 +stomachless 1 +stomach-pump +stomach-tube +stomal +stomp/4 1 +stone/134 1 +stone-cold +stonecutter/2 1 +Stonehenge/1 +stoneless 1 +stonemason/2 1 +stoner/5 1 +stonewall/10 1 +stonewalling 1 +stoneware/5 1 +stonewashed +stonework/5 1 +stonewort/5 1 +stonier 1734 +stoniest 1734 +stony/80 1 +stood 1735 +stooge/16 1 +stool/16 1 +stool-pigeon +stoop/4 1 +stooping 1 +stop/110 1 +stopcock/2 1 +stopgap/2 1 +stop-go +stopoff 1 +stopover/2 1 +stoppable 1 +stoppage/2 1 +stopper/90 1 +stopping 1 +stopwatch/3 1 +storable 1 +storage/2 1 +store/134 1 +storehouse/2 1 +storekeeper/2 1 +storeroom/2 1 +storer 1 +storey/9 1 +stork/2 1 +stork's-bill +storm/29 1 +storm-bird/1 +storm-birds +stormbound 1 +storm-cock/1 +storm-cocks +storm-door/1 +storm-doors +stormer/1 +stormers +storm-finch/1 +storm-finches +storming 1 +storm-lantern/1 +storm-lanterns +stormless 1 +stormproof 1 +storm-sail/1 +storm-sails +storm-signal/1 +storm-signals +stormy/407 1 +Stornoway/1 +story/383 1 +storyboard/29 1 +storybook/2 1 +storyline 1 +storyteller/2 1 +storytelling/5 1 +Stouffer/1 +stoup/2 1 +Stourbridge +stout/659 1 +stout-hearted +stout-heartedly +stout-heartedness +Stout's +stove/16 1 +stove-pipe/1 +stove-pipes +stove 1736 +stow/10 1 +stowage/5 1 +stowaway/2 1 +Stowe/1 +stowing 1 +Strabane/1 +Strachan +straddle/28 1 +straddler/2 1 +Stradivarius/5 1 +strafe/28 1 +straggle/28 1 +straggler/2 1 +straggling 1 +straggly/37 1 +straight/657 1 +straight-edge/1 +straight-edges +straight-eight +straighten/10 1 +straightener/2 1 +straight-faced +straightforward/18 1 +straightish +strain/4 1 +strained 1 +strainer/2 1 +straining 1 +strait/660 1 +straiten/10 1 +strait-jacket/1 +straitjacket/29 1 +strait-jacketed +strait-jacketing +strait-jackets +strait-laced 1 +strand/4 1 +strange/100 1 +stranger/16 1 +strangle/6 1 +stranglehold/2 1 +strangler/2 1 +strangling 1 +strangulate/6 1 +strangulation/2 1 +strap/110 1 +strapless 1 +strapping 1 +Strasbourg/1 +strata/5 1 +stratagem/2 1 +strata's 1737 +strata 1738 +strategic/9 1 +strategical/8 1 +strategist/2 1 +strategy/13 1 +Stratford/1 +Stratford-upon-Avon +Strathclyde/1 +stratification/2 1 +stratify/34 1 +stratigraphic +stratigraphical +stratigraphy/5 1 +strati 1739 +stratosphere/2 1 +stratospheric +stratospherically +stratum/5 1740 +stratus/5 1741 +Strauss +Stravinsky/5 1 +straw/16 1 +strawberry/13 1 +strawboard 1 +straw-colour +straw-coloured +straw 1 +straw-worm +straw-worms +strawy 1 +stray/71 1 +strayer/5 1 +straying 1 +streak/29 1 +streaked 1 +streaker/2 1 +streaking 1 +streaky/37 1 +stream/29 1 +streamer/2 1 +streaming 1 +streamline/49 1 +streamliner 1 +Street +street/2 1 +streetwalker/2 1 +streetwalking 1 +streetwise 1 +Streisand/1 +strength/2 1 +strengthen/10 1 +strengthener/2 1 +strengthening 1 +strenuous/18 1 +streptococcal +streptococci 1742 +streptococcus/5 1743 +streptomycin/5 1 +stress/21 1 +stressful/8 1 +stressfulness +stretch/170 1 +stretchability/5 1 +stretchable 1 +stretcher/29 1 +stretchy/179 1 +strew/146 1 +strewer 1 +strewing 1 +strewn 1 +'strewth +stria/70 1 +striate/6 1 +striation/2 1 +stricken 1744 +Strickland/1 +strict/229 1 +stricture/2 1 +stride/444 1745 +stridency/53 1 +strident/8 1 +strider/5 1 +strife/5 1746 +strike/372 1747 +strikebreak +strikebreaker/2 1 +strike-breaking +strikebreaking/5 1 +strikeout/9 1 +striker/2 1 +striking/8 1 +strim +strimmed +strimmer/1 +strimmers +strimming +string/186 1748 +stringed 1 +stringency/53 1 +stringent/8 1 +stringer/2 1 +stringing 1 +stringy/191 1 +strip/553 1 +stripe/32 1 +striper/5 1 +striping 1 +stripling/5 1 +stripper/2 1 +stripping 1 +strip-searched +strip-searching +striptease/16 1 +stripteaser/2 1 +stripy 1 +strive/496 1749 +striver/5 1 +strives 1750 +striving/9 1 +strobe/2 1 +stroboscope/2 1 +stroboscopic +strode 1751 +stroke/32 1 +stroking 1 +stroll/4 1 +stroller/2 1 +strolling 1 +Strolz/1 +Strom/1 +Stromberg/1 +strong/225 1 +strongbox/3 1 +stronghold/2 1 +strongish +strongman/5 1752 +strongmen's 1753 +strongmen 1754 +strong-minded 1 +strongroom/2 1 +strontium/5 1 +strop/110 1 +strophe/2 1 +strophic 1 +Stroud +strove 1755 +struck 1744 +structural/8 1 +structuralism/5 1 +structuralist/2 1 +structure/32 1 +structureless 1 +strudel/2 1 +struggle/28 1 +struggler/5 1 +struggling 1 +strum/271 1 +strumpet/16 1 +strung 1756 +strut/358 1 +'struth +strutter/5 1 +strutting 1 +strychnine/5 1 +s 1 +Stuart/2 1 +stub/152 1 +stubble/2 1 +Stubblefield/1 +stubbly/37 1 +stubborn/273 1 +stubby/37 1 +stucco/21 1 +stuck 1757 +stud/131 1 +studbook/2 1 +studding 1 +student/2 1 +studentship/2 1 +studied/18 1 +studier/2 1 +studio/2 1 +studious/18 1 +stud 1 +study/220 1 +stuff/4 1 +stuffer 1 +stuffing/5 1 +stuffy/80 1 +stultification/9 1 +stultify/34 1 +stumble/28 1 +stumbler/2 1 +stumblingly +stump/29 1 +stumper/5 1 +stumpy/37 1 +stun/308 1 +stung 1758 +stunk 1713 +stunner/5 1 +stunning/8 1 +stunt/29 1 +stunted/105 1 +stuntman/5 1759 +stuntmen's 1760 +stuntmen 1761 +stupefaction/2 1 +stupefy/34 1 +stupefyingly +stupendous/18 1 +stupid/225 1 +stupidity/13 1 +stupid 1 +stupor/2 1 +sturdy/80 1 +sturgeon/2 1 +Sturm/1 +stutter/4 1 +stutterer/9 1 +stuttering 1 +Stuttgart/5 1 +sty/303 1 +Stygian 1 +style/32 1 +styler/2 1 +styling 1 +stylisation/9 1 +stylise/6 1 +stylish/73 1 +stylist/2 1 +stylistic/54 1 +styli 1762 +stylization/9 1 +stylize/6 1 +stylus/3 1763 +stymie/661 1 +styptic/9 1 +styrene/5 1 +Styrofoam 1 +Styx/5 1 +suable 1 +Suarez/1 +suasion/2 1 +suave/73 1 +suavity/5 1 +Sub +sub/152 1 +subaltern/2 1 +sub-aqua +subaquatic +subaqueous +subarctic 1 +Subaru/1 +subatomic 1 +sub-basement/1 +sub-basements +subbing 1 +sub-branch/1 +sub-branches +subcategory/13 1 +subclass/114 1 +sub-clause +sub-clauses +subcommand +subcommands +subcommittee/2 1 +subcomponent/2 1 +subconscious/14 1 +subcontinent/2 1 +subcontinental +subcontract/29 1 +subcontractor/2 1 +subcultural 1 +subculture/16 1 +subcutaneous/8 1 +subdirectory/53 1 +subdivide/6 1 +subdivision/2 1 +subduction 1 +subdue/6 1 +subdued 1 +sub-edit +sub-edited +sub-editing +sub-editor/1 +sub-editorial +sub-editors +subfamilies +subfamily/1 +subframe/2 1 +subfusc 1 +subgenera 1764 +subgeneric +subgenus 1765 +sub-group +subgroup/2 1 +sub-groups +sub-head +subhead/2 1 +subheading/2 1 +sub-headings +subhuman 1 +subinterval/2 1 +subject/29 1 +subjection/2 1 +subjective/18 1 +subjectivism 1 +subjectivist/9 1 +subjectivity/13 1 +subject 1 +subjoin/10 1 +subjugate/6 1 +subjugation/2 1 +subjunctive/9 1 +sublease/32 1 +sublet/390 1 +subletting 1 +sub-lieutenant/1 +sub-lieutenants +sublimate/28 1 +sublimation/2 1 +sublime/662 1 +sublimer 1 +subliminal/8 1 +subliming 1 +sublimity/13 1 +Sub-Lt. +sublunary +sub-machine-gun +submarginal 1 +submarine/16 1 +submariner/2 1 +submerge/6 1 +submergence/2 1 +submerse/6 1 +submersible/9 1 +submersion/2 1 +submicroscopic 1 +submission/2 1 +submissive/18 1 +submit/11 1 +submittal 1 +submitter/9 1 +submitting 1 +subnet/2 1 +subnormal 1 +suboptimal +suborbital +suborder/2 1 +subordinate/59 1 +subordination/2 1 +subordinative +subordinator 1 +suborn/10 1 +subornation/5 1 +sub-plot/1 +sub-plots +subpoena/29 1 +subregion/2 1 +subregional +subregionally +subrogation/5 1 +subroutine/2 1 +sub-Saharan +subscribe/6 1 +subscriber/2 1 +subscribing 1 +subscript/9 1 +subscripted +subscripting +subscription/2 1 +subscript 1 +subsection/2 1 +sub-sequence/1 +subsequence/5 1 +sub-sequences +subsequent/8 1 +subservience/5 1 +subservient/8 1 +subset/2 1 +subside/6 1 +subsidence/5 1 +subsidiarity 1 +subsidiary/13 1 +subsidisation/9 1 +subsidise/6 1 +subsidiser/1 +subsidisers +subsidization/9 1 +subsidize/6 1 +subsidizer/2 1 +subsidy/13 1 +subsist/10 1 +subsistence/5 1 +subsistent +subsoil/16 1 +subsonic +subspace/2 1 +subspecies/5 1 +substance/2 1 +substandard +sub-standard +substantial/8 1 +substantiate/6 1 +substantiation/2 1 +substantive/43 1 +substation/2 1 +substitutability 1 +substitutable +substitute/28 1 +substitution/2 1 +substitutional 1 +substitutionary +substitutive/8 1 +substrata 1766 +substrate/2 1 +substratum/5 1767 +substructure/2 1 +subsume/6 1 +subsurface 1 +subsystem/2 1 +subtask/2 1 +subtenancy/13 1 +subtenant/2 1 +subtend/10 1 +subterfuge/2 1 +subterranean/42 1 +subtest 1 +subtext/2 1 +subtitle/32 1 +subtle/76 1 +subtlety/13 1 +subtopic/2 1 +subtotal/16 1 +subtract/10 1 +subtracter/2 1 +subtraction/2 1 +subtractive +subtractively +subtrahend/2 1 +subtropical +subtropics +subtype/2 1 +subunit/2 1 +suburb/2 1 +suburbanisation +suburbanisations +suburbanise/6 1 +suburbanite/2 1 +suburbanization/9 1 +suburbanize/6 1 +suburban 1 +suburbia/5 1 +subvention/2 1 +subversion/2 1 +subversive/31 1 +subvert/10 1 +subverter/5 1 +subway/16 1 +subzero +sub-zero +succeed/10 1 +succeeder/5 1 +succeeding 1 +success/3 1 +successful/18 1 +succession/2 1 +successive/18 1 +successor/2 1 +succinct/18 1 +succour/29 1 +succourless 1 +succubus/5 1 +succulence/5 1 +succulent/9 1 +succumb/10 1 +such-and-such +suchlike 1 +such 1 +suck/4 1 +sucker/29 1 +sucking 1 +suckle/6 1 +suckling/2 1 +sucrose/5 1 +suction/29 1 +Sudan/5 1 +Sudanese/5 1 +sudden/18 1 +sudoku +suds 1 +sudsy/37 1 +sue/6 1 +suede/5 1 +sued 1 +suer/2 1 +Sue's +suet/5 1 +suety 1 +Suez/1 +suffer/10 1 +sufferance/5 1 +sufferer/2 1 +suffering/2 1 +suffice/6 1 +sufficiency/5 1 +sufficient/8 1 +suffix/346 1 +suffixation/9 1 +suffocate/6 1 +suffocatingly +suffocating 1 +suffocation/9 1 +Suffolk/5 1 +suffragan/9 1 +suffrage/2 1 +suffragette/2 1 +suffragist/2 1 +suffuse/6 1 +suffused 1 +suffusion/2 1 +Sufi/5 1 +Sufism/5 1 +sugar/29 1 +sugar-coated +sugar-daddies +sugar-daddy/1 +sugaring 1 +sugarless 1 +sugar-pea +sugar-peas +sugarplum/2 1 +sugary 1 +suggest/10 1 +suggested 1 +suggester/2 1 +suggestibility/5 1 +suggestible 1 +suggestion/2 1 +suggestive/18 1 +suicidal/8 1 +suicide/16 1 +suit/29 1 +suitability 1 +suitable/345 1 +suitcase/2 1 +suite/32 1 +suiting 1 +suitor/2 1 +Sukarno/1 +sukiyaki/2 1 +Sukkoth's +sulk/4 1 +sulky/407 1 +Sulla/5 1 +sullen/378 1 +Sullivan/5 1 +sulphate/32 1 +sulphide/2 1 +sulphite/9 1 +sulphonamide/2 1 +sulphur/29 1 +sulphuric +sulphurous 1 +sultan/2 1 +sultana/2 1 +sultanate/2 1 +sultry/80 1 +sully/34 1 +sum/78 1 +sumac/2 1 +Sumatra/5 1 +Sumatran/9 1 +Sumerian/5 1 +summarise/6 1 +summariser/1 +summarisers +summarize/6 1 +summarizer/2 1 +summary/558 1 +summation/2 1 +summer/29 1 +Summerdale/1 +summerhouse/2 1 +summering 1 +Summerskill/1 +summertime/5 1 +summer 1 +summery 1 +summing 1 +summing-up +summit/16 1 +summitless 1 +summon/10 1 +summoner/2 1 +summons/21 1 +Sumner/1 +sumo/2 1 +sump/2 1 +sumptuous/18 1 +Sumter/1 +sun/116 1 +sun-baked +sunbath/4 1 +sunbathe/290 1 +sunbather/2 1 +sunbathing 1 +sunbeam/2 1 +sunbeds +Sunbelt/5 1 +sunblock/9 1 +sunbonnet/2 1 +sunburn/663 1 +sunburnt 1 +sunburst/2 1 +sundae/2 1 +Sundanese/5 1 +Sunday/16 1 +sunder/10 1 +sundering 1 +Sunderland/1 +sundial/2 1 +sundown/5 1 +sundowner/2 1 +sundown 1 +sun-dried +sundry/53 1 +sunfish/3 1 +sunflower/2 1 +sunglasses +sung 1561 +sunken 1562 +sunk 1562 +sunlamp/9 1 +sunless 1 +sunlight/5 1 +sunlit 1 +Sunni/2 1 +Sunnite/2 1 +sunrise/16 1 +sunroof/9 1 +sunscreen/9 1 +sunset/16 1 +sunshade/2 1 +sunshine/5 1 +sunshiny 1 +sunspot/2 1 +sunspots 1 +sunstroke/5 1 +suntan/116 1 +sunny/191 1 +Sunnyvale/1 +sup/175 1 +superabundance/5 1 +superabundant 1 +superannuate/6 1 +superannuation/2 1 +superb/18 1 +supercargo/3 1 +supercharge/6 1 +supercharger/2 1 +supercilious/18 1 +superclass/5 1 +supercomputer/2 1 +supercomputing +superconducting +superconductivity/13 1 +superconductor/2 1 +supercooled +supercooling +supercritical 1 +super-dooper +superego/2 1 +supererogation/5 1 +supererogatory +superficial/8 1 +superficiality/53 1 +superficialness +superficial 1 +superfine +superfluity/13 1 +superfluous/8 1 +superfluousness +superheat/149 1 +superhero/3 1 +superhighway/2 1 +superhuman/8 1 +superimpose/6 1 +superimposition/2 1 +superintend/10 1 +superintendence 1 +superintendency/5 1 +superintendent/2 1 +superior/2 1 +superiority/13 1 +superiorly +superlative/31 1 +superlunary +superman/5 1768 +supermarket/2 1 +supermen's 1769 +supermen 1770 +supermodel/9 1 +supernal 1 +supernatant 1 +supernatural/18 1 +supernaturalism/5 1 +supernatural 1 +supernormal 1 +supernova/22 1 +supernumerary/53 1 +superordinate 1 +superpose/6 1 +superposition/5 1 +superpower/2 1 +supersaturate/6 1 +supersaturation/5 1 +superscribe/6 1 +superscript/9 1 +superscripted +superscripting +superscription/2 1 +supersede/6 1 +superset/2 1 +supersonic/9 1 +supersonically +superstar/2 1 +superstate/9 1 +superstition/2 1 +superstitious/8 1 +superstitiousness +superstore/9 1 +superstructural +superstructure/2 1 +supertanker/2 1 +super 1 +superuser/1 +superusers +supervene/6 1 +supervention 1 +supervise/6 1 +supervision/2 1 +supervisor/2 1 +supervisory +superwoman/5 1771 +superwomen 1772 +supine/18 1 +supper/16 1 +supplant/10 1 +supplanter/5 1 +supple/664 1 +supplement/29 1 +supplemental 1 +supplementary/53 1 +supplementation/9 1 +supple 1 +suppliant/9 1 +supplicant/2 1 +supplicate/6 1 +supplication/2 1 +supplier/2 1 +supply/34 1 +supply's +support/167 1 +supportability/5 1 +supportable 1 +supporter/2 1 +supporting/8 1 +supportive +supportively +supposable +suppose/6 1 +supposed/8 1 +supposing 1 +supposition/2 1 +suppository/13 1 +suppress/7 1 +suppressant/9 1 +suppressible +suppression/2 1 +suppressive +suppressor/9 1 +suppurate/6 1 +suppuration/2 1 +supranational +supranationalism/5 1 +supranationally +supra 1 +supremacist/2 1 +supremacy/13 1 +supreme/18 1 +supremo/5 1 +Supt. +Surabaya/1 +Surat/1 +surcease/16 1 +surcharge/32 1 +surcingle/16 1 +surd/5 1 +sure/100 1 +sure-fire +sure-footed/105 1 +sure-footedly +sure 1 +surety/13 1 +surf/29 1 +surface/134 1 +surface-active +surfacer/2 1 +surface-to-air +surface-to-surface +surfacing 1 +surfactant/2 1 +surfboard/186 1 +surfboarding 1 +surfeit/29 1 +surfeiting 1 +surfer/2 1 +surfing/5 1 +surge/32 1 +surgeon/2 1 +surgery/13 1 +surgical/8 1 +surging 1 +Surinam/5 1 +Suriname/5 1 +Surinamese +surlily +surly/191 1 +surmise/28 1 +surmising 1 +surmount/10 1 +surmountable 1 +surmounting 1 +surname/176 1 +surpass/7 1 +surpassing/8 1 +surplice/2 1 +surplus/114 1 +surprise/32 1 +surprised 1 +surprising/8 1 +surrealism/2 1 +surrealist/9 1 +surrealistic +surrealistically +surreality +surreal 1 +surrender/4 1 +surreptitious/8 1 +surreptitiousness +Surrey/1 +surrogacy 1 +surrogate/16 1 +surround/4 1 +surrounded 1 +surrounding/2 1 +surtax/114 1 +surtitles +surveillance/2 1 +survey/4 1 +surveying 1 +surveyor/2 1 +survivability/5 1 +survivable +survival/2 1 +survivalist/9 1 +survive/6 1 +survivor/2 1 +Susan/1 +Susana/1 +Susanna/1 +Susannah/1 +Susanne/1 +susceptibility/13 1 +susceptible 1 +Susette/1 +sushi/5 1 +Susie/1 +suspect/4 1 +suspected 1 +suspect 1 +suspend/10 1 +suspender/2 1 +suspense/5 1 +suspenseful +suspension/2 1 +suspensive/8 1 +suspensory 1 +suspicion/16 1 +suspicious/18 1 +Susquehanna/5 1 +suss/7 1 +Sussex/5 1 +sustain/10 1 +sustainability 1 +sustainable +sustainably +sustained 1 +sustainer/5 1 +sustaining 1 +sustainment/2 1 +sustenance/5 1 +Sutcliffe/1 +Sutherland/1 +sutler/2 1 +Sutton/1 +suture/32 1 +SUV +Suva/5 1 +Suzann/1 +Suzanne/1 +suzerain/2 1 +suzerainty/13 1 +Suzette/1 +Suzie/1 +Suzuki/1 +Suzy/1 +Svalbard/5 1 +sveltely +svelte 1 +Sven/1 +Svetlana/1 +swab/152 1 +swaddle/28 1 +swag/111 1 +swagger/167 1 +swaggerer 1 +swaggering 1 +Swahili/2 1 +swain/2 1 +SWAK +Swale +swallow/4 1 +swallower/5 1 +swallowtail/2 1 +swami/2 1 +swamp/29 1 +swampiness +swampland/2 1 +swamp 1 +swampy/37 1 +swam 1773 +swan/116 1 +swank/348 1 +swanker 1 +swanky/80 1 +swanlike +Swansea/5 1 +Swanson/1 +swansong 1 +swap/175 1 +swappable +swapper/2 1 +swapping 1 +sward/90 1 +swarm/29 1 +swarming 1 +Swarthmore/1 +swarthy/191 1 +swart 1 +Swartz/1 +swash/55 1 +swashbuckler/2 1 +swashbuckling 1 +swashing 1 +swastika/2 1 +swat/358 1 +swatch/3 1 +swath/29 1 +swathe/28 1 +swatter/16 1 +sway/4 1 +swayback/9 1 +swaybacked +swayback 1 +swaying 1 +Swazi/2 1 +Swaziland/5 1 +Swazi 1 +swear/140 1774 +swearer/2 1 +swearing 1 +swearword/2 1 +sweat/29 1 +sweatband/2 1 +sweater/2 1 +sweating 1 +sweatpants 1 +sweatshirt/9 1 +sweatshop/2 1 +sweaty/80 1 +swede/2 1 +Sweden/5 1 +Swedenborg/1 +Swedish 1 +Sweeney/1 +sweep/128 1775 +sweeper/2 1 +sweeping/42 1 +sweepstake/2 1 +sweet/447 1 +sweetbread/2 1 +sweetbrier/2 1 +sweetcorn +sweeten/10 1 +sweetener/2 1 +sweetening/5 1 +sweetheart/2 1 +sweetie/2 1 +sweetish 1 +sweetmeat/2 1 +sweetshop/2 1 +sweet-talking +sweet-tempered 1 +swell/4 1776 +swelling/2 1 +swell 1 +swelter/4 1 +sweltering/8 1 +Swenson/1 +sweptback 1 +swept 1777 +swerve/28 1 +swerving 1 +swift/616 1 +swifter 1 +swig/111 1 +swill/4 1 +swilling 1 +swim/665 1778 +swimmer/2 1 +swimming/8 1 +swimsuit/2 1 +swimwear +Swinburne/1 +swindle/28 1 +swindler/2 1 +swindling 1 +Swindon/1 +swine/5 1 +swineherd/2 1 +swing/647 1779 +swingeing/8 1 +swinger/2 1 +swinging/8 1 +swingletree/2 1 +swingy/194 1 +swinish/73 1 +swipe/32 1 +swirl/4 1 +swirling 1 +swirly/37 1 +swish/55 1 +swishing 1 +swish 1 +swishy/194 1 +Swiss 1 +switch/178 1 +switchback/16 1 +switch-blade/1 +switch-blades +switchboard/2 1 +switched-on +switcher/2 1 +switchgear 1 +switching 1 +switch-over/1 +Swithin/1 +Switzer/5 1 +Switzerland/5 1 +swivel/86 1 +swivelling 1 +swizz/68 1 +swizzle/221 1 +swizzler 1 +swizzle-stick/1 +swizzle-sticks +swizzling 1 +swollen 1780 +swoon/4 1 +swooning 1 +swoop/4 1 +swoosh/55 1 +sword/16 1 +swordfish/3 1 +swordplay/5 1 +swordsman/5 1781 +swordsmanship/5 1 +swordsmen's 1782 +swordsmen 1783 +swordtail/5 1 +swore 1784 +sworn 1784 +swot/52 1 +SW 1 +swum 1773 +swung 1785 +sybarite/2 1 +sybaritic +Sybil/1 +Sybille/1 +sycamore/2 1 +sycophancy/53 1 +sycophant/2 1 +sycophantic +sycophantically +Sydney/5 1 +Sykes/1 +syllabary 1 +syllabic 1 +syllabification/2 1 +syllabify/34 1 +syllabi 1786 +syllable/16 1 +syllabub/5 1 +syllabus/3 1787 +syllogism/2 1 +syllogistic 1 +sylph/2 1 +sylph-like +sylphlike 1 +Sylvania/1 +Sylvan's +sylvan 1 +Sylvester/1 +Sylvia/1 +Sylvie/1 +symbiont/5 1 +symbioses 1788 +symbiosis/5 1789 +symbiotically +symbiotic 1 +symbol/16 1 +symbolical/8 1 +symbolic 1 +symbolisation/9 1 +symbolise/6 1 +symbolism/2 1 +symbolist/2 1 +symbolization/9 1 +symbolize/6 1 +symmetrical/8 1 +symmetric 1 +symmetrise/6 1 +symmetrize/6 1 +symmetry/13 1 +sympathetic/46 1 +sympathise/6 1 +sympathiser/2 1 +sympathize/6 1 +sympathizer/2 1 +sympathy/13 1 +symphonic 1 +symphonists +symphony/13 1 +symposia 1790 +symposium/2 1791 +symptom/2 1 +symptomatic/46 1 +symptomatology/5 1 +symptomless 1 +synaereses 1792 +synaeresis 1793 +synaesthesia 1 +synaesthetic +synagogal +synagogue/2 1 +synapse/16 1 +synapses 1794 +synaptic 1 +sync/4 1 +synchronisation/9 1 +synchronise/6 1 +synchroniser/2 1 +synchronism/5 1 +synchronization/9 1 +synchronize/6 1 +synchronizer/2 1 +synchronous/8 1 +synchrony 1 +synchrotron/5 1 +synch 1 +synclinal 1 +syncline/2 1 +syncopal +syncopate/6 1 +syncopation/2 1 +syncopator/2 1 +syncope/5 1 +sync 1 +syndactyl 1 +syndactyly +syndic/2 1 +syndical +syndicalism 1 +syndicalist 1 +syndicate/32 1 +syndication/9 1 +syndrome/2 1 +syndromic +synergism/2 1 +synergistic 1 +synergy/13 1 +syngamous +syngamy 1 +syngenesis 1 +synod/2 1 +synodal 1 +synodical +synodic 1 +synoecious +synonym/2 1 +synonymic +synonymity 1 +synonymous/73 1 +synonymy/13 1 +synopses 1795 +synopsis/5 1796 +synoptic 1 +syntactical/8 1 +syntactic 1 +syntax/3 1 +syntheses 1797 +synthesis/114 1798 +synthesise/6 1 +synthesiser/2 1 +synthesize/6 1 +synthesizer/2 1 +synthetic/9 1 +synthetically +synthetic 1 +syphilis/5 1 +syphilitic/9 1 +syphon/197 1 +Syracuse/5 1 +Syria/5 1 +Syrian/2 1 +syringe/32 1 +syrup/16 1 +syrupy 1 +system/2 1 +systematic/54 1 +systematisation/9 1 +systematise/6 1 +systematiser/2 1 +systematization/9 1 +systematize/6 1 +systematizer/2 1 +systemically +systemic 1 +systole/2 1 +systolic 1 +syzygy/53 1 +Szechuan/5 1 +T/5 1 +t/46 1 +tab/152 1 +Tabasco/5 1 +Tabb/1 +tabbouleh/9 1 +tabby/303 1 +Taber/1 +tabernacle/16 1 +Tabitha/1 +tabla/2 1 +table/32 1 +tableau/117 1 +tablecloth/2 1 +tableland/2 1 +tablespoon/2 1 +tablespoonful/2 1 +tablet/16 1 +table-top +tabletop/2 1 +tableware/5 1 +tabling 1 +tabloid/2 1 +taboo/29 1 +tabor/16 1 +tabular/8 1 +tabulate/6 1 +tabulation/2 1 +tabulator/2 1 +tac +tachograph/9 1 +tachometer/2 1 +tachycardia/2 1 +tacit/18 1 +taciturn/8 1 +taciturnity/5 1 +tack/29 1 +tackier 1799 +tackiest 1799 +tacking 1 +tackle/32 1 +tackler/2 1 +tackling 1 +tacky/179 1 +taco/2 1 +Tacoma/5 1 +tact/5 1 +tactful/73 1 +tactic/2 1 +tactical/8 1 +tactician/2 1 +tactilely +tactile 1 +tactility 1 +tactless/73 1 +tactual/8 1 +tadpole/2 1 +Taff/1 +taffeta/2 1 +taffetas 1 +Taffies +taffrail/2 1 +Taffy/1 +Taft/5 1 +tag/111 1 +Tagalog/5 1 +Tahiti/5 1 +Tahitian/9 1 +Tahoe/1 +taiga/2 1 +tail/29 1 +tailback/2 1 +tailboard 1 +tailcoat/9 1 +tail-end +tail-ender +tail-enders +tailgate/666 1 +tailgater/5 1 +tailgate 1 +tailing/2 1 +tailless 1 +tailor/29 1 +tailoring 1 +tailor-made +tailpipe/2 1 +tailplane 1 +tailspin/2 1 +tail 1 +tailwind/2 1 +taint/4 1 +Taipei/5 1 +Tait/1 +Taiwan/5 1 +Taiwanese 1 +Tajikistan/5 1 +take/313 1800 +takeaway/9 1 +take-home +take-off/1 +take-offs +takeover/2 1 +taker/2 1 +take-up +taking/9 1 +Talbert/1 +Talbot/5 1 +talc/5 1 +talcum 1 +tale/2 1 +talebearer/2 1 +talent/2 1 +talented +talentless 1 +Taliban/1 +Taliesin/1 +talisman/2 1 +talismanic +talk/4 1 +talkative/73 1 +talker/2 1 +talkie/9 1 +talking 1 +talky/53 1 +tall/597 1 +Talladega/1 +Tallahassee/5 1 +tallboy/2 1 +Talley/1 +Tallinn/5 1 +tallish 1 +tallow/5 1 +tallowy 1 +Tallulah/1 +Talmud/5 1 +Talmudic +Talmudist/2 1 +talon/2 1 +taloned +talus/3 1 +tally/34 1 +tally-hos +tally-ho's +Tally's +Tam/1 +tamale/2 1 +Tamar/1 +Tamara/1 +tamarack/2 1 +tamarind/2 1 +tamazepam +tambourine/2 1 +tame/667 1 +tameability +tameable 1 +tamer/2 1 +tames 1801 +Tamil/2 1 +taming 1 +Tami's 1802 +Tami 1803 +Tammany/5 1 +Tammie/1 +Tammy/1 +tamp/4 1 +Tampa/5 1 +Tampax/1 +tamper/4 1 +Tampere +tamperer/2 1 +tampering 1 +tamping 1 +tampon/29 1 +Tamworth 1 +tan/255 1 +tanager/2 1 +Tanaka/1 +tanbark/2 1 +tandem/2 1 +tandoori/9 1 +Tandy/1 +T'ang +tang/16 1 +Tanganyika/5 1 +tangelo/2 1 +tangency/5 1 +tangent/2 1 +tangential/8 1 +tangent 1 +tangerine/2 1 +tangibility/13 1 +tangible/327 1 +Tangier's +tangle/32 1 +tangling 1 +tango/29 1 +tangy/37 1 +Tania/1 +tank/29 1 +tankard/2 1 +tanker/2 1 +tankful/2 1 +tanking 1 +Tannenbaum/1 +tanner/2 1 +tannery/13 1 +Tannhäuser +Tannhäuser's +tannin/2 1 +tanning/2 1 +tansy/13 1 +tantalisation/9 1 +tantalise/6 1 +tantaliser/2 1 +tantalisingly +tantalising 1 +tantalization/9 1 +tantalize/6 1 +tantalizer/2 1 +tantalizing/8 1 +tantalum/5 1 +Tantalus/5 1 +tantamount +tantra/9 1804 +tantrum/2 1805 +Tanzania/5 1 +Tanzanian/9 1 +Tanya/1 +Tao/5 1 +Taoism/2 1 +Taoist/2 1 +Taoistic +Taoist 1 +tap/110 1 +tap-dance +tap-dancing +tape/134 1 +tapeable +tapeless 1 +tapelike +taper/29 1 +tape-record +tape-recording +tapering 1 +tapes 1806 +tapestry/383 1 +tapeworm/2 1 +tapioca/2 1 +tapir/2 1 +tapper/2 1 +tappet/2 1 +tapping 1 +taproom/2 1 +tar/120 1 +Tara/5 1 +taramasalata 1 +tarantella/2 1 +tarantula/2 1 +Tarawa/5 1 +tardy/407 1 +tare/16 1 +target/29 1 +tariff/29 1 +tarmac/494 1 +tarmacadam 1 +tarmac 1 +tarn/2 1 +tarnish/55 1 +tarnishable +taro/2 1 +tarot/2 1 +tarpaulin/2 1 +tarpon/2 1 +tarragon/2 1 +tarrier 1 +tarring 1 +tarry/199 1 +Tarrytown/1 +tarsal 1 +tarsi 1807 +tarsus/5 1808 +tart/569 1 +tartan/2 1 +tartar/2 1 +tartaric +tar 1 +Tartuffe/5 1 +Tarzan/5 1 +Tashkent/5 1 +task/29 1 +tasking 1 +taskmaster/2 1 +taskmistress/3 1 +Tasman +Tasmania/5 1 +Tasmanian/9 1 +Tass/1 +tassel/86 1 +tasselling 1 +taste/32 1 +tasteful/18 1 +tasteless/18 1 +taster/2 1 +tasting/9 1 +ta 1809 +tasty/80 1 +tat/358 1 +Tatar/2 1 +Tate/1 +tater/2 1 +Tatiana/1 +Ta 1 +tatter/259 1 +tatting 1 +tattle/28 1 +tattler/2 1 +tattling 1 +tattoo/29 1 +tattooer/2 1 +tattooist/2 1 +Tatum/1 +tatty/194 1 +tau/5 1 +taught 1810 +taunt/4 1 +taunter/2 1 +taunting/8 1 +Taunton +taupe/5 1 +Taurus/5 1 +taut/229 1 +tauten/10 1 +tautological/8 1 +tautologous +tautology/13 1 +taut 1 +tavern/2 1 +taverna/9 1 +tawdry/80 1 +tawnier 1811 +tawniest 1811 +tawny/593 1 +tax/21 1 +taxable/327 1 +taxation/2 1 +tax-deductible +taxer/9 1 +taxes 1812 +tax-free +taxi/374 1 +taxicab/2 1 +taxidermist/2 1 +taxidermy/13 1 +taximeter/2 1 +taxing/9 1 +taxingly +taxi's 1813 +taxis 1814 +taxi 1815 +taxiway/2 1 +taxonomic +taxonomical/8 1 +taxonomist/2 1 +taxonomy/13 1 +taxpayer/2 1 +taxpaying +Taylor/5 1 +Tayside/1 +Tay 1 +TBA +Tbilisi/5 1 +Tb 1 +Tchaikovsky/1 +TCP 1 +Tc 1 +TDD +tea/16 1 +teabag +teabags +teacake/2 1 +teach/223 1816 +teachable 1 +teacher/2 1 +teach-in +teaching/2 1 +teacloth +teacup/2 1 +teacupful/2 1 +teak/2 1 +teal/2 1 +tea-leaf +tea-leaves +team/29 1 +teaming 1 +team-mate +team-mates +teamster/2 1 +team 1 +teamwork/5 1 +teapot/2 1 +tear/186 1817 +tearaway 1 +tear-drop/1 +tear-drops +tear-duct +tear-ducts +tearful/73 1 +tear-gas +tear-gassed +tear-gassing +tearing 1 +tear-jerker +tearjerker/9 1 +tearless/73 1 +tear-off +tearoom/2 1 +teas/7 1 +tease/28 1 +teasel/16 1 +teaser/2 1 +teashop/2 1 +teasing/8 1 +teaspoon/2 1 +teaspoonful/2 1 +teat/2 1 +teatime/2 1 +teazel 1 +teazle 1 +technetium/5 1 +technical/8 1 +technicality/13 1 +technical 1 +technician/2 1 +technique/2 1 +technocracy/13 1 +technocrat/9 1 +technocratic +technological/8 1 +technologist/2 1 +technology/13 1 +technophiles +technophobia 1 +technophobic +techs +tectonic/54 1 +Tecumseh/5 1 +Ted/5 1 +teddy/13 1 +tedious/18 1 +tedium/5 1 +tee/57 1 +tee-heed +teem/10 1 +teeming 1 +teen/9 1 +teenage/525 1 +teenager/2 1 +teensy 1 +teensy-weensy +teen 1 +teeny/37 1 +teeny-bopper/1 +teeny-boppers +teeny-weeny +teepee/2 1 +Tees/1 +teeter/4 1 +teethe/290 1 +teething 1 +teeth's 1818 +teeth 1819 +teetotalism/2 1 +teetotaller/2 1 +teetotal 1 +tee 1 +TEFL +Teflon/5 1 +Tegucigalpa/5 1 +Teheran's +Tehran/1 +Teignbridge +TEirtza/1 +tektite/2 1 +Tektronix/1 +Tel. +telecast/128 1 +telecaster/2 1 +Telecom +telecommunicate 1 +telecommunication/2 1 +telecommute/104 1 +telecommuter/2 1 +telecommuting 1 +telecoms +teleconference/32 1 +teleconferencing 1 +Teledyne/1 +telefacsimile 1 +telefax 1 +Telefonica +Telefunken/1 +telegram/78 1 +telegraph/29 1 +telegrapher/2 1 +telegraphic +telegraphically +telegraphist/2 1 +telegraphy/5 1 +telekinesis/5 1 +telekinetic +Telemann/1 +telemarketer/9 1 +telemarketing 1 +telemeter/16 1 +telemetric +telemetry/13 1 +teleological +teleology/5 1 +telepathic/46 1 +telepathy/13 1 +telephone/32 1 +telephonic 1 +telephonist/2 1 +telephony/5 1 +telephoto/9 1 +teleprinter/2 1 +TelePrompTers +Teleprompter 1 +telescope/32 1 +telescopic/46 1 +teletext 1 +telethon/2 1 +Teletype/2 1 +televangelism/9 1 +televangelist/9 1 +televise/6 1 +television/2 1 +televisual +teleworking +telex/21 1 +Telford/1 +tell/128 1820 +teller/16 1 +telling/8 1 +tell-tale/1 +tell-tales +tellurium/5 1 +Telugu/5 1 +telly/13 1 +temerity/13 1 +temp/63 1 +Tempe/1 +temper/29 1 +tempera/2 1 +temperament/2 1 +temperamental/8 1 +temperance/5 1 +temperate/73 1 +temperature/2 1 +tempering 1 +tempest/16 1 +tempestuous/73 1 +template/2 1 +temple/2 1 +Templeton/1 +tempo/85 1 +temporal/8 1 +temporary/668 1 +temporise/6 1 +temporiser/2 1 +temporisingly +temporising 1 +temporize/6 1 +temporizer/2 1 +temporizingly +temporizing 1 +tempt/10 1 +temptation/2 1 +tempter/2 1 +tempting/8 1 +temptress/3 1 +tempura/2 1 +ten/669 1 +tenability/13 1 +tenable/17 1 +tenacious/73 1 +tenacity/53 1 +tenancy/13 1 +tenant/29 1 +tench/5 1 +tend/10 1 +tendency/13 1 +tendentious/18 1 +tender/569 1 +tenderer 1 +tenderfoot/2 1 +tender-hearted/8 1 +tender-heartedness/1 +tendering 1 +tenderise/6 1 +tenderiser/2 1 +tenderize/6 1 +tenderizer/2 1 +tenderloin/2 1 +tendinitis 1 +tendon/2 1 +tendril/2 1 +tenebrous 1 +tenement/2 1 +tenet/2 1 +TENEX/1 +tenfold 1 +Tenneco/1 +tenner 1 +Tennessee/5 1 +tennis/5 1 +tenon/16 1 +tenor/2 1 +tenpin/2 1 +tens/670 1 +tense/671 1 +tensile 1 +tension/29 1 +tensional +tensionally +tensioner/9 1 +tensionless 1 +tensor/2 1 +tent/29 1 +tentacle/2 1 +tentacled +tentative/8 1 +tentativeness +tentative 1 +tenter/5 1 +tenterhook/2 1 +tenter 1 +tenth/42 1 +tenting 1 +tenuous/73 1 +tenure/176 1 +ten-year +Tennyson/1 +tepee/2 1 +tepid/73 1 +tepidity/53 1 +tequila/2 1 +teratology/5 1 +terbium/5 1 +tercel/5 1 +tercentenary/53 1 +tercentennial/9 1 +Terence/1 +Teresa/1 +Teri/1 +term/29 1 +termagant/2 1 +terminable 1 +terminal/43 1 +terminate/6 1 +termination/2 1 +terminator/2 1 +termini 1821 +terminological/8 1 +terminology/13 1 +terminus/5 1822 +termism +termite/2 1 +term-time +tern/16 1 +ternary/53 1 +Terpsichore/5 1 +Terpsichorean +Terra/1 +terrace/32 1 +terracing 1 +terracotta 1 +terrain/2 1 +Terrance/1 +terrapin/2 1 +terrarium/2 1 +terrazzo/5 1 +Terre/1 +Terrell/1 +Terrence/1 +terrestrial/43 1 +Terri/1 +terrible/345 1 +Terrie/1 +terrier/2 1 +terrific/46 1 +terrify/34 1 +terrifying/8 1 +Terrill/1 +terrine/5 1 +territorial/8 1 +territoriality/5 1 +territorial 1 +territory/13 1 +terror/2 1 +terrorisation/9 1 +terrorise/6 1 +terroriser/2 1 +terrorism/5 1 +terrorist/2 1 +terrorization/9 1 +terrorize/6 1 +terrorizer/2 1 +terror-stricken +terry/672 1 +terse/511 1 +tertian 1 +tertiary/53 1 +TESL +Tesla/1 +TESOL +Tessa/1 +tessellate/6 1 +tessellation/2 1 +test/71 1 +testability/5 1 +testable 1 +testament/2 1 +testamentary +testate 1 +testator/2 1 +testatrix 1 +test-drive +test-driving +tester/2 1 +testes 1823 +testicle/2 1 +testicular +testifier/2 1 +testify/34 1 +testimonial/2 1 +testimony/13 1 +testing 1 +testis/5 1824 +testosterone/2 1 +test-tube +testy/407 1 +tetanus/5 1 +tetchy/543 1 +tether/29 1 +tetra/2 1 +tetrachloride/5 1 +tetrachord/2 1 +tetracyclic +tetracycline/2 1 +tetrafluoride 1 +tetragon/2 1 +tetragonal/8 1 +tetrahedral/8 1 +tetrahedra 1825 +tetrahedron/2 1826 +tetrameter/2 1 +tetraplegia +tetraplegic +tetrapod 1 +tetrarch 1 +tetrastich 1 +tetrasyllabic +tetrasyllable 1 +tetrathlon 1 +tetravalent +tetrode 1 +Te 1 +Tettenhall +Teuton/5 1 +Teutonic +Tewkesbury +Tex +Texaco/1 +Texan/9 1 +Texas/5 1 +TeX's +text/2 1 +textbook/2 1 +textile/2 1 +Textron/1 +textual 1 +textually 1 +textural +texturally +texture/32 1 +TFT +Thad/1 +Thaddeus/1 +Thai/9 1 +Thailand/5 1 +Thai 1 +thalami 1827 +thalamus/5 1828 +thalidomide/2 1 +thallium/5 1 +thallophyte/5 1 +Thameslink +Thames 1 +than +thane/2 1 +thank/10 1 +thankful/73 1 +thankless/73 1 +thanksgiving/2 1 +that/5 1 +thatch/21 1 +Thatcher/1 +thatcher/2 1 +Thatcherite 1 +thatching/5 1 +that'd +that'll +that 1 +thaw/4 1 +thawing 1 +Thayer/1 +Thayne/1 +THC +Theadora/1 +theatre/2 1 +theatregoer/2 1 +theatregoing +theatrical/42 1 +theatricality/13 1 +theatrics +Thebes 1 +thee 1 +theft/2 1 +their/9 1 +theism/2 1 +theist/2 1 +theistic 1 +theist 1 +Thelma/1 +thematic/54 1 +theme/176 1 +themselves 1 +them 1 +thenceforth +thenceforward 1 +thence 1 +then 1 +Theo/1 +theocracy/13 1 +theocratic +theodolite/2 1 +Theodora/1 +Theodore/1 +Theodosia/1 +Theodosius/1 +theologian/2 1 +theological/8 1 +theology/13 1 +theorem/2 1 +theoretical/8 1 +theoretician/2 1 +theoretic 1 +theorisation/9 1 +theorise/6 1 +theoriser/2 1 +theorist/2 1 +theorization/9 1 +theorize/6 1 +theorizer/2 1 +theory/13 1 +theosophic +theosophical 1 +theosophist/2 1 +theosophy/13 1 +therapeutic/9 1 +therapeutically +therapist/2 1 +therapy/13 1 +Theravada/5 1 +there/5 1 +thereabout/9 1 +thereafter +thereat 1 +thereby 1 +there'd +therefore +therein 1 +there'll +thereof 1 +thereon 1 +Theresa/1 +Therese/1 +thereto +theretofore +there 1 +thereunder +thereunto +thereupon +therewith +therm/2 1 +thermal/42 1 +thermionic/39 1 +thermistor/2 1 +thermochemical 1 +thermocouple/2 1 +thermodynamic/9 1 +thermodynamically +thermoelastic +thermoelectric +thermoformed +thermoforming +thermoluminescence/5 1 +thermometer/2 1 +thermometric 1 +thermometry/5 1 +thermonuclear +thermopile/5 1 +thermoplastic/9 1 +Thermos/3 1 +thermosetting +thermostat/16 1 +thermostatic/46 1 +Theron/1 +thesauri 1829 +thesaurus/3 1830 +these/9 1 +theses 1831 +Theseus 1 +thesis/5 1832 +Thespian/9 1 +Thessalonian 1 +Thessaly/5 1 +theta/2 1 +the 1 +they'd +they'll +they're +they 1 +they've +thiamine/5 1 +thick/273 1 +thicken/10 1 +thickener/2 1 +thickening/5 1 +thicket/2 1 +thick-headed +thickhead 1 +thickish +thickset 1 +thick-skinned +thick 1 +thief/139 1 +Thiensville/1 +Thierry +thieve/6 1 +thievery/13 1 +thieving 1 +thievish/105 1 +thigh/2 1 +thigh-bone/1 +thigh-bones +thimble/16 1 +thimbleful/2 1 +Thimphu/1 +thin/673 1 +thine 1 +thing/2 1 +thingamabob/2 1 +thingamajig/2 1 +think/128 1833 +thinkable 1 +thinker/2 1 +thinking/9 1 +think-tank +thinner/2 1 +thinning 1 +thinnish +third/440 1 +third-class +third-party +third-rate +thirst/29 1 +thirstiness +thirsty/543 1 +thirteen/5 1 +thirteenfold +thirteenth/9 1 +thirteen 1 +thirtieth/9 1 +thirty/13 1 +thirty-eight +thirty-eightfold +thirty-eighth +thirty-eighths +thirty-fifth +thirty-fifths +thirty-first +thirty-firsts +thirty-five +thirty-fivefold +thirtyfold +thirty-four +thirty-fourfold +thirty-fourth +thirty-fourths +thirty-nine +thirty-ninefold +thirty-ninth +thirty-ninths +thirty-one +thirty-onefold +thirty-second +thirty-seconds +thirty-seven +thirty-sevenfold +thirty-seventh +thirty-sevenths +thirty-six +thirty-sixfold +thirty-sixth +thirty-sixths +thirty-third +thirty-thirds +thirty-three +thirty-threefold +thirty 1 +thirty-two +thirty-twofold +this'll +thistle/2 1 +thistledown/5 1 +Thistlethwaite/1 +this 1 +thither 1 +thole/5 1 +Thom/1 +Thomas 1 +Thomism/5 1 +Thompson/1 +Thomson/1 +thong/2 1 +thonged +Thor/5 1 +thoracic +thorax/3 1 +Thoreau/5 1 +thorium/5 1 +thorn/16 1 +Thorndike/1 +thorniness +Thornton/1 +thorny/37 1 +thorough/18 1 +thoroughbred/9 1 +thoroughfare/2 1 +thoroughgoing 1 +Thorpe/1 +those 1 +thought/2 1 +thoughtful/73 1 +thoughtless/18 1 +thought-provoking +though 1 +thought 1834 +thousand/2 1 +thousandfold +thousandth/9 1 +thousand 1 +thou 1 +Thrace/5 1 +Thracian/5 1 +thrall/16 1 +thrash/55 1 +thrasher/2 1 +thrashing/2 1 +thread/29 1 +threadbare 1 +threadlike 1 +threat/16 1 +threaten/10 1 +threatening/8 1 +three/2 1 +three-colour +three-cornered +three-dimensional +three-dimensionally +three-fold +threefold 1 +three-handed +three-legged +three-line +threepence/5 1 +threepenny 1 +three-phase +three-piece +three-ply +three-point +three-pronged +three-quarter +three-quarters +threescore 1 +threesome/2 1 +three 1 +three-way +three-wheeler +threnody/13 1 +thresh/55 1 +thresher/2 1 +threshing 1 +threshold/2 1 +threw 1835 +thrice-married +thrice 1 +thrift/2 1 +thriftless 1 +thrifty/407 1 +thrill/29 1 +thriller/2 1 +thrilling/8 1 +thrive/6 1 +thriving/8 1 +throat/90 1 +throaty/80 1 +throb/158 1 +throbbing 1 +throe/16 1 +thrombi 1836 +thromboses 1837 +thrombosis/5 1838 +thrombus/5 1839 +throne/176 1 +throng/29 1 +throttle/32 1 +throttling 1 +throughout 1 +throughput/2 1 +through-traffic +through 1 +throw/166 1840 +throwaway/2 1 +throwback/2 1 +thrower/2 1 +throw-in +throwing 1 +thrum/271 1 +thrumming 1 +thrush/3 1 +thrust/128 1 +thruster/2 1 +thrusting 1 +Th 1 +Thu +thud/131 1 +thudding 1 +thug/2 1 +thuggery/5 1 +thuggishness +thuggish 1 +Thule/5 1 +thulium/5 1 +thumb/29 1 +thumbnail/2 1 +thumbprint 1 +thumbscrew/2 1 +thump/29 1 +thumper 1 +thumping 1 +thunder/29 1 +Thunderbird/1 +Thunderbirds +thunderbolt/2 1 +thunder-box +thunderclap/2 1 +thundercloud/2 1 +thunderflash/68 1 +thunderingly +thundering 1 +thunderous/8 1 +thunderstorm/2 1 +thunderstruck 1841 +thundery 1 +thunk 1 +Thur +Thurman/1 +Thurrock/1 +Thurs +Thursday/2 1 +Thurston/1 +thus 1 +thwack/4 1 +thwacking 1 +thwart/167 1 +thwarted 1 +thwarter/5 1 +thwarting 1 +thyme/2 1 +thymine/5 1 +thymus/3 1 +thyristor/2 1 +thyroid/9 1 +thyroidal 1 +thyroid 1 +thyrotrophic +thyrotropic +thyrotropin 1 +thyroxine/5 1 +thyself 1 +thy 1 +tiara/2 1 +Tiber/5 1 +Tiberius/1 +Tibet/5 1 +Tibetan/9 1 +tibia/70 1 +Tiburon/1 +tic/594 1 +tick/29 1 +ticker/2 1 +ticker-tape +ticket/29 1 +ticket-day +ticket-of-leave +tickety +tickety-boo +ticking 1 +tickle/28 1 +tickler/2 1 +tickling 1 +ticklish/33 1 +tick-tack +tick-tock/1 +tick-tocked +tick-tocking +tick-tocks +Ticonderoga/1 +tic-tac +tic 1 +tidal/8 1 +tiddlywinks +tide/28 1 +tidewater/2 1 +tideway/5 1 +Tidey/1 +tidier 1 +tiding/9 1 +tidy/674 1 +tie/176 1842 +tieback/2 1 +tie-break +tiebreaker/2 1 +tie-in +Tienanmen +tier/90 1 +Tierney/1 +TIF +TIFF +tiff/16 1 +Tiffany/1 +tiger/2 1 +tigerish 1 +tight/659 1 +tight-arsed +tighten/10 1 +tight-fisted +tight-fitting +tight-knit +tight-lipped +tightly-knit +tightrope/16 1 +tigress/3 1 +Tigris/5 1 +Tijuana/5 1 +tike's +tilde/2 1 +tile/32 1 +tiler/2 1 +tiling 1 +till/4 1 +tillable 1 +tillage/2 1 +tiller/16 1 +tilling 1 +Tillman/1 +tilt/4 1 +tilters +tilth/5 1 +tilting 1 +Tilly/1 +Tim/1 +Timaeus +timber/29 1 +timbering 1 +timberline/9 1 +timbre/2 1 +timbrel/2 1 +Timbuktu/5 1 +time/134 1 +time-and-motion +timebase +time-consuming +time-honoured +timekeeper/2 1 +timekeeping/5 1 +time-lapse +timeless/105 1 +timelessly +timeless 1 +timely/191 1 +time-out +time-outs +timepiece/2 1 +timer/2 1 +time-scale +time-scales +time-server/1 +time-servers +time-serving +time-servings +time-share +time-shared +time-shares +time-sharing +timeslot/1 +timeslots +timespan +time-spans +timestamped +timestamps +timetable/32 1 +time-wasting +time-work +time-worn +Timex/1 +timid/73 1 +timidity/13 1 +timid 1 +timing/2 1 +Timmy/1 +timorous/73 1 +Timothy/1 +timpanist/9 1 +timpani 1 +Tims +Timur/5 1 +tin/116 1 +Tina/1 +tincture/32 1 +tinder/5 1 +tinderbox/3 1 +tine/16 1 +tinfoil/5 1 +ting/149 1 +tinge/661 1 +tin-glaze +tingle/28 1 +tingling 1 +tingly/37 1 +Ting's +ting 1 +tinker/29 1 +tinkerer/9 1 +tinkering 1 +tinkle/28 1 +Tinkler/1 +tinkling 1 +tinkly 1 +tinning 1 +tinnitus/5 1 +tin-opener +tin-pan +tin-plate/1 +tinpot 1 +tinsel/402 1 +tinselling 1 +tinsmith/2 1 +tint/29 1 +tin-tack +tinting 1 +tintinnabulation/2 1 +tin 1 +tinware/5 1 +tiny/191 1 +tinny/80 1 +Tioga/1 +tip/110 1 +tip-offs +Tippecanoe/1 +tipper/2 1 +Tipperary/1 +tippet/2 1 +tipping 1 +tipple/28 1 +tippler/2 1 +tipster/2 1 +tipsy/80 1 +tiptoe/661 1 +Tipton +tip-top +tiptop 1 +tirade/2 1 +Tirana/5 1 +Tirane +tire/28 1 +tired/73 1 +Tiree/1 +tireless/73 1 +tiresome/73 1 +tiring 1 +Tirol/5 1 +Tirolean/9 1 +tissue/16 1 +tit/16 1 +titan/2 1 +Titania/1 +Titanic's +titanic 1 +titanium/5 1 +titbit/2 1 +titch 1 +titchy +tit-for-tat +tithe/32 1 +tithing 1 +Titian/5 1 +titillate/6 1 +titillating/8 1 +titillation/2 1 +titivate/6 1 +titivation/2 1 +title/32 1 +title-deed/1 +title-deeds +titleholder/2 1 +title-page +title 1 +titling 1 +titmice 1843 +titmouse/5 1844 +Tito/1 +titrate/6 1 +titration/5 1 +titre/2 1 +Ti 1 +titter/29 1 +tittering 1 +tittle/16 1 +tittle-tattle +titular/8 1 +Titus/1 +Tiverton/1 +tizz 1 +tizzy/13 1 +T-junction +T-junctions +TKO 1 +TLC 1 +Tm 1 +TNT 1 +toad/16 1 +toadstool/2 1 +toady/77 1 +toadyism/5 1 +toast/29 1 +toaster/2 1 +toasting-fork +toasting 1 +toastmaster/2 1 +toastmistress/68 1 +toasty/37 1 +tobacco/2 1 +tobacconist/2 1 +Tobago/5 1 +Tobias/1 +Tobin/1 +toboggan/29 1 +tobogganer/2 1 +tobogganing 1 +tobogganist/2 1 +Toby/5 1 +toccata/5 1 +tock/10 1 +tock's +tocsin/2 1 +today/5 1 +Todd/1 +toddle/28 1 +toddler/2 1 +toddy/13 1 +to-do +toe/176 1 +toecap/2 1 +TOEFL +toehold/2 1 +toenail/16 1 +toe 1 +toffee/2 1 +tofu/9 1 +tog/111 1 +toga/2 1 +togaed 1 +together/105 1 +toggle/32 1 +Togo/5 1 +Togolese 1 +toil/29 1 +toiler/2 1 +toilet/29 1 +toiletry/13 1 +toilette/2 1 +toiling 1 +toilsome/73 1 +toil-worn +toity +token/16 1 +tokenise +tokenised +tokenises +tokenising +tokenism/2 1 +tokenize +tokenized +tokenizes +tokenizing +token 1 +Tokugawa/1 +Tokyo/5 1 +Tokyoite/2 1 +told 1845 +Toledo/5 1 +tolerability/5 1 +tolerable/17 1 +tolerance/2 1 +tolerant/8 1 +tolerate/6 1 +toleration/2 1 +toll/4 1 +tollbooth/2 1 +toll-bridge/1 +toll-bridges +toll-gate/1 +toll-gates +toll-house/1 +toll-road/1 +toll-roads +Tolstoy/5 1 +toluene/5 1 +Tomé +tom/16 1 +tomahawk/29 1 +Tomas +tomato/3 1 +tomb/16 1 +tomblike +tombola/5 1 +tomboy/2 1 +tomboyish 1 +tombstone/2 1 +tomcat/16 1 +tome/2 1 +tomfoolery/13 1 +tomfool 1 +Tomlin/1 +Tommie/1 +Tommy/13 1 +tomographic +tomography/5 1 +tomorrow/2 1 +Tompkins/1 +Tomé's +tomtit/2 1 +tom-tom +tom 1 +ton/16 1 +tonal/8 1 +tonality/13 1 +Tonbridge +tone/32 1 +tone-deaf +toneless/73 1 +toner/2 1 +tong/52 1 +Tonga/5 1 +Tongan/2 1 +tongue/32 1 +tongue-in-cheek +tongue-tied +tongue-twister +tongue-twisters +tonguing/5 1 +Toni/1 +Tonia/1 +tonic/2 1 +tonight/5 1 +tonnage/2 1 +tonne/2 1 +tonsil/2 1 +tonsillectomy/13 1 +tonsillitis/5 1 +tonsorial +tonsure/32 1 +Tony/5 1 +Tonya/1 +took 1846 +tool/29 1 +toolbar/2 1 +toolbox/3 1 +tooling 1 +toolmaker/2 1 +toolmaking/5 1 +toot/4 1 +tooter/2 1 +tooth/579 1847 +toothache/2 1 +toothbrush/3 1 +toothily 1 +toothless 1 +toothpaste/2 1 +toothpick/2 1 +toothsome 1 +toothy/37 1 +tootle/28 1 +tootling 1 +too 1 +tootsie/2 1 +toots 1 +tootsy/13 1 +top/553 1 +topaz/3 1 +topcoat/2 1 +top-down +topdressing/9 1 +Topeka/5 1 +toper/5 1 +topflight 1 +topgallant/5 1 +top-heavy 1 +topiary/53 1 +topic/2 1 +topical/8 1 +topicality/13 1 +topknot/2 1 +topless 1 +top-level +topmast/2 1 +topmost 1 +top-notch +topographer/2 1 +topographic +topographical/8 1 +topography/13 1 +topological/8 1 +topologist/2 1 +topology/13 1 +topper/2 1 +topping/2 1 +topple/6 1 +topsail/2 1 +topside/2 1 +topsoil/5 1 +topspin/2 1 +topsy +topsy-turvy 1 +top-up +toque/2 1 +tor/5 1 +Torah/2 1 +Torbay +torch/21 1 +torch-bearer/1 +torch-bearers +torchlight 1 +toreador/2 1 +tore 1848 +Torfaen/1 +torment/4 1 +tormentingly +tormenting 1 +tormentor/2 1 +tornado/3 1 +torn 1848 +toroid/2 1 +toroidal/8 1 +Toronto/5 1 +torpedo/21 1 +torpid/8 1 +torpidity/53 1 +torpid 1 +torpor/2 1 +Torquay +torque/32 1 +torques 1 +Torrance/1 +torrent/2 1 +torrential +torrent 1 +Torres +Torricelli/5 1 +torrid/73 1 +torr 1 +torsion/2 1 +torsional +torsionally +torso/2 1 +tort/2 1 +torte/2 1 +tortellini/5 1 +tortilla/2 1 +tortoise/2 1 +tortoiseshell/2 1 +tortuous/73 1 +torture/28 1 +torturer/2 1 +torturing 1 +torturous 1 +torus/5 1 +toruses +Tory/13 1 +Toryism 1 +Tosca/1 +Toscanini/1 +Toshiba/1 +toss/55 1 +tosser/2 1 +tossing 1 +toss-up/1 +toss-ups +tot/126 1 +total/402 1 +totaliser/2 1 +totalitarian/9 1 +totalitarianism/2 1 +totality/13 1 +Totalizator/1 +totalizer/2 1 +totalling 1 +tote/372 1 +totem/2 1 +totemic 1 +Tote's +Toto/1 +to 1 +Tottenham/1 +totter/4 1 +totteringly +tottering 1 +totting 1 +totting-up +toucan/2 1 +touché +touch/55 1 +touchable 1 +touch-and-go +touchdown/2 1 +touching/8 1 +touch-judge +touch-judges +touchline/5 1 +touchpaper +touchstone/2 1 +touch-tone +touch-typists +touchwood 1 +touchy/80 1 +touchy-feely +tough/589 1 +toughen/10 1 +toughening 1 +tough-minded +Toulouse/1 +toupee/2 1 +tour/29 1 +tourer/2 1 +touring 1 +tourism/2 1 +tourist/2 1 +touristy 1 +tourmaline/2 1 +tournament/2 1 +tourney/29 1 +tourniquet/2 1 +tousle/28 1 +tout/4 1 +tow/4 1 +toward/9 1 +tow-bar/1 +tow-bars +tow-coloured +towel/86 1 +towelling 1 +tower/29 1 +toweringly +tow-head/1 +tow-headed +tow-heads +towing 1 +tow-line/1 +tow-lines +town/2 1 +townee 1 +townie/2 1 +Townley/1 +townscape 1 +Townsend/1 +townsfolk 1 +township/2 1 +townsman/5 1849 +townsmen's 1850 +townsmen 1851 +townspeople/5 1 +townswoman/5 1852 +townswomen 1853 +town 1 +tow-path/1 +tow-paths +tow-rope/1 +tow-ropes +Towsley/1 +toxaemia/5 1 +toxaemic +toxic/9 1 +toxicity/13 1 +toxicological 1 +toxicologist/2 1 +toxicology/5 1 +toxic 1 +toxin/2 1 +toy/29 1 +toying 1 +toymaker +Toynbee/1 +Toyoda/1 +Toyota/1 +toyshop 1 +toy 1 +trace/32 1 +traceability 1 +traceable 1 +traceless/8 1 +tracer/2 1 +tracery/13 1 +Tracey/1 +trachea/70 1 +tracheal 1 +tracheotomy/13 1 +Traci/1 +Tracie/1 +tracing/2 1 +track/29 1 +trackball/9 1 +trackbed +tracker/2 1 +tracking 1 +track-laying +trackless 1 +tracksuit/2 1 +tract/2 1 +tractability 1 +tractable 1 +tractably 1 +traction/2 1 +tractive 1 +tractor/2 1 +Tracy/1 +trade/134 1 +trade-in +trade-ins +trademark/29 1 +trade-off +trade-offs +trader/2 1 +tradescantia 1 +tradesman/5 1854 +tradesmen's 1855 +tradesmen 1856 +tradespeople 1857 +tradeswoman/5 1858 +tradeswomen 1859 +trading 1 +tradition/2 1 +traditional/8 1 +traditionalism/2 1 +traditionalist/2 1 +traditionalistic +traduce/6 1 +traducement 1 +traducer/2 1 +traducing 1 +Trafalgar/5 1 +traffic/84 1 +traffic-calmed +traffic-calming +trafficker/2 1 +trafficking/9 1 +Trafford +tragedian/2 1 +tragedienne/2 1 +tragedy/13 1 +tragically +tragicomedy/13 1 +tragicomic +tragic 1 +trail/4 1 +trailblazer/2 1 +trailblazing 1 +trailer/29 1 +trailering 1 +trailing 1 +train/4 1 +trainable 1 +train-bearer +train-bearers +trainee/2 1 +traineeships +trainer/2 1 +training/2 1 +trainload 1 +trainman/5 1860 +trainmen's 1861 +trainmen 1862 +train-spotter/1 +train-spotting +traipse/28 1 +traipsing 1 +trait/2 1 +traitor/2 1 +traitorous/8 1 +trajectory/13 1 +tram/16 1 +tramcar/9 1 +tramlines +trammel/216 1 +trammelling 1 +tramp/4 1 +tramper/2 1 +tramping 1 +trample/28 1 +trampling 1 +trampoline/16 1 +trampolinist 1 +tramway/2 1 +trance/16 1 +tranche/2 1 +Tranmere +tranquil/8 1 +tranquillisation +tranquillisations +tranquillise/6 1 +tranquilliser/2 1 +tranquillity/53 1 +tranquillization +tranquillizations +tranquillize/6 1 +tranquillizer/2 1 +transact/10 1 +transaction/2 1 +transactional/8 1 +transactor/2 1 +transalpine 1 +transatlantic 1 +transceiver/2 1 +transcend/10 1 +transcendence/2 1 +transcendental/8 1 +transcendentalism/2 1 +transcendentalist/2 1 +transcendental 1 +transcendently +transcendent 1 +transcode +transcoded +transcoder/1 +transcoders +transcoding +transconductance +transcontinental 1 +transcribe/6 1 +transcriber/2 1 +transcript/2 1 +transcription/2 1 +transcriptional 1 +transcultural 1 +transducer/2 1 +transect/140 1 +transept/2 1 +transfer/120 1 +transferability/5 1 +transferable +transferee/2 1 +transference/2 1 +transferor/2 1 +transferral/2 1 +transferrer/2 1 +transfiguration/2 1 +transfigure/6 1 +transfinite +transfix/7 1 +transform/4 1 +transformable +transformation/2 1 +transformational +transformer/2 1 +transforming 1 +transfuse/6 1 +transfusion/2 1 +transgenic +transgress/7 1 +transgression/2 1 +transgressive 1 +transgressor/9 1 +transience/2 1 +transiency/53 1 +transient/42 1 +transistor/2 1 +transistorise/6 1 +transistorize/6 1 +transit/29 1 +transition/29 1 +transitional/8 1 +transitive/18 1 +transitivity/5 1 +transitory 1 +translatability/5 1 +translatable 1 +translate/6 1 +translation/2 1 +translational 1 +translator/2 1 +transliterate/6 1 +transliteration/9 1 +translucence/5 1 +translucency/13 1 +translucent/8 1 +transmigrate/6 1 +transmigration/9 1 +transmissible +transmission/2 1 +transmissive 1 +transmit/11 1 +transmittable +transmittal/2 1 +transmittance/2 1 +transmitter/2 1 +transmogrification/2 1 +transmogrify/34 1 +transmutable 1 +transmutation/2 1 +transmute/6 1 +transnational/8 1 +transoceanic +transom/2 1 +transonic 1 +transpacific +transparency/13 1 +transparent/8 1 +transpiration/2 1 +transpire/6 1 +transplant/4 1 +transplantable +transplantation/9 1 +transponder/2 1 +transport/4 1 +transportability 1 +transportable +transportation/2 1 +transporter/2 1 +transporting 1 +transposable +transpose/6 1 +transposing 1 +transposition/2 1 +transputer/5 1 +transsexual/2 1 +transsexualism/2 1 +transship/122 1 +transshipment/2 1 +transubstantiation/2 1 +transuranic 1 +Transvaal/5 1 +transversal/51 1 +transverse/440 1 +transvestism/2 1 +transvestite/2 1 +transvestitism 1 +Transylvania/1 +tranny/53 1 +trap/110 1 +trapdoor/9 1 +trapeze/16 1 +trapezia 1863 +trapezium/2 1864 +trapezoid/2 1 +trapezoidal +trappable +trapper/2 1 +trapping/9 1 +Trappist/2 1 +trapshooting/5 1 +trash/21 1 +trashy/191 1 +trauma/604 1 +traumatic +traumatically +traumatise/6 1 +traumatize/6 1 +travail/29 1 +travel/675 1 +traveller/2 1 +travelling/9 1 +travelogue/2 1 +Travers +traversable +traversal/2 1 +traverse/28 1 +traversing 1 +travertine/5 1 +travesty/77 1 +Travis/1 +trawl/4 1 +trawler/2 1 +trawling 1 +tray/2 1 +treacherous/18 1 +treachery/13 1 +treacle/5 1 +treacly 1 +tread/128 1865 +treading 1 +treadle/32 1 +treadling 1 +treadmill/2 1 +treason/2 1 +treasonable 1 +treasonous 1 +treasure/32 1 +treasurer/2 1 +treasure-trove/1 +treasure-troves +treasury/13 1 +treat/29 1 +treatable 1 +treating 1 +treatise/2 1 +treatment/2 1 +treaty/13 1 +treble/28 1 +Treblinka/1 +tree/186 1 +treeless 1 +treelike 1 +treetop/2 1 +trefoil/2 1 +trek/84 1 +trekker/2 1 +trellis/21 1 +trellis-work +trematode/2 1 +Tremayne/1 +tremble/28 1 +trembler/5 1 +tremblingly +trembling 1 +trembly/37 1 +tremendous/73 1 +tremolo/2 1 +tremor/16 1 +tremulous/18 1 +trench/21 1 +trenchancy/13 1 +trenchant/8 1 +trencher/2 1 +trencherman/5 1866 +trenchermen's 1867 +trenchermen 1868 +trend/29 1 +trendily 1 +trendiness +trendsetter 1 +trendsetting +trendy/37 1 +Trent/1 +Trenton/5 1 +trepanned +trepidation/2 1 +Trescothick +trespass/55 1 +trespasser/2 1 +tress/114 1 +trestle/2 1 +Trevino/1 +Trevor/1 +trews 1 +triad/2 1 +triadic 1 +triage/32 1 +trial/86 1 +trialling 1 +trial 1 +triangle/2 1 +triangular/8 1 +triangulate/6 1 +triangulation/2 1 +Triassic 1 +triathlon/9 1 +tribal/8 1 +tribalism/5 1 +tribe/2 1 +tribesman/5 1869 +tribesmen's 1870 +tribesmen 1871 +tribeswoman/5 1872 +tribeswomen 1873 +tribulation/2 1 +tribunal/2 1 +tribune/2 1 +tributary/13 1 +tribute/2 1 +tricentennial 1 +triceps/5 1 +triceratops/5 1 +trice 1 +trichina/70 1 +trichinoses 1874 +trichinosis/5 1875 +trichloroethane +trichromatic +Tricia/1 +trick/29 1 +trickery/13 1 +tricking 1 +trickle/28 1 +trickling 1 +trickster/2 1 +trick 1 +tricky/80 1 +tricolour/2 1 +tricoloured +tricycle/16 1 +trident/2 1 +triennial/42 1 +trier/2 1 +Trieste/1 +triffid/9 1 +trifle/32 1 +trifler/2 1 +trifling 1 +trifocals +trig/174 1 +trigger/29 1 +trigger-happy +triglyceride/5 1 +trigonometric +trigonometrical 1 +trigonometry/5 1 +trihedral 1 +trike/5 1 +trilateral 1 +trilby/13 1 +trilingual 1 +trill/29 1 +trilling 1 +trillion/9 1 +trillionfold +trillionth/9 1 +trillion 1 +trillium/2 1 +trilobite/2 1 +trilogy/13 1 +trim/676 1 +trimaran/2 1 +Trimble/1 +trimester/2 1 +trimmer/2 1 +trimming/2 1 +trimodal +trimonthly 1 +Trina/1 +Trinidad/5 1 +trinitrotoluene/5 1 +trinity/13 1 +trinket/16 1 +trio/2 1 +triode/2 1 +trios 1 +trioxide/5 1 +trip/110 1 +tripartite +tripe/5 1 +triphthong/9 1 +triphthongal +triplane 1 +triple/565 1 +triplet/2 1 +triplex/68 1 +triplicate/52 1 +triplication/5 1 +tripling 1 +triply 1 +tripod/2 1 +tripodal +Tripoli/5 1 +tripos/3 1 +Tripp/1 +tripper/2 1 +tripping/8 1 +trips 1 +triptych/2 1 +tripwire/2 1 +trireme/2 1 +trisect/10 1 +trisection/9 1 +trisector 1 +Trish/1 +Trisha/1 +trisodium +Tristan/5 1 +tristate +trisyllable 1 +trite/73 1 +tritium/5 1 +triumph/29 1 +triumphalism 1 +triumphalist 1 +triumphal 1 +triumphant/8 1 +triumphing 1 +triumvir/2 1 +triumvirate/2 1 +triune 1 +trivalent +trivet/2 1 +trivial/8 1 +trivialisation/9 1 +trivialise/6 1 +triviality/13 1 +trivialization/9 1 +trivialize/6 1 +trivia 1876 +tRNA 1 +trochaic/9 1 +trochee/2 1 +trodden 1877 +trod 1877 +troglodyte/2 1 +troika/2 1 +trojan +Trojan/2 1 +troll/29 1 +trolley/16 1 +trolleybus/68 1 +trolling 1 +trollop/16 1 +Trollope/1 +trombone/2 1 +trombonist/2 1 +trompe 1 +Trondheim/5 1 +troop/29 1 +trooper/2 1 +troopship/2 1 +trope/2 1 +trophy/303 1 +tropic/2 1 +tropical/8 1 +tropic 1 +tropism/2 1 +troposphere/5 1 +tropospheric +trot/358 1 +troth/52 1 +Trotsky/1 +trotter/2 1 +trotting 1 +troubadour/2 1 +trouble/32 1 +troubled 1 +troublemaker/2 1 +troublemaking 1 +troubleshoot/140 1 +troubleshooter/2 1 +troubleshooting 1 +troublesome/18 1 +troubling 1 +trough/2 1 +trounce/6 1 +trouncing 1 +troupe/16 1 +trouper/2 1 +trouser/259 1 +trousseau/117 1 +trout/5 1 +Troutman/1 +trove/2 1 +trowel/16 1 +Troy's +troy 1 +Tórshavn +Tórshavn's +truancy/13 1 +truant/29 1 +truce/16 1 +truck/29 1 +Truckee/1 +trucker/2 1 +trucking 1 +truckle/28 1 +truckling 1 +truckload/2 1 +truculence/5 1 +truculent/8 1 +Trude/1 +Trudeau/1 +trudge/28 1 +trudging 1 +Trudi/1 +Trudy/1 +true/677 1 +true-blue +true-born +truelove/2 1 +true 1 +truffle/2 1 +truism/2 1 +Trujillo/1 +truly 1 +Truman/5 1 +Trumann/1 +Trumbull/1 +trump/29 1 +trumped-up +trumpery/13 1 +trumpet/29 1 +trumpet-call +trumpeter/2 1 +trumpeting 1 +truncate/6 1 +truncation/2 1 +truncheon/16 1 +trundle/28 1 +trunk/186 1 +trunking 1 +Truro/1 +truss/55 1 +trussing 1 +trust/29 1 +trustee/16 1 +trusteeship/2 1 +trustful/18 1 +trusting/8 1 +trustworthy/74 1 +trusty/678 1 +truth/2 1 +truthful/73 1 +TRW +try/220 1 +trying/8 1878 +try-out/1 +try-outs +trypsin/5 1 +tryst/29 1 +tsar/9 1 +tsarevich 1 +tsarina's +tsarist 1 +tsetse 1 +T-shirt +T-shirts +tsunami/2 1 +Tswana/5 1 +tête +tête-bêche +tête-à-tête +TTL +t 1 +tu +Tuareg/5 1 +tub/16 1 +tuba/2 1 +tubby/37 1 +tube/32 1 +tubeless 1 +tuber/2 1 +tubercle/2 1 +tubercular 1 +tuberculin/5 1 +tuberculoses 1879 +tuberculosis/5 1880 +tuberculous +tuberose/2 1 +tuberous +tubing/5 1 +tubular 1 +tubule/2 1 +TUC +tuck/4 1 +tucker/16 1 +Tuck's +Tucson/5 1 +Tudor/2 1 +Tue +Tuesday/2 1 +Tues 1 +tuft/29 1 +tufting 1 +tufty 1 +tug/137 1 +tugboat/2 1 +tugging 1 +tuition/2 1 +Tulane/1 +tularaemia 1 +tularaemic +tulip/2 1 +tulle/2 1 +Tulsa/5 1 +Tully/5 1 +tumble/28 1 +tumbledown +tumble-dried +tumble-drier +tumble-dries +tumble-dry +tumbler/2 1 +tumblerful/9 1 +tumbling 1 +tumbrel/2 1 +tumbrils +tumescence 1 +tumescent +tumid/8 1 +tumidity/13 1 +tummy/13 1 +tumorous +tumour/2 1 +Tums/5 1 +tum 1881 +tumult/16 1 +tumultuous/18 1 +tumulus/5 1 +tun/52 1 +tuna/2 1 +tunable 1 +Tunbridge +tundra/2 1 +tune/32 1 +tuneful/18 1 +tuneless/8 1 +tuner/2 1 +tungsten/5 1 +tunic/2 1 +tuning/2 1 +Tunis/5 1 +Tunisia/5 1 +Tunisian/9 1 +tunnel/86 1 +tunneller/2 1 +tunnelling/9 1 +tunny/13 1 +tupelo/5 1 +tuppence/5 1 +Tupperware +turban/2 1 +turbaned +turbidity/13 1 +turbid 1 +turbinate 1 +turbine/2 1 +turbocharged +turbocharger/2 1 +turbofan/2 1 +turbojet/2 1 +turboprop/2 1 +turbot/2 1 +turbo 1 +turbulence/2 1 +turbulent/8 1 +turd/2 1 +tureen/2 1 +turf/29 1 +turfing 1 +turfy/37 1 +turgid/8 1 +turgidity/13 1 +Turin/5 1 +Turing/1 +Turk/493 1 +turkey/2 1 +Turkey/5 1 +Turkic/5 1 +Turkish/105 1 +Turkmenistan/5 1 +Turmenistan +turmeric/2 1 +turmoil/5 1 +turn/4 1 +turnabout/2 1 +turnaround/2 1 +turn-buckle/1 +turn-buckles +Turnbull/1 +turncoat/2 1 +turn-down +turner/2 1 +turning/2 1 +turnip/16 1 +turnkey/5 1 +turn-off/1 +turn-offs +turnout/2 1 +turnover/2 1 +turnpike/2 1 +turnstile/2 1 +turnstone/5 1 +turntable/2 1 +turn-up +turn-ups +turpentine/5 1 +Turpin/1 +turpitude/2 1 +turquoise/2 1 +turret/2 1 +turreted +turtle/16 1 +turtle-dove/1 +turtle-doves +turtle-neck/1 +turtle-necked +turtle-necks +turvy +Tuscaloosa/1 +Tuscan 1 +Tuscany/5 1 +tush 1 +tusk/29 1 +Tuskegee/1 +tusker/2 1 +tussle/28 1 +tussock/2 1 +tussocky 1 +tut/358 1 +Tutankhamen/1 +tutelage/2 1 +tutelary/53 1 +tutor/29 1 +tutorial/2 1 +tutorship/9 1 +Tutsi 1 +tuts 1 +tutti/9 1 +Tuttle/1 +tut-tuts +tutu/2 1 +Tuvalu/5 1 +tu-whit +tu-whoo +TV/2 1 +TVA +TVR +TWA/1 +twaddle/5 1 +twain 1 +twang/29 1 +twanging 1 +twangy/37 1 +'twas +tweak/4 1 +tweaker/1 +tweakers +twee/172 1 +Tweed/1 +tweed/2 1 +Tweedledee/1 +Tweedledum/1 +tweedy/179 1 +tweeness +tweer 1 +tweet/4 1 +tweeter/2 1 +tweezers +twelfth/9 1 +twelvefold +twelve 1 +twentieth/9 1 +twenty/53 1 +twenty-eight +twenty-eightfold +twenty-eighth +twenty-eighths +twenty-fifth +twenty-fifths +twenty-first +twenty-firsts +twenty-five +twenty-fivefold +twentyfold +twenty-four +twenty-fourfold +twenty-fourth +twenty-fourths +twenty-nine +twenty-ninefold +twenty-ninth +twenty-ninths +twenty-one +twenty-onefold +twenty-second +twenty-seconds +twenty-seven +twenty-sevenfold +twenty-seventh +twenty-sevenths +twenty-six +twenty-sixfold +twenty-sixth +twenty-sixths +twenty-third +twenty-thirds +twenty-three +twenty-threefold +twenty 1 +twenty-twenty +twenty-two +twenty-twofold +twerp/2 1 +twice-married +twice 1 +Twickenham +twiddle/28 1 +twiddler/5 1 +twiddling 1 +twiddly/37 1 +twig/111 1 +twiggy/37 1 +twilight/2 1 +twilit 1 +twill/4 1 +twilling 1 +twill 1 +twin/116 1 +twine/32 1 +twinge/32 1 +twining 1 +Twinkie 1 +twinkle/28 1 +twinkling 1 +twinkly 1 +twinning 1 +twin 1 +twirl/4 1 +twirler/2 1 +twirly 1 +twist/4 1 +twisted 1 +twister/2 1 +twisting 1 +twisty 1 +twit/126 1 +twitch/55 1 +twitching 1 +twitchy/37 1 +twitter/4 1 +twittering 1 +twitting 1 +'twixt +two/2 1 +two-dimensional/8 1 +two-edged +two-faced 1 +twofold 1 +two-handed 1 +twopence/2 1 +twopenny 1 +two-sided +twosome/2 1 +two-step +two-stroke/1 +two-strokes +two-thirds +two-timer +two-tone +two 1 +two-way +two-wheeler/1 +two-wheelers +Twp +TWX +tzar/2 1 +tzarina/2 1 +tzatziki 1 +tzigane 1 +Ty +tycoon/2 1 +Tydfil/1 +tying 1882 +tyke/2 1 +Tylenol/5 1 +Tyler/5 1 +Tylor/1 +tympanist/2 1 +tympani 1 +tympanum/2 1 +Tyndall/1 +Tyne/5 1 +Tynemouth +Tyneside/1 +type/32 1 +typecast/155 1 +typeface/2 1 +typescript/2 1 +typeset/108 1 +typesetter/2 1 +typesetting 1 +typewriter/2 1 +typewriting 1 +typewritten +typhoid/5 1 +typhoon/2 1 +typhus/5 1 +typical/8 1 +typicality/5 1 +typify/34 1 +typing 1 +typist/2 1 +typo/2 1 +typographer/2 1 +typographic +typographical/8 1 +typography/13 1 +typological/8 1 +typology/13 1 +tyrannical/8 1 +tyrannise/6 1 +tyrannize/6 1 +tyrannosaur/2 1 +tyrannosaurus/68 1 +tyrannous 1 +tyrant/2 1 +tyranny/13 1 +tyre/16 1 +Tyree/1 +tyro/2 1 +Tyrolean/9 1 +Tyrol's +Tyrone/1 +tyrosine/5 1 +Tyson/1 +UAR +UART +UAW +ubiquitous/105 1 +ubiquitously +ubiquity/53 1 +Ubuntu/1 +UCL/1 +Udall/1 +udder/2 1 +UDP +UFO/9 1 +ufologist/9 1 +ufology/5 1 +Uganda/5 1 +Ugandan/9 1 +ugh 1 +ugly/179 1 +uh +UHF 1 +UK/5 1 +ukase/2 1 +UKIP +Ukraine/5 1 +Ukrainian/9 1 +ukulele/2 1 +UL +Ulan/1 +ulcer/16 1 +ulcerate/6 1 +ulceration/2 1 +ulcerative +ulcerous 1 +ulna/70 1 +ulnar 1 +Ulrich/1 +Ulrika/1 +Ulrike/1 +ulster/2 1 +ulterior 1 +ultimate/8 1 +ultimatum/2 1 +ultimo +ultra/9 1 +ultracentrifuge/5 1 +ultraconservative/9 1 +ultra-high +ultralight/9 1 +ultramarine/2 1 +ultramodern +ultramontane 1 +ultrasonic/54 1 +ultrasound/2 1 +ultra 1 +ultraviolet 1 +Ultrix/1 +ululate/6 1 +ululation/2 1 +Ulysses 1 +um +umbel/2 1 +umber/16 1 +Umberto/1 +umber 1 +umbilical 1 +umbilici 1883 +umbilicus/5 1884 +umbra/22 1 +umbrage/16 1 +umbrageous 1 +umbrella/16 1 +UMIST +umlaut/29 1 +umpire/32 1 +umpteenth 1 +umpteen 1 +unabashed/8 1 +unabated/8 1 +unabbreviated +unable 1 +unabridged 1 +unabsorbed +unaccented +unacceptability 1 +unacceptable/17 1 +unaccepted +unaccommodating 1 +unaccompanied +unaccomplished +unaccountability/5 1 +unaccountable/17 1 +unaccounted +unaccredited +unaccustomedly +unaccustomed 1 +unachievable 1 +unachieved +unacknowledged +unacquainted +unaddressed +unadjusted +unadopted +unadorned +unadulterated 1 +unadventurous 1 +unadvertised +unaffectedly +unaffected 1 +unaffectionate +unaffiliated +unaffordable +unafraid +unaided 1 +unalienable +unaligned +unalike +unallocated +unalloyed +unalterable/17 1 +unaltered +unambiguous/8 1 +unambitious/8 1 +unamortised +unamused +unanalysed +unanimity/13 1 +unanimous/8 1 +unannounced +unanswerable 1 +unanswered +unanticipated +unapologetic/46 1 +unapparent 1 +unappealing 1 +unappeasable 1 +unappeased +unappetising/8 1 +unappetizing/8 1 +unappreciated +unappreciative 1 +unapproachable +unapproved +unarguable/17 1 +unarmed +unarticulated +unashamed/8 1 +unasked +unassailable 1 +unassembled +unassertive 1 +unassigned +unassisted +unassuaged +unassuming/8 1 +unattached +unattainable/17 1 +unattained +unattended +unattenuated 1 +unattested +unattractive/73 1 +unattributable 1 +unattributed +unaudited +unauthentic +unauthenticated +unauthorised +unauthorized +unavailability/5 1 +unavailable 1 +unavailing/8 1 +unavenged +unavoidable/17 1 +unaware/679 1 +unbaked +unbalance/28 1 +unban/622 1 +unbar/12 1 +unbearable/17 1 +unbeatable +unbeatably +unbeaten +unbecoming/73 1 +unbeknown +unbeknownst +unbelief/5 1 +unbelievable/17 1 +unbeliever/2 1 +unbelieving/8 1 +unbelted +unbend/461 1 +unbending 1 +unbiased 1 +unbidden +unbind/140 1885 +unbinding 1 +unbleached +unblemished +unblessed 1 +unblinking/8 1 +unblock/10 1 +unbloodied +unblushing/8 1 +unboiled +unbolt/10 1 +unborn 1886 +unbosom/10 1 +unbounded/105 1 +unbound 1887 +unbowed +unbranded +unbreakable 1 +unbreathable +unbridgeable +unbridled +unbroken/8 1 +unbuckle/6 1 +unbudging +unbuffered +unbundle/290 1 +unburden/10 1 +unburied +unburned +unbutton/10 1 +uncalled +uncalled-for +uncanny/263 1 +uncapitalised +uncapped +uncapping +uncared +uncaring +uncased +uncatalogued +uncategorised +uncaught 1 +unceasing/8 1 +uncelebrated +uncensored +unceremonious/8 1 +uncertain/73 1 +uncertainty/13 1 +uncertified +unchain/10 1 +unchallengeable 1 +unchallenged +unchallenging +unchangeable/17 1 +unchanged +unchanging/8 1 +uncharacterised +uncharacteristic/46 1 +uncharged +uncharismatic +uncharitable/17 1 +uncharted +unchaste/8 1 +unchecked +unchivalrously +unchristened +unchristian 1 +uncial/9 1 +uncircumcised +uncivil/8 1 +uncivilised +uncivilized +unclad 1888 +unclaimed +unclasp/10 1 +unclassifiable 1 +unclassified +uncle/16 1 +unclean/105 1 +uncleanliness +unclear 1 +unclench/7 1 +unclimbed +unclipped +uncloak/10 1 +unclog/136 1 +unclosed +unclothe/290 1889 +unclouded 1 +uncluttered +uncoated +uncoil/10 1 +uncollated +uncollected +uncollimated +uncolonised +uncoloured 1 +uncombed +uncomely +uncomfortable/17 1 +uncomforted +uncomment +uncommented +uncomments +uncommitted +uncommon/73 1 +uncommunicative 1 +uncompensated +uncompetitive 1 +uncomplaining/8 1 +uncompleted +uncomplicated +uncomplimentary +uncomprehending/8 1 +uncompress +uncompressed +uncompressing +uncompromising/8 1 +unconcealed +unconcern/149 1 +unconcerned/8 1 +unconcern 1 +unconditional/8 1 +unconditioned 1 +unconfined +unconfirmed +unconformable 1 +unconformity/5 1 +unconfused 1 +uncongenial 1 +uncongested +unconnected 1 +unconquerable 1 +unconquered +unconscionable/17 1 +unconscious/73 1 +unconsecrated +unconsidered +unconsolidated +unconstitutional/8 1 +unconstitutionality/53 1 +unconstrained +unconsumed +unconsummated +uncontaminated +uncontentious/8 1 +uncontested 1 +uncontrollability 1 +uncontrollable/17 1 +uncontrolled +uncontroversial/8 1 +unconventional/8 1 +unconventionality/13 1 +unconverted +unconvinced +unconvincing/8 1 +uncooked +uncool 1 +uncooperative 1 +uncoordinated +uncork/10 1 +uncorrectable 1 +uncorrected +uncorrelated 1 +uncorroborated +uncorrupted 1 +uncountable +uncountably +uncounted +uncouple/6 1 +uncourageous 1 +uncouth/73 1 +uncover/10 1 +uncrackable +uncreased +uncreated +uncreative 1 +uncredited +uncritical/8 1 +uncross/7 1 +uncrowned +unction/5 1 +unctuous/73 1 +uncultivated +uncultured +uncurl/10 1 +uncut 1 +undamaged +undated +undaunted/8 1 +undeceive/6 1 +undecided 1 +undecipherable 1 +undeclared +undecorated +undedicated +undefeated 1 +undefended +undefiled +undefinable +undefined 1 +undeliverable +undelivered +undemanding +undemocratic/46 1 +undemonstrative/8 1 +undeniable/17 1 +undependable 1 +underachieve/6 1 +underachievement 1 +underachiever/2 1 +under-age +underarm/52 1 +underbellies +underbelly/1 +underbid/534 1 +undercarriage/2 1 +undercharge/28 1 +underclass 1 +underclothes +underclothing/5 1 +undercoat/186 1 +undercoating 1 +undercooked +undercount/109 1 +undercover +undercurrent/2 1 +undercut/390 1 +underdeveloped +underdevelopment/2 1 +underdog/2 1 +underdone +undereducated +underemphasis 1 +underemployed +underemployment/2 1 +underestimate/28 1 +underestimation/9 1 +underexploited +underexpose/6 1 +underexposure/2 1 +underfed 1890 +underfloor +underflow/2 1 +underfoot +underfunded +underfunding 1 +undergarment/2 1 +undergo/366 1891 +undergrad/2 1 +undergraduate/2 1 +underground/2 1 +undergrowth/2 1 +underhand +underhanded/73 1 +under-investment +underinvestment 1 +underlain 1892 +underlay/680 1893 +underlie/109 1894 +underline/28 1 +underling/2 1 +underlining 1 +underlip/5 1 +underlying 1892 +undermanned +undermentioned +undermine/6 1 +undermining 1 +underneath/9 1 +undernourished +undernourishment 1 +underpants 1 +underpart/2 1 +underpass/3 1 +underpay/380 1 +underpayment/2 1 +underperformed +underpin/622 1 +underpinning/2 1 +underplay/10 1 +underpopulated +underpowered +underpricing +underprivileged +underproduction/2 1 +underrate/6 1 +under-rehearsed +under-report +under-reported +under-reporting +under-represent +under-representation +under-represented +underscore/28 1 +undersea 1 +under-secretaries +under-secretary/1 +undersell/140 1895 +undersexed +under-sheriff +undershoot/140 1896 +undershot 1897 +underside/2 1 +undersigned +undersigned's +undersized +underskirt/2 1 +undersold 1898 +underspecification +underspecified +underspend/681 1 +understaffed +understand/140 1899 +understandability 1 +understandable/17 1 +understanding/43 1 +understate/6 1 +understatement/2 1 +understocked +understood 1900 +understrength +understructure 1 +understudy/77 1 +undertake/94 1901 +undertaker/2 1 +undertaking/2 1 +undertone/2 1 +undertook 1902 +undertow/2 1 +under 1 +underused +underusing +underutilisation +underutilise/6 1 +underutilization/9 1 +underutilize/6 1 +undervaluation 1 +undervalue/6 1 +underwater 1 +underwear/5 1 +underweight 1 +underwent 1903 +underwhelm/10 1 +Underwood/1 +underworld/2 1 +underwrite/412 1904 +underwriter/2 1 +underwrote 1905 +undeserved/8 1 +undeserving 1 +undesirability/5 1 +undesirable/327 1 +undesired +undetectability +undetectable/17 1 +undetected +undetermined +undeterred +undetonated +undeveloped +undeviating 1 +undiagnosed +undies +undifferentiated +undigested +undignified 1 +undiluted +undiminished +undimmed +undiplomatic 1 +undirected +undiscerning 1 +undisciplined +undisclosed +undiscovered +undiscriminating 1 +undisguised +undismayed +undisputed 1 +undisrupted +undissolved +undistinguishable +undistinguished +undistorted 1 +undistributed +undisturbed +undivided +undo/532 1 +undocumented +undoing 1 +undomesticated +undoubted/8 1 +undramatic +undreamed +undress/55 1 +undressing 1 +undress 1 +undrinkable +undue 1 +undulant +undulate/6 1 +undulation/9 1 +unduly 1 +undutiful 1 +undying 1 +unearned +unearth/10 1 +unearthliness +unearthly 1 +unease/5 1 +uneasy/599 1 +uneatable +uneaten +uneconomic +uneconomical/8 1 +unedified +unedifying +uneditable +unedited +uneducated +unelectable +unelected +unembarrassed +unembellished +unemotional/8 1 +unemployable/9 1 +unemployed 1 +unemployment/5 1 +unenclosed +unencrypted +unencumbered +unending/8 1 +unendurable/17 1 +unenergised +unenergized +unenforceable +unenforced 1 +unenforcible +unenlightened +unenlightening +unenterprising 1 +unenthusiastic/46 1 +unenviable 1 +unenvied +unequal/8 1 +unequalised +unequalising +unequalized +unequalled +unequal 1 +unequipped +unequivocal/8 1 +unergonomic +unerring/8 1 +unescorted +UNESCO 1 +unessential 1 +unethical/8 1 +uneulogised +uneulogized +unevaluated +uneven/73 1 +uneventful/8 1 +unexacting +unexamined +unexampled +unexceptionable/17 1 +unexceptional/8 1 +unexcited +unexciting 1 +unexpanded +unexpected/73 1 +unexpended +unexpired +unexplainable 1 +unexplained 1 +unexploded +unexploited +unexplored +unexposed +unexpressed +unexpurgated +unfailing/8 1 +unfair/73 1 +unfaithful/73 1 +unfaltering/8 1 +unfamiliar +unfamiliarity 1 +unfamiliarly +unfashionable/17 1 +unfasten/10 1 +unfatherly +unfathomable +unfathomably +unfathomed +unfavourable/17 1 +unfavoured +unfeathered +unfed 1 +unfeeling/8 1 +unfeigned 1 +unfelt +unfeminine 1 +unfenced +unfetter/10 1 +unfilial/8 1 +unfilled +unfiltered +unfindable +unfinished 1 +unfired +unfit/682 1 +unfitting/8 1 +unfix/197 1 +unfixable +unflagging/8 1 +unflappability 1 +unflappable +unflappably +unflattering/8 1 +unflavoured +unfledged +unflinching/8 1 +unfocused +unfocussed +unfold/10 1 +unfolding 1 +unforced 1 +unforeseeable 1 +unforeseen +unforgeable +unforgettable/17 1 +unforgivable/17 1 +unforgiven +unforgiving 1 +unforgotten +unformatted +unformed +unformulated +unforthcoming +unfortified +unfortunate/42 1 +unfounded 1 +unframed +unfreeze/104 1906 +unfrequented +unfriendly/179 1 +unfrock/10 1 +unfrozen 1907 +unfroze 1907 +unfruitful +unfruitfulness +unfulfilled +unfunded +unfunny 1 +unfurl/10 1 +unfurnished +unfussy 1 +ungainly/254 1 +ungallant/8 1 +ungenerous/8 1 +ungentlemanly +ungentle 1 +unglamorous/8 1 +unglazed +unglued +ungodly/683 1 +ungovernable 1 +ungoverned +ungraceful/8 1 +ungracious/73 1 +ungraded +ungrammatical/8 1 +ungrammaticality 1 +ungrateful/73 1 +ungratified +ungratifying +ungrounded +ungrudging 1 +unguarded/8 1 +unguent/9 1 +unguided 1 +ungulate/9 1 +unhallowed +unhampered +unhand/10 1 +unhandsomely +unhandy 1 +unhappily +unhappiness +unhappy/37 1 +unhardened +unharmed +unharmonious 1 +unharmonised +unharness/7 1 +unharvested +unhealed +unhealthy/543 1 +unheard-of +unheard 1 +unheated +unheeded 1 +unheeding 1 +unhelpful/73 1 +unheralded +unhesitating/8 1 +unhidden +unhindered +unhinge/6 1 +unhistorical 1 +unhitch/7 1 +unholy 1 +unhook/10 1 +unhorse 1 +unhurried/8 1 +unhurt 1 +unhygienic 1 +unhyphenated +unicameral +unicast +UNICEF 1 +unicellular +Unicode/1 +unicorn/2 1 +unicycle/32 1 +unicyclist/2 1 +unideal +unidentifiable 1 +unidentified +unidimensional +unidiomatic 1 +unidirectional +unidirectionality +unidirectionally +unifiable +unification/2 1 +unifier/2 1 +uniform/684 1 +uniformity/13 1 +unify/34 1 +unilateral/8 1 +unilateralism/5 1 +unilateralist/9 1 +unilluminated +unillustrated +unimaginable/17 1 +unimaginative/8 1 +unimaginativeness +unimagined +unimpaired +unimpassioned 1 +unimpeachable/17 1 +unimpeached +unimpeded +unimplementable +unimplemented +unimportance 1 +unimportant 1 +unimposing +unimpressed +unimpressive 1 +unimproved +unincorporated +unindented +unindustrialised +uninfected +uninfluenced +uninformative/8 1 +uninformed +uninhabitable +uninhabited +uninhibited/8 1 +uninhibiting +uninitialised +uninitialized +uninitiated +uninjured +uninspired +uninspiring 1 +uninstantiated +uninstructed 1 +uninsulated +uninsurable +uninsured +unintelligent/8 1 +unintelligibility/5 1 +unintelligible/17 1 +unintended 1 +unintentional/8 1 +uninterested/8 1 +uninteresting/8 1 +uninterpreted +uninterrupted/8 1 +unintuitive 1 +uninvited 1 +uninviting 1 +uninvolved +union/2 1 +Uniondale +unionisation/9 1 +unionise/6 1 +unionism/2 1 +unionist/2 1 +union 1 +unipolar +uniprocessor +unique/73 1 +unisex 1 +unison/9 1 +Unisys/1 +unit/16 1 +Unitarian/2 1 +Unitarianism/5 1 +unitary 1 +unite/28 1 +united 1 +unitemised +uniting 1 +uni 1 +unit 1 +unity/13 1 +univalent 1 +univalve/2 1 +univariate +universal/42 1 +universalise/6 1 +universalism/5 1 +universalistic +universality/13 1 +universalize/6 1 +universe/2 1 +university/13 1 +Unix/5 1 +unjacketed +unjam/644 1 +unjust/73 1 +unjustifiable/17 1 +unjustified +unkempt 1 +unkind/685 1 +unkindly 1 +unkink/149 1 +unknowing/8 1 +unknown/9 1 +unlabelled +unlace/6 1 +unladen +unladylike +unlamented +unlap +unlashed +unlatch/7 1 +unlaundered +unlawful/73 1 +unleaded +unlearn/10 1 +unlearned 1 +unleash/7 1 +unleavened +unless 1 +unlettered +unlicensed +unlighted +unlike/686 1 +unlikelihood/5 1 +unlikely 1 +unlike 1 +unlimber/10 1 +unlimited/8 1 +unlined +unlink/10 1 +unlisted +unlit 1 +unload/10 1 +unloading 1 +unlock/10 1 +unlooked +unlooked-for +unloose/6 1 +unloosen/10 1 +unlovable 1 +unloved +unlovely 1 +unloving +unlucky/407 1 +unmade 1908 +unmagnified +unmaintainable +unmaintained +unmake/104 1909 +unmanageable/17 1 +unmanaged +unmanly/254 1 +unmanned +unmannered +unmanneredly +unmannerly/254 1 +unmapped +unmarked +unmarketable +unmarried 1 +unmask/10 1 +unmatchable +unmatched +unmeaning 1 +unmeant 1 +unmeasurable 1 +unmeasured 1 +unmechanised +unmechanized +unmelodious 1 +unmemorable 1 +unmentionable/9 1 +unmentioned +unmerciful/8 1 +unmerited 1 +unmeritorious 1 +unmesh/149 1 +unmet +unmethodical 1 +unmindful 1 +unmissable +unmistakable/17 1 +unmistakeable +unmistakeably +unmitigated 1 +unmixed 1 +unmoderated +unmodernised +unmodifiable +unmodified +unmodulated +unmolested +unmonitored +unmotivated +unmotorised +unmountable +unmounted +unmovable +unmoveable +unmoved +unmoving +unmusical/8 1 +unmuzzle/6 1 +unnameable +unnamed +unnatural/73 1 +unnavigable 1 +unnecessary/291 1 +unneeded +unneighbourly/254 1 +unnerve/6 1 +unnervingly +unnoticeable 1 +unnoticed +unnourished +unnumbered +unobjectionable +unobliging +unobservable +unobservant/8 1 +unobserved +unobstructed +unobtainable +unobtrusive/73 1 +unoccupied +unofficial/8 1 +unopened +unopposed +unoptimised +unoptimized +unordained +unordered +unoriginal 1 +unorthodox/8 1 +unorthodoxy 1 +unowned +unoxidised +unpack/10 1 +unpackaged +unpadded +unpaged +unpaid +unpainted +unpaired +unpalatable 1 +unparalleled +unpardonable/17 1 +unpardoned +unparliamentary +unparsed +unpartizan +unpasteurised +unpasteurized +unpatriotic 1 +unpaved +unpeeled +unpeopled +unperceived +unperformed +unpersuasive 1 +unperturbed +unperturbedly +unpick/197 1 +unpin/622 1 +unplaced +unplanned +unplayable +unplayed +unpleasant/73 1 +unploughed +unplug/136 1 +unplumbed +unpolished +unpolluted +unpopularity/5 1 +unpopular 1 +unpopulated +unpractised +unprecedented 1 +unpredictability/5 1 +unpredictable/17 1 +unpredicted +unprejudiced 1 +unpremeditated +unprepared 1 +unprepossessing 1 +unpreserved +unpressurised +unpretending +unpretentious/73 1 +unpreventable +unpriced +unprincipled +unprintable 1 +unprinted +unprivileged +unproblematic +unprocessed +unprocurable +unproductive/8 1 +unprofessional/8 1 +unprofitable/17 1 +unpromising +unpromisingly +unprompted +unpronounceable +unpronounced +unpropitious 1 +unprotected 1 +unprovable +unproven +unprovoked +unpublicised +unpublicized +unpublishable +unpublished +unpunctuality/5 1 +unpunctual 1 +unpunished +unqualified 1 +unquantifiable +unquantified +unquenchable +unquenched +unquestionable/17 1 +unquestioned +unquestioning/8 1 +unquote/142 1 +unranked +unravel/82 1 +unravelling 1 +unreachable +unreadability 1 +unreadable 1 +unreadiness +unread 1 +unrealisable +unrealised +unrealism 1 +unrealistic/46 1 +unreality/13 1 +unrealized +unreal 1 +unreasonable/345 1 +unreasoned +unreasoning/8 1 +unreassuringly +unreceived +unreceptive 1 +unrecognisable/17 1 +unrecognised +unreconcilable 1 +unreconciled +unreconstructed +unrecordable +unrecorded +unrecoverable +unredeemable 1 +unredeemed +unreduced +unreferenced +unreferencing +unrefined +unreformed +unrefrigerated +unregenerate +unregistered +unregulated +unrehearsed +unreinforced +unrelated 1 +unreleased +unrelenting/8 1 +unreliability/5 1 +unreliable/17 1 +unrelieved +unremarkable 1 +unremembered +unremitting/8 1 +unremunerated +unrepairable +unrepeatable +unrepeated +unrepentant/8 1 +unreported +unrepresentative 1 +unrepresented +unreproducible 1 +unrequited +unresearched +unreserved/73 1 +unresisting +unresolvable +unresolved +unresponsive/73 1 +unrestrained/8 1 +unrestricted/8 1 +unrest 1 +unreturned +unrevealing 1 +unrewarded +unrewarding +unrighteous/73 1 +unripe 1 +unrivalled +unroll/10 1 +unromantic/46 1 +unruffled +unruled +unruly/179 1 +unsaddle/6 1 +unsafe/8 1 +unsaid +unsaleable 1 +unsalted +unsanctioned +unsanitary 1 +unsatisfactory/291 1 +unsatisfied +unsatisfying +unsaturated +unsaved +unsavoury 1 +unscaled +unscathed +unscented +unscheduled +unschooled +unscientific/46 1 +unscramble/6 1 +unscrambler/5 1 +unscratched +unscreened +unscrew/10 1 +unscripted +unscrupulous/73 1 +unscrutinised +unseal/10 1 +unsearchable 1 +unseasonable/345 1 +unseasonal +unseasonally +unseasoned +unseat/10 1 +unseaworthy 1 +unsecured +unseeded +unseeing/8 1 +unseemly/254 1 +unseen 1 +unsegmented +unsegregated +unselected +unselfconscious/73 1 +unselfish/73 1 +unsellable +unsentimental 1 +unsent 1 +unserviceable 1 +unserviced +unsettle/6 1 +unsettled/105 1 +unsettlingly +unset 1 +unshackle/6 1 +unshaded +unshakable/17 1 +unshakeable +unshakeably +unshaken +unshapely 1 +unshared +unsharpened +unshaven +unsheathe/290 1 +unshelled +unsheltered +unshielded +unshod +unshorn 1 +unshrinking 1 +unsighted +unsightly/254 1 +unsigned +unsimplified +unsinkable +unskilled +unslung 1910 +unsmiling/8 1 +unsnap/122 1 +unsociability 1 +unsociable/17 1 +unsocial 1 +unsoiled +unsolder 1 +unsold 1911 +unsolicited +unsolvable 1 +unsolved +unsophisticated 1 +unsorted +unsought 1 +unsound/73 1 +unspanned +unsparing 1 +unspeakable/17 1 +unspeaking +unspecialised +unspecific 1 +unspecified +unspectacular 1 +unspent 1 +unspoiled +unspoilt 1 +unspoken 1912 +unsporting 1 +unsportsmanlike +unspotted +unsprung +unstable/17 1 +unstacked +unstaffed +unstained +unstamped +unstandardised +unstapled +unstated +unsteady/599 1 +unstemmed +unsterilised +unstigmatised +unstimulated +unstinting/8 1 +unstirred +unstoppable/17 1 +unstopped +unstopping +unstrained +unstrap/122 1 +unstreamed +unstressed +unstructured +unstrung 1913 +unstuck 1914 +unstudied +unstuffy 1 +unsubscribe +unsubsidised +unsubstantial 1 +unsubstantiated +unsubtle/17 1 +unsuccessful/73 1 +unsuitability 1 +unsuitable/17 1 +unsuited +unsullied +unsung 1 +unsupervised +unsupportable 1 +unsupported 1 +unsuppressed +unsure 1 +unsurfaced +unsurpassed +unsurprised +unsurprising/8 1 +unsuspecting/8 1 +unsuspended +unsustainable +unsweetened +unswerving/8 1 +unsymmetrical 1 +unsympathetic/46 1 +unsynchronised +unsynchronized +unsystematic +untactful 1 +untagged +untainted +untalented +untameable +untamed +untangle/6 1 +untanned +untapped +untarnished +untaught 1915 +untaxable +untaxed +unteachable +untenable 1 +untended +untested +untethered +untextured +unthinkable/17 1 +unthinking/8 1 +unthoughtful 1 +untidy/407 1 +untie/141 1916 +until 1 +untimely/254 1 +untiring/8 1 +untitled +unto +untold 1 +untouchable/2 1 +untouched +untowardly +untoward 1 +untraceable +untraced +untracked +untraditional +untraditionally +untrainable +untrained +untrammelled +untransformed +untranslatable +untranslated +untransportable +untransposed +untrappable +untravelled +untreatable +untreated +untried 1 +untrimmed 1 +untrodden 1917 +untroubled +untrue 1 +untrusted +untrustworthy/254 1 +untruth/2 1 +untruthful/73 1 +UN 1 +unturned +untutored +untwist/10 1 +untying 1918 +untyped +untyred +unusable 1 +unused +unusual/73 1 +unutterable/17 1 +unuttered +unvalued +unvanquished +unvaried 1 +unvarnished +unvarying/8 1 +unveil/10 1 +unveiling 1 +unventilated +unverifiable +unverified +unversed +unvisited +unvocalised +unvoiced +unwanted 1 +unwarrantable/17 1 +unwarranted 1 +unwary/599 1 +unwashed 1 +unwatched +unwavering/8 1 +unwearable +unwed 1 +unweighed +unwelcome +unwelcoming +unwell 1 +unwholesome/73 1 +unwieldy/254 1 +unwilling/73 1 +unwind/140 1919 +unwise/73 1 +unwitting/8 1 +unwomanly +unwontedly +unworkable 1 +unworldly/254 1 +unworn 1 +unworried +unworthy/599 1 +unwounded +unwound 1920 +unwoven 1921 +unwrap/122 1 +unwrinkled +unwritten +unzip/122 1 +unyielding/8 1 +unyoke/6 1 +up/553 1 +Upanishads +upbeat/2 1 +upbraid/10 1 +upbraiding 1 +upbringing/2 1 +UPC +upcoming +upcountry 1 +update/28 1 +updater/5 1 +Updike/1 +updraught/2 1 +upend/10 1 +upfront 1 +upgradable +upgrade/28 1 +upgradeable +upgrade 1 +upheaval/2 1 +upheld 1922 +uphill 1 +uphold/140 1923 +upholder/2 1 +upholding 1 +upholster/10 1 +upholsterer/2 1 +upholstery/13 1 +UPI +upkeep/2 1 +upland/2 1 +uplift/4 1 +uplifting 1 +uplink/4 1 +upload/10 1 +upmarket +upon +upper/9 1 +upper-case +upper-cased +upper-cases +upper-casing +upper-class +upper-classes +uppercut/52 1 +uppermost +upping 1 +uppish 1 +uppity 1 +upraise/6 1 +uprate/290 1 +upright/687 1 +uprising/2 1 +upriver 1 +uproar/2 1 +uproarious/18 1 +uproot/10 1 +uprooting 1 +upset/390 1 +upsetting 1 +upshot 1924 +upside/2 1 +upside-down +upsilon/2 1 +upstage/28 1 +upstairs +upstanding/105 1 +upstart/16 1 +upstream 1 +upstroke/2 1 +upsurge/52 1 +upswing/16 1 +uptake/2 1 +up-tempo +uptight 1 +uptime 1 +up-to-date 1 +Upton/1 +up-to-the-minute +uptown 1 +upturn/4 1 +upturning 1 +upward/42 1 +upwind 1 +Ur/1 +uracil/2 1 +uraemia/5 1 +uraemic +Ural/9 1 +uranium/5 1 +Uranus/5 1 +Urbana/1 +urbane/8 1 +urbanisation/9 1 +urbanise/6 1 +urbanism/5 1 +urbanite/2 1 +urbanity/13 1 +urbanization/9 1 +urbanize/6 1 +urban 1 +urchin/2 1 +Urdu/5 1 +urea/5 1 +ureter/2 1 +urethane/2 1 +urethra/22 1 +urethral +urethritis/5 1 +urge/28 1 +urgency/13 1 +urgent/8 1 +urging/9 1 +Uri/1 +Uriah +uric 1 +urinal/2 1 +urinalyses 1925 +urinalysis/5 1926 +urinary 1 +urinate/6 1 +urination/2 1 +urine/2 1 +URL 1 +urn/16 1 +Urochordata 1 +urological +urologist/9 1 +urology/5 1 +Urquhart/1 +ursine 1 +Ursula/1 +Uruguay/5 1 +Uruguayan/9 1 +us/68 1927 +usability 1 +usable 1 +usably +USAF +usage/2 1 +USART +USA 1 +USC/1 +USCG +USD +USDA +use/28 1 +useful/73 1 +useless/73 1 +Usenet/5 1 +user/2 1 +user-friendliness +user-friendly +USG/1 +usher/29 1 +usherette/2 1 +USIA +USMC +USN +USO +USP +USPS +USS +USSR 1 +usual/73 1 +usurer/2 1 +usurious/73 1 +usurp/10 1 +usurpation/2 1 +usurper/2 1 +usury/13 1 +Utah/5 1 +Utahan/2 1 +utan +utans +Ute/5 1 +utensil/2 1 +uterine +uteri 1928 +uterus/5 1929 +Utica/5 1 +utile 1 +utilisation/9 1 +utilise/6 1 +utilitarianism/2 1 +utilitarian 1 +utility/13 1 +utilization/9 1 +utilize/6 1 +utmost 1 +utopia/5 1 +utopianism/5 1 +utopian 1 +Utrecht/5 1 +U 1 +utter/688 1 +utterance/2 1 +uttering 1 +uttermost 1 +Uttlesford +uucp/1 +UV 1 +uvula/2 1 +uvular/9 1 +uxorious 1 +Uzbek/5 1 +Uzbekistan/5 1 +Uzi/5 1 +v/689 1 +vacancy/13 1 +vacant/8 1 +vacate/6 1 +vacation/16 1 +vaccinate/6 1 +vaccination/2 1 +vaccine/2 1 +vacillate/6 1 +vacillating/8 1 +vacillation/2 1 +vacillator/2 1 +vacua's 1930 +vacua 1931 +vacuity/13 1 +vacuolated +vacuole/2 1 +vacuous/73 1 +vacuum/16 1932 +Vader/1 +Vaduz/5 1 +vagabond/29 1 +vagabondage/2 1 +vagarious 1 +vagary/13 1 +vagina/2 1 +vaginal +vaginally +vagrancy/13 1 +vagrant/2 1 +vagrantly +vagrant 1 +vague/511 1 +Vail/1 +vain/225 1 +vainglorious/73 1 +vainglory/13 1 +vainness +Val/1 +valance/16 1 +Valdez/5 1 +vale/2 1 +valediction/2 1 +valedictory/13 1 +valence/2 1 +Valencia/5 1 +valency/13 1 +valentine/2 1 +Valentino/1 +Valenzuela/1 +Valeria/1 +Valerian/1 +Valerie/1 +vales 1933 +valet/29 1 +valeting 1 +valetudinarian/2 1 +valetudinarianism/5 1 +Valhalla/5 1 +valiant/8 1 +valid/8 1 +validate/6 1 +validation/2 1 +validator/1 +validators +validity/13 1 +valise/2 1 +Valkyrie/2 1 +Valle/1 +Vallejo +Valletta/5 1 +valley/2 1 +valorous/8 1 +valour/5 1 +Valparaiso/5 1 +valuable/327 1 +valuation/2 1 +valuator/2 1 +value/32 1 +value-added +value-for-money +valueless 1 +valuer/2 1 +valve/176 1 +valveless 1 +valvular +vamp/29 1 +vamping 1 +vampire/16 1 +van/16 1 +vanadium/5 1 +Vanautu/1 +Vance/1 +Vancouver/5 1 +vandal/2 1 +vandalise/6 1 +vandalism/2 1 +vandalize/6 1 +Vanderbilt/1 +Vandyke/5 1 +vane/2 1 +Vanessa/5 1 +vanguard/2 1 +vanilla/2 1 +vanish/55 1 +vanishing/42 1 +vanity/13 1 +vanquish/7 1 +vanquisher/2 1 +vantage/2 1 +Vanuatu 1 +vapid/8 1 +vapidity/13 1 +vaporisation/9 1 +vaporise/6 1 +vaporiser/2 1 +vaporization/9 1 +vaporize/6 1 +vaporizer/2 1 +vaporous 1 +vapour/16 1 +vapourish 1 +var. +Vargas/1 +variability/13 1 +variable/690 1 +Varian/1 +variance/2 1 +variant/9 1 +variate/16 1 +variation/2 1 +variational/8 1 +varicoloured +varicose 1 +varied/8 1 +variegate/6 1 +variegation/2 1 +varietal 1 +variety/13 1 +various/8 1 +varistor/5 1 +varlet/2 1 +varnish/21 1 +varnishing 1 +varsity/13 1 +vary/34 1 +varying/8 1 +vascular 1 +vase/2 1 +vasectomy/13 1 +Vaseline/5 1 +Vasili/1 +Vasilis +Vasily/1 +vasomotor +Vasquez/1 +vassal/16 1 +vassalage/2 1 +vassal 1 +Vassar/1 +vast/20 1 +vat/126 1 +Vatican/5 1 +vaudeville/2 1 +vaudevillian/2 1 +Vaughan/1 +vault/29 1 +vaulter/2 1 +vaulting 1 +vaunt/4 1 +vaunting 1 +Vax/1 +VAXes +VCR 1 +VDT +VD 1 +VDU +veal/5 1 +vector/29 1 +vectorial 1 +vectorisation +vectorisations +vectorise +vectorised +vectorises +vectorising +vectorization +vectorizations +vectorize +vectorized +vectorizes +vectorizing +Veda/2 1 +Vedanta/5 1 +veer/4 1 +veering 1 +Vega/2 1 +vegan/2 1 +Vegemite +vegetable/2 1 +vegetarian/2 1 +vegetarianism/2 1 +vegetate/6 1 +vegetation/2 1 +vegetative +veggie/2 1 +veg 1 +vehemence/5 1 +vehement/8 1 +vehicle/2 1 +vehicular +veil/29 1 +veiled 1 +veiling 1 +vein/29 1 +veining 1 +velar/9 1 +Velcro/5 1 +veld/2 1 +veldt/5 1 +Velez/1 +vellum/2 1 +Velma/1 +velocipede/2 1 +velocity/13 1 +velour/2 1 +Velásquez +Velásquez's +velum/5 1 +Velveeta/5 1 +velvet/90 1 +velveteen/2 1 +velvet 1 +velvety 1 +Venables +venal/8 1 +venality/13 1 +venation/2 1 +vend/10 1 +vendetta/2 1 +vendible 1 +vendor/2 1 +veneer/29 1 +veneering 1 +venerability 1 +venerable +venerate/6 1 +veneration/2 1 +venereal +Venetian/2 1 +Venezuela/5 1 +Venezuelan/9 1 +vengeance/2 1 +vengeful/73 1 +venial/8 1 +veniality/53 1 +Venice/5 1 +venison/5 1 +Venn/1 +venom/16 1 +venomous/73 1 +venous/8 1 +vent/29 1 +ventilate/6 1 +ventilation/2 1 +ventilative +ventilator/2 1 +venting 1 +ventral/8 1 +ventricle/2 1 +ventricular +ventriloquism/2 1 +ventriloquist/2 1 +ventriloquy/53 1 +Ventura/1 +venture/28 1 +venturer/2 1 +venturesome/73 1 +ventures 1934 +venturing 1 +venturi 1 +venue/2 1 +Venus/68 1 +Venusian/9 1 +Vera/1 +veracious/8 1 +veracity/13 1 +veranda/2 1 +verandah/2 1 +verb/2 1 +verbal/8 1 +verbalisation/9 1 +verbalise/6 1 +verbaliser/1 +verbalisers +verbalization/9 1 +verbalize/6 1 +verbalizer/2 1 +verbal 1 +verbatim +verbena/2 1 +verbiage/2 1 +verbose/73 1 +verbosity/13 1 +verboten +verdant/8 1 +Verde/1 +Verdi/1 +verdict/2 1 +verdigris/5 1 +verdure/2 1 +verdured +verge/32 1 +verger/2 1 +veridical 1 +verifiability/5 1 +verifiable 1 +verification/9 1 +verifier/2 1 +verify/34 1 +VeriSign +verisimilitude/2 1 +veritable/17 1 +verity/13 1 +Vermeer/1 +vermicelli/2 1 +vermiculite/2 1 +vermiform +vermilion/16 1 +vermin/5 1 +verminous 1 +Vermont/5 1 +vermouth/2 1 +Vern/1 +Verna/1 +vernacular/42 1 +vernal/8 1 +Verne/1 +Vernen/1 +vernier/2 1 +Vernon/1 +Verona/5 1 +veronica/2 1 +Veronique/1 +verruca/22 1 +versa +Versailles/5 1 +versatile/8 1 +versatility/13 1 +verse/176 1 +versification/2 1 +versifier/2 1 +versify/34 1 +version/2 1 +verso/2 1 +versus +vertebra/70 1 +vertebral 1 +Vertebrata 1 +vertebrate/2 1 +vertex/3 1935 +vertical/42 1 +verticality 1 +vertices 1936 +vertiginous +vertigo/5 1 +verve/2 1 +very/291 1 +vesicle/2 1 +vesicular 1 +vesiculate/104 1 +vesiculation 1 +vesper/9 1 +vessel/2 1 +vest/29 1 +Vesta/5 1 +vestal/9 1 +vestally +vestibular +vestibule/16 1 +vestige/2 1 +vestigial/8 1 +vesting 1 +vestment/2 1 +vestry/13 1 +vestryman/5 1937 +vestrymen's 1938 +vestrymen 1939 +vesture/28 1 +Vesuvius/5 1 +vet/126 1 +vetch/3 1 +veteran/2 1 +veterinarian/2 1 +veterinary/53 1 +veto/21 1 +Vettori/1 +vet 1 +vex/7 1 +vexation/2 1 +vexatious/73 1 +vexed/8 1 +vexing 1 +VF +VFW 1 +VG +VGA +VHF 1 +VHS +viability/13 1 +viable 1 +viably 1 +viaduct/2 1 +Viagra/1 +vial/16 1 +vialful/9 1 +viand/2 1 +via 1 +vibe/9 1 +vibrancy/13 1 +vibrant/8 1 +vibraphone/2 1 +vibraphonist/2 1 +vibrate/6 1 +vibrating 1 +vibration/2 1 +vibrational +vibrato/2 1 +vibrator/2 1 +vibratory +viburnum/2 1 +Vic/1 +vicar/2 1 +vicarage/2 1 +vicarious/73 1 +vice/16 1 +vice-chancellor/1 +vice-Chancellor/1 +vice-chancellors +vice-Chancellors +vice-chancellorship +vice-Chancellorship +vice-chancellorships +vice-Chancellorships +vicegerent/2 1 +vice-like +Vicente/1 +vice-president/1 +vice-President/1 +vice-presidential +vice-Presidential +vice-presidents +vice-Presidents +viceregal 1 +viceroy/2 1 +Vice's +Vichy/5 1 +vichyssoise/2 1 +vicinity/13 1 +vicious/60 1 +vicissitude/2 1 +Vick/1 +Vickers/1 +Vickery +Vicki/1 +Vickie/1 +Vicksburg/5 1 +Vicky/1 +victim/2 1 +victimisation/9 1 +victimise/6 1 +victimiser/2 1 +victimization/9 1 +victimize/6 1 +victimizer/2 1 +victimless 1 +victor/2 1 +Victoria/5 1 +Victorian/2 1 +victorious/8 1 +victory/13 1 +victual/216 1 +victualler/2 1 +victualling 1 +vicuña +vicuñas +Vida/1 +Vidal/1 +videlicet +video/29 1 +videodisc/2 1 +videophone/2 1 +videotape/32 1 +video 1 +vie/141 1940 +Vieira/1 +Vienna/5 1 +Viennese's +Viennese 1 +Vientiane/5 1 +Viet +Vietcong/1 +Vietminh/1 +Vietnam/5 1 +Vietnamese/5 1 +view/29 1 +viewable +viewer/2 1 +viewfinder/2 1 +viewgraph/2 1 +viewing/2 1 +viewless 1 +viewpoint/2 1 +vigil/2 1 +vigilance/2 1 +vigilant/8 1 +vigilante/2 1 +vigilantism/2 1 +vignette/32 1 +vigorous/73 1 +vigour/5 1 +viii 1 +vii 1 +Viking/2 1 +Vikram/1 +Vila/5 1 +vile/100 1 +vilification/2 1 +vilify/34 1 +villa/2 1 +village/64 1 +villager/2 1 +villagey +villain/2 1 +Villainage +villainous/8 1 +villainy/13 1 +Villanovan/1 +villein/2 1 +villeinage/5 1 +Villeneuve/1 +Villiers +villi 1941 +villus/5 1942 +Vilnius/5 1 +vim/5 1 +vinaigrette/2 1 +Vince +Vincennes +Vincent/1 +Vinci/1 +vindaloo/9 1 +vindicate/6 1 +vindication/2 1 +vindicator/2 1 +vindictive/18 1 +vine/16 1 +vinegar/16 1 +vinegary 1 +Vineland +Viner/1 +vineyard/2 1 +vino/5 1 +vinous 1 +vintage/16 1 +vintner/2 1 +vinyl/5 1 +viol/2 1 +viola/2 1 +violable 1 +violate/6 1 +violation/9 1 +violator/2 1 +violence/2 1 +violent/8 1 +violet/2 1 +Violette/1 +violet 1 +violin/2 1 +violinist/2 1 +violist/2 1 +violoncellist/9 1 +violoncello/2 1 +VIP/9 1 +viper/2 1 +viperous 1 +virago/2 1 +viral 1 +virally +vireo/2 1 +Virgil/5 1 +virgin/2 1 +virginal/9 1 +virginally +Virginia/5 1 +Virginian/9 1 +virginity/13 1 +virgin 1 +Virgo/2 1 +virgule/2 1 +virile 1 +virility/13 1 +virologist/9 1 +virology/5 1 +virtual/8 1 +virtue/2 1 +virtuosity/13 1 +virtuoso/85 1 +virtuous/73 1 +virulence/9 1 +virulent/8 1 +virus/3 1 +visa/16 1 +visage/2 1 +visa's 1943 +visa 1944 +visceral/8 1 +viscera 1945 +viscid/8 1 +viscometer/2 1 +viscose/2 1 +viscosity/13 1 +viscount/2 1 +viscountcy/13 1 +viscountess/3 1 +viscous/8 1 +viscus 1946 +Vishnu/5 1 +visibility/13 1 +visible/17 1 +Visigoth/9 1 +vision/186 1 +visionary/53 1 +visioning 1 +visit/4 1 +visitant/2 1 +visitation/2 1 +visiting 1 +visitor/2 1 +visor/90 1 +vista/16 1 +vis 1 +visual/42 1 +visualisation/9 1 +visualise/6 1 +visualiser/2 1 +visualization/9 1 +visualize/6 1 +visualizer/2 1 +vis-à-vis +vita/70 1 +vital/42 1 +vitalisation +vitalisations +vitalise/6 1 +vitality/13 1 +vitalization/9 1 +vitalize/6 1 +vitamin/2 1 +Viterbi/1 +vitiate/6 1 +vitiation/2 1 +viticulture/5 1 +viticulturist/9 1 +vitreously +vitreous 1 +vitrification/2 1 +vitrify/34 1 +vitriol/5 1 +vitriolic 1 +vitriol 1 +vitro +VI 1 +vituperate/6 1 +vituperation/2 1 +vituperative +vituperatively +viva/109 1 +vivace 1 +vivacious/73 1 +vivacity/13 1 +Vivaldi/1 +vivaria 1947 +vivarium/5 1948 +vivendi +Vivian/1 +vivid/18 1 +vivification 1 +vivify/34 1 +viviparous 1 +vivisect/10 1 +vivisection/2 1 +vivisectional/8 1 +vivisectionist/2 1 +vixen/2 1 +viz. +vizier/2 1 +VJ +Vladimir/1 +Vladivostok/5 1 +Vlei +VLF 1 +VLSI +VMS/1 +V-neck +VOA +vocable 1 +vocabulary/13 1 +vocal/42 1 +vocalic 1 +vocalisation +vocalisations +vocalise/6 1 +vocaliser/2 1 +vocalism/5 1 +vocalist/2 1 +vocalization/9 1 +vocalize/6 1 +vocalizer/2 1 +vocation/2 1 +vocational/8 1 +vocative/42 1 +vociferate/6 1 +vociferation/2 1 +vociferous/73 1 +vocoded +vocoder 1 +Vodafone/5 1 +vodka/2 1 +Voetsek +Voetstoots +Vogel/1 +Vogts +vogue/16 1 +voguish 1 +voice/32 1 +voice-band +voiced 1 +voiceless/8 1 +voice-over +voice-overs +voicing 1 +void/4 1 +voidable 1 +voiding 1 +void 1 +voilà +voile/2 1 +VoIP +vol. +volatile/9 1 +volatilisation +volatilisations +volatilise/6 1 +volatility/13 1 +volatilization/9 1 +volatilize/6 1 +vol-au-vent +volcanic/46 1 +volcanism/5 1 +volcano/3 1 +vole/16 1 +Volga/5 1 +Volgograd/5 1 +volition/2 1 +volitional/8 1 +volitionality +Volker +Volkswagen/2 1 +volley/29 1 +volleyball/2 1 +volt/2 1 +Volta/1 +voltage/2 1 +voltaic 1 +Voltaire/5 1 +volte-face +volte 1 +voltmeter/2 1 +volubility/53 1 +voluble/17 1 +volume/16 1 +volumetric +volumetrically +voluminous/73 1 +voluntarism/2 1 +voluntary/253 1 +volunteer/29 1 +voluptuary/13 1 +voluptuous/73 1 +volute/9 1 +Volvo/1 +vomit/4 1 +vomiting 1 +Von +voodoo/16 1 +voracious/73 1 +voracity/13 1 +Vorbis/1 +vortex/3 1949 +vortices 1950 +vorticity/5 1 +Voss/1 +votary/13 1 +vote/32 1 +voter/2 1 +votively +votive 1 +vouch/55 1 +voucher/16 1 +vouchsafe/6 1 +Vouvray/5 1 +vow/29 1 +vowel/16 1 +voyage/32 1 +voyager/2 1 +voyageur/2 1 +voyeur/2 1 +voyeurism/2 1 +voyeuristic +VP +VPN +Vreeland/1 +Vries +VT +VTOL +V 1 +vu +Vuelta/1 +Vulcan/5 1 +vulcanisation/9 1 +vulcanise/6 1 +Vulcanite +vulcanization/9 1 +vulcanize/6 1 +vulgar/8 1 +vulgarisation/9 1 +vulgarise/6 1 +vulgarism/2 1 +vulgarity/13 1 +vulgarization/9 1 +vulgarize/6 1 +vulgar 1 +vulnerability/53 1 +vulnerable/17 1 +vulpine 1 +vulture/2 1 +vulva/70 1 +vying 1951 +WA +WAAC +WAACs +WAAF +Wabash/5 1 +WAC +wacky/37 1 +Waco/1 +wad/618 1 +Waddington/1 +wadding 1 +waddle/28 1 +wade/28 1 +wader/2 1 +Wade's +wades 1952 +wading 1 +Wadsworth/1 +wafer/16 1 +waffle/32 1 +waffle-iron +waffling 1 +waft/4 1 +wafters +wafting 1 +wag/111 1 +wage/32 1 +wage-earning +wager/29 1 +waggish/73 1 +waggle/28 1 +waggoner's +Wagner/5 1 +Wagnerian 1 +wagon/16 1 +wagtail/2 1 +Wahhabi 1 +waif/691 1 +Waikato/1 +Waikiki/1 +wail/4 1 +wailer/5 1 +wailing 1 +wainscot/585 1 +wainscoting 1 +wainscotting 1 +Wainwright +waist/90 1 +waistband/2 1 +waistcoat/16 1 +waistline/2 1 +wait/4 1 +Waite/1 +waiter/16 1 +waiting 1 +waitress/114 1 +waive/6 1 +waiver/2 1 +Wakayama/1 +wake/32 1953 +Wakefield +wakeful/73 1 +waken/10 1 +wakening 1 +wakeup +waking 1 +Walbridge/1 +Walcott/1 +Waldemar/1 +Walden/1 +Waldo/1 +Waldorf/1 +Waldron/1 +wale/609 1 +Wales 1 +Walgreen/1 +walk/4 1 +walkabout/2 1 +walker/2 1 +walkie +walkie-talkie +walkie-talkies +walk-in +walking 1 +walk-on +walkout/2 1 +walkover/2 1 +walkway/2 1 +wall/29 1 +wallaby/13 1 +Wallace/1 +Wallachia/1 +wallet/2 1 +wall-eye/1 +wall-eyed +wall-eyes +wallflower/2 1 +walling 1 +Wallis/1 +Walloon/5 1 +wallop/4 1 +walloping 1 +wallow/4 1 +wallowing 1 +wallpaper/29 1 +wall-to-wall +walnut/2 1 +Walpole/5 1 +walrus/3 1 +Walsall/1 +Walsh/1 +Walsingham/1 +Walt/1 +Walter/1 +Walters +Waltham/1 +Walther/1 +Walton/1 +Walton-on-Thames +waltz/21 1 +waltzing 1 +Walvis/1 +Walworth/1 +Wally's +wampum/5 1 +wan/8 1 +wand/2 1 +wander/4 1 +wanderer/2 1 +wandering/9 1 +wanderlust/2 1 +Wandsworth/1 +wane/28 1 +Wang/1 +wangle/28 1 +wangling 1 +waning 1 +wannabe/9 1 +Wansbeck/1 +want/4 1 +wanting 1 +wanton/73 1 +wan 1 +wapiti/2 1 +Waqar/1 +war/120 1 +warble/28 1 +warbler/2 1 +warbling 1 +Warburton +ward/29 1 +warden/16 1 +warder/16 1 +warding 1 +wardress/3 1 +wardrobe/16 1 +wardroom/2 1 +ware/16 1 +Wareham/1 +warehouse/32 1 +warehouseman/5 1954 +warehousemen's 1955 +warehousemen 1956 +warehousing 1 +ware 1 +warfare/5 1 +warhead/2 1 +warhorse/2 1 +warless 1 +warlike 1 +warlock/2 1 +warlord/2 1 +warm/635 1 +warm-down +warmer/2 1 +warm-hearted +warm-heartedly +warm-heartedness +warming/2 1 +warmish 1 +warmonger/2 1 +warmongering/5 1 +warmth/5 1 +warm-up +warm-ups +warn/10 1 +Warne/1 +Warner/1 +warning/43 1 +warp/29 1 +warpath/2 1 +warping 1 +warrant/29 1 +warrantable 1 +warranting 1 +warrantor/5 1 +warranty/303 1 +warren/2 1 +Warrington/1 +warrior/2 1 +Warsaw/5 1 +warship/2 1 +wart/2 1 +Wartburg/1 +warthog/9 1 +wartime/2 1 +war 1 +Warwick/1 +Warwickshire/1 +wary/407 1 +wash/55 1 +washable/9 1 +washbasin/2 1 +washboard/2 1 +Washburn/1 +washday/5 1 +washed-out +washer/16 1 +washerwoman/5 1957 +washerwomen's 1958 +washerwomen 1959 +washhouse/9 1 +washing/2 1 +Washingbourgh/1 +Washington/5 1 +washing-up +wash-out +washout/2 1 +wash-outs +washstand/2 1 +washy 1 +wasn't +wasp/2 1 +waspish/73 1 +wasp-waisted +wassail/29 1 +Wasserman +was 54 +wast/197 1 +wastage/2 1 +waste/49 1 +waste-basket +wasteful/73 1 +wasteland/2 1 +waste-paper/1 +waster/16 1 +wasting 1 +wastrel/2 1 +was 1 +wast 54 +Watanabe/1 +watch/55 1 +watchdog/16 1 +watcher/2 1 +watchful/73 1 +watchmaker/2 1 +watchman/5 1960 +watchmen's 1961 +watchmen 1962 +watchtower/2 1 +watchword/2 1 +water/29 1 +water-bed +water-beds +water-bird +water-birds +water-borne +Waterbury/1 +watercolour/2 1 +water-cooled +watercourse/2 1 +watercress/5 1 +waterfall/2 1 +Waterford/1 +waterfowl/5 1 +waterfront/2 1 +Watergate/5 1 +water-glass +waterhole/9 1 +Waterhouse/1 +watering-hole +watering 1 +waterless 1 +waterline/9 1 +waterlogged +Waterloo/5 1 +waterman/5 1963 +watermark/29 1 +watermelon/2 1 +watermen's 1964 +watermen 1965 +watermill/9 1 +waterproof/4 1 +waterproofing 1 +water-resistant +watershed/2 1 +waterside/2 1 +water-soluble +waterspout/2 1 +water-table +watertight 1 +Watertown/1 +waterway/2 1 +waterwheel/9 1 +waterworks +watery/179 1 +Watford/1 +Watkins +Watling/1 +Watson/1 +watt/2 1 +wattage/2 1 +wattle/16 1 +watt 1 +Watusi/5 1 +Waugh/1 +Waukesha/1 +Waupaca/1 +Waupun/1 +Wausau/1 +wave/28 1 +waveband/2 1 +waveform/2 1 +Waveland/1 +wavelength/2 1 +wavelet/2 1 +wavelike +waver/4 1 +wavering/8 1 +Waverley/1 +wavier 1966 +waviest 1966 +waving 1 +wavy/179 1 +wax/692 1 +Waxel/1 +waxen 1 +waxing 1 +wax 1 +waxwing/2 1 +waxwork/2 1 +waxy/37 1 +way/2 1 +wayfarer/2 1 +wayfaring 1 +Wayland/5 1 +waylay/380 1 +Wayne/1 +Waynesboro/1 +wayside/2 1 +way 1 +waywardly 1 +waywardness +wayward 1 +weak/231 1 +weaken/10 1 +weakling/2 1 +weakly 1 +weak-minded 1 +weal/5 1 +Weald/1 +wealth/5 1 +wealthy/37 1 +wean/10 1 +weaned 1 +weaners +weanling/5 1 +weapon/16 1 +weaponry/13 1 +Wear +wear/128 1967 +wearable 1 +wearer/2 1 +wearingly +wearing 1 +wearisome/8 1 +Wear-Tees +weary/693 1 +wearying/8 1 +weasel/86 1 +weaselling 1 +weather/29 1 +weatherboard/155 1 +weatherboarding 1 +weatherboard 1 +weather-bound +weathercock/16 1 +Weatherford/1 +weathering 1 +weatherman/5 1968 +weathermen's 1969 +weathermen 1970 +weatherperson/9 1 +weatherproof/10 1 +weather 1 +weathervane/2 1 +weather-worn +weave/28 1971 +weaver/2 1 +weaverbird 1 +weaving 1 +web/152 1 +Webb/1 +Webber/1 +webbing/5 1 +webcast/109 1 +webcaster +webcast's +web-footed +weblog/1 +weblogs +website/2 1 +Webster/5 1 +we'd +wed/328 1 +wedding/2 1 +wedge/32 1 +wedgies +wedging 1 +Wedgwood/5 1 +wedlock/5 1 +Wednesday/2 1 +Wednesfield +Wednsebury +wed's +wed 1 +wee/142 1 +weed/29 1 +weeding 1 +weeds 1 +weedy/37 1 +week/2 1 +weekday/2 1 +weekend/16 1 +weekender/5 1 +weeklies +week-long +weekly 1 +week 1 +weenie 1 +weensy 1 +weeny 1 +weep/128 1972 +weeping 1 +weepy/37 1 +wee 1 +weevil/2 1 +weft/16 1 +Weibull/1 +Weidman/1 +weigh/4 1 +weighbridge 1 +weigh-in +weighing 1 +weight/29 1 +weighted 1 +weighting/2 1 +weightless/73 1 +weightlifter/9 1 +weightlifting/5 1 +weighty/407 1 +Weimar/5 1 +Weinberg/1 +Weiner/1 +Weinstein/1 +weir/16 1 +weird/229 1 +Weiss/1 +Weissman/1 +Weissmuller/1 +Welch/1 +welcome/28 1 +weld/4 1 +welder/2 1 +welding 1 +Weldon/1 +welfare/2 1 +we'll +well/694 761 +well-adjusted +well-balanced +well-behaved +well-being +well-beloved +well-born +well-bred +well-built +well-chosen +well-connected +well-defined +well-deserved 1 +well-designed +well-developed +well-disciplined +well-disposed +well-dressed +well-earned +well-educated +well-endowed +well-equipped +Weller/1 +Wellesley/1 +well-established +well-fed +well-formed +well-founded +well-head/1 +well-heads +well-informed +Wellingborough/1 +Wellington/5 1 +welling 1 +well-intentioned +well-kept +well-known +well-loved +well-made +Wellman +well-mannered +well-marked +well-matched +well-meaning +well-meant +well-nigh +well-off +well-ordered +well-organised +well-paid +well-placed +well-prepared +well-preserved +well-read +well-received +well-rounded +well-spoken +wellspring/2 1 +well-structured +well-supported +Wellsville/1 +well-thought-of +well-thought-out +well-timed +well-to-do +well-trained +well-tried +well-used +well-wisher +well-wishers +well-worn +Welshman/5 1973 +Welshmen's 1974 +Welshmen 1975 +welsh 1 +Welshwoman/5 1976 +Welshwomen 1977 +welt/29 1 +welter/29 1 +welterweight/2 1 +welting 1 +Welwitschia/1 +Welwyn/1 +Wembley/1 +wench/114 1 +wend/695 1 +Wendell/1 +Wendy/1 +Wenger/1 +Wensleydale/1 +went 1978 +Wentworth/1 +wept 1979 +we're +weren't +were 54 +werewolf/139 1 +Werner/1 +Werther/1 +Wesley/5 1 +Wesleyan 1 +Wessex +Wesson/1 +west/5 1 +West/5 1 +westbound 1 +Westbrook/1 +Westchester/1 +westerlies +Westerlies +Westerly +westerly 1 +western/145 1 +westerner/2 1 +westernisation/9 1 +westernise/6 1 +Westernism/5 1 +westernmost +Western 1 +Westfield/1 +Westhampton/1 +Westinghouse/1 +Westmeath/1 +Westminster/1 +Westmorland/1 +Weston/1 +Westphalia/1 +Westport/1 +west 1 +Westward +westward/9 1 +Westwards +westward 1 +Westwood/1 +wet/696 1 +Wetherby/1 +wetland/9 1 +wet-nurse +wet-nurses +we 1 +wetsuit/9 1 +wetter 1 +wetting 1 +we've +Wexford/1 +Weyman/1 +Weymouth/1 +WFF +whack/4 1 +whacking 1 +whale/222 1 +whaleboat/2 1 +whalebone/2 1 +Whalen/1 +whaler/2 1 +whales 1 +whaling 1 +wham/78 1 +wharf/691 1 +Wharton/1 +what/5 1 +what'd +whatever 1 +Whatley/1 +whatnot/2 1 +what're +what's-her-name +what's-his-name +what's-its-name +whatsoever 1 +what 1 +wheat/5 1 +wheaten 1 +Wheatland +Wheaton/1 +Wheatstone/1 +wheedle/6 1 +wheedling 1 +wheel/29 1 +wheelbarrow/16 1 +wheelbase/2 1 +wheelchair/2 1 +wheel-clamp +wheel-clamped +wheel-clamping +wheeler/2 1 +wheelhouse/2 1 +wheelie/2 1 +wheeling 1 +wheelwright/2 1 +wheely +wheeze/28 1 +wheezing 1 +wheezy/37 1 +Whelan/1 +whelk/16 1 +whelm/10 1 +whelp/29 1 +whence 1 +whenever +when 1 +where/5 1 +whereabouts 1 +whereas 1 +whereat 1 +whereby 1 +where'd +wherefore/9 1 +wherein 1 +whereof 1 +whereon 1 +where're +whereto +where 1 +whereupon +wherever +wherewithal/5 1 +wherewith 1 +whet/358 1 +whether +whetstone/2 1 +whew 1 +whey/5 1 +whichever 1 +which 1 +whiff/29 1 +whiffing 1 +Whig/2 1 +Whiggery 1 +Whiggish 1 +while/28 1 +whilom 1 +whilst +whim/16 1 +whimper/4 1 +whimpering 1 +whimsical/8 1 +whimsicality/13 1 +whimsicalness +whimsy/53 1 +whine/32 1 +whiner/2 1 +whinier 1980 +whiniest 1980 +whining/8 1 +whiny/37 1 +whinny/220 1 +whip/110 1 +whipcord/2 1 +whiplash/114 1 +Whippany +whipper-snapper/1 +whipper-snappers +whipper 1 +whippet/2 1 +whipping/2 1 +Whipple/1 +whipsaw/29 1 +whir/227 1 +whirl/4 1 +whirligig/16 1 +whirling 1 +whirlpool/16 1 +whirlwind/2 1 +whirlybird/2 1 +whirr/197 1 +whirring 1 +whirr 1 +whisk/4 1 +whisker/90 1 +whiskery 1 +whiskey/2 1 +whisky/53 1 +whisper/4 1 +whisperer/2 1 +whispering/42 1 +whist/5 1 +whistle/28 1 +whistle-blower +whistle-blowers +whistler/2 1 +whistle-stop +whistling 1 +whist 1 +Whitaker/1 +Whitbread +Whitcomb/1 +white/697 1 +whitebait/5 1 +whiteboard/9 1 +white-collar +Whitefield/1 +whitefly +Whitehall/1 +Whitehaven/1 +Whitehorse/5 1 +white-hot +Whitehouse/1 +Whitelaw/1 +whiten/10 1 +whitener/2 1 +whitening 1 +white-out +white-outs +whitewash/21 1 +whitewasher 1 +whitewashing 1 +whitey/2 1 +Whitfield/1 +whither 1 +whiting 1 +whitish 1 +Whitley/1 +Whitlock/1 +Whitlow/1 +Whitman/1 +Whitney/5 1 +Whitsun/5 1 +Whitsuntide 1 +Whittaker/1 +Whittall/1 +Whittam/1 +Whittier/1 +Whittington/1 +whittle/28 1 +whittler/2 1 +whittling/9 1 +whit 1 +Whitwell/1 +whiz/698 1 +whizzing 1 +who/5 1 +whoa 1 +who'd +whoever 1 +whole/679 1 +wholegrain +wholehearted/73 1 +wholemeal +wholesale/221 1 +wholesaler/2 1 +wholesome/73 1 +who'll +wholly 1 +whomever 1 +whomsoever 1 +whom 1 +whoo +whoop/4 1 +whoopee/9 1 +whooper/5 1 +whooping 1 +whoosh/21 1 +whop/699 1 +whopper/2 1 +whopping 1 +who're +whore/32 1 +whorehouse/2 1 +whorish 1 +whorl/2 1 +whorled 1 +whose 1 +whosoever 1 +whoso 1 +who've +why/9 1 +WI +Wichita 1 +wick/90 1 +wicked/273 1 +wicker/2 1 +wickerwork/5 1 +wicket/2 1 +wicket-gate +wicket-keeper/1 +wicket-keepers +wicket-keeping +Wickliffe/1 +Wicklow/1 +Widdecombe/1 +wide/511 1 +wide-angle +wide-area +wideband +wide-eyed +widen/10 1 +widener/2 1 +wide-ranging +wide-screen +widespread +wide 1 +widgeon/5 1 +widget/2 1 +Widnes +widow/29 1 +widower/2 1 +widowhood/9 1 +width/2 1 +widthways +Wieland/5 1 +wield/10 1 +wielder/2 1 +Wiesbaden/1 +wife/5 1981 +wifeless 1 +wifeliness +wifely/37 1 +wife 1 +wig/111 1 +Wigan/1 +wigging 1 +Wiggins +wiggle/28 1 +wiggler/2 1 +wiggles 1 +wiggly/37 1 +Wight/1 +Wigram/1 +wigwag/137 1 +wigwam/2 1 +wiki +wikipedia/1 +wikis +Wilberforce/1 +Wilbur/1 +Wilcox/1 +wild/700 1 +wildcat/16 1 +Wilde/1 +wildebeest/2 1 +wilderness/1 +wildernesses +wilder 1 +wildfire/2 1 +wildfowl/5 1 +wilding/5 1 +wildlife/5 1 +wile/32 1 +Wiley/1 +Wilfred/1 +wilful/18 1 +Wilhelm/1 +Wilhelmina/1 +wilily +Wilkes +Wilkie/1 +Wilkins +Wilkinson/1 +will/639 1982 +Willa/1 +Willamette/1 +Willard/1 +Willcocks +Willcox/1 +Willem +Willemstad +Willenstad/1 +William/2 1 +Williamsburg/1 +Williamson/1 +Willie/1 +willing/18 1 +Willis +Willoughby/1 +willow/16 1 +willowy/37 1 +willpower/2 1 +Wilma +Wilmette +Wilmington 1 +Wilmslow +Wilshire/1 +Wilson/5 1 +wilt/4 1 +Wilton 1 +Wiltshire/5 1 +wily/191 1 +Willy +willy/207 1 +willy-nilly +Wimbledon/1 +wimp/16 1 +wimple/32 1 +wimpling 1 +wimpy/37 1 +win/537 1983 +wince/28 1 +Winceyette +winch/21 1 +wincher/5 1 +Winchester/9 1 +wincing 1 +Winckelmann +wind/29 1984 +windbag/2 1 +windblown 1 +windbreak/2 1 +windburn/701 1 +windcheater/2 1 +winded/105 1 +winder/2 1 +Windermere/1 +windfall/2 1 +windflower/2 1 +Windhoek/1 +winding/2 1 +winding-sheet +winding 1 +windjammer/2 1 +windlass/21 1 +windless 1 +windmill/16 1 +window/29 1 +windowless 1 +windowpane/2 1 +window-shop +windowsill/2 1 +windpipe/2 1 +windrow/16 1 +windscreen/2 1 +windsock/2 1 +Windsor/5 1 +windsurf/10 1 +windsurfer/2 1 +windsurfing 1 +windswept 1 +wind-up/1 +wind-ups +windward 1 +windy/80 1 +wine/32 1 +wineglass/3 1 +winegrower/2 1 +winemaker/2 1 +wineries +wineskin/5 1 +Winfield +wing/29 1 +winged 1 +winger/2 1 +wingless 1 +wingman/5 1985 +wingmen's 1986 +wingmen 1987 +wingspan/2 1 +wingspread/2 1 +wing-tip +wing-tips +Winifred/1 +wink/4 1 +winker/2 1 +winking 1 +winkle/28 1 +winkling 1 +winnable +Winnebago/5 1 +winner/2 1 +Winnetka +winning/42 1 +Winnipeg 1 +winnow/4 1 +winnower/2 1 +winnowing 1 +wino/2 1 +Winooski +Winslow +winsome/73 1 +Winston/1 +winter/71 1 +winterer/5 1 +wintergreen/2 1 +wintertime/5 1 +Winthrop +wintry/179 1 +winy 1 +wipe/28 1 +wiper/2 1 +wiping 1 +WIPO +wire/134 1 +wired 1 +wire-haired +wireless/114 1 +wireman/5 1988 +wiremen's 1989 +wiremen 1990 +wirer/5 1 +wire-tapper +wire-tapping +wiriness +wiring/2 1 +Wirral +wiry/37 1 +Wisconsin/5 1 +Wisden +wisdom/2 1 +wise/491 1 +wiseacre/2 1 +wisecrack/29 1 +Wiseman +Wisenheimer +wish/55 1 +wishbone/2 1 +wisher/2 1 +wishful/8 1 +wishing 1 +wishing-well +wish-list +wishy +wishy-washy 1 +wisp/16 1 +wispy/37 1 +wisteria/2 1 +wistful/73 1 +wit/702 1 +witch/21 1 +witchcraft/2 1 +witchdoctor +witchdoctors +witchery/13 1 +witch-hunt +witch-hunts +witching 1 +withal 1 +withdraw/367 1991 +withdrawal/2 1 +withdrawer/5 1 +withdrawing 1 +withdrawn/105 1 +withdrew 1992 +wither/149 1 +withered 1 +witheringly +Witherspoon +withheld 1993 +withhold/140 1994 +withholder/2 1 +withholding/9 1 +within 1 +without 1 +withstand/140 1995 +withstood 1996 +with 1 +witless/73 1 +witness/7 1 +witness's +Witt/1 +witted 1 +Wittenberg +Wittgenstein/5 1 +witticism/2 1 +witting/8 1 +Witwatersrand +witty/80 1 +wives 1997 +wizard/43 1 +wizardry/13 1 +wizen/149 1 +WMD +WNO +WNP +WO +woad/5 1 +wobble/28 1 +wobbler's +wobbliness +wobbling 1 +wobbly/37 1 +Wodehouse +woe/2 1 +woebegone +woeful/73 1 +wok/2 1 +woken 1998 +woke 1998 +Woking +Wokingham +Wolcott +Wolds +wolf/703 1 +Wolfe/1 +Wolff/1 +Wolffian +Wolfgang +wolfhound/2 1 +wolfing 1 +wolfish/73 1 +wolfram/2 1 +Wolfson +wolf-whistles +Wollongong +Wolverhampton/1 +wolverine/2 1 +Wolverton +woman/5 1999 +womanhood/2 1 +womanise/6 1 +womaniser/2 1 +womanish 1 +womankind/5 1 +womanlike 1 +womanly/191 1 +woman 1 +womb/2 1 +wombat/2 1 +womenfolk/5 1 +women's 2000 +women 2001 +wonder/29 1 +wonderer/5 1 +wonderful/18 1 +wondering/8 1 +wonderland/2 1 +wonderment/2 1 +wondrous/73 1 +Wong/1 +wonky/37 1 +won 2002 +won't +wont/197 1 +wonted/8 1 +won 1 +wont 1 +woo/10 1 +wood/90 1 +Woodard +Woodberry +woodbine/2 1 +woodblock/9 1 +Woodbury +woodcarver/9 1 +woodcarving/2 1 +woodchuck/2 1 +woodcock/2 1 +woodcut/409 1 +woodcutter/2 1 +woodcutting/2 1 +wooden/188 1 +woodland/2 1 +woodlander 1 +Woodlawn +woodlice +woodlouse/5 1 +woodpecker/2 1 +woodpile/2 1 +Woodrow +woodruff/5 1 +woodshed/16 1 +woodsman/5 2003 +woodsmen's 2004 +woodsmen 2005 +Woodstock/1 +wood 1 +Woodward +Woodwards +woodwind/9 1 +woodwork/5 1 +woodworker/2 1 +woodworking/5 1 +woodworm/5 1 +woody/179 1 +Woody's +woody 1 +wooer/2 1 +woof/29 1 +woofer/2 1 +wooing 1 +wool/2 1 +Woolf/1 +wool-gathering +Woollcombe/1 +woollen/9 1 +woollies +Woolworth +woolly/179 1 +Woonsocket +Wooster +woozy/80 1 +wop/514 1 +Worcestershire/1 +Worcester 1 +word/29 1 +wordage 1 +word-blindness +wordbook/2 1 +wording/2 1 +wordless/8 1 +word-perfect +wordplay/2 1 +word-processing +Wordsworth/5 1 +wordy/80 1 +wore 2006 +work/71 2007 +workability/5 1 +workable/105 1 +workably +workaday +workaholic/9 1 +workaround/2 1 +workbench/3 1 +workbook/2 1 +workday/2 1 +worker/2 1 +workfare/9 1 +workforce/9 1 +workhorse/2 1 +workhouse/2 1 +working/2 1 +working-class +Workington +workload/2 1 +workman/5 2008 +workmanlike +workmanship/2 1 +workmate/9 1 +workmen's 2009 +workmen 2010 +workout/2 1 +workplace/2 1 +workroom/2 1 +worksheet/9 1 +workshop/2 1 +work-shy +Worksop/1 +workspace/9 1 +workstation/2 1 +worktable/2 1 +worktop/9 1 +work-to-rule +world/704 1 +world-class +WorldCom +world-famous +worldly/74 1 +worldly-wise +world-view +world-views +world-weary 1 +worldwide 1 +worm/29 1 +worm-casts +worm-eaten +wormer/5 1 +wormhole/2 1 +worm-wheel +wormwood/2 1 +wormy/37 1 +worn-out 1 +worn 2006 +worried/8 1 +worrier/2 1 +worrisome +worrisomely +worry/220 1 +worrying/8 1 +worsen/10 1 +worse 2011 +worship/175 1 +worshipful/73 1 +worshipper/2 1 +worst/149 1 +worst-case +worsted/2 1 +worst 2011 +Worthing/1 +Worthington/1 +worthless/18 1 +worth 1 +worthwhile 1 +worthy/590 1 +would-be +wouldn't +wouldst 2012 +would 2012 +would've +wound/29 1 +wounded 1 +wounding/9 1 +wound 2013 +woven 2014 +wove 2014 +wow/4 1 +wpm 1 +wrack/5 1 +WRAF +wraith/2 1 +wrangle/28 1 +wrangler/2 1 +wrangling 1 +wrap/553 1 +wraparound/9 1 +wrapper/2 1 +wrapping/2 1 +wrasse/2 1 +wrath/5 1 +wrathful/8 1 +wrathfulness +wrath 1 +wreak/10 1 +wreath/29 1 +wreathe/6 1 +wreck/4 1 +wreckage/2 1 +wrecker/2 1 +wrecking 1 +Wrekin/1 +wren/2 1 +wrench/21 1 +wrenching/8 1 +wrest/4 1 +wrester/5 1 +wrestle/28 1 +wrestler/2 1 +wrestling/5 1 +wretch/3 1 +wretched/18 1 +Wrexham/1 +wriggle/28 1 +wriggler/2 1 +wriggling 1 +wriggly/37 1 +Wright +wrights +Wrigley +wring/128 2015 +wringer/2 1 +wringing 1 +wrinkle/32 1 +wrinkled 1 +wrinkly 1 +wrist/2 1 +wristband/2 1 +wristwatch/3 1 +writ/2 1 +write/705 2016 +writeable +write-off +write-offs +writer/2 1 +write-up +write-ups +writhe/28 1 +writhing 1 +writing/2 1 +WRNS +wrong/706 1 +wrongdoer/2 1 +wrongdoing/2 1 +wrong-foot +wrong-footed +wrongful/73 1 +wrong-headed/73 1 +wrote 2017 +wroth 1 +wrought-iron +wrought 2018 +wrung 2019 +wry/229 1 +wt +Wu/5 1 +wurzel/9 1 +WV +WWII +WWW 1 +WY +Wyatt/1 +Wycliff/1 +Wycombe +Wykeham +Wylie/1 +Wyman +Wynn/1 +Wyoming 1 +WYSIWYG +Xavier +x-axis +Xenia +Xenix/1 +xenon/5 1 +xenophobe/2 1 +xenophobia/5 1 +xenophobic +xerographic 1 +xerography/5 1 +xerophyte/2 1 +Xerox/21 1 +Xerxes +Xhosa 1 +XHTML +Xi'an/1 +xiii 1 +xii 1 +xiv 1 +Xmas 1 +XML +XOR +X-ray +X-rays +x 1 +X 1 +xvi 1 +xv 1 +xylem/2 1 +xylophone/2 1 +xylophonist/9 1 +yacht/29 1 +yachters +yachting 1 +yachtsman/5 2020 +yachtsmen's 2021 +yachtsmen 2022 +yachtswoman/5 2023 +yachtswomen 2024 +yack/4 1 +yahoo/2 1 +Yahweh 1 +yak/5 1 +Yakima 1 +yak 1 +Yakutsk +Yale 1 +y'all +Yalta 1 +yam/2 1 +Yamaha/1 +yammer/4 1 +yammerer/9 1 +yammering 1 +Yamoussoukro/1 +yang 1 +Yangtze 1 +yank/4 1 +Yankee/9 1 +Yankeeism 1 +Yankee 1 +Yankton/1 +Yaoundé +Yaounde/5 1 +yap/175 1 +Yarborough 1 +yard/16 1 +yardage/2 1 +yardarm/2 1 +yardstick/2 1 +Yarmouth/1 +yarmulke/2 1 +yarn/29 1 +yarrow/2 1 +Yashmak +Yasmin +Yates +yaw/4 1 +yawl/16 1 +yawn/4 1 +yawner/2 1 +yawningly +yawning 1 +y-axis +yd +ye/9 1 +yea/9 1 +Yeager +yeah 1 +year/2 1 +yearbook/2 1 +year-end +yearling/2 1 +yearlong 1 +yearly 1 +yearn/10 1 +yearning/43 1 +year-on-year +year-round +yeast/16 1 +yeasty/179 1 +yea 1 +Yeats 1 +yell/4 1 +yelling 1 +yellow/707 1 +yellow-bellied +yellowhammer/2 1 +yellowish +Yellowknife/1 +Yellowstone/5 1 +yellowy 1 +yelp/4 1 +yelping 1 +Yemen/5 1 +Yemeni 1 +yen/116 1 +Yeo/1 +yeoman/5 2025 +yeomanly +yeomanry 1 +yeoman 1 +yeomen's 2026 +yeomen 2027 +Yeovil +Yerevan/1 +yes-man +yesterday/2 1 +yesteryear/2 1 +yes 1 +yeti/2 1 +ye 1 +yet 1 +yew/2 1 +Yiddish 1 +Yid 1 +yield/4 1 +yielding 1 +yikes +yin 1 +yippee 1 +YMCA +yo +yob/9 1 +yobbism +yobbo/9 1 +yodel/216 1 +yodeller/2 1 +yodelling 1 +yoga/5 1 +yoghurt/5 1 +yogi/2 1 +yoke/32 1 +yokel/2 1 +yoking 1 +Yokohama +yolk/2 1 +yonder 1 +Yonkers +yon 1 +Yoong +yore 1 +York/5 1 +Yorker +Yorkers +Yorkshire/5 1 +Yorkshireman 1 +Yorktown 1 +Yoruba 1 +Yosemite 1 +Yost/1 +you'd +you-know-what +you-know-who +you'll +young/280 1 +Youngberry +younger 1 +youngish 1 +youngster/2 1 +Youngstown +young 1 +Younis +Younker +your/9 1 +you're +yourself/486 1 +your 1 +Yousuf +youth/2 1 +youthful/73 1 +you 1 +you've +yowl/4 1 +yowling 1 +yo-yo +Ypres 1 +Ypsilanti +yr 1 +y 1 +ytterbium/5 1 +yttrium/5 1 +Yuan +Yuba +Yucatan 1 +yucca/2 1 +yucky/37 1 +Yuga +Yugoslav/9 1 +Yugoslavia/5 1 +Yugoslavian 1 +Yukon 1 +Yuletide/5 1 +Yule 1 +yummy/37 1 +yum 1 +yum-yum +yuppie/2 1 +Yuri +Yushima +Yves +Yvette +YWCA +z +zabaglione 1 +Zachary +Zadie +Zadie' +Zagreb/5 1 +Zaibatsu +Zaire/5 1 +Zambezi 1 +Zambia/5 1 +Zambian/9 1 +Zamia +Zanzibar 1 +zany/179 1 +zap/175 1 +zapper/2 1 +Zara/1 +Zawahiri +zeal/5 1 +Zealand/5 1 +Zealanders +zealot/2 1 +zealous/18 1 +zebra/2 1 +zebras 1 +zebu/2 1 +zed/2 1 +Zeebrugge +Zeeland +Zeitgeist 1 +Zellick +Zellick'sF +zenith/2 1 +Zen 1 +zephyr/2 1 +Zeppelin/2 1 +Zermatt/1 +zero/374 1 +zero-rated +zero-sum +zero 1 +zest/5 1 +zestful/8 1 +zest 1 +zeta/9 1 +Zetland 1 +zeugma/5 1 +Zeus/5 1 +Ziegfeld/1 +Ziegfelds +Ziegler/1 +ziggurat/2 1 +zigzag/137 1 +zilch 1 +zillion/9 1 +Zimbabwe/5 1 +Zimbabwean/9 1 +Zimmerman/1 +zinc/5 1 +zing/65 1 +zinnia/2 1 +Zion/5 1 +Zionism 1 +Zionist/2 1 +zip/110 1 +zippy/37 1 +zircon/5 1 +zirconium/5 1 +zither/2 1 +zloty/5 1 +zodiac/2 1 +zodiacal +Zoe/1 +zombie/2 1 +zone/32 1 +zoning 1 +zonked +zoo/2 1 +zoological/8 1 +zoologist/2 1 +zoology/13 1 +zoom/4 1 +zoophyte/2 1 +Zoroaster 1 +Zoroastrian/9 1 +Zoroastrianism 1 +Zukerman +Zulu/2 1 +Zurich/5 1 +zwieback/2 1 +zygote/2 1 +zygotic 1 +zymurgy/53 1 +0/708 +0th/709 +1/710 +1st/711 +1th/712 +2/708 +2nd/711 +2th/712 +3/708 +3rd/711 +3th/712 +4/708 +4th/709 +5/708 +5th/709 +6/708 +6th/709 +7/708 +7th/709 +8/708 +8th/709 +9/708 +9th/709 +10s/709 +20s/709 +30s/709 +40s/709 +50s/709 +60s/709 +70s/709 +80s/709 +90s/709 +100s/709 +200s/709 +300s/709 +400s/709 +500s/709 +600s/709 +700s/709 +800s/709 +900s/709 +1000s/709 +2000s/709 +'10s +'20s +'30s +'40s +'50s +'60s +'70s +'80s +'90s diff --git a/resources/dicts/en_US.aff b/resources/dicts/en_US.aff new file mode 100755 index 000000000..11fe17d60 --- /dev/null +++ b/resources/dicts/en_US.aff @@ -0,0 +1,3107 @@ +FLAG num +AF 589 +AF 2,3 # 1 +AF 2 # 2 +AF 1 # 3 +AF 4,2 # 4 +AF 3,5,6,7 # 5 +AF 8,7,9 # 6 +AF 5,11,6 # 7 +AF 10 # 8 +AF 12 # 9 +AF 3 # 10 +AF 5,6,7 # 11 +AF 7,13,14 # 12 +AF 15,16,7 # 13 +AF 7,9 # 14 +AF 2,17 # 15 +AF 10,18,19 # 16 +AF 20,21,22 # 17 +AF 2,3,7 # 18 +AF 22 # 19 +AF 18,19,2,3 # 20 +AF 23,24,10,18,19 # 21 +AF 4,2,5,11,6 # 22 +AF 2,3,5,6,7 # 23 +AF 10,5,6,7 # 24 +AF 10,18,19,20,21,2,3 # 25 +AF 23,24,10,18,25,19,2,3,5,6,7 # 26 +AF 10,18,19,20,21 # 27 +AF 2,3,8,7,9 # 28 +AF 18,19,22 # 29 +AF 10,2,3 # 30 +AF 6,26,27 # 31 +AF 3,28 # 32 +AF 18,19 # 33 +AF 29,30 # 34 +AF 31,3,28 # 35 +AF 10,18,19,2,3 # 36 +AF 10,2 # 37 +AF 23,24,10,18,19,2,3 # 38 +AF 31 # 39 +AF 11,4,2 # 40 +AF 20,21,2,3 # 41 +AF 2,17,29,30 # 42 +AF 3,8,7,9 # 43 +AF 23 # 44 +AF 10,20,21 # 45 +AF 8,6,7 # 46 +AF 2,3,32,33,7 # 47 +AF 20,2,3 # 48 +AF 29,30,34,35 # 49 +AF 29,30,36,34,35 # 50 +AF 2,3,31 # 51 +AF 23,24,10,18,19,2,3,5,6,7 # 52 +AF 37,2 # 53 +AF 10,2,3,8,7,9 # 54 +AF 18,22 # 55 +AF 2,17,6,26,27 # 56 +AF 37,2,3 # 57 +AF 7 # 58 +AF 29,30,36 # 59 +AF 17 # 60 +AF 41,42,7 # 61 +AF 2,3,5,7 # 62 +AF 2,3,8,6,7 # 63 +AF 2,3,43,44,7 # 64 +AF 2,3,45 # 65 +AF 4,2,46 # 66 +AF 10,18,19,8,7,9 # 67 +AF 10,8,7,9 # 68 +AF 2,3,28,31 # 69 +AF 3,7 # 70 +AF 4,2,3 # 71 +AF 36,34,35 # 72 +AF 2,3,7,9 # 73 +AF 23,24,10,18,19,4,2,5,11,6 # 74 +AF 23,24,10 # 75 +AF 47,7,9 # 76 +AF 2,3,8,7 # 77 +AF 23,2,3,5,6,7 # 78 +AF 38,39,40 # 79 +AF 2,3,200 # 80 +AF 4,2,48 # 81 +AF 22,2,3 # 82 +AF 10,18 # 83 +AF 18,19,20,21 # 84 +AF 49,50,10,18,19 # 85 +AF 2,3,6,7 # 86 +AF 2,17,29,30,6,26,27 # 87 +AF 7,14 # 88 +AF 4 # 89 +AF 7,51,9,52 # 90 +AF 23,2,3,7 # 91 +AF 2,3,53,54,7 # 92 +AF 7,51,9 # 93 +AF 10,18,19,3 # 94 +AF 2,56,57,10,18,19 # 95 +AF 20,2,3,7 # 96 +AF 17,29,30,36,34,35 # 97 +AF 23,24,10,18,19,5,6,7 # 98 +AF 59,2,3,60,61,7 # 99 +AF 2,58 # 100 +AF 17,29,30,6,26,27 # 101 +AF 49,50 # 102 +AF 15,16,7,2,3 # 103 +AF 10,18,19,20,21,8,7,9 # 104 +AF 32,33,7 # 105 +AF 23,24,18,19,2,3 # 106 +AF 10,18,19,20,21,2,3,8,7,9 # 107 +AF 2,5,6 # 108 +AF 2,3,7,13,14 # 109 +AF 62,6 # 110 +AF 29,30,34,35,2 # 111 +AF 2,3,62,6,7 # 112 +AF 2,3,65,66,7 # 113 +AF 63,64,7 # 114 +AF 2,3,67,5,6,7 # 115 +AF 62,6,7 # 116 +AF 53,54,7 # 117 +AF 3,53,54,7 # 118 +AF 61,7 # 119 +AF 2,67 # 120 +AF 6,7 # 121 +AF 8,7 # 122 +AF 2,3,67 # 123 +AF 2,3,6,7,68 # 124 +AF 11,6 # 125 +AF 5,6,47,7 # 126 +AF 7,69,9 # 127 +AF 2,3,7,14 # 128 +AF 23,2,3 # 129 +AF 2,3,28 # 130 +AF 2,3,70,66,7 # 131 +AF 71,72,18,19 # 132 +AF 2,3,60,61,7 # 133 +AF 2,3,7,51,9,52 # 134 +AF 23,24,10,18,19,2,3,28,7 # 135 +AF 2,3,73,55,7 # 136 +AF 2,17,6,27 # 137 +AF 2,3,28,7 # 138 +AF 20,2,3,8,7,9 # 139 +AF 34,35 # 140 +AF 3,6,7 # 141 +AF 6 # 142 +AF 29,30,36,34,35,6,26,27 # 143 +AF 2,3,6,47,7 # 144 +AF 73,55,7 # 145 +AF 18,19,20,21,2,3,8,7,9 # 146 +AF 23,4,2,5,11,6 # 147 +AF 2,17,26,27 # 148 +AF 2,8 # 149 +AF 20,21 # 150 +AF 10,18,25,19 # 151 +AF 2,3,53,54,7,71 # 152 +AF 18 # 153 +AF 37,76,2,3 # 154 +AF 75,2 # 155 +AF 4,5,11,6 # 156 +AF 39 # 157 +AF 10,18,19,5,6,7 # 158 +AF 23,24,10,18,25,19,3,28 # 159 +AF 2,3,63,64,7 # 160 +AF 23,2 # 161 +AF 18,19,20,21,2 # 162 +AF 29,30,35,2 # 163 +AF 10,2,3,7 # 164 +AF 23,24,18,19,2,3,5,6,7 # 165 +AF 23,24 # 166 +AF 2,17,27 # 167 +AF 2,3,7,13,14,200 # 168 +AF 29,30,6,26,27 # 169 +AF 2,3,63,64,7,77,78 # 170 +AF 2,3,5,6,7,79 # 171 +AF 4,2,5,11,6,38 # 172 +AF 2,5 # 173 +AF 18,19,29,30,36,80,34,35,6,26,27 # 174 +AF 3,7,13,14,81 # 175 +AF 23,4,2 # 176 +AF 10,18,19,5,11,6 # 177 +AF 23,24,18,19 # 178 +AF 23,24,2,3,5,6,7 # 179 +AF 2,3,60,61,7,82 # 180 +AF 4,2,12,5,11,6,38,39,40 # 181 +AF 11,6,4,2 # 182 +AF 23,24,10,2,3 # 183 +AF 2,46 # 184 +AF 2,3,28,5,6,7 # 185 +AF 83,2,3 # 186 +AF 23,24,18,19,2 # 187 +AF 23,24,2,3 # 188 +AF 3,200 # 189 +AF 23,24,4,2 # 190 +AF 10,3 # 191 +AF 60,61,7 # 192 +AF 29,30,36,35 # 193 +AF 3,43,44,7 # 194 +AF 5 # 195 +AF 2,3,84 # 196 +AF 66 # 197 +AF 23,24,86,87,10,18,19,3,5,6,7 # 198 +AF 4,2,88 # 199 +AF 2,3,73,7 # 200 +AF 2,89 # 201 +AF 2,84 # 202 +AF 2,3,90,91,7 # 203 +AF 11,23,24,10,4,2 # 204 +AF 11 # 205 +AF 2,17,36 # 206 +AF 10,18,19,2,3,8,7,9 # 207 +AF 15,16,7,92 # 208 +AF 10,18,2,3 # 209 +AF 10,2,3,5,6,7 # 210 +AF 36 # 211 +AF 2,17,36,34,35 # 212 +AF 2,3,41,42,7 # 213 +AF 8 # 214 +AF 2,17,27,29,30,36,34,35 # 215 +AF 23,86,87,10,2,3,5,6,7 # 216 +AF 3,63,64,7 # 217 +AF 2,3,28,32,33,7 # 218 +AF 17,29,30 # 219 +AF 10,18,19,2,3,7 # 220 +AF 2,17,29,30,36,34,35 # 221 +AF 35 # 222 +AF 10,18,19,20,21,2 # 223 +AF 2,3,5,6,7,86,87,10 # 224 +AF 23,24,10,2 # 225 +AF 23,86,87,10,2,3,7 # 226 +AF 2,3,24,81,7,14 # 227 +AF 2,12 # 228 +AF 2,94 # 229 +AF 95,31 # 230 +AF 4,3 # 231 +AF 2,3,28,8,7,9 # 232 +AF 23,5,6,7 # 233 +AF 23,24,86,87,10,18,19,2 # 234 +AF 23,24,86,87,10,18,2 # 235 +AF 23,24,18,19,67 # 236 +AF 23,2,3,6,7,79 # 237 +AF 23,96,97 # 238 +AF 10,18,19,2 # 239 +AF 11,38,40 # 240 +AF 5,6 # 241 +AF 15,16,7,2,3,92 # 242 +AF 36,35 # 243 +AF 29,30,2 # 244 +AF 2,3,98,8,6,7 # 245 +AF 10,18,19,20,8,7,9 # 246 +AF 2,3,24,71,54,7 # 247 +AF 10,77,78,18,19,63,64,7 # 248 +AF 2,3,99,7 # 249 +AF 10,18,20,21 # 250 +AF 8,9 # 251 +AF 11,38,39,40,4,2,12 # 252 +AF 20,8,7,9 # 253 +AF 20,21,2,3,8,7,9 # 254 +AF 10,20,21,2,3 # 255 +AF 11,6,100,82,101,3 # 256 +AF 20,21,8,7,9 # 257 +AF 27 # 258 +AF 29,30,35 # 259 +AF 20,22,2,3,8,7,9 # 260 +AF 102,103,10,18,19,2,3,7 # 261 +AF 13 # 262 +AF 2,3,47,7,9 # 263 +AF 3,73,55,7 # 264 +AF 23,10,18,19,29,30,36,2,3,17,6,26,27 # 265 +AF 23,24,18,19,5,6,7 # 266 +AF 104,105,2,3,60,61,7 # 267 +AF 22,3 # 268 +AF 3,6,7,106 # 269 +AF 2,3,8,6,7,9 # 270 +AF 23,24,5,6,7 # 271 +AF 4,2,3,5,11,6,7 # 272 +AF 2,5,6,7 # 273 +AF 65,66,7 # 274 +AF 2,17,29,30,36,34,35,6,26,27 # 275 +AF 31,3 # 276 +AF 11,23,4,2 # 277 +AF 23,24,49,50,10,18,19,2,3 # 278 +AF 10,4,2,5,11,6 # 279 +AF 23,24,86,87,10 # 280 +AF 23,24,10,18,19,2,3,6,7 # 281 +AF 2,17,29,30,34,35,6,26,27 # 282 +AF 107,108 # 283 +AF 23,24,18,25,19,2,3,5,6,7 # 284 +AF 18,19,81,109,2,3,7,13 # 285 +AF 2,17,29,30,34,35 # 286 +AF 4,2,46,5,11,6 # 287 +AF 23,24,2,3,7 # 288 +AF 18,19,20,21,22 # 289 +AF 2,110 # 290 +AF 2,3,60,7 # 291 +AF 10,18,19,81,109,2,3,7,13,14 # 292 +AF 23,24,4,2,5,11,6 # 293 +AF 6,7,114 # 294 +AF 115,116,2,3,32,33,7 # 295 +AF 115,2,3,32,33,7 # 296 +AF 6,117,26,27,118 # 297 +AF 70,66,7 # 298 +AF 21,2,3 # 299 +AF 23,18,19 # 300 +AF 6,47,7 # 301 +AF 11,6,100 # 302 +AF 23,24,10,18 # 303 +AF 10,20,21,3,8,6,7 # 304 +AF 23,24,10,5,6,7 # 305 +AF 111,112,113,2,110 # 306 +AF 2,3,54,7 # 307 +AF 2,3,5,6,7,200 # 308 +AF 200 # 309 +AF 104,105,2 # 310 +AF 3,65,66,7 # 311 +AF 6,7,119 # 312 +AF 3,58 # 313 +AF 23,24,10,18,19,36,2,3 # 314 +AF 3,8,6,7 # 315 +AF 18,19,20,21,22,3,8,7,9 # 316 +AF 7,9,52 # 317 +AF 2,3,5,6,7,68 # 318 +AF 3,5,6,7,68 # 319 +AF 2,3,56,57,86,87,10,18,19,7 # 320 +AF 2,88 # 321 +AF 102,103,10,18,19 # 322 +AF 2,45 # 323 +AF 10,77,78,18,19 # 324 +AF 11,6,100,23,4,2,3 # 325 +AF 2,3,28,86,87,10,18,19 # 326 +AF 102,2,3,73,55,7 # 327 +AF 10,18,19,20,21,2,3,8,47,7,9 # 328 +AF 2,3,65,7 # 329 +AF 2,8,9 # 330 +AF 2,3,28,7,13,14 # 331 +AF 43,44,7 # 332 +AF 5,6,41,42,7 # 333 +AF 2,6 # 334 +AF 2,3,63,64,7,77 # 335 +AF 20 # 336 +AF 2,3,9 # 337 +AF 67 # 338 +AF 115,116 # 339 +AF 2,3,7,69,51,9 # 340 +AF 12,38,39,40 # 341 +AF 2,3,86,87,10,20,8,7,9 # 342 +AF 18,19,2 # 343 +AF 2,85,17 # 344 +AF 10,18,19,81,109,7,13,14 # 345 +AF 18,19,20,21,22,8,7,9 # 346 +AF 31,7 # 347 +AF 18,25,19,2,3 # 348 +AF 4,2,120 # 349 +AF 104,2,3 # 350 +AF 6,7,106 # 351 +AF 22,2 # 352 +AF 2,3,6,7,119 # 353 +AF 2,121,122 # 354 +AF 23,10,2,3 # 355 +AF 15,16,7,24 # 356 +AF 3,7,9 # 357 +AF 10,4,2 # 358 +AF 11,4,2,88 # 359 +AF 2,8,7,9 # 360 +AF 2,3,53,7 # 361 +AF 17,6,26,27 # 362 +AF 29,30,36,34,35,2 # 363 +AF 2,123,124 # 364 +AF 29,30,34,35,6,26,27 # 365 +AF 2,3,7,69,9 # 366 +AF 83,2 # 367 +AF 2,3,125 # 368 +AF 23,24,86,87,10,18,25,19,2,3 # 369 +AF 3,6,47,7 # 370 +AF 23,24,10,3 # 371 +AF 2,126,127 # 372 +AF 128,2 # 373 +AF 24 # 374 +AF 2,5,6,43,44 # 375 +AF 8,47,7,9 # 376 +AF 2,3,7,51,9 # 377 +AF 3,81 # 378 +AF 23,24,10,18,19,5,11,6 # 379 +AF 23,24,10,18,19,46 # 380 +AF 23,2,3,6,7,119 # 381 +AF 6,7,68 # 382 +AF 10,18,19,2,3,5,6,7 # 383 +AF 129,2 # 384 +AF 2,3,86,87,10,18,25,19,20,21,8,7,9 # 385 +AF 23,24,18,19,3,5,6,7 # 386 +AF 2,3,32,7 # 387 +AF 2,130 # 388 +AF 81 # 389 +AF 86,87,10,20,21,8,7,9 # 390 +AF 3,45,7 # 391 +AF 86,87,10,20 # 392 +AF 23,24,5,11,6 # 393 +AF 32,33,7,3 # 394 +AF 7,9,131 # 395 +AF 23,24,86,87,10,18,19 # 396 +AF 23,24,86,87,10,18,19,2,3,5,6,7 # 397 +AF 11,23,24,10,18,19,4,2 # 398 +AF 56,57,10,18,19,66,7 # 399 +AF 2,60,61,7,86,87,10 # 400 +AF 2,45,93 # 401 +AF 132,2 # 402 +AF 2,3,7,13,14,81 # 403 +AF 10,20,21,8,7,9 # 404 +AF 2,3,133 # 405 +AF 2,82 # 406 +AF 23,24,10,18,19,2,3,6,7,79 # 407 +AF 23,2,3,6,7 # 408 +AF 10,20,21,2,3,7 # 409 +AF 23,24,10,18,19,2 # 410 +AF 2,36 # 411 +AF 2,3,6,7,79 # 412 +AF 11,6,100,134 # 413 +AF 23,3,5,6,7 # 414 +AF 2,3,24,65,66,7 # 415 +AF 45 # 416 +AF 2,3,45,5,6,7 # 417 +AF 18,2 # 418 +AF 136,22,2,3 # 419 +AF 2,3,77,7 # 420 +AF 11,38,39,40 # 421 +AF 137,2 # 422 +AF 17,29,30,34,35 # 423 +AF 33 # 424 +AF 17,27 # 425 +AF 23,24,86,87,10,18,19,5,6,7 # 426 +AF 23,5,6 # 427 +AF 23,24,10,18,19,7 # 428 +AF 2,3,7,200 # 429 +AF 18,19,20,21,22,2,3 # 430 +AF 11,38,40,4 # 431 +AF 10,18,19,2,3,8,7 # 432 +AF 10,18,20,21,3,8,7,9 # 433 +AF 23,24,10,18,19,3,28 # 434 +AF 87,10 # 435 +AF 10,18,19,20,21,3,8,7,9 # 436 +AF 18,2,3 # 437 +AF 18,3 # 438 +AF 66,7 # 439 +AF 2,3,66,7 # 440 +AF 6,117,27,118 # 441 +AF 2,3,61,7 # 442 +AF 137,4,2 # 443 +AF 45,93 # 444 +AF 15,16,7,23,2,3 # 445 +AF 20,3,8,7,9 # 446 +AF 20,21,3 # 447 +AF 23,2,3,5,6,7,119 # 448 +AF 2,3,60,61,7,79 # 449 +AF 4,2,89 # 450 +AF 2,3,28,43,44,7 # 451 +AF 4,2,3,5,11,6 # 452 +AF 2,9 # 453 +AF 49,50,10 # 454 +AF 23,24,10,18,19,2,3,7 # 455 +AF 44,7 # 456 +AF 20,21,22,2,3 # 457 +AF 5,7 # 458 +AF 23,10,2,3,5,6,7 # 459 +AF 18,20,2,3,8,7,9 # 460 +AF 2,17,29,30,36 # 461 +AF 2,3,5,6,63,64,7 # 462 +AF 2,3,139 # 463 +AF 5,11,6,7 # 464 +AF 10,18,19,20,21,5 # 465 +AF 20,21,2,3,7 # 466 +AF 22,2,3,8,7,9 # 467 +AF 37,76,2 # 468 +AF 2,3,56,57,7 # 469 +AF 10,18,25,19,3 # 470 +AF 23,24,10,18,19,4,2 # 471 +AF 17,29,30,36,34,35,6,26,27 # 472 +AF 140,2,3,5,6,7 # 473 +AF 3,66,7 # 474 +AF 9 # 475 +AF 56,57,18,19,7 # 476 +AF 13,14 # 477 +AF 2,3,5,6,7,119 # 478 +AF 3,7,13,14 # 479 +AF 18,19,8,7,9 # 480 +AF 6,68 # 481 +AF 2,3,7,141,142 # 482 +AF 10,20,2,3,8,7,9 # 483 +AF 2,3,7,9,52 # 484 +AF 136,143,22,2,3,8,7,9 # 485 +AF 2,17,27,29,30 # 486 +AF 2,3,77,78 # 487 +AF 11,56,57,10,18,19 # 488 +AF 18,19,3 # 489 +AF 2,3,81 # 490 +AF 2,3,6,7,119,144 # 491 +AF 99 # 492 +AF 29,30,36,2 # 493 +AF 23,24,10,2,3,7 # 494 +AF 20,2,3,6,47,7 # 495 +AF 18,19,5,6,7 # 496 +AF 3,6,7,68 # 497 +AF 145,2,3 # 498 +AF 106 # 499 +AF 2,3,8,47,7,9 # 500 +AF 2,3,7,14,200 # 501 +AF 29,30,200 # 502 +AF 2,3,6,7,114 # 503 +AF 2,3,5,6,47,7 # 504 +AF 3,7,14 # 505 +AF 2,17,23,24,10,18,19,29,30,6,26,27 # 506 +AF 23,24,86,87,10,18,25,19,3,5,6,7 # 507 +AF 59,2,3 # 508 +AF 2,3,130 # 509 +AF 84 # 510 +AF 18,19,22,2,3,28,8,7,9 # 511 +AF 23,18,2,3,5,6,7 # 512 +AF 104,2,3,60,61,7 # 513 +AF 23,24,10,18,19,2,3,28,5,6,7 # 514 +AF 2,3,7,13 # 515 +AF 63,64,7,77,78,18,19 # 516 +AF 18,19,29,30 # 517 +AF 23,24,18,19,2,3,7 # 518 +AF 2,3,5,6,7,106 # 519 +AF 23,24,10,18,19,3,5,6,7 # 520 +AF 71,72,10,18,19 # 521 +AF 2,3,53,54,7,71,72,10,18,19 # 522 +AF 43,44 # 523 +AF 2,17,34,35 # 524 +AF 23,2,5,6 # 525 +AF 10,18,19,20,21,2,3,7 # 526 +AF 23,147,10,18,2,3 # 527 +AF 10,29,30 # 528 +AF 18,19,81,109,2,3,7,13,14 # 529 +AF 20,21,22,2,3,8,7,9 # 530 +AF 2,3,71,7 # 531 +AF 18,19,20,21,8,7,9 # 532 +AF 23,24,4,5,11,6 # 533 +AF 23,24,10,18,19,4,5,11,6 # 534 +AF 27,29,30,36,34,35 # 535 +AF 2,3,99 # 536 +AF 3,60,61,7 # 537 +AF 11,4 # 538 +AF 85,17 # 539 +AF 18,19,20,21,136,22 # 540 +AF 11,38,40,4,2 # 541 +AF 10,2,3,28 # 542 +AF 2,3,64,7 # 543 +AF 3,95,31 # 544 +AF 18,19,22,2,3 # 545 +AF 30 # 546 +AF 11,6,4 # 547 +AF 7,148,149 # 548 +AF 29,2 # 549 +AF 10,3,28 # 550 +AF 23,24,10,18,25,19,2 # 551 +AF 10,104,18,19,105,60,61,7 # 552 +AF 41,42 # 553 +AF 2,3,28,53,54,7 # 554 +AF 2,71,72 # 555 +AF 10,77,78,18,19,2,3,63,64,7 # 556 +AF 23,2,3,60,61,7 # 557 +AF 18,19,7,13,14 # 558 +AF 23,24,10,2,3,5,6,7 # 559 +AF 63,64 # 560 +AF 86,87,10,18,19 # 561 +AF 115,32,33,7,3 # 562 +AF 11,53,54,4,2 # 563 +AF 2,3,67,7 # 564 +AF 10,104,18,19,105 # 565 +AF 23,10,18,19,2,3,5,6,7 # 566 +AF 4,2,5,62,11,6 # 567 +AF 23,24,86,87,10,18,25,19 # 568 +AF 56,65,66,7 # 569 +AF 20,21,2,3,8,6,7 # 570 +AF 18,19,2,3,5,6,7 # 571 +AF 5,6,7,68 # 572 +AF 10,18,19,81,109,2,3,7,14 # 573 +AF 8,6,7,9 # 574 +AF 10,18,19,20,21,3 # 575 +AF 2,3,86,87,10,20,21,8,7,9 # 576 +AF 14,150,2,3,28 # 577 +AF 2,67,5,6,7 # 578 +AF 3,7,200 # 579 +AF 2,3,28,23,5,6,7 # 580 +AF 2,3,86,87,10 # 581 +AF 20,21,3,28 # 582 +AF 23,24,2 # 583 +AF 2,17,27,29,30,34,35 # 584 +AF 201,204 # 585 +AF 205,203 # 586 +AF 201,202 # 587 +AF 205 # 588 +AF 203,300 # 589 +AM 1829 +AM ts:0 +AM st:abatis ts:Ns +AM ts:0 al:abode +AM ts:0 st:abide +AM st:ax ts:Ns +AM st:addendum ts:Ns +AM ts:0 al:addenda +AM ts:0 al:admen +AM st:adman ts:Ns +AM ts:0 al:afterlives +AM st:afterlife ts:Ns +AM st:agendum ts:Ns's +AM st:agendum ts:Ns +AM ts:0 al:aircraftmen +AM st:aircraftman ts:Ns +AM ts:0 al:airmen +AM st:airman ts:Ns +AM ts:0 al:airwomen +AM st:airwoman ts:Ns +AM ts:0 al:aldermen +AM st:alderman ts:Ns +AM ts:0 al:alderwomen +AM st:alderwoman ts:Ns +AM ts:0 al:alewives +AM st:alewife ts:Ns +AM st:algum ts:Ns's +AM st:algum ts:Ns +AM st:aluminum ts:Ns's +AM st:aluminum ts:Ns +AM ts:0 al:alumina al:alumina's +AM st:alumnus ts:Ns +AM ts:0 al:alumni +AM st:Alyssum ts:Ns's +AM st:Alyssum ts:Ns +AM st:amanuensis ts:Ns +AM ts:0 al:amanuenses +AM ts:0 al:ambulancemen +AM st:ambulanceman ts:Ns +AM ts:0 al:ambulancewomen +AM st:ambulancewoman ts:Ns +AM st:ammonium ts:Ns's +AM st:ammonium ts:Ns +AM ts:0 al:ammonia al:ammonia's +AM st:amniocentesis ts:Ns +AM ts:0 al:amniocenteses +AM st:be ts:Vd +AM ts:0 al:anchormen +AM st:anchorman ts:Ns +AM st:anchorperson ts:Ns +AM ts:0 al:anchorpeople +AM ts:0 al:anchorwomen +AM st:anchorwoman ts:Ns +AM st:annulus ts:Ns +AM ts:0 al:annuli +AM st:antis ts:Ns +AM ts:0 al:antes +AM st:antithesis ts:Ns +AM ts:0 al:antitheses +AM st:aphelion ts:Ns +AM ts:0 al:aphelia +AM st:Apium ts:Ns +AM st:apocryphon ts:Ns's +AM st:apocryphon ts:Ns +AM st:apotheosis ts:Ns +AM ts:0 al:apotheoses +AM st:apsis ts:Ns +AM st:Aquilon ts:Ns +AM st:arcanum ts:Ns +AM ts:0 al:arose +AM st:arise ts:Vd +AM ts:0 al:artillerymen +AM st:artilleryman ts:Ns +AM ts:0 al:assemblymen +AM st:assemblyman ts:Ns +AM ts:0 al:assemblywomen +AM st:assemblywoman ts:Ns +AM st:on ts:Ns +AM st:eat ts:Vd +AM st:Atlantis ts:Ns +AM ts:0 al:Atlantes +AM st:atrium ts:Ns +AM ts:0 al:atria +AM st:aurum ts:Ns's +AM st:aurum ts:Ns +AM st:auspex ts:Ns +AM ts:0 al:awoke al:awoken +AM st:awake ts:Vd +AM ts:0 al:aces +AM st:axis ts:Ns +AM ts:0 al:axes +AM st:babysit ts:Vd +AM ts:0 al:babysat +AM st:bacillus ts:Ns +AM ts:0 al:bacilli +AM ts:0 al:backwoodsmen +AM st:backwoodsman ts:Ns +AM st:bacterium ts:Ns's +AM st:bacterium ts:Ns +AM ts:0 al:bacteria al:bacteria's +AM ts:0 al:worse al:worst +AM st:bid ts:Vd +AM ts:0 al:badmen +AM st:badman ts:Ns +AM ts:0 al:bailsmen +AM st:bailsman ts:Ns +AM ts:0 al:bandsmen +AM st:bandsman ts:Ns +AM ts:0 al:bargemen +AM st:bargeman ts:Ns +AM ts:0 al:barmen +AM st:barman ts:Ns +AM ts:0 al:basemen +AM st:baseman ts:Ns +AM st:basis ts:Ns +AM st:basilicon ts:Ns's +AM st:basilicon ts:Ns +AM ts:0 al:bases +AM st:Batis ts:Ns +AM ts:0 al:batmen +AM st:batman ts:Ns +AM ts:0 al:batsmen +AM st:batsman ts:Ns +AM ts:0 al:am al:are al:art al:is al:was al:wast al:were +AM ts:0 al:bore al:born al:borne +AM st:become ts:Vd +AM ts:0 al:became +AM ts:0 al:befell +AM st:befall ts:Vd +AM st:begin ts:Vd +AM ts:0 al:begot al:begotten +AM ts:0 al:began al:begun +AM st:beget ts:Vd +AM st:behold ts:Vd +AM ts:0 al:beheld +AM ts:0 al:belying +AM ts:0 al:bellmen +AM st:bellman ts:Ns +AM st:belie ts:Vd +AM ts:0 al:bereft +AM st:bereave ts:Vd +AM ts:0 al:besought +AM st:beseech ts:Vd +AM ts:0 al:bespoke al:bespoken +AM st:bespeak ts:Vd +AM ts:0 al:bestrode +AM st:bestride ts:Vd +AM st:well ts:0 +AM ts:0 al:betook +AM st:beton ts:Ns's +AM st:beton ts:Ns +AM ts:0 al:bethought +AM st:bethink ts:Vd +AM st:betake ts:Vd +AM ts:0 al:bade +AM ts:0 al:bode +AM st:by ts:0 +AM ts:0 al:bound +AM ts:0 al:binmen +AM st:binman ts:Ns +AM st:bus ts:Ns's +AM st:bus ts:Ns +AM st:Blackfoot ts:Ns +AM ts:0 al:Blackfeet +AM st:bleed ts:Vd +AM ts:0 al:bled +AM st:blow ts:Vd +AM ts:0 al:blew +AM st:boon ts:Ns's +AM st:boon ts:Ns +AM ts:0 al:boatmen +AM st:boatman ts:Ns +AM st:bide ts:Vd +AM ts:0 al:bogeymen +AM st:bogeyman ts:Ns +AM ts:0 al:bogymen +AM st:bogyman ts:Ns +AM ts:0 al:bondmen +AM st:bondman ts:Ns +AM ts:0 al:bondsmen +AM st:bondsman ts:Ns +AM ts:0 al:bondwomen +AM st:bondwoman ts:Ns +AM ts:0 al:bonier al:boniest +AM st:boney ts:0 +AM ts:0 al:boogeymen +AM st:boogeyman ts:Ns +AM ts:0 al:boa al:boa's +AM st:boozey ts:0 +AM st:bear ts:Vd +AM st:buy ts:Vd +AM st:bind ts:Vd +AM ts:0 al:bowmen +AM st:bowman ts:Ns +AM ts:0 al:brakemen +AM st:brakeman ts:Ns +AM ts:0 al:broke al:broken +AM st:breastfeed ts:Vd +AM ts:0 al:breastfed +AM st:breed ts:Vd +AM ts:0 al:bred +AM st:brother ts:Ns +AM ts:0 al:brought +AM st:break ts:Vd +AM st:bronchus ts:Ns +AM ts:0 al:bronchi +AM ts:0 al:brethren +AM st:bring ts:Vd +AM st:bucktooth ts:Ns +AM ts:0 al:buckteeth +AM st:burley ts:0 +AM ts:0 al:bi al:bi's +AM ts:0 al:bushmen +AM st:bushman ts:Ns +AM ts:0 al:businessmen +AM st:businessman ts:Ns +AM st:businessperson ts:Ns +AM ts:0 al:businesspeople +AM ts:0 al:businesswomen +AM st:businesswoman ts:Ns +AM st:busman ts:Ns +AM ts:0 al:bought +AM ts:0 al:bier +AM st:cactus ts:Ns +AM ts:0 al:cacti +AM st:caddie ts:Vd +AM st:caduceus ts:Ns +AM ts:0 al:caducei +AM ts:0 al:caves +AM ts:0 al:cagier al:cagiest +AM st:cagey ts:0 +AM st:calculus ts:Ns +AM ts:0 al:calculi +AM ts:0 al:cameramen +AM st:cameraman ts:Ns +AM ts:0 al:camerawomen +AM st:camerawoman ts:Ns +AM st:come ts:Vd +AM ts:0 al:could +AM st:candelabrum ts:Ns's +AM st:candelabrum ts:Ns +AM ts:0 al:candelabra al:candelabra's +AM st:Carum ts:Ns's +AM st:Carum ts:Ns +AM st:carpus ts:Ns +AM ts:0 al:carpi +AM ts:0 al:caught +AM st:catharsis ts:Ns +AM ts:0 al:catharses +AM ts:0 al:cattlemen +AM st:cattleman ts:Ns +AM st:catch ts:Vd +AM ts:0 al:cavalrymen +AM st:cavalryman ts:Ns +AM ts:0 al:cavemen +AM st:caveman ts:Ns +AM st:cafe ts:Ns +AM st:cecum ts:Ns +AM ts:0 al:ceca +AM st:cedis ts:Ns +AM st:cerebrum ts:Ns +AM ts:0 al:cerebra +AM ts:0 al:chairmen +AM st:chairman ts:Ns +AM ts:0 al:chairwomen +AM st:chairwoman ts:Ns +AM st:chancey ts:0 +AM ts:0 al:charwomen +AM st:charwoman ts:Ns +AM ts:0 al:chessmen +AM st:chessman ts:Ns +AM st:chilis ts:Ns +AM st:chinchillon ts:Ns's +AM st:chinchillon ts:Ns +AM ts:0 al:chose al:chosen +AM ts:0 al:choosier al:choosiest +AM st:choosey ts:0 +AM st:choose ts:Vd +AM ts:0 al:churchmen +AM st:churchman ts:Ns +AM ts:0 al:churchwomen +AM st:churchwoman ts:Ns +AM st:cilium ts:Ns +AM ts:0 al:cilia +AM st:Cincinnatus ts:Ns +AM st:cirrus ts:Ns +AM ts:0 al:cirri +AM st:Co ts:Ns +AM st:clothe ts:Vd +AM ts:0 al:clansmen +AM st:clansman ts:Ns +AM ts:0 al:clanswomen +AM st:clanswoman ts:Ns +AM st:classis ts:Ns +AM ts:0 al:clayier al:clayiest +AM st:clayey ts:0 +AM ts:0 al:cleft al:clove al:cloven +AM ts:0 st:cleave +AM ts:0 al:clergymen +AM st:clergyman ts:Ns +AM ts:0 al:clergywomen +AM st:clergywoman ts:Ns +AM ts:0 al:clung +AM ts:0 al:cliquier al:cliquiest +AM st:cliquey ts:0 +AM ts:0 al:clad +AM st:cleave ts:Vd +AM st:clubfoot ts:Ns +AM ts:0 al:clubfeet +AM st:cling ts:Vd +AM ts:0 al:Ci +AM ts:0 al:coachmen +AM st:coachman ts:Ns +AM ts:0 st:coccus +AM ts:0 al:cocci +AM st:cocoon ts:Ns's +AM st:cocoon ts:Ns +AM ts:0 al:cocoa al:cocoa's +AM st:codon ts:Ns's +AM st:codon ts:Ns +AM ts:0 al:codices +AM st:codex ts:Ns +AM st:colon ts:Ns's +AM st:colon ts:Ns +AM ts:0 al:cola al:cola's +AM st:colossus ts:Ns +AM ts:0 al:colossi +AM ts:0 al:came +AM st:common ts:Ns's +AM st:common ts:Ns +AM ts:0 al:committeemen +AM st:committeeman ts:Ns +AM ts:0 al:committeewomen +AM st:committeewoman ts:Ns +AM ts:0 al:comma al:comma's +AM ts:0 al:congressmen +AM st:congressman ts:Ns +AM st:congressperson ts:Ns +AM ts:0 al:congresspeople +AM ts:0 al:congresswomen +AM st:congresswoman ts:Ns +AM st:consortium ts:Ns +AM ts:0 al:consortia +AM st:continuum ts:Ns +AM ts:0 al:continua +AM st:corneum ts:Ns's +AM st:corneum ts:Ns +AM st:corpus ts:Ns +AM ts:0 al:corpsmen +AM st:corpsman ts:Ns +AM ts:0 al:corpora +AM st:corrigendum ts:Ns +AM ts:0 al:cortices +AM st:cortex ts:Ns +AM st:can ts:Vd +AM ts:0 al:councilmen +AM st:councilman ts:Ns +AM ts:0 al:councilwomen +AM st:councilwoman ts:Ns +AM ts:0 al:countermen +AM st:counterman ts:Ns +AM ts:0 al:countersunk +AM st:countersink ts:Vd +AM ts:0 al:countrymen +AM st:countryman ts:Ns +AM ts:0 al:countrywomen +AM st:countrywoman ts:Ns +AM ts:0 al:kine +AM ts:0 al:cowmen +AM st:cowman ts:Ns +AM st:cozey ts:0 +AM ts:0 al:craftsmen +AM st:craftsman ts:Ns +AM st:craftsperson ts:Ns +AM ts:0 al:craftswomen +AM st:craftswoman ts:Ns +AM ts:0 al:crept +AM st:crematorium ts:Ns +AM ts:0 al:crematoria +AM st:creep ts:Vd +AM ts:0 al:crewmen +AM st:crewman ts:Ns +AM st:crisis ts:Ns +AM ts:0 al:crises +AM st:criterium ts:Ns +AM ts:0 al:criteria +AM ts:0 al:crossbowmen +AM st:crossbowman ts:Ns +AM st:crossbreed ts:Vd +AM ts:0 al:crossbred +AM st:crowfoot ts:Ns +AM ts:0 al:crowfeet +AM st:cumulus ts:Ns +AM st:cumulonimbus ts:Ns +AM ts:0 al:cumulonimbi +AM ts:0 al:cumuli +AM st:curium ts:Ns's +AM st:curium ts:Ns +AM ts:0 al:curia al:curia's +AM st:curriculum ts:Ns +AM ts:0 al:curricula +AM st:currie ts:Vd +AM st:curvey ts:0 +AM ts:0 al:dairymen +AM st:dairyman ts:Ns +AM ts:0 al:dairywomen +AM st:dairywoman ts:Ns +AM st:dalis ts:Ns +AM ts:0 al:durst +AM st:daris ts:Ns +AM st:dashis ts:Ns +AM st:datum ts:Ns +AM ts:0 al:data +AM ts:0 al:deliverymen +AM st:deliveryman ts:Ns +AM st:desideratum ts:Ns +AM ts:0 al:desiderata +AM st:diaeresis ts:Ns +AM ts:0 al:diaereses +AM st:diagnosis ts:Ns +AM ts:0 al:diagnoses +AM st:dex ts:Ns +AM ts:0 al:dicier al:diciest +AM st:dicey ts:0 +AM ts:0 al:dickier al:dickiest +AM st:dickey ts:0 +AM st:dictum ts:Ns +AM ts:0 al:dicta +AM st:do ts:Vd +AM ts:0 al:dying +AM st:dieresis ts:Ns +AM ts:0 al:diereses +AM ts:0 al:dug +AM st:dingey ts:0 +AM st:dinkey ts:0 +AM ts:0 al:dove +AM ts:0 al:did al:didst +AM st:dodecahedron ts:Ns +AM ts:0 al:dodecahedra +AM st:dolman ts:Ns's +AM st:dolman ts:Ns +AM ts:0 al:doormen +AM st:doorman ts:Ns +AM ts:0 al:dopier al:dopiest +AM st:dopey ts:0 +AM st:dormouse ts:Ns +AM ts:0 al:dormice +AM st:dive ts:Vd +AM ts:0 al:draftsmen +AM st:draftsman ts:Ns +AM ts:0 al:draftswomen +AM st:draftswoman ts:Ns +AM st:drink ts:Vd +AM ts:0 al:drew +AM st:draw ts:Vd +AM ts:0 st:drey +AM st:drey ts:0 +AM ts:0 al:drank al:drunk +AM ts:0 al:drove +AM st:drive ts:Vd +AM st:dig ts:Vd +AM st:duodenum ts:Ns +AM ts:0 al:duodena +AM st:dare ts:Vd +AM ts:0 al:dustmen +AM st:dustman ts:Ns +AM ts:0 al:Dutchmen +AM st:Dutchman ts:Ns +AM ts:0 st:die +AM st:eon ts:Ns +AM ts:0 al:ate +AM st:eclipsis ts:Ns +AM st:effluvium ts:Ns +AM ts:0 al:effluvia +AM st:old ts:0 +AM st:ellipsis ts:Ns +AM ts:0 al:ellipses +AM st:emphasis ts:Ns +AM ts:0 al:emphases +AM ts:0 al:Englishmen +AM st:Englishman ts:Ns +AM ts:0 al:Englishwomen +AM st:Englishwoman ts:Ns +AM ts:0 al:ea +AM st:ephemeron ts:Ns's +AM st:ephemeron ts:Ns +AM st:epiphenomenon ts:Ns +AM ts:0 al:epiphenomena +AM st:erratum ts:Ns's +AM st:erratum ts:Ns +AM ts:0 al:errata al:errata's +AM st:esophagus ts:Ns +AM ts:0 al:esophagi +AM st:eucalyptus ts:Ns +AM ts:0 al:eucalypti +AM ts:0 al:ices +AM st:exegesis ts:Ns +AM ts:0 al:exegeses +AM st:extremum ts:Ns +AM st:eyetooth ts:Ns +AM ts:0 al:eyeteeth +AM ts:0 al:fell +AM st:fantasie ts:Vd +AM ts:0 al:further al:furthest +AM st:fon ts:Ns's +AM st:fon ts:Ns +AM st:feed ts:Vd +AM ts:0 al:fed +AM ts:0 al:felt +AM st:feis ts:Ns +AM st:foot ts:Ns +AM ts:0 st:fellon +AM ts:0 al:fellowmen +AM st:fellowman ts:Ns +AM st:fall ts:Vd +AM st:feel ts:Vd +AM ts:0 al:ferrymen +AM st:ferryman ts:Ns +AM st:fiddley ts:0 +AM ts:0 al:fieldsmen +AM st:fieldsman ts:Ns +AM ts:0 al:fives +AM ts:0 al:fought +AM ts:0 al:found +AM st:finis ts:Ns +AM ts:0 al:fines +AM ts:0 al:firemen +AM st:fireman ts:Ns +AM ts:0 al:fishermen +AM st:fisherman ts:Ns +AM ts:0 al:fishwives +AM st:fishwife ts:Ns +AM st:fife ts:Ns +AM st:flagellum ts:Ns +AM ts:0 al:flagella +AM ts:0 al:flagmen +AM st:flagman ts:Ns +AM st:flakey ts:0 +AM st:flatfoot ts:Ns +AM ts:0 al:flatfeet +AM ts:0 st:fley +AM st:fley ts:0 +AM ts:0 al:flung +AM ts:0 al:floodlit +AM st:floodlight ts:Vd +AM ts:0 al:flukier al:flukiest +AM st:flukey ts:0 +AM st:fling ts:Vd +AM ts:0 al:feet +AM ts:0 al:footmen +AM st:footman ts:Ns +AM st:forum ts:Ns +AM st:forbid ts:Vd +AM ts:0 al:forbore al:forborne +AM ts:0 al:forbade +AM st:forbear ts:Vd +AM st:forefoot ts:Ns +AM ts:0 al:forefeet +AM st:foreknow ts:Vd +AM ts:0 al:foreknew +AM ts:0 al:foremen +AM st:foreman ts:Ns +AM st:foresee ts:Vd +AM ts:0 al:foresaw +AM ts:0 al:foreswore al:foresworn +AM st:foreswear ts:Vd +AM ts:0 al:foretold +AM ts:0 st:forethink +AM st:foretell ts:Vd +AM st:forego ts:Vd +AM ts:0 al:forewomen +AM st:forewoman ts:Ns +AM st:forgive ts:Vd +AM ts:0 al:forgot al:forgotten +AM ts:0 al:forgave +AM ts:0 al:forwent +AM st:forget ts:Vd +AM ts:0 al:forsook +AM st:forsake ts:Vd +AM ts:0 al:forswore al:forsworn +AM st:forswear ts:Vd +AM st:fortis ts:Ns +AM ts:0 al:fora +AM st:forgo ts:Vd +AM st:fight ts:Vd +AM st:find ts:Vd +AM st:Francis ts:Ns +AM ts:0 al:Frances +AM ts:0 al:freedmen +AM st:freedman ts:Ns +AM ts:0 al:freemen +AM st:freeman ts:Ns +AM ts:0 al:froze al:frozen +AM ts:0 al:Frenchmen +AM st:Frenchman ts:Ns +AM ts:0 al:Frenchwomen +AM st:Frenchwoman ts:Ns +AM ts:0 al:freshmen +AM st:freshman ts:Ns +AM ts:0 al:frogmen +AM st:frogman ts:Ns +AM ts:0 al:frontiersmen +AM st:frontiersman ts:Ns +AM ts:0 al:frontierswomen +AM st:frontierswoman ts:Ns +AM st:freeze ts:Vd +AM st:fungus ts:Ns +AM ts:0 al:fungi +AM ts:0 al:funnymen +AM st:funnyman ts:Ns +AM st:far ts:0 +AM st:gamesman ts:Ns +AM ts:0 al:gamier al:gamiest +AM st:gamey ts:0 +AM st:gammon ts:Ns's +AM st:gammon ts:Ns +AM ts:0 al:gamma al:gamma's +AM st:ganglion ts:Ns +AM ts:0 al:ganglia +AM ts:0 al:gasmen +AM st:gasman ts:Ns +AM st:give ts:Vd +AM st:goose ts:Ns +AM st:genus ts:Ns +AM st:genesis ts:Ns +AM ts:0 al:geneses +AM st:genius ts:Ns +AM ts:0 al:genii +AM ts:0 al:gentlemen +AM st:gentleman ts:Ns +AM ts:0 al:gentlewomen +AM st:gentlewoman ts:Ns +AM ts:0 al:genera +AM ts:0 al:got al:gotten +AM ts:0 al:ghostwrote +AM st:ghostwrite ts:Vd +AM ts:0 al:gave +AM st:glacis ts:Ns +AM st:gladiolus ts:Ns +AM ts:0 al:gladioli +AM ts:0 al:gluier al:gluiest +AM st:gluey ts:0 +AM ts:0 al:went +AM ts:0 al:best al:better +AM ts:0 al:gooier al:gooiest +AM st:gooey ts:0 +AM ts:0 al:geese +AM st:get ts:Vd +AM st:gratis ts:Ns +AM ts:0 al:grates +AM st:grow ts:Vd +AM ts:0 al:ground +AM ts:0 al:groomsmen +AM st:groomsman ts:Ns +AM ts:0 al:groundsmen +AM st:groundsman ts:Ns +AM st:grind ts:Vd +AM ts:0 al:grew +AM ts:0 al:guardsmen +AM st:guardsman ts:Ns +AM ts:0 al:gunmen +AM st:gunman ts:Ns +AM st:gussie ts:Vd +AM st:hadjis ts:Ns +AM ts:0 al:hadjes +AM st:have ts:Vd +AM st:hajjis ts:Ns +AM ts:0 al:hajjes +AM st:halfpenny ts:Ns +AM ts:0 al:halfpence,17 +AM ts:0 al:hamstrung +AM st:hamstring ts:Vd +AM ts:0 al:handymen +AM st:handyman ts:Ns +AM ts:0 al:hung +AM ts:0 al:hangmen +AM st:hangman ts:Ns +AM st:harmonicon ts:Ns's +AM st:harmonicon ts:Ns +AM st:hum ts:Ns +AM ts:0 al:had al:hadst al:has al:hast al:hath +AM ts:0 al:headmen +AM st:headman ts:Ns +AM ts:0 al:headsmen +AM st:headsman ts:Ns +AM ts:0 al:heartbroken +AM st:heartbreak ts:Vd +AM ts:0 al:hove +AM st:hold ts:Vd +AM ts:0 al:helmsmen +AM st:helmsman ts:Ns +AM ts:0 al:henchmen +AM st:henchman ts:Ns +AM ts:0 al:herdsmen +AM st:herdsman ts:Ns +AM st:his ts:Ns +AM ts:0 al:hying +AM ts:0 al:highwaymen +AM st:highwayman ts:Ns +AM st:Hindus ts:Ns +AM ts:0 al:Hindi +AM ts:0 al:hes +AM ts:0 al:hogtying +AM st:hogtie ts:Vd +AM ts:0 al:hokier al:hokiest +AM st:hokey ts:0 +AM ts:0 al:held +AM ts:0 al:holier al:holiest +AM st:holey ts:0 +AM ts:0 al:homier al:homiest +AM st:homey ts:0 +AM ts:0 al:ha +AM ts:0 al:horsemen +AM st:horseman ts:Ns +AM ts:0 al:horsewomen +AM st:horsewoman ts:Ns +AM ts:0 al:horsier al:horsiest +AM st:horsey ts:0 +AM ts:0 al:housebroke al:housebroken +AM st:housebreak ts:Vd +AM ts:0 al:housemen +AM st:houseman ts:Ns +AM ts:0 al:housewives +AM st:housewife ts:Ns +AM st:heave ts:Vd +AM st:humerus ts:Ns +AM ts:0 al:humeri +AM st:hang ts:Vd +AM st:hunkey ts:0 +AM ts:0 al:huntsmen +AM st:huntsman ts:Ns +AM ts:0 al:husbandmen +AM st:husbandman ts:Ns +AM st:hie ts:Vd +AM st:hypnosis ts:Ns +AM ts:0 al:hypnoses +AM st:hypochondrium ts:Ns's +AM st:hypochondrium ts:Ns +AM st:hypothalamus ts:Ns +AM ts:0 al:hypothalami +AM st:hypothesis ts:Ns +AM ts:0 al:hypotheses +AM st:iambus ts:Ns +AM ts:0 al:iambi +AM ts:0 al:icemen +AM st:iceman ts:Ns +AM st:ex ts:Ns +AM st:icosahedron ts:Ns +AM ts:0 al:icosahedra +AM st:ileum ts:Ns +AM ts:0 al:ilea +AM st:ilium ts:Ns +AM ts:0 al:ilia +AM st:inbreed ts:Vd +AM ts:0 al:inbred +AM st:incunabulum ts:Ns +AM ts:0 al:incunabula +AM ts:0 al:infantrymen +AM st:infantryman ts:Ns +AM st:interbreed ts:Vd +AM ts:0 al:interbred +AM ts:0 al:interwove al:interwoven +AM st:interweave ts:Vd +AM ts:0 al:Irishmen +AM st:Irishman ts:Ns +AM ts:0 al:Irishwomen +AM st:Irishwoman ts:Ns +AM st:us ts:Ns +AM ts:0 al:jackknives +AM st:jackknife ts:Ns +AM st:Jacobus ts:Ns +AM st:jejunum ts:Ns +AM ts:0 al:jejuna +AM st:jimmie ts:Vd +AM ts:0 al:jokier al:jokiest +AM st:jokey ts:0 +AM ts:0 al:journeymen +AM st:journeyman ts:Ns +AM ts:0 al:joyrode +AM st:joyride ts:Vd +AM ts:0 al:jurymen +AM st:juryman ts:Ns +AM ts:0 al:jurywomen +AM st:jurywoman ts:Ns +AM ts:0 al:kept +AM st:keep ts:Vd +AM st:cow ts:Ns +AM ts:0 al:kinsmen +AM st:kinsman ts:Ns +AM ts:0 al:kinswomen +AM st:kinswoman ts:Ns +AM ts:0 al:knelt +AM st:kneel ts:Vd +AM st:know ts:Vd +AM ts:0 al:knives +AM st:knife ts:Ns +AM ts:0 al:knew +AM st:labium ts:Ns +AM ts:0 al:labia +AM st:lacey ts:0 +AM st:lie ts:Vd +AM ts:0 al:landsmen +AM st:landsman ts:Ns +AM st:lum ts:Ns's +AM st:lum ts:Ns +AM ts:0 al:latices +AM st:lathis ts:Ns +AM st:latex ts:Ns +AM ts:0 al:laundrymen +AM st:laundryman ts:Ns +AM ts:0 al:laundrywomen +AM st:laundrywoman ts:Ns +AM st:Laurus ts:Ns's +AM st:Laurus ts:Ns +AM ts:0 al:lawmen +AM st:lawman ts:Ns +AM ts:0 al:laymen +AM st:layman ts:Ns +AM st:layperson ts:Ns +AM ts:0 al:laypeople +AM ts:0 al:laywomen +AM st:laywoman ts:Ns +AM ts:0 al:led +AM ts:0 st:little +AM ts:0 al:left +AM st:Ledum ts:Ns +AM st:lead ts:Vd +AM st:leis ts:Ns +AM st:leave ts:Vd +AM ts:0 al:legmen +AM st:legman ts:Ns +AM ts:0 al:lees +AM st:lepton ts:Ns +AM ts:0 al:lepta +AM ts:0 al:least +AM st:little ts:0 +AM st:louse ts:Ns +AM ts:0 al:lain al:lay al:lying +AM ts:0 al:lives +AM st:lifeboatman ts:Ns +AM ts:0 al:lit +AM st:Lilium ts:Ns's +AM st:Lilium ts:Ns +AM ts:0 al:limier al:limiest +AM st:limey ts:0 +AM ts:0 al:linemen +AM st:lineman ts:Ns +AM ts:0 al:linesmen +AM st:linesman ts:Ns +AM ts:0 al:linkmen +AM st:linkman ts:Ns +AM st:literatus ts:Ns's +AM st:literatus ts:Ns +AM st:light ts:Vd +AM ts:0 al:least al:less al:lesser +AM ts:0 al:liverymen +AM st:liveryman ts:Ns +AM st:life ts:Ns +AM st:locus ts:Ns +AM ts:0 al:loci +AM ts:0 al:longshoremen +AM st:longshoreman ts:Ns +AM ts:0 al:loonies al:loonier al:looniest +AM st:looney ts:0 +AM st:looney ts:Ns +AM ts:0 al:lice +AM ts:0 al:lumbermen +AM st:lumberman ts:Ns +AM st:lungis ts:Ns +AM ts:0 st:lie +AM ts:0 al:mesdames +AM ts:0 al:mesdemoiselles +AM st:make ts:Vd +AM ts:0 al:madmen +AM st:madman ts:Ns +AM ts:0 al:madwomen +AM st:madwoman ts:Ns +AM st:magus ts:Ns's +AM st:magus ts:Ns +AM st:Magus ts:Ns +AM st:magnesium ts:Ns's +AM st:magnesium ts:Ns +AM ts:0 al:magnesia al:magnesia's +AM ts:0 al:Magi +AM st:Mahabharatum ts:Ns's +AM st:Mahabharatum ts:Ns +AM ts:0 al:mailmen +AM st:mailman ts:Ns +AM ts:0 al:made +AM st:malis ts:Ns +AM st:Malus ts:Ns +AM st:mammon ts:Ns's +AM st:mammon ts:Ns +AM ts:0 al:mamma al:mamma's +AM ts:0 al:men +AM st:mangey ts:0 +AM ts:0 al:menservants +AM st:mantis ts:Ns +AM ts:0 al:mantes +AM ts:0 al:more al:most +AM st:Marathon ts:Ns's +AM st:Marathon ts:Ns +AM ts:0 al:Maratha al:Maratha's +AM st:Marion ts:Ns's +AM st:Marion ts:Ns +AM ts:0 al:Maria al:Maria's +AM ts:0 al:marksmen +AM st:marksman ts:Ns +AM st:mascaron ts:Ns's +AM st:mascaron ts:Ns +AM st:mum ts:Ns's +AM st:mum ts:Ns +AM st:maxis ts:Ns +AM ts:0 al:maxes +AM ts:0 al:might +AM st:medium ts:Ns's +AM st:medium ts:Ns +AM ts:0 al:media al:media's +AM ts:0 al:met +AM ts:0 al:molten +AM st:meniscus ts:Ns +AM ts:0 al:menisci +AM st:manservant ts:Ns +AM st:man ts:Ns +AM ts:0 al:merchantmen +AM st:merchantman ts:Ns +AM st:meris ts:Ns +AM ts:0 al:mermen +AM st:merman ts:Ns +AM st:meson ts:Ns's +AM st:meson ts:Ns +AM st:madame ts:Ns +AM st:mademoiselle ts:Ns +AM ts:0 al:mesa al:mesa's +AM st:monseigneur ts:Ns +AM st:monsieur ts:Ns +AM st:metacarpus ts:Ns +AM ts:0 al:metacarpi +AM st:metamorphosis ts:Ns +AM ts:0 al:metamorphoses +AM st:metastasis ts:Ns +AM ts:0 al:metastases +AM st:metatarsus ts:Ns +AM ts:0 al:metatarsi +AM st:metathesis ts:Ns +AM ts:0 al:metatheses +AM st:metempsychosis ts:Ns +AM ts:0 al:metempsychoses +AM st:metis ts:Ns +AM ts:0 al:methought +AM st:methinks ts:Vd +AM st:meet ts:Vd +AM st:mouse ts:Ns +AM st:microanalysis ts:Ns +AM ts:0 al:middlemen +AM st:middleman ts:Ns +AM ts:0 al:midshipmen +AM st:midshipman ts:Ns +AM ts:0 al:midwives +AM st:midwife ts:Ns +AM st:may ts:Vd +AM ts:0 al:militiamen +AM st:militiaman ts:Ns +AM ts:0 al:milkmen +AM st:milkman ts:Ns +AM st:Mimus ts:Ns's +AM st:Mimus ts:Ns +AM st:minis ts:Ns +AM st:minus ts:Ns's +AM st:minus ts:Ns +AM ts:0 al:mines +AM ts:0 al:mini al:mini's +AM ts:0 al:minutemen +AM st:minuteman ts:Ns +AM st:misdiagnosis ts:Ns +AM ts:0 al:misdiagnoses +AM ts:0 al:misled +AM st:mislead ts:Vd +AM st:missis ts:Ns +AM ts:0 al:misses +AM ts:0 al:misspoke al:misspoken +AM st:misspeak ts:Vd +AM ts:0 al:mistook +AM st:mistake ts:Vd +AM ts:0 al:misunderstood +AM st:misunderstand ts:Vd +AM st:mitis ts:Ns +AM st:mitochondrion ts:Ns +AM st:mitosis ts:Ns +AM ts:0 al:mitoses +AM st:modulus ts:Ns +AM ts:0 al:moduli +AM st:melt ts:Vd +AM st:momentum ts:Ns +AM ts:0 al:momenta +AM ts:0 al:monies +AM st:money ts:Ns +AM ts:0 al:messeigneurs +AM ts:0 al:messieurs +AM ts:0 al:moonlit +AM st:moonlight ts:Vd +AM ts:0 al:mopier al:mopiest +AM st:mopey ts:0 +AM st:much ts:0 +AM ts:0 st:much +AM ts:0 al:motlier al:motliest +AM st:motley ts:0 +AM ts:0 al:motormen +AM st:motorman ts:Ns +AM ts:0 al:mice +AM ts:0 al:mousier al:mousiest +AM st:mousey ts:0 +AM ts:0 al:ma al:ma's +AM ts:0 al:musclemen +AM st:muscleman ts:Ns +AM st:narcosis ts:Ns +AM ts:0 al:narcoses +AM st:necrosis ts:Ns +AM ts:0 al:necroses +AM ts:0 al:needlewomen +AM st:needlewoman ts:Ns +AM st:nemesis ts:Ns +AM ts:0 al:nemeses +AM st:neurosis ts:Ns +AM ts:0 al:neuroses +AM st:nevus ts:Ns +AM ts:0 al:nevi +AM ts:0 al:newsmen +AM st:newsman ts:Ns +AM ts:0 al:newspapermen +AM st:newspaperman ts:Ns +AM ts:0 al:newspaperwomen +AM st:newspaperwoman ts:Ns +AM ts:0 al:newswomen +AM st:newswoman ts:Ns +AM st:nimbus ts:Ns +AM ts:0 al:nimbi +AM st:No ts:Ns +AM ts:0 al:Ni +AM ts:0 al:noblemen +AM st:nobleman ts:Ns +AM ts:0 al:noblewomen +AM st:noblewoman ts:Ns +AM ts:0 al:Norsemen +AM st:Norseman ts:Ns +AM st:nosey ts:0 +AM st:novum ts:Ns's +AM st:novum ts:Ns +AM st:nucleus ts:Ns +AM st:nucleolus ts:Ns +AM ts:0 al:nucleoli +AM ts:0 al:nuclei +AM ts:0 al:nurserymen +AM st:nurseryman ts:Ns +AM ts:0 al:oarsmen +AM st:oarsman ts:Ns +AM ts:0 al:oarswomen +AM st:oarswoman ts:Ns +AM st:oasis ts:Ns +AM ts:0 al:oases +AM ts:0 al:oilmen +AM st:oilman ts:Ns +AM st:ous ts:Ns +AM ts:0 al:elder al:eldest +AM ts:0 al:ombudsmen +AM st:ombudsman ts:Ns +AM ts:0 al:a +AM st:opus ts:Ns's +AM st:opus ts:Ns +AM st:optimum ts:Ns +AM ts:0 al:optima +AM ts:0 al:opera al:opera's +AM ts:0 al:outdrew +AM st:outdraw ts:Vd +AM ts:0 al:outfought +AM st:outfight ts:Vd +AM st:outgrow ts:Vd +AM ts:0 al:outgrew +AM st:outlie ts:Vd +AM st:outrun ts:Vd +AM ts:0 al:outran +AM ts:0 al:outsold +AM ts:0 al:outshone +AM st:outshine ts:Vd +AM st:outsell ts:Vd +AM ts:0 st:outspeak +AM ts:0 al:outwore al:outworn +AM st:outwear ts:Vd +AM st:ovum ts:Ns +AM st:overeat ts:Vd +AM ts:0 al:overbore al:overborne +AM st:overbear ts:Vd +AM st:overbuy ts:Vd +AM ts:0 al:overbought +AM st:overcome ts:Vd +AM ts:0 al:overcame +AM ts:0 al:overdrew +AM st:overdraw ts:Vd +AM ts:0 al:overate +AM st:overfeed ts:Vd +AM ts:0 al:overfed +AM st:overgrow ts:Vd +AM ts:0 al:overgrew +AM ts:0 al:overhung +AM st:overhang ts:Vd +AM st:overlie ts:Vd +AM ts:0 al:overlain al:overlay al:overlying +AM st:overrun ts:Vd +AM ts:0 al:overrode +AM st:override ts:Vd +AM ts:0 al:overran +AM st:oversee ts:Vd +AM ts:0 al:oversaw +AM ts:0 al:oversold +AM ts:0 al:overshot +AM st:overshoot ts:Vd +AM ts:0 al:overslept +AM st:oversleep ts:Vd +AM st:oversell ts:Vd +AM ts:0 al:overtook +AM st:overthrow ts:Vd +AM ts:0 al:overthrew +AM st:overtake ts:Vd +AM ts:0 al:overwrought +AM ts:0 al:overwrote +AM st:overwrite ts:Vd +AM st:overwork ts:Vd +AM ts:0 al:ova +AM st:oxymoron ts:Ns +AM ts:0 al:oxymora +AM ts:0 al:pacier al:paciest +AM st:pacey ts:0 +AM st:papillon ts:Ns's +AM st:papillon ts:Ns +AM st:papyrus ts:Ns +AM ts:0 al:papyri +AM st:paramecium ts:Ns +AM ts:0 al:paramecia +AM st:paraphrasis ts:Ns +AM st:parenthesis ts:Ns +AM ts:0 al:parentheses +AM st:paresis ts:Ns +AM ts:0 al:pareses +AM st:paris ts:Ns +AM ts:0 al:partook +AM st:partake ts:Vd +AM ts:0 al:passersby +AM st:passerby ts:Ns +AM st:pastis ts:Ns +AM ts:0 al:pastes +AM ts:0 al:patresfamilias +AM st:paterfamilias ts:Ns +AM ts:0 al:patrolmen +AM st:patrolman ts:Ns +AM ts:0 al:patrolwomen +AM st:patrolwoman ts:Ns +AM st:pavis ts:Ns +AM st:peon ts:Ns's +AM st:peon ts:Ns +AM st:penny ts:Ns +AM ts:0 al:penknives +AM st:penknife ts:Ns +AM ts:0 al:penmen +AM st:penman ts:Ns +AM ts:0 al:pence,17 +AM ts:0 al:pea al:pea's +AM st:person ts:Ns's +AM st:person ts:Ns +AM st:pericardium ts:Ns +AM ts:0 al:pericardia +AM st:perihelion ts:Ns +AM ts:0 al:perihelia +AM st:perineum ts:Ns +AM ts:0 al:perinea +AM st:periphrasis ts:Ns +AM ts:0 al:periphrases +AM st:peristalsis ts:Ns +AM ts:0 al:peristalses +AM ts:0 al:people al:people's +AM st:phallus ts:Ns +AM ts:0 al:phalli +AM st:phasis ts:Ns +AM st:phenomenon ts:Ns +AM ts:0 al:phenomena +AM ts:0 al:phonier al:phoniest +AM st:phoney ts:0 +AM st:phylum ts:Ns +AM ts:0 al:phyla +AM st:pikis ts:Ns +AM st:pilis ts:Ns +AM ts:0 al:pinier al:piniest +AM st:piney ts:0 +AM st:pipis ts:Ns +AM st:Pisum ts:Ns +AM st:pus ts:Ns's +AM st:pus ts:Ns +AM st:piton ts:Ns's +AM st:piton ts:Ns +AM ts:0 al:pitchmen +AM st:pitchman ts:Ns +AM ts:0 al:pita al:pita's +AM st:placeman ts:Ns +AM ts:0 al:plainclothesmen +AM st:plainclothesman ts:Ns +AM ts:0 al:plainsmen +AM st:plainsman ts:Ns +AM st:plasmon ts:Ns's +AM st:plasmon ts:Ns +AM st:pleon ts:Ns's +AM st:pleon ts:Ns +AM st:plectrum ts:Ns +AM ts:0 al:plectra +AM st:pleuron ts:Ns's +AM st:pleuron ts:Ns +AM ts:0 al:plowmen +AM st:plowman ts:Ns +AM st:plie ts:Vd +AM ts:0 al:pocketknives +AM st:pocketknife ts:Ns +AM ts:0 al:pokier al:pokiest +AM st:pokey ts:0 +AM st:polis ts:Ns +AM ts:0 al:policemen +AM st:policeman ts:Ns +AM ts:0 al:policewomen +AM st:policewoman ts:Ns +AM ts:0 al:postmen +AM st:postman ts:Ns +AM ts:0 al:postwomen +AM st:postwoman ts:Ns +AM st:preshrink ts:Vd +AM ts:0 al:preshrank al:preshrunk +AM st:presidium ts:Ns +AM ts:0 al:presidia +AM ts:0 al:pressmen +AM st:pressman ts:Ns +AM ts:0 al:prier al:priest +AM st:prex ts:Ns +AM ts:0 al:pricier al:priciest +AM st:pricey ts:0 +AM ts:0 st:prey +AM st:prey ts:0 +AM st:prognosis ts:Ns +AM ts:0 al:prognoses +AM st:prophylaxis ts:Ns +AM ts:0 al:prophylaxes +AM st:prosthesis ts:Ns +AM ts:0 al:prostheses +AM st:protozoon ts:Ns +AM ts:0 al:protozoa +AM st:pseudopodium ts:Ns +AM st:psychoneurosis ts:Ns +AM ts:0 al:psychoneuroses +AM st:psychosis ts:Ns +AM ts:0 al:psychoses +AM st:pubis ts:Ns's +AM st:pubis ts:Ns +AM ts:0 al:pubes al:pubes's +AM st:pudendum ts:Ns +AM ts:0 al:pudenda +AM st:pulis ts:Ns +AM ts:0 al:pi al:pi's +AM st:puttie ts:Vd +AM st:pylorus ts:Ns +AM ts:0 al:pylori +AM st:pyxis ts:Ns +AM st:quantum ts:Ns +AM ts:0 al:quanta +AM st:quarryman ts:Ns +AM ts:0 al:quarterstaves +AM st:quarterstaff ts:Ns +AM st:quotum ts:Ns's +AM st:quotum ts:Ns +AM st:radius ts:Ns +AM ts:0 al:radiomen +AM st:radioman ts:Ns +AM ts:0 al:radii +AM st:ragis ts:Ns +AM ts:0 al:railwaymen +AM st:railwayman ts:Ns +AM st:rakis ts:Ns +AM st:ring ts:Vd +AM st:run ts:Vd +AM st:Ron ts:Ns's +AM st:Ron ts:Ns +AM ts:0 al:rebound +AM ts:0 st:rebind +AM ts:0 al:redrew +AM st:redraw ts:Vd +AM ts:0 al:rove +AM ts:0 al:refroze al:refrozen +AM st:refreeze ts:Vd +AM st:regrow ts:Vd +AM ts:0 al:reground +AM st:regrind ts:Vd +AM ts:0 al:regrew +AM ts:0 al:rehung +AM st:rehang ts:Vd +AM st:remake ts:Vd +AM ts:0 al:remade +AM ts:0 al:repairmen +AM st:repairman ts:Ns +AM st:replicon ts:Ns's +AM st:replicon ts:Ns +AM st:rerun ts:Vd +AM ts:0 al:reran +AM st:resit ts:Vd +AM ts:0 al:resold +AM st:residuum ts:Ns +AM ts:0 al:residua +AM ts:0 al:resat +AM st:resell ts:Vd +AM ts:0 al:restrung +AM st:restring ts:Vd +AM ts:0 al:retook +AM st:reteach ts:Vd +AM ts:0 al:retaught +AM ts:0 al:retold +AM ts:0 al:rethought +AM st:rethink ts:Vd +AM ts:0 al:retying +AM st:retell ts:Vd +AM st:retake ts:Vd +AM ts:0 al:retrod al:retrodden +AM st:retread ts:Vd +AM st:retie ts:Vd +AM st:reversis ts:Ns +AM ts:0 al:rewove al:rewoven +AM ts:0 al:rewound +AM st:rewind ts:Vd +AM st:reweave ts:Vd +AM ts:0 al:rewrote +AM st:rewrite ts:Vd +AM st:rheum ts:Ns's +AM st:rheum ts:Ns +AM st:Rheum ts:Ns +AM ts:0 al:rhea al:rhea's +AM st:rex ts:Ns +AM ts:0 al:rode +AM ts:0 al:rives +AM ts:0 al:riflemen +AM st:rifleman ts:Ns +AM ts:0 al:rang al:rung +AM ts:0 al:rose +AM st:rife ts:Ns +AM st:ride ts:Vd +AM ts:0 al:Ra al:Ra's +AM ts:0 al:ropier al:ropiest +AM st:ropey ts:0 +AM st:rise ts:Vd +AM st:reeve ts:Vd +AM ts:0 al:ran +AM ts:0 st:ring +AM st:sacrum ts:Ns +AM ts:0 al:sacra +AM st:sadis ts:Ns +AM ts:0 al:saves +AM st:sagum ts:Ns's +AM st:sagum ts:Ns +AM st:sakis ts:Ns +AM ts:0 al:salesmen +AM st:salesman ts:Ns +AM st:salesperson ts:Ns's +AM st:salesperson ts:Ns +AM ts:0 al:salespeople al:salespeople's +AM ts:0 al:saleswomen +AM st:saleswoman ts:Ns +AM ts:0 al:sandmen +AM st:sandman ts:Ns +AM st:sing ts:Vd +AM st:sink ts:Vd +AM st:Sarum ts:Ns's +AM st:Sarum ts:Ns +AM st:sarcophagus ts:Ns +AM ts:0 al:sarcophagi +AM st:sarus ts:Ns's +AM st:sarus ts:Ns +AM st:satis ts:Ns +AM st:sit ts:Vd +AM st:safe ts:Ns +AM st:see ts:Vd +AM st:scaley ts:0 +AM ts:0 al:scarier al:scariest +AM st:scarey ts:0 +AM st:sclerosis ts:Ns +AM ts:0 al:scleroses +AM ts:0 al:Scotchmen +AM st:Scotchman ts:Ns +AM ts:0 al:Scotchwomen +AM st:Scotchwoman ts:Ns +AM ts:0 al:Scotsmen +AM st:Scotsman ts:Ns +AM ts:0 al:Scotswomen +AM st:Scotswoman ts:Ns +AM st:scrotum ts:Ns +AM ts:0 al:scrota +AM ts:0 al:seamen +AM st:seaman ts:Ns +AM ts:0 al:saw +AM ts:0 al:sought +AM ts:0 al:sod al:sodden +AM ts:0 al:selectmen +AM st:selectman ts:Ns +AM ts:0 al:sold +AM st:sepium ts:Ns's +AM st:sepium ts:Ns +AM st:septum ts:Ns +AM ts:0 al:septa +AM ts:0 al:servicemen +AM st:serviceman ts:Ns +AM ts:0 al:servicewomen +AM st:servicewoman ts:Ns +AM ts:0 al:shook +AM ts:0 al:should +AM st:shit ts:Vd +AM st:sheeney ts:0 +AM ts:0 al:shone +AM ts:0 al:shat +AM st:shine ts:Vd +AM st:shake ts:Vd +AM ts:0 al:shot +AM st:Shoshonis ts:Ns +AM ts:0 al:Shoshones +AM st:shoot ts:Vd +AM st:shall ts:Vd +AM ts:0 al:showmen +AM st:showman ts:Ns +AM st:shrink ts:Vd +AM ts:0 al:shrank al:shrunk al:shrunken +AM ts:0 al:sidemen +AM st:sideman ts:Ns +AM ts:0 al:signalmen +AM st:signalman ts:Ns +AM st:silicon ts:Ns's +AM st:silicon ts:Ns +AM ts:0 al:silica al:silica's +AM st:simulacrum ts:Ns +AM ts:0 al:simulacra +AM ts:0 al:sang al:sung +AM ts:0 al:sank al:sunk al:sunken +AM st:siris ts:Ns +AM st:Sus ts:Ns +AM ts:0 al:sat +AM ts:0 al:slew,146 +AM ts:0 al:slept +AM st:sleep ts:Vd +AM ts:0 st:slay +AM st:sley ts:0 +AM ts:0 al:slung +AM ts:0 al:slunk +AM st:sling ts:Vd +AM st:slink ts:Vd +AM ts:0 al:smote +AM ts:0 al:smokier al:smokiest +AM st:smokey ts:0 +AM st:smite ts:Vd +AM st:snakey ts:0 +AM ts:0 al:snowmen +AM st:snowman ts:Ns +AM ts:0 st:seethe +AM st:seethe ts:Vd +AM st:solarium ts:Ns +AM ts:0 al:solaria +AM st:sell ts:Vd +AM st:solidus ts:Ns +AM ts:0 al:solidi +AM st:seek ts:Vd +AM ts:0 al:spacemen +AM st:spaceman ts:Ns +AM ts:0 al:spacewomen +AM st:spacewoman ts:Ns +AM ts:0 al:spacier al:spaciest +AM st:spacey ts:0 +AM st:speak ts:Vd +AM st:spit ts:Vd +AM ts:0 al:spake al:spoke al:spoken +AM st:spectrum ts:Ns +AM ts:0 al:spectra +AM st:speed ts:Vd +AM ts:0 al:sped +AM ts:0 al:spellbound +AM st:spellbind ts:Vd +AM st:spermatozoon ts:Ns +AM ts:0 al:spermatozoa +AM st:spicey ts:0 +AM st:spikey ts:0 +AM ts:0 al:spun +AM ts:0 al:spat +AM st:splayfoot ts:Ns +AM ts:0 al:splayfeet +AM ts:0 al:spokesmen +AM st:spokesman ts:Ns +AM st:spokesperson ts:Ns +AM ts:0 al:spokespeople +AM ts:0 al:spokeswomen +AM st:spokeswoman ts:Ns +AM ts:0 al:sportsmen +AM st:sportsman ts:Ns +AM ts:0 al:sportswomen +AM st:sportswoman ts:Ns +AM ts:0 al:spotlit +AM st:spotlight ts:Vd +AM st:spring ts:Vd +AM ts:0 al:sprang al:sprung +AM st:spin ts:Vd +AM st:sputum ts:Ns +AM ts:0 al:sputa +AM ts:0 al:stablemen +AM st:stableman ts:Ns +AM ts:0 al:stagier al:stagiest +AM st:stagey ts:0 +AM ts:0 al:stood +AM st:stink ts:Vd +AM st:staphylococcus ts:Ns +AM ts:0 al:staphylococci +AM ts:0 al:statesmen +AM st:statesman ts:Ns +AM ts:0 al:stateswomen +AM st:stateswoman ts:Ns +AM ts:0 al:stove +AM ts:0 al:stole al:stolen +AM ts:0 al:steersmen +AM st:steersman ts:Ns +AM st:stegosaurus ts:Ns +AM ts:0 al:stegosauri +AM ts:0 al:stuck +AM st:stimulus ts:Ns +AM ts:0 al:stimuli +AM ts:0 al:stung +AM ts:0 al:stank al:stunk +AM st:steal ts:Vd +AM ts:0 al:stonier al:stoniest +AM st:stoney ts:0 +AM st:stand ts:Vd +AM st:stave ts:Vd +AM st:stratum ts:Ns +AM st:stratus ts:Ns +AM ts:0 al:strata +AM ts:0 al:strati +AM st:streptococcus ts:Ns +AM ts:0 al:streptococci +AM st:strike ts:Vd +AM ts:0 al:strode +AM ts:0 al:strives +AM ts:0 al:stricken al:struck +AM ts:0 al:strung +AM ts:0 al:strove +AM st:strife ts:Ns +AM st:stride ts:Vd +AM ts:0 al:strongmen +AM st:strongman ts:Ns +AM st:strive ts:Vd +AM st:string ts:Vd +AM st:stick ts:Vd +AM st:sting ts:Vd +AM ts:0 al:stuntmen +AM st:stuntman ts:Ns +AM st:stylus ts:Ns +AM ts:0 al:styli +AM st:substratum ts:Ns +AM ts:0 al:substrata +AM st:succubus ts:Ns +AM ts:0 al:succubi +AM ts:0 al:supermen +AM st:superman ts:Ns +AM ts:0 al:superwomen +AM st:superwoman ts:Ns +AM st:swim ts:Vd +AM ts:0 al:swore al:sworn +AM ts:0 al:swept +AM ts:0 al:swollen +AM st:sweep ts:Vd +AM ts:0 al:swam al:swum +AM ts:0 al:swung +AM st:swell ts:Vd +AM ts:0 al:swordsmen +AM st:swordsman ts:Ns +AM st:swear ts:Vd +AM st:swing ts:Vd +AM st:symbiosis ts:Ns +AM ts:0 al:symbioses +AM st:synapsis ts:Ns +AM st:synopsis ts:Ns +AM ts:0 al:synopses +AM st:synthesis ts:Ns +AM ts:0 al:syntheses +AM st:tackey ts:0 +AM ts:0 al:took +AM st:talus ts:Ns +AM ts:0 al:tali +AM st:tamis ts:Ns +AM st:Tamus ts:Ns's +AM st:Tamus ts:Ns +AM st:tantrum ts:Ns's +AM st:tantrum ts:Ns +AM ts:0 al:tantra al:tantra's +AM st:tapis ts:Ns +AM st:tarsus ts:Ns +AM ts:0 al:tarsi +AM st:tum ts:Ns +AM st:teach ts:Vd +AM st:tawney ts:0 +AM st:taxis ts:Ns +AM st:taxus ts:Ns's +AM ts:0 al:taxes +AM st:taxus ts:Ns +AM ts:0 al:taxmen +AM st:taxman ts:Ns +AM ts:0 al:taught +AM ts:0 al:tore al:torn +AM st:tooth ts:Ns +AM ts:0 al:told +AM st:terminus ts:Ns +AM ts:0 al:termini +AM st:testis ts:Ns +AM ts:0 al:testes +AM st:thalamus ts:Ns +AM ts:0 al:thalami +AM st:thesaurus ts:Ns +AM ts:0 al:thesauri +AM st:thesis ts:Ns +AM ts:0 al:theses +AM ts:0 al:thought +AM st:think ts:Vd +AM st:throw ts:Vd +AM st:thrombus ts:Ns +AM st:thrombosis ts:Ns +AM ts:0 al:thromboses +AM ts:0 al:thrombi +AM ts:0 al:threw +AM st:thunderstrike ts:Vd +AM ts:0 al:tying +AM st:tikis ts:Ns +AM st:titmouse ts:Ns +AM ts:0 al:titmice +AM st:tell ts:Vd +AM st:toney ts:0 +AM st:take ts:Vd +AM ts:0 al:teeth +AM st:tear ts:Vd +AM st:torus ts:Ns +AM ts:0 al:tori +AM ts:0 al:townsmen +AM st:townsman ts:Ns +AM ts:0 al:townswomen +AM st:townswoman ts:Ns +AM ts:0 al:tradesmen +AM st:tradesman ts:Ns +AM st:tradesperson ts:Ns's +AM st:tradesperson ts:Ns +AM ts:0 al:tradeswomen +AM st:tradeswoman ts:Ns +AM ts:0 al:trainmen +AM st:trainman ts:Ns +AM ts:0 al:trod al:trodden +AM ts:0 al:trenchermen +AM st:trencherman ts:Ns +AM ts:0 al:tribesmen +AM st:tribesman ts:Ns +AM ts:0 al:tribeswomen +AM st:tribeswoman ts:Ns +AM st:trivium ts:Ns's +AM st:trivium ts:Ns +AM ts:0 al:trivia al:trivia's +AM st:tread ts:Vd +AM ts:0 al:troubleshot +AM st:troubleshoot ts:Vd +AM ts:0 st:trie +AM ts:0 al:ta +AM st:tie ts:Vd +AM ts:0 al:typewrote +AM st:typewrite ts:Vd +AM st:umbilicus ts:Ns +AM ts:0 al:umbilici +AM ts:0 al:unbound +AM st:unbear ts:Vd +AM st:unbind ts:Vd +AM st:unclothe ts:Vd +AM ts:0 al:unclad +AM ts:0 al:underclassmen +AM st:underclassman ts:Ns +AM st:underfeed ts:Vd +AM ts:0 al:underfed +AM ts:0 al:underwent +AM st:underlie ts:Vd +AM ts:0 st:underlie +AM ts:0 al:underlain al:underlay al:underlying +AM ts:0 al:undersold +AM ts:0 al:undershot +AM st:undershoot ts:Vd +AM st:undersell ts:Vd +AM ts:0 al:understood +AM st:understand ts:Vd +AM ts:0 al:undertook +AM st:undertake ts:Vd +AM st:undergo ts:Vd +AM ts:0 al:underwrote +AM st:underwrite ts:Vd +AM ts:0 al:unfroze al:unfrozen +AM st:unfreeze ts:Vd +AM st:unmake ts:Vd +AM ts:0 al:unmade +AM st:unperson ts:Ns +AM ts:0 al:unpeople +AM st:unsell ts:Vd +AM st:unspeak ts:Vd +AM st:unstring ts:Vd +AM st:unstick ts:Vd +AM st:unteach ts:Vd +AM ts:0 al:untying +AM st:untread ts:Vd +AM st:untie ts:Vd +AM ts:0 al:unwound +AM st:unwind ts:Vd +AM st:unweave ts:Vd +AM st:uphold ts:Vd +AM ts:0 al:upheld +AM ts:0 al:upperclassmen +AM st:upperclassman ts:Ns +AM ts:0 st:upshoot +AM st:urinalysis ts:Ns +AM ts:0 al:urinalyses +AM ts:0 al:i +AM st:uterus ts:Ns +AM ts:0 al:uteri +AM st:valis ts:Ns +AM st:velum ts:Ns +AM ts:0 al:vela +AM ts:0 al:veniremen +AM st:venireman ts:Ns +AM st:venturis ts:Ns +AM ts:0 al:vestrymen +AM st:vestryman ts:Ns +AM ts:0 al:vying +AM st:villus ts:Ns +AM ts:0 al:villi +AM st:vison ts:Ns's +AM st:vison ts:Ns +AM st:viscus ts:Ns +AM ts:0 al:viscera +AM st:vivarium ts:Ns +AM ts:0 al:vivaria +AM st:vie ts:Vd +AM st:wadis ts:Ns +AM ts:0 al:wades +AM st:waitperson ts:Ns +AM ts:0 al:waitpeople +AM ts:0 al:woke al:woken +AM st:walis ts:Ns +AM ts:0 al:washerwomen +AM st:washerwoman ts:Ns +AM ts:0 al:watchmen +AM st:watchman ts:Ns +AM st:wavey ts:0 +AM ts:0 al:wore al:worn +AM ts:0 al:weathermen +AM st:weatherman ts:Ns +AM ts:0 al:wove al:woven +AM st:webfoot ts:Ns +AM ts:0 al:webfeet +AM ts:0 al:wept +AM ts:0 al:Welshmen +AM st:Welshman ts:Ns +AM st:go ts:Vd +AM st:weep ts:Vd +AM st:whiney ts:0 +AM ts:0 al:wives +AM ts:0 al:would al:wouldst +AM ts:0 al:won +AM ts:0 al:wound +AM st:winey ts:0 +AM ts:0 al:wost al:wot +AM ts:0 al:withdrew +AM st:withdraw ts:Vd +AM st:withhold ts:Vd +AM ts:0 al:withheld +AM ts:0 al:withstood +AM st:withstand ts:Vd +AM st:wife ts:Ns +AM st:wake ts:Vd +AM ts:0 al:women +AM st:woman ts:Ns +AM st:win ts:Vd +AM ts:0 al:woodmen +AM st:woodman ts:Ns +AM ts:0 al:woodsmen +AM st:woodsman ts:Ns +AM st:wear ts:Vd +AM ts:0 al:wrought +AM ts:0 al:workingmen +AM st:workingman ts:Ns +AM ts:0 al:workingwomen +AM st:workingwoman ts:Ns +AM ts:0 al:workmen +AM st:workman ts:Ns +AM st:ill ts:0 +AM st:wit ts:Vd +AM st:will ts:Vd +AM st:wind ts:Vd +AM st:weave ts:Vd +AM ts:0 al:wrung +AM ts:0 al:wrote +AM st:write ts:Vd +AM st:work ts:Vd +AM st:wring ts:Vd +AM ts:0 al:yachtsmen +AM st:yachtsman ts:Ns +AM ts:0 al:yachtswomen +AM st:yachtswoman ts:Ns +AM ts:0 al:yardmen +AM st:yardman ts:Ns +AM st:yum ts:Ns +AM ts:0 al:yeomen +AM st:yeoman ts:Ns +AM ts:0 al:ya +AM is:Ns +AM is:At +AM is:N's +AM is:Vd +AM is:Aness's +AM is:Vs +AM is:Ar +AM is:Nm's +AM is:Vg +AM is:Ns's +AM is:Aness is:s +AM is:Ay +AM is:Nm +AM is:Aness +AM is:'s +SET UTF-8 +TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' +WORDCHARS 0123456789'.-’ +NOSUGGEST 200 + +# ordinal numbers +COMPOUNDMIN 1 +# only in compounds: 1th, 2th, 3th +ONLYINCOMPOUND 300 +# compound rules: +# 1. [0-9]*1[0-9]th (10th, 11th, 12th, 56714th, etc.) +# 2. [0-9]*[02-9](1st|2nd|3rd|[4-9]th) (21st, 22nd, 123rd, 1234th, etc.) +COMPOUNDRULE 2 +COMPOUNDRULE (201)*(202)(203) +COMPOUNDRULE (201)*(204)(205) + +REP 94 +REP nt n't +REP alot a_lot +REP avengence a_vengeance +REP ninties 1990s +REP teached taught +REP rised rose +REP a ei +REP ei a +REP a ey +REP ey a +REP ai ie +REP ie ai +REP are air +REP are ear +REP are eir +REP air are +REP air ere +REP ere air +REP ere ear +REP ere eir +REP ear are +REP ear air +REP ear ere +REP eir are +REP eir ere +REP ch te +REP te ch +REP ch ti +REP ti ch +REP ch tu +REP tu ch +REP ch s +REP s ch +REP ch k +REP k ch +REP f ph +REP ph f +REP gh f +REP f gh +REP i igh +REP igh i +REP i uy +REP uy i +REP i ee +REP ee i +REP j di +REP di j +REP j gg +REP gg j +REP j ge +REP ge j +REP s ti +REP ti s +REP s ci +REP ci s +REP k cc +REP cc k +REP k qu +REP qu k +REP kw qu +REP o eau +REP eau o +REP o ew +REP ew o +REP oo ew +REP ew oo +REP ew ui +REP ui ew +REP oo ui +REP ui oo +REP ew u +REP u ew +REP oo u +REP u oo +REP u oe +REP oe u +REP u ieu +REP ieu u +REP ue ew +REP ew ue +REP uff ough +REP oo ieu +REP ieu oo +REP ier ear +REP ear ier +REP ear air +REP air ear +REP w qu +REP qu w +REP z ss +REP ss z +REP shun tion +REP shun sion +REP shun cion +SFX 123 N 1 +SFX 123 i 0 i 1815 +SFX 50 N 1 +SFX 50 0 lest . 1816 +SFX 137 N 1 +SFX 137 0 en . 1815 +SFX 124 N 1 +SFX 124 i 's i 1817 +SFX 72 N 1 +SFX 72 0 gest . 1816 +SFX 148 N 1 +SFX 148 0 Ted . 1818 +SFX 34 N 1 +SFX 34 y iness's y 1819 +SFX 65 N 1 +SFX 65 0 ded . 1818 +SFX 41 N 1 +SFX 41 0 led . 1818 +SFX 112 N 1 +SFX 112 0 zes . 1820 +SFX 69 N 1 +SFX 69 e den e 1818 +SFX 13 N 1 +SFX 13 0 ted . 1818 +SFX 67 N 1 +SFX 67 f ves f 1815 +SFX 52 N 1 +SFX 52 e ten e 1818 +SFX 63 N 1 +SFX 63 0 med . 1818 +SFX 136 N 1 +SFX 136 e ier e 1821 +SFX 47 N 1 +SFX 47 0 n . 1818 +SFX 4 N 1 +SFX 4 0 es . 1815 +SFX 145 N 1 +SFX 145 0 im's . 1822 +SFX 54 N 1 +SFX 54 0 ging . 1823 +SFX 62 N 1 +SFX 62 0 en . 1818 +SFX 149 N 1 +SFX 149 0 Ting . 1823 +SFX 115 N 1 +SFX 115 0 per . 1821 +SFX 55 N 1 +SFX 55 0 bing . 1823 +SFX 9 N 1 +SFX 9 e ing e 1823 +SFX 135 N 1 +SFX 135 0 ses's . 1824 +SFX 33 N 1 +SFX 33 0 ping . 1823 +SFX 25 N 1 +SFX 25 0 nesses . 1825 +SFX 103 N 1 +SFX 103 0 best . 1816 +SFX 36 N 1 +SFX 36 y ily y 1826 +SFX 31 N 1 +SFX 31 0 ally . 1826 +SFX 116 N 1 +SFX 116 0 pest . 1816 +SFX 98 N 1 +SFX 98 e ce e 1815 +SFX 94 N 1 +SFX 94 s es s 1815 +SFX 46 N 1 +SFX 46 x ces x 1815 +SFX 44 N 1 +SFX 44 0 king . 1823 +SFX 80 N 1 +SFX 80 y inesses y 1825 +SFX 27 N 1 +SFX 27 y ies y 1820 +SFX 7 N 1 +SFX 7 0 s . 1820 +SFX 28 N 1 +SFX 28 0 s's . 1824 +SFX 6 N 1 +SFX 6 0 ing . 1823 +SFX 97 N 1 +SFX 97 0 fest . 1816 +SFX 75 N 1 +SFX 75 0 ren . 1815 +SFX 109 N 1 +SFX 109 0 test . 1816 +SFX 99 N 1 +SFX 99 0 ta . 1815 +SFX 39 N 1 +SFX 39 0 ses . 1820 +SFX 11 N 1 +SFX 11 0 es . 1820 +SFX 134 N 1 +SFX 134 o id o 1818 +SFX 90 N 1 +SFX 90 0 fed . 1818 +SFX 83 N 1 +SFX 83 0 im . 1827 +SFX 60 N 1 +SFX 60 0 ned . 1818 +SFX 141 N 1 +SFX 141 0 ved . 1818 +SFX 70 N 1 +SFX 70 0 den . 1818 +SFX 85 N 1 +SFX 85 y ies's y 1824 +SFX 119 N 1 +SFX 119 y id y 1818 +SFX 68 N 1 +SFX 68 d t d 1818 +SFX 95 N 1 +SFX 95 0 allier . 1821 +SFX 21 N 1 +SFX 21 0 st . 1816 +SFX 30 N 1 +SFX 30 y iest y 1816 +SFX 110 N 1 +SFX 110 0 zes . 1815 +SFX 91 N 1 +SFX 91 0 fing . 1823 +SFX 128 N 1 +SFX 128 0 r . 1815 +SFX 92 N 1 +SFX 92 0 rer . 1821 +SFX 14 N 1 +SFX 14 0 ting . 1823 +SFX 106 N 1 +SFX 106 l t l 1818 +SFX 59 N 1 +SFX 59 0 i . 1815 +SFX 20 N 1 +SFX 20 0 r . 1821 +SFX 12 N 1 +SFX 12 0 ses . 1815 +SFX 18 N 1 +SFX 18 0 ness . 1828 +SFX 84 N 1 +SFX 84 e i e 1815 +SFX 10 N 1 +SFX 10 0 ly . 1826 +SFX 76 N 1 +SFX 76 0 e's . 1824 +SFX 139 N 1 +SFX 139 n 0 n 1815 +SFX 53 N 1 +SFX 53 0 ged . 1818 +SFX 24 N 1 +SFX 24 0 est . 1816 +SFX 79 N 1 +SFX 79 0 t . 1818 +SFX 131 N 1 +SFX 131 e t e 1818 +SFX 102 N 1 +SFX 102 0 ber . 1821 +SFX 17 N 1 +SFX 17 y ies y 1815 +SFX 37 N 1 +SFX 37 0 e . 1815 +SFX 126 N 1 +SFX 126 a or a 1815 +SFX 146 N 1 +SFX 146 y in y 1818 +SFX 74 N 1 +SFX 74 0 ser . 1821 +SFX 150 N 1 +SFX 150 t st t 1818 +SFX 40 N 1 +SFX 40 0 sing . 1823 +SFX 121 N 1 +SFX 121 e ia e 1815 +SFX 3 N 1 +SFX 3 0 s . 1815 +SFX 93 N 1 +SFX 93 o i's o 1824 +SFX 61 N 1 +SFX 61 0 ning . 1823 +SFX 32 N 1 +SFX 32 0 ped . 1818 +SFX 105 N 1 +SFX 105 0 nest . 1816 +SFX 132 N 1 +SFX 132 0 a . 1815 +SFX 29 N 1 +SFX 29 y ier y 1821 +SFX 140 N 1 +SFX 140 0 rest . 1816 +SFX 56 N 1 +SFX 56 0 der . 1821 +SFX 82 N 1 +SFX 82 0 st . 1818 +SFX 49 N 1 +SFX 49 0 ler . 1821 +SFX 45 N 1 +SFX 45 o i o 1815 +SFX 108 N 1 +SFX 108 0 thest . 1816 +SFX 81 N 1 +SFX 81 0 ter . 1821 +SFX 58 N 1 +SFX 58 0 x . 1815 +SFX 23 N 1 +SFX 23 0 er . 1821 +SFX 48 N 1 +SFX 48 s ntes s 1815 +SFX 89 N 1 +SFX 89 x ges x 1815 +SFX 118 N 1 +SFX 118 y own y 1818 +SFX 51 N 1 +SFX 51 e 0 e 1818 +SFX 127 N 1 +SFX 127 a ur a 1815 +SFX 86 N 1 +SFX 86 0 lier . 1821 +SFX 66 N 1 +SFX 66 0 ding . 1823 +SFX 73 N 1 +SFX 73 0 bed . 1818 +SFX 16 N 1 +SFX 16 0 ring . 1823 +SFX 57 N 1 +SFX 57 0 dest . 1816 +SFX 143 N 1 +SFX 143 e iest e 1816 +SFX 138 N 1 +SFX 138 0 es's . 1824 +SFX 15 N 1 +SFX 15 0 red . 1818 +SFX 122 N 1 +SFX 122 e ia's e 1824 +SFX 111 N 1 +SFX 111 0 zed . 1818 +SFX 64 N 1 +SFX 64 0 ming . 1823 +SFX 1 N 1 +SFX 1 0 's . 1829 +SFX 133 N 1 +SFX 133 0 t . 1815 +SFX 78 N 1 +SFX 78 0 mest . 1816 +SFX 87 N 1 +SFX 87 0 liest . 1816 +SFX 142 N 1 +SFX 142 0 ving . 1823 +SFX 77 N 1 +SFX 77 0 mer . 1821 +SFX 125 N 1 +SFX 125 a i a 1815 +SFX 104 N 1 +SFX 104 0 ner . 1821 +SFX 2 N 1 +SFX 2 0 's . 1817 +SFX 120 N 1 +SFX 120 o ines o 1815 +SFX 117 N 1 +SFX 117 y ew y 1818 +SFX 35 N 1 +SFX 35 y iness y 1828 +SFX 129 N 1 +SFX 129 0 er . 1815 +SFX 26 N 1 +SFX 26 y ied y 1818 +SFX 19 N 1 +SFX 19 0 ness's . 1819 +SFX 101 N 1 +SFX 101 0 th . 1818 +SFX 8 N 1 +SFX 8 0 d . 1818 +SFX 43 N 1 +SFX 43 0 ked . 1818 +SFX 22 N 1 +SFX 22 e y e 1826 +SFX 114 N 1 +SFX 114 e d e 1818 +SFX 38 N 1 +SFX 38 0 sed . 1818 +SFX 147 N 1 +SFX 147 0 ist . 1816 +SFX 5 N 1 +SFX 5 0 ed . 1818 +SFX 107 N 1 +SFX 107 0 ther . 1821 +SFX 130 N 1 +SFX 130 a e a 1815 +SFX 96 N 1 +SFX 96 0 fer . 1821 +SFX 88 N 1 +SFX 88 s des s 1815 +SFX 100 N 1 +SFX 100 0 ne . 1818 +SFX 42 N 1 +SFX 42 0 ling . 1823 +SFX 144 N 1 +SFX 144 y ith y 1818 +SFX 113 N 1 +SFX 113 0 zing . 1823 +SFX 71 N 1 +SFX 71 0 ger . 1821 + +BREAK 3 +BREAK — +BREAK – +BREAK - + +ICONV 6 +ICONV ’ ' +ICONV ffi ffi +ICONV ffl ffl +ICONV ff ff +ICONV fi fi +ICONV fl fl + +OCONV 1 +OCONV ' ’ + +# PHONEtic_english.h - #PHONEtic transformation rules for use with #PHONEtic.c +# Copyright (C) 2000 Björn Jacke +# +# This rule set is based on Lawrence Phillips original metaPHONE +# algorithm with modifications made by Michael Kuhn in his +# C implantation, more modifications by Björn Jacke when +# converting the algorithm to a rule set and minor +# touch ups by Kevin Atkinson +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1 as published by the Free Software Foundation; +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Björn Jacke may be reached by email at bjoern.jacke@gmx.de +# +# Changelog: +# +# 2000-01-05 Björn Jacke +# - first version with translation rules derived from +# metaPHONE.cc distributed with aspell 0.28.3 +# - "TH" is now representated as "@" because "0" is a +# meta character +# - removed TH(!vowel) --> T; always use TH --> # instead +# - dropped "^AE" -> "E" (redundant) +# - "ing" is transformed to "N", not "NK" +# - "SCH(EO)" transforms to "SK" now +# - added R --> SILENT if (after a vowel) and no (vowel or +# "y" follows) like in "Marcy" or "abort" +# - H is SILENT in RH at beginning of words +# - H is SILENT if vowel leads and "Y" follows +# - some ".OUGH.." --> ...F exceptions added +# - "^V" transforms to "W" +# 2000-01-07 Kevin Atkinson +# Converted from header to data file. +# +# 2007-08-23 László Németh +# Add PHONE header and #PHONE keywords +# +# 2010-03-09 László Németh +# Temporarily removing acuted character É +# because of the missing UTF-8 support +# +# version 1.1 + +# Documentation: http://aspell.net/man-html/PHONEtic-Code.html + +PHONE 104 +PHONE AH(AEIOUY)-^ *H +PHONE AR(AEIOUY)-^ *R +PHONE A(HR)^ * +PHONE A^ * +PHONE AH(AEIOUY)- H +PHONE AR(AEIOUY)- R +PHONE A(HR) _ +PHONE BB- _ +PHONE B B +PHONE CQ- _ +PHONE CIA X +PHONE CH X +PHONE C(EIY)- S +PHONE CK K +PHONE COUGH^ KF +PHONE CC< C +PHONE C K +PHONE DG(EIY) K +PHONE DD- _ +PHONE D T +PHONE EH(AEIOUY)-^ *H +PHONE ER(AEIOUY)-^ *R +PHONE E(HR)^ * +PHONE ENOUGH^$ *NF +PHONE E^ * +PHONE EH(AEIOUY)- H +PHONE ER(AEIOUY)- R +PHONE E(HR) _ +PHONE FF- _ +PHONE F F +PHONE GN^ N +PHONE GN$ N +PHONE GNS$ NS +PHONE GNED$ N +PHONE GH(AEIOUY)- K +PHONE GH _ +PHONE GG9 K +PHONE G K +PHONE H H +PHONE IH(AEIOUY)-^ *H +PHONE IR(AEIOUY)-^ *R +PHONE I(HR)^ * +PHONE I^ * +PHONE ING6 N +PHONE IH(AEIOUY)- H +PHONE IR(AEIOUY)- R +PHONE I(HR) _ +PHONE J K +PHONE KN^ N +PHONE KK- _ +PHONE K K +PHONE LAUGH^ LF +PHONE LL- _ +PHONE L L +PHONE MB$ M +PHONE MM M +PHONE M M +PHONE NN- _ +PHONE N N +PHONE OH(AEIOUY)-^ *H +PHONE OR(AEIOUY)-^ *R +PHONE O(HR)^ * +PHONE O^ * +PHONE OH(AEIOUY)- H +PHONE OR(AEIOUY)- R +PHONE O(HR) _ +PHONE PH F +PHONE PN^ N +PHONE PP- _ +PHONE P P +PHONE Q K +PHONE RH^ R +PHONE ROUGH^ RF +PHONE RR- _ +PHONE R R +PHONE SCH(EOU)- SK +PHONE SC(IEY)- S +PHONE SH X +PHONE SI(AO)- X +PHONE SS- _ +PHONE S S +PHONE TI(AO)- X +PHONE TH @ +PHONE TCH-- _ +PHONE TOUGH^ TF +PHONE TT- _ +PHONE T T +PHONE UH(AEIOUY)-^ *H +PHONE UR(AEIOUY)-^ *R +PHONE U(HR)^ * +PHONE U^ * +PHONE UH(AEIOUY)- H +PHONE UR(AEIOUY)- R +PHONE U(HR) _ +PHONE V^ W +PHONE V F +PHONE WR^ R +PHONE WH^ W +PHONE W(AEIOU)- W +PHONE X^ S +PHONE X KS +PHONE Y(AEIOU)- Y +PHONE ZZ- _ +PHONE Z S + +#The rules in a different view: +# +# Exceptions: +# +# Beginning of word: "gn", "kn-", "pn-", "wr-" ----> drop first letter +# "Aebersold", "Gnagy", "Knuth", "Pniewski", "Wright" +# +# Beginning of word: "x" ----> change to "s" +# as in "Deng Xiaopeng" +# +# Beginning of word: "wh-" ----> change to "w" +# as in "Whalen" +# Beginning of word: leading vowels are transformed to "*" +# +# "[crt]ough" and "enough" are handled separately because of "F" sound +# +# +# A --> A at beginning +# _ otherwise +# +# B --> B unless at the end of word after "m", as in "dumb", "McComb" +# +# C --> X (sh) if "-cia-" or "-ch-" +# S if "-ci-", "-ce-", or "-cy-" +# SILENT if "-sci-", "-sce-", or "-scy-", or "-cq-" +# K otherwise, including in "-sch-" +# +# D --> K if in "-dge-", "-dgy-", or "-dgi-" +# T otherwise +# +# E --> A at beginnig +# _ SILENT otherwise +# +# F --> F +# +# G --> SILENT if in "-gh-" and not at end or before a vowel +# in "-gn" or "-gned" or "-gns" +# in "-dge-" etc., as in above rule +# K if before "i", or "e", or "y" if not double "gg" +# +# K otherwise (incl. "GG"!) +# +# H --> SILENT if after vowel and no vowel or "Y" follows +# or after "-ch-", "-sh-", "-ph-", "-th-", "-gh-" +# or after "rh-" at beginning +# H otherwise +# +# I --> A at beginning +# _ SILENT otherwise +# +# J --> K +# +# K --> SILENT if after "c" +# K otherwise +# +# L --> L +# +# M --> M +# +# N --> N +# +# O --> A at beginning +# _ SILENT otherwise +# +# P --> F if before "h" +# P otherwise +# +# Q --> K +# +# R --> SILENT if after vowel and no vowel or "Y" follows +# R otherwise +# +# S --> X (sh) if before "h" or in "-sio-" or "-sia-" +# SK if followed by "ch(eo)" (SCH(EO)) +# S otherwise +# +# T --> X (sh) if "-tia-" or "-tio-" +# 0 (th) if before "h" +# silent if in "-tch-" +# T otherwise +# +# U --> A at beginning +# _ SILENT otherwise +# +# V --> V if first letter of word +# F otherwise +# +# W --> SILENT if not followed by a vowel +# W if followed by a vowel +# +# X --> KS +# +# Y --> SILENT if not followed by a vowel +# Y if followed by a vowel +# +# Z --> S + diff --git a/resources/dicts/en_US.dic b/resources/dicts/en_US.dic new file mode 100755 index 000000000..830f40f8a --- /dev/null +++ b/resources/dicts/en_US.dic @@ -0,0 +1,52891 @@ +52890 +A/1 1 +AA/2 1 +AAA +Aachen +aah 1 +Aaliyah/3 +aardvark/1 1 +Aaron +ab +AB/2 1 +ABA +aback 1 +abacus/4 1 +abaft 1 +abalone/1 1 +abandon/5 1 +abandoned 1 +abandonment/2 1 +abase/6 1 +abasement/2 1 +abash/7 1 +abashed/8 1 +abashment/2 1 +abate/6 1 +abatement/2 1 +abates 2 +abattoir/1 1 +Abbas +Abbasid 1 +abbe/1 1 +abbes/9 1 +abbess/4 1 +abbey/1 1 +abbot/1 1 +Abbott/3 +abbr +abbrev/10 1 +abbreviate/6 1 +abbreviation/1 1 +Abby/3 +ABC/1 1 +abdicate/6 1 +abdication/1 1 +abdomen/1 1 +abdominal 1 +abduct/11 1 +abduction/1 1 +abductor/1 1 +Abdul/3 +Abe/3 +abeam 1 +abed 1 +Abel/2 1 +Abelard +Abelson/3 +Aberdeen/2 1 +Abernathy/3 +aberrant 1 +aberration/1 1 +aberrational +abet/12 1 +abetter/1 1 +abettor/1 1 +abeyance/2 1 +abhor/13 1 +abhorrence/2 1 +abhorrent/8 1 +abidance/2 1 +abide/14 3 +abiding/8 1 +Abidjan/2 1 +Abigail +Abilene +ability/15 1 +abject/16 1 +abjection/2 1 +abject 1 +abjuration/1 1 +abjuratory +abjure/6 1 +abjurer/1 1 +ablate/6 1 +ablation/1 1 +ablative/1 1 +ablaze 1 +able/17 1 +abloom 1 +ablution/1 1 +ABM/1 1 +abnegate/6 1 +abnegation/2 1 +Abner/3 +abnormal/8 1 +abnormality/15 1 +abnormal 1 +aboard 1 +abode/18 4 +abolish/7 1 +abolition/2 1 +abolitionism/2 1 +abolitionist/1 1 +abominable/19 1 +abominate/6 1 +abomination/1 1 +aboriginal/1 1 +aborigine/1 1 +Aborigine/1 1 +aborning +abort/11 1 +abortion/1 1 +abortionist/1 1 +abortive/8 1 +abound/11 1 +abounding 1 +about 1 +above/2 1 +aboveboard +above 1 +abracadabra/2 1 +abrade/6 1 +Abraham/2 1 +Abram/3 +Abrams +abrasion/1 1 +abrasive/20 1 +abrasively +abreast 1 +abridge/6 1 +abridgment/1 1 +abroad 1 +abrogate/6 1 +abrogation/1 1 +abrogator/1 1 +abrupt/21 1 +ABS +abs/2 1 +Absalom +abscess/22 1 +abscissa/1 1 +abscission/2 1 +abscond/11 1 +absconder/1 1 +abseil/23 1 +abseiler 1 +abseiling 1 +absence/1 1 +absent/24 1 +absentee/1 1 +absenteeism/2 1 +absentminded/16 1 +absinth/2 1 +absinthe/2 1 +absolute/25 1 +absolution/2 1 +absolutism/2 1 +absolutist/1 1 +absolve/6 1 +absorb/11 1 +absorbed 1 +absorbency/2 1 +absorbent/1 1 +absorber/10 1 +absorbing/8 1 +absorption/1 1 +absorptive 1 +absorptivity 1 +abstain/11 1 +abstainer/1 1 +abstemious/16 1 +abstention/1 1 +abstinence/2 1 +abstinent 1 +abstract/26 1 +abstracted/16 1 +abstracter 1 +abstraction/1 1 +abstruse/27 1 +absurd/21 1 +absurdity/15 1 +absurd 1 +Abuja +abundance/1 1 +abundant/8 1 +abuse/28 1 +abuser/1 1 +abusive/16 1 +abut/12 1 +abutment/1 1 +abuzz 1 +abysmal/8 1 +abyss/4 1 +abyssal 1 +Abyssinia/2 1 +Abyssinian/2 1 +ac +Ac/2 1 +AC/2 1 +acacia/1 1 +academe/2 1 +academia/2 1 +academic/1 1 +academical/8 1 +academician/1 1 +academy/15 1 +Acadia/2 1 +acanthus/4 1 +Acapulco/2 1 +accede/6 1 +accelerate/6 1 +accelerated 1 +acceleration/1 1 +accelerator/1 1 +accelerometer/10 1 +accent/23 1 +accentual 1 +accentuate/6 1 +accentuation/2 1 +Accenture/3 +accept/11 1 +acceptability/2 1 +acceptable/29 1 +acceptance/1 1 +acceptation/1 1 +accepted 1 +acceptor/10 1 +access/22 1 +accessibility/2 1 +accessible/19 1 +accession/23 1 +accessorize/6 1 +accessory/15 1 +accidence 1 +accident/1 1 +accidental/30 1 +acclaim/23 1 +acclamation/1 1 +acclimate/6 1 +acclimation/2 1 +acclimatisation 1 +acclimatise/6 1 +acclimatization/2 1 +acclimatize/6 1 +acclivity/15 1 +accolade/18 1 +accommodate/6 1 +accommodating/8 1 +accommodation/1 1 +accompaniment/1 1 +accompanist/1 1 +accompany/31 1 +accomplice/1 1 +accomplish/7 1 +accomplishment/1 1 +accord/23 1 +accordance/2 1 +accordant 1 +according/8 1 +accordion/1 1 +accordionist/1 1 +accost/23 1 +account/23 1 +accountability/2 1 +accountable 1 +accountancy/2 1 +accountant/1 1 +accounting/2 1 +accouter/11 1 +accouterments +accouterments's +accoutre/6 1 +accoutrement/32 1 +Accra/2 1 +accredit/11 1 +accreditation/2 1 +accreted +accretion/1 1 +accrual/1 1 +accrue/6 1 +acct +acculturate/6 1 +acculturation/2 1 +accumulate/6 1 +accumulation/1 1 +accumulative 1 +accumulator/1 1 +accuracy/15 1 +accurate/16 1 +accursed/33 1 +accurst 1 +accusal 1 +accusation/1 1 +accusative/1 1 +accusatory +accuse/6 1 +accuser/1 1 +accusing/8 1 +accustom/11 1 +accustomed 1 +ace/28 1 +acerbate/6 1 +acerbic +acerbically +acerbity/2 1 +aces 5 +acetaminophen/2 1 +acetate/1 1 +acetic +acetone/2 1 +acetonic +ace 1 +acetylene/2 1 +Acevedo/3 +Achaean/2 1 +ache/28 1 +Achebe/3 +achene/1 1 +Achernar +Acheson/3 +achievable +achieve/6 1 +achievement/1 1 +achiever/1 1 +Achilles/2 1 +aching/8 1 +achoo/3 +achromatic 1 +achy/34 1 +acid/30 1 +acidic +acidification 1 +acidify/31 1 +acidity/2 1 +acidophiles +acidosis/2 1 +acidulous 1 +acknowledge/6 1 +acknowledged 1 +acknowledgment/1 1 +ACLU +acme/1 1 +acne/2 1 +acolyte/1 1 +Aconcagua/2 1 +aconite/1 1 +acorn/1 1 +Acosta/3 +acoustic/32 1 +acoustical/8 1 +acquaint/11 1 +acquaintance/1 1 +acquaintanceship/2 1 +acquainted 1 +acquiesce/6 1 +acquiescence/2 1 +acquiescent/8 1 +acquirable +acquire/6 1 +acquirement/2 1 +acquirer/10 1 +acquisition/1 1 +acquisitive/16 1 +acquit/12 1 +acquittal/1 1 +acquittance 1 +acre/1 1 +acreage/1 1 +acrid/21 1 +acridity/2 1 +acrimonious/16 1 +acrimony/2 1 +acrobat/1 1 +acrobatic/35 1 +acronym/1 1 +acrophobia/2 1 +Acropolis +acropolis/4 1 +across 1 +acrostic/1 1 +Acrux/3 +acrylic/1 1 +ACT +act/23 1 +Actaeon 1 +ACTH/2 1 +acting/2 1 +actinides +actinium/2 1 +action/18 1 +actionable 1 +activate/6 1 +activation/1 1 +activator/1 1 +active/36 1 +activism/2 1 +activist/1 1 +activity/15 1 +Acton +actor/1 1 +actress/4 1 +Acts +actual/8 1 +actuality/15 1 +actualization/2 1 +actualize/6 1 +actual 1 +actuarial 1 +actuary/15 1 +actuate/6 1 +actuation/2 1 +actuator/1 1 +Acuff/3 +acuity/2 1 +acumen/2 1 +acupressure/2 1 +acupuncture/2 1 +acupuncturist/1 1 +acute/25 1 +acyclic 1 +acyclovir/2 1 +ad/1 1 +AD/2 1 +Ada/1 1 +adage/1 1 +adagio/1 1 +Adam/1 1 +adamant/37 1 +Adan/3 +Adana +adapt/11 1 +adaptability/2 1 +adaptable 1 +adaptation/1 1 +adapted 1 +adapter/1 1 +adaption/10 1 +adaptive/8 1 +adaptivity 1 +Adar/2 1 +ADC +ADD +add/11 1 +addable 1 +Addams +added 1 +addend/1 1 +addenda 6 +addendum/2 7 +adder/1 1 +Adderley/3 +addible 1 +addict/23 1 +addicted 1 +addiction/1 1 +addictive +addictiveness +Addie/3 +Addison +addition/1 1 +additional/8 1 +additive/30 1 +addle/6 1 +addling 1 +address/22 1 +addressable +addressee/1 1 +adduce/6 1 +Adela/3 +Adelaide/2 1 +Adele/3 +Adeline/3 +Aden/2 1 +Adenauer +adenine/2 1 +adenoid/1 1 +adenoidal +adept/38 1 +adequacy/2 1 +adequate/16 1 +Adhara/3 +adhere/6 1 +adherence/2 1 +adherent/1 1 +adherer/10 1 +adhesion/2 1 +adhesive/20 1 +adiabatic/39 1 +Adidas/3 +adieu/1 1 +adios 1 +adipose 1 +Adirondack/3 +Adirondacks/2 1 +adj +adjacency/2 1 +adjacent/8 1 +adjectival/8 1 +adjective/1 1 +adjoin/11 1 +adjourn/11 1 +adjournment/1 1 +adjudge/6 1 +adjudicate/6 1 +adjudication/1 1 +adjudicative +adjudicator/1 1 +adjudicatory +adjunct/1 1 +adjuration/1 1 +adjure/6 1 +adjust/11 1 +adjustable 1 +adjuster/1 1 +adjustment/1 1 +adjustor/1 1 +adjutant/1 1 +Adkins/3 +Adler +Adm +adman/2 8 +admen 9 +admin/10 1 +administer/11 1 +administrate/6 1 +administration/1 1 +administrative/8 1 +administrator/1 1 +admirable/19 1 +admiral/1 1 +admiralty/2 1 +Admiralty 1 +admiration/2 1 +admire/6 1 +admirer/1 1 +admiring/8 1 +admissibility/2 1 +admissible/19 1 +admission/1 1 +admit/12 1 +admittance/1 1 +admitted/8 1 +admix/7 1 +admixture/1 1 +admonish/7 1 +admonishing 1 +admonishment/1 1 +admonition/1 1 +admonitory 1 +ado/2 1 +adobe/1 1 +adolescence/1 1 +adolescent/1 1 +Adolf/3 +Adolfo/3 +Adolph/3 +Adonis/4 1 +adopt/11 1 +adoptable +adopter/1 1 +adoption/1 1 +adoptive 1 +adorable/29 1 +adoration/2 1 +adore/6 1 +adorer/1 1 +adoring/8 1 +adorn/11 1 +adornment/1 1 +ADP/2 1 +adrenal/1 1 +Adrenalin/1 1 +adrenalin/2 1 +adrenaline/2 1 +Adrian +Adriana/3 +Adriatic/2 1 +Adrienne/3 +adrift 1 +adroit/21 1 +adsorb/11 1 +adsorbent/1 1 +adsorption/1 1 +adulate/6 1 +adulation/2 1 +adulator/1 1 +adulatory +adult/1 1 +adulterant/1 1 +adulterate/6 1 +adulteration/1 1 +adulterer/1 1 +adulteress/4 1 +adulterous 1 +adultery/15 1 +adulthood/2 1 +adult 1 +adumbrate/6 1 +adumbration/2 1 +adv +advance/28 1 +advancement/1 1 +advance 1 +advancing 1 +advantage/28 1 +advantageous/8 1 +advent/1 1 +Advent/1 1 +Adventist/1 1 +adventitious/8 1 +adventure/28 1 +adventurer/1 1 +adventures/9 1 +adventuresome 1 +adventuress/4 1 +adventurism 1 +adventurist/10 1 +adventurous/16 1 +adverb/1 1 +adverbial/30 1 +adversarial +adversary/15 1 +adverse/27 1 +adversity/15 1 +advert/23 1 +advertise/6 1 +advertisement/1 1 +advertiser/1 1 +advertising/2 1 +advertize/6 1 +advertizement/1 1 +advertorial/1 1 +advice/1 1 +Advil/2 1 +advisability/2 1 +advisable/19 1 +advise/6 1 +advised/8 1 +advisement/2 1 +adviser/1 1 +advisory/15 1 +advocacy/2 1 +advocate/28 1 +advt +adz/40 1 +adze/18 1 +Aegean/2 1 +aegis/2 1 +Aelfric/3 +Aeneas/2 1 +Aeneid/2 1 +aeolian 1 +Aeolus/2 1 +aeon/1 1 +aerate/6 1 +aeration/2 1 +aerator/1 1 +aerial/30 1 +aerialist/1 1 +aerie/41 1 +aerobatic/32 1 +aerobic/35 1 +aerobraking +aerodrome/1 1 +aerodynamic/32 1 +aerodynamically +Aeroflot/3 +aerogram/10 1 +aerogramme/10 1 +aeronautic/32 1 +aeronautical 1 +aerosol/1 1 +aerospace/2 1 +aery/42 1 +Aeschylus/2 1 +Aesculapius/2 1 +Aesop/2 1 +aesthete/10 1 +aesthetic/32 1 +aesthetically +aestheticism/2 1 +aether 1 +aetiology 1 +AF +AFAIK/10 1 +afar 1 +AFB +AFC +AFDC +affability/2 1 +affable/17 1 +affair/1 1 +affect/23 1 +affectation/1 1 +affected/8 1 +affecting/8 1 +affection/18 1 +affectionate/8 1 +affective +afferent 1 +affiance/43 1 +affidavit/1 1 +affiliate/28 1 +affiliation/1 1 +affine 1 +affinity/15 1 +affirm/11 1 +affirmation/1 1 +affirmative/30 1 +affix/22 1 +afflatus/2 1 +afflict/11 1 +afflicted 1 +afflicting 1 +affliction/1 1 +affluence/2 1 +affluent/8 1 +afford/11 1 +affordability 1 +affordable +afforest/11 1 +afforestation/2 1 +affray/18 1 +affront/23 1 +affronted 1 +affronting 1 +afghan/1 1 +Afghan/1 1 +Afghanistan/2 1 +Afghan 1 +aficionado/1 1 +afield 1 +afire 1 +aflame 1 +afloat 1 +aflutter +AFN +afoot 1 +aforementioned +aforesaid +aforethought 1 +afoul 1 +Afr +afraid 1 +afresh 1 +Africa/2 1 +African/1 1 +Afrikaans/2 1 +Afrikaner/1 1 +Afro/1 1 +Afrocentric +Afrocentrism 1 +AFT +aft/44 1 +after/10 1 +afterbirth/1 1 +afterburner/1 1 +aftercare/2 1 +aftereffect/1 1 +afterglow/1 1 +afterimage/1 1 +afterlife/2 10 +afterlives 11 +aftermarket/1 1 +aftermath/1 1 +afternoon/1 1 +aftershave/1 1 +aftershock/1 1 +aftertaste/1 1 +afterthought/1 1 +afterward 1 +afterword/1 1 +Ag/2 1 +against +again 1 +Agamemnon/2 1 +Agana +agape/2 1 +agar/2 1 +Agassi/3 +Agassiz/3 +agate/1 1 +Agatha/3 +agave/2 1 +age/28 1 +aged 1 +ageism/2 1 +ageist/1 1 +ageless/33 1 +agelessly +ageless 1 +agency/15 1 +agenda/1 1 +agenda's 12 +agenda 13 +agent/18 1 +ageratum/2 1 +Aggie 1 +agglomerate/28 1 +agglomeration/1 1 +agglutinate/6 1 +agglutination/1 1 +agglutinative +aggrandize/6 1 +aggrandizement/2 1 +aggravate/6 1 +aggravating/8 1 +aggravation/1 1 +aggregate/28 1 +aggregation/1 1 +aggression/1 1 +aggressive/16 1 +aggressor/1 1 +aggrieve/6 1 +aggrieved/8 1 +aggro 1 +aghast 1 +agile/45 1 +agility/2 1 +aging/1 1 +agism 1 +agitate/6 1 +agitated/8 1 +agitation/1 1 +agitator/1 1 +agitprop/2 1 +Aglaia +agleam 1 +aglitter +aglow 1 +Agnes +Agnew/3 +Agni/2 1 +agnostic/1 1 +agnosticism/2 1 +agog 1 +agonize/6 1 +agonized 1 +agonizing/8 1 +agony/15 1 +agoraphobia/2 1 +agoraphobic/1 1 +ago 1 +agouti 1 +Agra +agrarian/1 1 +agrarianism/2 1 +agrarian 1 +agree/46 1 +agreeable/29 1 +agreeing 1 +agreement/1 1 +agribusiness/3 +agribusinesses +Agricola +agricultural/8 1 +agriculturalist/1 1 +agriculture/2 1 +agriculturist/1 1 +Agrippa/2 1 +Agrippina/3 +agrochemical/10 1 +agronomic 1 +agronomist/1 1 +agronomy/2 1 +aground 1 +Aguascalientes +ague/2 1 +Aguilar/3 +Aguinaldo/3 +Aguirre/3 +Agustin/3 +ah +Ahab/2 1 +aha 1 +ahchoo +ahead 1 +ahem 1 +Ahmad/3 +Ahmadabad +Ahmadinejad/3 +Ahmed/3 +ahoy 1 +Ahriman/2 1 +AI/1 1 +aid/23 1 +Aida/3 +aide/28 1 +aider/10 1 +AIDS/4 1 +aigrette/1 1 +Aiken +ail/5 1 +Aileen/3 +aileron/1 1 +ailing 1 +ailment/1 1 +aim/23 1 +Aimee/3 +aimless/16 1 +ain't +Ainu 1 +air/23 1 +airbag/1 1 +airbase/1 1 +airbed +airbeds +airborne 1 +airbrush/22 1 +airbus/4 1 +aircraft/2 1 +aircraftman 14 +aircraftmen 15 +aircrew/10 1 +airdrome/10 1 +airdrop/47 1 +Airedale/1 1 +airfare/1 1 +airfield/1 1 +airflow/2 1 +airfoil/1 1 +airframe/10 1 +airfreight/2 1 +airgun/10 1 +airhead/1 1 +airing/1 1 +airlessness/3 +airless 1 +airletter +airletters +airlift/23 1 +airline/48 1 +airliner/1 1 +airlock/1 1 +airmail/23 1 +airman/2 16 +airmen 17 +airplane/1 1 +airplay/2 1 +airport/1 1 +airship/1 1 +airshow/10 1 +airsick/33 1 +airspace/2 1 +airspeed 1 +airstream 1 +airstrike/1 1 +airstrip/1 1 +airtight 1 +airtime/2 1 +air 1 +airwaves +airwaves's +airway/1 1 +airwoman 18 +airwomen 19 +airworthy/49 1 +airy/50 1 +Aisha +aisle/18 1 +aitch/4 1 +ajar 1 +Ajax/2 1 +AK +aka +Akbar +Akhmatova/3 +Akihito +akimbo +akin 1 +Akita 1 +Akiva/3 +Akkad +Akron/2 1 +AL +Al/2 1 +Ala +Alabama/2 1 +Alabaman/1 1 +Alabamian/1 1 +alabaster/2 1 +alack 1 +alacrity/2 1 +Aladdin/2 1 +Alamo/2 1 +Alamogordo/3 +Alan/3 +Alana/3 +alanine 1 +Alar/2 1 +Alaric +alarm/23 1 +alarmed 1 +alarming/8 1 +alarmist/1 1 +Alas +Alaska/2 1 +Alaskan/1 1 +alas 1 +alb/1 1 +Alba +albacore/1 1 +Albania/2 1 +Albanian/1 1 +Albany/2 1 +albatross/4 1 +albedo 1 +Albee +albeit +Alberio/3 +Albert +Alberta/2 1 +Albertan 1 +Alberto/3 +Albigensian 1 +albinism/2 1 +albino/1 1 +Albion +Albireo/3 +album/1 1 +albumen/2 1 +albumin/2 1 +albuminous +Albuquerque/2 1 +Alcatraz +Alcestis +alchemical 1 +alchemist/1 1 +alchemy/2 1 +Alcibiades +Alcindor/3 +Alcmena/3 +Alcoa/3 +alcohol/1 1 +alcoholic/51 1 +alcoholism/2 1 +Alcott +alcove/1 1 +Alcuin +Alcyone +Aldan +Aldebaran/2 1 +aldehyde 1 +Alden +alder/1 1 +Alderamin/3 +alderman/2 20 +aldermen 21 +alderwoman/2 22 +alderwomen 23 +Aldo/3 +Aldrin/3 +ale/1 1 +aleatory +Alec/3 +alehouse/1 1 +Aleichem/3 +Alejandra/3 +Alejandro/3 +Alembert/3 +alembic/1 1 +Aleppo/2 1 +alert/52 1 +Aleut/1 1 +Aleutian/1 1 +alewife/2 24 +alewives 25 +Alex/3 +Alexander/1 1 +Alexandra +Alexandria/2 1 +Alexandrian 1 +Alexei/3 +Alexis +alfalfa/2 1 +Alfonso/3 +Alfonzo/3 +Alford/3 +Alfred +Alfreda/3 +Alfredo +alfresco +alga/53 1 +algal 1 +alga's 26 +alga 27 +algebra/1 1 +algebraic +algebraical/8 1 +algebraist 1 +Algenib/3 +Alger +Algeria/2 1 +Algerian/1 1 +Algieba/3 +Algiers/2 1 +Algol/2 1 +Algonquian/1 1 +Algonquin/1 1 +algorithm/1 1 +algorithmic +algorithmically +Alhambra +Alhena/3 +Ali +alias/22 1 +aliasing 1 +alias 1 +alibi/23 1 +alibis 1 +Alice/3 +Alicia/3 +alien/23 1 +alienable +alienate/6 1 +alienation/2 1 +alienist/1 1 +alien 1 +Alighieri/3 +alight/11 1 +align/11 1 +aligner/1 1 +alignment/1 1 +alike 1 +aliment/23 1 +alimentary +alimony/2 1 +Aline/3 +aline/6 1 +alinement/1 1 +Alioth/3 +aliphatic +aliquot/10 1 +Alisa/3 +Alisha/3 +Alison/3 +Alissa/3 +Alistair/3 +alive/33 1 +aliyah/1 1 +Alkaid/3 +alkali/4 1 +alkaline +alkalinity/2 1 +alkalize/6 1 +alkaloid/1 1 +alkyd/1 1 +all/2 1 +Allah/2 1 +Allahabad +Allan/3 +allay/11 1 +allaying 1 +allegation/1 1 +allege/6 1 +alleged/8 1 +Alleghenies/2 1 +Allegheny +allegiance/1 1 +allegoric +allegorical/8 1 +allegorist/1 1 +allegory/15 1 +Allegra/3 +allegretto/1 1 +allegri +allegro/1 1 +allele/1 1 +allelic +alleluia/1 1 +Allen +Allende/3 +Allentown +allergen/1 1 +allergenic +allergic +allergically +allergist/1 1 +allergy/15 1 +alleviate/6 1 +alleviation/1 1 +alley/1 1 +alleyway/1 1 +Allhallows/2 1 +alliance/1 1 +Allie/3 +Allies +alligator/18 1 +Allison/3 +alliterate/6 1 +alliteration/1 1 +alliterative/8 1 +allocatable +allocate/6 1 +allocation/1 1 +allocator/10 1 +allophones +allot/12 1 +allotment/1 1 +allotrope 1 +allotropic +allover 1 +allow/11 1 +allowable/19 1 +allowance/18 1 +allowed 1 +alloy/23 1 +allspice/2 1 +Allstate/3 +all 1 +allude/6 1 +allure/28 1 +allurement/1 1 +alluring/8 1 +allusion/1 1 +allusive/16 1 +alluvial/2 1 +alluvium/1 1 +Alma/3 +Almach/3 +almanac/1 1 +almanack/10 1 +Almaty/2 1 +Almighty/2 1 +almighty 1 +Almohad/3 +almond/1 1 +almoner/1 1 +Almoravid/3 +almost 1 +alms/2 1 +almshouse/1 1 +Alnilam/3 +Alnitak/3 +aloe/1 1 +aloft 1 +aloha/1 1 +alone 1 +alongshore +alongside +along 1 +Alonzo/3 +aloof/16 1 +aloud 1 +alp/1 1 +alpaca/1 1 +Alpert/3 +alpha/1 1 +alphabet/18 1 +alphabetic +alphabetical/8 1 +alphabetization/1 1 +alphabetize/6 1 +alphabetizer/1 1 +alphanumerical/8 1 +alphanumeric 1 +Alphard/3 +alpha 1 +Alphecca/3 +Alpheratz/3 +Alphonse/3 +Alphonso/3 +alpine/10 1 +Alpine 1 +Alpo/3 +Alps/2 1 +already 1 +alright 1 +Alsace/2 1 +Alsatian/1 1 +Alsop/3 +also 1 +Alston/3 +alt/10 1 +Alta +Altai/3 +Altaic/2 1 +Altair +Altamira +altar/1 1 +altarpiece/1 1 +alter/11 1 +alterable 1 +alteration/1 1 +altercate 1 +altercation/1 1 +alternate/54 1 +alternating 1 +alternation/1 1 +alternative/30 1 +alternator/1 1 +Althea/3 +altho 1 +although 1 +altimeter/1 1 +Altiplano/3 +altitude/1 1 +Altman/3 +alto/1 1 +altogether 1 +Altoids/3 +Alton/3 +alto 1 +altruism/2 1 +altruist/1 1 +altruistic/39 1 +Aludra/3 +alum/1 1 +alumina/2 1 +alumina's 28 +alumina 29 +aluminum/2 30 +alumna/53 1 +alumni 31 +alumnus/2 32 +Alva +Alvarado/3 +Alvarez/3 +Alvaro/3 +alveolar/10 1 +Alvin/3 +always +Alzheimer/3 +Alyce/3 +ally/31 1 +ally's +Allyson/3 +Alyson/3 +Alyssa's 33 +Alyssa 34 +Am/2 1 +AM/2 1 +AMA +Amadeus/3 +Amado/3 +amalgam/1 1 +amalgamate/6 1 +amalgamation/1 1 +Amalia/3 +Amanda/3 +amanuenses 35 +amanuensis/2 36 +amaranth/1 1 +amaretto/2 1 +Amarillo +Amaru/3 +amaryllis/4 1 +amass/7 1 +Amaterasu/2 1 +amateur/1 1 +amateurish/16 1 +amateurism/2 1 +Amati 1 +amatory +amaze/28 1 +amazed 1 +amazement/2 1 +amazing/8 1 +amazon/1 1 +Amazon/1 1 +amazonian +Amazonian +ambassador/1 1 +ambassadorial 1 +ambassadorship/1 1 +ambassadress/4 1 +Amber/3 +amber/2 1 +ambergris/2 1 +amber 1 +ambiance/1 1 +ambidexterity/2 1 +ambidextrous/8 1 +ambient 1 +ambiguity/15 1 +ambiguous/8 1 +ambition/18 1 +ambitious/16 1 +ambit 1 +ambivalence/2 1 +ambivalent +ambivalently +amble/28 1 +ambler/1 1 +ambling 1 +ambrosia/2 1 +ambrosial 1 +ambulance/1 1 +ambulanceman 37 +ambulancemen 38 +ambulancewoman 39 +ambulancewomen 40 +ambulant 1 +ambulate/6 1 +ambulation/1 1 +ambulatory/15 1 +ambuscade/28 1 +ambush/22 1 +ambushers +amebic +Amelia/3 +ameliorate/6 1 +amelioration/2 1 +ameliorative +Amen/2 1 +amenability/2 1 +amenable/19 1 +amend/11 1 +amendable +amendment/1 1 +Amenhotep/3 +amenity/15 1 +amen 1 +Amer +Amerasian 1 +amerce/6 1 +amercement/1 1 +America/1 1 +American/1 1 +Americana/2 1 +Americanism/1 1 +Americanization/1 1 +Americanize/6 1 +American 1 +americium/2 1 +Amerind/1 1 +Amerindian/1 1 +Ameslan/3 +amethyst/1 1 +amethystine +amethyst 1 +Amharic/2 1 +Amherst +amiability/2 1 +amiable/55 1 +amicability/2 1 +amicable/19 1 +amide/1 1 +amidships +amidst +amid 1 +Amie/3 +Amiga/3 +amigo/1 1 +amine/10 1 +amino +amir/1 1 +Amish/2 1 +amiss 1 +amity/2 1 +Amman/2 1 +ammeter/1 1 +ammo/2 1 +ammonia/2 1 +ammonia's 41 +ammonia 42 +ammonites +ammonium 43 +ammunition/2 1 +amnesia/2 1 +amnesiac/1 1 +amnesic/1 1 +amnesty/56 1 +amniocenteses 44 +amniocentesis/2 45 +amnion/1 1 +amniotic +Amoco/3 +amoeba/57 1 +amoebic +amok 1 +among +amongst +amontillado/1 1 +amoral/8 1 +amorality/2 1 +amorous/16 1 +amorphous/16 1 +amortizable +amortization/1 1 +amortize/6 1 +Amos +amount/23 1 +amour/1 1 +amp/18 1 +Amparo/3 +amperage/2 1 +Ampere/3 +ampere/1 1 +ampersand/1 1 +amphetamine/1 1 +amphibian/1 1 +amphibious/8 1 +amphitheater/1 1 +amphora/53 1 +ample/17 1 +amplification/1 1 +amplifier/1 1 +amplify/31 1 +amplitude/1 1 +ampoule/1 1 +ampul/1 1 +ampule/1 1 +amputate/6 1 +amputation/1 1 +amputee/1 1 +Amritsar +am 46 +Amsterdam/2 1 +amt +Amtrak +amulet/1 1 +Amundsen +Amur/2 1 +amuse/6 1 +amused 1 +amusement/1 1 +amusing/8 1 +Amway/3 +Amy/3 +amylase/2 1 +Ana/2 1 +Anabaptist/2 1 +Anabel/3 +anabolic +anabolism/2 1 +anachronism/1 1 +anachronistic/39 1 +Anacin/3 +anaconda/1 1 +Anacreon +anaerobe/1 1 +anaerobic/39 1 +anagram/18 1 +anagrammatic +anagrammatically +Anaheim +anal/8 1 +Analects/3 +analgesia/2 1 +analgesic/1 1 +analog/1 1 +analogical/8 1 +analogize/6 1 +analogous/16 1 +analogue/1 1 +analogy/15 1 +analysand/1 1 +analysis/2 1 +analyst/1 1 +analytical/8 1 +analytic 1 +analyzable +analyze/6 1 +analyzer/1 1 +anamorphic +Ananias/2 1 +anapaest/1 1 +anapest/1 1 +anapestic/1 1 +anaphora 1 +anaphoric +anarchic +anarchical/8 1 +anarchism/2 1 +anarchist/1 1 +anarchistic +anarchy/2 1 +Anasazi +Anastasia +anathema/1 1 +anathematize/6 1 +Anatole/3 +Anatolia/2 1 +Anatolian/2 1 +anatomic +anatomical/8 1 +anatomist/1 1 +anatomize/6 1 +anatomy/15 1 +Anaxagoras +ancestor/18 1 +ancestral/8 1 +ancestress/4 1 +ancestry/15 1 +anchor/23 1 +anchorage/1 1 +Anchorage/2 1 +anchorite/1 1 +anchorman/2 47 +anchormen 48 +anchorpeople 49 +anchorperson/1 50 +anchorwoman/2 51 +anchorwomen 52 +anchovy/15 1 +ancient/38 1 +ancillary/15 1 +Andalusia/2 1 +Andalusian 1 +Andaman +andante/1 1 +Andean 1 +Andersen/2 1 +Anderson +Andes/2 1 +andiron/1 1 +Andorra/2 1 +Andorran/1 1 +Andre/3 +Andrea/3 +Andrei/3 +Andres +Andretti/3 +Andrew/1 1 +Andrianampoinimerina/3 +androgen/2 1 +androgenic +androgynous +androgyny/2 1 +android/1 1 +Andromache +Andromeda/2 1 +Andropov +and 1 +Andy/3 +anecdotal 1 +anecdote/1 1 +anechoic +anemia/2 1 +anemic +anemically +anemometer/1 1 +anemone/1 1 +anent +aneroid 1 +anesthesia/2 1 +anesthesiologist/1 1 +anesthesiology/2 1 +anesthetic/1 1 +anesthetist/1 1 +anesthetization/2 1 +anesthetize/6 1 +aneurism/1 1 +aneurysm/1 1 +anew 1 +Angara +angel/1 1 +Angel/2 1 +angel/58 1 +Angela/3 +angelfish/4 1 +Angelia/3 +angelic +angelica/2 1 +angelical/8 1 +Angelica 1 +Angelico +Angelina/3 +Angeline/3 +Angelique/3 +Angelita/3 +Angelo/3 +Angelou +anger/23 1 +Angevin/2 1 +Angie/3 +angina/2 1 +angioplasty/15 1 +angiosperm/1 1 +Angkor +angle/1 1 +Angle/1 1 +angle/6 1 +anglepoise 1 +angler/1 1 +angleworm/1 1 +Anglia +Anglican/1 1 +Anglicanism/1 1 +Anglican 1 +Anglicism/1 1 +anglicism/10 1 +Anglicization 1 +anglicize/6 1 +Anglicize 1 +angling/2 1 +anglophile/10 1 +Anglophile 1 +Anglophil 1 +Anglophobe 1 +anglophone/10 1 +Anglo 1 +Angola/2 1 +Angolan/1 1 +angora/1 1 +Angora/1 1 +angostura 1 +angry/59 1 +angst/2 1 +angstrom/1 1 +Angstrom 1 +Anguilla/2 1 +anguish/22 1 +angularity/15 1 +angular 1 +Angus/2 1 +anhydrous 1 +Aniakchak/3 +Anibal/3 +aniline/2 1 +animadversion/1 1 +animadvert/11 1 +animal/1 1 +animalcule/1 1 +animal 1 +animate/6 1 +animated/8 1 +animate 1 +animating 1 +animation/1 1 +animator/1 1 +animism/2 1 +animist/1 1 +animistic +animosity/15 1 +animus/2 1 +anion/1 1 +anionic 1 +anise/2 1 +aniseed/2 1 +anisette/2 1 +anisotropic +anisotropy/60 1 +Anita/3 +Ankara/2 1 +ankh/1 1 +ankle/18 1 +anklebone/1 1 +anklet/1 1 +Ann/3 +Anna +Annabel/3 +Annabelle/3 +annal/32 1 +annalist/1 1 +Annam/2 1 +Annapolis/2 1 +Annapurna/2 1 +Anne +anneal/5 1 +annealer 1 +annealing 1 +annelid/1 1 +Annette/3 +annex/22 1 +annexation/1 1 +annexe/28 1 +Annie/3 +annihilate/6 1 +annihilation/2 1 +annihilator/1 1 +anniversary/15 1 +Annmarie/3 +annotate/6 1 +annotation/1 1 +annotative +annotator/1 1 +announce/6 1 +announcement/1 1 +announcer/1 1 +annoy/11 1 +annoyance/1 1 +annoying/8 1 +annoyware +annoywares +annual/30 1 +annualized +annuitant/1 1 +annuity/15 1 +annul/61 1 +annular 1 +annuli 53 +annulling 1 +annulment/1 1 +annulus 54 +annunciation/1 1 +Annunciation/1 1 +anode/1 1 +anodize/6 1 +anodyne/1 1 +anoint/11 1 +anointment/2 1 +anomalies +anomalous/8 1 +anomaly/3 +anon/10 1 +anonymity/2 1 +anonymous/8 1 +anopheles/2 1 +anorak/1 1 +anorectic/1 1 +anorexia/2 1 +anorexic/1 1 +another 1 +Anouilh +ans +Anselm +Anselmo/3 +Anshan/3 +ANSI/10 1 +answer/23 1 +answerable 1 +answerer 1 +answerphone/10 1 +ant/62 1 +antacid/1 1 +Antaeus +antagonism/1 1 +antagonist/1 1 +antagonistic/39 1 +antagonize/6 1 +Antananarivo/2 1 +antarctic +Antarctic/2 1 +Antarctica/2 1 +Antares/2 1 +ante/63 1 +anteater/1 1 +antebellum +antecedence/2 1 +antecedent/1 1 +antechamber/1 1 +antedate/43 1 +antediluvian 1 +antelope/1 1 +antenatal +antenna/57 1 +anterior 1 +anteroom/1 1 +antes 55 +ante 1 +anthem/18 1 +anther/1 1 +anthill/1 1 +anthologist/1 1 +anthologize/6 1 +anthology/15 1 +Anthony +anthracite/2 1 +anthrax/2 1 +anthropic +anthropocentric +anthropogenic +anthropoid/1 1 +anthropological/8 1 +anthropologist/1 1 +anthropology/2 1 +anthropometric +anthropomorphic/39 1 +anthropomorphism/2 1 +anthropomorphizing +anthropomorphous 1 +anti/1 1 +antiabortion +antiabortionist/1 1 +antiaircraft 1 +antibacterial/1 1 +antibiotic/1 1 +antibody/15 1 +antic/64 1 +anticancer +antichrist/1 1 +Antichrist/1 1 +anticipate/6 1 +anticipation/1 1 +anticipative 1 +anticipatory 1 +anticlerical 1 +anticlimactic +anticlimactically +anticlimax/4 1 +anticline/1 1 +anticlockwise +anticoagulant/1 1 +anticommunism/2 1 +anticommunist/1 1 +antic 1 +anticyclone/1 1 +anticyclonic +antidemocratic +antidepressant/1 1 +antidote/18 1 +Antietam +antifascist/1 1 +antifreeze/2 1 +antigen/1 1 +antigenic +antigenicity/2 1 +Antigone/2 1 +Antigua/2 1 +antihero/4 1 +antihistamine/1 1 +antiknock/2 1 +antilabor +Antillean +Antilles/2 1 +antilogarithm/1 1 +antimacassar/1 1 +antimalarial 1 +antimatter/2 1 +antimicrobial 1 +antimissile 1 +antimony/2 1 +antinuclear +Antioch +antioxidant/1 1 +antiparticle/1 1 +Antipas/3 +antipasto/65 1 +antipathetic +antipathy/15 1 +antipersonnel +antiperspirant/1 1 +antiphon/1 1 +antiphonal/30 1 +antipodal/10 1 +antipodean/1 1 +antipodes +Antipodes +antipodes's +antipollution 1 +antipoverty +antiquarian/1 1 +antiquarianism/2 1 +antiquary/15 1 +antiquate/6 1 +antiquated 1 +antique/28 1 +antiquity/15 1 +antirrhinum/10 1 +antisemitic +antisemitism/2 1 +antisepsis/2 1 +antiseptic/51 1 +antiserum/1 1 +antislavery 1 +antisocial/8 1 +antispasmodic/1 1 +antistatic 1 +antis 56 +antisubmarine +antisymmetric +antisymmetry +antitank +antitheses 57 +antithesis/2 58 +antithetic +antithetical/8 1 +antitoxin/1 1 +antitrust +anti 1 +antivenin/1 1 +antiviral/10 1 +antivivisectionist/1 1 +antiwar +antler/1 1 +antlered +Antofagasta/2 1 +Antoine/3 +Antoinette +Anton/3 +Antone/3 +Antonia/3 +Antoninus +Antonio/3 +Antonius +Antony/2 1 +antonym/1 1 +antonymous +antral +an 1 +antsy/34 1 +ant 1 +Antwan/3 +Antwerp/2 1 +Anubis/2 1 +anus/4 1 +anvil/18 1 +anxiety/15 1 +anxious/16 1 +Anzac 1 +ANZUS +anybody/15 1 +anyhow 1 +anymore 1 +anyone/2 1 +anyplace 1 +anything/1 1 +anytime 1 +any 1 +anyway/10 1 +anywhere 1 +anywise 1 +AOL/3 +aorist 1 +aorta/1 1 +aortic 1 +AP +apace 1 +Apache/1 1 +Apalachicola/2 1 +apartheid/2 1 +apartment/1 1 +apart 1 +apathetic/39 1 +apathy/2 1 +apatite/2 1 +APB +ape/28 1 +apelike +Apennines +aperiodic/39 1 +aperitif/1 1 +aperture/1 1 +apex/4 1 +aphasia/2 1 +aphasic/1 1 +aphelia 59 +aphelion/1 60 +aphid/1 1 +aphorism/1 1 +aphoristic/39 1 +aphrodisiac/1 1 +Aphrodite/2 1 +apiarist/1 1 +apiary/15 1 +Apia 61 +apical/8 1 +apiece 1 +apish/8 1 +aplenty 1 +aplomb/2 1 +apnea 1 +APO +apocalypse/1 1 +Apocalypse/2 1 +apocalyptic +Apocrypha/2 1 +apocryphal/8 1 +apocrypha's 62 +apocrypha 63 +apogee/1 1 +apolitical/8 1 +Apollinaire +Apollo/1 1 +Apollonian +apologetic/39 1 +apologia/1 1 +apologist/1 1 +apologize/6 1 +apology/15 1 +apoplectic 1 +apoplexy/15 1 +apostasy/15 1 +apostate/1 1 +apostatize/6 1 +apostle/1 1 +apostleship/2 1 +apostolic +apostrophe/1 1 +apostrophized +apothecary/15 1 +apothegm/1 1 +apotheoses 64 +apotheosis/2 65 +apotheosizes +app/10 1 +Appalachia/2 1 +Appalachian/10 1 +appall/11 1 +appalling/8 1 +appaloosa/1 1 +Appaloosa/1 1 +apparatchik/10 1 +apparatus/4 1 +apparel/23 1 +apparent/8 1 +apparition/1 1 +appeal/23 1 +appealing/8 1 +appear/11 1 +appearance/1 1 +appease/6 1 +appeasement/1 1 +appeaser/1 1 +appeasing 1 +appellant/1 1 +appellate +appellation/1 1 +append/11 1 +appendage/1 1 +appendectomy/15 1 +appendicitis/2 1 +appendix/66 1 +appertain/11 1 +appetite/1 1 +appetizer/1 1 +appetizing/8 1 +applaud/11 1 +applauder/1 1 +applause/2 1 +Apple/3 +apple/1 1 +applecart 1 +applejack/2 1 +applesauce/2 1 +Appleseed +applet/1 1 +Appleton +appliance/1 1 +applicability/2 1 +applicable/19 1 +applicant/1 1 +application/1 1 +applicative 1 +applicator/1 1 +applier/1 1 +applique/63 1 +apply/31 1 +appoint/11 1 +appointee/1 1 +appointive +appointment/1 1 +Appomattox +apportion/11 1 +apportionment/2 1 +appose/6 1 +apposite/16 1 +apposition/2 1 +appositive/1 1 +appraisal/1 1 +appraise/6 1 +appraisees +appraiser/1 1 +appraising 1 +appreciable/19 1 +appreciate/6 1 +appreciation/1 1 +appreciative/8 1 +appreciator/1 1 +appreciatory 1 +apprehend/11 1 +apprehension/1 1 +apprehensive/16 1 +apprentice/28 1 +apprenticeship/1 1 +apprise/6 1 +apprize/6 1 +apprizing 1 +approach/22 1 +approachability 1 +approachable 1 +approbation/1 1 +appropriate/67 1 +appropriation/1 1 +appropriator/1 1 +approval/1 1 +approve/6 1 +approved 1 +approving/8 1 +approx +approximate/68 1 +approximation/1 1 +appurtenance/1 1 +appurtenant 1 +APR +Apr/2 1 +apricot/1 1 +April/1 1 +apron/18 1 +apropos +apse/1 1 +apses 66 +apt/21 1 +aptitude/1 1 +Apuleius +aqua/1 1 +aquaculture/2 1 +Aquafresh/3 +aqualung/1 1 +aquamarine/1 1 +aquanaut/1 1 +aquaplane/28 1 +aquarium/1 1 +Aquarius/4 1 +aquatic/69 1 +aquatint/70 1 +aqua 1 +aquavit/2 1 +aqueduct/1 1 +aqueous 1 +aquiculture/2 1 +aquifer/1 1 +Aquila 67 +aquiline +Aquinas/2 1 +Aquino/3 +Aquitaine/2 1 +AR +Ar/4 1 +Ara/2 1 +Arab/1 1 +arabesque/1 1 +Arabia/2 1 +Arabian/1 1 +Arabic/2 1 +arability/2 1 +Arabist/1 1 +arable 1 +Araby +Araceli/3 +arachnid/1 1 +arachnoid 1 +arachnophobia 1 +Arafat/3 +Araguaya/3 +Aral/3 +Aramaic/2 1 +Aramco/3 +Arapaho/71 1 +Arapahoe/1 1 +Ararat/2 1 +Araucanian 1 +Arawak/2 1 +Arawakan/2 1 +arbiter/1 1 +arbitrage/28 1 +arbitrager/1 1 +arbitrageur/1 1 +arbitrament/1 1 +arbitrary/72 1 +arbitrate/6 1 +arbitration/2 1 +arbitrator/1 1 +Arbitron/3 +arbor/71 1 +arboreal 1 +arboretum/1 1 +arborvitae/1 1 +arbutus/4 1 +ARC +arc/23 1 +arcade/73 1 +Arcadia/2 1 +Arcadian/2 1 +arcading 1 +arcana 68 +arcanely +arcaneness +arcane 1 +arch/74 1 +archaeological/8 1 +archaeologist/1 1 +archaic/39 1 +archaism/1 1 +archaist/1 1 +archangel/1 1 +archbishop/1 1 +archbishopric/1 1 +archdeacon/1 1 +archdeaconry 1 +archdiocesan +archdiocese/1 1 +archduchess/4 1 +archduke/1 1 +Archean +archenemy/15 1 +archeological 1 +archeologist/1 1 +archeology/2 1 +archeopteryx 1 +archer/1 1 +archery/2 1 +archetypal 1 +archetype/1 1 +archetypical 1 +archfiend/1 1 +Archibald/3 +Archie/3 +archiepiscopal 1 +Archimedes +arching 1 +archipelago/1 1 +architect/18 1 +architectonic/32 1 +architectural/8 1 +architecture/1 1 +architrave/1 1 +archival +archive/28 1 +archivist/1 1 +archway/1 1 +arcing 1 +arctic/1 1 +Arctic/2 1 +arctic 1 +Arctic 1 +Arcturus/2 1 +Ardabil +Ardebil +Arden +ardency 1 +ardent/8 1 +ardor/1 1 +arduous/16 1 +are/1 1 +area/1 1 +areal 1 +arena/1 1 +aren't +Arequipa +are 46 +argent/2 1 +Argentina/2 1 +Argentinean 1 +Argentine 1 +Argentinian/1 1 +argent 1 +Argo/10 1 +argon/2 1 +Argonaut/1 1 +Argonne/2 1 +argosy/15 1 +argot/1 1 +arguable/19 1 +argue/6 1 +arguer/1 1 +argument/1 1 +argumentation/2 1 +argumentative/16 1 +Argus/2 1 +argyle/1 1 +aria/1 1 +Ariadne/2 1 +Arianism/2 1 +arid/75 1 +aridity/2 1 +Ariel +Aries/4 1 +aright 1 +Ariosto +arise/76 69 +arising 1 +Aristarchus/2 1 +Aristides +aristocracy/15 1 +aristocrat/1 1 +aristocratically +aristocratic 1 +Aristophanes/2 1 +Aristotelian/2 1 +Aristotle/2 1 +arithmetic/2 1 +arithmetical/8 1 +arithmetician/1 1 +Arius/2 1 +Ariz +Arizona/2 1 +Arizonan/1 1 +Arizonian/1 1 +Arjuna +Ark +ark/1 1 +Arkansan/1 1 +Arkansas/2 1 +Arkhangelsk +Arkwright +Arlene/3 +Arline/3 +Arlington +arm/23 1 +armada/1 1 +armadillo/1 1 +Armageddon/1 1 +Armagnac/2 1 +armament/1 1 +Armand/3 +Armando/3 +Armani/3 +armature/18 1 +armband/1 1 +armchair/1 1 +Armenia/2 1 +Armenian/1 1 +armful/1 1 +armhole/1 1 +arming 1 +Arminius/2 1 +armistice/1 1 +armless 1 +armlet/1 1 +armload/10 1 +Armonk/3 +armor/23 1 +armorer/1 1 +armorial 1 +armory/15 1 +Armour/3 +armpit/1 1 +armrest/1 1 +Armstrong/2 1 +army/15 1 +Arneb/3 +Arnhem +Arno/2 1 +Arnold +Arnulfo/3 +aroma/1 1 +aromatherapist/1 1 +aromatherapy/2 1 +aromatic/51 1 +aromaticity 1 +Aron/3 +arose 70 +around 1 +arousal/2 1 +arouse/6 1 +arpeggio/1 1 +arr +arraign/11 1 +arraigning 1 +arraignment/1 1 +arrange/6 1 +arrangeable +arrangement/1 1 +arranger/1 1 +arrant 1 +arras/4 1 +array/23 1 +arrears +arrears's +arrest/23 1 +arrestable +arresting 1 +Arrhenius +arrhythmia/2 1 +arrhythmical 1 +arrhythmic 1 +arrival/1 1 +arrive/6 1 +arrogance/2 1 +arrogant/8 1 +arrogate/6 1 +arrogation/2 1 +Arron/3 +arrow/23 1 +arrowhead/1 1 +arrowroot/2 1 +arroyo/1 1 +arsed +arsenal/1 1 +arsenic/2 1 +arsenide 1 +arsing +arson/2 1 +arsonist/1 1 +Art/3 +art/18 1 +Artaxerxes/3 +artefactual +Artemis/2 1 +arterial 1 +arteriole/1 1 +arteriosclerosis/2 1 +artery/15 1 +artful/16 1 +arthritic/1 1 +arthritis/2 1 +arthropod/1 1 +arthroscope/1 1 +arthroscopic +Arthur/2 1 +Arthurian +artichoke/1 1 +article/77 1 +articulacy 1 +articular 1 +articulate/67 1 +articulation/1 1 +articulatory 1 +Artie/3 +artifact/1 1 +artifice/1 1 +artificer/1 1 +artificial/8 1 +artificiality/2 1 +artillery/2 1 +artilleryman/2 71 +artillerymen 72 +artisan/1 1 +artist/1 1 +artiste/1 1 +artistic/39 1 +artistry/2 1 +artless/16 1 +art 46 +artsy/34 1 +Arturo/3 +artwork/1 1 +arty/49 1 +Aruba/2 1 +arugula 1 +arum/1 1 +Aryan/1 1 +Asama/3 +asap +ASAP +asbestos/2 1 +asbestosis 1 +Ascella/3 +ascend/11 1 +ascendance/2 1 +ascendancy/2 1 +ascendant/1 1 +ascendency/2 1 +ascendent/1 1 +ascending 1 +ascension/1 1 +Ascension/2 1 +ascent/1 1 +ascertain/11 1 +ascertainable 1 +ascertainment/2 1 +ascetic/1 1 +ascetically +asceticism/2 1 +ASCII/1 1 +ascorbic +ascot/1 1 +ascribable +ascribe/6 1 +ascription/1 1 +aseptic/39 1 +asexual/8 1 +asexuality/2 1 +Asgard +ash/22 1 +ashamed/8 1 +Ashanti 1 +ashcan/1 1 +Ashcroft +Ashe +ashen 1 +Ashgabat +Ashikaga/3 +Ashkenazim +Ashkhabad/2 1 +ashlar/18 1 +Ashlee/3 +Ashley/3 +Ashmolean/3 +ashore 1 +ashram/1 1 +ashtray/1 1 +Ashurbanipal +ashy/34 1 +Asia/2 1 +Asian/1 1 +Asiatic/1 1 +aside/1 1 +Asimov +asinine/8 1 +asininity/15 1 +ask/11 1 +askance 1 +askew 1 +asking 1 +ASL/2 1 +aslant 1 +asleep 1 +Asmara +asocial 1 +Asoka +asp/1 1 +asparagus/2 1 +aspartame/2 1 +ASPCA +aspect/1 1 +Aspell/3 +Aspen/3 +aspen/1 1 +asperity/15 1 +aspersion/1 1 +asphalt/23 1 +asphodel/1 1 +asphyxia/2 1 +asphyxiate/6 1 +asphyxiation/1 1 +aspic/1 1 +Aspidiske/3 +aspidistra/1 1 +aspirant/1 1 +aspirate/28 1 +aspiration/1 1 +aspirational +aspirator/1 1 +aspire/6 1 +aspirin/1 1 +aspiring 1 +Asquith +ass/4 1 +Assad/3 +assail/11 1 +assailable 1 +assailant/1 1 +assailing 1 +Assam/2 1 +Assamese/2 1 +assassin/1 1 +assassinate/6 1 +assassination/1 1 +assault/78 1 +assaulter 1 +assay/23 1 +assayer/1 1 +assaying 1 +assemblage/1 1 +assemble/6 1 +assembler/1 1 +assemblies +Assembly +assembly/3 +assemblyman/2 73 +assemblymen 74 +assemblywoman/2 75 +assemblywomen 76 +assent/23 1 +assenting 1 +assert/11 1 +asserted 1 +assertion/1 1 +assertive/16 1 +asses/79 1 +assess/7 1 +assessable +assessment/1 1 +assessor/1 1 +asset/1 1 +asseverate/6 1 +asseveration/2 1 +asshole/80 1 +assiduity/2 1 +assiduous/16 1 +assign/23 1 +assignable 1 +assignation/1 1 +assignees +assigner/1 1 +assignment/1 1 +assignor/1 1 +assimilable +assimilate/6 1 +assimilation/2 1 +Assisi +assist/23 1 +assistance/2 1 +assistant/1 1 +assize/18 1 +assn +assoc +associate/28 1 +associateship 1 +association/1 1 +associational +associative/8 1 +associativity 1 +assonance/2 1 +assonant/1 1 +assort/11 1 +assortment/1 1 +asst +assuage/6 1 +assumable 1 +assume/6 1 +assumed 1 +assuming 1 +assumption/1 1 +assumptive 1 +assurance/1 1 +assure/6 1 +assured/30 1 +Assyria/2 1 +Assyrian/1 1 +Astaire +Astana/3 +Astarte/2 1 +astatine/2 1 +aster/1 1 +asterisk/23 1 +astern 1 +asteroid/1 1 +asthma/2 1 +asthmatic/51 1 +astigmatic 1 +astigmatism/1 1 +astir 1 +astonish/7 1 +astonished 1 +astonishing/8 1 +astonishment/2 1 +Aston 1 +a 77 +Astor +Astoria +astound/11 1 +astounding/8 1 +astraddle 1 +astrakhan/2 1 +Astrakhan 1 +astral/8 1 +astray 1 +astride 1 +astringency/2 1 +astringent/30 1 +astrolabe/1 1 +astrologer/1 1 +astrological/8 1 +astrologist/1 1 +astrology/2 1 +astronaut/1 1 +astronautic/32 1 +astronautical 1 +astronomer/1 1 +astronomic +astronomical/8 1 +astronomy/2 1 +astrophysical +astrophysicist/1 1 +astrophysics/2 1 +AstroTurf 1 +as 1 +Asturias +astute/27 1 +Asuncion/2 1 +asunder +Aswan/2 1 +asylum/1 1 +asymmetric +asymmetrical/8 1 +asymmetry/15 1 +asymptomatic 1 +asymptote/10 1 +asymptotic/39 1 +asynchronous/8 1 +At/1 1 +Atacama/3 +Atahualpa +Atalanta +Atari/3 +Ataturk/3 +atavism/2 1 +atavist/1 1 +atavistic 1 +ataxia/2 1 +ataxic/1 1 +atelier/1 1 +ate 78 +Athabasca/3 +Athabascan/1 1 +Athabaska +Athabaskan/1 1 +atheism/2 1 +atheist/1 1 +atheistically +atheistic 1 +atheist 1 +Athena/2 1 +Athene/2 1 +Athenian/1 1 +Athens/2 1 +atherosclerosis/2 1 +athirst 1 +athlete/1 1 +athletic/35 1 +athleticism 1 +athwart 1 +atilt 1 +atishoo +Atkins/3 +Atkinson +Atlanta/2 1 +Atlantes 79 +Atlantic/2 1 +Atlantis/2 80 +atlas/81 1 +Atlas/4 1 +ATM/2 1 +Atman 1 +atmosphere/1 1 +atmospheric/32 1 +atmospherically +atoll/1 1 +atom/1 1 +atomic/39 1 +atomicity 1 +atomic 1 +atomistic +atomization 1 +atomize/6 1 +atomizer/1 1 +atonal/8 1 +atonality/2 1 +atone/6 1 +atonement/2 1 +atop 1 +ATP/2 1 +Atreus +Atria/3 +atrial 1 +atria 81 +atrium/2 82 +atrocious/16 1 +atrocity/15 1 +atrophy/56 1 +atropine/2 1 +Atropos/2 1 +attach/7 1 +attachable +attache/28 1 +attachment/1 1 +attack/78 1 +attacker/1 1 +attain/11 1 +attainability/2 1 +attainable 1 +attainder/2 1 +attainment/1 1 +attar/2 1 +attempt/23 1 +attend/11 1 +attendance/1 1 +attendant/1 1 +attendee/1 1 +attender/10 1 +attending 1 +attention/1 1 +attentional +attentive/16 1 +attenuate/6 1 +attenuation/2 1 +attenuator/10 1 +attest/11 1 +attestation/1 1 +attic/1 1 +Attic/2 1 +Attica/2 1 +Attic 1 +Attila/2 1 +attire/28 1 +attiring 1 +attitude/1 1 +attitudinal +attitudinize/6 1 +Attlee +attn +Attn +attorney/1 1 +attract/11 1 +attractable 1 +attractant/1 1 +attraction/1 1 +attractive/16 1 +attractor/10 1 +attributable +attribute/28 1 +attribution/1 1 +attributive/30 1 +attrition/2 1 +at 1 +Attucks +attune/6 1 +ATV 1 +atwitter +Atwood/3 +atypical/8 1 +atty +Au/2 1 +aubergine/10 1 +Aubrey +auburn/2 1 +Auckland +auction/23 1 +auctioneer/18 1 +audacious/16 1 +audacity/2 1 +Auden/2 1 +Audi/3 +audibility/2 1 +audible/82 1 +audience/1 1 +audio/1 1 +audiobook/1 1 +audiological +audiologist/1 1 +audiology/2 1 +audiometer/1 1 +Audion/3 +audiophile/1 1 +audiotape/1 1 +audiovisual/32 1 +audit/23 1 +audition/23 1 +auditive 1 +auditor/1 1 +auditorium/1 1 +auditory 1 +Audra/3 +Audrey/3 +Audubon +Aug/2 1 +Augean 1 +auger/1 1 +aught/1 1 +augite 1 +augment/5 1 +augmentation/1 1 +augmentative 1 +augmenter/1 1 +Augsburg +augur/23 1 +augury/15 1 +august/21 1 +August/1 1 +Augusta/2 1 +Augustan 1 +Augustine/2 1 +Augustinian/1 1 +august 1 +Augustus/2 1 +auk/1 1 +aunt/1 1 +auntie/1 1 +aunty/15 1 +aura/1 1 +aural/8 1 +Aurangzeb +aura's 83 +aura 84 +Aurelia/3 +Aurelio/3 +Aurelius +aureola/2 1 +aureole/18 1 +Aureomycin/2 1 +auricle/1 1 +auric 1 +auricular 1 +Auriga/2 1 +aurora/1 1 +Aurora/2 1 +auroral 1 +Auschwitz +auscultate/6 1 +auscultation/1 1 +auspice/1 1 +auspices 85 +auspicious/16 1 +Aussie/1 1 +Austen +austere/45 1 +austerity/15 1 +Austerlitz/2 1 +Austin/1 1 +Australasia/2 1 +Australasian 1 +Australia/2 1 +Australian/1 1 +Australoid 1 +Australopithecus/2 1 +austral 1 +Austria/2 1 +Austrian/1 1 +Austronesian/2 1 +auteur 1 +authentic +authentically +authenticate/6 1 +authentication/1 1 +authenticator/10 1 +authenticity/2 1 +author/23 1 +authoress/4 1 +authorial +authoring 1 +authoritarian/1 1 +authoritarianism/2 1 +authoritative/16 1 +authority/15 1 +authorization/1 1 +authorize/6 1 +authorship/2 1 +autism/2 1 +autistic 1 +auto/18 1 +autobahn/1 1 +autobiographer/1 1 +autobiographic +autobiographical/8 1 +autobiography/15 1 +autoclave/18 1 +autocracy/15 1 +autocrat/1 1 +autocratic +autocratically +autocross 1 +autocue 1 +autodidact/1 1 +autograph/23 1 +autoignition +autoimmune +autoimmunity/2 1 +automaker/1 1 +automate/6 1 +automatic/51 1 +automation/2 1 +automatism/2 1 +automatize/6 1 +automaton/1 1 +automobile/28 1 +automorphism/10 1 +automotive +autonomic 1 +autonomous/8 1 +autonomy/2 1 +autopilot/1 1 +autopsy/56 1 +autosuggestion 1 +autoworker/1 1 +Autumn/3 +autumn/1 1 +autumnal 1 +autumn 1 +aux +auxiliary/15 1 +auxin/2 1 +av +AV +Av/2 1 +Ava/3 +avail/23 1 +availability/15 1 +available 1 +avalanche/18 1 +Avalon +avarice/2 1 +avaricious/83 1 +avast 1 +avatar/1 1 +avaunt 1 +avdp +avenge/6 1 +avenger/1 1 +avenging 1 +Aventine +avenue/1 1 +aver/13 1 +average/54 1 +Avernus +Averroes +averse 1 +aversion/1 1 +aversive +avert/11 1 +Avery/3 +Avesta/2 1 +ave 1 +Ave 1 +avg +avian 1 +aviary/15 1 +aviation/2 1 +aviator/1 1 +aviatrix/66 1 +Avicenna +avid/75 1 +avidity/2 1 +Avignon +Avila/3 +avionic/32 1 +Avior/3 +Avis +avitaminosis/2 1 +avocado/1 1 +avocation/1 1 +avocational +Avogadro +avoid/11 1 +avoidable/19 1 +avoidance/2 1 +avoirdupois/2 1 +Avon +avouch/7 1 +avow/11 1 +avowal/1 1 +avowed/8 1 +avuncular +avuncularly +aw +AWACS +await/11 1 +awake/14 86 +awaken/11 1 +awakening/1 1 +awake 1 +awaking 1 +award/23 1 +aware/84 1 +awash 1 +away 1 +awe/28 1 +awed 1 +aweigh 1 +awesome/16 1 +awestricken +awestruck +awful/85 1 +awhile 1 +awkward/21 1 +awl/1 1 +awn/86 1 +awning/1 1 +awoken 87 +awoke 87 +AWOL/2 1 +awol 1 +awry 1 +ax/22 88 +axehead +axeheads +axeman 1 +axes 89 +axial/8 1 +axillary 1 +axiom/1 1 +axiomatically +axiomatic 1 +axiomatizing +Axis +axis/4 90 +axle/1 1 +axletree/1 1 +axolotl/1 1 +axon/1 1 +Axum +ay/4 1 +ayah/1 1 +Ayala/3 +ayatollah/1 1 +aye/1 1 +Ayers +Aymara 1 +Ayrshire/2 1 +ay 1 +Ayurveda +Ayyubid/3 +AZ/2 1 +azalea/1 1 +Azana/3 +Azania/3 +Azazel +Azerbaijan/2 1 +Azerbaijani/1 1 +azimuth/1 1 +azimuthal 1 +Azores/2 1 +Azov +AZT/2 1 +Aztec/1 1 +Aztecan/2 1 +Aztlan/3 +azure/18 1 +b +B/2 1 +Ba/2 1 +BA/2 1 +baa/23 1 +baaing 1 +Baal/1 1 +baas 1 +Baath/3 +Baathist +Babar/2 1 +Babbage +Babbitt 1 +babble/28 1 +babbler/1 1 +babbling 1 +babe/1 1 +babel/1 1 +Babel/1 1 +baboon/1 1 +Babur +babushka/1 1 +baby/87 1 +babyhood/2 1 +babyish 1 +Babylon/1 1 +Babylonia/2 1 +Babylonian/1 1 +babysat 91 +babysit/88 92 +babysitter/1 1 +babysitting/2 1 +Bacall/3 +Bacardi 1 +baccalaureate/1 1 +baccarat/2 1 +bacchanal/1 1 +bacchanalia/2 1 +Bacchanalia/2 1 +bacchanalian/1 1 +Bacchic +Bacchus/2 1 +baccy 1 +Bach/2 1 +bachelor/18 1 +bachelorhood/2 1 +bacillary +bacilli 93 +bacillus/2 94 +back/78 1 +backache/1 1 +backbench/89 1 +backbencher/1 1 +backbite/90 1 +backbiter/1 1 +backbiting 1 +backboard/1 1 +backbone/1 1 +backbreaking +backchat 1 +backcloth/10 1 +backcomb/11 1 +backdate/6 1 +backdoor +backdrop/18 1 +backer/1 1 +backfield/1 1 +backfire/28 1 +backgammon/2 1 +background/91 1 +backgrounder/1 1 +backhand/78 1 +backhanded/8 1 +backhander/1 1 +backhoe/1 1 +backing/1 1 +backlash/40 1 +backless 1 +backlog/92 1 +backpack/23 1 +backpacker/1 1 +backpacking/2 1 +backpedal/11 1 +backrest/1 1 +backroom/10 1 +backscratching/3 +backseat/1 1 +backside/1 1 +backslapper/1 1 +backslapping/2 1 +backslash/4 1 +backslide/93 1 +backslider/1 1 +backslid 1 +backspace/28 1 +backspin/2 1 +backstabber/1 1 +backstabbing 1 +backstage/2 1 +backstair/10 1 +backstop/47 1 +backstreet/10 1 +backstretch/4 1 +backstroke/28 1 +backtalk/2 1 +backtrack/11 1 +backup/1 1 +Backus/3 +backward/94 1 +backwash/2 1 +backwater/1 1 +backwoods +backwoodsman/2 95 +backwoodsmen 96 +backwoods's +backyard/1 1 +bacon/2 1 +Bacon/2 1 +bacteria/1 1 +bacterial 1 +bacteria's 97 +bacteria 98 +bactericidal +bactericide/1 1 +bacteriologic +bacteriological 1 +bacteriologist/1 1 +bacteriology/2 1 +bacteriophage 1 +bacterium/2 99 +Bactria +bad/95 100 +baddie/1 1 +baddy/15 1 +Baden +bade 101 +badge/77 1 +badger/23 1 +badinage/2 1 +badlands +Badlands/2 1 +badlands's +badman/2 102 +badmen 103 +badminton/2 1 +badmouth/11 1 +Baedeker/1 1 +Baez +Baffin/3 +baffle/28 1 +bafflement/2 1 +baffler/1 1 +baffling 1 +bag/92 1 +bagatelle/1 1 +bagel/1 1 +bagful/1 1 +baggage/2 1 +baggie/41 1 +Baggies +bagging 1 +Baghdad/2 1 +bagpipe/96 1 +bagpiper/1 1 +baguette/1 1 +Baguio +baggy/97 1 +Baha'i +Bahama/3 +Bahamanian 1 +Bahamas/2 1 +Bahamian/1 1 +Baha'ullah +Bahia +Bahrain/2 1 +baht/1 1 +bah 1 +Baikal +bail/23 1 +bailable 1 +Bailey/3 +bailey/10 1 +bailiff/10 1 +bailiwick/1 1 +bailout/1 1 +bailsman/2 104 +bailsmen 105 +Baird +bairn/1 1 +bait/23 1 +baiting 1 +baize/2 1 +bake/28 1 +bakehouse 1 +Bakelite/2 1 +Baker +baker/1 1 +Bakersfield +bakery/15 1 +bakeshop/1 1 +baking 1 +baklava/2 1 +baksheesh/2 1 +Baku/2 1 +Bakunin +balaclava/1 1 +balalaika/1 1 +balance/28 1 +Balanchine +Balaton +Balboa +balboa/1 1 +balcony/15 1 +bald/98 1 +Balder/2 1 +balderdash/2 1 +baldfaced +baldric/1 1 +Baldwin/1 1 +baldy/60 1 +bale/28 1 +Balearic/3 +baleen/2 1 +baleful/85 1 +baler/1 1 +Balfour +Bali/2 1 +Balinese/2 1 +baling 1 +balk/23 1 +Balkan/10 1 +Balkhash +balking 1 +balky/34 1 +Ball +ball/23 1 +ballad/1 1 +ballade/10 1 +balladeer/1 1 +balladry/2 1 +Ballard/3 +ballast/23 1 +ballcock/1 1 +ballerina/1 1 +ballet/1 1 +balletic 1 +ballgame/1 1 +ballgirl +ballgirls +ballgown/10 1 +balling 1 +ballistic/32 1 +balloon/23 1 +ballooning 1 +balloonist/1 1 +balloon 1 +ballot/23 1 +ballpark/1 1 +ballplayer/1 1 +ballpoint/1 1 +ballroom/1 1 +ballsed +ballses +ballsing +ballsy/34 1 +balm/1 1 +balmy/49 1 +baloney/2 1 +balsa/1 1 +balsam/18 1 +balsamic 1 +Balthazar 1 +Baltic/2 1 +Baltimore/2 1 +Baluchistan +baluster/1 1 +balustrade/1 1 +Balzac/2 1 +ballyhoo/23 1 +bally 1 +Bamako/2 1 +Bambi/3 +bamboo/1 1 +bamboozle/6 1 +ban/99 1 +Banach/3 +banal/75 1 +banality/15 1 +banana/1 1 +Bancroft/3 +band/23 1 +bandage/28 1 +bandana/1 1 +bandanna/1 1 +bandbox/4 1 +bandeau/100 1 +banding 1 +bandit/1 1 +banditry/2 1 +bandleader/10 1 +bandmaster/1 1 +bandoleer/1 1 +bandolier/1 1 +bandpass +bandsman/2 106 +bandsmen 107 +bandstand/1 1 +Bandung/2 1 +bandwagon/1 1 +bandwidth/10 1 +bandy/101 1 +bandying 1 +bane/18 1 +baneful/102 1 +bang/78 1 +Bangalore +banger/10 1 +Bangkok/2 1 +Bangladesh/2 1 +Bangladeshi/1 1 +bangle/1 1 +Bangor +Bangui/2 1 +banish/7 1 +banishment/2 1 +banister/1 1 +Banjarmasin/3 +banjo/1 1 +banjoist/1 1 +Banjul +bank/23 1 +bankable 1 +bankbook/1 1 +bankcard/1 1 +banker/1 1 +banking/2 1 +banknote/1 1 +bankroll/23 1 +bankrupt/23 1 +bankruptcy/15 1 +bankrupt 1 +Banks +Banneker/3 +banner/18 1 +Bannister +bannister/1 1 +bannock/1 1 +banns/2 1 +banquet/23 1 +banqueter/1 1 +banquette/1 1 +banshee/1 1 +banshie/1 1 +bantam/1 1 +bantamweight/1 1 +banter/23 1 +bantering/8 1 +Banting +Bantu/1 1 +banzai/1 1 +banyan/1 1 +baobab/1 1 +Baotou/3 +bap/10 1 +baptism/1 1 +baptismal 1 +Baptist/1 1 +baptist/10 1 +Baptiste/3 +baptistery/15 1 +baptistry/15 1 +Baptist 1 +baptize/6 1 +baptizer/1 1 +bar/103 1 +Barabbas +Barack/3 +barb/23 1 +Barbadian/1 1 +Barbados/2 1 +Barbara/3 +Barbarella/3 +barbarian/1 1 +barbarianism/1 1 +barbaric/39 1 +barbarism/1 1 +barbarity/15 1 +barbarize/6 1 +Barbarossa/2 1 +barbarous/8 1 +Barbary/2 1 +barbecue/28 1 +barbel/1 1 +barbell/1 1 +barbeque/28 1 +Barber +barber/23 1 +barberry/15 1 +barbershop/1 1 +barbie/10 1 +Barbie 1 +barbiturate/1 1 +Barbour/2 1 +Barbra/3 +Barbuda/2 1 +barbwire/2 1 +barcarole/1 1 +barcarolle/1 1 +Barcelona/2 1 +Barclay/3 +bard/18 1 +Bardeen/3 +bardic 1 +bare/104 1 +bareback +barebacked +barefaced/8 1 +barefoot +barefooted +barehanded +bareheaded 1 +barelegged +Barents/3 +barf/23 1 +barflies +barfly's +barfly 1 +bargain/78 1 +bargainer/1 1 +barge/28 1 +bargeman/2 108 +bargemen 109 +bargepole 1 +barhop/105 1 +baritone/1 1 +barium/2 1 +bark/23 1 +barkeep/1 1 +barkeeper/1 1 +Barker/3 +barker/1 1 +Barkley/3 +barley/2 1 +barleycorn/10 1 +Barlow/3 +barmaid/1 1 +barman/2 110 +barmen 111 +barmy/34 1 +barn/18 1 +Barnabas +Barnaby/3 +barnacle/1 1 +barnacled +Barnard +Barnaul +Barnes +Barnett/3 +Barney/3 +barney/10 1 +barnstorm/11 1 +barnstormer/1 1 +Barnum +barnyard/1 1 +Baroda +barometer/1 1 +barometric +barometrically +baron/1 1 +baronage/1 1 +baroness/3 +baronesses +baronet/1 1 +baronetcy/15 1 +baronial +barony/15 1 +baroque/2 1 +Baroque 1 +barque/1 1 +Barquisimeto +Barr/3 +barrack/23 1 +barracking 1 +barracks 1 +barracuda/1 1 +barrage/28 1 +Barranquilla +barre/28 1 +barrel/23 1 +barreling 1 +barren/106 1 +Barrera/3 +Barrett/3 +barrette/1 1 +barricade/28 1 +Barrie/2 1 +barrier/1 1 +barring/10 1 +barrio/1 1 +barrister/1 1 +Barron/3 +barroom/1 1 +barrow/1 1 +Barry +Barrymore +Bart +bartender/1 1 +barter/23 1 +barterer/1 1 +Barth +Barthes +Bartholdi/3 +Bartholomew +Bartlett +Bartok +Barton +bar 1 +Baruch +barycenter 1 +barycentric +baryon/1 1 +Baryshnikov +basal/8 1 +basalt/1 1 +basaltic +base/107 1 +baseball/1 1 +baseboard/1 1 +Basel/2 1 +baseless 1 +baseline/1 1 +baseman/2 112 +basemen 113 +basement/1 1 +bases 114 +bash/22 1 +bashful/16 1 +bashing/2 1 +Basho/3 +Basic +basic/1 1 +BASIC/1 1 +basic/39 1 +Basie +Basil +basil/2 1 +basilica/1 1 +basilica's 115 +basilica 116 +basilisk/1 1 +basin/1 1 +basinful/1 1 +basis/2 117 +bask/11 1 +basket/1 1 +basketball/1 1 +basketful 1 +basketry/2 1 +basketwork/2 1 +Basque/1 1 +basque/10 1 +Basra +Bass/3 +bass/4 1 +basset/18 1 +Basseterre/2 1 +bassinet/1 1 +bassist/1 1 +basso/1 1 +bassoon/1 1 +bassoonist/1 1 +bass 1 +basswood/1 1 +bast/108 1 +bastard/1 1 +bastardization/1 1 +bastardize/6 1 +bastard 1 +bastardy/2 1 +baste/43 1 +baster/1 1 +Bastille/3 +basting 1 +bastion/1 1 +Basutoland/2 1 +bat/109 1 +Bataan/2 1 +batch/22 1 +bate/43 1 +Bates 118 +bath/23 1 +bathe/28 1 +bather/1 1 +bathetic +bathhouse/1 1 +bathing/2 1 +bathmat/1 1 +bathos/2 1 +bathrobe/1 1 +bathroom/1 1 +Bathsheba +bathtub/1 1 +bathwater 1 +bathyscaph/1 1 +bathyscaphe/1 1 +bathysphere/1 1 +batik/18 1 +Batista +batiste/2 1 +Batman/3 +batman/2 119 +batmen 120 +baton/1 1 +batsman/2 121 +batsmen 122 +battalion/1 1 +batten/23 1 +battening 1 +batter/23 1 +batterer/1 1 +batterings +battery/15 1 +batting/2 1 +Battle/3 +battle/28 1 +battleax/4 1 +battleaxe/1 1 +battledore/18 1 +battledress +battlefield/1 1 +battlefront/1 1 +battleground/1 1 +battlement/1 1 +battler/1 1 +battleship/1 1 +battling 1 +Batu/3 +batty/34 1 +bauble/1 1 +baud/1 1 +Baudelaire/2 1 +Baudouin/3 +Bauer +Bauhaus/2 1 +baulk/23 1 +Baum +bauxite/2 1 +Bavaria/2 1 +Bavarian 1 +bawd/1 1 +bawdy/50 1 +bawl/23 1 +bawling 1 +Baxter/3 +bay/23 1 +Bayamon +bayberry/15 1 +Bayer/2 1 +Bayes +Bayesian +Bayeux/3 +Baylor/3 +bayonet/23 1 +Bayonne/2 1 +bayou/1 1 +Bayreuth +bay 1 +Baywatch/3 +bazaar/1 1 +bazillion +bazillions +bazooka/1 1 +BB/2 1 +BBB +BBC +bbl 1 +BBQ +BBS/89 1 +BC/2 1 +bdrm +Be/2 1 +be/110 123 +Beach/3 +beach/22 1 +beachcomber/1 1 +beachfront 1 +beachhead/1 1 +beachwear/2 1 +beacon/18 1 +bead/23 1 +beading/2 1 +Beadle +beadle/1 1 +beady/34 1 +beagle/18 1 +beak/62 1 +beaker/1 1 +beam/23 1 +beaming 1 +Bean/3 +bean/23 1 +beanbag/1 1 +beanfeast/10 1 +beanie/1 1 +beanpole/1 1 +beansprout +beansprouts +beanstalk/1 1 +bear/86 124 +bearable/19 1 +Beard/3 +beard/23 1 +beardless 1 +Beardmore/3 +Beardsley +bearer/1 1 +bearing/1 1 +bearish/16 1 +bearlike 1 +Bearnaise/3 +bearskin/1 1 +Beasley/3 +beast/1 1 +beastly/111 1 +beat/112 1 +beatable 1 +beater/1 1 +beatific/39 1 +beatification/1 1 +beatify/31 1 +beating/1 1 +beatitude/1 1 +Beatlemania/3 +Beatles/3 +beatnik/1 1 +Beatrice/2 1 +Beatrix/3 +Beatriz/3 +Beau/3 +beau/18 1 +Beaufort +Beaujolais/2 1 +Beaumarchais +Beaumont +Beauregard/3 +beaut/1 1 +beauteous/8 1 +beautician/1 1 +beautification/2 1 +beautifier/1 1 +beautiful/75 1 +beautify/31 1 +beaut 1 +beauty/15 1 +Beauvoir +beaver/23 1 +bebop/18 1 +becalm/11 1 +became 125 +because +Bechtel/3 +Beck/3 +beck/18 1 +Becker/3 +Becket/2 1 +Beckett/2 1 +beckon/5 1 +Becky/3 +becloud/11 1 +become/14 126 +becoming/8 1 +Becquerel +becquerel/10 1 +bed/113 1 +bedaub/11 1 +bedazzle/6 1 +bedazzlement/2 1 +bedbug/1 1 +bedchamber/10 1 +bedclothes/2 1 +bedder 1 +bedding/2 1 +Bede +bedeck/11 1 +bedevil/11 1 +bedevilment/2 1 +bedfellow/1 1 +bedhead/10 1 +bedim/114 1 +bedizen/11 1 +bedlam/1 1 +bedlinen +bedmaker/10 1 +Bedouin/1 1 +bedpan/1 1 +bedpost/1 1 +bedraggle/6 1 +bedridden +bedrock/1 1 +bedroll/1 1 +bedroom/1 1 +bedsheets +bedside/1 1 +bedsit/10 1 +bedsitter/10 1 +bedsore/1 1 +bedspread/1 1 +bedstead/1 1 +bedtime/1 1 +bee/1 1 +Beebe/3 +beebread/2 1 +beech/4 1 +Beecher +beechnut/1 1 +beechwood 1 +beef/115 1 +Beefaroni/3 +beefburger/1 1 +beefcake/1 1 +beefeater 1 +beefsteak/1 1 +beefy/49 1 +beehive/1 1 +beekeeper/1 1 +beekeeping/2 1 +beeline/18 1 +Beelzebub/2 1 +beep/23 1 +beeper/1 1 +beer/1 1 +Beerbohm +beermat +beermats +beery/34 1 +beeswax/2 1 +beet/1 1 +Beethoven/2 1 +beetle/28 1 +beetling 1 +Beeton/3 +beetroot/10 1 +befall/116 127 +befell 128 +befit/12 1 +befitting/8 1 +befog/117 1 +beforehand +before 1 +befoul/11 1 +befriend/11 1 +befuddle/6 1 +befuddlement/2 1 +beg/118 1 +began 129 +beget/88 130 +begetter/10 1 +beggar/23 1 +beggarly 1 +beggary/2 1 +begging 1 +Begin +begin/119 131 +beginner/1 1 +beginning/1 1 +begone 1 +begonia/1 1 +begot 132 +begotten 132 +begrime/6 1 +begrudge/6 1 +begrudging/8 1 +beguile/6 1 +beguilement/2 1 +beguiler/1 1 +beguilingly +beguine/1 1 +begum/18 1 +begun 129 +behalf/120 1 +Behan +behave/6 1 +behavior/1 1 +behavioral/8 1 +behaviorism/2 1 +behaviorist/1 1 +behead/11 1 +beheading 1 +beheld 133 +behemoth/1 1 +behest/1 1 +behind/1 1 +behindhand +behind 1 +behold/121 134 +beholden +beholder/1 1 +behoove/6 1 +Behring +Beiderbecke +beige/2 1 +Beijing/2 1 +being/1 1 +Beirut/2 1 +bejewel/11 1 +Bekesy/3 +Bela/3 +belabor/11 1 +Belarus/2 1 +belated/83 1 +Belau/3 +belay/5 1 +belch/22 1 +beleaguer/11 1 +Belem/3 +Belfast/2 1 +belfry/15 1 +Belg +Belgian/1 1 +Belgium/2 1 +Belgrade/2 1 +belie/122 135 +belief/123 1 +believability 1 +believable/19 1 +believe/6 1 +believer/1 1 +Belinda/3 +belittle/6 1 +belittlement/2 1 +Belize/2 1 +bell/1 1 +Bell/2 1 +bell/11 1 +Bella/3 +belladonna/2 1 +Bellamy/3 +Bellatrix/3 +bellboy/1 1 +belle/28 1 +Belleek 1 +belletrist/1 1 +belletristic +bellhop/1 1 +bellicose 1 +bellicosity/2 1 +belligerence/2 1 +belligerency/2 1 +belligerent/30 1 +belling 1 +Bellini +bellman/2 136 +bellmen 137 +Bellow +bellow/23 1 +bellwether/1 1 +Belmont/3 +Belmopan +belong/11 1 +belonging/1 1 +Belorussia/2 1 +Belorussian/1 1 +beloved/1 1 +below 1 +Belshazzar/2 1 +belt/23 1 +Beltane 1 +belting 1 +beltway/1 1 +beluga/1 1 +Belushi/3 +belying 138 +belly/31 1 +bellyache/28 1 +bellybutton/1 1 +bellyful/1 1 +bellying 1 +belly's +bemire/6 1 +bemoan/11 1 +bemoaning 1 +bemuse/6 1 +bemused/8 1 +bemusement/2 1 +Ben/3 +Benacerraf/3 +Benares +bench/22 1 +Benchley/3 +benchmark/86 1 +benchmarking 1 +bend/124 1 +bendable 1 +bended 1 +Bender/3 +bender/1 1 +bending 1 +Bendix/3 +bendy/34 1 +beneath 1 +Benedict/2 1 +Benedictine/1 1 +benedictine 1 +benediction/1 1 +benedictory +benefaction/1 1 +benefactor/1 1 +benefactress/4 1 +benefice/18 1 +beneficence/2 1 +beneficent/8 1 +beneficial/8 1 +beneficiary/15 1 +benefit/23 1 +Benelux/2 1 +Benet +Benetton/3 +benevolence/1 1 +benevolent/8 1 +Bengal/1 1 +Bengali/2 1 +Benghazi/2 1 +benightedly +benighted 1 +benign/8 1 +benignant 1 +benignity/2 1 +Benin/2 1 +Beninese/2 1 +Benin 1 +Benita/3 +Benito/3 +Benjamin +Bennett +Bennie/3 +Benson/3 +bent/1 1 +Bentham +Bentley +Benton +bentwood/2 1 +benumb/11 1 +benumbed 1 +Benz +Benzedrine/2 1 +benzene/2 1 +benzine/2 1 +Benny/3 +Beowulf +bequeath/11 1 +bequest/1 1 +berate/6 1 +Berber/1 1 +bereave/6 139 +bereavement/1 1 +bereft 140 +Berenice/3 +beret/1 1 +Beretta/3 +Berg +berg/1 1 +Bergen/2 1 +Berger/3 +Bergerac +Bergman +Bergson +Beria +beriberi/2 1 +Bering +berk/10 1 +Berkeley/2 1 +berkelium/2 1 +Berkshire/1 1 +Berle/3 +Berlin/1 1 +Berliner/1 1 +Berlioz +Berlitz/3 +berm/1 1 +Bermuda/1 1 +Bermudan/1 1 +Bermudian/1 1 +Bern/2 1 +Bernadette +Bernadine/3 +Bernanke/3 +Bernard +Bernardo/3 +Bernays/3 +Bernbach/3 +Berne/2 1 +Bernese +Bernhardt +Bernice/3 +Bernie/3 +Bernini +Bernoulli +Bernstein +Berra/3 +Berry +berry/56 1 +berrying 1 +berrylike 1 +berserk 1 +Bert/3 +Berta/3 +Bertelsmann/3 +berth/23 1 +Bertha/3 +Bertie/3 +Bertillon/3 +Bertram/3 +Bertrand/3 +Beryl/3 +beryl/1 1 +beryllium/2 1 +Berzelius +beseech/125 141 +beseecher/1 1 +beseeching/8 1 +beseem/11 1 +beseeming 1 +beset/88 1 +beside/10 1 +besiege/6 1 +besieger/1 1 +besieging 1 +besmear/11 1 +besmirch/7 1 +besom/18 1 +besot/12 1 +besotted 1 +besought 142 +bespangle/6 1 +bespatter/11 1 +bespeak/121 143 +bespectacled +bespoken 144 +bespoke 144 +Bess +Bessel +Bessemer/3 +Bessie +Best/3 +best/23 1 +bestial/8 1 +bestiality/2 1 +bestiary/15 1 +bestir/13 1 +bestow/11 1 +bestowal/1 1 +bestrew/126 1 +bestride/127 145 +bestrode 146 +bestseller/1 1 +bestselling +best 147 +bet/128 1 +beta/1 1 +betake/76 148 +beta's 149 +beta 150 +betcha +betel/2 1 +Betelgeuse/2 1 +Beth/3 +Bethany +Bethe +Bethesda +bethink/121 151 +Bethlehem +bethought 152 +Bethune +betide/6 1 +betimes +betoken/11 1 +betook 153 +betray/11 1 +betrayal/1 1 +betrayer/1 1 +betroth/11 1 +betrothal/1 1 +betrothed/2 1 +Betsy/3 +Bette/3 +better/23 1 +bettering 1 +betterment/2 1 +better 147 +Bettie/3 +betting 1 +bettor/1 1 +between 1 +betwixt 1 +Betty/3 +Bettye/3 +Beulah +bevel/23 1 +bevelings +bevel 1 +beverage/1 1 +Beverley/3 +Beverly/3 +bevvy/60 1 +bevy/15 1 +bewail/11 1 +bewailing 1 +beware/6 1 +bewhiskered +bewigged +bewilder/11 1 +bewildered 1 +bewildering/8 1 +bewilderment/2 1 +bewitch/7 1 +bewitching/8 1 +bewitchment/2 1 +bey/1 1 +Beyer +beyond 1 +bezel/1 1 +bf +bhaji 1 +Bhopal +Bhutan/2 1 +Bhutanese/2 1 +Bhutto/3 +bi/129 1 +Bi/2 1 +BIA +Bialystok +Bianca/3 +biannual/8 1 +bias/22 1 +biased 1 +biasing 1 +bias 1 +biathlon/1 1 +Bib +bib/18 1 +bible/1 1 +Bible/1 1 +biblical 1 +Biblical 1 +biblicists +bibliographer/1 1 +bibliographic +bibliographical/8 1 +bibliography/15 1 +bibliophile/1 1 +bibulous 1 +Bic/3 +bicameral +bicameralism/2 1 +bicarb/1 1 +bicarbonate/1 1 +bicentenary/15 1 +bicentennial/1 1 +bicep/130 1 +biceps/2 1 +bicker/23 1 +bickerer/1 1 +biconcave +biconvex +bicuspid/1 1 +bicycle/28 1 +bicycler/1 1 +bicyclist/1 1 +bid/131 154 +biddable 1 +bidder/1 1 +bidding/2 1 +Biddle +biddy/15 1 +bide/14 155 +Biden/3 +bidet/1 1 +bidirectional +bidirectionally +biennial/30 1 +biennium/1 1 +bier/1 1 +Bierce +bier 156 +biff/5 1 +bifocal/32 1 +bifurcate/6 1 +bifurcation/1 1 +big/132 1 +bigamist/1 1 +bigamous 1 +bigamy/2 1 +Bigfoot/2 1 +biggie/1 1 +biggish 1 +Biggles/3 +bighead/1 1 +bighearted/33 1 +bighorn/1 1 +bight/18 1 +bigmouth/1 1 +bigot/1 1 +bigoted 1 +bigotry/15 1 +big 1 +bigwig/1 1 +bijou/100 1 +bike/28 1 +biker/1 1 +bikini/1 1 +Biko/3 +bilabial/1 1 +bilateral/8 1 +Bilbao +bilberry/60 1 +Bilbo/3 +bile/2 1 +bilge/18 1 +bilharzia 1 +biliary 1 +bilingual/30 1 +bilingualism/2 1 +bilious/33 1 +bilk/5 1 +bilker/1 1 +Bill/3 +bill/23 1 +billable 1 +billboard/18 1 +billet/23 1 +billfold/1 1 +billhook/10 1 +billiard/32 1 +Billie/3 +billies +billing/1 1 +Billings/2 1 +billingsgate/2 1 +billion/1 1 +billionaire/1 1 +billionaires 1 +billionth/1 1 +billion 1 +billow/23 1 +billowy/34 1 +billposters +billy/3 +Billy/3 +billycan/10 1 +bimbo/1 1 +bimetallic/1 1 +bimetallism/2 1 +Bimini/3 +bimodal +bimonthlies +bimonthly's +bimonthly 1 +bin/133 1 +binary/15 1 +bind/86 157 +binder/1 1 +bindery/15 1 +binding/1 1 +bindweed/2 1 +binge/28 1 +bingo/2 1 +binman 158 +binmen 159 +binnacle/1 1 +binocular/1 1 +binodal +binomial/1 1 +bio/1 1 +biochemical/30 1 +biochemist/1 1 +biochemistry/2 1 +biodegradability/2 1 +biodegradable +biodegrade/6 1 +biodiversity/2 1 +bioengineering 1 +bioethics +bioethics's +biofeedback/2 1 +biographer/1 1 +biographic +biographical/8 1 +biography/15 1 +biog 1 +Bioko/2 1 +biol +biological/8 1 +biologic 1 +biologist/1 1 +biology/2 1 +biomass/2 1 +biomedical +biometric/10 1 +biometry 1 +biomorph 1 +bionic/32 1 +bionically +bionic 1 +biophysical 1 +biophysicist/1 1 +biophysics/2 1 +biopic/1 1 +biopsy/56 1 +biorhythm/1 1 +BIOS +biosphere/1 1 +biota 1 +biotechnological 1 +biotechnologist 1 +biotechnology/2 1 +biotic 1 +biotin/2 1 +bipartisan +bipartisanship/2 1 +bipartite 1 +biped/1 1 +bipedal +bipedalism 1 +biped 1 +biplane/1 1 +bipolar +bipolarity/2 1 +biracial +birch/22 1 +Bird +bird/23 1 +birdbath/1 1 +birdbrain/1 1 +birdbrained +birdcage/10 1 +birder/1 1 +birdhouse/1 1 +birdie/63 1 +birding 1 +birdlike +birdlime/2 1 +birdseed/2 1 +Birdseye/3 +birdsong 1 +birdtables +birdwatcher/1 1 +birdwatching 1 +birdying +birefringence 1 +birefringent +biretta/1 1 +Birkenstock +Birmingham/2 1 +Biro/2 1 +birth/23 1 +birthday/1 1 +birthing 1 +birthmark/1 1 +birthplace/1 1 +birthrate/1 1 +birthright/1 1 +birthstone/1 1 +Biscay +Biscayne/3 +biscuit/1 1 +bisect/11 1 +bisection/1 1 +bisector/1 1 +bisexual/30 1 +bisexuality/2 1 +Bishkek +Bishop/3 +bishop/18 1 +bishopric/1 1 +Bismarck/2 1 +Bismark/3 +bismuth/2 1 +bison/2 1 +bisque/2 1 +Bisquick/3 +Bissau/2 1 +bi's 160 +bistable +bi 161 +bistro/1 1 +bis 1 +bit/18 1 +bitch/22 1 +bitchily 1 +bitchy/49 1 +bite/134 1 +biter/1 1 +biting/8 1 +bitmap/10 1 +BITNET/10 1 +bitter/135 1 +bittern/1 1 +bittersweet/1 1 +bittiness +bitumen/2 1 +bituminous +bitty/34 1 +bivalent 1 +bivalve/1 1 +bivouac/64 1 +biweeklies +biweekly's +biweekly 1 +biyearly 1 +biz/2 1 +bizarre/83 1 +Bizet +Bjerknes/3 +Bjork/3 +bk +Bk/2 1 +bl +blab/136 1 +blabber/5 1 +blabbermouth/1 1 +blabbing 1 +black/38 1 +Black/1 1 +black/11 1 +blackamoor/1 1 +blackball/23 1 +Blackbeard/2 1 +blackberry/137 1 +blackbird/18 1 +blackboard/1 1 +Blackburn/2 1 +blackcurrant/10 1 +blacken/11 1 +blackening 1 +Blackfeet 162 +Blackfoot/2 163 +blackguard/18 1 +blackhead/1 1 +blacking/2 1 +blackish 1 +blackjack/23 1 +blackleg/70 1 +blacklist/23 1 +blacklisting 1 +blackmail/23 1 +blackmailer/1 1 +blackout/1 1 +Blackpool/2 1 +Blackshirt/2 1 +blackshirts +blacksmith/1 1 +blacksnake/1 1 +Blackstone +blackthorn/1 1 +blacktop/47 1 +Blackwell +bladder/1 1 +blade/77 1 +blag/117 1 +blagging 1 +blah/138 1 +Blaine/3 +Blair/3 +Blake +blamable 1 +blame/139 1 +blameable 1 +blameless/16 1 +blamer 1 +blameworthy/140 1 +blammo +blammoed +blammoing +blammos +Blanca/3 +blanch/7 1 +Blanchard/3 +Blanche/3 +blancmange/1 1 +bland/21 1 +blandish/7 1 +blandishment/1 1 +blank/52 1 +Blankenship/3 +blanket/23 1 +blanketing 1 +blanket 1 +Blantyre/3 +blare/28 1 +blarney/23 1 +blase 1 +blaspheme/6 1 +blasphemer/1 1 +blasphemous/8 1 +blasphemy/15 1 +blast/23 1 +blaster/1 1 +blasting 1 +blastoff/1 1 +blat/58 1 +blatancy/15 1 +blatant/8 1 +blather/23 1 +Blatz/3 +Blavatsky +blaze/28 1 +blazer/1 1 +blazing 1 +blazon/23 1 +blazoning 1 +bldg +bleach/22 1 +bleacher/1 1 +bleaching 1 +bleak/21 1 +blear 1 +bleary/50 1 +bleat/23 1 +bleating 1 +bled 164 +bleed/141 165 +bleeder/1 1 +bleeding/2 1 +bleep/23 1 +bleeper/1 1 +blemish/22 1 +blench/7 1 +blend/23 1 +blender/1 1 +blending 1 +Blenheim/2 1 +bless/7 1 +blessed/21 1 +blessing/1 1 +bletch +blether/5 1 +blethering 1 +Blevins/3 +blew 166 +Bligh/2 1 +blight/23 1 +blighter/10 1 +blighting 1 +blimey 1 +blimp/1 1 +blimpish 1 +blind/52 1 +blinder/1 1 +blindfold/23 1 +blindfolded 1 +blindfold 1 +blinding/8 1 +blindside/6 1 +blini/1 1 +blink/23 1 +blinker/23 1 +blinking 1 +blinks 1 +blintz/4 1 +blintze/1 1 +blip/18 1 +bliss/2 1 +blissful/16 1 +bliss 1 +blister/23 1 +blistering/8 1 +blistery 1 +blithe/27 1 +blither/142 1 +blithesome 1 +blitz/22 1 +blitzkrieg/18 1 +blivet/10 1 +blizzard/1 1 +bloat/5 1 +bloated 1 +bloater/10 1 +bloating 1 +bloatware +bloatwares +blob/136 1 +bloc/64 1 +Bloch +block/23 1 +blockade/28 1 +blockader/1 1 +blockage/1 1 +Blockbuster/3 +blockbuster/1 1 +blockbusting/2 1 +blocker/1 1 +blockhead/1 1 +blockhouse/1 1 +blocking 1 +Bloemfontein/2 1 +blog/3 +blogged +blogger/3 +bloggers +blogging +blogs +bloke/1 1 +blokish +blond/106 1 +blonde/41 1 +Blondel/3 +Blondie/3 +blondish 1 +blood/23 1 +bloodbath/1 1 +bloodcurdling +bloodhound/1 1 +blooding 1 +bloodless/16 1 +bloodletting/2 1 +bloodline/1 1 +bloodmobile/1 1 +bloodshed/2 1 +bloodshot 1 +bloodsport/10 1 +bloodstain/1 1 +bloodstained +bloodstock/2 1 +bloodstone 1 +bloodstream/1 1 +bloodsucker/1 1 +bloodsucking 1 +bloodthirsty/50 1 +bloodworm 1 +bloody/143 1 +bloodymindedness +Bloom/3 +bloom/23 1 +Bloomer +bloomer/1 1 +Bloomfield +Bloomingdale/3 +blooming 1 +Bloomsbury +bloop/23 1 +blooper/1 1 +blossom/23 1 +blossoming 1 +blossomy 1 +blot/109 1 +blotch/22 1 +blotching 1 +blotchy/34 1 +blotter/1 1 +blotting 1 +blotto 1 +blouse/28 1 +blow/144 167 +blower/1 1 +blowflies +blowfly/3 +blowgun/1 1 +blowhard/1 1 +blowhole/10 1 +blowlamp/10 1 +blowout/1 1 +blowpipe/1 1 +blows 1 +blowsy/34 1 +blowtorch/40 1 +blowup/1 1 +blowy/34 1 +blowzy/34 1 +BLT/1 1 +blub/145 1 +blubber/23 1 +blubbery 1 +Blucher/3 +bludgeon/23 1 +blue/146 1 +Bluebeard/2 1 +bluebell/1 1 +blueberry/15 1 +bluebird/1 1 +bluebonnet/1 1 +bluebottle/1 1 +bluefish/4 1 +bluegill/1 1 +bluegrass/2 1 +blueing's +blueish 1 +bluejacket/1 1 +bluejay/1 1 +bluejeans/2 1 +bluenose/1 1 +bluepoint/1 1 +blueprint/23 1 +bluestocking/1 1 +bluesy/34 1 +bluet/1 1 +bluff/52 1 +bluffer/1 1 +bluing/2 1 +bluish 1 +blunder/23 1 +blunderbuss/4 1 +blunderer/1 1 +blundering/10 1 +blunt/98 1 +blur/103 1 +blurb/18 1 +blurred 1 +blurry/49 1 +blurt/11 1 +blurting 1 +blush/147 1 +blusher/1 1 +blushing/8 1 +bluster/23 1 +blusterer/1 1 +blustering 1 +blusterous 1 +blustery 1 +blvd +Blvd +Blythe/3 +BM/2 1 +BMW/3 +BO +boa/1 1 +Boadicea +boar/1 1 +board/23 1 +boarder/1 1 +boardgames +boarding/1 1 +boardinghouse/1 1 +boardroom/1 1 +boardwalk/1 1 +Boas/3 +boa's 168 +boast/23 1 +boa 169 +boaster/1 1 +boastful/16 1 +boasting 1 +boat/23 1 +boatclubs +boater/1 1 +boathouse/1 1 +boating/2 1 +boatload/10 1 +boatman/2 170 +boatmen 171 +boatswain/1 1 +boatyard/10 1 +Bob/3 +bob/136 1 +Bobbi/3 +Bobbie/3 +bobbin/1 1 +Bobbitt/3 +bobble/28 1 +Bobby/3 +bobby/15 1 +bobbysoxer/1 1 +bobcat/1 1 +bobolink/1 1 +bobsled/113 1 +bobsledder/1 1 +bobsledding 1 +bobsleigh/18 1 +bobtail/18 1 +bobwhite/1 1 +Boccaccio +bocce/2 1 +bocci/2 1 +boccie/2 1 +bock/2 1 +bod/18 1 +bodacious +bode/6 1 +bodega/1 1 +bode 172 +bodge/6 1 +Bodhidharma/3 +Bodhisattva/2 1 +bodice/1 1 +bodiless 1 +bodily 1 +boding 1 +bodkin/1 1 +body/148 1 +bodybuilder/1 1 +bodybuilding/2 1 +bodyguard/1 1 +bodysuit/1 1 +body 1 +bodywork/2 1 +Boeing/3 +Boeotia/2 1 +Boeotian 1 +Boer/1 1 +Boethius +boffin/10 1 +boffo 1 +bog/92 1 +boga +Bogart/2 1 +bogey/23 1 +bogeyman/2 173 +bogeymen 174 +boggle/6 1 +bogglingly +bogie/18 1 +bogometer +bogometers +bogon +bogosities +bogosity +Bogota/2 1 +bogotified +bogotifies +bogotify +bogotifying +bogus 1 +bogy/15 1 +boggy/34 1 +bogyman/2 175 +bogymen 176 +bohemian/1 1 +Bohemian/1 1 +bohemianism/2 1 +Bohemia 1 +Bohr +boil/23 1 +boiler/1 1 +boilermaker/1 1 +boilerplate/2 1 +boiling/10 1 +boink/11 1 +Boise/2 1 +boisterous/16 1 +Bojangles/3 +bola/1 1 +bolas 1 +bold/21 1 +boldface/149 1 +bold 1 +bole/1 1 +bolero/1 1 +Boleyn/2 1 +Bolivar/2 1 +bolivar/71 1 +Bolivia/2 1 +Bolivian/1 1 +boll/18 1 +bollard/10 1 +bollix/22 1 +bollocking +bollockings +bollocks 1 +bologna/2 1 +Bologna/2 1 +boloney/2 1 +Bolshevik/1 1 +bolshevik/2 1 +Bolshevism 1 +Bolshevist 1 +bolshie 1 +Bolshoi/3 +bolshy 1 +bolster/23 1 +bolstering 1 +bolt/23 1 +bolthole/10 1 +bolting 1 +Bolton +bolt 1 +Boltzmann +bolus/4 1 +Bollywood/3 +bomb/23 1 +bombard/5 1 +bombardier/1 1 +bombardment/1 1 +bombast/2 1 +bombastic/39 1 +Bombay/2 1 +bomber/1 1 +bombing/10 1 +bombproof 1 +bombshell/1 1 +bombsite/10 1 +bonanza/1 1 +Bonaparte +Bonaventure +bonbon/1 1 +bonce/10 1 +Bond/3 +bond/23 1 +bondage/2 1 +bondholder/1 1 +bonding/2 1 +bondman/2 177 +bondmen 178 +bondsman/2 179 +bondsmen 180 +bond 1 +bondwoman/2 181 +bondwomen 182 +bone/139 1 +bonehead/1 1 +boneheaded 1 +boneless 1 +bonemeal 1 +boner/1 1 +boneshaker/10 1 +boney 183 +bonfire/1 1 +bong/23 1 +bongo/1 1 +Bonhoeffer/3 +bonhomie/2 1 +bonier 184 +boniest 184 +Boniface +boning 1 +Bonita/3 +bonito/1 1 +bonk/11 1 +bonkers 1 +Bonn/2 1 +Bonner/3 +bonnet/18 1 +Bonneville/3 +Bonnie/3 +bonnie/150 1 +Bono/3 +bonsai/1 1 +bonus/4 1 +bony/49 1 +bonny/34 1 +boo/23 1 +boob/23 1 +booboo/1 1 +booby/15 1 +boodle/18 1 +booger/10 1 +boogeyman/2 185 +boogeymen 186 +boogie/63 1 +boogieman/3 +boohoo/23 1 +book/23 1 +bookable 1 +bookbinder/1 1 +bookbindery/15 1 +bookbinding/2 1 +bookcase/1 1 +bookend/18 1 +Booker/3 +bookie/1 1 +booking/1 1 +bookish 1 +bookkeeper/1 1 +bookkeeping/2 1 +booklet/1 1 +bookmaker/1 1 +bookmaking/2 1 +bookmark/23 1 +bookmobile/1 1 +bookplate/1 1 +bookseller/1 1 +bookshelf/120 1 +bookshop/1 1 +bookstall/10 1 +bookstore/1 1 +book 1 +bookwork 1 +bookworm/1 1 +Boole/2 1 +Boolean 1 +Boole 1 +boom/23 1 +boombox/4 1 +boomer/10 1 +boomerang/23 1 +booming 1 +boon/1 187 +boondocks +boondocks's +boondoggle/28 1 +boondoggler/1 1 +Boone/2 1 +boonies/2 1 +boon 1 +boor/1 1 +boorish/151 1 +boost/23 1 +booster/1 1 +boot/23 1 +bootblack/1 1 +bootee/1 1 +Bootes/2 1 +Booth +booth/1 1 +bootlace/10 1 +bootleg/152 1 +bootlegger/1 1 +bootlegging/2 1 +bootless 1 +bootprints +bootstrap/47 1 +boots 1 +booty/15 1 +booze/28 1 +boozer/1 1 +boozier 188 +booziest 188 +boozy/34 1 +bop/47 1 +borax/2 1 +Bordeaux/2 1 +bordello/1 1 +Borden/3 +border/23 1 +borderland/1 1 +borderline/1 1 +border 1 +Bordon/3 +bore/28 1 +Boreas/2 1 +boredom/2 1 +borehole/10 1 +borer/1 1 +bore 189 +Borg/1 1 +Borges +Borgia +Borglum +boring/8 1 +Boris +Bork/3 +Borlaug/3 +Born +Borneo/2 1 +borne 189 +born 189 +Borobudur/3 +Borodin +boron/2 1 +borough/1 1 +borrow/11 1 +borrowable +borrower/1 1 +borrowing/1 1 +borsch/2 1 +borscht/2 1 +borstal/10 1 +Boru/3 +borzoi/1 1 +Bosch +Bose +bosh/2 1 +Bosnia/2 1 +Bosnian 1 +bosom/18 1 +bosomy/34 1 +boson/10 1 +Bosporus/2 1 +boss/147 1 +bossily 1 +bossism/2 1 +bossy/49 1 +Boston/1 1 +Bostonian 1 +bosun/1 1 +Boswell 1 +bot/10 1 +botanical/8 1 +botanic 1 +botanist/1 1 +botany/2 1 +botch/22 1 +botched 1 +botcher/1 1 +botching 1 +both/44 1 +bother/23 1 +botheration 1 +bothersome +both 1 +bothy 1 +Botswana/2 1 +Botticelli +bottle/28 1 +bottleneck/18 1 +bottler/1 1 +bottling 1 +bottom/23 1 +bottomless 1 +bottommost +bottom 1 +botulism/2 1 +Boudicca +boudoir/1 1 +bouffant/1 1 +bougainvillaea/10 1 +bougainvillea/1 1 +bough/1 1 +bought 190 +bouillabaisse/1 1 +bouillon/1 1 +Boulder +boulder/18 1 +boules +boulevard/1 1 +Boulez/3 +bounce/28 1 +bouncer/1 1 +bouncily 1 +bouncing 1 +bouncy/49 1 +bound/23 1 +boundary/15 1 +bounded/153 1 +bounden 1 +bounder/1 1 +bounding 1 +boundless/16 1 +bound 191 +bounteous/16 1 +bountiful/16 1 +bounty/15 1 +bouquet/1 1 +Bourbaki/3 +bourbon/1 1 +Bourbon/1 1 +bourgeois/2 1 +bourgeoisie/2 1 +Bournemouth +boustrophedon/10 1 +bout/1 1 +boutique/1 1 +boutonniere/1 1 +bouzouki/1 1 +Bovary/3 +bovine/1 1 +bovver +bow/78 1 +Bowditch/3 +bowdlerization/1 1 +bowdlerize/6 1 +bowed 1 +bowel/18 1 +Bowell/3 +Bowen/3 +bower/18 1 +Bowers +Bowery/2 1 +bowie +Bowie +bowing 1 +bowl/23 1 +bowlder/1 1 +bowleg/1 1 +bowlegged 1 +bowleg 1 +bowler/1 1 +bowlful/1 1 +bowline/1 1 +bowling/2 1 +Bowman/3 +bowman/2 192 +bowmen 193 +bowsprit/1 1 +bowstring/18 1 +bows 1 +bowwow/18 1 +box/22 1 +boxcar/1 1 +boxen +boxer/1 1 +boxful 1 +boxing/2 1 +boxlike 1 +boxroom/10 1 +boxtops +boxwood/2 1 +boxy/34 1 +boy/1 1 +boycott/23 1 +Boyd +Boyer/3 +boyfriend/1 1 +boyhood/1 1 +boyish/16 1 +Boyle +boyscout +boysenberry/15 1 +bozo/1 1 +BP +BPOE +bps 1 +BR +Br/2 1 +bra/154 1 +brace/28 1 +bracelet/1 1 +bracer/1 1 +bracero/1 1 +bracing/8 1 +bracken/2 1 +bracket/23 1 +brackish/33 1 +bract/1 1 +Brad/3 +brad/18 1 +bradawl/10 1 +Bradbury 1 +Braddock/3 +Bradford +Bradley +Bradly/3 +Bradshaw/3 +Bradstreet/3 +Brady +brae/1 1 +brag/152 1 +Bragg/2 1 +braggadocio/1 1 +braggart/1 1 +bragger/1 1 +bragging 1 +Brahe +Brahma/1 1 +Brahmagupta/3 +Brahman/1 1 +Brahmanee +Brahmani +Brahmanism/1 1 +Brahmaputra/2 1 +Brahmin/1 1 +Brahms/2 1 +braid/23 1 +braiding/2 1 +Braille/1 1 +braille/2 1 +Braille/58 1 +braille 1 +Brain/3 +brain/23 1 +braincell +braincells +brainchild/155 1 +brainless/83 1 +brainpower 1 +brainstorm/23 1 +brainstorming/2 1 +brainteaser/1 1 +brainteasing +brainwash/7 1 +brainwashing/2 1 +brainwave/10 1 +brainy/49 1 +braise/6 1 +brake/28 1 +brakeman/2 194 +brakemen 195 +bramble/18 1 +brambly/34 1 +Brampton/3 +Bran/3 +bran/2 1 +Branch/3 +branch/22 1 +branching 1 +branchlike 1 +brand/23 1 +Brandeis +Branden/3 +Brandenburg +brander/18 1 +Brandi/3 +Brandie/3 +brandish/156 1 +Brando +Brandon/3 +Brandt +Brandy/3 +brandy/56 1 +Brant/3 +bran 1 +Braque +bras/157 1 +brash/21 1 +Brasilia/2 1 +brass/40 1 +brasserie/1 1 +brassiere/1 1 +brassier 1 +brass 1 +brassy/50 1 +brat/1 1 +Bratislava +Brattain/3 +bratwurst/1 1 +bratty/34 1 +bravado/2 1 +brave/107 1 +braver 1 +bravery/2 1 +bravo/18 1 +bravura/1 1 +brawl/23 1 +brawler/1 1 +brawling 1 +brawn/2 1 +brawny/49 1 +Bray/3 +bray/23 1 +braze/6 1 +brazen/158 1 +brazer/1 1 +brazier/1 1 +Brazil/2 1 +Brazilian/1 1 +Brazos/2 1 +Brazzaville/2 1 +breach/22 1 +bread/23 1 +breadbasket/1 1 +breadboard/18 1 +breadbox/4 1 +breadcrumb/1 1 +breadfruit/1 1 +breadline/1 1 +breadth/1 1 +breadwinner/1 1 +break/86 196 +breakable/1 1 +breakage/1 1 +breakaway/1 1 +breakdown/1 1 +breaker/1 1 +breakeven/2 1 +breakfast/23 1 +breakfront/1 1 +breaking 1 +breakneck 1 +breakout/1 1 +breakpoints +Breakspear/3 +breakthrough/1 1 +breakup/1 1 +breakwater/1 1 +bream/18 1 +breast/23 1 +breastbone/1 1 +breastfed 197 +breastfeed/121 198 +breastplate/1 1 +breaststroke/1 1 +breastwork/1 1 +breath/23 1 +breathable 1 +breathalyser/10 1 +breathalyze/6 1 +breathalyzer/10 1 +Breathalyzer 1 +breathe/6 1 +breather/1 1 +breathing/1 1 +breathless/16 1 +breathtaking +breathtakingly +breathy/34 1 +breccias +brecciated +Brecht +Breckenridge/3 +bred 199 +breech/40 1 +breed/86 200 +breeder/1 1 +breeding/2 1 +breeze/28 1 +breezeway/1 1 +breezy/50 1 +Bremen +Brenda/3 +Brendan/3 +Brennan/3 +Brenner/3 +Brent/3 +Brenton/3 +Brest +Bret/3 +brethren 201 +Breton/2 1 +Brett/3 +Breughel +breve/1 1 +brevet/109 1 +breviary/15 1 +brevity/2 1 +brew/23 1 +Brewer/3 +brewer/1 1 +brewery/15 1 +brewing 1 +brewpub/1 1 +Brewster +Brezhnev +Brian/3 +Briana/3 +Brianna/3 +briar/1 1 +bribe/28 1 +briber/1 1 +bribery/2 1 +Brice/3 +brick/23 1 +brickbat/1 1 +brickie/10 1 +bricking 1 +bricklayer/1 1 +bricklaying/2 1 +brick 1 +brickwork/2 1 +brickyard/10 1 +bridal/1 1 +Bridalveil/3 +bride/1 1 +bridegroom/1 1 +bridesmaid/1 1 +bridge/28 1 +bridgeable 1 +bridgehead/1 1 +Bridgeport/2 1 +Bridger/3 +Bridges +Bridget/2 1 +Bridgetown +Bridgett/3 +Bridgette/3 +bridgework/2 1 +bridging 1 +Bridgman +bridle/28 1 +bridleway/10 1 +Brie/1 1 +brie/2 1 +brief/52 1 +briefcase/1 1 +briefer 1 +briefing/1 1 +brier/1 1 +brig/1 1 +brigade/18 1 +brigadier/1 1 +Brigadoon 1 +brigand/1 1 +brigandage/2 1 +brigantine/1 1 +Briggs +Brigham/3 +Bright +bright/159 1 +brighten/11 1 +brightener/1 1 +Brighton/2 1 +Brigid/2 1 +Brigitte/3 +brilliance/2 1 +brilliancy/2 1 +brilliant/30 1 +brilliantine/2 1 +Brillo 1 +brill 1 +brim/160 1 +brimfull 1 +brimful 1 +brimless 1 +brimming 1 +brimstone/2 1 +brindle/2 1 +brindled 1 +brindle 1 +brine/2 1 +bring/121 202 +bringer/1 1 +bringing 1 +brink/1 1 +Brinkley/3 +brinkmanship/2 1 +brinksmanship/2 1 +briny/49 1 +brioche/1 1 +brio 1 +briquet/18 1 +briquette/18 1 +Brisbane/2 1 +brisk/98 1 +brisket/1 1 +bristle/28 1 +bristly/34 1 +Bristol/2 1 +Brit/1 1 +Britain/2 1 +Britannia +Britannic +Britannica/3 +britches/2 1 +Briticism/1 1 +British/161 1 +Britisher/1 1 +Britney/3 +Briton/1 1 +Britt/3 +Brittany/15 1 +Britten +brittle/162 1 +Brittney/3 +Brno +bro/1 1 +broach/22 1 +broad/38 1 +broadband/2 1 +broadcast/86 1 +broadcaster/1 1 +broadcasting/2 1 +broadcloth/2 1 +broaden/11 1 +broadleaved +broadloom/2 1 +broadminded +broadmindedness +broadsheet/1 1 +broadside/28 1 +broadsword/1 1 +Broadway/1 1 +Brobdingnag/3 +Brobdingnagian 1 +brocade/28 1 +broccoli/2 1 +brochette/1 1 +brochure/1 1 +Brock/3 +brogan/1 1 +brogue/1 1 +broil/23 1 +broiler/1 1 +Brokaw/3 +broken/16 1 +brokenheartedly +brokenhearted 1 +broken 203 +broker/23 1 +brokerage/1 1 +brokering 1 +broke 203 +broking 1 +brollies +brolly +bromide/1 1 +bromidic 1 +bromine/2 1 +bronc/1 1 +bronchial 1 +bronchi 204 +bronchitic 1 +bronchitis/2 1 +broncho/65 1 +bronchus/2 205 +bronco/1 1 +broncobuster/1 1 +Bronson/3 +Bronte +brontosaur/1 1 +brontosaurus/4 1 +Bronx/2 1 +bronze/28 1 +bronzing 1 +brooch/40 1 +brood/78 1 +brooder/1 1 +broodily +brooding/2 1 +broodingly 1 +broodmare/1 1 +broody/163 1 +brook/23 1 +Brooke +brooklet/1 1 +Brooklyn/2 1 +Brooks +broom/18 1 +broomstick/1 1 +Bros +bros 1 +broth/1 1 +brothel/1 1 +brother/164 206 +brotherhood/1 1 +brotherly/140 1 +brougham/1 1 +brought 207 +brouhaha/1 1 +brow/1 1 +browbeat/116 1 +Brown +brown/165 1 +Browne +brownfield 1 +Brownian/3 +brownie/1 1 +Brownie/10 1 +brownie 1 +Browning +browning 1 +brownish 1 +brownout/1 1 +Brownshirt 1 +brownstone/1 1 +Brownsville +brows/7 1 +browse/28 1 +browser/1 1 +browsing 1 +brr +Brubeck +Bruce/2 1 +Bruckner +Bruegel +Brueghel +bruin/1 1 +bruise/28 1 +bruiser/1 1 +bruising/2 1 +bruit/5 1 +Brummel/3 +brunch/22 1 +Brunei/2 1 +Bruneian/1 1 +Brunelleschi +brunet/1 1 +brunette/1 1 +brunet 1 +Brunhilde/3 +Bruno +Brunswick/2 1 +brunt/2 1 +brush/22 1 +brushing 1 +brushoff/1 1 +brushstroke +brushstrokes +brushwood/2 1 +brushwork/2 1 +brushy 1 +brusk/166 1 +brusque/27 1 +Brussels/2 1 +Brut/3 +brutal/8 1 +brutality/15 1 +brutalization/2 1 +brutalize/6 1 +brute/18 1 +brutish/16 1 +Brutus/2 1 +Bryan +Bryant +Bryce/3 +Brynner/3 +Bryon/3 +Brzezinski/3 +BS/2 1 +BSA +BSD/10 1 +BTU +Btu/2 1 +BTW +bu +bub/1 1 +bubble/28 1 +bubblegum/2 1 +bubbling 1 +bubbly/34 1 +bubbly's +Buber +bubo/4 1 +bubonic +buccaneer/23 1 +Buchanan/2 1 +Bucharest/2 1 +Buchenwald +Buchwald/3 +Buck +buck/23 1 +buckaroo/1 1 +buckboard/1 1 +bucket/23 1 +bucketful/1 1 +buckeye/1 1 +Buckingham +bucking 1 +buckle/28 1 +buckler/18 1 +Buckley/3 +buckling 1 +buckminsterfullerene 1 +Buckner/3 +buckram/2 1 +bucksaw/1 1 +buckshot/2 1 +buckskin/1 1 +buckteeth 208 +bucktooth/2 209 +bucktoothed +bucktooth 1 +buck 1 +buckwheat/2 1 +bucolic/51 1 +Bud/3 +bud/113 1 +Budapest/2 1 +Buddha/1 1 +Buddhism/1 1 +Buddhist/1 1 +budding/10 1 +Buddy/3 +buddy/167 1 +budge/43 1 +budgerigar/1 1 +budget/23 1 +budgetary +budget 1 +budgie/1 1 +Budweiser/3 +buff/78 1 +Buffalo/2 1 +buffalo/22 1 +buffer/23 1 +buffet/23 1 +buffeting/10 1 +buffoon/1 1 +buffoonery/2 1 +buffoonish 1 +Buffy/3 +Buford/3 +bug/92 1 +bugaboo/1 1 +Bugatti/3 +bugbear/1 1 +bugger/23 1 +buggery 1 +bugging 1 +bugle/28 1 +bugler/1 1 +bugling 1 +Bugzilla/3 +buggy/42 1 +Buick/3 +build/124 1 +builder/1 1 +building/1 1 +buildup/1 1 +Bujumbura/2 1 +Bukhara +Bukharin +Bulawayo +bulb/18 1 +bulbous 1 +Bulfinch +Bulganin +Bulgari/3 +Bulgaria/2 1 +Bulgarian/1 1 +Bulgar 1 +bulge/28 1 +bulging 1 +bulgy/34 1 +bulimarexia/2 1 +bulimia/2 1 +bulimic/1 1 +bulk/23 1 +bulkhead/1 1 +bulking 1 +bulk 1 +bulky/49 1 +bull/23 1 +bulldog/92 1 +bulldogging 1 +bulldog 1 +bulldoze/6 1 +bulldozer/1 1 +bullet/18 1 +bulletin/23 1 +bulletproof/11 1 +bullfight/1 1 +bullfighter/1 1 +bullfighting/2 1 +bullfinch/4 1 +bullfrog/1 1 +bullhead/1 1 +bullheaded/16 1 +bullhorn/1 1 +bullion/2 1 +bullish/16 1 +Bullock/3 +bullock/1 1 +bullpen/1 1 +bullring/1 1 +bullshit/168 1 +bullshitter/80 1 +bull 1 +bullwhip/58 1 +Bullwinkle/3 +bulrush/4 1 +Bultmann/3 +bulwark/18 1 +bully/169 1 +bully's +bum/170 1 +bumbag/10 1 +bumble/43 1 +bumblebee/1 1 +bumbler/1 1 +bumbling 1 +bumf 1 +bummer/1 1 +bump/23 1 +bumper/18 1 +bumph 1 +bumpkin/1 1 +Bumppo/3 +bumptious/16 1 +bumpy/49 1 +bun/1 1 +bunch/22 1 +Bunche +bunching 1 +bunchy/34 1 +bunco/108 1 +buncombe/2 1 +Bundesbank/2 1 +Bundestag +bundle/28 1 +bundling 1 +bung/23 1 +bungalow/1 1 +bungee/1 1 +bunghole/1 1 +bungle/28 1 +bungler/1 1 +bungling 1 +bung 1 +Bunin +bunion/1 1 +bunk/23 1 +Bunker/3 +bunker/18 1 +bunkhouse/1 1 +bunko/2 1 +bunkum/2 1 +Bunsen 1 +bunt/23 1 +bunting/1 1 +Bunuel/3 +Bunyan/2 1 +bunny/15 1 +buoy/23 1 +buoyancy/2 1 +buoyant/8 1 +bur/103 1 +Burbank +Burberry/2 1 +burble/28 1 +burbling 1 +burbs +burbs's +Burch/3 +burden/23 1 +burdensome 1 +burdock/2 1 +bureau/1 1 +bureaucracy/15 1 +bureaucrat/1 1 +bureaucratic/39 1 +bureaucratization/2 1 +bureaucratize/6 1 +burg/1 1 +burgeon/5 1 +Burger/3 +burger/1 1 +Burgess +burgh/1 1 +burgher/1 1 +burglar/1 1 +burglarize/6 1 +burglarproof 1 +burglary/15 1 +burgle/6 1 +burgling 1 +burgomaster/1 1 +Burgoyne/2 1 +Burgundian 1 +burgundy/15 1 +Burgundy/15 1 +burial/1 1 +burk/58 1 +Burke +Burks +Burl/3 +burl/62 1 +burlap/2 1 +burlesque/28 1 +burlier 210 +burliest 210 +Burlington/2 1 +burly/49 1 +Burma/2 1 +Burmese/2 1 +burn/171 1 +burnable/1 1 +burner/1 1 +Burnett +burning/10 1 +burnish/22 1 +burnisher/1 1 +burnishing 1 +burnoose/1 1 +burnous/4 1 +burnout/1 1 +Burns +Burnside +burnt 1 +burp/23 1 +Burr +burr/23 1 +Burris/3 +burrito/1 1 +burro/1 1 +Burroughs +burrow/23 1 +burrower/1 1 +Bursa +bursa/53 1 +bursar/1 1 +bursary/15 1 +bursitis/2 1 +burst/86 1 +burs 1 +Burt/3 +Burton/2 1 +Burundi/2 1 +Burundian/1 1 +bury/31 1 +bus/172 211 +busboy/1 1 +busby/15 1 +Busch/3 +busgirl/1 1 +Bush/2 1 +bush/22 1 +bushel/23 1 +bushfire 1 +Bushido 1 +bushing/1 1 +bushland 1 +bushman/2 212 +bushmaster/1 1 +bushmen 213 +Bushnell/3 +bush 1 +bushwhack/11 1 +bushwhacker/1 1 +bushy/49 1 +businesslike +businessman/2 214 +businessmen 215 +businesspeople 216 +businessperson/1 217 +businesswoman/2 218 +businesswomen 219 +busing/2 1 +busk/11 1 +busker/10 1 +buskin/1 1 +busking 1 +busload/10 1 +busmen 220 +buss/173 1 +bust/78 1 +bustard/10 1 +buster/1 1 +bustier/10 1 +bustle/28 1 +bustling 1 +busty/34 1 +busy/174 1 +busybody/15 1 +busywork/2 1 +but/175 1 +butane/2 1 +butch/176 1 +butcher/23 1 +butchering 1 +butchery/15 1 +Butler +butler/18 1 +butt/23 1 +butte/28 1 +butter/23 1 +butterball/1 1 +buttercup/1 1 +butterfat/2 1 +butterfingered +Butterfingers/3 +butterfingers/2 1 +butterfly/31 1 +butterfly's +buttermilk/2 1 +butternut/1 1 +butterscotch/2 1 +buttery/42 1 +buttock/18 1 +button/23 1 +buttonhole/28 1 +buttons 1 +buttonwood/1 1 +buttress/22 1 +butty/60 1 +buxom/166 1 +Buxtehude +buy/86 221 +buyback/1 1 +buyer/1 1 +buyout/1 1 +buzz/22 1 +buzzard/1 1 +buzzer/1 1 +buzzing 1 +buzzword/1 1 +bx +bxs +by/4 1 +Byblos/3 +bye/1 1 +byelaw/1 1 +Byelorussia/2 1 +Byers/3 +bye 1 +bygone/1 1 +bylaw/1 1 +byline/18 1 +BYOB +bypass/22 1 +bypath/1 1 +byplay/2 1 +byproduct/1 1 +Byrd +byre/10 1 +byroad/1 1 +Byron +Byronic 1 +bystander/1 1 +byte/1 1 +by 222 +byway/1 1 +byword/1 1 +Byzantine/1 1 +byzantine 1 +Byzantine 1 +Byzantium/2 1 +C/1 1 +c/10 1 +ca +CA +Ca/2 1 +cab/136 1 +cabal/18 1 +cabala/2 1 +caballero/1 1 +cabana/1 1 +cabaret/1 1 +cabbage/18 1 +cabbie/1 1 +cabby/15 1 +cabdriver/1 1 +caber/10 1 +Cabernet/2 1 +cabin/18 1 +cabinet/1 1 +cabinetmaker/1 1 +cabinetmaking/2 1 +cabinetry/2 1 +Cabinet 1 +cabinetwork/2 1 +cable/28 1 +cablecast/86 1 +cablegram/1 1 +cabling 1 +cabochon/1 1 +caboodle/2 1 +caboose/1 1 +Cabot +Cabral +Cabrera/3 +Cabrini +cabriolet/1 1 +cabstand/1 1 +cacao/1 1 +cache/28 1 +cachepot/1 1 +cachet/18 1 +cackle/28 1 +cackler/1 1 +cacophonous 1 +cacophony/15 1 +cacti 223 +cactus/2 224 +cad/1 1 +CAD/2 1 +cadaver/1 1 +cadaverous 1 +caddish/16 1 +caddy/56 1 +caddying 225 +cadence/77 1 +cadenza/1 1 +cadet/1 1 +Cadette 1 +cadge/43 1 +cadger/1 1 +Cadillac 1 +Cadiz/2 1 +cadmium/2 1 +cadre/1 1 +caducei 226 +caduceus/2 227 +Caedmon/3 +Caerphilly +Caesar/1 1 +caesarean/1 1 +Caesarean 1 +caesarian/1 1 +caesura/1 1 +cafe/1 228 +cafeteria/1 1 +cafetiere/10 1 +caff/10 1 +caffeinated +caffeine/2 1 +caftan/1 1 +Cage +cage/28 1 +cagey 229 +cagier 230 +cagiest 230 +Cagney/3 +cagoule/10 1 +cagy/50 1 +Cahokia/3 +cahoot/1 1 +CAI +Caiaphas +caiman/1 1 +Cain/1 1 +cairn/1 1 +Cairo/2 1 +caisson/1 1 +caitiff/1 1 +Caitlin/3 +Cajan 1 +cajole/6 1 +cajolement/2 1 +cajoler/1 1 +cajolery/2 1 +Cajun/1 1 +cake/28 1 +cakewalk/18 1 +caking 1 +cal +Cal +calabash/4 1 +calaboose/1 1 +Calais +calamari/1 1 +calamine/2 1 +calamitous/8 1 +calamity/15 1 +calcareous 1 +calciferous +calcification/2 1 +calcify/31 1 +calcimine/28 1 +calcine/6 1 +calcite/2 1 +calcium/2 1 +calculable 1 +calculate/6 1 +calculated/8 1 +calculating/8 1 +calculation/1 1 +calculative +calculator/1 1 +calculi 231 +calculus/2 232 +Calcutta/2 1 +Calder +caldera/1 1 +Calderon/3 +caldron/1 1 +Caldwell +Caleb/3 +Caledonia +calendar/23 1 +calender/23 1 +calf/120 1 +calfskin/2 1 +Calgary/2 1 +Calhoun +Cali +Caliban +caliber/1 1 +calibrate/6 1 +calibration/1 1 +calibrator/1 1 +calico/4 1 +Calif +calif/1 1 +California/2 1 +Californian/1 1 +californium/2 1 +Caligula +caliper/23 1 +caliph/1 1 +caliphate/1 1 +calisthenic/32 1 +calk/23 1 +call/23 1 +calla/1 1 +callable 1 +Callaghan +Callahan/3 +Callao +Callas +callback/1 1 +caller/1 1 +Callie/3 +calligrapher/1 1 +calligraphic +calligraphist/1 1 +calligraphy/2 1 +calling/1 1 +calliope/1 1 +Calliope/2 1 +callisthenics +callisthenics's +Callisto/2 1 +callosity/15 1 +callous/177 1 +callow/178 1 +callus/22 1 +calm/52 1 +calming 1 +Caloocan/3 +caloric 1 +calorie/1 1 +calorific 1 +calorimeter/10 1 +calorimetry 1 +calumet/1 1 +calumniate/6 1 +calumniation/2 1 +calumniator/1 1 +calumnious 1 +calumny/15 1 +Calvary/2 1 +calve/6 1 +Calvert +Calvin/2 1 +Calvinism/1 1 +Calvinist/1 1 +Calvinistic +calypso/1 1 +calyx/4 1 +CAM +cam/18 1 +Camacho/3 +camaraderie/2 1 +camber/23 1 +cambial 1 +cambium/1 1 +Cambodia/2 1 +Cambodian/1 1 +Cambrian/1 1 +cambric/2 1 +Cambridge/2 1 +camcorder/1 1 +Camden/2 1 +Camel/3 +camel/1 1 +camelhair/2 1 +camellia/1 1 +Camelopardalis +Camelot/1 1 +Camembert/1 1 +cameo/18 1 +camera/57 1 +cameraman/2 233 +cameramen 234 +camerawoman/2 235 +camerawomen 236 +camerawork 1 +Cameron/3 +Cameroon/1 1 +Cameroonian/1 1 +came 237 +camiknickers +Camilla/3 +Camille/3 +camisole/1 1 +Camoens/3 +camomile/1 1 +camouflage/28 1 +camouflager/1 1 +camp/179 1 +campaign/23 1 +campaigner/1 1 +Campanella/3 +campanile/1 1 +campanological 1 +campanologist/1 1 +campanology/2 1 +Campbell +camper/1 1 +campfire/1 1 +campground/1 1 +camphor/2 1 +Campinas +camping/2 1 +Campos +campsite/1 1 +campus/40 1 +campy/34 1 +Camry/3 +camshaft/1 1 +Camus +Can +can/180 238 +Canaan/2 1 +Canaanite/1 1 +Canad +Canada/2 1 +Canadian/1 1 +Canadianism 1 +canal/18 1 +Canaletto +canalization/2 1 +canalize/6 1 +canape/1 1 +canard/1 1 +Canaries/2 1 +canary/15 1 +canasta/2 1 +Canaveral +Canberra/2 1 +cancan/1 1 +cancel/5 1 +canceler/1 1 +cancellation/1 1 +cancer/1 1 +Cancer/1 1 +cancerous 1 +Cancun/2 1 +Candace/3 +candelabra/1 1 +candelabra's 239 +candelabra 240 +candelabrum/2 241 +candelas +Candice/3 +candid/21 1 +candidacy/15 1 +candidate/18 1 +candida 1 +candidature/1 1 +Candide/3 +candid 1 +candle/28 1 +candlelight/2 1 +candlelit +candlepower/2 1 +candler/1 1 +candlestick/1 1 +candlewick/1 1 +candor/2 1 +Candy/3 +candy/56 1 +candyfloss 1 +cane/28 1 +canebrake/1 1 +caner/1 1 +canine/1 1 +caning/10 1 +canister/18 1 +canker/23 1 +cankered 1 +cankerous +cannabis/4 1 +cannelloni/2 1 +cannery/15 1 +Cannes/2 1 +cannibal/1 1 +cannibalism/2 1 +cannibalistic 1 +cannibalization/2 1 +cannibalize/6 1 +canning 1 +Cannon/3 +cannon/23 1 +cannonade/28 1 +cannonball/18 1 +cannot 1 +cannula 1 +canoe/63 1 +canoeing 1 +canoeist/1 1 +canola/2 1 +Canon/3 +canon/1 1 +canonical/8 1 +canonization/1 1 +canonize/6 1 +canoodle/6 1 +Canopus +canopy/56 1 +can't +cant/78 1 +cantabile 1 +Cantabrigian/2 1 +cantaloup/1 1 +cantaloupe/1 1 +cantankerous/16 1 +cantata/1 1 +canteen/1 1 +canter/23 1 +Canterbury +canticle/1 1 +cantilever/23 1 +canting 1 +canto/1 1 +canton/1 1 +Canton/2 1 +canton/58 1 +cantonal +Cantonese/2 1 +cantonment/1 1 +Cantor/3 +cantor/1 1 +Cantrell/3 +Cantu/3 +Canute +canvas/181 1 +canvasback/1 1 +canvass/22 1 +canvasser/1 1 +canny/50 1 +canyon/1 1 +canyoning +CAP +cap/47 1 +capability/15 1 +Capablanca +capable/17 1 +capacious/16 1 +capacitance/2 1 +capacitive 1 +capacitor/1 1 +capacity/15 1 +caparison/23 1 +cape/77 1 +Capek/3 +Capella/2 1 +caper/23 1 +capeskin/2 1 +Capet +Capetian 1 +Capetown/3 +Caph/3 +capillarity/2 1 +capillary/15 1 +Capistrano/3 +capital/30 1 +capitalism/2 1 +capitalist/1 1 +capitalistic/39 1 +capitalization/2 1 +capitalize/6 1 +capitation/1 1 +capitol/1 1 +Capitol/1 1 +Capitoline +capitulate/6 1 +capitulation/1 1 +caplet/1 1 +capo/1 1 +capon/1 1 +Capone +Capote +capping 1 +cappuccino/1 1 +Capra/2 1 +Capri/2 1 +caprice/1 1 +capricious/16 1 +Capricorn/1 1 +capsicum/1 1 +capsize/6 1 +capstan/1 1 +capstone/1 1 +capsular +capsule/28 1 +capsulize/6 1 +capt +Capt +captain/23 1 +captaincy/15 1 +caption/23 1 +captious/16 1 +captivate/6 1 +captivating 1 +captivation/2 1 +captivator/1 1 +captive/1 1 +captivity/15 1 +captor/1 1 +capture/28 1 +Capuchin 1 +Capulet/2 1 +car/91 1 +Caracalla +Caracas/2 1 +caracul/2 1 +carafe/1 1 +caramel/1 1 +caramelize/6 1 +carapace/1 1 +Cara's 242 +Cara 243 +carat/1 1 +Caravaggio +caravan/18 1 +caravansary/15 1 +caravanserai's +caravel/1 1 +caraway/1 1 +carbide/1 1 +carbine/1 1 +carbohydrate/1 1 +carbolic 1 +Carboloy/2 1 +carbon/1 1 +carbonaceous +carbonate/28 1 +carbonation/2 1 +carbonic +carboniferous +Carboniferous/2 1 +carbonize/6 1 +carbon 1 +carbonyl 1 +carborundum/2 1 +Carborundum 1 +carboy/1 1 +carbuncle/1 1 +carbuncular +carburetor/1 1 +carburetter/1 1 +carburettor/1 1 +carcase/10 1 +carcass/40 1 +carcinogen/1 1 +carcinogenesis 1 +carcinogenic/1 1 +carcinogenicity/2 1 +carcinoma/1 1 +card/23 1 +cardamom/1 1 +cardamon/10 1 +cardboard/2 1 +Cardenas/3 +carder/1 1 +cardholder/10 1 +cardiac 1 +cardie/10 1 +Cardiff/2 1 +cardigan/1 1 +Cardin/3 +cardinal/30 1 +cardinality 1 +carding 1 +cardiogram/1 1 +cardiograph/1 1 +cardioid 1 +cardiologist/1 1 +cardiology/2 1 +cardiopulmonary +cardiovascular +Cardozo/3 +cardsharp/1 1 +cardsharper/1 1 +CARE +care/28 1 +careen/5 1 +career/23 1 +careerism 1 +careerist/1 1 +career 1 +carefree 1 +careful/85 1 +caregiver/1 1 +careless/16 1 +carer/1 1 +cares/79 1 +caress/22 1 +caressing 1 +caret/1 1 +caretaker/1 1 +careworn +Carey +carfare/2 1 +cargo/4 1 +carhop/18 1 +Carib/1 1 +Caribbean/1 1 +caribou/1 1 +caricature/28 1 +caricaturisation +caricaturist/1 1 +caricaturization +caries/2 1 +carillon/18 1 +Carina +caring/2 1 +carious 1 +Carissa/3 +carjack/11 1 +carjacker/1 1 +carjacking/1 1 +Carl/3 +Carla/3 +Carlene/3 +Carlin/3 +Carlo/3 +carload/1 1 +Carlos +Carlsbad +Carlson/3 +Carlton +Carly/3 +Carlyle +Carmela/3 +Carmella/3 +Carmelo/3 +Carmen/3 +Carmichael/3 +Carmine/3 +carmine/18 1 +carnage/2 1 +carnal/8 1 +carnality/2 1 +Carnap +Carnation/3 +carnation/1 1 +Carnegie/2 1 +carnelian/1 1 +Carney/3 +carney/18 1 +carnival/1 1 +carnivore/1 1 +carnivorous/16 1 +Carnot +carny/167 1 +carob/1 1 +Carol/3 +carol/23 1 +Carole/3 +caroler/1 1 +Carolina +Caroline +Carolingian 1 +Carolinian/2 1 +Carolyn/3 +carom/23 1 +carotene/2 1 +carotid/1 1 +carousal/1 1 +carouse/28 1 +carousel/1 1 +carouser/1 1 +carousing 1 +carp/23 1 +carpal/1 1 +Carpathian/3 +Carpathians +carpel/1 1 +Carpenter +carpenter/23 1 +carpentry/2 1 +carper/1 1 +carpet/23 1 +carpetbag/92 1 +carpetbagger/1 1 +carpeting/2 1 +carping 1 +carpi 244 +carpool/23 1 +carport/1 1 +carpus/2 245 +Carr/3 +Carranza/3 +carrel/1 1 +carrell/1 1 +carriage/1 1 +carriageway/10 1 +Carrie/3 +Carrier/3 +carrier/1 1 +Carrillo/3 +carrion/2 1 +Carroll/2 1 +carrot/1 1 +carroty/34 1 +carrousel/1 1 +carry/56 1 +carryall/1 1 +carrycot/10 1 +carryout 1 +carryover/1 1 +carsick/33 1 +Carson +cars 1 +cart/23 1 +cartage/2 1 +cartel/1 1 +carter/1 1 +Carter/2 1 +Cartesian 1 +Carthage/2 1 +Carthaginian/1 1 +carthorse/1 1 +Cartier +cartilage/1 1 +cartilaginous +cartload/1 1 +cartographer/1 1 +cartographic +cartography/2 1 +carton/18 1 +cartoon/23 1 +cartooning 1 +cartoonist/1 1 +cartridge/1 1 +cartwheel/23 1 +Cartwright +Caruso +carve/6 1 +Carver +carver/1 1 +carvery/60 1 +carving/1 1 +Cary +caryatid/1 1 +casaba/1 1 +Casablanca/2 1 +Casals +Casandra/3 +Casanova/1 1 +cascade/28 1 +Cascades/2 1 +cascara/1 1 +Case/3 +case/28 1 +casebook/10 1 +caseharden/11 1 +casein/2 1 +caseload/1 1 +casement/1 1 +casework/2 1 +caseworker/1 1 +Casey/3 +Cash +cash/22 1 +cashbook/1 1 +cashew/1 1 +cashier/23 1 +cashiering 1 +cashless 1 +cashmere/2 1 +cashpoint/10 1 +cash 1 +casing/1 1 +casino/1 1 +Casio/3 +cask/18 1 +casket/18 1 +Caspar +Caspian +Cassandra/1 1 +Cassatt +cassava/1 1 +casserole/28 1 +cassette/1 1 +cassia/1 1 +Cassie/3 +cassino/2 1 +Cassiopeia/2 1 +Cassius/2 1 +cassock/1 1 +cassowary/15 1 +cast/86 1 +Castaneda/3 +castanet/1 1 +castaway/1 1 +caste/73 1 +castellated +caster/1 1 +castigate/6 1 +castigation/2 1 +castigator/1 1 +Castile/2 1 +Castillo/3 +casting/1 1 +castle/28 1 +Castlereagh +castling 1 +castoff/1 1 +castor/1 1 +Castor/2 1 +castrate/43 1 +castration/1 1 +castrato 1 +Castries/2 1 +Castro +casual/36 1 +casualty/15 1 +casuist/1 1 +casuistic +casuistry/2 1 +cat/109 1 +cataclysm/1 1 +cataclysmal +cataclysmic 1 +catacomb/1 1 +catafalque/1 1 +Catalan/1 1 +catalepsy/2 1 +cataleptic/1 1 +Catalina/3 +catalog/23 1 +cataloger/1 1 +Catalonia/2 1 +catalpa/1 1 +catalysis/2 1 +catalyst/1 1 +catalytic/2 1 +catalyze/6 1 +catamaran/1 1 +catapult/23 1 +cataract/1 1 +catarrh/2 1 +catastrophe/1 1 +catastrophic +catastrophically +catatonia/2 1 +catatonic/1 1 +Catawba/2 1 +catbird/1 1 +catboat/1 1 +catcall/23 1 +catch/182 246 +catchall/1 1 +catcher/1 1 +catching/10 1 +catchment/1 1 +catchpenny 1 +catchphrase/1 1 +catchup/2 1 +catchword/1 1 +catchy/34 1 +catechism/1 1 +catechist/1 1 +catechize/6 1 +categorical/8 1 +categorization/1 1 +categorize/6 1 +category/15 1 +cater/11 1 +catercorner +caterer/1 1 +catering/10 1 +caterpillar/1 1 +Caterpillar/2 1 +caterwaul/23 1 +caterwauling 1 +catfish/4 1 +catgut/2 1 +catharses 247 +catharsis/2 248 +cathartic/1 1 +Cathay/2 1 +cathedral/1 1 +Cather +Catherine/2 1 +catheter/1 1 +catheterize/6 1 +Cathleen/3 +cathode/1 1 +cathodic 1 +Catholic/1 1 +Catholicism/1 1 +catholicity/2 1 +catholic 1 +Cathryn/3 +Cathy/3 +Catiline +cation/1 1 +cationic +catkin/1 1 +catlike 1 +catnap/47 1 +catnip/2 1 +Cato +Catskill/3 +Catskills/2 1 +catsuit/10 1 +Catt +cattail/1 1 +cattery/60 1 +cattle/2 1 +cattleman/2 249 +cattlemen 250 +Catullus +CATV +catwalk/1 1 +catty/50 1 +Caucasian/1 1 +Caucasoid 1 +Caucasus/2 1 +Cauchy +caucus/22 1 +caudal/8 1 +caught 251 +cauldron/1 1 +cauliflower/1 1 +caulk/23 1 +caulker/1 1 +caulking/2 1 +causal/8 1 +causality/15 1 +causal 1 +causation/2 1 +causative 1 +cause/28 1 +causeless 1 +causer/1 1 +causerie/1 1 +causeway/18 1 +caustic/1 1 +caustically +causticity/2 1 +caustic 1 +cauterization/2 1 +cauterize/6 1 +caution/23 1 +cautionary +cautious/16 1 +cavalcade/1 1 +cavalier/164 1 +cavalry/15 1 +cavalryman/2 252 +cavalrymen 253 +cave/28 1 +caveat/18 1 +caveman/2 254 +cavemen 255 +Cavendish +caver/10 1 +cavern/18 1 +cavernous/8 1 +caves 256 +caviar/2 1 +caviare/2 1 +cavil/23 1 +caviler/1 1 +cavilings +caviling 1 +caving/2 1 +cavitation 1 +cavity/15 1 +cavort/11 1 +Cavour +caw/23 1 +cawing 1 +Caxton +cay/1 1 +Cayenne +cayenne/2 1 +Cayman/3 +cayman/1 1 +Cayuga/1 1 +cayuse/1 1 +Cayuse 1 +Cb +CB +CBC/2 1 +CBS +cc 1 +CCTV +CCU +Cd/2 1 +CD/2 1 +CDC +CDT +Ce/2 1 +cease/28 1 +ceasefire/1 1 +ceaseless/16 1 +ceasing 1 +Ceausescu/3 +Cebu/2 1 +Cebuano/2 1 +cecal 1 +ceca 257 +Cecelia/3 +Cecil +Cecile/3 +Cecilia +Cecily/3 +cecum/2 258 +cedar/1 1 +cedarwood 1 +cede/6 1 +ceder/1 1 +cedes 259 +cedilla/1 1 +Cedric/3 +ceilidh/10 1 +ceiling/1 1 +celandine/2 1 +celeb/10 1 +Celebes/2 1 +celebrant/1 1 +celebrate/6 1 +celebrated 1 +celebration/1 1 +celebrator/1 1 +celebratory +celebrity/15 1 +celeriac 1 +celerity/2 1 +celery/2 1 +celesta/1 1 +Celeste/3 +celestial/8 1 +Celia/3 +celibacy/2 1 +celibate/1 1 +Celina/3 +cell/62 1 +cellar/18 1 +Cellini +cellist/1 1 +cellmate/1 1 +cello/1 1 +cellophane/2 1 +cellphone/1 1 +cellulars +cellular's +cellular 1 +cellulite/2 1 +celluloid/2 1 +cellulose/2 1 +Celsius 1 +Celt/1 1 +Celtic/1 1 +cement/23 1 +cementer/1 1 +cementum/2 1 +cemetery/15 1 +cenobite/1 1 +cenobitic +cenotaph/1 1 +Cenozoic/2 1 +censer/1 1 +censor/23 1 +censorial +censorious/16 1 +censorship/2 1 +censurable 1 +censure/28 1 +censurer/1 1 +census/22 1 +cent/1 1 +centaur/1 1 +Centaurus/2 1 +centavo/1 1 +centenarian/1 1 +centenary/15 1 +centennial/30 1 +center/23 1 +centerboard/1 1 +centerfold/1 1 +centering 1 +centerpiece/1 1 +center 1 +centigrade +Centigrade +centigram/1 1 +centiliter/1 1 +centime/1 1 +centimeter/1 1 +centipede/1 1 +Central +central/183 1 +centralism 1 +centralist 1 +centrality/2 1 +centralization/2 1 +centralize/6 1 +centralizer/1 1 +centric 1 +centrifugal/8 1 +centrifuge/28 1 +centripetal/8 1 +centrism/2 1 +centrist/1 1 +centroid/10 1 +centurion/1 1 +century/15 1 +CEO/2 1 +cephalic 1 +Cepheid 1 +Cepheus/2 1 +ceramic/130 1 +ceramicist/1 1 +ceramist/1 1 +Cerberus/2 1 +cereal/1 1 +cerebellar +cerebellum/1 1 +cerebral 1 +cerebra 260 +cerebrate/6 1 +cerebration/2 1 +cerebrum/1 261 +cerement/1 1 +ceremonial/30 1 +ceremonious/16 1 +ceremony/15 1 +Cerenkov +Ceres/2 1 +Cerf/3 +cerise/2 1 +cerium/2 1 +cermet/2 1 +cert/10 1 +certain/75 1 +certainty/15 1 +certifiable/19 1 +certificate/28 1 +certification/1 1 +certify/31 1 +certitude/1 1 +cerulean/2 1 +Cervantes/2 1 +cervical +cervix/184 1 +Cesar/3 +Cesarean +cesarean/1 1 +Cesarian +cesium/2 1 +cessation/1 1 +cession/1 1 +Cessna/3 +cesspit/10 1 +cesspool/1 1 +cetacean/1 1 +Cetus +Ceylon/2 1 +Ceylonese +Cezanne +CF +Cf/2 1 +CFC/2 1 +CFO +cf 1 +cg +ch +Ch +Chablis/2 1 +Chad/2 1 +chad/10 1 +Chadian/1 1 +Chad 1 +Chadwick +chafe/43 1 +chaff/23 1 +chaffinch/4 1 +chaffing 1 +Chagall +chagrin/23 1 +chain/23 1 +chainsaw/23 1 +chair/23 1 +chairlift/1 1 +chairman/2 262 +chairmanship/1 1 +chairman 1 +chairmen 263 +chairperson/1 1 +chairwoman/2 264 +chairwomen 265 +chaise/1 1 +Chaitanya/3 +Chaitin/3 +chalcedony/2 1 +Chaldea +Chaldean 1 +chalet/1 1 +chalice/1 1 +chalk/23 1 +chalkboard/1 1 +chalkiness/3 +chalk 1 +chalky/34 1 +challenge/28 1 +Challenger/3 +challenger/1 1 +challenging/8 1 +challis/2 1 +chamber/62 1 +Chamberlain +chamberlain/1 1 +chambermaid/1 1 +chamberpot/10 1 +Chambers +chamber 1 +chambray/2 1 +chameleon/1 1 +chammy/167 1 +chamois/2 1 +chamomile/1 1 +champ/23 1 +champagne/1 1 +champers 1 +champion/23 1 +championship/1 1 +champion 1 +Champlain +Champollion +Chan/3 +Chance/3 +chance/28 1 +chancel/1 1 +chancellery/15 1 +chancellor/1 1 +chancellorship/2 1 +Chancellorsville/2 1 +chancery/15 1 +chance 1 +chancier 266 +chanciest 266 +chanciness/3 +chancre/1 1 +chancy/34 1 +chandelier/1 1 +Chandigarh +Chandler +chandler/1 1 +Chandon/3 +Chandra/3 +Chandragupta +Chandrasekhar/3 +Chanel +Chaney/3 +Chang/2 1 +Changchun +change/28 1 +changeability/2 1 +changeable/29 1 +changed 1 +changeless/8 1 +changeling/1 1 +changeover/1 1 +changer/1 1 +Changsha +channel/23 1 +channeling 1 +channelization/2 1 +channelize/6 1 +chanson/1 1 +chant/23 1 +chanter/1 1 +chanteuse/1 1 +chantey/1 1 +chanticleer/1 1 +Chantilly +chantings +chantry/60 1 +chanty/15 1 +Chanukah/1 1 +chaos/2 1 +chaotic/39 1 +chap/47 1 +chaparral/1 1 +chapati/10 1 +chapatti/10 1 +chapbook/1 1 +chapeau/1 1 +chapel/18 1 +chaperon/23 1 +chaperonage/2 1 +chaperone/28 1 +chaplain/1 1 +chaplaincy/15 1 +chaplet/1 1 +Chaplin +Chapman +Chappaquiddick/3 +chappy/60 1 +chapter/18 1 +Chapultepec/2 1 +char/103 1 +charabanc/1 1 +character/18 1 +characterful +characteristic/51 1 +characterization/1 1 +characterize/6 1 +characterless 1 +charade/1 1 +Charbray/3 +charbroil/11 1 +charcoal/18 1 +chard/2 1 +chardonnay/1 1 +Chardonnay/2 1 +charge/28 1 +chargeable 1 +charger/1 1 +chariot/18 1 +charioteer/18 1 +charisma/2 1 +charismatic/1 1 +charismatically +charitable/29 1 +Charity/3 +charity/15 1 +charlady/60 1 +charlatan/1 1 +charlatanism/2 1 +charlatanry/2 1 +Charlemagne/2 1 +Charlene/3 +Charles/2 1 +Charleston/1 1 +Charley 1 +charlie/10 1 +Charlie 1 +Charlotte/2 1 +Charlottetown/2 1 +charm/23 1 +Charmaine/3 +charmed 1 +charmer/1 1 +Charmin/3 +charming/75 1 +charmless 1 +Charolais/2 1 +Charon/2 1 +chart/23 1 +charter/78 1 +charterer/1 1 +Chartism/2 1 +chartists +Chartres +chartreuse/2 1 +charwoman/2 267 +charwomen 268 +chary/50 1 +Charybdis/2 1 +Chase +chase/28 1 +chaser/1 1 +chasing 1 +Chasity/3 +chasm/1 1 +chassis/2 1 +chaste/27 1 +chasten/11 1 +chastise/6 1 +chastisement/1 1 +chastiser/1 1 +chastity/2 1 +chasuble/1 1 +chat/109 1 +chateau/1 1 +Chateaubriand/2 1 +chatelaine/1 1 +chatline/10 1 +Chattahoochee/3 +Chattanooga/2 1 +chattel/1 1 +chatter/23 1 +chatterbox/4 1 +chatterer/1 1 +chattering 1 +Chatterley/3 +Chatterton +chatty/50 1 +Chaucer/2 1 +chauffeur/23 1 +Chauncey/3 +Chautauqua 1 +chauvinism/2 1 +chauvinist/1 1 +chauvinistic/39 1 +Chavez/3 +Chayefsky/3 +Che/3 +cheap/21 1 +cheapen/11 1 +cheapish +cheapo 1 +cheapskate/1 1 +cheap 1 +cheat/23 1 +cheater/1 1 +cheating 1 +Chechen 1 +Chechnya/3 +check/78 1 +checkbook/1 1 +checker/185 1 +checkerboard/18 1 +checklist/1 1 +checkmate/28 1 +checkoff/1 1 +checkout/1 1 +checkpoint/1 1 +checkroom/1 1 +checkup/1 1 +cheddar/2 1 +Cheddar 1 +cheek/23 1 +cheekbone/1 1 +cheek 1 +cheeky/50 1 +cheep/23 1 +Cheer/3 +cheer/23 1 +cheerer/1 1 +cheerful/85 1 +cheering 1 +cheerio/1 1 +Cheerios/3 +cheerleader/1 1 +cheerless/16 1 +cheers 1 +cheery/50 1 +cheese/28 1 +cheeseboard/10 1 +cheeseburger/1 1 +cheesecake/1 1 +cheesecloth/2 1 +cheeseparing/2 1 +cheesy/49 1 +cheetah/1 1 +Cheetos/3 +Cheever +chef/18 1 +Chekhov/2 1 +Chekhovian +Chelsea +Chelyabinsk/2 1 +chem +chemical/30 1 +chemiluminescence 1 +chemiluminescent +chemise/1 1 +chemist/1 1 +chemistry/2 1 +chemo/2 1 +chemosynthesis 1 +chemotherapeutic 1 +chemotherapy/2 1 +chemurgy/2 1 +Chen/2 1 +Cheney/3 +Chengdu +chenille/2 1 +Chennai/3 +Cheops +Cheri/3 +Cherie/3 +cherish/7 1 +Chernenko/3 +Chernobyl/2 1 +Chernomyrdin/3 +Cherokee/1 1 +cheroot/1 1 +Cherry/3 +cherry/15 1 +chert/2 1 +cherub/186 1 +cherubic +cherubim 1 +chervil/2 1 +Cheryl/3 +Chesapeake +Cheshire +chess/2 1 +chessboard/1 1 +chessman/2 269 +chessmen 270 +chest/1 1 +chested 1 +Chester/2 1 +Chesterfield +chesterfield/1 1 +Chesterton 1 +chestful/1 1 +chestnut/1 1 +chesty/34 1 +Chevalier +chevalier/1 1 +cheviot/2 1 +Cheviot/2 1 +Chevrolet/2 1 +Chevron/3 +chevron/1 1 +Chevy/3 +chew/23 1 +chewable 1 +chewer/1 1 +chewiness/3 +chewy/34 1 +Cheyenne/1 1 +chg +chge +Chi/3 +chi/1 1 +Chianti/1 1 +chiaroscuro/2 1 +Chiba +Chibcha 1 +chic/187 1 +Chicago/2 1 +Chicagoan 1 +Chicana 1 +chicane/18 1 +chicanery/15 1 +Chicano 1 +chichi/188 1 +chick/1 1 +chickadee/1 1 +Chickasaw/1 1 +chicken/23 1 +chickenfeed/2 1 +chickenhearted +chickenpox/2 1 +chickenshit/189 1 +chicken 1 +chickpea/1 1 +chickweed/2 1 +chicle/2 1 +Chiclets/3 +chicory/15 1 +chide/6 1 +chidingly 1 +chiding 1 +chief/183 1 +chiefdom/2 1 +chieftain/1 1 +chieftainship/1 1 +chiffon/2 1 +chiffonier/1 1 +chiffon 1 +chigger/1 1 +chignon/1 1 +chihuahua/1 1 +Chihuahua/1 1 +chilblain/1 1 +child/155 1 +childbearing/2 1 +childbirth/1 1 +childcare/2 1 +childhood/1 1 +childish/16 1 +childless/33 1 +childlike 1 +childminder/10 1 +childminding +childproof/11 1 +child 1 +chile/1 1 +Chile/2 1 +Chilean/1 1 +chiles 271 +chili/4 1 +chill/165 1 +chiller/1 1 +chilli/190 1 +chilling/191 1 +chilly/49 1 +chimaera/1 1 +chimaerical +Chimborazo/2 1 +chime/28 1 +chimer/1 1 +chimera/1 1 +Chimera/1 1 +chimeric +chimerical 1 +chimney/18 1 +chimp/1 1 +chimpanzee/1 1 +Chimu/3 +Ch'in +chin/1 1 +Chin/2 1 +chin/192 1 +china/2 1 +China/2 1 +Chinatown 1 +china 1 +chinaware/2 1 +chinchilla/1 1 +chinchilla's 272 +chinchilla 273 +chine/18 1 +Chinese/2 1 +chink/23 1 +chinless 1 +chino/1 1 +Chinook/1 1 +chinstrap/1 1 +chintz/2 1 +chintzy/34 1 +chinwag/58 1 +chip/47 1 +chipboard 1 +Chipewyan/2 1 +chipmunk/1 1 +chipolata/10 1 +Chippendale/2 1 +chipper/18 1 +Chippewa/1 1 +chippie/10 1 +chipping/10 1 +chippy/60 1 +chips 1 +Chiquita/3 +chiral +Chirico +chirography/2 1 +chiropodist/1 1 +chiropody/2 1 +chiropractic/1 1 +chiropractor/1 1 +chirp/23 1 +chirpy/193 1 +chirrup/23 1 +chisel/23 1 +chiseler/1 1 +chiseller/1 1 +Chisholm/3 +Chisinau/2 1 +chit/1 1 +chitchat/109 1 +chitin/2 1 +chitinous +chitlings/2 1 +chitlins +chitlins's +Chittagong +chitterlings/2 1 +chivalric +chivalrous/16 1 +chivalry/2 1 +Chivas/3 +chive/18 1 +chivvy/31 1 +chivy/31 1 +chlamydia/57 1 +Chloe +chloral/2 1 +chlorate 1 +chlordane/2 1 +chloride/1 1 +chlorinate/6 1 +chlorination/2 1 +chlorine/2 1 +chlorofluorocarbon/1 1 +chloroform/23 1 +chlorophyl/2 1 +chlorophyll/2 1 +chloroplast/1 1 +chloroquine 1 +chm +choc/194 1 +chocaholic/1 1 +chock/23 1 +chockablock +chock 1 +chocoholic/1 1 +chocolate/1 1 +chocolatey +chocolaty +Choctaw/1 1 +choice/41 1 +choir/18 1 +choirboy/1 1 +choirmaster/1 1 +choke/28 1 +chokecherry/15 1 +choker/1 1 +choking 1 +choler/2 1 +cholera/2 1 +choleric 1 +cholesterol/2 1 +choline 1 +chomp/23 1 +chomper/10 1 +Chomsky +Chongqing +choose/14 274 +chooser/1 1 +choosey 275 +choosier 276 +choosiest 276 +choosiness/3 +choosy/34 1 +chop/47 1 +chophouse/1 1 +Chopin/2 1 +chopper/23 1 +chopping 1 +choppy/50 1 +Chopra/3 +chopstick/1 1 +choral/30 1 +chorale/1 1 +chord/18 1 +chordal 1 +chordate/1 1 +chore/18 1 +chorea/2 1 +choreograph/11 1 +choreographer/1 1 +choreographic/39 1 +choreography/2 1 +chorister/1 1 +choroid/1 1 +chortle/28 1 +chortler/1 1 +chorus/22 1 +chosen 277 +chose 277 +Chou +chow/23 1 +chowder/18 1 +chows 1 +Chretien/3 +Chris/3 +chrism/2 1 +Christ/1 1 +Christa/3 +Christchurch +christen/11 1 +Christendom/1 1 +christening/1 1 +Christensen/3 +Christi/3 +Christian/1 1 +Christianity/15 1 +Christianize 1 +christian 1 +Christian 1 +Christie 1 +Christina +Christine/3 +Christlike +Christmas/40 1 +Christmastide/1 1 +Christmastime/1 1 +Christoper/3 +Christopher/2 1 +Christy 1 +chromatic/39 1 +chromaticism 1 +chromatic 1 +chromatin/2 1 +chromatographic +chromatography 1 +chroma 1 +chrome/28 1 +chroming 1 +chromite 1 +chromium/2 1 +chromosomal 1 +chromosome/1 1 +chronic/39 1 +chronicle/28 1 +chronicler/1 1 +Chronicles +chronicling 1 +chronic 1 +chronograph/1 1 +chronological/8 1 +chronologist/1 1 +chronology/15 1 +chronometer/1 1 +chronometric +chrysalis/4 1 +chrysanthemum/1 1 +Chrysler/2 1 +Chrysostom +Chrystal/3 +chub/1 1 +chubby/49 1 +Chuck/3 +chuck/23 1 +chuckhole/1 1 +chuckle/28 1 +chuckling 1 +chuff/195 1 +chug/92 1 +Chukchi 1 +chukka/1 1 +chum/160 1 +Chumash 1 +chummy/50 1 +chump/18 1 +chunder/11 1 +Chung/3 +Chungking/2 1 +chunk/18 1 +chunky/49 1 +chunter/11 1 +church/40 1 +churchgoer/1 1 +churchgoing/2 1 +Churchill/2 1 +churchman/2 278 +churchmen 279 +Church 1 +churchwarden/1 1 +churchwoman 280 +churchwomen 281 +churchyard/1 1 +churl/1 1 +churlish/16 1 +churn/23 1 +churner/1 1 +churning 1 +Churriguera/3 +chute/18 1 +chutney/1 1 +chutzpa/2 1 +chutzpah/2 1 +Chuvash/2 1 +chyme/2 1 +CIA/2 1 +ciao/10 1 +cicada/1 1 +cicatrice/1 1 +cicatrix/184 1 +Cicero/2 1 +cicerone/196 1 +Cid +CID +cider/1 1 +cigar/1 1 +cigaret/1 1 +cigarette/1 1 +cigarillo/1 1 +ciggy/60 1 +cilantro/2 1 +cilia 282 +cilium/2 283 +Cimabue/2 1 +cinch/22 1 +cinchona/1 1 +Cincinnati 284 +cincture/18 1 +cinder/23 1 +Cinderella/1 1 +Cindy/3 +cinema/1 1 +CinemaScope/3 +cinematic 1 +cinematographer/1 1 +cinematographic 1 +cinematography/2 1 +Cinerama +cine 1 +cinnabar/2 1 +cinnamon/2 1 +cipher/23 1 +ciphering 1 +Cipro/2 1 +cir +circadian +circa 1 +Circe/2 1 +circle/28 1 +circlet/1 1 +circling 1 +circuit/23 1 +circuital +circuitous/16 1 +circuitry/2 1 +circuity/2 1 +circulant +circular/30 1 +circularity/2 1 +circularize/6 1 +circulate/6 1 +circulation/1 1 +circulatory +circumcise/6 1 +circumcision/1 1 +circumference/1 1 +circumferential 1 +circumflex/40 1 +circumlocution/1 1 +circumlocutory +circumnavigate/6 1 +circumnavigation/1 1 +circumnavigational +circumpolar +circumscribe/6 1 +circumscription/1 1 +circumspect/8 1 +circumspection/2 1 +circumstance/28 1 +circumstantial/8 1 +circumvent/11 1 +circumventable +circumvention/1 1 +circus/4 1 +cirque/1 1 +cirrhosis/2 1 +cirrhotic/1 1 +cirri 285 +cirrus/2 286 +Cisco/3 +cissy/60 1 +Ci 287 +cistern/1 1 +citadel/1 1 +citation/1 1 +cite/28 1 +cites 1 +Citibank/3 +citified +Citigroup/3 +citizen/1 1 +citizenry/2 1 +citizenship/2 1 +citrate 1 +citric 1 +Citroen/3 +citron/1 1 +citronella/2 1 +citrous 1 +citrus/4 1 +cit 1 +city/15 1 +cityscape 1 +city 1 +citywide 1 +civet/1 1 +civic/32 1 +civies +civies's +civil/8 1 +civilian/1 1 +civility/15 1 +civilization/1 1 +civilize/6 1 +civilized 1 +civvies +civvies's +ck +Cl/2 1 +clack/23 1 +clad/197 1 +cladding/2 1 +clad 288 +Claiborne/3 +claim/23 1 +claimable 1 +claimant/1 1 +claimer/1 1 +Clair/3 +Claire/3 +Clairol/3 +clairvoyance/2 1 +clairvoyant/1 1 +clam/160 1 +clambake/1 1 +clamber/23 1 +clamberer/1 1 +clammy/50 1 +clamor/23 1 +clamorous/8 1 +clamp/23 1 +clampdown/1 1 +clan/1 1 +Clancy/3 +clandestine/8 1 +clang/23 1 +clanger/10 1 +clanging 1 +clangor/2 1 +clangorous/8 1 +clangor 1 +clank/23 1 +clanking 1 +clannish/33 1 +clansman/2 289 +clansmen 290 +clanswoman 291 +clanswomen 292 +clap/47 1 +clapboard/23 1 +Clapeyron/3 +clapper/18 1 +clapperboard/10 1 +clapping/2 1 +Clapton/3 +claptrap/2 1 +claque/1 1 +Clara/3 +Clare +Clarence/3 +Clarendon +claret/18 1 +Clarice/3 +clarification/1 1 +clarify/31 1 +clarinet/1 1 +clarinetist/1 1 +clarinettist/1 1 +clarion/23 1 +Clarissa/3 +clarity/2 1 +Clark +Clarke/3 +clash/22 1 +clashing 1 +clasp/23 1 +clasping 1 +class/22 1 +classes 293 +classic/1 1 +classical/37 1 +classicism/2 1 +classicist/1 1 +classic 1 +classifiable +classification/1 1 +classificatory +classified/1 1 +classifier/1 1 +classify/31 1 +classlessness +classless 1 +classmate/1 1 +classroom/1 1 +class 1 +classwork/2 1 +classy/49 1 +clatter/23 1 +clattering 1 +Claude/3 +Claudette/3 +Claudia/3 +Claudine/3 +Claudio/3 +Claudius/3 +Claus/3 +clausal 1 +clause/1 1 +Clausewitz +Clausius +claustrophobia/2 1 +claustrophobic +clavichord/1 1 +clavicle/1 1 +clavier/1 1 +claw/23 1 +Clay +clay/18 1 +clayey 294 +clayier 295 +clayiest 295 +claymore/10 1 +Clayton/3 +clean/198 1 +cleanable 1 +cleaner/1 1 +cleaning/1 1 +cleanly/140 1 +cleans/7 1 +cleanse/6 1 +cleanser/1 1 +cleansing 1 +cleanup/1 1 +clear/52 1 +clearance/1 1 +Clearasil/3 +clearer 1 +clearheaded 1 +clearing/1 1 +clearinghouse/1 1 +clearway/10 1 +cleat/18 1 +cleavage/1 1 +cleave/6 296 +cleaver/1 1 +cleaving 1 +clef/1 1 +cleft/18 297 +Clem/3 +clematis/4 1 +Clemenceau +clemency/2 1 +Clemens +Clement/3 +clement/8 1 +Clementine/3 +clementine/10 1 +Clements +Clemons +Clemson/3 +clench/22 1 +Cleo/3 +Cleopatra/2 1 +clerestory/15 1 +clergy/15 1 +clergyman/2 298 +clergymen 299 +clergywoman/2 300 +clergywomen 301 +cleric/1 1 +clerical/8 1 +clericalism/2 1 +clerical 1 +clerk/23 1 +clerkship/2 1 +Cleveland/2 1 +clever/21 1 +clevis/4 1 +clew/23 1 +Cliburn/3 +cliche/1 1 +cliched 1 +click/23 1 +clicker/1 1 +clicking 1 +client/1 1 +clientele/1 1 +Cliff/3 +cliff/1 1 +cliffhanger/1 1 +cliffhanging +Clifford +clifftop +clifftops +Clifton/3 +clii +climacteric/2 1 +climactic +climate/1 1 +climatic +climatically +climatological 1 +climatologist/1 1 +climatology/2 1 +climax/22 1 +climb/23 1 +climbable 1 +climbdown +climber/1 1 +climbing/2 1 +clime/1 1 +clinch/22 1 +clincher/1 1 +Cline/3 +cling/86 302 +clinger/1 1 +clingfilm +clingy/34 1 +clinic/1 1 +clinical/8 1 +clinician/1 1 +clink/23 1 +clinker/18 1 +Clint/3 +Clinton/2 1 +Clio/2 1 +cliometric/32 1 +cliometrician/1 1 +clip/47 1 +clipboard/1 1 +clipper/1 1 +clipping/1 1 +clique/18 1 +cliquey 303 +cliquier 304 +cliquiest 304 +cliquish/16 1 +clitoral +clitoris/199 1 +Clive +clix +cloaca/53 1 +cloak/23 1 +cloaked 1 +cloakroom/1 1 +clobber/23 1 +cloche/1 1 +clock/23 1 +clockmaker 1 +clockwise 1 +clockwork/1 1 +clod/18 1 +cloddish 1 +clodhopper/1 1 +clog/92 1 +cloisonne/2 1 +cloister/23 1 +cloistral 1 +clomp/11 1 +clonal 1 +clone/28 1 +cloning 1 +clonk/23 1 +clop/47 1 +Clorets/3 +Clorox/2 1 +close/107 1 +closeable +closefisted 1 +closemouthed +closeout/1 1 +closer/10 1 +closet/23 1 +closeup/1 1 +closing/1 1 +closure/18 1 +clot/109 1 +cloth/23 1 +clothe/6 305 +clotheshorse/1 1 +clothesline/18 1 +clothespin/1 1 +clothier/1 1 +clothing/2 1 +Clotho/2 1 +clotting 1 +cloture/18 1 +cloud/23 1 +cloudburst/1 1 +clouding 1 +cloudless 1 +cloudscape/10 1 +cloudy/49 1 +Clouseau/3 +clout/23 1 +clove/1 1 +cloven 306 +clover/1 1 +cloverleaf/1 1 +clove 306 +Clovis/2 1 +clown/23 1 +clowning 1 +clownish/16 1 +cloy/11 1 +cloying/8 1 +cl 1 +club/136 1 +clubbable 1 +clubber/10 1 +clubbing 1 +clubfeet 307 +clubfoot/2 308 +clubfooted +clubhouse/1 1 +clubland +clubroom 1 +cluck/23 1 +clue/28 1 +clueless 1 +clump/23 1 +clumpy/34 1 +clumsy/50 1 +clung 309 +clunk/23 1 +clunker/1 1 +clunky/34 1 +cluster/23 1 +clutch/22 1 +clutter/23 1 +clvi +clvii +clxi +clxii +clxiv +clxix +clxvi +clxvii +Clydesdale/2 1 +Clyde 1 +Clytemnestra +Cm/2 1 +Cmdr +cm 1 +cnidarian/1 1 +CNN +CNS/2 1 +co +CO/2 1 +Co/2 310 +coach/22 1 +coaching 1 +coachload/10 1 +coachman/2 311 +coachmen 312 +coach 1 +coachwork 1 +coadjutor/1 1 +coagulant/1 1 +coagulate/6 1 +coagulation/2 1 +coagulator/1 1 +coal/23 1 +coalesce/6 1 +coalescence/2 1 +coalescent +coalface/1 1 +coalfield/10 1 +coalition/1 1 +coalitionist/1 1 +coalmine/10 1 +coalminers +coarse/27 1 +coarsen/11 1 +coast/23 1 +coastal 1 +coaster/1 1 +coastguard/10 1 +coasting 1 +coastline/1 1 +coat/23 1 +coating/1 1 +coatroom/10 1 +coattail/1 1 +coat 1 +coauthor/23 1 +coax/156 1 +coaxer/1 1 +coaxial 1 +coaxing/8 1 +cob/18 1 +Cobain/3 +cobalt/2 1 +Cobb +cobber/10 1 +cobble/28 1 +cobbler/1 1 +cobblestone/1 1 +cobbling 1 +cobnut/10 1 +COBOL/1 1 +cobra/1 1 +cobweb/200 1 +cobwebby/34 1 +coca/2 1 +cocain/2 1 +cocaine/2 1 +cocci/10 313 +coccus/2 314 +coccyx/201 1 +Cochabamba +cochineal/2 1 +Cochin 1 +Cochise +cochlea/57 1 +cochlear 1 +Cochran/3 +cock/23 1 +cockade/1 1 +cockamamie +cockatoo/1 1 +cockatrice/1 1 +cockchafer/10 1 +cockcrow/1 1 +cockerel/1 1 +cockeyed +cockfight/1 1 +cockfighting/2 1 +cockle/18 1 +cockleshell/1 1 +cockney/1 1 +Cockney/2 1 +cockney 1 +Cockney 1 +cockpit/1 1 +cockroach/4 1 +cockscomb/1 1 +cockshies +cocksucker/80 1 +cocksure 1 +cocktail/18 1 +cocky/50 1 +coco/1 1 +cocoa/1 1 +cocoanut/1 1 +cocoa's 315 +cocoa 316 +coconut/1 1 +cocoon/23 317 +cocooning 1 +Cocteau +Cod +cod/113 1 +coda/1 1 +coda's 318 +coda 319 +coddle/6 1 +code/28 1 +codebreaker +codeine/2 1 +codename +codenamed +codependency/2 1 +codependent/1 1 +coder/1 1 +codeword/10 1 +codex/2 320 +codfish/4 1 +codger/1 1 +codices 321 +codicil/1 1 +codification/1 1 +codifier/1 1 +codify/31 1 +codling 1 +codpiece/1 1 +codswallop 1 +COD 1 +Cody +coed/1 1 +coeducation/2 1 +coeducational 1 +coefficient/1 1 +coelenterate/1 1 +coequal/30 1 +coerce/6 1 +coercer/1 1 +coercible +coercion/1 1 +coercive 1 +coeval/30 1 +coexist/11 1 +coexistence/2 1 +coexistent +coextensive 1 +coffee/1 1 +coffeecake/1 1 +coffeehouse/18 1 +coffeemaker/1 1 +coffeepot/1 1 +coffer/18 1 +cofferdam/1 1 +Coffey/3 +coffin/23 1 +cog/18 1 +cogency/2 1 +cogent/8 1 +cogitate/6 1 +cogitation/1 1 +cogitative 1 +cogitator/1 1 +cognac/1 1 +Cognac/2 1 +cognate/1 1 +cognition/2 1 +cognitional +cognitive/8 1 +cognizable 1 +cognizance/2 1 +cognizant +cognomen/1 1 +cognoscente/202 1 +cogwheel/1 1 +cohabit/11 1 +cohabitant/1 1 +cohabitation/2 1 +Cohan +coheir/1 1 +Cohen +cohere/6 1 +coherence/2 1 +coherency/2 1 +coherent/8 1 +cohesion/2 1 +cohesive/16 1 +coho/1 1 +cohort/1 1 +coif/203 1 +coiffure/28 1 +coil/23 1 +Coimbatore +coin/23 1 +coinage/1 1 +coincide/6 1 +coincidence/1 1 +coincidental/8 1 +coincident 1 +coiner/1 1 +coining 1 +coinsurance/2 1 +cointreau +Cointreau 1 +coir 1 +coital 1 +coitus/2 1 +coke/1 1 +Coke/1 1 +coke/6 1 +Col +COL +col/70 1 +COLA +cola/1 1 +colander/1 1 +cola's 322 +cola 323 +Colbert/2 1 +Colby 1 +cold/38 1 +coldblooded +coldish +Cole +Coleen/3 +Coleman/3 +Coleridge/2 1 +coleslaw/2 1 +Colette +coleus/4 1 +coley/10 1 +Colfax/3 +Colgate/3 +colic/2 1 +colicky 1 +Colin/3 +coliseum/1 1 +colitis/2 1 +coll +collaborate/6 1 +collaboration/1 1 +collaborationist 1 +collaborative/8 1 +collaborator/1 1 +collage/18 1 +collagen 1 +collapse/28 1 +collapsible +collar/23 1 +collarbone/1 1 +collard/1 1 +collarless 1 +collate/6 1 +collateral/37 1 +collateralize 1 +collation/1 1 +collator/1 1 +colleague/18 1 +collect/23 1 +collectable/1 1 +collected/8 1 +collectible/1 1 +collecting 1 +collection/1 1 +collective/30 1 +collectivism/2 1 +collectivist/1 1 +collectivity 1 +collectivization/2 1 +collectivize/6 1 +collector/1 1 +collect 1 +Colleen/3 +colleen/1 1 +college/1 1 +collegial +collegiality/2 1 +collegian/1 1 +collegiate 1 +collide/6 1 +collie/18 1 +Collier/3 +collier/1 1 +colliery/15 1 +collimation 1 +collimator 1 +Collin/3 +collinear 1 +Collins 1 +collision/1 1 +collisional +collocate/6 1 +collocate's +collocation/1 1 +colloid/1 1 +colloidal +colloid 1 +colloq +colloquial/8 1 +colloquialism/1 1 +colloquial 1 +colloquium/1 1 +colloquy/15 1 +collude/6 1 +collusion/2 1 +collusive 1 +Colo +cologne/1 1 +Cologne/2 1 +Colombia/2 1 +Colombian/1 1 +Colombo/2 1 +Colon/3 +colon/1 324 +colonel/1 1 +colonelcy/2 1 +colones +Colonial +colonial/30 1 +colonialism/2 1 +colonialist/1 1 +colonic 1 +colonist/1 1 +colonization/1 1 +colonize/6 1 +colonizer/1 1 +colonnade/1 1 +colonnaded +colony/15 1 +colophon/1 1 +color/23 1 +Coloradan/1 1 +Colorado/2 1 +Coloradoan 1 +colorant/1 1 +coloration/2 1 +coloratura/1 1 +colorblind +colorblindness/3 +colored/1 1 +colorfast/33 1 +colorful/16 1 +colorimetric +coloring/1 1 +colorist/10 1 +colorization/2 1 +colorize/6 1 +colorless/16 1 +color 1 +colorway/10 1 +colossal/8 1 +Colosseum +colossi 325 +colossus/2 326 +colostomy/15 1 +colostrum/2 1 +colt/1 1 +Colt/2 1 +coltish 1 +Coltrane +Columbia/2 1 +Columbine +columbine/1 1 +Columbus/2 1 +column/1 1 +columnar +columned +columnist/1 1 +com +Com +coma/57 1 +comaker/1 1 +Comanche/1 1 +comatose 1 +comb/23 1 +combat/23 1 +combatant/1 1 +combative/33 1 +comber/1 1 +combination/1 1 +combinatorial +combine/28 1 +combined 1 +combiner/1 1 +combing/32 1 +combo/1 1 +Combs/3 +combusted +combustibility/2 1 +combustible/1 1 +combustion/2 1 +combustive +Comdr +come/14 327 +comeback/1 1 +comedian/1 1 +comedic 1 +comedienne/1 1 +comedown/1 1 +comedy/15 1 +comely/49 1 +comer/1 1 +come's +comestible/1 1 +comet/1 1 +cometary +comeuppance/1 1 +comfit/18 1 +comfort/23 1 +comfortable/29 1 +comforter/1 1 +comforting/8 1 +comfortless 1 +comfy/34 1 +comic/1 1 +comical/8 1 +comicality/2 1 +comic 1 +coming/1 1 +Comintern +comity/2 1 +comm +comma/1 1 +command/23 1 +commandant/1 1 +commandeer/11 1 +commander/1 1 +commanding/8 1 +commandment/1 1 +commando/1 1 +comma's 328 +comma 329 +commemorate/6 1 +commemoration/1 1 +commemorative 1 +commemorator/1 1 +commence/6 1 +commencement/1 1 +commend/11 1 +commendable/19 1 +commendation/1 1 +commendatory +commensurable 1 +commensurate/8 1 +comment/23 1 +commentary/15 1 +commentate/6 1 +commentator/1 1 +commenter 1 +commerce/2 1 +commercial/30 1 +commercialism/2 1 +commercialization/2 1 +commercialize/6 1 +commie/1 1 +commingle/6 1 +commiserate/6 1 +commiseration/1 1 +commiserative 1 +commissar/1 1 +commissariat/1 1 +commissary/15 1 +commission/23 1 +commissionaire/10 1 +commissioner/1 1 +commit/12 1 +commitment/1 1 +committal/1 1 +committee/1 1 +committeeman/2 330 +committeemen 331 +committeewoman/2 332 +committeewomen 333 +commode/1 1 +commodious/8 1 +commodity/15 1 +commodore/1 1 +common/38 334 +commonality/60 1 +commonalty/2 1 +commoner/1 1 +commonplace/1 1 +Commons +commonsense +commonsensical 1 +commonweal/2 1 +commonwealth/1 1 +Commonwealth 1 +commotion/1 1 +communal/8 1 +communality 1 +commune/28 1 +communicability/2 1 +communicable/19 1 +communicant/1 1 +communicate/6 1 +communication/1 1 +communicative/153 1 +communicator/1 1 +communing 1 +communion/1 1 +Communion/1 1 +communique/1 1 +communism/2 1 +Communism 1 +communist/1 1 +Communist/1 1 +communistic +communitarian 1 +community/15 1 +commutable 1 +commutation/1 1 +commutative 1 +commutativity 1 +commutator/1 1 +commute/6 1 +commuter/1 1 +commute's +Como +Comoran +Comoros/2 1 +comp/23 1 +compact/52 1 +compacter 1 +compaction/10 1 +compactor/1 1 +companion/18 1 +companionable/19 1 +companionship/2 1 +companionway/1 1 +company/167 1 +Compaq/3 +comparability/2 1 +comparable/19 1 +comparative/30 1 +comparator/10 1 +compare/28 1 +comparison/1 1 +compartment/18 1 +compartmentalization/2 1 +compartmentalize/6 1 +compartmental 1 +compass/22 1 +compassing 1 +compassion/2 1 +compassionate/8 1 +compassion 1 +compatibility/15 1 +compatible/82 1 +compatriot/1 1 +compeer/18 1 +compel/61 1 +compelling/8 1 +compendious 1 +compendium/1 1 +compensate/6 1 +compensation/1 1 +compensator 1 +compensatory +compere/43 1 +compete/6 1 +competence/1 1 +competency/15 1 +competent/8 1 +competing 1 +competition/1 1 +competitive/16 1 +competitor/1 1 +compilable +compilation/1 1 +compile/6 1 +compiler/1 1 +complacence/2 1 +complacency/2 1 +complacent/8 1 +complain/11 1 +complainant/1 1 +complainer/1 1 +complaining/8 1 +complaint/1 1 +complaisance/2 1 +complaisant/8 1 +complected +complement/23 1 +complementarity 1 +complementary 1 +completable +complete/104 1 +completed 1 +completer 1 +completion/1 1 +complex/204 1 +complexion/62 1 +complexional 1 +complexity/15 1 +compliance/2 1 +compliant/8 1 +complicate/6 1 +complicated/8 1 +complication/1 1 +complicit +complicity/2 1 +compliment/23 1 +complimentary 1 +comply/31 1 +compo/10 1 +component/1 1 +comport/11 1 +comportment/2 1 +compos/205 1 +compose/6 1 +composed/8 1 +composer/1 1 +composite/164 1 +composition/1 1 +compositional 1 +compositor/1 1 +compost/23 1 +composure/2 1 +compote/1 1 +compound/23 1 +compoundable +compounded 1 +compound 1 +comprehend/11 1 +comprehensibility/2 1 +comprehensible/19 1 +comprehension/1 1 +comprehensive/36 1 +compress/22 1 +compressed 1 +compressibility 1 +compressible 1 +compression/1 1 +compressional +compressive 1 +compressor/1 1 +comprise/6 1 +compromise/28 1 +compromising 1 +Compton +comptroller/1 1 +compulsion/1 1 +compulsive/16 1 +compulsory/206 1 +compunction/1 1 +CompuServe/3 +computability 1 +computable/19 1 +computation/1 1 +computational/8 1 +compute/43 1 +computer/1 1 +computerate +computerization/2 1 +computerize/6 1 +computing/2 1 +comrade/1 1 +comradely 1 +comradeship/2 1 +Comte +con/133 1 +Conakry/2 1 +Conan/3 +concatenate/6 1 +concatenation/1 1 +concave/16 1 +concavity/15 1 +conceal/11 1 +concealable +concealed 1 +concealer/1 1 +concealment/2 1 +concede/6 1 +conceded 1 +conceit/62 1 +conceited/16 1 +conceivability 1 +conceivable/19 1 +conceive/6 1 +concentrate/28 1 +concentration/1 1 +concentrator/10 1 +concentric +concentrically +Concepcion +concept/1 1 +conception/1 1 +conceptional +conceptual/8 1 +conceptualization/1 1 +conceptualize/6 1 +concern/23 1 +concerned/8 1 +concerning 1 +concert/23 1 +concerted/8 1 +concertgoer/10 1 +concertina/23 1 +concertize/6 1 +concertmaster/1 1 +concerto/1 1 +concession/1 1 +concessionaire/1 1 +concessional +concessionary 1 +Concetta/3 +conch/18 1 +conchie/10 1 +concierge/1 1 +conciliar 1 +conciliate/6 1 +conciliating 1 +conciliation/2 1 +conciliator/1 1 +conciliatory 1 +concise/27 1 +concision/2 1 +conclave/1 1 +conclude/6 1 +conclusion/1 1 +conclusive/16 1 +concoct/11 1 +concoction/1 1 +concomitant/30 1 +Concord/1 1 +concord/2 1 +concordance/1 1 +concordant 1 +concordat/1 1 +Concorde +concourse/1 1 +concrete/207 1 +concretion/1 1 +concubinage/2 1 +concubine/1 1 +concupiscence/2 1 +concupiscent +concur/13 1 +concurrence/1 1 +concurrency 1 +concurrent/8 1 +concurring 1 +concuss/7 1 +concussion/1 1 +concussive +condemn/11 1 +condemnable 1 +condemnation/1 1 +condemnatory +condemner/1 1 +condemning 1 +condensate/1 1 +condensation/1 1 +condense/6 1 +condensed 1 +condenser/1 1 +condescend/11 1 +condescending/8 1 +condescension/2 1 +condign 1 +Condillac +condiment/1 1 +condition/23 1 +conditional/30 1 +conditionality 1 +conditioner/1 1 +conditioning/2 1 +condo/1 1 +condole/6 1 +condolence/1 1 +condoling 1 +condom/1 1 +condominium/1 1 +condonable +condone/6 1 +condor/1 1 +Condorcet +conduce/6 1 +conducive 1 +conduct/23 1 +conductance/2 1 +conductibility/2 1 +conductible +conduction/2 1 +conductive 1 +conductivity/15 1 +conductor/1 1 +conductress/4 1 +conduit/1 1 +cone/28 1 +Conestoga/2 1 +coney/1 1 +confab/136 1 +confabulate/6 1 +confabulation/1 1 +confection/18 1 +confectioner/1 1 +confectionery/15 1 +confectionist +confederacy/15 1 +Confederacy/2 1 +confederate/1 1 +Confederate/1 1 +confederate/6 1 +confederation/1 1 +confer/208 1 +conferee/1 1 +conference/73 1 +conferencing 1 +conferment/1 1 +conferrable +conferral/2 1 +conferrer/1 1 +confess/7 1 +confessed/8 1 +confession/1 1 +confessional/1 1 +confessor/1 1 +confetti +confetti's +confidant/1 1 +confidante/1 1 +confide/6 1 +confidence/1 1 +confident/8 1 +confidential/8 1 +confidentiality/2 1 +confident 1 +confider/1 1 +confiding/8 1 +configurable +configuration/1 1 +configure/6 1 +confine/28 1 +confined 1 +confinement/1 1 +confirm/11 1 +confirmation/1 1 +confirmatory +confirmed 1 +confirming 1 +confiscate/6 1 +confiscation/1 1 +confiscator/1 1 +confiscatory +conflagration/1 1 +conflate/6 1 +conflation/1 1 +conflict/23 1 +conflicting/8 1 +conflictual +confluence/1 1 +confluent 1 +confocal +conform/11 1 +conformable 1 +conformal +conformance/2 1 +conformation/1 1 +conformational +conformer/1 1 +conforming 1 +conformism/2 1 +conformist/1 1 +conformity/2 1 +confound/11 1 +confounded/8 1 +confounding 1 +confraternity/15 1 +confrere/1 1 +confront/11 1 +confrontation/1 1 +confrontational +Confucian/1 1 +Confucianism/1 1 +Confucius/2 1 +confusable 1 +confuse/6 1 +confused/8 1 +confuser/10 1 +confusing/8 1 +confusion/1 1 +confutation/2 1 +confute/6 1 +Cong +conga/23 1 +congeal/11 1 +congealed 1 +congealment/2 1 +congenial/8 1 +congeniality/2 1 +congenital/8 1 +conger/1 1 +congeries/2 1 +congest/11 1 +congestion/2 1 +congestive +conglomerate/28 1 +conglomeration/1 1 +Congo/2 1 +Congolese/2 1 +congrats/2 1 +congratulate/6 1 +congratulation/1 1 +congratulatory +congregant/1 1 +congregate/6 1 +congregation/1 1 +Congregational +congregationalism/2 1 +congregationalist/1 1 +Congregationalist/1 1 +congregational 1 +congress/40 1 +Congress/4 1 +Congressional +congressional 1 +congressman/2 335 +congressmen 336 +congresspeople 337 +congressperson/1 338 +congresswoman/2 339 +congresswomen 340 +Congreve +congruence/1 1 +congruency 1 +congruent/8 1 +congruential +congruity/15 1 +congruous 1 +conic/1 1 +conical/8 1 +conic 1 +conifer/1 1 +coniferous +conj +conjectural 1 +conjecture/28 1 +conjoin/11 1 +conjoined 1 +conjoiner/1 1 +conjoint/8 1 +conjugacy +conjugal/8 1 +conjugate/43 1 +conjugating 1 +conjugation/1 1 +conjunct/1 1 +conjunction/1 1 +conjunctiva/1 1 +conjunctive/1 1 +conjunctivitis/2 1 +conjunct 1 +conjuncture/1 1 +conjuration/1 1 +conjure/6 1 +conjurer/1 1 +conjuring 1 +conjuror/1 1 +conk/23 1 +conker/10 1 +Conley/3 +conman/2 1 +Conn +connect/11 1 +connectable +connected/153 1 +connecter/1 1 +connectible +Connecticut/2 1 +connection/1 1 +connectionless +connective/1 1 +connectivity/2 1 +connector/1 1 +Connemara 1 +Conner/3 +Connery/3 +Connie/3 +conning 1 +conniption/1 1 +connivance/2 1 +connive/6 1 +conniver/1 1 +conniving 1 +connoisseur/1 1 +connoisseurship 1 +Connolly/3 +Connors +connotation/1 1 +connotative 1 +connote/6 1 +connubial 1 +conquer/11 1 +conquerable 1 +conquering 1 +conqueror/1 1 +conquest/1 1 +conquistador/1 1 +Conrad +Conrail/3 +cons/7 1 +consanguineous 1 +consanguinity/2 1 +conscience/1 1 +conscienceless 1 +conscientious/16 1 +conscionable 1 +conscious/151 1 +conscript/23 1 +conscription/2 1 +consecrate/6 1 +consecrated 1 +consecration/1 1 +consecutive/8 1 +consensual/8 1 +consensus/4 1 +consent/23 1 +consequence/1 1 +consequent/8 1 +consequential/8 1 +consequent 1 +conservancy/15 1 +conservation/1 1 +conservationism/2 1 +conservationist/1 1 +conservatism/2 1 +conservative/209 1 +Conservative 1 +conservatoire/10 1 +conservator/1 1 +conservatory/15 1 +conserve/28 1 +consider/11 1 +considerable/19 1 +considerate/16 1 +consideration/1 1 +considering 1 +consign/11 1 +consignee/1 1 +consignment/1 1 +consignor/1 1 +consist/11 1 +consistence/1 1 +consistency/15 1 +consistent/8 1 +consistory/15 1 +consolable +consolation/1 1 +consolatory +console/28 1 +consolidate/6 1 +consolidation/1 1 +consolidator/1 1 +consoling/8 1 +consomme/2 1 +consonance/1 1 +consonant/30 1 +consonantal 1 +consort/23 1 +consortia 341 +consortium/2 342 +conspectus/4 1 +conspicuous/16 1 +conspiracy/15 1 +conspirator/1 1 +conspiratorial/8 1 +conspire/6 1 +Constable +constable/1 1 +constabulary/15 1 +Constance +constancy/2 1 +constant/30 1 +Constantine +Constantinople/2 1 +constellation/1 1 +consternating +consternation/2 1 +constipate/6 1 +constipation/2 1 +constituency/15 1 +constituent/1 1 +constitute/6 1 +Constitution +constitution/1 1 +constitutional/30 1 +constitutionalism 1 +constitutionalists +constitutionality/2 1 +constitutive 1 +constrain/11 1 +constrained 1 +constraining 1 +constraint/1 1 +constrict/11 1 +constriction/1 1 +constrictive +constrictor/1 1 +construable 1 +construct/23 1 +constructable +construction/1 1 +constructional 1 +constructionist/1 1 +constructive/16 1 +constructivism 1 +constructivist 1 +constructor/1 1 +construe/43 1 +consubstantiation/2 1 +Consuelo/3 +consul/1 1 +consular 1 +consulate/1 1 +consulship/2 1 +consult/11 1 +consultancy/15 1 +consultant/1 1 +consultation/1 1 +consultative 1 +consumable/1 1 +consume/6 1 +consumed 1 +consumer/1 1 +consumerism/2 1 +consumerist/1 1 +consuming 1 +consummate/68 1 +consummation/1 1 +consumption/1 1 +consumptive/1 1 +cont +contact/23 1 +contactable +contagion/1 1 +contagious/16 1 +contain/11 1 +containable +contained 1 +container/1 1 +containerization/2 1 +containerize/6 1 +containment/2 1 +contaminant/1 1 +contaminate/6 1 +contamination/2 1 +contaminator/1 1 +contd +contemn/11 1 +contemplate/6 1 +contemplation/1 1 +contemplative/30 1 +contemporaneity/2 1 +contemporaneous/8 1 +contemporary/15 1 +contempt/2 1 +contemptible/19 1 +contemptuous/16 1 +contend/11 1 +contender/1 1 +contending 1 +content/210 1 +contented/16 1 +contention/1 1 +contentious/16 1 +contentment/2 1 +conterminous/8 1 +contest/23 1 +contestable 1 +contestant/1 1 +context/1 1 +contextual/8 1 +contextualization 1 +contextualize/6 1 +contiguity/2 1 +contiguous/8 1 +continence/2 1 +continent/1 1 +Continent/2 1 +continental/1 1 +Continental 1 +continent 1 +contingency/15 1 +contingent/30 1 +continuable +continual/8 1 +continuance/1 1 +continua 343 +continuation/1 1 +continue/6 1 +continued 1 +continuing 1 +continuity/15 1 +continuous/8 1 +continuum/2 344 +contort/11 1 +contorted 1 +contortion/1 1 +contortionist/1 1 +contour/23 1 +contra/10 1 +contraband/2 1 +contraception/2 1 +contraceptive/1 1 +contract/23 1 +contracted 1 +contractible 1 +contractile +contraction/1 1 +contractor/1 1 +contractual/8 1 +contradict/11 1 +contradiction/1 1 +contradictory/211 1 +contradistinction/1 1 +contraflow/10 1 +contrail/1 1 +contraindicate/6 1 +contraindication/1 1 +contralto/1 1 +contraption/1 1 +contrapuntal/8 1 +contrariety/2 1 +contrariwise +contrary/212 1 +contrast/23 1 +contrasting/8 1 +contrastive 1 +contrasty 1 +contravene/6 1 +contravention/1 1 +Contreras/3 +contretemps/2 1 +contribute/6 1 +contribution/1 1 +contributor/1 1 +contributory 1 +contrite/16 1 +contrition/2 1 +contrivance/1 1 +contrive/6 1 +contriver/1 1 +control/213 1 +controllable 1 +controller/1 1 +controlling 1 +controversial/8 1 +controversy/15 1 +controvert/11 1 +controvertible 1 +con 1 +contumacious/8 1 +contumacy/2 1 +contumelies +contumelious 1 +contumely/3 +contuse/6 1 +contusion/1 1 +conundrum/1 1 +conurbation/1 1 +convalesce/6 1 +convalescence/1 1 +convalescent/1 1 +convect/11 1 +convection/2 1 +convectional +convective 1 +convector/10 1 +convene/6 1 +convener/1 1 +convenience/1 1 +convenient/8 1 +convenor/10 1 +convent/18 1 +conventicle/1 1 +convention/1 1 +conventional/8 1 +conventionalism 1 +conventionalist 1 +conventionality/2 1 +conventionalize/6 1 +conventioneer/10 1 +converge/6 1 +convergence/1 1 +convergent 1 +conversant 1 +conversation/1 1 +conversational/8 1 +conversationalist/1 1 +conversazione 1 +converse/54 1 +conversion/1 1 +convert/23 1 +converter/1 1 +convertibility/2 1 +convertible/1 1 +convertor/1 1 +convex/8 1 +convexity/2 1 +convex 1 +convey/11 1 +conveyable +conveyance/1 1 +conveyancing 1 +conveyer/1 1 +conveyor/1 1 +convict/23 1 +conviction/1 1 +convict 1 +convince/6 1 +convinced 1 +convincing/8 1 +convivial/8 1 +conviviality/2 1 +convocation/1 1 +convoke/6 1 +convoluted 1 +convolution/1 1 +convolve/214 1 +convoy/23 1 +convulse/6 1 +convulsion/1 1 +convulsive/8 1 +Conway +cony/15 1 +coo/23 1 +cooing 1 +Cook +cook/23 1 +cookbook/1 1 +Cooke/3 +cooker/1 1 +cookery/15 1 +cookhouse/10 1 +cookie/1 1 +cooking/2 1 +cookout/1 1 +cookware/1 1 +cooky/15 1 +cool/52 1 +coolant/1 1 +cooler/1 1 +Cooley/3 +Coolidge/2 1 +coolie/1 1 +cooling 1 +coon/80 1 +coonskin/1 1 +coop/23 1 +Cooper +cooper/23 1 +cooperage/2 1 +cooperate/6 1 +cooperation/2 1 +cooperative/36 1 +cooperator/1 1 +coopering 1 +Cooperstown/3 +coordinate/54 1 +coordination/2 1 +coordinator/1 1 +Coors/3 +coot/1 1 +cootie/1 1 +cop/47 1 +Copacabana/3 +copacetic +copay/2 1 +cope/28 1 +Copeland/3 +Copenhagen/2 1 +Copernican 1 +Copernicus/2 1 +copier/1 1 +copilot/1 1 +coping/1 1 +copious/16 1 +coplanar +Copland +Copley +copper/18 1 +Copperfield/3 +copperhead/1 1 +copperplate/2 1 +Coppertone/3 +coppery 1 +coppice/28 1 +Coppola/3 +copra/2 1 +coprocessor/10 1 +coprolite 1 +coprophagous +cops/205 1 +copse/18 1 +copter/1 1 +Coptic/2 1 +copula/1 1 +copulate/6 1 +copulation/1 1 +copulative/1 1 +copulatory +copy/56 1 +copyable +copybook/1 1 +copycat/109 1 +copyist/1 1 +copyleft/10 1 +copyright/23 1 +copyrightable +copyright 1 +copywriter/1 1 +coquetry/15 1 +coquette/28 1 +coquettish/8 1 +Cora/2 1 +coracle/1 1 +coral/1 1 +coralline 1 +coral 1 +corbel/18 1 +cord/23 1 +cordage/2 1 +Cordelia/3 +cordial/30 1 +cordiality/2 1 +cordillera/1 1 +Cordilleras +cording 1 +cordite/2 1 +cordless 1 +Cordoba/2 1 +cordon/23 1 +cordovan/2 1 +corduroy/138 1 +core/28 1 +coreligionist/10 1 +corer/1 1 +corespondent/1 1 +Corey/3 +Corfu +corgi/1 1 +coriander/2 1 +Corina/3 +Corine/3 +Corinne/3 +Corinth/2 1 +Corinthian/1 1 +Coriolanus +Coriolis/3 +Cork +cork/23 1 +corkage 1 +corker/1 1 +corkscrew/23 1 +Corleone/3 +corm/1 1 +Cormack/3 +cormorant/1 1 +corn/23 1 +cornball/1 1 +cornbread/2 1 +corncob/1 1 +corncrake/10 1 +cornea/1 1 +corneal 1 +cornea's 345 +cornea 346 +Corneille +Cornelia/3 +Cornelius/3 +Cornell/3 +corner/23 1 +cornerstone/1 1 +cornet/1 1 +cornfield/10 1 +cornflake/32 1 +cornflour 1 +cornflower/1 1 +cornice/18 1 +cornily 1 +corniness/3 +Corning/3 +Cornish/4 1 +cornmeal/2 1 +cornrow/23 1 +cornstalk/1 1 +cornstarch/2 1 +cornucopia/1 1 +Cornwall/2 1 +Cornwallis +corny/34 1 +corolla/1 1 +corollary/15 1 +corona/1 1 +Coronado +coronal/1 1 +coronary/15 1 +coronation/1 1 +coroner/1 1 +coronet/1 1 +Corot +Corp +corp/32 1 +corporal/1 1 +corpora 347 +corporate/8 1 +corporates +corporation/1 1 +corporatism 1 +corporatist 1 +corpora 1 +corporeal/8 1 +corporeality/2 1 +corps/2 1 +corpse/1 1 +corpsman/2 348 +corpsmen 349 +corpulence/2 1 +corpulent 1 +corpus/2 350 +corpuscle/1 1 +corpuscular +corr +corral/213 1 +corralling 1 +correct/98 1 +correctable +corrected 1 +correction/1 1 +correctional +corrective/1 1 +corrector/10 1 +Correggio +correlate/28 1 +correlation/1 1 +correlative/1 1 +correspond/11 1 +correspondence/1 1 +correspondent/1 1 +corresponding/8 1 +corridor/1 1 +corrie/10 1 +corrigenda 351 +Corrine/3 +corroborate/6 1 +corroboration/1 1 +corroborative 1 +corroborator/1 1 +corroboratory 1 +corrode/6 1 +corrosion/2 1 +corrosive/30 1 +corrugate/6 1 +corrugation/1 1 +corrupt/98 1 +corrupted 1 +corrupter 1 +corruptibility/2 1 +corruptible 1 +corruption/1 1 +corsage/1 1 +corsair/1 1 +corset/23 1 +Corsica/2 1 +Corsican 1 +cortege/1 1 +Cortes/4 1 +cortex/2 352 +Cortez/2 1 +cortical 1 +cortices 353 +corticosteroid/10 1 +cortisol 1 +cortisone/2 1 +Cortland/2 1 +cor 1 +corundum/2 1 +coruscate/6 1 +coruscation/2 1 +Corvallis/3 +Corvette/3 +corvette/1 1 +Corvus/2 1 +Cory/3 +cos/2 1 +Cosby/3 +cosh/156 1 +cosign/11 1 +cosignatory/15 1 +cosigner/1 1 +cosine/1 1 +cosiness +cosiness's +cosines 1 +cosmetic/51 1 +cosmetician/1 1 +cosmetologist/1 1 +cosmetology/2 1 +cosmic/39 1 +cosmical +cosmogonist/1 1 +cosmogony/15 1 +cosmological/8 1 +cosmologist/1 1 +cosmology/15 1 +cosmonaut/1 1 +cosmopolitan/1 1 +cosmopolitanism/2 1 +cosmopolitan 1 +cosmos/4 1 +cosponsor/23 1 +cossacks +Cossack 1 +cosset/5 1 +cossetted +cossetting +cost/86 1 +costar/103 1 +Costco/3 +Costello/3 +costing/10 1 +costless 1 +costly/49 1 +Costner/3 +cos 1 +costume/139 1 +costumer/1 1 +costumier/10 1 +cot/18 1 +cotangent/1 1 +Cote/3 +cote/18 1 +coterie/1 1 +coterminous +cotillion/1 1 +Cotonou +Cotopaxi/2 1 +Cotswold/2 1 +cottage/73 1 +cottager/1 1 +cottar/1 1 +cotter/18 1 +Cotton/3 +cotton/23 1 +cottonmouth/1 1 +cottonseed/1 1 +cottontail/1 1 +cottonwood/1 1 +cottony 1 +cotyledon/1 1 +couch/22 1 +couchette/10 1 +couching 1 +cougar/1 1 +cough/23 1 +coughing 1 +couldn't +could 354 +coulee/1 1 +coulis 1 +Coulomb +coulomb/1 1 +Coulter/3 +council/1 1 +councilman/2 355 +councilmen 356 +councilor/1 1 +councilperson/1 1 +councilwoman/2 357 +councilwomen 358 +counsel/23 1 +counseling/10 1 +counselor/1 1 +count/23 1 +countability 1 +countable/19 1 +countdown/1 1 +countenance/28 1 +counter/23 1 +counteract/11 1 +counteraction/1 1 +counteractive 1 +counterargument/10 1 +counterattack/23 1 +counterbalance/28 1 +counterblast/10 1 +counterclaim/23 1 +counterclockwise +counterculture/1 1 +counterespionage/2 1 +counterexample/10 1 +counterfeit/23 1 +counterfeiter/1 1 +counterfeit 1 +counterfoil/1 1 +counterinsurgency/15 1 +counterintelligence/2 1 +counterman/2 359 +countermand/23 1 +countermeasure/1 1 +countermen 360 +counteroffensive/1 1 +counteroffer/18 1 +counterpane/1 1 +counterpart/1 1 +counterpoint/23 1 +counterpoise/28 1 +counterproductive +counterrevolution/1 1 +counterrevolutionary/15 1 +countersign/23 1 +countersignature/1 1 +countersink/86 361 +counterspy/15 1 +counterstrike 1 +countersunk 362 +countertenor/1 1 +counter 1 +countervail/11 1 +counterweight/18 1 +countess/4 1 +countless 1 +countrified 1 +country/15 1 +countryman/2 363 +countrymen 364 +countryside/1 1 +country 1 +countrywide 1 +countrywoman/2 365 +countrywomen 366 +county/15 1 +countywide 1 +coup/18 1 +coupe/18 1 +Couperin +couple/28 1 +coupler/10 1 +couplet/1 1 +coupling/1 1 +coupon/1 1 +courage/2 1 +courageous/16 1 +Courbet +courgette/10 1 +courier/23 1 +course/139 1 +coursebook/10 1 +courser/1 1 +coursework +coursing 1 +court/23 1 +courteous/16 1 +courtesan/1 1 +courtesy/167 1 +courthouse/1 1 +courtier/1 1 +courting 1 +courtly/49 1 +Courtney/3 +courtroom/1 1 +courtship/1 1 +courtyard/1 1 +couscous/2 1 +cousin/1 1 +cousinly 1 +Cousteau +couture/2 1 +couturier/1 1 +covalent/8 1 +covariance/10 1 +cove/18 1 +coven/1 1 +covenant/23 1 +Coventry/15 1 +cover/23 1 +coverage/1 1 +coverall/1 1 +covering/1 1 +coverlet/1 1 +coversheet +covert/36 1 +coverup/1 1 +covet/11 1 +covetous/16 1 +covey/1 1 +cow/23 367 +Coward +coward/30 1 +cowardice/2 1 +cowardly/140 1 +cowbell/1 1 +cowbird/1 1 +cowboy/1 1 +cowcatcher/1 1 +cower/11 1 +cowering 1 +cowgirl/1 1 +cowhand/1 1 +cowherd/1 1 +cowhide/18 1 +cowl/23 1 +Cowley +cowlick/1 1 +cowling/1 1 +cowman/2 368 +cowmen 369 +coworker/1 1 +cowpat/10 1 +Cowper +cowpoke/1 1 +cowpox/2 1 +cowpuncher/1 1 +cowrie/1 1 +cowshed/10 1 +cowslip/1 1 +Cox +cox/156 1 +coxcomb/1 1 +coxswain/18 1 +Coy/3 +coy/21 1 +coyote/1 1 +coypu/1 1 +coy 1 +cozen/11 1 +cozenage/2 1 +cozier 370 +coziest 370 +Cozumel/3 +cozy/215 1 +CPA/2 1 +cpd +CPI/2 1 +cpl +Cpl +CPO +CPR/2 1 +cps 1 +CPU/2 1 +Cr/2 1 +crab/136 1 +Crabbe +crabbed 1 +crabber/1 1 +crabbily 1 +crabbing 1 +crabby/49 1 +crabgrass/2 1 +crablike 1 +crabwise 1 +crack/216 1 +crackable +crackdown/1 1 +cracked 1 +cracker/1 1 +crackerjack/1 1 +crackhead/1 1 +cracking/10 1 +crackle/28 1 +crackling/1 1 +cracklings 1 +crackpot/1 1 +crackup/1 1 +cradle/28 1 +cradling 1 +Craft/3 +craft/23 1 +craftsman/2 371 +craftsmanship/2 1 +craftsmen 372 +craftspeople 373 +craftswoman/2 374 +craftswomen 375 +crafty/50 1 +crag/1 1 +craggy/49 1 +Craig +cram/217 1 +crammer/10 1 +cramp/23 1 +cramped 1 +cramping's +crampon/1 1 +Cranach +cranberry/15 1 +Crane +crane/28 1 +cranial 1 +cranium/1 1 +crank/179 1 +crankcase/1 1 +crankshaft/1 1 +cranky/50 1 +Cranmer +cranny/148 1 +crap/218 1 +crape/18 1 +crapper/10 1 +crappie/41 1 +crappy/219 1 +crapshooter/1 1 +crash/147 1 +crasher/10 1 +crashing/8 1 +crass/21 1 +crate/28 1 +crater/1 1 +Crater/2 1 +crater/11 1 +cravat/18 1 +crave/6 1 +craven/220 1 +craving/1 1 +craw/1 1 +crawdad/1 1 +Crawford/3 +crawl/23 1 +crawler/1 1 +crawlies +crawling 1 +crawlspace/1 1 +crawly/34 1 +crawly's +Cray/3 +cray/10 1 +crayfish/4 1 +Crayola/3 +crayola/10 1 +crayon/23 1 +craze/28 1 +crazed 1 +crazing 1 +crazy/221 1 +creak/23 1 +creaking 1 +creaky/50 1 +cream/78 1 +creamer/1 1 +creamery/15 1 +creamy/50 1 +crease/28 1 +creatable +create/6 1 +creation/1 1 +Creation/2 1 +creationism/1 1 +creationist/1 1 +creative/16 1 +creatives +creative's +creativity/2 1 +creator/1 1 +Creator/2 1 +creature/1 1 +creche/1 1 +Crecy/2 1 +cred +credence/2 1 +credential/23 1 +credenza/1 1 +credibility/2 1 +credible/19 1 +credit/23 1 +creditability 1 +creditable/19 1 +creditor/1 1 +creditworthy/222 1 +credo/1 1 +credulity/2 1 +credulous/16 1 +Cree/1 1 +Creed +creed/1 1 +creek/1 1 +Creek/1 1 +creel/18 1 +creep/86 376 +creeper/1 1 +creeping 1 +creepy/50 1 +Creighton/3 +cremains/2 1 +cremate/6 1 +cremation/1 1 +crematoria 377 +crematorium/1 378 +crematory/15 1 +creme/1 1 +crenelate/6 1 +crenelation/1 1 +creole/1 1 +Creole/1 1 +creole 1 +Creole 1 +Creon +creosote/28 1 +crepe/18 1 +crept 379 +crepuscular +crescendo/18 1 +crescent/1 1 +cress/2 1 +Crest/3 +crest/23 1 +crestfallen 1 +cresting 1 +crestless 1 +Cretaceous/2 1 +cretaceous 1 +Cretan/1 1 +Crete/2 1 +cretin/1 1 +cretinism/2 1 +cretinous +cretonne/2 1 +crevasse/18 1 +crevice/1 1 +crew/23 1 +crewel/2 1 +crewelwork/2 1 +crewman/2 380 +crewmen 381 +crib/136 1 +cribbage/2 1 +cribber/1 1 +cribbing 1 +Crichton +Crick +crick/23 1 +cricket/86 1 +cricketer/1 1 +crier/1 1 +crikey 1 +crime/18 1 +Crimea/2 1 +Crimean +criminal/30 1 +criminality/2 1 +criminalization 1 +criminalize/6 1 +criminological 1 +criminologist/1 1 +criminology/2 1 +crimp/23 1 +crimson/23 1 +cringe/28 1 +cringing 1 +crinkle/28 1 +crinkly/34 1 +crinoline/1 1 +Criollo 1 +cripes 1 +cripple/28 1 +crippler/1 1 +crippleware/10 1 +crippling/8 1 +Crisco/3 +crises 382 +crisis/2 383 +crisp/52 1 +crispbread/10 1 +crisper 1 +crispy/49 1 +crisscross/22 1 +Cristina/3 +criteria 384 +criterion/2 385 +critic/1 1 +critical/8 1 +criticism/1 1 +criticize/6 1 +criticizer/1 1 +critique/28 1 +critter/1 1 +croak/23 1 +croaking 1 +croaky/34 1 +Croat/1 1 +Croatia/2 1 +Croatian/1 1 +Croce +crochet/23 1 +crocheter/1 1 +crocheting/2 1 +crock/62 1 +crockery/2 1 +Crockett +crocodile/1 1 +crocus/4 1 +Croesus 1 +croft/10 1 +crofter/10 1 +crofting 1 +croissant/1 1 +Cromwell/2 1 +Cromwellian +crone/1 1 +Cronin/3 +Cronkite/3 +Cronus/2 1 +crony/15 1 +cronyism/2 1 +crook/23 1 +crooked/21 1 +Crookes +crookneck/1 1 +crook 1 +croon/23 1 +crooner/1 1 +crooning 1 +crop/47 1 +cropland/1 1 +cropper/1 1 +croquet/108 1 +croquette/1 1 +Crosby +crosier/1 1 +Cross +cross/74 1 +crossbar/18 1 +crossbeam/1 1 +crossbones/2 1 +crossbow/1 1 +crossbowman/2 386 +crossbowmen 387 +crossbred 388 +crossbreed/86 389 +crosscheck/23 1 +crosscurrent/1 1 +crosscut/128 1 +crosscutting 1 +crosser 1 +crossfire/1 1 +crosshatch/156 1 +crosshatching 1 +crossing/1 1 +crossover/1 1 +crosspatch/4 1 +crosspiece/1 1 +crossroad/130 1 +crosstalk 1 +crosstown 1 +crosswalk/1 1 +crossways +crosswind/1 1 +crosswise 1 +crossword/1 1 +crotch/4 1 +crotchet/1 1 +crotchety/222 1 +crotchless +crouch/22 1 +crouching 1 +croup/2 1 +croupier/1 1 +croup 1 +croupy/34 1 +crouton/1 1 +crow/1 1 +Crow/1 1 +crow/11 1 +crowbar/18 1 +crowd/23 1 +crowded 1 +crowfeet 390 +crowfoot/2 391 +crowing 1 +Crowley/3 +crown/23 1 +crowning 1 +crozier/1 1 +CRT/1 1 +crucial/8 1 +cruciate 1 +crucible/1 1 +crucifiable +crucifix/4 1 +crucifixion/1 1 +Crucifixion/1 1 +cruciform/1 1 +crucify/31 1 +crud/2 1 +cruddy/34 1 +crude/223 1 +crudites/2 1 +crudity/15 1 +crud 1 +cruel/21 1 +cruelty/15 1 +cruet/1 1 +cruft/10 1 +crufted +crufties +crufting +crufty +Cruikshank +Cruise/3 +cruise/28 1 +cruiser/1 1 +cruising 1 +cruller/1 1 +crumb/224 1 +crumble/28 1 +crumbling 1 +crumbly/140 1 +crumbs 1 +crumby/34 1 +crumminess/3 +crummy/34 1 +crumpet/1 1 +crumple/28 1 +crumpling 1 +crunch/22 1 +cruncher/10 1 +crunchy/49 1 +crupper/1 1 +crusade/28 1 +crusader/1 1 +Crusades +cruse/1 1 +crush/22 1 +crusher/1 1 +crushing/8 1 +Crusoe/3 +crust/23 1 +crustacean/1 1 +crustal 1 +crusted 1 +crusty/50 1 +crutch/40 1 +Crux/2 1 +crux/4 1 +Cruz/3 +cry/56 1 +crybaby/15 1 +crying/10 1 +cryogenic/32 1 +cryonics +cryostat 1 +cryosurgery/2 1 +crypt/1 1 +cryptanalysis 1 +cryptanalyst 1 +cryptanalytic 1 +cryptically +cryptic 1 +cryptogram/1 1 +cryptographer/1 1 +cryptographic +cryptographically +cryptography/2 1 +cryptology 1 +Cryptozoic/3 +Crystal/3 +crystal/18 1 +crystalline 1 +crystallization/2 1 +crystallize/6 1 +crystallographer/10 1 +crystallographic +crystallography 1 +crystal 1 +ct +Ct +CT/2 1 +Ctesiphon +Cthulhu/3 +ctn +ctr +c 1 +cu +Cu/2 1 +cub/18 1 +Cuba/2 1 +Cuban/1 1 +cubbyhole/1 1 +cube/28 1 +cuber/1 1 +cubical/8 1 +cubicle/1 1 +cubic 1 +cubing/11 1 +cubism/2 1 +cubist/1 1 +cubit/1 1 +cuboid/10 1 +Cuchulain/3 +cuckold/23 1 +cuckoldry/2 1 +cuckoo/18 1 +cucumber/1 1 +cud/1 1 +cuddle/28 1 +cuddliness +cuddly/34 1 +cudgel/23 1 +cudgelings +cue/28 1 +cuff/23 1 +cufflink/1 1 +Cuisinart +cuisine/1 1 +Culbertson +culinary 1 +cull/23 1 +Cullen/3 +cullender/1 1 +culling 1 +culminate/6 1 +culmination/1 1 +culotte/1 1 +culpability/2 1 +culpable/19 1 +culprit/1 1 +cult/1 1 +cultism/2 1 +cultist/1 1 +cultivable 1 +cultivatable +cultivate/6 1 +cultivation/1 1 +cultivator/1 1 +cultural/8 1 +culture/28 1 +culvert/1 1 +cum/1 1 +cumber/5 1 +Cumberland/2 1 +cumbersome/16 1 +cumbrous 1 +cumin/2 1 +cummerbund/1 1 +cumming +Cummings +cumquat/1 1 +cumulative/8 1 +cumuli 392 +cumulonimbi 393 +cumulonimbus/2 394 +cumulus/2 395 +Cunard/3 +cuneiform/2 1 +cunnilingus/2 1 +cunning/225 1 +Cunningham/3 +cunt/80 1 +cup/47 1 +cupboard/1 1 +cupcake/1 1 +cupful/1 1 +cupid/1 1 +Cupid/2 1 +cupidinously +cupidity/2 1 +cupola/62 1 +cuppa/10 1 +cupping 1 +cupric 1 +cur/226 1 +curability/2 1 +curable 1 +Curacao/2 1 +curacao 1 +curacy/15 1 +curare/2 1 +curate/28 1 +curative/1 1 +curator/1 1 +curatorial +curatorships +curb/23 1 +curbing/2 1 +curbside 1 +curbstone/1 1 +curd/18 1 +curdle/6 1 +curdling 1 +cure/28 1 +curer/1 1 +curettage/2 1 +curfew/1 1 +curia/53 1 +curial +curia's 396 +curia 397 +Curie +curie/1 1 +curio/1 1 +curiosity/15 1 +curious/21 1 +Curitiba +curium/2 398 +curl/23 1 +curled 1 +curler/1 1 +curlew/1 1 +curlicue/28 1 +curling/2 1 +curly/140 1 +curlycue/1 1 +curmudgeon/1 1 +curmudgeonly +currant/1 1 +currency/15 1 +current/30 1 +curricle 1 +curricular +curricula 399 +curriculum/2 400 +Currier/3 +Curry +curry/56 1 +currycomb/23 1 +currying 401 +curs/7 1 +curse/28 1 +cursed/75 1 +cursing 1 +cursive/37 1 +cursor/18 1 +cursory/72 1 +Curt/3 +curt/21 1 +curtail/11 1 +curtailment/1 1 +curtain/23 1 +Curtis/3 +curtsey/23 1 +curtsy/56 1 +curvaceous/33 1 +curvacious +curvature/1 1 +curve/28 1 +curved 1 +curvier 402 +curviest 402 +curvilinear 1 +curvy/34 1 +cushion/23 1 +cushy/34 1 +cusp/1 1 +cuspid/1 1 +cuspidor/1 1 +cuss/22 1 +cussed/83 1 +custard/1 1 +Custer +custodial 1 +custodian/1 1 +custodianship/2 1 +custody/2 1 +custom/129 1 +customary/211 1 +customer/1 1 +customhouse/1 1 +customizable +customization/1 1 +customize/6 1 +cut/227 1 +cutaneous 1 +cutaway/1 1 +cutback/1 1 +cute/27 1 +cutesie/150 1 +cutesy/34 1 +cute 1 +cutey/10 1 +cuticle/1 1 +cutie/1 1 +cutlas/228 1 +cutlass/4 1 +cutler/1 1 +cutlery/2 1 +cutlet/1 1 +cutoff/1 1 +cutout/1 1 +cutter/1 1 +cutthroat/1 1 +cutting/30 1 +cuttlefish/4 1 +cuttle 1 +cutup/1 1 +cutworm/1 1 +Cuvier/3 +Cuzco +CV +cw +cwt 1 +cyan/2 1 +cyanide/2 1 +cyanogen 1 +cyan 1 +Cybele/2 1 +cybercafe/10 1 +cybernetic/32 1 +cyberpunk/1 1 +cyberspace/1 1 +cyborg/1 1 +Cyclades/2 1 +cyclamen/1 1 +cycle/28 1 +cycleway/10 1 +cyclical/8 1 +cyclic 1 +cycling 1 +cyclist/1 1 +cycloid 1 +cyclometer/1 1 +cyclone/1 1 +cyclonic 1 +cyclopaedia/1 1 +cyclopedia/1 1 +Cyclopes/2 1 +cyclops/229 1 +Cyclops/2 1 +cyclotron/1 1 +cyder/1 1 +cygnet/1 1 +Cygnus/2 1 +cylinder/18 1 +cylindrical/8 1 +cymbal/1 1 +cymbalist/1 1 +Cymbeline/3 +cynic/1 1 +cynical/8 1 +cynicism/2 1 +cynic 1 +cynosure/1 1 +Cynthia/2 1 +cypher/23 1 +cypress/4 1 +Cyprian/2 1 +Cypriot/1 1 +Cyprus/2 1 +Cyrano/3 +Cyril +Cyrillic/2 1 +Cyrus +cyst/1 1 +cysteine 1 +cystic 1 +cystitis 1 +cytochrome 1 +cytological 1 +cytologist/1 1 +cytology/2 1 +cytoplasm/2 1 +cytoplasmic +cytosine/2 1 +cytotoxic +CZ +czar/1 1 +czarina/1 1 +czarism 1 +czarist/1 1 +Czech/1 1 +Czechoslovakia/2 1 +Czechoslovakian/1 1 +Czechoslovak 1 +Czech 1 +Czerny +Csonka/3 +CST/2 1 +D/2 1 +d/230 1 +DA/2 1 +dab/136 1 +dabber/1 1 +dabble/6 1 +dabbler/1 1 +dabbling 1 +Dacca/2 1 +dace/1 1 +dacha/1 1 +Dachau/2 1 +dachshund/1 1 +Dacron/1 1 +dactyl/1 1 +dactylic/1 1 +dad/1 1 +Dada/2 1 +dadaism/2 1 +Dadaism/2 1 +dadaist/1 1 +daddy/15 1 +dado/40 1 +Daedalus/2 1 +daemon/1 1 +daemonic +daffiness/3 +daffodil/1 1 +daffy/34 1 +daft/21 1 +dag/70 1 +dagger/18 1 +dago/231 1 +Daguerre +daguerreotype/28 1 +Dagwood 1 +dahlia/1 1 +Dahomey/2 1 +dailies +daily/140 1 +daily's +Daimler/3 +dainty/221 1 +daiquiri/1 1 +dairy/15 1 +dairying/2 1 +dairymaid/1 1 +dairyman/2 403 +dairymen 404 +dairywoman/2 405 +dairywomen 406 +dais/4 1 +daisy/15 1 +Daisy 1 +Dakar/2 1 +Dakota/1 1 +Dakotan 1 +Dale +dale/1 1 +dalesman 1 +dales 407 +Daley/3 +Dali +Dalian/3 +Dallas/2 1 +dalliance/1 1 +dallier/1 1 +Dalmatia/2 1 +dalmatian/1 1 +Dalmatian/1 1 +Dalton/2 1 +dally/31 1 +dam/160 1 +damage/232 1 +damageable 1 +damaging/8 1 +Damascus/2 1 +damask/23 1 +dame/1 1 +Dame 1 +Damian/3 +Damien +Damion/3 +dammit 1 +damn/23 1 +damnable/19 1 +damnation/2 1 +damned/166 1 +damnedest 1 +damning/8 1 +damn 1 +Damocles +Damon/2 1 +damp/52 1 +dampen/11 1 +dampener/1 1 +damper/1 1 +damping 1 +damsel/1 1 +damselflies +damselfly/3 +damson/1 1 +Dana/53 1 +dance/28 1 +danceable 1 +dancer/1 1 +dancing/2 1 +dandelion/1 1 +dander/2 1 +dandify/31 1 +dandle/6 1 +dandruff/2 1 +dandy/42 1 +Dane/1 1 +Danelaw +dang/233 1 +danger/18 1 +Dangerfield/3 +dangerous/83 1 +dangle/43 1 +dangler/1 1 +dangling 1 +Danial/3 +Daniel/1 1 +Danielle/3 +Danish/2 1 +danish/4 1 +Danish 1 +dank/21 1 +Dannie/3 +Danone/3 +danseuse/1 1 +Dante/2 1 +Danton 1 +Dan 1 +Danube/2 1 +Danubian +Danny/3 +Daphne/2 1 +dapper/166 1 +dapple/28 1 +DAR +Darby/3 +Darcy/3 +Dardanelles/2 1 +Dare +dare/28 408 +daredevil/1 1 +daredevilry/2 1 +Daren/3 +darer/1 1 +daresay 1 +dares 409 +d'Arezzo +Darfur +Darin/3 +daring/37 1 +Dario/3 +Darius +Darjeeling 1 +dark/234 1 +darken/11 1 +darkener/1 1 +darkie/10 1 +darkish 1 +darkroom/1 1 +dark 1 +Darla/3 +Darlene/3 +darling/1 1 +Darling/2 1 +darling 1 +darn/78 1 +darned/166 1 +Darnell/3 +darner/1 1 +darning 1 +Darrel/3 +Darrell/3 +Darren/3 +Darrin/3 +Darrow +Darryl/3 +dart/23 1 +dartboard/1 1 +darter/1 1 +Darth/3 +darting 1 +Dartmoor +Dartmouth +Darvon/2 1 +Darwin/2 1 +Darwinian 1 +Darwinism/1 1 +Darwinist 1 +Daryl/3 +dash/22 1 +dashboard/1 1 +dashed 1 +dasher/1 1 +dashes 410 +dashiki/1 1 +dashing/8 1 +dastard/30 1 +dastardly/140 1 +DAT/2 1 +databank/1 1 +database/18 1 +datable 1 +Datamation/10 1 +data 411 +date/28 1 +datebook/10 1 +dateless 1 +dateline/28 1 +dater/1 1 +dative/1 1 +datum/1 412 +daub/23 1 +dauber/1 1 +daubing 1 +Daugherty/3 +daughter/1 1 +daughterly 1 +Daumier +daunt/11 1 +daunting/8 1 +dauntless/16 1 +dauphin/1 1 +Davao +Dave/3 +Davenport +davenport/1 1 +David/1 1 +Davidson/3 +Davis +davit/1 1 +Davy/60 1 +dawdle/6 1 +dawdler/1 1 +dawdling 1 +Dawes +Dawn/3 +dawn/23 1 +dawning 1 +Dawson +day/1 1 +Dayan +daybed/1 1 +daybreak/2 1 +daycare/2 1 +daydream/23 1 +daydreamer/1 1 +daylight/138 1 +daylong 1 +daysack +daytime/2 1 +Dayton 1 +Day 1 +daze/28 1 +dazed/8 1 +dazzle/28 1 +dazzler/1 1 +dazzling/8 1 +dbl +DBMS/2 1 +db 1 +dB 1 +dc +DC/2 1 +dd +DD/2 1 +dded +dding +dds +DDS/2 1 +DDT/10 1 +DE +DEA +deacon/18 1 +deaconess/3 +deaconesses +deactivate/6 1 +deactivation/2 1 +dead/235 1 +deadbeat/1 1 +deadbolt/1 1 +deaden/11 1 +deadening 1 +deader 1 +Deadhead/3 +deadhead/5 1 +deadline/18 1 +deadlines 1 +deadlock/23 1 +deadly/140 1 +deadpan/133 1 +deadweight/1 1 +deadwood/2 1 +deaf/236 1 +deafen/11 1 +deafening/8 1 +deaf 1 +deal/237 1 +dealer/1 1 +dealership/1 1 +dealing/1 1 +Dean +dean/18 1 +Deana/3 +Deandre/3 +deanery/15 1 +Deann/3 +Deanna/3 +Deanne/3 +deanship/2 1 +dear/38 1 +dearests +dearie/1 1 +dearth/1 1 +deary/15 1 +death/1 1 +deathbed/1 1 +deathblow/1 1 +deathless/8 1 +deathlike 1 +deathly/34 1 +deathtrap/1 1 +deathwatch/4 1 +deb/1 1 +debacle/1 1 +debar/13 1 +debark/11 1 +debarkation/2 1 +debarment/2 1 +debase/6 1 +debased 1 +debasement/1 1 +debaser 1 +debasing 1 +debatable +debate/28 1 +debater/1 1 +debating's +debauch/22 1 +debauched 1 +debauchee/1 1 +debauchery/15 1 +Debbie/3 +Debby/3 +debenture/1 1 +Debian/3 +debilitate/6 1 +debilitation/2 1 +debility/15 1 +debit/23 1 +debonair/16 1 +debonaire +Debora/3 +Deborah +debouch/156 1 +Debouillet/3 +Debra/3 +debrief/11 1 +debriefing/1 1 +debris/2 1 +Debs +debt/1 1 +debtor/1 1 +debug/117 1 +debugger/10 1 +debunk/11 1 +Debussy +debut/23 1 +debutante/1 1 +debutant 1 +Dec/2 1 +DEC/5 1 +decade/1 1 +decadence/2 1 +decadency/2 1 +decadent/30 1 +decaf/1 1 +decaff +decaffeinate/6 1 +decaffs +decagon/1 1 +decal/18 1 +Decalog +Decalogue/2 1 +decamp/11 1 +decampment/2 1 +decant/11 1 +decanter/1 1 +decapitate/6 1 +decapitation/1 1 +decapitator/1 1 +decathlete/10 1 +decathlon/1 1 +Decatur +decay/23 1 +decayed 1 +Decca/3 +Deccan +decease/28 1 +deceased's +decedent/1 1 +deceit/1 1 +deceitful/16 1 +deceive/6 1 +deceiver/1 1 +deceivingly +decelerate/6 1 +deceleration/1 1 +decelerator/1 1 +December/1 1 +decency/15 1 +decennial/1 1 +decent/75 1 +decenter 1 +decentralization/2 1 +decentralize/6 1 +deception/1 1 +deceptive/16 1 +decibel/1 1 +decidability 1 +decidable +decide/6 1 +decided/8 1 +decider/10 1 +deciduous 1 +deciles +deciliter/1 1 +decimal/1 1 +decimalization 1 +decimalize 1 +decimal 1 +decimate/6 1 +decimation/2 1 +decimeter/1 1 +decipher/11 1 +decipherable 1 +decipherment/10 1 +decision/18 1 +decisive/16 1 +deck/23 1 +deckchair/10 1 +Decker +deckhand/1 1 +decking 1 +deckle/10 1 +declaim/11 1 +declaimer/1 1 +declaiming 1 +declamation/1 1 +declamatory +declarable +declaration/1 1 +declarative 1 +declaratory +declare/6 1 +declared 1 +declarer/1 1 +declassification/2 1 +declassify/31 1 +declension/1 1 +declination/1 1 +decline/28 1 +decliner/1 1 +declivity/15 1 +decode/6 1 +decoder/1 1 +decolletage/1 1 +decollete 1 +decolonization/2 1 +decolonize/6 1 +decolorizing +decommission/11 1 +decomposable +decompose/6 1 +decomposition/1 1 +decompress/7 1 +decompression/2 1 +decongestant/1 1 +deconstruct/11 1 +deconstruction/1 1 +deconstructionism 1 +deconstructionist/10 1 +deconstructive +decontaminate/6 1 +decontamination/2 1 +decontrol/61 1 +decontrolling 1 +deconvolution +deconvolve +decor/1 1 +decorate/6 1 +decorating/2 1 +decoration/1 1 +decorative/8 1 +decorator/1 1 +decorous/16 1 +decorum/2 1 +deco 1 +decoupage/28 1 +decouple/6 1 +decoy/23 1 +decrease/28 1 +decreasing/8 1 +decree/63 1 +decrement/5 1 +decremental +decrepit 1 +decrepitude/2 1 +decrescendo/18 1 +decriminalization/2 1 +decriminalize/6 1 +decry/31 1 +decrypt/11 1 +decryption 1 +decustomised +Dedekind/3 +dedicate/6 1 +dedication/1 1 +dedicator/1 1 +dedicatory 1 +deduce/6 1 +deducible 1 +deduct/11 1 +deductible/1 1 +deduction/1 1 +deductive/8 1 +Dee +deed/23 1 +deejay/18 1 +deem/11 1 +Deena/3 +deep/38 1 +deepen/11 1 +deepening 1 +deepish +deer/1 1 +Deere/3 +deerskin/2 1 +deerstalker/10 1 +deerstalking 1 +deescalate/6 1 +deescalation/2 1 +def/238 1 +deface/6 1 +defacement/2 1 +defacer/1 1 +defaecate +defalcate/6 1 +defalcation/1 1 +defamation/2 1 +defamatory +defame/6 1 +defamer/1 1 +defaming 1 +default/23 1 +defaulter/1 1 +defeat/23 1 +defeater/1 1 +defeatism/2 1 +defeatist/1 1 +defecate/6 1 +defecation/2 1 +defect/23 1 +defection/1 1 +defective/36 1 +defector/1 1 +defend/11 1 +defendant/1 1 +defender/1 1 +defenestrate/214 1 +defenestration/10 1 +defense/28 1 +defenseless/16 1 +defensibility 1 +defensible/19 1 +defensive/239 1 +defer/13 1 +deference/2 1 +deferential/8 1 +deferment/1 1 +deferral/1 1 +defiance/2 1 +defiant/8 1 +defibrillator/10 1 +deficiency/15 1 +deficient 1 +deficit/1 1 +defile/28 1 +defilement/2 1 +defiler/1 1 +defiling 1 +definable/19 1 +define/6 1 +definer/1 1 +definite/16 1 +definition/1 1 +definitional +definitive/83 1 +deflatable +deflate/6 1 +deflation/2 1 +deflationary +deflect/11 1 +deflection/1 1 +deflective +deflector/1 1 +deflower/11 1 +Defoe +defog/117 1 +defogger/1 1 +defoliant/1 1 +defoliate/6 1 +defoliation/2 1 +defoliator/1 1 +deforest/11 1 +deforestation/2 1 +deform/11 1 +deformable +deformation/1 1 +deformed 1 +deformity/15 1 +defraud/11 1 +defrauder/1 1 +defray/11 1 +defrayal/2 1 +defrock/11 1 +defrost/11 1 +defroster/1 1 +deft/21 1 +defunct 1 +defuse/6 1 +defy/31 1 +deg +Degas +degas/240 1 +degauss/241 1 +degeneracy/15 1 +degenerate/28 1 +degeneration/2 1 +degenerative +DeGeneres/3 +degradable +degradation/1 1 +degrade/6 1 +degraded 1 +degrading 1 +degrease 1 +degree/1 1 +dehumanization/2 1 +dehumanize/6 1 +dehumidifier/1 1 +dehumidify/31 1 +dehydrate/6 1 +dehydration/2 1 +dehydrator/1 1 +dehydrogenate/6 1 +dehydrogenation 1 +deice/6 1 +deicer/1 1 +deictic 1 +Deidre/3 +deification/2 1 +deify/31 1 +deign/11 1 +Deimos +deionized +Deirdre +deism/2 1 +deist/1 1 +deistic 1 +Deity +deity/15 1 +deject/11 1 +dejected/8 1 +dejection/2 1 +deject 1 +Dejesus/3 +Del +Delacroix +Delacruz/3 +Delaney/3 +Delano/3 +Delaware/1 1 +Delawarean/1 1 +delay/23 1 +delayer/18 1 +Delbert/3 +delectable/19 1 +delectation/2 1 +delegate/28 1 +delegation/1 1 +Deleon/3 +deletable +delete/6 1 +deleter +deleterious/8 1 +deletion/1 1 +delft/2 1 +delftware/2 1 +Delgado +Delhi/2 1 +deli/1 1 +Delia/3 +deliberate/67 1 +deliberation/1 1 +deliberative 1 +Delibes +delicacy/15 1 +delicate/16 1 +delicatessen/1 1 +delicate 1 +delicious/16 1 +Delicious/2 1 +delight/23 1 +delighted/8 1 +delightful/8 1 +Delilah/1 1 +deliminator +deliminators +delimit/11 1 +delimitation/2 1 +delimiter/10 1 +delineate/6 1 +delineation/1 1 +delinquency/15 1 +delinquent/30 1 +delint +delinted +delinting +delints +deliquesce/6 1 +deliquescent +delirious/16 1 +delirium/1 1 +delis 1 +Delius +deliver/11 1 +deliverable +deliverance/2 1 +deliverer/1 1 +delivery/15 1 +deliveryman/2 413 +deliverymen 414 +Dell/3 +dell/1 1 +Della/3 +Delmar/3 +Delmarva/3 +Delmer/3 +Delmonico 1 +Delores/3 +Deloris/3 +delouse/6 1 +Delphi/2 1 +Delphic 1 +delphinium/1 1 +Delphinus/2 1 +Delta +delta/1 1 +deltoids +delude/6 1 +deluge/28 1 +delusion/1 1 +delusional +delusive/8 1 +deluxe 1 +delve/6 1 +delver/1 1 +Dem +demagnetization/2 1 +demagnetize/6 1 +demagog/18 1 +demagogic +demagogically +demagogue/18 1 +demagoguery/2 1 +demagogy/2 1 +demand/23 1 +demanding 1 +demarcate/6 1 +demarcation/1 1 +dematerialize/122 1 +Demavend/2 1 +demean/11 1 +demeaning 1 +demeanor/2 1 +demented/8 1 +dementia/2 1 +demerit/18 1 +Demerol/2 1 +demesne/1 1 +Demeter/2 1 +Demetrius/2 1 +demigod/1 1 +demigoddess/4 1 +demijohn/1 1 +demilitarization/2 1 +demilitarize/6 1 +demimondaine/1 1 +demimonde/2 1 +Deming/3 +demise/28 1 +demist/11 1 +demister/10 1 +demitasse/1 1 +demo/23 1 +demob/145 1 +demobilization/2 1 +demobilize/6 1 +democracy/15 1 +democrat/1 1 +Democrat/1 1 +Democratic +democratic/39 1 +democratization/2 1 +democratize/6 1 +Democritus +demode 1 +demodulate/6 1 +demodulation/2 1 +demodulator 1 +demographer/1 1 +demographic/130 1 +demographically +demography/2 1 +demolish/7 1 +demolisher 1 +demolition/1 1 +demon/1 1 +demonetization/2 1 +demonetize/6 1 +demoniacal/8 1 +demoniac 1 +demonic +demonically +demonize/6 1 +demonology/15 1 +demonstrability 1 +demonstrable/19 1 +demonstrate/6 1 +demonstrated 1 +demonstration/1 1 +demonstrative/36 1 +demonstrator/1 1 +demoralization/2 1 +demoralize/6 1 +Demosthenes/2 1 +demos 1 +demote/6 1 +demotic 1 +demotion/1 1 +demotivate/6 1 +demount/241 1 +demountable +Dempsey +demulcent/1 1 +demur/242 1 +demure/27 1 +demurral/1 1 +demurrer/1 1 +demystification/2 1 +demystify/31 1 +den/18 1 +Dena/3 +Denali +denationalization 1 +denationalize/6 1 +denature/6 1 +dendrite/1 1 +dendrochronological 1 +dendrochronology 1 +Deneb +Denebola/3 +Deng/3 +dengue/2 1 +deniable 1 +denial/1 1 +denier/1 1 +denigrate/6 1 +denigration/1 1 +denim/1 1 +Denise/3 +Denis 1 +denizen/18 1 +Denmark/2 1 +Dennis +denominate/6 1 +denomination/1 1 +denominational 1 +denominator/1 1 +denotation/1 1 +denotational +denotative 1 +denote/6 1 +denouement/1 1 +denounce/6 1 +denouncement/1 1 +dens/166 1 +dense/27 1 +density/15 1 +dent/23 1 +dental 1 +dentally 1 +dentifrice/1 1 +dentin/2 1 +dentine/2 1 +dentist/1 1 +dentistry/2 1 +dentition/2 1 +denture/1 1 +denuclearize/6 1 +denudation/2 1 +denude/6 1 +denunciation/1 1 +Denver/2 1 +deny/31 1 +Denny/3 +deodorant/1 1 +deodorization/2 1 +deodorize/6 1 +deodorizer/1 1 +Deon/3 +depart/11 1 +departed's +departing 1 +department/1 1 +departmental/8 1 +departmentalization/2 1 +departmentalize/6 1 +departure/1 1 +depend/11 1 +dependability/2 1 +dependable/19 1 +dependance/2 1 +dependence/2 1 +dependency/15 1 +dependent/30 1 +depersonalization 1 +depersonalize/6 1 +depict/11 1 +depiction/1 1 +depilatory/15 1 +deplane/6 1 +deplete/6 1 +depletion/2 1 +deplorable/19 1 +deplore/6 1 +deploy/11 1 +deployment/1 1 +depolarization/1 1 +depolarize/6 1 +depoliticize/6 1 +deponent/1 1 +depopulate/6 1 +depopulation/2 1 +deport/11 1 +deportation/1 1 +deportee/1 1 +deportment/2 1 +depose/6 1 +deposit/23 1 +depositary 1 +deposition/1 1 +depositional +depositor/1 1 +depository/15 1 +depot/1 1 +Depp/3 +deprave/6 1 +depraved 1 +depravity/15 1 +deprecate/6 1 +deprecating/8 1 +deprecation/1 1 +deprecatory 1 +depreciate/6 1 +depreciating 1 +depreciation/2 1 +depredation/1 1 +depress/7 1 +depressant/1 1 +depressing/8 1 +depression/1 1 +depressive/1 1 +depressor/1 1 +depressurization 1 +depressurize/6 1 +deprivation/1 1 +deprive/6 1 +deprogram/114 1 +dept +depth/1 1 +deputation/1 1 +depute/6 1 +deputize/6 1 +deputy/15 1 +derail/5 1 +derailleur/1 1 +derailment/1 1 +derange/6 1 +derangement/2 1 +derby/15 1 +Derby 1 +deregulate/6 1 +deregulation/2 1 +Derek/3 +derelict/1 1 +dereliction/1 1 +derelict 1 +deres +Derick/3 +deride/6 1 +deriders +derision/2 1 +derisive/16 1 +derisory 1 +derivable +derivation/1 1 +derivative/30 1 +derive/6 1 +dermal 1 +dermatitis/2 1 +dermatological +dermatologist/1 1 +dermatology/2 1 +dermis/2 1 +derogate/6 1 +derogation/2 1 +derogatory/211 1 +Derrick/3 +derrick/18 1 +Derrida/3 +derriere/1 1 +derringer/1 1 +dervish/4 1 +derv 1 +desalinate/6 1 +desalination/2 1 +desalinization/2 1 +desalinize/6 1 +desalt/11 1 +desalting 1 +desaturated +descale/6 1 +descant/23 1 +Descartes/2 1 +descend/11 1 +descendant/1 1 +descendent/1 1 +descender/10 1 +descending 1 +descent/1 1 +describable 1 +describe/6 1 +describer/1 1 +description/1 1 +descriptive/16 1 +descriptivism 1 +descriptor/10 1 +descry/31 1 +Desdemona/3 +desecrate/6 1 +desecration/2 1 +desegregate/6 1 +desegregation/2 1 +deselect/11 1 +deselection 1 +desensitization/2 1 +desensitize/6 1 +desert/78 1 +deserted 1 +deserter/1 1 +desertification 1 +desertion/1 1 +deserve/6 1 +deserved/8 1 +deserving 1 +deshabille/2 1 +desiccant/1 1 +desiccate/6 1 +desiccation/2 1 +desiccator/1 1 +desiderata 415 +desideratum/2 416 +design/23 1 +designable +designate/6 1 +designation/1 1 +designational +designator/10 1 +designed/8 1 +designer/1 1 +designing/2 1 +desirabilia +desirability/2 1 +desirable/29 1 +desire/28 1 +desired 1 +Desiree/3 +desirous 1 +desist/11 1 +desk/1 1 +deskill/11 1 +desktop/1 1 +Desmond/3 +desolate/67 1 +desolation/2 1 +desorption 1 +despair/23 1 +despairing/8 1 +desperado/4 1 +desperate/16 1 +desperation/2 1 +despicable/19 1 +despise/6 1 +despite 1 +despoil/11 1 +despoiler/1 1 +despoilment/2 1 +despoliation/2 1 +despondence/2 1 +despondency/2 1 +despondent/8 1 +despond 1 +despot/1 1 +despotic +despotically +despotism/2 1 +dessert/1 1 +dessertspoon/10 1 +dessertspoonful/10 1 +destabilization/2 1 +destabilize/6 1 +d'Estaing +destination/1 1 +destine/6 1 +destiny/15 1 +destitute 1 +destitution/2 1 +destroy/11 1 +destroyable +destroyer/1 1 +destruct/23 1 +destructibility/2 1 +destructible 1 +destruction/2 1 +destructive/16 1 +destruct 1 +desuetude/2 1 +desultory/243 1 +detach/7 1 +detachable +detached 1 +detachment/1 1 +detail/23 1 +detailed 1 +detain/11 1 +detainee/1 1 +detainment/2 1 +detect/11 1 +detectability 1 +detectable +detectably +detectible +detection/1 1 +detective/1 1 +detector/1 1 +detente/1 1 +detention/1 1 +deter/13 1 +detergent/1 1 +deteriorate/6 1 +deterioration/2 1 +determent/2 1 +determinable 1 +determinacy 1 +determinant/1 1 +determinate/8 1 +determination/1 1 +determinative 1 +determine/6 1 +determined/8 1 +determiner/1 1 +determinism/2 1 +deterministic +deterministically +determinist 1 +deterrence/2 1 +deterrent/1 1 +detest/11 1 +detestable/19 1 +detestation/2 1 +detester/10 1 +dethrone/6 1 +dethronement/2 1 +dethroning 1 +detonate/6 1 +detonation/1 1 +detonator/1 1 +detour/23 1 +detox/22 1 +detoxification/2 1 +detoxify/31 1 +detract/11 1 +detracting 1 +detraction/2 1 +detractor/1 1 +detriment/1 1 +detrimental/8 1 +detritus/2 1 +Detroit/2 1 +deuce/18 1 +deuterium/2 1 +Deuteronomy/2 1 +deuteron 1 +Deutschmark/1 1 +devaluation/1 1 +devalue/6 1 +Devanagari/2 1 +devastate/6 1 +devastatingly +devastation/2 1 +devastator/1 1 +develop/11 1 +developer/1 1 +development/1 1 +developmental/8 1 +Devi/2 1 +deviance/2 1 +deviancy/2 1 +deviant/1 1 +deviate/28 1 +deviation/1 1 +device/1 1 +devil/1 1 +Devil/2 1 +devil/11 1 +deviling 1 +devilish/16 1 +devilment/2 1 +devilry/15 1 +deviltry/15 1 +Devin/3 +devious/16 1 +devise/28 1 +devitalize/6 1 +devoid 1 +devolution/2 1 +devolve/6 1 +Devon/2 1 +Devonian/2 1 +devote/6 1 +devoted/83 1 +devotee/1 1 +devotion/1 1 +devotional/1 1 +devour/11 1 +devourer/10 1 +devouring 1 +devout/21 1 +dew/18 1 +Dewar/2 1 +Dewayne/3 +dewberry/15 1 +dewclaw/1 1 +dewdrop/1 1 +Dewey/2 1 +Dewitt/3 +dewlap/1 1 +dewy/49 1 +Dexedrine/2 1 +Dexter +dexterity/2 1 +dexterous/16 1 +dextrose/2 1 +dextrous/8 1 +DH +Dhaka/2 1 +Dhaulagiri/2 1 +dhoti/1 1 +dhow/1 1 +Di +DI +diabetes/2 1 +diabetic/1 1 +diabolic +diabolical/8 1 +diabolism 1 +diachronic +diacritic/1 1 +diacriticals +diacritical 1 +diadem/18 1 +diaereses 417 +diaeresis/2 418 +Diaghilev +diagnosable +diagnose/6 1 +diagnoses 419 +diagnosis/2 420 +diagnostic/35 1 +diagnostician/1 1 +diagonal/30 1 +diagonalize/6 1 +diagram/160 1 +diagrammatic +diagrammatically +Dial/3 +dial/23 1 +dialect/1 1 +dialectal 1 +dialectic/130 1 +dialectical/8 1 +dialer 1 +dialing/10 1 +dialog/18 1 +dialogue/18 1 +dialysis/2 1 +dialyzes +diamante 1 +diameter/1 1 +diametric +diametrical/8 1 +diamond/18 1 +diamondback/1 1 +diamond 1 +diam 1 +Diana/2 1 +Diane/3 +Diann/3 +Dianna/3 +Dianne/3 +diapason/1 1 +diaper/23 1 +diapering 1 +diaphanous 1 +diaphragm/18 1 +diaphragmatic 1 +diarist/1 1 +diarrhea/2 1 +diary/15 1 +Dias +Diaspora/1 1 +diaspora 1 +diastase/2 1 +diastole/2 1 +diastolic +diathermy/2 1 +diatom/1 1 +diatomic +diatonic 1 +diatribe/1 1 +Diaz +dibble/28 1 +dibs +dibs's +DiCaprio/3 +dice/43 1 +dices 421 +dicey 422 +dichloride 1 +dichotomous 1 +dichotomy/15 1 +dicier 423 +diciest 423 +dicing 1 +Dick +dick/18 1 +Dickens +Dickensian 1 +dickens 1 +dicker/5 1 +Dickerson/3 +dickey/1 424 +dickhead/10 1 +dickier 425 +dickiest 425 +Dickinson +Dickson/3 +dicky/244 1 +dickybird/10 1 +dicotyledon/1 1 +dicotyledonous +dict +Dictaphone/1 1 +dicta 426 +dictate/28 1 +dictation/1 1 +dictator/1 1 +dictatorial/8 1 +dictatorship/1 1 +diction/2 1 +dictionary/15 1 +dictum/2 427 +didactically +didactic 1 +diddle/6 1 +diddler/1 1 +diddly +diddlysquat +diddums +Diderot +didgeridoo/10 1 +didn't +Dido/2 1 +dido/4 1 +Didrikson/3 +did 428 +didst 428 +die/245 429 +Diefenbaker +Diego/3 +diehard/1 1 +dielectric/1 1 +Diem/3 +diereses 430 +dieresis/2 431 +diesel/1 1 +Diesel/2 1 +diesel/11 1 +dieseling 1 +dies 1 +diet/78 1 +dietary/15 1 +dieter/1 1 +dietetic/32 1 +dietician/1 1 +dietitian/1 1 +Dietrich +diff/11 1 +differ/11 1 +difference/73 1 +different/8 1 +differentiability 1 +differentiable +differential/30 1 +differentiate/6 1 +differentiation/1 1 +differentiators +difficult/8 1 +difficulty/15 1 +diffidence/2 1 +diffident/8 1 +diffract/11 1 +diffraction/2 1 +diffuse/246 1 +diffused 1 +diffuser/10 1 +diffusion/2 1 +diffusional +diffusive 1 +diffusivity 1 +dig/247 432 +digerati/2 1 +digest/23 1 +digested 1 +digestibility/2 1 +digestible 1 +digestion/1 1 +digestive/10 1 +digger/1 1 +digging/32 1 +digit/1 1 +digital/8 1 +digitalis/2 1 +digital 1 +digitization 1 +digitize/6 1 +digitizer/10 1 +dignified 1 +dignify/31 1 +dignitary/15 1 +dignity/15 1 +digraph/1 1 +digress/7 1 +digression/1 1 +digressive 1 +dihedral 1 +Dijkstra/3 +Dijon +dike/28 1 +diktat/10 1 +dilapidated +dilapidation/2 1 +dilatation/2 1 +dilate/6 1 +dilation/2 1 +dilator/1 1 +dilatory 1 +Dilbert/1 1 +dildo/10 1 +dilemma/1 1 +dilettante/1 1 +dilettantish +dilettantism/2 1 +diligence/2 1 +diligent/8 1 +dill/18 1 +Dillard/3 +dillies +Dillinger/3 +Dillon/3 +diluent 1 +dilute/6 1 +dilution/1 1 +dilly/3 +dillydally/31 1 +dim/248 1 +DiMaggio +dime/48 1 +dimension/23 1 +dimensional/8 1 +dimensionality 1 +dimensionless 1 +dimer/10 1 +diminish/7 1 +diminishable 1 +diminishing 1 +diminuendo/1 1 +diminution/1 1 +diminutive/1 1 +dimity/2 1 +dimmer/1 1 +dimorphic +dimorphism 1 +dimple/28 1 +dimply/34 1 +dimwit/1 1 +dimwitted +din/133 1 +Dina/3 +Dinah +dinar/1 1 +dine/6 1 +diner/1 1 +dinette/1 1 +ding/23 1 +dingbat/1 1 +dingdong/23 1 +dinghy/15 1 +dingier 433 +dingiest 433 +dingle/1 1 +dingo/4 1 +dingos +dingus/4 1 +dingy/50 1 +dink/166 1 +dinkier 434 +dinkiest 434 +dink 1 +dinky/42 1 +dinner/23 1 +dinnertime/2 1 +dinnerware/2 1 +Dino/3 +dinosaur/1 1 +dint/18 1 +diocesan/1 1 +diocese/1 1 +Diocletian +diode/1 1 +Diogenes +Dion/3 +Dionne/3 +Dionysian +Dionysus/2 1 +Diophantine/3 +diopter/10 1 +Dior +diorama/1 1 +dioxide/1 1 +dioxin/1 1 +dip/47 1 +diphtheria/2 1 +diphthong/18 1 +diplexers +diploid/1 1 +diploma/249 1 +diplomacy/2 1 +diplomat/1 1 +diplomatically +diplomatic 1 +diplomatist/1 1 +dipole/1 1 +dipper/1 1 +Dipper/2 1 +dippy/34 1 +dipso/10 1 +dipsomania/2 1 +dipsomaniac/1 1 +dipstick/1 1 +dipterous +diptych/1 1 +Dir +Dirac +dire/250 1 +direct/98 1 +direction/1 1 +directionality 1 +directional 1 +directionally +directionless 1 +directive/1 1 +director/1 1 +directorate/1 1 +directorial 1 +directorship/1 1 +directory/15 1 +direful 1 +dirge/1 1 +Dirichlet +dirigible/1 1 +Dirk/3 +dirk/18 1 +dirndl/1 1 +dirt/2 1 +dirtball +dirtballs +dirt 1 +dirty/143 1 +dis/228 1 +Dis/2 1 +dis/79 1 +disability/15 1 +disable/6 1 +disablement/2 1 +disabuse/6 1 +disadvantage/28 1 +disadvantageous/8 1 +disaffect/11 1 +disaffected 1 +disaffection/2 1 +disaffiliate/6 1 +disaffiliation/2 1 +disafforest/11 1 +disaggregated +disaggregation 1 +disagree/46 1 +disagreeable/29 1 +disagreement/1 1 +disallow/11 1 +disambiguate/251 1 +disambiguation 1 +disappear/11 1 +disappearance/1 1 +disappoint/11 1 +disappointed 1 +disappointing/8 1 +disappointment/1 1 +disapprobation/2 1 +disapproval/2 1 +disapprove/6 1 +disapproving/8 1 +disarm/11 1 +disarmament/2 1 +disarming/8 1 +disarrange/6 1 +disarrangement/2 1 +disarray/23 1 +disassemble/6 1 +disassembler 1 +disassociate/6 1 +disassociation/2 1 +disaster/1 1 +disastrous/8 1 +disavow/11 1 +disavowal/1 1 +disband/11 1 +disbandment/2 1 +disbar/13 1 +disbarment/2 1 +disbelief/120 1 +disbelieve/6 1 +disbeliever/1 1 +disbelieving/8 1 +disbursal/2 1 +disburse/6 1 +disbursement/1 1 +disc/18 1 +discard/23 1 +discern/11 1 +discernible/19 1 +discerning/8 1 +discernment/2 1 +discharge/28 1 +disciple/18 1 +discipleship/2 1 +disciplinarian/1 1 +disciplinary +discipline/28 1 +disclaim/11 1 +disclaimer/1 1 +disclose/6 1 +disclosure/1 1 +disco/23 1 +discography/15 1 +discolor/11 1 +discoloration/1 1 +discombobulate/6 1 +discombobulation/2 1 +discomfit/5 1 +discomfiture/2 1 +discomfort/23 1 +discommode/6 1 +discompose/6 1 +discomposed 1 +discomposure/2 1 +disconcert/11 1 +disconcerted 1 +disconcerting/8 1 +disconnect/11 1 +disconnected/16 1 +disconnection/1 1 +disconsolate/8 1 +disconsolation 1 +discontent/23 1 +discontented/8 1 +discontentment/2 1 +discontinuance/1 1 +discontinuation/1 1 +discontinue/6 1 +discontinuity/15 1 +discontinuous/8 1 +discord/23 1 +discordance/2 1 +discordant/8 1 +discotheque/1 1 +disco 1 +discount/78 1 +discountability +discountable +discountenance/43 1 +discounter/1 1 +discourage/6 1 +discouragement/1 1 +discouraging/8 1 +discourse/28 1 +discourteous/8 1 +discourtesy/15 1 +discover/11 1 +discoverable 1 +discoverer/1 1 +discovery/15 1 +discredit/23 1 +discreditable/19 1 +discreet/21 1 +discrepancy/15 1 +discrepant 1 +discrete/16 1 +discretion/2 1 +discretionary 1 +discriminant/10 1 +discriminate/6 1 +discriminating 1 +discrimination/2 1 +discriminative 1 +discriminator/1 1 +discriminatory +discursive/16 1 +discus/252 1 +discuss/7 1 +discussable +discussant/1 1 +discussion/1 1 +disdain/23 1 +disdainful/8 1 +disease/77 1 +diseased 1 +disembark/11 1 +disembarkation/2 1 +disembodiment/2 1 +disembody/31 1 +disembowel/11 1 +disembowelment/2 1 +disenchant/11 1 +disenchantment/2 1 +disencumber/11 1 +disenfranchise/6 1 +disenfranchisement/2 1 +disengage/6 1 +disengagement/1 1 +disentangle/6 1 +disentanglement/2 1 +disequilibrium/2 1 +disestablish/7 1 +disestablishment/2 1 +disesteem/23 1 +disfavor/23 1 +disfigure/6 1 +disfigurement/1 1 +disfranchise/6 1 +disfranchisement/2 1 +disgorge/6 1 +disgorgement/2 1 +disgrace/28 1 +disgraceful/16 1 +disgruntle/6 1 +disgruntlement/2 1 +disguise/28 1 +disguised 1 +disguising 1 +disgust/23 1 +disgusted/8 1 +disgusting/8 1 +dish/22 1 +dishabille/2 1 +disharmonious +disharmony/2 1 +dishcloth/1 1 +dishearten/11 1 +disheartening/8 1 +dishevel/11 1 +dishevelment/2 1 +dishing 1 +dishonest/8 1 +dishonesty/2 1 +dishonor/23 1 +dishonorable/19 1 +dishpan/1 1 +dishrag/1 1 +dishtowel/1 1 +dishware/2 1 +dishwasher/1 1 +dishwater/2 1 +dishy 1 +disillusion/23 1 +disillusionment/2 1 +disincentive/10 1 +disinclination/2 1 +disincline/6 1 +disinfect/11 1 +disinfectant/1 1 +disinfection/2 1 +disinflation/2 1 +disinformation/2 1 +disingenuous/8 1 +disinherit/11 1 +disinheritance/2 1 +disintegrate/6 1 +disintegration/2 1 +disinter/13 1 +disinterest/62 1 +disinterested/16 1 +disinterment/2 1 +disinvestment/2 1 +disinvest 1 +disjoint/11 1 +disjointed/16 1 +disjointness +disjoint 1 +disjunction/10 1 +disjunctive 1 +disjuncture 1 +disk/18 1 +diskette/1 1 +dislike/28 1 +dislocate/6 1 +dislocation/1 1 +dislodge/6 1 +disloyal/8 1 +disloyalty/2 1 +dismal/75 1 +dismantle/6 1 +dismantlement/2 1 +dismay/23 1 +dismayed 1 +dismember/11 1 +dismemberment/2 1 +dismiss/7 1 +dismissal/1 1 +dismissible +dismissive +dismissively +dismount/23 1 +Disney +Disneyland 1 +disobedience/2 1 +disobedient/8 1 +disobey/11 1 +disoblige/6 1 +disobliging 1 +disorder/23 1 +disordered 1 +disorderly/140 1 +disorganization/2 1 +disorganize/6 1 +disorient/11 1 +disorientate/6 1 +disorientation/2 1 +disown/11 1 +disparage/6 1 +disparagement/2 1 +disparaging/8 1 +disparate/8 1 +disparity/15 1 +dispassion/2 1 +dispassionate/8 1 +dispatch/22 1 +dispatcher/1 1 +dispel/61 1 +dispelling 1 +dispensable 1 +dispensary/15 1 +dispensation/1 1 +dispense/6 1 +dispenser/1 1 +dispersal/2 1 +dispersant 1 +disperse/253 1 +dispersed 1 +disperser/10 1 +dispersion/1 1 +dispersive/8 1 +dispirit/11 1 +dispirited/8 1 +displace/6 1 +displacement/1 1 +displacer 1 +display/23 1 +displayable +displease/6 1 +displeasing 1 +displeasure/2 1 +disport/5 1 +disposable/1 1 +disposal/1 1 +dispose/43 1 +disposed 1 +disposer/1 1 +disposing 1 +disposition/1 1 +dispossess/7 1 +dispossession/2 1 +dispraise/28 1 +disproof/1 1 +disproportion/18 1 +disproportional/8 1 +disproportionate/8 1 +disprovable +disprove/6 1 +disputable/19 1 +disputant/1 1 +disputation/1 1 +disputatious/8 1 +dispute/28 1 +disputer/1 1 +disqualification/1 1 +disqualify/31 1 +disquiet/23 1 +disquieted 1 +disquieting 1 +disquiet 1 +disquietude/2 1 +disquisition/1 1 +Disraeli +disregard/23 1 +disregardful 1 +disrepair/2 1 +disreputable/19 1 +disrepute/2 1 +disrespect/23 1 +disrespectful/8 1 +disrobe/6 1 +disrupt/11 1 +disruption/1 1 +disruptive/8 1 +disruptor 1 +diss/7 1 +dissatisfaction/2 1 +dissatisfied 1 +dissatisfy/31 1 +dissect/11 1 +dissecting 1 +dissection/1 1 +dissector/1 1 +dissemblance/2 1 +dissemble/6 1 +dissembler/1 1 +dissembling 1 +disseminate/6 1 +dissemination/2 1 +dissension/1 1 +dissent/23 1 +dissenter/1 1 +dissenting 1 +dissertation/1 1 +disservice/1 1 +dissever/11 1 +dissidence/2 1 +dissident/1 1 +dissimilarity/15 1 +dissimilar 1 +dissimilitude/1 1 +dissimulate/6 1 +dissimulation/2 1 +dissimulator/1 1 +dissipate/6 1 +dissipated 1 +dissipation/2 1 +dissipative +dissociate/6 1 +dissociation/2 1 +dissociative +dissociatively +dissoluble 1 +dissolute/16 1 +dissolution/2 1 +dissolve/43 1 +dissolving 1 +dissonance/1 1 +dissonant 1 +dissuade/6 1 +dissuasion/2 1 +dissuasive 1 +dist +distaff/1 1 +distal/8 1 +distance/28 1 +distant/8 1 +distaste/18 1 +distasteful/16 1 +distemper/62 1 +distend/11 1 +distended 1 +distension/1 1 +distention/1 1 +distil/61 1 +distill/11 1 +distillate/1 1 +distillation/1 1 +distiller/1 1 +distillery/15 1 +distilling 1 +distinct/21 1 +distinction/1 1 +distinctive/16 1 +distinguish/7 1 +distinguishable/19 1 +distinguished 1 +distinguishing 1 +distort/11 1 +distorted 1 +distorter 1 +distortion/1 1 +distract/11 1 +distracted/83 1 +distractingly +distraction/1 1 +distrait 1 +distraught 1 +distress/22 1 +distressed 1 +distressful 1 +distressing/8 1 +distributable +distribute/6 1 +distribution/1 1 +distributional +distributive/8 1 +distributivity 1 +distributor/1 1 +distributorship/10 1 +district/18 1 +distrust/23 1 +distrustful/8 1 +disturb/11 1 +disturbance/1 1 +disturber/1 1 +disturbing/8 1 +disulphide 1 +disunion/2 1 +disunite/6 1 +disunity/2 1 +disuse/28 1 +disyllabic +disyllable 1 +ditch/22 1 +dither/23 1 +ditherer/1 1 +ditransitive 1 +ditsy/34 1 +ditto/23 1 +ditz/4 1 +ditzy/34 1 +ditty/167 1 +diuresis 1 +diuretic/1 1 +diurnal/8 1 +diva/1 1 +divalent 1 +divan/1 1 +dive/254 435 +diver/1 1 +diverge/6 1 +divergence/1 1 +divergent 1 +diverse/16 1 +diversification/2 1 +diversify/31 1 +diversion/1 1 +diversionary +diversity/15 1 +divert/11 1 +diverted 1 +diverticulitis/2 1 +diverting 1 +divest/11 1 +divestiture/1 1 +divestment/2 1 +dividable 1 +divide/28 1 +divided 1 +dividend/1 1 +divider/1 1 +dividing 1 +divination/2 1 +divine/255 1 +Divine/2 1 +divine/6 1 +diviner/1 1 +diving/2 1 +divinity/15 1 +divisibility/2 1 +divisible 1 +division/1 1 +divisional 1 +divisive/16 1 +divisor/1 1 +divorce/28 1 +divorcee/1 1 +divorcement/1 1 +divot/1 1 +div 1 +divulge/6 1 +divvy/56 1 +Diwali/3 +Dix +Dixie/2 1 +Dixiecrat 1 +Dixieland/1 1 +dixieland/2 1 +Dixon/3 +dizzy/143 1 +Djakarta/2 1 +djellaba/1 1 +djellabah/1 1 +Djibouti/2 1 +djinn's +DJ 1 +DMD/2 1 +Dmitri/3 +DMZ +DNA/2 1 +Dnepr +Dnepropetrovsk +Dnieper +Dniester +do/256 436 +DOA +doable 1 +dob +DOB +dobbed +Dobbin/3 +dobbin/1 1 +dobbing +doberman/3 +Doberman/2 1 +dobermans +Dobro 1 +dobs +doc/64 1 +docent/1 1 +docile/8 1 +docility/2 1 +dock/23 1 +docker/10 1 +docket/23 1 +docking 1 +dockland/10 1 +dockside 1 +dockworker/1 1 +dockyard/1 1 +doctor/23 1 +doctoral 1 +doctorate/1 1 +Doctorow/3 +Doctor 1 +doctrinaire/1 1 +doctrinal/8 1 +doctrine/1 1 +docudrama/1 1 +document/23 1 +documentary/15 1 +documentation/1 1 +DOD +dodder/23 1 +doddery 1 +doddle 1 +dodecahedral +dodecahedra 437 +dodecahedron 438 +Dodge/3 +dodge/28 1 +dodgem/10 1 +dodger/1 1 +Dodgson/2 1 +dodgy/34 1 +dodo/1 1 +Dodoma/3 +Dodson/3 +Doe +DOE +doe/48 1 +doer/1 1 +doeskin/1 1 +doesn't +doff/11 1 +dog/92 1 +dogcart/1 1 +dogcatcher/1 1 +doge/1 1 +dogear/11 1 +dogear's +dogfight/18 1 +dogfish/4 1 +dogged/16 1 +doggerel/2 1 +doggie/41 1 +dogging 1 +doggone/257 1 +doggoned/166 1 +doghouse/1 1 +dogie/1 1 +dogleg/92 1 +dogma/1 1 +dogmatically +dogmatic 1 +dogmatism/2 1 +dogmatist/1 1 +dogsbody/60 1 +dogsled/70 1 +dogtrot/109 1 +dogwood/1 1 +dogy/15 1 +doggy/42 1 +doh/2 1 +Doha/2 1 +doilies +doily/3 +doing/1 1 +Dolby 1 +doldrums/2 1 +Dole/3 +dole/28 1 +doleful/85 1 +dolerite 1 +doling 1 +doll/23 1 +dollar/1 1 +dollhouse/1 1 +Dollie/3 +dolling 1 +dollop/23 1 +dolmen/1 1 +dolmen's 439 +dolmen 440 +dolomite/2 1 +dolor/2 1 +Dolores/3 +dolorous/8 1 +dolphin/1 1 +dolt/1 1 +doltish/16 1 +Dolly/3 +dolly/258 1 +dolly's +domain/1 1 +dome/28 1 +Domesday/3 +domestic/51 1 +domesticate/6 1 +domestication/2 1 +domesticity/2 1 +domicile/28 1 +domiciliary +dominance/2 1 +dominant/30 1 +dominate/6 1 +dominating 1 +domination/2 1 +dominatrix/184 1 +domineer/11 1 +domineering/8 1 +Domingo/3 +Dominguez/3 +Dominic +Dominica/2 1 +Dominican/1 1 +Dominick/2 1 +dominion/1 1 +Dominion 1 +Dominique/2 1 +domino/4 1 +Domitian +don/1 1 +Don/1 1 +don/192 1 +Dona +dona/1 1 +Donahue/3 +Donald/3 +Donaldson/3 +donate/6 1 +Donatello +donation/1 1 +Donetsk/2 1 +dong/23 1 +dongle/1 1 +Donizetti/3 +donkey/1 1 +Donn/3 +Donna 1 +Donne/2 1 +Donnell/3 +Donner/3 +Donnie/3 +donnish 1 +donor/1 1 +Donovan/3 +don't +donuts/89 1 +Donny/3 +donnybrook/1 1 +doodad/1 1 +doodah/10 1 +doodle/28 1 +doodlebug/1 1 +doodler/1 1 +doohickey/1 1 +doolally +Dooley/3 +Doolittle +doom/23 1 +doomsayer/1 1 +doomsday/2 1 +doomster/10 1 +Doonesbury/3 +door/18 1 +doorbell/1 1 +doorhandles +doorjamb/10 1 +doorkeeper/1 1 +doorknob/1 1 +doorknocker/10 1 +doorman/2 441 +doormat/1 1 +doormen 442 +doornail 1 +doorplate/1 1 +doorpost/10 1 +doorstep/47 1 +doorstop/1 1 +doorway/1 1 +dooryard/1 1 +dopa/2 1 +dopamine 1 +dope/28 1 +doper/1 1 +dopey 443 +dopier 444 +dopiest 444 +dopiness/3 +doping/2 1 +doppelganger/10 1 +Doppler +dopy/34 1 +Dora/2 1 +Dorcas +Doreen/3 +Dorian/2 1 +Doric/2 1 +Doris/2 1 +Doritos/3 +dork/1 1 +dorky/34 1 +dorm/1 1 +dormancy/2 1 +dormant 1 +dormer/1 1 +dormice 445 +dormitory/15 1 +dormouse/2 446 +Dorothea/3 +Dorothy/3 +dorsal/8 1 +Dorset 1 +Dorsey/3 +Dorthy/3 +Dortmund +dory/15 1 +dos/240 1 +DOS/2 1 +dosage/1 1 +dose/28 1 +dosh +dosimeter/1 1 +doss/241 1 +dosser/10 1 +dosshouse/10 1 +dossier/1 1 +Dostoevsky/2 1 +Dostoyevsky/2 1 +DOT +Dot/3 +dot/109 1 +dotage/2 1 +dotard/1 1 +dote/6 1 +doter/1 1 +doting/8 1 +Dotson/3 +dotty/259 1 +Douala/2 1 +Douay/3 +double/260 1 +Doubleday/3 +doubleheader/1 1 +doubler 1 +doublespeak/2 1 +doublet/1 1 +doubletalk +doublethink 1 +doubling 1 +doubloon/1 1 +doubt/23 1 +doubter/1 1 +doubtful/16 1 +doubting/8 1 +doubtlessly 1 +doubtless 1 +douche/28 1 +Doug/3 +dough/1 1 +doughnut/18 1 +doughty/34 1 +doughy/34 1 +Douglas +Douglass +dour/21 1 +Douro +douse/43 1 +dove/1 1 +dovecot/10 1 +dovecote/1 1 +Dover/2 1 +dove 447 +dovetail/23 1 +dovish 1 +Dow +dowager/1 1 +dowdy/97 1 +dowel/23 1 +dower/23 1 +down/78 1 +downbeat/1 1 +downcast 1 +downdraft/1 1 +downer/1 1 +downfall/1 1 +downfallen +downgrade/28 1 +downhearted/16 1 +downhill/1 1 +downland/10 1 +download/11 1 +download's +downmarket +downpipes +downplay/11 1 +downpour/1 1 +downrange 1 +downright 1 +downriver +Downs +downscale 1 +downshift/11 1 +downside/1 1 +downsize/6 1 +downsizing/2 1 +downspout/1 1 +downstage 1 +downstairs +downstairs's +downstate/2 1 +downstream 1 +downswing/1 1 +downtime/2 1 +downtown/2 1 +downtrend/1 1 +downtrodden 1 +downturn/1 1 +downward/191 1 +downwind 1 +Downy/3 +downy/34 1 +dowry/15 1 +dowse/43 1 +dowser/1 1 +doxology/15 1 +doyen/1 1 +doyenne/1 1 +Doyle +doz +doze/28 1 +dozen/18 1 +dozenth 1 +dozen 1 +dozing 1 +dozy/193 1 +DP/1 1 +dpt +DPT +Dr +drab/261 1 +drabber 1 +drachma/1 1 +Draco/2 1 +draconian +Draconian +Dracula/2 1 +draft/23 1 +draftboard +draftee/1 1 +drafter/1 1 +drafting/2 1 +draftsman/2 448 +draftsmanship/2 1 +draftsmen 449 +draftswoman/2 450 +draftswomen 451 +drafty/50 1 +drag/92 1 +dragging 1 +dragnet/1 1 +dragon/1 1 +dragonflies +dragonfly/3 +dragoon/23 1 +dragster/10 1 +draggy/34 1 +drain/23 1 +drainage/2 1 +drainboard/1 1 +drainer/1 1 +drainpipe/1 1 +Drake +drake/1 1 +dram/18 1 +drama/1 1 +Dramamine/1 1 +dramatic/35 1 +dramatist/1 1 +dramatization/1 1 +dramatize/6 1 +Drambuie +drank 452 +Drano/3 +drape/28 1 +draper/1 1 +drapery/15 1 +drastic/39 1 +drat/262 1 +draughtboards +draughtswoman +draughtswomen +Dravidian/2 1 +draw/144 453 +drawable +drawback/1 1 +drawbridge/1 1 +drawcord +drawer/1 1 +drawing/1 1 +drawl/23 1 +drawling 1 +drawstring/1 1 +dray/18 1 +dread/23 1 +dreadful/16 1 +dreadlocks +dreadlocks's +dreadnaught/1 1 +dreadnought/1 1 +dread 1 +dream/23 1 +dreamboat/1 1 +dreamer/1 1 +dreaming 1 +dreamland/2 1 +dreamless 1 +dreamlike 1 +dreamworld/1 1 +dreamy/50 1 +drear 1 +dreary/50 1 +dredge/28 1 +dredger/1 1 +dredging 1 +dregs +dregs's +Dreiser +drench/156 1 +Dresden/2 1 +dress/147 1 +dressage/2 1 +dresser/1 1 +dressing/1 1 +dressmaker/1 1 +dressmaking/2 1 +dressy/49 1 +Drew/3 +drew 454 +Dreyfus/2 1 +dribble/28 1 +dribbler/1 1 +driblet/1 1 +drier/1 455 +driest 456 +drift/23 1 +drifter/1 1 +drifting 1 +driftnet +driftnets +driftwood/2 1 +drill/23 1 +driller/1 1 +drilling 1 +drillmaster/1 1 +drink/86 457 +drinkable 1 +drinker/1 1 +drinking/10 1 +drip/47 1 +dripping/1 1 +drippy/34 1 +Dristan/3 +drivable +drive/263 458 +drivel/23 1 +driveler/1 1 +driveling 1 +driver/1 1 +driveway/1 1 +driving/10 1 +drizzle/28 1 +drizzly/34 1 +drogue/1 1 +droid/10 1 +droll/178 1 +drollery/15 1 +droll 1 +drolly 1 +dromedary/15 1 +drone/28 1 +droning 1 +drool/23 1 +droop/23 1 +drooping/8 1 +droopy/49 1 +drop/47 1 +dropkick/1 1 +droplet/1 1 +dropout/1 1 +dropper/1 1 +dropping/32 1 +dropsical 1 +dropsy/2 1 +dross/2 1 +drought/1 1 +drouth/1 1 +drove/73 1 +drover/1 1 +drove 459 +drown/11 1 +drowning/1 1 +drowse/28 1 +drowsy/50 1 +drub/264 1 +drubber/1 1 +drubbing/1 1 +Drudge/3 +drudge/28 1 +drudgery/2 1 +drudging 1 +drug/92 1 +druggie/1 1 +druggist/1 1 +drugstore/1 1 +druggy/15 1 +druid/1 1 +druidism/2 1 +Druid 1 +drum/160 1 +drumbeat/18 1 +drumlin/1 1 +drummer/1 1 +drumstick/1 1 +drunk/188 1 +drunkard/1 1 +drunken/16 1 +drunk 452 +drupe/1 1 +druthers/2 1 +dry/265 1 +dryad/1 1 +Dryden +dryer/1 1 +drying 1 +dryish +drystone +drywall/2 1 +Dschubba/3 +DST +DTP +Du +dual/191 1 +dualism/2 1 +dualistic 1 +dualist 1 +duality/15 1 +Duane/3 +dub/136 1 +Dubai +dubber/1 1 +dubbin/2 1 +dubbing 1 +Dubcek/3 +Dubhe/3 +dubiety/2 1 +dubious/16 1 +Dublin/2 1 +Dubrovnik/2 1 +ducal 1 +ducat/1 1 +Duchamp +duchess/4 1 +duchy/15 1 +duck/23 1 +duckbill/1 1 +duckboards +ducking/10 1 +duckling/1 1 +duckpins +duckpins's +duckpond +duckweed/2 1 +ducky/42 1 +duct/23 1 +ductile 1 +ductility/2 1 +ducting 1 +ductless 1 +dud/18 1 +dude/28 1 +dudgeon/2 1 +Dudley +dud 1 +due/1 1 +duel/23 1 +dueler/1 1 +duelings +dueling 1 +duelist/1 1 +duenna/1 1 +duet/18 1 +due 1 +duff/23 1 +duffel 1 +duffer/1 1 +Duffy/3 +dugout/1 1 +dug 460 +duh +DUI +Duisburg +Duke/3 +duke/18 1 +dukedom/1 1 +dulcet 1 +dulcimer/1 1 +dull/266 1 +dullard/1 1 +Dulles +dulness/3 +Duluth +dully 1 +duly 1 +Dumas +dumb/21 1 +dumbbell/1 1 +dumbfound/11 1 +Dumbledore/3 +Dumbo/3 +dumbo/10 1 +dumbstruck 1 +dumb 1 +dumbwaiter/1 1 +dumdum/1 1 +dumfound/11 1 +dummy/167 1 +dump/23 1 +dumper/10 1 +dumping 1 +dumpling/1 1 +dumplings 1 +dumpster/1 1 +Dumpster 1 +dumpy/49 1 +dun/267 1 +Dunant +Dunbar +Duncan +dunce/1 1 +Dundee +dunderhead/1 1 +dune/1 1 +Dunedin +dung/23 1 +dungaree/1 1 +dungeon/18 1 +dunghill/1 1 +dunk/23 1 +Dunkirk/2 1 +Dunlap/3 +Dunn/3 +Dunne/3 +dunno +duo/1 1 +duodecimal 1 +duodenal +duodena 461 +duodenum/2 462 +duologue 1 +duopolies +duopoly +dupe/28 1 +duper/1 1 +duple 1 +duplex/40 1 +duplicability 1 +duplicate/28 1 +duplication/1 1 +duplicator/1 1 +duplicitous +duplicity/15 1 +DuPont +durability/2 1 +durable/268 1 +Duracell/3 +Duran/3 +durance/2 1 +Durant +Durante/3 +duration/1 1 +Durban +Durer +duress/2 1 +Durex/3 +Durham/1 1 +during +Durkheim +Durocher/3 +Duroc 1 +durst 463 +durum/2 1 +Duse/3 +Dushanbe/2 1 +dusk/2 1 +dusky/49 1 +Dusseldorf/2 1 +dust/23 1 +dustbin/1 1 +Dustbuster/3 +dustcart/10 1 +dustcover 1 +duster/1 1 +Dustin/3 +dusting 1 +dustless 1 +dustman 464 +dustmen 465 +dustpan/1 1 +dustsheet/10 1 +Dusty/3 +dusty/50 1 +Dutch/2 1 +Dutchman/2 466 +Dutchmen 467 +dutch 1 +Dutch 1 +dutch 1 +Dutchwoman 1 +duteous/8 1 +dutiable 1 +dutiful/16 1 +duty/15 1 +Duvalier +duvet/1 1 +DVD 1 +Dvina +Dvorak +dwarf/179 1 +dwarfish 1 +dwarfism/2 1 +Dwayne/3 +dweeb/1 1 +dwell/269 1 +dweller/1 1 +dwelling/1 1 +DWI +Dwight/3 +dwindle/6 1 +Dy/2 1 +dyadic 1 +dyad 1 +dybbuk/186 1 +dye/270 1 +dyeing 1 +Dyer/3 +dyer/1 1 +dyestuff/1 1 +dying/2 468 +dyke/18 1 +Dylan/2 1 +dynamic/130 1 +dynamical/8 1 +dynamic 1 +dynamism/2 1 +dynamite/139 1 +dynamiter/1 1 +dynamo/1 1 +dynastic 1 +dynasty/15 1 +dyne 1 +dysentery/2 1 +dysfunction/1 1 +dysfunctional +dyslectic/1 1 +dyslexia/2 1 +dyslexic/1 1 +dyslexically +dyslexic 1 +Dyson/3 +dyspepsia/2 1 +dyspeptic/1 1 +dysprosium/2 1 +dystrophy 1 +dz +Dzerzhinsky/3 +Dzungaria +E/1 1 +e/10 1 +each 1 +eager/21 1 +eagle/18 1 +eaglet/1 1 +Eakins +ear/62 1 +earache/1 1 +eardrum/1 1 +earful/1 1 +Earhart +Earl/3 +earl/1 1 +earldom/1 1 +Earle/3 +Earlene/3 +Earline/3 +earlobe/1 1 +early/49 1 +earmark/23 1 +earmuff/1 1 +earn/271 1 +earner/1 1 +Earnest/3 +earnest/36 1 +Earnestine/3 +Earnhardt/3 +earning/32 1 +Earp/3 +earphone/1 1 +earpiece/10 1 +earplug/1 1 +earring/1 1 +earshot/2 1 +earsplitting +earth/1 1 +Earth/2 1 +earth/11 1 +earthbound 1 +earthen 1 +earthenware/2 1 +earthling/1 1 +earthly/34 1 +earthquake/18 1 +earthshaking +earthward/10 1 +earthwork/1 1 +earthworm/1 1 +earthy/49 1 +earwax/2 1 +earwig/18 1 +ease/28 1 +easel/1 1 +easement/1 1 +East/1 1 +east/2 1 +eastbound 1 +ea 469 +Easter/1 1 +easterlies +easterly's +easterly 1 +Eastern +eastern/44 1 +easterner/1 1 +Easterner 1 +easternmost +easting 1 +Eastman +east 1 +eastward/10 1 +Eastwood/3 +easy/50 1 +easygoing 1 +easy 1 +eat/116 470 +eatable/1 1 +eater/1 1 +eatery/15 1 +eating 1 +Eaton/3 +eave/1 1 +eavesdrop/105 1 +eavesdropper/1 1 +eBay/3 +ebb/23 1 +Eben/3 +Ebeneezer/3 +Ebert +Ebola 1 +Ebonics/2 1 +Ebony/3 +ebony/15 1 +Ebro/2 1 +ebullience/2 1 +ebullient/8 1 +ebullition/2 1 +EC +eccentric/1 1 +eccentrically +eccentricity/15 1 +eccl +Ecclesiastes +ecclesiastic/1 1 +ecclesiastical/8 1 +ECG/2 1 +echelon/18 1 +echinoderm/1 1 +echo/272 1 +echoic 1 +echolocation/2 1 +eclair/1 1 +eclat/2 1 +eclectic/51 1 +eclecticism/2 1 +eclipse/28 1 +eclipses 471 +ecliptic/2 1 +eclogue/1 1 +Eco/3 +ecocide/2 1 +ecol +ecologic +ecological/8 1 +ecologist/1 1 +ecology/2 1 +econ +econometric/10 1 +economic/32 1 +economical/8 1 +economist/1 1 +economization +economize/6 1 +economizer/1 1 +economy/15 1 +ecosystem/1 1 +ecru/2 1 +ectopic +ectoplasm 1 +ecu/10 1 +Ecuador/2 1 +Ecuadoran/1 1 +Ecuadorean 1 +Ecuadorian/1 1 +ecumenical/8 1 +ecumenicism/2 1 +ecumenism/2 1 +eczema/2 1 +ecstasy/15 1 +Ecstasy 1 +ecstatic/39 1 +ed/3 +Ed/3 +Edam/1 1 +Edda +Eddie/3 +Eddington/2 1 +eddy/15 1 +Eddy/2 1 +eddy/31 1 +edelweiss/2 1 +edema/1 1 +Eden/1 1 +Edgardo/3 +Edgar 1 +edge/139 1 +edgeless 1 +edger/1 1 +edgeways +edgewise +edging/1 1 +edgy/50 1 +edibility/2 1 +edible/20 1 +edict/1 1 +edification/2 1 +edifice/1 1 +edifier/1 1 +edify/31 1 +edifying 1 +Edinburgh/2 1 +Edison/2 1 +edit/23 1 +editable +Edith/3 +edition/1 1 +editor/1 1 +editorial/30 1 +editorialize/6 1 +editorship/1 1 +Edmond/3 +Edmonton/2 1 +Edmund/3 +Edna/3 +EDP/2 1 +eds +Edsel 1 +EDT +Eduardo/3 +educ +educability/2 1 +educable 1 +educate/6 1 +education/1 1 +educational/8 1 +educationalist/10 1 +educationist/10 1 +educative +educator/1 1 +educe/6 1 +eduction 1 +edutainment/2 1 +Edward/1 1 +Edwardian/2 1 +Edwardo/3 +Edwin +Edwina/3 +EEC/2 1 +EEG/2 1 +eek 1 +eel/1 1 +e'en +EEO +EEOC +e'er +eerie/150 1 +eery/50 1 +Eeyore/3 +eff/11 1 +efface/6 1 +effacement/2 1 +effect/23 1 +effective/16 1 +effector/10 1 +effectual/8 1 +effectuate/6 1 +effeminacy/2 1 +effeminate/8 1 +effendi/1 1 +efferent 1 +effervesce/6 1 +effervescence/2 1 +effervescent/8 1 +effervescing 1 +effete/16 1 +efficacious/8 1 +efficacy/2 1 +efficiency/15 1 +efficient/8 1 +Effie/3 +effigy/15 1 +efflorescence/2 1 +efflorescent +effluence/2 1 +effluent/1 1 +effluvia 472 +effluvium/2 473 +effort/1 1 +effortless/16 1 +effrontery/2 1 +effulgence/2 1 +effulgent 1 +effuse/6 1 +effusion/1 1 +effusive/16 1 +EFL +Efrain/3 +Efren/3 +EFT +egad 1 +egalitarian/1 1 +egalitarianism/2 1 +egg/23 1 +eggbeater/1 1 +eggcup/1 1 +egghead/1 1 +eggnog/2 1 +Eggo/3 +eggplant/1 1 +eggshell/1 1 +egis/2 1 +eglantine/1 1 +ego/1 1 +egocentric/1 1 +egocentrically +egocentricity/2 1 +egoism/2 1 +egoist/1 1 +egoistic +egoistical/8 1 +egomania/2 1 +egomaniac/1 1 +egotism/2 1 +egotist/1 1 +egotistic +egotistical/8 1 +egregious/16 1 +egress/40 1 +egret/1 1 +Egypt/2 1 +Egyptian/1 1 +Egyptology/2 1 +eh +Ehrenberg/3 +Ehrlich +Eichmann +eider/1 1 +eiderdown/1 1 +eidetic 1 +Eiffel +eigenfunction +eigenfunctions +eigenstate +eigenstates +eigenvalue/10 1 +eight/1 1 +eighteen/1 1 +eighteenth/1 1 +eighteen 1 +eightfold 1 +eighth/1 1 +eightieth/1 1 +eightpence 1 +eight 1 +eighty/15 1 +Eileen/3 +Einstein/1 1 +einsteinium/2 1 +Eire/2 1 +Eisenhower/2 1 +Eisenstein +Eisner/3 +eisteddfod/10 1 +either 1 +ejaculate/43 1 +ejaculation/1 1 +ejaculatory +eject/11 1 +ejecta +ejection/1 1 +ejector/1 1 +eke/6 1 +EKG/2 1 +elaborate/67 1 +elaboration/1 1 +Elaine +Elam +elan/2 1 +eland/1 1 +Elanor/3 +elapse/6 1 +elastic/51 1 +elasticated +elasticity/15 1 +elasticize/6 1 +elastodynamics +Elastoplast/2 1 +elate/6 1 +elated/8 1 +elation/2 1 +Elba 1 +Elbe/2 1 +Elbert +elbow/23 1 +elbowroom/2 1 +Elbrus +elder/30 1 +elderberry/15 1 +elderflower 1 +elderly 1 +elder 474 +eldest 474 +Eldon/3 +Eldorado 1 +Eleanor/3 +Eleazar/3 +elect/273 1 +electability 1 +electable +election/1 1 +electioneer/11 1 +electioneering 1 +elective/1 1 +elector/1 1 +electoral/8 1 +electorate/1 1 +Electra/2 1 +electric/10 1 +electrical/8 1 +electrician/1 1 +electricity/2 1 +electrification/2 1 +electrifier/1 1 +electrify/31 1 +electrocardiogram/1 1 +electrocardiograph/1 1 +electrocardiography/2 1 +electrochemical/8 1 +electrocute/6 1 +electrocution/1 1 +electrode/1 1 +electrodynamic/10 1 +electroencephalogram/1 1 +electroencephalograph/1 1 +electroencephalographic +electroencephalography/2 1 +electrologist/1 1 +electroluminescent +electrolysis/2 1 +electrolyte/1 1 +electrolytic/39 1 +electrolyze/251 1 +electromagnet/1 1 +electromagnetically +electromagnetic 1 +electromagnetism/2 1 +electromechanical +electromechanics +electromotive +electron/1 1 +electronegative +electronic/35 1 +electrophoresis 1 +electroplate/43 1 +electroplating 1 +electroscope/1 1 +electroscopic +electroshock/2 1 +electrostatic/32 1 +electrotype/18 1 +eleemosynary +elegance/2 1 +elegant/8 1 +elegiac/1 1 +elegiacal +elegy/15 1 +elem +element/1 1 +elemental/8 1 +elementary/211 1 +Elena/3 +elephant/1 1 +elephantiasis/2 1 +elephantine +elev +elevate/6 1 +elevated 1 +elevation/1 1 +elevator/1 1 +eleven/1 1 +elevens/89 1 +eleventh/1 1 +elf/120 1 +ELF/2 1 +elfin 1 +elfish 1 +Elgar +Eli +Elias +elicit/11 1 +elicitation/2 1 +elide/6 1 +eligibility/2 1 +eligible/19 1 +Elijah/2 1 +eliminate/6 1 +elimination/1 1 +eliminator/10 1 +Elinor/3 +Eliot +Elisa/3 +Elisabeth +Elise/3 +Eliseo/3 +Elisha +elision/1 1 +elite/1 1 +elitism/2 1 +elitist/1 1 +elixir/1 1 +Eliza/3 +Elizabeth/2 1 +Elizabethan/1 1 +elk/1 1 +ell/1 1 +Ella/2 1 +Ellen/3 +Ellesmere/3 +Ellie/3 +Ellington +Elliot/3 +Elliott/3 +ellipse/1 1 +ellipses 475 +ellipsis/2 476 +ellipsoid/1 1 +ellipsoidal +elliptic +elliptical/8 1 +Ellis +Ellison/3 +elm/1 1 +Elma/3 +Elmer/3 +Elmo/3 +Elnath/3 +Elnora/3 +elocution/2 1 +elocutionary +elocutionist/1 1 +elodea/1 1 +Elohim +Eloise/3 +elongate/6 1 +elongation/1 1 +elope/6 1 +elopement/1 1 +eloquence/2 1 +eloquent/8 1 +Eloy/3 +Elroy/3 +Elsa/3 +else 1 +elsewhere +Elsie/3 +Elsinore +Eltanin/3 +Elton/3 +elucidate/6 1 +elucidation/1 1 +elude/6 1 +Elul/2 1 +elusive/16 1 +eluted +Elva/3 +elven +elver/1 1 +Elvia/3 +Elvin/3 +Elvira/3 +Elvis/3 +elvish/89 1 +Elway/3 +Elwood/3 +Elysee/3 +Elysian +Elysium/1 1 +EM +em/1 1 +emaciate/6 1 +emaciation/2 1 +Emacs/3 +email/23 1 +emanate/6 1 +emanation/1 1 +emancipate/6 1 +emancipation/2 1 +emancipator/1 1 +emancipatory +Emanuel/3 +emasculate/6 1 +emasculation/2 1 +embalm/11 1 +embalmer/1 1 +embalming 1 +embank/11 1 +embankment/1 1 +embargo/22 1 +embark/11 1 +embarkation/1 1 +embarrass/7 1 +embarrassed 1 +embarrassing/8 1 +embarrassment/1 1 +embassy/15 1 +embattled +embed/274 1 +embeddable +embedding/10 1 +embellish/7 1 +embellishment/1 1 +ember/1 1 +embezzle/6 1 +embezzlement/2 1 +embezzler/1 1 +embitter/11 1 +embitterment/2 1 +emblazon/11 1 +emblazonment/2 1 +emblem/18 1 +emblematic +emblematically +embodiment/1 1 +embody/31 1 +embolden/11 1 +embolism/1 1 +embosom 1 +emboss/7 1 +embosser/1 1 +embouchure/2 1 +embower/11 1 +embrace/28 1 +embraceable +embrasure/1 1 +embrocation/1 1 +embroider/11 1 +embroiderer/1 1 +embroidery/15 1 +embroil/11 1 +embroilment/2 1 +embryo/1 1 +embryological 1 +embryologist/1 1 +embryology/2 1 +embryonic 1 +embryo 1 +emcee/63 1 +emend/11 1 +emendation/1 1 +emerald/1 1 +emerge/6 1 +emergence/2 1 +emergency/15 1 +emergent 1 +emerita 1 +emeritus 1 +Emerson +Emery/3 +emery/2 1 +emetic/1 1 +emf/10 1 +emigrant/1 1 +emigrate/6 1 +emigration/1 1 +emigre/1 1 +Emil/3 +Emile/2 1 +Emilia/2 1 +Emilio/3 +Emily/3 +Eminem/3 +eminence/1 1 +Eminence 1 +eminent/8 1 +emir/1 1 +emirate/1 1 +emissary/15 1 +emission/1 1 +emissivity/60 1 +emit/12 1 +emitter/1 1 +Emma/3 +Emmanuel +Emmett/3 +Emmy 1 +emollient/1 1 +emolument/1 1 +Emory/3 +emote/6 1 +emoticon/1 1 +emotion/1 1 +emotional/8 1 +emotionalism/2 1 +emotionality 1 +emotionalize/6 1 +emotionless 1 +emotive/8 1 +empanel/11 1 +empathetical +empathetic 1 +empathic 1 +empathize/6 1 +empathy/2 1 +emperor/1 1 +emphases 477 +emphasis/2 478 +emphasize/6 1 +emphatic/39 1 +emphysema/2 1 +empire/1 1 +empirical/8 1 +empiricism/2 1 +empiricist/1 1 +empiric 1 +emplacement/1 1 +employ/23 1 +employable 1 +employe/28 1 +employee/1 1 +employer/1 1 +employment/1 1 +emporium/1 1 +empower/11 1 +empowerment/2 1 +empress/4 1 +emptier 1 +empty/275 1 +emptying 1 +empyrean/2 1 +EMT +emu/1 1 +emulate/6 1 +emulation/1 1 +emulative 1 +emulator/1 1 +emulsification/2 1 +emulsifier/1 1 +emulsify/31 1 +emulsion/1 1 +en/1 1 +enable/6 1 +enabler/1 1 +enact/11 1 +enactment/1 1 +enamel/23 1 +enameler/1 1 +enamelings +enamelware/2 1 +enamor/11 1 +enamored 1 +enc +encamp/11 1 +encampment/1 1 +encapsulate/6 1 +encapsulation/1 1 +Encarta/3 +encase/6 1 +encasement/2 1 +encephalitic +encephalitis/2 1 +encephalopathy 1 +enchain/11 1 +enchant/11 1 +enchanter/1 1 +enchanting/8 1 +enchantment/1 1 +enchantress/4 1 +enchilada/1 1 +encipher/11 1 +encircle/6 1 +encirclement/1 1 +encircling 1 +encl +enclave/18 1 +enclose/6 1 +enclosure/1 1 +encode/6 1 +encoder/1 1 +encomium/1 1 +encompass/7 1 +encore/28 1 +encounter/23 1 +encourage/6 1 +encouragement/1 1 +encourager 1 +encouraging/8 1 +encroach/7 1 +encroachment/1 1 +encrust/11 1 +encrustation/1 1 +encrypt/11 1 +encryption 1 +encumber/11 1 +encumbrance/1 1 +ency +encyclical/1 1 +encyclopaedic 1 +encyclopedia/1 1 +encyclopedic 1 +encyst/11 1 +encystment/2 1 +end/23 1 +endanger/11 1 +endangerment/2 1 +endear/11 1 +endearing/8 1 +endearment/1 1 +endeavor/23 1 +endemic/51 1 +endgame/10 1 +ending/1 1 +endive/1 1 +endless/16 1 +endmost 1 +endocrine/1 1 +endocrinologist/1 1 +endocrinology/2 1 +endogenous +endogenously +endomorphism/10 1 +endoplasmic +endorphin/1 1 +endorse/6 1 +endorsement/1 1 +endorser/1 1 +endoscope/1 1 +endoscopic +endoscopy/2 1 +endothermic 1 +endow/11 1 +endowment/1 1 +endpapers +endpoint/1 1 +endue/6 1 +endungeoned +endurable 1 +endurance/2 1 +endure/6 1 +enduring 1 +endways 1 +endwise 1 +Endymion +ENE/2 1 +enema/1 1 +enemy/15 1 +energetic/276 1 +energize/6 1 +energizer/1 1 +energy/15 1 +enervate/6 1 +enervation/2 1 +enfeeble/6 1 +enfeeblement/2 1 +enfilade/28 1 +enfold/11 1 +enforce/6 1 +enforceability 1 +enforceable +enforced 1 +enforcement/1 1 +enforcer/1 1 +enfranchise/6 1 +enfranchisement/2 1 +enfranchiser +Eng +engage/6 1 +engaged 1 +engagement/1 1 +engaging/8 1 +Engels/2 1 +engender/11 1 +engine/77 1 +engineer/23 1 +engineering/2 1 +England/2 1 +English/277 1 +Englishman/2 479 +Englishmen 480 +Englishwoman/2 481 +Englishwomen 482 +engorge/6 1 +engorgement/2 1 +engrained 1 +engram/1 1 +engrave/6 1 +engraver/1 1 +engraving/1 1 +engross/7 1 +engrossed 1 +engrossing 1 +engrossment/2 1 +engulf/11 1 +engulfment/2 1 +enhance/6 1 +enhanceable +enhancement/1 1 +enhancer/10 1 +enharmonic 1 +Enid +Enif/3 +enigma/1 1 +enigmatic +enigmatically +Eniwetok/2 1 +enjambement/1 1 +enjambment/1 1 +enjoin/11 1 +enjoy/11 1 +enjoyability +enjoyable/19 1 +enjoyment/1 1 +Enkidu/2 1 +enlarge/6 1 +enlargeable +enlarged 1 +enlargement/1 1 +enlarger/1 1 +enlighten/11 1 +enlightened 1 +enlightening 1 +enlightenment/2 1 +enlist/11 1 +enlistee/1 1 +enlistment/1 1 +enliven/11 1 +enlivening 1 +enlivenment/2 1 +enmesh/7 1 +enmeshment/2 1 +enmity/15 1 +ennoble/6 1 +ennoblement/2 1 +ennobling 1 +ennui/2 1 +Enoch +enormity/15 1 +enormous/16 1 +Enos +enough/2 1 +enplane/6 1 +enquirer/10 1 +enquiringly +enrage/6 1 +enraged 1 +enrapture/6 1 +enraptured 1 +enrich/7 1 +enrichment/2 1 +Enrico/3 +Enrique/3 +enrobed +enroll/11 1 +enrolling 1 +enrollment/1 1 +Enron/3 +ensconce/6 1 +ensemble/1 1 +enshrine/6 1 +enshrinement/2 1 +enshroud/11 1 +ensign/1 1 +ensilage/2 1 +enslave/6 1 +enslavement/2 1 +ensnare/6 1 +ensnarement/2 1 +ensue/6 1 +ensuing 1 +ensure/6 1 +ensurer/1 1 +entail/5 1 +entailment/2 1 +entangle/6 1 +entangled 1 +entanglement/1 1 +entangler 1 +entente/1 1 +enter/11 1 +entering 1 +enteritis/2 1 +Enterprise/3 +enterprise/1 1 +enterprising/8 1 +entertain/11 1 +entertainer/1 1 +entertaining/37 1 +entertainment/1 1 +enthalpy/60 1 +enthrall/11 1 +enthralling 1 +enthrallment/2 1 +enthrone/6 1 +enthronement/1 1 +enthuse/6 1 +enthusiasm/1 1 +enthusiast/1 1 +enthusiastic/39 1 +entice/6 1 +enticement/1 1 +enticing/8 1 +entire/8 1 +entirety/2 1 +entitle/6 1 +entitlement/1 1 +entity/15 1 +entomb/11 1 +entombment/2 1 +entomological 1 +entomologist/1 1 +entomology/2 1 +entourage/1 1 +entr'acte 1 +entrails +entrails's +entrain/195 1 +entrainment 1 +entrance/28 1 +entrancement/2 1 +entrancing/8 1 +entrant/1 1 +entrap/105 1 +entrapment/2 1 +entreat/11 1 +entreatingly +entreaty/15 1 +entree/1 1 +entrench/7 1 +entrenchment/1 1 +entrepreneur/1 1 +entrepreneurial +entrepreneurship 1 +entropic +entropy/2 1 +entrust/11 1 +entry/15 1 +entryphone +entryphones +entryway/1 1 +entwine/6 1 +enumerable 1 +enumerate/6 1 +enumeration/1 1 +enumerator/1 1 +enunciate/6 1 +enunciation/2 1 +enure/6 1 +enuresis/2 1 +enures 1 +envelop/11 1 +envelope/28 1 +enveloper/1 1 +envelopment/2 1 +envenom/11 1 +enviable/19 1 +envious/16 1 +environ/58 1 +environment/1 1 +environmental/8 1 +environmentalism/2 1 +environmentalist/1 1 +environs's +envisage/6 1 +envision/11 1 +envoy/1 1 +envy/56 1 +envyingly 1 +enzymatic 1 +enzyme/1 1 +Eocene/2 1 +EOE +eolian 1 +eon/1 483 +EPA/2 1 +epaulet/1 1 +epaulette/1 1 +Epcot/3 +epee/1 1 +ephedrine/2 1 +ephemera/2 1 +ephemeral/8 1 +ephemera's 484 +ephemera 485 +ephemeris 1 +Ephesian/10 1 +Ephesus +Ephraim +epic/1 1 +epically +epicenter/1 1 +Epictetus +epic 1 +epicure/1 1 +epicurean/1 1 +Epicurean 1 +Epicurus/2 1 +epicycles +epicycloid 1 +epidemic/51 1 +epidemiological 1 +epidemiologist/1 1 +epidemiology/2 1 +epidermal +epidermic 1 +epidermis/4 1 +epidural/10 1 +epiglottis/4 1 +epigram/1 1 +epigrammatic 1 +epigraph/1 1 +epigraphical +epigraphy/2 1 +epilepsy/2 1 +epileptic/1 1 +epilog/1 1 +epilogue/18 1 +Epimethius/3 +epinephrin/2 1 +epinephrine/2 1 +epiphany/15 1 +Epiphany/15 1 +epiphenomena 486 +epiphenomenon 487 +episcopacy/2 1 +Episcopalian/1 1 +episcopalian 1 +episcopal 1 +Episcopal 1 +episcopate/2 1 +episode/1 1 +episodic/39 1 +epistemic 1 +epistemological 1 +epistemology 1 +epistle/1 1 +Epistle 1 +epistolary 1 +epitaph/18 1 +epitaxial +epitaxy 1 +epithelial +epithelium/2 1 +epithet/1 1 +epithetic +epitome/1 1 +epitomize/6 1 +epoch/1 1 +epochal 1 +eponymous +epoxy/56 1 +epsilon/1 1 +Epsom +Epson/3 +Epstein +equability/2 1 +equable/19 1 +equal/210 1 +equality/15 1 +equalization/2 1 +equalize/6 1 +equalizer/1 1 +equanimity/2 1 +equatable +equate/6 1 +equation/1 1 +equator/1 1 +equatorial 1 +equerry/15 1 +equestrian/1 1 +equestrianism/2 1 +equestrienne/1 1 +equiangular +equidistant/8 1 +equilateral/1 1 +equilibrating +equilibration 1 +equilibrium/2 1 +equine/1 1 +equinoctial 1 +equinox/4 1 +equip/105 1 +equipage/1 1 +equipartition +equipment/1 1 +equipoise/2 1 +equitable/19 1 +equitation/2 1 +equity/15 1 +equiv +equivalence/1 1 +equivalency/15 1 +equivalent/30 1 +equivocal/16 1 +equivocate/6 1 +equivocation/1 1 +equivocator/1 1 +Equuleus +er +ER +Er/2 1 +ERA +era/1 1 +eradicable 1 +eradicate/6 1 +eradication/2 1 +eradicator/1 1 +eras/205 1 +erasable +erase/6 1 +eraser/1 1 +Erasmus/2 1 +erasure/1 1 +Erato/2 1 +Eratosthenes/2 1 +erbium/2 1 +ere +Erebus/2 1 +erect/158 1 +erectile +erection/1 1 +erector/1 1 +Erector 1 +erelong +eremite/1 1 +Erewhon/2 1 +erg/1 1 +ergodic +ergonomic/32 1 +ergonomically +ergophobia +ergosterol/2 1 +ergot/2 1 +ergo 1 +Erhard +Eric/3 +Erica/3 +Erich/3 +Erick/3 +Ericka/3 +Erickson/3 +Ericson +Ericsson +Eridanus +Erie 1 +Erik/3 +Erika/3 +Eriksson +Erin +Eris/4 1 +Eritrea/2 1 +Eritrean/1 1 +Erlenmeyer/3 +Erma/3 +ermine/1 1 +Erna/3 +Ernest/3 +Ernestine/3 +Ernesto/3 +Ernie/3 +Ernst +erode/6 1 +erodible +erogenous +Eros/4 1 +erosion/2 1 +erosional +erosive 1 +erotic/276 1 +erotica/2 1 +eroticism/2 1 +erotics/89 1 +err/11 1 +errand/1 1 +errant 1 +errata/1 1 +errata's 488 +errata 489 +erratic/39 1 +erratum/2 490 +erring 1 +Errol/3 +erroneous/8 1 +error/1 1 +ersatz/4 1 +Erse/2 1 +erst 1 +erstwhile 1 +eruct/11 1 +eructation/1 1 +erudite/8 1 +erudition/2 1 +erupt/11 1 +eruption/1 1 +eruptive 1 +ErvIn/3 +Erwin/3 +erysipelas/2 1 +erythrocyte/1 1 +Esau/2 1 +escalate/6 1 +escalation/1 1 +escalator/1 1 +escallop/23 1 +escalop/11 1 +escalope/6 1 +escapade/1 1 +escape/28 1 +escapee/1 1 +escapement/1 1 +escapism/2 1 +escapist/1 1 +escapologist/10 1 +escapology 1 +escargot/1 1 +escarole/1 1 +escarpment/1 1 +eschatology 1 +Escher/3 +Escherichia/3 +eschew/11 1 +Escondido +escort/23 1 +escritoire/1 1 +escrow/18 1 +escudo/1 1 +escutcheon/1 1 +ESE/2 1 +Eskimo/1 1 +ESL +Esmeralda/3 +esophageal +esophagi 491 +esophagus/2 492 +esoteric/39 1 +esoterica 1 +ESP/2 1 +espadrille/1 1 +espalier/23 1 +especial/8 1 +Esperanto/2 1 +Esperanza/3 +Espinoza/3 +espionage/2 1 +esplanade/1 1 +ESPN +espousal/2 1 +espouse/6 1 +espresso/1 1 +esprit/2 1 +esp 1 +espy/31 1 +Esq/2 1 +esquire/1 1 +Esquire/1 1 +esquire/58 1 +essay/23 1 +essayer/1 1 +essayist/1 1 +Essen/2 1 +essence/1 1 +Essene 1 +essential/30 1 +essentialist 1 +Essequibo +Essex +Essie/3 +est +EST/2 1 +establish/7 1 +establishment/1 1 +Establishment 1 +estate/18 1 +Esteban/3 +esteem/23 1 +Estela/3 +Estella/3 +Estelle/3 +Ester/3 +ester/1 1 +Esterhazy/3 +Estes +Esther/2 1 +esthete/1 1 +esthetic/32 1 +esthetically +estimable 1 +estimate/28 1 +estimation/1 1 +estimator/1 1 +Estonia/2 1 +Estonian/1 1 +Estrada/3 +estrange/6 1 +estranged 1 +estrangement/1 1 +estrogen/2 1 +estrous 1 +estrus/4 1 +estuarine +estuary/15 1 +ET +ETA +eta/1 1 +etc +etch/7 1 +etcher/1 1 +etching/1 1 +ETD +eternal/16 1 +eternity/15 1 +Ethan/3 +ethane/2 1 +ethanol/2 1 +Ethel/3 +Ethelred/3 +ether/2 1 +ethereal/8 1 +etherized +Ethernet +ethic/130 1 +ethical/8 1 +ethicist 1 +ethic 1 +Ethiopia/2 1 +Ethiopian/1 1 +ethnic/1 1 +ethnically +ethnicity/2 1 +ethnic 1 +ethnocentric 1 +ethnocentrism/2 1 +ethnographer/10 1 +ethnographic +ethnographically +ethnography 1 +ethnological/8 1 +ethnologist/1 1 +ethnology/2 1 +ethological 1 +ethologist/1 1 +ethology/2 1 +ethos/2 1 +ethyl/2 1 +ethylene/2 1 +etiolated +etiologic +etiological 1 +etiology/15 1 +etiquette/2 1 +Etna/2 1 +Eton 1 +Etruria +Etruscan 1 +Etta/3 +etude/1 1 +etymological/8 1 +etymologist/1 1 +etymology/15 1 +EU +Eu/2 1 +eucalypti 493 +eucalyptus/4 494 +Eucharist/1 1 +Eucharistic +euchre/28 1 +Euclid/2 1 +euclidean +Euclidean +Eugene +Eugenia/2 1 +eugenic/35 1 +eugenicist/1 1 +Eugenie/3 +Eugenio/3 +eukaryote 1 +Eula/3 +Euler +eulogist/1 1 +eulogistic 1 +eulogize/6 1 +eulogizer/1 1 +eulogy/15 1 +Eumenides/2 1 +Eunice/3 +eunuch/1 1 +euphemism/1 1 +euphemistic +euphemistically +euphonious/8 1 +euphonium/10 1 +euphony/2 1 +euphoria/2 1 +euphoric +euphorically +Euphrates/2 1 +Eur +Eurasia/2 1 +Eurasian/1 1 +eureka 1 +Euripides +euro/1 1 +Eurodollar/1 1 +Europa/2 1 +Europe/2 1 +European/1 1 +europium/2 1 +Eurydice/2 1 +Eustachian/3 +eutectic 1 +Euterpe/2 1 +euthanasia/2 1 +euthanize 1 +euthenics/2 1 +Eva/3 +evacuate/6 1 +evacuation/1 1 +evacuee/1 1 +evadable +evade/6 1 +evader/1 1 +evaluable +evaluate/6 1 +evaluation/1 1 +evaluational +evaluative +evaluator/10 1 +Evan/1 1 +evanescence/2 1 +evanescent 1 +evangelic +evangelical/30 1 +evangelicalism/2 1 +Evangelical 1 +Evangelina/3 +Evangeline/3 +evangelism/2 1 +evangelist/1 1 +evangelistic 1 +Evangelist 1 +evangelize/6 1 +Evansville +evaporate/6 1 +evaporation/2 1 +evaporator/1 1 +evasion/1 1 +evasive/16 1 +eve/1 1 +Eve/2 1 +Evelyn +even/52 1 +evener 1 +evenhanded/8 1 +evening/1 1 +Evenki/2 1 +evensong/2 1 +event/1 1 +eventful/16 1 +eventide/2 1 +eventing +eventual/8 1 +eventuality/15 1 +eventuate/6 1 +Everest/2 1 +Everett/3 +Everette/3 +everglade/1 1 +Everglades/2 1 +evergreen/1 1 +everlasting/30 1 +everliving +evermore +EverReady/3 +Evert/3 +ever 1 +everybody/2 1 +everyday 1 +everyman 1 +everyone/2 1 +everyplace +everything/2 1 +every 1 +everywhere +Evian/3 +evict/11 1 +eviction/1 1 +evidence/28 1 +evident/8 1 +evidential 1 +evident 1 +evil/278 1 +evildoer/1 1 +evildoing/2 1 +evince/6 1 +eviscerate/6 1 +evisceration/2 1 +Evita/3 +evocation/1 1 +evocative/8 1 +evoke/6 1 +evolute 1 +evolution/1 1 +evolutionary/211 1 +evolutionism 1 +evolutionist/1 1 +evolve/6 1 +ewe/1 1 +ewer/1 1 +Ewing/3 +ex/4 495 +exacerbate/6 1 +exacerbating 1 +exacerbation/2 1 +exact/98 1 +exacter 1 +exacting/8 1 +exaction/2 1 +exactitude/2 1 +exaggerate/6 1 +exaggerated/8 1 +exaggeration/1 1 +exaggerator/1 1 +exalt/11 1 +exaltation/2 1 +exalted 1 +exam/1 1 +examinable +examination/1 1 +examine/6 1 +examinees +examiner/1 1 +example/28 1 +exasperate/6 1 +exasperated/8 1 +exasperating/8 1 +exasperation/2 1 +Excalibur/2 1 +excavate/6 1 +excavation/1 1 +excavator/1 1 +Excedrin/3 +exceed/11 1 +exceeding/8 1 +excel/61 1 +excellence/2 1 +excellency/15 1 +Excellency/15 1 +excellent/8 1 +excelling 1 +excelsior/2 1 +except/11 1 +exception/1 1 +exceptionable 1 +exceptional/8 1 +excerpt/23 1 +excerpting 1 +excess/40 1 +excessive/8 1 +excess 1 +exchange/28 1 +exchangeable 1 +exchanger/10 1 +exchequer/1 1 +Exchequer 1 +excise/28 1 +excision/1 1 +excitability/2 1 +excitable/19 1 +excitation/1 1 +excite/6 1 +excited/8 1 +excitement/1 1 +exciter/1 1 +exciting/8 1 +exciton 1 +excl/10 1 +exclaim/11 1 +exclamation/1 1 +exclamatory 1 +exclude/6 1 +exclusion/1 1 +exclusionary +exclusive/36 1 +exclusivity/2 1 +excommunicate/43 1 +excommunication/1 1 +excoriate/6 1 +excoriation/1 1 +excrement/2 1 +excremental +excrescence/1 1 +excrescent 1 +excreta/2 1 +excrete/6 1 +excretion/1 1 +excretory 1 +excruciating/8 1 +excruciation 1 +exculpate/6 1 +exculpation/2 1 +exculpatory +excursion/18 1 +excursionist/1 1 +excursive/16 1 +excusable/19 1 +excuse/28 1 +exec/64 1 +execrable/19 1 +execrate/6 1 +execration/2 1 +executable 1 +execute/6 1 +execution/1 1 +executioner/1 1 +executive/1 1 +executor/1 1 +executrix/184 1 +exegeses 496 +exegesis/2 497 +exegetical 1 +exegetic 1 +exemplar/1 1 +exemplary 1 +exemplification/1 1 +exemplify/31 1 +exempt/5 1 +exemption/1 1 +exempt 1 +exercisable +exercise/28 1 +exerciser/1 1 +Exercycle 1 +exert/11 1 +exertion/1 1 +exeunt +exfoliate/6 1 +exfoliation 1 +exhalation/1 1 +exhale/6 1 +exhaust/23 1 +exhaustible +exhausting 1 +exhaustion/2 1 +exhaustive/16 1 +exhibit/23 1 +exhibition/1 1 +exhibitioner/10 1 +exhibitionism/2 1 +exhibitionist/1 1 +exhibitor/1 1 +exhilarate/6 1 +exhilarating 1 +exhilaration/2 1 +exhort/11 1 +exhortation/1 1 +exhumation/1 1 +exhume/6 1 +exigence/1 1 +exigency/15 1 +exigent 1 +exiguity/2 1 +exiguous 1 +exile/28 1 +exist/11 1 +existence/1 1 +existential/8 1 +existentialism/2 1 +existentialist/1 1 +existentialistic 1 +existent 1 +exit/23 1 +exobiology/2 1 +Exocet/2 1 +exocrine 1 +Exodus/2 1 +exodus/4 1 +exogenous 1 +exonerate/6 1 +exoneration/2 1 +exorbitance/2 1 +exorbitant/8 1 +exorcise/6 1 +exorcism/1 1 +exorcist/1 1 +exorcize/6 1 +exoskeleton/1 1 +exosphere/1 1 +exothermic/39 1 +exotic/51 1 +exotica +exoticism/2 1 +exp +expand/11 1 +expandability 1 +expandable +expanded 1 +expander 1 +expanse/1 1 +expansible +expansion/1 1 +expansionary +expansionism/2 1 +expansionist/1 1 +expansive/16 1 +expat/10 1 +expatiate/6 1 +expatiation/2 1 +expatriate/28 1 +expatriation/2 1 +expect/11 1 +expectancy/15 1 +expectant/8 1 +expectation/1 1 +expectational +expected 1 +expecting 1 +expectorant/1 1 +expectorate/6 1 +expectoration/2 1 +expedience/1 1 +expediency/15 1 +expedient/30 1 +expedite/6 1 +expediter/1 1 +expedition/1 1 +expeditionary +expeditious/16 1 +expeditor/1 1 +expel/61 1 +expelling 1 +expend/11 1 +expendable/1 1 +expenditure/1 1 +expense/18 1 +expensive/16 1 +experience/28 1 +experiential 1 +experiment/23 1 +experimental/8 1 +experimentalist/10 1 +experimentation/2 1 +experimenter/1 1 +expert/220 1 +expertise/2 1 +expertize 1 +expiate/6 1 +expiation/2 1 +expiatory +expiration/2 1 +expiratory +expire/6 1 +expiring 1 +expiry/2 1 +explain/11 1 +explainable +explanation/1 1 +explanatory 1 +expletive/1 1 +explicable +explicate/6 1 +explication/1 1 +explicative 1 +explicit/16 1 +explode/6 1 +exploder/10 1 +exploit/23 1 +exploitable +exploitation/1 1 +exploitative +exploiter/1 1 +explorable +exploration/1 1 +exploratory +explore/6 1 +explorer/1 1 +explosion/1 1 +explosive/36 1 +expo/1 1 +exponent/1 1 +exponential/8 1 +exponentiation 1 +export/23 1 +exportability 1 +exportable +exportation/2 1 +exporter/1 1 +expos/205 1 +expose/28 1 +exposed 1 +exposition/1 1 +expositor/1 1 +expository 1 +expostulate/6 1 +expostulation/1 1 +exposure/1 1 +expound/11 1 +expounder/1 1 +express/279 1 +expressible +expression/1 1 +expressionism/2 1 +expressionist/1 1 +expressionistic +expressionless/8 1 +expressive/16 1 +expressway/1 1 +expropriate/6 1 +expropriation/1 1 +expropriator/1 1 +expulsion/1 1 +expunge/6 1 +expurgate/6 1 +expurgation/1 1 +exquisite/16 1 +ext +extant 1 +extemporaneous/16 1 +extempore 1 +extemporization/2 1 +extemporize/6 1 +extend/11 1 +extendability 1 +extendable +extended 1 +extender/1 1 +extendible +extensibility 1 +extensible 1 +extension/1 1 +extensional/8 1 +extensive/16 1 +extensors +extent/1 1 +extenuate/6 1 +extenuating 1 +extenuation/2 1 +exterior/1 1 +exterminate/6 1 +extermination/1 1 +exterminator/1 1 +external/30 1 +externalization/1 1 +externalize/6 1 +extinct/11 1 +extinction/1 1 +extinct 1 +extinguish/7 1 +extinguishable +extinguisher/1 1 +extirpate/6 1 +extirpation/2 1 +extol/61 1 +extoll/11 1 +extolling 1 +extort/11 1 +extortion/2 1 +extortionate/8 1 +extortioner/1 1 +extortionist/1 1 +extra/1 1 +extracellular 1 +extract/23 1 +extractable +extraction/1 1 +extractive 1 +extractor/1 1 +extracurricular 1 +extraditable +extradite/6 1 +extradition/1 1 +extragalactic +extrajudicial 1 +extralegal 1 +extralinguistic +extramarital +extramural 1 +extraneous/8 1 +extraordinaire +extraordinary/211 1 +extrapolate/6 1 +extrapolation/1 1 +extrasensory +extrasolar +extraterrestrial/1 1 +extraterritoriality/2 1 +extraterritorial 1 +extra 1 +extravagance/1 1 +extravagant/8 1 +extravaganza/1 1 +extravehicular +extravert/18 1 +extremal +extrema 498 +extreme/25 1 +extremism/2 1 +extremist/1 1 +extremity/15 1 +extricable +extricate/6 1 +extrication/2 1 +extrinsic/39 1 +extroversion/2 1 +extrovert/62 1 +extrude/6 1 +extrusion/1 1 +extrusive +ex 1 +exuberance/2 1 +exuberant/8 1 +exudate 1 +exudation/2 1 +exude/6 1 +exult/11 1 +exultant/8 1 +exultation/2 1 +exulting/8 1 +exurb/1 1 +exurban +exurbanite/1 1 +exurbia/2 1 +Exxon/3 +Eyck/3 +eye/28 1 +eyeball/23 1 +eyebrow/1 1 +eyedropper/1 1 +eyed 1 +eyeful/1 1 +eyeglass/4 1 +eyelash/4 1 +eyeless 1 +eyelet/18 1 +eyelid/1 1 +eyeliner/1 1 +eyeopener/1 1 +eyeopening +eyepiece/1 1 +eyeshadow 1 +eyesight/2 1 +eyesore/1 1 +eyestrain/2 1 +eyeteeth 499 +eyetooth/2 500 +eyewash/2 1 +eyewitness/3 +eyewitnesses +Eyre +eyrie/1 1 +eyry/15 1 +Eysenck/3 +Ezekiel +Ezra +f/280 1 +F/2 1 +fa/2 1 +FAA +Faberge +Fabian/1 1 +fable/77 1 +fabric/1 1 +fabricate/6 1 +fabrication/1 1 +fabricator/1 1 +fab 1 +fabulists +fabulous/8 1 +facade/1 1 +face/28 1 +facecloth/1 1 +faceless 1 +facelift/18 1 +faceplate 1 +facet/23 1 +facetious/16 1 +facial/30 1 +facile/8 1 +facilitate/6 1 +facilitation/2 1 +facilitative +facilitator/1 1 +facility/15 1 +facing/1 1 +fact/1 1 +faction/1 1 +factional +factionalism/2 1 +factious 1 +factitious 1 +factoid/1 1 +factor/23 1 +factorial/1 1 +factorisable +factorization/10 1 +factorize/6 1 +factory/15 1 +factotum/1 1 +factual/8 1 +faculty/15 1 +facsimile/63 1 +fad/18 1 +faddiness +faddish/153 1 +faddist/1 1 +faddy 1 +fade/28 1 +faded 1 +fadeout 1 +fading 1 +faecal 1 +faeces/2 1 +faerie/1 1 +Faeroe/3 +faery/15 1 +faff/11 1 +Fafnir +fag/92 1 +fagging 1 +faggoting's +Fagin/2 1 +fagot/86 1 +fagoting/2 1 +Fahd/3 +Fahrenheit 1 +faience/2 1 +fail/23 1 +failing/1 1 +faille/2 1 +failure/1 1 +fain/166 1 +faint/52 1 +fainter 1 +fainthearted 1 +fainting 1 +fain 1 +fair/281 1 +Fairbanks +fairground/1 1 +fairing/1 1 +fairings/89 1 +fairish 1 +fairway/1 1 +fairy/15 1 +fairyland/1 1 +fairytale 1 +fairy 1 +Faisal/3 +Faisalabad +Faith +faith/18 1 +faithful/36 1 +faithless/16 1 +fajita/130 1 +fake/139 1 +faker/1 1 +fakir/1 1 +Falasha 1 +falcon/18 1 +falconer/1 1 +falconry/2 1 +Falkland/3 +Falklands +fall/112 501 +fallacious/8 1 +fallacy/15 1 +fallback 1 +faller/10 1 +fallibility/2 1 +fallible/29 1 +falling 1 +falloff/1 1 +fallopian +Fallopian/3 +fallout/2 1 +fallow/23 1 +false/27 1 +falsehood/1 1 +falsetto/1 1 +falsie/1 1 +falsifiability 1 +falsifiable +falsification/1 1 +falsifier/1 1 +falsify/31 1 +falsity/15 1 +Falstaff/2 1 +falter/23 1 +faltering/191 1 +Falwell/3 +fame/149 1 +familial +familiar/30 1 +familiarity/15 1 +familiarization/2 1 +familiarize/6 1 +families +family/3 +famine/1 1 +famish/7 1 +famous/8 1 +fan/133 1 +fanatic/1 1 +fanatical/8 1 +fanaticism/2 1 +fanciable +fancier/1 1 +fanciful/16 1 +fancily 1 +fancy/282 1 +fancywork/2 1 +fandango/1 1 +fanfare/1 1 +fang/62 1 +fanlight/1 1 +Fannie/3 +fanning 1 +fantail/1 1 +fantasia/1 1 +fantasist/10 1 +fantasize/6 1 +fantastical/8 1 +fantastic 1 +fantasy/56 1 +fantasying 502 +fanzine/1 1 +Fanny/3 +fanny/15 1 +FAQ/1 1 +far/283 503 +farad/1 1 +Faraday/2 1 +faradize/6 1 +faraway 1 +farce/18 1 +farcical/8 1 +fare/28 1 +farewell/18 1 +farfetched 1 +Fargo/2 1 +farina/2 1 +farinaceous +Farley/3 +farm/78 1 +Farmer +farmer/1 1 +farmhand/1 1 +farmhouse/1 1 +farming/1 1 +farmland/1 1 +farmstead/1 1 +farmyard/1 1 +faro/2 1 +farrago/4 1 +Farragut +Farrakhan/3 +Farrell/3 +farrier/1 1 +Farrow/3 +farrow/23 1 +farseeing 1 +Farsi/2 1 +farsighted/33 1 +fart/23 1 +farthermost +farthing/1 1 +far 1 +fascia/1 1 +fascicle/1 1 +fascinate/6 1 +fascinated 1 +fascinating/8 1 +fascination/1 1 +fascism/2 1 +Fascism 1 +fascist/1 1 +fascistic 1 +fascist 1 +Fascist 1 +fashion/23 1 +fashionable/19 1 +fashioner/1 1 +Fassbinder/3 +fa's 504 +fast/284 1 +fastback/1 1 +fastball/1 1 +fasten/11 1 +fastener/1 1 +fastening/1 1 +faster 1 +fa 505 +fastidious/16 1 +fasting 1 +fat/285 1 +Fatah/3 +fatal/8 1 +fatalism/2 1 +fatalist/1 1 +fatalistic/39 1 +fatality/15 1 +fatback/2 1 +fate/28 1 +fateful/16 1 +Fates +fathead/1 1 +fatheaded +fatheadedness +father/1 1 +Father/1 1 +father/11 1 +fatherhood/2 1 +fatherland/1 1 +fatherless 1 +fatherly 1 +fathom/23 1 +fathomable +fathomless 1 +fatigue/232 1 +Fatima +Fatimid 1 +fatso/10 1 +fatten/11 1 +fattening 1 +fatuity/2 1 +fatuous/16 1 +fatwa/1 1 +fatty/286 1 +faucet/1 1 +Faulkner/2 1 +Faulknerian +fault/23 1 +faultfinder/1 1 +faultfinding/2 1 +faultless/16 1 +faulty/50 1 +faun/1 1 +fauna/1 1 +Fauntleroy/3 +Faust/2 1 +Faustian 1 +Faustino/3 +Faustus/2 1 +fauvism/2 1 +fauvist/1 1 +fave/10 1 +favor/23 1 +favorable/19 1 +favored 1 +favoring 1 +favorite/1 1 +favoritism/2 1 +Fawkes +fawn/23 1 +fawner/1 1 +fawning/8 1 +fax/287 1 +Fay/3 +fay/288 1 +Faye/3 +faze/6 1 +FBI/2 1 +FCC +FD +FDA +FDIC/2 1 +FDR/2 1 +Fe/2 1 +fealty/2 1 +fear/23 1 +fearful/85 1 +fearless/16 1 +fearsome/83 1 +feasibility/2 1 +feasible/19 1 +feast/23 1 +feasting 1 +feat/1 1 +feather/23 1 +featherbedding/2 1 +featherbrained +feathering 1 +featherless 1 +featherlight +featherweight/1 1 +feathery/34 1 +feat 1 +feature/28 1 +featureless 1 +Feb/2 1 +febrile 1 +February/15 1 +fecal 1 +feces/2 1 +feckless/83 1 +fecundate/6 1 +fecundation/2 1 +fecundity/2 1 +fecund 1 +fed/1 1 +Fed/1 1 +federal/30 1 +Federal/1 1 +federalism/2 1 +federalist/1 1 +Federalist/2 1 +federalization/2 1 +federalize/6 1 +federate/6 1 +federation/1 1 +Federico/3 +FedEx +fedora/1 1 +fed 506 +fee/77 1 +feeble/289 1 +feed/86 507 +feedback/2 1 +feedbag/1 1 +feeder/1 1 +feeding/1 1 +feedlot/1 1 +feedstock 1 +feedstuffs +feel/86 508 +feeler/1 1 +feelgood +feeling/30 1 +feelings 1 +fees 509 +feet 510 +feign/11 1 +feigned 1 +feigning 1 +feint/23 1 +feisty/34 1 +felafel/10 1 +feldspar/2 1 +Felecia/3 +Felice/3 +Felicia/2 1 +felicitate/6 1 +felicitation/1 1 +felicitous/8 1 +Felicity/3 +felicity/15 1 +feline/1 1 +Felipe/3 +Felix/3 +fell/179 1 +fella/10 511 +fellatio/2 1 +feller/10 1 +Fellini +fellow/18 1 +fellowman/2 512 +fellowmen 513 +fellowship/18 1 +fellow 1 +fell 514 +felon/1 1 +felonious 1 +felon 1 +felony/15 1 +felt/23 1 +felting 1 +felt 515 +female/20 1 +feminine/30 1 +femininity/2 1 +feminism/2 1 +feminist/1 1 +feminize/6 1 +femoral +fem 1 +femur/1 1 +fen/1 1 +fence/28 1 +fencepost 1 +fencer/1 1 +fencing/2 1 +fend/11 1 +fender/1 1 +fenestration/2 1 +Fenian 1 +fenland 1 +fennel/2 1 +feral 1 +Ferber/3 +Ferdinand +Fergus +Ferguson/3 +Ferlinghetti/3 +Fermat/2 1 +ferment/23 1 +fermentation/2 1 +Fermi +fermion/10 1 +fermium/2 1 +Fern/3 +fern/1 1 +Fernandez/3 +Fernando/3 +ferny/34 1 +ferocious/16 1 +ferocity/2 1 +Ferrari/3 +Ferraro/3 +Ferrell/3 +ferret/23 1 +ferreting 1 +ferric 1 +Ferris +ferrite 1 +ferromagnetic +ferrous 1 +ferrule/18 1 +ferry/56 1 +ferryboat/1 1 +ferryman/2 516 +ferrymen 517 +fertile 1 +fertility/2 1 +fertilization/2 1 +fertilize/6 1 +fertilizer/1 1 +fer 1 +ferule/18 1 +fervency/2 1 +fervent/8 1 +fervid/8 1 +fervor/2 1 +fess/156 1 +fest/1 1 +festal 1 +fester/23 1 +festival/1 1 +festive/16 1 +festivity/15 1 +festoon/23 1 +feta/2 1 +fetal 1 +fetch/156 1 +fetcher/1 1 +fetching/8 1 +fete/28 1 +fetich/4 1 +fetid/33 1 +fetish/4 1 +fetishism/2 1 +fetishist/1 1 +fetishistic +fetlock/1 1 +fetter/23 1 +fettle/2 1 +fettuccine/2 1 +fetus/4 1 +feud/23 1 +feudalism/2 1 +feudalistic +feudal 1 +feuding 1 +fever/62 1 +feverish/16 1 +few/187 1 +Feynman/3 +fey 1 +Fez +fez/290 1 +ff +FHA/2 1 +fiance/1 1 +fiancee/1 1 +fiasco/4 1 +Fiat/3 +fiat/1 1 +fib/136 1 +fibber/1 1 +fiber/1 1 +fiberboard/2 1 +fibered +fiberfill/2 1 +fiberglass/2 1 +Fiberglas 1 +Fibonacci/3 +fibril/1 1 +fibrillate/6 1 +fibrillation/2 1 +fibrin/2 1 +fibroblast/10 1 +fibroid 1 +fibrosis/2 1 +fibrous 1 +fibula/53 1 +fibular +FICA/2 1 +fiche/1 1 +Fichte +fichu/1 1 +fickle/84 1 +fiction/1 1 +fictional/8 1 +fictionalization/1 1 +fictionalize/6 1 +fictitious/8 1 +fictive 1 +ficus/2 1 +fiddle/28 1 +fiddler/1 1 +fiddlesticks +fiddlier 518 +fiddliest 518 +fiddlings +fiddly/34 1 +Fidel/3 +fidelity/2 1 +fidget/23 1 +fidgety 1 +Fido/3 +fiduciary/15 1 +fief/1 1 +fiefdom/1 1 +field/23 1 +fielder/1 1 +Fielding +fielding 1 +Fields +fieldsman 519 +fieldsmen 520 +fieldwork/2 1 +fieldworker/1 1 +fiend/1 1 +fiendish/8 1 +fierce/27 1 +fiery/50 1 +fiesta/1 1 +fie 1 +fife/18 521 +fifer/1 1 +FIFO +fifteen/1 1 +fifteenth/1 1 +fifteen 1 +fifth/30 1 +fiftieth/1 1 +fifty/15 1 +fig/18 1 +Figaro/3 +fight/86 522 +fightback 1 +fighter/1 1 +fighting/2 1 +figment/1 1 +Figueroa/3 +figural 1 +figuration/2 1 +figurative/8 1 +figure/28 1 +figured 1 +figurehead/1 1 +figurine/1 1 +Fiji/2 1 +Fijian/1 1 +filament/1 1 +filamentary +filamentous +filbert/1 1 +filch/7 1 +filching 1 +file/28 1 +filer/1 1 +filet/23 1 +filial 1 +filibuster/23 1 +filibusterer/1 1 +filibustering 1 +filigree/63 1 +filing/1 1 +Filipino/1 1 +fill/23 1 +filler/1 1 +fillet/23 1 +fillies +filling/1 1 +fillip/23 1 +Fillmore/2 1 +film/23 1 +filmmaker/1 1 +filmstrip/1 1 +filmy/49 1 +Filofax 1 +filo 1 +filter/23 1 +filterable 1 +filterer/1 1 +filth/2 1 +filthy/50 1 +filtrable 1 +filtrate/28 1 +filtration/2 1 +filly/3 +fin/291 1 +finagle/6 1 +finagler/1 1 +final/30 1 +finale/1 1 +finalist/1 1 +finality/2 1 +finalization/2 1 +finalize/6 1 +finance/28 1 +financial/8 1 +financier/18 1 +financing/2 1 +Finch/3 +finch/4 1 +find/86 523 +findable +finder/1 1 +finding/130 1 +fine/107 1 +finer 1 +finery/2 1 +fines/79 1 +finespun +finesse/28 1 +finessing 1 +fines 524 +finger/23 1 +fingerboard/1 1 +fingering/1 1 +fingerless 1 +fingerling/1 1 +fingermark/10 1 +fingernail/1 1 +fingerprint/23 1 +fingerprinting 1 +fingertip/1 1 +finial/1 1 +finical 1 +finickiness/3 +finicky/34 1 +fining 1 +finis/4 525 +finish/22 1 +finisher/1 1 +finishing 1 +finite/83 1 +fink/23 1 +Finland/2 1 +Finley/3 +Finn/1 1 +Finnbogadottir/3 +Finnegan/3 +Finnish/2 1 +fin 1 +finny/34 1 +Fiona/3 +fiord/1 1 +fir/18 1 +fire/28 1 +firearm/1 1 +fireball/1 1 +firebomb/23 1 +firebombings +firebox/4 1 +firebrand/1 1 +firebreak/1 1 +firebrick/1 1 +firebug/1 1 +firecracker/1 1 +firedamp/2 1 +firefight/121 1 +firefighter/1 1 +firefighting/1 1 +firefight's +fireflies +firefly/3 +Firefox/3 +fireguard/10 1 +firehouse/1 1 +firelight/2 1 +firelighter/10 1 +fireman/2 526 +firemen 527 +fireplace/1 1 +fireplug/1 1 +firepower/2 1 +fireproof/11 1 +firer/1 1 +firesafe +firescreen +firescreens +fireside/1 1 +Firestone/3 +firestorm/1 1 +firetrap/1 1 +firetruck/1 1 +firewall/18 1 +firewater/2 1 +firewood/2 1 +firework/1 1 +firing/10 1 +firkin 1 +firm/52 1 +firmament/1 1 +firmer 1 +firmware/1 1 +first/30 1 +firstborn/1 1 +firsthand 1 +firth/1 1 +fiscal/30 1 +Fischer +fish/22 1 +fishbowl/1 1 +fishcake/1 1 +Fisher +fisher/1 1 +fisherman/2 528 +fishermen 529 +fishery/15 1 +fishhook/1 1 +fishing/2 1 +fishmonger/1 1 +fishnet/1 1 +fishpond/1 1 +fishtail/5 1 +fishwife/2 530 +fishwives 531 +fishy/50 1 +Fisk/3 +fissile 1 +fission/18 1 +fissionable 1 +fissure/77 1 +fist/18 1 +fistfight/18 1 +fistful/1 1 +fisticuffs +fisticuffs's +fistula/1 1 +fistulous/2 1 +fit/292 1 +Fitch/3 +fitful/16 1 +fitment/10 1 +fitted 1 +fitter/1 1 +fitting/30 1 +Fitzgerald +Fitzpatrick/3 +Fitzroy/3 +five/48 1 +fivefold +fiver/10 1 +fives 532 +fix/287 1 +fixable 1 +fixate/6 1 +fixation/1 1 +fixative/1 1 +fixed/8 1 +fixer/1 1 +fixing/32 1 +fixity/2 1 +fixture/1 1 +Fizeau/3 +fizz/22 1 +fizzing 1 +fizzle/28 1 +fizzling 1 +fizzy/34 1 +fjord/1 1 +fl +FL +Fla +flab/2 1 +flabbergast/11 1 +flabby/50 1 +flaccid/8 1 +flaccidity/2 1 +flack/18 1 +flag/92 1 +flagellant/10 1 +flagella 533 +flagellate/43 1 +flagellation/2 1 +flagellum/2 534 +flagging 1 +flagman/2 535 +flagmen 536 +flagon/1 1 +flagpole/1 1 +flagrance/2 1 +flagrancy/2 1 +flagrant/8 1 +flagship/1 1 +flagstaff/1 1 +flagstone/1 1 +flail/23 1 +flair/1 1 +flak/2 1 +flake/28 1 +flakier 537 +flakiest 537 +flak 1 +flaky/49 1 +flamage +flamages +flambe/23 1 +flamboyance/2 1 +flamboyancy/2 1 +flamboyant/8 1 +flame/28 1 +flamenco/1 1 +flameproof/11 1 +flamer/10 1 +flamethrower/1 1 +flaming/10 1 +flamingo/1 1 +flaming 1 +flammability/2 1 +flammable/1 1 +flam 1 +flan/1 1 +Flanagan/3 +Flanders/2 1 +flange/77 1 +flank/23 1 +flanker/1 1 +flannel/23 1 +flannelet/2 1 +flannelette/2 1 +flap/47 1 +flapjack/1 1 +flapper/1 1 +flare/28 1 +flareup/1 1 +flaring 1 +flash/293 1 +flashback/1 1 +flashbulb/1 1 +flashcard/1 1 +flashcube/1 1 +flasher/1 1 +flashgun/1 1 +flashing/2 1 +flashlight/1 1 +flashpoint/1 1 +flashy/50 1 +flask/1 1 +flat/292 1 +flatbed/1 1 +flatboat/1 1 +flatcar/1 1 +flatfeet 538 +flatfish/4 1 +flatfoot/62 539 +flatfooted 1 +Flathead 1 +flatiron/1 1 +flatland/2 1 +flatlet/10 1 +flatmate/10 1 +Flatt/3 +flatten/11 1 +flatter/11 1 +flatterer/1 1 +flattering/8 1 +flattery/2 1 +flattish 1 +flattop/1 1 +flatulence/2 1 +flatulent 1 +flatus/2 1 +flatware/2 1 +flatworm/1 1 +Flaubert +flaunt/23 1 +flauntingly 1 +flautist/1 1 +flavor/23 1 +flavorful 1 +flavoring/1 1 +flavorless 1 +flavorsome 1 +flaw/23 1 +flawed 1 +flawless/16 1 +flax/2 1 +flaxen 1 +flay/11 1 +flayer/10 1 +flea/1 1 +fleabag/1 1 +fleabite/10 1 +fleapit/10 1 +fleck/23 1 +fledged +fledgeling/1 1 +fledgling/1 1 +flee/294 1 +fleece/28 1 +fleecer/1 1 +fleecy/49 1 +fleet/52 1 +fleeting/16 1 +fleetingly/2 1 +Fleischer/3 +Fleming 1 +Flemish/2 1 +flesh/22 1 +fleshing 1 +fleshless 1 +fleshly/34 1 +fleshpot/1 1 +fleshy/34 1 +Fletcher +flew 1 +flex/22 1 +flexibility/15 1 +flexible/19 1 +flexitime/2 1 +flextime/2 1 +flibbertigibbet/1 1 +flick/23 1 +flicker/23 1 +flickering 1 +flickery +flier/1 540 +fliest 541 +flight/62 1 +flightless 1 +flightpath +flighty/49 1 +flimflam/160 1 +flimsy/50 1 +flinch/22 1 +fling/86 542 +Flint +flint/18 1 +flintlock/1 1 +Flintstones +flinty/34 1 +flip/295 1 +flippable +flippancy/2 1 +flippant/8 1 +flipper/1 1 +flippy/60 1 +flirt/23 1 +flirtation/1 1 +flirtatious/16 1 +flirting 1 +flirty 1 +flit/109 1 +flitting 1 +Flo/3 +float/23 1 +floatation 1 +floater/1 1 +floating 1 +floaty 1 +flocculation 1 +flock/23 1 +flocking/2 1 +floe/1 1 +flog/117 1 +flogger/1 1 +flogging/1 1 +flood/78 1 +flooder 1 +floodgate/1 1 +flooding 1 +floodlight/23 543 +floodlit 544 +floodplain/1 1 +floodwater/2 1 +floor/23 1 +floorboard/1 1 +flooring/2 1 +floorspace +floorwalker/1 1 +floozie/1 1 +floozy/15 1 +flop/296 1 +flophouse/1 1 +flopper 1 +floppy/221 1 +Flora +flora/1 1 +floral 1 +Florence/2 1 +Florentine 1 +Flores +florescence/2 1 +florescent +floret/1 1 +florid/16 1 +Florida/2 1 +Floridan 1 +Floridian/1 1 +florin/1 1 +Florine/3 +florist/1 1 +Florsheim/3 +Flory/3 +floss/22 1 +Flossie/3 +flossy/34 1 +flotation/1 1 +flotilla/1 1 +flotsam/2 1 +flounce/28 1 +flouncing 1 +flouncy/34 1 +flounder/23 1 +flour/23 1 +flourish/22 1 +flourishing 1 +floury/34 1 +flout/11 1 +flouter/1 1 +flout's +flow/23 1 +flowchart/1 1 +flower/23 1 +flowerbed/1 1 +flowering/10 1 +flowerless 1 +flowerpot/1 1 +Flowers +flowery/49 1 +flowing 1 +Floyd +flt +flu/2 1 +flub/136 1 +fluctuate/6 1 +fluctuation/1 1 +flue/1 1 +fluency/2 1 +fluent/8 1 +fluff/23 1 +fluffy/49 1 +fluid/30 1 +fluidity/2 1 +fluidized +fluke/18 1 +flukey 545 +flukier 546 +flukiest 546 +fluky/34 1 +flume/18 1 +flummox/7 1 +flung 547 +flunk/23 1 +flunkey/1 1 +flunky/15 1 +fluoresce/6 1 +fluorescence/2 1 +fluorescent 1 +fluoridate/6 1 +fluoridation/2 1 +fluoride/1 1 +fluorine/2 1 +fluorite/2 1 +fluorocarbon/1 1 +fluoroscope/18 1 +fluoroscopic 1 +flurried 1 +flurry/56 1 +flush/293 1 +flusher 1 +flushing 1 +fluster/23 1 +flute/28 1 +fluting/2 1 +flutist/1 1 +flutter/23 1 +fluttering 1 +fluttery 1 +fluvial 1 +flux/22 1 +fly/297 1 +flyable 1 +flyaway 1 +flyblown +flyby/1 1 +flycatcher/1 1 +flying/2 1 +flyleaf/120 1 +Flynn/3 +flyover/1 1 +flypaper/1 1 +flypast/10 1 +fly's +flysheet/10 1 +flyspeck/23 1 +flyswatter/1 1 +flytrap/10 1 +flyway/1 1 +flyweight/1 1 +flywheel/1 1 +FM/1 1 +Fm/2 1 +FNMA/2 1 +foal/23 1 +foam/23 1 +foaming 1 +foamy/49 1 +fob/136 1 +focal/8 1 +Foch +fo'c'sle +fo'c's'le 1 +focus/22 1 +fodder/18 1 +foe/1 1 +foetid 1 +FOFL +fog/92 1 +fogbound 1 +foghorn/1 1 +fogy/15 1 +foggy/50 1 +fogyish 1 +foible/1 1 +foil/23 1 +foiling 1 +foist/11 1 +Fokker +fol +fold/78 1 +foldaway 1 +folder/1 1 +folding 1 +foldout/1 1 +Foley +Folgers +foliage/2 1 +foliate 1 +folio/18 1 +folk/1 1 +folklore/2 1 +folkloric +folklorist/1 1 +folksinger/1 1 +folksinging/2 1 +folksong 1 +folksy/49 1 +folktale/1 1 +folk 1 +folkway/1 1 +foll +follicle/1 1 +follicular +follies +follow/5 1 +followable +follower/1 1 +following/1 1 +followup/10 1 +Folsom +folly/3 +Fomalhaut +foment/11 1 +fomentation/2 1 +fond/21 1 +Fonda +fondant/1 1 +fondle/6 1 +fondling 1 +fond 1 +fondu/2 1 +fondue/1 1 +fondu 1 +font/1 1 +fontanel/1 1 +fontanelle/1 1 +foobar +foobars +food/1 1 +foodie/1 1 +foodstuff/1 1 +fool/23 1 +foolery/15 1 +foolhardy/50 1 +fooling 1 +foolish/21 1 +foolproof 1 +foolscap/2 1 +fool 1 +Foosball/3 +foot/273 548 +footage/2 1 +football/1 1 +footballer/1 1 +footballing +footbridge/1 1 +footed 1 +footer/10 1 +footfall/1 1 +foothill/1 1 +foothold/1 1 +footie 1 +footing/1 1 +footless 1 +footlights +footlights's +footling/1 1 +footlocker/1 1 +footloose 1 +footman/2 549 +footmarks +footmen 550 +footnote/28 1 +footpads +footpath/1 1 +footplate/10 1 +footprint/1 1 +footrace/1 1 +footrest/1 1 +footsie/1 1 +footslogging +foo 1 +footsore 1 +footstep/1 1 +footstool/1 1 +footwear/2 1 +footwork/2 1 +footy 1 +fop/18 1 +foppery/2 1 +foppish/33 1 +forage/28 1 +forager/1 1 +fora 551 +foray/23 1 +forbade 552 +forbear/86 553 +forbearance/2 1 +forbearing 1 +Forbes +forbid/298 554 +forbidden 1 +forbidding/191 1 +forbore 555 +forborne 555 +force/28 1 +forced 1 +forceful/16 1 +forceps/2 1 +forcible/19 1 +ford/1 1 +Ford/2 1 +ford/11 1 +fordable 1 +fore/299 1 +forearm/23 1 +forebear/18 1 +forebode/6 1 +foreboding/1 1 +forecast/86 1 +forecaster/1 1 +forecastle/1 1 +foreclose/6 1 +foreclosure/1 1 +forecourt/1 1 +foredeck 1 +foredoom/11 1 +forefather/1 1 +forefeet 556 +forefinger/1 1 +forefoot/2 557 +forefront/1 1 +foregather/11 1 +foregoing 1 +foregone 1 +foreground/23 1 +forehand/1 1 +forehead/1 1 +foreign/300 1 +foreigner/1 1 +foreknew 558 +foreknow/301 559 +foreknowledge/2 1 +foreleg/1 1 +forelimb/1 1 +forelock/18 1 +Foreman/3 +foreman/2 560 +foremast/1 1 +foremen 561 +foremost +forename/1 1 +forenamed +forenoon/1 1 +forensic/69 1 +foreordain/11 1 +forepart/1 1 +forepaws +foreperson/1 1 +foreplay/2 1 +forequarter/1 1 +forerunner/1 1 +foresail/1 1 +foresaw 562 +foresee/301 563 +foreseeability 1 +foreseeable +foreseer/1 1 +foreshadow/11 1 +foreshadowing 1 +foreshore/10 1 +foreshorten/11 1 +foreshortening 1 +foresight/2 1 +foresighted/33 1 +foreskin/1 1 +Forest/3 +forest/23 1 +forestall/11 1 +forestalling 1 +forestation/2 1 +forester/1 1 +Forester 1 +forestland/2 1 +forestry/2 1 +foreswear/121 564 +foreswore 565 +foresworn 565 +foretaste/28 1 +foretell/121 566 +forethought/2 567 +foretold 568 +forever/2 1 +forevermore +forewarn/11 1 +forewarning 1 +forewent 569 +forewoman/2 570 +forewomen 571 +foreword/1 1 +forfeit/23 1 +forfeiture/1 1 +forgather/11 1 +forgave 572 +forge/28 1 +forger/1 1 +forgery/15 1 +forget/88 573 +forgetful/16 1 +forgettable +forgetting 1 +forging/1 1 +forgivable 1 +forgive/76 574 +forgiveness/3 +forgiver/1 1 +forgiving 1 +forgo/302 575 +forgoer/1 1 +forgot 576 +forgotten 576 +fork/23 1 +forked 1 +forkful/1 1 +forklift/18 1 +forlorn/303 1 +form/23 1 +formal/30 1 +formaldehyde/2 1 +formalin 1 +formalism/1 1 +formalist/1 1 +formalistic +formality/15 1 +formalization/1 1 +formalize/6 1 +formant 1 +format/109 1 +formation/1 1 +formative 1 +formatting's +former/30 1 +formfitting +Formica/1 1 +formic 1 +formidable/19 1 +forming 1 +formless/16 1 +Formosa/2 1 +Formosan/2 1 +formula/1 1 +formulaic 1 +formulate/6 1 +formulation/1 1 +formulator/1 1 +fornicate/6 1 +fornication/2 1 +fornicator/1 1 +Forrest +forsake/76 577 +forsaken 1 +forsaking 1 +forsook 578 +forsooth 1 +Forster +forswear/121 579 +forswore 580 +forsworn 580 +forsythia/1 1 +fort/18 1 +Fortaleza +forte/1 1 +fortes 581 +forte 1 +forthcoming/2 1 +forthright/16 1 +forth 1 +forthwith 1 +fortieth/1 1 +fortification/1 1 +fortifier/1 1 +fortify/31 1 +fortifying 1 +fortissimo 1 +fortitude/2 1 +fortnight/1 1 +fortnightly 1 +FORTRAN/2 1 +fortress/40 1 +for 1 +fortuitous/16 1 +fortuity/2 1 +fortunate/8 1 +fortune/18 1 +fortuneteller/1 1 +fortunetelling/2 1 +forty/15 1 +forum/1 582 +forward/52 1 +forwarder/1 1 +forwarding 1 +forwent 583 +Fosse/3 +fossil/1 1 +fossiliferous +fossilization/2 1 +fossilize/6 1 +Foster +foster/11 1 +fostering 1 +foster 1 +Fotomat/3 +Foucault +fought 584 +foul/52 1 +foulard/2 1 +fouler 1 +fouling 1 +foulmouthed +found/5 1 +foundation/1 1 +foundational 1 +founder/23 1 +founding 1 +foundling/1 1 +foundry/15 1 +found 585 +fount/1 1 +fountain/18 1 +fountainhead/1 1 +four/1 1 +fourfold 1 +Fourier +Fourneyron/3 +fourpence 1 +fourpenny 1 +fourposter/1 1 +fourscore/2 1 +foursome/1 1 +foursquare 1 +fourteen/1 1 +fourteenth/1 1 +fourteen 1 +fourth/30 1 +Fourth 1 +four 1 +fowl/23 1 +Fowler +fowling 1 +fox/4 1 +Fox/4 1 +fox/7 1 +foxfire/2 1 +foxglove/1 1 +foxhole/1 1 +foxhound/1 1 +foxhunt/141 1 +foxhunting 1 +foxing 1 +foxtrot/109 1 +foxy/50 1 +foyer/1 1 +FPO +fps +fr +Fr/2 1 +fracas/4 1 +fractal/1 1 +fraction/18 1 +fractional/8 1 +fractionate/251 1 +fractionation 1 +fractious/16 1 +fracture/28 1 +frag/58 1 +fragile/150 1 +fragility/2 1 +fragment/23 1 +fragmentary/2 1 +fragmentation/2 1 +Fragonard +fragrance/1 1 +fragrant/8 1 +frail/21 1 +frailty/15 1 +frame/28 1 +framer/1 1 +framework/1 1 +framing 1 +Fran/3 +franc/1 1 +France/1 1 +Francesca +Frances 586 +franchise/28 1 +franchisee/1 1 +franchiser/1 1 +franchisor/1 1 +Francine/3 +Francisca/3 +Franciscan/1 1 +Francisco/3 +Francis 587 +francium/2 1 +Franck +Franco +Francois/3 +Francoise/3 +francophone 1 +frangibility/2 1 +frangible 1 +Franglais +frank/38 1 +Frank/1 1 +frank/11 1 +Frankel/3 +Frankenstein 1 +franker 1 +Frankfort/2 1 +Frankfurt/2 1 +Frankfurter +frankfurter/1 1 +Frankie/3 +frankincense/2 1 +Frankish +Franklin +frantic/39 1 +Franz/3 +Franny/3 +frappe/18 1 +Fraser +frat/1 1 +fraternal/8 1 +fraternity/15 1 +fraternization/2 1 +fraternize/6 1 +fraternizer/1 1 +fratricidal +fratricide/1 1 +Frau/2 1 +fraud/1 1 +fraudster/10 1 +fraudulence/2 1 +fraudulent/8 1 +Frauen +fraught 1 +Fraulein 1 +fray/23 1 +fraying 1 +Frazier/3 +frazzle/28 1 +freak/23 1 +freakish/16 1 +freakout/1 1 +freaky/34 1 +freckle/28 1 +freckling 1 +freckly/34 1 +Fred/3 +Freda/3 +Freddie/3 +Freddy/3 +Frederic/3 +Frederick +Fredericton/2 1 +Fredric/3 +Fredrick/3 +free/304 1 +freebase/28 1 +freebee/1 1 +freebie/1 1 +freebooter/1 1 +freeborn 1 +freedman/2 588 +freedmen 589 +freedom/1 1 +freehand 1 +freehold/1 1 +freeholder/1 1 +freelance/139 1 +freelancer/1 1 +freeload/11 1 +freeloader/1 1 +freeloading 1 +Freeman/3 +freeman/2 590 +Freemason/1 1 +Freemasonry/15 1 +freemasonry 1 +freemen 591 +freephone +freer 1 +freesia/10 1 +freestanding +freestone/1 1 +freestyle/1 1 +freethinker/1 1 +freethinking/2 1 +Freetown/2 1 +freeware/1 1 +freeway/1 1 +freewheel/5 1 +freewill 1 +freezable 1 +freeze/73 592 +freezer/1 1 +freezing/2 1 +Freida/3 +freight/23 1 +freighter/1 1 +Fremont +French/40 1 +Frenchman/2 593 +Frenchmen 594 +French 1 +french 1 +Frenchwoman/2 595 +Frenchwomen 596 +frenetic/39 1 +frenzied/8 1 +frenzy/148 1 +freon +freons +Freon 1 +freq +frequency/15 1 +frequent/305 1 +frequenter/1 1 +fresco/40 1 +fresh/21 1 +freshen/11 1 +freshener/1 1 +fresher/10 1 +freshet/1 1 +freshman/2 597 +freshmen 598 +fresh 1 +freshwater/2 1 +Fresnel/3 +Fresno/2 1 +fret/109 1 +fretboard +fretful/16 1 +fretsaw/1 1 +fretwork/2 1 +Freud/2 1 +Freudian 1 +Frey/2 1 +Freya/2 1 +Fri/2 1 +friable 1 +friar/1 1 +friary/15 1 +fricassee/63 1 +fricative/1 1 +friction/1 1 +frictional 1 +frictionless 1 +Friday/1 1 +fridge/1 1 +Frieda/3 +Friedan +friedcake/1 1 +Friedman +friend/1 1 +Friend/1 1 +friend/58 1 +friendless/153 1 +friendlies +friendlily +friendly/49 1 +friendly's +friendship/1 1 +frier/1 1 +frieze/18 1 +frig/117 1 +frigate/1 1 +Frigga/2 1 +frigging 1 +fright/23 1 +frighten/11 1 +frightened 1 +frighteners +frightening/8 1 +frightful/16 1 +frigid/16 1 +Frigidaire 1 +frigidity/2 1 +frill/62 1 +frilly/34 1 +fringe/28 1 +frippery/15 1 +Frisbee 1 +Frisco +Frisian/1 1 +frisk/5 1 +frisking 1 +frisky/50 1 +frisson/10 1 +Frito/3 +fritter/23 1 +Fritz/3 +fritz/2 1 +frivolity/15 1 +frivolous/16 1 +friz/306 1 +frizz/22 1 +frizzle/28 1 +frizzling 1 +frizzly/34 1 +frizzy/34 1 +Frobisher +frock/18 1 +frog/307 1 +frogging/11 1 +frogman/2 599 +frogmarch/7 1 +frogmen 600 +frogspawn +Froissart +frolic/64 1 +frolicker/1 1 +frolic 1 +frolicsome 1 +from +Fromm +frond/1 1 +Fronde +front/23 1 +frontage/1 1 +frontal/8 1 +frontbench/89 1 +frontbencher/10 1 +Frontenac/3 +frontier/1 1 +frontiersman/2 601 +frontiersmen 602 +frontierswoman 603 +frontierswomen 604 +frontier 1 +frontispiece/1 1 +frontrunner/1 1 +front 1 +frontward/10 1 +frosh/2 1 +frost/1 1 +Frost/2 1 +frost/11 1 +Frostbelt +frostbite/134 1 +frostbiting 1 +frosted 1 +frosting/2 1 +frosty/50 1 +froth/23 1 +frothy/49 1 +fro 1 +froufrou/2 1 +froward/33 1 +frown/23 1 +frowning/8 1 +frowsty 1 +frowsy/34 1 +frowzy/50 1 +frozen 605 +froze 605 +fructify/31 1 +fructose/2 1 +frugal/8 1 +frugality/2 1 +fruit/23 1 +fruitcake/1 1 +fruiterer/10 1 +fruitful/85 1 +fruiting 1 +fruition/2 1 +fruitless/16 1 +fruity/49 1 +frump/1 1 +frumpish 1 +frumpy/34 1 +Frunze/2 1 +frustrate/6 1 +frustratedly +frustrate 1 +frustratingly +frustration/1 1 +frustum/1 1 +Fry +fry/56 1 +Frye/3 +fryer/1 1 +frying 1 +FSLIC +FTC +ftp/141 1 +ftper/10 1 +ft 1 +Fuchs/3 +fuchsia/1 1 +fuck/308 1 +fucker/80 1 +fuckhead/189 1 +fucking/309 1 +FUD/10 1 +fuddle/28 1 +fudge/28 1 +fuehrer/1 1 +fuel/23 1 +Fuentes +fugal 1 +Fugger +fugitive/1 1 +fug 1 +fugue/18 1 +fuggy 1 +fuhrer/1 1 +Fuji/2 1 +Fujitsu/3 +Fujiwara/3 +Fujiyama/2 1 +Fukuoka/2 1 +Fulani/2 1 +Fulbright 1 +fulcrum/18 1 +fulfill/11 1 +fulfilling 1 +fulfillment/2 1 +full/165 1 +fullback/18 1 +Fuller +fuller/18 1 +Fullerton +fullish +fullstops +fulminate/43 1 +fulmination/1 1 +fulness/3 +fulsome/16 1 +Fulton/2 1 +fully 1 +fum/58 1 +fumarole/10 1 +fumble/28 1 +fumbler/1 1 +fumbling/8 1 +fume/28 1 +fumigant/1 1 +fumigate/6 1 +fumigation/2 1 +fumigator/1 1 +fumingly +fumy/34 1 +fun/310 1 +Funafuti +function/23 1 +functional/8 1 +functionalism 1 +functionalist/10 1 +functionality 1 +functional 1 +functionary/15 1 +functionless 1 +fund/23 1 +fundamental/30 1 +fundamentalism/2 1 +fundamentalist/1 1 +fundholders +fundholding +funding/2 1 +fundraiser/1 1 +Fundy +funeral/1 1 +funerary +funereal/8 1 +funfair/10 1 +fungal 1 +fungible/1 1 +fungicidal 1 +fungicide/1 1 +fungi 606 +fungoid 1 +fungous 1 +fungus/2 607 +funicular/1 1 +funk/23 1 +funkiness/3 +funky/34 1 +funnel/23 1 +fun 1 +funny/221 1 +funnyman/2 608 +funnymen 609 +fur/103 1 +furbelow/2 1 +furbish/7 1 +Furies/2 1 +furious/8 1 +furl/23 1 +furling 1 +furlong/1 1 +furlough/23 1 +furn +furnace/18 1 +furnish/7 1 +furnishing/32 1 +furniture/2 1 +furor/1 1 +furore/1 1 +furrier/1 1 +furring/2 1 +furrow/23 1 +furry/49 1 +further/11 1 +furtherance/2 1 +furthermore +furthermost +further 610 +furthest 610 +furtive/16 1 +fur 1 +Furtwangler/3 +fury/15 1 +furze/2 1 +fuse/28 1 +fusee/1 1 +fuselage/1 1 +Fushun +fusibility/2 1 +fusible 1 +fusileer/1 1 +fusilier/1 1 +fusillade/18 1 +fusion/1 1 +fuss/22 1 +fussbudget/1 1 +fusspot/1 1 +fussy/50 1 +fustian/2 1 +fusty/49 1 +fut +futile/8 1 +futility/2 1 +futon/1 1 +future/1 1 +futurism/2 1 +futurist/1 1 +futuristic 1 +futurity/15 1 +futurologist/1 1 +futurology/2 1 +futz/7 1 +fuze/28 1 +Fuzhou/3 +fuzz/22 1 +fuzzball/10 1 +Fuzzbuster +fuzzy/50 1 +fwd +FWD +fwy +FY +FYI +G/2 1 +g/10 1 +GA +Ga/2 1 +gab/136 1 +gabardine/1 1 +gabbiness/3 +gabble/28 1 +gabbling 1 +gabby/34 1 +gaberdine/1 1 +gabfest/1 1 +Gable +gable/77 1 +Gabon/2 1 +Gabonese/2 1 +Gaborone/2 1 +Gabriel +Gabriela/3 +Gabrielle/3 +Gacrux/3 +gad/311 1 +gadabout/1 1 +Gaddafi +gadder/1 1 +gadflies +gadfly/3 +gadget/1 1 +gadgetry/2 1 +gadolinium/2 1 +Gadsden/3 +Gaea/2 1 +Gael/1 1 +Gaelic/2 1 +gaff/23 1 +gaffe/28 1 +gaffer/1 1 +gaffing 1 +gag/92 1 +Gagarin +gaga 1 +Gage +gaggle/18 1 +gaiety/2 1 +Gail/3 +Gaiman/3 +gain/23 1 +gainer/1 1 +Gaines/3 +gainful/8 1 +gaining 1 +gainsay/312 1 +gainsayer/1 1 +gainsaying 1 +Gainsborough/2 1 +gait/18 1 +gaiter/1 1 +gal/213 1 +gala/1 1 +galactic +Galahad/1 1 +Galapagos/2 1 +Galatea +Galatia +Galatians +gala 1 +Galaxy +galaxy/15 1 +Galbraith +Gale/3 +gale/1 1 +Galen +galena/2 1 +Galibi 1 +Galilean/1 1 +Galilee +Galileo/2 1 +Gall/3 +gall/23 1 +Gallagher/3 +gallant/164 1 +gallantry/15 1 +gallbladder/1 1 +Gallegos/3 +galleon/1 1 +galleria/1 1 +gallery/148 1 +galley/1 1 +Gallicism/1 1 +Gallic 1 +gallimaufry/15 1 +galling 1 +gallium/2 1 +gallivant/11 1 +Gallo/3 +gallon/1 1 +gallop/23 1 +Galloway/2 1 +gallows/2 1 +gallstone/1 1 +Gallup +Galois/3 +galoot/1 1 +galore 1 +galosh/40 1 +galoshe/18 1 +Galsworthy +galumph/11 1 +Galvani +galvanic 1 +galvanism/2 1 +galvanization/2 1 +galvanize/6 1 +galvanometer/1 1 +galvanometric +Galveston/3 +Gama +Gamay 1 +Gambia/2 1 +Gambian/1 1 +gambit/1 1 +Gamble/3 +gamble/28 1 +gambler/1 1 +gambling/2 1 +gambol/23 1 +gamboling 1 +game/107 1 +gamecock/1 1 +gamekeeper/1 1 +gamer/10 1 +gamesmanship/2 1 +gamesmen 611 +gamester/1 1 +gamete/1 1 +gametic 1 +gamey 612 +gamier 613 +gamiest 613 +gamin/1 1 +gamine/1 1 +gamines 1 +gaming/2 1 +gamma/1 1 +gamma's 614 +gamma 615 +gammon/2 616 +gammy 1 +Gamow/3 +gamut/1 1 +gamy/49 1 +gander/18 1 +Gandhi/2 1 +Gandhian 1 +Ganesha/2 1 +gang/23 1 +gangbusters +gangbusters's +Ganges/2 1 +ganging 1 +gangland/2 1 +ganglia 617 +gangling 1 +ganglion/2 618 +ganglionic +gangly/34 1 +gangplank/1 1 +gangrene/28 1 +gangrenous +gangsta/10 1 +gangster/1 1 +gangsterism 1 +Gangtok/3 +gangway/1 1 +ganja 1 +gannet/1 1 +gantlet/18 1 +Gantry/3 +gantry/15 1 +Ganymede/2 1 +GAO +gaolbird/10 1 +gaolbreak/10 1 +Gap/3 +gap/18 1 +gape/28 1 +gaping/8 1 +gar/18 1 +garage/28 1 +garaging 1 +garb/23 1 +garbage/2 1 +garbageman 1 +garbanzo/1 1 +garble/43 1 +garbling 1 +Garbo +Garcia/3 +garcon/1 1 +garden/23 1 +gardener/1 1 +gardenia/1 1 +gardening/2 1 +Gardner/3 +Gareth/3 +Garfield/2 1 +garfish/4 1 +Garfunkel/3 +Gargantua +gargantuan +gargle/28 1 +gargoyle/1 1 +Garibaldi/2 1 +garish/16 1 +Garland +garland/23 1 +garlic/2 1 +garlicky 1 +garlic 1 +garment/18 1 +Garner +garner/5 1 +garnet/1 1 +garnish/22 1 +garnishee/63 1 +garnishing 1 +garnishment/1 1 +garote/28 1 +garotte/28 1 +garotting 1 +garret/1 1 +Garrett/3 +Garrick +Garrison +garrison/23 1 +garrote/28 1 +garroter/1 1 +garrotte/28 1 +garrotting 1 +garrulity/2 1 +garrulous/16 1 +Garry/3 +garter/18 1 +Garth/3 +Garvey +Gary +Garza/3 +gas/252 1 +gasbag/1 1 +Gascony/2 1 +gaseous 1 +gash/22 1 +gasholder/10 1 +gash 1 +gasket/1 1 +gaslight/1 1 +gasman 619 +gasmen 620 +gasohol/2 1 +gasolene/2 1 +gasoline/2 1 +gasometer/10 1 +gasp/23 1 +gasping 1 +Gasser +gassing 1 +gassy/34 1 +gastric 1 +gastritis/2 1 +gastroenteritis/2 1 +gastrointestinal +gastronome/10 1 +gastronomic +gastronomical/8 1 +gastronomy/2 1 +gastropod/1 1 +gasworks/2 1 +gate/28 1 +gateau/313 1 +gatecrash/7 1 +gatecrasher/1 1 +gatehouse/1 1 +gatekeeper/1 1 +gatepost/1 1 +Gates +gateway/1 1 +gather/23 1 +gatherer/1 1 +gathering/1 1 +gating 1 +Gatling/3 +gator/1 1 +Gatorade/3 +Gatsby/3 +GATT/2 1 +Gatun/3 +gauche/27 1 +gaucherie/2 1 +gaucho/1 1 +gaudy/50 1 +gauge/28 1 +gauging 1 +Gauguin/2 1 +Gaul/1 1 +Gaulish +gaunt/21 1 +gauntlet/18 1 +gaunt 1 +Gauss/2 1 +Gaussian 1 +Gautama/2 1 +Gautier +gauze/2 1 +gauzy/49 1 +gavel/18 1 +gave 621 +Gavin/3 +gavotte/18 1 +Gawain/2 1 +gawd +gawk/5 1 +gawky/50 1 +gawp/11 1 +Gay +gay/314 1 +gayety/2 1 +Gayle/3 +Gaza +gaze/28 1 +gazebo/1 1 +gazelle/1 1 +gazer/1 1 +gazette/28 1 +gazetteer/18 1 +Gaziantep +gazillion/10 1 +gazpacho/2 1 +gazump/11 1 +GB/2 1 +Gd/2 1 +Gdansk/2 1 +GDP/2 1 +GE/3 +Ge/2 1 +gear/23 1 +gearbox/4 1 +gearing/2 1 +gearshift/1 1 +gearstick 1 +gearwheel/1 1 +gecko/1 1 +GED +geddit +gee/315 1 +geegaw/1 1 +geek/1 1 +geeky/34 1 +Geer/3 +geese 622 +geez +geezer/1 1 +Geffen/3 +Gehenna/2 1 +Gehrig +Geiger/2 1 +geisha/2 1 +gel/213 1 +gelatin/2 1 +gelatine/2 1 +gelatinous 1 +Gelbvieh/3 +gelcap/2 1 +geld/5 1 +gelding/1 1 +gelid 1 +gelignite/2 1 +Geller/3 +gelling 1 +gem/18 1 +Gemini/1 1 +gemmology/2 1 +gemological +gemologist/1 1 +gemology/2 1 +gemstone/1 1 +Gen +gen/10 1 +Gena/3 +Genaro/3 +gendarme/1 1 +gender/62 1 +genderless 1 +Gene/3 +gene/1 1 +genealogical/8 1 +genealogist/1 1 +genealogy/15 1 +general/164 1 +generalissimo/1 1 +generalist/1 1 +generality/15 1 +generalizable +generalization/1 1 +generalize/6 1 +generalship/2 1 +genera 623 +generate/6 1 +generation/1 1 +generational +generative 1 +generator/1 1 +generic/51 1 +generosity/15 1 +generous/16 1 +genes/89 1 +geneses 624 +Genesis/2 1 +genesis/2 625 +Genet/3 +genetic/32 1 +genetically +geneticist/1 1 +Geneva/2 1 +Genevieve/3 +Genghis/3 +genial/8 1 +geniality/2 1 +genie/1 1 +genii 626 +genital/32 1 +genitalia/2 1 +genitally +genitive/1 1 +genitourinary +genius/4 627 +genned +genning +Genoa/1 1 +genocidal +genocide/1 1 +genome/1 1 +genomic 1 +genotype/10 1 +genre/1 1 +gent/1 1 +genteel/21 1 +gentian/1 1 +gentile/1 1 +Gentile/1 1 +gentiles 1 +gentile 1 +gentility/2 1 +gentle/316 1 +gentlefolk/130 1 +gentleman/2 628 +gentlemanly 1 +gentlemen 629 +gentlewoman/2 630 +gentlewomen 631 +gentling 1 +Gentoo 1 +gentrification/2 1 +gentrify/31 1 +Gentry/3 +gentry/15 1 +genuflect/11 1 +genuflection/1 1 +genuine/16 1 +genus/2 632 +Geo/3 +geocentric/39 1 +geochemical +geochemistry/2 1 +geode/1 1 +geodesic/1 1 +geodesy/2 1 +geodetic 1 +Geoffrey/3 +geog +geographer/1 1 +geographical/8 1 +geographic 1 +geography/15 1 +geologic +geological/8 1 +geologist/1 1 +geology/15 1 +geom +geomagnetic +geomagnetically +geomagnetism/2 1 +geometer/10 1 +geometrical/8 1 +geometric 1 +geometry/15 1 +geomorphology 1 +geophysical 1 +geophysicist/1 1 +geophysics/2 1 +geopolitical 1 +geopolitics/2 1 +George/1 1 +Georgetown/2 1 +Georgette +Georgia/2 1 +Georgian/1 1 +Georgina/3 +geoscientific +geostationary +geosynchronous +geosyncline/1 1 +geothermal +geothermic +Ger +Gerald/3 +Geraldine/3 +geranium/1 1 +Gerard/3 +Gerardo/3 +Gerber/3 +gerbil/1 1 +geriatric/32 1 +geriatrician/10 1 +Geritol/3 +germ/1 1 +German/1 1 +germane 1 +Germanic/2 1 +germanium/2 1 +German 1 +Germany/2 1 +germicidal +germicide/1 1 +germinal/2 1 +germinate/6 1 +germination/2 1 +Geronimo +gerontocracy 1 +gerontological +gerontologist/1 1 +gerontology/2 1 +Gerry/3 +gerrymander/23 1 +gerrymandering's +Gershwin +Gertrude/3 +gerund/1 1 +gerundive 1 +gestalt/10 1 +gestapo/1 1 +Gestapo/1 1 +gestate/6 1 +gestation/2 1 +gestational +gesticulate/6 1 +gesticulation/1 1 +gestural +gesture/28 1 +gesundheit +get/128 633 +getaway/1 1 +Gethsemane 1 +gettable 1 +getter 1 +getting 1 +getup/2 1 +Getty +Gettysburg/2 1 +gewgaw/1 1 +Gewurztraminer 1 +geyser/18 1 +Ghana/2 1 +Ghanaian 1 +Ghanian/1 1 +ghastlier +ghastliest +ghastly/140 1 +ghat/1 1 +Ghats +Ghazvanid/3 +ghee 1 +Ghent +gherkin/1 1 +ghetto/18 1 +ghettoize/6 1 +Ghibelline 1 +ghost/23 1 +ghosting 1 +ghostlike 1 +ghostly/49 1 +ghostwrite/317 634 +ghostwriter/1 1 +ghostwrote 635 +ghoul/1 1 +ghoulish/16 1 +GHQ/2 1 +GHz 1 +GI +Giacometti +Giannini/3 +giant/1 1 +giantess/4 1 +giantkiller +giant 1 +Giauque/3 +gibber/5 1 +gibberish/2 1 +gibbet/23 1 +Gibbon +gibbon/1 1 +gibbous 1 +Gibbs +gibe/28 1 +giblet/1 1 +Gibraltar/1 1 +Gibson 1 +giddy/50 1 +Gide +Gideon 1 +Gielgud +Gienah/3 +gift/23 1 +gifted 1 +gig/92 1 +gigabyte/1 1 +gigahertz/2 1 +gigantic/39 1 +gigavolt +giggle/28 1 +giggler/1 1 +giggling 1 +giggly/34 1 +GIGO +gigolo/1 1 +Gil/4 1 +Gila/2 1 +Gilbert/2 1 +Gilberto/3 +Gilchrist/3 +gild/318 1 +Gilda/3 +gilder/1 1 +gilding/2 1 +Gilead +Gilgamesh +gill/18 1 +Gillespie +Gillette/3 +Gilliam/3 +Gillian/3 +gillie/70 1 +Gilligan/3 +gillion/10 1 +Gill 1 +Gilmore/3 +gilt/1 1 +gimbals +gimbals's +gimcrack/1 1 +gimcrackery/2 1 +gimcrack 1 +gimlet/23 1 +gimme/1 1 +gimmick/18 1 +gimmickry/2 1 +gimmicky 1 +gimp/23 1 +gimpy/34 1 +gin/133 1 +Gina/3 +Ginger/3 +ginger/210 1 +gingerbread/2 1 +gingerly 1 +gingersnap/1 1 +gingery 1 +gingham/2 1 +gingivitis/2 1 +gingko/2 1 +Gingrich/3 +ginkgo/4 1 +ginning 1 +Gino/3 +ginormous +Ginsberg +Ginsburg/3 +ginseng/2 1 +Ginsu/3 +Ginny/3 +Giorgione +Giotto +Giovanni/3 +gipsy/15 1 +Gipsy/15 1 +gipsy/258 1 +giraffe/1 1 +Giraudoux +gird/319 1 +girder/1 1 +girding 1 +girdle/28 1 +girdling 1 +girl/1 1 +girlfriend/1 1 +girlhood/1 1 +girlie/10 1 +girlish/16 1 +girly 1 +giro/10 1 +girt/11 1 +girth/18 1 +girt's +Giselle/3 +Gish +gismo/1 1 +gist/2 1 +git/10 1 +gite/10 1 +Giuliani/3 +Giuseppe/3 +give/263 636 +giveaway/1 1 +giveback/1 1 +given/1 1 +giver/1 1 +giving/10 1 +Giza/2 1 +gizmo/1 1 +gizzard/1 1 +Gk +glace/11 1 +glaces 637 +glace 1 +glacial/8 1 +glaciate/6 1 +glaciation/1 1 +glacier/1 1 +glaciological +glaciologist/10 1 +glaciology 1 +glad/320 1 +gladden/11 1 +glade/1 1 +gladiator/1 1 +gladiatorial +gladiola/1 1 +gladioli 638 +gladiolus/2 639 +gladsome/150 1 +Gladstone/1 1 +Gladys +glamor/1 1 +glamored +glamoring +glamorization/2 1 +glamorize/6 1 +glamorous/8 1 +glamor 1 +glamourize/6 1 +glam 1 +glance/28 1 +glancing 1 +gland/71 1 +glandular 1 +glans/321 1 +glare/28 1 +glaring/8 1 +Glaser +Glasgow/2 1 +glasnost/2 1 +Glass/3 +glass/22 1 +glassblower/1 1 +glassblowing/2 1 +glassful/1 1 +glasshouse/10 1 +glassless 1 +glass 1 +glassware/2 1 +glassy/50 1 +Glastonbury/3 +Glaswegian/1 1 +glaucoma/2 1 +Glaxo/3 +glaze/28 1 +glazier/1 1 +glazing/2 1 +gleam/23 1 +gleaming/10 1 +glean/11 1 +gleaner/1 1 +gleaning/32 1 +Gleason/3 +glee/2 1 +gleeful/16 1 +glee 1 +Glen/3 +glen/1 1 +Glenda/3 +Glendale +Glenlivet/3 +Glenn/2 1 +Glenna/3 +glib/322 1 +glide/28 1 +glider/1 1 +gliding/2 1 +glimmer/23 1 +glimmering/1 1 +glimpse/28 1 +glint/23 1 +glissando/323 1 +glisten/23 1 +glistening 1 +glister/5 1 +glistering 1 +glitch/22 1 +glitter/23 1 +glitterati +glittering 1 +glittery 1 +glitz/2 1 +glitzy/34 1 +gloaming/1 1 +gloat/23 1 +gloatingly 1 +glob/18 1 +global/8 1 +globalism/2 1 +globalist/1 1 +globalization/2 1 +globalize/6 1 +globe/28 1 +globetrotter/1 1 +globetrotting +globular 1 +globule/1 1 +globulin/2 1 +glockenspiel/1 1 +gloom/2 1 +gloomy/50 1 +glop/2 1 +gloppy/34 1 +glop 1 +Gloria 1 +glorification/2 1 +glorify/31 1 +glorious/8 1 +glory/56 1 +gloss/22 1 +glossary/15 1 +glossolalia/2 1 +glossy/221 1 +glottal 1 +glottis/4 1 +Gloucester +glove/28 1 +Glover/3 +glow/23 1 +glower/23 1 +glowering 1 +glowing/8 1 +glowworm/1 1 +glucose/2 1 +glue/28 1 +gluey 640 +gluier 641 +gluiest 641 +glum/324 1 +gluon 1 +glut/109 1 +glutamate 1 +gluten/2 1 +glutenous +glutinous/8 1 +glutton/1 1 +gluttonous/8 1 +gluttony/2 1 +glycerin/2 1 +glycerine's +glycerol/2 1 +glycine 1 +glycogen/2 1 +glycol 1 +glyph/10 1 +GM +GMAT +GMT/2 1 +gm 1 +gnarl/23 1 +gnarling 1 +gnarly/34 1 +gnash/22 1 +gnat/1 1 +gnaw/11 1 +gnawing 1 +gneiss/2 1 +gnocchi 1 +gnome/1 1 +gnomic 1 +gnomish 1 +Gnosticism/2 1 +gnosticism 1 +gnostic 1 +Gnostic 1 +gnostic 1 +Gnostic 1 +GNP/2 1 +gnu/1 1 +go/325 642 +Goa +goad/23 1 +goal/18 1 +goalie/1 1 +goalkeeper/1 1 +goalkeeping/2 1 +goalless 1 +goalmouth/10 1 +goalpost/1 1 +goalscorer/10 1 +goalscoring +goaltender/1 1 +goat/1 1 +goatee/1 1 +goatherd/1 1 +goatskin/1 1 +gob/136 1 +gobbet/1 1 +gobble/28 1 +gobbledegook/2 1 +gobbledygook/2 1 +gobbler/1 1 +Gobi/2 1 +goblet/1 1 +goblin/1 1 +gobsmacked +gobstopper/10 1 +god/1 1 +God/2 1 +god/58 1 +Godard +godawful +godchild/155 1 +goddammit +goddamn/195 1 +goddam 1 +Goddard +goddaughter/1 1 +goddess/4 1 +Godel/3 +godfather/18 1 +godforsaken +godhead/2 1 +Godhead/2 1 +godhood/2 1 +Godiva/2 1 +godless/16 1 +godlike 1 +godly/49 1 +godmother/1 1 +Godot/3 +godparent/1 1 +godsend/1 1 +godson/1 1 +Godspeed/1 1 +godspeed 1 +Godthaab +Godunov +Godzilla/3 +Goebbels +goer/1 1 +Goering +Goethals/3 +Goethe/2 1 +gofer/1 1 +Goff/3 +Gog +goggle/232 1 +Gogol +Goiania/3 +going/1 1 +goiter/1 1 +Golan/3 +Golconda 1 +gold/188 1 +Golda/3 +Goldberg/3 +goldbrick/23 1 +goldbricker/1 1 +Golden/3 +golden/166 1 +goldenrod/2 1 +goldfield/10 1 +goldfinch/4 1 +goldfish/4 1 +Goldie/3 +Goldilocks/3 +Golding +Goldman/3 +goldmine/1 1 +Goldsmith +goldsmith/1 1 +Goldwater/3 +Goldwyn +golf/23 1 +golfer/1 1 +golfing 1 +Golgi +Golgotha/2 1 +Goliath 1 +gollies +golliwog/10 1 +golly/3 +Gomez/3 +Gomorrah/2 1 +Gompers +Gomulka +gonad/1 1 +gonadal +gondola/1 1 +gondolier/1 1 +Gondwanaland/2 1 +goner/1 1 +gone 1 +gong/23 1 +gonk/11 1 +gonna +gonorrhea/2 1 +gonorrheal +Gonzales +Gonzalez/3 +Gonzalo/3 +gonzo +goo/2 1 +goober/1 1 +Good/3 +good/326 643 +Goodall/3 +goodby/1 1 +goodbye/1 1 +goodhearted +goodie/1 1 +goodish 1 +goodly 1 +Goodman +goodnight +Goodrich/3 +Goodwill/3 +goodwill/2 1 +Goodwin/3 +goody/15 1 +Goodyear +gooey 644 +goof/23 1 +goofball/1 1 +goofy/49 1 +Google/3 +googlies +googly +gooier 645 +gooiest 645 +gook/1 1 +Goolagong/3 +goon/1 1 +goop/2 1 +goose/28 646 +gooseberry/15 1 +goosebumps +goosebumps's +gooseflesh/2 1 +goosestep/10 1 +goosestepped +goosestepping +GOP/2 1 +Gopher +gopher/18 1 +Gorbachev +Gordian/3 +Gordimer +Gordon +Gore +gore/28 1 +Goren/3 +Gorey/3 +Gorgas +gorge/28 1 +gorged 1 +gorgeous/16 1 +gorgon/1 1 +Gorgon/2 1 +Gorgonzola 1 +gorilla/1 1 +goring 1 +Gorky/2 1 +gormandize/43 1 +gormandizer/1 1 +gormless 1 +gorp/1 1 +gorse/2 1 +gory/50 1 +goshawk/1 1 +gosh 1 +gosling/1 1 +gospel/1 1 +Gospel/1 1 +gospel/58 1 +gossamer/2 1 +gossip/23 1 +gossiper/1 1 +gossiping 1 +gossipy 1 +gotcha/10 1 +Goteborg/2 1 +Goth/1 1 +goth/10 1 +Gotham +Gothic/1 1 +got 647 +gotta +gotten 647 +gouache/10 1 +Gouda/1 1 +gouge/28 1 +gouger/1 1 +goulash/4 1 +Gould +Gounod +gourd/1 1 +gourde/1 1 +gourmand/1 1 +gourmet/1 1 +gout/2 1 +gouty/34 1 +govern/11 1 +governable 1 +governance/2 1 +governess/205 1 +governess's +government/1 1 +governmental 1 +Governor +governor/1 1 +governorship/1 1 +govt +gov 1 +gown/23 1 +Goya +GP/2 1 +GPA +GPO +gr +Gr +grab/327 1 +grabber/1 1 +grabby/34 1 +Grable/3 +Gracchus +Grace +grace/28 1 +graceful/85 1 +Graceland/3 +graceless/16 1 +Gracie/3 +Graciela/3 +gracious/16 1 +grackle/1 1 +grad/18 1 +gradable 1 +gradate/6 1 +gradation/1 1 +grade/139 1 +grader/1 1 +gradient/1 1 +gradings +gradual/16 1 +gradualism/2 1 +gradualist 1 +gradual 1 +graduand/10 1 +graduate/28 1 +graduation/1 1 +Grady/3 +Graffias/3 +graffito/323 1 +graft/23 1 +grafter/1 1 +grafting 1 +Grafton/3 +Graham +graham/10 1 +Grahame +graham 1 +grail/10 1 +Grail 1 +grain/62 1 +grained 1 +grainy/49 1 +gram/1 1 +grammar/1 1 +grammarian/1 1 +grammatical/8 1 +gramme/1 1 +Grammy 1 +gramophone/1 1 +Grampians +grampus/4 1 +gran/10 1 +Granada/2 1 +granary/15 1 +grand/38 1 +grandad/10 1 +grandaddy/60 1 +grandam/1 1 +grandaunt/1 1 +grandchild/155 1 +granddad/1 1 +granddaddy/15 1 +granddaughter/1 1 +grandee/1 1 +grandeur/2 1 +grandfather/23 1 +grandfatherly +grandiloquence/2 1 +grandiloquent 1 +grandiose/8 1 +grandiosity/2 1 +grandma/1 1 +grandmaster/10 1 +grandmother/1 1 +grandmotherly 1 +grandnephew/1 1 +grandniece/1 1 +grandpa/1 1 +grandparent/1 1 +grandson/1 1 +grandstand/23 1 +granduncle/1 1 +grange/1 1 +granite/1 1 +granitic +grannie/1 1 +granola/2 1 +grant/1 1 +Grant/2 1 +grant/11 1 +granted 1 +grantee/1 1 +granter/1 1 +grantor/1 1 +grantsmanship/2 1 +granularity/2 1 +granular 1 +granulate/6 1 +granulation/2 1 +granule/1 1 +granny/15 1 +grape/18 1 +grapefruit/1 1 +grapeshot/2 1 +grapevine/1 1 +graph/23 1 +graphic/1 1 +graphical/8 1 +graphic 1 +graphite/2 1 +graphologist/1 1 +graphology/2 1 +grapnel/1 1 +grapple/28 1 +grappling 1 +grasp/23 1 +graspable 1 +grasper 1 +grasping 1 +Grass +grass/22 1 +grasshopper/1 1 +grassing 1 +grassland/1 1 +grassroots +grassy/34 1 +grate/28 1 +grateful/85 1 +grater/1 1 +grates 648 +graticule 1 +gratification/1 1 +gratified 1 +gratify/31 1 +gratifying/8 1 +gratin/10 1 +grating/30 1 +gratis 649 +gratitude/2 1 +gratuitous/16 1 +gratuity/15 1 +gravamen/1 1 +grave/328 1 +gravedigger/1 1 +gravel/210 1 +graveling 1 +graver 1 +Graves +graveside/1 1 +gravestone/1 1 +graveyard/1 1 +gravid 1 +gravimeter/1 1 +graving 1 +gravitas 1 +gravitate/6 1 +gravitation/2 1 +gravitational/8 1 +graviton/10 1 +gravity/15 1 +gravy/15 1 +gray/165 1 +graybeard/1 1 +grayish 1 +Gray 1 +graze/28 1 +grazer/1 1 +grazing 1 +grease/28 1 +greasepaint/2 1 +greaseproof 1 +greaser/10 1 +greasy/50 1 +great/38 1 +greatcoat/1 1 +greathearted 1 +grebe/1 1 +Grecian 1 +Greece/2 1 +greed/2 1 +greedy/50 1 +Greek/1 1 +Greeley +green/38 1 +Green/1 1 +green/11 1 +greenback/1 1 +greenbelt/1 1 +Greene +greenery/2 1 +greenfield +greenflies +greenfly +greengage/1 1 +greengrocer/1 1 +greengrocery 1 +greenhorn/1 1 +greenhouse/1 1 +greening 1 +greenish 1 +Greenland/2 1 +Greenlandic +greenmail/2 1 +Greenpeace/3 +greenroom/1 1 +Greensboro/2 1 +Greensleeves/3 +Greenspan/3 +greensward/2 1 +Greenwich/2 1 +greenwood/2 1 +Greer/3 +greet/11 1 +greeter/1 1 +greeting/1 1 +Greg/3 +gregarious/16 1 +Gregg/3 +Gregorian +Gregorio/3 +Gregory/2 1 +gremlin/1 1 +Grenada/2 1 +grenade/1 1 +Grenadian/1 1 +grenadier/1 1 +grenadine/2 1 +Grenadines +Grendel +Grenoble +grep +grepped +grepping +greps +Gresham +Greta/3 +Gretchen/3 +Gretel/3 +Gretzky/3 +grew 650 +Grey +greybeard 1 +greyhound/1 1 +greyish 1 +greyness +gribble/10 1 +grid/329 1 +griddle/18 1 +griddlecake/1 1 +gridiron/18 1 +gridlock/62 1 +grief/123 1 +Grieg +grievance/1 1 +grieve/6 1 +griever/1 1 +grieving 1 +grievous/16 1 +Griffin/3 +griffin/1 1 +Griffith 1 +griffon/1 1 +grill/23 1 +grille/28 1 +grilling/10 1 +grim/324 1 +grimace/28 1 +grime/28 1 +Grimes 1 +Grimm/2 1 +grimy/49 1 +grin/133 1 +Grinch/3 +grind/86 651 +grinder/1 1 +grinding/10 1 +grindstone/1 1 +gringo/1 1 +grinner 1 +grip/47 1 +gripe/28 1 +griper/1 1 +grippe/330 1 +gripper/1 1 +gripping 1 +Gris +grisly/49 1 +grist/2 1 +gristle/2 1 +gristly/34 1 +gristmill/1 1 +grit/331 1 +gritter/1 1 +gritty/49 1 +grizzle/43 1 +grizzlies +grizzly/34 1 +grizzly's +groan/23 1 +groaner/10 1 +groaning 1 +groat/1 1 +grocer/1 1 +grocery/15 1 +grog/2 1 +groggy/50 1 +groin/18 1 +grok/332 1 +grommet/18 1 +Gromyko +groom/23 1 +groomer/1 1 +grooming/2 1 +groomsman/2 652 +groomsmen 653 +groove/28 1 +groovy/34 1 +grope/28 1 +groper/1 1 +groping/8 1 +gropings +Gropius/2 1 +grosbeak/1 1 +grosgrain/2 1 +Gross +gross/74 1 +grosser 1 +Grosz +grotesque/36 1 +Grotius +grotto/4 1 +grotty/34 1 +grouch/22 1 +grouchy/50 1 +ground/23 1 +groundbreaking/1 1 +groundcloth +groundcloths +grounder/1 1 +groundhog/1 1 +grounding/1 1 +groundless/8 1 +groundnut/1 1 +groundsheet/10 1 +groundskeeper/10 1 +groundsman 654 +groundsmen 655 +ground 656 +groundswell/1 1 +groundwater/2 1 +groundwork/2 1 +group/78 1 +grouper/1 1 +groupie/1 1 +grouping/1 1 +groupware/2 1 +grouse/139 1 +grouser/1 1 +grout/23 1 +grouting 1 +grove/1 1 +grovel/333 1 +groveler/1 1 +groveling 1 +grovelling 1 +Grover/3 +grow/301 657 +grower/1 1 +growing 1 +growl/23 1 +growler/1 1 +growling 1 +grownup/1 1 +growth/1 1 +groyne/10 1 +Grozny +grub/136 1 +grubber/1 1 +grubby/50 1 +grubstake/2 1 +grudge/28 1 +grudging/8 1 +grue/58 1 +gruel/334 1 +grueling/10 1 +gruelingly +gruesome/27 1 +gruff/21 1 +grumble/28 1 +grumbler/1 1 +grumbling/10 1 +Grumman/3 +grump/18 1 +grumpy/50 1 +Grundy 1 +Grunewald/3 +grunge/1 1 +grungy/34 1 +grunion/1 1 +grunt/23 1 +grunting 1 +Grus/2 1 +Gruyere/1 1 +gryphon/1 1 +GSA +gt +GTE/3 +GU +guacamole/2 1 +Guadalajara/2 1 +Guadalcanal/2 1 +Guadalquivir +Guadalupe/3 +Guadeloupe/2 1 +Guallatiri/2 1 +Guam/2 1 +Guamanian 1 +Guangzhou/2 1 +guanine/2 1 +guano/2 1 +Guantanamo/3 +guarani/1 1 +Guarani/2 1 +guarantee/63 1 +guarantor/1 1 +guaranty/56 1 +guard/23 1 +guarded/83 1 +guarder/1 1 +guardhouse/1 1 +guardian/1 1 +guardianship/2 1 +guardian 1 +guardrail/1 1 +guardroom/1 1 +guardsman/2 658 +guardsmen 659 +Guarnieri/2 1 +Guatemala/2 1 +Guatemalan/1 1 +guava/1 1 +Guayaquil/2 1 +gubernatorial +Gucci/3 +gudgeon 1 +Guelph 1 +guerillas +guerilla's +Guernsey/1 1 +Guerra/3 +Guerrero +guerrilla/1 1 +guess/22 1 +guessable +guesser/1 1 +guessing 1 +guesstimate/28 1 +guesswork/2 1 +guest/23 1 +guesthouse/10 1 +guestroom/10 1 +guest 1 +Guevara +guff/2 1 +guffaw/23 1 +Guggenheim +GUI/2 1 +Guiana/2 1 +guidance/2 1 +guide/28 1 +guidebook/1 1 +guideline/1 1 +guidepost/1 1 +guider/1 1 +guiding 1 +Guido +guild/1 1 +guilder/1 1 +guildhall/1 1 +guile/2 1 +guileful 1 +guileless/16 1 +guile 1 +guillemot/10 1 +Guillermo/3 +guillotine/28 1 +guilt/2 1 +guiltless 1 +guilty/50 1 +guinea/1 1 +Guinea/2 1 +Guinean/1 1 +Guinevere/2 1 +Guinness/3 +guise/18 1 +guitar/1 1 +guitarist/1 1 +Guiyang +Guizot +Gujarat/2 1 +Gujarati/2 1 +Gujranwala +gulag/1 1 +gulch/4 1 +gulden/1 1 +gulf/18 1 +gull/23 1 +Gullah 1 +gullet/18 1 +gulley/18 1 +gullibility/2 1 +gullible 1 +gulling 1 +Gulliver/2 1 +gulp/23 1 +gulper/1 1 +gully/258 1 +gully's +gum/160 1 +gumball/10 1 +Gumbel/3 +gumbo/1 1 +gumboil/1 1 +gumboot/10 1 +gumdrop/1 1 +gummy/34 1 +gumption/2 1 +gumshoe/63 1 +gumtree/10 1 +gun/133 1 +gunboat/1 1 +gunfight/18 1 +gunfighter/1 1 +gunfire/2 1 +gunge 1 +gungy +gunk/2 1 +gunky/34 1 +gunman/2 660 +gunmen 661 +gunmetal/2 1 +gunnel/1 1 +gunner/1 1 +gunnery/2 1 +gunning 1 +gunpoint/2 1 +gunpowder/2 1 +gunrunner/1 1 +gunrunning/2 1 +gunship/1 1 +gunshot/1 1 +gunslinger/1 1 +gunsmith/1 1 +Gunther +gunwale/1 1 +gunny/2 1 +gunnysack/1 1 +Guofeng/3 +guppy/15 1 +Gupta/3 +gurgle/28 1 +gurgling 1 +Gurkha/2 1 +gurney/1 1 +guru/1 1 +Gus/3 +gush/22 1 +gusher/1 1 +gushing/8 1 +gushy/34 1 +gusset/23 1 +gussy/31 1 +gussying 662 +gust/23 1 +gustatory +Gustav/3 +Gustavo/3 +Gustavus/3 +gusto/2 1 +gusty/59 1 +gut/109 1 +Gutenberg +Guthrie +Gutierrez/3 +gutless/33 1 +guts 1 +gutsy/34 1 +gutter/23 1 +guttering 1 +guttersnipe/1 1 +guttural/30 1 +gutty/34 1 +guv/10 1 +guvnor/10 1 +guy/1 1 +Guy/2 1 +guy/11 1 +Guyana/2 1 +Guyanese/2 1 +Guzman/3 +guzzle/6 1 +guzzler/1 1 +Gwalior +Gwen/3 +Gwendoline/3 +Gwendolyn/3 +Gwyn/2 1 +gym/1 1 +gymkhana/1 1 +gymnasium/1 1 +gymnast/1 1 +gymnastic/35 1 +gymnosperm/1 1 +gymslip/10 1 +gynecologic +gynecological +gynecologist/1 1 +gynecology/2 1 +gyp/47 1 +gypper/1 1 +gypster/1 1 +gypsum/2 1 +gypsy/15 1 +Gypsy/15 1 +gypsy/258 1 +Gypsy 1 +gyrate/6 1 +gyration/1 1 +gyrator/1 1 +gyrfalcon/1 1 +gyro/1 1 +gyromagnetic +gyroscope/1 1 +gyroscopic 1 +gyve/28 1 +h +H/2 1 +Ha +Haas/3 +Habakkuk +Haber/3 +haberdasher/1 1 +haberdashery/15 1 +habiliment/1 1 +habit/18 1 +habitability/2 1 +habitable 1 +habitat/1 1 +habitation/1 1 +habitual/16 1 +habituate/6 1 +habituation/2 1 +habitue/1 1 +hacienda/1 1 +hack/78 1 +hackable +hacker/1 1 +hacking/2 1 +hackish +hackishes +hackishness +hackishnesses +hackitude +hackitudes +hackle/18 1 +hackney/23 1 +hacksaw/18 1 +hackwork/2 1 +Hadar/3 +haddock/1 1 +Hades/2 1 +hadj/4 1 +hadjes 663 +hadji/1 1 +hadjis 664 +hadn't +Hadrian +hadron/10 1 +had 665 +hadst 665 +had 1 +haemoglobin's +haemophilia/2 1 +haemorrhage/28 1 +haemorrhoid/32 1 +Hafiz/3 +hafnium/2 1 +haft/18 1 +hag/18 1 +Hagar +Haggai +haggard/16 1 +haggis/4 1 +haggish 1 +haggle/28 1 +haggler/1 1 +Hagiographa/2 1 +hagiographer/1 1 +hagiography/15 1 +Hague +Hahn +hahnium/2 1 +hah 1 +Haida/1 1 +Haifa/2 1 +haiku/2 1 +hail/23 1 +hailstone/1 1 +hailstorm/1 1 +Haiphong +hair/1 1 +hairball/1 1 +hairband/10 1 +hairbreadth/1 1 +hairbrush/4 1 +haircare +haircloth/2 1 +haircut/18 1 +hairdo/1 1 +hairdresser/1 1 +hairdressing/2 1 +hairdrier/10 1 +hairdryer/1 1 +haired 1 +hairgrip/10 1 +hairless 1 +hairlike 1 +hairline/1 1 +hairnet/1 1 +hairpiece/1 1 +hairpin/1 1 +hairsbreadth/1 1 +hairsplitter/1 1 +hairsplitting/2 1 +hairspray/10 1 +hairspring/1 1 +hairstyle/1 1 +hairstyling 1 +hairstylist/1 1 +hairy/49 1 +Haiti/2 1 +Haitian/1 1 +hajj/4 1 +hajjes 666 +hajji/1 1 +hajjis 667 +haj 1 +hake/1 1 +Hakka/2 1 +Hakluyt +Hal/1 1 +halal/2 1 +halberd/1 1 +halcyon 1 +Haldane +Hale +hale/257 1 +Haleakala +haler 1 +Haley/3 +half/120 1 +halfback/1 1 +halfbreed +halfhearted/16 1 +halfpence 668 +halfpennies +halfpenny/2 669 +halfpennyworth 1 +halftime/1 1 +halftone/1 1 +half 1 +halfway 1 +halfwit/1 1 +halibut/1 1 +halide/10 1 +Halifax/2 1 +haling 1 +halite/2 1 +halitosis/2 1 +hall/1 1 +halleluiah/1 1 +hallelujah/1 1 +Halley +halliard/1 1 +Halliburton/3 +Hallie/3 +Hallmark/3 +hallmark/23 1 +hallo/2 1 +halloo/23 1 +hallo 1 +hallow/11 1 +hallowed 1 +Hallowe'en +Halloween/1 1 +Hallstatt +Hall 1 +hallucinate/6 1 +hallucination/1 1 +hallucinatory +hallucinogen/1 1 +hallucinogenic/1 1 +hallway/1 1 +halo/23 1 +halogen/1 1 +halogenated +Halon/3 +halon/10 1 +Halsey +halt/78 1 +halter/23 1 +halterneck +halternecks +halting/8 1 +halve/6 1 +halyard/1 1 +Ham/3 +ham/335 1 +Haman/2 1 +hamburg/1 1 +Hamburg/1 1 +hamburger/1 1 +Hamhung +Hamilcar/3 +Hamill/3 +Hamilton/2 1 +Hamiltonian 1 +Hamitic/2 1 +Hamlet +hamlet/1 1 +Hamlin/3 +Hammarskjold +hammer/23 1 +hammerer/1 1 +hammerhead/1 1 +hammering/10 1 +hammerlock/1 1 +Hammerstein +hammertoe/1 1 +Hammett/3 +hammock/1 1 +Hammond +Hammurabi +hammy/34 1 +hamper/23 1 +Hampshire/2 1 +Hampton +hamster/1 1 +hamstring/86 670 +hamstrung 671 +Hamsun +Han/10 1 +Hancock +hand/23 1 +handbag/18 1 +handball/1 1 +handbarrow/1 1 +handbasin 1 +handbill/1 1 +handbook/1 1 +handbrake/10 1 +handcar/1 1 +handcart/1 1 +handclasp/1 1 +handcraft/23 1 +handcuff/23 1 +handed/153 1 +Handel/2 1 +handful/1 1 +handgun/1 1 +handhold/18 1 +handicap/47 1 +handicapper/1 1 +handicraft/1 1 +handiwork/2 1 +handkerchief/1 1 +handle/28 1 +handlebar/1 1 +handler/1 1 +handling 1 +handmade 1 +handmaid/1 1 +handmaiden/1 1 +handout/1 1 +handover/10 1 +handpick/11 1 +handrail/1 1 +handsaw/1 1 +handset/18 1 +handshake/1 1 +handshaking/10 1 +handsome/27 1 +handspring/1 1 +handstand/1 1 +handwork/2 1 +handwoven +handwriting/2 1 +handwritten +Handy +handy/50 1 +handyman/2 672 +handymen 673 +Haney/3 +hang/23 674 +hangar/18 1 +hangdog 1 +hanger/1 1 +hanging/1 1 +hangman/2 675 +hangmen 676 +hangnail/1 1 +hangout/1 1 +hangover/1 1 +Hangul/3 +hangup/1 1 +Hangzhou/2 1 +Hank/3 +hank/18 1 +hanker/11 1 +hankering/1 1 +hankie/1 1 +hanky/15 1 +Hanna/3 +Hannah +Hannibal/2 1 +Hanoi/2 1 +Hanover/2 1 +Hanoverian/2 1 +Hansel/3 +Hansen/3 +hansom/1 1 +Hanson/3 +Hans 1 +Hanukah/2 1 +Hanuka 1 +Hanukkah/1 1 +hap/2 1 +haphazard/16 1 +hapless/16 1 +haploid/1 1 +haply 1 +happen/11 1 +happening/1 1 +happenstance/1 1 +happy/50 1 +Hapsburg/2 1 +hap 1 +harangue/28 1 +Harare/2 1 +harass/7 1 +harassed 1 +harasser/1 1 +harassing 1 +harassment/2 1 +Harbin +harbinger/18 1 +harbor/23 1 +harbormaster/10 1 +hard/21 1 +hardback/1 1 +hardball/2 1 +hardboard/2 1 +hardbound 1 +hardcore 1 +hardcover/1 1 +harden/11 1 +hardener/1 1 +hardening 1 +hardhat/1 1 +hardheaded/16 1 +hardhearted/16 1 +hardihood/2 1 +Hardin/3 +Harding/2 1 +hardline/336 1 +hardliner/1 1 +hardscrabble 1 +hardship/1 1 +hardstand/1 1 +hardtack/2 1 +hardtop/1 1 +hard 1 +hardware/2 1 +hardwired +hardwood/1 1 +hardworking +Hardy +hardy/50 1 +hare/28 1 +harebell/1 1 +harebrained 1 +harelip/1 1 +harelipped +harem/1 1 +Hargreaves +haricot/10 1 +hark/11 1 +harken/11 1 +Harlan/3 +Harlem/2 1 +harlequin/18 1 +Harlequin 1 +Harley +harlot/1 1 +harlotry/2 1 +Harlow +harm/23 1 +harmer 1 +harmful/16 1 +harmless/16 1 +Harmon/3 +harmonic/1 1 +harmonica/1 1 +harmonically +harmonica's 677 +harmonica 678 +harmonious/16 1 +harmonium/1 1 +harmonization/2 1 +harmonize/6 1 +harmonizer/1 1 +harmony/15 1 +harness/7 1 +harness's +Harold/3 +harp/23 1 +Harper/3 +harping 1 +harpist/1 1 +harpoon/23 1 +harpooner/1 1 +harpsichord/1 1 +harpsichordist/1 1 +harpy/15 1 +Harpy/15 1 +Harrell/3 +harridan/1 1 +harrier/1 1 +Harriet/3 +Harriett/3 +Harrington/3 +Harris +Harrisburg/2 1 +Harrison/2 1 +Harrods +harrow/23 1 +harrowing 1 +harrumph/11 1 +Harry/3 +harry/31 1 +harsh/21 1 +Hart +hart/1 1 +Harte +Hartford/2 1 +Hartline/3 +Hartman/3 +Harvard/2 1 +harvest/23 1 +harvester/1 1 +Harvey +Hasbro/3 +hash/22 1 +hasheesh/2 1 +hashish/2 1 +Hasidim +hasn't +hasp/18 1 +hassle/28 1 +hassock/1 1 +has 665 +haste/28 1 +hasten/11 1 +ha 679 +Hastings/2 1 +hasting 1 +hast 665 +hasty/50 1 +hat/109 1 +hatband/10 1 +hatbox/4 1 +hatch/22 1 +hatchback/1 1 +hatcheck/1 1 +hatchery/15 1 +hatchet/18 1 +hatching/2 1 +hatchway/1 1 +hate/28 1 +hateful/16 1 +hatemonger/1 1 +hater/1 1 +Hatfield +Hathaway +hath 665 +hatpin/10 1 +hatred/1 1 +Hatsheput/3 +hatstand/10 1 +hatter/1 1 +Hatteras +Hattie/3 +hatting 1 +hauberk/1 1 +haughty/50 1 +haul/23 1 +haulage/2 1 +hauler/1 1 +haulier/10 1 +haunch/40 1 +haunt/23 1 +haunter/1 1 +haunting/8 1 +Hauptmann +Hausa/2 1 +Hausdorff/3 +hauteur/2 1 +Havana/1 1 +Havarti 1 +have/337 680 +Havel +haven/18 1 +haven't +havering 1 +haversack/1 1 +having 1 +havoc/2 1 +Havoline/3 +Haw +haw/23 1 +Hawaii/2 1 +Hawaiian/1 1 +hawk/23 1 +hawker/1 1 +Hawking +hawking 1 +Hawkins +hawkish/33 1 +Hawks +hawser/1 1 +haws 1 +hawthorn/1 1 +Hawthorne +Hay/3 +hay/23 1 +haycock/1 1 +Hayden/3 +Haydn/2 1 +Hayes/2 1 +hayfield 1 +haying 1 +hayloft/1 1 +haymaking 1 +haymow/1 1 +Haynes +hayrick/1 1 +hayride/1 1 +Hays +hayseed/1 1 +haystack/1 1 +haywain +Hayward +haywire 1 +Haywood/3 +Hayworth/3 +hazard/23 1 +hazardous/8 1 +haze/28 1 +Hazel/3 +hazel/1 1 +hazelnut/1 1 +hazel 1 +hazer/1 1 +hazing/1 1 +Hazlitt +hazy/50 1 +HBO +hdqrs +HDTV +he/1 1 +He/2 1 +Head/3 +head/78 1 +headache/1 1 +headband/1 1 +headbanger/10 1 +headbanging +headboard/1 1 +headbutt/10 1 +headbutted +headbutting +headcase/10 1 +headcheese 1 +headcount/10 1 +headdress/4 1 +header/1 1 +headfirst 1 +headgear/2 1 +headhunt/11 1 +headhunter/1 1 +headhunting/2 1 +headily 1 +headiness/3 +heading/1 1 +headlamp/1 1 +headland/1 1 +headless 1 +headlight/1 1 +headline/28 1 +headliner/1 1 +headlock/1 1 +headlong 1 +headman/2 681 +headmaster/1 1 +headmastership 1 +headmen 682 +headmistress/4 1 +headnote 1 +headphone/1 1 +headpiece/1 1 +headpin/1 1 +headquarter/11 1 +headquarters's +headrest/1 1 +headroom/2 1 +headscarf/338 1 +headset/1 1 +headship/1 1 +headshrinker/1 1 +headsman/2 683 +headsmen 684 +headstall/1 1 +headstand/1 1 +headstock 1 +headstone/1 1 +headstrong 1 +headteacher +headteachers +headwaiter/1 1 +headwaters +headwaters's +headway/2 1 +headwind/1 1 +headword/1 1 +heady/34 1 +heal/11 1 +healer/1 1 +healing 1 +health/1 1 +healthcare/2 1 +healthful/16 1 +healthy/50 1 +heap/23 1 +hear/46 1 +hearer/1 1 +hearing/1 1 +hearken/11 1 +hears/205 1 +hearsay/2 1 +hearse/18 1 +Hearst +heart/18 1 +heartache/1 1 +heartbeat/1 1 +heartbreak/86 685 +heartbreaking 1 +heartbroken 686 +heartburn/2 1 +hearten/11 1 +heartening 1 +heartfelt 1 +hearth/1 1 +hearthrug/10 1 +hearthstone/1 1 +heartland/1 1 +heartless/16 1 +heartrending/8 1 +heartsick/33 1 +heartstrings +heartstrings's +heartthrob/1 1 +heartwarming +heartwood/2 1 +hearty/221 1 +heat/23 1 +heated/8 1 +heater/1 1 +Heath +heath/1 1 +heathen/1 1 +heathendom/2 1 +heathenish 1 +heathenism/2 1 +heathen 1 +Heather/3 +heather/1 1 +heathery 1 +heathland 1 +heating/2 1 +heatproof 1 +heatstroke/2 1 +heatwave +heatwaves +heave/28 687 +heaven/130 1 +Heaven/1 1 +heavenly/34 1 +heavenward/10 1 +heaver/1 1 +heaving 1 +Heaviside +heavy/221 1 +heavyhearted 1 +heavyset 1 +heavyweight/1 1 +Heb +Hebert/3 +Hebe 1 +Hebraic 1 +Hebraism/1 1 +Hebrew/1 1 +Hebrides/2 1 +Hecate +heck/2 1 +heckle/28 1 +heckler/1 1 +heckling/2 1 +hectare/1 1 +hectic/39 1 +hectogram/1 1 +hectoliters +hectometer/1 1 +hector/1 1 +Hector/2 1 +hector/11 1 +Hecuba +he'd +hedge/28 1 +hedgehog/1 1 +hedgehop/105 1 +hedger/1 1 +hedgerow/1 1 +hedging 1 +hedonism/2 1 +hedonist/1 1 +hedonistic 1 +heed/23 1 +heedful/8 1 +heedless/16 1 +heehaw/23 1 +heel/23 1 +heeling 1 +heelless 1 +Heep/3 +Hefner/3 +heft/23 1 +hefty/50 1 +Hegel/2 1 +Hegelian 1 +hegemonic +hegemony/2 1 +Hegira +hegira/1 1 +Heidegger +Heidelberg +Heidi/3 +heifer/1 1 +Heifetz +height/1 1 +heighten/11 1 +Heimlich/3 +Heine +Heineken/3 +Heinlein/3 +heinous/16 1 +Heinrich/3 +Heinz +heir/18 1 +heiress/4 1 +heirloom/1 1 +Heisenberg +Heisman/3 +heist/23 1 +Hejira +held 688 +Helen/2 1 +Helena/2 1 +Helene/3 +Helga/3 +helical 1 +Helicon +helicopter/23 1 +heliocentric 1 +heliography 1 +Heliopolis +Helios/2 1 +heliosphere 1 +heliotrope/1 1 +helipad/10 1 +heliport/1 1 +helium/2 1 +helix/184 1 +he'll +hell/1 1 +Hell/1 1 +hell/58 1 +hellbent 1 +hellcat/1 1 +hellebore/2 1 +Hellene/1 1 +Hellenic/2 1 +Hellenism/1 1 +Hellenistic 1 +Hellenist 1 +Hellenization 1 +Hellenize 1 +Heller +Hellespont/2 1 +hellfire 1 +hellhole/1 1 +hellion/1 1 +hellish/16 1 +Hellman +hello/18 1 +helluva +helm/18 1 +helmet/62 1 +Helmholtz/2 1 +helmsman/2 689 +helmsmen 690 +Heloise/3 +helot/1 1 +help/23 1 +helper/1 1 +helpful/16 1 +helping/1 1 +helpless/16 1 +helpline/10 1 +helpmate/1 1 +helpmeet/1 1 +Helsinki/2 1 +helve/18 1 +Helvetian 1 +Helvetius/3 +hem/160 1 +hematite/2 1 +hematologic +hematological +hematologist/1 1 +hematology/2 1 +heme/2 1 +Hemingway/2 1 +hemisphere/1 1 +hemispheric +hemispherical 1 +hemline/1 1 +hemlock/1 1 +hemmer/1 1 +hemoglobin/2 1 +hemophilia/2 1 +hemophiliac/1 1 +hemorrhage/28 1 +hemorrhagic +hemorrhoid/1 1 +hemostat/1 1 +hemp/2 1 +hempen 1 +hemstitch/22 1 +hen/1 1 +henceforth +henceforward +hence 1 +Hench/3 +henchman/2 691 +henchmen 692 +Henderson/3 +Hendricks +Hendrix +henge 1 +Henley +henna/23 1 +Hennessy/3 +henpeck/11 1 +Henri/3 +Henrietta/3 +Henry/2 1 +Hensley/3 +Henson/3 +hep/339 1 +heparin/2 1 +hepatic 1 +hepatitis/2 1 +Hepburn +Hephaestus/2 1 +Hepplewhite +heptagon/1 1 +heptagonal +heptane 1 +heptathlon/1 1 +hep 1 +her/1 1 +Hera/2 1 +Heracles/2 1 +Heraclitus +Herakles/2 1 +herald/23 1 +heraldic 1 +heraldry/2 1 +herb/1 1 +herbaceous 1 +herbage/2 1 +herbal/10 1 +herbalism +herbalist/1 1 +herbal 1 +Herbart +Herbert +herbicidal +herbicide/1 1 +herbivore/1 1 +herbivorous +Herculaneum/2 1 +herculean +Herculean +Hercules/2 1 +herd/23 1 +Herder +herder/1 1 +herdsman/2 693 +herdsmen 694 +here/2 1 +hereabout/10 1 +hereafter/1 1 +hereby 1 +hereditary 1 +heredity/2 1 +Hereford/1 1 +hereinafter +herein 1 +hereof 1 +hereon 1 +Herero 1 +heresy/15 1 +heretic/1 1 +heretical 1 +hereto +heretofore +here 1 +hereunder +hereunto +hereupon +herewith +Heriberto/3 +heritability 1 +heritable 1 +heritage/1 1 +Herman/3 +hermaphrodite/1 1 +hermaphroditic 1 +Hermaphroditus +hermeneutic/10 1 +Hermes/2 1 +hermetic/39 1 +hermetical +hermetic 1 +Herminia/3 +hermit/1 1 +hermitage/1 1 +Hermitage 1 +Hermite/3 +Hermosillo/3 +Hernandez/3 +hernia/1 1 +hernial 1 +herniate/6 1 +herniation/2 1 +hero/4 1 +Herod/2 1 +Herodotus/2 1 +heroic/32 1 +heroically +heroic 1 +heroin/1 1 +heroine/1 1 +heroism/2 1 +heron/1 1 +herpes/2 1 +herpetologist/1 1 +herpetology/2 1 +Herr/2 1 +Herrera/3 +Herrick +Herring/3 +herring/1 1 +herringbone/2 1 +Herschel +herself 1 +Hersey/3 +Hershel/3 +Hershey/3 +her 1 +hertz/2 1 +Hertz/2 1 +Hertzsprung/3 +Herzegovina +Herzl +Heshvan/2 1 +Hesiod +hesitance/2 1 +hesitancy/2 1 +hesitant/8 1 +hesitate/6 1 +hesitating/8 1 +hesitation/1 1 +Hesperus +Hess +Hesse +hessian 1 +Hessian 1 +hes 695 +Hester/3 +Heston/3 +hetero/1 1 +heterodox 1 +heterodoxy/2 1 +heterogeneity/2 1 +heterogeneous/8 1 +heterosexual/1 1 +heterosexuality/2 1 +heterosexually +heteros 1 +heterozygous +Hettie/3 +heuristic/69 1 +hew/11 1 +hewer/1 1 +hewing 1 +Hewitt/3 +Hewlett/3 +hex/22 1 +hexadecimal/10 1 +hexagon/1 1 +hexagonal 1 +hexagram/1 1 +hexameter/1 1 +hexane 1 +hexing 1 +hex 1 +hey +heyday/1 1 +Heyerdahl +Heywood +Hezbollah/3 +Hezekiah +hf +Hf/2 1 +HF/2 1 +Hg/2 1 +hgt +hgwy +HHS +HI +hi/10 1 +Hialeah +hiatus/4 1 +Hiawatha/2 1 +hibachi/18 1 +hibernate/6 1 +hibernation/2 1 +hibernator/1 1 +Hibernia/2 1 +Hibernian 1 +hibiscus/4 1 +hiccup/23 1 +hick/1 1 +hickey/1 1 +Hickman/3 +Hickok +hickory/15 1 +Hicks/3 +hick 1 +hidden 1 +hide/340 1 +hideaway/1 1 +hidebound 1 +hided +hideous/16 1 +hideout/1 1 +hider/1 1 +hiding/1 1 +hid 1 +hie/46 696 +hierarchic +hierarchical/8 1 +hierarchy/15 1 +hieratic 1 +hieroglyph/1 1 +hieroglyphic/1 1 +Hieronymus +Higashiosaka +Higgins/3 +high/38 1 +highball/18 1 +highborn 1 +highboy/1 1 +highbrow/1 1 +highchair/1 1 +highers +highfalutin +highfaluting +highhanded/16 1 +highish +highjack/23 1 +highland/129 1 +highlander/1 1 +Highlander/1 1 +Highlands +highlight/23 1 +highlighter/1 1 +Highness/3 +highpoint +highrise/1 1 +highroad/1 1 +hightail/11 1 +highway/1 1 +highwayman/2 697 +highwaymen 698 +hijack/23 1 +hijacker/1 1 +hijacking/1 1 +hijinks 1 +hike/28 1 +hiker/1 1 +hiking's +Hilario/3 +hilarious/16 1 +hilarity/2 1 +Hilary/3 +Hilbert +Hilda/3 +Hildebrand +Hilfiger/3 +Hill +hill/18 1 +Hillary +hillbillies +hillbilly's +hillbilly 1 +Hillel +hillock/1 1 +hillside/1 1 +hilltop/18 1 +hillwalking +hilt/18 1 +Hilton +hilly/49 1 +him/1 1 +Himalaya/1 1 +Himalayan 1 +Himmler +himself 1 +Hinayana/2 1 +hind/129 1 +Hindemith +Hindenburg +hinder/11 1 +hindering 1 +Hindi 699 +hindmost 1 +hindquarter/1 1 +hindrance/1 1 +hindsight/2 1 +Hindu/1 1 +Hinduism/1 1 +Hindustan/2 1 +Hindustani/1 1 +Hindus 700 +Hindu 1 +Hines +hing/11 1 +hinge/28 1 +hint/23 1 +hinter/1 1 +hinterland/1 1 +Hinton/3 +hip/295 1 +hipbath +hipbaths +hipbone/1 1 +hiphuggers +hipness/3 +Hipparchus +hippie/1 1 +hipping 1 +hippo/1 1 +Hippocrates/2 1 +Hippocratic +hippodrome/1 1 +hippopotamus/4 1 +hipster/1 1 +Hiram +hire/28 1 +hireling/1 1 +hirer 1 +hiring 1 +Hirobumi/3 +Hirohito +Hiroshima/2 1 +hirsute/33 1 +his/341 701 +Hispanic/1 1 +Hispaniola/2 1 +Hiss/3 +hiss/22 1 +hissing/10 1 +histamine/1 1 +histogram/1 1 +histological 1 +histologist/1 1 +histology/2 1 +historian/1 1 +historic +historical/8 1 +historicist 1 +historicity/2 1 +historiographer/1 1 +historiographical 1 +historiography/2 1 +history/15 1 +histrionic/35 1 +hist 1 +hit/128 1 +Hitachi/3 +hitch/22 1 +Hitchcock +hitcher/1 1 +hitchhike/6 1 +hitchhiker/1 1 +hitchhike's +hitherto +hither 1 +Hitler/1 1 +hi 1 +hittable +hitter/1 1 +Hittite/1 1 +HIV/2 1 +hive/28 1 +hiya 1 +h'm +HM +hmm +HMO/2 1 +Hmong 1 +HMS +hm 1 +ho/1 1 +Ho/2 1 +hoagie/1 1 +hoagy/15 1 +hoard/23 1 +hoarder/1 1 +hoarding/1 1 +hoarfrost/2 1 +hoarse/27 1 +hoar 1 +hoary/49 1 +hoax/22 1 +hoaxer/1 1 +hob/18 1 +Hobart/2 1 +Hobbes +hobbit/10 1 +hobble/28 1 +hobbler/1 1 +Hobbs +hobby/15 1 +hobbyhorse/1 1 +hobbyist/1 1 +hobgoblin/1 1 +hobnail/23 1 +hobnob/145 1 +hobnobbing 1 +hobo/18 1 +hock/23 1 +hockey/2 1 +Hockney/3 +hockshop/1 1 +hod/1 1 +Hodge/1 1 +hodgepodge/1 1 +Hodgkin +hoe/63 1 +hoecake/1 1 +hoedown/1 1 +hoer/1 1 +Hoff/3 +Hoffa/3 +Hoffman/3 +Hofstadter/3 +hog/92 1 +Hogan/3 +hogan/1 1 +Hogarth +hogback/1 1 +hogger 1 +hogging 1 +hoggish/8 1 +hogshead/1 1 +hogtie/122 702 +hogtying 703 +Hogwarts/3 +hogwash/2 1 +Hohenlohe +Hohenstaufen 1 +Hohenzollern/2 1 +Hohhot/3 +Hohokam +hoick/11 1 +hoicks 1 +hoist/23 1 +hoke/6 1 +hokey 704 +hokier 705 +hokiest 705 +Hokkaido/2 1 +hokum/2 1 +Hokusai +Holbein +Holcomb/3 +hold/86 706 +holdable +holdall/10 1 +Holden/3 +Holder/3 +holder/1 1 +holding/1 1 +holdout/1 1 +holdover/1 1 +holdup/1 1 +hole/28 1 +holey 707 +Holiday +holiday/23 1 +holidaymaker/10 1 +holier 708 +holiest 708 +Holiness +holing 1 +holism 1 +holistic/39 1 +Holland/1 1 +Hollander/1 1 +holler/23 1 +Hollerith/3 +Holley/3 +Hollie/3 +hollies +Hollis +hollow/52 1 +Holloway/3 +Holman/3 +Holmes/2 1 +holmium/2 1 +Holocaust +holocaust/1 1 +Holocene/2 1 +hologram/1 1 +holograph/18 1 +holographic +holography/2 1 +hols +Holst +Holstein/1 1 +holster/23 1 +Holt +holy/49 1 +Holly +holly/3 +hollyhock/1 1 +Hollywood/2 1 +homage/18 1 +hombre/1 1 +homburg/1 1 +home/342 1 +homebody/15 1 +homeboy/1 1 +homecoming/1 1 +homegrown +homeland/1 1 +homeless/343 1 +homelike 1 +homely/140 1 +homemade +homemaker/1 1 +homemaking/2 1 +homeomorphism/10 1 +homeopath/1 1 +homeopathic 1 +homeopathy/2 1 +homeostasis/2 1 +homeostatic 1 +homeowner/1 1 +homepage/1 1 +homer/1 1 +Homer/2 1 +homer/11 1 +Homeric 1 +homeroom/1 1 +homeschooling/2 1 +homesick/33 1 +homespun/2 1 +homestead/23 1 +homesteader/1 1 +homesteading 1 +homestretch/4 1 +hometown/1 1 +homeward/10 1 +homework/2 1 +homeworker +homeworkers +homeworking +homey/20 709 +homicidal 1 +homicide/1 1 +homier 710 +homiest 710 +homiletic 1 +homilies +homily's +homing 1 +hominid/1 1 +hominy/2 1 +homo/1 1 +homoerotic +homogenates +homogeneity/2 1 +homogeneous/8 1 +homogenization/2 1 +homogenize/6 1 +homogenous +homograph/1 1 +homological 1 +homologous +homologue 1 +homology/60 1 +homomorphism/10 1 +homonym/1 1 +homophobes +homophobia/2 1 +homophobic +homophone/1 1 +homophony 1 +homosexual/1 1 +homosexuality/2 1 +homosexually +homotopy +homozygous +homunculus 1 +homy/50 1 +Hon +hon/18 711 +honcho/18 1 +Honda/3 +Honduran/1 1 +Honduras/2 1 +hone/254 1 +Honecker/3 +honer/1 1 +honest/75 1 +honesty/2 1 +honey/23 1 +honeybee/1 1 +honeycomb/23 1 +honeydew/1 1 +honeyed 1 +honeylocust/2 1 +honeymoon/23 1 +honeymooner/1 1 +honeypot/10 1 +honeysuckle/1 1 +honey 1 +Honeywell/3 +Honiara +honk/23 1 +honker/1 1 +honkie/1 1 +honky/15 1 +Honolulu/2 1 +honor/23 1 +Honorable +honorable/29 1 +honorarily +honorarium/1 1 +honorary 1 +honoree/1 1 +honorer/1 1 +honorific/1 1 +Honshu/2 1 +hon 1 +hooch/2 1 +Hood +hood/23 1 +hooded 1 +hoodlum/1 1 +hoodoo/23 1 +hoodwink/11 1 +hooey/2 1 +hoof/115 1 +hoofer/10 1 +hook/23 1 +hooka/1 1 +hookah/1 1 +Hooke +hooked 1 +Hooker +hooker/1 1 +hookey/2 1 +hookup/1 1 +hookworm/1 1 +hooky/2 1 +hooligan/1 1 +hooliganism/2 1 +hoop/23 1 +Hooper/3 +hoopla/2 1 +hooray/23 1 +hoosegow/1 1 +Hoosier/1 1 +hoot/23 1 +hootch/2 1 +hootenanny/15 1 +hooter/1 1 +Hooters/3 +Hoover/1 1 +hoover/11 1 +hop/47 1 +Hope +hope/28 1 +hopeful/36 1 +hopeless/16 1 +Hopewell/3 +Hopi/1 1 +Hopkins +Hopper +hopper/1 1 +hopping 1 +hopscotch/22 1 +hora/1 1 +Horace +Horacio/3 +Horatio/3 +horde/28 1 +horehound/1 1 +horizon/1 1 +horizontal/30 1 +Hormel/3 +hormonal +hormonally +hormone/1 1 +Hormuz +Horn +horn/62 1 +hornbeam 1 +hornblende/2 1 +Hornblower/3 +Horne/3 +horned 1 +hornet/1 1 +hornless 1 +hornlike 1 +hornpipe/1 1 +horn 1 +horny/34 1 +horological +horologic 1 +horologist/1 1 +horology/2 1 +horoscope/1 1 +Horowitz +horrendous/8 1 +horrible/29 1 +horrid/8 1 +horrific/39 1 +horrified 1 +horrify/31 1 +horrifying/8 1 +horror/1 1 +horse/28 1 +horseback/2 1 +horsebox/89 1 +horseflesh/2 1 +horseflies +horsefly/3 +horsehair/2 1 +horsehide/2 1 +horselaugh/18 1 +horseless 1 +horseman/2 712 +horsemanship/2 1 +horsemen 713 +horseplay/2 1 +horsepower/2 1 +horseradish/4 1 +horseshit/309 1 +horseshoe/63 1 +horsetail/1 1 +horsetrading +horsewhip/47 1 +horsewoman/2 714 +horsewomen 715 +horsey 716 +horsier 717 +horsiest 717 +horsing 1 +horsy/34 1 +hortatory 1 +Horthy +horticulturalist +horticulturalists +horticultural 1 +horticulture/2 1 +horticulturist/1 1 +Horton/3 +Horus/2 1 +hos/205 1 +hosanna/18 1 +hose/28 1 +Hosea/2 1 +hosepipe/10 1 +hosier/1 1 +hosiery/2 1 +hosp +hospice/1 1 +hospitable/19 1 +hospital/1 1 +hospitality/2 1 +hospitalization/1 1 +hospitalize/6 1 +host/1 1 +Host/1 1 +host/11 1 +hostage/18 1 +hostel/23 1 +hosteler/1 1 +hostelry/15 1 +hostess/22 1 +hostile/30 1 +hostility/344 1 +hostler/1 1 +hot/345 1 +hotbed/1 1 +hotblooded +hotbox/4 1 +hotcake/1 1 +hotchpotch 1 +hotdog/92 1 +hotel/1 1 +hotelier/1 1 +hotfoot/23 1 +hothead/1 1 +hotheaded/16 1 +hothouse/18 1 +hotline/1 1 +hotlink/58 1 +hotplate/1 1 +Hotpoint/3 +hotpot/10 1 +hotshot/1 1 +hotspot/1 1 +hots's +Hottentot/1 1 +hotter 1 +Houdini +houmous +houmus 1 +hound/23 1 +hour/1 1 +hourglass/4 1 +houri/1 1 +hourly 1 +House +house/28 1 +houseboat/1 1 +housebound +houseboy/1 1 +housebreak/121 718 +housebreaker/1 1 +housebreaking/2 1 +housebroken 719 +housebroke 719 +housebuilding +houseclean/11 1 +housecleaning/2 1 +housecoat/1 1 +houseflies +housefly/3 +houseful/1 1 +household/1 1 +householder/1 1 +househusband/1 1 +housekeeper/1 1 +housekeeping/2 1 +houselights/2 1 +housemaid/1 1 +houseman/2 720 +housemaster/10 1 +housemate/10 1 +housemen 721 +housemistress/89 1 +housemother/1 1 +housemoving +houseparent/1 1 +houseplant/1 1 +houseproud +houseroom 1 +housetop/1 1 +housewares/2 1 +housewarming/1 1 +housewife/2 722 +housewifely 1 +housewives 723 +housework/2 1 +housing/1 1 +Housman +Houston/2 1 +Houyhnhnm/2 1 +HOV +hovel/18 1 +hover/5 1 +hovercraft/2 1 +hovercrafts +hoverer 1 +hove 724 +Hovhaness/3 +how/1 1 +Howard +howbeit 1 +howdah/1 1 +howdy 1 +Howe +Howell/3 +Howells +however +howitzer/1 1 +howl/23 1 +howler/1 1 +howling 1 +Howrah +howsoever +how 1 +hoyden/18 1 +hoydenish 1 +hoyden 1 +Hoyle 1 +HP/2 1 +hp 1 +HQ/2 1 +HR +hr/10 1 +HRH +Hrothgar/3 +HS +HSBC/3 +HST +ht +HT +HTML/2 1 +Hts +HTTP 1 +Huang +huarache/1 1 +hub/18 1 +Hubbard 1 +Hubble/3 +hubbub/1 1 +hubby/15 1 +hubcap/1 1 +Huber/3 +Hubert/3 +hubris/2 1 +Huck/3 +huckleberry/15 1 +huckster/23 1 +hucksterism/2 1 +HUD/2 1 +Huddersfield +huddle/28 1 +Hudson/2 1 +hue/77 1 +Huerta/3 +Huey/3 +Huff/3 +huff/23 1 +Huffman/3 +huffy/50 1 +hug/92 1 +huge/27 1 +Huggins +Hugh/3 +Hughes +Hugo/2 1 +hug 1 +Huguenot/1 1 +huh 1 +Hui +Huitzilopotchli/3 +hula/18 1 +hulk/86 1 +hull/1 1 +Hull/2 1 +hull/11 1 +hullabaloo/1 1 +huller/1 1 +hullo/2 1 +hum/160 711 +human/38 1 +humane/27 1 +humanism/2 1 +humanist/1 1 +humanistic 1 +humanitarian/1 1 +humanitarianism/2 1 +humanity/344 1 +humanization/2 1 +humanize/6 1 +humanizer/1 1 +humankind/2 1 +humanoid/1 1 +Humberto/3 +humble/346 1 +humbler/1 1 +humbles 1 +humbling/10 1 +Humboldt +humbug/92 1 +humdinger/1 1 +humdrum/2 1 +Hume +humeral 1 +humeri 725 +humerus/2 726 +humid/8 1 +humidification/2 1 +humidifier/1 1 +humidify/31 1 +humidity/2 1 +humidor/1 1 +humiliate/6 1 +humiliating/8 1 +humiliation/1 1 +humility/2 1 +hummable +Hummer/3 +hummer/1 1 +hummingbird/1 1 +humming 1 +hummock/18 1 +hummocky 1 +hummus/2 1 +humongous +humor/23 1 +humorist/1 1 +humorless/16 1 +humorous/16 1 +hump/23 1 +humpback/1 1 +humpbacked +humph/11 1 +Humphrey +humungous +humus/2 1 +Humvee 1 +Hun/1 1 +hunch/22 1 +hunchback/1 1 +hunchbacked +hunchback 1 +hundred/1 1 +hundredfold 1 +hundredth/1 1 +hundred 1 +hundredweight/1 1 +Hung +Hungarian/1 1 +Hungary/2 1 +hunger/23 1 +hungover +hungry/50 1 +hung 727 +hunk/1 1 +hunker/11 1 +hunkier 728 +hunkiest 728 +hunks 1 +hunky/34 1 +Hunspell/3 +Hunt +hunt/23 1 +hunted 1 +Hunter/3 +hunter/1 1 +hunting/2 1 +Huntington/2 1 +Huntley/3 +huntress/4 1 +huntsman/2 729 +huntsmen 730 +Huntsville +hurdle/28 1 +hurdler/1 1 +hurdling/2 1 +hurl/23 1 +hurler/1 1 +Hurley/3 +hurling/2 1 +Huron 1 +hurrah's +hurray/23 1 +hurricane/1 1 +hurried/8 1 +hurry/56 1 +hurrying 1 +Hurst/3 +hurt/86 1 +hurtful/16 1 +hurtle/6 1 +hurtling 1 +Hus +husband/23 1 +husbandman/2 731 +husbandmen 732 +husbandry/2 1 +hush/22 1 +hushed 1 +husk/23 1 +husker/1 1 +husking 1 +husky/221 1 +hussar/1 1 +Hussein +Husserl +Hussite 1 +hussy/15 1 +hustings/2 1 +hustle/28 1 +hustler/1 1 +hustling 1 +Huston +hut/18 1 +hutch/40 1 +Hutchinson +Hutton/3 +Hutu 1 +hutzpa/2 1 +hutzpah/2 1 +Huxley/2 1 +Huygens +huzza/23 1 +huzzah/23 1 +huzzaing 1 +hwy +hyacinth/1 1 +Hyades/2 1 +hyaena/1 1 +hybrid/1 1 +hybridism/2 1 +hybridization/2 1 +hybridize/6 1 +hybrid 1 +Hyde +Hyderabad +hydra/1 1 +Hydra/2 1 +hydrangea/1 1 +hydrant/1 1 +hydras 1 +hydrate/28 1 +hydration/2 1 +hydraulic/347 1 +hydraulics's +hydrazine 1 +hydride 1 +hydro/2 1 +hydrocarbon/1 1 +hydrocephalus/2 1 +hydrocephaly/3 +hydrochloric +hydrochloride 1 +hydrodynamic/32 1 +hydrodynamical +hydrodynamic 1 +hydroelectric +hydroelectrically +hydroelectricity/2 1 +hydrofluoric +hydrofoil/1 1 +hydrogen/2 1 +hydrogenate/6 1 +hydrogenation/2 1 +hydrogenous +hydrological 1 +hydrologist/1 1 +hydrology/2 1 +hydrolysis/2 1 +hydrolyze/6 1 +hydromagnetic 1 +hydromechanics +hydrometer/1 1 +hydrometry/2 1 +hydrophobia/2 1 +hydrophobic +hydrophone/1 1 +hydroplane/28 1 +hydroponic/35 1 +hydrosphere/2 1 +hydrostatic/10 1 +hydrotherapy/2 1 +hydrothermal 1 +hydrous 1 +hydroxide/1 1 +hyena/1 1 +hygiene/2 1 +hygienically +hygienic 1 +hygienist/1 1 +hygrometer/1 1 +hygroscopic 1 +hying 733 +hymen/1 1 +Hymen/2 1 +hymeneal 1 +hymn/23 1 +hymnal/1 1 +hymnbook/1 1 +hype/28 1 +hyperactive 1 +hyperactivity/2 1 +hyperbola/1 1 +hyperbole/2 1 +hyperbolic 1 +hyperboloid/10 1 +hypercritical/8 1 +hypercube/10 1 +hyperfine 1 +hyperglycemia/2 1 +hyperinflation 1 +Hyperion/2 1 +hyperlink/58 1 +hyperlink's +hypermarket/10 1 +hypermedia/2 1 +hyperplane/10 1 +hypersensitive/33 1 +hypersensitivity/15 1 +hypersonic 1 +hyperspace/10 1 +hypersphere +hypertension/2 1 +hypertensive/1 1 +hypertext/2 1 +hyperthyroidism/2 1 +hyperthyroid's +hyperthyroid 1 +hypertrophy/56 1 +hyper 1 +hyperventilate/6 1 +hyperventilation/2 1 +hyphen/23 1 +hyphenate/6 1 +hyphenate's +hyphenation/1 1 +hypnoses 734 +hypnosis/2 735 +hypnotherapist/10 1 +hypnotherapy/2 1 +hypnotic/51 1 +hypnotism/2 1 +hypnotist/1 1 +hypnotize/6 1 +hypo/18 1 +hypoallergenic +hypocaust 1 +hypochondria/2 1 +hypochondriac/1 1 +hypochondria's 736 +hypochondria 737 +hypocrisy/15 1 +hypocrite/1 1 +hypocritical/8 1 +hypodermic/1 1 +hypoglycemia/2 1 +hypoglycemic/1 1 +hypotenuse/1 1 +hypothalami 738 +hypothalamus/2 739 +hypothermia/2 1 +hypotheses 740 +hypothesis/2 741 +hypothesize/6 1 +hypothesizer 1 +hypothetical/8 1 +hypothyroidism/2 1 +hypothyroid's +hypothyroid 1 +hypoxia 1 +hyssop/2 1 +hysterectomy/15 1 +hysteresis 1 +hysteria/2 1 +hysteric/130 1 +hysterical/8 1 +hysteric 1 +Hyundai/3 +Hz/2 1 +I/2 1 +Ia +IA +Iaccoca/3 +Iago/3 +iamb/1 1 +iambic/1 1 +iambi 742 +iambus/4 743 +Ian/3 +Iapetus/2 1 +iatrogenic +Ibadan +Iberia/2 1 +Iberian 1 +ibex/4 1 +ibid +ibidem +ibis/4 1 +Ibiza +Iblis/3 +IBM/3 +Ibo 1 +Ibsen/2 1 +ibuprofen/2 1 +Icahn/3 +Icarus/2 1 +ICBM/1 1 +ICC +Ice +ice/28 1 +iceberg/1 1 +iceboat/1 1 +icebound +icebox/4 1 +icebreaker/1 1 +icecap/1 1 +Iceland/2 1 +Icelander/1 1 +Icelandic/2 1 +iceman/2 744 +icemen 745 +icepack 1 +icepick/10 1 +ices 746 +ichneumon 1 +ichthyologist/1 1 +ichthyology/2 1 +icicle/1 1 +icing/1 1 +icky/34 1 +icon/1 1 +iconic 1 +iconoclasm/2 1 +iconoclast/1 1 +iconoclastic 1 +iconographic +iconography/2 1 +icosahedral +icosahedra 747 +icosahedron 748 +ictus/2 1 +ICU +icy/50 1 +I'd +id/1 1 +ID/1 1 +Ida +Idaho/71 1 +Idahoan/1 1 +idea/1 1 +ideal/30 1 +idealism/2 1 +idealist/1 1 +idealistic/39 1 +idealization/1 1 +idealize/6 1 +idempotent 1 +idem 1 +identical/8 1 +identifiable/19 1 +identification/1 1 +identifier/10 1 +identify/31 1 +identikit/10 1 +identity/15 1 +ideogram/1 1 +ideograph/1 1 +ideographic +ideological/8 1 +ideologist/1 1 +ideologue/1 1 +ideology/15 1 +ides +ides's +idiocy/15 1 +idiolect 1 +idiom/1 1 +idiomatic +idiomatically +idiopathic 1 +idiosyncrasy/15 1 +idiosyncratic/39 1 +idiot/1 1 +idiotic/39 1 +idle/346 1 +idler/1 1 +idle's +idles 1 +idling 1 +idol/1 1 +idolater/1 1 +idolatress/4 1 +idolatrous 1 +idolatry/2 1 +idolization/2 1 +idolize/6 1 +idyl/1 1 +idyll/1 1 +idyllic/39 1 +IE +Ieyasu +if/1 1 +iffiness/3 +iffy/34 1 +igloo/1 1 +Ignacio/3 +Ignatius +igneous 1 +ignitable +ignite/6 1 +ignitible +ignition/1 1 +ignoble/19 1 +ignominious/8 1 +ignominy/15 1 +ignorable +ignoramus/4 1 +ignorance/2 1 +ignorant/8 1 +ignore/6 1 +Igor/3 +iguana/1 1 +Iguassu/2 1 +iii 1 +ii 1 +Ijssel +Ijsselmeer/3 +Ike/2 1 +Ikea/3 +Ikhnaton +ikon/1 1 +IL +Ila +ilea 749 +ileitis/2 1 +Ilene/3 +ileum/2 750 +Iliad/1 1 +ilia 751 +ilium/2 752 +ilk/1 1 +Ill +I'll +ill/348 100 +illegal/30 1 +illegality/15 1 +illegibility/2 1 +illegible/19 1 +illegitimacy/2 1 +illegitimate/8 1 +illiberal/8 1 +illiberality/2 1 +illicit/16 1 +illimitable 1 +Illinois/2 1 +Illinoisan/1 1 +illiquid 1 +illiteracy/2 1 +illiterate/30 1 +illogical/8 1 +illogicality/2 1 +illuminable +illuminant 1 +illuminate/43 1 +Illuminati +illuminating/8 1 +illumination/1 1 +illumine/6 1 +illus +illusion/1 1 +illusionist/1 1 +illusive 1 +illusory 1 +illustrate/6 1 +illustrated 1 +illustration/1 1 +illustrative/8 1 +illustrator/1 1 +illustrious/16 1 +ilmenite 1 +Ilyushin/3 +I'm +image/28 1 +imagery/2 1 +imaginable/19 1 +imaginary 1 +imagination/1 1 +imaginative/8 1 +imagine/6 1 +imaging 1 +imagining/10 1 +imago/349 1 +imam/1 1 +Imam 1 +imbalance/1 1 +imbalanced +imbecile/1 1 +imbecilic +imbecility/15 1 +imbed/274 1 +imbibe/6 1 +imbiber/1 1 +imbrication/2 1 +imbroglio/1 1 +imbue/6 1 +Imelda/3 +IMF/2 1 +IMHO +Imhotep/3 +imitable 1 +imitate/6 1 +imitation/1 1 +imitative/16 1 +imitator/1 1 +immaculate/16 1 +immanence/2 1 +immanency/2 1 +immanent/8 1 +immaterial/16 1 +immateriality/2 1 +immature/8 1 +immaturity/2 1 +immeasurable/19 1 +immediacy/344 1 +immediate/16 1 +immemorial/8 1 +immense/250 1 +immensity/15 1 +immerse/6 1 +immersible +immersion/1 1 +immigrant/1 1 +immigrate/6 1 +immigration/1 1 +imminence/2 1 +imminent/8 1 +immiscible 1 +immobile +immobilisers +immobility/2 1 +immobilization/2 1 +immobilize/6 1 +immobilizer/10 1 +immoderate/8 1 +immodest/8 1 +immodesty/2 1 +immolate/6 1 +immolation/2 1 +immoral/8 1 +immorality/15 1 +immortal/30 1 +immortality/2 1 +immortalize/6 1 +immovability/2 1 +immovable/19 1 +immoveable 1 +immune 1 +immunity/15 1 +immunization/1 1 +immunize/6 1 +immunoassay 1 +immunodeficiency/2 1 +immunodeficient +immunologic +immunological/8 1 +immunologist/1 1 +immunology/2 1 +immure/6 1 +immutability/2 1 +immutable/19 1 +IMNSHO +Imodium/3 +Imogene/3 +IMO 1 +imp/18 1 +impact/23 1 +impaction 1 +impair/11 1 +impairment/1 1 +impala/1 1 +impale/6 1 +impalement/2 1 +impaler 1 +impalpable/19 1 +impanel/11 1 +impart/11 1 +impartial/8 1 +impartiality/2 1 +impassable/19 1 +impasse/1 1 +impassibility/2 1 +impassible/19 1 +impassioned 1 +impassive/16 1 +impassivity/2 1 +impasto/2 1 +impatience/1 1 +impatiens/2 1 +impatient/8 1 +impeach/7 1 +impeachable +impeacher/1 1 +impeachment/1 1 +impeccability/2 1 +impeccable/19 1 +impecunious/16 1 +impedance/2 1 +impede/6 1 +impediment/1 1 +impedimenta/2 1 +impeding 1 +impel/61 1 +impeller/1 1 +impelling 1 +impend/11 1 +impenetrability/2 1 +impenetrable/19 1 +impenitence/2 1 +impenitent/8 1 +imper +imperative/30 1 +imperceptibility/2 1 +imperceptible/19 1 +imperceptive 1 +imperf +imperfect/36 1 +imperfection/1 1 +imperial/30 1 +imperialism/2 1 +imperialist/1 1 +imperialistic/39 1 +imperil/11 1 +imperilment/2 1 +imperious/16 1 +imperishable/19 1 +impermanence/2 1 +impermanent/8 1 +impermeability/2 1 +impermeable/19 1 +impermissible 1 +impersonal/8 1 +impersonality 1 +impersonate/6 1 +impersonation/1 1 +impersonator/1 1 +impertinence/1 1 +impertinent/8 1 +imperturbability/2 1 +imperturbable/19 1 +impervious/8 1 +impetigo/2 1 +impetuosity/2 1 +impetuous/16 1 +impetus/4 1 +impiety/15 1 +impinge/6 1 +impingement/2 1 +impious/16 1 +impish/16 1 +implacability/2 1 +implacable/19 1 +implant/23 1 +implantable +implantation/2 1 +implausibility/15 1 +implausible/19 1 +implement/23 1 +implementable +implementation/1 1 +implementer/10 1 +implicate/6 1 +implication/1 1 +implicit/16 1 +implied/8 1 +implode/6 1 +implore/6 1 +imploring/8 1 +implosion/1 1 +implosive 1 +imply/31 1 +impolite/151 1 +impolitic 1 +imponderable/1 1 +import/23 1 +importable +importance/2 1 +important/8 1 +importation/1 1 +importer/1 1 +importunate/8 1 +importune/6 1 +importunity/2 1 +imposable +impose/6 1 +imposer/1 1 +imposing/8 1 +imposition/1 1 +impossibility/15 1 +impossible/268 1 +impost/18 1 +imposter/1 1 +impostor/1 1 +imposture/1 1 +impotence/2 1 +impotency/2 1 +impotent/8 1 +impound/11 1 +impoverish/7 1 +impoverishment/2 1 +impracticability 1 +impracticable/19 1 +impracticality/15 1 +impractical 1 +impractically +imprecate/6 1 +imprecation/1 1 +imprecise/16 1 +imprecision/2 1 +impregnability/2 1 +impregnable/19 1 +impregnate/6 1 +impregnation/2 1 +impresario/1 1 +impress/22 1 +impressibility/2 1 +impressible 1 +impression/1 1 +impressionability/2 1 +impressionable 1 +impressionism/2 1 +impressionist/1 1 +impressionistic 1 +impressive/16 1 +imprimatur/1 1 +imprint/23 1 +imprinter/1 1 +imprinting 1 +imprison/11 1 +imprisonment/1 1 +improbability/15 1 +improbable/19 1 +impromptu/1 1 +improper/8 1 +impropriety/15 1 +improvable 1 +improve/6 1 +improvement/1 1 +improver 1 +improvidence/2 1 +improvident/8 1 +improving 1 +improvisation/1 1 +improvisational +improvisatory +improvise/6 1 +improvised 1 +improviser/1 1 +improvisor/1 1 +imprudence/2 1 +imprudent/8 1 +impudence/2 1 +impudent/8 1 +impugn/11 1 +impugnable +impugner/1 1 +impulse/28 1 +impulsion/2 1 +impulsive/16 1 +impunity/2 1 +impure/45 1 +impurity/15 1 +imputable 1 +imputation/1 1 +impute/6 1 +Imus/3 +IN +in/350 1 +In/2 1 +Ina/3 +inability/15 1 +inaccessibility/2 1 +inaccessible/19 1 +inaccuracy/15 1 +inaccurate/8 1 +inaction/2 1 +inactivate/6 1 +inactivation/2 1 +inactive/8 1 +inactivity/2 1 +inadequacy/15 1 +inadequate/8 1 +inadmissibility/2 1 +inadmissible 1 +inadvertence/2 1 +inadvertent/8 1 +inadvisability/2 1 +inadvisable 1 +inadvisedly +inalienability/2 1 +inalienable/19 1 +inamorata/1 1 +inane/45 1 +inanimate/16 1 +inanity/15 1 +inapplicability 1 +inapplicable 1 +inappreciable/19 1 +inapproachable 1 +inappropriate/16 1 +inapt/16 1 +inarguable 1 +inarticulacy 1 +inarticulate/16 1 +inartistic 1 +inasmuch +inattention/2 1 +inattentive/16 1 +inaudibility/2 1 +inaudible/19 1 +inaugural/1 1 +inaugurate/6 1 +inauguration/1 1 +inauspicious/8 1 +inauthentic +inboard/1 1 +inborn 1 +inbound 1 +inbred 753 +inbreed/121 754 +inbreeding/2 1 +inbuilt 1 +Inc +inc/11 1 +Inca/1 1 +incalculable/19 1 +incandescence/2 1 +incandescent/8 1 +incantation/1 1 +incantatory +incant 1 +incapability/2 1 +incapable/19 1 +incapacitate/6 1 +incapacitation 1 +incapacity/2 1 +incarcerate/6 1 +incarceration/1 1 +incarnadine/6 1 +incarnate/6 1 +incarnation/1 1 +incautious/8 1 +inced 1 +incendiary/15 1 +incense/28 1 +incentive/1 1 +inception/1 1 +incertitude/2 1 +incessant/8 1 +incest/1 1 +incestuous/16 1 +inch/22 1 +inchoate 1 +Inchon/2 1 +inchworm/1 1 +incidence/1 1 +incident/1 1 +incidental/30 1 +incinerate/6 1 +incineration/2 1 +incinerator/1 1 +incipience/2 1 +incipient/8 1 +incise/6 1 +incision/1 1 +incisive/16 1 +incisor/1 1 +incite/6 1 +incitement/1 1 +inciter/1 1 +incivility/15 1 +incl +inclemency/2 1 +inclement 1 +inclination/1 1 +incline/28 1 +inclining 1 +inclose/6 1 +inclosure/1 1 +include/6 1 +included 1 +inclusion/1 1 +inclusive/16 1 +incognito/1 1 +incoherence/2 1 +incoherency 1 +incoherent/8 1 +incombustible 1 +income/73 1 +incomer/10 1 +incoming 1 +incommensurable 1 +incommensurate/8 1 +incommode/6 1 +incommodious 1 +incommunicable 1 +incommunicado +incomparable/19 1 +incompatibility/15 1 +incompatible/82 1 +incompetence/2 1 +incompetency/2 1 +incompetent/30 1 +incomplete/16 1 +incomprehensibility/2 1 +incomprehensible/19 1 +incomprehension/2 1 +incompressible 1 +inconceivability/2 1 +inconceivable/19 1 +inconclusive/16 1 +incongruity/15 1 +incongruous/16 1 +inconsequential/8 1 +inconsiderable 1 +inconsiderate/16 1 +inconsideration/2 1 +inconsistency/15 1 +inconsistent/8 1 +inconsolable/19 1 +inconspicuous/16 1 +inconstancy/2 1 +inconstant/8 1 +incontestability/2 1 +incontestable/19 1 +incontinence/2 1 +incontinent/8 1 +incontrovertible/19 1 +inconvenience/28 1 +inconvenient/8 1 +incorporable +incorporate/6 1 +Incorporated +incorporated 1 +incorporation/2 1 +incorporeal 1 +incorrect/16 1 +incorrigibility/2 1 +incorrigible/19 1 +incorruptibility/2 1 +incorruptible/19 1 +increase/28 1 +increased 1 +increasing/8 1 +incredibility/2 1 +incredible/19 1 +incredulity/2 1 +incredulous/8 1 +increment/23 1 +incremental +incrementally +incrementation +incriminate/6 1 +incriminating 1 +incrimination/2 1 +incriminatory +incrust/11 1 +incrustation/1 1 +incubate/6 1 +incubation/2 1 +incubator/1 1 +incubus/4 1 +inculcate/6 1 +inculcation/2 1 +inculpable 1 +inculpate/6 1 +incumbency/15 1 +incumbent/1 1 +incumber/11 1 +incunabula 755 +incunabulum/2 756 +incur/13 1 +incurable/82 1 +incurious 1 +incursion/1 1 +ind +Ind +indebted/33 1 +indecency/15 1 +indecent/75 1 +indecipherable 1 +indecision/2 1 +indecisive/16 1 +indeclinable 1 +indecorous/8 1 +indeed 1 +indefatigable/19 1 +indefeasible/19 1 +indefensible/19 1 +indefinable/19 1 +indefinite/16 1 +indelible/19 1 +indelicacy/15 1 +indelicate/8 1 +indemnification/1 1 +indemnify/31 1 +indemnity/15 1 +indemonstrable 1 +indent/23 1 +indentation/1 1 +indention/2 1 +indenture/28 1 +independence/2 1 +Independence/2 1 +independent/30 1 +indescribable/19 1 +indestructibility/2 1 +indestructible/19 1 +indeterminable/19 1 +indeterminacy/2 1 +indeterminate/8 1 +index/22 1 +indexation/1 1 +indexer/1 1 +indexing 1 +India/2 1 +Indian/1 1 +Indiana/2 1 +Indianan/1 1 +Indianapolis/2 1 +Indianian 1 +Indian 1 +indicant/10 1 +indicate/6 1 +indication/1 1 +indicative/30 1 +indicator/1 1 +indict/11 1 +indictable 1 +indictment/1 1 +indie/10 1 +Indies +indifference/2 1 +indifferent/8 1 +indigence/2 1 +indigenous 1 +indigent/30 1 +indigestible 1 +indigestion/2 1 +indignant/8 1 +indignation/2 1 +indignity/15 1 +indigo/2 1 +Indira/3 +indirect/16 1 +indirection/1 1 +indirect 1 +indiscernible 1 +indiscipline 1 +indiscreet/8 1 +indiscretion/1 1 +indiscriminate/8 1 +indispensability/2 1 +indispensable/82 1 +indispose/214 1 +indisposed 1 +indisposition/1 1 +indisputable/19 1 +indissolubility 1 +indissoluble/19 1 +indistinct/16 1 +indistinguishable/19 1 +indite/6 1 +indium/2 1 +individual/30 1 +individualism/2 1 +individualist/1 1 +individualistic/39 1 +individuality/2 1 +individualization/2 1 +individualize/6 1 +individuate/6 1 +individuation/2 1 +indivisibility/2 1 +indivisible/19 1 +Indochina/2 1 +Indochinese +indoctrinate/6 1 +indoctrination/1 1 +indoctrinator/10 1 +indolence/2 1 +indolent/8 1 +indomitable/19 1 +Indonesia/2 1 +Indonesian/1 1 +indoor/10 1 +Indore +indorse/6 1 +Indra/2 1 +indrawn 1 +indubitable/19 1 +induce/6 1 +inducement/1 1 +inducer/1 1 +inducible +induct/11 1 +inductance/2 1 +inductee/1 1 +induction/1 1 +inductive/8 1 +inductor/10 1 +indue/6 1 +indulge/6 1 +indulgence/18 1 +indulgent/8 1 +indulger 1 +Indus/2 1 +industrial/8 1 +industrialism/2 1 +industrialist/1 1 +industrialization/2 1 +industrialize/6 1 +industrial 1 +industrious/16 1 +industry/15 1 +indwell/351 1 +Indy/3 +inebriate/28 1 +inebriation/2 1 +inedible +ineducable +ineffability/2 1 +ineffable/19 1 +ineffective/16 1 +ineffectual/83 1 +inefficacy/2 1 +inefficiency/15 1 +inefficient/8 1 +inelastic +inelegance/2 1 +inelegant/8 1 +ineligibility/2 1 +ineligible/82 1 +ineluctable/19 1 +inept/16 1 +ineptitude/2 1 +inequality/15 1 +inequitable/19 1 +inequity/15 1 +ineradicable/19 1 +inerrant 1 +inert/16 1 +inertia/2 1 +inertial +inert 1 +Ines +inescapable/19 1 +inessential/1 1 +inestimable/19 1 +inevitability/2 1 +inevitable/352 1 +inexact/16 1 +inexactitude/10 1 +inexcusable/19 1 +inexhaustible/19 1 +inexorability 1 +inexorable/19 1 +inexpedience/2 1 +inexpediency/2 1 +inexpedient 1 +inexpensive/16 1 +inexperience/2 1 +inexperienced +inexpert/8 1 +inexpiable 1 +inexplicable/19 1 +inexpressibility 1 +inexpressible/19 1 +inexpressive 1 +inextensible +inextinguishable 1 +inextricable/19 1 +Inez/3 +inf +infallibility/2 1 +infallible/19 1 +infamous/8 1 +infamy/15 1 +infancy/2 1 +infant/1 1 +infanticide/1 1 +infantile +infantry/15 1 +infantryman/2 757 +infantrymen 758 +infant 1 +infarct/1 1 +infarction/2 1 +infatuate/43 1 +infatuated 1 +infatuation/1 1 +infeasibility 1 +infeasible 1 +infect/11 1 +infected 1 +infection/1 1 +infectious/16 1 +infective 1 +infect 1 +infelicitous 1 +infelicity/15 1 +infer/13 1 +inference/1 1 +inferential/8 1 +inferior/1 1 +inferiority/2 1 +inferior 1 +infernal/8 1 +inferno/1 1 +infertile 1 +infertility/2 1 +infest/11 1 +infestation/1 1 +infidel/1 1 +infidelity/15 1 +infield/1 1 +infielder/1 1 +infighter/1 1 +infighting/2 1 +infill/11 1 +infilling 1 +infiltrate/43 1 +infiltration/1 1 +infiltrator/1 1 +infinite/37 1 +infinitesimal/30 1 +infinitival 1 +infinitive/1 1 +infinitude/2 1 +infinity/15 1 +infirmary/15 1 +infirmity/15 1 +infirm 1 +infix 1 +inflame/6 1 +inflamed 1 +inflammability/2 1 +inflammable 1 +inflammation/1 1 +inflammatory 1 +inflatable/1 1 +inflate/6 1 +inflated 1 +inflation/2 1 +inflationary +inflect/11 1 +inflected 1 +inflection/1 1 +inflectional 1 +inflexibility/2 1 +inflexible/19 1 +inflexion/1 1 +inflict/11 1 +inflicter 1 +infliction/1 1 +inflictive +inflight 1 +inflorescence/2 1 +inflorescent +inflow/1 1 +inflowing +influence/28 1 +influential/8 1 +influenza/2 1 +influx/4 1 +info/2 1 +infold/11 1 +infomercial/1 1 +inform/11 1 +informal/8 1 +informality/2 1 +informant/1 1 +informatics +information/2 1 +informational +informative/16 1 +informatory +informed 1 +informer/1 1 +infotainment/2 1 +infraction/1 1 +infrared/2 1 +infrasonic +infrastructural +infrastructure/1 1 +infra 1 +infrequence/2 1 +infrequency/2 1 +infrequent/8 1 +infringe/6 1 +infringement/1 1 +infuriate/6 1 +infuriating/8 1 +infuse/6 1 +infuser/1 1 +infusion/1 1 +ING/3 +ingathered +Inge +ingenious/16 1 +ingenue/1 1 +ingenuity/2 1 +ingenuous/16 1 +ingest/11 1 +ingestion/2 1 +inglenook/1 1 +Inglewood +inglorious/8 1 +ingoing 1 +ingot/18 1 +ingrain/23 1 +ingrained 1 +ingrain 1 +Ingram/3 +ingrate/1 1 +ingratiate/6 1 +ingratiating/8 1 +ingratiation/2 1 +ingratitude/2 1 +ingredient/1 1 +Ingres +ingress/4 1 +ingression 1 +Ingrid/3 +ingrowing +ingrown 1 +inguinal +inhabit/11 1 +inhabitable +inhabitant/1 1 +inhabited 1 +inhalant/1 1 +inhalation/1 1 +inhalator/1 1 +inhale/6 1 +inhaler/1 1 +inharmonious 1 +inhere/6 1 +inherent/8 1 +inherit/11 1 +inheritable 1 +inheritance/1 1 +inheritor/1 1 +inhibit/11 1 +inhibition/1 1 +inhibitor/1 1 +inhibitory +inhomogeneity/60 1 +inhomogeneous 1 +inhospitable/19 1 +inhuman/8 1 +inhumane/8 1 +inhumanity/15 1 +inimical/8 1 +inimitable/19 1 +iniquitous/8 1 +iniquity/15 1 +initial/210 1 +initialization/10 1 +initialize/6 1 +initiate/28 1 +initiation/1 1 +initiative/1 1 +initiator/1 1 +initiatory 1 +inject/11 1 +injection/1 1 +injector/1 1 +injudicious/16 1 +injunction/1 1 +injure/6 1 +injured 1 +injurer/1 1 +injurious/8 1 +injury/15 1 +injustice/1 1 +ink/23 1 +inkblot/1 1 +inkling/1 1 +inkstand/1 1 +inkwell/1 1 +inky/49 1 +inland/2 1 +inlay/353 1 +inlaying 1 +inlet/18 1 +inline +inmate/1 1 +inmost 1 +inn/86 1 +innards/2 1 +innate/16 1 +innermost 1 +innersole/1 1 +innerspring +inner 1 +innervate/6 1 +innervation/2 1 +inning/1 1 +innit +innkeeper/1 1 +innocence/2 1 +Innocent/3 +innocent/183 1 +innocuous/16 1 +innovate/6 1 +innovation/1 1 +innovative 1 +innovator/1 1 +innovatory +Innsbruck +innuendo/18 1 +innumerable/19 1 +innumeracy/2 1 +innumerate 1 +inoculate/6 1 +inoculation/1 1 +inoffensive/16 1 +Inonu/3 +inoperable +inoperative 1 +inopportune/8 1 +inordinate/8 1 +inorganic/39 1 +inpatient/1 1 +input/109 1 +inquest/1 1 +inquietude/2 1 +inquire/6 1 +inquirer/1 1 +inquiring/8 1 +inquiry/15 1 +inquisition/1 1 +inquisitional +Inquisition 1 +inquisitive/16 1 +inquisitor/1 1 +inquisitorial/8 1 +inquorate +INRI +inroad/1 1 +inrush/4 1 +INS +insalubrious 1 +insane/45 1 +insanitary 1 +insanity/15 1 +insatiability/2 1 +insatiable/19 1 +inscribe/6 1 +inscriber/1 1 +inscription/1 1 +inscrutability/2 1 +inscrutable/29 1 +inseam/1 1 +insect/1 1 +insecticidal +insecticide/1 1 +insectivore/1 1 +insectivorous +insecure/8 1 +insecurity/15 1 +inseminate/6 1 +insemination/2 1 +insensate 1 +insensibility/2 1 +insensible/19 1 +insensitive/8 1 +insensitivity/2 1 +insentience/2 1 +insentient +inseparability/2 1 +inseparable/82 1 +insert/23 1 +insertion/1 1 +inset/128 1 +inshore 1 +inside/48 1 +insider/1 1 +insidious/16 1 +insight/1 1 +insightful 1 +insigne/354 1 +insignia/1 1 +insignificance/2 1 +insignificant/8 1 +insincere/8 1 +insincerity/2 1 +insinuate/6 1 +insinuating/8 1 +insinuation/1 1 +insinuative 1 +insinuator/1 1 +insipid/83 1 +insipidity/2 1 +insist/11 1 +insistence/2 1 +insistent/8 1 +insistingly +insobriety/2 1 +insofar +insole/1 1 +insolence/2 1 +insolent/8 1 +insolubility/2 1 +insoluble/19 1 +insolvable 1 +insolvency/15 1 +insolvent/1 1 +insomnia/2 1 +insomniac/1 1 +insomuch +insouciance/2 1 +insouciant 1 +inspect/11 1 +inspection/1 1 +inspector/1 1 +inspectorate/1 1 +inspiration/1 1 +inspirational 1 +inspire/6 1 +inspired 1 +inspiring 1 +inspirit/11 1 +inspiriting 1 +Inst +instability/15 1 +instal/61 1 +install/11 1 +installable +installation/1 1 +installer/1 1 +installing 1 +installment/1 1 +Instamatic/3 +instance/28 1 +instant/355 1 +instantaneous/8 1 +instantiate/6 1 +instantiation/10 1 +instate/6 1 +instead 1 +instep/1 1 +instigate/6 1 +instigation/2 1 +instigator/1 1 +instil/61 1 +instill/11 1 +instillation/2 1 +instilling 1 +instinct/1 1 +instinctive/8 1 +instinct 1 +instinctual 1 +institute/28 1 +instituter/1 1 +institution/1 1 +institutional/8 1 +institutionalism 1 +institutionalization/2 1 +institutionalize/6 1 +institutor/1 1 +instr +instruct/11 1 +instructed 1 +instruction/1 1 +instructional +instructive/8 1 +instructor/1 1 +instrument/23 1 +instrumental/30 1 +instrumentalist/1 1 +instrumentality/2 1 +instrumentation/2 1 +inst 1 +insubordinate 1 +insubordination/2 1 +insubstantial/8 1 +insufferable/19 1 +insufficiency/2 1 +insufficient/8 1 +insularity/2 1 +insular 1 +insulate/6 1 +insulation/2 1 +insulator/1 1 +insulin/2 1 +insult/23 1 +insulter 1 +insulting/8 1 +insuperable/19 1 +insupportable 1 +insurable +insurance/1 1 +insure/6 1 +insured/1 1 +insurer/1 1 +insurgence/1 1 +insurgency/15 1 +insurgent/1 1 +insurmountable/19 1 +insurrection/1 1 +insurrectionist/1 1 +insusceptible 1 +int +intact 1 +intaglio/18 1 +intake/1 1 +intangibility/2 1 +intangible/82 1 +integer/1 1 +integrability 1 +integrable +integral/30 1 +integrand/10 1 +integrate/6 1 +integration/1 1 +integrative +integrator/10 1 +integrity/2 1 +integument/1 1 +Intel/3 +intellect/1 1 +intellectual/30 1 +intellectualism/2 1 +intellectuality 1 +intellectualize/6 1 +intelligence/1 1 +intelligent/8 1 +intelligentsia/2 1 +intelligibility/2 1 +intelligible/19 1 +Intelsat +intemperance/2 1 +intemperate/8 1 +intend/11 1 +intended/1 1 +intense/45 1 +intensification/2 1 +intensifier/1 1 +intensify/31 1 +intensity/15 1 +intensive/36 1 +intent/36 1 +intention/1 1 +intentional/8 1 +intentionality 1 +intentioned +inter/356 1 +interact/11 1 +interaction/1 1 +interactive +interactively +interactiveness +interactivity +interbank +interbred 759 +interbreed/121 760 +interbreeding 1 +intercede/6 1 +intercept/23 1 +interception/1 1 +interceptor/1 1 +intercession/1 1 +intercessor/1 1 +intercessory +interchange/28 1 +interchangeability 1 +interchangeable/19 1 +intercity +intercollegiate +intercom/1 1 +intercommunicate/6 1 +intercommunication/2 1 +interconnect/11 1 +interconnected/153 1 +interconnection/1 1 +intercontinental +interconversion 1 +intercourse/2 1 +intercultural +interdenominational +interdepartmental 1 +interdependence/2 1 +interdependency 1 +interdependent/8 1 +interdict/23 1 +interdiction/2 1 +interdisciplinary +interest/23 1 +interested/8 1 +interesting/8 1 +interface/28 1 +interfacing 1 +interfaith +interfere/6 1 +interference/1 1 +interferer 1 +interfering 1 +interferometer/10 1 +interferometric 1 +interferometry 1 +interferon/2 1 +interfile/6 1 +intergalactic +interglacial 1 +intergovernmental +interim/2 1 +interior/1 1 +interj +interject/11 1 +interjection/1 1 +interjectional 1 +interlace/6 1 +interlaced 1 +interlard/11 1 +interleave/6 1 +interleukin/2 1 +interline/6 1 +interlinear 1 +interlingual +interlining/1 1 +interlink/5 1 +interlock/23 1 +interlocutor/1 1 +interlocutory 1 +interlope/6 1 +interloper/1 1 +interlude/28 1 +intermarriage/1 1 +intermarry/31 1 +intermediary/15 1 +intermediate/164 1 +interment/1 1 +intermezzo/65 1 +interminable/19 1 +intermingle/6 1 +intermission/1 1 +intermittent/8 1 +intermix/7 1 +intermolecular +intern/23 1 +internal/191 1 +internalization/2 1 +internalize/6 1 +international/30 1 +Internationale/2 1 +internationalism/2 1 +internationalist/1 1 +internationalization 1 +internationalize/6 1 +interne/28 1 +internecine +internee/1 1 +Internet/10 1 +internet 1 +internist/1 1 +internment/1 1 +internship/1 1 +intern 1 +internuclear +interocular +interoffice +interoperability 1 +interoperable +interpenetrate/6 1 +interpenetration 1 +interpersonal +interplanetary +interplay/18 1 +Interpol +interpolatable +interpolate/6 1 +interpolation/1 1 +interpose/6 1 +interposition/2 1 +interpret/11 1 +interpretable 1 +interpretation/1 1 +interpretative 1 +interpreter/1 1 +interpretive/8 1 +interracial 1 +interregnum/1 1 +interrelate/6 1 +interrelated/153 1 +interrelation/1 1 +interrelationship/1 1 +interrogate/6 1 +interrogation/1 1 +interrogative/30 1 +interrogator/1 1 +interrogatory/15 1 +interrupt/23 1 +interrupted 1 +interrupter/1 1 +interruptibility +interruption/1 1 +interscholastic +intersect/11 1 +intersection/1 1 +intersession/1 1 +intersperse/6 1 +interspersion/2 1 +interstate/1 1 +interstellar +interstice/1 1 +interstitial/8 1 +intertidal +intertwine/6 1 +intertwining 1 +interurban 1 +interval/1 1 +intervene/6 1 +intervention/1 1 +interventionism/2 1 +interventionist/1 1 +interview/23 1 +interviewee/1 1 +interviewer/1 1 +intervocalic 1 +interwar +interweave/357 761 +interwoven 762 +interwove 762 +intestacy/2 1 +intestate 1 +intestinal 1 +intestine/1 1 +intifada 1 +intimacy/15 1 +intimate/54 1 +intimation/1 1 +intimidate/6 1 +intimidatingly +intimidation/2 1 +intimidatory +intolerable/19 1 +intolerance/2 1 +intolerant/8 1 +intonation/1 1 +intonational +intone/6 1 +intoner/1 1 +intoning 1 +into 1 +intoxicant/1 1 +intoxicate/6 1 +intoxicated 1 +intoxicating 1 +intoxication/2 1 +intracellular 1 +intractability/2 1 +intractable/19 1 +intramural +intramuscular 1 +intranet/10 1 +intrans +intransigence/2 1 +intransigent/30 1 +intransitive/30 1 +intrastate +intrauterine +intravenous/358 1 +intrench/7 1 +intrepid/8 1 +intrepidity/2 1 +intricacy/15 1 +intricate/8 1 +intrigue/28 1 +intriguer/1 1 +intriguing/8 1 +intrinsic +intrinsically +intro/1 1 +introduce/6 1 +introduction/1 1 +introductory 1 +introit/1 1 +introspect/11 1 +introspection/2 1 +introspective/8 1 +introversion/2 1 +introvert/62 1 +intrude/6 1 +intruder/1 1 +intruding 1 +intrusion/1 1 +intrusive/16 1 +intrust/11 1 +intuit/11 1 +intuition/1 1 +intuitionist 1 +intuitive/16 1 +Inuit/1 1 +Inuktitut/3 +inundate/6 1 +inundation/1 1 +inure/6 1 +inured 1 +invade/6 1 +invader/1 1 +invalid/210 1 +invalidate/6 1 +invalidation/2 1 +invaliding 1 +invalidism/2 1 +invalidity/2 1 +invaluable/19 1 +Invar/2 1 +invariability/2 1 +invariable/82 1 +invariance 1 +invariant/10 1 +invasion/1 1 +invasive +invective/1 1 +inveigh/11 1 +inveigle/6 1 +inveigler/1 1 +invent/11 1 +invention/1 1 +inventive/16 1 +inventor/1 1 +inventory/56 1 +inverse/164 1 +inversion/1 1 +invert/23 1 +invertebrate/1 1 +inverter/10 1 +invertible +invest/11 1 +investigate/6 1 +investigation/1 1 +investigative +investigator/1 1 +investigatory +investiture/1 1 +investment/1 1 +investor/1 1 +inveteracy/2 1 +inveterate 1 +invidious/16 1 +invigilate/6 1 +invigilation 1 +invigilator/10 1 +invigorate/6 1 +invigorating/8 1 +invigoration/2 1 +invincibility/2 1 +invincible/19 1 +inviolability/2 1 +inviolable/19 1 +inviolate 1 +inviscid +invisibility/15 1 +invisible/19 1 +invitation/1 1 +invitational/1 1 +invite/28 1 +invitee/1 1 +inviting/8 1 +invocation/1 1 +invoice/28 1 +invokable +invoke/6 1 +invoker/10 1 +involuntary/72 1 +involute 1 +involution/1 1 +involve/6 1 +involved 1 +involvement/1 1 +invulnerability/2 1 +invulnerable/19 1 +inward/191 1 +Io/2 1 +ioctl +iodide/1 1 +iodine/2 1 +iodize/6 1 +ion/1 1 +Ionesco +Ionian/1 1 +Ionic/1 1 +ionic 1 +ionization/2 1 +ionize/6 1 +ionizer/1 1 +ionosphere/1 1 +ionospheric +iota/1 1 +IOU/2 1 +Iowa/1 1 +Iowan/1 1 +IPA +ipecac/1 1 +Iphigenia +iPod/3 +Ipswich +IQ/2 1 +Iqaluit/3 +Iqbal +Iquitos +Ir/2 1 +Ira/3 +IRA/1 1 +Iran/2 1 +Iranian/1 1 +Iraq/2 1 +Iraqi/1 1 +irascibility/2 1 +irascible/19 1 +irate/45 1 +irateness/3 +ire/2 1 +ireful 1 +Ireland/2 1 +Irene +irenic 1 +ire 1 +iridescence/2 1 +iridescent/8 1 +iridium/2 1 +Iris +iris/359 1 +Irish/161 1 +Irisher 1 +Irishman/2 763 +Irishmen 764 +Irishwoman/2 765 +Irishwomen 766 +irk/11 1 +irksome/16 1 +Irkutsk +Irma/3 +iron/23 1 +ironclad/1 1 +ironic +ironical/8 1 +ironing/2 1 +ironmonger/10 1 +ironmongery 1 +ironstone/2 1 +iron 1 +ironware/2 1 +ironwood/1 1 +ironwork/1 1 +irony/15 1 +Iroquoian/1 1 +Iroquois/2 1 +irradiate/6 1 +irradiation/2 1 +irrational/30 1 +irrationality/15 1 +Irrawaddy +irreclaimable 1 +irreconcilability/2 1 +irreconcilable/19 1 +irrecoverable/19 1 +irredeemable/19 1 +irreducibility 1 +irreducible/19 1 +irrefutable/19 1 +irregardless +irregular/30 1 +irregularity/15 1 +irrelevance/1 1 +irrelevancy/15 1 +irrelevant/8 1 +irreligious 1 +irremediable/19 1 +irremovable 1 +irreparable/19 1 +irreplaceable 1 +irrepressible/19 1 +irreproachable/19 1 +irresistible/19 1 +irresolute/16 1 +irresolution/2 1 +irresolvable 1 +irrespective/8 1 +irresponsibility/2 1 +irresponsible/19 1 +irretrievable/19 1 +irreverence/2 1 +irreverent/8 1 +irreversibility 1 +irreversible/19 1 +irrevocable/19 1 +irrigable 1 +irrigate/6 1 +irrigation/2 1 +irritability/2 1 +irritable/19 1 +irritant/1 1 +irritate/6 1 +irritated/8 1 +irritating/8 1 +irritation/1 1 +irrupt/11 1 +irruption/1 1 +irruptive 1 +IRS/2 1 +Irtish/2 1 +Irvin/3 +Irvine +Irving +Irwin/3 +Isaac/2 1 +Isabel/3 +Isabella +Isabelle/3 +Isaiah +ISBN +Iscariot +Isfahan +Isherwood +Ishim/3 +Ishmael 1 +Ishtar/2 1 +Isiah/3 +Isidro/3 +isinglass/2 1 +Isis/2 1 +isl +Islam/1 1 +Islamabad/2 1 +Islamic 1 +Islamism/2 1 +Islamist 1 +island/18 1 +islander/1 1 +isle/18 1 +islet/1 1 +ism/1 1 +Ismael/3 +Ismail/3 +isn't +ISO +isobar/1 1 +isobaric +isolate/6 1 +isolated 1 +isolate's +isolation/2 1 +isolationism/2 1 +isolationist/1 1 +isolator/10 1 +Isolde +isomer/1 1 +isomeric 1 +isomerism/2 1 +isometric/32 1 +isometrically +isomorphic +isomorphism/10 1 +isoperimetrical +isosceles +isostatic 1 +isotherm/1 1 +isothermal/8 1 +isotonic +isotope/1 1 +isotopic +isotropic +isotropically +isotropy 1 +Ispahan +Ispell/3 +Israel/1 1 +Israeli/1 1 +Israelite 1 +Issac/3 +Issachar +is 46 +issuable 1 +issuance/2 1 +issue/28 1 +issuer/1 1 +Istanbul/2 1 +isthmian 1 +isthmus/4 1 +i 767 +Isuzu/3 +It +IT +it/1 1 +Itaipu/3 +ital +Ital +Italian/1 1 +Italianate 1 +italic/130 1 +italicization/2 1 +italicize/6 1 +Italy/2 1 +Itasca/3 +itch/22 1 +itching 1 +itchy/49 1 +it'd +item/18 1 +itemization/2 1 +itemize/6 1 +item 1 +iterate/6 1 +iteration/1 1 +iterative/8 1 +iterator +iterators +Ithaca +Ithacan 1 +itinerant/1 1 +itinerary/15 1 +it'll +Ito +i 1 +itself 1 +iTunes/3 +IUD +IV/1 1 +Iva/3 +Ivan +Ivanhoe/3 +I've +Ives +ivied 1 +Ivorian 1 +Ivory/3 +ivory/15 1 +iv 1 +ivy/15 1 +Ivy 1 +ix 1 +Iyar/2 1 +Izaak/3 +Izanagi/2 1 +Izanami/2 1 +Izhevsk +Izmir +Izod/3 +Izvestia/3 +j +J/2 1 +jab/136 1 +jabber/23 1 +jabberer/1 1 +jabbering 1 +jabot/1 1 +jacaranda/1 1 +jack/23 1 +jackal/1 1 +jackass/4 1 +jackboot/1 1 +jackbooted +jackdaw/1 1 +jacket/62 1 +jackhammer/18 1 +Jackie/2 1 +jackknife/360 768 +jackknives 769 +Jacklyn/3 +jackpot/1 1 +jackrabbit/18 1 +Jackson/2 1 +Jacksonian 1 +Jacksonville/2 1 +jackstraw/1 1 +jack 1 +Jack 1 +Jacky/2 1 +Jaclyn/3 +Jacob/1 1 +Jacobean/2 1 +Jacobin/2 1 +Jacobi 770 +Jacobite/2 1 +Jacobson/3 +jacquard/2 1 +Jacquard 1 +Jacqueline/3 +Jacquelyn/3 +Jacques +jacuzzi 1 +Jacuzzi 1 +jade/28 1 +jaded/16 1 +jadeite/2 1 +jade 1 +jag/361 1 +jagged/21 1 +Jagger/3 +jaggies/89 1 +Jagiellon/3 +Jaguar/3 +jaguar/1 1 +Jahangir/3 +jail/23 1 +jailbird/1 1 +jailbreak/1 1 +jailer/1 1 +jailhouse/10 1 +jailor/1 1 +Jaime/3 +Jainism/2 1 +Jain 1 +Jaipur +Jakarta/2 1 +Jake/3 +jalapeno/1 1 +jalopy/15 1 +jalousie/1 1 +jam/160 1 +Jamaal/3 +Jamaica/2 1 +Jamaican/1 1 +Jamal/3 +Jamar/3 +jamb/18 1 +jambalaya/2 1 +jamboree/1 1 +Jame/3 +Jamel/3 +James/2 1 +Jamestown +Jami/3 +Jamie/3 +jammy/34 1 +Jan/2 1 +Jana/3 +Janacek/3 +Jane +Janell/3 +Janelle/3 +Janet +Janette/3 +jangle/28 1 +jangler/1 1 +jangling 1 +jangly 1 +Janice/3 +Janie/3 +Janine/3 +Janis/3 +Janissary/2 1 +janitor/1 1 +janitorial +Janjaweed/3 +Janna/3 +Jannie/3 +Jansen/2 1 +Jansenist/2 1 +January/15 1 +Janus/2 1 +japan/1 1 +Japan/2 1 +japan/192 1 +Japanese/1 1 +japan 1 +jape/28 1 +Japura/3 +jar/103 1 +jardiniere/1 1 +Jared/3 +jarful/1 1 +jargon/2 1 +Jarlsberg 1 +Jarred/3 +Jarrett/3 +jarring/8 1 +Jarrod/3 +Jarvis/3 +Jasmine/3 +jasmine/1 1 +Jason/2 1 +Jasper/3 +jasper/2 1 +Jataka +jato/1 1 +jaundice/28 1 +jaunt/23 1 +jaunty/50 1 +Java/1 1 +java/2 1 +Javanese/2 1 +JavaScript/3 +javelin/18 1 +Javier/3 +jaw/23 1 +jawbone/28 1 +jawboning 1 +jawbreaker/1 1 +jawing 1 +jawline/10 1 +Jaxartes +Jay +jay/1 1 +Jayapura/3 +Jayawardene/3 +jaybird/1 1 +Jaycee/10 1 +Jayne/3 +Jayson/3 +jaywalk/11 1 +jaywalker/1 1 +jaywalking/2 1 +jazz/22 1 +jazzy/34 1 +jct +JCS +JD +jealous/8 1 +jealousy/15 1 +jean/130 1 +Jean/2 1 +Jeanette/3 +Jeanie/3 +Jeanine/3 +Jeanne/3 +Jeannette/3 +Jeannie/3 +Jeannine/3 +Jed/3 +Jedi/3 +jeep/18 1 +Jeep 1 +jeer/23 1 +jeering/37 1 +Jeeves/3 +jeez +Jeff/3 +Jefferey/3 +Jefferson/2 1 +Jeffersonian 1 +Jeffery/3 +Jeffrey +Jeffry/3 +jehad/1 1 +Jehoshaphat +Jehovah/2 1 +jejuna 771 +jejune 1 +jejunum/2 772 +Jekyll/3 +jell/11 1 +jellied 1 +jello/1 1 +jelly/31 1 +jellybean/1 1 +jellyfish/4 1 +jellylike 1 +jellyroll/1 1 +jelly's +jemmy/362 1 +Jenifer/3 +Jenkins +Jenna/3 +Jenner +jennet/1 1 +Jennie/3 +Jennifer/3 +Jennings/3 +Jensen/3 +Jenny/3 +jenny/15 1 +jeopardize/6 1 +jeopardy/2 1 +Jephthah +Jerald/3 +jeremiad/1 1 +Jeremiah/1 1 +Jeremy/3 +Jeri/3 +Jericho/2 1 +jerk/23 1 +jerkin/1 1 +jerking 1 +jerkwater 1 +jerky/363 1 +Jermaine/3 +jeroboam/10 1 +Jeroboam 1 +Jerold/3 +Jerome +Jerri/3 +Jerrod/3 +Jerrold/3 +Jerry/2 1 +jerrybuilt +jerrycan/10 1 +jersey/1 1 +Jersey/1 1 +Jerusalem/2 1 +Jess/3 +jessamine/1 1 +Jesse +Jessica/3 +Jessie/3 +jest/23 1 +jester/1 1 +jesting/8 1 +Jesuit/1 1 +Jesus +jet/109 1 +jetliner/1 1 +jetport/1 1 +jetsam/2 1 +jetting 1 +jettison/23 1 +jet 1 +Jetway +jetty/167 1 +Jew/1 1 +Jewel/3 +jewel/23 1 +jeweler/1 1 +jeweleries +jewelery +Jewell/3 +jewellery's +jewelry/15 1 +Jewess/4 1 +Jewish/153 1 +Jewry 1 +Jezebel/1 1 +JFK/3 +jg +jib/136 1 +jibbing 1 +jibe/28 1 +Jidda +jiff/1 1 +jiffy/15 1 +jig/92 1 +jigger/23 1 +jigging 1 +jiggle/28 1 +jiggly/34 1 +jigsaw/23 1 +jihad/1 1 +Jilin +Jillian/3 +Jill 1 +jilt/23 1 +Jim/3 +Jimenez/3 +Jimmie/3 +Jimmy/3 +jimmy/56 1 +jimmying 773 +jimsonweed/2 1 +Jinan +jingle/28 1 +jingling 1 +jingly/34 1 +jingoism/2 1 +jingoist/1 1 +jingoistic 1 +jingoist 1 +jingo 1 +jink/11 1 +jinn/1 1 +Jinnah +jinni/364 1 +jinricksha/1 1 +jinrikisha/1 1 +jinriksha/1 1 +jinx/22 1 +Jinny/3 +jitney/18 1 +jitter/58 1 +jitterbug/92 1 +jitterbugger/2 1 +jitters's +jittery/34 1 +jiujitsu/2 1 +Jivaro 1 +jive/28 1 +Jo/3 +Joan +Joann/3 +Joanna/3 +Joanne/3 +Joaquin/3 +job/1 1 +Job/1 1 +job/145 1 +jobber/1 1 +jobholder/1 1 +jobless/33 1 +jobshare +jobshares +jobsworth/10 1 +Jocasta +Jocelyn/3 +Jock +jock/18 1 +Jockey +jockey/23 1 +jockstrap/1 1 +jocose/16 1 +jocosity/2 1 +jocular/8 1 +jocularity/2 1 +jocund/8 1 +jocundity/2 1 +jodhpurs +jodhpurs's +Jodi/3 +Jodie/3 +Jody/3 +Joel +Joesph/3 +Joe 1 +Joey/3 +joey/10 1 +jog/92 1 +jogger/1 1 +jogging/2 1 +joggle/28 1 +Jogjakarta/3 +Johann/3 +Johanna/3 +Johannes +Johannesburg/2 1 +john/1 1 +John/1 1 +Johnathan/3 +Johnathon/3 +Johnie/3 +Johnnie 1 +Johnson/2 1 +Johnston/3 +johnny/15 1 +Johnny/2 1 +johnnycake/1 1 +join/23 1 +joiner/1 1 +joinery/2 1 +joining 1 +joint/210 1 +jointed 1 +jointing 1 +jointures 1 +joist/18 1 +jojoba 1 +joke/28 1 +joker/1 1 +jokey 774 +jokier 775 +jokiest 775 +jokily +joking/8 1 +joky/34 1 +Jolene/3 +Joliet +jollification/1 1 +jollily +jollity/2 1 +Jolson +jolt/23 1 +jolter/1 1 +jolting 1 +jolly/365 1 +jolly's +Jon/3 +Jonah/1 1 +Jonas +Jonathan/2 1 +Jonathon/3 +Jones 1 +Joni/3 +jonquil/1 1 +Jonson +Joplin +Jordan/2 1 +Jordanian/1 1 +Jorge/3 +Jose/3 +Josef/3 +Josefa/3 +Josefina/3 +Joseph/1 1 +Josephine +Josephson/3 +Josephus +Josh +josh/22 1 +josher/1 1 +Joshua/2 1 +Josiah +Josie/3 +jostle/28 1 +jostling 1 +Josue/2 1 +jot/109 1 +jotter/1 1 +jotting/1 1 +Joule +joule/1 1 +jounce/28 1 +jouncy/34 1 +journal/18 1 +journalese/2 1 +journalism/2 1 +journalist/1 1 +journalistic 1 +journey/23 1 +journeyer/1 1 +journeyman/2 776 +journeymen 777 +journo/10 1 +joust/23 1 +jouster/1 1 +jousting's +Jove/2 1 +jovial/8 1 +joviality/2 1 +Jovian 1 +jowl/1 1 +jowly/34 1 +Joy/3 +joy/23 1 +Joyce +Joycean +joyful/85 1 +joyless/16 1 +Joyner/3 +joyous/16 1 +joyride/366 778 +joyrider/1 1 +joyriding/2 1 +joyrode 779 +joystick/1 1 +JP +Jpn +Jr/2 1 +Juan/3 +Juana/3 +Juanita/3 +Juarez/2 1 +Jubal +jubilant/8 1 +jubilation/2 1 +jubilee/1 1 +Judah +Judaical +Judaic 1 +Judaism/1 1 +Judas/4 1 +Judd/3 +judder/11 1 +Jude +Judea +judge/28 1 +Judges +judgeship/2 1 +judgment/1 1 +judgmental +judgmentally +judicatory/15 1 +judicature/2 1 +judicial/8 1 +judiciary/15 1 +judicious/16 1 +Judith/2 1 +judo/2 1 +Judson/3 +Judy +jug/92 1 +jugful/1 1 +juggernaut/1 1 +Juggernaut/2 1 +juggle/28 1 +juggler/1 1 +jugglery/2 1 +juggling 1 +jugular/1 1 +juice/28 1 +juicer/1 1 +juicy/50 1 +jujitsu/2 1 +jujube/1 1 +jujutsu/2 1 +jukebox/4 1 +Jul +julep/1 1 +Jules +Julia/3 +Juliana +Julianne/3 +Julian 1 +Julie/1 1 +julienne 1 +Juliet +Juliette/3 +Julio/3 +Julius/3 +Julliard/3 +July/3 +jumble/28 1 +jumbo/1 1 +jump/23 1 +jumper/1 1 +jumping 1 +jumpsuit/1 1 +jumpy/50 1 +jun +Jun +junco/1 1 +junction/1 1 +juncture/1 1 +June/1 1 +Juneau/2 1 +Jung/2 1 +Jungfrau +Jungian 1 +jungle/1 1 +junior/1 1 +Junior/1 1 +juniority 1 +junior 1 +juniper/1 1 +junk/23 1 +junker/1 1 +Junker/1 1 +junket/23 1 +junketeer/18 1 +junketer/1 1 +junketing 1 +junkie/41 1 +junky/42 1 +junkyard/1 1 +Juno/2 1 +junta/1 1 +Jupiter/2 1 +Jurassic/2 1 +juridic +juridical/8 1 +jurisdiction/1 1 +jurisdictional 1 +jurisprudence/2 1 +jurisprudential 1 +jurist/1 1 +juristic 1 +juror/1 1 +Jurua/3 +jury/167 1 +juryman/2 780 +jurymen 781 +jury 1 +jurywoman/2 782 +jurywomen 783 +jussive 1 +just/21 1 +juster 1 +justice/1 1 +Justice/2 1 +justifiability 1 +justifiable/19 1 +justification/1 1 +justificatory +justified 1 +justify/31 1 +Justin/3 +Justine/3 +Justinian/3 +just 1 +jut/109 1 +jute/2 1 +Jutland/2 1 +jutting 1 +Juvenal +juvenile/1 1 +juxtapose/6 1 +juxtaposition/1 1 +JV +K/1 1 +k/10 1 +Kaaba +kabob/1 1 +kaboom +kabuki/2 1 +Kabul/2 1 +kaddish/4 1 +kaffeeklatch/4 1 +kaffeeklatsch/4 1 +Kafka/2 1 +Kafkaesque +kaftan/1 1 +Kagoshima +Kahlua/2 1 +kahuna/10 1 +Kaifeng +kaiser/1 1 +Kaiser/1 1 +Kaitlin/3 +Kalahari/2 1 +Kalamazoo +Kalashnikov +Kalb/3 +kale/2 1 +kaleidoscope/1 1 +kaleidoscopic +kaleidoscopically +Kalevala +Kalgoorlie +Kali/2 1 +Kalmyk 1 +Kama/2 1 +Kamchatka +Kamehameha/3 +kamikaze/1 1 +Kampala/2 1 +Kampuchea/2 1 +Kan +Kanchenjunga/2 1 +Kandahar +Kandinsky +Kane/3 +kangaroo/18 1 +Kannada/2 1 +Kano +Kanpur +Kans +Kansan/1 1 +Kansas +Kant/2 1 +Kantian 1 +Kaohsiung +kaolin/2 1 +kapok/2 1 +Kaposi/3 +kappa/1 1 +kaput 1 +Kara/3 +Karachi/2 1 +Karaganda +Karakorum +karakul/2 1 +Karamazov/3 +karaoke/1 1 +karat/1 1 +karate/2 1 +Kareem/3 +Karen/2 1 +Karenina/3 +Kari/3 +Karin/3 +Karina/3 +Karl/3 +Karla/3 +Karloff/3 +karma/2 1 +karmic 1 +Karo/3 +Karol/3 +Karroo/2 1 +kart/1 1 +Karyn/3 +Kasai/3 +Kasey/3 +Kashmir/1 1 +Kasparov/3 +Kate/3 +Katelyn/3 +Katharine/3 +Katherine/3 +Katheryn/3 +Kathiawar +Kathie/3 +Kathleen/3 +Kathmandu/2 1 +Kathrine/3 +Kathryn/3 +Kathy/3 +Katie/3 +Katina/3 +Katmai +Katmandu/2 1 +Katowice +Katrina/3 +Katy/3 +katydid/1 1 +Kauai/2 1 +Kaufman/3 +Kaunas/2 1 +Kaunda/3 +Kawabata/3 +Kawasaki +Kay +kayak/23 1 +kayaking/2 1 +Kaye/3 +Kayla/3 +kayo/23 1 +Kazakh/1 1 +Kazakhstan/2 1 +Kazan/2 1 +Kazantzakis +kazoo/1 1 +Kb/2 1 +KB/2 1 +KC +kc 1 +Keaton/3 +Keats +kebab/1 1 +kebob/1 1 +Keck/3 +kedgeree 1 +keel/23 1 +keelhaul/11 1 +keeling 1 +keen/52 1 +Keenan/3 +keener 1 +keep/86 784 +keeper/1 1 +keeping/2 1 +keepsake/1 1 +Keewatin +keg/18 1 +Keillor/3 +Keisha/3 +Keith/3 +Keller +Kelley/3 +Kelli/3 +Kellie/3 +Kellogg +kelp/2 1 +kelpers +kelp 1 +Kelsey/3 +Kelt/1 1 +Kelvin +kelvin/1 1 +Kelly +Kemerovo +Kemp/3 +Kempis +Ken +ken/133 1 +Kendall/3 +Kendra/3 +Kendrick/3 +Kenmore/3 +Kennan/3 +Kennedy/2 1 +kennel/23 1 +Kenneth/3 +kenning 1 +Kennith/3 +keno/2 1 +Kent/2 1 +Kenton/3 +Kentuckian/1 1 +Kentucky/2 1 +Kenya/2 1 +Kenyan/1 1 +Kenyatta +Kenny/3 +Kenyon/3 +Keogh/3 +Keokuk/3 +kepi/1 1 +Kepler/2 1 +kept 785 +keratin/2 1 +kerbside +kerchief/18 1 +Kerensky/3 +kerfuffle/58 1 +Keri/3 +Kermit/3 +Kern +kerned +kernel/18 1 +kerning 1 +kerosene/2 1 +kerosine/2 1 +Kerouac +Kerr +Kerri/3 +Kerry 1 +kestrel/1 1 +ketch/4 1 +ketchup/2 1 +Kettering +kettle/1 1 +kettledrum/1 1 +kettleful 1 +Keven/3 +Kevin/3 +Kevlar 1 +Kevorkian/3 +Kewpie 1 +Key +key/23 1 +keyboard/23 1 +keyboarder/1 1 +keyboardist/1 1 +keyhole/1 1 +Keynes/2 1 +Keynesian 1 +keynote/28 1 +keynoter/1 1 +keypad/1 1 +keypunch/22 1 +keypuncher/1 1 +keyring +keystone/1 1 +keystroke/18 1 +key 1 +keyword/1 1 +KFC/3 +KGB +kg 1 +Khabarovsk +Khachaturian +khaki/1 1 +Khalid/3 +khalif/10 1 +Khan/3 +khan/1 1 +Kharkov/2 1 +Khartoum/2 1 +Khayyam/3 +Khazar/3 +Khmer/2 1 +Khoikhoi/2 1 +Khoisan/2 1 +Khomeini/3 +Khorana/3 +Khrushchev +Khufu +Khulna/3 +Khwarizmi/3 +Khyber/3 +kHz 1 +KIA +kibble/28 1 +kibbutz/367 1 +kibbutzes +kibitz/7 1 +kibitzer/1 1 +kibosh/2 1 +kick/23 1 +Kickapoo 1 +kickback/1 1 +kickball/2 1 +kickboxing 1 +kicker/1 1 +kickoff/1 1 +kickstand/1 1 +kicky/34 1 +kid/113 1 +Kidd/2 1 +kidder/1 1 +kiddie/18 1 +kiddish 1 +kiddo/1 1 +kiddy/167 1 +kidnap/105 1 +kidnaper/1 1 +kidnapper/1 1 +kidnapping/1 1 +kidney/1 1 +kidskin/2 1 +Kiel +kielbasa/368 1 +Kierkegaard +Kieth/3 +Kiev/2 1 +Kigali/2 1 +kike/10 1 +Kikuyu 1 +Kilauea +Kilimanjaro/2 1 +kill/23 1 +killdeer/1 1 +killer/1 1 +killing/1 1 +killjoy/1 1 +kiln/23 1 +kilo/1 1 +kilobits +kilobyte/1 1 +kilocycle/1 1 +kilogram/1 1 +kilohertz/2 1 +kilojoules +kiloliter/1 1 +kilometer/1 1 +kiloton/1 1 +kilowatt/1 1 +Kilroy/3 +kilt/62 1 +kilter/2 1 +Kim/3 +Kimberley +Kimberly/3 +kimono/1 1 +kin/1 1 +kind/369 1 +kinda 1 +kindergarten/1 1 +kindergartener/1 1 +kindergartner/1 1 +kindhearted/16 1 +kindle/6 1 +kindling/2 1 +kindly/140 1 +kindred/2 1 +kine/10 1 +kinematic/32 1 +kine 786 +kines 1 +kinetic/35 1 +kinfolk/130 1 +king/1 1 +King/1 1 +king/58 1 +kingdom/1 1 +kingfisher/1 1 +kingly/34 1 +kingmaker/10 1 +kingpin/1 1 +kingship/2 1 +Kingston/2 1 +Kingstown/2 1 +king 1 +kink/23 1 +Kinko's +kinky/50 1 +Kinney/3 +Kinsey +kinsfolk/2 1 +Kinshasa/2 1 +kinship/2 1 +kinsman/2 787 +kinsmen 788 +kinswoman/2 789 +kinswomen 790 +kin 1 +kiosk/1 1 +Kiowa/1 1 +Kip/3 +kip/47 1 +Kipling/2 1 +kipper/23 1 +Kirby/3 +Kirchhoff +Kirchner/3 +Kirghistan/3 +Kirghiz/2 1 +Kirghizia/2 1 +Kiribati/2 1 +Kirinyaga/3 +Kirk +kirk/18 1 +Kirkland/3 +Kirkpatrick/3 +Kirov +kirsch/4 1 +Kirsten/3 +Kisangani +Kishinev/2 1 +Kislev/2 1 +kismet/2 1 +kiss/22 1 +kissable 1 +kissagram/10 1 +kisser/1 1 +Kissinger +kissoff/1 1 +kissogram/10 1 +Kit/3 +kit/109 1 +Kitakyushu/2 1 +kitbag/1 1 +kitchen/18 1 +Kitchener +kitchenette/1 1 +kitchenware/2 1 +kite/28 1 +kith/2 1 +kitsch/2 1 +kitschy 1 +kitten/18 1 +kittenish 1 +kittiwakes +Kitty/3 +kitty/15 1 +Kiwanis +kiwi/1 1 +kiwifruit/1 1 +KKK/2 1 +kl +Klan/2 1 +Klansman/2 1 +Klaus/3 +klaxon/10 1 +Klee +Kleenex/4 1 +Klein/3 +kleptomania/2 1 +kleptomaniac/1 1 +Klimt +Kline +Klingon/3 +Klondike/18 1 +kludge/6 1 +kluge/6 1 +klutz/4 1 +klutziness/3 +klutzy/34 1 +Kmart/3 +km 1 +kn +knack/18 1 +knacker/5 1 +knackwurst/1 1 +Knapp/3 +knapsack/1 1 +knave/1 1 +knavery/2 1 +knavish/8 1 +knead/11 1 +kneader/1 1 +knee/63 1 +kneecap/47 1 +kneecapping 1 +kneel/141 791 +kneeling 1 +knell/23 1 +knelt 792 +Knesset/2 1 +knew 793 +Kngwarreye/3 +knicker/32 1 +knickerbockers +knickerbockers's +Knickerbocker 1 +knickknack/1 1 +Knievel/3 +knife/360 794 +knight/23 1 +knighthood/1 1 +knightly/140 1 +Knight 1 +knish/4 1 +knit/109 1 +knitter/1 1 +knitting/2 1 +knitwear/2 1 +knives 795 +knob/1 1 +knobbly 1 +knobby/34 1 +knock/23 1 +knockabout 1 +knockdown/1 1 +knocker/1 1 +knocking/10 1 +knockoff/1 1 +knockout/1 1 +knockwurst/1 1 +knoll/18 1 +Knopf/3 +Knossos +knot/109 1 +knothole/1 1 +knotting 1 +knotty/34 1 +know/370 796 +knowable 1 +knowing/371 1 +knowledge/2 1 +knowledgeable/19 1 +Knowles +known 1 +Knox +Knoxville +knuckle/28 1 +knuckleduster/10 1 +knucklehead/1 1 +Knudsen/3 +knurl/23 1 +knurling 1 +Knuth/1 1 +KO/2 1 +koala/1 1 +koan/10 1 +Kobe +Koch +Kochab/3 +Kodachrome/3 +Kodak +Kodaly/3 +Kodiak/2 1 +Koestler +Kohinoor +Kohl +kohlrabi/4 1 +kohlrabies 1 +kohl 1 +Koizumi/3 +Kojak/3 +kola/1 1 +Koln/2 1 +Kolyma +Kommunizma/3 +Kong/3 +Kongo/2 1 +Konrad/3 +kook/18 1 +kookaburra/1 1 +kookie/150 1 +kookiness/3 +kooky/34 1 +Koontz/3 +kopeck/1 1 +kopek/1 1 +Koppel/3 +Koran/1 1 +Koranic +Korea/2 1 +Korean/1 1 +korma 1 +Kornberg/3 +Kory/3 +Korzybski +Kosciusko +kosher/5 1 +Kossuth +Kosygin +Koufax/3 +Kowloon +kowtow/23 1 +KP +kph 1 +Kr/2 1 +kraal/18 1 +Kraft/3 +Krakatau/2 1 +Krakatoa/2 1 +Krakow/2 1 +Kramer/3 +Krasnodar +Krasnoyarsk +kraut/80 1 +Krebs +Kremlin +Kremlinologist 1 +Kremlinology 1 +Kresge/3 +kriegspiel 1 +krill/2 1 +Kringle/3 +Kris/3 +Krishna/2 1 +Krishnamurti/3 +Krista/3 +Kristen/3 +Kristi/3 +Kristie/3 +Kristin/3 +Kristina/3 +Kristine/3 +Kristopher/3 +Kristy/3 +Kroc/3 +Kroger/3 +krona/372 1 +krone/373 1 +Kronecker/3 +Kropotkin +Kruger +Krugerrand 1 +Krupp +krypton/2 1 +Krystal/3 +KS +Kshatriya/2 1 +kt +k 1 +Kublai/3 +Kubrick +kuchen/1 1 +kudos +kudos's +kudzu/1 1 +Kuhn/3 +Kuibyshev +kulaks +Kulthumm/3 +kumquat/1 1 +Kunming +Kuomintang 1 +Kurdish/2 1 +Kurdistan 1 +Kurd 1 +Kurile +Kurosawa +Kurt/3 +Kurtis/3 +Kusch/3 +Kutuzov +Kuwait/2 1 +Kuwaiti/1 1 +Kuznets/3 +Kuznetsk/3 +kvetch/22 1 +kw +Kwakiutl/2 1 +Kwan/3 +Kwangchow/2 1 +Kwangju +Kwanza/1 1 +Kwanzaa/1 1 +kWh +kW 1 +Ky +KY +Kyle/3 +kyle/10 1 +Kyoto/2 1 +Kyrgyzstan +Kyushu/2 1 +l/374 1 +L/2 1 +l/10 1 +LA +la/2 1 +La/2 1 +lab/1 1 +Laban +label/23 1 +labellings +labial/1 1 +labia 797 +labile 1 +labium/2 798 +labor/23 1 +laboratory/15 1 +labored 1 +laborer/1 1 +laboring 1 +laborious/16 1 +laborsaving +Labrador/1 1 +Labradorean 1 +Labradorian 1 +Lab 1 +laburnum/1 1 +labyrinth/1 1 +labyrinthine +lac/375 1 +lace/28 1 +lacerate/6 1 +laceration/1 1 +lacewing/1 1 +lacework/2 1 +Lacey/3 +Lachesis/2 1 +lachrymal 1 +lachrymose 1 +lacier 799 +laciest 799 +lacing 1 +lack/23 1 +lackadaisical/8 1 +lackey/18 1 +lackluster 1 +laconic +laconically +lacquer/23 1 +lacquering 1 +lacrimal 1 +lacrosse/2 1 +lactate/43 1 +lactation/2 1 +lacteal 1 +lactic 1 +lactose/2 1 +lacuna/53 1 +Lacy/3 +lacy/34 1 +lad/18 1 +ladder/23 1 +laddie/1 1 +laddish +laddishness +lade/376 1 +laden 1 +lading/1 1 +ladle/28 1 +ladling 1 +Ladoga +Ladonna/3 +lady/15 1 +ladybird/1 1 +ladybug/1 1 +ladyfinger/1 1 +ladylike 1 +ladylove/1 1 +ladyship/1 1 +Ladyship/1 1 +Lady 1 +laetrile/2 1 +Lafayette +Lafitte/3 +lag/92 1 +lager/18 1 +laggard/30 1 +lagging/2 1 +lagnappe/1 1 +lagniappe/1 1 +lagoon/1 1 +Lagos/2 1 +Lagrange +Lagrangian 1 +Lahore +lain 800 +lair/18 1 +laird/1 1 +laity/2 1 +Laius +Lajos/3 +lake/18 1 +lakefront/10 1 +Lakeisha/3 +lakeside 1 +Lakewood +Lakisha/3 +Lakota 1 +Lakshmi/2 1 +lallygag/117 1 +lam/160 1 +lama/1 1 +Lamaism/1 1 +Lamar/3 +Lamarck/2 1 +lamasery/15 1 +Lamaze 1 +Lamb +lamb/23 1 +lambada/1 1 +lambast/11 1 +lambaste/6 1 +lambda/1 1 +lambency/2 1 +lambent/8 1 +Lambert +lambkin/1 1 +Lamborghini/3 +Lambrusco 1 +lambskin/1 1 +lambswool +lame/107 1 +lamebrain/1 1 +lamed 1 +lament/23 1 +lamentable/19 1 +lamentation/1 1 +Lamentations +lamented 1 +lamenting 1 +lamer/10 1 +lamina/53 1 +laminar +laminate/28 1 +lamination/2 1 +lamming 1 +Lamont/3 +L'Amour +lamp/18 1 +lampblack/2 1 +lamplight/2 1 +lamplighter/1 1 +lampoon/23 1 +lampoonery 1 +lamppost/1 1 +lamprey/1 1 +lampshade/1 1 +lam 1 +LAN/2 1 +Lana/3 +lanai/1 1 +Lanai/2 1 +Lancashire 1 +Lancaster/2 1 +Lance/3 +lance/28 1 +Lancelot/2 1 +lancer/1 1 +lancet/1 1 +Land +land/78 1 +landau/1 1 +lander 1 +landfall/1 1 +landfill/18 1 +landforms +landholder/1 1 +landholding/1 1 +landing/1 1 +landlady/15 1 +landless/2 1 +landlines +landlocked +landlord/1 1 +landlubber/1 1 +landmark/18 1 +landmass/4 1 +landmine/10 1 +Landon/3 +landowner/1 1 +landownership 1 +landowning/1 1 +Landry/3 +Landsat 1 +landscape/28 1 +landscaper/1 1 +landslide/377 1 +landslid 1 +landslip/10 1 +landsman/2 801 +landsmen 802 +Landsteiner/3 +landward/10 1 +Lane/3 +lane/1 1 +Lang +Langerhans/3 +Langland +Langley +Langmuir +language/1 1 +languid/16 1 +languish/7 1 +languishing 1 +languor/1 1 +languorous/8 1 +lank/21 1 +lanky/49 1 +lanolin/2 1 +Lansing/2 1 +lantern/18 1 +lanthanum/2 1 +Lanzhou/2 1 +lanyard/1 1 +Lanny/3 +Lao/1 1 +Laocoon/2 1 +Laotian/1 1 +Lao 1 +lap/47 1 +lapboard/1 1 +lapdog/1 1 +lapel/1 1 +lapidary/15 1 +lapin/1 1 +Laplace +Lapland/2 1 +Laplander 1 +Lapp/1 1 +lappet/1 1 +lapping 1 +laps/7 1 +lapse/28 1 +laptop/1 1 +lapwing/1 1 +Lara/3 +Laramie/3 +larboard/1 1 +larcenist/1 1 +larcenous 1 +larceny/15 1 +larch/4 1 +lard/23 1 +larder/1 1 +Lardner/3 +lardy/34 1 +Laredo +large/25 1 +largehearted +largess/2 1 +largesse/2 1 +larges 1 +largish 1 +largo/1 1 +lariat/18 1 +lark/23 1 +larkspur/1 1 +Larousse +Larry/3 +Lars +Larsen/3 +Larson/3 +larva/53 1 +larval 1 +laryngeal 1 +laryngitis/2 1 +larynx/201 1 +lasagna/1 1 +lasagne/1 1 +Lascaux/3 +lascivious/16 1 +lase/6 1 +laser/1 1 +lash/22 1 +lashing/1 1 +lass/4 1 +Lassa/2 1 +Lassen/3 +Lassie/3 +lassie/1 1 +lassitude/2 1 +lasso/23 1 +la's 803 +last/210 1 +lasting/8 1 +la 804 +Lat +lat/378 1 +Latasha/3 +latch/22 1 +latchkey/1 1 +late/27 1 +latecomer/1 1 +latency/15 1 +latent 1 +lateral/210 1 +lateralization 1 +Lateran/3 +latest/2 1 +latex/2 805 +lath/23 1 +lathe/28 1 +lather/23 1 +lathery 1 +lathes 806 +lathing 1 +latices 807 +Latin/129 1 +Latina 1 +Latino/1 1 +Latisha/3 +latish 1 +latitude/1 1 +latitudinal 1 +latitudinarian/1 1 +Latonya/3 +Latoya/3 +latrine/1 1 +Latrobe/3 +latte/1 1 +latter/8 1 +latter's +lattice/77 1 +latticework/1 1 +Latvia/2 1 +Latvian/1 1 +Laud +laud/23 1 +laudable/19 1 +laudanum/2 1 +laudatory 1 +Lauder +Laue +laugh/23 1 +laughable/19 1 +laughing/37 1 +laughingstock/1 1 +laughter/2 1 +launch/22 1 +launcher/1 1 +launchpad/1 1 +launder/5 1 +launderer/1 1 +launderette/1 1 +laundress/4 1 +laundrette/1 1 +laundromat/1 1 +Laundromat 1 +laundry/15 1 +laundryman/2 808 +laundrymen 809 +laundrywoman/2 810 +laundrywomen 811 +Laura/3 +Laurasia/2 1 +laureate/18 1 +laureateship/2 1 +laureate 1 +Laurel/3 +laurel/18 1 +Lauren/3 +Laurence/3 +Laurent/3 +Laurie/3 +Lauri's 812 +Lauri 813 +lav/70 1 +lava/1 1 +lavage/2 1 +Laval +lavalier/1 1 +lavaliere/1 1 +lavatorial +lavatory/15 1 +lave/6 1 +lavender/18 1 +Lavern/3 +Laverne/3 +lavish/379 1 +lavisher 1 +Lavoisier +Lavonne/3 +law/18 1 +Lawanda/3 +lawbreaker/1 1 +lawbreaking/2 1 +lawful/16 1 +lawgiver/1 1 +lawless/16 1 +lawmaker/1 1 +lawmaking/2 1 +lawman/2 814 +lawmen 815 +lawn/1 1 +lawnmower/1 1 +Lawrence +lawrencium/2 1 +Lawson 1 +lawsuit/1 1 +law 1 +lawyer/18 1 +lax/380 1 +laxative/1 1 +laxity/2 1 +lay/381 1 +layabout/10 1 +Layamon +layaway/2 1 +layer/23 1 +layering/2 1 +layette/1 1 +laying 1 +Layla/3 +layman/2 816 +laymen 817 +layoff/1 1 +layout/1 1 +layover/1 1 +laypeople 818 +layperson/1 819 +lay 800 +layup/1 1 +laywoman/2 820 +laywomen 821 +Lazaro/3 +Lazarus/2 1 +laze/28 1 +lazuli 1 +lazy/143 1 +lazybones/2 1 +lb/10 1 +LBJ/3 +lbw +LC +LCD/2 1 +LCM +LDC +Le/3 +Lea/3 +lea/1 1 +Leach/3 +leach/156 1 +leaching 1 +lead/23 822 +Leadbelly +leaded 1 +leaden 1 +leader/1 1 +leaderless 1 +leadership/1 1 +leading/2 1 +leaf/115 1 +leafage/2 1 +leafless 1 +leaflet/23 1 +leafstalk/1 1 +leafy/259 1 +league/28 1 +Leah +leak/23 1 +leakage/1 1 +Leakey/2 1 +leaky/49 1 +Lean/3 +lean/165 1 +Leander +leaner 1 +leaning/1 1 +Leann/3 +Leanna/3 +Leanne/3 +leap/23 1 +leaper/1 1 +leapfrog/92 1 +Lear/2 1 +Learjet/3 +learn/11 1 +learned/8 1 +learner/1 1 +learning/2 1 +Leary/3 +leas/7 1 +lease/28 1 +leaseback/1 1 +leasehold/1 1 +leaseholder/1 1 +leaser/1 1 +leash/22 1 +leasing 1 +least/2 823 +leastways 1 +leastwise 1 +leather/18 1 +leatherette/2 1 +leatherneck/1 1 +leather 1 +leathery 1 +leave/28 824 +leaved 1 +leaven/23 1 +leavening/2 1 +Leavenworth +leaver/1 1 +leaving/32 1 +Lebanese/2 1 +Lebanon/2 1 +lebensraum 1 +Lebesgue/3 +Leblanc/3 +lech/7 1 +lecher/18 1 +lecherous/16 1 +lechery/2 1 +lech's +lecithin/2 1 +lectern/1 1 +lecture/28 1 +lecturer/1 1 +lectureship/1 1 +LED/2 1 +Leda 825 +Lederberg/3 +ledge/18 1 +ledger/18 1 +led 826 +lee/48 1 +Lee/2 1 +leech/22 1 +Leeds/2 1 +leek/1 1 +leer/23 1 +leering/8 1 +leery/49 1 +lees 827 +Leeuwenhoek +Leeward/3 +leeward/1 1 +leeway/2 1 +left/188 1 +leftie/1 1 +leftism/2 1 +leftist/1 1 +leftmost 1 +leftover/1 1 +left 828 +Left 1 +leftward/10 1 +lefty/15 1 +leg/92 1 +legacy/15 1 +legal/30 1 +legalese/1 1 +legalism/1 1 +legalistic/39 1 +legality/15 1 +legalization/2 1 +legalize/6 1 +legate/18 1 +legatee/1 1 +legation/1 1 +legato/1 1 +legend/1 1 +legendary/211 1 +Legendre +Leger/3 +legerdemain/2 1 +leggin/1 1 +legging/1 1 +leghorn/1 1 +Leghorn 1 +legibility/2 1 +legible/19 1 +legion/1 1 +legionary/15 1 +legionnaire/1 1 +legion 1 +legislate/6 1 +legislation/2 1 +legislative/8 1 +legislator/1 1 +legislature/1 1 +legitimacy/2 1 +legitimate/68 1 +legitimation 1 +legitimatize/6 1 +legitimization/2 1 +legitimize/6 1 +legit 1 +legless 1 +legman/2 829 +legmen 830 +Lego/3 +Legree/3 +legroom/1 1 +legstraps +legume/1 1 +leguminous +legwarmer/10 1 +legwork/2 1 +leggy/49 1 +Lehman/3 +lei/1 1 +Leibniz/2 1 +Leicester/1 1 +Leiden/2 1 +Leif/3 +Leigh +Leila/3 +Leipzig/2 1 +leis 831 +leisure/37 1 +leisured +leisurely/140 1 +leisurewear/2 1 +leitmotif/1 1 +leitmotiv/1 1 +Lela/3 +Leland/3 +Lelia/3 +Lemaitre/3 +lemma/10 1 +lemme +lemming/1 1 +lemon/18 1 +lemonade/1 1 +lemongrass 1 +lemony 1 +Lemuel/3 +lemur/1 1 +Lemuria/3 +Len/3 +Lena/2 1 +Lenard/3 +lend/382 1 +lender/1 1 +lending 1 +L'Enfant +length/1 1 +lengthen/11 1 +lengthways 1 +lengthwise 1 +lengthy/50 1 +lenience/2 1 +leniency/2 1 +lenient/8 1 +Lenin/2 1 +Leningrad/2 1 +Leninism/2 1 +Leninist 1 +lenitive 1 +Lennon/3 +Leno/3 +Lenoir/3 +Lenora/3 +Lenore/3 +lens/182 1 +Lent/1 1 +Lenten +lenten 1 +lentil/1 1 +lento 1 +Lenny/3 +Leo/1 1 +Leola/3 +Leon +Leona/3 +Leonard/3 +Leonardo/2 1 +Leoncavallo +Leonel/3 +Leonidas/2 1 +Leonid 1 +leonine 1 +Leonor/3 +leopard/1 1 +leopardess/4 1 +leopardskin +Leopold/3 +Leopoldo/3 +leotard/1 1 +leper/1 1 +Lepidus +Lepke/3 +leprechaun/1 1 +leprosy/2 1 +leprous 1 +lepta 832 +lepton/1 833 +Lepus/2 1 +Lerner +Leroy/3 +Les +Lesa/3 +lesbian/1 1 +lesbianism/2 1 +lesbian 1 +lesion/18 1 +Lesley/3 +Leslie/3 +Lesotho/2 1 +less/161 834 +lessee/1 1 +lessen/11 1 +Lesseps +lesser 835 +Lessie/3 +lesson/18 1 +lessor/1 1 +less 835 +Lester/3 +Lestrade/3 +let/128 1 +Leta/3 +letch/205 1 +letdown/1 1 +Letha/3 +lethal/8 1 +lethality 1 +lethal 1 +lethargic/39 1 +lethargy/2 1 +Lethe/2 1 +Leticia/3 +Letitia/3 +letter/23 1 +letterbomb/10 1 +letterbox/205 1 +letterer/1 1 +letterhead/1 1 +lettering/2 1 +Letterman/3 +letterpress/2 1 +letting/10 1 +lettuce/1 1 +letup/1 1 +leucotomy/60 1 +leukemia/2 1 +leukemic/1 1 +leukocyte/1 1 +Levant/2 1 +levee/18 1 +level/383 1 +leveler/1 1 +levelest +levelheaded +levelheadedness/3 +leveling 1 +lever/23 1 +leverage/28 1 +Levesque/3 +Levi/1 1 +leviathan/1 1 +Leviathan 1 +levier/1 1 +Levine/3 +levitate/6 1 +levitation/2 1 +Leviticus/2 1 +Levitt/3 +levity/2 1 +Levy/3 +levy/56 1 +Lew/3 +lewd/21 1 +Lewinsky/3 +Lewis +lexeme/10 1 +lexer +lexers +lexical/8 1 +lexicographer/1 1 +lexicographic +lexicographical/8 1 +lexicography/2 1 +lexicon/1 1 +Lexington/2 1 +lexis 1 +Lexus/3 +lg +LG +Lhasa/1 1 +Lhotse/2 1 +Li/2 1 +liability/15 1 +liable 1 +liaise/6 1 +liaison/1 1 +liar/1 1 +lib/2 1 +libation/1 1 +libber/1 1 +Libby +libel/23 1 +libeler/1 1 +libelous 1 +Liberace/3 +liberal/36 1 +liberalism/2 1 +liberality/2 1 +liberalization/1 1 +liberalize/6 1 +liberate/6 1 +liberation/2 1 +liberationists +liberator/1 1 +Liberia/2 1 +Liberian/1 1 +libero 1 +libertarian/1 1 +libertarianism 1 +libertine/1 1 +liberty/15 1 +libidinal 1 +libidinous 1 +libido/1 1 +Libra/1 1 +librarian/1 1 +librarianship 1 +library/15 1 +librettist/1 1 +libretto/1 1 +Libreville/2 1 +Librium/2 1 +lib 1 +Libya/2 1 +Libyan/1 1 +license/28 1 +licensee/1 1 +licentiate/1 1 +licentious/16 1 +lice 836 +lichee/1 1 +lichen/62 1 +Lichtenstein +licit/8 1 +lick/23 1 +lickerish 1 +licking/1 1 +licorice/1 1 +lid/329 1 +Lidia/3 +lidless 1 +lido/1 1 +Lie +lie/77 837 +Lieberman/3 +Liebfraumilch 1 +Liechtenstein/2 1 +Liechtensteiner/1 1 +lied/384 1 +lief/166 1 +Liege/3 +liege/1 1 +lien/1 1 +lieu/2 1 +Lieut +lieutenancy/2 1 +lieutenant/1 1 +life/2 838 +lifebelt/10 1 +lifeblood/2 1 +lifeboat/1 1 +lifeboatmen 839 +lifebuoy/1 1 +lifeforms +lifeguard/18 1 +lifeless/16 1 +lifelike 1 +lifeline/1 1 +lifelong +lifer/1 1 +lifesaver/1 1 +lifesaving/2 1 +lifespan/10 1 +lifestyle/1 1 +lifetaking +lifetime/1 1 +lifework/1 1 +LIFO +lift/23 1 +lifter/1 1 +liftoff/1 1 +ligament/1 1 +ligand/10 1 +ligate/6 1 +ligation/2 1 +ligature/28 1 +light/52 840 +lighten/11 1 +lightener/1 1 +lightening 1 +lighter/18 1 +lightface/2 1 +lightfaced +lightface 1 +lightheaded +lighthearted/16 1 +lighthouse/1 1 +lighting/2 1 +lightning/62 1 +lightproof 1 +lightship/1 1 +lightweight/1 1 +ligneous 1 +lignite/2 1 +lii +likability/2 1 +likable/33 1 +like/385 1 +likeability +likeable 1 +likelihood/1 1 +likely/140 1 +liken/11 1 +liker 1 +likewise +liking/1 1 +Lila/3 +lilac/1 1 +Lilian/3 +Liliana/3 +Lilia's 841 +Lilia 842 +lilies +Lilith/2 1 +Liliuokalani +Lille +Lillian/3 +Lillie/3 +Lilliput/2 1 +Lilliputian/1 1 +lilliputian 1 +lilo +Lilongwe/2 1 +lilos +lilt/23 1 +lily/3 +Lily/3 +Lilly/3 +Lima/2 1 +limb/18 1 +Limbaugh/3 +limber/386 1 +limbless 1 +Limbo +limbo/18 1 +Limburger 1 +lime/28 1 +limeade/1 1 +limekiln 1 +limelight/2 1 +limerick/1 1 +limescale +limestone/2 1 +lime 1 +limey/10 843 +limier 844 +limiest 844 +liming 1 +limit/23 1 +limitation/1 1 +limited 1 +limiter/1 1 +limiting/10 1 +limitless/33 1 +limn/11 1 +limo/1 1 +Limoges +Limousin/2 1 +limousine/1 1 +limp/52 1 +limper 1 +limpet/1 1 +limpid/16 1 +limpidity/2 1 +limping 1 +Limpopo/2 1 +limy/34 1 +Lin/3 +Lina/3 +linage/2 1 +linchpin/1 1 +Lincoln/1 1 +linctus 1 +Lind +Linda/3 +Lindbergh +linden/1 1 +Lindsay +Lindsey +Lindy 1 +line/28 1 +lineage/1 1 +lineal/8 1 +lineament/1 1 +linear/8 1 +linearity/2 1 +linearized +linebacker/1 1 +linefeed 1 +lineman/2 845 +linemen 846 +linen/130 1 +liner/1 1 +linesman/2 847 +linesmen 848 +lineup/1 1 +ling/1 1 +linger/11 1 +lingerer/1 1 +lingerie/2 1 +lingering/191 1 +lingo/4 1 +lingual 1 +linguine/2 1 +linguini's +linguist/1 1 +linguistic/32 1 +linguistically +liniment/1 1 +lining/1 1 +link/23 1 +linkable +linkage/1 1 +linker/10 1 +linkman 849 +linkmen 850 +linkup/1 1 +Linnaeus/2 1 +linnet/1 1 +linoleum/2 1 +lino 1 +Linotype 1 +linseed/2 1 +lint/23 1 +lintel/1 1 +Linton/3 +linty/34 1 +Linus/3 +Linux/89 1 +Linwood/3 +lion/1 1 +Lionel/3 +lioness/3 +lionesses +lionhearted 1 +lionization/2 1 +lionize/6 1 +lip/387 1 +lipase 1 +lipid/1 1 +Lipizzaner 1 +liposuction/2 1 +Lippi +Lippmann +lippy/34 1 +lipread/121 1 +lipreader/2 1 +lipreading/2 1 +Lipscomb/3 +lipstick/23 1 +Lipton/3 +lip 1 +liq +liquefaction/2 1 +liquefy/31 1 +liqueur/18 1 +liquid/1 1 +liquidate/6 1 +liquidation/1 1 +liquidator/1 1 +liquidity/2 1 +liquidize/6 1 +liquidizer/1 1 +liquid 1 +liquify/31 1 +liquor/23 1 +liquorice/1 1 +liquorish +lira/388 1 +Lisa/3 +Lisbon/2 1 +lisle/2 1 +lisp/23 1 +lisper/1 1 +lisping 1 +Lissajous/3 +lissom/153 1 +lissome/153 1 +list/23 1 +listen/11 1 +listenable +listener/1 1 +listen's +Lister/2 1 +listeria 1 +Listerine/3 +listing/1 1 +listless/16 1 +Liston/3 +Liszt +lit/389 1 +litany/15 1 +litchi/1 1 +lite/336 1 +liter/1 1 +literacy/2 1 +literal/36 1 +literalism 1 +literalistic 1 +literary/140 1 +literate/30 1 +literati's 851 +literati 852 +literature/2 1 +lite 1 +lithe/27 1 +lithesome +lithium/2 1 +lithograph/23 1 +lithographer/1 1 +lithographic +lithographically +lithography/2 1 +lithological 1 +lithology 1 +lithosphere/1 1 +Lithuania/2 1 +Lithuanian/1 1 +litigant/1 1 +litigate/6 1 +litigation/2 1 +litigator/1 1 +litigious/33 1 +litmus/2 1 +litotes +litotes's +lit 853 +litter/23 1 +litterateur/1 1 +litterbug/1 1 +litterer/1 1 +Little/3 +little/162 854 +Litton/3 +littoral/1 1 +lit 1 +liturgical/8 1 +liturgist/1 1 +liturgy/15 1 +livability/2 1 +livable 1 +live/390 1 +liveable 1 +livelihood/1 1 +livelong/10 1 +lively/140 1 +liven/11 1 +liver/18 1 +liveried +liverish 1 +Liverpool/2 1 +Liverpudlian/1 1 +liverwort/1 1 +liverwurst/2 1 +livery/15 1 +liveryman/2 855 +liverymen 856 +livery 1 +lives 857 +livestock/2 1 +liveware/10 1 +Livia/3 +livid/8 1 +living/1 1 +Livingston +Livingstone +living 1 +Livonia/2 1 +Livy +lix +Liz/3 +Liza/3 +lizard/1 1 +Lizzie/3 +Lizzy/3 +Ljubljana/2 1 +ll +LL +llama/1 1 +llano/1 1 +LLB/2 1 +LLD/2 1 +Llewellyn +Lloyd +Ln +LNG +lo +load/23 1 +loadable +loader/1 1 +loading/1 1 +loadstar/1 1 +loadstone/1 1 +loaf/115 1 +loafer/1 1 +Loafer/1 1 +loafing 1 +loam/18 1 +loamy/34 1 +loan/23 1 +loanable +loaner/1 1 +loaning 1 +loansharking/2 1 +loanword/1 1 +loath/44 1 +loathe/253 1 +loather/1 1 +loathing/1 1 +loathsome/16 1 +lob/136 1 +Lobachevsky +lobar 1 +lobber/1 1 +lobby/56 1 +lobbying 1 +lobbyist/1 1 +lobe/77 1 +lobotomist +lobotomize/6 1 +lobotomy/15 1 +lobster/18 1 +local/164 1 +locale/18 1 +locality/15 1 +localization/1 1 +localize/6 1 +locatable +locate/6 1 +location/1 1 +locational +locative 1 +locator/1 1 +loch/1 1 +Lochinvar +loci 858 +lock/23 1 +lockable +Locke/2 1 +Lockean +locker/1 1 +locket/1 1 +Lockheed/3 +lockjaw/2 1 +lockout/1 1 +locksmith/1 1 +lockstep/2 1 +lockup/1 1 +Lockwood/3 +loco/391 1 +locomotion/2 1 +locomotive/1 1 +loco 1 +locoweed/1 1 +locum/10 1 +locus/2 859 +locust/1 1 +locution/1 1 +lode/1 1 +lodestar/1 1 +lodestone/1 1 +Lodge +lodge/28 1 +lodgement 1 +lodger/1 1 +lodging/130 1 +Lodz/2 1 +Loewe +Loewi +Loews/3 +loft/23 1 +lofty/50 1 +log/152 1 +Logan/2 1 +loganberry/15 1 +logarithm/1 1 +logarithmic/39 1 +logbook/1 1 +loge/1 1 +logger/1 1 +loggerhead/1 1 +loggia/1 1 +logging/2 1 +logic/2 1 +logical/8 1 +logicality/2 1 +logician/1 1 +logistic/32 1 +logistical/8 1 +logjam/1 1 +LOGO +logo/1 1 +logotype/1 1 +logrolling/2 1 +logy/34 1 +Lohengrin +loin/1 1 +loincloth/1 1 +Loire/2 1 +Lois/3 +loiter/11 1 +loiterer/1 1 +loitering/2 1 +Loki/2 1 +Lola/3 +Lolita 1 +loll/5 1 +Lollard 1 +lollies +lolling 1 +lollipop/1 1 +Lollobrigida/3 +lollop/11 1 +lolly +lollygag/117 1 +lollypop/1 1 +Lombard/2 1 +Lombardi/3 +Lombardy/2 1 +Lome/2 1 +Lon/3 +London/2 1 +Londoner/1 1 +lone/392 1 +lonely/140 1 +loner/1 1 +lonesome/16 1 +Long +long/179 1 +longboat/1 1 +longbow/1 1 +longer 1 +longevity/2 1 +Longfellow/2 1 +longhair/1 1 +longhand/2 1 +longhorn/1 1 +longhouse/10 1 +longing/30 1 +longish 1 +longitude/1 1 +longitudinal/8 1 +longshoreman/2 860 +longshoremen 861 +longsighted 1 +longstanding +Longstreet/3 +longsword +longtime 1 +Longueuil +longueur/1 1 +longways 1 +longwise 1 +Lonnie/3 +loo/70 1 +loofah/1 1 +look/23 1 +lookalike/1 1 +looker/1 1 +looking 1 +lookout/1 1 +loom/23 1 +loon/1 1 +looney/2 862 +loonier 863 +loonies 864 +looniest 863 +loony/42 1 +loop/23 1 +loophole/18 1 +looping 1 +loopy/34 1 +loos/393 1 +loose/104 1 +loosen/11 1 +loot/23 1 +looter/1 1 +looting/2 1 +lop/394 1 +lope/28 1 +Lopez/3 +lopper/58 1 +lopping 1 +lopsided/16 1 +loquacious/16 1 +loquacity/2 1 +Lora/3 +Loraine/3 +lord/1 1 +Lord/1 1 +lord/11 1 +lording 1 +lordly/49 1 +lordship/1 1 +Lordship/1 1 +lore/2 1 +L'Oreal +Lorelei/2 1 +Loren +Lorena/3 +Lorene/3 +Lorentz +Lorenz +Lorenzo/3 +Loretta/3 +lorgnette/1 1 +Lori/3 +Lorie/3 +loris/4 1 +Lorna/3 +lorn 1 +Lorraine/2 1 +Lorre/3 +Lorrie/3 +lorry/15 1 +lorryload +lorryloads +losable 1 +lose/395 1 +loser/1 1 +losing/1 1 +loss/4 1 +lot/1 1 +Lot/2 1 +lot/58 1 +Lothario/1 1 +loth 1 +lotion/1 1 +Lott/3 +lottery/15 1 +Lottie/3 +lotto/2 1 +lot 1 +lotus/4 1 +Lou/3 +louche 1 +loud/396 1 +loudhailer/1 1 +loudmouth/1 1 +loudmouthed +loudspeaker/1 1 +Louella/3 +lough/10 1 +Louie/3 +Louis +Louisa/3 +Louise/3 +Louisiana/2 1 +Louisianan/1 1 +Louisianian/1 1 +Louisville/2 1 +lounge/28 1 +lounger/1 1 +lounging 1 +lour/11 1 +Lourdes +louring 1 +louse/28 865 +lousy/50 1 +lout/18 1 +loutish/83 1 +louver/62 1 +L'Ouverture +Louvre/2 1 +lovable/29 1 +Love/3 +love/28 1 +loveable 1 +lovebird/1 1 +lovechild/2 1 +Lovecraft/3 +Lovelace +loveless 1 +lovelies +lovelorn 1 +lovely/49 1 +lovely's +lovemaking/2 1 +lover/1 1 +loveseat/1 1 +lovesick 1 +lovestruck +lovey/10 1 +loving/8 1 +low/397 1 +lowborn 1 +lowboy/1 1 +lowbrow/1 1 +lowdown/2 1 +Lowe/3 +Lowell +Lowenbrau/3 +lower/5 1 +lowercase/2 1 +lowering 1 +lowermost +Lowery/3 +lowing 1 +lowish +lowland/129 1 +lowlander/1 1 +Lowlands +lowlife/1 1 +lowly/140 1 +lows 1 +lox/2 1 +loyal/75 1 +loyalism/2 1 +loyalist/1 1 +loyalty/15 1 +Loyang/2 1 +Loyd/3 +Loyola +lozenge/1 1 +LP/2 1 +LPG +LPN/1 1 +Lr +LSAT +LSD/2 1 +Lt +ltd +Ltd +Lu/2 1 +Luanda/2 1 +Luann/3 +luau/1 1 +Lubavitcher 1 +lubber/1 1 +lubberly 1 +lubber 1 +Lubbock +lube/28 1 +lubricant/1 1 +lubricate/6 1 +lubrication/2 1 +lubricator/1 1 +lubricious/8 1 +lubricity/2 1 +Lubumbashi +Lucas +Luce/3 +Lucia/3 +Lucian +Luciano/3 +lucid/16 1 +lucidity/2 1 +Lucien/3 +Lucifer/2 1 +Lucile/3 +Lucille/3 +Lucinda/3 +Lucio/3 +Lucite/1 1 +Lucius/3 +luck/23 1 +luckless 1 +Lucknow/2 1 +lucky/50 1 +lucrative/16 1 +lucre/2 1 +Lucretia +Lucretius +lucubrate/6 1 +lucubration/2 1 +Lucy/2 1 +Luddite/1 1 +Ludhiana +ludicrous/16 1 +ludo 1 +Ludwig/3 +Luella/3 +luff/5 1 +Lufthansa/3 +Luftwaffe +lug/92 1 +luge/70 1 +Luger/2 1 +luggage/2 1 +lugger/1 1 +lughole/10 1 +Lugosi/3 +lugsail/1 1 +lugubrious/16 1 +Luigi/3 +Luis/3 +Luisa/3 +Luke/2 1 +lukewarm/16 1 +Lula/3 +lull/23 1 +lullaby/167 1 +lulling 1 +Lulu/3 +lulu/10 1 +Lully +lumbago/2 1 +lumbar 1 +lumber/23 1 +lumberer/1 1 +lumbering/2 1 +lumberjack/1 1 +lumberman/2 866 +lumbermen 867 +lumberyard/1 1 +lumen 1 +Lumiere/3 +luminance 1 +luminary/15 1 +luminescence/2 1 +luminescent +luminosity/15 1 +luminous/8 1 +lummox/4 1 +lump/23 1 +lumpectomy/60 1 +lumpen 1 +lumpish 1 +lumpy/49 1 +Luna/2 1 +lunacy/15 1 +lunar 1 +lunatic/1 1 +lunch/22 1 +lunchbox/89 1 +luncheon/18 1 +luncheonette/1 1 +lunchpack +lunchroom/1 1 +lunchtime/1 1 +lune 1 +lung/23 1 +lunge/28 1 +lunges 868 +lungfish/4 1 +lungful/10 1 +lunkhead/1 1 +Lupe/3 +Lupercalia 1 +lupine/1 1 +lupus/2 1 +Lupus/2 1 +lurch/22 1 +lurching 1 +lure/28 1 +lurex 1 +lurgy +Luria/3 +lurid/16 1 +lurk/5 1 +lurker/10 1 +lurking 1 +Lusaka/2 1 +luscious/16 1 +lush/398 1 +lusher 1 +Lusitania/2 1 +lust/23 1 +luster/2 1 +lusterless 1 +luster 1 +lustful/8 1 +lustrous/8 1 +lusty/50 1 +lutanist/1 1 +lute/18 1 +lutenist/1 1 +lutetium/2 1 +Luther/2 1 +Lutheran/1 1 +Lutheranism/1 1 +luv/10 1 +Luvs/3 +luvvie/10 1 +Luxembourg/2 1 +Luxembourger/1 1 +Luxembourgian +Luxemburg/2 1 +luxuriance/2 1 +luxuriant/8 1 +luxuriate/6 1 +luxuriation/2 1 +luxurious/16 1 +luxury/15 1 +Luz/3 +Luzon/2 1 +lvi +lvii +LVN +Lvov +lxi +lxii +lxiv +lxix +lxvi +lxvii +Lyallpur +lyceum/1 1 +lychee/1 1 +lychgate/10 1 +Lycra 1 +Lycurgus +Lydia +Lydian/1 1 +lye/2 1 +Lyell +lying/2 869 +Lyle/3 +Lyly +Lyman/3 +Lyme/3 +lymph/2 1 +lymphatic/1 1 +lymphocyte/1 1 +lymphoid 1 +lymphoma/1 1 +Lynch +lynch/7 1 +lyncher/1 1 +lynching/1 1 +lynchpin/1 1 +Lynda/3 +Lyndon/3 +Lynette/3 +Lynn +Lynne/3 +Lynnette/3 +lynx/4 1 +Lyon/1 1 +Lyra/2 1 +lyre/1 1 +lyrebird/1 1 +lyric/18 1 +lyrical/8 1 +lyricism/2 1 +lyricist/1 1 +lyric 1 +Lysenko +lysine 1 +Lysistrata/3 +Lysol/2 1 +LyX/3 +M/1 1 +m/10 1 +ma/1 1 +MA/2 1 +Maalox/2 1 +ma'am +Mabel/3 +Mable/3 +mac/23 1 +macabre 1 +macadam/2 1 +macadamia/1 1 +macadamize/6 1 +Macao/2 1 +macaque/1 1 +macaroni/1 1 +macaroon/1 1 +MacArthur +Macaulay +macaw/1 1 +Macbeth +MacBride/3 +Maccabees +Maccabeus/3 +MacDonald +mace/28 1 +Macedon/2 1 +Macedonia/2 1 +Macedonian/1 1 +macerate/6 1 +maceration/2 1 +Mace 1 +mach/2 1 +machete/1 1 +Machiavelli/2 1 +Machiavellian 1 +machinable +machinate/6 1 +machination/1 1 +machine/28 1 +machinery/2 1 +machinist/1 1 +machismo/2 1 +macho/2 1 +Mach 1 +Macias/3 +Macintosh/3 +Mack/3 +mack/10 1 +Mackenzie/2 1 +mackerel/1 1 +Mackinac/3 +mackinaw/1 1 +Mackinaw 1 +mackintosh/4 1 +MacLeish/3 +Macmillan +Macon 1 +macrame/2 1 +macro/1 1 +macrobiotic/32 1 +macrocosm/1 1 +macroeconomic/32 1 +macrology/60 1 +macromolecular +macromolecules +macron/1 1 +macrophage/10 1 +macroscopic +macroscopically +macro 1 +Mac 1 +Macumba/3 +Macy/3 +mad/399 1 +Madagascan/1 1 +Madagascar/2 1 +madam/1 870 +madame/2 870 +madcap/1 1 +Madden/3 +madden/11 1 +maddeningly +maddening 1 +madder/1 1 +Maddox/3 +Madeira/1 1 +Madeleine/3 +Madeline/3 +Madelyn/3 +mademoiselle/1 871 +made 872 +Madge/3 +madhouse/1 1 +Madison/2 1 +madman/2 873 +madmen 874 +Madonna/1 1 +Madras/2 1 +madras/4 1 +Madrid/2 1 +madrigal/18 1 +mad's +Madurai/3 +madwoman/2 875 +madwomen 876 +Mae/3 +maelstrom/1 1 +maestro/1 1 +Maeterlinck/3 +mafia/1 1 +Mafia/1 1 +mafioso/323 1 +Mafioso 1 +mag/18 1 +magazine/1 1 +Magdalena +Magdalene/3 +Magellan/2 1 +Magellanic +magenta/2 1 +Maggie/3 +maggot/1 1 +maggoty/34 1 +Maghreb/3 +magic/64 1 +magical/8 1 +magician/1 1 +magic 1 +Maginot/3 +magi's 877 +magisterial/8 1 +magi 878 +Magi 879 +magistracy/2 1 +magistrate/1 1 +magma/1 1 +magmatic +magnanimity/2 1 +magnanimosity +magnanimous/8 1 +magnate/1 1 +magnesia/2 1 +magnesia's 880 +magnesia 881 +magnesium/2 882 +magnet/1 1 +magnetic/39 1 +magnetism/2 1 +magnetite/2 1 +magnetizable +magnetization/2 1 +magnetize/6 1 +magneto/1 1 +magnetodynamics +magnetohydrodynamical +magnetohydrodynamics +magnetometer/1 1 +magnetosphere 1 +magnetron 1 +magnification/1 1 +magnificence/2 1 +magnificent/8 1 +magnifier/1 1 +magnify/31 1 +magniloquence/2 1 +magniloquent 1 +Magnitogorsk +magnitude/1 1 +magnolia/1 1 +magnum/1 1 +Magog +Magoo/3 +magpie/1 1 +Magritte +Magsaysay/3 +Magus 883 +Magyar/1 1 +Mahabharata/2 1 +Mahabharata's 884 +Mahabharata 885 +maharaja/1 1 +maharajah/1 1 +maharanee/1 1 +maharani/1 1 +Maharashtra/2 1 +maharishi/1 1 +mahatma/1 1 +Mahavira/3 +Mahayana/2 1 +Mahayanist/2 1 +Mahdi 1 +Mahfouz/3 +Mahican/1 1 +mahjong/2 1 +Mahler +mahogany/15 1 +Mahomet/2 1 +mahout/1 1 +maid/1 1 +maiden/30 1 +Maidenform/3 +maidenhair/2 1 +maidenhead/1 1 +maidenhood/2 1 +maidenly 1 +maidservant/1 1 +Maigret/3 +mail/23 1 +mailable +mailbag/1 1 +mailbomb/11 1 +mailbox/4 1 +Mailer +mailer/1 1 +mailing/1 1 +Maillol +maillot/1 1 +mailman/2 886 +mailmen 887 +mailshot/10 1 +maim/5 1 +Maiman/3 +maimed 1 +maiming 1 +Maimonides +main/164 1 +mainbrace 1 +Maine/2 1 +Mainer/1 1 +mainframe/1 1 +mainland/1 1 +mainline/6 1 +mainline's +mainline 1 +mainmast/1 1 +mainsail/1 1 +mainspring/1 1 +mainstay/1 1 +mainstream/23 1 +mainstreaming 1 +mainstream 1 +maintain/11 1 +maintainability 1 +maintainable +maintainer/10 1 +maintenance/2 1 +maintop/1 1 +maiolica/2 1 +Maisie/3 +maisonette/1 1 +Maitreya/2 1 +maize/1 1 +Maj +majestic/39 1 +majesty/15 1 +Majesty 1 +majolica/2 1 +Major +major/23 1 +Majorca/2 1 +majordomo/1 1 +majorette/1 1 +majority/15 1 +majorly +major 1 +Majuro +Makarios/3 +make/73 888 +makeover/1 1 +Maker +maker/1 1 +makeshift/1 1 +makeup/1 1 +makeweight/10 1 +making/130 1 +Malabar/3 +Malabo/2 1 +Malacca +Malachi +malachite/2 1 +maladaptive +maladjusted +maladjustment/2 1 +maladministration 1 +maladroit/16 1 +malady/15 1 +Malagasy 1 +malaise/2 1 +Malamud +malamute/1 1 +Malaprop/3 +malapropism/1 1 +malaria/2 1 +malarial +malarkey/2 1 +malathion/2 1 +Malawi/2 1 +Malawian/1 1 +Malay/1 1 +Malaya/2 1 +Malayalam/2 1 +Malayan/1 1 +Malaysia/2 1 +Malaysian/1 1 +Malay 1 +Malcolm +malcontent/1 1 +Maldive/3 +Maldives/2 1 +Maldivian/1 1 +Maldonado/3 +male/20 1 +Male/2 1 +malediction/1 1 +malefaction/1 1 +malefactor/1 1 +malefic +maleficence/2 1 +maleficent +males 889 +malevolence/2 1 +malevolent/8 1 +malfeasance/2 1 +malformation/1 1 +malformed +malfunction/23 1 +malfunctioning 1 +Malian/1 1 +Malibu/3 +malice/2 1 +malicious/16 1 +malign/11 1 +malignancy/15 1 +malignant/8 1 +maligners +malignity/2 1 +malign 1 +Malinda/3 +malinger/11 1 +malingerer/1 1 +Malinowski +Mali 890 +mall/18 1 +mallard/1 1 +Mallarme +malleability/2 1 +malleable 1 +mallet/1 1 +Mallomars/3 +Mallory/3 +mallow/1 1 +malnourished +malnourishment 1 +malnutrition/2 1 +malocclusion/2 1 +malodorous 1 +Malone/3 +Malory/3 +Malplaquet/3 +malpractice/1 1 +Malraux +malt/23 1 +Malta/2 1 +malted/1 1 +Maltese/2 1 +Malthus/2 1 +Malthusian/1 1 +malting 1 +maltose/2 1 +maltreat/11 1 +maltreatment/2 1 +malty/34 1 +mam/10 1 +mama/1 1 +mamba/1 1 +mambo/23 1 +Mameluke 1 +Mamet +Mamie/3 +mamma/57 1 +mammal/1 1 +mammalian/1 1 +mammary 1 +mamma's 891 +mamma 892 +mammogram/1 1 +mammography/2 1 +Mammon/1 1 +mammon/2 893 +mammoth/1 1 +mammy/15 1 +Mamore/3 +Man/2 1 +man/400 894 +manacle/28 1 +manage/6 1 +manageability/2 1 +manageable 1 +management/1 1 +manager/1 1 +manageress/89 1 +managerial/8 1 +managership 1 +Managua/2 1 +Manama/2 1 +manana/1 1 +Manasseh +manatee/1 1 +Manaus +Manchester/2 1 +Manchu/1 1 +Manchuria/2 1 +Manchurian 1 +Mancini/3 +manciple 1 +Mancunian/1 1 +mandala/1 1 +Mandalay/2 1 +mandamus/40 1 +mandarin/1 1 +Mandarin/2 1 +mandate/28 1 +mandatory 1 +Mandela +Mandelbrot +mandible/1 1 +mandibular +Mandingo 1 +mandolin/1 1 +mandrake/1 1 +mandrel/1 1 +Mandrell/3 +mandril/1 1 +mandrill/1 1 +Mandy/3 +mane/1 1 +maned 1 +manege/2 1 +Manet +maneuver/23 1 +maneuverability/2 1 +maneuverable +maneuverings +Manfred/3 +manful/8 1 +manganese/2 1 +mange/149 1 +manged/10 1 +manger/1 1 +mangetout/10 1 +mangier 895 +mangiest 895 +mangle/28 1 +mangler/10 1 +mangling 1 +mango/4 1 +mangrove/1 1 +mangy/49 1 +manhandle/6 1 +Manhattan/1 1 +manhole/1 1 +manhood/2 1 +manhunt/1 1 +Mani +mania/1 1 +maniac/1 1 +maniacal/8 1 +maniac 1 +manic/1 1 +manically +Manichean 1 +manic 1 +manicure/28 1 +manicurist/1 1 +manifest/210 1 +manifestation/1 1 +manifesto/18 1 +manifold/23 1 +manikin/1 1 +Manila/1 1 +manila/2 1 +manilla/2 1 +manioc/1 1 +manipulable +manipulate/6 1 +manipulation/1 1 +manipulative +manipulatively +manipulator/1 1 +Manitoba/2 1 +Manitoulin/3 +mankind/2 1 +manky 1 +Manley/3 +manlike 1 +manly/140 1 +Mann +manna/2 1 +mannequin/1 1 +manner/1 1 +mannered +mannerism/1 1 +mannerist 1 +mannerly/222 1 +Mannheim/2 1 +mannikin/1 1 +Manning +mannish/16 1 +manoeuvrings +manometer/1 1 +manor/1 1 +manorial +manpower/2 1 +manque 1 +mans/89 1 +mansard/1 1 +manse/1 1 +manservant/2 896 +Mansfield +mansion/1 1 +manslaughter/2 1 +Manson/3 +manta/1 1 +Mantegna +mantel/1 1 +mantelpiece/1 1 +mantelshelf/338 1 +mantes 897 +mantilla/1 1 +mantis/4 898 +mantissa/1 1 +Mantle/3 +mantle/28 1 +mantlepiece/10 1 +mantling 1 +mantra/1 1 +mantrap/10 1 +manual/30 1 +Manuel/3 +Manuela/3 +manufacture/28 1 +manufacturer/1 1 +manufacturing/2 1 +manumission/1 1 +manumit/12 1 +manure/28 1 +manuscript/1 1 +Manx/2 1 +many/2 899 +Mao/401 1 +Maoism/1 1 +Maoist/1 1 +Maori/1 1 +map/47 1 +maple/1 1 +mapmaker/1 1 +mappable +mapper/1 1 +mapping/10 1 +Mapplethorpe/3 +Maputo/2 1 +mar/13 1 +Mar/130 1 +Mara/2 1 +marabou/1 1 +marabout/1 1 +maraca/1 1 +Maracaibo +maraschino/1 1 +Marat +Maratha/2 1 +Maratha's 900 +Maratha 901 +Marathi/2 1 +marathon/1 1 +Marathon/2 902 +marathoner/1 1 +maraud/5 1 +marauder/1 1 +marble/28 1 +marbleize/6 1 +marble 1 +marbling/2 1 +Marc +Marceau +Marcel/3 +Marcelino/3 +Marcella/3 +Marcelo/3 +march/4 1 +March/4 1 +march/7 1 +marcher/1 1 +marches 1 +marchioness/3 +marchionesses +Marci/3 +Marcia/3 +Marciano +Marcie/3 +Marco/3 +Marconi +Marcos +Marcus/3 +Marcuse +Marcy/3 +Marduk/2 1 +mare/1 1 +Margaret +margarine/2 1 +Margarita +margarita/1 1 +Margarito/3 +Marge/3 +Margery/3 +marge 1 +Margie/3 +margin/18 1 +marginal/191 1 +marginalia/2 1 +marginality 1 +marginalization/2 1 +marginalize/6 1 +Margo/3 +Margret/3 +Margrethe/3 +Marguerite/3 +Mari/1 1 +maria/2 1 +mariachi/1 1 +Mariana/1 1 +Marianne +Mariano/3 +Marian 1 +Maria's 903 +Maria 904 +Maribel/3 +Maricela/3 +Marie/3 +Marietta/3 +marigold/1 1 +marihuana/2 1 +marijuana/2 1 +Marilyn/3 +marimba/1 1 +Marin +Marina/3 +marina/1 1 +marinade/28 1 +marinara/2 1 +marinate/6 1 +marination/2 1 +marine/48 1 +Marine/1 1 +mariner/1 1 +Mario/3 +Marion/2 905 +marionette/1 1 +Marisa/3 +Marisol/3 +Marissa/3 +Maritain +marital/8 1 +maritime +Maritza/3 +Mariupol +Marius +marjoram/2 1 +Marjorie/3 +Marjory/3 +mark/1 1 +Mark/1 1 +mark/11 1 +Markab/3 +markdown/1 1 +marked/8 1 +marker/1 1 +market/23 1 +marketability/2 1 +marketable 1 +marketeer/1 1 +marketer/1 1 +marketing/2 1 +marketplace/1 1 +Markham +marking/1 1 +markka/402 1 +Markov +marksman/2 906 +marksmanship/2 1 +marksmen 907 +markup/1 1 +marl/18 1 +Marla/3 +Marlboro/3 +Marlborough +Marlene/3 +Marley/3 +Marlin +marlin/1 1 +marlinespike/1 1 +marlinspike/1 1 +Marlon/3 +Marlowe +marmalade/2 1 +Marmara/2 1 +marmoreal +marmoset/1 1 +marmot/1 1 +Marne +Maronite 1 +maroon/23 1 +marooning 1 +maroon 1 +Marple/3 +marque/1 1 +marquee/1 1 +Marquesas/3 +marquess/4 1 +marquetry/2 1 +Marquette +Marquez/3 +Marquis +marquis/4 1 +marquise/1 1 +marquisette/2 1 +Marquita/3 +Marrakesh/3 +marriage/1 1 +marriageability/2 1 +marriageable 1 +married/1 1 +Marriott/3 +marrow/18 1 +marry/31 1 +Mars/4 1 +Marsala/2 1 +Marseillaise/1 1 +Marseille/10 1 +Marsh/3 +marsh/4 1 +Marsha/3 +marshal/23 1 +Marshall/2 1 +marshaller 1 +marshland/1 1 +marshmallow/1 1 +marshy/259 1 +mars 1 +marsupial/1 1 +mart/18 1 +Marta/3 +Martel +marten/1 1 +Martha +Martial +martial/8 1 +Martian/1 1 +martian/10 1 +Martian 1 +Martin +martin/1 1 +Martina/3 +martinet/1 1 +Martinez/3 +martingale/1 1 +martini/1 1 +Martinique/2 1 +Marty/3 +martyr/23 1 +martyrdom/2 1 +Marva/3 +marvel/23 1 +Marvell/3 +marvelous/8 1 +Marvin +Marx/2 1 +Marxian 1 +Marxism/1 1 +Marxist/1 1 +Mary/2 1 +Maryann/3 +Maryanne/3 +Maryellen/3 +Maryland/2 1 +Marylander 1 +Marylou/3 +marzipan/2 1 +mas/79 1 +Masada/3 +Masai/2 1 +Masaryk +masc +Mascagni +mascara/23 1 +mascara's 908 +mascara 909 +mascot/1 1 +masculine/1 1 +masculinity/2 1 +Masefield +maser/1 1 +Maserati/3 +Maseru/2 1 +MASH +mash/22 1 +masher/1 1 +Mashhad/2 1 +mashing 1 +mask/23 1 +masker/1 1 +masking 1 +masochism/2 1 +masochist/1 1 +masochistic/39 1 +mason/1 1 +Mason/1 1 +mason/58 1 +Masonic +masonic 1 +Masonite/2 1 +masonry/2 1 +masque/1 1 +masquerade/28 1 +masquerader/1 1 +mass/4 1 +Mass/4 1 +mass/7 1 +Massachusetts +massacre/28 1 +massage/28 1 +Massasoit +massed 1 +Massenet +masseur/1 1 +masseuse/1 1 +Massey +massif/1 1 +massive/16 1 +ma's 910 +mass 1 +mast/62 1 +mastectomy/15 1 +master/30 1 +Master/10 1 +master/11 1 +MasterCard/3 +masterclass +masterclasses +masterful/8 1 +mastering 1 +masterly 1 +mastermind/23 1 +masterpiece/1 1 +mastership 1 +masterstroke/1 1 +masterwork/1 1 +mastery/2 1 +masthead/18 1 +mastic/2 1 +masticate/6 1 +mastication/2 1 +mastiff/1 1 +mastitis 1 +ma 911 +mastodon/1 1 +mastoid/1 1 +masturbate/6 1 +masturbation/2 1 +masturbatory +mat/403 1 +matador/1 1 +match/22 1 +matchable +matchbook/1 1 +matchbox/4 1 +matcher 1 +matchless 1 +matchlock/1 1 +matchmaker/1 1 +matchmaking/2 1 +matchplay +matchstick/1 1 +matchwood/2 1 +mate/28 1 +mater/10 1 +material/30 1 +materialism/2 1 +materialist/1 1 +materialistic/39 1 +materiality 1 +materialization/2 1 +materialize/6 1 +materiel/2 1 +maternal/8 1 +maternity/2 1 +matey/10 1 +math/1 1 +mathematical/8 1 +mathematician/1 1 +mathematics +mathematics's +Mather +Mathew/3 +Mathews +Mathewson/3 +Mathias +Mathis +Matilda 1 +matinee/1 1 +mating/1 1 +matins +matins's +Matisse +matriarch/1 1 +matriarchal +matriarchy/15 1 +matricidal +matricide/1 1 +matriculate/43 1 +matriculation/2 1 +matrimonial/8 1 +matrimony/2 1 +matrix/184 1 +matron/1 1 +matronly 1 +Matt +matte/139 1 +Mattel/3 +matter/23 1 +Matterhorn/2 1 +Matthew/1 1 +Matthias +Mattie/3 +matting/2 1 +mattins +mattins's +mattock/1 1 +mattress/4 1 +maturate/6 1 +maturation/2 1 +mature/404 1 +maturer 1 +maturity/15 1 +matzo/405 1 +matzoh/1 1 +Maud/3 +Maude/3 +maudlin 1 +Maugham +Maui/2 1 +maul/23 1 +mauler/1 1 +maunder/11 1 +maundering 1 +Maupassant +Maura/3 +Maureen/3 +Mauriac +Maurice +Mauricio/3 +Maurine/3 +Mauritania/2 1 +Mauritanian/1 1 +Mauritian/1 1 +Mauritius/2 1 +Mauro/3 +Maurois +Mauryan/3 +Mauser +mausoleum/1 1 +mauve/2 1 +maven/1 1 +maverick/18 1 +mavin/1 1 +Mavis/3 +maw/18 1 +mawkish/16 1 +Max/3 +max/287 1 +maxes 912 +maxi/1 1 +maxilla/53 1 +maxillary 1 +maxim/1 1 +maximal/8 1 +maximality +maximal 1 +Maximilian +maximization/2 1 +maximize/6 1 +maximizer 1 +maximum/1 1 +Maxine/3 +maxis 913 +maxi 1 +Maxwell +May/1 1 +may/406 914 +Maya/1 1 +Mayan/1 1 +maybe/1 1 +mayday/1 1 +Mayer +Mayfair +mayflies +mayflower/1 1 +Mayflower/2 1 +mayfly/3 +mayhem/2 1 +Maynard/3 +mayn't +Mayo +mayo/2 1 +mayonnaise/2 1 +mayor/1 1 +mayoral +mayoralty/2 1 +mayoress/4 1 +maypole/1 1 +Maypole 1 +Mayra/3 +Maytag/3 +Mazama/2 1 +Mazarin +Mazatlan/3 +Mazda +maze/18 1 +Mazola/3 +mazourka/1 1 +mazurka/1 1 +Mazzini/3 +Mb/2 1 +MB/2 1 +MBA/2 1 +Mbabane/2 1 +Mbini/3 +MC +McAdam/3 +McBride/3 +McCain/3 +McCall/3 +McCarthy +McCarthyism/2 1 +McCartney/3 +McCarty/3 +McClain/3 +McClellan +McClure/3 +McConnell/3 +McCormick +McCoy 1 +McCray/3 +McCullough/3 +McDaniel/3 +McDonald/3 +McDonnell/3 +McDowell/3 +McEnroe/3 +McFadden/3 +McFarland/3 +McGee/3 +McGovern/3 +McGowan/3 +McGuffey/3 +McGuire/3 +MCI/3 +McIntosh/2 1 +McIntyre/3 +McKay/3 +McKee/3 +McKenzie/3 +McKinley/2 1 +McKinney/3 +McKnight/3 +McLaughlin/3 +McLean/3 +McLeod/3 +McLuhan/3 +McMahon/3 +McMillan/3 +McNamara/3 +McNaughton/3 +McNeil/3 +McPherson/3 +McQueen/3 +McVeigh/3 +Md/2 1 +MD/2 1 +mdse +MDT +Me +ME +me/10 1 +Mead +mead/2 1 +Meade +meadow/1 1 +meadowland 1 +meadowlark/1 1 +Meadows +Meagan/3 +meager/16 1 +meagreness +meal/18 1 +mealtime/1 1 +mealy/49 1 +mealybug/1 1 +mealymouthed 1 +mean/407 1 +meander/23 1 +meandering/32 1 +meaner 1 +meanie/1 1 +meaning/1 1 +meaningful/16 1 +meaningless/16 1 +meaning 1 +meantime/2 1 +meanwhile/2 1 +Meany/3 +meany/15 1 +meas +measles +measles's +measly/34 1 +measurable/19 1 +measure/28 1 +measured 1 +measureless 1 +measurement/1 1 +measuring 1 +meat/1 1 +meataxe +meatball/1 1 +meatless 1 +meatloaf/120 1 +meatpacking/2 1 +meaty/49 1 +mecca/1 1 +Mecca/1 1 +mechanic/130 1 +mechanical/8 1 +mechanism/1 1 +mechanistic/39 1 +mechanist 1 +mechanizable +mechanization/2 1 +mechanize/6 1 +med +medal/18 1 +medalist/1 1 +medallion/1 1 +Medan +meddle/6 1 +meddler/1 1 +meddlesome 1 +meddling 1 +Medea/2 1 +Medellin +Media +media/1 1 +medial/8 1 +median/1 1 +media's 915 +media 916 +mediate/6 1 +mediation/2 1 +mediator/1 1 +media 1 +medic/1 1 +Medicaid/1 1 +medicaid/2 1 +medical/30 1 +medicament/2 1 +Medicare/1 1 +medicare/2 1 +medicate/6 1 +medication/1 1 +Medici +medicinal/8 1 +medicine/18 1 +medico/1 1 +medievalist/1 1 +medieval 1 +Medina +mediocre 1 +mediocrity/15 1 +meditate/6 1 +meditation/1 1 +meditative/8 1 +Mediterranean/1 1 +medium/1 917 +medley/1 1 +medulla/1 1 +Medusa/2 1 +meed/2 1 +meek/21 1 +meerschaum/1 1 +meet/408 918 +meeter 1 +meeting/1 1 +meetinghouse/1 1 +Meg/3 +meg/10 1 +megabit/1 1 +megabucks +megabucks's +megabyte/1 1 +megacycle/1 1 +megadeath/1 1 +megahertz/2 1 +megajoules +megalith/1 1 +megalithic +megalomania/2 1 +megalomaniac/1 1 +megalopolis/4 1 +Megan/3 +megaparsec 1 +megaphone/28 1 +megapixel +megapixels +megastar/10 1 +megaton/1 1 +mega 1 +megawatt/1 1 +Meghan/3 +MEGO/10 1 +Meier/3 +Meighen/3 +Meiji/3 +meiosis/2 1 +meiotic 1 +Meir +Mejia/3 +Mekong/2 1 +Mel/3 +melamine/2 1 +melancholia/2 1 +melancholic/10 1 +melancholies +melancholy's +melancholy 1 +Melanesia/2 1 +Melanesian 1 +melange/1 1 +Melanie/3 +melanin/2 1 +melanoma/1 1 +melatonin 1 +Melba +Melbourne/2 1 +Melchior +Melchizedek +meld/23 1 +melee/1 1 +Melendez/3 +Melinda/3 +meliorate/6 1 +melioration/2 1 +meliorative +Melisa/3 +Melisande/3 +Melissa/2 1 +mellifluous/16 1 +Mellon +mellow/98 1 +mellowing 1 +melodic/39 1 +melodious/16 1 +melodrama/1 1 +melodramatic/35 1 +Melody/3 +melody/15 1 +melon/1 1 +Melpomene/2 1 +melt/23 919 +meltdown/1 1 +melter 1 +melting 1 +Melton/3 +Melva/3 +Melville/2 1 +Melvin/3 +member/1 1 +membership/1 1 +membrane/1 1 +membranous +meme/10 1 +memento/1 1 +Memling +memo/1 1 +memoir/1 1 +memorabilia/2 1 +memorability/2 1 +memorable/19 1 +memorandum/1 1 +memorial/1 1 +memorialize/6 1 +memorial 1 +memorization/2 1 +memorize/6 1 +memory/15 1 +Memphis/2 1 +memsahib/10 1 +menace/28 1 +menacing/8 1 +menage/1 1 +menagerie/1 1 +Menander +menarche 1 +Mencius +Mencken +mend/23 1 +mendacious/8 1 +mendacity/2 1 +Mendel/2 1 +Mendeleev/2 1 +mendelevium/2 1 +Mendelian 1 +Mendelssohn +mender/1 1 +Mendez/3 +mendicancy/2 1 +mendicant/1 1 +mending/2 1 +Mendocino/3 +Mendoza +Menelaus/3 +Menelik/3 +Menes +menfolk/130 1 +Mengzi +menhaden/2 1 +menial/30 1 +meningeal +meningitis/2 1 +meninx/201 1 +menisci 920 +meniscus/2 921 +Menkalinan/3 +Menkar/3 +Menkent/3 +Mennen/3 +Mennonite/1 1 +Menominee/2 1 +menopausal +menopause/2 1 +menorah/1 1 +Menotti +Mensa +mensch/4 1 +menservants 922 +menses +menses's +men 923 +menstrual 1 +menstruate/6 1 +menstruation/2 1 +mensurable +mensuration/2 1 +menswear/2 1 +mental/8 1 +mentalist/1 1 +mentality/15 1 +menthol/2 1 +mentholated +Mentholatum/3 +menthol 1 +mention/23 1 +mentionable +mentor/23 1 +menu/1 1 +Menuhin/3 +Menzies +meow/23 1 +Mephistopheles +Merak/3 +Mercado/3 +mercantile +mercantilism/2 1 +Mercator +Mercedes +mercenary/15 1 +Mercer/3 +mercer/1 1 +mercerize/6 1 +merchandise/28 1 +merchandiser/1 1 +merchandising/2 1 +merchandize/6 1 +merchandizing 1 +merchant/18 1 +merchantability 1 +merchantable 1 +merchantman/2 924 +merchantmen 925 +merchant 1 +Mercia +merciful/8 1 +merciless/16 1 +Merck/3 +mercurial/8 1 +mercuric +Mercurochrome/2 1 +Mercury/15 1 +mercury/2 1 +mercy/15 1 +mere/409 1 +Meredith +meres 926 +meretricious/16 1 +merganser/1 1 +merge/6 1 +merger/1 1 +merging 1 +meridian/1 1 +meridional 1 +meringue/18 1 +Merino +merino/1 1 +merit/23 1 +merited 1 +meritocracy/15 1 +meritocratic +meritocrats +meritorious/16 1 +Merle/3 +Merlin/2 1 +Merlot 1 +mermaid/1 1 +merman/2 927 +mermen 928 +meromorphic +Merovingian 1 +Merriam/3 +Merrick/3 +Merrill/3 +Merrimack/3 +merriment/2 1 +Merritt/3 +merry/50 1 +merrymaker/1 1 +merrymaking/2 1 +Merthiolate/2 1 +Merton +Mervin/3 +mes/79 1 +Mesa +mesa/1 1 +Mesabi/3 +mesa's 929 +mesa 930 +mescal/1 1 +mescalin +mescaline/2 1 +mesdames 931 +mesdemoiselles 932 +mesh/22 1 +Meshed/2 1 +meshing 1 +Mesmer/3 +mesmeric +mesmerism/2 1 +mesmerize/6 1 +mesmerizer/1 1 +Mesolithic +mesomorph/1 1 +meson/1 933 +Mesopotamia/2 1 +Mesopotamian 1 +mesosphere/1 1 +mesozoic +Mesozoic/2 1 +mesquit/1 1 +mesquite/1 1 +mess/22 1 +message/28 1 +messeigneurs 934 +messenger/18 1 +Messerschmidt/3 +Messiaen +messiah/1 1 +Messiah/1 1 +messianic +Messianic +messieurs 935 +messmate/1 1 +Messrs +messy/50 1 +mestizo/1 1 +meta +metabolic/39 1 +metabolism/1 1 +metabolite/1 1 +metabolize/6 1 +metacarpal/1 1 +metacarpi 936 +metacarpus/2 937 +metal/62 1 +metalanguage/1 1 +metalinguistic 1 +metalized +Metallica/3 +metallic 1 +metallurgic +metallurgical +metallurgist/1 1 +metallurgy/2 1 +metal 1 +metalwork/2 1 +metalworker/1 1 +metalworking/2 1 +metamorphic +metamorphism/2 1 +metamorphose/6 1 +metamorphoses 938 +metamorphosis/2 939 +Metamucil/3 +metaphor/1 1 +metaphoric +metaphorical/8 1 +metaphysical/8 1 +metaphysics +metaphysics's +metastability 1 +metastable +metastases 940 +metastasis/2 941 +metastasize/6 1 +metastatic +metatarsal/1 1 +metatarsi 942 +metatarsus/2 943 +metatheses 944 +metathesis/2 945 +metathesizes +mete/28 1 +metempsychoses 946 +metempsychosis/2 947 +meteor/1 1 +meteoric/39 1 +meteorite/1 1 +meteoroid/1 1 +meteorologic +meteorological 1 +meteorologist/1 1 +meteorology/2 1 +meter/23 1 +metes 948 +methadon/2 1 +methadone/2 1 +methamphetamine/2 1 +methane/2 1 +methanol/2 1 +methinks 949 +methionine 1 +method/1 1 +methodical/16 1 +Methodism/1 1 +Methodist/1 1 +methodological/8 1 +methodology/15 1 +methought 950 +meths +Methuselah 1 +methyl/2 1 +methylated +methylene 1 +methyl 1 +meticulous/16 1 +metier/1 1 +metonymy 1 +metric/10 1 +metrical/8 1 +metricate/6 1 +metrication/2 1 +metricize/6 1 +metric 1 +metro/1 1 +metronome/1 1 +metronomic +metropolis/4 1 +metropolitan 1 +met 951 +Metternich +mettle/2 1 +mettlesome 1 +Meuse/2 1 +mew/185 1 +mewl/11 1 +mewling 1 +mews/2 1 +Mex +Mexicali +Mexican/1 1 +Mexico/2 1 +Meyer/3 +Meyerbeer +Meyers +mezzanine/1 1 +mezzo/1 1 +MFA/2 1 +mfg +mfr +mfrs +Mfume/3 +Mg/2 1 +MGM/3 +mgr +Mgr +mg 1 +MHz 1 +mi/2 1 +MI/2 1 +MIA +Mia/3 +Miami/1 1 +Miaplacidus/3 +miasma/1 1 +mic/10 1 +mica/2 1 +Micah +Micawber 1 +micelles +mice 952 +Mich +Michael +Michaelmas/4 1 +Micheal/3 +Michel/3 +Michelangelo/2 1 +Michele/3 +Michelin/3 +Michelle/3 +Michelob/3 +Michelson +Michigan/2 1 +Michigander/1 1 +Michiganite 1 +Mick/2 1 +mick/10 1 +mickey/1 1 +Mickey/2 1 +Mickie/3 +Micky/3 +Micmac/1 1 +micro/1 1 +microanalyses 953 +microbe/1 1 +microbial +microbiological 1 +microbiologist/1 1 +microbiology/2 1 +microbrewery/15 1 +microchip/1 1 +microcircuit/1 1 +microcode 1 +microcomputer/1 1 +microcosm/1 1 +microcosmic +microdensitometer 1 +microdot/1 1 +microeconomics +microeconomics's +microelectronic/32 1 +microfarad 1 +microfiber/1 1 +microfiche/2 1 +microfilm/23 1 +microfloppies/89 1 +micrograms +micrograph 1 +microgravity 1 +microgroove/1 1 +microhydrodynamics +microlight/1 1 +micromanage/6 1 +micromanagement/2 1 +micrometeorite/1 1 +micrometer/1 1 +micron/1 1 +Micronesia/2 1 +Micronesian 1 +microorganism/1 1 +microphone/1 1 +microprocessor/1 1 +microprogram 1 +microscope/1 1 +microscopic +microscopical/8 1 +microscopist 1 +microscopy/2 1 +microsecond/1 1 +Microsoft/3 +microsurgery/2 1 +micro 1 +microwavable +microwave/28 1 +microwaveable +midair/2 1 +Midas/2 1 +midday/2 1 +midden/1 1 +middle/73 1 +middlebrow/1 1 +middleman/2 954 +middlemen 955 +middlemost +Middleton 1 +middle 1 +middleweight/1 1 +middling 1 +middy/15 1 +Mideast +Mideastern +midfielder/10 1 +midfield 1 +midge/1 1 +midget/1 1 +midi/1 1 +MIDI/2 1 +midi 1 +Midland +midland/1 1 +Midlands +midland 1 +midlife/2 1 +midmost 1 +midnight/1 1 +midpoint/1 1 +midrib/1 1 +midriff/1 1 +midsection/1 1 +midshipman/2 956 +midshipmen 957 +midships +midsize +midsized +midst/2 1 +midstream/2 1 +midsummer/2 1 +midterm/1 1 +midtown/2 1 +mid 1 +midway/1 1 +Midway/2 1 +midway 1 +midweek/1 1 +Midwest/2 1 +Midwestern +Midwesterner 1 +midwicket +midwife/360 958 +midwifery/15 1 +midwinter/2 1 +midwives 959 +midyear/1 1 +mien/1 1 +miff/5 1 +MiG +might/1 1 +mightn't +might 960 +mighty/50 1 +mignonette/1 1 +migraine/1 1 +migrant/1 1 +migrate/6 1 +migration/1 1 +migratory +Miguel/3 +mikado/1 1 +Mike/3 +mike/28 1 +Mikhail/3 +Mikoyan/3 +mil/213 1 +milady/15 1 +Milagros/3 +Milan/2 1 +Milanese +milch 1 +mild/410 1 +mildew/23 1 +mildewy +Mildred/3 +mile/1 1 +mileage/1 1 +mileometer/10 1 +milepost/1 1 +miler/1 1 +Miles +milestone/1 1 +Milford/3 +milieu/1 1 +militancy/2 1 +militant/30 1 +militarism/2 1 +militarist/1 1 +militaristic +militarization/2 1 +militarize/6 1 +military/411 1 +militate/6 1 +militia/1 1 +militiaman/2 961 +militiamen 962 +milk/78 1 +Milken/3 +milker/1 1 +milking 1 +milkmaid/1 1 +milkman/2 963 +milkmen 964 +milkshake/1 1 +milksop/1 1 +milkweed/1 1 +milky/49 1 +Mill +mill/23 1 +millage/2 1 +Millard/3 +Millay +millenarian 1 +millennial 1 +millennium/1 1 +millepede/1 1 +Miller +miller/1 1 +Millet +millet/2 1 +milliard/1 1 +millibar/1 1 +Millicent/3 +Millie/3 +milligram/1 1 +Millikan +milliliter/1 1 +millimeter/1 1 +milliner/1 1 +millinery/2 1 +milling/1 1 +million/1 1 +millionaire/1 1 +millionaires/9 1 +millionairess/89 1 +millionnaire/2 1 +millionth/1 1 +million 1 +millipede/1 1 +millisecond/1 1 +millpond/1 1 +millrace/1 1 +Mills +millstone/1 1 +millstream/1 1 +millwright/1 1 +Milne +Milo/3 +milometer/10 1 +Milosevic/3 +milquetoast/1 1 +Milquetoast/2 1 +milt/23 1 +Miltiades +Milton +Miltonic +Miltown/2 1 +Milwaukee/2 1 +mime/28 1 +mimeograph/23 1 +mimes 1 +mimetic +mimic/64 1 +mimicker/1 1 +mimicry/15 1 +mimic 1 +Mimi's 965 +Mimi 966 +Mimosa/3 +mimosa/1 1 +Min/2 1 +Minamoto/3 +minaret/1 1 +minatory +mince/28 1 +mincemeat/2 1 +mincer/1 1 +mincing 1 +mind/23 1 +Mindanao +mindbogglingly +mindedness +minder/10 1 +mindful/16 1 +mindless/16 1 +Mindoro/2 1 +mindset/1 1 +Mindy/3 +mine/28 1 +minefield/1 1 +miner/1 1 +mineral/1 1 +mineralization 1 +mineralogical 1 +mineralogist/1 1 +mineralogy/2 1 +Minerva/2 1 +mineshaft 1 +mines 967 +minestrone/2 1 +minesweeper/1 1 +mineworkers +Ming +mingle/6 1 +mingling 1 +Mingus/3 +mingy 1 +mini/1 1 +miniature/18 1 +miniaturist/1 1 +miniaturization/2 1 +miniaturize/6 1 +minibar/10 1 +minibike/1 1 +minibus/4 1 +minicab/10 1 +minicam/1 1 +minicomputer/1 1 +minifloppies/89 1 +minim/1 1 +minimal/8 1 +minimalism/2 1 +minimalist/1 1 +minimalistic +minimality 1 +minimal 1 +minimization 1 +minimize/6 1 +minimizer 1 +minim 1 +minimum/1 1 +mining/2 1 +minion/1 1 +miniscule/1 1 +miniseries/2 1 +miniskirt/1 1 +mini's 968 +minister/23 1 +ministerial/8 1 +mini 969 +ministrant/1 1 +ministration/1 1 +ministry/15 1 +minis 970 +mini 1 +minivan/1 1 +mink/1 1 +minke 1 +Minn +Minneapolis/2 1 +Minnelli/3 +minnesinger/1 1 +Minnesota/2 1 +Minnesotan/1 1 +Minnie/3 +minnow/1 1 +Minoan/1 1 +Minolta/3 +minor/23 1 +minority/15 1 +minor 1 +Minos/2 1 +Minot/3 +minotaur +Minotaur/2 1 +minotaurs +minoxidil/2 1 +Minsk/2 1 +Minsky/3 +minster/1 1 +minstrel/18 1 +minstrelsy/2 1 +mint/78 1 +mintage/2 1 +Mintaka/3 +minter/1 1 +min 1 +minty/34 1 +minuend/1 1 +minuet/1 1 +Minuit +minus/4 971 +minuscule/1 1 +minus 1 +minute/107 1 +Minuteman/2 1 +minuteman/2 972 +minutemen 973 +minutia/53 1 +minx/4 1 +Miocene/2 1 +MIPS/89 1 +Mir/3 +Mira/3 +Mirabeau +Mirach/3 +miracle/1 1 +miraculous/83 1 +mirage/1 1 +Miranda +mire/28 1 +Mirfak/3 +Miriam/3 +Miro 1 +mirror/23 1 +mirth/2 1 +mirthful/16 1 +mirthless/8 1 +MIRV 1 +miry/34 1 +Mirzam/3 +misaddress/7 1 +misadventure/1 1 +misaligned +misalignment/2 1 +misalliance/1 1 +misanalysed +misanthrope/1 1 +misanthropic +misanthropically +misanthropist/1 1 +misanthropy/2 1 +misapplication/1 1 +misapply/31 1 +misapprehend/11 1 +misapprehension/1 1 +misappropriate/6 1 +misappropriation/1 1 +misbegotten +misbehave/6 1 +misbehavior/2 1 +misc +miscalculate/6 1 +miscalculation/1 1 +miscall/11 1 +miscarriage/1 1 +miscarry/31 1 +miscast/121 1 +miscegenation/2 1 +miscellanea 1 +miscellaneous +miscellaneously +miscellany/15 1 +mischance/18 1 +mischief/2 1 +mischievous/16 1 +miscibility/2 1 +miscible 1 +misclassified +miscomprehended +misconceive/6 1 +misconception/1 1 +misconduct/23 1 +misconfiguration +misconstruction/1 1 +misconstrue/6 1 +miscopying +miscount/23 1 +miscreant/1 1 +miscue/28 1 +misdeal/412 1 +misdeed/1 1 +misdemeanor/1 1 +misdiagnose/6 1 +misdiagnoses 974 +misdiagnosis/2 975 +misdirect/11 1 +misdirection/1 1 +misdo/413 1 +misdoing/1 1 +miser/1 1 +miserable/29 1 +miserly/140 1 +misery/15 1 +misfeasance/2 1 +misfeature/58 1 +misfield 1 +misfile/6 1 +misfire/28 1 +misfit/109 1 +misfortune/1 1 +misgiving/1 1 +misgovern/11 1 +misgovernment/2 1 +misguidance/2 1 +misguide/6 1 +misguided/8 1 +mishandle/6 1 +mishap/18 1 +mishear/46 1 +mishit/88 1 +mishmash/4 1 +misidentify/31 1 +misinform/11 1 +misinformation/2 1 +misinterpret/11 1 +misinterpretation/1 1 +misjudge/6 1 +misjudgment/1 1 +Miskito 1 +mislabel/11 1 +mislay/312 1 +mislead/121 976 +misleading/8 1 +misled 977 +mismanage/6 1 +mismanagement/2 1 +mismatch/22 1 +misname/6 1 +misnomer/18 1 +misogamist/1 1 +misogamy/2 1 +misogynist/1 1 +misogynistic +misogynous +misogyny/2 1 +misplace/6 1 +misplacement/2 1 +misplay/23 1 +mispositioned +misprint/23 1 +misprision/2 1 +mispronounce/6 1 +mispronunciation/1 1 +misquotation/1 1 +misquote/6 1 +misquote's +misread/121 1 +misreading/1 1 +misremember/241 1 +misreport/23 1 +misrepresent/11 1 +misrepresentation/1 1 +misrule/28 1 +miss/22 1 +missal/1 1 +misses 978 +misshape/376 1 +misshapen 1 +missile/1 1 +missilery/2 1 +missilry/2 1 +missing 1 +mission/18 1 +missionary/15 1 +missioner/1 1 +missis/4 979 +Mississauga +Mississippi/2 1 +Mississippian/1 1 +missive/1 1 +Missouri/2 1 +Missourian/1 1 +misspeak/121 980 +misspell/11 1 +misspelling/1 1 +misspend/382 1 +misspoken 981 +misspoke 981 +misstate/6 1 +misstatement/1 1 +misstep/18 1 +Miss 1 +missus/4 1 +Missy/3 +mist/23 1 +mistakable 1 +mistake/263 982 +mistaken/8 1 +Mistassini +mister/18 1 +Mister 1 +mistime/6 1 +misting 1 +mistletoe/2 1 +mistook 983 +mistral/1 1 +mistranslated +mistranslates +mistranslating +mistranslation/10 1 +mistreat/11 1 +mistreatment/2 1 +mistress/4 1 +Mistress 1 +mistrial/1 1 +mistrust/23 1 +mistrustful/8 1 +Misty/3 +misty/50 1 +mistype/6 1 +mistypings +misunderstand/121 984 +misunderstanding/1 1 +misunderstood 985 +misuse/28 1 +misuser 1 +MIT/3 +Mitch/3 +Mitchel/3 +Mitchell +mite/1 1 +miter/23 1 +mites 986 +Mitford/3 +Mithra/2 1 +Mithridates/2 1 +mitigate/6 1 +mitigated 1 +mitigation/2 1 +mitigatory +mitochondrial +mitochondria 987 +mitoses 988 +mitosis/2 989 +mitotic 1 +Mitsubishi/3 +mitt/1 1 +mitten/1 1 +Mitterrand/3 +Mitzi/3 +Mitty/3 +mix/22 1 +mixable 1 +mixed 1 +mixer/1 1 +Mixtec 1 +mixture/1 1 +Mizar +mizzen/1 1 +mizzenmast/1 1 +mizzen 1 +Mk +mks +Mlle +ml 1 +MM +Mme +Mmes +mm 1 +MN +Mn/2 1 +mnemonic/51 1 +Mnemosyne/2 1 +mo +MO +Mo/2 1 +moan/23 1 +moaner/1 1 +moaning 1 +moat/62 1 +mob/136 1 +Mobil/3 +mobile/1 1 +Mobile/2 1 +mobile 1 +mobility/15 1 +mobilizable +mobilization/1 1 +mobilize/6 1 +mobilizer/1 1 +mobster/1 1 +mob 1 +Mob 1 +Mobutu/3 +moccasin/1 1 +mocha/2 1 +mock/414 1 +mocker/1 1 +mockery/15 1 +mocking/8 1 +mockingbird/1 1 +mocking 1 +mockup/1 1 +mod/415 1 +modal/1 1 +modality/60 1 +modal 1 +mode/299 1 +model/78 1 +modeler/1 1 +modeling/1 1 +modem/18 1 +moderate/207 1 +moderation/2 1 +moderator/1 1 +modern/38 1 +modernism/2 1 +modernist/1 1 +modernistic +modernity/2 1 +modernization/1 1 +modernize/6 1 +modernizer/1 1 +modest/75 1 +Modesto +modesty/2 1 +modicum/1 1 +modifiable 1 +modification/1 1 +modifier/1 1 +modify/31 1 +Modigliani +modish/16 1 +modularity 1 +modularization +modularize/251 1 +modular 1 +modulate/6 1 +modulation/1 1 +modulator/1 1 +module/1 1 +moduli 990 +modulo/416 1 +modulus 991 +Moe/3 +Moet/3 +Mogadishu +moggie/10 1 +mogul/1 1 +Mogul/1 1 +moggy/60 1 +Mohacs/3 +mohair/2 1 +Mohamed/3 +Mohammad/3 +Mohammed/2 1 +Mohammedan/1 1 +Mohammedanism/1 1 +Mohave/1 1 +Mohawk/1 1 +Mohegan 1 +Mohican/1 1 +Moho/3 +Mohorovicic/3 +moiety/15 1 +moil/23 1 +moiling 1 +Moira 1 +moire/1 1 +Moises +Moiseyev/3 +moist/21 1 +moisten/11 1 +moistener/1 1 +moisture/2 1 +moisturize/6 1 +moisturizer/1 1 +Mojave/1 1 +molar/1 1 +molarity/60 1 +molar 1 +molasses/2 1 +mold/23 1 +Moldavia/2 1 +Moldavian 1 +moldboard/1 1 +molder/23 1 +molding/1 1 +Moldova/2 1 +Moldovan +moldy/49 1 +mole/1 1 +molecularity/2 1 +molecular 1 +molecule/1 1 +molehill/1 1 +moleskin/2 1 +molest/11 1 +molestation/1 1 +molester/1 1 +Moliere/2 1 +Molina +Moll/3 +moll/1 1 +Mollie/3 +mollies +mollification/2 1 +mollify/31 1 +mollusc/1 1 +molluscan/1 1 +mollusk/1 1 +molluskan/1 1 +Molnar/3 +Moloch/2 1 +Molokai/2 1 +Molotov/2 1 +molt/23 1 +molten 992 +molter/1 1 +Moluccas +molybdenum/2 1 +molly/3 +Molly/3 +mollycoddle/28 1 +mom/1 1 +Mombasa/2 1 +moment/1 1 +momentary/72 1 +momenta 993 +momentous/16 1 +momentum/2 994 +momma/1 1 +mommie/1 1 +mommy/15 1 +Mon/1 1 +Mona/3 +Monacan 1 +Monaco/2 1 +monadic +monarch/1 1 +monarchic +monarchical 1 +monarchism/2 1 +monarchist/1 1 +monarchistic +monarchy/15 1 +monastery/15 1 +monastic/1 1 +monastical/8 1 +monasticism/2 1 +monaural 1 +Mondale/3 +Monday/1 1 +Mondrian +Monegasque/1 1 +Monera/2 1 +Monet +monetarism/2 1 +monetarist/1 1 +monetary/211 1 +monetize/6 1 +money/1 995 +moneybag/1 1 +moneybox +moneyboxes +moneychangers +moneyed +moneygrubber/1 1 +moneygrubbing/2 1 +moneylender/1 1 +moneyless 1 +moneymaker/1 1 +moneymaking/2 1 +monger/23 1 +mongering 1 +Mongol/1 1 +mongol/10 1 +Mongolia/2 1 +Mongolian/1 1 +Mongolic/2 1 +mongolism/2 1 +mongoloid/1 1 +Mongoloid 1 +Mongol 1 +mongoose/1 1 +mongrel/1 1 +Monica/3 +monicker/1 1 +monied 1 +monies 996 +moniker/1 1 +Monique/3 +monism/2 1 +monist/1 1 +monition/1 1 +monitor/23 1 +monitory 1 +Monk/3 +monk/1 1 +monkey/23 1 +monkeyshine/1 1 +monkish 1 +monkshood/1 1 +Monmouth +mono/2 1 +monochromatic 1 +monochrome/1 1 +monocle/1 1 +monocled +monoclonal 1 +monocotyledon/1 1 +monocotyledonous +monocular 1 +monoculture 1 +monodic +monodist/1 1 +monody/15 1 +monogamist/1 1 +monogamously +monogamous 1 +monogamy/2 1 +monogram/160 1 +monograph/18 1 +monolayers +monolingual/1 1 +monolith/1 1 +monolithic 1 +monolog/18 1 +monologist/1 1 +monologue/18 1 +monologuist/1 1 +monomania/2 1 +monomaniac/1 1 +monomaniacal +monomer/1 1 +monomeric +monomial/10 1 +monomolecular 1 +Monongahela +mononucleosis/2 1 +monophonic +monophthongs +monoplane/1 1 +monopole/10 1 +monopolies +monopolist/1 1 +monopolistic 1 +monopolization/2 1 +monopolize/6 1 +monopolizer/1 1 +monopoly/3 +monorail/1 1 +monostable +monosyllabic 1 +monosyllable/1 1 +monotheism/2 1 +monotheist/1 1 +monotheistic +monotone/18 1 +monotonic/39 1 +monotonicity 1 +monotonous/16 1 +monotony/2 1 +mono 1 +monounsaturated +monoxide/1 1 +Monroe/2 1 +Monrovia/2 1 +Monsanto/3 +monseigneur/2 997 +monsieur/2 998 +monsignor/1 1 +Monsignor/1 1 +monsoon/1 1 +monsoonal +monster/1 1 +monstrance/1 1 +monstrosity/15 1 +monstrous/8 1 +Mont +montage/18 1 +Montague +Montaigne +Montana/2 1 +Montanan/1 1 +Montcalm +Monte/3 +Montenegrin 1 +Montenegro/2 1 +Monterrey +Montesquieu +Montessori +Monteverdi +Montevideo/2 1 +Montezuma/2 1 +Montgolfier +Montgomery/2 1 +month/1 1 +monthlies +monthly's +monthly 1 +Monticello +Montoya/3 +Montpelier/2 1 +Montrachet 1 +Montreal/2 1 +Montserrat/2 1 +Monty/3 +monument/18 1 +monumental/8 1 +moo/417 1 +mooch/22 1 +moocher/1 1 +mood/1 1 +Moody +moody/50 1 +Moog 1 +Moon/3 +moon/23 1 +moonbeam/1 1 +Mooney/3 +moonless 1 +moonlight/23 999 +moonlighter/1 1 +moonlighting/2 1 +moonlit 1000 +moonrise 1 +moonscape/1 1 +moonshine/18 1 +moonshiner/1 1 +moonshot/1 1 +moonstone/1 1 +moonstruck 1 +moonwalk/18 1 +moor/1 1 +Moor/1 1 +moor/11 1 +Moore +moorhen/10 1 +mooring/1 1 +Moorish/2 1 +moorland/1 1 +moose/2 1 +moot/414 1 +mooter 1 +mooting 1 +mop/47 1 +mope/28 1 +moped/1 1 +moper/1 1 +mopey 1001 +mopier 1002 +mopiest 1002 +mopish 1 +moppet/1 1 +mopy/34 1 +moraine/1 1 +moral/164 1 +morale/2 1 +Morales/3 +moralist/1 1 +moralistic/39 1 +morality/15 1 +moralization/2 1 +moralize/6 1 +moralizer/1 1 +Moran/3 +morass/4 1 +moratorium/1 1 +Moravia +Moravian 1 +moray/1 1 +morbid/16 1 +morbidity/2 1 +mordancy/2 1 +mordant/164 1 +Mordred +More +more/130 1 +moreish +morel/1 1 +Moreno/3 +moreover +more 1003 +Morgan/1 1 +morgue/1 1 +Moriarty/3 +moribund/8 1 +moribundity 1 +Morin/3 +Morison/3 +Morita/3 +Morley +Mormon/1 1 +Mormonism/1 1 +Mormon 1 +morn/86 1 +morning/1 1 +Moroccan/1 1 +morocco/2 1 +Morocco/2 1 +moron/1 1 +Moroni +moronic/39 1 +morose/16 1 +Moro 1 +morph/5 1 +morpheme/18 1 +morphemic 1 +Morpheus/2 1 +morphia/2 1 +morphine/2 1 +morphing/2 1 +morphism +morphisms +morphogenesis 1 +morphological/8 1 +morphology/15 1 +Morphy/3 +Morris +Morrison +Morrow/3 +morrow/1 1 +Morse/2 1 +morsel/18 1 +Mort/3 +mortal/30 1 +mortality/2 1 +mortar/23 1 +mortarboard/1 1 +mortgage/28 1 +mortgageable +mortgagee/1 1 +mortgager/1 1 +mortgagor/1 1 +mortice/28 1 +mortician/1 1 +mortification/2 1 +mortified 1 +mortify/31 1 +mortifying 1 +Mortimer +mortise/28 1 +Morton/2 1 +mortuary/15 1 +mos/157 1 +mosaic/1 1 +Mosaic/2 1 +mosaic/58 1 +Mosaic 1 +Moscow/2 1 +Moseley +Moselle/2 1 +Moses/2 1 +mosey/11 1 +mosh/7 1 +moshing 1 +Mosley/3 +mosque/1 1 +mosquito/4 1 +Moss/3 +moss/40 1 +mossback/1 1 +mossy/34 1 +most/37 1004 +Mosul +mot/1 1 +mote/1 1 +motel/1 1 +motet/1 1 +moth/1 1 +mothball/23 1 +mother/23 1 +motherboard/1 1 +motherfucker/80 1 +motherfucking/309 +motherhood/2 1 +mothering 1 +motherland/1 1 +motherless 1 +motherly/140 1 +motif/123 1 +motile/10 1 +motility/2 1 +motion/23 1 +motionless/16 1 +motivate/6 1 +motivation/1 1 +motivational +motivator/1 1 +motive/18 1 +motiveless 1 +motive 1 +motley/18 1005 +motlier 1006 +motliest 1006 +motocross/4 1 +motor/23 1 +motorbike/28 1 +motorboat/1 1 +motorcade/18 1 +motorcar/1 1 +motorcycle/28 1 +motorcyclist/1 1 +motoring 1 +motorist/1 1 +motorization/2 1 +motorize/6 1 +motorman/2 1007 +motormen 1008 +motormouth/1 1 +Motorola/3 +motor 1 +motorway/1 1 +Motown/2 1 +Motrin/2 1 +Mott +mottle/43 1 +mottling 1 +motto/4 1 +moue/18 1 +moulder/5 1 +moult/23 1 +moulting 1 +mound/23 1 +Mount +mount/23 1 +mountable 1 +mountain/1 1 +mountaineer/23 1 +mountaineering/2 1 +mountainous 1 +mountainside/1 1 +mountaintop/1 1 +mountain 1 +Mountbatten +mountebank/18 1 +mounter/1 1 +Mountie/1 1 +mounties +mounting/1 1 +mourn/11 1 +mourner/1 1 +mournful/85 1 +mourning/2 1 +mouse/360 1009 +mouser/1 1 +mousetrap/47 1 +mousey 1010 +mousier 1011 +mousiest 1011 +mousing 1 +moussaka/10 1 +mousse/28 1 +Moussorgsky +moustachioed +mousy/49 1 +mouth/23 1 +Mouthe/3 +mouthful/1 1 +mouthing 1 +mouthorgan +mouthpiece/1 1 +mouthwash/4 1 +mouthwatering +mouthy/49 1 +Mouton/3 +mouton/2 1 +movable/1 1 +move/28 1 +moveable/1 1 +movement/1 1 +mover/1 1 +movie/1 1 +moviegoer/1 1 +moving/8 1 +mow/23 1 +mower/1 1 +Mowgli/3 +mowing 1 +moxie/2 1 +Mozambican/1 1 +Mozambique/2 1 +Mozart/2 1 +Mozilla/3 +mozzarella/2 1 +mp +MP/2 1 +mpg +mph 1 +Mr/1 1 +MRI/2 1 +MS/2 1 +Mses +MSG/2 1 +Msgr +MST/2 1 +MSW +mt +Mt +MT/2 1 +mtg +mtge +m 1 +MTV +mu/1 1 +Muawiya/3 +Mubarak/3 +much/418 899 +mucilage/2 1 +mucilaginous 1 +muck/23 1 +muckrake/6 1 +muckraker/1 1 +mucky/34 1 +mucosa 1 +mucous 1 +mucus/2 1 +mud/2 1 +muddle/28 1 +muddled 1 +muddleheaded +muddy/143 1 +muddying 1 +mudflap/10 1 +mudflat/1 1 +mudflow/10 1 +mudguard/1 1 +mudlarks +mudpack/10 1 +mudroom/1 1 +mudslide/1 1 +mudslinger/1 1 +mudslinging/2 1 +mud 1 +Mueller/3 +Muenster/1 1 +muenster/2 1 +muesli 1 +muezzin/1 1 +muff/23 1 +muffin/1 1 +muffle/43 1 +muffler/1 1 +muffling 1 +mufti/1 1 +mug/92 1 +Mugabe/3 +mugful/1 1 +mugger/18 1 +mugging/1 1 +muggins 1 +mugshot/1 1 +mugwump/1 1 +muggy/49 1 +Muhammad/2 1 +Muhammadan/1 1 +Muhammadanism/1 1 +Muir +mujaheddin +mujahedin/2 1 +Mujib/3 +mukluk/1 1 +mulatto/4 1 +mulberry/15 1 +mulch/22 1 +mulct/23 1 +Mulder/3 +mule/18 1 +muleskinner/1 1 +muleteer/1 1 +mulish/16 1 +mull/5 1 +mullah/1 1 +mullein/2 1 +Mullen/3 +Muller/3 +mullet/1 1 +Mulligan/3 +mulligan/1 1 +mulligatawny/2 1 +Mullikan/3 +Mullins +mullion/62 1 +Mulroney/3 +Multan +multichannel 1 +multicolored +multicolor 1 +multicultural +multiculturalism/2 1 +Multics/89 1 +multidimensional +multidisciplinary +multifaceted +multifamily +multifarious/16 1 +multiform +multifunction +multifunctional +multilateral/8 1 +multilayer +multilevel +multilingual +multilingualism/2 1 +multimedia/2 1 +multimeter 1 +multimillionaire/1 1 +multimillion 1 +multinational/1 1 +multiparty +multiphase +multiple/419 1 +multiplex/22 1 +multiplexer/1 1 +multiplexor/1 1 +multiplicand/1 1 +multiplication/1 1 +multiplicative 1 +multiplicity/15 1 +multiplier/1 1 +multiply/31 1 +multiprocessing 1 +multiprocessor/1 1 +multiprogramming 1 +multipurpose +multiracial +multistage 1 +multistory 1 +multitask/121 1 +multitasking/2 1 +multitude/1 1 +multitudinous 1 +multivalued +multivariate +multivitamin/1 1 +mum/420 1012 +Mumbai/3 +mumble/28 1 +mumbler/1 1 +mumbletypeg/2 1 +mumbling/10 1 +Mumford +mummer/1 1 +mummery/2 1 +mummification/2 1 +mummify/31 1 +mummy/167 1 +mumps +mumps's +Munch +munch/7 1 +muncher/10 1 +Munchhausen/2 1 +munchies/2 1 +munchkin/1 1 +mundane/191 1 +mung/5 1 +Munich/2 1 +municipal/30 1 +municipality/15 1 +munificence/2 1 +munificent/8 1 +munition/23 1 +Munoz/3 +Munro 1 +Munster 1 +mun 1 +muons +Muppet/3 +mural/1 1 +muralist/1 1 +mural 1 +Murasaki/3 +Murat +Murchison/3 +Murcia +murder/23 1 +murderer/1 1 +murderess/4 1 +murderous/8 1 +Murdoch +Muriel/3 +Murillo +Murine/3 +murk/18 1 +murky/50 1 +Murmansk +murmur/23 1 +murmurer/1 1 +murmuring/1 1 +murmurous 1 +Murphy 1 +murrain/2 1 +Murray/2 1 +Murrow/3 +Murrumbidgee +mus/421 1 +muscat/1 1 +Muscat/2 1 +muscatel/1 1 +muscle/28 1 +musclebound +muscleman 1013 +musclemen 1014 +muscling 1 +muscly +Muscovite/2 1 +Muscovy/2 1 +muscular/8 1 +muscularity/2 1 +musculature/2 1 +muse/1 1 +Muse/2 1 +muse/6 1 +musette/1 1 +museum/1 1 +mush/22 1 +Musharraf/3 +musher/10 1 +mushroom/23 1 +mushy/49 1 +Musial/3 +music/18 1 +musical/30 1 +musicale/1 1 +musicality/2 1 +musician/1 1 +musicianly +musicianship/2 1 +musicological 1 +musicologist/1 1 +musicology/2 1 +musing/30 1 +musk/2 1 +muskeg/1 1 +muskellunge/1 1 +musket/1 1 +musketeer/1 1 +musketry/2 1 +muskie/41 1 +muskmelon/1 1 +Muskogee/2 1 +muskox/422 1 +muskrat/1 1 +musk 1 +musky/423 1 +Muslim/1 1 +muslin/2 1 +muss/22 1 +mussel/1 1 +Mussolini/2 1 +Mussorgsky +mussy/34 1 +must/91 1 +mustache/1 1 +mustached +mustachio/1 1 +mustachioed +mustang/1 1 +mustard/2 1 +muster/23 1 +mustn't +musty/50 1 +mutability/2 1 +mutable/19 1 +mutagen/1 1 +mutant/1 1 +mutate/6 1 +mutation/1 1 +mutational 1 +mutative +mute/107 1 +muted 1 +mutilate/6 1 +mutilation/1 1 +mutilator/1 1 +mutineer/18 1 +mutinous/8 1 +mutiny/56 1 +Mutsuhito/3 +mutt/1 1 +mutter/23 1 +mutterer/1 1 +muttering/1 1 +mutton/2 1 +muttonchops +muttonchops's +mutual/8 1 +mutuality/2 1 +mutual 1 +muumuu/1 1 +muzak +Muzak 1 +muzzle/28 1 +muzzy/243 1 +MVP/2 1 +MW +my/10 1 +Myanmar/2 1 +Mycenae/2 1 +Mycenaean 1 +mycologist/1 1 +mycology/2 1 +myelitis/2 1 +Myers +Mylar/1 1 +Myles/3 +myna/1 1 +mynah/1 1 +myocardial +myopia/2 1 +myopically +myopic 1 +Myra/3 +Myrdal/3 +myriad/1 1 +myrmidon/1 1 +Myrna/3 +Myron +myrrh/2 1 +Myrtle/3 +myrtle/1 1 +myself 1 +Mysore +MySpace/3 +Myst/3 +mysterious/16 1 +mystery/167 1 +mystic/1 1 +mystical/8 1 +mysticism/2 1 +mystic 1 +mystification/2 1 +mystified 1 +mystify/31 1 +mystifying 1 +mystique/2 1 +myth/1 1 +mythical 1 +mythic 1 +mythological 1 +mythologist/1 1 +mythologize/6 1 +mythology/15 1 +myxomatosis 1 +n +N/2 1 +Na/2 1 +NAACP +naan/10 1 +nab/145 1 +Nabisco/3 +nabob/1 1 +Nabokov +nabs 1 +nacelle/1 1 +nacho/1 1 +nacre/2 1 +nacreous 1 +Nader +Nadia/3 +Nadine/3 +nadir/1 1 +nae 1 +naffer +naffest +naff 1 +NAFTA +nag/92 1 +Nagasaki/2 1 +nagger/1 1 +nagging 1 +Nagoya +Nagpur +nagware +nagwares +Nagy +nah +Nahuatl/1 1 +Nahum +naiad/1 1 +naif/1 1 +nail/23 1 +nailbrush/4 1 +nailing 1 +Naipaul/3 +Nair/3 +Nairobi/2 1 +Naismith/3 +naive/45 1 +naivete/2 1 +naive 1 +naivety/2 1 +naked/21 1 +Nam/3 +Namath/3 +name/28 1 +nameable 1 +namedrop/424 1 +namedropping/2 1 +namelessly +nameless 1 +namely 1 +nameplate/1 1 +namesake/1 1 +Namibia/2 1 +Namibian/1 1 +naming/10 1 +Nan/3 +nan/10 1 +Nanak +Nanchang +Nancy +Nanette/3 +Nanjing/2 1 +Nanking/1 1 +Nannie/3 +nanobot/10 1 +nanometer/10 1 +Nanook/3 +nanosecond/1 1 +nanotechnology/60 1 +Nansen +Nantes/3 +Nantucket/2 1 +nanny/167 1 +Naomi/2 1 +nap/47 1 +napalm/23 1 +nape/1 1 +Naphtali/3 +naphtha/2 1 +naphthalene/2 1 +Napier/2 1 +napkin/1 1 +Naples/2 1 +napless 1 +napoleon/1 1 +Napoleon/1 1 +Napoleonic 1 +napper/1 1 +nappy/42 1 +Napster/3 +narc/18 1 +narcissism/2 1 +narcissist/1 1 +narcissistic +narcissus/2 1 +Narcissus/2 1 +narcolepsy/2 1 +narcoleptic 1 +narcoses 1015 +narcosis/2 1016 +narcotic/1 1 +narcotization/2 1 +narcotize/6 1 +nark/23 1 +narky 1 +Narmada/3 +Narnia/3 +Narraganset 1 +Narragansett 1 +narrate/6 1 +narration/1 1 +narrative/1 1 +narratology 1 +narrator/1 1 +narrow/52 1 +narrowing 1 +narwhal/1 1 +nary 1 +NASA/2 1 +nasal/30 1 +nasality/2 1 +nasalization/2 1 +nasalize/6 1 +NASCAR/3 +nascence/2 1 +nascent 1 +NASDAQ/2 1 +Nash +Nashua +Nashville/2 1 +Nassau/2 1 +Nasser/2 1 +nasturtium/1 1 +nasty/50 1 +Nat/3 +Natalia/3 +Natalie/3 +natal 1 +Natasha/3 +Natchez +natch 1 +Nate/3 +Nathan +Nathaniel/3 +Nathans +nation/1 1 +national/30 1 +nationalism/2 1 +nationalist/1 1 +nationalistic/39 1 +nationality/15 1 +nationalization/1 1 +nationalize/6 1 +nationhood/2 1 +Nation 1 +nationwide +Nationwide/3 +native/1 1 +nativity/15 1 +Nativity/2 1 +natl +NATO/2 1 +natter/23 1 +natural/36 1 +naturalism/2 1 +naturalist/1 1 +naturalistic 1 +naturalization/2 1 +naturalize/6 1 +Nature +nature/18 1 +naturism 1 +naturist/10 1 +natty/50 1 +Naugahyde 1 +naught/1 1 +naughty/50 1 +Nauru/2 1 +nausea/2 1 +nauseate/6 1 +nauseating/8 1 +nauseous/16 1 +nautical/8 1 +nautilus/4 1 +Nautilus 1 +Navaho/2 1 +Navajo/71 1 +naval 1 +Navarre +Navarro/3 +nave/1 1 +navel/1 1 +navigability/2 1 +navigable 1 +navigate/6 1 +navigation/2 1 +navigational +navigator/1 1 +Navratilova/3 +navvy/425 1 +navy/15 1 +Navy 1 +nay/1 1 +naysayer/1 1 +nay 1 +Nazarene 1 +Nazareth +Nazca +Nazi/1 1 +Naziism/1 1 +Nazism/1 1 +Nazi 1 +NB +Nb/2 1 +NBA +NBC +NBS +NC +NCAA +NCO +ND +Nd/2 1 +N'Djamena +Ndjamena/2 1 +Ne/2 1 +NE/2 1 +Neal/3 +neanderthal/1 1 +Neanderthal/1 1 +neap/18 1 +Neapolitan 1 +neap 1 +near/426 1 +nearby 1 +nearside 1 +nearsighted/33 1 +nearsightedly +neat/21 1 +neaten/11 1 +neath +neat 1 +Neb +Nebr +Nebraska/2 1 +Nebraskan/1 1 +Nebuchadnezzar 1 +nebula/53 1 +nebular +nebulosity 1 +nebulous/16 1 +necessary/206 1 +necessitate/6 1 +necessitous 1 +necessity/15 1 +neck/23 1 +neckband/10 1 +neckerchief/1 1 +necking/2 1 +necklace/28 1 +necklacings +neckline/1 1 +necktie/1 1 +necrology/2 1 +necromancer/1 1 +necromancy/2 1 +necromantic +necrophiliac/10 1 +necrophilia 1 +necropolis/4 1 +necropsy 1 +necroses 1017 +necrosis/2 1018 +necrotic +nectar/2 1 +nectarine/1 1 +Ned/3 +need/23 1 +needful/8 1 +needle/28 1 +needlecraft 1 +needlepoint/2 1 +needless/8 1 +needlessness/3 +needless 1 +needlewoman/2 1019 +needlewomen 1020 +needlework/2 1 +needling 1 +needn't +needy/49 1 +ne'er +nee 1 +nefarious/16 1 +Nefertiti +negate/6 1 +negation/1 1 +negative/207 1 +negativism/2 1 +negativity/2 1 +Negev/2 1 +neglect/23 1 +neglected 1 +neglectful/16 1 +neglige/1 1 +negligee/1 1 +negligence/2 1 +negligent/8 1 +negligibility 1 +negligible/19 1 +negotiability/2 1 +negotiable 1 +negotiate/6 1 +negotiation/1 1 +negotiator/1 1 +Negress/4 1 +negritude/2 1 +Negritude 1 +Negro/4 1 +Negroid/1 1 +negroid 1 +Negros +negro 1 +neg 1 +NEH +Nehemiah +Nehru/2 1 +neigh/23 1 +neighbor/210 1 +neighborhood/1 1 +neighborly/140 1 +Neil/3 +neither 1 +Nelda/3 +Nell/3 +Nellie/3 +Nelsen/3 +Nelson +nelson/1 1 +Nelly/3 +nematode/1 1 +Nembutal/2 1 +nemeses 1021 +Nemesis/2 1 +nemesis/2 1022 +neoclassic +neoclassical +neoclassicism/2 1 +neocolonialism/2 1 +neocolonialist/1 1 +neoconservative/1 1 +neodymium/2 1 +Neogene +neolithic +Neolithic +neologism/1 1 +neon/2 1 +neonatal 1 +neonate/1 1 +neophilia/10 1 +neophyte/1 1 +neoplasm/1 1 +neoplastic +neoprene/2 1 +Nepal/2 1 +Nepalese/2 1 +Nepali/1 1 +nepenthe/2 1 +nephew/1 1 +nephrite/2 1 +nephritic +nephritis/2 1 +nepotism/2 1 +nepotist/1 1 +nepotistic +Neptune/2 1 +neptunium/2 1 +nerd/1 1 +nerdy/34 1 +Nereid/2 1 +Nerf +Nero +Neruda +nerve/28 1 +nerveless/16 1 +nerving 1 +nervous/16 1 +nervy/49 1 +Nescafe/3 +Nesselrode 1 +nest/23 1 +nestable +Nestle/3 +nestle/43 1 +nestling/1 1 +Nestor/2 1 +Nestorius +net/403 1 +netball 1 +Netherlander/1 1 +Netherlands +nethermost +nether 1 +netherworld/2 1 +netiquette/10 1 +Netscape/2 1 +nett/427 1 +netter/10 1 +Nettie/3 +netting/2 1 +nettle/28 1 +nettlesome +nettling 1 +nett 1 +network/23 1 +networking/2 1 +Netzahualcoyotl/3 +neuralgia/2 1 +neuralgic +neural 1 +neurally 1 +neurasthenia/2 1 +neurasthenic/1 1 +neuritic/1 1 +neuritis/2 1 +neurobiology 1 +neurological +neurologically +neurologist/1 1 +neurology/2 1 +neuron/1 1 +neuronal +neurone/10 1 +neurophysiology 1 +neuroscience 1 +neuroses 1023 +neurosis/2 1024 +neurosurgeon/1 1 +neurosurgery/2 1 +neurotic/51 1 +neurotransmitter/1 1 +neut +neuter/23 1 +neutral/30 1 +neutralism/2 1 +neutralist/1 1 +neutrality/2 1 +neutralization/2 1 +neutralize/6 1 +neutralizer/1 1 +neutrino/1 1 +neutron/1 1 +Nev +Neva +Nevada/2 1 +Nevadan/1 1 +Nevadian 1 +nevermore +nevertheless +never 1 +Nevis/2 1 +nevi 1025 +Nevsky/3 +nevus/2 1026 +new/428 1 +Newark/2 1 +newbie/1 1 +newborn/1 1 +Newcastle/2 1 +newcomer/1 1 +newel/1 1 +newfangled 1 +Newfoundland/1 1 +Newfoundlander 1 +newish +newline/10 1 +newlywed/1 1 +Newman +Newport/2 1 +new's +news/2 1 +NeWS/89 1 +newsagent/10 1 +newsboy/1 1 +newscast/18 1 +newscaster/1 1 +newsdealer/1 1 +newsflash/89 1 +newsgirl/1 1 +newsgroup/1 1 +newshound/10 1 +newsletter/1 1 +newsman/2 1027 +newsmen 1028 +newspaper/18 1 +newspaperman/2 1029 +newspapermen 1030 +newspaperwoman/2 1031 +newspaperwomen 1032 +newsprint/2 1 +newsreader/10 1 +newsreel/1 1 +newsroom/1 1 +newsstand/1 1 +news 1 +Newsweek/3 +newsweeklies +newsweekly/3 +newswoman/2 1033 +newswomen 1034 +newsworthy/49 1 +newsy/34 1 +newt/1 1 +newton/1 1 +Newton/2 1 +Newtonian/2 1 +Nexis +next's +next 1 +nexus/4 1 +NF +NFC +NFL +Ngaliema/3 +Nguyen/3 +NH +NHL +niacin/2 1 +Niagara/2 1 +Niamey/2 1 +nib/18 1 +nibble/28 1 +nibbler/1 1 +nibbling 1 +Nibelung 1 +Nicaea +Nicaragua/2 1 +Nicaraguan/1 1 +Niccolo/3 +nice/27 1 +Nice/2 1 +Nicene +nicety/15 1 +niche/18 1 +Nichiren/3 +Nicholas +Nichole/3 +Nichols +Nicholson +Nick/3 +nick/23 1 +nickel/18 1 +Nickelodeon/3 +nickelodeon/1 1 +nickel 1 +nicker/23 1 +Nicklaus +nickle/58 1 +nicknack/1 1 +nickname/28 1 +Nickolas +Nicobar/3 +Nicodemus +Nicola/1 1 +Nicole/3 +Nicosia/2 1 +nicotine/2 1 +Niebuhr/3 +niece/1 1 +Nielsen +Nietzsche +Nieves/3 +niff 1 +niffy 1 +niftily +nifty/34 1 +Nigel/3 +Niger/2 1 +Nigeria/2 1 +Nigerian/1 1 +Nigerien/2 1 +niggard/164 1 +niggardly/140 1 +nigger/429 1 +niggle/6 1 +niggler/1 1 +niggle's +niggling 1 +nigh/166 1 +night/1 1 +nightcap/1 1 +nightclothes/2 1 +nightclub/136 1 +nightdress/4 1 +nightfall/2 1 +nightgown/1 1 +nighthawk/1 1 +nightie/1 1 +nightingale/1 1 +Nightingale/2 1 +nightlife/2 1 +nightlight/10 1 +nightlong 1 +nightly 1 +nightmare/1 1 +nightmarish 1 +nightshade/1 1 +nightshirt/1 1 +nightspot/1 1 +nightstand/1 1 +nightstick/1 1 +nigh 1 +nighttime/2 1 +night 1 +nightwatchman +nightwatchmen +nightwear/2 1 +nighty/15 1 +NIH +nihilism/2 1 +nihilist/1 1 +nihilistic +Nijinsky +Nike/2 1 +Nikita/3 +Nikkei +Nikki/3 +Nikolai/3 +Nikolayev +Nikon/3 +nil/2 1 +Nile/2 1 +nil 1 +nimbi 1035 +nimble/289 1 +nimbus/2 1036 +NIMBY +nimby 1 +Nimitz +nimrod/1 1 +Nimrod 1 +Nina/2 1 +nincompoop/1 1 +nine/1 1 +ninepence 1 +ninepin/130 1 +nineteen/1 1 +nineteenth/1 1 +ninetieth/1 1 +nine 1 +ninety/15 1 +Nineveh/2 1 +ninja/1 1 +Nintendo +ninth/1 1 +ninny/15 1 +Niobe +niobium/2 1 +nip/47 1 +nipper/18 1 +nippiness/3 +nipping 1 +nipple/18 1 +Nippon/2 1 +Nipponese/2 1 +nippy/34 1 +Nirenberg/3 +nirvana/2 1 +Nirvana 1 +Nisan/2 1 +nisei/2 1 +Nisei 1 +Nissan/2 1 +Ni 1037 +nit/1 1 +Nita/3 +nite/1 1 +niter/2 1 +nitpick/11 1 +nitpicker/1 1 +nitpicking/2 1 +nitrate/28 1 +nitration/2 1 +nitric 1 +nitride/58 1 +nitrification/2 1 +nitrite/1 1 +nitrocellulose/2 1 +nitrogen/2 1 +nitrogenous +nitroglycerin/2 1 +nitroglycerine/2 1 +nitrous 1 +nitwit/1 1 +Nivea/3 +nix/22 1 +Nixon/2 1 +nix 1 +NJ +Nkrumah +NLRB +NM +No/2 1038 +no/71 1 +Noah/2 1 +nob/10 1 +nobble/6 1 +Nobel +Nobelist/1 1 +nobelium/2 1 +nobility/2 1 +Noble/3 +noble/430 1 +nobleman/2 1039 +noblemen 1040 +nobles 1 +noblewoman/2 1041 +noblewomen 1042 +nobody/15 1 +nocturnal/8 1 +nocturne/1 1 +nod/113 1 +nodal 1 +nodding 1 +noddle/18 1 +noddy 1 +node/1 1 +NoDoz/3 +nodular +nodule/1 1 +Noe/3 +noel/1 1 +Noel/1 1 +Noelle/3 +Noemi/2 1 +noes 1 +noggin/1 1 +Noh +nohow 1 +noise/28 1 +noiseless/16 1 +noisemaker/1 1 +noisome 1 +noisy/50 1 +Nokia/3 +Nola/3 +Nolan/3 +nomad/1 1 +nomadic 1 +Nome +nomenclature/1 1 +nominal/8 1 +nominate/6 1 +nomination/1 1 +nominative/1 1 +nominator/1 1 +nominee/1 1 +Nona/2 1 +nonabrasive 1 +nonabsorbent/1 1 +nonacademic 1 +nonacceptance/2 1 +nonacid 1 +nonactive/1 1 +nonaddictive +nonadhesive 1 +nonadjacent 1 +nonadjustable 1 +nonadministrative 1 +nonage/1 1 +nonagenarian/1 1 +nonaggression/2 1 +nonalcoholic 1 +nonaligned +nonalignment/2 1 +nonallergic +nonappearance/1 1 +nonassignable 1 +nonathletic 1 +nonattendance/2 1 +nonautomotive +nonavailability/2 1 +nonbasic +nonbeliever/1 1 +nonbelligerent/1 1 +nonbinding 1 +nonbreakable +nonburnable +noncaloric +noncancerous +nonce/2 1 +nonchalance/2 1 +nonchalant/8 1 +nonchargeable +nonclerical/1 1 +nonclinical 1 +noncollectable +noncom/1 1 +noncombat +noncombatant/1 1 +noncombustible 1 +noncommercial/1 1 +noncommittal +noncommittally +noncommunicable +noncompeting +noncompetitive 1 +noncompliance/2 1 +noncomplying 1 +noncomprehending 1 +nonconducting +nonconductor/1 1 +nonconforming +nonconformism 1 +nonconformist/1 1 +nonconformity/2 1 +nonconsecutive 1 +nonconstructive 1 +noncontagious 1 +noncontinuous 1 +noncontributing +noncontributory 1 +noncontroversial 1 +nonconvertible 1 +noncooperation/2 1 +noncorroding 1 +noncorrosive 1 +noncredit +noncriminal/1 1 +noncritical 1 +noncrystalline +noncumulative 1 +noncustodial +nondairy 1 +nondeductible/2 1 +nondelivery/15 1 +nondemocratic +nondenominational 1 +nondepartmental 1 +nondepreciating +nondescriptly +nondescript 1 +nondestructive 1 +nondetachable +nondisciplinary +nondisclosure/2 1 +nondiscrimination/2 1 +nondiscriminatory +nondramatic 1 +nondrinker/1 1 +nondrying 1 +noneducational 1 +noneffective 1 +nonelastic 1 +nonelectrical 1 +nonelectric 1 +nonempty +nonenforceable +nonentity/15 1 +nonequivalent/1 1 +nonessential 1 +nonesuch/4 1 +nonetheless +none 1 +nonevent/1 1 +nonexchangeable +nonexclusive +nonexempt/2 1 +nonexistence/2 1 +nonexistent +nonexplosive/1 1 +nonfactual 1 +nonfading +nonfatal 1 +nonfattening +nonfat 1 +nonferrous +nonfiction/2 1 +nonfictional +nonflammable +nonflowering +nonfluctuating +nonflying 1 +nonfood/2 1 +nonfreezing +nonfunctional 1 +nongovernmental +nongranular +nonhazardous 1 +nonhereditary 1 +nonhuman +nonidentical +noninclusive 1 +nonindependent 1 +nonindustrial 1 +noninfectious 1 +noninflammatory +noninflationary +noninflected +nonintellectual/1 1 +noninterchangeable 1 +noninterference/2 1 +nonintervention/2 1 +nonintoxicating 1 +noninvasive +nonirritating +nonjudgmental +nonjudicial 1 +nonlegal +nonlethal 1 +nonlinear +nonliterary 1 +nonliving/2 1 +nonmagnetic +nonmalignant 1 +nonmember/1 1 +nonmetal/1 1 +nonmetallic +nonmigratory +nonmilitant 1 +nonmilitary 1 +nonnarcotic/1 1 +nonnative/1 1 +nonnegotiable +nonnuclear +nonnumerical 1 +nonobjective +nonobligatory 1 +nonobservance/2 1 +nonobservant 1 +nonoccupational +nonoccurrence/2 1 +nonofficial 1 +nonoperational +nonoperative +nonparallel/1 1 +nonparametric +nonpareil/1 1 +nonparticipant/1 1 +nonparticipating +nonpartisan/1 1 +nonpaying +nonpayment/1 1 +nonperformance/2 1 +nonperforming +nonperishable 1 +nonperson/1 1 +nonphysical/8 1 +nonplus/431 1 +nonpoisonous 1 +nonpolitical 1 +nonpolluting +nonporous +nonpracticing +nonprejudicial 1 +nonprescription +nonproductive 1 +nonprofessional/1 1 +nonprofit/1 1 +nonprofitable 1 +nonproliferation/2 1 +nonpublic +nonpunishable +nonracial 1 +nonradioactive +nonrandom 1 +nonreactive +nonreciprocal/1 1 +nonreciprocating +nonrecognition/2 1 +nonrecoverable +nonrecurring +nonredeemable +nonrefillable +nonrefundable +nonreligious 1 +nonrenewable +nonrepresentational +nonresident/1 1 +nonresidential +nonresidual/2 1 +nonresistance/2 1 +nonresistant 1 +nonrestrictive +nonreturnable/1 1 +nonrhythmic 1 +nonrigid +nonsalaried +nonscheduled +nonscientific 1 +nonscoring +nonseasonal 1 +nonsectarian +nonsecular +nonsegregated +nonsense/1 1 +nonsensical/8 1 +nonsensitive 1 +nonsexist +nonsexual 1 +nonskid 1 +nonslip 1 +nonsmoker/1 1 +nonsmoking +nonsocial 1 +nonspeaking +nonspecialist/1 1 +nonspecializing +nonspecific 1 +nonspiritual/1 1 +nonstaining +nonstandard +nonstarter/1 1 +nonstick 1 +nonstop 1 +nonstrategic +nonstriking +nonstructural 1 +nonsuccessive 1 +nonsupport/2 1 +nonsupporting +nonsurgical 1 +nonsustaining +nonsympathizer/2 1 +nontarnishable +nontaxable 1 +nontechnical 1 +nontenured +nontheatrical 1 +nonthinking 1 +nonthreatening 1 +nontoxic 1 +nontraditional 1 +nontransferable +nontransparent 1 +nontrivial +nontropical 1 +non 1 +nonuniform +nonunion 1 +nonuser/1 1 +nonvenomous 1 +nonverbal 1 +nonviable 1 +nonviolence/2 1 +nonviolent/8 1 +nonvirulent 1 +nonvocal 1 +nonvocational 1 +nonvolatile +nonvoter/1 1 +nonvoting +nonwhite/1 1 +nonworking +nonzero +nonyielding +noodle/28 1 +nook/1 1 +nookie 1 +nooky 1 +noon/18 1 +noonday/2 1 +noontide/2 1 +noontime/2 1 +noon 1 +noose/18 1 +Nootka/2 1 +nope 1 +nor +Nora/3 +NORAD/3 +noradrenaline 1 +noradrenalin 1 +Norbert/3 +Norberto/3 +Nordic/1 1 +nor'easter +Noreen/3 +Norfolk/2 1 +Noriega/3 +norm/62 1 +Norma +normal/30 1 +normalcy/2 1 +normality/2 1 +normalizable +normalization/1 1 +normalize/6 1 +normalizer/10 1 +Norman/1 1 +Normand/3 +Normandy/2 1 +Norman 1 +normative 1 +Norplant 1 +Norris +Norse/2 1 +Norseman/2 1043 +Norsemen 1044 +Norse 1 +north/44 1 +North/1 1 +north/2 1 +Northampton +northbound 1 +northeast/44 1 +Northeast/1 1 +northeast/2 1 +northeaster/1 1 +northeasterly +northeastern +northeastward/10 1 +norther/1 1 +northerlies +northerly's +northerly 1 +northern/44 1 +Northern/2 1 +northerner/1 1 +Northerner/2 1 +northernmost +northern 1 +northmen +Northrop/3 +Northrup/3 +North 1 +northward/10 1 +northwest/44 1 +Northwest/1 1 +northwest/2 1 +northwester/1 1 +northwesterly +northwestern +northwestward/10 1 +Norton/3 +Norw +Norway/2 1 +Norwegian/1 1 +Norwich +nos/205 1 +nose/28 1 +nosebag/10 1 +nosebleed/1 1 +nosecone/1 1 +nosedive/6 1 +nosedive's +nosegay/1 1 +Nosferatu/3 +nosh/22 1 +nosher/1 1 +nosier 1045 +nosiest 1045 +nosing 1 +nostalgia/2 1 +nostalgic/39 1 +Nostradamus +nostril/1 1 +nostrum/1 1 +nosy/50 1 +notability/15 1 +notable/82 1 +notarial 1 +notarization/2 1 +notarize/6 1 +notary/15 1 +notate/6 1 +notation/1 1 +notational +notationally +notch/22 1 +notching 1 +note/28 1 +notebook/1 1 +noted 1 +notelet/10 1 +notepad/10 1 +notepaper/2 1 +noteworthy/140 1 +nothing/1 1 +nothingness/3 +nothing 1 +notice/28 1 +noticeable/19 1 +noticeboard +noticeboards +notifiable +notification/1 1 +notifier/1 1 +notify/31 1 +notion/1 1 +notional/8 1 +notoriety/2 1 +notorious/8 1 +no 1 +Nottingham +not 1 +notwithstanding +notwork/10 1 +Nouakchott/2 1 +nougat/1 1 +Noumea/3 +noun/1 1 +nounal +nourish/7 1 +nourishing 1 +nourishment/2 1 +nous 1 +Nov/2 1 +Nova +nova/57 1 +Novartis/3 +nova's 1046 +nova 1047 +novel/1 1 +novelette/1 1 +novelist/1 1 +novelistic 1 +novelization/1 1 +novelize/6 1 +novella/1 1 +novel 1 +novelty/15 1 +November/1 1 +novena/1 1 +novene +Novgorod +novice/1 1 +novitiate/1 1 +Novocain/1 1 +Novocaine +Novokuznetsk +Novosibirsk/2 1 +NOW +now/2 1 +nowadays/2 1 +noway/10 1 +nowhere/2 1 +nowise 1 +now 1 +nowt 1 +noxious/83 1 +Noxzema/3 +Noyce/3 +Noyes/3 +nozzle/1 1 +NP +Np/2 1 +NPR +NR +NRA +NRC +NS +NSC +NSF +NT +nth 1 +nu/1 1 +nuance/1 1 +nuanced 1 +nub/1 1 +nubbin/1 1 +nubby/34 1 +Nubia +Nubian 1 +nubile 1 +nuclear 1 +nuclease 1 +nucleate/6 1 +nucleation/2 1 +nucleic +nuclei 1048 +nucleoli 1049 +nucleolus/2 1050 +nucleon/1 1 +nucleotide/10 1 +nucleus/2 1051 +nude/41 1 +nudge/28 1 +nudism/2 1 +nudist/1 1 +nudity/2 1 +nugatory +nugget/1 1 +nuisance/1 1 +nuke/28 1 +Nukualofa +null/58 1 +nullification/2 1 +nullify/31 1 +nullity/2 1 +null 1 +numb/98 1 +number/23 1 +numberings +numberless 1 +numberplate 1 +Numbers/2 1 +numbers/89 1 +numbing/8 1 +numbskull/1 1 +numerable +numeracy/2 1 +numeral/1 1 +numerate/6 1 +numeration/1 1 +numerator/1 1 +numerical/8 1 +numeric 1 +numerological +numerologist/1 1 +numerology/2 1 +numerous/8 1 +numinous 1 +numismatic/32 1 +numismatist/1 1 +numskull/1 1 +nun/1 1 +Nunavut/3 +nuncio/1 1 +Nunez/3 +Nunki/3 +nunnery/15 1 +nuptial/1 1 +Nuremberg +Nureyev +nurse/28 1 +nurseling/1 1 +nursemaid/18 1 +nurser/1 1 +nursery/15 1 +nurseryman/2 1052 +nurserymen 1053 +nursing/2 1 +nursling/1 1 +nurture/28 1 +nurturer/1 1 +nut/109 1 +nutation 1 +nutcase/10 1 +nutcracker/1 1 +nuthatch/4 1 +nuthouse/10 1 +nutmeat/1 1 +nutmeg/18 1 +nutpick/1 1 +NutraSweet/3 +nutria/1 1 +nutrient/1 1 +nutriment/1 1 +nutrition/2 1 +nutritional/8 1 +nutritionist/1 1 +nutritious/16 1 +nutritive 1 +nutshell/1 1 +nutter/10 1 +nutting 1 +nutty/49 1 +nuzzle/6 1 +nuzzler/1 1 +nuzzle's +NV +NW/2 1 +NWT +NZ +NY +Nyasa/3 +nybble/43 1 +NYC +Nyerere/3 +nyetwork/10 1 +nylon/130 1 +nymph/1 1 +nymphet/1 1 +nympho/10 1 +nympholepsy 1 +nymphomania/2 1 +nymphomaniac/1 1 +NyQuil/3 +NYSE +o +O/1 1 +oaf/1 1 +oafish/8 1 +oafishness/3 +Oahu/2 1 +oak/1 1 +oaken 1 +Oakland/2 1 +Oakley +oak 1 +oakum/2 1 +oar/23 1 +oarlock/1 1 +oarsman/2 1054 +oarsmen 1055 +oarswoman/2 1056 +oarswomen 1057 +OAS/2 1 +oases 1058 +oasis/2 1059 +oat/130 1 +oatcake/1 1 +oaten 1 +Oates +oath/1 1 +oatmeal/2 1 +Oaxaca/2 1 +ob +OB +Ob/2 1 +Obadiah +Obama/3 +obbligato/1 1 +obduracy/2 1 +obdurate/8 1 +obdurateness/3 +obdurate 1 +obedience/2 1 +obedient/8 1 +obeisance/1 1 +obeisant 1 +obelisk/1 1 +Oberlin/3 +Oberon +obese 1 +obesity/2 1 +obey/11 1 +obfuscate/6 1 +obfuscation/1 1 +obfuscatory +obi/18 1 +obis 1 +obit/1 1 +obituary/15 1 +obj +object/23 1 +objectification 1 +objectify/31 1 +objection/1 1 +objectionable/55 1 +objective/36 1 +objectivity/2 1 +objectless 1 +objector/1 1 +objurgate/6 1 +objurgation/1 1 +oblate 1 +oblation/1 1 +obligate/6 1 +obligation/1 1 +obligatory/211 1 +oblige/6 1 +obliged 1 +obliging/8 1 +oblique/432 1 +obliquity/2 1 +obliterate/6 1 +obliteration/2 1 +oblivion/2 1 +oblivious/16 1 +oblong/1 1 +obloquy/2 1 +obnoxious/16 1 +oboe/1 1 +oboist/1 1 +O'Brien +obs +obscene/45 1 +obscenity/15 1 +obscurantism/2 1 +obscurantist/1 1 +obscuration 1 +obscure/433 1 +obscurement 1 +obscurer 1 +obscurity/15 1 +obsequious/16 1 +obsequy/15 1 +observability 1 +observable/268 1 +observance/1 1 +observant/8 1 +observation/1 1 +observational +observationally +observatory/15 1 +observe/6 1 +observed 1 +observer/1 1 +observing 1 +obsess/7 1 +obsession/1 1 +obsessional/8 1 +obsessive/36 1 +obsidian/2 1 +obsolesce/6 1 +obsolescence/2 1 +obsolescent 1 +obsolete/6 1 +obstacle/1 1 +obstetric/32 1 +obstetrical 1 +obstetrician/1 1 +obstinacy/2 1 +obstinate/8 1 +obstreperous/16 1 +obstruct/11 1 +obstructed 1 +obstruction/1 1 +obstructionism/2 1 +obstructionist/1 1 +obstructive/16 1 +obtain/11 1 +obtainable +obtainment/2 1 +obtrude/6 1 +obtruding 1 +obtrusion/2 1 +obtrusive/16 1 +obtuse/27 1 +obverse/1 1 +obviate/6 1 +obviation/2 1 +obvious/16 1 +ocarina/1 1 +O'Casey +Occam +occasion/23 1 +occasional/8 1 +occidental/1 1 +Occidental/1 1 +occidental 1 +Occident 1 +occipital 1 +occlude/6 1 +occlusion/1 1 +occlusive 1 +occult/18 1 +occultism/2 1 +occultist/1 1 +occult 1 +occupancy/15 1 +occupant/1 1 +occupation/1 1 +occupational/8 1 +occupier/1 1 +occupy/31 1 +occur/13 1 +occurrence/1 1 +ocean/1 1 +oceanfront/1 1 +oceangoing +Oceania/2 1 +oceanic/2 1 +oceanographer/1 1 +oceanographic +oceanography/2 1 +oceanology/2 1 +Oceanside +Oceanus/2 1 +ocelot/1 1 +ocher/18 1 +Ochoa/3 +och 1 +ocker/10 1 +o'clock +O'Connell +O'Connor +OCR +Oct/2 1 +octagon/1 1 +octagonal 1 +octahedral +octahedron 1 +octal 1 +octane/1 1 +octant 1 +octave/1 1 +Octavia +Octavian/2 1 +Octavio/3 +octavo/1 1 +octet/1 1 +octette/1 1 +October/1 1 +octogenarian/1 1 +octopus/4 1 +ocular/1 1 +oculist/1 1 +OD/1 1 +odalisque/1 1 +odd/434 1 +oddball/1 1 +oddity/15 1 +oddment/1 1 +ode/1 1 +Odell/3 +Oder/2 1 +Odessa/2 1 +Odets +Odin/2 1 +odious/16 1 +Odis/3 +odium/2 1 +Odom/3 +odometer/1 1 +O'Donnell +odor/1 1 +odored +odoriferous 1 +odorless 1 +odorous +Odysseus/2 1 +odyssey/1 1 +Odyssey/2 1 +OE +OED +oedipal +Oedipal +Oedipus/2 1 +oenology/2 1 +oenophile/1 1 +o'er +Oersted/3 +oeuvre/1 1 +of +Ofelia/3 +off/414 1 +offal/2 1 +offbeat/1 1 +offcuts +Offenbach +offend/11 1 +offended 1 +offender/1 1 +offense/1 1 +offensive/36 1 +offer/23 1 +offering/1 1 +offertory/15 1 +offhanded/8 1 +offhandedness/3 +offhand 1 +office/1 1 +officeholder/1 1 +OfficeMax/3 +officer/18 1 +officership +officerships +official/30 1 +officialdom/2 1 +officialese 1 +officialism/2 1 +officialness +officiant/1 1 +officiate/6 1 +officiator/1 1 +officious/16 1 +offing/1 1 +offish 1 +offline 1 +offload/11 1 +offprint/18 1 +offset/128 1 +offshoot/1 1 +offshore 1 +offside 1 +offspring/2 1 +offstage/10 1 +offtrack 1 +oft/166 1 +often/166 1 +oftentimes +ofttimes +Ogbomosho +Ogden/3 +Ogilvy/3 +ogle/28 1 +ogler/1 1 +Oglethorpe +ogling 1 +ogre/1 1 +ogreish 1 +ogres/9 1 +ogress/4 1 +ogrish +OH +oh/1 1 +O'Hara +O'Higgins +Ohio/2 1 +Ohioan/1 1 +ohm/1 1 +ohmic 1 +ohmmeter/1 1 +oho 1 +OHSA/3 +oik/10 1 +oil/23 1 +oilcan/10 1 +oilcloth/1 1 +oilfield/10 1 +oiling 1 +oilman 1060 +oilmen 1061 +oilseed 1 +oilskin/130 1 +oily/49 1 +oink/23 1 +ointment/1 1 +Oise/3 +oi 1062 +OJ +Ojibwa/1 1 +Ojibway/1 1 +OK/1 1 +okapi/1 1 +okay/86 1 +Okayama +okay 1 +Okeechobee +O'Keeffe +Okefenokee +Okhotsk +Okinawa/2 1 +Okinawan 1 +Okla +Oklahoma/2 1 +Oklahoman 1 +okra/1 1 +Oktoberfest 1 +OK 1 +Ola/3 +Olaf/3 +Olajuwon/3 +Olav/3 +old/187 1063 +olde +Oldenburg +olden 1 +Oldfield/3 +oldie/1 1 +oldish 1 +Oldsmobile/3 +oldster/1 1 +Olduvai/3 +ole/1 1 +oleaginous 1 +oleander/1 1 +olefin 1 +Olen/3 +Olenek/3 +oleo/2 1 +oleomargarin/2 1 +oleomargarine/2 1 +olfactory/15 1 +Olga/3 +oligarch/1 1 +oligarchic +oligarchical 1 +oligarchy/15 1 +Oligocene/2 1 +oligopolies +oligopoly/3 +Olin/3 +Olive/3 +olive/1 1 +Oliver +olive 1 +Olivetti/3 +Olivia/3 +Olivier +olivine 1 +Ollie/3 +Olmec 1 +Olmsted/3 +Olsen/3 +Olson/3 +Olympia/1 1 +Olympiad/1 1 +Olympian/1 1 +Olympic/10 1 +Olympus/2 1 +om/1 1 +Omaha/1 1 +Oman/2 1 +Omani/1 1 +Omar/3 +Omayyad 1 +OMB/2 1 +ombudsman/2 1064 +ombudsmen 1065 +Omdurman/2 1 +omega/1 1 +omelet/1 1 +omen/18 1 +omicron/1 1 +ominous/16 1 +omission/1 1 +omit/12 1 +omnibus/4 1 +omnidirectional +omnipotence/2 1 +Omnipotent +omnipotent 1 +omnipresence/2 1 +omnipresent +omniscience/2 1 +omniscient 1 +omnivore/1 1 +omnivorous/16 1 +Omsk/2 1 +ON +on/435 1 +Onassis +once/2 1 +oncogene/1 1 +oncogenes 1 +oncologist/1 1 +oncology/2 1 +oncoming 1 +one/20 1 +Oneal/3 +Onega +Onegin/3 +Oneida/1 1 +O'Neil +O'Neill +onerous/16 1 +oneself 1 +onetime +ongoing 1 +Onion/3 +onion/18 1 +onionskin/2 1 +online 1 +onlooker/1 1 +onlooking +Ono/3 +onomatopoeia/2 1 +onomatopoeic +onomatopoetic 1 +Onondaga/1 1 +onrush/4 1 +onrushing +Onsager/3 +onscreen +onset/18 1 +onshore 1 +onside 1 +onslaught/1 1 +onstage 1 +Ont +Ontarian 1 +Ontario/2 1 +onto +ontogeny/2 1 +ontological +ontologically +ontology/2 1 +on 1066 +onus/4 1 +onward/10 1 +onyx/4 1 +oodles/2 1 +ooh/11 1 +oolitic +oomph 1 +oops 1 +Oort/3 +ooze/28 1 +oozy/34 1 +op/1 1 +opacity/2 1 +Opal/3 +opal/1 1 +opalescence/2 1 +opalescent +opaque/436 1 +ope/6 1 +OPEC/2 1 +Opel/3 +open/52 1 +opencast +opener/1 1 +openhanded/33 1 +openhearted +opening/1 1 +openwork/2 1 +opera/1 1 +operable 1 +operand/10 1 +opera's 1067 +opera 1068 +operate/6 1 +operatically +operatic 1 +operation/1 1 +operational/8 1 +operative/1 1 +operator/1 1 +operetta/1 1 +ope 1 +Ophelia/3 +Ophiuchus +ophthalmic +ophthalmics +ophthalmologist/1 1 +ophthalmology/2 1 +opiate/18 1 +opine/6 1 +opinion/1 1 +opinionated 1 +opioid 1 +opium/2 1 +opossum/1 1 +opp +Oppenheimer/2 1 +opponent/1 1 +opportune/8 1 +opportunism/2 1 +opportunist/1 1 +opportunistic/39 1 +opportunity/15 1 +oppose/6 1 +opposing 1 +opposite/30 1 +opposition/1 1 +oppositional +oppress/7 1 +oppression/1 1 +oppressive/16 1 +oppressor/1 1 +opprobrious/8 1 +opprobrium/2 1 +Oprah/3 +opt/11 1 +optic/130 1 +optical/8 1 +optician/1 1 +optic 1 +optimal/8 1 +optimality 1 +optima 1069 +optimism/1 1 +optimist/1 1 +optimistic/39 1 +optimization/1 1 +optimize/6 1 +optimizer/10 1 +optimum/1 1070 +option/23 1 +optional/8 1 +optionality 1 +optional 1 +optoelectronic 1 +optometrist/1 1 +optometry/2 1 +opulence/2 1 +opulent/8 1 +opus/4 1071 +OR +Ora/3 +Oracle/3 +oracle/18 1 +oracular 1 +oral/30 1 +Oran/2 1 +Orange +orange/437 1 +orangeade/1 1 +orangery/15 1 +orangutan/1 1 +orangutang/1 1 +Oranjestad/3 +orate/6 1 +oration/1 1 +orator/1 1 +oratorical/8 1 +oratorio/1 1 +oratory/15 1 +orb/18 1 +orbicular 1 +Orbison/3 +orbit/23 1 +orbital/1 1 +orbiter/1 1 +orchard/1 1 +orchestra/1 1 +orchestral 1 +orchestrate/6 1 +orchestration/1 1 +orchestrator 1 +orchid/1 1 +ordain/11 1 +ordainment/2 1 +ordeal/1 1 +order/23 1 +ordering/10 1 +orderless 1 +orderlies +orderly/140 1 +orderly's +ordinal/1 1 +ordinance/1 1 +ordinands +ordinary/221 1 +ordinate/18 1 +ordination/1 1 +ordnance/2 1 +Ordovician/2 1 +ordure/2 1 +Ore +ore/1 1 +Oreg +oregano/2 1 +Oregon/2 1 +Oregonian/1 1 +Oreo 1 +Orestes +org +organ/1 1 +organdie/2 1 +organdy/2 1 +organelle/1 1 +organic/51 1 +organism/1 1 +organismic 1 +organist/1 1 +organizable +organization/1 1 +organizational/8 1 +organize/6 1 +organizer/1 1 +organza/2 1 +orgasm/18 1 +orgasmic +orgiastic +orgy/15 1 +oriel/1 1 +orient/23 1 +orientable +oriental/1 1 +Oriental/1 1 +orientalist/10 1 +oriental 1 +orientate/6 1 +orientation/1 1 +orienteering 1 +orient 1 +Orient 1 +orifice/1 1 +orig +origami/2 1 +origin/1 1 +original/30 1 +originality/2 1 +originate/6 1 +origination/2 1 +originator/1 1 +Orin/3 +Orinoco/2 1 +oriole/1 1 +Orion/2 1 +orison/1 1 +Oriya/2 1 +Orizaba/2 1 +Orkney/2 1 +Orlando/2 1 +Orleans/2 1 +Orlon/1 1 +Orly/2 1 +ormolu/2 1 +ornament/23 1 +ornamental 1 +ornamentation/2 1 +ornate/16 1 +ornery/49 1 +ornithological 1 +ornithologist/1 1 +ornithology/2 1 +orotund +orotundity/15 1 +O'Rourke +orphan/23 1 +orphanage/1 1 +orphan 1 +Orpheus/2 1 +Orphic 1 +Orr/3 +orris/4 1 +Ortega/3 +orthodontia/2 1 +orthodontic/32 1 +orthodontist/1 1 +orthodox 1 +Orthodox 1 +orthodoxy/15 1 +orthogonal/8 1 +orthogonality 1 +orthographic/39 1 +orthographical +orthography/15 1 +orthonormal +orthopedic/32 1 +orthopedist/1 1 +orthorhombic +Ortiz/3 +or 1 +Orval/3 +Orville/3 +Orwell +Orwellian +orzo/2 1 +OS/4 1 +Osage/1 1 +Osaka/2 1 +Osbert/3 +Osborn/3 +Osborne +Oscar/1 1 +Osceola +oscillate/6 1 +oscillation/1 1 +oscillator/1 1 +oscillatory +oscilloscope/1 1 +osculate/6 1 +osculation/1 1 +Osgood/3 +OSHA/2 1 +Oshawa +Oshkosh/3 +osier/1 1 +Osiris/2 1 +Oslo/2 1 +Osman/3 +osmium/2 1 +osmosis/2 1 +osmotic 1 +osprey/1 1 +ossification/2 1 +ossify/31 1 +ostensible/19 1 +ostentation/2 1 +ostentatious/8 1 +osteoarthritis/2 1 +osteopath/1 1 +osteopathic 1 +osteopathy/2 1 +osteoporosis/2 1 +ostler/10 1 +ostracism/2 1 +ostracize/6 1 +ostrich/4 1 +Ostrogoth/2 1 +Ostwald +Osvaldo/3 +Oswald +OT +OTB +OTC +Othello/3 +other/438 1 +otherwise +otherworldly 1 +otiose 1 +Otis/2 1 +OTOH +O'Toole +Ottawa/1 1 +otter/18 1 +Otto +ottoman/1 1 +Ottoman 1 +Ouagadougou +oubliette/1 1 +ouch 1 +oughtn't +ought 1 +Ouija/1 1 +ounce/1 1 +our/10 1 +ourselves +our 1 +oust/11 1 +ouster/1 1 +out/78 1 +outage/1 1 +outargue/6 1 +outback/1 1 +outbalance/6 1 +outbid/439 1 +outboard/1 1 +outboast/11 1 +outbound 1 +outbox/205 1 +outbox's +outbreak/18 1 +outbuilding/1 1 +outburst/18 1 +outcast/18 1 +outclass/7 1 +outcome/1 1 +outcrop/47 1 +outcropping/1 1 +outcry/167 1 +outdated +outdistance/6 1 +outdo/413 1 +outdoor/32 1 +outdoorsy 1 +outdoor 1 +outdraw/301 1072 +outdrew 1073 +outermost +outer 1 +outerwear/2 1 +outface/6 1 +outfall/10 1 +outfield/1 1 +outfielder/1 1 +outfight/121 1074 +outfit/109 1 +outfitter/1 1 +outflank/11 1 +outflow/18 1 +outfought 1075 +outfox/7 1 +outgo/182 1 +outgoing/10 1 +outgrew 1076 +outgrow/301 1077 +outgrowth/1 1 +outguess/7 1 +outgun/192 1 +outhit/88 1 +outhouse/1 1 +outing/1 1 +outlandish/16 1 +outlast/11 1 +outlaw/23 1 +outlawry 1 +outlaw 1 +outlay/353 1 +outlet/1 1 +outlier/10 1 +outline/28 1 +outlive/6 1 +outlook/18 1 +outlying 1078 +outmaneuver/11 1 +outmatch/7 1 +outmoded +outnumber/11 1 +outpace/6 1 +outpatient/1 1 +outperform/11 1 +outplacement/2 1 +outplace 1 +outplay/11 1 +outpoint/11 1 +outpost/1 1 +outpouring/1 1 +outproduce/6 1 +output/109 1 +outrace/6 1 +outrage/28 1 +outrageous/8 1 +outrank/11 1 +outran 1079 +outreach/22 1 +outre 1 +outrider/1 1 +outrigger/1 1 +outright 1 +outrun/119 1080 +outscore/6 1 +outsell/121 1081 +outset/18 1 +outshine/14 1082 +outshone 1083 +outshout/11 1 +outside/48 1 +outsider/1 1 +outsize/1 1 +outsized +outsize 1 +outskirt/1 1 +outsmart/11 1 +outsold 1084 +outsource/6 1 +outsourcing/2 1 +outspend/382 1 +outspoken/16 1085 +outspread/141 1 +outstanding/8 1 +outstation/1 1 +outstay/11 1 +outstretch/7 1 +outstrip/105 1 +outta +outtake/1 1 +outvote/6 1 +outward/191 1 +outwear/121 1086 +outweigh/11 1 +outwit/12 1 +outwith +outwore 1087 +outwork/23 1 +outworker/10 1 +outworn 1087 +ouzo/1 1 +oval/1 1 +ovarian +ovary/15 1 +ova 1088 +ovate 1 +ovation/1 1 +oven/1 1 +ovenbird/1 1 +ovenproof +ovenware 1 +over/164 1 +overabundance/2 1 +overabundant 1 +overachieve/6 1 +overachiever/1 1 +overact/11 1 +overactive +overage/1 1 +overaggressive 1 +overall/130 1 +overallocation +overambitious 1 +overanxious 1 +overarching +overarm/11 1 +overate 1089 +overattentive 1 +overawe/6 1 +overbalance/28 1 +overbear/121 1090 +overbearing/8 1 +overbid/440 1 +overbite/1 1 +overblown +overboard +overbold +overbook/11 1 +overbore 1091 +overborne 1091 +overbought 1092 +overbuild/382 1 +overburden/5 1 +overbuy/121 1093 +overcame 1094 +overcapacity/2 1 +overcapitalize/6 1 +overcareful 1 +overcast/86 1 +overcasting 1 +overcautious 1 +overcharge/28 1 +overclock +overclocked +overclocking +overclocks +overcloud/11 1 +overcoat/18 1 +overcome/14 1095 +overcommitment/10 1 +overcompensate/6 1 +overcompensation/2 1 +overcomplexity +overcomplicated +overconfidence/2 1 +overconfident 1 +overconscientious 1 +overcook/11 1 +overcritical 1 +overcrowd/11 1 +overcrowding/2 1 +overdecorate/6 1 +overdependent +overdetermined +overdevelop/11 1 +overdo/413 1 +overdose/28 1 +overdraft/1 1 +overdraw/301 1096 +overdress/22 1 +overdrew 1097 +overdrive/18 1 +overdub/136 1 +overdue +overeager 1 +overeat/116 1098 +overemotional 1 +overemphasis/2 1 +overemphasize/6 1 +overenthusiastic 1 +overestimate/28 1 +overestimation/2 1 +overexcite/6 1 +overexercise/6 1 +overexert/11 1 +overexertion/2 1 +overexpose/6 1 +overexposure/2 1 +overextend/11 1 +overfed 1099 +overfeed/121 1100 +overfill/11 1 +overfishing +overflight/1 1 +overflow/23 1 +overflowing 1 +overfly/441 1 +overfond 1 +overfull +overgeneralize/6 1 +overgenerous 1 +overgraze/6 1 +overgrew 1101 +overground +overgrow/301 1102 +overgrowth/2 1 +overhand/62 1 +overhang/86 1103 +overhasty 1 +overhaul/23 1 +overhead/1 1 +overhear/46 1 +overheat/5 1 +overhung 1104 +overincredulous +overindulge/6 1 +overindulgence/2 1 +overindulgent 1 +overinflated +overjoy/11 1 +overkill/2 1 +overladen +overlain 1105 +overland 1 +overlap/47 1 +overlarge +overlay/353 1 +overlaying 1 +overlay 1105 +overleaf +overlie/58 1106 +overload/23 1 +overlong +overlook/23 1 +overlord/18 1 +overlying 1105 +overmanned +overmanning +overmaster/11 1 +overmatching +overmodest 1 +overmuch/89 1 +overnice +overnight/18 1 +overoptimism/2 1 +overoptimistic 1 +overparticular 1 +overpass/40 1 +overpay/312 1 +overpayment 1 +overplay/11 1 +overpopulate/6 1 +overpopulation/2 1 +overpopulous 1 +overpower/11 1 +overpowering/8 1 +overpraise/43 1 +overprecise 1 +overpressure 1 +overprice/6 1 +overprint/23 1 +overproduce/6 1 +overproduction/2 1 +overprotect/11 1 +overprotective +overqualified +overran 1107 +overrate/6 1 +overreach/7 1 +overreact/11 1 +overreaction/1 1 +overrefined +overrepresented +override/366 1108 +overripe/2 1 +overrode 1109 +overrule/6 1 +overrun/442 1110 +oversampled +oversampling +oversaw 1111 +oversea/10 1 +oversee/301 1112 +overseer/1 1 +oversell/121 1113 +oversensitive/33 1 +oversensitivity 1 +oversexed +overshadow/11 1 +overshoe/1 1 +overshoot/141 1114 +overshot 1115 +oversight/1 1 +oversimple 1 +oversimplification/1 1 +oversimplify/31 1 +oversize/214 1 +oversleep/121 1116 +overslept 1117 +oversold 1118 +overspecialization/2 1 +overspecialize/6 1 +overspend/382 1 +overspill/86 1 +overspread/121 1 +overstaffed +overstate/6 1 +overstatement/1 1 +overstay/11 1 +overstep/105 1 +overstimulate/6 1 +overstock/5 1 +overstress/195 1 +overstretch/7 1 +overstrict +overstrung +overstuffed +oversubscribe/6 1 +oversubtle 1 +oversupply/31 1 +oversuspicious 1 +overt/8 1 +overtake/76 1119 +overtaker +overtakers +overtax/7 1 +overthrew 1120 +overthrow/144 1121 +overtightened +overtime/18 1 +overtire/6 1 +overtness +overtone/1 1 +overtook 1122 +overture/18 1 +overturn/5 1 +overuse/28 1 +overvaluation/10 1 +overvalue/6 1 +overview/1 1 +overweening/8 1 +overweight/2 1 +overwhelm/11 1 +overwhelming/8 1 +overwinter/11 1 +overwork/23 1123 +overwrite/317 1124 +overwrote 1125 +overwrought 1126 +overzealous 1 +Ovid +oviduct/1 1 +oviparous 1 +ovoid/1 1 +ovular +ovulate/6 1 +ovulation/2 1 +ovule/1 1 +ovum/2 1127 +ow +owe/6 1 +Owen/10 1 +owl/18 1 +owlet/1 1 +owlish/8 1 +own/233 1 +owner/1 1 +ownership/1 1 +ox/443 1 +oxalate 1 +oxalic +oxblood/2 1 +oxbow/1 1 +oxcart/1 1 +oxen 1 +oxford/1 1 +Oxford/1 1 +oxidant/1 1 +oxidation/2 1 +oxide/1 1 +oxidization/2 1 +oxidize/6 1 +oxidizer/1 1 +Oxnard +Oxonian/2 1 +oxtail/10 1 +Oxus +oxyacetylene/2 1 +Oxycontin/3 +oxygen/2 1 +oxygenate/6 1 +oxygenation/2 1 +oxymora 1128 +oxymoron/2 1129 +oyster/18 1 +oz +Oz +Ozark/3 +Ozarks/2 1 +ozone/2 1 +Ozymandias/3 +Ozzie/2 1 +p +P/2 1 +pa/1 1 +Pa/2 1 +PA/2 1 +Paar/3 +Pablo/3 +pablum/2 1 +Pablum/2 1 +Pabst/3 +pabulum/2 1 +PAC/2 1 +Pace/3 +pace/28 1 +pacemaker/1 1 +pacemen +pacer/1 1 +pacesetter/1 1 +pacey 1130 +Pacheco/3 +pachyderm/1 1 +pachysandra/1 1 +pacier 1131 +paciest 1131 +pacific +Pacific/2 1 +pacifically +pacification/2 1 +pacifier/1 1 +pacifism/2 1 +pacifist/1 1 +pacifistic 1 +pacify/31 1 +Pacino/3 +pack/23 1 +packable +package/139 1 +packager/1 1 +packaging/2 1 +Packard/3 +packer/1 1 +packet/18 1 +packhorse 1 +packing/2 1 +packinghouse/1 1 +packsaddle/1 1 +pact/1 1 +pacy/34 1 +pad/113 1 +Padang +padding/2 1 +paddle/28 1 +paddler/1 1 +paddling 1 +paddock/23 1 +paddy/15 1 +Paderewski +Padilla/3 +padlock/23 1 +padre/1 1 +paean/1 1 +paederast/10 1 +paediatricians +paediatrician's +paediatrics +paediatrics's +paella/1 1 +paeony 1 +pagan/1 1 +Paganini +paganism/2 1 +pagan 1 +Page +page/28 1 +pageant/1 1 +pageantry/2 1 +pageboy/1 1 +pageful 1 +pager/1 1 +paginate/6 1 +pagination/2 1 +paging 1 +Paglia/3 +pagoda/1 1 +Pahlavi +pah 1 +Paige/3 +pail/1 1 +pailful/1 1 +pain/23 1 +Paine +painful/85 1 +painkiller/1 1 +painkilling +painless/8 1 +painlessness/3 +painless 1 +painstaking/37 1 +paint/23 1 +paintball +paintbox/4 1 +paintbrush/4 1 +painter/1 1 +painterly 1 +painting/1 1 +paintwork 1 +pair/23 1 +pairing/10 1 +pairwise +paisley/1 1 +Paiute/1 1 +pajama/32 1 +Pakistan/2 1 +Pakistani/1 1 +pal/213 1 +palace/1 1 +paladin/1 1 +palaeolithic +palaeontologist/10 1 +palaeontology 1 +palanquin/1 1 +palatable 1 +palatal/1 1 +palatalization/2 1 +palatalize/6 1 +palate/1 1 +palatial/8 1 +palatinate/1 1 +palatine/1 1 +Palau +palaver/23 1 +pale/107 1 +paleface/1 1 +Palembang +Paleocene/2 1 +Paleogene +paleographer/1 1 +paleographic +paleography/2 1 +paleolithic +Paleolithic +paleontological +paleontologist/1 1 +paleontology/2 1 +Paleozoic/2 1 +Palermo/2 1 +Palestine/2 1 +Palestinian/1 1 +Palestrina +palette/1 1 +Paley +palfrey/1 1 +Palikir/3 +palimony/2 1 +palimpsest/1 1 +palindrome/1 1 +palindromic +paling/1 1 +palisade/18 1 +Palisades/3 +palish 1 +pall/23 1 +Palladio +palladium/2 1 +pallbearer/1 1 +pallet/18 1 +palliate/6 1 +palliation/2 1 +palliative/1 1 +pallid/16 1 +palling 1 +pallor/2 1 +palm/23 1 +palmate 1 +Palmer +Palmerston +palmetto/1 1 +palmist/1 1 +palmistry/2 1 +Palmolive/3 +palmtop/1 1 +palmy/34 1 +Palmyra/3 +Palomar/3 +palomino/1 1 +palpable/19 1 +palpate/6 1 +palpation/2 1 +palpitate/6 1 +palpitating 1 +palpitation/1 1 +palsy/56 1 +paltry/49 1 +pal 1 +paludal +pally 1 +Pam/3 +Pamela/3 +Pamirs +pampas +pampas's +pamper/11 1 +pampered 1 +Pampers +pamphlet/18 1 +pamphleteer/18 1 +pan/1 1 +Pan/2 1 +pan/192 1 +panacea/1 1 +panache/2 1 +panama/1 1 +Panama/1 1 +Panamanian/1 1 +Panasonic/3 +panatella/10 1 +pancake/28 1 +panchromatic +pancreas/4 1 +pancreatic +panda/1 1 +pandemic/1 1 +pandemonium/2 1 +pander/23 1 +panderer/1 1 +Pandora/2 1 +pane/1 1 +paned +panegyric/1 1 +panel/23 1 +paneling/1 1 +panelist/1 1 +pang/18 1 +Pangaea/2 1 +pangolin 1 +panhandle/28 1 +panhandler/1 1 +panic/64 1 +panicking 1 +panicky/34 1 +panier/1 1 +panjandrum 1 +Pankhurst +Panmunjom/3 +pannier/1 1 +panning 1 +panoplies +panoply/3 +panorama/1 1 +panoramic 1 +panpipes +panpipes's +Pansy/3 +pansy/15 1 +pant/23 1 +Pantagruel +Pantaloon/2 1 +pantaloons +pantaloons's +pantechnicon/10 1 +pantheism/2 1 +pantheist/1 1 +pantheistic +pantheist 1 +pantheon/1 1 +Pantheon 1 +panther/1 1 +pantie/1 1 +pantiled +pantiles +panting 1 +panto/10 1 +pantograph/10 1 +pantomime/28 1 +pantomimic +pantomimist/1 1 +pantry/15 1 +pantsuit/1 1 +panty/15 1 +pantyhose/2 1 +pantyliner/2 1 +pantywaist/1 1 +Panza/3 +panzer 1 +pap/18 1 +papa/1 1 +papacy/15 1 +papal 1 +paparazzo/444 1 +papaw/1 1 +papaya/1 1 +paper/78 1 +paperback/18 1 +paperbark +paperbarks +paperboard/2 1 +paperboy/1 1 +paperclip/10 1 +paperer/1 1 +papergirl/1 1 +paperhanger/1 1 +paperhanging/2 1 +papering 1 +paperless 1 +paperweight/1 1 +paperwork/2 1 +papery 1 +papilla/53 1 +papillary +papilla's 1132 +papilla 1133 +papist/1 1 +papoose/1 1 +pappy/15 1 +paprika/2 1 +papyri 1134 +papyrus/2 1135 +par/445 1 +para/1 1 +parable/18 1 +parabola/1 1 +parabolic +paraboloid/10 1 +Paracelsus +paracetamol +paracetamols +parachute/28 1 +parachutist/1 1 +Paraclete +parade/28 1 +parader/1 1 +paradigm/1 1 +paradigmatic +paradisaical +Paradise +paradise/1 1 +paradox/4 1 +paradoxical/8 1 +paraffin/2 1 +paragliding +paragon/18 1 +paragraph/23 1 +Paraguay/2 1 +Paraguayan/1 1 +parakeet/1 1 +paralegal/1 1 +paralinguistic 1 +parallax/4 1 +parallel/23 1 +parallelepiped 1 +parallelism/1 1 +parallelogram/1 1 +parallel 1 +paralysis/2 1 +paralytic/1 1 +paralytically +paralyze/6 1 +paralyzingly +paramagnetic +paramagnetism 1 +Paramaribo/2 1 +paramecia 1136 +paramecium/2 1137 +paramedic/1 1 +paramedical/1 1 +parameter/1 1 +parametric +parametrically +parametrization 1 +parametrize/122 1 +paramilitary/15 1 +Paramount/3 +paramountcy 1 +paramount 1 +paramour/1 1 +Parana/2 1 +paranoia/2 1 +paranoiac/1 1 +paranoid/1 1 +paranormal 1 +parapet/1 1 +paraphernalia/2 1 +paraphrase/28 1 +paraphrases 1138 +paraplegia/2 1 +paraplegic/1 1 +paraprofessional/1 1 +parapsychologist/1 1 +parapsychology/2 1 +paraquat/2 1 +parascending +parasite/1 1 +parasitic +parasitical/8 1 +parasitism/2 1 +parasitologist 1 +parasitology 1 +parasol/1 1 +parasympathetic/10 1 +parathion/2 1 +parathyroid/1 1 +paratroop/32 1 +paratrooper/1 1 +paratyphoid/2 1 +parboil/11 1 +PARC/10 1 +parcel/23 1 +parch/7 1 +parched 1 +Parcheesi/2 1 +parchment/1 1 +pardner/10 1 +pardon/23 1 +pardonable/19 1 +pardoner/1 1 +pardoning 1 +pare/6 1 +paregoric/2 1 +parent/23 1 +parentage/2 1 +parental 1 +parenteral 1 +parentheses 1139 +parenthesis/2 1140 +parenthesize/6 1 +parenthetic +parenthetical/8 1 +parenthood/2 1 +parenting/2 1 +parer/1 1 +pares/89 1 +pareses 1141 +paresis/2 1142 +pares 1143 +Pareto +parfait/1 1 +pariah/1 1 +parietal 1 +parimutuel/1 1 +paring/1 1 +Paris/2 1 +parish/4 1 +parishioner/1 1 +Parisian/1 1 +parity/15 1 +Park +park/23 1 +parka/1 1 +Parker +parking/2 1 +Parkinson/2 1 +parkland 1 +Parkman +Parks +parkway/1 1 +parky 1 +parlance/2 1 +parlay/23 1 +parley/23 1 +parliament/1 1 +parliamentarian/1 1 +parliamentary 1 +Parliament 1 +parlor/1 1 +parlormaid 1 +parlous 1 +Parmesan/1 1 +parmigiana +parmigiano +Parnassus/4 1 +Parnell +parochial/8 1 +parochialism/2 1 +parochiality +parodist/1 1 +parody/56 1 +parole/28 1 +parolee/1 1 +paroxysm/1 1 +paroxysmal 1 +parquet/23 1 +parquetry/2 1 +Parr +parrakeet/1 1 +parricidal +parricide/1 1 +Parrish +parrot/23 1 +parry/56 1 +pars/7 1 +parse/6 1 +parsec/1 1 +Parsee/1 1 +parser/10 1 +Parsi/1 1 +Parsifal/3 +parsimonious/8 1 +parsimony/2 1 +parsing/10 1 +parsley/2 1 +parsnip/1 1 +parson/1 1 +parsonage/1 1 +Parsons +part/210 1 +partake/76 1144 +partaker/1 1 +partaking 1 +parterre/1 1 +parthenogenesis/2 1 +Parthenon/2 1 +Parthia/2 1 +partial/30 1 +partiality/2 1 +participant/1 1 +participate/6 1 +participation/2 1 +participative +participator/1 1 +participatory +participial/2 1 +participle/1 1 +particle/1 1 +particleboard/2 1 +particular/30 1 +particularism 1 +particularity/15 1 +particularization/2 1 +particularize/6 1 +particulate/1 1 +parting/1 1 +partisan/1 1 +partisanship/2 1 +partition/23 1 +partitive/1 1 +partizan/1 1 +partner/23 1 +partnership/1 1 +partook 1145 +partridge/1 1 +parturition/2 1 +partway 1 +party/56 1 +parvenu/1 1 +pas/79 1 +Pasadena/2 1 +PASCAL +pascal/1 1 +Pascal/1 1 +paschal 1 +pasha/1 1 +Pasquale/3 +pass/147 1 +passable/19 1 +passage/18 1 +passageway/1 1 +passbook/1 1 +passe/446 1 +passel/1 1 +passenger/1 1 +passer/1 1 +passerby/2 1146 +passersby 1147 +passim 1 +passing/37 1 +passion/1 1 +Passion/1 1 +passion/58 1 +passionate/83 1 +passionflower/1 1 +passionless 1 +passivated +passive/36 1 +passivisation +passivise +passivised +passivises +passivising +passivity/2 1 +passivization +passivize +passivized +passivizes +passivizing +passkey/1 1 +passmark +Passover/1 1 +passover 1 +passport/1 1 +password/1 1 +past/23 1 +pasta/1 1 +paste/28 1 +pasteboard/2 1 +pastel/1 1 +pastern/1 1 +Pasternak +pastes 1148 +Pasteur/2 1 +pasteurization/2 1 +pasteurize/6 1 +pasteurizer/1 1 +pastiche/1 1 +pastie/447 1 +pastille/1 1 +pastime/1 1 +pasting 1 +pastis 1149 +pastor/18 1 +pastoral/1 1 +pastoralism 1 +pastoral 1 +pastorate/1 1 +pastrami/2 1 +pastry/15 1 +past 1 +pasturage/2 1 +pasture/28 1 +pastureland/2 1 +pasty/286 1 +Pat +pat/403 1 +Patagonia/2 1 +Patagonian 1 +patch/22 1 +patchable +patching 1 +patchouli 1 +patchwork/1 1 +patchy/50 1 +Pate/3 +pate/1 1 +Patel/3 +patella/57 1 +patent/210 1 +patentable 1 +pater/10 1 +paterfamilias/4 1150 +paternal/8 1 +paternalism/2 1 +paternalist/10 1 +paternalistic +paternity/2 1 +paternoster/1 1 +Paterson +path/1 1 +pathetic/39 1 +pathfinder/1 1 +pathless 1 +pathogen/1 1 +pathogenesis 1 +pathogenic 1 +pathological/8 1 +pathologist/1 1 +pathology/15 1 +pathos/2 1 +pathway/1 1 +patience/2 1 +patient/183 1 +patina/1 1 +patine 1 +patio/1 1 +patisserie/10 1 +Patna +patois/2 1 +patresfamilias 1151 +patriarch/1 1 +patriarchal 1 +patriarchate/1 1 +patriarchy/15 1 +Patrica/3 +Patrice/3 +Patricia/3 +patrician/1 1 +patricide/1 1 +Patrick/2 1 +patrimonial 1 +patrimony/15 1 +patriot/1 1 +patriotic/39 1 +patriotism/2 1 +patrol/213 1 +patrolling 1 +patrolman/2 1152 +patrolmen 1153 +patrolwoman/2 1154 +patrolwomen 1155 +patron/1 1 +patronage/18 1 +patroness/3 +patronesses +patronization 1 +patronize/6 1 +patronizer/1 1 +patronizing/8 1 +patronymic/51 1 +patroon/1 1 +Patsy/3 +patsy/15 1 +patten/10 1 +patter/23 1 +pattern/23 1 +patterning 1 +patternless 1 +Patterson/3 +Patti +Patton +Patty/3 +patty/15 1 +paucity/2 1 +Paul/2 1 +Paula/3 +Paulette/3 +Pauli +Pauline +Pauling +paunch/40 1 +paunchy/34 1 +pauper/18 1 +pauperism/2 1 +pauperize/6 1 +pause/28 1 +pausing 1 +Pavarotti +pave/6 1 +pavement/18 1 +paves 1156 +pavilion/18 1 +paving/1 1 +Pavlov/2 1 +pavlova/10 1 +Pavlova 1 +Pavlovian +paw/23 1 +pawl/1 1 +pawn/23 1 +pawnbroker/1 1 +pawnbroking/2 1 +Pawnee/1 1 +pawnshop/1 1 +pawpaw/1 1 +pay/448 1 +payable 1 +payback/1 1 +paycheck/1 1 +payday/1 1 +payee/1 1 +payer/1 1 +paying 1 +payload/1 1 +paymaster/1 1 +payment/1 1 +Payne/3 +payoff/1 1 +payola/2 1 +payout/1 1 +Paypal/3 +PayPal/3 +payphone/10 1 +payroll/1 1 +payslip/1 1 +payware/10 1 +Pb/2 1 +PBS/2 1 +PBX +PC/1 1 +PCB +PCP/2 1 +pct 1 +pd +PD +Pd/2 1 +PDQ +PDT +PE +pea/1 1 +Peabody/3 +Peace/3 +peace/18 1 +peaceable/19 1 +peaceful/85 1 +peacekeeper/1 1 +peacekeeping/2 1 +peacemaker/1 1 +peacemaking/2 1 +peacetime/2 1 +peach/40 1 +peachy/34 1 +peacock/18 1 +peafowl/1 1 +peahen/1 1 +peak/23 1 +peaky/222 1 +peal/23 1 +Peale +pealing 1 +peanut/1 1 +pear/1 1 +Pearl/3 +pearl/23 1 +Pearlie/3 +pearling 1 +pearl 1 +pearly/34 1 +Pearson/3 +peartrees +Peary +peasant/1 1 +peasantry/2 1 +peasant 1 +peashooter/1 1 +pea's 1157 +pea 1158 +peas 1 +peat/2 1 +pea 1 +peaty/34 1 +pebble/28 1 +pebbling 1 +pebbly/34 1 +pecan/1 1 +peccadillo/4 1 +peccary/15 1 +Pechora +Peck/3 +peck/23 1 +pecker/10 1 +pecking 1 +Peckinpah/3 +peckish 1 +Pecos/2 1 +pectic 1 +pectin/2 1 +pectoral/1 1 +peculate/6 1 +peculation/1 1 +peculator/2 1 +peculiar/8 1 +peculiarity/15 1 +peculiar 1 +pecuniary 1 +pecs +pedagog/1 1 +pedagogical/8 1 +pedagogic 1 +pedagogue/18 1 +pedagogy/2 1 +pedal/23 1 +pedalo/10 1 +pedal 1 +pedant/1 1 +pedantic +pedantically +pedantry/2 1 +peddle/6 1 +peddler/1 1 +peddling 1 +pederast/1 1 +pederasty/2 1 +pedestal/18 1 +pedestrian/1 1 +pedestrianization 1 +pedestrianize/6 1 +pediatric/32 1 +pediatrician/1 1 +pedicab/1 1 +pedicure/28 1 +pedicurist/1 1 +pedigree/1 1 +pedigreed +pediment/1 1 +pedlar/1 1 +pedology 1 +pedometer/1 1 +pedophile/10 1 +pedophilia 1 +Pedro/3 +peduncle/1 1 +pee/63 1 +peek/23 1 +peekaboo/2 1 +Peel/3 +peel/23 1 +peeler/1 1 +peeling/1 1 +peen/18 1 +peep/23 1 +peepbo +peeper/1 1 +peephole/1 1 +peepshow/1 1 +peer/23 1 +peerage/1 1 +peeress/4 1 +peerless 1 +peeve/28 1 +peeved 1 +peevish/16 1 +peewee/1 1 +peewit/10 1 +Peg/3 +peg/92 1 +Pegasus/4 1 +pegboard/1 1 +pegging 1 +Peggy/3 +Pei +peignoir/1 1 +Peiping/2 1 +pejoration/2 1 +pejorative/30 1 +peke/1 1 +Pekinese/1 1 +pekinese/2 1 +pekineses +Peking/1 1 +Pekingese/1 1 +pekingese/2 1 +pekingeses +pekoe/2 1 +pelagic +Pele/3 +Pelee/3 +pelf/2 1 +pelican/1 1 +pellagra/2 1 +pellet/23 1 +pellmell 1 +pellucid 1 +pelmet/10 1 +Peloponnese/2 1 +pelt/23 1 +pelting 1 +pelvic 1 +pelvis/4 1 +Pembroke/2 1 +pemmican/2 1 +Pen +pen/449 1 +Pena/3 +penalization/2 1 +penalize/6 1 +penal 1 +penalty/15 1 +penance/18 1 +pence 1159 +penchant/1 1 +pencil/23 1 +penciling/10 1 +pend/11 1 +pendant/1 1 +pendent/1 1 +Penderecki/3 +pendulous +pendulum/1 1 +Penelope/2 1 +penetrability/2 1 +penetrable 1 +penetrate/6 1 +penetrating/8 1 +penetration/1 1 +penetrative 1 +penfriend +penfriends +penguin/1 1 +penicillin/2 1 +penile 1 +peninsula/1 1 +peninsular +penis/4 1 +penitence/2 1 +penitent/30 1 +penitential 1 +penitentiary/15 1 +penknife/2 1160 +penknives 1161 +penlight/1 1 +penlite/1 1 +penman/2 1162 +penmanship/2 1 +penmen 1163 +Penn +Penna +pennant/1 1 +penned 1 +Penney/3 +pennies +penniless 1 +Pennington/3 +pennon/1 1 +Pennsylvania/2 1 +Pennsylvanian/1 1 +Pennzoil/3 +penologist/1 1 +penology/2 1 +Pensacola/3 +pension/23 1 +pensionable 1 +pensioner/1 1 +pensive/16 1 +pentacle/1 1 +pentagon/1 1 +Pentagon/2 1 +pentagonal 1 +pentagram/1 1 +pentameter/1 1 +pentasyllabic +Pentateuch/2 1 +pentathlete/1 1 +pentathlon/1 1 +pentatonic +Pentax/3 +Pentecost/1 1 +pentecostal +Pentecostal/1 1 +Pentecostalism 1 +penthouse/18 1 +Pentium/1 1 +pent 1 +penuche/2 1 +penultimate/1 1 +penultimately +penumbra/57 1 +penurious/16 1 +penury/2 1 +Penny/3 +penny/2 1164 +pennyweight/1 1 +pennyworth 1 +peon/1 1165 +peonage/2 1 +peony/15 1 +people/28 1 +people's 1166 +people 1167 +Peoria +pep/47 1 +peperoni 1 +Pepin/3 +pepper/23 1 +peppercorn/1 1 +peppering 1 +peppermint/1 1 +pepperoni/1 1 +peppery 1 +peppy/49 1 +Pepsi/2 1 +pepsin/2 1 +peptic/1 1 +peptide/10 1 +Pepys +Pequot 1 +peradventure/2 1 +perambulate/6 1 +perambulation/1 1 +perambulator/1 1 +percale/1 1 +perceivable +perceive/6 1 +perceived 1 +perceiving 1 +percent/1 1 +percentage/1 1 +percentile/1 1 +percent 1 +perceptibility 1 +perceptible/19 1 +perception/1 1 +perceptional +perceptive/16 1 +percepts +perceptual/8 1 +perch/22 1 +perchance 1 +Percheron 1 +perchlorate 1 +percipience/2 1 +percipient 1 +Percival +percolate/43 1 +percolation/2 1 +percolator/1 1 +percuss/7 1 +percussion/2 1 +percussionist/1 1 +percussive/8 1 +Percy +perdition/2 1 +perdurable 1 +peregrinate/6 1 +peregrination/1 1 +peregrine/1 1 +Perelman/3 +peremptoriness +peremptory/211 1 +perennial/30 1 +perestroika/2 1 +Perez/3 +perfect/52 1 +perfecta/1 1 +perfecter 1 +perfectibility/2 1 +perfectible +perfection/1 1 +perfectionism/2 1 +perfectionist/1 1 +perfidious/8 1 +perfidy/15 1 +perforate/6 1 +perforation/1 1 +perforce 1 +perform/11 1 +performable +performance/1 1 +performer/1 1 +performing 1 +perfume/28 1 +perfumer/1 1 +perfumery/15 1 +perfunctory/211 1 +perfused +perfusion 1 +pergola/1 1 +perhaps 1 +periastron +pericardia 1168 +pericardium/2 1169 +Periclean +Pericles +perigee/1 1 +periglacial +perihelia 1170 +perihelion/2 1171 +peril/23 1 +periling 1 +perilous/8 1 +perimeter/1 1 +perinatal +perinea 1172 +perineum/2 1173 +period/1 1 +periodic +periodical/30 1 +periodicity/2 1 +periodontal +periodontics +periodontics's +periodontist/1 1 +period 1 +peripatetic/1 1 +peripheral/30 1 +periphery/15 1 +periphrases 1174 +periphrasis/2 1175 +periphrastic +periscope/18 1 +perish/7 1 +perishable/1 1 +perisher/10 1 +peristalses 1176 +peristalsis/2 1177 +peristaltic 1 +peristyle/1 1 +peritoneal +peritoneum/1 1 +peritonitis/2 1 +periwig/18 1 +periwinkle/1 1 +perjure/6 1 +perjured 1 +perjurer/1 1 +perjury/15 1 +perk/23 1 +Perkins +perk 1 +perky/50 1 +Perl/1 1 +perm/1 1 +Perm/2 1 +perm/11 1 +permafrost/2 1 +Permalloy/2 1 +permanence/2 1 +permanency/2 1 +permanent/30 1 +permanganate 1 +permeability/2 1 +permeable 1 +permeate/6 1 +permeation/2 1 +Permian/2 1 +permissibility 1 +permissible/19 1 +permission/1 1 +permissive/16 1 +permit/109 1 +permitted 1 +permittivity 1 +permutation/1 1 +permute/6 1 +pernicious/16 1 +pernickety 1 +Pernod/2 1 +Peron +peroration/1 1 +Perot/3 +peroxidase 1 +peroxide/28 1 +perpendicular/30 1 +perpendicularity/2 1 +perpetrate/6 1 +perpetration/2 1 +perpetrator/1 1 +perpetual/30 1 +perpetuate/6 1 +perpetuation/2 1 +perpetuity/2 1 +perplex/7 1 +perplexed/8 1 +perplexing 1 +perplexity/15 1 +perquisite/1 1 +Perrier 1 +Perry +perry 1 +persecute/6 1 +persecution/1 1 +persecutor/1 1 +Perseid 1 +Persephone/2 1 +Persepolis/2 1 +Perseus/2 1 +perseverance/2 1 +persevere/6 1 +persevering/8 1 +Pershing +Persia/2 1 +Persian/1 1 +persiflage/2 1 +persimmon/1 1 +persist/11 1 +persistence/2 1 +persistent/8 1 +persnickety +person/1 1178 +persona/53 1 +personable 1 +personage/1 1 +personal/30 1 +personality/15 1 +personalization 1 +personalize/6 1 +personalty/2 1 +personification/1 1 +personify/31 1 +personnel/2 1 +perspective/1 1 +perspex 1 +perspicacious/8 1 +perspicacity/2 1 +perspicuity/2 1 +perspicuous/8 1 +perspiration/2 1 +perspire/6 1 +perspiring 1 +persuadable 1 +persuade/6 1 +persuader/1 1 +persuasion/1 1 +persuasive/16 1 +pert/21 1 +pertain/11 1 +Perth/2 1 +pertinacious/8 1 +pertinacity/2 1 +pertinence/2 1 +pertinent/8 1 +per 1 +pert 1 +perturb/11 1 +perturbation/1 1 +perturbed 1 +perturbing 1 +pertussis/2 1 +Peru/2 1 +peruke/1 1 +perusal/1 1 +peruse/6 1 +Peruvian/1 1 +perv/10 1 +pervade/6 1 +pervasive/16 1 +perverse/16 1 +perversion/1 1 +perversity/2 1 +pervert/23 1 +peseta/1 1 +Peshawar +peskiness/3 +pesky/59 1 +peso/1 1 +pessary/60 1 +pessimal/11 1 +pessimaling 1 +pessimally +pessimism/2 1 +pessimist/1 1 +pessimistic/39 1 +pest/1 1 +pester/11 1 +pestering 1 +pesticide/1 1 +pestiferous 1 +pestilence/1 1 +pestilent +pestilential 1 +pestle/28 1 +pestling 1 +pesto/2 1 +pet/1 1 +PET/2 1 +pet/12 1 +Petain/3 +petal/1 1 +petaled +petard/1 1 +petcock/1 1 +Pete/3 +peter/1 1 +Peter/1 1 +peter/11 1 +Petersen/3 +Peterson/3 +pethidine +petiole/1 1 +petite/1 1 +petition/23 1 +petitioner/1 1 +Petra +Petrarch/2 1 +petrel/1 1 +petrifaction/2 1 +petrification 1 +petrify/31 1 +petrochemical/1 1 +petrodollar/1 1 +petrographic +petrographical 1 +petrol/2 1 +petrolatum/2 1 +petroleum/2 1 +petrological 1 +petrologist/1 1 +petrology/2 1 +petrol 1 +petticoat/1 1 +pettifog/117 1 +pettifogger/1 1 +pettifoggery/2 1 +pettifogging 1 +petting/2 1 +pettish/83 1 +pet 1 +petulance/2 1 +petulant/8 1 +petunia/1 1 +Petty/3 +petty/50 1 +Peugeot/3 +pew/1 1 +pewee/1 1 +pewit/1 1 +pewter/1 1 +peyote/2 1 +pf +Pfc +PFC +pfennig/1 1 +Pfizer/3 +pg +PG +Phaedra +Phaethon/2 1 +phaeton/1 1 +phage/10 1 +phagocyte/1 1 +phalanger/1 1 +phalanx/450 1 +phallic 1 +phalli 1179 +phallus/2 1180 +Phanerozoic +phantasm/1 1 +phantasmagoria/1 1 +phantasmagorical 1 +phantasmal +phantasy/56 1 +phantom/1 1 +pharaoh/1 1 +Pharaoh/1 1 +pharisaic +Pharisaical +Pharisaic 1 +pharisee/1 1 +Pharisee/1 1 +pharmaceutic/130 1 +pharmaceutical/1 1 +pharmacist/1 1 +pharmacological 1 +pharmacologist/1 1 +pharmacology/2 1 +pharmacopeia/1 1 +pharmacopoeia/1 1 +pharmacy/15 1 +pharyngeal 1 +pharyngitis/2 1 +pharynx/201 1 +phase/28 1 +phaseout/1 1 +phases 1181 +phat +PhD/2 1 +pheasant/1 1 +Phekda/3 +Phelps/3 +phenacetin/2 1 +phenobarbital/2 1 +phenol/1 1 +phenolic 1 +phenolphthalein 1 +phenom/1 1 +phenomenal/8 1 +phenomena 1182 +phenomenological +phenomenologically +phenomenology 1 +phenomenon/1 1183 +phenotype/10 1 +phenylalanine 1 +pheromone/1 1 +phew 1 +phi/1 1 +phial/18 1 +Phidias +Phil +Philadelphia/2 1 +philander/11 1 +philanderer/1 1 +philandering's +philanthropic/39 1 +philanthropist/1 1 +philanthropy/15 1 +philatelic +philatelist/1 1 +philately/3 +Philby/3 +Philemon +philharmonic/1 1 +Philip +Philippe/3 +Philippians +philippic/1 1 +Philippine/1 1 +Philips +philistine/1 1 +Philistine 1 +philistinism/2 1 +Phillip/10 1 +Phillipa/3 +philodendron/1 1 +philological 1 +philologist/1 1 +philology/2 1 +philosopher/1 1 +philosophic +philosophical/8 1 +philosophize/6 1 +philosophizer/1 1 +philosophy/15 1 +philter/18 1 +philtre/18 1 +Philly/3 +Phipps/3 +phish +phished +phisher/3 +phishers +phishing +phlebitis/2 1 +phlebotomy 1 +phlegm/2 1 +phlegmatically +phlegmatic 1 +phloem/2 1 +phlogiston 1 +phlox/2 1 +phobia/1 1 +phobic/1 1 +Phobos +phoebe/1 1 +Phoebe/2 1 +Phoenicia/2 1 +Phoenician/1 1 +Phoenix/2 1 +phoenix/4 1 +phone/28 1 +phonecard/10 1 +phoneme/1 1 +phonemically +phonemic 1 +phonetic/35 1 +phonetician/1 1 +phoneticist 1 +phoney/23 1184 +phonic/32 1 +phonically +phonic 1 +phonier 1185 +phoniest 1185 +phonograph/1 1 +phonographic +phonological/8 1 +phonologist/1 1 +phonology/2 1 +phonon 1 +phony/282 1 +phooey 1 +phosphatase 1 +phosphate/1 1 +phosphor/1 1 +phosphorescence/2 1 +phosphorescent/8 1 +phosphoric +phosphorous +phosphorus/2 1 +photo/23 1 +photocell/1 1 +photochemical/8 1 +photochemistry 1 +photocopier/1 1 +photocopy/56 1 +photoelectric +photoelectrically +photoengrave/6 1 +photoengraver/1 1 +photoengraving/1 1 +photofinishing/2 1 +photogenic/39 1 +photograph/23 1 +photographer/1 1 +photographic/39 1 +photography/2 1 +photojournalism/2 1 +photojournalist/1 1 +photolysis 1 +photolytic +photometer/1 1 +photometric +photometrically +photometry 1 +photomultiplier 1 +photon/1 1 +photoreceptor 1 +photosensitive +photosphere 1 +photostat/1 1 +Photostat/1 1 +photostat/12 1 +Photostat/12 1 +photostatic 1 +photosynthesis/2 1 +photosynthesize/6 1 +photosynthetic/39 1 +phototypesetter 1 +phototypesetting 1 +photovoltaic 1 +phrasal 1 +phrase/28 1 +phrasebook +phrasebooks +phraseology/2 1 +phrasing/1 1 +phreaking/10 1 +phrenetic 1 +phrenological/8 1 +phrenologist/1 1 +phrenology/2 1 +Phrygia/2 1 +pH 1 +phylactery/15 1 +phyla 1186 +Phyllis/3 +phylogenetic 1 +phylogeny/2 1 +phylum/2 1187 +phys +physic/451 1 +physical/30 1 +physicality 1 +physician/1 1 +physicist/1 1 +physio/10 1 +physiognomy/15 1 +physiography/2 1 +physiologic +physiological/8 1 +physiologist/1 1 +physiology/2 1 +physiotherapist/1 1 +physiotherapy/2 1 +physique/1 1 +phytoplankton 1 +pi/452 1 +Piaf/3 +Piaget/2 1 +pianissimo/1 1 +pianist/1 1 +pianistic +piano/1 1 +pianoforte/1 1 +pianola +Pianola/2 1 +pianolas +piano 1 +piaster/1 1 +piazza/1 1 +pibroch/1 1 +pic/332 1 +pica/2 1 +picador/1 1 +picaresque 1 +Picasso/2 1 +picayune 1 +Piccadilly +piccalilli/2 1 +piccolo/1 1 +pick/23 1 +pickaback 1 +pickax/22 1 +pickaxe/28 1 +picker/1 1 +pickerel/1 1 +Pickering/3 +picket/23 1 +picketer/10 1 +Pickett +Pickford/3 +picking/32 1 +pickle/28 1 +pickling 1 +pickpocket/1 1 +pickpocketing +pickup/1 1 +Pickwick/3 +picky/34 1 +picnic/64 1 +picnicker/1 1 +picoseconds +picot/18 1 +pic's +pictogram 1 +pictograph/1 1 +pictographic +pictorial/30 1 +Pict 1 +picture/28 1 +picturesque/16 1 +piddle/28 1 +piddly 1 +pidgin/1 1 +pie/63 1 +piebald/1 1 +piece/28 1 +piecemeal +piecewise +piecework/2 1 +pieceworker/1 1 +piecing 1 +Piedmont/2 1 +pier/1 1 +Pierce/2 1 +pierce/6 1 +piercer/10 1 +piercing/30 1 +Pierre/2 1 +Pierrot/2 1 +piety/2 1 +piezoelectric +piffle/453 1 +pig/92 1 +pigeon/18 1 +pigeonhole/28 1 +piggery/60 1 +piggish/16 1 +pigheaded/33 1 +pigheadedly +piglet/1 1 +pigment/62 1 +pigmentation/2 1 +pigmy/15 1 +Pigmy/15 1 +pigpen/1 1 +pigskin/1 1 +pigsty/15 1 +pigswill 1 +pigtail/1 1 +pigtailed +piggy/42 1 +piggyback/23 1 +Pike/3 +pike/28 1 +piker/1 1 +pikes 1188 +pikestaff/1 1 +pilaf/1 1 +pilaff/1 1 +pilaster/1 1 +Pilate +Pilates +pilau/1 1 +pilchard/1 1 +Pilcomayo +pile/28 1 +piles 1189 +pileup/1 1 +pilfer/11 1 +pilferage/2 1 +pilferer/1 1 +pilfering 1 +pilgrim/1 1 +Pilgrim/10 1 +pilgrimage/18 1 +piling/1 1 +pill/18 1 +pillage/28 1 +pillager/1 1 +pillar/62 1 +pillbox/4 1 +pillion/18 1 +pillock/10 1 +pillory/56 1 +pillow/23 1 +pillowcase/1 1 +pillowslip/1 1 +Pillsbury/3 +pilot/23 1 +pilothouse/1 1 +piloting 1 +pilot 1 +pimento/1 1 +pimiento/1 1 +pimp/23 1 +pimpernel/1 1 +pimple/1 1 +pimpled 1 +pimply/34 1 +PIN +pin/133 1 +pinafore/1 1 +pinata/1 1 +Pinatubo/3 +pinball/2 1 +pincer/62 1 +pinch/22 1 +pincher 1 +pinching 1 +Pincus/3 +pincushion/1 1 +Pindar/2 1 +pine/28 1 +pineal 1 +pineapple/1 1 +pinewood/10 1 +piney 1190 +pinfeather/1 1 +ping/23 1 +pinhead/1 1 +pinhole/1 1 +pinier 1191 +piniest 1191 +pinion/23 1 +pink/179 1 +Pinkerton +pinker 1 +pinkeye/2 1 +pinkie/1 1 +pinking 1 +pinkish 1 +pinkness/3 +pinko/1 1 +pinky/15 1 +pinnacle/77 1 +pinnate 1 +pinning 1 +Pinocchio/3 +Pinochet/3 +pinochle/2 1 +pinocle/2 1 +pinon/1 1 +pinpoint/23 1 +pinprick/18 1 +pinsetter/1 1 +pinstripe/1 1 +pinstriped +pinstripe 1 +pint/1 1 +Pinter +pinto/1 1 +pinup/1 1 +pinwheel/23 1 +piny/34 1 +Pinyin +pinyin/2 1 +pinny/60 1 +pinyon/1 1 +pioneer/23 1 +pious/16 1 +pip/47 1 +pipe/28 1 +pipeline/18 1 +piper/1 1 +pipes 1192 +pipette/18 1 +pipework 1 +piping/2 1 +pipit/1 1 +pippin/1 1 +Pippin/2 1 +pipsqueak/1 1 +piquancy/2 1 +piquant/8 1 +pique/28 1 +piracy/2 1 +Piraeus +Pirandello +piranha/1 1 +pirate/28 1 +piratical/8 1 +pirogi/2 1 +piroshki/2 1 +pirouette/28 1 +pis/79 1 +Pisa 1193 +piscatorial +Pisces/2 1 +Pisistratus +pismire/1 1 +piss/22 1 +Pissaro/3 +pisser/10 1 +pissoir/10 1 +pi's 1194 +pistachio/1 1 +piste/10 1 +pistil/1 1 +pistillate +pistol/18 1 +piston/1 1 +pi 1195 +pit/109 1 +pita/1 1 +pitapat/18 1 +pita's 1196 +pita 1197 +Pitcairn/3 +pitch/22 1 +pitchblende/2 1 +pitcher/1 1 +pitchfork/23 1 +pitching 1 +pitchman/2 1198 +pitchmen 1199 +piteous/16 1 +pitfall/1 1 +pith/18 1 +pithead/10 1 +pithy/50 1 +pitiable/19 1 +pitiful/454 1 +pitiless/16 1 +piton/1 1200 +Pitt +pitta/10 1 +pittance/1 1 +pitting 1 +Pittman/3 +Pitts +Pittsburgh/2 1 +pituitary/15 1 +pity/56 1 +pitying/8 1 +Pius/3 +pivot/23 1 +pivotal 1 +pix/2 1 +pixel/1 1 +pixie/1 1 +pix 1 +pixy/15 1 +Pizarro +pizazz/2 1 +pizza/1 1 +pizzazz/2 1 +pizzeria/1 1 +pizzicato/323 1 +pj's +PJ's +pk +pkg +pkt +pkwy +Pkwy +pl +Pl +placard/23 1 +placate/6 1 +placating 1 +placation/2 1 +placatory +Place +place/28 1 +placebo/1 1 +placeholder/1 1 +placekick/23 1 +placekicker/1 1 +placemen 1201 +placement/1 1 +placenta/1 1 +placental/10 1 +placer/1 1 +placid/8 1 +placidity/2 1 +placing/10 1 +placket/1 1 +plagiarism/1 1 +plagiarist/1 1 +plagiarize/6 1 +plagiarizer/1 1 +plagiary/2 1 +plague/28 1 +plaice 1 +plaid/18 1 +plain/455 1 +plainchant 1 +plainclothes +plainclothesman/2 1202 +plainclothesmen 1203 +plainsman/2 1204 +plainsmen 1205 +plainsong/2 1 +plainspoken +plaint/1 1 +plaintiff/1 1 +plaintive/8 1 +plait/23 1 +plaiting 1 +plan/133 1 +planar 1 +Planck +plane/139 1 +planeload/1 1 +planer/1 1 +planet/1 1 +planetarium/1 1 +planetary 1 +planetesimals +planetoids +plangency/2 1 +plangent 1 +plank/23 1 +planking/2 1 +plankton/2 1 +planner/1 1 +planning/10 1 +Plano +plant/23 1 +Plantagenet/2 1 +plantain/1 1 +plantar 1 +plantation/1 1 +planter/1 1 +planting/1 1 +plantlike 1 +plaque/1 1 +plash/22 1 +plashing 1 +plasma/1 1 +plasma's 1206 +plasma 1207 +plasmid/10 1 +plaster/23 1 +plasterboard/2 1 +plasterer/1 1 +plastering 1 +plasterwork 1 +plastic/1 1 +Plasticine/2 1 +plasticine 1 +plasticity/2 1 +plasticize/6 1 +plasticizers +plastic 1 +plat/109 1 +Plataea/2 1 +plate/28 1 +plateau/23 1 +plateful/1 1 +platelet/1 1 +platen/1 1 +platform/23 1 +Plath +plating/2 1 +platinum/2 1 +platitude/1 1 +platitudinous 1 +Plato/2 1 +platonic +Platonic 1 +Platonism/2 1 +Platonist/2 1 +platoon/23 1 +Platte/2 1 +platter/1 1 +platting 1 +platy/2 1 +platypus/4 1 +platy 1 +plaudit/1 1 +plausibility/2 1 +plausible/19 1 +Plautus/2 1 +play/78 1 +playability 1 +playable 1 +playact/11 1 +playacting/2 1 +playback/1 1 +playbill/1 1 +playbook/1 1 +Playboy/3 +playboy/1 1 +player/1 1 +playfellow/1 1 +playful/16 1 +playgirl/1 1 +playgoer/1 1 +playground/1 1 +playgroup/10 1 +playhouse/1 1 +playing/10 1 +playmate/1 1 +playoff/1 1 +playpen/1 1 +playroom/1 1 +playschool/10 1 +PlayStation/3 +Playtex/3 +plaything/1 1 +playtime/2 1 +playwright/1 1 +plaza/1 1 +plea/1 1 +plead/11 1 +pleader/1 1 +pleading/30 1 +pleas/7 1 +pleasant/21 1 +pleasantry/15 1 +please/6 1 +pleased 1 +please 1 +pleasing/191 1 +plea's 1208 +plea 1209 +pleasurable/19 1 +pleasure/28 1 +pleasureful +pleat/23 1 +pleb/10 1 +plebby 1 +plebe/1 1 +plebeian/1 1 +plebiscite/1 1 +plectra 1210 +plectrum/1 1211 +pledge/28 1 +Pleiades's +Pleistocene/2 1 +plenary/15 1 +plenipotentiary/15 1 +plenitude/1 1 +plenteous/8 1 +plentiful/8 1 +plenty/2 1 +plenum/10 1 +pleonasm/1 1 +plethora/2 1 +pleura/53 1 +pleural 1 +pleura's 1212 +pleura 1213 +pleurisy/2 1 +Plexiglas/4 1 +plexiglass/2 1 +plexus/4 1 +pliability/2 1 +pliable 1 +pliancy/2 1 +pliant/8 1 +pliers +pliers's +plight/23 1 +plimsoll/10 1 +plinth/1 1 +Pliny +Pliocene/1 1 +PLO +plod/311 1 +plodder/1 1 +plodding/10 1 +plonk/5 1 +plonker/10 1 +plop/47 1 +plosive/10 1 +plot/109 1 +plotter/18 1 +plover/1 1 +plow/23 1 +plowers +plowman/2 1214 +plowmen 1215 +plowshare/1 1 +ploy/18 1 +pluck/23 1 +plucker 1 +plucky/50 1 +plug/92 1 +plugging 1 +plughole/10 1 +plum/18 1 +plumage/2 1 +plumb/78 1 +plumbago 1 +plumber/1 1 +plumbing/1 1 +plume/28 1 +plummet/23 1 +plummy 1 +plump/165 1 +plumper 1 +plumply 1 +plum 1 +plumy/34 1 +plunder/23 1 +plunderer/1 1 +plunge/28 1 +plunger/1 1 +plunging 1 +plunk/23 1 +pluperfect/1 1 +plural/1 1 +pluralism/2 1 +pluralist/1 1 +pluralistic +plurality/15 1 +pluralization/2 1 +pluralize/6 1 +plural 1 +plus/40 1 +plush/187 1 +plushly 1 +plushy/34 1 +plus 1 +Plutarch/2 1 +Pluto/2 1 +plutocracy/15 1 +plutocrat/1 1 +plutocratic +plutonium/2 1 +pluvial 1 +ply/31 1 +plying 1216 +Plymouth/2 1 +ply's +plywood/2 1 +PM/1 1 +Pm/2 1 +PMed +PMing +PMS/2 1 +pm 1 +pneumatic/276 1 +pneumonia/2 1 +PO +Po/2 1 +poach/7 1 +poacher/1 1 +poaching/2 1 +Pocahontas/2 1 +pock/23 1 +pocket/23 1 +pocketbook/1 1 +pocketful/1 1 +pocketknife/2 1217 +pocketknives 1218 +pocket 1 +pockmark/23 1 +Pocono/3 +Poconos +pod/113 1 +podcast +Podgorica +podgy 1 +Podhoretz/3 +podiatrist/1 1 +podiatry/2 1 +podium/1 1 +Podunk 1 +Poe +poem/1 1 +poesy/2 1 +poet/1 1 +poetaster/1 1 +poetess/4 1 +poetic/10 1 +poetical/8 1 +poetic 1 +poetry/2 1 +Pogo/3 +pogo 1 +pogrom/18 1 +poi/2 1 +poignancy/2 1 +poignant/8 1 +poikilothermic +Poincare/3 +poinciana/1 1 +poinsettia/1 1 +point/23 1 +pointblank 1 +pointed/83 1 +pointer/1 1 +pointillism/2 1 +pointillist/1 1 +pointing 1 +pointless/16 1 +pointy/34 1 +Poiret/3 +Poirot/3 +poise/28 1 +poison/78 1 +poisoner/1 1 +poisoning/1 1 +poisonous/8 1 +Poisson/3 +Poitier/2 1 +poke/28 1 +Pokemon/3 +poker/1 1 +pokey/1 1219 +pokier 1220 +pokiest 1220 +poky/34 1 +Pol +pol/213 1 +Poland/2 1 +Polanski/3 +Polaris/2 1 +polarity/15 1 +polarization/1 1 +polarize/6 1 +Polaroid/1 1 +polar 1 +pole/1 1 +Pole/1 1 +pole/6 1 +poleaxe/43 1 +polecat/1 1 +polemic/130 1 +polemical/8 1 +polemicist/1 1 +poles 1221 +polestar/1 1 +poleward +polewards +police/360 1 +policeman/2 1222 +policemen 1223 +policewoman/2 1224 +policewomen 1225 +policy/15 1 +policyholder/1 1 +policymaker/10 1 +poling 1 +polio/1 1 +poliomyelitis/2 1 +Polish/2 1 +polish/22 1 +polisher/1 1 +polishing/10 1 +Polish 1 +politburo/1 1 +Politburo 1 +polite/27 1 +politesse/2 1 +politic/456 1 +political/8 1 +politician/1 1 +politicization/2 1 +politicize/6 1 +politicking/2 1 +politico/1 1 +politic 1 +politics's +polity/15 1 +Polk/2 1 +polka/23 1 +poll/23 1 +pollack/1 1 +Pollard/3 +pollard/70 1 +pollen/18 1 +pollinate/6 1 +pollination/2 1 +pollinator/1 1 +polling/2 1 +polliwog/1 1 +pollock/1 1 +Pollock 1 +pollster/1 1 +pollutant/1 1 +pollute/6 1 +polluted 1 +polluter/1 1 +pollution/1 1 +Pollux/2 1 +polo/2 1 +Polo/2 1 +polonaise/1 1 +polonium/2 1 +Poltava/3 +poltergeist/1 1 +poltroon/1 1 +polyandrous +polyandry/2 1 +polyatomic +polycarbonate 1 +polychromatic +polychrome 1 +polyclinic/1 1 +polycrystalline +polycyclic +polyester/1 1 +polyethylene/2 1 +polygamist/1 1 +polygamous 1 +polygamy/2 1 +polyglot/1 1 +polygon/1 1 +polygonal 1 +polygraph/23 1 +polyhedral +polyhedron/1 1 +Polyhymnia/2 1 +Polly/3 +Pollyanna 1 +pollywog/1 1 +polymath/1 1 +polymer/1 1 +polymerase/10 1 +polymeric +polymerization/2 1 +polymerize/6 1 +polymorphic +polymorphism/10 1 +polymorphous +Polynesia/2 1 +Polynesian/1 1 +polynomial/1 1 +polynomially +polyp/1 1 +polypeptide/10 1 +Polyphemus +polyphonic 1 +polyphony/2 1 +polypropylene/2 1 +polysaccharides +polysemous +polystyrene/2 1 +polysyllabic 1 +polysyllable/1 1 +polytechnic/1 1 +polytheism/2 1 +polytheist/1 1 +polytheistic +polytheist 1 +polythene 1 +polytopes +poly 1 +polyunsaturate/10 1 +polyunsaturated +polyurethane/1 1 +polyvinyl 1 +pom/10 1 +pomade/28 1 +pomander/1 1 +pomegranate/1 1 +Pomerania +Pomeranian/2 1 +pommel/23 1 +pommy/60 1 +Pomona +pomp/2 1 +Pompadour +pompadour/62 1 +pompano/1 1 +Pompeian 1 +Pompeii/2 1 +Pompey/2 1 +pompom/1 1 +pompon/1 1 +pomposity/2 1 +pompous/16 1 +Ponce +ponce/43 1 +poncey +poncho/1 1 +poncy +pond/18 1 +ponder/11 1 +ponderer/1 1 +ponderous/16 1 +pone/1 1 +pong/11 1 +pongee/2 1 +poniard/18 1 +Pontchartrain +Pontiac/2 1 +Pontianak +pontiff/1 1 +pontifical/8 1 +pontificate/28 1 +pontification/10 1 +pontoon/18 1 +pony/56 1 +ponytail/1 1 +poo/444 1 +pooch/22 1 +poodle/1 1 +pooed +poof/1 1 +poofter/10 1 +Pooh/3 +pooh/23 1 +pooing +pool/23 1 +Poole/3 +pooling 1 +poolroom/1 1 +poolside/10 1 +Poona +poop/23 1 +poor/21 1 +poorboy/2 1 +poorhouse/1 1 +poos +pop/296 1 +popcorn/2 1 +pope/1 1 +Pope 1 +Popeye/3 +popgun/1 1 +popinjay/1 1 +poplar/1 1 +poplin/2 1 +Popocatepetl +popover/1 1 +poppa/1 1 +poppadom/10 1 +poppadum/10 1 +Popper/3 +popper/1 1 +poppet/10 1 +Poppins/3 +poppy/15 1 +poppycock/2 1 +Popsicle 1 +populace/1 1 +popular/8 1 +popularity/2 1 +popularization/1 1 +popularize/6 1 +popular 1 +populate/6 1 +population/1 1 +populism/2 1 +populist/1 1 +populous/33 1 +porcelain/1 1 +porch/4 1 +porcine 1 +porcupine/1 1 +pore/28 1 +Porfirio/3 +porgy/15 1 +pork/2 1 +porker/1 1 +porky/42 1 +porn/2 1 +porno/2 1 +pornographer/1 1 +pornographic +pornographically +pornography/2 1 +porosity/2 1 +porous/33 1 +porphyritic +porphyry/2 1 +porpoise/28 1 +porridge/2 1 +Porrima/3 +porringer/1 1 +Porsche/3 +Port +port/216 1 +portability/2 1 +portable/1 1 +portage/28 1 +portal/1 1 +portcullis/4 1 +portend/11 1 +portent/1 1 +portentous/83 1 +Porter +porter/18 1 +porterage 1 +porterhouse/1 1 +portfolio/1 1 +porthole/1 1 +Portia/3 +portico/4 1 +portiere/1 1 +portion/23 1 +Portland/2 1 +portly/140 1 +portmanteau/1 1 +Porto/3 +portrait/1 1 +portraitist/1 1 +portraiture/2 1 +portray/11 1 +portrayal/1 1 +Portsmouth +Portugal/2 1 +Portuguese/2 1 +portulaca/2 1 +pose/28 1 +Poseidon/2 1 +poser/1 1 +poseur/1 1 +posh/166 1 +posing 1 +posit/5 1 +position/23 1 +positionable +positional +positionally +positive/25 1 +positivism 1 +positivist/10 1 +positivity 1 +positron/1 1 +poss/89 1 +posse/1 1 +posses/79 1 +possess/7 1 +possession/1 1 +possessive/36 1 +possessor/1 1 +possibility/15 1 +possible/457 1 +possum/1 1 +Post/3 +post/78 1 +postage/2 1 +postal 1 +postbag/10 1 +postbox/89 1 +postcard/18 1 +postcode/10 1 +postconsonantal +postdate/6 1 +postdoctoral +postdoc 1 +poster/1 1 +posterior/1 1 +posterity/2 1 +postfixes +postgraduate/1 1 +posthaste 1 +posthumous/8 1 +posthypnotic 1 +postie/10 1 +postilion/1 1 +postillion/1 1 +postindustrial +posting/1 1 +postlude/1 1 +postman/2 1226 +postmark/23 1 +postmaster/1 1 +postmenopausal +postmen 1227 +postmeridian +postmistress/4 1 +postmodern +postmodernism/2 1 +postmodernist/1 1 +postmortem/1 1 +postnasal +postnatal +postoperative 1 +postpaid 1 +postpartum +postpone/6 1 +postponement/1 1 +postprandial 1 +postscript/1 1 +postseason/1 1 +postulate/28 1 +postulation/1 1 +postural +posture/28 1 +posturing/1 1 +postwar 1 +postwoman 1228 +postwomen 1229 +posy/15 1 +pot/109 1 +potability/2 1 +potable/1 1 +potash/2 1 +potassium/2 1 +potato/4 1 +potbellied +potbellies +potbelly/3 +potboiler/1 1 +Potemkin +potency/2 1 +potent/8 1 +potentate/1 1 +potential/30 1 +potentiality/15 1 +potentiometer/10 1 +potent 1 +potful/1 1 +pothead/1 1 +pother/23 1 +potherb/1 1 +potholder/1 1 +pothole/28 1 +potholer/10 1 +pothook/1 1 +potion/1 1 +potluck/1 1 +Potomac/2 1 +potpie/1 1 +potpourri/1 1 +Potsdam +potsherd/1 1 +potshot/1 1 +pottage/2 1 +Pottawatomie/3 +Potter +potter/23 1 +pottering 1 +pottery/15 1 +pottiness +Potts/3 +potty/42 1 +pouch/22 1 +pouf/10 1 +pouffe/10 1 +poulterer/1 1 +poultice/28 1 +poultry/2 1 +pounce/28 1 +Pound +pound/23 1 +poundage/2 1 +pounding/1 1 +pour/5 1 +pourable +pouring/10 1 +Poussin +pout/23 1 +pouter/1 1 +pouting 1 +poverty/2 1 +POW/2 1 +powder/23 1 +powdery 1 +Powell/3 +power/23 1 +powerboat/1 1 +powerful/83 1 +powerhouse/1 1 +powerless/16 1 +PowerPoint/3 +Powers +power 1 +Powhatan/2 1 +pow 1 +powwow/23 1 +pox/40 1 +poxy +Poznan/3 +pp +PP +ppm +ppr +PPS +pr +PR +Pr/4 1 +practicability/15 1 +practicable/19 1 +practical/30 1 +practicality/15 1 +practice/28 1 +practicum/1 1 +practise's +practitioner/1 1 +Prada/3 +Prado/3 +praesidium/10 1 +praetor/1 1 +praetorian 1 +Praetorian 1 +pragmatic/1 1 +pragmatical/8 1 +pragmatism/2 1 +pragmatist/1 1 +Prague/2 1 +Praia/2 1 +prairie/1 1 +praise/28 1 +praiseworthy/140 1 +praising 1 +Prakrit +praline/1 1 +pram/1 1 +prance/28 1 +prancer/1 1 +prancingly 1 +prancing 1 +prang/11 1 +prank/18 1 +prankster/1 1 +praseodymium/2 1 +prat/70 1 +Pratchett/3 +prate/28 1 +prater/1 1 +pratfall/1 1 +prating 1 +Pratt/3 +prattle/28 1 +prattler/1 1 +prattling 1 +Pravda/3 +prawn/23 1 +Praxiteles +pray/11 1 +prayer/1 1 +prayerbook +prayerful/8 1 +praying 1 +PRC/2 1 +preach/7 1 +preacher/1 1 +preaching/10 1 +preachment/2 1 +preachy/34 1 +preadolescence/1 1 +Preakness/3 +preallocate +preamble/28 1 +preamplifier 1 +preamp 1 +prearrange/6 1 +prearrangement/2 1 +preassigned +preauthorize +prebendary 1 +Precambrian/2 1 +precancel/23 1 +precancerous +precarious/16 1 +precast 1 +precaution/18 1 +precautionary +precede/6 1 +precedence/1 1 +precedent/1 1 +precept/1 1 +preceptor/1 1 +precess/241 1 +precession 1 +precinct/1 1 +preciosity/2 1 +precious/16 1 +precipice/1 1 +precipitant/1 1 +precipitate/54 1 +precipitation/1 1 +precipitous/8 1 +precis/22 1 +precise/104 1 +precision/1 1 +precis 1 +preclinical +preclude/6 1 +preclusion/2 1 +precocious/16 1 +precocity/2 1 +precognition/1 1 +precognitive +precolonial +precomputed +preconceive/6 1 +preconception/1 1 +precondition/23 1 +precook/11 1 +precursor/1 1 +precursory +predate/6 1 +predation/10 1 +predator/1 1 +predatory +predawn 1 +predecease/43 1 +predecessor/1 1 +predeclared +predefine/251 1 +predesignate/6 1 +predestination/2 1 +predestine/6 1 +predetermination/2 1 +predetermine/6 1 +predeterminer/1 1 +predicable 1 +predicament/1 1 +predicate/28 1 +predication/2 1 +predicative/8 1 +predict/11 1 +predictability/2 1 +predictable/19 1 +prediction/1 1 +predictive 1 +predictor/1 1 +predigest/11 1 +predilection/1 1 +predispose/6 1 +predisposed 1 +predisposition/1 1 +predominance/2 1 +predominant/8 1 +predominate/68 1 +preemie/1 1 +preeminence/2 1 +preeminent/8 1 +preempt/5 1 +preemption/2 1 +preemptively +preemptive 1 +preen/5 1 +preexist/11 1 +preexistence/2 1 +pref +prefab/136 1 +prefabricate/6 1 +prefabrication/2 1 +prefab 1 +preface/28 1 +prefatory +prefect/1 1 +prefecture/1 1 +prefer/13 1 +preferable/19 1 +preference/1 1 +preferential/8 1 +preferment/2 1 +preferred 1 +prefigure/6 1 +prefix/22 1 +preform/5 1 +pregame/3 +pregames +pregnancy/15 1 +pregnant 1 +preheat/11 1 +prehensile +prehistoric +prehistorical/8 1 +prehistory/2 1 +prejudge/6 1 +prejudgment/1 1 +prejudice/28 1 +prejudiced 1 +prejudicial +prekindergarten/1 1 +prelacy/2 1 +prelate/1 1 +prelates 1 +prelim/1 1 +preliminary/206 1 +preliterate 1 +preloaded +prelude/18 1 +premarital +premature/83 1 +prematurity 1 +premed/1 1 +premedical +premeditate/6 1 +premeditated 1 +premeditation/2 1 +premed 1 +premenstrual +premier/23 1 +premiere/28 1 +premiership/1 1 +premier 1 +Preminger/3 +premise/28 1 +premiss/40 1 +premium/1 1 +premix/156 1 +premolar/1 1 +premonition/1 1 +premonitory +Premyslid/3 +prenatal/8 1 +Prensa/3 +Prentice/3 +prenuptial +preoccupation/1 1 +preoccupied 1 +preoccupy/31 1 +preoperative +preordain/11 1 +prep/47 1 +prepackage/6 1 +prepacked +preparation/1 1 +preparative 1 +preparatory 1 +prepare/6 1 +prepared/33 1 +preparer/10 1 +prepay/312 1 +prepayment/1 1 +preplanned +preponderance/1 1 +preponderant/8 1 +preponderate/6 1 +preposition/18 1 +prepositional/8 1 +prepossess/7 1 +prepossessing 1 +prepossession/1 1 +preposterous/8 1 +preppie/41 1 +preppy/42 1 +preprocessed +prep 1 +prepubescence/2 1 +prepubescent/1 1 +prepuce/1 1 +prequel/1 1 +prerecord/11 1 +preregister/11 1 +preregistration/2 1 +prerequisite/1 1 +prerogative/1 1 +pres/79 1 +presage/28 1 +presbyopia/2 1 +presbyter/1 1 +Presbyterian/1 1 +Presbyterianism/1 1 +presbytery/15 1 +preschool/129 1 +preschooler/1 1 +prescience/2 1 +prescient/8 1 +Prescott/3 +prescribe/6 1 +prescript/1 1 +prescription/1 1 +prescriptive/8 1 +prescriptivism +prescriptivist 1 +prescript 1 +preseason/1 1 +preselect/458 1 +presence/1 1 +present/459 1 +presentable/19 1 +presentation/1 1 +presentational +presenter/1 1 +presentiment/1 1 +presentment/1 1 +preservable +preservation/2 1 +preservationist/1 1 +preservative/1 1 +preserve/28 1 +preserver/1 1 +preset/88 1 +preshrank 1230 +preshrink/121 1231 +preshrunk 1230 +preside/6 1 +presidency/15 1 +president/1 1 +President/1 1 +presidential 1 +presidia 1232 +presidium/2 1233 +Presley +presort/11 1 +press/22 1 +presser/1 1 +pressie/10 1 +pressing/30 1 +pressman/2 1234 +pressmen 1235 +pressure/28 1 +pressurization/2 1 +pressurize/6 1 +pressurizer/1 1 +prestidigitation/2 1 +prestidigitatorial +prestidigitator 1 +prestige/2 1 +prestigious 1 +presto/1 1 +Preston +presto 1 +presumable/19 1 +presume/6 1 +presumed 1 +presumption/1 1 +presumptive/8 1 +presumptuous/16 1 +presuppose/6 1 +presupposition/1 1 +pretax 1 +preteen/1 1 +pretend/233 1 +pretended 1 +pretender/1 1 +pretense/1 1 +pretension/18 1 +pretentious/16 1 +preterit/1 1 +preterite/1 1 +preterit 1 +preterm 1 +preternatural/8 1 +pretest/11 1 +pretext/18 1 +Pretoria/2 1 +pretreated +pretreatment/10 1 +pretrial/10 1 +prettify/31 1 +pretzel/1 1 +pretty/275 1 +prevail/11 1 +prevailing 1 +prevalence/2 1 +prevalent/8 1 +prevaricate/6 1 +prevarication/1 1 +prevaricator/1 1 +prevent/11 1 +preventable +preventative/1 1 +preventible +prevention/1 1 +preventive/1 1 +preview/23 1 +previewer/10 1 +previous/8 1 +prevision/18 1 +prevue/18 1 +prewar 1 +prey/23 1236 +prezzie/10 1 +Priam/2 1 +priapic 1 +Pribilof/3 +Price +price/28 1 +priceless 1 +prices 1237 +pricey 1238 +pricier 1239 +priciest 1239 +prick/23 1 +pricker/1 1 +pricking 1 +prickle/28 1 +prickliness/3 +prickling 1 +prickly/34 1 +pricy/34 1 +pride/28 1 +prideful/8 1 +prier/1 1240 +priest/18 1 +priestess/4 1 +priesthood/1 1 +Priestley +priestly/49 1 +priest 1241 +prig/18 1 +priggish/16 1 +prim/324 1 +primacy/2 1 +primaeval +primal 1 +primary/206 1 +primate/1 1 +prime/460 1 +primer/1 1 +primeval 1 +priming/2 1 +primitive/36 1 +primogenitor/1 1 +primogeniture/2 1 +primordial/8 1 +primp/11 1 +primrose/18 1 +prim 1 +primula/10 1 +Prince/3 +prince/1 1 +princedom/1 1 +princely/49 1 +princes/9 1 +princess/4 1 +Princeton/2 1 +Principal +principal/30 1 +principality/15 1 +Principe/2 1 +principle/77 1 +print/78 1 +printable 1 +printer/1 1 +printing/1 1 +printmaking 1 +printout/1 1 +prion/10 1 +prior/1 1 +prioress/4 1 +prioritization 1 +prioritize/6 1 +priority/15 1 +prior 1 +priory/15 1 +Priscilla/3 +prism/1 1 +prismatic 1 +prison/18 1 +prisoner/1 1 +prissy/50 1 +pristine 1 +prithee 1 +Prius/3 +privacy/2 1 +Private +private/255 1 +privateer/18 1 +privation/1 1 +privatization/1 1 +privatize/6 1 +privet/1 1 +privilege/28 1 +privy/461 1 +prize/28 1 +prizefight/86 1 +prizefighter/1 1 +prizefighting/2 1 +prize 1 +prizewinner/1 1 +prizewinning +PRO +pro/1 1 +proactively +proactive 1 +prob +probabilistic/39 1 +probabilist 1 +probability/15 1 +probable/82 1 +probate/28 1 +probation/2 1 +probational +probationary 1 +probationer/1 1 +probative 1 +probe/28 1 +probings +probity/2 1 +problem/1 1 +problematical/8 1 +problematic 1 +problem 1 +probosces +proboscis/4 1 +procaine/2 1 +procedural 1 +procedurally +procedure/1 1 +proceed/11 1 +proceeding/1 1 +proceeds's +process/22 1 +processable +procession/23 1 +processional/1 1 +processioning 1 +processor/1 1 +proclaim/11 1 +proclaimers +proclamation/1 1 +proclivity/15 1 +proconsul/1 1 +proconsular 1 +procrastinate/6 1 +procrastination/1 1 +procrastinator/1 1 +procreate/6 1 +procreation/2 1 +procreational +procreative 1 +procreatory +Procrustean +Procrustes/2 1 +Procter/3 +proctor/23 1 +proctorial +procurable +procurator/1 1 +procure/6 1 +procurement/1 1 +procurer/1 1 +procures 1 +Procyon/2 1 +prod/113 1 +prodigal/30 1 +prodigality/2 1 +prodigious/8 1 +prodigy/15 1 +produce/28 1 +producer/1 1 +producible +product/1 1 +production/1 1 +productive/16 1 +productivity/2 1 +Prof +prof/123 1 +profanation/1 1 +profane/67 1 +profanity/15 1 +profess/7 1 +professed/8 1 +profession/1 1 +professional/30 1 +professionalism/2 1 +professionalization 1 +professionalize/6 1 +professor/1 1 +professorial/8 1 +professorship/1 1 +proffer/23 1 +proficiency/15 1 +proficient/30 1 +profile/28 1 +profit/23 1 +profitability/2 1 +profitable/19 1 +profiteer/23 1 +profiteering/2 1 +profiterole/1 1 +profiting 1 +profitless 1 +profligacy/2 1 +profligate/30 1 +proforma +proformas +profound/21 1 +profundity/15 1 +profuse/16 1 +profusion/1 1 +progenitor/1 1 +progeny/2 1 +progesterone/2 1 +prognathous +prognoses 1242 +prognosis/2 1243 +prognostic/1 1 +prognosticate/6 1 +prognostication/1 1 +prognosticator/1 1 +prognostic 1 +program/462 1 +programer/1 1 +programing 1 +programmable/1 1 +programmatic +programmer/1 1 +programming/1 1 +progress/22 1 +progression/1 1 +progressive/36 1 +prohibit/11 1 +prohibition/1 1 +prohibitionist/1 1 +Prohibition 1 +prohibitive/8 1 +prohibitory 1 +project/23 1 +projectile/1 1 +projecting 1 +projection/1 1 +projectionist/1 1 +projective/8 1 +projector/1 1 +Prokofiev +prolapse/28 1 +prole/10 1 +proletarian/1 1 +proletariat/2 1 +proliferate/6 1 +proliferation/2 1 +prolific +prolifically +prolix/8 1 +prolixity/2 1 +prolog/18 1 +prologize 1 +prologue/18 1 +prologuize 1 +prolong/11 1 +prolongation/1 1 +prom/1 1 +promenade/28 1 +promenader/10 1 +Promethean 1 +Prometheus/2 1 +promethium/2 1 +prominence/1 1 +prominent/8 1 +promiscuity/2 1 +promiscuous/8 1 +promise/28 1 +promising/8 1 +promissory 1 +promo/1 1 +promontory/15 1 +promotable +promote/6 1 +promoter/1 1 +promotion/1 1 +promotional +prompt/52 1 +prompter/1 1 +prompting/1 1 +promptitude/2 1 +promulgate/6 1 +promulgation/1 1 +promulgator/1 1 +pron +prone/33 1 +prong/62 1 +pronghorn/1 1 +pronominal/2 1 +pronoun/1 1 +pronounce/6 1 +pronounceable 1 +pronounced/8 1 +pronouncement/1 1 +pronto 1 +pronuclear +pronunciation/1 1 +proof/23 1 +proofing 1 +proofread/121 1 +proofreader/1 1 +proof 1 +prop/47 1 +propaganda/2 1 +propagandist/1 1 +propagandize/6 1 +propagate/6 1 +propagation/2 1 +propagator/1 1 +propane/2 1 +propel/61 1 +propellant/1 1 +propellent/1 1 +propeller/1 1 +propelling 1 +propensity/15 1 +proper/225 1 +propertied +property/15 1 +prophecy/15 1 +prophesier/1 1 +prophesy/31 1 +prophesy's +prophet/1 1 +prophetess/4 1 +prophetic +prophetical/8 1 +Prophets +prophylactic/1 1 +prophylaxes 1244 +prophylaxis/2 1245 +propinquity/2 1 +propitiate/6 1 +propitiation/2 1 +propitiatory 1 +propitious/8 1 +proponent/1 1 +proportion/23 1 +proportional/191 1 +proportionality 1 +proportionate/8 1 +proportioning 1 +proposal/1 1 +propose/6 1 +proposer/1 1 +proposition/23 1 +propositional 1 +propound/11 1 +proprietary/15 1 +proprietor/1 1 +proprietorial/8 1 +proprietorship/2 1 +proprietress/4 1 +propriety/344 1 +proprioceptive +propulsion/2 1 +propulsive +propylene 1 +prorate/6 1 +prorogation/2 1 +prorogue/6 1 +pros/205 1 +prosaic/39 1 +proscenium/1 1 +prosciutto/2 1 +proscribe/6 1 +proscription/1 1 +proscriptive +prose/18 1 +prosecutable +prosecute/6 1 +prosecution/1 1 +prosecutor/1 1 +proselyte/28 1 +proselytism/2 1 +proselytize/6 1 +proselytizer/1 1 +Proserpina/2 1 +Proserpine/2 1 +prose 1 +prosodic +prosody/15 1 +prospect/23 1 +prospectively +prospective 1 +prospector/1 1 +prospectus/4 1 +prosper/11 1 +prosperity/2 1 +prosperous/8 1 +prostate/1 1 +prostheses 1246 +prosthesis/2 1247 +prosthetic 1 +prostitute/28 1 +prostitution/2 1 +prostrate/6 1 +prostration/1 1 +prosy/34 1 +protactinium/2 1 +protagonist/1 1 +Protagoras +protean 1 +protease 1 +protect/11 1 +protecting 1 +protection/1 1 +protectionism/2 1 +protectionist/1 1 +protective/16 1 +protector/1 1 +protectorate/1 1 +protege/1 1 +protegee/10 1 +protein/1 1 +Proterozoic/2 1 +protest/23 1 +Protestant/1 1 +protestant/10 1 +protestantism +Protestantism/1 1 +protestation/1 1 +protester/1 1 +protesting 1 +protestor/1 1 +Proteus/2 1 +protists +protocol/18 1 +proton/1 1 +protoplasm/2 1 +protoplasmic +prototype/28 1 +prototypical 1 +protozoan/463 1 +protozoa 1248 +protozoic +protozoon/2 1249 +protract/11 1 +protracted 1 +protraction/2 1 +protractor/1 1 +protrude/6 1 +protrusile +protrusion/1 1 +protrusive +pro 1 +protuberance/1 1 +protuberant 1 +proud/75 1 +Proudhon +Proust/2 1 +prov +provability/2 1 +provable/19 1 +prove/376 1 +provenance/1 1 +Provencal/1 1 +Provence/2 1 +provender/2 1 +provenience/2 1 +proven 1 +prover/10 1 +proverb/18 1 +proverbial/8 1 +Proverbs +providable +provide/6 1 +Providence/1 1 +providence/2 1 +provident/8 1 +providential/8 1 +provider/1 1 +province/1 1 +provincial/30 1 +provincialism/2 1 +provision/23 1 +provisional/8 1 +proviso/1 1 +provocateur/10 1 +provocation/1 1 +provocative/16 1 +provoke/6 1 +provoker/1 1 +provoking/8 1 +provolone/2 1 +provost/1 1 +Provo 1 +prow/1 1 +prowess/2 1 +prowl/23 1 +prowler/1 1 +prowling 1 +prow 1 +proximal 1 +proximate/8 1 +proximity/2 1 +proxy/15 1 +Prozac/1 1 +prude/1 1 +Prudence/3 +prudence/2 1 +prudent/8 1 +Prudential/3 +prudential 1 +prudentially +prudery/2 1 +prudish/16 1 +Pruitt/3 +prune/28 1 +pruner/1 1 +pruning 1 +prurience/2 1 +prurient/8 1 +Prussia/2 1 +Prussian/1 1 +prussic +Prut +pry/87 1 +pryer/1 1 +prying 1 +Pryor/3 +PS/2 1 +psalm/18 1 +psalmist/1 1 +Psalms +Psalter/1 1 +psalter 1 +psaltery/15 1 +psephologist/10 1 +psephology 1 +pseud/10 1 +pseudo/10 1 +pseudonym/1 1 +pseudonymous 1 +pseudopodia 1250 +pseudopod 1 +pseudoscience/1 1 +pseudo 1 +pseudy +pshaw/18 1 +psi/1 1 +psittacosis/2 1 +psoriasis/2 1 +psst 1 +PST/2 1 +psych/464 1 +psyche/1 1 +Psyche/2 1 +psyche/6 1 +psychedelia 1 +psychedelic/1 1 +psychedelically +psychiatric 1 +psychiatrist/1 1 +psychiatry/2 1 +psychic/1 1 +psychical/8 1 +psychic 1 +psycho/1 1 +psychoactive 1 +psychoanalysis/2 1 +psychoanalyst/1 1 +psychoanalytic +psychoanalytical/8 1 +psychoanalyze/6 1 +psychobabble/2 1 +psychodrama/1 1 +psychogenic +psychokinesis 1 +psychokinetic +psycholinguistic/10 1 +psycholinguists +psychological/8 1 +psychologist/1 1 +psychology/15 1 +psychometric 1 +psychoneuroses 1251 +psychoneurosis/2 1252 +psychopath/1 1 +psychopathic 1 +psychopathology 1 +psychopathy/2 1 +psychos/89 1 +psychoses 1253 +psychosis/2 1254 +psychosocial +psychosomatic 1 +psychotherapist/1 1 +psychotherapy/15 1 +psychotic/1 1 +psychotically +psychotic 1 +psychotropic/1 1 +psycho 1 +psych's +pt +PT +Pt/2 1 +PTA +Ptah/2 1 +ptarmigan/1 1 +pterodactyl/1 1 +pterosaurs +PTO +Ptolemaic +Ptolemy/15 1 +ptomaine/1 1 +Pu/2 1 +pub/18 1 +pubertal +puberty/2 1 +pubes/2 1 +pubescence/2 1 +pubescent +pubes's 1255 +pubes 1256 +pubic 1 +pubis/2 1257 +public/37 1 +publican/1 1 +publication/1 1 +publicist/1 1 +publicity/2 1 +publicize/6 1 +publish/7 1 +publishable +publisher/1 1 +publishing/2 1 +Puccini +puce/2 1 +Puck +puck/18 1 +pucker/23 1 +Puckett/3 +puckish/16 1 +pud/10 1 +pudding/1 1 +puddle/28 1 +puddling/2 1 +pudenda 1258 +pudendum/2 1259 +pudgy/49 1 +Puebla +pueblo/1 1 +Pueblo 1 +puerile 1 +puerility/2 1 +puerperal +puff/78 1 +puffball/1 1 +puffer/1 1 +puffin/1 1 +puffing 1 +puffy/49 1 +pug/18 1 +Puget/3 +Pugh/3 +pugilism/2 1 +pugilist/1 1 +pugilistic +pugnacious/16 1 +pugnacity/2 1 +puissant 1 +puke/28 1 +pukka 1 +Pulaski 1 +pulchritude/2 1 +pulchritudinous +pule/6 1 +pules 1260 +puling 1 +Pulitzer 1 +pull/23 1 +pullback/1 1 +puller/1 1 +pullet/1 1 +pulley/1 1 +pulling 1 +Pullman/1 1 +pullout/1 1 +pullover/1 1 +pullup/1 1 +pulmonary +pulp/23 1 +pulpiness/3 +pulpit/1 1 +pulp 1 +pulpwood/2 1 +pulpy/34 1 +pulsar/1 1 +pulsate/6 1 +pulsation/1 1 +pulse/28 1 +pulverization/2 1 +pulverize/6 1 +puma/1 1 +pumice/18 1 +pummel/11 1 +pump/23 1 +pumper/1 1 +pumpernickel/2 1 +pumpkin/1 1 +pun/133 1 +Punch +punch/22 1 +punchable +punchbag/10 1 +punchbowl +puncheon/1 1 +puncher/1 1 +punchline +punchlines +punchy/34 1 +punctilio/2 1 +punctilious/16 1 +punctual/8 1 +punctuality/2 1 +punctuate/6 1 +punctuation/1 1 +punctuational +puncture/28 1 +pundit/1 1 +punditry/2 1 +pungency/2 1 +pungent/8 1 +Punic/2 1 +punish/7 1 +punishable +punishing/8 1 +punishment/1 1 +punitive/8 1 +Punjab/2 1 +Punjabi/2 1 +punk/188 1 +punker 1 +punkin/1 1 +punnet/10 1 +punning 1 +punster/1 1 +punt/23 1 +punter/1 1 +puny/49 1 +pup/47 1 +pupa/53 1 +pupal 1 +pupate/6 1 +pupil/1 1 +pupillage 1 +puppet/1 1 +puppeteer/1 1 +puppetry/2 1 +puppet 1 +puppy/167 1 +Purana 1 +purblind 1 +Purcell +purchasable +purchase/28 1 +purchaser/1 1 +purdah/2 1 +Purdue/3 +pure/465 1 +purebred/1 1 +puree/63 1 +purgative/1 1 +purgatorial +Purgatory +purgatory/15 1 +purge/28 1 +purger/1 1 +purging 1 +purification/2 1 +purifier/1 1 +purify/31 1 +Purim/1 1 +Purina/3 +purine/1 1 +purism/2 1 +purist/1 1 +puristic +puritan/1 1 +puritanical/8 1 +Puritanism/1 1 +puritanism/2 1 +Puritan 1 +purity/15 1 +purl/23 1 +purlieu/1 1 +purling 1 +purloin/11 1 +purple/466 1 +purplish 1 +purport/23 1 +purported/8 1 +purpose/28 1 +purposeful/16 1 +purposeless/83 1 +purposely +purposive 1 +purr/23 1 +purring 1 +purse/28 1 +purser/1 1 +pursuance/2 1 +pursuant 1 +pursue/6 1 +pursuer/1 1 +pursuing 1 +pursuit/1 1 +purulence/2 1 +purulent 1 +Purus/2 1 +purvey/11 1 +purveyance/2 1 +purveyor/1 1 +purview/2 1 +pus/228 1261 +Pusan/2 1 +Pusey +push/22 1 +pushable +pushbike +pushbikes +pushcart/1 1 +pushchair/10 1 +pusher/1 1 +pushily 1 +pushing 1 +Pushkin +pushover/1 1 +pushpin/10 1 +Pushtu/3 +pushup/1 1 +pushy/49 1 +pusillanimity/2 1 +pusillanimous/8 1 +puss/4 1 +pussy/42 1 +pussycat/1 1 +pussyfoot/5 1 +pustular +pustule/1 1 +put/128 1 +putative/8 1 +putdown/1 1 +Putin/3 +Putnam +putout/1 1 +putrefaction/2 1 +putrefactive +putrefy/31 1 +putrescence/2 1 +putrescent +putridity 1 +putrid 1 +putsch/4 1 +putt/23 1 +puttee/1 1 +putter/23 1 +putterer/1 1 +putting 1 +putz/205 1 +putty/56 1 +puttying 1262 +Puzo/3 +puzzle/28 1 +puzzled 1 +puzzlement/2 1 +puzzler/1 1 +puzzling/8 1 +PVC/2 1 +pvt +Pvt +PW +PX +Pygmalion/2 1 +pygmy/15 1 +Pygmy/15 1 +pygmy 1 +Pyle/3 +pylon/1 1 +pyloric 1 +pylori 1263 +pylorus/2 1264 +Pym +Pynchon/3 +Pyongyang/2 1 +pyorrhea/2 1 +Pyotr/3 +pyramid/23 1 +pyramidal 1 +pyre/1 1 +Pyrenees/2 1 +Pyrex/4 1 +pyridine 1 +pyrimidine/1 1 +pyrite/130 1 +pyrolysis 1 +pyrolyze 1 +pyromania/2 1 +pyromaniac/1 1 +pyrotechnic/32 1 +pyrotechnical 1 +pyroxene/10 1 +Pyrrhic +Pythagoras/2 1 +Pythagorean 1 +Pythias +python/1 1 +Python/2 1 +pyx/40 1 +pyxes 1265 +pzazz +q +Q +Qaddafi/3 +Qantas/3 +Qatar/2 1 +Qatari/1 1 +QB +QC +QED +Qingdao +Qiqihar/3 +QM +Qom/3 +qr +qt +qty +Quaalude/2 1 +quack/23 1 +quackery/2 1 +quackish +quack 1 +quad/18 1 +quadrangle/1 1 +quadrangular +quadrant/1 1 +quadraphonic 1 +quadratic/51 1 +quadrature/10 1 +quadrennial 1 +quadrennium/1 1 +quadriceps/4 1 +quadrilateral/1 1 +quadrille/18 1 +quadrillion/1 1 +quadripartite 1 +quadriplegia/2 1 +quadriplegic/1 1 +quadrivium/2 1 +quadrophonic 1 +quadruped/1 1 +quadrupedal +quadruple/467 1 +quadruplet/1 1 +quadruplicate/28 1 +quadruplication/2 1 +quadrupole 1 +quad 1 +quaff/23 1 +quagmire/18 1 +quahaug/1 1 +quahog/1 1 +quail/23 1 +quailing 1 +quaint/21 1 +quake/28 1 +Quaker/1 1 +Quakerism/1 1 +Quaker 1 +quaking 1 +quaky/34 1 +qualification/1 1 +qualified 1 +qualifier/1 1 +qualify/31 1 +qualifying 1 +qualitative/8 1 +quality/15 1 +qualm/1 1 +qualmish 1 +quandary/15 1 +quango/10 1 +quanta 1266 +quantifiable +quantification/2 1 +quantifier/1 1 +quantify/31 1 +quantitative/8 1 +quantity/15 1 +quantization 1 +quantize/214 1 +quantum/2 1267 +Quaoar/3 +quarantine/28 1 +quark/1 1 +quarrel/23 1 +quarreler/1 1 +quarrelsome/33 1 +quarry/56 1 +quarrying 1 +quarrymen 1268 +quart/1 1 +quarter/210 1 +quarterback/23 1 +quarterdeck/1 1 +quarterfinal/1 1 +quartering 1 +quarterlies +quarterly's +quartermaster/1 1 +quarterstaff/2 1269 +quarterstaves 1270 +quartet/1 1 +quartette/1 1 +quartic/10 1 +quartile/10 1 +quarto/1 1 +quartz/2 1 +quartzite 1 +quasar/1 1 +quash/7 1 +quasilinear +Quasimodo 1 +quasi 1 +Quaternary/2 1 +quaternary 1 +quaternion/10 1 +quatrain/1 1 +qua 1 +quaver/23 1 +quavering 1 +quavery 1 +quay/1 1 +Quayle/3 +quayside/10 1 +Que +queasy/50 1 +Quebec/2 1 +Quebecker 1 +Quebecois +Quechua/2 1 +Queen +queen/23 1 +queening 1 +queenly/34 1 +Queens/2 1 +Queensland/2 1 +queer/52 1 +quell/11 1 +quench/7 1 +quenchable 1 +quencher/1 1 +quenching 1 +quenchless 1 +Quentin/3 +quern 1 +querulous/16 1 +query/56 1 +querying 1 +ques/89 1 +quest/23 1 +questing 1 +question/23 1 +questionable/19 1 +questioner/1 1 +questioning/30 1 +questionnaire/1 1 +Quetzalcoatl/2 1 +queue/28 1 +queuing 1 +Quezon/3 +quibble/28 1 +quibbler/1 1 +quibbling 1 +quiche/1 1 +quick/410 1 +quicken/11 1 +quickening 1 +quickfire +quickie/1 1 +quicklime/2 1 +quicksand/1 1 +quicksilver/2 1 +quickstep/18 1 +quid/1 1 +quiesce/214 1 +quiescence/2 1 +quiescent/8 1 +quiet/52 1 +quieten/11 1 +quietening 1 +quieter 1 +quieting 1 +quietism 1 +quietude/2 1 +quietus/4 1 +quiff/10 1 +quill/18 1 +quilt/23 1 +quilter/1 1 +quilting/2 1 +quin/10 1 +quince/1 1 +quincentenary 1 +Quincy/3 +quine/10 1 +quinine/2 1 +Quinn +quinquennial 1 +quinsy/2 1 +quint/1 1 +quintessence/1 1 +quintessential/8 1 +quintet/1 1 +quintette/1 1 +quintic 1 +Quintilian/3 +quintillion 1 +Quinton/3 +quintuple/28 1 +quintuplet/1 1 +quintuple 1 +quip/47 1 +quipper 1 +quipster/1 1 +quire/18 1 +Quirinal 1 +quirk/23 1 +quirky/49 1 +quirt/18 1 +Quisling/3 +quisling/1 1 +quit/88 1 +quitclaim/18 1 +quite 1 +Quito/2 1 +quittance/2 1 +quitter/1 1 +quiver/23 1 +quivering/8 1 +quivery 1 +Quixote 1 +quixotic/39 1 +Quixotism/3 +quiz/306 1 +quizzer/1 1 +quizzical/8 1 +quizzing 1 +Qumran +quoin/18 1 +quoit/23 1 +quondam 1 +Quonset 1 +quorate +quorum/1 1 +quot +quota/1 1 +quotability/2 1 +quotable 1 +quota's 1271 +quota 1272 +quotation/1 1 +quote/28 1 +quoter 1 +quoth 1 +quotidian 1 +quotient/1 1 +Qur'an +QWERTY +qwerty 1 +R/2 1 +r/10 1 +Ra/468 1 +Rabat/2 1 +rabbet/23 1 +rabbi/1 1 +rabbinate/2 1 +rabbinic +rabbinical +rabbit/23 1 +rabble/18 1 +Rabelais/2 1 +Rabelaisian +rabid/16 1 +rabies/2 1 +Rabin/3 +raccoon/1 1 +race/139 1 +racecourse/1 1 +racegoer/10 1 +racehorse/1 1 +raceme/1 1 +racer/1 1 +racetrack/1 1 +raceway/1 1 +Rachael/3 +Rachel/3 +Rachelle/3 +Rachmaninoff +racial/8 1 +racialism/2 1 +racialist/1 1 +Racine/2 1 +racing/2 1 +racism/2 1 +racist/1 1 +rack/23 1 +racket/23 1 +racketeer/23 1 +racketeering/2 1 +racking 1 +raconteur/1 1 +racoons +racoon's +racquet/18 1 +racquetball/1 1 +racy/50 1 +rad/469 1 +radar/1 1 +radarscope/1 1 +Radcliffe/3 +raddled +radial/30 1 +radian/10 1 +radiance/2 1 +radiant/8 1 +radiate/6 1 +radiation/1 1 +radiative +radiatively +radiator/1 1 +radical/30 1 +radicalism/2 1 +radicalization/2 1 +radicalize/6 1 +radicchio/2 1 +radii 1273 +radio/417 1 +radioactive/8 1 +radioactivity/2 1 +radioastronomical +radiocarbon/2 1 +radiogalaxies +radiogalaxy +radiogram/1 1 +radiographer/1 1 +radiography/2 1 +radioisotope/1 1 +radiological 1 +radiologist/1 1 +radiology/2 1 +radioman/2 1274 +radiomen 1275 +radiometer/1 1 +radiometric +radiometry/2 1 +radionuclide 1 +radiophone/1 1 +radioscopy/2 1 +radiosonde/1 1 +radiotelegraph/18 1 +radiotelegraphy/2 1 +radiotelephone/18 1 +radiotherapist/1 1 +radiotherapy/2 1 +radio 1 +radish/4 1 +radium/2 1 +radius/2 1276 +radix 1 +radon/2 1 +RAF/2 1 +Rafael/3 +raffia/2 1 +raffish/16 1 +raffle/28 1 +Raffles/3 +raffling 1 +raft/23 1 +rafter/18 1 +rafting/2 1 +rag/92 1 +raga/1 1 +ragamuffin/1 1 +ragbag/2 1 +rage/28 1 +rages 1277 +ragga +ragged/21 1 +raggedy/34 1 +ragging 1 +ragingly 1 +raglan/1 1 +Ragnarok/2 1 +ragout/18 1 +ragtag/10 1 +ragtime/2 1 +ragweed/2 1 +ragwort 1 +rah 1 +raid/23 1 +raider/1 1 +rail/23 1 +railcard/10 1 +railing/1 1 +raillery/15 1 +railroad/23 1 +railroader/1 1 +railroading/2 1 +railway/1 1 +railwayman 1278 +railwaymen 1279 +raiment/2 1 +rain/23 1 +rainbow/1 1 +raincloud +rainclouds +raincoat/1 1 +raindrop/1 1 +rainfall/1 1 +rainforest/10 1 +Rainier +rainless 1 +rainmaker/1 1 +rainmaking/2 1 +rainproof 1 +rainstorm/1 1 +rainswept +rainwater/2 1 +rainy/34 1 +raise/28 1 +raiser/1 1 +raisin/1 1 +raising 1 +raja/1 1 +rajah/1 1 +raj 1 +rake/28 1 +rakes 1280 +raking 1 +rakish/16 1 +Raleigh/2 1 +Ralph/3 +rally/56 1 +rallying 1 +ram/1 1 +RAM/1 1 +ram/114 1 +Rama/2 1 +Ramada/3 +Ramadan/1 1 +Ramakrishna +Ramanujan/3 +Ramayana 1 +ramble/28 1 +rambler/1 1 +rambling/10 1 +Rambo/3 +rambunctious +rambunctiously +rambunctiousness/3 +ramekin/1 1 +ramequin/1 1 +ramie/2 1 +ramification/1 1 +ramify/31 1 +Ramirez/3 +Ramiro/3 +ramjet/1 1 +Ramon/3 +Ramona/3 +Ramos +ramp/62 1 +rampage/28 1 +rampancy/2 1 +rampant/8 1 +rampart/18 1 +ramrod/113 1 +Ramsay +Ramses +Ramsey/3 +ramshackle 1 +ranch/22 1 +rancher/1 1 +ranching/2 1 +rancid/33 1 +rancidity/2 1 +rancor/2 1 +rancorous/8 1 +Rand +rand/18 1 +Randal/3 +Randall/3 +Randell/3 +Randi/3 +randiness/3 +Randolph/3 +random/470 1 +randomization/2 1 +randomize/6 1 +Randy/3 +randy/34 1 +ranee/1 1 +range/28 1 +rangefinder/10 1 +ranger/1 1 +ranginess/3 +Rangoon/2 1 +rang 1281 +rangy/34 1 +rani/1 1 +rank/52 1 +ranker 1 +Rankin +Rankine/2 1 +ranking/1 1 +rankle/6 1 +rankling 1 +ransack/11 1 +ransom/23 1 +ransomer/1 1 +ran 1282 +rant/23 1 +ranter/1 1 +ranting/10 1 +Raoul/3 +rap/47 1 +rapacious/16 1 +rapacity/2 1 +rape/28 1 +raper/1 1 +rapeseed/2 1 +Raphael +rapid/183 1 +rapidity/2 1 +rapidness/3 +rapier/1 1 +rapine/2 1 +rapist/1 1 +rappel/213 1 +rappelling 1 +rapper/1 1 +rapport/1 1 +rapporteur/10 1 +rapprochement/1 1 +rapscallion/1 1 +raptly 1 +raptness/3 +raptor/10 1 +rapt 1 +rapture/18 1 +rapturous/8 1 +Rapunzel/3 +Raquel/3 +rare/104 1 +rarebit/1 1 +rarefaction/1 1 +rarefy/31 1 +rarity/15 1 +Rasalgethi/3 +Rasalhague/3 +rascal/30 1 +rash/471 1 +rasher/1 1 +Rasmussen/3 +rasp/23 1 +raspberry/15 1 +rasper 1 +rasping 1 +Rasputin +raspy/34 1 +Ra's 1283 +Rastaban/3 +Rastafarian/2 1 +raster 1 +Ra 1284 +rat/109 1 +ratable 1 +ratatouille/2 1 +ratbag/10 1 +ratchet/23 1 +rate/28 1 +rateable 1 +ratepayer/10 1 +rater/1 1 +rather +Rather/3 +rathskeller/1 1 +ratification/1 1 +ratifier/1 1 +ratify/31 1 +rating/1 1 +ratio/1 1 +ratiocinate/6 1 +ratiocination/2 1 +ration/23 1 +rational/30 1 +rationale/1 1 +rationalism/2 1 +rationalist/1 1 +rationalistic +rationality/15 1 +rationalization/1 1 +rationalize/6 1 +Ratliff/3 +ratlike 1 +ratlin/1 1 +ratline/1 1 +rattan/1 1 +ratter/1 1 +rattle/28 1 +rattlebrain/1 1 +rattlebrained +rattler/1 1 +rattlesnake/1 1 +rattletrap/1 1 +rattling/10 1 +rattly/34 1 +rattrap/1 1 +ratty/34 1 +raucous/16 1 +Raul/3 +raunchily 1 +raunchiness/3 +raunchy/34 1 +ravage/232 1 +ravager/1 1 +rave/139 1 +Ravel +ravel/23 1 +raveling/10 1 +raven/23 1 +ravening 1 +ravenous/8 1 +raven 1 +raver/10 1 +ravine/18 1 +raving/30 1 +ravioli/1 1 +ravish/7 1 +ravisher/1 1 +ravishing/8 1 +ravishment/2 1 +raw/187 1 +Rawalpindi +rawboned +rawhide/2 1 +Ray +ray/18 1 +RayBan/3 +Rayburn/3 +Rayleigh +Raymond/3 +Raymundo/3 +rayon/2 1 +raze/6 1 +razor/86 1 +razorback/1 1 +razorbills +razorblades +razz/22 1 +razzamatazz 1 +razzmatazz/2 1 +Rb/2 1 +RBI 1 +RC +RCA/3 +RCMP +rcpt +rd +Rd +RD +RDA +re/1 1 +Re/2 1 +reabsorb/11 1 +reaccessed +reach/22 1 +reachable 1 +reachieved +reacquaint/11 1 +reacquire/6 1 +reacquisition 1 +react/11 1 +reactant/1 1 +reaction/1 1 +reactionary/15 1 +reactivate/6 1 +reactivation/2 1 +reactive 1 +reactivity/60 1 +reactor/1 1 +read/86 1 +readability/15 1 +readable 1 +readdress/7 1 +reader/1 1 +readership/1 1 +reading/1 1 +Reading/2 1 +readjust/11 1 +readjustment/1 1 +readmission/2 1 +readmit/12 1 +readopt/11 1 +readout/1 1 +ready/472 1 +reaffirm/11 1 +reaffirmation/1 1 +reafforestation 1 +Reagan/2 1 +Reaganomics/3 +reagent/1 1 +real/38 1 +realign/11 1 +realignment/1 1 +realism/2 1 +realist/1 1 +realistic/39 1 +realist 1 +reality/15 1 +realizable 1 +realization/1 1 +realize/6 1 +reallocate/6 1 +reallocation/2 1 +realm/1 1 +realpolitik/2 1 +realtor/1 1 +Realtor 1 +realty/2 1 +really 1 +ream/23 1 +reamer/1 1 +reanalysis/2 1 +reanalyze/6 1 +reanimate/6 1 +reanimation/2 1 +reap/11 1 +reaper/1 1 +reappear/11 1 +reappearance/1 1 +reapplication/1 1 +reapply/31 1 +reappoint/11 1 +reappointment/2 1 +reapportion/11 1 +reapportionment/2 1 +reappraisal/1 1 +reappraise/6 1 +rear/473 1 +rearguard/1 1 +rearm/11 1 +rearmament/2 1 +rearmost 1 +rearrange/6 1 +rearrangement/1 1 +rearrest/23 1 +rearward/10 1 +reascend/11 1 +reason/23 1 +reasonable/29 1 +reasoned 1 +Reasoner/3 +reasoner/1 1 +reasoning/2 1 +reasonless 1 +reassemble/6 1 +reassembly/3 +reassert/11 1 +reassertion/2 1 +reassess/7 1 +reassessment/1 1 +reassign/11 1 +reassignment/1 1 +reassuming +reassurance/1 1 +reassure/6 1 +reassured 1 +reassuring/8 1 +reattach/7 1 +reattachment/2 1 +reattain/11 1 +reattempt/11 1 +reauthorize/6 1 +reawaken/11 1 +reawakening 1 +Reba/3 +rebalanced +rebate/28 1 +Rebecca +Rebekah +rebel/213 1 +rebelling 1 +rebellion/1 1 +rebellious/16 1 +rebel 1 +rebid/474 1 +rebind/121 1285 +rebirth/1 1 +reboil/11 1 +rebook 1 +reboot/11 1 +reborn 1 +rebound/23 1286 +rebroadcast/86 1 +rebuff/23 1 +rebuild/382 1 +rebuke/28 1 +rebukingly +reburial/1 1 +rebury/31 1 +rebus/4 1 +rebut/12 1 +rebuttal/1 1 +rec/2 1 +recalcitrance/2 1 +recalcitrant 1 +recalculate/6 1 +recalculation/1 1 +recalibrate/475 1 +recalibration 1 +recall/23 1 +recant/11 1 +recantation/1 1 +recap/47 1 +recapitalization 1 +recapitalize/6 1 +recapitulate/6 1 +recapitulation/1 1 +recapture/28 1 +recast/86 1 +recasting/2 1 +recce/70 1 +recd +rec'd +recede/6 1 +receipt/23 1 +receivable/32 1 +receive/6 1 +receiver/1 1 +receivership/2 1 +recension 1 +recent/21 1 +receptacle/1 1 +reception/1 1 +receptionist/1 1 +receptive/16 1 +receptivity/2 1 +receptor/1 1 +recess/22 1 +recession/1 1 +recessional/1 1 +recessionary +recessive/1 1 +recharge/6 1 +rechargeable +recharger 1 +recharge's +recharter/11 1 +recheck/23 1 +recherche 1 +rechristen/11 1 +recidivism/2 1 +recidivist/1 1 +Recife/2 1 +recipe/1 1 +recipient/1 1 +reciprocal/30 1 +reciprocate/6 1 +reciprocation/2 1 +reciprocity/2 1 +recirculate/6 1 +recirculation 1 +recital/1 1 +recitalist/1 1 +recitation/1 1 +recitative/1 1 +recite/6 1 +reciter/1 1 +reckless/16 1 +reckon/11 1 +reckoner 1 +reckoning/1 1 +reclaim/5 1 +reclaimable +reclaimer 1 +reclamation/1 1 +reclassification/2 1 +reclassify/31 1 +recline/6 1 +recliner/1 1 +recluse/1 1 +reclusive 1 +recode/6 1 +recognition/1 1 +recognizable/19 1 +recognizance/1 1 +recognize/6 1 +recognizer/10 1 +recoil/23 1 +recollect/11 1 +recollected 1 +recollection/1 1 +recolonization/2 1 +recolonize/6 1 +recolor/11 1 +recombinant 1 +recombination 1 +recombine/6 1 +recommence/6 1 +recommencement/2 1 +recommend/11 1 +recommendable +recommendation/1 1 +recommission/5 1 +recommit/12 1 +recompense/28 1 +recompilation/10 1 +recompile/251 1 +recompose/6 1 +recomputable +recompute/6 1 +recon/58 1 +reconcilable 1 +reconcile/6 1 +reconcilement 1 +reconciliation/1 1 +recondite 1 +recondition/11 1 +reconfigurable +reconfiguration/10 1 +reconfigure/6 1 +reconfirm/11 1 +reconfirmation/1 1 +reconnaissance/1 1 +reconnect/11 1 +reconnection 1 +reconnoiter/11 1 +reconquer/11 1 +reconquest/2 1 +reconsecrate/6 1 +reconsecration/2 1 +reconsider/11 1 +reconsideration/2 1 +reconsign/11 1 +reconstitute/6 1 +reconstitution/2 1 +reconstruct/11 1 +reconstruction/1 1 +Reconstruction/2 1 +reconstructive 1 +reconsult +reconsulted +reconsulting +recontact/5 1 +recontaminate/6 1 +recontribute +reconvene/6 1 +reconversion 1 +reconvert/11 1 +recook/11 1 +recopy/31 1 +record/78 1 +recordable +recorder/1 1 +recording/1 1 +recordists +recount/23 1 +recoup/5 1 +recouple 1 +recourse/2 1 +recover/11 1 +recoverable 1 +recovery/15 1 +recreant/1 1 +recreate/6 1 +recreation/1 1 +recreational +recriminate/6 1 +recrimination/1 1 +recriminatory +recross/7 1 +recrudesce/6 1 +recrudescence/2 1 +recrudescent +recruit/23 1 +recruiter/1 1 +recruitment/2 1 +recrystallization 1 +recrystallize/6 1 +rectal 1 +rectally 1 +rectangle/1 1 +rectangular 1 +rectifiable +rectification/1 1 +rectifier/1 1 +rectify/31 1 +rectilinear +rectitude/2 1 +recto/1 1 +rector/1 1 +rectory/15 1 +rec 1 +rectum/1 1 +recumbent +recuperate/6 1 +recuperation/2 1 +recuperative 1 +recur/13 1 +recurrence/1 1 +recurrent/8 1 +recursion/10 1 +recursive +recursively +recyclable/1 1 +recycle/28 1 +recyclers +recycling/2 1 +red/1 1 +Red/1 1 +red/476 1 +redact/11 1 +redaction/2 1 +redactor/1 1 +redbird/1 1 +redbreast/1 1 +redbrick 1 +redcap/1 1 +redcoat/1 1 +redcurrant/10 1 +redden/11 1 +redder 1 +reddish 1 +redeclaration +redecorate/6 1 +redecoration/2 1 +rededicate/6 1 +redeem/11 1 +redeemable 1 +redeemer/1 1 +Redeemer/2 1 +redefine/6 1 +redefiner +redefinition/1 1 +redeliver/11 1 +redelivery 1 +redemption/2 1 +redemptive +redeploy/11 1 +redeployment/2 1 +redeposit/23 1 +redeposition 1 +redesign/11 1 +redetermine/6 1 +redevelop/11 1 +redevelopment/1 1 +Redford/3 +Redgrave/3 +redhead/1 1 +redheaded +redial/23 1 +redialing 1 +redirect/11 1 +redirection 1 +rediscover/11 1 +rediscovery/15 1 +rediscussed +redisplay/195 1 +redissolve/6 1 +redistributable +redistribute/6 1 +redistribution/2 1 +redistributive +redistrict/11 1 +redivide/6 1 +redlining/2 1 +Redmond +redneck/1 1 +redo/413 1 +redolence/2 1 +redolent 1 +redouble/43 1 +redoubt/18 1 +redoubtable/19 1 +redound/11 1 +redounding 1 +redraft/5 1 +redraw/301 1287 +redress/22 1 +redrew 1288 +redshift/10 1 +redskin/1 1 +reduce/6 1 +reducer/1 1 +reducibility 1 +reducible 1 +reduction/1 1 +reductionism 1 +reductionist/10 1 +reductive 1 +redundancy/15 1 +redundant/8 1 +reduplicate/6 1 +reduplication/2 1 +redwood/1 1 +redye/46 1 +Reebok/3 +reecho/7 1 +reed/1 1 +Reed/2 1 +reed/58 1 +reedit/11 1 +reeducate/6 1 +reeducation/2 1 +reedy/49 1 +reef/115 1 +reefer/1 1 +reefing 1 +reek/23 1 +reeking 1 +reel/23 1 +reelect/11 1 +reelection/1 1 +reeling 1 +reembark/11 1 +reembody/31 1 +reemerge/6 1 +reemergence/2 1 +reemphasize/6 1 +reemploy/11 1 +reemployment/2 1 +reenact/11 1 +reenactment/1 1 +reenforce/6 1 +reengage/6 1 +reenlist/11 1 +reenlistment/2 1 +reenter/11 1 +reentry/15 1 +reequip/105 1 +Reese/3 +reestablish/7 1 +reestablishment/2 1 +reevaluate/6 1 +reevaluation/1 1 +reeve/73 1289 +Reeves +reexamination/1 1 +reexamine/6 1 +reexplain/11 1 +reexport/11 1 +ref/203 1 +reface/6 1 +refashion/11 1 +refasten/11 1 +refection/2 1 +refectory/15 1 +refer/13 1 +referable +referee/63 1 +reference/28 1 +referencer +referendum/1 1 +referent/1 1 +referential +referentially +referral/1 1 +referrer/1 1 +refile/6 1 +refill/23 1 +refillable +refillings +refinance/6 1 +refine/6 1 +refined 1 +refinement/1 1 +refiner/1 1 +refinery/15 1 +refining 1 +refinish/7 1 +refit/109 1 +refitting 1 +reflate/6 1 +reflation/10 1 +reflationary +reflect/11 1 +reflectance 1 +reflecting 1 +reflection/1 1 +reflectional +reflective/83 1 +reflectivity 1 +reflector/1 1 +reflex/40 1 +reflexion/1 1 +reflexive/209 1 +reflexivity 1 +reflexology 1 +reflex 1 +reflooring +reflux/241 1 +refocus/7 1 +refold/11 1 +reforest/11 1 +reforestation/2 1 +reforge/6 1 +reform/23 1 +reformable 1 +reformat/477 1 +reformation/1 1 +Reformation/1 1 +reformative 1 +reformatory/15 1 +reformed 1 +reformer/1 1 +reformist/10 1 +reformulate/6 1 +reformulation/1 1 +refortify/31 1 +refract/11 1 +refraction/1 1 +refractive 1 +refractors +refractory/15 1 +refrain/23 1 +refreeze/14 1290 +refresh/7 1 +refreshable +refresher/1 1 +refreshing/8 1 +refreshment/130 1 +refrigerant/1 1 +refrigerate/6 1 +refrigeration/2 1 +refrigerator/1 1 +refrozen 1291 +refroze 1291 +refuel/11 1 +refuge/18 1 +refugee/1 1 +Refugio/3 +refulgence/2 1 +refulgent 1 +refund/23 1 +refundable +refurbish/7 1 +refurbishment/1 1 +refurnish/7 1 +refusal/1 1 +refuse/28 1 +refuseniks +refuse 1 +refutable 1 +refutation/1 1 +refute/6 1 +refuter/1 1 +regain/11 1 +regal/8 1 +regale/43 1 +regalement/2 1 +regalia/2 1 +regal 1 +regard/185 1 +regardless 1 +regather/11 1 +regatta/1 1 +regency/15 1 +regeneracy/2 1 +regenerate/6 1 +regeneration/1 1 +regenerative 1 +regent/1 1 +regexp +regexps +reggae/2 1 +Reggie/3 +regicide/1 1 +regime/1 1 +regimen/1 1 +regiment/23 1 +regimental 1 +regimentation/2 1 +Regina/53 1 +Reginald/3 +region/1 1 +regional/8 1 +regionalism/1 1 +regional 1 +register/23 1 +registrable +registrant/1 1 +registrar/1 1 +registration/1 1 +registry/15 1 +regnant 1 +Regor/3 +regrade/6 1 +regress/22 1 +regression/1 1 +regressive 1 +regret/109 1 +regretful/8 1 +regrettable/19 1 +regrew 1292 +regrind/121 1293 +reground 1294 +regroup/11 1 +regrow/301 1295 +regrowth/2 1 +reg 1 +regular/30 1 +regularity/15 1 +regularization/2 1 +regularize/6 1 +regulate/6 1 +regulation/1 1 +regulative 1 +regulator/1 1 +regulatory +Regulus/2 1 +regurgitate/6 1 +regurgitation/2 1 +rehab/136 1 +rehabilitate/6 1 +rehabilitation/2 1 +rehabilitative +rehang/11 1296 +rehash/22 1 +rehear/46 1 +rehearing/1 1 +rehears/7 1 +rehearsal/1 1 +rehearse/6 1 +rehearsing 1 +reheat/11 1 +rehi +rehire/6 1 +Rehnquist +rehouse/6 1 +rehousing 1 +rehung 1297 +rehydrate 1 +Reich/2 1 +Reid +reign/23 1 +reignite/6 1 +Reilly/3 +reimbursable +reimburse/6 1 +reimbursement/1 1 +reimplementation +reimplemented +reimplementing +reimporting +reimpose/6 1 +rein/23 1 +Reinaldo/3 +reincarnate/6 1 +reincarnation/1 1 +reincorporate/6 1 +reincorporation/2 1 +reindeer/2 1 +reinfect/11 1 +reinfection/1 1 +reinforce/6 1 +reinforcement/1 1 +Reinhardt +Reinhold/3 +reinitialization +reinitialize +reinitialized +reinitializing +reinoculate/6 1 +reinsert/11 1 +reinsertion/2 1 +reinspect/11 1 +reinstall/241 1 +reinstate/6 1 +reinstatement/2 1 +reinsurance 1 +reintegrate/6 1 +reintegration/2 1 +reinterpret/11 1 +reinterpretation/1 1 +reintroduce/6 1 +reintroduction/1 1 +reinvent/11 1 +reinvention/1 1 +reinvest/11 1 +reinvestigation 1 +reinvestment/2 1 +reinvigorate/6 1 +reissue/28 1 +REIT +reiterate/6 1 +reiteration/1 1 +reiterative 1 +reject/23 1 +rejection/1 1 +rejig/117 1 +rejigger/11 1 +rejoice/6 1 +rejoicing/1 1 +rejoin/11 1 +rejoinder/1 1 +rejudge/6 1 +rejustified +rejuvenate/6 1 +rejuvenation/1 1 +rejuvenatory +rekindle/6 1 +rel +relabel/11 1 +relabellings +relapse/28 1 +relate/6 1 +related/33 1 +relater/1 1 +relation/1 1 +relational +relationally +relationship/1 1 +relative/30 1 +relativism/2 1 +relativist/10 1 +relativistic/39 1 +relativity/2 1 +relator 1 +relaunch/7 1 +relaunch's +relax/7 1 +relaxant/1 1 +relaxation/1 1 +relaxed 1 +relaxer/1 1 +relaxingly +relay/478 1 +relearn/11 1 +releasable +release/28 1 +relegate/6 1 +relegation/2 1 +relent/11 1 +relenting 1 +relentless/16 1 +relevance/2 1 +relevancy/2 1 +relevant/8 1 +reliability/15 1 +reliable/19 1 +reliance/2 1 +reliant 1 +relic/1 1 +relict 1 +relief/123 1 +relieve/6 1 +relieved 1 +reliever/1 1 +relight/11 1 +religion/1 1 +religiosity 1 +religious/239 1 +reline/6 1 +relink/241 1 +relinquish/7 1 +relinquishment/2 1 +reliquary/15 1 +relish/22 1 +relivable +relive/6 1 +reload/5 1 +relocatable +relocate/6 1 +relocation/2 1 +relocked +reluctance/2 1 +reluctant/8 1 +rely/31 1 +rem/1 1 +REM/1 1 +remade 1298 +remain/11 1 +remainder/23 1 +remake/73 1299 +remand/5 1 +remap/105 1 +remark/23 1 +remarkable/19 1 +remarkableness/3 +Remarque +remarriage/1 1 +remarry/31 1 +remaster/11 1 +rematch/182 1 +rematerialized +Rembrandt/2 1 +remeasure/6 1 +remediable 1 +remedial +remedially +remediation/2 1 +remedy/56 1 +remelt/11 1 +remember/11 1 +remembrance/1 1 +remigrate/6 1 +remind/11 1 +reminder/1 1 +Remington +reminisce/6 1 +reminiscence/1 1 +reminiscent/8 1 +remiss/16 1 +remission/1 1 +remit/479 1 +remittance/1 1 +remix/156 1 +remnant/1 1 +remodel/11 1 +remold/11 1 +remonstrance/1 1 +remonstrant/1 1 +remonstrate/6 1 +remonstration/10 1 +remorse/2 1 +remorseful/8 1 +remorseless/16 1 +remortgage/6 1 +remote/25 1 +remould/11 1 +remount/23 1 +removable 1 +removal/1 1 +remove/28 1 +removed 1 +remover/1 1 +remunerate/6 1 +remuneration/1 1 +remunerative 1 +Remus/2 1 +Rena/3 +renaissance/1 1 +Renaissance/1 1 +renal 1 +rename/6 1 +renascence/1 1 +Renascence 1 +renascent +renationalisation +renationalized +Renault/3 +rend/382 1 +render/23 1 +rendering/1 1 +rendezvous/22 1 +rendition/18 1 +Rene/3 +Renee/3 +renegade/28 1 +renege/43 1 +reneger/1 1 +renegotiable +renegotiate/6 1 +renegotiation/2 1 +renew/11 1 +renewable 1 +renewal/1 1 +rennet/2 1 +rennin/2 1 +Reno/2 1 +Renoir +renominate/6 1 +renomination/2 1 +renormalization 1 +renounce/43 1 +renouncement/2 1 +renovate/6 1 +renovation/1 1 +renovator/1 1 +renown/173 1 +renowned 1 +rent/23 1 +rental/1 1 +renter/1 1 +renucleated +renumber/11 1 +renunciation/1 1 +reoccupation/2 1 +reoccupy/31 1 +reoccur/13 1 +reopen/11 1 +reopening 1 +reorder/23 1 +reorganization/1 1 +reorganize/6 1 +reorient/11 1 +reorientated +reorientates +reorientation/2 1 +reorient 1 +Rep +rep/1 1 +repack/11 1 +repackage/6 1 +repaint/5 1 +repainting 1 +repair/23 1 +repairable 1 +repairer/1 1 +repairman/2 1300 +repairmen 1301 +repaper 1 +reparable 1 +reparation/130 1 +repartee/2 1 +repartition/241 1 +repast/18 1 +repatriate/28 1 +repatriation/1 1 +repave/6 1 +repay/312 1 +repayable +repayment/1 1 +repeal/23 1 +repeat/23 1 +repeatability 1 +repeatable +repeatably +repeated/8 1 +repeater/1 1 +repeating/2 1 +repel/61 1 +repellant/1 1 +repellent/1 1 +repellingly +repelling 1 +repent/11 1 +repentance/2 1 +repentant/8 1 +repent 1 +repercussion/1 1 +repertoire/1 1 +repertory/15 1 +repetition/1 1 +repetitious/33 1 +repetitiously +repetitive/16 1 +rephotograph/5 1 +rephrase/6 1 +repine/6 1 +repining 1 +replace/6 1 +replaceable +replacement/1 1 +replant/11 1 +replay/23 1 +replenish/7 1 +replenishment/2 1 +replete/480 1 +repletion/2 1 +replica/1 1 +replicable +replica's 1302 +replica 1303 +replicas 1 +replicate/6 1 +replication/1 1 +replicator/10 1 +replier/10 1 +replotted +replug +replugged +replugging +reply/31 1 +reply's +repopulate/6 1 +report/23 1 +reportable +reportage/2 1 +reported/8 1 +reporter/1 1 +reporting 1 +reportorial 1 +repose/28 1 +reposeful 1 +reposition/5 1 +repository/15 1 +repossess/7 1 +repossession/1 1 +reprehend/11 1 +reprehensibility/2 1 +reprehensible/19 1 +reprehension/2 1 +represent/11 1 +representable +representation/1 1 +representational +representative/437 1 +Representative 1 +repress/7 1 +repression/1 1 +repressive/83 1 +reprice/6 1 +reprieve/28 1 +reprimand/23 1 +reprint/23 1 +reprisal/1 1 +reprise/73 1 +reprized +reproach/22 1 +reproachable 1 +reproachful/83 1 +reprobate/18 1 +reprocess/7 1 +reproduce/6 1 +reproducer/1 1 +reproducibility 1 +reproducible/19 1 +reproduction/1 1 +reproductive/8 1 +reprogram/114 1 +reprogrammable +reprojected +reproof/23 1 +reprove/6 1 +reproving/8 1 +reps 1 +reptile/1 1 +reptilian/1 1 +republic/1 1 +republican/1 1 +Republican/1 1 +republicanism/2 1 +Republicanism 1 +republication/1 1 +republish/7 1 +repudiate/6 1 +repudiation/1 1 +repudiator/1 1 +repugnance/2 1 +repugnant +repulse/28 1 +repulsion/1 1 +repulsive/16 1 +repurchase/43 1 +reputability/2 1 +reputable/19 1 +reputation/1 1 +repute/28 1 +reputed/8 1 +request/23 1 +requester 1 +requiem/1 1 +Requiem/1 1 +require/6 1 +requirement/1 1 +requiring 1 +requisite/1 1 +requisition/23 1 +requital/2 1 +requite/6 1 +requiter/1 1 +reran 1304 +reread/121 1 +rereading 1 +rerecord/11 1 +reredos 1 +reregistration 1 +rerolled +reroute/6 1 +rerouteing +rerun/442 1305 +resalable +resale/1 1 +resat 1306 +rescale/6 1 +rescan +rescanned +rescanning +rescans +reschedule/6 1 +rescind/11 1 +rescission/2 1 +rescue/28 1 +rescuer/1 1 +reseal/11 1 +resealable +research/22 1 +researcher/1 1 +reseated +resection/1 1 +reseed/11 1 +reselect/195 1 +reselection 1 +resell/121 1307 +reseller/10 1 +resemblance/1 1 +resemble/6 1 +resend/481 1 +resent/11 1 +resentful/16 1 +resentment/1 1 +reserpine/2 1 +reservation/1 1 +reserve/28 1 +reserved/16 1 +reserve 1 +reservist/1 1 +reservoir/1 1 +reset/128 1 +resettable +resettle/6 1 +resettlement/2 1 +resew/11 1 +reshape/6 1 +resharpen/11 1 +reship/105 1 +reshipment/2 1 +reshow/142 1 +reshuffle/28 1 +reside/6 1 +residence/1 1 +residency/15 1 +resident/1 1 +residential 1 +residual/1 1 +residuary +residua 1308 +residue/1 1 +residuum/2 1309 +resign/11 1 +resignal +resignation/1 1 +resigned/8 1 +resilience/2 1 +resiliency/2 1 +resilient/8 1 +resin/18 1 +resinous 1 +resiny 1 +resist/23 1 +resistance/1 1 +Resistance 1 +resistant 1 +resister/1 1 +resistible 1 +resistive/8 1 +resistivity 1 +resistless 1 +resistor/1 1 +resit/88 1310 +resiting +resitting 1 +resizing +resold 1311 +resole/6 1 +resolute/27 1 +resolution/1 1 +resolvability 1 +resolvable 1 +resolve/28 1 +resolved 1 +resolvent 1 +resolver/10 1 +resonance/1 1 +resonant/8 1 +resonate/6 1 +resonator/1 1 +resorption/2 1 +resort/23 1 +resound/11 1 +resounding/8 1 +resource/1 1 +resourced +resourceful/16 1 +resourcing +resow/126 1 +resp +respecified +respecify +respect/23 1 +respectability/2 1 +respectable/19 1 +respecter/1 1 +respectful/16 1 +respective/8 1 +respell/11 1 +respelling 1 +respiration/2 1 +respirator/1 1 +respiratory +respire/6 1 +respite/18 1 +resplendence/2 1 +resplendent/8 1 +respond/5 1 +respondent/1 1 +responder/10 1 +response/1 1 +responsibility/15 1 +responsible/19 1 +responsive/16 1 +respray/11 1 +rest/23 1 +restaff/11 1 +restart/23 1 +restartable +restate/6 1 +restatement/1 1 +restaurant/1 1 +restauranteur/1 1 +restaurateur/1 1 +restful/85 1 +resting 1 +restitch/7 1 +restitution/2 1 +restive/16 1 +restless/16 1 +restock/11 1 +restoration/1 1 +Restoration/2 1 +restorative/1 1 +restore/6 1 +restorer/1 1 +restrain/11 1 +restrained 1 +restrainer/1 1 +restraint/1 1 +restrengthen/11 1 +restrict/11 1 +restricted 1 +restriction/1 1 +restrictive/16 1 +restring/121 1312 +restroom/1 1 +restructure/6 1 +restructuring/1 1 +restrung 1313 +restudy/362 1 +restyle/6 1 +restyling 1 +resubmission/10 1 +resubmit/12 1 +resubscribe/6 1 +resubstitute +result/23 1 +resultant/1 1 +resulting 1 +resume/28 1 +resumption/1 1 +resupply/31 1 +resurface/6 1 +resurgence/1 1 +resurgent +resurrect/11 1 +resurrection/1 1 +Resurrection 1 +resurvey/5 1 +resuscitate/6 1 +resuscitation/2 1 +resuscitator/1 1 +resynchronization +resynchronize/6 1 +retail/78 1 +retailer/1 1 +retailing 1 +retain/11 1 +retainer/1 1 +retake/263 1314 +retaking 1 +retaliate/6 1 +retaliation/1 1 +retaliative +retaliatory +retard/23 1 +retardant/1 1 +retardation/2 1 +retarder/1 1 +retaught 1315 +retch/156 1 +reteach/125 1316 +retell/121 1317 +retelling 1 +retention/1 1 +retentive/16 1 +retentivity 1 +retest/23 1 +rethink/86 1318 +rethought 1319 +reticence/2 1 +reticent/8 1 +reticular 1 +reticulated +reticulation/1 1 +reticule/10 1 +reticulum 1 +retie/122 1320 +retina/1 1 +retinal 1 +retinitis 1 +retinue/1 1 +retire/6 1 +retired 1 +retiree/1 1 +retirement/1 1 +retiring 1 +retitled +retitling +retold 1321 +retook 1322 +retool/11 1 +retort/23 1 +retouch/22 1 +retrace/6 1 +retract/11 1 +retractable +retractile +retraction/1 1 +retrain/11 1 +retransmission/10 1 +retransmit/12 1 +retread/23 1323 +retreat/23 1 +retreating 1 +retrench/7 1 +retrenchment/1 1 +retrial/1 1 +retribution/1 1 +retributive 1 +retrievable +retrieval/1 1 +retrieve/28 1 +retriever/1 1 +retrieving 1 +retro/1 1 +retroactive/8 1 +retrodden 1324 +retrod 1324 +retrofire/6 1 +retrofit/12 1 +retrofit's +retrofitting 1 +retrograde/6 1 +retrogress/7 1 +retrogression/2 1 +retrogressive +retrorocket/1 1 +retrospect/23 1 +retrospection/2 1 +retrospective/30 1 +retro 1 +retrovirus/4 1 +retry/31 1 +retsina/2 1 +retuning +return/78 1 +returnable/1 1 +returnee/1 1 +returner/1 1 +retying 1325 +retype/6 1 +Reuben 1 +reunification/2 1 +reunify/31 1 +Reunion +reunion/1 1 +reunite/6 1 +reupholster/11 1 +reusable 1 +reuse/6 1 +reuse's +Reuters +Reuther/3 +Rev +rev/482 1 +Reva/3 +revaluation/1 1 +revalue/6 1 +revamp/23 1 +revamping's +revanchist 1 +reveal/5 1 +revealable 1 +revealed 1 +revealing/191 1 +reveille/2 1 +revel/23 1 +revelation/1 1 +Revelation/1 1 +revelatory +reveler/1 1 +revelings +revelry/15 1 +revenge/28 1 +revengeful/8 1 +revenging 1 +revenue/1 1 +revenuer/1 1 +reverberant 1 +reverberate/6 1 +reverberation/1 1 +Revere +revere/43 1 +reverence/28 1 +reverend/1 1 +Reverend/2 1 +reverent/8 1 +reverential/8 1 +reverie/1 1 +revers/22 1 +reversal/1 1 +reverse/483 1 +reversed 1 +reverser 1 +reverses 1326 +reversibility 1 +reversible/19 1 +reversing 1 +reversion/1 1 +revert/5 1 +revertible +revery/15 1 +revetment/1 1 +review/78 1 +reviewable +reviewer/1 1 +revile/6 1 +revilement/2 1 +reviler/1 1 +reviling 1 +revisable +revise/28 1 +reviser/1 1 +revision/1 1 +revisionary +revisionism/2 1 +revisionist/1 1 +revisit/11 1 +revitalization/2 1 +revitalize/6 1 +revival/1 1 +revivalism/2 1 +revivalist/1 1 +revive/6 1 +reviver 1 +revivification/2 1 +revivify/31 1 +reviving 1 +Revlon/3 +revocable 1 +revocation/1 1 +revokable +revoke/43 1 +revoker/10 1 +revolt/23 1 +revolting/8 1 +revolution/1 1 +revolutionary/15 1 +revolutionist/1 1 +revolutionize/6 1 +revolvable +revolve/6 1 +revolver/1 1 +revolving 1 +revue/1 1 +revulsion/2 1 +reward/23 1 +rewarm/11 1 +rewash/7 1 +reweave/14 1327 +rewed/274 1 +reweigh/11 1 +rewind/86 1328 +rewindable +rewire/6 1 +reword/11 1 +rewordings +rework/11 1 +reworkings +rewound 1329 +rewoven 1330 +rewove 1330 +rewritable +rewrite/484 1331 +rewritings +rewrote 1332 +Rex 1 +Reyes +Reykjavik/2 1 +Reyna/3 +Reynaldo/3 +Reynolds +rezone/6 1 +RF +Rf/2 1 +RFC/10 1 +RFD +Rh/2 1 +rhapsodical +rhapsodic 1 +rhapsodize/6 1 +rhapsody/15 1 +rhea/1 1 +rhea's 1333 +rhea 1334 +Rhea 1335 +Rhee +Rheingau/3 +Rhenish 1 +rhenium/2 1 +rheological +rheology 1 +rheostat/1 1 +rhesus/4 1 +rhetoric/2 1 +rhetorical/8 1 +rhetorician/1 1 +rheum/2 1336 +rheumatic/51 1 +rheumatism/2 1 +rheumatoid 1 +rheumy/34 1 +Rhiannon/3 +Rhine/2 1 +Rhineland/2 1 +rhinestone/1 1 +rhinitis/2 1 +rhino/1 1 +rhinoceros/4 1 +rhizome/1 1 +rho/1 1 +Rhoda/3 +Rhodes +Rhodesia/2 1 +Rhodesian 1 +rhodium/2 1 +rhododendron/1 1 +rhomboid/1 1 +rhomboidal 1 +rhomboid 1 +rhombus/4 1 +Rhonda/3 +Rhone/2 1 +rhubarb/1 1 +rhyme/28 1 +rhymer/1 1 +rhymester/1 1 +rhythm/1 1 +rhythmical/8 1 +rhythmic 1 +RI +rial/1 1 +rib/136 1 +ribaldry/2 1 +ribald 1 +Ribbentrop +ribber/1 1 +ribbing 1 +ribbon/18 1 +ribcage 1 +riboflavin/2 1 +ribonucleic +ribosomes +Ricardo +Rice +rice/28 1 +ricer/1 1 +rices 1337 +Rich/3 +rich/471 1 +Richard/10 1 +Richardson +Richelieu/2 1 +Richie/3 +Richmond/2 1 +Richter +Richthofen +Rick/3 +rick/23 1 +Rickenbacker/3 +rickets/2 1 +rickety/34 1 +Rickey/3 +Rickie/3 +Rickover +rickrack/2 1 +ricksha/1 1 +rickshaw/1 1 +Ricky/3 +Rico/3 +ricochet/23 1 +ricotta/2 1 +rid/439 1 +riddance/2 1 +Riddle/3 +riddle/28 1 +riddling 1 +Ride +ride/366 1338 +rider/1 1 +riderless 1 +ridership/2 1 +ridge/28 1 +ridgepole/1 1 +ridging 1 +ridgy/34 1 +ridicule/28 1 +ridiculous/16 1 +riding/2 1 +Riefenstahl/3 +Riel/3 +Riemann/2 1 +Riesling/1 1 +RIF +rife/150 1339 +riff/23 1 +riffle/28 1 +riffling 1 +riffraff/2 1 +rifle/28 1 +rifleman/2 1340 +riflemen 1341 +rifler/1 1 +rifling/2 1 +rift/23 1 +rig/92 1 +Riga/2 1 +rigamarole/1 1 +rigatoni/2 1 +Rigel/2 1 +rigger/1 1 +rigging/2 1 +Riggs/3 +right/52 1 +righteous/16 1 +righter 1 +rightful/16 1 +righting 1 +rightism/2 1 +rightist/1 1 +rightmost 1 +righto 1 +rightsize/6 1 +Right 1 +rightward/10 1 +rigid/16 1 +rigidify/258 1 +rigidity/15 1 +rigmarole/1 1 +Rigoberto/3 +Rigoletto/3 +rigor/1 1 +rigorous/16 1 +rile/6 1 +Riley +Rilke +rill/18 1 +rim/160 1 +Rimbaud +rime/28 1 +rimless 1 +rind/18 1 +ring/23 1342 +ringed 1 +ringer/1 1 +ringgit/1 1 +ringing/191 1 +ringleader/1 1 +ringlet/1 1 +ringlike 1 +Ringling/3 +ringmaster/1 1 +Ringo/3 +ringside/2 1 +ringworm/2 1 +rink/18 1 +rinse/28 1 +rinsing 1 +Rio/1 1 +riot/23 1 +rioter/1 1 +rioting/2 1 +riotous/83 1 +RIP +rip/296 1 +riparian 1 +ripcord/1 1 +ripe/27 1 +ripen/11 1 +ripening 1 +riper 1 +ripe 1 +Ripley +ripoff/1 1 +ripost/23 1 +riposte/28 1 +ripper/1 1 +ripping 1 +ripple/485 1 +rippling 1 +ripsaw/18 1 +ripstop 1 +riptide/1 1 +rise/263 1343 +riser/1 1 +risibility/2 1 +risible 1 +rising/1 1 +risk/23 1 +risky/50 1 +Risorgimento +risotto/1 1 +risque 1 +rissole/10 1 +Rita/3 +Ritalin/2 1 +rite/1 1 +ritual/30 1 +ritualism/2 1 +ritualistic/39 1 +ritualized +Ritz/2 1 +ritzy/34 1 +riv +rival/23 1 +rivaling 1 +rivalry/15 1 +rival 1 +Rivas +rive/376 1 +river/1 1 +Rivera +riverbank/1 1 +riverbed/1 1 +riverboat/1 1 +riverfront 1 +Rivers +Riverside +riverside/1 1 +rives 1344 +rivet/23 1 +riveter/1 1 +rivetingly +Riviera/1 1 +riviera/10 1 +rivulet/1 1 +Riyadh/2 1 +riyal/1 1 +Rizal +rm +Rn/2 1 +RN/2 1 +RNA/2 1 +Roach/3 +roach/22 1 +road/1 1 +roadbed/1 1 +roadblock/23 1 +roadhouse/1 1 +roadie/1 1 +roadkill/2 1 +roadrunner/1 1 +roadshow/1 1 +roadside/1 1 +roadsigns +roadster/1 1 +roadsweepers +road 1 +roadway/1 1 +roadwork/1 1 +roadworthy 1 +roam/5 1 +roamer/1 1 +roaming's +roan/1 1 +Roanoke/2 1 +roan 1 +roar/23 1 +roarer/1 1 +roaring/2 1 +roast/78 1 +roaster/1 1 +roasting/1 1 +Rob/3 +rob/145 1 +robber/1 1 +robbery/15 1 +Robbie/3 +Robbin/3 +Robbins +Robby/3 +robe/28 1 +Roberson/3 +Robert/1 1 +Roberta/3 +Roberto/3 +Robertson/3 +Robeson +Robespierre +Robin/3 +robin/1 1 +robing 1 +Robinson +Robitussin/3 +Robles/3 +robot/1 1 +robotic/32 1 +robotize/6 1 +Robson +Robt/3 +robust/21 1 +Robyn/3 +Rocco/3 +Rocha/3 +Rochambeau/3 +Roche/3 +Rochelle/3 +Rochester/2 1 +Rock +rock/78 1 +rockabilly/3 +rockbound 1 +Rockefeller +rocker/1 1 +rockery/60 1 +rocket/23 1 +rocketry/2 1 +rockfall/1 1 +Rockford +rockier 1 +Rockies/2 1 +rocking 1 +Rockne/3 +Rockwell +Rocky/3 +rocky/49 1 +rococo/2 1 +Rod/3 +rod/18 1 +Roddenberry/3 +rodent/1 1 +rodeo/18 1 +Roderick/3 +rode 1345 +Rodger/3 +Rodgers +Rodin +Rodney +Rodolfo/3 +Rodrick/3 +Rodrigo/3 +Rodriguez/3 +Rodriquez/3 +roe/1 1 +roebuck/1 1 +Roeg/3 +Roentgen +roentgen/1 1 +ROFL +Rogelio/3 +Roger/10 1 +roger/11 1 +Roget/3 +rogue/18 1 +roguery/2 1 +rogue 1 +roguish/16 1 +roil/11 1 +roister/11 1 +roisterer/1 1 +Rojas/3 +Rolaids/2 1 +Roland +Rolando/3 +role/1 1 +Rolex/3 +roll/23 1 +Rolland +rollback/1 1 +roller/1 1 +Rollerblade 1 +rollerblading +rollerskating/2 1 +rollick/11 1 +rollicking/2 1 +rolling/10 1 +Rollins +rollmop/10 1 +rollover/1 1 +Rolodex 1 +Rolvaag/3 +ROM/2 1 +romaine/1 1 +Roman/1 1 +roman/2 1 +romance/28 1 +romancer/1 1 +romancing 1 +Romanesque/1 1 +Romania/2 1 +Romanian/1 1 +Romano 1 +Romanov/2 1 +Romansh +romantic/51 1 +romanticism/2 1 +Romanticism 1 +romanticist/1 1 +romanticize/6 1 +Romantic 1 +roman 1 +Roman 1 +Romany/15 1 +Rome/1 1 +romeo/1 1 +Romeo 1 +Romero/3 +Rommel/2 1 +Romney 1 +romp/23 1 +romper/1 1 +Rom 1 +Romulus/2 1 +Ron/2 1346 +Ronald/3 +Ronda/3 +rondo/1 1 +Ronnie/3 +Ronstadt/3 +Rontgen +rontgen/10 1 +Ronny/3 +rood/1 1 +roof/23 1 +roofer/1 1 +roofgarden +roofing/2 1 +roofless 1 +rooftop/1 1 +rook/23 1 +rookery/15 1 +rookie/1 1 +room/23 1 +roomer/1 1 +roomette/1 1 +roomful/1 1 +roommate/1 1 +roomy/49 1 +Rooney/3 +Roosevelt/2 1 +roost/23 1 +rooster/1 1 +Root/3 +root/78 1 +rooter/1 1 +rooting 1 +rootless/153 1 +rootlet/1 1 +rootstock 1 +rope/28 1 +roper/1 1 +ropey 1347 +ropier 1348 +ropiest 1348 +roping 1 +ropy/34 1 +Roquefort/1 1 +Rorschach 1 +Rory/3 +Rosa/2 1 +Rosales/2 1 +Rosalie/3 +Rosalind/3 +Rosalinda/3 +Rosalyn/3 +Rosanna/3 +Rosanne/3 +Rosario +rosary/15 1 +Roscoe/3 +Rose/3 +rose/18 1 +Roseann/3 +roseate 1 +Roseau/2 1 +rosebud/1 1 +rosebush/4 1 +Rosecrans/3 +Rosella/3 +Rosemarie/3 +Rosemary/3 +rosemary/2 1 +Rosenberg/3 +Rosendo/3 +Rosenzweig/3 +rose 1349 +Rosetta +rosette/18 1 +rosewater/2 1 +rosewood/1 1 +Rosicrucian 1 +Rosie/3 +rosier 1 +rosin/23 1 +Roslyn/3 +Ross/2 1 +Rossetti/2 1 +Rossini/2 1 +Rostand +roster/86 1 +rostering 1 +Rostov/2 1 +Rostropovich/3 +rostrum/1 1 +Roswell/3 +rosy/50 1 +rot/109 1 +rota/10 1 +Rotarian/2 1 +rotary/15 1 +rotatable 1 +rotate/6 1 +rotation/1 1 +rotational/8 1 +rotators +rotatory +ROTC/2 1 +rote/2 1 +rotgut/2 1 +Roth/3 +Rothko +Rothschild +rotisserie/1 1 +rotogravure/1 1 +rotor/1 1 +rototiller/1 1 +rotten/21 1 +rotter/10 1 +Rotterdam/2 1 +Rottweiler/2 1 +rottweiler/10 1 +rotunda/1 1 +rotundity/2 1 +rotundness/3 +rotund 1 +Rouault +roue/1 1 +rouge/28 1 +rough/52 1 +roughage/2 1 +roughcast 1 +roughen/11 1 +rougher 1 +roughhouse/28 1 +roughneck/23 1 +roughshod 1 +roulette/2 1 +round/52 1 +roundabout/1 1 +rounded 1 +roundel/10 1 +roundelay/1 1 +rounder/10 1 +roundhouse/1 1 +rounding 1 +roundish 1 +roundtable/1 1 +roundup/1 1 +roundworm/1 1 +Rourke/3 +rouse/6 1 +rousing 1 +Rousseau/2 1 +roust/11 1 +roustabout/1 1 +rout/23 1 +route/28 1 +router/1 1 +routine/30 1 +routing 1 +routinize/6 1 +roux 1 +Rove/3 +rove/43 1 +Rover +rover/1 1 +rove 1350 +roving 1 +row/23 1 +rowan/10 1 +rowboat/1 1 +rowdy/221 1 +rowdyism/2 1 +Rowe +rowel/23 1 +Rowena/3 +rower/1 1 +rowing/2 1 +Rowland/3 +Rowling/3 +rowlock/10 1 +Roxanne/3 +Roxie/3 +Roxy/3 +Roy/3 +royal/30 1 +royalist/1 1 +Royal 1 +royalty/344 1 +Royce +Rozelle/3 +RP +rpm 1 +rps +RR +RSFSR +RSI +RSV +RSVP +rt +rte +Rte +RTFM/11 1 +Ru/2 1 +rub/136 1 +Rubaiyat/3 +rubato/1 1 +rubber/18 1 +rubberize/6 1 +Rubbermaid/3 +rubberneck/23 1 +rubbernecker/1 1 +rubber 1 +rubbery/34 1 +rubbing/10 1 +rubbish/22 1 +rubbishy 1 +rubble/2 1 +rubdown/1 1 +rube/1 1 +rubella/2 1 +Ruben/3 +Rubens +Rubicon/1 1 +rubicund +rubidium/2 1 +Rubik/3 +Rubin/3 +Rubinstein +ruble/1 1 +rubric/18 1 +Ruby/3 +ruby/486 1 +Ruchbah/3 +ruched +ruck/5 1 +rucksack/1 1 +ruckus/4 1 +ruction/10 1 +rudder/1 1 +rudderless 1 +ruddy/49 1 +rude/27 1 +rudiment/1 1 +rudimentary 1 +Rudolf +Rudolph/3 +Rudy/3 +Rudyard/3 +rue/28 1 +rueful/16 1 +ruff/23 1 +ruffian/18 1 +ruffianly 1 +ruffle/28 1 +ruffling 1 +ruffly/34 1 +Rufus/3 +rug/361 1 +rugby/2 1 +Rugby 1 +rugged/21 1 +rugger 1 +Ruhr/2 1 +ruin/23 1 +ruination/1 1 +ruing 1 +ruining 1 +ruinous/8 1 +Ruiz/3 +Rukeyser/3 +rule/28 1 +rulebook +rulebooks +ruler/18 1 +ruling/1 1 +rum/487 1 +Rumania/2 1 +Rumanian/1 1 +rumba/23 1 +rumble/28 1 +rumbling/1 1 +rumbustious +ruminant/1 1 +ruminate/6 1 +rumination/1 1 +ruminative +ruminatively +rummage/28 1 +rummer 1 +rummy/2 1 +rumor/23 1 +rumormonger/18 1 +rump/18 1 +Rumpelstiltskin/2 1 +rumple/28 1 +rumpling 1 +rumply/34 1 +rump 1 +rumpus/40 1 +Rumsfeld/3 +run/442 1351 +runabout/1 1 +runaround/1 1 +runaway/1 1 +rundown/1 1 +rune/1 1 +rung/1 1352 +runic 1 +runlet/1 1 +runnable +runnel/1 1 +runner/1 1 +running/2 1 +runoff/1 1 +runt/1 1 +runty/34 1 +runway/1 1 +runny/34 1 +Runnymede +Runyon +rupee/1 1 +Rupert/2 1 +rupiah/1 1 +rupture/28 1 +rural/8 1 +ruse/1 1 +Rush/3 +rush/147 1 +Rushdie/3 +rusher/1 1 +rushing 1 +Rushmore/2 1 +rushy/34 1 +rusk/1 1 +Ruskin +Russel/3 +Russell/2 1 +russet/18 1 +Russia/2 1 +Russian/1 1 +Russo/3 +Russ 1 +rust/23 1 +Rustbelt/2 1 +rustic/51 1 +rusticate/6 1 +rustication/2 1 +rusticity/2 1 +rusting 1 +rustle/28 1 +rustler/1 1 +rustling/10 1 +rustproof/11 1 +rust 1 +Rusty/3 +rusty/49 1 +rut/109 1 +rutabaga/1 1 +Rutan/3 +Rutgers +Ruth/2 1 +ruthenium/2 1 +Rutherford +rutherfordium/2 1 +Ruthie/3 +ruthless/16 1 +Rutledge/3 +rutting 1 +rutty/34 1 +RV/1 1 +Rwanda/1 1 +Rwandan/1 1 +Rwy +Rx +Ry +Ryan/3 +Rydberg/3 +Ryder +rye/2 1 +Ryukyu/3 +S/2 1 +SA +Saab/3 +Saar +Saarinen +Saatchi/3 +Sabbath/1 1 +sabbath 1 +sabbatical/1 1 +saber/18 1 +Sabik/3 +Sabin +Sabina/3 +Sabine/2 1 +sable/18 1 +sabot/1 1 +sabotage/28 1 +saboteur/1 1 +sabra/1 1 +Sabre/3 +Sabrina/3 +SAC +sac/64 1 +Sacajawea +saccharides +saccharin/2 1 +saccharine 1 +Sacco/3 +sacerdotal +sachem/1 1 +sachet/1 1 +Sachs/3 +sack/23 1 +sackcloth/2 1 +sackful/1 1 +sacking/1 1 +sacral 1 +sacrament/18 1 +sacramental 1 +Sacramento/2 1 +sacra 1353 +sacred/16 1 +sacrifice/28 1 +sacrificial +sacrificially +sacrilege/1 1 +sacrilegious/8 1 +sacristan/1 1 +sacristy/15 1 +sacroiliac/1 1 +sacrosanct/33 1 +sacrum/2 1354 +sad/488 1 +Sadat +Saddam/3 +sadden/11 1 +saddening 1 +saddle/28 1 +saddlebag/1 1 +saddler/10 1 +saddlery 1 +Sadducee +Sade/2 1 +sades 1355 +sadhu/10 1 +Sadie/3 +sadism/2 1 +sadist/1 1 +sadistic/39 1 +sadist 1 +sadomasochism/2 1 +sadomasochist/1 1 +sadomasochistic +Sadr/3 +safari/23 1 +Safavid +safe/25 1356 +safeguard/23 1 +safeguarding 1 +safekeeping/1 1 +safety/167 1 +Safeway/3 +safflower/1 1 +saffron/1 1 +sag/92 1 +saga/1 1 +sagacious/8 1 +sagacity/2 1 +Sagan/3 +saga's 1357 +saga 1358 +sage/255 1 +sagebrush/2 1 +sagging 1 +Saginaw/3 +Sagittarius/4 1 +sago/2 1 +sag 1 +saguaro/1 1 +saggy/34 1 +Sahara/2 1 +Saharan/2 1 +Sahel +sahib/1 1 +said 1 +Saigon/2 1 +sail/23 1 +sailboard/86 1 +sailboarder/1 1 +sailboarding/2 1 +sailboat/1 1 +sailcloth/2 1 +sailfish/4 1 +sailing/1 1 +sailor/1 1 +sailplane/18 1 +saint/62 1 +sainthood/2 1 +saintlike 1 +saintly/49 1 +saint 1 +Saiph/3 +saith 1 +Sakai +sake/1 1 +sakes 1359 +Sakha/3 +Sakhalin/3 +Sakharov +Saki/3 +saki/2 1 +Saks +Sal +salaam/23 1 +salable 1 +salacious/16 1 +salacity/2 1 +salad/1 1 +Saladin +Salado +salamander/1 1 +salami/1 1 +Salamis +salary/148 1 +Salas/3 +Salazar/3 +sale/1 1 +saleability +Salem/2 1 +Salerno/2 1 +saleroom/10 1 +salesclerk/1 1 +salesgirl/1 1 +saleslady/15 1 +salesman/2 1360 +salesmanship/2 1 +salesmen 1361 +salespeople's 1362 +salespeople 1363 +salesperson/1 1364 +salesroom/10 1 +saleswoman/2 1365 +saleswomen 1366 +salicylic +salience/2 1 +salient/30 1 +Salinas +saline/1 1 +Salinger +salinity/2 1 +Salisbury/2 1 +Salish/2 1 +saliva/2 1 +salivary +salivate/6 1 +salivation/1 1 +Salk +Sallie/3 +sallow/178 1 +Sallust +salmon/1 1 +salmonella/53 1 +Salome/2 1 +salon/1 1 +Salonika/2 1 +saloon/1 1 +salsa/18 1 +salt/188 1 +SALT/2 1 +salt/11 1 +saltbox/4 1 +saltcellar/1 1 +salter 1 +saltier 1 +saltine/1 1 +saltines 1 +salting 1 +Salton/3 +saltpeter/2 1 +saltshaker/1 1 +saltwater/2 1 +salty/49 1 +salubrious 1 +salubrity 1 +salutary 1 +salutation/1 1 +salutatorian/1 1 +salutatory 1 +salute/28 1 +Salvador/2 1 +Salvadoran/1 1 +Salvadorean/1 1 +Salvadorian/1 1 +salvage/28 1 +salvageable +salvation/2 1 +Salvatore/3 +salve/28 1 +salver/1 1 +salving 1 +salvo/18 1 +Salween/3 +Sally/3 +sally/31 1 +sally's +Salyut/2 1 +Sam +SAM/2 1 +Samantha/3 +Samar/3 +Samara +Samaritan/1 1 +samarium/2 1 +Samarkand/2 1 +samba/23 1 +same/489 1 +samey +samizdat/10 1 +Sammie/3 +Sammy/3 +Samoa/2 1 +Samoan/1 1 +samosa/10 1 +Samoset/3 +samovar/1 1 +Samoyed/2 1 +sampan/1 1 +sample/139 1 +sampler/1 1 +sampling/10 1 +Sampson/3 +Samson +Samsonite/3 +Samsung/3 +Samuel +Samuelson/3 +samurai/1 1 +San +San'a +Sana/2 1 +Sanaa/2 1 +sanatorium/1 1 +Sanchez/3 +Sancho/3 +sanctification/2 1 +sanctify/31 1 +sanctifying 1 +sanctimonious/16 1 +sanctimony/2 1 +sanction/23 1 +sanctity/2 1 +sanctuary/15 1 +sanctum/1 1 +Sand +sand/23 1 +sandal/18 1 +sandalwood/2 1 +sandbag/92 1 +sandbank/1 1 +sandbar/1 1 +sandblast/23 1 +sandblaster/1 1 +sandbox/4 1 +Sandburg +sandcastle/1 1 +sander/1 1 +Sanders +sanders 1 +sandhog/1 1 +sanding 1 +Sandinista 1 +sandlot/490 1 +sandlotter/1 1 +sandman/2 1367 +sandmen 1368 +Sandoval/3 +sandpaper/23 1 +sandpiper/1 1 +sandpit/10 1 +Sandra/3 +sandstone/1 1 +sandstorm/1 1 +sandwich/22 1 +Sandy/3 +sandy/49 1 +sane/27 1 +Sanford/3 +Sanforized +Sang/3 +sang/10 1 +Sanger +sangfroid/2 1 +sangria/2 1 +sang 1369 +sanguinary 1 +sanguine/8 1 +Sanhedrin 1 +sanitarian/1 1 +sanitarium/1 1 +sanitary 1 +sanitation/2 1 +sanitize/6 1 +sanitizer/10 1 +sanity/2 1 +Sanka/3 +Sankara/3 +sank 1370 +sans +sanserif 1 +Sanskrit/2 1 +Santa +Santana/3 +Santayana +Santeria 1 +Santiago/2 1 +Santos +SAP/3 +sap/47 1 +sapience/2 1 +sapient 1 +sapless 1 +sapling/1 1 +sapper/10 1 +sapphire/1 1 +Sappho/2 1 +Sapporo/2 1 +sappy/49 1 +saprophyte/1 1 +saprophytic 1 +sapsucker/1 1 +sapwood/2 1 +Saracen/1 1 +Saragossa/2 1 +Sarah +Sarajevo/2 1 +Saran/3 +saran/2 1 +sarape/1 1 +Sarasota/3 +Sara's 1371 +Sara 1372 +Saratov/2 1 +Sarawak/2 1 +sarcasm/1 1 +sarcastic/39 1 +sarcoma/1 1 +sarcophagi 1373 +sarcophagus/2 1374 +sardine/18 1 +Sardinia/2 1 +sardonic/39 1 +saree/1 1 +Sargasso/3 +sarge/1 1 +Sargent +Sargon/3 +sari/1 1 +sari's 1375 +sari 1376 +sarky 1 +sarnie/10 1 +Sarnoff/3 +sarong/1 1 +Saroyan/3 +SARS/3 +sarsaparilla/1 1 +Sarto +sartorial/8 1 +Sartre +SASE +sash/40 1 +Sasha/3 +sashay/23 1 +Sask +Saskatchewan/2 1 +Saskatoon/2 1 +Sasquatch/4 1 +sass/22 1 +sassafras/4 1 +Sassanian 1 +Sassoon +sassy/34 1 +SAT +Sat/2 1 +Satan/2 1 +satanic/39 1 +satanical +satanism/2 1 +Satanism/2 1 +satanist/1 1 +Satanist/2 1 +satay 1 +satchel/1 1 +sate/6 1 +sateen/2 1 +satellite/28 1 +sates 1377 +satiable 1 +satiate/6 1 +satiation/2 1 +satiety/2 1 +satin/18 1 +satinwood/1 1 +satiny 1 +satire/1 1 +satiric +satirical/8 1 +satirist/1 1 +satirize/6 1 +satisfaction/1 1 +satisfactory/211 1 +satisfiable +satisfy/31 1 +satisfying/8 1 +satori/2 1 +satrap/1 1 +sat 1378 +satsuma/10 1 +saturate/6 1 +saturation/2 1 +Saturday/1 1 +Saturn/2 1 +Saturnalia/2 1 +saturnalia 1 +saturnine +satyr/1 1 +satyriasis/2 1 +satyric 1 +sauce/28 1 +saucepan/1 1 +saucer/1 1 +saucier 1 +saucy/50 1 +Saudi/1 1 +sauerkraut/2 1 +Saul/2 1 +sauna/23 1 +Saunders +Saundra/3 +saunter/23 1 +sauntering 1 +saurian 1 +sauropod/1 1 +sausage/1 1 +Saussure +saute/23 1 +sauterne/130 1 +Sauterne/1 1 +saute 1 +savable 1 +Savage +savage/107 1 +savagery/15 1 +savanna/1 1 +savannah/1 1 +Savannah/2 1 +savant/1 1 +save/28 1 +saveable 1 +saveloy 1 +saver/1 1 +saves 1379 +saving/130 1 +savior/1 1 +Savior/2 1 +Savonarola +savor/23 1 +savory/286 1 +Savoy +savoy/1 1 +Savoyard/2 1 +savvy/87 1 +saw/23 1 +sawbones/2 1 +sawbuck/1 1 +sawdust/2 1 +sawflies +sawfly/3 +sawhorse/1 1 +sawing 1 +sawmill/1 1 +saw 1380 +sawtooth 1 +Sawyer/3 +sawyer/1 1 +sax/4 1 +saxifrage/1 1 +Saxon/1 1 +Saxony/2 1 +saxophone/1 1 +saxophonist/1 1 +say/491 1 +Sayers +saying/1 1 +say 1 +Sb/2 1 +SBA +Sc/2 1 +SC/2 1 +scab/136 1 +scabbard/18 1 +scabby/49 1 +scabies/2 1 +scabrous 1 +scad/1 1 +scaffold/86 1 +scaffolding/2 1 +scag/118 1 +scalability +scalable 1 +scalar/10 1 +scalawag/1 1 +scald/23 1 +scalding 1 +scald 1 +scale/28 1 +scaleless 1 +scalene 1 +scalier 1381 +scaliest 1381 +scaling 1 +scallion/1 1 +scallop/23 1 +scalp/23 1 +scalpel/1 1 +scalper/1 1 +scaly/49 1 +scallywag/10 1 +scam/160 1 +scamp/18 1 +scamper/23 1 +scampi/2 1 +Scan +scan/133 1 +scandal/18 1 +scandalize/6 1 +scandalmonger/1 1 +scandalous/8 1 +Scandinavia/2 1 +Scandinavian/1 1 +scandium/2 1 +scanner/1 1 +scanning 1 +scansion/2 1 +scant/98 1 +scanty/97 1 +scapegoat/23 1 +scapegoating 1 +scapegrace/1 1 +scape 1 +scapula/53 1 +scapular/1 1 +scar/103 1 +scarab/1 1 +Scaramouch +Scarborough +scarce/27 1 +scarcity/15 1 +scare/28 1 +scarecrow/1 1 +scared 1 +scaremonger/1 1 +scaremongering 1 +scarey 1382 +scarf/115 1 +scarfing 1 +scarier 1383 +scariest 1383 +scarification/2 1 +scarify/31 1 +scariness/3 +scarlatina/2 1 +Scarlatti +scarlet/2 1 +scarp/23 1 +scarper/11 1 +scarping 1 +scarring 1 +scary/59 1 +scat/403 1 +scathe/251 1 +scathing/8 1 +scatological +scatology/2 1 +scatter/23 1 +scatterbrain/1 1 +scatterbrained +scattered 1 +scatterer/10 1 +scattering/1 1 +scatty 1 +scavenge/6 1 +scavenger/1 1 +scenario/1 1 +scenarist/1 1 +scene/18 1 +scenery/2 1 +scenic/39 1 +scent/23 1 +scenting 1 +scentless 1 +scepter/62 1 +sceptically +sch +schadenfreude 1 +Scheat/3 +Schedar/3 +schedule/28 1 +scheduler/10 1 +Scheherazade/3 +Schelling +schema/492 1 +schematic/51 1 +schematize/6 1 +scheme/28 1 +schemer/1 1 +scheming 1 +Schenectady/2 1 +scherzo/1 1 +Schiaparelli/3 +Schick/3 +Schiller +schilling/1 1 +Schindler/3 +schism/1 1 +schismatic/1 1 +schist/2 1 +schizo/1 1 +schizoid/1 1 +schizophrenia/2 1 +schizophrenic/1 1 +schizophrenically +schizo 1 +schlemiel/1 1 +schlep/47 1 +schlepp/23 1 +Schlesinger/3 +Schliemann +Schlitz/3 +schlock/2 1 +schlocky/34 1 +schmaltz/2 1 +schmaltzy/34 1 +schmalz/2 1 +Schmidt +schmo/4 1 +schmoe/1 1 +schmooze/43 1 +schmoozer/10 1 +schmuck/1 1 +Schnabel +schnapps/2 1 +schnaps's +Schnauzer/3 +schnauzer/1 1 +Schneider/3 +schnitzel/1 1 +schnook/1 1 +schnoz/4 1 +schnozzle/1 1 +Schoenberg/3 +scholar/1 1 +scholarly 1 +scholarship/1 1 +scholastic/39 1 +scholasticism 1 +scholastic 1 +school/23 1 +schoolbag/1 1 +schoolbook/1 1 +schoolboy/1 1 +schoolchild/155 1 +schooldays +schoolfellow/1 1 +schoolfriend 1 +schoolgirl/1 1 +schoolhouse/1 1 +schooling/2 1 +schoolkid/10 1 +schoolmarm/1 1 +schoolmarmish +schoolmaster/18 1 +schoolmate/1 1 +schoolmistress/4 1 +schoolroom/1 1 +schoolteacher/1 1 +school 1 +schoolwork/2 1 +schoolyard/1 1 +schooner/1 1 +Schopenhauer +Schrieffer/3 +Schrodinger/2 1 +schrod's +Schroeder/3 +schtick 1 +Schubert +Schultz/3 +Schulz/3 +Schumann +Schumpeter/3 +schuss/22 1 +schussboomer/1 1 +Schuyler/3 +Schuylkill/3 +schwa/1 1 +Schwartz/3 +Schwarzenegger/3 +Schwarzkopf/3 +Schweitzer +Schweppes/3 +Schwinger/3 +Schwinn/3 +sci +sciatica/2 1 +sciatic 1 +science/1 1 +scientific/39 1 +scientist/1 1 +Scientology/3 +scimitar/1 1 +scintilla/1 1 +scintillate/6 1 +scintillating 1 +scintillation/1 1 +scintillator/10 1 +scion/1 1 +Scipio/2 1 +scissor/11 1 +scleroses 1384 +sclerosis/2 1385 +sclerotic 1 +scoff/23 1 +scoffer/1 1 +scoffing 1 +scofflaw/1 1 +scold/23 1 +scolder 1 +scolding/1 1 +scoliosis/2 1 +scollop/23 1 +sconce/18 1 +scone/1 1 +scoop/23 1 +scooper 1 +scoopful/1 1 +scooping 1 +scoot/5 1 +scooter/1 1 +scope/28 1 +Scopes/3 +scorbutic 1 +scorch/22 1 +scorcher/1 1 +scorching 1 +score/139 1 +scoreboard/1 1 +scorecard/1 1 +scorekeeper/1 1 +scoreless 1 +scoreline/10 1 +scorer/1 1 +scoring 1 +scorn/23 1 +scorner/1 1 +scornful/8 1 +scorning 1 +Scorpio/1 1 +scorpion/1 1 +Scorpius/2 1 +Scorsese/3 +Scot/1 1 +scotch/4 1 +Scotch/4 1 +scotch/7 1 +Scotchman/2 1386 +Scotchmen 1387 +scotchs +scotch 1 +Scotch 1 +Scotchwoman/2 1388 +Scotchwomen 1389 +Scotland/2 1 +Scotsman/2 1390 +Scotsmen 1391 +Scotswoman/2 1392 +Scotswomen 1393 +Scott +Scottie/1 1 +Scottish/2 1 +Scottsdale +Scotty/60 1 +scoundrel/1 1 +scour/5 1 +scourer/1 1 +scourge/28 1 +scouring 1 +scout/23 1 +scouter/10 1 +scouting/2 1 +scoutmaster/1 1 +Scout 1 +scow/18 1 +scowl/23 1 +scowling 1 +scrabble/1 1 +Scrabble/1 1 +scrabble/6 1 +scrabbler/1 1 +scrag/18 1 +scraggly/34 1 +scraggy/34 1 +scram/114 1 +scramble/28 1 +scrambler/1 1 +scrambling 1 +Scranton +scrap/296 1 +scrapbook/1 1 +scrape/28 1 +scraper/1 1 +scrapheap/1 1 +scrapie 1 +scraping/10 1 +scrapper/1 1 +scrappy/34 1 +scrapyard/1 1 +scratch/22 1 +scratchcard/10 1 +scratchily 1 +scratching/10 1 +scratchpad/10 1 +scratch 1 +scratchy/49 1 +scrawl/23 1 +scrawling 1 +scrawly/34 1 +scrawny/49 1 +scream/23 1 +screamer/1 1 +screaming/8 1 +scree/1 1 +screech/22 1 +screechy/34 1 +screed/70 1 +screen/23 1 +screening/1 1 +screenplay/1 1 +screenwriter/1 1 +screenwriting/2 1 +screw/23 1 +screwball/1 1 +screwdriver/1 1 +screwiness/3 +screwing 1 +screwworm/1 1 +screwy/34 1 +Scriabin +scribal 1 +scribble/28 1 +scribbler/1 1 +scribbling/10 1 +scribe/28 1 +scribing 1 +Scribner/3 +scrim/1 1 +scrimmage/28 1 +scrimp/11 1 +scrimshaw/23 1 +scrip/1 1 +script/23 1 +scriptorium 1 +scriptural 1 +scripture/1 1 +Scripture/1 1 +scriptwriter/1 1 +scriptwriting 1 +scrivener/1 1 +scrod/2 1 +scrofula/2 1 +scrofulous 1 +scrog/117 1 +scroll/23 1 +scrollable +scrooge/18 1 +Scrooge 1 +scrotal 1 +scrota 1394 +scrotum/2 1395 +scrounge/6 1 +scrounger/1 1 +scrounging 1 +scroungy/34 1 +scrub/327 1 +scrubber/1 1 +scrubby/34 1 +scruff/1 1 +scruffily 1 +scruffiness/3 +scruffy/34 1 +Scruggs/3 +scrum/217 1 +scrumhalf +scrumhalves +scrummage/357 1 +scrump/11 1 +scrumptious/8 1 +scrumpy 1 +scrunch/22 1 +scrunchie/1 1 +scrunchy/15 1 +scruple/28 1 +scrupulosity/2 1 +scrupulous/16 1 +scrutineer/10 1 +scrutinize/6 1 +scrutiny/15 1 +scuba/23 1 +Scud +scud/113 1 +scuff/23 1 +scuffle/28 1 +scuffling 1 +scull/23 1 +sculler/1 1 +scullery/15 1 +Sculley/3 +sculling 1 +scullion/1 1 +sculpt/11 1 +sculptor/1 1 +sculptress/4 1 +sculptural +sculpture/28 1 +sculpturing 1 +scum/160 1 +scumbag/1 1 +scumming 1 +scummy/34 1 +scupper/23 1 +scurf/2 1 +scurfy/34 1 +scurrility/2 1 +scurrilous/16 1 +scurry/56 1 +scurryings +scurvy/493 1 +scutcheon/1 1 +scuttle/28 1 +scuttlebutt/2 1 +scuzzy/34 1 +Scylla/2 1 +scythe/28 1 +Scythia +Scythian 1 +SCSI/2 1 +SD +SDI +Se/2 1 +SE/2 1 +sea/1 1 +seabed/1 1 +seabird/1 1 +seaboard/1 1 +Seaborg +seaborne 1 +seacoast/1 1 +seafarer/1 1 +seafaring/2 1 +seafloor/1 1 +seafood/2 1 +seafront/1 1 +seagoing 1 +Seagram/3 +seagull/1 1 +seahorse/1 1 +seal/23 1 +sealant/1 1 +sealer/1 1 +sealing 1 +sealskin/2 1 +seam/23 1 +seamail +seaman/2 1396 +seamanship/2 1 +seamen 1397 +seamless/8 1 +seamstress/4 1 +seamy/34 1 +Sean/3 +seance/1 1 +seaplane/18 1 +seaport/1 1 +sear/23 1 +search/22 1 +searcher/1 1 +searching/8 1 +searchlight/1 1 +searingly +searing 1 +Sears/3 +sear 1 +seascape/1 1 +seashell/1 1 +seashore/1 1 +seasick/33 1 +seaside/1 1 +season/23 1 +seasonable/19 1 +seasonal/8 1 +seasonality 1 +seasoned 1 +seasoning/1 1 +seat/23 1 +seating/2 1 +seatmate/1 1 +SEATO +sea 1 +Seattle/2 1 +seawall/1 1 +seaward/1 1 +seawater/2 1 +seaway/1 1 +seaweed/1 1 +seaworthy/49 1 +sebaceous +Sebastian/3 +seborrhea/2 1 +sebum 1 +Sec +SEC +sec/1 1 +secant/1 1 +secateurs +secede/6 1 +secession/1 1 +secessionist/1 1 +seclude/6 1 +secluded 1 +seclusion/2 1 +seclusive 1 +Seconal/2 1 +second/459 1 +secondary/206 1 +seconder/1 1 +secondhand +secondment/10 1 +secrecy/2 1 +secret/494 1 +secretarial +Secretariat/3 +secretariat/1 1 +secretary/15 1 +secretaryship/2 1 +Secretary 1 +secrete/257 1 +secreter 1 +secretion/1 1 +secretive/16 1 +secretory +sect/1 1 +sectarian/1 1 +sectarianism/2 1 +sectarian 1 +sectary/15 1 +section/23 1 +sectional/1 1 +sectionalism/2 1 +sectional 1 +sector/62 1 +sectoral +sec 1 +secularism/2 1 +secularist/1 1 +secularization/2 1 +secularize/6 1 +secular 1 +secure/404 1 +securer 1 +security/15 1 +secy +sec'y +sedan/1 1 +sedate/104 1 +sedation/2 1 +sedative/1 1 +sedentary 1 +Seder/1 1 +sedge/1 1 +sedgy/34 1 +sediment/18 1 +sedimentary 1 +sedimentation/2 1 +sedition/2 1 +seditious 1 +Sedna/3 +seduce/6 1 +seducer/1 1 +seducing 1 +seduction/1 1 +seductive/16 1 +seductress/4 1 +sedulous/8 1 +see/495 1398 +Seebeck/3 +seed/78 1 +seedbed/1 1 +seedcase/1 1 +seeder/1 1 +seeding 1 +seedless 1 +seedling/1 1 +seedpod/1 1 +seedy/49 1 +seeing/10 1 +seek/141 1399 +seeker/1 1 +seem/11 1 +seeming/8 1 +seemly/49 1 +seep/5 1 +seepage/2 1 +seer/1 1 +seersucker/2 1 +seesaw/23 1 +seethe/43 1400 +seething 1 +Sega/3 +segfault/10 1 +segment/23 1 +segmental 1 +segmentation/2 1 +Segovia/3 +Segre/3 +segregate/6 1 +segregated 1 +segregation/2 1 +segregationist/1 1 +segue/63 1 +Segundo/3 +seigneur/1 1 +seignior/1 1 +seigniorial +Seiko/3 +seine/1 1 +Seine/2 1 +seine/6 1 +seiner/1 1 +Seinfeld/3 +seining 1 +seismically +seismic 1 +seismogram 1 +seismograph/1 1 +seismographer/1 1 +seismographic +seismography/2 1 +seismologic +seismological 1 +seismologist/1 1 +seismology/2 1 +seismometer/10 1 +seize/6 1 +seizing 1 +seizure/1 1 +Sejong/3 +Selassie/3 +seldom 1 +select/496 1 +selectable +selection/1 1 +selective/8 1 +selectivity/2 1 +selectman/2 1401 +selectmen 1402 +selector/1 1 +Selectric/3 +Selena/3 +selenium/2 1 +selenographer/1 1 +selenography/2 1 +selenology 1 +Seleucid 1 +Seleucus/2 1 +self/120 1 +selfish/16 1 +selfless/16 1 +selfsame 1 +self 1 +Selim/3 +Seljuk 1 +Selkirk/3 +sell/86 1403 +seller/1 1 +Sellers/3 +selling 1 +sellotape +sellotaped +sellotapes +sellotaping +sellout/1 1 +Selma/2 1 +seltzer/1 1 +selvage/18 1 +selvedge/18 1 +Selznick/3 +semantic/35 1 +semanticist/1 1 +semaphore/28 1 +Semarang +semblance/1 1 +semen/2 1 +semester/1 1 +semi/1 1 +semiannual/8 1 +semiarid +semiautomatic/1 1 +semibreve/10 1 +semicircle/1 1 +semicircular 1 +semicolon/1 1 +semiconducting +semiconductor/1 1 +semiconscious 1 +semidarkness/3 +semidetached +semifinal/1 1 +semifinalist/1 1 +semigloss/89 1 +semimonthlies +semimonthly/3 +seminal +seminar/1 1 +seminarian/1 1 +seminary/15 1 +Seminole/1 1 +semiofficial 1 +semiotic/32 1 +semioticians +semipermeable +semiprecious +semiprivate +semipro/10 1 +semiprofessional/1 1 +semiquaver/10 1 +Semiramis +semiretired +semiskilled +semisolid 1 +semis 1 +semisweet +Semite/1 1 +Semitic/1 1 +semitone/1 1 +semitrailer/1 1 +semitransparent 1 +semitropical 1 +semi 1 +semivowel/1 1 +semiweeklies +semiweekly/3 +semiyearly +semolina/2 1 +sempiternal +sempstress/4 1 +Semtex +Sen +sen/10 1 +senate/1 1 +Senate/1 1 +Senator +senator/1 1 +senatorial 1 +send/497 1 +Sendai +sender/1 1 +sending 1 +sendoff/1 1 +Seneca/1 1 +Senegal/2 1 +Senegalese/2 1 +senescence/2 1 +senescent +Senghor +senile 1 +senility/2 1 +senior/1 1 +seniority/2 1 +senior 1 +Senior 1 +senna/2 1 +Sennacherib +Sennett/3 +senor/1 1 +senora/1 1 +senorita/1 1 +sens/156 1 +sensation/1 1 +sensational/8 1 +sensationalism/2 1 +sensationalist/1 1 +sensationalistic +sensationalize/6 1 +sense/28 1 +senseless/16 1 +sensibility/15 1 +sensible/289 1 +sensing 1 +sensitive/36 1 +sensitivity/15 1 +sensitization/2 1 +sensitize/6 1 +sensitizers +sensor/1 1 +sensory 1 +sensual/8 1 +sensualist/1 1 +sensuality/2 1 +sensuous/16 1 +Sensurround/3 +sentence/28 1 +sentencing 1 +sentential 1 +sententious/8 1 +sentience/2 1 +sentient 1 +sentiment/1 1 +sentimental/8 1 +sentimentalism/2 1 +sentimentalist/1 1 +sentimentality/2 1 +sentimentalization/2 1 +sentimentalize/6 1 +sentinel/18 1 +sentry/15 1 +Seoul/2 1 +sepal/1 1 +separability/2 1 +separable/19 1 +separate/207 1 +separation/1 1 +separatism/2 1 +separatist/1 1 +separative 1 +separator/1 1 +Sephardi +sepia/2 1 +sepia's 1404 +sepia 1405 +Sepoy/3 +sepsis/2 1 +Sept/2 1 +septa 1406 +September/1 1 +septet/1 1 +septette/1 1 +septicemia/2 1 +septicemic +septic 1 +septuagenarian/1 1 +Septuagint/1 1 +septum/2 1407 +sepulcher/23 1 +sepulchral 1 +seq +sequel/1 1 +sequence/28 1 +sequencer/10 1 +sequencing/2 1 +sequential/8 1 +sequent 1 +sequester/11 1 +sequestrate/6 1 +sequestration/1 1 +sequin/62 1 +sequoia/1 1 +Sequoya +seraglio/1 1 +serape/1 1 +seraph/498 1 +seraphic +seraphically +Serb/1 1 +Serbia/2 1 +Serbian/1 1 +sere/150 1 +Serena/3 +serenade/28 1 +serenader 1 +serendipitous +serendipitously +serendipity/2 1 +serene/27 1 +Serengeti/3 +serenity/2 1 +sere 1 +serf/123 1 +serfdom/2 1 +serge/2 1 +sergeant/1 1 +Sergei/3 +serge 1 +Sergio/3 +serial/30 1 +serialization/1 1 +serialize/6 1 +series/2 1 +serif/1 1 +serifed +serigraph/1 1 +serious/16 1 +sermon/18 1 +sermonize/6 1 +serology/2 1 +serotonin 1 +serous 1 +Serpens +serpent/18 1 +serpentine/2 1 +Serra/3 +Serrano/3 +serrate/214 1 +serration/1 1 +serried 1 +serum/1 1 +servant/18 1 +serve/28 1 +server/1 1 +servery/60 1 +service/28 1 +serviceability/2 1 +serviceable 1 +serviceman/2 1408 +servicemen 1409 +service 1 +servicewoman/2 1410 +servicewomen 1411 +serviette/1 1 +servile/8 1 +servility/2 1 +serving/1 1 +servitor/1 1 +servitude/2 1 +servo/18 1 +servomechanism/1 1 +servomotor/1 1 +servo 1 +sesame/1 1 +sesquicentennial/1 1 +sessile 1 +session/1 1 +set/1 1 +Set/2 1 +set/88 1 +setback/1 1 +Seth/2 1 +Seton +setscrew/1 1 +setsquare +setsquares +sett/141 1 +settable +settee/1 1 +setter/1 1 +setting/1 1 +settle/28 1 +settled 1 +settlement/1 1 +settler/1 1 +settling 1 +setup/1 1 +Seurat +Seuss +Sevastopol/2 1 +seven/1 1 +sevenfold +sevenpence 1 +seventeen/1 1 +seventeenth/1 1 +seventh/1 1 +seventieth/1 1 +seven 1 +seventy/15 1 +sever/11 1 +several/37 1 +severance/1 1 +severe/27 1 +severity/2 1 +Severn +sever 1 +Severus +Seville/2 1 +Sevres +sew/126 1 +sewage/2 1 +Seward +sewer/18 1 +sewerage/2 1 +sewing/2 1 +sex/22 1 +sexagenarian/1 1 +sexism/2 1 +sexist/1 1 +sexless 1 +sexologist/1 1 +sexology/2 1 +sexpot/1 1 +Sextans +sextant/1 1 +sextet/1 1 +sextette/1 1 +Sexton/3 +sexton/1 1 +sextuplet/1 1 +sexual/8 1 +sexuality/15 1 +sexy/50 1 +Seychelles/2 1 +Seyfert 1 +Seymour/2 1 +sf +SF +SGML/2 1 +Sgt +sh +shabby/50 1 +shack/23 1 +shackle/28 1 +Shackleton +shackling 1 +shad/18 1 +shade/28 1 +shadeless 1 +shading/1 1 +shadow/23 1 +shadowbox/7 1 +shadowboxing 1 +shadowing 1 +shadowless 1 +shadow 1 +shadowy/34 1 +shady/50 1 +Shaffer/3 +shaft/23 1 +shafting 1 +shag/92 1 +shaggy/49 1 +shah/1 1 +shaikh/10 1 +Shaka/3 +shakable 1 +shake/263 1412 +shakeable 1 +shakedown/1 1 +shakeout/1 1 +shaker/1 1 +Shaker 1 +Shakespeare/2 1 +Shakespearean 1 +shakeup/1 1 +shaking 1 +shaky/50 1 +shale/2 1 +shall/499 1413 +shallot/1 1 +shallow/455 1 +shalom 1 +sham/160 1 +shaman/1 1 +shamanic +shamanism 1 +shamanistic +shamble/232 1 +shambling 1 +shambolic +shame/28 1 +shamefaced/8 1 +shameful/16 1 +shameless/16 1 +shammy/167 1 +shampoo/23 1 +shampooer/1 1 +shamrock/1 1 +sham 1 +Shana/3 +shandy/60 1 +Shane/3 +Shanghai/2 1 +shanghai/11 1 +shank/18 1 +Shankara/3 +Shanna/3 +Shannon +shan't +shantung/2 1 +Shantung 1 +shanty/167 1 +shantytown/1 1 +shape/28 1 +shapeless/16 1 +shapely/49 1 +shaping 1 +Shapiro/3 +sharable +shard/1 1 +share/28 1 +shareable +sharecrop/105 1 +sharecropper/1 1 +shareholder/1 1 +shareholding/10 1 +sharer/1 1 +shareware/1 1 +Shari +Shari'a +sharia/2 1 +shariah +Sharif/3 +sharing 1 +shark/23 1 +sharking 1 +sharkskin/2 1 +Sharlene/3 +Sharon +Sharp/3 +sharp/52 1 +Sharpe/3 +sharpen/11 1 +sharpener/1 1 +sharper/1 1 +sharpie/1 1 +sharping 1 +sharpish +sharpshooter/1 1 +sharpshooting/2 1 +sharpy/15 1 +Sharron/3 +Shasta/2 1 +shat 1414 +shatter/23 1 +shattering/8 1 +shatterproof +Shaula/3 +Shaun/3 +Shauna/3 +shave/500 1 +shaven 1 +shaver/1 1 +Shavian/2 1 +shaving/1 1 +Shavuot/2 1 +Shaw/2 1 +shawl/18 1 +Shawn/3 +Shawna/3 +Shawnee/1 1 +shay/1 1 +Shcharansky/3 +she/1 1 +Shea/3 +sheaf/120 1 +shear/23 1 +shearer/1 1 +shearing 1 +sheath/23 1 +sheathe/6 1 +sheathing/1 1 +sheave/18 1 +Sheba +shebang/1 1 +shebeen/70 1 +Shebeli/3 +she'd +shed/440 1 +shedding 1 +sheen/2 1 +Sheena/3 +sheenier 1415 +sheeniest 1415 +sheen 1 +sheeny/34 1 +sheep/2 1 +sheepdog/1 1 +sheepfold/1 1 +sheepherder/1 1 +sheepish/16 1 +sheepskin/1 1 +sheer/179 1 +sheerness/3 +sheet/23 1 +sheeting/2 1 +sheetlike 1 +Sheetrock/2 1 +Sheffield/2 1 +sheik/1 1 +sheikdom/1 1 +sheikhdom/1 1 +Sheila/3 +sheila/10 1 +shekel/1 1 +Shelby/3 +Sheldon/3 +shelf/120 1 +Shelia/3 +she'll +Shell/3 +shell/78 1 +shellac/64 1 +shellack/23 1 +shellacking/1 1 +sheller 1 +Shelley +shellfire/2 1 +shellfish/4 1 +shelling 1 +shelter/23 1 +sheltering 1 +Shelton/3 +shelve/6 1 +shelving/2 1 +Shelly/3 +Shenandoah +shenanigan/1 1 +Shenyang/2 1 +Sheol +Shepard/2 1 +Shepherd/3 +shepherd/23 1 +shepherdess/4 1 +Sheppard/3 +Sheratan/3 +Sheraton/2 1 +sherbert/1 1 +sherbet/1 1 +sherd/1 1 +Sheree/3 +Sheri/3 +Sheridan +sheriff/1 1 +Sherlock 1 +Sherman +Sherpa 1 +Sherri/3 +Sherrie/3 +Sherry/3 +sherry/15 1 +Sherwood +Sheryl/3 +Shetland/1 1 +Shevardnadze/3 +Shevat/2 1 +shew/126 1 +shh +shiatsu/2 1 +shibboleth/1 1 +shield/23 1 +Shields/3 +shier 1 +shift/23 1 +shifter/10 1 +shifting 1 +shiftless/33 1 +shiftlessly 1 +shiftless 1 +shifty/50 1 +Shi'ite +Shiite/1 1 +Shijiazhuang +Shikoku/2 1 +shill/23 1 +shillalah/1 1 +shillelagh/1 1 +shilling/1 1 +Shillong +Shiloh/2 1 +shim/160 1 +shimmer/23 1 +shimmering 1 +shimmery 1 +shimmy/56 1 +shin/133 1 +shinbone/1 1 +shindig/1 1 +shine/28 1416 +shiner/1 1 +shingle/28 1 +shingling 1 +shinguard/2 1 +shining 1 +shinsplints/2 1 +Shinto/1 1 +Shintoism/1 1 +Shintoist/1 1 +Shinto 1 +shiny/49 1 +shinny/362 1 +ship/47 1 +shipboard/1 1 +shipborne +shipbuilder/1 1 +shipbuilding/2 1 +shipload/1 1 +shipmate/1 1 +shipment/1 1 +shipowner/1 1 +shippable +shipper/1 1 +shipping/2 1 +shipshape 1 +shipwreck/23 1 +shipwright/1 1 +shipyard/1 1 +Shiraz/2 1 +shire/1 1 +shirk/5 1 +shirker/1 1 +Shirley/3 +shirr/23 1 +shirring/1 1 +shirt/23 1 +shirtfront/1 1 +shirting/2 1 +shirtless 1 +shirtsleeve/1 1 +shirttail/1 1 +shirtwaist/1 1 +shirty 1 +shit/501 1417 +shite/189 1 +shitfaced/309 +shithead/189 1 +shitload/309 1 +shitted/309 +shitty/502 1 +shiv/18 1 +Shiva/2 1 +shiver/23 1 +shiveringly +shivering 1 +shivery 1 +shlemiel/1 1 +shlep/47 1 +shlepp/23 1 +shlock/2 1 +shmaltz/2 1 +shoal/23 1 +shoaling 1 +shoal 1 +shoat/1 1 +shock/78 1 +shocker/1 1 +shocking/8 1 +Shockley/3 +shockproof 1 +shoddy/363 1 +shoe/503 1 +shoebox 1 +shoehorn/23 1 +shoeing 1 +shoelace/1 1 +shoeless 1 +shoemaker/1 1 +shoeshine/1 1 +shoestring/1 1 +shoetree/1 1 +shogun/1 1 +shogunate/2 1 +shone 1418 +shoo/11 1 +shook 1419 +shoot/86 1420 +shooter/1 1 +shooting/1 1 +shootout/1 1 +shop/47 1 +shopaholic/10 1 +shopfitter +shopfitters +shopfitting +shopfront/10 1 +shopkeeper/1 1 +shopkeeping 1 +shoplift/11 1 +shoplifter/1 1 +shoplifting/2 1 +shoppe/28 1 +shopper/1 1 +shopping/2 1 +shoptalk/2 1 +shopworn 1 +shore/28 1 +shorebird/1 1 +shoreline/1 1 +shore 1 +shoreward 1 +shoring/2 1 +Short/3 +short/52 1 +shortage/1 1 +shortbread/2 1 +shortcake/1 1 +shortchange/6 1 +shortcoming/1 1 +shortcrust +shortcut/18 1 +shorten/11 1 +shortening/1 1 +shortfall/1 1 +shorthand/1 1 +shorthanded +shorthand 1 +shorthorn/1 1 +Shorthorn 1 +shortie/1 1 +shortish 1 +shortlist/11 1 +shortsighted/16 1 +shortstop/1 1 +shortwave/18 1 +shorty/15 1 +Shoshone/1 1 +Shoshones 1421 +Shoshoni/1 1 +Shoshonis 1422 +Shostakovitch/3 +shot/18 1 +shotgun/133 1 +shot 1423 +should/44 1 +shoulder/23 1 +shouldering 1 +shouldn't +should 1424 +shout/23 1 +shouter/1 1 +shouting 1 +shove/28 1 +shovel/23 1 +shoveler 1 +shovelful/1 1 +shoveling 1 +show/504 1 +showbiz/2 1 +showboat/23 1 +showcase/28 1 +showdown/1 1 +shower/23 1 +showering 1 +showerproof +showery/34 1 +showgirl/1 1 +showground/10 1 +showing/1 1 +showjumping 1 +showman/2 1425 +showmanship/2 1 +showmen 1426 +showoff/1 1 +showpiece/1 1 +showplace/1 1 +showroom/1 1 +showstopper/1 1 +showstopping +showtime 1 +showy/50 1 +shpt +shrank 1427 +shrapnel/2 1 +shred/113 1 +shredder/1 1 +shredding 1 +Shrek/3 +Shreveport +shrew/18 1 +shrewd/21 1 +shrewish 1 +shriek/23 1 +shrieker/10 1 +shrieking 1 +shrift/2 1 +shrike/1 1 +shrill/266 1 +shrilling 1 +shrilly 1 +shrimp/23 1 +shrimper/10 1 +shrimping 1 +shrine/18 1 +Shriner 1 +shrink/86 1428 +shrinkable 1 +shrinkage/2 1 +shrinkingly +shrive/376 1 +shrivel/11 1 +shriveling 1 +Shropshire 1 +shroud/23 1 +shrouding 1 +shrub/18 1 +shrubbery/15 1 +shrubby/34 1 +shrug/92 1 +shrunken 1427 +shrunk 1427 +shtick/1 1 +shuck/23 1 +shucking 1 +shucks/89 1 +shudder/23 1 +shuddering 1 +shuffle/28 1 +shuffleboard/1 1 +shuffler/1 1 +shuffling 1 +Shula/3 +shun/192 1 +shunt/23 1 +shunting 1 +shush/7 1 +shut/505 1 +shutdown/1 1 +shuteye/2 1 +shutoff/1 1 +shutout/1 1 +shutter/23 1 +shutterbug/1 1 +shuttle/28 1 +shuttlecock/23 1 +shy/506 1 +shyer 1 +Shylockian/3 +Shylock 1 +shyster/1 1 +Siam/2 1 +Siamese/2 1 +Sian/2 1 +Sibelius +Siberia/2 1 +Siberian/1 1 +sibilance 1 +sibilancy 1 +sibilant/1 1 +sibling/1 1 +sibyl/1 1 +sibylline 1 +Sibyl 1 +sic/332 1 +Sicilian/1 1 +Sicily/2 1 +sick/507 1 +sickbay/10 1 +sickbed/1 1 +sicken/11 1 +sickening/8 1 +sickie/1 1 +sickish 1 +sickle/18 1 +sickly 1 +sicko/1 1 +sickout/1 1 +sickroom/1 1 +sic 1 +Sid/3 +Siddhartha/2 1 +side/28 1 +sidearm/1 1 +sideband/10 1 +sidebar/1 1 +sideboard/1 1 +sideburns +sideburns's +sidecar/1 1 +sidekick/1 1 +sidelight/1 1 +sideline/28 1 +sidelong +sideman/2 1429 +sidemen 1430 +sidepiece/1 1 +sidereal 1 +sidesaddle/1 1 +sideshow/1 1 +sidesplitting 1 +sidestep/47 1 +sidestroke/28 1 +sideswipe/28 1 +sidetrack/23 1 +side 1 +sidewalk/1 1 +sidewall/1 1 +sidewards +sideways +sidewinder/1 1 +sidewise +siding/1 1 +sidle/28 1 +Sidney +SIDS/2 1 +siege/18 1 +Siegfried +Siemens +sienna/2 1 +Sierpinski/3 +sierra/1 1 +Sierras +siesta/1 1 +sieve/28 1 +sift/11 1 +sifter/1 1 +sifting 1 +sigh/23 1 +sight/23 1 +sighted/153 1 +sighting/1 1 +sightless/8 1 +sightly/34 1 +sightread 1 +sightseeing/2 1 +sightseer/1 1 +Sigismund +sigma/1 1 +sigmoid 1 +Sigmund +sign/78 1 +signage/2 1 +signal/459 1 +signaler/1 1 +signalization/2 1 +signalize/6 1 +signalman/2 1431 +signalmen 1432 +signatory/15 1 +signature/1 1 +signboard/1 1 +signer/1 1 +signet/18 1 +significance/1 1 +significant/8 1 +signification/1 1 +signified 1 +signifier 1 +signify/31 1 +signifying 1 +signing/1 1 +signor/508 1 +signora/509 1 +signore/510 1 +signorina/509 1 +signori 1 +signpost/23 1 +Sigurd +Sihanouk/3 +Sikh/1 1 +Sikhism 1 +Sikkim +Sikkimese +Sikorsky +silage/2 1 +Silas/3 +silence/28 1 +silencer/1 1 +silent/183 1 +Silesia/2 1 +silhouette/28 1 +silica/2 1 +silica's 1433 +silica 1434 +silicate/1 1 +siliceous +silicious +silicon/1 1435 +silicone/2 1 +silicosis/2 1 +silk/18 1 +silken 1 +silkscreen/18 1 +silk 1 +silkworm/1 1 +silky/50 1 +sill/1 1 +sillies +silo/18 1 +silt/23 1 +siltstone 1 +silty/34 1 +Silurian/1 1 +Silva/3 +silvan 1 +silver/23 1 +silverfish/4 1 +silvering 1 +silversmith/1 1 +silver 1 +silverware/2 1 +silvery/34 1 +Silvia/2 1 +silly/49 1 +silly's +Simenon/3 +simian/1 1 +similar/8 1 +similarity/15 1 +simile/1 1 +similitude/2 1 +Simmental 1 +simmer/23 1 +Simmons/3 +Simon +Simone/3 +simonize/6 1 +simony/2 1 +simpatico +simper/23 1 +simperingly +simple/289 1 +simpleminded +simpler 1 +simpleton/1 1 +simple 1 +simplex/89 1 +simplicity/15 1 +simplification/1 1 +simplifier 1 +simplify/31 1 +simplistic/39 1 +Simpson/1 1 +Sims +simulacra 1436 +simulacrum/10 1437 +simulate/6 1 +simulation/1 1 +simulator/1 1 +simulcast/23 1 +simultaneity/2 1 +simultaneous/8 1 +sin/133 1 +Sinai/2 1 +Sinatra +sincere/45 1 +sincerity/2 1 +since 1 +Sinclair +Sindbad/3 +Sindhi/2 1 +sine/1 1 +sinecure/1 1 +sinecurist 1 +sinew/18 1 +sinewy 1 +sinful/16 1 +sing/86 1438 +singable 1 +singalong/10 1 +Singapore/2 1 +Singaporean/1 1 +singe/270 1 +Singer +singer/1 1 +Singh/3 +singing/2 1 +single/511 1 +singlet/10 1 +Singleton/3 +singleton/1 1 +singletree/1 1 +singling 1 +singsong/23 1 +singular/30 1 +singularity/15 1 +singularization 1 +Sinhalese/2 1 +sinister/8 1 +sinistral 1 +sink/86 1439 +sinkable 1 +sinker/1 1 +sinkhole/1 1 +Sinkiang/3 +sinking 1 +sinless 1 +sinner/1 1 +sinning 1 +sinology 1 +sinuosity/2 1 +sinuous/8 1 +sinus/4 1 +sinusitis/2 1 +sinusoidal/8 1 +sinusoid 1 +Sioux/2 1 +sip/47 1 +siphon/23 1 +sipper/1 1 +sir/1 1 +Sir/1 1 +sir/58 1 +sire/28 1 +siree/2 1 +siren/1 1 +sires 1440 +Sirius/2 1 +sirloin/1 1 +sirocco/1 1 +sirrah 1 +sirree/2 1 +sirup/18 1 +sis/4 1 +sisal/2 1 +sissified +sissy/42 1 +sister/30 1 +Sister/1 1 +sister/58 1 +sisterhood/1 1 +sisterly/140 1 +Sistine +Si 1441 +Sisyphean +Sisyphus/2 1 +sit/88 1442 +sitar/1 1 +sitarist/1 1 +sitcom/1 1 +site/28 1 +sitings +sitter/1 1 +sitting/1 1 +situate/6 1 +situation/1 1 +situational 1 +situationist +situp/1 1 +Siva/2 1 +Sivan/2 1 +six/4 1 +sixfold 1 +sixpence/1 1 +sixpenny 1 +sixshooter/2 1 +sixteen/1 1 +sixteenth/1 1 +sixteen 1 +sixth/30 1 +sixtieth/1 1 +six 1 +sixty/15 1 +sizable 1 +size/139 1 +sizer 1 +sizing/2 1 +sizzle/28 1 +sizzler/10 1 +sizzling 1 +SJ +Sjaelland/2 1 +SK +ska/2 1 +skate/28 1 +skateboard/23 1 +skateboarder/1 1 +skateboarding/2 1 +skater/1 1 +skating/2 1 +skedaddle/28 1 +skeet/2 1 +skeeter/10 1 +skein/18 1 +skeletal +skeleton/1 1 +skeptic/1 1 +skeptical/8 1 +skepticism/2 1 +skeptic 1 +skerries +sketch/22 1 +sketchbook/10 1 +sketcher/1 1 +sketchpad/10 1 +sketchy/50 1 +skew/512 1 +skewbald/10 1 +skewer/23 1 +ski/272 1 +skibob/10 1 +skid/113 1 +skidpan/10 1 +skier/1 1 +skiff/18 1 +skiffle 1 +skiing/2 1 +skilful/8 1 +skill/62 1 +skillet/1 1 +skillful/16 1 +skim/335 1 +skimmer/1 1 +skimming 1 +skimp/11 1 +skimpy/50 1 +skin/513 1 +skincare/2 1 +skinflick/1 1 +skinflint/1 1 +skinful 1 +skinhead/1 1 +skinless 1 +Skinner/2 1 +skinner/10 1 +skintight 1 +skint 1 +skinny/111 1 +skip/47 1 +skipper/23 1 +Skippy/3 +skirmish/22 1 +skirmisher/10 1 +skirmishing 1 +skirt/23 1 +skirting 1 +skit/18 1 +skitter/11 1 +skittish/16 1 +skittle/70 1 +skive/6 1 +skiver/58 1 +skiving 1 +skivvy/56 1 +skoal/18 1 +Skopje +skua/10 1 +skulduggery/2 1 +skulk/5 1 +skulker/1 1 +skulking 1 +skull/1 1 +skullcap/1 1 +skullduggery/2 1 +skunk/23 1 +sky/56 1 +skycap/1 1 +skydive/6 1 +skydiver/1 1 +skydiving/2 1 +Skye +skyjack/11 1 +skyjacker/1 1 +skyjacking/1 1 +Skylab/2 1 +skylark/23 1 +skylight/1 1 +skyline/18 1 +Skype/3 +skyrocket/23 1 +skyscraper/1 1 +skyward/10 1 +skywriter/1 1 +skywriting/2 1 +slab/136 1 +slabbing 1 +slack/514 1 +slacken/11 1 +slackening 1 +slacker/1 1 +Slackware/3 +slag/92 1 +slagheap/10 1 +slain +slake/6 1 +slalom/23 1 +slam/160 1 +slammer/1 1 +slamming 1 +slander/23 1 +slanderer/1 1 +slanderous 1 +slang/334 1 +slanging 1 +slangy/34 1 +slant/23 1 +slanting/8 1 +slant 1 +slantwise 1 +slap/296 1 +slapdash 1 +slaphappy/34 1 +slapper/10 1 +slapstick/2 1 +slash/22 1 +Slashdot/3 +slasher/1 1 +slashing 1 +slat/515 1 +slate/28 1 +Slater/3 +slather/11 1 +slating 1 +slattern/1 1 +slatternly 1 +slaughter/23 1 +slaughterer/1 1 +slaughterhouse/1 1 +slaughterings +Slav/1 1 +slave/139 1 +slaveholder/1 1 +slaver/23 1 +slavery/2 1 +Slavic/2 1 +slavish/16 1 +Slavonic/2 1 +Slav 1 +slaw/2 1 +slay/121 1443 +slayed +slayer/1 1 +slaying/1 1 +sleaze/1 1 +sleazebag/10 1 +sleazeball/10 1 +sleazy/50 1 +sled/113 1 +sledder/1 1 +sledding 1 +sledge/28 1 +sledgehammer/23 1 +sledging 1 +sleek/98 1 +sleeker 1 +sleeking 1 +sleep/86 1444 +sleeper/1 1 +sleeping 1 +sleepless/16 1 +sleepover/1 1 +sleepwalk/11 1 +sleepwalker/1 1 +sleepwalking/2 1 +sleepwear/2 1 +sleepy/50 1 +sleepyhead/1 1 +sleet/23 1 +sleety/34 1 +sleeve/77 1 +sleeveless 1 +sleigh/23 1 +sleighing 1 +sleight/1 1 +slender/21 1 +slenderize/6 1 +slept 1445 +sleuth/86 1 +slew/23 1446 +slice/28 1 +slicer/1 1 +slicing 1 +slick/52 1 +slicker/1 1 +slicking 1 +slide/377 1 +slider/1 1 +sliding 1 +slid 1 +slier 1447 +sliest 1447 +slight/52 1 +slighter 1 +slighting/8 1 +slily +slim/516 1 +slime/18 1 +slimline +slimmer/10 1 +slimming/2 1 +slimy/49 1 +sling/86 1448 +slingback/10 1 +slingshot/1 1 +slink/141 1449 +Slinky/3 +slinky/34 1 +slip/47 1 +slipcase/1 1 +slipcover/18 1 +slipknot/1 1 +slippage/1 1 +slipper/18 1 +slippery/49 1 +slipping 1 +slippy 1 +slipshod 1 +slipstream/18 1 +slipway/1 1 +slit/403 1 +slither/23 1 +slithery 1 +slitted 1 +slitter 1 +sliver/23 1 +Sloan +Sloane/2 1 +slob/1 1 +slobbed +slobber/23 1 +slobbery 1 +slobbing +Slocum/3 +sloe/1 1 +slog/92 1 +slogan/1 1 +sloganeering +sloop/1 1 +slop/218 1 +slope/28 1 +sloping 1 +sloppy/50 1 +slosh/156 1 +slot/109 1 +sloth/18 1 +slothful/16 1 +slouch/22 1 +sloucher/1 1 +slouching 1 +slouchy/34 1 +slough/23 1 +Slovak/1 1 +Slovakia +Slovakian 1 +sloven/1 1 +Slovene/1 1 +Slovenia/2 1 +Slovenian/1 1 +slovenly/49 1 +slow/98 1 +slowcoach/89 1 +slowdown/1 1 +slowing 1 +slowish +slowpoke/1 1 +SLR +sludge/2 1 +sludgy/34 1 +slue/28 1 +slug/92 1 +sluggard/1 1 +slugger/1 1 +sluggish/16 1 +sluice/28 1 +slum/335 1 +slumber/23 1 +slumbering 1 +slumberous 1 +slumbrous 1 +slumlord/1 1 +slummer 1 +slumming 1 +slummy/34 1 +slump/23 1 +slung 1450 +slunk 1451 +slur/103 1 +slurp/23 1 +Slurpee/3 +slurry/2 1 +slush/2 1 +slushy/49 1 +slut/1 1 +sluttish 1 +slutty/34 1 +sly/517 1 +slyly +Sm/2 1 +smack/78 1 +smacker/1 1 +smacking 1 +Small/3 +small/518 1 +smallholder/10 1 +smallholding/10 1 +smallish 1 +smallpox/2 1 +smalltalk +smarmy/34 1 +smart/514 1 +smarten/11 1 +smarting 1 +smarty/15 1 +smartypants/2 1 +smash/147 1 +smasher/1 1 +smashing 1 +smashup/1 1 +smattering/1 1 +smear/23 1 +smeary/34 1 +smegma 1 +smell/519 1 +smellable +smelling 1 +smelt/23 1 +smelter/1 1 +smelting 1 +smelly/49 1 +Smetana +smidgen/1 1 +smidgeon/1 1 +smidgin/1 1 +smilax/2 1 +smile/28 1 +smiler 1 +smiley/1 1 +smiling/8 1 +smirch/22 1 +smirk/23 1 +Smirnoff/3 +smite/317 1452 +Smith +smith/18 1 +smithereens/2 1 +Smithson +Smithsonian/3 +smithy/15 1 +smock/23 1 +smocking/2 1 +smog/1 1 +smoggy/34 1 +smoke/28 1 +smokehouse/1 1 +smokeless 1 +smoker/1 1 +smokescreen/1 1 +smokestack/1 1 +Smokey/3 +smokey 1453 +smokier 1454 +smokiest 1454 +smokiness/3 +smoking/2 1 +smoky/34 1 +smolder/23 1 +smoldering 1 +Smolensk +Smollett +smooch/22 1 +smoochy +smooth/520 1 +smoother 1 +smoothie/1 1 +smoothing 1 +smoothy/60 1 +smorgasbord/1 1 +smote 1455 +smother/23 1 +smouldered +smoulders +smoulder's +smudge/28 1 +smudged 1 +smudgy/34 1 +smug/521 1 +smuggle/6 1 +smuggler/1 1 +smuggling/2 1 +smug 1 +smurf/58 1 +smut/18 1 +Smuts +smutty/49 1 +Smyrna +Sn/2 1 +snack/23 1 +snaffle/28 1 +snafu/18 1 +snag/92 1 +snail/23 1 +snake/1 1 +Snake/2 1 +snake/6 1 +snakebite/1 1 +snakelike +snakeskin 1 +snakier 1456 +snakiest 1456 +snaky/34 1 +snap/296 1 +snapdragon/1 1 +snapper/1 1 +snapping 1 +snappish/16 1 +Snapple/3 +snappy/50 1 +snapshot/18 1 +snare/28 1 +snarf/11 1 +snaring 1 +snark/10 1 +snarl/23 1 +snarlingly 1 +snarling 1 +snarly/34 1 +snatch/22 1 +snatcher/1 1 +snazzily 1 +snazzy/34 1 +Snead/3 +sneak/78 1 +sneaker/1 1 +sneaking/8 1 +sneaky/50 1 +sneer/23 1 +sneering/191 1 +sneeze/28 1 +sneezing 1 +Snell/3 +snick/5 1 +snicker/23 1 +Snickers/3 +snide/45 1 +Snider/3 +snide 1 +sniff/23 1 +sniffer/1 1 +sniffing 1 +sniffle/28 1 +sniffling 1 +sniffy/34 1 +snifter/18 1 +snigger/23 1 +sniggering 1 +snip/218 1 +snipe/28 1 +sniper/1 1 +sniping 1 +snippet/1 1 +snipping 1 +snippy/34 1 +snit/1 1 +snitch/22 1 +snivel/23 1 +sniveler/1 1 +snob/1 1 +snobbery/2 1 +snobbish/16 1 +snobby/34 1 +snog/117 1 +snood/18 1 +snooker/23 1 +snoop/23 1 +snooper/1 1 +Snoopy/3 +snoopy/34 1 +snoot/18 1 +snooty/50 1 +snooze/28 1 +snore/28 1 +snorer/1 1 +snoring 1 +snorkel/23 1 +snorkeler/1 1 +snorkeling/2 1 +snort/23 1 +snorter/1 1 +snorting 1 +snot/18 1 +snotty/50 1 +snout/18 1 +Snow +snow/23 1 +snowball/23 1 +snowbank/1 1 +Snowbelt 1 +snowbird/1 1 +snowboard/23 1 +snowboarder/1 1 +snowboarding/2 1 +snowbound 1 +snowdrift/1 1 +snowdrop/1 1 +snowfall/1 1 +snowfield/1 1 +snowflake/1 1 +snowline 1 +snowman/2 1457 +snowmen 1458 +snowmobile/28 1 +snowmobiling 1 +snowplough/10 1 +snowplow/23 1 +snowshed 1 +snowshoe/86 1 +snowstorm/1 1 +snowsuit/1 1 +snowy/49 1 +snub/136 1 +snubbing 1 +snub 1 +snuff/216 1 +snuffbox/4 1 +snuffer/1 1 +snuffing 1 +snuffle/28 1 +snuffling 1 +snug/522 1 +snuggle/28 1 +Snyder/3 +SO +so/2 1 +soak/23 1 +soaking/1 1 +soap/23 1 +soapbox/40 1 +soapiness/3 +soapstone/2 1 +soapsuds/2 1 +soapy/34 1 +soar/23 1 +soaring/8 1 +Soave/2 1 +sob/1 1 +SOB/2 1 +sob/145 1 +sobbingly 1 +sobbing 1 +sober/98 1 +sobering 1 +sobriety/2 1 +sobriquet/1 1 +Soc +soc/523 1 +soccer/2 1 +sociability/2 1 +sociable/82 1 +social/30 1 +socialism/2 1 +socialist/1 1 +socialistic 1 +socialite/1 1 +socialization/2 1 +socialize/6 1 +societal +society/15 1 +sociobiology 1 +sociocultural 1 +socioeconomic/39 1 +sociolinguistic/10 1 +sociolinguists +sociological/8 1 +sociologist/1 1 +sociology/2 1 +sociopath/1 1 +sociopolitical +sock/23 1 +socket/18 1 +sockeye/1 1 +Socorro/3 +Socrates/2 1 +Socratic 1 +sod/113 1 +soda/1 1 +sodden/8 1459 +Soddy +sodium/2 1 +Sodom/2 1 +sodomite/1 1 +sodomize/6 1 +sodomy/2 1 +sod 1460 +soever 1 +sofa/1 1 +sofabed/1 1 +Sofia/2 1 +soft/21 1 +softback 1 +softball/1 1 +softbound 1 +softcover 1 +soften/11 1 +softener/1 1 +softening 1 +softhearted 1 +softie/1 1 +soft 1 +software/2 1 +softwood/1 1 +softy/15 1 +soggily 1 +soggy/49 1 +Soho +soh 1 +soignee 1 +soigne 1 +soil/23 1 +soiling 1 +soiree/1 1 +sojourn/23 1 +sojourner/1 1 +sojourning 1 +sol/1 1 +Sol/2 1 +sol/58 1 +solace/28 1 +solaria 1461 +solarium/2 1462 +solar 1 +solder/23 1 +solderer/1 1 +soldering 1 +soldier/23 1 +soldiering 1 +soldierly 1 +soldiery/2 1 +sold 1463 +sole/54 1 +solecism/1 1 +solemn/21 1 +solemness/3 +solemnify/31 1 +solemnity/15 1 +solemnization/2 1 +solemnize/6 1 +solenoid/1 1 +solenoidal 1 +solicit/11 1 +solicitation/1 1 +soliciting 1 +solicitor/1 1 +solicitous/16 1 +solicitude/2 1 +solid/38 1 +solidarity/2 1 +solidification/2 1 +solidify/31 1 +solidi 1464 +solidity/2 1 +solidus/2 1465 +soliloquize/6 1 +soliloquy/15 1 +soling 1 +solipsism/1 1 +solipsist/10 1 +solipsistic +Solis/3 +solitaire/1 1 +solitary/524 1 +solitude/1 1 +solo/23 1 +soloist/1 1 +Solomon 1 +Solon +solo 1 +solstice/1 1 +solubility/2 1 +soluble/1 1 +solute/1 1 +solution/1 1 +solvable 1 +solve/6 1 +solvency/2 1 +solvent/1 1 +solver/1 1 +Solzhenitsyn +Somali/1 1 +Somalia/2 1 +Somalian/1 1 +somatic +somber/16 1 +sombrero/1 1 +sombre 1 +somebody/15 1 +someday +somehow +someone/1 1 +someplace +somersault/23 1 +somerset/109 1 +something/1 1 +sometime/10 1 +some 1 +someway/10 1 +somewhat/10 1 +somewhere 1 +Somme/2 1 +somnambulism/2 1 +somnambulist/1 1 +somnolence/2 1 +somnolent 1 +Somoza/3 +son/1 1 +Son/2 1 +sonar/1 1 +sonata/1 1 +sonatina/1 1 +Sondheim +Sondra/3 +song/1 1 +songbird/1 1 +songbook/1 1 +songfest/1 1 +Songhai/2 1 +Songhua/3 +songster/1 1 +songstress/4 1 +songwriter/1 1 +songwriting 1 +Sonia/3 +sonically +sonic 1 +Sonja/3 +sonnet/18 1 +sonofabitch +sonogram/1 1 +Sonora/2 1 +sonority/15 1 +sonorous/16 1 +sonsofbitches +Sontag/3 +Sony/3 +Sonya/3 +Sonny/3 +sonny/15 1 +soon/166 1 +sooner 1 +soonish +soot/2 1 +sooth/525 1 +soothe/253 1 +soother/1 1 +soothing/8 1 +soothsayer/1 1 +soothsaying/2 1 +soot 1 +sooty/34 1 +sop/1 1 +SOP/2 1 +sop/105 1 +Sophia +Sophie/3 +sophism/2 1 +sophist/1 1 +sophistical 1 +sophisticate/28 1 +sophistication/2 1 +sophistic 1 +sophistry/15 1 +Sophoclean +Sophocles +sophomore/1 1 +sophomoric +soporific/1 1 +soporifically +sopping 1 +soppy/34 1 +soprano/1 1 +Sopwith/3 +sorbet/1 1 +Sorbonne/3 +sorcerer/1 1 +sorceress/4 1 +sorcery/2 1 +sordid/16 1 +sore/526 1 +sorehead/1 1 +sorghum/2 1 +sorority/15 1 +sorrel/1 1 +sorrow/23 1 +sorrowful/16 1 +sorrowing 1 +sorry/50 1 +sort/23 1 +sorta +sortable 1 +sorter/1 1 +sortie/63 1 +sorting 1 +SOs +SOS/4 1 +Sosa/3 +sot/1 1 +Soto/3 +so 1 +sottish 1 +sou/1 1 +soubriquet/1 1 +souffle/1 1 +sough/23 1 +soughing 1 +sought 1466 +souk/10 1 +soul/1 1 +souled +soulful/16 1 +soulless/8 1 +soullessness +soulless 1 +soul 1 +sound/52 1 +soundbite/10 1 +soundboard/1 1 +sounder/1 1 +sounding/1 1 +soundless/8 1 +soundproof/11 1 +soundproofing/2 1 +soundproof 1 +soundtrack/1 1 +soup/23 1 +soupcon/1 1 +Souphanouvong/3 +soupy/34 1 +sour/52 1 +source/28 1 +sourceless 1 +sourdough/1 1 +souring 1 +sourish 1 +sourpuss/4 1 +sous/7 1 +Sousa/2 1 +sousaphone/1 1 +souse/28 1 +sousing 1 +South/1 1 +south/2 1 +Southampton +southbound 1 +southeast/44 1 +Southeast/1 1 +southeast/2 1 +southeaster/1 1 +southeasterly +southeastern +southeastward/10 1 +southerlies +southerly's +southerly 1 +southern/129 1 +southerner/1 1 +Southerner/1 1 +southernmost +Southern 1 +Southey +southpaw/1 1 +south 1 +South 1 +south 1 +southward/1 1 +southwest/44 1 +Southwest/1 1 +southwest/2 1 +southwester/1 1 +southwesterly +southwestern +southwestward/10 1 +souvenir/1 1 +sou'wester +sovereign/1 1 +sovereignty/2 1 +soviet/1 1 +Soviet 1 +sow/504 1 +sower/1 1 +Soweto/2 1 +sowing 1 +soy/2 1 +soya/2 1 +soybean/1 1 +Soyinka/3 +Soyuz +sozzled +Sp +spa/1 1 +Spaatz/3 +space/139 1 +spacecraft/1 1 +spaceflight/1 1 +spaceman/2 1467 +spacemen 1468 +spaceport/1 1 +spacer/1 1 +spaceship/1 1 +spacesuit/1 1 +spacewalk/23 1 +spacewoman/2 1469 +spacewomen 1470 +spacey 1471 +spacial 1 +spacier 1472 +spaciest 1472 +spaciness/3 +spacing/1 1 +spacious/16 1 +Spackle 1 +spacy/34 1 +spade/28 1 +spadeful/1 1 +spadework/2 1 +spadix/184 1 +spaghetti/2 1 +Spahn/3 +Spain/2 1 +spake 1473 +Spam/2 1 +spam/114 1 +spamblock +spamblocks +spammer/1 1 +Span +span/133 1 +spandex/2 1 +spandrels +spangle/28 1 +spangling 1 +Spanglish 1 +spangly 1 +Spaniard/1 1 +spaniel/18 1 +Spanish/2 1 +spank/23 1 +spanker 1 +spanking/1 1 +spanner/1 1 +spar/103 1 +spare/107 1 +spareribs +spareribs's +sparer 1 +sparing/8 1 +spark/23 1 +sparkle/28 1 +sparkler/1 1 +sparklingly +sparkling 1 +sparkly 1 +Sparks +sparky/34 1 +sparring 1 +sparrow/1 1 +sparrowhawk +sparrowhawks +spars/166 1 +sparse/27 1 +sparsity/2 1 +Sparta/2 1 +Spartacus +Spartan/1 1 +spartan 1 +Spartan 1 +spar 1 +spasm/18 1 +spasmodic/39 1 +spastic/1 1 +spat/109 1 +spate/1 1 +spathe/1 1 +spatial/8 1 +spat 1474 +spatter/23 1 +spatula/1 1 +spavin/2 1 +spavined +spawn/23 1 +spawning 1 +spay/11 1 +SPCA +speak/121 1475 +speakable 1 +speakeasy/15 1 +speaker/1 1 +speakerphone/10 1 +Speaker 1 +speaking/10 1 +spear/23 1 +spearfish/22 1 +spearhead/23 1 +spearmint/2 1 +Spears +spec/451 1 +special/527 1 +specialism/10 1 +specialist/1 1 +specialization/1 1 +specialize/6 1 +specialty/15 1 +specie/130 1 +specif +specifiable +specifiably +specific/51 1 +specification/1 1 +specificity/2 1 +specificness +specifier/10 1 +specify/31 1 +specimen/1 1 +specious/16 1 +speck/23 1 +specked 1 +speckle/28 1 +speckling 1 +spectacle/130 1 +spectacular/30 1 +spectate/6 1 +spectator/1 1 +specter/1 1 +spectral 1 +spectra 1476 +spectrogram 1 +spectrograph 1 +spectrometer/1 1 +spectrometric +spectrometry 1 +spectrophotometer 1 +spectrophotometry 1 +spectroscope/1 1 +spectroscopic +spectroscopically +spectroscopy/2 1 +spectrum/2 1477 +spec 1 +specular 1 +speculate/6 1 +speculation/1 1 +speculative/8 1 +speculator/1 1 +speculum 1 +sped 1478 +speech/40 1 +speechify/31 1 +speechless/16 1 +speechwriter/10 1 +speed/86 1479 +speedboat/1 1 +speeder/1 1 +speeding/2 1 +speedometer/1 1 +speedster/1 1 +speedup/1 1 +speedway/1 1 +speedwell/2 1 +speedy/50 1 +Speer/3 +speleological +speleologist/1 1 +speleology/2 1 +spell/23 1 +spellable +spellbind/121 1480 +spellbinder/1 1 +spellbound 1481 +spellchecker/10 1 +spelldown/1 1 +speller/1 1 +spelling/1 1 +spelunker/1 1 +spelunking/2 1 +Spence +Spencer +Spencerian +spend/382 1 +spendable 1 +spender/1 1 +spending/2 1 +spendthrift/1 1 +Spengler/3 +Spenglerian 1 +Spenser/2 1 +Spenserian 1 +sperm/1 1 +spermatozoa 1482 +spermatozoon/2 1483 +spermicidal +spermicide/1 1 +Sperry/3 +spew/23 1 +spewer/1 1 +SPF +sphagnum/1 1 +sphere/18 1 +spherical/8 1 +spheroid/1 1 +spheroidal +sphincter/1 1 +Sphinx/2 1 +sphinx/4 1 +spic/5 1 +Spica/2 1 +spice/28 1 +spicier 1484 +spiciest 1484 +spic 1 +spicule/1 1 +spicy/50 1 +spider/1 1 +spiderweb/18 1 +spidery/34 1 +spiel/23 1 +Spielberg/3 +spiff/11 1 +spiffy/34 1 +spigot/1 1 +spik/70 1 +spike/28 1 +spikier 1485 +spikiest 1485 +spiky/49 1 +spill/23 1 +spillage/1 1 +Spillane/3 +spiller 1 +spilling 1 +spillover/1 1 +spillway/1 1 +spin/442 1486 +spinach/2 1 +spinal/30 1 +spindle/28 1 +spindling 1 +spindly/34 1 +spindrift 1 +spine/1 1 +spineless/83 1 +spinet/1 1 +spinnaker/1 1 +spinner/1 1 +spinneret/1 1 +spinney/10 1 +spinning/2 1 +spinoff/1 1 +Spinoza +spinster/1 1 +spinsterhood/2 1 +spinsterish +Spinx/3 +spiny/34 1 +spiracle/1 1 +spiraea/1 1 +spiral/210 1 +spire/18 1 +spirea/1 1 +spirit/23 1 +spirited/8 1 +spiriting 1 +spiritless 1 +spiritual/30 1 +spiritualism/2 1 +spiritualist/1 1 +spiritualistic 1 +spirituality/2 1 +spirituous 1 +Spiro/3 +spirochete/1 1 +Spirograph/3 +spiry/34 1 +spit/109 1487 +spitball/1 1 +spite/28 1 +spiteful/85 1 +spitfire/1 1 +Spitsbergen/2 1 +spitting 1 +spittle/2 1 +spittoon/1 1 +Spitz/3 +spiv/10 1 +splash/22 1 +splashdown/1 1 +splashily 1 +splashing 1 +splashy/49 1 +splat/109 1 +splatter/23 1 +splay/23 1 +splayfeet 1488 +splayfoot/2 1489 +splayfooted +splayfoot 1 +splay 1 +spleen/1 1 +splendid/75 1 +splendor/1 1 +splendorous +splenetic 1 +splice/28 1 +splicer/1 1 +spliff/10 1 +spline/70 1 +splint/23 1 +splinter/23 1 +splintery 1 +split/128 1 +splittable +splitter/10 1 +splitting/1 1 +splodge/70 1 +splosh/7 1 +splotch/22 1 +splotchy/34 1 +splurge/28 1 +splutter/23 1 +spluttering 1 +Spock +spoil/23 1 +spoilage/2 1 +spoiler/1 1 +spoilsport/1 1 +Spokane +spoke/18 1 +spoken 1473 +spokeshave/10 1 +spokesman/2 1490 +spokesmen 1491 +spokespeople 1492 +spokesperson/1 1493 +spoke 1473 +spokeswoman/2 1494 +spokeswomen 1495 +spoliation/2 1 +sponge/28 1 +spongecake/2 1 +sponger/1 1 +spongy/49 1 +sponsor/23 1 +sponsorship/1 1 +spontaneity/2 1 +spontaneous/8 1 +spoof/23 1 +spook/23 1 +spooky/49 1 +spool/23 1 +spooling 1 +spoon/23 1 +spoonbill/1 1 +spoonerism/1 1 +spoonful/1 1 +spoor/23 1 +sporadic/39 1 +spore/28 1 +sporran/10 1 +sport/23 1 +sporting/8 1 +sportive/8 1 +sportscast/86 1 +sportscaster/1 1 +sportscasting 1 +sportsman/2 1496 +sportsmanlike +sportsmanship/2 1 +sportsmen 1497 +sportspeople +sportsperson +sportswear/2 1 +sportswoman/2 1498 +sportswomen 1499 +sportswriter/1 1 +sport 1 +sporty/49 1 +spot/403 1 +spotless/16 1 +spotlight/23 1500 +spotlit 1501 +spotted 1 +spotter/1 1 +spotting 1 +spotty/50 1 +spousal/1 1 +spouse/18 1 +spout/23 1 +spouting 1 +sprain/23 1 +sprang 1502 +sprat/1 1 +sprawl/23 1 +spray/23 1 +sprayer/1 1 +spread/86 1 +spreadable 1 +spreadeagled +spreader/1 1 +spreading 1 +spreadsheet/1 1 +spree/63 1 +sprig/361 1 +sprightly/49 1 +spring/408 1503 +springboard/1 1 +springbok/1 1 +springer 1 +Springfield/2 1 +springing 1 +springlike 1 +Springsteen/3 +springtime/2 1 +springy/50 1 +sprinkle/28 1 +sprinkler/1 1 +sprinkling/1 1 +Sprint/3 +sprint/23 1 +sprinter/1 1 +sprinting 1 +Sprite/3 +sprite/1 1 +spritz/22 1 +spritzer/1 1 +sprocket/1 1 +sprog/10 1 +sprout/23 1 +sprouting 1 +spruce/107 1 +sprung 1502 +spry/528 1 +spryness/3 +spud/18 1 +spume/28 1 +spumone/2 1 +spumoni/2 1 +spumy/34 1 +spunk/18 1 +spunky/34 1 +spun 1504 +spur/103 1 +spurge/2 1 +spurious/16 1 +spurn/5 1 +spurning 1 +spurring 1 +spurt/23 1 +sputa 1505 +sputnik/1 1 +Sputnik 1 +sputter/23 1 +sputtering 1 +sputum/2 1506 +spy/56 1 +spyglass/4 1 +spyhole 1 +spying 1 +spymaster/10 1 +sq +Sq +sqq +squab/18 1 +squabble/28 1 +squabbler/1 1 +squab 1 +squad/18 1 +squaddie/10 1 +squadron/18 1 +squalid/21 1 +squall/23 1 +squalling 1 +squalor/2 1 +squally/34 1 +squamous 1 +squander/5 1 +squandering 1 +Squanto +square/107 1 +squarer 1 +squaring 1 +squarish 1 +squash/22 1 +squashy/34 1 +squat/529 1 +squatter/18 1 +squaw/1 1 +squawk/23 1 +squawker/1 1 +squawking 1 +squeak/23 1 +squeaker/1 1 +squeakily 1 +squeakiness/3 +squeaking 1 +squeaky/34 1 +squeal/23 1 +squealer/1 1 +squealing 1 +squeamish/16 1 +squeegee/63 1 +squeezable 1 +squeeze/28 1 +squeezebox/89 1 +squeezer/1 1 +squeezing 1 +squelch/22 1 +squelching 1 +squelchy/34 1 +squib/18 1 +Squibb/3 +squid/18 1 +squidgy +squiffy 1 +squiggle/28 1 +squiggly/34 1 +squint/179 1 +squinter 1 +squinting 1 +squire/28 1 +squires 1 +squirm/23 1 +squirming 1 +squirmy/34 1 +squirrel/23 1 +squirt/23 1 +squirting 1 +squish/22 1 +squishy/34 1 +Sr/2 1 +Srinagar +Srivijaya/3 +SRO +SS +SSA +SSE/2 1 +ssh +SSS +SST +SSW/2 1 +st +St +ST +Sta +stab/136 1 +stabber/1 1 +stabbing/1 1 +stability/2 1 +stabilizability +stabilization/2 1 +stabilize/6 1 +stabilizer/1 1 +stable/530 1 +stableman/2 1507 +stablemate/10 1 +stablemen 1508 +stabler 1 +stabling 1 +staccato/1 1 +Stacey/3 +Staci/3 +Stacie/3 +stack/23 1 +stacker 1 +stacking 1 +Stacy/3 +stadium/1 1 +Stael/3 +staff/78 1 +staffer/1 1 +staffing/2 1 +Stafford +staffroom 1 +stag/531 1 +stage/28 1 +stagecoach/4 1 +stagecraft/2 1 +stagehand/1 1 +stagestruck +stagey 1509 +stagflation/2 1 +stagger/23 1 +staggering/8 1 +stagier 1510 +stagiest 1510 +staging/1 1 +stagnancy/2 1 +stagnant/8 1 +stagnate/6 1 +stagnation/2 1 +stagy/34 1 +staid/21 1 +stain/23 1 +stainer 1 +staining 1 +stainless/2 1 +stair/1 1 +staircase/1 1 +StairMaster +stairway/1 1 +stairwell/1 1 +stake/28 1 +stakeholder/1 1 +stakeout/1 1 +stalactite/1 1 +stalagmite/1 1 +stale/532 1 +stalemate/28 1 +Stalin/2 1 +Stalingrad/2 1 +Stalinist 1 +stalk/23 1 +stalker/1 1 +stalking/1 1 +stall/23 1 +stallholder/10 1 +stalling 1 +stallion/1 1 +Stallone/3 +stalwart/30 1 +stamen/1 1 +Stamford +stamina/2 1 +stammer/23 1 +stammerer/1 1 +stammering/8 1 +stamp/23 1 +stampede/28 1 +stamped 1 +stamper/1 1 +stamping/10 1 +Stan/3 +stance/1 1 +stanch/533 1 +stancher 1 +stanching 1 +stanchion/18 1 +stand/86 1511 +standalone +standard/1 1 +standardization/1 1 +standardize/6 1 +standard 1 +standby/1 1 +standee/1 1 +stander/1 1 +standing/1 1 +Standish +standoff/1 1 +standoffish 1 +standout/1 1 +standpipe/1 1 +standpoint/1 1 +standstill/1 1 +standup/2 1 +Stanford/2 1 +Stanislavsky +stank 1512 +Stanley +Stanton +stanza/1 1 +stapes 1 +staph/2 1 +staphylococcal +staphylococci 1513 +staphylococcus/2 1514 +staple/139 1 +stapler/1 1 +Staples/3 +stapling 1 +star/445 1 +starboard/2 1 +Starbucks +starch/22 1 +starchy/50 1 +stardom/2 1 +stardust/2 1 +stare/28 1 +starer/1 1 +starfish/4 1 +starfruit 1 +stargaze/6 1 +stargazer/1 1 +stargazing 1 +staring 1 +Stark +stark/21 1 +starker/10 1 +Starkey/3 +stark 1 +starless 1 +starlet/1 1 +starlight/2 1 +starling/1 1 +starlit 1 +Starr/3 +starring 1 +starry/34 1 +starstruck +start/23 1 +starter/1 1 +starting 1 +startle/43 1 +startling/8 1 +starvation/2 1 +starve/6 1 +starved 1 +starveling/1 1 +starving/10 1 +stash/22 1 +stasis 1 +stat/18 1 +state/342 1 +statecraft/2 1 +stated 1 +statehood/2 1 +statehouse/1 1 +Statehouse/1 1 +stateless/33 1 +stately/140 1 +statement/1 1 +statemented +statementing +Staten/3 +stateroom/1 1 +stater 1 +States +stateside +Stateside +statesman/2 1515 +statesmanlike +statesmanship/2 1 +statesmen 1516 +stateswoman/2 1517 +stateswomen 1518 +statewide +static/51 1 +statical +station/23 1 +stationary 1 +stationer/1 1 +stationery/2 1 +stationmaster/10 1 +statistic/1 1 +statistical/8 1 +statistician/1 1 +stator/10 1 +statuary/2 1 +statue/18 1 +statuesque +statuette/1 1 +stature/1 1 +status/4 1 +statute/1 1 +statutory/211 1 +Staubach/3 +staunch/534 1 +stave/330 1519 +stay/478 1 +stayer/10 1 +staying 1 +std +STD +stdio +Ste +stead/18 1 +steadfast/16 1 +Steadicam +steadier 1 +steady/275 1 +steadying 1 +steak/1 1 +steakhouse/1 1 +steal/86 1520 +stealer 1 +stealing 1 +stealth/2 1 +stealthy/50 1 +steam/78 1 +steamboat/1 1 +steamer/18 1 +steamfitter/1 1 +steamfitting/2 1 +steaming 1 +steamroll/11 1 +steamroller/23 1 +steamship/1 1 +steamy/49 1 +steed/1 1 +steel/23 1 +Steele +steeling 1 +steelmaker/10 1 +steel 1 +steelwork/32 1 +steelworker/1 1 +steely/49 1 +steelyard/1 1 +steep/52 1 +steepen/11 1 +steeper 1 +steeple/1 1 +steeplechase/18 1 +steeplechaser 1 +steeplejack/1 1 +steer/23 1 +steerable 1 +steerage/2 1 +steering/2 1 +steersman/2 1521 +steersmen 1522 +Stefan/3 +Stefanie/3 +stegosauri 1523 +stegosaurus/4 1524 +Stein +stein/18 1 +Steinbeck +Steinem/3 +Steiner +Steinmetz/3 +Steinway/3 +Stella +stellar 1 +stellated +stem/160 1 +stemless 1 +stemware/2 1 +stench/40 1 +stencil/23 1 +Stendhal +Stengel/3 +steno/1 1 +stenographer/1 1 +stenographic +stenography/2 1 +stenos 1 +stentorian +step/47 1 +stepbrother/1 1 +stepchild/155 1 +stepdaughter/1 1 +stepfather/1 1 +Stephan/3 +Stephanie/3 +Stephen +Stephens +Stephenson +stepladder/1 1 +stepmother/1 1 +stepparent/1 1 +steppe/28 1 +stepper/1 1 +steppingstone/1 1 +stepsister/1 1 +stepson/1 1 +stepwise 1 +steradians +stereo/18 1 +stereographic +stereophonic 1 +stereoscope/1 1 +stereoscopic +stereoscopically +stereoscopy 1 +stereo 1 +stereotype/28 1 +stereotypical +stereotypically +stereotyping 1 +sterile 1 +sterility/2 1 +sterilization/1 1 +sterilize/6 1 +sterilizer/1 1 +Sterling/3 +sterling/2 1 +Stern +stern/455 1 +Sterne/3 +Sterno 1 +sternum/1 1 +steroid/1 1 +steroidal +stertorous 1 +stet/12 1 +stethoscope/1 1 +stetson/1 1 +Stetson/2 1 +Steuben/3 +Steve/3 +stevedore/18 1 +Steven/3 +Stevens +Stevenson +Stevie/3 +stew/23 1 +steward/23 1 +stewardess/4 1 +stewardship/2 1 +Stewart/3 +stewing 1 +stick/86 1525 +sticker/18 1 +sticking 1 +stickleback/1 1 +stickler/1 1 +stickpin/1 1 +stickup/1 1 +sticky/535 1 +sticky's +Stieglitz/3 +stiff/52 1 +stiffen/11 1 +stiffener/1 1 +stiffening/2 1 +stifle/43 1 +stifling/10 1 +stiflingly 1 +stigma/536 1 +stigmata 1 +stigmatic 1 +stigmatization/2 1 +stigmatize/6 1 +stile/18 1 +stiletto/18 1 +still/165 1 +stillbirth/1 1 +stillborn 1 +stiller 1 +stilling 1 +stilt/62 1 +stilted/8 1 +Stilton/1 1 +Stimson/3 +stimulant/1 1 +stimulate/6 1 +stimulating 1 +stimulation/2 1 +stimulative 1 +stimulator 1 +stimulatory +stimuli 1526 +stimulus/2 1527 +Stine/3 +sting/86 1528 +stinger/1 1 +stinging 1 +stingray/1 1 +stingy/50 1 +stink/86 1529 +stinkbug/1 1 +stinker/1 1 +stinking 1 +stinky/34 1 +stint/23 1 +stinting 1 +stipend/1 1 +stipendiary/60 1 +stipple/28 1 +stippling/2 1 +stipulate/6 1 +stipulation/1 1 +stir/103 1 +Stirling +stirrer/1 1 +stirring/191 1 +stirrup/1 1 +stitch/22 1 +stitchery/2 1 +stitching/2 1 +stoat/1 1 +stochastic 1 +stock/23 1 +stockade/28 1 +stockbreeder/1 1 +stockbroker/1 1 +stockbroking/2 1 +Stockhausen/3 +stockholder/1 1 +Stockholm/2 1 +stockinet/2 1 +stockinette/2 1 +stocking/1 1 +stockinged +stockist/10 1 +stockpile/28 1 +stockpiling 1 +stockpot/1 1 +stockroom/1 1 +stocktaking/2 1 +Stockton +stock 1 +stocky/50 1 +stockyard/1 1 +stodge 1 +stodgy/50 1 +stogie/1 1 +stogy/15 1 +stoic/1 1 +Stoic/1 1 +stoical/8 1 +Stoicism/1 1 +stoicism/2 1 +stoic 1 +Stoic 1 +stoke/6 1 +stoker/1 1 +Stokes/3 +STOL +stole/1 1 +stolen 1530 +stole 1530 +Stolichnaya/3 +stolid/21 1 +stolidity/2 1 +stolon/1 1 +Stolypin/3 +stoma/492 1 +stomach/23 1 +stomachache/1 1 +stomacher/1 1 +stomp/23 1 +Stone +stone/28 1 +Stonehenge +stoneless 1 +stonemason/1 1 +stone 1 +stonewall/11 1 +stonewalling 1 +stoneware/2 1 +stonewashed +stonework/2 1 +stoney 1531 +stonier 1532 +stoniest 1532 +stonkered +stonking +stony/50 1 +stood 1533 +stooge/18 1 +stool/18 1 +stoop/23 1 +stooping 1 +stop/47 1 +stopcock/1 1 +stopgap/1 1 +stoplight/1 1 +stopoff 1 +stopover/1 1 +stoppable 1 +stoppage/1 1 +Stoppard/3 +stopper/23 1 +stopping 1 +stopple/28 1 +stopwatch/4 1 +storage/2 1 +store/28 1 +storefront/1 1 +storehouse/1 1 +storekeeper/1 1 +storeroom/1 1 +store 1 +stork/1 1 +storm/23 1 +stormer +stormers +storming 1 +stormtroopers +stormy/50 1 +story/148 1 +storyboard/18 1 +storybook/1 1 +storyline 1 +storyteller/1 1 +storytelling/2 1 +stoup/1 1 +Stout +stout/38 1 +stouthearted 1 +stove/18 1 +stovepipe/1 1 +stove 1534 +stow/11 1 +stowage/2 1 +stowaway/1 1 +Stowe +stowing 1 +Strabo/3 +straddle/28 1 +straddler/1 1 +Stradivari 1 +Stradivarius 1 +strafe/28 1 +straggle/43 1 +straggler/1 1 +straggling 1 +straggly/34 1 +straight/455 1 +straightaway/1 1 +straightedge/1 1 +straighten/11 1 +straightener/1 1 +straightforward/94 1 +straightjacket/18 1 +straightway 1 +strain/23 1 +strained 1 +strainer/1 1 +straining 1 +strait/18 1 +straiten/11 1 +straitjacket/23 1 +straitlaced +strait 1 +strand/23 1 +strange/27 1 +stranger/18 1 +strangle/6 1 +stranglehold/1 1 +strangler/1 1 +strangling 1 +strangulate/6 1 +strangulation/2 1 +strap/47 1 +strapless/4 1 +strapping/2 1 +Strasbourg +stratagem/1 1 +strata 1535 +strategic/32 1 +strategical/8 1 +strategist/1 1 +strategy/15 1 +stratification/2 1 +stratify/31 1 +stratigraphic +stratigraphical +strati 1536 +stratosphere/1 1 +stratospheric +stratospherically +stratum/2 1537 +stratus/2 1538 +Strauss +Stravinsky/2 1 +straw/23 1 +strawberry/15 1 +straw 1 +stray/23 1 +straying 1 +stray 1 +streak/23 1 +streaked 1 +streaker/1 1 +streaking 1 +streaky/34 1 +stream/23 1 +streamer/1 1 +streaming 1 +streamline/43 1 +street/1 1 +streetcar/1 1 +streetlamp/10 1 +streetlight/1 1 +street 1 +streetwalker/1 1 +streetwise 1 +Streisand/3 +strength/1 1 +strengthen/11 1 +strengthener/1 1 +strengthening 1 +strenuous/16 1 +strep/2 1 +streptococcal +streptococci 1539 +streptococcus/2 1540 +streptomycin/2 1 +stress/22 1 +stressfulness +stressful 1 +stretch/147 1 +stretchability 1 +stretchable 1 +stretcher/23 1 +stretchmarks +stretchy/259 1 +strew/126 1 +strewing 1 +strewn 1 +strewth +stria/53 1 +striated +striation/1 1 +stricken 1541 +Strickland/3 +strict/21 1 +stricture/1 1 +stride/366 1542 +stridency/2 1 +strident/8 1 +strider 1 +strife/2 1543 +strike/73 1544 +strikebound +strikebreaker/1 1 +strikebreaking 1 +strikeout/1 1 +striker/1 1 +striking/191 1 +Strindberg +string/86 1545 +stringed 1 +stringency/2 1 +stringent/8 1 +stringer/1 1 +stringing 1 +stringy/49 1 +strip/296 1 +stripe/28 1 +stripey +striping 1 +stripling/1 1 +stripper/1 1 +stripping 1 +striptease/28 1 +stripteaser/1 1 +stripy/34 1 +strive/76 1546 +strives 1547 +striving 1 +strobe/1 1 +stroboscope/1 1 +stroboscopic +strode 1548 +stroke/28 1 +stroking 1 +stroll/23 1 +stroller/1 1 +strolling 1 +stromatolites +Stromboli +Strong/3 +strong/75 1 +strongbow +strongbox/4 1 +stronghold/1 1 +strongish +strongman/2 1549 +strongmen 1550 +strongroom/10 1 +strontium/2 1 +strop/47 1 +strophe/1 1 +strophic 1 +stroppily +stroppiness +stroppy/34 1 +strove 1551 +struck 1541 +structural/8 1 +structuralism 1 +structuralist/10 1 +structure/28 1 +structureless 1 +strudel/1 1 +struggle/28 1 +struggling 1 +strum/160 1 +strumpet/18 1 +strung 1552 +strut/109 1 +strutter 1 +strutting 1 +strychnine/2 1 +s 1 +Stu/3 +Stuart/1 1 +stub/136 1 +stubble/2 1 +stubbly/34 1 +stubborn/21 1 +stubby/34 1 +stucco/22 1 +stuck 1553 +stud/113 1 +studbook/1 1 +studding/2 1 +Studebaker/3 +student/1 1 +studentship/10 1 +studied/8 1 +studier/10 1 +studio/1 1 +studious/16 1 +studly/34 1 +stud 1 +study/56 1 +stuff/23 1 +stuffer 1 +stuffing/2 1 +stuffy/50 1 +stultification/2 1 +stultify/31 1 +stumble/28 1 +stumbler/1 1 +stumblingly +stump/23 1 +stumpy/34 1 +stun/537 1 +stung 1554 +stunk 1512 +stunner/10 1 +stunning/8 1 +stunt/23 1 +stunted 1 +stuntman 1555 +stuntmen 1556 +stupefaction/2 1 +stupefy/31 1 +stupefyingly +stupendous/8 1 +stupid/183 1 +stupidity/15 1 +stupor/1 1 +sturdy/50 1 +sturgeon/1 1 +stutter/23 1 +stutterer/1 1 +stuttering 1 +Stuttgart/2 1 +Stuyvesant +sty/167 1 +stye/18 1 +Stygian 1 +style/28 1 +styling 1 +stylish/16 1 +stylist/1 1 +stylistic/276 1 +styli 1557 +stylization 1 +stylize/6 1 +stylus/4 1558 +stymie/63 1 +stymy/148 1 +styptic/1 1 +styrene 1 +Styrofoam/1 1 +Styron/3 +Styx/2 1 +Suarez/3 +suasion/2 1 +suave/27 1 +suavity/2 1 +sub/136 1 +subaltern/1 1 +subaqua +subarctic 1 +subarea/1 1 +Subaru/3 +subatomic 1 +subbasement/1 1 +subbing 1 +subbranch/4 1 +subcategory/15 1 +subclass/538 1 +subclauses +subcommittee/1 1 +subcompact/1 1 +subconscious/239 1 +subcontinent/1 1 +subcontinental +subcontract/23 1 +subcontractor/1 1 +subcultural 1 +subculture/18 1 +subcutaneous/8 1 +subdivide/6 1 +subdivision/1 1 +subducted +subduction 1 +subdue/6 1 +subdued 1 +subeditor/10 1 +subfamilies +subfamily/3 +subfreezing +subgroup/1 1 +subharmonic +subharmonics +subhead/1 1 +subheading/1 1 +subhuman/1 1 +subj +subject/23 1 +subjection/2 1 +subjective/8 1 +subjectivity/2 1 +subject 1 +subjoin/11 1 +subjugate/6 1 +subjugation/2 1 +subjunctive/1 1 +sublayer +sublease/28 1 +sublet/128 1 +subletting 1 +sublieutenant/10 1 +sublimate/43 1 +sublimation/2 1 +sublime/404 1 +sublimer 1 +subliminal/8 1 +subliming 1 +sublimity/2 1 +sublunary +submarginal 1 +submarine/18 1 +submariner/1 1 +submerge/6 1 +submergence/2 1 +submerse/6 1 +submersible/1 1 +submersion/2 1 +submicroscopic 1 +submission/1 1 +submissive/16 1 +submit/12 1 +submittable +submitter/10 1 +submitting 1 +subnormal 1 +suboptimal +suborbital +suborder/1 1 +subordinate/28 1 +subordination/2 1 +suborn/11 1 +subornation/2 1 +subpena/23 1 +subplot/1 1 +subpoena/23 1 +subprofessional/1 1 +subprogram/10 1 +subroutine/1 1 +subscribe/6 1 +subscriber/1 1 +subscribing 1 +subscript/1 1 +subscription/1 1 +subscript 1 +subsection/1 1 +subsequent/8 1 +subservience/2 1 +subservient/8 1 +subset/1 1 +subside/6 1 +subsidence/2 1 +subsidiarity 1 +subsidiary/15 1 +subsidization/2 1 +subsidize/6 1 +subsidizer/1 1 +subsidy/15 1 +subsist/11 1 +subsistence/2 1 +subsoil/2 1 +subsonic +subspace/10 1 +subspecies/2 1 +substance/1 1 +substandard +substantial/8 1 +substantiate/6 1 +substantiation/1 1 +substantive/30 1 +substation/1 1 +substitutable +substitute/28 1 +substitution/1 1 +substrata 1559 +substrate/1 1 +substratum/2 1560 +substructure/1 1 +subsume/6 1 +subsurface/2 1 +subsystem/1 1 +subteen/1 1 +subtenancy/2 1 +subtenant/1 1 +subtend/11 1 +subterfuge/1 1 +subterranean 1 +subtext/1 1 +subtitle/28 1 +subtle/17 1 +subtlety/15 1 +subtopic/1 1 +subtotal/23 1 +subtract/11 1 +subtraction/1 1 +subtractive +subtractively +subtrahend/1 1 +subtropic/32 1 +subtropical +subtype/10 1 +subunit/10 1 +suburb/1 1 +suburban/1 1 +suburbanite/1 1 +suburbanization 1 +suburbia/2 1 +subvention/1 1 +subversion/2 1 +subversive/36 1 +subvert/11 1 +subway/18 1 +subzero +succeed/11 1 +succeeding 1 +success/4 1 +successful/8 1 +succession/1 1 +successive/8 1 +successor/1 1 +succinct/21 1 +succor/23 1 +succotash/2 1 +succubi 1561 +succubus 1562 +succulence/2 1 +succulency/2 1 +succulent/1 1 +succumb/11 1 +suchlike 1 +such 1 +suck/23 1 +suckable +sucker/23 1 +sucking 1 +suckle/6 1 +suckling/1 1 +Sucre +Sucrets/3 +sucrose/2 1 +suction/23 1 +sud/32 1 +Sudan/2 1 +Sudanese/2 1 +sudden/16 1 +Sudetenland/3 +Sudoku/3 +Sudra/2 1 +suds/2 1 +sudsy/34 1 +Sue +sue/6 1 +suede/2 1 +sued 1 +suet/2 1 +Suetonius +suety 1 +Suez +suffer/11 1 +sufferance/2 1 +sufferer/1 1 +suffering/1 1 +suffice/6 1 +sufficiency/2 1 +sufficient/8 1 +suffix/287 1 +suffixation/2 1 +suffocate/6 1 +suffocatingly +suffocating 1 +suffocation/2 1 +Suffolk 1 +suffragan/1 1 +suffrage/2 1 +suffragette/1 1 +suffragist/1 1 +suffuse/6 1 +suffused 1 +suffusion/2 1 +Sufism 1 +Sufi 1 +sugar/23 1 +sugarcane/2 1 +sugarcoat/11 1 +sugaring 1 +sugarless 1 +sugarplum/1 1 +sugary/34 1 +suggest/11 1 +suggested 1 +suggester/10 1 +suggestibility/2 1 +suggestible 1 +suggestion/1 1 +suggestive/16 1 +sugillate +Suharto/3 +Sui/3 +suicidal/8 1 +suicide/18 1 +suit/23 1 +suitability/15 1 +suitable/29 1 +suitcase/1 1 +suite/28 1 +suiting/2 1 +suitor/1 1 +Sukarno +sukiyaki/2 1 +Sukkoth/1 1 +Sukkot 1 +Sulawesi/2 1 +Suleiman/3 +sulfa/2 1 +sulfate/18 1 +sulfa 1 +sulfide/1 1 +sulfur/23 1 +sulfuric +sulfurous 1 +sulk/23 1 +sulky/221 1 +Sulla/2 1 +sullen/21 1 +Sullivan/2 1 +sulphate/70 1 +sulphide/10 1 +sultan/1 1 +sultana/1 1 +sultanate/1 1 +sultry/50 1 +sully/31 1 +sum/160 1 +sumac/2 1 +sumach/2 1 +Sumatra/2 1 +Sumatran/1 1 +Sumeria/3 +Sumerian/1 1 +summability 1 +summable +summarize/6 1 +summarizer/10 1 +summary/206 1 +summat +summation/1 1 +Summer/3 +summer/23 1 +summerhouse/1 1 +summering 1 +Summers +summertime/2 1 +summer 1 +summery/34 1 +summing 1 +summit/18 1 +summitry/2 1 +summon/11 1 +summoner/1 1 +summonings +summons/22 1 +Sumner/3 +sumo/2 1 +sump/1 1 +sumptuous/16 1 +Sumter +sun/1 1 +Sun/1 1 +sun/192 1 +sunbath/23 1 +sunbathe/6 1 +sunbather/1 1 +sunbathing/2 1 +Sunbeam/3 +sunbeam/1 1 +sunbed/10 1 +Sunbelt/2 1 +sunbelt 1 +sunblock/1 1 +sunbonnet/1 1 +sunburn/23 1 +sunburst/1 1 +suncream +sundae/1 1 +Sundanese/2 1 +Sundas +Sunday/18 1 +sundeck/10 1 +sunder/11 1 +sundering 1 +sundial/1 1 +sundown/18 1 +sundress/89 1 +sundry/539 1 +sunfish/4 1 +sunflower/1 1 +Sung +sunglasses +sunglasses's +sung 1369 +sunhat/10 1 +sunken 1370 +Sunkist/3 +sunk 1370 +sunlamp/1 1 +sunless 1 +sunlight/2 1 +sunlit 1 +Sunni/1 1 +Sunnite/1 1 +sunrise/18 1 +sunroof/1 1 +sunscreen/1 1 +sunset/18 1 +sunshade/1 1 +sunshine/2 1 +sunshiny 1 +sunspot/1 1 +sunspots/89 1 +sunstroke/2 1 +suntan/133 1 +suntrap/10 1 +sunup/2 1 +sunny/49 1 +Sunnyvale +sup/47 1 +super/18 1 +superabundance/1 1 +superabundant 1 +superannuate/6 1 +superannuation/2 1 +superb/75 1 +Superbowl/3 +supercargo/4 1 +supercharge/6 1 +supercharger/1 1 +supercilious/16 1 +supercity/15 1 +supercomputer/1 1 +supercomputing +superconducting +superconductive +superconductivity/2 1 +superconductor/1 1 +supercooled +supercooling +superdense +superego/1 1 +supererogation/2 1 +supererogatory +superficial/8 1 +superficiality/2 1 +superficial 1 +superfine +superfix 1 +superfluity/15 1 +superfluous/8 1 +superfluousness/3 +Superfund/3 +Superglue/3 +superglue 1 +supergrass/89 1 +superheat/195 1 +superhero/71 1 +superhighway/1 1 +superhuman 1 +superimpose/6 1 +superimposition/2 1 +superintend/11 1 +superintendence/2 1 +superintendency/2 1 +superintendent/1 1 +Superior +superior/1 1 +superiority/2 1 +superlative/30 1 +Superman/3 +superman/2 1563 +supermarket/1 1 +supermen 1564 +supermodel/10 1 +supermom/1 1 +supernal 1 +supernatant 1 +supernatural/191 1 +supernova/57 1 +supernumerary/15 1 +superordinate 1 +superpose/6 1 +superposition/1 1 +superpower/1 1 +supersaturate/6 1 +supersaturation/2 1 +superscribe/6 1 +superscript/1 1 +superscription/2 1 +supersede/6 1 +supersonically +supersonic 1 +superstar/1 1 +superstate/10 1 +superstition/1 1 +superstitious/8 1 +superstore/1 1 +superstructure/1 1 +supertanker/1 1 +super 1 +superuser +superusers +supervene/6 1 +supervention/2 1 +supervise/6 1 +supervision/1 1 +supervisor/1 1 +supervisory +superwoman/2 1565 +superwomen 1566 +supine/8 1 +supp +supper/18 1 +suppertime 1 +suppl +supplant/11 1 +supple/540 1 +supplement/23 1 +supplemental 1 +supplementary 1 +supplementation/2 1 +supple 1 +suppliant/1 1 +supplicant/1 1 +supplicate/6 1 +supplication/1 1 +supplier/1 1 +supply/31 1 +supply's +support/78 1 +supportability 1 +supportable 1 +supporter/1 1 +supporting 1 +supportive +suppose/6 1 +supposed/8 1 +supposing 1 +supposition/1 1 +suppository/15 1 +suppress/7 1 +suppressant/1 1 +suppressible +suppression/2 1 +suppressive +suppressor/1 1 +suppurate/6 1 +suppuration/2 1 +supranational +supra 1 +supremacist/1 1 +supremacy/2 1 +supremal +supreme/45 1 +supremo/10 1 +supt +Supt +Surabaja +Surabaya +Surat +surcease/28 1 +surcharge/28 1 +surcingle/18 1 +surd 1 +sure/27 1 +surefire +surefooted +sure 1 +surety/15 1 +surf/23 1 +surface/28 1 +surfacing 1 +surfactant/10 1 +surfboard/23 1 +surfboarding 1 +surfeit/23 1 +surfeiting 1 +surfer/1 1 +surfing/2 1 +surge/28 1 +surgeon/1 1 +surgery/15 1 +surgical/8 1 +surging 1 +Surinam/2 1 +Suriname/2 1 +Surinamese +surlily +surly/49 1 +surmise/28 1 +surmising 1 +surmount/11 1 +surmountable 1 +surmounting 1 +surname/18 1 +surpass/7 1 +surpassing 1 +surplice/1 1 +surplus/541 1 +surprise/28 1 +surprised 1 +surprising/191 1 +surrealism/2 1 +surrealist/1 1 +surrealistic +surrealistically +surreality +surreal 1 +surrender/23 1 +surreptitious/8 1 +surreptitiousness/3 +surrey/1 1 +surrogacy/2 1 +surrogate/18 1 +surround/5 1 +surrounded 1 +surrounding/130 1 +surtax/22 1 +surtitle/10 1 +surveillance/2 1 +survey/23 1 +surveying/2 1 +surveyor/1 1 +survivability 1 +survivable +survival/1 1 +survivalist/1 1 +survive/6 1 +survivor/1 1 +Surya/2 1 +Susan/3 +Susana/3 +Susanna +Susanne/3 +susceptibility/15 1 +susceptible 1 +SUSE +sushi/2 1 +Susie/3 +suspect/23 1 +suspected 1 +suspect 1 +suspend/11 1 +suspender/1 1 +suspense/2 1 +suspenseful +suspension/1 1 +suspicion/18 1 +suspicious/8 1 +Susquehanna/2 1 +suss/7 1 +Sussex 1 +sustain/11 1 +sustainability 1 +sustainable +sustainably +sustained 1 +sustaining 1 +sustenance/2 1 +Sutherland/3 +sutler/1 1 +suttee 1 +Sutton/3 +suture/28 1 +SUV +Suva/2 1 +Suwanee/3 +Suzanne/3 +suzerain/1 1 +suzerainty/2 1 +Suzette/3 +Suzhou/3 +Suzuki/3 +Suzy/3 +Svalbard/2 1 +svelte/150 1 +Sven/3 +Svengali 1 +Sverdlovsk +SW/2 1 +swab/136 1 +swaddle/43 1 +swag/92 1 +swagger/78 1 +swaggerer 1 +swaggering 1 +Swahili/1 1 +swain/1 1 +SWAK +swallow/23 1 +swallower 1 +swallowtail/1 1 +swami/1 1 +Swammerdam/3 +swamp/23 1 +swampland/1 1 +swamp 1 +swampy/34 1 +swam 1567 +swan/133 1 +Swanee +swank/179 1 +swanker 1 +swanky/50 1 +swansdown/2 1 +Swansea/2 1 +Swanson/3 +swansong/10 1 +swap/47 1 +swappable +swapper/10 1 +swapping 1 +sward/18 1 +swarm/23 1 +swarming 1 +swarthy/34 1 +swash/22 1 +swashbuckler/1 1 +swashbuckling/2 1 +swashing 1 +swastika/1 1 +SWAT +swat/109 1 +swatch/4 1 +swath/23 1 +swathe/28 1 +swatter/23 1 +sway/23 1 +swayback/2 1 +swaybacked +swayback 1 +swaying 1 +Swazi/1 1 +Swaziland/2 1 +Swazi 1 +swear/121 1568 +swearer/1 1 +swearing 1 +swearword/1 1 +sweat/185 1 +sweatband/1 1 +sweater/1 1 +sweating 1 +sweatpants/2 1 +sweatshirt/1 1 +sweatshop/1 1 +sweatsuit/10 1 +sweaty/59 1 +Swed +swede/1 1 +Swede/1 1 +Sweden/2 1 +Swedenborg/3 +Swedish/2 1 +Sweeney/3 +sweep/86 1569 +sweepable +sweeper/1 1 +sweeping/542 1 +sweepstake/130 1 +Sweet +sweet/38 1 +sweetbread/1 1 +sweetbriar/1 1 +sweetbrier/1 1 +sweetcorn +sweeten/11 1 +sweetener/1 1 +sweetening/2 1 +sweetheart/1 1 +sweetie/1 1 +sweetish 1 +sweetmeat/1 1 +sweetshop 1 +swell/179 1570 +sweller 1 +swellhead/1 1 +swellheaded 1 +swelling/1 1 +swelter/23 1 +sweltering 1 +sweptback 1 +swept 1571 +swerve/28 1 +swerving 1 +swift/38 1 +Swift/2 1 +swift/58 1 +swifter 1 +swig/92 1 +swill/23 1 +swilling 1 +swim/543 1572 +swimmer/1 1 +swimming/37 1 +swimsuit/1 1 +swimwear +Swinburne/3 +swindle/28 1 +swindler/1 1 +swindling 1 +swine/2 1 +swineherd/1 1 +swines +swing/408 1573 +swingeing 1 +swinger/1 1 +swinging 1 +swinish 1 +swipe/28 1 +swirl/23 1 +swirling 1 +swirly/34 1 +swish/293 1 +swisher 1 +swishing 1 +swishy 1 +Swiss/4 1 +Swissair/3 +Swiss 1 +switch/147 1 +switchable +switchback/18 1 +switchblade/1 1 +switchboard/1 1 +switcher/1 1 +switchgear 1 +switching 1 +switchover +Switz +Switzerland/2 1 +swivel/23 1 +swiveling 1 +swiz 1 +swizzle/43 1 +swizzling 1 +swizz 1 +swob/136 1 +swollen 1574 +swoon/23 1 +swooning 1 +swoop/23 1 +swoosh/22 1 +swop/47 1 +swopping 1 +sword/18 1 +swordfish/4 1 +swordplay/2 1 +swordsman/2 1575 +swordsmanship/2 1 +swordsmen 1576 +swore 1577 +sworn 1577 +swot/479 1 +swotting 1 +swum 1567 +swung 1578 +sybarite/1 1 +sybaritic +Sybil/3 +sycamore/1 1 +sycophancy/2 1 +sycophant/1 1 +sycophantic +sycophantically +Sydney/2 1 +Sykes/3 +syllabary 1 +syllabicate/6 1 +syllabication/2 1 +syllabic 1 +syllabification/2 1 +syllabify/31 1 +syllable/18 1 +syllabub/10 1 +syllabus/4 1 +syllogism/1 1 +syllogistic 1 +sylph/1 1 +sylphic 1 +sylphlike 1 +sylvan 1 +Sylvester/3 +Sylvia/3 +Sylvie/3 +symbiont 1 +symbioses 1579 +symbiosis/2 1580 +symbiotically +symbiotic 1 +symbol/18 1 +symbolical/8 1 +symbolic 1 +symbolism/2 1 +symbolist 1 +symbolization/2 1 +symbolize/6 1 +symmetrical/8 1 +symmetric 1 +symmetrization 1 +symmetrizing +symmetry/15 1 +sympathetic/39 1 +sympathize/6 1 +sympathizer/1 1 +sympathy/344 1 +symphonic 1 +symphonists +symphony/15 1 +symposium/1 1 +symptom/1 1 +symptomatic/39 1 +symptomless 1 +syn +synagog/1 1 +synagogal +synagogue/1 1 +synapse/18 1 +synapses 1581 +synaptic 1 +sync/23 1 +synch/23 1 +synchronicity 1 +synchronization/1 1 +synchronize/6 1 +synchronous/8 1 +synchrony 1 +synchrotron 1 +syncopate/6 1 +syncopation/2 1 +syncope/2 1 +sync 1 +syndicalism 1 +syndicalist/10 1 +syndicate/28 1 +syndication/2 1 +syndrome/1 1 +synergism/2 1 +synergistic 1 +synergy/15 1 +synfuel/1 1 +Synge +synod/1 1 +synonym/1 1 +synonymic +synonymous/8 1 +synonymy/2 1 +synopses 1582 +synopsis/2 1583 +synopsizes +synoptic 1 +syntactical/8 1 +syntactic 1 +syntax/2 1 +syntheses 1584 +synthesis/2 1585 +synthesize/6 1 +synthesizer/1 1 +synthetic/1 1 +synthetically +synthetic 1 +syphilis/2 1 +syphilitic/1 1 +Syracuse/2 1 +Syria/2 1 +Syriac +Syrian/1 1 +syringe/28 1 +syrup/18 1 +syrupy 1 +sysadmin +sysadmins +sysop/10 1 +system/1 1 +systematic/39 1 +systematical +systematic 1 +systematization/2 1 +systematize/6 1 +systemic/1 1 +systemically +systemic 1 +systole/1 1 +systolic 1 +Szechuan/2 1 +Szilard/3 +Szymborska/3 +T/2 1 +t/544 1 +TA +Ta/2 1 +tab/136 1 +Tabasco/1 1 +Tabatha/3 +tabbouleh/2 1 +tabby/167 1 +tabernacle/1 1 +Tabernacle/1 1 +tabernacle/58 1 +Tabitha/3 +tabla/1 1 +table/28 1 +tableau/100 1 +tablecloth/1 1 +tableland/1 1 +tablespoon/1 1 +tablespoonful/1 1 +tablet/18 1 +tabletop/1 1 +tableware/2 1 +tabling 1 +tabloid/1 1 +taboo/23 1 +tabor/18 1 +Tabriz/4 1 +tabu/23 1 +tabular 1 +tabulate/6 1 +tabulation/1 1 +tabulator/1 1 +tabus 1 +tabu 1 +tachograph/10 1 +tachometer/1 1 +tachycardia/2 1 +tachyon/10 1 +tacit/16 1 +taciturn/8 1 +taciturnity/2 1 +Tacitus +tack/23 1 +tacker/1 1 +tackier 1586 +tackiest 1586 +tacking 1 +tackle/28 1 +tackler/1 1 +tackling 1 +tacky/49 1 +taco/1 1 +Tacoma/2 1 +tact/2 1 +tactful/16 1 +tactic/1 1 +tactical/8 1 +tactician/1 1 +tactile 1 +tactility/2 1 +tactless/16 1 +tactual 1 +Tad/3 +tad/1 1 +tadpole/1 1 +Tadzhik/2 1 +Tadzhikistan/2 1 +Taegu/2 1 +Taejon +taffeta/2 1 +taffrail/1 1 +taffy/15 1 +Taft/2 1 +tag/92 1 +Tagalog/1 1 +tagger/1 1 +tagliatelle 1 +Tagore +Tagus/2 1 +Tahiti/2 1 +Tahitian/1 1 +Tahoe +Taichung/2 1 +taiga/1 1 +tail/23 1 +tailback/1 1 +tailboard/10 1 +tailbone/10 1 +tailcoat/1 1 +tailgate/28 1 +tailgater/1 1 +tailing 1 +tailless/153 1 +taillight/1 1 +tailor/23 1 +tailorable +tailoring/2 1 +tailpiece/10 1 +tailpipe/1 1 +tailplane 1 +tailspin/1 1 +tail 1 +tailwind/1 1 +Tainan +Taine/3 +taint/23 1 +Taipei/2 1 +Taiping 1 +Taiwan/2 1 +Taiwanese/2 1 +Taiyuan +Tajikistan/2 1 +take/263 1587 +takeable +takeaway/10 1 +takeoff/1 1 +takeout/1 1 +takeover/1 1 +taker/1 1 +taking/130 1 +Taklamakan/3 +Talbot 1 +talc/2 1 +talcum/2 1 +tale/1 1 +talebearer/1 1 +talent/1 1 +talented +talentless 1 +Taliban/3 +Taliesin +talisman/1 1 +tali 1588 +talk/23 1 +talkative/16 1 +talker/1 1 +talkie/41 1 +talking 1 +talky/219 1 +tall/178 1 +Tallahassee/2 1 +tallboy/1 1 +Tallchief/3 +Talley/3 +Talleyrand/3 +tallier/1 1 +Tallinn/2 1 +tallish 1 +tallow/2 1 +tallowy 1 +Talmud/1 1 +Talmudic +Talmudist 1 +talon/1 1 +talus/4 1589 +tally/31 1 +tallyho/23 1 +tally's +tam/18 1 +tamable 1 +tamale/1 1 +Tamara/3 +tamarack/1 1 +tamarind/1 1 +tambourine/1 1 +tame/104 1 +tameable 1 +Tameka/3 +tamer/1 1 +Tamera/3 +Tamerlane/2 1 +tames 1590 +Tamika/3 +Tamil/1 1 +taming 1 +Tami's 1591 +Tami 1592 +Tammany/2 1 +Tammi/3 +Tammie/3 +Tammuz/2 1 +Tammy/3 +tamoxifen 1 +tamp/5 1 +Tampa/2 1 +Tampax/3 +tamper/5 1 +tamperer/1 1 +tampering 1 +tamping 1 +tampon/18 1 +Tamra/3 +tam 1 +Tamworth 1 +tan/267 1 +tanager/1 1 +tanbark/2 1 +Tancred +tandem/1 1 +tandoori/2 1 +Taney +T'ang +tang/18 1 +Tanganyika/2 1 +tangelo/1 1 +tangent/1 1 +tangential/8 1 +tangent 1 +tangerine/1 1 +tangibility/2 1 +tangible/545 1 +Tangier/1 1 +tangle/28 1 +tangling 1 +tango/23 1 +Tangshan +tangy/34 1 +Tania/3 +Tanisha/3 +tank/23 1 +tankard/1 1 +tanker/1 1 +tankful/1 1 +tanking 1 +Tanner/3 +tanner/1 1 +tannery/15 1 +Tannhauser/3 +tannin/1 1 +tanning/2 1 +tansy/2 1 +tantalization/2 1 +tantalize/6 1 +tantalizer/1 1 +tantalizing/8 1 +tantalum/2 1 +Tantalus/2 1 +tantamount +tantra/2 1 +tantra's 1593 +tantra 1594 +tantrum/1 1595 +Tanzania/2 1 +Tanzanian/1 1 +Tanya/3 +Tao/2 1 +Taoism/1 1 +Taoist/1 1 +tap/47 1 +tapas +tape/139 1 +tapeline/1 1 +taper/23 1 +tapering 1 +tapes 1596 +tapestry/167 1 +tapeworm/1 1 +tapioca/2 1 +tapir/1 1 +tapper/1 1 +tappet/1 1 +tapping 1 +taproom/1 1 +taproot/1 1 +tar/103 1 +Tara/2 1 +taramasalata 1 +tarantella/1 1 +Tarantino/3 +tarantula/1 1 +Tarawa/2 1 +Tarazed/3 +tarball/10 1 +Tarbell/3 +tardy/50 1 +tare/28 1 +Target/3 +target/23 1 +tariff/18 1 +Tarim +Tarkenton/3 +Tarkington +tarmac/64 1 +tarmacadam 1 +tarmac 1 +tarn/1 1 +tarnish/22 1 +taro/1 1 +tarot/1 1 +tarp/1 1 +tarpaulin/1 1 +tarpon/1 1 +tarragon/1 1 +tarrier 1 +tarring 1 +tarry/169 1 +tarsal/1 1 +tarsi 1597 +tarsus/2 1598 +tart/52 1 +tartan/1 1 +tartar/1 1 +Tartar/1 1 +tartaric +Tartary +tar 1 +Tartuffe 1 +tarty/546 1 +Tarzan/2 1 +Tasha/3 +Tashkent/2 1 +task/23 1 +tasking 1 +taskmaster/1 1 +taskmistress/4 1 +Tasman +Tasmania/2 1 +Tasmanian 1 +Tass +tassel/23 1 +tasseling 1 +taste/28 1 +tasteful/16 1 +tasteless/16 1 +taster/1 1 +tasting/1 1 +ta 1599 +tasty/50 1 +tat/479 1 +tatami/1 1 +Tatar/1 1 +Tate +tater/1 1 +tatter/23 1 +tatterdemalion/1 1 +tattie/447 1 +tatting/2 1 +tattle/28 1 +tattler/1 1 +tattletale/1 1 +tattling 1 +tattoo/23 1 +tattooer/1 1 +tattooist/1 1 +Tatum +tatty/219 1 +tau/1 1 +taught 1600 +taunt/23 1 +taunter/1 1 +taunting/8 1 +taupe/2 1 +Taurus/4 1 +taus 1 +taut/21 1 +tauten/11 1 +tautological/8 1 +tautologous +tautology/15 1 +taut 1 +tavern/1 1 +taverna/10 1 +tawdry/50 1 +Tawney +tawnier 1601 +tawniest 1601 +tawny/244 1 +tax/22 1 +taxable 1 +taxation/2 1 +taxer/1 1 +taxes 1602 +taxi/23 1 +taxicab/1 1 +taxidermist/1 1 +taxidermy/2 1 +taximeter/1 1 +taxing 1 +taxi's 1603 +taxis 1604 +taxi 1605 +taxiway/10 1 +taxman 1606 +taxmen 1607 +taxonomic +taxonomical 1 +taxonomist/1 1 +taxonomy/15 1 +taxpayer/1 1 +taxpaying +Taylor/2 1 +Tb/2 1 +TB/2 1 +TBA +Tbilisi/2 1 +tbs +tbsp +Tc/2 1 +Tchaikovsky +TD +TDD +Te/2 1 +tea/18 1 +teabag +teabags +teacake/1 1 +teach/547 1608 +teachable 1 +teacher/1 1 +teaching/1 1 +teacloth +teacup/1 1 +teacupful/1 1 +teak/1 1 +teakettle/1 1 +teal/1 1 +tealeaves +team/23 1 +teaming 1 +teammate/1 1 +teamster/1 1 +team 1 +teamwork/2 1 +teapot/1 1 +tear/23 1609 +tearaway/10 1 +teardrop/1 1 +tearful/83 1 +teargas/541 1 +tearing 1 +tearjerker/1 1 +tearless 1 +tearoom/1 1 +teary/34 1 +teas/7 1 +Teasdale/3 +tease/28 1 +teasel/18 1 +teaser/1 1 +teashop/10 1 +teasing/8 1 +teaspoon/1 1 +teaspoonful/1 1 +teat/1 1 +teatime/10 1 +teazel/70 1 +teazle/58 1 +tech/1 1 +techie/10 1 +technetium/2 1 +technical/8 1 +technicality/15 1 +technical 1 +technician/1 1 +technicolor 1 +Technicolor 1 +technique/1 1 +technocracy/15 1 +technocrat/1 1 +technocratic +technological/8 1 +technologist/1 1 +technology/15 1 +technophiles +technophobe/10 1 +technophobia 1 +technophobic +techno 1 +tech 1 +tectonic/35 1 +Tecumseh/2 1 +Ted/2 1 +ted/58 1 +Teddy/3 +teddy/60 1 +tedious/16 1 +tedium/2 1 +tee/63 1 +teem/11 1 +teeming 1 +teen/1 1 +teenage/336 1 +teenaged +teenager/1 1 +teensy/34 1 +teen 1 +teeny/34 1 +teenybopper/1 1 +teepee/1 1 +teeter/23 1 +teethe/6 1 +teething/2 1 +teethmarks +teeth 1610 +teetotaler/1 1 +teetotalism/2 1 +teetotal 1 +tee 1 +TEFL +Teflon/1 1 +Tegucigalpa/2 1 +Teheran/2 1 +Tehran +tektite/1 1 +telecast/86 1 +telecaster/1 1 +telecommunication/130 1 +telecommute/6 1 +telecommuter/1 1 +telecommuting/2 1 +telecoms +teleconference/28 1 +teleconferencing/2 1 +telegenic +telegram/18 1 +telegraph/23 1 +telegrapher/1 1 +telegraphese 1 +telegraphic +telegraphically +telegraphist/1 1 +telegraphy/2 1 +telekinesis/2 1 +telekinetic +Telemachus +Telemann +telemarketer/1 1 +telemarketing/2 1 +telemeter/18 1 +telemetry/15 1 +teleological +teleology 1 +telepathic/39 1 +telepathy/2 1 +telephone/28 1 +telephoner/1 1 +telephonic 1 +telephonist/10 1 +telephony/2 1 +telephoto/1 1 +telephotography/2 1 +teleplay/1 1 +teleprinter/1 1 +teleprocessing/2 1 +TelePrompter +teleprompter/1 1 +TelePrompTer 1 +telesales +telescope/28 1 +telescopic/39 1 +teletext/1 1 +telethon/1 1 +teletype/58 1 +Teletype 1 +teletypewriter/1 1 +televangelism/2 1 +televangelist/1 1 +televise/6 1 +television/1 1 +televisual +teleworker/10 1 +teleworking +telex/22 1 +Tell/2 1 +tell/141 1611 +Teller +teller/18 1 +telling/8 1 +telltale/1 1 +tellurium/2 1 +TELNET/548 1 +telnet 1 +tel 1 +Telugu/2 1 +telly/15 1 +temblor/1 1 +temerity/2 1 +temp/179 1 +Tempe +temper/23 1 +tempera/1 1 +temperament/1 1 +temperamental/8 1 +temperance/2 1 +temperate/16 1 +temperature/1 1 +tempering 1 +tempest/18 1 +tempestuous/16 1 +Templar/2 1 +template/1 1 +temple/1 1 +tempo/1 1 +temporal/8 1 +temporary/212 1 +temporize/6 1 +temporizer/1 1 +temporizing 1 +tempt/11 1 +temptation/1 1 +tempter/1 1 +tempting/8 1 +temptress/4 1 +tempura/2 1 +ten/350 1 +tenability/2 1 +tenable/19 1 +tenacious/16 1 +tenacity/2 1 +tenancy/15 1 +tenant/23 1 +tenantry/2 1 +tench 1 +tend/11 1 +tendency/15 1 +tendentious/16 1 +tender/52 1 +tenderer 1 +tenderfoot/1 1 +tenderhearted/33 1 +tenderheartedly +tendering 1 +tenderize/6 1 +tenderizer/1 1 +tenderloin/1 1 +tendinitis/2 1 +tendon/1 1 +tendonitis/2 1 +tendril/1 1 +tenement/1 1 +tenet/1 1 +tenfold 1 +Tenn +tenner/10 1 +Tennessean/1 1 +Tennessee/2 1 +tennis/2 1 +Tenochtitlan/3 +tenon/18 1 +tenor/1 1 +tenpin/130 1 +tens/393 1 +tense/107 1 +tensile 1 +tension/62 1 +tensional +tensity/2 1 +tensor/10 1 +tent/23 1 +tentacle/1 1 +tentacled +tentative/8 1 +tentativeness/3 +tentative 1 +tenterhook/1 1 +tenth/30 1 +tenting 1 +tenuity/2 1 +tenuous/16 1 +tenure/28 1 +Tennyson +Teotihuacan/3 +tepee/1 1 +tepid/16 1 +tepidity/2 1 +tequila/1 1 +terabyte/1 1 +terbium/2 1 +tercentenary/15 1 +tercentennial/1 1 +Terence +Teresa/3 +Tereshkova +Teri/3 +Terkel/3 +term/23 1 +termagant/1 1 +terminable 1 +terminal/30 1 +terminate/6 1 +termination/1 1 +terminator/10 1 +termini 1612 +terminological/8 1 +terminology/15 1 +terminus/2 1613 +termite/1 1 +termly 1 +tern/18 1 +ternary/15 1 +Terpsichore/2 1 +terpsichorean 1 +Terr/3 +Terra/3 +terrace/28 1 +terracing 1 +terracotta/2 1 +terraform/195 1 +terrain/1 1 +Terran/2 1 +Terrance/3 +terrapin/1 1 +terrarium/1 1 +terrazzo/1 1 +Terrell/3 +Terrence/3 +terrestrial/30 1 +Terri/3 +terrible/29 1 +Terrie/3 +terrier/1 1 +terrific/39 1 +terrify/31 1 +terrifying/8 1 +terrine/10 1 +territorial/30 1 +territoriality 1 +Territorial 1 +territory/15 1 +Territory 1 +terror/1 1 +terrorism/2 1 +terrorist/1 1 +terrorize/6 1 +terr 1 +Terry +terry/549 1 +terrycloth/2 1 +terse/27 1 +tertiary/60 1 +Tertiary/2 1 +tertiary 1 +TESL +Tesla +TESOL +Tess +Tessa/3 +tessellate/6 1 +tessellation/1 1 +tesseral +Tessie/3 +test/78 1 +testability 1 +testable 1 +testament/1 1 +testamentary +testate/10 1 +testator/1 1 +testatrix/184 1 +testbed +testbeds +testcard +tester/1 1 +testes 1614 +testicle/1 1 +testicular +testifier/1 1 +testify/31 1 +testimonial/1 1 +testimony/15 1 +testing/10 1 +testis/2 1615 +testosterone/2 1 +testy/50 1 +Tet/2 1 +tetanus/2 1 +tetchy/193 1 +tether/23 1 +Tethys/2 1 +Tetons +tetra/1 1 +tetrachloride 1 +tetracycline/2 1 +tetrahedral 1 +tetrahedron/1 1 +tetrameter/1 1 +Teuton/1 1 +Teutonic +Tevet/2 1 +Tex +TeX/89 1 +Texaco/3 +Texan/1 1 +Texas/2 1 +text/1 1 +textbook/1 1 +textile/1 1 +textual 1 +textually 1 +textural +texturally +texture/77 1 +TGIF +Th/2 1 +Thackeray +Thad/3 +Thaddeus +Thai/1 1 +Thailand/2 1 +Thai 1 +thalami 1616 +thalamus/2 1617 +Thales +Thalia/2 1 +thalidomide/2 1 +thallium/2 1 +Thames/2 1 +than +thane/1 1 +Thanh/3 +thank/11 1 +thankful/85 1 +thankless/16 1 +thanksgiving/1 1 +Thanksgiving/1 1 +Thant +Thar/3 +Tharp/3 +that/2 1 +thatch/22 1 +Thatcher +thatcher/1 1 +thatching/2 1 +that 1 +thaumaturge 1 +thaw/23 1 +thawing 1 +THC +Thea/2 1 +theater/1 1 +theatergoer/1 1 +theatrical/550 1 +theatricality/2 1 +theatrics +theatrics's +Thebes/2 1 +thee/70 1 +theft/1 1 +Theiler/3 +their/10 1 +theism/2 1 +theist/1 1 +theistic 1 +theist 1 +Thelma/3 +themas +thematic/39 1 +theme/77 1 +Themistocles +themselves 1 +them 1 +then/2 1 +thenceforth +thenceforward 1 +thence 1 +then 1 +theocracy/15 1 +theocratic +Theocritus +theodolite/10 1 +Theodora +Theodore/3 +Theodoric/3 +Theodosius/3 +theologian/1 1 +theological/8 1 +theologists +theology/15 1 +theorem/1 1 +theoretical/8 1 +theoretician/1 1 +theoretic 1 +theorist/1 1 +theorize/6 1 +theory/15 1 +theosophic +theosophical 1 +theosophist/1 1 +theosophy/2 1 +Theosophy 1 +therapeutic/32 1 +therapeutically +therapist/1 1 +therapy/15 1 +Theravada 1 +there/2 1 +thereabout/10 1 +thereafter +thereat 1 +thereby 1 +therefor +therefore +therefrom +therein 1 +thereof 1 +thereon 1 +Theresa +Therese/3 +thereto +theretofore +there 1 +thereunder +thereunto +thereupon +therewith +therm/1 1 +thermal/30 1 +thermionic 1 +thermistor/10 1 +thermochemical 1 +thermocouple/10 1 +thermodynamic/32 1 +thermodynamical/8 1 +thermoelectric +thermoluminescence 1 +thermometer/1 1 +thermometric 1 +thermonuclear +thermophile/10 1 +thermophilic +thermoplastic/1 1 +Thermopylae/2 1 +thermos/4 1 +thermostat/18 1 +thermostatic/39 1 +Thermos 1 +Theron/3 +thesauri 1618 +thesaurus/4 1619 +these/10 1 +theses 1620 +Theseus/2 1 +thesis/2 1621 +thespian/1 1 +Thespian 1 +Thespis/3 +Thessalonian/10 1 +Thessaloniki/3 +Thessaly/2 1 +theta/1 1 +the 1 +thew/1 1 +they'd +they'll +they're +they 1 +they've +thiamin/2 1 +thiamine/2 1 +thick/551 1 +thicken/11 1 +thickener/1 1 +thickening/1 1 +thicket/1 1 +thickheaded/2 1 +thicko/10 1 +thickset 1 +thief/120 1 +Thieu/3 +thieve/6 1 +thievery/2 1 +thieving/2 1 +thievish/153 1 +thigh/1 1 +thighbone/1 1 +thimble/18 1 +thimbleful/1 1 +Thimbu +Thimphu +thin/552 1 +thine 1 +thing/1 1 +thingamabob/1 1 +thingamajig/1 1 +thingumabob/10 1 +thingummy/60 1 +thingy/60 1 +think/141 1622 +thinkable 1 +thinker/1 1 +thinking/2 1 +thinner/1 1 +thinning 1 +thinnish +third/164 1 +thirst/23 1 +thirstiness/3 +thirsty/59 1 +thirteen/1 1 +thirteenth/1 1 +thirteen 1 +thirtieth/1 1 +thirty/15 1 +thistle/1 1 +thistledown/2 1 +this 1 +thither 1 +thole/18 1 +Thomas/2 1 +Thomism/2 1 +Thomistic +Thompson +Thomson +thong/1 1 +Thor/2 1 +thoracic +thorax/4 1 +Thorazine/2 1 +Thoreau/2 1 +thorium/2 1 +thorn/18 1 +thorniness/3 +Thornton/3 +thorny/34 1 +thorough/21 1 +thoroughbred/1 1 +Thoroughbred 1 +thoroughfare/1 1 +thoroughgoing 1 +Thorpe +those 1 +Thoth/2 1 +tho 1 +thou/18 1 +thought/1 1 +thoughtful/16 1 +thoughtless/16 1 +though 1 +thought 1623 +thousand/1 1 +thousandfold +thousandth/1 1 +thousand 1 +Thrace/2 1 +Thracian/2 1 +thraldom/2 1 +thrall/23 1 +thralldom/2 1 +thrash/22 1 +thrasher/1 1 +thrashing/1 1 +thread/23 1 +threadbare 1 +threader/1 1 +threadlike 1 +thready/34 1 +threat/18 1 +threaten/11 1 +threatening/8 1 +three/1 1 +threefold 1 +threepence/2 1 +threepenny 1 +threescore/1 1 +threesome/1 1 +three 1 +threnody/15 1 +thresh/22 1 +thresher/1 1 +threshing 1 +threshold/1 1 +threw 1624 +thrice 1 +thrift/1 1 +thriftless 1 +thrifty/50 1 +thrill/23 1 +thriller/1 1 +thrilling/8 1 +thrive/6 1 +thriving 1 +throat/18 1 +throaty/50 1 +throb/136 1 +throbbing 1 +throe/18 1 +thrombi 1625 +thromboses 1626 +thrombosis/2 1627 +thrombotic +thrombus/2 1628 +throne/77 1 +throng/23 1 +throttle/28 1 +throttler/1 1 +throttling 1 +throughout 1 +throughput/2 1 +through 1 +throughway/1 1 +throw/144 1629 +throwaway/1 1 +throwback/1 1 +thrower/1 1 +throwing 1 +throwout +thrum/160 1 +thrumming 1 +thrush/4 1 +thrust/86 1 +thruster/10 1 +thrusting 1 +thru 1 +thruway/1 1 +Thu +Thucydides/2 1 +thud/113 1 +thudding 1 +thug/1 1 +thuggery/2 1 +thuggish 1 +Thule/2 1 +thulium/2 1 +thumb/23 1 +thumbnail/1 1 +thumbprint/1 1 +thumbscrew/1 1 +thumbtack/18 1 +thump/23 1 +thumping's +thumping 1 +thunder/23 1 +Thunderbird/3 +thunderbolt/1 1 +thunderclap/1 1 +thundercloud/1 1 +thunderer/1 1 +thunderflashes +thunderhead/1 1 +thundering 1 +thunderous/8 1 +thundershower/1 1 +thunderstorm/1 1 +thunderstruck 1630 +thundery 1 +thunk/70 1 +Thur +Thurber +Thurman/3 +Thurmond/3 +Thurs +Thursday/1 1 +thus 1 +Thutmose/3 +thwack/23 1 +thwacker/1 1 +thwacking 1 +thwart/23 1 +thwarted 1 +thwarting 1 +thwart 1 +thyme/2 1 +thymine/2 1 +thymus/4 1 +thyristor/10 1 +thyroid/1 1 +thyroidal 1 +thyroid 1 +thyself 1 +thy 1 +ti/2 1 +Ti/2 1 +Tia/3 +Tianjin/2 1 +tiara/1 1 +Tiber/2 1 +Tiberius +Tibet/2 1 +Tibetan/1 1 +tibia/53 1 +tibial 1 +tic/64 1 +tick/23 1 +ticker/1 1 +ticket/23 1 +Ticketmaster/3 +ticking/2 1 +tickle/28 1 +tickler/1 1 +tickling 1 +ticklish/16 1 +ticktacktoe/2 1 +ticktock/18 1 +Ticonderoga +tidal/8 1 +tidbit/1 1 +tiddler/10 1 +tiddly 1 +tiddlywink/32 1 +Tide/3 +tide/28 1 +tideland/1 1 +tideless 1 +tidemark/10 1 +tidewater/1 1 +tideway/1 1 +tidier 1 +tiding/32 1 +tidy/275 1 +tie/77 1631 +tieback/1 1 +tiebreak +tiebreaker/1 1 +tiebreaks +Tienanmen/3 +Tientsin/2 1 +tiepin/10 1 +tier/62 1 +tiff/23 1 +Tiffany +tiffing 1 +tiger/1 1 +tigerish 1 +tight/434 1 +tighten/11 1 +tightener/1 1 +tightfisted 1 +tightrope/18 1 +tightwad/1 1 +tigress/4 1 +Tigris/2 1 +Tijuana/2 1 +tike/1 1 +tikes 1632 +til/553 1 +tilde/1 1 +tile/28 1 +tiler/1 1 +tiling/1 1 +till/23 1 +tillable 1 +tillage/2 1 +tiller/18 1 +Tillich +tilling 1 +Tillman/3 +Tilsit 1 +tilt/23 1 +tilting 1 +Tim/3 +timber/62 1 +timberland/2 1 +timberline/1 1 +timbre/1 1 +timbrel/1 1 +Timbuktu/2 1 +time/139 1 +timebase +timekeeper/1 1 +timekeeping/2 1 +timeless/33 1 +timelessly +timeless 1 +timely/49 1 +timeout/1 1 +timepiece/1 1 +timer/1 1 +timescale/10 1 +timeserver/1 1 +timeserving/2 1 +timeshare +timeshares +timestamped +timestamps +timetable/28 1 +timeworn +Timex/3 +timezone +timezones +timid/21 1 +timidity/2 1 +timid 1 +timing/1 1 +Timmy/3 +Timon/3 +Timor +timorous/16 1 +Timothy +timothy/2 1 +timpani/2 1 +timpanist/1 1 +Timur/2 1 +Timurid/3 +tin/133 1 +Tina/3 +tincture/28 1 +tinder/2 1 +tinderbox/4 1 +tine/18 1 +tinfoil/2 1 +Ting/3 +ting/23 1 +tinge/270 1 +tingle/28 1 +tingling/2 1 +tinglings +tingling 1 +tingly/34 1 +tinker/23 1 +Tinkerbell/3 +tinkerer/1 1 +tinkering 1 +Tinkertoy 1 +tinkle/28 1 +tinkling 1 +tinkly 1 +tinning 1 +tinnitus/2 1 +tinplate/2 1 +tinpot 1 +tinsel/23 1 +Tinseltown/3 +tinsel 1 +tinsmith/1 1 +tint/23 1 +tinting 1 +tintinnabulation/1 1 +Tintoretto +tin 1 +tintype/1 1 +tinware/2 1 +tiny/49 1 +tinny/50 1 +tip/47 1 +tipi/1 1 +Tippecanoe/3 +tipper/1 1 +Tipperary +tippet/1 1 +tippex +tippexed +tippexes +tippexing +tipping 1 +tipple/28 1 +tippler/1 1 +tipster/1 1 +tipsy/50 1 +tiptoe/63 1 +tiptop/1 1 +tirade/1 1 +Tirana/2 1 +Tirane +tire/28 1 +tired/21 1 +tireless/16 1 +Tiresias/2 1 +tiresome/16 1 +tiring 1 +tiro/2 1 +Tirol/2 1 +Tirolean 1 +Tisha/3 +Tishri/2 1 +tissue/18 1 +tit/18 1 +titan/1 1 +Titan/1 1 +Titania +Titanic +titanic/39 1 +titanium/2 1 +titbit/1 1 +titch/89 1 +titchy +titer/10 1 +tithe/28 1 +tither/1 1 +tithing 1 +titian/2 1 +Titian/2 1 +titian 1 +Titicaca +titillate/6 1 +titillating/8 1 +titillation/2 1 +titivate/6 1 +titivation/2 1 +title/28 1 +titleholder/1 1 +title 1 +titling 1 +titlist/1 1 +titmice 1633 +titmouse/2 1634 +Tito/3 +titrated +titration 1 +titter/23 1 +tittering 1 +tittivate/6 1 +tittle/18 1 +titular 1 +Titus +titty/60 1 +tizz 1 +tizzy/15 1 +TKO/2 1 +Tl/2 1 +Tlaloc/3 +TLC/2 1 +Tlingit/2 1 +TM +Tm/2 1 +tn +TN +tnpk +TNT/2 1 +toad/113 1 +toadstool/1 1 +toady/56 1 +toadyism/2 1 +toast/23 1 +toaster/1 1 +toasting 1 +toastmaster/1 1 +toastmistress/4 1 +toasty/219 1 +tobacco/1 1 +tobacconist/1 1 +Tobago/2 1 +Tobit +toboggan/23 1 +tobogganer/1 1 +tobogganing/2 1 +Toby 1 +Tocantins +toccata/10 1 +Tocqueville +tocsin/1 1 +Tod/3 +today/2 1 +Todd +toddle/28 1 +toddler/1 1 +toddy/15 1 +toe/63 1 +toecap/1 1 +toeclip/10 1 +TOEFL +toehold/1 1 +toenail/18 1 +toerag/10 1 +toe 1 +toff/10 1 +toffee/1 1 +toffy/15 1 +tofu/2 1 +tog/554 1 +toga/1 1 +togaed 1 +toge +together/33 1 +toggle/28 1 +Togo/2 1 +Togolese/2 1 +toil/23 1 +toiler/1 1 +toilet/23 1 +toiletry/15 1 +toilette/2 1 +toiling 1 +toilsome 1 +Tojo +Tokay/2 1 +toke/28 1 +token/18 1 +tokenism/2 1 +token 1 +Tokugawa +Tokyo/2 1 +Tokyoite 1 +told 1635 +tole/2 1 +Toledo/1 1 +tolerable/19 1 +tolerance/1 1 +tolerant/8 1 +tolerate/6 1 +toleration/2 1 +tole 1 +Tolkien +toll/23 1 +tollbooth/1 1 +tollgate/1 1 +tollway/1 1 +Tolstoy/2 1 +Toltec 1 +toluene/2 1 +Tolyatti/3 +tom/1 1 +Tom/2 1 +tom/58 1 +tomahawk/23 1 +Tomas +tomato/4 1 +tomb/23 1 +Tombaugh/3 +tombola/10 1 +tomboy/1 1 +tomboyish 1 +tombstone/1 1 +tomcat/18 1 +tome/1 1 +tomfoolery/15 1 +Tomlin/3 +Tommie/3 +Tommy 1 +tomographic +tomography/2 1 +tomorrow/1 1 +Tompkins/3 +Tomsk +tomtit/1 1 +tom 1 +Tom 1 +ton/18 1 +tonal/8 1 +tonality/15 1 +tone/28 1 +tonearm/1 1 +toneless/8 1 +toner/1 1 +tong/23 1 +Tonga/2 1 +Tongan/1 1 +tongue/28 1 +tongueless 1 +tonguing 1 +Toni/3 +Tonia/3 +tonic/1 1 +tonier 1636 +toniest 1636 +tonight/2 1 +tonnage/1 1 +tonne/1 1 +tonsil/1 1 +tonsillectomy/15 1 +tonsillitis/2 1 +tonsorial +tonsure/28 1 +Tonto/3 +tony/34 1 +Tonya/3 +Tony 1 +took 1637 +tool/23 1 +toolbar 1 +toolbox/4 1 +tooling 1 +toolkit 1 +toolmaker/1 1 +toolmaking 1 +toot/23 1 +tooter/1 1 +tooth/173 1638 +toothache/1 1 +toothbrush/4 1 +toothily 1 +toothless 1 +toothmarks +toothpaste/1 1 +toothpick/1 1 +toothsome 1 +toothy/34 1 +tootle/43 1 +tootling 1 +too 1 +tootsie/10 1 +toots 1 +top/296 1 +topaz/4 1 +topcoat/1 1 +topdressing/1 1 +topee/10 1 +Topeka/2 1 +topflight 1 +topi/10 1 +topiary/2 1 +topic/1 1 +topical/8 1 +topicality/2 1 +topis 1 +topknot/1 1 +topless 1 +topmast/1 1 +topmost 1 +topnotch 1 +topographer/1 1 +topographic +topographical/8 1 +topography/15 1 +topological/8 1 +topologist/10 1 +topology/60 1 +topper/1 1 +topping/1 1 +topple/6 1 +topsail/1 1 +topside/1 1 +topsoil/2 1 +topspin/2 1 +Topsy/3 +toque/1 1 +tor/1 1 +torah/1 1 +Torah/1 1 +torch/22 1 +torchbearer/1 1 +torchlight/2 1 +torchlit +toreador/1 1 +tore 1639 +tori 1640 +torment/23 1 +tormenter/1 1 +tormentingly +tormenting 1 +tormentor/1 1 +tornado/4 1 +torn 1639 +toroidal 1 +toroid 1 +Toronto/2 1 +torpedo/22 1 +torpid/8 1 +torpidity/2 1 +torpid 1 +torpor/2 1 +torque/28 1 +Torquemada +torques 1 +Torrance +Torrens +torrent/1 1 +torrential +torrent 1 +Torres +Torricelli/2 1 +torrid/21 1 +torridity/2 1 +tors/89 1 +torsion/1 1 +torsional +torso/1 1 +tort/1 1 +torte/1 1 +tortellini/1 1 +tortilla/1 1 +tortoise/1 1 +tortoiseshell/1 1 +Tortola +tortoni/2 1 +Tortuga +tortuous/16 1 +torture/28 1 +torturer/1 1 +torturing 1 +torturous 1 +torus 1641 +Torvalds/3 +Tory/15 1 +Tosca/3 +Toscanini +Toshiba/3 +tosh 1 +toss/22 1 +tosser/10 1 +tossing 1 +tossup/1 1 +tot/109 1 +total/210 1 +totalitarian/1 1 +totalitarianism/2 1 +totality/15 1 +totalizator/1 1 +totalizing +tote/28 1 +totem/1 1 +totemic 1 +toter 1 +Toto/3 +to 1 +totter/23 1 +totterer/1 1 +tottering 1 +totting 1 +toucan/1 1 +touch/22 1 +touchable 1 +touchdown/1 1 +touche/6 1 +touching/191 1 +touchline/10 1 +touchpaper +touchpapers +touchscreen/1 1 +touchstone/1 1 +touchy/50 1 +tough/52 1 +toughen/11 1 +toughener/1 1 +toughening 1 +toughie/1 1 +Toulouse +toupee/1 1 +tour/23 1 +tourer/10 1 +touring 1 +tourism/2 1 +tourist/1 1 +touristic 1 +tourist 1 +touristy 1 +tourmaline/2 1 +tournament/1 1 +tourney/18 1 +tourniquet/1 1 +tousle/43 1 +tout/23 1 +tow/23 1 +toward/10 1 +towboat/1 1 +towel/23 1 +towelette/1 1 +toweling/1 1 +tower/23 1 +towhead/1 1 +towheaded +towhee/1 1 +towing 1 +towline/1 1 +town/1 1 +townee/10 1 +Townes +townhouse/1 1 +townie/1 1 +Townsend/3 +townsfolk/2 1 +township/1 1 +townsman/2 1642 +townsmen 1643 +townspeople/2 1 +townswoman/2 1644 +townswomen 1645 +town 1 +towpath/1 1 +towrope/1 1 +toxemia/2 1 +toxicity/15 1 +toxicological 1 +toxicologist/1 1 +toxicology/2 1 +toxic 1 +toxin/1 1 +toy/23 1 +toyboy +toyboys +toying 1 +toymaker +Toynbee/3 +Toyoda/3 +Toyota/3 +toyshop 1 +toy 1 +TQM +tr +trace/28 1 +traceability 1 +traceable 1 +traceless 1 +tracer/1 1 +tracery/15 1 +Tracey/3 +trachea/53 1 +tracheal 1 +tracheotomy/15 1 +Traci/3 +Tracie/3 +tracing/1 1 +track/23 1 +trackball/1 1 +trackbed +tracker/1 1 +tracking 1 +trackless 1 +tracksuit/10 1 +trackway/10 1 +tract/1 1 +tractability/2 1 +tractable 1 +tractably 1 +traction/2 1 +tractor/1 1 +Tracy/3 +trad/89 1 +trade/139 1 +trademark/23 1 +tradeoff/1 1 +trader/1 1 +tradesman/2 1646 +tradesmen 1647 +tradespeople's 1648 +tradespeople 1649 +tradeswoman/2 1650 +tradeswomen 1651 +trading/1 1 +tradition/1 1 +traditional/8 1 +traditionalism/2 1 +traditionalist/1 1 +trad 1 +traduce/6 1 +traducer/1 1 +traducing 1 +Trafalgar/2 1 +traffic/64 1 +trafficker/1 1 +trafficking/2 1 +tragedian/1 1 +tragedienne/1 1 +tragedy/15 1 +tragical/8 1 +tragicomedy/15 1 +tragicomic +tragic 1 +trail/23 1 +trailblazer/1 1 +trailblazing/2 1 +trailer/18 1 +trailing 1 +Trailways/3 +train/23 1 +trainable 1 +trainee/1 1 +trainer/1 1 +training/1 1 +trainload/1 1 +trainman/2 1652 +trainmen 1653 +trainspotter +trainspotters +trainspotting +traipse/28 1 +traipsing 1 +trait/1 1 +traitor/1 1 +traitorous/8 1 +Trajan +trajectory/15 1 +tram/160 1 +tramcar/10 1 +tramlines +trammel/23 1 +tramp/23 1 +tramper/1 1 +tramping 1 +trample/28 1 +trampler/1 1 +trampling 1 +trampoline/28 1 +trampolining 1 +trampolinist 1 +tramway/10 1 +Tran/3 +trance/18 1 +tranche/10 1 +tranquil/75 1 +tranquility/2 1 +tranquilize/6 1 +tranquilizer/1 1 +tranquillize/6 1 +tranquillizer/1 1 +transact/11 1 +transaction/1 1 +transactional 1 +transactor/1 1 +transatlantic 1 +Transcaucasia +transceiver/1 1 +transcend/11 1 +transcendence/2 1 +transcendental/191 1 +transcendentalism/2 1 +transcendentalist/1 1 +transcendent 1 +transcontinental 1 +transcribe/6 1 +transcriber/1 1 +transcript/1 1 +transcription/1 1 +transcriptional 1 +transducer/1 1 +transduction 1 +transect/11 1 +transept/1 1 +transfer/103 1 +transferability 1 +transferable +transferal/1 1 +transferee/10 1 +transference/2 1 +transfiguration/2 1 +transfigure/6 1 +transfinite +transfinitely +transfix/7 1 +transform/23 1 +transformable +transformation/1 1 +transformational +transformer/1 1 +transforming 1 +transfuse/6 1 +transfusion/1 1 +transgender/3 +transgendered +transgenders +transgenic +transgress/7 1 +transgression/1 1 +transgressive 1 +transgressor/1 1 +transhipment +transience/2 1 +transiency/2 1 +transient/30 1 +transistor/1 1 +transistorize/6 1 +transit/23 1 +transition/23 1 +transitional/8 1 +transitive/36 1 +transitivity/2 1 +transitory 1 +transl +translatable 1 +translate/6 1 +translation/1 1 +translational 1 +translator/1 1 +transliterate/6 1 +transliteration/1 1 +translucence/2 1 +translucency/2 1 +translucent/8 1 +transmigrate/6 1 +transmigration/2 1 +transmissible +transmission/1 1 +transmissive 1 +transmit/12 1 +transmittable +transmittal/2 1 +transmittance/2 1 +transmitter/1 1 +transmogrification/2 1 +transmogrify/31 1 +transmutable 1 +transmutation/1 1 +transmute/6 1 +transnational/1 1 +transoceanic +transom/1 1 +transonic 1 +transpacific +transparency/15 1 +transparent/8 1 +transpiration/2 1 +transpire/6 1 +transplant/23 1 +transplantation/2 1 +transpolar +transponder/1 1 +transport/23 1 +transportability 1 +transportable +transportation/2 1 +transporter/1 1 +transporting 1 +transpose/6 1 +transposing 1 +transposition/1 1 +transputer/10 1 +transsexual/1 1 +transsexualism/2 1 +transship/105 1 +transshipment/2 1 +trans 1 +transubstantiation/2 1 +Transvaal/2 1 +transverse/164 1 +transvestism/2 1 +transvestite/1 1 +Transylvania +trap/47 1 +trapdoor/1 1 +trapeze/18 1 +trapezium/1 1 +trapezoid/1 1 +trapezoidal +trappable +trapper/1 1 +trapping/32 1 +Trappist/1 1 +trapshooting/2 1 +trash/22 1 +trashcan/1 1 +trashy/49 1 +trauma/1 1 +traumatic +traumatically +traumatize/6 1 +travail/23 1 +travel/78 1 +traveler/1 1 +traveling/1 1 +travelog/1 1 +travelogue/1 1 +traversal/1 1 +traverse/28 1 +traversing 1 +travesty/56 1 +Travis/3 +Travolta/3 +trawl/23 1 +trawler/1 1 +trawling 1 +tray/1 1 +treacherous/16 1 +treachery/15 1 +treacle/2 1 +treacly 1 +tread/86 1654 +treader 1 +treading 1 +treadle/28 1 +treadling 1 +treadmill/1 1 +treas +treason/2 1 +treasonable 1 +treasonous 1 +treasure/28 1 +treasurer/1 1 +treasurership 1 +treasury/15 1 +Treasury/15 1 +treat/23 1 +treatable 1 +treating 1 +treatise/1 1 +treatment/1 1 +treaty/15 1 +treble/28 1 +Treblinka +tree/63 1 +treeless 1 +treelike 1 +treeline +treetop/1 1 +trefoil/1 1 +trek/64 1 +trekker/1 1 +Trekkie/3 +trellis/22 1 +trematode/1 1 +tremble/28 1 +trembling/10 1 +tremblingly +tremendous/8 1 +tremolo/1 1 +tremor/18 1 +tremulous/16 1 +trench/22 1 +trenchancy/2 1 +trenchant/8 1 +trencher/1 1 +trencherman/2 1655 +trenchermen 1656 +trend/23 1 +trendily 1 +trendiness/3 +trendsetter/10 1 +trendsetting +trendy/42 1 +Trent/3 +Trenton/2 1 +trepanned +trepidation/1 1 +trespass/22 1 +trespasser/1 1 +tress/40 1 +trestle/1 1 +Trevelyan +Trevino/3 +Trevor/3 +trews 1 +Trey/3 +trey/1 1 +triad/1 1 +triadic 1 +triage/2 1 +trial/213 1 +trialed +trialing +trialling 1 +trial 1 +triangle/1 1 +triangulable +triangular/8 1 +triangulate/6 1 +triangulation/1 1 +Triangulum/3 +Triassic/2 1 +triathlete/10 1 +triathlon/1 1 +triatomic 1 +tribal/8 1 +tribalism/2 1 +tribe/1 1 +tribesman/2 1657 +tribesmen 1658 +tribeswoman/2 1659 +tribeswomen 1660 +tribulation/1 1 +tribunal/1 1 +tribune/1 1 +tributary/15 1 +tribute/1 1 +trice/2 1 +tricentennial/1 1 +triceps/4 1 +triceratops/2 1 +trice 1 +trichina/53 1 +trichinosis/2 1 +Tricia/3 +trick/23 1 +trickery/2 1 +tricking 1 +trickle/28 1 +trickling 1 +trickster/1 1 +trick 1 +tricky/50 1 +tricolor/1 1 +tricycle/18 1 +Trident/3 +trident/1 1 +triennial/30 1 +trier/1 1 +Trieste +triffid/10 1 +trifle/28 1 +trifler/1 1 +trifling 1 +trifocals +trifocals's +trig/555 1 +trigger/23 1 +triglyceride/1 1 +trigonometric +trigonometrical 1 +trigonometry/2 1 +trigram/10 1 +trig 1 +trike/18 1 +trilateral/10 1 +trilby/15 1 +trilingual 1 +trill/23 1 +trilling 1 +trillion/1 1 +trillionth/1 1 +trillion 1 +trillium/2 1 +trilobite/1 1 +trilogy/15 1 +trim/556 1 +trimaran/1 1 +trimester/1 1 +trimmer/1 1 +trimming/130 1 +trimodal +trimonthly 1 +Trimurti/2 1 +Trina/3 +Trinidad/2 1 +Trinidadian/1 1 +trinitrotoluene/2 1 +trinity/15 1 +Trinity/15 1 +trinket/18 1 +trio/1 1 +trios 1 +trip/47 1 +tripartite +tripe/2 1 +Tripitaka +triplane 1 +triple/467 1 +triplet/1 1 +triplex/4 1 +triplicate/28 1 +triplication 1 +tripling 1 +triply 1 +tripod/1 1 +tripodal +Tripoli/2 1 +tripos/89 1 +Trippe/3 +tripper/1 1 +tripping 1 +trips 1 +triptych/1 1 +tripwire/10 1 +trireme/1 1 +trisect/11 1 +trisection/2 1 +trisector 1 +Trisha/3 +Tristan/2 1 +trite/27 1 +tritium/2 1 +Triton/2 1 +triumph/23 1 +triumphalism 1 +triumphalist 1 +triumphal 1 +triumphant/8 1 +triumphing 1 +triumvir/1 1 +triumvirate/1 1 +trivalent +trivet/1 1 +trivia/2 1 +trivial/8 1 +triviality/15 1 +trivialization/1 1 +trivialize/6 1 +trivia's 1661 +trivia 1662 +trivium/2 1663 +Trobriand/3 +trochaic 1 +trochee/1 1 +trodden 1664 +trod 1664 +troglodyte/1 1 +troika/1 1 +Trojan/1 1 +troll/23 1 +trolley/18 1 +trolleybus/4 1 +trolling 1 +trollish +trollop/18 1 +Trollope +trolly/258 1 +trolly's +trombone/1 1 +trombonist/1 1 +tromp/11 1 +tron/192 1 +Trondheim/2 1 +troop/23 1 +trooper/1 1 +troopship/1 1 +trope/1 1 +trophy/167 1 +tropic/130 1 +tropical/8 1 +Tropicana/3 +tropic 1 +tropism/1 1 +tropopause 1 +troposphere/1 1 +tropospheric +trot/109 1 +troth/2 1 +Trotsky +trotter/1 1 +trotting 1 +troubadour/1 1 +trouble/28 1 +troubled 1 +troublemaker/1 1 +troubleshoot/11 1665 +troubleshooter/1 1 +troubleshooting/2 1 +troubleshot 1666 +troublesome/8 1 +troubling 1 +trough/1 1 +trounce/6 1 +trouncer/1 1 +trouncing 1 +troupe/28 1 +trouper/1 1 +trouser/138 1 +trousseau/100 1 +trout/1 1 +trove/1 1 +trow/11 1 +trowel/23 1 +troy/10 1 +Troy/4 1 +troy 1 +truancy/2 1 +truant/23 1 +truce/18 1 +truck/23 1 +Truckee/3 +trucker/1 1 +trucking/2 1 +truckle/28 1 +truckling 1 +truckload/1 1 +truculence/2 1 +truculent/8 1 +Trudeau +trudge/28 1 +trudging 1 +Trudy/3 +true/254 1 +truelove/1 1 +Truffaut/3 +truffle/1 1 +trug/10 1 +truism/1 1 +Trujillo +truly 1 +Truman/2 1 +Trumbull/3 +Trump/3 +trump/23 1 +trumpery/2 1 +trumpet/23 1 +trumpeter/1 1 +trumpeting 1 +truncate/6 1 +truncation/1 1 +truncheon/18 1 +trundle/28 1 +trundler/1 1 +trunk/86 1 +trunking 1 +trunnion/10 1 +truss/22 1 +trussing 1 +trust/23 1 +trustee/18 1 +trusteeship/1 1 +trustful/16 1 +trusting/8 1 +trustworthy/49 1 +trusty/42 1 +truth/1 1 +truthful/16 1 +Truth 1 +try/56 1 +trying/8 1667 +tryout/1 1 +tryst/23 1 +tsarina/1 1 +tsarism 1 +tsarist/10 1 +tsetse/1 1 +Tsimshian/2 1 +Tsingtao +Tsiolkovsky/3 +Tsitsihar/3 +Tsongkhapa/3 +tsp +tsunami/1 1 +Tswana/2 1 +Tu +Tuamotu/3 +Tuareg/2 1 +tub/18 1 +tuba/57 1 +tubal 1 +tubby/34 1 +tube/28 1 +tubeless/2 1 +tuber/1 1 +tubercle/1 1 +tubercular 1 +tuberculin/2 1 +tuberculosis/2 1 +tuberculous +tuberose/2 1 +tuberous +tubful/1 1 +tubing/2 1 +Tubman +tubular 1 +tubule/1 1 +tuck/23 1 +Tucker/3 +tucker/23 1 +Tucuman/3 +Tucson/2 1 +Tudor/1 1 +Tue +Tues/2 1 +Tuesday/1 1 +tuft/23 1 +tufter/1 1 +tufting 1 +tug/92 1 +tugboat/1 1 +tugging 1 +tuition/2 1 +Tulane/3 +tularemia/2 1 +tulip/1 1 +Tull/3 +tulle/2 1 +Tulsa/2 1 +Tulsidas/3 +tum/10 1668 +tumble/28 1 +tumbledown +tumbler/1 1 +tumbleweed/1 1 +tumbling/2 1 +tumbrel/1 1 +tumbril/1 1 +tumescence/2 1 +tumescent +tumidity/2 1 +tumid 1 +tummy/15 1 +tumor/1 1 +tumorous +Tums/2 1 +tumult/18 1 +tumultuous/8 1 +tumulus 1 +tun/18 1 +tuna/1 1 +tunable 1 +tundra/1 1 +tune/28 1 +tuneful/16 1 +tuneless/8 1 +tuner/1 1 +tuneup/1 1 +tungsten/2 1 +Tungus/2 1 +Tunguska/3 +tunic/1 1 +tuning/10 1 +Tunis/2 1 +Tunisia/2 1 +Tunisian/1 1 +tunnel/23 1 +tunneler/1 1 +tunneling/10 1 +Tunney/3 +tunny/15 1 +Tupi/2 1 +tuppence/10 1 +tuppenny +Tupperware +Tupungato/2 1 +tuque/1 1 +turban/1 1 +turbaned +turbidity/2 1 +turbid 1 +turbine/1 1 +turbo/1 1 +turbocharge/6 1 +turbocharger/1 1 +turbocharging 1 +turbofan/1 1 +turbojet/1 1 +turboprop/1 1 +turbot/1 1 +turbulence/2 1 +turbulent/8 1 +turd/1 1 +tureen/1 1 +turf/23 1 +turfing 1 +turfy/34 1 +Turgenev +turgid/8 1 +turgidity/2 1 +Turin/2 1 +Turing/3 +Turk/1 1 +Turkestan/2 1 +turkey/1 1 +Turkey/2 1 +Turkic/1 1 +Turkish/2 1 +Turkmenistan/2 1 +turmeric/1 1 +turmoil/18 1 +turn/23 1 +turnabout/1 1 +turnaround/1 1 +turnbuckle/1 1 +turncoat/1 1 +Turner +turner/1 1 +turning/1 1 +turnip/18 1 +turnkey/1 1 +turnoff/1 1 +turnout/1 1 +turnover/1 1 +turnpike/1 1 +turnstile/1 1 +turntable/1 1 +turpentine/2 1 +Turpin +turpitude/2 1 +turps 1 +turquoise/1 1 +turret/1 1 +turreted +turtle/18 1 +turtledove/1 1 +turtleneck/1 1 +turtlenecked +Tuscaloosa/3 +Tuscan/2 1 +Tuscany/2 1 +Tuscarora/1 1 +Tuscon/3 +tush/40 1 +tusk/62 1 +Tuskegee/3 +Tussaud/3 +tussle/28 1 +tussock/1 1 +tussocky 1 +Tut/3 +tut/109 1 +Tutankhamen +tutelage/2 1 +tutelary 1 +tutor/23 1 +tutorial/1 1 +tutorship/2 1 +Tutsi 1 +tuts 1 +tutti/1 1 +Tutu/3 +tutu/1 1 +Tuvalu/2 1 +Tuvaluan +tux/4 1 +tuxedo/1 1 +TV/1 1 +TVA +TWA/3 +twaddle/28 1 +twaddler/1 1 +twaddling 1 +Twain +twain/2 1 +twang/23 1 +twanging 1 +twangy/34 1 +twas +twat/10 1 +tweak/23 1 +Tweed +tweed/130 1 +Tweedledee/3 +Tweedledum/3 +tweedy/34 1 +tween +tweeness +tweet/23 1 +tweeter/1 1 +twee 1 +tweezers +tweezers's +twelfth/1 1 +twelve/1 1 +twelvemonth/1 1 +twelve 1 +twentieth/1 1 +twenty/15 1 +twerp/1 1 +twice 1 +twiddle/28 1 +twiddler 1 +twiddling 1 +twiddly/34 1 +twig/92 1 +twiggy/34 1 +Twila/3 +twilight/2 1 +twilit 1 +twill/173 1 +twin/557 1 +twine/28 1 +twiner/1 1 +twinge/28 1 +twinight 1 +twining 1 +twink/58 1 +Twinkies +twinkle/28 1 +twinkling/1 1 +twinkly 1 +twinning 1 +twinset/10 1 +twirl/23 1 +twirler/1 1 +twirly/34 1 +twist/23 1 +twisted 1 +twister/1 1 +twisting 1 +twisty/34 1 +twit/109 1 +twitch/22 1 +twitching 1 +twitchy/34 1 +twitter/23 1 +twittering 1 +twittery 1 +twitting 1 +twixt +Twizzlers/3 +two/1 1 +twofer/1 1 +twofold 1 +twopence/1 1 +twopenny 1 +twosome/1 1 +two 1 +twp +Twp +TWX +TX +tzar/1 1 +tzarina/1 1 +tzarism 1 +tzarist/10 1 +Ty/3 +Tycho +tycoon/1 1 +tying 1669 +tyke/1 1 +Tylenol/2 1 +Tyler/2 1 +tympani/2 1 +tympanist/1 1 +tympanum/1 1 +Tyndale +Tyndall +type/28 1 +typecast/121 1 +typeface/1 1 +typeless +typescript/1 1 +typeset/88 1 +typesetter/1 1 +typesetting/2 1 +typewrite/317 1670 +typewriter/1 1 +typewriting/2 1 +typewrote 1671 +typhoid/2 1 +typhoon/1 1 +typhus/2 1 +typical/8 1 +typicality/2 1 +typification/2 1 +typify/31 1 +typing/2 1 +typist/1 1 +typo/1 1 +typographer/1 1 +typographic +typographical/8 1 +typography/2 1 +typological/8 1 +typology/15 1 +tyrannical/8 1 +tyrannicide 1 +tyrannic 1 +tyrannize/6 1 +tyrannosaur/1 1 +tyrannosaurus/4 1 +tyrannous 1 +tyrant/1 1 +tyranny/15 1 +Tyre +Tyree/3 +tyro/1 1 +Tyrol/2 1 +Tyrolean 1 +Tyrone +tyrosine 1 +Tyson/3 +ttys +U/2 1 +UAR +UAW +Ubangi 1 +ubiquitously +ubiquitous 1 +ubiquity/2 1 +UBS/3 +Ubuntu/3 +Ucayali +Uccello/3 +UCLA/3 +Udall +udder/1 1 +Ufa/2 1 +UFO/1 1 +ufologist/1 1 +ufology/2 1 +Uganda/2 1 +Ugandan/1 1 +ugh 1 +uglification 1 +ugly/49 1 +uh +UHF/2 1 +Uighur/2 1 +Ujungpandang/3 +UK/2 1 +ukase/1 1 +ukelele/1 1 +Ukraine/2 1 +Ukrainian/1 1 +ukulele/1 1 +UL +Ulaanbaatar/2 1 +ulcer/18 1 +ulcerate/6 1 +ulceration/1 1 +ulcerous 1 +ulna/53 1 +ulnar 1 +ulster/1 1 +Ulster/2 1 +ulterior 1 +ultimate/37 1 +ultimatum/1 1 +ultimo +ultra/1 1 +ultraconservative/1 1 +ultrahigh +ultralight/1 1 +ultramarine/2 1 +ultramodern +ultramontane 1 +ultrasonic/276 1 +ultrasound/1 1 +Ultrasuede/2 1 +ultra 1 +ultraviolet/2 1 +ult 1 +ululate/6 1 +ululation/1 1 +Ulyanovsk +Ulysses/2 1 +um +umbel/1 1 +umber/2 1 +umbilical 1 +umbilici 1672 +umbilicus/2 1673 +umbra/1 1 +umbrage/2 1 +umbrageous 1 +umbrage 1 +umbrella/18 1 +Umbriel/3 +umiak/1 1 +umlaut/18 1 +ump/23 1 +umpire/28 1 +umpteenth 1 +umpteen 1 +UN/2 1 +unabashed/8 1 +unabated 1 +unable 1 +unabridged/1 1 +unabsorbed +unaccented +unacceptability 1 +unacceptable/19 1 +unaccepted +unaccommodating 1 +unaccompanied +unaccomplished +unaccountability 1 +unaccountable/19 1 +unaccounted +unaccredited +unaccustomed 1 +unachievable 1 +unacknowledged +unacquainted +unactivated +unadapted +unadaptive 1 +unaddressable +unaddressed +unadjusted +unadorned +unadulterated 1 +unadventurous 1 +unadvertised +unadvised/8 1 +unaesthetic +unaffectedly +unaffected 1 +unaffiliated +unaffordable +unafraid +unaided 1 +unalienable +unaligned +unalike +unallocated +unalloyed +unalterable/19 1 +unaltered +unambiguity 1 +unambiguous/8 1 +unambitious 1 +unamended +unamused +unanimity/2 1 +unanimous/8 1 +unannotated +unannounced +unanswerable 1 +unanswered +unanticipated +unapologetic 1 +unapparent 1 +unappealing/8 1 +unappeased +unappetizing 1 +unappreciated +unappreciative 1 +unapproachable +unappropriated +unapproved +unarchived +unarguable/19 1 +unarmed +unarmored +unaroused +unashamed/8 1 +unasked +unassailable 1 +unassailed +unassertive 1 +unassigned +unassisted +unassociated +unassuaged +unassuming/8 1 +unattached +unattainable/19 1 +unattained +unattended +unattenuated 1 +unattested +unattractive/83 1 +unattributable 1 +unattributed +unaudited +unauthentic +unauthenticated +unauthorized +unavailability/2 1 +unavailable 1 +unavailing/8 1 +unavenged +unavoidable/19 1 +unawakened +unaware/489 1 +unbaked +unbalance/43 1 +unbanned +unbanning +unbaptized +unbar/13 1 +unbearable/19 1 +unbeatable +unbeaten +unbecoming/8 1 +unbeknown +unbeknownst +unbelief/2 1 +unbelievability +unbelievable/19 1 +unbelieved +unbeliever/1 1 +unbelieving 1 +unbend/382 1 +unbending 1 +unbiased/8 1 +unbiassedly +unbidden +unbid 1 +unbind/121 1674 +unbinding 1 +unbleached +unblemished +unblinking/8 1 +unblock/11 1 +unbloodied +unblushing/8 1 +unboiled +unbolt/11 1 +unbooked +unborn 1675 +unbosom/11 1 +unbounded 1 +unbound 1676 +unbowed +unbraced +unbracketed +unbranded +unbreakability +unbreakable 1 +unbridgeable +unbridged +unbridled +unbroken 1 +unbruised +unbuckle/6 1 +unbundled +unburden/11 1 +unburied +unburned +unburnt +unbutton/11 1 +uncalibrated +uncalled +uncanceled +uncanny/59 1 +uncap/105 1 +uncared +uncaring +uncased +uncatalogued +uncaught 1 +unceasing/8 1 +uncelebrated +uncensored +unceremonious/8 1 +uncertain/8 1 +uncertainty/15 1 +unchain/11 1 +unchallengeable 1 +unchallenged +unchangeable 1 +unchanged +unchanging 1 +unchaperoned +uncharacteristic/39 1 +uncharged +uncharismatic +uncharitable/19 1 +uncharted +unchaste/150 1 +uncheckable +unchecked +unchristened +unchristian 1 +unchronicled +uncial/2 1 +uncircumcised +uncivil/8 1 +uncivilized +unclad 1677 +unclaimed +unclasp/11 1 +unclassifiable 1 +unclassified +uncle/18 1 +unclean/396 1 +uncleaned +uncleanly/140 1 +unclear/166 1 +uncleared +unclench/195 1 +unclimbable +unclimbed +uncloak/11 1 +unclog/117 1 +unclosed +unclothe/6 1678 +unclouded 1 +uncluttered +uncoil/11 1 +uncollated +uncollected +uncollimated +uncolored 1 +uncombed +uncombined +uncomfortable/55 1 +uncommitted +uncommon/21 1 +uncommunicative 1 +uncompensated +uncompetitive/153 1 +uncompilable +uncomplaining/8 1 +uncompleted +uncomplicated +uncomplimentary +uncompounded +uncomprehending/8 1 +uncompressed +uncompromisable +uncompromising/8 1 +unconcealed +unconcern/173 1 +unconcerned/8 1 +unconditional/8 1 +unconditioned 1 +unconfined +unconfirmed +unconformable 1 +unconfused 1 +uncongenial 1 +unconnected 1 +unconquerable 1 +unconquered +unconscionable/19 1 +unconscious/239 1 +unconsecrated +unconsidered +unconsoled +unconsolidated +unconstitutional/8 1 +unconstitutionality/2 1 +unconstrained +unconsumed +unconsummated +uncontainable +uncontaminated +uncontentious 1 +uncontested 1 +uncontrollable/19 1 +uncontrolled +uncontroversial/8 1 +unconventional/8 1 +unconventionality/2 1 +unconverted +unconvinced +unconvincing/8 1 +uncooked +uncool 1 +uncooperative 1 +uncoordinated +uncork/11 1 +uncorrectable 1 +uncorrected +uncorrelated 1 +uncorroborated +uncorrupted 1 +uncountable +uncountably +uncounted +uncouple/6 1 +uncouth/83 1 +uncover/11 1 +uncrackable +uncreased +uncreated +uncreative 1 +uncredited +uncritical/8 1 +uncross/7 1 +uncrossable +uncross 1 +uncrowded +uncrowned +uncrushable +unction/1 1 +unctuous/16 1 +uncultivated +uncultured +uncured +uncurl/11 1 +uncustomary 1 +uncut 1 +undamaged +undated +undaunted/8 1 +undead 1 +undeceive/6 1 +undecidability 1 +undecidable +undecided/1 1 +undecipherable 1 +undeclared +undecorated +undefeated 1 +undefended +undefiled +undefinable +undefined 1 +undeliverable +undelivered +undemanding +undemocratic/39 1 +undemonstrative/8 1 +undeniable/19 1 +undependable 1 +underachieve/6 1 +underachievement 1 +underachiever/1 1 +underact/11 1 +underage 1 +underarm/18 1 +underbellies +underbelly/3 +underbid/474 1 +underbrush/2 1 +undercarriage/1 1 +undercharge/28 1 +underclass/4 1 +underclassman/2 1679 +underclassmen 1680 +underclothes +underclothes's +underclothing/2 1 +undercoat/23 1 +undercoating/1 1 +undercooked +undercover +undercurrent/1 1 +undercut/128 1 +underdeveloped +underdevelopment/2 1 +underdog/1 1 +underdone +undereducated +underemphasis 1 +underemployed +underemployment/2 1 +underestimate/28 1 +underestimation/1 1 +underexploited +underexpose/6 1 +underexposure/1 1 +underfed 1681 +underfeed/121 1682 +underfloor +underflow 1 +underfoot +underframe 1 +underfund/241 1 +underfunding 1 +underfur/2 1 +undergarment/1 1 +undergo/302 1683 +undergrad/10 1 +undergraduate/1 1 +underground/1 1 +undergrowth/2 1 +underhand +underhanded/16 1 +underinvestment 1 +underlain 1684 +underlay/18 1685 +underlie/58 1686 +underline/28 1 +underling/1 1 +underlining/10 1 +underlip/1 1 +underloaded +underlying 1684 +undermanned +undermentioned +undermine/6 1 +undermining 1 +undermost +underneath/1 1 +undernourished +undernourishment/2 1 +underpants/2 1 +underpart/1 1 +underpass/4 1 +underpay/312 1 +underpayment/1 1 +underperformed +underpin/192 1 +underpinning/1 1 +underplay/11 1 +underpopulated +underpopulation +underpowered +underpricing +underprivileged +underproduction/2 1 +underrate/6 1 +underrepresented +underscore/28 1 +undersea/10 1 +undersealed +undersecretary/15 1 +undersell/121 1687 +undersexed +undershirt/1 1 +undershoot/121 1688 +undershorts/2 1 +undershot 1689 +underside/1 1 +undersign/11 1 +undersigned's +undersize +undersized +underskirt/1 1 +undersold 1690 +underspecification +underspecified +underspend/481 1 +understaffed +understand/121 1691 +understandability 1 +understandable/19 1 +understander 1 +understanding/30 1 +understate/6 1 +understatement/1 1 +understocked +understood 1692 +understorey +understory 1 +understrength +understudy/56 1 +undertake/76 1693 +undertaker/1 1 +undertaking/1 1 +underthings/2 1 +undertone/1 1 +undertook 1694 +undertow/1 1 +under 1 +underused +underusing +underutilized +undervaluation/2 1 +undervalue/6 1 +underwater 1 +underway +underwear/2 1 +underweight/2 1 +underwent 1695 +underwhelm/11 1 +Underwood/3 +underworld/1 1 +underwrite/317 1696 +underwriter/1 1 +underwrote 1697 +undeserved/8 1 +undeserving 1 +undesirability/2 1 +undesirable/82 1 +undesired +undetectability +undetectable/19 1 +undetected +undetermined +undeterred +undetonated +undeveloped +undeviating 1 +undiagnosable +undiagnosed +undies +undies's +undifferentiated +undigested +undignified 1 +undiluted +undiminished +undimmed +undiplomatic 1 +undirected +undiscerning 1 +undischarged +undisciplined +undisclosed +undiscovered +undiscriminated +undiscriminating 1 +undisguised +undisguisedly +undismayed +undisplayed +undisputed 1 +undissipated +undissolved +undistinguished +undistorted 1 +undistributed +undisturbed +undivided +undo/413 1 +undocumented +undoing/1 1 +undomesticated +undoubted/8 1 +undramatic +undreamed +undreamt 1 +undress/22 1 +undressing 1 +undress 1 +undrinkability +undrinkable +undroppable +undue 1 +undulant +undulate/6 1 +undulation/1 1 +unduly 1 +undying 1 +unearned +unearth/11 1 +unearthliness/3 +unearthly 1 +unease/2 1 +uneasy/50 1 +uneatable +uneaten +uneconomic +uneconomical/8 1 +unedifying +unedited +uneducated +unelectable +unelected +unembarrassed +unemotional/8 1 +unemphatic 1 +unemployable 1 +unemployed/2 1 +unemployment/2 1 +unenclosed +unencrypted +unencumbered +unending 1 +unendurable 1 +unenforceable +unenforced 1 +unengaged +unenlightened +unenlightening +unentered +unenterprising 1 +unenthusiastic/39 1 +unenviable 1 +unequal/8 1 +unequaled +unequal 1 +unequipped +unequivocal/8 1 +unergonomic +unerring/8 1 +UNESCO/2 1 +unescorted +unessential 1 +unestablished +unethical/8 1 +unevaluated +uneven/21 1 +uneventful/8 1 +unexacting +unexamined +unexampled +unexceptionable/19 1 +unexceptional/8 1 +unexcited +unexciting 1 +unexcused 1 +unexpanded +unexpected/16 1 +unexpired +unexplainable 1 +unexplained 1 +unexploded +unexploited +unexplored +unexposed +unexpressed +unexpurgated +unfading +unfailing/8 1 +unfair/21 1 +unfaithful/16 1 +unfalsifiable +unfaltering 1 +unfamiliar +unfamiliarity/2 1 +unfashionable/19 1 +unfasten/11 1 +unfathomable +unfathomably +unfathomed +unfatigued +unfavorable/19 1 +unfavored +unfazed +unfeasible/19 1 +unfed 1 +unfeeling/8 1 +unfeigned 1 +unfeminine 1 +unfenced +unfertilized +unfetchable +unfetter/11 1 +unfilled +unfiltered +unfinished 1 +unfired +unfit/558 1 +unfitting 1 +unfix/7 1 +unflagging/8 1 +unflappability/2 1 +unflappable +unflappably +unflattering 1 +unflavored +unfledged +unflinching/8 1 +unfocused +unfocussed +unfold/11 1 +unfolding 1 +unforced 1 +unfordable +unforeseeable 1 +unforeseen +unforgettable/19 1 +unforgivable/19 1 +unforgiven +unforgiving 1 +unforgotten +unformed +unformulated +unfortified +unfortunate/30 1 +unfounded 1 +unframed +unfreeze/14 1698 +unfrequented +unfriendly/49 1 +unfrock/11 1 +unfrozen 1699 +unfroze 1699 +unfruitful +unfulfillable +unfulfilled +unfunded +unfunny 1 +unfurl/11 1 +unfurnished +unfussy 1 +ungainly/49 1 +Ungava +ungenerous/8 1 +ungentlemanly +ungentle 1 +ungerminated +unglamorous 1 +unglazed +unglued +ungodly/49 1 +ungovernable 1 +ungoverned +ungraceful/8 1 +ungracious/8 1 +ungraded +ungrammatical/8 1 +ungrateful/16 1 +ungrounded +ungrudging 1 +unguarded 1 +unguent/1 1 +unguessable +unguided 1 +ungulate/1 1 +unhallowed +unhampered +unhand/11 1 +unhandy/34 1 +unhappily +unhappiness +unhappiness's +unhappy/34 1 +unhardened +unharmed +unharness/7 1 +unharvested +unhatched +unhealed +unhealthful 1 +unhealthy/50 1 +unheard 1 +unheated +unheeded 1 +unhelpful/8 1 +unheralded +unheroic +unhesitating/8 1 +unhidden +unhindered +unhinge/6 1 +unhistorical 1 +unhitch/7 1 +unholy/49 1 +unhonored +unhook/11 1 +unhoped +unhorse/6 1 +unhurried/8 1 +unhurt 1 +unhygienic 1 +unhyphenated +uni/10 1 +unicameral +UNICEF/2 1 +unicellular +Unicode/3 +unicorn/1 1 +unicycle/18 1 +unicyclist/10 1 +unideal +unidentifiable 1 +unidentified +unidiomatic 1 +unidirectional +unifiable +unification/2 1 +unifier 1 +uniform/559 1 +uniformity/2 1 +unify/31 1 +unilateral/8 1 +unilateralism 1 +unilateralist 1 +Unilever/3 +unillustrated +unimaginable/19 1 +unimaginative/8 1 +unimagined +unimpaired +unimpeachable 1 +unimpeded +unimplementable +unimplemented +unimportance 1 +unimportant 1 +unimposing +unimpressed +unimpressive 1 +unimproved +unincorporated +uninfected +uninfluenced +uninformative/8 1 +uninformed +uninhabitable +uninhabited +uninhibited/8 1 +uninitialized +uninitiated +uninjured +uninspired +uninspiring 1 +uninstall +uninstallable +uninstalled +uninstaller/3 +uninstallers +uninstalling +uninstalls +uninstructed 1 +uninsulated +uninsured +unintellectual 1 +unintelligent 1 +unintelligible/19 1 +unintended 1 +unintentional/8 1 +uninterested/8 1 +uninteresting 1 +uninterpretable +uninterpreted +uninterrupted/8 1 +unintuitive 1 +uninvented +uninvited 1 +uninviting 1 +uninvolved +union/1 1 +Union/1 1 +unionism/2 1 +unionist/1 1 +Unionist 1 +unionization/2 1 +unionize/6 1 +union 1 +Union 1 +unipolar +unique/27 1 +Uniroyal/3 +unisex/2 1 +unison/2 1 +unissued +unit/18 1 +Unitarian/1 1 +Unitarianism/1 1 +unitary 1 +Unitas/3 +unite/43 1 +united/8 1 +uniting 1 +unitize/6 1 +unit 1 +unity/15 1 +univ +univalent 1 +univalve/1 1 +universal/30 1 +universalism 1 +universality/2 1 +universalize/6 1 +universe/1 1 +university/15 1 +UNIX/2 1 +Unix/89 1 +unixism +unixisms +unjam/560 1 +unjaundiced +unjust/83 1 +unjustifiable/19 1 +unjustified +unkempt 1 +unkind/396 1 +unkindly 1 +unknightly 1 +unknowable/2 1 +unknowing/191 1 +unknown/1 1 +unlabeled +unlace/6 1 +unladen +unladylike +unlamented +unlatch/7 1 +unlawful/16 1 +unleaded +unleaded's +unlearn/11 1 +unlearned 1 +unleash/7 1 +unleavened +unless 1 +unlettered +unlicensed +unlighted +unlikable 1 +unlike/561 1 +unlikeable 1 +unlikelihood/2 1 +unlikely/140 1 +unlike 1 +unlimber/11 1 +unlimited 1 +unlined +unlink/195 1 +unlisted +unlit 1 +unlivable +unload/11 1 +unloading 1 +unlock/11 1 +unloose/6 1 +unloosen/11 1 +unlovable 1 +unloved +unlovely/34 1 +unloving +unlucky/50 1 +unmade 1700 +unmagnified +unmaintainable +unmaintained +unmake/14 1701 +unman/192 1 +unmanageable/19 1 +unmanly/34 1 +unmannerly 1 +unmapped +unmarked +unmarketable +unmarred +unmarried 1 +unmask/11 1 +unmatchable +unmatched +unmeaning 1 +unmeant 1 +unmeasurable 1 +unmeasured 1 +unmechanized +unmediated +unmeetable +unmelodious 1 +unmemorable 1 +unmemorized +unmentionable/130 1 +unmentioned +unmerciful/8 1 +unmerited 1 +unmet +unmindful 1 +unmissable +unmistakable/19 1 +unmistakeable +unmistakeably +unmitigated 1 +unmixed 1 +unmnemonic +unmodifiable +unmodified +unmolested +unmonitored +unmorality/2 1 +unmoral 1 +unmotivated +unmounted +unmovable +unmoved +unmoving +unmusical/8 1 +unmutilated +unmuzzled +unnameable +unnamed +unnatural/16 1 +unnavigable 1 +unnecessary/211 1 +unneeded +unnerve/6 1 +unnervingly +unnoticeable 1 +unnoticed +unnumbered +unobjectionable +unobliging +unobservable +unobservant 1 +unobserved +unobstructed +unobtainable +unobtrusive/16 1 +unoccupied +unoffensive 1 +unofficial/8 1 +unopened +unopposed +unoptimized +unordered +unorganized +unoriginality 1 +unoriginal 1 +unorthodox 1 +unorthodoxy 1 +unowned +unpack/11 1 +unpackers +unpaid +unpainted +unpaired +unpalatable 1 +unparalleled +unparallelled +unpardonable/19 1 +unparodied +unpasted +unpasteurized +unpatriotic 1 +unpaved +unpeeled +unpeople 1702 +unperceived +unperceptive 1 +unperformed +unperson/1 1703 +unpersonalized +unpersuaded +unpersuasive 1 +unperturbed +unphysical 1 +unpick/11 1 +unpin/192 1 +unplaced +unplanned +unplayability +unplayable +unpleasant/16 1 +unpleasing 1 +unploughed +unplug/117 1 +unplumbed +unpoetical 1 +unpolished +unpolitical 1 +unpolluted +unpopularity/2 1 +unpopular 1 +unpopulated +unportable +unpractical 1 +unpracticed +unprecedented/8 1 +unpredictability/2 1 +unpredictable/19 1 +unpredicted +unprejudiced 1 +unpremeditated +unprepared/33 1 +unprepossessing 1 +unpressed +unpressurized +unpretending +unpretentious/8 1 +unpreventable +unprincipled +unprintable 1 +unprinted +unprivileged +unproblematic +unprocessed +unproductive/8 1 +unprofessional/8 1 +unprofitable/19 1 +unpromising +unprompted +unpronounceable +unpronounced +unpropitious 1 +unprotected 1 +unprovable +unproved +unproven +unprovided +unprovoked +unpublicized +unpublishable +unpublished +unpunctuality 1 +unpunctual 1 +unpunished +unqualified 1 +unquantifiable +unquantified +unquenchable +unquestionable/19 1 +unquestioned +unquestioning/8 1 +unquiet/166 1 +unquote/6 1 +unraisable +unrated +unravel/11 1 +unreachable +unreached +unreadability 1 +unreadable 1 +unread 1 +unready/34 1 +unrealistic/39 1 +unreality/2 1 +unrealizable +unrealized +unreal 1 +unreasonable/29 1 +unreasoned +unreasoning 1 +unreceived +unreceptive 1 +unrecognizable/19 1 +unrecognized +unrecommended +unreconciled +unreconstructed +unrecorded +unrecoverable +unredeemed +unreduced +unreel/11 1 +unrefereed +unreferenced +unreferencing +unrefined +unreflected +unreformed +unrefreshed +unrefrigerated +unregarded 1 +unregenerate +unregistered +unregulated +unrehearsed +unrelated 1 +unreleasable +unreleased +unrelenting/8 1 +unreliability/2 1 +unreliable/19 1 +unrelieved +unrelievedly +unremarkable 1 +unremarked +unremembered +unremitting/8 1 +unrepairable +unrepeatability +unrepeatable +unrepeated +unrepentant/8 1 +unreported +unrepresentable +unrepresentative 1 +unrepresented +unreproducible 1 +unrequested +unrequited +unreserved/8 1 +unresistant +unresisting +unresistingly +unresolvable +unresolved +unresponsive/16 1 +unrest/2 1 +unrestrained 1 +unrestricted 1 +unrest 1 +unrevealed +unrevised +unrewarded +unrewarding +unriddle 1 +unrighteous/33 1 +unripe/150 1 +unripened +unrivaled +unroll/11 1 +unromantic 1 +unruffled +unruly/49 1 +unsaddle/6 1 +unsafe/250 1 +unsalable 1 +unsaleable 1 +unsalted +unsanctioned +unsanitary 1 +unsatisfactory/243 1 +unsatisfiable +unsatisfied +unsatisfying +unsaturated +unsaved +unsavory 1 +unsay/312 1 +unscaled +unscathed +unscented +unscheduled +unschooled +unscientific/39 1 +unscramble/6 1 +unscratched +unscrew/11 1 +unscripted +unscrupulous/16 1 +unseal/11 1 +unsealable +unsearchable 1 +unseasonable/19 1 +unseasonal +unseasoned +unseat/11 1 +unseaworthiness +unsecured +unseeded +unseeing/8 1 +unseemly/49 1 +unseen/1 1 +unsegmented +unsegregated +unselected +unselfconscious/8 1 +unselfish/16 1 +unsellable +unsentimental 1 +unsent 1 +unserviceable 1 +unserviced +unsettle/6 1 +unsettled 1 +unset 1 +unshackle/6 1 +unshaded +unshakable/19 1 +unshakeable +unshaken +unshaped +unshapely 1 +unsharable +unshared +unshaven +unsheathe/6 1 +unshielded +unshod +unshorn 1 +unshrinking 1 +unsifted +unsighted +unsightlier +unsightliest +unsightly/140 1 +unsigned +unsimplified +unsinkable +unskilful 1 +unskilled +unskillful/8 1 +unsliced +unsmiling/8 1 +unsnap/105 1 +unsnarl/11 1 +unsociable 1 +unsocial 1 +unsoiled +unsolder 1 +unsold 1704 +unsolicited +unsolvable 1 +unsolved +unsophisticated 1 +unsophistication 1 +unsorted +unsought 1 +unsound/21 1 +unspanned +unsparing/8 1 +unspeakable/19 1 +unspecific 1 +unspecified +unspectacular 1 +unspent 1 +unspoiled +unspoilt 1 +unspoken 1705 +unsporting 1 +unsportsmanlike +unstable/17 1 +unstack/241 1 +unstained +unstamped +unstated +unsteady/50 1 +unsterilized +unsticking +unstimulated +unstinting/8 1 +unstirred +unstop/105 1 +unstoppable/19 1 +unstrap/105 1 +unstressed +unstretchable +unstructured +unstrung 1706 +unstuck 1707 +unstudied +unsubdued +unsubscribe +unsubscribed +unsubscribes +unsubscribing +unsubsidized +unsubstantial 1 +unsubstantiated +unsubstituted +unsubtle/19 1 +unsuccessful/8 1 +unsuitability/2 1 +unsuitable/55 1 +unsuited +unsullied +unsung 1 +unsupervised +unsupportable 1 +unsupported 1 +unsuppressed +unsure/153 1 +unsurfaced +unsurpassed +unsurprised +unsurprising/8 1 +unsurvivable +unsuspected 1 +unsuspecting/8 1 +unsustainable +unswappable +unswayed +unsweetened +unswerving/8 1 +unsymmetrical 1 +unsympathetic/39 1 +unsystematic +untactful 1 +untagged +untainted +untalented +untamed +untangle/6 1 +untanned +untapped +untarnished +untasted +untaught 1708 +untaxed +untaxing +unteachable +untempered +untenability 1 +untenable 1 +untenanted +untended +unterminated +untestable +untested +untethered +untextured +unthinkable/19 1 +unthinking/8 1 +unthoughtful 1 +untidy/50 1 +untie/122 1709 +until 1 +untimely/49 1 +untiring/8 1 +untitled +unto +untold 1 +untouchable/1 1 +untouched +untoward 1 +untraceable +untrained +untrammeled +untransformed +untranslatable +untranslated +untransportable +untrappable +untraveled +untreatable +untreated +untried 1 +untrimmed 1 +untrodden 1710 +untrod 1710 +untroubled +untrue/150 1 +untruly 1 +untrusted +untrustworthy 1 +untruth/1 1 +untruthful/16 1 +unturned +untutored +untwist/11 1 +untying 1711 +untyped +untypical/8 1 +Unukalhai/3 +unusable/19 1 +unused +unusual/8 1 +unutterable/19 1 +unvalidated +unvanquished +unvaried 1 +unvarnished +unvarying/8 1 +unveil/11 1 +unveiling 1 +unventilated +unverifiable +unverified +unversed +unvisitable +unvisited +unvoiced +unwaged +unwanted 1 +unwarned +unwarrantable/19 1 +unwarranted 1 +unwary/50 1 +unwashed 1 +unwatchable +unwatched +unwavering/8 1 +unwearable +unwearied 1 +unwedge +unwed 1 +unweighted +unwelcome +unwelcoming +unwell 1 +unwholesome/33 1 +unwieldy/49 1 +unwilling/16 1 +unwind/121 1712 +unwindable +unwisdom 1 +unwise/45 1 +unwitting/8 1 +unwonted 1 +unworkability 1 +unworkable 1 +unworldly/140 1 +unworn 1 +unworried +unworthy/50 1 +unwounded +unwound 1713 +unwoven 1714 +unwrap/105 1 +unwrinkled +unwritten +unzip/105 1 +unyielding 1 +unyoke/6 1 +up/562 1 +Upanishads +upbeat/1 1 +upbraid/11 1 +upbraiding 1 +upbringing/1 1 +UPC +upchuck/11 1 +upcoming +upcountry/2 1 +updatability +update/28 1 +updater 1 +Updike +updraft/1 1 +upend/11 1 +upfront 1 +upgradable +upgrade/28 1 +upgradeable +upgrade 1 +upgradings +upheaval/1 1 +upheld 1715 +uphill/1 1 +uphold/121 1716 +upholder/1 1 +upholding 1 +upholster/11 1 +upholsterer/1 1 +upholstery/2 1 +UPI +Upjohn/3 +upkeep/2 1 +upland/1 1 +uplift/23 1 +uplifting/10 1 +upload/11 1 +upmarket +upon +upper/1 1 +uppercase/2 1 +upperclassman/2 1717 +upperclassmen 1718 +upperclasswoman +upperclasswomen +uppercut/128 1 +uppermost +upping 1 +uppish 1 +uppity 1 +upraise/6 1 +uprate/251 1 +uprear/11 1 +upright/220 1 +uprising/1 1 +upriver 1 +uproar/1 1 +uproarious/8 1 +uproot/11 1 +uprooting 1 +UPS +upscale 1 +upset/128 1 +upsetting 1 +upshot/1 1719 +upside/1 1 +upsilon/1 1 +upstage/43 1 +upstairs +upstanding 1 +upstart/23 1 +upstate/2 1 +upstream 1 +upstroke/1 1 +upsurge/28 1 +upswing/18 1 +uptake/1 1 +uptempo 1 +upthrust/86 1 +uptick/1 1 +uptight 1 +Upton/3 +uptown/2 1 +uptrend 1 +upturn/23 1 +upturning 1 +upward/191 1 +upwelling 1 +upwind 1 +Ur +uracil/2 1 +Ural/10 1 +Urania/2 1 +uranium/2 1 +Uranus/2 1 +Urban/3 +urban/166 1 +urbane/45 1 +urbanity/2 1 +urbanization/2 1 +urbanize/6 1 +urbanologist/1 1 +urbanology/2 1 +urchin/1 1 +Urdu/2 1 +urea/2 1 +uremia/2 1 +uremic +ureter/1 1 +urethane/2 1 +urethra/53 1 +urethral +urethritis 1 +Urey +urge/28 1 +urgency/2 1 +urgent/8 1 +urging/10 1 +Uriah +uric 1 +Uriel +urinal/1 1 +urinalyses 1720 +urinalysis/2 1721 +urinary 1 +urinate/6 1 +urination/2 1 +urine/2 1 +Uris +URL/10 1 +urn/18 1 +urogenital +urological +urologist/1 1 +urology/2 1 +Urquhart +Ursa/3 +ursine 1 +Ursula +Ursuline 1 +urticaria/2 1 +Uruguay/2 1 +Uruguayan/1 1 +Urumqi +US/2 1 +us/89 1722 +USA/2 1 +usability/2 1 +usable 1 +USAF +usage/1 1 +USCG +USDA +use/28 1 +useability/2 1 +useable 1 +useful/16 1 +useless/16 1 +Usenet/1 1 +user/1 1 +usher/23 1 +usherette/1 1 +USIA +USMC +USN +USO +USP +USPS +USS +USSR/2 1 +Ustinov +usu +usual/37 1 +usurer/1 1 +usurious 1 +usurp/11 1 +usurpation/2 1 +usurper/1 1 +usury/2 1 +UT/2 1 +Utah/2 1 +Utahan/1 1 +Utahn 1 +Ute/1 1 +utensil/1 1 +uterine +uteri 1723 +uterus/2 1724 +utilitarian/1 1 +utilitarianism/2 1 +utility/15 1 +utilizable +utilization/2 1 +utilize/6 1 +utmost/2 1 +utopia/1 1 +Utopia/1 1 +utopian/1 1 +Utopian/1 1 +Utrecht/2 1 +Utrillo/2 1 +u 1 +utter/305 1 +utterance/1 1 +utterer 1 +uttering 1 +uttermost/2 1 +UV/2 1 +uvula/1 1 +uvular/1 1 +uxorious 1 +Uzbek/2 1 +Uzbekistan/2 1 +Uzi/1 1 +v/374 1 +V/2 1 +Va +VA +vac/70 1 +vacancy/15 1 +vacant/8 1 +vacate/6 1 +vacation/23 1 +vacationer/1 1 +vacationist/1 1 +vaccinate/6 1 +vaccination/1 1 +vaccine/1 1 +vacillate/6 1 +vacillating 1 +vacillation/1 1 +vacuity/2 1 +vacuole/1 1 +vacuous/16 1 +vacuum/23 1 +Vader/3 +Vaduz/2 1 +vagabond/23 1 +vagabondage/2 1 +vagarious 1 +vagary/15 1 +vagina/53 1 +vaginal +vaginally +vagrancy/2 1 +vagrant/1 1 +vague/27 1 +vain/75 1 +vainglorious/8 1 +vainglory/2 1 +val +Val/3 +valance/18 1 +Valarie/3 +Valdez/2 1 +vale/1 1 +valediction/1 1 +valedictorian/1 1 +valedictory/15 1 +valence/1 1 +Valencia/1 1 +valency/15 1 +Valenti/3 +Valentin/3 +valentine/1 1 +Valentine/2 1 +Valentino +Valenzuela/3 +Valeria/3 +Valerian/3 +Valerie/3 +Valery +vales 1725 +valet/23 1 +valeting 1 +valetudinarian/1 1 +valetudinarianism/2 1 +Valhalla/2 1 +valiance/2 1 +valiant/8 1 +valid/16 1 +validate/6 1 +validation/1 1 +validity/2 1 +valise/1 1 +Valium/1 1 +Valkyrie/1 1 +Vallejo +Valletta/2 1 +valley/1 1 +Valois +valor/2 1 +valorous/8 1 +Valparaiso/2 1 +valuable/1 1 +valuate/6 1 +valuation/1 1 +value/28 1 +valueless 1 +valuer/1 1 +valve/28 1 +valveless 1 +Valvoline/3 +valvular +vamoose/6 1 +vamp/23 1 +vamping 1 +vampire/18 1 +Van +van/133 1 +vanadium/2 1 +Vance +Vancouver/2 1 +vandal/1 1 +Vandal/1 1 +vandalism/2 1 +vandalize/6 1 +Vanderbilt +Vandyke 1 +vane/1 1 +Vanessa/2 1 +Vang/3 +vanguard/1 1 +vanilla/1 1 +vanish/156 1 +vanishing/191 1 +vanity/15 1 +vanning 1 +vanquish/7 1 +vanquisher/1 1 +vantage/1 1 +Vanuatu/2 1 +Vanzetti/3 +vapid/16 1 +vapidity/2 1 +vapor/18 1 +vaporization/2 1 +vaporize/6 1 +vaporizer/1 1 +vaporous 1 +vaporware/10 1 +vapory 1 +vaquero/1 1 +var/10 1 +Varanasi +Varese +Vargas +variability/2 1 +variable/82 1 +variance/1 1 +variant/1 1 +variate/70 1 +variation/1 1 +variational 1 +varicolored +varicose 1 +varied 1 +variegate/6 1 +variegation/2 1 +varietal/1 1 +variety/15 1 +various/8 1 +varlet/1 1 +varmint/1 1 +varnish/22 1 +varnishing 1 +varsity/15 1 +vary/31 1 +varying 1 +vascular 1 +vase/1 1 +vasectomy/15 1 +Vaseline/18 1 +vasomotor +Vasquez/3 +vassal/18 1 +vassalage/2 1 +vassal 1 +Vassar/3 +vast/38 1 +vat/1 1 +VAT/2 1 +vat/12 1 +Vatican/2 1 +Vauban +vaudeville/2 1 +vaudevillian/1 1 +Vaughan +Vaughn/3 +vault/23 1 +vaulter/1 1 +vaulting/2 1 +vaunt/23 1 +vaunting 1 +VAX/89 1 +Vazquez/3 +vb +VCR/2 1 +VD/2 1 +VDT +VDU +veal/2 1 +Veblen/3 +vector/23 1 +vectorization +vectorized +Veda/1 1 +Vedanta 1 +veejay/1 1 +veep/1 1 +Veep 1 +veer/23 1 +veering 1 +veg/563 1 +Vega/1 1 +vegan/1 1 +vegeburger/10 1 +Vegemite/3 +vegetable/1 1 +vegetarian/1 1 +vegetarianism/2 1 +vegetate/6 1 +vegetation/2 1 +vegetational +vegetative +vegges +veggie/1 1 +veggieburger/10 1 +vehemence/2 1 +vehemency/2 1 +vehement/8 1 +vehicle/1 1 +vehicular +veil/23 1 +veiled 1 +veiling 1 +vein/23 1 +veining 1 +Vela +velar/1 1 +Velasquez/3 +vela 1726 +Velazquez +Velcro/1 1 +veld/1 1 +veldt/1 1 +Velez/3 +vellum/2 1 +Velma/3 +velocipede/1 1 +velocity/15 1 +velodrome/10 1 +velor +velour's +velours's +velum/2 1727 +Velveeta/2 1 +velvet/18 1 +velveteen/1 1 +velvet 1 +velvety/34 1 +venal/8 1 +venality/2 1 +venation/2 1 +vend/11 1 +vender/1 1 +vendetta/1 1 +vendible 1 +vendor/1 1 +veneer/23 1 +veneering 1 +venerability/2 1 +venerable +venerate/6 1 +veneration/2 1 +venereal +Venetian/1 1 +venetian 1 +Venezuela/2 1 +Venezuelan/1 1 +vengeance/2 1 +vengeful/8 1 +venial 1 +Venice/2 1 +venireman/2 1728 +veniremen 1729 +venison/2 1 +Venn/3 +venom/2 1 +venomous/8 1 +venom 1 +venous 1 +vent/23 1 +ventilate/6 1 +ventilation/2 1 +ventilator/1 1 +venting 1 +Ventolin/2 1 +ventral/8 1 +ventricle/1 1 +ventricular +ventriloquism/2 1 +ventriloquist/1 1 +ventriloquy/2 1 +venture/28 1 +venturesome/16 1 +ventures 1730 +venturing 1 +venturous/16 1 +venue/1 1 +Venus/4 1 +Venusian 1 +Vera/3 +veracious/8 1 +veracity/2 1 +Veracruz/2 1 +veranda/1 1 +verandah/1 1 +verb/1 1 +verbal/164 1 +verbalization/2 1 +verbalize/6 1 +verbatim +verbena/1 1 +verbiage/1 1 +verbose/83 1 +verbosity/2 1 +verboten +verdant/8 1 +Verde +Verdi +verdict/1 1 +verdigris/22 1 +Verdun/2 1 +verdure/2 1 +verge/28 1 +verger/1 1 +Vergil/2 1 +verifiability 1 +verifiable 1 +verification/1 1 +verifier/10 1 +verify/31 1 +verisimilitude/2 1 +veritable/19 1 +verity/15 1 +Verizon/3 +Verlaine/3 +Vermeer +vermicelli/2 1 +vermiculite/2 1 +vermiform +vermilion/2 1 +vermillion/2 1 +vermin/2 1 +verminous 1 +Vermont/2 1 +Vermonter/1 1 +vermouth/2 1 +Vern/3 +Verna/3 +vernacular/1 1 +vernal 1 +Verne +vernier/1 1 +Vernon/3 +Verona/2 1 +Veronese +veronica/2 1 +Veronica 1 +verruca/57 1 +Versailles/2 1 +versatile 1 +versatility/2 1 +verse/28 1 +versicle 1 +versification/2 1 +versifier/1 1 +versify/31 1 +versing 1 +version/1 1 +verso/1 1 +versus +vertebra/53 1 +vertebral 1 +vertebrate/1 1 +vertex/4 1 +vertical/30 1 +vertiginous +vertigo/2 1 +verve/2 1 +very/59 1 +Vesalius/2 1 +vesicle/1 1 +vesicular 1 +vesiculate 1 +Vespasian +vesper/1 1 +Vespers +vesper 1 +Vespucci/2 1 +vessel/1 1 +vest/23 1 +Vesta/2 1 +vestal/1 1 +vestibular +vestibule/18 1 +vestige/1 1 +vestigial/8 1 +vesting/2 1 +vestment/1 1 +vestry/15 1 +vestryman/2 1731 +vestrymen 1732 +Vesuvius/2 1 +vet/109 1 +vetch/4 1 +veteran/1 1 +veterinarian/1 1 +veterinary/15 1 +veto/22 1 +vet 1 +vex/7 1 +vexation/1 1 +vexatious/8 1 +vexed 1 +vexing 1 +VF +VFW/2 1 +VG +VGA +vhf +VHF/2 1 +VHS +VI/2 1 +viability/2 1 +viable 1 +viably 1 +Viacom/3 +viaduct/1 1 +Viagra +vial/18 1 +viand/1 1 +via 1 +vibe/130 1 +vibraharp/1 1 +vibrancy/2 1 +vibrant/8 1 +vibraphone/1 1 +vibraphonist/1 1 +vibrate/6 1 +vibrating 1 +vibration/1 1 +vibrational +vibrationally +vibrato/1 1 +vibrator/1 1 +vibratory +viburnum/1 1 +Vic +vicar/1 1 +vicarage/1 1 +vicarious/16 1 +vice/28 1 +vicegerent/1 1 +vicennial +Vicente/3 +viceregal 1 +viceroy/1 1 +vichyssoise/2 1 +Vichy 1 +vicinity/15 1 +vicious/16 1 +vicissitude/1 1 +Vicki/3 +Vickie/3 +Vicksburg/2 1 +Vicky +victim/1 1 +victimization/2 1 +victimize/6 1 +victimless 1 +Victor/3 +victor/1 1 +Victoria/2 1 +Victorian/1 1 +Victorianism 1 +victorious/8 1 +victory/15 1 +Victrola/2 1 +victual/23 1 +vicuna/1 1 +Vidal/3 +videlicet +video/23 1 +videocassette/1 1 +videoconferencing 1 +videodisc/1 1 +videodisk/1 1 +videophone/1 1 +videotape/28 1 +videotex/89 1 +video 1 +vie/122 1733 +Vienna/2 1 +Viennese 1 +Vientiane/2 1 +Vietcong +Vietminh +Vietnam/2 1 +Vietnamese/2 1 +view/23 1 +viewable +viewer/1 1 +viewership/2 1 +viewfinder/1 1 +viewing/1 1 +viewpoint/1 1 +vigesimal +vigil/1 1 +vigilance/2 1 +vigilant/8 1 +vigilante/1 1 +vigilantism/2 1 +vigilantist/2 1 +vignette/28 1 +vignettist/1 1 +vigor/2 1 +vigorous/8 1 +viii 1 +vii 1 +Vijayanagar/3 +Vijayawada/3 +viking/1 1 +Viking/1 1 +Vila/2 1 +vile/27 1 +vilification/2 1 +vilify/31 1 +Villa +villa/1 1 +village/48 1 +villager/1 1 +villain/1 1 +villainous 1 +villainy/15 1 +Villarreal/3 +ville +villein/1 1 +villeinage/2 1 +villi 1734 +Villon +villus/2 1735 +Vilma/3 +Vilnius/2 1 +Vilyui/3 +vim/2 1 +vinaigrette/2 1 +Vince/3 +Vincent/3 +vincible 1 +vindaloos +Vindemiatrix/3 +vindicate/6 1 +vindication/1 1 +vindicator/1 1 +vindictive/16 1 +vine/18 1 +vinegar/18 1 +vinegary 1 +vineyard/1 1 +vino/2 1 +vinous 1 +Vinson/3 +vintage/18 1 +vintner/1 1 +vinyl/1 1 +viol/1 1 +Viola/3 +viola/1 1 +violable 1 +violate/6 1 +violation/1 1 +violator/1 1 +violence/2 1 +violent/8 1 +Violet/3 +violet/1 1 +violin/1 1 +violincello +violincellos +violinist/1 1 +violist/1 1 +violoncellist/1 1 +violoncello/1 1 +VIP/1 1 +viper/1 1 +viperous 1 +virago/4 1 +viral 1 +vireo/1 1 +Virgie/3 +Virgil/2 1 +virgin/1 1 +virginal/1 1 +Virginia/2 1 +Virginian/1 1 +virginity/2 1 +virgin 1 +Virgo/1 1 +virgule/1 1 +virile 1 +virility/2 1 +virologist/1 1 +virology/2 1 +virtual/8 1 +virtue/1 1 +virtuosic +virtuosity/2 1 +virtuoso/1 1 +virtuous/16 1 +virulence/2 1 +virulent/8 1 +virus/4 1 +Visa/3 +visa/23 1 +visage/1 1 +Visakhapatnam +visa's 1736 +visa 1737 +Visayans +visceral/8 1 +viscera 1738 +viscid 1 +viscometer 1 +viscose/2 1 +viscosity/2 1 +viscount/1 1 +viscountcy/15 1 +viscountess/4 1 +viscous 1 +viscus/2 1739 +vise/28 1 +Vishnu/2 1 +visibility/15 1 +visible/19 1 +Visigoth/1 1 +vision/23 1 +visionary/15 1 +visioning 1 +visit/23 1 +visitable +visitant/1 1 +visitation/1 1 +visiting 1 +visitor/1 1 +visor/18 1 +VISTA +vista/18 1 +Vistula/2 1 +visual/30 1 +visualization/1 1 +visualize/6 1 +visualizer/1 1 +vita/53 1 +vital/550 1 +vitality/2 1 +vitalization/2 1 +vitalize/6 1 +vitamin/1 1 +vitiate/6 1 +vitiation/2 1 +viticulture/2 1 +viticulturist/1 1 +Vitim/3 +Vito/3 +vitreous 1 +vitrifaction/2 1 +vitrification/2 1 +vitrify/31 1 +vitrine/1 1 +vitriol/2 1 +vitriolic/39 1 +vitriol 1 +vi 1 +vittles +vittles's +vituperate/6 1 +vituperation/2 1 +vituperative +Vitus/3 +viva/58 1 +vivace 1 +vivacious/16 1 +vivacity/2 1 +Vivaldi +vivaria 1740 +vivarium/1 1741 +viva's +Vivekananda/3 +Vivian +vivid/21 1 +Vivienne/3 +vivify/31 1 +viviparous 1 +vivisect/11 1 +vivisection/2 1 +vivisectional 1 +vivisectionist/1 1 +vixen/1 1 +vixenish/8 1 +vixen 1 +viz +vizier/1 1 +vizir/1 1 +vizor/18 1 +VJ +Vlad/3 +Vladimir +Vladivostok/2 1 +Vlaminck +Vlasic/3 +VLF/2 1 +VOA +vocable/1 1 +vocab 1 +vocabulary/15 1 +vocal/30 1 +vocalic 1 +vocalist/1 1 +vocalization/1 1 +vocalize/6 1 +vocation/1 1 +vocational/8 1 +vocative/1 1 +vociferate/6 1 +vociferation/2 1 +vociferous/16 1 +vodka/1 1 +voe/10 1 +Vogue/3 +vogue/18 1 +voguish 1 +voice/28 1 +voiced 1 +voiceless/16 1 +voicing 1 +void/23 1 +voidable 1 +voiding 1 +void 1 +voila +voile/2 1 +volatile/10 1 +volatility/2 1 +volatilize/6 1 +volcanic/39 1 +volcanism 1 +volcano/4 1 +Volcker/3 +Voldemort/3 +vole/18 1 +Volga/2 1 +Volgograd/2 1 +volition/2 1 +volitional 1 +Volkswagen/2 1 +volley/23 1 +volleyball/1 1 +Volstead/3 +volt/1 1 +Volta +voltage/1 1 +voltaic 1 +Voltaire/2 1 +voltmeter/1 1 +vol 1 +volubility/2 1 +voluble/19 1 +volume/18 1 +volumetric +voluminous/16 1 +voluntarism/2 1 +voluntary/206 1 +volunteer/23 1 +volunteerism/2 1 +voluptuary/15 1 +voluptuous/16 1 +volute/1 1 +Volvo/3 +vomit/23 1 +vomiting 1 +Vonda/3 +Vonnegut/3 +voodoo/23 1 +voodooism/2 1 +voodoo 1 +voracious/16 1 +voracity/2 1 +Voronezh +Vorster/3 +vortex/4 1 +vorticity 1 +votary/15 1 +vote/28 1 +voter/1 1 +votive 1 +vouch/156 1 +voucher/18 1 +vouchsafe/6 1 +vow/23 1 +vowel/18 1 +voyage/28 1 +Voyager/3 +voyager/1 1 +voyageur/1 1 +voyeur/1 1 +voyeurism/2 1 +voyeuristic +VP +vs +Vt +VT +VTOL +Vuitton/3 +Vulcan/2 1 +vulcanism 1 +vulcanization/2 1 +vulcanize/6 1 +vulcanologist 1 +Vulg +vulgar/75 1 +vulgarian/1 1 +vulgarism/1 1 +vulgarity/15 1 +vulgarization/2 1 +vulgarize/6 1 +vulgarizer/1 1 +vulgar 1 +Vulgate/1 1 +vulnerability/15 1 +vulnerable/19 1 +vulpine 1 +vulture/1 1 +vulturous +vulva/53 1 +vying 1742 +w +W/2 1 +WA +Wabash/2 1 +wabbit/10 1 +WAC +wackes +wacko/1 1 +wacky/49 1 +Waco +Wac 1 +wad/113 1 +wadding/2 1 +waddle/28 1 +Wade +wade/28 1 +wader/130 1 +wades 1743 +wadge +wadges +wadi/1 1 +wading 1 +wadis 1744 +wafer/18 1 +waffle/28 1 +waffler/1 1 +waffling 1 +waft/23 1 +wafting 1 +wag/92 1 +wage/28 1 +wager/23 1 +wagerer/1 1 +waggery/15 1 +waggish/16 1 +waggle/28 1 +waggly 1 +Wagner/2 1 +Wagnerian 1 +wagon/18 1 +wagoner/1 1 +wagtail/1 1 +Wahhabi 1 +waif/564 1 +Waikiki +wail/23 1 +wailer/1 1 +wailing/2 1 +wain/18 1 +wainscot/23 1 +wainscoting/1 1 +wainwright/1 1 +waist/18 1 +waistband/1 1 +waistcoat/18 1 +waistline/1 1 +wait/23 1 +Waite/3 +waiter/18 1 +waiting/2 1 +waitpeople 1745 +waitperson/1 1746 +waitress/40 1 +waitstaff/2 1 +waive/6 1 +waiver/1 1 +wake/1 1 +Wake/2 1 +wake/6 1747 +wakeful/16 1 +waken/11 1 +wakening 1 +waking/10 1 +Waksman +Wald/3 +Waldemar/3 +Walden/3 +Waldensian 1 +Waldheim +Waldo/3 +waldo/231 1 +Waldorf/3 +wale/28 1 +Wales/2 1 +Walesa +wales 1748 +Walgreen/3 +walk/23 1 +walkable +walkabout/10 1 +walkaway/1 1 +Walker/3 +walker/1 1 +walkies +walking/2 1 +Walkman 1 +walkout/1 1 +walkover/1 1 +walkway/1 1 +Wall/3 +wall/23 1 +walla/10 1 +wallaby/15 1 +Wallace +wallah/10 1 +wallboard/2 1 +wallchart 1 +Wallenstein +Waller +wallet/1 1 +walleye/1 1 +walleyed +wallflower/1 1 +wallies +walling 1 +Wallis +Walloon 1 +wallop/23 1 +walloping/1 1 +wallow/23 1 +wallowing 1 +wallpaper/23 1 +Walls +walnut/1 1 +Walpole/2 1 +Walpurgisnacht 1 +walrus/4 1 +Walsh/3 +Walt/3 +Walter +Walters +Walton/3 +waltz/22 1 +waltzer/1 1 +waltzing 1 +wally +wampum/2 1 +wan/565 1 +Wanamaker/3 +wand/1 1 +Wanda/3 +wander/5 1 +wanderer/1 1 +wandering/32 1 +wanderlust/1 1 +wane/28 1 +Wang/3 +wangle/28 1 +wangler/1 1 +wangling 1 +waning 1 +wank/5 1 +Wankel/3 +wanker/10 1 +wanna +wannabe/1 1 +wannabee/10 1 +want/23 1 +wanting 1 +wanton/566 1 +wantoner 1 +wan 1 +wapiti/1 1 +war/103 1 +warble/28 1 +warbler/1 1 +warbling 1 +warbonnet/1 1 +Ward +ward/23 1 +warden/18 1 +warder/18 1 +warding 1 +wardress/89 1 +wardrobe/18 1 +wardroom/1 1 +wardship 1 +Ware/3 +ware/73 1 +warehouse/28 1 +warehouseman 1 +warehousing 1 +ware 1 +warez/89 1 +warfare/2 1 +warhead/1 1 +Warhol +warhorse/1 1 +Waring/3 +warlike 1 +warlock/1 1 +warlord/1 1 +warm/520 1 +warmblooded +warmer/1 1 +warmhearted/33 1 +warming 1 +warmish 1 +warmonger/1 1 +warmongering/2 1 +warmth/2 1 +warmup/1 1 +warn/11 1 +Warner/3 +warning/30 1 +warp/23 1 +warpaint +warpath/1 1 +warping 1 +warplane/1 1 +warrant/23 1 +warranting 1 +warranty/56 1 +Warren +warren/1 1 +warrior/1 1 +Warsaw/2 1 +warship/1 1 +wart/1 1 +warthog/1 1 +wartime/2 1 +war 1 +warty/34 1 +Warwick +wary/50 1 +Wasatch/3 +Wash +wash/22 1 +washable/1 1 +washbasin/1 1 +washboard/1 1 +washbowl/1 1 +washcloth/1 1 +washday 1 +washer/18 1 +washerwoman/2 1749 +washerwomen 1750 +washing/1 1 +Washington/2 1 +Washingtonian/1 1 +washout/1 1 +washrag/1 1 +washroom/1 1 +washstand/1 1 +washtub/1 1 +washy/34 1 +wasn't +wasp/1 1 +WASP/2 1 +waspish/16 1 +Wasp 1 +wassail/23 1 +Wassermann 1 +was 46 +wast/241 1 +wastage/2 1 +waste/139 1 +wastebasket/1 1 +wasteful/16 1 +wasteland/1 1 +wastepaper/2 1 +waster/18 1 +wasting 1 +wastrel/1 1 +was 1 +wast 46 +watch/22 1 +watchable 1 +watchband/1 1 +watchdog/18 1 +watcher/1 1 +watchful/16 1 +watchmaker/1 1 +watchmaking/2 1 +watchman/2 1751 +watchmen 1752 +watchstrap/10 1 +watchtower/1 1 +watchword/1 1 +water/185 1 +waterbed/1 1 +waterbird/1 1 +waterborne +Waterbury +watercolor/18 1 +watercolorists +watercourse/1 1 +watercraft/2 1 +watercress/2 1 +waterfall/1 1 +Waterford +waterfowl/1 1 +waterfront/1 1 +Watergate 1 +waterhole/1 1 +watering 1 +waterless 1 +waterlilies +waterlily/3 +waterline/1 1 +waterlogged +Waterloo/1 1 +waterman 1 +watermark/23 1 +watermelon/1 1 +watermill/1 1 +waterpower/2 1 +waterproof/23 1 +waterproofing/2 1 +Waters/3 +watershed/1 1 +waterside/1 1 +waterspout/1 1 +watertight 1 +waterway/1 1 +waterwheel/1 1 +waterworks +waterworks's +watery/49 1 +Watkins +WATS/2 1 +Watson +Watt +watt/1 1 +wattage/2 1 +Watteau +wattle/28 1 +wattling 1 +Watts +watt 1 +Watusi 1 +Waugh +wave/28 1 +waveband/10 1 +waveform/10 1 +wavefront 1 +waveguide/10 1 +wavelength/1 1 +wavelet/1 1 +wavelike +waver/23 1 +waverer/1 1 +wavering/8 1 +Wave 1 +wavier 1753 +waviest 1753 +waving 1 +wavy/50 1 +wax/567 1 +waxen 1 +waxing 1 +wax 1 +waxwing/1 1 +waxwork/1 1 +waxy/49 1 +way/1 1 +waybill/1 1 +wayfarer/1 1 +wayfaring/1 1 +waylay/312 1 +waylayer/1 1 +wayleave/10 1 +waymarked +Wayne +wayside/1 1 +way 1 +waywardly 1 +waywardness/3 +wayward 1 +wazoo/10 1 +WC +weak/568 1 +weaken/11 1 +weakener/1 1 +weakfish/4 1 +weakish 1 +weakling/1 1 +weakly 1 +weal/1 1 +wealth/2 1 +wealthy/49 1 +wean/11 1 +weaned 1 +weanling 1 +weapon/18 1 +weaponless 1 +weaponry/2 1 +wear/86 1754 +wearable 1 +wearer/1 1 +wearing/10 1 +wearisome/8 1 +weary/143 1 +wearying/8 1 +weasel/23 1 +weaselly 1 +weather/23 1 +weatherboard/141 1 +weatherboarding 1 +weathercock/18 1 +weathering/2 1 +weatherization/2 1 +weatherize/6 1 +weatherman/2 1755 +weathermen 1756 +weatherperson/1 1 +weatherproof/11 1 +weatherstrip/105 1 +weatherstripping/2 1 +weather 1 +weave/28 1757 +Weaver/3 +weaver/1 1 +weaving/2 1 +Web +web/136 1 +Webb +webbing/2 1 +Weber +Webern/3 +webfeet 1758 +webfoot/2 1759 +webmaster/1 1 +webmistress/4 1 +website/1 1 +Webster/1 1 +we'd +Wed/2 1 +wed/569 1 +Weddell/3 +wedder 1 +wedding/1 1 +wedge/28 1 +wedgie/1 1 +wedging 1 +Wedgwood 1 +wedlock/2 1 +Wednesday/1 1 +wee/570 1 +weed/23 1 +weeder/1 1 +weeding 1 +weedkiller/10 1 +weedless 1 +weeds/89 1 +weedy/34 1 +week/1 1 +weekday/1 1 +weekend/23 1 +weekender/10 1 +weeklies +weekly's +weekly 1 +weeknight/1 1 +Weeks/3 +week 1 +ween/11 1 +weenie/41 1 +weensy/34 1 +weeny/219 1 +weep/86 1760 +weeper/1 1 +weepie/447 1 +weeping/10 1 +weepy/42 1 +weevil/1 1 +weft/18 1 +Wehrmacht +Wei/3 +Weierstrass/3 +weigh/23 1 +weighbridge/10 1 +weighing 1 +weight/23 1 +weighted 1 +weighting/10 1 +weightless/16 1 +weightlifter/1 1 +weightlifting/2 1 +weighty/50 1 +Weill/3 +Weinberg/3 +weir/18 1 +weird/21 1 +weirdie/1 1 +weirdo/1 1 +weird 1 +Weiss/3 +Weissmuller/3 +Weizmann +Welch +welch/7 1 +welcome/28 1 +weld/23 1 +weldable 1 +welder/1 1 +welding 1 +Weldon/3 +welfare/2 1 +welkin/2 1 +we'll +well/571 643 +Welland/3 +Weller/3 +Welles +wellhead/1 1 +wellie/10 1 +wellington/1 1 +Wellington/1 1 +welling 1 +Wells +wellspring/1 1 +Welsh/2 1 +welsh/7 1 +welsher/1 1 +Welshman/2 1761 +Welshmen 1762 +Welsh 1 +Welshwoman 1 +welt/23 1 +welter/23 1 +welterweight/1 1 +welting 1 +welly +wen/1 1 +wench/40 1 +wend/572 1 +Wendell/3 +Wendi/3 +Wendy/3 +went 1763 +wept 1764 +we're +weren't +were 46 +werewolf/120 1 +werwolf/120 1 +Wesak/3 +Wesley/2 1 +Wesleyan/2 1 +Wessex +Wesson/3 +West/1 1 +west/2 1 +westbound 1 +westerlies +westerly's +westerly 1 +western/129 1 +Western/1 1 +westerner/1 1 +Westerner 1 +westernization/2 1 +westernize/6 1 +westernmost +Westinghouse +Westminster +Weston/3 +Westphalia +west 1 +westward/10 1 +wet/573 1 +wetback/1 1 +wetland/1 1 +we 1 +wetsuit/10 1 +wettable +wetter/1 1 +wetting 1 +wetware/10 1 +we've +Weyden/3 +Wezen/3 +whack/23 1 +whacker/1 1 +whacking/10 1 +whacky/34 1 +whale/28 1 +whaleboat/1 1 +whalebone/2 1 +whaler/1 1 +whales/89 1 +whaling/2 1 +wham/160 1 +whammy/15 1 +wham 1 +wharf/564 1 +Wharton +what/1 1 +whatchamacallit/1 1 +whatever 1 +whatnot/2 1 +whatshername +whatshisname +whatsit/10 1 +whatsoever 1 +what 1 +wheal/1 1 +wheat/2 1 +wheaten 1 +wheatgerm +Wheaties/3 +wheatmeal +Wheatstone/3 +wheedle/6 1 +wheedler/1 1 +wheedling 1 +wheel/23 1 +wheelbarrow/18 1 +wheelbase/1 1 +wheelchair/1 1 +Wheeler/3 +wheeler/10 1 +wheelhouse/1 1 +wheelie/1 1 +Wheeling/2 1 +wheeling 1 +wheelwright/1 1 +whee 1 +wheeze/28 1 +wheezing 1 +wheezy/50 1 +whelk/62 1 +whelm/11 1 +whelp/23 1 +when/1 1 +whence 1 +whenever +whensoever +when 1 +where/1 1 +whereabouts/2 1 +whereas 1 +whereat 1 +whereby 1 +wherefore/1 1 +wherein 1 +whereof 1 +whereon 1 +wheresoever +whereto +where 1 +whereupon +wherever +wherewithal/2 1 +wherewith 1 +wherry/167 1 +whet/479 1 +whether +whetstone/1 1 +whew 1 +whey/2 1 +whichever 1 +which 1 +whiff/23 1 +whiffing 1 +whiffletree/1 1 +Whig/1 1 +while/28 1 +whilom 1 +whilst +whim/18 1 +whimper/23 1 +whimpering 1 +whimsey/1 1 +whimsical/8 1 +whimsicality/2 1 +whimsy/15 1 +whine/28 1 +whiner/1 1 +whinge/574 1 +whingeing 1 +whinger/10 1 +whinier 1765 +whiniest 1765 +whining 1 +whiny/34 1 +whinny/56 1 +whip/47 1 +whipcord/2 1 +whiplash/40 1 +whipper/1 1 +whippersnapper/1 1 +whippet/1 1 +whipping/1 1 +Whipple/3 +whippletree/1 1 +whippoorwill/1 1 +whipsaw/23 1 +whir/103 1 +whirl/23 1 +whirligig/18 1 +whirling 1 +Whirlpool/3 +whirlpool/18 1 +whirlwind/1 1 +whirlybird/1 1 +whirr/23 1 +whirring 1 +whisk/23 1 +whisker/62 1 +whiskery 1 +whiskey/1 1 +whisper/23 1 +whisperer/1 1 +whispering/10 1 +whist/2 1 +whistle/28 1 +Whistler +whistler/1 1 +whistling 1 +whist 1 +whit/18 1 +Whitaker +white/25 1 +White/1 1 +white/6 1 +whitebait 1 +whiteboard/10 1 +whitecap/1 1 +Whitefield/3 +whitefish/4 1 +Whitehall +Whitehead +whitehead/1 1 +Whitehorse/2 1 +Whiteley/3 +whiten/11 1 +whitener/1 1 +whitening/1 1 +whiteout/1 1 +whitetail/1 1 +whitewall/1 1 +whitewash/22 1 +whitewashing 1 +whitewater/2 1 +whitey/1 1 +Whitfield/3 +whither 1 +whiting/1 1 +whitish 1 +Whitley/3 +Whitman +Whitney/2 1 +Whitsunday/1 1 +Whittier +whittle/43 1 +whittler/1 1 +whittling 1 +whit 1 +whiz/306 1 +whizkid/2 1 +whizzbang/1 1 +whizzing 1 +who/2 1 +WHO/2 1 +whoa 1 +who'd +whodunit/1 1 +whodunnit/1 1 +whoever 1 +whole/20 1 +wholefood/10 1 +wholegrain +wholehearted/16 1 +wholemeal +wholesale/28 1 +wholesaler/1 1 +wholesome/16 1 +wholewheat +who'll +wholly 1 +whomever 1 +whomsoever 1 +whom 1 +whoop/23 1 +whoopee/10 1 +whooper/1 1 +whooping 1 +whoosh/22 1 +whop/105 1 +whopper/1 1 +whopping 1 +who're +whore/73 1 +whorehouse/1 1 +whoreish 1 +whorish 1 +whorl/1 1 +whorled 1 +whose 1 +whosoever 1 +whoso 1 +who've +whup/105 1 +why/1 1 +why'd +why 1 +WI +Wicca 1 +Wichita/2 1 +wick/62 1 +wicked/21 1 +wicker/1 1 +wickerwork/2 1 +wicket/1 1 +wicketkeeper/10 1 +wicketkeeping +wide/575 1 +widemouthed +widen/11 1 +widener/1 1 +widespread +widgeon/1 1 +widget/10 1 +widow/23 1 +widower/1 1 +widowhood/2 1 +width/1 1 +wield/11 1 +wielder/1 1 +Wiemar/3 +wiener/1 1 +wienie/1 1 +Wiesel/3 +Wiesenthal/3 +wife/2 1766 +wifeless 1 +wifely/34 1 +wife 1 +wig/92 1 +wigeon/1 1 +wigging 1 +Wiggins +wiggle/28 1 +wiggler/1 1 +wiggles/89 1 +wiggly/34 1 +wight/18 1 +wiglet/1 1 +Wigner/3 +wigwag/92 1 +wigwam/1 1 +Wii/3 +wiki/3 +Wikipedia/3 +wikis +Wilberforce +Wilbert/3 +Wilbur/3 +Wilburn/3 +Wilcox/3 +wild/135 1 +Wilda/3 +wildcat/403 1 +wildcatter/1 1 +Wilde +wildebeest/1 1 +Wilder +wilderness/3 +wildernesses +wilder 1 +wildfire/1 1 +wildflower/1 1 +wildfowl/2 1 +wildlife/2 1 +wile/28 1 +Wiles +Wiley/3 +Wilford/3 +Wilfred/3 +Wilfredo/3 +wilfulness +wilfulness's +Wilhelm/3 +Wilhelmina/3 +Wilkerson/3 +Wilkes +Wilkins +Wilkinson/3 +Will/3 +will/519 1767 +Willa/3 +Willamette/3 +Willard +Willemstad +willful/16 1 +William/10 1 +Williamson +Willie/3 +willie/58 1 +willies's +willing/21 1 +Willis +williwaw/1 1 +willow/18 1 +willowy/34 1 +willpower/2 1 +Wilma/3 +Wilmer/3 +Wilmington/2 1 +Wilson/2 1 +Wilsonian +wilt/23 1 +Wilton/2 1 +wily/49 1 +Willy/3 +willy/258 1 +Wimbledon/3 +wimp/23 1 +wimpish 1 +wimple/28 1 +wimpling 1 +wimpy/34 1 +Wimsey/3 +win/442 1768 +wince/28 1 +winch/22 1 +Winchell/3 +Winchester/10 1 +wincing 1 +wind/23 1769 +windbag/1 1 +windblown 1 +windbreak/1 1 +windbreaker/1 1 +Windbreaker 1 +windburn/173 1 +windcheater/10 1 +windchill/2 1 +winded 1 +winder/1 1 +Windex/3 +windfall/1 1 +windflower/1 1 +Windhoek +winding/1 1 +windjammer/1 1 +windlass/40 1 +windless 1 +windmill/23 1 +window/23 1 +windowless 1 +windowpane/1 1 +Windows +windowsill/1 1 +windpipe/1 1 +windproof 1 +windrow/18 1 +windscreen/1 1 +windshield/1 1 +windsock/1 1 +Windsor/1 1 +windstorm/1 1 +windsurf/11 1 +windsurfer/1 1 +windsurfing/2 1 +windswept 1 +windup/1 1 +Windward/3 +windward/2 1 +windy/50 1 +wine/28 1 +wineglass/4 1 +winegrower/1 1 +winemaker/1 1 +winery/15 1 +Winesap/2 1 +wineskin 1 +Winfred/3 +Winfrey/3 +wing/23 1 +wingding/1 1 +winged 1 +winger/10 1 +wingless 1 +winglike 1 +wingspan/1 1 +wingspread/1 1 +wingtip/1 1 +winier 1770 +winiest 1770 +Winifred/3 +wink/23 1 +winker/1 1 +winking 1 +Winkle/3 +winkle/28 1 +winkling 1 +winnable +Winnebago/2 1 +winner/1 1 +Winnie 1 +winning/30 1 +Winnipeg/2 1 +winnow/5 1 +winnower/1 1 +winnowing 1 +wino/1 1 +winsome/27 1 +Winston/3 +winter/23 1 +wintergreen/2 1 +winterize/6 1 +Winters +wintertime/2 1 +winter 1 +wintery/34 1 +Winthrop/3 +wintry/34 1 +winy/34 1 +wipe/28 1 +wiper/1 1 +wiping 1 +wire/139 1 +wired/10 1 +wirehair/1 1 +wireless/40 1 +wirer 1 +wiretap/47 1 +wiretapper/1 1 +wiretapping/2 1 +wiriness/3 +wiring/2 1 +wiry/34 1 +Wis +Wisc +Wisconsin/2 1 +Wisconsinite/1 1 +wisdom/2 1 +Wise/3 +wise/576 1 +wiseacre/1 1 +wisecrack/23 1 +wiseguy/10 1 +wish/22 1 +wishbone/1 1 +wisher/1 1 +wishful/8 1 +wishing 1 +wisp/18 1 +wispy/34 1 +wistaria/1 1 +wisteria/1 1 +wistful/16 1 +wist 1 +wit/577 1771 +witch/22 1 +witchcraft/2 1 +witchdoctor +witchdoctors +witchery/2 1 +witching 1 +with/241 1 +withal 1 +withdraw/301 1772 +withdrawal/1 1 +withdrawing 1 +withdrawn 1 +withdrew 1773 +withe/28 1 +wither/11 1 +withered 1 +withering/191 1 +withers's +withheld 1774 +withhold/121 1775 +withholding/2 1 +within/2 1 +without 1 +withstand/121 1776 +withstood 1777 +witless/16 1 +witness/7 1 +witness's +Witt/3 +witted 1 +witter/11 1 +Wittgenstein/2 1 +witticism/1 1 +witting/8 1 +Witwatersrand +witty/50 1 +wive/6 1 +wives 1778 +wiz/2 1 +wizard/30 1 +wizardry/2 1 +wizened +wk +wkly +Wm/3 +WNW/2 1 +woad/2 1 +wobble/28 1 +wobbler 1 +wobbliness/3 +wobbling 1 +wobbly/34 1 +Wobegon/3 +Wodehouse/3 +wodge/10 1 +woe/1 1 +woebegone +woeful/85 1 +wog/10 1 +wok/1 1 +woken 1779 +woke 1779 +wold/1 1 +Wolf +wolf/578 1 +Wolfe +Wolff +Wolfgang/3 +wolfhound/1 1 +wolfing 1 +wolfish/8 1 +wolfram/2 1 +Wollongong +Wollstonecraft/3 +Wolsey +Wolverhampton +wolverine/1 1 +woman/2 1780 +womanhood/2 1 +womanish 1 +womanize/6 1 +womanizer/1 1 +womankind/2 1 +womanlike/2 1 +womanly/49 1 +woman 1 +womb/1 1 +wombat/1 1 +womble/10 1 +womenfolk/130 1 +women 1781 +won/2 1 +Wonder +wonder/23 1 +Wonderbra/2 1 +wonderful/16 1 +wondering/8 1 +wonderland/1 1 +wonderment/2 1 +wondrous/8 1 +Wong/3 +wonk/1 1 +wonky/34 1 +won 1782 +won't +wont/173 1 +wonted 1 +wonton/1 1 +won 1 +wont 1 +woo/11 1 +Wood +wood/185 1 +Woodard/3 +woodbine/2 1 +woodblock/1 1 +woodcarver/1 1 +woodcarving/1 1 +woodchuck/1 1 +woodcock/1 1 +woodcraft/2 1 +woodcut/128 1 +woodcutter/1 1 +woodcutting/2 1 +wooden/21 1 +Woodhull/3 +woodland/1 1 +woodlice +woodlot/1 1 +woodlouse 1 +woodman/2 1783 +woodmen 1784 +woodpecker/1 1 +woodpile/1 1 +Woodrow/3 +Woods +woodshed/18 1 +woodsiness/3 +woodsman/2 1785 +woodsmen 1786 +woodsmoke +Woodstock/3 +woodsy/34 1 +wood 1 +Woodward/3 +woodwind/1 1 +woodwork/2 1 +woodworker/1 1 +woodworking/2 1 +woodworm/10 1 +woody/286 1 +wooer/1 1 +woof/23 1 +woofer/1 1 +wooing 1 +wool/1 1 +woolen/1 1 +Woolf +woolgathering/2 1 +woolie/41 1 +wooliness +Woolite/3 +woollies +Woolongong/3 +Woolworth +wooly/34 1 +woolly/49 1 +woolly's +wooly's +Wooster/3 +Wooten/3 +woozy/50 1 +wop/579 1 +Worcester/1 1 +Worcestershire +word/23 1 +wordage/2 1 +wordbook/1 1 +wording/1 1 +wordless/8 1 +wordplay/2 1 +wordsmith/10 1 +Wordsworth/2 1 +wordy/50 1 +wore 1787 +work/580 1788 +workability 1 +workable 1 +workaday +workaholic/1 1 +workaround/10 1 +workbasket/10 1 +workbench/4 1 +workbook/1 1 +workday/1 1 +worker/1 1 +workfare/2 1 +workforce/1 1 +workhorse/1 1 +workhouse/1 1 +working/130 1 +workingman/2 1789 +workingmen 1790 +workingwoman/2 1791 +workingwomen 1792 +workload/1 1 +Workman/3 +workman/2 1793 +workmanlike +workmanship/2 1 +workmate/10 1 +workmen 1794 +workout/1 1 +workpeople +workpiece/10 1 +workplace/1 1 +workroom/1 1 +worksheet/1 1 +workshop/1 1 +workshy +workspace 1 +workstation/1 1 +worktable/1 1 +worktop/10 1 +workup/1 1 +workweek/1 1 +world/581 1 +worldly/140 1 +worldview/1 1 +worldwide 1 +worm/23 1 +wormhole/1 1 +Worms +wormwood/2 1 +wormy/34 1 +worn 1787 +worried/8 1 +worrier/1 1 +worriment/2 1 +worrisome +worry/56 1 +worrying/191 1 +worrywart/1 1 +worse/2 1 +worsen/11 1 +worse 1795 +worship/23 1 +worshiper/1 1 +worshipful 1 +worst/23 1 +worsted/2 1 +worst 1795 +wort/2 1 +worth/2 1 +worthless/16 1 +worth 1 +worthwhile 1 +worthy/221 1 +wost 1796 +Wotan/2 1 +wotcha +wot 1796 +would/58 1 +wouldn't +wouldst 1797 +would 1797 +would've +wound/78 1 +wounded 1 +wounder 1 +wounding 1 +wound 1798 +woven 1799 +wove 1799 +Wovoka/3 +wow/23 1 +Wozniak/3 +Wozzeck/3 +WP +wpm 1 +wrack/23 1 +wraith/1 1 +Wrangell/3 +wrangle/28 1 +wrangler/1 1 +wrangling/10 1 +wrap/296 1 +wraparound/1 1 +wrapper/1 1 +wrapping/1 1 +wrasse/1 1 +wrath/2 1 +wrathful/8 1 +wrath 1 +wreak/11 1 +wreath/23 1 +wreathe/6 1 +wreck/23 1 +wreckage/2 1 +wrecker/1 1 +wrecking 1 +wren/1 1 +wrench/22 1 +wrenching 1 +Wren 1 +wrest/23 1 +wrestle/28 1 +wrestler/1 1 +wrestling/2 1 +wretch/4 1 +wretched/21 1 +wriggle/28 1 +wriggler/1 1 +wriggling 1 +wriggly/34 1 +Wright +wright/1 1 +Wrigley/3 +wring/86 1800 +wringer/1 1 +wringing 1 +wrinkle/28 1 +wrinkled 1 +wrinklies +wrinkly/34 1 +wrinkly's +wrist/1 1 +wristband/1 1 +wristwatch/4 1 +writ/1 1 +writable +write/90 1801 +writer/1 1 +writeup 1 +writhe/28 1 +writhing 1 +writing/1 1 +Wroclaw/2 1 +wrong/52 1 +wrongdoer/1 1 +wrongdoing/1 1 +wronger 1 +wrongful/16 1 +wrongheaded/16 1 +wrote 1802 +wroth 1 +wrought 1803 +wrung 1804 +wry/21 1 +WSW/2 1 +wt +Wu/2 1 +Wuhan +wunderkind/10 1 +Wurlitzer/3 +wurst/1 1 +wuss/4 1 +wussy/42 1 +WV +WW +WWI +WWII +WWW/2 1 +WY +Wyatt +Wycherley/3 +Wycliffe/3 +Wyeth +Wylie/3 +Wynn/3 +Wyo +Wyoming/2 1 +Wyomingite/1 1 +WYSIWYG +X/4 1 +Xanadu 1 +Xanthippe 1 +Xavier +xci +xcii +xciv +xcix +xcvi +xcvii +Xe/1 1 +XEmacs/3 +Xenakis/3 +Xenia/3 +xenon/2 1 +xenophobe/1 1 +xenophobia/2 1 +xenophobic +Xenophon +xerographic 1 +xerography/2 1 +Xerox/205 1 +xerox/4 1 +Xerox/4 1 +xerox/7 1 +Xerxes +Xhosa/2 1 +xi/1 1 +Xi'an +Xian/1 1 +Xiaoping/3 +xiii 1 +xii 1 +Ximenes +Xingu/3 +Xiongnu/3 +xi 1 +xiv 1 +xix 1 +XL/2 1 +Xmas/4 1 +XML +Xochipilli/3 +xor +xref +xreffed +xreffing +xrefs +XS +xterm/2 1 +x 1 +Xuzhou/3 +xviii 1 +xvii 1 +xvi 1 +xv 1 +xxiii 1 +xxii 1 +xxi 1 +xxiv 1 +xxix 1 +XXL +xx 1 +xxviii 1 +xxvii 1 +xxvi 1 +xxv 1 +xxxi +xxxii +xxxiii +xxxiv +xxxix +xxx 1 +xxxv +xxxvi +xxxvii +xxxviii +xylem/2 1 +xylene 1 +xylophone/1 1 +xylophonist/1 1 +y/166 1 +Y/2 1 +Yacc/3 +yacht/23 1 +yachting/2 1 +yachtsman/2 1805 +yachtsmen 1806 +yachtswoman/2 1807 +yachtswomen 1808 +yack/23 1 +yahoo/1 1 +Yahoo/2 1 +Yahtzee/3 +Yahveh/2 1 +Yahweh/2 1 +yak/64 1 +Yakima 1 +Yakut/2 1 +Yakutsk +Yale/2 1 +y'all +Yalow/3 +Yalta/2 1 +Yalu/2 1 +yam/1 1 +Yamagata/3 +Yamaha/3 +yammer/23 1 +yammerer/1 1 +yammering 1 +Yamoussoukro +Yang +yang/2 1 +Yangon/2 1 +Yangtze/2 1 +yank/1 1 +Yank/1 1 +yank/11 1 +Yankee/1 1 +Yaobang/3 +Yaounde/2 1 +yap/47 1 +Yaqui 1 +yard/18 1 +yardage/1 1 +yardarm/1 1 +yardman/2 1809 +yardmaster/1 1 +yardmen 1810 +yardstick/1 1 +Yaren +yarmelke/1 1 +yarmulke/1 1 +yarn/18 1 +Yaroslavl +yarrow/2 1 +yashmak/10 1 +ya 1811 +Yataro/3 +Yates +yaw/185 1 +yawl/18 1 +yawn/23 1 +yawner/1 1 +yawningly +yawning 1 +Yb/2 1 +yd +ye/582 1 +yea/1 1 +Yeager/3 +yeah/1 1 +year/1 1 +yearbook/1 1 +yearlies +yearling/1 1 +yearlong 1 +yearly's +yearly 1 +yearn/11 1 +yearning/30 1 +yeast/18 1 +yeasty/34 1 +Yeats/2 1 +yea 1 +yegg/1 1 +Yekaterinburg +yell/23 1 +yelling 1 +yellow/165 1 +yellowhammer/10 1 +yellowish +Yellowknife +Yellowstone/2 1 +yellowy 1 +yelp/23 1 +yelping 1 +Yeltsin +Yemen/2 1 +Yemeni/1 1 +Yemenite 1 +yen/18 1 +Yenisei/2 1 +yeoman/2 1812 +yeomanry/2 1 +yeoman 1 +yeomen 1813 +yep/1 1 +Yerevan +Yerkes/3 +yes/541 1 +Yesenia/3 +yeshiva/1 1 +yeshivah/2 1 +yesterday/1 1 +yesteryear/2 1 +yeti/1 1 +yet 1 +Yevtushenko/3 +yew/1 1 +Yggdrasil +yid/10 1 +Yiddish/2 1 +yield/23 1 +yielding/10 1 +yikes +yin/2 1 +yip/47 1 +yipe 1 +yippee 1 +YMCA +YMHA +Ymir/2 1 +YMMV +yo +yob/10 1 +yobbo/10 1 +Yoda/3 +yodel/23 1 +yodeler/1 1 +yodeling 1 +yoga/2 1 +yoghourt/1 1 +yoghurt/1 1 +yogi/1 1 +yogic 1 +yogin/1 1 +yogurt/1 1 +yoke/28 1 +yokel/1 1 +yoking 1 +Yoknapatawpha/3 +Yoko/3 +Yokohama +Yolanda/3 +yolk/1 1 +yolked 1 +yonder 1 +Yong/3 +Yonkers +yonks +yon 1814 +yore/2 1 +York/2 1 +yorker/10 1 +Yorkie 1 +Yorkshire/1 1 +Yorktown/2 1 +york 1 +Yoruba/2 1 +Yosemite/2 1 +Yossarian/3 +you/1 1 +you'd +you'll +Young +young/583 1 +younger 1 +youngish 1 +youngster/1 1 +Youngstown +your/10 1 +you're +yourself/338 1 +your 1 +youth/1 1 +youthful/16 1 +YouTube/3 +you've +yowl/23 1 +yowling 1 +yow 1 +Ypres/2 1 +Ypsilanti +yr/10 1 +YT +ytterbium/2 1 +yttrium/2 1 +Yuan/3 +yuan/2 1 +Yucatan/2 1 +yucca/1 1 +yuck/23 1 +yucky/34 1 +Yugo +Yugoslav/1 1 +Yugoslavia/2 1 +Yugoslavian/1 1 +yuk/64 1 +yukky 1 +Yukon/2 1 +Yule/1 1 +yule/2 1 +Yuletide/1 1 +yuletide/2 1 +Yuma/1 1 +yummy/34 1 +yum 1814 +Yunnan/2 1 +yup/1 1 +yuppie/1 1 +yuppify/31 1 +yuppy/15 1 +yup 1 +Yuri/3 +yurt/1 1 +Yves/3 +Yvette/3 +Yvonne/3 +YWCA +YWHA +z +Z/2 1 +Zachariah/3 +Zachary/3 +Zachery/3 +Zagreb/2 1 +Zaire/2 1 +Zairian 1 +Zambezi/2 1 +Zambia/2 1 +Zambian/1 1 +Zamboni 1 +Zamenhof/3 +Zamora +Zane/3 +Zanuck/3 +Zanzibar/2 1 +zany/584 1 +zap/47 1 +Zapata +Zaporozhye +Zapotec 1 +Zappa/3 +zapper/1 1 +zappy 1 +Zara/3 +Zarathustra/2 1 +zeal/2 1 +zealot/1 1 +zealotry/2 1 +zealous/16 1 +Zebedee +zebra/1 1 +zebras 1 +zebu/1 1 +Zechariah +zed/1 1 +Zedekiah/3 +Zedong/3 +Zeffirelli/3 +zeitgeist/1 1 +Zeke/3 +Zelig +Zelma/3 +Zen/1 1 +zen/192 1 +Zenger/3 +zenith/1 1 +Zeno/2 1 +zeolites +Zephaniah +zephyr/1 1 +Zephyrus +zeppelin/1 1 +Zeppelin 1 +zero/272 1 +zeroth +zero 1 +Zest/3 +zest/18 1 +zestful/16 1 +zesty/34 1 +zeta/1 1 +zeugma 1 +Zeus/2 1 +Zhdanov +Zhengzhou +Zhivago/3 +Zhukov +Zibo/3 +Ziegfeld +Ziegler/3 +zigamorph/10 1 +zigzag/92 1 +Ziggy/3 +zilch/2 1 +zillion/1 1 +Zimbabwe/2 1 +Zimbabwean/1 1 +Zimmerman/3 +zinc/64 1 +zine/10 1 +zinfandel/2 1 +Zinfandel/2 1 +zing/23 1 +zinger/1 1 +zingy/34 1 +zinnia/1 1 +Zion/1 1 +Zionism/1 1 +Zionist/1 1 +zip/47 1 +Ziploc 1 +zipper/23 1 +zippy/34 1 +zircon/1 1 +zirconium/2 1 +zit/1 1 +zither/1 1 +zloty/15 1 +Zn/2 1 +zodiac/1 1 +zodiacal +Zoe/3 +Zola/2 1 +Zollverein +Zoloft +Zomba/2 1 +zombi/1 1 +zombie/1 1 +zonal/8 1 +zone/28 1 +zoning/2 1 +zonked +zoo/1 1 +zookeeper/1 1 +zoological/8 1 +zoologist/1 1 +zoology/2 1 +zoom/23 1 +zoophyte/1 1 +zoophytic 1 +zorch/7 1 +Zorn +Zoroaster/2 1 +Zoroastrian/1 1 +Zoroastrianism/1 1 +Zorro/3 +Zosma/3 +zounds 1 +Zr/2 1 +Zubenelgenubi/3 +Zubeneschamali/3 +zucchini/1 1 +zugzwang 1 +Zukor/3 +Zulu/1 1 +Zululand +Zuni 1 +Zurich/2 1 +zwieback/2 1 +Zwingli/3 +Zworykin +zydeco/2 1 +zygote/1 1 +zygotic 1 +zymurgy/2 1 +Zyrtec/3 +Zyuganov/3 +Zzz +Zs +Zsigmondy +0/585 +0th/586 +1/587 +1st/588 +1th/589 +2/585 +2nd/588 +2th/589 +3/585 +3rd/588 +3th/589 +4/585 +4th/586 +5/585 +5th/586 +6/585 +6th/586 +7/585 +7th/586 +8/585 +8th/586 +9/585 +9th/586 +10s/586 +20s/586 +30s/586 +40s/586 +50s/586 +60s/586 +70s/586 +80s/586 +90s/586 +100s/586 +200s/586 +300s/586 +400s/586 +500s/586 +600s/586 +700s/586 +800s/586 +900s/586 +1000s/586 +2000s/586 +'10s +'20s +'30s +'40s +'50s +'60s +'70s +'80s +'90s +10's/586 +20's/586 +30's/586 +40's/586 +50's/586 +60's/586 +70's/586 +80's/586 +90's/586 +100's/586 +200's/586 +300's/586 +400's/586 +500's/586 +600's/586 +700's/586 +800's/586 +900's/586 +1000's/586 +2000's/586 +'10's +'20's +'30's +'40's +'50's +'60's +'70's +'80's +'90's diff --git a/resources/dicts/en_ZA.aff b/resources/dicts/en_ZA.aff new file mode 100755 index 000000000..c7ac8f6ad --- /dev/null +++ b/resources/dicts/en_ZA.aff @@ -0,0 +1,1440 @@ +# Affix file for British English MySpell dictionary +# Also suitable as basis for Commonwealth and European English. +# Built from scratch for MySpell. Released under LGPL. +# +# David Bartlett, Andrew Brown. +# R 1.18, 11/04/05 +# 2010-03-09 (nemeth AT OOo) +# - UTF-8 encoded dictionary: +# - fix em-dash problem of OOo 3.2 by BREAK +# - suggesting words with typographical apostrophes +# - recognizing words with Unicode f ligatures +# - add phonetic suggestion (Copyright (C) 2000 Björn Jacke, see the end of the file) +SET UTF-8 +TRY esiaénrtolcdugmfphbyvkw-'.zqjxSNRTLCGDMFPHBEAUYOIVKWóöâôZQJXÅçèîêàïüäñ +REP 36 +REP f ph +REP ph f +REP f gh +REP f ugh +REP gh f +REP ff ugh +REP uf ough +REP uff ough +REP k ch +REP ch k +REP dg j +REP j dg +REP w ugh +REP ness ity +REP leness ility +REP ness ivity +REP eness ity +REP og ogue +REP ck qu +REP ck que +REP eg e.g. +REP ie i.e. +REP t ght +REP ght t +REP ok OK +REP ts ce +REP ce ts +REP ter tor +REP tor ter +REP se ce +REP ce se +REP ie y +REP y ie +REP ll l +REP l ll +REP ua ue +PFX A Y 2 +PFX A 0 re [^e] +PFX A 0 re- e +PFX a Y 1 +PFX a 0 mis . +PFX I Y 4 +PFX I 0 il l +PFX I 0 ir r +PFX I 0 im [bmp] +PFX I 0 in [^blmpr] +PFX c Y 1 +PFX c 0 over . +PFX U Y 1 +PFX U 0 un . +PFX C Y 2 +PFX C 0 de [^e] +PFX C 0 de- e +PFX E Y 1 +PFX E 0 dis . +PFX F Y 5 +PFX F 0 com [bmp] +PFX F 0 co [aeiouh] +PFX F 0 cor r +PFX F 0 col l +PFX F 0 con [^abehilmopru]. +PFX K Y 1 +PFX K 0 pre . +PFX e Y 1 +PFX e 0 out . +PFX f Y 2 +PFX f 0 under [^r] +PFX f 0 under- r +PFX O Y 1 +PFX O 0 non- . +PFX 4 Y 1 +PFX 4 0 trans . +SFX V Y 15 +SFX V 0 tive [aio] +SFX V b ptive b +SFX V d sive d +SFX V be ptive be +SFX V e tive ce +SFX V de sive de +SFX V ke cative ke +SFX V e ptive me +SFX V e ive [st]e +SFX V e ative [^bcdkmst]e +SFX V 0 lative [aeiou]l +SFX V 0 ative [^aeiou]l +SFX V 0 ive [st] +SFX V y icative y +SFX V 0 ative [^abdeilosty] +SFX v Y 15 +SFX v 0 tively [aio] +SFX v b ptively b +SFX v d sively d +SFX v be ptively be +SFX v e tively ce +SFX v de sively de +SFX v ke catively ke +SFX v e ptively me +SFX v e ively [st]e +SFX v e atively [^bcdkmst]e +SFX v 0 latively [aeiou]l +SFX v 0 atively [^aeiou]l +SFX v 0 ively [st] +SFX v y icatively y +SFX v 0 atively [^abdeilosty] +SFX u Y 15 +SFX u 0 tiveness [aio] +SFX u b ptiveness b +SFX u d siveness d +SFX u be ptiveness be +SFX u e tiveness ce +SFX u de siveness de +SFX u ke cativeness ke +SFX u e ptiveness me +SFX u e iveness [st]e +SFX u e ativeness [^bcdkmst]e +SFX u 0 lativeness [aeiou]l +SFX u 0 ativeness [^aeiou]l +SFX u 0 iveness [st] +SFX u y icativeness y +SFX u 0 ativeness [^abdeilosty] +SFX N Y 26 +SFX N b ption b +SFX N d sion d +SFX N be ption be +SFX N e tion ce +SFX N de sion de +SFX N ke cation ke +SFX N e ption ume +SFX N e mation [^u]me +SFX N e ion [^o]se +SFX N e ition ose +SFX N e ation [iou]te +SFX N e ion [^iou]te +SFX N e ation [^bcdkmst]e +SFX N el ulsion el +SFX N 0 lation [aiou]l +SFX N 0 ation [^aeiou]l +SFX N 0 mation [aeiou]m +SFX N 0 ation [^aeiou]m +SFX N er ration er +SFX N 0 ation [^e]r +SFX N 0 ion [sx] +SFX N t ssion mit +SFX N 0 ion [^m]it +SFX N 0 ation [^i]t +SFX N y ication y +SFX N 0 ation [^bdelmrstxy] +SFX n Y 28 +SFX n 0 tion a +SFX n e tion ce +SFX n ke cation ke +SFX n e ation [iou]te +SFX n e ion [^iou]te +SFX n e ation [^ckt]e +SFX n el ulsion el +SFX n 0 lation [aiou]l +SFX n 0 ation [^aeiou]l +SFX n er ration er +SFX n 0 ation [^e]r +SFX n y ation py +SFX n y ication [^p]y +SFX n 0 ation [^aelry] +SFX n 0 tions a +SFX n e tions ce +SFX n ke cations ke +SFX n e ations [iou]te +SFX n e ions [^iou]te +SFX n e ations [^ckt]e +SFX n el ulsions el +SFX n 0 lations [aiou]l +SFX n 0 ations [^aeiou]l +SFX n er rations er +SFX n 0 ations [^e]r +SFX n y ations py +SFX n y ications [^p]y +SFX n 0 ations [^aelry] +SFX X Y 26 +SFX X b ptions b +SFX X d sions d +SFX X be ptions be +SFX X e tions ce +SFX X ke cations ke +SFX X de sions de +SFX X e ptions ume +SFX X e mations [^u]me +SFX X e ions [^o]se +SFX X e itions ose +SFX X e ations [iou]te +SFX X e ions [^iou]te +SFX X e ations [^bcdkmst]e +SFX X el ulsions el +SFX X 0 lations [aiou]l +SFX X 0 ations [^aeiou]l +SFX X 0 mations [aeiou]m +SFX X 0 ations [^aeiou]m +SFX X er rations er +SFX X 0 ations [^e]r +SFX X 0 ions [sx] +SFX X t ssions mit +SFX X 0 ions [^m]it +SFX X 0 ations [^i]t +SFX X y ications y +SFX X 0 ations [^bdelmrstxy] +SFX x Y 40 +SFX x b ptional b +SFX x d sional d +SFX x be ptional be +SFX x e tional ce +SFX x ke cational ke +SFX x de sional de +SFX x e ional [^o]se +SFX x e itional ose +SFX x e ional te +SFX x e ational [^bcdkst]e +SFX x el ulsional el +SFX x 0 lational [aiou]l +SFX x 0 ational [^aeiou]l +SFX x er rational er +SFX x 0 ational [^e]r +SFX x 0 ional [sx] +SFX x 0 ional [^n]t +SFX x 0 ational nt +SFX x y icational y +SFX x 0 ational [^bdelrstxy] +SFX x b ptionally b +SFX x d sionally d +SFX x be ptionally be +SFX x e tionally ce +SFX x ke cationally ke +SFX x de sionally de +SFX x e ionally [^o]se +SFX x e itionally ose +SFX x e ionally te +SFX x e ationally [^bcdkst]e +SFX x el ulsionally el +SFX x 0 lationally [aiou]l +SFX x 0 ationally [^aeiou]l +SFX x er rationally er +SFX x 0 ationally [^e]r +SFX x 0 ionally [sx] +SFX x 0 ionally [^n]t +SFX x 0 ationally nt +SFX x y icationally y +SFX x 0 ationally [^bdelrstxy] +SFX H N 13 +SFX H y ieth y +SFX H ree ird ree +SFX H ve fth ve +SFX H e th [^ev]e +SFX H 0 h t +SFX H 0 th [^ety] +SFX H y ieths y +SFX H ree irds ree +SFX H ve fths ve +SFX H e ths [^ev]e +SFX H 0 hs t +SFX H 0 ths [^ety] +SFX H 0 fold . +SFX Y Y 9 +SFX Y 0 ally ic +SFX Y 0 ly [^i]c +SFX Y e y [^aeiou]le +SFX Y 0 ly [aeiou]le +SFX Y 0 ly [^l]e +SFX Y 0 y [^aeiou]l +SFX Y y ily [^aeiou]y +SFX Y 0 ly [aeiou][ly] +SFX Y 0 ly [^cely] +SFX G Y 24 +SFX G e ing [^eioy]e +SFX G 0 ing [eoy]e +SFX G ie ying ie +SFX G 0 bing [^aeio][aeiou]b +SFX G 0 king [^aeio][aeiou]c +SFX G 0 ding [^aeio][aeiou]d +SFX G 0 fing [^aeio][aeiou]f +SFX G 0 ging [^aeio][aeiou]g +SFX G 0 king [^aeio][aeiou]k +SFX G 0 ling [^aeio][eiou]l +SFX G 0 ing [aeio][eiou]l +SFX G 0 ling [^aeo]al +SFX G 0 ing [aeo]al +SFX G 0 ming [^aeio][aeiou]m +SFX G 0 ning [^aeio][aeiou]n +SFX G 0 ping [^aeio][aeiou]p +SFX G 0 ring [^aeio][aeiou]r +SFX G 0 sing [^aeio][aeiou]s +SFX G 0 ting [^aeio][aeiou]t +SFX G 0 ving [^aeio][aeiou]v +SFX G 0 zing [^aeio][aeiou]z +SFX G 0 ing [aeio][aeiou][bcdfgkmnprstvz] +SFX G 0 ing [^aeiou][bcdfgklmnprstvz] +SFX G 0 ing [^ebcdfgklmnprstvz] +SFX J Y 25 +SFX J e ings [^eioy]e +SFX J 0 ings [eoy]e +SFX J ie yings ie +SFX J 0 bings [^aeio][aeiou]b +SFX J 0 king [^aeio][aeiou]c +SFX J 0 dings [^aeio][aeiou]d +SFX J 0 fings [^aeio][aeiou]f +SFX J 0 gings [^aeio][aeiou]g +SFX J 0 kings [^aeio][aeiou]k +SFX J 0 lings [^aeio][eiou]l +SFX J 0 ings [aeio][eiou]l +SFX J 0 lings [^aeo]al +SFX J 0 ings [aeo]al +SFX J 0 mings [^aeio][aeiou]m +SFX J 0 nings [^aeio][aiou]n +SFX J 0 pings [^aeio][aeiou]p +SFX J 0 rings [^aeio][aiou]r +SFX J 0 sings [^aeio][aeiou]s +SFX J 0 tings [^aeio][aiou]t +SFX J 0 vings [^aeio][aeiou]v +SFX J 0 zings [^aeio][aeiou]z +SFX J 0 ings [^aeio]e[nrt] +SFX J 0 ings [aeio][aeiou][bcdfgkmnprstvz] +SFX J 0 ings [^aeiou][bcdfgklmnprstvz] +SFX J 0 ings [^ebcdfgklmnprstvz] +SFX k Y 8 +SFX k e ingly [^eioy]e +SFX k 0 ingly [eoy]e +SFX k ie yingly ie +SFX k 0 kingly [^aeio][aeiou]c +SFX k 0 lingly [^aeio][aeiou]l +SFX k 0 ingly [aeio][aeiou][cl] +SFX k 0 ingly [^aeiou][cl] +SFX k 0 ingly [^ecl] +SFX D Y 25 +SFX D 0 d [^e]e +SFX D e d ee +SFX D 0 bed [^aeio][aeiou]b +SFX D 0 ked [^aeio][aeiou]c +SFX D 0 ded [^aeio][aeiou]d +SFX D 0 fed [^aeio][aeiou]f +SFX D 0 ged [^aeio][aeiou]g +SFX D 0 ked [^aeio][aeiou]k +SFX D 0 led [^aeio][eiou]l +SFX D 0 ed [aeio][eiou]l +SFX D 0 led [^aeo]al +SFX D 0 ed [aeo]al +SFX D 0 med [^aeio][aeiou]m +SFX D 0 ned [^aeio][aeiou]n +SFX D 0 ped [^aeio][aeiou]p +SFX D 0 red [^aeio][aeiou]r +SFX D 0 sed [^aeio][aeiou]s +SFX D 0 ted [^aeio][aeiou]t +SFX D 0 ved [^aeio][aeiou]v +SFX D 0 zed [^aeio][aeiou]z +SFX D y ied [^aeiou]y +SFX D 0 ed [aeiou]y +SFX D 0 ed [aeio][aeiou][bcdfgkmnprstvz] +SFX D 0 ed [^aeiou][bcdfgklmnprstvz] +SFX D 0 ed [^ebcdfgklmnprstvyz] +SFX d Y 16 +SFX d 0 d e +SFX d 0 ked [^aeio][aeiou]c +SFX d 0 led [^aeio][aeiou]l +SFX d y ied [^aeiou]y +SFX d 0 ed [aeiou]y +SFX d 0 ed [aeio][aeiou][cl] +SFX d 0 ed [^aeiou][cl] +SFX d 0 ed [^ecly] +SFX d e ing [^eioy]e +SFX d 0 ing [eoy]e +SFX d ie ying ie +SFX d 0 king [^aeio][aeiou]c +SFX d 0 ling [^aeio][aeiou]l +SFX d 0 ing [aeio][aeiou][cl] +SFX d 0 ing [^aeiou][cl] +SFX d 0 ing [^ecl] +SFX h Y 22 +SFX h 0 dly e +SFX h 0 bedly [^aeio][aeiou]b +SFX h 0 kedly [^aeio][aeiou]c +SFX h 0 dedly [^aeio][aeiou]d +SFX h 0 fedly [^aeio][aeiou]f +SFX h 0 gedly [^aeio][aeiou]g +SFX h 0 kedly [^aeio][aeiou]k +SFX h 0 ledly [^aeio][aeiou]l +SFX h 0 medly [^aeio][aeiou]m +SFX h 0 nedly [^aeio][aiou]n +SFX h 0 pedly [^aeio][aeiou]p +SFX h 0 redly [^aeio][aiou]r +SFX h 0 sedly [^aeio][aeiou]s +SFX h 0 tedly [^aeio][aiou]t +SFX h 0 vedly [^aeio][aeiou]v +SFX h 0 zedly [^aeio][aeiou]z +SFX h 0 edly [^aeio]e[nrt] +SFX h y iedly [^aeiou]y +SFX h 0 edly [aeiou]y +SFX h 0 edly [aeio][aeiou][bcdfgklmnprstvz] +SFX h 0 edly [^aeiou][bcdfgklmnprstvz] +SFX h 0 edly [^ebcdfgklmnprstvyz] +SFX i Y 22 +SFX i 0 dness e +SFX i 0 bedness [^aeio][aeiou]b +SFX i 0 kedness [^aeio][aeiou]c +SFX i 0 dedness [^aeio][aeiou]d +SFX i 0 fedness [^aeio][aeiou]f +SFX i 0 gedness [^aeio][aeiou]g +SFX i 0 kedness [^aeio][aeiou]k +SFX i 0 ledness [^aeio][aeiou]l +SFX i 0 medness [^aeio][aeiou]m +SFX i 0 nedness [^aeio][aiou]n +SFX i 0 pedness [^aeio][aeiou]p +SFX i 0 redness [^aeio][aiou]r +SFX i 0 sedness [^aeio][aeiou]s +SFX i 0 tedness [^aeio][aiou]t +SFX i 0 vedness [^aeio][aeiou]v +SFX i 0 zedness [^aeio][aeiou]z +SFX i 0 edness [^aeio]e[nrt] +SFX i y iedness [^aeiou]y +SFX i 0 edness [aeiou]y +SFX i 0 edness [aeio][aeiou][bcdfgklmnprstvz] +SFX i 0 edness [^aeiou][bcdfgklmnprstvz] +SFX i 0 edness [^ebcdfgklmnprstvyz] +SFX T Y 42 +SFX T 0 r e +SFX T 0 st e +SFX T 0 ber [^aeio][aeiou]b +SFX T 0 best [^aeio][aeiou]b +SFX T 0 ker [^aeio][aeiou]c +SFX T 0 kest [^aeio][aeiou]c +SFX T 0 der [^aeio][aeiou]d +SFX T 0 dest [^aeio][aeiou]d +SFX T 0 fer [^aeio][aeiou]f +SFX T 0 fest [^aeio][aeiou]f +SFX T 0 ger [^aeio][aeiou]g +SFX T 0 gest [^aeio][aeiou]g +SFX T 0 ker [^aeio][aeiou]k +SFX T 0 kest [^aeio][aeiou]k +SFX T 0 ler [^aeio][aeiou]l +SFX T 0 lest [^aeio][aeiou]l +SFX T 0 mer [^aeio][aeiou]m +SFX T 0 mest [^aeio][aeiou]m +SFX T 0 ner [^aeio][aeiou]n +SFX T 0 nest [^aeio][aeiou]n +SFX T 0 per [^aeio][aeiou]p +SFX T 0 pest [^aeio][aeiou]p +SFX T 0 rer [^aeio][aeiou]r +SFX T 0 rest [^aeio][aeiou]r +SFX T 0 ser [^aeio][aeiou]s +SFX T 0 sest [^aeio][aeiou]s +SFX T 0 ter [^aeio][aeiou]t +SFX T 0 test [^aeio][aeiou]t +SFX T 0 ver [^aeio][aeiou]v +SFX T 0 vest [^aeio][aeiou]v +SFX T 0 zer [^aeio][aeiou]z +SFX T 0 zest [^aeio][aeiou]z +SFX T y ier [^aeiou]y +SFX T y iest [^aeiou]y +SFX T 0 er [aeiou]y +SFX T 0 est [aeiou]y +SFX T 0 er [aeio][aeiou][bcdfgklmnprstvz] +SFX T 0 er [^aeiou][bcdfgklmnprstvz] +SFX T 0 er [^ebcdfgklmnprstvyz] +SFX T 0 est [aeio][aeiou][bcdfgklmnprstvz] +SFX T 0 est [^aeiou][bcdfgklmnprstvz] +SFX T 0 est [^ebcdfgklmnprstvyz] +SFX R Y 72 +SFX R 0 r e +SFX R 0 rs e +SFX R 0 ber [^aeio][aeiou]b +SFX R 0 bers [^aeio][aeiou]b +SFX R 0 ker [^aeio][aeiou]c +SFX R 0 kers [^aeio][aeiou]c +SFX R 0 der [^aeio][aeiou]d +SFX R 0 ders [^aeio][aeiou]d +SFX R 0 fer [^aeio][aeiou]f +SFX R 0 fers [^aeio][aeiou]f +SFX R 0 ger [^aeio][aeiou]g +SFX R 0 gers [^aeio][aeiou]g +SFX R 0 ker [^aeio][aeiou]k +SFX R 0 kers [^aeio][aeiou]k +SFX R 0 ler [^aeio][eiou]l +SFX R 0 er [aeio][eiou]l +SFX R 0 ler [^aeo]al +SFX R 0 er [aeo]al +SFX R 0 lers [^aeio][eiou]l +SFX R 0 ers [aeio][eiou]l +SFX R 0 lers [^aeo]al +SFX R 0 ers [aeo]al +SFX R 0 mer [^aeio][aeiou]m +SFX R 0 mers [^aeio][aeiou]m +SFX R 0 ner [^aeio][aeiou]n +SFX R 0 ners [^aeio][aeiou]n +SFX R 0 per [^aeio][aeiou]p +SFX R 0 pers [^aeio][aeiou]p +SFX R 0 rer [^aeio][aeiou]r +SFX R 0 rers [^aeio][aeiou]r +SFX R 0 ser [^aeio][aeiou]s +SFX R 0 sers [^aeio][aeiou]s +SFX R 0 ter [^aeio][aeiou]t +SFX R 0 ters [^aeio][aeiou]t +SFX R 0 ver [^aeio][aeiou]v +SFX R 0 vers [^aeio][aeiou]v +SFX R 0 zer [^aeio][aeiou]z +SFX R 0 zers [^aeio][aeiou]z +SFX R y ier [^aeiou]y +SFX R y iers [^aeiou]y +SFX R 0 er [aeiou]y +SFX R 0 ers [aeiou]y +SFX R 0 er [aeio][aeiou][bcdfgkmnprstvz] +SFX R 0 ers [aeio][aeiou][bcdfgkmnprstvz] +SFX R 0 er [^aeiou][bcdfgklmnprstvz] +SFX R 0 ers [^aeiou][bcdfgklmnprstvz] +SFX R 0 er [^ebcdfgklmnprstvyz] +SFX R 0 ers [^ebcdfgklmnprstvyz] +SFX R 0 r's e +SFX R 0 ber's [^aeio][aeiou]b +SFX R 0 ker's [^aeio][aeiou]c +SFX R 0 der's [^aeio][aeiou]d +SFX R 0 fer's [^aeio][aeiou]f +SFX R 0 ger's [^aeio][aeiou]g +SFX R 0 ker's [^aeio][aeiou]k +SFX R 0 ler's [^aeio][eiou]l +SFX R 0 er's [aeio][eiou]l +SFX R 0 ler's [^aeo]al +SFX R 0 er's [aeo]al +SFX R 0 mer's [^aeio][aeiou]m +SFX R 0 ner's [^aeio][aeiou]n +SFX R 0 per's [^aeio][aeiou]p +SFX R 0 rer's [^aeio][aeiou]r +SFX R 0 ser's [^aeio][aeiou]s +SFX R 0 ter's [^aeio][aeiou]t +SFX R 0 ver's [^aeio][aeiou]v +SFX R 0 zer's [^aeio][aeiou]z +SFX R y ier's [^aeiou]y +SFX R 0 er's [aeiou]y +SFX R 0 er's [aeio][aeiou][bcdfgkmnprstvz] +SFX R 0 er's [^aeiou][bcdfgklmnprstvz] +SFX R 0 er's [^ebcdfgklmnprstvyz] +SFX r Y 24 +SFX r 0 r e +SFX r 0 ler [^aeio][aeiou]l +SFX r 0 ker [^aeio][aeiou]c +SFX r y ier [^aeiou]y +SFX r 0 er [aeiou]y +SFX r 0 er [aeio][aeiou][cl] +SFX r 0 er [^aeiou][cl] +SFX r 0 er [^ecly] +SFX r 0 rs e +SFX r 0 lers [^aeio][aeiou]l +SFX r 0 kers [^aeio][aeiou]c +SFX r y iers [^aeiou]y +SFX r 0 ers [aeiou]y +SFX r 0 ers [aeio][aeiou][cl] +SFX r 0 ers [^aeiou][cl] +SFX r 0 ers [^ecly] +SFX r 0 r's e +SFX r 0 ler's [^aeio][aeiou]l +SFX r 0 ker's [^aeio][aeiou]c +SFX r y ier's [^aeiou]y +SFX r 0 er's [aeiou]y +SFX r 0 er's [aeio][aeiou][cl] +SFX r 0 er's [^aeiou][cl] +SFX r 0 er's [^ecly] +SFX S Y 9 +SFX S y ies [^aeiou]y +SFX S 0 s [aeiou]y +SFX S 0 es [sxz] +SFX S 0 es [cs]h +SFX S 0 s [^cs]h +SFX S 0 s [ae]u +SFX S 0 x [ae]u +SFX S 0 s [^ae]u +SFX S 0 s [^hsuxyz] +SFX P Y 6 +SFX P y iness [^aeiou]y +SFX P 0 ness [aeiou]y +SFX P 0 ness [^y] +SFX P y iness's [^aeiou]y +SFX P 0 ness's [aeiou]y +SFX P 0 ness's [^y] +SFX m Y 20 +SFX m 0 sman [bdknmt] +SFX m 0 sman [aeiou][bdklmnt]e +SFX m 0 man [^aeiou][bdklmnt]e +SFX m 0 man [^bdklmnt]e +SFX m 0 man [^bdeknmt] +SFX m 0 smen [bdknmt] +SFX m 0 smen [aeiou][bdklmnt]e +SFX m 0 men [^aeiou][bdklmnt]e +SFX m 0 men [^bdklmnt]e +SFX m 0 men [^bdeknmt] +SFX m 0 sman's [bdknmt] +SFX m 0 sman's [aeiou][bdklmnt]e +SFX m 0 man's [^aeiou][bdklmnt]e +SFX m 0 man's [^bdklmnt]e +SFX m 0 man's [^bdeknmt] +SFX m 0 smen's [bdknmt] +SFX m 0 smen's [aeiou][bdklmnt]e +SFX m 0 men's [^aeiou][bdklmnt]e +SFX m 0 men's [^bdklmnt]e +SFX m 0 men's [^bdeknmt] +SFX 5 Y 15 +SFX 5 0 swoman [bdknmt] +SFX 5 0 swoman [aeiou][bdklmnt]e +SFX 5 0 woman [^aeiou][bdklmnt]e +SFX 5 0 woman [^bdklmnt]e +SFX 5 0 woman [^bdeknmt] +SFX 5 0 swomen [bdknmt] +SFX 5 0 swomen [aeiou][bdklmnt]e +SFX 5 0 women [^aeiou][bdklmnt]e +SFX 5 0 women [^bdklmnt]e +SFX 5 0 women [^bdeknmt] +SFX 5 0 swoman's [bdknmt] +SFX 5 0 swoman's [aeiou][bdklmnt]e +SFX 5 0 woman's [^aeiou][bdklmnt]e +SFX 5 0 woman's [^bdklmnt]e +SFX 5 0 woman's [^bdeknmt] +SFX 6 Y 3 +SFX 6 y iful [^aeiou]y +SFX 6 0 ful [aeiou]y +SFX 6 0 ful [^y] +SFX j Y 3 +SFX j y ifully [^aeiou]y +SFX j 0 fully [aeiou]y +SFX j 0 fully [^y] +SFX p Y 5 +SFX p y iless [^aeiou]y +SFX p 0 less [aeiou]y +SFX p 0 ess ll +SFX p 0 less [^l]l +SFX p 0 less [^ly] +SFX Q Y 44 +SFX Q 0 tise a +SFX Q e ise [^l]e +SFX Q le ilise [^aeiou]le +SFX Q e ise [aeiou]le +SFX Q um ise um +SFX Q 0 ise [^u]m +SFX Q s se is +SFX Q 0 ise [^i]s +SFX Q y ise [^aeiou]y +SFX Q 0 ise [aeiou]y +SFX Q 0 ise [^aemsy] +SFX Q 0 tises a +SFX Q e ises [^l]e +SFX Q le ilises [^aeiou]le +SFX Q e ises [aeiou]le +SFX Q um ises um +SFX Q 0 ises [^u]m +SFX Q s ses is +SFX Q 0 ises [^i]s +SFX Q y ises [^aeiou]y +SFX Q 0 ises [aeiou]y +SFX Q 0 ises [^aemsy] +SFX Q 0 tised a +SFX Q e ised [^l]e +SFX Q le ilised [^aeiou]le +SFX Q e ised [aeiou]le +SFX Q um ised um +SFX Q 0 ised [^u]m +SFX Q s sed is +SFX Q 0 ised [^i]s +SFX Q y ised [^aeiou]y +SFX Q 0 ised [aeiou]y +SFX Q 0 ised [^aemsy] +SFX Q 0 tising a +SFX Q e ising [^l]e +SFX Q le ilising [^aeiou]le +SFX Q e ising [aeiou]le +SFX Q um ising um +SFX Q 0 ising [^u]m +SFX Q s sing is +SFX Q 0 ising [^i]s +SFX Q y ising [^aeiou]y +SFX Q 0 ising [aeiou]y +SFX Q 0 ising [^aemsy] +SFX 8 Y 44 +SFX 8 0 tize a +SFX 8 e ize [^l]e +SFX 8 le ilize [^aeiou]le +SFX 8 e ize [aeiou]le +SFX 8 um ize um +SFX 8 0 ize [^u]m +SFX 8 s ze is +SFX 8 0 ize [^i]s +SFX 8 y ize [^aeiou]y +SFX 8 0 ize [aeiou]y +SFX 8 0 ize [^aemsy] +SFX 8 0 tizes a +SFX 8 e izes [^l]e +SFX 8 le ilizes [^aeiou]le +SFX 8 e izes [aeiou]le +SFX 8 um izes um +SFX 8 0 izes [^u]m +SFX 8 s zes is +SFX 8 0 izes [^i]s +SFX 8 y izes [^aeiou]y +SFX 8 0 izes [aeiou]y +SFX 8 0 izes [^aemsy] +SFX 8 0 tized a +SFX 8 e ized [^l]e +SFX 8 le ilized [^aeiou]le +SFX 8 e ized [aeiou]le +SFX 8 um ized um +SFX 8 0 ized [^u]m +SFX 8 s zed is +SFX 8 0 ized [^i]s +SFX 8 y ized [^aeiou]y +SFX 8 0 ized [aeiou]y +SFX 8 0 ized [^aemsy] +SFX 8 0 tizing a +SFX 8 e izing [^l]e +SFX 8 le ilizing [^aeiou]le +SFX 8 e izing [aeiou]le +SFX 8 um izing um +SFX 8 0 izing [^u]m +SFX 8 s zing is +SFX 8 0 izing [^i]s +SFX 8 y izing [^aeiou]y +SFX 8 0 izing [aeiou]y +SFX 8 0 izing [^aemsy] +SFX q Y 22 +SFX q 0 tisation a +SFX q e isation [^l]e +SFX q le ilisation [^aeiou]le +SFX q e isation [aeiou]le +SFX q um isation um +SFX q 0 isation [^u]m +SFX q s sation is +SFX q 0 isation [^i]s +SFX q y isation [^aeiou]y +SFX q 0 isation [aeiou]y +SFX q 0 isation [^aemsy] +SFX q 0 tisations a +SFX q e isations [^l]e +SFX q le ilisations [^aeiou]le +SFX q e isations [aeiou]le +SFX q um isations um +SFX q 0 isations [^u]m +SFX q s sations is +SFX q 0 isations [^i]s +SFX q y isations [^aeiou]y +SFX q 0 isations [aeiou]y +SFX q 0 isations [^aemsy] +SFX - Y 22 +SFX - 0 tization a +SFX - e ization [^l]e +SFX - le ilization [^aeiou]le +SFX - e ization [aeiou]le +SFX - um ization um +SFX - 0 ization [^u]m +SFX - s zation is +SFX - 0 ization [^i]s +SFX - y ization [^aeiou]y +SFX - 0 ization [aeiou]y +SFX - 0 ization [^aemsy] +SFX - 0 tizations a +SFX - e izations [^l]e +SFX - le ilizations [^aeiou]le +SFX - e izations [aeiou]le +SFX - um izations um +SFX - 0 izations [^u]m +SFX - s zations is +SFX - 0 izations [^i]s +SFX - y izations [^aeiou]y +SFX - 0 izations [aeiou]y +SFX - 0 izations [^aemsy] +SFX s Y 33 +SFX s 0 tiser a +SFX s e iser [^l]e +SFX s le iliser [^aeiou]le +SFX s e iser [aeiou]le +SFX s um iser um +SFX s 0 iser [^u]m +SFX s s ser is +SFX s 0 iser [^i]s +SFX s y iser [^aeiou]y +SFX s 0 iser [aeiou]y +SFX s 0 iser [^aemsy] +SFX s 0 tisers a +SFX s e isers [^l]e +SFX s le ilisers [^aeiou]le +SFX s e isers [aeiou]le +SFX s um isers um +SFX s 0 isers [^u]m +SFX s s sers is +SFX s 0 isers [^i]s +SFX s y isers [^aeiou]y +SFX s 0 isers [aeiou]y +SFX s 0 isers [^aemsy] +SFX s 0 tiser's a +SFX s e iser's [^l]e +SFX s le iliser's [^aeiou]le +SFX s e iser's [aeiou]le +SFX s um iser's um +SFX s 0 iser's [^u]m +SFX s s ser's is +SFX s 0 iser's [^i]s +SFX s y iser's [^aeiou]y +SFX s 0 iser's [aeiou]y +SFX s 0 iser's [^aemsy] +SFX 9 Y 33 +SFX 9 0 tizer a +SFX 9 e izer [^l]e +SFX 9 le ilizer [^aeiou]le +SFX 9 e izer [aeiou]le +SFX 9 um izer um +SFX 9 0 izer [^u]m +SFX 9 s zer is +SFX 9 0 izer [^i]s +SFX 9 y izer [^aeiou]y +SFX 9 0 izer [aeiou]y +SFX 9 0 izer [^aemsy] +SFX 9 0 tizers a +SFX 9 e izers [^l]e +SFX 9 le ilizers [^aeiou]le +SFX 9 e izers [aeiou]le +SFX 9 um izers um +SFX 9 0 izers [^u]m +SFX 9 s zers is +SFX 9 0 izers [^i]s +SFX 9 y izers [^aeiou]y +SFX 9 0 izers [aeiou]y +SFX 9 0 izers [^aemsy] +SFX 9 0 tizer's a +SFX 9 e izer's [^l]e +SFX 9 le ilizer's [^aeiou]le +SFX 9 e izer's [aeiou]le +SFX 9 um izer's um +SFX 9 0 izer's [^u]m +SFX 9 s zer's is +SFX 9 0 izer's [^i]s +SFX 9 y izer's [^aeiou]y +SFX 9 0 izer's [aeiou]y +SFX 9 0 izer's [^aemsy] +SFX t Y 22 +SFX t 0 tisable a +SFX t e isable [^l]e +SFX t le ilisable [^aeiou]le +SFX t e isable [aeiou]le +SFX t um isable um +SFX t 0 isable [^u]m +SFX t s sable is +SFX t 0 isable [^i]s +SFX t y isable [^aeiou]y +SFX t 0 isable [aeiou]y +SFX t 0 isable [^aemsy] +SFX t 0 tisability a +SFX t e isability [^l]e +SFX t le ilisability [^aeiou]le +SFX t e isability [aeiou]le +SFX t um isability um +SFX t 0 isability [^u]m +SFX t s sability is +SFX t 0 isability [^i]s +SFX t y isability [^aeiou]y +SFX t 0 isability [aeiou]y +SFX t 0 isability [^aemsy] +SFX + Y 22 +SFX + 0 tizable a +SFX + e izable [^l]e +SFX + le ilizable [^aeiou]le +SFX + e izable [aeiou]le +SFX + um izable um +SFX + 0 izable [^u]m +SFX + s zable is +SFX + 0 izable [^i]s +SFX + y izable [^aeiou]y +SFX + 0 izable [aeiou]y +SFX + 0 izable [^aemsy] +SFX + 0 tizability a +SFX + e izability [^l]e +SFX + le ilizability [^aeiou]le +SFX + e izability [aeiou]le +SFX + um izability um +SFX + 0 izability [^u]m +SFX + s zability is +SFX + 0 izability [^i]s +SFX + y izability [^aeiou]y +SFX + 0 izability [aeiou]y +SFX + 0 izability [^aemsy] +SFX M Y 1 +SFX M 0 's . +SFX B Y 48 +SFX B e able [^acegilotu]e +SFX B 0 able [acegilou]e +SFX B te ble ate +SFX B e able [^a]te +SFX B 0 bable [^aeio][aeiou]b +SFX B 0 kable [^aeio][aeiou]c +SFX B 0 dable [^aeio][aeiou]d +SFX B 0 fable [^aeio][aeiou]f +SFX B 0 gable [^aeio][aeiou]g +SFX B 0 kable [^aeio][aeiou]k +SFX B 0 lable [^aeio][aeiou]l +SFX B 0 mable [^aeio][aeiou]m +SFX B 0 nable [^aeio][aeiou]n +SFX B 0 pable [^aeio][aeiou]p +SFX B 0 rable [^aeio][aeiou]r +SFX B 0 sable [^aeio][aeiou]s +SFX B 0 table [^aeio][aeiou]t +SFX B 0 vable [^aeio][aeiou]v +SFX B 0 zable [^aeio][aeiou]z +SFX B 0 able [aeio][aeiou][bcdfgklmnprstvz] +SFX B 0 able [^aeiou][bcdfgklmnprstvz] +SFX B y iable [^aeiou]y +SFX B 0 able [aeiou]y +SFX B 0 able [^ebcdfgklmnprstvzy] +SFX B e ability [^acegilotu]e +SFX B 0 ability [acegilou]e +SFX B te bility ate +SFX B e ability [^a]te +SFX B 0 bability [^aeio][aeiou]b +SFX B 0 kability [^aeio][aeiou]c +SFX B 0 dability [^aeio][aeiou]d +SFX B 0 fability [^aeio][aeiou]f +SFX B 0 gability [^aeio][aeiou]g +SFX B 0 kability [^aeio][aeiou]k +SFX B 0 lability [^aeio][aeiou]l +SFX B 0 mability [^aeio][aeiou]m +SFX B 0 nability [^aeio][aeiou]n +SFX B 0 pability [^aeio][aeiou]p +SFX B 0 rability [^aeio][aeiou]r +SFX B 0 sability [^aeio][aeiou]s +SFX B 0 tability [^aeio][aeiou]t +SFX B 0 vability [^aeio][aeiou]v +SFX B 0 zability [^aeio][aeiou]z +SFX B 0 ability [aeio][aeiou][bcdfgklmnprstvz] +SFX B 0 ability [^aeiou][bcdfgklmnprstvz] +SFX B y iability [^aeiou]y +SFX B 0 ability [aeiou]y +SFX B 0 ability [^ebcdfgklmnprstvzy] +SFX 7 Y 9 +SFX 7 e able [acegilou]e +SFX 7 0 able [^acegilou]e +SFX 7 0 kable [^aeio][aeiou]c +SFX 7 0 lable [^aeio][aeiou]l +SFX 7 0 able [aeio][aeiou][cl] +SFX 7 0 able [^aeiou][cl] +SFX 7 y iable [^aeiou]y +SFX 7 0 able [aeiou]y +SFX 7 0 able [^cely] +SFX g Y 9 +SFX g e ability [^acegilou]e +SFX g 0 ability [acegilou]e +SFX g 0 kability [^aeio][aeiou]c +SFX g 0 lability [^aeio][aeiou]l +SFX g 0 ability [aeio][aeiou][cl] +SFX g 0 ability [^aeiou][cl] +SFX g y iability [^aeiou]y +SFX g 0 ability [aeiou]y +SFX g 0 ability [^cely] +SFX l Y 9 +SFX l e ably [^acegilou]e +SFX l 0 ably [acegilou]e +SFX l 0 kably [^aeio][aeiou]c +SFX l 0 lably [^aeio][aeiou]l +SFX l 0 ably [aeio][aeiou][cl] +SFX l 0 ably [^aeiou][cl] +SFX l y iably [^aeiou]y +SFX l 0 ably [aeiou]y +SFX l 0 ably [^cely] +SFX b Y 3 +SFX b e ible [^aeiou]e +SFX b 0 ible [aeiou]e +SFX b 0 ible [^e] +SFX L Y 12 +SFX L 0 ament m +SFX L y iment [^aeiou]y +SFX L 0 ment [aeiou]y +SFX L 0 ment [^my] +SFX L 0 aments m +SFX L y iments [^aeiou]y +SFX L 0 ments [aeiou]y +SFX L 0 ments [^my] +SFX L 0 ament's m +SFX L y iment's [^aeiou]y +SFX L 0 ment's [aeiou]y +SFX L 0 ment's [^my] +SFX Z Y 22 +SFX Z e y [^aeiouy]e +SFX Z 0 y [aeiouy]e +SFX Z 0 ey [aiouy] +SFX Z 0 by [^aeio][aeiou]b +SFX Z 0 ky [^aeio][aeiou]c +SFX Z 0 dy [^aeio][aeiou]d +SFX Z 0 fy [^aeio][aeiou]f +SFX Z 0 gy [^aeio][aeiou]g +SFX Z 0 ky [^aeio][aeiou]k +SFX Z 0 ly [^aeio][aeiou]l +SFX Z 0 my [^aeio][aeiou]m +SFX Z 0 ny [^aeio][aiou]n +SFX Z 0 py [^aeio][aeiou]p +SFX Z 0 ry [^aeio][aiou]r +SFX Z 0 sy [^aeio][aeiou]s +SFX Z 0 ty [^aeio][aiou]t +SFX Z 0 vy [^aeio][aeiou]v +SFX Z 0 zy [^aeio][aeiou]z +SFX Z 0 y [^aeio]e[nrt] +SFX Z 0 y [aeio][aeiou][bcdfgklmnprstvz] +SFX Z 0 y [^aeiou][bcdfgklmnprstvz] +SFX Z 0 y [^aebcdfgiklmnoprstuvyz] +SFX 2 Y 21 +SFX 2 e iness [^aeiouy]e +SFX 2 0 iness [aeiouy]e +SFX 2 0 biness [^aeio][aeiou]b +SFX 2 0 kiness [^aeio][aeiou]c +SFX 2 0 diness [^aeio][aeiou]d +SFX 2 0 finess [^aeio][aeiou]f +SFX 2 0 giness [^aeio][aeiou]g +SFX 2 0 kiness [^aeio][aeiou]k +SFX 2 0 liness [^aeio][aeiou]l +SFX 2 0 miness [^aeio][aeiou]m +SFX 2 0 niness [^aeio][aiou]n +SFX 2 0 piness [^aeio][aeiou]p +SFX 2 0 riness [^aeio][aiou]r +SFX 2 0 siness [^aeio][aeiou]s +SFX 2 0 tiness [^aeio][aiou]t +SFX 2 0 viness [^aeio][aeiou]v +SFX 2 0 ziness [^aeio][aeiou]z +SFX 2 0 iness [^aeio]e[nrt] +SFX 2 0 iness [aeio][aeiou][bcdfgklmnprstvz] +SFX 2 0 iness [^aeiou][bcdfgklmnprstvz] +SFX 2 0 iness [^ebcdfgklmnprstvz] +SFX z Y 24 +SFX z e ily [^aeiouy]e +SFX z 0 ily [aeiouy]e +SFX z 0 ily [aiou]y +SFX z ey ily ey +SFX z y ily [^aeiou]y +SFX z 0 bily [^aeio][aeiou]b +SFX z 0 kily [^aeio][aeiou]c +SFX z 0 dily [^aeio][aeiou]d +SFX z 0 fily [^aeio][aeiou]f +SFX z 0 gily [^aeio][aeiou]g +SFX z 0 kily [^aeio][aeiou]k +SFX z 0 lily [^aeio][aeiou]l +SFX z 0 mily [^aeio][aeiou]m +SFX z 0 nily [^aeio][aiou]n +SFX z 0 pily [^aeio][aeiou]p +SFX z 0 rily [^aeio][aiou]r +SFX z 0 sily [^aeio][aeiou]s +SFX z 0 tily [^aeio][aiou]t +SFX z 0 vily [^aeio][aeiou]v +SFX z 0 zily [^aeio][aeiou]z +SFX z 0 ily [^aeio]e[nrt] +SFX z 0 ily [aeio][aeiou][bcdfgklmnprstvyz] +SFX z 0 ily [^aeiou][bcdfgklmnprstvyz] +SFX z 0 ily [^ebcdfgklmnprstvyz] +SFX y Y 15 +SFX y e ory te +SFX y e atory [mr]e +SFX y e ary se +SFX y 0 ry [^mrst]e +SFX y 0 ory [^aeous]t +SFX y 0 ry [aeous]t +SFX y 0 ery h +SFX y 0 atory [^i]m +SFX y im matory im +SFX y 0 ory s +SFX y 0 ary ion +SFX y 0 ry [^i]on +SFX y 0 nery [aiu]n +SFX y 0 ry [^aiou]n +SFX y 0 ry [^ehmstn] +SFX O Y 12 +SFX O 0 l a +SFX O e al [^bcgv]e +SFX O e ial [bcgv]e +SFX O 0 ial [bcrx] +SFX O um al um +SFX O 0 al [^u]m +SFX O y al ty +SFX O y ial [^t]y +SFX O 0 ual [px]t +SFX O 0 tal [iu]t +SFX O 0 al [^ipux]t +SFX O 0 al [^aebcrtxmy] +SFX o Y 12 +SFX o 0 lly a +SFX o e ally [^bcgv]e +SFX o e ially [bcgv]e +SFX o 0 ially [bcrx] +SFX o um ally um +SFX o 0 ally [^u]m +SFX o y ally ty +SFX o y ially [^t]y +SFX o 0 ually [px]t +SFX o 0 tally [iu]t +SFX o 0 ally [^ipux]t +SFX o 0 ally [^aebcrtxmy] +SFX W Y 21 +SFX W ce tific ce +SFX W e atic me +SFX W se tic se +SFX W le ic ble +SFX W e ic [^b]le +SFX W e ic [^clms]e +SFX W 0 lic [ay]l +SFX W 0 ic [^ay]l +SFX W us ic us +SFX W 0 tic [^u]s +SFX W er ric er +SFX W 0 ic [^e]r +SFX W 0 atic [aeiou]m +SFX W 0 ic [^aeiou]m +SFX W 0 tic ma +SFX W a ic [^m]a +SFX W y etic thy +SFX W y ic [^t]hy +SFX W y tic sy +SFX W y ic [^hs]y +SFX W 0 ic [^aelmrsy] +SFX w Y 9 +SFX w e ical e +SFX w er rical er +SFX w 0 ical [^e]r +SFX w 0 atical [aeiou]m +SFX w 0 ical [^aeiou]m +SFX w 0 tical ma +SFX w a ical [^m]a +SFX w y ical y +SFX w 0 ical [^aemry] +SFX 1 Y 9 +SFX 1 e ically e +SFX 1 er rically er +SFX 1 0 ically [^e]r +SFX 1 0 atically [aeiou]m +SFX 1 0 ically [^aeiou]m +SFX 1 0 tically ma +SFX 1 a ically [^m]a +SFX 1 y ically y +SFX 1 0 ically [^aemry] +SFX 3 Y 21 +SFX 3 e ist [^aceiou]e +SFX 3 ce tist ce +SFX 3 0 ist [aeiou]e +SFX 3 y ist [^aeioubp]y +SFX 3 0 ist [aeioubp]y +SFX 3 o ist o +SFX 3 0 ists [^eoy] +SFX 3 e ists [^aceiou]e +SFX 3 ce tists ce +SFX 3 0 ists [aeiou]e +SFX 3 y ists [^aeioubp]y +SFX 3 0 ists [aeioubp]y +SFX 3 o ists o +SFX 3 0 ists [^eoy] +SFX 3 e ist's [^aceiou]e +SFX 3 ce tist's ce +SFX 3 0 ist's [aeiou]e +SFX 3 y ist's [^aeioubp]y +SFX 3 0 ist's [aeioubp]y +SFX 3 o ist's o +SFX 3 0 ist's [^eoy] + +BREAK 3 +BREAK — +BREAK – +BREAK - + +ICONV 6 +ICONV ’ ' +ICONV ffi ffi +ICONV ffl ffl +ICONV ff ff +ICONV fi fi +ICONV fl fl + +OCONV 1 +OCONV ' ’ + +# PHONEtic_english.h - #PHONEtic transformation rules for use with #PHONEtic.c +# Copyright (C) 2000 Björn Jacke +# +# This rule set is based on Lawrence Phillips original metaPHONE +# algorithm with modifications made by Michael Kuhn in his +# C implantation, more modifications by Björn Jacke when +# converting the algorithm to a rule set and minor +# touch ups by Kevin Atkinson +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1 as published by the Free Software Foundation; +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Björn Jacke may be reached by email at bjoern.jacke@gmx.de +# +# Changelog: +# +# 2000-01-05 Björn Jacke +# - first version with translation rules derived from +# metaPHONE.cc distributed with aspell 0.28.3 +# - "TH" is now representated as "@" because "0" is a +# meta character +# - removed TH(!vowel) --> T; always use TH --> # instead +# - dropped "^AE" -> "E" (redundant) +# - "ing" is transformed to "N", not "NK" +# - "SCH(EO)" transforms to "SK" now +# - added R --> SILENT if (after a vowel) and no (vowel or +# "y" follows) like in "Marcy" or "abort" +# - H is SILENT in RH at beginning of words +# - H is SILENT if vowel leads and "Y" follows +# - some ".OUGH.." --> ...F exceptions added +# - "^V" transforms to "W" +# 2000-01-07 Kevin Atkinson +# Converted from header to data file. +# +# 2007-08-23 László Németh +# Add PHONE header and #PHONE keywords +# +# 2010-03-09 László Németh +# Temporarily removing acuted character É +# because of the missing UTF-8 support +# +# version 1.1 + +# Documentation: http://aspell.net/man-html/PHONEtic-Code.html + +PHONE 104 +PHONE AH(AEIOUY)-^ *H +PHONE AR(AEIOUY)-^ *R +PHONE A(HR)^ * +PHONE A^ * +PHONE AH(AEIOUY)- H +PHONE AR(AEIOUY)- R +PHONE A(HR) _ +PHONE BB- _ +PHONE B B +PHONE CQ- _ +PHONE CIA X +PHONE CH X +PHONE C(EIY)- S +PHONE CK K +PHONE COUGH^ KF +PHONE CC< C +PHONE C K +PHONE DG(EIY) K +PHONE DD- _ +PHONE D T +PHONE EH(AEIOUY)-^ *H +PHONE ER(AEIOUY)-^ *R +PHONE E(HR)^ * +PHONE ENOUGH^$ *NF +PHONE E^ * +PHONE EH(AEIOUY)- H +PHONE ER(AEIOUY)- R +PHONE E(HR) _ +PHONE FF- _ +PHONE F F +PHONE GN^ N +PHONE GN$ N +PHONE GNS$ NS +PHONE GNED$ N +PHONE GH(AEIOUY)- K +PHONE GH _ +PHONE GG9 K +PHONE G K +PHONE H H +PHONE IH(AEIOUY)-^ *H +PHONE IR(AEIOUY)-^ *R +PHONE I(HR)^ * +PHONE I^ * +PHONE ING6 N +PHONE IH(AEIOUY)- H +PHONE IR(AEIOUY)- R +PHONE I(HR) _ +PHONE J K +PHONE KN^ N +PHONE KK- _ +PHONE K K +PHONE LAUGH^ LF +PHONE LL- _ +PHONE L L +PHONE MB$ M +PHONE MM M +PHONE M M +PHONE NN- _ +PHONE N N +PHONE OH(AEIOUY)-^ *H +PHONE OR(AEIOUY)-^ *R +PHONE O(HR)^ * +PHONE O^ * +PHONE OH(AEIOUY)- H +PHONE OR(AEIOUY)- R +PHONE O(HR) _ +PHONE PH F +PHONE PN^ N +PHONE PP- _ +PHONE P P +PHONE Q K +PHONE RH^ R +PHONE ROUGH^ RF +PHONE RR- _ +PHONE R R +PHONE SCH(EOU)- SK +PHONE SC(IEY)- S +PHONE SH X +PHONE SI(AO)- X +PHONE SS- _ +PHONE S S +PHONE TI(AO)- X +PHONE TH @ +PHONE TCH-- _ +PHONE TOUGH^ TF +PHONE TT- _ +PHONE T T +PHONE UH(AEIOUY)-^ *H +PHONE UR(AEIOUY)-^ *R +PHONE U(HR)^ * +PHONE U^ * +PHONE UH(AEIOUY)- H +PHONE UR(AEIOUY)- R +PHONE U(HR) _ +PHONE V^ W +PHONE V F +PHONE WR^ R +PHONE WH^ W +PHONE W(AEIOU)- W +PHONE X^ S +PHONE X KS +PHONE Y(AEIOU)- Y +PHONE ZZ- _ +PHONE Z S + +#The rules in a different view: +# +# Exceptions: +# +# Beginning of word: "gn", "kn-", "pn-", "wr-" ----> drop first letter +# "Aebersold", "Gnagy", "Knuth", "Pniewski", "Wright" +# +# Beginning of word: "x" ----> change to "s" +# as in "Deng Xiaopeng" +# +# Beginning of word: "wh-" ----> change to "w" +# as in "Whalen" +# Beginning of word: leading vowels are transformed to "*" +# +# "[crt]ough" and "enough" are handled separately because of "F" sound +# +# +# A --> A at beginning +# _ otherwise +# +# B --> B unless at the end of word after "m", as in "dumb", "McComb" +# +# C --> X (sh) if "-cia-" or "-ch-" +# S if "-ci-", "-ce-", or "-cy-" +# SILENT if "-sci-", "-sce-", or "-scy-", or "-cq-" +# K otherwise, including in "-sch-" +# +# D --> K if in "-dge-", "-dgy-", or "-dgi-" +# T otherwise +# +# E --> A at beginnig +# _ SILENT otherwise +# +# F --> F +# +# G --> SILENT if in "-gh-" and not at end or before a vowel +# in "-gn" or "-gned" or "-gns" +# in "-dge-" etc., as in above rule +# K if before "i", or "e", or "y" if not double "gg" +# +# K otherwise (incl. "GG"!) +# +# H --> SILENT if after vowel and no vowel or "Y" follows +# or after "-ch-", "-sh-", "-ph-", "-th-", "-gh-" +# or after "rh-" at beginning +# H otherwise +# +# I --> A at beginning +# _ SILENT otherwise +# +# J --> K +# +# K --> SILENT if after "c" +# K otherwise +# +# L --> L +# +# M --> M +# +# N --> N +# +# O --> A at beginning +# _ SILENT otherwise +# +# P --> F if before "h" +# P otherwise +# +# Q --> K +# +# R --> SILENT if after vowel and no vowel or "Y" follows +# R otherwise +# +# S --> X (sh) if before "h" or in "-sio-" or "-sia-" +# SK if followed by "ch(eo)" (SCH(EO)) +# S otherwise +# +# T --> X (sh) if "-tia-" or "-tio-" +# 0 (th) if before "h" +# silent if in "-tch-" +# T otherwise +# +# U --> A at beginning +# _ SILENT otherwise +# +# V --> V if first letter of word +# F otherwise +# +# W --> SILENT if not followed by a vowel +# W if followed by a vowel +# +# X --> KS +# +# Y --> SILENT if not followed by a vowel +# Y if followed by a vowel +# +# Z --> S + diff --git a/resources/dicts/en_ZA.dic b/resources/dicts/en_ZA.dic new file mode 100755 index 000000000..895f5cab7 --- /dev/null +++ b/resources/dicts/en_ZA.dic @@ -0,0 +1,53477 @@ +53476 +!boerbul +!likable +!poes +A +AA +AAA +ACAS +ADC +ADte +AFAIK +AMD +ANC +AU +Aachen/M +Ababa/M +Abaphehli +Aberdeenshire/M +Aberystwyth/M +Abilene/M +Abraham/M +Abu/M +Abyssinia/M +Acapulco/M +Achaean/M +Acoli +Addison/M +Adenauer/M +Adonis/M +Adrian/M +Aeroville +African/SM +Afrikanerbond +Afrikanerdom +Afro-Caribbean +Afrocentrist +Agavia +Airbus/MS +Akasiapark +Al-Zawahiri +Alan/M +Alastair/M +Albertskroon +Albuquerque/M +Aldarapark +Aldridge/M +Aleck +Alexandra +Alexia/M +Alf/M +Alfred/M +Alfredo/M +Allah/M +Alldays +Allegheny/S +Allentown +Allison/M +Allstate +Aloevale +Alphendale +Alphonse/M +Alps +Alrapark +Alsation/MS +Althea/M +Alyssa/M +Amabele +Amabokoboko +Amalia +Amandelsig +Amanyati +Amarillo/M +Ambergate +Amerville +Ames +Amharic +Amherst/M +Amit/M +Amman/M +Amos +Amsterdamhoek +Amtrak/M +Amy/M +Anerley +Anglicise/SnDG +Anglo-Boer +Anglo-French +Anglo-Saxon +Anglophobia/M +Ann/M +Annapolis/M +Ansfrere +Antananarivo/M +Anthony/M +Antichrist +Antilles/M +Apache/MS +Apalachicola +Appian +Appomattox +April/MS +Aquadene +Aquarius/M +Arachnida +Arcadia/M +Arden/M +Ares +Aretha/M +Arkansan +Arlene/M +Armageddon/M +Armagh/M +Armstrong/M +Arne/M +Arthur/M +Ashgabat/M +Ashley/M +Ashton/M +Assad/M +Astrakhan +Asunción/M +Atari/M +Atlantis +Atwood/M +Auckland/M +Audrey/M +Aug +Augusta/M +Augustinian +Austinview +Australian/MS +Austrian/SM +Austronesian +Avalano +Avarua/M +Avondale +Aylesbury/M +Aymara +Ayr/M +Azerbaijani +Azeri/M +BBS +BITNET +BMW/M +BNFL/M +BRM +BSkyB/M +BTU +Babbage/M +Babbitt/M +Babirwa +Bacchus +Backus +Badplaas +Baffin/M +Baghdad/M +Bagqozini +Bahrain/M +Bakersfield/M +Bakkershoogte +Baleema +Balfour/M +Balgowan +Bandelierkop +Bangkok/M +Banksdrif +Bantu/M +Baragwanath +Barbados/M +Barclaycard +Barlow/M +Barnard/M +Barnsley/M +Barron/M +Barrymore/M +Barvallen +Basa +Basque/MS +Basterpad +Bathurst +Bauhaus/M +Bausch/M +Bayala +Bayhead +Baylor/M +Beachwood +Beaconsfield +Beale/M +Beatles +Bedwang +Beebe/M +Beeshoek +Beethoven/M +Befula +Beijing/M +Beja +Belfort +Belgian/MS +Belhar +Belize/M +Bellamy/M +Bellville +Bellwood +Beloit +Beltsville/M +Benfarm +Benghazi/M +Bengu +Benmore +Bennington/M +Benoni +Bergbron +Bergnek +Bergzicht +Berkowitz/M +Bernardino/M +Berne/M +Bernstein/M +Bertram/SM +Bessemer +Betelgeuse +Bethal +Bethlehem/M +Bhambayi +Bhekabezayo +Bhojpuri +Bhutani +Bilbao/M +Birdfish +Birdhaven +Birkenhead/M +Birmingham/M +Birnam +Bishkek/M +Bisho +Bissau/M +Bitterfontein +Bizet/M +Blackcap +Blackshirt/SM +Blacktail +Blackwell/M +Blaine/M +Blake/M +Blesbuck +Bleskop +Blevins +Bligh/M +Blinkpan +Blinkwater +Bloemhof +Blomquist/M +Bloubergrant +Bloubosrand +Blucher/M +Bluff +Blum/M +Blunkett/M +Blydeville +Boeing/M +Boekenhout +Bohr/M +Boikanyo +Boikhutso +Boikhutsong +Boitumelong +Bojeni +Boknesstrand +Boland +Boleu +Bollywood +Bolotwa +Bolshevik/SM +Bolshoi/M +Boltonia +Bonamanzi +Bongitole +Bonham/M +Bonito +Bonneville/M +Boordfontein +Borealis +Borodin/M +Bosbokrand +Bosmont +Bosnian/MS +Bosonia +Bospoort +Bostonian/MS +Bostreep-ghieliemientjie +Bothasig +Bottlebrush +Bourne/M +Bournemouth/M +Bowes +Bracknell/M +Bradshaw/M +Brakuil +Brandenburg/M +Brandhof +Brando/M +Brandwood +Bredasdorp +Breerivier +Breipaal +Brendan/M +Brendavere +Brennan/M +Brent/M +Breton/M +Brett/M +Brewster/M +Bridgend/M +Bridgeport/M +Bridget/M +Briggs/M +Brinkley/M +Brisbane/M +Britstown +Broadacres +Broadlands +Broedersput +Broederstroom +Bromsgrove/M +Bromwich/M +Brookmead +Brookville +Broteni +Brownburnie +Browne/M +Brownell/M +Brownian +Broxtowe/M +Bruckner/M +Bruma +Brummeria +Brunswick/M +Brutus/M +Bryant/M +Brymore +Buccleuch +Buckingham/M +Buckinghamshire/M +Budapest/M +Buddhism/M +Buddhist/MS +Buffalo +Buffelsdale +Buhlebuyeza +Bulawa +Bulleye +Bullray +Bunsen/M +Burbreeze +Burkina/M +Burma/M +Busch/M +Bushhill +Bute/M +Buthi +Buttersnoek +Butterworth +Buysdorp +Byrne/M +CD/M +CDs +CEO +CIA +CMG +CNAA +CPI +CSA +CSIR +CSP +CSU +Cabernet/M +Cabot/M +Caesar +Cahokia +Calais +Calder +Caleb/M +Caledon +Callao +Caltech +Calvinia +Camelot +Campbellsport +Campbellstown +Camphersdrift +Canadian/S +Canberra/M +Canoga +Capone +Capricorn +Cardiff/M +Carib +Carleton +Carlisle/M +Carlyle +Caroline/M +Carp +Carpathian/S +Carrick +Cartesian +Caruso +Cassandra +Cassiopeia +Castle +Castro +Cathcart +Cauchy +Cebuano +Cedarvale +Cedarwood +Celia/M +Centrahil +Central +Cerberus +Cezwane +Chacha +Chalan/M +Chamberlain/M +Chancellor/SM +Chantecler +Chantelle +Charleston +Charlton +Chaucer +Chelsea/M +Cheltenham +Cheltondale +Chernobyl/M +Cherwell +Chevrolet +Chicano/MS +Chichewa +Chilean/S +Chiltern/S +Chilton/M +Chimaera +Chiselhurst +Chisinau/M +Chorley +Chrissiesmeer +Christensen/M +Christiansen +Christine +Christlike +Christmastide +Christoburg +Chrisville +Churchillian +Cicero +Ciko +Citrusdal +Clackmannanshire/M +Clanwilliam +Clare/MZ +Clarendon/M +Clark/M +Clarkson +Clearwater +Clemson +Cleveland/M +Cloetesville +Club +Clubview +Clubville +Clynton +Coalville +Coates +Colby +Coldstream +Colenso +Colliery +Colville +Comdex/M +Commander-in-Chief +Comoros/M +Computicket +Conan +Concorde/M +Confucian +Congella +Congleton +Congo/M +Congolese +Congregationalism/MS +Conley/M +Constantiapark +Constantine/M +Constantinople +Coptic +Coriolis +Cornwall/M +Coronationville +Cosmo +Costa +Cottondale +Courtrai +Coverdale +Coville +Cradock +Craig +Cranfield/M +Crecy +Crestholme +Creutzfeldt +Crimea +Croat +Crosby +Crossroads +Crossways +Cruz +Crysbestos +Culbertson/M +Culloden +Cully +Cumbrian/M +Cwaka +Cybele/M +Cynon/M +Cynthia +DARPA/M +DC +DCVO +DDT +DEFRA +DMZ +DOD +DStv +DWP/M +Daantjie +Daantjiesrus +Dachau +Dadamba +Daedalus +Dafeleni +Daggafontein +Dainfern +Dakota +Dallas +Dan/MZ +Darling +Darnall +Darrenwood +Darter +Darwinism +Dassierand +Datsun +Daugherty/M +Dawidsburg +Dawson +Dayanglen +Deane/M +Debian/M +Deborah/M +Debussy/M +Deirdre/M +Delareyville +Delaware/M +Delgado +Delphi +Delphic +Delportshoop +Denlee +Denne-oord +Dennehof +Dennilton +Dennis +Denny +Derdepoort +Derdepoortpark +Derek/M +Desiree +Deuteronomy +Devonshire/M +Dewetshof +Dewitt +Dhabi/M +Dibasabophelo +Dichoeung +Dickinson +Diepkloof +Dimamotsa +Dindi +Dingledale +Dinka +Diogenes +Dionysian +Dipelaneng +Dipetleloane +Dipitsing +Dithakwaneng +Ditlong +Dixon/M +Djibouti/M +Dmitri +Dnieper/M +Dodson/M +Doha/M +Domestos +Dominican/MS +Donald/M +Donda +Donny +Doonside +Doornhoek +Dora/WM +Dorbank +Doringkruin +Dorpspruit +Dorset/M +Doubleday +Dougherty +Douglasdale +Douglass +Dowerville +Draaifontein +Driefontein +Drieziek +Dryden +Du +Dubai/M +Dubrovnik +Dubuque +Duffield +Duffy +Duisburg +Duiwelskloof +Dullstroom +Dumabenshiya +Dumont +Dunfermline/M +Dunkirk/M +Dunn/M +Dunstable +Dunswart +Duracell/M +Durex +Durmonte +Durnacol +Durrheights +Dutyini +Duynefontein +Dwaalboom +Dwarskloof +Dyfed +Dyula +EEC +EGA/M +EKG +Earlsfield +Eastman +Eatonside +Ecole +Edam +Eddie +Eden/M +Edenburg +Edenhill +Edgerton +Edgewood +Editor +Eduardo/M +Eel-catfish +Eendekuil +Eerstegoud +Eerstemyn +Efaye +Egagasini +Egyptian/S +Egyptology +Eikenbosch +Eikendal +Eikepark +Eiland +Ekajuk +Ektachrome +Ekumanazeni +Eland/S +Elandsdoring +Elandsfontein +Elandshoek +Elandsvlei +Eldoraigne +Electrapark +Electron +Elena/M +Elgin +Elijah +Eliot +Elisha/M +Elizabethan/S +Ellsworth +Elmeston +Elmsford +Elton/M +Elysium +Emabheleni +Emakuleni +Emanuel +Embuyeni +Emerson +Emgulatshani +Emlanjeni +Emondlo +Empangela +Empumalanga +Empunga +Emzinoni +Endlovini +English-speaker +Enkelbult +Enkulekweni +Ennerdale +Enon +Enron +Enselsrust +Envis +Epicurus +Eplangweni +Epsom +Eqebe +Erasmuskloof +Erhard +Erich +Erickson +Erik/M +Erika/M +Eriksson/M +Ernst +Esigodini +Eskom +Esselenpark +Essen/M +Essex/M +Essexwold +Essopville +Est +Estelle +Esterpark +Estonian +Etafuleni +Etete +Ethelred +Ethernet/SM +Eucharist/MWS +Euler/M +Euripides +Eurocentric +Europe/M +European/-8qQSM +Evander +Evangeline +Evans +Evansville +Evaton +Eventide +Ext +Extension +Eyepeta +Eyre +Ezidulini +Ezimbokodweni +Ezimpisini +Ezindlovini +FAA +Fagin +Fairmountrif +Fairview +Fairyglen +Falkirk/M +Fang +Fanti +Farber +Farley +Faulkner +Fauresmith +Fayette/M +Felixton +Ferndale +Fernglen +Ferris +Fi +Fidel/M +Figaro +Fijian/MS +Filipino/S +Finn/MS +Fis +Fitzpatrick +Flagfin +Flimieda +Flintdale +Flora +Flores +Folkstone/M +Fontaine/M +Fontainebleau +Fonteinriet +Forbes +Formica +Fouriesrus +Fraaisig +Framton +Francesca +Francesco +Frankfurt +Franz +Fraser/MS +Frazier +Fred/Z +Frederic/M +Fredericton/M +Freud/M +Freya/M +Frick +Friedman +Frito +Fruehauf/M +Fuchs +Fukuoka +Furness/M +Fuyeni +G-string/MS +GAO +GCSE/SM +GHz +GOP +GPO +GT +Ga-kgobudi +Ga-monotwane +Ga-mopedi +Ga-pharia +Ga-rankuwa +Ga-rapulana +Gabarone +Gaborone/M +Gaines +Gainsborough +Galahad +Galeshewe +Gallegan +Gallipoli +Galvin/M +Gamatlala +Gamatlapa +Gamogolodike +Gamothiba +Gamtoos +Gandhi/M +Garatse +Gardenia +Gardens +Gardner/M +Garryowen +Gascoigne/M +Gasefanyetso +Gasehunelo +Gaston +Gata-lwa-tlou +Gatesville +Gateway +Gatlinburg +Gauguin +Gaulish +Gautier +Gayo +Geez +Geju +Geldenhuys +Gemdene +Gemsbokpark +Gemvale +Genevafontein +Gentoo/M +Gentshana +Georgeville +Gerald +Geraldine +Gerber +Germantown +Germiston +Gertrude +Ghent +Gidion +Gilchrist/M +Gillette +Gillingham +Gillitts +Giusto +Giyani +Glaser +Glasgow/M +Glastonbury/M +Gleemoor +Glen +Glencoe +Glendevon +Glenhaven +Glenhazel +Glenside +Glenvarloch +Glenvista +Glenwood +Gloucester/M +Glyndebourne/M +Gobi/M +God-fearing +Goddard/M +Godwin/M +Goedeburg +Goldfish +Goldie +Golela +Golokodo +Gomondo +Gomza +Goodness +Google/M +Gorgonzola +Gouda/M +Goudveld +Gough +Gounod +Gouritsmond +Goya +Graafwater +Gracie +Grafton +Grahamstown +Graskop +Grasland +Grassbird +Grayson +Grebo +Greenacres +Greenpan +Greenpoint +Greenways +Grenoble +Gretel/M +Greyton +Griebdale +Griekwastad +Groendal +Grumman +Guadalupe +Guatemalan/S +Guenther/M +Gugveni +Guinevere/M +Gwalana +Gwent/M +Gxaku +HDTV +HOWTO +HTTP +HUD +Haarlem +Habakkuk +Hackett +Hadamard +Hadley/M +Hadrian +Haj +Haley/M +Halton +Hamburg/M +Hamerkop +Hamilton/M +Hancock/M +Hanna/M +Hanoi/M +Hanover +Hansen +Hanson +Harburg +Harcourt +Harmonie +Harrivale +Harry's +Hartbeespoort +Hartebeesfontein +Hartford +Hartsvallei +Harvey +Haugen/M +Hausa +Havant +Haymarket +Haynes +Hayward +Haywood +Hazeldene +Hazelwood +Heatonville +Heemstede +Heinrich/M +Helderblom +Helderview +Helene +Hellenic +Hellenise/nDGS +Hendricks +Hendrix +Hennieklip +Herby +Herculaneum +Heriotdale +Hermannsburg +Hermanus +Hermina +Hessian/S +Heuwelkruin +Hg +Hickey/S +Higgins/M +Highbury +Highgate +Hilary +Hilbert +Hillbrow +Hillcrest +Hillsboro +Hilltop +Hinckley +Hines +Hirsch +Hitachi +Hlababomvu +Hlabathini +Hlalanathi +Hlanhlankosi +Hlatini +Hlokosi +Hlomanthethe +Hluleka +Hluvukani +Hlwahlwazi +Hobsonville +Hogsback +Holawola +Holela +Holimisa +Hollander/S +Holm/M +Homevalley +Honeywell +Honshu/M +Hoogstede +Hopetown +Horatio +Horatius +Hornblower +Horne +Horton +Hotazel +Hoyt/M +Huang +Huck +Hudson +Hughes +Hull/M +Humber +Hunterville +Huntington +Huron +Hurst +Hussain/M +Hutchins +Huxley +Hyderabad +Hyperion +IC +ICU +IEEE +IMAP +IPR +ISBN +ISO +Iain +Ian/M +Iceland/WRM +Iceni +Ida/M +Idasvallei +Idlebe +Igbo +Ijo +Ikageleng +Iketsetseng +Ikwezi +Ilitha +Illiondale +Imarike +Imberi +Imbongozi +Imdumeni +Impendle +Inanda +Inchanga +Indiana/M +Indira +Indonesia/M +Ingqayizivele +Interlingua +Inthuthuko +Intranet +Inupiak +Ionian +Iowa +Ipelegeng +Ipopeng +Iqbal +Ireland/M +Irish/m5 +Irkutsk +Ironstone +Irvin/M +Isabella/M +Isibani +Isiziba +Islamic +Islay/M +Isolde/M +Israeli/MS +Iswepe +Italian/MS +Itanagar +Itekeng +Ito/M +Itumeleng +Ixopo +Izingolweni +Jabavu +Jacanlee +Jacksonville +Jacky +Jacobean +Jacobite +Jacobson/M +Jaime/M +Jamestown/M +Jamie/M +Janacek +Janalet +Janeiro +Janesville +Janos +Japan/M +Jardine +Jazeera +Jeanie +Jebese +Jehoshaphat +Jeremiah +Jesuit/S +Jewishness +Jo/M +Jodie +Johanna/M +Johnston/M +Johnstown +Jolivet +Jon/ZM +Jordan/M +Josef +Josiah +Juanita +Judah +Judaic +Judas +Judea +July/MS +Juneau +Jupiter/M +K +K-factor +Kaapmuiden +Kabega +Kachin +Kafka +Kagiso +Kali +Kalkkuil +Kamba +Kamberg +Kampala/M +Kapenta +Kapteinsbaai +Karakul +Karanteen +Karoo +Karos +Kasselsvlei +Kasturdene +Kathreda +Katz +Kauai +Kaufman/M +Kavala +Keller +Kempenville +Kendall/M +Kengray +Kenhardt +Kentucky +Kenville +Kenya/M +Kermit +Kern +Kessler/M +Kestellhof +Keteke +Kettering +Kew +Kewell +Kewtown +Keylock +Kgabaltsane +Kgomotso +Kgubetswana +Kharwastan +Khayalitsha +Khoapa +Khuthala +Kidd +Kieffer/M +Kilkeel +Killarney +Kingston/M +Kingsview +Kinkelbos +Kinney/M +Kinyarwanda +Kirchner/M +Kirkpatrick +Kirstenhof +Klan +Klansman +Klein-nederburg +Kleinmond +Klingon +Klipfontein +Klipheuwel +Kliptown +Klisserhof +Kloof +Klux +Knapdaar +Knapp/M +Knoppieslaagte +Knossos/M +Knutsen +Knutson +Kobe +Kocksoord +Kodachrome/M +Kodiak +Koedoeskop +Koffiekraal +Kokanje +Komati +Kombuzi +Komi +Kommetjie +Koornfontein +Koringberg +Kosciusko +Koster +Kovacs +Kowie +Kowloon +Kpelle +Kraaipan +Krakow +Kramerville +Kranspoort +Kremlinologist +Kromhoek +Kroonvale +Kruinhof +Ktc +Kuanyama +Kubusi +Kuli +Kulula +Kumdyobe +Kundulu +Kunowalala +Kurdistan/M +Kurosawa +Kutlwanong +Kuyasa +Kwa-pita +Kwabhubesi +Kwabongo +Kwadlamini +Kwadlangezwa +Kwalugedlane +Kwam +Kwamashu +Kwambotho +Kwamhlanga +Kwamkhonto +Kwamthethwa +Kwanala +Kwanazo +Kwangcolozi +Kwangkwanase +Kwanobantu +Kwanokuthula +Kwashaka +Kwasheleni +Kwasithole +Kwasizabantu +Kwathema +Kwavukile +Kwazamuxolo +Kwazulu-Natal +LED's +LLD +La'youn/M +Ladbrokes +Ladybrand +Ladyfish +Lagabuya +Lagos/M +Laguna +Laingville +Lakehurst +Lakeview +Lakewood +Lambert +Lambrechtsdrif +Lammermoor +Lampeter +Lana/M +Lancaster/M +Langa +Langer +Langverwag +Langverwagt +Lansdowne +Lansing +Lanti +Larine +Larousse +Latinate +Lattimer +Laura/M +Laurence +Laversburg +Lavistown +Lawley/M +Lawton +Leachville +Leakey +Lebalangwe +Lebesgue +Lee-Metford +Leerkrans +Leeudoringstad +Leeufontein +Lefatlheng +Lefiso +Lehurutshe +Leila +Lekoko +Lekolo +Lenallyn +Lenasia +Leningrad +Lennon/M +Lentegeur +Lenten +Leonid/M +Leonsdale +Lerome +Leroy +Lethabong +Letsopo +Lev +Levant +Levi/S +Levin/M +Lewisham +Leyden +Libradene +Libreville/M +Lichtenstein +Liebenbergsvlei +Liebfraumilch +Lilliputian/S +Lilongwe/M +Lilydale +Lindberg/M +Lindekuhle +Lindene +Lindley +Linnies +Linus +Listerwood +Litjelembube +Littleton +Litton +Ljubljana/M +Llanelli/M +Lobachevsky +Locustfinch +Locusthead +Loerie +Logageng +Lohana +Lombardy/M +Longfellow +Loomis +Lorentzian +Loretta +Loskop +Lota +Lothair +Louise/M +Louisiana/M +Louwville +Lovejoy +Loxton +Luanda/M +Lucia/M +Lucian +Lucifer +Lucretia +Ludhiana +Luftwaffe/M +Luipaardsvlei +Lulekani +Lumier +Luna/M +Lusikisiki +Lutshaya +Luvuvhu +Luxembourg/RM +Luyengweni +Lydenburg +Lydia +Lydian +Lydiana +Lynedoch +Lynfrae +Lynnrodene +MD +MGM +MIMD +MOT/M +MPhil +Mabaalstad +Mabhuyeni +Maboloke +MacArthur/M +MacIntyre +Machiavellian +Machibisa +Mackenzie +Macon +Macubeni +Madagascar/M +Madeline/M +Madibeng +Madlambo +Madlayedwa +Mae/M +Mafakathini +Mafatsana +Mafemani +Mafini +Mafora +Magaliesig +Magill +Magog/M +Magusheni +Mahashni +Mahatlani +Mahayanist +Mahlabatini +Maier +Majorca/M +Makapaanstad +Makgaba +Makhalathini +Makhosha +Makhubung +Makhudu +Makli +Makoko +Makokono +Makosha +Makuleke +Malamud +Malanshof +Mallarmé/M +Malone +Maltese +Mamelodi +Mammalia +Mammon/M +Mamre +Managau/M +Manchu +Mandalay +Mandeni +Mandileni +Manfred +Manny's +Manta +Manthinta +Manton +Manville +Manzana +Mao +Mapela +Mapfontein +Mara +Marafe +Marco/MS +Marcus +Mareetsane +Marianhill +Marina +Mario +Marissa/M +Marister +Marius +Markham/M +Marquette +Marsden +Marsha +Martian/S +Martinique/M +Marwari +Marxism +Marxist +Maryvale +Masai +Masamane +Masemola +Masibi +Masodi +Massondale +Maswazini +Mataleng +Mathematica +Mathibestad +Matholesville +Matidze +Matie/S +Matisse +Matiwane +Matlab +Matlakeng +Matsumoto/M +Matsushita +Matyeni +Matzotshweni +Maumong +Mauritian/S +Mauser +Mavambe +Mawk +Maxegweni +Maxine +Maxtor/M +Maxwellian +Maynard/M +Mayotte/M +Mbambiso +Mbhetana +Mbokota +Mbuqe +McCartney +McCluskey/M +McFadden/M +McGill/M +McGraw/M +McGuire/M +McIntyre/M +McKay/M +McLaren/M +McMillan/M +McNish +Mcgregor +Mcosela +Mdeni +Mdladla +Meadowdale +Meadowlands +Meath/M +Mecca/M +Medicaid +Medina +Medusa/M +Megamillions +Melba +Meldrew +Melkhoutfontein +Meloding +Mende +Mendel/M +Mendelssohn +Mendoza +Menlo +Menuhin/M +Mercedes-Benz/M +Merebank +Meriting +Merriespruit +Merrimack +Merthyr +Messrs +Methyr/M +Metsimaholo +Meyer/S +Meyerhof +Meyerville +Mfecane +Mfekayi +Mfume +Mgubo +Mhlaba-cross +Mhlabamnyama +Mhlahlane +Micah +Michaelangelo +Michele/M +Michigan/M +Middelvlei +Middletown +Midhurst +Midlothian/M +Midrand +Mikhail +Milanese +Millward +Milwaukee +Mindalore +Mindanao/M +Mineralia +Ming +Minnesota/M +Minoan +Minot/M +Miriam +Missionlands +Mississippian/S +Missy +Mitch/M +Mitterrand +Mjaliswa +Mlamula +Mmorogong +Mnenga +Mngomanzi +Mobil +Modikwe +Modimong +Modimosana +Modjadji +Moedwil +Moeka +Moggel +Mogopene +Mohlahlareng +Mohlakeng +Mohwabatsana +Moikotso +Moines +Mokgalwana +Mokgaotsistat +Mokwathi +Molapo +Moldavian +Molendrift +Mollusca +Molopo +Molototsi +Mon-Kmer +Mona/M +Monet +Monica +Monk +Monmouthshire/M +Monsanto +Monseigneur/S +Monsterus +Montagu +Montague +Montebelo +Montenegrin +Monteverdi/M +Montezuma +Monywaneng +Monz +Mooigezight +Mooikloof +Mooney +Moorreesburg +Moorton +Moot +Morabi +Morant/M +Moravia +Moravian +Morehouse +Moreland +Moresby/M +Morestond +Morganridge +Morgenster +Morley/M +Morningside +Morojaneng +Morpeth +Morpheus/M +Morphix +Moseley/M +Mostertsdrift +Motlhabe +Motsethabong +Mott/M +Moubane +Moyamkhulu +Moyer/M +Mozi +Mozilla/M +Mpande +Mpeko +Mphahlele +Mpothula +Mqekezweni +Mseni +Mshayazafe +Msogwaba +Mtamvuna +Mthambo +Mthambothini +Mtukukazi +Mtungwane +Muden +Mudimeli +Mugena +Muhammadanism +Mullen/M +Muller/M +Munroe/M +Munster/M +Murali +Murillo/M +Murrayfield +Musgrave +Mushung +Mussorgsky/M +Mvasini +MySpell +Mzimvubu +Mzintlavana +Münchhausen/M +N'Djamena/M +NCAA +NFC +NRA +Na/M +NaCl/M +Nagina +Nairobi/M +Nakamura/M +Nalolo +Namibia/M +Nance/MZ +Nantucket/M +Napier/M +Narbonne/M +NatWest +Nazarene/SM +Ncerana +Ncizele +Ncoti +Ndakeni +Ndlangubo +Ndombeni +Ndondondwane +Nederburg +Nederlandpark +Negev/M +Nell/MY +Nematoda +Nemesis/M +Nerina +Nerissa +Nestor/M +NetBSD +Netherby +Newari +Newell/M +Newfields +Newnham +Newsweekly/M +Ngangelizwe +Ngilanyoni +Ngonyama +Ngoqokazi +Ngqeleni +Ngqutura +Nguga +Nguni +Nguyen/M +Ngwane +Ngwelezana +Niagara/M +Nieu-bethesda +Nigerian/S +Nikita/M +Nikolai/M +Nimrodpark +Nina/M +Nippon/M +Nissenville +Niuean +Nixon/M +Njombo +Nkrumah/M +Nkumbanyuswa +Nkunzimbini +Nkwe +Noah/M +Nocwane +Noenieput +Noll/M +Nomadolo +Nomaheya +Nonkululeko +Nonparella +Nontsizana +Nonzwakazi +Noorder-paarl +Noordheuwel +Noordhoek +Noordkruin +Nora/M +Norbert/M +Nordstrom/M +Noreen/M +Norfolk/M +Norma/M +North-West +Northam +Northlands +Northriding +Northrop/M +Northview +Northway +Northwold +Norway/M +Np +Nqamakwe +Nqumakala +Nseleni +Nsikazi +Nsingweni +Nsuze +Ntabebomvu +Ntha +Ntlafatsong +Ntlamvukazi +Ntlenzi +Ntsima +Ntsimbakazi +Ntsimbini +Ntsizwa +Ntukusweni +Ntumeni +Nuffield +Nuremberg/M +Nuweland +Nwanedzi +Nyakane +Nyaniso +Nyanisweni +Nyasa/M +Nye/M +Nyeweni +Nyidlana +Nylpark +Nylstroom +Nyumaga +Nzimakazi +O'Casey +O'Higgins +O'Shea/M +OEM/M +OPEC +OSS +OTC +Oakmont/M +Oakville +Oarfish +Oates/M +Occam/M +Odidini +Ofcolaco +Ogies +Okamoto/M +Okhotsk/M +Olifants +Olifantshoek +Ollie/M +Olmsted/M +Oman/M +Ongoye +Ono/M +Onondaga/SM +Ontdekkers +Ontdekkerspark +Oos-driefontein +Oos-einde +Opel +OpenBSD +Opensource +Ophansi +Opkoms +Oran/M +Oranjehof +Oranjekruin +Orchard/S +Oreo +Orion/M +Oromo +Orson/M +Ortiz/M +Orville/M +Orwellian +Osage/MS +Osborn/M +Oscar/MS +Oshkosh/M +Oskraal +Ostrander/M +Otis/M +Ottawa/M +Ottosdal +Ouagadougou/M +Oudorp +Oudshoorn +Oukasie +Ouvolk +Oxfordshire +Ozark/MS +PCI +PLO +PMS +POP3 +PPP +Paardekraal +Paarl +Paarlzicht +Paddock +Pahlavi +Paleisheuwel +Pali +Palime +Palmiet +Palmietvlei +Palmlands +Palms +Palmyra/M +PanSALB +Panamanian/S +Panarottis +Pandora/M +Panga +Panjabi +Pantaloon/M +Papua/M +Parkmore +Parkville +Parthenon/M +Pascal +Patensie +Paternoster +Patna +Paulshoek +Payneville +Peacevale +Peking/M +Pele +Penh/M +Penvaan +Percelia +Persian/MS +Perth +Peterborough/M +Peterhead/M +Petrusburg +Phalala +Phangweni +Pharisaic +Phathani +Phelindaba +Phiphany +Phirima +Phoenician +Phohlonya +Picarel +Pier +Pietermaritzburg +Piggy +Pilgrimsrus +Pilotfish +Pineview +Pirie +Pisces +Plains +Plantation +Plattekloof +Platwal +Plooysburg +Plumstead +Pniel +Pofadder +Point +Polish +Pomona +Pompano +Ponong +Ponting/M +Poortje +Porbeagle +Porifera +Portia +Potchefstroom +Powell/M +Powerville +Praia/M +Presbyterian/M +Prescott/M +Presidensia +Prestik +Prestondale +Prestwick/M +Pretoriuspark +Priestley/M +Princess +Principe/M +Prof. +Prokofiev/M +Promethean +Promosa +Proteahof +Provençal +Puerto +Putcoton +Putney/M +Qaeda/M +Qakazana +Qanqu +Qedumona +QoS +Qokama +Qokolweni +Qolora +Qotho +Quebecois +Queenswood +Quellerina +Quigney +Qunu +RPI +RSA +Raapkraal +Rabat/M +Rabokala +Raceview +Radithuso +Rainham +Raipur +Raj/M +Ramatlabama +Ramatlhabama +Rameau +Ramokokastad +Ramosadi +Randolph/M +Random +Randpoort +Randridge +Randrus +Ranelagh +Rankelenyane +Raphael/M +Ratlou +Raymondville/M +Rb +Rea/M +Rebecca/M +Redbury +Redcar/M +Reddingshoop +Redelinghuys +Redfern +Redford/M +Redirile +Reece/M +Reefhaven +Regency +Reich/M +Reigerpark +Reitz +Reivilo +Remington/M +Rena/M +Renate/M +Renee/M +Renosterspruit +Rensselaer/M +Respighi/M +Restonvale +Retief +Retiefville +Reuben/M +Reuven +Rexford +Reykjavik/M +Rhenosterkraal +Rhine/M +Rhineland/M +Rhode/S +Richelieu/M +Richie/M +Richmond/M +Richmondshire +Ridgeway +Riebeeckstad +Riebeekhoogte +Rietbron +Rietfontein +Rietkol +Rietkuil +Riggs/M +Rinehart/M +Riordan/M +Rita/M +Ritter/M +Ritz/M +Riverlands +Riviersonderend +Roadside +Roanoke/M +Robbie/M +Robbins +Robby/M +Roberto/M +Robertville +Robinpark +Robinville +Robyn/M +Rochdale +Rockefeller/M +Rocksucker +Rodenbeck +Rodolfo/M +Rollerblade/S +Romania/M +Romanian/MS +Romanslaagte +Romney/M +Romulus/M +Rona/M +Roodepoort +Rooibokkraal +Rooirivierrif +Roosendal +Roossenekal +Rosa/M +Rosalyn/M +Rosanna/M +Rosario/M +Roseacre +Roseanne/M +Roseau/M +Roseglen +Rosehill +Roseland/M +Rosenthal/M +Rosettenville +Rosherville +Roshnee +Rosicrucian/M +Rossouw +Rotavator/SM +Rothdene +Rothmanpark +Rouxville +Rowhill +Royce/M +Rubicon/M +Rubin/M +Rudy/M +Ruigtesloot +Rumford/M +Ruskin/M +Rustbelt/M +Rustdene +Rutledge/M +Ryan/M +SABC3 +SASE +SCCS +SOS +SPARC/M +SPCA +SRA/M +SSE +SST +STD +SUSE/M +SW +SWAK +Saab/M +Sabalele +Sabine/M +Saccarine +Sackfish +Sacramento/M +Saddam/M +Saginaw/M +Sailskate +Sakhile +Salang +Salford +Salk/M +Saltley +Salvatore/M +Samoa/M +Samoyed/M +Samuel/MS +Samungu +San/M +Sand +Sandawe +Sandra/M +Sandton +Sandusky/M +Sango +Sankara/M +Sanlamhof +Sanskritise/M +Santoy +Sapporo/M +Sapukanduku +Sarepta +Saselamani +Sasha/M +Sassoon/M +Saturn/M +Saul/M +Saulspoort +Saunderson/M +Sawfin +Saxon/MS +Saxonworld +Scandinavian/S +Scargill +Scheepershoogte +Schmidt/M +Schoenmakerskop +Schonkenville +Schubert/M +Schwarzenegger/M +Scottsville +Scripps/M +Scruggs/M +Scylla/M +SeaMonkey/M +Seatides +Secretarybird +Seeley/M +Seesig +Seidel/M +Sekampaneng +Selborne +Selkirk/M +Selma/M +Semaneng +Semitic/SM +Semitism/M +Semtex +Sen. +Sendai/M +Senegal/M +Sentech +Sepanapudi +Septuagint/MS +Sequoya/M +Serbo-Croatian +Serrano/M +Seseng +Sesobe +Seton/M +Setswana +Seventy-four +Severn/M +Shange +Shanghai's +Sharimapark +Sharon/M +Sharpville +Shay/M +Shea/M +Sheboygan/M +Sheila/M +Shelby/M +Shelia/M +Sheltand/M +Shelton/M +Shemula +Sheri/M +Sheridan/M +Sherlock/M +Sheshegu +Shiite/MS +Shillong +Shiluvane +Shingwedzi +Shintoism/S +Shintoist/MS +Shona +Shorewood/M +Shrewsbury/M +Shrovetide/M +Shuping +Sibangweni +Sibhayi +Sibylline +Sicelo +Sicilian/S +Sidbury +Sidumela +Sidwadweni +Siegfried/M +Sigmund/M +Silverhurst +Silversands +Silvertondale +Simonsberg +Sinai/M +Sinangwana +Sinathemba +Sinatra/M +Singaporean/S +Singeni +Sino-Tibetan +Siphosabadletshe +Sirius/M +Site +Skopje/M +Skrikfontein +Slangspruit +Slocum/M +Slough/M +Slovak/S +Slurry +Snakeblenny +Snakefield +Snape +Snodgrass/M +Snyder/M +Sobabili +Sodwana +Sofia/M +Somali/SM +Somalia/M +Somalian/S +Songloed +Sonnendal +Sonoma/M +Sonop +Sony/M +Sophiatown +Sopwith/M +Sorensen/M +Sorenson/M +Sorrento +Sourceforge +Southbroom +Southend-on-Sea +Southgate +Spackle +Spain/M +Spandauville +Spandikroon +Spaniard/MS +Spartacus/M +Spearville +Spence/M +Spock/M +Spookmill +Springbokpan +Squibb/M +Stafford/M +Stalingrad/M +Stallone/M +Stanfield/M +Stansted/M +Stanwood/M +Stargate/M +Steeledale +Steenbokpan +Stefan/M +Stefanie/M +Steffi/M +Steinbeck/M +Steinmetz/M +Stengel/M +Sterkrivier +Steunmekaar +Stevenson/M +Steynsburg +Steynsrust +Steytlerville +Stinker +Stockdale +Stockville +Stoffelton +Stokes's +Stonechat +Stoneydrift +Stratford-upon-Avon +Strauss +Stromberg/M +Sturm/M +Stutterheim +Styrofoam +Styx/M +Sudan/M +Suider-paarl +Suiderberg +Sulenkama +Sun +Sunair +Sunbelt/M +Sunbird/M +Sunbury +Sunday/MS +Sunderland/M +Sundowner +Sundra +Sunnydale +Superbia +Supingstad +Surabaya/M +Susan/M +Susana/M +Sussex/M +Suurbraak +Suva/M +Suzuki/M +Svetlana/M +Swale +Swalestown +Sweetwaters +Swellendam +Swenson/M +Swindon/M +Swordfish +Sylvania/M +Sylvia/M +Syracuse/M +T-junction/S +TBA +TDD +TV/M +TVA +TVs +Tabasco/M +Tabitha/M +Tafelkop +Taff/MZ +Taipei/M +Talbert/M +Taleni +Talladega/M +Talley/M +Tam/MZ +Tamar/M +Tamara/M +Tami/M +Tanganyika/M +Tania/M +Tannhäuser/M +Taoism/MS +Tartuffe/M +Taunton +Taurus/M +Taylor/M +Te +Tecoma +Ted/M +Tedelex +Tegucigalpa/M +Teresa/M +Terpsichorean +Terra/M +Terrance/M +Tessa/M +Teuton/MW +Tex +Texaco/M +Texan/S +Thababusiho +Thabaneng +Thabeng +Thad/M +Thaddeus/M +Thafalofefe +Thai/S +Thailand/M +Thambo +Thatcher/M +Thatcherite +Thayne/M +Theadora/M +Thembalihle +Thembeni +Theo/M +Theodora/M +Theresapark +Thomism/M +Thompson/M +Thornwood +Thorp +Thu +Thubelihle +Thurman/M +Thusanong +Tienanmen +Tigre +Tigris/M +Tillman/M +Timmy/M +Timothy/M +Tinmyne +Tiree/M +Tlhageng +Tobago/M +Todd/M +Togolese +Tokelau +Tonga-view +Tongan/SM +Toni/M +Tonya/M +Torrance/M +Tory/SM +Towerby +Traci/M +Trafalgar/M +Transkei +Transnet +Transriviere +Transylvania/M +Trappist/SM +Travers +Trekker +Trevolen +Trichardt +Tricia/M +Trieste/M +Trina/M +Tripoli/M +Trollope/M +Trovato +Troyeville +Trudy/M +Truman/M +Tsate +Tshani +Tshiawelo +Tshibedi +Tshimbupfe +Tshing +Tshwarangano +Tsitsikamma +Tsomo +Tswaraganang +Tuesday/SM +Tuinhof +Tuinplaas +Tulane/M +Tulbagh +Tumbuka +Tums/M +Tungwane +Turfloop +Tuvalu/M +Twazi +Tweedledum/M +Tweefontein +Tweespruit +Twp +Ty +Tyinindini +Tylenol/M +Tyndall/M +Tyneside/M +Tyrone/M +Tyson/M +U +UK/M +UNISA +USC/M +Uitenhage +Ulan/M +Ulrich/M +Ulrika/M +Ultrix/M +Ulwazi +Umasizakhe +Umberto/M +Umbhedula +Umhlathuze +Umlazi +Umnonjaneni +Umsunduzi +Umvotikloof +Umzimkhulu +Underberg +Undetermined +Unified +Union +Unisa +Unisys/M +Unitarian/SM +University +Unix/M +Upanishads +Uthokozani +Utica/M +Utility +Utsane +Uvongo +Uzbek/M +Uzbekistan/M +VCR +VJ +VOA +VT +VTOL +Vaalbank +Vaaloewer +Valencia/M +Valerie/M +Valfontein +Valtaki +Vanderkloof +Vanes +Vanrhynsdorp +Vanriebeeckshof +Veeplaas +Velcro/M +Velddrif +Velez/M +Venetian/MS +Venice/M +Venus/S +Verdriet +Verena +Vermaaklikheid +Vermeer/M +Vermont/M +Verne/M +Vernon/M +Vernonspost +Vettori/M +Viagra/M +Vic/MZ +Victoria/M +Vieira/M +Vietcong/M +Vietnam/M +Viewcrest +Viking/SM +Vikingvale +Vikram/M +Viljoenskroon +Villanovan/M +Virgo/MS +Vivaldi/M +Vivo +Vlaeberg +Vlei +VoIP +Vodacom +Voetstoots +Vogel/M +Volgograd/M +Volkswagen/SM +Voltargo +Vongani +Voortrekkerhoogte +Vrayville +Vrischgewaagt +Vrykyk +Vukuzakhe +Vulcanite +Vuleka +Vumbeka +Vuwani +Vyeboom +Vygeboom +WI +WNP +WRNS +WWII +Wagnerian +Wagterskop +Waldo/M +Wally's +Walsh/M +Warburton +Warrenvale +Wasbank +Waterfront +Waterglen +Watertown/M +Waterval-boven +Watson/M +Watusi/M +Waupun/M +Wedgwood/M +Wednesday/MS +Weiss/M +Welbedacht +Welcome +Wellingborough/M +Wellsville/M +Weltevredenpark +Welwyn/M +Wendywood +Werther/M +Wesfleur +Weshof +Wesley/M +Wesleyan +Wessex +Westenburg +Westering +Western +Westhampton/M +Westhoven +Weston/M +Westphalia/M +Westville +Whalen/M +Whatley/M +Whetfern +Whiggery +Whiggish +Whispers +Whitehorse/M +Whitesands +Whitwell/M +Wiesbaden/M +Wigan/M +Wilbert +Wilbur/M +Wilge +Wilgehof +Wilkes +Willamette/M +Willem +Williamsburg/M +Wilropark +Wilson/M +Winceyette +Windsorton +Windtoy +Windvogel +Winfield +Winklespruit +Winston/M +Wirral +Witkoppierif +Wittedrif +Wodehouse +Woking +Wolof +Wolverhampton/M +Wolwefontein +Wonderboom +Woodard +Woodlands +Woodstock/M +Woonsocket +Worcestershire/M +WorldCom +Worthington/M +Wrenchville +Wydhoek +Wyoming +Xaba +Xerox/GMSD +Xerxes +Xigalo +Xikhumba +Xikundu +Yale +Yalta +Yankton/M +Yashmak +Yasmin +Yeager +Yeats +Yokohama +Yoruba +Yousuf +Ysterplaat +Yucatan +Yule +Yuletide/M +Yuri +Yzerfontein +ZANU-PF +ZAPU +Zadie' +Zambezi +Zamdela +Zanzibar +Zechariah +Zeeland +Zetland +Zigudu +Zingcuka +Zinniaville +Zithobeni +Zonneblom +Zoroastrian/S +Zubane +Zuney +Zurich/M +Zwaanswyk +Zwelethu +abalone/MS +abase/LDSG +abaser/M +abash/LGDhS +abba +abbreviate/nDGNS +aberration/SM +abjure/yDNSnRG +abode/MS +abolitionism/SM +abolitionist +abort/VGDSvu +abortion/3MS +abortive/P +abound/DSG +about +abreaction/SM +abrogation/M +abruptness/S +abs/M +abscission/SM +abscond/RSDG +abseil/DSG +abseiler +absence/MS +absentia/M +absolute/PT3YS +absorbency/SM +absorbs/A +absorptivity/M +abstract/iTPDGVhYS +abstractedness/S +abstractionist +abundant/Y +abuse/RvDVuSG +abysmal/Y +abyss/MS +academe/MwZS1 +academia/MS +academicianship +accelerator/SM +acceptableness/S +acceptably/U +acceptingness +acclimatise/ADGS +accommodate/SNuDnkVG +accommodation/M +accompany/L3DSG +accomplice/MS +accomplished/U +accountability/SM +accountant/MS +accounting/M +accoutre/DLGS +accredit/ndS +accredited/U +accrue/DSG +accumulator/SM +accuracy/SIM +accusation/M +accustomed/P +acerbic/Y +acetate/MS +ached/FKA +achieve/LGDRS +achievement/f +achieving/fc +acidity/SM +acidosis/M +acknowledge/LRShDG +acorn/SM +acquaint/GADS +acquirable +acquire/LDSG +acquisitive/PY +acquitter/M +acrimonious/YP +acrimony/SM +acrobat/1MSW +acrophobia/SM +acropolis/SM +acrostic/SM +actinide/MS +activeness/S +actuality/SM +adage/MS +adapt/niRGuBNDvSV +addend/SM +addiction/SM +addressee/MS +adduce/DbGSNV +adductor/M +adeptness/S +adipose/S +adjudicate/DnVyGSN +administrable +administrate/SGDVv +admiral/SM +admiralty/MS +admiration/M +admittance/MS +admonisher/M +admonition/SM +adolescent/SMY +adorableness/S +adroitness/S +adsorbent +adultery/SM +advance/DLRSG +advantage/MDESG +advantageousness/E +adventist/S +adventurousness/S +adversary/MS +adversity/MS +advisability/SM +advisedly/I +advocate/SGVD +adze/MGSD +aeolian +aerate/DNnSG +aerator/MS +aerial/MS3 +aerobatic/S +aestheticism/MS +afar +affected/PEY +afferent/Y +affirm/AnDNGS +afflict/DvGVS +affliction/SM +affluent/Y +affordable/U +affricative/M +aflame +aflutter +afresh +aft +after-taste/SM +afterburner/MS +afterlife/M +aftershave/S +against +agave/MS +agent's/A +agglomerate/NDnSVG +agglomeration/M +aggregate/DESNG +aggressive/Y +agonize/kh +agoraphobic/S +agreeableness/SE +agronomic/S +aikona +ail/DLSG +air-conditioned +air-conditioner +aircraft/M +aircraft-carrier/MS +airiness/S +airline/RMS +airmail/MDG +airmass +airport/MS +airtime +airway/MS +airworthiness/S +aitch/SM +al/FAC +al-Jazeera +al-Sharif +alarmist +alba/M +albeit +albumin/MS +alchemy/Sw3M +aleatory +alert/TYPRhSDG +alertness/S +alfalfa/MS +alga/M +algal +algebra/3MS +algebraist +alias/DGS +aliener +align/RLSGD +aligns/aA +alike/P +alkaline +all-day +all-in +all-pervading +all-powerful +all-rounder +all-time +allegation/M +allergen/WMS +allier +alligator/MS +allotter/M +allowable/P +allowance/SM +allows/E +alloyed/U +alluvial +almanac/MS +almoner/SM +alongside +aloofness/S +alpine/4 +alterable/IU +alterer/S +altimeter/SM +alumna/M +always +amakhosi +amalgam/nVSM +amalgamation/M +amanuenses +amaranth/SM +amaze/hLkDSG +ambassadorial +ambassadorship/SM +ambassadress/MS +amber/SM +ambiance/MS +ambiguity/SM +ambition/M +ambitiously/U +amenorrhoea/M +amerce/GDLS +amide/MS +amidst +aminobenzoic +amiss +ammoniac +amnion/MS +amortise/nDSG +amortised/U +amount/SMGD +amphibian/SM +amphorae +ample/TP +amplification/M +amyl/M +anachronistic/Y +anaemic/Y +analogy/8MwQS1 +anaplasmosis/M +anarchism/MS +anarchy/M13SWw +anastigmatic +anastomoses +anathema/8QMS +ancestor/MS +anchorage/MS +anchorpeople +androgyny/SM +angioplasty/S +angleworm/SM +angora/MS +angry/YTP +anguish/GSDM +animadversion/SM +animadvert/SDG +animalism +animality +animate/YPnGNSDh +animately/I +anion/SMW +anise/MS +annihilation/M +annoyance/MS +annuitant/MS +annular/Y +annunciator/MS +anointer/M +anomie +anonymity/MS +anopheles/M +antagonise/SGDR +anteater/SM +antecedent/YMS +antechamber/SM +antenatal +antennae +anthill/S +anthology/8S3MQ +anthraces +anthropogenic +anthropology/w13SM +anti-Semitic +anti-Semitism/M +anti-apartheid +anti-heroes +anti-personnel +antibacterial/S +anticommunism/MS +antifascist/SM +antifundamentalist/M +antigenicity/SM +antiknock/SM +antimissile/S +antipasti +antipathy/SMW +antiperspirant/MS +antiquarianism/MS +antiredeposition +antiresonator +antithetic/Y +antithyroid +antiviral/S +antler/SM +antonymous +anvil/MGDS +anxious/PY +apart/LP +apartheid/M +ape/DSGMw1 +aped/A +apelike +apex/SM +aphasic/S +aphelia +aphorism/MS +apiary/S3M +apocalypse/SWM +apocrypha/oM +apocryphal/P +apologetic/YU +apophthegm/MS +apostrophe/Q8SM +apotheosized +apotheosizing +appeal/kMDGS +appealer/M +appendectomy/SM +appendix/SM +appetite/MSV +appetizer/MS +apple-cart/M +appositeness +appreciation/M +apprehender/M +apprehension/aM +apprise/SDkG +approachability/M +approbation/ESM +appropriable +appropriate/GanSDN +appropriator/MS +approval/ESM +approved/U +apse/MS +apt/YIP +aquamarine/MS +aquanaut/MS +aquavit/MS +aquiline +arabesque/SM +arachnid/SM +arbitrator/MS +arc/DSMG +arcade/DGSM +arcane/Y +arch-enemy/SM +archaic/Y +archetype/MSw +archfool +architectonics/M +architectural +ardency/M +arduousness/S +arguable/YIU +argued/e +argumentation/M +argumentativeness/S +argy +aristocracy/SM +aristocrat/1SWM +arithmetical +arm/LDSEAG +armed/U +armoury/SDM +armpit/SM +arms/fc +aroma/1WMS +aromaticity/M +arose +arr +arraign/DGLS +arrange/RLDSG +arras/M +array/ESGMD +arrested/A +arrhythmical +arrival/SM +arrive/DSG +arrogance/SM +arsenal/SM +arsenide/M +artefact/SM +artefactual +arthritides +articulable/I +articular +articulate/PSNyYGVDn +articulateness/S +articulation/M +artificial/P +artillery/mS3M +artisan/MS +ascaris +ascendency +ascetic/MSY +ascription/M +aseptic/Y +ashlar/dMS +ashore +asimilar +askance +asleep +aspersion/MS +aspiration/M +aspirator/SM +aspirer/M +assailant/SM +assembling/A +assembly/ASM +asserted/A +assertion/SAM +assertive/U +assess/7LS +assessor/SM +asset/MS +assiduousness/S +assign/7LDRnNGS +assignee/SM +assimilationist +assistance/SM +assize/M +assonant/S +assume/BDSNGXV +assurance/ASM +astern +astigmatic +astrologer/MS +astrology/Sw3M1 +astronautic/S +astrophysics/M +astuteness/S +asymmetry/wMWS1 +asymptomatic/Y +asynchronism/M +asynchronous/Y +atherosclerosis/M +athletics/M +athwart +atilt +atomic/Y +atomics's +atonal +atrial +atrociousness/S +attaches/A +attainder/SM +attempt/GSAD +attendant/SM +attendee/MS +attentions/I +attractively/U +attractor/SM +aubergine/MS +auburn/MS +audiometry/M +audiotape/S +audited/U +auditor/MS +aught +aunt/SZM +auntie/M +aunty/MS +aura/MSWo +aural +aurorae +auspiciousness/I +australites +authentication/M +authenticity/MS +authorise/AnDSG +authority/SM +auto-suggestion +autobiographer/MS +autodial +autodialler +autofocus +automate/WNQ8nDS1G +automatic/S +automation/M +automorphism/MS +autonomy/WSM +autumnal +auxin/SM +available/U +avast/S +avaunt/S +aver/DG +average/MYGSD +avert/bDSG +avid/Y +avidness +avionics/M +avoid/RD7lSG +avow/DhSG +avowed/E +await/DSG +awaken/SAd +awareness/S +awayness +awe-inspiring/Y +awful/TYP +axil/S +axiomatizing +azure/MS +babble/DRGS +babysit/GRS +baccarat/MS +bacchanalia +bacillary +back-door +back-seat +backbench/RS +backlash/SGDM +backpack/RMDSG +backslid/r +backslide/SG +backwater/MS +baconer/M +bacterium/M +bad/YP +bad-egg +baddish +badland/S +bagful/MS +baggage/mSM +baggy/TSP +baiter/M +baking/M +bakkie/S +balboa/MS +ball-bearing/S +ballade/MS +ballast/MGDS +ballcock/S +ballgame/S +balloon/R3GSMD +ballsy/T +balmy/PT +ban/oRGSMD +band/SZDGmM +bandage/MSDG +bandit/MS +bands/E +bandy/GDTS +baneful/T +bangle/MS +banisher/M +banking/M +banner/d +bannock/MS +bans/U +bantam/MS +banter/dSk +banyan/SM +barbecue/GSMD +barbital/M +bare/PTSY +bare-foot/D +barefoot/D +barge/GMDmZS +baritone/SM +barleycorn/SM +barns/6 +baronage/MS +baronetcy/SM +baroqueness +barrack/SDG +barrel/MDGS +barrier/MS +barrow/SM +bas/od1S +baseband +based/C +bashful/P +basic/S +basil/SM +basined +basketball/MS +bass/MS3 +basso/MS3 +bassoonist +bastardy/M +baste/nSN +basting/M +bath/SRDGM +bathos/MS +bathrobe/MS +bathroom/MDS +bathtub/MS +battery/SM +battle/DLRMSG +battleaxe +battlefield/MS +battlement/D +baulker/M +bawdiness/S +beam/MSGRD +beanpole/MS +bear/7RlGJS +bearable/U +bearishness/S +beastliness/S +beatification/M +beatify/WNS1nGD +beaut/MSZ +beauteous/YP +beautician/MS +beck/MGDS +bed-wetting +bedding/M +bedevil/DLSG +bedraggle/GDS +bedrock/SM +bedsheets +bedsore/MS +bee/RySM +bee-keeper/MS +beechen +beehive/SM +been +beery/T +beeswax/MDG +beetler +befell +befitting/Y +befoul/SGD +befuddle/DLGS +began +beggar/dMSY +begonia/SM +begotten/a +beguile/DRLSGk +begun +behold/RSG +beholden +beige +being/SM +beleaguer/dS +believably/U +believes/E +bell/mSYDMG +belladonna/MS +bellhop/SM +bellicosity/MS +bellies/f +bellwether/SM +belly/SGDM +belongingness +below +benedictory +benefaction/SM +benefice/DSMoG +benign/Y +benignity/SM +bent/U +benumb/SDG +beribboned +berrylike +beseem/DGS +besiege/DRSG +besmear/DSG +bespangle/DGS +bespeak/GS +best/SDG +best-known +bestubble/D +bet/SRMDG +bethel/M +betide/DGS +better/Ld +betwixt +bewitch/DkLGS +bf +bias/MSGD +bickering/M +biennium/MS +bifurcation/M +bigamous +biggie/M +bigot/dySM +bigoted/Y +bigotry/SM +bilayer/S +bilberry/SM +bilingual/YS +biliousness/S +billboard/DSMG +billion/SHM +billow/SZDMG +bimetallism/MS +binary/S +binomial/SMY +biograph/RZwW1 +biography/SM +biometric/S +biometry/WM +biomorph +biophysic/3YS +biopic/S +biopsy/DSMG +biosynthesized +bipartisan +bipartite/Y +biped/SM +bipedal +bipedalism +birdbath/MS +birdcage/MS +birdlike +birdsong +birdtables +biretta/MS +birth's/A +birthright/MS +birthstone/MS +bisect/DGS +biserial +bishopric/SM +bismuth/M +bite/cS +bitterer +bitternut/M +bitty/T +bitwise +bivouac/SMGD +biz/M +bk +blackberry/SGM +blackbodies +blackener/M +blackhead/SM +blackmail/GSRDM +blackthorn/MS +blanch/GSD +bland/TPY +blasé +blatantness +blather/dS +blaze/RDMkGS +blazon/dS +blazoner/M +bleak/TYPS +bleakness/S +bleary-eyed +blesbok/S +blindness/S +blink/RDSG +bliss/jS6 +blitheness/S +blitz/MSGD +blitzkrieg/MS +blob/SMGD +blockbusting/M +blockhead/SM +blonde/MS +blondish +blood-curdling +blood-red +bloodhound/MS +bloodlessness/S +bloodthirsty/TPY +bloody/TSDPG +blossomy +blouse/MDSG +blow-dry/GD +blowing/M +blowy/T +blue-black +blue-ground +bluebird/MS +bluebook/M +bluegrass/MS +bluish/P +blurry/T +blusterous +boar/SM +boastful/P +boasting/e +boatclubs +boatswain/SM +boatyard/MS +bobwhite/MS +bock/GDS +bode/ZS +bodega/SM +bodhisattva +bodied/M +body/DMGSpY +body-blow +bodyguard/MS +boerboon +boerbull +boerewors +boiled/U +boisterousness/S +boll/SM +bolometer/MWS +boma +bombast/MS1W +bombproof +bonanza/SM +bondwomen +bone/MRZSDGp +bonemeal +bonny/T +bony/PT +boo/DSG +bookbind/RGJ +bookend/GDS +bookmark/SMDG +bookworm/MS +boomerang/MDSG +boon/SM +boorish/YP +bootee/SM +booth/MS +bootlegged/M +bootprints +borax/M +borderer/M +borderline/MS +borough/SM +bosberade +bosomy/T +bossiness/S +bot/S +bottle-feed +bottomer +bounden +bounds/Ae +bounteous/PY +bourbon/MS +bourgeois/M +boutique/MS +bow-tie/MS +bowdlerise/DnSG +bowstring/DMGS +boxlike +boxwood/MS +boxy/T +boy/SM +boyishness/S +bpi +bps +bradawl/M +brae/MQS +brain/SZpMD2G +brainy/PT +brambly/T +brasserie/MS +brassiness/S +brat/SMZ +bravery/MS +bravest/M +brawn/2SZM +brawniness/S +brawny/PT +bray/SDG +breadbasket/SM +breadbox/S +breadwinner/MS +break-in/S +breakage/MS +breastfed +breastfeed/G +breasting/M +breathing/M +bredie +breech-loaded +breeziness/S +breezy/PTY +bremsstrahlung/M +brewer/Z +bribe/RDGyS +bricker +bridal +bridge/DSMG +bridle/DSMG +bridled/U +bridleway/S +briefcase/MS +brig/MS +brigandage/MS +bright-eyed +brighten/drS +brilliant/PYS +brininess/S +brinjal/S +brinkmanship/SM +brisket/MS +britches +brittle/TSDPG +broad-brush +broadcasting/S +broadness/S +brochure/MS +brokenly/U +bronco/MS +bronzer +bronzing/M +brookside +broomstick/MS +brother-in-law +brougham/SM +brownfield +bruin/SM +bruise/DJRSG +brush-off/S +brushlike +brutishness/S +bubble/MDGSY +buchu +buckshot/SM +bud/ZSMDG +buddy/SDMG +budgerigar/MS +buffaloes +buffoonery/SM +buggy/STM +bugle/RDGMS +build-up/SM +bulgy/T +bulimarexia/S +bulk/MG2DSZ +bull's-eye +bullfight/MRGS +bullfighting/M +bullhead/hSDMi +bullhorn/MS +bullock/MS +bullring/MS +bullyboy/MS +bumper/d +bumptiousness/S +bun/SMZ +bungalow/MS +bungle/DRGkS +bunker/d +bunkhouse/SM +buoyant/Y +burgeon/DSG +burgh/MRS +burgomaster/MS +burial/MSA +buried/U +burlap/MS +burnable/S +burrow/RDSGM +bury/DASG +bus/AMS +bushel/MSJDG +bushing/M +bushmaster/MS +bushwhacking/M +bushwillow +butcher/Yd +buttercup/SM +butterfingered +buttoner/M +buxom/Y +by-law/SM +bye/SM +byers +bypass/GMDS +bêche +cabana/MS +cabdriver/MS +caber/M +cabin/SdM +cabinet/MyS +cabinetwork/MS +cabochon +cadence/SCM +cadenza/SM +cadmium/M +cadre/MS +caecitis +caesarian +caffeinated/C +cage/MR2GSDz +cageyness +caginess/SM +cagoule/S +cahoot/MS +calaboose/MS +calcareous/PY +calcification/M +calcine/SGD +calculable/I +calculated/Aa +calender/MdS +californium/M +caliph/MS +call-girl/S +calligrapher/SM +calliope/MS +callus/MSd +caloric +calorimeter/MSW +calumet/MS +calumniation/M +calumniator/SM +calyx/SM +cam/SMD +cambric/MS +cameo/MSDG +camion/M +campus/MS +camshaft/SM +candelabra/S +candid/PY +candlelighter +candlelit +cannabis/SM +cannelloni +cannery/MS +cannibalistic +cannister/MS +cannula +canoe/MG3DS +canonist +cantaloupe/SM +cantankerous/PY +cantankerousness/S +cantata/MS +cantonal +canvasback/SM +capable/IP +capacity/IMc +capillary/S +capita/noM +capitol/MS +capsicum/SM +captaincy/SM +captioner +captivity/SM +car/dZSMr +car-sick/P +carbon-paper +carbonation/M +carborundum +carburettor/SM +carcass/SM +carcinogenicity/MS +carcinoma/MS +card/SERGD +cardigan/SM +cared/U +careerer +careerism/M +carefree +cargoes +caricature/S3MDG +caricaturisation +carious/K +carmine/MS +carnelian/MS +carom/S +carousel/SM +carpool/DGS +carport/MS +carpus/M +carrion/MS +carrot/MS +carroty/T +carry/DaSG +carte/M +cartel/MS +cartful/S +cartographer/SM +cartoonist +cartwheel/RSGMD +cascara/MS +casein/MS +cash/SGpMD +cashmere/SM +casino/SM +cassava/MS +casuistry/SM +catalepsy/MS +cataleptic/S +catalogued/U +catalytic/Y +catamaran/SM +catch-all/SM +catchpenny/S +catchword/SM +catechise/DSG +catechist/SM +categorise/ASDG +categorised/U +category/Q9ws8SMWq1- +catering/M +catfish/MS +cauliflower/MS +cauterise/DnGS +cavalier/GPSYD +cave/MRGmSD +caveat/MS +caver/F +caving/M +caw/DSMG +cease/GCSD +ceasefire/S +ceasing/U +celebrator/SM +celebrity/MS +cellular/Y +cellulose/MS +cenotaph/SM +censorial +centaur/MS +centenarian/MS +centigrade/S +centrality/SM +centre/MDRWG3oJS +centroid/SM +cephalic/S +ceremonial/S +ceremony/SMo +cerium/M +cert/SF +certain/UY +certiorari/M +cerulean/SM +cervix/M +cha/yW +cha-cha +chaconne +chaff/SMDG +chair/mS5MDG +chairlift/SM +chalky/T +chameleon/MS +chamfer/MdS +chance's/a +chancellery/MS +chances/a +chancing/M +chant/GRJMSD +chanticleer/SM +chantry/SM +chaos/MS +chaotic/Y +chapbook/MS +chapelry/SM +chaperonage/SM +chaplet/MS +charged/cAUf +chariness/S +charismata +charlatanism/SM +charlatanry/SM +charm/MRDpGkS +chartreuse/SM +chary/PYT +chasing/M +chassis/M +chauvinism/MS +cheap/TY +check/DSAG +checked/U +checker/S +cheekiness/S +cheeky/TP +cheer/62pSZjzDRG +cheerful/PT +cheeriness/S +cheerless/PY +cheery/TP +cheesa-stick +cheeseboard +cheetah/MS +chemiluminescent +chemist/y +chemistry/SM +cheque/MRS +cherubim/S +chervil/MS +chestnut/SM +chevroned +chicanery/SM +chicer +chickadee/MS +chickenhearted +chickpea/MS +chickweed/SM +chigger/SM +chihuahua/S +childlessness/S +childlike/P +childminders +chilly/PTS +china/MS +chino/MS +chip/SGDJZM +chippie +chiropody/3SM +chitchat/DSGM +chlorofluorocarbon/S +chloroform/MSDG +chloroplast/MS +chock/MDSG +chocker +chocolatey +choice/PMYTS +choirboy/MS +choirmaster/SM +chokes/M +choose/GRZS2 +chopper/d +choral +chord/GMSD +chordal +chordate/MS +chording/M +chosen +chrome/DWMG +chronicle/DRMSG +chronology/31SMw +chuff/MD +churlishness/S +chute/MGDS +chyme/MS +cicerone/MS +cider/SCM +cigarillo/MS +ciliate/SFDY +cine/M +circuitousness/S +circulant +circulates/A +circumcise/SDGNX +circumference/MS +circumnavigate/SDNxGn +circumscription/M +circumspection/MS +circumstance/DSGM +cirri/M +citadel/MS +citified +citizenry/SM +citrate/MD +cityscape/SM +civet/MS +civilized/U +clack/DSG +cladding/M +claimant/MS +clang/DRSG +clangorous/Y +claque/MS +clarify/SGNnD +clarion/MSGD +class-concious +class-conciousness +class-list +classer/M +classicism/MS +classics/M +classified/aUCA +classiness/S +classing/e +classroom/MS +clause/MS +clay/MDSZG +clayiest +claymore/MS +cleanly/TP +cleanness/U +clear/SYPDGJT +clear-headed/YP +clear-up/S +clearance/MS +cleave/GDRS +clef/SM +cleft/GSMD +clemency/MIS +clement/IY +clench/GUSD +clerestory/MS +clevis/MS +cliché/MS +clichéd +climatology/S3w1M +climax/GSMD +clipping/M +cliquish/YP +clitoral +clockmaker/M +cloddish/P +clodhopper/MS +cloisonné +clonal +clop/SGD +closable +close-fisted +close-mouthed +close-set +close-up/S +closing/E +closures/E +clothes/f +clothier/MS +cloudiness/S +cloverleaf/MS +clownishness/S +club-foot/DM +clubhouse/MS +clubroom/SM +cluck/DGMS +clue/MGSpD +clumsy/TPY +clung +co/ESD +co-author/MdS +co-ed +co-education +co-founder +co-located +co-religionist +co-writer +co-written +coachwork/M +coadjutor/SM +coagulate/DNSGn +coagulator/S +coal/SGMD +coal-fired +coalitionist +coast/GMSD +coastal +coat's/c +coating's/c +coattail/S +coble/M +cobwebby/T +coccus/M +coccyges +cock-a-hoop +cock-of-the-wood +cockiness/S +cockscomb/MS +cocksucker/S +cocksure +cocky/TP +coco/MS +cocoa/MS +coconut/SM +cod/drSMGD +codebreaker +coded/K4 +codependent/S +codices/M +codicil/MS +codify/GRNDnS +coercion/SM +coercive/YP +coffer-dam/SM +coffin/SMd +cogent/Y +cognate/YSNn +cognisant +cognition/KMSA +cognitive/SY +cognizance/SAM +coherence/MISZ +coherent/IY +cohesion/MS +cohesive/PY +cohesiveness/S +coin/RGMD +cola/MS +colatitude/SM +cold-blooded/Y +coleus/SM +coliseum/SM +collarbone/MS +collateral/M +collectable/S +collectivity/SM +collects/A +collegial +collimated/U +collision/M +collogue/SGD +colloquia +colloquialism/SM +collusion/M +colophon/MS +colorimeter/MSW +colour/nRj8pSM3DGqQ-6NJ +colourless/Y +colourlessness +colours/EA +combat/Vvu +combinatoric/S +combustible/SI +come/RGISJ +comedienne/MS +comer/cM +comfit/MS +comfortability/S +comfortably/U +comforting/EY +comicality/MS +coming/c +command/DRGMSkL +commandant/SM +commemorate/GvSDNnV +commemorator/S +commendable/Y +commensurable/Y +commenter/M +commerce/MGSDo +commercialism/MS +commissariat/SM +commissioned/A +common-law +commonplace/P +communicant/MS +communicates/a +communication/M +commutativity +compact/DTYPGR +company/SDMG +comparable/P +comparably/I +comparative/PS +compare/lVvuB +comparer/M +compel/kGN7SnD +compendious +compensating/c +compensation/cMS +compete/SGD +competitive/YP +compilation/SMA +complacence/Z +complacent/Y +complementarity +complementary/SP +complementation/M +complete/YIP +complicate/hDiGS +comply/nRJL +compositor/MS +compote/SM +comprehended/a +compulsiveness/S +compulsivity +con/W1GSMwD +conceivability/I +conceiving/aK +conceptual/8Q-q +conceptuality/M +concert/MGiDh +concerting/E +concessional +conciliatory/A +conciousness +conclusion/M +concoct/GDVS +concomitant/Y +concrete/MDPNSGnY +concreteness/S +concreter +concretion/M +concur/GD +condense/DRbSnG +conditional/S +conditionality +conditions/KA +condom/SM +condominium/MS +condone/SGD +condoner/M +conduce/nVSvGDN +conduct/b +conduct's/a +conductibility/MS +conductress/SM +coneflower/M +confab/SMDG +confabulate/nNDGS +confect/S +confectioner/Z +confederacy/SM +conferee/SM +conference/DSGM +confetti/M +confidential/PY +confidingness +confined/U +confirms/A +conflagration/MS +conflict/GSMDkV +conflictual +confluence/MS +confront/NxnR +confrontation/M +confute/SnGND +confuter/M +congeal/LDSG +conglomeration/M +congregation/M +congruency/M +congruent/Y +conic/S +conjectural +conjunct/SDVv +conjuration/M +connectivity/SM +connects/EA +conner +connexion/MS +connive/RSGD +connoisseur/SM +connotative/Y +conquistador/MS +consanguineous/Y +conscious/PY +consequent/Y +consequential/P +consequently/I +consequentness +conservationist +consolable/I +consolidation/M +consommé/S +consonant/MSY +conspicuousness/SI +consternation/M +constipate/SnDGN +constituency/MS +constituting/A +constrained/U +constructibility +constructions/AC +constructivism +construe/DaSG +consult/DGSnN +consumerism/MS +consumptive/S +contact/G7DS +contagion/MS +contain/7SLGDR +contaminated/U +contaminator/MS +contemporaneity/MS +contemporary/P +contempt/Mb +contemptibility +contention/MS +conterminous/Y +continuant/M +continuity/SEM +continuous/PY +continuousness/E +continuum/M +contraband/M +contractile +contradict/DGyS +contradiction/SM +contraindicate/DnSGNV +contrapositive/S +contraption/SM +contrariness/S +contrition/MS +control/MRSBlG +controlled/U +controversial/UY +controversy/SMo +contuse/SNXGD +convection/MS +conventicle/SM +conventionalist +conversational/3 +convertible/PS +convulse/DSGvuNXV +cookbook/SM +cooled/c +cooling-off +copies/A +copious/PY +coplanar +copolymer/MS +copperhead/MS +copse/M +copulate/yDSG +copying/a +copywriter/MS +cordial/YSP +cordiality/MS +core/MRGSD +coring/M +corks/U +cornball/SM +cornbread/S +cornet/SM +cornflake/S +cornflour/M +cornflower/SM +cornice/MDSG +cornmeal +cornrow/DSG +cornstarch/SM +cornucopia/MS +corny/T +corollary/SM +corona/nMSy +coronal/SM +coronation/M +coroner/MS +corral/DGSM +correctable/U +correspond/k +corrigenda +corrugation/M +corruptions/I +cortical/Y +cortège/MS +cos/S +cosmetic/SMY +cosmopolitan/SM +cossacks +costive/P +costly/TP +coterie/MS +cottage/MRGDS +cougar/SM +council/S5mM +councilperson/S +counsellor/SM +countably/U +counted/EAaU +countenanced/E +countenancing/E +counter-claim/MSDG +counter-culture/SM +counter-revolution/MyS +countercyclical +counterexample/S +counterflow +counteroffer/MS +counterpart/SM +counterpoise/GDMS +counters/E +countersink/SG +countrify/D +couple/RGJCDS +coupling/CM +courage/MS +course's/F +coursework +court-martial +courtesan/MS +covary +coven/SM +coverall/MDS +covered/U +coverlet/MS +coversheet +cow-pat/SM +cower/Sdk +cowpox/SM +cowshed/SM +cox/DMSG +coxswain/MGDS +coyness/S +coypu/MS +crab-apple/MS +crabbed/P +crabgrass/S +crackling/M +cradler/M +crafter +crampon/MS +crane/GMDS +cranelike +crankcase/SM +crankshaft/SM +crappy/T +crate/RGMDS +crater/d +crawl/GDRS +crayfish/MDGS +creamery/SM +creamy/TP +crease/DCGSI +creased/U +credenza/MS +creditability/M +creditworthiness +credo/SM +creel/GMDS +crenelation/M +creole/SM +crepe/GMDS +crept +crescendo's/C +crescent/SM +cretin/MS +cretinous +criminalise/CSnDG +criminality/MS +cringe/DSG +crinkle/SDGY +crinoline/SM +crisis/M +crispy/TP +criteria +crock/SGMD +crocker/Z +crocus/MS +crony/SM +crookeder +cross-cut/SGM +cross-eyed +cross-grained +cross-section/oS +cross-sectional +crossfire/MS +crossing/M +crossover/SM +crosspatch/SM +crouch/SDG +croup/GMDSZ +crowds/c +crown/SMDG +crucifix/MXNS +crud/DSZMG +crudités +crumble/DGSJ +crumpet/SM +crunchiness/S +crushproof +crusty/PTS +crux/M +cryogenic/S +crypt/CS +cryptography/MW1S +crystallography/WM +crèche/MS +cube/MS3 +cuber/M +cuckoldry/SM +cucumber/MS +cuddly/T +cuff/GSMD +cult/S3M +cultist +cultural/4 +culture/MDSGo +cultured/U +cum/S +cumbersome/YP +cumbrous +cumulate/SGnDNvV +cumuli +cupola/DGMS +cur/FSI7 +curd/SvGuMDV +curlicue/GMSD +curmudgeon/SMY +currently/FA +currents/f +curricle/M +curry/DMGS +curs/DhySiG +cursed/P +cursory/PY +curtsy/DSMG +curved/M +cushion/MDGS +cushy/T +cusses/E +cut-down +cut-price +cut-throat/SM +cutesy/T +cutlet/MS +cyanide/SGMD +cyborg/S +cycad/MS +cynic/MYS +cynical +cynicism/MS +cypher/dSM +cytochemistry/M +czarship +d/ot +d'art +d'etre +dBm +dab/TSGD +dabber/M +dachshund/SM +daft/YPT +daftness/S +dagha +dahlia/MS +daily/PS +dainty/TSPY +daisy-cutter/S +dammit/S +damsel/MS +dandelion/MS +dandify/GDS +dandle/DSG +dandruff/MS +danger/dSM +daredevil/MyS +darken/rdS +darkness/S +darning/M +dashboard/SM +data/M +database/GDSM +dative/S +daughter-in-law +daughters-in-law +daunted/U +daybed/S +daytime/MS +daze/SDhiG +dazzle/DRkGS +de-brief +de-industrialisation +deaconess/SM +dead-end +deadener/M +deadening/M +deadwood/MS +deaf/TPY +deaf-blind +dealt/a +death-rattle +death-toll/M +death-wish/S +deathly/T +debauch/DhiSGy +debauched/P +debilitate/NSGnD +debilitation/M +debility/SM +debouch/DGS +debt/SM +decadency/S +decadent/Y +decapitate/GDS +decay/DG +deceitful/P +deceleration/M +decency/SIM +decennial/YS +decide/DNiXhvuBSGxV +decided/P +deciduous/PY +decimate/DNSGn +decimetre/MS +decipher/7Lr +decipherable/IU +decision/GMD +declination/M +deconstruct/V +deconstruction +decorates/cA +decoration/MAS +decortication/M +decorum/SM +decoy/MSG +decrease/k +decremental +decry/J +decryption +dedicated/Y +deductible/S +deduction/M +deep-freeze/G +deep-seated +defalcate/DnSGN +defamation/M +defeatism/MS +defective/SP +deferrable +defiant/Y +deficit/MS +definable/UI +definitely/I +definitive/PS +deflector/MS +defraud/DRG +degeneracy/SM +degenerate/PY +dehydrator/MS +deictic +dejected/P +deleterious/PY +deliciousness/S +delight/6hij +delineation/M +delinquent/YSM +deliriousness/S +deltoid/SM +delusive/P +demagogue/ySMGD +demagogy/WM +demeanour +demented/YP +demigod/SM +demography/MwSW1 +demolisher/M +demolition/SM +demoness +demoniac/S +demonstrable/PY +demote/DWG +demureness/S +dendrochronology/w +dengue/MS +denseness/F +dented/I +dentifrice/SM +denunciate/DNGVSn +denunciation/M +dependence's/I +deplore/lDSGk +depolarize/R +deposit/AdS +deprave/DhiSG +depraved/P +deputation/M +deputy/SM +derelict/S +deride/DNvkXVu +derision/M +dermatitis/SM +derringer/SM +descending/F +describe/VuNRvX +descriptive/PS +descriptiveness/S +desecration/M +desiccator/MS +designs/A +desirable/US +desire/BlR +desired/U +desolateness/S +desolater/M +desperado/M +despicable/Y +dessert/MS +destigmatization/M +destination/MK +destroy/RSDG7 +destructible/I +destruction/MS +desuetude/MS +desultory/YP +detainee/S +detected/U +detection/MS +deterers +determinability/M +determinable/PI +determined/AKcU +determinism/SM +deterministic/Y +detonated/U +detoxification/M +detriment/MSo +deuce/DhMSG +devastate/GDkVNnS +develop/dLArS +developed/fUc +development/fSM +deviance/ZSM +devious/YP +devise/DRGSJ +devolution/SM +dew/SM2ZG +dewdrop/MS +dexes/I +dexterousness/S +diabase/M +diagnometer/MS +diagnostics/M +diagrammatic/Y +dial/RSMDG +dials/A +diamanté +diameter/WS1wM +diamondback/MS +diaper +diarrhoeal +diaspora +diatomic +dibble/DSGM +dice/NSnDG +dicer/M +diciest +dickens/M +dictation/M +dictator/MSo +diction/MKS +did/eUAc +dielectric/MS +diem +diesel/MS +dietetics/M +differentness +diffuse/SNxPGVvRDbXYu +diffusion/M +digest/DvbVGuS +digit/q-8sSQ9M +digital/Qsq89-Y +digress/XSNDGVvu +dilettante/MS +dime/SM +dimension/SDGpMo +dimensionality/M +din/dSMDrRG +dingle/SM +dinnerware/SM +dinosaur/MS +diode/MS +dioxide/SM +diplexers +diploma/DM1SW +dipole/MS +dipsomania/SM +dipsomaniac/SM +dipterous +dire/6PTYj +directionality +directorial +directrix/M +dirge/MDSG +dirt/SZM2z +dirty/PGTDS +dis/M +disburser/M +discernibility +disciplined/U +disclaim/7 +disclose +discolour/inJNG +disconnect/ih +disconnected/P +discordant/Y +discorporate/D +discount/RB +discovered/U +discrepant/Y +discretion's/I +discriminating/U +discrimination's/I +discriminator/MS +disgracer/M +disguise/RhDG +diskette/S +dismay/kSD +disparate/YSP +dispassionate/P +dispatch/R +dispensate +disposable/S +disputatious/Y +disputed/U +disrupt/vDVGuS +dissemination/M +dissent/DRGS +dissociate/DSnVGNv +dissolute/YP +dissolve/ADSG +dissonance/SM +dissuade/VSGD +distinct/uVvTPY +distinctiveness/S +distinguishably/I +distort/GD7R +district/MS +diva/SM +divest/DGS +divestiture/SM +divorcé +dizziness/S +dizzy/PGTkDSY +doc/SMDRG +docket/MdS +dockside/M +doctoral/K +doff/DSG +dog-box +dog-clutch +dog-eared +dog-end +doge/SM +doghouse/MS +doh/M +doldrums +dole/6jSMDG +doleful/P +dollar/SM +dollop/MdS +dolorous/Y +dolt/SM +doltishness/S +domesticated/U +domicile/MSDG +domiciliary +domination/MS +dominator/M +domino/M +doodle/RDSG +dooper +doorplate/MS +dooryard/SM +dopa/SM +dopant/M +dormant +dotage/MS +double/RDSGY +double-cross/G +double-dealing +double-edged +double-jointed +doublespeak/S +doubts/A +dove/SM +doveish +dovelike +dovetail/GMDS +dowdy/TYP +down/MDRSZG +down-to-earth +downcast +downhill +downplay/GDS +downscale/SGD +downstairs +downward/YPS +dowry/MS +doyenne/MS +dozen/S +dragger/M +dram/Ww1SM +dramatic/U +drank +drastic/Y +draughtsmanship/SM +draughtsperson +draw/7RJSG +drawback/SM +drawstring/SM +dream/DRpz2SGkZM +dreamed/U +dreamt +dressiness/S +dressing/c +dressmaking/MS +driftwood/MS +drillmaster/MS +drippy/T +drivenness +drives/c +drizzle/SDGYkM +droll/TPY +droller/Z +drollness/S +drone/GDSMk +droopiness/S +drowsiness/S +drudgery/SM +druggie/TS +druid/S +drum/RSMDG +drumhead/M +drumlin/SM +drunk/TMYS +dry/TSRGDY +drystone +dub/RSGD +dubbin/MS +dubiety/MS +dubs/c +ducat/MS +duchy/SM +duckpond +duckweed/SM +ducted/CI +duellist/MS +duenna/MS +dug/S +duke/SM +dukedom/MS +dulcimer/SM +dumbfounder +dumbness/S +dumbstruck +dumdum/MS +dumpie +dung/GMDS +dung-beetle +duodecimal/S +dupe/RSMDG +dupion/M +duplicate/GNADnS +duplication/AM +duskiness/S +dustiness/S +duteous/Y +dwell/JRSG +dyeing/M +dynamic/YS +dysentery/M +dysfunctional +dyslectic/S +dyslexia/MS +dysprosium/M +débâcle/MS +déclassé +démodé +e'er +eBay/M +eardrum/MS +earl/2SM +earliness/S +early/TSP +earthy/TP +easternmost +easting/M +eater/cM +eating/c +ebullient/Y +echinoderm/SM +echo/DAG +econometric/S +econometricians +economy/qQ-98sW1S3wM +ectoplasm/M +ecumenicism/SM +ecumenicist/MS +eczema/SM +eczematous +edge/RGZSJMDp +edgeways +edging/M +edgy/TPY +editing/F +editorship/MS +educe/NSG7D +eduction/M +eel/SM +eelgrass/M +eeriness/SM +effaceable/I +effectual/YIP +effectuation/M +efficacious/PIY +effulgent +egalitarian/S +eggplant/MS +ego/SM +egomaniac/MS +eh +eighty/SHM +eighty-four/H +eighty-onefold +eighty-seven/H +einsteinium/M +eish +eject/GSDV +ejecta +elaborators +elbow/DMGS +elbowroom/SM +elder/SY +elderflower +elected/UA +elective/PS +electrocardiograph/MZS +electrologist/SM +electrolysis/M +electrolyte/1MS +electromagnet/SMW1 +electromotive +electrostatic/S +eleemosynary +elegance/ISM +elemental +elephant/SM +elevation/M +eleven/HSM +eligible/SIY +eliminate/SNVnDG +elimination/M +ellipse/MWS +elliptic/Y +elongate/DGNSn +eloquent/YI +else/M +elude/VSDGvu +elusive/P +em/M +emaciation/M +emanate/DnSVGN +embargoes +embeddable +embedder +emblem/WMS +embosom +embrasure/MS +eminent/Y +emission/A +emotional/Q8 +empanelled +empathetical +empathic +emperor/MS +emphases/c +empiricist +emplane/DSG +employability/M +employable/SU +emporium/SM +empty-handed +empyrean/SM +ems +enact/GLSD +enacting/A +enc +encapsulation/M +enchant/RkLDGS +enclosed/U +enclosure/SM +encode/BRGDSJ +encompass/DSG +encourage/SGLkD +encryption/SM +encumbered/U +encyclical/MS +encyclopaedic +encyst/LGDS +endlessness/S +endocrinology/S3M +endoscope/WMSZ +endue/SGD +endure/GklDS +enema/SM +enervation/M +enforceability/M +enforces/A +enforcible/U +enfranchise/ESLGD +enfranchiser/MS +engage/ELGDS +engram/M +enhance/LGRSD +enhanceable +enjoyable/P +enliven/LdS +enmity/MS +enough +enrobed +enshrine/LGSD +ensilage/GSMD +ensue/SGD +ensure/RDSG +entente/MS +enters/A +entertain/RGLSDk +enthalpy/MS +entrain/GSDL +entrainer/M +entrée/S +enumerating/A +enumerator/SM +envenom/dS +envy/kSlDRMG7 +enzyme/SWM +ephemeral/S +epicycloid/M +epiphany/SM +episcopalian +epistle/MS +epistolary/S +epithet/SWM +epitome/Q9Ms-8Sq +epochal +epochs +equalise/GnJDRS +equalising/U +equality/SIM +equalled +equatable +equerry/SM +equilibrium/EMS +equip/LSDG +equipage/MS +equitably/I +equivocator/MS +er/ae +eradication/M +erase +erector/MS +ergodic +ergonomics/M +ergosterol/MS +erode/xuNXVSDbG +erotica/M +erratum/MS +erring/UY +erroneous/PY +eructation/MS +erudition/SM +erysipelas/SM +escapable/I +escapade/MS +escape/DG3LS +escapology +eschatology/M +eschew/GSD +escudo/MS +escutcheon/DSM +espionage/SM +espouse/DRSG +espresso/SM +establishment/A +estate/SM +esteem/DSEG +estimable/I +estimated/A +estimates/A +estoppal +etch/RJSDG +etiquette/MS +euchre/MDSG +eulogist/W +euphonious/Y +euphonium/SM +euphoric/Y +euthanasia/SM +evade/GRXVvSNDu +evaluation/A +evanescent +evangelicalism/MS +evangelism/MS +evaporation/M +eve/ySM +even/dJPSY +even-handedness +evenest +evening/M +event/6jSMG +eventful/UY +evidence/SGDM +evocative/P +evoke/nVGNuSDv +evolve/DGS +ex-president +exact/IPY +exaggerate/DhiSnVGNv +exaggerator/SM +exalt/RSGnNDh +exceed/DkGS +excelsior/S +exceptionable/U +excerpter/M +excess/MVSvDGu +exchequer/MS +excitable/P +excited/Uc +exclaim/yRSDG +exclude/XuSVDGNv +exclusiveness/S +excoriate/SNnDG +excoriation/M +excremental +excrete/SDGNyn +excusable/PI +execrate/NGDnVS +executive/SM +exegesis/M +exercise/cGDS +exhaustive/P +existent/F +existentialist/W +exorbitance/SM +exorcise/DSG +exorcist/SM +exoskeleton/MS +exotica +expatriation/M +expect/7DknhGNiS +expendable/S +expender/M +expenditure/SM +expertness/S +expire/GZDNnyS +explain/7RSDG +explode/SuRGNXVvD +exploitation/c +exploited/cUf +explorable +explosiveness/S +exponent/MS +exports/A +express/DSGuYbXvNV +expressed/U +expressibly/I +expressiveness/SI +expurgation/M +extempore/qQ98sS- +extend/hiRbXDNxuGVSv +extendible/S +exterior/SYM +external/Q-9Yqs8S +externalities +extinct/V +extinguish/R7SGD +extorter/M +extortionist +extractor/SM +extraordinary/YPS +extrema +extricable/I +extricate/NDSGn +extrication/M +extruder/M +exudate/M +exudation/M +exult/GSNknD +eye-catching +eyedropper/SM +eyeglass/SM +eyelash/SM +eyelid/MS +eyesore/SM +eyewash/SM +eyewitness/SM +fabulous/PY +face-saver +facecloth/S +facilitation/M +facto +factoid/S +factor/tq-dQSM8+ +fade/hS +faeces +faery/MS +fail-safe +fair-minded +fairly/U +fairytale +falconry/SM +fall/SMGRb +fallacy/MS +fallibleness/S +falls/e +false/PTY +falsehood/MS +falseness/S +familiarize/k +familiarly/U +famish/GDS +fanatical/P +fancy-free +fanfold/M +fanlight/SM +fanny/MS +far-fetched +far-reaching +farce/1MSw +farmstead/SM +fashion/7DRMlGS +fashionable/SP +fashioned/A +fast/SDTGP +fastened/UA +fastening/M +fat/oSTGMYDZP2 +fatalist/W1 +fatality/SM +father/MdSpY +fathers-in-law +fatso/M +fatten/rdS +fault-finder/MS +faultiness/S +favourably/U +fay/SM +feasibly/I +febrility +fecundation/M +federalism/MS +federate/FSGDNn +feedback/SM +feeding/M +feedstuffs +feelingly/U +feet/M +feisty/T +feldspar/MS +felicitously/I +felicity/IMS +fellator +fellow-traveller/MS +felonious/PY +felt-tip/S +female/MPS +fence/CS +fenestration/CSM +fennel/SM +fermium/M +ferocious/PY +ferromagnet/WM +ferrous +ferrule/DSMG +fertility/SMI +ferule/DMGS +fester/dS +festoon/GMDS +feud/oSMDG +fez/M +fiat/SM +fib/RSGD +fibroid/S +fickle/TP +fiddle/RDYSMGJ +fief/MS +fiefdom/S +fieldstone/M +fiend/SM +fierceness/S +fife/RSMDG +fifty/MHS +fifty-onefold +fifty-three/H +fig/DGSML +fightback +figural +figure's +figured/4EK +figuring/E4K +filed/Aa +filming/M +filth/SZzM2 +finagle/SRGD +finale/3SM +finding/M +fine's +finery/SMA +finger/drMSpJ +finger-plate +fingerboard/SM +fingering/M +fingerling/M +fining/M +finis/MS +finished/UA +finite/CYPI +fire-brick/MS +fire-walking +firebucket +firelight/M +fires/a +fireside/M +firewall/S +firm/FGSD +firmware/MS +first-day +first-rate +fish-meal +fishnet/MS +fishwife/M +fistful/MS +fitful/P +fitter/eSM +five-year +fixing/K4 +fizzle/DGS +fjord/SM +flab/M2SZz +flaccidity/SM +flag/mGMDSJ +flagship/MS +flagstaff/MS +flamer/IM +flamingoes +flammable/SI +flannel/MDSG +flash/MDR2GzZSJ +flashiness/S +flashing/M +flat-footed/Y +flatness/S +flattery/SM +flattest/M +flavoursome +fleabag/SM +fleabites +fleece/MDRZSG +fleetingly/M +fleetingness/S +flew/S +flex's/A +flexible/IY +flicker/dkSZ +flight's/Kc +flimflam/MGSD +flinger/M +flint/MD2GpSZ +flippable +float/DGRSZN +flogging/M +floodgate/SM +florescence/ISM +florescent/I +floret/SM +floridness/S +floss/DMGSZ +flounce/DGZS +floury/T +flout/DGRS +flow/RkGDS +flower/CdS +flowerless +flowstone +flue-cured +flummox/GDS +flunker +fluoridation/M +fluorite/MS +fluoroscope/SMWGD +flush/7DTPSG +fly-by-night +flyby/M +flyhalf +focusses/AC +foetus/SM +fogey +fogginess/S +fogydom +foible/SM +folio/MDGS +folklore/3SWM +follow-up/SM +fondue/SM +foolhardiness/S +foolhardy/TPY +foot/JSMipDhRG +footage/SM +football/DRMSG +foothill/MS +foothold/MS +footman/M +footnote/DGSM +footpad/MS +footpath/MS +fop/DSMG +foppishness/S +forage/MDSRG +forbade +forbear/MSG +forbearance/SM +forbearer/M +forbore +force-fed +forecast/RGS +forecastle/MS +foreclose/DSG +foredeck +forefather/SM +foregathered +forego/GJ +foregoes +forehead/MS +foreknew +foreknow/SG +foreknowledge/SM +forelimb/SM +foremast/MS +forenoon/SM +forepaws +forestry/SM +forests/A +forewarner/M +forewent +forgery/MS +forgetfulness/S +forgettable/YU +forgettably/U +forging/M +forgo/RG +forkful/S +forklift/MGDS +formalin/M +formality/SMI +format/DASGV +formativeness/IM +formatted/U +former/SY +formers/F4 +forming/K4F +formula/MSn +formulated/U +formulator/SM +forseeability +forswore +fortification/M +fortiori +fortress/MGSD +fortune-teller/SM +forty-first/S +forty-seven/H +foster/Sd +foundry/MS +fount/SM +fountain-pen/MS +fourpence/M +fourpenny +foveate +fowl/SMDG +foyer/MS +fracas/MS +fraction's/AI +fractional +fractionation/M +fractiousness/S +frailness/S +framing/M +francophone/M +frantic/PY +frap/SDG +fraternizer/M +fraudulence/S +fraudulent/Y +frazzle/SDG +freak/GMDSZ +free-for-all +free-living +free-market +free-up +freebase/GDS +freeboot/R +freedom/MS +freelance/RMGDS +freestone/MS +freethinking/S +freezable +freon/S +freq +frescoes +fresh/TmYPR +fresher/AMS +fretsaw/S +friary/MS +fricative/SM +friendless/P +friendlier/U +fries/A +frightfulness/S +frilly/TS +fringe/DIGS +frisker/M +fritterer/M +frivolousness/S +frocking/M +frog/mDGMS +front-page +frontiers/m +frontispiece/SM +frost/GJ2SZMDz +frostbit +frostbite/GSM +frostbiting/M +frosting/M +frowardness/S +frowzy/YTP +fruit/6jXpSMdN +fruiterer/M +fruitful/PT +fruitfulness/U +fruitless/YP +frumpy/T +frustrate/DhnSkGN +frustrater/M +frustum/MS +ftp +fuck/RGJMDS +fudge/DGMS +fulfiller +full/RPYTG +full-timer/S +full-wave +fullish +fullness/S +fulsome/YP +fumble/DRJGkS +function/yDMoSGp +functionality/S +funding/f +funky/T +funny/STP +further/dSr +furtherance/SM +furze/MS +fuse/FXDNSI4G +fusebox/S +fuselage/MS +fusilier/MS +fusty/PT +fut +futility/SM +futurity/SM +föhn +gaberdine/M +gable/MSDG +gad/SGRD +gadolinium/M +gaga +gain/j6RSDG +gala/SM +galen +gallbladder/MS +gallimaufry/MS +gallium/M +gallivant/DGS +gallstone/MS +galoot/MS +game/TGJZYPSMDR +gamecock/SM +gamesmanship/SM +gamin/MS +gaminess/S +gaming/M +gamy/PT +gangling +ganglion/MW +gangway/MS +gantry/MS +garage/DGMS +gargoyle/MSD +garishness/S +gas/DRM2JSGZ +gastroenteritides +gastrointestinal +gateau/MS +gatepost/SM +gauger/M +gauntness/S +gauzy/TP +gavotte/GMDS +gawky/TP +gear/GJMSD +gearing/M +gecko/MS +gedoente +gee/dSMG +geelbek +gelcap +gelignite/SM +gemstone/MS +gender/MSp +gene/SM +generalship/SM +generative/AY +genericness +genetic/3SY +genetics/M +gent/SMA +gentleness/S +gentrification/M +geology/W13wMS +geomagnetism/MS +geometrician/M +geopolitics/M +geosynchronous +germicidal +gerontology/wSM3 +gerrymander/dS +gestation/M +gesuip +get/SGR +get-rich-quick +gettered +geyser/MSd +ghat/SM +gherkin/MS +ghettoes +ghoen +ghostlike +ghoul/SM +giant/SM +gigacycle/MS +giller +gimbals +ginseng/MS +giraffe/MS +girl/SM +girlie/M +gladiator/SM +gladioli +gland/SM +glass-maker/MS +glaze/RJSGD +glean/RDGJS +glibness/S +glide/RJSGD +glim/M +glitz/SDGZ +glob/MS +globe/MSD +gloomy/TP +glorious/YIP +glossary/MS +glove/RMSGDp +glueing +glutei +gluteus +glutinous/YP +gnome/SM +gnomelike +gnomic +gnu/SM +go-slow +goalkeeper/SM +goatskin/SM +gobbledygook/S +goblin/SM +godhead/S +godlike/P +godmother/MS +godparent/MS +godsend/MS +godson/SM +goes/fe +gogga/S +goggle/RDSG +going/efI +goitrous +goldsmith/SM +golly/S +gonad/SM +gonadal +gondola/SM +gone/R +goo/MZ +good/PSZY +goodhearted +goodie/M +goodnight +goody/SM +goon/MS +goose-step/G +gospel/SM +gossipy +got/I +goulash/SM +govern/GLS7D +governing/a +government/a +governs/a +gracefulness/SE +gracelessness/S +graded/AU +gradualism/MS +grain/IDGS +grandiosity/SM +grandmother/MSY +grandson/SM +granite/MSW +granny/MS +grant-maintained +granulation/M +grape/SM +graph/1GMWSDw +graphics/M +graphite/MS +grapnel/SM +gratify/GNnkDS +gratis +graven +graveyard/MS +grazing/M +greasiness/S +great-uncle +greediness/S +green/PMDTGSY +greenery/SM +greenfield +greenhorn/SM +greenmail/DGS +greenwood/SM +grenadier/MS +grievous/YP +griller/M +gringo/MS +gripping/Y +grist/YM +gristly/PT +grocery/SM +grok/SDG +groove/DZSGM +groovy/T +grotesque/YP +groupie/SM +grouter/M +grubbiness/S +grubstake/SMGD +grudge/MDSkG +gruel/GMkS +guarani/SM +guardhouse/SM +guess/RGS7D +guestimate/GSD +guidebook/MS +guildhall/MS +guitarist +gulden/MS +gulf/MS +gulp/RSGD +gun/GSMyZDR +gunboat/SM +gunfire/MS +gunning/M +gunshot/SM +gunsmith/SM +gusseted +gust's +gutsy/TP +gutta-percha +guttering/M +gymnastics/M +gymnosperm/MS +gypsy/MS +gyration/M +gyrator/MS +gyromagnetic +ha-ha +habeas +haberdasher/ZMS +haberdashery/MS +habitual/PY +habitualness/S +habitué/MS +hackney/SMD +hackwork/S +haddock/MS +hadn't +haematology/w3WSM +hahnium/S +hair/2SZDpM +hair-trigger +hairiness/S +hairnet/MS +hairy/PT +hajji/SM +hale/TDSG +haler/IM +half-brother/MS +half-caste/S +half-hearted/PY +half-heartedness/S +half-marathon/MS +half-mast +half-moon +half-tone/S +half-truth/S +halfbreed +halfpennyworth +halfway +halfword/SM +halitoses +hallmark/MDGS +hallway/MS +halo/MGSD +halt/JRDkMSG +halyard/MS +ham/DGSZRM +hamlet/MS +hammerhead/MS +hammertoe/SM +hamstring/MGS +hamstrung +hand-pick/GDS +handbill/SM +handbook/MS +handcuffs/M +handedness/S +handiwork/MS +handleable +hands/cU +handsome/YTP +handsomely/U +handwork/MS +handwoven +handwrite/SJG +handy/PmT +hanger-on +hangers-on +hangover/MS +happening/M +harangue/GSD +harbourage +hard/TPYZz2 +hard-boiled +hard-done-by +hard-hearted/PY +hard-heartedness/S +hard-pressed +hard-wire/DSG +hardbitten +hardish +hardpan +harlot/MyS +harlotry/SM +harmed/U +harmless/PY +harmonic/SY +harmonics/M +harmonize/nDRSNG +harping/M +harpoon/MDGRS +harrogate/M +harvestman/M +hash/SAGD +hashish/SM +hasn't +haste/SM +hasten/dS +hatefulness/S +hatred/MS +haughtiness/S +hauler/c +hauls/c +have/SG +haven't +haver/S +havering +havoc/SDGM +haw/DSGM +haws/R +hayfield/SM +hayloft/SM +haymow/SM +hayseed/SM +haywire +he/M +headcount +headgear/SM +headline/GDMS +headmaster/MS +headnote +headpiece/MS +headquarters +headscarf/M +headship/MS +headstand/MS +headstrong +headwall/S +headway/SM +headword/MS +heal/GRDS +hearken/dS +hearse/M +heart-rending/Y +heart-warming +heartiness/S +heartlessness/S +heartstrings +heathland +heatwave +heavy/PTYS +heavy-duty +hebetude +hedge/MDRGSk +heedlessness/S +hegira/S +helium/M +hell-hole/MS +hell-raiser +help/6GJpRDSj +helpful/P +helping/M +helpless/PY +helve/MS +hemstitch/MGSD +hen/SyM +henge/M +heparin/MS +hepatitides +herald/MySGWD +heraldry/SM +herbaceous +herbal/S3 +herbalism +here/M +hereby +hereditary +heretical +heretofore +heritage/SM +hermeneutics/M +hero/MW1 +heroin/MS +hesitance/SZ +hesitating/UY +heterodox/Z +heterodyne +heterogeneous/YP +hex/DSG +hexagram/SM +hiatus/SM +hiccup/MdS +hide/JSG +hide-and-seek +hie/SG +hieroglyph/SW +hieroglyphics/M +high-energy +high-falutin +high-flying +high-heeled +high-profile +high-quality +high-ranking +high-spiritedness +highfalutin +highland/RSM +highness/S +hight +hill/2GMSY +hilliness/S +hillwalker +hinger +hint/RGDMS +hinterland/SM +hipbone/MS +hippie/M +hipping/M +hireling/SM +hiring/A +hirsute/P +hirsuteness/S +hissing/M +hist +historicism/M +hit/SRMpG +hit-and-miss +hit-and-run +hitherto-unseen +hittable +ho/FMS +hoarse/TYP +hod/SM +hodge/MS +hoecake/MS +hoggish/Y +hogshead/MS +hogwash/SM +hoity +hokey +hold-up/MS +holiday/SMDG +holidayer +holiness/S +holly/SM +hologram/MS +holystone/SM +home/MYRzDpSG +home-builder/S +home-building +homebody/SM +homebuilt +homecoming/MS +homeliness/S +homely/PT +homesickness/S +homespun/S +homestretch/MS +homeward-bound +homo/MS +homogamy/M +homogeneousness +homogenise/DRSG +homograph/MS +homologous +homomorph/M1ZW +homophonous +homopteran +homozygous/Y +homunculus +honest/EYZ +honest-to-God +honeymoon/GMRSD +honorary/SY +honourably/S +hoodlum/SM +hoodoo/DGMS +hoodwinker/M +hookworm/MS +hooves/M +hopeful/PS +hoppled +hopples +hopscotch/M +hornfels +horology/3SMWw +horoscope/MS +horrendous/Y +horrid/PY +horse-doctor +horse-drawn +horseback +horsebean +horsefly/SM +horsiest +hos/dS +hosepipe +hot-blooded +hot-swap +hot-tempered +hotcake/S +hotelier/SM +hotness/S +hotplate/SM +hotpot/M +hotshot/S +hounder/M +hourglass/SM +house's/e +house-hunting +house-train/D +house-warming/MS +houseboat/SM +housebound +housebreaking/M +houseful/MS +household/SMR +housekeep/RG +housemater's +houser +housewife/YM +housewifely/P +howbeit +howdah/SM +hubcaps +huff/2SZDzMG +huffiness/S +huffy/PT +huge/YTP +huh/S +hum/DRSG +humanize/CNDRnGS +humanly/I +humanness/S +humdrum +humeri +humidify/CNRDnSG +humidistat/M +humiliation/M +humility/MS +hummingbird/MS +hummus/S +humourless/YP +hundredweight/MS +huntress/SM +hurricane/MS +hurter/M +husbander/M +hush/SGD +hustings/M +hybridism/MS +hydra/nSM +hydrated/A +hydro/SM +hydrocephali +hydrometer/MS +hydrophilic +hydrophobia/SM +hydroponic/YS +hydrosphere/MS +hydroxide/MS +hygienics/M +hygroscopic +hyperbola/MS +hypercritical/Y +hyperglycaemia +hypermarket/MS +hypermedia +hypertension/MS +hyphenation/M +hypnotism/MS +hypocellularity +hypocrite/1MSw +hypodermic/S +hypophyseal +hypothalami +hypothalamus/MW +hyssop/MS +hysteria/MS +ice/DmSJGM +iceboat/SM +icebound +icepick/S +icon/WSM +icosahedra +icy/TPY +id/MY +idem +identical/PY +identification/Ma +identifies/a +ideologue/S +ideology/1Mw3S +idiocy/SM +idolatress/S +idolatry/SM +ids +iffy/T +ignominious/Y +iguana/SM +ii +iii +ileitis/M +ilia +ilk +ill-conceived +ill-starred +illuminate/DSGk +illuminated/U +illustrate/GnVDSNv +ilmenite +imaginably/U +imagination/M +imaginer/M +imam/MS +imbibe/RGDS +imbrication/MS +imbue/DGS +imitate/DSVvuGNn +immanency/SM +immediateness/S +immovability/SM +immunology/1Ww3MS +impaired/U +impasse/lXMubNVv +impasto/MS +impeach/LR7 +impeccability/SM +impeccable/Y +impeder/M +imperative/YPS +imperiousness/S +impersonate/SGnND +impertinence/M +imperturbable/Y +impetigo/SM +impishness/S +implacability/SM +implacable/PY +implant/7Nn +implementable/U +implore/DSkG +important/Y +importune/DRSG +imposing/U +impotence/SM +impoverisher/M +impregnation/M +impresario/MS +impressiveness/S +imprison/L +in/FAS +in-house +in-line +in-phase +inadvisability +inappeasable +inarticulate +inaugurate/DNGnS +inauguration/M +inborn +inbreeding/M +incandescent/YS +incantatory +incapacitate/SDGN +incarcerate/SGnDN +incentive/EMS +incept/VGDvS +incessant/Y +incidence/FSM +incinerate/SDGNn +incipient/Y +include/NvSuDGXV +incommode/DG +inconceivability/SM +inconformity +incongruence +inconvertible +incrustation/MS +inculpate/DGS +incurious +incurs/NX +indebted/P +indeed +indefatigable/PY +indefinite/PS +indelible/Y +indemnify/nDNGS +indention/SM +indicate/vnNDSGV +indices/M +indicter/M +indirect/GP +indistinct/P +indite/GDS +indium/M +individual/QsY3-8Sq9M +individualise/k +indivisible/PYS +indoctrinator/SM +indolent/Y +indomitable/YP +inductee/SM +induction/M +inductive/P +induna/S +inebriate/SnGDN +ineluctable/Y +inequitable +inerrant +inert/YP +inestimable/Y +inexplicable/PY +infanticide/SM +infarct/MS +infected/U +inferencer +infest/RGnNDS +infinite/VZ +infinitude/SM +infinitum +infirm +inflated/c +inflict/DGS +infliction/SM +infotainment/MS +infraction +infrastructure/MS +infuriation/M +infusible/P +ingenuous/PY +ingenuousness/S +inglenook/MS +ingratiate/SkNDGn +ingratiation/M +inguinal +inhalant/S +inhalation/M +inhospitable/P +iniquitous/PY +iniquity/SM +initialising/K +initiate/NSDyGnV +initiation/M +inkwell/MS +inlier/M +inn/SMJ +innermost +innovate/DGuSNVynv +innovator/MS +inopportune/P +inpatient/MS +inquiry/MS +ins +inscrutability/SM +insecticide/MS +insert/AGDS +insidious/PY +insight/6j +insipidity/SM +insofar +insolent/Y +installant +installation/M +installs/UA +instinct/VMvS +institutes/M +institutionalist/M +instructed/U +instructor/SM +instrumentality/MS +instrumentation/M +insufficiency/S +insulation/M +insupportable/P +insurmountable/Y +insurrectionist +intaglio/SGDM +intake/M +integrability/M +integrable +intellectualism/MS +intemperance/S +intendedness/M +intentional/UY +interaction/MS +interaxial +intercase +interchangeability/M +intercommunicate/SGNnD +interconnectivity +intercontinental +interdependent/Y +interdiction/MS +interest/ESGhMD +interesting/YU +intergenerational +interior/SYM +interleading +interleaver/MS +interlocker/M +interlocutor/MS +intermarriage/SM +intermodulation/M +internal/Q98q-sS +internecine +internet +interpose/NDXSG +interposition/M +interprets/aA +interprocess +interrogator/MS +intersect/DSG +intersperse/SGNXD +interspersion/M +interstate/S +intertidal +intervener/M +intervenor/M +interventionist/S +interwove +interwoven +intifada +intimidate/knSGDNy +intone/xnN +intoxicate/SGNhDn +intraline +intrametropolitan +introspection/SM +introvert/MDGS +intrusion/M +inure/GDS +invalid/dMS +inventor/SM +investigate/GnVySND +investigating/A +investiture/MS +inveteracy/SM +invidious/YP +invigilator/MS +invigoration/AM +invincibility/MS +invitee/S +invokable +invulnerability/M +invulnerable/P +iodise/GDS +ionise/CDUSG +irate/YT +ire/DS6GM +irenic/S +iridescent/Y +iridium/M +iron/WS1Mdw +ironer/S +ironness +ironworker/M +irony/MS +irrational/S +irreconcilability/SM +irreconcilable/YPS +irrecoverable/PY +irremediable/PY +irreproachable/PY +irresolute/P +irrigable +irritability/SM +irrupt/DSVG +is +isiXhosa +isiZulu +isocyanate/M +isolation/3M +isothermal +issues/A +it'd +it'll +italic/qQS-8 +ix +izibongo +jabot/MS +jackass/SM +jacket/MdS +jackknife/GMSD +jamb/GSDM +jambalaya/SM +jasmine/MS +jato/MS +jaunt/zMG2SZ +jawline +jeez +jellyfish/SM +jennet/SM +jerry/M +jersey/MS +jet-black +jet-lag/D +jet-setting +jetting/M +jibe/S +jiff/SZ +jiffy/SM +jigger/dZ +jilt/DSG +jingle/DSGY +jinked +jive/MDSG +job/GSRDpM +jobbing/M +jocosity/SM +jog/DSRJG +joggler/M +joist/MDS +joke/MRZkDSG +joky/YT +jol/2zY +jong/M +jostle/DSG +jotting/M +joule/MS +jounce/DSG +joyful/TP +joyrode +joystick/S +jubilation/M +judicature/SM +judicial/YK +juggle/DRyGS +jugglery/SM +juicy/PTY +jukebox/SM +junior/MS +junk/MRGSZD +juridical/Y +juries/I +jurisprudent +justify/SBDNRGln +jute/MS +juvenile/MS +kabeljou +kabuki/MS +kanna +kaput/M +karate/M +karma/MS +kb +kebab/MS +keeping/M +kelvin/MS +kepi/MS +keratin/MS +kerb/SM +kettle/6MS +kettledrum/MS +keyboardist/S +kg +khaki/MS +kief +kiln/SM +kilogram/MS +kilohm/M +kilojoule/MS +kilter +kindergarten/MS +kindly/TP +kinetic/YS +king/MDGSY +kingdom/MS +kipper/d +kl +kleptomaniac/MS +knackered +knee-jerk +knelt +knick-knackish +knickerbocker/S +knight-errantry +knightly/P +knish/SM +knobbly +knobby/T +knower/M +knowing/UY +kookaburra/MS +kraal/MS +kraft/M +kroeg +kronur +kuier +kwela +la/M +laager +labium/M +laborious/PY +laburnum/MS +lace/ZMDSG +lacer/MV +lachrymal/S +lactate/SGNnxMD +lactation/M +lacy/K +lad/JSDRMG +ladybird/MS +laevulose +laid/Afac +lain/cf +laity/SM +lambent/Y +lambkin/SM +lame/TPDY +lamentable/P +lamington +lampblack/MS +lamplight/SRM +land/JpmMDRSG +landfall/SM +landlady/SM +language/SM +languid/YP +languisher/M +languorous/Y +lankness/S +lanky/TP +lanthanide/M +large-scale +largeness/S +larval +laryngeal/YS +larynx/M +lasagne/M +lasher/M +lass/MS +last-minute +lasts/e +latching/M +latency/SM +lateral/FSY +lath/yMRDSG +latices/M +latitude/MS +latitudinary +latrine/MS +latte/S +latticework/SM +laughing/M +launched/A +launches/A +laundress/SM +laundry/mS5M +laureateship/SM +lava/MS +lavender/dSM +lawful/UY +lawlessness/S +lawmaking/M +lax/VSPTvuY +laxative/PSM +lay-off/MS +lazuli/M +lazybones/M +lbw +league/FMDSG +lean-burn +learnedness/M +learns/AU +leaseback/MS +leasing/M +leastwise +leathern +leatherneck/MS +leaving/M +lee/SyM +leftward/S +legalism/MS +legalize/DNnGS +legation/CMA +leghorn/MS +legionnaire/SM +legislator/SM +legitimize/DGNn +leguminous +leisure/DMYS +lemma/MS +lemming/M +lemur/MS +length/zSZM2 +lengthen/dS +lengthwise +lengthy/TP +lenience/SZ +lent/A +lenticular +lento/S +leonine +leotard/SM +leprosy/MS +lepton/MS +lesion/MGD +lest +let/SeM +letterbox/S +lettered/U +levelness/S +leverage/MD +levitation/M +lewdness/S +lewis/M +lexicographer/MS +liability/MAS +libellous/Y +liberationists +liberator/CSM +libero +libertarian/MS +libertine/MS +liberty/SM +libido/SM +license/SGD +licentious/PY +lichee/M +lichenology +lickerish +licking/M +lieder +lieutenancy/SM +life-size/D +lifebuoy/S +lifetime/MS +ligate/DnSGN +ligature/MDGS +lightly +likeable/PY +likeliness +lily-livered +limb/WSMDp +limper/M +limpid/YP +linchpin/MS +linear/YQt +linen/MS +lingo/M +lingoes +lining/feA +link/7RSMDGJ +linseed/MS +lip/pDSGZM +lip-read/JSG +liqueur/MS +liquidation/M +liquidise/nDRGS +liquids +liquorice/MS +lisp/RMGDS +listlessness/S +literacy/ISM +literary/P +literate/IYS +litigator/MS +litterbug/MS +littleneck/M +littérateur/S +liveries/C +livestock/MS +livid/YP +llama/MS +loads/cUA +loam/MSZ +loathing/M +loathsome/PY +loathsomeness/S +lobby/GDS3M +local/sQ8Y9S-q +locale/SM +locality/MS +locatable/A +location/AMEF +locative +lock/RSGM7D +locomotive/YSM +locoweed/MS +locution/MS +lode/MS +loftiness/S +loggia/SM +logia +logicality/SIM +loll/GDSY +lone/RPY +loneliness/S +long-distance +long-lost +long-running +longboat/SM +longhair/MS +longitudinal/Y +longsword +longwise +loo/M +lookahead +looks/ec +loon/SZM +loony/ST +loosener/S +loquaciousness/S +loquacity/SM +lorgnette/SM +loris/M +lose/RSG +loss-leader/S +lost +lot/SM +lounge/RDSG +lour/SDG +lousewort/M +louvre/MDS +lovely/STP +low-down/S +low-noise +lower-case +lower-class +lowly/PT +lozenge/MDS +lubricant/MS +ludicrous/PY +ludicrousness/S +luggage/SM +lullaby/MGSD +lulu/M +lumpy/TP +lunatic/S +lunch-time +lunge/MS +lure/DSG +lurer/M +lurex +luridness/S +lustrous/PY +lusty/TP +lye/M +lyricism/SM +mac/SM +macaque/SM +macaroon/SM +machete/SM +machinable +machinate/GSD +mackintosh/MS +macro/MS +macrocosm/SM +macroeconomics/M +madam/SM +madhouse/MS +madras +maelstrom/MS +maestro/SM +magnetic/S +magnetize/CnDNBSG +magnitude/SM +mah +maharishi/MS +mahout/MS +maidenliness +mail-order +mailshot +maim/DRGS +mainline/RSDG +mainsail/SM +mainstream/MS +maizena +majordomo/S +majority/SM +maladapt/VD +malaise/MS +malarial +malathion/S +malcontent/M +male/PMS +malefactor/MS +maleness/S +malevolencies +malformed +malice/MS +maliciousness/S +malignity/SM +malnourished +malnourishment/MS +malt/MGSZD +mampara +man-year/S +manageability/S +managerial +manatee/MS +mandibular +mandolin/MS +mandrake/SM +mandrel/MS +manic/S +manifestation/M +manifolder/M +manioc/MS +manne +mannerist/M +manoeuvre/eDGS +manometer/MS +mantel/MS +manumit/XDGNS +mapmaker/S +mappable +mar/GZD +maraschino/MS +marginalia +marks/A +marquis/SM +married/U +marshmallow/SM +marshy/TP +martin/MS +martinet/MS +martingale/MS +masc +mash/MRJSGD +masochist/M1WS +masquerade/MSRGD +mass-produced +mass-producing +massacrer +master-stroke/SM +matchless/Y +materialness/I +materiel +maternity/MS +maths +matriarchal +matrices +matricide/MS +matriculant +matrimonial +matrimony/MoS +matrix/M +matter-of-fact/Y +maturate/GNxVDSn +mature/IPY +matured +matureness/K +maturest +matzo/MS +mausoleum/SM +mauve/SM +maw/DGSM +maxillary/S +mayday/S +mayhem/MS +mayst +mazurka/MS +mbaqanga +mdse +me/s3 +meal/2MSZ +mealie +mealiness/S +meanness/S +measly/T +measurement/A +measures/A +meatpacking/S +mechanic/MSY +mechanism/MS +mechanize/BNGDn +mechanochemically +medallion/SM +meddle/DRGS +meddlesome +mediaevalist +medicate/DSG +medium/MS +mediumistic +meeting/M +meetinghouse/S +mega +megabyte/S +megadeath/MS +megajoules +megalith/MSW +megalopolis/SM +meiotic +melancholia/MS +melancholy/MWS +meliorate/SDGNnV +melkkos +mellifluousness/S +melodic/S +melodious/U +melodrama/1WSM +melted/A +melter/M +membranous +memo/SMy +memorable/U +memorials +memoryless +men/M +menagerie/MS +mend/FSDG +meneer +meninx +menstruate/NnSDG +menstruation/M +mensurableness +mentioned/fU +mentored +meow/DGS +mercenary/PSM +merchantmen/M +mercurialness +mercury/MoW +mere/TYS +meritocracy/MS +merrymaking/SM +mes/DzGZ2 +meshed/U +mesmeric +mesquite/MS +mess/MS +metacentre/W +metallic/S +metalsmith/MS +metamorphose/GDS +metamorphosis/M +metatarsal/S +metempsychosis/M +meteorologist/S +methodicalness/S +methylated +methylene/M +metier +metric/SNMn +metronomic +mettlesome +mezzo/S +mezzo-soprano +mfr/S +mica/MS +mickey/SM +microbe/SM +microbicide/M +microelectronics/M +microfibre/S +micrograph/Z +micrography/M +micrometer/MS +microprocessing +micros/M +microsimulation/S +microstore +microtome +mid-off +midden/MS +middle-class +middleveld +midfielder +midland +midriff/MS +midscale +midsection/M +midtowns +midway +midwifery/MS +midyear/MS +mieliepap +mien/SM +might/zS2Z +mightn't +migratory/S +mikado/SM +milady/SM +militant/SYP +militarisation +militarist/W +milkmaid/MS +milkmen/M +mill/GM7RSD +millenarian +millennial +millennium/MS +milliner/MSZ +milling/M +millstream/MS +mimetic/Y +mimosa/SM +min. +minatory +mince/RkSGDJ +minded/A +minder/AS +mindfulness/S +mine/RGJDS +mine-dump +mineralization/CS +mineralogy/3SMw +miniature/MSQ-8Dq3G +minimality +miniskirt/MS +minister/NdSnMo +ministerial +ministration/M +ministry/SM +mint/GMRSZD +minuend/MS +miracle/MS +misbehaver/M +misbrand +miscegenation/MS +mischievous/YP +miscreant/MS +misdeed +miser/Z7Yl +misery/MS +misgiving/MS +mishear/GS +mishmash/MS +mislay +misplay +misprision/MS +misses/K +missions/4 +mist/CDRGS +mistake/M +misuse/M +mitochondrial +mitosis/M +mizzen/SM +mizzenmast/MS +mobile's +mobiles +mobilize/AnCNSGD +mobster/SM +mod/So +moderated/U +moderates +moderation/MS +moderation's/I +modernist/SW +modest/IZY +modi +modicum/MS +modifiable/P +modified/U +modify/BnDGRSN +modishness/S +modulator/ASMC +module/SNnM +modulo +modulus/M +moegoe +moer +moffie +moggie/M +mogul/SM +moiety/SM +mokiti +molal +molar/KS +molehill/SM +molly/SM +mollycoddle/GSD +molten +momentariness/S +mompara/S +monetize/nDASCNG +mongoose/SM +mongrel/MS +monies/M +monition/KSM +monitor/MSd +monitory/K +monoclinic +monogamousness +mononucleosis/M +monopoly/SM +monotonicity +monsoonal +monstrance's/A +monstrous/YP +month/YSM +monthly/S +moody/TP +moonbeam/SM +moonlighting/M +moonrise +moor/SMGDJ +morass/SM +morbidity/MS +mordant/GYSD +more/oS +morel/SM +morogo +morose/YP +morph/DGSJ +morphophonemics/M +morrow/MS +mortal/ISY +mortice/MS +mortifier/M +mortuary/SM +mos/DGZ +mosaicking +moss/MS +moth/RMS +moth-eaten +motherboard/SM +mothering/M +motion/SFCM +motivator/S +motive/nxMDpSNVG +motley +motlier +motocross/SM +motorbike/DMSG +moulder/d +mount's +mountaineer/SMGDJ +mountainous/PY +mountebank/SM +mounts/EA +mourn/DRG6JjS +mourning/M +mousiness/S +moustachio/DMS +mousy/PT +mouthful/MS +movably/I +moveability +moveables +moveably +mozzarella/SM +mph +mucky/T +mucous +muddy/TSDPG +muff/SMGD +muffin/MS +mufti/SM +muggy/TS +mulatto/M +mulberry/SM +mule/GMDS +muleskinner/S +mulish/YP +multi-purpose +multi-site +multicellular +multidimensional/Y +multidisciplinary +multilevel/D +multiplexor/MS +multiplicity/SM +multiracial +multivalued +multivariate +mum/RGSDZM +mummery/MS +municipal/YS +munificent/Y +munition/DSG +murky/T +muscatel/MS +muscularity/SM +mush/2MSZ +mushiness/S +music/SM +musician/MYS +musket-ball +musselcracker/S +must-have +mutability/SIM +mutely +mutilator/SM +mutuality/S +my +mycology/3SM +myriad/S +myrtle/MS +mystic/YSM +mystifier/M +mystify/SCnNDG +myth/1MWwS +mythographer/SM +métier/S +n/NxnVvu +nab/SDG +nacho/S +nacreous +nag/DRSGM +nagapie/S +nail/MDGS +naivety/MS +naiveté/MS +name-calling +nameless/Y +namelessness +namely +nameplate/MS +nape/MS +nappy/SM +narcissism/MS +narcoses +natal/K +natch +nation/M +nationalises/A +nationalising/A +natter/dS +naturist +naught/MZz2 +naughty/TSP +nauseate/kDGS +nauseous/P +navigation/M +neap +nebula/MS +neckline/MS +necrology/MS +necromantic +necrophiliac/S +necropolis/SM +necroses +nectarine/MS +needed/U +needfulness +neediness/S +negativeness/S +neglect/DG6Sj +negligibility/M +negotiation/MA +nemeses +neoclassicism/SM +neocortex/M +neoplasm/MS +nephew/SM +nephrite/MWS +nerd/SZ +nerving/M +nervousness/S +nestler/M +nettle/DMGS +neuk +neurasthenia/SM +neurology/w3M1S +neuronal +neurone/S +neuropathology/M +neuropsychiatric +neurotic/YS +neuter/Sd +neutrality/MS +neutrino/SM +never +new/PSTY +newly-wed/MS +newness/S +news/m5Zp +news-sheet +newsgirl/S +newsletter/SM +newsworthy/PT +newton/MS +nexus/MS +nice/TPY +nicety/SM +nicknamer/M +night-time/MS +nightclothes +nightclub/MGDS +nightmarish/Y +nightshade/MS +nimble/TPY +nincompoop/SM +ninety-one +ninety-seven/H +ninny/SM +niobium/M +nitpick/DJSRG +nitrate/GMDS +nitride/MS +nix +no-ball/DS +no-show/S +nobelium/M +nobility/SM +noble/TmPS5 +noblesse/M +noddy/M +nominated/AC +non-absorbent +non-academic/S +non-adaptive +non-addictive +non-adjacent +non-automotive +non-basic +non-blocking +non-breakable +non-caloric +non-carbohydrate +non-chargeable +non-competitive +non-conducting +non-constructive +non-crystalline +non-custodial +non-departmental +non-disciplinary +non-drinker/MS +non-economic +non-empty +non-equivalent/S +non-exempt +non-fat +non-fattening +non-fluctuating +non-food +non-inflected +non-interchangeable +non-interference +non-intuitive +non-judgemental +non-linearity/SM +non-living +non-local +non-operative +non-orthogonality +non-participant/MS +non-partisan/S +non-peak +non-performance/MS +non-performing +non-perturbing +non-political +non-porous +non-professional/YS +non-profit-making +non-random +non-recoverable +non-recurring +non-refillable +non-returnable/S +non-rural +non-scientist/S +non-sexist +non-sexual +non-singular +non-social +non-terminal/S +non-thinking/S +non-transferable +non-transparent +non-union/S +non-user/SM +non-vocational/Y +non-voter/MS +non-voting +nonconformity/SM +nonplus/GSD +nor +noradrenaline/M +normal/tQ8s-q+S +normalcy/SM +normalizes/A +north/MSG +north-Eastward/S +north-Western +north-easterly +northern/RS +northmen +nosh/MDSG +nostalgia/MS +notable/C +notary/SM +notation/FMC +note's +notepad/S +nothingness/S +notice/MDSlG +nourish/DSGL +nourished/Uf +nourisher/M +nouveau +nouveaux +novel/MQ-3S +now +now-now +nroff/M +nth +nuance/MDS +nub/SZM +nubile +nucleate/DnGNS +nuclei/M +nudes/C +nudger/M +nuke/MDSG +nullification/M +numberer/M +numerator/SM +numerical/S +nunchaku/S +nuptial/S +nutation/M +nuthatch/MS +nutritionist +o'er +oaf/SM +oak/SM +oakwood +oasis/M +oatmeal/MS +ob. +obbligato/S +obduracy/S +obdurate/YS +obesity/MS +obeyer/EM +obfuscater +obfuscation/M +obit/MS +objective/PS +obliger/M +obnoxious/PY +obscurantist/MS +obscure/PTDNYSG +obsequiousness/S +observant/UY +observed/U +obsession/M +obstacle/MS +obstetric/S +obstructionist +obtain/D7GS +obvious/PY +obviousness/S +occipital/Y +occlusive/S +occupational +ocean-going +octane/SM +octant/M +odium/SM +odyssey/S +oedema/MS +oenology/SM +oestrus/SM +off/GRMJ +off-drive/S +off-licence/MS +off-ramp +off-road/G +off-the-wall +offbeat/MS +offensive/MSP +officeholder/MS +officiate/SNDGn +officiation/M +officio +officiousness/S +offing/M +offprint/SMDG +ogrish +oh +ohs +oilskin/SM +oily/TP +old-style +oldie/SM +oles +olfactory +oligarch/ZMWw +olivine +omelette/MS +omni/M +omnipotent/YS +omnivorousness/S +on-board +oncologist/S +oncoming/S +one-man +one-off +one-third +onefold +onerousness/S +onomatopoeia/SM +oolitic +ooze/ZGDS +oozy/T +open-air +open-and-shut +open-heart/D +open-mindedness +operational +opiate/DGMS +opinionated/PY +opp +opportune/IY +opportunist/MW1S +opposer/M +opsit +opstoker/S +optics/M +optimal +optimised/U +optional/S +optoelectronic +opus/MS +or/nNM +oracle/SM +oral/S +orangeade/SM +orbit/SMd +ordain/LDGS +ordeal/SM +ordinance/SM +ordinate/FSN +ordnance/MS +organdie/MS +organic/IY +organization/oM +organize/ESGANnD +organza/MS +oriental/SY +originate/DSG +origination/M +originator/MS +oriole/SM +ormolu/SM +orographic/M +orphan/dMS +orphanhood/M +ors +orthodontic/S +orthodoxy/SM +orthography/1SWMw +orthonormal +oscilloscope/MS +osmotic +osprey/SM +osseous/Y +osteopath/SZWM +osteoporosis/M +oubliette/SM +outcrop/GJ +outcry/M +outer/S +outgrow +outlaw/GDy +outline +outpost +outré +ovary/SM +ovate/S +oven/SM +over-anxiety +over-nicety +overact +overaggressive +overawe +overbore +overburden/k +overcautious +overcome/S +overcommit +overcomplicate/D +overdo +overfeed/G +overfish/G +overground +overhang +overkill/M +overly/G +overnight/G +overnighter +overpass/M +overtness +overvalue +oviduct/MS +ovum/MS +ow/GD +owlish/PY +own/EDGS +owned/U +owner-occupier +oxalic +oxidative/Y +oxidisation +oxyhydroxides +pabulum/SM +paces +pachyderm/SM +pack/MDGJR7S +packaged/U +packed/AU +packing/M +padded/U +padding/M +paddle/MDRSG +padkos +paedophile/S +paganism/MS +painkilling +paintbrush/SM +pair's/A +paired/U +pairing/S +palaeobotanist +palaeoecology/w +palaeontologist/S +palatal/QS +palate/oMSg +palatinate/SM +palaver/SdM +paleface/SM +palimpsest/SM +paling/M +palisade/SMDG +pall/SM +pallbearer/SM +pallet/Q8-MqS +palliate/SGnNVDv +palmate +palpably/I +palpate/SNGnD +pampas/M +pamphlet/SM +panda/MS +pandemonium/MS +pane/MSD +panel/ISDG +panjandrum/M +panky +pannekoek +panoply/MDS +panorama/SM +pant/SGD +pantechnicon +pantiles +pantograph/MS +paper/rd2pZ +paper-boy/MS +papist +para/MS +parachute/MD3GS +paragon/MS +paragrapher/M +parallax/MS +parallel/S +parallelepiped/MS +paramedical/S +paramoecium/M +paranoia/SM +paraplegia/MS +paraprofessional/SM +parapsychologist/S +paraquat/S +parasitologist/M +parasitology/M +paratroop/RS +parch/SGLD +pardonable/U +parenthesis/M +parenthood/MS +pares/S +pariah/MS +park/MDGZS +parka/MS +parking/M +parliamentary/U +parlous +parricide/MS +parrot/MdS +parsnip/MS +parson/MS +part-time +particleboard/S +particularism +parting/SM +partitioned/A +partitions/A +partly +partner/MdS +paschal/S +passageway/SM +passim +passion's/F +passionflower/MS +passover +passée +past/Z2SMGDy +pastiche/MS +pastille/MS +pastoral/YS +pastoralism +pasty/TPS +pat/SGMZD +patch's +patchable +patcher/EM +patchiness/S +paten/M +patency +patentee/MS +paternal/Y +paternalist/W +path-loss +pathetic/Y +pathname/MS +pathology/wS3M1 +patients/e +patisserie +patrician/SM +patrol/MDGS +patronise/k +patronymic/SY +patterer/M +pauper/MdSQ +pavilion/GMSD +paving/M +pay/cSKLfAG +paymaster/SM +pcm +pea/SM +peacemaking/M +peahen/MS +pebbling/M +pectic +pectoral/S +peculate/DGSNn +peculiarity/MS +pedagogic/S +pedal/MRSDG +pedantry/SM +pedlar/MS +pedometer/MS +peekaboo/MS +peeling/M +peevishness/S +pelagic +pelican/MS +pelile +pellucid +pemmican/MS +penal/Q8- +pence/M +pendant/CSM +pendulum/SM +penetrable/I +pentacle/SM +pentatonic +penthouse/SM +penultimate/YS +penurious/YP +peony/MS +pep/GSRMD2Z +perceivable/I +perceivably +perceived/U +percent/M +percentile/MS +perceptual +perchlorination +percussion/MAS +percussive/P +perfectibility/MS +perfecting +perfects +perforation/M +performance/MS +perfumer/Z +pergola/SM +pericardium/M +perigee/SM +periglacial +perilous/PY +periodontal/Y +periodontist/S +periphrases +peristalses +periwig/MS +perkiness/S +permeability/ISM +peroxidase/M +perpendicular/YS +perpetration/M +perpetual/YS +persevere/DGSk +persister +personage/MS +personalise/CSGnD +personality's/I +perspicacious/YP +perspicacity/S +perspicuity/SM +perspiration/M +pertain/GDS +pertinacity/MS +perturbed/U +perusal/MS +peruse/DRGS +pervasiveness/S +perversity/MS +pessary/S +pestle/DGMS +petite/PS +petitioning +petrify/NGDS +petrochemical/SM +petrology/S3wM +petticoat/MSD +petty/TYS +pewee/SM +pewter/MS +phalanger/SM +pharmaceutics +pharyngeal/S +phenomena/oM +phenomenal +philanthropist/SM +philistinism/S +phobia/MS +phoenix/SM +phoney +phonic/S +phonics/M +phosphatase/M +photoelectronic +photoengraved +photolytic +photomicrography/M +photosyntheses +physicality/M +physiology/Ww31MS +physique/SM +pickpocket/SM +picoseconds +picot/SM +picture-writing +piece/MSDG +piecewise +pieperig +pig/LSGMDZ +pig-headed +pigeon-toed +piggish/PY +pigskin/MS +pike/MRSDG +pikemen +pilaf/SM +piledriver +pilfer/drS +pilgrimage/DGMS +pillage/SRDG +pimpernel/SM +pimplike +pince-nez +ping/F +ping's +ping-pong +pinged/I +pinotage +pinprick/MGDS +pioneer/DGSM +pipe/MS +pipework +pippin/SM +pita/M +pitch/SGRD +pitch-and-toss +pitchfork/MSDG +pitching/M +pitilessness/S +pittance/MS +pixmap/MS +plaas +plaasjapie +placate/DnVySGN +placekick/DGS +placentae +plaguer/M +plaice/M +plaining/F +plaint/SFM +plakkies +planetary +planetesimal/MS +plangent +planoconvex +plash/MSZGD +plaster/MrSd +plastic/Q8YsSM9 +plasticine +platanna +plateful/S +platelet/MS +platform/MS +plating/M +platonic +platteland +plaudit/MS +play-act/JDGS +playability +player-manager +playfellow/S +playings +playlist/S +playmate/MS +pleasantry/MS +pleaser/M +pleasuring +pleat/MSGD +pleater/M +plebiscite/MS +pledger/M +plenary/S +plenitude/SM +plenteous/PY +plentiful/P +plenty/6jM +pliant/YF +plication/FMIA +plug/MDGS +plumery +plump/TYZ +plumper/M +plumpness/S +pluralism/MS +pluralization/M +plush/MTYPSZ2 +plushness/S +pluvial/S +po-faced +pocketbook/MS +pockmark/MDSG +pocus +podgy/TP +poet/SMWw1y +poetics/M +poikilothermic +poison/rSMd +polarise/CnRDSG +polarograph/Z +pole-axes +polemic/YS +poler/M +policy-making +policyholder/MS +poliomyelitides +polished/U +pollen/SM +polluted/U +polonaise/MS +polyclinic/MS +polyelectrolytes +polyester/SM +polypeptide/S +polythene/M +pompom/SM +ponce/M +ponder/S4 +ponderous/PY +pondokkie +pondweed +poniard/MS +poodle/SM +pop/GSRMDZ +pop-up +popularism +populism/S +port's/A +porter/dSM +porterhouse/M +porters/4A +porticoes +portliness/S +portmanteau/SM +portraitist +portrayal/SM +poses/I4A +posit/CSd +positive/TSY +positiveness/S +posses/ihDG +possessor/MS +possibility/IMS +post-classical +post-coital/Y +post-feminism +post-modern +post-partum +posted/A +posteriori +postpositions +postwar +pot's/C +potability/SM +potassium/M +potency/IS +potency's +potentate/MS +potential/SY +potentiating +pother/SdM +potion/SM +potjiekos +potsherd/MS +potterer +potty/TS +poulterer/MS +pounders +poverty/MS +powerlessness/S +practicability/I +practicality/MIS +pragmatic/YS +pragmatical +prank/MS +praseodymium/M +pre-election +pre-ignition +pre-industrial +pre-paid +pre-preference +pre-processor +preamble/M +preciosity/MS +precipitation/M +preciseness/SI +precisest +predecline +predicate/GNVDnS +predication/M +prefab/GMDS +preferential/Y +preheat +prejudice/SDMG +premed/wS +premeditated/U +premium/MS +preponderant/Y +preprint/GM +presage/DG +presager/M +presbyter/SZM +prescription/M +preservable +preservative/SM +presidential/Y +presider/M +press-gang/D +pressures +prestidigitatorial +pretend/NX +preternatural/Y +prettify/GSD +prevail/DSGk +prevaricate/SGNnD +preventable/U +priced/U +prick/DYRGS +prickly/T +pride/jS6DMG +priggish/MY +prim/rdTY +primacy/SM +primary/YSM +primate/SM +primness +primrose/MS +principled/U +printed/cKaU +printmaker/MS +prism/SM +prismatic +prissiness/S +privet/SM +privy/YM +prizefighting/M +prizewinner/S +probable/S +probe/BnSlDG +procedural/S +proceeding/M +processes/A +processional/S +proclaim/7DRGS +production/fMSA +productively/U +proffer/dS +profit-taking +profitable/P +profligacy/S +profundity/SM +progenitor/MS +prognosis/M +prognostic/NnVS +prognosticate/DGS +prognosticator/S +programme/A +programming/C +progress/vDGXuSNVM +prohibit/dSNXuVvy +project/MSDGVv +prolapse/DGSM +proletarian/Q8q-S +prologue/DGSM +prominence/MS +promotion/SM +promulgation/M +promulgator/MS +propaganda/MS +propagandist/MSW +propagator/MS +propellant/MS +prophet/WMSw1 +prophylactic/S +propinquity/SM +propitious/YP +propound/DSG +proprietary/S +proprietorship/SM +proprioception +propylene/M +prosaic/Y +proscription/M +prose/ZDM +prosecutor/MS +prosodic/S +prospect/DSMGvuV +prosper/dS +prosperity/MS +prosperous/YP +prostate/MS +prostitute/GSMD +prostitution/SM +protagonist/MS +protectionism/MS +protectionist +protective/YS +protestant/S +protestantism +protoplasm/WSM +protozoa/W +protozoan/SM +protraction/MS +protrusile +provable/IU +prove/EBSDG +provender/MS +proverb/oMS +providable +provide/RSNxDXG +providential/Y +province/oSM +provincial/S +provisioner/M +prurience/MS +prussic +pseudonym/MS +pseudopod +pseudopodia +psittacosis/M +psoriases +psych/1GDWwS +psychoneurosis/M +psychopathy/SM +psychos/S +psychotherapeutic/S +psychs +pterosaurs +public-spirited +puck/MS +puckish/Y +puckishness/S +puddle/MDJYGS +pudenda +pudendum/M +pueblo/MS +puerile/Y +puffadder/S +pull/SRDG +pull-down +pullet/SM +pulpiness/S +pulsar/MS +pulsation/M +pulse/IMSGD +pulverise/RSDG +puma/MS +pump/SMDG +punchbowl/M +punchy/T +pundus +punish/L7SGD +punisher/M +punnet +punt/SMRDG +puny/TP +pupae +puppyish +pureness/S +purloiner/M +purplish +purposeless/PY +purulent +purveyance/SM +purveyor/SM +push-button/S +push-pull +pussy-cat/S +pustule/SM +put/eDSG +put-up +puzzle/DRGLkJS +pyramid/MoS +pyrimidine/SM +pyrotechnic/S +pyruvic +quackish +quadriceps/SM +quadrophonic +quadrupedal +quaff/DGS +quaffer/M +quaintness/S +qualification/EM +qualm/MS +quanta/M +quarrel/MSGDRJ +quartile/MS +quasar/MS +quash/SDG +quayside/M +queer/TDGSY +quenchable/U +querier +questing +question/7SDRGkMlJ +questionable/U +queue/CGDS +queueing +quibble/DRSG +quid/SM +quiesce/D +quieten/dS +quietest +quill/SDGM +quinquennial/Y +quint/WSM +quintessential/Y +quintet/SM +quintuplet/MS +quite/A +quizzy/1w +quoin/DGSM +quorate/I +rabbi/MS +rabbinate/MS +rabbinic/Y +rabies +racetrack/MS +radial/YS +radiate/IDSnNGV +radices +radiocarbon/MS +radiochemistry/M +radiographer/MS +radiometer/MSW +radionuclide/M +radiosonde/SM +radius/M +raff +raffia/M +ragbag/MS +rage/MeDSG +ragtime/M +ragwort/M +raillery +rainstorm/SM +raisin/SM +rakish/YP +ram/SMDG +ramble/DRGJkS +ramify/DGnSN +rampage/SDG +rampant/Y +rampart/MS +ransacker/M +rapacity/M +rapeseed/M +rapprochement/MS +rascal/MYS +rash/TRSY +rasper/M +rat-catcher +ratatouille +rating/SM +rational/IY +rattail +rattly/T +raucous/PY +raunchiness +raunchy/TY +rave/RJSDG +ravel/GSUD +ravenousness +ravioli/MS +raw/TYP +razorback/SM +razzmatazz +re/xNhniJoY +re-adapt/SDG +re-allocated +re-elect/7 +re-enact +re-engage +re-erect +re-examine/N +re-release/DSG +re-soluble +reacquire +reactant/SM +reactionary/MS +reads/aA +ready-made +reagent +real/Ttqs9Q83+-Y +realm/SM +realness +rearmost +rearward/S +reascend/GN +reason/rpMSd7l +reattach/GL +rebirth +rebuker +recalcitrance/M +recap/DSG +receipt/DMGS +receivable/S +recentness +recertify/N +recession/y +recessional/S +recharge +recidivist/MS +recital/3MS +recitative/SM +recite/RN +recline/DRSG +recompute +reconcile/SDG7 +recondition/G +reconvert/G +recopy/G +recordist +recrimination/M +recrudescence/M +recrudescent +rectilinear/Y +rectitude/M +recuperation/M +recusance/Z +red/TZSP +red-head/MDS +redecorate +redeliver/dZ +redgrass +redhead/S +redirection +redistribute/V +redoubt/7l +redraft/G +redress/G +reduce/DRGVnbSN +reduced/U +redwater +reeding/M +referenced/U +referent/MS +referral/MS +refinance +reflection/SM +reflexive/YPS +reflexivity/M +reformatory/SM +reformist +refract/DvSGVy +refrain/GDS +refuge/MS +refusal/MS +refuse +refuseniks +refutation/M +refute/NDRGnS +regalia/M +regatta/SM +region/MSo +regrade/G +regression/M +reground +regulator/SM +rehabilitate/nDSGNV +rehearse +rehearser/M +reheat/G +rehydratable +reimburse/SGDL +reimplement/NG +rein/GMD +reinstitute/S +reinstitution +reinvest/G +rejoicer +rejuvenate/DGNSn +relative/FS +relativity/SM +relax/nkDhiG +relaxation/M +reliance/M +relief/M +relish/SDG +relit +reluctant/Y +remake +remand/GSD +remap/DG +remark/7lG +remarkableness +reminiscence/MS +remoteness +renascence +rend/SG +renew/DG7S +renewal/SM +renounce/DGS +renouncement +renouncer/M +renovation/M +reopen/d +repairable/U +repeatability/M +repellent/SY +repetitious/Y +repetitiveness +replaceable/I +replay/GM +replenish/DGS +replica/SM +replicable +reply/nVR +reported/U +repose/6MXN +reprehensibility/M +representative/YMS +representivity +represents/a +reproach/7jD6GkS +reproachable/I +reprove/k +republic/SnN +repulse/uVv +repute/DBlNnhS +requital/MS +requite/DS +requited/U +reseal/7 +resilience/ZM +resinous +resize/7 +resolution/ISM +resolve/B +resolved/U +resonance/SM +resorption/M +resourceful/P +respectability/SM +respectfulness +respire/yGNn +resplendence/M +responsible/IPY +responsive/UY +restaurateur/MS +restive/P +restorative/S +restriction/MS +resuscitation/M +retentive/Y +reticle/SM +reticulation/M +retina/MS +retiral +retire/Lk +retort/GD +retouch/R +retreat/G +retro +retrofire/MS +retroflex/DN +retrogradations +retrorocket/MS +retrospection/MS +retsina/SM +returned/U +reveille/MS +revelation/SM +reverberant +reversal/MS +reverse/YbG +revitalize/Nn +revival/M3S +revivalism/MS +revive/DGS +revivify/n +revolution/Q8y3SM +rework/7 +rhapsody/wSWMQ +rheostat/MS +rhodium/M +rhubarb/MS +rhyme/RMSGD +ribbetjie/S +ribbon/MS +ribboned +riboflavin/M +rick/MS +rickshaw/MS +ricotta/SM +riddle/DSMG +ride/CcSG +riders/eC +ridge/MSGZD +ridge-tile/SM +ridiculer/M +riempie/S +riffle/DSG +rifle-fire +rifling/M +rigging/M +right/e +right-on +right-wing +rights +rigorousness +rill/SM +ringmaster/SM +rinser +riotous/PY +rip-roaring/Y +riper +riposte/GMDS +ripply/T +rise/bJSG +risibility/M +risky/TP +risqué +ritualism/M +rivet/SrdkM +rivulet/MS +roadblock/MS +roadroller/SM +roadrunner/SM +roast/RJSDG +rockabilly/M +rocket/MdyS +rocking-horse/MS +rocky/T +rococo/M +rod/SM +roguery/MS +role-play/DG +roll-out +romanise/nSGD +rondavel/S +rooihout +room/MZS62 +room-mate/SM +root-mean-square +rootlet/MS +roseate +rosebud/SM +rosemary/M +rotator/MS +rotogravure/MS +rottenness +roughage/MS +roughshod +round-shouldered +rouse/GSD +roust/SGD +rowel/GSMD +rt +rubber/QZ +rubber-stamp/DG +ruby/SM +ruff/GMDS +ruffian/MS +rule/cGaDS +rule's +rum/SMZ +rumba/GSMD +rumble/DJGS +rumen/MS +ruminant/MS +rummage/DSG +rumour/MSDG +run-out/S +runners-up +rurality +rush/ZRSGD +rushy/T +russet/MS +ruthenium/M +régime/SM +s/ok7 +saboteur/SM +saccharin +sacral +sacred/Y +sacredness +sacrifice/MDoSG +saddler/M +safe/YTS +safely/U +sag/SGDZ +sagebrush/MS +sail/GDSJM +sailing-master/MS +sake/S +salaam/M +salami/MS +saleability/M +salesperson/MS +salmonella/M +salomi/S +salsa/MS +salt-spoon/MS +salted/CU +salubrious/I +salutation/M +salutatory +saluter/M +salvage/MSGD +salvageable +sampan/SM +sanatorium/SM +sanctification/M +sanctify/NnSGD +sanctimonious/Y +sanctimoniousness +sandalwood/M +sandbag/MDGS +sandcastle/S +sandstone/MS +sandwich/MDSG +sang +sanitize/N +sanserif +sapience/M +sarcophagus/M +satanic +satiate/NDSGn +satire/QW38MSw1 +saunter/dS +sauté/GSD +savannah/M +saved/U +savour/MDGSZ2 +savoy/MS +scabies/M +scaffolding/M +scald/GSD +scaling/A +scallion/SM +scalp/RGSMD +scam/MDGS +scamper/dS +scampi/M +scans/NX +scansion/M +scapula/M +scar/dDMGS +scare/S2Z +scarifier +scarlatina/M +scarves +scatology/Mw +scatterbrain/DSM +scene/SWMy1 +scent/CSGMD +sceptical +schedule's +schemata +scherzo/SM +schism/MS +schist/M +schlep/DGS +scholarship/MS +scholastic/SY +school-leaving +schoolbook/SM +schoolgirlish +schoolteacher/SM +scion/MS +scleroses +sclerotic +scone/SM +scorpion/MS +scour/RDGS +scouter/M +scowl/GSD +scraggly/T +scraggy/T +scratch/RJSDz2ZG +scrawly/T +screening/M +screwer/M +scribe's +scripture/MSo +scriptwriter/SM +scrivener/MS +scrota +scrub/GZDSR +scrummage/MSDG +scrumptious/Y +scrutinised/U +scuffle/DSG +scullion/MS +sculpt/DGS +sculptor/MS +sculptural +scum/MGDZ +scupper/SM +scuppered +scuttle/MDSG +sea-green +seaplane/MS +searches/A +seasonable/U +seasonably/U +sec +secateurs +secretaryship/MS +sectarianism/MS +sector/EMS +securer +securocrat +sedateness +sedentary +seditious/Y +seed-potato +seepage/SM +segment/oDGMSNn +segmental +segmented/U +seignior/MSZ +seismic/Y +seismography/M +selenite/M +self-addressed +self-approval +self-centred +self-cleaning +self-congratulatory +self-consistent +self-contained +self-contradictory +self-correcting +self-doubt +self-esteem +self-evident/Y +self-examination +self-improvement +self-indulgent +self-opinionated +self-pity +self-preservation +self-proclaimed +self-protection +self-respect/G +self-righteousness +self-satisfaction +self-sustaining +selfish/YU +selfness +sell-out +semen/M +semi/MS +semi-annual/Y +semi-automatic +semi-independent +semi-infinite +semi-vowel +semifinal/M3S +seminal/Y +seminar/MS +semitransparent +semitropical +senatorial +senescent +sensation/M +senseless/Y +sensitiveness +sensual/FY +sensuous/Y +sentimentalist +sepal/SM +separateness +sepses +septa/M +septuagenarian/MS +septum/M +seq. +sequacity +sequencing/A +seraglio/SM +seraphim/M +serendipitous/Y +serenity +serigraph/MS +serology/Mw1 +serum/MS +servant/MS +servitor/SM +servitude/MS +sesquicentennial/S +session/MS +setting/K +settles/U +seventy-one +seventy-onefold +seventy-seven/H +sew/ADSG +sewn +sexagenarian/MS +sextet/MS +sextillion/M +sextuple/DG +sexual/4 +señor/M +shack/MDGS +shade/MDGSZp2J +shaded/U +shading/M +shadow/GScD +shah/SM +shakeable/YU +shakeably/U +shakedown +shallot/MS +sham/MGdSD +shaman/SM +shamanistic +shamefulness +shamelessness +shapely/T +share/MDRGS7 +share-out +shared/U +shareware +shaven/U +she/DM +sheaf/M +shear/GRSD +shed/SMG +sheen/MSZ +sheep/M +sheep-dip +sheepfold/M +sheepskin/SM +sheepwalk/MS +sheikh/MS +shelfful/S +shell/SMDG +shelve/GDS +shiftless/Y +shillelagh/SM +shimmy/DMGS +shin-guard +shiny/T +shipping/M +shirk/RDGS +shirt-tail/S +shit/SZG +shiver/dSkZ +shod/2zZ +shoestring/MS +shogun/SM +shone/e +shoot-out/MS +shooting-range +shop-boy/MS +shop-soiled +shopkeeper/MS +shopkeeping +short-range +short-staffed +shorten/dJS +shorthand/M +shotgun/SM +shouted/e +showdown/MS +shower/dSZM +shrank/K +shrewd/PYT +shrike/SM +shrinkage/SM +shroud/MDGS +shrub/MZS +shrunk/K +shuttlecock/MS +shy/TSDG +sibling/MS +sickbay/M +sickbed/S +sicken/dSk +side-arms +side-band/MS +side-bet +side-drum/SM +side-saddle +side-slip +side-street/MS +sidebar/MS +sided/Y +sidelong +sightly/TP +sightsee/GR +sigmoid +sign's/C +signal-to-noise +silent/Y +silica/M +silicate/SM +silk/Mz2ZS +silk-screen/SM +silkworm/SM +siltstone/M +silverware/MS +similitude/EM +simon +simpatico +simple/TY +simplifies/c +simplifying/c +simplistic/Y +simulative +simulcast/S +simultaneousness +sin/DRGSM6pj +sinecure/SM +sinew/MSZ +single-minded +singsong/MDS +sinkable/U +sins/A +sinusitis/M +sire/CDGS +sire's +sis/Z +sisters-in-law +six/HMS +sixpence/SM +sixteen/HM +sixth/Y +sixty-five/H +sixty-four/H +sixty-second/S +skedaddle/GDS +skep +sketch/RMDGSzZ2 +skew-eyed +ski-lift/MS +skiet +skiff/MS +skimp/SZz2DG +skimpy/TP +skin-dive/RG +skinder +skirmish/DRGSM +skittle/MS +skiwear +skop +skottel/S +skraal +skrik +skuins +sky-writing/MS +skydive/RDSG +skyjack/GJRDS +skyless +skyscraper/SM +skyward/S +slake/DSG +slander/dMS +slangy/T +slant/SDG +slap-up +slate/MS +slavery/SM +sledge/MGDS +sleeve/pMGDS +sleight/MS +slept/c +slice/DMRSG +slightish +slimness +slimy/T +slink/GSZ +slip/RDSMG +slip-slops +slippage/MS +slippery/T +slobber/dSZ +sloe/MS +sloop/SM +slope/S +slot/DSGM +slouch/ZSGD +slouchy/T +slowish +sluggish/YP +slyness/M +smack/MDRGS +small-time +smallholder/S +smallish +smarmy/T +smart/kSZTYDG +smart-arse +smarts/e +smarty-pants +smear/GSZD +smearer/M +smell/7SY2DG +smelly/TP +smiley/M +smirch/SGD +smirk/MDGS +smoke/7DMpRS2GZ +smokescreen/S +smokestack/MS +smokkel +smoothish +smorgasbord/MS +smote +smudgy/TYP +snaffle/MGSD +snag/MDGS +snakeroot/M +snapdragon/MS +snappy/TP +sneer/GMkSD +sneerer/M +sneeze/DSG +sneezewood/M +sniffler/M +snifter/MS +snobbishness +snoot/zSZ2M +snooty/TP +snore/DRSG +snorkel/MDRGS +snort/RSDG +snout/SMD +snow/Mm2DGZS +snowshoer/M +snub/GDS +snuff/RYSDG +snuffle/SGD +snug/PTY +soak/JDGS +soap/ZD2GSM +soapy/T +soarer/M +sobbing/Y +sobriquet/MS +soccer/M +sociable/YU +societal +sociolinguists +sociology/S31Mw +sodium/M +sodomy/8QSM +sofa/MS +softly-softly +soigné +solarium/M +sole/IMS +solecism/SM +solecist/W +solely +solemness +solicitousness +solidest +soling/FA +solitary/S +solo/MDGS +solute/ES +solvable/IU +solvating +sombreness +sommelier/MS +sonatina/MS +songololo +sonnet/MS +soothsayer/MS +sophism/MS +sophisticated/U +soppy/T +soprano/MS +sorcery/MS +soreness +sorghum/MS +sorrower/M +sorrowful/P +sorry/PTY +sorted/U +sou'wester +sound/ASGD +soundless/Y +soundly/U +soup/ZSM +soupy/T +sousaphone/SM +south-Eastern +south-east +southern/R +soviet/SM +sow/DSAG +sown/A +spaceship/SM +spacey +spacial +spanned/U +spanning +sparer's +spark/MGDYSZ +sparse/Y +spat/SGMD +spatter/dS +spay/SDG +speakable/U +speaks/a +spearmint/SM +specifiability +specifiable/Y +specification/M +spectral +speculate/VSvDnGN +speculum +speleologist/S +spellbound +spelling/MaS +spelt/a +spend/aeGcS +spendable +spermicidal +sphagnum/M +spheroid/SMo +spherule/SM +spicy/TPY +spiderish +spillikin +spindrift +spinnaker/MS +spires/AF +spirited/Y +spiritualness +spirochaete/MS +spitfire/SM +spitskop +spittle/MY +spittoon/MS +splay/GSD +split-level +split-second +splotch/ZSMGD +spoiled/U +spoliation/CMS +sponge/D2GMRZS +spongeable +spooky/TP +spool/SDRGM +sporadic/Y +sportive/P +sportsman/Y +sportsmanlike/U +sportsmanship/M +spotlit +spotted/U +sprat/SM +sprightly/TP +sprinkle/RSGJD +sprite/MS +sprue/M +spryest +spume/MSZ +spurge/MS +spurn/DGS +sputter/Sd +spyhole +squabble/GRDS +squeegee/GMS +squib/GMDS +squirm/DSZG +squirt/DGS +squishy/T +stacked/U +staffed/cfU +staffroom +stagecraft/M +stagy/T +stakeout/MS +stalagmite/MS +stale/DTYPG +stallion/SM +stalwart/YS +stalwartness +stamen/SM +stand/SfJG +stand-in/S +standalone +standpipe/SM +stank +stanza/MS +staphylococci +starlet/MS +starry/T +startle/DkGS +starve/nDGNS +state's +state-of-the-art +stateless/P +statesmanship/M +statuary/SM +statuesque/Y +status/SMW +steadiness/U +stealthy/TP +steelwork/MRS +steelyard/SM +steeple/MS +steeplechaser +stegosaurus/S +stemmed/U +stenotype/M +stepsister/MS +stepson/MS +sternness +steward/MGDS +stewardess/MS +stewardship/MS +stick/RM2GzSZ +stigma/q-MQ8WS +stigmatization/CS +stillbirth/SM +stimulation/MS +sting/R2GkzSZ +stippler/M +stir/DGJRS +stirred/U +stirring/Y +stitcher/MZ +stochastic/Y +stockade/MS +stockbroker/SM +stocker/SM +stockinette +stockyard/SM +stoic/YMS +stolen +stolidness +stoloniferous +stoma +stomach/DGR6pM +stomata +stomp/SDG +stone-cold +stonemason/SM +stoner/M +stoneware/M +stonewort/M +stopoff +stoppage/MS +storeroom/SM +storey/S +stork's-bill +storyline +stove/MS +straggle/RGSYD +straight-faced +straightish +strait-laced +strangulation/M +strategise +strati +stratify/SGNDn +stratigraphy/WMw +stray/MSDG +streamliner +strength/MS +strengthener/MS +stretchable +stretcher/MSd +stretchy/T +strew/GDS +striae +stricken +stridden +strikebreak/RG +stringent/Y +stringer/MS +strive/DJGS +striven +strongroom/MS +strophe/MSW +struck +structural/3 +structured/AU +struggle/GSD +strum/DSG +strumpet/MS +stucco/MDG +stunk +stunner/M +stupendous/PY +sturgeon/MS +styrene/M +sub/SMDG +sub-aqua +sub-basement/MS +sub-machine-gun +subcategory/SM +subcommittee/MS +subcontinental +subculture/MS +subdirectory/S +subframe/MS +subgenus +subhead/MSJG +subhuman +subjection/MS +subjugate/SNDGn +subjugation/M +sublimity/SM +sublunary +submarine/MRS +submicroscopic +subordinative +subornation/M +subside/DQ-8sSZq9G +subsistence/M +substandard +substation/SM +substitution/SyM +substitutional +subtenancy/MS +subtle/PTY +subtopic/SM +subtotal/MS +subtype/MS +suburbanite/MS +subversion/MS +subvert/DSG +successfulness/U +succinct/PY +such +such-and-such +suction/GMDS +sufferance/M +suffice/DSG +sufficiency/IM +suffocate/GknDSN +suffragan/S +sugar/pdSM +sulphite/S +summer/Zd +summon/rSd +sun-baked +sun-dried +sunbeds +sundial/SM +sundown/RM +sung/U +sunlamp/S +sunroof/S +suntan/MGSD +superabundance/M +superabundant +superb/PY +superconducting +superconductor/SM +superfine +superfluousness +superimposition/M +supernal +superposition/M +supersaturation/M +superscribe/XNGDS +superset/SM +supersonic/YS +superstition/SM +supertanker/SM +supervise/DSGXN +supervisor/SM +supervisory +supple/LPTY +supplemental +suppliant/S +supposable +supra +supremacy/S3M +surcease/SM +surcharge/MDGS +surcingle/MS +sure-footedness +surer/I +surfactant/SM +surmise/DSG +surmount/7DGS +surpass/SGkD +surreptitious/Y +survivalist/S +suspect/DGS +suspecting/U +suspend/DGXRNVvS +suspended/U +suspense/6M +sustenance/M +swagger/Sd +swain/MS +swallow/GDS +swam +swami/SM +swampland/MS +swansong +swappable +swart +swashbuckling +swear/RGS +sweatband/MS +sweatpants +sweatshop/MS +sweep/SkRGJ +sweet-tempered +sweeten/Sdr +swell/SDGJ +swelter/Sdk +swimwear +swindle/RSGD +swipe/DSGM +switchgear +swivel/MDGS +swum +swung +sycamore/MS +sycophant/MW1S +syllabary +sylph/SM +sylph-like +sylvan +symbioses +symbolism/SM +symposium/MS +synaesthetic +synagogue/MS +sync/DGS +synchronise/CRDGS +synchronizing/C +syncopator/SM +syndicalist +syngamous +synonymous/Y +synonymousness +syntactic/Y +synthesis/rd89MQS +synthesize/ASDG +syphilis/M +system/W1MS +systematic/S +tabbouleh/S +tabby/MS +tabernacle/MS +tabla/MS +table-top +tableau/M +tablespoonful/MS +taboo/DMSG +tabular/Y +tachograph/S +tachometer/MS +tactic/MSY +tactician/MS +tactlessness +tailless +tailpipe/MS +tailplane +take-off/MS +takeaway/S +taken/cAfa +talc/M +tamatiebredie +tambourine/SM +tameability +tanager/SM +tangent/MS +tangy/T +tank/DRG6MS +tanned/U +tanning/M +tap/dSrRMDG +tap-dance/G +tarmac/SDG +tarpaulin/SM +task/DGMS +tassel/MDGS +taste's/E +tasteful/EYP +tattered +tau/M +taught/UA +taunt/GkDRS +tautologous +tavern/MS +taverna/S +tawdry/TPY +taxation/M +taximeter/SM +taxonomy/31WwSM +tea-leaf +tea-leaves +teabag/S +teamwork/M +teapot/SM +tearoom/SM +teashop/MS +teaspoon/S6M +teat/MS +teazel +technical/Y +technology/S3M1w +teeny-bopper/MS +teledensity +telefax +telemarketer/S +telemeter/WSM +television/M +temperate/IY +tempest/SM +tempi +temptation/MS +tempting/Y +tempura/MS +tenable/U +tender-hearted/YP +tenderer +tending/E +tendon/MS +tendril/SM +tends/E +tenet/MS +tense/ITY +tensioner/S +tentative/Y +tentativeness +tenuous/Y +tepidity/S +tercentennial/S +term/DSMG +terminal/YSM +termination/CM +terminologist/S +terminology/wS1M +terns/I +terrarium/MS +test-tube +tetracycline/MS +tetrapod +tetrarch +tetrasyllable/W +tetrode +thankfulness +them/W1 +thematic/S +themselves +theology/1MwS +there/M +there'd +thereof +theretofore +therewith +thermochemical +thermodynamic/SY +thermoelastic +they'd +they're +thievery/SM +thievishness +thimbleful/MS +thin/RTYDGPS +thine +thinking/S +thirty/MSH +thirty-four/H +thirty-two +this +thong/MDS +thorny/T +three-fold +three-handed +three-ply +three-pronged +threesome/MS +thrice-married +throne's +throttle/GMSD +throw/cGS +throw-in +thug/MS +thump/GSMD +thunderstruck +thwart/DGS +thyroid/S +thyroidal +tic/RDG +tick-tack +tiddlywinks +tie-break +tieback/SM +tiff/MS +tighten/dS +tightened/c +tile/RSMDG +tilt/GSD +timbre/SM +timbrel/MS +time-out/S +time-worn +timed/a +timeline +timeous/Y +timeslot/SM +timidity/MS +tin-glaze +tin-tack +tinder/M +tinsmith/SM +tip-offs +tirade/MS +tired/Y +tiresome/Y +tissue/MS +tit-for-tat +tithe/MDGS +tizz/Z +toasting-fork +toastmistress/S +tobacco/MS +toboggan/rS3Md +toccata/M +tog/GSMD +toil/RMSDG +toiletry/MS +toilsome/Y +told/AU +tollbooth/SM +tomboyish +tombstone/SM +tomfoolery/MS +tone's/cf +tone-deaf +toneless/Y +tong/S +tonic/MS +toning/I +took/aAfc +toothbrush/SM +toothpick/SM +tootle/DSG +tootsie/M +top-down +topaz/SM +topdressing/S +topspin/MS +torchlight +toroid/oSM +torpedo/MDG +torpidity/S +torr +torrent/SM +torrid/Y +torridness +torsion/MoS +tortuous/Y +torturous +total/9GsMDS +toucan/SM +touch-typists +touchable/U +touchline/M +touchpaper +touchy-feely +tough/TPGYSD +toughen/dS +tourmaline/SM +tourney/MDGS +tout/SDG +tower/dk +township/MS +toxic/S +traceless/Y +traces/A +tractable/IY +tractably/I +traction/FMCESA +trademark/DGMS +traducement +tragedian/SM +tragedienne/MS +trailer/d +trainee/MS +training/M +trainmen/M +trains/A +traipse/SDG +traitorous/Y +trajectory/SM +tramp/DRGS +trample/SDG +tranquil/Y +transect/SG +transept/MS +transformational +transformed/U +transgression/M +transit/NXdVvuyx +transition/MDG +translatability/M +translating/a +translation/MaS +translator/SM +transmission/AM +transmit/AGNXDS +transmogrify/DSNGn +transonic +transparent/Y +transportable/U +transship/G +transvestism/MS +trapezium/MS +trapezoidal +trash/MDGS2Z +traumata +travail/GDSM +travelogue/MS +traversal/MS +travesty/GSDM +treasure/RMGDZS +treasure-trove/MS +treat/aLSDG +treatment/KMS +treelike +tremulous/PY +trenchancy/MS +trenchant/Y +trepanned +triathlon/S +trichina/M +trichinosis/M +trichloroethane +trickle/SDG +tricolour/MDS +tricycle/MS +trident/MS +tried/U +triennial/YS +triffid/S +trike/M +trill/MDGS +trilobite/SM +trimmed/U +trinitrotoluene/M +trinity/SM +trinket/MS +triode/SM +triply/N +tripod/SM +tripping/Y +triptychs +trisect/DGS +trite/FY +triumph/GMDS +triumphalism +trochaic/S +trochee/SM +trolled/F +trommel +troopie +tropic/MS +troposphere/WM +trouble/SDMG +trout/M +truculence/M +truculent/Y +trudge/DSG +true-blue +true-born +truism/MS +truly +trump/GMDS +trumpery/SM +truncheon/MS +trust/E6SajGD +trusteeship/SM +trusting/Y +trustworthiness/U +truthfulness/U +trypsin/M +tu-whoo +tubby/T +tularaemia +tulip/MS +tumble-drier +tumbledown +tumescent +tumidity/MS +tuna/SM +tunes/CA +tupelo/M +turbid +turbo +turbojet/MS +turboprop/MS +turbot/MS +turfy/T +turn-buckle/MS +turncoat/SM +turnkey/M +turnpike/MS +tusk/DRGMS +tutored/U +tutorship/S +tweeness +twenty-first/S +twenty-second/S +twenty-two +twenty-twofold +twice-married +twiddly/T +twilight/SM +twill/DGS +twin/dMGSD +twine/MS +twitchy/T +twitter/dS +two-tone +two-wheeler/MS +twopenny +tyke/SM +tympani +tympanist/SM +type/aDSAG +typeface/MS +typify/DSG +typo/3MS +typography/1SwWM +tyrosine/M +tzarina/MS +ubuntu +ulcerate/DGNSn +ulnar +ulster/MS +ultimo +ululate/DGSNn +umbel/SM +umbilici +umbra/MS +umpire/MDGS +umpteen +unanimity/SM +unanimous/Y +unattainable +unauthentic +unavailing/Y +unbar/DG +unbecomingness +unbelief +unceasing/Y +unchristian +unclad +unconformity +uncontrollability +unction/M +uncut +under-age +under-sheriff +undercharge +underemphasis +underflow/M +undergrad/SM +underneath/S +underpinning/M +undersea +undershoot +understand/Blk +underwear/M +undress/G +undulate/GnDSN +unexceptionable/Y +unfeminine +unflappable/Y +unforgiving +unfrozen +ungraciousness +unhand/DZG +unhelpful +unhurt +unhygienic +unicycle/M3SDG +unidirectional/Y +uniform/YDSM +uniformity/MS +unify/ANGDSn +uninhibited/Y +unintuitive +unionism/MS +univalent +universal/Q8S +universalistic +unmake +unmannered/Y +unmeaning +unmentionable/S +unmeritorious +unmindful +unpartizan +unrealism +unreceptive +unrelenting/Y +unseeing/Y +unseemly +unset +unsocial +unspectacular +unsteady +unthinkable/Y +untyred +unutterable/Y +unwontedness +up-and-coming +up-and-under +update/DSG +upheld +upon/F +upper/S +upper-case/GDS +uproarious/PY +uproot/DGS +upshot +upside/MS +upstairs +upstart/MS +upwind +uracil/SM +uraemic +uranium/M +urban/-8qQ +urethritis/M +urge/GSDJ +uric +urinal/SM +urination/M +urologist/S +usage/MS +useful/Y +user-friendliness +usher/MSd +usurp/RGDnNS +utan/S +utile/qQ-8 +utilisation/f +utilise/fSGD +utilitarianism/MS +utopia/M +utopian +utopianism/M +uucp/M +vaalie +vacancy/SM +vaccine/SMNn +vacua/M +vacuous/Y +vagabond/GMDS +vagabondage/SM +vagarious +vain/TY +validity/ISM +valorisation +valour/M +valuing/fc +van/SM +vaporise/nRGDS +vapourish +var. +variable/IS +variableness +variance's +variant/IS +variate/xMSNn +varicoloured +variegate/SDnGN +varistor/M +varnish/MDSG +vary/BGklDhS +varying/UY +vascular +vassal/MS +vassalage/MS +vector/dqQ8M-S +vectorial +vendetta/SM +vendor/MS +vent/IGSFK +venture/DRSG +venturesomeness +veranda/SM +verbatim +verbose/Y +verboseness +verdigris/M +veridical +verify/AGDSN +verisimilitude/SM +verkramp +vermilion/MS +vermin/M +vernal/Y +vernier/MS +verse's +versus +vertebral +vertigo/M +vesper/S +vest/ISLGD +vestibular +vesture/DSG +vet/SGMD +vetoes +vexatiousness +via +viable/Y +vialful/S +vicariousness +vice-Presidential +vice-chancellor/MS +vice-chancellorship/S +vice-president/MS +viceroy/SM +vicinity/MS +view's/c +views/c +viler/A +villa/MS +villainous/Y +villainy/SM +vinaigrette/MS +vindicate/nDSGN +vintner/SM +violator/MS +vireo/MS +virginal/S +virtuosi +virtuous/Y +virtuousness +virulent/Y +virus/MS +visa/SM +viscera/o +viscid/I +vision/yGM +visionary/S +visit/ndS +visitant/MS +visitation/M +vista/MS +vitalize/ADCG +vitrification/M +vitrify/NDSGn +vivid/YP +vocal/sQ3-8Yq9S +vocation/IMFAS +vocative/YS +voetsak +voiceprint +voided +volcanoes +volitional +volley/GDSM +voltaic +volubility/S +volume/SM +voluntary/IY +voluptuary/SM +volute/FS +vomit/Sd +voodoo/MS +voracious/Y +voted/Ce +voyeuristic +vu +vulnerably/I +waddle/DGS +waffle/MDGS +wafters +wage/SM +waggle/DGS +wagon/SM +wale/GM +wallop/dS +wander/dSrJ +wanderlust/SM +wannabe/S +war/GSDMp +ward/eSIA +warden/MS +warding +wardress/MS +warhead/MS +wariest +warlord/MS +warmongering/M +warn/DJkGS +warrantor/M +warren/MS +wars/C +wash/SGJZDR7 +washes/A +washing/M +washstand/SM +wasn't +waspishness +watchmaker/SM +watchword/SM +water-table +waterway/MS +watery/T +wave/GZSD2 +wavelet/MS +wavy/T +waxwork/MS +we/GzJ +weal/M +wears/e +weather/MdmS +weather-bound +weathervane/SM +weave/DRSG +web-footed +webmaster/MS +wed/CUA +weds/A +weenie +weevil/SM +weight's +weightiness +weightless/Y +welcomes +welfare/MS +well-deserved +well-designed +well-developed +well-earned +well-established +well-fed +well-founded +well-loved +well-mannered +well-meant +well-ordered +well-organised +well-prepared +well-rounded +well-trained +well-wisher/S +welled +welwitschia +wend/DGS +were +werewolf/M +westernmost +wetsuit/S +whaleboat/MS +wharf/SM +wheel/MDRGS +wheel-clamp/GD +wherever +whet/DSG +whether +whey/M +which +while/DGS +whimsicalness +whip/MDSJG +whippet/SM +whipsaw/DGMS +whirl/DGS +whirligig/MS +whirlpool/MS +whisker/Z +whistle-blower/S +white-collar +white-hot +whiteboard/S +whittle/GRSJD +whiz/DG +wholegrain +wholemeal +wholesomeness/U +whoo +whoop/DGS +wick/RDMhiS +wickeder +wickerwork/M +wicket-gate +wide/TY +wide-angle +widespread +widgeon/M +widow/MDRSG +wigwag/DSG +wigwam/SM +wilderness/S +wilful/PY +will/YDSGk +willy/S +wimp/ZMS +wimpy/T +windburn/MS +windcheater/MS +windflower/MS +window/SGDMp +windscreen/SM +wine/ZSM +winemaker/SM +wino/MS +winter's +winterer/M +wise/UY +wiseacre/MS +wishy-washy +wistful/Y +wit/eGSD +withdraw/SG +witlessness +witteboom +witting/UY +wolf/DMSG +woman/QsYM +womanhood/SM +womanlike +wombat/MS +won +wonderland/SM +wondrous/Y +wonted/UY +woodcarver/S +woodchuck/MS +wooded/U +woodland/MS +woodlander +woodpecker/SM +woodwork/RMG +woolliness +word-blindness +wordage +wordbook/SM +wordplay/MS +wore/e +work-shy +workability/U +workable/U +workout/SM +workshop/MS +world-class +world-famous +worm-eaten +wormer/M +worthiness/U +wounded/U +wpm +wrasse/SM +wrath/M6j +wreak/SDG +wrights +wrinkle/SDGYM +wristband/SM +write-off/S +writhe/DSG +writing/AS +wrought-iron +wt +wurzel/S +x +xenophobe/WMS +xii +xiii +xylophonist/S +yacht/M5SmGD +yahoo/MS +yak/M +yank/DSG +yap/SGD +yardarm/MS +yawl/MS +yearn/JDGkS +yeasty/T +yellow-bellied +yellowish +yesteryear/MS +yippee +yob/S +yogi/MS +yoke/MSGD +yokel/SM +yokes/U +you're +youngster/MS +yr +ysterhout +yucca/SM +yuppie/MS +zabaglione +zany/T +zealot/SM +zeroes +zigzag/DSG +zing/MDG +zippy/T +zonked +zwieback/SM +zymurgy/S +'mongst +ALU +ATC +ATM/M +AV +Aaron/M +Aaronvitch/M +Abbotsford +Abelson/M +Abernathy/M +Abuja/M +Achilles +Adam/MS +Adangme +Addington +Addis +Addney +Addo +Adelaide/M +Aden/M +Adrienne/M +Advent +Aeneid +Africana +Africanism +Afro-pessimism +Agamemnon/M +Agisanang +Aiken/M +Airdrie +Aires/M +Akasia +Akron/M +Al-Sharif +Alabamans +Alaric/M +Alaska/M +Albania/M +Albertinia +Alberto/M +Alberton +Albertsdal +Albion/M +Alcoa +Alderney/M +Aldus +Alexandrian +Algonquian +Alhambra/M +Allan/M +Allanridge +Alphen +Alvarez +Amalgam +Amalie/M +Amandawe +Amanzimtoti +Amatikwe +Amazon/MS +Amelia/M +America/MS +Amersfoort +Amoco/M +Anastasia/M +Andalusia/M +Ande/ZS +Andorra/M +Andover/M +Andre/M +Andrei/M +Andy/M +Anglicanism/M +Anglo-Irish +Anglophile/SM +Anglophobe/M +Angola/M +Anguilla/M +Angus/M +Annadale +Anne/M +Annelida +Antarctica/M +Antigone +Anton/M +Antonio/M +Apel +Apr +Arabic/M +Arapaho/M +Arawak +Arbex +Arborpark +Archibald/M +Arendsdale +Argentina/M +Argonaut/SM +Arianism/M +Aries/M +Arkwright/M +Arlen/M +Armadale +Arte +Arthurian +Arturo/M +Ashanti/M +Ashbury +Asherville +Ashwood +Asimov/M +Askeaton +Asmara/M +Aston/M +Astor/M +At +Athena/M +Athenian/SM +Atholhurst +Atholton +Atlanta/MW +Atlasville +Attaway +Attica/M +Audubon/M +August's +Augustan +Australasian/S +Australopithecus +Autocue +Avaric +Aviv/M +Avoca +Ayckbourn/M +Azalea +Azov +BA +BCD +BP +Babcock/M +Babelegi +Babethu +Babylon/M +Bach/M +Baird/M +Baja/M +Bakolobeng +Bali/M +Baltimore/M +Bamako/M +Bambara +Bambi/M +Bambisanani +Banbridge/M +Banbury/M +Bandar/M +Bankies +Baphalane +Bapong +Barandas +Barbara/M +Barberspan +Barbour/M +Barbuda/M +Barnet/M +Barr/MZ +Barrie/M +Barrow-in-Furness +Basel/M +Basingstoke/M +Bataung +Batho +Bayard/M +Bayesian +Baynesfield +Beardsley/M +Beaufort/M +Beaumont/M +Bedouin/M +Beeb +Belfast/M +Bellair +Belleville/M +Bellrail +Belthorne +Belton/M +Benedict/M +Benny/M +Benrose +Benson/M +Bensonvale +Beowulf/M +Beresford/M +Bergstroom +Berkeley/M +Berman/M +Bern/M +Bernadette/M +Bernice/M +Bernie/M +Beroma +Bertrand/M +Bethany/M +Bethulie +Beulah/M +Beverley/M +Beverly +Bexley/M +Bhutan/M +Billie/M +Bini +Biro/M +Bishopscourt +Bislama +Bityi +Blackstream +Blanton/M +Blantyre/M +Bloemside +Blommekloof +Blomtuin +Blu-ray +Bluebeard/M +Bluegumbush +Bluegumview +Blyvooruitsig +Boardwalk +Bochum +Boerperde +Boesmans +Boesmanskop +Bogart/M +Boichoko +Boitumelo +Bokkemanskloof +Bokomo +Bolton/M +Boltzmann/M +Bonefish +Bonella +Bongani +Bongweni +Bonitapark +Booysens +Borden/M +Boschendal +Bosfontein +Bosnia/M +Bosville +Boswell/M +Botha +Botjhaba-tsatsi +Botticelli/M +Brabham/M +Brachiopoda +Brackenhurst +Bradford/M +Braelyn +Bragg/M +Brahma/M +Brahman/M +Braintree/M +Brakpan +Brandfort +Brandon/M +Brandpan +Brandvlei +Brandwacht +Brandwag +Brannon/M +Braque/M +Brazil/M +Brecknock +Bredell +Brenner/M +Brest/M +Breyten +Bridgemead +Bridgewater/M +Brightside +Brindlebass +Bristol/M +Brit/S +Britain/M +Britannic +Britishness +Briton/SM +Brittany/M +Brixton +Broederbond +Bromhof +Bromley/M +Brookdale +Brooklyn +Bruce/M +Bruno/M +Bryan/M +Bryn/M +Bryntirion +Buenos +Buhlanyanga +Buhlebendabuko +Buitendag +Bukazi +Bulties +Bundy/M +Bungeni +Burbank/M +Burgersdorp +Burgersfort +Buriat +Burnholme +Burnside/M +Burundi/M +Bushbuck +Bushbuckridge +Bushido/M +Bushkoppies +Buurendal +Buxedeni +Byrd/M +Byron/WM +Byronismyah +Byzantium +CACM +CALCOMP +CBS +CD-ROM +CERN +CFO +CMOS +CTOL +Cadillac/S +Caldwell/M +Calitzdorp +Camberley/M +Camden/M +Camille +Campos +Canada/M +Canelands +Caneside +Cannes +Capistrano +Capitan +Capri +Caputo +Caravelle +Carbondale +Carl/MG +Carlow/M +Carlson +Carlsrhue +Carlswald +Carnarvon +Carolusberg +Carterville +Casey/M +Caspian +Casseldale +Casteel +Catalina +Catherine +Catholics +Cato +Cauville +Cavendish +Cefane +Ceil +Celsius +Celtisdal +Centerton +Centuli +Cephalochordata +Cervantes +CfIT/M +Chablis +Chancellorship/S +Chang +Chapman +Charlo +Chartwell +Chatty +Chechen +Chekhov +Chelmsleywood +Chester/M +Chesterton/M +Chibcha +Chicagoan/S +Chickasaw/S +China/mM +Chinatown/M +Chinook +Chippendale +Chippewa +Chirac/M +Choboza +Chokoe +Chondrichthyes +Chopin +Chordata +Chris +Christchurch +Christie +Christmas/MS +Christopher/M +Chrysler +Chung +Church +Church-of-England +Cinerama +Claire +Clancy +Clapton +Clara +Claredon +Clareinch +Clarens +Clarina +Clarkebury +Clayfield +Clement/MS +Clementine +Cliffdale +Clio +Clwyd +Clydebank/M +Clydesdale +Cm +Cochran/M +Codesa +Coetzersdam +Coffman +Coghlan +Cohen/M +Coldfield +Colombian/S +Colosseum +Columbian +Comair +Comber +Commondale +Community +Compton/M +Confucianism +Cong +Congregational/3Y +Congregationalist +Connaught +Connelly +Connie +Connors +Cooke/M +Copernicus +Copesville +Copland +Coralgoby +Cordoba +Corinth/M +Corinthian/S +Cornelia/M +Cornuta +Coronado +Cotswold/M +Coulthard +Cowley +Cramond +Cranford +Cranston +Cresta +Crestfish +Crewe +Croatian +Crockett +Croftdene +Cromwellian +Crowley +Culembeeck +Cullinan +Culver/S +Cumakala +Cunningham/M +Curlew +Cw +Cyclades +Cygnus +Cypriot/MS +Cyrildene +Cyrillic +Czechoslovakian +Czechs +Côte +D'urbanvale +DCB +DLR +DNA +Dacca/M +Dade +Dagenham +Damien +Danaë +Dane/S +Danena +Danhof +Danielskuil +Danielson +Darby +Darjeeling +Darlene +Darlington/M +Dartmoor/M +Darwen/M +Daspoort +Datamation +Davel +Dawes +Dawkinsville +Dayton +Debra +Decalogue +December/MS +Deere +Deighton/M +Dekameelskuil +Delft +Delhi/M +Delius +Delmore +Demeter +Dennedal +Dennekruin +Derry +Dersley +Dertig +Derwent +Detroit +Diamanthoogte +Dibeng +Dibley +Dicks +Diep +Dietz +Difateng +Dikgale +Dikwebu +Dinabanye +Dinokana +Dionysus +Dirkiesdorp +Diskobolos +Disney/M +Disneyland +Ditenteng +Dithabaneng +Ditlake +Dixieland +Djakarta/M +Dlamini +Dludluma +DoC +Dodecanese +Dolores +Dolphinfish +Dominica/M +Donahue +Doncaster +Donizetti +Donnybrook +Donovan +Doornfontein +Doornpark +Dorado +Doreen/M +Dorhill +Dorpsig +Dovehouse +Dover +Downey +Drakensberg/M +Dramaville +Dreyersdal +Driehoek +Dryfsand +Duiwelskop +Dukuduku +Dungannon/M +Dungu +Dunkeld +Dunlin +Dunnottar +Dunstan +Dunwoody +Durbanville +Durmail +Dutch/m5 +Dvorák/M +Dwight +Dyasonsklip +Dzongkha +EC +EDT +Ealham +Ealing +Eastlake +Eastvale +Eastwood +Ebumnandini +Ecuador/M +Edenhoogte +Edna +Edness +Eduard +Edwardian/SM +Edwin +Eensaam +Egoli +Egypt/M +Ehashini +Ehewu +EiC +Ekandustria +Ekuphumleni +Ekuthuleni +Elandskop +Elandslaagte +Elandsridge +Elangeni +Elbe +Elcedes +Eleanor +Electra +Elim +Elizabeth/M +Elladoone +Ellaton +Elle +Elliot +Ellis +Ellwood/M +Elmhurst +Elmira +Elsburg +Elsie +Elundini +Elvis/M +Elysée/M +Emabondvweni +Emachobeni +Emacs/M +Emantlaneni +Emanyiseni +Emazabekweni +Embali +Emdeni +Emdumezulu +Emfihlweni +Emil/M +Emjindini +Emmanuel +Empumeni +Enfield +Engen +Englander/S +English/m5M +Enrico +Entabeni +Ephesian/S +Ephesus +Epworth +Erasmusrand +Eratosthenes +Erijaville +Erlenmeyer/M +Ernestville +Errol +Erskine/M +Escombe +Esdabrook +Esidumbini +Esikhawini +Esitezi +Esposito/M +Estella/M +Estera +Esther +Estonia/M +Ethiopian/S +Ethubelihle +Eureka +Euro +Evansdale +Everestpark +Ewondo +Ezamokuhle +Ezibayeni +Ezihlabatini +Ezimangweni +Ezimfabeni +FAQ/SM +FTC +Fabergé/M +Fabricia +Factoria +Fadimehang +Fairdale +Fairfax +Fairfield +Fairport +Faisal +Falckvlei +Falkland/SM +Fanfish +Fareham +Fargo +Feds +Felder +Felipe +Feltham +Ferreira +Ferreirasdorp +Fiji/M +Finley/M +Finno-Ugrian +Firebird +Firgrove +Fischer +Fisherhaven +Fitch +Flagstaff +Flintshire/M +Florentine +Florex +Floridameer +Floyd +Fokker +Foley/M +Folsom +Folweni +Fon +Forderville +Fordham +Fordsburg +Formosa +Fortran/M +Foss +Foster's +Fouriesburg +Fran/M +Franciscan/S +Frankel/M +Frankenstein +Franschhoek +Françoise/M +Frazer +Freddy/M +Fredrickson +Freemason/MS +Freeport +Freudian +Frey +Frisco +Frisian +Fritz +Frogmore +Frye/M +Fujitsu/M +Fullerton +Fulton/M +Fumani +G +GP +GPRS +GU +Ga-mampane +Ga-mathapo +Ga-mokgopa +Ga-mphela +Ga-ramela +Ga-rankuwe +Gabon/M +Gabriel +Gail +Galato +Galebelo +Gallup +Gamalakhe +Gamarota +Gamashishi +Gambian/S +Gariepdam +Gariepwater +Gasetati +Gastropoda +Gastrow +Gataute +Gateshead/M +Gatsby +Gbps +Geduldpan +Geiger +Gelukspan +Gemsbok +Gemsbuck +Genadendal +Genoa/M +George-industria +Geqindlebe +Gerard +Gethsemane +Gezangave +Gezinsila +Gibbs +Gibson/M +Gijanyo +Giles +Giorgio +Giraffe +Gladys +Gleason +Glenadrienne +Glenashley +Glencairn +Glendale +Glendinningvale +Glendower +Glenesk +Glenn +Glenpark +Glosderry +Glossom +Glynn +Goedemoed +Goedgedacht +Goering +Goff/M +Goldstein/M +Goliath/M +Gomez +Gomomo +Gomorrah +Gompies +Gonville +Gonzales +Goodman +Goodrich +Goodyear +Goran +Gosport +Gosshill +Gqaka +Graceland +Grampian/M +Granger +Grantham +Graslaagte +Greek/SM +Greeley +Greenberg +Greene/M +Greenside +Greenwich +Greenworld +Greig +Grenada/M +Gresswold +Greta +Gretchen +Greylingstad +Greymont +Grieg/M +Grimaldi/M +Griquatown +Groenendal +Groeneweide +Grosvenor +Grosz +Guadalcanal +Guadeloupe/M +Guardia +Guernsey/M +Gugulethu +Guido +Guillaume +Guinea-Bissau/M +Guinness +Gujarat +Gulliver/M +Gunderson +Gunter +Guyana/M +Gwadana +Gwadu +Gwen +Gymnogene +HIV +HMSO +HRH +HTTPS +Ha-sethunya +Hackney +Haddad/M +Hagen/M +Hager/M +Haili +Halsey/M +Hamberg +Hambleton +Hamish +Hammanshof +Hammersmith/M +Hampton +Hange +Hansa +Hapsburg/M +Hardin +Hardwick +Hargreaves +Harley/M +Harrington/M +Harrisburg +Harrismith +Hartbees +Hartbeesfontein +Hartlepool/M +Hartman +Harts +Hartswater +Harwich +Haskell +Hatshama +Hawkins/M +Hawley +Hawthorne +Hayes +Hazendal +Heatherlands +Heathrow/M +Hectorton +Heisenberg +Hekpoort +Helderkruin +Helderzicht +Helena/M +Helenvale +Helmholtz +Hendrickson +Henley/M +Henrietta +Hercules +Herman +Hermann/M +Hermanstad +Herr +Hestiapark +Heunaar +Heuweloord +Hewkin/M +Hialeah +Hiddingh +Highfield +Hillrise +Hillshaven +Hillyer +Himalayas +Hindi +Hinkle +Hippocratic +Hiroshima +Hitler/M +Hittite/SM +Hlabati +Hlabisa +Hlalanikahle +Hlambanyathi +Hlobane +Hluku +Hobart/M +Hobbes +Hoedspruit +Hoeveldrif +Hoffman +Holbrook +Holcomb/M +Holocene +Holst +Homelake +Homeleigh +Homelite +Homer +Honda/M +Honduras/M +Honeyhills +Hong/M +Hoogte +Hoopoe +Hopkins +Horgan +Horsham +Hottentot/MS +Houston +Howick +Huber/M +Hubert +Huey +Huffman/M +Hugh +Huhudi +Humboldt +Humewood +Hummel/M +Hungarian/S +Huntley/M +Hurley/M +Hurlingham +Hurlyvale +Hussein/M +Hydepark +I'm +I've +IBM/M +IEE +IMHO +ISP +ITT +IUD/S +Ibaxa +Idaho +Igor/M +Ike/M +Illovo +Impala +Imperial +Impumelelo +Imspringer +Indian/MS +Indianapolis +Indonesian/S +Indwe +Inglethorpe +Ingwavuma +Innsbruck +Interlingue +Interpol/M +Intinyane +Intutuka +Invicta +Iona +Ipokelleng +Ipswich/M +Iroquoian +Irving +Isaacson +Isaiah/M +Isando +Ishmael +Isilimela +Isiminiya +Isithalandue +Israel/M +Italy/M +Ithacan +Itsokolele +Ivydale +Izotsha +Jabulani +Jacobi/M +Jacobsdal +Jagger +Jainism +Jaipur +Jakarta +Jamaica/M +Jamaican/S +James +Jameson +Jan +Janet/M +Janice +Janis +Jason/M +Java/M +Jeannie +Jeeves +Jefferson/M +Jekyll +Jenca +Jenkins +Jenn-haven +Jenner +Jessop/SM +Jimenez +Joaquin +Joe/M +Johann +Johansen +Johnstone +Jonathan +Jones/S +Jorge +Jose +Josephson +Joshua/M +Judd/M +Julesburg +Julius +Justicia +Justin +Justine +Jutland/M +Kaapsig +Kaapzicht +Kaarkloof +Kadwezi +Kagoshima +Kahn/M +Kamagugu +Kamanassie +Kamastone +Kamesh +Kamieskroon +Kannada +Kanonkop +Kansai +Kanuri +Kareehof +Kareeville +Karkloof +Kasai +Kashmiri +Katie/M +Katkop +Katshabalala +Kaunda +Kawi +Keats/M +Kediketse +Keimoes +Kelland/S +Kempville +Kenleaf +Kenmare +Kennedy +Kensington +Kentani +Kentview +Kenyan/S +Kenyatta +Kenzintown +Kepler/M +Kewaunee +Keynesian +Khachaturian +Khokhwana +Khudutlou +Khuma +Khumalo +Kikuyu/M +Kilbride/M +Kilimanjaro/M +Kilkenny/M +Kilmarnock/M +Kimberley +Kimberly/M +Kimdustria +Kinara +Kingklip +Kingsburgh +Kingstown +Kingwood +Kirghiz +Kirov/M +Kirstenbosch +Kismetpark +Kitakyushu/M +Kiwanis +Klaarstroom +Kleenex +Kleinvlei +Klerksoord +Klipplaat +Klisserville +Kloofeind +Knoppix +Knowles +Knox +Knoxville +Knysna +Kodak/M +Koekemoer +Koelemansrus +Koertzen +Koingnaas +Koloti +Kommadagga +Konrad/M +Kookhuis +Kowalski/M +Krakatoa +Krebs +Krieger/M +Kristina +Kromerville +Kromme +Kropotkin +Kru +Krugersdorp +Kruisfontein +Kuboes +Kubrick +Kuhn/M +Kuleka +Kuleleyo +Kulula.com +Kumar +Kurd/SM +Kuwait/M +Kwa-nokothula +Kwa-sibhejane +Kwadumani +Kwagga +Kwaggafontein +Kwaguqa +Kwambonambi +Kwamlungisi +Kwamthathelwa +Kwamthembeni +Kwamzambane +Kwandema +Kwangwanase +Kwanonzwakazi +Kwanoqozwana +Kwashunqa +Kwazakhele +Kwazamokuhle +Kwazanele +Kwazibi +Kwelera +Kwenzekile +LBJ +LCD +Lab +Labrador +Labram +Ladanna +Ladismith +Laguerre +Laingsburg +Lakeside +Lakeville +Lamagadlela +Lambani +Lancashire/M +Lang/M +Langebaanweg +Langford +Langkloof +Lanseria +Laplace +Lateran/M +Lathrop +Latvia/M +Lavalia +Lawaaikamp +Lawrenceville +Lazarus +Leaholm +Leandra +Leavenworth +Leboalangwe +Lebohang +Ledig +Leeu-gamka +Leeudoring +Leeuhof +Lego/M +Legogwe +Lehlohonolo +Leiden +Leigh +Leitrim/M +Lekgophung +Lekhureng +Lekkersing +Leland/M +Lemonfish +Lenham +Leninism +Leninist +Lerato +Letaba +Letsitele +Lewis/M +Leyland/M +Lezghian +Li +Libanon +Liberace +Libode +Libya/M +Lichfield +Liddell/M +Likhohlong +Likole +Lila/M +Lillian/M +Lilliput +Limpopo +Limpopodraai +Lin/M +Lind/M +Lindiwe +Lindsey/M +Linn/M +Linton +Linux/M +Liphungu +Lissajous +Llandudno +Lochiel +Lohatla +Lohengrin +London/Mr +Longford/M +Longlands +Lonsdale +Loporung +Lorenz/M +Lori/M +Lorraine +Losasaneng +Louisa/M +Louisvale +Louisville/M +Loumar +Lovelace +Lowryville +Lubaleko +Luiseno +Luke/M +Lukhanyisweni +Lulet +Lumku +Lunda +Luphisa +Lurasheni +Lusitania +Lutz +Lutzville +Luxolweni +Lyle/M +Lyman/M +Lyndhurst +Lyndon +Lynnwood +Lysol +M'lapa-kgomo +M.Sc. +MHz +MIG/S +Mabehame +Mabhedwini +MacKenzie/M +Macassar +Macau +Macclesfield +Macedonian +Macekana +Machiavelli +Mackenzieville +Mackie +Mackweza +Macleantown +Maclear +Madeira +Madipelesa +Madison +Mafikeng +Magadla +Magadlela +Magagula +Magellan +Maggie +Magidela +Maginindane +Magoai +Magsmanor +Magyar +Mahayana +Mahihashini +Mahlafuna +Mahlalela +Mahlangasi +Mahwelereng +Maidstone/M +Maijane +Maithili +Majaneng +Majolantaba +Majosi +Makasar +Makeneng +Makgaung +Makgobistad +Makhado +Makhasa +Makhaya +Makhuswane +Makokskraal +Makonde +Makopane +Makoppa +Makububele +Malabar +Malagasy/M +Malaprop +Malawian/S +Malaysian/S +Malcolm/M +Malekutu +Malelane +Malepelepe +Malta/M +Malvern +Mamadi +Mamafubedu +Mamahabane +Manasseh +Mancinza +Mandela +Mandlankala +Mandor +Mangeni +Manitowoc +Mankweng +Manoge +Manokwane +Mansfield +Mantsho +Manzengwenya +Manzi +Maologane +Maphikela +Maphodi +Maqwakazi +Marburg +Marconi +Marguerite +Marian/M +Mariannhill +Marico +Marie/M +Marin +Marino/M +Marken +Markman +Marlowe/M +Marriott +Marshall/M +Marshalltown +Martindale +Martinville +Marty +Marvell +Maryland/M +Marylanders +Masechaba +Mashamaite +Mashishimale +Mashishing +Mashite +Maskahane +Massa +Maswaneng +Mata-Utu/M +Mateo/M +Mathabatha +Mathis +Matieland +Matilda +Matjeka +Matjieskloof +Matlametlo +Matonana +Matoporong +Matric +Matshekheng +Matthew/S +Maud +Maude +Maui +Maureen +Mauritius/M +Maxwell/M +Maye +Mayhew +Mayo/M +Mazolwandle +Mbabazane +Mbalisweni +Mbangcolo +Mbiyo +Mbizana +Mbolompeni +Mbulukweza +Mbutu +McCarthy/M +McCarty/M +McCullough/M +McGee/M +McGovern/M +McLaughlin/M +McLean/M +McNaughton/M +McNeil/M +Mdanishini +Mdantsane +Mdc +Mdedelwa +Meadows +Mecer +Medfield +Medway/M +Meerlus +Meg/M +Mel +Melanesia +Melbourn +Melcher/M +Melinda +Mellon +Mellowwood +Melon +Melvin +Memphis +Mendip +Mendu +Merafe +Meredith +Merritt/M +Messiaen +Methodist/MS +Metro +Metropolitan +Metzler/M +Mexican/S +Mexico/M +Meyerton +Mfolozi +Mfundeni +Mgodini +Mhlatuze +Micor +Middelburg +Middelpos +Middleburg +Middlebury +Midwest +Midwesterner/S +Milbank +Mildred +Milne +Milnerton +Milo +Mimi +Minerva +Mini-clingfish +Minsk/ZM +Minsky/M +Miquelon/M +Mirabeau +Miscellaneous +Misgund +Mississippi +Mistkraal +Mjozi +Mkamela +Mkemani +Mkondeni +Mlambo +Mlengana +Mmakau +Mmakgodu +Mmakubjane +Mmakwara +Mmamutle +Mmatau +Mmatlhwaela +Mmutlane +Mncotsho +Mochud +Modderbee +Modderfontein +Modderspruit +Moffitt/M +Mofolo +Mogadishu/M +Mogalakwena +Mogano +Mogono +Mohammedan +Mohr/M +Mojave +Mokgokong +Mokgwati +Mokodumela +Mokolo +Moldenvale +Moleleki +Molelema +Moletsane +Moliere +Mollie +Molokai +Molteno +Mombane +Monakhi +Monarch +Mondale +Mondeo +Monmouth/M +Monname +Monongahela/M +Mononono +Monontsha +Monroe +Monterrey +Monticello +Montmartre/M +Montroux +Montserrat/M +Monyakeng +Mooilyk +Mooivalleipark +Mooiverwacht +Mordecai +Moreletapark +Moreskof +Moreson +Morgen +Moriarty +Moripe +Mormon/SM +Mormonism/M +Morocco/M +Morolong +Morse/M +Moseki +Mosel +Moslem/M +Mossi +Mothibistat +Motlhabeng +Motortown +Motsethabang +Motsu +Motswedi +Mountie +Mozes/M +Mpamba +Mparane +Mpharangope +Mphe-batho +Mpola +Mpolweni +Mpophomeni +Mpozolo +Mpulo +Mpuma +Mqanduli +Mqwangqweni +Mr/M +Mrs +Mshayezafe +Mshinxa +Mtakatyi +Mtingwevu +Mtunzini +Muhammad/M +Mumbai +Mumford/M +Munro/M +Munyu +Muppet/M +Murchison/M +Murhotso +Muslim/SM +Mutale +Muthathi +Mutsuhito/M +Muvhango +Muzak +Muzimuhle +Mvoti +Myers +Mylar +Myrna/M +Mzamba +Mzinti +NASA/SM +NATO/MS +NBC +NFS +NHL +NIMBY +NORAD/M +NSF +Nabisco/M +Nadia/M +Naku'alofa/M +Naledi +Nama +Nambiti +Namibiaplein +Nancefield +Nando's +Napoleon/WSM +Nara/M +Nashua/M +Nasser/M +Nat/S +Naudeville +Navalsig +Nb +Ncera +Ncise +Ncolosi +Ncora +Ncuncuzo +Ndebele +Ndida +Ndikwe +Ndwebu +Nederburghoogte +Negroid/S +Nehru/M +Neilersdrif +Neill/M +Nelsen/M +Nepali/M +Nepon +Neserhof +Netherlander/SM +Netherlands/M +Netscape/M +Neumann/M +Neville/M +Newburyport/M +Newholme +Newtonian +Newtown +Ngisana +Ngodwana +Ngonweni +Ngonyameni +Ngqungqu +Ngqwaru +Ngqwatha +Ngwengweni +Ngwenyathi +Nhlazatshe +Nhlungwana +Nicaraguan/S +Nice's +Nicholson/M +Nietverdiend +Nieuwoudtville +Nieves/M +Nike/M +Nilo-Saharan +Nils +Nilsson/M +Nimrod/MS +Nineveh/M +Nintendo/M +Nipponese +Nirvana +Nita/M +Niue/M +Niuo +Nkambako +Nkandla +Nkanga +Nkanini +Nkowankowa +Nkozo +Nkqubela +Nkungumathe +Nkuri +Nobuhle +Noelle/M +Nokukhanya +Noldick +Nompumelelo +Nona/M +Nondweni +Nongoma +Nooiensfontein +Noordbrug +Noordsig +Noordwes +Normandy/M +Nortel/M +Northampton/M +Northdene +Northfield/M +Norwich/M +Notting +Nottinghamshire/M +Novell +Noyes/M +Nshongweni +Ntabathemba +Ntabencuka +Ntabeni +Ntaboduli +Ntibane +Ntlanzame +Ntola +Ntsaka +Ntsubane +Ntswanatsati +Ntuzuma +Nuku'alofa +Nuwerus +Nyandeni +Nyanja/S +Nyerere/M +Nyokana +Nyssa/M +Nyuswa +Nzhelele +O'Sullivan/M +OED +OM +Oakdene +Oakridge +Oberon/M +Occitan +Oceanside/M +Odeke +Odlameni +Oerderpark +Offenbach/M +Ogagwini +Ogden/M +Oglethorpe/M +Ohlange +Ohrigstad +Ohwebede +Oilfish +Oklahoma/M +Olivier/M +Olsen/M +Olympia/M +Ondini +Ongegund +Ongers +Oos-geduld +Oos-rand +Oospoort +OpenOffice.org +Ophokweni +Oporto +Opwag +Oregonian/S +Oribi +Oriel +Orleans +Ortega/M +Osama/M +Osceola/M +Osizweni +Ossetic +Osummit +Ottoshoop +Oudekraal +Overbaakens +Overberg +Overijssel +Oviston +Ozzie/M +P.O. +PDSA +PG +POW +Paardevlei +Paarlshoop +Paarlvallei +Packard/M +Paddavlei +Padilla/M +Pageview +Pakistani/S +Palo/M +Pam/M +Pamela/M +Panis +Pansig +Paoli/M +Papiamento +Paradise +Paradyskloof +Paramaribo/M +Parisian/S +Parkrand +Parkvale +Parliament +Parlock +Parys +Patel +Paterson +Pde +Pearlfish +Pearson/M +Pelandaba +Pelham +Pella +Pellissier +Peninapark +Penn +Pepcor +Percy +Pescodia +Petervale +Petit +Petronet +Phadi +Phahameng +Pharaoh/S +Pharare +Pharisee/S +Phatantsoane +Phatsima +Phelandaba +Phelps +Philip/SM +Philippi +Philippine/S +Phisantekraal +Phnom +Phoenix +Phofung +Phokeng +Pholile +Phomolong +Photsaneng +Phumlani +Phungashe +Piketberg +Pinecraft +Pioneer +Pitermaritzburg +Plone +Plymouth/M +Podiphatshwa +Poland/M +Polynesia/M +Poole/M +Porterville +Potchefstroomkamp +Potgietersrus +Potsdam +Pretoria/M +Princessvlei +Prolecon +Protem +Puccini/M +Pulitzer +Purcell/M +Puttergillville +Putwassteen +Pyramid +Q-town +Qawukeni +Qibing +Qitsi +Qoqodala +Qualbert +Qudeni +Qwayinduku +R1/M +R1s +RPO +RSPCA +RSV +RSVP +Radcliffe +Radium +Rafengotso +Raikkonen +Rainbow +Rajkumar +Ramatshaba +Rammulotsi +Ramokgopa +Ramokonopi +Ramotse +Randgate +Randjesfontein +Randparkrif +Randvaal +Rantjiepan +Ratanang +Raumaraispark +Ravensklip +Ravenswood +Ravinia +Rayton +Realpolitik/M +Redan +Redhill +Redhouse +Redoubt +Reeston +Regina/M +Relebohile +Rembrandt/M +Renata/M +Rensburg +Residensia +Rest-in-peace +Retreat +Reygersdal +Reynold/SM +Rh +Rhaeto-Romance +Rhoda/M +Rhodesia/M +Rhondda/M +Richem +Richwood +Rickey/M +Riesling/MS +Rietville +Rigoletto/M +Ripley/M +Risiville +Ritchie/M +Rivera/M +Riverbream +Riverdene +Riverlea +Riverview/M +Rivonia +Robbeneiland +Robert/MS +Robertsham +Robertson/M +Robespierre/M +Robindale +Rocco/M +Rockeries +Rockies +Rockland/SM +Rockwell/M +Rodriquez/M +Roget/M +Rollin/MS +Rolweni +Romano/M +Romany/3M +Ronan +Rondevlei +Ronnie/M +Rontgen +Rontree +Roodebult +Rooigrond +Rooipanville +Roomsekamp +Roquefort/M +Rosales/M +Rosalie/M +Roscoe/M +Roscommon/M +Rosemarie/M +Rosemoor +Rosenberg/M +Rosendal +Roseville +Roslyn/M +Rossetti/M +Rosskent +Roundhead/SM +Roxanne/M +Rubyfish +Ruddock/M +Ruiz/M +Rumania's +Rumanian/M +Runamia +Rundle/M +Runnymede/M +Rupert/M +Russell/M +Russian/MS +Rustdal +Rustenberg +Rutgers +Rutherford/M +Ruthie/M +Ruyterwacht +Rwandan/S +Rweleletunya +Rynfield +Rynpark +SABC +SCSI +SEATO +SIMD +SLR +SMME +SOE +SS +SSA/SM +Saar/M +Sabbath/SM +Sadat/M +Sadducee/M +Sahara/M +Sakhalin/M +Salberau +Saldanha +Sallie/M +Salsoneville +Samanaville +Samara/M +Sammie/M +Sampras +Sampson/M +Samson/M +Samsung/M +Samuelson/M +Sana'a/M +Sanctor +Sandania +Sandown +Sanford/M +Santombe +Santoshaven +Sapekoe +Sara/M +Saracen/SM +Sarah/M +Sarawak/M +Sargasso/M +Sarnia +Sartre/M +Saundershoogte +Saundra/M +Savoy +Sb/M +Scala/M +Schaeffer/M +Schick/M +Schlitz/M +Schoenberg/M +Schoongezicht +Schulz/M +Schulzendal +Schwab/M +Scissortail +Scottish +Scottsdene +Scrooge/MS +Scudamore/M +Sea +Seabe +Seagate/M +Seagulls +Seamoth +Sean/M +Sebastian/M +Sebayeng +Secunda +Sedarville +Seder/SM +Sedgefield/M +Seiko/M +Seisoville +Sekhing +Selassie/M +Selbourne +Selepe +Seleucid/M +Selkup +Selosesha +Selwana +Seminole/MS +Senwamokgope +Seoding +Sephardic +Serafin/M +Serb/SM +Serengeti/M +Sergio/M +Sesfontein +Setaria +Seuss/M +Sevenoaks +Sezela +Señora/M +Shaleng +Shane/M +Sharif +Shasta/M +Shatale +Shauna/M +Shawnee/MS +Shayamoya +Sheba/M +Sheldon/M +Shelley/M +Sherrie/M +Shetland/S +Shiloh/M +Shinto/MS +Shiraz/M +Shostakovich/M +Shostakovitch/M +Shreveport/M +Shropshire/M +Siabonga +Sib/M +Sibelius/M +Siberia/M +Siberian/S +Sibomvu +Sidamo +Sidumo +Siemens/M +Sierra/M +Sigingqini +Sigubudwini +Sihlabelelo +Siksika +Silverfish +Silverman/M +Silverton +Silvia/M +Simfonie +Simmons/M +Simondium +Simondsrus +Simonswyk +Sinoville +Sinthumule +Sizamele +Skylab/M +Slagboom +Slangkop +Slashdot +Slav/SWM +Slavic/M +Slimy +Slovene/S +Slovenia/M +Smeroe +Smethwick +Smirnoff/M +Smooth-hound +Snakelet +Sneed/M +Snell/M +Sodom/M +Soekmekaar +Sogdian +Sol's +Solheim +Solis/M +Somarobogo +Somkhele +Somme/M +Sondela +Sondra/M +Songeni +Sonia/M +Sonneglans +Sonnekuil +Sonora/M +Sonsig +Sophia/M +Sophoclean +Sosa/M +Southdale +Southey/M +Southseas +Southwark +Soutpan +Sovenga +Sparks +Spenser/M +Spiro/M +Spokane/M +Spoorwegterrein +Springboklaagte +Springsteen/M +Spur +Stalag/M +Stan/M +Standerton +Standish/M +Stanmore +Stanton/M +Stasoft +Steadville +Steelpoort +Steinberg/M +Steinkopf +Steinway/M +Stellenridge +Stepmore +Stepney/M +Stetson/MS +Stevenage +Stikland +Stilton/M +Stine/M +Stoddard/M +Stoffberg +Stoke-on-Trent/M +Stonebream +Stormsvlei +Stouffer/M +Strabane/M +Strachan +Strachanville +Stratford/M +Strathclyde/M +Street +Stroud +Stuirmanspan +Sub-Lt. +Sudanese/M +Sufism/M +Sullivan/M +Sumerian/M +Summerfield/S +Summerville +Summerwood +Sundridge +Sundwana +Sunford +Sunni/MS +Sunridge +Sunrise +Sunriseview +Surinamese +Susannah/M +Susanne/M +Sutherland/M +Suzie/M +Swartberg +Swartland +Swartz/M +Sybella +Syferbult +Sykes/M +Sylvie/M +T'ang +TCP +TNT +TOEFL +TUC +TWA/M +Ta +Taber/M +Tafelsig +Tafeni +Tahoe/M +Takazidrif +Talboton +Tallinn/M +Talmud/M3W +Tamashek +Tampa/M +Tamworth +Tanzania/M +Tanzanian/S +Tapertail +Tarawa/M +Tasmanian/S +Tass/M +Tedstoneville +Tees/M +Tegulu +Tektronix/M +Telefunken/M +Teleprompter +Teletype/MS +Telford/M +Telkom +Tembani +Templeton/M +Tennantville +Tenneco/M +Terence/M +Tereno +Terrie/M +Tesselaarsdal +Tewkesbury +Texas/M +Thabatlou +Thabong +Thafamasi +Thapelo +Theescombe +Thembalesizwe +Thembinkosi +Thembisa +Theodore/M +Theronville +Thessaly/M +Thiensville/M +Thohoyandou +Thokoza +Thomson/M +Thorpe/M +Thracian/M +Thusong +Tibanefontein +Tikwana +Timor-Leste +Timur/M +Tina/M +Tinselfish +Tioga/M +Tipton +Tirane +Tirisano +Tirolean/S +Tito/M +Titus/M +Tlamatlama +Tlhakalatlou +Tlhotlhokwe +Tokugawa/M +Tolstoy/M +Tonga/M +Tongaat +Tonti +Tony/M +Torah/SM +Torbay +Torfaen/M +Tornadoville +Tornaka +Torquay +Torricelli/M +Touws +Townsview +Townview +Towsley/M +Toynbee/M +Toyoda/M +Tracy/M +Trafford +Translate.org.za +Transvaal/M +Tremayne/M +Trent/M +Trisha/M +Trojan/SM +Trondheim/M +Troutman/M +Truckee/M +Trude/ZM +Trumbull/M +Trumpeter +Trumpetsnout +Truro/M +Tsenelong +Tsetse +Tshakhuma +Tshatshu +Tshebedi +Tshepiso +Tshidimbini +Tshikondeni +Tshitandani +Tshukhuma +Tsitsing +Tsotsitaal +Tukkies +Tumahole +Tunisia/M +Tupperware +Turfhall +Turin/M +Turkey/M +Turkmenistan/M +Tuskegee/M +Tutsi +Twecu +Tweed/M +Tweedledee/M +Tweeling +Tydfil/M +Tyelebane +Tygerberg +Tygerpark +Tylor/M +Tyne/M +Tyoksvalley +Tzaneen +UART +UCT +UL +USART +USCG +USDA +USIA +USN +USPS +USS +UTC +UV +Uganda/M +Uitkyk +Ulrike/M +Ulysses +Umbogintwini +Umzimhle +Unicode/M +Uniedal +Unisel +Universiteitsoord +Updike/M +Upington +Upton/M +Uranus/M +Urbanville +Urdu/M +Uriah +Utlwanang +Uyaya +V +VF +VHS +VMS/M +VP +Vaalpark +Vail/M +Val/M +Valdezia +Valentia +Valeria/M +Valerian/M +Valhalla/M +Vallejo +Vandyke/M +Vanguard +Vanwyksvlei +Varian/M +Vasily/M +Vegemite +Velihill +Velma/M +Velásquez/M +Venda/S +Venterspos +Verdi/M +Vern/M +Verna/M +Vicki/M +Victorian/MS +Viennese/M +Vientiane/M +Vierlanden +Vietnamese/M +Vila/M +Villeneuve/M +Villieria +Vilnius/M +Vincennes +Virgil/M +Visserhoek +Vladivostok/M +Vlakteplaas +Vleifontein +Volga/M +Volker +Volksrust +Voorreg +Voortrekker +Vorsterskroon +Vouvray/M +Vredenburg +Vrijzee +Vukazi +Vuyolwethu +Vyrburg +WO +WWW +WY +Wadeville +Wadsworth/M +Wainwright +Waite/M +Waldorf/M +Wallace/M +Wallacedene +Wallachia/M +Walsingham/M +Walton/M +Walvis/M +Wandsbeck +Waray +Wareham/M +Warmbad +Warmbaths +Wartburg/M +Watergate/M +Waterpoort +Waupaca/M +Wavecrest +Waynesboro/M +Weald/M +Weatherford/M +Weenen +Weissman/M +Welbekend +Welch/M +Welgedag +Wellman +Wellshot +Weltevreden +Welverdiend +Welwitschia/M +Wembley/M +Wenakker +Wendell/M +Wendy/M +Wesburg +Wesselsbron +Westergloor +Westgate +Westlake +Westmeath/M +Westminster/M +Westmorland/M +Westward/S +Wexford/M +Wharton/M +Wheatstone/M +Whimbrel +Whitman/M +Whitsuntide +Wickliffe/M +Widenham +Wiggins +Wilde/M +Wildernis +Wilgenhof +Wilkie/M +Wilkinson/M +Willcox/M +Willenstad/M +Williamson/M +Willoughby/M +Willowdale +Willowdene +Willowton +Willy +Wilma +Wilmslow +Wilo +Wimpy +Windsor/M +Winsley +Winslow +Witfield +Witherspoon +Witsieshoek +Witwatersrand +Witzenville +Wolff/M +Wolffian +Wolhuter +Wollongong +Wolseley +Wolverton +Wolwedans +Wong/M +Woodhaven +Woodhurst +Woodleigh +Woody's +Woolworth +Wright +Wycombe +Yahweh +Yates +Yemen/M +Yemeni +Yeovil +Yiddish +Yonkers +Yoong +York/M +Yorkshire/M +Yost/M +Younis +Yuba +Yuga +Yukon +Zaibatsu +Zamakuhle +Zambia/M +Zen +Zephaniah +Zeppelin/MS +Zevendal +Zhuang +Zion/3M +Zola +Zondereinde +Zonkezizwe +Zoroaster +Zukerman +Zunckels +Zwartkrans +Zwelihle +Zwelithini +Zwelitsha +aback +abandon/dLS +abated/U +abattoir/MS +abbreviated/U +abbreviation/M +abduction/SM +abeyant +abider/M +ability/ISEM +abjuration/M +able-bodied +abnormal/Y +aboard +abolition/M3S +abomination/M +aboveboard +abrade/NDSXvuGV +abrasion/M +abreast +abridge/LSGD +abrogate/NDnSG +absenteeism/MS +absoluteness/S +absolution/MS +absolutism/MS +absolver/M +absorption/M +abundance/SM +abuzz +acanthus/SM +acc. +accede/GDS +accelerometer/SM +accentuate/SDNnG +accessibility/SIM +accessibly/I +accessors +accessory/SM +accidence/M +accidental/PS +accolade/SGDM +accompanier/M +accomplish/DRLGS +accost/DGS +accountable/P +accreditation/M +accrual/MS +acct +accurateness/MS +accursed/YP +acer +acerbate/DSG +acetylene/SM +ache/DkZSMG +achene/SM +achievable/U +achy/TK +acid/WPYMS +acme/SM +acoustician/M +acquisitiveness/S +acquittal/MS +acquittance/M +acre/SM +acridness/S +across +acrylate/M +acrylic/S +actinic +actinometer/SM +actionable +actioning +actively/I +activity/IMS +acupressure/S +acupuncture/3MS +acute/TPY +acyclovir/S +ad's +addendum/M +additivity +addressing/a +adenoidal +adequateness/SI +adhere/RGSD +adhesive/YPMS +adiabatic/Y +adieu/S +adiós +adjacency/SM +adjacent/Y +adjective/MS +adjudge/SDG +adjustable/Y +adjusted/U +admen +administration/M +admit/SGAXDN +admonitory +adoration/M +adrenal/Y +adroit/PTY +adsorb/VvXDNGS +adsorbate/M +adulator/MS +adulterate/DNGnS +adulterated/U +adulteration/M +adulterer/MS +adulterous/Y +advantageous/PY +advantageously/E +adventuress/MS +adventurism +adverbial/M +adverse/yPTDYG +advise/BhRLSDGl +aegrotat/SM +aeration/M +aeronautics/M +aerospace/SM +affability/MS +affects/E +affidavit/SM +affiliate/nEGDSN +affine +affirmative/Y +afford/BSDG +afire +afloat +after-care/MS +after-hours +afterglow/SM +afterlives +aftermath/MS +again +agape +agar/MS +agar-agar +age/eSM +aged/PY +ageless/YP +aggressor/MS +aggrieve/SDGh +agility/SM +agitation/M +ago +agonise/kh +agrarian/S +agreeable/PE +agronomy/W3SM +ah +ahead +ahem/S +aides-de-camp +aim/SDpRG +air/2mTJSDpZMRzG +air-conditioning +airbase/S +airbrush/SGDM +airfare/S +airfield/SM +airflow/MS +airhead/MS +airlessness/S +airsick/P +airwoman +aka +al-Haili +al-Qaeda/M +alabaster/SM +alack +album/MS +albumen/SM +ale/SM +alembic/MS +alewives +alfresco +algaecide +algebraical +alienation/M +alimony/MS +aliquot/S +alive/P +alkalinity/SM +alkyl/M +all-clear +all-embracing +allay/DGS +allegiant +allegoricalness +allemande/M +allocated/U +allots/A +alloy/MDGS +alluvia +alluvium/MS +aloft +aloof/PY +alphabet/qQ-98SMWws1 +also +altar/SM +altarpiece/SM +altruist/MS1W +alum/SM +alveoli +am/y +amaryllis/SM +amateurish/YP +amateurism/SM +ambitious/YP +ambitiousness/S +ambivalent/Y +ambulation/M +ambuscader/M +amenability/SM +americium/SM +amicability/SM +amid +amino/M +ammo/SM +ammonia/MS +ammonium/M +amnesiac/SM +amoeboid +among +amontillado/SM +amorality/SM +amorphous/PY +amorphousness/S +amperage/MS +amphetamine/MS +amplify/NRGDSn +ampoule/MS +amputation/M +amputee/MS +amylase/MS +anabolic +anaesthesia/MS +anaesthesiology/3MS +anaesthetic/MYS +anaglyph/M +analogue/SM +analyser/S +analysis/A +analyticity/S +analytics's +anchor/m5dMS +ancillary/S +androgynous +anechoic +anemometer/SM +aneroid +angelica/SM +angina/MS +angiosperm/MS +angst/SM +angularity/MS +anhydrite/M +aniline/SM +animal/q8S-MQ +animalcular +animalness +animateness/I +aniseed/MS +anisette/MS +annex/nDSG +announce/RDLSG +anoint/GLSD +anomic +anonymous/Y +anorexic/S +answer/MrdS7 +answered/U +antagonize/RSDG +antebellum +antelope/MS +antenna/SM +anthracite/SM +anthropometric/S +anthropomorphic/Y +anthropomorphism/MS +anti-abortion/3 +anti-abortionist +anti-hero/M +anti-nuclear +anti-racism +antic/DMSG +anticancer +anticoagulant/S +antidemocratic +antidote/GMDS +antifreeze/MS +antimicrobial/S +antinomian +antiparticle/MS +antipasto/MS +antipodean/S +antisocial/Y +antitheses +antithetical +antitoxin/SM +antitruster +antiwar +anxiousness/S +anything +aorist +apace +aperiodic/Y +aperture/MDS +aphoristic/Y +aplenty +apogee/SM +apolar +apostle/MS +apothecary/MS +apotheosis/M +appal/DSkG +appeased/U +appellant/MS +appellative/M +append/RGDS +appendage/MS +appendices +appendicitis/MS +appertain/SGD +applaud/RSDG +apple/SYM +applet/S +applicability/MI +applicable/Y +application/MA +appliqué/GSM +appliquéd +appointer/SM +appraising/Y +approve/DERkSG +approx +aptitude/MS +aqualung/MS +arachnophobia +araldite +arbitrageur/S +arboretum/SM +arborvitae/SM +archaism/MS +archduke/MS +archfiend/SM +architrave/MS +archival +arcsine +arctangent +aren't +areola +areolae +argot/MS +argue/7DSRG +argues/e +argument/MNSn +arid/YP +aright +ariser +arithmetic/YM +arithmetise/GSD +arm's +armchair/SM +armful/MS +armhole/MS +armrest/MS +army/SM +arpeggio/MS +arrack/M +arrayer +arrests/A +arrogant/Y +arrow/MDGS +arrowhead/MS +arsenate/M +arsenic/MS +arsine/SM +arsonist +arteriole/MS +arthritic/S +articulacy/I +articulately/I +artist/yW1 +artlessness/S +arête/MS +asap +ascend/RDGSNX +ascendant/Y +ascended/A +ascribable +ash/SDZMG +ashen +aspect/MS +asperity/SM +asphalter +aspirin/MS +assailable/U +assembles/A +assembly's/E +assemblymen/M +assent/DGMS +asserts/A +asseverate/GSDNn +assigned/CKAU +assist/DGS +assisted/U +associable +assort/LDGS +assumption/M +astatine/MS +asteroid/SM +astir +astray +astride +astringency/SM +astrolabe/MS +astronomy/W1MwS +atavism/SM +ataxic +atemporal +atmosphere/DMSW1 +atomicity/M +atop +atrophy/WDMSG +atropine/MS +attach/7RSMLDG +attained/U +attended/U +attention/SoM +attentional +attentiveness/IS +attested/U +attractive/P +attractiveness/U +attune/SGD +atypical/Y +auctioneer/MSDG +audaciousness/S +audibly/I +audio/M +auger/SM +augmentative/S +auk/SM +auroral +auscultation/M +auspiciously/I +austere/PTY +authenticated/U +authenticator/MS +authorised/U +auto +autoclave/SMGD +autogyro/MS +autoignition/M +autoimmunity/S +automatism/MS +automaton/MS +automotive +autorepeat/GS +availing/U +avalanche/DSMG +avatar/SM +ave/S +aversion/M +avian/S +avidity/SM +avocado/MS +avoidance/MS +avowal/SEM +avuncular +awake/SG +awhile +awn/JSDMG +awoken +awry/T +axiology/1wM +axle/SM +azimuth/MoS +azimuthal +babyish +babysat +back/SRJpDGM +backbite/RS +backcloth/M +backer/e +backfield/MS +background/DRSMG +backhoe/S +backlasher +backplane/MS +backrest/SM +backslapper/MS +backspin/MS +backtrack/RGSD +backup/MS +bacteriophora +bad-tempered +bade +badinage/DSMG +bailiff/MS +bails/m +bairn/SM +bait/GDMS +bakehouse/M +baklava/M +baksheesh/MS +balalaika/MS +balance's/I +ball/RGDMS +balloter/M +ballpark/SM +ballplayer/SM +balsa/MS +bamboozle/DGS +bandanna/M +bander/M +bane/6jM +banjo/MS +bankruptcy/MS +baptise/DSRG +baptistery/SM +barbarian/SM +barbecuer +barbel/SM +barbell/MS +barberry/SM +bareness/S +barf/DGYS +barhop/GSD +bark/SCDG +barker/SM +barre/MS +barrister/MS +barter/drS +base/TLYmPpM +basis/M +basophilic +bassinet/SM +bast/RGDM +bat/mDdSRMGZ +batch/SDGM +bathmat/S +bating/F +batman +bats/F +battledress +battlefront/MS +bauble/SM +baulk/MD2SZG +bay/GSDM +bayou/MS +bdrm +beach/SDMG +beachhead/SM +bead/mDGMJSZ +beading/M +beadle/SM +bean/DRMGS +beanbag/MS +beanie/SM +beano +bearably/U +bearing/M +bearlike +beasties +beastly/TP +beatable/U +beatitude/SM +beatnik/MS +beautification/M +beaux/M +beaver/MdS +bebop/SM +becalm/DGS +because +bedazzle/DSLG +bedclothes +bedridden +bedstraw/M +bedtime/MS +beefeater +beefsteak/MS +beefy/TP +beermat/S +beet/MS +beetle/SDMG +beeves/M +befallen +befit/SGDM +beforehand +begin/RSJG +begone/S +beguine/MS +beheld +behemoth/MS +belabour/SDMG +belated/P +belier/M +belittle/DLGS +bellicose/PY +belligerence/MSZ +bellyache/SGMD +bellyacher/M +bellybutton/MS +bellyful/S +belt-fed +beluga/SM +bemoan/GDS +benchmark/MGDS +beneath +benefactress/S +beneficial/P +benevolent/YP +benzine/MS +bereave/LDSG +berg/SM +berry/DMGS +berserker/M +berth/SDGM +beside/S +besot/SDG +best-seller/S +bester +bestial/Y +bestiality/SM +bestrew/SDG +bestrewn +bestride/SG +betook +betroth/SDG +bevel/DSRMG +beverage/MS +beware/SDG +bewhisker +biassing +bib/SDMG +bible/MSw1 +bibliophile/MS +bicameralism/SM +bicarb/MS +biceps +biconcave +biconnected +biconvex +biddy/MS +bidiagonal +bifurcate/DNYnSG +big/PTGD +big-name +bighead/MS +bigness/S +bigwig/SM +bike/DRGSM +bilabial +billing/M +billowy/T +billposters +biltong +binaural/Y +bingen +biodegradable +bionic/YS +bioscope +biostatistic/S +bipolarity/SM +birdhouse/MS +birdie/SMD +birdlime/MDGS +birthday/MS +birthmark/SM +birthrate/MS +births/A +biscuit/MS +bisexuality/MS +bitblt/S +bitmap/SM +bitten +bitter/PdYS +bitterness/S +bitterroot/M +bivalent +bivalve/DSM +bivariate +biweekly/S +blab/DRGS +blabbermouth/MS +blackboard/SM +blacking/M +blackleg/MGDS +blacksmith/SMG +blancher/M +blancmange/MS +blandish/SLGD +blandness/S +blanket/MSd +blanketing/M +blasting/M +bleached/U +bleary/TP +blemished/U +blench/SDG +blerry +blew +bliksem +blind/TPSRGkYD +blinks/M +bloc/DGSRM +block/UDSG +block's +blockage/MS +blogging +blood/hSZpi2GMDz +blood-poisoning +blood-wort/M +bloodless/PY +bloodline/SM +bloodstock/SM +bloop/RSGD +blotch/GSMDZ +blotto +blow/GSZR +blowfish/M +blown/c +blowtorch/MS +blubberer +blue-eyed +blue-pencils +blueback +blueish +bluestocking/MS +bluff/PRYSDTG +blunder/MdkSrJ +blunderbuss/M +blunt/TSGPYD +blurring/Y +boa/SM +boardgames +boardinghouse/MS +boards/e +boat-hook/S +boatman/M +bob-sleigh/RSMDG +bobbing/M +bobble/MDSG +bobcat/MS +body-building +body-piercing +bodyweight +boerekos +boeremeisie +boet +boilermaker/MS +boldface/DMSG +bollocking +bollocks +bolster/dS +bolt-on +bolts/U +bomb/DMRJGS +bombed-out +bona +bonfire/MS +bonhomie/MS +bonsella +boogie/DS +boohoo/SDG +bookbinder/Z +bookbindery/SM +booked/cA +booking/c +bookkeep/RGJ +bookmaker/MS +bookshelves +bookshop/MS +boolean +boonies +boost/RSMDG +boot/ASDG +bootleg/DRSG +boozy/T +bop/RSGD +boredom/SM +borehole/S +borne/c +borrow/R7SDGJ +borscht/MS +bossy/TP +bottle/RMGDS +bottle-fed +bottomless/YP +botulinus/M +bougainvillea/M +boulder/dSM +boulevard/SM +bound/RSiGDp +bourée +bowdlerize/SNDnG +bowed/U +bowl/RDGMS6 +bowling/M +box-office +boxtops +boycotter/M +boyhood/MS +braaivleis +bracelet/SM +brachium/M +brackishness/S +braggadocio/MS +braid/SDGJ +brain-dead +braincell/S +brainless/PY +brainstormer +branded/aU +branding/a +brass/MS +braveness/S +breach/RSGDM +breadcrumb/S +break-up/S +breakdown/SM +bream/SGD +breast/GDMS +breastwork/MS +breath/RGD7MpJSZ +breathalysed +breed/SMRG +breeze/ZMDSG +brethren +brevet/MSDG +breviary/SM +bric/GD +brick/MS +brickbat/MS +brickmason/S +bridgework/SM +brief/CDGJS +briefing/M +brier/MS +brim/pDGSM6 +brindle/MSD +bring/RGS +briny/PT +bristly/T +brittlely +broach/SDG +broadcast/GASR +broccoli/MS +brochette/MS +broil/SDRG +broke/RG +broken-hearted/Y +bronchiolar +bronchiole/MS +brontosaur/MS +brooch/SM +broom/SGMD +broth/SMR +brotherliness/S +brought +brouhaha/MS +brownness/S +brownstone/MS +browse +brr +brusher/M +bruter +bu. +bubblegum/S +bubonic +buck/SDGM +bucker/M +buckeye/MS +buckling/M +buckminsterfullerene +buckskin/MS +budget/MSdr +budgie/SM +buffalo/M +buffer/MrdS +bugger/dZ +bulb/DMGS +bulimia/MS +bulkiness/S +bull/DGMSY +bulldoze/DGRS +bullseye +bullwhackers +bulwark/DGSM +bummed/M +bumming/M +bump/RD2GSZ +bumpiness/S +bunchy/T +bunghole/MS +bunt/RDGJS +bunting/M +burbler/M +burbs +burglary/SM +burgle/GSD +burntness +burp/DGMS +bursae +bursar/MS +bursts/e +bushveld +business/m5S +buskined +bust/RDGMSZ +busted/F +bustle/GSDk +busy/TGPSYD +busybody/SM +but/DRSG +butch/RSy +buts/A +butterfingers/M +button's +butyrate/M +buy/RGS +buying/c +buys/c +buzzard/SM +by-election/S +bygone/S +byname +bystander/MS +byte/SM +byway/MS +bête/S +cablecast/GS +caboodle/SM +cabstand/MS +cache/DSGM +cachet/MdS +cacti +cactus/SM +cad/SZM +cadaver/SM +cagey +cakewalk/DGMS +calamine/MDGS +calculability/IM +calculus/M +calf/M +calf-length +calibration/M +call-boy +call-up +calla/SM +callee/M +callosity/MS +calorimetry/M +calumnious +calypso/MS +came/c +camera/mS5M +camomile/M +camp-fire/MS +can/ySdDzGMrR2Z +can't +canal/-8GSqQDM +canard/MS +cancellate/nDN +candelas +candidate/MS +canine/S +canister/dSM +cannibal/q8MQ-S +cannon/dMS +cannonball/GSMD +canopy/DGSM +cant's +cantilever/MSd +canto/SM +canton/dMLS +canvass/S +capaciousness/S +capacitance/MS +capitalism/MS +capitulation/MA +capping/M +cappuccino/MS +captain/SDGM +captiousness/S +captivation/M +captivator/MS +car-sickness/S +carafe/SM +caravansary/SM +carbide/SM +carbine/SM +carbonyl/M +carboy/SM +carbuncular +card-index +cardamom/MS +cardboard/MS +cardinal/SYM +carding/M +cardiogram/MS +cardiology/3MS +cardiovascular +cardsharp/RMS +care/jpS6 +careless/YP +caret/SM +cargo/M +carillon/MS +carnality/SM +carnivore/MS +carnivorous/PY +carnivorousness/S +carol-singing +carotene/MS +carotid/M +carpentering/M +carpetbag/MGRDS +carrel/SM +carriage/afMS +cart/R6MSDG +cartilage/MS +cartilaginous +carve/DRySJG +caryatid/MS +case-harden/dS +casework/MRS +cashew/MS +casserole/GMDS +cassette/SM +cast's/e +castanet/SM +casteth +castigate/nSDGN +castrate/SGD +castration/M +casualness/S +catalyse/WDSG +catalyst/MS +catarrh/MS +catatonic/S +catboat/MS +catchup/MS +categorize/AGSD +catenate/FN +cater/drS +caterwaul/SDG +catholic/M +catholicly +cattle/mM +catty/PT +catwalk/MS +caucus/S +caudal/Y +caustic/SY +cautioned/K +cavalcade/MS +cede/DFKSAG +cedilla/MS +ceilidh/M +ceiling/MDS +celandine/MS +celebrant/MS +celebrate/yGNDiSn +celery/SM +celesta/MS +celestial/Y +celibate/MS +cell/G3MSD +cellarer/M +cellulite +cementa +cemetery/SM +censored/U +censorship/SM +cent/MS +centenary/S +centimetre/MS +central/-Q9qs38 +centrifugation/M +century/SM +ceramicist +ceramist/SM +cereal/SM +cerebellar +cerebrate/GDS +certainty/SMU +certification/MCA +certifies/CA +certitude/MIS +chador +chaetognath +chagrined +chain's +chairmanship/MS +chaise/MS +chalcedony/MS +chalice/DMS +chalkiness/S +chalkline +challenged/U +chamber/MSrd +chamberlain/MS +champ/SDG +championship/MS +chance/MSGyZD2 +chancery/SM +changeability/SM +changeable/U +changeover/MS +channelling/M +chaplaincy/SM +chargeable/P +charges/fcA +chariot/MGDS +charlatan/SM +charted/U +charter/dr +chase/DRGS +chasteness/S +chasuble/MS +chat/GMS2ZDz +cheapish +cheapskate/SM +cheat/SDRG +checklist/SM +cheerio/S +cheerlessness/S +cheese/MSGZD +chef/MS +chef-d'oeuvre +chelate/DMNnG +chemiluminescence/M +chemotherapeutic/S +chert/SM +chess/SmM +chesty/T +chg +chiaroscuro/SM +chicane/MDySG +chicest +chicken-and-egg +chicken-livered +chickenfeed +chicness/S +chieftain/SM +chilblain/MS +childbearing/M +childes +childless/P +chill/SYRM2PDTGk +chin-wag/DG +chine/SM +chipmunk/MS +chipping/M +chiral +chitin/MS +chivalrous/PY +chlamydiae +chlorate/M +chloride/SM +chlorinate/CNDSG +chlorophyll/MS +chocoholic/S +chokeberry/M +chop/DRzZGS2 +choppy/TP +chore/DGSoM +chortle/DRGS +chrism/SM +christen/AdS +chromatics/M +chromatin/MS +chromic +chromosome/MS +chronograph/MSZ +chrysalids +chuckle/DGkS +chump/SGMD +chumping/M +churn/RMDSG +chutzpah/SM +château/SM +cicada/SM +cinnabar/SM +cipher/CdS +circuit/dMS +circuital +circulator +circumciser/M +circumflex/SGMD +circumlocution/SM +circumsphere +circumvent/7DSG +circus/MS +cirque/SM +cissy +cite/DIGAXS +citizen/yYSM +citizenship/MS +citrous +city/DSM +civvies +ck/C +claimable +clairvoyant/YS +clamper/M +clank/MGkSD +clap/DRGS +claptrap/SM +claret/MdS +clarification/M +clarity/MS +clasher/M +clasp's +clasped/M +class/M2GSw1pZD +classes/e +classicist +classifies/AC +classlessness +classmark/MS +classwork/M +clavicle/SM +clean-up/SM +cleanliness/S +clear-cut +clearway/M +cleverer +cleverest +click/MRGSD +client/MS +clientèle/M +climb/7RGDJS +climbdown +clime/MWS +clinch/RSDGk +cling/RGZ +clinician/MS +cliquier +cloche/MS +clockwatcher +clog/DSUG +cloister/SMd +clone/MDRSG +close-hauled +close-knit +closish +cloth/SJMDG +clothesbrush +cloudburst/SM +clouded/cU +cloudscape/SM +cloven +clumpy/T +clumsiness/S +clunk/MRGSZDz2 +cluster/MSJd +co-found +co-operant +co-operate/DGvSNVu +co-option +co-ownership +coal-holes +coaler/M +coalfield/SM +coalition/M3S +coalminers +coast-to-coast +coat-hanger +coated/U +coating/MS +coats/c +coattest +cobblestone/SMD +coca/SM +cocaine/MS +cock/2SZGMDz +cock-eyedness +cock-of-the-rock +cock-of-the-walk +cockade/MS +cocker/M +cockneyism +coddler/M +code/CSaGDA +codeine/SM +codling/M +codon/S +codpiece/MS +coed/M +coerce/RGbDS +coffee-pot/MS +coffee-table/MS +coffer/MdS +cognomen/MS +cognoscenti +coiffure/DGMS +coitus/SM +colander/SM +cold-shouldering +coldness/S +colic/ZMS +colitis/SM +collaboration/3M +collaborative/S +collapsibility/M +collard +collate/GDS +collated/U +collected/UA +college/KM +collegiality/S +collinear +collinearity +colloquies +cologne/DMS +colonelcy/SM +colonialism/SM +colonialness +colonised/U +colorimetry +colossi +colourant/MS +colourist/W1 +coma/SM +comae +combed/U +combiner/SM +combustive +comes/M +cometh +comfortable/P +comforts/E +commentator/MS +commit/SAXDNG +commitment/MS +commitments/c +committal/MSY +committed/cU +commodious/PIY +commodity/MS +common-sense +commonly/U +commonwealth/SM +commutate/Vv +commutator/M +comp/SD +comparison/SM +compelling/M +compile/NCRGS7D +compiled/A +compiling/A +complaining/UY +complaisant/Y +completeness/IS +completer/M +completest +completive +complicated/P +complicit +component/MS +compose/CXDRSGN +composed/PY +composing/EA +composite/YS +composure/ESM +compound/M7 +comprehensibly/I +compressed/CU +compressibility/IM +compromising/UY +compulsion/M +compunction/SM +computation/Mo +computational +computerese +conceitedness/S +conceive/BGDlS +concentrate/DGNVnS +concentration/M +conception/SaMK +concession/yo +concessioner +conchs +concierge/MS +concise/NPTXY +concision/M +concord +concubinage/MS +concupiscent +condiment/MS +condition/JSMoDRG +condition's/K +conditionally/U +conditioned/AKU +conditioning/M +condor/MS +cone/ZSM +coney's +confabulation/M +confectionery/SM +confectionist +conferral/MS +confession/M +confidentiality/SM +confiner/M +conformist +conformity/SM +confusable +confuse/hRik +confused/P +conga/DSMG +congestion/SM +congrats +congratulation/M +congregate/NSGnD +conical/P +conics/M +conjecturer/M +conjugacy +conjugal/Y +conjure/NDnRGS +conmen/M +connectedness/M +connecting/E +connections/E +connoisseurship +conquer/dSA +conquest/AMS +conscience/p +conscience-stricken +conscientious/PY +consecutive/PY +conserve/unNvV +considerable/YI +consideration/SA +consign/ASDG +consiprationally +consistory/SM +console/7nRNk +consolidate/NnDSG +consonance's/I +conspectus/MS +conspirational +constabulary/SM +constant/SY +constellation/MS +consternate/DNnSG +constitution/ASM +constitutionalities/U +construable +construct/bSGAD +constructor/MS +consultant/MS +cont +cont'd +contaminant/SM +contemn/GDS +contemporaneous/PY +contemptuous/YP +contemptuousness/S +contested/U +contextual/Q-q8 +contingency/MS +continua/no +contraception/MS +contractual/Y +contraflow/S +contrapuntal/Y +contrast/kDSZGvV +contretemps/M +contribution/SM +contributor/SM +contributory/SY +contrive/RGDS +controversialist/MS +controvert/DSbG +controvertible/I +contumacy/MS +contumely/MS +convalescent/S +convenience/MIS +conventionally/U +convergent +conversant/Y +conversation/oM +conversazione/M +converse/GnY +conversion/G +convey/DG7S +conveyor/MS +convolute/DY +convolution/MS +convoy/DGMS +cony/SM +coo/SDG +cool-box/MS +coolie/MS +cooperage/MS +coper/M +copiousness/S +copperplate/SM +coppersmith/SM +copra/SM +coprocessor/S +coprophagous +copula/MVnS +copulative/S +copycat/DMSG +copyright/7DRMSG +coquette/SMGD +cordage/SM +cordless +corf/M +corgi/SM +coriander/MS +cork/SRGMD +cormorant/MS +corncrake/M +corner/d +cornstalk/MS +coronate +corporeality/MS +corpus/M +corrupt/DVTGPSvbY +corrupted/U +corruption/SM +corruption's/I +corsair/SM +cortex/M +cortisol +corundum/M +corvette/MS +cosign/DRSG +cosmopolitanism/MS +cosset/Sd +cost/GVYMJuSDvp +cost-effective +cost-efficient +cosy/PTY +cot/RSDM +cotton/dSM +cough/SGD +could've +countable/U +countenance/DGMS +counter/dm +counter-attack/MDRGS +counter-clockwise +counter-inflation/y +counteract/VSGD +counterargument/SM +countermand/GDS +countermeasure/MS +counterstrike +counting/Ea +counts/faEA +county/M +couplet/MS +courageous/YP +courses/F +courteous/EYP +courteousness/SE +courtesy/SEM +courthouse/MS +courtier/MS +courtroom/MS +courtship/MS +covariant/S +covenant/SMDG +coverage/MS +coverer/AME +covering/MS +covers/M +covert/YP +cowherd/MS +cowrie/MS +coy/PTDGY +coyote/MS +cozenage/MS +cpd +cps +crabbing/M +craftiness/S +crafty/TP +cramp/MSDG +crane-flies +cranium/MS +cranny/DMGS +crash/RkDSG +crave/DJSG +craving/M +crawlway +crazy/STYP +creakiness/S +created/U +creature/MSY +credence/SM +credibility/MIS +credible/IY +crediting/E +crematorium/MS +crenelate/DNSGn +crescendo/MSGD +crescendos/C +cress/S +cretinism/SM +crevasse/DSGM +crib/RMDGS +cribbage/MS +criminal/Q-M8YSq +criminology/w3MS +cripple/kGRMSD +crisp/SZDPT2GY +criterion/M +criticise/k +crop/RMGSD +crosier/MS +cross/GJYTMD7SP +cross-country +cross-hatch/DSG +crosswind/SM +crowbait +crowd/MSDiG +crowded/P +crowned/U +crudeness/S +crudity/MS +cruelty/MS +cruet/MS +cruise/RDSG +crump +crusade/MRSGD +cruse/SM +crush/RDGS7k +crust/MzSZDG2 +crustal +cryosurgery/SM +crypt's +cryptanalysis/M +cryptanalyst/M +cryptic/Y +cryptogram/SM +cryptology/Ww3M +crystalline/S +crystallise/DAnSG +crystallizing/A +cuckold/MyGSD +cuckoo/DGSM +cud/SM +culprit/MS +cuprous +cur's +curable/PI +curare/SM +curatorships +curbstone/MS +cure/vDVRlSBG +curial +curious/YTP +curled/U +curling/M +curls/U +curly/TP +currency/FMS +currycomb/GMDS +curse/M +cursoriness/S +cursors/K +curt/TYP +curvaceousness/S +curve/MDSZG +curvilinearity/M +cuspidal +cuss/FSMGD +cusser/EF +customary/PY +customised/C +cutback/SM +cutler/ZMS +cutting/f +cutting's +cuttle/M +cutup/SM +cybernate/N +cyberspace/MS +cybersquatting +cyclohexanol +cycloid/MS +cycloidal +cyclometer/SM +cyclopaedia/SM +cygnet/MS +cymbal/M3S +cypress/MS +cyst/WMS +cytosine/MS +czarist +dB/M +dBi +dactylic +dagga +daguerreotype/DMSG +dairying/M +dairyland +dairymaid/MS +dale/mMS +daleth/M +dally/DRGS +dam/SMGD +damage/RSDGkM +damn/lDGNk7nS +damnation/M +damselfly/SM +dancelike +dapple/SGD +daredevilry/S +daring/P +darkroom/MS +darling/MPS +darn/DRGS +dash/DRSGk +dated/Ue +datum/MS +dauphin/MS +dawdle/SGDR +dawn/MDGS +daycare/S +de/G +de-ice/RSGD +deaccession +deacon/MdS +deafen/dkS +deafening/M +deafness/S +deal/JSRG +dealership/MS +deary/MS +death/YSMp +death-knell +death-watch/SM +debark/nN +debate/RM +debauchee/MS +debonair/YP +debrief/R +debris/M +decamp/GL +decease's +deceitfulness/S +deceive/UDGS +decertify/NGn +decibel/MS +decisions/I +declarator/MS +declares/A +decline/NnDRGS +decomposability/M +decomposable/I +decompress/GNX +deconstructionism +decontextialisation +decorated/AUc +decorousness/S +decoupage/DGSM +decree/GSM +decrement/MDSG +dedicate/DSANnG +dedication/M +deducer +deductibility/M +deem/ADSG +deep-rooted +deep-sea +deer/M +defecation/M +defence/p +defensibly/I +defiance/MS +defile/L +defog/R +defrost/RG +degradable +deification/M +delftware/S +delicacy/IMS +delicious/PY +delightful/P +deliver/r7 +delivers/A +delivery/m +deluder/M +delusion/M +demagoguery/SM +demander/M +demarcation/M +demean/D +demi-mondaine/MS +demilitarise/n +demisemiquaver/S +demo/GMD +democrat/qQ-MW18S +demon/SMW +demoniacal/Y +demonstrator/SM +demoralise/n +demurral/MS +demythologise/n +den/DGSZM +denature/G +dendrite/MS +denigrate/VSDnGN +denominate/x +denoter +dens/T +densitometer/MSW +density/SM +dental +dentistry/MS +denuclearize/SDG +deodorise/nDRSG +deoxyribonucleic +depart/L +departure/SM +dependable/P +dependences/I +dependency/MS +depersonzlized +depicter/M +depiction/MS +deplorer/M +deport/RLNn +depraver/M +deprecate/DGSnykN +depreciable +depress/bkXvNV +depth/SM +dermal +dermatology/3SMw +derrière/S +desalinate/NSGnD +desalt/G +descended/F +describable/I +description/M +desecrater/M +deserve/khi +desiccation/M +designate/DKSG +desirabilities +desirability/UM +despairer/M +despatch/DSG +desperateness/S +despond +despondent/Y +destined/K +destiny/MS +destitute/P +destruct/bGDVvSu +destructive/P +destructor/M +detached/P +detectable/U +detector/MS +deter/SGD +detergent/MS +determinant/MS +determines/KA +detest/lnN +detonable +detonation/M +detract/vDGV +detritus/M +detune +deviancy/S +deviate/NDSGn +deviation/M +devote/hix +devotional/S +dewiness/S +dewy/TP +dhoti/MS +diabolism/M +diacritic/MSY +diacritical/S +diaeresis/M +diagrammaticality +dialect/Mo1SWw +diam +diamond/MSDG +diaphragm/MS +diatom/SM +diatribe/SM +dices/I +dicey +dichotomousness +dick/SGMD +dicky's +dictum/M +didst +die/DSG +die-hard/S +dies/U +dietitian/MS +differenced +difficult/YZ +diffuseness/S +diffusive/P +digested/KU +digestion's/I +dignified/U +dignify/SDG +digression/M +diker/M +diktat/MS +dilation/M +diligent/YP +dill/MY +diluted/U +diluter +dilution/SM +diminished/U +dimity/MS +dimmed/U +dimness/S +dimorphic +dimple/SGMDY +dimwit/MDS +dine/S +dinette/SM +dinghy/MS +dingo/MS +dingoes +dinnertime/S +dint/MDSG +dioptre/MS +diptych/M +directness/SI +director's/A +directorship/SM +directory/SM +dirk/SM +disable/DSLGR +disaffect +disastrous/Y +discerner/M +discernible/Y +disciplinarian/MS +disclosure +discover/AdSZ +discriminant/MS +discriminated +discriminative +discusser/M +disfavour/G +disfranchise/L +disgraceful/P +disgruntle/LSDG +dishabille/MS +dishcloth/MS +dishwasher/SM +dishwater/M +disinterest/i +disinterestedness/S +disjointness +disjunct/vV +dismal/Y +dismalness +dismantle/L +dismember/Ld +dismiss/Rv +dispense/RSDynG +display/ADSG +dispute/DSRlnGN +disregard/6 +disreputable/P +disrobe/G +disrupted/U +disruption/SM +disservice +dissimilar/S +dissimilitude/S +dissonant/Y +distil/7nSNVG +distiller/Z +distinctive/P +distinguishable/UI +distorted/U +distortion/MS +distraught/Y +distributed/AU +distributes/A +distribution/ASM +distributional +disturb/RGSkD +disturbance/MS +disulphide/M +ditch/SGMD +ditto/MDSG +diuresis/M +dived/M +diversification/M +diversifier/M +divestment +dividable +divided/AU +dividend/MS +divisiveness/S +divisor/SM +do/FS +do-it-yourself +dobbin/MS +docility/MS +docudrama/S +dodgem/S +dodgy/T +dog-biscuit/SM +dog-eat-dog +dog-paddle +dog-tired +dogged/P +dogleg/GSMD +dogmatist/SM +dogsbody/M +dogtrot/MGSD +doing's +doles/F +dolmen/MS +doltish/YP +dome/DMGS +domestication/M +dominantly/K +domination's/K +dominatrices +dominatrix +dominee +domineering/P +don/DnGSNV +don't +donor/SM +doodlebug/MS +doom/MGDS +door/MDmGS +doorknob/SM +doornail/M +doorstep/MSDG +doorstop/MS +dormancy/SM +dormice +dorpie +dory/SM +dos/SGdD +dosage/MS +dosimetry/M +doss +doth +dotty/T +double-breasted +double-parked +doubleheader/MS +doublet/MS +doubletalk +doubloon/MS +doubt's/A +doubtfulness/S +dourness/S +downright/PY +downtrodden +dowse/RGDS +draft/AcS +draft's/c +draftee/MDS +dragonfly/MS +draining-board/MS +drapery/MS +draughtiness/S +draughty/TP +drawn-out +dreadful/P +dreamless/PY +dreariness/S +drencher/M +dressed/AcU +dressing's +dressy/TP +dribble/GRSD +drink/R7SG +drinkable/S +drip/MZGJSD +driveway/MS +drogue/MS +droopy/TP +drove/RDSG +droëwors +drudge/yGDkSM +drukkie +drummie/S +drunkard/SM +dryly +dual-purpose +dualism/MS +duality/MS +dubiousness/S +ducal +ductility/MS +ductwork/M +dudgeon/SM +duel/MRGDSJ +duff/MDRGS +duh +dullard/MS +duly/U +dummy/DGMS +dumpy/TPS +dunderhead/MS +dungaree/MS +dungeon/DSMG +dunghill/MS +dunker/M +duodenum/M +duplicable +duplicator/MS +during +dusky/TP +dust-up +dustbin/MS +dustman/M +dusty/TP +dutiful/U +duty-bound +duvet/SM +dwaal +dwarf/GSDM +dwarfish +dwells/I +dybbuk/SM +dynasty/WSM +dystopia/M +dystrophy/M +dépaysé +dérailleur/SM +e +e'en +e.g. +eTV +each +eagle/DGMS +eagle-eyed +ear-stud/MS +earldom/SM +earmark/JDSG +earned/U +earnest/YP +earpiece/S +earplug/MS +earthiness/S +earthly/TP +earthworm/MS +eased/E +easing/M +easy-peasy +eccentricity/MS +ecclesiology/3w +ecology/3SwM1 +ecosystem/SM +ecru/M +ecstatic/YS +ecumenism/MS +edict/MS +editable/U +eds/F +educates/A +educating/A +education's/F +educationalist/SM +educations/F +eerie/T +eerily +effeminate/SY +effloresce +effluence/SM +effluvium/M +effort/SMp +effortlessness/S +effulgence/SM +egad +egger/M +eglantine/MS +egocentric/SY +egoist/SM1wW +egomania/MS +eigenfunction/MS +eighteen/HMS +eighty-eight/H +eighty-six/H +ejector/SM +eland/MS +elapse/SDG +elasticated +elasticity/SM +elastodynamics +elation/M +elderberry/SM +eldest +electing/A +election/MS +electioneer/DGS +electoral/Y +electrician/SM +electrocution/MS +electrodynamics/M +electroencephalography/MS +electroluminescent +electrolyse/DGSW +electromagnetism/SM +electromechanical +electrotype/DGSM +elephantiasis/M +elf/M +elide/DGSNX +eligibility/ISM +eliminator/MS +elk/SM +ellipsometer/MS +elocutionist +elongation/M +eluate/SM +elution/M +elver/SM +emancipate/GNSDny +emancipation/M +embank/LGSD +embargo/MDG +embarkation/SEM +embed/JGSD +embellish/SLDG +embodying/A +emboss/RSGD +embroider/dSZr +emend/7nGDS +emerald/MS +emerita +emirate/MS +emissary/MS +emit/NRSXDG +emollient/S +emotion/SpM +emotionalism/SM +empathy/Q8MWS +emphasis's/c +emphasizes/A +emphysema/SM +empire/MSWw1 +empiric/M3 +employee/MS +empower/LdS +emptor/M +empty/PDTSG +emulate/nvDSNVG +emulsify/nRDGNS +emulsion/MS +en/M7 +enablement +enacts/A +encamp/GLSD +encephalitis/M +enchain/DGS +enchilada/MS +encipher/dS +encipherer/M +encircle/LSDG +encore/GDS +encourager/M +encumber/dES +end/JRSDpMG +endemic/YS +endocrine/S +endogenous/Y +endosperm/M +endothermic +enduring/P +enforce/BLSbDhGR +enforced/AU +enfranchize/RDLSG +engagement/A +engaging/A +engineer/MDGS +engorge/SDLG +engrammatic +enlarge/RSGDL +enlargeable +enlister's +ennoble/LSDG +ennui/MS +ensemble/MS +ensign/MS +enter/Srd +enteritides +enthuse/DGS +entire/Y +entomology/3wSM +entrails +entreat/GkDSZ +entrepreneurship/M +entwine/DGS +enumerates/A +enunciable +enuresis/M +enviableness/M +enviousness/S +environment/o +environmental/3 +environmentalist +ephemeris/M +epicurean/S +epidemic/YSM +epidermis/MS +epigenetic +epilepsy/SM +epileptic/S +epiphenomena +epiphenomenon +episode/M1SW +epistemology/M1w +epitaph/MS +epithelial +epithelium/MS +eponymous +equable/PY +equal/FSY +equalize/RSNnDG +equate/SBGDNn +equator/MS +equatorial/S +equiangular +equidistant/Y +equilibrate/DSNG +equilibration/M +equilibria +equine/S +equinox/MS +equipotential +equiproportionality +equips/A +equitable/PY +equivalent/YS +equivocal/UY +equivocation/M +ere +erect/PDYGS +erected/A +erection/MS +ergonomic/SY +erogenous +erosion/M +erosive/P +eroticism/SM +errant/YS +ersatz/S +erst +erudite/Y +erupt/GDVvS +eruption/MS +escalator/SM +escort/MDGS +escorted/U +esoterica +espadrille/SM +esquire/MS +established/A +estimation/Mc +estrange/LGDS +etcetera/SM +etchant +ethereal/YP +ethical/UY +ethnocentrism/SM +ethnomethodology +ethology/S3wM +euphemism/MS +euphony/MS +eurhythmics +eustacy +evacuee/MS +evaluable +evaluated/UA +evaluator/MS +evangelize/SGD +evaporator/SM +evasive/P +evenness/S +ever-increasing +evergreen/S +everybody/M +everyone/M +everywhere +evildoer/SM +evocable +evocation/M +ewe/RSM +ex +ex-wives +exacerbation/M +exactest +exactitude/IMS +exactness/SI +exacts +examination/M +except/DSGx +excessive/P +excise/MSXBGND +excitation/M +excites/c +exciton/M +excluder/M +exclusivity/SM +excrement/MS +excrescence/MS +excreter/M +excursion/3MS +excursionist +exec/SM +execration/M +executable/MS +execution/RSM +exempt/DGS +exercisability +exhalation/M +exhort/DSnNG +exhumation/M +exhumer/M +exigent/YS +exile/DGMS +existence/FMS +exobiology/MS +exogenous/Y +exonerate/DnVSNG +exorbitant/Y +exorcize/DGS +exothermic/Y +expandability/M +expansion/y3M +expansiveness/S +expatiation/M +expected/UY +expectorant/S +expense/DGMS +experience's/I +expiation/M +expiry/MS +explainable/U +explains/A +explanation/MS +explicit/PY +explosion/M +explosive/SP +exportation/M +exporting/A +expos/Sdr +expose/fGcDS +expositor/SM +expostulation/M +exposé/SM +expound/RSDG +expressible/YI +expressionlessness +exquisiteness/S +extemporaneous/YP +extended/P +extension/M +extensiveness/S +exterminate/SnDGN +extirpation/M +extra/S +extracellular/Y +extralinguistic +extrapolate/SNnGVD +extrasolar +extraterrestrial/S +extremal +extreme/T3SPY +extremism/SM +extroversion/MS +exuberant/Y +exurban +eye-level +eyeball/MS +eyesight/SM +face-to-face +facetious/YP +facial/YS +facile/PY +facilitator/MS +facsimile/DSM +factious/PY +factitious +factorial/SM +factoring/MS +faint-heartedness +faintness/S +fair-weather +faire +fairnesses +fairway/MS +faithlessness/S +falcon/ryMS +fall's/ec +fallback +fallen +falling-out +falsifiability/M +falter/drJkS +faltering/UY +familial +familiarness +fanaticism/SM +fancifulness/S +fantasia/MS +fanzine/S +far-flung +far-off +farmland/SM +farraginous +farseeing +farthermost +fasciculate/NnD +fasten/drJS +fastidious/YP +fate/D6MjS +fateful/P +fathead/DiMS +fathomed/U +fatuity/MS +fault/CGMDS +faun/MS +fauna/MS +fauvism/S +faux +favour's/E +faïence/S +fearless/PY +fearlessness/S +feast/RDSMG +feat/CMS +feather/MSZrdp +feathery/T +fecundate/SGD +fecundity/SM +federation/FM +federative/Y +feebleness/S +feedstock +feign/RSDG +feigned/U +feint/DSMG +feminise/DnGS +femme/S +fenced/U +fencing/SM +ferment/GnND +fermenter +ferny/T +ferocity/SM +ferro +fervour/MS +fesses/F +festive/PY +festiveness/S +feta/MS +fetter's +fettling/M +feverish/PY +feverishness/S +fewness/S +fiasco/SM +fibreboard/SM +fibril/MnSN +fibrosis/M +fielded +fiendish/YP +fieriness/S +fiery/TYP +fifth-generation +fifty-one +fifty-seven/H +fifty-two +fight/eGS +figures/EK4 +file/CRDSG +fillip/MS +fills/cA +filly/MS +filminess/S +filthy/PDTG +filtrate/DInGNS +finances/A +fine-grained +fine-tune/DSG +fineness/MS +finer/ZA +finesse/SM +finest +finicky/T +finish/DRGSJ +finny/T +fir/rdS +fire-bomb/MSDG +fire-break/MS +fire-eater +fire-trap/MS +fire-walker/S +firebrand/MS +fireplace/MS +fireproof/GD +firing/M +firkin/M +firmer +firmly/I +firmness/MS +first-class +fish/MzDRS2GZy +fish-bowl/MS +fished/c +fishmonger/SM +fishtail/MSGD +fission/MS7GD +fissure/DSMG +fitting/PY +five/HMS +fixatifs +fixation/M +fizz/DGSZ +flabbergast/GkDS +flack/DGMS +flag-waving +flagella/nM +flagellation/M +flagging/YU +flagpole/SM +flaker/M +flaky/T +flamboyance/SMZ +flame/RMpJGDkZS +flammability/ISM +flapjack/MS +flashbulb/SM +flashy/PT +flat-footedness +flatfeet +flatfoot/SM +flatulence/MS +flatworm/SM +flaunt/DkSG +flautist/SM +flavour/MJRDpS6G +flaw/GSMDp +flaxseed/M +fleawort/M +fledge/SGD +fledgeling +fleshly/T +flex/MbDSG +flexure/M +flightpath +flights/c +flighty/TP +flimsiness/S +flinty/TP +flit/DGS +floor/SGJDM +flooring/M +floral +florist/SM +flouncing/M +flouncy/T +flour/SZGDM +flowerpot/MS +flt +fluctuate/DSGNn +fluency/MS +fluffy/TP +fluky/T +flume/MGDS +flung +fluoresce/DSG +fluoridate/DGS +fluorinated +fluster/Sd +flutelike +fluxes/I +fly/cGS +fly-paper/M +flycatcher/MS +flyleaf/M +flyswatter/MS +flyweight/MS +fo'c'sle +fob/SDMG +focus's +focusable +fodder/MdS +foefie +fog/CDSG +foggy/TPY +fogyish +foil/DGS +fol/Y +fold/AGUDS +foldaway +folding/S +folk-singer/S +follow-on/S +fondant/MS +fondler/M +foolproof +footlocker/MS +footloose +footrest/MS +footsack +footsie/MS +footstool/SM +footwear/M +footwork/MS +forborne +forecourt/MS +foredoom/DGS +foregoer/M +foreleg/MS +forelock/MDSG +foremost +forensic/YS +foreperson/S +foreplay/MS +foresail/SM +foreseen/U +forest/CRSGNnD +forestland/S +foretaste/MGDS +forethought/SM +foretold +foreverness +forewarn/GDSJ +foreword/SM +forex +forge/RyGJDMS +forgive/7PRSlkG +forgiveness/S +forgoes +forgotten/U +forker +form/uGIvNnVDSo +formalist/W +formation/CMI4SF +forsook +forthright/PY +forthrightness/S +fortifies/A +fortify/NRSGDn +fortuitous/YP +fortune's/a +fortune-telling/MS +forty/HSM +forty-nine/H +forty-second/S +forty-six/H +forwent +fossiliferous +foul-up/S +foulness/S +fouls/M +foundational +founded/FU +founding/F +foundling/SM +fountain/DGMS +four-eyes +four-in-hand +four-leaved +four-square +four-wheel +fowl-run +fox-hunting +foxed/e +foxhole/SM +foxhound/MS +foxtail/M +foxtrot/DGSM +fr +frail/YPT +franchise/EDSG +franchise's +frangibility/SM +franklin/M +frappé +fraternize/NSGn +fratricide/MS +fraudster/S +fraught +freckly/T +free-handeness +free-wheel/GSD +freeze-frame +freezer/SM +friar/SZMY +frictionless/Y +fridge/MS +friendship/MS +frighten/dSk +frigid/PY +frigidness/S +frisk/G2SZDz +friskiness/S +frisky/TP +frivolity/SM +frizzly/T +frizzy/T +frock/CGDSU +frolic/SMDRG +from +fronter/F +frontrunning +frostbitten +frostiness/S +frosts/C +frosty/TP +frown/SDGk +frozen/PY +fructose/SM +fruitiness/S +fruity/TP +fryer/SM +fuhrer/S +fulfil/GLSD +full-blooded +full-bodied +full-frontal +full-page +full-scale +fullback/SGM +fullstops +fumigate/DNnGS +fumigation/M +fundamentalism/MS +fundholders +funeral/MS +funereal/Y +fungal/S +fungi/M +fungoid/S +funk/SZMD2G +furbelow/DMSG +furbish/RGSD +furl/USDG +furnishes/A +furore/SM +furriness/S +furry/TRP +furthermost +furtive/PY +fuses/CA +fusser/M +fussy/TP +fustiness/S +futon/S +futurism/MS +futurology/S3M +fuzziness/S +fwd +fynbos +fête/SM +führer/MS +gabbiness/S +gadfly/SM +gadget/MyS +gadgetry/SM +gaily +gainful/P +gainsaid +gait/MRS +galaxy/SM +galjoen +gall/MkSDG +galleria/S +gallop/drS +gallows/M +galumph/SGD +galvanise/DGnS +gamble/RSGD +gamekeeper/SM +gameness/S +gamest/R +gamut/MS +gangrene/MDSG +gangrenous +gangster/MS +gaper/M +garble/SDG +garde +garland/DGMS +garment/DGMS +garnish/DGLS +garnishee/MSG +garrison/dSM +gasometer/M +gastric +gastropod/SM +gathering/MS +gatvol +gaucho/MS +gauge/DaGS +gawk/SZzGM2D +gay/SPT +gayety's +gazpacho/SM +geese/M +geezer/MS +gelatinous/PY +generate/CDASGNnV +genital/FY +genitive/MS +genocide/MS +genre/MS +genteelness/S +gentility/MS +gentry/SM +genuflect/DGS +genuine/YP +geocentric/Y +geography/wSM1W +geometry/SM +geomorphology/wM +geophysics/M +geothermal +gerbil/SM +germane +gerundive/M +gesticulate/nvDSGNV +gesture/MDSG +ghomma +ghost-write/RSG +ghostly/TP +ghoulish/PY +giddiness/S +giddy/YDTPSG +gift/MGiSDh +gig/DSGM +gigahertz/M +giggle/SGYRkD +giggly/T +gild/GRSDJ +gilding/M +gillie/SM +gimcrackery/MS +gingerly/P +ginkgoes +girdler/M +girlish/PY +given +glacial/Y +glacier/MS +glanders/M +glandes +glandular/Y +glass-blowing/SM +glass-making +glasshouse/SM +glassiness/S +glasswort/M +glazier/MS +gleefulness/S +glimmer/dSJ +gloaming/SM +globularity/M +globulin/SM +glorification/M +glottal +glow/RSMkDG +glue-sniffing +glued/U +glutamate/M +gluteal +glycerinate/DM +glycerins +glycerol/MS +glycine/M +glycogen/MS +glycol/MS +glyph/MS +gnash/DSG +gnat/MS +gnawer/M +gnawing/M +go-between +goad/MGSD +goal-line/S +goalie/MS +goalmouth +goalscoring +goatee/MS +god-damn/D +god-daughter/SM +godfather/SdM +godless/P +goema +goggle-eyed +goings-on +goitre/MDS +golden/PY +goldenseal/M +gollywog +goniometry +gonococcal +gonococci +gonococcus +gonorrhoea/M +goodish +goodwill/MS +goofy/TP +gooier +goose/M +gorge's +gorgeous/YP +goring/M +gormandise/RSGD +goshawk/MS +gossip/SdM +gourdful/S +gourmandise +governance/MS +graceless/PY +grade/CnSGDR +grading/S +graduation/M +grafting/M +grain's +grammarian/SM +grammatical/UY +gramme/MS +gramophone/SM +grandaunt/MS +granddaughter/SM +grandeur/MS +grandfather/MdYS +grandioseness +grandnephew/MS +grandparent/SM +grandstander/M +grantsmanship/S +granule/NMnVS +graphic/SP +graphology/3MS +grasper/M +grass/GZMDS +grassy/T +grateful/PT +graticule/M +gratifying/U +gravamen/MS +grave-stone/MS +gravitas +graviton/MS +gravity/MS +gravy/SM +grease/CRGSD +grease's +greasepaint/MS +greasy/PTY +great-grandparents +greed/M2zSZ +green-eyed +greenbelt/S +greenfly/M +greengrocer/MSZ +greenkeeper/SM +greenness/S +greenstick +greensward/MS +greeting/M +grenade/MS +greybeard/M +greyish +grief/MS +grievousness/S +griffon/M +grim/YPT +grime/MZ +grinner/M +gripe/S +grisaille +griseofulvin +grizzle/GSYD +grizzling/M +grog/zM2Z +groom/MGDS +grootbek +grosbeak/SM +grossness/S +grottoes +grouch/SzDG2Z +ground's/f +ground-squirrel +grouse/GMDRS +growl/RkD2GS +grubby/TP +grunter/M +grysvok +guaranty/MS +guard/mDhiRGMS +guarded/UY +guardedness/M +guardian/MS +guardianship/MS +guessing/e +guideline/MS +guileless/PY +guinea/SM +guise/EMS +guitar/M3S +gull/MGSYDb +gullibility/SM +gunmen/M +guru/MS +gust/EGSD +gut/SRDMGp +guts/Z2 +gutta +guy/RSDMG +gymnastic/S +gynaecological/MS +gyp/S +gypped +gyps/Z +gypster/S +gyrfalcon/SM +gyrocompass/M +ha +habitable/P +hackler/M +hacksaw/DGMS +had +hadj's +hadji's +hadron/MS +haem/SM +haemoglobin/SM +haemorrhoidal +haemostasis +haggis/SM +haiku/M +hailstone/SM +hair-splitting +haircloth/SM +hairless/P +hajjes +half/M +half-baked +half-beak +half-eaten +half-fare +half-hour/SY +half-time/S +halfness +halfwit/iSMhD +hall-stand/S +hallelujah/S +halloo's +hallucinate/DGVnySN +haloes +halogen/MS +halogenated +halter/d +hammering/M +hammerlock/SM +hamster/MS +hand/iRSZDhpMzG62 +handbarrow/MS +handbasin +handcuff/SDG +handed/P +handedly/f +handlanger +handlebar/SM +handout/SM +handrail/MS +handsaw/MS +handset/SM +handstand/MS +hanepoot/S +hang-glide/RG +hangar/dMS +hankie/M +happy-go-lucky +hara-kiri +haranguer/M +harass/GRLDS +hard-headedness/S +hard-on +hard-paste +hardboard/M +hardcore +hardship/SM +hare/DSGM +harelip/DMS +harem/SM +harken/S +harmful/P +harmfulness/S +harmoniousnesses/I +harmonise/nSRDG +harnesser/M +harpist +harpsichord/MS3 +harridan/SM +harrower/M +harsh/TPY +harshness/S +hart/SM +has +hasher/M +hatchet/dMS +hatching/M +haughty/TPY +haul/RSDG +hauled/c +haulier/MS +haunch/GDSM +haunt/RGJSkD +hawkishness/S +hayer +haystack/SM +haywain +hazelnut/MS +headboard/SM +heading/M +headlong +headmastership/M +health/jMzSZ62 +healthcare +hear/RGJS +heard/cUaA +hearing/M +hearsay/MS +heartbroken +heartfelt +heathendom/MS +heaven/MYS +heaviness/S +heavyweight/MS +heck +hectic/Y +hector/dS +heed/SDpM6jG +heeded/U +heedless/PY +heigh-ho +height/MS +heinous/YP +heiress/MS +helicon/M +helix/M +hell/SM +hellebore/SM +hemisphere/MwDSW +hemp/SM +hempen +hepatic/S +herbivorous/Y +herein +hereof +hermeneutic/S +hermetic/SY +hermetical +hermitage/SM +hermitian +hernial +heroes +herpetology/3SM +hertz/M +hesitater/M +heterodoxy/SM +heterogeneity/SM +heuristic/YSM +hexafluoride/M +hexameter/SM +hey +hiccough +hickory/SM +hicks +hideous/PY +hierarchy/w1MWS +hieroglyphic/S +high/TPSY +high-class +high-faluting +high-flier/S +high-flown +high-handedness/S +high-income +high-pitched +high-sounding +high-spirited +high-stepper +high-street +hijack/RDSGJ +hillside/SM +himself +hinged/U +hip/GMSTDZ +hipness/S +hippo/SM +hippodrome/MS +hire-purchase +hired/A +histochemistry/M +histology/wS3M +historicist/M +historiographer/MS +hitch-hike/RSDG +hoar/2MZ +hoard/DRJSGM +hoariness/S +hobble/RGDS +hobnob/GSD +hock/SM +hockey/MS +hocus +hodgepodge/MS +hoe/RMDSG +hoes/F +hogger +hoist/DSG +hokaai +holdall/MS +holdover/SM +holeable +hollandaise +hollowness/S +hollyhock/SM +holocaust/MS +holster/dSM +home-maker/SM +home-ownership +home-schooling +homelike +homesick/P +homiletic/S +homily/SM +hominess's +homoeostases +homogenisation +homogenize/nSRNGD +homomorphous +homophobe/SW +homophobia/S +hone/DTSGM +honey/SMD +honeybird/MS +honeycomb/SMDG +honeyguide/MS +honorarium/SM +honorific/Y +hood/iSDMG +hooded/P +hooliganism/MS +hoopla/MS +hoover/d +hopefulness/S +hoper/M +hormone/oSM +hornbill/SM +horner +hornlike +hornpipe/MS +horsebox +horsedom +horseflesh/M +horselike +horseplay +horsepower +horsetail/MS +horticulture/3MS +hose/M +hosiery/MS +hospice/MS +hospital/Q-8SqM +host/SDMYG +hot/PDYSGT +hot-air +hot-swappable +hot-water +hothead/hMiSD +hotheadedness/S +hotrod +hotspot/S +hough/M +hounding/M +hour/YMS +houri/SM +hourly/S +house-mother/MS +house-proud +housebroken +housecleaning/M +housed/A +housemaid/MS +housemistress +housemother/S +housewine +however +howitzer/MS +howsoever +hoy/M +hoyden/dSM +huckleberry/MS +hula/SGDM +hulk/GDSM +hulling/M +human/sQ389YPq-S +humaner +humanitarian/S +humanity/MIS +humankind/M +humbug/GDSM +humeral/S +humiliate/DGNnkS +humorist/MWS +humorous/PY +humorousness/S +humourer/S +humourlessness/S +hunch/GMSD +hunchback/MDS +hunting/M +hurried/UY +hurriedness/M +hurt/Sj6Gk +husking/M +hustle/RSDG +hybrid/Mq8-SQ +hydrate/DCnSGN +hydrate's +hydrocarbon/MS +hydrochemistry +hydrochloride/M +hydrodynamical +hydroelectricity/SM +hydrofluoric +hydrogen/nMN +hydrogenate/GSCDN +hydrology/M3w1S +hydrolysis/M +hydromagnetic +hydroplane/GMDS +hymnographer +hyper/S +hyperactive/S +hyperaemic +hyperinflation +hypersphere/M +hypertext/MS +hyperthyroid +hyperventilate/GSDnN +hyphen/NnMdS +hyphenate/GSD +hypnoses +hypnotherapy/SM +hypnotize/SGD +hypochondria/MS +hypoglycaemic/S +hypotenuse/MS +hypothesis/Qr98SdM +hypothetical/Y +hypothyroid +hypoxaemia +iambic/S +ibuprofen/S +ichthyology/3MS +iconoclasm/MS +ideal/MQs398Sq- +idealist/W1 +idempotent/S +ides +idiomatic/U +idiopathic +idleness/S +iffiness/S +igneous +ignitable +ignominy/SM +ignoramus/MS +ignorant/YS +ignorer/M +ilea +ileitides +ileum/M +ill/PY +ill-advised +ill-defined +ill-disposed +ill-gotten +ill-informed +ill-treatment +illicit/P +illiterate/P +illogical +illume/DG +illumine/DGVnSN +illusive/YP +imaginableness +imaginative/UY +imago/SM +imbizo +imitator/MS +immediacy/SM +immolate/DGNnS +immolation/M +immoral +imp/MSDG +impactor/MS +impairer/M +impaler/M +impartation/M +impassioned/U +impecuniousness/S +impede/S +imperceptibility/MS +imperialism/MS +impersonator/MS +impervious/YP +impetuosity/SM +impetuousness/S +impi/S +implements/A +implicant/MS +implicit/YP +implosion/M +imply/vunVh +imponderable/SP +importation/MS +imposable +impossible/P +impregnable/YP +impressionable/P +imprest/SM +impromptu/S +improved/U +improvisation/Mo +impulsion/M +in-car +in-law/S +inalienable/Y +inanity/MS +inauspicious +inbound +inbred +incantation/M +incarnation/AM +inceptor/M +incident/SMo +incipience/SMZ +incite/RL +incl. +incliner/M +inclusion/M +inconvenience/GD +incorrigible/PSY +increasable +increaser/M +incredible/P +incriminate/GSNyDn +incrimination/M +incubation/M +incubus/M +incunabula +incunabulum +incursion/M +indebtedness/S +indefeasible/Y +indefinable/PS +indenture/GD +indestructible/PY +indict/LSDG7 +indigenous/PY +indigo/MS +indiscreet/P +indispensability/MS +indispensable/PYS +indisputable/P +indissoluble/YP +individuation/M +indoctrinate/GNnDS +indoctrination/M +indolence/SM +indoor +indubitable/PY +indulger/M +industrialised/U +industrialism/MS +ineffability/MS +inevitable/PY +inexorability/M +inexpedience/M +inexperience +inexplicitness +inexpressibility/M +infant/SM +infatuate/nSGND +infatuation/M +infectious/YP +infer/G7DS +inference/GMS +inferior/MSY +infernal/Y +infiltrator/MS +inflammation/M +inflect/DSGxV +inflexion/SM +inflow/MG +informing/a +infuriate/DNkSG +ingenuously/E +ingénue/S +inhale/NnR +inherent/Y +inheritance/EMS +inhibit/NVSdyX +inhibition/M +inhibitor/MS +initial/qQ-9DYSs8 +initialise/AnDSG +initialler +initiator/MS +injure/RGDSZ +injurious/PY +inkblot/MS +innateness/S +innersole/S +innocuous/PY +innocuousness/S +innovation/M +inordinate/PY +inquisitiveness/S +ins. +insane +insanity +insatiability/MS +inscrutableness/S +insectivore/MS +insensate/PY +inserter/M +inset/G +insidiousness/S +insistent/Y +insomnia/SM +inspire/xnkNG +inspired/U +inst/g +installer/USM +instant/MYS +instantiation/M +instate/AGLDS +instillation/M +instilment +instinctual +instituted/A +insular/Y +insulator/MS +insurance/SAMF +insured/U +integer/nMNS +integral/YSM +integration/EMS +intellect/MS +intelligence/MS +intelligent/UY +intelligentsia/SM +intelligible/PY +intended/U +intenseness/S +intentness/S +interactivity +interbank +intercalate/VSGND +interception/SM +interconnection/MS +intercorrelated +interdenominational/Y +interdict/GVMSD +interfacing/M +interglacial +intergroup +interindex +interleave/CSDG +interleukin/S +interline/JDGS +interlink/DSG +intermarry/DSG +intermediation/M +intermeshed +intermetrics +intermezzi +interminable/YP +intermingle/SGD +intermodulate/DS +intermodule/Nn +internationalism/MS +interplanetary +interplay/GDMS +interpolate/nDSVNG +interpretation/MaA +interquartile +interracial +interregional/Y +interrelation/M +interrogative/S +interrupted/U +interruptibility +interruption/MS +interstice/MS +intersurvey +intertwine/GDS +intervene/DGS +interview's/K +interviewee/MS +intestate/S +intestine/oMS +intimation/M +intolerable/P +intoxication/M +intracity +intrapulmonary +intratissue +intravenous/SY +intrigue/RGkDS +introducer/M +introductory +introspective/YP +introversion/MS +intrusive/P +intrusiveness/S +intuit/7XSNvVu +inundation/M +inveigh/DGS +inveiglement +invent/AGDS +inventory/DMGS +investigator/SM +invests/A +invigorating/Y +invincible/PY +invitational +invited/U +involuntary/P +involution/MS +involve/DLSGh +involved/U +inyanga/S +ion/WQMqs8S9- +ion's/U +ions/U +ipecac/MS +irides's +irk/SDG +irksome/YP +ironware/MS +irredeemable/SY +irreligious +irresistibility/M +irresistible/P +irreversibility +irrevocable/PY +isit +isocline/M +isolationism/MS +isopleth/MS +issuance/MS +issuant +issue/MSRG7D +issuing/A +it/M4SU +itchy/TP +item/-8qsSQM9 +iteration's +its +ivory/MS +jab/MSDG +jabber/drJS +jackboot/SDM +jackdaw/MS +jackhammered +jackpot/MS +jacuzzi +jaded/P +jag/GSihDZ +jail/RGSDM +jammerlappie/S +jape/DSGM +jarful/S +jasper/SM +jaundice/SMGD +jct +jejune/YP +jellybean's +jeremiad/SM +jerkin/MS +jetty/SM +jiggly/T +jilter/M +jimmying +jingo/M +jinn/MS +jinx/DMGS +jislaaik +jnr. +jobholder/MS +jocose/YP +jocularity/SM +joggle/DSG +johnny/SM +joinery/SM +joint's +jollification/MS +jolt/RSDG +jongg/M +jonquil/MS +jowly/T +joyed/c +joyridden +jubilant/Y +judge/SaKLDG +judgement/o +judger/M +judiciary/S +jug/MS6GD +juggernaut/MS +juiciness/S +jujutsu's +jumpy/TP +juniority/M +junky/TS +jurisprudence/MS +jurisprudential/Y +justiciable +justifiability/M +justified/U +justness/U +kHz/M +kaleidoscope/SMW1 +kamikaze/MS +kapellmeister/M +kapok/M +kappa/M +karakul/M +karat's +karmic +katydid/MS +kayo/GSMD +kc/M +kcal/M +keener/M +keep/RGJS +keg/MDGS +keno's +kept +kerchief/DSM +kerned +kerning +kerosene/MS +ketosis/M +keypad/SM +keyword/SM +kiaat +kibble/SGMD +kibbutzim +kibosh/MS +kickball's +kiddish +kiddy's +kif-gloves +killjoy/S +kilo/SM +kilogauss/M +kilowatt-hour +kilt/SMD +kind-hearted/YP +kindergärtner/MS +kindliness/S +kinematic/S +kinematics/M +kinesics +kingbird/M +kingship/MS +kinked/U +kinship/SM +kiri +kismet/SM +kitbag/M +kitchen/SM +kitchenware/SM +kitty/SM +kiwi/SM +kiwifruit/S +klaxon/M +kleilat +kloof/S +klopse +km +knacker/Z +knavery/MS +knees-up +knell/DSMG +knick-knackery +knife/SMGD +knight/YSMDG +knighthood/MS +knob/ZMS +knock/DGSRJ +knock-on +knoll/DSMG +knotty/PT +knuckle/MDGS +koala/SM +kob +kopeck/MS +krag +kreef +krona/M +kudos/M +kudu +kudzu/SM +kugel/S +kuif/S +kulaks +kurtosis/M +kwaito +kwedien +laaitie/S +laboriousness/S +labyrinthine +lace-ups +lack/MS +lactic +lacuna/SM +lade/ZG +lady/SM +laevorotatory +lagniappe's +laissez +lama/SM +lamber +lament/7DSlnNG +lamented/U +lamp/MSDG +lamppost/MS +land-use +landhold/GJR +landmine +lane/SM +languor/MS +lapdog/S +lapel/MS +lapin/MS +lapse's +larcenist/S +lards/F +lardy/T +largehearted +largemouth +lark/MDSG +larva/M +larvae +larynges +lasciviousness/S +lase/SRG +lashing/M +lassoer/M +last/YSDGkJ +lasted/e +latch/MGSD +latchkey/MS +lathe/MS +latitudinal/Y +latitudinarian/S +lattice/DSMG +laugh/RGJkl7DS +laughingstock/SM +laughter/MS +launderette/SM +lavatorial +lavish/TDSGPY +law-abiding +lawmaker/MS +lawnmower/S +lawyer/dYSM +laxes/A +laxity/MS +lay/CRSG +laypeople +lays/fceaA +laywomen +lb +lbs +lea/MS +leach/GSD +lead/SaG +lead-free +leaded/U +leaden/PY +leadership/MS +leafy/TP +leakage/MS +lean/DGPTJSY +leaning/M +leanness/S +leaper/M +learned/UA +learnership/S +learning/M +leas/RGDS +lease/ASMRGD +leather/MSZd +leave/RGJDS +leave-taking +leavened/U +lecherous/YP +lechery/MS +leeward/S +left-hand/RDhi +leftmost +leg-cutter +leg-spinner/MS +legacy/SM +legalese/SM +legate's/C +legendary/YS +leggy/TP +legibility/SIM +legible/IY +legitimisation +lemme/GJ +leniency/SM +lenser/S +lesbianism/MS +lesser +lessor/MS +level/GPYDTRS +lever/MSd +lexical/Y +lg +lib/MnGSD +liberalism/MS +liberally/I +liberalness/S +liberates +libidinal +librarian/SM +licensor/M +licentiate/SM +lichen/MS +lichenous +licker/M +lie-down +lief/A +lieu/M +lieut +lieutenant/MS +life/MRp +life-and-death +life-preserver +life-support +life-threatening +lifeboat/MS +lifeline/SM +lifesaver/SM +lifespan/S +lifestyle/S +lift/MSDRG +light-heartedness/S +light-pen/SM +lignite/MS +like/E7DGS +likeableness/S +lilly +liltingness +limekiln/M +limerick/SM +limitedly/U +limitless/YP +limousine/SM +lineal/Y +lineament/MS +linearisation +linearity/SM +lined/eUAf +linefeed +ling/f +lingerie/MS +link-up/S +links/U +linoleum/MS +lintel/MS +linter's +linty/T +lioness/MS +lionization/M +lip-service +lipstick/SM +liq +liquefaction/MS +liquid's +liquidity/MS +liquidly +liquorish +literal/PYS +literalness/S +literateness +lithograph/RG1SZMDW +lithology/wM +litigant/SM +lived-in +livelong/S +lively/TP +liven/dS +lizard/SM +ll/C +load/M7JSDRG +loaded/AcKU +loadstar's +loan/MD7GRS +loaning/M +loanword/S +lobule/MS +localisms +locator/MS +lock-up/MS +lockjaw/MS +locks/AU +lodestone/MS +lodged/E +loganberry/MS +logarithm/1WSM +logician/MS +login/S +logout +long-drawn-out +long-faced +long-legged +long-life +long-range +long-windedness +longevity/MS +longways +loofah/MS +lookalike/S +looked/cU +looking-glass/S +looming/M +loophole/DGMS +loot/MSDRG +lop/RSdDG +lottery/SM +loud/YTP +loud-mouth/DSM +louden/d +loudspeaker/MS +loudspeaking +louse/CDGS +lovableness/S +loveliness/S +lovestruck +loving/P +low-income +low-pitched +low-profile +lowbrow/MS +lowish +loyalism/MS +lubricator/SM +lucent/Y4 +lucid/YP +lucidness/S +luck/GpMDzSZ2 +ludo/M +lugubrious/PY +lukewarmness/S +lull/SDG +lumber/rMdS +luminance/M +lump/MSZDG2 +lumpen +lunate/WY +lunation/M +luncheonette/MS +lunchroom's +lune/NM +lungfish/MS +lungful/S +lupin/S +lurcher/M +lurid/PY +lurk/RGDS +lushness/S +luso +lust/MjSZDz26G +lustiness/S +lustring/M +luxe/SM +luxuriation/M +lycopodium/M +lymphocyte/MS +lymphoma/MS +lyrist +mW +ma/FMS +macabre/Y +macaronic +mace/DGSM +mace-bearer/S +machination/M +machinery/SM +machismo/MS +macintosh/SM +mackerel/SM +macrobiotic/S +macrosimulation +mad/TPGYRD +madame/M +madcap/S +made-up +mademoiselle/SM +madmen/M +madwoman/M +magazine/GSDM +magic/DYMG +magical +magician/MS +magnanimity/MS +magnanimous/Y +magnesite/M +magnesium/M +magnetron/M +magnificent/Y +mah-jong/M +mah-jongg/M +maharani/MS +maid/MS +main/AS +mainbrace/M +mainframe/SM +mainmast/MS +maintainable/U +maintained/U +maisonette/MS +majesty/W1SM +maladroitness/S +malediction/MS +malefic +malformation/MS +malicious/PY +malignant/Y +malleability/MS +mallet/MS +malocclusion/MS +malva +mammography/S +man/6WRMYjD1G +man-made +man-of-war +man-sized +managed/aU +managership/M +mananas +manciple/M +mandala/SM +mangler/M +mango/SM +manhole/SM +maniacal/Y +manipulatable +manipulative/M +mankind/M +manliness/S +manly/PT +mannetjie +mannikin's +manoeuvring/S +manor/SM +manqué/M +manse/XMNS +manure/SGDMR +manuscript/SM +maraca/SM +maraud/RDGS +marble/SJMDG +mare/SM +margarita's +maria/M +marigold/MS +marital/KY +mark's/A +mark-up/MS +marking/M +marmoreal +marmot/SM +marquetry/MS +marriage/AMS +marsh/ZS2M +mart/MSGD +mas/rGDW +mascara/SMDG +masculine/YP +mass/pSVvu +masseur/MS +mastermind/DSG +mastery/SM +masthead/DSMG +mastoid/S +matchable/U +matched/AUea +matching/ace +matchmake/RGJ +mater/MoW +materialist/W1 +materialization/M +mathematician/MS +matins/M +matriculate/nGNSD +matter/d +mattock/MS +maturation/M +matzoth +maul/SGRD +maunder/Sd +maverick/MS +maxi/S +maxim/oQs98qM-S +mayfly/MS +mayoral +mayoress/SM +meadowland +meaner +meanest +meaningless/PY +meanwhile +meatiness/S +mechanical/S +mechanizer/M +media/noM +mediaeval/3SMY +mediated +medicinal/S +medico-legal +medieval +medley/SM +medulla/MS +meed/MS +meerschaum/SM +megalomania/MS +megaphone/DSGM +meiosis/M +meisie +melanin/SM +mellowness/S +melodramatic/S +melts/A +member/EAS +member's +mementoes +memorandum/MS +memorialise/DSG +menisci +menorah/MS +mensurable/F +mention/DRGS7 +mercantile +merganser/SM +merry/TYL +merry-go-round/S +mescaline/MS +mesmerise/DRSG +mesmerizer/M +meson/MS +message/MDSG +messy/TP +mestizo/SM +met/dr +metabolite/SM +metacircular +metal/MWDGJS +metalloid/M +metalwork/MRGJS +metaphysic/YSM +metastability/M +metatarsus/M +metathesized +metathesizes +metathesizing +meteorite/MWS +meteoritic/S +methionine/M +methought +methyl/SM +meticulous/YP +metrics/M +mgr +miasma/SM +micelles +micro/S +micro-organism/SM +microbiology/w3SM +microdot/SM +microfiche/M +microfilm/MDGS +microfilmer +microinstruction/SM +micron/MS +microphone/MGS +microprogram/DMGS +microsurgery/MS +microvolt/SM +microwavable +mid-band/M +mid-morning +middle/mSkDGJ +middlemannetjie/S +middy/SM +midnight/MS +midspan +midwinter/SYM +miler/M +militarization/M +militarized/C +milkweed/SM +millennia +millepede's +milligram/S +millpond/MS +millstone/SM +millwright/MS +mimesis/M +mimicry/MS +mind-bending +mind-blowing/Y +mind-expanding +mind-numbing/Y +minds/A +mindset/S +mine-detector +minefield/SM +mineral/Q-SMq8 +minibar/S +minicab/M +minimax/M +mining/f +ministrant/S +miniver/M +mink/MS +minke +minnesinger/SM +minority/SM +mintage/SM +minus/S +minuscule/MS +minuteness/S +mirage/SMGD +mirror/MSd +mirth/pjM6S +mirthless/YP +misanthrope/SM1Z +misanthropist/S +miscellanea +miscellaneousness +miscellany/MS +mischance +mischief-makers +mischievousness/S +miscibility/S +miscommunicate/N +misconduct +misdeal/G +misdemeanant/MS +misdirect +miserable/P +miserableness/S +miserly/P +misfeature +misinterpret/nN +mismanage/L +misogamy/M3S +misogynous +misshapenness/S +missile/SMy +mistletoe/SM +mistype/J +mite/SM +mitoses +mitre/GMSD +mitt/MS +mixing/K +mks +mnemonics/M +mobilise/CnSAGD +moccasin/MS +mocha/MS +mock/RS7DGk +mode/FMS +modem/MS +moderate/IPYN +modernised/U +modernization/M +modular/-q8QY +modularity/MS +modulated/U +moire/MS +moist/PTY +moisten/dSr +molasses/M +molestation/M +molested/U +moll/MSY +molybdenite/M +molybdenum/M +momentary/PY +monarchism/SM +monarchs +monarchy/3SM +monastic/YS +monetise/CnADSG +money/pMDS +moneyer's +monitories +monkshood/SM +mono/3MS +monocotyledon/MS +monogamy/3SM +monograph/MGDS +monomaniacal +monotheism/SM +monotone/1ZMSW +monotonousness/S +monster/SM +monument/MSo +moo/SDG +mooch/DRSG +mood/MSZ2z +mooi +moon/MGpDS +moonlit +moonscape/MS +moorland/MS +moose/M +morale/M3S +moralize/CnSGND +moratorium/MS +moray/MS +mordancy/SM +moreover +moroseness/S +morphogenesis +morris +mortality/SIM +mortem/MS +mortgage/MGDS +mortify/nSGhND +mosaic/MS +mosaicked +mosey/GDS +mosquito/M +mosquitoes +moss-grown +mossie +mossy/TS +most/Y +mote's +motile/S +motionless/Y +motivated/U +motivates +motor/qQ8mS3Md- +motorcade/SMDG +motorised/U +motorway/MS +mots +moulds/A +mountainside/MS +mournful/T +mouthwatering +mouthy/TP +movability/I +moved/UA +mowing/M +mu +mucilage/MS +mud/zZM2S +muddiness/S +mudslinging/M +muesli/M +muezzin/MS +mugshot/S +mullein/SM +mullet/MS +mulligatawny/MS +multi-ethnic +multi-storey +multi-way +multicomputer/MS +multiculturalism/S +multifaceted +multiform +multimeter/M +multimillionaire/SM +multiple-choice +multipoint +multisyllabic +multivalent +mumble/RSJDG +munch/MGRSD +mundane/Y +municipality/SM +murkiness/S +murrain/MS +mus/wd1Sk +muscle/SGMD +musher's +musical/S +musicianship/MS +musket/SMy +musketeer/MS +must've +mustn't +mutable/PIY +mutate/FDSG +mutational/Y +muteness/S +muter/F +mutter/rdJS +mutton/MS +muzzle-loaded +muzzler/M +myopia/SM +myrrh/MS +mysticism/SM +mythologise/CGDS +ménage +naff +naffness +naiad/MS +naiveness +name's +nanosecond/MS +napalm/GSMD +naphthalene/SM +narcissist/WSM +narcissus/M +narration/M +narrow/GYSDPT +narrow-minded +narrowband +nasality/MS +nascence's/A +national/sQ3Sq8-9 +nationalism/MS +nationalist/1W +native/SP +nativity/SM +natl +natty/TYP +nature's +nave/SZM +navigability/MS +navvy/SM +navy/SM +neaptide +near-sighted/PY +nebulae +necessitate/SNGnD +necessitation/M +neckband/M +neckerchief/MS +necking/M +necklace/MSDG +necktie's +nectar/MS +needle/R5SDMG +needlepoint/MS +needlework/MS +neglectful/P +neglectfulness/S +negligence/SM +negligent/Y +negligible/Y +negotiate/DNASGn +negotiator/MS +neighbourliness/S +neighbourly/P +neither +nemesis +neolithic +neomycin/M +nepenthe/MS +nephritides +nephritis/M +neptunium/MS +nerve's +nervous/YP +nervy/TP +nestle/SDG +netball/M +nethermost +netter +neuroanatomy +neurobiology/M +neuroses +neurosurgeon/SM +neutralism/MS +new-found +new-look +newfangled +newspaper/mS5Md +newsy/TS +newt/MS +nibble/SRGD +nick/MDSG +nickname/MSDG +night-watchman +nighters/c +nighthawk/MS +nights +nightstand's +nihilism/MS +nihilist/SMW +nilpotent +nimbused +nine/HSM +ninepence/M +ninety-eight/H +ninety-four/H +ninety-three/H +ninety-two +nipping/Y +nippy/T +nit/MS +nitrification/MS +nitrogenous +nitrous +no/Q +no-claims +no-go +nobleness/S +nocturne/SMo +nod/ZMDGSo +nodal +noise/MpZ +nomenclature/SM +nominate/DnvNGVS +nomination/ASMC +non +non-abrasive +non-acceptance/S +non-acid/S +non-administrative +non-agricultural +non-aligned +non-alignment/S +non-allergic +non-assignable +non-cancerous +non-com/MS +non-committal/Y +non-conductor/MS +non-consecutive +non-credit +non-democratic +non-denominational/Y +non-depreciating +non-destructive/Y +non-durable +non-enforceable +non-equivalence +non-exchangeable +non-exclusive +non-executive +non-existence/SM +non-existent +non-extensible +non-freezing +non-granular +non-hazardous +non-hereditary +non-human +non-infectious +non-inflammatory +non-interacting +non-intervention/S +non-interventionist +non-invasive +non-ionising +non-lethal +non-logical +non-numerical/S +non-observant +non-participating +non-payment/MS +non-physical/Y +non-programmable +non-public +non-punishable +non-reciprocal/S +non-recognition/S +non-renewable +non-representational/Y +non-residential +non-resistance/S +non-resistant/S +non-skid +non-speaking +non-specialist/MS +non-spiritual/S +non-standard +non-stick +non-striking +non-supervisory +non-surgical +non-tarnishable +non-toxic +non-uniform +non-yielding +non-zero +nonage/MS +nonchalance/SM +nondescript/YS +noodle/MS +noonday/MS +noradrenalin +normality/SM +normalize/CDGS +normalizer/S +north-East/M +north-Easterly +north-Eastern +north-eastward/S +north-north-west +northbound +nose-cone/S +nosebleed/SM +nosiness/S +notableness/M +notarial +notepaper/SM +nothing/PS +noticeable/U +notification/M +notion/CS +notoriety/S +nought/S +nova/SM +nowt +nubby/T +nuclear-free +nucleolus/M +nucleus/WM +nuder/C +num-num +numbering/S +numeric/YS +nurse/RDSGMJ +nutria/SM +nutrient/MS +nutritiousness/S +nutritive/Y +nutty/PT +nuzzle/RGSD +négligé +o'Clock +obdurateness/S +obedient/EY +obeisant/Y +obelisk/MS +obey/EDGS +obfuscate/DNnySG +objection/lSM7 +objectivity/SM +objurgate/DnGSN +oblate/nNYS +oblation/M +obligatory/Y +obliteration/M +obliviousness/S +oblong/SP +oboe/SM +oboist/S +obscurity/SM +obsess/SNxGXDVvu +obstruction/M3S +obtrusiveness/SM +occlusion/M +occult/DGYS +occupancy/SM +occupation's/KA +octagon/MSo +octal/S +octennial +octile +oculist/SM +odd/YSLPT +odds-on +oesophageal +oesophagus/M +oestrous +off-air +off-centre +off-piste +off-plan +off-roader +off-screen +off-the-cuff +off-the-peg +off-the-shelf +off-white +offensively/I +officer/d +officialness +officious/PY +offshore +oho/S +okapi/MS +okay/DMG +old-time/R +old-world +oligarchs +oligarchy/SM +oligopoly/SM +ombudsman/M +omega/MS +omen/MdS +omicron/SM +ominous/YP +omission/M +omit/SNXDG +omnibus/SM +omnidirectional +omnipresence/MS +omniscience/MS +omniscient/SY +ompad +on/Y +on-line +on-street +once +oncogene/S +one-half +one-liner +one-piece +one-quarter +one-track +one-upmanship +oner/M +oneself +onionskin/MS +onlooker/SM +onrush/MGS +ons +ooh/SDG +oom +open-plan +opencast +opening/M +operadi +operantly +operate/FSNDG +operative/KI +ophthalmology/3SWM +opinion/SM +opportunism/SM +oppress/NXVvuGDS +opsitkers +optic/S +optimality +optimist/SM1W +optimization/M +optimum/qQs8-9MS +option/DMGS +optometry/SMW +orange/MyS +orator/1SMw +oratory/MS +orbicular +orbiter/S +orchard/MS +orchestral +ordained/KU +order's/E +ordered/U +orderless +orderliness/ES +ordinal/S +ordinary/TSY +ore/oyMS +organism/WSM +orientation/AME +originality/MS +orphanage/SM +orthodox/ZSY +orthopaedic/S +oscillate/DyGNnS +oscillation/M +osculation/M +osmosis/M +ostentatious/YP +osteopathy/SM +ostracise/MDSG +ouch/S +oughtn't +ourselves +out-of-date +out-take/S +outboast +outdoor +outhouse +outing/M +outland +outmoded +outpatient +outpouring/MS +outrageous/YP +outsiderness +outsource/J +outspokenness/S +ouzo/MS +ova/yMon +ovarian +ovation/M +oven-ready +over-delicate +over-large +over-many +over-much +over-nice +over-niceness +over-sensitive +over-the-counter +overattentive +overbook/S +overbuild/G +overcast +overcloud +overcomits +overcommitment +overconscientious +overcorrection +overextend/DN +overfall +overfond +overfull +overgrow +overhand +overhaul/J +overhead +overlie +overlook +overplay +overpower/k +oversaturate +oversleep +overtax +oviparous +owe/S +ox/M +oxcart's +oxidizer/M +oxidizing +oxtail/M +oxyacetylene/MS +oxymoron/M +oyster/MS +ozone/M +p.a. +pace's +pacemaker/MS +pacesetter/MS +pacesetting +package/DAGS +packager/MS +packet/MdS +packhorse/M +padre/MS +pagan/SM +painlessness/S +paint's +painter/MSY +paisley +palaeoanthropologist +palaeobotany/w +palaeoclimatologist +palaeoecologist +palaeontology/wSM +palatial/Y +palatine/S +paleness/S +pall-bearers +pallid/YP +pallidness/S +pallor/MS +palm/DG3ZMS +palmist/y +palpation/M +paltriness/S +paltry/TP +paludal +pan-European +panegyric/MS +panellist/MS +panellize/nNDSG +panic-stricken +panier's +pansy/MS +pantaloons +pantheon/MS +panther/MS +pantihose +pants/f +panzer +pap/r3Mo +papal +paperhanger/MS +papilla/My +papoose/SM +parabola/MSW +paraboloidal/M +paradoxical/P +paraffin/SM +paragraph/SDGM +paralytic/YS +paramagnet/MW +paramagnetism +parameter/WSMp1 +paranoiac/S +parasite/1MWSw +parastatal/S +paratyphoid/S +parcel/DSGM +parers +paresis/M +parish/SM +parity/ESM +parkway/SM +parlourmaid +parochialism/MS +parole/SGMD +parquet/dyMS +parrakeet's +parry/SGD +parsimony/SM +parthenogeneses +participle/MS +particularity/SM +partition/MDSG +partway +passable/YI +passbook/MS +passer-by +passion/MSp +passionate/EFY +passivated +passive/YS +passkey/SM +password/DSM +paste-up +pasteurised/U +pasteurize/RSGNDn +pastiness/S +pastor/dSM +pasts/A +pate/MS +patella/M +patellar +patent/7DSMGY +paternoster/SM +pathogen/WMS +pathos/MS +pathway/SM +patient's/e +patina/SM +patriarchate/MS +patriarchs +patriarchy/MS +patrimony/SM +patriot/W1MS +patriotic/U +paucity/SM +paunchy/TP +pauperism/MS +pawl/MS +pay-as-you-earn +payee/MS +pc +peaceful/T +peacekeepers +peach's +pealed/A +peanut/MS +pearler/M +peasanthood +peat/MZS +pecan/SM +peccadilloes +pecuniary +pedagogics/M +pedagogue/MS +peddle/SDG +pederasty/SM +pediments/I +pedology +peek/SDG +peeler/M +peep/RGZDS +peep-hole/MS +peerage/MS +peewee/S +peg/DSGM +pegboard/SM +peke/MS +pellet/MdS +pelter/M +pen-name/S +penalisation +penalty/SM +penchant/MS +penetrative/P +peninsula/MS +peninsular +penitence/ISM +penknife/M +penmanship/MS +pennyroyal +penology/3SM +pentagonal/S +penumbra/MS +penury/SM +peopled/U +pepper/dZ +perambulate/GNDSn +percentage/MS +perceptibility/I +perceptible/YI +perceptibly/I +perceptiveness/S +percipient/S +percolate/SGNDn +percutaneous/Y +perdition/SM +peregrine/nNS +peremptory/Y +perfection/IMS +perfectionism/MS +perfectionist/MS +perfectness/IS +perhaps +peril's +periodical/MS +periphrasis/M +peristalsis/M +peritoneal +peritoneum/MS +peritonitis/SM +periwinkle/MS +perjure/DRSGZ +perky/T +perm/DGMS +permanence/SIM +permanent/PY +permanganate +permeate/BNnDSG +permissiveness/S +permittivity +permutation/M +perniciousness/S +perpetrate/NnSDG +perpetrator/SM +perpetuity/MS +persecution/SM +perseverance/SM +persistence/MS +person/oM7S +personalize/CnSNG +personification/M +personifier/M +perspex +persuadable +persuasiveness/S +pertinacious/PY +pertinent/IY +pertness/S +perturb/nDGS +perverseness/S +pervert/hiGSD +perverter/M +peseta/SM +pessimal/Y +pessimist/MS1W +pesticide/SM +pestilential/Y +pesto/S +petard/SM +peter/Sd +petitioned +petrifaction/SM +petrodollar/SM +petroglyph/M +petrographic +petrol/SM +phalanges +phallus/SMW +phantasm/SM +pharmaceutical/SY +pharynx/M +phaseout/S +pheromone/MS +phew/S +phi/SM +phial/SM +philander/rdS +philately/W3SM +philistine/S +philosophy/Ww1Q89sSM +phisher/SM +phishing +phoebe/MS +phonemics/M +phonetic/YS +phonetician/SM +phony/TSP +phooey/S +photocell/SM +photoelectric/Y +photoengraver/MS +photofinishing/MS +photographed/A +photometer/W1SM +photomultiplier/M +photoreceptor +photosensitive +photostatic +photosynthesis/MdQS +photovoltaic +phrasal +phrasemaking +physicalness +physiotherapy/SM +pianism/M +pianist/W +picaresque +piccolo/MS +pickoff/S +picnic/RDSMG +pictogram +piet-my-vrou/S +piggledy +pigheadedness/S +pigswill/M +pile/DFGS +pilferage/MS +pillow/DGSM +pillowslip/S +piloting/M +pimple/SMD +pimply/TM +pinafore/SM +pincher/M +pinfeather/SM +pinky/S +pinnacle/DMSG +pinned/f +pinpoint/GDS +pipette/DSMG +pipsqueak/MS +piragua +pirate/SGMDw1 +piscatorial +pistil/SM +pithead +pivotal +pixel/SM +pizza/MS +pizzeria/SM +pizzicati +pl. +placeable/A +placebo/MS +placemen +placid/PY +placing/S +plagiarism/MS +plague/MSGD +plainness/S +plaiting/M +planarity +planeload +planetoid/MS +plangency/S +plankton/MS +plant's +plantain/MS +planter/MI +platen/MS +platinum/QM +platoon/MDSG +plausible/YI +plausibly/I +play-acting/M +play-off/S +player-piano/S +playfulness/S +playgirl/SM +playgroup/S +playpen/MS +playroom/MS +playwright/MS +playwriting/M +pleasantly/U +pleasantness/U +please/ESDG +pleasurable/PY +plectra +plectrum/MS +pledge/MSGD +plenum/M +pleurae +pliable/P +plinth/MS +plod/DRJSGV +plough/RGmMDS +plucker/M +pluckiness/S +plum/ZMS +plumbago/M +plume/pMS +plushy/T +plutocrat/SWM +ply/IGNDAFS +pm +podcast/MRGS +podiatry/S3M +poep +poesy/SM +poignancy/SM +point/eGSD +pointillism/MS +pointing/M +pointless/PY +poisonous/Y +poisonousness +poke/DRyZGS +poky/T +police/m5ZMGDS +policy/SM +polio/SM +polka/DGSM +poltergeist/MS +polyandry/SM +polyatomic +polycarbonate +polygamous/Y +polygamy/3SM +polyglot/S +polyhedral +polymath/SM +polymerase/S +polyphony/WSM +polytheism/MS +polyunsaturates +pompadour/SMD +pompano/SM +poncho/SM +pong/D +pontiff/SM +pontifical/YS +pontificate/SDnGN +poof/SM +pooh-pooh/D +poolside +poop/MGDS +poort/S +pootjie/S +pope/MS +popularization/M +populate/nCDcGNS +populating/A +porcine +porky/ST +pornographer/MS +porphyry/SM +portent/MS +portly/TP +portray/GSD +portrayer/M +posed/A4I +positing/F +positions/4I +possum/MS +post-impressionist/W +post-industrial +post-millennialism +post-millennialist +post-orbit +post-war +postage/MS +postal +postbox/SM +postcode/MS +posterity/MS +postfix/SGD +postillion +posting/MS +postman/M +postmaster/MS +postmistress/MS +postoperative/Y +postpone/SGDL +postprandial +postulate/SDNnG +posture/ISM +postured +potable/SP +pothole/DSGM +potholing/M +potlatch/SM +pottery/SM +pouffe/S +pounder/FM +pourer's +pout/RGDS +powder/dSZM +power's +powerboat/SM +practician +praetorian/S +praise/EDSG +praise's +praiseworthy/P +prance/DRGSk +prate/DRSGk +praxis/M +prayer/j6 +prayerbook +pre-amplifier/M +pre-date/DGS +pre-eclamptic +pre-emphasis +pre-existant +pre-implementation +pre-process/G +pre-record/SGD +preassign +precancel +precariousness/S +precaution +precious/YS +precipitable +precipitant/S +precipitous/YP +precocity/MS +precursory +predictability/SM +predictably/U +preener/M +preference/MS +prefix/M +preform +prehensile +prelacy/MS +prelate/MS +premeditate/h +premise/MGSD +première/SGMD +preordain +prepack +prepare/nvyNVih +prepossessing/U +prepubescent/S +prequel/S +prescribe/NVXv +prescriptivism +presently +presentment/SM +preservation/M +presidency/MS +press-stud/S +pressuring +prestidigitate/Nn +prestidigitation/M +prestigious/Y +presto/S +presumer/M +presumption/M +pretentiousness/U +price/cSDAG +priceless +priciest +priestliness/S +primitivism/M +primogenitor/MS +primordial/YS +principle/DMS +prions +prise's/A +privacy/SM +private/YqQ-8TNPSnVv +privateer/GMS +privation/CM +privilege/SDGM +prize/M +pro-choice +pro-democracy +pro-hunt/G +probation's/A +problematic/U +procedure/oMS +proceed/GDJS +procession/M +proclamation/MS +proclivity/MS +proconsul/MS +proctorial +procurable/U +producer/MSA +producing/e +productive/P +productivity/SM +profane/PnSGNDY +profaneness/S +profession/M +proficient/Y +profligate/SY +profound/PTY +profuseness/S +prognoses +prognostication/M +program's +programmable/A +progressiveness/S +prohibiter/M +projectile/SM +prolate +prolix/Y +prolixity/SM +prologise +prolongation/M +prom/sQMS +promenade/DMRSG +promethium/M +prominent/Y +promise/FRGkDS +promo/uSV +promulgate/NDSGn +pronounces/a +pronouncing/a +pronunciation/aSM +proofer +proofing/M +propagate/GNnVDS +propagation/M +prophylaxis/M +proportion/EGSoDM +proportionment/M +proposition/DGM +proprietor/SM +propulsive +proscenium/SM +proscriber/M +prosecute/DGS +proselytism/MS +prosthesis/M +prostrate/DSnGN +protea/MS +protean/S +protease/M +protected/Y +protectiveness/S +protocol/MS +protozoon's +protractor/SM +protégé/MS +proud/YT +provenance/SM +proves/AI +provincialism/MS +provision/DMG +provisional/S +proviso/SM +prow/SM +prudential/YS +prune/DRMSG +psalmist +psaltery/SM +pseudo-science/SW +psyche/M +psychedelia +psycho/SM +psychodrama/SM +psychometry/WM +psychopathic/S +psychopathology/M +psychophysiology/M +psychosis/M +pubis/M +publican/MAS +publicist +publicly +publishing/MS +pudding/MS +pudginess/S +puerperal +pugnaciousness/S +puissant/Y +pukka +pulsate/NnGDS +pulses/A +pumpernickel/SM +pumpkin/SM +puncheon/SM +punctual/PY +punk/TZS2M +punster/SM +pup/NDZSGM +pupal +pupate/SDG +puppy/MS +purblind +purgation/M +purity/SMI +purl/MGDS +purlieus +purpose-built +pursuance/SM +purvey/DSG +pushiness/S +pushy/TP +pussy/MS +pussyfoot/DGS +putrescent +putrid/PY +putsch/S +putt/RMZS +pvt +pyaemia +pygmy/MS +pylorus/WM +pyridine/M +pyromania/SM +pyromaniac/MS +pyxides +pyxidium +q.t. +quadrangle/MS +quadrature/MS +quadrilateral/S +quadriplegia/MS +quadrivia +quadrivium/M +quadruplet/SM +quadruplicate/GSD +quaky/T +qualify/EDNnGS +qualitative/Y +quango/S +quantile/S +quantity/SM +quark/MS +quarter-light +quarterback/MS +quarterly/S +quasi +quasi-synchronous +quaternion/MS +queasy/TYP +quenched/U +quest's/I +questions/A +quests/I +queue's +quiche/SM +quicken/Sd +quickener/S +quickie/MS +quiescent/Y +quiet/EDYSG +quieter's +quietus/MS +quiff +quince/SM +quinsy/SM +quipster/SM +quit/RDGS +quoit/DSMG +quondam +quota/MSn +quotability/S +quotation/Ma +quoter/M +quotient/MS +rabble/SM +rabid/PY +raccoon/MS +race/DRoZGMSJ +raceway/MS +racial/3 +racialist +racism/S +racketeer/MGSJ +racoon's +racy/TY3P +rad/1w +radiant/Y +radiation/MI +radiator/SM +radio/MmSGD +radiochemical +radiography/SMW +radioisotope/SM +radionics +radioscopy/M +raga/MS +raggedy +raid/RMDSG +railway/MmS +rain/SpMDGZ +raison +ramekin/MS +ramshackle +ran/Aec +ranch/RDGMS +rand/M2ZS +rangy/T +ranker/MS +rankest +rans +rapid-fire +rappel/GSD +rapping/M +rapture/SM +rare/TPGY +rarebit/MS +rarefaction/SM +raspy/T +raster/SM +ratel/S +ratepayer/SM +ration/DGM +rattle/SYRDGJ +ratty/T +ravine/SMD +rawhide/SM +rayon/M +razor/SM +razorbills +razorblades +re-emphasis +re-emphasize +re-employ/7 +re-employment +re-entrant +re-entry +reaction's/c +reacts/c +readdress/G +reader/aM +realisable/U +realise/l +realized/U +ream/DRMGS +reanimate +rear/SRMDG +reassert/G +rebellion/SM +rebuild/G +rebuke/SDGk +recant/GnN +receive/DRGS +receptiveness +receptor/MS +reciprocity/SM +recitalist +reckon/dS +recognisable/U +recognised/U +recolour/DG +recombinant +recommittal +reconciler/M +reconfirm/NDGn +reconnaissance/SM +record/3J7R +record-breaking +recoverable/IU +recreancy +rector/FMS +recurrent +red-blooded +red-light +redbrick +redcap/MS +redeem/R7 +redeemed/U +redesign/G +redetermine/N +redial/GD +redirect/G +redo/G +reductionism/M +redwood/SM +reebok +reed/GMZDS2 +referenda +referential/Y +refined/cU +reflexology +reforge/G +refractoriness +refresh/7LGSkD +refrigerant/MS +refrigeration/M +refugee/MS +refurnish/G +regale/DG +regalement +regardless +regenerate/U +reggae/SM +regime/SM +regimental/S +regimentation/M +registrable +regmaker/S +regnant +regrow/G +regularise/SDnG +regularity/ISM +regulate/CSGDNyn +regulation/M +regulative +regurgitate/SNnGD +regurgitation/M +rehang/G +reign/SDMG +relater/SM +relation/oM +relational +relativism/M +relaxant/SM +relay/MGD +releasable +relentless/Y +relevance/MIZ +relict/CM +relieve/GDRhS +religiosity/M +remain/GD +remainder/dSM +remedy/D7SMG +remember/ad +rememberer/M +remitting/U +remonstration/M +remorse/M6pj +remorseless/YP +remunerated/U +remuneration/M +rendition/SM +renegade/MS +renovate/NDnSG +rent/RGMDS +repartition/G +repeatable/U +repel/nNSDG +repenter +repetitiousness +reply-paid +repopulate +reporter +reprehend/SXDNG +reprehension/M +represent/aDfN +represented/cU +repress/vuXNV +reprimand/SDMG +reproacher/M +reproachful/P +reprobate/DG +reproducible/U +reproof/G +reprover +republicanism/SM +repudiator/S +repulsion/M +requisition/DSMG +rerecord/G +researched/U +resection/G +resent/6GLjSD +resentful/P +reset/G +resident/MS +residential/Y +resist/VGbSDv +resistant +resisting/U +resistivity/M +resolute/IY +resonator/MS +respective/IY +respirator/SM +respond/FGSD +respondent/SMF +rest/GVvu6MjDpS +restaurant/SM +restfulness +restoration/M +restrained/UY +restrict/hGvDVSu +restricted/UY +restroom/MS +restructure +result/GSDM +resultant/SY +resurface +resurgent +resurrection/SM +retch/SGD +retentiveness +rethought +reticulate/DYSG +retinue/MS +retread/D +retrievable/I +retrieve/RGDS +retrogress/SvNDGXV +retrospective/S +revelry/MS +reverent/IY +reverie/MS +reverse-charge +reverser/M +reversibly/I +reverter/M +revise/NX +revivalist +revocable/I +revoke/RNSnDG +revolutionary/SM +reward/Gk +rewarding/U +rhea/MS +rhesus +rhetoric/MY +rhinestone/SM +rhinitis/M +rhino/MS +rhinoceros/SM +rhododendron/MS +rhomboidal +ribbing/M +ribcage +ribosome/M +richen/d +rickets +rider/cMCe +ridiculous/YP +rifle/MDmGS +rigatoni/M +rightism/MS +rightist/SM +rigidify/S +rigmarole +ring-fence/GD +ring-pull +rink/SM +rinkhals +riot/RGMDSJ +rip/RDSG +ripple/SYMGD +risk/Zz2SGMD +rissole/SM +rite/MS +ritzy/T +rivalled/U +rivalry/MS +riverbank/SM +riverboat/S +riverine +riverside/MS +road-based +road-hog/S +roadholding +roam/DRGS +roar/RkJSDG +robber/Z +robe's +robed +robust/TYP +rock/2ZRSGMD +rode/Fc +rodent/MS +rodeo/SM +roe/SM +roll/GUSD +roller-skate/GDMS +romanticism/SM +romanticist +romp/GRDS +rood/MS +rooftop/S +rooikrans +rooinekke +roomy/PT +rootstock/M +rose/ZyMS +rose-coloured +rose-tinted +rosewood/SM +rosy/TYP +rot/SnDNG +rotate/xGyDS +roti/S +rotten/Y +rotter/M +rouge/DSMG +rough/GYTPSD +rough-hewn +rounded/P +roundhouse/MS +roundworm/SM +route's +routing/M +royal/3YS +rt. +rte +rubati +rubbery/T +rubbing/M +rubble/M +rubella +ruffled/U +rugby/M +ruin/nSMdN +ruler/SM +rummager/M +rummer +rumply/T +run/AeGcS +run-in/S +run-off/SM +runaway/S +runlet/MS +runner/MS +runner-up +runtime +runway/SM +rupture/MDSG +rush-hour +rustic/S +rustproof/GD +rutty/T +rye/SM +sac/GD +saccharine +sackcloth/M +sacker +sacking/M +sacrificial +sacrilegious/Y +saddle's +sadism/SM +sadist/W1 +safeness +sagaciousness +sage/KMS +sago/SM +saguaro/MS +sailfish/SM +sailing-boat/SM +sailing-vessel +sailor/YMS +saintlike +saintliness +saker/M +saki's +sakkie-sakkie +sale/Bm5MS +salient/Y +sallowness +sally/SGDM +salmon/MS +salt/DRMYZ2GpS +salt-and-pepper +salt-marsh/M +saltpetre +salve/NnGRSM +salvo/M +salvoes +samarium/M +sambal/S +samizdat +sanctimony/SM +sander/S +sandpit/SM +sang-froid +sanguine/Y +sanguineous/F +sanity/Q89sSM +sapling/MS +sarcophagi +sardine/SM +sari/MS +sarmy/S +sarong/MS +sash/DSM +satiation/M +satiny +satisfactoriness +satisfied/UE +satisfies/E +satisfying/EU +satrap/SM +saturated/U +saturnine/Y +satyriasis/M +saucepan/MS +saucer/S +sauerkraut/SM +savable +save/DRJSG +savvied +saw/SDGM +sawn +sawn-off +sawtooth +saying/M +scabbard/SM +scabby/T +scad/M +scale/7GMDR2SZ +scan/AGSD +scandal/Q8MS +scandalmonger/MS +scandium/M +scapegrace/SM +scarce/YT +scarcity/MS +scarecrow/SM +scaremonger/MS +scaremongering +scatter/rdkJS +scattering/M +scenario/MS +scented/U +scepticism/SM +scheduled/U +schema/SM1 +scholar/YMS +school-inspector +schoolbag +schoolgirl/MS +scientific/UY +scientist/SM +scoff/GSDR +sconce/M +scorbutic +scored/fe +scot +scoutmaster/SM +scrabble/GDS +scram/DGS +scramble/CDGUS +scrambler's/U +scrapbook/SM +scrawl/YDGS +scrawny/T +screecher/M +screechy/T +screw/UGSD +screwy/T +scrimmage/MSGD +scrimmager/M +scriptural +scrofulous +scroll/7DGMS +scrollbar/MS +scrotum/M +scrubbier +scruff/zSZ2M +scrum/MS +scrum-half +scrupulous/YP +scrupulously/U +scrupulousness/U +scud/GDS +sculler/Z +seal/ASDUG +sealant/MS +seamanship/M +seamstress/SM +search/BRSkJDG +seascape/MS +seashell/SM +season/7lMdoS +seasoning/M +seawater/S +sebaceous +sec. +second/GLSDRY +second-class +secretary/MS +secrete/NSn +sect/IMS +sectionalism/MS +secularism/SM +secure/YSGD +securely/I +sedgy/T +seduce/RvSGDNnVu +seed's +seed-vessel +seeder/MS +seem/kDGYS +seethe/SGD +segregable +segregated/U +segregative +segue/DSG +seigneurial +seismology/w13M +seizable +seize/RDSG +seizure/MS +seldom +select/CDKGSA +selectable +selection/SoM +selectional +selenium/M +self/p +self-abasement +self-analysis +self-assurance +self-aware +self-awareness +self-censorship +self-command +self-confidence +self-deceit +self-deception +self-explanatory +self-expression +self-financing +self-government +self-immolation +self-important +self-inflicted +self-loading +self-pollination +self-possessed +self-possession +self-propagating +self-regulation +self-seeking +self-service +self-styled +self-support/G +self-torture +self-willed +self-winding +seller/AMS +selvedge/MS +semi-monthly +semi-permeable +semi-professional/SY +semi-skilled +semi-solid +semi-tone/MS +semiconducting +sempiternal/Y +sempiternity +sempstress/MS +send/ASG +send-off/S +senility/SM +seniority/MS +senna/M +sensationalist/W +sensitiser/MS +sensor/MS +sensuousness +sentinel/MGSD +sentry/SM +separable/YI +separably/I +sepoy/S +septicaemic +sequenced/A +sequencer/MS +sequester/dNSn +sequestration/M +sere +serendipity/MS +serene/TY +sergeant/SM +serif/SDM +serious/Y +sermon/8QMS +serotonin +serration/M +serve/CRJDSG +service/5MBmDSG +serviceability/M +servo/S +servomechanism/MS +setback/S +settled/U +seventeen/H +seventy-second/S +sever/SEd +sex/2SDpZG3z +sexology/3M +sexton/MS +sextuplet/MS +señora/MS +señorita/SM +shabby/YT +shadow's +shadower/M +shadowiness +shadowy +shaft/GMDS +shale/M +shalom +shamanism +shamefaced/Y +shampoo/GSMD +shamrock/MS +shank/DSM +shapeliness +shaping/aA +sharpshooting +shatter/Sdk +shatter-proof +she'll +sheath/DSMJG +sheathe/UGD +sheepshank/SM +sheerness +sheet/GMDS +sheeting/M +shelf/6M +shelving/M +shepherd/DSMG +shepherdess/MS +sherd's +shiftlessness/S +shin-pad/MS +shindig/MS +ship/RGLMSD +ship-broker/MS +ship-fever +shipbuilding +shipment/4MS +shipshape +shipyard/MS +shire/SM +shirt/GMDSp +shirting/M +shitty/T +shoe/cSM +shoo/DSG +shooting-box/SM +shooting-break +shoots/cf +shop-window/MS +shoplifting/M +shopping/M +short-change/DGS +short-list/GD +shortbread/MS +shortcoming/SM +shorty/M +shot/fc +shoulder-length +shouts/e +shove/DSG +shovelful/MS +show-off/S +showing/MS +showy/TPY +shred/DRGMS +shrew/SM +shrink-wrapped +shriven +shuffled/A +shun/SGD +shunter/M +shut-eye +shut-off/M +shutter/dp +shyly +sibilancy/M +siccative +sick/YP +sickle/SG2M +sickle-feather +side/KDSAG +side-by-side +side-on +side-splitting +side-table/S +sideboard/MS +sideburns +sidekick/MS +sidelight/MS +sideline/DSM +sidewards +sighted/Y +sightedness +sighter/M +signatory/SM +signature/MS +significance/ISM +signifier +silage/SM +siliceous +silken +sill/2MYS +silver/Md2SZ +silversmith/MS +simian/S +similarity/ESM +simoom +simple-minded/Y +sincere/YT +sincerely/I +sincerity/IMS +sine/M +singer-songwriter +single-line +single-seater +singleton/MS +sinistral/Y +sink-hole/MS +sinuous/YP +sinus/SM +sirloin/SM +sisterly/P +sit/AGS +sitcom/SM +sitter/MS +situation/M +situational +situationist +sixpenny +sixty-six/H +sixty-twofold +sizzle/SGD +skel +skeletal/Y +skewbald +ski-plane +ski-run +skim/RDGMS +skinhead/MS +skittish/PY +skol/Y +skua/S +skulk/DRGS +sky-writer/SM +skyfie/S +skylight/MS +skyline/MS +slantwise +slapstick/M +slash/GDRS +slat/dMSDG +slattern/MYS +slaughterhouse/MS +slave/MRyGDS +slave-driver/S +slave-trade/R +slavish/YP +slay/RGS +sleaze/SZ +sleeps/c +sleepy/TP +sleepyhead/SM +sleeving/M +slenderest +slight/TDSGkY +slightness +slip-ons +slipcase/MS +sliver/dMS +slop/dGz2ZSD +slothful/P +sludgy/T +slue/DSG +slump/DSG +slush/DZMS2G +slut/MS +slyer +smallness +smallpox/M +smash-and-grab +smegma/W +smiler +smithery/S +smithy/SM +smitten +smooth/RTGP7DYS +smooth-tongued +snaaks +snaky/T +snarer/M +snarky/T +snarler/M +snarly/T +snatch/RSDG +sniff/RSDG +snippet/MS +snobby/T +snowboard/DRGS +snowdrop/MS +snowfield/MS +so/M +so-called +soapbox/SM +soapsuds +sober/YSPdk +sobriety/ISM +sociably/U +socialist/W +socialite/MSZ +society/MSo +socio-political +sociolinguistics/M +socket/MdS +sod/DSMG +soft-spoken +soften/drS +softie's +soi +solaria +solemn/8TqQY- +solicitude/SM +solid/SY +solid-state +solidi +solidification/M +solitaire/MS +solution/ASEM +some/W +somebody/SM +someday +something +somewhat +somewhere +sommer +somnambulist/MS +somnolence/M +son/S1WMZ +son-in-law +songbook/S +songster/MS +sonorous/YP +soothe/S +soothsaying +sooty/T +sophistic/Nn +soporific/MYS +sore/TYS +sorrow/6MSjDG +sort/DFGKSA +sortable +sortie/MDS +sortieing +soufflé/MS +sought/U +soul/pM6jS +soulless/Y +soundtrack/MS +sourpuss/SM +south/M +south-West/M +southpaw/MS +sovereignty/MS +space-saving +spacing/M +spade/DG6SM +spadix/M +spandrels +spangle/DMGS +spaniel/MS +spans +spare/PYS +spareribs +sparrow/SM +spasm/SM +spasmodic/Y +spatio +spatio-temporal/Y +spawn/SDMG +spaza +speakership/M +spear/SDMG +specialise/cGDnS +specie/oSM +specific/NYnS +specificity/S +specified/aUf +specifier/SM +specious/YP +spectacle/DMS +spectator/SM +spectre/MS +spectrograph/M1Z +spectroscopy/M +speed/DGMRJSZ2z +speedometer/SM +spell/aDGAS +spellable +spendings +spent/cfeUa +sperm/SM +sperregebiet +sphagna +sphere/SMWw1 +spheroidal +sphincter/MS +spider/MSZ +spiderwort/M +spiel/DGMS +spigot/SM +spiky/TP +spillway/MS +spin-drier/S +spindle/MDGYS +spinneret/MS +spiny/T +spiritless +spiritualism/SM +spirituality/SM +splash/SzDZG +splashy/T +spleen/MS +splendid/PY +splendiferous/Y +splenetic +splinter/Zd +splodge/MS +splotchy/T +splutterer/M +spoil/CRDGS +spoilsport/SM +spoke/m5DS +spoken/eaU +spokeshave/MS +spongelike +spoof/SDMG +spoon-feed/SG +spoor/SM +spouse/SM +sprain/DGS +sprang +spreader/MS +spreadsheet/S +springtime/M +springy/TP +sprocket/dSM +spruce/SDYPGM +sprung/U +spurt/DSG +square/YPSMDGT +squarish +squash/DSGZ2 +squashy/TP +squeeze/DSRG +squelch/GDSZ +squiggle/SGYMD +squirearch/wZ +squiredom +squirl +stab/RSYGJD +stably/U +stadsjapie +stag/dSM +stagger/rdSk +stained-glass +stainer/M +stake/MDSG +stalemate/DMGS +stall/ISDG +stallholders +staminate +stammer/rdSk +stanchion/MS +stand-off/S +stand-offish +stand-up +standard/q98SQs- +standby +standbys +standpoint/MS +staple/RMSDG +starch/ZSzMD2G +starchy/TP +stardom/SM +starlight/M +starvation/M +state/aLIDScAfG +station/MeS +stationmaster/M +statistic/YMS +statuesqueness +stature/SM +statutory/Y +staunch/YDTGS +stayer/MS +stead/2zZM +steadily/U +steak/MS +stealer/M +stealing/M +stealth/MZz2 +steamship/SM +steel/DGSZM2 +steel-clad +steeplejack/MS +stem/DGpMS +stench/SM +stepbrother/SM +stepdaughter/SM +stepped/c +steradians +sterling/MYP +stern/SYT +sternal +sternum/SM +stevedore/SM +stew/DGSM +stickup/SM +stiff-necked +stile/MS +stillborn/S +stilt/DhSMi +stink/kRGSZ +stinky/T +stipple/SDGJ +stockpot/MS +stolidity +stolonate +stomach-ache/MS +stomach-tube +stonewashed +stonework/M +stony/PTY +stood/f +stoop/DGS +stop-go +stopcock/SM +stopped/U +storekeeper/SM +storer/A +stork/MS +storm-lantern/MS +storybook/SM +stoup/SM +stout-hearted/Y +stow/DGS +stowaway/MS +straddle/GDRS +strafe/SDG +straight/PSTY +straight-eight +straighten/dSr +strained/cU +straiten/dS +straitjacket/MdS +straitness +strand/GSD +strandlopers +strangulate/NSnDG +stratosphere/M1SW +straw-colour/D +strayer/M +stream/DSGMR +streamed/U +streamline/DGS +streptococcal +streptococci +streptococcus/M +striate/DSG +strict/AFc +stricter/F +strictly +strider/M +strikebreaking/M +strim/RGD +string's +strip's +strip-searching +striper/M +stroke/SDGM +structuralism/M +structure/oDpGMS +structuring/A +strudel/SM +struggler/M +strutter/M +stub/SGMDZ +student/MS +studier/MS +study/ASfDG +stultify/GnSND +stumble/RDGkS +stunt/DSMGi +stuntmen/M +stupefaction/MS +stupor/MS +sturdy/TYP +stutterer/S +stylise/nDGS +suavity/M +sub-edit/d +subaltern/SM +subaqueous +subarctic +subclass/SM +subconscious/YP +subcontinent/SM +subcontractor/SM +subdivide/XGDNS +subfamily/MS +subjunctive/S +sublease/SGDM +submersion/M +submissive/PY +subnet/MS +suborbital +suborn/NDGS +subpoena/SMDG +subsequence/M +subsist/GSD +subsistent +substance/SM +substantial/YI +substrata +subsume/DGS +subtend/GSD +subtropics +subunit/SM +suburbia/M +subvention/SM +succeeder/M +succulent/S +suchlike +sucker/d +suckling/M +sucrose/M +suffer/JrdS +suffragette/SM +suffusion/M +sugar-daddy/SM +suggest/RbuGVSDv +suicidal +sully/SDG +sum/RGNS8DMX +summation/FMS +summing-up +summit/MpS +sunburn/DSM +sundae/SM +sunder/dS +sundry/S +sunny/PT +sunset/MS +sunspot/MS +sunstroke/M +super/m5 +supercargoes +supercomputer/MS +supercooling +supererogation/M +superficiality/S +superhighway/SM +supermodel/S +supernovae +superpower/SM +supersede/GDS +superstate/S +superstructural +supervene/GDS +supervised/U +supply's/c +supportable/IU +supported/U +suppose/NXKDSG +supposition/M +suppress/SbGXDNV +suppressor/S +supranational/Y +surd/M +sure-fire +sure-footed/Y +surety/SM +surfaced/AU +surfaces/A +surgery/MS +surgical/Y +surmountable/I +surprise/DkMGS +surprised/U +surrealism/MS +surrender/dS +surrogacy +surtitles +survive/BDSG +survivor/MS +susceptible/I +sushi/M +suspicious/PY +swaggerer +swampy/T +swan/SDMG +swank/TzSZ2GD +swanky/TP +swayback/DS +sweaty/TP +sweet/TSY +sweetened/U +sweetening/M +sweetie/MS +sweetwine +sweptback +swiftness +swineherd/MS +swing/RSZGk +swishier +switch-over/M +swizz/S +swollen +swoosh/SGD +swordfish/MS +swot/S +sycophancy/S +symbiotic/Y +symbolist +symphony/MWS +synagogal +synapse/SWM +synch +synchronising/A +synchronize/AnNDGS +synchronizes/C +synchrotron/M +syncopate/SDG +syndactyl/Y +syndicate/GMDS +synergy/SM +syntheses +syphon/d +systematise/DSnRG +séance/SM +t/ac +tRNA +tab/ZSGMD +table/MDGS +tableland/MS +tabulator/SM +tackle/SDRGM +tacky/TS +tag/DSGM +tagged/U +tail/CMGSAD +tail-end +tail-ender/S +tailcoat/S +tailing/MS +taint/SDG +tainted/U +take/IaAScf +taker's/fa +tamarack/MS +tameable/U +tameness +tang/ZbSM +tangelo/MS +tangerine/MS +tangible/ISY +tangle's +tankful/SM +tannery/SM +tannie +tantalise/k +tantra/S +tape/pM7S +tapioca/SM +tapir/MS +tappet/SM +tarmacadam +tarragon/SM +tarsi +tarsus/M +tartar/SMW +taskmistress/MS +taste/MD6RGJSZjp +tastes/E +tatter/S +tattoo/RMSDG +taut/TY +tawny/MT +taxed/Uc +teacloth +teak/SM +tear-jerker +tearfulness +technicality/SM +technique/MS +technocrat/WS +techs +tee-heed +teenage/R +teeny-weeny +teeth/DGM +telefacsimile +telephony/M +telephoto/S +teleprinter/MS +teletext +televangelist/S +televise/DNXSG +telly/MS +temerity/SM +tempera/MLS +temperamental +temperance/IM +template/MS +temple/SM +temporise/DRSGk +tempter/SM +temptress/MS +tenacious/Y +tenaciousness +tenant/MSDG +tenderfoot/MS +tenderloin/MS +tenon/SM +tension/DpMG +tenterhook/MS +tepid/Y +tequila/MS +tercentenary/S +term-time +termite/MS +tern/MS +ternary/S +terrify/W1DGSk +territorial +territoriality/M +tessellate/GDNSn +tested/AUK +testimonial/SM +testiness +testosterone/SM +testy/TY +tetrachloride/M +tetracyclic +tetrameter/SM +tetraplegia +tetrastich +tetrathlon +textbook/SM +thanksgiving/MS +that'll +thaw/GSD +the/GJ +theatregoer/MS +theatricality/SM +theft/SM +theism/MS +then +thenceforth +theocratic +theoretic/Y +theory/qQ3-98MSs +theosophy/SWw3M +there'll +thereabout/S +thereafter +therefore +thermoelectric +thesauri +theta/MS +thickening/M +thickset +think-tank +thinkable/U +third-party +thirty-six/H +thirty-three/H +this'll +thole/M +thoroughbred/S +thoroughgoing +though +thought-provoking +thousand/MHS +three-dimensional/Y +three-way +threepence/M +thrill/MDkGSR +throe/MS +thrombosis/M +throng/GDSM +through-traffic +thrown/c +thuggish +thumbprint +thumbsuck +thunder/MkdSZ +thundercloud/MS +thunderflash/S +thy +thyrotrophic +thyroxine/M +tibia/M +ticket-of-leave +tickety-boo +ticklish/P +tidal +tie's +tie-in +tier/MSD +tiger/MS +tight-fisted +tight-knit +tightrope/MS +tilde/MS +time/cSa +time-scale/S +time-server/MS +time-serving/S +time-wasting +timeliness/U +timepiece/SM +timespan +timestamped +timetable/DMSG +tin/2GSDMzZ +tin-pan +tin-plate/M +tingle/SGDY +tintinnabulation/MS +tinware/M +tire/cDASG +tiredness +tireless/Y +titan/MSW +titivate/GnDSN +titration/M +tittle/SM +toastmaster/MS +tocsin/MS +toecap/MS +toffee/MS +tofu/S +together +toity +tokenism/MS +tolerably/I +toll-bridge/SM +toll-gate/SM +tom/SM +tomato/M +tomatoes +tombola/M +tomfool +tongue/MGDS +tongue-in-cheek +tonight/M +tool/MGDS +tooth/zpZMD +toothless/Y +toothlessness +toothy/T +tootsy/SM +top-level +top-notch +topcoat/MS +toper/M +topflight +tor/M +torch/MDSG +torment/DSkG +torn +tornadoes +torpor/SM +tortuousness +torture/RDSG +toss-up/MS +totalitarian/S +totemic +touch-tone +touchdown/SM +touché +tousle/GDS +tow/RGSD +tow-bar/SM +tow-coloured +tow-head/MSD +town/MSm5 +townee +townspeople/M +tows/f +tracery/MS +tracheae +tracheotomy/MS +tracing/M +trackball/S +tradition/MoS +traditional/UY +traditionalism/MS +trailblazer/MS +trails/F +trained/AU +tram/MS +tramcar/S +transcend/DSG +transcendentalist +transference/MS +transferor/MS +transfinite +transgressor/S +translatable/U +transmittable +transmittance/SM +transmitter/SM +transmogrification/M +transmutable +transom/MS +transpiration/M +transport/nBNR +transposed/U +transputer/M +transsexual/MS +transubstantiation/SM +transversal/M +trapdoor/S +trapezoid/SM +trauma/18MQSW +travel/RGDJS +travelled/U +treacle/MY +treadle/MGSD +treetop/MS +trematode/SM +tremble/kGSYD +tremendous/Y +tremor/SM +trench's +trend/GSMDZz2 +trendsetter +trendy/T +tress/SaE +trialling +trials/Aa +triangulate/DnSGN +tribal/Y +tribe/mS5M +tribune/MS +tributary/SM +trichromatic +trifle/MDRGS +triglyceride/M +trillion/HS +trio/SM +trioxide/M +tripartite +triphthong/S +triplane +triplex/S +tripos/MS +trireme/MS +trisection/S +trisodium +triumphant/Y +triumvir/MS +triumvirate/SM +trivial/8Q-q +trod/A +troika/MS +trolley/MS +tropism/MS +troublemaker/MS +troublemaking +troubleshoot/RSG +troublesome/YP +trough/MS +trounce/SGD +truancy/MS +truant/MDGS +truckle/SGD +truckload/SM +trueness +truffle/MS +trumped-up +trumpet/drMS +trustee/MS +try/DGAS +try-out/MS +trying/Y +tsarevich +tub/ZrdSM +tubercle/SM +tubercular +tuberculosis/M +tubing/M +tubular +tuft/MGZDS +tug/DSG +tulle/MS +tumour/MS +tumulus/M +tuned/CA +tuneless/Y +tuning's +tuppence/M +turban/MS +turned/U +turret/SM +turtle/SM +turtle-dove/SM +tutelary/S +tutu/MS +twenty-eight/H +twenty-three/H +twiddler/M +twinge/DGMS +twist/GSUD +twisty +twit/MDGS +two/SM +two-dimensional/Y +two-faced +two-stroke/MS +two-timer +tycoon/MS +typescript/SM +typhoid/M +tête +tête-bêche +uh +ulcer/VMS +ulterior +ultimate/Y +ultraconservative/S +ultramarine/MS +ultrasonic/YS +um +umber/MS +umbrella/SM +unaccountable +unadventurous +unalike +unappreciative +unawareness +unbeknown +unbeknownst +unblinking/Y +unbolt/G +unbound/Di +unchanging/Y +uncharacteristic/Y +uncle/SM +uncleanliness +uncomely +uncommon +uncompress/G +unconfirmed +unconscious +unconstitutionality +unconventional +uncool +uncourageous +undated/I +under-secretary/SM +underbelly +underdog +undergarment +underground +underlay +underling/SM +underpart +underside +underspend +underwater +unearth/SYG +unease/2Z +uneatable +ungraceful +unguent/S +unhappiness +unholy +unicameral +unilateral/Y +unilateralism/M +unilateralist/S +unimpressive +uninstall/7G +uninterrupted/Y +union/EAMS +unipolar +unisex +unity/SEM +universalism/M +unjust +unkindness +unlatch/G +unlearn/G +unlink/G +unlock/G +unlooked-for +unlovely +unmusical +unnavigable +unneighbourliness +unobliging +unofficial +unpin/GD +unprofessional +unprotected +unpunctuality +unruly/T +unshakable/Y +unsighted +unstamped +unstudied +unsuspecting/Y +unswerving/Y +unsystematic +untactful +until +unyielding/Y +upbraid/DGS +upgrade/B7DGS +upholstery/SM +uplift/DSG +upper-class/S +uppercut/S +uppity +upraise/DGS +uprate/GD +upriver +uproar/MS +upside-down +upstandingness +upsurge/S +uptake/SM +uptime +urbane/Y +urn/SM +ursine +useless/Y +usherette/MS +utilitarian +utility/MS +utter/dYS +uttered/U +uxorious +vacillate/DGNnkS +vacillation/M +vainglory/SM +vainness +valence/KSM +valentine/MS +validate/ISGAND +validation/MIA +valise/SM +valued/cfU +valueless +vamp/MDSG +vane/MS +vanilla/SM +vanity/SM +vanquish/RDSG +vaporous +vapour/SM +variably/I +varietal +varlet/SM +varnished/U +vase/MS +vasomotor +vast/TYP +vat/SDGM +vegan/SM +vegetate/nSDGNV +veggie/SM +vehemence/M +vehicle/MS +veldskoen/S +velocipede/MS +velour/MS +venality/SM +venerate/BDSG +venereal +venison/M +vent's/F +ventilated/U +ventilator/MS +ventriloquies +ventriloquy +venue/ASM +veracities/I +veracity's/I +verb/MS +verbiage/MS +verboten +verdict/SM +verger/MS +verified/U +verlig +vermiculite/MS +versa +vest's +vestibule/SM +vestry/SmM +veterinarian/MS +veterinary/S +veto/MGD +vibrancy/SM +vicarious/Y +vice-Chancellor/SM +viciousness/S +victor/MS +victual/RGSD +viewable +viewgraph/MS +viewless +vigilant/Y +vigilantism/MS +vignette/SDMG +vigorous/Y +villagey +villein/MS +viola/MnS +violable/I +violent/Y +violet/MS +virgin/oMS +virtual +virtuosity/SM +visceral +viscometer/MS +viscous/Y +viscus +visibility/IMS +visions/K +visor/MS +visual/qQ89Ss-Y +vita/oM +vitae +vitality/SM +vitiation/M +viticulturist/S +vitro +vivacious/Y +vixen/MS +viz. +vocable/AI +vocalic +vocalised/U +vocalism/M +vocalist +vociferation/M +vociferousness +vocoded +voguish +voice-over/S +voicelessness +voidable +volleyball/MS +volte-face +voluminous/Y +voluntaries +volunteer/DSMG +vooma +vortices +votary/MS +vote/DRMGvVS +vouch/GRDS +vulva/M +wad/rSdGM +wager/d +waggoner's +wagtail/MS +waistband/MS +waken/dS +walk/GDRS +walk-in +wall-to-wall +wan/dY +wand/MS +wanton/Y +wantonness +ward's/A +warded/A +warder/SM +ware/ZMS2 +warfare/M +warhorse/MS +warlock/MS +warm-up/S +warming/MS +warmish +warmonger/SM +warrior/SM +wart/MS +wary/UY +was +wash-out/S +washboard/MS +washday/M +washed/AU +washed-out +washer/5 +washhouse/S +wassail/MDGS +wasteland/SM +wastrel/MS +watchdog/SM +water-bird/S +water-glass +watercolour/MS +waterfall/MS +wavelength/SM +waver/dkS +wax/SDZGM +wayside/MS +wayward/Y +we're +weakness/S +wealth/MZ +wear/fe +wedded +wedding/MS +wee +weed/MDZSG +weepy/T +weighting/MS +weirdness +well/U +well-balanced +well-disciplined +well-disposed +well-endowed +well-intentioned +well-meaning +well-off +well-preserved +well-to-do +well-tried +well-worn +went/f +weren't +werewolves +west/M +westerly/S +wet/STGYD +wetland/S +what/M +what'd +wheat/M +wheelbase/MS +wheelie/MS +whelk/MS +whelp/SGMD +whenever +where/M +where're +whereat +wherein +whereof +whereto +whetstone/SM +whimper/Sd +whims/1wZ +whine/RSDkZMG +whinny/GSD +whipcord/MS +whipper +whirr +whisk/DRGSZ +whistle-stop +white/PTSYMG +whiten/rdS +whitewash/DMGS +whitey/MS +whizzes +who'd +who've +whoa +wholeheartedness +whop/RG +whore/SDMG +whorehouse/MS +wickedest +wicket/MS +wide-eyed +wideness +wifely/T +wiki +willingness/U +willy-nilly +wimple/SGMD +wincher/M +windburnt +winding-sheet +window-shop +wink/RDSG +winkle/SGD +winter/cdS +wintertime/M +wintry/T +wire-tapper +wiremen/M +wiring/MS +wisdom/SM +wisecrack/GMDS +wiser +wisest +wish-list +wishbone/SM +wisp/MZS +wisteria/MS +witblits +witchcraft/SM +withdrawer/M +withdrawnness +withstand/SG +withstood +wizard/SMYy +wobbler's +woe/6SjM +womanish +womanly/TP +wonder/MjdLkS6 +wont/DhG +woo/RSDG +wood/MDm2ZS +woodbine/MS +woodcut/MGJRS +woodcutting/M +woodlouse/M +work/eGcDSA +workably +workaholic/S +workbench/SM +workbook/SM +worked/U +worker/SM +workforce/S +working/MS +working-class +workmen/M +workspace/S +world/SMf +world-view/S +world-weary +worldliness/U +worm-casts +wormhole/MS +wormwood/SM +worn-out +worst-case +worthies +would've +wouldn't +wounding/S +woven/AU +wrapping/MS +wreck/RGDS +wriggly/T +write/fGARS +write-up/S +writes/c +wrong/6jYGDS +wryer +wryest +xylophone/SM +y/K +yachters +yang +yardstick/SM +yd +year-end +yearbook/MS +yebo +yellowness +yeomen/M +yew/SM +yin +yobbism +yodel/DRSG +yoghurt/M +yoking/U +yonder +you'd +you-know-what +yummy/T +zaniness +zap/RGDS +zenith/MS +zeta/S +zeugma/M +zillion/S +zinc/M +zither/MS +zol +zone's +zoology/wS13M +Ågar +éclat/M +émigré/S +!soutpiel +.NET +3GPP/M +AC +ADSL +AFC +AMA +ARPA +AWOL +Abbotsdale +Abbotspoort +Abel/M +Abelard/M +Aboriginals +Abram/M +Achinese +Acornhoek +Actonville +Adriatic/M +Aeschylus +Aesculapius +Afghani/SM +Africa/M +Afrihili +Afrikaner/SM +Afrino/S +Afro +Afro-Asiatic +Agaa/M +Agnatha +Aida/M +Ainu +Al-Jazeera +Alabama/M +Alamogordo +Albacore +Albans +Albertina +Albertynshof +Aldrich/M +Alexander/M +Alfa/M +Alfonso/M +Algerian/SM +Allendale +Alpinist/MS +Altai/M +Altaic/M +Alton/M +Alunsa +Alvin/M +Amadeus/M +Amalinda +Amatikulu +Amawotana +Amdahl/M +Amerada +Amphibia +Amstelhof +Anabaptist/MS +Anatolia/M +Andaman/M +Andersen/M +Anderson/M +Andrew/SM +Angela/M +Anglicism/S +Anglo +Anglomania +Anna/M +Annie/M +Antrim/M +Antrobus +Apennines +Apostille +Aquinas +Arabian/MS +Aramaic +Ararat/M +Arboretum +Arbroath/M +Arctic/M +Areen +Argentine/MS +Arian/MS +Aristotelian/M +Armco +Armenia/M +Armenian/M +Armonk/M +Arnold/M +Arthropoda +Artie/M +Aruba/M +Ashburnham +Ashburton +Ashdown +Asheville/M +Asia/M +Asiatech/M +Asiatic/SM +Asquith/M +Assamese +Aswan/M +Atamelang +Atkins +Atlaspark +Atlee/M +Atoom +Atteridgeville +Aubrey/M +Audi/M +Augusts +Austerville +Austinville +Australasia/M +Australis +Austria/M +Avalon/M +Avonwood +Ayrshire/M +Azalia +Azerbaijan/M +BSD +BTW +Baardman +Babanango +Baedeker/M +Bairiki/M +Bakenberg +Bakenpark +Bakerville +Baku/M +Baldy +Balinese/M +Balkan/MS +Balmoral +Baluchi +Bangladeshi/M +Bangor/M +Bangui/M +Banhoek +Banjul/M +Bannerman/M +Barbarosa +Barberton +Barclay/M +Barnett/M +Barrydale +Barstow/M +Bartók/M +Bashkir +Basildon/M +Bassonia +Bastille/M +Bator/M +Bauer/M +Bavarian/SM +Baviaanspoort +Bayridge +Baysville +Bayswater +Bayview +Beach +Beatrice/M +Beaujolais +Becket/M +Beckham/M +Becquerel +Bedelia +Bedford/M +Bedfordpark +Beeld +Beerbohm/M +Beestekraal +Bela-bela +Belgrade/M +Belgravia +Bellavista +Bellgate +Belmont/M +Bemba +Ben/M +Bengali/M +Bennett/M +Berber/M +Berdsig +Berea +Bergerac/M +Bering +Berkshire/M +Bermuda/M +Bernard/M +Bernoulli/M +Bert/M +Bertievale +Bessie/M +Beth/M +Bethesda/M +Bhevula +Biddle/M +Biesiesvlei +Bihari +Bingham/M +Birdswood +Bishopstowe +Bishu +Bisley +Bismarck/M +Bismark/M +Bizana +Blaaubosch +Blackhill +Blackstone/M +Blaenau/M +Blair/M +Blairgowrie +Blanco +Blikfontein +Bloemendal +Bloemfontein/M +Bloemspruit +Blofeld/M +Blomberg/M +Bludger +Bodibe +Boegoeberg +Boer/SM +Boiphatong +Bois/M +Bojating +Bokmakierie +Bolata +Bolshevism/M +Bonaparte/M +Bongolethu +Bonn/M +Bonnievale +Borchards +Bosbou +Boskop +Bosmanskloof +Bosporus/M +Bothasrus +Bothithong +Bradbury/M +Brahmanism +Braille/M +Braklaagte +Brampton/M +Brant/M +Bratislava/M +Brenthurst +Brentpark +Brentwoodpark +Briardale +Briardene +Brice/M +Bridgnorth/M +Brit. +British/RY +Broadbill +Bromford/M +Broxbourne/M +Brunei/M +Brunel/M +Bryanston +Bucele +Buena +Buffelsdoring +Buffelsdraai +Buffelspruit +Buginese +Buitenzorgdorp +Bulawayo'sc +Bulgerivier +Bultfontein +Bulthoudersig +Buntingville +Burford +Burgundian +Burke/M +Burlington/M +Burmese +Burne/M +Burnett/M +Burroughs +Bushpig +Busybees +Butterfield/M +Buyisonto +C.Lit. +CAA +CATV +CDC/M +CDMA +CPA +CPU/MS +CSYS +Caerphilly/M +Caledonpark +Caledonplein +Calgary +Californian/SM +Caligula +Callahan/M +Caluza +Cambodia/M +Cambodian/S +Camembert +Camilla +Campbell/M +Camperdown +Canaan/M +Canaanite +Cancele +Cannonville +Canon +Cantonese +Capote +Cardin +Carenvale +Caribbean +Carline +Carlo/S +Carltonville +Carmel +Carmichael +Carney/M +Carnot +Carolinian/S +Carr/M +Carrie +Carroll/M +Carson +Casanova/M +Cascades +Cason +Cassanova +Castillo/M +Catholicism +Cawood +Cebe +Cecil/M +Cedarville +Celanese +Celt/W +Centrex +Cephalopoda +Cepheid +Ceres +Ceylon +Ceza +Champlain +Chancliff +Charlemagne/M +Charles +Charlesville +Chatsworth +Chattahoochee +Chen +Cheshire/M +Chessa +Chevy +Cheyenne +Chiang/M +Chiba +Chichester +Chief +Chislehurston +Chrismar +Chrissiefontein +Christi +Christiana/M +Christianity +Christoph/M +Chuenespoort +Cicely +Cingco +Ciskei +Clairwood +Claremont +Claudia +Clausen +Clayton/M +Clemenceau +Clermont +Clinton/M +Cloneen +Clovis +Coblentz +Cohn +Cokonyane +Colbyn +Colchester/M +Cole/M +Coleman/M +Colesberg +Colette/M +Colgate +Coligny +Colin +Collerville +Collins +Colombia/M +Colorado/M +Colosa +Coltrane +Columbia/M +Compaq/M +CompuServe/M +Comte +Conakry/M +Concertina-fish +Confucius +Connecticut +Constantia +Constantiavale +Conville +Conway/M +Cookhouse +Coopers +Coopersdrift +Copperfield +Corbett/M +Corby +Corey/M +Corfu/M +Corncrake +Corriemoor +Corsica/M +Corvallis +Cottesloe +Couperin +Cowes +Crabbe/M +Craighall +Craigieburn +Cramer +Creighton +Cresslawns +Crestonhill +Crestview +Crete +Creutzfeldt-Jakob +Cristie +Crocodile +Cromeville +Cromwell/M +Cronin +Crusoe +Cruywagenpark +Cs +Culldene +Cumberland/M +Cumbria/M +Currie +Currier +Cushitic +Custer/M +Cyril +Cythiavale +Czechoslovak +Czechoslovakia/M +DAT +DCM +DECNET +DHCP +DJ/M +DJs +DTP +DVD/MS +Dada +Dahl/M +Dalbridge +Dalecross +Damon/M +Dana/M +Dannhauser +Danny/M +Danube +Danzig +Dargle +Dartford +Dartmouth +Darwin +Daveyton +David/M +Davidson +Davis +Dawncliffe +DeKastere +Dearborn +Debbie/M +Debby +Decatur/M +Deelkraal +Deetlefsville +Delano/M +Delia/M +Delilah +Della/M +Delmas +Delville +Demat +Denbighshire/M +Denneburg +Denneoord +Denver +Desai +Desainagar +Descartes +Desmond/M +Dettingen +Deutsch +DfES +Dhaka/M +Dhlakati +Diazville +Dickson +Dictaphone +Diderot +Diego +Dieppe +Diepsloot +Dietrich +Dijon +Dijong +Dikebu +Dilapiso +Dingaan/M +Dingdong +Dinwiddie +Dispur +Disraeli/M +Dithakong +Dlolwana +Dodgson/M +Dolby/M +Domesday +Dominic +Dominick/M +Donaldson +Dondotha +Donegal/M +Donna +Dooley/M +Doornkloof +Doppies +Doris +Dormehlsdrift +Dowerglen +Doyle +Dr +Draaikraal +Drew/M +Driekoppies +Droogefontein +Druidism/SM +Drumblair +Drummond/M +Drusana +Duala +Duane +Dudley/M +Duinendal +Duiwenhoks +Dukathole +Dukuza +Dumbe +Duncan/M +Duncanville +Dundee/M +Dunlap +Dupont +Durban/M +Dusenberg +Dutchwomen/M +Duxford/M +Dwarfgoby +Dweshula +Dzumeri +Düsseldorf +ECG +EDP +Eagleray +East/MR +EastEnders +Eastbury +Eastertide +Eastfield +Eastgate +Eastland +Ebende +Ebhotwe +Ecclesiastes +Echibini +Ecuadoran +Ecuadorian +Edelweiss +Edendale +Edgemead +Edison +Edmonton/M +Eduwin +Eel-barbel +Eenstok-steekvis +Egbert +Eikenhof +Eisleben +Eksteenfontein +Ekuphuleni +Ekuvukeni +El +Elamite +Elandsdrif +Elandshoogte +Elandsrand +Elba +Elbert +Eldoglen +Eldopark +Eldorado +Eli +Elite +Elkhart +Ella +Ellen/M +Ellie +Elliotdale +Ellison +Ellisras +Elroy +Elspark +Elukwatini +Elvira +Emirates/M +Emmett/M +Emona +Emoyeni +Empangeni +Empungeni +Endicott +Engcobo +Englewood +English-speaking +Enkanyezi +Enqoleni +Entshongwe +Epping +Epstein +Equuleus +Erasmia +Erasmus +Eric/M +Ericson +Ericsson/M +Erlang/M +Ernest +Ernestine +Ervin +Esibongile +Esiphambanweni +Espoo +Essenwood +Essexvale +Ethan +Ethiopic +Etna +Eugenia +Eurekaville +Euroscepticism +Eurythmics +Eustachian +Evelyn +Everett +Everglades +Everhart/M +Eversdal +Everton +Exmoor/M +Exxon +Ezakheni +Ezimpohlo +Ezra +FIFO +FM +FYI +Faber/M +Fafung +Fagatogo/M +Fahrenheit +Fairbreeze +Fairland +Fairleigh +Fairtrees +Falk +Faraday +Farmedge +Farrarmere +Farrell +Fauna +Fauntleroy +Faust +Faustian +Fawkes +Fayetteville +Feldman +Fellside +Fermat/M +Fernando +Ferndalerif +Ferness +Fernie +Ferrari/MS +Ferrax +Ficksburg +Fidelio/M +Finetown +Finland/M +Firefox/M +Firwood +Fishhoek +Fishkill +Fisichella +Fisk +Fitchburg +Flamingo +Flamingovlei +Fledermaus +Fleurhof +Floors +Floracliffe +Florence +Folstone/M +Fontana +Footballer +Foote +Fordville +Formosan +Forster +Foucault +Franco +Franskraal +Fransmadam +Fraserburg +Freda +Fredrick +Frentzen +Fresnel +Friday/MS +Friedrich/M +Frigidaire +Frisbee +Frobisher +Frylinckspan +Fulani +Fulham/M +Fullarton +Futuna/M +Futura +GB +GEAR +GMO +GMT +GPL +GPSS +Ga-habedi +Ga-lekalakala +Ga-madiba +Ga-mashashane +Ga-mocheko +Gael/W +Gagarin +Gakgapane +Galilean +Galjoen +Gallagher/M +Gallic +Galloway/M +Galway/M +Gamasubelele +Gambleville +Gamoduana +Gandhinagar +Gankwana +Ganymede +Gaper +Gaphagodi +Garakgoatha +Garakgwadi +Garbo/M +Garnett +Garrick +Garsfontein +Gaspar +Gately +Gatling +Gatwick/M +Gaulle/M +Gaussian +Gauteng +Gavin/M +Gaylee +Gaza +Gazankulu +Ge +Gegede +Geluksburg +Geneva/M +Genghis +George/MS +Georgedale +Georgetown/M +Georgian/S +Gerhard +Gerry/M +Gershwin +Gestapo +Geysdorp +Gezubuso +Giggs +Gijima +Gilbertese +Gilgamesh +Gino/M +Giovanni +Giraud +Giuseppe/M +Glamorgan/M +GlaxoSmithKline +Gleniffer +Glenmarais +Glenmore +Glenred +Glensan +Gloucestershire/M +Gobandlovu +God +Godspeed +Goedehoop +Golda +Golding +Goldman +Golf +Gonguluza +Goniwe +Gonubie +Goodwood +Gopane +Goth/1W +Gottenburg +Govt. +Gqebera +Graeme +Graff/M +Graham/M +Grange +Gravelotte +Greece/M +Greenknock +Greenland/MW +Greenvillage +Greenville +Grenville +Greytown +Grimbeekpark +Grimes +Grimm +Grimsby +Groblersdal +Groblershoop +Groblerspark +Groenkloof +Groot-drakenstein +Groot-marico +Grootspruit +Grootvlei +Grootwater +Grossman +Groton +Gruyère +Grünewald/M +Guerre +Guggenheim +Gugweni +Guiana/M +Gumbani +Gumzana +Gustafson/M +Gustavo +Gutenberg +Gwegwede +Gwynedd +Gxobanyawo +Göteborg/M +HF +HMS +HP +Haga-haga +Hagley +Haiti/M +Hal/M +Halifax/M +Halley/M +Halloween +Halseton +Handel/M +Haniville +Hankey +Hantam +Hanukkah +Harald +Harare/M +Harbhajan/M +Harbin/M +Hardale +Harmelia +Harold/M +Hartbeeshoek +Harvard +Hasbro +Hattie +Hatton +Hauser +Havencrest +Hawston +Hazelmere +Hazlitt +Heathfield +Heathkit +Hebron +Hegel +Hegelian +Heidfeld +Heilbron +Helderberg +Helderrant +Helikonhoogte +Helios +Hellenism +Helling +Helpmekaar +Henbyl +Henderson +Henryville +Hereford/M +Herefordshire/M +Heriot-Watt +Hermes +Herrington +Hertfordshire/M +Herzegovina/M +Heywood +Hezekiah +Hi +Hibernia +Hickman/M +Highflats +Highlands +Hiligaynon +Hilldene +Hilliard +Hillsdale +Hilton +Himachali +Hitchcock +Hlogo-ya-nku +Hoff/M +Hogarth +Hoggard +Holden +Holland/M +Hollywood/M +Holman/M +Hologo +Holomisa +Holpan +Holt +Homoptera +Honecker +Honeycomb +Honeydew +Hoover's +Hopewell +Horseshoe +Hove/M +Hovheni +Howell +Hoyana +Huggins +Hughie +Hugmat +Humerail +Humpty +Hungary/M +Huntsville +Hutchinson +Hutchison +Hutu +Hwibi +Héloise/M +I'd +ICC/M +ICM +IOU +ISSN +ITU +Iberia/M +Ibisi +Ibrahim +Idutywa +Ifafi +Ignatius +Ikey/S +Ikgomotseng +Ikhutseng +Iliad +Immanuel +Imphal +Inadan +India/M +Industria +Ingagane +Intabazwe +Intake +Inuit +Inuktitut +Inverness/M +Irani +Iranian/MS +Iraq/M +Iraqi/SM +Irene +Ironside +Iroquois +Irwin/M +Isaac/M +Isandlwana +Iscariot +Istanbul/M +Italianate +Ithala +Ives +Jackalpan +Jackie +Jackson/SM +Jacobian +Jacobin +Jacoby +Jacqueline +Jagersfontein +Jagersrust +Jane/M +Janhofmeyer +Jansen +Jansenpark +Jarman +Jaycee/S +Jean +Jeanne +Jennie +Jennings +Jeremy/M +Jericho/M +Jerome +Jesse/M +Jezebel/S +Joan +Joanne/M +Johnnie/M +Johnson +Jolla/M +Jonkerspark +Jordanian/S +Josephine +Josephus +Joubertpark +Joyce +Judaism/M +Jude/Z +Judith +Judson/M +Judy/M +Jukskeipark +Julian/M +Juliet/M +Julio +June/M +Jungfrau +Jungian +Juno +Jurassic +Jussi/M +KDE +KFM +KGB +Kabakazi +Kabokweni +Kabul/M +Kabyle +Kafkaesque +Kalbaskraal +Kalkbank +Kambi +Kameel +Kampersrus +Kampuchea/M +Kanoneiland +Kansas +Kanyamazane +Kappiekommando/S +Kara-Kalpak +Karachi/M +Kareedouw +Karenpark +Karino +Kasprowicz +Katherine +Kathleen +Kathy +Katjiebane +Katmai +Kayakulu +Kazakhstan/M +Keane +Kearney +Keck/M +Keegan +Keiskammahoek +Keith +Kelebogile +Kelly/M +Kelvin +Kemp +Kempdale +Kenny +Kent/M +Kenterton +Kenton/M +Kenworth +Kerkgrond +Kgakala +Kgautswane +Kgobokwane +Kgohloane +Kgokgole +Khabarovsk +Khakhu +Khalethu +Khalid +Khanyiso +Khasi +Khayamnandi +Khayelisha +Khoisan +Khotanese +Khotso +Khrushchev +Khulakancane +Kiesel +Kieserville +Kilfenora +Kingswood +Kinnock/M +Kinross/M +Kinsey +Kisangani +Kitchener +Kitts/M +Klaarwater +Klein-drakenstein +Kleinbosch +Kleingeluk +Kleinpoort +Klerksdorp +Kline/M +Klipbou +Kliprand +Klipriviersberg +Kliprug +Klondike +Kloofsig +Knot +Knudsen +Knudson +Kodaly +Koebergville +Koevoet +Kokosi +Kologha +Komkhulu +Kommisiedrif +Konjwayo +Kontant +Koo +Kookrus +Kopermyn +Koppies +Korean/S +Kotzeshoop +Kotzesrus +Kragbron +Kranskloof +Kromdraai +Kronecker/M +Kroonheuwel +Kroonstad +Krueger +Krugman +Krwakrwa +Ku +Kuenning/M +Kurdish +Kurt/M +Kurukh +Kuruman +Kutenai +Kutlwano +Kuwaiti/S +Kwa-dima +Kwabhobhi +Kwabukhali +Kwadabeka +Kwadanti +Kwadukuza +Kwahermans +Kwahlathi +Kwalitho +Kwaloyiti +Kwamagxaki +Kwamqobela +Kwamthole +Kwanobuhle +Kwanomzamo +Kwanxothwe +Kwaskhemelele +Kwazenzele +Kwazimele +Kwazulu/natal +Kyushu/M +L'agulhas +LG +LPG +LSD +Lahoff +Lalo +Lamaism +Lamba +Lambeth +Lamborghini/M +Lanarkshire/M +Landis +Langalibalele +Langenhovenpark +Langkrans +Langlaagte +Langley +Lantana +Lanternbelly +Laois/M +Laphroaig +Lapland/RM +Lapp +Laramie +Large +Larkfield +Larrendale +Larry/M +Lars +Larsen +Larson +Latvian +Laundaville +Lavinia +Lawrence +Lawson +Leadenhall +Leaglen +Lebanese +Leblanc +Lee-Enfield +Leesdale +Legkraal +Legolaneng +Legonyane +Lehman/M +Leibniz +Leicester/M +Leicestershire +Leipzig/M +Lekaneng +Lekkerplaas +Len/M +Leokaneng +Leone/M +Leraatsfontein +Les +Lester +Letitia/M +Letlhabile +Letlhakaneng +Letsatsing +Letswatla +Levine +Levubu +Lhasa +Lib-Lab +Liberian/S +Libyan/S +Lieberman/M +Liechtenstein/RM +Lilyvale +Lima/M +Lincoln/M +Lincolnshire/M +Linda/M +Linden +Lingelihle +Links +Linksfield +Linnaeus/M +Lion +Lipschitz/M +Liverpudlian/MS +Livingstone +Livonia +Liwa +Lizzie +Llewellyn +Location +Lockheed/M +Lockwood/M +Loding +Loevenstein +Lois +Lola +Londonderry/M +Longbridge +Longdown +Lopez +Lorentz +Lorentzville +Lorenzo/M +Lothian/M +Lotlhakane +Louis/M +Louisrus +Louterwater +Lovedale +Lovu +Lowe/My +Loyola +Lt +Ltd +Lubanzi +Lucas +Luckhoff +Luddite +Ludlow/M +Ludonga +Luembo +Lugwijini +Luhewini +Luka +Lundberg/M +Luneburg +Lusaka/M +Lushaba +Lusizi +Luther +Luton/M +Luxembourgian +Luxmi +Lwandle +Lycra +Lyme +Lyn +Lynn/M +Lyttelton +Lyttleton +MA +MCI +MK +MPs +MRI +MTV +Mabedlana +Mabele-a-podi +Mabins +Mabogweni +Maboine +Mabopane +Maboyi +MacDraw/M +Macedon +Macedonia/M +Mach +Madada +Madagascan/MS +Maddox +Madela +Madiba +Madibogopan +Madidi +Madietane +Madras +Madrid/M +Madsen/M +Mafiosi +Magaweni +Magdalena +Magoebaskloof +Maguire +Mahehle +Mahlatini +Mahwibitsane +Maidenhead/M +Mailulu +Maja +Majuro/M +Makadikwe +Makekeng +Makeleketla +Makgope +Makhalaneng +Malachi +Malamulele +Malawi/M +Malay +Malaysia/M +Maleboho +Mali/M +Mallard +Mallory +Malthusian +Mamadila +Mamaolo +Mamogaleskraal +Managua +Manamakgotheng +Mancam +Manchuria/M +Mancunian/MS +Mandelbrot/M +Mandingo +Manenberg +Manet +Manganeng +Mangezi +Mangoloaneng +Manhattan/M +Manitoba +Manor/S +Manufacta +Manzimahle +Maori +Mapaputle +Maphophoma +Mapumulo +Maqongqo +Marabastad +Marais +Maraisburg +Marapyane +Marc/ZM +Marcel +Marcelle +Margery/M +Mariana/S +Marianas/M +Marietta +Marilyn +Marishane +Marjory/M +Markov/M +Markovitz/M +Marlands +Marlene/M +Marmite +Marquard +Martini/MS +Martinson +Marulaneng +Marxian +Masada +Masakane +Masakhe +Mashamba +Mashashane +Mashau +Mashinga +Masibambane +Masinyasana +Masoheng +Masonti +Massachusetts +Massey/M +Masutlhe +Mathews +Mathieu +Matjhirini +Matjiesfontein +Matsheng +Matshetsha +Matshona +Mattel +Matthau +Mauricio +Mautse +Mavuso +Maya +Mayer/M +Mayfair/M +Mazda +Mazenzele +Mbashe +Mbokazi +Mbolompo +Mbotyi +Mbps +Mbulwini +McAdams +McAllister/M +McCabe/M +McCall/M +McCauley/M +McClellan/M +McCormick/M +McDonald/M +McDonnell/M +McDougall/M +McFarland/M +McGregor/M +McKesson/M +McKinley/M +McMahon/M +Meadowbrook +MediaWiki +Medunsa +Mehlomane +Meister +Meistersinger +Melanesian +Melanie +Meldene +Melkbosstrand +Melmoth +Melodie +Menlyn +Menominee +Mente +Merewent +Merrivale +Merrydale +Merton +Methuen/M +Meyerbeer +Meyerspark +Mganduzweni +Mgwalana +Mhinga +Mhlabobomvu +Michael/SM +Michaelmas +Michausdal +Michelle/M +Mickelson +Mid-ennerdale +Midas +Midlands +Midros +Midway +Midwestern +Mier +Miga +Milkwoodpark +Miller +Millgarth +Millie +Millsite +Millwall +Milquetoast/S +Mimosa +Min +Minneapolis +Minnie +Minos +Minotaur/M +Miranda +Missionvale +Mississauga +Missouri +Mitsubishi +Mjamkulu +Mkambati +Mkhoboza +Mkuze +Mmabatho +Mme +Mmotla +Mmotwaneng +Mn +Mobutu +Modder +Modderdam +Modesto +Modimola +Modula +Moema +Mofokeng +Mogasne +Mogwase +Mohadin +Mohammed/M +Mohammedanism +Moiletswane +Mokamole +Mokomene +Mokwena +Moleketla +Molina +Molorwe +Molotov +Mombasa +Monaghan/M +Monakato +Monaphansi +Mondeor +Monegasque +Monfort +Mongolian/S +Monsieur/M +Monsignori +Montaigne +Montanapark +Monte/Z +Montevideo/M +Montgomery +Montoya/M +Montshiwa +Monumentpark +Monza +Moog +Mooketsi +Mookgophong +Moore +Mopane +Mophosa +Moray/M +Mordred +Morecambe +Moregloed +Moregrove +Morgenzon +Morningstar +Moroni/M +Morten/M +Mortimer/M +Morton/M +Moses +Mothibistad +Mourne/M +Mourner +Moussorgsky/M +Mowbray +Mozambican/S +Mozambique/M +Mozart/M +Mozodo +Mpako +Mpembeni +Mphambo +Mphogodiba +Mpilo +Mqele +Mqobiso +Mqonci +Ms +Msobomvu +Mtata +Mtebele +Mtshanyana +Mtubatuba +Mtwalume +Muenster +Muhammadan/SM +Muire/M +Mulenzhe +Mulima +Mulligan/MS +Multics/M +Mungomani +Munson/M +Muriel/M +Murielle/M +Murrow/M +Myriapoda +Mziwabantu +Mzomhle +Mzotho +Möbius +NAACP +NATA +NBS +NCC +NEPAD +NLRB +NOAA +NOx +NT +Nada/M +Nadine/M +Nagasaki/M +Nakayama/M +Namahadi +Namakgale +Nana/M +Nannette/M +Nathalie/M +Nathaniel/M +Nationalist/S +Nationwide +Navaho/M +Nazi/MS +Ncambedlana +Ncanara +Ncwadi +Ndjamena/M +Ndlambe +Ndondotha +Ndongo +Ndumo +Ndundulu +Neath/M +Nebuchadnezzar/M +Negritude/M +Negro/M +Neil/M +Nelverton +Nembutal/M +Nepalese +Newark/M +Newbury/M +Newcastle-under-Lyme +Newhco +Newlands +Newport/M +Newville +Ngome +Ngozi +Ngula +Nhlungwane +Niamey/M +Nicaragua/M +Nicholas +Nichole/M +Nicole/M +Nicomar +Nielsen/M +Nielson/M +Nigel/M +Niger-Kordofanian +Nile/MS +Nimitz/M +Ninapark +Nissan/M +Nkande +Nkangala +Nkaus +Nkululeko +Nkupe +Nkwalini +Nkwenkwezini +Nomzamo +Nooitgedacht +Noordhang +Noordmanville +Noordwyk +Normandi +Norris +Norristown/M +Norscot +Northgate +Northwest/M +Norwegian/S +Nouakchott/M +Nov +Novocain +Noxowa +Noycedale +Nqabeni +Nqancule +Nqetho +Ntabaskop +Ntloloane +Ntshidi +Ntshilini +Ntuze +Ntywenka +Nuwedorpsgebied +Nwamankena +Nxamagele +Nyandana +Nyanga +Nyanyadu +Nzombane +O'Leary/M +O'Reilly +OAS +OD +ODs +OS/M +OTT +Oahu/M +Oaktree +Oatlands +Oberholzer +Occident/M +Odysseus/M +Odyssey's +Oedipal/Y +Oersted/M +Ojibwa/SM +Okayama/M +Okeechobee/M +Okiep +Okinawa/M +Oktoberfest +Oldham +Oldsmobile/M +Olga/M +Olin/M +Olympiad/SM +Omagh/M +Onder-smoordrif +Onseepkans +Ontarian/S +Onverwaght +Oostergloed +Oosterville +Oqadeni +Oranjestad/M +Oranjeville +Orinoco/M +Orland/M +Ormonde +Orphic +Orr/M +Osborne/M +Osteichthyes +Ostrich +Ottery +Otto/M +Ottoman/MS +Oubosrand +Ouplaas +Overhex +Overport +Ovid/M +Oxeye +Oxford/MS +Oxonian +Oxordshire/M +PAC +PC/M +PCs +PFC +PHP +PM/M +PST +PW +Paardeneiland +Paballelo +Paballong +Pabalong +Pablo/M +Pacheco/M +Padrewski/M +Paine/M +Paisley/MS +Palau/M +Paleozoic +Palermo/M +Palmerton +Palmolive/M +Palmridge +Panama/M +Pangasinan +Pankop +Panza/M +Papkuilsfontein +Paradysstrand +Parker/M +Parkgate +Parkhill +Parkhurst +Parkside +Parkview +Parow +Paul/M +Pauline +Paulpietersburg +Paulshof +Pavilion +PayPal/M +Payipini +Penberthy +Penge +Penhill +Pennine/S +Pennsylvania +Penrith +Pentagonpark +Pentateuch +Pentium +Penzance/M +Persia/M +Persida +Peru/M +Peterhouse +Petsana +Petsvale +Ph.D. +Phalaborwa +Phanekeni +Phaphamani +Philadelphia/M +Philemon +Philippines/M +Phillipadale +Phiri +Phiring +Phirintsho +Phokoane +Phumula +Phuthanang +Picong +Pienaar +Pinati +Pindu +Pinelands +Pinky +Pisa/M +Pithead +Pk +Platyhelminthes +PlayStation +Plessislaer +Polokong +Pompeni +Pongola +Poortview +Porky +PostgreSQL +Postmasburg +Presidentdam +Presidentrif +Pretoriusrus +Prieska +Proteapark +Protozoa +Providentia +Pu +Puana +Punts +Pushto +Putfontein +Pyongyang/M +Pyrex +Python +Qa'ida/M +Qamata +Qangu +Qhakaza +Qoboqobo +Quagga +Qualakancane +Queensburgh +Queensmead +Qunebo +Qwaninga +RAF +RAU +RFU/M +RMI +RP +RSC +RSM +RU +Raditshaba +Raedene +Railton +Ramochinyadi +Ramokgeletsane +Ramphele +Randfontein +Randlord +Randlughawe +Randpark +Rangoon/M +Ratshidi +Ravensbruck/M +Ravensmead +Raytheon/M +Rd/M +Redmond/M +Redondo/M +Redskinfish +Reedville/M +Reese/M +Refentse +Regan/M +Reggie/M +Reinhold/M +Rembrandtpark +Renault/SM +Rendezvous +Renfrewshire/M +Renoir/M +Retang +Rethabiseng +Rewone +Reyes +Reyna/M +Reynaldo/M +Reynorif +Rheederspos +Rheims/M +Rheinholdt/M +Rhodesian/S +Rhone +Rhum/M +Rhys/M +Rican/MS +Ricardo/M +Richard/SM +Richfield/M +Richland/M +Rico/M +Ridgeworth +Riemann/M +Riga/M +Rikasrus +Rinaldo/M +Ritalin +Riva/SM +Riverfield +Riversdale +Riverside +Riverton +Riviera/M +Riyadh/M +Rn/M +Robinette/M +Robinson/M +Robson/M +Roby/M +Rochelle/M +Rock-catfish +Rockford/M +Rockville/M +Rodana +Rodrigo/M +Rogation +Roggebaai +Romanesque +Romero/M +Rondebosch +Rooibos +Roosheuwel +Roospark +Rorke/M +Rorschach +Rosebank +Rosemonde/M +Rosemont +Rosemount +Rosetta/M +Rosmead +Rossini/M +Rosslyn/M +Rossmore +Rostov/M +Rotarian/SM +Rotherham/M +Rothschild/M +Roundhay +Rowell/M +Rowland/M +Ruben/SM +Rubik/M +Rudolph/M +Rufanevale +Rugby/M +Ruhr/M +Ruimsig +Ruiterhof +Rundi +Rushmore/M +Russo/M +Rustenburg +Rusthof +Ruthann/M +Rutvale +Rylands +Rysmierbult +Ryukyu/M +SABC1 +SAE +SIDS +SIGGRAPH/M +SIMULA/M +SSL +STOL +Saaiplaas +Sabin/M +Sabre +Sachs/M +Sada +Sadie/M +Saharan/M +Saigon/M +Salas/M +Salebona +Salem/M +Salerno/M +Sallyanne/M +Salome/M +Salvadorian/S +Samaritan/SM +Sambo +Sammy/M +Samsonite/M +Sanaa +Sanchez/M +Sandalwood +Sandbaai +Sandbult +Sandburg/M +Sanderson/M +Sandhills +Sandhurst +Sandile +Sangcwaba +Sanger/M +Sanlam +Sannieshof +Santaville +Sarajevo/M +Sardinian +Sargent/M +Saskatchewan/M +Sasol +Satan/M31 +Satanism/M +Sato +Saukville/M +Saulsville +Savulani +Sc/M +Scandinavia/M +Scarborough/M +Scarlett/M +Scatty +Schiller/M +Schloss/M +Schmitt/M +Schornville +Schottky/M +Schroeder/M +Schroedinger/M +Schuinshoogte +Schultz/M +Schumacher/M +Schuyler/M +Schwartzkopf/M +Schweppes/M +Scipio/M +Scotia/M +Scotty's +Scribner/M +Sculley/M +Seabrook/M +Seaforth +Seamus/M +Section +Sederpark +Sedgwick/M +Seemeeupark +Segakwaneng +Segopje +Sehume +Sekgopo +Selahliwe +Selby/M +Selcourt +Seljuk/M +Selota +Senderwood +Senekal +Senoane +Seoul/M +Sephukubje +September/MS +Setabataba +Settlers +Sevastopol/M +Seville/M +Seychelles/M +Shafer/M +Shaffer/M +Shakadza +Shakaskraal +Shakespearean/S +Shalom's +Shangrila +Shari/M +Shawuka +Sheffield/RM +Shelford/M +Shellie/M +Shem/M +Shenandoah/M +Shepard/M +Sheppard/M +Shepstone/M +Sheraton/M +Sherwin/M +Sherwood/M +Shevardnadze/M +Shi'ite +Shikoku/M +Shikra +Shiviti +Shockley/M +Shoshone/SM +Shrimpfish +Shylock/M +Siamese/M +Sibasa +Sibyl/M +Siciliana/M +Sidesaviva +Sidwell +Siena/M +Sifahla +Sigrid/M +Sihlabeni +Sihlito +Silesia/M +Silkaatskop +Sillery +Silurian +Silva/M +Silvamonte +Silverglade +Silvertown +Silvester/M +Silwerkrans +Simdlagentsha +Simile +Simla +Simmerfield +Simpson/M +Sinamuva +Sindbad/M +Sindhi/M +Sinksabrug +Sinqumeni +Siobhan/M +Sioux/M +Sipetu +Sistine +Sisyphus/M +Sitofile +Sityam +Sixambuzi +Siyabonga +Skinner/SM +Skippy/M +Skuinsdrif +Skye/M +Skype/M +Slabberts +Slackware/M +Slade/M +Slavonic/M +Sligo/M +Slovenian/S +Sm +Smutsville +Smyrna/M +Snider's +Socorro/M +Sokapase +Solridge +Soneike +Songhai +Sonheuwel +Sonkombo +Sonstraal +Sonwabile +Sophie/M +Sorbonne/M +Sousa/M +Sout +Southall +Southbourne +Southend/M +Southernwood +Southfield/M +Soweto/M +Soyuz/M +Spalding/M +Spanish/M +Sparta/M +Spencer/M +Sperry/M +Spielberg/M +Spitzkop +Spoornet +Sprincol +Springdale +Springs +Springtown +Sr +Sri +Stahl/M +Stalinist +Stapleton/M +Starbucks +Starr/M +Statehouse's +Stauffer/M +Steilloop +Steiltes +Stellenryk +Stephan/M +Stephanie/M +Stephenson/M +Steurhof +Steven/SM +Steynville +Stillwell/M +Stinkwater +Stirling/M +Stockhausen/M +Stockholm/M +Stockwell/M +Stop +Stornoway/M +Stourbridge +Stowe/M +Strandfontein +Straussburg +Streisand/M +Struandale +Struisbult +Stuart/MS +Suffolk/M +Sufi/M +Suidrand +Sukarno/M +Sukuma +Sumatran/S +Summerstrand +Sundyside +Sunkist +Sunningvale +Sunnyvale/M +Sunsetvion +Sunshine +Supt. +Suriname/M +Surwell +Susanna/M +Susie/M +Susquehanna/M +Susu +Suswe +Sutelong +Sutton/M +Suurgoud +Suzanne/M +Svalbard/M +Sven/M +Sw +Swahili/SM +Swart-mfolozi +Swedenborg/M +Swedish +Swinburne/M +Switzer/M +Swordtails +Sybil/M +Sydneyvale +Symhurst +Syrian/SM +Szechuan/M +TENEX/M +TESL +TESOL +TEirtza/M +TLC +Taaibos +Tabb/M +Taffy/SM +Tagalog/M +Tait/M +Taiwanese +Tajik +Tajikistan/M +Talemofu +Taliban/M +Tally's +Talmudist +Tammany/M +Tampostad +Tandy/M +Tangier's +Tanya/M +Tao/M +Taoist/MWS +Tara/M +Tarentaalrand +Tarlton +Tasselfish +Tatum/M +Taung +Tay +Taybank +Tayside/M +Tb +Teanong +Tecumseh/M +Teignbridge +Teisiesville +Tekbase +Telecom +Tembelihle +Tembisa +Terenure +Terrell/M +Terrence/M +Terri/M +Thabakgone +Thelma/M +Thembalethu +Theodosia/M +Theravada/M +Thespian/S +Theunissen +Thierry +Thlohlolwane +Thlolong +Thogwaneng +Thomas +Thornhill +Thornville +Thukela +Thulamahashe +Thule/M +Thulwe +Thurrock/M +Thurston/M +Thushanang +Thuthuka +Tiber/M +Tiberius/M +Ticonderoga/M +Tidimalo +Tierney/M +Tigane +Tileba +Tinaruste +Ting's +Tippecanoe/M +Tipperary/M +Tirana/M +Titanic's +Tivi +Tladi +Tladistad +Tlapeng +Tlhabane +Tlhakgameng +Tlounane +Tobias/M +Tobin/M +Toekomsrus +Tokoza +Tokwana +Tombo +Tommy/SM +Tonbridge +Tonetti +Tooseng +Topkamp +Torres +Toscanini/M +Totalizator/M +Tote's +Toto/M +Townley/M +Townsend/M +Tracie/M +Trawal +Trennerys +Trenton/M +Trevenna +Trevino/M +Trevor/M +Triassic +Trimble/M +Trinidad/M +Tripletail +Tripp/M +Trish/M +Trujillo/M +Truk +Trumann/M +Trumpetfish +Tsakane +Tsatsana +Tsembeyi +Tshamahansi +Tshandama +Tsheseng +Tsolo +Tswana/M +Tswelelang +Tuck's +Tudor/SM +Tue/S +Tuinteiste +Turflaagte +Turk/MWS +Turkic/M +Turkish +Tuscany/M +Tutankhamen/M +Tuttle/M +Twickenham +Twinkie +Tygerhof +Tyira +Tylden +Tynemouth +Tyoksville +Tyree/M +Tyrolean/S +UAR +UAW +UHF +UMIST +UPC +USMC +USO +Udall/M +Uif +Uighur +Uitval +Umbilo +Umbumbulu +Umgeni +Umhlatuzana +Umngazana +Umzimkulu +Uniondale +Unisarand +Universitas +Universitasrif +Ursula/M +Utah/M +Utahan/SM +Ute/M +Utlwaneng +Utrecht/M +Uzi/M +V-neck +VAXes +VG +VGA +VLF +Vaalhoek +Vaalkop +Valeriedene +Valkyrie/MS +Valletta/M +Valley +Valparaiso/M +Valray +Valspan +Vanautu/M +Vanuatu +Vaseline/M +Vasfontein +Vasili/MS +Vassar/M +Vaughan/M +Vedanta/M +Vega/SM +Vegkop +Velveeta/M +Venezuela/M +Venn/M +Ventura/M +Venusian/S +Verdedigingsterrein +Verdwaal +Vereeniging +Vermaas +Vernen/M +Versailles/M +Verwoerdpark +Vesuvius/M +Vick/M +Vicky/M +Vienna/M +Vietminh/M +Villiers +Vinci/M +Vineland +Virginian/S +Visigoth/S +Viterbi/M +Vladimir/M +Vlakdrif +Vleikop +Vodafone/M +Voelvlei +Voetsek +Volapük +Vollgraaffsig +Volmoed +Voltaire/M +Von +Voorbrug +Vosman +Voss/M +Votic +Vredefort +Vredehoek +Vredekloof +Vredenberg +Vredendal +Vreeland/M +Vryburg +Vrygrond +Vuelta/M +Vukani +Vulcan/M +Vulcania +Vusimuzi +WA +WAAF +WFF +WITS +Wahoo +Waikiki/M +Walamo +Walbridge/M +Waldemar/M +Waldrift +Wallis/M +Wamakersvallei +Wang/M +Wannenburghoogte +Warsaw/M +Warwickshire/M +Washo +Wasserman +Waterfall +Waterkloofrif +Watertower +Waterval +Watford/M +Watsonia +Wausau/M +Webber/M +Wednsebury +Weibull/M +Weinberg/M +Welapi +Welgedacht +Welgelegen +Wellesley/M +Wembleypark +Wenger/M +Wepener +Wesrif +Wesselton +Wesson/M +Westbrook/M +Westernism/M +Westfield/M +Westham +Westmont +Westrich +Westview +Weymouth/M +Weza +Whetstone +Whitaker/M +Whitbread +Whitcomb/M +Whitebait +Whitefish +Whitehall/M +Whitelaw/M +Whitethroat +Whitney/M +Whittaker/M +Whittington/M +WiFi +Wibsey +Wichita +Wilberforce/M +Wilcox/M +Wilgeheuwel +Wilhelm/M +Willard/M +William/MS +Williston +Willowfontein +Willowglen +Willowvale +Wilmington +Winchester/S +Winckelmann +Windmeul +Winifred/M +Winnebago/M +Winnipeg +Winterberg +Witbank +Witkleigat +Witsand +Wofa +Wolcott +Wolfherring +Wolmaransstad +Wonderkop +Wonderview +Wongalethu +Woodbury +Woodhill +Woodlawn +Woodrow +Woodward/S +Wooster +Worksop/M +Wvf +X-ray/S +XFree86 +Xihoko +Yakut +Yangtze +Yanguye +Yao +Yarborough +Yellowtail +Yeoville +Yorkshireman +Yorktown +Youngsfield +Ypres +Yugoslavia/M +Yvette +ZAR +Zalu +Zamani +Zambian/S +Zandspruit +Zealanders +Zeebrugge +Zeerust +Zeitgeist +Zellick +Zennex +Zimbane +Zinkwazi +Zionism +Zionist +Zizanela +Zoar +Zoe/M +Zoroastrianism +Zulu/MS +Zuni +Zwide +a/o +aardwolf/M +abacus/MS +abashed/UY +abdominal/YS +abeam +aberrant/Y +abet/DGS +abhor/DGS +abjectness/S +ablation/M +ablaze +ablution/MS +abnegation/M +abolish/RLDGS +abominable/Y +abominate/GNDSn +aborigine/oSM +abracadabra/S +abridger/M +abscess/SDMG +absent-minded/Y +absent-mindedness/S +absenter +absorbent/M +abstinence/SM +abstracted/P +abstracter/M +abstraction/3SM +abstractionism/M +abstractor/MS +abstruseness/S +absurd/YPT +absurdity/MS +abusable +acceleration/M +accentual/Y +accentuation/M +acceptability/U +acceptability's +acceptant +acceptor/SM +access/yDXMGNSb +accident/MSo +accident-prone +acclaim/GSD +acclaimer/M +acclamation/MS +acclimate/nQs9D8SGN +acclimatisation +acclimatize/ASDG +acclivity/SM +accompanied/U +accord/MDRSGk +accordance/SM +accreted +acculturation/M +accumulation/M +accumulative/P +accurate/IY +accursedness/S +accustom/dS +ace/MuvSnVN +achieved/fcU +acidoses +acne/SDM +acquaintance/MS +acquiescent/Y +acquired/A +acquires/A +acquiring/A +acquisitions +acridity/SM +act/MGSD +acting/4c +actioned +activation/CMIA +activator/SM +acts/A4c +actuate/DSNnG +actuation/M +ad/AS +adaptability/MS +adaptation/M +adapted/P +adaptivity +adaptor/S +add/RGS7D +address/MRGBDS +adduct/GDS +adenoid/S +adequacy/ISM +adhesion/MS +adhesiveness/S +adjunct/MSYV +adjustor's +adjutant/MS +administrator/MS +admirable/P +admire/NRnkSlDG +admixture/SM +admonish/GLkDS +adobe/vXSVMN +adorable/P +adorn/LDGS +adrenaline/MS +ads +adulation/M +adult/MSYP +adulterant/SM +adulteress/SM +adulthood/MS +adventitious/PY +adventured +adventuresome +adventuring +advertised/U +advisable/I +advisor/M +aerialist +aesthetic/S +aetiology/wW1M +affair/MS +affection/EMS +affective/M +affiance/GSD +affirmation/AM +affix/DSG +afflatus/MS +afforest/nSGND +affright +aficionado/MS +afield +aforementioned +aforesaid +after/S +after-image/SM +afterbirth/SM +aftershock/MS +afterwards +age-old +ageist/M +agenda/SM +agent/MDVGS +agents/A +aggrandise/DLSG +aggregation/SM +aggressiveness/S +aghast +agleam +aglitter +aglow +agnosticism/SM +agoraphobia/MS +agrarianism/SM +agriculturalist +agriculture/MS3o +agrochemical/S +aground +aid/RGSD +aigrette/MS +aimless/PY +airborne +airlift/GSMD +airstrip/SM +airy/TP +alacrity/SM +alanine/M +alas/S +alcoholism/MS +alder/m5MS +alee +alibi/SMDG +alienate/GSD +alight/DGS +aligning/a +aliveness/S +alkalis/dQS +alkaloid/SM +all-out +all-purpose +allege/NDnhSG +allegorising +allegretto/SM +allegro/SM +allele/SWM +alleluia/S +alleviate/DnVSNG +alleviator/SM +allocator's/C +allotted/A +allotting/A +allow/7ShlGD +allowing/E +allude/DXSGVvNu +almagest +almighty/P +almond/MS +almost +aloe/SM +aloha/SM +alone/P +alp/M +alphanumeric/YS +altercation/M +alternate/DSvuYGNnV +alternator/MS +alto/SM +altogether +altruism/SM +alundum +amahubo +amasser/M +ambiguously/U +ambit/NXM +amble/RDGS +ambrose +ameliorate/VDSNGn +amen/dg7Sl +amender/M +amiability/MS +amicable/PY +amine/S +ammonites +amnesic +amnesty/SMDG +amniocentesis/M +amoeba/WMS +amoebae +amorousness/S +ampersand/SM +amphibology/M +amputate/GDSNn +amuse/RVLDGSkh +amused/U +amusing/P +an/o +anachronism/SM +anaemia/SM +anaesthetize/NnDRSG +anagram/SMDG +anagrammatic/Y +anal +analgesic/S +analogous/YP +analyse/GSDW +analyst/MS +anamorphic +anapaest/MSW +anaphora/1WM +anarchist/W +anastomosis/M +anchoress +anchoret/W +anchorite/SWM +and/GD +andante/S +anders +andiron/MS +anemone/SM +anew +angel/MWSw1 +anger/MdS +animalcule/S +animating/A +animation/MAS +animator/MS +animism/MS +ankle/GMDS +annalen +annelid/MS +annotation/M +announced/U +anomalous/PY +anorak/SM +ans/M +antagonism/MS +antecedence/SM +anthropomorphizing +anti-gravity +antibody/SM +anticipate/VGnyDNvS +anticipated/U +anticipation/M +anticlerical/S +anticlimactic/Y +anticlimax/MS +anticompetitive +antiformant +antiphon/MSo +antiphonal/S +antiquation/M +antique/SGNMD +antiseptic/YS +antiserum/MS +antislavery +antisubmarine +antisymmetry/W +antiterrorism +antithesis/M +antitrust/M +antivenin/SM +antlered +antral +anybody/MS +anyone/M +anywhere +apatite/MS +aperiodicity/M +aphelion/MS +aphonic +aplomb/SM +apoplectic +appanage/M +apparatchik/S +apparel/DGMS +apparently/I +appealing/U +appearance/MEAS +appeared/EA +appearing/E +applause/MS +appliance/MS +applicant/MS +appoint/LEDSAG +apportion/ALSGD +appraisees +appraiser/MS +appreciably/I +apprehend/DNaGSX +apprenticeship/MS +approachable/U +appropriately/I +approximation/M +apron/MS +apter +aptest +aqueduct/MS +arability/SM +arable/S +arachnoid/M +arbiter/MSNn +arbitrage/MDRSG +arbitrariness/S +arbitrary/YP +arbitrate/DVSG +archaeopteryx +archbishop/MS +archdeacon/MyS +archdiocese/MS +architectonic/S +archive/RSD3GM +ardent/Y +ardour/MS +arduous/PY +are/B +armature/GSDM +armer/EMS +armless +armlet/SM +armorial +aromatherapist/MS +aromatherapy/S +aromatic/PS +arouse/SGD +arranged/EKA +arrant/Y +arrest/DRGS7k +arrhythmic +arriver/M +arrogate/nSDGN +arrowroot/MS +arroyo/SM +art/M3jS2pZ6 +arteriolar +arthritis/M +arthrogram/MS +arthroscope/SW +article/GDMS +artificiality/MS +artiste/MS +artistry/SM +arum/SM +as +asbestos/MS +asbestosis +ascent/MS +ashamed/YU +ashtray/MS +ashy/T +aside/S +asininity/SM +askew +aslant +aspartame/S +aspen/MS +aspirate/DSG +asplenium +ass/M8S +assail/D7GS +assassin/SMNn +assaulter/M +assembled/AU +assemblywomen +assenter +assert/DxVRGSuv +assertiveness/SM +asses/DG +assiduity/MS +assiduous/YP +assignor/SM +assimilate/SGnDNV +assimilation/3M +assistant/SM +assistantship/SM +assister/M +assn +assonance/MS +assorter/M +assumer/M +asteroidal +asthmatic/S +astraddle +astral/Y +astringent/YS +astronomer/MS +asunder +asylum/SM +asylum-seeker/S +asymptote/MW1S +atavist/WSM +atheism/MS +atheroscleroses +athirst +athlete/1MSW +athleticism/M +atlantes +atlas/SM +atonality/MS +atria +atrocity/MS +attaché/S +attack/RSGM7D +attain/GADS +attainability/SM +attainable/PY +attar/MS +attempter/MS +attentive/PIY +attenuated/U +attitude/SM +attitudinal/Y +attorney/MS +attract/GvSDVu7 +attribute/xDGvSV +attributed/U +attributer/M +audiovisual/S +audit/dVMSXNy +augite +augment/SRGNnD +augmentation/M +augury/SM +aureole/MGDS +aureomycin +auricle/MS +aurora/MS +auspicious/PY +austral +australes +author/dQs-qS9M8 +authoress/S +authorization/M +autobahnen +autocollimator/M +autocracy/SM +autocross +autofluorescence +autogiro/MS +autoimmune +autonomous/Y +autosave +autotransformer/M +auxiliary/S +availabilities +avant-garde/3 +avaricious/PY +avenge/RSGD +aviate/Nn +aviation/M +aviatrix/SM +avionic/S +avoirdupois/M +avower/M +awash +awe/MDSG +awed/c +aweigh +awes/c +awfulness/S +axehead/S +axis/M +baa/GSD +bacilli +back-pedal/GD +backarrow +backbreaking +backdate/GSD +backfire/GSD +backing/M +backlog/MSGD +backslapping/M +backslash/SDG +backstabber/M +backstabbing +backstage +backstairs +backstreet/M +backstroke/SGMD +backwardness/S +backyard/MS +bacteriophage +badge/DRSGM +badman/M +badmouth/DGS +baffle/LRSGkD +bagged/M +bagginess/S +bagging/M +bailey/S +bailout/MS +bakery/SM +bakgat +balancer/MS +balcony/SDM +baldric/M +balefulness/S +balkanize/NDnSG +ballerina/MS +ballet/MWS +balloonist +ballot/MdS +balls/Z +balm/SZM2 +balsamic +balun +baluster/MS +bamboo/MS +banality/SM +bandbox/SM +bandeaux +banded/E +banding/E +banditry/SM +bandy-legged +banister/MS +bank/RGDJSM7 +bankbook/SM +bankrupt/GMDS +banns +banterer/M +bar-room/SM +barb/MGSRDi +barbarism/MS +barbarous/PY +barbedwire/SM +bareback +barehanded +bargain/RGMDS +bargy/SD +barkeep/RS +barmaid/SM +barnyard/M +barometer/1WSM +baroness/MS +baronet/SM +baroque/MSY +barrage/MDSG +barren/P +barrette/MS +baseball/MS +baseline/SM +baseness/S +baser/C +basher +basilar +basin/M6S +basing/C +bask/GDS +basket/MyS6 +basswood/MS +bate/SCAGD +bated/F +bathhouse/MS +bathyscaphe's +bathysphere/MS +batiste/MS +battle-cry +battleground/MS +battleship/MS +baud/M +bawl/DGS +bazaar/SM +bazillion/S +bazooka/SM +beachwear/M +beacon/MdS +beady/T +bears/c +beastings/M +beat/R7lJGS +beatably/U +became +beckon/dS +becloud/SDG +become/kSG +bedbug/SM +bedeck/SDG +bedmate/MS +bedsit/S +bedspring/SM +bedstead/SM +beecher +beechwood +beef/MSZ2GD +beefburger/MS +beefcake/MS +beefiness/S +beep/DRMGS +befog/SDG +befriend/DSG +beg/GSD +beggary/M +begot +begrime/SGD +begrudge/GkSD +begrudger +behalf/M +behalves +behaviour/aSM +behavioural/Y +behavioured +behaviourist/MSW +behest/MS +behindhand +believability/M +believing/EU +belittler/M +bell-hop's +bell-ringer/S +belligerent/YSM +belly's/f +belonging/M +belting/M +beman +bench/SDGM +benediction/MS +beneficence/SM +benefit/dSMr +benighted/PY +benzene/SM +bequest/SM +berate/GSD +beret/SM +berm/SM +beryllium/M +bespectacled +bespoken +bestowal/MS +beta/SM +betel/SM +betrothal/SM +between/PS +bezique +bi's +bi-level +biannual/Y +biathlon/MS +bibliographer/MS +bibliography/WMSw1 +bicuspid/S +bid's +bidet/MS +bifocal/S +big-boned +bighorn/SM +bigmouth/MS +biharmonic +bijou/M +bile/SM +biliary +bilingualism/MS +bimetallic +bingo/SM +binodal +binuclear +biochemical/YS +biog/S +biol +bionics/M +biophysicist +biota/W +biotechnology/SMw3 +birchen +bird/DRGMS +birdbrain/DMS +birdieing +birefringence/M +bishop/dMS +bison/M +bisyllabic +bitch/zMZDS2G +bitchy/TP +bitter-sweet/Y +bittern/MS +bituminous +biyearly +bizzes +black-hearted +blackball/DMGS +blackish +blackjack/DSMG +blacklist/DG +blackly/3 +blackout/MS +bladdernut/M +blah/DMGS +blamelessness/S +blanc/M +blanketer/S +blasphemous/YP +blast/GRSMD +blastoff/SM +bleach/RSDG +bleat/GSD +bled +bleeding-heart +blemish/DSGM +bless/ShiGJD +blessedness/S +blighter/M +blimey/S +blinker/d +blinking/U +bloat/RGSD +blockbuster/MS +blockier +blondness/S +blood-lust +bloodbath/S +bloodied/U +bloodiness/S +bloodsport/S +bloodstain/MSD +bloodsucker/MS +blotchy/T +blow-by-blow +blow-dryer +blow-out/SM +blowzy/T +bluebell/MS +bluebonnet/SM +bluebush +blueing's +bluejacket/SM +blueness/S +bluepoint/MS +bluest/M +bluntness/S +blur/ZMGS2hD +blurriness/S +blurter +blush/SkRDG +boasted/e +boat/DMRGS +bob/MDGZS +bobbin/MS +bobby/SM +bobs/M +boccie/SM +bodying/M +bodysurf +boekenhout +boep +boerebeskuit +boeresport +boetie +bog/MGSDZ +bogey/DmGMS +bohemianism/S +boil/DASG +bok-bok +bold/PTY +boldness/S +bolero/MS +bolsterer/M +bombardier/SM +bondage/SM +bonehead/MDS +bong/DGSM +boniness/S +bonito/MS +bonkers +boodle/DSMG +book/7RDGJSM +bookbinding/M +bookcase/SM +bookie/SM +bookmaking/M +books/Z +bookwork/M +boot's +bootie's +bootlace/S +bootless +booty/SM +borate/MDS +born-again +boron/M +bosom's +botany/WSM3w1 +bother/dS +bottle-green +bottleneck/DMGS +bottom/MpSd +bouffant +bouncy/TY +boundary/MS +bounty/DSMj6 +bourgeoisie/MS +bout/MS +bow-saw/SM +boxcar/MS +boycott/DGS +boyer +boyfriend/SM +boyscout +bozo/SM +braai/DS +braaing +brace/DGkMS +brachia +bract/MS +bracteal +brag/TDRSG +brainchild/M +brainchildren +brainpower/M +brainteaser/S +brainwash/SDG +brainwashing/M +brand/MRDGSZ +brandish/GDS +brands/a +brandy/MSDG +brandywine +braze/DGS +brazenness/S +breadfruit/MS +break/SeM +breakable/S +breakaway/SM +breastplate/SM +breathable/U +breathe/S +breech/DMGS +breech-loader +breve/MS +brew/RDSMG +bricklayer/MS +bricklaying/MS +bride/MS +brigade/SGDM +brigadier/SM +brigantine/MS +brilliance/MSZ +brim-full +brimstone/MS +brink/SM +briquette/SM +bristols +brittleness/S +broad-mindedness +broadband +broadside/MSDG +broadsword/MS +broken/YP +broker/d +bronc/S +brook/SMDG +brose +brotherly/P +brow/SM +browbeat/SG +browbeaten +browning/M +brownout/SM +brows/DRSGB +brucellosis/M +bruit/S +brushfire/SM +brushwork/MS +brusque/YTP +brutal/8Q-q +brutality/MS +buboes +buccaneer/DSMG +buck-passing +bucketful/MS +buckle/GUSD +buckler/SM +bucolic/YS +budge/DSG +budgetary +buffered/U +bufflehead/M +buffoon/MS +bulker +bullet/MS +bulletproof/GD +bullfinch/SM +bullfrog/MS +bullheaded/P +bullish/YP +bully/MTSDG +bumpkin/MS +bumpy/TP +bundle/GUD +bundler/M +bunk/RCGDS +bunny/MS +buoy/SDMG +buoyancy/SM +burden/cdSU +burdensome/PY +bureau/MS +burg/RSM +burglar/SM +burglarproof/GD +burl/DM2S +burlesque/MDYRSG +burned/U +burster/M +busher +businesslike +busk/RGM +buskin/SM +busman/M +busty/T +busyness +busywork/SM +butane/MS +butchery/SM +butler/dSM +butt/MS +butt-end/S +butterball/MS +butternut +butterscotch/M +by-product/MS +byroad/MS +byword/MS +bêtise +c.elegans +cabal/MGSD +cabinetry/SM +cable/DGMS +cablegram/MS +cabriolet/MS +cacao/SM +cacciatore +cacher +cacophony/M3S +cadaverous/Y +caddy/SGDM +cadencing +cadent/C +caducei +caeca +caecum/M +cafeteria/MS +caffeine/MS +caftan/MS +cagiest +caitiff/SM +cajole/LGRSyD +calcite/MS +calcium/M +calculate/BDhiSGNknV +calculator/MS +calendar/MdS +calibrate/DASNG +calibrater's +calicoes +call/JDGR7S +called/AaU +calling/a +callous/SGPDY +callowness/S +calorie/MS +calves/M +camber/MdSW +camel/MS +camel-hair +camellia/SM +camp/2MDzGRSZ +camp-site/MS +campaign/DRMSG +camped/C +camphor/SM +canary/SM +cancan/MS +cancel/RGDS +cancer/MS +candlewick/MS +candy/SGDM +cane/SJM +canniest +cant/CRDGS +cantabile +cantaloup +canted/AI +canteen/SM +canvaser +capability/ISM +capablest +capacious/YP +capacitive/Y +capillarity/SM +capitalist/1W +capitalize/ADNnSG +capon/MS +caption/GDM +captious/YP +captor/SM +capture/AGDS +car-sharing +caramel/Q8SM +caravanserai's +carbohydrate/MS +carbonate/DMGS +carcinogenesis +cardholders +cardiac/S +cardinality/SM +cardiomegaly/M +career/3SGMD +careerist +caress/kMvSV +careworn +caribou/M +caries/M +carnage/MS +carny/G +carousal/MS +carouse/RDSG +carp/MRDGkS +carpal/MS +carpeting/M +carrier/MS +cartage/MS +carthorse/MS +carton/SdM +casaba/MS +case/SLJDMG +casebook/SM +cased/U +cash-book/MS +cashier/GDSM +cassock/DMS +cast/ASaGe +caste/RMSJ +castigator/MS +casting/cM +castle/MSGD +castrato +cat/MzGDZS2 +cataclysmal +catalogue/DGRS +catbird/SM +catcall/GSDM +catchphrase/S +catechism/SM +catharsis/M +catkin/SM +cauldron/SM +causal +causality/SM +cause/RDpGonMS +causeway/MSDG +caution/RDGSMy +cautious/YI +cavity/MFS +cay/MCS +cayenne/SM +cayman/S +celebration/M +cementum/SM +censer/MS +censor/MdS +censure/RSGMD +centilitre/SM +centralise/AGCnSD +centralist +centrefold/S +centric/F +centrifugate/M +centring/M +centripetal/Y +ceremonialness +ceremoniously/U +cerise/MS +certainest +chagrin/SM +chain/UDSG +chainsaw/DSG +chairperson/MS +chakalaka +chalet/MS +chalk/SZ2MDG +challenging/U +challis/MS +chambermaid/MS +chamberpot/S +chambray/MS +chamois/MDGS +champaign/M +chancel/SM +chandler/SM +changeableness/SM +chanteuse/MS +chap/MDGS +chapeau/SM +chapter/dSM +charabanc/SM +character/dq86Qs-Mt9S+p +charbroil/GDS +chard/MS +charging/fcA +charisma/W1M +charismatic/U +charitable/PY +charitableness/S +charitably/U +charlady/M +charo +chatelaine/MS +chattel/SM +check-up/MS +checkmate/SDGM +cheddar/S +cheek/2SZzMDG +cheekbone/MS +cheerfulness/S +cheerleader/SM +cheeseburger/SM +cheesecloth/MS +chemise/MS +chemosynthesis +chemotherapist/SM +chenille/MS +chequeing +chequer/d +cherish/DGS +cherisher/M +chesterfield/SM +chge +chichi/TS +chicken/dMS +chicory/SM +chiefdom/SM +chiffon/MS +chiffonier/MS +chignon/MS +childbirth/SM +childishness/S +childrearing +chilliness/S +chillness/S +chimaera/Mw +chimera/wSWM +chimp/MS +chipboard/M +chippy/S +chirography/SM +chivalrousness/S +chivalry/WSM +chive/MS +chlamydia/S +chm +chock-a-block +chocolate/SMZ +cholesterol/MS +choline/M +cholinesterase/M +chommie +choosy/T +choroid/S +chromite/M +chronic/Y +chronometer/MWS +chubby/TP +chuck/SGMD +chummy/TP +chunky/TP +churchgoing/MS +churchly/P +chutney/MS +châtelaine/MS +ciao/S +ciceroni +cilantro/S +cilia/M +cilium/M +cinch/MGDS +cinder/SdM +cinematographer/SM +circlet/SM +circuitry/SM +circulated/A +circumnavigation/M +cistern/SM +citronella/SM +citrus/MWS +citywide +cl/GJ +claim's +claimed/U +clamorous/YP +clamshell/MS +clandestine/YP +clannish/YP +clannishness/S +clarinet/MS +clasp-knife +clasp-knives +clasper/M +classificatory +classmate/SM +clatter/kSZd +clatterer/M +claustrophobic +clavier/SM +clayier +clean/RTYPDBGS +clear-sighted +cleavage/SM +clerk/SYDGM +clew/GSMD +climacteric/SM +climate/SM1 +climbed/U +clink/RSDG +clinometer/SIM +cliometric/S +clique/DSZMG +clitorides +clitoris/SM +cloak/SUGD +cloak-and-dagger +cloakroom/SM +clobber/Sd +clockwork/SM +cloisonnes +cloistral +clomp/GMDS +close/PRGDJYST +close-cropped +closed/UE +clothesline/MGSD +clothesman +clove/RSM +club/MSGD +club-class +clutter/dS +cluttered/U +co-channel +co-op +co-operator/MS +co-opt/VGND +co-produced +co-star/GDS +coacher/M +coagulant/MS +coal-black +coalescence/MS +coarse/YTP +coarsen/dS +coax/okRG +cobble/RGDSM +cochlea/SM +cock-shy +cock-up/MS +cockatoo/SM +cockatrice/MS +cocklebur/M +cockleshell/MS +cockney/SM +cockroach/SM +cocktail/DGMS +coda/SM +codebook/S +codebreak +codec/SM +codependency/S +coder/4MSC +codeword/MS +codex/M +codification/M +coercible/I +coextensive +cofactor/MS +coffee-cake/SM +coffee-cup/MS +coffee-maker/S +cogency/SM +cohabitational +coif/M +coinage/SM +coincidental +cokey +collage/SMDG +collator/MS +colleen/M +collegian/MS +collide/SNxDGX +colliery/SM +collimate/DCNGS +colloidal +collude/SNVDGX +colon/Mqs9Q38-WS +coloratura/SM +colossus/M +colostrum/MS +colour-sergeant +coloured/ES +colouring/M +colter/M +coltish/PY +columnar +comaker/MS +comb/MDRGS +combinable +combinator/WMoS +combinatorial +comedian/MS +comedown/MS +comfort/BlRGSkDM +comfortableness/S +comity/SM +commando/MS +commencer/M +commentary/MS +commiseration/M +commission/DGCRS +committee/5MmS +committing/c +common/rYPS +commonsensical +communality/M +commune/SGQ38oD +communicability/MS +communicable/Y +communicate/SNxvBDVGun +communicated/a +communicative/U +communique/S +communism/MS +communitarian/M +community/MS +compaction/M +companion/MlD7SG +companionable/P +compartment/MGDS +compatibility/SMI +compatible/ISY +compatibly/I +compendia +compensable +compensator/M +competitor/SM +complacency/SM +complement/NGDRSM +completes +completion's/I +complicating/c +complicity/MS +comprehensibility/SMI +compresses/C +computability/M +computed/KA +comradeship/SM +conceived/aK +conceiver/M +concentrator/SM +concern/DUh +concerted/E +concerto/MS +concerts/E +conciliate/yNVGn +conciliation/MA +conciseness/S +conclave/S +concocter/M +concordant/Y +concupiscence/MS +concurrence/MS +concuss/VNX +condemnation/M +condemnatory +condensation/M +condescend/kNX +condo/M +condolence/SM +conducted/a +conductor/SM +conducts/a +confessional/S +confidante/SM +confirm/nhiNy +confiscator/MS +conflation/M +conformal +conformance/MS +congener/SM +congenial/U +congeries/M +conglomerate/MNSGnDV +conjugateness +conjugation/M +conjunctiva/SM +conjuring/M +conk/RSD +connection/pSM +connective/MS +connivance/MS +connubial/Y +conquered/U +conqueror/MS +conquistadores +conscientiousness/S +conscionable/U +consciousness/S +consecrated/AU +consecrating/A +consensus/MS +consent/DRkSG +conservancy/MS +conservatism/MS +consider/AdS +considerate/YIN +considered/U +considerer/M +consignor/S +consistence/SZ +consistency/IMS +consistent/YI +consolation/ME +consonance/SM +consortium/M +constituent/YMS +constitutionality/SM +constitutionals +construction/3SoM +constructiveness/S +consulate/MS +consulship/SM +consultancy/S +consulter/M +consume/SVRGXhDJvkN +consumerist +consummate/YSDVG +consummated/U +contaminative +contemplative/SP +contemptible/Y +contentious/PY +contentiously/U +contentiousness/S +continent's +continue/SEGnND +contraceptive/S +contradictory/PY +contrariwise +contrary/PSY +contravention/MS +contrite/P +contrivance/MS +contusion/M +convene/SAGD +convention/oSM +convergence/MS +converser +convex/Y +convict/DGSV +conviction/SM +convincing/UY +conviviality/SM +convoke/SGnND +convolve/SCDG +convulsion/M +cook's +cooked/fU +cookware/SM +cool-bag +cool-headed +coolish +coolness/S +cooperant +cooperative/U +coot/MS +cop/MDdRSG +coping/M +copper/dZ +coppice/GMDS +cops/GDS +copybook/MS +coquettish/Y +coral/MS +corder/MA +cordillera/SM +corkscrew/MDSG +cornea/MS +cornerstone/MS +corolla/yMS +corporates/I +corporation/ISM +corporeal/IY +corporealness/M +corps/MS +correction/MS +corrective/S +correctly/I +correlate/CNDSG +correlated/U +corridor/SM +corrigendum/M +corrigible/I +corroborated/U +corroborator/MS +corrode/bXvuGDSNV +corruptness/S +corset/dMS +corticosteroid/SM +cortisone/MS +coruscation/M +corves +cosine/MS +cosmetology/S3M +cosmical +cosponsor/dS +cost-effectiveness +cotangent/MS +cote/SM +coterminous/Y +cotillion/SM +cottar's +cottontail/MS +cottonwood/MS +cottony +could +counsel/GMJDS +counter-intuitive +counterfeit/RSDG +counterinsurgency/SM +counterproposal/M +countersignature/MS +counterspy/MS +countersunk +countess/SM +countrywide +couple's +coupled/U +couples/U +courgette/SM +course/MERDSG +court/MRGDSY +courtyard/MS +couturier/SM +covalent/Y +cover-up/S +covet/dSk +cowbell/MS +cowboy/MS +cowgirl/MS +cowl/MDGS +coyed/C +crabby/T +crablike +crack/RSD7GY +crackable/U +crackle/SGDJ +cradling/M +crammer/M +cranky/PT +crap/ZMDGS +crape/MS +crassness/S +craver/M +crawdad/S +creaminess/S +crease's +creaser/I +creatable +creation/AM +creativity/MS +creditable/P +creditor/MS +creditworthy +credulity/MIS +creek/SM +cremation/M +creosote/DMSG +crestfallen/YP +cresting/M +cretonne/MS +crevice/SM +crewelwork/MS +criminalize/CnGNSD +crimp/DGS +crimper/M +crimson/dSM +cringer/M +crinkly/ST +criss-cross/SGD +critic/M9YQs8S +critical/UY +croft/GRSM +croissant/SM +crookedest +crop's/e +crops/e +cross-check/SDG +cross-fertilization +cross-hair/S +cross-legged +cross-reference/SDG +crossed/AU +crossproduct/S +crosstalk/M +crowfeet +crowfoot/M +crucifixion/M +cruciform/S +cruddy/T +cruel/TGPYD +cruelness/S +cruelty-free +crumb/GYMDSZ +crumbliness/S +crumbly/TP +crummy/T +crumple/DGS +crustacean/MS +crustiness/S +cryptanalytic +cryptographer/MS +crystallize/NRGDnS +crystallized/A +cu. +cubit/MS +cuboid +cue/MaGDS +cueing +cull/S +culotte/S +cultivable +cultivatable +cultivation/M +cumber/dS +cumin/MS +cumulonimbi +cunnilingus/MS +cunt/MS +cupful/MS +cupidity/SM +cupping/M +curate/MGSD +curative/S +curator/SM +curbside +curiosity/SM +curliness/S +curricula +curricular +cursiveness/M +cursor/dSM +curtain/GSMD +curtness/S +curvaceous/Y +curvature/SM +cuspate +custard/SM +custodian/SM +custom-built +cut/MJGSR +cut-out/MS +cutaneous/Y +cuteness/S +cuticle/MS +cutlass/MS +cuts/f +cuttlebone/SM +cuttlefish/MS +cyan/MSW +cyanogen/M +cybernetic/S +cyberpunk/MS +cycle/w3D1MSWG +cycled/A +cyclotron/SM +cyder/MS +cylinder/1SMw +cystitis +cytology/SM3w +cytoplasm/MSW +czar/MS3 +czarina/SM +d'Arezzo +dace/M +dacha/SM +dactyl/MS +dad/MSZ +daemon/MWS +dagger/MSd +daiquiri/SM +dais/MSZ +daisy/SM +damaged/U +damask/GDMS +dame/SM +damner +damson/MS +danceable +dander/MSd +dangerous/YP +dapperest +dare/RSGkD +darkish +darnedest +dart/DRGMS +dartboard/MS +datafile +dataset/S +daub/RSGD +dauntless/YP +dauntlessness/S +day-to-day +deadhead/MS +deadline/GMDS +deadly/TP +deals/a +deanery/MS +deanship/MS +dear/TSZYP +dearth/MS +deathblow/MS +debar/LDG +debatable +debaucher/M +debit/d +decadence/Z +decagon/SM +decathlon/SM +decease/KSDG +deceptiveness/S +decisiveness/SI +deck/MDJSRG +declaration/AM +declare/RSNGnVvyD +declaring/A +declassify/GNn +decongestant/S +decorative/P +decorous/IPY +decrepitude/MS +decrypt/GD +dedicative +dee/M +deed/DGMS +deep-fried +deep-laid +deerstalker/SM +deface/LR +defame/nRGy +defeat/3RDG +defeated/U +defector/MS +defencelessness +defend/uvV +defended/U +defensibility/M +defiled/U +definably/I +define/KDSAG +definer/MS +definite/xVvu +definiteness/IS +deflatable +deflater +deflect/SGVD +deflection/MS +defoliant/SM +deformity/SM +defunct +degree/MS +deicide +deign/DSG +delectable/PSY +delete/GNnSD +deleter +deletion/M +delft/SM +deliberate/YPVuv +deliberateness/S +deliberative/P +delicateness/S +delicti +delineate/DGNnVS +delinquency/MS +dell/MS +delta/MS +demanding/U +demesne/SM +demi-monde/SM +demitasse/MS +democratic/UY +demolish/GDS +demonstrate/DSvGnNVu +demoralize/R +demythologize/nSNDG +denouement/MS +denounce/SLRGD +dent/D3GoMS +dentist/y +denture/IMS +denuclearise/GSD +denudation/M +denude/nRGD +deny/RGk7DS +department/o +departmental/8qQ- +depend/BGDlS +deplete/GVnDSN +deportation/M +deportee/MS +depositor/MS +depository/SM +depute/NGQ8ZnSD +derail/L +dereliction/SM +derisive/P +derisiveness/S +derogatory/Y +derrick/MDGS +descends/F +deserved/UY +desiccate/SNDnG +desiderata +desideratum/M +designation/M +desolation/M +desorption/M +desperate/YPnN +despise/RGDS +despite +despoil/L +despondence/SZ +detain/LDSG +detainer/M +detective/SM +deteriorate/nSDGVN +determinacy/I +determination/KMI +determine/BDSRGvuhVi +determiner/KMS +determining/KA +deterred/U +detribalise/DGS +detrimental +devastation/M +devilishness/S +deviousness/S +devoice +devour/RDGS +dewlap/MS +dewy-eyed +dexter +dextrose/MS +diabolical/P +diachronic +diadem/MdS +diaereses +diagnosable +diagnose/GDaS +diagnosed/U +diagnosis/M +dialectic/MS +dialysis/M +diamagnetic +diastase/SM +dichloride/M +dichotomy/Qq8-SM +dicier +dickiest +dicotyledon/MS +dicotyledonous +dicta/nM +dictate/GDS +dictatorship/MS +didactics/M +diddle/DRGS +diesel-electric +diet/DRGMS +dietary/S +diethyl +differencing +different/IY +differentiator/MS +differer/S +diffidence/MS +diffract/SGD +diffraction/SM +digester/M +digestible/I +digestifs +digestion/SM +digestive/S +dignitary/SM +dilapidation/M +dilate/nVDGNSyhi +dilatory/P +dilettantism/SM +diligence/MS +dilly-dally/DSG +diluent +dilute/VDGYPS +diminution/MS +dimorphism/M +dinky/TS +dioxalate +dip/RSDGZ +diphtheria/SM +diploid/S +diplomat/3SM +direct/TxPyYSDGV +directivity/M +directly/I +director/SaA +directrices +dirndl/MS +dirtiness/S +disadvantage/i +disambiguate/GDnSN +disappear +disarm/k +disband/L +discern/LbDSGk +disciple/MSDG +discipline/DIM +discography/SM +disconnectedness/S +discotheque/MS +discoverer/S +discredit/7l +discreet/TPY +discreetness/S +discrepancy/SM +discrete/PYnN +discretions/I +discrimination/MS +discriminatory +discursiveness +discus/MSDG +disdainful/P +disembark/nN +disillusion/DLG +disk/MS +dislodge/LG +disorder/ih +dispensary/SM +dispensation/M +displease/h +dispose/IDKSGNX +disproportionate/DG +disproportionation/M +disputable/I +disputably/I +disputant/MS +disquiet/Mk +dissemble/SGRD +dissipate/RShGDiNnV +dissoluble/I +dissoluteness/S +dissuader/M +distal/Y +distance's +distant/PY +distaste +distend/XN +distillate/SM +distributable +distribute/uDvGV +distributor/MS +distributorship/M +disuse/M +ditherer/S +diuretic/S +divan/MS +divergence/MS +diversion/My +diversity/SM +divert/SDG +diverticulitis/M +divide/XDRxvuSNGV +divides/A +divine/YnDTRSNG +divisibility/ISM +divisible/I +division/A +divorcée/MS +divulge/GDS +djellabah's +dock/MS +dockland/MS +doctorate/MS +doctrinaire/S +doctrinal +documentary/SM +documented/U +dodo/MS +doe/7MRTS +does/ceAU +doeskin/MS +dog-collar/MS +dog-star +dog-tooth +dogfish/MS +doggerel/SM +doggy/STM +dogtooth/M +dogwood/MS +doings/a +dolefulness/S +doll/DGMSY +dolour/MS +domestic/YNnS +dominant/SY +dominate/NSGKD +dominative +domineer/GkDS +dominoes +done/FefcAU +donkey/SM +donnish/PY +doorkeep/R +dopamine +dopiest +dork/SZ +dorky/T +dormouse/M +dorper +dose/cMDSG +dosimeter/MS +doss-house +dost +dot/MrdZS2kDG +double-checked +double-decker/S +double-glazed +doubled/A +doubleness +doubles/M +doublethink +doubling/A +doubt/kSMR6Djp7G +doubtful/P +dour/TPY +douse/DSG +douser/M +dovecot +dowager/MS +dowdiness/S +dowel/SMDG +dower/MdS +down-and-out/S +downbeat/MS +downheartedness/S +downland/S +download/BDSG +downpour/SM +downrange +downs/8 +downstage/S +downturn/SM +downwind +downy/T +dozenth +drabness/S +draconian +drafted/A +drafting +draggy/T +dragoon/MGDS +drainage/MS +drake/SM +dramatics/M +drat/GDS +draught/zm2S5Z +drawee/MS +drawing-room +drawl/GSDk +dray/SMDG +dread/GSD6j +dreadlocks +dreadnought/MS +dreaminess/S +dreamland/MS +dreamlike +dreary/TP +dredge/MSRGD +dresses/AcU +dressmaker/SM +driblet/SM +drift/RGSDk +drivel/RGSD +drizzly/T +dromedary/MS +droop/2GSDZk +drop/DRGMJS +drop-in +drop-kick/S +dropping/M +drosophila/M +drown/DJSG +drowner/M +drowsy/TPY +drumstick/SM +drunkenness/S +dry-cleaning +dryad/MS +dryer/MS +dryness/SM +dual/S +dubbing/M +duchess/SM +duckbill/MS +ducker/M +duckling/SM +duct/FMDGS +ductile +dud/MS +dulcify +dumbfound/DGS +dun/TSDG +duple +duplexer/M +duplicative +duplicitous +durable/PSY +durum/MS +dustpan/SM +duxes +dwarves +dye/MGJR7DS +dyestuff/SM +dynamical +dynamics/M +dynamism/SM +dynamite/RSMDG +dyne/M +dysfunction/oSM +déclassée +décolletage/S +décolletée +décor/SM +détente/S +e.coli +ear/MYSD6 +earn/DTSGRJ +earning/M +earthbound +earthliness/U +earthling/MS +earthshaking +earthward/S +earthwork/MS +earwig/MDGS +easiness/S +east-north-east +east-south-east +eastward/S +eaten/Uc +eave/SM +eavesdrop/SRGD +ebb/GSD +ebony/MS +eccentric/YSM +ecclesiastic/YSM +echoic +echolocation/MS +eclecticism/SM +ecoclimate/SM +economic/UY +ed. +eddy/DMSG +edgewise +edginess/S +edibleness/SM +edibles +edification/M +edifice/SM +edified/U +edit/dAS7N +edited/FU +editor/SFM +educ/nxNV +educability/SM +educate/ihSGBD +educator/SM +efface/GLSD +effacer/M +effectuate/NSGD +effeteness/S +efficiency/MIS +efficient/YI +effigy/MS +effluvia +effusion/M +effusive/P +egg/MGSD +egghead/DMiS +eggnog/MS +egotism/SM +egregiousness/S +egress/MGDS +egret/MS +eidetic +eigenstate/S +eigenvalue/SM +eigenvector/SM +eighty-second/S +eisteddfodau +elaborate/PSVDNYGn +elaboration/M +elate/iSNDGhn +elated/P +elater/M +electrical/P +electricity/MS +electrification/M +electro/M +electrocardiogram/SM +electrode/SM +electroencephalogram/SM +electroencephalograph/SMZW +electronic/S +electrophoresis/M +electroshock/GSDM +electrostatics/M +elegiacal +elementary/PY +elevens/S +elixir/MS +ell/MS +elocution/My3S +elodea/S +elope/SDLG +eloper/M +elucidation/M +elute/DG +elves/M +elvish +emancipator/MS +emasculation/M +embarcadero +embark/EGSAD +embarrass/khLDSG +embellished/U +embodied/A +embolden/dS +embolism/MS +embouchure/SM +embracer/M +embracive +embroidery/MS +embryology/Sw3M +emendation/M +emergency/MS +emery/SM +emf/S +eminence/SM +emolument/MS +emote/xvSVDG +empathetic/Y +emphasizing/A +employed/UfA +employments/f +employs/A +emptier/M +emu/MS +emulation/M +enable/DRSG +enactment/A +enamel/DRMGSJ +enamelware/SM +enamelwork +enamour/GSD +encephalitic +encephalographic +enchanted/E +encroacher/M +encrustation/M +encyclopaedia/MS +end-stopped +end-user/S +endanger/dLS +endear/DkLGS +endemicity +endless/YP +endogamous +endurably/U +energetics/M +energized/U +enfold/DGS +enforcing/A +engaged/A +engages/A +engrained +engrave/RSGDJ +engraving/M +engross/LGhSkD +engrosser/M +enharmonic +enlighten/LSd +enlightened/U +enlightening/U +enlist/GDAS +enlistee/MS +enlistment/A +enormous/PY +enormousness/S +enqueue/SD +enrapture/DGS +enrich/LDSG +enshroud/DGS +enslave/SLRDG +entail/LDGRS +entangler/ME +entered/A +enterprising/U +enthrone/DLSG +enthusiasm/MS +entice/RkDSLGJ +entomb/DLGS +entourage/MS +entrammel/SGD +entranceway/M +entrepôt/S +enunciation/M +enureses +envelope/SM +envied/U +envious/YP +enzymology/M +eolith/W +epaulette/MS +ephedrine/MS +ephemera/SMo +epic/MSY +epidermic +epiglottis/MS +epigrapher/M +epistemic +epitaxy/oM +epoch/oM +epsilon/SM +equalised/U +equanimity/MS +equipped/AU +equiproportional/Y +era/MS +eras/r7Sdg +erasure/SM +erbium/M +erf +ergophobia +erk +erosible +errancy/SM +errand/MS +errantry/M +errata/SWM1 +erratic/S +error/SM +erstwhile +erythrocyte/SM +escallop/MS +escaper/M +espousal/SM +esprit/SM +essay/MSDG3R +est/R +establish/ESLDG +estimableness/I +estimating/A +estimative +et +etalon +etc. +eternity/SM +ethanol/M +ethic/3SMY +ethicist +ethnocentric +ethnology/wM3S +ethos/SM +eucalypti +euclidean +eulogised/U +eunuch/M +euphoria/SM +europium/M +eutectic +evaluates/A +evasion/M +eventfulness/SM +eventual/Y +eventuality/MS +everliving +evermore +everyday/P +everything +evict/DGS +evident/Y +evil/TPYS +evilness/S +evince/SGD +ex-students +exacting/YP +exaction/SM +exam/SM +example/MSDG +exampled/U +excel/SGD +excellence/SMZ +exception/7SM +exchangeable +excision/M +excitatory +exclusive/PS +excruciation/M +exculpation/M +excursiveness/S +executrices +exegete/MWw +exegetic/S +exemplar/SM +exemplify/RnDSGN +exercisable +exert/SDcG +exhibit/SXdNV +exhibition/R3M +exhilarate/SGVDNkn +exhilaration/M +exhume/nDGS +exigency/SM +existentialism/SM +exit/dMS +exoneration/M +exosphere/SM +expatriate/NnDSG +expectant/YS +expedience/ISZ +expedient/SY +expediently/I +expended/U +experimentalism/M +experimentalist +expert's +experted +experts +expired/U +expletive/MS +explication/M +explicitly/I +explore/yRDnNSG +explored/U +exponentiate/DNnSG +exponentiation/M +exposit/yNX +exposited +exposition/M +expostulate/DSGNn +exposure/fMSc +expressionism/SM +expressionist/WS +expressionless/Y +expropriate/DnGSN +expunger/M +ext +extending/c +extensibility/M +extensible/I +extensive/P +extensor/SM +extinguishable/I +extortion/R3MS +extra-curricular +extradite/DSG +extragalactic +extrapolation/M +extrasensory +extraterritoriality/SM +extravagant/Y +extravehicular +extrovert/DGSM +extrude/XDNSGV +exuberance/SM +exultant/Y +exultation/M +eye-liner/MS +eye-shadow +eye-tooth/M +eyelet/dSM +f/37 +fabled +fabling +fabricate/KDGSnN +facelessness +facet/SdM +facetiousness/S +factory/MS +factotum/MS +fag/MSDG +faggot/MdS +fail/DGJkS +failure/MS +fairyland/MS +faithless/YP +fake/RSGD +fakir/MS +falafel +fall-back +fallow/GPDS +falsification/M +falsify/nRBSGND +falutin +faluting +famine/SM +famous/PY +famously/I +fanatic/SMY +fancywork/SM +fang/MDS +fantail/MS +farfetchedness/M +farm/SMRDG +farming/M +farmworker/S +farmyard/MS +farrier/MS +farthing/MS +fascia/MS +fascicle/MSD +fascism/MS +fascist/WSM +fashionably/U +fastidiousness/S +fatale/3S +fatherhood/SM +fatherland/SM +fathomable/U +fatigue/MkGDS +fatty/PTS +faultless/YP +faultlessness/S +favourableness +favoured/UE +favoured's +favoureds +favouritism/SM +faze/SGD +façade/MS +fearsome/YP +feather-bed/GD +feather-light +featherweight/MS +febrile +fecund/ng +fedora/MS +feeble-minded +feel/RkJGS +felicitate/DNSGn +felicitous/YP +fellate +felt/DGS +fem +fence's +fencepost/M +fer/LKFC +fern/SZM +fervent/Y +festival/MS +festivity/MS +fetch/RSGDk +fetishist/W +fettle/GSD +feudal +few/TP +fiancé/MS +fibrillate/DSG +fibroblast/MS +fibroses +fictional/Q8q- +fictive/Y +ficus +fidelity/ISM +fidget/dSZ +fielding +fierce/PTY +fifty-five/H +fifty-four/H +figuration/FMK4 +figurative/PY +figurine/MS +figurings +filament/MS +file's +filing/aA +filling's +film-maker/S +film-strip/MS +filtered/U +filtration/MI +fin/MdoZwSGD +find/RGJ7S +fingerprint/SMDG +finial/SM +finishes/A +fire/SMmJp +fire-control +fire-fighter/MS +fire-hose/MS +fire-lighter/S +fire-storm/MS +fireball/MS +firebox/SM +fired/Ua +firewood/M +first-hand +first-name +first-strike +firth/SM +fiscal/Y +fish-pond/SM +fishiness/S +fishing/M +fishy/TP +fistfight/MS +fisticuffs +fit's/aeA +fiver/M +fix/7hRGJnSVDi +fixes/KI4 +fixing's +fixity/MS +fixture/SM +fizzer/M +flabbiness/S +flagon/MS +flagrancy +flamboyant/Y +flame-proof/DG +flamen/M +flaming/I +flan/SM +flank/MRGSD +flannelette/MS +flare/DSGk +flare-up/S +flashcube/SM +flatten/rSd +flatter/rSZdk +flattering/UY +flatus/SM +flatware/MS +flax/SM +fledgling/MS +flee/GSD +fleecy/TP +fleshy/PT +flexes/A +flexitime/M +flick/GSD +flier/SM +flightiness/S +flimsy/YTP +fling/MGS +flintlock/MS +flip/TRGDS +flippant/Y +flirtatious/YP +flocculate/DGNS +floe/SM +flooder +floorboard/MS +floppiness/S +floppy/TSPM +florin/MS +flotation/MS +flotilla/MS +flourish/GSDk +flowery/TP +flowing/c +flu/M +fluent/FY +fluid/QsS89YMP +fluidity/SM +flunk/GSZD +flunkey's +fluoride/nMS +fluorine/MS +flutter/rdSZ +flux/DASG +fly-by-wire +flyable +flyaway +flyblown +flybys +flysheet/SM +fo'c's'le +foamer +foci/M +focused/U +foetal +foetidness +fogy/MS +foist/SGD +fold-out/MS +foliage/SMD +foliate/CGSDnN +folk-dance/SGM +folk-ways +folkish +folklike +folksiness/S +folksy/TP +foment/nRDGNS +fomentation/M +foodstuff/SM +fool/DMGS +foolish/TPY +footbridge/MS +footlights +foppish/PY +for +forced/U +forceps/M +ford/DM7GS +forebode/SGDJk +foreboding/PM +foreclosure/MS +forefeet +forefoot/M +foregone +foreknown +forensics/M +foresaw +foreshore/SM +foresight/SMhDi +forestation/AMC +forested/A +forfeiture/SM +forfend/DGS +forget/jSG6 +forgivably/U +forgiven/U +forgot +form's +formability/M +formaldehyde/SM +formate/MS +formative/SP +formatter/MS +formic +formulate/DGASNn +forswear/SG +forsworn +forthcoming/U +forthwith +fortuitousness/S +fortunateness/M +fortunes/a +forty-onefold +forty-three/H +forty-twofold +forward-looking +foundation/Mo +founder/d +four-letter +fourteen/HSM +fovea/M +foveal +fractal/MS +fractionate/DG +fracture/DGSM +fragile/Y +fragmentary/YP +framed/U +franc/MS +franker/M +frankness/S +franticly +free-handed/Y +free-kick +free-standing +freebie/SM +freedmen/M +freeze/SUAG +freeze-dried +freight/GMRSD +frenzy/MSDhG +frequented/U +fresh-faced +freshen/rdS +freshet/MS +fretboard +fretful/P +fretfulness/S +fricassee/MSG +frication/M +friction/pMoS +frictional +fried/A +friends' +frigate/SM +fright/DjSM6G +frigidity/SM +frill/MSYDG +fringe's +frivolous/PY +fro/S +froid +frothiness/S +froward/P +frugal/Y +frugality/MS +fruitcake/MS +fruitlessness/S +frump/MSZ +frumpish +fry/VSGND7 +fugue/MDSG +full-length +functional +functionary/MS +fund's/A +fundi/S +fungous +funicular/SM +furbishes/A +furious/PY +furlong/MS +furnish/RSDGJ +furniture/SM +furring/M +furtherest +furtiveness/S +fusillade/GSDM +fussiness/S +g's +gabardine/MS +gabble/GSD +gains/A +gal's +galena/M +gallant/UY +gallanted +gallantry/SM +galley/SM +gallon/MS +gallonage/M +galvanometer/SWM +gambit/MS +gammon/MdS +ganger/M +gannet/MS +gap/MkDdS +gap-toothed +garb/GDSM +garrotte/RMSGD +garrulousness/S +gas-permeable +gasket/MS +gasohol/S +gasp/RDGkS +gastroenteritis/M +gastronome/wSZM1 +gastronomy/SMW +gate/SMDG +gathered/I +gauche/YTP +gaucherie/SM +gaudiness/S +gauss/CS +gayness/S +gazebo/MS +gearwheel/MS +geek/Z +gel/MGSD +gelable +geld/JDGS +gelid +gemlike +gemsbok +gendarme/SM +genera/Vvo1MnW +general/tqsQ+8PSM-93 +general-purpose +generalisable/Y +generator/AMS +generously/U +genial/FY +genie/SoM +genitourinary +genocidal +genotype/SM +gentleman/Y +genuflection/MS +geocentricism +geochemistry/SM +geodesy/SM +geodetic/S +geographer/SM +geometric/S +geopolitic/SY +germ/SM +germander +germicide/MS +gestural +gesundheit +get-out/S +getup/SM +gewgaw/SM +ghastliness/S +ghetto/QDGMS +ghost/SMGYD +ghostliness/S +ghoulishness/S +giantess/SM +giantkiller +gibbous/PY +gibe/SDG +giblets +gigabyte/S +gigolo/MS +gilt/S +gimmickry/MS +ginmill +gird/RDGS +girdle/MDSG +give/SRGk7 +glaciology/3wM +glacé/DSG +gladden/dS +gladiola/MS +gladiolus/M +gladsome/T +glamorize/RNnDSG +glamour/SGDM +glassware/SM +glassy/TSP +glazing/M +glen/SM +glint/SGD +glissandi +glisten/Sd +glister/Sd +glitch/SM +gloat/SGDk +globalism/S +globalization +globular/PY +gloss/SD2GZMz +glottalization/M +gluiest +glum/TPY +gluon/M +gluttony/MS +glycerolized/C +gm +gneiss/SM +gnomonic +goal-kick/S +goalkeeping/M +goat/MS +gob/MGSD +gobbet/SM +goddess/SM +godhood/MS +godliest +gold/TMS +gondolier/MS +gong/GMSD +goniometer/Ww +good-oh +goof/DGSZM2 +googly/S +gooseberry/SM +gorgeousness/S +goriness/S +gormless +gorse/SM +gossamer/SM +gotten +gout/MSZ +governable/U +governed/aU +governorship/SM +gr +grab/GSDRJ +grace/EG6SMDj +gracefully/U +graciousness/S +grade's +gradual/3PY +gradualness/S +graduate/GNMDSn +graduate's/f +graft/DSRGM +grammar/MS +grammaticality/U +grampus/SM +grand/STPY +grandiloquent/Y +grandness/S +granduncle/SM +grantor's +granulate/DGS +granulocytic +grassers +grassland/MS +gratefully/U +gratefulness/U +gratification/M +gratuitousness/S +gravedigger/MS +graveness/S +graze/GScD +grazer/MS +great-nephew +greatcoat/DMS +greathearted +grebe/MS +greenfinch/MS +greengage/SM +greet/DSRGJ +grew/ecA +greyer +greyness/S +grid/DMS +griddle/SGDM +gridlock/DGS +grievance/MS +grieve/RSkDG +grimace/SGDMR +grin/SDG +grinds/A +grittiness/S +groan/RSMDG +grogginess/S +grotto/MS +groundnut +groundwork/M +groups/A +grove/MSR +grow/R7GkS +growing/Iec +grows/eAc +grub/R2ZSDzGM +grudger/M +gruesome/TPY +grumble/RkJDGS +grumpiness/S +gudgeon/M +guerrilla's +guesses/e +guesswork/SM +guffaw/SGMD +guiding/a +gullet/MS +gulley/MS +gully/SDMG +gummy/TP +gunk/MSZ +gunky/T +gunnel's +gunnery/SM +gunny/SM +gunnysack/MS +gurnard +gusty/TYP +gutter/d +guttersnipe/MS +gymnasium/MS +gymnast/1WMS +gypping +gypsum/MS +ha'penny +habit/d7gnSM +habitability/SM +habitation/MFI +habituate/DSGNn +hack/RSDJG7 +hackle/SGMD +haematite/MS +haematoma/M +haemolytic +haemophilia/SM +haemorrhoid/MS +haggle/RSGD +hagiographer/SM +hair-raising +hair-slide +hair-splitter/SM +hairdressing/SM +hairsbreadth/S +halal/SDG +half-blue/S +half-cut +half-finished +half-hardy +half-life +half-lives +half-pay +half-sister/MS +half-timbered +halfpence +halide/SM +hall/MS +hallow/GDS +hallowed/U +hallucinogen/MSW +halve/SGD +halvers +halves/M +hammy/T +hampered/U +hand-held +handcart/MS +handclasp/SM +handhold/MS +handing/c +handle/RSGMD +handles/a +handling/M +handmaiden/SM +handshake/SMG +handshaker/M +handspring/MS +handwritten +hangdog/S +hanging's +hangout/MS +hankering/M +hanky/SM +happen/dSJ +hara +hard-earned +hard-hitting +hard-nosed +hardegat +harden/rSd +hardening/M +hardness/S +hardware/M +hardwood/M +harebell/MS +hark/SDG +harlequin/MS +harmonica/SM +harmonious/UEI +harmoniously/EI +harmoniousness/E +harmonium/SM +harmony/EMS +harp/DGJMRSZ3 +harpy/SM +hartebeest +harvestmen/M +hassock/MS +hast/DzZ2 +hastener/M +hasty/c +hat/rpdSRMGD +hatchery/SM +hatchway/SM +hauling/c +have-not/MS +haven/SM +hawk/RSDGM +hawking/M +hay/GSMD +haycock/MS +hayrick/MS +hdqrs +head/DRzmMGJpSZi2h +head-hunt/DGSR +headache/MS +headband/MS +headland/MS +headless/P +headlock/SM +headmen/M +headphone/MS +headrest/MS +headroom/MS +heads/c +headstone/MS +heady/T +healed/U +healthfulness/S +healthy/TUY +hears/AS +heart/M2DipShzZ +heart-to-heart +heartbreak/GkMS +heartburning/M +heartsick/P +heat-resistant +heathen/SM +heatproof +heavenly/TP +heavier-than-air +heavyhearted +heavyset +hecatomb/M +hectare/MS +hectogram/MS +hedgerow/SM +hedonism/SM +hedonist/MSW +heehaw/GSD +heeling/M +hegemony/MSW +heigh +heinousness/S +heirloom/SM +helices/M +helicopter/dSM +hell-bent +hell-fire/M +hello/MGS +helluva +helm/GmDMS +helpfulnesses +helplessness/S +helpmate/SM +helter +helter-skelter +hence +henceforth +henceforward +henchmen/M +henna/DGSM +hep +hepatitis/M +heptagonal +herb/MS +herbalist +herbicidal +hereabout/S +hereafter/S +heredity/SM +hereinafter +hereunder +hereunto +hereupon +heritability +heritable/I +hermaphroditism +herniate/SDG +heroic/S +heroism/MS +herring/MS +herringbone/SMDG +hesitate/GSnDkN +heterostructure +heterozygous +hexagon/oMS +hexer/M +hgwy +hibernation/M +hideousness/S +hieratic +high-flyer/S +high-hat +high-minded/Y +high-mindedness +high-pressure +high-resolution +high-stepping +high-strung +highlight/RGSMD +highway/MmS +hike/DRGS +hillock/SM +hinder/d +hindquarters +hindrance/SM +hires/A +histochemical +histogram/MS +historian/SM +historical/U +histrionics/M +hither +hlonipha +hmm +ho-hum +hoarding/M +hoarseness/S +hoary/TP +hoax/DMGRS +hobby/3MS +hogan/SM +hoister/M +hoity-toity +holdable +holey +holistic/Y +hollow-eyed +hollowware/M +holmium/M +holography/SM +homburg/MS +home-brew/MSD +home-made +homelessness/S +homestead/RMDGS +homeward/S +homeyness/S +homoeopath/WSZ +homoeotherm/ZW +homogeneity/MIS +homogeneously +homology/SwM +homosexual/YSM +honer/S +honestest +honeylocust +honk/RSDMG +honoraria +hoofer/M +hook's +hookah/SM +hoot/DMGRS +hop/dRGSMD +hormonal +horned/P +horrible/PY +horribleness/S +horror/MS +horse/Mm5pYSDG +horse-trade/G +horse-trader +horticultural +hosp +hospitable/IY +hospitably/I +hostelry/SM +hostess/GSMD +hostler/MS +hot-headed/Y +hotbed/MS +hotbox/SM +hotfoot/GDS +house-hunter +house-parent/SM +house-to-house +housebreak/GJRS +housebroke +houseclean/GDSJ +housemanship +housewives +howl/DRMGS +html +huckster/SdM +huddle/GMSD +huddler/M +hue/SM +hugeness/S +hull/DRMGS +humanism/SM +humanist/W +humanitarianism/SM +humidification/CM +humidor/MS +hump/DMGS +humpback/DMS +humph/S +hungover +hungry/TPY +hunky/T +hunt/DRmGJS +hurly-burly +hurtful/P +hurtle/SGD +husky/TSP +hut/SMDG +hwyl +hydrates/A +hydride/MS +hydroelectric/Y +hydrophobic +hydrophone/SM +hydrous +hydroxyl/SMN +hydroxylate +hydroxyzine/M +hymen/SM +hymnography +hyperaesthesia +hyperaesthetic +hypergamous/Y +hypergamy/M +hyperplane/SM +hyperplasia/M +hypnotise/DGS +hypnotist/SM +hypoactive +hypocaust +hypoxia/M +hyrax +iambi +iambus/MS +iatrogenic +icepack +ichneumon/M +icky/T +iconography/MWS +idealization/M +ideate/SN +identifiable/U +idiosyncrasy/SM +idyll/W1SM +if/FS +ifs +igloo/MS +ignite/GASD +igniter/M +ignoble/YP +ignorable +ill-assorted +ill-fitting +ill-matched +ill-suited +ill-tempered +ill-treat/D +illness/S +illuminant +illusion/My3S +illusions/E +illustrated/U +image/GDMSy +imaginary/SP +imaginativeness's +imagine/lNVSJnGvuD +imbecile/WMS +imbroglio/MS +imbruing +immense/PTY +imminent/YP +immunoassay/M +impair/L +impatiens/M +imped/d +impediment +impedimenta +impend/DGS +imperfect/g +imperious/PY +impermanent +impermeable/Y +impermissible +impersonal +impetuous/PY +impetus/MS +implement/BnRSNGMD +implementation/M +importance's +importances +imposingly +imposition +imprecate/DnSNG +impressed/U +impressionability/MS +imprimatur/MS +improver/M +impudent/Y +impulse/Vvu +impulsive/P +impute/nDGSN +in-between +in-depth +in-flight +in-service +in-tray/S +inactive +inalienability/MS +inamorata/MS +inane/YT +inaneness +inappropriate/P +inauthentic +inboard +inbreed/GSJ +incandescence/MS +incautiousness +inception/SM +incestuousness/S +incidental/S +incise/DSXNVvGu +inclination/EM +incline/ESNnDG +inclining/M +incoherency/M +incomparability +inconsequential +incorporable +incorporate/AGNDS +incorrect/7 +inculcation/M +incur/DlG +indecenter +indemnification/M +indenter/M +independent/S +index/nRG7MD +indicant/SM +indication/M +indicator/SM +indignation/SM +indiscernible +indiscriminate/PY +indistinguishable/P +individualism/SM +individuality/MS +indlamu +induce/LRNVDSbnvuG +inductor/MS +indulge/cGSD +industrial/Q8q3-S +ineffable/PY +ineptness/S +inescapable/Y +inexhaustible/PY +inexorable/PY +inexpressible/PS +inextricable/Y +infallible +infamous +infelicitous +inferiority/SM +infidel/MS +infinitival +infinitive/MS +inflammatory +inflatable/MS +influenced/U +influential/Y +influenza/MS +informatics +informativeness/S +infrastructural +infrequent +infuse/Rb +ingrate/M +inhabit/7d +inheritable/P +inhibiter's +inhibiting/U +inhuman +inimical/Y +initialised/KU +injector/SM +injunctive +ink/RSMGZD2 +inlet/MS +inmost +inner/S +innuendoes +innumerability/M +innumerate/B +inoculation/MS +inoffensive/P +inoperativeness +input/MSG +inquest +inquisitional +inquisitor/MSo +insentient +insertion/SMA +insignia/MS +insincere +insinuator/SM +insipid/Y +insoluble/PYS +insolvent/Y +insomuch +insouciance/MS +inspect/DGAS +instalment/MS +instance/DG +instantaneous/YP +instantness +instigate/VnSGND +instituting/A +institution/SM +institutional/Q8-q +instruct/DxvuGSV +instrument/MNDSonG +instrumental/3S +instrumentalist +insularity/MS +insulate/NnSDG +insulin/MS +insult/DkSG +insuperable/Y +insurable/U +insure/DRSG +insurgence/SZM +insurgency/SM +integrate/EDASGN +integration's/A +integrator/SM +integument/MS +intelligencer's +intemperateness/S +intend/hiVuv +intendant/SM +intensity/SM +intensive/PS +intensiveness/S +intention/DMoS +intentionality/M +inter-urban +interbred +interbreed/GS +intercalation/M +intercity +interconnected/P +interdisciplinary +interfere/DRkSG +interferometer/SWM +interfile/DSG +interim/S +interjection/SM +interlard/GSD +interlayer +interlock/GSD +intermediate/MPSNYGD +intermezzo/SM +intermission/MS +intermittent/Y +intermolecular/Y +internist's +internuclear +interpenetration +interpersonal/Y +interpret/7SNrvndV +interpretative/Y +interprocessor +interregnum/MS +interrelate/inNGDhS +interrelationship/MS +interrogate/VNnvDGSy +interrogation/M +interstage +interstitial/SY +interval/MS +intervention/SM +intestacy/SM +intestinal +intonate +intra +intracellular +intramural/Y +intramuscular/Y +intraoffice +intraprocess +intrastate +intricate/PY +intrinsic/SY +intro/S +introduction/MA +intrude/RSGNXVuDv +intuited +intuitive/P +intuitiveness/S +invariant/MY +invective/PSYM +inventiveness/S +inverse/Y +invert/DbSGR +investigates/A +investigation/MA +investor/SM +invidiousness/S +invite/DSnGNk +inviter/M +inviting/U +iodate +iodide/SM +iodine/M +iodize/DSG +ionize/CRSDG +irascibility/SM +irksomeness/S +irredentism/M +irredentist/M +irreparable/PY +irrepressible/Y +irretrievable/Y +irritable/YP +irritation/M +islet/MS +isodine +isolationist/W +isomeric +isometric/YS +isometrics/M +isomorphism/MS +isostatic +isotherm/MoS +isthmus/SM +itchiness/S +iterates/A +iterative/A +itinerary/MS +izzit +ja-nee +jabroer +jacketed/U +jacquard/MS +jaggedness/S +jalopy/SM +jalousie/SM +jam/UDG +jamboree/SM +jammer +jams +janissary/SM +janitor/SM +janitorial +japie +jar/D6JSMG +jargon/M +javelin/MS +jaw/GSMD +jazz/2MGSDZ +jeer/MGkDJS +jejuna +jellyroll/S +jerky/TP +jess/M +jiggery-pokery +jigging/M +jiggle/DYSG +jihad/SM +jimmy's +jingler/M +jitterbug/DRGSM +jiu-jitsu +jobber/Z +jocoseness/S +jocundity/SM +jodhpurs +john's +johnny-come-lately +join/FRDGS +jointing/E +joints/E +jolliness/S +jollity/MS +joss/M +journal/QsM38D9GS +journalese/SM +journalism/SM +journey/RGmDJSM +joviality/SM +joyless/YP +joyousness/S +ju-ju/M +judgement-seat +judgemental +judiciousness/IS +jugful/MS +julep/MS +julienne/S +jumble/GSD +jumbo/MS +jumpiness/S +junco/MS +jury's/I +juster/M +justice/IMS +justifiable/U +justification/M +k/E +kaalgat +kaddish/S +kameeldoring +kangaroo/MS +kaolin/MWQ8 +kappie/S +karroid +kazoo/MS +kbps +keel/MDSG +keening/M +keenness/S +kennel/MDGS +ketch/SM +ketone/M +keynote/RGMDS +keypunch/DRSG +kgotia +kibbutz/M +kick-off/SM +kick-start/DGS +kickback/SM +kicky/T +kid/pDRSMG +kid-glove +kidney/MS +kierie/S +kiewietjie/S +killdeer/MS +killing/SY +kilocycle/MS +kilogramme/S +kilometre/MS +kilovolt/MS +kiloword +kimberlite +kin/m5SM +kind/YSTP +kindred +kinetics/M +kinsfolk +kiss/7RGJDS +kith/MS +kitsch/MSZ +kludge/DMRGS +klystron/MS +kn +knapsack/SM +knave/MyS +knee-deep +knew +knickers +knife-edge +knitting/M +knock-down/S +knocking-shop +knockwurst's +knothole/MS +know/7GkSJ +know-how +knowinger +knowledge/MlS +knurl/SD +koekoek +koeksister/S +kotch +krill/MS +krone/M +krypton/M +kyle/MS +labelled/U +labelling/S +labia/M +labial/S +labile +lacier +lackadaisical/Y +lacklustre +laconic/Y +lacrosse/MS +lacteal +ladle/SMGD +ladyfinger's +ladylike/U +ladylove/MS +laggard/YPSM +laird/SM +laissez-faire +lamasery/SM +lamb/GMDS +lambada/S +lambaste/GSD +lambda/SM +lambency/SM +lameness/S +laminae +lampoon/GSDM +lamprey/MS +lance/SRMGD +landfill/DS +landlines +landmass/MS +landowning/M +landslip/S +lank/TYPZ2 +lap/cMDGS +lapboard/SM +lappet/MS +laps/DSG +larceny/MS +larch/SM +lard's/F +largesse +largo/S +lariat/DMSG +lascivious/PY +lasting/P +latches/U +late/PYT +lateness/S +latest/S +latter/YM +latticing/M +laud/DG7Sl +laudatory +lauder/M +lauds/M +launch/DSRGJ +launchpad/S +lavishness/S +law's/e +lawbreaker/SM +lawless/PY +lawsuit/SM +lay-by +lay-bys +layering/M +laying/ac +layman/M +layout/MS +laziness/S +leafage/MS +leafhopper/M +leaflet/SdM +leafstalk/MS +leaker/M +leaky/TP +leaner/M +leant +leapfrog/DSGM +leatherette/S +leaven/MdS +lecher/MSZ +lecherousness/S +lectureship/MS +leek/SM +left/3TSZ +leftism/MS +lefty/S3M +leg/oNnZbm2GpSMDJ +legalise/nSDG +legerdemain/MS +legginess/S +legging/M +legion/MSy +legislative/S +legitimacy/IMS +legitimate/IDYG +legitimization/M +leguaan/S +leisurely/P +lekker +lemon/MS +lenient/Y +lentil/MS +leopardess/SM +leprous +lethality/M +letterhead/MS +lettering/M +letterpress/MS +letup/MS +leukocyte/MS +level-headedness/S +lexeme/MS +liableness/A +liaison/SM +liberal/Qs9q8YP-S +libertarianism/M +librarianship +licence/MS +licorice +lie-in/S +lieux +lifebelt/SM +lifeblood/SM +lifeboatmen +lifelike/P +lifelong +lifesaving +lifetaking +lighting/SM +lightness/MS +lightning/MDS +lightproof +likelihood/MU +likely/UT +liker/M +lilangeni +lilt/DGSMk +lily/MDS +limbo/MDSG +limeade/MS +limestone/MS +limitably +limn/GDS +limpet/SM +limpidness/S +lines/efA +linguine +linguistic/S +linguistics/M +linnet/SM +lionizer/M +lip-sync +lipase/M +liplike +lippy/T +liquidness/M +lissom/P +lissome/P +listeria +listless/PY +literariness/S +literates/4K +literati +lithe/PTY +litheness/S +lithesome +lithography/MS +litigate/nDSNG +litigious/PY +litotes/M +litterer/S +littoral/S +liturgy/1MS3w +live/ADGSe +liveness/M +liver's +liverwurst's +livest +living/S +loath/DGPRJ +lob/ZDRSMG +lobola +lobular/Y +loch/M +lochs +locket/SM +locksmith/SGM +locksmithing/M +locomotory +lodges/E +loft/D2GSZzM +lofter/M +lofty/TP +log/R1GWwSMDJ +logging/M +logic/IMYS +logical/P +logicically +logion/M +loincloth/MS +lollipop/MS +lonesomeness/S +long/JPSDTkG +long-lasting +long-sighted/Y +long-sightedness +long-tailed +long-winded +look/SDRG +loop/DGSZM +looper/M +loopy/T +loose-leaf +looseness/S +loosing/M +lope/S +loskop +lotto/MS +loupe/SM +louse's +lousiness/S +lout/SM +loutish/PY +lovable/P +love-bird/SM +lovelorn/P +lovesick +low-born +low-level +low-spirited +lowlight/MS +lowness/S +lubber/MSY +lucrative/P +lumbering/M +lumen/M +luminary/MS +luminescence/MS +lunchpack +lunger/M +lupus/MS +lurch/GSD +lute/MDGS +lutenist/MS +lutetium/M +luting/M +luxuriant/Y +luxuriate/GSNDn +lynch/DRSGJ +lynching/M +lyricist +lysine/M +macer/M +machine-gun/DSG +mack/M +macramé/S +macromolecule/SM +macrophage/SM +macroscopic/Y +macrosocio-economic +made/AU +madness/S +maggot/MS +magisterial/Y +magistracy/MS +magistrate/MS +magma/SMW +magnetics/M +magnetise/CnGBSD +magnetite/MS +magnetodynamics +magnetohydrodynamical +magnification/MS +maharajah/MS +maidenhood/MS +maidservant/SM +mailbox/SM +mainland/RSM +mains/M +mainstreamer +make-up/MS +makefile/S +makes/UA +makeshift +making/AU +makoti +maladministration +malaria/MS +malefaction/MS +maleficent +malevolence/S +malfeasance/MS +mall/SM +mallow/MS +malnutrition/MS +malposed +mama/MS +mammalian/MS +mammary/S +mammoth/MS +mammy/M +manacle/DGMS +manageress/MS +mandamus/MdS +mandate/DGMyS +mane/MZS +manganese/M +mange/SMR2Z +mangle/SDG +mangrove/SM +manicure/SG3MD +manifest/NGnYDS +manille +manipulate/BNGVyDSnu +manned/fU +manner/Y +mannish/PY +mannishness/S +manorial +mansard/MS +mansion/M +mantissa/SM +mantle's +manufacture/SRBGJD +manège/GDS +marabi +marabou/MS +marginal/Q8q-S +marimba/MS +marina/MnS +marinate/GSD +maritimer +mark/SmM7GhRJD +market/drJMSg7 +marmoset/MS +marquess/MS +marquisette/MS +marrieds +marshland/MS +martyr/SGMD +masculinity/SM +masked/U +masks/U +massager/M +mast/RDSMG +master/cdAS +master-class/SM +masterful/PY +masterliness +masterly +mastership/M +mastication/M +mastiff/SM +masturbation/M +mat/DRSGMdJ +matador/MS +match's/A +matchlock/SM +material/89PQ-MsSq3 +materiality/MI +matriarch/MZ +matriarchs +matriarchy/MS +matricidal +matriculation/M +matron/SYM +matte/SM +matting/M +mattress/MS +maturer/M +mawkishness/S +maxima/M +maximal/S +may/EG +mayorship/M +mead/SM +meadow/SM +mean/CGS +meanie/MS +meaningful/P +meantime +measles +meataxe +meatball/MS +mechanise/RBSnDG +mechanised/U +mechanist/MW1 +medallist/S +medial/AY +mediation/M +mediator/MS +medication/M +medievalist/S +mediocre +mediocrity/SM +medium-sized +meerkat +meet/GJSY +meeter/M +megabit/SM +megacycle/SM +megaparsec +megavolt/M +meioses +melancholic/S +melioration/M +melon/SM +meltdown/S +membership/MS +membrane/SDM +memoir/MS +memorableness/M +memorably +memorial/IY +memorization/M +menace/SDGk +mendacity/MS +mendicant/S +menfolk/M +menhaden/M +menial/YS +meningitides +menopausal +menorrhoea +mensuration/SM +mentalist +menu/MS +mercer/QSM +merchantman/M +mercurial/S +mercy/SjM6p +meridional +meringue/SM +merit/CSdM +merited/U +meritoriousness/S +merriness/S +merrymaker/MS +mesa/MS +mescal/MS +messianic +metabolise/DGS +metacarpal/S +metallurgist/S +metaphor/wS1WM +metaphosphate's +metaphysical +metastable +metastatic +metatheses +metavariable +mete/S +metempsychoses +meteoritics/M +meteoroid/SM +meteorology/MSw +meticulousness/S +metonymy/M +metro/MS +metronome/MS +metropolis/SM +metropolitanization +mewl/GDS +mg +miasmal +micra's +microanalyses +microbial +microbicidal +microchip/S +microeconomic/S +microeconomics/M +microelectronic/S +microgravity +microgroove/SM +micrometre/S +microscope/SW1ZMw +microscopy/SM +microwave/MS7DG +microword/S +mid-afternoon +mid-evening +mid-on +middle-of-the-road +midget/SM +midlives +midmost/S +midterm/MS +midwives +migrate/ISG4DnN +mike/MDSG +mild/TPY +milden +mildew/GZDMS +milieu/MS +militancy/MS +militarise/CDSG +militia/mMS +milkiness/S +millenarianism/M +milliampere/S +millibar/S +millidegree/S +millijoule/S +millionaire/SM +millionth/M +millipede/MS +millivolt/MS +mimeograph/DMGS +minaret/MS +mind-boggling/Y +mindless/PY +mindshare +mineshaft +minibus/SM +minigolf +minim/qQsSM89o- +minimalism/S +minion/SM +minor/MS +minster/SM +minstrel/MS +minutiae +miscalculate +miscall +miscellaneous/Y +miscible/IC +misconceive +miscount +miserliness/S +misguided/P +mishap/M +misidentify/N +mislead/k +misleader +misled +mismatch +misogyny/3MS +mispronounce +misrepresent/n +misrepresenter/M +missal/EMS +misshape +missus/MS +mistakable/U +mistral/SM +mitigation/M +mix-up +ml +mnemonic/SMY +moan/RDGMS +mobber +modality/SM +model/ASGD +model's +modernism/SM +modestest +modifiability/M +moduli +mohair/MS +moisture/QSsM +molecular/Y +molecule/SM +molest/RGNDSn +mollification/M +mollycoddler/M +molweni +momenta/y +momentous/PY +momentousness/S +momentum/SM +momma/S +mommy's +monad/SMW +monarch/wW3ZM +monarchist/W +monaural/Y +monetarism/S +moneybags +moneymaker/SM +monger/MS +mongoloid/S +monk/SM +monkeyshine/S +monocotyledonous +monodist/S +monody/SMW +monolingual/S +monolingualism +monolith/M1WS +monologist/S +monomania/MS +monomer/MS +monomeric +mononucleoses +monophonic +monoplane/MS +monorail/MS +monotonous/PY +monotony/SM +monstrosity/MS +montage/SMGD +monumental +monumentality/M +moonlight/GRDSM +moonshiner's +moonshot/MS +moonstone/MS +mooring/M +moot/GDS +mooter +mop/DrGSMd +mopish +morabaraba +moral/s-8QSM3 +moralise/CRDGS +moralist/1W +mordood +moribund/Y +moribundity/M +morion's +morphophonemic/S +mortar/dMS +mortarboard/SM +mortgagee/S7M +mosdoppie +mote/CS +motherly/P +motif/MS +motioned +motivate/CDG +motorboat/SM +motorcar/SM +motorcycle/S3MG +motorist +mould/RSMJZGD2 +mouldboard/SM +mouldy/TP +mountain/SM +mounted/EUA +mournfulness/S +mousing/M +moustache/SMD +mouth-to-mouth +mouthiness/S +mouthwash/SM +moveableness/M +moves/A +moving/AU +muck/SZMGD +muddlehead's +mudguard/MS +mudlarks +mugginess/S +mukluk's +mulch/SDGM +mulct/SDG +mull/GDS +mullah/MS +multi +multi-coupler +multi-national +multi-track +multicollinearity/M +multidimensionality +multifarious/YP +multifigure +multilateral/Y +multilateralists +multilayer +multilingual +multilingualism/S +multimegaton/M +multinational/SY +multipath +multiple/SMY +multiplex's +multiplicative/S +multiprogram/JGD +multiprogramming/M +multitude/MS +multitudinous/PY +multivitamin/S +mumbo-jumbo +mummer/Z +mummy/SM +mumps/M +munge/SDRJG +muon/MS +murderous/YP +murk/TzSZM2 +murmurous +muscat/MS +muscular/Y +muse/J +musically/U +musicology/3MwS +musk-rose +muskrat/SM +musky/TP +muslin/SM +mussel/MS +must/SZz2 +mustang/MS +muster/dS +musty/TP +mutator/FS +muti/S +mutilate/DSNGn +mutineer/MS +mutiny/MGDS +muttonchops +muzzle-loading +myna/MS +myrmidon/S +mysteriousness/S +mystery/MS +mystification/M +mythography/M +mythology/Q1wS3M +naartjie +naffer +naivete/Z +name/aDSGA +nameable/U +named/U +namesake/SM +nan/MZ +naphtha/MS +narcoleptic +narky/T +narrative/SM +narrator/SM +narrow-mindedness +nary +nascences/A +natalist +natality/M +nationality/MS +nationalization/M +nationally/4 +nationhood/MS +naturalist/W +naturalnesses +nature/CDS +navel/SM +navel-gazing +navigable/P +naysayer/S +naïve/Y +ndoda +ne'er +ne'er-do-wells +near/TGYPDS +near-sightedness/S +nearby +nearness/S +neaten/dS +neck/SMDGJ +necromancy/SM +necrophilia/M +nee +need/D26pSZjG +needer/M +needless/Y +needlessness/S +needn't +needy/TP +nefarious/YP +negate/SGD +negative/PSDG +negator/SM +neighbourhood/SM +neocolonialism/MS +neologism/MS +neon/MS +nepotism/MS +nervelessness/S +nest/DSM7G +nester/M +nestling/M +net/SGMD +netherworld/S +netting/M +neuralgic +neuritides +neuritis/M +neuroscientist/S +neutral/Q8YsS- +neutralness +never-ending +nevermore +newel/MS +news-gathering +news-stand/SM +newsboy/MS +newsflash/S +newsprint/MS +next +niceness/S +niche/SMGD +nickelodeon's +nicknack's +nigh +night/c +nightcap/MS +nightdress/SM +nightgown/MS +nightie/MS +nightingale/SM +nightmare/MS +nimbus/M +ninepins/M +ninety-onefold +ninety-twofold +nip/RGZ2SD +nippiness/S +nirvana/MS +nitrogen/M +nitroglycerine +nobody/SM +noddle/DSMG +node/MS +nodule/SM +noes +nogal +noggin/MS +noise-maker/MS +noiseless/PY +noisiness/S +noisome +nomad/SWM +nominating/CA +non-active +non-adjustable +non-aggression/S +non-combustible/S +non-commissioned +non-comprehending +non-criminal/S +non-decreasing +non-deductible +non-delivery/S +non-determinism +non-disclosure/S +non-discriminatory +non-driver +non-fading +non-fatal +non-ferrous +non-identical +non-inclusive +non-inflationary +non-magical +non-metropolitan +non-natural +non-nuclear +non-objective +non-obligatory +non-parallel/S +non-parametric +non-paying +non-perishable/S +non-poisonous +non-polluting +non-procedural/Y +non-proliferation/S +non-radioactive +non-reciprocating +non-refundable +non-respondent/S +non-salaried +non-seasonal +non-smoker/SM +non-staining +non-structural +non-successive +non-support/SG +non-taxable/S +non-technical/Y +non-tenured +non-terminating +non-theatrical +non-venomous +non-viable +non-vocal +nonchalant/Y +nonconforming +none/S +nonogenarian +nonsense/SM1w +noon/MS +nooning's +noontime/SM +normalise/ADSCG +normalizing/A +north-Westward/S +north-east/M +north-west's +north-western +nose/MDGZS +nosebag/M +nosing/M +nostril/MS +nosy/TYP +not/7NlndxgS +notability/MS +noticed/U +notify/nNGDRS7 +novelist/W +novella/MS +novena/MS +nozzle/MS +nu/M +nuclear-powered +nuclide/M +nuisance/SM +nullify/NnSGDR +numberless +numerable/CI +numerate/SI +numerology/wMS +numerous/PY +numinous/S +numismatic/S +numismatics/M +nun/SMy +nuncio/SM +nurture/MRGDS +nutritional +nutshell/SM +nyala/S +nymph/SM +nympholepsy/M +nè +o'clock +oar/SMD +oarlock/MS +oars/m5 +oases +oatcake/MS +oaten +obloquy/M +obscenity/MS +obscurantism/SM +obstetrics/M +obstructionism/MS +obstructive/PS +obstructiveness/S +obtainable/U +obtrude/DXvuSNGV +obviate/DGSNn +occasion/JSMGDo +occasional +occulter/M +occupied/U +occupy/GKnADS +occur/AGDS +oceanographer/MS +octahedral +octahedron/M +octavo/MS +octogenarian/MS +octoroon/M +ocular/S +odalisque/MS +oddball/SM +ode/SM +odiousness/S +odoriferous +oestrogen/MS +off-frequency +off-load/G +off-peak +off-putting/Y +off-sales +off-season +off-stage/S +offcuts +offence/S +offensiveness/IS +offer/rdJ +offhand/Dhi +offhandedness/S +official/SM +officialdom/MS +oft-times +often +ogive/M +ogreish +ogress/S +ohmmeter/MS +oilseed/MS +ointment/MS +old-age +old-fashioned +old-gold +olden +oldness/S +oleaginous +olefin/M +oligopolistic +olive/SM +ominousness/S +omnivorous/PY +on-frequency +on-site +on-stage +once-over +oncer/M +onderstebo +one/PSM +one-horse +one-sidedness +one-to-one +one-way +onerous/YP +only-begotten +onshore +onside +onyx/SM +opalescence/S +open-deartedness +open-ended +open-handedness/S +open-top +operand/SM +operation/oM +operation's/F +opponent/SM +oppression/M +oppressive/P +oppressiveness/S +optician/MS +optimism/cSM +optimized/U +opulent/Y +orangery/SM +orate/SDG +orchestration/M +orchestrator/M +order/AdES +ordinariness/S +ordinate's +ordination/SM +ordinator/SF +ordure/MS +oregano/SM +organ/WsQ3+-8M91tqS +organisational +oriel/MS +orient/ESnDNAG +orient's +orifice/SM +ornament/oGMNnDS +ornateness/S +orneriness's +orotundity/MS +orris/SM +orthodoxly/U +orthophosphate's +orthorhombic +ostentation/SM +osteoporoses +otherworldliness +otiose +ouboet +our/S +out-of-court +outback +outcome/MS +outdraw/G +outfall +outfox +outgo/J +outguess +outlandishness/S +outlawry/M +outmatch +outmigration +outproduce +outspoken/PY +outvote +over-curiosity +over-curious +over-ridden +over-sensitiveness/S +overachieve +overage +overallocation +overate +overbear/kG +overcerebral +overcharge +overcompensate +overcrowd/D +overdress +overenthusiastic +overflight +overflow +overheat +overleaf +overpopulous +overprint/G +overreacher +overreact +overreaction +oversaw +oversimple +overview +owlet/SM +owner/MS +oxbow/MS +oxen/M +oxidation/M +oxidization/M +oxygenation/M +p/FYAI +paceman +package's +packinghouse/S +padrao +paean/MS +paella/SM +pageantry/SM +paginate/GnSDN +paid-up +pail/SM6 +painfulness/S +painterliness +painting/MS +paintwork +pal/MS +palaeoanthropology/w +palatable/U +paler/I +palfrey/MS +palindrome/SM +palindromic +palish +palladium/M +palliation/M +palliative/S +palomino/MS +palpitation/M +pals/Z +palsy/SDGM +pamphleteer/GDSM +pampoen +panchromatic +pancreas/SM +panelling/SM +pang/MS +pangolin/M +pannier/SM +panpipes +pantheism/MS +pantiliner +pantomime/S3DGM +papaya/MS +paper-girl/SM +parade/GMRSD +paradigm/MS +paradigmatic +paralleling +parallelism/MS +parametrise/BnDGS +paramoecia +paramount +paranoid +paranormal/YS +paraphrase/MDSG +paraplegic/S +parasitic/S +parasitism/SM +parasympathetic/S +pardonably/U +pardoned/U +paregoric/MS +parenthesize/D +parenthetic/Y +parfait/SM +parimutuel/S +parishioner/MS +parlance/MS +parley/GMSD +parmigiana +parody/3GMDS +paroxysm/MS +parquetry/SM +parse +parsed/U +parsimonious/Y +part-song +partaken +partial/SY +partially/I +participate/nVNGyDS +participation/M +particle/SM +particular/QY8S +particularistic +particulate/S +partisan/SM +partisanship/MS +partitioner/M +partitive/S +partnership/SM +parvenu/MS +passenger/SM +passenger-mile +passers-by +passing/Y +passiveness/IS +passmark +passé/M +pasta/SM +pasteboard/MS +pastel/MS +pasteurized/U +pastime/MS +pastrami/SM +pasturer/M +patapata +patchwork/RSM +patellate +paternity/SM +pathfinder/MS +patience/ISM +patientest +patricide/MS +patriotism/MS +patron/QsS-89qYM +patronage/MS +patronizing/M +patter/dS +pattern/DMGSp +patty/SM +paver/M +pawnbroking/S +paxes +pay-off/MS +pay-packet/MS +payout/S +payphone/S +pd +peaceable/P +peacefulness/S +peacemaker/SM +peacetime/SM +peacock/MS +peafowl/SM +peak/2GZMDSi +peaky/P +peals/A +peaty/T +pedant/M1WS +pederast/MSZ +pedestal/MSDG +pediment/DSM +peduncle/MS +peel/GJSD +peeled/U +peeress/SM +peevers/M +peignoir/MS +pelmet/S +pelt/GSD +pendulous +penitent/ISY +penman/M +pensiveness/S +pent-up +pentameter/MS +pepperoni/S +pepsin/SM +peptic/S +peptide/MS +per/y +perambulation/M +percale/MS +perceiver/MS +percept/buxMVvSo +perchance +percolation/M +percolator/MS +perdurable +peregrinate/SGD +peregrination/M +perfected +perfectest +perfidy/MS +perforate/DNnSG +perforce +performing/e +perfume/MRGDS +perfumery/SM +perfused +perfusion/M +pericardia +perihelia +period/Ww1MS +periphery/SM +perish/k7DRSG +perishable/IS +permeable/PI +permission/M +pernicious/PY +peroxide/MSDG +perpetuation/M +perplexity/SM +perquisite/MS +persecute/GyDS +persist/GDS +persona/M +personal/qQ8- +personally/I +perspective/YMS +persuasion/M +persuasive/P +pertussis/M +peruke/MS +pervasion/M +petal/DMS +pethidine/M +petrographical +petroleum/M +pettifog/DRGS +petulant/Y +pew/MS +phagocyte/MS +phalli +pharmacy/3SM +phase/SRGDM +phenacetin/MS +phenol/MWS +phenolphthalein/M +phenylalanine/M +philanthropy/1MWS +philharmonic/S +philology/wS31M +philosopher/MS +philtre/SM +phlegm/SM +phloem/SM +phlogiston +phlox/M +phobic/S +phone-in/S +phonetics/M +phoniness/S +phosphate/SM +phosphide/M +phosphine/M +phosphor/MWS +phosphorescence/SM +phosphorescent/Y +photochemical/Y +photoelectrons +photographs/A +photography/SM +photometry/M +photomicrograph/ZM +photosphere/M +phototypesetting/M +phrase/DASG +phrase's +phrasebook +phraseology/SM +phrenology/31MwS +phyla/M +phylogenetic +phylogeny/SM +phys/1w +physic/3MDGS +physical/S +physiognomy/SM +physiography/MS +pi/I +pianissimo/S +piazza/MS +pibrochs +picador/SM +piccanin/S +picked/U +pickerel/MS +pickle/DGMS +pico +picture/GMDS +picturesque/YP +piddle/DGSY +pidgin/SM +piecer/M +piedmont +pierce/RkDGSJ +piezoelectricity/M +piffle/DGMS +pigeon-fancier/MS +pigeon-hole/MDGS +piggyback/DSG +piglet/SM +pigmentation/M +pikeman +pikestaff/SM +pilau's +pile-up +piling/MS +pillar-box +pillared +pimiento/MS +pin/dJMDSG +pincered +pine's +pinging +pinhole/MS +pinion/SGDM +pinkie +pinnace/MS +pins/fU +pinstripe/MDS +pious/IPY +pipeline/MDS +pipit/MS +piquancy/MS +piranha/MS +piss/SDG +pisser +pistillate +pistol/GDMS +pistoleers +pith/SMGD2zZ +pithiness/S +pitman/M +pix +pizazz/S +placard/GDSM +placeless/Y +placental/S +placidity/SM +plagiarize/RGSD +plaid/DMS +plain/GPmSDTY +plain-clothes +plainchant +plains/F +plainsong/MS +plaiter +plan/rdMDRSG +planet/MS +planking/M +planned/UK +planoconcave +plantation/MSI +plantlike +plaque/SM +plasm/M +plasma/SM +plasmid/S +plasticity/MS +platitude/MS +plattelanders +plausibility/SI +play-actor +playable/U +playback/MS +playbill/SM +playgoer/SM +playground/SM +playlet/S +playschool/S +plaza/MS +pleasant/YPT +pleasantnesses +pleasing/P +pleasure/ESM +pleasured +pleonasm/MS +plethora/MS +pliantness/M +plight/MDGS +plot/SMRJDG +plotted/A +ploughed/U +ploughshare/SM +ploy/CS +pluck/D2GzSZ +pluggable +plumb/RJSMDG +plumelike +plummet/Sd +plunder/dS +plunderer/S +plus/S +plutocracy/MS +pocket/dSM6 +pocketer/S +podium/SM +poetaster/MS +poeticalness +pogo +poinciana/MS +point's +point-blank +point-of-sale +pointlessness/S +poise/M +poker-face/D +polar/qQs-8S +polarimeter/MS +polariscope/M +polarity/SM +pole/SDM +pole-axed +pole-vaulter +pole-vaulting +politeness/IS +politesse/MS +politest +politic/q-8QDSG +politician/SM +politicise/CSGD +pollinate/DnSGN +pollutant/SM +pollution/MS +polo/MS +polo-neck +polonium/M +polyandrous +polycyclic +polyether/S +polygonal +polygraph/GMDS +polyhedron/SM +polyisocyanates +polymer/Q-q8MS +polymeric +polymorphic +polymorphism/S +polyp/MS +polysaccharides +polystyrene/MS +polytheist/WSM +polytonal/Y +polytopes +polyunsaturated +polyvinyl/M +pomander/MS +pondered +ponderousness/S +ponytail/MS +pooch/MS +pool/GSMD +popcorn/MS +poppyseed +populace/MS +popularity/SM +population/cMC +populist/MS +porn/S +porous/PY +porphyritic +porridge/MS +portal/MS +portamento/M +portend/DGS +porterage/M +portrait/3MS +posh/T +position/AGKDSC +positionable +positron/SM +posse/SMb +post-colonial +post-feminist +post-free +post-horn/SM +post-millennial +post-mortem/MS +post-office/MS +post-operative/Y +post-town/SM +postbag/M +postcard/MS +postcondition/S +posthypnotic +postilion/SM +postlude/SM +postnatal +postulation/M +postural +posturer/M +pot-boiler/M +pot-hunter +pot-shot/S +potatoes +potent/IYS +potentiality/MS +potful/MS +potherb/MS +powderer +power/cSd +power-sharing +powerful/YP +practicabilities +practicably/I +practical/IYP +practise/DGS +practised/U +practiser/M +practitioner/MS +pragmatics/M +pragmatist/SM +prague's +praiseworthiness/S +praising/Y +praline/SM +pram/SM +prankster/SM +pre/s8Q +pre-Christian +pre-echoes +pre-eclampsia +pre-existence/SM +pre-package/DSG +pre-print +pre-programmed +pre-pubescent +pre-war +preauthorize +precept/VMvS +precess/DSNG +preciousness/S +precipitate/PGNnDYS +precision/MI +precognitive +precut +predestine/GnSN +predetermine/nN +prefigure/N +preinitialise +prelude/SGDM +premiership/MS +premix +prenatal/Y +preposterous/YP +prerogative/SM +prescient/Y +presence/SM +preserve/VNn +preserved/U +president/MS +pressers +pressing/SY +pressmen/M +pressurise/RnDSG +pressurised/U +prestige/SM +presumable +presumptuousness/S +pretentiousnesses +pretzel/MS +previous/Y +prickliness/S +priggishness/S +primal +primeval/Y +primitive/PYS +primitiveness/S +princess/SM +print/IRDAGS +printing's/I +printmaking/M +prior/YZ +prioress/SM +priori +prison/IdS +prison's +prisoner/MS +prissy/YPT +privileged/fU +prizewinning +pro/MS +pro-life +proactive +probationary/S +prober/M +problem/SWMw1 +process/SxXNM7GD +processing/K +proconsular +procrastinate/SGDNn +procreativity +procure/SDLG +prod/GSD +prodigality/S +produces/e +profaner +profanity/SM +profess/SGhNXxD +professional/Q8S +professionalism/MS +professionally/U +professorial +profit/g7dSMlp +profitably/U +profiterole/MS +progesterone/MS +prognathous +programme's +progression/M +progressive/PS +progressivism +prohibition/M3 +projection/S3M +projectionist +prolegomena +proliferate/VSGNnD +prolific/Y +prologuise +promiscuous/PY +promissory +prong/MDSG +pronoun/SM +pronouncer/M +proof-reader/S +property/DSM +prophesy/RGDS +propionate/M +proportionality/M +proportionate/EYS +proprioceptive +prorate/SDNG +prorogue/SGD +pros/S +prosecutable +prosecution/MS +proselyte/SQ98MGsD +proser/M +prosthetic/S +prosy/T +protactinium/M +protect/cVDGS +protector/SM +protectorate/MS +protein/SM +prototype/W1GMSwD +protract/GSD +protrude/uSNVDGXv +protrusion/M +provident/IY +provocative/PS +prowess/SM +proximity/MS +prudence/MIS +prudish/PY +prurient/Y +pry/TGSDRk +précis/SdM +psalter/Z +pseudo +psi +psychic/MS +psychoacoustic/S +psychoactive +psychoanalyse/SGWD +psychoanalyst/S +psychobiology/M +psycholinguistic/S +psycholinguistics/M +psychology/MwS31 +psychophysics/M +psychotic/SY +psychotropic/S +pub/WMGSD +pubescence/SK +public's/A +published/U +puddling/M +pudgy/PT +puerility/SM +puffball/SM +puffin/MS +puffiness/S +pug/DMGS +pugilism/SM +pugilist/SW +pugnacious/YP +pugnacity/MS +puke/SGD +pulchritude/MS +pull-back/S +pulser +pulsing/A +pulverization/M +pummel/DGS +punch/DRZGJ7S +punchline/S +puniness/S +pupil/MS +puppet/MyS +purgative/MS +purgatory/MS +purine/MS +purposive/P +purr/DSGk +purse/MSGRD +pursuant +purulence/SM +pushchair/MS +pushover/SM +put-down +putrescence/MS +puttee/MS +putter/d +putterer/S +putty/MSDG +putu +pyknic +pylori +pyramidal +pyrite/MS +pyrolysis/M +pyrometer/SM +pyrometry/M +pyrrhic +pères/F +qr +qua +quack/DGS +quad/SM +quadratic/SMY +quadrennial/SY +quadrennium/MS +quadric +quadruple/GDYS +quadruply/Nn +quagmire/MS +quaint/TYP +quality/MS +qualmish +quandary/SM +quantifiable/U +quantify/RSG7nND +quantitative/PY +quantum/-8QsMq9 +quarantine/DMSG +quarrier/M +quarry/mDSMG +quart/MRWS +quarter/Yd +quarter-plate +quarterer/M +quartermaster/MS +quarto/SM +quasilinear +quatrain/MS +quaver/dZkS +queen/DMYSG +queenly/T +quell/GDS +queller/M +query/SGDM +questionableness/M +questioned/AU +questioning/UY +queue-jump/G +queuer/MS +quickness/S +quickstep/MS +quiescentness +quincentenary/M +quintessence/MS +quintillion/HS +quip/DSMG +quirk/2SMZ +quisling/MS +quiz/ZMRGD +quotable +quote/SanGND +quoth +r.p.m. +rabbet/MdS +racegoers +rack/MDSG +raconteur/SM +racquet/SM +radar/MS +radian/MS +radical/QS +radii/M +radiogram/MS +radiology/wW13M +radiometry/M +radish/MS +radix/M +raffish/YP +raftered +raiment/M +rain-cloud/SM +rain-maker/SM +rain-shadow/MS +rainbow/SM +rainforest/MS +rainwater/M +rajah/MS +ramp/SMDG +rampancy +ramrod/MS +rancid/P +random/Q-q8YP +randy/T +range's +rank's +ranked/U +ranking/SM +rankle/YSGD +rankness/M +ransack/DSG +rant/SRJDGk +rapacious/YP +rapier/SM +rapine/MS +rapporteur/MS +raptness +rapturous/PY +raspberry/MS +rat/dRGMDZS +rate's +rather +ratiocinate/DnNVSG +rattletrap/MS +raw-boned +ray/GMSD +re-emergence +re-explain +re-fund +reachability +reactions/c +read/lR2JBzGZ +readability/MS +real-life +realign/LG +realised/U +rearrange/L +reasonableness/U +reassemble +reassess/LG +reassure/D +reassuringly/U +rebound/DG +received/U +receivership/SM +recency/M +recent/Y +receptionist +receptivity +recipiency +recipient/SM +reclaimable/I +reclassify/GNn +recluse/MSVN +reclusion/M +recognisances +recognize/BRDGlS +recollect/G +recondite/YP +reconnoitre/DSG +reconsideration/M +reconstruction +reconversion +records/A +recourse +recover/gZ +recrudesce/GSD +recruit/rSdLM +recrystallize/nN +rectangular/Y +rectification/M +rectum/MS +recumbent/Y +recyclable/S +recycle/R7 +red-faced +red-hot +red-letter +redact/GDS +redbud/M +redcoat/SM +redeclare/N +redemption/SM +redemptive +redskin/MS +reducibly/I +redundant/Y +reedy/PT +ref/M +refashion/G +refer/DRS7G +referee/MSdG +reference/DCSG +refill/G7 +refinish/G +reflectance/M +reformism/M +refortify/G +refraction +refractometry +refrigerate/GNSD +refund/G7 +regain/G +regard/EDGS +regiment/NnDMSG +regionalism/MS +register/KdSNn +register's +registered/U +registrar/MS +registration/KM +regressive/P +regret/GD6jS +regrind/G +regular/IYS +regularize/NSGnD +regulated/U +rehab +rehire +rehydrate/N +reinforcer/M +reinstall/G +reiterate +reject/DGVRS +rejection/MS +rejoice/SGkJD +relatedness/M +relativist/WM1S +relaxed/P +relearn/G +relentlessness +reliant/Y +relic/MS +relieved/U +religious/PY +reline +reliquary/SM +relock/G +remarkable/U +remeasure +remembrance/MS +remind/G +reminisce/SDG +remit/NGDXS +remittance/SM +remobilise/B +remove +renationalise/n +renovator/MS +rep/MS +repair's/E +repast +repeat/BhRGD +repeated/U +repertory/SM +repetitive/Y +rephotograph/G +replenishment/S +replete/PN +replicate/DSG +repository/MS +repost/G +representing/a +reprieve/DSG +reproduce/bVuv +reptile/MS +reptilian/S +repulsive/P +reputability/M +repêchage +requestion/G +rescind/DSG +rescission/MS +rescue/RGSD +reselect/7 +reselection +resemblant +reserve/hn3Ni +reservoir/SM +reshape +reshuffle +residency/MS +residue/MS +resignation/M +resiliency/S +resilient/Y +resistible/IY +resonate/SDG +resorptive +respiration/M +responder/MS +response/bVMSvu +responsibility/SMI +responsibly/I +restart/G +restrain/hG +resume/GSDNX +retail/R +reticent/Y +reticule/NSnM +reticulum/M +retract/GD +retractile +retrain/G +retribution/SM +retroactive/Y +retrofit/SDG +retroflexion/M +retrogression/M +retrovirus/S +retune +revamp/G +reveal/RkD7GS +revelatory +revere/GSD +reverencing +reverend/MS +revet/LDG +revisionism/MS +revisit/d +revolvable +rewash/G +rewind/7G +rhetorical +rheumy/T +rhizome/SM +rhomboid/MS +rhombus/WSM +rhymester/SM +rib/MGSD +rich/STYP +rickety/T +ridgeback/S +ridgy/T +rife/T +rift/SMDG +rig/DGMRJS +right-hand/Di +rightable +righteously/U +righteousness/U +rightful/Y +rightfulness +rigid/Y +rigorous/Y +ring/RGMD +ringlet/MS +rip-off/S +riparian/S +ripe/cU +ripen/Sd +ripping/Y +river/MS +road/SM +roadbed/MS +roadmap +roadshow/SM +roadside/S +roadster/MS +roan/S +robbery/SM +robotic/S +rock-bottom +rock-climber/S +roker/S +roller/MS +rollick/DkSG +rolling-stock +roly-poly +romance/RSGMD +roof-garden +rooibok +rookery/MS +root/RSMipDG +rootlessness +ropey +rose-red +rosette/DSM +rosewater +roster/MS +rostrum/SM +rotary/S +rote/M +rotor/MS +rottener +rotunda/MS +roughish +roughneck/SM +rouser/M +rowdyism/SM +rubato/SM +rubbish/ZSMDG +rubdown/MS +ruck/M +rucksack/SM +rudder/MSp +ruddy/TP +rude/PTY +rudimentary +rue/GDS6j +rulebook/S +rumbustious +ruminate/NSGDVnv +rump/SMY +rumple/GSD +rumpus/SM +run-through +rune/SMW +runnable +runt/SMZ +rupee/MS +ruse/SM +rust/SMW2DG1Z +rustication/M +rustle/RSDG +rustre/MS +rut/MDGZS +sabbatical/S +sabra/S +sabre-toothed +sacerdotal +sachem/S +sachet/MS +sad/YT3P +sadomasochism/SM +sadza +saga/SM +sagacious/Y +sageness +sahib/MS +said/U +sailcloth/M +sailing-ship/MS +sainthood/MS +salad/MS +saleslady/S +salicylic +saline +salivate/SNGD +salon/MS +salt-water +saltish +salty/T +salubrity/M +salutary +salvation/M +samba/SDMG +same +samoosa/S +sample's +sanctity/SM +sand/2SMGDZ +sandbox/SM +sandman/M +sandstorm/SM +sanely/I +sanitary/IU +sanities/I +sans +sappy/T +saprophyte/SWM +sapwood/M +satiety/MS +saturate/CSnGDN +saturnalia +sauce/SGM2Z +sauna/SM +sausage/MS +savant/MS +savoury/MS +saw-pit +sawdust/M +sax/MS +say-so +scabrousness +scaffold/MGSJ +scalar/MS +scaled/UA +scalloper/M +scallywag/SM +scandalousness +scant/z2YZ +scarceness +scarer/M +scarf/DM +scarification/M +scary/YT +scat/GD +scathe/kGD +sceptre/DS +scheme/SRGWMD +schizophrenia/M +schnapps +schnauzer/MS +schnitzel/SM +school-age +schoolhouse/MS +schoolmaster/SM +schoolmistress/SM +schooner/MS +sciatica/M +science/FMKS +scimitar/MS +scintillate/SDG +scissoring +scoliosis +scoop/RG6MDS +scoopful/S +scope/SMDG +scores/fe +scorn/DRSjGM6 +scornfulness +scot-free +scourge/DGMS +scourger/M +scrag/ZMDGS +scrag-end +scrapheap/MS +scrapyard/MS +scrawniness +scree/M +screenwriter/MS +screw's +scrim/SM +scripting/F +scrounge/RSDG +scruffy/T +scrunch/GDZS +scuba/SM +scull/RMDGS +scullery/MS +scurf/ZM +scurfy/T +scurrility/MS +scurrilous/PY +scurry/JDSG +seaborne +seal's +sealer/M +seam/ZDGSpM +seamier +seamless/Y +sear/GkSD +seashore/SM +seasick/P +seasonal/UY +seasoned/U +secant/MS +secession/SM3 +seclude/XSGVDN +second-best +second-hand +second-rate +secret/dVvYuS +secretariat/MS +sectary/MS +secured/U +security/MIS +sedimentary +sedimentation/M +sedition/MS +seditiousness +seduction/M +seductress/SM +sedulous/Y +see/cGRS +seed/ASGD +seed-bed/MS +seed-eater/MS +seeing/U +seen/Uc +segmentation/M +segregation's/C +segregationist +seigeury/S +seine/GM +seisin +seismical +seismograph/RZWMS +selective/Y +selectiveness +selenate +selenographer/MS +selenology/3 +self-absorbed +self-catering +self-confessed +self-congratulation +self-conscious/Y +self-critical +self-defeating +self-defence +self-denial +self-deprecating +self-destruct/DVSG +self-destruction +self-feeding +self-governing +self-hatred +self-help +self-image +self-importance +self-involved +self-knowledge +self-love +self-made +self-motivated +self-propelled +self-raising +self-reliance +self-restrained +self-revelation +self-satisfied +self-seeker/S +self-selecting +self-sufficiency +self-tapping +self-worth +selflessness +sell/SfeGAc +sell-off +selvage/SM +semeiotic/S +semi-flexible +semi-weekly +semi-yearly +semicircular +semicolon/MS +semiconductor/SM +semiotician +semiquavers +semolina/M +sender/MS +senile +senior/MS +sensate/x +sensational/8Q3 +sensibility/SMI +sensitize/CGNnDS +sensitizer/MS +sent/EAFKU +sentence/SMDG +sentential +sentimentality/SM +separation/M +sepsis +sequence/FMS +sequences/A +sequential/FY +sequentiality/F +sequoia/MS +serape/S +serenader/M +serf/MS +serfdom/MS +serge/M +serpentine +serpiginous +serrate/NnD +served/FKA +serviceable/U +serviced/U +services/E +serviette/SM +servomotor/SM +sessile +set/eMS +set-aside +sets/IA +settee/MS +settling/U +seventy-first/S +seventy-nine/H +seventy-six/H +seventy-twofold +several +severalty/M +sexed/cf +sexism/MS +sexpot/MS +sexually +sexy/T3 +sf +shady/TY +shake/7S2RGZ +shake-out +shall +shamble/SDG +shameless/Y +shan't +shandy/M +shapeless/YP +sharkskin/M +shawl/MDS +sheeplike +shekel/MS +shelf-life +shelf-mark +shelf-room +shelflike +shelver/M +sheriff/SM +shibboleth/MS +shielded/U +shift/R2pDzGSZ +shilling/MS +shipload/SM +shipowner/MS +shook +shooting/fc +shop/SMGDR +shop-girl/MS +shorebird/S +shorn/U +short-handed +short-lived +short-term +shortcrust +shorthorn/SM +shot's +should/R +shoulder/d +shoulder-high +shouting/e +show-piece/SM +showman/M +showmanship/M +showroom/MS +shows +shriek/DMRGS +shrift/SM +shrink/KSG +shrinkable +shrive/SG +shrubbery/SM +shrug/DGS +shtick/S +shuffling/A +shunt/DGS +shut/SRG +shut-down/SM +shyest +shyness/M +sick-benefit/SM +sickie/MS +side-stroke/MGDS +sidestep/GSD +sideways +sienna/M +sifts/A +sigh/SGD +sight/IcMS +sight-read/GR +sigma/M +signage +signal/RmqQ-8DGSMY +signed/Uf +signor/FM +signori +signpost/MDGS +silhouette/MSDG +silicosis/M +silkscreen +silly/SPT +siltation/M +simmer/dS +simper/dS +simple-mindedness +simultaneity/SM +simultaneous/Y +sin's/A +sincereness +sinecurist/M +sinful/P +sinfulness/S +sing-along +singe/S +single-decker/S +singular/q-YS +sink/7RGS +sinter/M +sinuosity +sip/RDSG +siphon/dSM +sister/ASM +sister-in-law +sisterhood/MS +sitar/M3S +site/SDM +situate/nNDG +sixty/SHM +sixty-eight/H +sixty-first/S +sixty-nine/H +sixty-onefold +sixty-seven/H +sizing/A +skande +skating-rink +skeet/M +skelm +skerries +skew/DPRGS +skewer/d +ski/MGS +ski'd +skid/SDG +skin/p2GMDSZ +skincare +skinderstories +skirt/GDMS +skolly/S +skunk/MS +sky-blue +slalom/SM +slanderous/Y +slap/SMGD +slave-drove +sleeping/c +sleepless/YP +sleepover/S +sleepwalk/DRGJS +slender/Q8YP +slenderer +sleuth/MDGS +slim/DTSGYR +slimline +slingshot/MS +slipknot/SM +slipper/2Z +slippered +slipshod +slob/MS +slog/DGS +slogan/MS +slough/MDGS +sloven/MSY +slovenly/TP +sluggard/MS +sluk +slumber/dSM +slumberer/M +slurp/DGS +slushy/TP +small/TS +small-mindedness +smash-up/S +smattering/SM +smidgeon +smile/SMDGk +smokable +smoke-room +smoking-jacket +smoky/T +smoothie/SM +smoulder/kdS +smuggle/RGJDS +smut/SMDG2Z +snack/GMSD +snappable +snapshot/MS +snare/SMGD +snazzy/TYP +sneaky/TP +snigger/Sd +snip/SrDGZ +snipe/SMG +snippy/T +snoek +snoep +snot/SMz2Z +snow-white +snowbound +snowcapped +snowdrift/SM +snowfall/SM +snowline +snowshoe/MS +snub-nosed +snuffbox/SM +snuffler/M +soapie +soapstone/M +soar/GSDk +soberest +sociability/M +sock/DMSG +soever +soft-hearted +soft-heartedness +softness/S +soggy/TY +soi-disant +soiled/U +sojourn/DRMGS +soles/AF +solicited/U +solidness +soliloquies +soliloquy/M +solipsism/M +solitude/MS +solstice/SM +solvent's/I +soma/M +sombre/Y +somebody'll +someone/M +somersault/DMSG +sometime/S +somnolent/Y +sonar/M +sonata/SM +songbird/MS +songsmith +songstress/SM +soon/T +sophist/MW1ywS +sophistry/SM +sort's/FA +sorter/MS +sot/MS +soul-destroying +soulful/P +sound's +soundest +sounding/SM +sour/TGYPSD +souse +south-Westerly/S +south-eastern +southerly/S +soy +space/S5mRGJMD +spacier +spaciest +spacious/YP +spank/JDSG +spanner/SM +sparest +sparing/U +sparkle/RSkDG +spavined +speaking/Ua +speaking-tube +spearhead/GMDS +special/q8SQ3- +spectra/Mo +spectrogram/SM +spectrometry/M +spectrum/M +speech/MpS +speed-up/MS +speedboat/SM +speedway/MS +speedwell/SM +speedy/PT +spellbind/RGS +speller/SM +spending/f +spermatozoa +spermicide/M +spew/DRGS +spicebush/M +spicule/SM +spillage/SM +spin/RSGo +spin-off/S +spinach/SM +spineless/YP +spinney +spinster/MS +spinsterhood/M +spire/IMSD +spirit/dIS +spirit's +spiritedness +spiritual/3YS +spiteful/PY +splayfeet +splayfoot/MD +spline/MSD +spoilt/U +spongy/T +sponsor/dMS +spontaneity/SM +spontaneous/PY +spoonerism/SM +spoonful/MS +sportscast/SRMG +spotty/TP +spray/ASGD +spring-loaded +sprinkling/M +spry +spumy/T +spunk/MZ +spurious/PY +sputa +squad/MS +squadron/SM +squally/T +squander/dS +squanderer +squaw/MS +squeak/zMRD2GSZ +squeal/DRMSG +squidgy/T +squiggly/T +squirelet +squireship +st. +stabilize/CnGNDRS +stable-boy/SM +stable-girl/SM +stables/F +staff/DGAS +staff's +staffers +stage-manage/RD +stage-struck +stagecoach/MS +stagflation/SM +stair/MS +stairwell/SM +stamp/RGJDS +standardised/U +standee/MS +standing/fM +standoffish/Y +standstill/MS +staphylococcus +stapled/U +star/rdZDpGS +star-spangled +star-studded +starboard/MS +stardust/M +starling/SM +starlit +starship +started/A +starveling/M +stash/SGD +stasis/M +stated/U +stately/TP +statical +stationery/SM +stator/SM +statsjapie +statute/MyS +stave/SGMD +steady/SDPTG +steakhouse/SM +steamroller/SMd +steely/PT +steepen/Sd +steer/DG7S +steers/m +stein/MS +stencil/GSDJM +stenographer/MS +stenos +stepmother/MS +stepping/c +stereo/MS +stereotype/DMS1WwGZ +stickler/MS +stifle/SGkD +stifler/M +stigmata +still/TPGDS +stimulative +stimulator/M +stint/MGDS +stinter/M +stipend/MS +stirrup/MS +stitch/ASJDG +stitch's +stitching/M +stoat/MS +stock/cASDG +stocked/f +stockpile/SDG +stodge/M2Z +stoicism/SM +stokvel +stomachful/S +stomal +stonecutter/MS +stooge/MS +stool-pigeon +stoppable/U +stoppered +stopping/U +stopwatch/MS +storable +store/SAGD +storm-cock/SM +storyboard/DGMS +stout/TPYS +stout-heartedness +stove-pipe/SM +strain/FDSA +straining/c +strange/PRTY +strap/USDG +strap's +strapless +stratagem/MS +strategic/S +stratification/M +straw/SZM +strawberry/SM +streak/RSMGDZ +streetwalker/MS +streetwise +strengthen/AdS +stress/jS6MGD +stressfulness +stretch/eDGS +stretchability/M +strewer +strewn +stricture/MS +strike-breaking +stringed +stripper/SM +striptease/RMS +strode +strong/TmY +strong-minded +strop/ZDMGS +strung/cAU +stubble/MSY +stubborn/TPY +stuff/cDG +stuffs +stuffy/TPY +stump/GMDSZ +stumper/M +stunning/Y +stupefy/DSGk +stupidest +sty/SM +stylishness +stymieing +styptic/S +sub-branch/SM +sub-editor/MS +sub-sequence/MS +subaquatic +subatomic +subconsciousness/S +subcutaneous/Y +subdue/SGD +subinterval/MS +subjectivity/SM +submarginal +submerge/GSD +submergence/SM +submerse/GNSXbD +submit/ANDXGS +submittal +subnormal +subregion/oMS +subrogation/M +subscript/DGS +subscription/SM +subsidiarity +subsidy/MS +subsoil/SM +subspace/SM +substantiated/U +substantive/SMY +substrate/MS +substratum/M +subsurface +subtask/MS +subtenant/SM +subtly/U +subtrahend/MS +subverter/M +subway/MS +succeed/SDG +success/SvMX6ujNV +suds/Z +sudsy/T +sufficient/IY +suffuse/XSNGD +sugar-coated +sugar-pea/S +suitableness +sulk/Dz2ZSG +sulky/T +sullen/PY +sullener +sulphate/SDGM +sulphide/SM +sulphonamide/MS +sultan/MS +sultanate/SM +sultry/TPY +sumac/SM +summary/s8SQY9M +summons/SGMD +sumo/MS +sun/pGM2ZSD +sunbath/SRGD +sunburst/MS +sunken +sunrise/SM +superannuation/M +supercharge/DRGS +superclass/M +supercomputing +supercooled +superheat/D +superhero/M +superimpose/NDSXG +superintend/SDG +superior/SMY +superlative/YPS +supermarket/MS +supernatant +supernaturalism/M +superpose/DNSG +supersaturate/NDSG +superscript/DGS +superscription/M +superstitious/Y +superstructure/SM +supervention +supplant/GSD +supplement/nDNG +supplementary/S +supplicant/MS +supplier/SM +supply/cSADG +support/RkBDVGvS +supposed/Y +suppository/MS +supranationalism/M +supreme/PY +supremo/M +sure/PTY +surface-active +surfacing/A +surge's +surname/MDS +surplus/MS +surprising/UY +surrealist/SW1 +surreality +surrogate/MS +survey/ADGS +survival/MS +susceptibility/ISM +suspension/M +suspensory +suss/DSG +sustain/LlGSBD +sustainer/M +sutler/SM +suzerain/MS +svelte/Y +swarm/SDMG +swarthy/TP +swastika/SM +swat/SRDG +swatch/MS +swath/MDGS +swathe/S +sway/DSG +swearword/MS +sweetbrier/SM +sweetish +sweetness +swept +swift/TYS +swig/DMGS +swirl/DGSY +switch-blade/MS +switchback/MS +swizzle/MDG +swoon/DGS +swoop/DGS +sword/MmS +swordplay/M +swordsmanship/M +swordtail/M +sworn +sybarite/WSM +syllabify/GSnND +syllabub/M +syllabus/SM +syllogism/SM +syllogistic +symbiont/M +symbol/q381-wQSMW +symmetry/1S8QwMW +symposia +symptomatology/M +synaereses +synchronised/UA +synchronizer/CSM +synchronous/Y +syncopal +syndic/nMNS +syndical +syndicalism +synergistic +syngamy +syngenesis +synoecious +synonym/WMSZ +synopses +synthetic/YS +syrup/MS +systemic/Y +systole/WMS +tableware/M +tabloid/MS +tabor/SM +tabulate/nGSND +tabulation/M +tac/DZ2G +tachycardia/MS +tactless/Y +tadpole/MS +taiga/SM +tailback/MS +tailboard +tailwind/SM +take-home +taking/Aacf +tale/MS +talisman/WSM +tallboy/MS +tallish +tamale/SM +tamper/rdS +tandoori/S +tangency/M +tangibly/I +tannin/MS +tantrum/MS +tapestry/SMD +tapped/U +tar/MDSGZ +tariff/SGMD +tarn/SM +tarnished/U +tarot/MS +taskmaster/MS +tattier +taupe/M +taxiway/SM +taxpayer/SM +teach/RJ7SG +teachable/U +teal/SM +team-mate/S +tear-gas/DG +tearaway +tearjerker/S +teaspoonful/SM +teatime/MS +teazle +technikon +technophiles +technophobic +teem/SDG +teensy-weensy +teeter/dS +teetotal/R +tektite/SM +telecentre/S +telecommute/RSG +teleconference/DSGM +telekinetic +telemarketing +telethon/MS +telex/DMSG +tempestuousness +temporal/Y +ten/7MHgSl +tenability/MS +tenacity/S +tend/FSIRKGD +tended/EU +tenement/MS +tenpin/MS +tens/TxNXGDS +tension's/K +tents/I +tenure/MSD +terbium/M +termagant/MS +terminable/I +terminated +terminator/MS +terracotta +terrapin/SM +terrestrial/YSM +terrible/Y +terrorism/M +terry/MRS +testator/MS +testes +testify/RSGD +tests/KA +tetanus/M +tetrachord/SM +tetragon/SoM +tetrahedra/o +tetrahedral +tetrahedron/MS +tetravalent +thalamus/M +thallophyte/M +than +thankless/Y +thanklessness +that'd +thatch/RMGSD +thatching/M +theatregoing +thee +theorem/MS +theoretician/SM +therapy/MS +thereat +thereupon +therm/oSM +thermistor/MS +thermoformed +thermoluminescence/M +thermonuclear +thermopile/M +thermostat/W1MS +thesis/M +they +they'll +thieve/yDGS +thievish +thigh/MS +thimble/6SM +thinnish +third/Y +thirst/2MGzSDZ +thirty-five/H +thirty-nine/H +thirty-onefold +thirty-twofold +thoracic +thorium/M +thrashing/M +thread's +threadbare +three-legged +three-piece +three-point +three-quarter/S +threnody/SM +thrift/pz2SMZ +throat/z2SMDZ +throb/SGD +thrombi +thromboses +through +throughout +throwback/MS +thrower/SM +thud/SDGM +thuggery/M +thumb/SMDG +thunder-box +thunderbolt/MS +thunderclap/MS +thus +thwack/DGS +thymine/M +thyristor/MS +thyrotropic +thyrotropin +tick/MS +ticket/SMdZ +ticket-day +tide/SGDJZo2 +tidewater/SM +tidier/U +tidy/DTGSY +tie/ADUGS +tight-fitting +tight-lipped +tigress/MS +till/S7GDR +tillage/MS +tilled/E +timber/dSM +time's/c +time-consuming +time-honoured +time-work +timing/MS +timorousness +timpanist/S +tincture/SMDG +tine/MSZ +tinfoil/M +tinkerer/S +tinkle/YDGS +tinsel/GDSMY +tint/SGDM +tiny/TP +tipster/MS +tiptoe/DSG +tiresomeness +tiring/U +tit/MRS +title-deed/SM +title-page +titrate/DSG +titre/NSM +tizzy/SM +to/IU +to-do +toasty/T +tobogganist +toddle/RDSG +toenail/MS +toga/MSD +toggle/DSMG +toilette/SM +tolerant/IY +tolerate/SDGnBN +toll-house/M +toluene/M +tom-tom +tomahawk/DGMS +tomblike +tomcat/SM +tome/MS +ton/orWdMS +tonelessness +toner/ISM +tongue-tied +toolbar +toolbox/SM +toolmaker/SM +toolmaking/M +toothache/MS +topicality/SM +topmast/MS +topmost +topping/M +topsy-turvy +tore +toreador/SM +torrential +torsion's/I +tort/FSEA +torte/MS +tortoise/SM +toss/RGDS +totality/SM +totter/dkS +totting-up +touch/AGDS +touched/U +touching/Y +touchstone/MS +toupee/MS +tourer/MS +tourism/SM +tow-path/SM +townscape +toxaemic +toxin/SM +toyshop +track/RSMDpG +tracksuit/MS +trade/R5mMDGS +tradescantia +traditionalist/WMS +tragedy/SM +tragicomic +trailblazing +train/RGSDJ7 +train-bearer/S +train-spotting +traineeships +trainman/M +trammelled/U +trance/MS +transatlantic +transcendent/oY +transcendental/3 +transcode/G +transcript/SM +transducer/MS +transfer/7RSMGgD +transferee/SM +transferral/SM +transgenic +transience/SMZ +transient/YS +transitive/IYP +transitivity/M +translate/gGNDnS +translated/aU +translucence/MZ +transmittal/MS +transposable +trapeze/SM +trapezia +trappable/U +treacherous/PY +treachery/SM +treat's +treatable/U +treated/UAK +treatise/SM +tree/MGpS +trellis-work +trembler/M +trencher/mSM +trendsetting +trepidation/SM +trestle/SM +triad/MWS +triage/MSGD +triangle/SM +tribalism/M +tribute/FSE +tribute's +triceratops/M +trickery/SM +trickster/MS +trifocals +trigger/d +trilateral +trilby/MS +trillium/SM +trimaran/MS +trimester/SM +trimodal +trip/YRGSDM +tripe/M +triphthongal +triple/SGD +triplicate/S +tripodal +triptych/M +tritium/M +triumphal +triumphalist +trivia/o +trodden/AU +troll/MDSG +trollop/SM +trompe +trophy/MS +trot/SDRG +troth/S +troubled/U +trousseau/M +troy +truck/RSMGD +truelove/MS +truncate/DnSGN +trundle/DGS +trust's +trusted/U +trustfulness/E +tsar/S +tsarina's +tsunami/SM +tube/MSp +tuberculoses +tuberose/MS +tuberous +tularaemic +tum/Z +tumblerful/S +tumescence +tumid/Y +tumult/MS +tundra/MS +tunic/MS +turbaned +turbidity/SM +turbulence/SM +turd/SM +turgid/Y +turn/ADcGS +turn-down +turn-up/S +turnaround/MS +turner's +turnstone/M +turntable/MS +turvy +tush +tussle/SGD +twain +twang/SZMDG +twangy/T +twee/T +tweed/2MSZ +twelve/H +twenty-onefold +twilit +two-thirds +twosome/SM +typecast/G +typewriting +typical/Y +typicality/M +tyrannosaurus/S +tyrannous +tyranny/18MQwS +tyrant/MS +tyre/MS +tyro/MS +ubiquitousness +ubiquity/S +udder/SM +ukulele/SM +ulceration/M +ulna/M +ultra-high +ultramodern +ultramontane +ultraviolet +umbilical +umbilicus/M +umbrage/MS +umkhwetha +unaffectionate +unambitious +unattractive +unban/DG +unbend/G +unbreakable +uncapping +unchallengeable +uncivil +unclothe/G +uncontentious +uncouth/Y +uncover/Sd +unctuous/Y +undecided +under +underclass +undercover +underfloor +undermine +underscore +understood/a +understructure +undervalue +undoubted/Y +undrinkable +undue +undulant +unemotional +unfamiliar +unfashionable +unfathomable/Y +unfit/DG +unfitness +ungainliness +ungainly +ungentle +ungrateful +uni +unifier/SM +unimportant +unionise/n +unionist/SM +uniqueness +unitary +university/SM +unkempt +unkink +unlace/G +unlap +unlikeness +unlovable +unmanliness +unmask/G +unmesh +unmissable +unmodifiable +unobjectionable +unoriginal +unpack/G +unpersuasive +unplug/GD +unprintable +unprofitable +unreal +unreservedness +unromantic/Y +unruliness +unsavoury +unselfconsciousness +unsound +unstoppable/Y +unsubscribe +untidy/T +untoward/Y +unwind/G +up-to-date +up-to-the-minute +upbeat/MS +updater/M +upload/DGS +upped +uppermost +upright/YS +uprightness +uptown +upturn/SGD +urbanism/M +urbanity/SM +urethra/SM +urethrae +urgent/Y +urinalysis/M +urinate/SGD +urine/NMnS +us/grd7Sl +user/aM +user-friendly +using/f +usual/UY +usualness/U +usurer/MS +usuriousness +uteri +uterine +utmost +uvula/MS +vacation/M +vacuity/MS +vacuolated +vacuole/MS +vainglorious/Y +valet/dMS +valiant/Y +validator/SM +valuator/MS +value's +values/cf +valve/DSMp +vandalism/SM +vanquished/U +vantage/MS +vapid/Y +vapidity/SM +varicose +varied/U +variety/MS +vaudeville/MS +veal's +vector's/F +veg +vegetable/MS +veil/SUDG +veld/SM +veldt/M +vellum/MS +velvet/MSZ +velveted +venal/Y +venation/MS +vengeance/SM +venial/Y +ventriloquist/MS +veracious/Y +veracity/SM +verandah/SM +verbal/qsQ-89Y +verbena/MS +verifier/SM +vermicelli/MS +vernacular/YS +verrucae +verse/ISNAFX +versed/AFU +version/AMIF +verso/MS +vertebrate/MIS +vertex/SM +vertical/YS +vertices +verve/MS +vesiculate/GNS +vestige/MoS +vestigial +vexation/M +vibe/S +vibration/M +vice-President/MS +viceregal +vichyssoise/SM +vicuña/S +videlicet +video/DGSM +videophone/SM +vigil/MS +vigilante/SM +vigour/M +vile/PTY +vilify/nDGSN +villain/SZM +villi +vim/M +vindictive/PY +vineyard/MS +viol/3S7M +violate/GDS +violoncello/MS +viperous +virgule/MS +virility/SM +virologist/S +virtue/MSo +virulence/S +vis-à-vis +viscosity/MS +viscountcy/MS +visible/YI +visioning/K +vital/8qQ-S +vitalise/ASCDG +vitalizes/C +vitiate/NDSGn +vitriol/WM +vituperate/vDSVGNn +vivacity/SM +vivify/ADGNS +viviparous +vocabulary/SM +vocoder +vodka/MS +vogue/MS +voice/IGMDS +voiced/UC +voiceless/Y +voile/MS +volatility/MS +volcano/M +volition/oSM +voluminousness +voorkamer +voorskot +voraciousness +voracity/SM +vortex/SM +vorticity/M +voting/Ce +voyage/MDSGR +vulcanize/NDnSG +vulnerability/IS +vulture/SM +wacky/T +wade/S +waffle-iron +wage-earning +waggishness +wailer/M +wainscot/dSDG +wait/SGRD +walkie +walkover/SM +wall/SGMD +wallow/GDS +walnut/MS +waltz/DMGS +wampum/M +wane/S +want/SGD +war's/C +warble/RSGD +warlike +warm-down +warm-hearted/Y +warmest +warp/SGMD +warpath/SM +warship/SM +wartime/MS +washerwomen/M +wast/RGD +waste/6jS +water/dmSZM2p +watercourse/MS +waterlogged +watermelon/MS +waterwheel/S +waterworks +wattage/MS +waveform/SM +wavering/UY +waxen +waxwing/MS +waxy/T +way/MS +wayfaring +waywardness +weaken/dS +wealthy/T +wean/GSD +weaponry/SM +weariness +wearing/e +weasel/MDGS +webbing/M +website/MS +wed's +wedge/GSMD +wedlock/M +weedy/T +weekday/MS +weensy +weigh/eDSGA +weight/cDGS +weightlessness +weightlifter/S +weird/YT +well-beloved +well-built +well-chosen +well-connected +well-educated +well-formed +well-head/SM +well-informed +well-known +well-made +well-read +well-received +wellspring/MS +welsh +welter/d +wet-nurse/S +wetness +whatever +whatsoever +wheaten +wheeze/DSZG +wheezy/T +whence +whereabouts +wherewith +whichever +whiff/SMGD +whim/MS +whipper-snapper/MS +whir/SDG +whiskey/SM +whisper/rdJkS +whist/M +whither +whitish +who'll +who-dunnit +whoever +whole/S +wholeness +wholesale/MRDG +whomever +whomsoever +whoosh/MSDG +whorish +whorl/MDS +wicked/P +wicket-keeping +wife/MYp +wig/MDSG +wiggle/RDSYG +wiggly/T +wild/PSGTY +wildfowl/M +willing/UY +wince/SGD +winch/MDSG +wind-up/MS +windbreak/MS +windlass/MDGS +windsurf/DRSG +windward +wineries +wing/DRGmMp +wing-tip/S +wingspread/MS +winning/Y +winsome/Y +winsomeness +wipe/RSDG +wire-tapping +wireless/SM +wiriness +wises +wispy/T +wit's +witch-hunt/S +witchdoctor/S +witchery/SM +withal +withdrawal/SM +withdrew +wither/k +withheld +withhold/RJGS +without +witty/PYT +wizen +wizened +woad/M +wok/MS +wolfram/SM +wolverine/MS +womankind/M +womb/SM +wonderer/M +wondrousness +wonky/T +woodruff/M +woody/T +woollen/S +woolly/ST +wop/MS +word's +word-process/G +work's/e +workableness +workaday +workmanlike/U +workmanship/MS +workplace/MS +workroom/SM +worksheet/S +worldwide +wormy/T +worsen/dS +worthless/PY +worthwhile +would +would-be +wouldst +wrangle/SGDR +wrap/USDG +wrapper/MS +wreath/DSMG +wrinkled/U +wrong-headedness +wrongdoer/MS +wrongdoing/SM +wrongness +xerophyte/MS +yam/SM +yard/MS +yarn/SMGD +yaw/SGD +yawn/RSGDk +ye +yelp/SDG +yen/GSDM +yeomanry +yes +yes-man +yield/SGD +yielding/U +yo +yoga/M +yolk/SM +yon +yore +you've +youngish +youthfulness +yum/Z +z/d +zealous/cP +zebra/MS +zero-rated +zircon/M +zloty/M +zoophyte/SM +zygote/MSW +!boerseun +!gatvol +!koedoe +!pomp +'strewth +'twas +AI +ARCO +ARV +ASCII +AWACS +Aandrus +Aarhus/M +Abba/M +Abdul/M +Aberconwy/M +Abidjan +Abkhazian +Acaciaville +Acadia +Accra/M +Ackerville +Adamayview +Adamson/M +Adendorp +Adirondack/S +Adkins +Adler/M +Adventist's +Aeneas +Aeolus +Afar +Afghan/MS +Afghanistan/M +Afguns +Afrocentric +Afrocentrism +Ag +Agincourt +Agnew/M +Agrippa/M +Aileen/M +Airdlin +Airlie +Ajax +Al/M +Albanian/MS +Albany +Albemarle +Alberante +Albert/M +Albertsville +Albrecht/M +Alden/M +Alec/M +Alexis +Algeria/M +Algiers +Algoapark +Ali/M +Alice/M +Alicedale +Alicia/M +Alison/M +Alistair/M +Allenby +Allis +Aloeridge +Alofi/M +Alsatian/S +Alva/M +Amanda/M +Amandelbult +Amandelrug +Amanzimnyama +American/q8MQ-S +Americana +Americanism/S +Amerindian +Amstel +Amsterdam/M +Anatolian +Andean/M +Andrea/MS +Angeles +Angelo/M +Angie/M +Angkor/M +Anglia/M +Anglicize/NnSGD +Anheuser/M +Ankara/M +Annlin +Antarctic/M +Antioch/M +Anzac +Aphrodite/M +Apollonian +Aquapark +Arabiedam +Araucanian +Arcadian +Archie/M +Archimedes +Arcturus +Argentinian/S +Argyll/M +Ariadne/M +Ariel/M +Arkansas/M +Arlington/M +Armagnac +Arnoldton +Artemis +Asande +Ashford/M +Ashland/M +Askham +Askraal +Assam/M +Assisi/M +Assyria/M +Athlone +Atkinson/M +Augrabies +Augustine +Augustus +Aurelius +Aureus +Auschwitz +Austin/M +Australia/M +Avery/M +Avestan +Aviaryhill +Avis/M +Awadhi +Azikiwe/M +Azores +Aztec/M +BBQ +BC +BR/M +Baal/M +Baardskeerdersbos +Babylonia +Bacchanalian/S +Baden/M +Badi +Bagleyston +Bahamas/M +Bakerton +Balearic/M +Ballard/M +Ballymena/M +Balopa +Baluchistan/M +Balvenie +Balzac/M +Bamaaka +Bambisane +Bamokgoko +Banda +Baraseba +Barbary +Barbette/M +Barcelona/M +Barkley's +Barnabas +Barnes +Barney/M +Barnum/M +Baroda/M +Barrichello/M +Barrow +Bart/M +Bartholomew/M +Bateman/M +Batlharos +Batubatse +Baxter/M +Baywatch +Baziya +Beachview +Beaconvale +Beauchamps +Bede/M +Bedfordview +Bedworth/M +Beelzebub/M +Beersheba/M +Begawan/M +Bekkersdal +Belabela +Belgium/M +Belgrano/M +Bell +Bella/M +Bellfish +Bellini/M +Bellview +Belvedere +Bengal/M +Benoryn +Benzedrine/M +Bergsig +Bergville +Bergvlei +Bergvliet +Berk +Bernardo/M +Bethanie +Betty/SM +Bezuidenhoutville +Bhangonoma +Bhekimfundo +Bhekuzulu +Bikol +Birchleigh +Birgit/M +Biscayne/M +Bishopsgate/M +Bittern +Blackman/M +Blackpool/M +Blackridge +Blanche/M +Blancheville +Blikana +Blikkies +Blomvlei +Bloomfield/M +Bloubergrise +Blueskin +Bluetooth +Blythswood +Boadicea/M +Boboyi +Boca/M +Bochabela +Bohemia/M +Boiketlo +Boipatong +Boise/M +Boitekong +Boksburg +Bolivar/M +Bolivian/S +Bolla-ntlokwe +Bolshevist/MWS +Bombay/M +Bona-bona +Bonela +Boniface/M +Bonsmara +Bontheuwel +Bontrug +Boons +Bophelong +Bophuthatswana +Boquinar +Bordeaux +Boris/M +Borolelo +Bosch/M +Bose/M +Boshoek +Bosnia-Herzegovina/M +Bot +Bothaville +Botswana/M +Boughton +Bouvier/M +Bowery +Boxy +Boyce/M +Boyd/M +Boyle/M +Brackenfell +Brackenham +Bradley/M +Brahmaputra/M +Braj +Bramhope +Brandt/M +Brasilia/M +Braun/M +Bray +Brazilian/SM +Breaunanda +Breidbach +Brenda/M +Bridgetown/M +Bridgmanville +Bridgton +Brierly/M +Brighton/M +Brindisi/M +Britannia/M +Britannica +Briticism +Briza +Broadwood +Bronkhorstspruit +Bronx/M +Bros. +Bruntville +Brussels/M +Bryanbrink +Buchanan/M +Bucharest/M +Buckley/M +Budd/M +Buddha/M +Budweiser/M +Buhrmannsdrif +Buick/M +Bulawayo/M +Bulgaria/M +Bulgarian/MS +Bulletrap +Bulwer +Buqa +Burberry/M +Burch/M +Burgershoop +Burnley/M +Burnshill +Burnwood +Burt/M +Buxton/M +Byzantine +CB +CID +CNN +CRT/S +CSSA +CV +Caddick/M +Caddo +Cairo/M +Caisos +Caius +Calhoun/M +Calvary +Calvinism +Cambrian +Cambridgeshire/M +Cameron/M +Campbelldorp +Canaveral +Cardigan/M +Carletonville +Carlota +Carlsbad/M +Carolingian +Carolyn +Carpenter +Carthage +Carthaginian +Casablanca +Cashan +Caspar +Castleview +Castries/M +Catalan +Catawba +Cathy +Catskill/S +Caucasoid +Caucasus +Cavan/M +Cayenne/M +Ce +Cedric/M +Cefeni +Celeron +Centocow +Centrino +Centurion +Cerutiville +Cessna +Chad/M +Chaffinch +Chaneng +Chantilly +Charfred +Charley +Charlottetown +Charnwood +Chattanooga +Chelmsfordville +Chempet +Cheney/M +Cherie +Cheryl/M +Chester-le-Street +Chicago/M +Chinese/M +Chippenham +Choctaw/S +Cholwane +Chrissie +Christ/M +Christendom +Chuvash +Chweni +Cincinnati +Clairewood +Clansthal +Clanville +Clarence +Clarenspark +Claudius +Clearheights +Clernaville +Clewer +Clifton/M +Cline +Clint +Cliveden +Clovelly +Cloverdene +Clyde +Co +Cockburn/M +Coelacanth +Coelenterata +Coffey/M +Cofimvaba +Cointreau +Colbert +Coleraine/M +Coleskeplaas +Colombo/M +Coloureds +Colridge +Columbus +Colwyn/M +Comanche +Comet +Concern +Conera +Conrail/M +Cookstown/M +Coors +Copenhagen/M +Copley +Coronation +Cortland +Cossack +Cousteau +Covent +Coventry +Cowper/M +Cramerview +Cranbrookvale +Cranleigh +Crawford +Cree +Creek +Creole +Cretaceous/Y +Cretan +Crichton +Crossmoor +Crustacea +Cryptozoic +Cuban/S +Cumberwood +Cupertino/M +Curran/M +Curtis +Cushman +Cyclopean +Cyprus/M +D'almedia +DBE +DCMG +DETR/M +DOB +DZ +Dadaville +Dag +Daguerre +Dakar/M +Dalsig +Damascus/M +Dambeni +Danbury +Danckertville +Daniel/S +Danielsrus +Dansville +Dante +Danville +Daphne +Darabe +Darrell +Daryl/M +Dassenberg +Dassenhoek +Davenport/SM +Daventry +Davidsonville +Davie +DeKalb +DeMorgan/M +Dealesville +Deanna/M +Dearing/M +Dec +Deepdale +Defoe +Deklerkshof +Delaney/M +Delarey +Delibes +Delporton +Delropark +Dempsey +Dendron +Deneysville +Denge +Denmark/M +Dennisfield +Derbyshire/M +Devland +Devon/M +Devondale +Dewetsdorp +Dexedrine +Dhiri +DiMaggio +Diane +Dianne +Dickensian +Dickerson/M +Diepwater +Digimon +Dijkstra/M +Dikataneng +Dikgakeng +Dikole +Dilopye +Dimbaza +Dingleton +Dirac +Discovery +Ditsheng +Dixie +Dobsonville +Dodoma/M +Doggett/M +Dogri +Dom +Dominionville +Domino +Donnelly +Doornbult +Doornkop +Doppler +Dorandia +Doringkloof +Doringkop +Dormerton +Dorothea/M +Dortmund/M +Douglas-Home/M +Dow +Dracula/M +Dramamine +Dravidian +Dresden +Drexel +Dreyfuss +Driekop +Driftsand/S +Drottningholm/M +Druid's +Drury +Dublin/M +Dududu +Dulles +Duluth +Dumas +Dumbarton/M +Dumfries/M +Dumphries +Dumpty +Dunbar/M +Dunedin/M +Dunham +Dunmadeley +Dunne +Dunoon +Dunusa +Dunveria +Dustin +Duxberry +Dvorak +Dwarsberg +Dylan/M +Dysselsdorp +Dzimauli +EFT +ERM +ETA +Eastbourne/M +Easter/Y +Eastleigh +Eastwolds +Eaton/M +Ebenhaeser +Ebrahim +Econ. +Edgar/M +Edgardale +Edinburgh/M +Edith +Editor-At-Large +Edmundsbury +Effie/M +Efik +Egerton +Egugwini +Ehrlich/M +Eikefontein +Eindhoven +Einsteinian +Eisenhower +Ekangala +Ekwendeni +Elandia +Elandshaven +Elandskraal +Elarduspark +Eldon/M +Elephantfish +Elfindale +Elisabeth/M +Elise/M +Elitha +Ellesmere +Elnor +Eloise +Elonwabeni +Eltonhill +Ely/M +Emakwezeni +Emapulazini +Emberton +Emblem +Embonisweni +Emfundweni +Emile/ZM +Emory +Emthembeni +Engonyameni +Enhlalakahle +Ensizwakazi +Eocene +Eppindust +Equthubeni +Eqwabe +Erin +Ernie +Esau +Esidakeni +Esifushane +Esikhobeni +Esperanto +Estate +Estcourt +Esterházy/M +Estes +Ethandokukhanya +Ethel +Etruscan +Euclid +Eugene +Eunice +Euphrates +Eurostar +Eurydice/M +Euston/M +Eveleigh +Everest +Everyman +Ezekiel +Ezenzeleni +Ezibeleni +Ezimpondweni +FDA +FIA +FSA +FSF +FUD +Fabians +Faeroese +Fairbanks +Fairleads +Fairmead +Fairvale +Falkner +Falstaff +Fanagalo +Fangtooth +Farview +Faso/M +Faunapark +Faunasig +Felix +Ferguson/M +Fermi +Fernridge +Fernwood +Ferryvale +Fhatuwani +Fiat +Fife/M +Finsbury/M +Fisantekraal +Fishguard/M +Fiske/M +Fitzgerald +Fitzwilliam +Flamwood +Fleming +Fleurdal +Flintoff +Florapark +Florida/M +Foa +Foreshore +Formain +Forrester +Fort-de-France/M +Fosa +Fourier/M +Foxhill +Framesby +France/SM +Franchitti +Francine/M +Francis +Franck +Frankford +Frankish +Fransville +Frau +Freddie +Frederick/S +Frederikstad +Fredville +Freemanville +Freetown/M +French/Mm5 +Freshmeat +Fuji +Fulah +Funafuti/M +GOTO +Ga/y +Ga-magoai +Ga-maraba +Ga-raphukula +Ga-sehunelo +Ga-selolo +Ga-tlhose +Gadsden +Gaelic-speaking +Gainesville +Galatians +Galeheath +Galilee +Galileo/M +Gallicism +Gambia/M +Gamka +Ganda +Ganyesa +Garapulana +Garfield/M +Garfunkel/M +Garibaldi/M +Gariep +Garlandale +Garvey +Gary/MS +Gaul +Gaylard +Gazza +Gcilima +Gcininhliziyo +Geary +Gedenk +Geluksoord +Gelukwaarts +Gelvandale +Gemfane +Gemini +Genet +Genevieve/M +Geoffrey/M +Georgette +Georgia/M +Georginia +German/MSW +Germany/M +Getty +Gettysburg +Gewürztraminer +Gezina +Ghana/M +Gholfsig +Gifford +Gilbert/M +Gillespie +Gina/M +Gingindlovu +Gioconda +Girton/M +Gladstone/M +Glaswegian/S +Glebeland +Glenconnor +Glenharvie +Glenhills +Glenstantia +Glowfish +Gnomefish +God-forsaken +Goethe/M +Goggles +Goleta/M +Golgotha +Gondi +Gondwanaland +Gonzalez +Goober +Goodwin +Gordon/M +Gorham +Gothicism +Goukou +Gqunge +Graaff-reinet +Grantchester +Grasmere +Gray +Greenbury +Greenfield/S +Greenhills +Greenshank +Gregorian +Gregory +Grenadines/M +Gresham/M +Gretna +Greyville +Griffith +Groenleegte +Groenvallei +Groot +Grootgeluk +Grundy +Guatemala/M +Guerrero +Guevara +Guguletu +Guildford +Gundrift +Gunnar +Gurkha/M +Gus +Gutierrez +Guyanese +Gwangju +Gwendo +Gwyneth +Gxara +Gxokoza +HQ +Ha-nchabeng +Haardoornboom +Habeni +Habib/M +Hagar +Hague +Hahn/M +Haida +Haitian/MS +Halfmanshof +Hamal/M +Hamlin/M +Hammanskraal +Hammett +Hansel +Harding +Haringey +Harkerville +Harmon/M +Harrison +Harrisonburg +Hartland +Hastings/M +Hatfield +Hathaway/M +Hauptmann +Hawkray +Hayden/M +Hayfields +Healdtown +Heatlievale +Hebraism +Hebrides +Heideland +Heidelberg +Heideveld +Heidi/M +Heldebloom +Hellenist/MWS +Hellenize/DSG +Heller +Helmut +Helvetian +Hemingway +Hendrina +Hennopsmeer +Henri/M +Henville +Herbertsdale +Hermosa +Hernandez/M +Herold +Herrick +Herschel +Hershel +Hertzog/M +Hertzogville +Hess +Hester/M +Hettie/M +Heuningspruit +Heuser/M +Heuwelsig +Hewett/M +Hewlett/M +Heynspark +Hi-Fi/S +Hiawatha +Hibberdene +Hick +Highveld +Hildebrand/M +Hillview +Hindemith +Hindenburg +Hindustan/M +Hinsdale +Hiram +Hiroshi/M +Hlabatshane +Hlakaniphani +Hlanganani +Hlobo +Hluhluwe +Hobbs +Hoekwil +Hofmeyr +Hoheizen +Hohenort +Hohoza +Hoita +Holbeck +Hollister +Holmdene +Holmes +Holyhead/M +Homerton +Homestead +Homevale +Honingklip +Honolulu +Hookskate +Hoopstad +Hoosier +Hoovers +Horace +Horisonpark +Hormuz +Hornlee +Horst +Houghton +Howe/S +Hoyle +Hubble/M +Huddersfield +Hugo +Hupa +Huston/M +Hyatt +Hyman +I +I'll +IA +IP +IPA +IRS +ITV +Iban +Ibiza +Iestyn +Ikageng +Ikea/M +Ilinge +Illinois +Imbali +Imbizo +Imbuzini +Inc. +Indo-European +Inglis +Ingram +Inkangala +Inkomati +Intel/M +Internet/M +Ipeleng +Iqaluit +Irma +Isandovale +Isinkontshe +Isipingo +Isis +Islam/M +Islamabad/M +Israelite/SM +Itereleng +Ithaca +Ithoballe +Ivan/M +Ivoorpark +Jacob/S +Jacobsen +Jaeger/M +Jagtershof +Jakarandas +Jana +Janbruin +January/SM +Japanese/M +Jarvis +Jatniel +Jeep/MS +Jensen/M +Jenson +Jeppestown +Jersey/M +Jerusalem/M +Jessica +Jesus +Jewess/MS +Jim/MZ +Joanna +Johannes +Johannesburg/M +Joko +Jonah +Jonas +Joplin +José/M +Joubertina +Jovanovich +Jozannashoek +Jozini +Juan +Jubapark +Judeo-Persian +Julie/M +Jutjaw +Juvenal +Jybinoykwk +KS +Kaapenaar +Kabah +Kalkspruit +Kamden +Kamiesberg +Kampf +Kane/M +Kanhym +Kano +Kant +Karindal +Karlienpark +Karp/M +Kashmir +Katharine/M +Kathmandu/M +Katzenberg +Kawasaki +Kay +Kayamandi +Keenan +Keighley +Kelsey/M +Kelvinview +Kendal +Kenilworth +Kenneth +Kenosha +Kenwyn +Kerry/M +Kesteven +Kevin +Kewpie +Keynes +Khambi +Khartoum/M +Khayalethu +Khetani +Khmer +Khujwana +Khusane +Khutsong +Khyber +Kiepersol +Kilauea +Kildare/M +Kimball/M +Kingsbury +Kingsley +Kinshasa/M +Kiowa +Kipling/M +Kiribati/M +Kirkland +Kirkney +Klaasenbosch +Klapmuts +Klaus +Klein/M +Kleinbaai +Kleinmonde +Klipdam +Klipspruit +Kloofmyn +Kobonqaba +Kocksvlei +Koekenaap +Koelenhof +Kofi +Kohl +Kohlogolo +Kokomeng +Kolonade +Kolonia/M +Komaggas +Komani +Komatipoort +Kopela +Kopi +Korea/M +Koringpunt +Korsten +Kosmos +Kosovo/M +Kraaifontein +Kraalhoek +Kraankuil +Kraankuilstasie +Kraemer +Krause +Kreupelbosch +Kriel +Krigeville +Krishna +Kristin/M +Krupp +Kusaie +Kwa-bhadaza +KwaNdebele +KwaZulu +Kwabipa +Kwacitwayo +Kwadwesi +Kwaggasrand +Kwaggasvlakte +Kwahuku +Kwakwatsi +Kwamahlangu +Kwamakaya +Kwamakuta +Kwandengezi +Kwangcolosi +Kwankonka +Kwanonqaba +Kwavezi +Kwezi +Kyalami +LEDs +LGPL +LIFO +LLB +LaTeX/M +Laaiplek +Labarang +Lackawanna +Laden's +Ladyship/MS +Ladysmith +Laezonia +Lafayette +Lagrangian/M +Lahnda +Lahore/M +Lakefield +Lakeland +Lamar/M +Lambase +Lamellibranchia +Lamola +Lamont +Lanai +Lancelot/M +Landsdowne +Langebaan +Langerug +Lanka/M +Laothian +Laotian/S +Laszlo/M +Latin/M +Latino +Latrobe/M +Lauderdale +Laudina +Laudium +Launceston +Lauren +Laurent/M +Laurie/M +Lausanne/M +Layton/M +Leah +Leander/M +Lear/Z +Leatherdale +Lebanon/M +Leboeng +Lebotloane +Lee +Leeukuil +Leeupoort +Lefaragatle +Lefifi +Leighton +Leipoldtville +Lekgolo +Lekung +Lemke +Lennox +Lennoxton +Leno +Lenore/M +Lenyenye +Leo +Leon +Leona +Leopold +Leopoldville +Lepelsfontein +Lephalala +Lephoi +Lesetlheng +Lesetsi +Leshwane +Leslie/M +Lesotho/M +Lessetty +Lethe/M +Lethlakeng +Leviticus +Lewes +Lexington +Lexis +Liana +Libra +Lichtenburg +Lidgetton +Lilianton +Lindsay/M +Lindstrom/M +Lingala +Linkside +Linmeyer +Lionel +Lipscomb/M +Lisa +Lisbon/M +Lister/MS +Livermore +Liz/MZ +Lloyd/M +Lobatla +Locke +Lockhart/M +Loeriesfontein +Loire +Lomé/M +Longcroft +Longstreet/M +Longyearbyen/M +Lornegrey +Lotusville +Louie/M +Louisianan +Louth/M +Loveland +Lowell +Loy +Lt. +Lu +Luba-Katanga +Luce/Z +Lucien +Lucille +Lucy/M +Ludmilla +Ludome +Ludovic +Lufuta +Luganda +Luis +Lujizweni +Lumière/M +Lumpur/M +Lund/M +Lundquist/M +Lungfish +Lupindo +Lushof +Luyoloville +Luzupu +Lynchburg +Lynnville +Lyon/SM +MAG +MB +MBA +MEC +MIPS +MIRV +MP3 +MPV +Maandagshoek +Mabaleni +Mabatlani +Mabeskraal +Mabjaneng +Mabobo +MacDonald/M +Machibi +Mackerel +Macksame +Macleanville +Macmillan/M +Madeleine/M +Madhya +Madikgetla +Madikwe +Madlanyoka +Madokodeni +Madonna/M +Mafahlawane +Mafia/M +Mafioso/M +Magabheni +Magahi +Magaliesberg +Magalieskruin +Magaliessig +Magdalene +Magheights +Magologolo +Magopheng +Mahekgwe +Mahlamvu +Mahlutshini +Maile +Makaba +Makometsane +Makonyeni +Makwantini +Makwassie +Malabo/M +Malamala +Malayan/MS +Maldives/M +Male +Malebogo +Malkopbaai +Mamabala-ditlou +Mamaola +Mamatsha +Mamoutzu/M +Manama/M +Mandel's +Mandrake/M +Manila/M +Manipuri +Mankurwane +Manley/M +Manquzu +Manteku +Manthata +Manubi +Manyavu +Manyeding +Manyeleti +Manyetseng +Maphanga +Maputo/M +Maracaibo +Marcello/M +Marchand +Marcia/M +Mardi +Margaret/M +Margo/M +Mari +Marianne/M +Marievlei +Marikana +Marite +Marjorie +Markplein +Marlboro +Marnitz +Maroela +Maroelana +Marrakesh +Mars +Marseillaise +Marta +Marteshaft +Martha +Martinez +Marx/3M +Marydale +Marylebone/M +Mascagni +Maseke +Maserati +Maseru/M +Mashaeng +Mashobohleng +Masibekela +Masingita +Masiphumelele +Massenet +Matamela +Matatiele +Mathias +Matlabas +Matlalane +Matlock +Matriculation +Matshelapata +Matsulu +Matthias +Matwabeng +Maubane +Maurice +Mauritanian/S +Mavis +Maxakeni +Maximilian +Maynardville +Mbalenhle +Mbalentle +Mbekweni +Mbibane +Mbokotwana +Mbulwane +McBride/M +McConnell/M +McDaniel/M +McGowan/M +McGrath/M +McIntosh/M +Mcetheni +Mcnaughton +Mdakeni +Mdawendle +Mdlazi +Mdlokohlo +Meadowhurst +Medici +Meerhof +Meerland +Mehlomnyama +Meier/M +Melbourne +Melton +Melvyn +Mennonite/S +Meraka +Mercier +Mercurochrome +Merriam +Merrick +Merrill +Merseyside/M +Mesolithic +Messina/M +Methodism +Methuselah +Mfengu +Mfula +Mfuleni +Mgeza +Mgwenyana +Mhlakulo +Mhlatuzana +Mhubheni +Mica +Michaelson +Michel/M +Michelin +Michelson +Mick/M +Micronesian/S +Microsoft/M +Middledrift +Middlesbrough/M +Middlesex +Migdol +Miguel +Millard +Milnavair +Minardi +Minnebron +Mira +Missoula +Mitchell/M +Mitchellsplain +Mithanagar +Mjika +Mkhazane +Mkombe +Mkonjane +Mlalati +Mlalazi +Mlungisi +Mmafefe +Mmasebodule +Mmotong +Mnandini +Mnini +Mo +Moba +Mobantu +Modikoe +Modimolle +Module +Moemaneng +Moetladimo +Mogaladi +Mogogelo +Mokgola +Mokgophong +Moldova/M +Molejie +Moletsi +Moline +Molweni +Mon +Mongo +Mongol/W +Monopoly +Monrovia/M +Monsignor +Montclare +Montenegro/M +Monterey +Montessori +Montrose +Monument +Moodiehill +Mooibank +Mooinooi +Mooiplaas +Moolman +Moonfish +Moorish +Moran/M +Morelig +Moret +Morgan +Moro/M +Moroccan/S +Moroka +Morokweng +Morrison/M +Morristown/M +Mort/M +Morula +Moselle/M +Mosenthal +Mosenthalville +Moser/M +Moshe/M +Mossberg/M +Mosselbay +Moteti +Motlhele +Motsweding +Mox +Moyanshe +Moyle/M +Moyra/M +Mpake +Mpetsheni +Mpudulle +Mpumalanga +Mpungamhlophe +Msebe +Mseleni +Mt +Mtentu +Mtwaku +Muckleneuk +Mudabula +Mugabe/M +Muir/M +Mulbarton +Mulder/M +Muncie/M +Munich/M +Munnikville +Munsieville +Munzhedzi +Murdock/M +Mushwelldale +Mussolini/M +Mutlestad +Mvunyana +Mxokozweni +Mycenae/M +Myles/M +Myron/M +Mzimhlophe +Mzonga +Mzonyane +NHS +NIH +NZ +NaN +Nababeep +Nagoya/M +Nahoon +Nanette/M +Nantes/M +Nantwich +Naomi/M +Natalie/M +Natalspruit +Natasha/M +Naturena +Navajo/S +Navorsdorp +Ncwabakazi +Nd +Ndabakazi +Ndindini +Nduli +Ndwedwe +Neapolitan/MS +Nebo +Nebraskan/SM +Nedbank +Nedcor +Neddicky +Needham/M +Nellie/M +Nelly/M +Nelspruit +Nemato +Neptune/M +Nevis/M +Newclaire +Newclare +Newrest +Newsweek/MY +Newton +Ngcwanguba +Ngcwazi +Ngobozi +Ngwabe +Ngweding +Ngxabangu +Ni/M +Niall/M +Nicodemus/M +Nicola/MS +Nicosia/M +Niekerkshoop +Nieuveld +Nigeria/M +Nkelabantwana +Nkidikitlana +Nkwazi +Nobelpark +Noel/MS +Nokia/M +Nokomis +Nolabakazi +Nolan/M +Nomi/M +Nomonde +Nomvalo +Nonie/M +Nonqubela +Noordeinde +Noordgesig +Noordstad +Nordic/S +Normanville +Norplant +Norse/m +Northcliff +Northcroft +Northdale +Northumberland/M +Norton/M +Notintsila +Nottingham/M +Nouméa/M +Novak/M +Novo/M +Novocaine +Novuka +Nozambula +Nqutu +Nqutyana +Nsiligwane +Ntabankulu +Ntabengadlinkomo +Ntile +Ntlangano +Ntlanzini +Ntlaza +Ntlozelo +Ntondweni +Ntsingisi +Ntunjambili +Nubian/M +Nugent/M +Numbi +Nunavut +Nuneaton +Nwamanungu +Nxamalala +Nxaxo +Nyala +Nyamwezi +Nyoro +Nywara +Nzokhulayo +O'Brien/M +O'Donnell/M +O'Hara +O'Neil +O'kennedyville +OCR +OE +OEMS +OJ +OSGi +OT +Oakland/SM +Oakley/M +Oberlin/M +Oceania/M +Oconomowoc/M +Odell/M +Odendaalsrus +Odinburg +Oedipus/M +Offaly/M +Ofsted/M +Ohioan/S +Oldenburg/M +Olen/M +Olivedale +Olivetti/M +Olivia/M +Olson/M +Olympian/S +Omaha/M +Onderbaadjie +Onderpapegaaiberg +Onderstepoort +Oneida/MS +Ontario/M +Onverwacht +Ophelia/M +Oppermans +Oprah/M +Orania +Oranjezicht +Ordovician +Oregon/M +Orestes +Orientalist +Orin/M +Orkney/M +Orlando/M +Ornihaven +Orpington +Orwell/M +Osgood/M +Oslo/M +Osprey +Oudtshoorn +Ovambo/S +Overkruin +Ozwatini +PAYE +PCB +PDP +PLC +PPS +PS +PTO +PVC +PX +Pacaltsdorp +Packwood/M +Paddie/M +Pakaneng +Pakistan/M +Palaeocene +Palestine/M +Palestrina/M +Palladio/M +Pampanga +Pampierstad +Pancras +Panmure +Panorama +Paolo/M +Papeete/M +Papermouth +Parabat +Paramecia +Park +Parkdrive +Parklands +Parktown +Parkwood +Patamedi +Patrice +Patterson/M +Pb +Pedro +Pefferville +Pellsrus +Perdeberg +Pericles +Perl +Perreira +Perridgevale +Perseverance +Perslyf-moddervis +Perthshire/M +Pete +Petri +Phakamisa +Phambela +Phaphankulu +Pharisaism +Phash-maloka +Philippians +Philipstown +Phiva +Phoffu +Phola +Phola/mloshi +Phomalong +Phumelela +Phumla +Phuthaditjhaba +Pickering +Pierneefpark +Pierre/M +Pimms +Pinegrove +Pintail +Pipehorse +Pirowville +Pitcairn +Plakkerskamp +Plato/M +Pluto/M +Poelong +Pokwani +Pollsmoor +Polokwane +Pomfret +Porcupinefish +Porcupineray +Porto +Portsmouth/M +Portuguese/M +Potwane +PowerPC +Praegville +Prague/M +President/SM +Presidential +Presley/M +Prestbury +Primrose +Prinsevale +Progress +Proteaville +Provencal +Prudhoe +Pudsey +Puffback +Purbeck +Putco +Pythagorean +QC +QPR +Qanda +Qatar/M +Qhudeni +Quayle +Quechua +Quimera +Qumanco +Qutsa +Qwabe +RDS +ROM +RPG +RSI +RV +Rachmaninov/M +Radford/M +Raisethorpe +Raith +Rajasthani +Ramangwana +Ramaphosa +Ramatatane +Ramra +Ramsay/M +Ranchi +Randburg +Randhart +Randlespark +Randskou +Rangeview +Rankuyana +Ranleigh +Rant-en-dal +Rantebeng +Rapadi +Rapitsi +Rapportryers +Rashoop +Ratanda +Rathboneville +Ravenmoor +Raymond/M +Reba/M +Rebone +Redcheek-wrasse +Redcoat +Reddersburg +Redfingers +Refilwe +Reid/M +Reigate +Reilly/M +Reitzpark +Remora +Remy/M +Renaissance's +Reptilia +Republican +Retabiseng +Rethabile +Reuters +Revd. +Revlon/M +Rex/M +Rhee/M +Rheenendal +Riamarpark +Rica/M +Richardo/M +Richardson/M +Richey/M +Richter/M +Rickard/M +Rickie/M +Ridgefield/M +Riepenpark +Rietpoort +Rietvalleirand +Rietvlei +Riley/M +Ringling/M +Rio/MS +Risana +Risecliff +Riverdale +Roberson/M +Roberta/M +Robinvale +Roche/M +Rochester/M +Rockescliff +Rockingham +Rodewal +Roedtan +Rogelio/M +Roger's +Rogers +Rolf/M +Rolodex +Romance +Romanov/M +Romansh/M +Rome/M +Romeo/SM +Rommel/M +Ron/MZ +Ronald/M +Ronda/M +Ronny/M +Roodekop +Roodekrans +Rooderpoort +Roodewal +Rooiberg +Rooiboklaagte +Rooifontein +Rooihuiskraal +Rooisand +Rooiwal +Rooney/M +Roosevelt/M +Rory/M +Rosella/M +Rosenpark +Rosie/M +Ross +Rossi/M +Roswell/M +Roth/M +Rotterdam/M +Rowe/M +Rowley/M +Roxie/M +Royalglen +Rozano +Rozendal +Rs. +Rube/M +Rubinstein/M +Ruff +Rufus/M +Runcorn/M +Russia/M +Rustivia +Rutter/M +Rwanda/M +Rydalvale +Rynsoord +SA +SAA +SMS +SMSA/MS +SPARCstation/M +SPF +SSC +SSH +SSW +Saamstaan +Sabie +Sabrina/M +Sailfish +Sailray +Saint-Denis/M +Sakai/M +Sakhisiwe +Sakhrol +Sal/M +Salieshoek +Saligna +Salisbury/M +Salle/M +Salsfred +Saltville +Salvador/M +Salvadoran/S +Salvation +Salzburg/M +Samantha/M +Samaria/M +Sandanezwe +Sandberg +Sanddrift +Sander's +Sanderling +Sandoval/M +Sandvlei +Sangro +Sangrove +Sanskrit/MW +Santer +Santiago/M +Santo/SM +Sarafina +Saran/M +Sarasota/M +Saratoga/M +Sargon/M +Saron +Saskatoon/M +Saturday/SM +Sauber/M +Saudi/MS +Saunders +Savannah's +Savoyard/M +Saxonwold +Saxony/M +Saxton/M +Sayre/M +Scarlatti/M +Schagen +Schauderville +Scheherazade/M +Schneider/M +Schoemansdal +Schoemansville +Schrödinger/M +Schumann/M +Schuster/M +Schuylkill/M +Schweitzer/M +Schweizer-reneke +Scotland/M +Scottie/SM +Scottsdale/M +Scranton/M +Seagram/M +Sears's +Sedan +Segovia/M +Segundo/M +Seinfeld/M +Sekama +Sekgakgapeng +Sekhukhune +Sekhung +Sekwati +Selfbou +Sendmail +Seneca/M +Sennacherib/M +Sentrum +Serena/M +Seri/M +Seshibitswe +Setlagole +Sgt. +Shackleton/M +Shakashead +Shakaville +Shakespeare/M +Shakespearian +Sharonlea +Sharpe/M +Shaun/M +Shavian +Shaw/M +Shawano/M +Sheepmoor +Shelly/M +Shenlanga +Sherpa/MS +Shimange +Shixini +Shoreham +Shrove +Si/M +Sid/M +Siegel/M +Siga +Sigoga +Sihlangu +Sikhism/SM +Sikobobo +Silas/M +Silumaville +Silverdale +Silverfields +Silverglen +Simarlo +Simeon/M +Singapore/M +Siswant +Sithangameni +Sithembile +Siva/M +Siyafunda +Siyathuthuka +Sizakancane +Sjambokzynoudekraal +Skeerpoort +Skema +Skilletskate +Skilpadfontein +Skukuza +Slaterville +Slingjaw +Slovakian/S +Slovo +Slovoville +Smetana/M +Smithfield/M +Smithtown/M +Sn +Snake-eel +Snead/M +Snoek +Snr. +Sobantu +Socrates/M +Socratic/S +Soldier +Solihull/M +Solzhenitsyn/M +Somerset/M +Somerville/M +Sonderend +Sonlandpark +Sonya/M +Sophocles/M +Soshanguve +Southampton/M +Southeyville +Spadefish +Sparksview +Spartan/S +Springbok +Springbokpark +Springvale +Staatsdorp +Stacie/M +Stacy/M +Staffordshire/M +Staines +Stalin/M +Standard +Stanfieldhill +Stanford/M +Stanislavsky/M +Stanley/M +Stargazer +Starhamm +Starkey/M +Steele/M +Steen/M +Steenberg +Steenbok +Steenbuck +Steffen/M +Stella/M +Stellenberg +Sterkspruit +Sterpark +Sterrewag +Steuben/M +Stewardby +Stewart/M +Steytler +Stilfontein +Stockport +Stockton/M +Stockton-on-Tees/M +Stoke/M +Stonehill +Stonyridge +Stout's +Stradivarius/M +Stravinsky/M +Stredford +Strepie +Strydmag +Stygian +Sub +Suez/M +Suideinde +Suidlokasie +Sumatra/M +Summerpride +Sundanese/M +Sundumbili +Sunland/S +Sunningdalerif +Sunnite/MS +Sunnyridge +Sunnyrock +Susette/M +Suurbekom +Suzy/M +Swansea/M +Swanson/M +Swartbooistad +Swartdam +Swarthmore/M +Swartkop/S +Swartruggens +Swartwater +Swazi/MS +Swaziland/M +Sweden/M +Swiss +Sybrandpark +Sydenham +Sydney/M +Symridge +Syriac +São +T's +T-shirt/S +THC +TKO +TRW +Tabase +Taiwan/M +Tallulah/M +Tamboerskloof +Tamil/MS +Tammie/M +Tampax/M +Tantji +Tarrytown/M +Tasmania/M +Tate/M +Taylerville +Tc +TeX's +Teflon/M +Teheran's +Tehran/M +Tehuis +Teledyne/M +Telemann/M +Temba +Temboville +Tempe/M +Tennessee/M +Tenpounder +Tesla/M +Th +Thabazimbi +Thamagane +Thameslink +Thandanani +Thandokuhle +Thayer/M +Thebes +Theodon +Theresa/M +Thermos/MS +Theronsville +Theseus +Thibella +Thimphu/M +Tholo-rapulana +Thom/M +Thor/M +Thornham +Thrace/M +Thubalethu +Thunderbird/MS +Thursday/MS +Tibet/M +Tibetan/S +Tiburon/M +Tiegerpoort +Tiffany/M +Tigrinya +Tim/ZMS +Timaeus +Timbuktu/M +Timex/M +Tiptronic +Tirol/M +Titania/M +Titbabbler +Tm +Toemaskop +Tokai +Tokologo +Tokyo/M +Tokyoite/MS +Tolwe +Tomé/M +Tongwe +Tonia/M +Toronto/M +Tosca/M +Toshiba/M +Totiusdal +Tottenham/M +Township +Toyota/M +Tranmere +Travis/M +Treves +Triomf +Tristan/M +Trompsburg +Trudeau/M +Trurolands +Tseoge +Tshaulu +Tshepo +Tshidilamolomo +Tshifudi +Tshilwaneng +Tshilwavhusiku +Tshivenda +Tshonya +Tshware +Tsietsi-mashinini +Tsilitwa +Tsimanyane +Tsimshian +Tsonga +Tuareg/M +Tugela +Tulsa/M +Tunisian/S +Tunxe +Turing/M +Turks/M +Turmenistan +Turnstone +Tuscan +Tussendal +Tweedemyn +Tweedie +Twi +Tyeni +UCL/M +UDP +UN +UNICEF +UPI +URL +USA +USAF +USP +USSR +Ubombo +Ubuntu/M +Ugandan/S +Ugaritic +Ukraine/M +Ulco +Umbundu +Umhlali +Umkomaas +Umsunduze +Umzinyathi +Umzumbe +Unathi +Unibell +Uniepark +Unigray +Urbana/M +Urochordata +Uruguayan/S +Usutu +VDT +VFW +VHF +VLSI +VSAT +Vaal +Vaduz/M +Vai +Val-de-grace +Valdez/M +Valleisig +Valyland +Vance/M +Vanderbilt/M +Vanessa/M +Vanwyksdorp +Vasaline +Vasco +Vatican/M +Vax/M +Velabusha +Venables +Ventersdorp +Vera/M +Verde/M +Vergesig +Verkeerdevlei +Verkykerskop +Veronique/M +Vesta/M +Vet +Vice's +Vichy/M +Vickers/M +Vida/M +Viet +Villainage +Violette/M +Vioolsdrif +Visgat +Vishnu/M +Vlakfontein +Vlakpoort +Vogts +Voorspoed +Vooruitstrewend +Vorentoe +Vorstershoop +Vosburg +Vosloorus +Vrede +Vredelust +Vredepark +Vuhehli +Vundu +Vusushaba +Vuyani +WV +Waikato/M +Walcott/M +Waldron/M +Wales +Walkerville +Walkraal +Walloon/M +Walmer +Walpole/M +Walt/RM +Walworth/M +Wansbeck/M +Wapadrand +Warden +Warner/M +Warrenton +Warthog +Warwick/M +Washington/M +Waterbury/M +Waterhouse/M +Waterkloof +Waterkloofpark +Waterskag +Waterwese +Watkins +Wattville +Waukesha/M +Wayland/M +Wayne/M +Webster/M +Wegdraai +Weidman/M +Weiner/M +Weinstein/M +Weissmuller/M +Weldon/M +Weller/M +Welsh/m5 +Weltevrede +Weltrix +Wemmer +Wentworth/M +Wesbank +Wesoewer +Wesrand +Westbourne +Westchester/M +Westerly/S +Westhof +Westinghouse/M +Westmead +Wheatfield +Wheatland/S +Wheaton/M +Whelan/M +Whinchat +Whipple/M +Whitefield/M +Whittall/M +Whittier/M +Whittlesea +Wicksford +Widnes +Wikipedia +Wildborsdale +Wilderness +Wildwoods +Wiley/M +Wilfred/M +Wilgerpark +Wilhelmina/M +Wilkins +Wilkoppies +Willa/M +Willowild +Willowmore +Wilmette +Wilton +Wiltshire/M +Wimbledon/M +Windhoek/M +Wine +Winnetka +Winterton +Winterveld +Winthrop +Wisconsin/M +Wiseman +Wisenheimer +Witbeeck +Witelsbos +Witgoud +Witpoort +Witpoortjie +Wits +Witspos +Wittarbergen +Wittebome +Witteklip +Wittgenstein/M +Wokingham +Wolds +Wolfgang +Wolfson +Wonderfontein +Woodberry +Woodmead +Woodview +Wordsworth/M +Wreckfish +Wrexham/M +Wyatt/M +Wychwood +Wydgelee +Wykeham +Wynberg +Wynn/M +X +Xavier +Xenix/M +Ximhungwe +Xipame +YMCA +YWCA +Ya-rona +Yakima +Yamoussoukro/M +Yankeeism +Yaoundé/M +Yap +Yellowknife/M +Yellowstone/M +Yellowwoodpark +Yerevan/M +Yosemite +Young +Ypsilanti +Yuan +Yves +ZANU +Zagreb/M +Zaire/M +Zakele +Zamia +Zealand/M +Zebra +Zenaga +Zenzele +Zeus/M +Ziegler/M +Zimbabwe/M +Zimbali +Zimeleni +Zimisele +Zoeknog +Zonnebloem +Zuurfontein +Zwavelpoort +Zwelibomvu +aardvark/SM +abaft +abakhwetha/S +abater/M +abbé/S +abdication/M +abductor/SM +abeyance/SM +abhorrence/MS +abhorrent/Y +abidance/MS +abide/SGDk +abler/E +abloom +abnegate/DGnSN +above +aboveground +abrasiveness/S +abroad +abrogator/SM +abrupt/TYP +abscissae +absent/YGD +absentee/MS +absinthe/MS +absolve/SGD +absorb/SRGNkXDV +absorbed/AU +abstemiousness/S +abstinent/Y +abused/E +abusive/P +abusiveness/S +abut/RSGLD +acacia/MS +academic/S +academy/SWM +accent/GSMD +accept/lRVBGkhSD +acceptabilities +acceptable/P +acceptance/MS +accession/MDG +accommodative/P +accordionist +accretion/MS +acculturate/SGNVnD +accusative/S +accusatory +accused/M +acetic +aches/FKA +achiever/fSM +acidophiles +acknowledged/U +acolyte/SM +aconite/SM +acoustics/M +acquaintanceship/S +acquainted/U +acquiesce/SGD +acquiescence/SM +acquit/DSG +acrid/YP +acrobatics/M +acronym/MS +actinium/M +activate/CnIANGD +activates/IC +active/3NPSn +activism/MS +actor/S4AM +actual/qQ-8YS +acuteness/S +addenda +additional +additive/YMS +addle/SDG +adducer/M +adenine/M +adept/TPYS +adequate/PIY +adjectival/Y +adjoin/DGS +adjudicator/MS +adjuration/M +adjure/SnDNG +adjust/GLADS +adman/M +administer/dnNS +administratrix/M +admissibility/SIM +admissible/Y +ado/M +adolescence's +adopt/R7DGS +adrenalin +adsorption/M +adumbration/M +advent/vSM +adventure/aMS +adventurous/PY +adversarial +adverseness/S +advertise/JL +advertising/M +advisee/SM +advisory/S +aegis/MS +aerie/SoM +aero +aero-engine/SM +aerobic/YS +aerodrome/MS +aerodynamic/YS +aerofoil/MS +aeronautic/SY +aesthete/1WS +aestival +aether/M +affectedly/U +affecter/M +affecting/E +affectionate/Y +affiliated/U +affiliation/ME +affluence/MS +afforestation/M +affray/GSMD +affricate/SVMN +affront/SGMD +afoot +afore +aforethought +afraid/U +afterthought/SM +age-long +ageing +ageism/S +agelessness/S +agency/SM +agglutination/M +aggrandize/LSDG +aggravation/M +aggression/MS +agitator/SM +agouti +agreer/SM +agribusiness/MS +agricultural/3 +ague/MS +aha/S +ahoy/S +aide/MS +aileron/MS +aimlessness/S +ain't +air-cooled +air-to-air +aircrew/SM +airframe/MS +airing/M +airship/MS +airspace/MS +airtight/P +airwomen +aisle/SGMD +akimbo +al-Qa'ida/M +albedo/M +albuminous +alcohol/1MWS +aldehyde/M +alehouse/SM +algorithm/1SWM +aligned/AUa +aliment/DMGS +alimentary +aliphatic +all/cSM +all-important +all-in-one +all-inclusive +all-night +all-round +allegri +allergy/W1MS3 +alleviation/M +alliterate/DSNGnVv +alliteration/M +allocable +allocatable/C +allocation/CMAK +allocative +allocator/SCK +allotrope/MW +allowed/E +allure/LSkGD +allusive/P +alluvions +almshouse/MS +alongshore +alphanumerical +already +also-ran/S +altercate/Nn +alternation/M +alternative/MPS +although +altitude/MS +aluminium/M +alumnae +alumni +alumnus/MS +alveolus/M +amanuensis/M +amaretto/S +amateur/SM +ambergris/MS +ambience/M +ambient +ambivalence/SM +ambles/K +ambrosia/MoS +ambulance/MS +ambulant/S +ambulate/GDNnSy +ambush/DRGSM +amelioration/M +amend/LD7GS +amener +amenity/MS +amethyst/MS +amethystine +amiable/TPY +amigo/SM +amir's +ammunition/SM +amoral +amorallym +amorous/PY +amortize/GDNnS +amour/MS +amp/DGMYS +amphibious/PY +amphora/M +amt. +anaconda/SM +anaerobe/SM1W +anaesthetise/RnGDS +anaesthetist/MS +analects +analysed/aU +analytic/Y +analytical +anastomotic +ancestral/Y +anchorperson/S +ancientness/S +androgen/WMS +android/SM +anecdote/oSM +angelfish/MS +anglepoise +angling/M +anhydrous/Y +animates/A +animus/SM +aniseikonic +anisotropy/MSW +ankh/MS +anklebone/SM +anklet/MS +annal/3MS +annalist +annexe/M +annihilate/SGNnDV +annotator/SM +annual/Q8YS +annuity/MS +annul/LDGS +annulus/M +anomaly/MS +anon +anon. +anorexia/MS +ant/WMS +antagonist/WS1M +antediluvian/S +anterior/SY +anteroom/SM +anthropic/a +anthropocentric +anti/S +anti-Americanism +anti-aircraft +anti-establishment +anti-racist +antibiotic/MS +anticline/SM +anticlockwise +anticoagulation/M +anticommunist/MS +anticyclone/SMW +antidepressant/MS +antihistorical +antilogarithm/MS +antilogs +antipodal/S +antipode/MS +antiquate/GSD +antisepses +antispasmodic/S +antistatic +antitank +antivivisectionist/S +anxiety/MS +any +anyway +aorta/SMW +apathy/SWM +aphasia/MS +aphrodisiac/MS +apnoea +apologetics/M +apologia/MS +apoplexy/SM +apostasy/SM +apostleship/MS +apostolic +apotheosizes +appaloosa/S +apparent/PY +appellate/VvnN +appellation/M +appetiser/MS +appetizing/UY +apple-pie +applicabilities +applicative/Y +apply/SANnDaG +appointee/MS +apposition/M +appraise/AGDS +appreciable/YI +apprehensible +apprehensive/PY +appropriative +approximate/nYSNVGvD +appurtenance/MS +appurtenant +apricot/SM +aptness/SI +aquaculture/MS +aquaplane/MSDG +aquatic/YS +aquittal +arboreal/Y +arcaneness +arcanum +archaise/SDGR +archaist/MS +archangel/MS +archduchess/SM +archery/M +archetypal +arching/M +archipelago/MS +architect/SM +architecture/oMS +archway/SM +arclike +areal +areawide +arena/MS +argosy/SM +arguably/IU +arguing/e +argy-bargy/DS +aria/MS +arise/SJG +arithmetician/MS +arithmetize/SDG +ark/MS +armistice/MS +armload/M +armour/SZMRDG +armour-plate/D +arrearage +arrestor/MS +arson/3SM +arterial +arterioscleroses +artery/SMo +artesian +artfulness/S +artichoke/SM +articulated/UE +artiness/S +artistic/IY +artless/PY +arty/T3P +ascendancy/MS +asceticism/SM +ascorbic +ashram/MS +asinine/Y +asked/U +askewness +asocial +asparagus/MS +asphyxia/MnS +aspic/MS +aspidistra/MS +assassinate/DSG +assemblage/MS +assemblyman/M +assen +assignation/M +assigning/K +asst +assuage/GDS +assuaged/U +assuming/U +assured/P +aster/FSEM +astigmatism/SM +astronaut/WMwS +astrophysicist/SM +asynchrony +at/F +atheist/M1WS +athletic/S +atmospheric/S +atoll/MS +atom/Qs-98MqS +atone/LSoDG +atrium/M +atrocious/PY +attached/AU +attend/RGDS +attendance/MS +attention's/I +attenuate/GnDSN +attest/GDSnN +attestation/M +attic/SM +attributable/U +attribution/SM +attrition/MS +atwitter +audacious/PY +audience/MS +audiology/w3SM +audiometer/MSW +audiophile/SM +augur/dMS +auscultate/GNSDn +auspice/MS +auspiciousnesses +austerity/SM +authorship/MS +autistic +auto-suggestibility/M +autobahn/MS +autocorrelation/M +autograph/GDSM +autoloader +autonomic/S +autopilot/MS +autorotation +autotoxin +autumn/oMS +availability/UM +availableness/M +avenue/SM +averageness +averse/YPNXV +aviatrices +avitaminoses +avoidable/U +avoidably/U +avows/E +award/RGDS +awesomeness/S +awestruck +awkwardness/S +awning/MD +axe/mGMDS +axed/F +axes/F +axial/YF +axiomatising +axolotl/MS +axon/MS +azalea/SM +b/bp +babel +baboon/SM +babushka/MS +bacchanal/MS +bachelorhood/MS +back-up/S +backache/SM +backbone/SM +backdrop/MGDS +backgammon/SM +backhand/DMRhGS +backside/SM +backspace/GSD +backstitch/MGDS +backstop/MDGS +backtalk/S +backward/YPS +backwash/DMSG +backwood/mS +bacteria/Mo +bactericidal +bacteriology/S3WwM +baddie/MS +badness/S +bag/6ZRMDz2GS +bagatelle/SM +bagel/MS +baguette/MS +bail/M7GSD +bailee/MS +bailer +bailiwick/MS +bake/GRySD +balancedness +balancing/UecA +bald/TGPZYD +balder/W +balderdash/SM +baldness/S +balladeer/MS +balladry/SM +ballistics/M +ballpoint/MS +ballroom/MS +ballyhoo/GSMD +balustrade/MS +banding's +bandoleer/MS +bandstop +bandwagon/MS +bandwidth/MS +bang/DMRGS +banish/LSGD +banjoist/MS +bankcard/S +bankroll/MSDG +bannister/SM +banquet/MSrd +banshee/SM +baobab/SM +baptismal +barbarianism/MS +barbarity/SM +barbarize/SDG +barber/dy +barbiturate/MS +bareheaded +barelegged +bargain-basement +barium/M +barley/MS +barnie +baronial +barony/MS +barque/MS +barracuda/SM +barred/E +barrenness/S +barrio/MS +barstool/MS +bartender/MS +barycentre/MW +baryon/MS +bas-relief/S +baseboard/MS +baseplate/M +bases/C +basetting +basilisk/MS +basketry/MS +basketwork/MS +bat's/F +bathe/S +bathetic +batmen +baton/MS +batterer/S +batting/M +baulky/TP +bauxite/M +bawdy/TP +bayberry/MS +bayonet/MdS +beachcomber/SM +beadworker +beak/DRMS +bearish/PY +beast/YMJS +beau/SM +beautify/RWNnSGD +beauty/SM6j +becoming/UY +bedaub/DGS +bedizen/Sd +bedlinen +bedpan/SM +bedroom/DSM +bedsitter/M +beechnut/MS +beetroot/M +before +beggarly/P +behave/SaDG +behead/DSG +behind/S +behove/SD +bejewel/GSD +belate/iDh +belch/DGS +belfry/SM +belie +belief's/U +believable/U +believed/E +bellboy/MS +belle/SM +bellflower/M +belong/GSDJ +beloved/S +belt/MSGD +beltway/MS +bely/SGD +bemire/SDG +bends/U +benefactor/MS +benevolence/SM +benignant +bentwood/SM +bergie +beriberi/MS +berkelium/M +beryl/MS +beseech/RGSkJD +besom/SdM +bespatter/dS +bespoke +bestir/GSD +betcha +betimes +betray/RGSD +better-off +bevy/SM +bewail/DSG +bewigged +bewilder/LkdhSi +bi/F +biased/U +biassed +biaxial/Y +biblicist/SM +bibulous +bicameral +bichromate/DM +bicker/drS +bicycle/MRS3DG +bid/fSeAGc +bidden/U +bidder/SM +bidding/SM +bider/M +bier/M +bigamy/3MS +bighearted +bigheartedness/S +bight/MDGS +bikini/MDS +bilateral/YP +bilharzia +bilk/DGRS +billiard/MS +billionaire/SM +billy/SM +billy-goat +bin/GMDS +bind/AGUS +binder/SMZ +bindery/SM +binding/PMYS +bindweed/SM +binge/SDMG +binocular/SY +biochemistry/SM +biodiversity/S +biology/3Sw1MW +biometrics/M +biotin/SM +bipartisanship/SM +biplane/MS +bipolar +birch/MS +birdwatch/GR +birefringent +bis +bisection/MS +bistable +bistate +biting +bitser/M +bitter-sweetness +blabber/d +black/GYSDPT +blackguard/DMGYS +blackness/S +bladder/SM +blame/7SGRDpM +blameless/YP +blameworthy/P +blaspheme/DRSGZ +blasphemy/SM +blatancy/SM +blatting +blear/DSZGz2 +bleariness/S +blend/DRGS +blessing/M +blimp/MS +blinding/M +blip/MSDG +blissful/P +blissfulness/S +blister/MdkSZ +blithe/YPT +blithering +blizzard/MS +blogged +blond/MTPS +blood-brother +blood-heat +blood-money +bloodroot/M +bloodshot +bloodstone/M +bloodstream/SM +bloodworm/M +blossom/SdM +blot/MRSDG +blow-drier +blow-up/MS +blubber/SZd +bludgeon/GMSD +blue-blooded +blue-collar +blueberry/MS +bluefish/MS +bluer/M +bluffness/S +boarding/M +boast/R6jGDJS +boastfulness/S +boathouse/MS +bobotie +bobtail/GSMD +bodice/MS +boding/M +bodkin/SM +body-builder/SM +body-check +body-colour +boerbean +boere +boereseun +boerie +boggle/kGDS +boggy/T +bole/MS +bollard/MS +bolt/MSGD +bolter/M +bombaster +bombshell/SM +bonbon/SM +bondwoman/M +bonnet/dMS +bonnie +bontebok/S +bontebuck/S +bonus/MS +bonzes +boob/MGDSZ +booby/SM +booby-trap/S +booking's +bookish/PY +booklet/MS +bookstall/MS +boorishness/S +bootblack/MS +bootlegging/M +border/MSd +boringness +born/AU +borosilicate/M +borstal/SM +borzoi/SM +bosh/MS +bosom/SUd +bosser +botfly/M +bothersome +bothy/M +botulin/M +botulism/SM +bouillabaisse/M +bouillon/SM +bounce/GR2kZDS +boundlessness/S +bounteousness/S +bouquet/MS +boutonnière/SM +bovine/Y +bow/RmDSG +bow-legged +bow-window +bowel/MDGS +bower/d +bowlful/S +bowline/SM +bowwow/SGDM +boxing/M +boyish/PY +bracken/MS +bracket/MdS +brackish/P +bracteate +braggart/MS +braiding/M +braininess/S +brainstorm/MSDG +brainteasing +brainwave/S +brake/SGMD +bramble/YSMDG +brander/d +brashness/S +brassiere/SM +brassy/TSP +bratwurst/MS +bravado +bravo/DGS +bravura/SM +brawl/DRMGS +brayer/M +bread/DHMGS +breadline/SM +breadth/M +breakfast/GRSMD +breaking/M +breakout/MS +breakthrough/MS +breakwater/MS +breaststroke/SM +breathalyser/S +breathless/PY +breathtaking/Y +brecciated +bred +breech-loading +breeching/M +breeding/M +brevity/SM +brewing/M +briar/M +bric-a-brac +bric-à-brac +brick-red +brickwork/SM +bridgeable/U +bridgehead/SM +briefer/C +brigand/MS +bright/YPTG +brightness/S +briner/M +brio +brisk/GPTY +bro +broad/TYS +broadleaved +broadloom/SM +brocade/MGSD +brogue/SM +broken-down +broken-heartedness +bromide/MSW +bromine/M +bronchi/M +bronchial +bronchitis/SM +broncobuster/SM +brontosaurus/MS +bronzed/M +brood/D2RMGkSZ +brothers-in-law +brown/TPSGYMD +brownish +brunet/S +brunt/DGMS +brush-up +brushier +brushwood/MS +brusqueness/S +brute/SGMDo +bucket/dS6M +buckle's +buckram/MdS +buckteeth +buckwheat/SM +buffet/dJSM +buffoonish +bug/ZRMDGS +bug-eyed +bugbear/SM +buggery/M +bugs/C +build/RJGS +building/eMS +built-up +bulge/SZDGMk +bulkhead/SMD +bulky/PT +bulldog/SM +bullhide +bullishness/S +bulrush/MS +bumblebee/MS +bumptious/YP +bundle's +bundles +bung/DMGS +bunion/SM +bunk's +bunkmate/SM +bunko's +burden's +bureaucracy/MS +burglarious +burgundy/S +burnout/SM +burnt/Y +burr/MS +bursa/yM +bursary/SM +bursitis/MS +bushland +bushy/PT +businessperson/S +butcherer/M +butene/M +buttermilk/M +buttock/GDMS +buttonhole/MDGS +buttonholer/M +buyback/S +bx +bxs +byline/MDSG +byliner/M +bypath/SM +c.Elegans +caballero/SM +cabaret/SM +cabbage/SGMD +cabinetmaker/MS +cabinetmaking/MS +cachepot/MS +cackle/YDRSG +caddish/PY +caddishness/S +cadenced +cadet/MS +caenorhabditis +café/MS +cairn/MSD +caisson/MS +cajolery/SM +calamitous/YP +calamity/SM +calciferous +calculableness +calculates/aA +calculating/Aa +calculation/aMSA +calculi +calfskin/MS +calibrator/MS +callback/S +calligraphy/3SWM +calling's +callisthenic/S +callousness/S +calm/TYPkSDG +calorific +calumny/SM +camaraderie/SM +cambial +cambium/SM +camcorder/S +camelhair's +camera-ready +camerae +camisole/SM +camouflage/DRMGS +canapé/S +canasta/SM +cancellation/M +cancels/K +cancerous/Y +candidacy/MS +candidature/S +candider +candle/RDMSG +candlelight/MS +candour/MS +candy-striped +canebrake/MS +caning/M +cannier +cannot +canon/M1Q38-SwWq +canonical/q8Q- +canst +canvas/RDMSG +canyon/SM +cap/7rGMglSD +capably/I +caper/d +capeskin/MS +capital/sQ3-9q8MS +capitalised/U +capitation/CSM +capitulate/ANDGSn +caps/8 +capstan/SM +capstone/MS +captivate/GSD +capturer/MS +car-jack/RSJGD +carapace/MS +carapaxes +carat/MS +caravanner/M +carbuncle/SMD +carcase/MS +carcinogen/MWS +card's +cardioid/M +cardiopulmonary +cares/DG +caresser/M +caretaker/MS +carload/MGS +carnal/Y +carnation/SIM +carnival/MS +carob/MS +carpet/JSMd +carpi/M +carry-all/MS +carry-on +carsick/P +carving/M +casbah/M +cascade/MGDS +casing/M +cask/MDGS +casket/SMd +cast-iron +castellated +casual/PY +casuist/WyMS +cat-and-dog +cataclysm/SWM +catacomb/SM +catafalque/SM +catalysis/M +catapult/DMGS +catastrophe/MW1S +catch/LRS7GZ +catenation/FM +catgut/SM +catharses +cathode/WMS +cation/MW +catnip/SM +cattery/M +cattiness/S +caulk/DGJRS +causation/M +causticity/MS +cautioning/K +cautions/K +cautiousness/MS +cavalry/mSM +cavern/GMSD +cavernous/Y +caviare/MS +cavil/DRGJS +cc +ceaselessness/S +celebrated/P +celibacy/SM +cellar/dSM +celluloid/MS +cenobite/MSW +censoriousness/S +censurable +census/SMd +centavo/SM +centime/MS +centipede/MS +centralize/CGAnSND +centreline/MS +centrifugal/SY +centrifuge/MNGDS +ceramic/3MS +cerebra/no +cerebration/M +ceremonious/YP +ceremoniousness/S +certainer +certified/CAU +certify/7nRNSGlD +cervical +cession/FSMA +cession's/K +cesspit/M +chafer/M +chaffer/dr +champion/MGDS +chancellor/MS +chancy/T +chandelier/SM +change/BplDRGS +change-ringing +changeably/U +changed/U +changeling/M +changing/U +channel/s-89qQRGJSMD +chanson/MS +chaplain/MS +characteristic/MYS +charade/MS +charcoal/MDGS +charioteer/GMSD +charismatics +chart/MRJ3D7GS +chartroom/S +chasm/SM +chaste/PQsYT +chastely/U +chasten/dS +chastise/L +chatterbox/SM +chattiness/S +chatty/TP +chauvinist/1SMW +cheapness +check-list/S +checkable +cheep/MDGS +cheesecake/MS +cheesiness/S +cheesy/TP +chelation/M +chem/3 +chemotherapy/SM +chemurgy/SM +chequerboard/MS +cherub/MSW +chevalier/MS +chevron/MS +chew/D7R2GSZ +chi/M +chick/MS +chickenpox/SM +chicle/YMS +chief/MaS +childish/YP +childproof/DG +chime/SRMGD +chin/MpGSD +chintz/MSZ +chintzy/T +chiropractic/MS +chirp/DGSZ +chirrup/dS +chitinous +chitterlings +chivvy/SGD +chloral/M +chlorination/M +chlorine/MNn +chloroquine/M +choir/MDSG +choke/SRGkD +cholera/MSW +chorea/MS +chorines +chorister/MS +chorus/dMS +chow/MDGS +christened/U +christening/MS +chromatic/SP +chromaticism/M +chromatogram/SM +chromatograph/WZ +chromium/SM +chromosphere/M +chub/MZS2 +chug/DMGS +chumminess/S +chunk/MDSZ2G +chunkiness/S +chuntering +churchwarden/SM +churlish/PY +cicatrix/M +cigar/MS +cigarette/MS +cinchona/MS +cincture/DMSG +cinema/WMS +cinematography/MWS +cipher's +cir +circadian +circle/GDMS +circler/M +circuitous/PY +circular/Q8PMYS +circulate/SyDGNnV +circulating/A +circulation/AM +circumcised/U +circumcision/M +circumferential/Y +circumpolar +circumscribe/NDSXG +circumvention/MS +cirrhosis/M +cirrhotic/S +citable +citron/MS +civilian/SM +clackers +clam/GzMSZD2 +clammy/TP +clampdown/MS +clangour/MGDS +clasp/UDGS +classical/3 +classicality +classifiable/U +classifying/a +classy/PT +clausal +claver +claw/GMDS +clean-cut +clean-living +cleannesses +cleanse +clearing/M +clearness/S +clematis/SM +clergy/m5SM +cleric/YSM +clerical/S +clerkship/MS +cliffhanger/MS +climactic +clingy/T +clinic/YSM +clinical/K +clip-on +cliquishness/S +cloaca/M +clock/RGDJSM +clod/MDSG +close-down +close-fitting +closed-circuit +closes/E +closet/MdS +closure/SDMG +closure's/E +clothbound +clothe/S +clothed/U +clothes-peg/SM +clotheshorse/SM +clothing/Mf +cloud/z2MDGpSZ +clown/DMSG +clownish/PY +clubbing/M +clubland +clunky/T +cm +co-occurrence +co-ordinate/NDGVS +co-ordinator/MS +co-owners +co-respondent/MS +co-site +co-worker/MS +coach/GmM +coachloads +coagulable +coagulation/M +coalesce/SGD +coastguard/MS +coat/MfSG +coater/S +cob/MDGS +cobalt/M +cobra/SM +cocci/SM +coccyx/M +cochineal/SM +cock-and-bull +cock-eyed/Y +cock-fighting/M +cockpit/MS +cockshies +cocopan +codename/D +coefficient/SM +coffee/MS +coffee-house/SM +cog/MGSD +cogitate/SnDNGV +cogitation/M +cognac/SM +cognation/M +cognizable +cognizant/A +cognoscente +cogwheel/MS +cohabit/dn +cohere/DSG +coherencies +coherency/I +coiffed +coil/ADUGS +coincide/GSD +coital/Y +coke/MSGD +col/VWnSN +cold/PSTY +coliform +collaborate/SNVGDnv +collapse/b +collar/dSMp +collection/AMS +collective/3-Q8Sq +collector/SM +colleges +collegiate/Y +collimator/M +colloid/MoS +colloquial +colloquium/SM +colonialist +colonize/CGADSnN +colossal/Y +colour-code/D +colour-fastness/S +colourful/P +colourise/C +columbine/MS +columnist +combatant/SM +combination/AM +combinational/Y +combine/DANGnS +combo/MS +combustibility/MS +combustion/MS +comeliness/S +comely/TP +cometary +comeuppance/MS +comfits/E +comforted/EU +comic/MSY +comical +comm +commandeer/GDS +commence/ALDSG +commendatory/A +commensurate/IY +comment/UDS +comment's +commercial/-qQ8S +commercialness +commission's/A +commissionaire +committable +commode/ISE +commodore/SM +common-room/M +commonality/MS +commonness/U +communicativeness/M +communist/W +commutable/I +compactor/MS +comparator/MS +compass/MN +compassionate/P +compatriot +compendium/SM +compensates/c +competency's +compiles/A +completed/U +completion/SM +complexity/SM +compliance/SM +complicator/MS +compliment/DRG +composes/EA +composition/CM +comprehending/U +comprehensible/YIP +comprehensive/PS +compress/hXxvbNV +compressible/I +compromise/M +comptroller/MS +compulsory/SY +computer/8Qq- +computing/A +comrade/MYS +concave/Y +conceal/7kLRSDG +conceit/hiMSDG +conceivable/I +conceivably/I +conceives/aK +concerning +concerti +concertmaster/MS +concessionaire/MS +conclude/RNDSXGVvu +conclusive/IPY +conclusiveness/SI +concordance/SM +concordat/MS +concurrent +concussion/M +condemn/nDR7SNG +condensate/SM +condonable +conducive/P +conducting/a +conductivity/SM +conduit/MS +confer/RgDGS7 +confess/GxNXhD +confessor/MS +confide/DRGSk +confident/Yc +configuration/AM +configure/KGAD +configures/A +confine/L +confirmed/P +conflate/DGSNn +conform/Nx3Ro7n +conformism/SM +confound/h +congested/U +congratulate/SGNDny +congruence/SZM +congruence's/I +congruity/SIM +congruous/PIY +coniferous +conjunctive/S +connected/EUA +connection's/AE +connector/SM +consciously/U +conscription/SM +consecrate/VDGnSN +consecrates/A +conservation/M3 +conservationism +conservator/MS +conservatory/SM +consignee/SM +consignment/MS +consolatory +consolidated/AU +consolidates/A +consonantal +consortia +conspicuous/PIY +conspiracy/MS +conspire/G +constitute/GxvSDV +constitutes/A +constitutional/UY +constitutionalist/MS +constrain/h +constrict/VDGS +constriction/SM +consular/S +consultative +consultee/MS +consultees' +consumable/S +consumed/U +contagiousness/S +container/Q-8q +contemplation/M +content/LEMDhSG +contentedness/S +contently +continence/ISM +continental/SY +contingent/MYS +continuance/EMS +continuously/E +contortion/3SM +contortionist +contract/DbG +contradistinction/MS +contraindication/M +contravene/DSG +contriteness/S +controllability/M +controllably/U +conundrum/MS +convalescence/SM +convect/xVSDG +convenient/IY +conventionalism/M +conversationalist +convert/bRSDG +convertibility/MI +converts/A +convexity/MS +conveyance/RDSMG +convinced/U +convincingness/M +convulsive/P +cook/cDSKAG +cookery/M +cookie/MS +cooking/M +coolant/MS +cooldrink/S +coop/MDRG +cooper/vVud +cootie/MS +cope/SZ +coprolite/M +copter/MS +copulation/M +copy/SG3RMD +copyable +corbel/DJMGS +cordite/SM +cordovan/MS +cords/F +corduroy/GMDS +coriaceous +corm/MS +corncob/MS +coronet/SDM +corpora/nVoM +corporal/MS +corporatism/M +corpse/M +corpulent/Y +corpuscular +corr +correct/7TSxVuYGvDP +correspondence/MS +corroborate/GvSyDVNn +corrosion/M +corrupter/M +corsage/SM +coruscate/GNSDn +cosmogony/3SM +cosmology/1S3wM +cosmos/SM +costume/DSRGM +cottered +couch/DSGM +couching/M +couldn't +countdown/SM +countenancer/M +counter-intelligence/MS +counter-offensive/SM +counter-productive +counter-tenor/SM +counter-terrorism +counterbalance/SGMD +countersign/SDG +countless/Y +coupé/MS +courageousness/S +coursing/M +courtesying +couscous/SM +covariance/MS +cover/dEA7S +coveter/M +covetousness/S +cow-parsley/M +coward/MYS +cowardice/MS +cowardliness/S +cowhide/DSGM +cowling/M +coxcomb/MS +cozen/dS +crab/MDhizRGZS2 +crackdown/MS +crackup/S +craftsmanship/SM +craftspersons +crag/M2ZS +cramper/M +cranial +crank/MDzGTSZ2 +crankiness/S +crass/TPY +crawfish's +crawly/TS +craziness/S +cream/MRSZDz2G +creamer/Z +create/nASDNG +creationism/SM +creationist/MS +creator/MS +credit/gMd7Sl +credits/E +creed/C +creed's +creekside +creep/Rz2GSZ +crematoria +crenellation/S +crew/GmMDS +crick/MDGS +crime/MSDG +crises +crisper/M +crispiness/S +critique/MGSD +critter/SM +crocodile/MS +crone/MSZ +cropped/e +cross-breed/GS +cross-examine/NDSG +cross-ply +cross-polar +cross-refer/S +crossarm +crossbar/MDSG +crossbones +crossbow/SMm +crosses/UA +crossness/S +crosspiece/SM +crosspoint +crossword/MS +crotchety/P +croupy/RT +crow/GMDS +crowding/c +crowner/M +crozier/SM +crucible/MS +crude/PTY +crumminess/S +crunch/2RSGZD +crunchy/TSP +crupper/MS +crutch/SGMD +cryogenics/M +cryostat/M +crystal/SM +crystal-clear +crystalliser/MS +crêpe/SM +cubbyhole/SM +cubic/S +cubicle/SM +cuddle/SYD2G +cudgel/SGJMD +cul-de-sac +culinary +culminate/DGSNn +culpable/PY +cultivate/nGNSD +culvert/MS +cumbersomeness/S +cumulation/M +cumulonimbus/M +cuneiform/S +cunning/TPY +cup/M6GSD +cupboard/MS +cupric +curb/MDSG +curfew/MS +curia/M +curiae +curio/SM +curiousness/S +curl/DGSYR2 +curlew/MS +current/YSP +cursives +cursor's/K +curvilinear/Y +curving's +curvy/T +cusp/MDS +custodianship/MS +custody/MS +custom/MrQ+8Sts-q9 +customhouse/S +cut-off/MS +cute/YPT +cutlery/SM +cutworm/SM +cw +cybernetician +cybernetics/M +cycles/A +cyclone/MSW +cyclopaedic +cymbalist +cytotoxic +czarism/M +d'Estaing +d'etat +d'oeuvre +d'être +dBW +dabble/DGRS +daddy-long-legs +dado/MS +daffiness/S +daffodil/MS +dailiness/S +daintiness/S +dalmatian/S +damneder +damnedest +damp/TRSYGPD +dampness/S +dance/DRSG +dangle/RkDGS +dankness/S +danseuse/MS +dapper/YP +dark/DGPTYS +darkly/T +darneder +dashiki/MS +dastardliness/S +dastardly/P +databank/MS +datable +datagram/MS +datedness/e +daunt/DkGpS +day/MS +daydream/DRSGM +daypack/SM +dead/TPY +deadliness/S +deadpan/DG +dealing/M +dean/GMDS +dearness/S +deassign/G +death-warrant/SM +deathbed/MS +deathlessness +deathlike +debase/LR +debonairness/S +debug/GDR +decade/SM +decaffeinate/GS +decayer +deceiver/SM +deceiving/Y +decelerate/NDnSG +decelerator/MS +deceptive/YP +decilitre/MS +decimation/M +deckchair/S +decking/M +declarable +declarative/S +decode/B +decolletes +decorate/SNnvDVuG +decorticate/NSGD +dedicatory +deejay/GSMD +deep-frozen +deepen/dS +deepish +default/R +defeatist +defect/GVDSMvu +defendant/MS +defer/RDGS +deferral/MS +deficient/Y +deflate/GDnSN +defrayal/MS +degas/DGJ +degauss/DG +degraded/P +deify/NSnDG +deist/MSW +dejection/MS +delay/D +deletable +delighted/P +deliquesce/DSG +delirious/PY +delirium/SM +deliverance/MS +delivered/UA +delphinium/SM +deluge/SDG +deluxe +demarcate/NSnDG +dementia/MS +demigoddess/SM +demob/GD +demographer/SM +demonstration/M +demonstrative/UY +demotic/S +demulcent/S +deniable/U +denim/SM +dense/FY +denseness's +dentine/M +dentition/MS +dependent/YI +depilatory/S +deplorable/P +deploy/GLADS +deponent/S +depositary/M +depravity/SM +depreciate/DkvSGNnV +depreciation/M +deprive/NnDSG +derange/L +derby/SM +dereference/R +derisory +derivative/PSM +derive/vnVuN +dermis/MS +derogate/DVGySNn +derogation/M +dervish/SM +descendent +descriptivism +descriptor/SM +descry/DSG +desecrate/SNnDG +desertification +deservedness/M +designator/SM +desirabilia +desirableness/SM +desirably/U +desist/DSG +desk/MS +desktop/S +despair/GkDS +desperadoes +despot/W1 +dessicate/DN +destine/NnDZ +destructibility/MIS +destructiveness/S +detach/RLDiS7hG +detectably/U +deterrent/MSY +detestable/P +detestation/M +detox/DGS +detribalize/GDS +deurmekaar +deuterium/M +devastator/MS +deviant/SMY +deviating/U +devil/DLMSyG +devilry/SM +devotee/SM +devotion/MS +devoutness/S +dewclaw/MS +dexterity/MS +dexterous/YP +diabetes/M +diabetic/S +diachronicness +diagnostician/MS +diagonal/Q8Y+tS +diagram/MRSGD +diastole/SMW +diathesis/M +diatonic +dibs +dichotomous/Y +dicing/M +dickier +dictatorial/P +dictionary/MS +didactic/YS +die-cast +difference/ISM +differentiate/SBNDGn +differentiation/M +difficulty/MS +dig/GRSJ +digestibility/SM +digesting/K +dignity/MIS +digressive/P +dihedral +dike/MGSD +dilapidate/NnDSG +dilator/MS +dildo/SM +dilithium +dimensional +diminish/SD7G +diminuendo/SM +ding/DzG2Z +dingus/S +diocesan/S +diocese/SM +dioxin/S +diplomatic/U +diplomatist +dippy/T +direction/MISa +directorate/SM +directors' +directs/aA +disagreeable/S +disallow +disant +disavow +disbar/GL +disbursal/S +discipleship/MS +disciplines +disciplining +disco/MG +discoloured/M +discomfiture/MS +discomfort +discommode/DG +discompose/D +disconnecter/M +discothèque/MS +discountenance +discourager +discretion/My +discriminable +discriminate/GINk +discriminates +discussant/MS +discussion/M +disdain/GSjD6M +disembowel/SGLD +disjoin +disjunctive/S +disorderly/P +disparage/DLRSGk +dispel/SGD +dispensable/I +dispersal/MS +dispersant/M +dispersion/M +dispersive/P +dispirited/Y +disposal/SM +disproportional +disputation/M +disrepair +disrepute/M +dissatisfy +dissect/GD +disseminate/GNnDS +dissident/MS +dissociable/I +dissociation/M +distastefulness/S +distillation/M +distillery/MS +distinctness/IS +distract/iGkDh +distress/kD6G +distributing/A +disyllable/WM +ditz/S +divalent/S +dive-bombing +diverge/DSG +diverse/YP +diversify/DSNGn +divinity/SM +divorce/MDSG +divorcee/S +djellaba/S +do-or-die +dockworker/S +doctor/SMd +doctrine/MSo +document/RnGDMNS +dodder/dSZ +dodecahedra +dodecahedral +dodecahedron/M +dogfight/GMS +dogfought +dogmatism/SM +dogy's +doily/SM +doled/F +dolerite +doling/F +dolomite/MSW +domes/W +domesticity/SM +dominion/SM +dona/MS +donder +doorbell/MS +doorhandles +doorpost +doorway/MS +dop/rd +dopier +dormitory/SM +dotard/MS +dote/S +double-barrelled +double-blind +double-sided +doubted/U +doubtless/PY +dough/MSZ +doughnut/SMDG +doughty/T +doughy/T +dovecote/MS +downdraught/M +downgrade/SGD +downhearted/PY +downhiller +downlink/GDS +downpipe/S +downriver +downside/S +downstream +downtime/MS +doxology/SM +doyen/MS +dozer/M +drachma/SM +drama/qs9MQ-8S +dramaturgy/M +drawbridge/SM +drawler/M +draws/ecA +dreader +dreadfulness/S +dreamboat/MS +dreamy/PT +dreg/MS +dress/R2GDZSJ +dressage/SM +dresser/AM +drill/DRSGM +drilling/M +drink-driving +drip-dry +droner +drop-out/MS +drop-shot/SM +dropsy/M +dross/MS +drunken/YP +drywall/SDG +dubbed/c +dubious/PY +duck/MDGJSZ +duck-billed +ductless +dude/MS +due/MoSP +duffel/M +dug-out +dugout/SM +dulcet/Y +dull/TSYPDG +dump/RSZ2DG +dumpiness/S +dumpling/SM +dunce/SM +dune/MS +dunno/M +duo/MS +duodena +duologue/M +duplex/GDSM +duplicity/SM +durance/M +duration/MS +durst +dust/2RSZzpMDG +duty-free +dwarfism/SM +dyad/SMW +dybbukim +dyslexic/YS +dyspeptic/S +début/S +décolleté +découpage +e-commerce +e.m.f. +eBhayi +ea +earache/MS +earmuff/SM +earnestness/S +earshot/M +earth-shattering +earthed/U +earthen +earthmoving +earthquake/SM +earwax/M +easel/MS +easer/M +eastern/R +easy-going +eating's +ebullience/MS +ecclesiastical +echo's +eclectic/SY +edelweiss/M +edify/RSNDnG +edifying/U +editorialist +educable/I +edutainment/MS +effect/GvMDuVS +effectiveness/SI +effeminacy/MS +effendi/MS +effervescence/MS +effete/PY +efflorescence/MS +effortless/YP +effrontery/MS +eggshell/MS +eiderdown/MS +eightpence +eighty-one +eighty-twofold +eina +either +elaborateness/S +elastic/Q8SY +elastomer/M +elbow-work +electable/U +elector/SM +electorate/MS +electrify/RGNnSD +electrocardiography/SM +electron/1MWS +electronics/M +electrotherapy +electrotypers +electroweak +element/oMS +elephantine +elevate/SNDGn +elfish +elicit/dSn +eligibly/I +elite/3MS +elitism/SM +ellipsis/M +ellipsoidal +ellipsometry +elm/MS +eloquence/SM +elven +elysian +emaciate/SNnGD +embassy/SM +embattle/GDS +embedding/M +ember/MS +embitter/LSd +embodier/M +embody/ESLGD +embrace/kDGS +embraceable +embrittle +emerge/SADG +emergence/MSZ +emeritae +emissivity/SM +emphasize/cD +emphatic/Y +employing/A +employment/fMU +empress/SM +empt/GDvSZz2V +emptiness/S +empty-headed +emulator/MS +encephalitides +encephalopathy/M +enchanting/E +enchantress/SM +encl +enclose/DGS +encroach/GLDS +encrust/SNnGD +encrypted/U +endgame/M +ending/M +endmost +endomorphism/MS +endoplasmic +endorse/DRGLS +endow/LSGD +endpapers +endpoint/MS +endurable/U +endurance/MS +endways +enemy/MS +energy/Q-Sqs89M +enervate/SNGVnD +enfilade/DMSG +engender/dS +engine/MDS +engineering/M +engulf/LSDG +enigma/1WMS +enlistment's +enlistments +enmesh/DLSG +enquire/DGRSkZ +ensconce/DGS +entangle/ELSGD +enterprise/MRkGS +enthral/DGLS +enthusiast/1SMW +entirety/MS +entity/MS +entrance/LMDSkG +entrap/LDGS +entrepreneurial +entries/A +entropy/MWS +enumerate/GSVDNn +environ/dLS +envisage/DGS +envision/GDS +envoy/MS +eohippus/M +ephemerides +epicentre/MS +epidural +epigram/MS +epigrammatic +epinephrine/SM +episcopal/Y +episcopate/MS +epoxy/SGD +equally/U +equation/M +equestrian/S +equestrienne/SM +equilateral/S +equipartition/M +equitation/SM +equiv +equivalence/MDSG +equivocate/DNGSn +eradicable/I +eradicator/SM +erecter +erectile +erg/MS +ergodicity/M +ermine/DSM +escadrille/M +escalation/CM +escapism/SM +esp/Z +espalier/DSMG +especial/Y +esplanade/MS +essence/MS +essentialist +establishes/A +establishing/A +estranger/M +estuarine +eternalness/S +ethicalness/M +ethnographer/S +ethnography/MW +etymology/S3w1M +eucalyptus/MS +eugenics/M +euphemist/SMW1 +evaluation's +evangelic/Y +evangelical/S +evangelise/DGS +evangelist/MSW +evaporate/NnDGSvV +evasiveness/S +evener +evensong/MS +eventide/SM +eventuate/SGD +ever-changing +evidential/Y +evolution/3MyS +evolutionary/Y +ex-partners +exacerbate/NDSGn +examinable/A +examine/RNSGnD +examines/A +examining/A +exasperate/GnhSkND +exasperation/M +excavate/SGDNn +exceptional/UY +exclamation/MS +excrescent +excretion/M +excretory/S +excruciate/GkNSD +excusably/I +executrix/M +exegeses +exerciser/MS +exertion/McS +exeunt +exhaust/GkVDvhSbu +exhauster/M +exhaustible/I +exhaustiveness/S +exhibitionism/SM +exhortation/M +exhorter/M +exiguous +exist/FDGS +exodus/MS +exogamy/M +exorcism/MS +exotic/SPY +exoticism/MS +exp +expand/RSBGNVuXDv +expanded/U +expatiate/SGNDn +expectation/Mo +expectedness/U +expectoration/M +expedite/RGDS +expedition/yMS +expeditious/PY +expeditor's +expel/DG7SNn +expensiveness/IS +experience/GMDS +experienced/I +expertise/MS +expiable/I +expiration/M +explained/UA +explaining/A +explicate/vDGNnSV +explicitness/S +exploded/U +export/SNRGMBnD +exported/A +expressibility/I +expropriation/M +expulsion/M +expunge/SGD +expurgate/NnSDG +extant +extendibility/M +extenuation/M +extol/DGS +extoller/M +extortionate/Y +extract/GvSDV7 +extracurricular/S +extramarital +extramural +extraneous/PY +extraterritorial +extravert's +extremeness/S +extrusion/M +exurbia/MS +eye/iGRMD6Sp +eyeful/SM +fable/F +fable's +fables +face-saving +faceless +faceplate/M +facer/MCK +facility/SM +faction/SM +factionalism/MS +factual/YP +faculty/MS +faddish +faddist/SM +fadeout +fading/M +faerie/M +faff/DSG +failing/UY +failing's +faint/DRTGYPS +faint-hearted/Y +fair/TJpYPDSZG +fairgoer/S +fairground/SM +fairish +fairy/SM +faith/DGMpS6j +faithfulness/MS +fallacious/PY +fallibility/SIM +fallible/PY +falloff/S +fallopian +familiarity/MS +family/MS +fanciful/P +fanciness/S +fantasy/SQ8sGM9DW +far/d +far-sighted/PY +far-sightedness/S +farad/MS +faraway +farer/M +farina/MS +farmhand/S +fasciculation/M +fascinate/SGnDkN +fastens/AU +fastness/S +fatalism/MS +fatalness +fatefulness/S +fattiness/S +fatuous/YP +fatuousness/S +fatwa/MS +faulty/PTY +favourable/MS +favourer/ESM +favouring/M +fawn/RkMDSG +feasibilities +feasibility/I +feasibility's +feather-bedding/M +feather-brain/DM +feather-edge +feathered/U +fed/Ucf +fed-up +federalist +feeds/c +felicitation/M +fellow/MS +felon/MS +femaleness/S +femininity/SM +femur/MS +fen/MS +fencer/SM +fend/CRSDG +feral +fermentation/M +ferociousness/S +ferryboat/MS +fertile/qQs89YP- +fervid/PY +fess/MS +festal/Y +fettuccine/S +feudalism/SM +feudatory/M +fiancée/SM +fibre/DMS +fibrefill/S +fibrescope +fibrin/SM +fibrous/PY +fibula/M +fibular +fiche/MS +fictitious/PY +fiddlestick/MS +fie/y +fieldwork/RMS +fifth/Y +fifty-eight/H +fifty-first/S +fifty-nine/H +fifty-second/S +fighting/SI +figurehead/MS +files/Aa +filet's +filibuster/rMdS +fill/RSYGJ7D +fillet/SMd +filling/c +filter/dSNM7rn +filtrate's +final/8q3Q-S +finality/SM +finance/oSMJGD +financial/S +financier/MSGD +financing/A +finch/MS +findable/U +fine/FDGASC +finely +finespun +fingermarks +fingernail/SM +finites +fiord/MS +fire-power/MS +fire-water +firearm/MS +firecracker/MS +firework/SM +firm's +firmament/MS +firmest +first/YS +first-floor +fish-plate/S +fisher/m +fishery/MS +fissionable/S +fist/6GD +fit/6TRGMYJPSDj +fitness/S +fits/aeA +fitted/e +fittingly/U +five-fold +fixate/DSG +fixative/S +flabby/TP +flaccid/Y +flagellate/DSG +flagellum/M +flagging's +flagrant/Y +flagstone/SM +flambé/DGS +flame-thrower/SM +flamed/I +flamelike +flanking/e +flanks/e +flaps/M +flash-pan +flashcard/S +flashgun/S +flashpoint/S +flask/SM +flat/PTYSDGM +flat-head/M +flatland/S +flatlander +flattish +flatulent/Y +flavoured/U +flawless/YP +flawlessness/S +flay/RDSG +flea/MS +flecker +fleet/kYMDTSPG +flesh/p2YMDZSG +flesher/M +fleshpot/MS +flews/M +flexibly/I +flexural +flibbertigibbet/MS +fliest +flight/MDSZ2pG +flinch/DSG +flincher/M +flippancy/SM +flirt/nDSZNG +flirter +flocculation/M +floodlight/SMG +floodlit +floorspace +flop/zSD2ZG +flopper/M +florid/PY +flossie +flotsam/SM +flounder/Sd +flourisher/M +flowed/c +flows/Iecf +fluctuation/M +flue/MS +fluffiness/S +flunky/MS +fluorescer +fluorocarbon/MS +fly-drive +fly-fishing +flyleaves +flyover/SM +flywheel/MS +foal/SGMD +foaminess/S +focal/FY +focuser/M +focussed/U +fog's +folder/SM +foliaceous +foliar +foliation/MC +folk/MS +follicle/MS +follicular +follow/RS7DGJ +folly/SM +fond/PTYM +fondness/S +fontanelle/SM +foolishness/S +foolscap/SM +footfall/SM +footing/M +footling +footmarks +footmen/M +footplate/M +footprint/MS +footsore +forbid/GS +forbidden +force/hjMDSbG6 +force-feed/G +forcefield/MS +forcefulness/S +forcible/PY +fore/5m +forefront/MS +foregather +foreign/RYP +foreignness/S +forename/DMS +forepeople +forequarters +forerunner/SM +foresee/GSRB +foresighted/P +forest's +forever +forgave +forged/A +forget-me-not/S +forgiving/P +forgone +formal/qsQ89P3- +formed/4UFCKA +formfitting +formidable/YP +formless/YP +formlessness/S +forms/4FCAK +formulae/W +fornication/M +forsaken +forsythia/SM +fort/SZM +fortified/AU +fortissimo/S +fortitude/MS +fortnightly/S +forty-eight/H +forty-five/H +forty-four/H +forty-one +forwardness/S +fosterer/M +fought/e +foul/TYPSGD +foul-mouth/D +foulard/MS +fowling/M +fox/DMzS2GZ +foxglove/SM +foxing's +frame/RGMDS +framework/MS +franchiser/MS +franchisor/MS +francium/M +fraternise/RSGDn +fraud/CS +fraudulentness +freakish/YP +free/mPTSGYd +free-born +free-fall/G +free-form +free-range +freehand/Dh +freehold/RMS +frenetic/Y +frequency/SIM +fresco/GDMS +fret/S6jGD +friable/P +frier's +frieze/DGSM +frighteners +frightful/P +frikkadel/S +frippery/SM +frisson/M +fritter/Sd +frock's +frock-coat/S +frogmarched +frolicsome +frond/SM +front's +frontal/SY +frontier/SM +frontrunner/SM +frosted/C +froufrou/MS +frowner/M +frowziness/S +froze/UA +frustration/M +ft/C +fuchsia/MS +fuddle/SGD +fuel/RASGD +fuel's +fuel-cell +fugal +fulfilled/U +full-time +fulminate/DnGSN +fulsomeness/S +fumarole/S +fumigator/SM +fun-loving +fund-raiser/SM +fundamentalist +funded/UAf +funds/A +funerary +funfair/M +funkiness/S +funniness/S +fur/2ZMGJSD +furiouser +furnished/UA +furnishing/M +fuse's/A +fused/AC +fusible +fusiform +fusing/CA +fustian/MS +futurist/W +fuzz/G2MDzZS +fuzzy/TP +g/7 +gab/2DGSZ +gabler +gadabout/MS +gaffe/MS +gag/GRSD +gagwriter/S +gaiety/MS +gained/A +gainsay/RSG +gaitered +gal/A +gallants +gallery/SDM +galore +galosh/S +galvanic +galvanism/MS +gambol/SDG +gamesmen +gamine/MS +gamtaal +gang/MDGYS +gangland/SM +ganglia/M +gape/S +garbage/M +gardenia/MS +gardening/M +gargle/DGS +garnet/SM +garotte/GMDS +garrulous/YP +gasification/M +gasify/DRSnNG +gasoline/M +gassing/MC +gassy/TP +gastritis/MS +gatecrash/DRSG +gatehouse/MS +gatherer/SM +gauss's +gauze/ZGMSD +gauziness/S +gavel/MDSG +gawkiness/S +gaze/RSGD +gazillion/S +gee-gee/MS +geisha/M +gelatin/MS +gelding/M +gem/ZMGSD +gemmology/3M +gemors +gendered +genealogy/w31MS +generalise/cSGD +generalissimo/SM +generalist +generality/MS +generational/Y +generic/S +generosity/SM +generousness/MS +genesis +geneticist +geniality/SFM +genii/M +genitalia +genitals +genius/SM +genome/SM +genomic +genteelest +genteelism +gentile/S +gentlefolk +gentrify/NnSDG +genuineness/S +genus +geochemical/Y +geochronology/M +geode/MS +geog +geomagnetic/Y +geophysical/Y +geophysicist/SM +geoscientific +geostationary +geriatric/S +geriatrics/M +germinal/Y +gerontocracy/M +gerook +gerund/SM +gestalt/M +gettable +ghillie/MS +ghost-wrote +gibbet/SdM +gibbon/SM +gifted/P +gimlet/SM +gimmick/yMSZ +gimpy/T +gin/DGMS +gingerbread/SM +gingham/SM +gingivitis/MS +gipsy/S +girlishness/S +giro/M +girt +give-away/MS +giving/aY +gizzard/MS +glad/TDYPZG +gladiatorial +gladness/S +glance/SDGk +glans/M +glaring/P +glass-cloth +glassful/MS +glaucoma/SM +glazed/U +gleaning/M +glee/MS6j +gleeful/P +glimmering/M +glitter/dJkSZ +glitzy/T +gloater/M +global/3Y +globalist +globe-trotting +globetrotter/MS +globule/SM +glockenspiel/SM +glossiness/S +glossy/TSP +gluier +glumness/S +gluttonous/Y +glyceride/M +glycerine/M +gnostic +go-kart +goalscorer/S +gobble/DRSG +goblet/MS +godchildren +godliness/MS +goggle-box/SM +goldenrod/MS +goldfinch/MS +goldfish/SM +goldilocks +golliwog/SM +good-for-nothing/S +good-humoured/Y +good-natured/Y +goodness/S +gooiest +goosebumps +gorge/EDGS +gorgon/S +gorilla/SM +gosh/S +gosling/M +gossiper/S +gourmandism +gourmet/MS +gov. +governmental/Y +governor/MS +gown/DMSG +graceful/PT +gradation/MC +gradient/MS +gradualist +graduand/MS +graduates/f +graffito/M +grail/S +grainer/M +graininess/S +graining/M +grainy/TP +gram/MS +gramadoelas +grammaticality's +grammaticalness/M +granary/SM +granddad/MZS +grandiose/Y +grandniece/MS +grandstand/SGMD +grant/RSMDG +grantee/SM +grapefruit/M +grapeshot/M +grappler/M +grappling/M +grasp/S7DGk +grate/R6JjSkDG +grates/I +gratified/U +gratitude/MSI +gratuitous/PY +gravel/YMDGS +graveside/S +gravestone/MS +gravid/YP +great-aunt/S +great-grandfather +great-niece +greedy/TP +greener/Z +greening/M +greenishness +gregarious/PY +gregariousness/S +grenadine/SM +greyhound/SM +greylag +gridiron/SM +griffin/SM +griminess/S +grimy/TP +grind/RkSJG +grindstone/MS +grisliness/S +grisly/TP +gristle/MS +grit/RS2GMDZ +grizzly/TS +grocer/SZM +groin/GMDS +grommet/dMS +grope/RkJSDG +ground/mMRGJSDp +ground-plan +grounds/f +groundsheet/M +groundwater +group/RSMJDG +grown/AIce +grown-up/SM +growth/IeMSAcf +gruesomeness/S +gruff/TGPYD +grunt/GSD +gryphon's +guacamole/SM +guanine/MS +guano/SM +guarantor/MS +guardroom/MS +gubernatorial +guerilla/SM +guessed/e +guest/MSGD +guide/RGSD +guides/a +guild/MRS +guilefulness +guillotine/MSDG +guiltless/PY +gumtree/MS +gunmetal/M +gunrunner/SM +gunship/S +guppy/SM +gurgle/SGD +gushy/T +gustatory +gybe/S +gym/MS +gymnasia/M +gynaecology/wS3M +habit-forming +habitant/FMIS +habited/FI +habits/FI +hades +hadst +haggish +hair-drier +hairball/MS +hairbreadth/MS +hairbrush/MS +hairdo/SM +hajj/M +halcyon/S +haled/I +half-and-half +half-crown/SM +half-deck +half-inch +half-jack +half-light +half-seas-over +half-step +half-term/S +halibut/M +hallucinogenic/S +hamba +hammock/MS +hand-me-down/S +hand-to-mouth +handball/SM +handbrake/MS +handful/MS +handicraft/MS +handkerchief/SM +handmade +handmaid/SM +handover +hands-up +handspike/MS +handwriting/M +hanging/c +hangup/S +hank/MSZR +hankerer/M +hap/aS +haphazardness/S +hapless/YP +haploid/S +happy/UTY +harbinger/MS +harbour/SMDRGp +harbourmaster's +hard-core +hard-headed/YP +hardback/SM +hardbound +hardy/PT +harebrained +harmonised/U +harness/GUSD +harrumph/DGS +harry/RDGS +harvest/RMDSG +harvested/U +hash's +hasp/MGDS +hassle/MDSG +hassler +hatch/SGDyJ +hate/jSM6 +hateful/P +hauberk/MS +haulage/MS +hauteur +haversack/SM +hawkish +hawthorn/MS +hazard/SMGD +hazardous/PY +hazel/SM +haziness/S +he'll +head-on +headdress/SM +headedness/S +headiness/S +headmistress/SM +headwater/S +headwind/MS +heart-searching +heartache/MS +hearted/P +heartedness/S +heartland/SM +heartless/PY +heartwood/M +heat/Mh7RJDGS +heathenish/Y +heathenism/SM +heave/RZDGS +heavy-handed +heckle/SDGR +hectometre/MS +hedgehop/DSG +heedful/P +heeding/U +heft/zD2GSZ +heifer/SM +held +helical/Y +heliocentric +heliotrope/SM +heliport/SM +hell-cat/MS +hellish/YP +helmet/dSM +helpline/S +helpmeet's +hemline/MS +henry/M +heptane/M +heptathlon/S +herbicide/SM +herculean +hereat +hereto +heritor/MI +herself +hesitancy/SM +hexachloride/M +hexagonal +heyday/MS +hgt +hibernator/SM +hibiscus/SM +hidden/U +hieing +higgledy-piggledy +high-born +high-jump +high-level +high-octane +high-powered +high-risk +high-speed +highbrow/MS +highish +highpoint +hijackers' +hilariousness/S +hillwalking +hilly/TP +hilt/MGDS +him +hindered/U +hindmost +hindsight/MS +hinge/MDSG +hippopotamus/SM +hisser/M +histamine/SM +histochemic +historicalness/M +hitched/U +hitherto +hive/SGMD +hob/MDGZS +hobbit +hobby-horse/MS +hobgoblin/MS +hobnail/SMD +hog/MGDS +hogback/SM +hold/IGJ +holder/SM +hollow/SPDGTY +holograph/DZWGSM +homage/MS +home-based +home-owner/MS +home-owning +home-shopping +homeland/SM +homeless/P +homework/RM +homicide/oSM +homoeopathy/SM +homoeothermal +homogeneous/I +homonymous +homosexuality/SM +honcho/S +honest-to-goodness +honesty/MSE +honeybee/MS +honeybush +honeypot/SM +honeysuckle/MS +honorand +honour/ERl7SMGD +honourable/MS +honourableness +hoodwink/SGD +hooey/MS +hoof/MSGD +hoofmark/S +hook/DGUS +hooligan/SM +hoop/MDGS +hooper/M +hooray/S +hootch's +hope/6jSMp +hopelessness/S +horizontal/YS +hornbeam/M +hornblende/MS +hornet/MS +horny/PT +horse-breaker +horse-cloth +horse-race/GSM +horseradish/MS +horseshoe/MSGD +horsewhip/DMGS +horsey +horsier +hortatory +hosanna/SDG +hosier/MSZ +hospitalities +hostage/SM +hot-desking +hot-headedness +hotchpotch/M +hothouse/MDSG +hound/SGMD +house/M6DmGJS +house-plant/S +houseboy/MS +housecoat/SM +housefather/S +housefly/MS +housemaster +housing/M +hovel/SM +hover/Sd +hovercraft/M +howzit +http +hub-cap/MS +hubris/SM +humanoid/S +humerus/M +humid/Y +hummock/GSZMD +humongous +humour/DphGSM +humus/MS +hundred/MHS +hunger/dSM +hunk/MSZ +hunter-gatherer/S +hurdle/MRSDG +hurl/RDGSY +hurry/SGDih +hurtfulness/S +husband/YSDGMy +husk/DRGMSZ2z +huskiness/S +hussy/SM +hutch/SDMG +hyacinth/MS +hydration/MC +hydraulic/SY +hydrazine/M +hydrocephalus/MS +hydrodynamic/S +hydrofoil/MS +hydrogenate's +hydrogenation/CM +hydrolyse/SGD +hydrometry/SM +hydroponics/M +hydrostatic/S +hydrothermal/Y +hygiene/M3S1W +hygrometer/MS +hymn-book/MS +hymnal/SM +hymnody +hype/SGMD +hyperboloid/MS +hyperboloidal +hyperglycaemic +hypersensitive/P +hypersensitiveness/S +hyperspace/M +hyperthyroidism/SM +hyperventilation/M +hyphenated/U +hypnosis/M +hypo/DMGS +hypo-allergenic +hypothalamic/Y +hypotheses +hypothyroidism/MS +hysteric/SMY +hysterical +i.e. +ibid +ibidem +ibis/MS +ice-skate/G +iceberg/SM +icebox/SM +icicle/MS +iciness/S +icing/M +ictus/MS +idea/SoM +identified/Ua +identifying/a +identity/SM +ideogram/SM +ideograph/SWM +idiom/1MWS +idiot/W1SM +idliso +idolater/SM +idolatrous +iliac +ill-behaved +ill-bred +ill-considered +ill-equipped +ill-fated +ill-founded +ill-humoured +ill-omened +illicitness/S +illimitable/P +illuminable +illusory/P +illustrator/MS +illustriousness/S +imagery/MS +imaginable/U +imitable/I +imitative/P +imitativeness/S +immaculate/PY +immanence/ZS +immortal/Q8 +immune/qQ8- +immunity/MS +impact/DGV +impaction/MS +impala/SM +impart/N +impassibility/MS +impassible/Y +impassion/GD +impeached/U +imperial/Y3S +imperialist/1W +imperil/L +imperishable/PY +impersonality +impersonation/M +impinge/SL +impish/PY +implausibility/M +implemented/AU +implicitness/S +impolitic/P +import/ADRGS +importance/U +importunate/YPS +importunity/MS +impose/ASDG +impoundments +imprecation/M +impregnate/NBGDSn +impression/B3M +impressive/P +improbable/P +improve/Qs8Lq9 +improvisational +improvisatory +imputable +in-joke/S +in-store +inadvertence/MS +inalterableness +inanimate +inapplicable +inasmuch +inattention +inaugural/S +inauthenticity +incapacitation/M +incarceration/M +incarnadine/DSG +incense/DGMS +incest/MS +inch/MDSG +incineration/M +incinerator/SM +incipiency/M +incision/M +incisive/P +inclusiveness/S +incognito/S +income/M +incommensurable +incommunicable +incommunicado +incomparable +incompetent/MS +inconceivable/P +inconsolable/YP +incontestability/SM +incontestable/Y +incorporated/EU +incorruptible/SY +increment/oSMNDG +incremental +incubate/SGDNnV +indemnity/SM +indemonstrable +indentation/M +indeterminacy/SM +indeterminism +indeterministic +indicative/S +indigestion +individualist/1W +indulgence/McS +industrialist +industriousness/S +inebriation/M +inelastic/Y +inequivalent +inertia/oMS +inertial +inertness/S +inessential +inevitability/MS +inexpedient +inexpense +inexplicit +infamy/SM +infantile +infeasible +infect/EDGAS +infecter +infectiousness/S +inferential/Y +infestation/M +infinitesimal/SY +infinity/SM +inflate/DGnSN +inflater/M +inflection/MS +influence/RGDMS +info/S +inform/xRy +information/ES +informative/UY +informed/aU +informs/a +infrasonic +infringe/L +infringer/M +ingcibi +ingenious/YP +ingeniousness/S +ingestion/MS +ingoma +ingrain/h +ingress/SMN +ingression/M +inhabitable/U +inhabitance +inhabited/U +inhalator's +inherit/EdS +initialises/K +initialized/U +initiated/U +injection/MS +inkstand/MS +inky/TP +inlaid +innate/YP +inner-city +innervate/DSGNn +innkeeper/SM +innocent/YTS +innuendo/MGSD +inoculative +inquisition/SMo +inroad/MS +inrush/GSM +insangu +insecticidal +insemination/M +insentience/S +inseparability/MS +inseparable/PS +inshore +inside/R +insigne's +insinuate/nVSkDGN +insist/DGkS +insistence/SM +insolence/MS +insolubility/S +insouciant/Y +inspector/MS +inspectorate/SM +installed/A +instantiate/GNSDn +instantiated/U +instigation/M +instil/DNnRGS +institute/RSxDGV +institution's/A +institutionalism/M +instruction/MS +insufferable/Y +insulated/U +insurgent/MS +intact/P +intangible/M +integrative +integrity/SM +intellectual/Q8PSY +intellectuality/M +intelligibilities +intelligibility/MU +intemperate/P +intensification/M +intent/PY +interact/VDuvGS +intercede/GDS +intercept/GDS +interceptor/MS +intercession/MS +intercessory +intercohort +intercommunication/M +interconversion/M +interestingness/M +interface/GMDS +interfaith +intergovernmental +interindustry +interject/GDxS +interlace/GDS +interlingual +interlining/M +interlope/GDRS +intermix/DSG +intermixer +intern/oLxGD +internationalist +internationality/M +internee/SM +interoffice +interoperate/BSNGD +interpolation/M +interposer/M +interpreted/aAU +interrelated/P +interurban/S +interventionism/MS +interviewer/SM +interweave/GS +interwork/SGD +intimacy/MS +intimidation/M +intonation/M +intoxicant/MS +intracohort +intractability/SM +intradepartmental +intragenerational/Y +intraindustry +intranasal +intransigence/MS +intransigent/SY +intrasectoral +intrauterine +intricacy/SM +intubate/GDSN +intubation/M +invade/GVDRSuNX +invaluable/P +inveigher/M +inveigle/DRSG +invention/AMS +investee/MS +investment/f +inveterate/Y +invigilate/DG +invigorate/NAGnSD +inviolate/PBY +invoke/NGnDRS +involuntariness/S +involute +inyala +ioniser/CMS +ipso +irascible/Y +irateness/S +irrationality +irreflexive +irrelevance/S +irreplaceableness +irrigate/DnSNG +irrigation/M +irritant/S +irruption/MS +isiNdebele +isinglass/SM +isochronous/Y +isolate/SNGnD +isolated/K +isomer/SM +isomerism/SM +isomorph/W1M +isotonic +ispell/M +itemised/U +iterated/A +iteration/AS +itinerant/SY +itself +iv/M +ja/C +jack-in-the-box +jackhammer's +jackknives +jadedness/S +jadeite/SM +jaguar/SM +jailbird/MS +jam's +jangle/RDGYS +jardinière/MS +jarring/Y +jaybird/MS +jaywalk/RJSDG +jealousy/MS +jeans +jeerer/M +jehad's +jejunum/M +jell/GDSY +jellying/M +jellylike +jeopardy/8QMS +jerk/DSZz2G +jerry-building +jest/MRGDkS +jet/MGSD +jet-propelled +jetliner's +jinni's +jinrikisha's +jitter/SZ +jittery/T +jiu +jobless/P +jock/MS +jockey/MGDS +jockstrap/MS +joiner/Z +joint-stock +jointed/PEY +joller/S +jot/GRJSD +journalist/W +joy/M6GDjpS +joylessness/S +ju/y +jubilate/NDGnS +judder/dS +juice/RZDGMS +jujitsu/MS +jump-off +jumpsuit/S +junction/FSMEI +juncture/FSM +jungle/SM +junta/MS +jurisdiction/SMo +juror/SM +jury/Sm3G5DM +justificatory +justly/U +kB +kV +kWh +kabob's +kaboom +kaiser/SM +kale/SM +kedgeree/S +keelhaul/DGS +keepsake/SM +kelp/MDGS +kelpers +ken/MDSG +kernel/SM +keyclick/SM +keyhole/SM +keystone/MS +khan/MS +kibitzer's +kick/DRSZG +kiddie/S +kill/cGDS +killer/SM +kilobaud/M +kilobit/S +kilobuck +kilobyte/S +kiloton/MS +kilowatt/MS +kinaesthetic/SY +kindle/ASGD +kindler/M +kindling/M +kine/M +kingklip +kinglet/M +kingly/TP +kingpin/MS +kiosk/MS +kirk/MS +kist +kit/MDGZrS +kitchener's +kittenish/PY +kittiwakes +klaar +klinker/S +kludgey +knack/RSM +knackish +knead/RSDG +knee-high +knee-length +kneecap/MSGD +kneel/RSG +knit/DGRSJ +knobkierie/S +knock-kneed +knock-out +knock-up +knotting/M +know-it-all +knowingest +knowledgeable/P +known/SU +knuckleduster/S +koester +kohlrabi/M +kohlrabies +kola/SM +kookiness/S +kooky/T +koppie/S +kowtow/SGD +kph +kramat +kroner +kronor +krummelpap +kwaai +l/F +lab/MoS +label/aGADS +label's +labeller/SM +labiodental +labour/khSDRJMiG +labour-intensive +laboured/PM +labyrinth/SM +laced/U +lacerate/SDGnN +lacewing/MS +lachrymose +laciest +lackadaisicalness +lacquer/rdSM +lacunae +laddie/MS +lading/M +laetriles +lag/rJDSG +lake/MS +lakeside +lambskin/SM +lamed/M +lamina/nM +laminar +laminate/GSD +lamp-post/S +lamper +lamé +lancet/SM +landau/M +landdrost +landforms +landmark/MGSD +landscape/MDRSG +landslide/MS +landward/S +languidness/S +languish/GDkS +lapidary/SM +lapse/ADGFS +lapser/AM +large/PTY +larkspur/SM +laryngitis/M +lashed/U +lassitude/MS +lasso/GMDS +last-ditch +latherer/M +latish +laudanum/MS +laundrette/S +laurel/SGMD +lawbreaking/MS +lawfulness/SM +lawgiver/MS +lawrencium/M +layperson/S +laywoman/M +laze/SGZD +lazy/YDTPG +leader/pSM +leaf/SZ2GMDp +leaguer/SM +leak/MDGSZ2 +leakiness/S +leap/DGS +learn/iSDhGRJ +learnt +leash/SUDG +least/S +leaves/M +lecithin/MS +lecture/MRDGS +ledge/MSR +leery/PT +left-wing/R +leftover/SM +leg-bye +legal/ISY +legionary/S +legislate/GnVvSND +legislation/M +legit +legitimation +legitimatise/DSG +legstraps +legume/SM +leisureliness/S +leisurewear +leitmotiv/MS +lemonade/MS +lengthiness/S +lengthways +leopard/MS +lesbian/MS +lessee/MS +let-down/SM +let-out +letter/dmrMJS +letting/S +lettuce/SM +leukaemia/M +level-headed/Y +levy/RDSG +lewd/PTY +libation/M +liberation/CM +libretto/3MS +lice/M +licensable +licensed/U +licentiousness/S +licit/YI +lid/MGSDp +liege/S +lier's/F +life-force +life-raft/SM +lifeforms +lifework/MS +lift-off/SM +ligament/MS +ligation/M +light/CASG +light's +light-headed +light-headedness +lighthouse/MS +lightship/MS +likelihoods +likeness/MS +likest +likewise +liking/MS +lily-white +limber/UdS +lime/MSGZD +limelight/MGS +limit/CdrnS +limit's +limo/S +limpidity/SM +limpness/S +limy/T +line-up/S +lineage/SM +lingual/S +linguist/SW1M +liniment/MS +linked/U +lip-synch +lipid/MS +liposuction/S +liquefy/RDSG +liquid/I +liquidator/SM +liquor/MS +lire +lisle/MS +listed/U +listen/rdS +listing/M +litany/SM +literal-minded +literalism/M +literalistic +literation's +litigation/M +litigiousness/S +little/TP +liveability/SM +liveliness/S +livery/DSmM +lives/M +lixiviation +llano/MS +loading/M +loadstone's +loaf/RSGMD +loansharkings +loaves/M +lobar +lobe/MSD +lobotomist +lobster/dSM +lobularity +localization/M +locate/FSNAnEDG +loci/M +locked/AU +lockout/MS +locomotion/MS +locomotor +lodestar/SM +lodge/MJDRSLG +lodging/M +logbook/SM +loge/MS +loggerhead/MS +logistic/YMS +logistical +logjam/MS +logo/MS +logrolling/MS +lolly/MS +lonely/TP +lonesome/YPS +long-awaited +long-drawn +long-standing +longhand/SM +longing/M +longitude/MS +longueur/MS +looker-on +looking/c +lookup/MS +loosed/U +loosen/UdS +lord/cMSDG +lordly/PT +lorn +losable +lotus/MS +loudness/S +lousy/TYP +love/MYSRGl7kDp +love-child +low/TGYDPS +low-emission +low-grade +low-key +lower/Sd +lowermost +lowland/MRS +loyalist/MS +ls/I +lubricate/SGnNDV +lubrication/M +lubricious/Y +lucidity/SM +lucky/UTY +lucubration/M +lug/RGDS +luger +lukewarm/YP +luminosity/SM +lummox's +lumper/M +lumpish/YP +lunacy/SM +luncheon/MS +lunchtime/SM +lung/MD6GS +lustful/P +lutanist/MS +luxuriance/MS +luxurious/PY +luxury/MS +lycée +lying/Y +lymph/MS +lymphatic/S +lyrebird/MS +ma'am +macadamia +macadamian +maceration/M +machine/M3NySGnD +macho/S +macrobiotics/M +macrodynamic +macroeconomic/S +madden/dkS +madrigal/MS +mafufunyana +magnet/Wtq-8SQ+M1 +magneto/MS +magnetohydrodynamics/M +magnetosphere/M +magnify/CRGSND +magniloquence/SM +magnolia/SM +magnum/MS +maharanee's +mahogany/SM +maiden/SYM +maidenhair/SM +mailbag/MS +maillot/SM +maimedness's +mainman +mainmanne +mainspring/MS +maiolica's +majolica/MS +major/SM +majorette/MS +make-believe +making's +maladjust/DLV +maladroit/YP +malady/MS +malapropism/MS +maleficence/MS +malevolent/Y +malfunction/GSD +malign/RGSDY +malignancy/MS +mallard/MS +malodorous +malting/M +malty/T +mamba/MS +mambo/MGDS +mammal/SM +manage/BLRDGS +manageable/U +manageableness +manager/o +managing/a +mandrill/SM +mangoes +manhandle/GSD +manhood/MS +mania/MS +maniac/SM +manifestness +manifesto/SM +manikin/MS +manilla/S +manipulator/SM +manlike +mannequin/SM +manoeuvrable +manservant/M +mantilla/MS +mantis/MS +mantle/EDGS +mantling/M +mantrap/MS +map/MRJGSD +maple/MS +mapping/M +maps/A +marbling/M +marchioness/SM +marginality +mariachi's +marine/RNS +maritime +marjoram/MS +marked/AU +marksmanship/S +marl/DGMS +marlin/MS +marmalade/MS +marog +marooner +marry/DASG +marsupial/MS +marten/MS +martinique +martyrdom/MS +marvel/GSD +marvellous/Y +masala/S +mask/MRDSJG +masochism/SM +mason/dSMWy +masque/MRS +masseuse/MS +massif/MS +massive/P +mastering/S +masticate/SDG +mastodon/MS +masturbate/SGNnDy +match/Rp7DGMJS +mate/MSzJ +mathematics/M +matinee/S +mating/M +matinée/S +matt/M +maturely/K +matures +maturity/KMI +maudlin/Y +maxilla/yM +maxillae +maximality +maximum/YMS +maybe/S +mayonnaise/SM +mayor/SM +mayoralty/SM +maypole/MS +mazer +meadowlark/SM +meagre/Y +meagreness +mealy/TSP +meaning/MpS6j +meanly +measured/AU +measuring/A +meat/2pMSZ +meatloaves +mechanized/U +mediate/IPY +mediates +mediating +medic/MnYNVS +meditation/MK +meek/TPY +megabuck/S +megahertz/M +megalomaniac/SM +megaton/SM +megohm/SM +melange +meld/DGS +melktert +mellow/TPGSDY +memoires +memorabilia +memoranda +memoriam +mender's/F +meninges +menopause/MS +menswear/M +mentionable/U +mentor/SM +merchant/BMS +merciful/UY +mercifulness/M +meretriciousness/S +merge/RSGD +meritocratic +mesdames/M +mesmerized +mesomorph/SM +mesosphere/MS +messieurs's +messiness/S +meta +metabolic/Y +metabolize +metacarpus/M +metalanguage/MS +metalinguistic +metallize/nSDNG +metallography/M +metalworking/M +metamathematical +metastases +metatarsi +metathesis/M +methadone/SM +methane/M +methodical/P +metre/WwS1 +metricate/SGD +mettle/MSD +mi's +microanalytic +microcircuit/MS +microcode/DSG +microcomputer/MS +microfarad +microfossils +microhydrodynamics +microlight/S +micromanage/LSGD +microscopist +microsomal +mid-life +mid-year +midday/MS +middle-age/D +middlebrow/MS +middleweight/MS +midge/MS +midlander +midpoint/MS +midrib/SM +midtown's +midwife/yM +miff/DSG +mightiness/S +mighty/TP +migraine/SM +milch/M +mile/MS +milestone/MS +military/Q3-Y +militate/GSD +milkman/M +millet/SM +millinery/MS +millivoltmeter/SM +millrace/MS +milt/RMS +mimer/M +mind-reading +mined/f +minicomputer/SM +minidisc/S +minimal/S3 +minimalist/W +minimization/M +mining's +miniseries +minty/T +miraculous/YP +mirthfulness/S +misalign/L +misc/b +mischief-making +misconfiguration +misdiagnosis +misfile +misfit +misfortune +misgovern +mishandle/G +misogynist/W +misread/GJ +mission/RSFM +mission's/A4 +misspeak +misspecification +mistruster/M +misty/TY +misunderstand/R +mitigate/NDSGny +mitigated/U +mitten/MS +mixed/KUA +mixture/MS +mm +moat/DMGS +mob/MGDS +mobility/IMS +mobs/C +mock-up/S +mockers/M +mockery/SM +mockingbird/SM +moderateness/S +modernness/S +modesty/IMS +modus +moenie +moerse +moggy/S +moil/DGS +moistness/S +molarity/SM +molecularity/SM +mollusc/MS +molluscan +moment/YMS +monastery/MS +monasticism/MS +monetary/3Y +moneymaking/M +monitored/U +monkey/MGDS +monkeygland +monocular/SY +monoculture +monogamous/Y +monomaniac/SM +monomial/SM +monomolecular +monophthongs +monopolist/W +monopolization/M +monostable +monoxide/MS +monsoon/SM +monstrance/MS +moodiness/S +moonstruck +moonwalk/SGD +mope/SZ +mopy/PYT +moraine/SM +morally/I +morbid/Y +morbidness/S +morgen +morphemic/S +morphia/S +mortgagor/MS +mortification/M +mortise/DSGM +motet/MS +mother-in-law +motherhood/SM +mothers-in-law +motional +motioner/M +motioning +motionlessness/S +motivation/M +motoring/M +mottle/GDS +moue/MSGD +moulding/M +moult/RGDS +mound/MGDS +mountaineering/M +mountaintop/MS +mounter/MS +mouse/ZRSGDM +mousetrap/GSDM +mousey +mousse/SM +mouther +mouthorgan +mouton's +mover/AMS +movie/S +much-needed +mucker/M +muckrake/SDRGM +mucosa/M +mucus/MS +muddleheaded +muddleheadedness +mudslide/S +muleteer/MS +mullion/MSDG +multi-modal +multi-stage +multicast +multicolumn +multifamily +multifariousness/S +multimillion +multiphase +multiplicand/MS +multiplication/M +multiply/7GSVDRNnv +multiprocessor/SM +multitasking +multiversity/M +mumbo +mummify/SDnNG +muralist +murderess/S +murmuring/S +musculature/MS +musette/MS +museum/MS +mushy/TP +musicality/SM +musk/MZ2 +muskeg/MS +mustard/SM +mutably/I +mutation/4MF +mute/FnS4GDN +mutest +mutilation/M +mutinous/Y +mutt/MS +mutual/SY +muzzle-loader +mynah/MS +myocardial +myopic/YS +mysterious/PY +mémoire +mêlée/SM +nabob/SM +nacre/MS +nagging/Y +naifs +nailbrush's +naive/TY +naked/YP +namby +namby-pamby/S +nano +napkin/MS +narcosis/M +nark/MSZ +narrate/NvGnVDS +narratology +nasal/Qq-8YS +nastiness/S +nationalise/CRSnGD +nauseousness/S +nautical/Y +nay/MS +naïvety/S +naïveté/S +nearside/M +neatness/S +nebular +nebulosity +nebulous/YP +necessaries +necessitous +necker +necropsy/M +necrosis/M +nectarous +negation/M +negativism/SM +negativity/SM +neglecter/M +negligée/SM +negotiable/A +negotiant/M +neighbour/DMGYS +nelson/SM +nematic +neoclassic/M +neoclassical +neodymium/M +neonatal +nerdy/T +nerveless/PY +nerviness/S +nether +nett/JS +neurasthenic/S +neuritic/S +neuromuscular +neuron/MS +neurophysiology/M +neurosurgery/SM +neurotransmitter/S +neutralisation +neutron/MS +nevertheless +newcomer/MS +newish +newscast/SMR +newsdealer's +newsroom/S +newsworthiness/S +next-door +niacin/SM +nib/MDGS +niggardly/P +nigger-ball/S +niggle/GRkDSJ +night-long +nightspot/MS +nighty's +nil/MYG +nimbi +ninepin/S +nineteen/HMS +ninety-second/S +ninety-six/H +nitration/M +nitre/WnMSN +nitrite/MS +nitrocellulose/SM +no-nonsense +nocturnal/S +noire/S +noiselessness/S +noisy/YTP +nominative/S +nominator/SCM +nominee/MS +non-adhesive +non-alcoholic/S +non-athletic +non-attendance/SM +non-availability/SM +non-belligerency +non-belligerent/S +non-burnable +non-clinical +non-collectable +non-combatant/SM +non-communicable +non-competing +non-complying/S +non-conservative +non-content +non-contiguous +non-contributing +non-contributory +non-controversial +non-cooperation/S +non-corroding/S +non-cumulative +non-cyclic +non-dairy +non-deferential +non-detachable +non-dramatic +non-drying +non-educational/Y +non-elastic +non-emergency +non-factual +non-flying +non-functional/Y +non-independent +non-industrial +non-intoxicating +non-ionic +non-irritating +non-judicial +non-linear/Y +non-literary +non-magnetic +non-malignant +non-migratory +non-militant/S +non-moral +non-narcotic/S +non-occupational/Y +non-orthogonal +non-person/S +non-prescription +non-profit/7S +non-redeemable +non-religious +non-resident/SM +non-restrictive +non-rigid +non-scientific +non-scoring +non-sectarian +non-secular +non-singing +non-smoking +non-specializing +non-specific +non-stop +non-sustaining +non-sympathiser/M +non-threatening +non-traditional/Y +non-trunk +non-violence/S +non-violent/Y +non-virulent +non-words +nonagenarian/MS +nonconformist/SM +nones/M +nonetheless +nonsuch +nonsuit +noose/MDGS +normalized/A +normative/P +north-West/M +north-eastern +north-south +north-westerly +north-westward/S +northeaster/MS +northerly/S +northing/M +northwester/MS +nosedive/DGS +nosegay/SM +nosey +nostalgic/YS +nostrum/SM +notative/F +notch/MGDS +note/FnCGSND +notebook/SM +noteworthiness/S +noteworthy/P +notion's +notorious/PY +noun/SM +nounal +nous/M +novelette/MS +novelty/MS +novice/SM +novitiate/SM +nowadays +noway +nubbin's +nucleation/M +nucleotide/SM +nude/PS3TY +nudity/SM +null/S +numberplate/M +numskull/MS +nunnery/MS +nursemaid/MS +nursling/M +nut/MNGZSD2 +nutate/SDG +nutcracker/SM +nutmeg/MSGD +nutritious/PY +nuttiness/S +nymphomania/MS +nymphomaniac/S +né +oafish/Y +oakum/MS +oath/MS +obedience/ESM +obeisance/MS +object/VMGSDvu +oblateness +obligation/M +oblique/YSGD +oblivion/MS +obnoxiousness/S +obsequious/Y +observation/M +observatory/SM +obsidian/MS +obsolescence/S +obsolescent/Y +obstreperous/YP +obstreperousness/S +obstruct/SGVuvD +obtuseness/S +obverse/YS +occidental/SY +occlude/SGVNDX +occupant/MS +occupation/Mo +occupier/SM +ocean/MSW +octave/MS +octet/MS +octillion's +oddness/S +odometer/SM +odorousness +odour/pSM +oenophile/S +of +off-key +off-limits +off-line +off-street +offend/GVDvRuS +offertory/SM +officialism/MS +officially/U +officiant/MS +offish +offload/SGD +offspring/M +ogle/SRGD +oilcloth/MS +oink/DSG +oldster/MS +oleomargarine/MS +olé +ombudsmen +omnivore/SM +onanism/M +one-sided/Y +onion/SM +onomatopoeic +onset/MS +onslaught/MS +onto +onus/MS +onward/S +oodles +op/FS +opacity/MS +opal/MS +opaqueness/S +opcode's +open-eyed +open-handed/P +open-mouthed +opens/A +openwork/MS +opera/MVvSnu +operability +operativeness/FM +operatives/F +operator/FSM +operetta/SM +ophthalmic/S +opioid +opossum/MS +opportunity/MS +opposed/U +opposition/M +oppressor/SM +opprobrious/Y +ops +opulence/MS +orangey +oration/M +oratorio/MS +orb/MDGS +orchestra/onSM +orchid/MS +orderer +ordering/S +ordination's/F +organics +organisation/oM +organise/EnDSAG +organist +organizer/AM +orgasm/WDSMG +orientable +orienteering/M +orienter +orig +origin/oNSMnVv +original/S +ornamentation/M +ornate/PY +orthodontia +oscillator/MS +osculate/SGDNn +ossify/nGDSN +ostensible/Y +osteoarthritides +osteology/M +ostracism/SM +ostrich/SM +otherwise +otter/SM +ought +ounce/MS +out-of-phase +out-of-pocket +out-tray +outargue +outbound +outburst/M +outdo +outfit/G +outgoingness +outlandish/PY +outlying +outscore +outside/R +outward/PY +over-abundance/SM +over-abundant +over-activity +over-sensitivity +over-the-top +overambitious +overarching +overarm +overbite/M +overcareful +overcoat +overcritical +overdraw/G +overdrive/M +overeat +overemphasis +overprecise +oversea +overshoot +oversimplify/nN +overstretch +overt/Y +overture/SM +overweening +overwhelm/k +overwrap +oviform +ovoid/S +ovular +owl/MS +own-brand +ownership/MS +oxide/nMsS-Q +oxidise/J +oxidized +oz +ozone-friendly +pacific/4 +pacifism/SM +pacifist/W +pacify/RSn3WDG1N +paddy/SM +padlock/DSMG +paediatric/S +paedophilia/M +paeony/M +page/G6MRSD +pageboy/MS +painful/TP +painstaking/Y +paint/ADSG +paintbox/M +pair/IDGAS +pairwise +palace/MS +palaeolithic +palanquin/MS +pale/IDGS +palely +palest +palette/SM +palladia +palmetto/SM +palmistry/MS +palmtop/S +palmy/3T +palpitate/SnGND +pamper/Sd +pancake/SGMD +pancreatic +panderer/S +panellise/DGSn +panoramic +pantheist/SW +panties +pantiled +papa/MS +papered/A +papers/A +paperweight/SM +paperwork/SM +papyri +papyrus/M +par/dDZG7S +parable/F +paraboloid/MS +paracetamol/M +parachuter/M +paradisal +parakeet/MS +paralleled/U +parametrize/SNnDBG +paramilitary/S +parapet/MS +paraphernalia +paraphraser/M +parasol/MS +parathyroid/S +parcelling/M +parent/SMGoJD +parietal/S +parkland/M +parky/T +parliamentarian/SM +parochiality +parolee/MS +parricidal +parrotlike +pars/SRDJG +parsley/MS +parsonage/SM +part-timer/S +parthenogenesis/M +participator/S +partizan's +partook +partridge/MS +party/SDMG +pascal/SM +pasha/SM +passage/MGDS +passivity/IS +past's/A +paste/SM +paster +pasteurise/SDRnG +pastorate/SM +pasturage/SM +pater/M +paternalism/SM +patha-patha +pathlessness +patriarchal +patristic/S +patroness/S +patten/MS +paunch/2GZMDS +pause/SGD +pave/GJLSD +paves/A +paw/DMSG +pawn/MDGS +pawnbroker/SM +pay-bed +payer/MS +payload/MS +payslip/S +peacekeeping +peal/MDSG +peartrees +peasant/SM +peasantry/SM +peats/A +peccadillo/M +pectin/SM +peculator/S +pedagogy/W1SMw +pedigree/MS +pediment's/I +peep-show/SM +peer/DFGMS +peerless/PY +peevish/PY +pekoe/SM +pelf/M +pell-mell +pellagra/MS +pelvic/S +pen/oDGMS +pen-and-ink +pencil/DGSJM +pending +penetrate/BGkVuDSnNv +penicillin/MS +penile +penis/SM +pennant/MS +pennon/SM +penny/SpM +pens/XuVvN +pentagon/oMS +pentasyllabic +pentathlete/S +pentecostal +pentium +penumbrae +penuriousness/S +people/SDGM +peppercorn/SM +pepperer/M +peppergrass/M +peppermint/SM +peppiness/S +peradventure/S +perceive/aSD +perceiving +perception/MS +perceptive/P +perch/GMSD +percha +perchlorate/M +percussionist/MS +perestroika/S +perfect/IYPV +perfectible +performed/efU +performs/e +perfunctory/PY +peristaltic +permafrost/SM +permalloy/M +permanency/MS +permanently/I +permissibility/M +permissible/PY +permit/GXSNMD +permute/nNDSG +peroration/SM +perpendicularity/SM +perplex/SDhG +persiflage/SM +person-to-person +personae +personality/SM +personalty/MS +personify/nGNDS +personnel/MS +persuade/DGuRNXVSv +pert/TPY +pertinence/IS +pervasive/P +perversion/M +peskiness/S +pesky/TY +pestiferous +petiole/SM +petrel/SM +petunia/SM +pewit/SM +peyote/MS +phage/M +phalanx/SM +phantasmagoria/MS +pharynges +pheasant/MS +phenomenology/1MwS +phenyl/M +phonemic/S +phosphoresce +phosphorus/M +photochemistry/M +photocopy/RSMGD +photojournalist/MS +photosynthetic/Y +phpNuke +phylactery/SM +phylum/M +physicist +physiochemical +phytoplankton/M +piano/3SM +pianola +pica/MS +piccalilli/SM +pick/RSGDJZ +pick-up/SM +picket/rSdM +pickpocketing +picofarad/SM +picojoule +pictorial/YPS +pie/RMDS +piecemeal +piety/IMS +pig-sticker +pigeon/SMy +pigeon-breast/D +pigeonry/S +pigment/nGND +pigsty/MS +pigtail/SMD +pikstel +pilaster/MS +pilchard/MS +piledriving +pilgrim/SM +pill/MS +pillar/SM +pillbox/MS +pillion/MS +pillory/SGDM +pillowcase/SM +pilot/MdS +pilothouse/MS +pimp/MDYSG +pin-up/SM +pin-wheel/SM +pince +pincer/S +pinch/DGS +pine/ASGD +pineapple/MS +pinhead/MSDi +pinkeye/SM +pinkish +pinkishness +pinkness/S +pinna +pinnae +pint/MS +piny/T +pion/M +piping/M +piquant/YP +pique/GSMD +pismire/MS +pistole/M +pit/DGMS +pitchblende/SM +pitchstone/M +piteous/PY +piteousness/S +pitiable/P +pitiful/PT +pitiless/PY +piton/MS +pituitary/MS +pivot/MdSo +pixie/SM +placater +place/ELSaADG +placement/eMS +placenta/SM +placer/MES +plain-spoken +plained/F +plaintiff/SM +plaintive/PY +plait/DGSM +planar +planetarium/MS +plank/SJGMD +planning/A +plantar +planters +plastering/M +plat/rdR +platitudinous/Y +platsak +platypus/SM +plausibleness +play/ERS7DG +playboy/MS +played/ecAafU +playful/PY +plays/fcaeA +plaything/SM +playtime/SM +plea/MS +pleas/SJGDk +plebeian/S +plebiscitary +pleural +pleurisy/SM +plexus/SM +pliability/SM +pliancy/SM +plimsolls +plop/MDGS +plover/MS +ploy's +plug-in +plumage/MDS +plumbed/U +plumbing/M +plummy/T +plumpish +plunk/RGSD +pluperfect/S +plural/-8YqQs9S +pluralist/SW +plurality/SM +plywood/MS +pneumatic/YS +pneumatics/M +po/QY +pocketing/M +pocketknife/M +pocketknives +pod/DMGS +poem/MS +poetess/SM +poetic/S +pogrom/MS +point-duty +point-to-point +pointed/PY +pointy/T +poisoning/SM +polecat/MS +poliomyelitis/M +polish/DRSGJ +politburo/S +polite/IYPW +politicize/CDSG +politicly/I +politico/SM +politics/M +polity/SMw1 +pollack/MS +pollinator/SM +pollute/DRSG +polychemicals +polycrystalline +polyethylene/MS +polygynous +polyhedra +polymorphous +polypropylene/MS +polytechnic/SM +pomade/MGDS +pommel/GMDS +pompous/Y +pond/MDSG +ponderer/MS +pongee/MS +pons/M +pooh/DSG +poor/YPT +poorhouse/MS +popinjay/MS +poplar/MS +poplin/MS +poppet/M +poppycock/MS +popular/98Q-qsY +porch/MS +pore/GSD +pornography/SW1M +porosity/SM +porringer/MS +port/FGSIDA4CE +portable/4IA +portables +portage/DSGM +portcullis/SM +portentous/YP +portfolio/SM +poseur/MS +positivism/M +positivity +possession/EMAK +possessive/MPYS +possessiveness/S +possible/ISY +post-doctoral +post-haste +post-modernism +post-production +post-structural +post-structuralism +post-traumatic +postgraduate/SM +postpaid +postscript/MS +pot-pourri/SM +potage/M +potash/SM +potato/M +potter/Zd +poultry/SM +pourri/SM +powderpuff +powered/f +powerhouse/MS +powerless/PY +pox/SM +ppm +ppr +prairie/SM +prayerful/P +pre-adolescent +pre-decimal +pre-defined +pre-elect +pre-eminence/MS +pre-eminent/Y +pre-empt/DGVvS +pre-emption/SM +pre-exist/DGS +pre-set/S +pre-tax +preach/RJL +preamp +prearrange/L +prebendary/M +precedence/MS +precedented/U +precipice/SM +preciser +preconceive +preconscious +predatory +predecessor/SM +predecessors' +predicable/S +predicator +predict/GvBlVDS +predictability's/U +predicted/U +predictor/SM +predigest +prefect/MS +prefer/lSG7D +preferable/P +preflight +pregnancy/MS +prejudiced/U +prejudicialness +preliterate +premarket +premiss/M +preparation/M +preparative/MS +preparedness/SM +prepender/S +prepends +preponderate/DNSGY +presbyopia/SM +presbyteral +presbyterate +presbytery/SM +preschooler/S +present/A7xSnDlGN +presentation/MA +presenter/MS +preservationist/S +press/CDSGAFI +press-up/S +pressure/c +pressure's +pressure-cook/G +pressurize/nRSNGD +prestigiousness +presume/NXvlSkVDG +pretending/U +prevent/7vVul +preventer/M +prevention/SM +preventive/PS +prey/MDSG +priapic +price's +pricing/f +pricking/M +prickle/MS2DG +priesthood/MS +primogeniture/MS +primp/GSD +prince/SYM +princeliness/S +princely/TP +principal/SY +principality/MS +printing/SM +printout/S +priority/Q-8Sqs9M +priory/SM +prise/FDAGS +pristine/Y +pro-Republican +probabilist/1W +probably/I +probational +probative +proceeder/M +processed/AKU +processor's +procreate/GSxVNnDy +procreation/M +proctor/SMd +prodigious/YP +prodigy/MS +produce/cNSnGAD +produced/e +producible +product/vQVsMuS +productiveness/S +proficiency/SM +profile/RMGSD +profiteer/DMGS +profoundness/S +program/RGADS +programmability +programmed/CK +programmings +prohibitive/P +proliferation/M +prolificness +prologuize +prolong/NnDGS +prolonger/M +promising/UY +promontory/SM +promote/xRGBSD +prompt/RYTGSDJP +proneness/S +pronominal +pronounce/LSGhD +pronounceable/U +proofread/RSG +propagandise/GSD +propane/MS +propel/RGnSND +propensity/SM +propitiate/yDGnSN +proportional/S +proportioner/M +proposal/MS +propose/RGNSxXD +propulsion/M +propvol +proscribe/NVDSXG +prospector/MS +prosthetics/M +proteas/S +proteolysis/M +protuberance/S +protégée/S +provably +proved/AI +proven/U +provocation/M +provocativeness/S +provoke/RknvGVSNuD +provoked/U +prudishness/S +psephologist/M +psephology/1w +pseudonymous +psittacoses +psst/S +psychedelic/SY +psychoacoustics/M +psychoanalysis/M +psychocultural +psychokinetic +psycholinguists +psychometric/S +psychoneuroses +psychopath/ZWMS +psychosocial/Y +psychosomatic/S +psychosomatics/M +psychotherapist/MS +pt +pubes +public/Qn38MN +publicised/U +publish/SADG +puddler/M +puff/MDRG2ZS +puffy/T +pule/GSD +pulley/SM +pulpit/SM +pulpy/T +pulsed/A +pulverize/nGND +pumper +punctuality/SM +punctuality's/U +punctuation/M +puncture/DMSG +pundit/SM +pungency/SM +pungent/Y +punitive/PY +punkier +pupa/M +puppeteer/MS +puppetry/SM +purchasable +purchase/DASRG +purdah/SM +pure-bred/S +purge/NVRSDG +purify/DRSNnG +purist/SMW +purlieu/M +purloin/DGS +purpose/pD6SvujYGVM +purposefulness/S +pursue/RSDG +pursuit/SM +purée/DSM +puréeing +push/R7Dz2ZGS +pustular +putrefactive +putrefy/DSG +pyaemic +pyre/MS +pyrolyse/WS +pyrotechny/Ww +pyroxene/SM +pyx/SM +pyxidia +pyxis +pâté/M +q +qi +quadrangular/M +quadrant/MS +quadrille/SM +quadruped/MS +quadrupole +qualified/Uc +qualifier/SM +quantified/U +quartet/SM +quartic/S +quartz/SM +quartzite/M +quay/MS +queerness/S +quench/7RGDSp +querulous/Y +quest/FRAMS +quested/A +questionnaire/SM +quick/TPY +quick-witted +quicklime/SM +quicksand/MS +quicksilver/SdM +quieter/E +quietness/SM +quilting/M +quinine/MS +quipper +quire/ASI +quire's +quirkiness/S +quirt/GMSD +quittance/SM +quixotic/Y +quizzes +quotidian/S +rabble-rouser +racehorse/SM +raceme/MS +radiance/MS +radicalism/SM +radio-controlled +radio-telegraph/ZS +radio-telegraphy/M +radio-telephone/MS +radioactive/Y +radioactivity/M +radiocommunications +radium/M +raffle/DMGS +ragamuffin/SM +ragged/P +ragout/SM +ragtag/M +railing/M +rain-making +raincoat/MS +raindrop/MS +rainfall/MS +rainproof +raise/GRSD +ramjet/SM +rancorous/Y +rancour/M +randomiser +ranee/SM +rank/SeDG +ransom/MdS +rap/3dGRSD +rapidity/M +rapscallion/SM +rarity/MS +rashness +rasp/MGkDZS +ratchet/dMS +rate/cSGD +rate-cap/G +ratify/GnDRSN +ratio/SM +ratiocination/M +rationalism/MS +rationalist/W +rattan/MS +rattlesnake/SM +ravage/RGDS +raven/dMS +ravenous/Y +razor-sharp +re-deployed +re-election +re-embody +re-enforce/L +re-equip/G +re-establish +re-estimate/N +re-evaluate +re-export/7 +re-form/N +re-routeing +re-site/GSD +reach/eScGD +reachable/U +react/vVG +reacting/c +reaction/y +read-only +reading/M +reafforest/N +realistic/UY +realize/l +rear-view +rearguard/SM +rearrest/G +reasoned/U +reasoning/U +reassign/LG +rebel/GSMD +rebellious/Y +rebelliousness +rebook/SG +rebroadcast/M +rebuttal/MS +recalculate +recall/G7 +recapitalise/n +recension/M +receptacle/MS +receptive/Y +recess/SGNuXMDVv +rechargeable +recherché +recipe/SM +reciprocal/SY +reciprocate/DnGSN +recklessness +reckoner/M +reclaim/7 +reclamation/SM +recompense/GDS +recompile/Nn +reconciled/U +reconfigure/BNn +reconnect/G +reconnection +reconsecrate +reconsignment +reconstitute +reconstructed/U +recontamination +recorded/AU +recovery/S +recreant/YS +recreate/x +recross/G +rectangle/SM +rectify/7RGNnSD +recto/SMy +recuperate/GNDSnV +recur/GDS +recurrence/MS +recursion/M +red-bloodedness +red-handed +redactor/MS +redcurrant/SM +redden/dS +redeemable/IU +redelivery/M +redlining +redolence/M +redouble/S +redound/DGS +reducibility/IM +reducible/IY +reductionist/W +reef/MDRGS +reek/SDG +reeve/SGM +refasten/d +refection/M +refectory/SM +reference's +referendum/SM +refine/LR +refit/DG +reflate/N +reflect/DvuSGV +reflectivity/M +reflex/Y +refluence +refluent +reforest/NnG +reformed/U +refractometer/SMW +refrozen +refurbish/G +refurbishment/S +refuser/M +reg/o +regicide/SM +regimen/SM +regional +regretful/P +regrettable/Y +regroup/G +rehabilitation/M +rehear/G +rehears/GD +rehearsed/fU +rehouse/G +reimbursable +reinforce/LSDG +reinterpret/ndN +reinvestigate +related/U +relation's/F +released/U +relent/DpSG +relenting/U +relevancy/ISM +relevant/IY +reliability/UM +reliable/U +religionist +rematch +remelt/G +reminiscent/Y +remix/G +remobilize/B +remonstrance +remonstrant +remonstrate/GSNvVnD +remorsefulness +remote/TY +removable/I +remunerate/GvDNnSV +renaissance/S +render/drJS +renege/SDRG +renominate +rental/SM +renunciant +renunciation/MS +renunciative +renunciatory +repack/G +repair/7Rm +repairs/E +reparation/SM +repatriate/nSNGD +repeal/G +repentant/YU +repertoire/SM +replenisher +reportedly +reports/a +representativeness +representativity +reprint/JM +reprocess/7G +reproducibility's +repudiate/nSNDG +repudiation/M +repugnance/M +reputable/E +reputably/E +reputation/M +requiem/MS +require/GDL +requisite/SK +resat +resemble/DGS +residua/yo +resift/G +resin/d +resistance/MS +resoluteness +resolvability/M +resound/k +resource/6pj +respectable/Y +restless/YP +restraint/MS +resurgence/SM +resurrect/DGS +resuscitator/MS +resynchronise/n +retaliate/SnVDGNy +retardant/MS +retention/MS +reticular +retinal +retool/G +retortion/SM +retributive +retrospect/VMv +retroviral +return/7 +rev/sQDSG +revealing/U +revel/RySnGJDN +reverberate/SGDNn +reverential/Y +reversibility/M +revile/RSGDL +revisable +reviver/M +revivification/M +revolt/DGk +revolutionist +rewarded/U +reweave +rewed/DG +rhenium/M +rhetorician/MS +rheum/1ZMW +rheumatoid +rheumy-eyed +ribald/y +ribosomal +rice-paper +riddance/M +riding/M +riff/MS +right-hander/S +right-thinking +right-winger/S +righting +rightly +rightward/S +rigidity/S +rigour/SM +rile/GSD +rim/pMGSD +ringside/MRS +ripely +ripeness/M +ripplet +risen +rival/MDySG +rive/CSGD +riverbed/S +roach/MS +roadie/MS +roadway/SM +roadwork/MS +roadworthiness +rob/RDGS +rock-climbing +rocker/Z +rocketry/SM +rockfall/S +roguish/YP +roil/DGS +roll-off +roll-over/S +roller-coast +rolling-pin/MS +rondo/SM +roof/MDRpGS +rooibos +rooigevaar +rooikat +rook/SM +rookie/MS +roost/MDSRG +rope/G7RMSD +rosary/SM +rosin/MdS +rosé +rota/vVMyS +rotatable +rotation/M +rotifer +rotisserie/SM +rottenest +rotund/Y +rouble/SM +roulette/M +round/DRGPSTiY +round-arm +round-the-clock +roundabout/SM +roundish +rout/RDGJ +routeing/A +routine/SQMY +roué/MS +rowdy/TYPS +rowing-boat/MS +royalty/MS +rubicund +rubidium/M +rubout +ruction/SM +rudiment/MS +ruefulness +ruffle/SGD +ruggerbugger/S +ruk +ruled/U +ruling/MS +runabout/MS +rusk/SM +rusticate/SDG +rutabaga/MS +ruthless/PY +rôle/MS +sabot +sabre/DMS +sack/SM6J +sackful/S +sacrilege/MS +sacristan/MS +sacristy/MS +sacrum/M +sadden/dS +saddlebag/SM +sadness/S +sadomasochist/WMS +safari/MS +safekeeping +safety/S +saffron/M +sailboard/SG +sailborder's +saintly/T +salamander/SM +salary/SMD +salience/MZ +sallow/T +salmonellae +saloon/SM +salt-cellar/MS +salts/C +salubriousness +sameness +samp +sample/cGD +sampler/MS +samurai/M +sanction/MGDS +sandpaper/MdS +sane/TY +sangria/SM +sanguinary +sanguineness +sanitation +sanitisation +sapient +sapphire/MS +sarcasm/MS +sardonic/Y +sarmys +sarsaparilla/SM +sartorial/Y +sartorius +sat/d +sateen/M +satellite/MS +satinwood/SM +satisfaction/SEM +satisfactory/UY +saunterer +saveloy/M +sawbones/M +sawmill/MS +sawyer/MS +saxifrage/SM +saxophone/3MS +say/RGJS +scalder +scales/A +scaly/T +scamp +scanner/MS +scapegoat/MS +scapulae +scapular/S +scarify/DSNG +scavenge/SGRD +scentless +sceptic/YSM +scheduler/MS +schematic/S +schizo/S +schmooze +school/KS +school-day/S +school-leaver/SM +school-time +schoolchildren +schoolfellow/S +schoolmarm +schoolmate/S +schoolroom/MS +schuss/M +scintilla/Mn +scintillation/M +scold/RSDJG +scoot/RSDG +score/MRDpSG +scoreboard/MS +scoring/fe +scotch/SGMD +scout/SMDG +scowler/M +scrambler/CMS +scrap/rSdDRGZ +scrappy/T +scratched/U +scratchy/T +scream/RkDSG +screen/GSMDJ +screened/U +screenplay/SM +scribe/CGISKD +scriber/IMCK +script/FMKS +scriptwriting/M +scrofula/M +scrotal +scrutiny/Qs-89qSM +scuff/DGS +scummy/T +scythe/MDSG +sea/mMS +sea-chest +sea-girt +seaboard/M +seafaring/S +seafront/MS +seaman/Y +seamer/M +seamlessness +seance/S +seaquake/M +searched/A +seas/c +seasonableness/U +seasonality +seaward/S +seaweed/SM +seaworthy/U +secede/SDG +second-degree +secondariness +secondary/Y +secrecy/MS +secretarial +secretion/M +sectarian/S +section/ESA +section's/E +sectioned/A +sectoral +sectored +sects/E +secular/-YQ8q3 +sedate/SDnVYGN +sedative/S +sediment/MNnS +seductive/P +seedling/MS +seersucker/MS +segregate/CNGDSn +seismometer/S +selected/U +selectivity/M +selenography/M +self-abuse +self-assertion +self-assertive +self-assured +self-confident/Y +self-consciousness +self-contradiction +self-control +self-criticism +self-delusion +self-discipline +self-evidence +self-fulfilling +self-fulfilment +self-glorification +self-induced +self-indulgence +self-interest/D +self-justifying +self-locking +self-parody +self-perpetuating +self-referential +self-regard +self-reliant +self-restraint +self-sacrifice/G +self-serving +self-surrender +self-taught +selfishness/U +selfsame +selfsameness +seltzer/S +semantic/3YS +semanticist +semaphore/MSDG +semeiology/3 +semeiotician +semester/SM +semi-conscious +semi-detached +semi-duplex +semi-final/S +semi-permanent/Y +semi-precious +semi-trailer +semiarid +semicircle/MS +semifinalist +seminarian/MS +semiotic/S +semiprecious +semiprivate +semisweet +senate/SM +senescence/M +sense/npDGSMb +sensible/IY +sensitive/YI +sentience/MI +sentient/Y +sentiment/KSM +sentimentalism/MS +separability/I +septennial/Y +septet/SM +septillion/HS +sepulchral +sepulchre/MoS +seqq. +sequin/MSD +sera's +serenade/DGMS +serial/8Q-SqY +seriousness +serpent/SM +serves/FKA +serving/FKA +sesame/MS +set-up/S +sett/MRGS7DJ +settable/A +settle/ALSDG +seven/HMS +seventy/HS +seventy-eight/H +seventy-five/H +seventy-four/H +severable +severe/oYT +severity/SM +sewer/MS +sex-linked +señores +sforzando/S +shabbiness +shadow-boxing +shadowless +shaggy/T +shake-up +shaken/U +shaking/M +shallow/STYD +shallowness +shammy's +shanghai/SMGD +shaped/aA +shareholding/S +sharpness +shave/RDSGJ +shawm/MS +shchi +she'd +sheave/DGS +sheeny/T +sheepdog/MS +sheer/TYDGS +sheik/SM +sheikdom/SM +shellac/DSG +shelled/U +shellfire/M +shellfish/M +shenanigan/MS +sherry/SM +shiatsu +shim/ZMDGS +shimmer/dSZ +shine/eSG +shingle/GMSD +ship-breaker/MS +shipborne +shipbuilder/MS +shipmate/MS +shipmen/M +ships/A4 +shipwright/SM +shirr/DGS +shirtsleeve/MS +shiverer/M +shock/SRkDG +shockproof +shoebox +shoelace/MS +shoeless +shoemaker/MS +shoemaking +shoetree/MS +shogunate/SM +shoot/7RSGJ +shooting-brake +shooting-coat/S +shop-floor +shoplift/GDRS +shore/DMSG +short/DTPSZGY +short-sighted/Y +short-winded +shortage/MS +shortcake/MS +shortening/M +shortish +shots +shout/MDRSG +showed +shown +shrewish/PY +shrill/PSTYGD +shrinking/Y +shrubby/T +shuffle-board +shuffles/A +shush/DGS +shyer +sibilance/ZM +sibilant/SY +sick-leave +sick-list +sick-pay +sickle-cell +sickly/T +sickness/S +side-swipe/GDSM +side-trip +sidereal +sidetrack/SDG +siesta/MS +siestog +sieve/DMSG +sift/RGSDJ +sifted/A +sightless/Y +sign/CRSAFDG +signboard/SM +signet/SM +signet-ring/MS +significant/IY +signorina/MS +silence/RSGMD +silicone/SM +silicoses +silky/TP +silty/T +silverfish/SM +similar/EY +simon-pure +simoniacal +simony/MS +simpleton/MS +simplex/S +simplify/RSGnND +simulacrum/M +sing/RS7GkD +sing-song +singeing +single-handed/Y +sinisterness +sinless/Y +sinlessness +sintered +siren/MS +sirocco/SM +sissified +sissy/MS +sit-in/S +sitting/SM +sixer +sixty-one +sixty-three/H +sixty-two +size/ADc +sizeable +sizes/A +sjambok +skaam +skate/MRGDS +skateboard/RSMDG +skebenga +skeleton/MS +skelter +sketchpad +sketchy/TP +skiboat +skillet/SM +skin-tight +skipper/d +skit/MS +skollie +skoon +skop-die-blik +skulduggery/M +skull/SM +sky/G7RSMDZ +sky-high +skylark/DSMG +skyscape/S +slaat +slab/MGDS +slack/SRYDGPT +slag/SDMG +slain +slang/ZMG +slap-happy +slapper +slave-bangle +slave-born +slave-drive +sleazy/PYT +sleek/YDGT +sleekness +sleep/RM2SZGpz +sleety/T +slew/SDG +slid/r +slime/ZSM2 +slinger +slipstream/DGMS +slither/dSZ +sloppy/TP +sloth/M6j +slow/STYPDG +slowcoach/MS +slug/SDMRG +sluip +slumberous +slung/U +slurry/SM +slyest +small-minded +small-town +smarted/e +smarting/e +smash/DRkSG +smelling-out +smidgen/SM +smite/SG +smiter/M +smith/MySZ +smithereens +smock/SMDG +smocking/M +smog/MZ +smoke-stone +smoking-room +smoorvis +smudge/SZGDp +snakelike +snakeskin +snarl/DkSYG +sneezer/M +snick/RM +snide/PTY +snitch/DSG +snobbish/Y +snooker/d +snoopy/T +snot-en-trane +snowblower/S +snowflake/MS +snowmobile/SM +snowplough/GSDM +snowstorm/SM +snowy/T +snuggle/DGS +so-and-so/M +social/qQ98-Y3sS +sociolinguistic/S +soda/MS +soetwyn +soft-boiled +soft-pedal/DG +softy/MS +sogginess +sokkie +sokkiejol +sol-fa +solace/MDSG +solar +soldered +solders/A +soldiery/SM +soled/FA +solemnity/MS +solenoid/SM +solenoidal +solicit/dSn +solider +solidity/S +solipsist/S +solitariness +soloist/MS +solubility/IM +soluble/EI +solved/U +solvent/AI +solvents/I +somehow +sonority/S +sons-in-law +soonish +soot/MZ +sop/ZDGMS +sorbet/MS +sorcerer/MS +sordid/PY +sorrel/MS +sottish +sou/MS +soubriquet/M +sough/DGS +soul-searching +source's/A +sourish +sous/SGD +south-Eastward/S +south-easterly +south-westerlies +southbound +souther/MY +southernmost +southward/S +southwester/SM +soutie +sower/MS +spacecraft/M +spadeful/MS +spadiceous +spaghetti/M +spam/DGR +spanspek/S +spar/MdkGDS +sparling/MS +sparsity +spastic/S +spate/MS +spatiality/M +spatula/MS +spawner/M +speak/7SJGR +specialised/U +specialism/SM +specialness +specimen/MS +speckle/MGSD +spectacular/SY +spectrometer/MSW +spectrophotometer/WMS +specular +speculator/MS +sped +speechifying +speechless/YP +speedboater +speleology/wM +spender/MS +spermatophyte/M +spice/GZDMS +spidering +spiderlike +spiffy/T +spillover/MS +spilt +spinal/S +spindly/T +spine-chilling +spiritualist/W +spirituous +spit/RSG +splashdown/SM +splat/MSDG +spoilage/MS +spokesperson/S +spook/SZDMG2 +spoon/M6GDS +spoon-fed +spoonbill/SM +sporran/MS +sporty/TP +spot-weld/GD +spotless/YP +spotlight/MGDS +sprawl/SGD +spray's +sprayer/MS +spree/MSG +spring/SZRGz2 +sprint/RSGMD +sprout/SGD +spruit/S +spryer +spryly +spryness +spunky/T +spur/MGDS +sputterer +spy/GSMD +spyglass/SM +sq +sqrt +squat/PSDRGTY +squeamish/PY +squeezable +squelcher/M +squid/MSDG +squire/MGDYS +squireen +squirehood +squirmy/T +squirrel/DSYMG +squirter/M +squish/ZG2DS +staaldak +stable's/F +stableful/S +stableness +stablish +stacker/M +stadia +stadium/MS +stage/ZBS2M +stager/M +stained/U +stakeholder/S +stalactite/SM +stalking-horse +stall's +stampede/SM +stance/SIM +stannous +staphylococcal +stargaze/SRGD +stark/PYT +start-up/MS +starts/A +statecraft +statehood/MS +stateroom/SM +states/m5 +statesman/Y +station-wagon/SM +stationariness +stationary +stationed +stationer/SZM +statistical +statistician/SM +statue/SDM +statuette/SM +staunchness +stay-at-home +steady-going +steal/GS +steamboat/MS +steeplechase/MSG +steerage/SM +steerer/M +steeves +stellar +stenography/WM +stentorian +step-parent/SM +stepchild/M +stepfather/MS +stepladder/SM +steppe/SDRGM +steppingstone/S +stereography/MW +stereoscopy/M +sterile/-8sq9Q +sterilised/U +sterility/MS +stet/MSDG +stickleback/MS +stiff/TPYSZ +stigmatised/U +stiletto/SM +stimulate/cDSG +stinkpot/M +stinting/U +stipendiary +stipulate/DnSNG +stipulation/M +stock-in-trade +stockbreeder/MS +stockholder/SM +stockinet's +stocky/TY3P +stole/SM +stolid/Y +stolon/MS +stomach-pump +stomachs +stonewall/GSD +stool/MS +stopgap/MS +stopover/MS +storm-door/MS +storm-finch/MS +storm-sail/MS +storm-signal/MS +stormbound +storyteller/SM +storytelling/M +stowage/M +straggly/T +straightforward/YP +strait-jacket/MSd +strata/M +stratum/M +straw-worm/S +strawboard +street/SM +streetwalking +strenuous/PY +stretched/c +stretchiness +stria/nM +striation/M +strictest +strife/M +strike/SGRk +stringency/S +stringy/TP +strip/eSDG +strip-searched +striver/M +stronghold/MS +strongish +strove +structuralist +strut/SGD +strychnine/M +stuccoes +stud/MSDG +studbook/SM +studied/PY +studio/MS +studious/PY +stuffer +stuffing/M +stun/DGS +stuntman/M +stupid/Y +stutter/Sd +style/ADSG +style's +styler/SM +stylish/Y +stylistic/S +stylize/nDGNS +stymie/SD +suasion/SEM +suaveness +sub-editorial +sub-head/J +sub-lieutenant/SM +sub-standard +sub-zero +subcommand/S +subcomponent/SM +subcultural +subdivision/M +subduction +subjectivist/S +sublimation/M +sublime/TDYGnS +submersible/S +submitter/S +suboptimal +suborder/SM +subordination/MI +subordinator +subscribe/cDAGS +subsequent/Y +subservience/M +subset/SM +subsidence/M +subsidiary/MS +subsidised/U +subsonic +subspecies/M +substantiation/MFS +subterfuge/SM +subtest +subtitle/MGDS +subtract/DRvGSV +subtraction/MS +suburb/SM +suburban/q8Q- +subversive/PYS +successful/P +succour/SMDpG +succubus/M +succulence/M +suck/SRGD +sudden/PY +sue/RG7DS +suffering/M +suffix/DGSMn +sugary +suggestibility/M +suggestion/SM +suggestive/P +suicide/MSo +suit/MdSg7l +suitability/U +suitable/U +suited/U +suitor/SM +sukkel +sullied/U +summertime/M +sump/MS +sumptuous/KYP +sunbonnet/MS +sunburnt +sunfish/MS +sunflower/MS +sunglasses +sunshade/MS +super-dooper +superannuate/DnNSG +superconductivity/MS +supercritical +superego/SM +superintendence/Z +superintendency/M +superintendent/MS +superiority/SM +supernatural/YP +supernova/MS +supernumerary/S +superordinate +superstore/S +superuser/MS +supine/YP +supplely +supportability/M +suppressant/S +suppuration/M +surf/MRDGS +surface/RDSGM +surface-to-air +surfboard/GMS +surfeit/GSMD +surfing/M +surly/PYT +surpassed/U +surplice/MS +surreal +surrounding/M +suture/MSGD +suzerainty/SM +swaddle/DSG +swallowtail/SM +swamp/SZ2GDM +swanlike +swap/RGSD +swash/SGD +swashbuckler/SM +sweat/RzSZGD2M +sweatshirt/S +swede/MS +sweepstake/MS +sweet-talking +sweetcorn +sweetheart/SM +sweetshop/MS +swelling/M +swerve/DSG +swerving/U +swill/SGD +swim/RGS +swimming/Y +swimsuit/MS +swine/M +swingier +swinish/Y +swinishness +switchboard/SM +switched-on +swizzle-stick/SM +swore +syllabi +syllabification/M +sylphlike +symmetrical/U +sympathetic/YU +synchronism/M +synclinal +syncopation/M +synoptic +syntactical +syphilitic/S +syringe/GMDS +systematize/RGnNDS +ta/o +tabletop/SM +tacit/PY +taciturn/Y +taco/MS +tact/FM +tactful/Y +tactfulness +taffeta/SM +tailor/SdM +tailor-made +take-up +takeover/SM +taker/cfS +talent/SpMD +talk/vSVuDRGZ +talkie +tallow/MZ +tally/SGD +tally-ho's +tally-hos +talus/SM +tamaai +tamarind/MS +tamazepam +tame/RG7YTSD +tammeletjie/S +tampon/SdM +tan/DRGyJMS +tandem/MS +tangential/Y +tangibility/IMS +tango/DMGS +tankard/MS +tans/Z +tantalum/Qs8M-9q +taper/d +taproom/MS +tare/MS +taro/MS +tarpon/MS +tart/TPDGSMY +tasty/YTP +tattooist/MS +tauten/Sd +tax/nSlDM7kJG +taxable/U +taxi/MGDS +taxicab/MS +taxidermy/3SM +teacake/MS +teacupful/SM +team/MGDS +tear/6jGMpS +tear-drop/MS +tear-duct/S +tearless/Y +technetium/M +technocracy/SM +tedium/M +tee/MdSG +teen/ZS +teeny/T +teepee/SM +teethe +teetotalism/MS +telecast/RSG +telecommunication/M +telegram/MSDG +telekinesis/M +telemetry/MS +teleology/wM +telepathic +televangelism/S +televisual +telework/G +tell/AGS +teller/SM +telling/Y +tellurium/M +temp/TDSMRG +temper/dEMS +temperament/o +temperateness +temporarily +temporary/FS +tempted +ten-year +tench/M +tendentious/YP +tendinitis +tenner +tenseness +tensile +tensor/SM +tent/DFMSG +tenter/M +tenuousness +tepidness +teratology/M +tercel/M +terminate/CnNS +terminus/M +terror/q98Qs3M-S +terse/TY +terseness +tessellation/M +test/FRCDSG7 +test's/F +test-drive/G +testability/M +testament/MS +testamentary +testate/I +testatrix +testicle/MS +testicular +testimony/MS +testing/K +tetra/SM +text/FSKM +textural +textured/U +thalami +thalidomide/MS +thallium/M +thank/j6GpSD +that/M +theatrical/S +theatrics +their/S +theist/MWS +thence +theoretical +therapeutic/SY +therapist/MS +thereon +thereto +thermionic/S +thermometer/SMW +thermometry/M +these/S +they've +thiamine/M +thick/YTP +thick-headed +thicket/MS +thickhead +thickish +thief/M +thigh-bone/MS +thing/M +thinker/MS +third-rate +thirteen/HM +thirty-first/S +thirty-one +thirty-second/S +thistle/MS +thorough/PY +thoroughfare/MS +those +thou +thoughtful/U +thoughtless/YP +thrash/SJRGD +threat/SM +three-colour +three-cornered +three-line +three-phase +threepenny +threw/c +thrice +thrombus/M +throughput/SM +throwaway/MS +thrum/SGD +thrush/SM +thrust/SRG +thuggishness +thumbscrew/MS +thunderous/Y +thunderstorm/MS +thunk +tiara/SM +tick-tock/SMGD +tickle/GRDS +tidily/U +tigerish +tightly-knit +tilters +tilth/M +timberline/S +time-spans +timebase +timekeeping/M +timeless/Y +timely/TP +timer/MS +timid/Y +timidness +timpani +tin-opener +tingeing +tinnitus/M +tinpot +tip/GRMSD +tippet/SM +tips/2zZ +tiptop +tirelessness +titillation/M +title/SGAD +title's +titmice +titter/d +tittle-tattle +titular/Y +toadstool/MS +toady/GMDS +toadyism/M +tock/MGSD +toe/MDSG +toenadering +togetherness +toil-worn +toilet/dyMS +toilsomeness +token/MQ8S +toll/DSG +tomtit/MS +tonal +tonality/SM +tone/IfSc +tonguing/M +tonnage/MS +tonsil/MS +tonsillectomy/SM +tonsorial +tonsure/MDGS +too +tooled/A +tools/A +toothcomb +toothpaste/SM +toothsomeness +topography/W1MwS +topple/DSG +topside/SM +toque/SM +tormentor/SM +tornado/M +torpid/Y +torque/DSMG +torso/MS +tortilla/MS +tortoiseshell/SM +torus/MS +tot/DGMoS +touchwood +touchy/TYP +tough-minded +tour/CGSDFM +tourniquet/SM +tow-rope/MS +townie/SM +toxicity/SM +toxicology/3wM +toy/DMSG +trace/pSJNMRyGnVBD +traceable/U +tracheal +track-laying +trackbed +tracked/U +tract/ES7FA +tractability/I +tractor/FSAMC +trade-off/S +tradespeople +traduce/RSDG +traffic/RDMGS +traffic-calmed +traffic-calming +trafficking/S +train-spotter/M +trainable/U +trainload +trait/E +traitor/MS +trammel/DSG +tramway/SM +tranny/S +tranquillity/S +tranquilly/q89Qs- +transceiver/SM +transcendentalism/SM +transcriptional +transferability/M +transfigure +transfix +transform/7R +transgress/NXVSGD +transistor/Q8SM +translucency/SM +transnational +transpire/nNSDG +transplant/N7n +transponder/M +transportation/M +transsexualism/SM +transuranic +transvestite/SM +traverse/SGD +tray/MS +treadmill/SM +treason/MS7 +treasury/SM +treats/A +trek/MSRGD +trembly/T +tremolo/MS +trench/AGDS +tress's/a +trial's/aA +triangular/Y +trick/MzDGS2Z +trier/SM +trig/DSRG +trigger-happy +trihedral +trilogy/MS +trimming/M +triplet/MS +tristate +trisyllable +triune +trivalent +trolleybus/S +troopship/SM +troubadour/SM +trousered +trove/SM +trowel/MS +truce/SM +true/GTD +truncation/M +trunk/GMS +truss/GDS +trustful/P +trustiness +tryst/MDGS +tsotsi/S +tu +tuba/MS +tubule/SM +tugboat/SM +tumble/RSDG +tumble-dry/DS +tumbrel/MS +tumbrils +tummy/SM +tun/drW7ZS +tunable/C +tungsten/M +tunnel/JDRSGM +tunny/SM +turbocharged +turbocharger/MS +turbofan/MS +turbulent/Y +tureen/MS +turgidity/SM +turkey/MS +turmeric/SM +turn-off/MS +turner/AS +turning/MS +turnip/SM +turnout/SM +turpitude/MS +turquoise/SM +turreted +tussock/MSZ +tut-tuts +tutelage/SM +tutor/dMS +tutorial/MS +tuxedo +tweedy/T +tweet/RGDS +tweezers +twenty/SH +twenty-four/H +twenty-six/H +twenty-twenty +twiddle/DYSG +twig/MDSGZ +twiggy/T +two-edged +two-sided +two-way +twofold +tympanum/MS +type's +typed/U +typewritten +typographer/MS +tzigane +tête-à-tête +ubiquitous/Y +ufology/M +ukase/MS +ulnae +ultracentrifuge/M +ultrasound/SM +ululation/M +umbrageous +umlaut/DSMG +unabated/Y +unable +unacceptable +unaccustomed/Y +unambiguous +unappeasable +unassuming/Y +unaware +unblessed +unceremonious +uncial/S +unclean +unclear +uncoloured +uncompetitive +uncomprehending/Y +unconditional +unconscionable/Y +unconsciousness +uncouple/G +uncouthness +uncross/G +unction's/I +unctuousness +undeniable/Y +undependable +under-investment +undercut +undergo +underhand/iD +underlip +underpass/M +underrate/GDS +undersigned/M +understands/a +undertaking/M +undertow/M +undo/G +unending/Y +unergonomic +unevenness +unfaithfulness +unfamiliarity +unfatherly +unfavourable +unfelt +unfix/7G +unflappability +unflinching/Y +unforgivable +unfriendliness +unfruitful +ungentlemanly +ungulate/S +unhitch/G +unhorse +unicellular +unidimensional +unidirectionality +unintelligible +unison/S +unit/d +univalve/MS +universe/MoS +unlawfulness +unlike +unlimited +unloving +unmanageable/Y +unmet +unmistakable/Y +unmistakeable/Y +unnatural +unnerve/k +unperturbed/Y +unpleasant +unpopular +unpopularity +unpropitious +unquote +unreasoning/Y +unrepresentative +unrighteous +unscrambler +unselfconscious/Y +unsettle/ik +unshod +unshrinking +unsociability +unstable +unsuccessful +unthinking/Y +untrustworthy +unwieldy +unwiseness +unwomanly +unworldly +unyieldingness +unyoke +up-and-comer +upbringing/MS +upcoming +updraught/MS +upfront +upgradeability +upheaval/SM +upmarket +upping +uppish +upstage/SDG +upstanding +upstream +upswing/MS +uptight +uraemia/M +ureter/SM +urinary +urology/Mw +usable/AU +use/acSGAD +used/EUf +uses/E +usurpation/M +usury/MS +uterus/M +utterance/MS +uttermost +v +vacate/nDGNS +vaccinate/SGD +vacillator/MS +vacuousness +vacuum/MS +vagary/MS +vagina/MoS +vagrancy/MS +vagrant/SMY +vagueness +valediction/MS +valedictory/SM +valetudinarian/MS +valorise +valuable/SY +valuation/f +value-added +valuer/SM +vamped/A +vampire/SM +vamps/A +vanish/SGkDJ +vaporize/nRNDSG +variability/SIM +vasbyt +vasectomy/MS +vaudevillian/MS +vault/RMGDS +vegetarian/MS +vegetarianism/MS +vehement/Y +veldskoene +velocity/SM +velveteen/MS +veneer/DGSnMN +veniality/S +venom/SM +venous/Y +ventilation/M +ventral/Y +ventricle/MS +venturesome/Y +verbosity/MS +verdant/Y +verge/FDSG +verifiable/U +verification/S +veritable/Y +verity/MS +verkrampte +veronica/SM +versatile/Y +versatility/SM +verses/4 +vertebrae +vessel/SM +veteran/MS +vetkoek +vexatious/Y +viability/SM +vial/6SM +vibraphone/MS3 +vicarage/SM +vice/CMS +vicegerent/SM +vicious/Y +view/KDRAMSG +viewfinder/SM +viewpoint/MS +vii +viii +village/RSM +villeinage/M +villus/M +vindication/M +vindicator/SM +vintage/SM +vinyl/M +violin/3SM +violinist +violist +violoncellist/S +viper/MS +viral/Y +virginity/SM +virology/M +vis/NXb +viscount/SM +viscountess/SM +visibly/I +visits/A +vitreous/Y +vituperation/M +viva/S +vivaciousness +vivarium/M +vivisection/M3S +vizier/MS +voetsek +voetstoots +voices/C +voicing/C +voilà +vol. +volatile/qQ-S8 +volcanic/Y +volcanism/M +vole/MS +volitionality +volt/ASM +voltage/MS +voltmeter/MS +voluble/Y +volumetric/Y +voluptuousness +vow/DMSG +vowel/MS +voyageur/SM +voyeurism/SM +vulgarism/SM +vulgarity/SM +vulnerable/IY +vygie +waggish/Y +waif/MS +waist/MDS +waive/SGDR +walkabout/SM +walkout/MS +wall-eye/MSD +wallaby/SM +wallet/SM +wallflower/SM +wallpaper/MSd +walrus/MS +wangle/DSG +wardrobe/MS +wardroom/MS +warier +warmness +warning/M +warrant/GMDSZ7 +warranted/U +warranty/SM +washable/S +washbasin/MS +washout/MS +wasp/SM +wasp-waisted +waste-basket +waste-paper/M +wastefulness +watch/R6mSGDj +watched/U +water-borne +water-cooled +water-resistant +watercress/M +waterfront/MS +watering-hole +waterline/S +watermill/S +watershed/MS +waterside/MS +waterspout/MS +watertight +watt/SM +wattle/MS +wayfarer/MS +waylaid +waylay/GS +we'll +weaners +wearingly +weather-worn +weatherboard/G +weatherproof/DGS +web/GMSD +week/MSY +week-long +weep/GZS +weft/SM +weigh-in +weighbridge +welcomed +weld/GSDR +well-born +well-dressed +well-equipped +well-kept +well-paid +well-placed +well-spoken +well-structured +well-thought-of +well-timed +wells +wept +whack/DGS +what're +what's-its-name +wheedle/GSD +wheelbarrow/MS +wheelhouse/MS +where'd +whereas +whereby +wherefore/S +whew +whilst +whimsicality/MS +whiny/T +whiplash/MS +whirlwind/SM +whiskered +whitebait/M +whitefly +whitewasher +wholehearted/Y +wholesome/UY +whom +whooper/M +whosoever +wicket-keeper/MS +wide-ranging +wideband +widen/drS +widowhood/S +width/MS +wield/DRGS +wifeliness +wildebeest/SM +wilding/M +wildlife/M +wile/MGSD +wilt/GSD +wily/TYP +windbag/MS +windblown +windowpane/MS +windowsill/SM +windrow/MS +windswept +windy/TP +wineglass/SM +winegrower/MS +wingspan/MS +wire-haired +wish/jRGZSD6 +witdoek +withered +within +witness/DSMG +witticism/MS +wives +woema +woke +wolfish/Y +wolves +women/M +wonderful/P +woodblock/S +woodcarving/MS +woodcock/MS +woodlice +woodshed/SM +woodwind/S +woodworking/M +woodworm/M +woof/DRMGS +wool-gathering +woozy/YTP +wording/AM +wordy/YPT +work-to-rule +workfare/S +workhorse/SM +workhouse/SM +workload/MS +workmate/S +workstation/MS +worktable/MS +worktop/S +worldly-wise +worm/MDZSG +worm-wheel +worried/U +worrisome/Y +worry/GRhDSk +worth/z2pZ +wound/AU +wrack/M +wraith/MS +wrestle/RSDG +wretched/P +writable/A +wrong-headed/Y +wrote/Acf +wroth +wrung +wryness +xenophobia/M +xiv +xv +xvi +y-axis +yammerer/S +yarmulke/SM +yeah +year/MYS +year-on-year +year-round +yearling/MS +yell/SGD +yellow/MGSZD +yellowhammer/MS +yet +yeti/SM +yikes +yo-yo +yoked/U +your/S +yourself +yourselves +youth/6MSj +yttrium/M +yum-yum +zeal/M +zealously +zebu/SM +zed/MS +zephyr/MS +zero/MDGS +zinnia/MS +zip's +zirconium/M +zodiac/SM +zodiacal +zoom/GSD +éclair/SM +élan/M +!hotnot/S +!kak +'neath +'struth +'twixt +5fm +A-levels +ABET +ABSA +ACM +ALGOL +ANSI/M +APO +Aalwynfleur +Abbott/M +Abe/M +Aberdeen/M +Abigail/M +Abyssinian +Ac +Acer +Ackerman/M +Acton/M +Adair/M +Adalah +Adele/M +Adolph/M +Adriaanse +Adv. +Aegean/M +Aerorand +Aeroton +Aesop/M +Africanisation +Africanise/D +Afrikaans +Afrotropical +Aggeneys +Aggie/M +Agnes/M +Agra +Ahab/M +Aidan/M +Airedale/M +Airfield +Akan +Akkadian +Al-Haili +Al-Qa'ida/M +Al-Qaeda/M +Alabamian/M +Aladdin/M +Alameda +Alamo/S +Alberta/M +Albowville +Alderley +Aleppo/M +Aleut +Aleutian/M +Alex/M +Alexandria/M +Alger/M +Algonquin/M +Alkantrant +Allandale +Allen/M +Alma +Alpert/M +Alrode +Alsace/M +Amandaglen +Amandasig +Amanzimyama +Amaoti +Amazonian +Ami +Amish/M +Anaheim/M +Anchorage +Angelina/M +Anglesey/M +Anglican/MS +Anglo-Indian +Anglo-Norman +Anita/M +Annandale +Annette/M +Annieville +Anselm/M +Anson/M +Antigua/M +Antoine/M +Antoinette/M +Antwerp/M +Apgar +Apia/M +Apollo/M +Appalachia/M +Appalachian/SM +Appleton/M +Arab/MSW +Arabia/M +Arafat/M +Arauna +Ards/M +Argos +Argus +Argyle +Aristophanes +Aristotle/M +Arizona/M +Arnot +Arpanet/M +Aryan/MS +Ascot/M +Asian/MS +Assagay +Assyrian/M +Assyriology +Astana/M +Astoria/M +Astra +Athens/M +Atherton/M +Atholl +Atlantic/M +Atman/M +Atok +Attila/M +Audas +Aurora +Aussie/SM +Aves +Avocet +Avon/M +Avontuur +Axel/M +Ayers +Azaadville +Aziz/M +Aztecan +B.Sc. +BBC/M +BECTa +BSA +Babylonian/MS +Baca +Bafokeng +Bakelite/M +Bakone +Bakoven +Baldwin/M +Ballito +Ballymoney/M +Baltic/M +Bamare-a-phogole +Bamshela +Bancroft/M +Bangalore/M +Bangladesh/M +Bapsfontein +Baratheo +Bardene +Barents +Barnstaple/M +Barrett/M +Barry/M +Bartlett/SM +Bartley/M +Barton/M +Barvale +Basebo +Basketfish +Basse-Terre/M +Basseterre/M +Bassett/M +Batavia/M +Bateleur +Bathobatho +Bavaria/M +Bawa +Bayonne/M +Bazini +Bea/M +Beaverton/M +Beckett/M +Becky/M +Bedfordshire/M +Beirut/M +Belarus/M +Bellevue +Belmopan/M +Belvenie +Benedictine/M +Benelux/M +Benin/M +Benjamin/M +Bentley/SM +Benton/M +Benz/M +Berario +Bereaville +Berg +Bergen/M +Berger/M +Bergman/M +Bergmanshoogte +Bergshoop +Bergstrom/M +Berlin/rM +Berlioz/M +Berlitz/M +Bernadine/M +Bernhard/M +Bernhardt/M +Bertha/M +Bertsham +Berwick/M +Berwick-upon-Tweed/M +Beryx +Bessel/M +Bester/S +Bethelsdorp +Betsey/M +Betsy +Bette/MZ +Beyerspark +Bhambanana +Bhongweni +Bhopal/M +Bigelow/M +Binghamton +Bingley +Biscay/M +Bizabonke +Blackadder/M +Blackburn/M +Blackfoot/M +Blackheath +Blackrag +Blanchard/M +Blinkpunt +Bloch/M +Bloekombos +Bloemanda +Bloemsmond +Blommendal +Bloomington/M +Bloubergstrand +Bluegum +Blythe/M +Bo-kaap +Boarfish +Bobbie/M +Bodenstein +Boerperd +Bogotá/M +Bohlokong +Bolivia/M +Bollinger/M +Bologna/M +Bolokanang +Bolopa +Bonisani +Bonner/M +Boone/M +Bootle/M +Borakalolo +Borg/M +Borneo/M +Bosbell +Boshof +Boskloof +Boskruin +Bosplaas +Boston/M +Botham/M +Botlale +Botleng +Botshabelo +Boucher/M +Bowen/M +Bowie +Boyne +Braamfischer +Braamfontein +Brady +Braemar +Brahms +Bramley +Bramvlei +Branchville/M +Braunville +Brazzaville/M +Breede +Bremen/M +Brentford/M +Brentwood/M +Brian/M +Bridewell/M +Bridgebank +Bridgefield +Bridgevale +Brigadoon/M +Brigham/M +Brindhaven +Britten/M +Broadway/M +Brock/M +Bronberrik +Bronville +Brubeck/M +Brubru +Bryce/M +Brymac +Buchenwald/M +Buffels +Buffelspoort +Bugatti/M +Buitesig +Bujumbura/M +Bukimvelo +Bulldog +Bullseye +Bumazi +Bundestag/M +Burgoyne/M +Burk/M +Burlingame/M +Burton/M +Bushlands +Bushnell/M +Buxtehude/M +Byelorussian +CCTV +CDT +CFC/S +CJD +CPR +CSE +CSEU +Ca/y +Cachet +Cadles +Cafda +Cafutweni +Caicos/M +Cain +Cajun/SM +Cala +Calcutta/M +Caledonia/M +California/M +Callaghan/M +Caltex +Calvert/M +Calvin/3M +Calvinist/W +Camama +Cambridge/M +Cameroon/M +Camino +Candace +Cani +Cannock +Canterbury/M +Capemail +Capilano +Capt. +Caracas/M +Carey/M +Carina +Carla +Carlin/M +Carlton +Carmarthen/M +Carmen/M +Carnegie/M +Carolina/SM +Carolwood +Carrickfergus/M +Cartier +Cartwright +Carys +Casarina +Casio +Cassel/S +Cassius +Castlereagh/M +Catalonia +Cathay +Caucasian/S +Cavebass +Caxton +Cayman/M +Cayuga/M +Cecilia +Cederberg +Celeste +Centralia +Chadwick/M +Chaetognatha +Chagatai +Chamdor +Chamorro +Channing +Chaplin +Chardonnay/S +Charlie +Charlotte/M +Charlottesville +Chasedene +Chautauqua +Chebeng +Chelmsford +Cheng +Cherokee/S +Chesapeake +Chesterville +Cheviot/MS +Chile/MS +Chisholm +Chloe +Chloorkop +Christian/8MQS +Christina/M +Christmastime +Chromite +Churchill/M +Cinderella +Cindy/M +Circe +Citroen/M +Clanor +Claridge +Clarke/MS +Claude +Claudio +Claus +Clayville +Cleland +Clemence +Clemens +Cleopatra/M +Cleveden +Clifford +Clive +Clocolan +Coachman +Cobb/M +Cobol/M +Cochin +Cocos/M +Cody/M +Coega +Coleridge/M +Collondale +Colossians +Commander +Compensations +Comptonville +Concepción/M +Concordia +Conestoga +Coniston +Conrad/M +Cooley/M +Coolidge +Copeland +Copernican +Corbie +Cork +Cornelius +Cornell/M +Cornish +Cornwallis +Cornwell +Corovoca +Corrigan +Corsa +Corsican +Costello +Cottonlands +Courtney/M +Craigavon/M +Craigbain +Crandall +Cravenby +Crawley +Cray/M +Crimean +Cristina/M +Croatia/M +Croesus +Croix +Crookes +Croydon/M +Cu +Cuba/M +Culemborgpark +Cullen/M +Culunca +Cummings +Cwezi +Cyanamid +Cycladic +Cyclops +Cyferfontein +Cyprian +Cyrus +Czech/M +DBMS +DLA +DNS +Dabulaville +Dacron +Dagbreek +Dageraad +Daimler +Daleside +Daleview +Daley/M +Daliwe +Dalpark +Dalton +Dalvale +Dalview +Daly +Damocles +Danarand +Danish +Dannhause +Darcy/M +Dario +Darius +Darren +Darwinian +Dave/MZ +Davison/M +Davy/S +Dawn +Deaconville +Decca +Deco +Deemount +Deepavali +Deerness +Delmarva +Delmenville +Delport +Denis +Denneboom +Dennemere +Dennesig +Dept. +Derby/M +Despatch +Devonian +Dewey +Dewvale +Diahosville +Diana +Dido/M +Diepdale +Diepmeadow +Dikhothatso +Dillinger +Dillon +Dinah +Diqhobong +Disaneng +Ditsobotla +Divehi +Dludlu +DoCoMo +Doberman +Doctorskop +Dohne +Dokodweni +Domingo/M +Dominique/M +Doolittle +Doorn +Doornhoogte +Doornpoort +Dorchester +Dordrecht +Dorian +Dorothy +Dosset +Dostoevsky +Dotyeni +Doug +Douglas +Draycott +Druidic +Druidical +Dube +Duduza +Dunbartonshire/M +Dundonald +Dunhill +Dunsevern +Dunvegan +Durbell +Durham/M +Durrheim +Dushanbe/M +Dutoiti +Dy +Dyfed-Powys +Dzanani +EBCDIC +EEG +EEOC +EPA +ETSI +EU +Eastcliff +Eastdene +Eastern +Easthampton +Eastridge +Eastward/S +Ebilanyoni +Ebola +Eccles +Echinodermata +Ed +Edenvale +Edenville +Edgbaston +Edgewater +Edleen +Edmund +Edonqaba +Edrayini +Edward/MS +Edwina +Eendrag +Eersterus +Egan/M +Egoso +Ehrlichpark +Eichmann +Eid +Eiffel +Eileen +Einstein/M +Eire/M +Ekklesia +Ekukhanyeni +Ekulindeni +Ekuphakameni +Elaine +Elandsgoud +Elandsheuwel +Elandspark +Elandspoort +Eldoradopark +Elf +Elgar/M +Elias +Eliliba +Ellington +Elliott +Elmer +Eloff +Eloffsdal +Elricht +Elsenburg +Elsieshof +Elugelweni +Elwood/M +Emafusini +Emagabeni +Emalahleni +Embalenhle +Emilio/M +Emma +Emmarentia +Emmaus +Engel/S +England/M +Enhlanzeni +Enid/M +Enjabulweni +Ennis +Enoch +Entshonalanga +Entumbane +Enyokeni +Ephraim +Equestria +Erica +Erie +Erinvale +Eritrea/M +Ermelo +Eros +Erse +Erwin +Es +Escolar +Eshowe +Esidonini +Esidunjini +Esigedleni +Esimfakaneni +Esizameleni +Eskimo/S +Espagnol +Esplanade +Estadeal +Eston +Ethembeni +Ethiopia/M +Etholeni +Ethwathwa +Eurasia +Eurasian +Europa +Eva +Evanston +Eveready +Everglen +Everite +Ewe/G +Excalibur +Excelsior +Excom +Exeter/M +Ezifundeni +Ezihlabathini +FBI +FCC +FNB +FTP +Factreton +Faeroe/M +Fairchild +Fairmont +Fairmount +Fairways +Fairwood +Falconridge +Fanray +Farmington +Farmside +Farnborough +Faroese +Fashanu +Faure +Fawlty +Feb +February/SM +Fedora/M +Felicia +Felixstowe/M +Fenwick +Ferdinand +Fergus +Fermanagh/M +Fibonacci/M +Fifa/M +Fillmore +Finnegan +Finnish +Firestone +Fish +Fitzroy +Flanagan +Flanders +Flemish +Fletch +Fletcherville +Flint +Florauna +Florentia +Florianville +Floridian/S +Flynn +Fochville +Folovhodwe +Fonda +Fondwe +Fontenoy +Forbesdale +Francisco/M +Francisvale +Frank's +Frankfort +Frankie +Franklin +Franskraalstrand +François +Fredricton +FreeBSD +Fresnaye +Fresno +Friemersheim +Friersdale +Fynnland +G-suit +G5 +GDP +GHQ +GNOME +GNP +GNU +GSA +GUI +Ga-mabotja +Ga-makibelo +Ga-molepo +Ga-shebambo +Ga-tisane +Ga-tsebe +Gabrielle +Gaithersburg +Gakobe +Gakolopo +Galapagos +Galbraith +Galedwaba +Galen's +Galician +Galois +Galveston +Gamadikana +Gamamadila +Gamble +Ganges +Ganspan +Gantt +Garagams +Garankapole +Garcia/M +Gardiner/M +Gareth/M +Garganey +Garrett +Garry +Garth/M +Gaylands +Gaylord +Gedleza +Geduld +Geelbek +Geelhoutpark +Geluksdal +Geoff/M +Geordie +Gerdau +Gerdview +Gibraltar/M +Giddings +Gideon +Gilbertson +Gilead/M +Gillview +Gilmore/M +Ginsburg +Glenabbot +Glenanda +Glenda +Glenmill +Gloria +Gluckstadt +Godfrey/M +Godzilla/M +Goedgevonden +Goedverwag +Goldberg +Goldwater +Golomi +Gomoro +Goodhome +Goolhurst +Goqwana +Gordian +Goren/M +Gorky +Gothic/8Q +Gould/M +Gouritz +Gower/M +Gqumeni +Grabouw +Grady +Granada +Granville +Gravesend +Grecian/S +Greenbushes +Greenhaven +Greenpeace/M +Greensboro +Greer/M +Greg/M +Gregg +Grenadian/S +Griqua +Griswold/M +Groenvlei +Grootdrink +Groutville +Guadalajara +Guam/M +Guarani +Guatamala +Gucci +Guinea/M +Gujarati +Gullah +Gunther/M +Guppy +Gustav/M +Guthrie +Gutshwa +Gödel/M +HGV +Haag/M +Haddon +Haenertsburg +Hafiz +Haggai +Haifa +Hala +Hamakuya +Hambanati +Hamiltonian/S +Hammarsdale +Hammond +Hampshire +Hampstead +Handinagi +Handley +Haney/M +Hannah +Hannibal/M +Hanoverian +Hans +Harinagar +Harlan/M +Harlem +Harley-Davidson +Harlow +Harriet +Harris +Harrogate +Hartenbos +Hartley +Harwell +Haskins +Hattingspruit +Havana/M +Havenside +Hawaii/M +Hawaiian/S +Haydn/M +Hazelpark +Hazyview +Hearst +Heatfield +Heatherley +Hebraic +Hebrew/MS +Hectorspruit +Heidedal +Heiderand +Heinz +Helen/MS +Helikonpark +Helsinki/M +Hemichordata +Hemuhemu +Hennenman +Hennessey/M +Hennopspark +Henry/M +Herbert/M +Herero +Herlear +Hermaphroditus +Hermon +Herod/M +Herodotus +Hershey +Hesperus +Heuningklip +Hewitt/M +Hexpark +Hibernian +Higgovale +Highridge +Highview +Hildasia +Hillary +Hillgrove +Hillside +Himeville +Hindu/MS +Hinduism +Hippomere +Hispanic/MS +Hobhouse +Hoboken +Hodgkin/M +Hogg +Hoha +Hokkaido +Holdsworth/M +Holfontein +Hollerith +Holloway/M +Holstein +Holyoke +Holzman +Homeric +Hon. +Hondo +Honiara/M +Hooke +Hopefield +Hopland +Horison +Horowitz +Hosea +Houdini +Hounslow +Houtbosdorp +Howard +Howardene +Hoy +Hoyi +Hubbard/M +Hugenoot +Huguenot/SM +Humansdorp +Humberside +Hume +Humphrey/M +Hun/S +Huntingdon/M +Huntingdonshire/M +Hursthill +Huygens +Hyde/M +Hyundai/M +Hz +ICT/S +IQ +Iberian/SM +Ibika +Ibsen +Icarus +Igoda +Iloko +Imagen/M +Impalapark +Inca/S +Inchon +Ind. +Indermark +Indochina +Indy/SW +Ingersoll +Ingham +Ingogo +Inhlazane +Inkanyezi +Intelsat +Interland +Inverclyde/M +Inzinga +Iolanthe/M +Ira +Iran/M +Irenepark +Irishwomen/M +Irvine +Isabel/M +Iskor +Islington/M +Itsoseng +Ivanhoe +Izak +Izineshe +J +Jacopever +Jacques +Jake/S +Jakob +Jansendal +Jansenville +JavaScript/M +Javanese +Jayasuriya +Jeanette/M +Jeff/M +Jeffrey/S +Jehovah +Jennifer +Jervis +Jessie +Jethro +Jew/yMS +Jewish +Jo'burg +Joel +John/S +Jordaanpark +Jordania +Jorgensen +Jorgenson +Joseph +Jouberton +Jove +Jowell/M +Joza +Judeo-Arabic +Jujura +Jules +Julia/M +Juliana +Julys +Jung/M +Kagisanong +Kakamas +Kalafi +Kalahari +Kalamazoo +Kalinyanga +Kalkfontein +Kalksteenfontein +Kameelboom +Kanana +Kandahar +Kanoa/M +Kanonierspark +Kaplan/M +Karatara +Karen +Karl +Karpad +Kasteelsig +Kate/M +Kathu +Katlehong +Katrina/M +Kazakh +Kearsney +Keating +Keele/M +Keiskamma +Kelley +Kellogg +Kelpoort +Kelso +Kennet +Kenridge +Kenyon/M +Kernkrag +Kerr/MZ +Kershaw +Kestell +Keurtjieskloof +Kewaskum +Kgatelopele +Khayelitsha +Khokhovela +Khomanani +Khotsong +Khunotsevane +Kidderminster +Kiel/M +Kiev/M +Kigali/M +Kilbarchan +Kildrummy +Kim +Kirby +Kirkwood +Kirundi +Kiswahili +Klawer +Kleinbos +Kleinsee +Kleinskool +Klerkskdorp +Kleurlingwoonbuurt +Klipbankfontein +Klipdale +Klipgat +Klippoortjie +Kloofendal +Kloofnek +Kloofzicht +Klopperpark +Knesset +Knights +Knuth/M +Kob +Kobayashi +Koch +Kockspark +Koedoespoort +Koenig +Koenigsberg +Koester +Koffiefontein +Kohler +Kohlo +Kokstad +Komga +Kong +Kongo +Konkani +Koopmansfontein +Koran/M +Koror/M +Kotana +Kramer +Kransfontein +Kranshoek +Kranskop +Kremlin/M +Kremlinology +Kris +Krom +Kromkuil +Kroondal +Kruger +Krugersrus +Kruse/M +Kuala/M +Kublai +Kudu +Kuilsriver +Kumyk +Kunana +Kuomintang +Kuranta +Kutama +Kwa-mahlangu +Kwa-mashu +Kwaford +Kwakanyayo +Kwamachi +Kwamagwaza +Kwamashonisa +Kwamayibuye +Kwambuthuma +Kwamsane +Kwanayipa +Kwandofela +Kwanonzame +Kwanyana +Kwanzimakwe +Kwathanduxolo +Kwaxuma +Kwazamukulinda +Kylemore +Kyoto/M +Kyrgyzstan/M +LAN +LDAP +Labiance +Ladine +Ladino +Laduma +Laersdrif +Lagrange +Laleni +Lambton +Lamontville +Landskroon +Landview +Landwehr +Lange +Lao/S +Laos/M +Lara +Laredo +Launce +Laval +Lazar +Lazio +Lebaleng +Lebogang +Lebowakgomo +Leda +Leeds +Leeuwenhoek/M +Lefalane +Legendre/M +Legogote +Lehigh +Leif +Lekazi +Lekkerdril +Lemmermoor +Lena/M +Lengau +Lengeta +Lenin +Lenny +Lenting +Lenz +Leominster +Leonard +Leonardo +Leondale +Leratswana +Leroro +Lethakanene +Letzeburgesch +Levyvale +Leyton +Lib/Z +Libby/M +Liberia/M +Liberty +Lillydale +Limavady/M +Limburg +Limburger +Limehill +Limerick/M +Lindbergh/M +Lindelani +Lindhaven +Lindida +Lindquist/M +Linksys +Linotype/M +Liphakoeng +Lipton/M +Lisburn/M +Liszt +Lithuania/M +Lithuanian +Littlefillan +Liverpool/M +Livingston +Lodeyko +Logan +Loki/M +Lomb/M +Lombard/Z +Lonehill +Longdale +Lordship/SM +Loren/M +Lou/M +Loughborough/M +Louisvaleweg +Lourdes +Louvar +Louwna +Louwsburg +Lovell +Lower +Lozi +Lubbock +Lubumbashi +Lucerne +Lucretius +Ludakeni +Ludiza +Ludwig +Lufthansa/M +Lukasrand +Lukwetu +Luo +Lurwayizo +Lutengele +Lutheran/MS +Lutsheko +Luxenbourg/M +Luzon/M +Luzuko +Lwamondo +Lynnwoodrif +Lysenko/M +M-Net +MDT +MIT/M +MST +MSc +MTN +MTS +MW +Maanhaarrand +Maasstroom +Mabale +Mabalia +Mabel/M +Mabodisa +Mabolela +Maboloka +Mabotja +Mabudu +MacGregor/M +MacMillan/M +Macao +Machadodorp +Madadeni +Madibogo +Madisane +Madlala +Madurese +Madwaleni +Mafahlaneng +Mafarana +Magaliesburg +Magelembe +Magherafelt/M +Magnuson/M +Magogeni +Magogoe +Magogong +Magudu +Mahalibhomemi +Mahlatswetsa +Mahlayizeni +Mahler/M +Mahlungulu +Mahushu +Main +Maine +Maitland +Makanaskop +Makaota +Makolokoe +Makwababa +Malatane +Malaya +Malayalam +Malenge +Malibu/M +Malmesbury +Malukazi +Maluti +Mambedwini +Mametlhake +Mampe +Manamela +Mananga +Manchester/M +Manchurian/S +Mandelahoogte +Manenzhe +Mangaung +Mani +Mann/M +Mannheim +Manthestad +Manuel/M +Manx +Manyama +Manyanani +Manzibomvu +Maoism +Maokeng +Mapetla +Maphalle +Maphoitsile +Maponto +Maqhikizana +Marapallo +Marashu +Marathi +Marceau/M +Marcellus +Marcie/M +Mare/Z +Margate +Marge/y +Maribana +Marieshaft +Marion +Marlborough/M +Marley/M +Marline/M +Marlow/M +Marobeng +Marokolong +Marquess/M +Marseilles +Martel +Marulakololo +Marvin +Mary/M +Masakeng +Masakhane +Masakona +Masaleng +Masia +Masilo +Masincedane +Masisi +Masitshaba +Maskamsig +Masonite +Masundwini +Mataffin +Matavhela +Matco +Matibidi +Matimatolo +Matlapaneng +Matlosane +Matombe +Matroosfontein +Matsikeng +Matterhorn +Mattie +Mauersnek +Maurine/M +Mauritania/M +Mavelebayi +Mavuya +May's +Mayan/S +Mayats +Mayheights +Mayibuye +Mayville +Mbabane/M +Mbangwane +Mbazwana +Mbeka +Mbitane +Mbolombe +Mbonda +Mbozamo +Mbozisa +McClain/M +McClure/M +McCoy/M +McCracken/M +McDermott/M +McDowell/M +McKee/M +McKenzie/M +McKinney/M +McKnight/M +McLeod/M +McPherson/M +Mcubakazi +Mdasha +Mdwaka +Mdwebu +Meade +Meadowridge +Medicare +Mediterranean +Meiringspark +Mekong +Melissa +Melrose +Meltonwold +Melville +Memel +Mensa +Mephistopheles +Meqheleng +Merafong +Mercator +Mercedes +Merck/M +Meredale +Merle +Merlewood +Merrimac +Mersey +Merweville +Mesopotamia/M +Mesopotamian/S +Metford +Metrorail +Metsimatsho +Mevamhlophe +Meyersdal +Mfundisweni +Mgodi +Mgojweni +Mgwali +Mhluzi +Miami +Michelangelo +Micmac +Micronesia/M +Middleton +Miederpark +Mignon +Milan +Milford/M +Milkfish +Milkshark +Milner +Milton/W +Mina +Minangkabau +Mini-knob +Minstrel +Miocene +Miramar +Mirrlees +Mistymount +Mjanyana +Mjomla +Mkhuhlu +Mlle +Mmaboi +Mmakaunyane +Mmamehlabe +Mmankaipaya +Mnandi +Mnceba +Mncedi +Mngadi +Mningi +Mntafufu +Mnyibashe +Mobeni +Modderkuil +Modderpoort +Modelkloof +Modelpark +Moe/M +Moen/M +Moganyaka +Mogoditshane +Mogodumo +Mohamed/M +Mohawk/M +Mohlodi +Mokgatlha +Mokwakwaila +Molatedi +Moldavia +Moleleke +Molopa +Mombeni +Monaco/M +Monash +Monavoni +Monday/MS +Mondrian +Mongolia/M +Mono +Montana/M +Montclair +Monteseel +Montford +Montpark +Montpelier +Montrachet/M +Montreal +Mooi +Mooilek +Mooiuitsig +Mopeli +Mophela +Mora +Moreen +Morehill +Moreletarif +Morewag +Moroke +Morris's +Moscow/M +Moseleke +Moselville +Mosley/M +Motetema +Motherwell +Mothotlung +Motorola/M +Motsamai +Motseleope +Motsoseng +Motswedimosa +Mountbatten/M +Mowgli/M +Moyes +Mphophomeni +Mphore +Mpukane +Mpuluzi +Mpumelelo +Mpumuza +Mshenguville +Msibi +Msindo +Msintsana +Mtombe +Mtontsasa +Mtozelo +Mueller/M +Muhammed +Muhlava +Muila +Muizenberg +Mukula +Muldersdrif +Mullins +Multibus/M +Munnik +Munoz/M +Murdoch/M +Murial/M +Murmansk/M +Murphy/M +Murray/M +Murraysburg +Murry/M +Muscat/M +Muscovite/MS +Muscovy/M +Muse's +Musina +Muskegon/M +Musselcracker +Mutualpark +Muwaweni +Mvutshini +MySQL +Myanmar/M +Mycenaean +Myra/M +Mzamomhle +Mzingizi +Mzomusha +N'Djemena +NASDAQ +NBA +NCO +NFL +NQF +NYSE +Naboomspruit +Nagy/M +Nahum/M +Namibian/S +Nanak/M +Nancy/M +Napierville +Naples/M +Narragansett/M +Nasaret +Nash/M +Nashville/M +Nassau/M +Natal +Natchez +Nathan/M +Nauru/M +Navarro/M +Nazareth/M +Nazism +Ncalu +Ncotshane +Ndabeni +Ndibela +Ndulinde +Ndumakudu +Ne +Neal/M +Neandertal +Neanderthal/S +Neave +Nebraska/M +Ned/M +Neely/M +Negroes +Nehemiah/M +Nellmapius +Nelsig +Nelspoort +Nelsville +Neolithic's +Nepal/M +Nero/M +Neva/M +Nevada/M +Nevadan/S +Newcastle/M +Newfoundland/MR +Newman/M +Newmarket/M +Newry/M +Newtownabbey/M +Ngcelwane +Ngobi +Ngongozayo +Ngqubusini +Ngwanamaya +Ngwaritsi +Ngxakaza +Nhlangenyuka +Nhloshane +Nhlwathi +Nicene +Nichol/MS +Nicky/M +Nietzsche/M +Niger/M +Nikki/M +Nikon/M +Nkanyezini +Nkogolwe +Nkomo +Nkonyeni +Nkumandeni +Nkumane +Nkungwini +Nobel/M +Noble's +Nobokwe +Nocomboshe +Nodalane +Nokaneng +Nola/M +Noland/M +Nollothville +Nomaranjana +Nomdiya +Nome/M +Nomlacu +Nonkqubela +Noordkaap +Noorsekloof +Norah/M +Norlim +Norman/MS +Normandien +Northamptonshire/M +Northmead +Northumbria +Norvalspont +Norwalk/M +Norwood +Nosey +Noshezi +Notre +Nounéa +Noupoort +Nourivier +Nova +November/MS +Nqoloza +Nsavulani +Nsingane +Nsizwane +Ntambanani +Ntangeni +Nthuthukoville +Ntlangwini +Ntokozweni +Ntsesha +Ntshintshi +Ntsito +Ntsundwane +Ntsweletsoku +Ntunda +Nucam +Nunez/M +Nuuk/M +Nuwedorp +Nwamitwa +Nyakallong +Nyankole +Nyongane +Nyoni +Nyquist/M +Nyulula +Nzima +O +O'Connell/M +O'Connor/M +O'Dell/M +O'Dwyer/M +O'Hare/M +O'Keeffe +O'Neill +OAP +OHSA/M +OK/DGM +OKs +OOo/M +OSHA +OTB +OTOH +Oakdale +Oakmore +Obadiah/M +Obanjeni +Observatory +Ochoa/M +Oct +October/MS +Odessa/M +Odin/M +Odis/M +Odom/M +Ofelia/M +Ogwini +Ohio/M +Oklahoman/MS +Oldbury +Oldfield/M +Olievenhoutbosch +Olifantpark +Olifantsfontein +Olivanna +Oliver/M +Olivine +Olympic/S +Olympus/MW +Omar/M +Omo +Onega/M +Oos-londen +Oostersee +OpenDocument +OpenOffice/M +Ophirton +Oppenheimer/M +Orange +Oranjesig +Oren/M +Oriya/M +Orpheus/M +Orrin/M +Osaka/M +Oshabeni +Oshoek +Osutu +Oswald/M +Oswestry +Othame +Othandweni +Othello/M +Oudekraalfontein +Oudewerfpark +Owen/M +Oxbridge +Oxnard +PARC/M +PAWC +PBX +PDQ +PE +PO +POP +PRC +PTA +Pabst/M +Pacific's +Paddington/M +Padgett/M +Padraig/M +Paganini/M +Pahaji +Paige/M +Palaeozoic +Palauan +Paleocene +Palestinian/S +Palmietfontein +Palmview +Pambili +Panasonic/M +Paola/M +Paperfish +Papuan-Australian +Paraguay/M +Paraguayan/S +Paramecium/M +Paris/M +Parkdene +Parkridge +Patankala +Patrick/M +Paulusweg +Payne +Peacehaven +Pearston +Peddie +Peelton +Pekalmy +Pembroke/M +Pembrokeshire +Pendle +Penelope +Penford +Penlyn +Pennington +Pentrich +Perch +Perdekop +Perm +Peruvian/S +Petersfield +Petronas +Petrusville +Pharisaical +Phetole +Philippolis +Philipsville +Phillips +Phiphidi +Phiritona +Pidgin +Pienaarsdorp +Pierneefrant +Pietersburg +Pimville +Pinegowrie +Pinehurst +Pinetown +Pinewood +Pipa +Pitinyana +Pittsburgh +Platrand +Pollock/M +Polopony +Pomeroy +Ponape +Port-au-Prince/M +Port-of-Spain/M +Portland/SM +Portugal/M +Posini +Postdene +Potgieterus +Poulenc/M +PowerPoint/M +Powys +Pr +Praesidium/M +Premierpark +Preston/M +Primroserif +Pringle/M +Prix +ProNutro +Prospecton +Provence/M +Pudimoe +Punjabi +Putt-Putt +Pythagoras +Qalabotjiha +Qeto +Qolombane +Qolweni +Qombolo +Quebec/MR +Queensland +Queenstown +Quelleriepark +Quinnell/M +Quinton +Quito/M +Qumbu +Quti +R4/M +R4s +RAC +Ra +Rabula +Radiokop +Railtrack/M +Raithby +Ralf +Ramahutsi +Rammobola +Ramnyiba +Ramosili +Ramprakash +Ramsgate +Raphaelite/SM +Rarotongan +Rashidistadt +Raslouw +Rawsonville +Rayleigh/M +Reagan/M +Reagile +Redcliffe +Redshank +Reebok/M +Rees +Refugio/M +Reginald/M +Regis/M +Regorogile +Reiko/M +Reinhardt/M +Renaldo/M +Renato/M +Rene/M +Renishaw +Reno/M +Retiefspark +Retswelele +Reunion +Rewlatch +Rf +Rheederpark +Rhenosterdrift +Rhinelander/M +Rhodesdene +Rhodesfield +Rhonda/M +Ricky/M +Ridderpark +Ridgeview +Riempie +Riet +Rietondale +Rietspruit +Rietvale +Risidale +Rispark +Roarke/M +Rob's +Robb/MZ +Robles/M +Robsonvale +Rockaway/M +Rockrunner +Rode +Roderick/M +Rodger/MS +Rodney/M +Rodriguez/M +Rojas/M +Roland/M +Rolfe/M +Rolland/M +Rolle +Rollo/M +Rolph/M +Roma/M +Roman/3SM +Rondebult +Roodeberg +Roodepan +Rooidakke +Rooiskub-moddervis +Rookdale +Rosalind/M +Rosamond/M +Rosebery/M +Rosedale +Rosedene +Roselle/M +Rosen/M +Roseneath +Roseview +Rossburgh +Rourke/M +Rousseau/M +Rowan/M +Rowena/M +Roy/M +Royldene +Rt. +Ru/M +Rudd/M +Rudolf/M +Rudyard/M +Ruggiero/M +Ruiterwag +Runyon/M +Rusloo +Rusoord +Russ +Ruth/M +Rutland/M +Ruwari +Rwantsana +Ryder/M +Ryedale +Réunion/M +SABC2 +SAfm +SBA +SDI +SMTP +SPSS +SRO +SSS +SUV +Sabelo +Sabina/M +Sagittarius/M +Sagole +Salazar/M +Salina/MS +Salmon +Salo +Salomon/M +Salvokop +Sam/MZ +Samoan/S +Sanborn/M +Sandersville +Sandfields +Sandfontein +Sandi/M +Sandringham +Sanhedrin/M +Sankontshe +Santa/M +Santam +Santana/M +Sardinia/M +Sargassumfish +Sasolburg +Satanist +Saturnalia's +Sauternes +Saxilby +Saxonsea +Scaly +Scaramouch/M +Schaefer/M +Schafer/M +Schenectady/M +Schofield/M +Schwartz/M +Scientology/M +Scilly/M +Scorpio/MS +Scot/Mm5S +Scott/M +Scottburgh +Scrabble's +Scriabin/M +Scunthorpe/M +Se +Seattle/M +Sebokeng +Sedgemoor/M +Seepunt +Segwaelane +Sehlakwane +Seleka +Selemoseng +Selena/M +Selfridge/M +Sellafield +Selobala +Selwyn +Semite/WMS +Semorishi +Senegalese +Sengatane +Sentrarand +Senzokuhle +Sepedi +Sephai +Seplan +Sepoy's +Serbia/M +Serbian/S +Serer +Seshego +Sesotho +Sesulu +Seth/M +Seward/M +Seyfert/M +Seymour/M +Shad +Shaftesbury/M +Shakung +Shallcross +Shamrock +Shamus/M +Shan +Shangaan +Shannon/M +Shapiro/M +Sharpeville +Shawbury +Shawn/M +Shayandima +Sheilah/M +Shelagh/M +Shell/Y +Sherman/M +Sherri/M +Sheryl/M +Shirley/M +Shiva/M +Shoji/M +Shongweni +Shukron +Siam/M +Sibakabakeni +Sibley/M +Sibuyile +Sicily/M +Sidlamafa +Sidney/M +Sihanouk/M +Sikh/MS +Silverspots +Silverstein/M +Silverstone +Simba +Simbolia +Simms/M +Simmunye +Simon/M +Simone/M +Sinakho +Sinathing +Sinclair/M +Sinethemba +Singhalese +Siqungweni +Siswati +Sisyphean +Sittingbourne +Siyabulela +Siyabuswa +Siyalu +Siyanda +Siyathemba +Skanskop +Skipjack +Skoonspruit +Sleutelfontein +Slinger +Sloan/M +Sloane/M +Slovakia/M +Smallwood/M +Smithsonian/M +Snaggletooth +Soc. +Soebatsfontein +Soeknog +Soeteweide +Soetwater +Soham/M +Soho/M +Solomon/M +Sonderwater/S +Sondheim/M +Sonja/M +Sonpark +Sotho +Sotsha +Southdene +Southfork +Southport +Soutrivier +Spenserian +Spiegel/M +Spitz/M +Springbuck +Springfield/M +Springfontein +Spruitview +Sputnik/SM +St/N +Staal +Staalveld +Staley/M +Stamford/M +Stanger +Stanleigh/M +Starkeville +Starwood +Staten/M +Stearns +Steenbras +Steentjie +Steenvliet +Stefano/M +Steiner/M +Stellenbosch/M +Stephen/MS +Sterkstroom +Steve/M +Steynpan +Steynsrus +Stonefish +Stonehenge/M +Stormberg +Stormmill +Strand +Straptail +Strasbourg/M +Strathavon +Stretford +Strickland/M +Strolz/M +Strom/M +Strubenvale +Strydenburg +Strydompark +Stubblefield/M +Studtis +Stuttgart/M +Suarez/M +Subaru/M +Sue's +Suideroord +Sukkoth's +Sulla/M +Summerdale/M +Sumner/M +Sumter/M +Sundial +Sunduzwayo +Sunningdale +Sunninghill +Sunnybrae +Sunnyside +Sunvalley +Surat/M +Surinam/M +Surrey/M +Suryville +Suurman +Suzann/M +Suzette/M +Swalala +Swamp +Swartfontein +Swartklip +Swati +Swayimane +Sweeney/M +Swempoort +Swithin/M +Switzerland/M +Sybille/M +Sylvan's +Sylvester/M +Syria/M +T +TEFL +TTL +TWX +Tabankulu +Tacoma/M +Tadcaster +Tafelehashi +Tafile +Taft/M +Tahiti/M +Tahitian/S +Talbot/M +Taliesin/M +Tallahassee/M +Tamboville +Tammy/M +Tampere +Tanaka/M +Tannenbaum/M +Tantalus/M +Tarkastad +Tarzan/M +Tashkent/M +Tasman +Tatar/MS +Tatiana/M +Taulome +Taylorpark +Tbilisi/M +Tchaikovsky/M +Tel. +TelePrompTers +Telefonica +Telugu/M +Tench +Tendela +Tennyson/M +Teri/M +Terpsichore/M +Terre/M +Terrill/M +Tettenhall +Textron/M +Thalman +Thames +Thandabantu +Theodosius/M +Therese/M +Theron/M +Thessalonian/S +Thole-nthuse +Tholongwe +Thoreau/M +Thorndike/M +Thornfish +Thornton/M +Thulini +Thur/S +Thusang +Thuthukani +Ti +Tibedi +Tigerfish +Tijuana/M +Tikitiki +Timne +Titian/M +Tlapa +Tlhabologang +Tlingit +Toby/M +Togo/M +Toledo/M +Tomas +Tomcat +Tomlin/M +Tommie/M +Tompkins/M +Tonteldoos +Topeka/M +Total +Toulouse/M +Tracey/M +Transactie +Transtel +Treblinka/M +Treehaven +Trescothick +Trichardtsdal +Trotsky/M +Troy's +Trudi/M +Trunkfish +Tshabo +Tshepisong +Tshififi +Tshilamba +Tshilaphala +Tshipise +Tshwane +Tshweneng +Tsiame +Tucson/M +Tully/M +Tunbridge +Tunis/M +Turffontein +Turkmen +Turpin/M +Tuscaloosa/M +Tuvinian +Twinsville +Tygerdal +Tyler/M +Tyrol's +Tórshavn/M +UFO/S +UNESCO +USB +USG/M +UWC +Ugie +Uitsig +Uitzicht +Ukrainian/S +Ulundi +Umgababa +Umkhuza +Umkomazi +Umkumbaan +Umtata +Umtentweni +Umthambeka +Umzinto +Underwood/M +Unitarianism/M +Unitra +Ur/M +Ural/S +Uraniaville +Uri/M +Urquhart/M +Uruguay/M +Usenet/M +Uttlesford +VD +VDU +VI +VIP/S +VPN +Vaaltyn +Vaalwater +Vader/M +Valentino/M +Valenzuela/M +Valle/M +Vancouver/M +Vanderbijlpark +Vargas/M +Vasquez/M +Veda/MS +Venezuelan/S +Ventersburg +Venterstad +Vergelee +Vergelegen +Vergenoeg +Verona/M +Vertebrata +Verulam +Verwoerdian +Vhufuli +Vhulaudzi +Vicente/M +Vickery +Vickie/M +Vicksburg/M +Vidal/M +Viedgesville +Vierfontein +Villiersdorp +Vince +Vincent/M +Virginia/M +Visagiepark +Vivian/M +Vlakplaas +Vleiview +Vlottenburg +Voelklip +Volapuk +Volkskas +Volta/M +Volvo/M +Vrededorp +Vries +Vryheid +Vukuzenzele +Vulikwapa +Vumanhlamvu +WAAC/S +WAC +WNO +WRAF +Wabash/M +Waco/M +Wade's +Wagner/M +Wahhabi +Wakayama/M +Wakefield +Wakkerstroom +Walden/M +Walgreen/M +Walsall/M +Waltham/M +Walther/M +Waltloo +Walton-on-Thames +Wandsworth/M +Wangu +Wannenburg +Waqar/M +Warne/M +Warrington/M +Washburn/M +Watanabe/M +Waterford/M +Waterloo/M +Watermelon +Watling/M +Waugh/M +Waveland/M +Waverley/M +Wear +Wear-Tees +Webb/M +Webersvallei +Wedela +Wednesfield +Weedsucker +Weimar/M +Welgeheuwel +Welgelee +Welgemoed +Welkom +Wellington/M +Welobie +Wembezi +Wensleydale/M +Werner/M +Weseinde +Wespark +West/M +Westbury +Westcliff +Westcliffe +Westdene +Westonaria +Westport/M +Westridge +Westwood/M +Wetton +Whig/MS +Whippany +Whitehaven/M +Whiteriver +Whitfield/M +Whitley/M +Whitlock/M +Whitlow/M +Whitsun/M +Wicklow/M +Wiegandia +Wieland/M +Wierdapark +Wight/M +Wilkeville +Willcocks +Willemstad +Williamville +Willie/M +Willis +Willowgrove +Willows +Wilsonia +Winburg +Windermere +Winooski +Winterskloof +Wisden +Witkop +Witkoppen +Witmos +Witt/M +Wittenberg +Wittewater +Wolfe/M +Wolmer +Wonderpark +Woodbrook +Woodmere +Woodridge +Woolhope +Worcester +Workington +Worthing/M +Wrekin/M +Wrigley +Wu/M +Wuppertal +Wyebank +Wylie/M +Wyman +XOR +Xenia +Xhosa +Xi'an/M +Xitsonga +Xmas +Yakutsk +Yamaha/M +Yankee/S +Yaounde/M +Yarmouth/M +Yid +Yorker/S +Youngberry +Youngstown +Younker +Yugoslav/S +Yugoslavian +ZCC +Zachary +Zadie +Zamane +Zapotec +Zastron +Zawahiri +Zeekoeivlei +Zellick'sF +Zibuse +Ziegfeld/SM +Zilwelini +Zimbabwean/S +Zimmerman/M +Zolani +Zondi +Zope +Zuiping +Zwartkop +Zwaveldspoort +Zweletemba +Zwelisha +aardwolves +abandoner/M +abate/GDLS +abbess/MS +abbey/SM +abbot/SM +abdicate/DSNnG +abdomen/SM +abduct/SGD +abettor/SM +abhorrer/M +abject/YP +abjection/SM +ablate/DGS +able/vNnVTY +abnormality/MS +aboriginal +aborter +abortionist +abrader/M +abrasive/SM +abridged/U +abscissa/SM +abstain/SRDG +abstemious/YP +abstention/SM +abstractness/S +abstruse/TPY +absurdness/S +abuses/E +abusing/E +abyssal +academician/MS +accelerate/SkNDGVn +accented/U +accepted/U +accessible/YI +acclimation/M +acclimatization +accommodating/U +accordant/Y +accordion/3SM +account/BGSMlD +accountability's/U +accountably/U +accountancy/SM +accounted/U +accumulate/uSGNVDnv +accusal/M +accuse/nRkDGS +acerbity/MS +acetaminophen/S +acetone/MS +achievers/c +achieves/cf +aching/KY +achromatic +acidification/M +acidify/GSND +acidulous +acknowledgeable +acoustic/YS +acoustical +acquisition/AM +acreage/SM +acrimoniousness/S +acrobatic/S +acted/c4A +action/IS4MA +actress/MS +actuarial +actuary/MoS +actuator/MS +acuity/SM +acumen/MS +acyclic/Y +adagio/S +adamant/SY +adaptive/P +add-on/S +addict/DVuGS +addition/MSo +addressed/aA +addresses/aA +adduction/M +adherence/SM +adherent/YMS +adjourn/GDLS +adjudication/M +adjuster/SM +adjustive +admin +admission/AM +admitted/Y +adolescence/KS +adopted/UA +adoption/M +adopts/A +adore/lnNDRSGk +adorned/U +adrift +adulate/SnNDyG +adumbrate/nDvGSNV +adventurer/MS +adverb/SoM +advert/QsS +advice/MS +advocacy/SM +aeon/SM +aeroacoustic +aerodynamics/M +aeronautical +aeroplane/SM +aerosol/MS +aestivate/N +affable/TY +affect/DkSiVvhGNn +affectation/M +affinity/MS +affrication/M +afoul +afro +after-effect/MS +aftermost +afternoon/SM +afters/M +afterword/MS +agate/MS +ageratum/M +agglutinate/nVDGNS +agglutinin/MS +aggravate/nGDNSk +aggregately +aggregative/Y +agile/TY +agitate/VhGNDnS +agitprop/MS +agnostic/MS +agog +agony/s89QS +agree/GEdLSl +aide-de-camp +aide-mémoire +aided/U +airfreight/DGS +airlock/MS +airplay/S +airsickness/S +airspeed/MS +airwaves +airworthy/TP +ajar +akin +al-Zawahiri +alarm/GDSk3 +albacore/MS +albatross/MS +albinism/SM +albino/MS +alcoholic/SM +alcove/DMS +aleph/M +alewife/M +algae +algebraic/Y +alginate/MS +alien/MNn3S7DG +alienable/IU +alienist +alinement's +alkali/MS +alkyd/S +all-star +allegiance/MS +allegory/Mw3SW1 +alley/MS +alleyway/MS +alliance/aSM +allies/M +allocate/ASDnCGNK +allophone/SMW +allot/LSDG +allspice/M +allusion/M +allusiveness/S +ally/GDS +alms/m +alnico +along +aloud +alpaca/MS +alpha/MS +alpines +alter/7dS +alteration/MS +altered/U +alumina/SM +alveolar/Y +amalgamate/DGS +amass/DSG +amateurishness/S +ambassador/SM +ambidexterity/SM +ambidextrous/Y +ambiguous/PY +ambrosial +ambulatory/S +ambuscade/MSGD +amends/M +amidships +amity/SM +ammeter/MS +amnesia/SM +amniocenteses +amniotic +amok +amongst +ampere/SM +amphitheatre/SM +amplitude/MS +amulet/MS +anabolism/MS +analecta +analgesia/MS +analogousness/S +analysable +analysand/SM +analysis's +anatomy/Q3w18WMS +ancestress/MS +ancestry/SM +anchoritism/M +anchovy/MS +ancient/YPTS +anecdotal +anemometry/M +aneurysm/MS +angiography +angle/MRDSJG +anglophone/MS +angstroms +angular/Y +anhydride/M +animated/A +animist/WS +animosity/MS +animé +anneal/SRGD +annexation/M +annihilator/MS +anniversary/SM +annotate/GnNVDS +annoy/kGDRS +annuli +annum +annunciate/nSDGN +annunciation/M +anode/MQ8SW +anodyne/M +anorectic +another/M +answerable/U +antacid/SM +ante/M +antedate/DSG +anthem/MSd +anther/MS +anthrax/M +anthropoid/S +anthropometry/WM +anthropomorphising +anthropomorphous +anti-hunt/G +antidisestablishmentarianism/M +antigen/WMS +antihistamine/SM +antimacassar/SM +antimalarial/S +antimatter/SM +antimony/M +antinomy/M +antioxidant/SM +antiquarian/SM +antiquary/SM +antiquity/SM +antiresonance/M +antiretroviral +antisepsis/M +antonym/MS +antsier +antsiest +anus/MS +anyhow +apathetic/Y +aper/A +aperitif/S +aphid/SM +apices's +apiece +apish/YP +apolitical/Y +apology/S89sQ3M +apostate/S8MQ +apotheoses +apparatus/MS +apparition/MS +appear/RDGS +appears/EA +appease/LRGDS +appetising/UY +applicator/MS +applier/aM +appliers +appointive +apposite/xY +appraisal/MAS +appreciate/SNuyvGnDV +appreciated/U +appreciative/PIY +appreciator/MS +apprehensiveness/S +apprentice/SGMD +approach/BRDSG +approbate/Nn +appropriateness/ISM +appropriation/M +aproned +apropos +apsis/M +aqua/MS +aquaria +aquarium/MS +aqueous/Y +aquiculture's +aquifer/MS +arbitrament/SM +arbitration/M +arbour/MDS +arbutus/MS +arcana/M +arch/DSTRPyGYM +archaeology/13wSM +archaicness +archbishopric/MS +archdiocesan +archiepiscopal +archness/S +area/MS +arenaceous +areolar +argent/M +argon/M +argumentative/PY +aridity/MS +arisen +armada/MS +armadillo/SM +armband/SM +arming/M +around +arousal/SM +arrangeable +arranges/AEK +arranging/EKA +arrears +arrestee/SM +arrhythmia/MS +arrogation/M +arteriosclerosis/M +artful/P +arthropod/SM +articulator/MS +artifice/SoMR +artwork/MS +ascends/A +ascension/M +ascertain/LDG7S +ascribe/DGNXVS +asexual/Y +asexuality/SM +asher +ask/RGDS +asp/WMS +asphalt/SDMG +asphodel/SM +asphyxiate/SDG +asphyxiation/M +aspirant/SM +aspire/NxnDSG +assassination/M +assault/VGSvuMD +assay/DRSG +assemble/RGYESD +assemblywoman/M +assessed/A +assesses/A +asseveration/M +assigns/KCA +assimilable +associate/EGDSNn +associateship +association/EM +associational/Y +associative/Y +associativity/S +associator/MS +assure/RDhiSGk +assures/A +assuring/AY +asterisk/GMSD +asthma/WMS +astonish/DkLGS +astound/SDkG +astronautics/M +astrophysical +astute/PTY +ataxia/SM +ate/BS +atelier/MS +atomistic +attainably/U +attainer/MS +attainment/MS +attentionality +attenuation/M +attenuator/MS +attester/M +attire/SDG +attitudinise/DSG +attractant/SM +attraction/MS +attractivenesses +au +auction/MDGS +audacity/SM +audibility/SMI +audible/YI +audition/MGD +auditorium/SM +august/TPY +augustness/S +auricular +auteur +authentic/YNn +authenticate/SGD +authorial +authoritarian/S +authoritarianism/MS +authoritative/YP +authoritativeness/S +authorize/ANGnDS +authorized/U +autism/SM +autobiography/1MSwW +autocorrelate/DSGNn +autocrat/MS1W +autodidact/MSW +automata +autopsy/DSGM +autoregressive +avail/BlGSD +avant +avant-gardism +avarice/SM +avenged/U +aviary/SM +aviator/SM +avitaminosis/M +avocation/MoS +avocational +avouch/DGS +avowing/E +awakener/M +awakening/S +aware/P +away +awesome/YP +awing/c +awkward/PTY +awl/MS +awoke +axillary +axiom/M1SW +ayah/SM +ayatollah/S +aye/MS +babalaas +babbelas +babe/MSZ +baby/TDMGS +babyhood/MS +baccalaureate/MS +bachelor/MS +bacillus/SM +back's/e +back-to-back +backboard/MS +backchaining +backfill/GSD +backlit +backorder +backplate/SM +backscatter/dSM +backstretch/MS +bacon/MS +bacterial +bactericide/SM +badger/d +badmen/M +badminton/M +bagpipe/RSM +bah/S +baize/M +baked/U +balaclava/MS +balance/IDcSUeA +bale/MDjR6SG +baleen/MS +baleful/TP +balkanise/nGSD +ballad/SMy +ballfields +ballistic/S +balminess/S +baloney/MS +balsam/MdS +banal +banana/MS +bandager/M +bandeau/M +bandmaster/MS +bandpass +bandstand/MS +banknote/S +banquette/MS +bantamweight/SM +banzai/S +baptism/SoM +baptist/SM +baptistry's +bar/mdDJMGS +barbaric/Y +barbarise/SGD +barbershop/MS +barcarole/SM +bard/WDSMG +barefaced/YP +barfly/SM +bargepole/M +bark's +barn/SDG6M +barnacle/SDM +barnstorm/DRSG +baron/MS +barracker/M +barricade/MDGS +bars/UCE +basal +basalt/MWS +baselessness +bash/6SDjG +bashfulness/S +basilica/MS +basinful/S +basset/MS +bassoon/3MS +bastard/-8YSZQMq +bastion/DM +batcher +bater/C +bathwater +batik/MS +battalion/SM +batten/MdS +batter/Zd +battledore/SM +batty/T +bawd/2SZMz +bawler/M +bbl +be/Y +beagle/MGSD +beam-width +beanstalk/SM +bear-baiting +beard/MSGDip +bearskin/MS +beaten/U +beating/M +bed/RGJDMS +bedchamber/M +bedfellow/MS +bedim/GDS +bedlam/MS +bedmaker/SM +bedpost/MS +bedroll/MS +bedside/SM +bedspread/MS +bee-keeping/M +beebread/MS +beech/MS +beeline/SDG +befall/GS +beggar-my-neighbour +beginning/M +begum/SM +behaver/a +behaviourism/MS +belay/DGS +belief/SME +believe/lSRBGD +believer/ESUM +belletrist/SMW +belligerency/SM +bellow/GDS +belted/U +belvedere/M +bemuse/hGLSD +bencher/M +bend/RG7DS +beneficent/Y +beneficiary/SM +bequeath/SDG +bereft +beribbon +berserk/S +bes +beset/GS +besmirch/DGS +besought +best-selling +bestiary/MS +bestow/DGS +bestridden +bestrode +betake/SG +betaken +betatron/M +bethink/GS +bethought +betoken/dS +betrayal/SM +bewhiskered +beyond +bezel/MS +biasses +bicarbonate/SM +bicentenary/S +bicentennial/S +biddable +bide/DSG +bidirectional/Y +biennial/SY +biggish +bijection/SM +bijective/Y +bijoux +bilge/MSGD +bilinear +bilious/P +bill/7RGDSYMJ +billet/MdS +bimbo/MS +bimodal +bimolecular/Y +bimonthly/S +bindle/M +binnacle/MS +biochemist/SyM +biodegradability/S +bioengineering/M +bioethics +biofeedback/SM +biomass/SM +biomedical +biomedicine/M +biomolecule/S +biophysical +biophysics/M +biorhythm/S +bioscience/S +biosphere/MS +bipartition/M +biracial +birdseed/SM +birth/MGDS +birthplace/MS +bisector/SM +bisexual/YSM +bisque/SM +bistro/MS +bit/rZkMS2 +bitchiness/S +bits/C +bitterest +bitumen/MS +bizarre/YP +blackbird/MGDS +blackcurrant/MS +blacken/dS +blacklister +bladderwort/M +blade/SMDG +blameworthiness/S +blank/YDTPGS +blankness/S +blare/SDG +blarney/DGSM +blatant/Y +blatherer +bldg +bleater/M +bleed/RSG +bleep/RMDSG +blessed/P +blight/GSMD +blindfold/DSG +blithesome +blockade/RSMGD +blockhouse/SM +blogger/MS +bloke/SM +blood-letting/MS +bloodshed/SM +bloodsucking +bloodymindedness +bloom/RGSMD +blowfly/MS +blowgun/MS +blowpipe/SM +blue/PMDTYSZGJ +blue-green +bluebill/M +bluebottle/MS +bluegill/MS +bluejeans +bluenose/SM +blueprint/DGSM +bluesy/T +bluing/M +blurb/DMGS +blurt/GDS +blushing/UY +bluster/drkSZ +blvd +board/DRSGJM +boardroom/MS +boasts/e +boating/M +boatload/SM +boatmen/M +bobbysoxer's +bockwurst +bod/dMS +bodysuit/S +bodywork/MS +boeremusiek +boereqanga +boereqanqa +boffin +bogus +bohemian/S +boiler/MS +boilerplate/SM +boisterous/YP +bokbaard +bola/MS +boloney's +bolted/U +bolus/MS +bombard/LSDG +bond/GmRDSMJ +bondholder/MS +bongo/MS +bonsai/M +boogeyman's +bookkeeping/M +bookmarker +bookseller/MS +bookshelf/M +boom/DGS +boomer/M +boomslang +boor/SM +boosterism +bootstrap/SMDG +booze/MRZSGD +borderland/MS +bore/RkDWSG +boring/M +borrowing/M +bosberaad +boson/SM +boss/2MZSGDz +bossism/MS +bosun/M +botch/RDSG +both/Z +bottom-up +bottommost +bouclé +boudoir/SM +bough/SM +bought/c +bounded/P +boundless/YP +bountiful/P +bountifulness/S +bourses +bow-legs +bowing/M +bowser/M +bowsprit/MS +bowyer/MS +box/R2ZSDGM6 +boxful/M +boysenberry/MS +bra/WMpS +bracer/M +bracketing/M +brad/GDSM +braider/M +brain-damaged +brainstorming/M +brainwasher/M +brambling/M +bran/SDGM +branch/MSDG +branching/M +branchlike +bras/2GDZz +brash/STYP +bratty/T +brave/yTPSDYG +brazen/dPY +brazier/SM +bread-and-butter +breadboard/MDGS +breaker/SM +breakneck +breakpoint/DMGS +breakup/SM +breastbone/SM +breathlessness/S +breathy/T +breccias +brewery/SM +breyani +bribery/MS +brickyard/M +bridegroom/SM +bridesmaid/MS +bridging/M +briefest +briefly +briefness/SM +brilliancy/SM +brine/MZSDG +brioche/MS +briskness/S +bristle/MDYGS +broacher/M +broad-minded/Y +broadcloth/MS +broaden/rdS +broadsheet/MS +brokerage/MS +bronchiolitis +bronchitic/S +bronchus/M +bronze/GMDS +broodmare/MS +broody/TP +brooklet/MS +brothel/SM +brother/dY +brotherhood/SM +brownie/MTS +brunch/SGMD +brunette/SM +brush/SGZMD +brutish/PY +bubbly/T +bubo/M +buckhorn/M +bucksaw/SM +bucktooth/DM +budging/U +buff/SAGD +buff's +bugaboo/SM +builds/cA +built/Ac +built-in +bulblet +bulbous +bulimic +bulletin/dSM +bullheadedness/S +bullied/M +bullion/SM +bullpen/SM +bullshit/RGSDM +bullying/M +bum/TDGRMS +bumble/RSkDG +bunch/MGZSD +bunco's +buncombe's +bundu-bash +bungee/MS +bunkum/M +bunny-chow +bur/GDMYS +burble/SGD +burdock/SM +bureaucrat/1Q8MS-qW +burgess/SM +burier/M +burler/M +burliness/S +burly/TP +burn/7SRDGkJ +burnish/RDSG +burnoose/SM +burst/SZG +bush/GSmDJZM2 +bushfire +bushiness/S +bushwhack/DGRS +businesspeople +busmen +bustard/MS +butter/rdZ +butterfat/MS +butterfly/SM +buttery/ST +butting/M +button/SUd +buttonweed +buttonwood/MS +buttress/SDMG +butyl/M +buxomness +buyout/S +buzz/SZRDGM +buzzword/MS +by +bye-bye +bye-law/SM +byplay/S +byre/MS +bys +c/nN +cab/GDNXMSV +cabala/MS +cabby's +cacophonous +caddie +cadge/GDRS +caduceus/M +caecal +caesarean/S +caesium/M +caesura/SM +cagier +caiman's +cake/MDGS +calabash/MS +calamari/S +calcify/NGnDS +calcimine/GMSD +caldera/MS +caldron's +calibre/NMnS +calico/M +caliphate/MS +calliper/SM +callisthenics/M +callow/PT +calls/aA +calmness/S +calumniate/GNSDn +calve/GDS +calyces's +campanile/MS +campanology/S3Mw +camps/C +campy/T +can-opener +candelabrum/M +candidness/S +candlepower/MS +candlestick/SM +canker/dMS +cankerous +cannibalism/SM +canniness/S +cannonade/SGMD +canny/UPY +canter/d +canticle/MS +cantor/MS +cants/A +capabler +capacitate/I +capacitative +capacities/I +capacitor/SM +caparison/SM +cape/MDS +capitalise/cGADS +capo/MS +capped/U +caprice/SM +capricious/PY +capriciousness/S +capsular +capsule/8DSQMG +captive/NSMn +caravan/MDGS +caravel/SM +caraway/SM +carbolic +carbon/NsQ8MW-9nqS +carbonaceous +carboniferous +card-carrying +cardiograph/MS +careen/DGS +careful/PT +carefulness/S +caregiver/S +carelessness/S +caricaturization +caring/U +carnet/MS +carol/DRSMG +carpel/MS +carpenter/MdS +carpentry/SM +carrageen/M +carriageway/SM +carry-cot/SM +cartload/SM +cartography/WSM +cartoon/GMDS3 +cartridge/MS +carven +case-load/SM +cassia/SM +cassino's +cassowary/SM +cast-off/S +castaway/SM +caster/Nn +castigation/M +castor/MS +casualty/MS +catalpa/SM +cataract/SM +catatonia/SM +catchy/T +catechize/SGD +catecholamine/SM +caterpillar/MS +cathartic +cathedral/MS +catheter/Q8MS +cathodal +catholicity/MS +catlike +catnap/DGMS +catsuit/SM +caught/U +causate/Vv +causative/S +causerie/MS +cauterize/NnSDG +caution's/K +cautionary/K +cave-in +cavitation +cavort/GSD +ceaseless/PY +cedar/MS +celerity/SM +cello/M3S +cellophane/MS +cellphone/MS +cement/DRGMS +censorious/YP +centennial/Y +centralism/M +centreboard/MS +centrepiece/MS +centurion/MS +cerebellum/SM +cerebral/S +cerebrum/SM +cerement/SM +cermet/MS +certificate/SMD +cessation/MS +cesspool/MS +cetacean/S +chafe/DSG +chaffinch/MS +chain-smoke/GD +chainlike +chairlady/M +chalkboard/SM +challenge/DRGSk +chammy's +chamomile/MS +champagne/MS +champers +chancellorship/MS +chancer +chanciness/S +chancre/SM +chapel/ySM +chaperon/d +chaperone/MS +char/GS5D +characterised/U +charge/DRESG +charity/SM +charming/T +chartist +chastity/SM +chateaubriand +chatter/rdS +chauffeur/MGDS +cheapen/Sd +check-in +checkout/S +checkpoint/MS +checksum/DMSG +cheeseparing/S +chemical/SYM +chequebook/SM +cheroot/MS +cherry/SM +chessboard/MS +chest/DSZM6 +chestful/S +chewiness/S +chewy/T +chianti/M +chide/kDSG +chiefly +child/pM +childcare +childhood/MS +children/M +chilli/M +chimney/SMD +chimpanzee/SM +chin-strap/MS +chinchilla/MS +chink/MDGS +chinstrap/S +chiropractor/SM +chirpy/T +chisel/DGSRMJ +chit/SM +chivalrously/U +chock-full +choler/MS +chomp/DSG +choosiness/S +chophouse/MS +choppiness/S +chopstick/MS +chorale/SM +chordata +choreograph/DRW1SGZ +choreography/MS +chorion/M +chose +chroma/M1 +chromate/M +chromatography/M +chromosomal +chrysalis/MS +chrysanthemum/SM +chubbiness/S +chukka/S +chum/MDZz2GS +church/m5MDYSG +churchgoer/MS +churchyard/MS +churl/SM +churning/M +cicatrice/MS +cinnamon/SM +circa +circuity/SM +circularity/MS +circumlocutory +circumspect/Y +circumstantial/Y +cirrhoses +cirrus/M +citation/AM +civic/S +civics/M +civil/qQ89s-Y +civilised/U +civility/SMI +civilly/U +clad/GJS +claim/CSERAGD +clairvoyance/MS +clamber/drS +clamminess/S +clamour/DRMGS +clamp/MDSG +clan/SmM +clarifier/M +clarinettist/MS +clash/DSG +classed/e +classic/S3 +classicalist +classification/MCaA +classifieds +classify/DRS7GNn +claustrophobia/MS +clave/MF +clavichord/MS +clawer/M +clean-shaven +cleaning/M +cleans/RSDG +clearer/M +clearing-house/S +cleat/MDSG +clericalism/MS +clever/YP +cleverness/S +cliff/MS +cliffhanging +clinker/d +cliometrician/S +clip/RGJSMD +clip-clop +clipboard/MS +clipped/U +cliquiest +cloacae +cloak's +clockwise +clog's +clonk/DGS +closer/ESM +clot/SDGM +clothesmen +cloud-cuckoo-land +clouding/c +cloudless/PY +cloudlet +clouds/c +cloudy/TP +clout/MDSG +cloy/GDkS +clubbed/M +clubfeet +clued-up +clump/MDGSZ +clutch/SGD +co-educational +co-operation/M +co-operative/PS +co-pilot +coalescent +coalface/MS +coarseness/S +coastline/MS +cobweb/ZMDSG +cochleae +cochlear +cock-fight/MJGS +cockerel/MS +cockle/MDSG +cocoon/MGDS +coddle/DSG +code's +codetermine/S +codfish/SM +codger/MS +coding/M +coelenterate/MS +coeval/YS +cogitator/MS +cognisance +cognitional/Y +cohabitation/o +coherer/M +cohort/SM +coiffing +coincident/Yo +cold-bloodedness +cold-hearted +coldish +coleslaw/MS +collaborationist +collaborator/SM +collagen/M +collation/M +collect/7SDGVhibv +collectedness/M +collectible/S +collectivism/SM +collie/MRy +collimation/M +colloquy/oM +colonel/SM +colonial/S3 +colonise/CnDSAG +colonnade/SMD +colony/oSM3 +colostomy/SM +colour-blind/P +colour-fast/P +colouration/EM +colourfulness/S +colourisation/C +colourway +colt/SM +column/Q3MD8S +comatose +combative/P +combativeness/S +comeback/MS +comedy/SMW +comestible/SM +comet/SM +comfort's/E +comfy/T +commemoration/M +commemorative/S +commend/7nASDG +commendation/AM +commender/AM +commentate/DGS +commenting +commie/MS +commiserate/DSNGnV +commissar/SM +commissary/SM +commonalty/SM +commonest +commons/M +communal +communicator/MS +communion/SM +communiqué/MS +commute/R +compactness/S +companionship/SM +companionway/SM +comparability/SM +comparability's/I +compartmental/Q-q8 +compatibleness/M +compensate/GNnVSyD +compensated/Uc +competence/ISMZ +competency/IS +competent/IY +competitiveness/S +complain/Rk +complainant/SM +complaisance/SM +completable +completing +complex/SGDPTxYXN +complexion/MD +complexity's/c +complicates/c +complimentary/U +comport/L +comprehend/DSvGVNXu +comprehension/IMS +comprehensiveness/S +compression/MC +compressor/MS +compulsive/PYS +compute/RNnBlDGS +computer-literate +computes/A +compère/M +comradeliness +concatenate/DGnS +concealed/U +concede/Rh +conceited/P +concentric/Y +concept/xSoMV +concerns +concertina/DSMG +conch/DMG +conciliar +conciliator/MS +concious +concoction/SM +concourse +concubine/MS +condescension/M +condign +condole +conductance/SM +conduction/M +confection/RM3DGS +confederate/M +confidant/MS +confidence/cMS +configurable/K +confirmation/MA +confiscate/SnDGNy +confiscation/M +conformable/U +conformity's/IU +confrère/SM +confutation/M +conger/MS +congest/GSVD +congress/Dm5SxMG +congresspeople +congressperson/S +congruential +congruently/I +conifer/MS +conjecture/MDGSo +conjugate/NSGnDYV +conjunctivitis/MS +conman/M +connect/vSiGVDhb +conquerable/U +consanguinity/SM +consecration/MAS +consequentiality/SM +consequentially/I +conservative/SP +considerably/I +considerateness/I +considering/S +consist/SDG +consol's +consolidator/MS +conspirator/MSo +conspiratorial +constable +constance/Z +constancy/SIM +constantly/I +constipation/M +constituted/A +constraint/MS +constrictor/MS +constructable +construction's/AaC +constructional +constructionist/C +constructive/3PY +consul/SM +consultation/M +consumer/3 +consumption/cM +contagious/YP +contaminate/DnCGSN +contamination/MC +contd +contemplate/nDuGVNv +contemporariness/S +contented/P +contestable/I +contestant/MS +contextualise/C +contiguity/MS +contiguous/PY +continent/IY +continents +continuable +continual +continuation/ME +continuer/M +contort/GDV +contra/Sy +contrabass/M +contrail/M +contralto/MS +contrariety/SM +contravener/M +contribute/DvGyV +controllable/U +contumacious/Y +contumelious +conurbation/MS +convalesce/SDG +convector +convener/SM +convenor +conventional/Q38 +conventionality/UMS +conversion's/A +converted/UA +convertibilities +conveyancing/M +convince/RkGDS +convivial/Y +cooker/MSZ +cool/DTYPSRG +coordinate/GDV +coordinated/U +coordinator/M +cop-out/S +copay/S +copied/A +copilot/MS +coquetry/SM +coracle/MS +coralline +cord/DAGESM +cord's/F +cording/MA +cordon/MdS +corked/U +corn/SZRGMDz2 +corneal +cornfield/SM +corniness/S +coronary/S +coroutine/MS +corp. +corporate/EI +corporately +corporatist/SM +corpulence/MS +corpulentness/S +corpuscle/MS +corrected/U +correctness/S +correlator/MS +corroboration/M +corrosive/SP +corrugate/NDGSn +corruptibility/MIS +corruptible/I +cortices +cosignatory/SM +cosiness/S +cosmetician/SM +cosmic/Y +cosmonaut/MS +cost-cutting +costliness/S +cottagey +cotyledon/MS +cougher/M +coulomb/SM +coulée/SM +councillor/MS +count/BlDRGSZp +countenances/E +counter-espionage/SM +counter-revolutionary/SM +counteraction/SM +counterfoil/MS +counterforce/M +counterpane/MS +counterpoint/SGMD +countervail/DGS +counterweight/MDSG +country/m5MS +countryside/MS +coup/AS +coupon/MS +courages/E +courier/SDGM +courtesied +courtliness/S +courtly/TP +cousin/MYS +couture/MS +covariate/SN +cove/MDRGS +covenanter/M +covertness/S +covetous/YP +covey/MS +cow/GmDhMS +cow-lick/MS +cowardly/P +cowslip/SM +cpl +crabbiness/S +crackly/T +crackpot/MS +cradle/GMDS +craft/m5z2SZMGD +craftspeople +cragginess/S +craggy/TP +cram/DGS +cranberry/SM +crash-land/GD +cravat/MSDG +craven/PdY +cravenness/S +craw/MSY +crawlspace/S +crayon/MdS +craze/DZSGM +creak/2zDGSZ +creaky/TP +creative/YP +creativeness/S +creaturely/P +credential/MS +credibly/I +credited/EU +credulous/YI +credulousness/MS +creedal +creeds +creepiness/S +creepy/TSP +cremate/DnyNGS +crenellated +crest/pSMGD +crewel/MS +cribbing/M +cricket/rSMd +cries/e +crispness/S +criss +criticality +criticism/SM +criticize/k +croak/RDGSZ +croaky/T +crochet/rSZdJ +crockery/SM +crook/ihMDGS +crooked/P +croon/GDRS +croquet/SdM +croquette/MS +cross-bred/S +cross-dressing +cross-fertilisation +crossbeam/MS +crosscurrent/MS +crosser/S +crossroad/MS +crossways +crosswise +crotch/MpSD +crotchet/M2ZS +croutons +crowbar/DMGS +croûton/MS +crucial/Y +crucify/RSG7D +crumby/T +crunchie +cry/GCSDR +crybaby/MS +crystallite/MS +crystallizes/A +crystallographer/MS +crème +crêpey +cub/wdDG1W3MS +cubism/MS +cuisine/SM +cul/DG +culler/M +culmination/M +culpa/MS +culpability/MS +cultism/SM +cultivated/U +cultivator/SM +cummerbund/SM +cumquat's +cumulus/M +cupcake/MS +cupid/S +cupidinously +curability/SM +curacy/SM +curatorial +curbing/M +curdle/SDG +curettage/SM +curie/MS +curium/M +curlycue's +currant/MS +curriculum/M +cursive/EY +curtail/GLDSR +curtsey/MDSG +curving/A +cussed/YP +custodial +custom-made +cut-and-paste +cutaway/MS +cuttingly +cwt +cyanate/M +cyclamen/MS +cycler/A +cycleway/S +cycling/A +cycling's +cynosure/MS +cytochrome/M +czarevitch/M +d'Azur +d's/A +daddy/SM +daffy/T +dairy/SmG5M +dalliance/MS +damageable +dampen/rdS +dandy/SYMT +dank/TYP +dapperer +date/hVDpRiMSG +dateline/DSMG +daughter/MYS +davit/MS +day-boys +day-long +daybreak/MS +daylight/SMDG +daysack +de-industrialization +dead-heat +deadbeat/SM +deadbolt/S +deaden/dkS +deadlock/MSGD +deaf-and-dumb +death-roll +death-trap/SM +deathless/Y +deb/MS +debarkation/M +debauchery/MS +debenture/SM +debtor/SM +decaf/S +decal/MS +decapitator/SM +deceit/6jMS +decent/YI +deception/MS +decile/MS +decimal/qQ-M8YS +decision's/I +decision-making +decisive/IPY +deckhand/S +declaim/y +declamation/MS +declared/AKU +declension/MS +declivity/MS +decoke +decompose/B +decompresser +decontrol/DG +deconvolution +decorating/Ac +decorator/SM +decrepit +decrescendo +dedicator/MS +deduce/GNVSvDbn +deduct/bG +deed's/a +deeds/a +deep/TYPS +deepness/S +deerskin/MS +deerstalking/M +defalcation/M +defecate/GSNnD +defection/SM +defectiveness/S +defenceless/Y +defenestrate/SDG +defensible/YI +deference/SM +deferential/Y +defibrillator/MS +deficiency/MS +defined/U +definition/ASKM +deflation/yM +defoliator/MS +deform/7xnRNG +deft/TYP +deftness/S +defuse +defy/DGSRk +deg +degrade/ikh +degreed +deity/SM +deject/DhiGS +delectation/MS +delegable +deli/M +delicate/IPY +delicates +delicatessen/SM +deliquescent +deliverable/U +deliverables +delude/GXVNvSkDxu +delve/SRDG +demand/DGkS +demijohn/MS +demilitarize/GNnS +demise/GMSD +demit/NGDS +democracy/SM +demographic/S +demonology/M +demonstrably/I +demonstrativeness/SM +demonstratives +demur/DSG +demure/PY +denial/MS +denigration/M +denizen/dSM +densenesses +denser/F +densitometry/M +dents/I +deodorant/MS +deodorize/RGDnSN +dependability/MS +dependence/MSZ +depict/DGS +depletion/M +deployable +depot +deprecation/M +depressant/S +depression/M +depressive/S +depressor/MS +derivable +derivation/M +dermatitides +descant/MS +descend/GDRS +descendant/MS +desert/DGMRS +desertion/MS +deserving/U +desiccant/S +design/xJ7NhnV +designed/A +desirous/YP +desolate/PnSGDNYk +desperation/M +despondency/MS +despotism/MS +destitution/MS +detect/DBGVlS +detectability/U +detention/MS +deterioration/M +determinate/PIYN +determinative/P +determinedness/M +determinism's/I +deterrence/SM +dethrone/LG +detonate/DSGVNn +detonator/MS +detoxify/NnDGS +deuteron/M +developing/c +developmental/Y +develops/c +devilish/PY +devolve/GDS +devout/TYP +dewar +dewberry/SM +dhow/SM +diabolic/Y +diagnostic/SMY +diagrammable +dialectal +dialogue/S +dialyse/DGS +diapason/MS +diaphanous/YP +diaphragmatic +diarrhoea/WMS +diary/S3M +diathermy/SM +dickey/MS +didn't +dietetic/S +dietician/MS +differ/dS +differential/MYS +differentiated/U +diffident/Y +diffractometer/MS +diffusivity/M +digerati +digests/K +digitalis/M +digram +digraph/MS +dikkop/S +dilatation/MS +dilemma/MS +dilettantish +dilogarithm +dim/rPDRTYGS +dimethyl/M +dimethylglyoxime +diminutive/PYS +dimorphous +dimply/T +dinar/MS +ding-dong +dinginess/S +dingy/SPT +diorama/MS +diphthong/SM +diplomacy/SM +diplomata +diplomatics/M +dipstick/MS +diptychs +directed/aAIU +directing/a +direction-finder +directional/S +directions/A +directive/SM +dirigible/S +disabuse +disadvantageous +disappoint/hk +disarrange/L +disbelieve/k +disburse/LSDG +disc/SM +discerning/U +disciplinary +discipliner/M +disclosed/U +discomfit/d +disconcert/k +disconnection +disconsolate/Y +discontinuous +discordance/MS +discourage/LGDk +discovery/ASM +discreetly/I +discreteness/S +discuss/N7X +disease/G +disenchant/L +disfigure/L +disguised/U +disgust/kj6h +dish/MDGS +dishevel/LSDG +disinfectant/MS +disingenuous +disinterested/P +disjointedness/S +dismayed/U +dismount +disordered/P +disperse/RSbDXhLNVGvu +dispirit/dS +disposition/KMI +disproportion/N +disquisition/MS +disrupter/M +disruptor/M +dissension/SM +dissertation/SM +dissidence/MS +dissipated/P +dissipation/M +dissolved/U +distaff/MS +distance/SeDG +distinction/MS +distinctly/I +distinguish/l7GSD +distinguished/U +distracted/P +distributive/PS +distributivity +disturbed/U +ditcher/M +dither/dS +ditty/SM +diurnal/SY +dive/TDRJSG +divergent/Y +divers/NX +diverseness/S +divertimento/M +dividing/A +divination/M +division's +divisive/P +divot/MS +divvy/SMGD +do-gooder/S +docile/Y +dockyard/MS +documentation/M +dodge/RSZDG +doek +doesn't +dog/DZhGMiS +dog's/f +dog's-tail +dog-leg/D +dog-tail +doggedness/S +doggo +doggy-paddle +dogma/SMW1 +dogmatics's +dogs/f +doing/cae +dolly/MGDS +dolphin/MS +domain/MS +domesticate/DGS +dominance/SKM +donate/DSG +donation/M +donative/M +dong/SMDG +dongle/S +doom-laden +doomsday/MS +door-to-door +doormat/SM +doors/Ie +dope/MS2 +dopey +dopiness/S +doppelgänger +dorm/RMS +dorsal/Y +dossier/SM +double-headed +douche/DSMG +downfall/MS +downswing's +doze/DSGZ +drab/TYP +drafter/SM +drag/SZDMG +dragging/Y +dragnet/SM +dragon/MS +drain/RSMDG +drainpipe/SM +dramatist/SM +drape/SRyGD +drawing/M +drawn/AcIe +dream-world/S +drear/2Zz +drench/SDG +drew/cAe +drivable +drive/SJRG +drive-ins +driven +drollery/MS +drool/RGDS +drop-forging +drop-head +drop-test/MDSG +droplet/SM +drops/wZ +drought/SM +drowse/ZDSG +drub/SRDGJ +drubbing/M +drudger/M +drug/SGDM +drumbeat/MSG +drupe/MS +dry-cleaned +dry-eyed +dryish +dubbeltjie +duckpins +ducky/TSM +ducts/IC +duet/GMDS +dumb/GYPDT +dumbbell/MS +dunk/SDG +duodenal +duopoly/3M +duplicability/M +durability/MS +duress/SM +dusk/2SZMDG +dustcart/M +dusting/M +dustmen/M +dutifulness/S +duty/76jSM +dwarfness +dwelling/M +dwelt/I +dwindle/DGS +dying/U +dyke/MS +dynamo/MS +dyspepsia/MS +débutante/SM +déjà +dénouement +dépaysée +déshabillé's +e-mail/MDSG +eager/YcP +eager's +eagerer +eagerest +eagerness/S +eaglet/SM +ear-piercing +ear-splitting +earful/MS +earlobe/S +earphone/SM +earring/MS +earth/GZ2YDM +earthenware/SM +earthmen +earthmover/M +ease/LDGMSZ +ease's/UE +eases/E +easily/U +east/GM +eastbound +easterly/S +easy/TPY +easygoing/P +eat/RGS +eatery/SM +eats/c +ecclesiasticism +echelon/SMd +echoes/A +eclipse/DGSMW +ecliptic/SM +eclogue/SM +ecocide/MS +econometrics/M +economical/U +economics/M +ecstasy/SM +ectopic +ecumenical/Y +ecumenist/MS +edibility/SM +edible/I +edition/MS +editorial/8Q9Ss3Y +edits/F +educables +educated/UfcA +education/AF +educational/FY +effective/PIY +effector/MS +efferent/SY +effervesce/DSG +effervescent/Y +efficacy/IMS +efflorescent +effluent/SM +efflux/MN +effuse/SNVDGvXu +effusiveness/S +egalitarianism/SM +eggbeater/SM +eggcup/SM +egis's +egocentricity/SM +egoism/SM +egotist/WSM1w +egregious/YP +eider/SM +eight/HZMS +eighty-first/S +eighty-five/H +eighty-nine/H +eighty-three/H +eighty-two +eisteddfod/MWS +ejaculate/DnSGNy +ejaculation/M +ejection/MS +eke/GDS +elans +elderly/SP +elect/BDVvuGS +electress/M +electric/SY +electrochemical/Y +electrocute/DSG +electrodynamic/SY +electromechanics +electromyographic/Y +electronegative +electrophorus/M +electroplate/DGS +electroscope/MSW +electrotherapist/MS +elects/A +elegant/YI +elegiac/S +elegy/SM +elephantiases +elevator/MS +elfin/S +elicitation/M +elision/M +eliteness +ellipsoid/SM +elliptical/S +ellipticity/M +elsewhere +elucidate/GnDNVS +elusiveness/S +email/MDGS +emanation/M +emasculate/nNSGD +embalm/RDSG +embarrassed/U +embellisher/M +embezzle/RSLGD +emblazon/LdS +embodies/A +embower/dS +embrocation/SM +embroil/LDGS +embryo/MS +embryonic +emcee/GSM +emender +emergent/S +emeriti +emeritus +emetic/S +emigrant/MS +emigrate/SnDGN +emigration/M +emir/SM +emission's +emittance/M +emotionality/M +emotionally/cU +empanelling +emphasis/Cdr89MQS +emphasise/cGADS +emphysematous +empiricism/MS +emplace/L +employ/BDRLSG +emporia +emption/SM +emulsification/M +enacted/A +encapsulate/DNSGn +encase/DSLG +enchants/E +enclave/SM +encomium/MS +encounter/Sd +encrypt/GSD +encumbrance/SM +endeavour/RSDMG +endive/SM +endnote/MS +endogamy/M +endorphins +endoscopy/SM +endothelial +endungeoned +energetic/YS +energised/U +enfeeble/GLSD +enforceable/U +enforcer/AS +engagingly +enjambment/SM +enjoin/GDS +enjoinder +enjoy/BLSlGD +enlister/A +ennobler/M +enormity/SM +enquiry/S +enrage/DSG +enricher/M +enrol/DLRGS +enrollee/SM +ensnare/LGDS +entanglers +entering/A +enteritis/MS +enthusiastic/UY +entitle/LDGS +entr'acte/S +entrant/SM +entreaty/MS +entrechat/S +entrecôte/MS +entremets +entrench/GLDS +entrepreneur/MS +entrust/GSD +entry/MS +entryway/MS +enumerable +enumerated/A +enumeration/M +enunciate/DGNSn +envelop/rdSL +enviable/U +environmentalism/MS +enzymatic/Y +epicure/SM +epicycle/SWMw1 +epidemiology/w1S3M +epidermal +epigraph/wMSZ +epigraphy/SM +epilogue/SMDG +episcopacy/MS +epitaxial +equability/SM +equalized/U +equalling +equestrianism/SM +equinoctial/S +equipoise/SMDG +equiproportionate +equispaced +equity/SIM +equivocalness/MS +eradicate/GNDSVn +erectness/S +eremite/MS +ergo +ergot/MS +erotic/YS +err/GDkS +escalate/CSnDNG +escalope/MS +escapee/MS +escarpment/SM +escritoire/MS +escrow/DGMS +esoteric/Y +espy/SGD +essential/PS3Y +establisher/M +estimableness's +estimate/DSncNfG +estimator/MS +estuary/MS +etching/M +eternal/PY +ethane/M +ether/M8QS +ethnic/YS +ethnicity/SM +ethyl/MS +ethylene/M +eugenic/3SY +eugenicist +eukaryote/S +eulogized/U +eulogy/Q39Ms8S +eunuchs +eureka/S +eustatic +evacuate/GDnSNV +evacuation/M +evadable +evaluate/NnDSVGx +evaluating/A +evanescence/MS +even-handed/Y +evenly/U +ever +everlasting/PY +eviction/MS +evildoing/SM +eviscerate/GSDNn +evisceration/M +evolute/MS +evolutionism +evolutionist +ex-communist/MS +ex-wife +exacted +exacter/M +exaggeration/M +exaltation/M +examined/AU +examinees +excavation/M +excavator/MS +exceeder/M +excellency/MS +excellent/Y +exceptionalness/M +excerpt/GMDS +exchange/GRSD +excitability/MS +excite/BDRNnLSlhkG +exciting/cU +exclusion/My +excommunicate/SnDVGN +excommunication/M +excreta +exculpate/SNnDGy +excursive/PY +excursus/SM +excuse/DRSlG +execrable/PY +execute/RSVDGx +executor/MS +exemplary/P +exemplification/M +exemption/SM +exhale/DNSnG +exhaustion/MS +exhibitionist +exhibitor/MS +exigence/SZ +exiguity/MS +existential/3Y +exocrine +exogamous +expanse/DGMSb +expansionism/MS +expansionist +expectancy/SM +expectational +expectorate/DSnGN +expediency/SIM +expeditiousness/S +expend/7DSvuGV +expensive/PIY +experiential/Y +experiment/SMRGnoND +experimental/3 +experimentation/M +expert/YPI +experting +expiate/yDNGSn +explanatory +explicable/I +exploit/nDRVM7GS +exploitation's +exploitative +exploration/M +expo/SM +exponential/YS +exposed/U +expresser/M +expression/pM +expressive/IPY +expropriator/MS +expurgated/U +exquisite/PY +extemporaneousness/S +extends/c +extensively/F +extent/MS +extenuate/SNnDG +extermination/M +exterminator/MS +extinction/MS +extirpate/VNnSDG +extort/DSVG +extraction/MS +extraditable +extradition/SM +extralegal/Y +extravagance/MS +extravaganza/MS +extremis +extremity/SM +extrinsic/Y +exude/nSDG +exurb/SM +exurbanite/MS +eye-opener/MS +eye-opening +eye-teeth +eyebrow/SM +eyepiece/MS +eyrie's +f-stop/S +fa/M +fabler/M +fabric/nMSN +fabrication/KM +fabricator/MS +face/eGKDASC +face's/K +facelift +facilitate/NDGVynS +facing/MS +facsimileing +fact/YxMyS +factuality/M +fad/rdMS +faecal +faggoting/M +fain +fairing/M +fairness/U +faithful/UY +fajitas +fall-off +fallibly/I +fallout/SM +falsetto/MS +falsity/MS +fame/DCS +fame's +familiar/qs8YQ-9S +familiarise/k +fan/ZDGMS +fancy/SDjG6YPTR +fandango/SM +fanfare/MS +fanout +fantastic/Y +fantastical +fare/MS +farewell/SGMD +farinaceous +farmhouse/MS +faro/M +farrago/MS +farrow/DSMG +fart/MDSG +farther +farthest +fas +fascination/M +fashions/A +fast-forward +fastback/MS +fatal/3 +father-in-law +fatherly/P +fathom/dS7pM +fatness/S +fault-finding +favour/lMRkJD7hGiS +favourite/MS +favours/E +fax/SDGM +fealty/MS +fear/SpMDjG6 +fearful/TP +fearfulness/S +feasible/PY +feather-head/D +feather-stitch +feathering/M +feature/SDGMp +feature's/a +feckless/PY +federal/q38-QY +fee/GMdYS +feeble/PTY +feed/RGS +feeling/PM +feline/SY +fell/TGDS +fellah +fellahin +fellatio/MS +fellowship/MS +felony/MS +felting/M +feminine/SYP +feminism/SM +feminist/MS +feminize/NSnDG +femoral +fenland/M +fermion/SM +fernery/M +ferret/dMrS +ferrite/M +ferroelectric +ferry/GmSDMW +fervency/SM +fetish/SM3 +fetishism/MS +fetlock/SM +fetter/dSU +fever/MSd +fey/T +ff +fibreglass/M +fibrillation/M +fibulae +fichu/SM +fickleness/S +fiction/OMoS +fiducial/Y +fiduciary/MS +field/MRIeS +fiesta/MS +fifteen/HMS +fifty-six/H +fifty-twofold +fighter/MIS +figurations/4 +figure/FGDRnSN +filamentary +filamentous +filbert/SM +filch/DSG +filial/UY +filigree/GMS +filings +filled/UcA +filleting/M +film/DG2MSZ +filmy/PT +filter-tipped +filthiness/S +financed/A +fingertip/MS +finickiness/S +fire-bug +fire-guard/M +firedamp/SM +firefly/SM +first-aid +first-born/S +fish-hook/SM +fish-tanks +fishlike +fishwives +fissile +fistula/SM +fistulous +fitfulness/S +fitments +five-a-side +five-finger +fixed/UK4 +fixedness/M +fizzy/T +flail/MDGS +flair/MS +flak/SMd +flake/SZM2 +flamboyancy/SM +flamenco/SM +flames/I +flamingo/SM +flange/DGMS +flanked/e +flap/DRGMS +flashback/MS +flatcar/MS +flatfish/SM +flatmate/MS +flattop/SM +flavouring/M +flaxen +fleck/DSMG +fledged/U +fleeciness/S +fleer +fleeting/P +fleetness/S +fletcher/M +flexibility/MSI +flinching/U +flip-flop/S +flirtation/M +flirtatiousness/S +floating-point +flock/DSMJG +flog/DGJRS +flood/MDGS +floodplain/S +floorer/M +floozy/SM +flora/SMo +flossy/ST +flowchart/GS +flowerbed/SM +floweriness/S +flown/c +fluff/DMSZ2G +fluke/SZMDG +fluorescence/SM +fluorescent/S +flurry/MDSG +flute/SZMJDG +fluting/M +flux's/I +flyer/MS +flypaper/M +flypast/M +foam/D2MGSZ +foamy/TP +focus/CSdADG +foe/MS +foeticide +foetid/Y +fogbound +foghorn/SM +folk-song/S +folk-tale/S +folks/2Z +foll +fondle/DSG +font/S +food/MS +foodie/S +foolery/MS +footrace/S +footsoldier/SM +footstep/MS +foppery/MS +fora +foray/GSMD +forayer/M +forbidding/PY +forceful/P +forcer/M +forearm/MDSG +forebear/MS +forefinger/SM +foreground/MGDS +forehand/S +foreordain/DGS +foreseeable/U +foreshadow/GDS +foreshorten/dS +foresightedness/S +foreskin/MS +forestall/DRGS +foretell/RSG +forfeit/RGMDS +forgather/Sd +forges/A +forgetful/P +fork/6SGMD +forlorn/TPY +formalism/MS +formant/ISM +format's +formulation/MA +fornicate/SGNnD +fornicator/SM +forsake/GS +forsooth +forte/SM +forth +fortnight/YMS +fortuity/SM +fortunate/YSU +fortune/GMDS +forty-two +forum/SM +forward/TYDRPSG +forwarding/M +fossil/MQ-8Sq +found/ynDRGS +founds/F +fountain-head/MS +four/SHM +four-poster/MS +fourscore/S +foursome/MS +fourth/Y +foveae +fowler/M +foxes/e +foxiness/S +foxing/e +foxy/PT +fps +fraction/MoNDGS +fractions/AI +fractious/PY +fragility/MS +fragment/DGnSMN +fragmentation/M +fragrance/SM +fragrant/Y +frailty/SM +franchisee/MS +frangible +frank/DTPSYG +frankfurter/SM +frankincense/SM +fraternal/Y +fraternity/FSM +fratricidal +fraud's +fray/DGCS +fray's +freakishness/S +freaky/T +freckle/DYMGS +freeborn +freedman/M +freemasonry +freestyle/MS +freethinker/SM +freeway +freewill +frequent/RTPSDGY +frequently/I +freshness/S +freshwater/SM +fretwork/MS +friend/MpSDGY +friendliness/S +friendly/TYPS +fries's +frig/GJSD +frizz/GYZDS +frizzle/DGS +front/FSDG +front-line +frontage/MS +frontward/S +froth/2GMDSZ +frothy/TP +fructify/DGS +fruitfulnesses +fruition/M +fugitive/YPMS +fulcrum/SM +full-blown +full-dress +full-grown +fuller/d +fullword/SM +fully-fledged +fulmination/M +fulness's +fume/kDSGZ +fumigant/MS +fumy/T +fun/Zz2M +functionalism/M +functor/SM +fund/RGMDS +fund-raising +fundamental/3SY +fundholding +fungible/M +fungicidal +fungicide/SM +fungus/M +funnel/MGSD +furbished/A +furlough/MS +furnace/MS +furrow/DMGS +furthermore +furthest +fury/SM +fusee/SM +fusibility/SM +fusion/FMI4 +fuss/SzZ2GMD +fusspot/MS +futile/PY +future/3SM +futuristic/S +gabby/T +gaff/SGMRD +gage/MS +gaggle/SDG +galactic +gale/AS +gale's +gallanting +galleon/MS +galvanize/nSDGN +gamete/MSW +gamma/SM +gander/dMS +gangplank/SM +gangsterism +gaol/DRMGS +garbler/M +garden/rMdS +gargantuan +garish/PY +garlic/DGSMZ +garment's/f +garments/f +garner/dS +garret/MS +garrulity/SM +garter/MdS +garçon/MS +gasbag/SM +gaseous/PY +gash/DTMGS +gaslight/MDS +gasses +gastritides +gasworks/M +gatekeeper/MS +gateway/SM +gather/ASd +gaucheness/S +gaudy/TYP +gaugeable +gaunt/TPY +gauntlet/MdS +gave +gawker +gazelle/MS +gazette/MDSG +gazetteer/MS +gearbox/SM +gelatine +gen/GD +generalize/l +generation/CMA +generous/cU +genialness/M +genteel/YP +gentian/SM +gentle/P5mTDGY +gentlemanly/P +geodesic/S +geom +geometer/w1SWM +geopolitical +geranium/SM +germanium/M +germinate/VSvGDNn +germination/M +gestate/NGxnDS +gesticulation/M +getaway/MS +ghastly/TP +ghost-written +gibber/dS +gibberish/SM +giber/M +gigantic/YP +gigavolt +gigawatt/M +gill/DGMS +gilt-edged +gimcrack/S +gimp/DGMSZ +ginger/ZdYMS +ginkgo/M +girlfriend/SM +girlhood/MS +girth/DGMS +gist/M +git/M +giveback/S +giveth +gizmo's +glaciate/GDSnN +glaciation/M +glade/SM +glamorise/nDRGS +glamorous/UY +glare/SDkG +glasnost +glass/zD2pMZS6G +glass-blower/S +glass-paper +glassie +glaucous +gleam/SGMD +glib/PTY +glimpse/GRMSD +glissando/M +globalisation +gloom/SZGMDz2 +gloominess/S +glorify/RNnDSG +glory/SGMD +glossolalia/SM +glottis/SM +glow-worm/MS +glower/d +glucose/SM +glue/DRGMSZ +glut/GMSD +gluten/SM +glutton/MS +gnarl/DMGS +gnaw/DGSJ +gnomish +gnosticism +go/RGMJy +go-ahead +goal/DMpS +goal-mouth/M +goalpost/S +goatherd/SM +gobbledegook/M +god/pMYS +godchild/M +godforsaken +godlessness/S +godlier/U +godly/U +going's +gold-plated +goldbrick/DGMRS +goldmine/S +golf/SMRGD +gonorrhoeal +good-looking +good-tempered +goodbye/MS +gooder/S +goodly/T +goofiness/S +gopher/MS +gore/DGMS +gorger/ME +gormandize/DRGS +gory/TPY +gotta +gouge/SDRG +gourd/6MS +gourmand/MS +gouty/T +governess/MS +gracious/PY +graciously/U +grackle/MS +gradate/DGS +grades/A +graffiti +grandam/MS +grandchild/M +grandchildren +granddaddy/MS +grandee/MS +grandiloquence/MS +grandma/MS +grandmaster/MS +grandpa/MS +grange/MS +granular/Y +granularity/MS +grapevine/MS +grapheme/M +grapple/DGS +grasping/P +grasshopper/SM +gratefulnesses +grating/M +gratuity/MS +grave/SDPTRZYGM +gravimeter/WMS +gravitate/nVSDxGN +gravitation/M +greaseproof +great/TYPS +great-grandchildren +great-grandmother/S +greatness/S +greengrocery/M +greenhouse/MS +greenish +gremlin/SM +grey/GPDYS +grill/GDS +grille/MS +grilse +grimness/S +grinning/Y +grip/drGMDRS +gritty/TP +groat/MS +groggy/TP +gross/STPYDG +grotesqueness/S +grouchy/T +grounded/U +groundless/YP +groundskeepers +groundswell/S +grouped/A +grouping/M +grout/MGDS +grovel/GSDR +grudging/U +gruffness/S +grump/M2zSZ +grumpy/TP +grunge/SZ +grungy/T +grunion/SM +grâce +guarantee/MdGS +guardrail/MS +guava/SM +guernsey/S +guerrillas +guesstimate/DGS +guff/SM +guidance/MSa +guided/Ua +guidepost/MS +guider/aM +guile/6pMj +guilelessness/S +guillemot/MS +guilt/Mzp2SZ +guiltiness/S +guilty/PT +gum/G2ZDMS +gumboil/MS +gumboot/S +gumdrop/MS +gumption/MS +gunfight/MRS +gunman/M +gunpoint/M +gunpowder/SM +gunrunning/MS +gunwale/SM +gush/DRZSG +gusset/MS +gusto/M +gutlessness/S +guttural/SYP +guzzle/RSDG +gymkhana/SM +gypsite +gyrate/DNSnG +gyroscope/SWM +h/E +ha'p'orth +habiliment/MS +habitat/MS +habituation/M +hacienda/MS +haematin +haemophiliac/MS +haemorrhage/DWGMS +haemostatic +hafnium/M +haft/GSDM +hag/MS +haggard/YP +haggardness/S +hagiography/SM +hail/RGSDM +hailstorm/MS +hair-dryer/S +haircare +haircut/MSG +hairdresser/SM +hairlike +hairline/SM +hairpiece/MS +hairpin/MS +hairspray +hairspring/SM +hairstyle/3GMS +hake/MS +halaal +halberd/SM +hales/I +half-back/MS +half-blood/D +half-breed/MS +half-century +half-duplex +half-length +half-sovereign +half-track +half-wave +half-way +half-yearly +halfpenny/MS +haling/I +halite/MS +halitosis/M +hallo/GDS +hallucination/M +halon/M +halter-neck +hamburger/SM +hammer/rdp +hamper/dS +hand-to-hand +handbag/SMGD +handgun/MS +handicap/RMGDS +handled/a +handshaking/M +handsomeness/S +hang/7mRGJDS +hangnail/MS +hangs/cA +hanker/Jd +hanky-panky +hanslammetjie/S +hansom/MS +haphazard/PY +haplessness/S +happiness/SM +happing +hard-line/R +hard-working +hardened/U +hardihood/MS +hardiness/S +hardshell +hardtop/SM +harm/DGpM6Sj +harmer/M +harmlessness/S +harmoniousness's +harness's +harpsichordist +harrow/DSMG +harshen/d +hashing/M +hastier +hastiest +hastiness/SM +hatchback/MS +hatcher/M +hatstands +haze/GMDRSZ +hazy/TPY +he'd +headlamp/S +headlight/MS +headman/M +headset/MS +headshrinker/SM +headstall/SM +headstock/M +headteacher/MS +healthful/P +healthiness/SM +heap/SGDM +hearer/cM +heartbeat/MS +heartburn/SMG +hearten/dESk +hearth/MS +hearthrug +hearthstone/SM +heartthrob/SM +hearty/TSP +heated/UKcA +heath/RySM +heating/cK +heats/AcK +heatstroke/SM +heaven-sent +heavenward/S +heaves/M +hebe +hectolitre/S +hedgehog/MS +heel/RSGDMp +heftiness/S +hefty/TP +heh +heighten/dS +heir/FSM +heliography/M +heliosphere +hellishness/S +helot/S +helpfully/U +helpfulness/U +hem/RDMGS +hemlock/MS +henchman/M +henpeck/GSD +heptagon/MS +her/GS +heralded/U +herbage/MS +herbivore/MS +herd/RSmGDM +heresy/SM +heretic/SM +herewith +hermaphrodite/WMS +hermit/MS +hernia/SnM +heroine/MS +heron/MS +herpes/M +hesitant/Y +hesitation/M +heterogamous +heterogamy/M +heterosexual/YSM +heterosexuality/SM +hew/RDGS +hewn +hexadecimal/YS +hexane +hi +hibernate/SGNDn +hid/r +hideaway/MS +hidebound +hideout/MS +hidey +hiding/M +higgledy +high-grade +high-handed/PY +high-rise +hilarious/PY +hilarity/SM +hilltop/SM +hind/R +hinderer/M +hinges/U +hinging/U +hippy/TMS +hipster/MS +hire/GJDRS +his/GJD +hiss/MS +historicity/MS +historiography/wSM +history/K1SMW +histrionic/YS +hitch/RDGS +hitches/U +hitting/a +hoarfrost/MS +hocus-pocus +hokey-cokey +holding/M +holdout/SM +holds +hole/GMDSZ +holidaymaker/S +holy/TPS +homager/M +home-grown +home-making/M +home-shopper +homepage +homey/P +homicidal +homier +homiest +homing/M +hominid/SM +homoeostasis/M +homoeostatic +homoerotic +homogenate/MS +homologue/M +homomorphism/MS +homonym/MWSZ +homophone/ZMS +homopolar +homopolymers +homopterous +homotopy +honester +honeydew/SM +hook-nosed +hooker/MS +hookup/SM +hopeless/YP +horde/SM +horizon/SM +horn/Gi2DpSZM +horn-rimmed +horrify/WDk1GS +horror-stricken +horror-struck +horsehair/MS +horsemanship/SM +horsing/M +hospitality/IM +hostel/MRSyDG +hostile/Y +hostility/SM +hot-wire +hotel/mMS +hotheaded/P +hotline +house-husband +house-sit/R +housebuilding +housematers +houses/Ae +housetop/MS +housewares +housework/RSM +hove +hoverer/M +how/MS +hoydenish +hr. +hrs. +hub/MZS +hubbub/M +hubby/MS +hug/DGS +hullabaloo/MS +hullo/MDGS +humane/IY +humaneness/MS +humanise/CnDRGS +humble/PTSDGY +humbleness/S +humdinger/MS +humidity/SM +hummable +hung/cA +hungriness/S +hunker/Sd +hurling/M +hurrah +hurray/S +hurrier +husbandry/SM +hussar/SM +hyaena/MS +hydrangea/MS +hydrant/MS +hydrating/A +hydrochloric +hydrodynamics/M +hydrogenous +hydromechanics/M +hydrostatics/M +hydrotherapy/SM +hyena/MS +hygienic/S +hymeneal/S +hymn/WGDSM +hymnary/S +hymnology/3 +hyperactivity/SM +hyperaemia/M +hyperbole/SM1W +hypercellularity +hypercube/SM +hyperfine +hypersensitivity/SM +hypersonic +hypertensive/S +hypertrophy/DGSM +hypnotic/YS +hypochondriac/SM +hypocrisy/SM +hypoglycaemia/MS +hypothermia/SM +hypoxic +hysterectomy/SM +hysteresis/M +i's +iamb/WSM +ibex/SM +ice-cold +icebreaker/MS +icecap/SM +iconoclast/SMW +icosahedral +icosahedron/M +ictorianises +idealism/MS +idealogical +ideation/M +identify/lNSRBnDG +idiolect/M +idiomaticness +idiosyncratic/Y +idle/DPRSGT +idol/qQ8sS9-M +idyllist +ignition/MS +ignorance/SM +ignorantness's +ignore/SDG +ilium/M +ill-favoured +ill-judged +ill-mannered +illegitimate/S +illiberal +illumination/M +illusionist +illustration/M +illustrious/YP +imaginativeness/U +imagined/U +imbecility/MS +imbongi +imitation/M +immaculateness/S +immanent/Y +immaterial +immeasurable/P +immensity/SM +immerse/SGbDNX +immerser +immersion/M +imminence/SM +immunodeficiency/S +immunodeficient +immure/DGS +impale/L +impartial +impassable/P +impassive/P +impassivity/M +impeachable/U +impecunious/PY +impedance/SM +impeded/U +impel/RnNGSD +impenetrable/PY +imperturbability/MS +impetuousity +impimpi +imping/G +implicate/SGD +implode/GNXDS +impostor/MS +impoverish/LDSG +impracticable/P +impregnability/MS +impress/uLvNVbX +impressibility/SM +impressionism/MS +impressionist/W +imprint/M +impudence/SM +impugn/BRGLSD +impulsiveness/S +impunity/SM +imputation/M +inadmissible +inadvertent/Y +inbuilt +incalculable/PY +incant/NnG +incarnate/AGDSNn +incendiary/S +incestuous/PY +inchoate/GSD +inchworm/MS +incisiveness/S +incisor/SM +inclusive/P +incondensable +incongruousness/S +inconsiderable/P +inconsonance +inconstant +incontrovertible/Y +incorrigibility/SM +increase/Jk +incredulous/c +incubator/MS +inculcate/SNnDG +incumbency/MS +incumbent/S +incurable/S +indaba/S +indecision +indent/GNn +indented/U +independence +indescribable/PSY +indeterminable/Y +index-linked +indigence/MS +indigent/SY +indignant/Y +indiscretion +individualize/k +individuate/SDNGn +induct/G +inductance/SM +indulgent/c +indulgently +industrious/YP +industry/MSo +indwell/G +inept/YP +ineptitude/MS +infancy/M +infantry/mMS +infarction/SM +infection/EMAS +infective +inferno/MS +infertile +infighting/M +infill/GM +infiltrate/V +infirmary/SM +infirmity/SM +infix/M +inflame/NX +inflation/EySM +inflicter/M +influx +informal +infra +infra-red/M +ingenuity/MS +ingest/SVDbG +ingot/MS +ingredient/MS +inharmonious/P +inhere/DSG +inheritor/S +inheritress/MS +inheritrix/SM +inhibited/U +inhumaneness +inimitable/PY +initialize/ASGNnD +initialness +initiative/MS +inject/7SVGD +injured/U +inkatha +inkiness/S +inkling/MS +inland +inlay/SG +inly/G +inmate/SM +innards +innerspring +innervation/M +innocence/SM +innumerable/PY +inoculate/DAGNS +inquire/RZDGk +inquisitive/PY +inquisitorial +insatiable/YP +inscribe/RXN +inscription/M +inscrutable/PY +insectivorous +insecure +inseminate/SnGDN +inside-out +insinuation/M +insomniac/S +inspection/MS +inspectors' +inspiration/M +inspirer/M +inspiring/U +install/7NRn +instanter +instead +instigator/MS +instructive/P +insulter/M +insurrection/MS3 +integrand/MS +intelligibly/U +intense/P +intensify/RSnDNG +inter/ELDG +inter-modal +inter-personal +intercaste +interceder/M +intercensal +intercessor/SM +interchange/BDGlS +interchangeable/P +interchanger/M +interclass +intercollegiate +intercom/SM +interconnect/SDiG +intercourse/MS +interdepartmental/Y +interdependence/MSZ +interdependency/MS +interested/UY +interfacer +interference/MS +interferometry/M +interferon/MS +intergalactic +intergeneration/Mo +interlayering +interlibrary +interlinear/S +interlingua's +interlobular +interlocutory +interlude/SM +intermediary/SM +international/-q8Q3S +internetwork +internship/SM +interocular +interpenetrates +interpolatable +interpreter/aMS +interpreting/a +interpretor/S +interrogatory/S +interrupt/RbGVDS +inters +intersection/MS +intersession/MS +interspecies +interstellar +intertask +interview/ASDG +intervocalic +intimal +intimate/DPSnNYG +intimater/M +intraclass +intrafamily +intransitive/S +intransitiveness/S +intraregional/Y +intrepid/PY +intrepidity/MS +introduce/DAnSGN +introit/SM +intuitionist/M +inundate/GSNn +invalidism/MS +invasion/M +inventive/YP +inventress/MS +invest/AEL +invested/A +investigated/A +inviolability/MS +inviolable/Y +invisible/PS +invitation/Mo +involver/M +inward/YP +ionosphere/MSW +iota/MS +iridescence/SM +iris/MS +ironclad/S +ironical/P +ironie +ironing/M +ironmonger/MSZ +ironmongery/M +ironside/MS +ironstone/MS +ironwood/MS +ironwork/MS +irrefutable/Y +irresoluteness/S +irresponsible/S +irritate/BSVDNhGkn +island/RSM +isle/MS +ism/CMS +isn't +isobar/WSM +isochronal/Y +isolator/SM +isoperimetrical +isosceles +isotope/MSW +isotropy/1WM +issued/A +isthmian +itch/DSGZ2Mz +iterate/vSVDNGn +iterating/A +iterator/MS +ivy/DSM +jacaranda/MS +jack/MGRDJS +jackal/SM +jackhammering +jade/hMDSi +jagged/P +jaggy/T +jailbreak/MS +jalapeño/S +jauntiness/S +jaunty/TP +jawbone/DSM +jawbreaker/MS +jay/MS +jazzmen +jazzy/TP +jealous/YPZ +jean's +jello's +jelly/DMGS +jemmy/M +jenny/MS +jerepigo +jerker/M +jerkiness/S +jeroboam +jerry-builder/S +jerry-built +jet-setted +jet-setter/SM +jetsam/SM +jettison/dS +jewel/RGSMD +jeweller/Z +jewellery/M +jg/M +jib/MGDS +jib-boom/S +jig/RDMGS +jigsaw/MS +jimmied +jingly/T +jingoism/MS +jingoist/WMS +jitsu +jiujitsu's +jobbery/M +joblessness/S +jocular/Y +jocund/Y +joey/M +joined/A +joins/A +joint/YFE +jointer/M +jointures +jokey +jolly/TDSPG +joust/GMRSD +jovial/Y +jowl/SYM +joyfulness/S +joyous/YP +joyride/MRSG +jubilee/SM +judge's +judgeship/MS +judicious/IPY +judo/MS +jugular/S +jujube/MS +jukskei +jump/RGSZ2Dz +jump-start/G +juniper/SM +junket/dMS +junkie/M +jurisdictional +jurist/W +jussive +just/PTY +justifiably/U +justnesses +jut/DGS +juxtapose/SDGXN +juxtaposition/M +kW +kaal +kaalvoet +kaftan +kakiebos +karaoke +karos +kart/M +kayak/SM +keeler +keen/TGYPD +keep-fit +kerbside +kerk +kestrel/MS +ketchup/MS +keurboom/S +key/GMDS +keyboard/RSMDG +keyring +keystroke/DMS +khalifa +kickballs +kickstand/MS +kidding/MY +kiddo/SM +kidnap/DGRSJ +kiepersol/S +kif +kikuyu +killable +kilohertz/M +kilolitre/SM +kimono/MS +kind-heartedness/S +kinda +kindest/U +kindness/S +king-size/D +kingfisher/MS +kink/zMDG2SZ +kinkiness/S +kinky/TP +kip/RGMDS +kirsch/S +kitchenette/MS +kite/MS +kite-flying +kitskonstabel/S +kitten/MdS +klap +kleptomania/MS +klutz's +knavish/Y +knee/MdSG +knick +knick-knack/SM +knightliness/S +knitwear/M +knives/M +knobkerrie/S +knockabout/M +knot/DS2ZGM +knowingness +kombi +kook's +kopeks +kosher +kriegspiel/M +kt. +kumquat/MS +kwela-kwela +laatlammetjie +laboratory/MS +labour-saving +labouring/M +lac/MDGS +laceration/M +laces/U +lacing/M +lackey/MDGS +lactose/SM +ladder/d +laden/cU +ladybug/SM +lagging/M +lagoon/MS +lair/MDSG +lam/DGS +lambswool +lamebrain/MS +lamentation/M +lamination/M +lampooner/ZM +lampshade/MS +landaus +lander/eSM +landing/M +landlocked +landlord/MS +landlubber/MS +landowner/MS +landownership/M +lankiness/S +lanolin/MS +lantern/MS +lanthanum/M +lanyard/SM +lappie/S +laptop/MS +lapwing/MS +larboard/MS +larcenous +lard/RGSZMD +largess/SM +largish +larker/M +larney +laryngitides +lash/GMJDS +lash-up +lassie/SM +latched/U +latecomer/SM +latent/Y +later/A +latex/MS +lather/d +lathing/M +latter-day +laughable/P +launder/rSd +laundered/U +laundromat/S +laureate/S +lavage/SM +lavatory/SM +lave/GDS +law/6jMpS +lawaai +lawgiving/M +lawn/MS +laws/e +laxness/S +layabout/SM +layer/dC +layette/SM +laymen/M +layover/MS +layup/SM +le/G3z +leader's/a +leapt +leasehold/RMS +leash's +leavening/M +lebensraum +lectern/MS +led/NX +leech/SGM +leer/GDS2k +leeriness/S +leeway/MS +left-footed +legalistic +legality/ISM +legate/GASnCDN +legatee/SM +legato/MS +legend/MS +legibly/I +legislature/MS +legitimise/SGD +legitimiser +legroom/SM +legwork/SM +lei/MS +leitmotif/MS +lekgotla +lemony +lend/RSG +lengthener/M +lenitive/S +lens/SMDG +leopardskin +leper/SM +leprechaun/MS +lepta +less/U +lessen/Sd +lesson/SMd +lethal/Y +lethargy/1WSM +leviathan/MS +levitate/SNGDn +levity/SM +lexicography/WMw1S +lexicon/SM +liable +liaise/DSG +liar/MS +libel/RSMGD +liberality/ISM +liberalization/M +liberate/CnDGN +libidinous/YP +library/SM +libretti +licensee/SM +licenser/M +lichened +lick/GJDS +lido/MS +lie/FDSG +lied/M +lien/MS +lies/cAf +life-giving +lifeboatman +lifeguard/MGDS +lifeless/PY +lifelessness/S +ligand/MS +light-fingered +light-hearted/PY +lighted/UC +lighten/drS +lightening/M +lighter/MS +lightest +lightweight/S +ligneous +lignum +like-minded +likeability/SM +liken/dS +lilac/MS +limitability +limitation/CM +limited/YP +limitlessness/S +limp/TSYDGP +linage/MS +linden/MS +line/RmGJDSM +line's/e +linearity's/F +linebacker/SM +linger/kdrS +lingua/Mo +linguini's +lining's +linkage/MS +lino/M +lint/SZM +lion/Q-MsS +lionhearted +lionize/D +lip's/f +lip-reader +liquidate/NSDGn +liquidize/RSNDnG +lira/M +list/JpDG +lit/R +literation/4 +literature/SM +lithium/M +lithosphere/MSW +litmus/MS +litre/MS +litter/d +littleness/S +liturgics's +liveable/YP +livelihood/SM +liver/CSZd +liverish +liverwort/MS +lo +loamy/T +loathe/S +lobotomy/SQM +localisable +locater/M +locational/Y +locknut/M +locksteps +loco/MGS +locus/M +locust/SM +logotype/MS +loin/MS +loiter/drS +loller/M +long-ago +long-lived +long-playing +long-suffering/Y +long-term +long-time +long-waisted +longbow/SM +longeing +longer-term +longhorn/SM +longish +lookers-on +lookout/SM +loom/DGSM +loose/YTPGDS +looses/U +loper/M +lopsided/YP +lopsidedness/S +loquacious/PY +lording/M +lordliness/S +lore/SM +lorry/SM +lorryload/S +loss/SpMZ +lossy/T +lotion/MS +loved/U +loveless/YP +lovemaking/M +low-lying +lowlife/MS +lowliness/S +lowveld +lox +loyal/EY +loyalty/MES +luau's +lube/GDSM +lubricity/MS +luckiness/SM +lucrativeness/S +lucre/vMVuS +lucubrate/SGnDN +luff/GMDS +luge/CM +lugsail/MS +lugubriousness/S +lumbago/MS +lumbar +lumberjack/MS +luminescent +luminous/PY +lumpiness/S +lunar/S +lunch/SDMG +luncher/M +lupine/SM +luscious/PY +lusciousness/S +lush/TPY +lustre/pGSDM +luxuriousness/S +lyceum/MS +lychee/MS +lymphoid +lynx/MS +lyre/1SMWw +lyric/S3 +lyrical/P +macadam/QSM +macaroni/MS +macaw/SM +macerate/nSGDN +machine-readable +machinelike +macromolecular +macron/MS +madman/M +madwomen +maestri +magenta/SM +maggoty/T +magi +magnanimosity +magnanimousness +magnate/SM +magnesia/MS +magnetism/MS +magnetometer/MS +magnificence/SM +magnified/U +magniloquent +magpie/MS +mahatma/MS +maidenhead/MS +mail/DRG7SMJ +mainly +mainstay/SM +maintain/RGBDS +maintenance/MS +maintop/MS +maize +makable +make/RSGJ +makeover/S +makwerekwere +malachite/MS +malamute/MS +malarkey/MS +malfeasant +malinger/Srd +malleable/P +malpractice/SM +maltose/MS +maltreat/DLGS +mamma's +mammogram/S +mampoer +man-hour/S +manages/a +mandarin/SM +mandible/MS +manginess/S +mangold +mangold-wurzel/S +mangy/T +manhunt/SM +manifold/MYPS +manna/MS +mannered/U +mannerism/MS +mannerliness/U +mannerly/P +manning/c +manoeuvrability/MS +manoeuvre's +manpower/SM +manslaughter/MS +manta/MS +mantelpiece/SM +mantelshelf +mantra/MS +manual/SMY +manumission/M +mapped/U +marabout's +marathon/rMS +marbler/M +march/DRSG +margarine/SM +margaritas +margin/oMdS +marijuana/MS +marinade/MSDG +marinara/MS +marination/M +marionette/MS +markdown/MS +marketability/MS +marketable/U +marketeer/S +marketing/M +marketplace/MS +markka/M +marlinespike/MS +maroon/DGS +marque/SM +marquee/SM +marquise/M +marriageability/SM +marriageable +marrow/SM +marrowbone/MS +marshal/RSMDGJ +martial/Y +marula/S +marzipan/MS +mascot/MS +masonry/SM +mass-market +massacre/SDMG +massage/DSGM +massiveness/S +mastectomy/SM +master-work/S +masterpiece/SM +mastic/NnSM +matchbook's +matchbox/MS +matches/aeA +matchmaking/M +matchplay +matchstick/MS +matchwood/MS +materialism/MS +materially/I +maternal/Y +mathematical/Y +maturing +maturities/I +matériel/MS +mawkish/PY +maximization/M +maxing +mayflower/MS +mayhap +mayn't +maze/DSGMZ +mazy/T +maître +mañana/M +mbira +meadowsweet/M +mealtime/MS +mealy-mouthed +meander/dJS +meaningfulness/S +meaninglessness/S +meant/U +measurable/UI +measurably/I +measure/LSphDGlM +measurer/M +meatloaf +meaty/TP +mebos +medal/DSM +mediaevalism +medials +median/SMY +medical/S +medicament/MS +medicine/SoM +medico/MS +meditate/nKDSNG +meditative/PY +meekness/S +megawatt/SM +megaword/S +melamine/MS +melanoma/MS +melatonin +mellifluous/PY +melodiously +melodiousness/S +melody/WM1S +melt/DGkS +memento/MS +memorability/SM +memory/s8Q9Mq-oS +menarche/MS +mendacious/PY +mendelevium/M +mender/SM +mendicancy/MS +mending/MS +meningeal +meningitis/M +meniscus/M +menservants/M +menstrual/K +mental/3Y +mentality/MS +menthol/MS +mentholated +menu-driven +merchandise/DRMGSJ +merciless/YP +mercilessness/S +meretricious/YP +meridian/MS +merino/MS +meritocrats +meritorious/YP +merlin/M +mermaid/MS +meromorphic +mesdemoiselles/M +mesh/DGMS +mesmerism/MS +mesmerizing +mesozoic +messenger/SMd +messiah/S +messmate/SM +metabolism/MS +metacarpi +metacircularity +metalliferous +metallise/nSGD +metallurgy/W1wMS +metamorphic +metamorphism/MS +metastasis/dSQM +meteor/SM1W +meter/d +methanol/M +methinks +method/1MwS +methodologists +methodology/MS1w +metropolitan/S +mevrou +mew/GDS +mews/SM +mezzanine/MS +mfg +mgqashiyo +mi/C +mice/M +microamp +microanalysis/M +microbrewery/S +microchemistry/M +microcosm/WMS +microdensitometer +microgram/S +microgramme/S +microjoule +microlevel +micrometeorite/WMS +microprocessor/MS +microsecond/SM +mid/Z +mid-air/MS +mid-flight +middelmannetjie/S +middle-sized +middler +midfield/M +midi/S +midrange +midship/mS +midst/SM +midstream/M +midsummer/MS +midweek/SMY +midwicket +migrant/IMS +migration/IM +migrative +mild-mannered +mildness/S +mileage/MS +milepost/MS +militarism/SM +milk/RD2MGSZ +milkshake/S +milksop/SM +milky/TP +millennialism +milliamp +milliard/SM +millilitre/S +millimetre/S +million/HMS +millisecond/SM +milliwatt/S +mime/DSGM +mimic/GRySD +mincemeat/SM +mind/DiRhjSMGp6 +mind-reader +mindbogglingly +mindful/P +mindlessness/S +mineralisation/CS +mines/f +minestrone/SM +minesweeper/MS +mineworkers +mingle/DFSG +mini/S +minicam/MS +minidress's +minima/M +minimum/MS +minivan/S +minnow/MS +minstrels/Z +minstrelsy/SM +minuet/MS +minute/MDYTPSG +minutia/M +minx/MS +mire/DSGMZ +mirthful/P +miry/T +misaddress +misanthropy/MS +misdemeanour's +misfeasance/SM +misfield +misfire/G +misguide/ih +misinform/N +misnomer/MS +misprint/MG +miss/ESDVG +misshapen/PY +missilery/MS +missionary/MS +missive/SM +misspoke +mistaken/Y +mistaker +mistime/G +mistiness/S +mitochondria +mitotic +mix/RGD7S +mixes/AK +mobcap/SM +mobile/ItQ8s9+-q +mocker/Z +modal +modeller/MS +modelling/S +moderating +moderator/SM +modern/qQs-8T9PY +modernity/MS +modester +modification/M +modish/YP +modulate/AGCDSN +modulation/MCS +moeg +molar's +mole/SM +moleskin/SM +mollify/SNnDG +molo +mom/MS +money-changer/S +moneylender/SM +mongolism/SM +moniker/MS +monism/MS +monkish +monochrome/WMS +monocle/DMS +monoclonal/S +monogram/MDGS +monolayers +monologue/SGMD +monopole/Qs-8Z3S +monosyllable/MWS +monotheist/SW +moonshine/MS +mopane +moped/MS +moppet/MS +morality/IMS +morgue/SM +morn/JMSG +morning/M +moron/MW1S +morpheme/SM +morphine/SM +morphism/SM +morphology/w1MS +morsel/MS +mosbeskuit +mosque/SM +motel/MS +mothball/DSMG +mother/dpY +mother-of-pearl +motherer/S +motherland/MS +motherliness/S +motility/SM +motliest +mottler/M +motto/M +mottoes +moulded/A +mouldiness/S +mount/C7SGD +mountable/U +mounties +mounting/E +mounting's +mountings +mouth/M6SZD2G +mouthpiece/MS +movable/IPS +move/lLRBDSGk7 +moveable/IU +mow/RGDS +mown +mpg +ms +much/P +mucilaginous +muddle/GRSD +mudflat/S +mudroom/S +mudsling/RGJ +muffle/GRSD +mug/ZM2GDRJS +muggie +mulattoes +mulishness/S +multi-access +multi-user +multichannel/M +multicolour/MDS +multicomponent +multicultural +multifunction/oD +multifunctional +multimedia +multinomial/M +multiplex/RCDGS +multiprocess/G +mummification/M +mundaneness +munificence/SM +mural/SM3 +murder/rSMd +murmur/rSMd +muscle-bound +muser/M +mushroom/MGSD +musicale's +muskellunge/SM +musketry/MS +mustiness/S +mutagen/SM +mutant/MS +muted/Y +muumuu/SM +muzzle/USDG +muzzle's +myelitides +myelitis/M +myocardium/M +myself +mystical +mystifying/Y +mystique/SM +mélange +nacelle/SM +nadir/MS +naf/S +nagmaal +nail-biting +nailer/M +nakedness/S +name-drop/RSDG +named's +namer/MS +nanny/DMSG +nanometre/SM +nanotechnology +nap/GZDMpRS +narcotic/SM +narcotise/SDG +narrowness/S +narwhal/SM +nascent/A +nasturtium/MS +nasty/TPYS +nationalised/A +nationalize/CDRGNSn +nationwide +nattiness/S +natural/Q-Sq38Y +naturalism/SM +naturally/U +naturalness/U +natured/Y +naughtiness/S +nausea/SM +nautilus/SM +naval/Y +navigate/SNBGxDn +navigator/MS +naïveness +neat/TYP +nebulousness/S +necessary/YU +necessity/MS +necromancer/SM +necrotic +nectary/SM +needlecraft/M +needleworker +nefariousness/S +neg/unVvN +negligee/MS +negotiability/SM +neigh/SDGM +nematode/SM +neonate/SoM +neophyte/SM +neoplastic +neoprene/SM +nepotist/S +nerve/GUDS +network/GSDJM +neural/Y +neuralgia/MS +neuroscience +neurosis/M +neuterer/S +neutralise/M +neutralist/S +neutralization/M +nevus's +new-laid +new-style +newbie/S +newborn/S +newline/SM +newsagent/MS +newscasting's +newsgroup/MS +newsreader/MS +newsreel/MS +nichrome +nickel/MDSG +nicotine/MS +niece/MS +nifty/TYS +niggard/MSY +nigger/MS +night's +night-blindness +night-life/M +night-owl +night-soil +nightfall/MS +nightless +nightly +nightshirt/MS +nightstick/S +nightwear/M +nimbleness/S +ninety/MHS +ninety-first/S +ninety-five/H +ninety-nine/H +ninja/S +nipple/SM +nitroglycerin/M +nitwit/MS +nm +no-win +nob/MY +nodular +nohow +nominal/SY +nominates/AC +non-appearance/S +non-believer/MS +non-business +non-clerical/S +non-commercial/S +non-compliance/SM +non-contagious +non-continuous +non-convertible +non-corrosive +non-critical +non-determinacy +non-determinate/Y +non-deterministic/Y +non-discrimination/S +non-effective/S +non-electric/S +non-electrical +non-essential/S +non-event/MS +non-explosive/S +non-flammable +non-flowering +non-governmental +non-intellectual/S +non-legal +non-linguistic +non-member/MS +non-metal/MWS +non-military +non-native/S +non-negative +non-negotiable +non-observance/S +non-operational/Y +non-party +non-prejudicial +non-productive +non-programmer +non-racial +non-reactive +non-reducing +non-residual +non-response +non-rhythmic +non-scheduled +non-segregated +non-slip +non-starter/S +non-strategic +non-swimmer +non-termination +non-trivial +non-tropical +non-verbal/Y +non-veteran/SM +non-volatile +non-volunteer/S +non-white/MS +non-working +nonce/MS +nonchalantness +nonentity/MS +nonesuch +nonpareil/SM +nonsensical/P +nook/MS +noontide/MS +nope +norm/DuoSVvMG +north-Westerly +north-north-east +norther's +northernmost +northward/S +notables +notate/DSxVG +notational/CY +noticeboard/S +notwithstanding +nougat/MS +nourishment/f +nouvelle +novae +nowhere +noxious/PY +nuclear +nuclease/M +nucleoli +nucleon/MS +nudge/GDS +nudism/MS +nugatory +nugget/MS +nullity/MS +numb/RYDTPGSk +number/eAdS +numbered/U +numbness/S +numbskull/M +numeracy/IS +numeral/MS +numeration/SM +numerologist/S +numismatist/MS +nunu +nurser/Z +nursery/SmM +nutriment/SM +nutrition/o3SM +nylon/MS +nymphet/MS +née +oafishness/S +oaken +oat/MS +obese +obituary/MS +objectify/DNGnS +objectionable/P +objectiveness/S +objector/SM +objurgation/M +obligate/xnDyNSG +oblige/ESGD +obliging/YP +obliqueness/S +obliquity/MS +obliterate/SnVGNDv +oblivious/PY +obloquies +obscene/YT +obsequies +observability/M +observable/S +observance/SM +observe/DRGlxSNnBk +obsessive/S +obsessiveness/S +obsolete/PSGDY +obstetrical +obstetrician/MS +obstinacy/SM +obstinate/YP +obstructed/U +obstructer's +obtainer +obtruder/M +obtrusive/UY +obtuse/TY +ocarina/MS +occultism/MS +occurrence/MS +oceanic/4 +oceanography/MWS +ocelot/SM +ochre/MS +octagonal +octopus/MS +oddity/SM +odious/PY +odorous/Y +oedematous +oesophagi +oeuvre/SM +off-break +offal/MS +office/SRMo +officemate/S +officership/S +officiator/MS +offset/MSG +offshoot/SM +offside/S +oft +oftener +oftenest +ogre/SM +ohm/WMS +oil/RmZGMD2S +oil-shale +oilfield/MS +oiliness/S +oke +okra/SM +old/T +oldish +oleander/MS +omelet/MS +omnipotence/MS +omnipresent/Y +on-off +on-screen +oncology/MS +one-step +one-time +oneness/S +ongoing/S +online +onlooking +ontogeny/SM +ontology/1SwM +oops/S +opalescent/Y +opaque/TYSP +open/rYdJS +open-faced +open-minded/Y +opened/UA +openness/S +operable/I +operandi +operatic/SY +opine/DGS +opium/MS +opposable +oppose/xSXDNG +opposite/PSY +opprobrium/MS +opt/wxWGD1S +opt-out/S +optima/o +optimise/M +optimistic/c +optionality/M +oracular +orang +orang-outang/S +orang-utan/SM +orbital/SYM +orchestrate/DGS +ordainer/M +ordaining/K +ordainment/K +ordains/K +orderlies +orderly/E +ordinands +organelle/MS +organiser/AMS +organizational/S +organogram +organometallic +orgiastic +orgy/SM +orientate/ADESG +origami/MS +orison/MS +ornamental/S +ornithology/w3SM +orography/WM +orotund +orthodontist/SM +orthogonal/qQ8-Y +orthogonality/M +orthogonalization/M +osier/SM +osmium/M +osmoses +ossification/M +osteoarthritis/M +ostler +other/PMS +otherworldly +ourself +oust/DRSG +out/GMDJS +outang/S +outboard +outclass +outermost +outerwear/M +outflank +outflow/M +outgrip +outlast/G +outlay/M +outlier/S +outlook/M +outperform +outplay +output/M +outshout +outsize +outsmart +outstanding/Y +oval/SMP +ovenbird/SM +over/YMS +over-active +over-anxious/Y +over-delicacy +over-long +over-particular +over-ride/GS +overachiever +overbearing/P +overboard +overbold +overbuy +overcomplexity +overdecorate +overdependent +overdevelop +overdub/G +overdue +overeducate +overemotional +overexcite +overfill +overflew +overhear/GS +overland +overlay +overlier +overload/G +overprotection +oversimplification/M +overspill/M +overstress +oversubtle +overwrite/G +ovulate/DyGS +ovule/NMnS +oxalate/M +oxaloacetic +oxidant/MS +oxidised/U +oxygen/MNn +oxygenate/MDSG +pH/M +pa/oM +pace/eDG +pacer/MS +pacey +pacification/M +packaging/MS +packs/AU +packsaddle/SM +pact/FIS +pact's/I +pad/MDGJZS +paddock/SDGM +paediatrician/MS +paediatrics/M +pageant/MS +paged/U +pagoda/MS +paid/KcfAU +pailful/MS +pain/S6jGMDp +painkiller/SM +painless/Y +painted/U +paladin/MS +palaeoclimatology/w +palaeographer/MS +palaeography/WS1wM +palatability/M +palatableness/M +palmer/M +palpable/YI +pamby +pamperer/M +pan/MGWDS +panacea/MS +panache/MS +panama/S +pandemic/S +pander/dS +panel's +panga +panic/DMSGZ +panicky/T +pans/Z +pantomimic +pantry/MS +papacy/SM +paparazzi +papaw/MS +papbroek +paper-clip/SM +paperback/MS +paperhanging/MS +papery/P +papillae +paprika/SM +parable's +parables +paradise/SwM +paradox/S1MwW +paragliding +paralegals +paralinguistic +parallelogram/MS +paralyse/RSkhWDG +paralysis/M +paramedic/MS +paramour/MS +parapsychology/SM +parathion/MS +parboil/SDG +pardon/7rgldS +pardonableness/M +pare/FSKGD +parentage/SM +parental +parenteral +parentheses +parenthesise/D +parenthetical +parer/F +paring/SM +parliament/SM +parlour/MS +parochial/Y +paroxysmal +parsec/SM +part/IDGCS +part's/f +partake/RSG +parter/S +parterre/SM +partiality/IMS +participant/MS +participial/Y +particoloured +partier +parts/f +parturition/MS +pas/RDGJ +pass/FSGcD +passband +passes/If +passport/MS +pastern/MS +pastis +pastry/SM +pasture/DSGM +patch/ESDG +patchy/TY +patellae +patentor/MS +paterfamilias/SM +path/pMS +pathogenesis/M +patient/IY +patienter +patio/MS +patois/M +patriarch/ZM +patrimonial +patriot's/F +patriots/F +patronize/k +patroon/MS +paved/UA +pawner/M +pawnshop/MS +pawpaw/M +pay-claim +payable/S +payback/S +payroll/MS +pea-green +peace/6lMj +peach/IGSD +peachy/T +pear/SMY +pearl/GMDS +pearly/TS +peashooter/MS +pebble/GMSDY +pebbly/T +peccary/SM +peck/RMDSG +peculiar/YS +pedestrian/Q-8qSM +pedicab/MS +pedicure/3DSMG +pee/RGS +peen/SMDG +peeve/DMGS +pejorative/Y +pell +pelvis/MS +penalization/M +penance/SMDG +pendent/C +penetrability/IMS +penetration/M +penetrator/SM +penguin/SM +penitential/YS +penknives +penlight/MS +penmen/M +penny-farthing +penny-pinching +pennyweight/MS +pennyworth/M +pension/7RDGM +pent/A +pentagram/MS +pentathlon/MS +peon/ZSM +peonage/SM +peperoni +peppy/PT +perambulator/MS +percipience/MS +percuss/NVvGuSXD +peremptoriness +perennial/YS +perfecter/M +perfective/PY +perfidious/PY +perform/RG7DS +periastron +perihelion/M +peril/ISDG +perimeter/MS +perinatal +perineum/M +periodicity/MS +periodontics/M +peripatetic/S +peripheral/SY +periphrastic +periscope/MS +perishable's +peristyle/MS +perjury/SM +perk/2DZzSG +perlemoen +permissive/PY +perpetuate/GNSnD +persecutor/SM +persimmon/SM +persistent/Y +personable/P +perspicuous/YP +perspire/NSDnG +perturbation/M +pervade/GuvNDSV +perverse/PXYVN +peso/MS +pessimism/MS +pest/MS +pester/Sd +pestilence/MS +pestilent/Y +pet/MRSDG +petition/FSAM +petitioner/MS +pettiness/S +pettish/PY +petulance/SM +pewterer +pfennig/MS +phaeton/SM +phantasmal +phantasy's +phantom/SM +pharmacology/wS31M +pharmacopoeia/MS +pharyngitides +pharyngitis/M +phenomenon/MS +phenotype/SM +philippic/MS +philodendron/MS +phlebitides +phlebitis/M +phlebotomy +phlegmatic/Y +phone/WD1ZMSG +phoneme/SM1 +phoneticist +phonograph/MSW +phonology/S3w1M +phonon/M +phosphorous +photo/MS +photoengraving/MS +photogenic/Y +photograph/MDR1SZGW +photojournalism/MS +photolysis/M +photon/MS +photorealism +phototypesetter +phrasing/SM +physician/SM +physiotherapist/SM +pianoforte/SM +piastre/SM +pibroch/M +pick-me-up/S +pickaxe/SM +picky/T +pictograph/MSW +picturesqueness/S +piebald/S +piecework/MRS +pieing +piezoelectric +piggery/M +piggishness/S +piggy/TMS +pigheaded/Y +pile's +pilers/F +pileup/MS +pimento/SM +pinball/SM +pincushion/MS +pineal +pinger +pink/TMDYZSPG +pinnate +pinning/fS +pintail/SM +piousness/IS +pip/MrdkDGS +piracy/SM +pirouette/MSGD +pistachio/MS +piste/MS +piston/MS +pit-a-pat +pitch-dark +pitfall/SM +pithy/TP +pity/RjSMG7D6pkl +pivoting/M +pizzicato +piñata/S +piñon/S +place's +placed/U +placket/SM +plagiarise/SRDG +plagiarist/SM +plainer/F +plak +plane/MS +plant/IDAGS4 +planting/S +plasterboard/MS +plasterwork/M +plate/6JMS +plateau/GDSM +play-play +playhouse/SM +playing/ecaf +plead/DRJkSG +pleading/M +pleb/SZ +plenipotentiary/S +pleura/M +pliers/F +plighter +plodding/Y +plosive/I +plucky/TP +plughole +plugs/U +plunge/DRSG +plutonium/M +pneumonia/MS +poach/DSGR +pock/MDS +pocketful/MS +poetry/SM +poignant/Y +poinsettia/MS +pointer/MS +pointillist/MS +polarimetry +polarize/CDSNnG +polarography/M +polemical +polemicist/S +polemics/M +poleward/S +policy-maker/S +politer +politicking/MS +poll/DGMS +poller +pollination/M +pollster/SM +poltroon/SM +polybutene/MS +polychrome/W +polygon/MoS +polyisobutylene +polynomial/YSM +polyphosphate/S +polysyllable/SWM +polyurethane/MS +pomegranate/MS +pomp/MS +pomposity/SM +pompousness/S +pondering +pone/SMZ +pontoon/MSDG +pony/SM +poor-spirited +poorness/S +popgun/MS +poppy/MS +popularity's/U +populated/AfU +populates/A +populous/PY +populousness/S +porcelain/MS +porcupine/MS +pork/RMZS +porno/S +porousness/S +porpoise/SDMG +portability/S +portably +porter's/4A +porthole/SM +portico/M +portion/GSMD +portière/MS +portraiture/SM +pose/CxEXSFDGRN +poser/ISM +posing/IA4 +posited/F +position's/FE4CIK +positional/KY +positioned/a +positivist/S +possess/ENKSXGAD +possibly/I +post/FMIGSD +post's/e +post-entry/S +post-impressionism +post-modernist +post-natal +post-nuptial +post-structuralist +postdate/SDG +poster/MIS +posterior/YS +posthumous/YP +postmarital +postmark/GMDS +postmen/M +postponable +postponer +posts/eA +posturing/S +posy/SM +pot/MgZ7R6SDG +pot-belly/SMD +potentiometer/SM +pothead/MS +pothook/SM +potjie/S +pots/C +pottage/MS +pouch/DSGM +poultice/DGSM +pounce/DSG +pound/FDGIS +poundage/SM +pour/7SDG +pouring/e +poverty-stricken +powwow/DSMG +pp +practicable/YI +practicableness +practicals +practice/MS7 +praetor/SM +pragmatism/MS +praiser/S +prattle/DkRGS +prawn/GSMD +praxes +pray/SRDG +pre-echo +pre-embryo/S +pre-employment/MS +pre-emptor/M +pre-privatisation +pre-teen/S +preauthorise +precancerous +precarious/PY +precedent/MDS +preceptor/SM +precinct/MS +precise/IPXYN +preclude/XDSGN +precocious/YP +precociousness/S +precode +precondition/G +precursor +predation/CMS +predator/MS +predicament/MS +predictable/U +predilection/SM +predominant +predominate/Y +preen/GSD +pref +prefatory +prefecture/MS +pregnant/Y +preinterview +preliminary/YS +preluder/M +premature +premier/SM +prenuptial +prep/MS +prepared/KU +preponderance/MS +preproduction +preradiation +prerequisite/M +presbyterial +presbytership +prescriptivist +present-day +presentable/P +presser/IM +pressman/M +pressure-cooker +pressured +prestidigitator/M +pretence/MS +pretentious/YU +preterite/M +pretest +prettiness/S +pretty/TGSDPY +prevalent/Y +prevaricator/SM +preventative/S +prevision/D +pricer/MS +pricey +pricier +priest/MSDGY +priestess/MS +priestly/TP +prig/MS +primaeval +prime/PS +princedom/MS +printable/Y +prints/aKc +prithee/S +prizefight/MGRJS +pro-American +probability/ISM +probate/MASN +probation/MRyo +probity/MS +proboscis/SM +procaine/SM +processor/KS +procrastination/M +procrastinator/SM +procurator/MS +procurer/M +prodigal/YS +prof/SM +professor/MoS +professorship/SM +proforma/S +profuse/PYNX +profusion/M +progeny/MS +programmables +programmatic +programmes +prohibitionist +projector/SM +proletariat/MS +prologize +promiscuity/MS +prompted/U +promptitude/SM +promptness/S +prone/YP +pronghorn/SM +pronounced/Ua +pronto +proof/ESAM +proof-read/GS +proofed +prop/DGMS +propellent +proper/IYP +prophecy/SM +prophetess/S +prophylaxes +proponent/SM +proprietorial +proprietress/SM +propriety/ISM +prorogation/SM +prosciutto/M +prosody/WMS +prospective/PS +prospectus/MS +prostheses +prostration/M +protection/3SM +protection's/c +proteolytic +protest/RSMkNnDG +protestation/M +proton/MS +protuberant +provability/MS +proverbial +providence/MIS +proving/IA +provost/SM +prowl/RDSG +proximal/Y +proximate/PY +proxy/MS +prude/MyS +prudent/IY +prudery/M +psalm/M3S +pseudo-intellectual +pshaw/S +psoriasis/M +psychiatry/MS3W +psychoanalytical +psychokinesis/M +psychometrics/M +psychophysical/Y +psychotherapy/SM +ptarmigan/MS +pterodactyl/MS +ptomaine/MS +pubertal +puberty/SM +pubescent/K +publication/MKA +publicity/SM +publicized/U +publishable/U +publisher/SM +puce/SMK +pucker/Sd +puffer/Z +puffery/M +pulchritudinous/M +pull-out/S +pullover/SM +pulmonary +pulp/D2GZMS +pulper +pulpwood/MS +pulverisation +pulverizer/M +pumice/MSDG +pumping/M +pun/MDGS +punctilio/MS +punctilious/YP +punctiliousness/S +punctuate/xSGNDn +punditry/S +punished/U +pupillage/M +pure/ITPY +purgatorial +purism/SM +puritan/wSM1 +puritanism/S +purple/TGSDM +purport/hRDGS +purview/SM +pus/MZ +push-bike/SM +push-up/S +pushcart/MS +pusillanimity/MS +pusillanimous/Y +puss/S +putative/Y +putrefaction/MS +putridity/M +puttying/M +pyjama/MS +pylon/MS +pyorrhoea/M +pyrotechnics/M +pyrotechnist +python/MWS +qt +quackery/MS +quadraphonic/S +quadrillion/MSH +quadripartite/Y +quadriplegic/SM +quagga/MS +quail/MDGS +quake/ZGDS +qualifiedly +quarrelsome/YP +quarrelsomeness/S +quarter-final/SM +quarter-hour +quarterdeck/MS +quartering/M +quarterstaff/MS +quaternary/S +queasiness/S +quern/M +querulousness/S +questionably/U +quiescence/SM +quietude/ISME +quilt/MRDGS +quintuple/GDS +quirky/TP +quiver/kSdZ +quorum/MS +quoted/U +qwerty +r/sd +rabbinical +rabbit/SMd +rabble-rousing +racecourse/SM +racialism/M +racket/dSMZ +radiately +radiotherapist/MS +radiotherapy/SM +radon/M +raft/DRGMS +rag/MikdDhGS +raglan/MS +rags-to-riches +rail/DCJGS +rail's +railer/M +railhead/MS +rainy/T +rake/SMDG +raker/M +rally/GDS +ramie/MS +ramification/M +rancidity/MS +rang/RGDZ +range/CDSG +rape/SM3 +rapid/SY +rapidness +rapport/SM +rapt/Y +rarefy/GDS +rateable +rationale/Q98qM3-Ss +rationality/SM +rationality's/I +ratline/SM +rattrap/SM +ravish/GRLDSk +raze/SDG +re-educate +re-enter +re-enumerate/N +re-radiated +re-route/SDG +reabsorb/G +reacted/c +reactivity +readership/MS +readopt/G +readout/MS +ready/SGDTP +real-time +realism/SM +realist/W1 +reality/SUM +realtor's +reap/RGS +reappear/G +reasonable/U +reasonably/U +reasoning's +reattainment +rebate/M +rebut/DG +recalcitrant +recentre +reception/3MS +recessive/PS +recidivism/SM +reciprocation/M +recirculate +reckless/Y +recognisably/U +recognise/BRGDSl +recoil/p +recommission/G +recompose/D +reconcilable/IU +recordable/U +recount/G +recoup/DG +recouple +recriminate/NVySnGD +rectal/Y +rectory/SM +recurs/vXVN +recurved +recusant/M +red-bait +red-eye +redaction/SM +redbait +redbreast/MS +reddish +redivide +redolent +redraw/G +reduction/3M +redundancy/SM +reel/DRMGS +referencing/U +refile +reflation/y +reflective/P +reflector/MS +reform/Bny3RNG +refractors +refrigerated/U +refrigerator/MS +refulgence/M +refulgent/Y +refutable/I +regency/SM +registry/MS +regress/NGVvSXuD +rehearsal/MS +reignition +reindeer/M +reinforced/U +reissue +rejoin/G +reknit +relate/FNnVGDvS +relationship/MS +relativeness/M +relaunch/G +reliably/U +religion/3MS +relinquish/DLSG +reload/G7 +reluctance/SM +rely/WBDGl +rem +remediable/I +remembered/U +remiss/VP +remnant/MS +remould/G +remount/G +removal/MS +renal +rendezvous/SMDG +renegue +rennet/M +rennin/M +renown/MD +rent-free +repaper/d +repartee/MS +repave/G +repay/7 +repent/DGS +repentance/SM +repletion/M +report/aDGf +reportage +reprehensible/Y +representation/aM +repression/M +repressive/P +reprisal/SM +reproducibility/I +reproducibly +repugnant/Y +reputes/E +request/G +requisitioner/M +reread/7G +resale/7 +rescale +research/7GM +resequence +reservation/M +reserved/UY +reservedness/M +reship/LDG +residence/SZM +residual/S +residuum/M +resign/nNhi +resignal/GD +resinlike +resiny +resistibly/I +resistor/SM +resole +resolvable/UI +resonant/Y +resourcelessness +respect/EMjD6GS +resplendent/Y +responsiveness/U +restitution/SM +restore/VvRNgn +resumption/M +resuscitate/DNnVGS +retain/RGSD +retaliation/M +retard/DRnGS +retardation/M +reteach/G +retest/G +reticence +retinitis +retrace/GNn +retrench/L +retrieval/SM +retrograde/DSG +returnee/SM +revenge/G6jMDS +revenger/M +reverberation/M +reverence/IMS +reverenced +reversible/YI +revert/DSbG +revision/3y +revisionist +revitalise/nR +revolve/RGJDS +revue/MS +revulsion/M +rheology/3Mw +rheumatic/SZ +rheumatism/SM +rho/M +rhythm/MWwS1 +rial/MS +ribaldry/SM +ribonucleic +rice/SM +ricochet/GSDd +rid/Gr7S +ridden/c +riderless +ridge-pole/MS +ridicule/DSMG +rietbok +riff-raff/M +rigger/eMS +right-angled +right-minded +righted +righten +righteous/PY +righter/MS +rightish +rightmost +rightness/M +rime/SM +rind/DMS +rinderpest +ringleader/SM +ringworm/MS +rinse/DGS +ripcord/SM +ripsaw/MS +risotto/SM +ritual/MY8SQ +ritualistic/Y +riven +riyal/MS +road-test +roadhouse/MS +roadworthy +robe/ES +robin/SM +robot/QWSM +roebuck/MS +roentgen/MS +roger +rogue/yMS +roister/rdS +role/SMZ +roll-back/SM +roll-call +roll-on +roller-coaster +romanize/SDnGN +romantic/Y38MQS +roofing/M +rooigras +rooinek/MS +roomful/SM +rosebush/SM +rot-gut/M +rotundity/S +rough-and-ready +roughen/Sd +round-up +roundel/S +roundelay/MS +roustabout/MS +route/aADS +rove/SDRG +row/MRDGS +royalist +rub/RDGS +rub-a-dub +rubberneck/MGRSD +rubric/MS +rug/MDihS +ruination/M +ruinous/Y +rummy/TM +rumourmonger/SM +run-down/M +run-of-the-mill +run-up/S +rung/MS +runnel/MS +runny/T +runty/T +rupiah/MS +rural/Y +rusticity/S +rusty/NTPn +rutherfordium/M +résumé/S +sable/MS +sabotage/SDG +sackie-sackie +sacra/L +sacramental +sacroiliac/S +sacrosanct +saddle/USGD +safeguard/MGDS +safflower/SM +sagacity +sagely +saggy/T +sahara +sailboarder +sailborders +saint/DYSM +salacious/Y +salaciousness +salacity/M +sale's/A +saleable/U +saleroom/MS +salesclerk +salesgirl/MS +salesmanship +salespeople/M +salinity/SM +saliva/My +salsify/M +salt-cat +salt-mashes +salt-pan/SM +saltness +salubriously +salute/NSnDG +salvager/M +samovar/MS +samples +sampling/S +sanctifier/M +sanctioned/U +sanctuary/MS +sanctum/MS +sandal/GSMD +sandbank/SM +sandbar/S +sandblast/RDGS +sandmen/M +sandpiper/SM +sandy/T +saneness +sangoma/S +sanity's/I +sank +sap/MpDR2ZGS +sarcastic/Y +sarcoma/SM +sarmie +satchel/SM +sate/S +satiable/I +satin/SM +satisfy/RDSGBk +satori/M +satyr/SMW +saucy/TY +saurian/S +sauropod/MS +savage/PSGDYy +savagery/SM +saviour/MS +saw-horse +sawfly/SM +scab/2ZSDMG +scabrous/Y +scalability +scalene +scallop/dSM +scalpel/SM +scandalous/Y +scantness +scanty/T +scape/M +scarab/SM +scarlet/M +scarp/MDGS +scathed/U +scenarist/MS +scenery/SM +sch. +schedule/AGDS +scherzi +schilling/SM +schismatic +schizoid/S +schizophrenic/YS +school's +schoolboy/SM +schoolchild/M +schooled/U +schooling/SM +schwa/MS +sciatic +scissor/S +sclerosis/M +scorch/SGRDk +scorecard/MS +scorekeeper/MS +scoreline +scoundrel/SYM +scouting/M +scrape/SJ +scrapie +screech/ZSMDG +screed/SM +screener +screwdriver/MS +screwiness +scribble/SDGRJ +scrimp/GSD +scrimshaw/SMDG +scrip/M +scripted/UF +scriptorium +scruple/DSMG +scrupulosity/SM +scrutineers +sculptress/SM +sculpture/MDoSG +scurvy/YS +scuttlebutt/SM +seabed +seafarer/MS +seafood/M +seagoing +seagull/S +seahorse/S +sealskin +seaport/MS +searchable/U +searcher/AMS +searchlight/MS +seaside/M +seat/ADGUS +seat's +seatbelt/S +seater/M +seawall/S +seaway/MS +seaworthiness +seborrhoea/W +seceder +secessionist +seclusion/M +sectional/8YQS +sectioning +secularist +secularity/M +sedan/MS +sedation/M +sedge/ZMS +see-saw/DSMG +see-through +seed-cord +seedbed/MS +seeded/U +seedless +seedy/TP +seek/RGS +seemliness/U +seemly/TP +seep/DGS +segregation/M3 +seigneur/SM +seigniorage +seigniorial +seigniory/S +seismal +seismogram +selector/SM +self-absorption +self-adhesive +self-appointed +self-assembly +self-closing +self-consistency +self-denying +self-determination +self-determined +self-effacing +self-employed +self-hate +self-imposed +self-justification +self-portrait/S +self-recording +self-regulating +self-regulatory +self-righteous/Y +self-sufficient +self-sustained +selfless/Y +sell-by +selves +semblance/EMSA +semi-official/Y +semi-rigid +semi-skimmed +seminary/SM +semiology/3 +semitone/SM +semplice +sempre +senator/SM +sensationalism/MS +senselessness +sensibleness +sensibly/I +sensitise/CDSnG +sensitivity/ISM +sensory +sensualist/MS +sensuality/SM +sententious/Y +sentimental/Qs-9Y38q +separableness +separate/DS3BNVGnY +separatism/MS +separator/SM +sepia/MS +sept/NMW +septate +septicaemia +sequacious/Y +sequel/MS +sequent/F +sequestrate/SGD +seraph/M1SW +series +serous +serried +server/KSM +serviceableness +servile/Y +servility/MS +serving's +settler/SM +seventy-three/H +seventy-two +severance/SM +sewage/M +sewerage/SM +sex-starved +sextant/SM +sexuality/MS +sforzandi +shackle/SDGU +shackle's +shackler/M +shag/GMS2ZD +shaky/YT +shame/M6jpS +shammer +shantung/M +shanty/SM +shape/YRMGpDS +shapes/aA +shard/SM +shareholder/MS +shark/MS +sharp/TYS +sharpen/AdS +sharpened/U +sharpener/S +sharpshooter/MS +sheathing/M +shebeen/S +sheepish/YP +shelter/rSMd +sheltered/U +sherbet/MS +sherds +shield/DSGM +shifty/TP +shin/rkdGSDM +shin-bone/MS +shininess +ship-rigged +shipboard/M +shippable +shipped/4 +shipwreck/MDGS +shirt-front/S +shoal/SM +shoddy/TP +shoehorn/DGMS +shoeing +shooting-jacket/MS +shooting-stick/SM +shop-worn +shoreline/MS +shoreward +short-circuit +short-circuiting +short-sightedness +short-termism +shortfall/MS +shortstop/MS +shot-put +shouldn't +shovel/G6DRSM +show/AG +show-place/MS +showbiz +showcase/SGDM +shower-bath/S +showgirl/MS +showmen/M +shrapnel/M +shrimp/MS +shrine/MS +shrinker/M +shrivel/DSG +shrunken +shudder/dSZ +shuffle/RDGS +shut-out +shuttle/DGSM +siSwati +sic/DTG +sickish +sickle-bill +sickroom/MS +side's/f +side-car/MS +side-chapel +side-door +sidedness +sides/eIf +sideshow/MS +sidewinder/SM +sidewise +siding/MS +sidle/GDS +siege/MS +sierra/MS +sight-line +sighting/S +sightliness/U +signification/M +signify/nSDGN +signing/S +signora/M +silicon/M +silo/MS +silt/NDZMGS +silvery/T +simile/MS +simpleness +simplicity/MS +simplified/Uc +simulate/EGSDnN +simulation/EM +simulator/EMS +since +sinfonia/M +single/DPSG +singlet/SM +singularity/MS +sinister/Y +sinusoid/oMS +sinusoidal +sir/MdS +sisal/SM +sitarist +six-fold +six-pack/S +six-shooter/S +sixth-former/S +sized/f +sizzler/M +skeef +skein/SM +sketchbook/SM +ski-jump/DRG +skilful/Y +skilfulness +skill/MSD +skilled/U +skinflint/SM +skinny/TP +skip/DRGS +skirt's/f +skirts/fe +skitter/dSZ +skivvy/MDSG +skullcap/MS +sky-rocket/MdS +skydiving/M +skyway/M +slacken/dS +slam/RSDG +slanderer/S +slapdash +slasto +slaughter/MrdS +slave-driven +slaver/d +sled/G +sledgehammer/SM +sleeper-couch +sleepwear/M +sleet/MGSZD +sleigh/RGSMD +slick/GYDTPS +slide/GS +sling/GMS +slinky/T +slipway/MS +slit/RGDMS +slosh/GSD +slowdown/MS +sludge/MZ +sluice/MDGS +slum/SMDGZ +slummy/T +slunk +slur/SGZMD +sluttish +sly +slyly +smaak +small-scale +smallholding/MS +smarten/dS +smartish +smartness +smeller/M +smelt/RGSD +smilax/SM +smilies +smiling/UY +smoggy/T +smoke-dried +smooch/SDG +smooth-talk +smother/dS +smug/TYP +smutty/TP +snafu/MS +snail/MS +snake/MGZDS +snakebite/MS +snap/RzZ2DGS +snapping/Y +snappish/YP +snaps/U +sneak/DGSZz2k +snicker/d +sniffle/SDG +snivel/GDSRJ +snob/ZSM +snobbery/SM +snood/MS +snook/MR +snoop/RGSZD +snooze/DSG +snotty/TP +snowball/DMGS +snubber +soaker/M +sob/GDS +soberer +socialism/SM +sociality/M +socio +socio-economic/YS +sociobiology/M +sociocultural/Y +sociometry/WM +sodden/PY +sodomite/MS +soetes +soft/cP +soft-headed +soft-headedness +soft-paste +soft-sell +softball/SM +softer +softest +softly +software/M +softwood/SM +soil/DGMS +soiree +soirée/SM +sol +sold/cAUef +solder/AU +solderer/S +soldering +soldier/MDGYSZ +soldiership +solicitor/MS +solicitous/Y +solidarity/SM +solidify/NGSnD +solidus/M +soliloquise/GDS +solute's +solve/EADSGR +solvency/ISM +somalia +sombrero/MS +someone'll +somnambulism/M +song/MS +songwriter/MS +sonny/MS +sooth/RGkMD +sophisticate/DSGh +sophistication/M +sorceress/S +sosatie/S +sought-after +soundboard/SM +sounder/SM +soundness/U +soundproof/DSG +soundproofing/M +soupçon/SM +source/eDGAS +south-East/M +south-Easterly +south-eastward/S +south-south-east +south-south-west +south-west's +southeaster/MS +souvenir/MS +sovereign/SYM +soya +spa/MS +space-time +spacesuit/MS +spadework/M +spadices +span/Ie +span's +spanker/M +spanking/M +sparers +sparky/T +spars/T +sparseness +spas/W +spathe/SM +spatial/Y +spavin/MS +specialist/W +speciality/S +specificness +specify/ASGD +speck/MS +spectrography/M +spectrophotometry/M +spectroscope/1ZSMW +speculation/M +spendthrift/SM +spens +spermatozoon/M +sphinx/MS +spike/MZDSG +spill/cGDS +spiller +spine/MZp2S +spinet/MS +spinsterish +spiracle/SM +spiraea/SM +spiral/GSDY +spired/AF +spiry +spite/AMS +spiting +splatter/dS +splendiferousness +splendour/MS +splice/RSGJD +splint/MRSDG +split/GRSM +splurge/SMDG +splutter/dS +spokespeople +sponsorship/S +spore/MS +sport/Vum5kD2SZMGv +sporter +sporting/U +sportswear/M +spot/DGRZpMSz2 +spot's/C +spots/C +spout/DSG +spouter/M +spread/CGSec +spread-eagled +spreadable +sprig/MDSG +spring-clean/D +springboard/SM +springbok/SM +springiness/S +springlike +sprucer +spud/GDMS +spun +spurner +sputum/M +sq. +squab/SM +squalid/PY +squall/GMSYD +squalor/S +squamous +squarer/M +squawk/DRSMG +squeaky/T +squelchy/T +squint/GSD +squinter/M +squireling +ssh +stabilise/CSnRGD +stability/ISM +stable/8mqQsTG9SMD6- +stable-lad/MS +stable-mate +staccato/S +stack/DG7MS +stage-hand/SM +stage-management +stagnancy/SM +stagnant/Y +stagnate/DnSGN +stagnation/M +staid/YP +stain/GSDp +staircase/SM +stairway/SM +stalk/DGMRS +stamina/M +stamped/d +stampeder/M +stand-alone +standard-bearer/MS +stander/S +standoffishness +stannic +stare/S +starfish/MS +starstruck +start/RDSG +statehouse/S +stater/aM +statesmanlike +static/YS +stationing +stay/cGSeD +steadfast/PY +steam/RM2GDzSZ +steamy/TP +steed/MS +steep/TDYSG +steepness +stellated +step/acSI +step's/aI +stepchildren +stepwise +stereophonic +stereoscope/MSW1Z +sterilise/AGSD +steroid/SM +steroidal +stertorous/YP +stethoscope/MS +sticky/TP +stiffen/drS +stimulant/MS +stimulated/U +stimulatory +stimuli/M +stimulus/M +stingray/SM +stingy/PT +stinkwood +stir-fry/D +stock's +stockbroking +stocking/MDS +stockpiler/M +stockroom/MS +stocktaking/M +stodgy/TY +stoep/S +stoical +stoichiometry/WM +stoke/RGDS +stompie +stone/GpZMDS +stop/RDGMS +storage/MS +store's +storehouse/SM +storm/RpM2GDzSZ +storm-bird/MS +stormproof +stormy/T +story/DMS +straight-edge/MS +strainer/AMS +strait/MYS +strangle/RSDG +stranglehold/MS +strategy/3SW1wM +stratus/M +streaky/T +streptomycin/M +stressed/cU +strictness +stride/MSG +stridency/S +strident/Y +strikeout/S +string/AGS +stripe/MZSDG +stripling/M +strobe/MS +stroboscope/WMS +stroll/DGRS +strongbox/SM +strontium/M +structures/A +stubbly/T +stubby/T +stuck/U +studentship/SM +stumpy/T +stung +stupider +stupidity/SM +styli +stylist/M1WS +stylus/MS +suave/Y +sub-Saharan +sub-clause/S +sub-group/S +sub-plot/MS +subcontract/MSGD +subfusc +subgenera/W +subgroup/SM +subheading/M +subject/uMDGvVS +subjective/P +subjectivism +subjoin/DSG +sublet/GS +sublimate/SGD +subliminal/Y +submission/AM +subordinate/IDYGnSN +subregional +subroutine/MS +subscribed/U +subscriber/MS +subsection/MS +subservient/Y +substantiate/GSDnN +substitute/SDBVGv +substructure/MS +subsystem/MS +subterranean/SY +subtext/MS +subtlety/SM +subtropical +subzero +successfully/U +succession/M +successive/P +successor/SM +succumb/DGS +suckle/GSDJ +suede/M +suet/ZM +suffrage/S3M +sugarplum/MS +suitably/U +suitcase/MS +suite/MS +sukiyaki/SM +sulphur/dSWM +sulphurous +sultana/SM +summerhouse/SM +sunbathe +sunbeam/SM +sunblock/S +sunk +sunlight/M +sunlit +sunscreen/S +sunshine/ZM +sup/DRGS +supercargo/M +supercilious/YP +supererogatory +superficial/Y +superficialness +superfluity/MS +superfluous/Y +superheroes +superhuman/Y +superlunary +supernormal +superstar/SM +superstitiousness +supervision/M +supplanter/M +supplicate/nSGDN +supplication/M +suppressed/U +suppression/M +suppurate/nDSNG +surface-to-surface +surge/ADSG +surgeon/SM +surreptitiousness +surround/DSGJ +surtax/SM +surveillance/MS +surveyor/MS +survivability/M +suspicion/SM +sustainable/U +swab/SGDM +swag/GMDS +swallower/M +sward/DMS +sweetbread/MS +sweetmeat/MS +swingeing/Y +swingletree/MS +swirly/T +swish/GDZS +switch/DRSMG +swizzler +syllable/MWS +symbiosis/M +sympathy/sQ98MWS +symphonists +symptom/M1pSW +synaeresis +synaesthesia +synchronises/A +synchronized/UC +synchrony/qQs-98 +syncline/MS +syncope/nMN +syndrome/MS +syndromic +synergism/SM +synod/WSMw +synodal +synonymity +synonymy/SM +synopsis/M +syntax/MS +synthesise/ASGD +syrupy +syzygy/S +tableaux +tablecloth/SM +tablespoon/6SM +tablet/SM +taciturnity/M +tack/SM +tactical +tactile/Y +tactility +tactual/Y +taffrail/SM +tailgate/G +tailgater/M +tailspin/SM +takings/f +takkie/S +talcum +talebearer/MS +talented/U +talky/S +tall/T +tallness +talon/MS +taloned +tamed/U +tamp/DGS +tanbark/SM +tangle/GUDS +tansy/MS +tantalize/k +tantamount +tape-record/G +tapelike +tapeworm/SM +taramasalata +tarantella/MS +tarantula/MS +tardiness +tardy/TY +target/dMS +tarnish/SGD7 +tarry/DTGS +tarsal +tartan/MS +tasteless/YP +tat/ZrGSD +tattle/RSDG +tautness +tautology/M1wS +tax-deductible +tax-free +taxables +taxer/S +taxies +taxing/c +taxpaying +tea/MS +teach-in +teaches/A +teaching/M +teacup/M6S +teamster/MS +tear-off +tearlessness +teas/DSkRG +tease +teasel/MS +technician/MS +technophobia +tectonic/SY +teddy/SM +tedious/YP +teens/Z +telco/SM +telecommunicate/Nn +telegraph/W1G3MRDSZ +telegraphy/M3 +telepathy/1MS +telephone/SG3MZWD +telescope/SGMWD1 +teleworker/S +tell-tale/SM +temperature/SM +tempestuous/Y +templates/F +tempo/SM +temporariness +temporize/RGkDS +tempt/FS +tenancy/MS +tendency/SM +tender/Q89dsPY +tenderest +tenebrous +tennis/M +tenor/MS +tentacle/DMS +tenth/Y +tepee/SM +terminating +termini +termism +terrace/GMDS +terrain/SM +terrazzo/M +terribleness +terrine/M +territory/oMS +terror-stricken +terrorist +tertian +tertiary/S +testis/M +tetchy/TY +tether/dSM +tethered/U +tetrafluoride +tetragonal +tetraplegic +textile/MS +textual/FY +texture/oMDSG +thane/MS +theatre/SwM1 +theme/DMS +thenceforward +theocracy/SM +theodolite/MS +theologian/MS +thereby +therein +thereunder +thereunto +thermal/S +thermionics/M +thermocouple/MS +thermoforming +thermoplastic/S +thermosetting +thesaurus/MS +thick-skinned +thicken/dSr +thingamabob/MS +thingamajig/MS +think/ASG +third-class +thirsty/T +thirty-eight/H +thirty-seven/H +thistledown/M +thither +thorax/SM +thorn/M2ZS +thought/Mj6pS +thoughtfulness +thrall/MS +thread/AGDS +threadlike +threaten/dkS +three/HMS +three-wheeler +threescore +thresh/RGDS +threshold/MS +thrifty/T +thrive/DSkG +throaty/TP +throne/CDS +thulium/M +thumbnail/SM +thumper +thwarter/M +thyme/MS +thymus/MS +thyself +tibiae +tic-tac +ticker-tape +tideway/M +tidiness/U +tiebreaker/MS +tight/TYPS +tight-arsed +tike's +tiller/EMS +time-and-motion +time-lapse +time-share/DSG +timekeeper/MS +timelessness +timestamps +timorous/Y +tinderbox/MS +ting/a +tinge/DS +tingly/T +tinker/dMS +tinny/PT +tip-top +tipple/DRSG +tipsy/TP +titanium/M +titbit/MS +titillate/knSGND +titivation/M +titled/U +titleholder/MS +titmouse/M +toad/MZS +toast/DGRSZM +tobacconist/MS +today/M +toddy/MS +toehold/SM +tokoloshe +toktokkie +tolerability/MI +tolerable/IY +tolerance/IMS +toleration/M +toll-road/SM +tomb/SM +tomboy/MS +tomography/MW +tomorrow/MS +toned/I +tongue-twister/S +tonne/MS +tonsillitis/M +toot/DGRS +tooth-like +toothsome/Y +toots/Z +top/MpRJ1GwDWS +top-heavy +top-up +topgallant/M +topiary/S +topic/SM +topknot/MS +topographer/MS +topology/w31SM +toppie +tops/Z +topsail/MS +topsoil/M +torch-bearer/SM +toroidal +torpedoes +torsional +tort's +tortellini/M +totalitarianism/MS +tote/SG +totem/MS +touch-and-go +touch-judge/S +tourist/SZM +tournament/MS +tow-line/MS +toward/S +towel/DSGM +townsfolk +toxaemia/M +toymaker +traced/AU +trachea/M +tract's/F +tracts/C +trade-in/S +tragic/Y +tragicomedy/SM +trail/RSDG +trait's +traits +tramlines +trampoline/MS +trampolinist +tranche/MS +transact/x +transcendence/MS +transconductance +transcontinental +transcribe/RDGXSN +transcription/M +transiency/S +translates/a +translational +transliterate/DGn +transmissible +transmissive +transparency/SM +transpose/N +transverse/oY +transvestitism +trap/JMDRGS +trapshooting/M +trashy/TP +traversable +travertine/M +trawl/RSDG +tread/ASG +treasonous +treaty/MS +treble/DSG +trefoil/SM +trellis/SMd +tremendousness +trespass/DRSG +trews +trial/KaA +trialled +triangulation/M +tribulation/MS +tribunal/MS +trice +tricentennial +triceps/M +trichinae +trichinoses +tricky/TP +trigonometry/wMW +trilingual +trim/YDSJTRG +trimness +trimonthly +triplication/M +tripwire/SM +trisector +triteness +trivet/MS +triviality/MS +troglodyte/MS +trojan +trombone/MS3 +troop/RSMDG +trope/MWS1w +troupe/RMS +trouser/S +trousseaux +trumpet-call +trustworthy/P +trusty/TMS +truth/6SUMj +tsarist +tsetse +tu-whit +tuberculin/M +tuberculous +tuck/DSRG +tuition/IMS +tumbler/6 +tumorous +tumultuous/PY +tune/jSpM6J +tuneful/P +tuning/CA +turbinate +turbine/MS +turf/ZSMDG +turmoil/M +turnabout/SM +turnover/MS +turnstile/SM +turpentine/M +turtle-neck/MDS +tut/SDG +tutti/S +twaddle/M +tweak/GSDR +twenty-five/H +twenty-nine/H +twenty-one +twenty-seven/H +twerp/SM +twice +twinkle/YDGS +twirl/RSYDG +twister/MS +twitch/DZSG +two-handed +two-step +twopence/SM +typeset/SRG +typewriter/SM +typhoon/MS +typhus/M +typology/w1SM +tyrannosaur/MS +tzar/SM +tzatziki +ufologist/S +ugh/F +ugliness +ugly/T +ulcerous +ultimatum/MS +ultra/S +ultralight/S +umbrae +umpteenth +unaccountability +unaffected +unalterable/Y +unapparent +unbelieving/Y +unbroken +uncalled-for +uncelebrated +uncertainness +uncharitable +unchaste +uncomfortable +uncomplicated +unconfused +uncork/G +uncreative +uncurl/G +undaunted/Y +undedicated +underachieve +underarm +undercount +undercurrent/M +underfoot +undergone +undergraduate +underlie/G +underline +underpin +underplay +underskirt +underspecification +understanding/aSM +understrength +understudy/M +underweight +unequal/D +unessential +uneven +unexacting +unfair +unfasten/d +unfeeling +unforgeable +unfriendly/T +unfunny +unfussy +ungodliness +ungracious +unheard-of +unhinge +unicast +unicorn/SM +unideal +unifiable +unification/MA +unimpeachable/Y +uniprocessor +unique/Y +unite/ESGAD +univariate +universality/SM +unkind/Y +unlit +unload/G +unloose/G +unluckiness +unmanly +unmannerly +unmethodical +unmovable +unneighbourly +unobservable +unobtrusiveness +unorthodox/Z +unpick/G +unpredictability +unproductive +unpunctual +unread/B2 +unremitting/Y +unrest +unsafe +unscrupulous +unsellable +unsentimental +unshapely +unsightly +unsnap/DG +unspeakable/Y +unspecific +unstinting/Y +unstuffy +unsubstantial +unsubtle +unsure +unties/F +untimely +untiring/Y +untouchable/MS +untrue +unwarrantable/Y +unwieldiness +up/FSM +up-anchor +up-tempo +upcountry +upend/SDG +uphill +uphold/RSG +upholster/AdS +upholsterer/MS +upkeep/MS +upland/MS +uplifter +upliftment +uplink/DGS +uprising/MS +ups +upset/SG +upsilon/MS +upstroke/SM +upward/YS +urbanite/MSZ +urchin/MS +urea/M +urethane/MS +urethral +urgency/SM +urinalyses +usefulness +uselessness +usurious/Y +utensil/SM +utilize/fSNnDG +uvular/S +vacant/Y +vaccination/M +vaginal +vague/TY +vaingloriousness +valance/MS +vale/SM +valency/MS +valetudinarianism/M +valid/InY +valley/MS +valorous/Y +valuably/I +valuation's/C +value/CnDSAGN +value-for-money +valvular +vanadium/M +vandal/Q8SM +vanguard/MS +variable's +variance/IS +variation/M +variegation/M +various/Y +varsity/SM +vastness/S +vaunt/SDG +veal/A +veer/SGD +vegetation/M +vehicular +veil's +vein/SMGD +velar/S +velum/M +vend/DbGS +veneration/M +vengeful/Y +vengefulness/A +venomous/Y +venomousness +vented/IK +ventilate/SVDnGN +ventricular +ventriloquism/SM +venturi +verdure/MDS +verge's +verifiability/M +verligte +vermiform +verminous +vermouth/MS +verruca/MS +versification/M +versify/SnGDRN +vertebra/M +verticality +vertiginous +very/Y +vesicle/SM +vesicular +vestal/YS +vetch/MS +vex/hnSDG +viaduct/MS +viand/MS +vibrant/Y +vibrate/DGNSny +vibrational +vibrato/SM +vibrator/SM +viburnum/SM +vicar/MS +vice-Chancellorship/S +vice-like +vice-presidential +vicissitude/MS +victim/Mq9Q8pSs- +victorious/Y +victory/SM +videodisc/MS +videotape/SMDG +vie/7GDS +viewing/SM +vigilance/SM +vigorousness +vilification/M +vindaloo/S +vine/SM +vinegar/MS +vinegary +vino/M +vinous +violence/MS +virago/MS +virile +virtuoso/MS +visage/SM +viscidly +viscose/SM +vision's/K +visited/UA +visitor/MS +visored +vitamin/MS +viticulture/M +vivace +vivaria +vivendi +vivisect/xGSD +vivisectionist +vocational/Y +vociferate/SGDNn +vociferous/Y +voice-band +voicemail +void/C +voiding +voids +vol-au-vent +volk +volke +volte +voluntarism/MS +voluptuous/Y +votes/Ce +vouchsafe/GDS +voyeur/MS +vrot +vulcanise/nSGD +vulgar/-8QYq +vulpine +vulvae +wafer/MS +waft/DGS +wag/MDdrGS +wail/DGS +waistcoat/MS +waistline/MS +waitress/MS +wake/SDGjM6 +wakefulness +wakeup +walk-on +walkie-talkie/S +walkway/MS +wanted/U +wapiti/SM +warehouse/MSmGD +wariness/U +warm/ADGS +warm-heartedness +warmer/MS +warmly +warmth/M +warrantable/U +warthog/S +washing-up +waspish/Y +wastage/SM +watchfulness +watchtower/MS +water-bed/S +water-soluble +waterfowl/M +waterhole/S +watermark/MDSG +waterproof/DSG +waveband/SM +wavelike +we'd +we've +weak/TY +weak-minded +weakling/SM +weanling/M +weapon/SyM +wearable/U +wearer/SM +wearisome/Y +weary/DTGYkS +weathercock/SM +weatherperson/S +weaverbird +weaves/A +weaving/A +webmistress/MS +wedgies +weekend/MS +weekender/M +weekly/S +weeny +weighed/U +weightlifting/M +weighty/YT +weir/SM +welcome/UG +well-adjusted +well-behaved +well-being +well-bred +well-defined +well-marked +well-matched +well-nigh +well-supported +well-thought-out +well-used +welling +wellness +welt/RMDGS +welterweight/MS +wench/MS +west-north-west +west-south-west +westbound +western/RqSQ +westward/S +whale/RMGS +whalebone/MS +wham/SDMG +wharves +what's-her-name +what's-his-name +whatnot/MS +wheelchair/MS +wheelwright/MS +whelm/fDScG +when +whereon +whereupon +wherewithal/M +whilom +whimsy/S +whipping/M +whirlybird/MS +whisky/S +whistle/RSDG +whit +white-out/S +who/M +who're +wholly +whoopee/S +whose +whoso +why +whys +wide-area +wide-screen +widget/MS +widthways +wife-swapping +wildcat/SM +wilder/P +wildfire/MS +willingness's +willow/MSZ +willowy/T +willpower/SM +win/dRJGS +wind/RJpMDiz2ZGS +windfall/MS +winding/M +windjammer/MS +windmill/MS +windpipe/MS +winds/UA +windsock/SM +wineskin/M +winnable +winnow/RGSD +wintergreen/MS +wintriness +wire/SAGD +wire's +wireman/M +wirer/M +wiry/T +wishing-well +wistfulness +witch/SyGMD +with +withdrawn +witless/Y +wizardry/SM +wobble/DS2GY +wobbly/T +woebegone +woefulness +woken +wolf-whistles +wolfhound/MS +wolfishness +womanliness/U +womenfolk/M +won't +wooden/Y +woodener +woodenness +woodpile/SM +wool/MYS +word/AJGSD +word-perfect +wordless/Y +workability's +workaround/MS +workday/MS +workman/M +worldly/PT +worn/Ue +worse +worship/RjGS6D +worshipfulness +worst/D +worsted/MS +worthiness's +worthy/UTY +wound's +wounds +wove/A +wow/GDS +woza +wrap's +wraparound/S +wrathfulness +wreathe/S +wreckage/MS +wren/SM +wrench/MSDkG +wrest/GSD +wrester/M +wrestling/M +wretch/MSDhi +wriggle/DRYGS +wring/SGR +wristwatch/SM +writ/Mr7S +writing's +written/afUcA +wrong-foot/D +wrongfulness +wrought/Ic +wry/3 +wryly +wxWidget +x-axis +xenon/M +xerography/MW +xylem/MS +y'all +yack/SGD +yammer/dS +yardage/SM +yarrow/SM +yea/S +yearlong +yearning/M +yeast/Z2MS +yeoman/MY +yesterday/MS +yobbo/S +you +you'll +you-know-who +young/T +yowl/GDS +ytterbium/M +yucky/T +zero-sum +zest/j6M +ziggurat/SM +zilch +zip/USGD +zombie/MS +zone/GASD +zoo/MS +à diff --git a/resources/dicts/fr-classique+reforme1990.aff b/resources/dicts/fr-classique+reforme1990.aff new file mode 100755 index 000000000..d707ea6c6 --- /dev/null +++ b/resources/dicts/fr-classique+reforme1990.aff @@ -0,0 +1,13995 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# AFFIXES DU DICTIONNAIRE ORTHOGRAPHIQUE FRANÇAIS «CLASSIQUE & RÉFORME 1990» v4.6 +# par Olivier R. -- licence MPL 2.0 +# Généré le 02 09 2012 à 22:20 +# Pour améliorer le dictionnaire, allez sur http://www.dicollecte.org/ + + + +SET UTF-8 + +WORDCHARS -’ + + +TRY esntiarulodcpmévqfgbhàxèjyêMILzACçôîPâùJFSûBVœRDGNETHXkïOwKWYUëQÉZŒüãÎáöóÈíæÅñäśńÿ + +MAP 12 +MAP aàâä +MAP eéèêë +MAP iîïy +MAP oôö +MAP uùûü +MAP cç +MAP AÀÂÄ +MAP EÉÈÊË +MAP IÎÏY +MAP OÔÖ +MAP UÙÛÜ +MAP CÇ + +REP 69 +REP f ph +REP ph f +REP c qu +REP qu c +REP k qu +REP qu k +REP x ct +REP ct x +REP bb b +REP b bb +REP cc c +REP c cc +REP ff f +REP f ff +REP ll l +REP l ll +REP mm m +REP m mm +REP nn n +REP n nn +REP pp p +REP p pp +REP rr r +REP r rr +REP ss s +REP s ss +REP ss c +REP c ss +REP ss ç +REP ç ss +REP tt t +REP t tt +REP œ oe +REP oe œ +REP æ ae +REP ae æ +REP ai é +REP é ai +REP ai è +REP è ai +REP ai ê +REP ê ai +REP ei é +REP é ei +REP ei è +REP è ei +REP ei ê +REP ê ei +REP o au +REP au o +REP o eau +REP eau o +REP ett èt +REP èt ett +REP ell èl +REP èl ell +REP ème e +REP ogue$ ogiste +REP ogiste$ ogue +REP disez$ dites +REP fesez faites +REP faisez faites +REP puit puits +REP sanctionnable punissable +REP questionnable discutable +REP antitartre détartrant +REP ième$ e +REP ème$ e +REP è$ e + + + +KEY azertyuiop|qsdfghjklmù|wxcvbn|aéz|yèu|iço|oàp|aqz|zse|edr|rft|tgy|yhu|uji|iko|olpm|qws|sxd|dcf|fvg|gbh|hnj + +ICONV 32 +ICONV à à +ICONV â â +ICONV ä ä +ICONV é é +ICONV è è +ICONV ê ê +ICONV ë ë +ICONV î î +ICONV ï ï +ICONV ô ô +ICONV ö ö +ICONV ù ù +ICONV û û +ICONV ü ü +ICONV ÿ ÿ +ICONV ç ç +ICONV À À +ICONV   +ICONV Ä Ä +ICONV É É +ICONV È È +ICONV Ê Ê +ICONV Ë Ë +ICONV Î Î +ICONV Ï Ï +ICONV Ô Ô +ICONV Ö Ö +ICONV Ù Ù +ICONV Û Û +ICONV Ü Ü +ICONV Ÿ Ÿ +ICONV Ç Ç + +OCONV 1 +OCONV ' ’ + + + +FLAG long + +FULLSTRIP + +NEEDAFFIX () + +FORBIDDENWORD {} + +CIRCUMFIX ** + +KEEPCASE || + +NOSUGGEST -- + + + +BREAK 2 +BREAK - +BREAK . + +COMPOUNDMIN 2 + +COMPOUNDFLAG == + + + +AM 326 +AM po:nom is:mas +AM po:nom is:fem +AM po:adj +AM po:adj is:epi +AM po:v1t +AM po:nom po:adj +AM po:nom is:mas is:inv +AM po:adv +AM po:nom +AM po:nom is:epi +AM po:v1tp +AM po:geo is:epi is:inv +AM po:nom po:adj is:epi +AM po:v1i +AM po:patr is:epi is:inv +AM po:prn is:mas is:inv +AM po:v1it +AM po:nom is:mas is:sg +AM po:prn is:fem is:inv +AM po:nom is:mas is:pl +AM is:ipre is:3sg +AM is:ifut is:3sg +AM is:cond is:3sg +AM is:ifut is:3pl +AM is:cond is:3pl +AM is:ipre is:3pl +AM is:spre is:3sg +AM is:spre is:3pl +AM po:geo is:fem is:sg +AM is:ifut is:2pl +AM is:ifut is:1pl +AM is:cond is:2pl +AM is:cond is:1pl +AM is:ipre is:1sg +AM is:ipre is:2sg +AM is:impe is:2sg +AM is:ifut is:2sg +AM is:ifut is:1sg +AM is:cond is:2sg +AM is:cond is:1sg +AM is:spre is:1sg +AM po:v1itp +AM po:geo is:mas is:sg +AM is:spre is:2sg +AM po:adj is:epi is:inv +AM po:nom is:fem is:pl +AM po:nom is:fem is:sg +AM is:ppre +AM po:nb is:epi is:pl +AM is:iimp is:3sg +AM is:iimp is:3pl +AM is:simp is:3sg +AM is:ipsi is:3sg +AM is:simp is:3pl +AM po:v1p +AM is:ipre is:1pl +AM po:nom is:fem is:inv +AM is:impe is:1pl +AM is:simp is:2pl +AM is:simp is:1pl +AM is:simp is:1sg +AM is:ipsi is:2pl +AM is:ipsi is:1pl +AM is:infi +AM is:iimp is:2sg +AM is:iimp is:1sg +AM is:simp is:2sg +AM is:ipsi is:2sg +AM is:ipsi is:1sg +AM po:interj +AM is:ipsi is:3pl +AM is:ipre is:2pl +AM is:spre is:2pl +AM is:spre is:1pl +AM is:impe is:2pl +AM is:iimp is:2pl +AM is:iimp is:1pl +AM po:mg +AM po:v3tp +AM is:ppas is:fem is:sg +AM is:ppas is:fem is:pl +AM po:v3t +AM po:v2tp +AM po:v2t +AM is:ppas is:mas is:sg +AM is:ppas is:mas is:pl +AM po:loc.adv +AM po:nom is:epi is:inv +AM is:mas is:sg +AM is:mas is:pl +AM po:v3i +AM po:v2i +AM po:adj is:epi is:sg +AM po:nom po:adj is:mas +AM po:geo is:fem is:pl +AM dp:de+ +AM po:v3itp +AM dp:le|la+ +AM po:mg po:prep +AM po:v2itp +AM po:v2it +AM po:v1ip +AM is:pl +AM dp:que+ +AM po:nom po:adj is:epi is:inv +AM is:ppas is:epi is:inv +AM po:v1r +AM po:adj is:fem +AM po:nom po:adj is:fem +AM po:v1itî +AM po:v1im +AM po:prn is:epi is:inv +AM po:nom is:epi is:pl +AM po:v3it +AM po:v1tîp +AM po:v1tî +AM po:v1itîp +AM po:npr is:epi is:inv +AM po:nom is:epi is:sg +AM is:sg +AM is:ppas is:mas is:inv +AM po:v3p +AM po:v1iî +AM po:v1î +AM is:mas is:inv +AM po:adj is:mas +AM po:adj is:mas is:pl +AM po:v2p +AM po:geo is:mas is:pl +AM po:adj is:mas is:inv +AM po:v3itîp +AM po:loc.adv po:loc.adj +AM po:adj is:mas is:sg +AM po:npr is:mas is:inv +AM po:nom po:adj is:mas is:sg +AM po:nom po:adj is:mas is:pl +AM po:geo is:fem +AM po:nom po:adj is:fem is:sg +AM po:loc.adj +AM po:v3iîp +AM po:v3iî +AM po:nom po:adj is:mas is:inv +AM po:nom po:adj is:fem is:pl +AM po:nom po:adj is:epi is:pl +AM po:geo is:mas is:inv +AM po:v3tîp +AM po:v3tî +AM po:v3ip +AM po:nom po:adj is:epi is:sg +AM po:mg po:detpos is:epi is:sg +AM po:mg po:detpos is:epi is:pl +AM po:mg po:adv +AM po:v3îp +AM po:v3î +AM po:v3t is:infi +AM po:v1îp +AM po:titr is:mas +AM po:titr is:fem +AM po:mg po:proneg is:mas is:sg +AM po:mg po:det is:mas is:sg +AM po:mg po:cjco +AM po:v3r +AM po:v3itî +AM po:v2iî +AM po:v2ip +AM is:fem is:sg +AM is:fem is:pl +AM po:v3i is:infi +AM po:v2î +AM po:v1i is:infi +AM po:titr +AM po:patr is:epi +AM po:mg po:detpos is:fem is:sg +AM po:mg po:det is:fem is:sg +AM po:geo is:epi is:pl +AM po:adj is:fem is:sg +AM is:impe is:2pl ds:+pr +AM is:impe is:1pl ds:+pr +AM po:v3i is:ipre is:3sg +AM po:v2r +AM po:v2itîp +AM po:titr is:mas is:sg +AM po:titr is:mas is:pl +AM po:titr is:fem is:sg +AM po:titr is:fem is:pl +AM po:nb is:epi is:sg +AM po:mg po:properobj is:epi is:3sg +AM po:mg po:prep po:? +AM po:mg po:negadv +AM po:mg po:detneg +AM po:mg po:detind is:mas is:pl +AM po:mg po:detind is:fem is:pl +AM po:mg po:detind +AM po:mg po:detdem is:mas is:sg +AM po:mg po:det is:mas is:pl +AM po:mg po:det is:fem is:pl +AM po:mg po:det is:epi is:pl +AM po:mg po:cjco po:et +AM po:geo is:fem is:inv +AM po:adj is:fem is:pl +AM dp:quoique+ +AM dp:puisque+ +AM dp:lorsque+ +AM dp:ca+ +AM po:v3itm +AM po:v3im +AM po:v3i is:ipre is:3pl +AM po:v2tîp +AM po:v2tî +AM po:v2itî +AM po:v1tm +AM po:v1t is:infi +AM po:v1iîp +AM po:v1itpm +AM po:v1itm +AM po:v0e +AM po:v0a +AM po:tag +AM po:prn po:geo is:epi is:inv +AM po:prn is:fem +AM po:pfx +AM po:patr is:fem is:inv +AM po:patr +AM po:npr is:fem is:inv +AM po:nom is:mas is:pl st:prêtre-ouvrier +AM po:nom is:mas is:pl st:prêt-relais +AM po:nom is:mas is:pl st:poisson-scie +AM po:nom is:mas is:pl st:plateau-repas +AM po:nom is:mas is:pl st:pic-vert +AM po:nom is:mas is:pl st:pic-bois +AM po:nom is:mas is:pl st:pan-bagnat +AM po:nom is:mas is:pl st:maître-cylindre +AM po:nom is:mas is:pl st:maître-couple +AM po:nom is:mas is:pl st:martin-pêcheur +AM po:nom is:mas is:pl st:martin-chasseur +AM po:nom is:mas is:pl st:marteau-piqueur +AM po:nom is:mas is:pl st:lieutenant-gouverneur +AM po:nom is:mas is:pl st:laurier-cerise +AM po:nom is:mas is:pl st:grand-père +AM po:nom is:mas is:pl st:gentilhomme +AM po:nom is:mas is:pl st:franc-tireur +AM po:nom is:mas is:pl st:filtre-presse +AM po:nom is:mas is:pl st:double-clic +AM po:nom is:mas is:pl st:court-circuitage +AM po:nom is:mas is:pl st:chow-chow +AM po:nom is:mas is:pl st:chien-assis +AM po:nom is:mas is:pl st:capital-risque +AM po:nom is:mas is:pl st:bouton-d'or +AM po:nom is:mas is:pl st:bateau-lavoir +AM po:nom is:mas is:pl st:aye-aye +AM po:nom is:mas is:pl st:auteur-compositeur +AM po:nom is:mas is:pl st:arc-en-ciel +AM po:nom is:mas is:pl st:analyste-programmeur +AM po:nom is:fem is:sg st:lieutenant-gouverneur +AM po:nom is:fem is:pl st:pot-bouille +AM po:nom is:fem is:pl st:olla-podrida +AM po:nom is:fem is:pl st:location-gérance +AM po:nom is:fem is:pl st:lieutenant-gouverneur +AM po:nom is:fem is:pl st:lampe-tempête +AM po:nom is:fem is:pl st:franc-tireuse +AM po:nom is:fem is:pl st:entrée-sortie +AM po:nom is:fem is:pl st:double-croche +AM po:nom is:fem is:pl st:criste-marine +AM po:nom is:fem is:pl st:charte-partie +AM po:nom is:fem is:pl st:bourse-à-pasteur +AM po:nom is:fem is:pl st:basse-tige +AM po:nom is:fem is:pl st:basse-contre +AM po:nom is:fem is:pl st:analyste-programmeuse +AM po:nom is:epi is:pl st:garde-frontière +AM po:mg po:propersuj po:properobj is:2pl is:epi +AM po:mg po:propersuj po:properobj is:1pl is:epi +AM po:mg po:propersuj is:3sg is:mas +AM po:mg po:propersuj is:3sg is:fem +AM po:mg po:propersuj is:3sg is:1pl is:epi +AM po:mg po:propersuj is:3pl is:mas +AM po:mg po:propersuj is:3pl is:fem +AM po:mg po:propersuj is:2sg is:epi +AM po:mg po:propersuj is:1sg is:epi +AM po:mg po:properobj is:epi is:inv +AM po:mg po:properobj is:epi is:3pl +AM po:mg po:properobj is:epi is:2sg +AM po:mg po:properobj is:epi is:1sg +AM po:mg po:proind +AM po:mg po:prep po:loc.prep +AM po:mg po:prep po:det is:mas is:sg +AM po:mg po:prep po:det is:mas is:pl +AM po:mg po:loc.adv po:loc.prep +AM po:mg po:detind po:detex +AM po:mg po:detind is:mas is:sg +AM po:mg po:detind is:fem is:sg +AM po:mg po:detind is:epi is:sg +AM po:mg po:detind is:epi is:pl +AM po:mg po:detind is:epi +AM po:mg po:detdem is:fem is:sg +AM po:mg po:detdem is:epi is:pl +AM po:mg po:det is:epi is:sg +AM po:mg po:det is:epi is:inv +AM po:mg po:cjsub +AM po:mg po:cjco po:ou +AM po:mg is:mas is:pl +AM po:mg is:mas +AM po:mg is:fem is:pl +AM po:loc.verb +AM po:loc.prep +AM po:loc.nom +AM po:loc +AM po:geo po:patr is:epi is:inv +AM po:geo po:patr +AM po:adv st:vx +AM po:adj po:nom is:epi +AM po:adj is:epi is:pl +AM is:ppas is:mas is:sg is:1sg +AM is:ppas is:epi is:inv is:1sg +AM is:impe is:2sg ds:+y +AM is:impe is:2sg ds:+en +AM is:impe is:2pl ds:+y +AM is:impe is:2pl ds:+en +AM is:impe is:1pl ds:+y +AM is:impe is:1pl ds:+en +AM dp:te+ +AM dp:si+ +AM dp:se+ +AM dp:ne+ +AM dp:me+ +AM dp:jusque+ +AM dp:je+ + +AF 267 +AF S.() +AF S*() +AF F.() +AF a0p+() +AF F*() +AF n'q'l'm't's' +AF L'D'Q' +AF W.() +AF D'Q' +AF a0p.() +AF a2p+() +AF s' +AF n' +AF n'q'l'm' +AF a4p+() +AF n'q' +AF n'q'l't' +AF n'q'm't's' +AF X.() +AF n'q'l'm't' +AF t' +AF W*() +AF n'q'j'l'm't' +AF m' +AF n'm't' +AF n'j' +AF n'j'm't' +AF q' +AF f0p+() +AF n'q'j'l't' +AF n'l'm' +AF n'm' +AF c0p+() +AF L'D' +AF n't' +AF n'l'm't' +AF -- +AF ||-- +AF n'q'l' +AF d0p+() +AF A.() +AF a1p.() +AF f4p+() +AF n'j'l'm't' +AF n'l' +AF L' +AF b0p+() +AF a3p+() +AF X*() +AF D'L'Q' +AF I.() +AF tA() +AF n'q'd'l'm't's' +AF n'j'l't' +AF f0p.() +AF n'l't' +AF U.||-- +AF n'q'l's' +AF m't's' +AF c2p+() +AF Um() +AF n'q'm't' +AF c0p.() +AF f2p+() +AF c4p+() +AF a6p+() +AF wB() +AF i0q+() +AF a8p.() +AF n'm't's' +AF d2p+() +AF d0p.() +AF vA() +AF n'q'j'l'm' +AF wQq+() +AF D' +AF yM() +AF y1() +AF Q' +AF n'q'd' +AF iC() +AF i5q+() +AF I*() +AF yL() +AF uA() +AF d4p+() +AF wD() +AF tF() +AF n'q'd'm't's' +AF pK() +AF n'q'j'l' +AF n'q'c'l'm't' +AF b4p+() +AF b2p+() +AF wQq.() +AF wL() +AF f1p+() +AF n'q'j' +AF iK() +AF c1p.() +AF yV() +AF yD() +AF wT() +AF wS() +AF wR() +AF pS() +AF iG() +AF iE() +AF f3p+() +AF f1p.() +AF a5p.() +AF Ui() +AF S= +AF yU() +AF xP() +AF xO() +AF xN() +AF xL() +AF wO() +AF wNq.() +AF tG() +AF tEq.() +AF pF() +AF n'q'c'l'm't's' +AF m'q'd'm't's' +AF iS() +AF iR() +AF iF() +AF iDq+() +AF c5p.() +AF b0p.() +AF a8p+() +AF L'D'Q'Q* +AF D'Q'Qj +AF A*() +AF yX() +AF yW() +AF yN() +AF yC() +AF yB() +AF yA() +AF xSq+() +AF xQ() +AF xA() +AF wV() +AF wTwU() +AF wP() +AF wM() +AF tM() +AF rA() +AF pZ() +AF pX() +AF pW() +AF pT() +AF pJ() +AF pH() +AF n'q'd'm't' +AF n'q'd'l' +AF m'q'm't's' +AF iQ() +AF iJ() +AF i1q+() +AF fB() +AF d1p.() +AF c3p+() +AF aZ() +AF aY() +AF aG() +AF aD() +AF a0() +AF L'D'Q'Qj +AF D'Q'Q*Si +AF D'Q'Q* +AF || +AF zE() +AF zA() +AF yZ() +AF yY() +AF yO() +AF yK() +AF yJ() +AF yG() +AF yF() +AF yE() +AF xSq.() +AF xR() +AF xM() +AF xK() +AF xJ() +AF xD() +AF xC() +AF xB() +AF wNq+() +AF wG() +AF wF() +AF wA() +AF vC() +AF uD() +AF uC() +AF tU() +AF tEq+() +AF tD() +AF rD() +AF rC() +AF rArB() +AF qA() +AF pY() +AF pV() +AF pU() +AF pR() +AF pQ() +AF pP() +AF pO() +AF pNq.() +AF pNq+() +AF pM() +AF pHpI() +AF pFpG() +AF pE() +AF pCpD() +AF pC() +AF pB() +AF pA() +AF n'q'd'l'm't' +AF n'l's' +AF n'j'l'm' +AF n'd' +AF m'q'l't's' +AF iY() +AF iX() +AF iW() +AF iV() +AF iU() +AF iT() +AF iP() +AF iO() +AF iN() +AF iM() +AF iI() +AF iDq.() +AF iB() +AF iA() +AF i5q.() +AF i2q+() +AF i0q.() +AF fZ() +AF fY() +AF fD() +AF fC() +AF fA() +AF f5p+() +AF dA() +AF b3p+() +AF aH() +AF aF() +AF aE() +AF aA() +AF S.||() +AF S. +AF Q'QjQ* +AF Q'Qj +AF Q'Q*n'd'j'l'm't's' +AF Q'Q*Qjn'd'j'l'm't's'c' +AF L'D'Q'QjQ* +AF L'D'Q'Q*Qj +AF D'S. +AF D'Qj + + +PFX L' Y 34 +PFX L' 0 l' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 98 +PFX L' a l'A a 98 +PFX L' à l'À à 98 +PFX L' â l' â 98 +PFX L' e l'E e 98 +PFX L' é l'É é 98 +PFX L' è l'È è 98 +PFX L' ê l'Ê ê 98 +PFX L' i l'I i 98 +PFX L' î l'Î î 98 +PFX L' o l'O o 98 +PFX L' ô l'Ô ô 98 +PFX L' u l'U u 98 +PFX L' y l'Y y 98 +PFX L' h l'H h 98 +PFX L' œ l'Œ œ 98 +PFX L' æ l'Æ æ 98 +PFX L' 0 L' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 98 +PFX L' a L'A a 98 +PFX L' à L'À à 98 +PFX L' â L' â 98 +PFX L' e L'E e 98 +PFX L' é L'É é 98 +PFX L' è L'È è 98 +PFX L' ê L'Ê ê 98 +PFX L' i L'I i 98 +PFX L' î L'Î î 98 +PFX L' o L'O o 98 +PFX L' ô L'Ô ô 98 +PFX L' u L'U u 98 +PFX L' y L'Y y 98 +PFX L' h L'H h 98 +PFX L' œ L'Œ œ 98 +PFX L' æ L'Æ æ 98 + +PFX D' Y 34 +PFX D' 0 d' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 96 +PFX D' a d'A a 96 +PFX D' à d'À à 96 +PFX D' â d' â 96 +PFX D' e d'E e 96 +PFX D' é d'É é 96 +PFX D' è d'È è 96 +PFX D' ê d'Ê ê 96 +PFX D' i d'I i 96 +PFX D' î d'Î î 96 +PFX D' o d'O o 96 +PFX D' ô d'Ô ô 96 +PFX D' u d'U u 96 +PFX D' y d'Y y 96 +PFX D' h d'H h 96 +PFX D' œ d'Œ œ 96 +PFX D' æ d'Æ æ 96 +PFX D' 0 D' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 96 +PFX D' a D'A a 96 +PFX D' à D'À à 96 +PFX D' â D' â 96 +PFX D' e D'E e 96 +PFX D' é D'É é 96 +PFX D' è D'È è 96 +PFX D' ê D'Ê ê 96 +PFX D' i D'I i 96 +PFX D' î D'Î î 96 +PFX D' o D'O o 96 +PFX D' ô D'Ô ô 96 +PFX D' u D'U u 96 +PFX D' y D'Y y 96 +PFX D' h D'H h 96 +PFX D' œ D'Œ œ 96 +PFX D' æ D'Æ æ 96 + +PFX Q' Y 34 +PFX Q' 0 qu' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 104 +PFX Q' a qu'A a 104 +PFX Q' à qu'À à 96 +PFX Q' â qu' â 104 +PFX Q' e qu'E e 104 +PFX Q' é qu'É é 104 +PFX Q' è qu'È è 104 +PFX Q' ê qu'Ê ê 104 +PFX Q' i qu'I i 104 +PFX Q' î qu'Î î 104 +PFX Q' o qu'O o 104 +PFX Q' ô qu'Ô ô 104 +PFX Q' u qu'U u 104 +PFX Q' y qu'Y y 104 +PFX Q' h qu'H h 104 +PFX Q' œ qu'Œ œ 104 +PFX Q' æ qu'Æ æ 104 +PFX Q' 0 Qu' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 104 +PFX Q' a Qu'A a 104 +PFX Q' à Qu'À à 104 +PFX Q' â Qu' â 104 +PFX Q' e Qu'E e 104 +PFX Q' é Qu'É é 104 +PFX Q' è Qu'È è 104 +PFX Q' ê Qu'Ê ê 104 +PFX Q' i Qu'I i 104 +PFX Q' î Qu'Î î 104 +PFX Q' o Qu'O o 104 +PFX Q' ô Qu'Ô ô 104 +PFX Q' u Qu'U u 104 +PFX Q' y Qu'Y y 104 +PFX Q' h Qu'H h 104 +PFX Q' œ Qu'Œ œ 104 +PFX Q' æ Qu'Æ æ 104 + +PFX Q* Y 6 +PFX Q* 0 quoiqu' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 201 +PFX Q* 0 puisqu' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 202 +PFX Q* 0 lorsqu' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 203 +PFX Q* 0 Quoiqu' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 201 +PFX Q* 0 Puisqu' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 202 +PFX Q* 0 Lorsqu' [aàâeèéêiîoôuyhœæAÀÂEÈÉÊIÎOÔUYHŒÆ] 203 + +PFX Qj Y 1 +PFX Qj 0 jusqu' [aàâeèéêiîoôuyhœæ] 325 + +PFX Si Y 1 +PFX Si 0 s' . 321 + +SFX S. Y 2 +SFX S. 0 0 . 120 +SFX S. 0 s [^sxz] 103 + +SFX S= Y 1 +SFX S= 0 s [^sxz] + +SFX X. Y 4 +SFX X. 0 0 . 120 +SFX X. 0 x [aeoœ]u 103 +SFX X. l ux al 103 +SFX X. il ux ail 103 + +SFX A. Y 9 +SFX A. 0 0 . 120 +SFX A. an en an 103 +SFX A. f ves f 103 +SFX A. h hes h 103 +SFX A. s ses s 103 +SFX A. x xes x 103 +SFX A. y ies y 103 +SFX A. zz zzes zz 103 +SFX A. z zzes [^z]z 103 + +SFX I. Y 7 +SFX I. 0 0 . 120 +SFX I. a e a 103 +SFX I. e i e 103 +SFX I. en ina en 103 +SFX I. o i o 103 +SFX I. um a um 103 +SFX I. us i us 103 + +SFX F. Y 72 +SFX F. 0 0 . 166 +SFX F. 0 s [eë] 167 +SFX F. e 0 [éiï]e 89 +SFX F. e s [éiï]e 90 +SFX F. rice eur [dt]rice 89 +SFX F. rice eurs [dt]rice 90 +SFX F. de d de 89 +SFX F. de ds de 90 +SFX F. fe f fe 89 +SFX F. fe fs fe 90 +SFX F. anche anc anche 89 +SFX F. anche ancs anche 90 +SFX F. èche ec èche 89 +SFX F. èche ecs èche 90 +SFX F. aiche ais aiche 125 +SFX F. aîche ais aîche 125 +SFX F. khe kh khe 89 +SFX F. khe khs khe 90 +SFX F. he h [ut]he 89 +SFX F. he hs [ut]he 90 +SFX F. ke k ke 89 +SFX F. ke ks ke 90 +SFX F. le l [aiouû]le 89 +SFX F. le ls [aiouû]le 90 +SFX F. lle l [eiu]lle 89 +SFX F. lle ls [eiu]lle 90 +SFX F. ne n [aiou]ne 89 +SFX F. ne ns [aiou]ne 90 +SFX F. nne n [aeo]nne 89 +SFX F. nne ns [aeo]nne 90 +SFX F. ène en ène 89 +SFX F. ène ens ène 90 +SFX F. igne in igne 89 +SFX F. igne ins igne 90 +SFX F. re r [aiuûy]re 89 +SFX F. re rs [aiuûy]re 90 +SFX F. ère er ère 89 +SFX F. ère ers ère 90 +SFX F. se s [^us]se 125 +SFX F. esse e [^eo].esse 89 +SFX F. esse es [^eo].esse 90 +SFX F. eresse eur eresse 89 +SFX F. eresse eurs eresse 90 +SFX F. oresse eur oresse 89 +SFX F. oresse eurs oresse 90 +SFX F. sse s [^e]sse 125 +SFX F. use us [^eo]use 125 +SFX F. euse eur euse 89 +SFX F. euse eurs euse 90 +SFX F. te t [^èt]te 89 +SFX F. te ts [^èt]te 90 +SFX F. tte t tte 89 +SFX F. tte ts tte 90 +SFX F. ète et ète 89 +SFX F. ète ets ète 90 +SFX F. ue u [^gq]ue 89 +SFX F. ue us [^gq]ue 90 +SFX F. gue g gue 89 +SFX F. gue gs gue 90 +SFX F. cque c cque 89 +SFX F. cque cs cque 90 +SFX F. que c [^c]que 89 +SFX F. que cs [^c]que 90 +SFX F. ève ef ève 89 +SFX F. ève efs ève 90 +SFX F. ve f [iïu]ve 89 +SFX F. ve fs [iïu]ve 90 +SFX F. uë u uë 89 +SFX F. uë us uë 90 +SFX F. üe u üe 89 +SFX F. üe us üe 90 +SFX F. ze z ze 125 + +SFX W. N 8 +SFX W. 0 0 . 166 +SFX W. e es e 167 +SFX W. ce x ce 125 +SFX W. use ux [eo]use 125 +SFX W. ausse aux ausse 125 +SFX W. ousse oux ousse 125 +SFX W. ale al ale 89 +SFX W. ale aux ale 90 + +SFX S* Y 2 +SFX S* 0 0/50 [^sxz] 120 +SFX S* 0 s/9 [^sxz] 103 + +SFX X* Y 4 +SFX X* 0 0/50 . 120 +SFX X* 0 x/9 [aeoœ]u 103 +SFX X* l ux/9 al 103 +SFX X* il ux/9 ail 103 + +SFX A* Y 16 +SFX A* an an/50 an 120 +SFX A* an en/9 an 103 +SFX A* f f/50 f 120 +SFX A* f ves/9 f 103 +SFX A* h h/50 h 120 +SFX A* h hes/9 h 103 +SFX A* s s/50 s 120 +SFX A* s ses/9 s 103 +SFX A* x h/50 x 120 +SFX A* x hes/9 x 103 +SFX A* y y/50 y 120 +SFX A* y ies/9 y 103 +SFX A* zz zz/50 zz 120 +SFX A* zz zzes/9 zz 103 +SFX A* z z/50 [^z]z 120 +SFX A* z zzes/9 [^z]z 103 + +SFX I* Y 12 +SFX I* a a/50 a 120 +SFX I* a e/9 a 103 +SFX I* e e/50 e 120 +SFX I* e i/9 e 103 +SFX I* en en/50 en 120 +SFX I* en ina/9 en 103 +SFX I* o o/50 o 120 +SFX I* o i/9 o 103 +SFX I* um um/50 um 120 +SFX I* um a/9 um 103 +SFX I* us us/50 us 120 +SFX I* us i/9 us 103 + +SFX F* Y 59 +SFX F* 0 0/50 . 166 +SFX F* 0 s/9 [eë] 167 +SFX F* e 0/50 [éiï]e 89 +SFX F* e s/9 [éiï]e 90 +SFX F* rice eur/50 [dt]rice 89 +SFX F* rice eurs/9 [dt]rice 90 +SFX F* de d/50 de 89 +SFX F* de ds/9 de 90 +SFX F* he h/50 [ut]he 89 +SFX F* he hs/9 [ut]he 90 +SFX F* èke ek/50 èke 89 +SFX F* èke eks/9 èke 90 +SFX F* le l/50 [aiouû]le 89 +SFX F* le ls/9 [aiouû]le 90 +SFX F* lle l/50 [eiu]lle 89 +SFX F* lle ls/9 [eiu]lle 90 +SFX F* ne n/50 [aiou]ne 89 +SFX F* ne ns/9 [aiou]ne 90 +SFX F* nne n/50 [aeo]nne 89 +SFX F* nne ns/9 [aeo]nne 90 +SFX F* gne n/50 igne 89 +SFX F* gne ns/9 igne 90 +SFX F* re r/50 [aiuûy]re 89 +SFX F* re rs/9 [aiuûy]re 90 +SFX F* ère er/50 ère 89 +SFX F* ère ers/9 ère 90 +SFX F* se s/50 [^us]se 125 +SFX F* esse e/50 [^eo].esse 89 +SFX F* esse es/9 [^eo].esse 90 +SFX F* eresse eur/50 eresse 89 +SFX F* eresse eurs/9 eresse 90 +SFX F* oresse eur/50 oresse 89 +SFX F* oresse eurs/9 oresse 90 +SFX F* sse s/50 [^e]sse 125 +SFX F* use us/50 [^eo]use 125 +SFX F* euse eur/50 euse 89 +SFX F* euse eurs/9 euse 90 +SFX F* te t/50 [^èt]te 89 +SFX F* te ts/9 [^èt]te 90 +SFX F* tte t/50 tte 89 +SFX F* tte ts/9 tte 90 +SFX F* ète et/50 ète 89 +SFX F* ète ets/9 ète 90 +SFX F* ue u/50 [^gq]ue 89 +SFX F* ue us/9 [^gq]ue 90 +SFX F* gue g/50 gue 89 +SFX F* gue gs/9 gue 90 +SFX F* cque c/50 cque 89 +SFX F* cque cs/9 cque 90 +SFX F* que c/50 [^c]que 89 +SFX F* que cs/9 [^c]que 90 +SFX F* ève ef/50 ève 89 +SFX F* ève efs/9 ève 90 +SFX F* ve f/50 [iïu]ve 89 +SFX F* ve fs/9 [iïu]ve 90 +SFX F* uë u/50 uë 89 +SFX F* uë us/9 uë 90 +SFX F* üe u/50 üe 89 +SFX F* üe us/9 üe 90 + +SFX W* Y 7 +SFX W* 0 0/50 . 166 +SFX W* e es/9 e 167 +SFX W* ce x/50 ce 125 +SFX W* use ux/50 [eo]use 125 +SFX W* ousse oux/50 ousse 125 +SFX W* ale al/50 ale 89 +SFX W* ale aux/9 ale 90 + +PFX Um Y 30 +PFX Um 0 0/259 . +PFX Um 0 l' [aàâeèéêiîoôuyœæ] 98 +PFX Um 0 d'/1 [aàâeèéêiîoôuyœæ] 96 +PFX Um 0 yotta/1 . +PFX Um 0 zetta/1 . +PFX Um 0 exa/1 . +PFX Um 0 l'exa . 98 +PFX Um 0 d'exa/1 . 96 +PFX Um 0 peta/1 . +PFX Um 0 péta/1 . +PFX Um 0 téra/1 . +PFX Um 0 giga/1 . +PFX Um 0 méga/1 . +PFX Um 0 kilo/1 . +PFX Um 0 hecto/1 . +PFX Um 0 l'hecto . 98 +PFX Um 0 d'hecto/1 . 96 +PFX Um 0 déca/1 . +PFX Um 0 déci/1 . +PFX Um 0 centi/1 . +PFX Um 0 milli/1 . +PFX Um 0 micro/1 . +PFX Um 0 nano/1 . +PFX Um 0 pico/1 . +PFX Um 0 femto/1 . +PFX Um 0 atto/1 . +PFX Um 0 l'atto . 98 +PFX Um 0 d'atto/1 . 96 +PFX Um 0 zepto/1 . +PFX Um 0 yocto/1 . + +PFX Ui Y 30 +PFX Ui 0 0 . +PFX Ui 0 l' [aàâeèéêiîoôuyœæ] 98 +PFX Ui 0 d' [aàâeèéêiîoôuyœæ] 96 +PFX Ui 0 yotta . +PFX Ui 0 zetta . +PFX Ui 0 exa . +PFX Ui 0 l'exa . 98 +PFX Ui 0 d'exa . 96 +PFX Ui 0 peta . +PFX Ui 0 péta . +PFX Ui 0 téra . +PFX Ui 0 giga . +PFX Ui 0 méga . +PFX Ui 0 kilo . +PFX Ui 0 hecto . +PFX Ui 0 l'hecto . 98 +PFX Ui 0 d'hecto . 96 +PFX Ui 0 déca . +PFX Ui 0 déci . +PFX Ui 0 centi . +PFX Ui 0 milli . +PFX Ui 0 micro . +PFX Ui 0 nano . +PFX Ui 0 pico . +PFX Ui 0 femto . +PFX Ui 0 atto . +PFX Ui 0 l'atto . 98 +PFX Ui 0 d'atto . 96 +PFX Ui 0 zepto . +PFX Ui 0 yocto . + +PFX U. Y 20 +PFX U. 0 Y . +PFX U. 0 Z . +PFX U. 0 E . +PFX U. 0 P . +PFX U. 0 T . +PFX U. 0 G . +PFX U. 0 M . +PFX U. 0 k . +PFX U. 0 h . +PFX U. 0 da . +PFX U. 0 d . +PFX U. 0 c . +PFX U. 0 m . +PFX U. 0 µ . +PFX U. 0 n . +PFX U. 0 p . +PFX U. 0 f . +PFX U. 0 a . +PFX U. 0 z . +PFX U. 0 y . + +PFX n' Y 1 +PFX n' 0 n' [aàâeèéêiîoôuyhœæ] 323 + +PFX q' Y 1 +PFX q' 0 qu' [aàâeèéêiîoôuyhœæ] 104 + +PFX d' Y 1 +PFX d' 0 d' [aàâeèéêiîoôuyhœæ] 96 + +PFX j' Y 1 +PFX j' 0 j' [aàâeèéêiîoôuyhœæ] 326 + +PFX c' Y 2 +PFX c' 0 c' [eé] 204 +PFX c' 0 ç' a 204 + +PFX l' Y 1 +PFX l' 0 l' [aàâeèéêiîoôuyhœæ] 98 + +PFX m' Y 1 +PFX m' 0 m' [aàâeèéêiîoôuyhœæ] 324 + +PFX t' Y 1 +PFX t' 0 t' [aàâeèéêiîoôuyhœæ] 320 + +PFX s' Y 1 +PFX s' 0 s' [aàâeèéêiîoôuyhœæ] 322 + +SFX zA Y 53 +SFX zA voir voir/224 avoir 64 +SFX zA voir yant/20 avoir 48 +SFX zA avoir eu avoir 85 +SFX zA avoir eus avoir 86 +SFX zA avoir eue avoir 80 +SFX zA avoir eues avoir 81 +SFX zA voir i/30 avoir 34 +SFX zA voir s/20 avoir 35 +SFX zA voir 0/92 avoir 21 +SFX zA voir vons/17 avoir 56 +SFX zA voir vez/14 avoir 72 +SFX zA avoir ont/20 avoir 26 +SFX zA voir vais/23 avoir 66 +SFX zA voir vais/20 avoir 65 +SFX zA voir vait/92 avoir 50 +SFX zA voir vions/17 avoir 77 +SFX zA voir viez/14 avoir 76 +SFX zA voir vaient/20 avoir 51 +SFX zA avoir eus/23 avoir 69 +SFX zA avoir eus/20 avoir 68 +SFX zA avoir eut/92 avoir 53 +SFX zA avoir eûmes/17 avoir 63 +SFX zA avoir eûtes/14 avoir 62 +SFX zA avoir eurent/20 avoir 71 +SFX zA voir urai/23 avoir 38 +SFX zA voir uras/20 avoir 37 +SFX zA voir ura/92 avoir 22 +SFX zA voir urons/17 avoir 31 +SFX zA voir urez/14 avoir 30 +SFX zA voir uront/20 avoir 24 +SFX zA voir urais/23 avoir 40 +SFX zA voir urais/20 avoir 39 +SFX zA voir urait/92 avoir 23 +SFX zA voir urions/17 avoir 33 +SFX zA voir uriez/14 avoir 32 +SFX zA voir uraient/20 avoir 25 +SFX zA voir ie/44 avoir 41 +SFX zA voir ies/36 avoir 44 +SFX zA voir it/92 avoir 27 +SFX zA voir yons/56 avoir 74 +SFX zA voir yez/31 avoir 73 +SFX zA voir ient/20 avoir 28 +SFX zA avoir eusse/23 avoir 61 +SFX zA avoir eussé avoir 61 +SFX zA avoir eussè avoir 61 +SFX zA avoir eusses/20 avoir 67 +SFX zA avoir eût/92 avoir 52 +SFX zA avoir eussions/17 avoir 60 +SFX zA avoir eussiez/14 avoir 59 +SFX zA avoir eussent/20 avoir 54 +SFX zA voir ie/13 avoir 36 +SFX zA voir yons/13 avoir 58 +SFX zA voir yez/13 avoir 75 + +SFX zE Y 50 +SFX zE tre tre/53 être 64 +SFX zE être étant/6 être 48 +SFX zE être été être 106 +SFX zE être suis être 34 +SFX zE être es/20 être 35 +SFX zE être est/124 être 21 +SFX zE être sommes être 56 +SFX zE tre tes/14 être 72 +SFX zE être sont être 26 +SFX zE être étais/23 être 66 +SFX zE être étais/20 être 65 +SFX zE être était/124 être 50 +SFX zE être étions/17 être 77 +SFX zE être étiez/14 être 76 +SFX zE être étaient/124 être 51 +SFX zE être fus être 69 +SFX zE être fus être 68 +SFX zE être fut être 53 +SFX zE être fûmes être 63 +SFX zE être fûtes être 62 +SFX zE être furent être 71 +SFX zE être serai être 38 +SFX zE être seras être 37 +SFX zE être sera être 22 +SFX zE être serons être 31 +SFX zE être serez être 30 +SFX zE être seront être 24 +SFX zE être serais être 40 +SFX zE être serais être 39 +SFX zE être serait être 23 +SFX zE être serions être 33 +SFX zE être seriez être 32 +SFX zE être seraient être 25 +SFX zE être sois être 41 +SFX zE être sois être 44 +SFX zE être soit être 27 +SFX zE être soyons être 74 +SFX zE être soyez être 73 +SFX zE être soient être 28 +SFX zE être fusse être 61 +SFX zE être fussé être 61 +SFX zE être fussè être 61 +SFX zE être fusses être 67 +SFX zE être fût être 52 +SFX zE être fussions être 60 +SFX zE être fussiez être 59 +SFX zE être fussent être 54 +SFX zE être sois être 36 +SFX zE être soyons être 58 +SFX zE être soyez être 75 + +SFX a0 N 125 +SFX a0 er er er 64 +SFX a0 er ant [^cg]er 48 +SFX a0 cer çant cer 48 +SFX a0 ger geant ger 48 +SFX a0 er e [^y]er 34 +SFX a0 yer ye [^ou]yer 34 +SFX a0 yer ie [aou]yer 34 +SFX a0 er es [^y]er 35 +SFX a0 yer yes [^ou]yer 35 +SFX a0 yer ies [aou]yer 35 +SFX a0 er e [^y]er 21 +SFX a0 yer ye [^ou]yer 21 +SFX a0 yer ie [aou]yer 21 +SFX a0 er ons [^cg]er 56 +SFX a0 cer çons cer 56 +SFX a0 ger geons ger 56 +SFX a0 er ez er 72 +SFX a0 r nt [^y]er 26 +SFX a0 yer yent [^ou]yer 26 +SFX a0 yer ient [aou]yer 26 +SFX a0 er ais [^cg]er 66 +SFX a0 cer çais cer 66 +SFX a0 ger geais ger 66 +SFX a0 er ais [^cg]er 65 +SFX a0 cer çais cer 65 +SFX a0 ger geais ger 65 +SFX a0 er ait [^cg]er 50 +SFX a0 cer çait cer 50 +SFX a0 ger geait ger 50 +SFX a0 er ions er 77 +SFX a0 er iez er 76 +SFX a0 er aient [^cg]er 51 +SFX a0 cer çaient cer 51 +SFX a0 ger geaient ger 51 +SFX a0 er ai [^cg]er 69 +SFX a0 cer çai cer 69 +SFX a0 ger geai ger 69 +SFX a0 er as [^cg]er 68 +SFX a0 cer ças cer 68 +SFX a0 ger geas ger 68 +SFX a0 er a [^cg]er 53 +SFX a0 cer ça cer 53 +SFX a0 ger gea ger 53 +SFX a0 er âmes [^cg]er 63 +SFX a0 cer çâmes cer 63 +SFX a0 ger geâmes ger 63 +SFX a0 er âtes [^cg]er 62 +SFX a0 cer çâtes cer 62 +SFX a0 ger geâtes ger 62 +SFX a0 er èrent er 71 +SFX a0 er erai [^y]er 38 +SFX a0 yer yerai [^ou]yer 38 +SFX a0 yer ierai [aou]yer 38 +SFX a0 er eras [^y]er 37 +SFX a0 yer yeras [^ou]yer 37 +SFX a0 yer ieras [aou]yer 37 +SFX a0 er era [^y]er 22 +SFX a0 yer yera [^ou]yer 22 +SFX a0 yer iera [aou]yer 22 +SFX a0 er erons [^y]er 31 +SFX a0 yer yerons [^ou]yer 31 +SFX a0 yer ierons [aou]yer 31 +SFX a0 er erez [^y]er 30 +SFX a0 yer yerez [^ou]yer 30 +SFX a0 yer ierez [aou]yer 30 +SFX a0 er eront [^y]er 24 +SFX a0 yer yeront [^ou]yer 24 +SFX a0 yer ieront [aou]yer 24 +SFX a0 er erais [^y]er 40 +SFX a0 yer yerais [^ou]yer 40 +SFX a0 yer ierais [aou]yer 40 +SFX a0 er erais [^y]er 39 +SFX a0 yer yerais [^ou]yer 39 +SFX a0 yer ierais [aou]yer 39 +SFX a0 er erait [^y]er 23 +SFX a0 yer yerait [^ou]yer 23 +SFX a0 yer ierait [aou]yer 23 +SFX a0 er erions [^y]er 33 +SFX a0 yer yerions [^ou]yer 33 +SFX a0 yer ierions [aou]yer 33 +SFX a0 er eriez [^y]er 32 +SFX a0 yer yeriez [^ou]yer 32 +SFX a0 yer ieriez [aou]yer 32 +SFX a0 er eraient [^y]er 25 +SFX a0 yer yeraient [^ou]yer 25 +SFX a0 yer ieraient [aou]yer 25 +SFX a0 er e [^y]er 41 +SFX a0 yer ye [^ou]yer 41 +SFX a0 yer ie [aou]yer 41 +SFX a0 er es [^y]er 44 +SFX a0 yer yes [^ou]yer 44 +SFX a0 yer ies [aou]yer 44 +SFX a0 er e [^y]er 27 +SFX a0 yer ye [^ou]yer 27 +SFX a0 yer ie [aou]yer 27 +SFX a0 er ions er 74 +SFX a0 er iez er 73 +SFX a0 er ent [^y]er 28 +SFX a0 yer yent [^ou]yer 28 +SFX a0 yer ient [aou]yer 28 +SFX a0 er asse [^cg]er 61 +SFX a0 cer çasse cer 61 +SFX a0 ger geasse ger 61 +SFX a0 er asses [^cg]er 67 +SFX a0 cer çasses cer 67 +SFX a0 ger geasses ger 67 +SFX a0 er ât [^cg]er 52 +SFX a0 cer çât cer 52 +SFX a0 ger geât ger 52 +SFX a0 er assions [^cg]er 60 +SFX a0 cer çassions cer 60 +SFX a0 ger geassions ger 60 +SFX a0 er assiez [^cg]er 59 +SFX a0 cer çassiez cer 59 +SFX a0 ger geassiez ger 59 +SFX a0 er assent [^cg]er 54 +SFX a0 cer çassent cer 54 +SFX a0 ger geassent ger 54 +SFX a0 er e [^y]er 36 +SFX a0 yer ye [^ou]yer 36 +SFX a0 yer ie [aou]yer 36 +SFX a0 er ons [^cg]er 58 +SFX a0 cer çons cer 58 +SFX a0 ger geons ger 58 +SFX a0 er ez er 75 + +SFX a1 Y 125 +SFX a1 er er/80 er 64 +SFX a1 er ant/16 [^cg]er 48 +SFX a1 cer çant/16 cer 48 +SFX a1 ger geant/16 ger 48 +SFX a1 er e/26 [^y]er 34 +SFX a1 yer ye/26 [^ou]yer 34 +SFX a1 yer ie/26 [aou]yer 34 +SFX a1 er es/13 [^y]er 35 +SFX a1 yer yes/13 [^ou]yer 35 +SFX a1 yer ies/13 [aou]yer 35 +SFX a1 er e/16 [^y]er 21 +SFX a1 yer ye/16 [^ou]yer 21 +SFX a1 yer ie/16 [aou]yer 21 +SFX a1 er ons/13 [^cg]er 56 +SFX a1 cer çons/13 cer 56 +SFX a1 ger geons/13 ger 56 +SFX a1 er ez/13 er 72 +SFX a1 er ent/16 [^y]er 26 +SFX a1 yer yent/16 [^ou]yer 26 +SFX a1 yer ient/16 [aou]yer 26 +SFX a1 er ais/26 [^cg]er 66 +SFX a1 cer çais/26 cer 66 +SFX a1 ger geais/26 ger 66 +SFX a1 er ais/13 [^cg]er 65 +SFX a1 cer çais/13 cer 65 +SFX a1 ger geais/13 ger 65 +SFX a1 er ait/16 [^cg]er 50 +SFX a1 cer çait/16 cer 50 +SFX a1 ger geait/16 ger 50 +SFX a1 er ions/13 er 77 +SFX a1 er iez/13 er 76 +SFX a1 er aient/16 [^cg]er 51 +SFX a1 cer çaient/16 cer 51 +SFX a1 ger geaient/16 ger 51 +SFX a1 er ai/26 [^cg]er 69 +SFX a1 cer çai/26 cer 69 +SFX a1 ger geai/26 ger 69 +SFX a1 er as/13 [^cg]er 68 +SFX a1 cer ças/13 cer 68 +SFX a1 ger geas/13 ger 68 +SFX a1 er a/16 [^cg]er 53 +SFX a1 cer ça/16 cer 53 +SFX a1 ger gea/16 ger 53 +SFX a1 er âmes/13 [^cg]er 63 +SFX a1 cer çâmes/13 cer 63 +SFX a1 ger geâmes/13 ger 63 +SFX a1 er âtes/13 [^cg]er 62 +SFX a1 cer çâtes/13 cer 62 +SFX a1 ger geâtes/13 ger 62 +SFX a1 er èrent/16 er 71 +SFX a1 er erai/26 [^y]er 38 +SFX a1 yer yerai/26 [^ou]yer 38 +SFX a1 yer ierai/26 [aou]yer 38 +SFX a1 er eras/13 [^y]er 37 +SFX a1 yer yeras/13 [^ou]yer 37 +SFX a1 yer ieras/13 [aou]yer 37 +SFX a1 er era/16 [^y]er 22 +SFX a1 yer yera/16 [^ou]yer 22 +SFX a1 yer iera/16 [aou]yer 22 +SFX a1 er erons/13 [^y]er 31 +SFX a1 yer yerons/13 [^ou]yer 31 +SFX a1 yer ierons/13 [aou]yer 31 +SFX a1 er erez/13 [^y]er 30 +SFX a1 yer yerez/13 [^ou]yer 30 +SFX a1 yer ierez/13 [aou]yer 30 +SFX a1 er eront/16 [^y]er 24 +SFX a1 yer yeront/16 [^ou]yer 24 +SFX a1 yer ieront/16 [aou]yer 24 +SFX a1 er erais/26 [^y]er 40 +SFX a1 yer yerais/26 [^ou]yer 40 +SFX a1 yer ierais/26 [aou]yer 40 +SFX a1 er erais/13 [^y]er 39 +SFX a1 yer yerais/13 [^ou]yer 39 +SFX a1 yer ierais/13 [aou]yer 39 +SFX a1 er erait/16 [^y]er 23 +SFX a1 yer yerait/16 [^ou]yer 23 +SFX a1 yer ierait/16 [aou]yer 23 +SFX a1 er erions/13 [^y]er 33 +SFX a1 yer yerions/13 [^ou]yer 33 +SFX a1 yer ierions/13 [aou]yer 33 +SFX a1 er eriez/13 [^y]er 32 +SFX a1 yer yeriez/13 [^ou]yer 32 +SFX a1 yer ieriez/13 [aou]yer 32 +SFX a1 er eraient/16 [^y]er 25 +SFX a1 yer yeraient/16 [^ou]yer 25 +SFX a1 yer ieraient/16 [aou]yer 25 +SFX a1 er e/26 [^y]er 41 +SFX a1 yer ye/26 [^ou]yer 41 +SFX a1 yer ie/26 [aou]yer 41 +SFX a1 er es/13 [^y]er 44 +SFX a1 yer yes/13 [^ou]yer 44 +SFX a1 yer ies/13 [aou]yer 44 +SFX a1 er e/16 [^y]er 27 +SFX a1 yer ye/16 [^ou]yer 27 +SFX a1 yer ie/16 [aou]yer 27 +SFX a1 er ions/13 er 74 +SFX a1 er iez/13 er 73 +SFX a1 er ent/16 [^y]er 28 +SFX a1 yer yent/16 [^ou]yer 28 +SFX a1 yer ient/16 [aou]yer 28 +SFX a1 er asse/26 [^cg]er 61 +SFX a1 cer çasse/26 cer 61 +SFX a1 ger geasse/26 ger 61 +SFX a1 er asses/13 [^cg]er 67 +SFX a1 cer çasses/13 cer 67 +SFX a1 ger geasses/13 ger 67 +SFX a1 er ât/16 [^cg]er 52 +SFX a1 cer çât/16 cer 52 +SFX a1 ger geât/16 ger 52 +SFX a1 er assions/13 [^cg]er 60 +SFX a1 cer çassions/13 cer 60 +SFX a1 ger geassions/13 ger 60 +SFX a1 er assiez/13 [^cg]er 59 +SFX a1 cer çassiez/13 cer 59 +SFX a1 ger geassiez/13 ger 59 +SFX a1 er assent/16 [^cg]er 54 +SFX a1 cer çassent/16 cer 54 +SFX a1 ger geassent/16 ger 54 +SFX a1 er e/13 [^y]er 36 +SFX a1 yer ye/13 [^ou]yer 36 +SFX a1 yer ie/13 [aou]yer 36 +SFX a1 er ons/13 [^cg]er 58 +SFX a1 cer çons/13 cer 58 +SFX a1 ger geons/13 ger 58 +SFX a1 er ez/13 er 75 + +SFX a2 Y 125 +SFX a2 er er/53 er 64 +SFX a2 er ant/6 [^cg]er 48 +SFX a2 cer çant/6 cer 48 +SFX a2 ger geant/6 ger 48 +SFX a2 er e/30 [^y]er 34 +SFX a2 yer ye/30 [^ou]yer 34 +SFX a2 yer ie/30 [aou]yer 34 +SFX a2 er es/14 [^y]er 35 +SFX a2 yer yes/14 [^ou]yer 35 +SFX a2 yer ies/14 [aou]yer 35 +SFX a2 er e/6 [^y]er 21 +SFX a2 er e/6 [^ou]yer 21 +SFX a2 yer ie/6 [aou]yer 21 +SFX a2 er ons/17 [^cg]er 56 +SFX a2 cer çons/17 cer 56 +SFX a2 ger geons/17 ger 56 +SFX a2 er ez/14 er 72 +SFX a2 er ent/6 [^y]er 26 +SFX a2 yer yent/6 [^ou]yer 26 +SFX a2 yer ient/6 [aou]yer 26 +SFX a2 er ais/30 [^cg]er 66 +SFX a2 cer çais/30 cer 66 +SFX a2 ger geais/30 ger 66 +SFX a2 er ais/14 [^cg]er 65 +SFX a2 cer çais/14 cer 65 +SFX a2 ger geais/14 ger 65 +SFX a2 er ait/6 [^cg]er 50 +SFX a2 cer çait/6 cer 50 +SFX a2 ger geait/6 ger 50 +SFX a2 er ions/17 er 77 +SFX a2 er iez/14 er 76 +SFX a2 er aient/6 [^cg]er 51 +SFX a2 cer çaient/6 cer 51 +SFX a2 ger geaient/6 ger 51 +SFX a2 er ai/30 [^cg]er 69 +SFX a2 cer çai/30 cer 69 +SFX a2 ger geai/30 ger 69 +SFX a2 er as/14 [^cg]er 68 +SFX a2 cer ças/14 cer 68 +SFX a2 ger geas/14 ger 68 +SFX a2 er a/6 [^cg]er 53 +SFX a2 cer ça/6 cer 53 +SFX a2 ger gea/6 ger 53 +SFX a2 er âmes/17 [^cg]er 63 +SFX a2 cer çâmes/17 cer 63 +SFX a2 ger geâmes/17 ger 63 +SFX a2 er âtes/14 [^cg]er 62 +SFX a2 cer çâtes/14 cer 62 +SFX a2 ger geâtes/14 ger 62 +SFX a2 er èrent/6 er 71 +SFX a2 er erai/30 [^y]er 38 +SFX a2 yer yerai/30 [^ou]yer 38 +SFX a2 yer ierai/30 [aou]yer 38 +SFX a2 er eras/14 [^y]er 37 +SFX a2 yer yeras/14 [^ou]yer 37 +SFX a2 yer ieras/14 [aou]yer 37 +SFX a2 er era/6 [^y]er 22 +SFX a2 yer yera/6 [^ou]yer 22 +SFX a2 yer iera/6 [aou]yer 22 +SFX a2 er erons/17 [^y]er 31 +SFX a2 yer yerons/17 [^ou]yer 31 +SFX a2 yer ierons/17 [aou]yer 31 +SFX a2 er erez/14 [^y]er 30 +SFX a2 yer yerez/14 [^ou]yer 30 +SFX a2 yer ierez/14 [aou]yer 30 +SFX a2 er eront/6 [^y]er 24 +SFX a2 yer yeront/6 [^ou]yer 24 +SFX a2 yer ieront/6 [aou]yer 24 +SFX a2 er erais/30 [^y]er 40 +SFX a2 yer yerais/30 [^ou]yer 40 +SFX a2 yer ierais/30 [aou]yer 40 +SFX a2 er erais/14 [^y]er 39 +SFX a2 yer yerais/14 [^ou]yer 39 +SFX a2 yer ierais/14 [aou]yer 39 +SFX a2 er erait/6 [^y]er 23 +SFX a2 yer yerait/6 [^ou]yer 23 +SFX a2 yer ierait/6 [aou]yer 23 +SFX a2 er erions/17 [^y]er 33 +SFX a2 yer yerions/17 [^ou]yer 33 +SFX a2 yer ierions/17 [aou]yer 33 +SFX a2 er eriez/14 [^y]er 32 +SFX a2 yer yeriez/14 [^ou]yer 32 +SFX a2 yer ieriez/14 [aou]yer 32 +SFX a2 er eraient/6 [^y]er 25 +SFX a2 yer yeraient/6 [^ou]yer 25 +SFX a2 yer ieraient/6 [aou]yer 25 +SFX a2 er e/54 [^y]er 41 +SFX a2 yer ye/54 [^ou]yer 41 +SFX a2 yer ie/54 [aou]yer 41 +SFX a2 er es/31 [^y]er 44 +SFX a2 yer yes/31 [^ou]yer 44 +SFX a2 yer ies/31 [aou]yer 44 +SFX a2 er e/6 [^y]er 27 +SFX a2 yer ye/6 [^ou]yer 27 +SFX a2 yer ie/6 [aou]yer 27 +SFX a2 er ions/56 er 74 +SFX a2 er iez/31 er 73 +SFX a2 er ent/6 [^y]er 28 +SFX a2 yer yent/6 [^ou]yer 28 +SFX a2 yer ient/6 [aou]yer 28 +SFX a2 er asse/30 [^cg]er 61 +SFX a2 cer çasse/30 cer 61 +SFX a2 ger geasse/30 ger 61 +SFX a2 er asses/14 [^cg]er 67 +SFX a2 cer çasses/14 cer 67 +SFX a2 ger geasses/14 ger 67 +SFX a2 er ât/6 [^cg]er 52 +SFX a2 cer çât/6 cer 52 +SFX a2 ger geât/6 ger 52 +SFX a2 er assions/17 [^cg]er 60 +SFX a2 cer çassions/17 cer 60 +SFX a2 ger geassions/17 ger 60 +SFX a2 er assiez/14 [^cg]er 59 +SFX a2 cer çassiez/14 cer 59 +SFX a2 ger geassiez/14 ger 59 +SFX a2 er assent/6 [^cg]er 54 +SFX a2 cer çassent/6 cer 54 +SFX a2 ger geassent/6 ger 54 +SFX a2 er e/31 [^y]er 36 +SFX a2 yer ye/31 [^ou]yer 36 +SFX a2 yer ie/31 [aou]yer 36 +SFX a2 er ons/45 [^cg]er 58 +SFX a2 cer çons/45 cer 58 +SFX a2 ger geons/45 ger 58 +SFX a2 er ez/31 er 75 + +SFX a3 Y 125 +SFX a3 er er/59 er 64 +SFX a3 er ant/59 [^cg]er 48 +SFX a3 cer çant/59 cer 48 +SFX a3 ger geant/59 ger 48 +SFX a3 er e/24 [^y]er 34 +SFX a3 yer ye/24 [^ou]yer 34 +SFX a3 yer ie/24 [aou]yer 34 +SFX a3 er es/21 [^y]er 35 +SFX a3 yer yes/21 [^ou]yer 35 +SFX a3 yer ies/21 [aou]yer 35 +SFX a3 er e/12 [^y]er 21 +SFX a3 yer ye/12 [^ou]yer 21 +SFX a3 yer ie/12 [aou]yer 21 +SFX a3 er ons [^cg]er 56 +SFX a3 cer çons cer 56 +SFX a3 ger geons ger 56 +SFX a3 r z er 72 +SFX a3 er ent/12 [^y]er 26 +SFX a3 yer yent/12 [^ou]yer 26 +SFX a3 yer ient/12 [aou]yer 26 +SFX a3 er ais/24 [^cg]er 66 +SFX a3 cer çais/24 cer 66 +SFX a3 ger geais/24 ger 66 +SFX a3 er ais/21 [^cg]er 65 +SFX a3 cer çais/21 cer 65 +SFX a3 ger geais/21 ger 65 +SFX a3 er ait/12 [^cg]er 50 +SFX a3 cer çait/12 cer 50 +SFX a3 ger geait/12 ger 50 +SFX a3 er ions er 77 +SFX a3 er iez er 76 +SFX a3 er aient/12 [^cg]er 51 +SFX a3 cer çaient/12 cer 51 +SFX a3 ger geaient/12 ger 51 +SFX a3 er ai/24 [^cg]er 69 +SFX a3 cer çai/24 cer 69 +SFX a3 ger geai/24 ger 69 +SFX a3 er as/21 [^cg]er 68 +SFX a3 cer ças/21 cer 68 +SFX a3 ger geas/21 ger 68 +SFX a3 er a/12 [^cg]er 53 +SFX a3 cer ça/12 cer 53 +SFX a3 ger gea/12 ger 53 +SFX a3 er âmes [^cg]er 63 +SFX a3 cer çâmes cer 63 +SFX a3 ger geâmes ger 63 +SFX a3 er âtes [^cg]er 62 +SFX a3 cer çâtes/12 cer 62 +SFX a3 ger geâtes/12 ger 62 +SFX a3 er èrent/12 er 71 +SFX a3 er erai/24 [^y]er 38 +SFX a3 yer yerai/24 [^ou]yer 38 +SFX a3 yer ierai/24 [aou]yer 38 +SFX a3 er eras/21 [^y]er 37 +SFX a3 yer yeras/21 [^ou]yer 37 +SFX a3 yer ieras/21 [aou]yer 37 +SFX a3 er era/12 [^y]er 22 +SFX a3 yer yera/12 [^ou]yer 22 +SFX a3 yer iera/12 [aou]yer 22 +SFX a3 er erons [^y]er 31 +SFX a3 yer yerons [^ou]yer 31 +SFX a3 yer ierons [aou]yer 31 +SFX a3 er erez [^y]er 30 +SFX a3 yer yerez [^ou]yer 30 +SFX a3 yer ierez [aou]yer 30 +SFX a3 er eront/12 [^y]er 24 +SFX a3 yer yeront/12 [^ou]yer 24 +SFX a3 yer ieront/12 [aou]yer 24 +SFX a3 er erais/24 [^y]er 40 +SFX a3 yer yerais/24 [^ou]yer 40 +SFX a3 yer ierais/24 [aou]yer 40 +SFX a3 er erais/21 [^y]er 39 +SFX a3 yer yerais/21 [^ou]yer 39 +SFX a3 yer ierais/21 [aou]yer 39 +SFX a3 er erait/12 [^y]er 23 +SFX a3 yer yerait/12 [^ou]yer 23 +SFX a3 yer ierait/12 [aou]yer 23 +SFX a3 er erions [^y]er 33 +SFX a3 yer yerions [^ou]yer 33 +SFX a3 yer ierions [aou]yer 33 +SFX a3 er eriez [^y]er 32 +SFX a3 yer yeriez [^ou]yer 32 +SFX a3 yer ieriez [aou]yer 32 +SFX a3 er eraient/12 [^y]er 25 +SFX a3 yer yeraient/12 [^ou]yer 25 +SFX a3 yer ieraient/12 [aou]yer 25 +SFX a3 er e/24 [^y]er 41 +SFX a3 yer ye/24 [^ou]yer 41 +SFX a3 yer ie/24 [aou]yer 41 +SFX a3 er es/21 [^y]er 44 +SFX a3 yer yes/21 [^ou]yer 44 +SFX a3 yer ies/21 [aou]yer 44 +SFX a3 er e/12 [^y]er 27 +SFX a3 yer ye/12 [^ou]yer 27 +SFX a3 yer ie/12 [aou]yer 27 +SFX a3 er ions er 74 +SFX a3 er iez er 73 +SFX a3 er ent/12 [^y]er 28 +SFX a3 yer yent/12 [^ou]yer 28 +SFX a3 yer ient/12 [aou]yer 28 +SFX a3 er asse/24 [^cg]er 61 +SFX a3 cer çasse/24 cer 61 +SFX a3 ger geasse/24 ger 61 +SFX a3 er asses/21 [^cg]er 67 +SFX a3 cer çasses/21 cer 67 +SFX a3 ger geasses/21 ger 67 +SFX a3 er ât/12 [^cg]er 52 +SFX a3 cer çât/12 cer 52 +SFX a3 ger geât/12 ger 52 +SFX a3 er assions [^cg]er 60 +SFX a3 cer çassions cer 60 +SFX a3 ger geassions ger 60 +SFX a3 er assiez [^cg]er 59 +SFX a3 cer çassiez cer 59 +SFX a3 ger geassiez ger 59 +SFX a3 er assent/12 [^cg]er 54 +SFX a3 cer çassent/12 cer 54 +SFX a3 ger geassent/12 ger 54 +SFX a3 er e/21 [^y]er 36 +SFX a3 yer ye/21 [^ou]yer 36 +SFX a3 yer ie/21 [aou]yer 36 +SFX a3 er ons [^cg]er 58 +SFX a3 cer çons cer 58 +SFX a3 ger geons ger 58 +SFX a3 er ez er 75 + +SFX a4 Y 125 +SFX a4 er er/53 er 64 +SFX a4 er ant/6 [^cg]er 48 +SFX a4 cer çant/6 cer 48 +SFX a4 ger geant/6 ger 48 +SFX a4 er e/23 [^y]er 34 +SFX a4 yer ye/23 [^ou]yer 34 +SFX a4 yer ie/23 [aou]yer 34 +SFX a4 er es/20 [^y]er 35 +SFX a4 yer yes/20 [^ou]yer 35 +SFX a4 yer ies/20 [aou]yer 35 +SFX a4 er e/6 [^y]er 21 +SFX a4 yer ye/6 [^ou]yer 21 +SFX a4 yer ie/6 [aou]yer 21 +SFX a4 er ons/17 [^cg]er 56 +SFX a4 cer çons/17 cer 56 +SFX a4 ger geons/17 ger 56 +SFX a4 er ez/14 er 72 +SFX a4 er ent/6 [^y]er 26 +SFX a4 yer yent/6 [^ou]yer 26 +SFX a4 yer ient/6 [aou]yer 26 +SFX a4 er ais/23 [^cg]er 66 +SFX a4 cer çais/23 cer 66 +SFX a4 ger geais/23 ger 66 +SFX a4 er ais/20 [^cg]er 65 +SFX a4 cer çais/20 cer 65 +SFX a4 ger geais/20 ger 65 +SFX a4 er ait/6 [^cg]er 50 +SFX a4 cer çait/6 cer 50 +SFX a4 ger geait/6 ger 50 +SFX a4 er ions/17 er 77 +SFX a4 er iez/14 er 76 +SFX a4 er aient/6 [^cg]er 51 +SFX a4 cer çaient/6 cer 51 +SFX a4 ger geaient/6 ger 51 +SFX a4 er ai/23 [^cg]er 69 +SFX a4 cer çai/23 cer 69 +SFX a4 ger geai/23 ger 69 +SFX a4 er as/20 [^cg]er 68 +SFX a4 cer ças/20 cer 68 +SFX a4 ger geas/20 ger 68 +SFX a4 er a/6 [^cg]er 53 +SFX a4 cer ça/6 cer 53 +SFX a4 ger gea/6 ger 53 +SFX a4 er âmes/17 [^cg]er 63 +SFX a4 cer çâmes/17 cer 63 +SFX a4 ger geâmes/17 ger 63 +SFX a4 er âtes/14 [^cg]er 62 +SFX a4 cer çâtes/14 cer 62 +SFX a4 ger geâtes/14 ger 62 +SFX a4 er èrent/6 er 71 +SFX a4 er erai/23 [^y]er 38 +SFX a4 yer yerai/23 [^ou]yer 38 +SFX a4 yer ierai/23 [aou]yer 38 +SFX a4 er eras/20 [^y]er 37 +SFX a4 yer yeras/20 [^ou]yer 37 +SFX a4 yer ieras/20 [aou]yer 37 +SFX a4 er era/6 [^y]er 22 +SFX a4 yer yera/6 [^ou]yer 22 +SFX a4 yer iera/6 [aou]yer 22 +SFX a4 er erons/17 [^y]er 31 +SFX a4 yer yerons/17 [^ou]yer 31 +SFX a4 yer ierons/17 [aou]yer 31 +SFX a4 er erez/14 [^y]er 30 +SFX a4 yer yerez/14 [^ou]yer 30 +SFX a4 yer ierez/14 [aou]yer 30 +SFX a4 er eront/6 [^y]er 24 +SFX a4 yer yeront/6 [^ou]yer 24 +SFX a4 yer ieront/6 [aou]yer 24 +SFX a4 er erais/23 [^y]er 40 +SFX a4 yer yerais/23 [^ou]yer 40 +SFX a4 yer ierais/23 [aou]yer 40 +SFX a4 er erais/20 [^y]er 39 +SFX a4 yer yerais/20 [^ou]yer 39 +SFX a4 yer ierais/20 [aou]yer 39 +SFX a4 er erait/6 [^y]er 23 +SFX a4 yer yerait/6 [^ou]yer 23 +SFX a4 yer ierait/6 [aou]yer 23 +SFX a4 er erions/17 [^y]er 33 +SFX a4 yer yerions/17 [^ou]yer 33 +SFX a4 yer ierions/17 [aou]yer 33 +SFX a4 er eriez/14 [^y]er 32 +SFX a4 yer yeriez/14 [^ou]yer 32 +SFX a4 yer ieriez/14 [aou]yer 32 +SFX a4 er eraient/6 [^y]er 25 +SFX a4 yer yeraient/6 [^ou]yer 25 +SFX a4 yer ieraient/6 [aou]yer 25 +SFX a4 er e/44 [^y]er 41 +SFX a4 yer ye/44 [^ou]yer 41 +SFX a4 yer ie/44 [aou]yer 41 +SFX a4 er es/36 [^y]er 44 +SFX a4 yer yes/36 [^ou]yer 44 +SFX a4 yer ies/36 [aou]yer 44 +SFX a4 er e/6 [^y]er 27 +SFX a4 yer ye/6 [^ou]yer 27 +SFX a4 yer ie/6 [aou]yer 27 +SFX a4 er ions/56 er 74 +SFX a4 er iez/31 er 73 +SFX a4 er ent/6 [^y]er 28 +SFX a4 yer yent/6 [^ou]yer 28 +SFX a4 yer ient/6 [aou]yer 28 +SFX a4 er asse/23 [^cg]er 61 +SFX a4 cer çasse/23 cer 61 +SFX a4 ger geasse/23 ger 61 +SFX a4 er asses/20 [^cg]er 67 +SFX a4 cer çasses/20 cer 67 +SFX a4 ger geasses/20 ger 67 +SFX a4 er ât/6 [^cg]er 52 +SFX a4 cer çât/6 cer 52 +SFX a4 ger geât/6 ger 52 +SFX a4 er assions/17 [^cg]er 60 +SFX a4 cer çassions/17 cer 60 +SFX a4 ger geassions/17 ger 60 +SFX a4 er assiez/14 [^cg]er 59 +SFX a4 cer çassiez/14 cer 59 +SFX a4 ger geassiez/14 ger 59 +SFX a4 er assent/6 [^cg]er 54 +SFX a4 cer çassent/6 cer 54 +SFX a4 ger geassent/6 ger 54 +SFX a4 er e/36 [^y]er 36 +SFX a4 yer ye/36 [^ou]yer 36 +SFX a4 yer ie/36 [aou]yer 36 +SFX a4 er ons/45 [^cg]er 58 +SFX a4 cer çons/45 cer 58 +SFX a4 ger geons/45 ger 58 +SFX a4 er ez/31 er 75 + +SFX a5 Y 125 +SFX a5 er er/89 er 64 +SFX a5 er ant/18 [^cg]er 48 +SFX a5 cer çant/18 cer 48 +SFX a5 ger geant/18 ger 48 +SFX a5 er e/27 [^y]er 34 +SFX a5 yer ye/27 [^ou]yer 34 +SFX a5 yer ie/27 [aou]yer 34 +SFX a5 er es/25 [^y]er 35 +SFX a5 yer yes/25 [^ou]yer 35 +SFX a5 yer ies/25 [aou]yer 35 +SFX a5 er e/18 [^y]er 21 +SFX a5 yer ye/18 [^ou]yer 21 +SFX a5 yer ie/18 [aou]yer 21 +SFX a5 er ons/35 [^cg]er 56 +SFX a5 cer çons/35 cer 56 +SFX a5 ger geons/35 ger 56 +SFX a5 r z/32 er 72 +SFX a5 er ent/18 [^y]er 26 +SFX a5 yer yent/18 [^ou]yer 26 +SFX a5 yer ient/18 [aou]yer 26 +SFX a5 er ais/27 [^cg]er 66 +SFX a5 cer çais/27 cer 66 +SFX a5 ger geais/27 ger 66 +SFX a5 er ais/25 [^cg]er 65 +SFX a5 cer çais/25 cer 65 +SFX a5 ger geais/25 ger 65 +SFX a5 er ait/18 [^cg]er 50 +SFX a5 cer çait/18 cer 50 +SFX a5 ger geait/18 ger 50 +SFX a5 er ions/35 er 77 +SFX a5 er iez/32 er 76 +SFX a5 er aient/18 [^cg]er 51 +SFX a5 cer çaient/18 cer 51 +SFX a5 ger geaient/18 ger 51 +SFX a5 er ai/27 [^cg]er 69 +SFX a5 cer çai/27 cer 69 +SFX a5 ger geai/27 ger 69 +SFX a5 er as/25 [^cg]er 68 +SFX a5 cer ças/25 cer 68 +SFX a5 ger geas/25 ger 68 +SFX a5 er a/18 [^cg]er 53 +SFX a5 cer ça/18 cer 53 +SFX a5 ger gea/18 ger 53 +SFX a5 er âmes/35 [^cg]er 63 +SFX a5 cer çâmes/35 cer 63 +SFX a5 ger geâmes/35 ger 63 +SFX a5 er âtes/32 [^cg]er 62 +SFX a5 cer çâtes/32 cer 62 +SFX a5 ger geâtes/32 ger 62 +SFX a5 er èrent/18 er 71 +SFX a5 er erai/27 [^y]er 38 +SFX a5 yer yerai/27 [^ou]yer 38 +SFX a5 yer ierai/27 [aou]yer 38 +SFX a5 er eras/25 [^y]er 37 +SFX a5 yer yeras/25 [^ou]yer 37 +SFX a5 yer ieras/25 [aou]yer 37 +SFX a5 er era/18 [^y]er 22 +SFX a5 yer yera/18 [^ou]yer 22 +SFX a5 yer iera/18 [aou]yer 22 +SFX a5 er erons/35 [^y]er 31 +SFX a5 yer yerons/35 [^ou]yer 31 +SFX a5 yer ierons/35 [aou]yer 31 +SFX a5 er erez/32 [^y]er 30 +SFX a5 yer yerez/32 [^ou]yer 30 +SFX a5 yer ierez/32 [aou]yer 30 +SFX a5 er eront/18 [^y]er 24 +SFX a5 yer yeront/18 [^ou]yer 24 +SFX a5 yer ieront/18 [aou]yer 24 +SFX a5 er erais/27 [^y]er 40 +SFX a5 yer yerais/27 [^ou]yer 40 +SFX a5 yer ierais/27 [aou]yer 40 +SFX a5 er erais/25 [^y]er 39 +SFX a5 yer yerais/25 [^ou]yer 39 +SFX a5 yer ierais/25 [aou]yer 39 +SFX a5 er erait/18 [^y]er 23 +SFX a5 yer yerait/18 [^ou]yer 23 +SFX a5 yer ierait/18 [aou]yer 23 +SFX a5 er erions/35 [^y]er 33 +SFX a5 yer yerions/35 [^ou]yer 33 +SFX a5 yer ierions/35 [aou]yer 33 +SFX a5 er eriez/32 [^y]er 32 +SFX a5 yer yeriez/32 [^ou]yer 32 +SFX a5 yer ieriez/32 [aou]yer 32 +SFX a5 er eraient/18 [^y]er 25 +SFX a5 yer yeraient/18 [^ou]yer 25 +SFX a5 yer ieraient/18 [aou]yer 25 +SFX a5 er e/27 [^y]er 41 +SFX a5 yer ye/27 [^ou]yer 41 +SFX a5 yer ie/27 [aou]yer 41 +SFX a5 er es/25 [^y]er 44 +SFX a5 yer yes/25 [^ou]yer 44 +SFX a5 yer ies/25 [aou]yer 44 +SFX a5 er e/18 [^y]er 27 +SFX a5 yer ye/18 [^ou]yer 27 +SFX a5 yer ie/18 [aou]yer 27 +SFX a5 er ions/35 er 74 +SFX a5 er iez/32 er 73 +SFX a5 er ent/18 [^y]er 28 +SFX a5 yer yent/18 [^ou]yer 28 +SFX a5 yer ient/18 [aou]yer 28 +SFX a5 er asse/27 [^cg]er 61 +SFX a5 cer çasse/27 cer 61 +SFX a5 ger geasse/27 ger 61 +SFX a5 er asses/25 [^cg]er 67 +SFX a5 cer çasses/25 cer 67 +SFX a5 ger geasses/25 ger 67 +SFX a5 er ât/18 [^cg]er 52 +SFX a5 cer çât/18 cer 52 +SFX a5 ger geât/18 ger 52 +SFX a5 er assions/35 [^cg]er 60 +SFX a5 cer çassions/35 cer 60 +SFX a5 ger geassions/35 ger 60 +SFX a5 er assiez/32 [^cg]er 59 +SFX a5 cer çassiez/32 cer 59 +SFX a5 ger geassiez/32 ger 59 +SFX a5 er assent/18 [^cg]er 54 +SFX a5 cer çassent/18 cer 54 +SFX a5 ger geassent/18 ger 54 +SFX a5 er e/32 [^y]er 36 +SFX a5 yer e/32 [^ou]yer 36 +SFX a5 yer ie/32 [aou]yer 36 +SFX a5 er ons/13 [^cg]er 58 +SFX a5 cer çons/13 cer 58 +SFX a5 ger geons/13 ger 58 +SFX a5 er ez/32 er 75 + +SFX a6 Y 76 +SFX a6 er er/12 er 64 +SFX a6 er ant/12 [^cg]er 48 +SFX a6 cer çant/12 cer 48 +SFX a6 ger geant/12 ger 48 +SFX a6 er e/12 [^y]er 21 +SFX a6 yer ye/12 [^ou]yer 21 +SFX a6 yer ie/12 [aou]yer 21 +SFX a6 er ons [^cg]er 56 +SFX a6 cer çons cer 56 +SFX a6 ger geons ger 56 +SFX a6 er ez er 72 +SFX a6 er ent/12 [^y]er 26 +SFX a6 yer yent/12 [^ou]yer 26 +SFX a6 yer ient/12 [aou]yer 26 +SFX a6 er ait/12 [^cg]er 50 +SFX a6 cer çait/12 cer 50 +SFX a6 ger geait/12 ger 50 +SFX a6 er ions er 77 +SFX a6 er iez er 76 +SFX a6 er aient/12 [^cg]er 51 +SFX a6 cer çaient/12 cer 51 +SFX a6 ger geaient/12 ger 51 +SFX a6 er a/12 [^cg]er 53 +SFX a6 cer ça/12 cer 53 +SFX a6 ger gea/12 ger 53 +SFX a6 er âmes [^cg]er 63 +SFX a6 cer çâmes cer 63 +SFX a6 ger geâmes ger 63 +SFX a6 er âtes [^cg]er 62 +SFX a6 cer çâtes/12 cer 62 +SFX a6 ger geâtes/12 ger 62 +SFX a6 er èrent/12 er 71 +SFX a6 er era/12 [^y]er 22 +SFX a6 yer yera/12 [^ou]yer 22 +SFX a6 yer iera/12 [aou]yer 22 +SFX a6 er erons [^y]er 31 +SFX a6 yer yerons [^ou]yer 31 +SFX a6 yer ierons [aou]yer 31 +SFX a6 er erez [^y]er 30 +SFX a6 yer yerez [^ou]yer 30 +SFX a6 yer ierez [aou]yer 30 +SFX a6 er eront/12 [^y]er 24 +SFX a6 yer yeront/12 [^ou]yer 24 +SFX a6 yer ieront/12 [aou]yer 24 +SFX a6 er erait/12 [^y]er 23 +SFX a6 yer yerait/12 [^ou]yer 23 +SFX a6 yer ierait/12 [aou]yer 23 +SFX a6 er erions [^y]er 33 +SFX a6 yer yerions [^ou]yer 33 +SFX a6 yer ierions [aou]yer 33 +SFX a6 er eriez [^y]er 32 +SFX a6 yer yeriez [^ou]yer 32 +SFX a6 yer ieriez [aou]yer 32 +SFX a6 er eraient/12 [^y]er 25 +SFX a6 yer yeraient/12 [^ou]yer 25 +SFX a6 yer ieraient/12 [aou]yer 25 +SFX a6 er e/12 [^y]er 27 +SFX a6 yer ye/12 [^ou]yer 27 +SFX a6 yer ie/12 [aou]yer 27 +SFX a6 er ions er 74 +SFX a6 er iez er 73 +SFX a6 er ent/12 [^y]er 28 +SFX a6 yer yent/12 [^ou]yer 28 +SFX a6 yer ient/12 [aou]yer 28 +SFX a6 er ât/12 [^cg]er 52 +SFX a6 cer çât/12 cer 52 +SFX a6 ger geât/12 ger 52 +SFX a6 er assions [^cg]er 60 +SFX a6 cer çassions cer 60 +SFX a6 ger geassions ger 60 +SFX a6 er assiez [^cg]er 59 +SFX a6 cer çassiez cer 59 +SFX a6 ger geassiez ger 59 +SFX a6 er assent/12 [^cg]er 54 +SFX a6 cer çassent/12 cer 54 +SFX a6 ger geassent/12 ger 54 + +SFX a8 N 17 +SFX a8 er er/227 er 64 +SFX a8 er ant [^cg]er 48 +SFX a8 cer çant cer 48 +SFX a8 ger geant ger 48 +SFX a8 er e/13 er 21 +SFX a8 er ait/13 [^cg]er 50 +SFX a8 cer çait/13 cer 50 +SFX a8 ger geait/13 ger 50 +SFX a8 er a/13 [^cg]er 53 +SFX a8 cer ça/13 cer 53 +SFX a8 ger gea/13 ger 53 +SFX a8 er era/13 er 22 +SFX a8 er erait/13 er 23 +SFX a8 er e/13 er 27 +SFX a8 er ât/13 [^cg]er 52 +SFX a8 cer çât/13 cer 52 +SFX a8 ger geât/13 ger 52 + +SFX a9 N 11 +SFX a9 er ent/13 er 26 +SFX a9 er aient/13 [^cg]er 51 +SFX a9 cer çaient/13 cer 51 +SFX a9 ger geaient/13 ger 51 +SFX a9 er èrent/13 er 71 +SFX a9 er eront/13 er 24 +SFX a9 er eraient/13 er 25 +SFX a9 er ent/13 er 28 +SFX a9 er assent/13 [^cg]er 54 +SFX a9 cer çassent/13 cer 54 +SFX a9 ger geassent/13 ger 54 + +SFX b0 N 254 +SFX b0 er er er 64 +SFX b0 er ant [^c]er 48 +SFX b0 cer çant cer 48 +SFX b0 ecer èce ecer 34 +SFX b0 emer ème emer 34 +SFX b0 ener ène ener 34 +SFX b0 eper èpe eper 34 +SFX b0 erer ère erer 34 +SFX b0 eser èse eser 34 +SFX b0 ever ève ever 34 +SFX b0 evrer èvre evrer 34 +SFX b0 eter ète eter 34 +SFX b0 eler èle eler 34 +SFX b0 ecer èces ecer 35 +SFX b0 emer èmes emer 35 +SFX b0 ener ènes ener 35 +SFX b0 eper èpes eper 35 +SFX b0 erer ères erer 35 +SFX b0 eser èses eser 35 +SFX b0 ever èves ever 35 +SFX b0 evrer èvres evrer 35 +SFX b0 eter ètes eter 35 +SFX b0 eler èles eler 35 +SFX b0 ecer èce ecer 21 +SFX b0 emer ème emer 21 +SFX b0 ener ène ener 21 +SFX b0 eper èpe eper 21 +SFX b0 erer ère erer 21 +SFX b0 eser èse eser 21 +SFX b0 ever ève ever 21 +SFX b0 evrer èvre evrer 21 +SFX b0 eter ète eter 21 +SFX b0 eler èle eler 21 +SFX b0 er ons [^c]er 56 +SFX b0 cer çons cer 56 +SFX b0 er ez er 72 +SFX b0 ecer ècent ecer 26 +SFX b0 emer èment emer 26 +SFX b0 ener ènent ener 26 +SFX b0 eper èpent eper 26 +SFX b0 erer èrent erer 26 +SFX b0 eser èsent eser 26 +SFX b0 ever èvent ever 26 +SFX b0 evrer èvrent evrer 26 +SFX b0 eter ètent eter 26 +SFX b0 eler èlent eler 26 +SFX b0 er ais [^c]er 66 +SFX b0 cer çais cer 66 +SFX b0 er ais [^c]er 65 +SFX b0 cer çais cer 65 +SFX b0 er ait [^c]er 50 +SFX b0 cer çait cer 50 +SFX b0 er ions er 77 +SFX b0 er iez er 76 +SFX b0 er aient [^c]er 51 +SFX b0 cer çaient cer 51 +SFX b0 er ai [^c]er 69 +SFX b0 cer çai cer 69 +SFX b0 er as [^c]er 68 +SFX b0 cer ças cer 68 +SFX b0 er a [^c]er 53 +SFX b0 cer ça cer 53 +SFX b0 er âmes [^c]er 63 +SFX b0 cer çâmes cer 63 +SFX b0 er âtes [^c]er 62 +SFX b0 cer çâtes cer 62 +SFX b0 er èrent er 71 +SFX b0 ecer ècerai ecer 38 +SFX b0 emer èmerai emer 38 +SFX b0 ener ènerai ener 38 +SFX b0 eper èperai eper 38 +SFX b0 erer èrerai erer 38 +SFX b0 eser èserai eser 38 +SFX b0 ever èverai ever 38 +SFX b0 evrer èvrerai evrer 38 +SFX b0 eter èterai eter 38 +SFX b0 eler èlerai eler 38 +SFX b0 ecer èceras ecer 37 +SFX b0 emer èmeras emer 37 +SFX b0 ener èneras ener 37 +SFX b0 eper èperas eper 37 +SFX b0 erer èreras erer 37 +SFX b0 eser èseras eser 37 +SFX b0 ever èveras ever 37 +SFX b0 evrer èvreras evrer 37 +SFX b0 eter èteras eter 37 +SFX b0 eler èleras eler 37 +SFX b0 ecer ècera ecer 22 +SFX b0 emer èmera emer 22 +SFX b0 ener ènera ener 22 +SFX b0 eper èpera eper 22 +SFX b0 erer èrera erer 22 +SFX b0 eser èsera eser 22 +SFX b0 ever èvera ever 22 +SFX b0 evrer èvrera evrer 22 +SFX b0 eter ètera eter 22 +SFX b0 eler èlera eler 22 +SFX b0 ecer ècerons ecer 31 +SFX b0 emer èmerons emer 31 +SFX b0 ener ènerons ener 31 +SFX b0 eper èperons eper 31 +SFX b0 erer èrerons erer 31 +SFX b0 eser èserons eser 31 +SFX b0 ever èverons ever 31 +SFX b0 evrer èvrerons evrer 31 +SFX b0 eter èterons eter 31 +SFX b0 eler èlerons eler 31 +SFX b0 ecer ècerez ecer 30 +SFX b0 emer èmerez emer 30 +SFX b0 ener ènerez ener 30 +SFX b0 eper èperez eper 30 +SFX b0 erer èrerez erer 30 +SFX b0 eser èserez eser 30 +SFX b0 ever èverez ever 30 +SFX b0 evrer èvrerez evrer 30 +SFX b0 eter èterez eter 30 +SFX b0 eler èlerez eler 30 +SFX b0 ecer èceront ecer 24 +SFX b0 emer èmeront emer 24 +SFX b0 ener èneront ener 24 +SFX b0 eper èperont eper 24 +SFX b0 erer èreront erer 24 +SFX b0 eser èseront eser 24 +SFX b0 ever èveront ever 24 +SFX b0 evrer èvreront evrer 24 +SFX b0 eter èteront eter 24 +SFX b0 eler èleront eler 24 +SFX b0 ecer ècerais ecer 40 +SFX b0 emer èmerais emer 40 +SFX b0 ener ènerais ener 40 +SFX b0 eper èperais eper 40 +SFX b0 erer èrerais erer 40 +SFX b0 eser èserais eser 40 +SFX b0 ever èverais ever 40 +SFX b0 evrer èvrerais evrer 40 +SFX b0 eter èterais eter 40 +SFX b0 eler èlerais eler 40 +SFX b0 ecer ècerais ecer 39 +SFX b0 emer èmerais emer 39 +SFX b0 ener ènerais ener 39 +SFX b0 eper èperais eper 39 +SFX b0 erer èrerais erer 39 +SFX b0 eser èserais eser 39 +SFX b0 ever èverais ever 39 +SFX b0 evrer èvrerais evrer 39 +SFX b0 eter èterais eter 39 +SFX b0 eler èlerais eler 39 +SFX b0 ecer ècerait ecer 23 +SFX b0 emer èmerait emer 23 +SFX b0 ener ènerait ener 23 +SFX b0 eper èperait eper 23 +SFX b0 erer èrerait erer 23 +SFX b0 eser èserait eser 23 +SFX b0 ever èverait ever 23 +SFX b0 evrer èvrerait evrer 23 +SFX b0 eter èterait eter 23 +SFX b0 eler èlerait eler 23 +SFX b0 ecer ècerions ecer 33 +SFX b0 emer èmerions emer 33 +SFX b0 ener ènerions ener 33 +SFX b0 eper èperions eper 33 +SFX b0 erer èrerions erer 33 +SFX b0 eser èserions eser 33 +SFX b0 ever èverions ever 33 +SFX b0 evrer èvrerions evrer 33 +SFX b0 eter èterions eter 33 +SFX b0 eler èlerions eler 33 +SFX b0 ecer èceriez ecer 32 +SFX b0 emer èmeriez emer 32 +SFX b0 ener èneriez ener 32 +SFX b0 eper èperiez eper 32 +SFX b0 erer èreriez erer 32 +SFX b0 eser èseriez eser 32 +SFX b0 ever èveriez ever 32 +SFX b0 evrer èvreriez evrer 32 +SFX b0 eter èteriez eter 32 +SFX b0 eler èleriez eler 32 +SFX b0 ecer èceraient ecer 25 +SFX b0 emer èmeraient emer 25 +SFX b0 ener èneraient ener 25 +SFX b0 eper èperaient eper 25 +SFX b0 erer èreraient erer 25 +SFX b0 eser èseraient eser 25 +SFX b0 ever èveraient ever 25 +SFX b0 evrer èvreraient evrer 25 +SFX b0 eter èteraient eter 25 +SFX b0 eler èleraient eler 25 +SFX b0 ecer èce ecer 41 +SFX b0 emer ème emer 41 +SFX b0 ener ène ener 41 +SFX b0 eper èpe eper 41 +SFX b0 erer ère erer 41 +SFX b0 eser èse eser 41 +SFX b0 ever ève ever 41 +SFX b0 evrer èvre evrer 41 +SFX b0 eter ète eter 41 +SFX b0 eler èle eler 41 +SFX b0 ecer èces ecer 44 +SFX b0 emer èmes emer 44 +SFX b0 ener ènes ener 44 +SFX b0 eper èpes eper 44 +SFX b0 erer ères erer 44 +SFX b0 eser èses eser 44 +SFX b0 ever èves ever 44 +SFX b0 evrer èvres evrer 44 +SFX b0 eter ètes eter 44 +SFX b0 eler èles eler 44 +SFX b0 ecer èce ecer 27 +SFX b0 emer ème emer 27 +SFX b0 ener ène ener 27 +SFX b0 eper èpe eper 27 +SFX b0 erer ère erer 27 +SFX b0 eser èse eser 27 +SFX b0 ever ève ever 27 +SFX b0 evrer èvre evrer 27 +SFX b0 eter ète eter 27 +SFX b0 eler èle eler 27 +SFX b0 er ions er 74 +SFX b0 er iez er 73 +SFX b0 ecer ècent ecer 28 +SFX b0 emer èment emer 28 +SFX b0 ener ènent ener 28 +SFX b0 eper èpent eper 28 +SFX b0 erer èrent erer 28 +SFX b0 eser èsent eser 28 +SFX b0 ever èvent ever 28 +SFX b0 evrer èvrent evrer 28 +SFX b0 eter ètent eter 28 +SFX b0 eler èlent eler 28 +SFX b0 er asse [^c]er 61 +SFX b0 cer çasse cer 61 +SFX b0 er asses [^c]er 67 +SFX b0 cer çasses cer 67 +SFX b0 er ât [^c]er 52 +SFX b0 cer çât cer 52 +SFX b0 er assions [^c]er 60 +SFX b0 cer çassions cer 60 +SFX b0 er assiez [^c]er 59 +SFX b0 cer çassiez cer 59 +SFX b0 er assent [^c]er 54 +SFX b0 cer çassent cer 54 +SFX b0 ecer èce ecer 36 +SFX b0 emer ème emer 36 +SFX b0 ener ène ener 36 +SFX b0 eper èpe eper 36 +SFX b0 erer ère erer 36 +SFX b0 eser èse eser 36 +SFX b0 ever ève ever 36 +SFX b0 evrer èvre evrer 36 +SFX b0 eter ète eter 36 +SFX b0 eler èle eler 36 +SFX b0 er ons [^c]er 58 +SFX b0 cer çons cer 58 +SFX b0 er ez er 75 + +SFX b1 Y 254 +SFX b1 er er/80 er 64 +SFX b1 er ant/16 [^c]er 48 +SFX b1 cer çant/16 cer 48 +SFX b1 ecer èce/26 ecer 34 +SFX b1 emer ème/26 emer 34 +SFX b1 ener ène/26 ener 34 +SFX b1 eper èpe/26 eper 34 +SFX b1 erer ère/26 erer 34 +SFX b1 eser èse/26 eser 34 +SFX b1 ever ève/26 ever 34 +SFX b1 evrer èvre/26 evrer 34 +SFX b1 eter ète/26 eter 34 +SFX b1 eler èle/26 eler 34 +SFX b1 ecer èces/13 ecer 35 +SFX b1 emer èmes/13 emer 35 +SFX b1 ener ènes/13 ener 35 +SFX b1 eper èpes/13 eper 35 +SFX b1 erer ères/13 erer 35 +SFX b1 eser èses/13 eser 35 +SFX b1 ever èves/13 ever 35 +SFX b1 evrer èvres/13 evrer 35 +SFX b1 eter ètes/13 eter 35 +SFX b1 eler èles/13 eler 35 +SFX b1 ecer èce/16 ecer 21 +SFX b1 emer ème/16 emer 21 +SFX b1 ener ène/16 ener 21 +SFX b1 eper èpe/16 eper 21 +SFX b1 erer ère/16 erer 21 +SFX b1 eser èse/16 eser 21 +SFX b1 ever ève/16 ever 21 +SFX b1 evrer èvre/16 evrer 21 +SFX b1 eter ète/16 eter 21 +SFX b1 eler èle/16 eler 21 +SFX b1 er ons/13 [^c]er 56 +SFX b1 cer çons/13 cer 56 +SFX b1 er ez/13 er 72 +SFX b1 ecer ècent/16 ecer 26 +SFX b1 emer èment/16 emer 26 +SFX b1 ener ènent/16 ener 26 +SFX b1 eper èpent/16 eper 26 +SFX b1 erer èrent/16 erer 26 +SFX b1 eser èsent/16 eser 26 +SFX b1 ever èvent/16 ever 26 +SFX b1 evrer èvrent/16 evrer 26 +SFX b1 eter ètent/16 eter 26 +SFX b1 eler èlent/16 eler 26 +SFX b1 er ais/26 [^c]er 66 +SFX b1 cer çais/26 cer 66 +SFX b1 er ais/13 [^c]er 65 +SFX b1 cer çais/13 cer 65 +SFX b1 er ait/16 [^c]er 50 +SFX b1 cer çait/16 cer 50 +SFX b1 er ions/13 er 77 +SFX b1 er iez/13 er 76 +SFX b1 er aient/16 [^c]er 51 +SFX b1 cer çaient/16 cer 51 +SFX b1 er ai/26 [^c]er 69 +SFX b1 cer çai/26 cer 69 +SFX b1 er as/13 [^c]er 68 +SFX b1 cer ças/13 cer 68 +SFX b1 er a/16 [^c]er 53 +SFX b1 cer ça/16 cer 53 +SFX b1 er âmes/13 [^c]er 63 +SFX b1 cer çâmes/13 cer 63 +SFX b1 er âtes/13 [^c]er 62 +SFX b1 cer çâtes/13 cer 62 +SFX b1 er èrent/16 er 71 +SFX b1 ecer ècerai/26 ecer 38 +SFX b1 emer èmerai/26 emer 38 +SFX b1 ener ènerai/26 ener 38 +SFX b1 eper èperai/26 eper 38 +SFX b1 erer èrerai/26 erer 38 +SFX b1 eser èserai/26 eser 38 +SFX b1 ever èverai/26 ever 38 +SFX b1 evrer èvrerai/26 evrer 38 +SFX b1 eter èterai/26 eter 38 +SFX b1 eler èlerai/26 eler 38 +SFX b1 ecer èceras/13 ecer 37 +SFX b1 emer èmeras/13 emer 37 +SFX b1 ener èneras/13 ener 37 +SFX b1 eper èperas/13 eper 37 +SFX b1 erer èreras/13 erer 37 +SFX b1 eser èseras/13 eser 37 +SFX b1 ever èveras/13 ever 37 +SFX b1 evrer èvreras/13 evrer 37 +SFX b1 eter èteras/13 eter 37 +SFX b1 eler èleras/13 eler 37 +SFX b1 ecer ècera/16 ecer 22 +SFX b1 emer èmera/16 emer 22 +SFX b1 ener ènera/16 ener 22 +SFX b1 eper èpera/16 eper 22 +SFX b1 erer èrera/16 erer 22 +SFX b1 eser èsera/16 eser 22 +SFX b1 ever èvera/16 ever 22 +SFX b1 evrer èvrera/16 evrer 22 +SFX b1 eter ètera/16 eter 22 +SFX b1 eler èlera/16 eler 22 +SFX b1 ecer ècerons/13 ecer 31 +SFX b1 emer èmerons/13 emer 31 +SFX b1 ener ènerons/13 ener 31 +SFX b1 eper èperons/13 eper 31 +SFX b1 erer èrerons/13 erer 31 +SFX b1 eser èserons/13 eser 31 +SFX b1 ever èverons/13 ever 31 +SFX b1 evrer èvrerons/13 evrer 31 +SFX b1 eter èterons/13 eter 31 +SFX b1 eler èlerons/13 eler 31 +SFX b1 ecer ècerez/13 ecer 30 +SFX b1 emer èmerez/13 emer 30 +SFX b1 ener ènerez/13 ener 30 +SFX b1 eper èperez/13 eper 30 +SFX b1 erer èrerez/13 erer 30 +SFX b1 eser èserez/13 eser 30 +SFX b1 ever èverez/13 ever 30 +SFX b1 evrer èvrerez/13 evrer 30 +SFX b1 eter èterez/13 eter 30 +SFX b1 eler èlerez/13 eler 30 +SFX b1 ecer èceront/16 ecer 24 +SFX b1 emer èmeront/16 emer 24 +SFX b1 ener èneront/16 ener 24 +SFX b1 eper èperont/16 eper 24 +SFX b1 erer èreront/16 erer 24 +SFX b1 eser èseront/16 eser 24 +SFX b1 ever èveront/16 ever 24 +SFX b1 evrer èvreront/16 evrer 24 +SFX b1 eter èteront/16 eter 24 +SFX b1 eler èleront/16 eler 24 +SFX b1 ecer ècerais/26 ecer 40 +SFX b1 emer èmerais/26 emer 40 +SFX b1 ener ènerais/26 ener 40 +SFX b1 eper èperais/26 eper 40 +SFX b1 erer èrerais/26 erer 40 +SFX b1 eser èserais/26 eser 40 +SFX b1 ever èverais/26 ever 40 +SFX b1 evrer èvrerais/26 evrer 40 +SFX b1 eter èterais/26 eter 40 +SFX b1 eler èlerais/13 eler 40 +SFX b1 ecer ècerais/13 ecer 39 +SFX b1 emer èmerais/13 emer 39 +SFX b1 ener ènerais/13 ener 39 +SFX b1 eper èperais/13 eper 39 +SFX b1 erer èrerais/13 erer 39 +SFX b1 eser èserais/13 eser 39 +SFX b1 ever èverais/13 ever 39 +SFX b1 evrer èvrerais/13 evrer 39 +SFX b1 eter èterais/13 eter 39 +SFX b1 eler èlerais/13 eler 39 +SFX b1 ecer ècerait/16 ecer 23 +SFX b1 emer èmerait/16 emer 23 +SFX b1 ener ènerait/16 ener 23 +SFX b1 eper èperait/16 eper 23 +SFX b1 erer èrerait/16 erer 23 +SFX b1 eser èserait/16 eser 23 +SFX b1 ever èverait/16 ever 23 +SFX b1 evrer èvrerait/16 evrer 23 +SFX b1 eter èterait/16 eter 23 +SFX b1 eler èlerait/16 eler 23 +SFX b1 ecer ècerions/13 ecer 33 +SFX b1 emer èmerions/13 emer 33 +SFX b1 ener ènerions/13 ener 33 +SFX b1 eper èperions/13 eper 33 +SFX b1 erer èrerions/13 erer 33 +SFX b1 eser èserions/13 eser 33 +SFX b1 ever èverions/13 ever 33 +SFX b1 evrer èvrerions/13 evrer 33 +SFX b1 eter èterions/13 eter 33 +SFX b1 eler èlerions/13 eler 33 +SFX b1 ecer èceriez/13 ecer 32 +SFX b1 emer èmeriez/13 emer 32 +SFX b1 ener èneriez/13 ener 32 +SFX b1 eper èperiez/13 eper 32 +SFX b1 erer èreriez/13 erer 32 +SFX b1 eser èseriez/13 eser 32 +SFX b1 ever èveriez/13 ever 32 +SFX b1 evrer èvreriez/13 evrer 32 +SFX b1 eter èteriez/13 eter 32 +SFX b1 eler èleriez/13 eler 32 +SFX b1 ecer èceraient/16 ecer 25 +SFX b1 emer èmeraient/16 emer 25 +SFX b1 ener èneraient/16 ener 25 +SFX b1 eper èperaient/16 eper 25 +SFX b1 erer èreraient/16 erer 25 +SFX b1 eser èseraient/16 eser 25 +SFX b1 ever èveraient/16 ever 25 +SFX b1 evrer èvreraient/16 evrer 25 +SFX b1 eter èteraient/16 eter 25 +SFX b1 eler èleraient/16 eler 25 +SFX b1 ecer èce/26 ecer 41 +SFX b1 emer ème/26 emer 41 +SFX b1 ener ène/26 ener 41 +SFX b1 eper èpe/26 eper 41 +SFX b1 erer ère/26 erer 41 +SFX b1 eser èse/26 eser 41 +SFX b1 ever ève/26 ever 41 +SFX b1 evrer èvre/26 evrer 41 +SFX b1 eter ète/26 eter 41 +SFX b1 eler èle/26 eler 41 +SFX b1 ecer èces/13 ecer 44 +SFX b1 emer èmes/13 emer 44 +SFX b1 ener ènes/13 ener 44 +SFX b1 eper èpes/13 eper 44 +SFX b1 erer ères/13 erer 44 +SFX b1 eser èses/13 eser 44 +SFX b1 ever èves/13 ever 44 +SFX b1 evrer èvres/13 evrer 44 +SFX b1 eter ètes/13 eter 44 +SFX b1 eler èles/13 eler 44 +SFX b1 ecer èce/16 ecer 27 +SFX b1 emer ème/16 emer 27 +SFX b1 ener ène/16 ener 27 +SFX b1 eper èpe/16 eper 27 +SFX b1 erer ère/16 erer 27 +SFX b1 eser èse/16 eser 27 +SFX b1 ever ève/16 ever 27 +SFX b1 evrer èvre/16 evrer 27 +SFX b1 eter ète/16 eter 27 +SFX b1 eler èle/16 eler 27 +SFX b1 er ions/13 er 74 +SFX b1 er iez/13 er 73 +SFX b1 ecer ècent/16 ecer 28 +SFX b1 emer èment/16 emer 28 +SFX b1 ener ènent/16 ener 28 +SFX b1 eper èpent/16 eper 28 +SFX b1 erer èrent/16 erer 28 +SFX b1 eser èsent/16 eser 28 +SFX b1 ever èvent/16 ever 28 +SFX b1 evrer èvrent/16 evrer 28 +SFX b1 eter ètent/16 eter 28 +SFX b1 eler èlent/16 eler 28 +SFX b1 er asse/26 [^c]er 61 +SFX b1 cer çasse/26 cer 61 +SFX b1 er asses/13 [^c]er 67 +SFX b1 cer çasses/13 cer 67 +SFX b1 er ât/16 [^c]er 52 +SFX b1 cer çât/16 cer 52 +SFX b1 er assions/13 [^c]er 60 +SFX b1 cer çassions/13 cer 60 +SFX b1 er assiez/13 [^c]er 59 +SFX b1 cer çassiez/13 cer 59 +SFX b1 er assent/16 [^c]er 54 +SFX b1 cer çassent/16 cer 54 +SFX b1 ecer èce/13 ecer 36 +SFX b1 emer ème/13 emer 36 +SFX b1 ener ène/13 ener 36 +SFX b1 eper èpe/13 eper 36 +SFX b1 erer ère/13 erer 36 +SFX b1 eser èse/13 eser 36 +SFX b1 ever ève/13 ever 36 +SFX b1 evrer èvre/13 evrer 36 +SFX b1 eter ète/13 eter 36 +SFX b1 eler èle/13 eler 36 +SFX b1 er ons/13 [^c]er 58 +SFX b1 cer çons/13 cer 58 +SFX b1 er ez/13 er 75 + +SFX b2 Y 254 +SFX b2 er er/53 er 64 +SFX b2 er ant/6 [^c]er 48 +SFX b2 cer çant/6 cer 48 +SFX b2 ecer èce/30 ecer 34 +SFX b2 emer ème/30 emer 34 +SFX b2 ener ène/30 ener 34 +SFX b2 eper èpe/30 eper 34 +SFX b2 erer ère/30 erer 34 +SFX b2 eser èse/30 eser 34 +SFX b2 ever ève/30 ever 34 +SFX b2 evrer èvre/30 evrer 34 +SFX b2 eter ète/30 eter 34 +SFX b2 eler èle/30 eler 34 +SFX b2 ecer èces/14 ecer 35 +SFX b2 emer èmes/14 emer 35 +SFX b2 ener ènes/14 ener 35 +SFX b2 eper èpes/14 eper 35 +SFX b2 erer ères/14 erer 35 +SFX b2 eser èses/14 eser 35 +SFX b2 ever èves/14 ever 35 +SFX b2 evrer èvres/14 evrer 35 +SFX b2 eter ètes/14 eter 35 +SFX b2 eler èles/14 eler 35 +SFX b2 ecer èce/6 ecer 21 +SFX b2 emer ème/6 emer 21 +SFX b2 ener ène/6 ener 21 +SFX b2 eper èpe/6 eper 21 +SFX b2 erer ère/6 erer 21 +SFX b2 eser èse/6 eser 21 +SFX b2 ever ève/6 ever 21 +SFX b2 evrer èvre/6 evrer 21 +SFX b2 eter ète/6 eter 21 +SFX b2 eler èle/6 eler 21 +SFX b2 er ons/17 [^c]er 56 +SFX b2 cer çons/17 cer 56 +SFX b2 er ez/14 er 72 +SFX b2 ecer ècent/6 ecer 26 +SFX b2 emer èment/6 emer 26 +SFX b2 ener ènent/6 ener 26 +SFX b2 eper èpent/6 eper 26 +SFX b2 erer èrent/6 erer 26 +SFX b2 eser èsent/6 eser 26 +SFX b2 ever èvent/6 ever 26 +SFX b2 evrer èvrent/6 evrer 26 +SFX b2 eter ètent/6 eter 26 +SFX b2 eler èlent/6 eler 26 +SFX b2 er ais/30 [^c]er 66 +SFX b2 cer çais/30 cer 66 +SFX b2 er ais/14 [^c]er 65 +SFX b2 cer çais/14 cer 65 +SFX b2 er ait/6 [^c]er 50 +SFX b2 cer çait/6 cer 50 +SFX b2 er ions/17 er 77 +SFX b2 er iez/14 er 76 +SFX b2 er aient/6 [^c]er 51 +SFX b2 cer çaient/6 cer 51 +SFX b2 er ai/30 [^c]er 69 +SFX b2 cer çai/30 cer 69 +SFX b2 er as/14 [^c]er 68 +SFX b2 cer ças/14 cer 68 +SFX b2 er a/6 [^c]er 53 +SFX b2 cer ça/6 cer 53 +SFX b2 er âmes/17 [^c]er 63 +SFX b2 cer çâmes/17 cer 63 +SFX b2 er âtes/14 [^c]er 62 +SFX b2 cer çâtes/14 cer 62 +SFX b2 er èrent/6 er 71 +SFX b2 ecer ècerai/30 ecer 38 +SFX b2 emer èmerai/30 emer 38 +SFX b2 ener ènerai/30 ener 38 +SFX b2 eper èperai/30 eper 38 +SFX b2 erer èrerai/30 erer 38 +SFX b2 eser èserai/30 eser 38 +SFX b2 ever èverai/30 ever 38 +SFX b2 evrer èvrerai/30 evrer 38 +SFX b2 eter èterai/30 eter 38 +SFX b2 eler èlerai/30 eler 38 +SFX b2 ecer èceras/14 ecer 37 +SFX b2 emer èmeras/14 emer 37 +SFX b2 ener èneras/14 ener 37 +SFX b2 eper èperas/14 eper 37 +SFX b2 erer èreras/14 erer 37 +SFX b2 eser èseras/14 eser 37 +SFX b2 ever èveras/14 ever 37 +SFX b2 evrer èvreras/14 evrer 37 +SFX b2 eter èteras/14 eter 37 +SFX b2 eler èleras/14 eler 37 +SFX b2 ecer ècera/6 ecer 22 +SFX b2 emer èmera/6 emer 22 +SFX b2 ener ènera/6 ener 22 +SFX b2 eper èpera/6 eper 22 +SFX b2 erer èrera/6 erer 22 +SFX b2 eser èsera/6 eser 22 +SFX b2 ever èvera/6 ever 22 +SFX b2 evrer èvrera/6 evrer 22 +SFX b2 eter ètera/6 eter 22 +SFX b2 eler èlera/6 eler 22 +SFX b2 ecer ècerons/17 ecer 31 +SFX b2 emer èmerons/17 emer 31 +SFX b2 ener ènerons/17 ener 31 +SFX b2 eper èperons/17 eper 31 +SFX b2 erer èrerons/17 erer 31 +SFX b2 eser èserons/17 eser 31 +SFX b2 ever èverons/17 ever 31 +SFX b2 evrer èvrerons/17 evrer 31 +SFX b2 eter èterons/17 eter 31 +SFX b2 eler èlerons/17 eler 31 +SFX b2 ecer ècerez/14 ecer 30 +SFX b2 emer èmerez/14 emer 30 +SFX b2 ener ènerez/14 ener 30 +SFX b2 eper èperez/14 eper 30 +SFX b2 erer èrerez/14 erer 30 +SFX b2 eser èserez/14 eser 30 +SFX b2 ever èverez/14 ever 30 +SFX b2 evrer èvrerez/14 evrer 30 +SFX b2 eter èterez/14 eter 30 +SFX b2 eler èlerez/14 eler 30 +SFX b2 ecer èceront/6 ecer 24 +SFX b2 emer èmeront/6 emer 24 +SFX b2 ener èneront/6 ener 24 +SFX b2 eper èperont/6 eper 24 +SFX b2 erer èreront/6 erer 24 +SFX b2 eser èseront/6 eser 24 +SFX b2 ever èveront/6 ever 24 +SFX b2 evrer èvreront/6 evrer 24 +SFX b2 eter èteront/6 eter 24 +SFX b2 eler èleront/6 eler 24 +SFX b2 ecer ècerais/30 ecer 40 +SFX b2 emer èmerais/30 emer 40 +SFX b2 ener ènerais/30 ener 40 +SFX b2 eper èperais/30 eper 40 +SFX b2 erer èrerais/30 erer 40 +SFX b2 eser èserais/30 eser 40 +SFX b2 ever èverais/30 ever 40 +SFX b2 evrer èvrerais/30 evrer 40 +SFX b2 eter èterais/30 eter 40 +SFX b2 eler èlerais/30 eler 40 +SFX b2 ecer ècerais/14 ecer 39 +SFX b2 emer èmerais/14 emer 39 +SFX b2 ener ènerais/14 ener 39 +SFX b2 eper èperais/14 eper 39 +SFX b2 erer èrerais/14 erer 39 +SFX b2 eser èserais/14 eser 39 +SFX b2 ever èverais/14 ever 39 +SFX b2 evrer èvrerais/14 evrer 39 +SFX b2 eter èterais/14 eter 39 +SFX b2 eler èlerais/14 eler 39 +SFX b2 ecer ècerait/6 ecer 23 +SFX b2 emer èmerait/6 emer 23 +SFX b2 ener ènerait/6 ener 23 +SFX b2 eper èperait/6 eper 23 +SFX b2 erer èrerait/6 erer 23 +SFX b2 eser èserait/6 eser 23 +SFX b2 ever èverait/6 ever 23 +SFX b2 evrer èvrerait/6 evrer 23 +SFX b2 eter èterait/6 eter 23 +SFX b2 eler èlerait/6 eler 23 +SFX b2 ecer ècerions/17 ecer 33 +SFX b2 emer èmerions/17 emer 33 +SFX b2 ener ènerions/17 ener 33 +SFX b2 eper èperions/17 eper 33 +SFX b2 erer èrerions/17 erer 33 +SFX b2 eser èserions/17 eser 33 +SFX b2 ever èverions/17 ever 33 +SFX b2 evrer èvrerions/17 evrer 33 +SFX b2 eter èterions/17 eter 33 +SFX b2 eler èlerions/17 eler 33 +SFX b2 ecer èceriez/14 ecer 32 +SFX b2 emer èmeriez/14 emer 32 +SFX b2 ener èneriez/14 ener 32 +SFX b2 eper èperiez/14 eper 32 +SFX b2 erer èreriez/14 erer 32 +SFX b2 eser èseriez/14 eser 32 +SFX b2 ever èveriez/14 ever 32 +SFX b2 evrer èvreriez/14 evrer 32 +SFX b2 eter èteriez/14 eter 32 +SFX b2 eler èleriez/14 eler 32 +SFX b2 ecer èceraient/6 ecer 25 +SFX b2 emer èmeraient/6 emer 25 +SFX b2 ener èneraient/6 ener 25 +SFX b2 eper èperaient/6 eper 25 +SFX b2 erer èreraient/6 erer 25 +SFX b2 eser èseraient/6 eser 25 +SFX b2 ever èveraient/6 ever 25 +SFX b2 evrer èvreraient/6 evrer 25 +SFX b2 eter èteraient/6 eter 25 +SFX b2 eler èleraient/6 eler 25 +SFX b2 ecer èce/54 ecer 41 +SFX b2 emer ème/54 emer 41 +SFX b2 ener ène/54 ener 41 +SFX b2 eper èpe/54 eper 41 +SFX b2 erer ère/54 erer 41 +SFX b2 eser èse/54 eser 41 +SFX b2 ever ève/54 ever 41 +SFX b2 evrer èvre/54 evrer 41 +SFX b2 eter ète/54 eter 41 +SFX b2 eler èle/54 eler 41 +SFX b2 ecer èces/31 ecer 44 +SFX b2 emer èmes/31 emer 44 +SFX b2 ener ènes/31 ener 44 +SFX b2 eper èpes/31 eper 44 +SFX b2 erer ères/31 erer 44 +SFX b2 eser èses/31 eser 44 +SFX b2 ever èves/31 ever 44 +SFX b2 evrer èvres/31 evrer 44 +SFX b2 eter ètes/31 eter 44 +SFX b2 eler èles/31 eler 44 +SFX b2 ecer èce/6 ecer 27 +SFX b2 emer ème/6 emer 27 +SFX b2 ener ène/6 ener 27 +SFX b2 eper èpe/6 eper 27 +SFX b2 erer ère/6 erer 27 +SFX b2 eser èse/6 eser 27 +SFX b2 ever ève/6 ever 27 +SFX b2 evrer èvre/6 evrer 27 +SFX b2 eter ète/6 eter 27 +SFX b2 eler èle/6 eler 27 +SFX b2 er ions/56 er 74 +SFX b2 er iez/31 er 73 +SFX b2 ecer ècent/6 ecer 28 +SFX b2 emer èment/6 emer 28 +SFX b2 ener ènent/6 ener 28 +SFX b2 eper èpent/6 eper 28 +SFX b2 erer èrent/6 erer 28 +SFX b2 eser èsent/6 eser 28 +SFX b2 ever èvent/6 ever 28 +SFX b2 evrer èvrent/6 evrer 28 +SFX b2 eter ètent/6 eter 28 +SFX b2 eler èlent/6 eler 28 +SFX b2 er asse/30 [^c]er 61 +SFX b2 cer çasse/30 cer 61 +SFX b2 er asses/14 [^c]er 67 +SFX b2 cer çasses/14 cer 67 +SFX b2 er ât/6 [^c]er 52 +SFX b2 cer çât/6 cer 52 +SFX b2 er assions/17 [^c]er 60 +SFX b2 cer çassions/17 cer 60 +SFX b2 er assiez/14 [^c]er 59 +SFX b2 cer çassiez/14 cer 59 +SFX b2 er assent/6 [^c]er 54 +SFX b2 cer çassent/6 cer 54 +SFX b2 ecer èce/31 ecer 36 +SFX b2 emer ème/31 emer 36 +SFX b2 ener ène/31 ener 36 +SFX b2 eper èpe/31 eper 36 +SFX b2 erer ère/31 erer 36 +SFX b2 eser èse/31 eser 36 +SFX b2 ever ève/31 ever 36 +SFX b2 evrer èvre/31 evrer 36 +SFX b2 eter ète/31 eter 36 +SFX b2 eler èle/31 eler 36 +SFX b2 er ons/45 [^c]er 58 +SFX b2 cer çons/45 cer 58 +SFX b2 er ez/31 er 75 + +SFX b3 Y 254 +SFX b3 er er/59 er 64 +SFX b3 er ant/59 [^c]er 48 +SFX b3 cer çant/59 cer 48 +SFX b3 ecer èce/24 ecer 34 +SFX b3 emer ème/24 emer 34 +SFX b3 ener ène/24 ener 34 +SFX b3 eper èpe/24 eper 34 +SFX b3 erer ère/24 erer 34 +SFX b3 eser èse/24 eser 34 +SFX b3 ever ève/24 ever 34 +SFX b3 evrer èvre/24 evrer 34 +SFX b3 eter ète/24 eter 34 +SFX b3 eler èle/24 eler 34 +SFX b3 ecer èces/21 ecer 35 +SFX b3 emer èmes/21 emer 35 +SFX b3 ener ènes/21 ener 35 +SFX b3 eper èpes/21 eper 35 +SFX b3 erer ères/21 erer 35 +SFX b3 eser èses/21 eser 35 +SFX b3 ever èves/21 ever 35 +SFX b3 evrer èvres/21 evrer 35 +SFX b3 eter ètes/21 eter 35 +SFX b3 eler èles/21 eler 35 +SFX b3 ecer èce/12 ecer 21 +SFX b3 emer ème/12 emer 21 +SFX b3 ener ène/12 ener 21 +SFX b3 eper èpe/12 eper 21 +SFX b3 erer ère/12 erer 21 +SFX b3 eser èse/12 eser 21 +SFX b3 ever ève/12 ever 21 +SFX b3 evrer èvre/12 evrer 21 +SFX b3 eter ète/12 eter 21 +SFX b3 eler èle/12 eler 21 +SFX b3 er ons [^c]er 56 +SFX b3 cer çons cer 56 +SFX b3 er ez er 72 +SFX b3 ecer ècent/12 ecer 26 +SFX b3 emer èment/12 emer 26 +SFX b3 ener ènent/12 ener 26 +SFX b3 eper èpent/12 eper 26 +SFX b3 erer èrent/12 erer 26 +SFX b3 eser èsent/12 eser 26 +SFX b3 ever èvent/12 ever 26 +SFX b3 evrer èvrent/12 evrer 26 +SFX b3 eter ètent/12 eter 26 +SFX b3 eler èlent/12 eler 26 +SFX b3 er ais/24 [^c]er 66 +SFX b3 cer çais/24 cer 66 +SFX b3 er ais/21 [^c]er 65 +SFX b3 cer çais/21 cer 65 +SFX b3 er ait/12 [^c]er 50 +SFX b3 cer çait/12 cer 50 +SFX b3 er ions er 77 +SFX b3 er iez er 76 +SFX b3 er aient/12 [^c]er 51 +SFX b3 cer çaient/12 cer 51 +SFX b3 er ai/24 [^c]er 69 +SFX b3 cer çai/24 cer 69 +SFX b3 er as/21 [^c]er 68 +SFX b3 cer ças/21 cer 68 +SFX b3 er a/12 [^c]er 53 +SFX b3 cer ça/12 cer 53 +SFX b3 er âmes [^c]er 63 +SFX b3 cer çâmes cer 63 +SFX b3 er âtes [^c]er 62 +SFX b3 cer çâtes cer 62 +SFX b3 er èrent/12 er 71 +SFX b3 ecer ècerai/24 ecer 38 +SFX b3 emer èmerai/24 emer 38 +SFX b3 ener ènerai/24 ener 38 +SFX b3 eper èperai/24 eper 38 +SFX b3 erer èrerai/24 erer 38 +SFX b3 eser èserai/24 eser 38 +SFX b3 ever èverai/24 ever 38 +SFX b3 evrer èvrerai/24 evrer 38 +SFX b3 eter èterai/24 eter 38 +SFX b3 eler èlerai/24 eler 38 +SFX b3 ecer èceras/21 ecer 37 +SFX b3 emer èmeras/21 emer 37 +SFX b3 ener èneras/21 ener 37 +SFX b3 eper èperas/21 eper 37 +SFX b3 erer èreras/21 erer 37 +SFX b3 eser èseras/21 eser 37 +SFX b3 ever èveras/21 ever 37 +SFX b3 evrer èvreras/21 evrer 37 +SFX b3 eter èteras/21 eter 37 +SFX b3 eler èleras/21 eler 37 +SFX b3 ecer ècera/12 ecer 22 +SFX b3 emer èmera/12 emer 22 +SFX b3 ener ènera/12 ener 22 +SFX b3 eper èpera/12 eper 22 +SFX b3 erer èrera/12 erer 22 +SFX b3 eser èsera/12 eser 22 +SFX b3 ever èvera/12 ever 22 +SFX b3 evrer èvrera/12 evrer 22 +SFX b3 eter ètera/12 eter 22 +SFX b3 eler èlera/12 eler 22 +SFX b3 ecer ècerons ecer 31 +SFX b3 emer èmerons emer 31 +SFX b3 ener ènerons ener 31 +SFX b3 eper èperons eper 31 +SFX b3 erer èrerons erer 31 +SFX b3 eser èserons eser 31 +SFX b3 ever èverons ever 31 +SFX b3 evrer èvrerons evrer 31 +SFX b3 eter èterons eter 31 +SFX b3 eler èlerons eler 31 +SFX b3 ecer ècerez ecer 30 +SFX b3 emer èmerez emer 30 +SFX b3 ener ènerez ener 30 +SFX b3 eper èperez eper 30 +SFX b3 erer èrerez erer 30 +SFX b3 eser èserez eser 30 +SFX b3 ever èverez ever 30 +SFX b3 evrer èvrerez evrer 30 +SFX b3 eter èterez eter 30 +SFX b3 eler èlerez eler 30 +SFX b3 ecer èceront/12 ecer 24 +SFX b3 emer èmeront/12 emer 24 +SFX b3 ener èneront/12 ener 24 +SFX b3 eper èperont/12 eper 24 +SFX b3 erer èreront/12 erer 24 +SFX b3 eser èseront/12 eser 24 +SFX b3 ever èveront/12 ever 24 +SFX b3 evrer èvreront/12 evrer 24 +SFX b3 eter èteront/12 eter 24 +SFX b3 eler èleront/12 eler 24 +SFX b3 ecer ècerais/24 ecer 40 +SFX b3 emer èmerais/24 emer 40 +SFX b3 ener ènerais/24 ener 40 +SFX b3 eper èperais/24 eper 40 +SFX b3 erer èrerais/24 erer 40 +SFX b3 eser èserais/24 eser 40 +SFX b3 ever èverais/24 ever 40 +SFX b3 evrer èvrerais/24 evrer 40 +SFX b3 eter èterais/24 eter 40 +SFX b3 eler èlerais/24 eler 40 +SFX b3 ecer ècerais/21 ecer 39 +SFX b3 emer èmerais/21 emer 39 +SFX b3 ener ènerais/21 ener 39 +SFX b3 eper èperais/21 eper 39 +SFX b3 erer èrerais/21 erer 39 +SFX b3 eser èserais/21 eser 39 +SFX b3 ever èverais/21 ever 39 +SFX b3 evrer èvrerais/21 evrer 39 +SFX b3 eter èterais/21 eter 39 +SFX b3 eler èlerais/21 eler 39 +SFX b3 ecer ècerait/12 ecer 23 +SFX b3 emer èmerait/12 emer 23 +SFX b3 ener ènerait/12 ener 23 +SFX b3 eper èperait/12 eper 23 +SFX b3 erer èrerait/12 erer 23 +SFX b3 eser èserait/12 eser 23 +SFX b3 ever èverait/12 ever 23 +SFX b3 evrer èvrerait/12 evrer 23 +SFX b3 eter èterait/12 eter 23 +SFX b3 eler èlerait/12 eler 23 +SFX b3 ecer ècerions ecer 33 +SFX b3 emer èmerions emer 33 +SFX b3 ener ènerions ener 33 +SFX b3 eper èperions eper 33 +SFX b3 erer èrerions erer 33 +SFX b3 eser èserions eser 33 +SFX b3 ever èverions ever 33 +SFX b3 evrer èvrerions evrer 33 +SFX b3 eter èterions eter 33 +SFX b3 eler èlerions eler 33 +SFX b3 ecer èceriez ecer 32 +SFX b3 emer èmeriez emer 32 +SFX b3 ener èneriez ener 32 +SFX b3 eper èperiez eper 32 +SFX b3 erer èreriez erer 32 +SFX b3 eser èseriez eser 32 +SFX b3 ever èveriez ever 32 +SFX b3 evrer èvreriez evrer 32 +SFX b3 eter èteriez eter 32 +SFX b3 eler èleriez eler 32 +SFX b3 ecer èceraient/12 ecer 25 +SFX b3 emer èmeraient/12 emer 25 +SFX b3 ener èneraient/12 ener 25 +SFX b3 eper èperaient/12 eper 25 +SFX b3 erer èreraient/12 erer 25 +SFX b3 eser èseraient/12 eser 25 +SFX b3 ever èveraient/12 ever 25 +SFX b3 evrer èvreraient/12 evrer 25 +SFX b3 eter èteraient/12 eter 25 +SFX b3 eler èleraient/12 eler 25 +SFX b3 ecer èce/24 ecer 41 +SFX b3 emer ème/24 emer 41 +SFX b3 ener ène/24 ener 41 +SFX b3 eper èpe/24 eper 41 +SFX b3 erer ère/24 erer 41 +SFX b3 eser èse/24 eser 41 +SFX b3 ever ève/24 ever 41 +SFX b3 evrer èvre/24 evrer 41 +SFX b3 eter ète/24 eter 41 +SFX b3 eler èle/24 eler 41 +SFX b3 ecer èces/21 ecer 44 +SFX b3 emer èmes/21 emer 44 +SFX b3 ener ènes/21 ener 44 +SFX b3 eper èpes/21 eper 44 +SFX b3 erer ères/21 erer 44 +SFX b3 eser èses/21 eser 44 +SFX b3 ever èves/21 ever 44 +SFX b3 evrer èvres/21 evrer 44 +SFX b3 eter ètes/21 eter 44 +SFX b3 eler èles/21 eler 44 +SFX b3 ecer èce/12 ecer 27 +SFX b3 emer ème/12 emer 27 +SFX b3 ener ène/12 ener 27 +SFX b3 eper èpe/12 eper 27 +SFX b3 erer ère/12 erer 27 +SFX b3 eser èse/12 eser 27 +SFX b3 ever ève/12 ever 27 +SFX b3 evrer èvre/12 evrer 27 +SFX b3 eter ète/12 eter 27 +SFX b3 eler èle/12 eler 27 +SFX b3 er ions er 74 +SFX b3 er iez er 73 +SFX b3 ecer ècent/12 ecer 28 +SFX b3 emer èment/12 emer 28 +SFX b3 ener ènent/12 ener 28 +SFX b3 eper èpent/12 eper 28 +SFX b3 erer èrent/12 erer 28 +SFX b3 eser èsent/12 eser 28 +SFX b3 ever èvent/12 ever 28 +SFX b3 evrer èvrent/12 evrer 28 +SFX b3 eter ètent/12 eter 28 +SFX b3 eler èlent/12 eler 28 +SFX b3 er asse/24 [^c]er 61 +SFX b3 cer çasse/24 cer 61 +SFX b3 er asses/21 [^c]er 67 +SFX b3 cer çasses/21 cer 67 +SFX b3 er ât/12 [^c]er 52 +SFX b3 cer çât/12 cer 52 +SFX b3 er assions [^c]er 60 +SFX b3 cer çassions cer 60 +SFX b3 er assiez [^c]er 59 +SFX b3 cer çassiez cer 59 +SFX b3 er assent/12 [^c]er 54 +SFX b3 cer çassent/12 cer 54 +SFX b3 ecer èce/21 ecer 36 +SFX b3 emer ème/21 emer 36 +SFX b3 ener ène/21 ener 36 +SFX b3 eper èpe/21 eper 36 +SFX b3 erer ère/21 erer 36 +SFX b3 eser èse/21 eser 36 +SFX b3 ever ève/21 ever 36 +SFX b3 evrer èvre/21 evrer 36 +SFX b3 eter ète/21 eter 36 +SFX b3 eler èle/21 eler 36 +SFX b3 er ons [^c]er 58 +SFX b3 cer çons cer 58 +SFX b3 er ez er 75 + +SFX b4 Y 254 +SFX b4 er er/53 er 64 +SFX b4 er ant/6 [^c]er 48 +SFX b4 cer çant/6 cer 48 +SFX b4 ecer èce/23 ecer 34 +SFX b4 emer ème/23 emer 34 +SFX b4 ener ène/23 ener 34 +SFX b4 eper èpe/23 eper 34 +SFX b4 erer ère/23 erer 34 +SFX b4 eser èse/23 eser 34 +SFX b4 ever ève/23 ever 34 +SFX b4 evrer èvre/23 evrer 34 +SFX b4 eter ète/23 eter 34 +SFX b4 eler èle/23 eler 34 +SFX b4 ecer èces/20 ecer 35 +SFX b4 emer èmes/20 emer 35 +SFX b4 ener ènes/20 ener 35 +SFX b4 eper èpes/20 eper 35 +SFX b4 erer ères/20 erer 35 +SFX b4 eser èses/20 eser 35 +SFX b4 ever èves/20 ever 35 +SFX b4 evrer èvres/20 evrer 35 +SFX b4 eter ètes/20 eter 35 +SFX b4 eler èles/20 eler 35 +SFX b4 ecer èce/6 ecer 21 +SFX b4 emer ème/6 emer 21 +SFX b4 ener ène/6 ener 21 +SFX b4 eper èpe/6 eper 21 +SFX b4 erer ère/6 erer 21 +SFX b4 eser èse/6 eser 21 +SFX b4 ever ève/6 ever 21 +SFX b4 evrer èvre/6 evrer 21 +SFX b4 eter ète/6 eter 21 +SFX b4 eler èle/6 eler 21 +SFX b4 er ons/17 [^c]er 56 +SFX b4 cer çons/17 cer 56 +SFX b4 er ez/14 er 72 +SFX b4 ecer ècent/6 ecer 26 +SFX b4 emer èment/6 emer 26 +SFX b4 ener ènent/6 ener 26 +SFX b4 eper èpent/6 eper 26 +SFX b4 erer èrent/6 erer 26 +SFX b4 eser èsent/6 eser 26 +SFX b4 ever èvent/6 ever 26 +SFX b4 evrer èvrent/6 evrer 26 +SFX b4 eter ètent/6 eter 26 +SFX b4 eler èlent/6 eler 26 +SFX b4 er ais/23 [^c]er 66 +SFX b4 cer çais/23 cer 66 +SFX b4 er ais/20 [^c]er 65 +SFX b4 cer çais/20 cer 65 +SFX b4 er ait/6 [^c]er 50 +SFX b4 cer çait/6 cer 50 +SFX b4 er ions/17 er 77 +SFX b4 er iez/14 er 76 +SFX b4 er aient/6 [^c]er 51 +SFX b4 cer çaient/6 cer 51 +SFX b4 er ai/23 [^c]er 69 +SFX b4 cer çai/23 cer 69 +SFX b4 er as/20 [^c]er 68 +SFX b4 cer ças/20 cer 68 +SFX b4 er a/6 [^c]er 53 +SFX b4 cer ça/6 cer 53 +SFX b4 er âmes/17 [^c]er 63 +SFX b4 cer çâmes/17 cer 63 +SFX b4 er âtes/14 [^c]er 62 +SFX b4 cer çâtes/14 cer 62 +SFX b4 er èrent/6 er 71 +SFX b4 ecer ècerai/23 ecer 38 +SFX b4 emer èmerai/23 emer 38 +SFX b4 ener ènerai/23 ener 38 +SFX b4 eper èperai/23 eper 38 +SFX b4 erer èrerai/23 erer 38 +SFX b4 eser èserai/23 eser 38 +SFX b4 ever èverai/23 ever 38 +SFX b4 evrer èvrerai/23 evrer 38 +SFX b4 eter èterai/23 eter 38 +SFX b4 eler èlerai/23 eler 38 +SFX b4 ecer èceras/20 ecer 37 +SFX b4 emer èmeras/20 emer 37 +SFX b4 ener èneras/20 ener 37 +SFX b4 eper èperas/20 eper 37 +SFX b4 erer èreras/20 erer 37 +SFX b4 eser èseras/20 eser 37 +SFX b4 ever èveras/20 ever 37 +SFX b4 evrer èvreras/20 evrer 37 +SFX b4 eter èteras/20 eter 37 +SFX b4 eler èleras/20 eler 37 +SFX b4 ecer ècera/6 ecer 22 +SFX b4 emer èmera/6 emer 22 +SFX b4 ener ènera/6 ener 22 +SFX b4 eper èpera/6 eper 22 +SFX b4 erer èrera/6 erer 22 +SFX b4 eser èsera/6 eser 22 +SFX b4 ever èvera/6 ever 22 +SFX b4 evrer èvrera/6 evrer 22 +SFX b4 eter ètera/6 eter 22 +SFX b4 eler èlera/6 eler 22 +SFX b4 ecer ècerons/17 ecer 31 +SFX b4 emer èmerons/17 emer 31 +SFX b4 ener ènerons/17 ener 31 +SFX b4 eper èperons/17 eper 31 +SFX b4 erer èrerons/17 erer 31 +SFX b4 eser èserons/17 eser 31 +SFX b4 ever èverons/17 ever 31 +SFX b4 evrer èvrerons/17 evrer 31 +SFX b4 eter èterons/17 eter 31 +SFX b4 eler èlerons/17 eler 31 +SFX b4 ecer ècerez/14 ecer 30 +SFX b4 emer èmerez/14 emer 30 +SFX b4 ener ènerez/14 ener 30 +SFX b4 eper èperez/14 eper 30 +SFX b4 erer èrerez/14 erer 30 +SFX b4 eser èserez/14 eser 30 +SFX b4 ever èverez/14 ever 30 +SFX b4 evrer èvrerez/14 evrer 30 +SFX b4 eter èterez/14 eter 30 +SFX b4 eler èlerez/14 eler 30 +SFX b4 ecer èceront/6 ecer 24 +SFX b4 emer èmeront/6 emer 24 +SFX b4 ener èneront/6 ener 24 +SFX b4 eper èperont/6 eper 24 +SFX b4 erer èreront/6 erer 24 +SFX b4 eser èseront/6 eser 24 +SFX b4 ever èveront/6 ever 24 +SFX b4 evrer èvreront/6 evrer 24 +SFX b4 eter èteront/6 eter 24 +SFX b4 eler èleront/6 eler 24 +SFX b4 ecer ècerais/23 ecer 40 +SFX b4 emer èmerais/23 emer 40 +SFX b4 ener ènerais/23 ener 40 +SFX b4 eper èperais/23 eper 40 +SFX b4 erer èrerais/23 erer 40 +SFX b4 eser èserais/23 eser 40 +SFX b4 ever èverais/23 ever 40 +SFX b4 evrer èvrerais/23 evrer 40 +SFX b4 eter èterais/23 eter 40 +SFX b4 eler èlerais/23 eler 40 +SFX b4 ecer ècerais/20 ecer 39 +SFX b4 emer èmerais/20 emer 39 +SFX b4 ener ènerais/20 ener 39 +SFX b4 eper èperais/20 eper 39 +SFX b4 erer èrerais/20 erer 39 +SFX b4 eser èserais/20 eser 39 +SFX b4 ever èverais/20 ever 39 +SFX b4 evrer èvrerais/20 evrer 39 +SFX b4 eter èterais/20 eter 39 +SFX b4 eler èlerais/20 eler 39 +SFX b4 ecer ècerait/6 ecer 23 +SFX b4 emer èmerait/6 emer 23 +SFX b4 ener ènerait/6 ener 23 +SFX b4 eper èperait/6 eper 23 +SFX b4 erer èrerait/6 erer 23 +SFX b4 eser èserait/6 eser 23 +SFX b4 ever èverait/6 ever 23 +SFX b4 evrer èvrerait/6 evrer 23 +SFX b4 eter èterait/6 eter 23 +SFX b4 eler èlerait/6 eler 23 +SFX b4 ecer ècerions/17 ecer 33 +SFX b4 emer èmerions/17 emer 33 +SFX b4 ener ènerions/17 ener 33 +SFX b4 eper èperions/17 eper 33 +SFX b4 erer èrerions/17 erer 33 +SFX b4 eser èserions/17 eser 33 +SFX b4 ever èverions/17 ever 33 +SFX b4 evrer èvrerions/17 evrer 33 +SFX b4 eter èterions/17 eter 33 +SFX b4 eler èlerions/17 eler 33 +SFX b4 ecer èceriez/14 ecer 32 +SFX b4 emer èmeriez/14 emer 32 +SFX b4 ener èneriez/14 ener 32 +SFX b4 eper èperiez/14 eper 32 +SFX b4 erer èreriez/14 erer 32 +SFX b4 eser èseriez/14 eser 32 +SFX b4 ever èveriez/14 ever 32 +SFX b4 evrer èvreriez/14 evrer 32 +SFX b4 eter èteriez/14 eter 32 +SFX b4 eler èleriez/14 eler 32 +SFX b4 ecer èceraient/6 ecer 25 +SFX b4 emer èmeraient/6 emer 25 +SFX b4 ener èneraient/6 ener 25 +SFX b4 eper èperaient/6 eper 25 +SFX b4 erer èreraient/6 erer 25 +SFX b4 eser èseraient/6 eser 25 +SFX b4 ever èveraient/6 ever 25 +SFX b4 evrer èvreraient/6 evrer 25 +SFX b4 eter èteraient/6 eter 25 +SFX b4 eler èleraient/6 eler 25 +SFX b4 ecer èce/44 ecer 41 +SFX b4 emer ème/44 emer 41 +SFX b4 ener ène/44 ener 41 +SFX b4 eper èpe/44 eper 41 +SFX b4 erer ère/44 erer 41 +SFX b4 eser èse/44 eser 41 +SFX b4 ever ève/44 ever 41 +SFX b4 evrer èvre/44 evrer 41 +SFX b4 eter ète/44 eter 41 +SFX b4 eler èle/44 eler 41 +SFX b4 ecer èces/36 ecer 44 +SFX b4 emer èmes/36 emer 44 +SFX b4 ener ènes/36 ener 44 +SFX b4 eper èpes/36 eper 44 +SFX b4 erer ères/36 erer 44 +SFX b4 eser èses/36 eser 44 +SFX b4 ever èves/36 ever 44 +SFX b4 evrer èvres/36 evrer 44 +SFX b4 eter ètes/36 eter 44 +SFX b4 eler èles/36 eler 44 +SFX b4 ecer èce/6 ecer 27 +SFX b4 emer ème/6 emer 27 +SFX b4 ener ène/6 ener 27 +SFX b4 eper èpe/6 eper 27 +SFX b4 erer ère/6 erer 27 +SFX b4 eser èse/6 eser 27 +SFX b4 ever ève/6 ever 27 +SFX b4 evrer èvre/6 evrer 27 +SFX b4 eter ète/6 eter 27 +SFX b4 eler èle/6 eler 27 +SFX b4 er ions/56 er 74 +SFX b4 er iez/31 er 73 +SFX b4 ecer ècent/6 ecer 28 +SFX b4 emer èment/6 emer 28 +SFX b4 ener ènent/6 ener 28 +SFX b4 eper èpent/6 eper 28 +SFX b4 erer èrent/6 erer 28 +SFX b4 eser èsent/6 eser 28 +SFX b4 ever èvent/6 ever 28 +SFX b4 evrer èvrent/6 evrer 28 +SFX b4 eter ètent/6 eter 28 +SFX b4 eler èlent/6 eler 28 +SFX b4 er asse/23 [^c]er 61 +SFX b4 cer çasse/23 cer 61 +SFX b4 er asses/20 [^c]er 67 +SFX b4 cer çasses/20 cer 67 +SFX b4 er ât/6 [^c]er 52 +SFX b4 cer çât/6 cer 52 +SFX b4 er assions/17 [^c]er 60 +SFX b4 cer çassions/17 cer 60 +SFX b4 er assiez/14 [^c]er 59 +SFX b4 cer çassiez/14 cer 59 +SFX b4 er assent/6 [^c]er 54 +SFX b4 cer çassent/6 cer 54 +SFX b4 ecer èce/36 ecer 36 +SFX b4 emer ème/36 emer 36 +SFX b4 ener ène/36 ener 36 +SFX b4 eper èpe/36 eper 36 +SFX b4 erer ère/36 erer 36 +SFX b4 eser èse/36 eser 36 +SFX b4 ever ève/36 ever 36 +SFX b4 evrer èvre/36 evrer 36 +SFX b4 eter ète/36 eter 36 +SFX b4 eler èle/36 eler 36 +SFX b4 er ons/45 [^c]er 58 +SFX b4 cer çons/45 cer 58 +SFX b4 er ez/31 er 75 + +SFX b5 Y 254 +SFX b5 er er/89 er 64 +SFX b5 er ant/18 [^c]er 48 +SFX b5 cer çant/18 cer 48 +SFX b5 ecer èce/27 ecer 34 +SFX b5 emer ème/27 emer 34 +SFX b5 ener ène/27 ener 34 +SFX b5 eper èpe/27 eper 34 +SFX b5 erer ère/27 erer 34 +SFX b5 eser èse/27 eser 34 +SFX b5 ever ève/27 ever 34 +SFX b5 evrer èvre/27 evrer 34 +SFX b5 eter ète/27 eter 34 +SFX b5 eler èle/27 eler 34 +SFX b5 ecer èces/25 ecer 35 +SFX b5 emer èmes/25 emer 35 +SFX b5 ener ènes/25 ener 35 +SFX b5 eper èpes/25 eper 35 +SFX b5 erer ères/25 erer 35 +SFX b5 eser èses/25 eser 35 +SFX b5 ever èves/25 ever 35 +SFX b5 evrer èvres/25 evrer 35 +SFX b5 eter ètes/25 eter 35 +SFX b5 eler èles/25 eler 35 +SFX b5 ecer èce/18 ecer 21 +SFX b5 emer ème/18 emer 21 +SFX b5 ener ène/18 ener 21 +SFX b5 eper èpe/18 eper 21 +SFX b5 erer ère/18 erer 21 +SFX b5 eser èse/18 eser 21 +SFX b5 ever ève/18 ever 21 +SFX b5 evrer èvre/18 evrer 21 +SFX b5 eter ète/18 eter 21 +SFX b5 eler èle/18 eler 21 +SFX b5 er ons/35 [^c]er 56 +SFX b5 cer çons/35 cer 56 +SFX b5 er ez/32 er 72 +SFX b5 ecer ècent/18 ecer 26 +SFX b5 emer èment/18 emer 26 +SFX b5 ener ènent/18 ener 26 +SFX b5 eper èpent/18 eper 26 +SFX b5 erer èrent/18 erer 26 +SFX b5 eser èsent/18 eser 26 +SFX b5 ever èvent/18 ever 26 +SFX b5 evrer èvrent/18 evrer 26 +SFX b5 eter ètent/18 eter 26 +SFX b5 eler èlent/18 eler 26 +SFX b5 er ais/27 [^c]er 66 +SFX b5 cer çais/27 cer 66 +SFX b5 er ais/25 [^c]er 65 +SFX b5 cer çais/25 cer 65 +SFX b5 er ait/18 [^c]er 50 +SFX b5 cer çait/18 cer 50 +SFX b5 er ions/35 er 77 +SFX b5 er iez/32 er 76 +SFX b5 er aient/18 [^c]er 51 +SFX b5 cer çaient/18 cer 51 +SFX b5 er ai/27 [^c]er 69 +SFX b5 cer çai/27 cer 69 +SFX b5 er as/25 [^c]er 68 +SFX b5 cer ças/25 cer 68 +SFX b5 er a/18 [^c]er 53 +SFX b5 cer ça/18 cer 53 +SFX b5 er âmes/35 [^c]er 63 +SFX b5 cer çâmes/35 cer 63 +SFX b5 er âtes/32 [^c]er 62 +SFX b5 cer çâtes/32 cer 62 +SFX b5 er èrent/18 er 71 +SFX b5 ecer ècerai/27 ecer 38 +SFX b5 emer èmerai/27 emer 38 +SFX b5 ener ènerai/27 ener 38 +SFX b5 eper èperai/27 eper 38 +SFX b5 erer èrerai/27 erer 38 +SFX b5 eser èserai/27 eser 38 +SFX b5 ever èverai/27 ever 38 +SFX b5 evrer èvrerai/27 evrer 38 +SFX b5 eter èterai/27 eter 38 +SFX b5 eler èlerai/27 eler 38 +SFX b5 ecer èceras/25 ecer 37 +SFX b5 emer èmeras/25 emer 37 +SFX b5 ener èneras/25 ener 37 +SFX b5 eper èperas/25 eper 37 +SFX b5 erer èreras/25 erer 37 +SFX b5 eser èseras/25 eser 37 +SFX b5 ever èveras/25 ever 37 +SFX b5 evrer èvreras/25 evrer 37 +SFX b5 eter èteras/25 eter 37 +SFX b5 eler èleras/25 eler 37 +SFX b5 ecer ècera/18 ecer 22 +SFX b5 emer èmera/18 emer 22 +SFX b5 ener ènera/18 ener 22 +SFX b5 eper èpera/18 eper 22 +SFX b5 erer èrera/18 erer 22 +SFX b5 eser èsera/18 eser 22 +SFX b5 ever èvera/18 ever 22 +SFX b5 evrer èvrera/18 evrer 22 +SFX b5 eter ètera/18 eter 22 +SFX b5 eler èlera/18 eler 22 +SFX b5 ecer ècerons/35 ecer 31 +SFX b5 emer èmerons/35 emer 31 +SFX b5 ener ènerons/35 ener 31 +SFX b5 eper èperons/35 eper 31 +SFX b5 erer èrerons/35 erer 31 +SFX b5 eser èserons/35 eser 31 +SFX b5 ever èverons/35 ever 31 +SFX b5 evrer èvrerons/35 evrer 31 +SFX b5 eter èterons/35 eter 31 +SFX b5 eler èlerons/35 eler 31 +SFX b5 ecer ècerez/32 ecer 30 +SFX b5 emer èmerez/32 emer 30 +SFX b5 ener ènerez/32 ener 30 +SFX b5 eper èperez/32 eper 30 +SFX b5 erer èrerez/32 erer 30 +SFX b5 eser èserez/32 eser 30 +SFX b5 ever èverez/32 ever 30 +SFX b5 evrer èvrerez/32 evrer 30 +SFX b5 eter èterez/32 eter 30 +SFX b5 eler èlerez/32 eler 30 +SFX b5 ecer èceront/18 ecer 24 +SFX b5 emer èmeront/18 emer 24 +SFX b5 ener èneront/18 ener 24 +SFX b5 eper èperont/18 eper 24 +SFX b5 erer èreront/18 erer 24 +SFX b5 eser èseront/18 eser 24 +SFX b5 ever èveront/18 ever 24 +SFX b5 evrer èvreront/18 evrer 24 +SFX b5 eter èteront/18 eter 24 +SFX b5 eler èleront/18 eler 24 +SFX b5 ecer ècerais/27 ecer 40 +SFX b5 emer èmerais/27 emer 40 +SFX b5 ener ènerais/27 ener 40 +SFX b5 eper èperais/27 eper 40 +SFX b5 erer èrerais/27 erer 40 +SFX b5 eser èserais/27 eser 40 +SFX b5 ever èverais/27 ever 40 +SFX b5 evrer èvrerais/27 evrer 40 +SFX b5 eter èterais/27 eter 40 +SFX b5 eler èlerais/27 eler 40 +SFX b5 ecer ècerais/25 ecer 39 +SFX b5 emer èmerais/25 emer 39 +SFX b5 ener ènerais/25 ener 39 +SFX b5 eper èperais/25 eper 39 +SFX b5 erer èrerais/25 erer 39 +SFX b5 eser èserais/25 eser 39 +SFX b5 ever èverais/25 ever 39 +SFX b5 evrer èvrerais/25 evrer 39 +SFX b5 eter èterais/25 eter 39 +SFX b5 eler èlerais/25 eler 39 +SFX b5 ecer ècerait/18 ecer 23 +SFX b5 emer èmerait/18 emer 23 +SFX b5 ener ènerait/18 ener 23 +SFX b5 eper èperait/18 eper 23 +SFX b5 erer èrerait/18 erer 23 +SFX b5 eser èserait/18 eser 23 +SFX b5 ever èverait/18 ever 23 +SFX b5 evrer èvrerait/18 evrer 23 +SFX b5 eter èterait/18 eter 23 +SFX b5 eler èlerait/18 eler 23 +SFX b5 ecer ècerions/35 ecer 33 +SFX b5 emer èmerions/35 emer 33 +SFX b5 ener ènerions/35 ener 33 +SFX b5 eper èperions/35 eper 33 +SFX b5 erer èrerions/35 erer 33 +SFX b5 eser èserions/35 eser 33 +SFX b5 ever èverions/35 ever 33 +SFX b5 evrer èvrerions/35 evrer 33 +SFX b5 eter èterions/35 eter 33 +SFX b5 eler èlerions/35 eler 33 +SFX b5 ecer èceriez/32 ecer 32 +SFX b5 emer èmeriez/32 emer 32 +SFX b5 ener èneriez/32 ener 32 +SFX b5 eper èperiez/32 eper 32 +SFX b5 erer èreriez/32 erer 32 +SFX b5 eser èseriez/32 eser 32 +SFX b5 ever èveriez/32 ever 32 +SFX b5 evrer èvreriez/32 evrer 32 +SFX b5 eter èteriez/32 eter 32 +SFX b5 eler èleriez/32 eler 32 +SFX b5 ecer èceraient/18 ecer 25 +SFX b5 emer èmeraient/18 emer 25 +SFX b5 ener èneraient/18 ener 25 +SFX b5 eper èperaient/18 eper 25 +SFX b5 erer èreraient/18 erer 25 +SFX b5 eser èseraient/18 eser 25 +SFX b5 ever èveraient/18 ever 25 +SFX b5 evrer èvreraient/18 evrer 25 +SFX b5 eter èteraient/18 eter 25 +SFX b5 eler èleraient/18 eler 25 +SFX b5 ecer èce/27 ecer 41 +SFX b5 emer ème/27 emer 41 +SFX b5 ener ène/27 ener 41 +SFX b5 eper èpe/27 eper 41 +SFX b5 erer ère/27 erer 41 +SFX b5 eser èse/27 eser 41 +SFX b5 ever ève/27 ever 41 +SFX b5 evrer èvre/27 evrer 41 +SFX b5 eter ète/27 eter 41 +SFX b5 eler èle/27 eler 41 +SFX b5 ecer èces/25 ecer 44 +SFX b5 emer èmes/25 emer 44 +SFX b5 ener ènes/25 ener 44 +SFX b5 eper èpes/25 eper 44 +SFX b5 erer ères/25 erer 44 +SFX b5 eser èses/25 eser 44 +SFX b5 ever èves/25 ever 44 +SFX b5 evrer èvres/25 evrer 44 +SFX b5 eter ètes/25 eter 44 +SFX b5 eler èles/25 eler 44 +SFX b5 ecer èce/18 ecer 27 +SFX b5 emer ème/18 emer 27 +SFX b5 ener ène/18 ener 27 +SFX b5 eper èpe/18 eper 27 +SFX b5 erer ère/18 erer 27 +SFX b5 eser èse/18 eser 27 +SFX b5 ever ève/18 ever 27 +SFX b5 evrer èvre/18 evrer 27 +SFX b5 eter ète/18 eter 27 +SFX b5 eler èle/18 eler 27 +SFX b5 er ions/35 er 74 +SFX b5 er iez/32 er 73 +SFX b5 ecer ècent/18 ecer 28 +SFX b5 emer èment/18 emer 28 +SFX b5 ener ènent/18 ener 28 +SFX b5 eper èpent/18 eper 28 +SFX b5 erer èrent/18 erer 28 +SFX b5 eser èsent/18 eser 28 +SFX b5 ever èvent/18 ever 28 +SFX b5 evrer èvrent/18 evrer 28 +SFX b5 eter ètent/18 eter 28 +SFX b5 eler èlent/18 eler 28 +SFX b5 er asse/27 [^c]er 61 +SFX b5 cer çasse/27 cer 61 +SFX b5 er asses/25 [^c]er 67 +SFX b5 cer çasses/25 cer 67 +SFX b5 er ât/18 [^c]er 52 +SFX b5 cer çât/18 cer 52 +SFX b5 er assions/35 [^c]er 60 +SFX b5 cer çassions/35 cer 60 +SFX b5 er assiez/32 [^c]er 59 +SFX b5 cer çassiez/32 cer 59 +SFX b5 er assent/18 [^c]er 54 +SFX b5 cer çassent/18 cer 54 +SFX b5 ecer èce/32 ecer 36 +SFX b5 emer ème/32 emer 36 +SFX b5 ener ène/32 ener 36 +SFX b5 eper èpe/32 eper 36 +SFX b5 erer ère/32 erer 36 +SFX b5 eser èse/32 eser 36 +SFX b5 ever ève/32 ever 36 +SFX b5 evrer èvre/32 evrer 36 +SFX b5 eter ète/32 eter 36 +SFX b5 eler èle/32 eler 36 +SFX b5 er ons/13 [^c]er 58 +SFX b5 cer çons/13 cer 58 +SFX b5 er ez/13 er 75 + +SFX c0 N 515 +SFX c0 er er er 64 +SFX c0 er ant [^cg]er 48 +SFX c0 écer éçant écer 48 +SFX c0 éger égeant éger 48 +SFX c0 ébrer èbre ébrer 34 +SFX c0 écer èce écer 34 +SFX c0 écher èche écher 34 +SFX c0 écrer ècre écrer 34 +SFX c0 éder ède éder 34 +SFX c0 éger ège éger 34 +SFX c0 égler ègle égler 34 +SFX c0 égner ègne égner 34 +SFX c0 égrer ègre égrer 34 +SFX c0 éguer ègue éguer 34 +SFX c0 éler èle éler 34 +SFX c0 émer ème émer 34 +SFX c0 éner ène éner 34 +SFX c0 éper èpe éper 34 +SFX c0 équer èque équer 34 +SFX c0 érer ère érer 34 +SFX c0 éser èse éser 34 +SFX c0 éter ète éter 34 +SFX c0 étrer ètre étrer 34 +SFX c0 évrer èvre évrer 34 +SFX c0 éyer èye éyer 34 +SFX c0 ébrer èbres ébrer 35 +SFX c0 écer èces écer 35 +SFX c0 écher èches écher 35 +SFX c0 écrer ècres écrer 35 +SFX c0 éder èdes éder 35 +SFX c0 éger èges éger 35 +SFX c0 égler ègles égler 35 +SFX c0 égner ègnes égner 35 +SFX c0 égrer ègres égrer 35 +SFX c0 éguer ègues éguer 35 +SFX c0 éler èles éler 35 +SFX c0 émer èmes émer 35 +SFX c0 éner ènes éner 35 +SFX c0 éper èpes éper 35 +SFX c0 équer èques équer 35 +SFX c0 érer ères érer 35 +SFX c0 éser èses éser 35 +SFX c0 éter ètes éter 35 +SFX c0 étrer ètres étrer 35 +SFX c0 évrer èvres évrer 35 +SFX c0 éyer èyes éyer 35 +SFX c0 ébrer èbre ébrer 21 +SFX c0 écer èce écer 21 +SFX c0 écher èche écher 21 +SFX c0 écrer ècre écrer 21 +SFX c0 éder ède éder 21 +SFX c0 éger ège éger 21 +SFX c0 égler ègle égler 21 +SFX c0 égner ègne égner 21 +SFX c0 égrer ègre égrer 21 +SFX c0 éguer ègue éguer 21 +SFX c0 éler èle éler 21 +SFX c0 émer ème émer 21 +SFX c0 éner ène éner 21 +SFX c0 éper èpe éper 21 +SFX c0 équer èque équer 21 +SFX c0 érer ère érer 21 +SFX c0 éser èse éser 21 +SFX c0 éter ète éter 21 +SFX c0 étrer ètre étrer 21 +SFX c0 évrer èvre évrer 21 +SFX c0 éyer èye éyer 21 +SFX c0 er ons [^cg]er 56 +SFX c0 écer éçons écer 56 +SFX c0 éger égeons éger 56 +SFX c0 er ez er 72 +SFX c0 ébrer èbrent ébrer 26 +SFX c0 écer ècent écer 26 +SFX c0 écher èchent écher 26 +SFX c0 écrer ècrent écrer 26 +SFX c0 éder èdent éder 26 +SFX c0 éger ègent éger 26 +SFX c0 égler èglent égler 26 +SFX c0 égner ègnent égner 26 +SFX c0 égrer ègrent égrer 26 +SFX c0 éguer èguent éguer 26 +SFX c0 éler èlent éler 26 +SFX c0 émer èment émer 26 +SFX c0 éner ènent éner 26 +SFX c0 éper èpent éper 26 +SFX c0 équer èquent équer 26 +SFX c0 érer èrent érer 26 +SFX c0 éser èsent éser 26 +SFX c0 éter ètent éter 26 +SFX c0 étrer ètrent étrer 26 +SFX c0 évrer èvrent évrer 26 +SFX c0 éyer èyent éyer 26 +SFX c0 er ais [^cg]er 66 +SFX c0 écer éçais écer 66 +SFX c0 éger égeais éger 66 +SFX c0 er ais [^cg]er 65 +SFX c0 écer éçais écer 65 +SFX c0 éger égeais éger 65 +SFX c0 er ait [^cg]er 50 +SFX c0 écer éçait écer 50 +SFX c0 éger égeait éger 50 +SFX c0 er ions er 77 +SFX c0 er iez er 76 +SFX c0 er aient [^cg]er 51 +SFX c0 écer éçaient écer 51 +SFX c0 éger égeaient éger 51 +SFX c0 er ai [^cg]er 69 +SFX c0 écer éçai écer 69 +SFX c0 éger égeai éger 69 +SFX c0 er as [^cg]er 68 +SFX c0 écer éças écer 68 +SFX c0 éger égeas éger 68 +SFX c0 er a [^cg]er 53 +SFX c0 écer éça écer 53 +SFX c0 éger égea éger 53 +SFX c0 er âmes [^cg]er 63 +SFX c0 écer éçâmes écer 63 +SFX c0 éger égeâmes éger 63 +SFX c0 er âtes [^cg]er 62 +SFX c0 écer éçâtes écer 62 +SFX c0 éger égeâtes éger 62 +SFX c0 er èrent er 71 +SFX c0 er erai er 38 +SFX c0 ébrer èbrerai ébrer 38 +SFX c0 écer ècerai écer 38 +SFX c0 écher ècherai écher 38 +SFX c0 écrer ècrerai écrer 38 +SFX c0 éder èderai éder 38 +SFX c0 éger ègerai éger 38 +SFX c0 égler èglerai égler 38 +SFX c0 égner ègnerai égner 38 +SFX c0 égrer ègrerai égrer 38 +SFX c0 éguer èguerai éguer 38 +SFX c0 éler èlerai éler 38 +SFX c0 émer èmerai émer 38 +SFX c0 éner ènerai éner 38 +SFX c0 éper èperai éper 38 +SFX c0 équer èquerai équer 38 +SFX c0 érer èrerai érer 38 +SFX c0 éser èserai éser 38 +SFX c0 éter èterai éter 38 +SFX c0 étrer ètrerai étrer 38 +SFX c0 évrer èvrerai évrer 38 +SFX c0 éyer èyerai éyer 38 +SFX c0 er eras er 37 +SFX c0 ébrer èbreras ébrer 37 +SFX c0 écer èceras écer 37 +SFX c0 écher ècheras écher 37 +SFX c0 écrer ècreras écrer 37 +SFX c0 éder èderas éder 37 +SFX c0 éger ègeras éger 37 +SFX c0 égler ègleras égler 37 +SFX c0 égner ègneras égner 37 +SFX c0 égrer ègreras égrer 37 +SFX c0 éguer ègueras éguer 37 +SFX c0 éler èleras éler 37 +SFX c0 émer èmeras émer 37 +SFX c0 éner èneras éner 37 +SFX c0 éper èperas éper 37 +SFX c0 équer èqueras équer 37 +SFX c0 érer èreras érer 37 +SFX c0 éser èseras éser 37 +SFX c0 éter èteras éter 37 +SFX c0 étrer ètreras étrer 37 +SFX c0 évrer èvreras évrer 37 +SFX c0 éyer èyeras éyer 37 +SFX c0 er era er 22 +SFX c0 ébrer èbrera ébrer 22 +SFX c0 écer ècera écer 22 +SFX c0 écher èchera écher 22 +SFX c0 écrer ècrera écrer 22 +SFX c0 éder èdera éder 22 +SFX c0 éger ègera éger 22 +SFX c0 égler èglera égler 22 +SFX c0 égner ègnera égner 22 +SFX c0 égrer ègrera égrer 22 +SFX c0 éguer èguera éguer 22 +SFX c0 éler èlera éler 22 +SFX c0 émer èmera émer 22 +SFX c0 éner ènera éner 22 +SFX c0 éper èpera éper 22 +SFX c0 équer èquera équer 22 +SFX c0 érer èrera érer 22 +SFX c0 éser èsera éser 22 +SFX c0 éter ètera éter 22 +SFX c0 étrer ètrera étrer 22 +SFX c0 évrer èvrera évrer 22 +SFX c0 éyer èyera éyer 22 +SFX c0 er erons er 31 +SFX c0 ébrer èbrerons ébrer 31 +SFX c0 écer ècerons écer 31 +SFX c0 écher ècherons écher 31 +SFX c0 écrer ècrerons écrer 31 +SFX c0 éder èderons éder 31 +SFX c0 éger ègerons éger 31 +SFX c0 égler èglerons égler 31 +SFX c0 égner ègnerons égner 31 +SFX c0 égrer ègrerons égrer 31 +SFX c0 éguer èguerons éguer 31 +SFX c0 éler èlerons éler 31 +SFX c0 émer èmerons émer 31 +SFX c0 éner ènerons éner 31 +SFX c0 éper èperons éper 31 +SFX c0 équer èquerons équer 31 +SFX c0 érer èrerons érer 31 +SFX c0 éser èserons éser 31 +SFX c0 éter èterons éter 31 +SFX c0 étrer ètrerons étrer 31 +SFX c0 évrer èvrerons évrer 31 +SFX c0 éyer èyerons éyer 31 +SFX c0 er erez er 30 +SFX c0 ébrer èbrerez ébrer 30 +SFX c0 écer ècerez écer 30 +SFX c0 écher ècherez écher 30 +SFX c0 écrer ècrerez écrer 30 +SFX c0 éder èderez éder 30 +SFX c0 éger ègerez éger 30 +SFX c0 égler èglerez égler 30 +SFX c0 égner ègnerez égner 30 +SFX c0 égrer ègrerez égrer 30 +SFX c0 éguer èguerez éguer 30 +SFX c0 éler èlerez éler 30 +SFX c0 émer èmerez émer 30 +SFX c0 éner ènerez éner 30 +SFX c0 éper èperez éper 30 +SFX c0 équer èquerez équer 30 +SFX c0 érer èrerez érer 30 +SFX c0 éser èserez éser 30 +SFX c0 éter èterez éter 30 +SFX c0 étrer ètrerez étrer 30 +SFX c0 évrer èvrerez évrer 30 +SFX c0 éyer èyerez éyer 30 +SFX c0 er eront er 24 +SFX c0 ébrer èbreront ébrer 24 +SFX c0 écer èceront écer 24 +SFX c0 écher ècheront écher 24 +SFX c0 écrer ècreront écrer 24 +SFX c0 éder èderont éder 24 +SFX c0 éger ègeront éger 24 +SFX c0 égler ègleront égler 24 +SFX c0 égner ègneront égner 24 +SFX c0 égrer ègreront égrer 24 +SFX c0 éguer ègueront éguer 24 +SFX c0 éler èleront éler 24 +SFX c0 émer èmeront émer 24 +SFX c0 éner èneront éner 24 +SFX c0 éper èperont éper 24 +SFX c0 équer èqueront équer 24 +SFX c0 érer èreront érer 24 +SFX c0 éser èseront éser 24 +SFX c0 éter èteront éter 24 +SFX c0 étrer ètreront étrer 24 +SFX c0 évrer èvreront évrer 24 +SFX c0 éyer èyeront éyer 24 +SFX c0 er erais er 40 +SFX c0 ébrer èbrerais ébrer 40 +SFX c0 écer ècerais écer 40 +SFX c0 écher ècherais écher 40 +SFX c0 écrer ècrerais écrer 40 +SFX c0 éder èderais éder 40 +SFX c0 éger ègerais éger 40 +SFX c0 égler èglerais égler 40 +SFX c0 égner ègnerais égner 40 +SFX c0 égrer ègrerais égrer 40 +SFX c0 éguer èguerais éguer 40 +SFX c0 éler èlerais éler 40 +SFX c0 émer èmerais émer 40 +SFX c0 éner ènerais éner 40 +SFX c0 éper èperais éper 40 +SFX c0 équer èquerais équer 40 +SFX c0 érer èrerais érer 40 +SFX c0 éser èserais éser 40 +SFX c0 éter èterais éter 40 +SFX c0 étrer ètrerais étrer 40 +SFX c0 évrer èvrerais évrer 40 +SFX c0 éyer èyerais éyer 40 +SFX c0 er erais er 39 +SFX c0 ébrer èbrerais ébrer 39 +SFX c0 écer ècerais écer 39 +SFX c0 écher ècherais écher 39 +SFX c0 écrer ècrerais écrer 39 +SFX c0 éder èderais éder 39 +SFX c0 éger ègerais éger 39 +SFX c0 égler èglerais égler 39 +SFX c0 égner ègnerais égner 39 +SFX c0 égrer ègrerais égrer 39 +SFX c0 éguer èguerais éguer 39 +SFX c0 éler èlerais éler 39 +SFX c0 émer èmerais émer 39 +SFX c0 éner ènerais éner 39 +SFX c0 éper èperais éper 39 +SFX c0 équer èquerais équer 39 +SFX c0 érer èrerais érer 39 +SFX c0 éser èserais éser 39 +SFX c0 éter èterais éter 39 +SFX c0 étrer ètrerais étrer 39 +SFX c0 évrer èvrerais évrer 39 +SFX c0 éyer èyerais éyer 39 +SFX c0 er erait er 23 +SFX c0 ébrer èbrerait ébrer 23 +SFX c0 écer ècerait écer 23 +SFX c0 écher ècherait écher 23 +SFX c0 écrer ècrerait écrer 23 +SFX c0 éder èderait éder 23 +SFX c0 éger ègerait éger 23 +SFX c0 égler èglerait égler 23 +SFX c0 égner ègnerait égner 23 +SFX c0 égrer ègrerait égrer 23 +SFX c0 éguer èguerait éguer 23 +SFX c0 éler èlerait éler 23 +SFX c0 émer èmerait émer 23 +SFX c0 éner ènerait éner 23 +SFX c0 éper èperait éper 23 +SFX c0 équer èquerait équer 23 +SFX c0 érer èrerait érer 23 +SFX c0 éser èserait éser 23 +SFX c0 éter èterait éter 23 +SFX c0 étrer ètrerait étrer 23 +SFX c0 évrer èvrerait évrer 23 +SFX c0 éyer èyerait éyer 23 +SFX c0 er erions er 33 +SFX c0 ébrer èbrerions ébrer 33 +SFX c0 écer ècerions écer 33 +SFX c0 écher ècherions écher 33 +SFX c0 écrer ècrerions écrer 33 +SFX c0 éder èderions éder 33 +SFX c0 éger ègerions éger 33 +SFX c0 égler èglerions égler 33 +SFX c0 égner ègnerions égner 33 +SFX c0 égrer ègrerions égrer 33 +SFX c0 éguer èguerions éguer 33 +SFX c0 éler èlerions éler 33 +SFX c0 émer èmerions émer 33 +SFX c0 éner ènerions éner 33 +SFX c0 éper èperions éper 33 +SFX c0 équer èquerions équer 33 +SFX c0 érer èrerions érer 33 +SFX c0 éser èserions éser 33 +SFX c0 éter èterions éter 33 +SFX c0 étrer ètrerions étrer 33 +SFX c0 évrer èvrerions évrer 33 +SFX c0 éyer èyerions éyer 33 +SFX c0 er eriez er 32 +SFX c0 ébrer èbreriez ébrer 32 +SFX c0 écer èceriez écer 32 +SFX c0 écher ècheriez écher 32 +SFX c0 écrer ècreriez écrer 32 +SFX c0 éder èderiez éder 32 +SFX c0 éger ègeriez éger 32 +SFX c0 égler ègleriez égler 32 +SFX c0 égner ègneriez égner 32 +SFX c0 égrer ègreriez égrer 32 +SFX c0 éguer ègueriez éguer 32 +SFX c0 éler èleriez éler 32 +SFX c0 émer èmeriez émer 32 +SFX c0 éner èneriez éner 32 +SFX c0 éper èperiez éper 32 +SFX c0 équer èqueriez équer 32 +SFX c0 érer èreriez érer 32 +SFX c0 éser èseriez éser 32 +SFX c0 éter èteriez éter 32 +SFX c0 étrer ètreriez étrer 32 +SFX c0 évrer èvreriez évrer 32 +SFX c0 éyer èyeriez éyer 32 +SFX c0 er eraient er 25 +SFX c0 ébrer èbreraient ébrer 25 +SFX c0 écer èceraient écer 25 +SFX c0 écher ècheraient écher 25 +SFX c0 écrer ècreraient écrer 25 +SFX c0 éder èderaient éder 25 +SFX c0 éger ègeraient éger 25 +SFX c0 égler ègleraient égler 25 +SFX c0 égner ègneraient égner 25 +SFX c0 égrer ègreraient égrer 25 +SFX c0 éguer ègueraient éguer 25 +SFX c0 éler èleraient éler 25 +SFX c0 émer èmeraient émer 25 +SFX c0 éner èneraient éner 25 +SFX c0 éper èperaient éper 25 +SFX c0 équer èqueraient équer 25 +SFX c0 érer èreraient érer 25 +SFX c0 éser èseraient éser 25 +SFX c0 éter èteraient éter 25 +SFX c0 étrer ètreraient étrer 25 +SFX c0 évrer èvreraient évrer 25 +SFX c0 éyer èyeraient éyer 25 +SFX c0 ébrer èbre ébrer 41 +SFX c0 écer èce écer 41 +SFX c0 écher èche écher 41 +SFX c0 écrer ècre écrer 41 +SFX c0 éder ède éder 41 +SFX c0 éger ège éger 41 +SFX c0 égler ègle égler 41 +SFX c0 égner ègne égner 41 +SFX c0 égrer ègre égrer 41 +SFX c0 éguer ègue éguer 41 +SFX c0 éler èle éler 41 +SFX c0 émer ème émer 41 +SFX c0 éner ène éner 41 +SFX c0 éper èpe éper 41 +SFX c0 équer èque équer 41 +SFX c0 érer ère érer 41 +SFX c0 éser èse éser 41 +SFX c0 éter ète éter 41 +SFX c0 étrer ètre étrer 41 +SFX c0 évrer èvre évrer 41 +SFX c0 éyer èye éyer 41 +SFX c0 ébrer èbres ébrer 44 +SFX c0 écer èces écer 44 +SFX c0 écher èches écher 44 +SFX c0 écrer ècres écrer 44 +SFX c0 éder èdes éder 44 +SFX c0 éger èges éger 44 +SFX c0 égler ègles égler 44 +SFX c0 égner ègnes égner 44 +SFX c0 égrer ègres égrer 44 +SFX c0 éguer ègues éguer 44 +SFX c0 éler èles éler 44 +SFX c0 émer èmes émer 44 +SFX c0 éner ènes éner 44 +SFX c0 éper èpes éper 44 +SFX c0 équer èques équer 44 +SFX c0 érer ères érer 44 +SFX c0 éser èses éser 44 +SFX c0 éter ètes éter 44 +SFX c0 étrer ètres étrer 44 +SFX c0 évrer èvres évrer 44 +SFX c0 éyer èyes éyer 44 +SFX c0 ébrer èbre ébrer 27 +SFX c0 écer èce écer 27 +SFX c0 écher èche écher 27 +SFX c0 écrer ècre écrer 27 +SFX c0 éder ède éder 27 +SFX c0 éger ège éger 27 +SFX c0 égler ègle égler 27 +SFX c0 égner ègne égner 27 +SFX c0 égrer ègre égrer 27 +SFX c0 éguer ègue éguer 27 +SFX c0 éler èle éler 27 +SFX c0 émer ème émer 27 +SFX c0 éner ène éner 27 +SFX c0 éper èpe éper 27 +SFX c0 équer èque équer 27 +SFX c0 érer ère érer 27 +SFX c0 éser èse éser 27 +SFX c0 éter ète éter 27 +SFX c0 étrer ètre étrer 27 +SFX c0 évrer èvre évrer 27 +SFX c0 éyer èye éyer 27 +SFX c0 er ions er 74 +SFX c0 er iez er 73 +SFX c0 ébrer èbrent ébrer 28 +SFX c0 écer ècent écer 28 +SFX c0 écher èchent écher 28 +SFX c0 écrer ècrent écrer 28 +SFX c0 éder èdent éder 28 +SFX c0 éger ègent éger 28 +SFX c0 égler èglent égler 28 +SFX c0 égner ègnent égner 28 +SFX c0 égrer ègrent égrer 28 +SFX c0 éguer èguent éguer 28 +SFX c0 éler èlent éler 28 +SFX c0 émer èment émer 28 +SFX c0 éner ènent éner 28 +SFX c0 éper èpent éper 28 +SFX c0 équer èquent équer 28 +SFX c0 érer èrent érer 28 +SFX c0 éser èsent éser 28 +SFX c0 éter ètent éter 28 +SFX c0 étrer ètrent étrer 28 +SFX c0 évrer èvrent évrer 28 +SFX c0 éyer èyent éyer 28 +SFX c0 er asse [^cg]er 61 +SFX c0 écer éçasse écer 61 +SFX c0 éger égeasse éger 61 +SFX c0 er asses [^cg]er 67 +SFX c0 écer éçasses écer 67 +SFX c0 éger égeasses éger 67 +SFX c0 er ât [^cg]er 52 +SFX c0 écer éçât écer 52 +SFX c0 éger égeât éger 52 +SFX c0 er assions [^cg]er 60 +SFX c0 écer éçassions écer 60 +SFX c0 éger égeassions éger 60 +SFX c0 er assiez [^cg]er 59 +SFX c0 écer éçassiez écer 59 +SFX c0 éger égeassiez éger 59 +SFX c0 er assent [^cg]er 54 +SFX c0 écer éçassent écer 54 +SFX c0 éger égeassent éger 54 +SFX c0 ébrer èbre ébrer 36 +SFX c0 écer èce écer 36 +SFX c0 écher èche écher 36 +SFX c0 écrer ècre écrer 36 +SFX c0 éder ède éder 36 +SFX c0 éger ège éger 36 +SFX c0 égler ègle égler 36 +SFX c0 égner ègne égner 36 +SFX c0 égrer ègre égrer 36 +SFX c0 éguer ègue éguer 36 +SFX c0 éler èle éler 36 +SFX c0 émer ème émer 36 +SFX c0 éner ène éner 36 +SFX c0 éper èpe éper 36 +SFX c0 équer èque équer 36 +SFX c0 érer ère érer 36 +SFX c0 éser èse éser 36 +SFX c0 éter ète éter 36 +SFX c0 étrer ètre étrer 36 +SFX c0 évrer èvre évrer 36 +SFX c0 éyer èye éyer 36 +SFX c0 er ons [^cg]er 58 +SFX c0 écer éçons écer 58 +SFX c0 éger égeons éger 58 +SFX c0 er ez er 75 + +SFX c1 Y 515 +SFX c1 r r/80 er 64 +SFX c1 er ant/16 [^cg]er 48 +SFX c1 écer éçant/16 écer 48 +SFX c1 éger égeant/16 éger 48 +SFX c1 ébrer èbre/26 ébrer 34 +SFX c1 écer èce/26 écer 34 +SFX c1 écher èche/26 écher 34 +SFX c1 écrer ècre/26 écrer 34 +SFX c1 éder ède/26 éder 34 +SFX c1 éger ège/26 éger 34 +SFX c1 égler ègle/26 égler 34 +SFX c1 égner ègne/26 égner 34 +SFX c1 égrer ègre/26 égrer 34 +SFX c1 éguer ègue/26 éguer 34 +SFX c1 éler èle/26 éler 34 +SFX c1 émer ème/26 émer 34 +SFX c1 éner ène/26 éner 34 +SFX c1 éper èpe/26 éper 34 +SFX c1 équer èque/26 équer 34 +SFX c1 érer ère/26 érer 34 +SFX c1 éser èse/26 éser 34 +SFX c1 éter ète/26 éter 34 +SFX c1 étrer ètre/26 étrer 34 +SFX c1 évrer èvre/26 évrer 34 +SFX c1 éyer èye/26 éyer 34 +SFX c1 ébrer èbres/13 ébrer 35 +SFX c1 écer èces/13 écer 35 +SFX c1 écher èches/13 écher 35 +SFX c1 écrer ècres/13 écrer 35 +SFX c1 éder èdes/13 éder 35 +SFX c1 éger èges/13 éger 35 +SFX c1 égler ègles/13 égler 35 +SFX c1 égner ègnes/13 égner 35 +SFX c1 égrer ègres/13 égrer 35 +SFX c1 éguer ègues/13 éguer 35 +SFX c1 éler èles/13 éler 35 +SFX c1 émer èmes/13 émer 35 +SFX c1 éner ènes/13 éner 35 +SFX c1 éper èpes/13 éper 35 +SFX c1 équer èques/13 équer 35 +SFX c1 érer ères/13 érer 35 +SFX c1 éser èses/13 éser 35 +SFX c1 éter ètes/13 éter 35 +SFX c1 étrer ètres/13 étrer 35 +SFX c1 évrer èvres/13 évrer 35 +SFX c1 éyer èyes/13 éyer 35 +SFX c1 ébrer èbre/16 ébrer 21 +SFX c1 écer èce/16 écer 21 +SFX c1 écher èche/16 écher 21 +SFX c1 écrer ècre/16 écrer 21 +SFX c1 éder ède/16 éder 21 +SFX c1 éger ège/16 éger 21 +SFX c1 égler ègle/16 égler 21 +SFX c1 égner ègne/16 égner 21 +SFX c1 égrer ègre/16 égrer 21 +SFX c1 éguer ègue/16 éguer 21 +SFX c1 éler èle/16 éler 21 +SFX c1 émer ème/16 émer 21 +SFX c1 éner ène/16 éner 21 +SFX c1 éper èpe/16 éper 21 +SFX c1 équer èque/16 équer 21 +SFX c1 érer ère/16 érer 21 +SFX c1 éser èse/16 éser 21 +SFX c1 éter ète/16 éter 21 +SFX c1 étrer ètre/16 étrer 21 +SFX c1 évrer èvre/16 évrer 21 +SFX c1 éyer èye/16 éyer 21 +SFX c1 er ons/13 [^cg]er 56 +SFX c1 écer éçons/13 écer 56 +SFX c1 éger égeons/13 éger 56 +SFX c1 er ez/13 er 72 +SFX c1 ébrer èbrent/16 ébrer 26 +SFX c1 écer ècent/16 écer 26 +SFX c1 écher èchent/16 écher 26 +SFX c1 écrer ècrent/16 écrer 26 +SFX c1 éder èdent/16 éder 26 +SFX c1 éger ègent/16 éger 26 +SFX c1 égler èglent/16 égler 26 +SFX c1 égner ègnent/16 égner 26 +SFX c1 égrer ègrent/16 égrer 26 +SFX c1 éguer èguent/16 éguer 26 +SFX c1 éler èlent/16 éler 26 +SFX c1 émer èment/16 émer 26 +SFX c1 éner ènent/16 éner 26 +SFX c1 éper èpent/16 éper 26 +SFX c1 équer èquent/16 équer 26 +SFX c1 érer èrent/16 érer 26 +SFX c1 éser èsent/16 éser 26 +SFX c1 éter ètent/16 éter 26 +SFX c1 étrer ètrent/16 étrer 26 +SFX c1 évrer èvrent/16 évrer 26 +SFX c1 éyer èyent/16 éyer 26 +SFX c1 er ais/26 [^cg]er 66 +SFX c1 écer éçais/26 écer 66 +SFX c1 éger égeais/26 éger 66 +SFX c1 er ais/13 [^cg]er 65 +SFX c1 écer éçais/13 écer 65 +SFX c1 éger égeais/13 éger 65 +SFX c1 er ait/16 [^cg]er 50 +SFX c1 écer éçait/16 écer 50 +SFX c1 éger égeait/16 éger 50 +SFX c1 er ions/13 er 77 +SFX c1 er iez/13 er 76 +SFX c1 er aient/16 [^cg]er 51 +SFX c1 écer éçaient/16 écer 51 +SFX c1 éger égeaient/16 éger 51 +SFX c1 er ai/26 [^cg]er 69 +SFX c1 écer éçai/26 écer 69 +SFX c1 éger égeai/26 éger 69 +SFX c1 er as/13 [^cg]er 68 +SFX c1 écer éças/13 écer 68 +SFX c1 éger égeas/13 éger 68 +SFX c1 er a/16 [^cg]er 53 +SFX c1 écer éça/16 écer 53 +SFX c1 éger égea/16 éger 53 +SFX c1 er âmes/13 [^cg]er 63 +SFX c1 écer éçâmes/13 écer 63 +SFX c1 éger égeâmes/13 éger 63 +SFX c1 er âtes/13 [^cg]er 62 +SFX c1 écer éçâtes/13 écer 62 +SFX c1 éger égeâtes/13 éger 62 +SFX c1 er èrent/16 er 71 +SFX c1 er erai/26 er 38 +SFX c1 ébrer èbrerai/26 ébrer 38 +SFX c1 écer ècerai/26 écer 38 +SFX c1 écher ècherai/26 écher 38 +SFX c1 écrer ècrerai/26 écrer 38 +SFX c1 éder èderai/26 éder 38 +SFX c1 éger ègerai/26 éger 38 +SFX c1 égler èglerai/26 égler 38 +SFX c1 égner ègnerai/26 égner 38 +SFX c1 égrer ègrerai/26 égrer 38 +SFX c1 éguer èguerai/26 éguer 38 +SFX c1 éler èlerai/26 éler 38 +SFX c1 émer èmerai/26 émer 38 +SFX c1 éner ènerai/26 éner 38 +SFX c1 éper èperai/26 éper 38 +SFX c1 équer èquerai/26 équer 38 +SFX c1 érer èrerai/26 érer 38 +SFX c1 éser èserai/26 éser 38 +SFX c1 éter èterai/26 éter 38 +SFX c1 étrer ètrerai/26 étrer 38 +SFX c1 évrer èvrerai/26 évrer 38 +SFX c1 éyer èyerai/26 éyer 38 +SFX c1 er eras/13 er 37 +SFX c1 ébrer èbreras/13 ébrer 37 +SFX c1 écer èceras/13 écer 37 +SFX c1 écher ècheras/13 écher 37 +SFX c1 écrer ècreras/13 écrer 37 +SFX c1 éder èderas/13 éder 37 +SFX c1 éger ègeras/13 éger 37 +SFX c1 égler ègleras/13 égler 37 +SFX c1 égner ègneras/13 égner 37 +SFX c1 égrer ègreras/13 égrer 37 +SFX c1 éguer ègueras/13 éguer 37 +SFX c1 éler èleras/13 éler 37 +SFX c1 émer èmeras/13 émer 37 +SFX c1 éner èneras/13 éner 37 +SFX c1 éper èperas/13 éper 37 +SFX c1 équer èqueras/13 équer 37 +SFX c1 érer èreras/13 érer 37 +SFX c1 éser èseras/13 éser 37 +SFX c1 éter èteras/13 éter 37 +SFX c1 étrer ètreras/13 étrer 37 +SFX c1 évrer èvreras/13 évrer 37 +SFX c1 éyer èyeras/13 éyer 37 +SFX c1 er era/16 er 22 +SFX c1 ébrer èbrera/16 ébrer 22 +SFX c1 écer ècera/16 écer 22 +SFX c1 écher èchera/16 écher 22 +SFX c1 écrer ècrera/16 écrer 22 +SFX c1 éder èdera/16 éder 22 +SFX c1 éger ègera/16 éger 22 +SFX c1 égler èglera/16 égler 22 +SFX c1 égner ègnera/16 égner 22 +SFX c1 égrer ègrera/16 égrer 22 +SFX c1 éguer èguera/16 éguer 22 +SFX c1 éler èlera/16 éler 22 +SFX c1 émer èmera/16 émer 22 +SFX c1 éner ènera/16 éner 22 +SFX c1 éper èpera/16 éper 22 +SFX c1 équer èquera/16 équer 22 +SFX c1 érer èrera/16 érer 22 +SFX c1 éser èsera/16 éser 22 +SFX c1 éter ètera/16 éter 22 +SFX c1 étrer ètrera/16 étrer 22 +SFX c1 évrer èvrera/16 évrer 22 +SFX c1 éyer èyera/16 éyer 22 +SFX c1 er erons/13 er 31 +SFX c1 ébrer èbrerons/13 ébrer 31 +SFX c1 écer ècerons/13 écer 31 +SFX c1 écher ècherons/13 écher 31 +SFX c1 écrer ècrerons/13 écrer 31 +SFX c1 éder èderons/13 éder 31 +SFX c1 éger ègerons/13 éger 31 +SFX c1 égler èglerons/13 égler 31 +SFX c1 égner ègnerons/13 égner 31 +SFX c1 égrer ègrerons/13 égrer 31 +SFX c1 éguer èguerons/13 éguer 31 +SFX c1 éler èlerons/13 éler 31 +SFX c1 émer èmerons/13 émer 31 +SFX c1 éner ènerons/13 éner 31 +SFX c1 éper èperons/13 éper 31 +SFX c1 équer èquerons/13 équer 31 +SFX c1 érer èrerons/13 érer 31 +SFX c1 éser èserons/13 éser 31 +SFX c1 éter èterons/13 éter 31 +SFX c1 étrer ètrerons/13 étrer 31 +SFX c1 évrer èvrerons/13 évrer 31 +SFX c1 éyer èyerons/13 éyer 31 +SFX c1 er erez/13 er 30 +SFX c1 ébrer èbrerez/13 ébrer 30 +SFX c1 écer ècerez/13 écer 30 +SFX c1 écher ècherez/13 écher 30 +SFX c1 écrer ècrerez/13 écrer 30 +SFX c1 éder èderez/13 éder 30 +SFX c1 éger ègerez/13 éger 30 +SFX c1 égler èglerez/13 égler 30 +SFX c1 égner ègnerez/13 égner 30 +SFX c1 égrer ègrerez/13 égrer 30 +SFX c1 éguer èguerez/13 éguer 30 +SFX c1 éler èlerez/13 éler 30 +SFX c1 émer èmerez/13 émer 30 +SFX c1 éner ènerez/13 éner 30 +SFX c1 éper èperez/13 éper 30 +SFX c1 équer èquerez/13 équer 30 +SFX c1 érer èrerez/13 érer 30 +SFX c1 éser èserez/13 éser 30 +SFX c1 éter èterez/13 éter 30 +SFX c1 étrer ètrerez/13 étrer 30 +SFX c1 évrer èvrerez/13 évrer 30 +SFX c1 éyer èyerez/13 éyer 30 +SFX c1 er eront/16 er 24 +SFX c1 ébrer èbreront/16 ébrer 24 +SFX c1 écer èceront/16 écer 24 +SFX c1 écher ècheront/16 écher 24 +SFX c1 écrer ècreront/16 écrer 24 +SFX c1 éder èderont/16 éder 24 +SFX c1 éger ègeront/16 éger 24 +SFX c1 égler ègleront/16 égler 24 +SFX c1 égner ègneront/16 égner 24 +SFX c1 égrer ègreront/16 égrer 24 +SFX c1 éguer ègueront/16 éguer 24 +SFX c1 éler èleront/16 éler 24 +SFX c1 émer èmeront/16 émer 24 +SFX c1 éner èneront/16 éner 24 +SFX c1 éper èperont/16 éper 24 +SFX c1 équer èqueront/16 équer 24 +SFX c1 érer èreront/16 érer 24 +SFX c1 éser èseront/16 éser 24 +SFX c1 éter èteront/16 éter 24 +SFX c1 étrer ètreront/16 étrer 24 +SFX c1 évrer èvreront/16 évrer 24 +SFX c1 éyer èyeront/16 éyer 24 +SFX c1 er erais/26 er 40 +SFX c1 ébrer èbrerais/26 ébrer 40 +SFX c1 écer ècerais/26 écer 40 +SFX c1 écher ècherais/26 écher 40 +SFX c1 écrer ècrerais/26 écrer 40 +SFX c1 éder èderais/26 éder 40 +SFX c1 éger ègerais/26 éger 40 +SFX c1 égler èglerais/26 égler 40 +SFX c1 égner ègnerais/26 égner 40 +SFX c1 égrer ègrerais/26 égrer 40 +SFX c1 éguer èguerais/26 éguer 40 +SFX c1 éler èlerais/26 éler 40 +SFX c1 émer èmerais/26 émer 40 +SFX c1 éner ènerais/26 éner 40 +SFX c1 éper èperais/26 éper 40 +SFX c1 équer èquerais/26 équer 40 +SFX c1 érer èrerais/26 érer 40 +SFX c1 éser èserais/26 éser 40 +SFX c1 éter èterais/26 éter 40 +SFX c1 étrer ètrerais/26 étrer 40 +SFX c1 évrer èvrerais/26 évrer 40 +SFX c1 éyer èyerais/26 éyer 40 +SFX c1 er erais/13 er 39 +SFX c1 ébrer èbrerais/13 ébrer 39 +SFX c1 écer ècerais/13 écer 39 +SFX c1 écher ècherais/13 écher 39 +SFX c1 écrer ècrerais/13 écrer 39 +SFX c1 éder èderais/13 éder 39 +SFX c1 éger ègerais/13 éger 39 +SFX c1 égler èglerais/13 égler 39 +SFX c1 égner ègnerais/13 égner 39 +SFX c1 égrer ègrerais/13 égrer 39 +SFX c1 éguer èguerais/13 éguer 39 +SFX c1 éler èlerais/13 éler 39 +SFX c1 émer èmerais/13 émer 39 +SFX c1 éner ènerais/13 éner 39 +SFX c1 éper èperais/13 éper 39 +SFX c1 équer èquerais/13 équer 39 +SFX c1 érer èrerais/13 érer 39 +SFX c1 éser èserais/13 éser 39 +SFX c1 éter èterais/13 éter 39 +SFX c1 étrer ètrerais/13 étrer 39 +SFX c1 évrer èvrerais/13 évrer 39 +SFX c1 éyer èyerais/13 éyer 39 +SFX c1 er erait/16 er 23 +SFX c1 ébrer èbrerait/16 ébrer 23 +SFX c1 écer ècerait/16 écer 23 +SFX c1 écher ècherait/16 écher 23 +SFX c1 écrer ècrerait/16 écrer 23 +SFX c1 éder èderait/16 éder 23 +SFX c1 éger ègerait/16 éger 23 +SFX c1 égler èglerait/16 égler 23 +SFX c1 égner ègnerait/16 égner 23 +SFX c1 égrer ègrerait/16 égrer 23 +SFX c1 éguer èguerait/16 éguer 23 +SFX c1 éler èlerait/16 éler 23 +SFX c1 émer èmerait/16 émer 23 +SFX c1 éner ènerait/16 éner 23 +SFX c1 éper èperait/16 éper 23 +SFX c1 équer èquerait/16 équer 23 +SFX c1 érer èrerait/16 érer 23 +SFX c1 éser èserait/16 éser 23 +SFX c1 éter èterait/16 éter 23 +SFX c1 étrer ètrerait/16 étrer 23 +SFX c1 évrer èvrerait/16 évrer 23 +SFX c1 éyer èyerait/16 éyer 23 +SFX c1 er erions/13 er 33 +SFX c1 ébrer èbrerions/13 ébrer 33 +SFX c1 écer ècerions/13 écer 33 +SFX c1 écher ècherions/13 écher 33 +SFX c1 écrer ècrerions/13 écrer 33 +SFX c1 éder èderions/13 éder 33 +SFX c1 éger ègerions/13 éger 33 +SFX c1 égler èglerions/13 égler 33 +SFX c1 égner ègnerions/13 égner 33 +SFX c1 égrer ègrerions/13 égrer 33 +SFX c1 éguer èguerions/13 éguer 33 +SFX c1 éler èlerions/13 éler 33 +SFX c1 émer èmerions/13 émer 33 +SFX c1 éner ènerions/13 éner 33 +SFX c1 éper èperions/13 éper 33 +SFX c1 équer èquerions/13 équer 33 +SFX c1 érer èrerions/13 érer 33 +SFX c1 éser èserions/13 éser 33 +SFX c1 éter èterions/13 éter 33 +SFX c1 étrer ètrerions/13 étrer 33 +SFX c1 évrer èvrerions/13 évrer 33 +SFX c1 éyer èyerions/13 éyer 33 +SFX c1 er eriez/13 er 32 +SFX c1 ébrer èbreriez/13 ébrer 32 +SFX c1 écer èceriez/13 écer 32 +SFX c1 écher ècheriez/13 écher 32 +SFX c1 écrer ècreriez/13 écrer 32 +SFX c1 éder èderiez/13 éder 32 +SFX c1 éger ègeriez/13 éger 32 +SFX c1 égler ègleriez/13 égler 32 +SFX c1 égner ègneriez/13 égner 32 +SFX c1 égrer ègreriez/13 égrer 32 +SFX c1 éguer ègueriez/13 éguer 32 +SFX c1 éler èleriez/13 éler 32 +SFX c1 émer èmeriez/13 émer 32 +SFX c1 éner èneriez/13 éner 32 +SFX c1 éper èperiez/13 éper 32 +SFX c1 équer èqueriez/13 équer 32 +SFX c1 érer èreriez/13 érer 32 +SFX c1 éser èseriez/13 éser 32 +SFX c1 éter èteriez/13 éter 32 +SFX c1 étrer ètreriez/13 étrer 32 +SFX c1 évrer èvreriez/13 évrer 32 +SFX c1 éyer èyeriez/13 éyer 32 +SFX c1 er eraient/16 er 25 +SFX c1 ébrer èbreraient/16 ébrer 25 +SFX c1 écer èceraient/16 écer 25 +SFX c1 écher ècheraient/16 écher 25 +SFX c1 écrer ècreraient/16 écrer 25 +SFX c1 éder èderaient/16 éder 25 +SFX c1 éger ègeraient/16 éger 25 +SFX c1 égler ègleraient/16 égler 25 +SFX c1 égner ègneraient/16 égner 25 +SFX c1 égrer ègreraient/16 égrer 25 +SFX c1 éguer ègueraient/16 éguer 25 +SFX c1 éler èleraient/16 éler 25 +SFX c1 émer èmeraient/16 émer 25 +SFX c1 éner èneraient/16 éner 25 +SFX c1 éper èperaient/16 éper 25 +SFX c1 équer èqueraient/16 équer 25 +SFX c1 érer èreraient/16 érer 25 +SFX c1 éser èseraient/16 éser 25 +SFX c1 éter èteraient/16 éter 25 +SFX c1 étrer ètreraient/16 étrer 25 +SFX c1 évrer èvreraient/16 évrer 25 +SFX c1 éyer èyeraient/16 éyer 25 +SFX c1 ébrer èbre/26 ébrer 41 +SFX c1 écer èce/26 écer 41 +SFX c1 écher èche/26 écher 41 +SFX c1 écrer ècre/26 écrer 41 +SFX c1 éder ède/26 éder 41 +SFX c1 éger ège/26 éger 41 +SFX c1 égler ègle/26 égler 41 +SFX c1 égner ègne/26 égner 41 +SFX c1 égrer ègre/26 égrer 41 +SFX c1 éguer ègue/26 éguer 41 +SFX c1 éler èle/26 éler 41 +SFX c1 émer ème/26 émer 41 +SFX c1 éner ène/26 éner 41 +SFX c1 éper èpe/26 éper 41 +SFX c1 équer èque/26 équer 41 +SFX c1 érer ère/26 érer 41 +SFX c1 éser èse/26 éser 41 +SFX c1 éter ète/26 éter 41 +SFX c1 étrer ètre/26 étrer 41 +SFX c1 évrer èvre/26 évrer 41 +SFX c1 éyer èye/26 éyer 41 +SFX c1 ébrer èbres/13 ébrer 44 +SFX c1 écer èces/13 écer 44 +SFX c1 écher èches/13 écher 44 +SFX c1 écrer ècres/13 écrer 44 +SFX c1 éder èdes/13 éder 44 +SFX c1 éger èges/13 éger 44 +SFX c1 égler ègles/13 égler 44 +SFX c1 égner ègnes/13 égner 44 +SFX c1 égrer ègres/13 égrer 44 +SFX c1 éguer ègues/13 éguer 44 +SFX c1 éler èles/13 éler 44 +SFX c1 émer èmes/13 émer 44 +SFX c1 éner ènes/13 éner 44 +SFX c1 éper èpes/13 éper 44 +SFX c1 équer èques/13 équer 44 +SFX c1 érer ères/13 érer 44 +SFX c1 éser èses/13 éser 44 +SFX c1 éter ètes/13 éter 44 +SFX c1 étrer ètres/13 étrer 44 +SFX c1 évrer èvres/13 évrer 44 +SFX c1 éyer èyes/13 éyer 44 +SFX c1 ébrer èbre/16 ébrer 27 +SFX c1 écer èce/16 écer 27 +SFX c1 écher èche/16 écher 27 +SFX c1 écrer ècre/16 écrer 27 +SFX c1 éder ède/16 éder 27 +SFX c1 éger ège/16 éger 27 +SFX c1 égler ègle/16 égler 27 +SFX c1 égner ègne/16 égner 27 +SFX c1 égrer ègre/16 égrer 27 +SFX c1 éguer ègue/16 éguer 27 +SFX c1 éler èle/16 éler 27 +SFX c1 émer ème/16 émer 27 +SFX c1 éner ène/16 éner 27 +SFX c1 éper èpe/16 éper 27 +SFX c1 équer èque/16 équer 27 +SFX c1 érer ère/16 érer 27 +SFX c1 éser èse/16 éser 27 +SFX c1 éter ète/16 éter 27 +SFX c1 étrer ètre/16 étrer 27 +SFX c1 évrer èvre/16 évrer 27 +SFX c1 éyer èye/16 éyer 27 +SFX c1 er ions/13 er 74 +SFX c1 er iez/13 er 73 +SFX c1 ébrer èbrent/16 ébrer 28 +SFX c1 écer ècent/16 écer 28 +SFX c1 écher èchent/16 écher 28 +SFX c1 écrer ècrent/16 écrer 28 +SFX c1 éder èdent/16 éder 28 +SFX c1 éger ègent/16 éger 28 +SFX c1 égler èglent/16 égler 28 +SFX c1 égner ègnent/16 égner 28 +SFX c1 égrer ègrent/16 égrer 28 +SFX c1 éguer èguent/16 éguer 28 +SFX c1 éler èlent/16 éler 28 +SFX c1 émer èment/16 émer 28 +SFX c1 éner ènent/16 éner 28 +SFX c1 éper èpent/16 éper 28 +SFX c1 équer èquent/16 équer 28 +SFX c1 érer èrent/16 érer 28 +SFX c1 éser èsent/16 éser 28 +SFX c1 éter ètent/16 éter 28 +SFX c1 étrer ètrent/16 étrer 28 +SFX c1 évrer èvrent/16 évrer 28 +SFX c1 éyer èyent/16 éyer 28 +SFX c1 er asse/26 [^cg]er 61 +SFX c1 écer éçasse/26 écer 61 +SFX c1 éger égeasse/26 éger 61 +SFX c1 er asses/13 [^cg]er 67 +SFX c1 écer éçasses/13 écer 67 +SFX c1 éger égeasses/13 éger 67 +SFX c1 er ât/16 [^cg]er 52 +SFX c1 écer éçât/16 écer 52 +SFX c1 éger égeât/16 éger 52 +SFX c1 er assions/13 [^cg]er 60 +SFX c1 écer éçassions/13 écer 60 +SFX c1 éger égeassions/13 éger 60 +SFX c1 er assiez/13 [^cg]er 59 +SFX c1 écer éçassiez/13 écer 59 +SFX c1 éger égeassiez/13 éger 59 +SFX c1 er assent/16 [^cg]er 54 +SFX c1 écer éçassent/16 écer 54 +SFX c1 éger égeassent/16 éger 54 +SFX c1 ébrer èbre/13 ébrer 36 +SFX c1 écer èce/13 écer 36 +SFX c1 écher èche/13 écher 36 +SFX c1 écrer ècre/13 écrer 36 +SFX c1 éder ède/13 éder 36 +SFX c1 éger ège/13 éger 36 +SFX c1 égler ègle/13 égler 36 +SFX c1 égner ègne/13 égner 36 +SFX c1 égrer ègre/13 égrer 36 +SFX c1 éguer ègue/13 éguer 36 +SFX c1 éler èle/13 éler 36 +SFX c1 émer ème/13 émer 36 +SFX c1 éner ène/13 éner 36 +SFX c1 éper èpe/13 éper 36 +SFX c1 équer èque/13 équer 36 +SFX c1 érer ère/13 érer 36 +SFX c1 éser èse/13 éser 36 +SFX c1 éter ète/13 éter 36 +SFX c1 étrer ètre/13 étrer 36 +SFX c1 évrer èvre/13 évrer 36 +SFX c1 éyer èye/13 éyer 36 +SFX c1 er ons/13 [^cg]er 58 +SFX c1 écer éçons/13 écer 58 +SFX c1 éger égeons/13 éger 58 +SFX c1 er ez/13 er 75 + +SFX c2 Y 515 +SFX c2 er er/53 er 64 +SFX c2 er ant/6 [^cg]er 48 +SFX c2 écer éçant/6 écer 48 +SFX c2 éger égeant/6 éger 48 +SFX c2 ébrer èbre/30 ébrer 34 +SFX c2 écer èce/30 écer 34 +SFX c2 écher èche/30 écher 34 +SFX c2 écrer ècre/30 écrer 34 +SFX c2 éder ède/30 éder 34 +SFX c2 éger ège/30 éger 34 +SFX c2 égler ègle/30 égler 34 +SFX c2 égner ègne/30 égner 34 +SFX c2 égrer ègre/30 égrer 34 +SFX c2 éguer ègue/30 éguer 34 +SFX c2 éler èle/30 éler 34 +SFX c2 émer ème/30 émer 34 +SFX c2 éner ène/30 éner 34 +SFX c2 éper èpe/30 éper 34 +SFX c2 équer èque/30 équer 34 +SFX c2 érer ère/30 érer 34 +SFX c2 éser èse/30 éser 34 +SFX c2 éter ète/30 éter 34 +SFX c2 étrer ètre/30 étrer 34 +SFX c2 évrer èvre/30 évrer 34 +SFX c2 éyer èye/30 éyer 34 +SFX c2 ébrer èbres/14 ébrer 35 +SFX c2 écer èces/14 écer 35 +SFX c2 écher èches/14 écher 35 +SFX c2 écrer ècres/14 écrer 35 +SFX c2 éder èdes/14 éder 35 +SFX c2 éger èges/14 éger 35 +SFX c2 égler ègles/14 égler 35 +SFX c2 égner ègnes/14 égner 35 +SFX c2 égrer ègres/14 égrer 35 +SFX c2 éguer ègues/14 éguer 35 +SFX c2 éler èles/14 éler 35 +SFX c2 émer èmes/14 émer 35 +SFX c2 éner ènes/14 éner 35 +SFX c2 éper èpes/14 éper 35 +SFX c2 équer èques/14 équer 35 +SFX c2 érer ères/14 érer 35 +SFX c2 éser èses/14 éser 35 +SFX c2 éter ètes/14 éter 35 +SFX c2 étrer ètres/14 étrer 35 +SFX c2 évrer èvres/14 évrer 35 +SFX c2 éyer èyes/14 éyer 35 +SFX c2 ébrer èbre/6 ébrer 21 +SFX c2 écer èce/6 écer 21 +SFX c2 écher èche/6 écher 21 +SFX c2 écrer ècre/6 écrer 21 +SFX c2 éder ède/6 éder 21 +SFX c2 éger ège/6 éger 21 +SFX c2 égler ègle/6 égler 21 +SFX c2 égner ègne/6 égner 21 +SFX c2 égrer ègre/6 égrer 21 +SFX c2 éguer ègue/6 éguer 21 +SFX c2 éler èle/6 éler 21 +SFX c2 émer ème/6 émer 21 +SFX c2 éner ène/6 éner 21 +SFX c2 éper èpe/6 éper 21 +SFX c2 équer èque/6 équer 21 +SFX c2 érer ère/6 érer 21 +SFX c2 éser èse/6 éser 21 +SFX c2 éter ète/6 éter 21 +SFX c2 étrer ètre/6 étrer 21 +SFX c2 évrer èvre/6 évrer 21 +SFX c2 éyer èye/20 éyer 21 +SFX c2 er ons/17 [^cg]er 56 +SFX c2 écer éçons/17 écer 56 +SFX c2 éger égeons/17 éger 56 +SFX c2 er ez/14 er 72 +SFX c2 ébrer èbrent/6 ébrer 26 +SFX c2 écer ècent/6 écer 26 +SFX c2 écher èchent/6 écher 26 +SFX c2 écrer ècrent/6 écrer 26 +SFX c2 éder èdent/6 éder 26 +SFX c2 éger ègent/6 éger 26 +SFX c2 égler èglent/6 égler 26 +SFX c2 égner ègnent/6 égner 26 +SFX c2 égrer ègrent/6 égrer 26 +SFX c2 éguer èguent/6 éguer 26 +SFX c2 éler èlent/6 éler 26 +SFX c2 émer èment/6 émer 26 +SFX c2 éner ènent/6 éner 26 +SFX c2 éper èpent/6 éper 26 +SFX c2 équer èquent/6 équer 26 +SFX c2 érer èrent/6 érer 26 +SFX c2 éser èsent/6 éser 26 +SFX c2 éter ètent/6 éter 26 +SFX c2 étrer ètrent/6 étrer 26 +SFX c2 évrer èvrent/6 évrer 26 +SFX c2 éyer èyent/6 éyer 26 +SFX c2 er ais/30 [^cg]er 66 +SFX c2 écer éçais/30 écer 66 +SFX c2 éger égeais/30 éger 66 +SFX c2 er ais/14 [^cg]er 65 +SFX c2 écer éçais/14 écer 65 +SFX c2 éger égeais/14 éger 65 +SFX c2 er ait/6 [^cg]er 50 +SFX c2 écer éçait/6 écer 50 +SFX c2 éger égeait/6 éger 50 +SFX c2 er ions/17 er 77 +SFX c2 er iez/14 er 76 +SFX c2 er aient/6 [^cg]er 51 +SFX c2 écer éçaient/6 écer 51 +SFX c2 éger égeaient/6 éger 51 +SFX c2 er ai/30 [^cg]er 69 +SFX c2 écer éçai/30 écer 69 +SFX c2 éger égeai/30 éger 69 +SFX c2 er as/14 [^cg]er 68 +SFX c2 écer éças/14 écer 68 +SFX c2 éger égeas/14 éger 68 +SFX c2 er a/6 [^cg]er 53 +SFX c2 écer éça/6 écer 53 +SFX c2 éger égea/6 éger 53 +SFX c2 er âmes/17 [^cg]er 63 +SFX c2 écer éçâmes/17 écer 63 +SFX c2 éger égeâmes/17 éger 63 +SFX c2 er âtes/14 [^cg]er 62 +SFX c2 écer éçâtes/14 écer 62 +SFX c2 éger égeâtes/14 éger 62 +SFX c2 er èrent/6 er 71 +SFX c2 er erai/30 er 38 +SFX c2 ébrer èbrerai/30 ébrer 38 +SFX c2 écer ècerai/30 écer 38 +SFX c2 écher ècherai/30 écher 38 +SFX c2 écrer ècrerai/30 écrer 38 +SFX c2 éder èderai/30 éder 38 +SFX c2 éger ègerai/30 éger 38 +SFX c2 égler èglerai/30 égler 38 +SFX c2 égner ègnerai/30 égner 38 +SFX c2 égrer ègrerai/30 égrer 38 +SFX c2 éguer èguerai/30 éguer 38 +SFX c2 éler èlerai/30 éler 38 +SFX c2 émer èmerai/30 émer 38 +SFX c2 éner ènerai/30 éner 38 +SFX c2 éper èperai/30 éper 38 +SFX c2 équer èquerai/30 équer 38 +SFX c2 érer èrerai/30 érer 38 +SFX c2 éser èserai/30 éser 38 +SFX c2 éter èterai/30 éter 38 +SFX c2 étrer ètrerai/30 étrer 38 +SFX c2 évrer èvrerai/30 évrer 38 +SFX c2 éyer èyerai/30 éyer 38 +SFX c2 er eras/14 er 37 +SFX c2 ébrer èbreras/14 ébrer 37 +SFX c2 écer èceras/14 écer 37 +SFX c2 écher ècheras/14 écher 37 +SFX c2 écrer ècreras/14 écrer 37 +SFX c2 éder èderas/14 éder 37 +SFX c2 éger ègeras/14 éger 37 +SFX c2 égler ègleras/14 égler 37 +SFX c2 égner ègneras/14 égner 37 +SFX c2 égrer ègreras/14 égrer 37 +SFX c2 éguer ègueras/14 éguer 37 +SFX c2 éler èleras/14 éler 37 +SFX c2 émer èmeras/14 émer 37 +SFX c2 éner èneras/14 éner 37 +SFX c2 éper èperas/14 éper 37 +SFX c2 équer èqueras/14 équer 37 +SFX c2 érer èreras/14 érer 37 +SFX c2 éser èseras/14 éser 37 +SFX c2 éter èteras/14 éter 37 +SFX c2 étrer ètreras/14 étrer 37 +SFX c2 évrer èvreras/14 évrer 37 +SFX c2 éyer èyeras/14 éyer 37 +SFX c2 er era/6 er 22 +SFX c2 ébrer èbrera/6 ébrer 22 +SFX c2 écer ècera/6 écer 22 +SFX c2 écher èchera/6 écher 22 +SFX c2 écrer ècrera/6 écrer 22 +SFX c2 éder èdera/6 éder 22 +SFX c2 éger ègera/6 éger 22 +SFX c2 égler èglera/6 égler 22 +SFX c2 égner ègnera/6 égner 22 +SFX c2 égrer ègrera/6 égrer 22 +SFX c2 éguer èguera/6 éguer 22 +SFX c2 éler èlera/6 éler 22 +SFX c2 émer èmera/6 émer 22 +SFX c2 éner ènera/6 éner 22 +SFX c2 éper èpera/6 éper 22 +SFX c2 équer èquera/6 équer 22 +SFX c2 érer èrera/6 érer 22 +SFX c2 éser èsera/6 éser 22 +SFX c2 éter ètera/6 éter 22 +SFX c2 étrer ètrera/6 étrer 22 +SFX c2 évrer èvrera/6 évrer 22 +SFX c2 éyer èyera/6 éyer 22 +SFX c2 er erons/17 er 31 +SFX c2 ébrer èbrerons/17 ébrer 31 +SFX c2 écer ècerons/17 écer 31 +SFX c2 écher ècherons/17 écher 31 +SFX c2 écrer ècrerons/17 écrer 31 +SFX c2 éder èderons/17 éder 31 +SFX c2 éger ègerons/17 éger 31 +SFX c2 égler èglerons/17 égler 31 +SFX c2 égner ègnerons/17 égner 31 +SFX c2 égrer ègrerons/17 égrer 31 +SFX c2 éguer èguerons/17 éguer 31 +SFX c2 éler èlerons/17 éler 31 +SFX c2 émer èmerons/17 émer 31 +SFX c2 éner ènerons/17 éner 31 +SFX c2 éper èperons/17 éper 31 +SFX c2 équer èquerons/17 équer 31 +SFX c2 érer èrerons/17 érer 31 +SFX c2 éser èserons/17 éser 31 +SFX c2 éter èterons/17 éter 31 +SFX c2 étrer ètrerons/17 étrer 31 +SFX c2 évrer èvrerons/17 évrer 31 +SFX c2 éyer èyerons/17 éyer 31 +SFX c2 er erez/14 er 30 +SFX c2 ébrer èbrerez/14 ébrer 30 +SFX c2 écer ècerez/14 écer 30 +SFX c2 écher ècherez/14 écher 30 +SFX c2 écrer ècrerez/14 écrer 30 +SFX c2 éder èderez/14 éder 30 +SFX c2 éger ègerez/14 éger 30 +SFX c2 égler èglerez/14 égler 30 +SFX c2 égner ègnerez/14 égner 30 +SFX c2 égrer ègrerez/14 égrer 30 +SFX c2 éguer èguerez/14 éguer 30 +SFX c2 éler èlerez/14 éler 30 +SFX c2 émer èmerez/14 émer 30 +SFX c2 éner ènerez/14 éner 30 +SFX c2 éper èperez/14 éper 30 +SFX c2 équer èquerez/14 équer 30 +SFX c2 érer èrerez/14 érer 30 +SFX c2 éser èserez/14 éser 30 +SFX c2 éter èterez/14 éter 30 +SFX c2 étrer ètrerez/14 étrer 30 +SFX c2 évrer èvrerez/14 évrer 30 +SFX c2 éyer èyerez/14 éyer 30 +SFX c2 er eront/6 er 24 +SFX c2 ébrer èbreront/6 ébrer 24 +SFX c2 écer èceront/6 écer 24 +SFX c2 écher ècheront/6 écher 24 +SFX c2 écrer ècreront/6 écrer 24 +SFX c2 éder èderont/6 éder 24 +SFX c2 éger ègeront/6 éger 24 +SFX c2 égler ègleront/6 égler 24 +SFX c2 égner ègneront/6 égner 24 +SFX c2 égrer ègreront/6 égrer 24 +SFX c2 éguer ègueront/6 éguer 24 +SFX c2 éler èleront/6 éler 24 +SFX c2 émer èmeront/6 émer 24 +SFX c2 éner èneront/6 éner 24 +SFX c2 éper èperont/6 éper 24 +SFX c2 équer èqueront/6 équer 24 +SFX c2 érer èreront/6 érer 24 +SFX c2 éser èseront/6 éser 24 +SFX c2 éter èteront/6 éter 24 +SFX c2 étrer ètreront/6 étrer 24 +SFX c2 évrer èvreront/6 évrer 24 +SFX c2 éyer èyeront/6 éyer 24 +SFX c2 er erais/30 er 40 +SFX c2 ébrer èbrerais/30 ébrer 40 +SFX c2 écer ècerais/30 écer 40 +SFX c2 écher ècherais/30 écher 40 +SFX c2 écrer ècrerais/30 écrer 40 +SFX c2 éder èderais/30 éder 40 +SFX c2 éger ègerais/30 éger 40 +SFX c2 égler èglerais/30 égler 40 +SFX c2 égner ègnerais/30 égner 40 +SFX c2 égrer ègrerais/30 égrer 40 +SFX c2 éguer èguerais/30 éguer 40 +SFX c2 éler èlerais/30 éler 40 +SFX c2 émer èmerais/30 émer 40 +SFX c2 éner ènerais/30 éner 40 +SFX c2 éper èperais/30 éper 40 +SFX c2 équer èquerais/30 équer 40 +SFX c2 érer èrerais/30 érer 40 +SFX c2 éser èserais/30 éser 40 +SFX c2 éter èterais/30 éter 40 +SFX c2 étrer ètrerais/30 étrer 40 +SFX c2 évrer èvrerais/30 évrer 40 +SFX c2 éyer èyerais/30 éyer 40 +SFX c2 er erais/14 er 39 +SFX c2 ébrer èbrerais/14 ébrer 39 +SFX c2 écer ècerais/14 écer 39 +SFX c2 écher ècherais/14 écher 39 +SFX c2 écrer ècrerais/14 écrer 39 +SFX c2 éder èderais/14 éder 39 +SFX c2 éger ègerais/14 éger 39 +SFX c2 égler èglerais/14 égler 39 +SFX c2 égner ègnerais/14 égner 39 +SFX c2 égrer ègrerais/14 égrer 39 +SFX c2 éguer èguerais/14 éguer 39 +SFX c2 éler èlerais/14 éler 39 +SFX c2 émer èmerais/14 émer 39 +SFX c2 éner ènerais/14 éner 39 +SFX c2 éper èperais/14 éper 39 +SFX c2 équer èquerais/14 équer 39 +SFX c2 érer èrerais/14 érer 39 +SFX c2 éser èserais/14 éser 39 +SFX c2 éter èterais/14 éter 39 +SFX c2 étrer ètrerais/14 étrer 39 +SFX c2 évrer èvrerais/14 évrer 39 +SFX c2 éyer èyerais/14 éyer 39 +SFX c2 er erait/6 er 23 +SFX c2 ébrer èbrerait/6 ébrer 23 +SFX c2 écer ècerait/6 écer 23 +SFX c2 écher ècherait/6 écher 23 +SFX c2 écrer ècrerait/6 écrer 23 +SFX c2 éder èderait/6 éder 23 +SFX c2 éger ègerait/6 éger 23 +SFX c2 égler èglerait/6 égler 23 +SFX c2 égner ègnerait/6 égner 23 +SFX c2 égrer ègrerait/6 égrer 23 +SFX c2 éguer èguerait/6 éguer 23 +SFX c2 éler èlerait/6 éler 23 +SFX c2 émer èmerait/6 émer 23 +SFX c2 éner ènerait/6 éner 23 +SFX c2 éper èperait/6 éper 23 +SFX c2 équer èquerait/6 équer 23 +SFX c2 érer èrerait/6 érer 23 +SFX c2 éser èserait/6 éser 23 +SFX c2 éter èterait/6 éter 23 +SFX c2 étrer ètrerait/6 étrer 23 +SFX c2 évrer èvrerait/6 évrer 23 +SFX c2 éyer èyerait/6 éyer 23 +SFX c2 er erions/17 er 33 +SFX c2 ébrer èbrerions/17 ébrer 33 +SFX c2 écer ècerions/17 écer 33 +SFX c2 écher ècherions/17 écher 33 +SFX c2 écrer ècrerions/17 écrer 33 +SFX c2 éder èderions/17 éder 33 +SFX c2 éger ègerions/17 éger 33 +SFX c2 égler èglerions/17 égler 33 +SFX c2 égner ègnerions/17 égner 33 +SFX c2 égrer ègrerions/17 égrer 33 +SFX c2 éguer èguerions/17 éguer 33 +SFX c2 éler èlerions/17 éler 33 +SFX c2 émer èmerions/17 émer 33 +SFX c2 éner ènerions/17 éner 33 +SFX c2 éper èperions/17 éper 33 +SFX c2 équer èquerions/17 équer 33 +SFX c2 érer èrerions/17 érer 33 +SFX c2 éser èserions/17 éser 33 +SFX c2 éter èterions/17 éter 33 +SFX c2 étrer ètrerions/17 étrer 33 +SFX c2 évrer èvrerions/17 évrer 33 +SFX c2 éyer èyerions/17 éyer 33 +SFX c2 er eriez/14 er 32 +SFX c2 ébrer èbreriez/14 ébrer 32 +SFX c2 écer èceriez/14 écer 32 +SFX c2 écher ècheriez/14 écher 32 +SFX c2 écrer ècreriez/14 écrer 32 +SFX c2 éder èderiez/14 éder 32 +SFX c2 éger ègeriez/14 éger 32 +SFX c2 égler ègleriez/14 égler 32 +SFX c2 égner ègneriez/14 égner 32 +SFX c2 égrer ègreriez/14 égrer 32 +SFX c2 éguer ègueriez/14 éguer 32 +SFX c2 éler èleriez/14 éler 32 +SFX c2 émer èmeriez/14 émer 32 +SFX c2 éner èneriez/14 éner 32 +SFX c2 éper èperiez/14 éper 32 +SFX c2 équer èqueriez/14 équer 32 +SFX c2 érer èreriez/14 érer 32 +SFX c2 éser èseriez/14 éser 32 +SFX c2 éter èteriez/14 éter 32 +SFX c2 étrer ètreriez/14 étrer 32 +SFX c2 évrer èvreriez/14 évrer 32 +SFX c2 éyer èyeriez/14 éyer 32 +SFX c2 er eraient/6 er 25 +SFX c2 ébrer èbreraient/6 ébrer 25 +SFX c2 écer èceraient/6 écer 25 +SFX c2 écher ècheraient/6 écher 25 +SFX c2 écrer ècreraient/6 écrer 25 +SFX c2 éder èderaient/6 éder 25 +SFX c2 éger ègeraient/6 éger 25 +SFX c2 égler ègleraient/6 égler 25 +SFX c2 égner ègneraient/6 égner 25 +SFX c2 égrer ègreraient/6 égrer 25 +SFX c2 éguer ègueraient/6 éguer 25 +SFX c2 éler èleraient/6 éler 25 +SFX c2 émer èmeraient/6 émer 25 +SFX c2 éner èneraient/6 éner 25 +SFX c2 éper èperaient/6 éper 25 +SFX c2 équer èqueraient/6 équer 25 +SFX c2 érer èreraient/6 érer 25 +SFX c2 éser èseraient/6 éser 25 +SFX c2 éter èteraient/6 éter 25 +SFX c2 étrer ètreraient/6 étrer 25 +SFX c2 évrer èvreraient/6 évrer 25 +SFX c2 éyer èyeraient/6 éyer 25 +SFX c2 ébrer èbre/54 ébrer 41 +SFX c2 écer èce/54 écer 41 +SFX c2 écher èche/54 écher 41 +SFX c2 écrer ècre/54 écrer 41 +SFX c2 éder ède/54 éder 41 +SFX c2 éger ège/54 éger 41 +SFX c2 égler ègle/54 égler 41 +SFX c2 égner ègne/54 égner 41 +SFX c2 égrer ègre/54 égrer 41 +SFX c2 éguer ègue/54 éguer 41 +SFX c2 éler èle/54 éler 41 +SFX c2 émer ème/54 émer 41 +SFX c2 éner ène/54 éner 41 +SFX c2 éper èpe/54 éper 41 +SFX c2 équer èque/54 équer 41 +SFX c2 érer ère/54 érer 41 +SFX c2 éser èse/54 éser 41 +SFX c2 éter ète/54 éter 41 +SFX c2 étrer ètre/54 étrer 41 +SFX c2 évrer èvre/54 évrer 41 +SFX c2 éyer èye/54 éyer 41 +SFX c2 ébrer èbres/31 ébrer 44 +SFX c2 écer èces/31 écer 44 +SFX c2 écher èches/31 écher 44 +SFX c2 écrer ècres/31 écrer 44 +SFX c2 éder èdes/31 éder 44 +SFX c2 éger èges/31 éger 44 +SFX c2 égler ègles/31 égler 44 +SFX c2 égner ègnes/31 égner 44 +SFX c2 égrer ègres/31 égrer 44 +SFX c2 éguer ègues/31 éguer 44 +SFX c2 éler èles/31 éler 44 +SFX c2 émer èmes/31 émer 44 +SFX c2 éner ènes/31 éner 44 +SFX c2 éper èpes/31 éper 44 +SFX c2 équer èques/31 équer 44 +SFX c2 érer ères/31 érer 44 +SFX c2 éser èses/31 éser 44 +SFX c2 éter ètes/31 éter 44 +SFX c2 étrer ètres/31 étrer 44 +SFX c2 évrer èvres/31 évrer 44 +SFX c2 éyer èyes/31 éyer 44 +SFX c2 ébrer èbre/6 ébrer 27 +SFX c2 écer èce/6 écer 27 +SFX c2 écher èche/6 écher 27 +SFX c2 écrer ècre/6 écrer 27 +SFX c2 éder ède/6 éder 27 +SFX c2 éger ège/6 éger 27 +SFX c2 égler ègle/6 égler 27 +SFX c2 égner ègne/6 égner 27 +SFX c2 égrer ègre/6 égrer 27 +SFX c2 éguer ègue/6 éguer 27 +SFX c2 éler èle/6 éler 27 +SFX c2 émer ème/6 émer 27 +SFX c2 éner ène/6 éner 27 +SFX c2 éper èpe/6 éper 27 +SFX c2 équer èque/6 équer 27 +SFX c2 érer ère/6 érer 27 +SFX c2 éser èse/6 éser 27 +SFX c2 éter ète/6 éter 27 +SFX c2 étrer ètre/6 étrer 27 +SFX c2 évrer èvre/6 évrer 27 +SFX c2 éyer èye/6 éyer 27 +SFX c2 er ions/56 er 74 +SFX c2 er iez/31 er 73 +SFX c2 ébrer èbrent/6 ébrer 28 +SFX c2 écer ècent/6 écer 28 +SFX c2 écher èchent/6 écher 28 +SFX c2 écrer ècrent/6 écrer 28 +SFX c2 éder èdent/6 éder 28 +SFX c2 éger ègent/6 éger 28 +SFX c2 égler èglent/6 égler 28 +SFX c2 égner ègnent/6 égner 28 +SFX c2 égrer ègrent/6 égrer 28 +SFX c2 éguer èguent/6 éguer 28 +SFX c2 éler èlent/6 éler 28 +SFX c2 émer èment/6 émer 28 +SFX c2 éner ènent/6 éner 28 +SFX c2 éper èpent/6 éper 28 +SFX c2 équer èquent/6 équer 28 +SFX c2 érer èrent/6 érer 28 +SFX c2 éser èsent/6 éser 28 +SFX c2 éter ètent/6 éter 28 +SFX c2 étrer ètrent/6 étrer 28 +SFX c2 évrer èvrent/6 évrer 28 +SFX c2 éyer èyent/6 éyer 28 +SFX c2 er asse/30 [^cg]er 61 +SFX c2 écer éçasse/30 écer 61 +SFX c2 éger égeasse/30 éger 61 +SFX c2 er asses/14 [^cg]er 67 +SFX c2 écer éçasses/14 écer 67 +SFX c2 éger égeasses/14 éger 67 +SFX c2 er ât/6 [^cg]er 52 +SFX c2 écer éçât/6 écer 52 +SFX c2 éger égeât/6 éger 52 +SFX c2 er assions/17 [^cg]er 60 +SFX c2 écer éçassions/17 écer 60 +SFX c2 éger égeassions/17 éger 60 +SFX c2 er assiez/14 [^cg]er 59 +SFX c2 écer éçassiez/14 écer 59 +SFX c2 éger égeassiez/14 éger 59 +SFX c2 er assent/6 [^cg]er 54 +SFX c2 écer éçassent/6 écer 54 +SFX c2 éger égeassent/6 éger 54 +SFX c2 ébrer èbre/31 ébrer 36 +SFX c2 écer èce/31 écer 36 +SFX c2 écher èche/31 écher 36 +SFX c2 écrer ècre/31 écrer 36 +SFX c2 éder ède/31 éder 36 +SFX c2 éger ège/31 éger 36 +SFX c2 égler ègle/31 égler 36 +SFX c2 égner ègne/31 égner 36 +SFX c2 égrer ègre/31 égrer 36 +SFX c2 éguer ègue/31 éguer 36 +SFX c2 éler èle/31 éler 36 +SFX c2 émer ème/31 émer 36 +SFX c2 éner ène/31 éner 36 +SFX c2 éper èpe/31 éper 36 +SFX c2 équer èque/31 équer 36 +SFX c2 érer ère/31 érer 36 +SFX c2 éser èse/31 éser 36 +SFX c2 éter ète/31 éter 36 +SFX c2 étrer ètre/31 étrer 36 +SFX c2 évrer èvre/31 évrer 36 +SFX c2 éyer èye/31 éyer 36 +SFX c2 er ons/45 [^cg]er 58 +SFX c2 écer éçons/45 écer 58 +SFX c2 éger égeons/45 éger 58 +SFX c2 er ez/31 er 75 + +SFX c3 Y 515 +SFX c3 er er/59 er 64 +SFX c3 er ant/59 [^cg]er 48 +SFX c3 écer éçant/59 écer 48 +SFX c3 éger égeant/59 éger 48 +SFX c3 ébrer èbre/24 ébrer 34 +SFX c3 écer èce/24 écer 34 +SFX c3 écher èche/24 écher 34 +SFX c3 écrer ècre/24 écrer 34 +SFX c3 éder ède/24 éder 34 +SFX c3 éger ège/24 éger 34 +SFX c3 égler ègle/24 égler 34 +SFX c3 égner ègne/24 égner 34 +SFX c3 égrer ègre/24 égrer 34 +SFX c3 éguer ègue/24 éguer 34 +SFX c3 éler èle/24 éler 34 +SFX c3 émer ème/24 émer 34 +SFX c3 éner ène/24 éner 34 +SFX c3 éper èpe/24 éper 34 +SFX c3 équer èque/24 équer 34 +SFX c3 érer ère/24 érer 34 +SFX c3 éser èse/24 éser 34 +SFX c3 éter ète/24 éter 34 +SFX c3 étrer ètre/24 étrer 34 +SFX c3 évrer èvre/24 évrer 34 +SFX c3 éyer èye/24 éyer 34 +SFX c3 ébrer èbres/21 ébrer 35 +SFX c3 écer èces/21 écer 35 +SFX c3 écher èches/21 écher 35 +SFX c3 écrer ècres/21 écrer 35 +SFX c3 éder èdes/21 éder 35 +SFX c3 éger èges/21 éger 35 +SFX c3 égler ègles/21 égler 35 +SFX c3 égner ègnes/21 égner 35 +SFX c3 égrer ègres/21 égrer 35 +SFX c3 éguer ègues/21 éguer 35 +SFX c3 éler èles/21 éler 35 +SFX c3 émer èmes/21 émer 35 +SFX c3 éner ènes/21 éner 35 +SFX c3 éper èpes/21 éper 35 +SFX c3 équer èques/21 équer 35 +SFX c3 érer ères/21 érer 35 +SFX c3 éser èses/21 éser 35 +SFX c3 éter ètes/21 éter 35 +SFX c3 étrer ètres/21 étrer 35 +SFX c3 évrer èvres/21 évrer 35 +SFX c3 éyer èyes/21 éyer 35 +SFX c3 ébrer èbre/12 ébrer 21 +SFX c3 écer èce/12 écer 21 +SFX c3 écher èche/12 écher 21 +SFX c3 écrer ècre/12 écrer 21 +SFX c3 éder ède/12 éder 21 +SFX c3 éger ège/12 éger 21 +SFX c3 égler ègle/12 égler 21 +SFX c3 égner ègne/12 égner 21 +SFX c3 égrer ègre/12 égrer 21 +SFX c3 éguer ègue/12 éguer 21 +SFX c3 éler èle/12 éler 21 +SFX c3 émer ème/12 émer 21 +SFX c3 éner ène/12 éner 21 +SFX c3 éper èpe/12 éper 21 +SFX c3 équer èque/12 équer 21 +SFX c3 érer ère/12 érer 21 +SFX c3 éser èse/12 éser 21 +SFX c3 éter ète/12 éter 21 +SFX c3 étrer ètre/12 étrer 21 +SFX c3 évrer èvre/12 évrer 21 +SFX c3 éyer èye/12 éyer 21 +SFX c3 er ons [^cg]er 56 +SFX c3 écer éçons écer 56 +SFX c3 éger égeons éger 56 +SFX c3 er ez er 72 +SFX c3 ébrer èbrent/12 ébrer 26 +SFX c3 écer ècent/12 écer 26 +SFX c3 écher èchent/12 écher 26 +SFX c3 écrer ècrent/12 écrer 26 +SFX c3 éder èdent/12 éder 26 +SFX c3 éger ègent/12 éger 26 +SFX c3 égler èglent/12 égler 26 +SFX c3 égner ègnent/12 égner 26 +SFX c3 égrer ègrent/12 égrer 26 +SFX c3 éguer èguent/12 éguer 26 +SFX c3 éler èlent/12 éler 26 +SFX c3 émer èment/12 émer 26 +SFX c3 éner ènent/12 éner 26 +SFX c3 éper èpent/12 éper 26 +SFX c3 équer èquent/12 équer 26 +SFX c3 érer èrent/12 érer 26 +SFX c3 éser èsent/12 éser 26 +SFX c3 éter ètent/12 éter 26 +SFX c3 étrer ètrent/12 étrer 26 +SFX c3 évrer èvrent/12 évrer 26 +SFX c3 éyer èyent/12 éyer 26 +SFX c3 er ais/24 [^cg]er 66 +SFX c3 écer éçais/24 écer 66 +SFX c3 éger égeais/24 éger 66 +SFX c3 er ais/21 [^cg]er 65 +SFX c3 écer éçais/21 écer 65 +SFX c3 éger égeais/21 éger 65 +SFX c3 er ait/12 [^cg]er 50 +SFX c3 écer éçait/12 écer 50 +SFX c3 éger égeait/12 éger 50 +SFX c3 er ions er 77 +SFX c3 er iez er 76 +SFX c3 er aient/12 [^cg]er 51 +SFX c3 écer éçaient/12 écer 51 +SFX c3 éger égeaient/12 éger 51 +SFX c3 er ai/24 [^cg]er 69 +SFX c3 écer éçai/24 écer 69 +SFX c3 éger égeai/24 éger 69 +SFX c3 er as/21 [^cg]er 68 +SFX c3 écer éças/21 écer 68 +SFX c3 éger égeas/21 éger 68 +SFX c3 er a/12 [^cg]er 53 +SFX c3 écer éça/12 écer 53 +SFX c3 éger égea/12 éger 53 +SFX c3 er âmes [^cg]er 63 +SFX c3 écer éçâmes écer 63 +SFX c3 éger égeâmes éger 63 +SFX c3 er âtes [^cg]er 62 +SFX c3 écer éçâtes écer 62 +SFX c3 éger égeâtes éger 62 +SFX c3 er èrent/12 er 71 +SFX c3 er erai/24 er 38 +SFX c3 ébrer èbrerai/24 ébrer 38 +SFX c3 écer ècerai/24 écer 38 +SFX c3 écher ècherai/24 écher 38 +SFX c3 écrer ècrerai/24 écrer 38 +SFX c3 éder èderai/24 éder 38 +SFX c3 éger ègerai/24 éger 38 +SFX c3 égler èglerai/24 égler 38 +SFX c3 égner ègnerai/24 égner 38 +SFX c3 égrer ègrerai/24 égrer 38 +SFX c3 éguer èguerai/24 éguer 38 +SFX c3 éler èlerai/24 éler 38 +SFX c3 émer èmerai/24 émer 38 +SFX c3 éner ènerai/24 éner 38 +SFX c3 éper èperai/24 éper 38 +SFX c3 équer èquerai/24 équer 38 +SFX c3 érer èrerai/24 érer 38 +SFX c3 éser èserai/24 éser 38 +SFX c3 éter èterai/24 éter 38 +SFX c3 étrer ètrerai/24 étrer 38 +SFX c3 évrer èvrerai/24 évrer 38 +SFX c3 éyer èyerai/24 éyer 38 +SFX c3 er eras/21 er 37 +SFX c3 ébrer èbreras/21 ébrer 37 +SFX c3 écer èceras/21 écer 37 +SFX c3 écher ècheras/21 écher 37 +SFX c3 écrer ècreras/21 écrer 37 +SFX c3 éder èderas/21 éder 37 +SFX c3 éger ègeras/21 éger 37 +SFX c3 égler ègleras/21 égler 37 +SFX c3 égner ègneras/21 égner 37 +SFX c3 égrer ègreras/21 égrer 37 +SFX c3 éguer ègueras/21 éguer 37 +SFX c3 éler èleras/21 éler 37 +SFX c3 émer èmeras/21 émer 37 +SFX c3 éner èneras/21 éner 37 +SFX c3 éper èperas/21 éper 37 +SFX c3 équer èqueras/21 équer 37 +SFX c3 érer èreras/21 érer 37 +SFX c3 éser èseras/21 éser 37 +SFX c3 éter èteras/21 éter 37 +SFX c3 étrer ètreras/21 étrer 37 +SFX c3 évrer èvreras/21 évrer 37 +SFX c3 éyer èyeras/21 éyer 37 +SFX c3 er era/12 er 22 +SFX c3 ébrer èbrera/12 ébrer 22 +SFX c3 écer ècera/12 écer 22 +SFX c3 écher èchera/12 écher 22 +SFX c3 écrer ècrera/12 écrer 22 +SFX c3 éder èdera/12 éder 22 +SFX c3 éger ègera/12 éger 22 +SFX c3 égler èglera/12 égler 22 +SFX c3 égner ègnera/12 égner 22 +SFX c3 égrer ègrera/12 égrer 22 +SFX c3 éguer èguera/12 éguer 22 +SFX c3 éler èlera/12 éler 22 +SFX c3 émer èmera/12 émer 22 +SFX c3 éner ènera/12 éner 22 +SFX c3 éper èpera/12 éper 22 +SFX c3 équer èquera/12 équer 22 +SFX c3 érer èrera/12 érer 22 +SFX c3 éser èsera/12 éser 22 +SFX c3 éter ètera/12 éter 22 +SFX c3 étrer ètrera/12 étrer 22 +SFX c3 évrer èvrera/12 évrer 22 +SFX c3 éyer èyera/12 éyer 22 +SFX c3 er erons er 31 +SFX c3 ébrer èbrerons ébrer 31 +SFX c3 écer ècerons écer 31 +SFX c3 écher ècherons écher 31 +SFX c3 écrer ècrerons écrer 31 +SFX c3 éder èderons éder 31 +SFX c3 éger ègerons éger 31 +SFX c3 égler èglerons égler 31 +SFX c3 égner ègnerons égner 31 +SFX c3 égrer ègrerons égrer 31 +SFX c3 éguer èguerons éguer 31 +SFX c3 éler èlerons éler 31 +SFX c3 émer èmerons émer 31 +SFX c3 éner ènerons éner 31 +SFX c3 éper èperons éper 31 +SFX c3 équer èquerons équer 31 +SFX c3 érer èrerons érer 31 +SFX c3 éser èserons éser 31 +SFX c3 éter èterons éter 31 +SFX c3 étrer ètrerons étrer 31 +SFX c3 évrer èvrerons évrer 31 +SFX c3 éyer èyerons éyer 31 +SFX c3 er erez er 30 +SFX c3 ébrer èbrerez ébrer 30 +SFX c3 écer ècerez écer 30 +SFX c3 écher ècherez écher 30 +SFX c3 écrer ècrerez écrer 30 +SFX c3 éder èderez éder 30 +SFX c3 éger ègerez éger 30 +SFX c3 égler èglerez égler 30 +SFX c3 égner ègnerez égner 30 +SFX c3 égrer ègrerez égrer 30 +SFX c3 éguer èguerez éguer 30 +SFX c3 éler èlerez éler 30 +SFX c3 émer èmerez émer 30 +SFX c3 éner ènerez éner 30 +SFX c3 éper èperez éper 30 +SFX c3 équer èquerez équer 30 +SFX c3 érer èrerez érer 30 +SFX c3 éser èserez éser 30 +SFX c3 éter èterez éter 30 +SFX c3 étrer ètrerez étrer 30 +SFX c3 évrer èvrerez évrer 30 +SFX c3 éyer èyerez éyer 30 +SFX c3 er eront/12 er 24 +SFX c3 ébrer èbreront/12 ébrer 24 +SFX c3 écer èceront/12 écer 24 +SFX c3 écher ècheront/12 écher 24 +SFX c3 écrer ècreront/12 écrer 24 +SFX c3 éder èderont/12 éder 24 +SFX c3 éger ègeront/12 éger 24 +SFX c3 égler ègleront/12 égler 24 +SFX c3 égner ègneront/12 égner 24 +SFX c3 égrer ègreront/12 égrer 24 +SFX c3 éguer ègueront/12 éguer 24 +SFX c3 éler èleront/12 éler 24 +SFX c3 émer èmeront/12 émer 24 +SFX c3 éner èneront/12 éner 24 +SFX c3 éper èperont/12 éper 24 +SFX c3 équer èqueront/12 équer 24 +SFX c3 érer èreront/12 érer 24 +SFX c3 éser èseront/12 éser 24 +SFX c3 éter èteront/12 éter 24 +SFX c3 étrer ètreront/12 étrer 24 +SFX c3 évrer èvreront/12 évrer 24 +SFX c3 éyer èyeront/12 éyer 24 +SFX c3 er erais/24 er 40 +SFX c3 ébrer èbrerais/24 ébrer 40 +SFX c3 écer ècerais/24 écer 40 +SFX c3 écher ècherais/24 écher 40 +SFX c3 écrer ècrerais/24 écrer 40 +SFX c3 éder èderais/24 éder 40 +SFX c3 éger ègerais/24 éger 40 +SFX c3 égler èglerais/24 égler 40 +SFX c3 égner ègnerais/24 égner 40 +SFX c3 égrer ègrerais/24 égrer 40 +SFX c3 éguer èguerais/24 éguer 40 +SFX c3 éler èlerais/24 éler 40 +SFX c3 émer èmerais/24 émer 40 +SFX c3 éner ènerais/24 éner 40 +SFX c3 éper èperais/24 éper 40 +SFX c3 équer èquerais/24 équer 40 +SFX c3 érer èrerais/24 érer 40 +SFX c3 éser èserais/24 éser 40 +SFX c3 éter èterais/24 éter 40 +SFX c3 étrer ètrerais/24 étrer 40 +SFX c3 évrer èvrerais/24 évrer 40 +SFX c3 éyer èyerais/24 éyer 40 +SFX c3 er erais/21 er 39 +SFX c3 ébrer èbrerais/21 ébrer 39 +SFX c3 écer ècerais/21 écer 39 +SFX c3 écher ècherais/21 écher 39 +SFX c3 écrer ècrerais/21 écrer 39 +SFX c3 éder èderais/21 éder 39 +SFX c3 éger ègerais/21 éger 39 +SFX c3 égler èglerais/21 égler 39 +SFX c3 égner ègnerais/21 égner 39 +SFX c3 égrer ègrerais/21 égrer 39 +SFX c3 éguer èguerais/21 éguer 39 +SFX c3 éler èlerais/21 éler 39 +SFX c3 émer èmerais/21 émer 39 +SFX c3 éner ènerais/21 éner 39 +SFX c3 éper èperais/21 éper 39 +SFX c3 équer èquerais/21 équer 39 +SFX c3 érer èrerais/21 érer 39 +SFX c3 éser èserais/21 éser 39 +SFX c3 éter èterais/21 éter 39 +SFX c3 étrer ètrerais/21 étrer 39 +SFX c3 évrer èvrerais/21 évrer 39 +SFX c3 éyer èyerais/21 éyer 39 +SFX c3 er erait/12 er 23 +SFX c3 ébrer èbrerait/12 ébrer 23 +SFX c3 écer ècerait/12 écer 23 +SFX c3 écher ècherait/12 écher 23 +SFX c3 écrer ècrerait/12 écrer 23 +SFX c3 éder èderait/12 éder 23 +SFX c3 éger ègerait/12 éger 23 +SFX c3 égler èglerait/12 égler 23 +SFX c3 égner ègnerait/12 égner 23 +SFX c3 égrer ègrerait/12 égrer 23 +SFX c3 éguer èguerait/12 éguer 23 +SFX c3 éler èlerait/12 éler 23 +SFX c3 émer èmerait/12 émer 23 +SFX c3 éner ènerait/12 éner 23 +SFX c3 éper èperait/12 éper 23 +SFX c3 équer èquerait/12 équer 23 +SFX c3 érer èrerait/12 érer 23 +SFX c3 éser èserait/12 éser 23 +SFX c3 éter èterait/12 éter 23 +SFX c3 étrer ètrerait/12 étrer 23 +SFX c3 évrer èvrerait/12 évrer 23 +SFX c3 éyer èyerait/12 éyer 23 +SFX c3 er erions er 33 +SFX c3 ébrer èbrerions ébrer 33 +SFX c3 écer ècerions écer 33 +SFX c3 écher ècherions écher 33 +SFX c3 écrer ècrerions écrer 33 +SFX c3 éder èderions éder 33 +SFX c3 éger ègerions éger 33 +SFX c3 égler èglerions égler 33 +SFX c3 égner ègnerions égner 33 +SFX c3 égrer ègrerions égrer 33 +SFX c3 éguer èguerions éguer 33 +SFX c3 éler èlerions éler 33 +SFX c3 émer èmerions émer 33 +SFX c3 éner ènerions éner 33 +SFX c3 éper èperions éper 33 +SFX c3 équer èquerions équer 33 +SFX c3 érer èrerions érer 33 +SFX c3 éser èserions éser 33 +SFX c3 éter èterions éter 33 +SFX c3 étrer ètrerions étrer 33 +SFX c3 évrer èvrerions évrer 33 +SFX c3 éyer èyerions éyer 33 +SFX c3 er eriez er 32 +SFX c3 ébrer èbreriez ébrer 32 +SFX c3 écer èceriez écer 32 +SFX c3 écher ècheriez écher 32 +SFX c3 écrer ècreriez écrer 32 +SFX c3 éder èderiez éder 32 +SFX c3 éger ègeriez éger 32 +SFX c3 égler ègleriez égler 32 +SFX c3 égner ègneriez égner 32 +SFX c3 égrer ègreriez égrer 32 +SFX c3 éguer ègueriez éguer 32 +SFX c3 éler èleriez éler 32 +SFX c3 émer èmeriez émer 32 +SFX c3 éner èneriez éner 32 +SFX c3 éper èperiez éper 32 +SFX c3 équer èqueriez équer 32 +SFX c3 érer èreriez érer 32 +SFX c3 éser èseriez éser 32 +SFX c3 éter èteriez éter 32 +SFX c3 étrer ètreriez étrer 32 +SFX c3 évrer èvreriez évrer 32 +SFX c3 éyer èyeriez éyer 32 +SFX c3 er eraient/12 er 25 +SFX c3 ébrer èbreraient/12 ébrer 25 +SFX c3 écer èceraient/12 écer 25 +SFX c3 écher ècheraient/12 écher 25 +SFX c3 écrer ècreraient/12 écrer 25 +SFX c3 éder èderaient/12 éder 25 +SFX c3 éger ègeraient/12 éger 25 +SFX c3 égler ègleraient/12 égler 25 +SFX c3 égner ègneraient/12 égner 25 +SFX c3 égrer ègreraient/12 égrer 25 +SFX c3 éguer ègueraient/12 éguer 25 +SFX c3 éler èleraient/12 éler 25 +SFX c3 émer èmeraient/12 émer 25 +SFX c3 éner èneraient/12 éner 25 +SFX c3 éper èperaient/12 éper 25 +SFX c3 équer èqueraient/12 équer 25 +SFX c3 érer èreraient/12 érer 25 +SFX c3 éser èseraient/12 éser 25 +SFX c3 éter èteraient/12 éter 25 +SFX c3 étrer ètreraient/12 étrer 25 +SFX c3 évrer èvreraient/12 évrer 25 +SFX c3 éyer èyeraient/12 éyer 25 +SFX c3 ébrer èbre/24 ébrer 41 +SFX c3 écer èce/24 écer 41 +SFX c3 écher èche/24 écher 41 +SFX c3 écrer ècre/24 écrer 41 +SFX c3 éder ède/24 éder 41 +SFX c3 éger ège/24 éger 41 +SFX c3 égler ègle/24 égler 41 +SFX c3 égner ègne/24 égner 41 +SFX c3 égrer ègre/24 égrer 41 +SFX c3 éguer ègue/24 éguer 41 +SFX c3 éler èle/24 éler 41 +SFX c3 émer ème/24 émer 41 +SFX c3 éner ène/24 éner 41 +SFX c3 éper èpe/24 éper 41 +SFX c3 équer èque/24 équer 41 +SFX c3 érer ère/24 érer 41 +SFX c3 éser èse/24 éser 41 +SFX c3 éter ète/24 éter 41 +SFX c3 étrer ètre/24 étrer 41 +SFX c3 évrer èvre/24 évrer 41 +SFX c3 éyer èye/24 éyer 41 +SFX c3 ébrer èbres/21 ébrer 44 +SFX c3 écer èces/21 écer 44 +SFX c3 écher èches/21 écher 44 +SFX c3 écrer ècres/21 écrer 44 +SFX c3 éder èdes/21 éder 44 +SFX c3 éger èges/21 éger 44 +SFX c3 égler ègles/21 égler 44 +SFX c3 égner ègnes/21 égner 44 +SFX c3 égrer ègres/21 égrer 44 +SFX c3 éguer ègues/21 éguer 44 +SFX c3 éler èles/21 éler 44 +SFX c3 émer èmes/21 émer 44 +SFX c3 éner ènes/21 éner 44 +SFX c3 éper èpes/21 éper 44 +SFX c3 équer èques/21 équer 44 +SFX c3 érer ères/21 érer 44 +SFX c3 éser èses/21 éser 44 +SFX c3 éter ètes/21 éter 44 +SFX c3 étrer ètres/21 étrer 44 +SFX c3 évrer èvres/21 évrer 44 +SFX c3 éyer èyes/21 éyer 44 +SFX c3 ébrer èbre/12 ébrer 27 +SFX c3 écer èce/12 écer 27 +SFX c3 écher èche/12 écher 27 +SFX c3 écrer ècre/12 écrer 27 +SFX c3 éder ède/12 éder 27 +SFX c3 éger ège/12 éger 27 +SFX c3 égler ègle/12 égler 27 +SFX c3 égner ègne/12 égner 27 +SFX c3 égrer ègre/12 égrer 27 +SFX c3 éguer ègue/12 éguer 27 +SFX c3 éler èle/12 éler 27 +SFX c3 émer ème/12 émer 27 +SFX c3 éner ène/12 éner 27 +SFX c3 éper èpe/12 éper 27 +SFX c3 équer èque/12 équer 27 +SFX c3 érer ère/12 érer 27 +SFX c3 éser èse/12 éser 27 +SFX c3 éter ète/12 éter 27 +SFX c3 étrer ètre/12 étrer 27 +SFX c3 évrer èvre/12 évrer 27 +SFX c3 éyer èye/12 éyer 27 +SFX c3 er ions er 74 +SFX c3 er iez er 73 +SFX c3 ébrer èbrent/12 ébrer 28 +SFX c3 écer ècent/12 écer 28 +SFX c3 écher èchent/12 écher 28 +SFX c3 écrer ècrent/12 écrer 28 +SFX c3 éder èdent/12 éder 28 +SFX c3 éger ègent/12 éger 28 +SFX c3 égler èglent/12 égler 28 +SFX c3 égner ègnent/12 égner 28 +SFX c3 égrer ègrent/12 égrer 28 +SFX c3 éguer èguent/12 éguer 28 +SFX c3 éler èlent/12 éler 28 +SFX c3 émer èment/12 émer 28 +SFX c3 éner ènent/12 éner 28 +SFX c3 éper èpent/12 éper 28 +SFX c3 équer èquent/12 équer 28 +SFX c3 érer èrent/12 érer 28 +SFX c3 éser èsent/12 éser 28 +SFX c3 éter ètent/12 éter 28 +SFX c3 étrer ètrent/12 étrer 28 +SFX c3 évrer èvrent/12 évrer 28 +SFX c3 éyer èyent/12 éyer 28 +SFX c3 er asse/24 [^cg]er 61 +SFX c3 écer éçasse/24 écer 61 +SFX c3 éger égeasse/24 éger 61 +SFX c3 er asses/21 [^cg]er 67 +SFX c3 écer éçasses/21 écer 67 +SFX c3 éger égeasses/21 éger 67 +SFX c3 er ât/12 [^cg]er 52 +SFX c3 écer éçât/12 écer 52 +SFX c3 éger égeât/12 éger 52 +SFX c3 er assions [^cg]er 60 +SFX c3 écer éçassions écer 60 +SFX c3 éger égeassions éger 60 +SFX c3 er assiez [^cg]er 59 +SFX c3 écer éçassiez écer 59 +SFX c3 éger égeassiez éger 59 +SFX c3 er assent/12 [^cg]er 54 +SFX c3 écer éçassent/12 écer 54 +SFX c3 éger égeassent/12 éger 54 +SFX c3 ébrer èbre/21 ébrer 36 +SFX c3 écer èce/21 écer 36 +SFX c3 écher èche/21 écher 36 +SFX c3 écrer ècre/21 écrer 36 +SFX c3 éder ède/21 éder 36 +SFX c3 éger ège/21 éger 36 +SFX c3 égler ègle/21 égler 36 +SFX c3 égner ègne/21 égner 36 +SFX c3 égrer ègre/21 égrer 36 +SFX c3 éguer ègue/21 éguer 36 +SFX c3 éler èle/21 éler 36 +SFX c3 émer ème/21 émer 36 +SFX c3 éner ène/21 éner 36 +SFX c3 éper èpe/21 éper 36 +SFX c3 équer èque/21 équer 36 +SFX c3 érer ère/21 érer 36 +SFX c3 éser èse/21 éser 36 +SFX c3 éter ète/21 éter 36 +SFX c3 étrer ètre/21 étrer 36 +SFX c3 évrer èvre/21 évrer 36 +SFX c3 éyer èye/21 éyer 36 +SFX c3 er ons [^cg]er 58 +SFX c3 écer éçons écer 58 +SFX c3 éger égeons éger 58 +SFX c3 er ez er 75 + +SFX c4 Y 515 +SFX c4 er er/53 er 64 +SFX c4 er ant/6 [^cg]er 48 +SFX c4 écer éçant/6 écer 48 +SFX c4 éger égeant/6 éger 48 +SFX c4 ébrer èbre/23 ébrer 34 +SFX c4 écer èce/23 écer 34 +SFX c4 écher èche/23 écher 34 +SFX c4 écrer ècre/23 écrer 34 +SFX c4 éder ède/23 éder 34 +SFX c4 éger ège/23 éger 34 +SFX c4 égler ègle/23 égler 34 +SFX c4 égner ègne/23 égner 34 +SFX c4 égrer ègre/23 égrer 34 +SFX c4 éguer ègue/23 éguer 34 +SFX c4 éler èle/23 éler 34 +SFX c4 émer ème/23 émer 34 +SFX c4 éner ène/23 éner 34 +SFX c4 éper èpe/23 éper 34 +SFX c4 équer èque/23 équer 34 +SFX c4 érer ère/23 érer 34 +SFX c4 éser èse/23 éser 34 +SFX c4 éter ète/23 éter 34 +SFX c4 étrer ètre/23 étrer 34 +SFX c4 évrer èvre/23 évrer 34 +SFX c4 éyer èye/23 éyer 34 +SFX c4 ébrer èbres/20 ébrer 35 +SFX c4 écer èces/20 écer 35 +SFX c4 écher èches/20 écher 35 +SFX c4 écrer ècres/20 écrer 35 +SFX c4 éder èdes/20 éder 35 +SFX c4 éger èges/20 éger 35 +SFX c4 égler ègles/20 égler 35 +SFX c4 égner ègnes/20 égner 35 +SFX c4 égrer ègres/20 égrer 35 +SFX c4 éguer ègues/20 éguer 35 +SFX c4 éler èles/20 éler 35 +SFX c4 émer èmes/20 émer 35 +SFX c4 éner ènes/20 éner 35 +SFX c4 éper èpes/20 éper 35 +SFX c4 équer èques/20 équer 35 +SFX c4 érer ères/20 érer 35 +SFX c4 éser èses/20 éser 35 +SFX c4 éter ètes/20 éter 35 +SFX c4 étrer ètres/20 étrer 35 +SFX c4 évrer èvres/20 évrer 35 +SFX c4 éyer èyes/20 éyer 35 +SFX c4 ébrer èbre/6 ébrer 21 +SFX c4 écer èce/6 écer 21 +SFX c4 écher èche/6 écher 21 +SFX c4 écrer ècre/6 écrer 21 +SFX c4 éder ède/6 éder 21 +SFX c4 éger ège/6 éger 21 +SFX c4 égler ègle/6 égler 21 +SFX c4 égner ègne/6 égner 21 +SFX c4 égrer ègre/6 égrer 21 +SFX c4 éguer ègue/6 éguer 21 +SFX c4 éler èle/6 éler 21 +SFX c4 émer ème/6 émer 21 +SFX c4 éner ène/6 éner 21 +SFX c4 éper èpe/6 éper 21 +SFX c4 équer èque/6 équer 21 +SFX c4 érer ère/6 érer 21 +SFX c4 éser èse/6 éser 21 +SFX c4 éter ète/6 éter 21 +SFX c4 étrer ètre/6 étrer 21 +SFX c4 évrer èvre/6 évrer 21 +SFX c4 éyer èye/6 éyer 21 +SFX c4 er ons/17 [^cg]er 56 +SFX c4 écer éçons/17 écer 56 +SFX c4 éger égeons/17 éger 56 +SFX c4 er ez/14 er 72 +SFX c4 ébrer èbrent/6 ébrer 26 +SFX c4 écer ècent/6 écer 26 +SFX c4 écher èchent/6 écher 26 +SFX c4 écrer ècrent/6 écrer 26 +SFX c4 éder èdent/6 éder 26 +SFX c4 éger ègent/6 éger 26 +SFX c4 égler èglent/6 égler 26 +SFX c4 égner ègnent/6 égner 26 +SFX c4 égrer ègrent/6 égrer 26 +SFX c4 éguer èguent/6 éguer 26 +SFX c4 éler èlent/6 éler 26 +SFX c4 émer èment/6 émer 26 +SFX c4 éner ènent/6 éner 26 +SFX c4 éper èpent/6 éper 26 +SFX c4 équer èquent/6 équer 26 +SFX c4 érer èrent/6 érer 26 +SFX c4 éser èsent/6 éser 26 +SFX c4 éter ètent/6 éter 26 +SFX c4 étrer ètrent/6 étrer 26 +SFX c4 évrer èvrent/6 évrer 26 +SFX c4 éyer èyent/6 éyer 26 +SFX c4 er ais/23 [^cg]er 66 +SFX c4 écer éçais/23 écer 66 +SFX c4 éger égeais/23 éger 66 +SFX c4 er ais/20 [^cg]er 65 +SFX c4 écer éçais/20 écer 65 +SFX c4 éger égeais/20 éger 65 +SFX c4 er ait/6 [^cg]er 50 +SFX c4 écer éçait/6 écer 50 +SFX c4 éger égeait/6 éger 50 +SFX c4 er ions/17 er 77 +SFX c4 er iez/14 er 76 +SFX c4 er aient/6 [^cg]er 51 +SFX c4 écer éçaient/6 écer 51 +SFX c4 éger égeaient/6 éger 51 +SFX c4 er ai/23 [^cg]er 69 +SFX c4 écer éçai/23 écer 69 +SFX c4 éger égeai/23 éger 69 +SFX c4 er as/20 [^cg]er 68 +SFX c4 écer éças/20 écer 68 +SFX c4 éger égeas/20 éger 68 +SFX c4 er a/6 [^cg]er 53 +SFX c4 écer éça/6 écer 53 +SFX c4 éger égea/6 éger 53 +SFX c4 er âmes/17 [^cg]er 63 +SFX c4 écer éçâmes/17 écer 63 +SFX c4 éger égeâmes/17 éger 63 +SFX c4 er âtes/14 [^cg]er 62 +SFX c4 écer éçâtes/14 écer 62 +SFX c4 éger égeâtes/14 éger 62 +SFX c4 er èrent/6 er 71 +SFX c4 er erai/23 er 38 +SFX c4 ébrer èbrerai/23 ébrer 38 +SFX c4 écer ècerai/23 écer 38 +SFX c4 écher ècherai/23 écher 38 +SFX c4 écrer ècrerai/23 écrer 38 +SFX c4 éder èderai/23 éder 38 +SFX c4 éger ègerai/23 éger 38 +SFX c4 égler èglerai/23 égler 38 +SFX c4 égner ègnerai/23 égner 38 +SFX c4 égrer ègrerai/23 égrer 38 +SFX c4 éguer èguerai/23 éguer 38 +SFX c4 éler èlerai/23 éler 38 +SFX c4 émer èmerai/23 émer 38 +SFX c4 éner ènerai/23 éner 38 +SFX c4 éper èperai/23 éper 38 +SFX c4 équer èquerai/23 équer 38 +SFX c4 érer èrerai/23 érer 38 +SFX c4 éser èserai/23 éser 38 +SFX c4 éter èterai/23 éter 38 +SFX c4 étrer ètrerai/23 étrer 38 +SFX c4 évrer èvrerai/23 évrer 38 +SFX c4 éyer èyerai/23 éyer 38 +SFX c4 er eras/20 er 37 +SFX c4 ébrer èbreras/20 ébrer 37 +SFX c4 écer èceras/20 écer 37 +SFX c4 écher ècheras/20 écher 37 +SFX c4 écrer ècreras/20 écrer 37 +SFX c4 éder èderas/20 éder 37 +SFX c4 éger ègeras/20 éger 37 +SFX c4 égler ègleras/20 égler 37 +SFX c4 égner ègneras/20 égner 37 +SFX c4 égrer ègreras/20 égrer 37 +SFX c4 éguer ègueras/20 éguer 37 +SFX c4 éler èleras/20 éler 37 +SFX c4 émer èmeras/20 émer 37 +SFX c4 éner èneras/20 éner 37 +SFX c4 éper èperas/20 éper 37 +SFX c4 équer èqueras/20 équer 37 +SFX c4 érer èreras/20 érer 37 +SFX c4 éser èseras/20 éser 37 +SFX c4 éter èteras/20 éter 37 +SFX c4 étrer ètreras/20 étrer 37 +SFX c4 évrer èvreras/20 évrer 37 +SFX c4 éyer èyeras/20 éyer 37 +SFX c4 er era/6 er 22 +SFX c4 ébrer èbrera/6 ébrer 22 +SFX c4 écer ècera/6 écer 22 +SFX c4 écher èchera/6 écher 22 +SFX c4 écrer ècrera/6 écrer 22 +SFX c4 éder èdera/6 éder 22 +SFX c4 éger ègera/6 éger 22 +SFX c4 égler èglera/6 égler 22 +SFX c4 égner ègnera/6 égner 22 +SFX c4 égrer ègrera/6 égrer 22 +SFX c4 éguer èguera/6 éguer 22 +SFX c4 éler èlera/6 éler 22 +SFX c4 émer èmera/6 émer 22 +SFX c4 éner ènera/6 éner 22 +SFX c4 éper èpera/6 éper 22 +SFX c4 équer èquera/6 équer 22 +SFX c4 érer èrera/6 érer 22 +SFX c4 éser èsera/6 éser 22 +SFX c4 éter ètera/6 éter 22 +SFX c4 étrer ètrera/6 étrer 22 +SFX c4 évrer èvrera/6 évrer 22 +SFX c4 éyer èyera/6 éyer 22 +SFX c4 er erons/17 er 31 +SFX c4 ébrer èbrerons/17 ébrer 31 +SFX c4 écer ècerons/17 écer 31 +SFX c4 écher ècherons/17 écher 31 +SFX c4 écrer ècrerons/17 écrer 31 +SFX c4 éder èderons/17 éder 31 +SFX c4 éger ègerons/17 éger 31 +SFX c4 égler èglerons/17 égler 31 +SFX c4 égner ègnerons/17 égner 31 +SFX c4 égrer ègrerons/17 égrer 31 +SFX c4 éguer èguerons/17 éguer 31 +SFX c4 éler èlerons/17 éler 31 +SFX c4 émer èmerons/17 émer 31 +SFX c4 éner ènerons/17 éner 31 +SFX c4 éper èperons/17 éper 31 +SFX c4 équer èquerons/17 équer 31 +SFX c4 érer èrerons/17 érer 31 +SFX c4 éser èserons/17 éser 31 +SFX c4 éter èterons/17 éter 31 +SFX c4 étrer ètrerons/17 étrer 31 +SFX c4 évrer èvrerons/17 évrer 31 +SFX c4 éyer èyerons/17 éyer 31 +SFX c4 er erez/14 er 30 +SFX c4 ébrer èbrerez/14 ébrer 30 +SFX c4 écer ècerez/14 écer 30 +SFX c4 écher ècherez/14 écher 30 +SFX c4 écrer ècrerez/14 écrer 30 +SFX c4 éder èderez/14 éder 30 +SFX c4 éger ègerez/14 éger 30 +SFX c4 égler èglerez/14 égler 30 +SFX c4 égner ègnerez/14 égner 30 +SFX c4 égrer ègrerez/14 égrer 30 +SFX c4 éguer èguerez/14 éguer 30 +SFX c4 éler èlerez/14 éler 30 +SFX c4 émer èmerez/14 émer 30 +SFX c4 éner ènerez/14 éner 30 +SFX c4 éper èperez/14 éper 30 +SFX c4 équer èquerez/14 équer 30 +SFX c4 érer èrerez/14 érer 30 +SFX c4 éser èserez/14 éser 30 +SFX c4 éter èterez/14 éter 30 +SFX c4 étrer ètrerez/14 étrer 30 +SFX c4 évrer èvrerez/14 évrer 30 +SFX c4 éyer èyerez/14 éyer 30 +SFX c4 er eront/6 er 24 +SFX c4 ébrer èbreront/6 ébrer 24 +SFX c4 écer èceront/6 écer 24 +SFX c4 écher ècheront/6 écher 24 +SFX c4 écrer ècreront/6 écrer 24 +SFX c4 éder èderont/6 éder 24 +SFX c4 éger ègeront/6 éger 24 +SFX c4 égler ègleront/6 égler 24 +SFX c4 égner ègneront/6 égner 24 +SFX c4 égrer ègreront/6 égrer 24 +SFX c4 éguer ègueront/6 éguer 24 +SFX c4 éler èleront/6 éler 24 +SFX c4 émer èmeront/6 émer 24 +SFX c4 éner èneront/6 éner 24 +SFX c4 éper èperont/6 éper 24 +SFX c4 équer èqueront/6 équer 24 +SFX c4 érer èreront/6 érer 24 +SFX c4 éser èseront/6 éser 24 +SFX c4 éter èteront/6 éter 24 +SFX c4 étrer ètreront/6 étrer 24 +SFX c4 évrer èvreront/6 évrer 24 +SFX c4 éyer èyeront/6 éyer 24 +SFX c4 er erais/23 er 40 +SFX c4 ébrer èbrerais/23 ébrer 40 +SFX c4 écer ècerais/23 écer 40 +SFX c4 écher ècherais/23 écher 40 +SFX c4 écrer ècrerais/23 écrer 40 +SFX c4 éder èderais/23 éder 40 +SFX c4 éger ègerais/23 éger 40 +SFX c4 égler èglerais/23 égler 40 +SFX c4 égner ègnerais/23 égner 40 +SFX c4 égrer ègrerais/23 égrer 40 +SFX c4 éguer èguerais/23 éguer 40 +SFX c4 éler èlerais/23 éler 40 +SFX c4 émer èmerais/23 émer 40 +SFX c4 éner ènerais/23 éner 40 +SFX c4 éper èperais/23 éper 40 +SFX c4 équer èquerais/23 équer 40 +SFX c4 érer èrerais/23 érer 40 +SFX c4 éser èserais/23 éser 40 +SFX c4 éter èterais/23 éter 40 +SFX c4 étrer ètrerais/23 étrer 40 +SFX c4 évrer èvrerais/23 évrer 40 +SFX c4 éyer èyerais/23 éyer 40 +SFX c4 er erais/20 er 39 +SFX c4 ébrer èbrerais/20 ébrer 39 +SFX c4 écer ècerais/20 écer 39 +SFX c4 écher ècherais/20 écher 39 +SFX c4 écrer ècrerais/20 écrer 39 +SFX c4 éder èderais/20 éder 39 +SFX c4 éger ègerais/20 éger 39 +SFX c4 égler èglerais/20 égler 39 +SFX c4 égner ègnerais/20 égner 39 +SFX c4 égrer ègrerais/20 égrer 39 +SFX c4 éguer èguerais/20 éguer 39 +SFX c4 éler èlerais/20 éler 39 +SFX c4 émer èmerais/20 émer 39 +SFX c4 éner ènerais/20 éner 39 +SFX c4 éper èperais/20 éper 39 +SFX c4 équer èquerais/20 équer 39 +SFX c4 érer èrerais/20 érer 39 +SFX c4 éser èserais/20 éser 39 +SFX c4 éter èterais/20 éter 39 +SFX c4 étrer ètrerais/20 étrer 39 +SFX c4 évrer èvrerais/20 évrer 39 +SFX c4 éyer èyerais/20 éyer 39 +SFX c4 er erait/6 er 23 +SFX c4 ébrer èbrerait/6 ébrer 23 +SFX c4 écer ècerait/6 écer 23 +SFX c4 écher ècherait/6 écher 23 +SFX c4 écrer ècrerait/6 écrer 23 +SFX c4 éder èderait/6 éder 23 +SFX c4 éger ègerait/6 éger 23 +SFX c4 égler èglerait/6 égler 23 +SFX c4 égner ègnerait/6 égner 23 +SFX c4 égrer ègrerait/6 égrer 23 +SFX c4 éguer èguerait/6 éguer 23 +SFX c4 éler èlerait/6 éler 23 +SFX c4 émer èmerait/6 émer 23 +SFX c4 éner ènerait/6 éner 23 +SFX c4 éper èperait/6 éper 23 +SFX c4 équer èquerait/6 équer 23 +SFX c4 érer èrerait/6 érer 23 +SFX c4 éser èserait/6 éser 23 +SFX c4 éter èterait/6 éter 23 +SFX c4 étrer ètrerait/6 étrer 23 +SFX c4 évrer èvrerait/6 évrer 23 +SFX c4 éyer èyerait/6 éyer 23 +SFX c4 er erions/17 er 33 +SFX c4 ébrer èbrerions/17 ébrer 33 +SFX c4 écer ècerions/17 écer 33 +SFX c4 écher ècherions/17 écher 33 +SFX c4 écrer ècrerions/17 écrer 33 +SFX c4 éder èderions/17 éder 33 +SFX c4 éger ègerions/17 éger 33 +SFX c4 égler èglerions/17 égler 33 +SFX c4 égner ègnerions/17 égner 33 +SFX c4 égrer ègrerions/17 égrer 33 +SFX c4 éguer èguerions/17 éguer 33 +SFX c4 éler èlerions/17 éler 33 +SFX c4 émer èmerions/17 émer 33 +SFX c4 éner ènerions/17 éner 33 +SFX c4 éper èperions/17 éper 33 +SFX c4 équer èquerions/17 équer 33 +SFX c4 érer èrerions/17 érer 33 +SFX c4 éser èserions/17 éser 33 +SFX c4 éter èterions/17 éter 33 +SFX c4 étrer ètrerions/17 étrer 33 +SFX c4 évrer èvrerions/17 évrer 33 +SFX c4 éyer èyerions/17 éyer 33 +SFX c4 er eriez/14 er 32 +SFX c4 ébrer èbreriez/14 ébrer 32 +SFX c4 écer èceriez/14 écer 32 +SFX c4 écher ècheriez/14 écher 32 +SFX c4 écrer ècreriez/14 écrer 32 +SFX c4 éder èderiez/14 éder 32 +SFX c4 éger ègeriez/14 éger 32 +SFX c4 égler ègleriez/14 égler 32 +SFX c4 égner ègneriez/14 égner 32 +SFX c4 égrer ègreriez/14 égrer 32 +SFX c4 éguer ègueriez/14 éguer 32 +SFX c4 éler èleriez/14 éler 32 +SFX c4 émer èmeriez/14 émer 32 +SFX c4 éner èneriez/14 éner 32 +SFX c4 éper èperiez/14 éper 32 +SFX c4 équer èqueriez/14 équer 32 +SFX c4 érer èreriez/14 érer 32 +SFX c4 éser èseriez/14 éser 32 +SFX c4 éter èteriez/14 éter 32 +SFX c4 étrer ètreriez/14 étrer 32 +SFX c4 évrer èvreriez/14 évrer 32 +SFX c4 éyer èyeriez/14 éyer 32 +SFX c4 er eraient/6 er 25 +SFX c4 ébrer èbreraient/6 ébrer 25 +SFX c4 écer èceraient/6 écer 25 +SFX c4 écher ècheraient/6 écher 25 +SFX c4 écrer ècreraient/6 écrer 25 +SFX c4 éder èderaient/6 éder 25 +SFX c4 éger ègeraient/6 éger 25 +SFX c4 égler ègleraient/6 égler 25 +SFX c4 égner ègneraient/6 égner 25 +SFX c4 égrer ègreraient/6 égrer 25 +SFX c4 éguer ègueraient/6 éguer 25 +SFX c4 éler èleraient/6 éler 25 +SFX c4 émer èmeraient/6 émer 25 +SFX c4 éner èneraient/6 éner 25 +SFX c4 éper èperaient/6 éper 25 +SFX c4 équer èqueraient/6 équer 25 +SFX c4 érer èreraient/6 érer 25 +SFX c4 éser èseraient/6 éser 25 +SFX c4 éter èteraient/6 éter 25 +SFX c4 étrer ètreraient/6 étrer 25 +SFX c4 évrer èvreraient/6 évrer 25 +SFX c4 éyer èyeraient/6 éyer 25 +SFX c4 ébrer èbre/44 ébrer 41 +SFX c4 écer èce/44 écer 41 +SFX c4 écher èche/44 écher 41 +SFX c4 écrer ècre/44 écrer 41 +SFX c4 éder ède/44 éder 41 +SFX c4 éger ège/44 éger 41 +SFX c4 égler ègle/44 égler 41 +SFX c4 égner ègne/44 égner 41 +SFX c4 égrer ègre/44 égrer 41 +SFX c4 éguer ègue/44 éguer 41 +SFX c4 éler èle/44 éler 41 +SFX c4 émer ème/44 émer 41 +SFX c4 éner ène/44 éner 41 +SFX c4 éper èpe/44 éper 41 +SFX c4 équer èque/44 équer 41 +SFX c4 érer ère/44 érer 41 +SFX c4 éser èse/44 éser 41 +SFX c4 éter ète/44 éter 41 +SFX c4 étrer ètre/44 étrer 41 +SFX c4 évrer èvre/44 évrer 41 +SFX c4 éyer èye/44 éyer 41 +SFX c4 ébrer èbres/36 ébrer 44 +SFX c4 écer èces/36 écer 44 +SFX c4 écher èches/36 écher 44 +SFX c4 écrer ècres/36 écrer 44 +SFX c4 éder èdes/36 éder 44 +SFX c4 éger èges/36 éger 44 +SFX c4 égler ègles/36 égler 44 +SFX c4 égner ègnes/36 égner 44 +SFX c4 égrer ègres/36 égrer 44 +SFX c4 éguer ègues/36 éguer 44 +SFX c4 éler èles/36 éler 44 +SFX c4 émer èmes/36 émer 44 +SFX c4 éner ènes/36 éner 44 +SFX c4 éper èpes/36 éper 44 +SFX c4 équer èques/36 équer 44 +SFX c4 érer ères/36 érer 44 +SFX c4 éser èses/36 éser 44 +SFX c4 éter ètes/36 éter 44 +SFX c4 étrer ètres/36 étrer 44 +SFX c4 évrer èvres/36 évrer 44 +SFX c4 éyer èyes/36 éyer 44 +SFX c4 ébrer èbre/6 ébrer 27 +SFX c4 écer èce/6 écer 27 +SFX c4 écher èche/6 écher 27 +SFX c4 écrer ècre/6 écrer 27 +SFX c4 éder ède/6 éder 27 +SFX c4 éger ège/6 éger 27 +SFX c4 égler ègle/6 égler 27 +SFX c4 égner ègne/6 égner 27 +SFX c4 égrer ègre/6 égrer 27 +SFX c4 éguer ègue/6 éguer 27 +SFX c4 éler èle/6 éler 27 +SFX c4 émer ème/6 émer 27 +SFX c4 éner ène/6 éner 27 +SFX c4 éper èpe/6 éper 27 +SFX c4 équer èque/6 équer 27 +SFX c4 érer ère/6 érer 27 +SFX c4 éser èse/6 éser 27 +SFX c4 éter ète/6 éter 27 +SFX c4 étrer ètre/6 étrer 27 +SFX c4 évrer èvre/6 évrer 27 +SFX c4 éyer èye/6 éyer 27 +SFX c4 er ions/56 er 74 +SFX c4 er iez/31 er 73 +SFX c4 ébrer èbrent/6 ébrer 28 +SFX c4 écer ècent/6 écer 28 +SFX c4 écher èchent/6 écher 28 +SFX c4 écrer ècrent/6 écrer 28 +SFX c4 éder èdent/6 éder 28 +SFX c4 éger ègent/6 éger 28 +SFX c4 égler èglent/6 égler 28 +SFX c4 égner ègnent/6 égner 28 +SFX c4 égrer ègrent/6 égrer 28 +SFX c4 éguer èguent/6 éguer 28 +SFX c4 éler èlent/6 éler 28 +SFX c4 émer èment/6 émer 28 +SFX c4 éner ènent/6 éner 28 +SFX c4 éper èpent/6 éper 28 +SFX c4 équer èquent/6 équer 28 +SFX c4 érer èrent/6 érer 28 +SFX c4 éser èsent/6 éser 28 +SFX c4 éter ètent/6 éter 28 +SFX c4 étrer ètrent/6 étrer 28 +SFX c4 évrer èvrent/6 évrer 28 +SFX c4 éyer èyent/6 éyer 28 +SFX c4 er asse/23 [^cg]er 61 +SFX c4 écer éçasse/23 écer 61 +SFX c4 éger égeasse/23 éger 61 +SFX c4 er asses/20 [^cg]er 67 +SFX c4 écer éçasses/20 écer 67 +SFX c4 éger égeasses/20 éger 67 +SFX c4 er ât/6 [^cg]er 52 +SFX c4 écer éçât/6 écer 52 +SFX c4 éger égeât/6 éger 52 +SFX c4 er assions/17 [^cg]er 60 +SFX c4 écer éçassions/17 écer 60 +SFX c4 éger égeassions/17 éger 60 +SFX c4 er assiez/14 [^cg]er 59 +SFX c4 écer éçassiez/14 écer 59 +SFX c4 éger égeassiez/14 éger 59 +SFX c4 er assent/6 [^cg]er 54 +SFX c4 écer éçassent/6 écer 54 +SFX c4 éger égeassent/6 éger 54 +SFX c4 ébrer èbre/36 ébrer 36 +SFX c4 écer èce/36 écer 36 +SFX c4 écher èche/36 écher 36 +SFX c4 écrer ècre/36 écrer 36 +SFX c4 éder ède/36 éder 36 +SFX c4 éger ège/36 éger 36 +SFX c4 égler ègle/36 égler 36 +SFX c4 égner ègne/36 égner 36 +SFX c4 égrer ègre/36 égrer 36 +SFX c4 éguer ègue/36 éguer 36 +SFX c4 éler èle/36 éler 36 +SFX c4 émer ème/36 émer 36 +SFX c4 éner ène/36 éner 36 +SFX c4 éper èpe/36 éper 36 +SFX c4 équer èque/36 équer 36 +SFX c4 érer ère/36 érer 36 +SFX c4 éser èse/36 éser 36 +SFX c4 éter ète/36 éter 36 +SFX c4 étrer ètre/36 étrer 36 +SFX c4 évrer èvre/36 évrer 36 +SFX c4 éyer èye/36 éyer 36 +SFX c4 er ons/45 [^cg]er 58 +SFX c4 écer éçons/45 écer 58 +SFX c4 éger égeons/45 éger 58 +SFX c4 er ez/31 er 75 + +SFX c5 Y 515 +SFX c5 er er/125 er 64 +SFX c5 er ant/159 [^cg]er 48 +SFX c5 écer éçant/159 écer 48 +SFX c5 éger égeant/228 éger 48 +SFX c5 ébrer èbre/27 ébrer 34 +SFX c5 écer èce/27 écer 34 +SFX c5 écher èche/27 écher 34 +SFX c5 écrer ècre/27 écrer 34 +SFX c5 éder ède/27 éder 34 +SFX c5 éger ège/27 éger 34 +SFX c5 égler ègle/27 égler 34 +SFX c5 égner ègne/27 égner 34 +SFX c5 égrer ègre/27 égrer 34 +SFX c5 éguer ègue/27 éguer 34 +SFX c5 éler èle/27 éler 34 +SFX c5 émer ème/27 émer 34 +SFX c5 éner ène/27 éner 34 +SFX c5 éper èpe/27 éper 34 +SFX c5 équer èque/27 équer 34 +SFX c5 érer ère/27 érer 34 +SFX c5 éser èse/27 éser 34 +SFX c5 éter ète/27 éter 34 +SFX c5 étrer ètre/27 étrer 34 +SFX c5 évrer èvre/27 évrer 34 +SFX c5 éyer èye/27 éyer 34 +SFX c5 ébrer èbres/25 ébrer 35 +SFX c5 écer èces/25 écer 35 +SFX c5 écher èches/25 écher 35 +SFX c5 écrer ècres/25 écrer 35 +SFX c5 éder èdes/25 éder 35 +SFX c5 éger èges/25 éger 35 +SFX c5 égler ègles/25 égler 35 +SFX c5 égner ègnes/25 égner 35 +SFX c5 égrer ègres/25 égrer 35 +SFX c5 éguer ègues/25 éguer 35 +SFX c5 éler èles/25 éler 35 +SFX c5 émer èmes/25 émer 35 +SFX c5 éner ènes/25 éner 35 +SFX c5 éper èpes/25 éper 35 +SFX c5 équer èques/25 équer 35 +SFX c5 érer ères/25 érer 35 +SFX c5 éser èses/25 éser 35 +SFX c5 éter ètes/25 éter 35 +SFX c5 étrer ètres/25 étrer 35 +SFX c5 évrer èvres/25 évrer 35 +SFX c5 éyer èyes/25 éyer 35 +SFX c5 ébrer èbre/18 ébrer 21 +SFX c5 écer èce/18 écer 21 +SFX c5 écher èche/18 écher 21 +SFX c5 écrer ècre/18 écrer 21 +SFX c5 éder ède/18 éder 21 +SFX c5 éger ège/18 éger 21 +SFX c5 égler ègle/18 égler 21 +SFX c5 égner ègne/18 égner 21 +SFX c5 égrer ègre/18 égrer 21 +SFX c5 éguer ègue/18 éguer 21 +SFX c5 éler èle/18 éler 21 +SFX c5 émer ème/18 émer 21 +SFX c5 éner ène/18 éner 21 +SFX c5 éper èpe/18 éper 21 +SFX c5 équer èque/18 équer 21 +SFX c5 érer ère/18 érer 21 +SFX c5 éser èse/18 éser 21 +SFX c5 éter ète/18 éter 21 +SFX c5 étrer ètre/18 étrer 21 +SFX c5 évrer èvre/18 évrer 21 +SFX c5 éyer èye/18 éyer 21 +SFX c5 er ons/35 [^cg]er 56 +SFX c5 écer éçons/35 écer 56 +SFX c5 éger égeons/35 éger 56 +SFX c5 er ez/32 er 72 +SFX c5 ébrer èbrent/18 ébrer 26 +SFX c5 écer ècent/18 écer 26 +SFX c5 écher èchent/18 écher 26 +SFX c5 écrer ècrent/18 écrer 26 +SFX c5 éder èdent/18 éder 26 +SFX c5 éger ègent/18 éger 26 +SFX c5 égler èglent/18 égler 26 +SFX c5 égner ègnent/18 égner 26 +SFX c5 égrer ègrent/18 égrer 26 +SFX c5 éguer èguent/18 éguer 26 +SFX c5 éler èlent/18 éler 26 +SFX c5 émer èment/18 émer 26 +SFX c5 éner ènent/18 éner 26 +SFX c5 éper èpent/18 éper 26 +SFX c5 équer èquent/18 équer 26 +SFX c5 érer èrent/18 érer 26 +SFX c5 éser èsent/18 éser 26 +SFX c5 éter ètent/18 éter 26 +SFX c5 étrer ètrent/18 étrer 26 +SFX c5 évrer èvrent/18 évrer 26 +SFX c5 éyer èyent/18 éyer 26 +SFX c5 er ais/27 [^cg]er 66 +SFX c5 écer éçais/27 écer 66 +SFX c5 éger égeais/27 éger 66 +SFX c5 er ais/25 [^cg]er 65 +SFX c5 écer éçais/25 écer 65 +SFX c5 éger égeais/25 éger 65 +SFX c5 er ait/18 [^cg]er 50 +SFX c5 écer éçait/18 écer 50 +SFX c5 éger égeait/18 éger 50 +SFX c5 er ions/35 er 77 +SFX c5 er iez/32 er 76 +SFX c5 er aient/18 [^cg]er 51 +SFX c5 écer éçaient/18 écer 51 +SFX c5 éger égeaient/18 éger 51 +SFX c5 er ai/27 [^cg]er 69 +SFX c5 écer éçai/27 écer 69 +SFX c5 éger égeai/27 éger 69 +SFX c5 er as/25 [^cg]er 68 +SFX c5 écer éças/25 écer 68 +SFX c5 éger égeas/25 éger 68 +SFX c5 er a/18 [^cg]er 53 +SFX c5 écer éça/18 écer 53 +SFX c5 éger égea/18 éger 53 +SFX c5 er âmes/35 [^cg]er 63 +SFX c5 écer éçâmes/35 écer 63 +SFX c5 éger égeâmes/35 éger 63 +SFX c5 er âtes/32 [^cg]er 62 +SFX c5 écer éçâtes/32 écer 62 +SFX c5 éger égeâtes/32 éger 62 +SFX c5 er èrent/18 er 71 +SFX c5 er erai/27 er 38 +SFX c5 ébrer èbrerai/27 ébrer 38 +SFX c5 écer ècerai/27 écer 38 +SFX c5 écher ècherai/27 écher 38 +SFX c5 écrer ècrerai/27 écrer 38 +SFX c5 éder èderai/27 éder 38 +SFX c5 éger ègerai/27 éger 38 +SFX c5 égler èglerai/27 égler 38 +SFX c5 égner ègnerai/27 égner 38 +SFX c5 égrer ègrerai/27 égrer 38 +SFX c5 éguer èguerai/27 éguer 38 +SFX c5 éler èlerai/27 éler 38 +SFX c5 émer èmerai/27 émer 38 +SFX c5 éner ènerai/27 éner 38 +SFX c5 éper èperai/27 éper 38 +SFX c5 équer èquerai/27 équer 38 +SFX c5 érer èrerai/27 érer 38 +SFX c5 éser èserai/27 éser 38 +SFX c5 éter èterai/27 éter 38 +SFX c5 étrer ètrerai/27 étrer 38 +SFX c5 évrer èvrerai/27 évrer 38 +SFX c5 éyer èyerai/27 éyer 38 +SFX c5 er eras/25 er 37 +SFX c5 ébrer èbreras/25 ébrer 37 +SFX c5 écer èceras/25 écer 37 +SFX c5 écher ècheras/25 écher 37 +SFX c5 écrer ècreras/25 écrer 37 +SFX c5 éder èderas/25 éder 37 +SFX c5 éger ègeras/25 éger 37 +SFX c5 égler ègleras/25 égler 37 +SFX c5 égner ègneras/25 égner 37 +SFX c5 égrer ègreras/25 égrer 37 +SFX c5 éguer ègueras/25 éguer 37 +SFX c5 éler èleras/25 éler 37 +SFX c5 émer èmeras/25 émer 37 +SFX c5 éner èneras/25 éner 37 +SFX c5 éper èperas/25 éper 37 +SFX c5 équer èqueras/25 équer 37 +SFX c5 érer èreras/25 érer 37 +SFX c5 éser èseras/25 éser 37 +SFX c5 éter èteras/25 éter 37 +SFX c5 étrer ètreras/25 étrer 37 +SFX c5 évrer èvreras/25 évrer 37 +SFX c5 éyer èyeras/25 éyer 37 +SFX c5 er era/18 er 22 +SFX c5 ébrer èbrera/18 ébrer 22 +SFX c5 écer ècera/18 écer 22 +SFX c5 écher èchera/18 écher 22 +SFX c5 écrer ècrera/18 écrer 22 +SFX c5 éder èdera/18 éder 22 +SFX c5 éger ègera/18 éger 22 +SFX c5 égler èglera/18 égler 22 +SFX c5 égner ègnera/18 égner 22 +SFX c5 égrer ègrera/18 égrer 22 +SFX c5 éguer èguera/18 éguer 22 +SFX c5 éler èlera/18 éler 22 +SFX c5 émer èmera/18 émer 22 +SFX c5 éner ènera/18 éner 22 +SFX c5 éper èpera/18 éper 22 +SFX c5 équer èquera/18 équer 22 +SFX c5 érer èrera/18 érer 22 +SFX c5 éser èsera/18 éser 22 +SFX c5 éter ètera/18 éter 22 +SFX c5 étrer ètrera/18 étrer 22 +SFX c5 évrer èvrera/18 évrer 22 +SFX c5 éyer èyera/18 éyer 22 +SFX c5 er erons/35 er 31 +SFX c5 ébrer èbrerons/35 ébrer 31 +SFX c5 écer ècerons/35 écer 31 +SFX c5 écher ècherons/35 écher 31 +SFX c5 écrer ècrerons/35 écrer 31 +SFX c5 éder èderons/35 éder 31 +SFX c5 éger ègerons/35 éger 31 +SFX c5 égler èglerons/35 égler 31 +SFX c5 égner ègnerons/35 égner 31 +SFX c5 égrer ègrerons/35 égrer 31 +SFX c5 éguer èguerons/35 éguer 31 +SFX c5 éler èlerons/35 éler 31 +SFX c5 émer èmerons/35 émer 31 +SFX c5 éner ènerons/35 éner 31 +SFX c5 éper èperons/35 éper 31 +SFX c5 équer èquerons/35 équer 31 +SFX c5 érer èrerons/35 érer 31 +SFX c5 éser èserons/35 éser 31 +SFX c5 éter èterons/35 éter 31 +SFX c5 étrer ètrerons/35 étrer 31 +SFX c5 évrer èvrerons/35 évrer 31 +SFX c5 éyer èyerons/35 éyer 31 +SFX c5 er erez/32 er 30 +SFX c5 ébrer èbrerez/32 ébrer 30 +SFX c5 écer ècerez/32 écer 30 +SFX c5 écher ècherez/32 écher 30 +SFX c5 écrer ècrerez/32 écrer 30 +SFX c5 éder èderez/32 éder 30 +SFX c5 éger ègerez/32 éger 30 +SFX c5 égler èglerez/32 égler 30 +SFX c5 égner ègnerez/32 égner 30 +SFX c5 égrer ègrerez/32 égrer 30 +SFX c5 éguer èguerez/32 éguer 30 +SFX c5 éler èlerez/32 éler 30 +SFX c5 émer èmerez/32 émer 30 +SFX c5 éner ènerez/32 éner 30 +SFX c5 éper èperez/32 éper 30 +SFX c5 équer èquerez/32 équer 30 +SFX c5 érer èrerez/32 érer 30 +SFX c5 éser èserez/32 éser 30 +SFX c5 éter èterez/32 éter 30 +SFX c5 étrer ètrerez/32 étrer 30 +SFX c5 évrer èvrerez/32 évrer 30 +SFX c5 éyer èyerez/32 éyer 30 +SFX c5 er eront/18 er 24 +SFX c5 ébrer èbreront/18 ébrer 24 +SFX c5 écer èceront/18 écer 24 +SFX c5 écher ècheront/18 écher 24 +SFX c5 écrer ècreront/18 écrer 24 +SFX c5 éder èderont/18 éder 24 +SFX c5 éger ègeront/18 éger 24 +SFX c5 égler ègleront/18 égler 24 +SFX c5 égner ègneront/18 égner 24 +SFX c5 égrer ègreront/18 égrer 24 +SFX c5 éguer ègueront/18 éguer 24 +SFX c5 éler èleront/18 éler 24 +SFX c5 émer èmeront/18 émer 24 +SFX c5 éner èneront/18 éner 24 +SFX c5 éper èperont/18 éper 24 +SFX c5 équer èqueront/18 équer 24 +SFX c5 érer èreront/18 érer 24 +SFX c5 éser èseront/18 éser 24 +SFX c5 éter èteront/18 éter 24 +SFX c5 étrer ètreront/18 étrer 24 +SFX c5 évrer èvreront/18 évrer 24 +SFX c5 éyer èyeront/18 éyer 24 +SFX c5 er erais/27 er 40 +SFX c5 ébrer èbrerais/27 ébrer 40 +SFX c5 écer ècerais/27 écer 40 +SFX c5 écher ècherais/27 écher 40 +SFX c5 écrer ècrerais/27 écrer 40 +SFX c5 éder èderais/27 éder 40 +SFX c5 éger ègerais/27 éger 40 +SFX c5 égler èglerais/27 égler 40 +SFX c5 égner ègnerais/27 égner 40 +SFX c5 égrer ègrerais/27 égrer 40 +SFX c5 éguer èguerais/27 éguer 40 +SFX c5 éler èlerais/27 éler 40 +SFX c5 émer èmerais/27 émer 40 +SFX c5 éner ènerais/27 éner 40 +SFX c5 éper èperais/27 éper 40 +SFX c5 équer èquerais/27 équer 40 +SFX c5 érer èrerais/27 érer 40 +SFX c5 éser èserais/27 éser 40 +SFX c5 éter èterais/27 éter 40 +SFX c5 étrer ètrerais/27 étrer 40 +SFX c5 évrer èvrerais/27 évrer 40 +SFX c5 éyer èyerais/27 éyer 40 +SFX c5 er erais/25 er 39 +SFX c5 ébrer èbrerais/25 ébrer 39 +SFX c5 écer ècerais/25 écer 39 +SFX c5 écher ècherais/25 écher 39 +SFX c5 écrer ècrerais/25 écrer 39 +SFX c5 éder èderais/25 éder 39 +SFX c5 éger ègerais/25 éger 39 +SFX c5 égler èglerais/25 égler 39 +SFX c5 égner ègnerais/25 égner 39 +SFX c5 égrer ègrerais/25 égrer 39 +SFX c5 éguer èguerais/25 éguer 39 +SFX c5 éler èlerais/25 éler 39 +SFX c5 émer èmerais/25 émer 39 +SFX c5 éner ènerais/25 éner 39 +SFX c5 éper èperais/25 éper 39 +SFX c5 équer èquerais/25 équer 39 +SFX c5 érer èrerais/25 érer 39 +SFX c5 éser èserais/25 éser 39 +SFX c5 éter èterais/25 éter 39 +SFX c5 étrer ètrerais/25 étrer 39 +SFX c5 évrer èvrerais/25 évrer 39 +SFX c5 éyer èyerais/25 éyer 39 +SFX c5 er erait/18 er 23 +SFX c5 ébrer èbrerait/18 ébrer 23 +SFX c5 écer ècerait/18 écer 23 +SFX c5 écher ècherait/18 écher 23 +SFX c5 écrer ècrerait/18 écrer 23 +SFX c5 éder èderait/18 éder 23 +SFX c5 éger ègerait/18 éger 23 +SFX c5 égler èglerait/18 égler 23 +SFX c5 égner ègnerait/18 égner 23 +SFX c5 égrer ègrerait/18 égrer 23 +SFX c5 éguer èguerait/18 éguer 23 +SFX c5 éler èlerait/18 éler 23 +SFX c5 émer èmerait/18 émer 23 +SFX c5 éner ènerait/18 éner 23 +SFX c5 éper èperait/18 éper 23 +SFX c5 équer èquerait/18 équer 23 +SFX c5 érer èrerait/18 érer 23 +SFX c5 éser èserait/18 éser 23 +SFX c5 éter èterait/18 éter 23 +SFX c5 étrer ètrerait/18 étrer 23 +SFX c5 évrer èvrerait/18 évrer 23 +SFX c5 éyer èyerait/18 éyer 23 +SFX c5 er erions/35 er 33 +SFX c5 ébrer èbrerions/35 ébrer 33 +SFX c5 écer ècerions/35 écer 33 +SFX c5 écher ècherions/35 écher 33 +SFX c5 écrer ècrerions/35 écrer 33 +SFX c5 éder èderions/35 éder 33 +SFX c5 éger ègerions/35 éger 33 +SFX c5 égler èglerions/35 égler 33 +SFX c5 égner ègnerions/35 égner 33 +SFX c5 égrer ègrerions/35 égrer 33 +SFX c5 éguer èguerions/35 éguer 33 +SFX c5 éler èlerions/35 éler 33 +SFX c5 émer èmerions/35 émer 33 +SFX c5 éner ènerions/35 éner 33 +SFX c5 éper èperions/35 éper 33 +SFX c5 équer èquerions/35 équer 33 +SFX c5 érer èrerions/35 érer 33 +SFX c5 éser èserions/35 éser 33 +SFX c5 éter èterions/35 éter 33 +SFX c5 étrer ètrerions/35 étrer 33 +SFX c5 évrer èvrerions/35 évrer 33 +SFX c5 éyer èyerions/35 éyer 33 +SFX c5 er eriez/32 er 32 +SFX c5 ébrer èbreriez/32 ébrer 32 +SFX c5 écer èceriez/32 écer 32 +SFX c5 écher ècheriez/32 écher 32 +SFX c5 écrer ècreriez/32 écrer 32 +SFX c5 éder èderiez/32 éder 32 +SFX c5 éger ègeriez/32 éger 32 +SFX c5 égler ègleriez/32 égler 32 +SFX c5 égner ègneriez/32 égner 32 +SFX c5 égrer ègreriez/32 égrer 32 +SFX c5 éguer ègueriez/32 éguer 32 +SFX c5 éler èleriez/32 éler 32 +SFX c5 émer èmeriez/32 émer 32 +SFX c5 éner èneriez/32 éner 32 +SFX c5 éper èperiez/32 éper 32 +SFX c5 équer èqueriez/32 équer 32 +SFX c5 érer èreriez/32 érer 32 +SFX c5 éser èseriez/32 éser 32 +SFX c5 éter èteriez/32 éter 32 +SFX c5 étrer ètreriez/32 étrer 32 +SFX c5 évrer èvreriez/32 évrer 32 +SFX c5 éyer èyeriez/32 éyer 32 +SFX c5 er eraient/18 er 25 +SFX c5 ébrer èbreraient/18 ébrer 25 +SFX c5 écer èceraient/18 écer 25 +SFX c5 écher ècheraient/18 écher 25 +SFX c5 écrer ècreraient/18 écrer 25 +SFX c5 éder èderaient/18 éder 25 +SFX c5 éger ègeraient/18 éger 25 +SFX c5 égler ègleraient/18 égler 25 +SFX c5 égner ègneraient/18 égner 25 +SFX c5 égrer ègreraient/18 égrer 25 +SFX c5 éguer ègueraient/18 éguer 25 +SFX c5 éler èleraient/18 éler 25 +SFX c5 émer èmeraient/18 émer 25 +SFX c5 éner èneraient/18 éner 25 +SFX c5 éper èperaient/18 éper 25 +SFX c5 équer èqueraient/18 équer 25 +SFX c5 érer èreraient/18 érer 25 +SFX c5 éser èseraient/18 éser 25 +SFX c5 éter èteraient/18 éter 25 +SFX c5 étrer ètreraient/18 étrer 25 +SFX c5 évrer èvreraient/18 évrer 25 +SFX c5 éyer èyeraient/18 éyer 25 +SFX c5 ébrer èbre/27 ébrer 41 +SFX c5 écer èce/27 écer 41 +SFX c5 écher èche/27 écher 41 +SFX c5 écrer ècre/27 écrer 41 +SFX c5 éder ède/27 éder 41 +SFX c5 éger ège/27 éger 41 +SFX c5 égler ègle/27 égler 41 +SFX c5 égner ègne/27 égner 41 +SFX c5 égrer ègre/27 égrer 41 +SFX c5 éguer ègue/27 éguer 41 +SFX c5 éler èle/27 éler 41 +SFX c5 émer ème/27 émer 41 +SFX c5 éner ène/27 éner 41 +SFX c5 éper èpe/27 éper 41 +SFX c5 équer èque/27 équer 41 +SFX c5 érer ère/27 érer 41 +SFX c5 éser èse/27 éser 41 +SFX c5 éter ète/27 éter 41 +SFX c5 étrer ètre/27 étrer 41 +SFX c5 évrer èvre/27 évrer 41 +SFX c5 éyer èye/27 éyer 41 +SFX c5 ébrer èbres/25 ébrer 44 +SFX c5 écer èces/25 écer 44 +SFX c5 écher èches/25 écher 44 +SFX c5 écrer ècres/25 écrer 44 +SFX c5 éder èdes/25 éder 44 +SFX c5 éger èges/25 éger 44 +SFX c5 égler ègles/25 égler 44 +SFX c5 égner ègnes/25 égner 44 +SFX c5 égrer ègres/25 égrer 44 +SFX c5 éguer ègues/25 éguer 44 +SFX c5 éler èles/25 éler 44 +SFX c5 émer èmes/25 émer 44 +SFX c5 éner ènes/25 éner 44 +SFX c5 éper èpes/25 éper 44 +SFX c5 équer èques/25 équer 44 +SFX c5 érer ères/25 érer 44 +SFX c5 éser èses/25 éser 44 +SFX c5 éter ètes/25 éter 44 +SFX c5 étrer ètres/25 étrer 44 +SFX c5 évrer èvres/25 évrer 44 +SFX c5 éyer èyes/25 éyer 44 +SFX c5 ébrer èbre/18 ébrer 27 +SFX c5 écer èce/18 écer 27 +SFX c5 écher èche/18 écher 27 +SFX c5 écrer ècre/18 écrer 27 +SFX c5 éder ède/18 éder 27 +SFX c5 éger ège/18 éger 27 +SFX c5 égler ègle/18 égler 27 +SFX c5 égner ègne/18 égner 27 +SFX c5 égrer ègre/18 égrer 27 +SFX c5 éguer ègue/18 éguer 27 +SFX c5 éler èle/18 éler 27 +SFX c5 émer ème/18 émer 27 +SFX c5 éner ène/18 éner 27 +SFX c5 éper èpe/18 éper 27 +SFX c5 équer èque/18 équer 27 +SFX c5 érer ère/18 érer 27 +SFX c5 éser èse/18 éser 27 +SFX c5 éter ète/18 éter 27 +SFX c5 étrer ètre/18 étrer 27 +SFX c5 évrer èvre/18 évrer 27 +SFX c5 éyer èye/18 éyer 27 +SFX c5 er ions/35 er 74 +SFX c5 er iez/32 er 73 +SFX c5 ébrer èbrent/18 ébrer 28 +SFX c5 écer ècent/18 écer 28 +SFX c5 écher èchent/18 écher 28 +SFX c5 écrer ècrent/18 écrer 28 +SFX c5 éder èdent/18 éder 28 +SFX c5 éger ègent/18 éger 28 +SFX c5 égler èglent/18 égler 28 +SFX c5 égner ègnent/18 égner 28 +SFX c5 égrer ègrent/18 égrer 28 +SFX c5 éguer èguent/18 éguer 28 +SFX c5 éler èlent/18 éler 28 +SFX c5 émer èment/18 émer 28 +SFX c5 éner ènent/18 éner 28 +SFX c5 éper èpent/18 éper 28 +SFX c5 équer èquent/18 équer 28 +SFX c5 érer èrent/18 érer 28 +SFX c5 éser èsent/18 éser 28 +SFX c5 éter ètent/18 éter 28 +SFX c5 étrer ètrent/18 étrer 28 +SFX c5 évrer èvrent/18 évrer 28 +SFX c5 éyer èyent/18 éyer 28 +SFX c5 er asse/27 [^cg]er 61 +SFX c5 écer éçasse/27 écer 61 +SFX c5 éger égeasse/27 éger 61 +SFX c5 er asses/25 [^cg]er 67 +SFX c5 écer éçasses/25 écer 67 +SFX c5 éger égeasses/25 éger 67 +SFX c5 er ât/18 [^cg]er 52 +SFX c5 écer éçât/18 écer 52 +SFX c5 éger égeât/18 éger 52 +SFX c5 er assions/35 [^cg]er 60 +SFX c5 écer éçassions/35 écer 60 +SFX c5 éger égeassions/35 éger 60 +SFX c5 er assiez/32 [^cg]er 59 +SFX c5 écer éçassiez/32 écer 59 +SFX c5 éger égeassiez/32 éger 59 +SFX c5 er assent/18 [^cg]er 54 +SFX c5 écer éçassent/18 écer 54 +SFX c5 éger égeassent/18 éger 54 +SFX c5 ébrer èbre/32 ébrer 36 +SFX c5 écer èce/32 écer 36 +SFX c5 écher èche/32 écher 36 +SFX c5 écrer ècre/32 écrer 36 +SFX c5 éder ède/32 éder 36 +SFX c5 éger ège/32 éger 36 +SFX c5 égler ègle/32 égler 36 +SFX c5 égner ègne/32 égner 36 +SFX c5 égrer ègre/32 égrer 36 +SFX c5 éguer ègue/32 éguer 36 +SFX c5 éler èle/32 éler 36 +SFX c5 émer ème/32 émer 36 +SFX c5 éner ène/32 éner 36 +SFX c5 éper èpe/32 éper 36 +SFX c5 équer èque/32 équer 36 +SFX c5 érer ère/32 érer 36 +SFX c5 éser èse/32 éser 36 +SFX c5 éter ète/32 éter 36 +SFX c5 étrer ètre/32 étrer 36 +SFX c5 évrer èvre/32 évrer 36 +SFX c5 éyer èye/32 éyer 36 +SFX c5 er ons/13 [^cg]er 58 +SFX c5 écer éçons/13 écer 58 +SFX c5 éger égeons/13 éger 58 +SFX c5 er ez/13 er 75 + +SFX d0 N 152 +SFX d0 er er er 64 +SFX d0 er ant er 48 +SFX d0 eter ette jeter 34 +SFX d0 eter ette [^j]eter 34 +SFX d0 eter ète [^j]eter 34 +SFX d0 eler elle ppeler 34 +SFX d0 eler elle [^p].eler 34 +SFX d0 eler èle [^p].eler 34 +SFX d0 eter ettes jeter 35 +SFX d0 eter ettes [^j]eter 35 +SFX d0 eter ètes [^j]eter 35 +SFX d0 eler elles ppeler 35 +SFX d0 eler elles [^p].eler 35 +SFX d0 eler èles [^p].eler 35 +SFX d0 eter ette jeter 21 +SFX d0 eter ette [^j]eter 21 +SFX d0 eter ète [^j]eter 21 +SFX d0 eler elle ppeler 21 +SFX d0 eler elle [^p].eler 21 +SFX d0 eler èle [^p].eler 21 +SFX d0 er ons er 56 +SFX d0 er ez er 72 +SFX d0 eter ettent jeter 26 +SFX d0 eter ettent [^j]eter 26 +SFX d0 eter ètent [^j]eter 26 +SFX d0 eler ellent ppeler 26 +SFX d0 eler ellent [^p].eler 26 +SFX d0 eler èlent [^p].eler 26 +SFX d0 er ais er 66 +SFX d0 er ais er 65 +SFX d0 er ait er 50 +SFX d0 er ions er 77 +SFX d0 er iez er 76 +SFX d0 er aient er 51 +SFX d0 er ai er 69 +SFX d0 er as er 68 +SFX d0 er a er 53 +SFX d0 er âmes er 63 +SFX d0 er âtes er 62 +SFX d0 er èrent er 71 +SFX d0 eter etterai jeter 38 +SFX d0 eter etterai [^j]eter 38 +SFX d0 eter èterai [^j]eter 38 +SFX d0 eler ellerai ppeler 38 +SFX d0 eler ellerai [^p].eler 38 +SFX d0 eler èlerai [^p].eler 38 +SFX d0 eter etteras jeter 37 +SFX d0 eter etteras [^j]eter 37 +SFX d0 eter èteras [^j]eter 37 +SFX d0 eler elleras ppeler 37 +SFX d0 eler elleras [^p].eler 37 +SFX d0 eler èleras [^p].eler 37 +SFX d0 eter ettera jeter 22 +SFX d0 eter ettera [^j]eter 22 +SFX d0 eter ètera [^j]eter 22 +SFX d0 eler ellera ppeler 22 +SFX d0 eler ellera [^p].eler 22 +SFX d0 eler èlera [^p].eler 22 +SFX d0 eter etterons jeter 31 +SFX d0 eter etterons [^j]eter 31 +SFX d0 eter èterons [^j]eter 31 +SFX d0 eler ellerons ppeler 31 +SFX d0 eler ellerons [^p].eler 31 +SFX d0 eler èlerons [^p].eler 31 +SFX d0 eter etterez jeter 30 +SFX d0 eter etterez [^j]eter 30 +SFX d0 eter èterez [^j]eter 30 +SFX d0 eler ellerez ppeler 30 +SFX d0 eler ellerez [^p].eler 30 +SFX d0 eler èlerez [^p].eler 30 +SFX d0 eter etteront jeter 24 +SFX d0 eter etteront [^j]eter 24 +SFX d0 eter èteront [^j]eter 24 +SFX d0 eler elleront ppeler 24 +SFX d0 eler elleront [^p].eler 24 +SFX d0 eler èleront [^p].eler 24 +SFX d0 eter etterais jeter 40 +SFX d0 eter etterais [^j]eter 40 +SFX d0 eter èterais [^j]eter 40 +SFX d0 eler ellerais ppeler 40 +SFX d0 eler ellerais [^p].eler 40 +SFX d0 eler èlerais [^p].eler 40 +SFX d0 eter etterais jeter 39 +SFX d0 eter etterais [^j]eter 39 +SFX d0 eter èterais [^j]eter 39 +SFX d0 eler ellerais ppeler 39 +SFX d0 eler ellerais [^p].eler 39 +SFX d0 eler èlerais [^p].eler 39 +SFX d0 eter etterait jeter 23 +SFX d0 eter etterait [^j]eter 23 +SFX d0 eter èterait [^j]eter 23 +SFX d0 eler ellerait ppeler 23 +SFX d0 eler ellerait [^p].eler 23 +SFX d0 eler èlerait [^p].eler 23 +SFX d0 eter etterions jeter 33 +SFX d0 eter etterions [^j]eter 33 +SFX d0 eter èterions [^j]eter 33 +SFX d0 eler ellerions ppeler 33 +SFX d0 eler ellerions [^p].eler 33 +SFX d0 eler èlerions [^p].eler 33 +SFX d0 eter etteriez jeter 32 +SFX d0 eter etteriez [^j]eter 32 +SFX d0 eter èteriez [^j]eter 32 +SFX d0 eler elleriez ppeler 32 +SFX d0 eler elleriez [^p].eler 32 +SFX d0 eler èleriez [^p].eler 32 +SFX d0 eter etteraient jeter 25 +SFX d0 eter etteraient [^j]eter 25 +SFX d0 eter èteraient [^j]eter 25 +SFX d0 eler elleraient ppeler 25 +SFX d0 eler elleraient [^p].eler 25 +SFX d0 eler èleraient [^p].eler 25 +SFX d0 eter ette jeter 41 +SFX d0 eter ette [^j]eter 41 +SFX d0 eter ète [^j]eter 41 +SFX d0 eler elle ppeler 41 +SFX d0 eler elle [^p].eler 41 +SFX d0 eler èle [^p].eler 41 +SFX d0 eter ettes jeter 44 +SFX d0 eter ettes [^j]eter 44 +SFX d0 eter ètes [^j]eter 44 +SFX d0 eler elles ppeler 44 +SFX d0 eler elles [^p].eler 44 +SFX d0 eler èles [^p].eler 44 +SFX d0 eter ette jeter 27 +SFX d0 eter ette [^j]eter 27 +SFX d0 eter ète [^j]eter 27 +SFX d0 eler elle ppeler 27 +SFX d0 eler elle [^p].eler 27 +SFX d0 eler èle [^p].eler 27 +SFX d0 er ions er 74 +SFX d0 er iez er 73 +SFX d0 eter ettent jeter 28 +SFX d0 eter ettent [^j]eter 28 +SFX d0 eter ètent [^j]eter 28 +SFX d0 eler ellent ppeler 28 +SFX d0 eler ellent [^p].eler 28 +SFX d0 eler èlent [^p].eler 28 +SFX d0 er asse er 61 +SFX d0 er asses er 67 +SFX d0 er ât er 52 +SFX d0 er assions er 60 +SFX d0 er assiez er 59 +SFX d0 er assent er 54 +SFX d0 eter ette jeter 36 +SFX d0 eter ette [^j]eter 36 +SFX d0 eter ète [^j]eter 36 +SFX d0 eler elle ppeler 36 +SFX d0 eler elle [^p].eler 36 +SFX d0 eler èle [^p].eler 36 +SFX d0 er ons er 58 +SFX d0 er ez er 75 + +SFX d1 Y 152 +SFX d1 er er/80 er 64 +SFX d1 er ant/16 er 48 +SFX d1 eter ette/26 jeter 34 +SFX d1 eter ette/26 [^j]eter 34 +SFX d1 eter ète/26 [^j]eter 34 +SFX d1 eler elle/26 ppeler 34 +SFX d1 eler elle/26 [^p].eler 34 +SFX d1 eler èle/26 [^p].eler 34 +SFX d1 eter ettes/13 jeter 35 +SFX d1 eter ettes/13 [^j]eter 35 +SFX d1 eter ètes/13 [^j]eter 35 +SFX d1 eler elles/13 ppeler 35 +SFX d1 eler elles/13 [^p].eler 35 +SFX d1 eler èles/13 [^p].eler 35 +SFX d1 eter ette/16 jeter 21 +SFX d1 eter ette/16 [^j]eter 21 +SFX d1 eter ète/16 [^j]eter 21 +SFX d1 eler elle/16 ppeler 21 +SFX d1 eler elle/16 [^p].eler 21 +SFX d1 eler èle/16 [^p].eler 21 +SFX d1 er ons/13 er 56 +SFX d1 er ez/13 er 72 +SFX d1 eter ettent/16 jeter 26 +SFX d1 eter ettent/16 [^j]eter 26 +SFX d1 eter ètent/16 [^j]eter 26 +SFX d1 eler ellent/16 ppeler 26 +SFX d1 eler ellent/16 [^p].eler 26 +SFX d1 eler èlent/16 [^p].eler 26 +SFX d1 er ais/26 er 66 +SFX d1 er ais/13 er 65 +SFX d1 er ait/16 er 50 +SFX d1 er ions/13 er 77 +SFX d1 er iez/13 er 76 +SFX d1 er aient/16 er 51 +SFX d1 er ai/26 er 69 +SFX d1 er as/13 er 68 +SFX d1 er a/16 er 53 +SFX d1 er âmes/13 er 63 +SFX d1 er âtes/13 er 62 +SFX d1 er èrent/16 er 71 +SFX d1 eter etterai/26 jeter 38 +SFX d1 eter etterai/26 [^j]eter 38 +SFX d1 eter èterai/26 [^j]eter 38 +SFX d1 eler ellerai/26 ppeler 38 +SFX d1 eler ellerai/26 [^p].eler 38 +SFX d1 eler èlerai/26 [^p].eler 38 +SFX d1 eter etteras/13 jeter 37 +SFX d1 eter etteras/13 [^j]eter 37 +SFX d1 eter èteras/13 [^j]eter 37 +SFX d1 eler elleras/13 ppeler 37 +SFX d1 eler elleras/13 [^p].eler 37 +SFX d1 eler èleras/13 [^p].eler 37 +SFX d1 eter ettera/16 jeter 22 +SFX d1 eter ettera/16 [^j]eter 22 +SFX d1 eter ètera/16 [^j]eter 22 +SFX d1 eler ellera/16 ppeler 22 +SFX d1 eler ellera/16 [^p].eler 22 +SFX d1 eler èlera/16 [^p].eler 22 +SFX d1 eter etterons/13 jeter 31 +SFX d1 eter etterons/13 [^j]eter 31 +SFX d1 eter èterons/13 [^j]eter 31 +SFX d1 eler ellerons/13 ppeler 31 +SFX d1 eler ellerons/13 [^p].eler 31 +SFX d1 eler èlerons/13 [^p].eler 31 +SFX d1 eter etterez/13 jeter 30 +SFX d1 eter etterez/13 [^j]eter 30 +SFX d1 eter èterez/13 [^j]eter 30 +SFX d1 eler ellerez/13 ppeler 30 +SFX d1 eler ellerez/13 [^p].eler 30 +SFX d1 eler èlerez/13 [^p].eler 30 +SFX d1 eter etteront/16 jeter 24 +SFX d1 eter etteront/16 [^j]eter 24 +SFX d1 eter èteront/16 [^j]eter 24 +SFX d1 eler elleront/16 ppeler 24 +SFX d1 eler elleront/16 [^p].eler 24 +SFX d1 eler èleront/16 [^p].eler 24 +SFX d1 eter etterais/26 jeter 40 +SFX d1 eter etterais/26 [^j]eter 40 +SFX d1 eter èterais/26 [^j]eter 40 +SFX d1 eler ellerais/26 ppeler 40 +SFX d1 eler ellerais/26 [^p].eler 40 +SFX d1 eler èlerais/26 [^p].eler 40 +SFX d1 eter etterais/13 jeter 39 +SFX d1 eter etterais/13 [^j]eter 39 +SFX d1 eter èterais/13 [^j]eter 39 +SFX d1 eler ellerais/13 ppeler 39 +SFX d1 eler ellerais/13 [^p].eler 39 +SFX d1 eler èlerais/13 [^p].eler 39 +SFX d1 eter etterait/16 jeter 23 +SFX d1 eter etterait/16 [^j]eter 23 +SFX d1 eter èterait/16 [^j]eter 23 +SFX d1 eler ellerait/16 ppeler 23 +SFX d1 eler ellerait/16 [^p].eler 23 +SFX d1 eler èlerait/16 [^p].eler 23 +SFX d1 eter etterions/13 jeter 33 +SFX d1 eter etterions/13 [^j]eter 33 +SFX d1 eter èterions/13 [^j]eter 33 +SFX d1 eler ellerions/13 ppeler 33 +SFX d1 eler ellerions/13 [^p].eler 33 +SFX d1 eler èlerions/13 [^p].eler 33 +SFX d1 eter etteriez/13 jeter 32 +SFX d1 eter etteriez/13 [^j]eter 32 +SFX d1 eter èteriez/13 [^j]eter 32 +SFX d1 eler elleriez/13 ppeler 32 +SFX d1 eler elleriez/13 [^p].eler 32 +SFX d1 eler èleriez/13 [^p].eler 32 +SFX d1 eter etteraient/16 jeter 25 +SFX d1 eter etteraient/16 [^j]eter 25 +SFX d1 eter èteraient/16 [^j]eter 25 +SFX d1 eler elleraient/16 ppeler 25 +SFX d1 eler elleraient/16 [^p].eler 25 +SFX d1 eler èleraient/16 [^p].eler 25 +SFX d1 eter ette/26 jeter 41 +SFX d1 eter ette/26 [^j]eter 41 +SFX d1 eter ète/26 [^j]eter 41 +SFX d1 eler elle/26 ppeler 41 +SFX d1 eler elle/26 [^p].eler 41 +SFX d1 eler èle/26 [^p].eler 41 +SFX d1 eter ettes/13 jeter 44 +SFX d1 eter ettes/13 [^j]eter 44 +SFX d1 eter ètes/13 [^j]eter 44 +SFX d1 eler elles/13 ppeler 44 +SFX d1 eler elles/13 [^p].eler 44 +SFX d1 eler èles/13 [^p].eler 44 +SFX d1 eter ette/16 jeter 27 +SFX d1 eter ette/16 [^j]eter 27 +SFX d1 eter ète/16 [^j]eter 27 +SFX d1 eler elle/16 ppeler 27 +SFX d1 eler elle/16 [^p].eler 27 +SFX d1 eler èle/16 [^p].eler 27 +SFX d1 er ions/13 er 74 +SFX d1 er iez/13 er 73 +SFX d1 eter ettent/16 jeter 28 +SFX d1 eter ettent/16 [^j]eter 28 +SFX d1 eter ètent/16 [^j]eter 28 +SFX d1 eler ellent/16 ppeler 28 +SFX d1 eler ellent/16 [^p].eler 28 +SFX d1 eler èlent/16 [^p].eler 28 +SFX d1 er asse/26 er 61 +SFX d1 er asses/13 er 67 +SFX d1 er ât/16 er 52 +SFX d1 er assions/13 er 60 +SFX d1 er assiez/13 er 59 +SFX d1 er assent/16 er 54 +SFX d1 eter ette/13 jeter 36 +SFX d1 eter ette/13 [^j]eter 36 +SFX d1 eter ète/13 [^j]eter 36 +SFX d1 eler elle/13 ppeler 36 +SFX d1 eler elle/13 [^p].eler 36 +SFX d1 eler èle/13 [^p].eler 36 +SFX d1 er ons/13 er 58 +SFX d1 er ez/13 er 75 + +SFX d2 Y 152 +SFX d2 er er/53 er 64 +SFX d2 er ant/6 er 48 +SFX d2 eter ette/30 jeter 34 +SFX d2 eter ette/30 [^j]eter 34 +SFX d2 eter ète/30 [^j]eter 34 +SFX d2 eler elle/30 ppeler 34 +SFX d2 eler elle/30 [^p].eler 34 +SFX d2 eler èle/30 [^p].eler 34 +SFX d2 eter ettes/14 jeter 35 +SFX d2 eter ettes/14 [^j]eter 35 +SFX d2 eter ètes/14 [^j]eter 35 +SFX d2 eler elles/14 ppeler 35 +SFX d2 eler elles/14 [^p].eler 35 +SFX d2 eler èles/14 [^p].eler 35 +SFX d2 eter ette/6 jeter 21 +SFX d2 eter ette/6 [^j]eter 21 +SFX d2 eter ète/6 [^j]eter 21 +SFX d2 eler elle/6 ppeler 21 +SFX d2 eler elle/6 [^p].eler 21 +SFX d2 eler èle/6 [^p].eler 21 +SFX d2 er ons/17 er 56 +SFX d2 er ez/14 er 72 +SFX d2 eter ettent/6 jeter 26 +SFX d2 eter ettent/6 [^j]eter 26 +SFX d2 eter ètent/6 [^j]eter 26 +SFX d2 eler ellent/6 ppeler 26 +SFX d2 eler ellent/6 [^p].eler 26 +SFX d2 eler èlent/6 [^p].eler 26 +SFX d2 er ais/30 er 66 +SFX d2 er ais/14 er 65 +SFX d2 er ait/6 er 50 +SFX d2 er ions/17 er 77 +SFX d2 er iez/14 er 76 +SFX d2 er aient/6 er 51 +SFX d2 er ai/30 er 69 +SFX d2 er as/14 er 68 +SFX d2 er a/6 er 53 +SFX d2 er âmes/17 er 63 +SFX d2 er âtes/14 er 62 +SFX d2 er èrent/6 er 71 +SFX d2 eter etterai/30 jeter 38 +SFX d2 eter etterai/30 [^j]eter 38 +SFX d2 eter èterai/30 [^j]eter 38 +SFX d2 eler ellerai/30 ppeler 38 +SFX d2 eler ellerai/30 [^p].eler 38 +SFX d2 eler èlerai/30 [^p].eler 38 +SFX d2 eter etteras/14 jeter 37 +SFX d2 eter etteras/14 [^j]eter 37 +SFX d2 eter èteras/14 [^j]eter 37 +SFX d2 eler elleras/14 ppeler 37 +SFX d2 eler elleras/14 [^p].eler 37 +SFX d2 eler èleras/14 [^p].eler 37 +SFX d2 eter ettera/6 jeter 22 +SFX d2 eter ettera/6 [^j]eter 22 +SFX d2 eter ètera/6 [^j]eter 22 +SFX d2 eler ellera/6 ppeler 22 +SFX d2 eler ellera/6 [^p].eler 22 +SFX d2 eler èlera/6 [^p].eler 22 +SFX d2 eter etterons/17 jeter 31 +SFX d2 eter etterons/17 [^j]eter 31 +SFX d2 eter èterons/17 [^j]eter 31 +SFX d2 eler ellerons/17 ppeler 31 +SFX d2 eler ellerons/17 [^p].eler 31 +SFX d2 eler èlerons/17 [^p].eler 31 +SFX d2 eter etterez/14 jeter 30 +SFX d2 eter etterez/14 [^j]eter 30 +SFX d2 eter èterez/14 [^j]eter 30 +SFX d2 eler ellerez/14 ppeler 30 +SFX d2 eler ellerez/14 [^p].eler 30 +SFX d2 eler èlerez/14 [^p].eler 30 +SFX d2 eter etteront/6 jeter 24 +SFX d2 eter etteront/6 [^j]eter 24 +SFX d2 eter èteront/6 [^j]eter 24 +SFX d2 eler elleront/6 ppeler 24 +SFX d2 eler elleront/6 [^p].eler 24 +SFX d2 eler èleront/6 [^p].eler 24 +SFX d2 eter etterais/30 jeter 40 +SFX d2 eter etterais/30 [^j]eter 40 +SFX d2 eter èterais/30 [^j]eter 40 +SFX d2 eler ellerais/30 ppeler 40 +SFX d2 eler ellerais/30 [^p].eler 40 +SFX d2 eler èlerais/30 [^p].eler 40 +SFX d2 eter etterais/14 jeter 39 +SFX d2 eter etterais/14 [^j]eter 39 +SFX d2 eter èterais/14 [^j]eter 39 +SFX d2 eler ellerais/14 ppeler 39 +SFX d2 eler ellerais/14 [^p].eler 39 +SFX d2 eler èlerais/14 [^p].eler 39 +SFX d2 eter etterait/6 jeter 23 +SFX d2 eter etterait/6 [^j]eter 23 +SFX d2 eter èterait/6 [^j]eter 23 +SFX d2 eler ellerait/6 ppeler 23 +SFX d2 eler ellerait/6 [^p].eler 23 +SFX d2 eler èlerait/6 [^p].eler 23 +SFX d2 eter etterions/17 jeter 33 +SFX d2 eter etterions/17 [^j]eter 33 +SFX d2 eter èterions/17 [^j]eter 33 +SFX d2 eler ellerions/17 ppeler 33 +SFX d2 eler ellerions/17 [^p].eler 33 +SFX d2 eler èlerions/17 [^p].eler 33 +SFX d2 eter etteriez/14 jeter 32 +SFX d2 eter etteriez/14 [^j]eter 32 +SFX d2 eter èteriez/14 [^j]eter 32 +SFX d2 eler elleriez/14 ppeler 32 +SFX d2 eler elleriez/14 [^p].eler 32 +SFX d2 eler èleriez/14 [^p].eler 32 +SFX d2 eter etteraient/6 jeter 25 +SFX d2 eter etteraient/6 [^j]eter 25 +SFX d2 eter èteraient/6 [^j]eter 25 +SFX d2 eler elleraient/6 ppeler 25 +SFX d2 eler elleraient/6 [^p].eler 25 +SFX d2 eler èleraient/6 [^p].eler 25 +SFX d2 eter ette/54 jeter 41 +SFX d2 eter ette/54 [^j]eter 41 +SFX d2 eter ète/54 [^j]eter 41 +SFX d2 eler elle/54 ppeler 41 +SFX d2 eler elle/54 [^p].eler 41 +SFX d2 eler èle/54 [^p].eler 41 +SFX d2 eter ettes/31 jeter 44 +SFX d2 eter ettes/31 [^j]eter 44 +SFX d2 eter ètes/31 [^j]eter 44 +SFX d2 eler elles/31 ppeler 44 +SFX d2 eler elles/31 [^p].eler 44 +SFX d2 eler èles/31 [^p].eler 44 +SFX d2 eter ette/6 jeter 27 +SFX d2 eter ette/6 [^j]eter 27 +SFX d2 eter ète/6 [^j]eter 27 +SFX d2 eler elle/6 ppeler 27 +SFX d2 eler elle/6 [^p].eler 27 +SFX d2 eler èle/6 [^p].eler 27 +SFX d2 er ions/56 er 74 +SFX d2 er iez/31 er 73 +SFX d2 eter ettent/6 jeter 28 +SFX d2 eter ettent/6 [^j]eter 28 +SFX d2 eter ètent/6 [^j]eter 28 +SFX d2 eler ellent/6 ppeler 28 +SFX d2 eler ellent/6 [^p].eler 28 +SFX d2 eler èlent/6 [^p].eler 28 +SFX d2 er asse/30 er 61 +SFX d2 er asses/14 er 67 +SFX d2 er ât/6 er 52 +SFX d2 er assions/17 er 60 +SFX d2 er assiez/14 er 59 +SFX d2 er assent/6 er 54 +SFX d2 eter ette/31 jeter 36 +SFX d2 eter ette/31 [^j]eter 36 +SFX d2 eter ète/31 [^j]eter 36 +SFX d2 eler elle/31 ppeler 36 +SFX d2 eler elle/31 [^p].eler 36 +SFX d2 eler èle/31 [^p].eler 36 +SFX d2 er ons/45 er 58 +SFX d2 er ez/31 er 75 + +SFX d3 Y 152 +SFX d3 er er/59 er 64 +SFX d3 er ant/59 er 48 +SFX d3 eter ette/24 jeter 34 +SFX d3 eter ette/24 [^j]eter 34 +SFX d3 eter ète/24 [^j]eter 34 +SFX d3 eler elle/24 ppeler 34 +SFX d3 eler elle/24 [^p].eler 34 +SFX d3 eler èle/24 [^p].eler 34 +SFX d3 eter ettes/21 jeter 35 +SFX d3 eter ettes/21 [^j]eter 35 +SFX d3 eter ètes/21 [^j]eter 35 +SFX d3 eler elles/21 ppeler 35 +SFX d3 eler elles/21 [^p].eler 35 +SFX d3 eler èles/21 [^p].eler 35 +SFX d3 eter ette/12 jeter 21 +SFX d3 eter ette/12 [^j]eter 21 +SFX d3 eter ète/12 [^j]eter 21 +SFX d3 eler elle/12 ppeler 21 +SFX d3 eler elle/12 [^p].eler 21 +SFX d3 eler èle/12 [^p].eler 21 +SFX d3 er ons er 56 +SFX d3 er ez er 72 +SFX d3 eter ettent/12 jeter 26 +SFX d3 eter ettent/12 [^j]eter 26 +SFX d3 eter ètent/12 [^j]eter 26 +SFX d3 eler ellent/12 ppeler 26 +SFX d3 eler ellent/12 [^p].eler 26 +SFX d3 eler èlent/12 [^p].eler 26 +SFX d3 er ais/24 er 66 +SFX d3 er ais/21 er 65 +SFX d3 er ait/12 er 50 +SFX d3 er ions er 77 +SFX d3 er iez er 76 +SFX d3 er aient/12 er 51 +SFX d3 er ai/24 er 69 +SFX d3 er as/21 er 68 +SFX d3 er a/12 er 53 +SFX d3 er âmes er 63 +SFX d3 er âtes er 62 +SFX d3 er èrent/12 er 71 +SFX d3 eter etterai/24 jeter 38 +SFX d3 eter etterai/24 [^j]eter 38 +SFX d3 eter èterai/24 [^j]eter 38 +SFX d3 eler ellerai/24 ppeler 38 +SFX d3 eler ellerai/24 [^p].eler 38 +SFX d3 eler èlerai/24 [^p].eler 38 +SFX d3 eter etteras/21 jeter 37 +SFX d3 eter etteras/21 [^j]eter 37 +SFX d3 eter èteras/21 [^j]eter 37 +SFX d3 eler elleras/21 ppeler 37 +SFX d3 eler elleras/21 [^p].eler 37 +SFX d3 eler èleras/21 [^p].eler 37 +SFX d3 eter ettera/12 jeter 22 +SFX d3 eter ettera/12 [^j]eter 22 +SFX d3 eter ètera/12 [^j]eter 22 +SFX d3 eler ellera/12 ppeler 22 +SFX d3 eler ellera/12 [^p].eler 22 +SFX d3 eler èlera/12 [^p].eler 22 +SFX d3 eter etterons jeter 31 +SFX d3 eter etterons [^j]eter 31 +SFX d3 eter èterons [^j]eter 31 +SFX d3 eler ellerons ppeler 31 +SFX d3 eler ellerons [^p].eler 31 +SFX d3 eler èlerons [^p].eler 31 +SFX d3 eter etterez jeter 30 +SFX d3 eter etterez [^j]eter 30 +SFX d3 eter èterez [^j]eter 30 +SFX d3 eler ellerez ppeler 30 +SFX d3 eler ellerez [^p].eler 30 +SFX d3 eler èlerez [^p].eler 30 +SFX d3 eter etteront/12 jeter 24 +SFX d3 eter etteront/12 [^j]eter 24 +SFX d3 eter èteront/12 [^j]eter 24 +SFX d3 eler elleront/12 ppeler 24 +SFX d3 eler elleront/12 [^p].eler 24 +SFX d3 eler èleront/12 [^p].eler 24 +SFX d3 eter etterais/24 jeter 40 +SFX d3 eter etterais/24 [^j]eter 40 +SFX d3 eter èterais/24 [^j]eter 40 +SFX d3 eler ellerais/24 ppeler 40 +SFX d3 eler ellerais/24 [^p].eler 40 +SFX d3 eler èlerais/24 [^p].eler 40 +SFX d3 eter etterais/21 jeter 39 +SFX d3 eter etterais/21 [^j]eter 39 +SFX d3 eter èterais/21 [^j]eter 39 +SFX d3 eler ellerais/21 ppeler 39 +SFX d3 eler ellerais/21 [^p].eler 39 +SFX d3 eler èlerais/21 [^p].eler 39 +SFX d3 eter etterait/12 jeter 23 +SFX d3 eter etterait/12 [^j]eter 23 +SFX d3 eter èterait/12 [^j]eter 23 +SFX d3 eler ellerait/12 ppeler 23 +SFX d3 eler ellerait/12 [^p].eler 23 +SFX d3 eler èlerait/12 [^p].eler 23 +SFX d3 eter etterions jeter 33 +SFX d3 eter etterions [^j]eter 33 +SFX d3 eter èterions [^j]eter 33 +SFX d3 eler ellerions ppeler 33 +SFX d3 eler ellerions [^p].eler 33 +SFX d3 eler èlerions [^p].eler 33 +SFX d3 eter etteriez jeter 32 +SFX d3 eter etteriez [^j]eter 32 +SFX d3 eter èteriez [^j]eter 32 +SFX d3 eler elleriez ppeler 32 +SFX d3 eler elleriez [^p].eler 32 +SFX d3 eler èleriez [^p].eler 32 +SFX d3 eter etteraient/12 jeter 25 +SFX d3 eter etteraient/12 [^j]eter 25 +SFX d3 eter èteraient/12 [^j]eter 25 +SFX d3 eler elleraient/12 ppeler 25 +SFX d3 eler elleraient/12 [^p].eler 25 +SFX d3 eler èleraient/12 [^p].eler 25 +SFX d3 eter ette/24 jeter 41 +SFX d3 eter ette/24 [^j]eter 41 +SFX d3 eter ète/24 [^j]eter 41 +SFX d3 eler elle/24 ppeler 41 +SFX d3 eler elle/24 [^p].eler 41 +SFX d3 eler èle/24 [^p].eler 41 +SFX d3 eter ettes/21 jeter 44 +SFX d3 eter ettes/21 [^j]eter 44 +SFX d3 eter ètes/21 [^j]eter 44 +SFX d3 eler elles/21 ppeler 44 +SFX d3 eler elles/21 [^p].eler 44 +SFX d3 eler èles/21 [^p].eler 44 +SFX d3 eter ette/12 jeter 27 +SFX d3 eter ette/12 [^j]eter 27 +SFX d3 eter ète/12 [^j]eter 27 +SFX d3 eler elle/12 ppeler 27 +SFX d3 eler elle/12 [^p].eler 27 +SFX d3 eler èle/12 [^p].eler 27 +SFX d3 er ions er 74 +SFX d3 er iez er 73 +SFX d3 eter ettent/12 jeter 28 +SFX d3 eter ettent/12 [^j]eter 28 +SFX d3 eter ètent/12 [^j]eter 28 +SFX d3 eler ellent/12 ppeler 28 +SFX d3 eler ellent/12 [^p].eler 28 +SFX d3 eler èlent/12 [^p].eler 28 +SFX d3 er asse/24 er 61 +SFX d3 er asses/21 er 67 +SFX d3 er ât/12 er 52 +SFX d3 er assions er 60 +SFX d3 er assiez er 59 +SFX d3 er assent/12 er 54 +SFX d3 eter ette/21 jeter 36 +SFX d3 eter ette/21 [^j]eter 36 +SFX d3 eter ète/21 [^j]eter 36 +SFX d3 eler elle/21 ppeler 36 +SFX d3 eler elle/21 [^p].eler 36 +SFX d3 eler èle/21 [^p].eler 36 +SFX d3 er ons er 58 +SFX d3 er ez er 75 + +SFX d4 Y 152 +SFX d4 er er/53 er 64 +SFX d4 er ant/6 er 48 +SFX d4 eter ette/23 jeter 34 +SFX d4 eter ette/23 [^j]eter 34 +SFX d4 eter ète/23 [^j]eter 34 +SFX d4 eler elle/23 ppeler 34 +SFX d4 eler elle/23 [^p].eler 34 +SFX d4 eler èle/23 [^p].eler 34 +SFX d4 eter ettes/20 jeter 35 +SFX d4 eter ettes/20 [^j]eter 35 +SFX d4 eter ètes/20 [^j]eter 35 +SFX d4 eler elles/20 ppeler 35 +SFX d4 eler elles/20 [^p].eler 35 +SFX d4 eler èles/20 [^p].eler 35 +SFX d4 eter ette/6 jeter 21 +SFX d4 eter ette/6 [^j]eter 21 +SFX d4 eter ète/6 [^j]eter 21 +SFX d4 eler elle/6 ppeler 21 +SFX d4 eler elle/6 [^p].eler 21 +SFX d4 eler èle/6 [^p].eler 21 +SFX d4 er ons/17 er 56 +SFX d4 er ez/14 er 72 +SFX d4 eter ettent/6 jeter 26 +SFX d4 eter ettent/6 [^j]eter 26 +SFX d4 eter ètent/6 [^j]eter 26 +SFX d4 eler ellent/6 ppeler 26 +SFX d4 eler ellent/6 [^p].eler 26 +SFX d4 eler èlent/6 [^p].eler 26 +SFX d4 er ais/23 er 66 +SFX d4 er ais/20 er 65 +SFX d4 er ait/6 er 50 +SFX d4 er ions/17 er 77 +SFX d4 er iez/14 er 76 +SFX d4 er aient/6 er 51 +SFX d4 er ai/23 er 69 +SFX d4 er as/20 er 68 +SFX d4 er a/6 er 53 +SFX d4 er âmes/17 er 63 +SFX d4 er âtes/14 er 62 +SFX d4 er èrent/6 er 71 +SFX d4 eter etterai/23 jeter 38 +SFX d4 eter etterai/23 [^j]eter 38 +SFX d4 eter èterai/23 [^j]eter 38 +SFX d4 eler ellerai/23 ppeler 38 +SFX d4 eler ellerai/23 [^p].eler 38 +SFX d4 eler èlerai/23 [^p].eler 38 +SFX d4 eter etteras/20 jeter 37 +SFX d4 eter etteras/20 [^j]eter 37 +SFX d4 eter èteras/20 [^j]eter 37 +SFX d4 eler elleras/20 ppeler 37 +SFX d4 eler elleras/20 [^p].eler 37 +SFX d4 eler èleras/20 [^p].eler 37 +SFX d4 eter ettera/6 jeter 22 +SFX d4 eter ettera/6 [^j]eter 22 +SFX d4 eter ètera/6 [^j]eter 22 +SFX d4 eler ellera/6 ppeler 22 +SFX d4 eler ellera/6 [^p].eler 22 +SFX d4 eler èlera/6 [^p].eler 22 +SFX d4 eter etterons/17 jeter 31 +SFX d4 eter etterons/17 [^j]eter 31 +SFX d4 eter èterons/17 [^j]eter 31 +SFX d4 eler ellerons/17 ppeler 31 +SFX d4 eler ellerons/17 [^p].eler 31 +SFX d4 eler èlerons/17 [^p].eler 31 +SFX d4 eter etterez/14 jeter 30 +SFX d4 eter etterez/14 [^j]eter 30 +SFX d4 eter èterez/14 [^j]eter 30 +SFX d4 eler ellerez/14 ppeler 30 +SFX d4 eler ellerez/14 [^p].eler 30 +SFX d4 eler èlerez/14 [^p].eler 30 +SFX d4 eter etteront/6 jeter 24 +SFX d4 eter etteront/6 [^j]eter 24 +SFX d4 eter èteront/6 [^j]eter 24 +SFX d4 eler elleront/6 ppeler 24 +SFX d4 eler elleront/6 [^p].eler 24 +SFX d4 eler èleront/6 [^p].eler 24 +SFX d4 eter etterais/23 jeter 40 +SFX d4 eter etterais/23 [^j]eter 40 +SFX d4 eter èterais/23 [^j]eter 40 +SFX d4 eler ellerais/23 ppeler 40 +SFX d4 eler ellerais/23 [^p].eler 40 +SFX d4 eler èlerais/23 [^p].eler 40 +SFX d4 eter etterais/20 jeter 39 +SFX d4 eter etterais/20 [^j]eter 39 +SFX d4 eter èterais/20 [^j]eter 39 +SFX d4 eler ellerais/20 ppeler 39 +SFX d4 eler ellerais/20 [^p].eler 39 +SFX d4 eler èlerais/20 [^p].eler 39 +SFX d4 eter etterait/6 jeter 23 +SFX d4 eter etterait/6 [^j]eter 23 +SFX d4 eter èterait/6 [^j]eter 23 +SFX d4 eler ellerait/6 ppeler 23 +SFX d4 eler ellerait/6 [^p].eler 23 +SFX d4 eler èlerait/6 [^p].eler 23 +SFX d4 eter etterions/17 jeter 33 +SFX d4 eter etterions/17 [^j]eter 33 +SFX d4 eter èterions/17 [^j]eter 33 +SFX d4 eler ellerions/17 ppeler 33 +SFX d4 eler ellerions/17 [^p].eler 33 +SFX d4 eler èlerions/17 [^p].eler 33 +SFX d4 eter etteriez/14 jeter 32 +SFX d4 eter etteriez/14 [^j]eter 32 +SFX d4 eter èteriez/14 [^j]eter 32 +SFX d4 eler elleriez/14 ppeler 32 +SFX d4 eler elleriez/14 [^p].eler 32 +SFX d4 eler èleriez/14 [^p].eler 32 +SFX d4 eter etteraient/6 jeter 25 +SFX d4 eter etteraient/6 [^j]eter 25 +SFX d4 eter èteraient/6 [^j]eter 25 +SFX d4 eler elleraient/6 ppeler 25 +SFX d4 eler elleraient/6 [^p].eler 25 +SFX d4 eler èleraient/6 [^p].eler 25 +SFX d4 eter ette/44 jeter 41 +SFX d4 eter ette/44 [^j]eter 41 +SFX d4 eter ète/44 [^j]eter 41 +SFX d4 eler elle/44 ppeler 41 +SFX d4 eler elle/44 [^p].eler 41 +SFX d4 eler èle/44 [^p].eler 41 +SFX d4 eter ettes/36 jeter 44 +SFX d4 eter ettes/36 [^j]eter 44 +SFX d4 eter ètes/36 [^j]eter 44 +SFX d4 eler elles/36 ppeler 44 +SFX d4 eler elles/36 [^p].eler 44 +SFX d4 eler èles/36 [^p].eler 44 +SFX d4 eter ette/6 jeter 27 +SFX d4 eter ette/6 [^j]eter 27 +SFX d4 eter ète/6 [^j]eter 27 +SFX d4 eler elle/6 ppeler 27 +SFX d4 eler elle/6 [^p].eler 27 +SFX d4 eler èle/6 [^p].eler 27 +SFX d4 er ions/56 er 74 +SFX d4 er iez/31 er 73 +SFX d4 eter ettent/6 jeter 28 +SFX d4 eter ettent/6 [^j]eter 28 +SFX d4 eter ètent/6 [^j]eter 28 +SFX d4 eler ellent/6 ppeler 28 +SFX d4 eler ellent/6 [^p].eler 28 +SFX d4 eler èlent/6 [^p].eler 28 +SFX d4 er asse/23 er 61 +SFX d4 er asses/20 er 67 +SFX d4 er ât/6 er 52 +SFX d4 er assions/17 er 60 +SFX d4 er assiez/14 er 59 +SFX d4 er assent/6 er 54 +SFX d4 eter ette/36 jeter 36 +SFX d4 eter ette/36 [^j]eter 36 +SFX d4 eter ète/36 [^j]eter 36 +SFX d4 eler elle/36 ppeler 36 +SFX d4 eler elle/36 [^p].eler 36 +SFX d4 eler èle/36 [^p].eler 36 +SFX d4 er ons/45 er 58 +SFX d4 er ez/31 er 75 + +SFX d5 Y 152 +SFX d5 er er/125 er 64 +SFX d5 er ant/125 er 48 +SFX d5 eter ette/27 jeter 34 +SFX d5 eter ette/27 [^j]eter 34 +SFX d5 eter ète/27 [^j]eter 34 +SFX d5 eler elle/27 ppeler 34 +SFX d5 eler elle/27 [^p].eler 34 +SFX d5 eler èle/27 [^p].eler 34 +SFX d5 eter ettes/25 jeter 35 +SFX d5 eter ettes/25 [^j]eter 35 +SFX d5 eter ètes/25 [^j]eter 35 +SFX d5 eler elles/25 ppeler 35 +SFX d5 eler elles/25 [^p].eler 35 +SFX d5 eler èles/25 [^p].eler 35 +SFX d5 eter ette/18 jeter 21 +SFX d5 eter ette/18 [^j]eter 21 +SFX d5 eter ète/18 [^j]eter 21 +SFX d5 eler elle/18 ppeler 21 +SFX d5 eler elle/18 [^p].eler 21 +SFX d5 eler èle/18 [^p].eler 21 +SFX d5 er ons/35 er 56 +SFX d5 er ez/32 er 72 +SFX d5 eter ettent/18 jeter 26 +SFX d5 eter ettent/18 [^j]eter 26 +SFX d5 eter ètent/18 [^j]eter 26 +SFX d5 eler ellent/18 ppeler 26 +SFX d5 eler ellent/18 [^p].eler 26 +SFX d5 eler èlent/18 [^p].eler 26 +SFX d5 er ais/27 er 66 +SFX d5 er ais/25 er 65 +SFX d5 er ait/18 er 50 +SFX d5 er ions/35 er 77 +SFX d5 er iez/32 er 76 +SFX d5 er aient/18 er 51 +SFX d5 er ai/27 er 69 +SFX d5 er as/25 er 68 +SFX d5 er a/18 er 53 +SFX d5 er âmes/35 er 63 +SFX d5 er âtes/32 er 62 +SFX d5 er èrent/18 er 71 +SFX d5 eter etterai/27 jeter 38 +SFX d5 eter etterai/27 [^j]eter 38 +SFX d5 eter èterai/27 [^j]eter 38 +SFX d5 eler ellerai/27 ppeler 38 +SFX d5 eler ellerai/27 [^p].eler 38 +SFX d5 eler èlerai/27 [^p].eler 38 +SFX d5 eter etteras/25 jeter 37 +SFX d5 eter etteras/25 [^j]eter 37 +SFX d5 eter èteras/25 [^j]eter 37 +SFX d5 eler elleras/25 ppeler 37 +SFX d5 eler elleras/25 [^p].eler 37 +SFX d5 eler èleras/25 [^p].eler 37 +SFX d5 eter ettera/18 jeter 22 +SFX d5 eter ettera/18 [^j]eter 22 +SFX d5 eter ètera/18 [^j]eter 22 +SFX d5 eler ellera/18 ppeler 22 +SFX d5 eler ellera/18 [^p].eler 22 +SFX d5 eler èlera/18 [^p].eler 22 +SFX d5 eter etterons/35 jeter 31 +SFX d5 eter etterons/35 [^j]eter 31 +SFX d5 eter èterons/35 [^j]eter 31 +SFX d5 eler ellerons/35 ppeler 31 +SFX d5 eler ellerons/35 [^p].eler 31 +SFX d5 eler èlerons/35 [^p].eler 31 +SFX d5 eter etterez/32 jeter 30 +SFX d5 eter etterez/32 [^j]eter 30 +SFX d5 eter èterez/32 [^j]eter 30 +SFX d5 eler ellerez/32 ppeler 30 +SFX d5 eler ellerez/32 [^p].eler 30 +SFX d5 eler èlerez/32 [^p].eler 30 +SFX d5 eter etteront/18 jeter 24 +SFX d5 eter etteront/18 [^j]eter 24 +SFX d5 eter èteront/18 [^j]eter 24 +SFX d5 eler elleront/18 ppeler 24 +SFX d5 eler elleront/18 [^p].eler 24 +SFX d5 eler èleront/18 [^p].eler 24 +SFX d5 eter etterais/27 jeter 40 +SFX d5 eter etterais/27 [^j]eter 40 +SFX d5 eter èterais/27 [^j]eter 40 +SFX d5 eler ellerais/27 ppeler 40 +SFX d5 eler ellerais/27 [^p].eler 40 +SFX d5 eler èlerais/27 [^p].eler 40 +SFX d5 eter etterais/25 jeter 39 +SFX d5 eter etterais/25 [^j]eter 39 +SFX d5 eter èterais/25 [^j]eter 39 +SFX d5 eler ellerais/25 ppeler 39 +SFX d5 eler ellerais/25 [^p].eler 39 +SFX d5 eler èlerais/25 [^p].eler 39 +SFX d5 eter etterait/18 jeter 23 +SFX d5 eter etterait/18 [^j]eter 23 +SFX d5 eter èterait/18 [^j]eter 23 +SFX d5 eler ellerait/18 ppeler 23 +SFX d5 eler ellerait/18 [^p].eler 23 +SFX d5 eler èlerait/18 [^p].eler 23 +SFX d5 eter etterions/35 jeter 33 +SFX d5 eter etterions/35 [^j]eter 33 +SFX d5 eter èterions/35 [^j]eter 33 +SFX d5 eler ellerions/35 ppeler 33 +SFX d5 eler ellerions/35 [^p].eler 33 +SFX d5 eler èlerions/35 [^p].eler 33 +SFX d5 eter etteriez/32 jeter 32 +SFX d5 eter etteriez/32 [^j]eter 32 +SFX d5 eter èteriez/32 [^j]eter 32 +SFX d5 eler elleriez/32 ppeler 32 +SFX d5 eler elleriez/32 [^p].eler 32 +SFX d5 eler èleriez/32 [^p].eler 32 +SFX d5 eter etteraient/18 jeter 25 +SFX d5 eter etteraient/18 [^j]eter 25 +SFX d5 eter èteraient/18 [^j]eter 25 +SFX d5 eler elleraient/18 ppeler 25 +SFX d5 eler elleraient/18 [^p].eler 25 +SFX d5 eler èleraient/18 [^p].eler 25 +SFX d5 eter ette/27 jeter 41 +SFX d5 eter ette/27 [^j]eter 41 +SFX d5 eter ète/27 [^j]eter 41 +SFX d5 eler elle/27 ppeler 41 +SFX d5 eler elle/27 [^p].eler 41 +SFX d5 eler èle/27 [^p].eler 41 +SFX d5 eter ettes/25 jeter 44 +SFX d5 eter ettes/25 [^j]eter 44 +SFX d5 eter ètes/25 [^j]eter 44 +SFX d5 eler elles/25 ppeler 44 +SFX d5 eler elles/25 [^p].eler 44 +SFX d5 eler èles/25 [^p].eler 44 +SFX d5 eter ette/18 jeter 27 +SFX d5 eter ette/18 [^j]eter 27 +SFX d5 eter ète/18 [^j]eter 27 +SFX d5 eler elle/18 ppeler 27 +SFX d5 eler elle/18 [^p].eler 27 +SFX d5 eler èle/18 [^p].eler 27 +SFX d5 er ions/35 er 74 +SFX d5 er iez/32 er 73 +SFX d5 eter ettent/18 jeter 28 +SFX d5 eter ettent/18 [^j]eter 28 +SFX d5 eter ètent/18 [^j]eter 28 +SFX d5 eler ellent/18 ppeler 28 +SFX d5 eler ellent/18 [^p].eler 28 +SFX d5 eler èlent/18 [^p].eler 28 +SFX d5 er asse/27 er 61 +SFX d5 er asses/25 er 67 +SFX d5 er ât/18 er 52 +SFX d5 er assions/35 er 60 +SFX d5 er assiez/32 er 59 +SFX d5 er assent/18 er 54 +SFX d5 eter ette/24 jeter 36 +SFX d5 eter ette/24 [^j]eter 36 +SFX d5 eter ète/24 [^j]eter 36 +SFX d5 eler elle/24 ppeler 36 +SFX d5 eler elle/24 [^p].eler 36 +SFX d5 eler èle/24 [^p].eler 36 +SFX d5 er ons er 58 +SFX d5 er ez er 75 + +SFX aA Y 57 +SFX aA ller ller/157 aller 64 +SFX aA ller llant/62 aller 48 +SFX aA ller llé/28 aller 85 +SFX aA ller llés/28 aller 86 +SFX aA ller llée/28 aller 80 +SFX aA ller llées/28 aller 81 +SFX aA aller vais aller 34 +SFX aA aller vas aller 35 +SFX aA aller va aller 21 +SFX aA ller llons/16 aller 56 +SFX aA ller llez/16 aller 72 +SFX aA aller vont aller 26 +SFX aA ller llais/98 aller 66 +SFX aA ller llais/16 aller 65 +SFX aA ller llait/62 aller 50 +SFX aA ller llions/16 aller 77 +SFX aA ller lliez/16 aller 76 +SFX aA ller llaient/62 aller 51 +SFX aA ller llai/98 aller 69 +SFX aA ller llas/16 aller 68 +SFX aA ller lla/62 aller 53 +SFX aA ller llâmes/16 aller 63 +SFX aA ller llâtes/16 aller 62 +SFX aA ller llèrent/62 aller 71 +SFX aA aller irai/98 aller 38 +SFX aA aller iras/16 aller 37 +SFX aA aller ira/62 aller 22 +SFX aA aller irons/16 aller 31 +SFX aA aller irez/62 aller 30 +SFX aA aller iront/16 aller 24 +SFX aA aller irais/98 aller 40 +SFX aA aller irais/16 aller 39 +SFX aA aller irait/62 aller 23 +SFX aA aller irions/16 aller 33 +SFX aA aller iriez/16 aller 32 +SFX aA aller iraient/62 aller 25 +SFX aA ller ille/26 aller 41 +SFX aA ller illes/13 aller 44 +SFX aA ller ille/62 aller 27 +SFX aA ller llions/13 aller 74 +SFX aA ller lliez/13 aller 73 +SFX aA ller illent/62 aller 28 +SFX aA ller llasse/98 aller 61 +SFX aA ller llasses/16 aller 67 +SFX aA ller llât/62 aller 52 +SFX aA ller llassions/16 aller 60 +SFX aA ller llassiez/16 aller 59 +SFX aA ller llassent/62 aller 54 +SFX aA ller llons/13 aller 58 +SFX aA aller va aller 36 +SFX aA aller vas-y aller 314 +SFX aA aller va-t'en aller 315 +SFX aA ller llons-y aller 318 +SFX aA ller llons-nous-en aller 319 +SFX aA ller llez/13 aller 75 +SFX aA ller llez-y aller 316 +SFX aA ller llez-vous-en aller 317 + +SFX aD Y 51 +SFX aD voyer voyer/53 envoyer 64 +SFX aD voyer voyant/6 envoyer 48 +SFX aD voyer voyé/28 envoyer 85 +SFX aD voyer voyés/28 envoyer 86 +SFX aD voyer voyée/28 envoyer 80 +SFX aD voyer voyées/28 envoyer 81 +SFX aD voyer voie/23 envoyer 34 +SFX aD voyer voies/20 envoyer 35 +SFX aD voyer voie/6 envoyer 21 +SFX aD voyer voyons/17 envoyer 56 +SFX aD voyer voyez/14 envoyer 72 +SFX aD voyer voient/6 envoyer 26 +SFX aD voyer voyais/23 envoyer 66 +SFX aD voyer voyais/20 envoyer 65 +SFX aD voyer voyait/6 envoyer 50 +SFX aD voyer voyions/17 envoyer 77 +SFX aD voyer voyiez/14 envoyer 76 +SFX aD voyer voyaient/6 envoyer 51 +SFX aD voyer voyai/23 envoyer 69 +SFX aD voyer voyas/20 envoyer 68 +SFX aD voyer voya/6 envoyer 53 +SFX aD voyer voyâmes/17 envoyer 63 +SFX aD voyer voyâtes/14 envoyer 62 +SFX aD voyer voyèrent/6 envoyer 71 +SFX aD voyer verrai/23 envoyer 38 +SFX aD voyer verras/20 envoyer 37 +SFX aD voyer verra/6 envoyer 22 +SFX aD voyer verrons/17 envoyer 31 +SFX aD voyer verrez/14 envoyer 30 +SFX aD voyer verront/6 envoyer 24 +SFX aD voyer verrais/23 envoyer 40 +SFX aD voyer verrais/20 envoyer 39 +SFX aD voyer verrait/6 envoyer 23 +SFX aD voyer verrions/17 envoyer 33 +SFX aD voyer verriez/14 envoyer 32 +SFX aD voyer verraient/6 envoyer 25 +SFX aD voyer voie/44 envoyer 41 +SFX aD voyer voies/36 envoyer 44 +SFX aD voyer voie/6 envoyer 27 +SFX aD voyer voyions/56 envoyer 74 +SFX aD voyer voyiez/31 envoyer 73 +SFX aD voyer voient/6 envoyer 28 +SFX aD voyer voyasse/23 envoyer 61 +SFX aD voyer voyasses/20 envoyer 67 +SFX aD voyer voyât/6 envoyer 52 +SFX aD voyer voyassions/17 envoyer 60 +SFX aD voyer voyassiez/14 envoyer 59 +SFX aD voyer voyassent/6 envoyer 54 +SFX aD voyer voie/36 envoyer 36 +SFX aD voyer voyons/45 envoyer 58 +SFX aD voyer voyez/31 envoyer 75 + +SFX aE Y 6 +SFX aE direr direr/53 direr 64 +SFX aE direr dirant/6 direr 48 +SFX aE direr diré/28 direr 85 +SFX aE direr dirés/28 direr 86 +SFX aE direr dirée/28 direr 80 +SFX aE direr dirées/28 direr 81 + +SFX aF N 16 +SFX aF cerner cerner er 64 +SFX aF cerner cernant er 48 +SFX aF cerner cerné er 85 +SFX aF cerner cernés er 86 +SFX aF cerner cernée er 80 +SFX aF cerner cernées er 81 +SFX aF cerner cerne er 21 +SFX aF cerner cernent er 26 +SFX aF cerner cernait er 50 +SFX aF cerner cernaient er 51 +SFX aF cerner cerna er 53 +SFX aF cerner cernèrent er 71 +SFX aF cerner cernera er 22 +SFX aF cerner cerneront er 24 +SFX aF cerner cernerait er 23 +SFX aF cerner cerneraient er 25 + +SFX aG Y 19 +SFX aG er er/157 er 64 +SFX aG er ant/62 er 48 +SFX aG mber mbé mber 106 +SFX aG lter lté lter 85 +SFX aG lter ltés lter 86 +SFX aG lter ltée lter 80 +SFX aG lter ltées lter 81 +SFX aG er e/62 er 21 +SFX aG er ent/62 er 26 +SFX aG er ait/62 er 50 +SFX aG er aient/62 er 51 +SFX aG er a/62 er 53 +SFX aG er èrent/62 er 71 +SFX aG er ât/62 er 52 +SFX aG er assent/62 er 54 +SFX aG er era/62 er 22 +SFX aG er eront/62 er 24 +SFX aG er erait/62 er 23 +SFX aG er eraient/62 er 25 + +SFX aH N 48 +SFX aH er er gger 64 +SFX aH er ant gger 48 +SFX aH er é gger 85 +SFX aH er e gger 34 +SFX aH er es gger 35 +SFX aH er e gger 21 +SFX aH er ons gger 56 +SFX aH er ez gger 72 +SFX aH er ent gger 26 +SFX aH er ais gger 66 +SFX aH er ais gger 65 +SFX aH er ait gger 50 +SFX aH er ions gger 77 +SFX aH er iez gger 76 +SFX aH er aient gger 51 +SFX aH er ai gger 69 +SFX aH er as gger 68 +SFX aH er a gger 53 +SFX aH er âmes gger 63 +SFX aH er âtes gger 62 +SFX aH er èrent gger 71 +SFX aH er erai gger 38 +SFX aH er eras gger 37 +SFX aH er era gger 22 +SFX aH er erons gger 31 +SFX aH er erez gger 30 +SFX aH er eront gger 24 +SFX aH er erais gger 40 +SFX aH er erais gger 39 +SFX aH er erait gger 23 +SFX aH er erions gger 33 +SFX aH er eriez gger 32 +SFX aH er eraient gger 25 +SFX aH er e gger 41 +SFX aH er es gger 44 +SFX aH er e gger 27 +SFX aH er ions gger 74 +SFX aH er iez gger 73 +SFX aH er ent gger 28 +SFX aH er asse gger 61 +SFX aH er asses gger 67 +SFX aH er ât gger 52 +SFX aH er assions gger 60 +SFX aH er assiez gger 59 +SFX aH er assent gger 54 +SFX aH er e gger 36 +SFX aH er ons gger 58 +SFX aH er ez gger 75 + +SFX aY N 72 +SFX aY neler neler neler 64 +SFX aY neler nelant neler 48 +SFX aY neler nelé neler 85 +SFX aY neler nelés neler 86 +SFX aY neler nelée neler 80 +SFX aY neler nelées neler 81 +SFX aY éneler énelle éneler 34 +SFX aY èneler énèle èneler 34 +SFX aY éneler énelles éneler 35 +SFX aY èneler énèles èneler 35 +SFX aY éneler énelle éneler 21 +SFX aY èneler énèle èneler 21 +SFX aY neler nelons neler 56 +SFX aY neler nelez neler 72 +SFX aY éneler énellent éneler 26 +SFX aY èneler énèlent èneler 26 +SFX aY neler nelais neler 66 +SFX aY neler nelais neler 65 +SFX aY neler nelait neler 50 +SFX aY neler nelions neler 77 +SFX aY neler neliez neler 76 +SFX aY neler nelaient neler 51 +SFX aY neler nelai neler 69 +SFX aY neler nelas neler 68 +SFX aY neler nela neler 53 +SFX aY neler nelâmes neler 63 +SFX aY neler nelâtes neler 62 +SFX aY neler nelèrent neler 71 +SFX aY éneler énellerai éneler 38 +SFX aY èneler énèlerai èneler 38 +SFX aY éneler énelleras éneler 37 +SFX aY èneler énèleras èneler 37 +SFX aY éneler énellera éneler 22 +SFX aY èneler énèlera èneler 22 +SFX aY éneler énellerons éneler 31 +SFX aY èneler énèlerons èneler 31 +SFX aY éneler énellerez éneler 30 +SFX aY èneler énèlerez èneler 30 +SFX aY éneler énelleront éneler 24 +SFX aY èneler énèleront èneler 24 +SFX aY éneler énellerais éneler 40 +SFX aY èneler énèlerais èneler 40 +SFX aY éneler énellerais éneler 39 +SFX aY èneler énèlerais èneler 39 +SFX aY éneler énellerait éneler 23 +SFX aY èneler énèlerait èneler 23 +SFX aY éneler énellerions éneler 33 +SFX aY èneler énèlerions èneler 33 +SFX aY éneler énelleriez éneler 32 +SFX aY èneler énèleriez èneler 32 +SFX aY éneler énelleraient éneler 25 +SFX aY èneler énèleraient èneler 25 +SFX aY éneler énelle éneler 41 +SFX aY èneler énèle èneler 41 +SFX aY éneler énelles éneler 44 +SFX aY èneler énèles èneler 44 +SFX aY éneler énelle éneler 27 +SFX aY èneler énèle èneler 27 +SFX aY neler nelions neler 74 +SFX aY neler neliez neler 73 +SFX aY éneler énellent éneler 28 +SFX aY èneler énèlent èneler 28 +SFX aY neler nelasse neler 61 +SFX aY neler nelasses neler 67 +SFX aY neler nelât neler 52 +SFX aY neler nelassions neler 60 +SFX aY neler nelassiez neler 59 +SFX aY neler nelassent neler 54 +SFX aY éneler énelle éneler 36 +SFX aY èneler énèle èneler 36 +SFX aY neler nelons neler 58 +SFX aY neler nelez neler 75 + +SFX aZ N 72 +SFX aZ teler teler teler 64 +SFX aZ teler telant teler 48 +SFX aZ teler telé teler 85 +SFX aZ teler telés teler 86 +SFX aZ teler telée teler 80 +SFX aZ teler telées teler 81 +SFX aZ ételer ételle ételer 34 +SFX aZ èteler étèle èteler 34 +SFX aZ ételer ételles ételer 35 +SFX aZ èteler étèles èteler 35 +SFX aZ ételer ételle ételer 21 +SFX aZ èteler étèle èteler 21 +SFX aZ teler telons teler 56 +SFX aZ teler telez teler 72 +SFX aZ ételer étellent ételer 26 +SFX aZ èteler étèlent èteler 26 +SFX aZ teler telais teler 66 +SFX aZ teler telais teler 65 +SFX aZ teler telait teler 50 +SFX aZ teler telions teler 77 +SFX aZ teler teliez teler 76 +SFX aZ teler telaient teler 51 +SFX aZ teler telai teler 69 +SFX aZ teler telas teler 68 +SFX aZ teler tela teler 53 +SFX aZ teler telâmes teler 63 +SFX aZ teler telâtes teler 62 +SFX aZ teler telèrent teler 71 +SFX aZ ételer étellerai ételer 38 +SFX aZ èteler étèlerai èteler 38 +SFX aZ ételer ételleras ételer 37 +SFX aZ èteler étèleras èteler 37 +SFX aZ ételer étellera ételer 22 +SFX aZ èteler étèlera èteler 22 +SFX aZ ételer étellerons ételer 31 +SFX aZ èteler étèlerons èteler 31 +SFX aZ ételer étellerez ételer 30 +SFX aZ èteler étèlerez èteler 30 +SFX aZ ételer ételleront ételer 24 +SFX aZ èteler étèleront èteler 24 +SFX aZ ételer étellerais ételer 40 +SFX aZ èteler étèlerais èteler 40 +SFX aZ ételer étellerais ételer 39 +SFX aZ èteler étèlerais èteler 39 +SFX aZ ételer étellerait ételer 23 +SFX aZ èteler étèlerait èteler 23 +SFX aZ ételer étellerions ételer 33 +SFX aZ èteler étèlerions èteler 33 +SFX aZ ételer ételleriez ételer 32 +SFX aZ èteler étèleriez èteler 32 +SFX aZ ételer ételleraient ételer 25 +SFX aZ èteler étèleraient èteler 25 +SFX aZ ételer ételle ételer 41 +SFX aZ èteler étèle èteler 41 +SFX aZ ételer ételles ételer 44 +SFX aZ èteler étèles èteler 44 +SFX aZ ételer ételle ételer 27 +SFX aZ èteler étèle èteler 27 +SFX aZ teler telions teler 74 +SFX aZ teler teliez teler 73 +SFX aZ ételer étellent ételer 28 +SFX aZ èteler étèlent èteler 28 +SFX aZ teler telasse teler 61 +SFX aZ teler telasses teler 67 +SFX aZ teler telât teler 52 +SFX aZ teler telassions teler 60 +SFX aZ teler telassiez teler 59 +SFX aZ teler telassent teler 54 +SFX aZ ételer ételle ételer 36 +SFX aZ èteler étèle èteler 36 +SFX aZ teler telons teler 58 +SFX aZ teler telez teler 75 + +SFX dA Y 51 +SFX dA peler peler/53 peler 64 +SFX dA peler pelant/6 peler 48 +SFX dA peler pelé/28 peler 85 +SFX dA peler pelés/28 peler 86 +SFX dA peler pelée/28 peler 80 +SFX dA peler pelées/28 peler 81 +SFX dA peler pelle/30 peler 34 +SFX dA peler pelles/14 peler 35 +SFX dA peler pelle/6 peler 21 +SFX dA peler pelons/17 peler 56 +SFX dA peler pelez/14 peler 72 +SFX dA peler pellent/6 peler 26 +SFX dA peler pelais/30 peler 66 +SFX dA peler pelais/14 peler 65 +SFX dA peler pelait/6 peler 50 +SFX dA peler pelions/17 peler 77 +SFX dA peler peliez/14 peler 76 +SFX dA peler pelaient/6 peler 51 +SFX dA peler pelai/30 peler 69 +SFX dA peler pelas/14 peler 68 +SFX dA peler pela/6 peler 53 +SFX dA peler pelâmes/17 peler 63 +SFX dA peler pelâtes/14 peler 62 +SFX dA peler pelèrent/6 peler 71 +SFX dA peler pellerai/30 peler 38 +SFX dA peler pelleras/14 peler 37 +SFX dA peler pellera/6 peler 22 +SFX dA peler pellerons/17 peler 31 +SFX dA peler pellerez/14 peler 30 +SFX dA peler pelleront/6 peler 24 +SFX dA peler pellerais/30 peler 40 +SFX dA peler pellerais/14 peler 39 +SFX dA peler pellerait/6 peler 23 +SFX dA peler pellerions/17 peler 33 +SFX dA peler pelleriez/14 peler 32 +SFX dA peler pelleraient/6 peler 25 +SFX dA peler pelle/54 peler 41 +SFX dA peler pelles/31 peler 44 +SFX dA peler pelle/6 peler 27 +SFX dA peler pelions/56 peler 74 +SFX dA peler peliez/31 peler 73 +SFX dA peler pellent/6 peler 28 +SFX dA peler pelasse/30 peler 61 +SFX dA peler pelasses/14 peler 67 +SFX dA peler pelât/6 peler 52 +SFX dA peler pelassions/17 peler 60 +SFX dA peler pelassiez/14 peler 59 +SFX dA peler pelassent/6 peler 54 +SFX dA peler pelle/31 peler 36 +SFX dA peler pelons/45 peler 58 +SFX dA peler pelez/31 peler 75 + +SFX f0 Y 47 +SFX f0 ir ir ir 64 +SFX f0 ir issant ir 48 +SFX f0 ir is ir 34 +SFX f0 ir is ir 35 +SFX f0 ir it ir 21 +SFX f0 ir issons ir 56 +SFX f0 ir issez ir 72 +SFX f0 ir issent ir 26 +SFX f0 ir issais ir 66 +SFX f0 ir issais ir 65 +SFX f0 ir issait ir 50 +SFX f0 ir issions ir 77 +SFX f0 ir issiez ir 76 +SFX f0 ir issaient ir 51 +SFX f0 ir is ir 69 +SFX f0 ir is ir 68 +SFX f0 ir it ir 53 +SFX f0 ir îmes ir 63 +SFX f0 ir îtes ir 62 +SFX f0 ir irent ir 71 +SFX f0 ir irai ir 38 +SFX f0 ir iras ir 37 +SFX f0 ir ira ir 22 +SFX f0 ir irons ir 31 +SFX f0 ir irez ir 30 +SFX f0 ir iront ir 24 +SFX f0 ir irais ir 40 +SFX f0 ir irais ir 39 +SFX f0 ir irait ir 23 +SFX f0 ir irions ir 33 +SFX f0 ir iriez ir 32 +SFX f0 ir iraient ir 25 +SFX f0 ir isse ir 41 +SFX f0 ir isses ir 44 +SFX f0 ir isse ir 27 +SFX f0 ir issions ir 74 +SFX f0 ir issiez ir 73 +SFX f0 ir issent ir 28 +SFX f0 ir isse ir 61 +SFX f0 ir isses ir 67 +SFX f0 ir ît ir 52 +SFX f0 ir issions ir 60 +SFX f0 ir issiez ir 59 +SFX f0 ir issent ir 54 +SFX f0 ir is ir 36 +SFX f0 ir issons ir 58 +SFX f0 ir issez ir 75 + +SFX f1 Y 47 +SFX f1 ir ir/80 ir 64 +SFX f1 ir issant/16 ir 48 +SFX f1 ir is/26 ir 34 +SFX f1 ir is/13 ir 35 +SFX f1 ir it/16 ir 21 +SFX f1 ir issons/13 ir 56 +SFX f1 ir issez/13 ir 72 +SFX f1 ir issent/16 ir 26 +SFX f1 ir issais/26 ir 66 +SFX f1 ir issais/13 ir 65 +SFX f1 ir issait/16 ir 50 +SFX f1 ir issions/13 ir 77 +SFX f1 ir issiez/13 ir 76 +SFX f1 ir issaient/16 ir 51 +SFX f1 ir is/26 ir 69 +SFX f1 ir is/13 ir 68 +SFX f1 ir it/16 ir 53 +SFX f1 ir îmes/13 ir 63 +SFX f1 ir îtes/13 ir 62 +SFX f1 ir irent/16 ir 71 +SFX f1 ir irai/26 ir 38 +SFX f1 ir iras/13 ir 37 +SFX f1 ir ira/16 ir 22 +SFX f1 ir irons/13 ir 31 +SFX f1 ir irez/13 ir 30 +SFX f1 ir iront/16 ir 24 +SFX f1 ir irais/26 ir 40 +SFX f1 ir irais/13 ir 39 +SFX f1 ir irait/16 ir 23 +SFX f1 ir irions/13 ir 33 +SFX f1 ir iriez/13 ir 32 +SFX f1 ir iraient/16 ir 25 +SFX f1 ir isse/26 ir 41 +SFX f1 ir isses/13 ir 44 +SFX f1 ir isse/16 ir 27 +SFX f1 ir issions/13 ir 74 +SFX f1 ir issiez/13 ir 73 +SFX f1 ir issent/16 ir 28 +SFX f1 ir isse/26 ir 61 +SFX f1 ir isses/13 ir 67 +SFX f1 ir ît/16 ir 52 +SFX f1 ir issions/13 ir 60 +SFX f1 ir issiez/13 ir 59 +SFX f1 ir issent/16 ir 54 +SFX f1 ir is/13 ir 36 +SFX f1 ir issons/13 ir 58 +SFX f1 ir issez/13 ir 75 + +SFX f2 Y 47 +SFX f2 ir ir/53 ir 64 +SFX f2 ir issant/6 ir 48 +SFX f2 ir is/30 ir 34 +SFX f2 ir is/14 ir 35 +SFX f2 ir it/6 ir 21 +SFX f2 ir issons/17 ir 56 +SFX f2 ir issez/14 ir 72 +SFX f2 ir issent/6 ir 26 +SFX f2 ir issais/30 ir 66 +SFX f2 ir issais/14 ir 65 +SFX f2 ir issait/6 ir 50 +SFX f2 ir issions/17 ir 77 +SFX f2 ir issiez/14 ir 76 +SFX f2 ir issaient/6 ir 51 +SFX f2 ir is/30 ir 69 +SFX f2 ir is/14 ir 68 +SFX f2 ir it/6 ir 53 +SFX f2 ir îmes/17 ir 63 +SFX f2 ir îtes/14 ir 62 +SFX f2 ir irent/6 ir 71 +SFX f2 ir irai/30 ir 38 +SFX f2 ir iras/20 ir 37 +SFX f2 ir ira/6 ir 22 +SFX f2 ir irons/17 ir 31 +SFX f2 ir irez/14 ir 30 +SFX f2 ir iront/6 ir 24 +SFX f2 ir irais/30 ir 40 +SFX f2 ir irais/14 ir 39 +SFX f2 ir irait/6 ir 23 +SFX f2 ir irions/17 ir 33 +SFX f2 ir iriez/14 ir 32 +SFX f2 ir iraient/6 ir 25 +SFX f2 ir isse/54 ir 41 +SFX f2 ir isses/31 ir 44 +SFX f2 ir isse/6 ir 27 +SFX f2 ir issions/56 ir 74 +SFX f2 ir issiez/31 ir 73 +SFX f2 ir issent/6 ir 28 +SFX f2 ir isse/30 ir 61 +SFX f2 ir isses/14 ir 67 +SFX f2 ir ît/6 ir 52 +SFX f2 ir issions/17 ir 60 +SFX f2 ir issiez/14 ir 59 +SFX f2 ir issent/6 ir 54 +SFX f2 ir is/31 ir 36 +SFX f2 ir issons/45 ir 58 +SFX f2 ir issez/31 ir 75 + +SFX f3 Y 47 +SFX f3 ir ir/59 ir 64 +SFX f3 ir issant/59 ir 48 +SFX f3 ir is/24 ir 34 +SFX f3 ir is/21 ir 35 +SFX f3 ir it/12 ir 21 +SFX f3 ir issons ir 56 +SFX f3 ir issez ir 72 +SFX f3 ir issent/12 ir 26 +SFX f3 ir issais/24 ir 66 +SFX f3 ir issais/21 ir 65 +SFX f3 ir issait/12 ir 50 +SFX f3 ir issions ir 77 +SFX f3 ir issiez ir 76 +SFX f3 ir issaient/12 ir 51 +SFX f3 ir is/24 ir 69 +SFX f3 ir is/21 ir 68 +SFX f3 ir it/12 ir 53 +SFX f3 ir îmes ir 63 +SFX f3 ir îtes ir 62 +SFX f3 ir irent/12 ir 71 +SFX f3 ir irai/24 ir 38 +SFX f3 ir iras/21 ir 37 +SFX f3 ir ira/12 ir 22 +SFX f3 ir irons ir 31 +SFX f3 ir irez ir 30 +SFX f3 ir iront/12 ir 24 +SFX f3 ir irais/24 ir 40 +SFX f3 ir irais/21 ir 39 +SFX f3 ir irait/12 ir 23 +SFX f3 ir irions ir 33 +SFX f3 ir iriez ir 32 +SFX f3 ir iraient/12 ir 25 +SFX f3 ir isse/24 ir 41 +SFX f3 ir isses/21 ir 44 +SFX f3 ir isse/12 ir 27 +SFX f3 ir issions ir 74 +SFX f3 ir issiez ir 73 +SFX f3 ir issent/12 ir 28 +SFX f3 ir isse/24 ir 61 +SFX f3 ir isses/21 ir 67 +SFX f3 ir ît/12 ir 52 +SFX f3 ir issions ir 60 +SFX f3 ir issiez ir 59 +SFX f3 ir issent/12 ir 54 +SFX f3 ir is/21 ir 36 +SFX f3 ir issons ir 58 +SFX f3 ir issez ir 75 + +SFX f4 Y 47 +SFX f4 ir ir/53 ir 64 +SFX f4 ir issant/6 ir 48 +SFX f4 ir is/23 ir 34 +SFX f4 ir is/20 ir 35 +SFX f4 ir it/6 ir 21 +SFX f4 ir issons/17 ir 56 +SFX f4 ir issez/14 ir 72 +SFX f4 ir issent/6 ir 26 +SFX f4 ir issais/23 ir 66 +SFX f4 ir issais/20 ir 65 +SFX f4 ir issait/6 ir 50 +SFX f4 ir issions/17 ir 77 +SFX f4 ir issiez/14 ir 76 +SFX f4 ir issaient/6 ir 51 +SFX f4 ir is/23 ir 69 +SFX f4 ir is/20 ir 68 +SFX f4 ir it/6 ir 53 +SFX f4 ir îmes/17 ir 63 +SFX f4 ir îtes/14 ir 62 +SFX f4 ir irent/6 ir 71 +SFX f4 ir irai/23 ir 38 +SFX f4 ir iras/20 ir 37 +SFX f4 ir ira/6 ir 22 +SFX f4 ir irons/17 ir 31 +SFX f4 ir irez/14 ir 30 +SFX f4 ir iront/6 ir 24 +SFX f4 ir irais/23 ir 40 +SFX f4 ir irais/20 ir 39 +SFX f4 ir irait/6 ir 23 +SFX f4 ir irions/17 ir 33 +SFX f4 ir iriez/14 ir 32 +SFX f4 ir iraient/6 ir 25 +SFX f4 ir isse/44 ir 41 +SFX f4 ir isses/36 ir 44 +SFX f4 ir isse/6 ir 27 +SFX f4 ir issions/56 ir 74 +SFX f4 ir issiez/31 ir 73 +SFX f4 ir issent/6 ir 28 +SFX f4 ir isse/23 ir 61 +SFX f4 ir isses/20 ir 67 +SFX f4 ir ît/6 ir 52 +SFX f4 ir issions/17 ir 60 +SFX f4 ir issiez/14 ir 59 +SFX f4 ir issent/6 ir 54 +SFX f4 ir is/36 ir 36 +SFX f4 ir issons/45 ir 58 +SFX f4 ir issez/31 ir 75 + +SFX f5 Y 47 +SFX f5 ir ir/89 ir 64 +SFX f5 ir issant/18 ir 48 +SFX f5 ir is/27 ir 34 +SFX f5 ir is/25 ir 35 +SFX f5 ir it/18 ir 21 +SFX f5 ir issons/35 ir 56 +SFX f5 ir issez/32 ir 72 +SFX f5 ir issent/18 ir 26 +SFX f5 ir issais/27 ir 66 +SFX f5 ir issais/25 ir 65 +SFX f5 ir issait/18 ir 50 +SFX f5 ir issions/35 ir 77 +SFX f5 ir issiez/32 ir 76 +SFX f5 ir issaient/18 ir 51 +SFX f5 ir is/27 ir 69 +SFX f5 ir is/25 ir 68 +SFX f5 ir it/18 ir 53 +SFX f5 ir îmes/35 ir 63 +SFX f5 ir îtes/32 ir 62 +SFX f5 ir irent/18 ir 71 +SFX f5 ir irai/27 ir 38 +SFX f5 ir iras/25 ir 37 +SFX f5 ir ira/18 ir 22 +SFX f5 ir irons/35 ir 31 +SFX f5 ir irez/32 ir 30 +SFX f5 ir iront/18 ir 24 +SFX f5 ir irais/27 ir 40 +SFX f5 ir irais/25 ir 39 +SFX f5 ir irait/18 ir 23 +SFX f5 ir irions/35 ir 33 +SFX f5 ir iriez/32 ir 32 +SFX f5 ir iraient/18 ir 25 +SFX f5 ir isse/27 ir 41 +SFX f5 ir isses/25 ir 44 +SFX f5 ir isse/18 ir 27 +SFX f5 ir issions/35 ir 74 +SFX f5 ir issiez/32 ir 73 +SFX f5 ir issent/18 ir 28 +SFX f5 ir isse/27 ir 61 +SFX f5 ir isses/25 ir 67 +SFX f5 ir ît/18 ir 52 +SFX f5 ir issions/35 ir 60 +SFX f5 ir issiez/32 ir 59 +SFX f5 ir issent/18 ir 54 +SFX f5 ir is/32 ir 36 +SFX f5 ir issons/13 ir 58 +SFX f5 ir issez/32 ir 75 + +SFX fA N 51 +SFX fA aïr aïr aïr 64 +SFX fA aïr aïssant aïr 48 +SFX fA aïr aï aïr 85 +SFX fA aïr aïs aïr 86 +SFX fA aïr aïe aïr 80 +SFX fA aïr aïes aïr 81 +SFX fA aïr ais aïr 34 +SFX fA aïr ais aïr 35 +SFX fA aïr ait aïr 21 +SFX fA aïr aïssons aïr 56 +SFX fA aïr aïssez aïr 72 +SFX fA aïr aïssent aïr 26 +SFX fA aïr aïssais aïr 66 +SFX fA aïr aïssais aïr 65 +SFX fA aïr aïssait aïr 50 +SFX fA aïr aïssions aïr 77 +SFX fA aïr aïssiez aïr 76 +SFX fA aïr aïssaient aïr 51 +SFX fA aïr aïs aïr 69 +SFX fA aïr aïs aïr 68 +SFX fA aïr aït aïr 53 +SFX fA aïr aïmes aïr 63 +SFX fA aïr aïtes aïr 62 +SFX fA aïr aïrent aïr 71 +SFX fA aïr aïrai aïr 38 +SFX fA aïr aïras aïr 37 +SFX fA aïr aïra aïr 22 +SFX fA aïr aïrons aïr 31 +SFX fA aïr aïrez aïr 30 +SFX fA aïr aïront aïr 24 +SFX fA aïr aïrais aïr 40 +SFX fA aïr aïrais aïr 39 +SFX fA aïr aïrait aïr 23 +SFX fA aïr aïrions aïr 33 +SFX fA aïr aïriez aïr 32 +SFX fA aïr aïraient aïr 25 +SFX fA aïr aïsse aïr 41 +SFX fA aïr aïsses aïr 44 +SFX fA aïr aïsse aïr 27 +SFX fA aïr aïssions aïr 74 +SFX fA aïr aïssiez aïr 73 +SFX fA aïr aïssent aïr 28 +SFX fA aïr aïsse aïr 61 +SFX fA aïr aïsses aïr 67 +SFX fA aïr aït aïr 52 +SFX fA aïr aïssions aïr 60 +SFX fA aïr aïssiez aïr 59 +SFX fA aïr aïssent aïr 54 +SFX fA aïr ais aïr 36 +SFX fA aïr aïssons aïr 58 +SFX fA aïr aïssez aïr 75 + +SFX fB Y 36 +SFX fB haïr haïr/12 aïr 64 +SFX fB haïr haïssant/12 aïr 48 +SFX fB haïr haï aïr 85 +SFX fB haïr haïs aïr 86 +SFX fB haïr haïe aïr 80 +SFX fB haïr haïes aïr 81 +SFX fB haïr hait/12 aïr 21 +SFX fB haïr haïssons aïr 56 +SFX fB haïr haïssez aïr 72 +SFX fB haïr haïssent/12 aïr 26 +SFX fB haïr haïssait/12 aïr 50 +SFX fB haïr haïssions aïr 77 +SFX fB haïr haïssiez aïr 76 +SFX fB haïr haïssaient/12 aïr 51 +SFX fB haïr haït/12 aïr 53 +SFX fB haïr haïmes aïr 63 +SFX fB haïr haïtes aïr 62 +SFX fB haïr haïrent/12 aïr 71 +SFX fB haïr haïra/12 aïr 22 +SFX fB haïr haïrons aïr 31 +SFX fB haïr haïrez aïr 30 +SFX fB haïr haïront/12 aïr 24 +SFX fB haïr haïrait/12 aïr 23 +SFX fB haïr haïrions aïr 33 +SFX fB haïr haïriez aïr 32 +SFX fB haïr haïraient/12 aïr 25 +SFX fB haïr haïsse/12 aïr 27 +SFX fB haïr haïssions aïr 74 +SFX fB haïr haïssiez aïr 73 +SFX fB haïr haïssent/12 aïr 28 +SFX fB haïr haït/12 aïr 52 +SFX fB haïr haïssions aïr 60 +SFX fB haïr haïssiez aïr 59 +SFX fB haïr haïssent/12 aïr 54 +SFX fB haïr haïssons-nous aïr 58 +SFX fB haïr haïssez-vous aïr 75 + +SFX fC Y 12 +SFX fC partir partir/53 impartir 64 +SFX fC partir partissant/6 impartir 48 +SFX fC partir parti/28 impartir 85 +SFX fC partir partis/28 impartir 86 +SFX fC partir partie/28 impartir 80 +SFX fC partir parties/28 impartir 81 +SFX fC partir partis/30 impartir 34 +SFX fC partir partis/14 impartir 35 +SFX fC partir partit/6 impartir 21 +SFX fC partir partissons/17 impartir 56 +SFX fC partir partissez/14 impartir 72 +SFX fC partir partissent/6 impartir 26 + +SFX fD N 14 +SFX fD ortir ortir sortir 64 +SFX fD ortir ortissant sortir 48 +SFX fD ortir ortit sortir 21 +SFX fD ortir ortissent sortir 26 +SFX fD ortir ortissait sortir 50 +SFX fD ortir ortissaient sortir 51 +SFX fD ortir ortira sortir 22 +SFX fD ortir ortiront sortir 24 +SFX fD ortir ortirait sortir 23 +SFX fD ortir ortiraient sortir 25 +SFX fD ortir ortisse sortir 27 +SFX fD ortir ortissent sortir 27 +SFX fD ortir ortît sortir 52 +SFX fD ortir ortissent sortir 52 + +SFX fY N 51 +SFX fY uïr uïr/12 uïr 64 +SFX fY uïr uïssant/59 uïr 48 +SFX fY uïr uï uïr 85 +SFX fY uïr uïs uïr 86 +SFX fY uïr uïe uïr 80 +SFX fY uïr uïes uïr 81 +SFX fY uïr uïs/24 uïr 34 +SFX fY uïr uïs/21 uïr 35 +SFX fY uïr uït/12 uïr 21 +SFX fY uïr uïssons uïr 56 +SFX fY uïr uïssez uïr 72 +SFX fY uïr uïssent/12 uïr 26 +SFX fY uïr uïssais/24 uïr 66 +SFX fY uïr uïssais/21 uïr 65 +SFX fY uïr uïssait/12 uïr 50 +SFX fY uïr uïssions uïr 77 +SFX fY uïr uïssiez uïr 76 +SFX fY uïr uïssaient/12 uïr 51 +SFX fY uïr uïs/24 uïr 69 +SFX fY uïr uïs/21 uïr 68 +SFX fY uïr uït/12 uïr 53 +SFX fY uïr uîmes uïr 63 +SFX fY uïr uîtes uïr 62 +SFX fY uïr uïrent/12 uïr 71 +SFX fY uïr uïrai/24 uïr 38 +SFX fY uïr uïras/21 uïr 37 +SFX fY uïr uïra/12 uïr 22 +SFX fY uïr uïrons uïr 31 +SFX fY uïr uïrez uïr 30 +SFX fY uïr uïront/12 uïr 24 +SFX fY uïr uïrais/24 uïr 40 +SFX fY uïr uïrais/21 uïr 39 +SFX fY uïr uïrait/12 uïr 23 +SFX fY uïr uïrions uïr 33 +SFX fY uïr uïriez uïr 32 +SFX fY uïr uïraient/12 uïr 25 +SFX fY uïr uïsse/24 uïr 41 +SFX fY uïr uïsses/21 uïr 44 +SFX fY uïr uïsse/12 uïr 27 +SFX fY uïr uïssions uïr 74 +SFX fY uïr uïssiez uïr 73 +SFX fY uïr uïssent/12 uïr 28 +SFX fY uïr uïsse/24 uïr 61 +SFX fY uïr uïsses/21 uïr 67 +SFX fY uïr uît/12 uïr 52 +SFX fY uïr uïssions uïr 60 +SFX fY uïr uïssiez uïr 59 +SFX fY uïr uïssent/12 uïr 54 +SFX fY uïr uïs/21 uïr 36 +SFX fY uïr uïssons uïr 58 +SFX fY uïr uïssez uïr 75 + +SFX fZ N 8 +SFX fZ gir gir agir 64 +SFX fZ gir gissant agir 48 +SFX fZ gir git agir 21 +SFX fZ gir gissait agir 50 +SFX fZ gir gira agir 22 +SFX fZ gir girait agir 23 +SFX fZ gir gisse agir 27 +SFX fZ gir gît agir 52 + +SFX p+ Y 8 +SFX p+ er é/28 er 312 +SFX p+ er és/28 er 86 +SFX p+ er ée/28 er 80 +SFX p+ er ées/28 er 81 +SFX p+ ir i/28 ir 85 +SFX p+ ir is/28 ir 86 +SFX p+ ir ie/28 ir 80 +SFX p+ ir ies/28 ir 81 + +SFX p. Y 2 +SFX p. er é/28 er 313 +SFX p. ir i/28 ir 106 + +SFX i0 Y 47 +SFX i0 enir enir/80 enir 64 +SFX i0 enir enant/16 enir 48 +SFX i0 enir iens/26 enir 34 +SFX i0 enir iens/13 enir 35 +SFX i0 enir ient/16 enir 21 +SFX i0 enir enons/13 enir 56 +SFX i0 enir enez/13 enir 72 +SFX i0 enir iennent/16 enir 26 +SFX i0 enir enais/26 enir 66 +SFX i0 enir enais/13 enir 65 +SFX i0 enir enait/16 enir 50 +SFX i0 enir enions/13 enir 77 +SFX i0 enir eniez/13 enir 76 +SFX i0 enir enaient/16 enir 51 +SFX i0 enir ins/26 enir 69 +SFX i0 enir ins/13 enir 68 +SFX i0 enir int/16 enir 53 +SFX i0 enir înmes/13 enir 63 +SFX i0 enir întes/13 enir 62 +SFX i0 enir inrent/16 enir 71 +SFX i0 enir iendrai/26 enir 38 +SFX i0 enir iendras/13 enir 37 +SFX i0 enir iendra/16 enir 22 +SFX i0 enir iendrons/13 enir 31 +SFX i0 enir iendrez/13 enir 30 +SFX i0 enir iendront/16 enir 24 +SFX i0 enir iendrais/26 enir 40 +SFX i0 enir iendrais/13 enir 39 +SFX i0 enir iendrait/16 enir 23 +SFX i0 enir iendrions/13 enir 33 +SFX i0 enir iendriez/13 enir 32 +SFX i0 enir iendraient/16 enir 25 +SFX i0 enir ienne/26 enir 41 +SFX i0 enir iennes/13 enir 44 +SFX i0 enir ienne/16 enir 27 +SFX i0 enir enions/13 enir 74 +SFX i0 enir eniez/13 enir 73 +SFX i0 enir iennent/16 enir 28 +SFX i0 enir insse/26 enir 61 +SFX i0 enir insses/13 enir 67 +SFX i0 enir înt/16 enir 52 +SFX i0 enir inssions/13 enir 60 +SFX i0 enir inssiez/13 enir 59 +SFX i0 enir inssent/16 enir 54 +SFX i0 enir iens/13 enir 36 +SFX i0 enir enons/13 enir 58 +SFX i0 enir enez/13 enir 75 + +SFX i1 Y 47 +SFX i1 enir enir/53 enir 64 +SFX i1 enir enant/6 enir 48 +SFX i1 enir iens/23 enir 34 +SFX i1 enir iens/20 enir 35 +SFX i1 enir ient/6 enir 21 +SFX i1 enir enons/17 enir 56 +SFX i1 enir enez/14 enir 72 +SFX i1 enir iennent/6 enir 26 +SFX i1 enir enais/23 enir 66 +SFX i1 enir enais/20 enir 65 +SFX i1 enir enait/6 enir 50 +SFX i1 enir enions/17 enir 77 +SFX i1 enir eniez/14 enir 76 +SFX i1 enir enaient/6 enir 51 +SFX i1 enir ins/23 enir 69 +SFX i1 enir ins/20 enir 68 +SFX i1 enir int/6 enir 53 +SFX i1 enir înmes/17 enir 63 +SFX i1 enir întes/14 enir 62 +SFX i1 enir inrent/6 enir 71 +SFX i1 enir iendrai/23 enir 38 +SFX i1 enir iendras/20 enir 37 +SFX i1 enir iendra/6 enir 22 +SFX i1 enir iendrons/17 enir 31 +SFX i1 enir iendrez/14 enir 30 +SFX i1 enir iendront/6 enir 24 +SFX i1 enir iendrais/23 enir 40 +SFX i1 enir iendrais/20 enir 39 +SFX i1 enir iendrait/6 enir 23 +SFX i1 enir iendrions/17 enir 33 +SFX i1 enir iendriez/14 enir 32 +SFX i1 enir iendraient/6 enir 25 +SFX i1 enir ienne/44 enir 41 +SFX i1 enir iennes/36 enir 44 +SFX i1 enir ienne/6 enir 27 +SFX i1 enir enions/56 enir 74 +SFX i1 enir eniez/31 enir 73 +SFX i1 enir iennent/6 enir 28 +SFX i1 enir insse/23 enir 61 +SFX i1 enir insses/20 enir 67 +SFX i1 enir înt/6 enir 52 +SFX i1 enir inssions/17 enir 60 +SFX i1 enir inssiez/14 enir 59 +SFX i1 enir inssent/6 enir 54 +SFX i1 enir iens/36 enir 36 +SFX i1 enir enons/45 enir 58 +SFX i1 enir enez/31 enir 75 + +SFX i2 Y 47 +SFX i2 enir enir/59 enir 64 +SFX i2 enir enant/59 enir 48 +SFX i2 enir iens/24 enir 34 +SFX i2 enir iens/21 enir 35 +SFX i2 enir ient/12 enir 21 +SFX i2 enir enons enir 56 +SFX i2 enir enez enir 72 +SFX i2 enir iennent/12 enir 26 +SFX i2 enir enais/24 enir 66 +SFX i2 enir enais/21 enir 65 +SFX i2 enir enait/12 enir 50 +SFX i2 enir enions enir 77 +SFX i2 enir eniez enir 76 +SFX i2 enir enaient/12 enir 51 +SFX i2 enir ins/24 enir 69 +SFX i2 enir ins/21 enir 68 +SFX i2 enir int/12 enir 53 +SFX i2 enir înmes enir 63 +SFX i2 enir întes enir 62 +SFX i2 enir inrent/12 enir 71 +SFX i2 enir iendrai/24 enir 38 +SFX i2 enir iendras/21 enir 37 +SFX i2 enir iendra/12 enir 22 +SFX i2 enir iendrons enir 31 +SFX i2 enir iendrez enir 30 +SFX i2 enir iendront/12 enir 24 +SFX i2 enir iendrais/24 enir 40 +SFX i2 enir iendrais/21 enir 39 +SFX i2 enir iendrait/12 enir 23 +SFX i2 enir iendrions enir 33 +SFX i2 enir iendriez enir 32 +SFX i2 enir iendraient/12 enir 25 +SFX i2 enir ienne/24 enir 41 +SFX i2 enir iennes/21 enir 44 +SFX i2 enir ienne/12 enir 27 +SFX i2 enir enions enir 74 +SFX i2 enir eniez enir 73 +SFX i2 enir iennent/12 enir 28 +SFX i2 enir insse/24 enir 61 +SFX i2 enir insses/21 enir 67 +SFX i2 enir înt/12 enir 52 +SFX i2 enir inssions enir 60 +SFX i2 enir inssiez enir 59 +SFX i2 enir inssent/12 enir 54 +SFX i2 enir iens/21 enir 36 +SFX i2 enir enons enir 58 +SFX i2 enir enez enir 75 + +SFX i5 N 47 +SFX i5 tir tir tir 64 +SFX i5 tir tant tir 48 +SFX i5 tir s tir 34 +SFX i5 tir s tir 35 +SFX i5 tir t tir 21 +SFX i5 tir tons tir 56 +SFX i5 tir tez tir 72 +SFX i5 tir tent tir 26 +SFX i5 tir tais tir 66 +SFX i5 tir tais tir 65 +SFX i5 tir tait tir 50 +SFX i5 tir tions tir 77 +SFX i5 tir tiez tir 76 +SFX i5 tir taient tir 51 +SFX i5 tir tis tir 69 +SFX i5 tir tis tir 68 +SFX i5 tir tit tir 53 +SFX i5 tir tîmes tir 63 +SFX i5 tir tîtes tir 62 +SFX i5 tir tirent tir 71 +SFX i5 tir tirai tir 38 +SFX i5 tir tiras tir 37 +SFX i5 tir tira tir 22 +SFX i5 tir tirons tir 31 +SFX i5 tir tirez tir 30 +SFX i5 tir tiront tir 24 +SFX i5 tir tirais tir 40 +SFX i5 tir tirais tir 39 +SFX i5 tir tirait tir 23 +SFX i5 tir tirions tir 33 +SFX i5 tir tiriez tir 32 +SFX i5 tir tiraient tir 25 +SFX i5 tir te tir 41 +SFX i5 tir tes tir 44 +SFX i5 tir te tir 27 +SFX i5 tir tions tir 74 +SFX i5 tir tiez tir 73 +SFX i5 tir tent tir 28 +SFX i5 tir tisse tir 61 +SFX i5 tir tisses tir 67 +SFX i5 tir tît tir 52 +SFX i5 tir tissions tir 60 +SFX i5 tir tissiez tir 59 +SFX i5 tir tissent tir 54 +SFX i5 tir s tir 36 +SFX i5 tir tons tir 58 +SFX i5 tir tez tir 75 + +SFX iA Y 20 +SFX iA dvenir dvenir/62 venir 64 +SFX iA dvenir dvenant/62 venir 48 +SFX iA dvenir dvenu/28 venir 85 +SFX iA dvenir dvenus/28 venir 86 +SFX iA dvenir dvenue/28 venir 80 +SFX iA dvenir dvenues/28 venir 81 +SFX iA dvenir dvient/62 venir 21 +SFX iA dvenir dviennent/16 venir 26 +SFX iA dvenir dvenait/62 venir 50 +SFX iA dvenir dvenaient/16 venir 51 +SFX iA dvenir dvint/62 venir 53 +SFX iA dvenir dvinrent/16 venir 71 +SFX iA dvenir dviendra/62 venir 22 +SFX iA dvenir dviendront/16 venir 24 +SFX iA dvenir dviendrait/62 venir 23 +SFX iA dvenir dviendraient/16 venir 25 +SFX iA dvenir dvienne/62 venir 27 +SFX iA dvenir dviennent/16 venir 28 +SFX iA dvenir dvînt/62 venir 52 +SFX iA dvenir dvinssent/16 venir 54 + +SFX iB Y 48 +SFX iB partenir partenir/89 tenir 64 +SFX iB partenir partenant/18 tenir 48 +SFX iB partenir partenu/28 tenir 106 +SFX iB partenir partiens/27 tenir 34 +SFX iB partenir partiens/25 tenir 35 +SFX iB partenir partient/25 tenir 21 +SFX iB partenir partenons/35 tenir 56 +SFX iB partenir partenez/32 tenir 72 +SFX iB partenir partiennent/25 tenir 26 +SFX iB partenir partenais/27 tenir 66 +SFX iB partenir partenais/25 tenir 65 +SFX iB partenir partenait/25 tenir 50 +SFX iB partenir partenions/35 tenir 77 +SFX iB partenir parteniez/32 tenir 76 +SFX iB partenir partenaient/70 tenir 51 +SFX iB partenir partins/27 tenir 69 +SFX iB partenir partins/25 tenir 68 +SFX iB partenir partint/25 tenir 53 +SFX iB partenir partînmes/35 tenir 63 +SFX iB partenir partîntes/32 tenir 62 +SFX iB partenir partinrent/70 tenir 71 +SFX iB partenir partiendrai/27 tenir 38 +SFX iB partenir partiendras/25 tenir 37 +SFX iB partenir partiendra/25 tenir 22 +SFX iB partenir partiendrons/35 tenir 31 +SFX iB partenir partiendrez/32 tenir 30 +SFX iB partenir partiendront/70 tenir 24 +SFX iB partenir partiendrais/27 tenir 40 +SFX iB partenir partiendrais/25 tenir 39 +SFX iB partenir partiendrait/25 tenir 23 +SFX iB partenir partiendrions/35 tenir 33 +SFX iB partenir partiendriez/32 tenir 32 +SFX iB partenir partiendraient/70 tenir 25 +SFX iB partenir partienne/27 tenir 41 +SFX iB partenir partiennes/25 tenir 44 +SFX iB partenir partienne/25 tenir 27 +SFX iB partenir partenions/35 tenir 74 +SFX iB partenir parteniez/32 tenir 73 +SFX iB partenir partiennent/70 tenir 28 +SFX iB partenir partinsse/27 tenir 61 +SFX iB partenir partinsses/25 tenir 67 +SFX iB partenir partînt/25 tenir 52 +SFX iB partenir partinssions/35 tenir 60 +SFX iB partenir partinssiez/32 tenir 59 +SFX iB partenir partinssent/70 tenir 54 +SFX iB partenir partiens/25 tenir 36 +SFX iB partenir partenons/13 tenir 58 +SFX iB partenir partenez/32 tenir 75 + +SFX iC Y 51 +SFX iC rir rir/53 [vf]rir 64 +SFX iC rir rant/6 [vf]rir 48 +SFX iC rir ert/28 [vf]rir 85 +SFX iC rir erts/28 [vf]rir 86 +SFX iC rir erte/28 [vf]rir 80 +SFX iC rir ertes/28 [vf]rir 81 +SFX iC rir re/23 [vf]rir 34 +SFX iC rir res/20 [vf]rir 35 +SFX iC rir re/6 [vf]rir 21 +SFX iC rir rons/17 [vf]rir 56 +SFX iC rir rez/14 [vf]rir 72 +SFX iC rir rent/6 [vf]rir 26 +SFX iC rir rais/23 [vf]rir 66 +SFX iC rir rais/20 [vf]rir 65 +SFX iC rir rait/6 [vf]rir 50 +SFX iC rir rions/17 [vf]rir 77 +SFX iC rir riez/14 [vf]rir 76 +SFX iC rir raient/6 [vf]rir 51 +SFX iC rir ris/23 [vf]rir 69 +SFX iC rir ris/20 [vf]rir 68 +SFX iC rir rit/6 [vf]rir 53 +SFX iC rir rîmes/17 [vf]rir 63 +SFX iC rir rîtes/14 [vf]rir 62 +SFX iC rir rirent/6 [vf]rir 71 +SFX iC rir rirai/23 [vf]rir 38 +SFX iC rir riras/20 [vf]rir 37 +SFX iC rir rira/6 [vf]rir 22 +SFX iC rir rirons/17 [vf]rir 31 +SFX iC rir rirez/14 [vf]rir 30 +SFX iC rir riront/6 [vf]rir 24 +SFX iC rir rirais/23 [vf]rir 40 +SFX iC rir rirais/20 [vf]rir 39 +SFX iC rir rirait/6 [vf]rir 23 +SFX iC rir ririons/17 [vf]rir 33 +SFX iC rir ririez/14 [vf]rir 32 +SFX iC rir riraient/6 [vf]rir 25 +SFX iC rir re/44 [vf]rir 41 +SFX iC rir res/36 [vf]rir 44 +SFX iC rir re/6 [vf]rir 27 +SFX iC rir rions/56 [vf]rir 74 +SFX iC rir riez/31 [vf]rir 73 +SFX iC rir rent/6 [vf]rir 28 +SFX iC rir risse/23 [vf]rir 61 +SFX iC rir risses/20 [vf]rir 67 +SFX iC rir rît/6 [vf]rir 52 +SFX iC rir rissions/17 [vf]rir 60 +SFX iC rir rissiez/14 [vf]rir 59 +SFX iC rir rissent/6 [vf]rir 54 +SFX iC rir re/36 [vf]rir 36 +SFX iC rir rons/45 [vf]rir 58 +SFX iC rir rez/31 [vf]rir 75 + +SFX iD Y 51 +SFX iD courir courir/80 courir 64 +SFX iD courir courant/16 courir 48 +SFX iD courir couru courir 85 +SFX iD courir courus courir 86 +SFX iD courir courue courir 80 +SFX iD courir courues courir 81 +SFX iD courir cours/26 courir 34 +SFX iD courir cours/13 courir 35 +SFX iD courir court/13 courir 21 +SFX iD courir courons/13 courir 56 +SFX iD courir courez/13 courir 72 +SFX iD courir courent/13 courir 26 +SFX iD courir courais/26 courir 66 +SFX iD courir courais/13 courir 65 +SFX iD courir courait/13 courir 50 +SFX iD courir courions/13 courir 77 +SFX iD courir couriez/13 courir 76 +SFX iD courir couraient/13 courir 51 +SFX iD courir courus/26 courir 69 +SFX iD courir courus/13 courir 68 +SFX iD courir courut/13 courir 53 +SFX iD courir courûmes/13 courir 63 +SFX iD courir courûtes/13 courir 62 +SFX iD courir coururent/13 courir 71 +SFX iD courir courrai/26 courir 38 +SFX iD courir courras/13 courir 37 +SFX iD courir courra/13 courir 22 +SFX iD courir courrons/13 courir 31 +SFX iD courir courrez/13 courir 30 +SFX iD courir courront/13 courir 24 +SFX iD courir courrais/26 courir 40 +SFX iD courir courrais/13 courir 39 +SFX iD courir courrait/13 courir 23 +SFX iD courir courrions/13 courir 33 +SFX iD courir courriez/13 courir 32 +SFX iD courir courraient/13 courir 25 +SFX iD courir coure/26 courir 41 +SFX iD courir coures/13 courir 44 +SFX iD courir coure/13 courir 27 +SFX iD courir courions/13 courir 74 +SFX iD courir couriez/13 courir 73 +SFX iD courir courent/13 courir 28 +SFX iD courir courusse/26 courir 61 +SFX iD courir courusses/13 courir 67 +SFX iD courir courût/13 courir 52 +SFX iD courir courussions/13 courir 60 +SFX iD courir courussiez/13 courir 59 +SFX iD courir courussent/13 courir 54 +SFX iD courir cours/13 courir 36 +SFX iD courir courons/13 courir 58 +SFX iD courir courez/13 courir 75 + +SFX iE Y 51 +SFX iE ourir ourir/53 courir 64 +SFX iE ourir ourant/18 courir 48 +SFX iE ourir ouru/28 courir 85 +SFX iE ourir ourus/28 courir 86 +SFX iE ourir ourue/28 courir 80 +SFX iE ourir ourues/28 courir 81 +SFX iE ourir ours/74 courir 34 +SFX iE ourir ours/17 courir 35 +SFX iE ourir ourt/58 courir 21 +SFX iE ourir ourons/39 courir 56 +SFX iE ourir ourez/39 courir 72 +SFX iE ourir ourent/58 courir 26 +SFX iE ourir ourais/74 courir 66 +SFX iE ourir ourais/17 courir 65 +SFX iE ourir ourait/58 courir 50 +SFX iE ourir ourions/39 courir 77 +SFX iE ourir ouriez/39 courir 76 +SFX iE ourir ouraient/58 courir 51 +SFX iE ourir ourus/74 courir 69 +SFX iE ourir ourus/17 courir 68 +SFX iE ourir ourut/58 courir 53 +SFX iE ourir ourûmes/39 courir 63 +SFX iE ourir ourûtes/39 courir 62 +SFX iE ourir oururent/58 courir 71 +SFX iE ourir ourrai/74 courir 38 +SFX iE ourir ourras/17 courir 37 +SFX iE ourir ourra/58 courir 22 +SFX iE ourir ourrons/39 courir 31 +SFX iE ourir ourrez/39 courir 30 +SFX iE ourir ourront/58 courir 24 +SFX iE ourir ourrais/74 courir 40 +SFX iE ourir ourrais/17 courir 39 +SFX iE ourir ourrait/58 courir 23 +SFX iE ourir ourrions/39 courir 33 +SFX iE ourir ourriez/39 courir 32 +SFX iE ourir ourraient/58 courir 25 +SFX iE ourir oure/226 courir 41 +SFX iE ourir oures/56 courir 44 +SFX iE ourir oure/58 courir 27 +SFX iE ourir ourions/39 courir 74 +SFX iE ourir ouriez/45 courir 73 +SFX iE ourir ourent/225 courir 28 +SFX iE ourir ourusse/74 courir 61 +SFX iE ourir ourusses/17 courir 67 +SFX iE ourir ourût/58 courir 52 +SFX iE ourir ourussions/39 courir 60 +SFX iE ourir ourussiez/39 courir 59 +SFX iE ourir ourussent/58 courir 54 +SFX iE ourir ours/45 courir 36 +SFX iE ourir ourons/45 courir 58 +SFX iE ourir ourez/45 courir 75 + +SFX iF N 51 +SFX iF ervir ervir servir 64 +SFX iF ervir ervant servir 48 +SFX iF ervir ervi servir 85 +SFX iF ervir ervis servir 86 +SFX iF ervir ervie servir 80 +SFX iF ervir ervies servir 81 +SFX iF ervir ers servir 34 +SFX iF ervir ers servir 35 +SFX iF ervir ert servir 21 +SFX iF ervir ervons servir 56 +SFX iF ervir ervez servir 72 +SFX iF ervir ervent servir 26 +SFX iF ervir ervais servir 66 +SFX iF ervir ervais servir 65 +SFX iF ervir ervait servir 50 +SFX iF ervir ervions servir 77 +SFX iF ervir erviez servir 76 +SFX iF ervir ervaient servir 51 +SFX iF ervir ervis servir 69 +SFX iF ervir ervis servir 68 +SFX iF ervir ervit servir 53 +SFX iF ervir ervîmes servir 63 +SFX iF ervir ervîtes servir 62 +SFX iF ervir ervirent servir 71 +SFX iF ervir ervirai servir 38 +SFX iF ervir erviras servir 37 +SFX iF ervir ervira servir 22 +SFX iF ervir ervirons servir 31 +SFX iF ervir ervirez servir 30 +SFX iF ervir erviront servir 24 +SFX iF ervir ervirais servir 40 +SFX iF ervir ervirais servir 39 +SFX iF ervir ervirait servir 23 +SFX iF ervir ervirions servir 33 +SFX iF ervir erviriez servir 32 +SFX iF ervir erviraient servir 25 +SFX iF ervir erve servir 41 +SFX iF ervir erves servir 44 +SFX iF ervir erve servir 27 +SFX iF ervir ervions servir 74 +SFX iF ervir erviez servir 73 +SFX iF ervir ervent servir 28 +SFX iF ervir ervisse servir 61 +SFX iF ervir ervisses servir 67 +SFX iF ervir ervît servir 52 +SFX iF ervir ervissions servir 60 +SFX iF ervir ervissiez servir 59 +SFX iF ervir ervissent servir 54 +SFX iF ervir ers servir 36 +SFX iF ervir ervons servir 58 +SFX iF ervir ervez servir 75 + +SFX iG N 51 +SFX iG êtir êtir vêtir 64 +SFX iG êtir êtant vêtir 48 +SFX iG êtir êtu vêtir 85 +SFX iG êtir êtus vêtir 86 +SFX iG êtir êtue vêtir 80 +SFX iG êtir êtues vêtir 81 +SFX iG êtir êts vêtir 34 +SFX iG êtir êts vêtir 35 +SFX iG êtir êt vêtir 21 +SFX iG êtir êtons vêtir 56 +SFX iG êtir êtez vêtir 72 +SFX iG êtir êtent vêtir 26 +SFX iG êtir êtais vêtir 66 +SFX iG êtir êtais vêtir 65 +SFX iG êtir êtait vêtir 50 +SFX iG êtir êtions vêtir 77 +SFX iG êtir êtiez vêtir 76 +SFX iG êtir êtaient vêtir 51 +SFX iG êtir êtis vêtir 69 +SFX iG êtir êtis vêtir 68 +SFX iG êtir êtit vêtir 53 +SFX iG êtir êtîmes vêtir 63 +SFX iG êtir êtîtes vêtir 62 +SFX iG êtir êtirent vêtir 71 +SFX iG êtir êtirai vêtir 38 +SFX iG êtir êtiras vêtir 37 +SFX iG êtir êtira vêtir 22 +SFX iG êtir êtirons vêtir 31 +SFX iG êtir êtirez vêtir 30 +SFX iG êtir êtiront vêtir 24 +SFX iG êtir êtirais vêtir 40 +SFX iG êtir êtirais vêtir 39 +SFX iG êtir êtirait vêtir 23 +SFX iG êtir êtirions vêtir 33 +SFX iG êtir êtiriez vêtir 32 +SFX iG êtir êtiraient vêtir 25 +SFX iG êtir ête vêtir 41 +SFX iG êtir êtes vêtir 44 +SFX iG êtir ête vêtir 27 +SFX iG êtir êtions vêtir 74 +SFX iG êtir êtiez vêtir 73 +SFX iG êtir êtent vêtir 28 +SFX iG êtir êtisse vêtir 61 +SFX iG êtir êtisses vêtir 67 +SFX iG êtir êtît vêtir 52 +SFX iG êtir êtissions vêtir 60 +SFX iG êtir êtissiez vêtir 59 +SFX iG êtir êtissent vêtir 54 +SFX iG êtir êts vêtir 36 +SFX iG êtir êtons vêtir 58 +SFX iG êtir êtez vêtir 75 + +SFX iI N 48 +SFX iI ormir ormir dormir 64 +SFX iI ormir ormant dormir 48 +SFX iI ormir ormi dormir 106 +SFX iI ormir ors dormir 34 +SFX iI ormir ors dormir 35 +SFX iI ormir ort dormir 21 +SFX iI ormir ormons dormir 56 +SFX iI ormir ormez dormir 72 +SFX iI ormir orment dormir 26 +SFX iI ormir ormais dormir 66 +SFX iI ormir ormais dormir 65 +SFX iI ormir ormait dormir 50 +SFX iI ormir ormions dormir 77 +SFX iI ormir ormiez dormir 76 +SFX iI ormir ormaient dormir 51 +SFX iI ormir ormis dormir 69 +SFX iI ormir ormis dormir 68 +SFX iI ormir ormit dormir 53 +SFX iI ormir ormîmes dormir 63 +SFX iI ormir ormîtes dormir 62 +SFX iI ormir ormirent dormir 71 +SFX iI ormir ormirai dormir 38 +SFX iI ormir ormiras dormir 37 +SFX iI ormir ormira dormir 22 +SFX iI ormir ormirons dormir 31 +SFX iI ormir ormirez dormir 30 +SFX iI ormir ormiront dormir 24 +SFX iI ormir ormirais dormir 40 +SFX iI ormir ormirais dormir 39 +SFX iI ormir ormirait dormir 23 +SFX iI ormir ormirions dormir 33 +SFX iI ormir ormiriez dormir 32 +SFX iI ormir ormiraient dormir 25 +SFX iI ormir orme dormir 41 +SFX iI ormir ormes dormir 44 +SFX iI ormir orme dormir 27 +SFX iI ormir ormions dormir 74 +SFX iI ormir ormiez dormir 73 +SFX iI ormir orment dormir 28 +SFX iI ormir ormisse dormir 61 +SFX iI ormir ormisses dormir 67 +SFX iI ormir ormît dormir 52 +SFX iI ormir ormissions dormir 60 +SFX iI ormir ormissiez dormir 59 +SFX iI ormir ormissent dormir 54 +SFX iI ormir ors dormir 36 +SFX iI ormir ormons dormir 58 +SFX iI ormir ormez dormir 75 + +SFX iJ Y 51 +SFX iJ dormir dormir/53 dormir 64 +SFX iJ dormir dormant/6 dormir 48 +SFX iJ dormir dormi/28 dormir 85 +SFX iJ dormir dormis/28 dormir 86 +SFX iJ dormir dormie/28 dormir 80 +SFX iJ dormir dormies/28 dormir 81 +SFX iJ dormir dors/23 dormir 34 +SFX iJ dormir dors/20 dormir 35 +SFX iJ dormir dort/6 dormir 21 +SFX iJ dormir dormons/17 dormir 56 +SFX iJ dormir dormez/14 dormir 72 +SFX iJ dormir dorment/6 dormir 26 +SFX iJ dormir dormais/23 dormir 66 +SFX iJ dormir dormais/20 dormir 65 +SFX iJ dormir dormait/6 dormir 50 +SFX iJ dormir dormions/17 dormir 77 +SFX iJ dormir dormiez/14 dormir 76 +SFX iJ dormir dormaient/6 dormir 51 +SFX iJ dormir dormis/23 dormir 69 +SFX iJ dormir dormis/20 dormir 68 +SFX iJ dormir dormit/6 dormir 53 +SFX iJ dormir dormîmes/17 dormir 63 +SFX iJ dormir dormîtes/14 dormir 62 +SFX iJ dormir dormirent/6 dormir 71 +SFX iJ dormir dormirai/23 dormir 38 +SFX iJ dormir dormiras/20 dormir 37 +SFX iJ dormir dormira/6 dormir 22 +SFX iJ dormir dormirons/17 dormir 31 +SFX iJ dormir dormirez/14 dormir 30 +SFX iJ dormir dormiront/6 dormir 24 +SFX iJ dormir dormirais/23 dormir 40 +SFX iJ dormir dormirais/20 dormir 39 +SFX iJ dormir dormirait/6 dormir 23 +SFX iJ dormir dormirions/17 dormir 33 +SFX iJ dormir dormiriez/14 dormir 32 +SFX iJ dormir dormiraient/6 dormir 25 +SFX iJ dormir dorme/44 dormir 41 +SFX iJ dormir dormes/36 dormir 44 +SFX iJ dormir dorme/6 dormir 27 +SFX iJ dormir dormions/56 dormir 74 +SFX iJ dormir dormiez/31 dormir 73 +SFX iJ dormir dorment/6 dormir 28 +SFX iJ dormir dormisse/23 dormir 61 +SFX iJ dormir dormisses/20 dormir 67 +SFX iJ dormir dormît/6 dormir 52 +SFX iJ dormir dormissions/17 dormir 60 +SFX iJ dormir dormissiez/14 dormir 59 +SFX iJ dormir dormissent/6 dormir 54 +SFX iJ dormir dors/36 dormir 36 +SFX iJ dormir dormons/45 dormir 58 +SFX iJ dormir dormez/31 dormir 75 + +SFX iK Y 50 +SFX iK quérir quérir/53 quérir 64 +SFX iK quérir quérant/6 quérir 48 +SFX iK quérir quis/28 quérir 121 +SFX iK quérir quise/28 quérir 80 +SFX iK quérir quises/28 quérir 81 +SFX iK quérir quiers/23 quérir 34 +SFX iK quérir quiers/20 quérir 35 +SFX iK quérir quiert/6 quérir 21 +SFX iK quérir quérons/17 quérir 56 +SFX iK quérir quérez/14 quérir 72 +SFX iK quérir quièrent/6 quérir 26 +SFX iK quérir quérais/23 quérir 66 +SFX iK quérir quérais/20 quérir 65 +SFX iK quérir quérait/6 quérir 50 +SFX iK quérir quérions/17 quérir 77 +SFX iK quérir quériez/14 quérir 76 +SFX iK quérir quéraient/6 quérir 51 +SFX iK quérir quis/23 quérir 69 +SFX iK quérir quis/20 quérir 68 +SFX iK quérir quit/6 quérir 53 +SFX iK quérir quîmes/17 quérir 63 +SFX iK quérir quîtes/14 quérir 62 +SFX iK quérir quirent/6 quérir 71 +SFX iK quérir querrai/23 quérir 38 +SFX iK quérir querras/20 quérir 37 +SFX iK quérir querra/6 quérir 22 +SFX iK quérir querrons/17 quérir 31 +SFX iK quérir querrez/14 quérir 30 +SFX iK quérir querront/6 quérir 24 +SFX iK quérir querrais/23 quérir 40 +SFX iK quérir querrais/20 quérir 39 +SFX iK quérir querrait/6 quérir 23 +SFX iK quérir querrions/17 quérir 33 +SFX iK quérir querriez/14 quérir 32 +SFX iK quérir querraient/6 quérir 25 +SFX iK quérir quière/44 quérir 41 +SFX iK quérir quières/36 quérir 44 +SFX iK quérir quière/6 quérir 27 +SFX iK quérir quérions/56 quérir 74 +SFX iK quérir quériez/31 quérir 73 +SFX iK quérir quièrent/6 quérir 28 +SFX iK quérir quisse/23 quérir 61 +SFX iK quérir quisses/20 quérir 67 +SFX iK quérir quît/6 quérir 52 +SFX iK quérir quissions/17 quérir 60 +SFX iK quérir quissiez/14 quérir 59 +SFX iK quérir quissent/6 quérir 54 +SFX iK quérir quiers/36 quérir 36 +SFX iK quérir quérons/45 quérir 58 +SFX iK quérir quérez/31 quérir 75 + +SFX iM Y 50 +SFX iM quérir quérir/59 quérir 64 +SFX iM quérir quérant/59 quérir 48 +SFX iM quérir quis quérir 121 +SFX iM quérir quise quérir 80 +SFX iM quérir quises quérir 81 +SFX iM quérir quiers/24 quérir 34 +SFX iM quérir quiers/21 quérir 35 +SFX iM quérir quiert/12 quérir 21 +SFX iM quérir quérons quérir 56 +SFX iM quérir quérez quérir 72 +SFX iM quérir quièrent/12 quérir 26 +SFX iM quérir quérais/24 quérir 66 +SFX iM quérir quérais/21 quérir 65 +SFX iM quérir quérait/12 quérir 50 +SFX iM quérir quérions quérir 77 +SFX iM quérir quériez quérir 76 +SFX iM quérir quéraient/12 quérir 51 +SFX iM quérir quis/24 quérir 69 +SFX iM quérir quis/21 quérir 68 +SFX iM quérir quit/12 quérir 53 +SFX iM quérir quîmes quérir 63 +SFX iM quérir quîtes quérir 62 +SFX iM quérir quirent/12 quérir 71 +SFX iM quérir querrai/24 quérir 38 +SFX iM quérir querras/21 quérir 37 +SFX iM quérir querra/12 quérir 22 +SFX iM quérir querrons quérir 31 +SFX iM quérir querrez quérir 30 +SFX iM quérir querront/12 quérir 24 +SFX iM quérir querrais/24 quérir 40 +SFX iM quérir querrais/21 quérir 39 +SFX iM quérir querrait/12 quérir 23 +SFX iM quérir querrions quérir 33 +SFX iM quérir querriez quérir 32 +SFX iM quérir querraient/12 quérir 25 +SFX iM quérir quière/24 quérir 41 +SFX iM quérir quières/21 quérir 44 +SFX iM quérir quière/12 quérir 27 +SFX iM quérir quérions quérir 74 +SFX iM quérir quériez quérir 73 +SFX iM quérir quièrent/12 quérir 28 +SFX iM quérir quisse/24 quérir 61 +SFX iM quérir quisses/21 quérir 67 +SFX iM quérir quît/12 quérir 52 +SFX iM quérir quissions quérir 60 +SFX iM quérir quissiez quérir 59 +SFX iM quérir quissent/12 quérir 54 +SFX iM quérir quiers/21 quérir 36 +SFX iM quérir quérons quérir 58 +SFX iM quérir quérez quérir 75 + +SFX iN N 51 +SFX iN uir uir fuir 64 +SFX iN uir uyant fuir 48 +SFX iN uir ui fuir 85 +SFX iN uir uis fuir 86 +SFX iN uir uie fuir 80 +SFX iN uir uies fuir 81 +SFX iN uir uis fuir 34 +SFX iN uir uis fuir 35 +SFX iN uir uit fuir 21 +SFX iN uir uyons fuir 56 +SFX iN uir uyez fuir 72 +SFX iN uir uient fuir 26 +SFX iN uir uyais fuir 66 +SFX iN uir uyais fuir 65 +SFX iN uir uyait fuir 50 +SFX iN uir uyions fuir 77 +SFX iN uir uyiez fuir 76 +SFX iN uir uyaient fuir 51 +SFX iN uir uis fuir 69 +SFX iN uir uis fuir 68 +SFX iN uir uit fuir 53 +SFX iN uir uîmes fuir 63 +SFX iN uir uîtes fuir 62 +SFX iN uir uirent fuir 71 +SFX iN uir uirai fuir 38 +SFX iN uir uiras fuir 37 +SFX iN uir uira fuir 22 +SFX iN uir uirons fuir 31 +SFX iN uir uirez fuir 30 +SFX iN uir uiront fuir 24 +SFX iN uir uirais fuir 40 +SFX iN uir uirais fuir 39 +SFX iN uir uirait fuir 23 +SFX iN uir uirions fuir 33 +SFX iN uir uiriez fuir 32 +SFX iN uir uiraient fuir 25 +SFX iN uir uie fuir 41 +SFX iN uir uies fuir 44 +SFX iN uir uie fuir 27 +SFX iN uir uyions fuir 74 +SFX iN uir uyiez fuir 73 +SFX iN uir uient fuir 28 +SFX iN uir uisse fuir 61 +SFX iN uir uisses fuir 67 +SFX iN uir uît fuir 52 +SFX iN uir uissions fuir 60 +SFX iN uir uissiez fuir 59 +SFX iN uir uissent fuir 54 +SFX iN uir uis fuir 36 +SFX iN uir uyons fuir 58 +SFX iN uir uyez fuir 75 + +SFX iO Y 51 +SFX iO fuir fuir/59 enfuir 64 +SFX iO fuir fuyant/59 enfuir 48 +SFX iO fuir fui enfuir 85 +SFX iO fuir fuis enfuir 86 +SFX iO fuir fuie enfuir 80 +SFX iO fuir fuies enfuir 81 +SFX iO fuir fuis/24 enfuir 34 +SFX iO fuir fuis/21 enfuir 35 +SFX iO fuir fuit/12 enfuir 21 +SFX iO fuir fuyons enfuir 56 +SFX iO fuir fuyez enfuir 72 +SFX iO fuir fuient/12 enfuir 26 +SFX iO fuir fuyais/24 enfuir 66 +SFX iO fuir fuyais/21 enfuir 65 +SFX iO fuir fuyait/12 enfuir 50 +SFX iO fuir fuyions enfuir 77 +SFX iO fuir fuyiez enfuir 76 +SFX iO fuir fuyaient/12 enfuir 51 +SFX iO fuir fuis/24 enfuir 69 +SFX iO fuir fuis/21 enfuir 68 +SFX iO fuir fuit/12 enfuir 53 +SFX iO fuir fuîmes enfuir 63 +SFX iO fuir fuîtes enfuir 62 +SFX iO fuir fuirent/12 enfuir 71 +SFX iO fuir fuirai/24 enfuir 38 +SFX iO fuir fuiras/21 enfuir 37 +SFX iO fuir fuira/12 enfuir 22 +SFX iO fuir fuirons enfuir 31 +SFX iO fuir fuirez enfuir 30 +SFX iO fuir fuiront/12 enfuir 24 +SFX iO fuir fuirais/24 enfuir 40 +SFX iO fuir fuirais/21 enfuir 39 +SFX iO fuir fuirait/12 enfuir 23 +SFX iO fuir fuirions enfuir 33 +SFX iO fuir fuiriez enfuir 32 +SFX iO fuir fuiraient/12 enfuir 25 +SFX iO fuir fuie/24 enfuir 41 +SFX iO fuir fuies/21 enfuir 44 +SFX iO fuir fuie/12 enfuir 27 +SFX iO fuir fuyions enfuir 74 +SFX iO fuir fuyiez enfuir 73 +SFX iO fuir fuient/12 enfuir 28 +SFX iO fuir fuisse/24 enfuir 61 +SFX iO fuir fuisses/21 enfuir 67 +SFX iO fuir fuît/12 enfuir 52 +SFX iO fuir fuissions enfuir 60 +SFX iO fuir fuissiez enfuir 59 +SFX iO fuir fuissent/12 enfuir 54 +SFX iO fuir fuis/21 enfuir 36 +SFX iO fuir fuyons enfuir 58 +SFX iO fuir fuyez enfuir 75 + +SFX iP N 51 +SFX iP ourir ourir mourir 64 +SFX iP ourir ourant mourir 48 +SFX iP ourir ort mourir 85 +SFX iP ourir orts mourir 86 +SFX iP ourir orte mourir 80 +SFX iP ourir ortes mourir 81 +SFX iP ourir eurs mourir 34 +SFX iP ourir eurs mourir 35 +SFX iP ourir eurt mourir 21 +SFX iP ourir ourons mourir 56 +SFX iP ourir ourez mourir 72 +SFX iP ourir eurent mourir 26 +SFX iP ourir ourais mourir 66 +SFX iP ourir ourais mourir 65 +SFX iP ourir ourait mourir 50 +SFX iP ourir ourions mourir 77 +SFX iP ourir ouriez mourir 76 +SFX iP ourir ouraient mourir 51 +SFX iP ourir ourus mourir 69 +SFX iP ourir ourus mourir 68 +SFX iP ourir ourut mourir 53 +SFX iP ourir ourûmes mourir 63 +SFX iP ourir ourûtes mourir 62 +SFX iP ourir oururent mourir 71 +SFX iP ourir ourrai mourir 38 +SFX iP ourir ourras mourir 37 +SFX iP ourir ourra mourir 22 +SFX iP ourir ourrons mourir 31 +SFX iP ourir ourrez mourir 30 +SFX iP ourir ourront mourir 24 +SFX iP ourir ourrais mourir 40 +SFX iP ourir ourrais mourir 39 +SFX iP ourir ourrait mourir 23 +SFX iP ourir ourrions mourir 33 +SFX iP ourir ourriez mourir 32 +SFX iP ourir ourraient mourir 25 +SFX iP ourir eure mourir 41 +SFX iP ourir eures mourir 44 +SFX iP ourir eure mourir 27 +SFX iP ourir ourions mourir 74 +SFX iP ourir ouriez mourir 73 +SFX iP ourir eurent mourir 28 +SFX iP ourir ourusse mourir 61 +SFX iP ourir ourusses mourir 67 +SFX iP ourir ourût mourir 52 +SFX iP ourir ourussions mourir 60 +SFX iP ourir ourussiez mourir 59 +SFX iP ourir ourussent mourir 54 +SFX iP ourir eurs mourir 36 +SFX iP ourir ourons mourir 58 +SFX iP ourir ourez mourir 75 + +SFX iQ N 51 +SFX iQ ouillir ouillir bouillir 64 +SFX iQ ouillir ouillant bouillir 48 +SFX iQ ouillir ouilli bouillir 85 +SFX iQ ouillir ouillis bouillir 86 +SFX iQ ouillir ouillie bouillir 80 +SFX iQ ouillir ouillies bouillir 81 +SFX iQ ouillir ous bouillir 34 +SFX iQ ouillir ous bouillir 35 +SFX iQ ouillir out bouillir 21 +SFX iQ ouillir ouillons bouillir 56 +SFX iQ ouillir ouillez bouillir 72 +SFX iQ ouillir ouillent bouillir 26 +SFX iQ ouillir ouillais bouillir 66 +SFX iQ ouillir ouillais bouillir 65 +SFX iQ ouillir ouillait bouillir 50 +SFX iQ ouillir ouillions bouillir 77 +SFX iQ ouillir ouilliez bouillir 76 +SFX iQ ouillir ouillaient bouillir 51 +SFX iQ ouillir ouillis bouillir 69 +SFX iQ ouillir ouillis bouillir 68 +SFX iQ ouillir ouillit bouillir 53 +SFX iQ ouillir ouillîmes bouillir 63 +SFX iQ ouillir ouillîtes bouillir 62 +SFX iQ ouillir ouillirent bouillir 71 +SFX iQ ouillir ouillirai bouillir 38 +SFX iQ ouillir ouilliras bouillir 37 +SFX iQ ouillir ouillira bouillir 22 +SFX iQ ouillir ouillirons bouillir 31 +SFX iQ ouillir ouillirez bouillir 30 +SFX iQ ouillir ouilliront bouillir 24 +SFX iQ ouillir ouillirais bouillir 40 +SFX iQ ouillir ouillirais bouillir 39 +SFX iQ ouillir ouillirait bouillir 23 +SFX iQ ouillir ouillirions bouillir 33 +SFX iQ ouillir ouilliriez bouillir 32 +SFX iQ ouillir ouilliraient bouillir 25 +SFX iQ ouillir ouille bouillir 41 +SFX iQ ouillir ouilles bouillir 44 +SFX iQ ouillir ouille bouillir 27 +SFX iQ ouillir ouillions bouillir 74 +SFX iQ ouillir ouilliez bouillir 73 +SFX iQ ouillir ouillent bouillir 28 +SFX iQ ouillir ouillisse bouillir 61 +SFX iQ ouillir ouillisses bouillir 67 +SFX iQ ouillir ouillît bouillir 52 +SFX iQ ouillir ouillissions bouillir 60 +SFX iQ ouillir ouillissiez bouillir 59 +SFX iQ ouillir ouillissent bouillir 54 +SFX iQ ouillir ous bouillir 36 +SFX iQ ouillir ouillons bouillir 58 +SFX iQ ouillir ouillez bouillir 75 + +SFX iR Y 51 +SFX iR ueillir ueillir/53 cueillir 64 +SFX iR ueillir ueillant/6 cueillir 48 +SFX iR ueillir ueilli/28 cueillir 85 +SFX iR ueillir ueillis/28 cueillir 86 +SFX iR ueillir ueillie/28 cueillir 80 +SFX iR ueillir ueillies/28 cueillir 81 +SFX iR ueillir ueille/30 cueillir 34 +SFX iR ueillir ueilles/14 cueillir 35 +SFX iR ueillir ueille/6 cueillir 21 +SFX iR ueillir ueillons/17 cueillir 56 +SFX iR ueillir ueillez/14 cueillir 72 +SFX iR ueillir ueillent/6 cueillir 26 +SFX iR ueillir ueillais/30 cueillir 66 +SFX iR ueillir ueillais/14 cueillir 65 +SFX iR ueillir ueillait/6 cueillir 50 +SFX iR ueillir ueillions/17 cueillir 77 +SFX iR ueillir ueilliez/14 cueillir 76 +SFX iR ueillir ueillaient/6 cueillir 51 +SFX iR ueillir ueillis/30 cueillir 69 +SFX iR ueillir ueillis/14 cueillir 68 +SFX iR ueillir ueillit/6 cueillir 53 +SFX iR ueillir ueillîmes/17 cueillir 63 +SFX iR ueillir ueillîtes/14 cueillir 62 +SFX iR ueillir ueillirent/6 cueillir 71 +SFX iR ueillir ueillerai/30 cueillir 38 +SFX iR ueillir ueilleras/14 cueillir 37 +SFX iR ueillir ueillera/6 cueillir 22 +SFX iR ueillir ueillerons/17 cueillir 31 +SFX iR ueillir ueillerez/14 cueillir 30 +SFX iR ueillir ueilleront/6 cueillir 24 +SFX iR ueillir ueillerais/30 cueillir 40 +SFX iR ueillir ueillerais/14 cueillir 39 +SFX iR ueillir ueillerait/6 cueillir 23 +SFX iR ueillir ueillerions/17 cueillir 33 +SFX iR ueillir ueilleriez/14 cueillir 32 +SFX iR ueillir ueilleraient/6 cueillir 25 +SFX iR ueillir ueille/54 cueillir 41 +SFX iR ueillir ueilles/31 cueillir 44 +SFX iR ueillir ueille/6 cueillir 27 +SFX iR ueillir ueillions/56 cueillir 74 +SFX iR ueillir ueilliez/31 cueillir 73 +SFX iR ueillir ueillent/6 cueillir 28 +SFX iR ueillir ueillisse/30 cueillir 61 +SFX iR ueillir ueillisses/14 cueillir 67 +SFX iR ueillir ueillît/6 cueillir 52 +SFX iR ueillir ueillissions/17 cueillir 60 +SFX iR ueillir ueillissiez/14 cueillir 59 +SFX iR ueillir ueillissent/6 cueillir 54 +SFX iR ueillir ueille/31 cueillir 36 +SFX iR ueillir ueillons/45 cueillir 58 +SFX iR ueillir ueillez/31 cueillir 75 + +SFX iS N 48 +SFX iS aillir aillir aillir 64 +SFX iS aillir aillant aillir 48 +SFX iS aillir ailli aillir 106 +SFX iS aillir aille aillir 34 +SFX iS aillir ailles aillir 35 +SFX iS aillir aille aillir 21 +SFX iS aillir aillons aillir 56 +SFX iS aillir aillez aillir 72 +SFX iS aillir aillent aillir 26 +SFX iS aillir aillais aillir 66 +SFX iS aillir aillais aillir 65 +SFX iS aillir aillait aillir 50 +SFX iS aillir aillions aillir 77 +SFX iS aillir ailliez aillir 76 +SFX iS aillir aillaient aillir 51 +SFX iS aillir aillis aillir 69 +SFX iS aillir aillis aillir 68 +SFX iS aillir aillit aillir 53 +SFX iS aillir aillîmes aillir 63 +SFX iS aillir aillîtes aillir 62 +SFX iS aillir aillirent aillir 71 +SFX iS aillir aillirai aillir 38 +SFX iS aillir ailliras aillir 37 +SFX iS aillir aillira aillir 22 +SFX iS aillir aillirons aillir 31 +SFX iS aillir aillirez aillir 30 +SFX iS aillir ailliront aillir 24 +SFX iS aillir aillirais aillir 40 +SFX iS aillir aillirais aillir 39 +SFX iS aillir aillirait aillir 23 +SFX iS aillir aillirions aillir 33 +SFX iS aillir ailliriez aillir 32 +SFX iS aillir ailliraient aillir 25 +SFX iS aillir aille aillir 41 +SFX iS aillir ailles aillir 44 +SFX iS aillir aille aillir 27 +SFX iS aillir aillions aillir 74 +SFX iS aillir ailliez aillir 73 +SFX iS aillir aillent aillir 28 +SFX iS aillir aillisse aillir 61 +SFX iS aillir aillisses aillir 67 +SFX iS aillir aillît aillir 52 +SFX iS aillir aillissions aillir 60 +SFX iS aillir aillissiez aillir 59 +SFX iS aillir aillissent aillir 54 +SFX iS aillir aille aillir 36 +SFX iS aillir aillons aillir 58 +SFX iS aillir aillez aillir 75 + +SFX iT Y 51 +SFX iT saillir saillir/53 aillir 64 +SFX iT saillir saillant/6 aillir 48 +SFX iT saillir sailli/28 aillir 85 +SFX iT saillir saillis/28 aillir 86 +SFX iT saillir saillie/28 aillir 80 +SFX iT saillir saillies/28 aillir 81 +SFX iT saillir saille/23 aillir 34 +SFX iT saillir sailles/20 aillir 35 +SFX iT saillir saille/6 aillir 21 +SFX iT saillir saillons/17 aillir 56 +SFX iT saillir saillez/14 aillir 72 +SFX iT saillir saillent/6 aillir 26 +SFX iT saillir saillais/23 aillir 66 +SFX iT saillir saillais/20 aillir 65 +SFX iT saillir saillait/6 aillir 50 +SFX iT saillir saillions/17 aillir 77 +SFX iT saillir sailliez/14 aillir 76 +SFX iT saillir saillaient/6 aillir 51 +SFX iT saillir saillis/23 aillir 69 +SFX iT saillir saillis/20 aillir 68 +SFX iT saillir saillit/6 aillir 53 +SFX iT saillir saillîmes/17 aillir 63 +SFX iT saillir saillîtes/14 aillir 62 +SFX iT saillir saillirent/6 aillir 71 +SFX iT saillir saillirai/23 aillir 38 +SFX iT saillir sailliras/20 aillir 37 +SFX iT saillir saillira/6 aillir 22 +SFX iT saillir saillirons/17 aillir 31 +SFX iT saillir saillirez/14 aillir 30 +SFX iT saillir sailliront/6 aillir 24 +SFX iT saillir saillirais/23 aillir 40 +SFX iT saillir saillirais/20 aillir 39 +SFX iT saillir saillirait/6 aillir 23 +SFX iT saillir saillirions/17 aillir 33 +SFX iT saillir sailliriez/14 aillir 32 +SFX iT saillir sailliraient/6 aillir 25 +SFX iT saillir saille/44 aillir 41 +SFX iT saillir sailles/36 aillir 44 +SFX iT saillir saille/6 aillir 27 +SFX iT saillir saillions/56 aillir 74 +SFX iT saillir sailliez/31 aillir 73 +SFX iT saillir saillent/6 aillir 28 +SFX iT saillir saillisse/23 aillir 61 +SFX iT saillir saillisses/20 aillir 67 +SFX iT saillir saillît/6 aillir 52 +SFX iT saillir saillissions/17 aillir 60 +SFX iT saillir saillissiez/14 aillir 59 +SFX iT saillir saillissent/6 aillir 54 +SFX iT saillir saille/31 aillir 36 +SFX iT saillir saillons/45 aillir 58 +SFX iT saillir saillez/31 aillir 75 + +SFX iU N 45 +SFX iU aillir aillir faillir 64 +SFX iU aillir aillant faillir 48 +SFX iU aillir ailli faillir 106 +SFX iU aillir aux faillir 34 +SFX iU aillir aux faillir 35 +SFX iU aillir aut faillir 21 +SFX iU aillir aillons faillir 56 +SFX iU aillir aillez faillir 72 +SFX iU aillir aillent faillir 26 +SFX iU aillir aillais faillir 66 +SFX iU aillir aillais faillir 65 +SFX iU aillir aillait faillir 50 +SFX iU aillir aillions faillir 77 +SFX iU aillir ailliez faillir 76 +SFX iU aillir aillaient faillir 51 +SFX iU aillir aillis faillir 69 +SFX iU aillir aillis faillir 68 +SFX iU aillir aillit faillir 53 +SFX iU aillir aillîmes faillir 63 +SFX iU aillir aillîtes faillir 62 +SFX iU aillir aillirent faillir 71 +SFX iU aillir aillirai faillir 38 +SFX iU aillir ailliras faillir 37 +SFX iU aillir aillira faillir 22 +SFX iU aillir aillirons faillir 31 +SFX iU aillir aillirez faillir 30 +SFX iU aillir ailliront faillir 24 +SFX iU aillir aillirais faillir 40 +SFX iU aillir aillirais faillir 39 +SFX iU aillir aillirait faillir 23 +SFX iU aillir aillirions faillir 33 +SFX iU aillir ailliriez faillir 32 +SFX iU aillir ailliraient faillir 25 +SFX iU aillir aille faillir 41 +SFX iU aillir ailles faillir 44 +SFX iU aillir aille faillir 27 +SFX iU aillir aillions faillir 74 +SFX iU aillir ailliez faillir 73 +SFX iU aillir aillent faillir 28 +SFX iU aillir aillisse faillir 61 +SFX iU aillir aillisses faillir 67 +SFX iU aillir aillît faillir 52 +SFX iU aillir aillissions faillir 60 +SFX iU aillir aillissiez faillir 59 +SFX iU aillir aillissent faillir 54 + +SFX iV N 15 +SFX iV ésir ésir gésir 64 +SFX iV ésir isant gésir 48 +SFX iV ésir is gésir 34 +SFX iV ésir is gésir 35 +SFX iV ésir ît gésir 21 +SFX iV ésir it gésir 21 +SFX iV ésir isons gésir 56 +SFX iV ésir isez gésir 72 +SFX iV ésir isent gésir 26 +SFX iV ésir isais gésir 66 +SFX iV ésir isais gésir 65 +SFX iV ésir isait gésir 50 +SFX iV ésir isions gésir 77 +SFX iV ésir isiez gésir 76 +SFX iV ésir isaient gésir 51 + +SFX iW Y 63 +SFX iW uïr uïr/53 ouïr 64 +SFX iW uïr yant/6 ouïr 48 +SFX iW uïr uï/28 ouïr 85 +SFX iW uïr uïs/28 ouïr 86 +SFX iW uïr uïe/28 ouïr 80 +SFX iW uïr uïes/28 ouïr 81 +SFX iW uïr is/23 ouïr 34 +SFX iW uïr is/20 ouïr 35 +SFX iW uïr it/20 ouïr 21 +SFX iW uïr yons/17 ouïr 56 +SFX iW uïr yez/14 ouïr 72 +SFX iW uïr ient/6 ouïr 26 +SFX iW uïr yais/23 ouïr 66 +SFX iW uïr yais/20 ouïr 65 +SFX iW uïr yait/20 ouïr 50 +SFX iW uïr yions/17 ouïr 77 +SFX iW uïr yiez/14 ouïr 76 +SFX iW uïr yaient/6 ouïr 51 +SFX iW uïr uïs/23 ouïr 69 +SFX iW uïr uïs/20 ouïr 68 +SFX iW uïr uït/20 ouïr 53 +SFX iW uïr uïmes/17 ouïr 63 +SFX iW uïr uïtes/14 ouïr 62 +SFX iW uïr uïrent/6 ouïr 71 +SFX iW uïr uïrai/23 ouïr 38 +SFX iW uïr rrai/23 ouïr 38 +SFX iW uïr uïras/20 ouïr 37 +SFX iW uïr rras/20 ouïr 37 +SFX iW uïr uïra/20 ouïr 22 +SFX iW uïr rra/20 ouïr 22 +SFX iW uïr uïrons/17 ouïr 31 +SFX iW uïr rrons/17 ouïr 31 +SFX iW uïr uïrez/14 ouïr 30 +SFX iW uïr rrez/14 ouïr 30 +SFX iW uïr uïront/6 ouïr 24 +SFX iW uïr rront/6 ouïr 24 +SFX iW uïr uïrais/23 ouïr 40 +SFX iW uïr rrais/23 ouïr 40 +SFX iW uïr uïrais/20 ouïr 39 +SFX iW uïr rrais/20 ouïr 39 +SFX iW uïr uïrait/20 ouïr 23 +SFX iW uïr rrait/20 ouïr 23 +SFX iW uïr uïrions/17 ouïr 33 +SFX iW uïr rrions/17 ouïr 33 +SFX iW uïr uïriez/14 ouïr 32 +SFX iW uïr rriez/14 ouïr 32 +SFX iW uïr uïraient/6 ouïr 25 +SFX iW uïr rraient/6 ouïr 25 +SFX iW uïr ie/44 ouïr 41 +SFX iW uïr ies/36 ouïr 44 +SFX iW uïr ie/6 ouïr 27 +SFX iW uïr yions/56 ouïr 74 +SFX iW uïr yiez/31 ouïr 73 +SFX iW uïr ient/6 ouïr 28 +SFX iW uïr uïsse/23 ouïr 61 +SFX iW uïr uïsses/20 ouïr 67 +SFX iW uïr uït/20 ouïr 52 +SFX iW uïr uïssions/17 ouïr 60 +SFX iW uïr uïssiez/14 ouïr 59 +SFX iW uïr uïssent/6 ouïr 54 +SFX iW uïr is/31 ouïr 36 +SFX iW uïr yons/45 ouïr 58 +SFX iW uïr yez/31 ouïr 75 + +SFX iX N 5 +SFX iX érir érir férir 64 +SFX iX érir éru férir 85 +SFX iX érir érus férir 86 +SFX iX érir érue férir 80 +SFX iX érir érues férir 81 + +SFX iY Y 5 +SFX iY ssir ssir/80 issir 64 +SFX iY ssir ssu/28 issir 85 +SFX iY ssir ssus/28 issir 86 +SFX iY ssir ssue/28 issir 80 +SFX iY ssir ssues/28 issir 81 + +SFX pA N 49 +SFX pA ouvoir ouvoir pouvoir 64 +SFX pA ouvoir ouvant pouvoir 48 +SFX pA ouvoir u pouvoir 106 +SFX pA ouvoir eux pouvoir 34 +SFX pA ouvoir uis pouvoir 34 +SFX pA ouvoir uis pouvoir 34 +SFX pA ouvoir eux pouvoir 35 +SFX pA ouvoir eut pouvoir 21 +SFX pA ouvoir ouvons pouvoir 56 +SFX pA ouvoir ouvez pouvoir 72 +SFX pA ouvoir euvent pouvoir 26 +SFX pA ouvoir ouvais pouvoir 66 +SFX pA ouvoir ouvais pouvoir 65 +SFX pA ouvoir ouvait pouvoir 50 +SFX pA ouvoir ouvions pouvoir 77 +SFX pA ouvoir ouviez pouvoir 76 +SFX pA ouvoir ouvaient pouvoir 51 +SFX pA ouvoir us pouvoir 69 +SFX pA ouvoir us pouvoir 68 +SFX pA ouvoir ut pouvoir 53 +SFX pA ouvoir ûmes pouvoir 63 +SFX pA ouvoir ûtes pouvoir 62 +SFX pA ouvoir urent pouvoir 71 +SFX pA ouvoir ourrai pouvoir 38 +SFX pA ouvoir ourras pouvoir 37 +SFX pA ouvoir ourra pouvoir 22 +SFX pA ouvoir ourrons pouvoir 31 +SFX pA ouvoir ourrez pouvoir 30 +SFX pA ouvoir ourront pouvoir 24 +SFX pA ouvoir ourrais pouvoir 40 +SFX pA ouvoir ourrais pouvoir 39 +SFX pA ouvoir ourrait pouvoir 23 +SFX pA ouvoir ourrions pouvoir 33 +SFX pA ouvoir ourriez pouvoir 32 +SFX pA ouvoir ourraient pouvoir 25 +SFX pA ouvoir uisse pouvoir 41 +SFX pA ouvoir uissé pouvoir 41 +SFX pA ouvoir uissè pouvoir 41 +SFX pA ouvoir uisses pouvoir 44 +SFX pA ouvoir uisse pouvoir 27 +SFX pA ouvoir uissions pouvoir 74 +SFX pA ouvoir uissiez pouvoir 73 +SFX pA ouvoir uissent pouvoir 28 +SFX pA ouvoir usse pouvoir 61 +SFX pA ouvoir usses pouvoir 67 +SFX pA ouvoir ût pouvoir 52 +SFX pA ouvoir ussions pouvoir 60 +SFX pA ouvoir ussiez pouvoir 59 +SFX pA ouvoir ussent pouvoir 54 + +SFX pB N 55 +SFX pB ouloir ouloir vouloir 64 +SFX pB ouloir oulant vouloir 48 +SFX pB ouloir oulu vouloir 85 +SFX pB ouloir oulus vouloir 86 +SFX pB ouloir oulue vouloir 80 +SFX pB ouloir oulues vouloir 81 +SFX pB ouloir eux vouloir 34 +SFX pB ouloir eux vouloir 35 +SFX pB ouloir eut vouloir 21 +SFX pB ouloir oulons vouloir 56 +SFX pB ouloir oulez vouloir 72 +SFX pB ouloir eulent vouloir 26 +SFX pB ouloir oulais vouloir 66 +SFX pB ouloir oulais vouloir 65 +SFX pB ouloir oulait vouloir 50 +SFX pB ouloir oulions vouloir 77 +SFX pB ouloir ouliez vouloir 76 +SFX pB ouloir oulaient vouloir 51 +SFX pB ouloir oulus vouloir 69 +SFX pB ouloir oulus vouloir 68 +SFX pB ouloir oulut vouloir 53 +SFX pB ouloir oulûmes vouloir 63 +SFX pB ouloir oulûtes vouloir 62 +SFX pB ouloir oulurent vouloir 71 +SFX pB ouloir oudrai vouloir 38 +SFX pB ouloir oudras vouloir 37 +SFX pB ouloir oudra vouloir 22 +SFX pB ouloir oudrons vouloir 31 +SFX pB ouloir oudrez vouloir 30 +SFX pB ouloir oudront vouloir 24 +SFX pB ouloir oudrais vouloir 40 +SFX pB ouloir oudrais vouloir 39 +SFX pB ouloir oudrait vouloir 23 +SFX pB ouloir oudrions vouloir 33 +SFX pB ouloir oudriez vouloir 32 +SFX pB ouloir oudraient vouloir 25 +SFX pB ouloir euille vouloir 41 +SFX pB ouloir euillé vouloir 41 +SFX pB ouloir euillè vouloir 41 +SFX pB ouloir euilles vouloir 44 +SFX pB ouloir euille vouloir 27 +SFX pB ouloir oulions vouloir 74 +SFX pB ouloir ouliez vouloir 73 +SFX pB ouloir euillent vouloir 28 +SFX pB ouloir oulusse vouloir 61 +SFX pB ouloir oulusses vouloir 67 +SFX pB ouloir oulût vouloir 52 +SFX pB ouloir oulussions vouloir 60 +SFX pB ouloir oulussiez vouloir 59 +SFX pB ouloir oulussent vouloir 54 +SFX pB ouloir eux vouloir 36 +SFX pB ouloir euille vouloir 36 +SFX pB ouloir oulons vouloir 58 +SFX pB ouloir oulez vouloir 75 +SFX pB ouloir euillez vouloir 75 + +SFX pC N 54 +SFX pC evoir evoir devoir 64 +SFX pC evoir evant devoir 48 +SFX pC evoir û redevoir 106 +SFX pC evoir u redevoir 106 +SFX pC evoir us devoir 86 +SFX pC evoir ue devoir 80 +SFX pC evoir ues devoir 81 +SFX pC evoir ois devoir 34 +SFX pC evoir ois devoir 35 +SFX pC evoir oit devoir 21 +SFX pC evoir evons devoir 56 +SFX pC evoir evez devoir 72 +SFX pC evoir oivent devoir 26 +SFX pC evoir evais devoir 66 +SFX pC evoir evais devoir 65 +SFX pC evoir evait devoir 50 +SFX pC evoir evions devoir 77 +SFX pC evoir eviez devoir 76 +SFX pC evoir evaient devoir 51 +SFX pC evoir us devoir 69 +SFX pC evoir us devoir 68 +SFX pC evoir ut devoir 53 +SFX pC evoir ûmes devoir 63 +SFX pC evoir ûtes devoir 62 +SFX pC evoir urent devoir 71 +SFX pC evoir evrai devoir 38 +SFX pC evoir evras devoir 37 +SFX pC evoir evra devoir 22 +SFX pC evoir evrons devoir 31 +SFX pC evoir evrez devoir 30 +SFX pC evoir evront devoir 24 +SFX pC evoir evrais devoir 40 +SFX pC evoir evrais devoir 39 +SFX pC evoir evrait devoir 23 +SFX pC evoir evrions devoir 33 +SFX pC evoir evriez devoir 32 +SFX pC evoir evraient devoir 25 +SFX pC evoir oive devoir 41 +SFX pC evoir oives devoir 44 +SFX pC evoir oive devoir 27 +SFX pC evoir evions devoir 74 +SFX pC evoir eviez devoir 73 +SFX pC evoir oivent devoir 28 +SFX pC evoir usse devoir 61 +SFX pC evoir ussé devoir 61 +SFX pC evoir ussè devoir 61 +SFX pC evoir usses devoir 67 +SFX pC evoir ût devoir 52 +SFX pC evoir ussions devoir 60 +SFX pC evoir ussiez devoir 59 +SFX pC evoir ussent devoir 54 +SFX pC evoir ois devoir 36 +SFX pC evoir evons devoir 58 +SFX pC evoir evez devoir 75 + +SFX pD N 1 +SFX pD evoir û devoir 85 + +SFX pE N 51 +SFX pE avoir avoir savoir 64 +SFX pE avoir achant savoir 48 +SFX pE avoir u savoir 85 +SFX pE avoir us savoir 86 +SFX pE avoir ue savoir 80 +SFX pE avoir ues savoir 81 +SFX pE avoir ais savoir 34 +SFX pE avoir ais savoir 35 +SFX pE avoir ait savoir 21 +SFX pE avoir avons savoir 56 +SFX pE avoir avez savoir 72 +SFX pE avoir avent savoir 26 +SFX pE avoir avais savoir 66 +SFX pE avoir avais savoir 65 +SFX pE avoir avait savoir 50 +SFX pE avoir avions savoir 77 +SFX pE avoir aviez savoir 76 +SFX pE avoir avaient savoir 51 +SFX pE avoir us savoir 69 +SFX pE avoir us savoir 68 +SFX pE avoir ut savoir 53 +SFX pE avoir ûmes savoir 63 +SFX pE avoir ûtes savoir 62 +SFX pE avoir urent savoir 71 +SFX pE avoir aurai savoir 38 +SFX pE avoir auras savoir 37 +SFX pE avoir aura savoir 22 +SFX pE avoir aurons savoir 31 +SFX pE avoir aurez savoir 30 +SFX pE avoir auront savoir 24 +SFX pE avoir aurais savoir 40 +SFX pE avoir aurais savoir 39 +SFX pE avoir aurait savoir 23 +SFX pE avoir aurions savoir 33 +SFX pE avoir auriez savoir 32 +SFX pE avoir auraient savoir 25 +SFX pE avoir ache savoir 41 +SFX pE avoir aches savoir 44 +SFX pE avoir ache savoir 27 +SFX pE avoir achions savoir 74 +SFX pE avoir achiez savoir 73 +SFX pE avoir achent savoir 28 +SFX pE avoir usse savoir 61 +SFX pE avoir usses savoir 67 +SFX pE avoir ût savoir 52 +SFX pE avoir ussions savoir 60 +SFX pE avoir ussiez savoir 59 +SFX pE avoir ussent savoir 54 +SFX pE avoir ache savoir 36 +SFX pE avoir achons savoir 58 +SFX pE avoir achez savoir 75 + +SFX pF Y 63 +SFX pF oir oir/53 voir 64 +SFX pF oir oyant/6 voir 48 +SFX pF oir u/28 voir 85 +SFX pF oir us/28 voir 86 +SFX pF oir ue/28 voir 80 +SFX pF oir ues/28 voir 81 +SFX pF oir ois/23 voir 34 +SFX pF oir ois/20 voir 35 +SFX pF oir oit/6 voir 21 +SFX pF oir oyons/17 voir 56 +SFX pF oir oyez/14 voir 72 +SFX pF oir oient/6 voir 26 +SFX pF oir oyais/23 voir 66 +SFX pF oir oyais/20 voir 65 +SFX pF oir oyait/6 voir 50 +SFX pF oir oyions/17 voir 77 +SFX pF oir oyiez/14 voir 76 +SFX pF oir oyaient/6 voir 51 +SFX pF oir is/23 voir 69 +SFX pF oir is/20 voir 68 +SFX pF oir it/6 voir 53 +SFX pF oir îmes/17 voir 63 +SFX pF oir îtes/14 voir 62 +SFX pF oir irent/6 voir 71 +SFX pF oir errai/23 [^é]voir 38 +SFX pF oir oirai évoir 38 +SFX pF oir erras/20 [^é]voir 37 +SFX pF oir oiras évoir 37 +SFX pF oir erra/6 [^é]voir 22 +SFX pF oir oira évoir 22 +SFX pF oir errons/17 [^é]voir 31 +SFX pF oir oirons évoir 31 +SFX pF oir errez/14 [^é]voir 30 +SFX pF oir oirez évoir 30 +SFX pF oir erront/6 [^é]voir 24 +SFX pF oir oiront évoir 24 +SFX pF oir errais/23 [^é]voir 40 +SFX pF oir oirais évoir 40 +SFX pF oir errais/20 [^é]voir 39 +SFX pF oir oirais évoir 39 +SFX pF oir errait/6 [^é]voir 23 +SFX pF oir oirait évoir 23 +SFX pF oir errions/17 [^é]voir 33 +SFX pF oir oirions évoir 33 +SFX pF oir erriez/14 [^é]voir 32 +SFX pF oir oiriez évoir 32 +SFX pF oir erraient/6 [^é]voir 25 +SFX pF oir oiraient évoir 25 +SFX pF oir oie/44 voir 41 +SFX pF oir oies/36 voir 44 +SFX pF oir oie/6 voir 27 +SFX pF oir oyions/56 voir 74 +SFX pF oir oyiez/31 voir 73 +SFX pF oir oient/6 voir 28 +SFX pF oir isse/23 voir 61 +SFX pF oir isses/20 voir 67 +SFX pF oir ît/6 voir 52 +SFX pF oir issions/17 voir 60 +SFX pF oir issiez/14 voir 59 +SFX pF oir issent/6 voir 54 +SFX pF oir ois/31 voir 36 +SFX pF oir oyons/45 voir 58 +SFX pF oir oyez/31 voir 75 + +SFX pG Y 12 +SFX pG oir errai voir 38 +SFX pG oir erras voir 37 +SFX pG oir erra voir 22 +SFX pG oir errons voir 31 +SFX pG oir errez voir 30 +SFX pG oir erront voir 24 +SFX pG oir errais voir 40 +SFX pG oir errais voir 39 +SFX pG oir errait voir 23 +SFX pG oir errions voir 33 +SFX pG oir erriez voir 32 +SFX pG oir erraient voir 25 + +SFX pH Y 51 +SFX pH ouvoir ouvoir/53 mouvoir 64 +SFX pH ouvoir ouvant/6 mouvoir 48 +SFX pH ouvoir u/28 .mouvoir 85 +SFX pH ouvoir us/28 mouvoir 86 +SFX pH ouvoir ue/28 mouvoir 80 +SFX pH ouvoir ues/28 mouvoir 81 +SFX pH ouvoir eus/23 mouvoir 34 +SFX pH ouvoir eus/20 mouvoir 35 +SFX pH ouvoir eut/6 mouvoir 21 +SFX pH ouvoir ouvons/17 mouvoir 56 +SFX pH ouvoir ouvez/14 mouvoir 72 +SFX pH ouvoir euvent/6 mouvoir 26 +SFX pH ouvoir ouvais/23 mouvoir 66 +SFX pH ouvoir ouvais/20 mouvoir 65 +SFX pH ouvoir ouvait/6 mouvoir 50 +SFX pH ouvoir ouvions/17 mouvoir 77 +SFX pH ouvoir ouviez/14 mouvoir 76 +SFX pH ouvoir ouvaient/6 mouvoir 51 +SFX pH ouvoir us/23 mouvoir 69 +SFX pH ouvoir us/20 mouvoir 68 +SFX pH ouvoir ut/6 mouvoir 53 +SFX pH ouvoir ûmes/17 mouvoir 63 +SFX pH ouvoir ûtes/14 mouvoir 62 +SFX pH ouvoir urent/6 mouvoir 71 +SFX pH ouvoir ouvrai/23 mouvoir 38 +SFX pH ouvoir ouvras/20 mouvoir 37 +SFX pH ouvoir ouvra/6 mouvoir 22 +SFX pH ouvoir ouvrons/17 mouvoir 31 +SFX pH ouvoir ouvrez/14 mouvoir 30 +SFX pH ouvoir ouvront/6 mouvoir 24 +SFX pH ouvoir ouvrais/23 mouvoir 40 +SFX pH ouvoir ouvrais/20 mouvoir 39 +SFX pH ouvoir ouvrait/6 mouvoir 23 +SFX pH ouvoir ouvrions/17 mouvoir 33 +SFX pH ouvoir ouvriez/14 mouvoir 32 +SFX pH ouvoir ouvraient/6 mouvoir 25 +SFX pH ouvoir euve/44 mouvoir 41 +SFX pH ouvoir euves/36 mouvoir 44 +SFX pH ouvoir euve/6 mouvoir 27 +SFX pH ouvoir ouvions/17 mouvoir 74 +SFX pH ouvoir ouviez/14 mouvoir 73 +SFX pH ouvoir euvent/6 mouvoir 28 +SFX pH ouvoir usse/23 mouvoir 61 +SFX pH ouvoir usses/20 mouvoir 67 +SFX pH ouvoir ût/6 mouvoir 52 +SFX pH ouvoir ussions/17 mouvoir 60 +SFX pH ouvoir ussiez/14 mouvoir 59 +SFX pH ouvoir ussent/6 mouvoir 54 +SFX pH ouvoir eus/31 mouvoir 36 +SFX pH ouvoir ouvons/45 mouvoir 58 +SFX pH ouvoir ouvez/31 mouvoir 75 + +SFX pI N 2 +SFX pI ouvoir û/28 mouvoir 85 +SFX pI ouvoir u/28 mouvoir 85 + +SFX pJ N 51 +SFX pJ ourvoir ourvoir pourvoir 64 +SFX pJ ourvoir ourvoyant pourvoir 48 +SFX pJ ourvoir ourvu pourvoir 85 +SFX pJ ourvoir ourvus pourvoir 86 +SFX pJ ourvoir ourvue pourvoir 80 +SFX pJ ourvoir ourvues pourvoir 81 +SFX pJ ourvoir ourvois pourvoir 34 +SFX pJ ourvoir ourvois pourvoir 35 +SFX pJ ourvoir ourvoit pourvoir 21 +SFX pJ ourvoir ourvoyons pourvoir 56 +SFX pJ ourvoir ourvoyez pourvoir 72 +SFX pJ ourvoir ourvoient pourvoir 26 +SFX pJ ourvoir ourvoyais pourvoir 66 +SFX pJ ourvoir ourvoyais pourvoir 65 +SFX pJ ourvoir ourvoyait pourvoir 50 +SFX pJ ourvoir ourvoyions pourvoir 77 +SFX pJ ourvoir ourvoyiez pourvoir 76 +SFX pJ ourvoir ourvoyaient pourvoir 51 +SFX pJ ourvoir ourvus pourvoir 69 +SFX pJ ourvoir ourvus pourvoir 68 +SFX pJ ourvoir ourvut pourvoir 53 +SFX pJ ourvoir ourvûmes pourvoir 63 +SFX pJ ourvoir ourvûtes pourvoir 62 +SFX pJ ourvoir ourvurent pourvoir 71 +SFX pJ ourvoir ourvoirai pourvoir 38 +SFX pJ ourvoir ourvoiras pourvoir 37 +SFX pJ ourvoir ourvoira pourvoir 22 +SFX pJ ourvoir ourvoirons pourvoir 31 +SFX pJ ourvoir ourvoirez pourvoir 30 +SFX pJ ourvoir ourvoiront pourvoir 24 +SFX pJ ourvoir ourvoirais pourvoir 40 +SFX pJ ourvoir ourvoirais pourvoir 39 +SFX pJ ourvoir ourvoirait pourvoir 23 +SFX pJ ourvoir ourvoirions pourvoir 33 +SFX pJ ourvoir ourvoiriez pourvoir 32 +SFX pJ ourvoir ourvoiraient pourvoir 25 +SFX pJ ourvoir ourvoie pourvoir 41 +SFX pJ ourvoir ourvoies pourvoir 44 +SFX pJ ourvoir ourvoie pourvoir 27 +SFX pJ ourvoir ourvoyions pourvoir 74 +SFX pJ ourvoir ourvoyiez pourvoir 73 +SFX pJ ourvoir ourvoient pourvoir 28 +SFX pJ ourvoir ourvusse pourvoir 61 +SFX pJ ourvoir ourvusses pourvoir 67 +SFX pJ ourvoir ourvût pourvoir 52 +SFX pJ ourvoir ourvussions pourvoir 60 +SFX pJ ourvoir ourvussiez pourvoir 59 +SFX pJ ourvoir ourvussent pourvoir 54 +SFX pJ ourvoir ourvois pourvoir 36 +SFX pJ ourvoir ourvoyons pourvoir 58 +SFX pJ ourvoir ourvoyez pourvoir 75 + +SFX pK Y 51 +SFX pK cevoir cevoir/53 cevoir 64 +SFX pK cevoir cevant/6 cevoir 48 +SFX pK cevoir çu/28 cevoir 85 +SFX pK cevoir çus/28 cevoir 86 +SFX pK cevoir çue/28 cevoir 80 +SFX pK cevoir çues/28 cevoir 81 +SFX pK cevoir çois/23 cevoir 34 +SFX pK cevoir çois/20 cevoir 35 +SFX pK cevoir çoit/6 cevoir 21 +SFX pK cevoir cevons/17 cevoir 56 +SFX pK cevoir cevez/14 cevoir 72 +SFX pK cevoir çoivent/6 cevoir 26 +SFX pK cevoir cevais/23 cevoir 66 +SFX pK cevoir cevais/20 cevoir 65 +SFX pK cevoir cevait/6 cevoir 50 +SFX pK cevoir cevions/17 cevoir 77 +SFX pK cevoir ceviez/14 cevoir 76 +SFX pK cevoir cevaient/6 cevoir 51 +SFX pK cevoir çus/23 cevoir 69 +SFX pK cevoir çus/20 cevoir 68 +SFX pK cevoir çut/6 cevoir 53 +SFX pK cevoir çûmes/17 cevoir 63 +SFX pK cevoir çûtes/14 cevoir 62 +SFX pK cevoir çurent/6 cevoir 71 +SFX pK cevoir cevrai/23 cevoir 38 +SFX pK cevoir cevras/20 cevoir 37 +SFX pK cevoir cevra/6 cevoir 22 +SFX pK cevoir cevrons/17 cevoir 31 +SFX pK cevoir cevrez/14 cevoir 30 +SFX pK cevoir cevront/6 cevoir 24 +SFX pK cevoir cevrais/23 cevoir 40 +SFX pK cevoir cevrais/20 cevoir 39 +SFX pK cevoir cevrait/6 cevoir 23 +SFX pK cevoir cevrions/17 cevoir 33 +SFX pK cevoir cevriez/14 cevoir 32 +SFX pK cevoir cevraient/6 cevoir 25 +SFX pK cevoir çoive/44 cevoir 41 +SFX pK cevoir çoives/36 cevoir 44 +SFX pK cevoir çoive/6 cevoir 27 +SFX pK cevoir cevions/56 cevoir 74 +SFX pK cevoir ceviez/31 cevoir 73 +SFX pK cevoir çoivent/6 cevoir 28 +SFX pK cevoir çusse/23 cevoir 61 +SFX pK cevoir çusses/20 cevoir 67 +SFX pK cevoir çût/6 cevoir 52 +SFX pK cevoir çussions/17 cevoir 60 +SFX pK cevoir çussiez/14 cevoir 59 +SFX pK cevoir çussent/6 cevoir 54 +SFX pK cevoir çois/36 cevoir 36 +SFX pK cevoir cevons/45 cevoir 58 +SFX pK cevoir cevez/31 cevoir 75 + +SFX pM N 48 +SFX pM aloir aloir valoir 64 +SFX pM aloir alant valoir 48 +SFX pM aloir alu valoir 106 +SFX pM aloir aux valoir 34 +SFX pM aloir aux valoir 35 +SFX pM aloir aut valoir 21 +SFX pM aloir alons valoir 56 +SFX pM aloir alez valoir 72 +SFX pM aloir alent valoir 26 +SFX pM aloir alais valoir 66 +SFX pM aloir alais valoir 65 +SFX pM aloir alait valoir 50 +SFX pM aloir alions valoir 77 +SFX pM aloir aliez valoir 76 +SFX pM aloir alaient valoir 51 +SFX pM aloir alus valoir 69 +SFX pM aloir alus valoir 68 +SFX pM aloir alut valoir 53 +SFX pM aloir alûmes valoir 63 +SFX pM aloir alûtes valoir 62 +SFX pM aloir alurent valoir 71 +SFX pM aloir audrai valoir 38 +SFX pM aloir audras valoir 37 +SFX pM aloir audra valoir 22 +SFX pM aloir audrons valoir 31 +SFX pM aloir audrez valoir 30 +SFX pM aloir audront valoir 24 +SFX pM aloir audrais valoir 40 +SFX pM aloir audrais valoir 39 +SFX pM aloir audrait valoir 23 +SFX pM aloir audrions valoir 33 +SFX pM aloir audriez valoir 32 +SFX pM aloir audraient valoir 25 +SFX pM aloir aille valoir 41 +SFX pM aloir ailles valoir 44 +SFX pM aloir aille valoir 27 +SFX pM aloir alions valoir 74 +SFX pM aloir aliez valoir 73 +SFX pM aloir aillent valoir 28 +SFX pM aloir alusse valoir 61 +SFX pM aloir alusses valoir 67 +SFX pM aloir alût valoir 52 +SFX pM aloir alussions valoir 60 +SFX pM aloir alussiez valoir 59 +SFX pM aloir alussent valoir 54 +SFX pM aloir aux valoir 36 +SFX pM aloir alons valoir 58 +SFX pM aloir alez valoir 75 + +SFX pN Y 51 +SFX pN valoir valoir/89 valoir 64 +SFX pN valoir valant/18 valoir 48 +SFX pN valoir vaux/27 valoir 34 +SFX pN valoir vaux/25 valoir 35 +SFX pN valoir vaut/70 valoir 21 +SFX pN valoir valons/35 valoir 56 +SFX pN valoir valez/32 valoir 72 +SFX pN valoir valent/70 valoir 26 +SFX pN valoir valais/27 valoir 66 +SFX pN valoir valais/25 valoir 65 +SFX pN valoir valait/70 valoir 50 +SFX pN valoir valions/35 valoir 77 +SFX pN valoir valiez/32 valoir 76 +SFX pN valoir valaient/70 valoir 51 +SFX pN valoir valus/27 valoir 69 +SFX pN valoir valus/25 valoir 68 +SFX pN valoir valut/70 valoir 53 +SFX pN valoir valûmes/35 valoir 63 +SFX pN valoir valûtes/32 valoir 62 +SFX pN valoir valurent/70 valoir 71 +SFX pN valoir vaudrai/27 valoir 38 +SFX pN valoir vaudras/25 valoir 37 +SFX pN valoir vaudra/70 valoir 22 +SFX pN valoir vaudrons/35 valoir 31 +SFX pN valoir vaudrez/32 valoir 30 +SFX pN valoir vaudront/70 valoir 24 +SFX pN valoir vaudrais/27 valoir 40 +SFX pN valoir vaudrais/25 valoir 39 +SFX pN valoir vaudrait/70 valoir 23 +SFX pN valoir vaudrions/35 valoir 33 +SFX pN valoir vaudriez/32 valoir 32 +SFX pN valoir vaudraient/70 valoir 25 +SFX pN valoir vaille/27 quivaloir 41 +SFX pN valoir vale révaloir 41 +SFX pN valoir vailles/25 quivaloir 44 +SFX pN valoir vales révaloir 44 +SFX pN valoir vaille/70 quivaloir 27 +SFX pN valoir vale révaloir 27 +SFX pN valoir valions/35 valoir 74 +SFX pN valoir valiez/32 valoir 73 +SFX pN valoir vaillent/70 quivaloir 28 +SFX pN valoir valent révaloir 28 +SFX pN valoir valusse/27 valoir 61 +SFX pN valoir valusses/25 valoir 67 +SFX pN valoir valût/70 valoir 52 +SFX pN valoir valussions/35 valoir 60 +SFX pN valoir valussiez/32 valoir 59 +SFX pN valoir valussent/70 valoir 54 +SFX pN valoir vaux valoir 36 +SFX pN valoir valons valoir 58 +SFX pN valoir valez valoir 75 + +SFX pO N 18 +SFX pO valoir valoir revaloir 64 +SFX pO valoir valant revaloir 48 +SFX pO valoir valu revaloir 85 +SFX pO valoir valus revaloir 86 +SFX pO valoir value revaloir 80 +SFX pO valoir values revaloir 81 +SFX pO valoir vaudrai revaloir 38 +SFX pO valoir vaudras revaloir 37 +SFX pO valoir vaudra revaloir 22 +SFX pO valoir vaudrons revaloir 31 +SFX pO valoir vaudrez revaloir 30 +SFX pO valoir vaudront revaloir 24 +SFX pO valoir vaudrais revaloir 40 +SFX pO valoir vaudrais revaloir 39 +SFX pO valoir vaudrait revaloir 23 +SFX pO valoir vaudrions revaloir 33 +SFX pO valoir vaudriez revaloir 32 +SFX pO valoir vaudraient revaloir 25 + +SFX pP N 2 +SFX pP paroir paroir comparoir 64 +SFX pP paroir parant comparoir 48 + +SFX pQ N 2 +SFX pQ haloir haloir chaloir 64 +SFX pQ haloir haut chaloir 21 + +SFX pR Y 2 +SFX pR pparoir pparoir/80 apparoir 64 +SFX pR pparoir ppert/16 apparoir 21 + +SFX pS Y 167 +SFX pS oir oir/53 oir 64 +SFX pS sseoir sseyant/6 seoir 48 +SFX pS ssoir sseyant/6 soir 48 +SFX pS sseoir ssoyant/6 seoir 48 +SFX pS ssoir ssoyant/6 soir 48 +SFX pS sseoir ssis/28 seoir 121 +SFX pS sseoir ssise/28 seoir 80 +SFX pS sseoir ssises/28 seoir 81 +SFX pS ssoir ssis/28 soir 121 +SFX pS ssoir ssise/28 soir 80 +SFX pS ssoir ssises/28 soir 81 +SFX pS sseoir ssieds/23 seoir 34 +SFX pS sseoir ssieds/20 seoir 35 +SFX pS sseoir ssied/6 seoir 21 +SFX pS sseoir sseyons/17 seoir 56 +SFX pS sseoir sseyez/14 seoir 72 +SFX pS sseoir sseyent/6 seoir 26 +SFX pS sseoir ssois/23 seoir 34 +SFX pS sseoir ssois/20 seoir 35 +SFX pS sseoir ssoit/6 seoir 21 +SFX pS sseoir ssoyons/17 seoir 56 +SFX pS sseoir ssoyez/14 seoir 72 +SFX pS sseoir ssoient/6 seoir 26 +SFX pS ssoir ssieds/23 soir 34 +SFX pS ssoir ssieds/20 soir 35 +SFX pS ssoir ssied/6 soir 21 +SFX pS ssoir sseyons/17 soir 56 +SFX pS ssoir sseyez/14 soir 72 +SFX pS ssoir sseyent/6 soir 26 +SFX pS ssoir ssois/23 soir 34 +SFX pS ssoir ssois/20 soir 35 +SFX pS ssoir ssoit/6 soir 21 +SFX pS ssoir ssoyons/17 soir 56 +SFX pS ssoir ssoyez/14 soir 72 +SFX pS ssoir ssoient/6 soir 26 +SFX pS sseoir sseyais/23 seoir 66 +SFX pS sseoir sseyais/20 seoir 65 +SFX pS sseoir sseyait/6 seoir 50 +SFX pS sseoir sseyions/17 seoir 77 +SFX pS sseoir sseyiez/14 seoir 76 +SFX pS sseoir sseyaient/6 seoir 51 +SFX pS sseoir ssoyais/23 seoir 66 +SFX pS sseoir ssoyais/20 seoir 65 +SFX pS sseoir ssoyait/6 seoir 50 +SFX pS sseoir ssoyions/17 seoir 77 +SFX pS sseoir ssoyiez/14 seoir 76 +SFX pS sseoir ssoyaient/6 seoir 51 +SFX pS ssoir sseyais/23 soir 66 +SFX pS ssoir sseyais/20 soir 65 +SFX pS ssoir sseyait/6 soir 50 +SFX pS ssoir sseyions/17 soir 77 +SFX pS ssoir sseyiez/14 soir 76 +SFX pS ssoir sseyaient/6 soir 51 +SFX pS ssoir ssoyais/23 soir 66 +SFX pS ssoir ssoyais/20 soir 65 +SFX pS ssoir ssoyait/6 soir 50 +SFX pS ssoir ssoyions/17 soir 77 +SFX pS ssoir ssoyiez/14 soir 76 +SFX pS ssoir ssoyaient/6 soir 51 +SFX pS sseoir ssis/23 seoir 69 +SFX pS sseoir ssis/20 seoir 68 +SFX pS sseoir ssit/6 seoir 53 +SFX pS sseoir ssîmes/17 seoir 63 +SFX pS sseoir ssîtes/14 seoir 62 +SFX pS sseoir ssirent/6 seoir 71 +SFX pS ssoir ssis/23 soir 69 +SFX pS ssoir ssis/20 soir 68 +SFX pS ssoir ssit/6 soir 53 +SFX pS ssoir ssîmes/17 soir 63 +SFX pS ssoir ssîtes/14 soir 62 +SFX pS ssoir ssirent/6 soir 71 +SFX pS sseoir ssiérai/23 seoir 38 +SFX pS sseoir ssiéras/20 seoir 37 +SFX pS sseoir ssiéra/6 seoir 22 +SFX pS sseoir ssiérons/17 seoir 31 +SFX pS sseoir ssiérez/14 seoir 30 +SFX pS sseoir ssiéront/6 seoir 24 +SFX pS sseoir ssoirai/23 seoir 38 +SFX pS sseoir ssoiras/20 seoir 37 +SFX pS sseoir ssoira/6 seoir 22 +SFX pS sseoir ssoirons/17 seoir 31 +SFX pS sseoir ssoirez/14 seoir 30 +SFX pS sseoir ssoiront/6 seoir 24 +SFX pS ssoir ssiérai/23 soir 38 +SFX pS ssoir ssiéras/20 soir 37 +SFX pS ssoir ssiéra/6 soir 22 +SFX pS ssoir ssiérons/17 soir 31 +SFX pS ssoir ssiérez/14 soir 30 +SFX pS ssoir ssiéront/6 soir 24 +SFX pS ssoir ssoirai/23 soir 38 +SFX pS ssoir ssoiras/20 soir 37 +SFX pS ssoir ssoira/6 soir 22 +SFX pS ssoir ssoirons/17 soir 31 +SFX pS ssoir ssoirez/14 soir 30 +SFX pS ssoir ssoiront/6 soir 24 +SFX pS sseoir ssiérais/23 seoir 40 +SFX pS sseoir ssiérais/20 seoir 39 +SFX pS sseoir ssiérait/6 seoir 23 +SFX pS sseoir ssiérions/17 seoir 33 +SFX pS sseoir ssiériez/14 seoir 32 +SFX pS sseoir ssiéraient/6 seoir 25 +SFX pS sseoir ssoirais/23 seoir 40 +SFX pS sseoir ssoirais/20 seoir 39 +SFX pS sseoir ssoirait/6 seoir 23 +SFX pS sseoir ssoirions/17 seoir 33 +SFX pS sseoir ssoiriez/14 seoir 32 +SFX pS sseoir ssoiraient/6 seoir 25 +SFX pS ssoir ssiérais/23 soir 40 +SFX pS ssoir ssiérais/20 soir 39 +SFX pS ssoir ssiérait/6 soir 23 +SFX pS ssoir ssiérions/17 soir 33 +SFX pS ssoir ssiériez/14 soir 32 +SFX pS ssoir ssiéraient/6 soir 25 +SFX pS ssoir ssoirais/23 soir 40 +SFX pS ssoir ssoirais/20 soir 39 +SFX pS ssoir ssoirait/6 soir 23 +SFX pS ssoir ssoirions/17 soir 33 +SFX pS ssoir ssoiriez/14 soir 32 +SFX pS ssoir ssoiraient/6 soir 25 +SFX pS sseoir sseye/44 seoir 41 +SFX pS sseoir sseyes/36 seoir 44 +SFX pS sseoir sseye/6 seoir 27 +SFX pS sseoir sseyions/56 seoir 74 +SFX pS sseoir sseyiez/31 seoir 73 +SFX pS sseoir sseyent/6 seoir 28 +SFX pS sseoir ssoie/44 seoir 41 +SFX pS sseoir ssoies/36 seoir 44 +SFX pS sseoir ssoie/6 seoir 27 +SFX pS sseoir ssoyions/56 seoir 74 +SFX pS sseoir ssoyiez/31 seoir 73 +SFX pS sseoir ssoient/6 seoir 28 +SFX pS ssoir sseye/44 soir 41 +SFX pS ssoir sseyes/36 soir 44 +SFX pS ssoir sseye/6 soir 27 +SFX pS ssoir sseyions/56 soir 74 +SFX pS ssoir sseyiez/31 soir 73 +SFX pS ssoir sseyent/6 soir 28 +SFX pS ssoir ssoie/44 soir 41 +SFX pS ssoir ssoies/36 soir 44 +SFX pS ssoir ssoie/6 soir 27 +SFX pS ssoir ssoyions/56 soir 74 +SFX pS ssoir ssoyiez/31 soir 73 +SFX pS ssoir ssoient/6 soir 28 +SFX pS sseoir ssisse/23 seoir 61 +SFX pS sseoir ssisses/20 seoir 67 +SFX pS sseoir ssît/6 seoir 52 +SFX pS sseoir ssissions/17 seoir 60 +SFX pS sseoir ssissiez/14 seoir 59 +SFX pS sseoir ssissent/6 seoir 54 +SFX pS ssoir ssisse/23 soir 61 +SFX pS ssoir ssisses/20 soir 67 +SFX pS ssoir ssît/6 soir 52 +SFX pS ssoir ssissions/17 soir 60 +SFX pS ssoir ssissiez/14 soir 59 +SFX pS ssoir ssissent/6 soir 54 +SFX pS sseoir ssieds/36 seoir 36 +SFX pS sseoir sseyons/45 seoir 58 +SFX pS sseoir sseyez/31 seoir 75 +SFX pS sseoir ssois/36 seoir 36 +SFX pS sseoir ssoyons/45 seoir 58 +SFX pS sseoir ssoyez/31 seoir 75 +SFX pS ssoir ssieds/36 soir 36 +SFX pS ssoir sseyons/45 soir 58 +SFX pS ssoir sseyez/31 soir 75 +SFX pS ssoir ssois/36 soir 36 +SFX pS ssoir ssoyons/45 soir 58 +SFX pS ssoir ssoyez/31 soir 75 + +SFX pT N 99 +SFX pT oir oir oir 64 +SFX pT urseoir ursoyant seoir 48 +SFX pT ursoir ursoyant soir 48 +SFX pT urseoir ursis seoir 121 +SFX pT urseoir ursise seoir 80 +SFX pT urseoir ursises seoir 81 +SFX pT ursoir ursis soir 121 +SFX pT ursoir ursise soir 80 +SFX pT ursoir ursises soir 81 +SFX pT urseoir ursois seoir 34 +SFX pT urseoir ursois seoir 35 +SFX pT urseoir ursoit seoir 21 +SFX pT urseoir ursoyons seoir 56 +SFX pT urseoir ursoyez seoir 72 +SFX pT urseoir ursoient seoir 26 +SFX pT ursoir ursois soir 34 +SFX pT ursoir ursois soir 35 +SFX pT ursoir ursoit soir 21 +SFX pT ursoir ursoyons soir 56 +SFX pT ursoir ursoyez soir 72 +SFX pT ursoir ursoient soir 26 +SFX pT urseoir ursoyais seoir 66 +SFX pT urseoir ursoyais seoir 65 +SFX pT urseoir ursoyait seoir 50 +SFX pT urseoir ursoyions seoir 77 +SFX pT urseoir ursoyiez seoir 76 +SFX pT urseoir ursoyaient seoir 51 +SFX pT ursoir ursoyais soir 66 +SFX pT ursoir ursoyais soir 65 +SFX pT ursoir ursoyait soir 50 +SFX pT ursoir ursoyions soir 77 +SFX pT ursoir ursoyiez soir 76 +SFX pT ursoir ursoyaient soir 51 +SFX pT urseoir ursis seoir 69 +SFX pT urseoir ursis seoir 68 +SFX pT urseoir ursit seoir 53 +SFX pT urseoir ursîmes seoir 63 +SFX pT urseoir ursîtes seoir 62 +SFX pT urseoir ursirent seoir 71 +SFX pT ursoir ursis soir 69 +SFX pT ursoir ursis soir 68 +SFX pT ursoir ursit soir 53 +SFX pT ursoir ursîmes soir 63 +SFX pT ursoir ursîtes soir 62 +SFX pT ursoir ursirent soir 71 +SFX pT urseoir urseoirai seoir 38 +SFX pT urseoir urseoiras seoir 37 +SFX pT urseoir urseoira seoir 22 +SFX pT urseoir urseoirons seoir 31 +SFX pT urseoir urseoirez seoir 30 +SFX pT urseoir urseoiront seoir 24 +SFX pT ursoir ursoirai soir 38 +SFX pT ursoir ursoiras soir 37 +SFX pT ursoir ursoira soir 22 +SFX pT ursoir ursoirons soir 31 +SFX pT ursoir ursoirez soir 30 +SFX pT ursoir ursoiront soir 24 +SFX pT urseoir urseoirais seoir 40 +SFX pT urseoir urseoirais seoir 39 +SFX pT urseoir urseoirait seoir 23 +SFX pT urseoir urseoirions seoir 33 +SFX pT urseoir urseoiriez seoir 32 +SFX pT urseoir urseoiraient seoir 25 +SFX pT ursoir ursoirais soir 40 +SFX pT ursoir ursoirais soir 39 +SFX pT ursoir ursoirait soir 23 +SFX pT ursoir ursoirions soir 33 +SFX pT ursoir ursoiriez soir 32 +SFX pT ursoir ursoiraient soir 25 +SFX pT urseoir ursoie seoir 41 +SFX pT urseoir ursoies seoir 44 +SFX pT urseoir ursoie seoir 27 +SFX pT urseoir ursoyions seoir 74 +SFX pT urseoir ursoyiez seoir 73 +SFX pT urseoir ursoient seoir 28 +SFX pT ursoir ursoie soir 41 +SFX pT ursoir ursoies soir 44 +SFX pT ursoir ursoie soir 27 +SFX pT ursoir ursoyions soir 74 +SFX pT ursoir ursoyiez soir 73 +SFX pT ursoir ursoient soir 28 +SFX pT urseoir ursisse seoir 61 +SFX pT urseoir ursisses seoir 67 +SFX pT urseoir ursît seoir 52 +SFX pT urseoir ursissions seoir 60 +SFX pT urseoir ursissiez seoir 59 +SFX pT urseoir ursissent seoir 54 +SFX pT ursoir ursisse soir 61 +SFX pT ursoir ursisses soir 67 +SFX pT ursoir ursît soir 52 +SFX pT ursoir ursissions soir 60 +SFX pT ursoir ursissiez soir 59 +SFX pT ursoir ursissent soir 54 +SFX pT urseoir ursois seoir 36 +SFX pT urseoir ursoyons seoir 58 +SFX pT urseoir ursoyez seoir 75 +SFX pT ursoir ursois soir 36 +SFX pT ursoir ursoyons soir 58 +SFX pT ursoir ursoyez soir 75 + +SFX pU N 5 +SFX pU eoir eoir seoir 64 +SFX pU eoir éant seoir 48 +SFX pU eoir is seoir 121 +SFX pU eoir ise seoir 80 +SFX pU eoir ises seoir 81 + +SFX pV N 14 +SFX pV eoir eoir seoir 64 +SFX pV eoir éant seoir 48 +SFX pV eoir eyant seoir 48 +SFX pV eoir is seoir 106 +SFX pV eoir ied seoir 21 +SFX pV eoir iéent seoir 26 +SFX pV eoir eyait seoir 50 +SFX pV eoir eyaient seoir 51 +SFX pV eoir iéra seoir 22 +SFX pV eoir iéront seoir 24 +SFX pV eoir iérait seoir 23 +SFX pV eoir iéraient seoir 25 +SFX pV eoir iée seoir 27 +SFX pV eoir iéent seoir 28 + +SFX pW N 23 +SFX pW oir oir oir 64 +SFX pW sseoir sséant seoir 48 +SFX pW ssoir sséant soir 48 +SFX pW sseoir ssied seoir 21 +SFX pW sseoir ssiéent seoir 26 +SFX pW ssoir ssied soir 21 +SFX pW ssoir ssiéent soir 26 +SFX pW sseoir sseyait seoir 50 +SFX pW sseoir sseyaient seoir 51 +SFX pW ssoir sseyait soir 50 +SFX pW ssoir sseyaient soir 51 +SFX pW sseoir ssiéra seoir 22 +SFX pW sseoir ssiéront seoir 24 +SFX pW ssoir ssiéra soir 22 +SFX pW ssoir ssiéront soir 24 +SFX pW sseoir ssiérait seoir 23 +SFX pW sseoir ssiéraient seoir 25 +SFX pW ssoir ssiérait soir 23 +SFX pW ssoir ssiéraient soir 25 +SFX pW sseoir ssiée seoir 27 +SFX pW sseoir ssiéent seoir 28 +SFX pW ssoir ssiée soir 27 +SFX pW ssoir ssiéent soir 28 + +SFX pX N 62 +SFX pX hoir hoir choir 64 +SFX pX hoir hu choir 85 +SFX pX hoir hus choir 86 +SFX pX hoir hue choir 80 +SFX pX hoir hues choir 81 +SFX pX hoir hois choir 34 +SFX pX hoir hois choir 35 +SFX pX hoir hoit choir 21 +SFX pX hoir hoyons choir 56 +SFX pX hoir hoyez choir 72 +SFX pX hoir hoient choir 26 +SFX pX hoir hoyais déchoir 66 +SFX pX hoir hoyais déchoir 65 +SFX pX hoir hoyait déchoir 50 +SFX pX hoir hoyions déchoir 77 +SFX pX hoir hoyiez déchoir 76 +SFX pX hoir hoyaient déchoir 51 +SFX pX hoir hus choir 69 +SFX pX hoir hus choir 68 +SFX pX hoir hut choir 53 +SFX pX hoir hûmes choir 63 +SFX pX hoir hûtes choir 62 +SFX pX hoir hurent choir 71 +SFX pX hoir hoirai choir 38 +SFX pX hoir herrai choir 38 +SFX pX hoir hoiras choir 37 +SFX pX hoir herras choir 37 +SFX pX hoir hoira choir 22 +SFX pX hoir herra choir 22 +SFX pX hoir hoirons choir 31 +SFX pX hoir herrons choir 31 +SFX pX hoir hoirez choir 30 +SFX pX hoir herrez choir 30 +SFX pX hoir hoiront choir 24 +SFX pX hoir herront choir 24 +SFX pX hoir hoirais choir 40 +SFX pX hoir herrais choir 40 +SFX pX hoir hoirais choir 39 +SFX pX hoir herrais choir 39 +SFX pX hoir hoirait choir 23 +SFX pX hoir herrait choir 23 +SFX pX hoir hoirions choir 33 +SFX pX hoir herrions choir 33 +SFX pX hoir hoiriez choir 32 +SFX pX hoir herriez choir 32 +SFX pX hoir hoiraient choir 25 +SFX pX hoir herraient choir 25 +SFX pX hoir hoie choir 41 +SFX pX hoir hoies choir 44 +SFX pX hoir hoie choir 27 +SFX pX hoir hoyions choir 74 +SFX pX hoir hoyiez choir 73 +SFX pX hoir hoient choir 28 +SFX pX hoir husse choir 61 +SFX pX hoir husses choir 67 +SFX pX hoir hût choir 52 +SFX pX hoir hussions choir 60 +SFX pX hoir hussiez choir 59 +SFX pX hoir hussent choir 54 +SFX pX hoir hois déchoir 36 +SFX pX hoir hoyons déchoir 58 +SFX pX hoir hoyez déchoir 75 + +SFX pY Y 26 +SFX pY choir choir/80 échoir 64 +SFX pY choir chéant/16 échoir 48 +SFX pY choir chu/28 échoir 85 +SFX pY choir chus/28 échoir 86 +SFX pY choir chue/28 échoir 80 +SFX pY choir chues/28 échoir 81 +SFX pY choir choit/16 échoir 21 +SFX pY choir chet/16 échoir 21 +SFX pY choir choient/16 échoir 26 +SFX pY choir chéent/16 échoir 26 +SFX pY choir choyait/16 échoir 50 +SFX pY choir choyaient/16 échoir 51 +SFX pY choir chut/16 échoir 53 +SFX pY choir churent/16 échoir 71 +SFX pY choir choira/16 échoir 22 +SFX pY choir cherra/16 échoir 22 +SFX pY choir choiront/16 échoir 24 +SFX pY choir cherront/16 échoir 24 +SFX pY choir choirait/16 échoir 23 +SFX pY choir cherrait/16 échoir 23 +SFX pY choir choiraient/16 échoir 25 +SFX pY choir cherraient/16 échoir 25 +SFX pY choir choie/16 échoir 27 +SFX pY choir choient/16 échoir 28 +SFX pY choir chût/16 échoir 52 +SFX pY choir chussent/16 échoir 54 + +SFX pZ N 20 +SFX pZ euvoir euvoir pleuvoir 64 +SFX pZ euvoir euvant pleuvoir 48 +SFX pZ euvoir u pleuvoir 106 +SFX pZ euvoir eut pleuvoir 21 +SFX pZ euvoir euvent pleuvoir 26 +SFX pZ euvoir euvait pleuvoir 50 +SFX pZ euvoir euvaient pleuvoir 51 +SFX pZ euvoir ut pleuvoir 53 +SFX pZ euvoir urent pleuvoir 71 +SFX pZ euvoir euvra pleuvoir 22 +SFX pZ euvoir euvront pleuvoir 24 +SFX pZ euvoir euvrait pleuvoir 23 +SFX pZ euvoir euvraient pleuvoir 25 +SFX pZ euvoir euve pleuvoir 27 +SFX pZ euvoir euvent pleuvoir 28 +SFX pZ euvoir ût pleuvoir 52 +SFX pZ euvoir ussent pleuvoir 54 +SFX pZ euvoir eus pleuvoir 36 +SFX pZ euvoir euvons pleuvoir 58 +SFX pZ euvoir euvez pleuvoir 75 + +SFX qA N 9 +SFX qA alloir alloir falloir 64 +SFX qA alloir allu falloir 106 +SFX qA alloir aut falloir 21 +SFX qA alloir allait falloir 50 +SFX qA alloir allut falloir 53 +SFX qA alloir audra falloir 22 +SFX qA alloir audrait falloir 23 +SFX qA alloir aille falloir 27 +SFX qA alloir allût falloir 52 + +SFX rA Y 32 +SFX rA lore lore/53 clore 64 +SFX rA lore losant/6 clore 48 +SFX rA lore los/28 clore 121 +SFX rA lore lose/28 clore 80 +SFX rA lore loses/28 clore 81 +SFX rA lore los/23 clore 34 +SFX rA lore los/20 clore 35 +SFX rA lore lot/6 .clore 21 +SFX rA lore losons/17 clore 56 +SFX rA lore losez/14 clore 72 +SFX rA lore losent/6 clore 26 +SFX rA lore lorai/23 clore 38 +SFX rA lore loras/20 clore 37 +SFX rA lore lora/6 clore 22 +SFX rA lore lorons/17 clore 31 +SFX rA lore lorez/14 clore 30 +SFX rA lore loront/6 clore 24 +SFX rA lore lorais/23 clore 40 +SFX rA lore lorais/20 clore 39 +SFX rA lore lorait/6 clore 23 +SFX rA lore lorions/17 clore 33 +SFX rA lore loriez/14 clore 32 +SFX rA lore loraient/6 clore 25 +SFX rA lore lose/44 clore 41 +SFX rA lore loses/36 clore 44 +SFX rA lore lose/6 clore 27 +SFX rA lore losions/56 clore 74 +SFX rA lore losiez/31 clore 73 +SFX rA lore losent/6 clore 28 +SFX rA lore los/31 clore 36 +SFX rA lore losons/45 clore 58 +SFX rA lore losez/31 clore 75 + +SFX rB Y 1 +SFX rB lore lôt clore 21 + +SFX rC Y 32 +SFX rC clore clore/80 clore 64 +SFX rC clore closant/16 clore 48 +SFX rC clore clos/28 clore 121 +SFX rC clore close/28 clore 80 +SFX rC clore closes/28 clore 81 +SFX rC clore clos/26 clore 34 +SFX rC clore clos/13 clore 35 +SFX rC clore clot/16 clore 21 +SFX rC clore closons/13 clore 56 +SFX rC clore closez/13 clore 72 +SFX rC clore closent/16 clore 26 +SFX rC clore clorai/26 clore 38 +SFX rC clore cloras/13 clore 37 +SFX rC clore clora/16 clore 22 +SFX rC clore clorons/13 clore 31 +SFX rC clore clorez/13 clore 30 +SFX rC clore cloront/16 clore 24 +SFX rC clore clorais/26 clore 40 +SFX rC clore clorais/13 clore 39 +SFX rC clore clorait/16 clore 23 +SFX rC clore clorions/13 clore 33 +SFX rC clore cloriez/13 clore 32 +SFX rC clore cloraient/16 clore 25 +SFX rC clore close/26 clore 41 +SFX rC clore closes/13 clore 44 +SFX rC clore close/16 clore 27 +SFX rC clore closions/13 clore 74 +SFX rC clore closiez/13 clore 73 +SFX rC clore closent/16 clore 28 +SFX rC clore clos/13 clore 36 +SFX rC clore closons/13 clore 58 +SFX rC clore closez/13 clore 75 + +SFX rD N 4 +SFX rD clore clore clore 64 +SFX rD clore clos clore 121 +SFX rD clore close clore 80 +SFX rD clore closes clore 81 + +SFX tA Y 52 +SFX tA re re/53 [dp]re 64 +SFX tA re ant/6 [dp]re 48 +SFX tA re u/28 [dp]re 85 +SFX tA re us/28 [dp]re 86 +SFX tA re ue/28 [dp]re 80 +SFX tA re ues/28 [dp]re 81 +SFX tA re s/23 [dp]re 34 +SFX tA re s/20 [dp]re 35 +SFX tA dre d/6 dre 21 +SFX tA pre pt/6 pre 21 +SFX tA re ons/17 [dp]re 56 +SFX tA re ez/14 [dp]re 72 +SFX tA re ent/6 [dp]re 26 +SFX tA re ais/23 [dp]re 66 +SFX tA re ais/20 [dp]re 65 +SFX tA re ait/6 [dp]re 50 +SFX tA re ions/17 [dp]re 77 +SFX tA re iez/14 [dp]re 76 +SFX tA re aient/6 [dp]re 51 +SFX tA re is/23 [dp]re 69 +SFX tA re is/20 [dp]re 68 +SFX tA re it/6 [dp]re 53 +SFX tA re îmes/17 [dp]re 63 +SFX tA re îtes/14 [dp]re 62 +SFX tA re irent/6 [dp]re 71 +SFX tA re rai/23 [dp]re 38 +SFX tA re ras/20 [dp]re 37 +SFX tA re ra/6 [dp]re 22 +SFX tA re rons/17 [dp]re 31 +SFX tA re rez/14 [dp]re 30 +SFX tA re ront/6 [dp]re 24 +SFX tA re rais/23 [dp]re 40 +SFX tA re rais/20 [dp]re 39 +SFX tA re rait/6 [dp]re 23 +SFX tA re rions/17 [dp]re 33 +SFX tA re riez/14 [dp]re 32 +SFX tA re raient/6 [dp]re 25 +SFX tA re e/44 [dp]re 41 +SFX tA re es/36 [dp]re 44 +SFX tA re e/6 [dp]re 27 +SFX tA re ions/56 [dp]re 74 +SFX tA re iez/31 [dp]re 73 +SFX tA re ent/6 [dp]re 28 +SFX tA re isse/23 [dp]re 61 +SFX tA re isses/20 [dp]re 67 +SFX tA re ît/6 [dp]re 52 +SFX tA re issions/17 [dp]re 60 +SFX tA re issiez/14 [dp]re 59 +SFX tA re issent/6 [dp]re 54 +SFX tA re s/36 [dp]re 36 +SFX tA re ons/45 [dp]re 58 +SFX tA re ez/31 [dp]re 75 + +SFX tD Y 51 +SFX tD perdre perdre/59 perdre 64 +SFX tD perdre perdant/59 perdre 48 +SFX tD perdre perdu perdre 85 +SFX tD perdre perdus perdre 86 +SFX tD perdre perdue perdre 80 +SFX tD perdre perdues perdre 81 +SFX tD perdre perds/24 perdre 34 +SFX tD perdre perds/21 perdre 35 +SFX tD perdre perd/12 perdre 21 +SFX tD perdre perdons perdre 56 +SFX tD perdre perdez perdre 72 +SFX tD perdre perdent/12 perdre 26 +SFX tD perdre perdais/24 perdre 66 +SFX tD perdre perdais/21 perdre 65 +SFX tD perdre perdait/12 perdre 50 +SFX tD perdre perdions perdre 77 +SFX tD perdre perdiez perdre 76 +SFX tD perdre perdaient/12 perdre 51 +SFX tD perdre perdis/24 perdre 69 +SFX tD perdre perdis/21 perdre 68 +SFX tD perdre perdit/12 perdre 53 +SFX tD perdre perdîmes perdre 63 +SFX tD perdre perdîtes perdre 62 +SFX tD perdre perdirent/12 perdre 71 +SFX tD perdre perdrai/24 perdre 38 +SFX tD perdre perdras/21 perdre 37 +SFX tD perdre perdra/12 perdre 22 +SFX tD perdre perdrons perdre 31 +SFX tD perdre perdrez perdre 30 +SFX tD perdre perdront/12 perdre 24 +SFX tD perdre perdrais/24 perdre 40 +SFX tD perdre perdrais/21 perdre 39 +SFX tD perdre perdrait/12 perdre 23 +SFX tD perdre perdrions perdre 33 +SFX tD perdre perdriez perdre 32 +SFX tD perdre perdraient/12 perdre 25 +SFX tD perdre perde perdre 41 +SFX tD perdre perdes perdre 44 +SFX tD perdre perde perdre 27 +SFX tD perdre perdions perdre 74 +SFX tD perdre perdiez perdre 73 +SFX tD perdre perdent perdre 28 +SFX tD perdre perdisse/24 perdre 61 +SFX tD perdre perdisses/21 perdre 67 +SFX tD perdre perdît/12 perdre 52 +SFX tD perdre perdissions perdre 60 +SFX tD perdre perdissiez perdre 59 +SFX tD perdre perdissent/12 perdre 54 +SFX tD perdre perds/21 perdre 36 +SFX tD perdre perdons perdre 58 +SFX tD perdre perdez perdre 75 + +SFX tE N 47 +SFX tE dre dre dre 64 +SFX tE dre dant dre 48 +SFX tE dre ds dre 34 +SFX tE dre ds dre 35 +SFX tE dre d dre 21 +SFX tE dre dons dre 56 +SFX tE dre dez dre 72 +SFX tE dre dent dre 26 +SFX tE dre dais dre 66 +SFX tE dre dais dre 65 +SFX tE dre dait dre 50 +SFX tE dre dions dre 77 +SFX tE dre diez dre 76 +SFX tE dre daient dre 51 +SFX tE dre dis dre 69 +SFX tE dre dis dre 68 +SFX tE dre dit dre 53 +SFX tE dre dîmes dre 63 +SFX tE dre dîtes dre 62 +SFX tE dre dirent dre 71 +SFX tE dre drai dre 38 +SFX tE dre dras dre 37 +SFX tE dre dra dre 22 +SFX tE dre drons dre 31 +SFX tE dre drez dre 30 +SFX tE dre dront dre 24 +SFX tE dre drais dre 40 +SFX tE dre drais dre 39 +SFX tE dre drait dre 23 +SFX tE dre drions dre 33 +SFX tE dre driez dre 32 +SFX tE dre draient dre 25 +SFX tE dre de dre 41 +SFX tE dre des dre 44 +SFX tE dre de dre 27 +SFX tE dre dions dre 74 +SFX tE dre diez dre 73 +SFX tE dre dent dre 28 +SFX tE dre disse dre 61 +SFX tE dre disses dre 67 +SFX tE dre dît dre 52 +SFX tE dre dissions dre 60 +SFX tE dre dissiez dre 59 +SFX tE dre dissent dre 54 +SFX tE dre ds dre 36 +SFX tE dre dons dre 58 +SFX tE dre dez dre 75 + +SFX tF Y 50 +SFX tF rendre rendre/53 prendre 64 +SFX tF rendre renant/6 prendre 48 +SFX tF rendre ris/28 prendre 121 +SFX tF rendre rise/28 prendre 80 +SFX tF rendre rises/28 prendre 81 +SFX tF rendre rends/23 prendre 34 +SFX tF rendre rends/20 prendre 35 +SFX tF rendre rend/6 prendre 21 +SFX tF rendre renons/17 prendre 56 +SFX tF rendre renez/14 prendre 72 +SFX tF rendre rennent/6 prendre 26 +SFX tF rendre renais/23 prendre 66 +SFX tF rendre renais/20 prendre 65 +SFX tF rendre renait/6 prendre 50 +SFX tF rendre renions/17 prendre 77 +SFX tF rendre reniez/14 prendre 76 +SFX tF rendre renaient/6 prendre 51 +SFX tF rendre ris/23 prendre 69 +SFX tF rendre ris/20 prendre 68 +SFX tF rendre rit/6 prendre 53 +SFX tF rendre rîmes/17 prendre 63 +SFX tF rendre rîtes/14 prendre 62 +SFX tF rendre rirent/6 prendre 71 +SFX tF rendre rendrai/23 prendre 38 +SFX tF rendre rendras/20 prendre 37 +SFX tF rendre rendra/6 prendre 22 +SFX tF rendre rendrons/17 prendre 31 +SFX tF rendre rendrez/14 prendre 30 +SFX tF rendre rendront/6 prendre 24 +SFX tF rendre rendrais/23 prendre 40 +SFX tF rendre rendrais/20 prendre 39 +SFX tF rendre rendrait/6 prendre 23 +SFX tF rendre rendrions/17 prendre 33 +SFX tF rendre rendriez/14 prendre 32 +SFX tF rendre rendraient/6 prendre 25 +SFX tF rendre renne/44 prendre 41 +SFX tF rendre rennes/36 prendre 44 +SFX tF rendre renne/6 prendre 27 +SFX tF rendre renions/56 prendre 74 +SFX tF rendre reniez/31 prendre 73 +SFX tF rendre rennent/6 prendre 28 +SFX tF rendre risse/23 prendre 61 +SFX tF rendre risses/20 prendre 67 +SFX tF rendre rît/6 prendre 52 +SFX tF rendre rissions/17 prendre 60 +SFX tF rendre rissiez/14 prendre 59 +SFX tF rendre rissent/6 prendre 54 +SFX tF rendre rends/31 prendre 36 +SFX tF rendre renons/45 prendre 58 +SFX tF rendre renez/31 prendre 75 + +SFX tG Y 50 +SFX tG prendre prendre/59 prendre 64 +SFX tG prendre prenant/59 prendre 48 +SFX tG prendre pris/28 prendre 121 +SFX tG prendre prise/28 prendre 80 +SFX tG prendre prises/28 prendre 81 +SFX tG prendre prends/24 prendre 34 +SFX tG prendre prends/21 prendre 35 +SFX tG prendre prend/12 prendre 21 +SFX tG prendre prenons prendre 56 +SFX tG prendre prenez prendre 72 +SFX tG prendre prennent/12 prendre 26 +SFX tG prendre prenais/24 prendre 66 +SFX tG prendre prenais/21 prendre 65 +SFX tG prendre prenait/12 prendre 50 +SFX tG prendre prenions prendre 77 +SFX tG prendre preniez prendre 76 +SFX tG prendre prenaient/12 prendre 51 +SFX tG prendre pris/24 prendre 69 +SFX tG prendre pris/21 prendre 68 +SFX tG prendre prit/12 prendre 53 +SFX tG prendre prîmes prendre 63 +SFX tG prendre prîtes prendre 62 +SFX tG prendre prirent/12 prendre 71 +SFX tG prendre prendrai/24 prendre 38 +SFX tG prendre prendras/21 prendre 37 +SFX tG prendre prendra/12 prendre 22 +SFX tG prendre prendrons prendre 31 +SFX tG prendre prendrez prendre 30 +SFX tG prendre prendront/12 prendre 24 +SFX tG prendre prendrais/24 prendre 40 +SFX tG prendre prendrais/21 prendre 39 +SFX tG prendre prendrait/12 prendre 23 +SFX tG prendre prendrions prendre 33 +SFX tG prendre prendriez prendre 32 +SFX tG prendre prendraient/12 prendre 25 +SFX tG prendre prenne/24 prendre 41 +SFX tG prendre prennes/21 prendre 44 +SFX tG prendre prenne/12 prendre 27 +SFX tG prendre prenions prendre 74 +SFX tG prendre preniez prendre 73 +SFX tG prendre prennent/12 prendre 28 +SFX tG prendre prisse/24 prendre 61 +SFX tG prendre prisses/21 prendre 67 +SFX tG prendre prît/12 prendre 52 +SFX tG prendre prissions prendre 60 +SFX tG prendre prissiez prendre 59 +SFX tG prendre prissent/12 prendre 54 +SFX tG prendre prends/21 prendre 36 +SFX tG prendre prenons prendre 58 +SFX tG prendre prenez prendre 75 + +SFX tM N 39 +SFX tM outre outre foutre 64 +SFX tM outre outant foutre 48 +SFX tM outre outu foutre 85 +SFX tM outre outus foutre 86 +SFX tM outre outue foutre 80 +SFX tM outre outues foutre 81 +SFX tM outre ous foutre 34 +SFX tM outre ous foutre 35 +SFX tM outre out foutre 21 +SFX tM outre outons foutre 56 +SFX tM outre outez foutre 72 +SFX tM outre outent foutre 26 +SFX tM outre outais foutre 66 +SFX tM outre outais foutre 65 +SFX tM outre outait foutre 50 +SFX tM outre outions foutre 77 +SFX tM outre outiez foutre 76 +SFX tM outre outaient foutre 51 +SFX tM outre outrai foutre 38 +SFX tM outre outras foutre 37 +SFX tM outre outra foutre 22 +SFX tM outre outrons foutre 31 +SFX tM outre outrez foutre 30 +SFX tM outre outront foutre 24 +SFX tM outre outrais foutre 40 +SFX tM outre outrais foutre 39 +SFX tM outre outrait foutre 23 +SFX tM outre outrions foutre 33 +SFX tM outre outriez foutre 32 +SFX tM outre outraient foutre 25 +SFX tM outre oute foutre 41 +SFX tM outre outes foutre 44 +SFX tM outre oute foutre 27 +SFX tM outre outions foutre 74 +SFX tM outre outiez foutre 73 +SFX tM outre outent foutre 28 +SFX tM outre ous foutre 36 +SFX tM outre outons foutre 58 +SFX tM outre outez foutre 75 + +SFX tU N 5 +SFX tU istre istre tistre 64 +SFX tU istre issu tistre 85 +SFX tU istre issue tistre 86 +SFX tU istre issus tistre 80 +SFX tU istre issues tistre 81 + +SFX uA Y 55 +SFX uA tre tre/53 tre 64 +SFX uA tre tant/6 tre 48 +SFX uA tre tu/28 tre 85 +SFX uA tre tus/28 tre 86 +SFX uA tre tue/28 tre 80 +SFX uA tre tues/28 tre 81 +SFX uA ttre ts/23 ttre 34 +SFX uA ttre ts/20 ttre 35 +SFX uA ttre t/6 ttre 21 +SFX uA tre ts/23 embatre 34 +SFX uA tre ts/20 embatre 35 +SFX uA tre t/6 embatre 21 +SFX uA tre tons/17 tre 56 +SFX uA tre tez/14 tre 72 +SFX uA tre tent/6 tre 26 +SFX uA tre tais/23 tre 66 +SFX uA tre tais/20 tre 65 +SFX uA tre tait/6 tre 50 +SFX uA tre tions/17 tre 77 +SFX uA tre tiez/14 tre 76 +SFX uA tre taient/6 tre 51 +SFX uA tre tis/23 tre 69 +SFX uA tre tis/20 tre 68 +SFX uA tre tit/6 tre 53 +SFX uA tre tîmes/17 tre 63 +SFX uA tre tîtes/14 tre 62 +SFX uA tre tirent/6 tre 71 +SFX uA tre trai/23 tre 38 +SFX uA tre tras/20 tre 37 +SFX uA tre tra/6 tre 22 +SFX uA tre trons/17 tre 31 +SFX uA tre trez/14 tre 30 +SFX uA tre tront/6 tre 24 +SFX uA tre trais/23 tre 40 +SFX uA tre trais/20 tre 39 +SFX uA tre trait/6 tre 23 +SFX uA tre trions/17 tre 33 +SFX uA tre triez/14 tre 32 +SFX uA tre traient/6 tre 25 +SFX uA tre te/44 tre 41 +SFX uA tre tes/36 tre 44 +SFX uA tre te/6 tre 27 +SFX uA tre tions/56 tre 74 +SFX uA tre tiez/31 tre 73 +SFX uA tre tent/6 tre 28 +SFX uA tre tisse/23 tre 61 +SFX uA tre tisses/20 tre 67 +SFX uA tre tît/6 tre 52 +SFX uA tre tissions/17 tre 60 +SFX uA tre tissiez/14 tre 59 +SFX uA tre tissent/6 tre 54 +SFX uA tre s/36 tre 36 +SFX uA tre ts/31 embatre 36 +SFX uA tre tons/45 tre 58 +SFX uA tre tez/31 tre 75 + +SFX uC Y 51 +SFX uC battre battre/59 battre 64 +SFX uC battre battant/59 battre 48 +SFX uC battre battu battre 85 +SFX uC battre battus battre 86 +SFX uC battre battue battre 80 +SFX uC battre battues battre 81 +SFX uC battre bats/24 battre 34 +SFX uC battre bats/21 battre 35 +SFX uC battre bat/12 battre 21 +SFX uC battre battons battre 56 +SFX uC battre battez battre 72 +SFX uC battre battent/12 battre 26 +SFX uC battre battais/24 battre 66 +SFX uC battre battais/21 battre 65 +SFX uC battre battait/12 battre 50 +SFX uC battre battions battre 77 +SFX uC battre battiez battre 76 +SFX uC battre battaient/12 battre 51 +SFX uC battre battis/24 battre 69 +SFX uC battre battis/21 battre 68 +SFX uC battre battit/12 battre 53 +SFX uC battre battîmes battre 63 +SFX uC battre battîtes battre 62 +SFX uC battre battirent/12 battre 71 +SFX uC battre battrai/24 battre 38 +SFX uC battre battras/21 battre 37 +SFX uC battre battra/12 battre 22 +SFX uC battre battrons battre 31 +SFX uC battre battrez battre 30 +SFX uC battre battront/12 battre 24 +SFX uC battre battrais/24 battre 40 +SFX uC battre battrais/21 battre 39 +SFX uC battre battrait/12 battre 23 +SFX uC battre battrions battre 33 +SFX uC battre battriez battre 32 +SFX uC battre battraient/12 battre 25 +SFX uC battre batte/24 battre 41 +SFX uC battre battes/21 battre 44 +SFX uC battre batte/12 battre 27 +SFX uC battre battions battre 74 +SFX uC battre battiez battre 73 +SFX uC battre battent/12 battre 28 +SFX uC battre battisse/24 battre 61 +SFX uC battre battisses/21 battre 67 +SFX uC battre battît/12 battre 52 +SFX uC battre battissions battre 60 +SFX uC battre battissiez battre 59 +SFX uC battre battissent/12 battre 54 +SFX uC battre bats/21 battre 36 +SFX uC battre battons battre 58 +SFX uC battre battez battre 75 + +SFX uD Y 36 +SFX uD battre battre/12 battre 64 +SFX uD battre battant/12 battre 48 +SFX uD battre battu battre 85 +SFX uD battre battus battre 86 +SFX uD battre battue battre 80 +SFX uD battre battues battre 81 +SFX uD battre bat/12 battre 21 +SFX uD battre battons battre 56 +SFX uD battre battez battre 72 +SFX uD battre battent/12 battre 26 +SFX uD battre battait/12 battre 50 +SFX uD battre battions battre 77 +SFX uD battre battiez battre 76 +SFX uD battre battaient/12 battre 51 +SFX uD battre battit/12 battre 53 +SFX uD battre battîmes battre 63 +SFX uD battre battîtes battre 62 +SFX uD battre battirent/12 battre 71 +SFX uD battre battra/12 battre 22 +SFX uD battre battrons battre 31 +SFX uD battre battrez battre 30 +SFX uD battre battront/12 battre 24 +SFX uD battre battrait/12 battre 23 +SFX uD battre battrions battre 33 +SFX uD battre battriez battre 32 +SFX uD battre battraient/12 battre 25 +SFX uD battre batte/12 battre 27 +SFX uD battre battions battre 74 +SFX uD battre battiez battre 73 +SFX uD battre battent/12 battre 28 +SFX uD battre battît/12 battre 52 +SFX uD battre battissions battre 60 +SFX uD battre battissiez battre 59 +SFX uD battre battissent/12 battre 54 +SFX uD battre battons-nous battre 178 +SFX uD battre battez-vous battre 177 + +SFX vA Y 50 +SFX vA ettre ettre/53 mettre 64 +SFX vA ettre ettant/6 mettre 48 +SFX vA ettre is/28 mettre 121 +SFX vA ettre ise/28 mettre 80 +SFX vA ettre ises/28 mettre 81 +SFX vA ettre ets/23 mettre 34 +SFX vA ettre ets/20 mettre 35 +SFX vA ettre et/6 mettre 21 +SFX vA ettre ettons/17 mettre 56 +SFX vA ettre ettez/14 mettre 72 +SFX vA ettre ettent/6 mettre 26 +SFX vA ettre ettais/23 mettre 66 +SFX vA ettre ettais/20 mettre 65 +SFX vA ettre ettait/6 mettre 50 +SFX vA ettre ettions/17 mettre 77 +SFX vA ettre ettiez/14 mettre 76 +SFX vA ettre ettaient/6 mettre 51 +SFX vA ettre is/23 mettre 69 +SFX vA ettre is/20 mettre 68 +SFX vA ettre it/6 mettre 53 +SFX vA ettre îmes/17 mettre 63 +SFX vA ettre îtes/14 mettre 62 +SFX vA ettre irent/6 mettre 71 +SFX vA ettre ettrai/23 mettre 38 +SFX vA ettre ettras/20 mettre 37 +SFX vA ettre ettra/6 mettre 22 +SFX vA ettre ettrons/17 mettre 31 +SFX vA ettre ettrez/14 mettre 30 +SFX vA ettre ettront/6 mettre 24 +SFX vA ettre ettrais/23 mettre 40 +SFX vA ettre ettrais/20 mettre 39 +SFX vA ettre ettrait/6 mettre 23 +SFX vA ettre ettrions/17 mettre 33 +SFX vA ettre ettriez/14 mettre 32 +SFX vA ettre ettraient/6 mettre 25 +SFX vA ettre ette/44 mettre 41 +SFX vA ettre ettes/36 mettre 44 +SFX vA ettre ette/6 mettre 27 +SFX vA ettre ettions/56 mettre 74 +SFX vA ettre ettiez/31 mettre 73 +SFX vA ettre ettent/6 mettre 28 +SFX vA ettre isse/23 mettre 61 +SFX vA ettre isses/20 mettre 67 +SFX vA ettre ît/6 mettre 52 +SFX vA ettre issions/17 mettre 60 +SFX vA ettre issiez/14 mettre 59 +SFX vA ettre issent/6 mettre 54 +SFX vA ettre ets/36 mettre 36 +SFX vA ettre ettons/45 mettre 58 +SFX vA ettre ettez/31 mettre 75 + +SFX vC Y 50 +SFX vC mettre mettre/59 mettre 64 +SFX vC mettre mettant/59 mettre 48 +SFX vC mettre mis mettre 121 +SFX vC mettre mise mettre 80 +SFX vC mettre mises mettre 81 +SFX vC mettre mets/24 mettre 34 +SFX vC mettre mets/21 mettre 35 +SFX vC mettre met/12 mettre 21 +SFX vC mettre mettons mettre 56 +SFX vC mettre mettez mettre 72 +SFX vC mettre mettent/12 mettre 26 +SFX vC mettre mettais/24 mettre 66 +SFX vC mettre mettais/21 mettre 65 +SFX vC mettre mettait/12 mettre 50 +SFX vC mettre mettions mettre 77 +SFX vC mettre mettiez mettre 76 +SFX vC mettre mettaient/12 mettre 51 +SFX vC mettre mis/24 mettre 69 +SFX vC mettre mis/21 mettre 68 +SFX vC mettre mit/12 mettre 53 +SFX vC mettre mîmes mettre 63 +SFX vC mettre mîtes mettre 62 +SFX vC mettre mirent/12 mettre 71 +SFX vC mettre mettrai/24 mettre 38 +SFX vC mettre mettras/21 mettre 37 +SFX vC mettre mettra/12 mettre 22 +SFX vC mettre mettrons mettre 31 +SFX vC mettre mettrez mettre 30 +SFX vC mettre mettront/12 mettre 24 +SFX vC mettre mettrais/24 mettre 40 +SFX vC mettre mettrais/21 mettre 39 +SFX vC mettre mettrait/12 mettre 23 +SFX vC mettre mettrions mettre 33 +SFX vC mettre mettriez mettre 32 +SFX vC mettre mettraient/12 mettre 25 +SFX vC mettre mette/24 mettre 41 +SFX vC mettre mettes/21 mettre 44 +SFX vC mettre mette/12 mettre 27 +SFX vC mettre mettions mettre 74 +SFX vC mettre mettiez mettre 73 +SFX vC mettre mettent/12 mettre 28 +SFX vC mettre misse/24 mettre 61 +SFX vC mettre misses/21 mettre 67 +SFX vC mettre mît/12 mettre 52 +SFX vC mettre missions mettre 60 +SFX vC mettre missiez mettre 59 +SFX vC mettre missent/12 mettre 54 +SFX vC mettre mets mettre 36 +SFX vC mettre mettons mettre 58 +SFX vC mettre mettez mettre 75 + +SFX wA N 51 +SFX wA eindre eindre eindre 64 +SFX wA eindre eignant eindre 48 +SFX wA eindre eint eindre 85 +SFX wA eindre eints eindre 86 +SFX wA eindre einte eindre 80 +SFX wA eindre eintes eindre 81 +SFX wA eindre eins eindre 34 +SFX wA eindre eins eindre 35 +SFX wA eindre eint eindre 21 +SFX wA eindre eignons eindre 56 +SFX wA eindre eignez eindre 72 +SFX wA eindre eignent eindre 26 +SFX wA eindre eignais eindre 66 +SFX wA eindre eignais eindre 65 +SFX wA eindre eignait eindre 50 +SFX wA eindre eignions eindre 77 +SFX wA eindre eigniez eindre 76 +SFX wA eindre eignaient eindre 51 +SFX wA eindre eignis eindre 69 +SFX wA eindre eignis eindre 68 +SFX wA eindre eignit eindre 53 +SFX wA eindre eignîmes eindre 63 +SFX wA eindre eignîtes eindre 62 +SFX wA eindre eignirent eindre 71 +SFX wA eindre eindrai eindre 38 +SFX wA eindre eindras eindre 37 +SFX wA eindre eindra eindre 22 +SFX wA eindre eindrons eindre 31 +SFX wA eindre eindrez eindre 30 +SFX wA eindre eindront eindre 24 +SFX wA eindre eindrais eindre 40 +SFX wA eindre eindrais eindre 39 +SFX wA eindre eindrait eindre 23 +SFX wA eindre eindrions eindre 33 +SFX wA eindre eindriez eindre 32 +SFX wA eindre eindraient eindre 25 +SFX wA eindre eigne eindre 41 +SFX wA eindre eignes eindre 44 +SFX wA eindre eigne eindre 27 +SFX wA eindre eignions eindre 74 +SFX wA eindre eigniez eindre 73 +SFX wA eindre eignent eindre 28 +SFX wA eindre eignisse eindre 61 +SFX wA eindre eignisses eindre 67 +SFX wA eindre eignît eindre 52 +SFX wA eindre eignissions eindre 60 +SFX wA eindre eignissiez eindre 59 +SFX wA eindre eignissent eindre 54 +SFX wA eindre eins eindre 36 +SFX wA eindre eignons eindre 58 +SFX wA eindre eignez eindre 75 + +SFX wB Y 51 +SFX wB indre indre/53 indre 64 +SFX wB indre ignant/6 indre 48 +SFX wB indre int/28 indre 85 +SFX wB indre ints/28 indre 86 +SFX wB indre inte/28 indre 80 +SFX wB indre intes/28 indre 81 +SFX wB indre ins/23 indre 34 +SFX wB indre ins/20 indre 35 +SFX wB indre int/6 indre 21 +SFX wB indre ignons/17 indre 56 +SFX wB indre ignez/14 indre 72 +SFX wB indre ignent/6 indre 26 +SFX wB indre ignais/23 indre 66 +SFX wB indre ignais/20 indre 65 +SFX wB indre ignait/6 indre 50 +SFX wB indre ignions/17 indre 77 +SFX wB indre igniez/14 indre 76 +SFX wB indre ignaient/6 indre 51 +SFX wB indre ignis/23 indre 69 +SFX wB indre ignis/20 indre 68 +SFX wB indre ignit/6 indre 53 +SFX wB indre ignîmes/17 indre 63 +SFX wB indre ignîtes/14 indre 62 +SFX wB indre ignirent/6 indre 71 +SFX wB indre indrai/23 indre 38 +SFX wB indre indras/20 indre 37 +SFX wB indre indra/6 indre 22 +SFX wB indre indrons/17 indre 31 +SFX wB indre indrez/14 indre 30 +SFX wB indre indront/6 indre 24 +SFX wB indre indrais/23 indre 40 +SFX wB indre indrais/20 indre 39 +SFX wB indre indrait/6 indre 23 +SFX wB indre indrions/17 indre 33 +SFX wB indre indriez/14 indre 32 +SFX wB indre indraient/6 indre 25 +SFX wB indre igne/44 indre 41 +SFX wB indre ignes/36 indre 44 +SFX wB indre igne/6 indre 27 +SFX wB indre ignions/56 indre 74 +SFX wB indre igniez/31 indre 73 +SFX wB indre ignent/6 indre 28 +SFX wB indre ignisse/23 indre 61 +SFX wB indre ignisses/20 indre 67 +SFX wB indre ignît/6 indre 52 +SFX wB indre ignissions/17 indre 60 +SFX wB indre ignissiez/14 indre 59 +SFX wB indre ignissent/6 indre 54 +SFX wB indre ins/36 indre 36 +SFX wB indre ignons/45 indre 58 +SFX wB indre ignez/31 indre 75 + +SFX wD N 51 +SFX wD aire aire faire 64 +SFX wD aire aisant faire 48 +SFX wD aire ait faire 85 +SFX wD aire aits faire 86 +SFX wD aire aite faire 80 +SFX wD aire aites faire 81 +SFX wD aire ais faire 34 +SFX wD aire ais faire 35 +SFX wD aire ait faire 21 +SFX wD aire aisons faire 56 +SFX wD aire aites faire 72 +SFX wD aire ont faire 26 +SFX wD aire aisais faire 66 +SFX wD aire aisais faire 65 +SFX wD aire aisait faire 50 +SFX wD aire aisions faire 77 +SFX wD aire aisiez faire 76 +SFX wD aire aisaient faire 51 +SFX wD aire is faire 69 +SFX wD aire is faire 68 +SFX wD aire it faire 53 +SFX wD aire îmes faire 63 +SFX wD aire îtes faire 62 +SFX wD aire irent faire 71 +SFX wD aire erai faire 38 +SFX wD aire eras faire 37 +SFX wD aire era faire 22 +SFX wD aire erons faire 31 +SFX wD aire erez faire 30 +SFX wD aire eront faire 24 +SFX wD aire erais faire 40 +SFX wD aire erais faire 39 +SFX wD aire erait faire 23 +SFX wD aire erions faire 33 +SFX wD aire eriez faire 32 +SFX wD aire eraient faire 25 +SFX wD aire asse faire 41 +SFX wD aire asses faire 44 +SFX wD aire asse faire 27 +SFX wD aire assions faire 74 +SFX wD aire assiez faire 73 +SFX wD aire assent faire 28 +SFX wD aire isse faire 61 +SFX wD aire isses faire 67 +SFX wD aire ît faire 52 +SFX wD aire issions faire 60 +SFX wD aire issiez faire 59 +SFX wD aire issent faire 54 +SFX wD aire ais faire 36 +SFX wD aire aisons faire 58 +SFX wD aire aites faire 75 + +SFX wF N 15 +SFX wF faire faire faire 64 +SFX wF faire faisant faire 48 +SFX wF faire fait faire 85 +SFX wF faire faits faire 86 +SFX wF faire faite faire 80 +SFX wF faire faites faire 81 +SFX wF faire fais faire 34 +SFX wF faire fais faire 35 +SFX wF faire fait faire 21 +SFX wF faire faisons faire 56 +SFX wF faire faites faire 72 +SFX wF faire font faire 26 +SFX wF faire fais faire 36 +SFX wF faire faisons faire 58 +SFX wF faire faites faire 75 + +SFX wG N 6 +SFX wG aire aire faire 64 +SFX wG aire aisant faire 48 +SFX wG aire ait faire 85 +SFX wG aire aits faire 86 +SFX wG aire aite faire 80 +SFX wG aire aites faire 81 + +SFX wL Y 39 +SFX wL raire raire/53 traire 64 +SFX wL raire rayant/6 traire 48 +SFX wL raire rait/28 traire 85 +SFX wL raire raits/28 traire 86 +SFX wL raire raite/28 traire 80 +SFX wL raire raites/28 traire 81 +SFX wL raire rais/23 traire 34 +SFX wL raire rais/20 traire 35 +SFX wL raire rait/6 traire 21 +SFX wL raire rayons/17 traire 56 +SFX wL raire rayez/14 traire 72 +SFX wL raire raient/6 traire 26 +SFX wL raire rayais/23 traire 66 +SFX wL raire rayais/20 traire 65 +SFX wL raire rayait/6 traire 50 +SFX wL raire rayions/17 traire 77 +SFX wL raire rayiez/14 traire 76 +SFX wL raire rayaient/6 traire 51 +SFX wL raire rairai/23 traire 38 +SFX wL raire rairas/20 traire 37 +SFX wL raire raira/6 traire 22 +SFX wL raire rairons/17 traire 31 +SFX wL raire rairez/14 traire 30 +SFX wL raire rairont/6 traire 24 +SFX wL raire rairais/23 traire 40 +SFX wL raire rairais/20 traire 39 +SFX wL raire rairait/6 traire 23 +SFX wL raire rairions/17 traire 33 +SFX wL raire rairiez/14 traire 32 +SFX wL raire rairaient/6 traire 25 +SFX wL raire raie/23 traire 41 +SFX wL raire raies/20 traire 44 +SFX wL raire raie/6 traire 27 +SFX wL raire rayions/17 traire 74 +SFX wL raire rayiez/14 traire 73 +SFX wL raire raient/6 traire 28 +SFX wL raire rais/36 traire 36 +SFX wL raire rayons/45 traire 58 +SFX wL raire rayez/31 traire 75 + +SFX wM N 36 +SFX wM aire aire raire 64 +SFX wM aire ayant raire 48 +SFX wM aire ait raire 106 +SFX wM aire ais raire 34 +SFX wM aire ais raire 35 +SFX wM aire ait raire 21 +SFX wM aire ayons raire 56 +SFX wM aire ayez raire 72 +SFX wM aire aient raire 26 +SFX wM aire ayais raire 66 +SFX wM aire ayais raire 65 +SFX wM aire ayait raire 50 +SFX wM aire ayions raire 77 +SFX wM aire ayiez raire 76 +SFX wM aire ayaient raire 51 +SFX wM aire airai raire 38 +SFX wM aire airas raire 37 +SFX wM aire aira raire 22 +SFX wM aire airons raire 31 +SFX wM aire airez raire 30 +SFX wM aire airont raire 24 +SFX wM aire airais raire 40 +SFX wM aire airais raire 39 +SFX wM aire airait raire 23 +SFX wM aire airions raire 33 +SFX wM aire airiez raire 32 +SFX wM aire airaient raire 25 +SFX wM aire aie raire 41 +SFX wM aire aies raire 44 +SFX wM aire aie raire 27 +SFX wM aire ayions raire 74 +SFX wM aire ayiez raire 73 +SFX wM aire aient raire 28 +SFX wM aire ais raire 36 +SFX wM aire ayons raire 58 +SFX wM aire ayez raire 75 + +SFX wN N 49 +SFX wN aire aire aire 64 +SFX wN aire aisant aire 48 +SFX wN aire ais aire 34 +SFX wN aire ais aire 35 +SFX wN aire ait taire 21 +SFX wN aire aît plaire 21 +SFX wN aire ait plaire 21 +SFX wN aire aisons aire 56 +SFX wN aire aisez aire 72 +SFX wN aire aisent aire 26 +SFX wN aire aisais aire 66 +SFX wN aire aisais aire 65 +SFX wN aire aisait aire 50 +SFX wN aire aisions aire 77 +SFX wN aire aisiez aire 76 +SFX wN aire aisaient aire 51 +SFX wN aire us aire 69 +SFX wN aire us aire 68 +SFX wN aire ut aire 53 +SFX wN aire ûmes aire 63 +SFX wN aire ûtes aire 62 +SFX wN aire urent aire 71 +SFX wN aire airai aire 38 +SFX wN aire airas aire 37 +SFX wN aire aira aire 22 +SFX wN aire airons aire 31 +SFX wN aire airez aire 30 +SFX wN aire airont aire 24 +SFX wN aire airais aire 40 +SFX wN aire airais aire 39 +SFX wN aire airait aire 23 +SFX wN aire airions aire 33 +SFX wN aire airiez aire 32 +SFX wN aire airaient aire 25 +SFX wN aire aise aire 41 +SFX wN aire aises aire 44 +SFX wN aire aise aire 27 +SFX wN aire aisions aire 74 +SFX wN aire aisiez aire 73 +SFX wN aire aisent aire 28 +SFX wN aire usse aire 61 +SFX wN aire usses aire 67 +SFX wN aire ût aire 52 +SFX wN aire ussions aire 60 +SFX wN aire ussiez aire 59 +SFX wN aire ussent aire 54 +SFX wN aire ais aire 36 +SFX wN aire aisons aire 58 +SFX wN aire aisez aire 75 + +SFX wO N 51 +SFX wO aindre aindre aindre 64 +SFX wO aindre aignant aindre 48 +SFX wO aindre aint aindre 85 +SFX wO aindre aints aindre 86 +SFX wO aindre ainte aindre 80 +SFX wO aindre aintes aindre 81 +SFX wO aindre ains aindre 34 +SFX wO aindre ains aindre 35 +SFX wO aindre aint aindre 21 +SFX wO aindre aignons aindre 56 +SFX wO aindre aignez aindre 72 +SFX wO aindre aignent aindre 26 +SFX wO aindre aignais aindre 66 +SFX wO aindre aignais aindre 65 +SFX wO aindre aignait aindre 50 +SFX wO aindre aignions aindre 77 +SFX wO aindre aigniez aindre 76 +SFX wO aindre aignaient aindre 51 +SFX wO aindre aignis aindre 69 +SFX wO aindre aignis aindre 68 +SFX wO aindre aignit aindre 53 +SFX wO aindre aignîmes aindre 63 +SFX wO aindre aignîtes aindre 62 +SFX wO aindre aignirent aindre 71 +SFX wO aindre aindrai aindre 38 +SFX wO aindre aindras aindre 37 +SFX wO aindre aindra aindre 22 +SFX wO aindre aindrons aindre 31 +SFX wO aindre aindrez aindre 30 +SFX wO aindre aindront aindre 24 +SFX wO aindre aindrais aindre 40 +SFX wO aindre aindrais aindre 39 +SFX wO aindre aindrait aindre 23 +SFX wO aindre aindrions aindre 33 +SFX wO aindre aindriez aindre 32 +SFX wO aindre aindraient aindre 25 +SFX wO aindre aigne aindre 41 +SFX wO aindre aignes aindre 44 +SFX wO aindre aigne aindre 27 +SFX wO aindre aignions aindre 74 +SFX wO aindre aigniez aindre 73 +SFX wO aindre aignent aindre 28 +SFX wO aindre aignisse aindre 61 +SFX wO aindre aignisses aindre 67 +SFX wO aindre aignît aindre 52 +SFX wO aindre aignissions aindre 60 +SFX wO aindre aignissiez aindre 59 +SFX wO aindre aignissent aindre 54 +SFX wO aindre ains aindre 36 +SFX wO aindre aignons aindre 58 +SFX wO aindre aignez aindre 75 + +SFX wP N 51 +SFX wP aincre aincre vaincre 64 +SFX wP aincre ainquant vaincre 48 +SFX wP aincre aincu vaincre 85 +SFX wP aincre aincus vaincre 86 +SFX wP aincre aincue vaincre 80 +SFX wP aincre aincues vaincre 81 +SFX wP aincre aincs vaincre 34 +SFX wP aincre aincs vaincre 35 +SFX wP aincre ainc vaincre 21 +SFX wP aincre ainquons vaincre 56 +SFX wP aincre ainquez vaincre 72 +SFX wP aincre ainquent vaincre 26 +SFX wP aincre ainquais vaincre 66 +SFX wP aincre ainquais vaincre 65 +SFX wP aincre ainquait vaincre 50 +SFX wP aincre ainquions vaincre 77 +SFX wP aincre ainquiez vaincre 76 +SFX wP aincre ainquaient vaincre 51 +SFX wP aincre ainquis vaincre 69 +SFX wP aincre ainquis vaincre 68 +SFX wP aincre ainquit vaincre 53 +SFX wP aincre ainquîmes vaincre 63 +SFX wP aincre ainquîtes vaincre 62 +SFX wP aincre ainquirent vaincre 71 +SFX wP aincre aincrai vaincre 38 +SFX wP aincre aincras vaincre 37 +SFX wP aincre aincra vaincre 22 +SFX wP aincre aincrons vaincre 31 +SFX wP aincre aincrez vaincre 30 +SFX wP aincre aincront vaincre 24 +SFX wP aincre aincrais vaincre 40 +SFX wP aincre aincrais vaincre 39 +SFX wP aincre aincrait vaincre 23 +SFX wP aincre aincrions vaincre 33 +SFX wP aincre aincriez vaincre 32 +SFX wP aincre aincraient vaincre 25 +SFX wP aincre ainque vaincre 41 +SFX wP aincre ainques vaincre 44 +SFX wP aincre ainque vaincre 27 +SFX wP aincre ainquions vaincre 74 +SFX wP aincre ainquiez vaincre 73 +SFX wP aincre ainquent vaincre 28 +SFX wP aincre ainquisse vaincre 61 +SFX wP aincre ainquisses vaincre 67 +SFX wP aincre ainquît vaincre 52 +SFX wP aincre ainquissions vaincre 60 +SFX wP aincre ainquissiez vaincre 59 +SFX wP aincre ainquissent vaincre 54 +SFX wP aincre aincs vaincre 36 +SFX wP aincre ainquons vaincre 58 +SFX wP aincre ainquez vaincre 75 + +SFX wQ Y 87 +SFX wQ tre tre/89 tre 64 +SFX wQ aître aissant/89 aître 48 +SFX wQ aitre aissant/89 aitre 48 +SFX wQ aître ais/30 aître 34 +SFX wQ aître ais/14 aître 35 +SFX wQ aître aît/6 aître 21 +SFX wQ aître aissons/17 aître 56 +SFX wQ aître aissez/14 aître 72 +SFX wQ aître aissent/6 aître 26 +SFX wQ aitre ais/30 aitre 34 +SFX wQ aitre ais/14 aitre 35 +SFX wQ aitre ait/6 aitre 21 +SFX wQ aitre aissons/17 aitre 56 +SFX wQ aitre aissez/14 aitre 72 +SFX wQ aitre aissent/6 aitre 26 +SFX wQ aître aissais/30 aître 66 +SFX wQ aître aissais/14 aître 65 +SFX wQ aître aissait/6 aître 50 +SFX wQ aître aissions/17 aître 77 +SFX wQ aître aissiez/14 aître 76 +SFX wQ aître aissaient/6 aître 51 +SFX wQ aitre aissais/30 aitre 66 +SFX wQ aitre aissais/14 aitre 65 +SFX wQ aitre aissait/6 aitre 50 +SFX wQ aitre aissions/17 aitre 77 +SFX wQ aitre aissiez/14 aitre 76 +SFX wQ aitre aissaient/6 aitre 51 +SFX wQ aître us/30 aître 69 +SFX wQ aître us/14 aître 68 +SFX wQ aître ut/6 aître 53 +SFX wQ aître ûmes/17 aître 63 +SFX wQ aître ûtes/14 aître 62 +SFX wQ aître urent/6 aître 71 +SFX wQ aitre us/30 aitre 69 +SFX wQ aitre us/14 aitre 68 +SFX wQ aitre ut/6 aitre 53 +SFX wQ aitre ûmes/17 aitre 63 +SFX wQ aitre ûtes/14 aitre 62 +SFX wQ aitre urent/6 aitre 71 +SFX wQ tre trai/30 tre 38 +SFX wQ tre tras/14 tre 37 +SFX wQ tre tra/6 tre 22 +SFX wQ tre trons/17 tre 31 +SFX wQ tre trez/14 tre 30 +SFX wQ tre tront/6 tre 24 +SFX wQ tre trais/30 tre 40 +SFX wQ tre trais/14 tre 39 +SFX wQ tre trait/6 tre 23 +SFX wQ tre trions/17 tre 33 +SFX wQ tre triez/14 tre 32 +SFX wQ tre traient/6 tre 25 +SFX wQ aître aisse/30 aître 41 +SFX wQ aître aisses/14 aître 44 +SFX wQ aître aisse/6 aître 27 +SFX wQ aître aissions/17 aître 74 +SFX wQ aître aissiez/14 aître 73 +SFX wQ aître aissent/6 aître 28 +SFX wQ aitre aisse/30 aitre 41 +SFX wQ aitre aisses/14 aitre 44 +SFX wQ aitre aisse/6 aitre 27 +SFX wQ aitre aissions/17 aitre 74 +SFX wQ aitre aissiez/14 aitre 73 +SFX wQ aitre aissent/6 aitre 28 +SFX wQ aître usse/30 aître 61 +SFX wQ aître usses/14 aître 67 +SFX wQ aître ût/6 aître 52 +SFX wQ aître ussions/17 aître 60 +SFX wQ aître ussiez/14 aître 59 +SFX wQ aître ussent/6 aître 54 +SFX wQ aitre usse/30 aitre 61 +SFX wQ aitre usses/14 aitre 67 +SFX wQ aitre ût/6 aitre 52 +SFX wQ aitre ussions/17 aitre 60 +SFX wQ aitre ussiez/14 aitre 59 +SFX wQ aitre ussent/6 aitre 54 +SFX wQ aître ais/32 paraître 36 +SFX wQ aître ais connaître 36 +SFX wQ aître aissons/13 paraître 58 +SFX wQ aître aissons connaître 58 +SFX wQ aître aissez/32 paraître 75 +SFX wQ aître aissez connaître 75 +SFX wQ aitre ais/32 paraitre 36 +SFX wQ aitre ais connaitre 36 +SFX wQ aitre aissons/13 paraitre 58 +SFX wQ aitre aissons connaitre 58 +SFX wQ aitre aissez/32 paraitre 75 +SFX wQ aitre aissez connaitre 75 + +SFX wR N 89 +SFX wR tre tre tre 64 +SFX wR aître aissant naître 48 +SFX wR aitre aissant naitre 48 +SFX wR aître é naître 85 +SFX wR aître és naître 86 +SFX wR aître ée naître 80 +SFX wR aître ées naître 81 +SFX wR aitre é naitre 85 +SFX wR aitre és naitre 86 +SFX wR aitre ée naitre 80 +SFX wR aitre ées naitre 81 +SFX wR aître ais naître 34 +SFX wR aître ais naître 35 +SFX wR aître aît naître 21 +SFX wR aître aissons naître 56 +SFX wR aître aissez naître 72 +SFX wR aître aissent naître 26 +SFX wR aitre ais naitre 34 +SFX wR aitre ais naitre 35 +SFX wR aitre ait naitre 21 +SFX wR aitre aissons naitre 56 +SFX wR aitre aissez naitre 72 +SFX wR aitre aissent naitre 26 +SFX wR aître aissais naître 66 +SFX wR aître aissais naître 65 +SFX wR aître aissait naître 50 +SFX wR aître aissions naître 77 +SFX wR aître aissiez naître 76 +SFX wR aître aissaient naître 51 +SFX wR aitre aissais naitre 66 +SFX wR aitre aissais naitre 65 +SFX wR aitre aissait naitre 50 +SFX wR aitre aissions naitre 77 +SFX wR aitre aissiez naitre 76 +SFX wR aitre aissaient naitre 51 +SFX wR aître aquis naître 69 +SFX wR aître aquis naître 68 +SFX wR aître aquit naître 53 +SFX wR aître aquîmes naître 63 +SFX wR aître aquîtes naître 62 +SFX wR aître aquirent naître 71 +SFX wR aitre aquis naitre 69 +SFX wR aitre aquis naitre 68 +SFX wR aitre aquit naitre 53 +SFX wR aitre aquîmes naitre 63 +SFX wR aitre aquîtes naitre 62 +SFX wR aitre aquirent naitre 71 +SFX wR tre trai tre 38 +SFX wR tre tras tre 37 +SFX wR tre tra tre 22 +SFX wR tre trons tre 31 +SFX wR tre trez tre 30 +SFX wR tre tront tre 24 +SFX wR tre trais tre 40 +SFX wR tre trais tre 39 +SFX wR tre trait tre 23 +SFX wR tre trions tre 33 +SFX wR tre triez tre 32 +SFX wR tre traient tre 25 +SFX wR aître aisse naître 41 +SFX wR aître aisses naître 44 +SFX wR aître aisse naître 27 +SFX wR aître aissions naître 74 +SFX wR aître aissiez naître 73 +SFX wR aître aissent naître 28 +SFX wR aitre aisse naitre 41 +SFX wR aitre aisses naitre 44 +SFX wR aitre aisse naitre 27 +SFX wR aitre aissions naitre 74 +SFX wR aitre aissiez naitre 73 +SFX wR aitre aissent naitre 28 +SFX wR aître aquisse naître 61 +SFX wR aître aquisses naître 67 +SFX wR aître aquît naître 52 +SFX wR aître aquissions naître 60 +SFX wR aître aquissiez naître 59 +SFX wR aître aquissent naître 54 +SFX wR aitre aquisse naitre 61 +SFX wR aitre aquisses naitre 67 +SFX wR aitre aquît naitre 52 +SFX wR aitre aquissions naitre 60 +SFX wR aitre aquissiez naitre 59 +SFX wR aitre aquissent naitre 54 +SFX wR aître ais naître 36 +SFX wR aître aissons naître 58 +SFX wR aître aissez naître 75 +SFX wR aitre ais naitre 36 +SFX wR aitre aissons naitre 58 +SFX wR aitre aissez naitre 75 + +SFX wS N 89 +SFX wS tre tre tre 64 +SFX wS aître aissant paître 48 +SFX wS aitre aissant paitre 48 +SFX wS aître u repaître 85 +SFX wS aître us repaître 86 +SFX wS aître ue repaître 80 +SFX wS aître ues repaître 81 +SFX wS aitre u repaitre 85 +SFX wS aitre us repaitre 86 +SFX wS aitre ue repaitre 80 +SFX wS aitre ues repaitre 81 +SFX wS aître ais paître 34 +SFX wS aître ais paître 35 +SFX wS aître aît paître 21 +SFX wS aître aissons paître 56 +SFX wS aître aissez paître 72 +SFX wS aître aissent paître 26 +SFX wS aitre ais paitre 34 +SFX wS aitre ais paitre 35 +SFX wS aitre ait paitre 21 +SFX wS aitre aissons paitre 56 +SFX wS aitre aissez paitre 72 +SFX wS aitre aissent paitre 26 +SFX wS aître aissais paître 66 +SFX wS aître aissais paître 65 +SFX wS aître aissait paître 50 +SFX wS aître aissions paître 77 +SFX wS aître aissiez paître 76 +SFX wS aître aissaient paître 51 +SFX wS aitre aissais paitre 66 +SFX wS aitre aissais paitre 65 +SFX wS aitre aissait paitre 50 +SFX wS aitre aissions paitre 77 +SFX wS aitre aissiez paitre 76 +SFX wS aitre aissaient paitre 51 +SFX wS aître us repaître 69 +SFX wS aître us repaître 68 +SFX wS aître ut repaître 53 +SFX wS aître ûmes repaître 63 +SFX wS aître ûtes repaître 62 +SFX wS aître urent repaître 71 +SFX wS aitre us repaitre 69 +SFX wS aitre us repaitre 68 +SFX wS aitre ut repaitre 53 +SFX wS aitre ûmes repaitre 63 +SFX wS aitre ûtes repaitre 62 +SFX wS aitre urent repaitre 71 +SFX wS tre trai tre 38 +SFX wS tre tras tre 37 +SFX wS tre tra tre 22 +SFX wS tre trons tre 31 +SFX wS tre trez tre 30 +SFX wS tre tront tre 24 +SFX wS tre trais tre 40 +SFX wS tre trais tre 39 +SFX wS tre trait tre 23 +SFX wS tre trions tre 33 +SFX wS tre triez tre 32 +SFX wS tre traient tre 25 +SFX wS aître aisse paître 41 +SFX wS aître aisses paître 44 +SFX wS aître aisse paître 27 +SFX wS aître aissions paître 74 +SFX wS aître aissiez paître 73 +SFX wS aître aissent paître 28 +SFX wS aitre aisse paitre 41 +SFX wS aitre aisses paitre 44 +SFX wS aitre aisse paitre 27 +SFX wS aitre aissions paitre 74 +SFX wS aitre aissiez paitre 73 +SFX wS aitre aissent paitre 28 +SFX wS aître usse repaître 61 +SFX wS aître usses repaître 67 +SFX wS aître ût repaître 52 +SFX wS aître ussions repaître 60 +SFX wS aître ussiez repaître 59 +SFX wS aître ussent repaître 54 +SFX wS aitre usse repaitre 61 +SFX wS aitre usses repaitre 67 +SFX wS aitre ût repaitre 52 +SFX wS aitre ussions repaitre 60 +SFX wS aitre ussiez repaitre 59 +SFX wS aitre ussent repaitre 54 +SFX wS aître ais paître 36 +SFX wS aître aissons paître 58 +SFX wS aître aissez paître 75 +SFX wS aitre ais paitre 36 +SFX wS aitre aissons paitre 58 +SFX wS aitre aissez paitre 75 + +SFX wT N 93 +SFX wT tre tre tre 64 +SFX wT roître roissant croître 48 +SFX wT roitre roissant croitre 48 +SFX wT roître rû recroître 85 +SFX wT roître rûs recroître 86 +SFX wT roître rûe recroître 80 +SFX wT roître rûes recroître 81 +SFX wT roître ru décroître 85 +SFX wT roître rus décroître 86 +SFX wT roître rue décroître 80 +SFX wT roître rues décroître 81 +SFX wT roitre ru .croitre 85 +SFX wT roitre rus .croitre 86 +SFX wT roitre rue .croitre 80 +SFX wT roitre rues .croitre 81 +SFX wT roître rois .croître 34 +SFX wT roître rois .croître 35 +SFX wT roître roit .croître 21 +SFX wT roître roissons croître 56 +SFX wT roître roissez croître 72 +SFX wT roître roissent croître 26 +SFX wT roitre rois .croitre 34 +SFX wT roitre rois .croitre 35 +SFX wT roitre roit .croitre 21 +SFX wT roitre roissons croitre 56 +SFX wT roitre roissez croitre 72 +SFX wT roitre roissent croitre 26 +SFX wT roître roissais croître 66 +SFX wT roître roissais croître 65 +SFX wT roître roissait croître 50 +SFX wT roître roissions croître 77 +SFX wT roître roissiez croître 76 +SFX wT roître roissaient croître 51 +SFX wT roitre roissais croitre 66 +SFX wT roitre roissais croitre 65 +SFX wT roitre roissait croitre 50 +SFX wT roitre roissions croitre 77 +SFX wT roitre roissiez croitre 76 +SFX wT roitre roissaient croitre 51 +SFX wT roître rus .croître 69 +SFX wT roître rus .croître 68 +SFX wT roître rut .croître 53 +SFX wT roître rûmes croître 63 +SFX wT roître rûtes croître 62 +SFX wT roître rurent .croître 71 +SFX wT roitre rus .croitre 69 +SFX wT roitre rus .croitre 68 +SFX wT roitre rut .croitre 53 +SFX wT roitre rûmes croitre 63 +SFX wT roitre rûtes croitre 62 +SFX wT roitre rurent .croitre 71 +SFX wT tre trai tre 38 +SFX wT tre tras tre 37 +SFX wT tre tra tre 22 +SFX wT tre trons tre 31 +SFX wT tre trez tre 30 +SFX wT tre tront tre 24 +SFX wT tre trais tre 40 +SFX wT tre trais tre 39 +SFX wT tre trait tre 23 +SFX wT tre trions tre 33 +SFX wT tre triez tre 32 +SFX wT tre traient tre 25 +SFX wT roître roisse croître 41 +SFX wT roître roisses croître 44 +SFX wT roître roisse croître 27 +SFX wT roître roissions croître 74 +SFX wT roître roissiez croître 73 +SFX wT roître roissent croître 28 +SFX wT roitre roisse croitre 41 +SFX wT roitre roisses croitre 44 +SFX wT roitre roisse croitre 27 +SFX wT roitre roissions croitre 74 +SFX wT roitre roissiez croitre 73 +SFX wT roitre roissent croitre 28 +SFX wT roître russe .croître 61 +SFX wT roître russes .croître 67 +SFX wT roître rût croître 52 +SFX wT roître russions .croître 60 +SFX wT roître russiez .croître 59 +SFX wT roître russent .croître 54 +SFX wT roitre russe .croitre 61 +SFX wT roitre russes .croitre 67 +SFX wT roitre rût croitre 52 +SFX wT roitre russions .croitre 60 +SFX wT roitre russiez .croitre 59 +SFX wT roitre russent .croitre 54 +SFX wT roître rois .croître 36 +SFX wT roître roissons croître 58 +SFX wT roître roissez croître 75 +SFX wT roitre rois .croitre 36 +SFX wT roitre roissons croitre 58 +SFX wT roitre roissez croitre 75 + +SFX wU N 34 +SFX wU roître rû croître 85 +SFX wU roître rûs croître 86 +SFX wU roître rûe croître 80 +SFX wU roître rûes croître 81 +SFX wU roitre rû croitre 85 +SFX wU roitre rûs croitre 86 +SFX wU roitre rûe croitre 80 +SFX wU roitre rûes croitre 81 +SFX wU roître roîs croître 34 +SFX wU roître roîs croître 35 +SFX wU roître roît croître 21 +SFX wU roitre roîs croitre 34 +SFX wU roitre roîs croitre 35 +SFX wU roitre roît croitre 21 +SFX wU roître rûs croître 69 +SFX wU roître rûs croître 68 +SFX wU roître rût croître 53 +SFX wU roître rûrent croître 71 +SFX wU roitre rûs croitre 69 +SFX wU roitre rûs croitre 68 +SFX wU roitre rût croitre 53 +SFX wU roitre rûrent croitre 71 +SFX wU roître rûsse croître 61 +SFX wU roître rûsses croître 67 +SFX wU roître rûssions croître 60 +SFX wU roître rûssiez croître 59 +SFX wU roître rûssent croître 54 +SFX wU roitre rûsse croitre 61 +SFX wU roitre rûsses croitre 67 +SFX wU roitre rûssions croitre 60 +SFX wU roitre rûssiez croitre 59 +SFX wU roitre rûssent croitre 54 +SFX wU roître roîs croître 36 +SFX wU roitre roîs croitre 36 + +SFX wV Y 89 +SFX wV tre tre/53 tre 64 +SFX wV croître croissant/53 croître 48 +SFX wV croitre croissant/53 croitre 48 +SFX wV croître cru/28 croître 85 +SFX wV croître crus/28 croître 86 +SFX wV croître crue/28 croître 80 +SFX wV croître crues/28 croître 81 +SFX wV croitre cru/28 croitre 85 +SFX wV croitre crus/28 croitre 86 +SFX wV croitre crue/28 croitre 80 +SFX wV croitre crues/28 croitre 81 +SFX wV croître crois/74 croître 34 +SFX wV croître crois/17 croître 35 +SFX wV croître croît/58 croître 21 +SFX wV croître croissons/39 croître 56 +SFX wV croître croissez/39 croître 72 +SFX wV croître croissent/58 croître 26 +SFX wV croitre crois/74 croitre 34 +SFX wV croitre crois/17 croitre 35 +SFX wV croitre croit/58 croitre 21 +SFX wV croitre croissons/39 croitre 56 +SFX wV croitre croissez/39 croitre 72 +SFX wV croitre croissent/58 croitre 26 +SFX wV croître croissais/74 croître 66 +SFX wV croître croissais/17 croître 65 +SFX wV croître croissait/58 croître 50 +SFX wV croître croissions/39 croître 77 +SFX wV croître croissiez/39 croître 76 +SFX wV croître croissaient/58 croître 51 +SFX wV croitre croissais/74 croitre 66 +SFX wV croitre croissais/17 croitre 65 +SFX wV croitre croissait/58 croitre 50 +SFX wV croitre croissions/39 croitre 77 +SFX wV croitre croissiez/39 croitre 76 +SFX wV croitre croissaient/58 croitre 51 +SFX wV croître crus/74 croître 69 +SFX wV croître crus/17 croître 68 +SFX wV croître crut/58 croître 53 +SFX wV croître crûmes/39 croître 63 +SFX wV croître crûtes/39 croître 62 +SFX wV croître crurent/58 croître 71 +SFX wV croitre crus/74 croitre 69 +SFX wV croitre crus/17 croitre 68 +SFX wV croitre crut/58 croitre 53 +SFX wV croitre crûmes/39 croitre 63 +SFX wV croitre crûtes/39 croitre 62 +SFX wV croitre crurent/58 croitre 71 +SFX wV tre trai/74 tre 38 +SFX wV tre tras/17 tre 37 +SFX wV tre tra/58 tre 22 +SFX wV tre trons/39 tre 31 +SFX wV tre trez/39 tre 30 +SFX wV tre tront/58 tre 24 +SFX wV tre trais/74 tre 40 +SFX wV tre trais/17 tre 39 +SFX wV tre trait/58 tre 23 +SFX wV tre trions/39 tre 33 +SFX wV tre triez/39 tre 32 +SFX wV tre traient/58 tre 25 +SFX wV croître croisse/74 croître 41 +SFX wV croître croisses/17 croître 44 +SFX wV croître croisse/58 croître 27 +SFX wV croître croissions/39 croître 74 +SFX wV croître croissiez/39 croître 73 +SFX wV croître croissent/58 croître 28 +SFX wV croitre croisse/74 croitre 41 +SFX wV croitre croisses/17 croitre 44 +SFX wV croitre croisse/58 croitre 27 +SFX wV croitre croissions/39 croitre 74 +SFX wV croitre croissiez/39 croitre 73 +SFX wV croitre croissent/58 croitre 28 +SFX wV croître crusse/74 croître 61 +SFX wV croître crusses/17 croître 67 +SFX wV croître crût/58 croître 52 +SFX wV croître crussions/39 croître 60 +SFX wV croître crussiez/39 croître 59 +SFX wV croître crussent/58 croître 54 +SFX wV croitre crusse/74 croitre 61 +SFX wV croitre crusses/17 croitre 67 +SFX wV croitre crût/58 croitre 52 +SFX wV croitre crussions/39 croitre 60 +SFX wV croitre crussiez/39 croitre 59 +SFX wV croitre crussent/58 croitre 54 +SFX wV croître crois/31 croître 36 +SFX wV croître croissons/45 croître 58 +SFX wV croître croissez/31 croître 75 +SFX wV croitre crois/31 croitre 36 +SFX wV croitre croissons/45 croitre 58 +SFX wV croitre croissez/31 croitre 75 + +SFX xA N 51 +SFX xA roire roire croire 64 +SFX xA roire royant croire 48 +SFX xA roire ru croire 85 +SFX xA roire rus croire 86 +SFX xA roire rue croire 80 +SFX xA roire rues croire 81 +SFX xA roire rois croire 34 +SFX xA roire rois croire 35 +SFX xA roire roit croire 21 +SFX xA roire royons croire 56 +SFX xA roire royez croire 72 +SFX xA roire roient croire 26 +SFX xA roire royais croire 66 +SFX xA roire royais croire 65 +SFX xA roire royait croire 50 +SFX xA roire royions croire 77 +SFX xA roire royiez croire 76 +SFX xA roire royaient croire 51 +SFX xA roire rus croire 69 +SFX xA roire rus croire 68 +SFX xA roire rut croire 53 +SFX xA roire rûmes croire 63 +SFX xA roire rûtes croire 62 +SFX xA roire rurent croire 71 +SFX xA roire roirai croire 38 +SFX xA roire roiras croire 37 +SFX xA roire roira croire 22 +SFX xA roire roirons croire 31 +SFX xA roire roirez croire 30 +SFX xA roire roiront croire 24 +SFX xA roire roirais croire 40 +SFX xA roire roirais croire 39 +SFX xA roire roirait croire 23 +SFX xA roire roirions croire 33 +SFX xA roire roiriez croire 32 +SFX xA roire roiraient croire 25 +SFX xA roire roie croire 41 +SFX xA roire roies croire 44 +SFX xA roire roie croire 27 +SFX xA roire royions croire 74 +SFX xA roire royiez croire 73 +SFX xA roire roient croire 28 +SFX xA roire russe croire 61 +SFX xA roire russes croire 67 +SFX xA roire rût croire 52 +SFX xA roire russions croire 60 +SFX xA roire russiez croire 59 +SFX xA roire russent croire 54 +SFX xA roire rois croire 36 +SFX xA roire royons croire 58 +SFX xA roire royez croire 75 + +SFX xB Y 1 +SFX xB croire croire/158 accroire 64 + +SFX xC N 51 +SFX xC oire oire boire 64 +SFX xC oire uvant boire 48 +SFX xC oire u boire 85 +SFX xC oire us boire 86 +SFX xC oire ue boire 80 +SFX xC oire ues boire 81 +SFX xC oire ois boire 34 +SFX xC oire ois boire 35 +SFX xC oire oit boire 21 +SFX xC oire uvons boire 56 +SFX xC oire uvez boire 72 +SFX xC oire oivent boire 26 +SFX xC oire uvais boire 66 +SFX xC oire uvais boire 65 +SFX xC oire uvait boire 50 +SFX xC oire uvions boire 77 +SFX xC oire uviez boire 76 +SFX xC oire uvaient boire 51 +SFX xC oire us boire 69 +SFX xC oire us boire 68 +SFX xC oire ut boire 53 +SFX xC oire ûmes boire 63 +SFX xC oire ûtes boire 62 +SFX xC oire urent boire 71 +SFX xC oire oirai boire 38 +SFX xC oire oiras boire 37 +SFX xC oire oira boire 22 +SFX xC oire oirons boire 31 +SFX xC oire oirez boire 30 +SFX xC oire oiront boire 24 +SFX xC oire oirais boire 40 +SFX xC oire oirais boire 39 +SFX xC oire oirait boire 23 +SFX xC oire oirions boire 33 +SFX xC oire oiriez boire 32 +SFX xC oire oiraient boire 25 +SFX xC oire oive boire 41 +SFX xC oire oives boire 44 +SFX xC oire oive boire 27 +SFX xC oire uvions boire 74 +SFX xC oire uviez boire 73 +SFX xC oire oivent boire 28 +SFX xC oire usse boire 61 +SFX xC oire usses boire 67 +SFX xC oire ût boire 52 +SFX xC oire ussions boire 60 +SFX xC oire ussiez boire 59 +SFX xC oire ussent boire 54 +SFX xC oire ois boire 36 +SFX xC oire uvons boire 58 +SFX xC oire uvez boire 75 + +SFX xD Y 51 +SFX xD boire boire/59 boire 64 +SFX xD boire buvant/59 boire 48 +SFX xD boire bu boire 85 +SFX xD boire bus boire 86 +SFX xD boire bue boire 80 +SFX xD boire bues boire 81 +SFX xD boire bois/24 boire 34 +SFX xD boire bois/21 boire 35 +SFX xD boire boit/12 boire 21 +SFX xD boire buvons boire 56 +SFX xD boire buvez boire 72 +SFX xD boire boivent/12 boire 26 +SFX xD boire buvais/24 boire 66 +SFX xD boire buvais/21 boire 65 +SFX xD boire buvait/12 boire 50 +SFX xD boire buvions boire 77 +SFX xD boire buviez boire 76 +SFX xD boire buvaient/12 boire 51 +SFX xD boire bus/24 boire 69 +SFX xD boire bus/21 boire 68 +SFX xD boire but/12 boire 53 +SFX xD boire bûmes boire 63 +SFX xD boire bûtes boire 62 +SFX xD boire burent/12 boire 71 +SFX xD boire boirai/24 boire 38 +SFX xD boire boiras/21 boire 37 +SFX xD boire boira/12 boire 22 +SFX xD boire boirons boire 31 +SFX xD boire boirez boire 30 +SFX xD boire boiront/12 boire 24 +SFX xD boire boirais/24 boire 40 +SFX xD boire boirais/21 boire 39 +SFX xD boire boirait/12 boire 23 +SFX xD boire boirions boire 33 +SFX xD boire boiriez boire 32 +SFX xD boire boiraient/12 boire 25 +SFX xD boire boive/24 boire 41 +SFX xD boire boives/21 boire 44 +SFX xD boire boive/12 boire 27 +SFX xD boire buvions boire 74 +SFX xD boire buviez boire 73 +SFX xD boire boivent/12 boire 28 +SFX xD boire busse/24 boire 61 +SFX xD boire busses/21 boire 67 +SFX xD boire bût/12 boire 52 +SFX xD boire bussions boire 60 +SFX xD boire bussiez boire 59 +SFX xD boire bussent/12 boire 54 +SFX xD boire bois/21 boire 36 +SFX xD boire buvons boire 58 +SFX xD boire buvez boire 75 + +SFX xJ N 4 +SFX xJ clure clure clure 64 +SFX xJ clure clus clure 121 +SFX xJ clure cluse clure 80 +SFX xJ clure cluses clure 81 + +SFX xK Y 50 +SFX xK clure clure/53 clure 64 +SFX xK clure cluant/6 clure 48 +SFX xK clure clus/28 clure 121 +SFX xK clure cluse/28 clure 80 +SFX xK clure cluses/28 clure 81 +SFX xK clure clus/91 clure 34 +SFX xK clure clus/39 clure 35 +SFX xK clure clut/39 clure 21 +SFX xK clure cluons/39 clure 56 +SFX xK clure cluez/39 clure 72 +SFX xK clure cluent/39 clure 26 +SFX xK clure cluais/91 clure 66 +SFX xK clure cluais/39 clure 65 +SFX xK clure cluait/39 clure 50 +SFX xK clure cluions/39 clure 77 +SFX xK clure cluiez/39 clure 76 +SFX xK clure cluaient/39 clure 51 +SFX xK clure clus/91 clure 69 +SFX xK clure clus/39 clure 68 +SFX xK clure clut/39 clure 53 +SFX xK clure clûmes/39 clure 63 +SFX xK clure clûtes/39 clure 62 +SFX xK clure clurent/39 clure 71 +SFX xK clure clurai/91 clure 38 +SFX xK clure cluras/39 clure 37 +SFX xK clure clura/39 clure 22 +SFX xK clure clurons/39 clure 31 +SFX xK clure clurez/39 clure 30 +SFX xK clure cluront/39 clure 24 +SFX xK clure clurais/91 clure 40 +SFX xK clure clurais/39 clure 39 +SFX xK clure clurait/39 clure 23 +SFX xK clure clurions/39 clure 33 +SFX xK clure cluriez/39 clure 32 +SFX xK clure cluraient/39 clure 25 +SFX xK clure clue/91 clure 41 +SFX xK clure clues/39 clure 44 +SFX xK clure clue/39 clure 27 +SFX xK clure cluions/39 clure 74 +SFX xK clure cluiez/39 clure 73 +SFX xK clure cluent/39 clure 28 +SFX xK clure clusse/91 clure 61 +SFX xK clure clusses/39 clure 67 +SFX xK clure clût/39 clure 52 +SFX xK clure clussions/39 clure 60 +SFX xK clure clussiez/39 clure 59 +SFX xK clure clussent/39 clure 54 +SFX xK clure clus/45 clure 36 +SFX xK clure cluons/45 clure 58 +SFX xK clure cluez/45 clure 75 + +SFX xL Y 54 +SFX xL clure clure/53 clure 64 +SFX xL clure cluant/6 clure 48 +SFX xL clure clus/28 inclure 121 +SFX xL clure cluse/28 inclure 80 +SFX xL clure cluses/28 inclure 81 +SFX xL clure clu/28 [eo].clure 85 +SFX xL clure clus/28 [eo].clure 86 +SFX xL clure clue/28 [eo].clure 80 +SFX xL clure clues/28 [eo].clure 81 +SFX xL clure clus/23 clure 34 +SFX xL clure clus/20 clure 35 +SFX xL clure clut/6 clure 21 +SFX xL clure cluons/17 clure 56 +SFX xL clure cluez/14 clure 72 +SFX xL clure cluent/6 clure 26 +SFX xL clure cluais/23 clure 66 +SFX xL clure cluais/20 clure 65 +SFX xL clure cluait/6 clure 50 +SFX xL clure cluions/17 clure 77 +SFX xL clure cluiez/14 clure 76 +SFX xL clure cluaient/6 clure 51 +SFX xL clure clus/23 clure 69 +SFX xL clure clus/20 clure 68 +SFX xL clure clut/6 clure 53 +SFX xL clure clûmes/17 clure 63 +SFX xL clure clûtes/14 clure 62 +SFX xL clure clurent/6 clure 71 +SFX xL clure clurai/23 clure 38 +SFX xL clure cluras/20 clure 37 +SFX xL clure clura/6 clure 22 +SFX xL clure clurons/17 clure 31 +SFX xL clure clurez/14 clure 30 +SFX xL clure cluront/6 clure 24 +SFX xL clure clurais/23 clure 40 +SFX xL clure clurais/20 clure 39 +SFX xL clure clurait/6 clure 23 +SFX xL clure clurions/17 clure 33 +SFX xL clure cluriez/14 clure 32 +SFX xL clure cluraient/6 clure 25 +SFX xL clure clue/44 clure 41 +SFX xL clure clues/36 clure 44 +SFX xL clure clue/6 clure 27 +SFX xL clure cluions/56 clure 74 +SFX xL clure cluiez/31 clure 73 +SFX xL clure cluent/6 clure 28 +SFX xL clure clusse/23 clure 61 +SFX xL clure clusses/20 clure 67 +SFX xL clure clût/6 clure 52 +SFX xL clure clussions/17 clure 60 +SFX xL clure clussiez/14 clure 59 +SFX xL clure clussent/6 clure 54 +SFX xL clure clus/36 clure 36 +SFX xL clure cluons/45 clure 58 +SFX xL clure cluez/31 clure 75 + +SFX xM N 16 +SFX xM ourdre ourdre sourdre 64 +SFX xM ourdre ourdant sourdre 48 +SFX xM ourdre ourd sourdre 21 +SFX xM ourdre ourdent sourdre 26 +SFX xM ourdre ourdait sourdre 50 +SFX xM ourdre ourdaient sourdre 51 +SFX xM ourdre ourdit sourdre 53 +SFX xM ourdre ourdirent sourdre 71 +SFX xM ourdre ourdra sourdre 22 +SFX xM ourdre ourdront sourdre 24 +SFX xM ourdre ourdrait sourdre 23 +SFX xM ourdre ourdraient sourdre 25 +SFX xM ourdre ourde sourdre 27 +SFX xM ourdre ourdent sourdre 28 +SFX xM ourdre ourdît sourdre 52 +SFX xM ourdre ourdissent sourdre 54 + +SFX xN Y 56 +SFX xN soudre soudre/53 soudre 64 +SFX xN soudre solvant/6 soudre 48 +SFX xN soudre sous/28 soudre 121 +SFX xN soudre sout/28 soudre 85 +SFX xN soudre souts/28 soudre 86 +SFX xN soudre soute/28 soudre 80 +SFX xN soudre soutes/28 soudre 81 +SFX xN soudre solu/28 résoudre 85 +SFX xN soudre solus/28 résoudre 86 +SFX xN soudre solue/28 résoudre 80 +SFX xN soudre solues/28 résoudre 81 +SFX xN soudre sous/23 soudre 34 +SFX xN soudre sous/20 soudre 35 +SFX xN soudre sout/6 soudre 21 +SFX xN soudre solvons/17 soudre 56 +SFX xN soudre solvez/14 soudre 72 +SFX xN soudre solvent/6 soudre 26 +SFX xN soudre solvais/23 soudre 66 +SFX xN soudre solvais/20 soudre 65 +SFX xN soudre solvait/6 soudre 50 +SFX xN soudre solvions/17 soudre 77 +SFX xN soudre solviez/14 soudre 76 +SFX xN soudre solvaient/6 soudre 51 +SFX xN soudre solus/23 soudre 69 +SFX xN soudre solus/20 soudre 68 +SFX xN soudre solut/6 soudre 53 +SFX xN soudre solûmes/17 soudre 63 +SFX xN soudre solûtes/14 soudre 62 +SFX xN soudre solurent/6 soudre 71 +SFX xN soudre soudrai/23 soudre 38 +SFX xN soudre soudras/20 soudre 37 +SFX xN soudre soudra/6 soudre 22 +SFX xN soudre soudrons/17 soudre 31 +SFX xN soudre soudrez/14 soudre 30 +SFX xN soudre soudront/6 soudre 24 +SFX xN soudre soudrais/23 soudre 40 +SFX xN soudre soudrais/20 soudre 39 +SFX xN soudre soudrait/6 soudre 23 +SFX xN soudre soudrions/17 soudre 33 +SFX xN soudre soudriez/14 soudre 32 +SFX xN soudre soudraient/6 soudre 25 +SFX xN soudre solve/44 soudre 41 +SFX xN soudre solves/36 soudre 44 +SFX xN soudre solve/6 soudre 27 +SFX xN soudre solvions/56 soudre 74 +SFX xN soudre solviez/31 soudre 73 +SFX xN soudre solvent/6 soudre 28 +SFX xN soudre solusse/23 soudre 61 +SFX xN soudre solusses/20 soudre 67 +SFX xN soudre solût/6 soudre 52 +SFX xN soudre solussions/17 soudre 60 +SFX xN soudre solussiez/14 soudre 59 +SFX xN soudre solussent/6 soudre 54 +SFX xN soudre sous/31 soudre 36 +SFX xN soudre solvons/45 soudre 58 +SFX xN soudre solvez/31 soudre 75 + +SFX xO N 51 +SFX xO oudre oudre coudre 64 +SFX xO oudre ousant coudre 48 +SFX xO oudre ousu coudre 85 +SFX xO oudre ousus coudre 86 +SFX xO oudre ousue coudre 80 +SFX xO oudre ousues coudre 81 +SFX xO oudre ouds coudre 34 +SFX xO oudre ouds coudre 35 +SFX xO oudre oud coudre 21 +SFX xO oudre ousons coudre 56 +SFX xO oudre ousez coudre 72 +SFX xO oudre ousent coudre 26 +SFX xO oudre ousais coudre 66 +SFX xO oudre ousais coudre 65 +SFX xO oudre ousait coudre 50 +SFX xO oudre ousions coudre 77 +SFX xO oudre ousiez coudre 76 +SFX xO oudre ousaient coudre 51 +SFX xO oudre ousis coudre 69 +SFX xO oudre ousis coudre 68 +SFX xO oudre ousit coudre 53 +SFX xO oudre ousîmes coudre 63 +SFX xO oudre ousîtes coudre 62 +SFX xO oudre ousirent coudre 71 +SFX xO oudre oudrai coudre 38 +SFX xO oudre oudras coudre 37 +SFX xO oudre oudra coudre 22 +SFX xO oudre oudrons coudre 31 +SFX xO oudre oudrez coudre 30 +SFX xO oudre oudront coudre 24 +SFX xO oudre oudrais coudre 40 +SFX xO oudre oudrais coudre 39 +SFX xO oudre oudrait coudre 23 +SFX xO oudre oudrions coudre 33 +SFX xO oudre oudriez coudre 32 +SFX xO oudre oudraient coudre 25 +SFX xO oudre ouse coudre 41 +SFX xO oudre ouses coudre 44 +SFX xO oudre ouse coudre 27 +SFX xO oudre ousions coudre 74 +SFX xO oudre ousiez coudre 73 +SFX xO oudre ousent coudre 28 +SFX xO oudre ousisse coudre 61 +SFX xO oudre ousisses coudre 67 +SFX xO oudre ousît coudre 52 +SFX xO oudre ousissions coudre 60 +SFX xO oudre ousissiez coudre 59 +SFX xO oudre ousissent coudre 54 +SFX xO oudre ouds coudre 36 +SFX xO oudre ousons coudre 58 +SFX xO oudre ousez coudre 75 + +SFX xP Y 51 +SFX xP oudre oudre/158 moudre 64 +SFX xP oudre oulant/39 moudre 48 +SFX xP oudre oulu/28 moudre 85 +SFX xP oudre oulus/28 moudre 86 +SFX xP oudre oulue/28 moudre 80 +SFX xP oudre oulues/28 moudre 81 +SFX xP oudre ouds/39 moudre 34 +SFX xP oudre ouds/39 moudre 35 +SFX xP oudre oud/39 moudre 21 +SFX xP oudre oulons/39 moudre 56 +SFX xP oudre oulez/39 moudre 72 +SFX xP oudre oulent/39 moudre 26 +SFX xP oudre oulais/39 moudre 66 +SFX xP oudre oulais/39 moudre 65 +SFX xP oudre oulait/39 moudre 50 +SFX xP oudre oulions/39 moudre 77 +SFX xP oudre ouliez/39 moudre 76 +SFX xP oudre oulaient/39 moudre 51 +SFX xP oudre oulus/39 moudre 69 +SFX xP oudre oulus/39 moudre 68 +SFX xP oudre oulut/39 moudre 53 +SFX xP oudre oulûmes/39 moudre 63 +SFX xP oudre oulûtes/39 moudre 62 +SFX xP oudre oulurent/39 moudre 71 +SFX xP oudre oudrai/39 moudre 38 +SFX xP oudre oudras/39 moudre 37 +SFX xP oudre oudra/39 moudre 22 +SFX xP oudre oudrons/39 moudre 31 +SFX xP oudre oudrez/39 moudre 30 +SFX xP oudre oudront/39 moudre 24 +SFX xP oudre oudrais/39 moudre 40 +SFX xP oudre oudrais/39 moudre 39 +SFX xP oudre oudrait/39 moudre 23 +SFX xP oudre oudrions/39 moudre 33 +SFX xP oudre oudriez/39 moudre 32 +SFX xP oudre oudraient/39 moudre 25 +SFX xP oudre oule/45 moudre 41 +SFX xP oudre oules/45 moudre 44 +SFX xP oudre oule/39 moudre 27 +SFX xP oudre oulions/45 moudre 74 +SFX xP oudre ouliez/45 moudre 73 +SFX xP oudre oulent/39 moudre 28 +SFX xP oudre oulusse/39 moudre 61 +SFX xP oudre oulusses/39 moudre 67 +SFX xP oudre oulût/39 moudre 52 +SFX xP oudre oulussions/39 moudre 60 +SFX xP oudre oulussiez/39 moudre 59 +SFX xP oudre oulussent/39 moudre 54 +SFX xP oudre ouds/31 moudre 36 +SFX xP oudre oulons/45 moudre 58 +SFX xP oudre oulez/31 moudre 75 + +SFX xQ N 51 +SFX xQ uivre uivre suivre 64 +SFX xQ uivre uivant suivre 48 +SFX xQ uivre uivi suivre 85 +SFX xQ uivre uivis suivre 86 +SFX xQ uivre uivie suivre 80 +SFX xQ uivre uivies suivre 81 +SFX xQ uivre uis suivre 34 +SFX xQ uivre uis suivre 35 +SFX xQ uivre uit suivre 21 +SFX xQ uivre uivons suivre 56 +SFX xQ uivre uivez suivre 72 +SFX xQ uivre uivent suivre 26 +SFX xQ uivre uivais suivre 66 +SFX xQ uivre uivais suivre 65 +SFX xQ uivre uivait suivre 50 +SFX xQ uivre uivions suivre 77 +SFX xQ uivre uiviez suivre 76 +SFX xQ uivre uivaient suivre 51 +SFX xQ uivre uivis suivre 69 +SFX xQ uivre uivis suivre 68 +SFX xQ uivre uivit suivre 53 +SFX xQ uivre uivîmes suivre 63 +SFX xQ uivre uivîtes suivre 62 +SFX xQ uivre uivirent suivre 71 +SFX xQ uivre uivrai suivre 38 +SFX xQ uivre uivras suivre 37 +SFX xQ uivre uivra suivre 22 +SFX xQ uivre uivrons suivre 31 +SFX xQ uivre uivrez suivre 30 +SFX xQ uivre uivront suivre 24 +SFX xQ uivre uivrais suivre 40 +SFX xQ uivre uivrais suivre 39 +SFX xQ uivre uivrait suivre 23 +SFX xQ uivre uivrions suivre 33 +SFX xQ uivre uivriez suivre 32 +SFX xQ uivre uivraient suivre 25 +SFX xQ uivre uive suivre 41 +SFX xQ uivre uives suivre 44 +SFX xQ uivre uive suivre 27 +SFX xQ uivre uivions suivre 74 +SFX xQ uivre uiviez suivre 73 +SFX xQ uivre uivent suivre 28 +SFX xQ uivre uivisse suivre 61 +SFX xQ uivre uivisses suivre 67 +SFX xQ uivre uivît suivre 52 +SFX xQ uivre uivissions suivre 60 +SFX xQ uivre uivissiez suivre 59 +SFX xQ uivre uivissent suivre 54 +SFX xQ uivre uis suivre 36 +SFX xQ uivre uivons suivre 58 +SFX xQ uivre uivez suivre 75 + +SFX xR Y 17 +SFX xR suivre suivre/12 suivre 64 +SFX xR suivre suivant/12 suivre 48 +SFX xR suivre suivi suivre 106 +SFX xR suivre suit/12 suivre 21 +SFX xR suivre suivent/12 suivre 26 +SFX xR suivre suivait/12 suivre 50 +SFX xR suivre suivaient/12 suivre 51 +SFX xR suivre suivit/12 suivre 53 +SFX xR suivre suivirent/12 suivre 71 +SFX xR suivre suivra/12 suivre 22 +SFX xR suivre suivront/12 suivre 24 +SFX xR suivre suivrait/12 suivre 23 +SFX xR suivre suivraient/12 suivre 25 +SFX xR suivre suive/12 suivre 27 +SFX xR suivre suivent/12 suivre 28 +SFX xR suivre suivît/12 suivre 52 +SFX xR suivre suivissent/12 suivre 54 + +SFX xS N 47 +SFX xS ivre ivre vivre 64 +SFX xS ivre ivant vivre 48 +SFX xS ivre is vivre 34 +SFX xS ivre is vivre 35 +SFX xS ivre it vivre 21 +SFX xS ivre ivons vivre 56 +SFX xS ivre ivez vivre 72 +SFX xS ivre ivent vivre 26 +SFX xS ivre ivais vivre 66 +SFX xS ivre ivais vivre 65 +SFX xS ivre ivait vivre 50 +SFX xS ivre ivions vivre 77 +SFX xS ivre iviez vivre 76 +SFX xS ivre ivaient vivre 51 +SFX xS ivre écus vivre 69 +SFX xS ivre écus vivre 68 +SFX xS ivre écut vivre 53 +SFX xS ivre écûmes vivre 63 +SFX xS ivre écûtes vivre 62 +SFX xS ivre écurent vivre 71 +SFX xS ivre ivrai vivre 38 +SFX xS ivre ivras vivre 37 +SFX xS ivre ivra vivre 22 +SFX xS ivre ivrons vivre 31 +SFX xS ivre ivrez vivre 30 +SFX xS ivre ivront vivre 24 +SFX xS ivre ivrais vivre 40 +SFX xS ivre ivrais vivre 39 +SFX xS ivre ivrait vivre 23 +SFX xS ivre ivrions vivre 33 +SFX xS ivre ivriez vivre 32 +SFX xS ivre ivraient vivre 25 +SFX xS ivre ive vivre 41 +SFX xS ivre ives vivre 44 +SFX xS ivre ive vivre 27 +SFX xS ivre ivions vivre 74 +SFX xS ivre iviez vivre 73 +SFX xS ivre ivent vivre 28 +SFX xS ivre écusse vivre 61 +SFX xS ivre écusses vivre 67 +SFX xS ivre écût vivre 52 +SFX xS ivre écussions vivre 60 +SFX xS ivre écussiez vivre 59 +SFX xS ivre écussent vivre 54 +SFX xS ivre is vivre 36 +SFX xS ivre ivons vivre 58 +SFX xS ivre ivez vivre 75 + +SFX y1 Y 51 +SFX y1 crire crire/53 crire 64 +SFX y1 crire crivant/6 crire 48 +SFX y1 crire crit/28 crire 85 +SFX y1 crire crits/28 crire 86 +SFX y1 crire crite/28 crire 80 +SFX y1 crire crites/28 crire 81 +SFX y1 crire cris/23 crire 34 +SFX y1 crire cris/20 crire 35 +SFX y1 crire crit/6 crire 21 +SFX y1 crire crivons/17 crire 56 +SFX y1 crire crivez/14 crire 72 +SFX y1 crire crivent/6 crire 26 +SFX y1 crire crivais/23 crire 66 +SFX y1 crire crivais/20 crire 65 +SFX y1 crire crivait/6 crire 50 +SFX y1 crire crivions/17 crire 77 +SFX y1 crire criviez/14 crire 76 +SFX y1 crire crivaient/6 crire 51 +SFX y1 crire crivis/23 crire 69 +SFX y1 crire crivis/20 crire 68 +SFX y1 crire crivit/6 crire 53 +SFX y1 crire crivîmes/17 crire 63 +SFX y1 crire crivîtes/14 crire 62 +SFX y1 crire crivirent/6 crire 71 +SFX y1 crire crirai/23 crire 38 +SFX y1 crire criras/20 crire 37 +SFX y1 crire crira/6 crire 22 +SFX y1 crire crirons/17 crire 31 +SFX y1 crire crirez/14 crire 30 +SFX y1 crire criront/6 crire 24 +SFX y1 crire crirais/23 crire 40 +SFX y1 crire crirais/20 crire 39 +SFX y1 crire crirait/6 crire 23 +SFX y1 crire cririons/17 crire 33 +SFX y1 crire cririez/14 crire 32 +SFX y1 crire criraient/6 crire 25 +SFX y1 crire crive/44 crire 41 +SFX y1 crire crives/36 crire 44 +SFX y1 crire crive/6 crire 27 +SFX y1 crire crivions/56 crire 74 +SFX y1 crire criviez/31 crire 73 +SFX y1 crire crivent/6 crire 28 +SFX y1 crire crivisse/23 crire 61 +SFX y1 crire crivisses/20 crire 67 +SFX y1 crire crivît/6 crire 52 +SFX y1 crire crivissions/17 crire 60 +SFX y1 crire crivissiez/14 crire 59 +SFX y1 crire crivissent/6 crire 54 +SFX y1 crire cris/36 crire 36 +SFX y1 crire crivons/45 crire 58 +SFX y1 crire crivez/31 crire 75 + +SFX yA N 51 +SFX yA ire ire lire 64 +SFX yA ire isant lire 48 +SFX yA ire u lire 85 +SFX yA ire us lire 86 +SFX yA ire ue lire 80 +SFX yA ire ues lire 81 +SFX yA ire is lire 34 +SFX yA ire is lire 35 +SFX yA ire it lire 21 +SFX yA ire isons lire 56 +SFX yA ire isez lire 72 +SFX yA ire isent lire 26 +SFX yA ire isais lire 66 +SFX yA ire isais lire 65 +SFX yA ire isait lire 50 +SFX yA ire isions lire 77 +SFX yA ire isiez lire 76 +SFX yA ire isaient lire 51 +SFX yA ire us lire 69 +SFX yA ire us lire 68 +SFX yA ire ut lire 53 +SFX yA ire ûmes lire 63 +SFX yA ire ûtes lire 62 +SFX yA ire urent lire 71 +SFX yA ire irai lire 38 +SFX yA ire iras lire 37 +SFX yA ire ira lire 22 +SFX yA ire irons lire 31 +SFX yA ire irez lire 30 +SFX yA ire iront lire 24 +SFX yA ire irais lire 40 +SFX yA ire irais lire 39 +SFX yA ire irait lire 23 +SFX yA ire irions lire 33 +SFX yA ire iriez lire 32 +SFX yA ire iraient lire 25 +SFX yA ire ise lire 41 +SFX yA ire ises lire 44 +SFX yA ire ise lire 27 +SFX yA ire isions lire 74 +SFX yA ire isiez lire 73 +SFX yA ire isent lire 28 +SFX yA ire usse lire 61 +SFX yA ire usses lire 67 +SFX yA ire ût lire 52 +SFX yA ire ussions lire 60 +SFX yA ire ussiez lire 59 +SFX yA ire ussent lire 54 +SFX yA ire is lire 36 +SFX yA ire isons lire 58 +SFX yA ire isez lire 75 + +SFX yB Y 51 +SFX yB lire lire/53 lire 64 +SFX yB lire lisant/6 lire 48 +SFX yB lire lu/28 lire 85 +SFX yB lire lus/28 lire 86 +SFX yB lire lue/28 lire 80 +SFX yB lire lues/28 lire 81 +SFX yB lire lis/23 lire 34 +SFX yB lire lis/20 lire 35 +SFX yB lire lit/6 lire 21 +SFX yB lire lisons/17 lire 56 +SFX yB lire lisez/14 lire 72 +SFX yB lire lisent/6 lire 26 +SFX yB lire lisais/23 lire 66 +SFX yB lire lisais/20 lire 65 +SFX yB lire lisait/6 lire 50 +SFX yB lire lisions/17 lire 77 +SFX yB lire lisiez/14 lire 76 +SFX yB lire lisaient/6 lire 51 +SFX yB lire lus/23 lire 69 +SFX yB lire lus/20 lire 68 +SFX yB lire lut/6 lire 53 +SFX yB lire lûmes/17 lire 63 +SFX yB lire lûtes/14 lire 62 +SFX yB lire lurent/6 lire 71 +SFX yB lire lirai/23 lire 38 +SFX yB lire liras/20 lire 37 +SFX yB lire lira/6 lire 22 +SFX yB lire lirons/17 lire 31 +SFX yB lire lirez/14 lire 30 +SFX yB lire liront/6 lire 24 +SFX yB lire lirais/23 lire 40 +SFX yB lire lirais/20 lire 39 +SFX yB lire lirait/6 lire 23 +SFX yB lire lirions/17 lire 33 +SFX yB lire liriez/14 lire 32 +SFX yB lire liraient/6 lire 25 +SFX yB lire lise/44 lire 41 +SFX yB lire lises/36 lire 44 +SFX yB lire lise/6 lire 27 +SFX yB lire lisions/56 lire 74 +SFX yB lire lisiez/31 lire 73 +SFX yB lire lisent/6 lire 28 +SFX yB lire lusse/23 lire 61 +SFX yB lire lusses/20 lire 67 +SFX yB lire lût/6 lire 52 +SFX yB lire lussions/17 lire 60 +SFX yB lire lussiez/14 lire 59 +SFX yB lire lussent/6 lire 54 +SFX yB lire lis/31 lire 36 +SFX yB lire lisons/45 lire 58 +SFX yB lire lisez/31 lire 75 + +SFX yC N 51 +SFX yC ire ire dire 64 +SFX yC ire isant dire 48 +SFX yC ire it dire 85 +SFX yC ire its dire 86 +SFX yC ire ite dire 80 +SFX yC ire ites dire 81 +SFX yC ire is dire 34 +SFX yC ire is dire 35 +SFX yC ire it dire 21 +SFX yC ire isons dire 56 +SFX yC ire ites dire 72 +SFX yC ire isent dire 26 +SFX yC ire isais dire 66 +SFX yC ire isais dire 65 +SFX yC ire isait dire 50 +SFX yC ire isions dire 77 +SFX yC ire isiez dire 76 +SFX yC ire isaient dire 51 +SFX yC ire is dire 69 +SFX yC ire is dire 68 +SFX yC ire it dire 53 +SFX yC ire îmes dire 63 +SFX yC ire îtes dire 62 +SFX yC ire irent dire 71 +SFX yC ire irai dire 38 +SFX yC ire iras dire 37 +SFX yC ire ira dire 22 +SFX yC ire irons dire 31 +SFX yC ire irez dire 30 +SFX yC ire iront dire 24 +SFX yC ire irais dire 40 +SFX yC ire irais dire 39 +SFX yC ire irait dire 23 +SFX yC ire irions dire 33 +SFX yC ire iriez dire 32 +SFX yC ire iraient dire 25 +SFX yC ire ise dire 41 +SFX yC ire ises dire 44 +SFX yC ire ise dire 27 +SFX yC ire isions dire 74 +SFX yC ire isiez dire 73 +SFX yC ire isent dire 28 +SFX yC ire isse dire 61 +SFX yC ire isses dire 67 +SFX yC ire ît dire 52 +SFX yC ire issions dire 60 +SFX yC ire issiez dire 59 +SFX yC ire issent dire 54 +SFX yC ire is dire 36 +SFX yC ire isons dire 58 +SFX yC ire ites dire 75 + +SFX yD Y 51 +SFX yD dire dire/53 dire 64 +SFX yD dire disant/6 dire 48 +SFX yD dire dit/28 dire 85 +SFX yD dire dits/28 dire 86 +SFX yD dire dite/28 dire 80 +SFX yD dire dites/28 dire 81 +SFX yD dire dis/23 dire 34 +SFX yD dire dis/20 dire 35 +SFX yD dire dit/6 dire 21 +SFX yD dire disons/17 dire 56 +SFX yD dire disez/14 dire 72 +SFX yD dire disent/6 dire 26 +SFX yD dire disais/23 dire 66 +SFX yD dire disais/20 dire 65 +SFX yD dire disait/6 dire 50 +SFX yD dire disions/17 dire 77 +SFX yD dire disiez/14 dire 76 +SFX yD dire disaient/6 dire 51 +SFX yD dire dis/23 dire 69 +SFX yD dire dis/20 dire 68 +SFX yD dire dit/6 dire 53 +SFX yD dire dîmes/17 dire 63 +SFX yD dire dîtes/14 dire 62 +SFX yD dire dirent/6 dire 71 +SFX yD dire dirai/23 dire 38 +SFX yD dire diras/20 dire 37 +SFX yD dire dira/6 dire 22 +SFX yD dire dirons/17 dire 31 +SFX yD dire direz/14 dire 30 +SFX yD dire diront/6 dire 24 +SFX yD dire dirais/23 dire 40 +SFX yD dire dirais/20 dire 39 +SFX yD dire dirait/6 dire 23 +SFX yD dire dirions/17 dire 33 +SFX yD dire diriez/14 dire 32 +SFX yD dire diraient/6 dire 25 +SFX yD dire dise/44 dire 41 +SFX yD dire dises/36 dire 44 +SFX yD dire dise/6 dire 27 +SFX yD dire disions/56 dire 74 +SFX yD dire disiez/31 dire 73 +SFX yD dire disent/6 dire 28 +SFX yD dire disse/23 dire 61 +SFX yD dire disses/20 dire 67 +SFX yD dire dît/6 dire 52 +SFX yD dire dissions/17 dire 60 +SFX yD dire dissiez/14 dire 59 +SFX yD dire dissent/6 dire 54 +SFX yD dire dis/36 dire 36 +SFX yD dire disons/45 dire 58 +SFX yD dire disez/31 dire 75 + +SFX yE N 48 +SFX yE édire édire dire 64 +SFX yE édire édisant dire 48 +SFX yE édire édit dire 106 +SFX yE édire édis dire 34 +SFX yE édire édis dire 35 +SFX yE édire édit dire 21 +SFX yE édire édisons dire 56 +SFX yE édire édisez dire 72 +SFX yE édire édisent dire 26 +SFX yE édire édisais dire 66 +SFX yE édire édisais dire 65 +SFX yE édire édisait dire 50 +SFX yE édire édisions dire 77 +SFX yE édire édisiez dire 76 +SFX yE édire édisaient dire 51 +SFX yE édire édis dire 69 +SFX yE édire édis dire 68 +SFX yE édire édit dire 53 +SFX yE édire édîmes dire 63 +SFX yE édire édîtes dire 62 +SFX yE édire édirent dire 71 +SFX yE édire édirai dire 38 +SFX yE édire édiras dire 37 +SFX yE édire édira dire 22 +SFX yE édire édirons dire 31 +SFX yE édire édirez dire 30 +SFX yE édire édiront dire 24 +SFX yE édire édirais dire 40 +SFX yE édire édirais dire 39 +SFX yE édire édirait dire 23 +SFX yE édire édirions dire 33 +SFX yE édire édiriez dire 32 +SFX yE édire édiraient dire 25 +SFX yE édire édise dire 41 +SFX yE édire édises dire 44 +SFX yE édire édise dire 27 +SFX yE édire édisions dire 74 +SFX yE édire édisiez dire 73 +SFX yE édire édisent dire 28 +SFX yE édire édisse dire 61 +SFX yE édire édisses dire 67 +SFX yE édire édît dire 52 +SFX yE édire édissions dire 60 +SFX yE édire édissiez dire 59 +SFX yE édire édissent dire 54 +SFX yE édire édis dire 36 +SFX yE édire édisons dire 58 +SFX yE édire édisez dire 75 + +SFX yF N 51 +SFX yF audire audire dire 64 +SFX yF audire audissant dire 48 +SFX yF audire audit dire 85 +SFX yF audire audits dire 86 +SFX yF audire audite dire 80 +SFX yF audire audites dire 81 +SFX yF audire audis dire 34 +SFX yF audire audis dire 35 +SFX yF audire audit dire 21 +SFX yF audire audissons dire 56 +SFX yF audire audissez dire 72 +SFX yF audire audissent dire 26 +SFX yF audire audissais dire 66 +SFX yF audire audissais dire 65 +SFX yF audire audissait dire 50 +SFX yF audire audissions dire 77 +SFX yF audire audissiez dire 76 +SFX yF audire audissaient dire 51 +SFX yF audire audis dire 69 +SFX yF audire audis dire 68 +SFX yF audire audit dire 53 +SFX yF audire audîmes dire 63 +SFX yF audire audîtes dire 62 +SFX yF audire audirent dire 71 +SFX yF audire audirai dire 38 +SFX yF audire audiras dire 37 +SFX yF audire audira dire 22 +SFX yF audire audirons dire 31 +SFX yF audire audirez dire 30 +SFX yF audire audiront dire 24 +SFX yF audire audirais dire 40 +SFX yF audire audirais dire 39 +SFX yF audire audirait dire 23 +SFX yF audire audirions dire 33 +SFX yF audire audiriez dire 32 +SFX yF audire audiraient dire 25 +SFX yF audire audisse dire 41 +SFX yF audire audisses dire 44 +SFX yF audire audisse dire 27 +SFX yF audire audissions dire 74 +SFX yF audire audissiez dire 73 +SFX yF audire audissent dire 28 +SFX yF audire audisse dire 61 +SFX yF audire audisses dire 67 +SFX yF audire audît dire 52 +SFX yF audire audissions dire 60 +SFX yF audire audissiez dire 59 +SFX yF audire audissent dire 54 +SFX yF audire audis dire 36 +SFX yF audire audissons dire 58 +SFX yF audire audissez dire 75 + +SFX yG Y 48 +SFX yG dire dire/59 dire 64 +SFX yG dire disant/59 dire 48 +SFX yG dire dit dire 106 +SFX yG dire dis/24 dire 34 +SFX yG dire dis/21 dire 35 +SFX yG dire dit/12 dire 21 +SFX yG dire disons dire 56 +SFX yG dire disez dire 72 +SFX yG dire disent/12 dire 26 +SFX yG dire disais/24 dire 66 +SFX yG dire disais/21 dire 65 +SFX yG dire disait/12 dire 50 +SFX yG dire disions dire 77 +SFX yG dire disiez dire 76 +SFX yG dire disaient/12 dire 51 +SFX yG dire dis/24 dire 69 +SFX yG dire dis/21 dire 68 +SFX yG dire dit/12 dire 53 +SFX yG dire dîmes dire 63 +SFX yG dire dîtes dire 62 +SFX yG dire dirent/12 dire 71 +SFX yG dire dirai/24 dire 38 +SFX yG dire diras/21 dire 37 +SFX yG dire dira/12 dire 22 +SFX yG dire dirons dire 31 +SFX yG dire direz dire 30 +SFX yG dire diront/12 dire 24 +SFX yG dire dirais/24 dire 40 +SFX yG dire dirais/21 dire 39 +SFX yG dire dirait/12 dire 23 +SFX yG dire dirions dire 33 +SFX yG dire diriez dire 32 +SFX yG dire diraient/12 dire 25 +SFX yG dire dise dire 41 +SFX yG dire dises dire 44 +SFX yG dire dise dire 27 +SFX yG dire disions dire 74 +SFX yG dire disiez dire 73 +SFX yG dire disent dire 28 +SFX yG dire disse/24 dire 61 +SFX yG dire disses/21 dire 67 +SFX yG dire dît/12 dire 52 +SFX yG dire dissions dire 60 +SFX yG dire dissiez dire 59 +SFX yG dire dissent/12 dire 54 +SFX yG dire dis/21 dire 36 +SFX yG dire disons dire 58 +SFX yG dire disez dire 75 + +SFX yJ N 9 +SFX yJ ruire ruire uire 64 +SFX yJ ruire ruissant uire 48 +SFX yJ ruire rui uire 106 +SFX yJ ruire ruit uire 21 +SFX yJ ruire ruissent uire 26 +SFX yJ ruire ruissait uire 50 +SFX yJ ruire ruissaient uire 51 +SFX yJ ruire ruisse uire 27 +SFX yJ ruire ruissent uire 28 + +SFX yK N 5 +SFX yK bduire bduire uire 64 +SFX yK bduire bduit uire 85 +SFX yK bduire bduits uire 86 +SFX yK bduire bduite uire 80 +SFX yK bduire bduites uire 81 + +SFX yL Y 51 +SFX yL uire uire/53 uire 64 +SFX yL uire uisant/6 uire 48 +SFX yL uire uit/28 uire 85 +SFX yL uire uits/28 uire 86 +SFX yL uire uite/28 uire 80 +SFX yL uire uites/28 uire 81 +SFX yL uire uis/30 uire 34 +SFX yL uire uis/14 uire 35 +SFX yL uire uit/6 uire 21 +SFX yL uire uisons/17 uire 56 +SFX yL uire uisez/14 uire 72 +SFX yL uire uisent/6 uire 26 +SFX yL uire uisais/30 uire 66 +SFX yL uire uisais/14 uire 65 +SFX yL uire uisait/6 uire 50 +SFX yL uire uisions/17 uire 77 +SFX yL uire uisiez/14 uire 76 +SFX yL uire uisaient/6 uire 51 +SFX yL uire uisis/30 uire 69 +SFX yL uire uisis/14 uire 68 +SFX yL uire uisit/6 uire 53 +SFX yL uire uisîmes/17 uire 63 +SFX yL uire uisîtes/14 uire 62 +SFX yL uire uisirent/6 uire 71 +SFX yL uire uirai/30 uire 38 +SFX yL uire uiras/14 uire 37 +SFX yL uire uira/6 uire 22 +SFX yL uire uirons/17 uire 31 +SFX yL uire uirez/14 uire 30 +SFX yL uire uiront/6 uire 24 +SFX yL uire uirais/30 uire 40 +SFX yL uire uirais/14 uire 39 +SFX yL uire uirait/6 uire 23 +SFX yL uire uirions/17 uire 33 +SFX yL uire uiriez/14 uire 32 +SFX yL uire uiraient/6 uire 25 +SFX yL uire uise/54 uire 41 +SFX yL uire uises/31 uire 44 +SFX yL uire uise/6 uire 27 +SFX yL uire uisions/56 uire 74 +SFX yL uire uisiez/31 uire 73 +SFX yL uire uisent/6 uire 28 +SFX yL uire uisisse/30 uire 61 +SFX yL uire uisisses/14 uire 67 +SFX yL uire uisît/6 uire 52 +SFX yL uire uisissions/17 uire 60 +SFX yL uire uisissiez/14 uire 59 +SFX yL uire uisissent/6 uire 54 +SFX yL uire uis/31 uire 36 +SFX yL uire uisons/45 uire 58 +SFX yL uire uisez/31 uire 75 + +SFX yM Y 51 +SFX yM uire uire/53 uire 64 +SFX yM uire uisant/6 uire 48 +SFX yM uire uit/28 uire 85 +SFX yM uire uits/28 uire 86 +SFX yM uire uite/28 uire 80 +SFX yM uire uites/28 uire 81 +SFX yM uire uis/23 uire 34 +SFX yM uire uis/20 uire 35 +SFX yM uire uit/6 uire 21 +SFX yM uire uisons/17 uire 56 +SFX yM uire uisez/14 uire 72 +SFX yM uire uisent/6 uire 26 +SFX yM uire uisais/23 uire 66 +SFX yM uire uisais/20 uire 65 +SFX yM uire uisait/6 uire 50 +SFX yM uire uisions/17 uire 77 +SFX yM uire uisiez/14 uire 76 +SFX yM uire uisaient/6 uire 51 +SFX yM uire uisis/23 uire 69 +SFX yM uire uisis/20 uire 68 +SFX yM uire uisit/6 uire 53 +SFX yM uire uisîmes/17 uire 63 +SFX yM uire uisîtes/14 uire 62 +SFX yM uire uisirent/6 uire 71 +SFX yM uire uirai/23 uire 38 +SFX yM uire uiras/20 uire 37 +SFX yM uire uira/6 uire 22 +SFX yM uire uirons/17 uire 31 +SFX yM uire uirez/14 uire 30 +SFX yM uire uiront/6 uire 24 +SFX yM uire uirais/23 uire 40 +SFX yM uire uirais/20 uire 39 +SFX yM uire uirait/6 uire 23 +SFX yM uire uirions/17 uire 33 +SFX yM uire uiriez/14 uire 32 +SFX yM uire uiraient/6 uire 25 +SFX yM uire uise/44 uire 41 +SFX yM uire uises/36 uire 44 +SFX yM uire uise/6 uire 27 +SFX yM uire uisions/56 uire 74 +SFX yM uire uisiez/31 uire 73 +SFX yM uire uisent/6 uire 28 +SFX yM uire uisisse/23 uire 61 +SFX yM uire uisisses/20 uire 67 +SFX yM uire uisît/6 uire 52 +SFX yM uire uisissions/17 uire 60 +SFX yM uire uisissiez/14 uire 59 +SFX yM uire uisissent/6 uire 54 +SFX yM uire uis/36 uire 36 +SFX yM uire uisons/45 uire 58 +SFX yM uire uisez/31 uire 75 + +SFX yN Y 36 +SFX yN truire truire/12 uire 64 +SFX yN truire truisant/12 uire 48 +SFX yN truire truit uire 85 +SFX yN truire truits uire 86 +SFX yN truire truite uire 80 +SFX yN truire truites uire 81 +SFX yN truire truit/12 uire 21 +SFX yN truire truisons uire 56 +SFX yN truire truisez uire 72 +SFX yN truire truisent/12 uire 26 +SFX yN truire truisait/12 uire 50 +SFX yN truire truisions uire 77 +SFX yN truire truisiez uire 76 +SFX yN truire truisaient/12 uire 51 +SFX yN truire truisit/12 uire 53 +SFX yN truire truisîmes uire 63 +SFX yN truire truisîtes uire 62 +SFX yN truire truisirent/12 uire 71 +SFX yN truire truira/12 uire 22 +SFX yN truire truirons uire 31 +SFX yN truire truirez uire 30 +SFX yN truire truiront/12 uire 24 +SFX yN truire truirait/12 uire 23 +SFX yN truire truirions uire 33 +SFX yN truire truiriez uire 32 +SFX yN truire truiraient/12 uire 25 +SFX yN truire truise/12 uire 27 +SFX yN truire truisions uire 74 +SFX yN truire truisiez uire 73 +SFX yN truire truisent/12 uire 28 +SFX yN truire truisît/12 uire 52 +SFX yN truire truisissions uire 60 +SFX yN truire truisissiez uire 59 +SFX yN truire truisissent/12 uire 54 +SFX yN truire truisons-nous uire 178 +SFX yN truire truisez-vous uire 177 + +SFX yO Y 51 +SFX yO détruire détruire/59 détruire 64 +SFX yO détruire détruisant/59 détruire 48 +SFX yO détruire détruit détruire 85 +SFX yO détruire détruits détruire 86 +SFX yO détruire détruite détruire 80 +SFX yO détruire détruites détruire 81 +SFX yO détruire détruis/24 détruire 34 +SFX yO détruire détruis/21 détruire 35 +SFX yO détruire détruit/12 détruire 21 +SFX yO détruire détruisons détruire 56 +SFX yO détruire détruisez détruire 72 +SFX yO détruire détruisent/12 détruire 26 +SFX yO détruire détruisais/24 détruire 66 +SFX yO détruire détruisais/21 détruire 65 +SFX yO détruire détruisait/12 détruire 50 +SFX yO détruire détruisions détruire 77 +SFX yO détruire détruisiez détruire 76 +SFX yO détruire détruisaient/12 détruire 51 +SFX yO détruire détruisis/24 détruire 69 +SFX yO détruire détruisis/21 détruire 68 +SFX yO détruire détruisit/12 détruire 53 +SFX yO détruire détruisîmes détruire 63 +SFX yO détruire détruisîtes détruire 62 +SFX yO détruire détruisirent/12 détruire 71 +SFX yO détruire détruirai/24 détruire 38 +SFX yO détruire détruiras/21 détruire 37 +SFX yO détruire détruira/12 détruire 22 +SFX yO détruire détruirons détruire 31 +SFX yO détruire détruirez détruire 30 +SFX yO détruire détruiront/12 détruire 24 +SFX yO détruire détruirais/24 détruire 40 +SFX yO détruire détruirais/21 détruire 39 +SFX yO détruire détruirait/12 détruire 23 +SFX yO détruire détruirions détruire 33 +SFX yO détruire détruiriez détruire 32 +SFX yO détruire détruiraient/12 détruire 25 +SFX yO détruire détruise/24 détruire 41 +SFX yO détruire détruises/21 détruire 44 +SFX yO détruire détruise/12 détruire 27 +SFX yO détruire détruisions détruire 74 +SFX yO détruire détruisiez détruire 73 +SFX yO détruire détruisent/12 détruire 28 +SFX yO détruire détruisisse/24 détruire 61 +SFX yO détruire détruisisses/21 détruire 67 +SFX yO détruire détruisît/12 détruire 52 +SFX yO détruire détruisissions détruire 60 +SFX yO détruire détruisissiez détruire 59 +SFX yO détruire détruisissent/12 détruire 54 +SFX yO détruire détruis/21 détruire 36 +SFX yO détruire détruisons détruire 58 +SFX yO détruire détruisez détruire 75 + +SFX yU N 48 +SFX yU uire uire uire 64 +SFX yU uire uisant uire 48 +SFX yU uire ui uire 106 +SFX yU uire uis uire 34 +SFX yU uire uis uire 35 +SFX yU uire uit uire 21 +SFX yU uire uisons uire 56 +SFX yU uire uisez uire 72 +SFX yU uire uisent uire 26 +SFX yU uire uisais uire 66 +SFX yU uire uisais uire 65 +SFX yU uire uisait uire 50 +SFX yU uire uisions uire 77 +SFX yU uire uisiez uire 76 +SFX yU uire uisaient uire 51 +SFX yU uire uisis uire 69 +SFX yU uire uisis uire 68 +SFX yU uire uisit uire 53 +SFX yU uire uisîmes uire 63 +SFX yU uire uisîtes uire 62 +SFX yU uire uisirent uire 71 +SFX yU uire uirai uire 38 +SFX yU uire uiras uire 37 +SFX yU uire uira uire 22 +SFX yU uire uirons uire 31 +SFX yU uire uirez uire 30 +SFX yU uire uiront uire 24 +SFX yU uire uirais uire 40 +SFX yU uire uirais uire 39 +SFX yU uire uirait uire 23 +SFX yU uire uirions uire 33 +SFX yU uire uiriez uire 32 +SFX yU uire uiraient uire 25 +SFX yU uire uise uire 41 +SFX yU uire uises uire 44 +SFX yU uire uise uire 27 +SFX yU uire uisions uire 74 +SFX yU uire uisiez uire 73 +SFX yU uire uisent uire 28 +SFX yU uire uisisse uire 61 +SFX yU uire uisisses uire 67 +SFX yU uire uisît uire 52 +SFX yU uire uisissions uire 60 +SFX yU uire uisissiez uire 59 +SFX yU uire uisissent uire 54 +SFX yU uire uis uire 36 +SFX yU uire uisons uire 58 +SFX yU uire uisez uire 75 + +SFX yV N 55 +SFX yV ire ire ire 64 +SFX yV ire isant ire 48 +SFX yV ire it nfire 85 +SFX yV ire its nfire 86 +SFX yV ire ite nfire 80 +SFX yV ire ites nfire 81 +SFX yV ire is cire 121 +SFX yV ire ise cire 80 +SFX yV ire ises cire 81 +SFX yV ire i ffire 106 +SFX yV ire is ire 34 +SFX yV ire is ire 35 +SFX yV ire it ire 21 +SFX yV ire isons ire 56 +SFX yV ire isez ire 72 +SFX yV ire isent ire 26 +SFX yV ire isais ire 66 +SFX yV ire isais ire 65 +SFX yV ire isait ire 50 +SFX yV ire isions ire 77 +SFX yV ire isiez ire 76 +SFX yV ire isaient ire 51 +SFX yV ire is ire 69 +SFX yV ire is ire 68 +SFX yV ire it ire 53 +SFX yV ire îmes ire 63 +SFX yV ire îtes ire 62 +SFX yV ire irent ire 71 +SFX yV ire irai ire 38 +SFX yV ire iras ire 37 +SFX yV ire ira ire 22 +SFX yV ire irons ire 31 +SFX yV ire irez ire 30 +SFX yV ire iront ire 24 +SFX yV ire irais ire 40 +SFX yV ire irais ire 39 +SFX yV ire irait ire 23 +SFX yV ire irions ire 33 +SFX yV ire iriez ire 32 +SFX yV ire iraient ire 25 +SFX yV ire ise ire 41 +SFX yV ire ises ire 44 +SFX yV ire ise ire 27 +SFX yV ire isions ire 74 +SFX yV ire isiez ire 73 +SFX yV ire isent ire 28 +SFX yV ire isse ire 61 +SFX yV ire isses ire 67 +SFX yV ire ît ire 52 +SFX yV ire issions ire 60 +SFX yV ire issiez ire 59 +SFX yV ire issent ire 54 +SFX yV ire is ire 36 +SFX yV ire isons ire 58 +SFX yV ire isez ire 75 + +SFX yW N 48 +SFX yW ire ire rire 64 +SFX yW ire iant rire 48 +SFX yW ire i rire 106 +SFX yW ire is rire 34 +SFX yW ire is rire 35 +SFX yW ire it rire 21 +SFX yW ire ions rire 56 +SFX yW ire iez rire 72 +SFX yW ire ient rire 26 +SFX yW ire iais rire 66 +SFX yW ire iais rire 65 +SFX yW ire iait rire 50 +SFX yW ire iions rire 77 +SFX yW ire iiez rire 76 +SFX yW ire iaient rire 51 +SFX yW ire is rire 69 +SFX yW ire is rire 68 +SFX yW ire it rire 53 +SFX yW ire îmes rire 63 +SFX yW ire îtes rire 62 +SFX yW ire irent rire 71 +SFX yW ire irai rire 38 +SFX yW ire iras rire 37 +SFX yW ire ira rire 22 +SFX yW ire irons rire 31 +SFX yW ire irez rire 30 +SFX yW ire iront rire 24 +SFX yW ire irais rire 40 +SFX yW ire irais rire 39 +SFX yW ire irait rire 23 +SFX yW ire irions rire 33 +SFX yW ire iriez rire 32 +SFX yW ire iraient rire 25 +SFX yW ire ie rire 41 +SFX yW ire ies rire 44 +SFX yW ire ie rire 27 +SFX yW ire iions rire 74 +SFX yW ire iiez rire 73 +SFX yW ire ient rire 28 +SFX yW ire isse rire 61 +SFX yW ire isses rire 67 +SFX yW ire ît rire 52 +SFX yW ire issions rire 60 +SFX yW ire issiez rire 59 +SFX yW ire issent rire 54 +SFX yW ire is rire 36 +SFX yW ire ions rire 58 +SFX yW ire iez rire 75 + +SFX yX Y 33 +SFX yX nuire nuire/12 nuire 64 +SFX yX nuire nuisant/12 nuire 48 +SFX yX nuire nui nuire 106 +SFX yX nuire nuit/12 nuire 21 +SFX yX nuire nuisons nuire 56 +SFX yX nuire nuisez nuire 72 +SFX yX nuire nuisent/12 nuire 26 +SFX yX nuire nuisait/12 nuire 50 +SFX yX nuire nuisions nuire 77 +SFX yX nuire nuisiez nuire 76 +SFX yX nuire nuisaient/12 nuire 51 +SFX yX nuire nuisit/12 nuire 53 +SFX yX nuire nuisîmes nuire 63 +SFX yX nuire nuisîtes nuire 62 +SFX yX nuire nuisirent/12 nuire 71 +SFX yX nuire nuira/12 nuire 22 +SFX yX nuire nuirons nuire 31 +SFX yX nuire nuirez nuire 30 +SFX yX nuire nuiront/12 nuire 24 +SFX yX nuire nuirait/12 nuire 23 +SFX yX nuire nuirions nuire 33 +SFX yX nuire nuiriez nuire 32 +SFX yX nuire nuiraient/12 nuire 25 +SFX yX nuire nuise/12 nuire 27 +SFX yX nuire nuisions nuire 74 +SFX yX nuire nuisiez nuire 73 +SFX yX nuire nuisent/12 nuire 28 +SFX yX nuire nuisît/12 nuire 52 +SFX yX nuire nuisissions nuire 60 +SFX yX nuire nuisissiez nuire 59 +SFX yX nuire nuisissent/12 nuire 54 +SFX yX nuire nuisons-nous nuire 178 +SFX yX nuire nuisez-vous nuire 177 + +SFX yY Y 4 +SFX yY ccire ccire/53 occire 64 +SFX yY ccire ccis/28 occire 121 +SFX yY ccire ccise/28 occire 80 +SFX yY ccire ccises/28 occire 81 + +SFX yZ N 16 +SFX yZ rire rire rire 64 +SFX yZ rire risant rire 48 +SFX yZ rire rit rire 85 +SFX yZ rire rits rire 86 +SFX yZ rire rite rire 80 +SFX yZ rire rites rire 81 +SFX yZ rire ris rire 34 +SFX yZ rire ris rire 35 +SFX yZ rire rit rire 21 +SFX yZ rire rirai rire 38 +SFX yZ rire riras rire 37 +SFX yZ rire rira rire 22 +SFX yZ rire rirais rire 40 +SFX yZ rire rirais rire 39 +SFX yZ rire rirait rire 23 +SFX yZ rire ris rire 36 + +SFX q+ Y 36 +SFX q+ enir enu/28 enir 85 +SFX q+ enir enus/28 enir 86 +SFX q+ enir enue/28 enir 80 +SFX q+ enir enues/28 enir 81 +SFX q+ tir ti/28 tir 85 +SFX q+ tir tis/28 tir 86 +SFX q+ tir tie/28 tir 80 +SFX q+ tir ties/28 tir 81 +SFX q+ courir couru/28 courir 85 +SFX q+ courir courus/28 courir 86 +SFX q+ courir courue/28 courir 80 +SFX q+ courir courues/28 courir 81 +SFX q+ ivre écu vivre 85 +SFX q+ ivre écus vivre 86 +SFX q+ ivre écue vivre 80 +SFX q+ ivre écues vivre 81 +SFX q+ aire u aire 85 +SFX q+ aire us aire 86 +SFX q+ aire ue aire 80 +SFX q+ aire ues aire 81 +SFX q+ dre du dre 85 +SFX q+ dre dus dre 86 +SFX q+ dre due dre 80 +SFX q+ dre dues dre 81 +SFX q+ valoir valu .valoir 85 +SFX q+ valoir valus .valoir 86 +SFX q+ valoir value .valoir 80 +SFX q+ valoir values .valoir 81 +SFX q+ aître u/28 aître 85 +SFX q+ aître us/28 aître 86 +SFX q+ aître ue/28 aître 80 +SFX q+ aître ues/28 aître 81 +SFX q+ aitre u/28 aitre 85 +SFX q+ aitre us/28 aitre 86 +SFX q+ aitre ue/28 aitre 80 +SFX q+ aitre ues/28 aitre 81 + +SFX q. Y 9 +SFX q. enir enu/28 enir 106 +SFX q. tir ti/28 tir 106 +SFX q. courir couru/28 courir 106 +SFX q. ivre écu vivre 106 +SFX q. aire u aire 106 +SFX q. dre du dre 106 +SFX q. valoir valu/28 .valoir 106 +SFX q. aître u/28 aître 106 +SFX q. aitre u/28 aitre 106 diff --git a/resources/dicts/fr-classique+reforme1990.dic b/resources/dicts/fr-classique+reforme1990.dic new file mode 100755 index 000000000..9dee0912b --- /dev/null +++ b/resources/dicts/fr-classique+reforme1990.dic @@ -0,0 +1,75563 @@ +75562 +& 198 +2D 57 +3D 57 +A/57 7 +Å/38 7 +ABS/7 7 +ADN/7 7 +ADNc/7 7 +ADP/7 88 +ADSL/46 18 +AIEA/46 18 +ARN/7 7 +ARNm/7 7 +ASBL/7 57 +ASC/46 18 +ASCII/46 18 +AUD/37 7 +Aarhus/7 12 +Aaron/7 16 +Aarschot/7 12 +Abbeville/7 12 +Abd/7 16 +Abdelkader/7 16 +Abel/7 16 +Abidjan/7 12 +Abitibi-Témiscamingue/46 29 +Abkhazie/34 29 +Abraham/7 16 +Abu/7 12 +Abuja/7 12 +Abymes 175 +Abyssinie/34 29 +Acadie/34 29 +Acapulco/7 12 +Accra/7 12 +Achaïe/34 29 +Achéron/7 16 +Achgabat/7 12 +Achille/7 16 +Aconcagua/46 43 +Açores 95 +Adam/7 16 +Adamov/7 15 +Adams/7 15 +Adana/7 12 +Addis-Abeba/7 12 +Adélaïde/7 19 +Adelbert/7 16 +Adèle/7 19 +Adeline/7 19 +Adenauer/7 15 +Adige/34 43 +Adolphe/7 16 +Adonaï/7 16 +Adonis/7 16 +Adour/34 43 +Adriatique/46 29 +Adrien/7 16 +Adrienne/7 19 +Afghanistan/34 43 +Afrique/34 29 +Agamemnon/7 16 +Agatha/7 19 +Agathe/7 19 +Agathon/7 16 +Agde/7 12 +Agen/7 12 +Aggée/7 16 +Aglaé/7 19 +Agnès/7 19 +Agrippine/7 19 +Ah/38 7 +Ahmed/7 16 +Ahmedabad/7 12 +Aïcha/7 19 +Aïd-el-Adha/46 57 +Aïd-el-Kébir/46 57 +Aigoual/34 43 +Aimé/7 16 +Aimée/7 19 +Ain/46 43 +Airbus/7 118 +Aires 12 +Aisne/46 29 +Aix/7 12 +Aix-en-Provence/7 12 +Aix-la-Chapelle/7 12 +Aix-les-Bains/7 12 +Ajaccio/7 12 +Akhenaton/7 16 +Al-Qaïda/9 47 +Alabama/46 43 +Alain/7 16 +Alan/7 16 +Alaska/34 43 +Alban/7 16 +Albanie/34 29 +Albert/7 16 +Alberta/46 29 +Alberte/7 19 +Albertine/7 19 +Albi/7 12 +Albin/7 16 +Albion/7 12 +Albret/7 15 +Albuquerque/7 12 +Alcibiade/7 16 +Alegre 12 +Alençon/7 12 +Alep/7 12 +Alès/7 12 +Alésia/7 12 +Alessandro 16 +Alex/7 16 +Alexander/7 16 +Alexandre/7 16 +Alexandrie/7 12 +Alexia/7 19 +Alexis/7 16 +Alfortville/7 12 +Alfred/7 16 +Algarve/46 29 +Alger/7 12 +Algérie/34 29 +Ali/7 16 +Alice/7 19 +Alicia/7 19 +Alida/7 19 +Aline/7 19 +Alison/7 19 +Alix/7 112 +Alken/7 12 +Allah/7 16 +Allan/7 16 +Allemagne/2 137 +Alleur/7 12 +Allier/46 43 +Alma/7 43 +Almaty/7 12 +Alost/7 12 +Alpes 95 +Alpes-Maritimes 95 +Alpes-de-Haute-Provence 95 +Alphonse/7 16 +Alsace/34 29 +Alstom/7 118 +Altaï/46 43 +Althusser/7 15 +Alyssa/7 19 +Alzheimer/7 15 +Amadeus/7 16 +Amalthée/7 19 +Amand/7 16 +Amanda/7 19 +Amandine/7 19 +Amaury/7 16 +Amazone/46 29 +Amazonie/34 29 +Amblève/34 12 +Ambre/7 19 +Ambroise/7 16 +Amédée/7 112 +Amélie/7 19 +Aménophis/7 16 +Amérique/2 137 +Amiens/7 12 +Amman/7 12 +Amos/7 16 +Ampère/7 15 +Amphitrite/7 19 +Amsterdam/7 12 +Anacréon/7 16 +Anaëlle/7 19 +Anaïs/7 19 +Anastasie/7 19 +Anatole/7 16 +Anatolie/34 29 +Anaxagore/7 16 +Anaximandre/7 16 +Anaximène/7 16 +Anchorage/7 12 +Andalousie/34 29 +Andaman/34 +Andenne/7 12 +Anderlecht/7 12 +Andersen/7 15 +Andes 95 +Andorre/34 29 +André/7 16 +Andréa/7 19 +Andrée/7 19 +Andromède/7 19 +Andy/7 16 +Angèle/7 19 +Angeles/7 12 +Angelina/7 19 +Angelo/7 16 +Angers/7 12 +Angkor/7 12 +Anglet/7 12 +Angleterre/34 29 +Angola/34 43 +Angoulême/7 12 +Angoumois/34 43 +Ångström/7 15 +Anguilla/34 12 +Anissa/7 19 +Anita/7 19 +Anjou/34 43 +Ankara/7 12 +Anna/7 19 +Annabelle/7 19 +Anne/7 19 +Anne-Laure/7 19 +Anne-Marie/7 19 +Anne-Sophie/7 19 +Annecy/7 12 +Annemasse/7 12 +Annette/7 19 +Annick/7 19 +Annie/7 19 +Anosov/7 15 +Anouilh/7 15 +Ans/7 12 +Anselme/7 16 +Antalya/7 12 +Antananarivo/7 12 +Antarctique/34 43 +Anthelme/7 16 +Anthony/7 16 +Antibes/7 12 +Antigone/7 19 +Antigua-et-Barbuda/7 12 +Antilles 95 +Antioche/7 12 +Antoine/7 16 +Antoinette/7 19 +Antonin/7 16 +Antonio/7 16 +Antony/7 16 +Antwerpen/7 12 +Anubis/7 16 +Anvers/7 12 +Apennin/46 43 +Apennins 129 +Aphrodite/7 19 +Apollinaire/7 15 +Apolline/7 19 +Apollon/7 16 +Apollonius/7 16 +Apophis/7 16 +Appalaches 95 +Appenzell/34 43 +Apple/7 118 +Apulée/7 16 +Aquitaine/34 29 +Arabie/34 29 +Aragon/34 43 +Aral/34 +Aranjuez/7 12 +Ararat/46 43 +Arbois/34 145 +Arcachon/7 12 +Arcadie/34 29 +Archimède/7 16 +Arctique/34 43 +Ardèche/34 29 +Ardenne/2 137 +Arès/7 16 +Argenteuil/7 12 +Argentine/34 29 +Argonne/34 29 +Argos/7 16 +Argovie/34 29 +Ariane/7 19 +Ariège/34 29 +Ariel/7 16 +Arion/7 16 +Aristarque/7 16 +Aristide/7 16 +Aristophane/7 16 +Aristote/7 16 +Arizona/34 43 +Arkansas/34 43 +Arkhangelsk/7 12 +Arles/7 12 +Arlette/7 19 +Arlington/7 12 +Arlon/7 12 +Armageddon/34 43 +Armagnac/7 12 +Armand/7 16 +Armande/7 19 +Armel/7 112 +Armelle/7 19 +Arménie/34 29 +Armentières/7 12 +Armor/34 43 +Armorique/34 29 +Arnaud/7 16 +Arras/7 12 +Arsène/7 16 +Artémis/7 19 +Artémision/34 12 +Arthur/7 16 +Artois/34 43 +Aruba/7 12 +Ascq/7 12 +Asgard/7 12 +Asie/34 29 +Asimov/7 15 +Asmara/7 12 +Asnières/7 12 +Asnières-sur-Seine/7 12 +Asperger/9 15 +Asse/7 12 +Assouan/7 12 +Assourbanipal/7 16 +Assyrie/34 29 +Astana/7 12 +Astrakhan/7 12 +Astrid/7 19 +Asturies 95 +Asunción/7 12 +Atahualpa/7 16 +Atalante/7 19 +Atatürk/7 15 +Ath/7 12 +Athéna/7 19 +Athènes/7 12 +Athis-Mons/7 12 +Atlanta/7 12 +Atlantide/46 29 +Atlantique/46 43 +Atomium/46 18 +Atropos/7 19 +Attila/7 16 +Aubagne/7 12 +Aube/34 29 +Aubervilliers/7 12 +Aubin/7 16 +Aubrac/34 43 +Auch/7 12 +Auckland/7 12 +Aude/34 29 +Audenarde/7 12 +Auderghem/7 12 +Audin/76 +Audrey/7 19 +Augsbourg/7 12 +Augusta/7 19 +Auguste/7 16 +Augustin/7 16 +Augustine/7 19 +Aulnay-sous-Bois/7 12 +Aunis/34 43 +Aurélia/7 19 +Aurélie/7 19 +Aurélien/7 16 +Aurillac/7 12 +Auriol/7 15 +Aurore/7 19 +Auschwitz/7 12 +Austerlitz/7 12 +Austin/7 12 +Australie/34 29 +Australie-Méridionale/34 29 +Australie-Occidentale/34 29 +Austrasie/34 29 +Autriche/34 29 +Autriche-Hongrie/34 29 +Auvergne/34 29 +Auxerre/7 12 +Avalon/7 12 +Avars +Ave/7 7 +Aventin/34 43 +Aveyron/34 43 +Avicenne/7 16 +Avignon/7 12 +Avogadro/7 15 +Axel/7 16 +Axelle/7 19 +Aymar/7 16 +Aymé/7 15 +Aymeric/7 16 +Azerbaïdjan/34 43 +Azov/34 29 +B/38 7 +BD 57 +BEF/37 7 +BIOS 18 +BMW 118 +BMX 7 +BTS 7 +Baal 16 +Baar 12 +Babel 12 +Babylone 12 +Babylonie 29 +Bacchus 16 +Bach 15 +Bachelard 15 +Backlund +Bade-Wurtemberg 43 +Baffin 12 +Bagdad 12 +Bagneux 12 +Bagnolet 12 +Bahamas 95 +Bahreïn 43 +Baie-Comeau 12 +Baie-James 29 +Baïkal 43 +Baïkonour 12 +Baire 15 +Bakou 12 +Bakounine 15 +Bâle 12 +Bâle-Campagne 12 +Bâle-Ville 12 +Baléares 95 +Balen 12 +Bali 12 +Balkans 129 +Baloutchistan 43 +Balthazar 16 +Baltimore 12 +Baltique 29 +Balzac 15 +Bamako 12 +Banach 15 +Bandung 12 +Bangalore 12 +Bangkok 12 +Bangladesh 43 +Bangui 12 +Banjul 12 +Banneux 12 +Baptiste 16 +Barbade 29 +Barbara 19 +Barcelone 12 +Bargmann 15 +Bari 12 +Barjavel 15 +Bar-le-Duc 12 +Barnabé 16 +Barnard 15 +Barthélemy 16 +Barthélémy 16 +Bartolomé 16 +Bartók 15 +Baruch 16 +Bas-Congo 43 +Bas-Rhin 43 +Bas-Saint-Laurent 43 +Bascharage 12 +Basile 16 +Basse-Côte-Nord 29 +Basse-Normandie 29 +Basse-Saxe 29 +Basse-Terre 12 +Bassens 12 +Bastia 12 +Bastiat 15 +Bastien 16 +Bastogne 12 +Bata 12 +Bathurst 12 +Baudelaire 15 +Baudoin 16 +Baudouin 16 +Bauges 95 +Bavière 29 +Bayle 15 +Bayonne 12 +Bayreuth 12 +Béarn 43 +Béatrice 19 +Béatrix 19 +Beauce 29 +Beaufort 15 +Beauharnais 15 +Beaujolais 43 +Beaumarchais 15 +Beaune 12 +Beauraing 12 +Beauvais 12 +Beauvoir 15 +Beckett 15 +Becquerel 15 +Beersel 12 +Beethoven 15 +Bègles 12 +Beijing 12 +Belfast 12 +Belfort 12 +Belgique 29 +Belgrade 12 +Belize 43 +Bell 15 +Bellérophon 16 +Beltrami 15 +Belzébuth 16 +Bénarès 12 +Bendixson 15 +Bénédicte 19 +Benelux 43 +Bengale 43 +Bénin 43 +Benjamin 16 +Benoît 16 +Benoîte 19 +Berchem-Sainte-Agathe 12 +Bercy 12 +Bérenger 16 +Bérengère 19 +Bérénice 19 +Bergen 12 +Bergerac 12 +Bergson 15 +Béring 15 +Beringen 12 +Berkeley 12 +Berlin 12 +Berlioz 15 +Bermudes 95 +Bernadette 19 +Bernard 16 +Bernardin 16 +Berne 12 +Bernhard 15 +Bernoulli 15 +Bernstein 15 +Berry 43 +Bers +Berthe 19 +Berthelot 15 +Berthollet 15 +Bertille 19 +Bertrand 16 +Bertrange 12 +Besançon 12 +Bescherelle 15 +Besov 15 +Bessel 15 +Bételgeuse 12 +Bethléem 12 +Béthune 12 +Bétique 29 +Bettembourg 12 +Betti 15 +Betty 19 +Beurling 15 +Beveren 12 +Beyrouth 12 +Béziers 12 +Bezons 12 +Bézout 15 +Bhagavad-Gîtâ 47 +Bhoutan 43 +Bianchi 15 +Biarritz 12 +Bichkek 12 +Bieberbach 15 +Bielefeld 12 +Biélorussie 29 +Bienne 12 +Bienvenüe 15 +Bihar 43 +Bilal 16 +Bilbao 12 +Bilzen 12 +Binche 12 +Birkenau 12 +Birkhoff 15 +Birmanie 29 +Birmingham 12 +Bishop 15 +Bismarck 15 +Bissau 12 +Bithynie 29 +Bizet 15 +Blagnac 12 +Blainville 12 +Blaise 16 +Blanc-Mesnil 43 +Blanche 19 +Blandine 19 +Blankenberge 12 +Blaschke 15 +Bloemfontein 12 +Blois 12 +Bluetooth 7 +Blum 15 +Blu-ray 7 +Bobigny 12 +Bochner 15 +Bochum 12 +Bode 15 +Boèce 16 +Boeing 118 +Bogotá 12 +Bohême 29 +Bohr 15 +Boileau 15 +Bois-Colombes 12 +Boisbriand 12 +Bolivie 29 +Bollywood 12 +Bologne 12 +Boltzmann 15 +Bolzano 12 +Bombay 12 +Bonaparte 15 +Bondy 12 +Boniface 16 +Bonn 12 +Bonnard 15 +Bonne-Espérance 12 +Boole 15 +Bordeaux 12 +Borel 15 +Borgia 15 +Borinage 43 +Boris 16 +Bornem 12 +Bornéo 12 +Bornes 175 +Bose 15 +Bosnie 29 +Bosnie-Herzégovine 29 +Bosphore 43 +Bossuet 15 +Boston 12 +Botrange 12 +Botswana 43 +Botticelli 15 +Boucherville 12 +Bouches-du-Rhône 95 +Bougainville 15 +Boulogne 12 +Boulogne-Billancourt 12 +Boulogne-sur-Mer 12 +Bourbaki 15 +Bourbon/1 172 +Bourdieu 15 +Bourg-en-Bresse 12 +Bourges 12 +Bourgogne 29 +Bourgoin-Jallieu 12 +Bouscat 43 +Boussu 12 +Bouygues 118 +Bq/57 7 +Brabant 43 +Bradford 12 +Brahim 16 +Brahma 16 +Brahmapoutre 43 +Brahms 15 +Braine-l'Alleud 12 +Braine-le-Comte 12 +Brandon 16 +Brasov 12 +Brassac 12 +Brasschaat 12 +Brasília 12 +Bratislava 12 +Brauer 15 +Bray 12 +Brazzaville 12 +Brecht 15 +Brême 12 +Brésil 43 +Bresse 29 +Brest 12 +Bretagne 29 +Brétigny-sur-Orge 12 +Brian 16 +Brice 15 +Brie 29 +Brigitte 19 +Brisbane 12 +Brive-la-Gaillarde 12 +Brno 12 +Broglie 15 +Broïda 15 +Bron 12 +Brooklyn 12 +Brossard 12 +Brown 15 +Bruay-la-Buissière 12 +Bruckner 15 +Bruegel 15 +Bruges 12 +Brunei 43 +Bruno 16 +Brunoy 12 +Brunswick 12 +Brutus 16 +Bruxelles 12 +Bruxelles-Capitale 29 +Bryan 16 +Bucarest 12 +Budapest 12 +Buenos +Buffalo 12 +Buffon 15 +Bujumbura 12 +Bulgarie 29 +Bundesrat 18 +Bundestag 18 +Buridan 15 +Burkina 43 +Burnside 15 +Burundi 43 +Bush 15 +Byron 15 +Byzance 12 +C/57 7 +CA 7 +CAC 18 +CAD/37 7 +CAP 7 +CCP 7 +CD 7 +CDD 7 +CDI 7 +CD-ROM 7 +CE1 7 +CE2 7 +CEE 29 +CERN 18 +CHF/37 7 +CIA 47 +CM1 7 +CM2 7 +CMU 57 +CNES 18 +CNRS 18 +CNY/37 7 +CO2 7 +CP 7 +CRS 88 +CV 7 +Cachan 12 +Cachemire 43 +Cadix 12 +Caelius 43 +Caen 12 +Cagliari 12 +Cagnes-sur-Mer 12 +Cahors 12 +Caïn 16 +Caire 43 +Calabre 29 +Calais 12 +Calcutta 12 +Calderón 15 +Calédonie 29 +Calestienne 29 +Calgary 12 +Cali 12 +Californie 29 +Caligula 16 +Calkin 15 +Callimaque 16 +Callisto 19 +Caluire-et-Cuire 12 +Calvados 43 +Calvin 15 +Camargue 29 +Cambacérès 15 +Cambodge 43 +Cambrai 12 +Cambridge 12 +Cameroun 43 +Camille 112 +Campanie 29 +Campbell 15 +Campine 29 +Camus 15 +Canada 43 +Canaries 95 +Canaveral 12 +Canberra 12 +Candice 19 +Cannes 12 +Cannet 43 +Cantal 43 +Canton 12 +Cantons-de-l'Est 129 +Cantor 15 +Canyon 43 +Cap 43 +Cap-Vert 43 +Capet 15 +Capitale-Nationale 29 +Capitole 43 +Cappadoce 29 +Caracas 12 +Caravage 15 +Carcassonne 12 +Cardiff 12 +Caribert 16 +Carine 19 +Carla 19 +Carloman 16 +Carlos 16 +Carmen 19 +Carnot 15 +Carole 19 +Caroline 19 +Carpates 95 +Carpentras 12 +Carroll 15 +Carstensz 43 +Cartan 15 +Carthage 12 +Casablanca 12 +Casamance 29 +Casanova 15 +Casimir 16 +Casimir-Perier 15 +Caspienne 29 +Cassandra 19 +Cassandre 19 +Cassini 15 +Cassiopée 19 +Castille 29 +Castres 12 +Catane 12 +Catherine 19 +Cathy 19 +Caton 16 +Catulle 16 +Caucase 43 +Cauchy 15 +Causses 129 +Cavaillon 12 +Cavendish 15 +Cayenne 12 +Cayley 15 +Cécile 19 +Cécilia 19 +Cédric 16 +Célestin 16 +Célestine 19 +Célia 19 +Célimène 19 +Céline 15 +Céline 19 +Celle-Saint-Cloud 29 +Celsius 15 +Cenon 12 +Centrafrique 29 +Centre 43 +Centre-du-Québec 43 +Cérès 19 +Cergy 12 +Cervantès 15 +César 16 +Cesàro 15 +Cévennes 95 +Ceylan 12 +Cézanne 15 +Chablais 43 +Chaillot 12 +Chalons 12 +Châlons-en-Champagne 12 +Chalon-sur-Saône 12 +Chambéry 12 +Chambly 12 +Chambord 12 +Chamisso 15 +Chamonix 12 +Champagne 29 +Champagne-Ardenne 29 +Champigny-sur-Marne 12 +Champlain 15 +Champollion 15 +Champs-Élysées 129 +Champs-sur-Marne 12 +Chanel 15 +Chantal 19 +Charente/1 137 +Charente-Maritime 29 +Charenton-le-Pont 12 +Charlemagne 16 +Charlène 19 +Charleroi 12 +Charles 16 +Charleville 12 +Charleville-Mézières 12 +Charlevoix 12 +Charlie 112 +Charline 19 +Charlotte 19 +Charlottetown 12 +Charly 16 +Charolais 43 +Charon 16 +Charonne +Chartres 12 +Charybde 19 +Chasles 15 +Châteauguay 12 +Châteauroux 12 +Châtelet 43 +Châtellerault 12 +Châtenay-Malabry 12 +Châtillon 12 +Chatou 12 +Chaudfontaine 12 +Chaudière-Appalaches 29 +Chaumont 12 +Chaux-de-Fonds 12 +Chelles 12 +Chemnitz 12 +Chengdu 12 +Chénier 15 +Chennai 12 +Cher 43 +Cherbourg-Octeville 12 +Chesapeake 12 +Chesnay 12 +Chessex 15 +Chevalley 15 +Chevreul 15 +Chiara 19 +Chicago 12 +Childebert 16 +Childéric 16 +Chili 43 +Chilpéric 16 +Chimay 12 +Chimène 19 +Chine 29 +Chirac 15 +Chisinau 12 +Chittagong 12 +Chloé 19 +Choisy-le-Roi 12 +Cholesky 15 +Cholet 12 +Chongqing 12 +Chopin 15 +Chostakovitch 15 +Christel 19 +Christèle 19 +Christelle 19 +Christian 16 +Christiane 19 +Christie 15 +Christine 19 +Christoffel 15 +Christophe 16 +Christopher 16 +Chrysaor 16 +Chrysler 118 +Churchill 15 +Chypre 12 +Ci/57 7 +Cicéron 16 +Cid 18 +Cie +Cilicie 29 +Cincinnati 12 +Cindy 19 +Ciney 12 +Ciotat 29 +Circassie 29 +Circé 19 +Cisjordanie 29 +Cîteaux 12 +Citroën 15 +City 29 +Claire 19 +Clamart 12 +Clara 19 +Clarisse 19 +Claude 112 +Claudel 15 +Claudette 19 +Claudie 19 +Claudine 19 +Clémence 19 +Clemenceau 15 +Clément 16 +Clémentine 19 +Cléopâtre 19 +Clermont-Ferrand 12 +Clervaux 12 +Cleveland 12 +Clichy 12 +Clichy-sous-Bois 12 +Clifford 15 +Clinton 15 +Cloé 19 +Clotaire 16 +Clotho 19 +Clotilde 19 +Clovis 16 +Cluny 12 +Cochinchine 29 +Cocteau 15 +Cognac 12 +Cohen 15 +Coire 12 +Colbert 15 +Colchide 29 +Colette 19 +Coline 19 +Colisée 18 +Colmar 12 +Cologne 12 +Colomb 15 +Colombes 12 +Colombie 29 +Colombie-Britannique 29 +Colombo 12 +Colomiers 12 +Colorado 43 +Columbus 12 +Combs-la-Ville 12 +Côme 12 +Comédie-Française 47 +Commonwealth 18 +Comores 95 +Compiègne 12 +Compostelle 12 +Conakry 12 +Conan 15 +Concarneau 12 +Condorcet 15 +Condroz 43 +Conflans-Sainte-Honorine 12 +Confucius 16 +Congo 43 +Connecticut 43 +Conrad 15 +Constance 19 +Constant 16 +Constantin 16 +Constantine 19 +Constantinople 12 +Cook 15 +Copenhague 12 +Copernic 15 +Coralie 19 +Corbeil-Essonnes 12 +Corbières 95 +Cordoue 12 +Corée 29 +Corentin 16 +Corfou 12 +Corine 19 +Corinne 19 +Corinthe 12 +Coriolis 15 +Cormeilles-en-Parisis 12 +Corneille 15 +Cornouailles 95 +Corogne 29 +Corrèze 29 +Corse 29 +Corse-du-Sud 29 +Cortés 15 +Costa 45 +Côte-Nord 29 +Côte-Saint-Luc 12 +Côte-d'Or 29 +Cotentin 43 +Côtes-du-Nord 95 +Cotonou 12 +Cotton 15 +Coty 15 +Coubertin 15 +Coudekerque-Branche 12 +Coué 15 +Couesnon 43 +Coulomb 15 +Courant +Courbet 15 +Courbevoie 12 +Courcelles 12 +Courneuve 29 +Courteline 15 +Courtrai 12 +Cousteau 15 +Coxyde 12 +Cracovie 12 +Creil 12 +Crésus 16 +Crète 29 +Créteil 12 +Creuse 29 +Creusot 43 +Creutzfeldt-Jakob 15 +Crimée 29 +Critias 16 +Croatie 29 +Crofton 15 +Crohn 15 +Croix 12 +Cromwell 15 +Crusoé 15 +Cuba 12 +Cuneo 12 +Cupidon 16 +Curaçao 12 +Curie 15 +Cuvier 15 +Cuzco 12 +Cybèle 19 +Cyclades 95 +Cynthia 19 +Cyprien 16 +Cyrano 16 +Cyrénaïque 29 +Cyrène 12 +Cyril 16 +Cyrille 19 +Czestochowa 12 +DESS 7 +DEUG 7 +DHEA 57 +DJ 88 +DOM 7 +DOM-TOM 129 +DRH 88 +DVD 7 +DVD-ROM 7 +Da/57 7 +Dacca 12 +Dacie 29 +Dagobert 16 +Daguerre 15 +Dahl 15 +Dahlander 15 +Dahomey 43 +Dakar 12 +Dakota 43 +Dallas 12 +Dalmatie 29 +Dalton 15 +Dalí 15 +Damas 12 +Damase 16 +Damien 16 +Dammarie-les-Lys 12 +Damoclès 16 +Danaé 19 +Danemark 43 +Daniel 16 +Danièle 19 +Danielle 19 +Danilevsky 15 +Danone 118 +Dante 16 +Danton 15 +Dantzig 12 +Danube 43 +Dany 112 +Darboux 15 +Dardanelles 95 +Darfour 43 +Darius 16 +Darjeeling 12 +Darwin 15 +Dassault 118 +Daudet 15 +Dauphiné 43 +David 16 +Davy 16 +Dax 12 +Deauville 12 +Déborah 19 +Debrecen 12 +Debussy 15 +Décines-Charpieu 12 +Dedekind 15 +Defoe 15 +Degas 15 +Dehn 15 +Déimos 16 +Deinze 12 +Deirdre 19 +Delacroix 15 +Delaunay 15 +Delaware 43 +Delhi 12 +Délos 12 +Delphes 12 +Delphine 19 +Delvaux 15 +Déméter 19 +Démocrite 16 +Démosthène 16 +Denain 12 +Denis 16 +Denise 19 +Denjoy 15 +Denver 12 +Derrida 15 +Desargues 15 +Descartes 15 +Deschanel 15 +Désiré 16 +Desmoulins 15 +Despina 19 +Detroit 12 +Deucalion 16 +Deuil-la-Barre 12 +Deutéronome 18 +Deux-Sèvres 95 +Deux-Siciles 95 +Dévoluy 43 +Dhabi 12 +Diane 19 +Dickens 15 +Diderot 15 +Didier 16 +Diego 12 +Diekirch 12 +Dieppe 12 +Diest 12 +Dietikon 12 +Dieu 16 +Differdange 12 +Digne-les-Bains 12 +Dijon 12 +Dilbeek 12 +Dimitri 16 +Dinant 12 +Dioclétien 16 +Diogène 112 +Diois 43 +Dioné 19 +Dionysos 16 +Diophante 16 +Dirac 15 +Dirichlet 15 +Disney 15 +Djamel 16 +Djeddah 12 +Djerba 12 +Djibouti 12 +Djoser 16 +Dniepropetrovsk 12 +Dnipropetrovsk 12 +Docteure/3 171 +Dodoma 12 +Doha 12 +Dole 12 +Dollard-des-Ormeaux 12 +Dolorès 19 +Dombes 29 +Dominique 112 +Domitien 16 +Domitille 19 +Donatien 16 +Donetsk 12 +Donovan 16 +Doppler 15 +Dordogne 29 +Dorian 16 +Dorothée 19 +Dortmund 12 +Dostoïevski 15 +Douai 12 +Douala 12 +Doubs 43 +Douchanbé 12 +Doumer 15 +Doumergue 15 +Douvres 12 +Doyle 15 +Dr/1 157 +Dracula 15 +Draguignan 12 +Drake 15 +Drancy 12 +Draveil 12 +Dre/1 158 +Dresde 12 +Dreux 12 +Drôme 29 +Drummondville 12 +Dubaï 12 +Dübendorf 12 +Dublin 12 +Duchenne 15 +Dudelange 12 +Duisburg 12 +Dukas 15 +Dulac 15 +Dumas 15 +Dunant 15 +Dunedin 12 +Dunford 15 +Dunkerque 12 +Duplessis 15 +Durance 29 +Durban 12 +Durbuy 12 +Durkheim 15 +Düsseldorf 12 +Dvorák 15 +Dyck 15 +Dylan 16 +Dynkin 15 +Dysnomie 19 +EDF/7 57 +ESA/46 47 +EUR/37 7 +Eaubonne/7 12 +Ebit/38 7 +Échirolles/7 12 +Echternach/7 12 +Écosse/34 29 +Eddy/7 16 +Edegem/7 12 +Éden/34 12 +Édimbourg/7 12 +Edison/7 15 +Édith/7 19 +Edmond/7 16 +Edmonton/7 12 +Édouard/7 16 +Edwige/7 19 +Eeyou/46 +Égée/7 16 +Églantine/7 19 +Égypte/34 29 +Ehrenpreis/7 15 +Ehresmann/7 15 +Eibit/38 7 +Eiffel/7 15 +Eilenberg/7 15 +Eindhoven/7 12 +Einstein/7 15 +Eio/38 7 +Eisenbud/7 15 +Eisenhower/7 15 +Eisenstein/7 15 +Ekaterinbourg/7 12 +Élancourt/7 12 +Elbrouz/46 43 +Élée/7 12 +Elena/7 19 +Éléonore/7 19 +Éliane/7 19 +Élias/7 16 +Élie/7 16 +Éline/7 19 +Eliott/7 16 +Élisa/7 19 +Élisabeth/7 19 +Élise/7 19 +Élisée/7 16 +Élodie/7 19 +Elohim/7 16 +Éloïse/7 19 +Elsa/7 19 +Élysée/2 1 +Émeline/7 19 +Émeric/7 16 +Émile/7 16 +Émilie/7 19 +Émilien/7 16 +Émilienne/7 19 +Emma/7 19 +Emmanuel/7 16 +Emmanuelle/7 19 +Emmaüs/7 12 +Emmen/7 12 +Empédocle/7 16 +Encelade/7 16 +Énée/7 16 +Engels/7 15 +Enzo/7 16 +Eo/38 7 +Éole/7 16 +Éos/7 19 +Épernay/7 12 +Éphèse/7 12 +Épictète/7 16 +Épicure/7 16 +Épiméthée/7 16 +Épinal/7 12 +Épinay-sur-Seine/7 12 +Épire/34 29 +Epstein/7 15 +Équateur/34 43 +Érasme/7 15 +Ératosthène/7 16 +Erevan/7 12 +Erfurt/7 12 +Éric/7 16 +Érié/7 12 +Éris/7 19 +Ermont/7 12 +Ernest/7 16 +Éros/7 16 +Erwan/7 16 +Érythrée/34 29 +Escaut/46 43 +Esch-sur-Alzette/7 12 +Eschyle/7 16 +Esculape/7 16 +Esdras/7 16 +Esméralda/7 19 +Esneux/7 12 +Ésope/7 16 +Espagne/34 29 +Espelette/7 12 +Esquilin/34 43 +Essen/7 12 +Essex/34 145 +Essonne/34 29 +Esteban/7 16 +Estelle/7 19 +Estérel/34 43 +Esther/7 19 +Estonie/34 29 +Estrie/34 29 +Étampes/7 12 +État-nation/7 18 +États-Unis 129 +États-nations/9 20 +Ethan/7 16 +Ethernet/7 18 +Éthiopie/34 29 +Étienne/7 16 +Étiennette/7 19 +Etna/34 43 +Étrurie/34 29 +Ettelbruck/7 12 +Etterbeek/7 12 +Euclide/7 16 +Eugène/7 16 +Eugénie/7 19 +Eulalie/7 19 +Euler/7 15 +Eupen/7 12 +Euphrate/46 43 +Euphrosyne/7 19 +Eurasie/34 29 +Eure/34 +Eure-et-Loir/34 43 +Euripide/7 16 +Eurogroupe/46 18 +Europe/34 29 +Europol/9 16 +Eurydice/7 19 +Éva/7 19 +Évariste/7 16 +Ève/7 19 +Éveline/7 19 +Évelyne/7 19 +Evere/7 12 +Everest/46 43 +Evergem/7 12 +Évhémère/7 16 +Evrard/7 16 +Évreux/7 12 +Évry/7 12 +Exbrayat/7 15 +Excalibur/9 19 +Ézéchias/7 16 +Ézéchiel/7 16 +F/57 7 +FAI 7 +FAQ 57 +FBI 18 +FM 57 +FMI 18 +FRF/37 7 +FTP 7 +Fabergé 15 +Fabian 16 +Fabien 16 +Fabienne 19 +Fabiola 19 +Fabrice 16 +Fagnes 95 +Fahrenheit 15 +Faisalabad 12 +Falkland 12 +Fallières 15 +Fallope 15 +Famenne 29 +Fanny 19 +Faraday 15 +Farid 16 +Faso 45 +Fatima 19 +Fatou 15 +Faulkner 15 +Faure 15 +Faust 16 +Fayette 15 +Fécamp 12 +Federer 15 +Fehling 15 +Félicie 19 +Félicité 19 +Félix 16 +Feller 15 +Fénelon 15 +Ferdinand 16 +Fermat 15 +Fermi 15 +Fernand 16 +Fernande 19 +Feuerbach 15 +Feydeau 15 +Feynman 15 +Fiacre 16 +Fibonacci 15 +Fidji 95 +Finistère 43 +Finlande 29 +Finsler 15 +Fiona 19 +FireWire 7 +Firefox 134 +Firmin 16 +Fischer 15 +Fitzgerald 15 +Flamel 15 +Flammarion 15 +Flandre/1 137 +Flandre-Occidentale 29 +Flandre-Orientale 29 +Flaubert 15 +Flavie 19 +Flavien 16 +Flavio 16 +Flémalle 12 +Fleur 19 +Fleurus 12 +Fleury-les-Aubrais 12 +Flora 19 +Florence 12 +Florence 19 +Florent 16 +Florentin 16 +Florian 16 +Floriane 19 +Floride 29 +Foch 15 +Fock 15 +Foix 12 +Fontaine 15 +Fontainebleau 12 +Fontenay-aux-Roses 12 +Fontenay-sous-Bois 12 +Fontenelle 15 +Forbach 12 +Forest 12 +Forez 12 +Formose 12 +Fortaleza 12 +Fort-de-France 12 +Foucault 15 +Fouché 15 +Fougères 12 +Fourier 15 +Fragonard 15 +Fraïssé 15 +Frameries 12 +France 29 +Francesco 16 +Francfort 12 +Francfort-sur-le-Main 12 +Franche-Comté 29 +Francine 19 +Francis 16 +Francisco 12 +Franck 16 +Franco 15 +François 16 +Françoise 19 +Franconville 12 +Francorchamps 12 +Frank 16 +Frankenstein 15 +Franklin 15 +Frauenfeld 12 +Fréchet 15 +Freddy 16 +Frédéric 16 +Fredericton 12 +Frédérique 112 +Fredholm 15 +Freetown 12 +Fréjus 12 +Frenet 15 +Fresnel 15 +Fresnes 12 +Fresno 12 +Freud 15 +Fribourg 12 +Friedman 15 +Friedmann 15 +Friedrich 16 +Frioul 43 +Frobenius 15 +Frontenac 15 +Frontignan 12 +Frounze 12 +Fubini 15 +Fuchs 15 +Fukuoka 12 +Fukushima 12 +Fulcanelli 16 +Futuna 12 +G/57 7 +GBP/37 57 +GDF 7 +GMT 305 +GPL 7 +GPS 7 +GSM 7 +Gabon 43 +Gaborone 12 +Gabriel 16 +Gabrielle 19 +Gaël 16 +Gaëlle 19 +Gaétan 16 +Gaëtan 16 +Gagny 12 +Gaïa 19 +Gal/38 7 +Galaad 16 +Galatée 19 +Galathée 19 +Galatie 29 +Galerkin 15 +Galice 29 +Galicie 29 +Galilée 29 +Galles 12 +Gallien 16 +Gallimard 15 +Galois 15 +Gambetta 15 +Gambie 29 +Gand 12 +Gandhi 15 +Gange 43 +Ganshoren 12 +Ganymède 19 +Gap 12 +Gard 43 +Garde 29 +Garenne-Colombes 29 +Gargantua 16 +Garges-lès-Gonesse 12 +Garibaldi 15 +Garonne 29 +Gascogne 29 +Gaspard 16 +Gaspésie 29 +Gaspésie–Îles-de-la-Madeleine 29 +Gastinel 15 +Gaston 16 +Gatien 16 +Gâtinais 43 +Gatineau 12 +Gaudí 15 +Gauguin 15 +Gaule/1 137 +Gaulle 15 +Gaume 29 +Gauss 15 +Gauteng 43 +Gauthier 16 +Gautier 15 +Gauvain 16 +Gaza 12 +Gaziantep 12 +Gbit/38 7 +Gdansk 12 +Gédéon 16 +Geel 12 +Geiger 15 +Gelsenkirchen 12 +Gembloux 12 +Gênes 12 +Genève 12 +Geneviève 19 +Genk 12 +Gennevilliers 12 +Geoffrey 16 +Geoffroy 16 +George 16 +Georges 16 +Georgetown 12 +Georgette 19 +Géorgie 29 +Gérald 16 +Géraldine 19 +Gérard 16 +Géraud 16 +Gergovie 12 +Géricault 15 +Germain 16 +Germaine 19 +Germanie 29 +Gérôme 15 +Geronimo 16 +Gers 43 +Gertrude 19 +Gestapo 47 +Gévaudan 43 +Gevrey-Chambertin 12 +Ghana 43 +Ghislain 16 +Ghislaine 19 +Giacometti 15 +Gibbs 15 +Gibit/38 7 +Gibraltar 12 +Gide 15 +Gif-sur-Yvette 12 +Gijón 12 +Gilbert 16 +Gilberte 19 +Gildas 16 +Gileppe 29 +Gilgamesh 16 +Gilles 16 +Ginette 19 +Gio/38 7 +Giono 15 +Giorgione 16 +Giotto 16 +Giovanni 16 +Gironde 29 +Giscard 15 +Gisèle 19 +Giuseppe 16 +Gizeh 12 +Glaris 12 +Glasgow 12 +Gluck 15 +Go/38 7 +Gobi 43 +Godefroid 16 +Gödel 15 +Godounov 15 +Goethe 15 +Gogh 15 +Gogol 15 +Golan 43 +Goldbach 15 +Golgi 15 +Golgotha 43 +Goliath 16 +Gomorrhe 12 +Goncourt 15 +Gondwana 43 +Gonesse 12 +Google 118 +Gorbatchev 15 +Gordon 15 +Gorenstein 15 +Göring 15 +Gorki 15 +Göteborg 12 +Goths +Gounod 15 +Goursat 15 +Goussainville 12 +Goya 15 +Graal 18 +Grâce-Hollogne 12 +Gradignan 12 +Gram 15 +Gram-Schmidt 15 +Grammont 12 +Granby 12 +Grand-Quevilly 12 +Grande-Bretagne 29 +Grande-Synthe 12 +Grasse 12 +Grassmann 15 +Graz 12 +Grèce 29 +Greenville 12 +Greenwich 12 +Grégoire 16 +Grégory 16 +Grenade 12 +Grenelle 134 +Grenoble 12 +Grevisse 15 +Grévy 15 +Grieg 15 +Grigny 12 +Grimbergen 12 +Grimm 15 +Grisons 175 +Groenland 43 +Grönwall 15 +Grötzsch 15 +Gstaad 12 +Gt/38 57 +Guadalajara 12 +Guadeloupe 29 +Guam 12 +Guantánamo 12 +Guatemala 43 +Guayaquil 12 +Guenièvre 19 +Guénon 15 +Guéret 12 +Guernesey 12 +Guillaume 16 +Guinée 29 +Guinée-Bissau 29 +Guizèh 12 +Gujarat 43 +Gupta +Gustave 16 +Gutenberg 15 +Guy 16 +Guyana 43 +Guyancourt 12 +Guyane 29 +Guyenne 29 +Gwenaël 16 +Gwenaëlle 19 +Gwendoline 19 +Gy/57 7 +H/57 7 +HDMI 45 +HDMI 7 +HIV 7 +HLM 88 +HS 45 +HT 139 +HTML 7 +Haar 15 +Habacuc/7 16 +Habib/76 +Habsbourg 15 +Hadamard 15 +Hadès/7 16 +Hadrien/7 16 +Haendel 15 +Hague 29 +Haguenau 12 +Hahn 15 +Haïfa/7 12 +Hainaut 43 +Haïti/7 12 +Hakim/7 16 +Hal 12 +Halicarnasse/7 12 +Halifax/7 12 +Hall 15 +Halle 12 +Halley 15 +Halloween/1 2 +Hamas 18 +Hambourg 12 +Hamel 15 +Hamilton 15 +Hamme 12 +Hammourabi 16 +Hampshire 43 +Hamza/7 16 +Han 12 +Händel 15 +Hankel 15 +Hannibal/7 16 +Hanoï/7 12 +Hanovre/7 12 +Hansen 15 +Harare 12 +Harbor 12 +Hardy 15 +Harelbeke 12 +Harlem/7 12 +Harnack 15 +Hartogs 15 +Harunobu 15 +Harvard 12 +Hasselt 12 +Haumea 19 +Hausdorff 15 +Haussmann/7 15 +Haut-Rhin 43 +Haute-Corse 29 +Haute-Garonne 29 +Haute-Loire 29 +Haute-Marne 29 +Haute-Normandie 29 +Haute-Saône 29 +Haute-Savoie 29 +Haute-Vienne 29 +Hautes-Alpes 95 +Hautes-Pyrénées 95 +Hauts-de-Seine 129 +Havane 29 +Havre 43 +Hawaï/7 12 +Haydn 15 +Haye 29 +Hayek 15 +Hazebrouck/7 12 +Heaviside 15 +Hébrides 95 +Hécate/7 19 +Hecke 15 +Hector/7 16 +Hegel 15 +Heidegger 15 +Heidelberg/7 12 +Heimlich 15 +Heisenberg/7 15 +Heist-op-den-Berg 12 +Héléna/7 19 +Hélène/7 19 +Hélicon/46 145 +Héliopolis/7 12 +Hélios/7 16 +Héloïse/7 19 +Helsinki/7 12 +Helvétie/34 29 +Hemingway/7 15 +Hénin-Beaumont/7 12 +Hénoch/7 16 +Henri/7 16 +Henriette/7 19 +Henry 15 +Héphaïstos/7 16 +Héra/7 19 +Héraclès/7 16 +Héraclite/7 16 +Hérault/46 43 +Herbert/7 16 +Herblay/7 12 +Herculanum/7 12 +Hercule/7 16 +Herentals 12 +Hermann/7 15 +Hermès/7 16 +Hermine/7 19 +Hermite/7 15 +Hérode/7 16 +Hérodote/7 16 +Hérouville-Saint-Clair/7 12 +Herstal 12 +Hertz 15 +Herve 12 +Hervé/7 16 +Hesbaye 29 +Hésiode/7 16 +Hespéride/2 2 +Hesse 29 +Hessenberg 15 +Hestia/7 19 +Heusden-Zolder 12 +Higgs 15 +Highlands 129 +Hilbert 15 +Hilda 19 +Himalaya/46 43 +Hippocrate/7 16 +Hippolyte/7 112 +Hiroshige 16 +Hiroshima 12 +Hispanie/34 29 +Hitchcock 15 +Hitler/7 15 +Hô-Chi-Minh-Ville 12 +Hobart 12 +Hobbes 15 +Hochschild 15 +Hodge 15 +Hoeilaart 12 +Hoffmann/7 15 +Hokkaido 12 +Hokusai 16 +Hölder 15 +Hollande 29 +Hollywood 12 +Homère/7 16 +Honduras 43 +Honegger 15 +Hong 45 +Hongrie 29 +Honolulu/7 12 +Honoré/7 16 +Honorine/7 19 +Honshu 12 +Hopf 15 +Horace/7 16 +Horn 12 +Hortense/7 19 +Horus/7 16 +Houilles 12 +Householder 15 +Houston 12 +Houthalen-Helchteren 12 +Hubble 15 +Hubert/7 16 +Hudson/7 15 +Hugo 16 +Hugues/7 16 +Huguette 19 +Hun/1 1 +Huntington 15 +Hurewicz 15 +Huron 43 +Hurwitz 15 +Husserl 15 +Huy 12 +Huygens 15 +Hyacinthe/7 16 +Hyderabad/7 12 +Hyères/7 12 +Hypatie/7 19 +Hypérion/7 16 +Hz/57 7 +I/37 186 +IA/7 57 +II/37 49 +III/37 49 +IIIe/37 93 +IIde/37 176 +IIe/37 93 +IInd/37 133 +INSEE/46 18 +IRM/7 57 +ISBN/7 7 +ISO/7 45 +IUT/7 7 +IV/37 49 +IVG/7 57 +IVe/37 93 +IX/37 49 +IXe/37 93 +Ibadan/7 12 +Ibiza/7 12 +Ibrahim/7 16 +Icare/7 16 +Ida/46 43 +Idaho/34 43 +Iekaterinbourg/7 12 +Ienisseï/46 43 +Ier/37 133 +Ignace/7 16 +Igor/7 16 +Iguaçu/34 29 +Île-de-France/34 29 +Île-du-Prince-Édouard/46 29 +Îles-de-la-Madeleine 95 +Iliade/46 18 +Ilias/7 16 +Ille-et-Vilaine/34 29 +Illinois/34 43 +Illkirch-Graffenstaden/7 12 +Illyrie/34 29 +Inde/2 137 +Indiana/34 43 +Indianapolis/7 12 +Indochine/34 29 +Indonésie/34 29 +Indre/34 29 +Indre-et-Loire/34 29 +Indus/46 145 +Inès/7 19 +Ingolstadt/7 12 +Ingres/7 15 +Ingrid/7 19 +Internet/9 +Interpol/9 19 +Io/7 19 +Iowa/46 43 +Iphigénie/7 19 +Iqaluit/7 12 +Irak/34 43 +Iran/34 43 +Ire/37 176 +Irène/7 19 +Irénée/7 16 +Irlande/34 29 +Iroise/34 +Isaac/7 16 +Isabelle/7 19 +Isaïe/7 16 +Isère/34 29 +Ishtar/7 19 +Isidore/7 16 +Ising/7 15 +Isis/7 19 +Islamabad/7 12 +Island +Islande/34 29 +Ismaël/7 16 +Ismérie/7 19 +Ispahan/7 12 +Israël/7 12 +Issy-les-Moulineaux/7 12 +Istanbul/7 12 +Istchee +Istres/7 12 +Istrie/34 29 +Italie/34 29 +Itô/7 15 +Ivanhoé/7 16 +Ivry-sur-Seine/7 12 +Iwasawa/7 15 +Ixelles/7 12 +Ixion/7 16 +Izegem/7 12 +Izmir/7 12 +J/57 7 +J.-C 16 +JO 7 +JPY/37 7 +Jack 16 +Jackie 112 +Jacksonville 12 +Jacky 16 +Jacob 16 +Jacobi 15 +Jacobson 15 +Jacqueline 19 +Jacques 16 +Jade 19 +Jaffa 12 +Jakarta 12 +Jamahiriya 47 +Jamaïque 29 +Jamblique 16 +James 16 +Jamésie 29 +Janeiro 12 +Janine 19 +Janus 16 +Japet 16 +Japon 43 +Jason 16 +Jaurès 15 +Java 18 +JavaScript 18 +Jean 16 +Jean-Baptiste 16 +Jean-Bernard 16 +Jean-Charles 16 +Jean-Christophe 16 +Jean-Claude 16 +Jean-François 16 +Jean-Jacques 16 +Jean-Louis 16 +Jean-Luc 16 +Jean-Marc 16 +Jean-Marie 16 +Jean-Michel 16 +Jean-Noël 16 +Jean-Paul 16 +Jean-Philippe 16 +Jean-Pierre 16 +Jean-Yves 16 +Jeanine 19 +Jeanne 19 +Jeannette 19 +Jeannine 19 +Jefferson 15 +Jéhovah 16 +Jemappes 12 +Jennifer 19 +Jensen 15 +Jérémie 16 +Jérémy 16 +Jéricho 12 +Jérôme 16 +Jersey 12 +Jérusalem 12 +Jessica 19 +Jessy 112 +Jésus 16 +Jésus-Christ 16 +Jim 16 +Jimmy 16 +Joachim 16 +Jocelyn 16 +Jocelyne 19 +Joconde 47 +Jocrisse 16 +Joël 16 +Joëlle 19 +Joffrey 16 +Johan 16 +Johann 16 +Johanna 19 +Johannesburg 12 +John 16 +Johnny 16 +Jonas 16 +Jonathan 16 +Jordan 15 +Jordanie 29 +Joris 16 +José 16 +Josée 19 +Joseph 16 +Josèphe 15 +Joséphine 19 +Josephson 15 +Josette 19 +Josiane 19 +Josué 16 +Joué-lès-Tours 12 +Joule 15 +Jourdain 43 +Juan 16 +Judas 16 +Jude 16 +Judée 29 +Judicaël 16 +Judith 19 +Jules 16 +Julia 19 +Julian 16 +Julie 19 +Julien 16 +Julienne 19 +Juliette 19 +Jung 15 +Junon 19 +Jupiter 16 +Jura 43 +Jurieu 15 +Juste 16 +Justin 16 +Justine 19 +Justinien 16 +Juvénal 16 +K/57 7 +KGB 18 +KMF/37 7 +KO 45 +K-O 45 +KO 7 +K-O 7 +Kaboul 12 +Kabylie 29 +Kac 15 +Kafka 15 +Kahan 15 +Kairouan 12 +Kalahari 43 +Kaliningrad 12 +Kalman 15 +Kaluza 15 +Kamel 16 +Kampala 12 +Kananga 12 +Kandinsky 15 +Kanpur 12 +Kansas 43 +Kant 15 +Kapellen 12 +Karachi 12 +Karen 19 +Karim 16 +Karine 19 +Karl 16 +Karlsruhe 12 +Karnak 12 +Kasaï-Occidental 43 +Kasaï-Oriental 43 +Katanga 43 +Katia 19 +Kativik 43 +Katmandou 12 +Katowice 12 +Katznelson 15 +Kaunas 12 +Kawasaki 12 +Kayl 12 +Kazakhstan 43 +Kazan 12 +Keeling 15 +Kehlen 12 +Kelly 19 +Kelvin 15 +Kennedy 15 +Kennelly 15 +Kent 145 +Kentucky 43 +Kenya 43 +Kenza 19 +Kepler 15 +Kerguelen 95 +Kessel 15 +Kevin 16 +Keynes 15 +Kharkov 12 +Khartoum 12 +Khéops 16 +Khéphren 16 +Khintchine 15 +Khrouchtchev 15 +Kibit/38 7 +Kiel 12 +Kierkegaard 15 +Kiev 12 +Kigali 12 +Kilian 16 +Kilimandjaro 43 +Killian 16 +Killing 15 +Kimberley 43 +King 15 +Kingston 12 +Kinshasa 12 +Kio/38 7 +Kipling 15 +Kippour 7 +Kirchhoff 15 +Kirghizie 29 +Kirghizistan 43 +Kirghizstan 43 +Kiribati 95 +Kisangani 12 +Kjeldahl 15 +Klee 15 +Klein 15 +Klimt 15 +Klitzing 15 +Klondike 43 +Knokke-Heist 12 +Ko/38 7 +Kobe 12 +Koch 15 +Kodaira 15 +Koekelberg 12 +Kolkata 12 +Kolmogorov 15 +Kolyma 29 +Kondratiev 15 +Kong 12 +Köniz 12 +Kontich 12 +Konya 12 +Korteweg 15 +Kosovo 43 +Kouïbychev 12 +Kourou 12 +Koursk 12 +Kovalevskaïa 15 +Koweït 43 +Kościuszko 15 +Krebs 15 +Krefeld 12 +Krein 15 +Kremlin 43 +Kremlin-Bicêtre 43 +Kriens 12 +Krishna 16 +Krishnamurti 15 +Kronecker 15 +Krull 15 +Kuala 45 +Kuiper 15 +Kuratowski 15 +Kurdistan 43 +Kurosh 15 +Kutta 15 +Kylian 16 +Kyllian 16 +Kyoto 12 +Kyushu 12 +L/57 7 +LCD 7 +LED 57 +LGV 57 +L'Haÿ-les-Roses 12 +L'Oréal 118 +LSD 7 +Labrador 43 +Lacan 15 +Lachésis 19 +Lacordaire 15 +Laeken 12 +Laërce 15 +Lætitia 19 +Lagos 12 +Lagrange 15 +Laguerre 15 +Lahore 12 +Lalande 15 +Laly 19 +Lamarck 15 +Lamartine 15 +Lambersart 12 +Lambert 15 +Lanaken 12 +Lanaudière 12 +Lancelot 16 +Lancy 12 +Landau 15 +Landen 12 +Landes 95 +Landry 15 +Lanester 12 +Langevin 15 +Languedoc 43 +Languedoc-Roussillon 43 +Lanka 43 +Lanvaux 12 +Laon 12 +Laos 43 +Laplace 15 +Laponie 29 +Lara 19 +Larissa 19 +Larousse 15 +Larsen 15 +Larzac 43 +Las 45 +Lascaux 12 +Lassay-les-Châteaux 12 +Latium 43 +Latran 43 +Laura 19 +Laurasie 29 +Laure 19 +Laurence 19 +Laurent 16 +Laurentides 95 +Laurette 19 +Lauriane 19 +Laurie 19 +Laurine 19 +Lausanne 12 +Laval 307 +Lavoisier 15 +Lazare 16 +Léa 19 +Lebesgue 15 +Lebrun 15 +Leclerc 15 +Leeds 12 +Leeuw-Saint-Pierre 12 +Lefschetz 15 +Legendre 15 +Léger 15 +Lehmer 15 +Leibnitz 12 +Leibniz 15 +Leicester 12 +Leila 19 +Leipzig 12 +Lejeune 15 +Léman 43 +Léna 19 +Lénine 16 +Leningrad 12 +Lenny 16 +Lens 12 +Léo 16 +Léon 16 +Léonard 16 +Léonce 112 +Leone 15 +Léone 19 +Léonidas 16 +Léonide 112 +Léonie 19 +Léontine 19 +Léopold 16 +Leopoldt 15 +Léopoldville 12 +Leslie 19 +Lesotho 43 +Lesse 29 +Lettonie 29 +Leucippe 16 +Levallois-Perret 12 +Levi 15 +Levi-Civita 15 +Lévi-Strauss 15 +Levinson 15 +Lévis 12 +Lévitique 18 +Lévy 15 +Liam 16 +Liban 43 +Liberia 43 +Libourne 12 +LibreOffice 134 +Libreville 12 +Libye 29 +Liechtenstein 43 +Liège 12 +Liénard 15 +Lierre 12 +Liévin 12 +Lilas 129 +Lilian 16 +Liliane 19 +Lilith 19 +Lille 12 +Lilongwe 12 +Lilou 19 +Lily 19 +Lima 12 +Limbourg 43 +Limoges 12 +Limousin 43 +Lina 19 +Lincoln 15 +Linda 19 +Line 19 +Linné 15 +Linux 134 +Lionel 16 +Liouville 15 +Lipschitz 15 +Lisa 19 +Lisbonne 12 +Lise 19 +Lisieux 12 +Lissajous 15 +Liszt 15 +Littlewood 15 +Littré 15 +Lituanie 29 +Liverpool 12 +Livingstone 15 +Livourne 12 +Livry-Gargan 12 +Ljubljana 12 +Loan 16 +Lobatchevski 15 +Lochristi 12 +Locke 15 +Loewner 15 +Logan 16 +Loïc 16 +Loir 43 +Loire 29 +Loire-Atlantique 29 +Loiret 43 +Loir-et-Cher 43 +Loïse 19 +Lojasiewicz 15 +Lokeren 12 +Lola 19 +Lombardie 29 +Lomé 12 +Lommel 12 +Londres 12 +Longjumeau 12 +Longueuil 12 +Lons-le-Saunier 12 +Loos 12 +Lorentz 15 +Lorenz 15 +Lorenzo 16 +Lorette 12 +Lorient 12 +Lormont 12 +Lorraine 29 +Los 45 +Lot 43 +Lot-et-Garonne 43 +Lothaire 16 +Lotharingie 29 +Lou 112 +Loubet 15 +Louis 16 +Louise 19 +Louisette 19 +Louisiane 29 +Louisville 12 +Louka 16 +Louksor 12 +Louna 19 +Louvain 12 +Louvière 29 +Louvre 43 +Love 15 +Lovecraft 15 +Loyola 15 +Lozère 29 +Luanda 12 +Lübeck 12 +Lubéron 43 +Lublin 12 +Lubumbashi 12 +Luc 16 +Luca 16 +Lucas 16 +Lucerne 12 +Lucette 19 +Lucie 19 +Lucien 16 +Lucienne 19 +Lucifer 16 +Lucile 19 +Lucrèce 19 +Lucullus 16 +Ludivine 19 +Ludovic 16 +Lug 16 +Lugano 12 +Luka 16 +Lukas 16 +Lully 15 +Lumière 15 +Lumpur 12 +Luna 19 +Lune 29 +Lunel 12 +Lunéville 12 +Lure 12 +Lusaka 12 +Lusin 15 +Lusitanie 29 +Lutèce 12 +Luther 15 +Luxembourg 12 +Lyapunov 15 +Lyapunov 15 +Lycaonie 29 +Lycie 29 +Lydia 19 +Lydie 19 +Lyme 12 +Lyon 12 +Lódz 12 +M 182 +MM 183 +MP3 7 +MST 57 +Maaseik 12 +Maasmechelen 12 +Maastricht 12 +Mac 134 +MacLane 15 +Mac-Mahon 15 +Macao 12 +Macdonald 15 +Macédoine 29 +Mach 15 +Machhad 12 +Mackenzie 43 +Maclaurin 15 +Mâcon 12 +Mâconnais 43 +Madagascar 12 +Madame 184 +Madeleine 19 +Mademoiselle 184 +Madras 12 +Madrid 12 +Maël 16 +Maëlle 19 +Maëlys 19 +Maeterlinck 15 +Maeva 19 +Maéva 19 +Magali 19 +Magalie 19 +Magdebourg 12 +Magellan 15 +Maghreb 43 +Maginot 15 +Magnus 15 +Magog 12 +Magritte 15 +Mahâbhârata 18 +Maharashtra 43 +Mahler 15 +Mahomet 16 +Maillol 15 +Maine 43 +Maine-et-Loire 43 +Maisons-Alfort 12 +Maisons-Laffitte 12 +Maïwen 19 +Maïwenn 19 +Majorque 12 +Malabo 12 +Malachie 16 +Malaisie 29 +Malakoff 12 +Malawi 43 +Malcev 15 +Maldegem 12 +Maldives 95 +Malebranche 15 +Mali 43 +Malik 16 +Malika 19 +Malines 12 +Mallarmé 15 +Malmö 12 +Malouines 12 +Malraux 15 +Malte 12 +Malthus 15 +Mamer 12 +Managua 12 +Manama 12 +Manaus 12 +Manche 29 +Manchester 12 +Mandchourie 29 +Mandela 15 +Mandelbrot 15 +Manet 15 +Manhattan 12 +Manicouagan 29 +Maniema 43 +Manille 12 +Manitoba 43 +Mannheim 12 +Manon 19 +Manosque 12 +Mans 43 +Mantes-la-Jolie 12 +Mantoue 12 +Mao 15 +Maputo 12 +Maracaibo 12 +Marat 15 +Marc 16 +Marcel 16 +Marcelle 19 +Marcellin 16 +Marcelline 19 +Marche 29 +Marche-en-Famenne 12 +Marcion 16 +Marcq-en-Barœul 12 +Mardouk 16 +Margaux 19 +Margot 19 +Marguerite 19 +Maria 19 +Marianne 19 +Mariannes 95 +Marie 19 +Marie-Ange 19 +Marie-Antoinette 19 +Marie-Chantal 19 +Marie-Christine 19 +Marie-Claire 19 +Marie-Claude 19 +Marie-France 19 +Marie-Françoise 19 +Marie-Hélène 19 +Marie-Jeanne 19 +Marie-José 19 +Marie-Josèphe 19 +Marie-Laure 19 +Marie-Line 19 +Marie-Louise 19 +Marie-Madeleine 19 +Marie-Noëlle 19 +Marie-Paule 19 +Marie-Pierre 19 +Marie-Rose 19 +Marie-Thérèse 19 +Marielle 19 +Mariette 19 +Marignan 12 +Marignane 12 +Marilyne 19 +Marina 19 +Marine 19 +Mario 16 +Marion 19 +Marius 16 +Marivaux 15 +Marjorie 19 +Markov 15 +Marlène 19 +Marmara 12 +Marne 29 +Maroc 43 +Marot 15 +Marrakech 12 +Mars 16 +Marseille 12 +Marshall 15 +Martenot 15 +Marthe 19 +Martial 16 +Martigues 12 +Martin 16 +Martine 19 +Martinet 15 +Martini 15 +Martinien 16 +Martinique 29 +Marvin 16 +Marx 15 +Mary 19 +Maryland 43 +Marylène 19 +Maryline 19 +Maryse 19 +Maryvonne 19 +Mascate 12 +Mascouche 12 +Massachusetts 43 +Masséna 15 +Massenet 15 +Massy 12 +Mathéo 16 +Mathias 16 +Mathieu 16 +Mathilde 19 +Mathis 16 +Mathusalem 16 +Mathys 16 +Matignon 12 +Matisse 15 +Matteo 16 +Mattéo 16 +Matthias 16 +Matthieu 16 +Maubeuge 12 +Maud 19 +Maupassant 15 +Maure/1 10 +Maurétanie 29 +Mauriac 15 +Maurice 16 +Mauricette 19 +Mauricie 29 +Mauritanie 29 +Max 16 +Maxence 16 +Maxime 16 +Maximilien 16 +Maxwell 15 +Mayence 12 +Mayenne 29 +Mayotte 12 +Mazarin 15 +Mbit/38 7 +Mbuji-Mayi 12 +McKinley 15 +Me/1 171 +Meaux 12 +Mecklembourg 43 +Mecklembourg-Poméranie-Occidentale 43 +Mecque 29 +Médard 16 +Médée 19 +Medellín 12 +Médicis 15 +Mée-sur-Seine 43 +Mégane 19 +Mehdi 16 +Meiji 112 +Meknès 12 +Mékong 43 +Melaine 112 +Mélanésie 29 +Mélanie 19 +Melbourne 12 +Melchior 16 +Méliès 15 +Mélina 19 +Méline 19 +Mélissa 19 +Mellin 15 +Melun 12 +Melvin 16 +Memphis 12 +Mende 12 +Mendel 15 +Mendeleïev 15 +Mendelssohn 15 +Mené 12 +Menin 12 +Menton 12 +Méphistophélès 16 +Mercalli 15 +Mercantour 43 +Mercator 15 +Mercie 199 +Mercure 16 +Merelbeke 12 +Mérida 12 +Mérignac 12 +Mérimée 15 +Merlin 16 +Mesdames 185 +Mesdemoiselles 185 +Mésie 29 +Mésopotamie 29 +Messaline 19 +Messieurs 183 +Messine 12 +Messire/1 157 +Metz 15 +Meudon 12 +Meurthe 29 +Meurthe-et-Moselle 29 +Meuse 29 +Mexico 12 +Mexique 43 +Meyzieu 12 +Mézières 12 +Mgr/1 157 +Miami 12 +Mibit/38 7 +Michael 16 +Michaël 16 +Michée 16 +Michel 16 +Michel-Ange 16 +Michèle 19 +Michelet 15 +Michelin 118 +Micheline 19 +Michelle 19 +Michelson 15 +Michigan 43 +Mickaël 16 +Micronésie 29 +Microsoft 118 +Midas 16 +Midgard 43 +Midi-Pyrénées 12 +Miguel 16 +Mikaël 16 +Mike 16 +Milan 12 +Milankovitch 15 +Milgram 15 +Milhaud 15 +Mill 15 +Millau 12 +Millerand 15 +Milne 15 +Milton 15 +Milwaukee 12 +Mimas 16 +Minakshisundaram 15 +Minkowski 15 +Minneapolis 12 +Minnesota 43 +Minos 16 +Minsk 12 +Mio/38 7 +Miquelon 12 +Mirabeau 15 +Mirabel 12 +Miramas 12 +Miranda 19 +Mireille 19 +Miró 15 +Mississippi 43 +Missouri 43 +Mithra 16 +Mithridate 16 +Mitsubishi 118 +Mitterrand 15 +Mlle/1 158 +Mme/1 158 +Mnémosyne 19 +Mo/38 7 +Möbius 15 +Modigliani 15 +Mogadiscio 12 +Mohamed 16 +Mohammed 16 +Moire/1 2 +Moïse 16 +Mol 12 +Moldavie 29 +Molenbeek-Saint-Jean 12 +Molière 16 +Molotov 15 +Monaco 12 +Mönchengladbach 12 +Mondercange 12 +Mondrian 15 +Monet 15 +Monge 15 +Mongolie 29 +Mongolie-Intérieure 29 +Monique 19 +Monod 15 +Monrovia 12 +Mons 12 +Mons-en-Barœul 12 +Monsieur 182 +Mont-Blanc 43 +Mont-Saint-Aignan 12 +Montaigne 15 +Montaigu-Zichem 12 +Montana 43 +Montauban 12 +Montbéliard 12 +Montceau-les-Mines 12 +Mont-de-Marsan 12 +Monte-Carlo 12 +Montel 15 +Montélimar 12 +Monténégro 43 +Montérégie 29 +Monterrey 12 +Montesquieu 15 +Montevideo 12 +Montfermeil 12 +Montgeron 12 +Montgolfier 15 +Monticelli 15 +Montigny-le-Bretonneux 12 +Montigny-lès-Metz 12 +Montluçon 12 +Montmartre 12 +Montmorency 12 +Montparnasse 12 +Montpellier 12 +Montréal 12 +Montreuil 12 +Montreux 12 +Montrouge 12 +Montserrat 12 +Moravie 29 +Morbihan 43 +Mordell 15 +More 15 +Morera 15 +Moresby 12 +Morgan 112 +Morgane 19 +Morley 15 +Morphée 16 +Morse 15 +Morteau 12 +Morton 15 +Mortsel 12 +Morvan 43 +Moscou 12 +Moscovie 29 +Moselle 29 +Moser 15 +Mossad 18 +Moulins 12 +Mourad 16 +Mourmansk 12 +Mouscron 12 +Moussorgski 15 +Moyen-Orient 43 +Mozambique 43 +Mozart 15 +Mozilla 118 +Mpc/38 7 +Mr 157 +Mrs 158 +Mt/38 57 +Mucha 15 +Mulhouse 12 +Mumbai 12 +Munch 15 +Münchhausen 15 +Munich 12 +Münster 12 +Murcie 12 +Mureaux 129 +Muret +Muriel 19 +Murielle 19 +Murray 43 +Musset 15 +Mussolini 15 +Mustapha 16 +Mx/38 7 +Myanmar 43 +Mykérinos 16 +Mylène 19 +Myriam 19 +N/57 7 +NASA 47 +NDLR 57 +N'Djamena 12 +Nabil 16 +Nabuchodonosor 16 +Nadège 19 +Nadia 19 +Nadine 19 +Nagasaki 12 +Nagata 15 +Nagoya 12 +Nagy 15 +Nahum 16 +Naimark 15 +Nairobi 12 +Nakayama 15 +Namibie 29 +Namur 12 +Nancy 12 +Nankin 12 +Nanterre 12 +Nantes 12 +Naples 12 +Napoléon 16 +Narbonne 12 +Narcisse 16 +Nash 15 +Nashville 12 +Nasser 15 +Nassim 16 +Natacha 19 +Nathalie 19 +Nathan 16 +Nathanaël 16 +Nathanaëlle 19 +Nauru 12 +Navarre 29 +Navier-Stokes 15 +Naypyidaw 12 +Nazareth 12 +Nazca 12 +Neandertal 12 +Nebraska 43 +Néfertiti 19 +Néguev 43 +Néhémie 16 +Nehru 15 +Nelly 19 +Némésis 19 +Népal 43 +Neptune 16 +Néréide/1 2 +Néron 16 +Nerval 15 +Nessus 16 +Nestlé 118 +Nestor 16 +Neuchâtel 12 +Neuilly-sur-Marne 12 +Neuilly-sur-Seine 12 +Neumann 15 +Neustrie 29 +Nevada 43 +Nevanlinna 15 +Nevers 12 +New 45 +Newcastle 12 +Newton 15 +Niagara 43 +Niamey 12 +Nicaragua 43 +Nice 12 +Nicée 12 +Nicodème 16 +Nicolas 16 +Nicole 19 +Nicomaque 16 +Nicosie 12 +Nidwald 12 +Niels 16 +Niépce 15 +Nietzsche 15 +Nièvre 29 +Niger 43 +Nigeria 43 +Nijlen 12 +Nikodym 15 +Nil 43 +Nîmes 12 +Nina 19 +Ninive 12 +Ninon 19 +Ninove 12 +Niort 12 +Nissan 118 +Nivelles 12 +Nivernais 43 +Noa 112 +Noah 16 +Noam 16 +Nobel 15 +Noé 16 +Noël 16 +Noëlle 19 +Noémie 19 +Noether 15 +Nogent-sur-Marne 12 +Noirmoutier 12 +Noisy-le-Grand 12 +Noisy-le-Sec 12 +Nolan 16 +Nolwenn 19 +Nora 19 +Norbert 16 +Nord 18 +Nord-Kivu 43 +Nord-Pas-de-Calais 43 +Nord-du-Québec 43 +Nordine 16 +Norfolk 12 +Norique 43 +Normandie 29 +Norne/1 2 +Northumbrie 199 +Norton 15 +Norvège 29 +Notre-Dame 224 +Nottingham 12 +Nouakchott 12 +Nouméa 12 +Nouveau-Brunswick 43 +Nouveau-Mexique 43 +Nouveau-Québec 43 +Nouvelle-Calédonie 29 +Nouvelle-Écosse 29 +Nouvelle-Galles 29 +Nouvelle-Guinée 29 +Nouvelle-Orléans 29 +Nouvelle-Zélande 29 +Nouvelles-Hébrides 95 +Novgorod 12 +Novossibirsk 12 +Np/38 7 +Nubie 29 +Numidie 29 +Nunavik 43 +Nunavut 43 +Nuremberg 12 +Nyons 12 +Nyquist 15 +OCDE/46 47 +Œdipe/7 16 +OGM/7 7 +OK 70 +OMC/46 47 +OMS/46 47 +ONG/7 57 +ONU/46 18 +OPA/7 57 +OPE/7 57 +OPR/7 57 +OPV/7 57 +ORL/7 88 +OS/7 88 +OTAN/46 18 +Oakland/7 12 +Obama/7 15 +Oberhausen/7 12 +Obéron/7 16 +Obwald/76 43 +Occam/7 15 +Occitanie/34 29 +Océane/7 19 +Océanie/34 29 +Ockham/7 15 +Octave/7 16 +Odéon/46 18 +Odessa/7 12 +Odette/7 19 +Odile/7 19 +Odilon/7 16 +Odin/7 16 +Oe/38 7 +Offenbach/7 15 +Offenbach/7 15 +Ohio/34 43 +Ohm/7 15 +Oisans/46 43 +Oise/46 29 +Oklahoma/34 43 +Olga/7 19 +Olivet/7 12 +Olivia/7 19 +Olivier/7 16 +Olympe/46 43 +Olympie/7 12 +Omaha/7 12 +Oman/7 43 +Omar/7 16 +Omdourman/7 12 +Omsk/7 12 +Ontario/46 43 +Oort/7 15 +Oostkamp/7 12 +OpenOffice/7 134 +Ophélie/7 19 +Oppenheimer/7 15 +Oran/7 12 +Orange/7 12 +Orcades 95 +Oregon/34 43 +Orénoque/46 43 +Origène/7 16 +Orion/7 16 +Orlando/7 12 +Orléans/7 12 +Orlon/34 +Orly/7 12 +Orne/34 29 +Oronte/46 43 +Orphée/7 16 +Orsay/7 12 +Orvault/7 12 +Orwell/7 15 +Osaka/7 12 +Oscar/7 16 +Osiris/7 16 +Oslo/7 12 +Ossétie/34 29 +Ostende/7 12 +Ostie/7 12 +Ostrava/7 12 +Othe/34 43 +Ottawa/7 12 +Ottignies-Louvain-la-Neuve/7 12 +Ouagadougou/7 12 +Ouganda/34 43 +Ougarit/7 12 +Oulan-Bator/7 12 +Oullins/7 12 +Oupeye/7 12 +Oural/46 43 +Ouranos/7 16 +Ouroboros/34 18 +Ourthe/46 29 +Outaouais/46 43 +Ouzbékistan/34 43 +Overijse/7 12 +Ovide/7 16 +Oviedo/7 12 +Oxford/7 12 +Oyonnax/7 12 +Ozoir-la-Ferrière/7 12 +P/38 57 +PAO 47 +PC 7 +PDF 45 +PDF 7 +P-DG 88 +PGCD 7 +PIB 7 +PME 57 +PNB 7 +PPCM 7 +PVC 7 +Pa/57 7 +Pablo 16 +Pacôme 16 +Padé 15 +Padoue 12 +Pagnol 15 +Pakistan 43 +Palaiseau 12 +Palaos 95 +Palatin 43 +Palerme 12 +Palestine 29 +Paley 15 +Pallas 19 +Pamphylie 29 +Pan 16 +Panamá 43 +Pandore 19 +Pangée 29 +Pannonie 29 +Pantin 12 +Panurge 16 +Paola 19 +Papeete 12 +Papouasie 29 +Papouasie-Nouvelle-Guinée 29 +Pâques 18 +Paracelse 16 +Paraguay 43 +Paramaribo 12 +Pareto 15 +Paris 12 +Pâris 16 +Parkinson 15 +Parme 12 +Parménide 16 +Parque/1 2 +Parthie 29 +Pascal 15 +Pascal 16 +Pascale 19 +Pas-de-Calais 43 +Passau 12 +Passy 12 +Pasteur 15 +Patagonie 29 +Paterne +Patodi 15 +Patras 12 +Patrice 16 +Patricia 19 +Patrick 16 +Patrocle 16 +Pau 12 +Paul 16 +Paule 19 +Paulette 19 +Pauli 15 +Paulin 16 +Pauline 19 +Pauling 15 +Paulo 16 +Pausanias 16 +Pavlov 15 +Pays-Bas 129 +Paz 29 +Pbit/38 7 +Peano 15 +Pearl 45 +Pearson 15 +Pégase 16 +Peggy 19 +Pékin 12 +Pélagie 19 +Pelletier 15 +Péloponnèse 43 +Pénélope 19 +Penh 45 +Penjab 43 +Pennsylvanie 29 +Penthésilée 19 +Pépin 16 +Perceval 16 +Pergame 12 +Périclès 16 +Périgord 43 +Périgueux 12 +Perm 12 +Pérou 43 +Perpignan 12 +Perrault 15 +Perreux-sur-Marne 12 +Perrine 19 +Perse 29 +Persée 16 +Perséphone 19 +Persépolis 12 +Perth 12 +Perón 15 +Pessac 12 +Pétain 15 +Pétange 12 +Petit-Quevilly 12 +Pétrarque 16 +Petrograd 12 +Pétronille/7 220 +Peugeot 15 +Phèdre 19 +Phénicie 29 +Philadelphie 12 +Philalèthe 16 +Philippe 16 +Philippeville 12 +Philippines 95 +Phillips 15 +Philomène 19 +Philon 16 +Phnom 12 +Phobos 16 +Phœbé 19 +Phoenix 12 +Phragmen 15 +Phrygie 29 +Pibit/38 7 +Picard 15 +Picardie 29 +Picasso 15 +Pie 16 +Piémont 43 +Pierre 16 +Pierre-Louis 16 +Pierre-Yves 16 +Pierrefitte-sur-Seine 12 +Pierrette 19 +Pierrick 16 +Pierrot 16 +Pigalle 12 +Pikine 12 +Pilate 15 +Pinocchio 16 +Pinochet 15 +Pio/38 7 +Pirandello 15 +Pise 12 +Pisidie 29 +Pitot 15 +Pittsburgh 12 +Pizarro 15 +Pl/38 7 +Placide 16 +Plaisir 12 +Plancherel 15 +Planck 15 +Platon 16 +Plemelj 15 +Plessis-Robinson 12 +Pline 16 +Ploiesti 12 +Plotin 16 +Plovdiv 12 +Plutarque 16 +Pluton 16 +Plymouth 12 +Pô 43 +Po/38 7 +Podgorica 12 +Poincaré 15 +Pointe-Claire 12 +Poisson 15 +Poissy 12 +Poitiers 12 +Poitou 43 +Poitou-Charentes 43 +Pol 16 +Pollock 15 +Polo 15 +Pologne 29 +Polybe 16 +Polynésie 29 +Poméranie 29 +Pompéi 12 +Pompidou 15 +Pondichéry 12 +Pontault-Combault 12 +Pontoise 12 +Pontryagin 15 +Ponzi 15 +Popper 15 +Porphyre 16 +Port 43 +Port-Gentil 12 +Port-au-Prince 12 +Portia +Porto 45 +Porto-Novo 12 +Portugal 43 +Poséidon 16 +Possession 29 +Potemkine 15 +Potsdam 12 +Pouchkine 15 +Poznan 12 +Pr/1 157 +Prague 12 +Praia 12 +Prairie 29 +Prandtl 15 +Praxitèle 16 +Pre/1 158 +Pretoria 12 +Prévert 15 +Priam 16 +Priape 16 +Princeton 12 +Prisca 47 +Priscilla 19 +Pristina 12 +Privas 12 +Proche-Orient 43 +Professeure/3 171 +Prokofiev 15 +Prométhée 16 +Prosper 16 +Protée 16 +Proudhon 15 +Proust 15 +Provence 29 +Prudence 16 +Prusse 29 +Ptolémée 16 +Puccini 15 +Puck +Puebla 12 +Puiseux 15 +Pune 12 +Pune 12 +Purcell 15 +Puteaux 12 +Puy-de-Dôme 43 +Puy-en-Velay 12 +Pyongyang 12 +Pyrénées 95 +Pyrénées-Atlantiques 95 +Pyrénées-Orientales 95 +Pyrrha 19 +Pyrrhus 16 +Pythagore 16 +Pólya 15 +QI 7 +Qatar 43 +Québec 12 +Queensland 43 +Quentin 16 +Quercy +Quetzalcóatl 16 +Quiberon 12 +Quichotte +Quimper 12 +Quirinal 43 +Quito 12 +Qumran 12 +R/38 7 +RAM 57 +RATP 57 +RDA 47 +RER 7 +RFA 47 +RIB 7 +RMI 7 +RMIste/1 10 +ROM 57 +RSA 7 +RTT 57 +RUB/37 7 +Râ 16 +Rabat 12 +Rabelais 15 +Rachel 19 +Rachid 16 +Rachmaninov 15 +Racine 15 +Rademacher 15 +Radon 15 +Ragnarök 18 +Raïssa 19 +Rajasthan 43 +Raman 15 +Râmâyana 18 +Rambouillet 12 +Ramsès 16 +Ramuz 15 +Rangoon 12 +Raoul 16 +Raphaël 16 +Raphaëlle 19 +Raphson 15 +Rapperswil-Jona 12 +Raspoutine 15 +Ratisbonne 12 +Rauch +Ravachol 16 +Ravel 15 +Rayan 16 +Rayleigh 15 +Raymond 16 +Raymonde 19 +Reagan 15 +Réaumur 15 +Rebecca 19 +Recife 12 +Reconquista 47 +Regina 12 +Régine 19 +Reich 7 +Reichstag 18 +Reidemeister 15 +Reims 12 +Reiten 15 +Rellich 15 +Rembrandt 16 +Rémi 16 +Remich 12 +Remus 16 +Rémy 16 +Renaix 12 +Renaud 16 +Renault 15 +René 16 +Renée 19 +Rennes 12 +Renoir 15 +Repentigny 12 +Retz 12 +Réunion 29 +Reykjavík 12 +Reynolds 15 +Rezé 12 +Rham 15 +Rhéa 19 +Rhénanie 29 +Rhénanie-Palatinat 29 +Rhénanie-du-Nord-Westphalie 29 +Rhétie 29 +Rhin 43 +Rhode 43 +Rhodes 12 +Rhodes-Extérieures 95 +Rhodes-Intérieures 95 +Rhodésie 29 +Rhodia +Rhône 43 +Rhône-Alpes 12 +Rhue +Rica 43 +Ricardo 15 +Riccati 15 +Ricci 15 +Richard 16 +Richelieu 15 +Richmond 12 +Richter 15 +Rico 12 +Riehen 12 +Riemann 15 +Riesz 15 +Riga 12 +Rigaud 15 +Rillieux-la-Pape 12 +Rimbaud 15 +Rimouski 12 +Rio 12 +Ris-Orangis 12 +Rita 19 +Ritt 15 +Riviera 29 +Rixensart 12 +Riyad 12 +R'n'B 7 +Roanne 12 +Robert 16 +Roberte 19 +Roberval 15 +Robespierre 15 +Robin 16 +Robinson 15 +Roch 16 +Rochefort 12 +Rochefoucauld 15 +Rochelle 29 +Roche-sur-Yon 29 +Rodez 12 +Rodolphe 16 +Rodrigue 16 +Roeser 12 +Roger 16 +Rokhlin +Roland 16 +Rolande 19 +Rolle 15 +Romain 16 +Romainville 12 +Romanov 15 +Romans-sur-Isère 12 +Romaric 16 +Romberg 15 +Rome 12 +Roméo 16 +Romuald 16 +Romulus 16 +Ronan 16 +Roncevaux 12 +Ronsard 223 +Roosevelt 15 +Rorschach 15 +Rosalie 19 +Rose 19 +Rose-Marie 19 +Roseline 19 +Roselyne 19 +Roselyse 19 +Rosine 19 +Rosny-sous-Bois 12 +Rossini 15 +Rostand 15 +Roth 15 +Rothschild 15 +Rotterdam 12 +Roubaix 12 +Rouen 12 +Rouergue 43 +Roulers 12 +Roumanie 29 +Rousseau 15 +Roussillon 43 +Rouyn-Noranda 12 +Roxane 19 +Royaume-Uni 43 +Ruanda +Ruben 16 +Rubens 15 +Rubicon 43 +Rudy 16 +Rueil-Malmaison 12 +Ruhr 29 +Rumelange 12 +Rûmî 15 +Runge 15 +Rungis 12 +Russell 15 +Russie/1 137 +Ruth 19 +Rutherford 15 +Rutishauser 15 +Rwanda 43 +Ryan 16 +S/57 7 +SA 57 +SARL 57 +SDF 88 +SMIC 7 +SMS 7 +SNCF 57 +SOS 7 +SPF 7 +SPRL 57 +SRAS 7 +SS 88 +SSII 57 +Sabine 19 +Sabrina 19 +Sacha 112 +Sacramento 12 +Sade 15 +Sagan 15 +Saguenay 12 +Saguenay–Lac-Saint-Jean 43 +Sahara 43 +Saïd 16 +Saint-André 12 +Saint-Barthélemy 12 +Saint-Benoît 12 +Saint-Brieuc 12 +Saint-Bruno-de-Montarville 12 +Saint-Chamond 12 +Saint-Cloud 12 +Saint-Constant 12 +Saint-Cyr 12 +Saint-Denis 12 +Saint-Dié-des-Vosges 12 +Saint-Dizier 12 +Saint-Domingue 12 +Saint-Empire 18 +Saint-Esprit 18 +Saint-Étienne 12 +Saint-Étienne-du-Rouvray 12 +Saint-Eustache 12 +Saint-Exupéry 15 +Saint-Gall 12 +Saint-Georges 12 +Saint-Germain-en-Laye 12 +Saint-Ghislain 12 +Saint-Herblain 12 +Saint-Hyacinthe 12 +Saint-Jacques-de-Compostelle 12 +Saint-Jean 12 +Saint-Jean-Baptiste 47 +Saint-Jean-sur-Richelieu 12 +Saint-Jérôme 12 +Saint-Joseph 12 +Saint-Josse-ten-Noode 12 +Saint-Just 15 +Saint-Kitts-et-Nevis 12 +Saint-Lambert 12 +Saint-Laurent 43 +Saint-Laurent-du-Var 12 +Saint-Leu 12 +Saint-Lô 12 +Saint-Louis 12 +Saint-Malo 12 +Saint-Marin 43 +Saint-Martin 12 +Saint-Martin-d'Hères 12 +Saint-Maur-des-Fossés 12 +Saint-Médard-en-Jalles 12 +Saint-Michel-sur-Orge 12 +Saint-Nazaire 12 +Saint-Nicolas 12 +Saint-Nicolas 57 +Saint-Office 18 +Saint-Ouen 12 +Saint-Ouen-l'Aumône 12 +Saint-Patrick 57 +Saint-Paul 12 +Saint-Pétersbourg 12 +Saint-Pierre 12 +Saint-Pierre-et-Miquelon 12 +Saint-Pol-sur-Mer 12 +Saint-Priest 12 +Saint-Quentin 12 +Saint-Raphaël 12 +Saint-Saëns 15 +Saint-Sébastien-sur-Loire 12 +Saint-Siège 18 +Saint-Sylvestre 57 +Saint-Trond 12 +Saint-Tropez 12 +Saint-Valentin 57 +Saint-Vincent-et-les-Grenadines 43 +Sainte-Alliance 47 +Sainte-Foy-lès-Lyon 12 +Sainte-Geneviève-des-Bois 12 +Sainte-Hélène 12 +Sainte-Julie 12 +Sainte-Lucie 29 +Sainte-Thérèse 12 +Saintes 12 +Saintonge 29 +Sakharov 15 +Salaberry-de-Valleyfield 12 +Saladin 16 +Salem 12 +Salisbury 12 +Salma 19 +Salomé 19 +Salomon 16 +Salon-de-Provence 12 +Salonique 29 +Salvador 43 +Salvatore 16 +Sam 16 +Samantha 19 +Samara 12 +Sambre 29 +Sambreville 12 +Sami 16 +Samia 19 +Samir 16 +Samira 19 +Samoa 95 +Samson 16 +Samsung 118 +Samuel 16 +Samy 16 +San 45 +Sanaa 12 +Sancerrois 43 +Sand 15 +Sandra 19 +Sandrine 19 +Sandy 112 +Sanem 12 +Sannois 12 +Sanofi 118 +Santerre 43 +Santiago 12 +Saône 29 +Saône-et-Loire 29 +Sapporo 12 +Saqqarah 12 +Sara 19 +Saragosse 12 +Sarah 19 +Sarajevo 12 +Sarcelles 12 +Sard 15 +Sardaigne 29 +Sardanapale 16 +Sarkozy 15 +Sarre 29 +Sarrebruck 12 +Sarreguemines 12 +Sarthe 29 +Sartre 15 +Sartrouville 12 +Sasha 112 +Saskatchewan 29 +Satan 16 +Saturne 16 +Saturnin 16 +Saul 16 +Saumur 12 +Saussure 15 +Savigny-le-Temple 12 +Savigny-sur-Orge 15 +Savoie 29 +Savonarole 15 +Saxe 29 +Saxe-Anhalt 29 +Saxe-Cobourg 15 +Scandinavie 29 +Schaerbeek 12 +Schaffhouse 12 +Schauder 15 +Schengen 12 +Schifflange 12 +Schiller 15 +Schiltigheim 12 +Schleswig-Holstein 43 +Schmitt 15 +Schnirelmann 15 +Schoenberg 15 +Schönberg 15 +Schopenhauer 15 +Schoten 12 +Schottky 15 +Schouten 308 +Schreier 15 +Schrödinger 15 +Schubert 15 +Schumann 15 +Schumpeter 15 +Schur 15 +Schwartz 15 +Schwarz 15 +Schwarzschild 15 +Schwerin 12 +Schwyz 12 +Scipion 16 +Scoville 15 +Scylla 19 +SeaMonkey 134 +Seattle 12 +Sébastien 16 +Sébastopol 12 +Sedan 12 +Ségolène 19 +Seidel 15 +Seifert +Seine 29 +Seine-Maritime 29 +Seine-Saint-Denis 29 +Seine-et-Marne 29 +Séléné 19 +Seltz 12 +Sémélé 19 +Sémiramis 19 +Semois 29 +Sendai 12 +Sénégal 43 +Sénégambie 29 +Sénèque 16 +Sens 12 +Séoul 12 +Sept-Îles 12 +Seraing 12 +Séraphin 16 +Séraphine 19 +Sérapis 16 +Serbie 29 +Serge 16 +Sésostris 16 +Sète 12 +Seth 16 +Severi 15 +Séverin 16 +Séverine 19 +Sévigné 15 +Séville 12 +Sevran 15 +Sèvre/1 137 +Seychelles 95 +Seyne-sur-Mer 12 +Shaanxi 43 +Shakespeare 15 +Shanghai 12 +Shannon 15 +Shapiro 15 +Shawinigan 12 +Sheffield 12 +Shéhérazade 19 +Shelley 15 +Shenyang 12 +Sherbrooke 12 +Shikoku 12 +Shimura 15 +Shiva 16 +Shoah 47 +Siam 43 +Sibérie 29 +Sibylle 19 +Sichuan 43 +Sicile 29 +Siddhartha 16 +Sidoine 16 +Sidonie 19 +Siegel 15 +Siegfried 16 +Sierpiński 15 +Sierra 29 +Sigebert 16 +Sigismond 16 +Silésie 29 +Silvère 16 +Simenon 15 +Simmel 15 +Simon 16 +Simone 19 +Simpson 15 +Sinaï 43 +Singapour 12 +Sion 12 +Sirius 12 +Sisyphe 16 +Six-Fours-les-Plages 12 +Skopje 12 +Slovaquie 29 +Slovénie 29 +Smith 15 +Smolensk 12 +Sobolev 15 +Socin 16 +Socrate 16 +Sodome 12 +Sofia 12 +Sofiane 16 +Soignies 12 +Soissons 12 +Solange 19 +Solène 19 +Soleure 12 +Soliman 16 +Soljenitsyne 15 +Sologne 29 +Somalie 29 +Somme 29 +Sommerfeld 15 +Sonia 19 +Sony 118 +Sophie 19 +Sophocle 15 +Sophonie 16 +Sorbonne 29 +Sorel-Tracy 12 +Sotteville-lès-Rouen 12 +Soudan 43 +Souriau 15 +Southampton 12 +Spa 12 +Spartacus 16 +Sparte 12 +Spencer 15 +Spinoza 15 +Split 12 +Sri 45 +St/38 7 +Staël 15 +Stains 12 +Staline 16 +Stalingrad 12 +Stanislas 16 +Stanley 15 +Stanleyville 12 +Stasi 47 +Steeve 16 +Stefan 16 +Stein 15 +Steinhaus 15 +Stendhal 16 +Stephan 16 +Stéphane 16 +Stéphanie 19 +Steve 16 +Steven 16 +Stieltjes 15 +Stirling 12 +Stockholm 12 +Stoke-on-Trent 12 +Stokes 15 +Stonehenge 12 +Strabon 16 +Stradivarius 15 +Strasbourg 12 +Strauss 15 +Stravinski 15 +Strejc 15 +Stuart/1 172 +Sturm 15 +Stuttgart 12 +Styx 43 +Sucy-en-Brie 12 +Sud-Kivu 43 +Sud-Soudan 43 +Sudètes 95 +Suède 29 +Suétone 16 +Suisse 29 +Sumatra 12 +Sumer 12 +Surabaya 12 +Surcouf 15 +Suresnes 12 +Surinam 43 +Suriname 43 +Sussex 145 +Suzanne 19 +Sv/57 7 +Svalbard 43 +Sverdlovsk 12 +Swaziland 43 +Sycorax 19 +Sydney 12 +Sylow 15 +Sylvain 16 +Sylvaine 19 +Sylvère 16 +Sylvestre 16 +Sylvette 19 +Sylvia 19 +Sylviane 19 +Sylvie 19 +Sylvine 19 +Syracuse 12 +Syrie 29 +Szczecin 12 +São 12 +T/57 7 +TER 7 +TGV 7 +TMS 7 +TNT 88 +TTC 139 +TV 57 +TVA 57 +Tachkent 12 +Tacite 16 +Tadjikistan 43 +Tahiti 12 +Taipei 12 +Taïwan 29 +Talence 12 +Talleyrand 15 +Tallinn 12 +Tamagawa 15 +Tamerlan 16 +Tamise 29 +Tampico 12 +Tampon 43 +Tananarive 12 +Tancrède 16 +Tanger 12 +Tanguy 16 +Tanzanie 29 +Tao 18 +Tarbes 12 +Tarente 12 +Tarn 43 +Tarn-et-Garonne 43 +Tarquin 16 +Tarraconaise 29 +Tarski 15 +Tartempion 18 +Tasmanie 29 +Tatiana 19 +Taverny 12 +Taylor 15 +Tbilissi 12 +Tbit/38 7 +Tchad 43 +Tchaïkovski 15 +Tchebotarev 15 +Tchebychev 15 +Tchécoslovaquie 29 +Tchekhov 15 +Tcheliabinsk 12 +Tchéquie 29 +Tchernobyl 12 +Tchétchénie 29 +Teddy 16 +Tegucigalpa 12 +Téhéran 12 +Teichmüller 15 +Tel-Aviv 12 +Télémaque 16 +Tenerife 29 +Tennessee 43 +Téo 16 +Teotihuacán 12 +Térésa 19 +Termonde 12 +Terre 29 +Terre-Neuve 12 +Terre-Neuve-et-Labrador 12 +Terrebonne 12 +Tertullien 16 +Tervuren 12 +Tesla 15 +Tessin 43 +Teste-de-Buch 29 +Téthys 19 +Texas 43 +Thaddée 16 +Thaïlande 29 +Thalès 16 +Thalie 19 +Thanatos 16 +Thanksgiving/1 1 +Thatcher 15 +Thèbes 12 +Thècle 19 +Thémis 19 +Thémistocle 16 +Théo 16 +Théocrite 16 +Théodebert 16 +Théodore 16 +Théodule 16 +Théophile 16 +Thérèse 19 +Thermopyles 95 +Thésée 16 +Thessalie 29 +Thessalonique 12 +Thetford 12 +Thétis 19 +Theux 12 +Thévenin 15 +Thiais 12 +Thibaud 16 +Thibault 16 +Thibaut 16 +Thiérache 29 +Thierry 16 +Thiers 15 +Thiès 12 +Thionville 12 +Thomas 16 +Thompson 15 +Thomson 15 +Thonon-les-Bains 12 +Thor 16 +Thoune 12 +Thoutmosis 16 +Thrace 29 +Thucydide 16 +Thunderbird 134 +Thurgovie 29 +Thuringe 29 +Tianjin 12 +Tibère 16 +Tibet 43 +Tibit/38 7 +Tibre 43 +Tiers-Monde 18 +Tietze 15 +Tiffany 19 +Tiffauges 12 +Tijuana 12 +Tikal 12 +Tim 16 +Timéo 16 +Timisoara 12 +Timor 43 +Timothée 16 +Tio/38 7 +Tiphaine 19 +Tirana 12 +Tirlemont 12 +Titan 16 +Titania 19 +Titchmarsh 15 +Tite-Live 16 +Titicaca 43 +Titien 16 +Titograd 12 +Titouan 16 +Titus 16 +To/38 7 +Tobie 16 +Tocqueville 15 +Toda 12 +Toeplitz 15 +Togo 43 +Tokelau 12 +Tokyo 12 +Tolède 12 +Tolkien 15 +Tolstoï 15 +Tom 16 +Tombouctou 12 +Tomé 12 +Tonga 95 +Tongres 12 +Tony 16 +Torcy 12 +Torelli 15 +Toronto 12 +Torquemada 15 +Torr/38 7 +Torricelli 15 +Toscane 29 +Touba 12 +Toulon 12 +Toulouse 12 +Toulouse-Lautrec 15 +Toungouska 29 +Touraine 29 +Tourcoing 12 +Tourgueniev 15 +Tournai 12 +Tournefeuille 12 +Tournier 15 +Tours 12 +Toussaint 47 +Tout-Paris 18 +Toutankhamon 16 +Toyota 118 +Trafalgar 12 +Trajan 16 +Transnistrie 29 +Transylvanie 29 +Trappes-en-Yvelines 12 +Tremblay-en-France 12 +Très-Haut 18 +Trieste 12 +Trinité-et-Tobago 29 +Tripoli 12 +Triptolème 16 +Tristan 16 +Troie 12 +Trois-Rivières 12 +Trotski 15 +Troyes 12 +Tsahal 19 +Tubize 12 +Tucson 88 +Tudor/1 172 +Tulle 12 +Tulsa 12 +Tunis 12 +Tunisie 29 +Turin 12 +Turing 15 +Turkménistan 43 +Turku 12 +Turner 15 +Turnhout 12 +Turquie 29 +Tutte 15 +Tuttlingen 12 +Tuvalu 95 +Twain 112 +Tychonoff 15 +Tyrol 43 +UE/46 29 +ULM/7 7 +UMTS/34 7 +UNESCO/46 47 +UNICEF/46 18 +UNIX/9 134 +URL/7 57 +URSS/34 29 +USA 129 +USB/7 45 +USB/7 7 +USD/37 7 +Uccle/7 12 +Ugo/7 16 +Ukraine/34 29 +Ulam/7 15 +Ulis 12 +Ulm/7 12 +Ulrich/7 16 +Ulysse/7 16 +Umbriel/7 16 +Ungava/34 12 +Unicode/34 18 +Uranus/7 16 +Urbain/7 16 +Uri/34 +Ursule/7 112 +Uruguay/34 43 +Ushuaïa/7 12 +Uster/7 12 +Utah/34 43 +Utique/7 12 +Utrecht/7 12 +V/37 49 +V/57 7 +VA/57 7 +VF 57 +VI/37 49 +VIH 7 +VII/37 49 +VIII/37 49 +VIIIe/37 93 +VIIe/37 93 +VIP 88 +VIe/37 93 +VO 57 +VTT 7 +Vaduz 12 +Valais 43 +Val-d'Oise 43 +Val-d'Or 43 +Val-de-Marne 43 +Valence 12 +Valenciennes 12 +Valentin 16 +Valentine 19 +Valère 16 +Valérie 19 +Valérien 16 +Valéry 16 +Valette-du-Var 29 +Valladolid 12 +Vallauris 12 +Valmy 12 +Valois 15 +Valparaiso 12 +Vancouver 12 +Vandœuvre-lès-Nancy 12 +Vanessa 19 +Vannes 12 +Vanoise 43 +Vanuatu 43 +Vanves 12 +Var 43 +Varennes 12 +Varna 12 +Varsovie 12 +Varuna 16 +Vatican 43 +Vauban 15 +Vaucluse 43 +Vaud 12 +Vaudreuil-Dorion 12 +Vaulx-en-Velin 12 +Ve/37 93 +Veda 7 +Véda/1 1 +Vegas 12 +Velay 43 +Vélizy-Villacoublay 12 +Velázquez 15 +Vendée 29 +Vendôme 12 +Vénétie 29 +Venezuela 43 +Venise 12 +Vénissieux 12 +Venn 15 +Vénus 19 +Vercingétorix 16 +Vercors 43 +Verdi 15 +Verdun 12 +Verhaeren 15 +Verlaine 15 +Vermeer 15 +Vermont 43 +Verne 15 +Vernier 12 +Vernon 12 +Vérone 12 +Véronique 19 +Versailles 12 +Vertou 12 +Verviers 12 +Vesoul 12 +Vespasien 16 +Vesta 19 +Vésuve 43 +Vexin 43 +Vichy 12 +Victoire 19 +Victor 16 +Victoria 19 +Victoriaville 12 +Victorien 16 +Victorine 19 +Vienne 12 +Vientiane 12 +Vierzon 12 +Vietnam 43 +Vietoris 15 +Vigneux-sur-Seine 12 +Vigo 12 +Vilaine 29 +Villefranche-sur-Saône 12 +Villejuif 12 +Villemomble 12 +Villenave-d'Ornon 12 +Villeneuve 12 +Villeneuve-Saint-Georges 12 +Villeneuve-d'Ascq 12 +Villeneuve-la-Garenne 12 +Villeneuve-sur-Lot 12 +Villeparisis 12 +Villepinte 12 +Villeurbanne 12 +Villiers-le-Bel 12 +Villiers-sur-Marne 12 +Villon 15 +Vilnius 12 +Vilvorde 12 +Viminal 43 +Vincennes 12 +Vincent 16 +Vincenzo 16 +Vinci 15 +Violaine 19 +Violette 19 +Virasoro 15 +Virgile 16 +Virginia 19 +Virginie 219 +Virginie-Occidentale 29 +Virton 12 +Viry-Châtillon 12 +Vishnou 16 +Vistule 29 +Vitali 15 +Vitebsk 12 +Vitoria 12 +Vitrolles 12 +Vitruve 15 +Vitry-sur-Seine 12 +Vivaldi 15 +Viviane 19 +Vivien 16 +Vladimir 16 +Vladivostok 12 +Vlaminck 15 +Voiron 12 +Volga 29 +Voltaire 16 +Volterra 15 +Vosges +Vries 15 +Vve +W/57 7 +WASP 105 +WC 7 +Wadowice 12 +Waerden 15 +Wagner 15 +Walhalla 43 +Walid 16 +Wallis 12 +Wallonie 29 +Walras 15 +Walter 16 +Wantzel 15 +Waregem 12 +Waremme 12 +Waring 15 +Washington 12 +Waterloo 12 +Watermael-Boitsfort 12 +Watson 15 +Watt 15 +Watteau 15 +Wattrelos 12 +Wavre 12 +Wb/57 7 +Weber 15 +Wedderburn 15 +Wegener 15 +Weierstrass 15 +Weimar 12 +Wellington 12 +Wells 15 +Wenceslas 16 +Wessex 145 +Westende 12 +Westerlo 12 +Westhoek 43 +Westminster 12 +Westmount 12 +Westphalie 29 +Wetteren 12 +Wevelgem 12 +Weyl 15 +Wh/57 7 +Wheatstone 15 +Whitehead 15 +Whitehorse 12 +Whitney 43 +Wichita 12 +Wiener 15 +Wiesbaden 12 +Wightman 15 +Wigner 15 +Wilde 15 +Wilfrid 16 +Wilfried 16 +Willebroek 12 +William 16 +Willy 16 +Wilson 222 +Windhoek 12 +Windows 134 +Winnipeg 12 +Winterthur 12 +Wisconsin 43 +Witt 15 +Wittgenstein 15 +Wolfgang 16 +Woluwe-Saint-Lambert 12 +Woluwe-Saint-Pierre 12 +Wolverhampton 12 +Wroclaw 12 +Wuhan 12 +Wuppertal 12 +Wurtemberg 43 +Wyoming 43 +X/37 49 +XAF/37 7 +XI/37 49 +XII/37 49 +XIII/37 49 +XIIIe/37 93 +XIIe/37 93 +XIV/37 49 +XIVe/37 93 +XIX/37 49 +XIXe/37 93 +XIe/37 93 +XL/37 49 +XLI/37 49 +XLII/37 49 +XLIII/37 49 +XLIIIe/37 93 +XLIIe/37 93 +XLIV/37 49 +XLIVe/37 93 +XLIX/37 49 +XLIXe/37 93 +XLIe/37 93 +XLV/37 49 +XLVI/37 49 +XLVII/37 49 +XLVIII/37 49 +XLVIIIe/37 93 +XLVIIe/37 93 +XLVIe/37 93 +XLVe/37 93 +XLe/37 93 +XML 7 +XOF/37 7 +XPF/37 7 +XV/37 49 +XVI/37 49 +XVII/37 49 +XVIII/37 49 +XVIIIe/37 93 +XVIIe/37 93 +XVIe/37 93 +XVe/37 93 +XX/37 49 +XXI/37 49 +XXII/37 49 +XXIII/37 49 +XXIIIe/37 93 +XXIIe/37 93 +XXIV/37 49 +XXIVe/37 93 +XXIX/37 49 +XXIXe/37 93 +XXIe/37 93 +XXL 45 +XXV/37 49 +XXVI/37 49 +XXVII/37 49 +XXVIII/37 49 +XXVIIIe/37 93 +XXVIIe/37 93 +XXVIe/37 93 +XXVe/37 93 +XXX/37 49 +XXXI/37 49 +XXXII/37 49 +XXXIII/37 49 +XXXIIIe/37 93 +XXXIIe/37 93 +XXXIV/37 49 +XXXIVe/37 93 +XXXIX/37 49 +XXXIXe/37 93 +XXXIe/37 93 +XXXV/37 49 +XXXVI/37 49 +XXXVII/37 49 +XXXVIII/37 49 +XXXVIIIe/37 93 +XXXVIIe/37 93 +XXXVIe/37 93 +XXXVe/37 93 +XXXe/37 93 +XXe/37 93 +Xavier 16 +Xavière 19 +Xe/37 93 +Xénophane 16 +Xénophon 16 +Xerxès 16 +Xinjiang 43 +YHWH 16 +Yacine 16 +Yahvé 16 +Yahweh 16 +Yalta 12 +Yamabe 15 +Yamoussoukro 12 +Yanis 16 +Yann 16 +Yannick 16 +Yannis 16 +Yaoundé 12 +Yasmina 19 +Yasmine 19 +Yassine 16 +Ybit/38 7 +Yellowknife 12 +Yémen 43 +Yerres/7 12 +Yggdrasil/7 16 +Yibit/38 7 +Yio/38 7 +Yo/38 7 +Yoan 16 +Yoann 16 +Yohan 16 +Yohann 16 +Yokohama 12 +Yolande 19 +Yonne/34 29 +York 12 +Yougoslavie 29 +Younes 16 +Young 15 +Youssef 16 +Ypres/7 12 +Yser/46 43 +Yucatán 43 +Yukon 43 +Yvain/7 16 +Yvan/7 16 +Yvelines 95 +Yverdon-les-Bains/7 12 +Yves/7 16 +Yvette/7 19 +Yvon/7 16 +Yvonne/7 19 +ZEP 57 +ZUP 57 +Zacharie 16 +Zagreb 12 +Zaïre 43 +Zambèze 43 +Zambie 29 +Zarathoustra 16 +Zariski 15 +Zaventem 12 +Zbit/38 7 +Zedelgem 12 +Zélande 29 +Zele 12 +Zemst 12 +Zener 15 +Zénon 16 +Zermelo 15 +Zeus 16 +Zibit/38 7 +Zimbabwe 43 +Zio/38 7 +Zita 19 +Zo/38 7 +Zoé 19 +Zoersel 12 +Zola 15 +Zonhoven 12 +Zorn 15 +Zoroastre 16 +Zosime 16 +Zottegem 12 +Zoug 12 +Zurich 12 +Zwevegem 12 +Zwin 43 +Zwingli 15 +Zygmund 15 +a 7 +à/171 99 +a/38 7 +ab +abaca/2 1 +abacule/2 1 +abaissable/2 4 +abaissante/5 3 +abaissée/5 3 +abaissée/2 2 +abaisse-langue/7 7 +abaisse-langue/2 1 +abaissement/2 1 +abaisser/15 11 +abaisseur/2 1 +abajoue/2 2 +abalober 5 +abalone/2 1 +abalourdir 83 +abandon/2 1 +abandonnataire/2 10 +abandonnatrice/5 9 +abandonnée/5 6 +abandonnement/2 1 +abandonner/15 11 +abandonnique/2 4 +abaque/2 1 +abarticulaire/2 4 +abarticulation/2 2 +abasie/2 2 +abasourdie/5 3 +abasourdir/64 84 +abasourdissante/5 3 +abasourdissement/2 1 +abat/2 1 +abatage/2 1 +abâtardie/5 3 +abâtardir/43 83 +abâtardissement/2 1 +abat-carrage/34 18 +abat-carre/2 1 +abat-carrer/11 5 +abatée/2 2 +abat-feuille/7 7 +abat-feuille/2 1 +abat-foin/7 7 +abat-foin/2 1 +abatis/7 7 +abat-jour/7 7 +abat-jour/2 1 +abat-son/7 7 +abat-son/2 1 +abattable/2 4 +abattage/2 1 +abattant/2 1 +abattée/2 2 +abattement/2 1 +abatteuse/5 6 +abattis/7 7 +abattoir/2 1 +abattre/85 97 +abattue/5 3 +abatture/2 2 +abat-vent/7 7 +abat-vent/2 1 +abat-voix/7 7 +abbasside/2 13 +abbatiale/2 2 +abbatiale/22 3 +abbatiat/2 1 +abbaye/2 2 +abbé/2 1 +abbesse/2 2 +abbevillienne/5 6 +abc/7 7 +abcéder/65 42 +abcès/7 7 +abdicataire/2 13 +abdication/2 2 +abdiquer/11 17 +abdomen/2 1 +abdominal/49 1 +abdominale/22 3 +abdomino-génitale/22 3 +abducteur/2 1 +abduction/2 2 +abductrice/5 3 +abeaudir 128 +abeausir 128 +abécédaire/2 1 +abécher 5 +abécher/34 +abecquer 5 +abée/2 2 +abeillage/2 1 +abeille/2 2 +abeiller/2 1 +abeillère/5 3 +abeillerole/2 1 +abeillerolle/2 1 +abeillier/2 1 +abeillon/2 1 +abélianisation/2 2 +abélianisée/5 3 +abélienne/5 3 +abéquer 5 +aber/2 1 +aberrance/2 2 +aberrante/5 3 +aberration/2 2 +aberrer/42 14 +abessif/2 1 +abêtie/5 3 +abêtifiée/5 3 +abêtifier 5 +abêtir/43 83 +abêtissante/5 3 +abêtissement/2 1 +abhorrée/5 3 +abhorrer/11 5 +abicher 5 +abies/7 7 +abiétacée/2 2 +abiétine/5 6 +abiétinée/2 2 +abigotir 79 +abillot/2 1 +abime/2 1 +abîme/2 1 +abimée/5 3 +abîmée/5 3 +abimer/15 11 +abîmer/15 11 +abiogenèse/2 2 +abiotique/2 4 +abiotrophie/2 2 +abjecte/5 3 +abjectement/9 8 +abjection/2 2 +abjuration/2 2 +abjurer/11 17 +abkhaze/2 13 +ablactation/2 2 +ablater/15 11 +ablatif/2 1 +ablation/2 2 +ablatir 83 +ablative/5 3 +able/2 1 +ablégat/2 1 +ableret/2 1 +ablette/2 2 +ablier/2 1 +abloc/2 1 +ablocage/2 1 +abloquer/11 5 +abloquir 84 +abluer 11 +ablutiomanie/2 2 +ablution/2 2 +ablutionner 11 +abnégation/2 2 +aboi/2 1 +aboiement/2 1 +abolie/5 3 +abolir/64 84 +abolissement/2 1 +abolisseur/2 1 +abolition/2 2 +abolitionnisme/2 1 +abolitionniste/2 13 +abolitive/5 3 +abomber/42 14 +abominable/2 4 +abominablement/9 8 +abomination/2 2 +abominer/11 5 +abondamment/9 8 +abondance/2 2 +abondanciste/2 13 +abondante/5 3 +abondée/5 3 +abondement/2 1 +abonder/42 14 +abonnée/5 6 +abonnement/2 1 +abonner/15 11 +abonnie/5 3 +abonnir/43 83 +abonnissement/2 1 +aborale/22 3 +abord/2 1 +abordable/2 4 +abordage/2 1 +abordée/5 3 +aborder/15 42 +abordeur/2 1 +aborigène/2 13 +abornée/5 3 +abornement/2 1 +aborner 5 +abortif/2 1 +abortive/5 3 +abot/2 1 +aboteau/49 1 +abotée/5 3 +aboter 123 +abottée/5 3 +abotter 123 +abouchement/2 1 +aboucher/15 11 +abougrie/5 3 +abougrir 100 +abouler/15 42 +aboulie/2 2 +aboulique/2 13 +abouquer 5 +about/2 1 +aboutage/2 1 +aboutée/5 3 +aboutement/2 1 +abouter/11 5 +abouteuse/2 2 +aboutie/5 3 +aboutir/97 164 +aboutissant/2 1 +aboutissement/2 1 +aboutonner 11 +aboyante/3 3 +aboyée/5 3 +aboyer/11 17 +aboyeuse/5 6 +abracadabra/2 1 +abracadabrante/5 3 +abracadabrantesque/2 4 +abracadabrer 11 +abraquer 5 +abraser/15 11 +abrasif/2 1 +abrasion/2 2 +abrasive/5 3 +abraxas/7 7 +abréaction/2 2 +abréagir/97 92 +abrégé/2 1 +abrégée/5 3 +abrégement/2 1 +abrègement/2 1 +abréger/65 11 +abreuvage/2 1 +abreuvée/5 3 +abreuvement/2 1 +abreuver/15 11 +abreuvoir/2 1 +abréviation/2 2 +abréviative/5 6 +abréviativement/9 8 +abréviatrice/5 3 +abréviée/5 3 +abrévier 5 +abreyer 11 +abri/2 1 +abribus/7 7 +abricot/7 45 +abricot/2 1 +abricotée/5 3 +abricoter/11 5 +abricotier/2 1 +abricotine/2 2 +abrier 11 +abri-sous-roche/7 18 +abris-sous-roche/9 20 +abritée/5 3 +abriter/15 11 +abrivent/2 1 +abriver 14 +abrogation/2 2 +abrogative/5 3 +abrogatoire/2 4 +abrogeable/2 4 +abrogée/5 3 +abroger/11 5 +abroutie/5 3 +abroutir 84 +abroutissement/2 1 +abrupte/5 3 +abruptement/9 8 +abrutie/5 6 +abrutir/43 83 +abrutissante/5 3 +abrutissement/2 1 +abrutisseuse/5 6 +abscisse/2 2 +abscission/2 2 +absconder 11 +abscondre 79 +absconse/5 3 +absconser 11 +absence/2 2 +absente/5 6 +absentéisme/2 1 +absentéiste/2 13 +absenter/11 5 +absenter/48 55 +absidale/22 3 +abside/2 2 +absidiale/22 3 +absidiole/2 2 +absinthe/2 2 +absinthisme/2 1 +absolue/5 6 +absoluité/2 2 +absolument/9 8 +absolutif/2 1 +absolution/2 2 +absolutisme/2 1 +absolutiste/2 13 +absolutive/5 3 +absolutoire/2 4 +absorbable/2 4 +absorbance/2 2 +absorbante/5 3 +absorbée/5 3 +absorber/15 11 +absorbeur/2 1 +absorptiométrie/2 2 +absorption/2 2 +absorptive/5 3 +absorptivité/2 2 +absoudre/117 79 +absoute/5 3 +absoute/2 2 +abstème/2 13 +abstenir/244 122 +abstention/2 2 +abstentionnisme/2 1 +abstentionniste/2 13 +abstinence/2 2 +abstinente/5 6 +abstract/2 1 +abstracteur/2 1 +abstraction/2 2 +abstractionnisme/2 1 +abstractive/5 3 +abstraire/96 79 +abstraite/5 6 +abstraitement/9 8 +abstruse/5 3 +absurde/2 4 +absurde/2 1 +absurdement/9 8 +absurdisme/2 1 +absurdiste/2 13 +absurdité/2 2 +abus/7 7 +abusée/5 3 +abuser/15 115 +abuseuse/5 6 +abusive/5 3 +abusivement/9 8 +abyme 18 +abyssale/22 3 +abysse/2 1 +abyssine/5 6 +abyssinienne/5 6 +abzyme/2 2 +ac +acabit/2 1 +acacia/2 1 +académicienne/5 6 +académie/2 2 +académique/2 4 +académiquement/9 8 +académisable/2 4 +académisme/2 1 +académiste/2 10 +acadianisme/2 1 +acadienne/5 6 +acagnardée/5 3 +acagnarder/48 55 +acajou/7 45 +acajou/2 1 +acalèphe/2 1 +acalorique/2 4 +acanthacée/2 2 +acanthaire/2 1 +acanthe/2 2 +acanthocéphale/2 1 +acanthoptérygien/2 1 +acare/2 1 +acariasis/7 57 +acariâtre/2 4 +acariâtreté/2 2 +acaricide/2 4 +acaricide/2 1 +acaride/2 1 +acarien/2 1 +acariose/2 2 +acarus/7 7 +acathisie/2 2 +acathiste/2 4 +acaule/2 4 +accablante/5 6 +accablée/5 3 +accablement/2 1 +accabler/15 11 +accalmie/2 2 +accalmir 128 +accaparante/5 3 +accaparée/5 3 +accaparement/2 1 +accaparer/11 5 +accapareuse/5 6 +accastillage/2 1 +accastillée/5 3 +accastiller/11 5 +accastilleuse/5 9 +accédante/5 9 +accédée/5 3 +accéder/130 124 +accelerando/9 8 +accélérando/9 8 +accelerando/7 7 +accélérando/2 1 +accélérateur/2 1 +accélération/2 2 +accélératoire/2 4 +accélératrice/5 3 +accélérée/5 3 +accélérer/65 42 +accélérine/2 2 +accélérographe/2 1 +accéléromètre/2 1 +accent/2 1 +accenteur/2 1 +accentuable/2 4 +accentuation/2 2 +accentuée/5 3 +accentuelle/5 3 +accentuer/15 11 +acceptabilité/2 2 +acceptable/2 4 +acceptablement/7 8 +acceptante/5 6 +acceptation/2 2 +acceptée/5 3 +accepter/15 115 +accepteur/2 1 +acception/2 2 +accès/7 7 +accesseur/2 1 +accessibilité/2 2 +accessible/2 4 +accession/2 2 +accessit/2 1 +accessoire/2 4 +accessoire/2 1 +accessoirement/9 8 +accessoirisée/5 3 +accessoiriser/11 5 +accessoiriste/2 13 +accident/2 1 +accidentée/5 6 +accidentelle/5 3 +accidentellement/9 8 +accidenter/11 5 +accidentogène/1 4 +accidentologie/2 2 +accidentologue/2 10 +accipitridé/2 1 +accise/2 2 +acclamation/2 2 +acclamatrice/5 9 +acclamée/5 3 +acclamer/11 5 +acclimatable/2 4 +acclimatation/2 2 +acclimatée/5 3 +acclimatement/2 1 +acclimater/15 11 +accœurer 11 +accointance/2 2 +accointer/48 55 +accolade/2 2 +accolader/11 5 +accolage/2 1 +accolée/5 3 +accolement/2 1 +accoler/15 11 +accommodable/2 4 +accommodante/5 6 +accommodat/2 1 +accommodation/2 2 +accommodatrice/5 3 +accommodée/5 3 +accommodement/2 1 +accommoder/15 11 +accompagnante/5 3 +accompagnatrice/5 6 +accompagnée/5 3 +accompagnement/2 1 +accompagner/15 11 +accomplie/5 3 +accomplir/43 83 +accomplissement/2 1 +accon/2 1 +acconage/2 1 +acconier/2 1 +acconière/5 9 +accoquiner/15 11 +accord/2 1 +accordable/2 4 +accordage/2 1 +accordailles/9 46 +accordée/5 6 +accordement/2 1 +accordéon/2 1 +accordéoniste/2 10 +accorder/15 11 +accordeuse/5 9 +accordoir/2 1 +accorer/11 5 +accorte/5 3 +accostable/2 4 +accostage/2 1 +accostée/5 3 +accoster/15 11 +accot/2 1 +accotée/5 3 +accotement/2 1 +accoter/15 11 +accotoir/2 1 +accouardir 83 +accouchée/2 2 +accouchement/2 1 +accoucher/15 110 +accoucheuse/5 6 +accoudée/5 3 +accoudement/2 1 +accouder/48 55 +accoudoir/2 1 +accouer/11 5 +accouple/2 2 +accouplée/5 3 +accouplement/2 1 +accoupler/15 11 +accoupleuse/5 9 +accourcie/5 3 +accourcir/64 101 +accourcissement/2 1 +accourir/129 91 +accourse/2 2 +accoutrée/5 3 +accoutrement/2 1 +accoutrer/15 11 +accoutumance/2 2 +accoutumée/5 3 +accoutumer/15 11 +accouvage/2 1 +accouveuse/5 9 +accréditation/2 2 +accréditée/5 3 +accréditement/2 1 +accréditer/15 11 +accréditive/5 3 +accréditrice/5 9 +accrescente/5 3 +accrétion/2 2 +accro/2 13 +accrobranche/2 1 +accroc/2 1 +accrochage/2 1 +accroche/2 2 +accroche-cœur/7 7 +accroche-cœur/2 1 +accrochée/5 3 +accrochement/2 1 +accroche-plat/7 7 +accroche-plat/2 1 +accrocher/15 42 +accrocheuse/5 6 +accroire/192 82 +accroissement/2 1 +accroitre/145 146 +accroître/145 146 +accroupie/5 3 +accroupir/109 128 +accroupissement/2 1 +accu/2 1 +accueil/2 1 +accueillante/5 3 +accueillie/5 3 +accueillir/127 82 +accul/2 1 +acculée/5 3 +acculer/11 5 +acculturation/2 2 +acculturée/5 3 +acculturer/11 5 +accumulateur/2 1 +accumulation/2 2 +accumulée/5 3 +accumuler/15 42 +accusable/2 4 +accusatif/2 1 +accusation/2 2 +accusative/5 3 +accusatoire/2 4 +accusatrice/5 6 +accusée/5 6 +accuser/15 11 +ace/2 1 +acédie/2 2 +acellulaire/2 4 +acenser/11 5 +acéphale/2 13 +acéphalie/2 2 +acéracée/2 4 +acéracée/2 2 +acerbe/2 4 +acerbité/2 2 +acérée/5 3 +acérer/60 5 +acéricole/2 4 +acéricultrice/5 9 +acériculture/2 2 +acérola/2 1 +acescence/2 2 +acescente/5 3 +acésulfame/2 1 +acétabulaire/2 4 +acétabulaire/2 2 +acétal/2 1 +acétaldéhyde/2 1 +acétalisation/2 2 +acétamide/2 1 +acétaminophène/2 1 +acétanilide/2 1 +acétate/2 1 +acétification/2 2 +acétifiée/5 3 +acétifier/11 5 +acétimètre/2 1 +acétique/2 4 +acétobacter/7 7 +acétobacter/2 1 +acétocellulose/2 2 +acétone/2 2 +acétonémie/2 2 +acétonémique/2 4 +acétonurie/2 2 +acétylation/2 2 +acétylcellulose/2 2 +acétylcholine/2 2 +acétylcoenzyme/2 2 +acétylcystéine/2 2 +acétyle/2 1 +acétylée/5 3 +acétylène/2 1 +acétylénique/2 4 +acétyler/11 5 +acétylsalicylique/2 4 +acétylure/2 1 +achaine/2 1 +achalandage/2 1 +achalandée/5 3 +achalander/11 5 +achalasie/2 2 +achaler/11 5 +achards/9 20 +acharnée/5 6 +acharnement/2 1 +acharner/15 11 +achars/9 20 +achat/2 1 +ache/2 2 +achéenne/5 6 +achéménide/2 13 +acheminée/5 3 +acheminement/2 1 +acheminer/15 11 +achemineuse/5 9 +achène/2 1 +achetable/2 4 +achète/2 1 +achetée/5 3 +acheter/93 42 +acheteuse/5 6 +acheuléenne/5 3 +achevée/5 3 +achèvement/2 1 +achever/93 11 +achigan/2 1 +achillée/2 2 +achirale/22 3 +acholie/2 2 +achondroplase/2 10 +achondroplasie/2 2 +achoppement/2 1 +achopper/15 156 +achromat/2 1 +achromaticité/2 2 +achromatique/2 4 +achromatisation/2 2 +achromatisée/5 3 +achromatiser/11 5 +achromatisme/2 1 +achromatopsie/2 2 +achrome/2 4 +achromie/2 2 +achromique/2 4 +achronique/2 4 +achylie/2 2 +aciculaire/2 4 +acidalie/2 2 +acide/2 4 +acide/2 1 +acidifiable/2 4 +acidifiante/5 3 +acidification/2 2 +acidifiée/5 3 +acidifier/15 11 +acidimètre/2 1 +acidimétrie/2 2 +acidiphile/2 4 +acidité/2 2 +acidobasique/1 4 +acido-basique/1 4 +acidophile/2 4 +acidose/2 2 +acidulée/5 3 +aciduler/11 5 +acier/2 1 +aciérage/2 1 +aciération/2 2 +aciérée/5 3 +aciérer/60 5 +aciéreuse/22 3 +aciérie/2 2 +aciériste/2 10 +acinésie/2 2 +acinus/83 1 +acinus/7 7 +aciseler/94 5 +aclinique/2 4 +acmé/2 10 +acné/2 2 +acnéique/2 13 +acœlomate/2 1 +acolytat/2 1 +acolyte/2 10 +acomat/2 1 +acompte/2 1 +acon/2 1 +aconage/2 1 +aconier/1 1 +aconière/5 9 +aconit/2 1 +aconitine/2 2 +acoquinante/5 3 +acoquinée/5 3 +acoquinement/2 1 +acoquiner/48 55 +acore/2 1 +à-côté/2 1 +acotylédone/2 4 +acotylédone/2 2 +acoumastique/2 2 +acoumètre/2 1 +acoumétrie/2 2 +à-coup/2 1 +acouphène/2 1 +acousmatique/2 4 +acousticienne/5 9 +acoustique/2 4 +acoustique/2 2 +acoustiquement/9 8 +acquéresse/2 2 +acquéreuse/5 6 +acquérir/99 79 +acquêt/2 1 +acquiescement/2 1 +acquiescer/111 123 +acquis/7 7 +acquise/5 3 +acquisition/2 2 +acquisitive/5 3 +acquit/2 1 +acquit-à-caution/7 18 +acquits-à-caution/7 20 +acquittable/2 4 +acquittée/5 6 +acquittement/2 1 +acquitter/15 11 +acra/2 1 +âcre/2 4 +acre/2 2 +âcrement/9 8 +âcreté/2 2 +acridien/2 1 +acridienne/5 3 +acridine/2 2 +acrimonie/2 2 +acrimonieuse/22 3 +acrimonieusement/9 8 +acroamatique/2 4 +acrobate/2 10 +acrobatie/2 2 +acrobatique/2 4 +acrobatiquement/9 8 +acrocentrique/2 4 +acrocéphale/2 4 +acrocéphalie/2 2 +acrocyanose/2 2 +acroléine/2 2 +acromégalie/2 2 +acromégalique/2 4 +acromiale/22 3 +acromion/2 1 +acron/2 1 +acronyme/2 1 +acronymie/2 2 +acronyque/2 4 +acroparesthésie/2 2 +acropathie/2 2 +acrophobie/2 2 +acropole/2 2 +acrosome/2 1 +acrosomique/2 4 +acrosport/2 1 +acrostiche/2 1 +acrotère/2 1 +acrylamide/2 1 +acrylate/2 1 +acrylique/2 4 +acrylique/2 1 +actance/2 2 +actancielle/5 3 +actant/2 1 +acte/2 1 +actée/2 2 +actéon/2 1 +acter/11 5 +actigramme/2 1 +actine/2 2 +acting-out/7 7 +actiniaire/2 1 +actinide/2 1 +actinidia/2 1 +actinie/2 2 +actinique/2 4 +actinisme/2 1 +actinite/2 2 +actinium/2 1 +actinobacillose/2 2 +actinologie/2 2 +actinomètre/2 1 +actinométrie/2 2 +actinométrique/2 4 +actinomycète/2 1 +actinomycose/2 2 +actinopode/2 1 +actinoptérygien/2 1 +actinote/2 2 +actinothérapie/2 2 +action/2 2 +actionnable/2 4 +actionnaire/2 10 +actionnariale/22 3 +actionnariat/2 1 +actionnée/5 3 +actionnement/2 1 +actionner/11 5 +actionneur/2 1 +actionnisme/2 1 +activable/2 4 +activateur/2 1 +activation/2 2 +activatrice/5 3 +active/5 6 +activée/5 3 +activement/9 8 +activer/15 42 +activeur/2 1 +activisme/2 1 +activiste/2 13 +activité/2 2 +actrice/5 9 +actu/2 2 +actuaire/2 10 +actualisable/2 4 +actualisation/2 2 +actualisée/5 3 +actualiser/11 5 +actualisme/2 1 +actualité/2 2 +actuariat/2 1 +actuarielle/5 3 +actuation/2 2 +actuelle/5 6 +actuellement/9 8 +acuité/2 2 +acul/2 1 +aculéate/2 1 +acuminée/5 3 +acuponctrice/5 9 +acuponcture/2 2 +acupunctrice/5 9 +acupuncture/2 2 +acutance/2 2 +acutangle/2 4 +acyclicité/2 2 +acyclique/2 4 +acylation/2 2 +acyle/2 1 +ad 87 +adage/2 1 +adagio/9 8 +adagio/7 7 +adagio/2 1 +adamantine/5 3 +adamique/2 4 +adamisme/2 1 +adaptabilité/2 2 +adaptable/2 4 +adaptation/2 2 +adaptative/5 3 +adaptatrice/5 6 +adaptée/5 3 +adapter/15 11 +addax/7 7 +addenda/7 7 +addenda/2 1 +addendum/83 1 +addiction/2 2 +addictive/5 3 +addictologie/2 2 +addictologique/2 4 +addictologue/2 10 +addition/2 2 +additionnable/2 4 +additionnée/5 3 +additionnelle/5 3 +additionner/15 11 +additive/5 3 +additivement/9 8 +additivité/2 2 +adducteur/2 1 +adduction/2 2 +adduit/2 1 +adèle/2 2 +adelphophagie/2 2 +adénine/2 2 +adénite/2 2 +adénocarcinome/2 1 +adénogramme/2 1 +adénoïde/2 4 +adénoïdectomie/2 2 +adénome/2 1 +adénopathie/2 2 +adénosine/2 2 +adénovirale/22 3 +adénovirus/7 7 +adent 8 +adent/2 1 +adepte/2 13 +adéquate/5 3 +adéquatement/9 8 +adéquation/2 2 +adessif/2 1 +adextrée/5 3 +adhérence/2 2 +adhérente/5 6 +adhérer/130 124 +adhésion/2 2 +adhésive/5 6 +adhésivité/2 2 +adiabatique/2 4 +adiabatiquement/9 8 +adiabatisme/2 1 +adialectique/2 4 +adiante/2 1 +adiaphorèse/2 2 +adiaphorie/2 2 +adieu/49 1 +adipeuse/22 6 +adipique/2 4 +adipolyse/2 2 +adipopexie/2 2 +adipose/2 2 +adiposité/2 2 +adiposogénitale/22 3 +adiposo-génitale/22 3 +adipsie/2 2 +adique/2 4 +adire/182 122 +adirer/256 5 +adjacence/2 2 +adjacente/5 3 +adjectif/2 1 +adjectivale/22 3 +adjectivation/2 2 +adjective/5 3 +adjectivement/9 8 +adjectiver/11 5 +adjectivisation/2 2 +adjectiviser/11 5 +adjoindre/67 79 +adjointe/5 6 +adjonction/2 2 +adjudant-chef/7 18 +adjudante/5 9 +adjudants-chefs/9 20 +adjudicataire/2 13 +adjudication/2 2 +adjudicative/5 3 +adjudicatrice/5 9 +adjugée/5 3 +adjuger/15 11 +adjuration/2 2 +adjurer/11 5 +adjutrice/5 9 +adjuvant/2 1 +adjuvante/5 3 +adjuvat/2 1 +admettre/73 82 +adminicule/2 1 +administrable/2 4 +administration/2 2 +administrationaliser 11 +administrative/5 3 +administrativement/9 8 +administratrice/5 6 +administrée/5 6 +administrer/15 11 +admirable/2 4 +admirablement/9 8 +admiration/2 2 +admirative/5 3 +admirativement/9 8 +admiratrice/5 6 +admirée/5 3 +admirer/15 11 +admise/5 6 +admissibilité/2 2 +admissible/2 4 +admission/2 2 +admittance/2 2 +admixtion/2 2 +admonestation/2 2 +admonestée/5 3 +admonester/15 11 +admonition/2 2 +adnée/5 6 +ado/2 10 +adobe/2 1 +adolescence/2 2 +adolescente/5 6 +adonc/9 8 +adoncques/9 8 +adonis/7 88 +adonisée/5 3 +adoniser/48 55 +adonnée/5 3 +adonner/48 102 +adoptable/2 4 +adoptante/5 3 +adoptée/5 6 +adopter/11 5 +adoption/2 2 +adoptive/5 3 +adorable/2 4 +adorablement/9 8 +adoration/2 2 +adoratrice/5 6 +adorée/5 6 +adorer/15 11 +adorner/15 11 +ados/7 7 +adossée/5 3 +adossement/2 1 +adosser/15 11 +adoubée/5 3 +adoubement/2 1 +adouber/11 17 +adoucie/5 3 +adoucir/43 83 +adoucissage/2 1 +adoucissante/5 3 +adoucissement/2 1 +adoucisseur/2 1 +adposition/2 2 +adragante/5 3 +adrénaline/2 2 +adrénergique/2 4 +adrénolytique/2 4 +adrénolytique/2 1 +adressable/2 4 +adressage/2 1 +adresse/2 2 +adressée/5 3 +adresser/15 11 +adret/2 1 +adriatique/2 4 +adroite/5 3 +adroitement/9 8 +adsorbable/2 4 +adsorbante/5 3 +adsorbée/5 3 +adsorber/11 5 +adsorption/2 2 +adstrat/2 1 +adulaire/2 2 +adulation/2 2 +adulatrice/5 6 +adulée/5 3 +aduler/15 11 +adulescence/2 2 +adulescente/5 6 +adulte/2 13 +adultération/2 2 +adultère/2 1 +adultérée/5 3 +adultérer/60 5 +adultérine/5 6 +adultisme/2 1 +adustible/2 4 +advection/2 2 +advenir/242 91 +adventice/2 4 +adventice/2 2 +adventisme/2 1 +adventiste/2 13 +adventive/5 3 +adverbe/2 1 +adverbiale/22 3 +adverbialement/9 8 +adverbialiser/11 5 +adversaire/2 13 +adversative/5 3 +adverse/2 4 +adversité/2 2 +adynamie/2 2 +adynamique/2 4 +æ 7 +aède/2 1 +ægagropile/2 10 +ægipan/2 1 +ægosome/2 1 +ægyrine/2 2 +æpyornis/7 7 +æquo 45 +æquo 132 +aérage/2 1 +aérateur/2 1 +aération/2 2 +aéraulique/2 4 +aéraulique/2 2 +aérée/5 3 +aérer/65 11 +aéricole/2 4 +aérienne/5 3 +aérium/2 1 +aérobic/2 2 +aérobie/2 4 +aérobie/2 1 +aérobiologie/2 2 +aérobiologique/2 4 +aéroclub/2 1 +aéro-club/2 1 +aérocolie/2 2 +aérodigestive/5 3 +aérodistorsion/2 2 +aérodrome/2 1 +aérodynamicienne/5 9 +aérodynamique/2 4 +aérodynamique/2 2 +aérodynamisme/2 1 +aérodyne/2 1 +aéroélasticité/2 2 +aéroélectrique/2 4 +aérofrein/2 1 +aérofreinage/2 1 +aérogare/2 2 +aérogastrie/2 2 +aérogel/2 1 +aérogénérateur/2 1 +aéroglisseur/2 1 +aérographe/2 10 +aérolite/2 1 +aérolithe/2 1 +aérologie/2 2 +aéromancie/2 2 +aéromètre/2 1 +aérométrie/2 2 +aéromobile/2 4 +aéromodèle/2 1 +aéromodélisme/2 1 +aéromodéliste/2 10 +aéromoteur/2 1 +aéronaute/2 10 +aéronautique/2 4 +aéronautique/2 2 +aéronavale/5 3 +aéronavale/2 2 +aéronef/2 1 +aéronomie/2 2 +aéropathie/2 2 +aérophagie/2 2 +aérophone/2 1 +aéroplane/2 1 +aéroponie/2 2 +aéroponique/2 4 +aéroport/2 1 +aéroportée/5 3 +aéroportuaire/2 4 +aéropostale/22 3 +aéroréfrigérant/2 1 +aéroréfrigérante/5 3 +aérosol/2 1 +aérosolthérapie/2 2 +aérosondage/2 1 +aérospatiale/22 3 +aérostat/2 1 +aérostation/2 2 +aérostatique/2 4 +aérostatique/2 2 +aérostière/5 9 +aérotechnique/2 4 +aérotechnique/2 2 +aéroterrestre/2 4 +aérotherme/2 1 +aérothermique/2 4 +aérothermodynamique/2 4 +aérothermodynamique/2 2 +aérotrain/2 1 +aérotransportée/5 3 +æschne/2 2 +æschnidé/2 1 +æthuse/2 2 +affabilité/2 2 +affable/2 4 +affablement/9 8 +affabulation/2 2 +affabulatrice/5 9 +affabulée/5 3 +affabuler/11 17 +affacturage/2 1 +affadie/5 3 +affadir/43 83 +affadissante/5 3 +affadissement/2 1 +affaiblie/5 3 +affaiblir/43 83 +affaiblissante/5 3 +affaiblissement/2 1 +affaiblisseur/2 1 +affainéantie/5 3 +affainéantir 83 +affaire/2 2 +affairée/5 3 +affairement/2 1 +affairer/48 55 +affairisme/2 1 +affairiste/2 13 +affaissée/5 3 +affaissement/2 1 +affaisser/15 11 +affaitage/2 1 +affaitement/2 1 +affaiter/11 5 +affaîter/11 5 +affalée/5 3 +affalement/2 1 +affaler/15 11 +affamante/5 3 +affamée/5 6 +affamer/11 5 +affameuse/5 6 +affanure/2 2 +afféager/11 5 +affect/2 1 +affectataire/2 1 +affectation/2 2 +affectée/5 3 +affecter/15 11 +affection/2 2 +affectionnée/5 3 +affectionner/11 5 +affective/5 3 +affectivement/9 8 +affectivité/2 2 +affectueuse/22 3 +affectueusement/9 8 +affectuosité/2 2 +affenage/2 1 +afférente/5 3 +afférer/100 14 +affermage/2 1 +affermer/11 5 +affermie/5 3 +affermir/43 83 +affermissement/2 1 +affétée/5 3 +afféterie/2 2 +affèterie/2 2 +affichable/2 4 +affichage/2 1 +affiche/2 2 +affichée/5 3 +afficher/15 11 +affichette/2 2 +afficheuse/5 9 +affichiste/2 10 +affidavit/2 1 +affidée/5 6 +affilage/2 1 +affilée/5 3 +affiler/11 5 +affileuse/5 9 +affiliation/2 2 +affiliée/5 3 +affilier/15 11 +affiloir/2 1 +affinage/2 1 +affine/5 6 +affinée/5 3 +affinement/2 1 +affiner/15 11 +affinerie/2 2 +affineuse/5 6 +affinité/2 2 +affinoir/2 1 +affiquet/2 1 +affirmation/2 2 +affirmative/5 6 +affirmativement/9 8 +affirmée/5 3 +affirmer/15 11 +affixale/22 3 +affixation/2 2 +affixe/2 10 +affixée/5 3 +affleurante/5 3 +affleurement/2 1 +affleurer/11 17 +affliction/2 2 +afflictive/5 3 +affligeante/5 3 +affligée/5 6 +affliger/15 11 +afflouer/11 5 +affluence/2 2 +affluent/2 1 +affluente/5 3 +affluer/42 14 +afflux/7 7 +affolante/5 3 +affolée/5 6 +affolement/2 1 +affoler/15 11 +affolir 92 +affouage/2 1 +affouagée/5 9 +affouager/11 5 +affouagiste/2 10 +affouillement/2 1 +affouiller/11 5 +affouragement/2 1 +affourager/11 5 +affourchée/5 3 +affourcher/11 5 +affourrager/11 5 +affranchie/5 6 +affranchir/43 83 +affranchissable/2 4 +affranchissement/2 1 +affranchisseuse/5 9 +affres/76 46 +affrétée/5 3 +affrètement/2 1 +affréter/60 5 +affréteuse/5 9 +affreuse/22 6 +affreusement/9 8 +affriandée/5 3 +affriander/11 5 +affricher/11 5 +affriolante/5 3 +affrioler/11 5 +affriquée/5 3 +affriquée/2 2 +affriter/11 5 +affront/2 1 +affrontée/5 3 +affrontement/2 1 +affronter/15 11 +affronteuse/5 9 +affruiter/11 17 +affublée/5 3 +affublement/2 1 +affubler/15 11 +affurer/11 5 +affusion/2 2 +affut/2 1 +affût/2 1 +affutage/2 1 +affûtage/2 1 +affutée/5 3 +affûtée/5 3 +affuter/11 5 +affûter/11 5 +affuteuse/5 9 +affûteuse/5 9 +affutiaux/9 20 +affûtiaux/9 20 +affutoir/2 1 +affûtoir/2 1 +afghane/5 6 +aficionado/2 1 +afin 78 +afocale/22 3 +africaine/5 6 +africanisation/2 2 +africanisée/5 3 +africaniser/15 11 +africanisme/2 1 +africaniste/2 10 +afrikaander/2 13 +afrikaans/7 45 +afrikaans/7 7 +afrikander/2 13 +afrikaner/2 13 +afrikans/7 45 +afrikans/7 7 +afro/7 45 +afro-américaine/5 6 +afro-asiatique/2 13 +afrobeat/2 1 +afro-beat/2 1 +afro-brésilienne/5 6 +afro-cubaine/5 6 +after-shave/7 45 +after-shave/7 7 +aftershave/2 4 +aftershave/2 1 +aga/2 1 +agaçante/5 3 +agace/2 2 +agacée/5 3 +agacement/2 1 +agace-pissette/2 2 +agacer/15 11 +agacerie/2 2 +agaillardie/5 3 +agaillardir 83 +agalactie/2 2 +agalaxie/2 2 +agame/2 13 +agamète/2 2 +agami/2 1 +agamidé/2 1 +agamie/2 2 +agammaglobulinémie/2 2 +agamospermie/2 2 +agapanthe/2 2 +agape/2 2 +agapète/2 10 +agar-agar/7 18 +agaric/2 1 +agaricacée/2 2 +agaricale/2 2 +agaricinée/2 2 +agarose/2 2 +agars-agars/9 20 +agasse/2 2 +agate/2 2 +agatisée/5 3 +agavacée/2 2 +agave/2 1 +agavé/2 1 +age/2 1 +âge/2 1 +âgée/5 3 +agence/2 2 +agencée/5 3 +agencement/2 1 +agencer/15 11 +agencière/5 9 +agenda/2 1 +agender/11 5 +agénésie/2 2 +agenouillée/5 6 +agenouillement/2 1 +agenouiller/48 55 +agenouilliste/2 13 +agenouilloir/2 1 +agente/5 9 +agérate/2 1 +ageratum/2 1 +agératum/2 1 +agger/2 1 +aggiornamento/2 1 +agglo/2 1 +agglomérant/2 1 +agglomérante/5 3 +agglomérat/2 1 +agglomération/2 2 +aggloméré/2 1 +agglomérée/5 3 +agglomérer/65 11 +agglutinante/5 6 +agglutination/2 2 +agglutinée/5 3 +agglutinement/2 1 +agglutiner/15 11 +agglutinine/2 2 +agglutinogène/2 4 +agglutinogène/2 1 +aggravante/5 3 +aggravation/2 2 +aggravée/5 3 +aggraver/15 11 +agha/2 1 +agile/2 4 +agilement/9 8 +agilité/2 2 +agio/2 1 +agiotage/2 1 +agioter/42 14 +agioteuse/5 9 +agir/46 18 +agir/110 92 +âgisme/2 1 +agissante/5 6 +agissement/2 1 +agitante/5 3 +agitation/2 2 +agitato/9 8 +agitatrice/5 6 +agitée/5 6 +agiter/15 11 +aglossa/2 1 +aglyphe/2 4 +aglyphe/2 1 +agnate/5 9 +agnathe/2 4 +agnathe/2 1 +agnation/2 2 +agnatique/2 4 +agneau/49 1 +agnelage/2 1 +agneler/164 14 +agnelet/2 1 +agneline/5 6 +agnelle/2 2 +agnosie/2 2 +agnosique/2 13 +agnosticisme/2 1 +agnostique/2 10 +agnus/7 7 +agnus-castus/7 7 +agogique/2 4 +agogique/2 2 +agonie/2 2 +agonir/64 84 +agonisante/5 6 +agoniser/42 14 +agoniste/2 4 +agoniste/2 1 +agora/2 2 +agoraphobe/2 13 +agoraphobie/2 2 +agouti/2 1 +agrafage/2 1 +agrafe/2 2 +agrafée/5 3 +agrafer/11 5 +agrafeuse/5 6 +agrainage/2 1 +agrainer/11 5 +agraire/2 4 +agrammaticale/22 3 +agrammatisme/2 1 +agrandie/5 3 +agrandir/43 83 +agrandissante/5 3 +agrandissement/2 1 +agrandisseuse/5 6 +agranulocytose/2 2 +agraphie/2 2 +agrarienne/5 6 +agréable/2 4 +agréablement/9 8 +agréage/2 1 +agréation/2 2 +agréée/5 3 +agréer/15 116 +agréeuse/5 9 +agrégat/2 1 +agrégateur/2 1 +agrégation/2 2 +agrégative/5 6 +agrégée/5 6 +agréger/65 11 +agrément/2 1 +agrémentée/5 3 +agrémenter/11 5 +agrès/7 7 +agressée/5 6 +agresser/11 5 +agresseuse/5 9 +agression/2 2 +agressive/5 3 +agressivement/9 8 +agressivité/2 2 +agreste/2 13 +agricher/11 5 +agricole/2 4 +agricultrice/5 9 +agriculture/2 2 +agriffer/48 55 +agrile/2 1 +agrion/2 1 +agriote/2 1 +agripaume/2 2 +agrippante/5 3 +agrippée/5 3 +agrippement/2 1 +agripper/15 11 +agritourisme/2 1 +agroalimentaire/2 4 +agro-alimentaire/2 4 +agroalimentaire/2 1 +agro-alimentaire/2 1 +agrobiologie/2 2 +agrobiologique/2 4 +agrobiologiste/2 10 +agrocarburant/2 1 +agrochimie/2 2 +agrochimique/2 4 +agrochimiste/2 10 +agroclimatologie/2 2 +agroclimatologique/2 4 +agroéquipement/2 1 +agro-industrie/2 2 +agro-industrielle/5 3 +agrologie/2 2 +agronome/2 10 +agronomie/2 2 +agronomique/2 4 +agropastorale/22 3 +agropastoralisme/2 1 +agropastoraliste/2 10 +agropyrum/2 1 +agrostide/2 2 +agrostis/7 57 +agrosystème/2 1 +agrotechnicienne/5 9 +agrotis/7 7 +agrotourisme/2 1 +agrume/2 1 +agrumiculture/2 2 +aguardiente/2 2 +aguerrie/5 6 +aguerrir/43 83 +aguerrissement/2 1 +aguets/76 20 +agueusie/2 2 +agui/2 1 +aguichage/2 1 +aguichante/5 3 +aguiche/2 2 +aguichée/5 3 +aguicher/11 5 +aguicheuse/5 6 +ah 70 +ahan/2 1 +ahanement/2 1 +ahaner/42 14 +aheurtée/5 3 +aheurter/48 55 +ahi 70 +ahurie/5 6 +ahurir/64 84 +ahurissante/5 3 +ahurissement/2 1 +aï/2 1 +aiche/2 2 +aicher/11 5 +aidante/5 9 +aide/2 10 +aide-comptable/7 18 +aidée/5 3 +aide-mémoire/7 7 +aide-mémoire/2 1 +aider/15 115 +aides-comptables/9 113 +aide-soignant/7 18 +aide-soignante/7 47 +aides-soignantes/9 46 +aides-soignants/9 20 +aïe 70 +aïeule/5 9 +aïeux/9 20 +aigle/2 10 +aiglefin/2 1 +aiglette/2 2 +aiglonne/5 9 +aigre/2 4 +aigre-douce/7 133 +aigre-doux/7 133 +aigrefin/2 1 +aigrelette/5 3 +aigrement/9 8 +aigremoine/2 2 +aigres-douces/9 200 +aigres-doux/9 127 +aigrette/5 6 +aigrettée/5 3 +aigreur/2 2 +aigrie/5 6 +aigrir/43 100 +aigrissement/2 1 +aiguade/2 2 +aiguail/2 1 +aiguë/5 3 +aigüe/5 3 +aigue-marine/7 47 +aigues-marines/9 46 +aiguière/2 2 +aiguillage/2 1 +aiguillat/2 1 +aiguille/2 2 +aiguillée/5 3 +aiguiller/2 1 +aiguiller/11 5 +aiguilleter/71 5 +aiguilleteuse/5 9 +aiguillette/2 2 +aiguilleuse/5 9 +aiguillier/2 1 +aiguillon/2 1 +aiguillonnée/5 3 +aiguillonnement/2 1 +aiguillonner/11 5 +aiguillot/2 1 +aiguisage/2 1 +aiguise-crayon/7 7 +aiguise-crayon/2 1 +aiguisée/5 3 +aiguisement/2 1 +aiguiser/15 11 +aiguiseuse/5 6 +aiguisoir/2 1 +aïkido/2 1 +ail/2 1 +ailante/2 1 +aile/2 2 +ailée/5 3 +ailerette/2 2 +aileron/2 1 +ailette/2 2 +ailière/5 9 +aillade/2 2 +ailler/11 5 +ailleurs/7 8 +ailloli/2 1 +aimable/2 4 +aimablement/9 8 +aimant/2 1 +aimantation/2 2 +aimante/5 3 +aimantée/5 3 +aimanter/15 11 +aimantin/2 1 +aimantine/5 3 +aimée/5 6 +aimer/15 11 +aine/2 10 +ainée/5 6 +aînée/5 6 +ainesse/2 2 +aînesse/2 2 +aïnou/2 13 +ainsi/9 8 +aïoli/2 1 +air/2 1 +airain/2 1 +airbag/2 1 +aire/2 2 +airedale/2 1 +airedale-terrier/2 1 +airelle/2 2 +airer/42 14 +ais/7 7 +aisance/2 2 +aise/2 4 +aise/2 2 +aisée/5 3 +aisément/9 8 +aisseau/49 1 +aisselier/2 1 +aisselle/2 2 +aisy/2 1 +aitre/2 1 +aître/2 1 +ajointer/11 5 +ajonc/2 1 +ajoupa/2 1 +ajour/2 1 +ajourée/5 3 +ajourer/11 5 +ajournable/2 4 +ajournée/5 3 +ajournement/2 1 +ajourner/11 5 +ajout/2 1 +ajoutée/5 3 +ajouter/15 115 +ajustable/2 4 +ajustage/2 1 +ajustée/5 3 +ajustement/2 1 +ajuster/15 11 +ajusteuse/5 9 +ajut/2 1 +ajutage/2 1 +akathisie/2 2 +akène/2 1 +akinésie/2 2 +akkadienne/5 6 +akvavit/2 1 +alabandine/2 2 +alabandite/2 2 +alabastrite/2 2 +alâchir 83 +alacrité/2 2 +alaire/2 4 +alaise/2 2 +alambic/2 1 +alambiquée/5 3 +alambiquer/11 5 +alandier/2 1 +alangourer 11 +alanguie/5 3 +alanguir/43 83 +alanguissement/2 1 +alanine/2 2 +alarmante/5 3 +alarme/2 2 +alarmée/5 3 +alarmer/15 11 +alarmisme/2 1 +alarmiste/2 13 +alastrim/2 1 +alaterne/2 1 +albacore/2 1 +albanaise/5 6 +albanophone/2 13 +albâtre/2 1 +albatros/7 7 +albédo/2 1 +alberge/2 2 +albergier/2 1 +albigeoise/5 6 +albinisme/2 1 +albinos/7 105 +albite/2 2 +albuginée/5 6 +albugo/2 10 +album/2 1 +albumen/2 1 +albumine/2 2 +albuminée/5 3 +albumineuse/22 3 +albuminoïde/2 4 +albuminoïde/2 1 +albuminurie/2 2 +albuminurique/2 13 +albumose/2 2 +alcade/2 1 +alcaïque/2 4 +alcalescence/2 2 +alcalescente/5 3 +alcali/2 1 +alcalifiante/5 3 +alcalimètre/2 1 +alcalimétrie/2 2 +alcaline/5 3 +alcalinisante/3 3 +alcalinisation/2 2 +alcalinisée/5 3 +alcaliniser/11 5 +alcalinité/2 2 +alcalinoterreuse/22 3 +alcalino-terreuse/22 3 +alcalisée/5 3 +alcaliser/11 5 +alcaloïde/2 1 +alcalose/2 2 +alcane/2 1 +alcaptonurie/2 2 +alcarazas/7 7 +alcazar/2 1 +alcédinidé/2 1 +alcée/2 2 +alcène/2 1 +alchémille/2 2 +alchimie/2 2 +alchimique/2 4 +alchimiquement/9 8 +alchimiste/2 10 +alcoholiser 5 +alcool/2 1 +alcoolat/2 1 +alcoolate/2 1 +alcoolature/2 2 +alcoolé/2 1 +alcoolémie/2 2 +alcoolier/2 1 +alcoolification/2 2 +alcoolique/2 13 +alcooliquement/9 8 +alcoolisable/2 4 +alcoolisation/2 2 +alcoolisée/5 3 +alcooliser/15 11 +alcoolisme/2 1 +alcoolo/2 13 +alcoologie/2 2 +alcoologue/2 10 +alcoolomanie/2 2 +alcoomètre/2 1 +alcoométrie/2 2 +alcootest/2 1 +alcoran/2 1 +alcôve/2 2 +alcoylation/2 2 +alcoyle/2 1 +alcyne/2 1 +alcyon/2 1 +alcyonaire/2 1 +alcyonienne/5 3 +aldéhyde/2 1 +aldéhydique/2 4 +aldine/5 3 +aldol/2 1 +aldose/2 1 +aldostérone/2 2 +ale/2 2 +aléa/2 1 +aléatoire/2 4 +aléatoirement/9 8 +alémanique/2 4 +alémanique/2 1 +alène/2 2 +alêne/2 2 +alénois/7 133 +alentie/5 3 +alentir/64 84 +alentour 8 +alentour/2 1 +aléoute/2 13 +aléoutienne/5 6 +aleph/2 1 +alépine/5 6 +alérion/2 1 +alerte/2 4 +alerte/2 2 +alertée/5 3 +alertement/9 8 +alerter/11 5 +alésage/2 1 +alèse/2 2 +alésée/5 3 +aléser/60 5 +aléseuse/5 6 +alésoir/2 1 +alestir 82 +aleurite/2 10 +aleurode/2 1 +aleurone/2 2 +alevin/2 1 +alevinage/2 1 +aleviner/11 5 +alevinière/5 9 +alexandra/34 +alexandrin/2 1 +alexandrine/5 3 +alexandrinisme/2 1 +alexie/2 2 +alexine/2 2 +alexithymie/2 2 +alezane/5 6 +alfa/2 1 +alfange/2 2 +alfatière/5 3 +alfénide/2 1 +algale/22 3 +algarade/2 2 +algazelle/2 2 +algèbre/2 2 +algébricité/2 2 +algébrique/2 4 +algébriquement/9 8 +algébrisation/2 2 +algébriste/2 10 +algérienne/5 6 +algéroise/5 6 +algide/2 4 +algidité/2 2 +algie/2 2 +alginate/2 1 +algine/2 2 +algique/2 4 +algocultrice/5 9 +algoculture/2 2 +algodystrophie/2 2 +algologie/2 2 +algologue/2 10 +algonkine/5 6 +algonquine/5 6 +algorithme/2 1 +algorithmie/2 2 +algorithmique/2 4 +algorithmique/2 2 +algorithmiquement/9 8 +algothérapie/2 2 +algue/2 2 +alias 8 +alias/7 7 +alibi/2 1 +aliboufier/2 1 +alicament/2 1 +alicante/2 1 +alidade/2 2 +aliénabilité/2 2 +aliénable/2 4 +aliénante/5 3 +aliénataire/2 10 +aliénation/2 2 +aliénatrice/5 9 +aliénée/5 6 +aliéner/65 11 +aliéniste/2 13 +alifère/2 4 +aliforme/2 4 +alignée/5 3 +alignement/2 1 +aligner/15 11 +aligneuse/5 9 +aligot/2 1 +aligoté/2 94 +aliment/2 1 +alimentaire/2 4 +alimentation/2 2 +alimentatrice/5 6 +alimentée/5 3 +alimenter/15 11 +alinéa/2 1 +alios/7 7 +aliphatique/2 4 +aliquante/2 108 +aliquote/2 10 +alise/2 2 +alisier/2 1 +alismacée/2 4 +alismacée/2 2 +alisme/2 1 +alitée/5 6 +alitement/2 1 +aliter/15 11 +alizari/2 1 +alizarine/2 2 +alizé/2 4 +alizé/2 1 +alizéenne/5 3 +alizier/2 1 +alkaest/34 18 +alkékenge/2 1 +alkermès/7 7 +alkylant/2 1 +alkylante/5 3 +alkylat/2 1 +alkylation/2 2 +alkyle/2 1 +alkyler/15 11 +allaitante/5 3 +allaitée/5 3 +allaitement/2 1 +allaiter/11 17 +allante/5 6 +allantoïde/2 4 +allantoïde/2 2 +alléchante/5 3 +alléchée/5 3 +allèchement/2 1 +allécher/60 5 +allée/2 2 +allégation/2 2 +allégeance/2 2 +allégée/5 3 +allégement/2 1 +allègement/2 1 +alléger/65 11 +allégérir 82 +allégir/64 84 +allégorie/2 2 +allégorique/2 4 +allégoriquement/9 8 +allégoriser/11 5 +allégoriste/2 10 +allègre/2 4 +allégrement/9 8 +allègrement/9 8 +allégresse/2 2 +allegretto/9 8 +allégretto/9 8 +allegretto/7 7 +allégretto/2 1 +allegro/9 8 +allégro/9 8 +allegro/7 7 +allégro/2 1 +alléguée/5 3 +alléguer/60 5 +allèle/2 1 +allélique/2 4 +allélomorphe/2 4 +allélopathie/2 2 +alléluia 70 +alléluia/2 1 +allemande/5 6 +allène/2 1 +aller/2 1 +aller/257 102 +allergène/2 1 +allergénique/2 4 +allergie/2 2 +allergique/2 4 +allergisante/5 3 +allergologie/2 2 +allergologiste/2 10 +allergologue/2 10 +aller-retour/2 1 +alleu/49 1 +alleutier/2 1 +alliacée/5 6 +alliage/2 1 +alliaire/2 2 +alliance/2 2 +alliée/5 6 +allier/15 11 +alligator/2 1 +allitération/2 2 +allitérative/5 3 +allo 70 +allô 70 +allocataire/2 10 +allocation/2 2 +allocentrique/2 4 +allocentrisme/2 1 +allochtone/2 13 +allocutaire/2 10 +allocution/2 2 +allodiale/22 3 +allogamie/2 2 +allogène/2 13 +allogreffe/2 2 +allométrie/2 2 +allométrique/2 4 +allomorphe/2 1 +allonge/2 2 +allongée/5 6 +allongement/2 1 +allonger/15 42 +allopathe/2 10 +allopathie/2 2 +allopathique/2 4 +allopatrique/1 4 +allophone/2 13 +allosaure/2 1 +allostérie/2 2 +allostérique/2 4 +allothermique/2 4 +allotir/64 84 +allotissement/2 1 +allotropie/2 2 +allotropique/2 4 +allouable/2 4 +allouée/5 3 +allouer/15 11 +alluchon/2 1 +allumage/2 1 +allume-cigare/2 1 +allume-cigares/7 7 +allumée/5 6 +allume-feu/7 7 +allume-feu/49 1 +allume-gaz/7 7 +allumer/15 11 +allumetière/5 6 +allumette/2 2 +allumettière/5 6 +allumeuse/5 9 +allure/2 2 +allurée/5 3 +allusion/2 2 +allusive/5 3 +allusivement/7 8 +alluviale/22 3 +alluvion/2 2 +alluvionnaire/2 4 +alluvionnement/2 1 +alluvionner/42 14 +allyle/2 1 +allylique/2 4 +almanach/2 1 +almandin/2 1 +almasilicium/2 1 +almasilium/2 1 +almée/2 2 +almicantarat/2 1 +aloès/7 7 +alogie/2 2 +alogique/2 13 +aloi/7 18 +alopécie/2 2 +alors/134 8 +alose/2 2 +alouate/2 1 +alouette/2 2 +alourdie/5 3 +alourdir/43 83 +alourdissante/5 3 +alourdissement/2 1 +aloyau/49 1 +alpaga/2 1 +alpage/2 1 +alpaguée/5 3 +alpaguer/11 5 +alpax/7 7 +alpe/2 2 +alpenstock/2 1 +alpestre/2 4 +alpha/7 7 +alpha/2 1 +alphabet/2 1 +alphabète/2 13 +alphabétique/2 4 +alphabétiquement/9 8 +alphabétisation/2 2 +alphabétisée/5 3 +alphabétiser/11 5 +alphabétisme/2 1 +alphanumérique/2 4 +alpine/5 3 +alpinisme/2 1 +alpiniste/2 10 +alpiste/2 1 +alsacienne/5 6 +altaïque/2 4 +altéa/2 10 +alter/7 130 +altérabilité/2 2 +altérable/2 4 +altéragène/2 4 +altérante/5 3 +altération/2 2 +altercation/2 2 +altérée/5 3 +altérer/65 11 +altérite/2 2 +altérité/2 2 +altermondialisation/2 2 +altermondialisme/2 1 +altermondialiste/2 13 +alternance/2 2 +alternante/5 3 +alternat/2 1 +alternateur/2 1 +alternative/5 6 +alternativement/9 8 +alternée/5 3 +alterner/11 17 +alternostat/2 1 +altesse/2 2 +althæa/2 10 +althéa/2 10 +althée/2 10 +altière/5 3 +altièrement/9 8 +altimètre/2 1 +altimétrie/2 2 +altimétrique/2 4 +altiport/2 1 +altise/2 2 +altiste/2 10 +altitude/2 2 +altitudinaire/2 4 +altitudinale/22 3 +alto/2 1 +altocumulus/7 7 +altostratus/7 7 +altruisme/2 1 +altruiste/2 4 +alu/2 1 +alucite/2 2 +alule/2 2 +aluminage/2 1 +aluminate/2 1 +alumine/2 2 +aluminée/5 3 +aluminer/11 5 +aluminerie/2 2 +alumineuse/22 3 +aluminiage/2 1 +aluminier/2 1 +aluminium/2 1 +aluminothermie/2 2 +alun/2 1 +alunage/2 1 +alunée/5 3 +aluner/11 5 +alunir/97 92 +alunissage/2 1 +alunite/2 2 +alvéolaire/2 4 +alvéole/2 10 +alvéolée/5 3 +alvéolite/2 2 +alvéolodentaire/2 4 +alvéolo-dentaire/2 4 +alvine/5 3 +alya/2 2 +alysse/2 10 +alyte/2 1 +amabile/7 8 +amabilité/2 2 +amadou/2 1 +amadouée/5 3 +amadouer/11 5 +amadouvier/2 1 +amaigrie/5 3 +amaigrir/43 83 +amaigrissante/5 3 +amaigrissement/2 1 +amalgamation/2 2 +amalgame/2 1 +amalgamée/5 3 +amalgamer/15 11 +amandaie/2 2 +amande/2 2 +amanderaie/2 2 +amandier/2 1 +amandine/2 2 +amanite/2 2 +amante/5 6 +amarantacée/2 2 +amarante/7 45 +amarante/2 2 +amareyeuse/5 9 +amarile/5 3 +amarinage/2 1 +amarinée/5 3 +amariner/15 11 +amarrage/2 1 +amarre/2 2 +amarrée/5 3 +amarrer/15 11 +amaryllidacée/2 2 +amaryllis/7 88 +amas/7 7 +amassée/5 3 +amasser/15 42 +amateurisme/2 1 +amathie/2 2 +amatie/5 3 +amatir/64 84 +amatrice/5 6 +amaurose/2 2 +amazone/2 2 +amazonienne/5 3 +amazonite/2 2 +ambages/9 46 +ambassade/2 2 +ambassadrice/5 6 +ambiance/2 2 +ambiancer/42 14 +ambianceuse/5 9 +ambiante/5 3 +ambidextre/2 10 +ambifier/48 55 +ambiguë/5 3 +ambigüe/5 3 +ambiguïté/2 2 +ambigüité/2 2 +ambigument/9 8 +ambisexuée/5 6 +ambitieuse/22 6 +ambitieusement/9 8 +ambition/2 2 +ambitionnée/5 3 +ambitionner/11 5 +ambitus/7 7 +ambivalence/2 2 +ambivalente/5 3 +amble/2 1 +ambler/42 14 +ambleuse/5 3 +amblyope/2 10 +amblyopie/2 2 +amblyoscope/2 1 +amblystome/2 1 +ambon/2 1 +ambre/7 45 +ambre/2 1 +ambrée/5 3 +ambrer/11 5 +ambroisie/2 2 +ambroisienne/5 3 +ambrosienne/5 3 +ambulacraire/2 4 +ambulacre/2 1 +ambulance/2 2 +ambulancière/5 9 +ambulante/5 6 +ambulateur/2 1 +ambulatoire/2 4 +âme/2 2 +amélanchier/2 1 +améliorable/2 4 +améliorante/5 6 +amélioration/2 2 +amélioratrice/5 3 +améliorée/5 3 +améliorer/15 11 +amen 70 +amen/7 7 +aménageable/2 4 +aménagée/5 3 +aménagement/2 1 +aménager/15 11 +aménageuse/5 9 +aménagiste/2 10 +amendable/2 4 +amende/2 2 +amendée/5 3 +amendement/2 1 +amender/15 11 +amenée/5 3 +amener/93 11 +aménité/2 2 +aménorrhée/2 2 +amentifère/2 4 +amentifère/2 2 +amenuisée/5 3 +amenuisement/2 1 +aménuiser 5 +amenuiser/11 5 +amer/2 1 +amère/5 3 +amèrement/9 8 +américaine/5 6 +américanisation/2 2 +américanisée/5 3 +américaniser/15 11 +américanisme/2 1 +américaniste/2 13 +américanophile/2 13 +américium/2 1 +amérindianisme/2 1 +amérindianiste/2 10 +amérindienne/5 6 +amerloque/2 10 +amerrir/97 92 +amerrissage/2 1 +amertume/2 2 +amétabole/2 4 +améthyste/2 2 +amétrope/2 4 +amétropie/2 2 +ameublement/2 1 +ameublie/5 3 +ameublir/64 84 +ameublissement/2 1 +ameuter/15 11 +amharique/2 4 +amiable/2 4 +amiablement/9 8 +amiante/2 1 +amiantée/5 3 +amibe/2 2 +amibiase/2 2 +amibienne/5 6 +amiboïde/2 4 +amicale/22 6 +amicalement/9 8 +amicalisme/2 1 +amicaliste/2 10 +amicrobienne/5 3 +amict/2 1 +amide/2 10 +amidification/2 2 +amidon/2 1 +amidonnage/2 1 +amidonnée/5 3 +amidonner/11 5 +amidonnerie/2 2 +amidonnière/5 6 +amidopyrine/2 2 +amidure/2 1 +amie/5 6 +amigne/2 2 +amimie/2 2 +amination/2 2 +amincie/5 3 +amincir/43 100 +amincissante/5 3 +amincissement/2 1 +amine/2 2 +aminée/5 3 +aminer/42 14 +aminoacide/2 1 +amino-acide/2 1 +aminoplaste/2 1 +aminoside/2 1 +amirale/22 9 +amirauté/2 2 +amitié/2 2 +amitose/2 2 +ammodyte/2 4 +ammodyte/2 1 +ammoniac/2 1 +ammoniacale/22 3 +ammoniaque/2 10 +ammoniaquée/5 3 +ammonisation/2 2 +ammonite/2 10 +ammonitrate/2 1 +ammonium/2 1 +ammophile/2 4 +ammophile/2 2 +amnésie/2 2 +amnésique/2 13 +amniocentèse/2 2 +amnios/7 7 +amnioscopie/2 2 +amniote/2 4 +amniote/2 1 +amniotique/2 4 +amnistiable/2 4 +amnistiante/5 3 +amnistie/2 2 +amnistiée/5 6 +amnistier/11 5 +amochée/5 6 +amocher/15 11 +amodiataire/2 10 +amodiation/2 2 +amodiatrice/3 9 +amodiée/5 3 +amodier/11 5 +amoindrie/5 3 +amoindrir/43 83 +amoindrissement/2 1 +amok/2 1 +amollie/5 3 +amollir/43 83 +amollissante/5 3 +amollissement/2 1 +amome/2 1 +amoncelée/5 3 +amoncèlement/2 1 +amonceler/86 11 +amoncellement/2 1 +amont/2 1 +amorale/22 3 +amoralisme/2 1 +amoralité/2 2 +amorçable/2 4 +amorçage/2 1 +amorce/2 2 +amorcée/5 3 +amorcer/15 42 +amorçoir/2 1 +amordancer/11 5 +amoroso/9 8 +amorphe/2 10 +amorti/2 1 +amortie/5 3 +amortir/43 83 +amortissable/2 4 +amortissement/2 1 +amortisseur/2 1 +amortisseuse/5 3 +amour/2 1 +amourachée/5 3 +amouracher/48 55 +amourer/11 5 +amourette/2 2 +amoureuse/22 6 +amoureusement/9 8 +amour-propre/7 18 +amours/9 46 +amours-propres/9 20 +amovibilité/2 2 +amovible/2 4 +ampélographe/2 10 +ampélographie/2 2 +ampélographique/2 4 +ampélologie/2 2 +ampélopsis/7 7 +ampérage/2 1 +ampère/61 1 +ampère-heure/7 18 +ampèreheure/2 1 +ampèremètre/2 1 +ampèremétrique/2 4 +ampères-heures/9 20 +ampérométrie/2 2 +ampérométrique/2 4 +amphétamine/2 2 +amphétaminique/2 4 +amphi/2 1 +amphiarthrose/2 2 +amphibie/2 4 +amphibie/2 1 +amphibienne/5 6 +amphibole/2 4 +amphibole/2 2 +amphibologie/2 2 +amphibologique/2 4 +amphibologiquement/9 8 +amphibraque/2 1 +amphictyon/2 1 +amphictyonie/2 2 +amphidrome/2 4 +amphidromique/2 4 +amphigouri/2 1 +amphigourique/2 4 +amphigourisme/2 1 +amphimixie/2 2 +amphioxus/7 7 +amphiphile/2 4 +amphipode/2 4 +amphipode/2 1 +amphiprion/2 1 +amphiprotique/2 4 +amphisbène/2 1 +amphistère/2 1 +amphistome/2 1 +amphithéâtre/2 1 +amphitryon/2 1 +ampholyte/2 1 +amphore/2 2 +amphorisque/2 2 +amphotère/2 4 +amphotère/2 1 +ample/2 4 +amplective/5 3 +amplement/9 8 +ampleur/2 2 +ampli/2 1 +ampliation/2 2 +ampliative/5 6 +amplifiable/2 4 +amplifiante/5 3 +amplification/2 2 +amplificatrice/5 6 +amplifiée/5 3 +amplifier/15 11 +ampliforme/2 4 +ampliforme/2 1 +amplis-syntoniseurs/9 20 +amplis-tuners/9 20 +ampli-syntoniseur/7 18 +amplitude/2 2 +ampli-tuner/7 18 +ampoule/2 2 +ampoulée/5 3 +amputation/2 2 +amputée/5 6 +amputer/15 11 +amuïr/247 128 +amuïssement/2 1 +amulette/2 2 +amure/2 2 +amurer/11 5 +amusante/5 6 +amuse-bouche/7 7 +amuse-bouche/2 1 +amusée/5 3 +amuse-gueule/7 7 +amuse-gueule/2 1 +amusement/2 1 +amuser/15 11 +amusette/2 2 +amuseuse/5 6 +amusie/2 2 +amygdale/2 2 +amygdalectomie/2 2 +amygdaline/2 2 +amygdalite/2 2 +amylacée/5 3 +amylase/2 2 +amyle/2 1 +amylène/2 1 +amylique/2 4 +amylobacter/2 1 +amyloplaste/2 1 +amyotrophie/2 2 +amyotrophique/2 4 +an/2 1 +ana/7 7 +ana/2 1 +anabaptisme/2 1 +anabaptiste/2 13 +anabatique/2 4 +anabolique/2 4 +anabolisante/5 3 +anabolisme/2 1 +anabolite/2 1 +anacardiacée/2 2 +anacardier/2 1 +anachorète/2 10 +anachorétique/2 4 +anachorétisme/2 1 +anachronique/2 4 +anachroniquement/9 8 +anachronisme/2 1 +anacoluthe/2 2 +anaconda/2 1 +anacréontique/2 4 +anacrouse/2 2 +anadrome/2 4 +anaérobie/2 4 +anaérobie/2 1 +anaérobiose/2 2 +anaérobique/2 4 +anaérocombustion/2 2 +anagenèse/2 2 +anaglyphe/2 4 +anaglyphe/2 1 +anaglyptique/2 4 +anagnoste/2 10 +anagogie/2 2 +anagogique/2 4 +anagrammatique/2 4 +anagrammatisme/2 1 +anagrammatiste/2 10 +anagramme/2 2 +anale/22 3 +analecta/9 20 +analectas/9 20 +analecte/2 1 +analepse/2 2 +analeptique/2 4 +analgésie/2 2 +analgésier/11 5 +analgésique/2 4 +analgésique/2 1 +analité/2 2 +anallergique/2 4 +analogie/2 2 +analogique/2 4 +analogiquement/9 8 +analogon/2 1 +analogue/2 4 +analogue/2 1 +analphabète/2 10 +analphabétisme/2 1 +analycité/2 2 +analysable/2 4 +analysante/5 6 +analyse/2 2 +analysée/5 6 +analyser/15 11 +analyseur/2 1 +analyste/2 10 +analyste-programmeur/7 18 +analyste-programmeuse/7 47 +analystes-programmeurs/9 253 +analystes-programmeuses/9 268 +analyticité/2 2 +analytique/2 4 +analytique/2 2 +analytiquement/9 8 +anamnèse/2 2 +anamorphe/2 4 +anamorphe/2 1 +anamorphique/2 4 +anamorphose/2 2 +anamorphosée/5 3 +anamorphoseur/2 1 +anamostoser/15 11 +ananas/7 7 +anapeste/2 1 +anaphase/2 2 +anaphore/2 2 +anaphorèse/2 2 +anaphorique/2 4 +anaphrodisiaque/2 4 +anaphrodisie/2 2 +anaphylactique/2 4 +anaphylactoïde/2 4 +anaphylaxie/2 2 +anaplastie/2 2 +anapside/2 1 +anar/2 13 +anarchie/2 2 +anarchique/2 4 +anarchiquement/9 8 +anarchisante/5 3 +anarchisme/2 1 +anarchiste/2 13 +anarchocapitalisme/2 1 +anarcho-capitalisme/2 1 +anarchosyndicalisme/2 1 +anarcho-syndicalisme/2 1 +anarchosyndicaliste/2 10 +anarcho-syndicaliste/2 10 +anarthrie/2 2 +anasarque/2 2 +anastatique/2 4 +anastigmat/2 1 +anastigmatique/2 4 +anastomose/2 2 +anastomosée/5 3 +anastomoser/48 102 +anastrophe/2 2 +anathématisation/2 2 +anathématiser/11 5 +anathème/2 1 +anatidé/2 1 +anatife/2 1 +anatocisme/2 1 +anatolienne/5 6 +anatomie/2 2 +anatomique/2 4 +anatomiquement/9 8 +anatomiser/11 5 +anatomiste/2 10 +anatomopathologie/2 2 +anatomo-pathologie/2 2 +anatomopathologiste/2 10 +anatomo-pathologiste/2 10 +anatopisme/2 1 +anavenin/2 1 +ancestrale/22 3 +ancêtre/2 10 +anche/2 2 +anchoïade/2 2 +anchois/7 7 +ancienne/5 6 +anciennement/9 8 +ancienneté/2 2 +ancillaire/2 4 +ancolie/2 2 +ancrage/2 1 +ancre/2 2 +ancrée/5 3 +ancrer/15 11 +andain/2 1 +andalou/2 94 +andalouse/2 109 +andalousite/2 2 +andante/9 8 +andante/2 1 +andantino/9 8 +andantino/2 1 +andésine/2 2 +andésite/2 2 +andésitique/2 4 +andine/5 6 +andorrane/5 6 +andouille/2 2 +andouiller/2 1 +andouillette/2 2 +andrène/2 10 +andrinople/2 2 +androcée/2 1 +androcéphale/2 4 +androconie/2 2 +androgène/2 4 +androgène/2 1 +androgenèse/2 2 +androgénie/2 2 +androgyne/2 13 +androgynie/2 2 +androïde/2 10 +androlâtre/2 10 +androlâtrie/2 2 +andrologie/2 2 +andrologique/2 4 +andrologue/2 10 +andromède/2 2 +andropause/2 2 +androphobie/2 2 +androsace/2 1 +androstérone/2 2 +âne/2 1 +anéantie/5 3 +anéantir/43 83 +anéantissement/2 1 +anecdote/2 2 +anecdotière/5 9 +anecdotique/2 4 +anecdotiquement/9 8 +anéchoïque/2 4 +ânée/2 2 +anémiante/5 3 +anémie/2 2 +anémiée/5 3 +anémier/11 5 +anémique/2 13 +anémochore/2 4 +anémographe/2 1 +anémomètre/2 1 +anémomorphose/2 2 +anémone/2 2 +anémophile/2 4 +anémophilie/2 2 +anencéphale/2 13 +anencéphalie/2 2 +anergie/2 2 +ânerie/2 2 +anéroïde/2 4 +ânesse/5 9 +anesthésiante/5 3 +anesthésie/2 2 +anesthésiée/5 6 +anesthésier/15 11 +anesthésiologie/2 2 +anesthésiologiste/2 10 +anesthésique/2 4 +anesthésiste/2 10 +aneth/2 1 +anévrismale/22 3 +anévrisme/2 1 +anévrysmale/22 3 +anévrysme/2 1 +anfractueuse/22 3 +anfractuosité/2 2 +angarie/2 2 +ange/2 1 +angéiologie/2 2 +angéiologue/2 10 +angéite/2 2 +angélique/2 4 +angéliquement/9 8 +angélisme/2 1 +angelot/2 1 +angélus/7 7 +angemme/2 2 +angenne/2 2 +angevine/5 6 +angiectasie/2 2 +angine/2 2 +angineuse/22 6 +angiocardiographie/2 2 +angiocholite/2 2 +angiogenèse/2 2 +angiographie/2 2 +angiologie/2 2 +angiologue/2 10 +angiome/2 1 +angioplastie/2 2 +angioscopie/2 2 +angiosperme/2 4 +angiosperme/2 2 +angiotensine/2 2 +angiotensinogène/2 1 +anglaise/5 6 +anglaisée/5 3 +anglaiser/11 5 +angle/2 1 +angledozer/2 1 +angledozeur/2 1 +anglet/2 1 +anglicane/5 6 +anglicanisme/2 1 +angliche/2 13 +anglicisation/2 2 +anglicisée/5 3 +angliciser/15 11 +anglicisme/2 1 +angliciste/2 10 +anglo-américaine/5 6 +anglo-arabe/2 13 +anglomane/2 10 +anglomanie/2 2 +anglo-normande/5 6 +anglophile/2 10 +anglophilie/2 2 +anglophobe/2 13 +anglophobie/2 2 +anglophone/2 13 +anglo-saxonne/5 6 +angoissante/5 3 +angoisse/2 2 +angoissée/5 6 +angoisser/15 42 +angolaise/5 6 +angon/2 1 +angor/2 1 +angora/2 4 +angora/2 1 +angstrœm/2 1 +angström/2 1 +ångström/2 1 +anguiforme/2 4 +anguille/2 2 +anguillère/2 2 +anguillule/2 2 +angulaire/2 4 +angulairement/9 8 +anguleuse/22 3 +anguleusement/9 8 +angusticlave/2 1 +angustura/2 2 +angusture/2 2 +anharmonique/2 4 +anhélation/2 2 +anhéler/100 14 +anhidrose/2 2 +anhidrotique/2 4 +anhydre/2 4 +anhydride/2 1 +anhydrite/2 1 +anhypothétique/2 4 +anicroche/2 2 +anidrose/2 2 +anidrotique/2 4 +ânière/5 9 +aniline/2 2 +anilisme/2 1 +animadversion/2 2 +animal/49 1 +animalcule/2 1 +animale/22 3 +animalement/9 8 +animalerie/2 2 +animalesque/2 4 +animalière/5 6 +animalisation/2 2 +animalisée/5 3 +animaliser/11 5 +animalisme/2 1 +animalité/2 2 +animation/2 2 +animato 8 +animatrice/5 6 +animée/5 3 +animelle/2 2 +animer/15 11 +animisme/2 1 +animiste/2 13 +animosité/2 2 +anion/2 1 +anionique/2 4 +anis/7 7 +anisé/2 4 +anisée/5 3 +anisée/2 2 +aniser/11 5 +anisette/2 2 +anisocorie/2 2 +anisogamie/2 2 +anisole/2 1 +anisotonie/2 2 +anisotrope/2 4 +anisotropie/2 2 +ankylosaure/2 1 +ankylose/2 2 +ankylosée/5 3 +ankyloser/15 11 +ankylostome/2 1 +ankylostomiase/2 2 +ankylostomose/2 2 +annale/22 3 +annales/9 46 +annaliste/2 10 +annalistique/2 4 +annalistique/2 2 +annalité/2 2 +annamite/2 10 +anneau/49 1 +année/2 2 +année-lumière/7 47 +années-lumière/9 46 +annelée/5 3 +anneler/71 5 +annelet/2 1 +annélide/2 10 +annexe/2 4 +annexe/2 2 +annexée/5 3 +annexer/15 11 +annexion/2 2 +annexionnisme/2 1 +annexionniste/2 13 +annihilante/5 3 +annihilation/2 2 +annihilée/5 3 +annihiler/15 11 +anniversaire/2 1 +annonacée/2 2 +annonce/2 2 +annoncée/5 3 +annoncer/15 11 +annonceure/2 2 +annonceuse/5 9 +annonciation/2 2 +annonciatrice/5 6 +annoncière/5 9 +annone/2 2 +annotation/2 2 +annotatrice/5 9 +annotée/5 3 +annoter/11 5 +annuaire/2 1 +annualisée/5 3 +annualiser/11 5 +annualité/2 2 +annuelle/5 3 +annuellement/9 8 +annuitaire/2 4 +annuité/2 2 +annulabilité/2 2 +annulable/2 4 +annulaire/2 13 +annulation/2 2 +annulatrice/5 6 +annulée/5 3 +annuler/15 11 +anoblie/5 6 +anoblir/43 83 +anoblissement/2 1 +anode/2 2 +anodine/5 3 +anodisation/2 2 +anodisée/5 3 +anodiser/11 5 +anodiseuse/5 9 +anodonte/2 1 +anomale/22 3 +anomalie/2 2 +anomalistique/2 4 +anomaloscope/2 1 +anomère/2 1 +anomérique/2 4 +anomie/2 2 +ânon/2 1 +anonacée/2 2 +anone/2 2 +ânonnement/2 1 +ânonner/11 17 +anonymat/2 1 +anonyme/2 13 +anonymement/9 8 +anonymisation/2 2 +anonymiser/15 11 +anophèle/2 1 +anorak/2 1 +anordir/110 92 +anorectale/22 3 +ano-rectale/22 3 +anorexie/2 2 +anorexigène/2 4 +anorexigène/2 1 +anorexique/2 13 +anorgasmie/2 2 +anormale/22 6 +anormalement/9 8 +anormalité/2 2 +anorthite/2 2 +anorthose/2 2 +anorthosite/2 2 +anosmie/2 2 +anosognosie/2 2 +anoure/2 10 +anovulation/2 2 +anovulatoire/2 4 +anoxémie/2 2 +anoxie/2 2 +anoxique/2 4 +anse/2 2 +ansée/5 3 +ansériforme/2 1 +ansérine/5 3 +ansérine/2 2 +anspect/2 1 +antabuse/2 4 +antagonique/2 4 +antagonisme/2 1 +antagoniste/2 13 +antalgie/2 2 +antalgique/2 4 +antalgique/2 1 +antamanide/2 1 +antarctique/2 4 +ante/2 2 +antécambrienne/5 3 +antécédence/2 2 +antécédente/5 6 +antéchrist/2 1 +antédiluvienne/5 3 +antéfixe/2 2 +antéhypophysaire/2 4 +antéhypophyse/2 2 +antémémoire/2 2 +antenaise/5 6 +anténatale/5 3 +antenne/2 2 +antenniste/2 10 +antennule/2 2 +antépénultième/2 4 +antépénultième/2 2 +antéposer/11 5 +antéposition/2 2 +antépulsion/2 2 +antérieure/5 6 +antérieurement/9 8 +antériorité/2 2 +antérograde/2 4 +antéropostérieure/5 3 +antéversion/2 2 +anthémis/7 57 +anthère/2 2 +anthéridie/2 2 +anthérozoïde/2 1 +anthèse/2 2 +anthologie/2 2 +anthologique/1 4 +anthoméduse/2 2 +anthonome/2 1 +anthozoaire/2 1 +anthracène/2 1 +anthracite/7 45 +anthracite/2 1 +anthraciteuse/22 3 +anthracnose/2 2 +anthracose/2 2 +anthracosilicose/2 2 +anthraquinone/2 2 +anthrax/7 7 +anthrène/2 1 +anthropique/2 4 +anthropisation/2 2 +anthropobiologie/2 2 +anthropocentrique/2 4 +anthropocentrisme/2 1 +anthropocentriste/2 13 +anthropogenèse/2 2 +anthropogénie/2 2 +anthropoïde/2 10 +anthropologie/2 2 +anthropologique/2 4 +anthropologiquement/9 8 +anthropologiste/2 10 +anthropologue/2 10 +anthropométrie/2 2 +anthropométrique/2 4 +anthropomorphe/2 13 +anthropomorphique/2 4 +anthropomorphiquement/9 8 +anthropomorphiser/15 11 +anthropomorphisme/2 1 +anthropomorphiste/2 13 +anthroponyme/2 1 +anthroponymie/2 2 +anthroponymique/2 4 +anthropophage/2 13 +anthropophagie/2 2 +anthropopithèque/2 1 +anthroposophe/2 10 +anthroposophie/2 2 +anthroposophique/2 4 +anthropotechnie/2 2 +anthropotechnique/2 4 +anthropotechnique/2 2 +anthyllis/7 57 +anti-IVG/7 105 +antiabolitionniste/2 13 +antiacarien/2 1 +antiacarienne/5 3 +antiacide/2 4 +antiacnéique/2 4 +antiacnéique/2 1 +antiadhésive/5 3 +antiaérienne/5 3 +anti-âge/7 45 +anti-âge/7 7 +antiâge/2 4 +antiâge/2 1 +antialcoolique/2 4 +antialcoolisme/2 1 +antialiasing/2 1 +antiallergique/2 4 +antiamarile/5 3 +antiaméricaine/5 6 +antiaméricanisme/2 1 +antiarthritique/2 4 +anti-arthritique/2 4 +antiarythmique/2 4 +anti-arythmique/2 4 +antiatome/2 1 +antiatomique/2 4 +antiautomorphisme/2 1 +antibactérienne/5 3 +antibelge/2 4 +anti-belge/2 4 +antibélier/2 1 +antibiogramme/2 1 +antibiorésistance/2 2 +antibiorésistante/3 3 +antibiothérapie/2 2 +antibiotique/2 4 +antibiotique/2 1 +antiblocage/7 45 +antiblocage/2 4 +antiblocage/2 1 +antibois/7 7 +antibourgeoise/5 3 +antibrouillage/2 1 +antibrouillard/7 45 +antibrouillard/2 4 +antibrouillard/2 1 +antibrouillée/5 3 +antibruit/7 45 +antibruit/2 4 +antibuée/7 45 +antibuée/2 4 +anticalcaire/7 45 +anticalcaire/2 4 +anticalcaire/2 1 +anticancéreuse/22 3 +anticapitalisme/2 1 +anticapitaliste/2 13 +anticasseur/2 1 +anticathode/2 2 +anticatholique/2 13 +anticellulite/7 45 +antichambre/2 2 +antichar/2 4 +antichoc/2 4 +anticholérique/2 4 +anticholinergique/2 4 +anticholinergique/2 1 +antichômage/7 45 +antichrèse/2 2 +antichrétienne/5 6 +antichrist/2 1 +anticipation/2 2 +anticipée/5 3 +anticiper/11 17 +anticléricale/22 6 +anticléricalisme/2 1 +anticlinale/22 3 +anticoagulante/5 3 +anticodon/2 1 +anticolonialisme/2 1 +anticolonialiste/2 13 +anticomanie/2 2 +anticommunisme/2 1 +anticommuniste/2 13 +anticommutative/5 3 +anticommuter/11 5 +anticonceptionnelle/5 3 +anticoncurrentielle/5 3 +anticonformisme/2 1 +anticonformiste/2 13 +anticonjoncturelle/5 3 +anticonstitutionnelle/5 3 +anticonstitutionnellement/9 8 +anticopie/7 45 +anticopie/2 4 +anticorps/7 7 +anticorpuscule/2 1 +anticorrosion/7 45 +anticrénelage/2 1 +anticrènelage/2 1 +anticryptogamique/2 4 +anticyclique/2 4 +anticyclonale/22 3 +anticyclone/2 1 +anticyclonique/2 4 +antidatée/5 3 +antidater/11 5 +antidéflagrante/5 3 +antidémarrage/7 45 +antidémarrage/2 4 +antidémarrage/2 1 +antidémocratique/2 4 +antidéplacement/2 1 +antidépresseur/2 4 +antidépresseur/2 1 +antidépressive/5 3 +antidérapante/5 3 +antidérivation/2 2 +antidétonante/5 3 +antidiabétique/2 4 +antidiabétique/2 1 +antidiagonale/22 3 +antidiphtérique/2 4 +antidiurétique/2 4 +antidiurétique/2 1 +antidopage/7 45 +antidopage/2 4 +antidoping/7 45 +antidote/2 1 +antidouleur/7 45 +antidouleur/2 4 +antidouleur/2 1 +antidrogue/7 45 +antidrogue/2 4 +antidumping/7 45 +antieffraction/7 45 +antiémétique/2 13 +antiémeute/7 45 +antiémeute/2 4 +antienne/2 2 +antiépileptique/2 13 +antiesclavagiste/2 13 +antiestrogène/2 4 +antiestrogène/2 1 +antiétatique/2 4 +antifading/2 1 +antifascisme/2 1 +antifasciste/2 13 +antiféminisme/2 1 +antiféministe/2 13 +antiferment/2 1 +antiferroélectricité/2 2 +antiferroélectrique/2 4 +antiferromagnétique/2 4 +antiferromagnétisme/2 1 +antifiscale/22 3 +antifongique/2 4 +antifongique/2 1 +antifrançaise/5 6 +antifraude/2 4 +antifriction/2 4 +antifriction/2 1 +antifumée/2 1 +anti-g/7 45 +antigang/7 45 +antigel/2 1 +antigène/2 1 +antigénique/2 4 +antigivrante/5 3 +antiglisse/7 45 +antiglisse/2 4 +antigouvernementale/22 3 +antigravifique/2 4 +antigravitation/2 2 +antigravitationnelle/5 3 +antigravité/2 2 +antihalo/7 45 +antihalo/2 4 +antihalo/2 1 +antihausse/7 45 +antihausse/2 4 +antihermitienne/5 3 +antihéros/7 7 +antihistaminique/2 4 +antihistaminique/2 1 +antiholomorphe/2 4 +antihoraire/2 4 +antihygiénique/2 4 +antiimpérialisme/2 1 +anti-impérialisme/2 1 +antiimpérialiste/2 13 +anti-impérialiste/2 13 +anti-incendie/7 45 +antiincendie/2 4 +antiinfectieuse/22 3 +anti-infectieuse/22 3 +antiinflammatoire/2 4 +anti-inflammatoire/2 4 +antiinflammatoire/2 1 +anti-inflammatoire/2 1 +antiinflationniste/2 4 +anti-inflationniste/2 4 +antijeu/49 1 +antilibérale/22 6 +antilibéralisme/2 1 +antilinéaire/2 4 +antilithique/2 4 +antillaise/5 6 +antillanisme/2 1 +antilogarithme/2 1 +antilogie/2 2 +antilogique/2 4 +antilope/2 2 +antimaçonnique/2 4 +antimatière/2 2 +antiméridien/2 1 +antimicrobienne/5 3 +anti-microbienne/5 3 +antimilitarisme/2 1 +antimilitariste/2 13 +antiministérielle/5 3 +anti-ministérielle/5 3 +antimissile/2 4 +antimite/2 1 +antimitotique/2 4 +antimoine/2 1 +antimonarchique/2 4 +antimonarchiste/2 13 +antimondialisation/2 2 +antimondialiste/2 13 +antimoniate/2 1 +antimoniure/2 1 +antimycosique/2 4 +antimycosique/2 1 +antinataliste/2 13 +antinationale/22 3 +antinationalisme/2 1 +antinationaliste/2 13 +antinaturelle/5 3 +antinazie/5 6 +antinazisme/2 1 +antineutrino/2 1 +antineutron/2 1 +antinévralgique/2 4 +antinomie/2 2 +antinomique/2 4 +antinomiquement/9 8 +antinucléaire/2 13 +antiœstrogène/2 4 +anti-œstrogène/2 4 +antiœstrogène/2 1 +anti-œstrogène/2 1 +antioncogène/2 1 +antioxydant/2 1 +antioxydante/5 3 +antipaludéenne/5 3 +antipaludique/2 4 +antipanique/7 45 +antipape/2 1 +antiparallèle/2 4 +antiparasitaire/2 4 +antiparasitaire/2 1 +antiparasite/2 4 +antiparasite/2 1 +antiparlementaire/2 4 +antiparlementarisme/2 1 +antiparticule/2 2 +antipathie/2 2 +antipathique/2 4 +antipathiquement/9 8 +antipatinage/7 45 +antipatinage/2 1 +antipatriote/2 13 +antipatriotique/2 4 +antipatriotisme/2 1 +antipelliculaire/2 10 +antipéristaltique/2 4 +antipersonnel/7 45 +antipersonnelle/5 3 +antiphilosophique/2 4 +antiphlogistique/2 4 +antiphonaire/2 1 +antiphrase/2 2 +antipodale/22 3 +antipode/2 1 +antipodisme/2 1 +antipodiste/2 10 +antipoison/2 1 +antipolio/7 45 +antipoliomyélitique/2 4 +antipollupostage/2 1 +antipollution/7 45 +antipollution/2 4 +antiprotéase/2 2 +antiprotectionniste/2 13 +antiproton/2 1 +antipsychiatrie/2 2 +antipsychotique/2 4 +antipsychotique/2 1 +antiputride/2 4 +antipyrétique/2 4 +antipyrine/2 2 +antiquaille/2 2 +antiquaire/2 10 +antiquark/2 1 +antique/2 13 +antiquée/5 3 +antiquement/9 8 +antiquer/11 5 +antiquité/2 2 +antirabique/2 4 +antirachitique/2 4 +antiracisme/2 1 +antiraciste/2 13 +antiradar/2 4 +antiradiation/2 4 +anti-radiations/7 45 +antirationalisme/2 1 +antirationnelle/5 3 +antireflet/2 4 +antireflet/2 1 +antiréflexive/5 3 +antiréglementaire/2 4 +antirèglementaire/2 4 +antirejet/7 45 +antirejet/2 4 +antireligieuse/22 3 +antirépublicaine/5 6 +antirétroviral/49 1 +antirétrovirale/22 3 +antirévolutionnaire/2 13 +antiride/2 4 +antiride/2 1 +antirides/7 45 +antirides/7 7 +antirouille/7 45 +antirouille/2 4 +antirouille/2 1 +antiroulis/7 45 +anti-roulis/7 45 +antisatellite/2 1 +antiscientifique/2 4 +antiscorbutique/2 4 +antisèche/2 2 +antiségrégationniste/2 13 +antisémite/2 13 +antisémitique/2 4 +antisémitisme/2 1 +antiséparatif/2 1 +antisepsie/2 2 +antiseptique/2 4 +antiseptique/2 1 +antisérotoninergique/2 4 +antisérum/2 1 +antisismique/2 4 +antislash/135 1 +antislash/2 1 +antisociale/22 3 +anti-sous-marine/5 3 +antispasmodique/2 4 +antispasmodique/2 1 +antisportive/5 3 +antistatique/2 4 +antistatique/2 1 +antistress/7 45 +antistrophe/2 2 +antisudorale/22 3 +antisymétrique/2 4 +antisyphilitique/2 4 +antitabac/7 45 +antitache/7 45 +antitache/2 4 +antiterrorisme/2 1 +antiterroriste/2 4 +antitétanique/2 4 +antithermique/2 4 +antithermique/2 1 +antithèse/2 2 +antithétique/2 4 +antithyroïdien/2 1 +antithyroïdienne/5 3 +antitoxine/2 2 +antitoxique/2 4 +antitrust/7 45 +antitrust/2 4 +antituberculeuse/22 3 +antitussive/5 3 +antivariolique/2 4 +antivénéneuse/22 3 +antivénérienne/5 3 +antivenimeuse/22 3 +antiviral/49 1 +antivirale/22 3 +antivirus/7 7 +antivol/2 1 +antonomase/2 2 +antonyme/2 1 +antonymie/2 2 +antre/2 1 +antrustion/2 1 +anurie/2 2 +anus/7 7 +anversoise/5 6 +anxiété/2 2 +anxieuse/22 6 +anxieusement/9 8 +anxiogène/2 4 +anxiolytique/2 4 +anxiolytique/2 1 +aoriste/2 1 +aorte/2 4 +aorte/2 2 +aortique/2 4 +aortite/2 2 +aout/2 1 +août/2 1 +aoutage/2 1 +aoûtage/2 1 +aoutat/2 1 +aoûtat/2 1 +aoutée/5 3 +aoûtée/5 3 +aoutement/2 1 +aoûtement/2 1 +aouter/11 5 +aoûter/11 5 +aouteron/2 1 +aoûteron/2 1 +aoutienne/5 9 +aoûtienne/5 9 +apache/2 13 +apagogie/2 2 +apaisante/5 3 +apaisée/5 3 +apaisement/2 1 +apaiser/15 11 +apanage/2 1 +apanagée/5 3 +apanager/11 5 +apanagiste/2 13 +aparté/2 1 +apartheid/2 1 +apatamer/42 14 +apathie/2 2 +apathique/2 4 +apathiquement/9 8 +apatite/2 2 +apatosaure/2 1 +apatride/2 13 +apatridie/2 2 +apax/7 7 +apepsie/2 2 +aperception/2 2 +apercevable/2 4 +apercevoir/90 79 +aperçu/2 1 +aperçue/5 3 +apériodique/2 4 +apériteur/2 1 +apéritif/2 1 +apéritive/5 3 +apéritrice/5 3 +apéro/2 1 +aperture/2 2 +apesanteur/2 2 +apétale/2 4 +apétale/2 2 +à-peu-près/7 7 +apeurée/5 3 +apeurer/11 5 +apex/7 7 +aphasie/2 2 +aphasique/2 13 +aphélie/2 4 +aphélie/2 1 +aphérèse/2 2 +aphodius/7 7 +aphone/2 4 +aphonie/2 2 +aphorisme/2 1 +aphoristique/2 4 +aphotique/2 4 +aphrodisiaque/2 4 +aphrodisiaque/2 1 +aphrodisie/2 2 +aphrodite/2 2 +aphte/2 1 +aphteuse/22 3 +aphylle/2 4 +api/2 1 +à-pic/7 7 +à-pic/2 1 +apicale/22 6 +apicole/2 4 +apicultrice/5 9 +apiculture/2 2 +apidé/2 1 +apidologie/1 2 +apiéceuse/5 9 +apiol/2 1 +apion/2 1 +apiphobie/2 2 +apiquage/2 1 +apiquée/5 3 +apiquer/11 5 +apitoiement/2 1 +apitoyée/5 3 +apitoyer/15 11 +apivore/2 13 +aplanétique/2 4 +aplanie/5 3 +aplanir/43 83 +aplanissement/2 1 +aplasie/2 2 +aplasique/2 4 +aplat/2 1 +aplatie/5 3 +aplatir/43 83 +aplatissage/2 1 +aplatissement/2 1 +aplatisseur/2 1 +aplatissoir/2 1 +aplatissoire/2 2 +à-plat-ventrisme/2 1 +aplaventrisme/2 1 +aplomb/2 1 +aplomber/15 11 +aplustre/2 1 +aplysie/2 2 +apnée/2 2 +apnéiste/2 10 +apoastre/2 1 +apocalypse/2 2 +apocalyptique/2 4 +apocalyptiquement/9 8 +apocope/2 2 +apocrisiaire/2 1 +apocryphe/2 4 +apocryphe/2 1 +apocynacée/2 4 +apocynacée/2 2 +apode/2 4 +apode/2 1 +apodictique/2 4 +apodictiquement/9 8 +apoenzyme/2 10 +apogamie/2 2 +apogée/2 1 +apographe/2 1 +apolaire/1 4 +apolipoprotéine/2 2 +apolitique/2 4 +apolitisme/2 1 +apollinienne/5 3 +apollon/2 1 +apologétique/2 4 +apologétique/2 2 +apologie/2 2 +apologiste/2 10 +apologue/2 10 +apomixie/2 2 +apomorphe/2 4 +apomorphie/2 2 +apomorphine/2 2 +aponévrose/2 2 +aponévrotique/2 4 +apophantique/2 4 +apophantique/2 2 +apophonie/2 2 +apophtegme/2 1 +apophysaire/2 4 +apophyse/2 2 +apoplectique/2 13 +apoplexie/2 2 +apoptose/2 2 +apoptotique/2 4 +aporétique/2 4 +aporie/2 2 +aposiopèse/2 2 +apostasie/2 2 +apostasier/42 14 +apostate/5 6 +apostée/5 3 +aposter/11 5 +apostille/2 2 +apostillée/5 3 +apostiller/11 5 +apostolat/2 1 +apostolicité/2 2 +apostolique/2 4 +apostoliquement/9 8 +apostrophe/2 2 +apostrophée/5 6 +apostropher/15 11 +apothécie/2 2 +apothème/2 1 +apothéose/2 2 +apothicaire/2 10 +apôtre/2 10 +appairage/2 1 +appairée/5 3 +appairer/11 5 +appalachienne/5 3 +apparaitre/75 141 +apparaître/75 141 +apparat/2 1 +apparatchik/7 7 +apparatchik/2 1 +apparaux/9 20 +appareil/2 1 +appareillable/2 4 +appareillade/2 2 +appareillage/2 1 +appareillée/5 3 +appareillement/2 1 +appareiller/15 42 +appareilleuse/5 9 +apparemment/9 8 +apparence/2 2 +apparente/5 6 +apparentée/5 3 +apparentement/2 1 +apparenter/15 11 +appariée/5 3 +appariement/2 1 +apparier/15 11 +apparition/2 2 +apparitrice/5 9 +apparoir/210 91 +appartement/2 1 +appartenance/2 2 +appartenir/241 153 +apparue/5 3 +appas/9 20 +appassionato/9 8 +appât/2 1 +appâter/11 5 +appauvrie/5 3 +appauvrir/43 83 +appauvrissante/5 3 +appauvrissement/2 1 +appeau/49 1 +appel/2 1 +appelable/2 4 +appelante/5 6 +appelée/5 6 +appeler/86 115 +appellation/2 2 +appellative/5 3 +appendice/2 1 +appendicectomie/2 2 +appendicite/2 2 +appendiculaire/2 4 +appendiculaire/2 1 +appendre/52 82 +appentis/7 7 +appertisation/2 2 +appertiser/11 5 +appesantie/5 3 +appesantir/43 83 +appesantissement/2 1 +appétence/2 2 +appéter/60 5 +appétissante/5 3 +appétit/2 1 +appétitive/5 3 +applaudie/5 3 +applaudimètre/2 1 +applaudir/43 181 +applaudissement/2 1 +applaudisseuse/5 9 +applet/2 1 +applicabilité/2 2 +applicable/2 4 +applicage/2 1 +application/2 2 +applicative/5 3 +applicatrice/5 9 +applique/2 2 +appliquée/5 3 +appliquer/15 11 +appliquette/2 2 +appoggiature/2 2 +appogiature/2 2 +appoint/2 1 +appointage/2 1 +appointée/5 3 +appointements/9 20 +appointer/15 11 +appointir/64 84 +apponse/2 2 +appontage/2 1 +appontée/5 3 +appontement/2 1 +apponter/42 14 +apponteur/2 1 +apport/2 1 +apportée/5 3 +apporter/11 5 +apporteur/2 1 +apposée/5 3 +apposer/11 5 +apposition/2 2 +appréciabilité/2 2 +appréciable/2 4 +appréciablement/9 8 +appréciation/2 2 +appréciative/5 3 +appréciatrice/5 6 +appréciée/5 3 +apprécier/15 11 +appréhendée/5 3 +appréhender/11 5 +appréhension/2 2 +appréhensive/5 3 +apprenante/5 3 +apprendre/88 79 +apprentie/5 9 +apprentissage/2 1 +apprêt/2 1 +apprêtage/2 1 +apprêtée/5 3 +apprêter/15 11 +apprêteuse/5 9 +apprise/5 3 +apprivoisable/2 4 +apprivoisée/5 3 +apprivoisement/2 1 +apprivoiser/15 117 +apprivoiseuse/5 9 +approbation/2 2 +approbative/5 3 +approbativement/9 8 +approbativité/2 2 +approbatrice/5 6 +approchable/2 4 +approchante/5 3 +approche/2 2 +approchée/5 3 +approcher/15 11 +approfondie/5 3 +approfondir/43 83 +approfondissement/2 1 +appropriable/2 4 +appropriation/2 2 +appropriée/5 3 +approprier/15 11 +approuvable/2 4 +approuvée/5 3 +approuver/15 11 +approvisionnée/5 3 +approvisionnement/2 1 +approvisionner/15 11 +approvisionneuse/5 6 +approximation/2 2 +approximative/5 3 +approximativement/9 8 +approximer/11 5 +appui/2 1 +appui-bras/7 18 +appuie-bras/7 7 +appuie-livre/2 1 +appuie-livres/7 7 +appuie-main/7 7 +appuie-main/2 1 +appuie-nuque/7 7 +appuie-nuque/2 1 +appuie-tête/7 7 +appuie-tête/2 1 +appui-main/7 18 +appuis-bras/9 20 +appuis-main/9 20 +appuis-tête/9 20 +appui-tête/7 18 +appuyée/5 3 +appuyer/15 42 +apragmatisme/2 1 +apraxie/2 2 +apraxique/2 13 +âpre/2 4 +âprement 8 +après/171 99 +après-demain/9 8 +après-dîner/7 7 +après-diner/2 1 +après-dîner/2 1 +après-guerre/2 10 +après-midi/7 88 +après-midi/2 10 +après-rasage/7 45 +après-rasage/7 7 +après-rasage/2 4 +après-rasage/2 1 +après-ski/7 7 +après-ski/2 1 +après-vente/7 45 +après-vente/2 4 +âpreté/2 2 +apriori/2 1 +apriorique/2 4 +apriorisme/2 1 +aprioriste/2 13 +à-propos/7 7 +aprotique/2 4 +apside/2 2 +apte/2 4 +aptère/2 4 +aptère/2 1 +aptérygote/2 1 +aptéryx/7 7 +aptienne/5 3 +aptitude/2 2 +apurement/2 1 +apurer/11 5 +apyre/2 4 +apyrexie/2 2 +aquacole/2 4 +aquacultrice/5 9 +aquaculture/2 2 +aquafortiste/2 10 +aquagym/2 2 +aquamanile/2 1 +aquanaute/2 10 +aquaplanage/2 1 +aquaplane/2 1 +aquaplaning/2 1 +aquarelle/2 2 +aquarelliste/2 13 +aquariophile/2 13 +aquariophilie/2 2 +aquarium/2 1 +aquatinte/2 2 +aquatintiste/2 10 +aquatique/2 4 +aquavit/2 1 +aqueduc/2 1 +aqueuse/22 3 +aquicole/2 4 +aquicultrice/5 9 +aquiculture/2 2 +aquifère/2 4 +aquiger/42 14 +aquilin/2 4 +aquilon/2 1 +aquitaine/5 6 +aquosité/2 2 +ara/2 1 +arabe/2 13 +arabesque/2 2 +arabica/2 1 +arabique/2 4 +arabisante/5 3 +arabisation/2 2 +arabisée/5 3 +arabiser/15 11 +arabisme/2 1 +arabité/2 2 +arable/2 4 +arabo-andalou/2 126 +arabo-andalouse/2 108 +arabo-islamique/2 4 +arabo-musulmane/5 6 +arabo-palestinienne/5 3 +arabo-persique/2 4 +arabophone/2 10 +aracée/2 4 +aracée/2 2 +arachide/2 2 +arachnéenne/5 3 +arachnide/2 1 +arachnoïde/2 2 +arachnoïdienne/5 3 +arachnologie/2 2 +arachnophobe/2 13 +arachnophobie/2 2 +aragonaise/5 6 +aragonite/2 2 +araignée/2 2 +araine/2 2 +araire/2 1 +arak/2 1 +araldite/2 1 +araméenne/5 6 +aramide/2 4 +aramon/2 1 +aranais/7 105 +aranéide/2 4 +aranéide/2 1 +aranéomorphe/2 1 +arantèle/2 2 +arasée/5 3 +arasement/2 1 +araser/11 5 +aratoire/2 4 +araucaria/2 1 +arbalète/2 2 +arbalétrière/5 9 +arbitrable/2 4 +arbitrage/2 1 +arbitragiste/2 13 +arbitraire/2 13 +arbitrairement/9 8 +arbitrale/22 3 +arbitralement/9 8 +arbitre/2 10 +arbitrée/5 3 +arbitrer/11 5 +arborée/5 3 +arborer/11 5 +arborescence/2 2 +arborescente/5 3 +arboretum/2 1 +arborétum/2 1 +arboricole/2 4 +arboricultrice/5 9 +arboriculture/2 2 +arborification/2 2 +arborisation/2 2 +arborisée/5 3 +arboriser/42 14 +arboriste/2 10 +arbouse/2 2 +arbousier/2 1 +arbre/2 1 +arbrisseau/49 1 +arbuste/2 1 +arbustive/5 3 +arc/2 1 +arcade/2 2 +arcane/2 1 +arcanson/2 1 +arcasse/2 2 +arcature/2 2 +arc-boutant/7 18 +arcboutant/2 1 +arcboutée/5 3 +arc-boutée/5 3 +arcbouter/15 11 +arc-bouter/15 11 +arc-doubleau/7 18 +arcdoubleau/49 1 +arceau/49 1 +arc-en-ciel/7 18 +archaïque/2 4 +archaïquement/9 8 +archaïsante/5 3 +archaïser/42 14 +archaïsme/2 1 +archal/76 18 +archange/2 1 +archangélique/2 4 +arche/2 2 +archée/2 10 +archéenne/5 3 +archégone/2 1 +archelle/2 2 +archéobactérie/2 2 +archéologie/2 2 +archéologique/2 4 +archéologiquement/9 8 +archéologue/2 10 +archéoptéryx/7 7 +archéozoïque/2 4 +archère/5 9 +archerie/2 2 +archet/2 1 +archetière/5 9 +archétypale/22 3 +archétype/2 1 +archétypique/2 4 +archevêché/2 1 +archevêque/2 1 +archiatre/2 1 +archichancelier/2 1 +archiconfrérie/2 2 +archiconnue/5 3 +archicube/2 1 +archidiaconat/2 1 +archidiaconé/2 1 +archidiacre/2 1 +archidiocésaine/5 3 +archidiocèse/2 1 +archiduc/2 1 +archiduché/2 1 +archiduchesse/2 2 +archiépiscopale/22 3 +archiépiscopat/2 1 +archière/2 2 +archimandritat/2 1 +archimandrite/2 1 +archimillionnaire/2 13 +archipel/2 1 +archiphonème/2 1 +archipresbytérale/22 3 +archiprêtresse/5 9 +archiptère/2 1 +architecte/2 10 +architectonie/2 2 +architectonique/2 4 +architectonique/2 2 +architecturale/22 3 +architecturalement/9 8 +architecture/2 2 +architecturée/5 3 +architecturer/11 5 +architrave/2 2 +architravée/5 3 +archivage/2 1 +archive/2 2 +archivée/5 3 +archiver/11 5 +archiviste/2 10 +archivistique/2 4 +archivolte/2 2 +archontat/2 1 +archonte/2 1 +arçon/2 1 +arçonnée/5 3 +arçonner/11 5 +arcs-boutants/9 20 +arcs-doubleaux/9 20 +arcs-en-ciel/9 252 +arctique/2 4 +arcure/2 2 +ardéchoise/3 6 +ardemment/9 8 +ardennaise/5 6 +ardente/5 6 +arder/42 14 +ardeur/2 2 +ardillon/2 1 +ardoise/2 2 +ardoisée/5 3 +ardoiser/11 5 +ardoisière/5 6 +ardre 91 +ardue/5 3 +are/2 1 +aréage/2 1 +arec/2 1 +arécacée/2 2 +aréflexie/2 2 +aréique/2 4 +areligieuse/22 3 +aréna/2 1 +arénacée/5 3 +arène/2 2 +arénicole/2 4 +arénicole/2 2 +arénisation/2 2 +arénite/2 2 +aréographie/2 2 +aréolaire/2 4 +aréole/2 2 +aréologie/2 2 +aréomètre/2 1 +aréométrie/2 2 +aréométrique/2 4 +aréopage/2 1 +aréostyle/2 1 +aréquier/2 1 +arête/2 2 +arêtière/5 6 +argan/2 1 +arganier/2 1 +argas/7 7 +argent/2 1 +argentan/2 1 +argentation/2 2 +argentée/5 3 +argenter/15 11 +argenterie/2 2 +argenteuse/5 9 +argentière/5 9 +argentifère/2 4 +argentine/5 6 +argentique/2 4 +argentite/2 2 +argenture/2 2 +argilacée/5 3 +argile/2 2 +argileuse/22 3 +arginine/2 2 +argiope/2 2 +argon/2 1 +argonaute/2 10 +argot/2 1 +argotique/2 4 +argotiser/42 14 +argotisme/2 1 +argotiste/2 10 +argougner/11 5 +argousier/2 1 +argousin/2 1 +arguer/15 116 +argüer/15 116 +argument/2 1 +argumentaire/2 1 +argumentation/2 2 +argumentative/5 3 +argumentatrice/3 9 +argumentée/5 3 +argumenter/42 14 +argus/7 7 +argutie/2 2 +argyraspide/2 1 +argyrisme/2 1 +argyronète/2 2 +argyrose/2 2 +aria/2 10 +arianisme/2 1 +aride/2 4 +aridification/2 2 +aridité/2 2 +ariégeoise/5 6 +arienne/5 6 +ariette/2 2 +arille/2 1 +arion/2 1 +arioso/83 1 +arioso/2 1 +ariser/11 5 +aristo/2 10 +aristocrate/2 10 +aristocratie/2 2 +aristocratique/2 4 +aristocratiquement/9 8 +aristocratisme/2 1 +aristoloche/2 2 +aristophanesque/2 4 +aristotélicienne/5 6 +aristotélique/2 4 +aristotélisme/2 1 +arithméticienne/5 9 +arithmétique/2 4 +arithmétique/2 2 +arithmétiquement/9 8 +arithmétisation/2 2 +arithmographe/2 1 +arithmologie/2 2 +arithmomancie/2 2 +arithmomètre/2 1 +arlequin/2 1 +arlequinade/2 2 +arlésienne/5 6 +armada/2 2 +armagnac/2 1 +armailli/2 1 +armatrice/5 6 +armature/2 2 +arme/2 2 +armée/5 3 +armée/2 2 +armeline/2 2 +armement/2 1 +arménienne/5 6 +armer/15 11 +armet/2 1 +armeuse/2 2 +armillaire/2 4 +armillaire/2 2 +armilles/9 46 +arminianisme/2 1 +arminienne/5 6 +armistice/2 1 +armoire/2 2 +armoiries/9 46 +armoise/2 2 +armon/2 1 +armoriale/22 3 +armoricaine/5 6 +armoriée/5 3 +armorier/11 5 +armoriste/2 10 +armure/2 2 +armurée/5 3 +armurerie/2 2 +armurière/5 6 +arnachée/5 3 +arnacher/11 5 +arnaque/2 2 +arnaquée/5 6 +arnaquer/11 5 +arnaqueuse/5 6 +arnica/2 2 +arobase/5 9 +arobe/2 2 +arole/2 1 +arolle/2 1 +aromate/2 1 +aromathérapie/2 2 +aromaticienne/5 9 +aromaticité/2 2 +aromatique/2 4 +aromatique/2 1 +aromatisant/2 1 +aromatisante/5 3 +aromatisation/2 2 +aromatisée/5 3 +aromatiser/11 5 +arôme/2 1 +aronde/2 2 +arpège/2 1 +arpégée/5 3 +arpéger/60 17 +arpent/2 1 +arpentage/2 1 +arpentée/5 3 +arpenter/11 5 +arpenteuse/5 6 +arpète/2 10 +arpette/2 2 +arpigner/11 5 +arpion/2 1 +arquebusade/2 2 +arquebuse/2 2 +arquebuser/11 5 +arquebusier/2 1 +arquée/5 3 +arquepincer/11 5 +arquer/15 42 +arrachage/2 1 +arrache-clou/2 1 +arrachée/5 3 +arrachement/2 1 +arracher/15 11 +arrache-racine/7 7 +arrache-racine/2 1 +arracheuse/5 9 +arrachis/7 7 +arrachoir/2 1 +arraisonnée/5 3 +arraisonnement/2 1 +arraisonner/11 5 +arrangeable/2 4 +arrangeante/5 3 +arrangée/5 3 +arrangement/2 1 +arranger/15 11 +arrangeuse/5 9 +arrenter/11 5 +arrérager/48 102 +arrérages/76 20 +arrestation/2 2 +arrêt/2 1 +arrêté/2 1 +arrête-bœuf/7 7 +arrête-bœuf/2 1 +arrêtée/5 3 +arrêter/15 42 +arrêtiste/2 1 +arrêtoir/2 1 +arrhes/9 46 +arriération/2 2 +arrière/2 1 +arrière-ban/2 1 +arrière-bec/2 1 +arrière-bouche/2 2 +arrière-boutique/2 2 +arrière-cerveau/49 1 +arrière-chœur/2 1 +arrière-corps/7 7 +arrière-cour/2 2 +arrière-cuisine/2 2 +arriérée/5 6 +arrière-faix/7 18 +arrière-fleur/2 2 +arrière-fond/2 1 +arrière-garde/2 2 +arrière-gorge/2 2 +arrière-gout/2 1 +arrière-goût/2 1 +arrière-grand-mère/7 47 +arrière-grand-oncle/7 18 +arrière-grand-père/7 18 +arrière-grands-mères/9 46 +arrière-grands-oncles/9 20 +arrière-grands-parents/9 20 +arrière-grands-pères/9 20 +arrière-grands-tantes/9 46 +arrière-grand-tante/7 47 +arrière-main/2 2 +arrière-pays/7 7 +arrière-pensée/2 2 +arrière-petite-fille/7 47 +arrière-petite-nièce/7 47 +arrière-petites-filles/9 46 +arrière-petites-nièces/9 46 +arrière-petit-fils/7 18 +arrière-petit-neveu/7 18 +arrière-petits-enfants/9 20 +arrière-petits-fils/9 20 +arrière-petits-neveux/9 20 +arrière-plan/2 1 +arriérer/60 5 +arrière-saison/2 2 +arrière-train/2 1 +arrière-vassal/49 1 +arrière-voussure/2 2 +arrimage/2 1 +arrimée/5 3 +arrimer/11 5 +arrimeuse/5 9 +arriser/11 5 +arrivage/2 1 +arrivante/5 6 +arrivée/5 3 +arrivée/2 2 +arriver/11 17 +arrivisme/2 1 +arriviste/2 10 +arrobase/5 9 +arrobe/2 2 +arroche/2 2 +arrogamment/9 8 +arrogance/2 2 +arrogante/5 6 +arroger/48 55 +arroi/1 1 +arrondi/2 1 +arrondie/5 3 +arrondir/43 83 +arrondissage/2 1 +arrondissement/2 1 +arrondisseuse/5 9 +arrosable/2 4 +arrosage/2 1 +arrosée/5 3 +arrosement/2 1 +arroser/15 11 +arroseuse/5 9 +arrosoir/2 1 +arroyo/2 1 +ars/7 7 +arsenal/49 1 +arséniate/2 1 +arsenic/2 1 +arsenicale/22 3 +arsénieuse/22 3 +arsénite/2 1 +arséniure/2 1 +arsine/5 6 +arsouille/2 13 +arsouiller/48 55 +art/2 1 +artefact/2 1 +artéfact/2 1 +artel/2 1 +artémia/2 2 +artémise/2 2 +artère/2 2 +artériectomie/2 2 +artérielle/5 3 +artériographie/2 2 +artériole/2 2 +artériologie/2 2 +artérioscléreuse/22 3 +artériosclérose/2 2 +artériotomie/2 2 +artérite/2 2 +artéritique/2 4 +artésienne/5 3 +arthralgie/2 2 +arthrite/2 2 +arthritique/2 4 +arthritisme/2 1 +arthrodèse/2 2 +arthrodie/2 2 +arthrographie/2 2 +arthrologie/2 2 +arthropathie/2 2 +arthropode/2 1 +arthroscopie/2 2 +arthroscopique/2 4 +arthrose/2 2 +arthrosique/2 4 +arthurienne/5 3 +artichaut/2 1 +artichautière/2 2 +article/2 1 +articulaire/2 4 +articulation/2 2 +articulatoire/2 4 +articulée/5 3 +articuler/15 42 +articulet/2 1 +artifice/2 1 +artificialisation/2 2 +artificialité/2 2 +artificielle/5 3 +artificiellement/9 8 +artificière/5 9 +artificieuse/22 3 +artificieusement/9 8 +artiller/42 14 +artillerie/2 2 +artilleur/2 1 +artimon/2 1 +artiodactyle/2 1 +artiozoaire/2 1 +artisanale/22 3 +artisanalement/9 8 +artisanat/2 1 +artisane/5 6 +artison/2 1 +artiste/2 10 +artistement/9 8 +artistique/2 4 +artistiquement/9 8 +artocarpe/2 1 +arum/2 1 +aruspice/2 1 +arvale/2 4 +arvale/2 1 +arvine/2 2 +aryenne/5 3 +aryle/2 1 +aryténoïde/2 4 +aryténoïde/2 1 +arythmie/2 2 +as/7 7 +as/38 57 +asbeste/2 1 +asbestose/2 2 +ascaride/2 1 +ascaridiase/2 2 +ascaridiose/2 2 +ascaris/7 7 +ascendance/2 2 +ascendante/5 6 +ascendeur/2 1 +ascenseur/2 1 +ascension/2 2 +ascensionnelle/5 3 +ascensionner/11 5 +ascensionniste/2 10 +ascensoriste/2 10 +ascèse/2 2 +ascète/2 10 +ascétique/2 4 +ascétiquement/7 8 +ascétisme/2 1 +ascidie/2 2 +ascite/2 10 +ascitique/2 4 +asclépiadacée/2 4 +asclépiadacée/2 2 +asclépiade/2 10 +ascomycète/2 1 +ascorbique/2 4 +asémanticité/2 2 +asémantique/2 4 +asepsie/2 2 +aseptique/2 4 +aseptiquement/9 8 +aseptisation/2 2 +aseptisée/5 3 +aseptiser/11 5 +asexualité/2 2 +asexuée/5 3 +asexuelle/5 3 +ashkenaze/7 149 +ashkénaze/2 13 +ashkenazi/9 144 +ashram/2 1 +asialie/2 2 +asiate/2 10 +asiatique/2 10 +asilaire/2 4 +asile/2 1 +asinienne/5 3 +asociabilité/2 2 +asociale/22 6 +asomatognosie/2 2 +asparagine/2 2 +asparagus/7 7 +aspartam/2 1 +aspartame/2 1 +aspartate/2 1 +aspartique/2 4 +aspe/2 1 +aspect/2 1 +aspectée/5 3 +aspecter/11 5 +asperge/2 2 +aspergée/5 3 +asperger/15 11 +aspergille/2 10 +aspergillose/2 2 +aspérité/2 2 +aspermatisme/2 1 +asperme/2 4 +aspermie/2 2 +asperseur/2 1 +aspersion/2 2 +aspersoir/2 1 +aspérule/2 2 +asphaltage/2 1 +asphalte/2 1 +asphaltée/5 3 +asphalter/11 5 +asphalteuse/5 9 +asphaltique/2 4 +asphérique/2 4 +asphodèle/2 1 +asphyxiante/5 3 +asphyxie/2 2 +asphyxiée/5 3 +asphyxier/15 42 +asphyxique/2 4 +aspic/2 1 +aspidistra/2 1 +aspirante/5 6 +aspirateur/2 1 +aspiration/2 2 +aspiratoire/2 4 +aspiratrice/5 3 +aspirée/5 3 +aspirée/2 2 +aspirer/15 116 +aspirine/2 2 +asple/2 1 +asque/2 10 +assafétida/2 2 +assa-fœtida/2 2 +assagie/5 3 +assagir/43 83 +assagissement/2 1 +assaillante/5 6 +assaillie/5 6 +assaillir/234 82 +assainie/5 3 +assainir/64 84 +assainissement/2 1 +assainisseuse/5 6 +assaisonnée/5 3 +assaisonnement/2 1 +assaisonner/11 5 +assamaise/5 6 +assarmenter/11 5 +assassinat/2 1 +assassine/5 6 +assassinée/5 3 +assassiner/11 5 +assaut/2 1 +assavoir 155 +asse/2 2 +asseau/49 1 +asséchée/5 3 +asséchement/2 1 +assèchement/2 1 +assécher/65 42 +assemblage/2 1 +assemblée/5 3 +assemblée/2 2 +assemblement/2 1 +assembler/15 11 +assembleuse/5 9 +assenée/5 3 +assénée/5 3 +assener/94 5 +asséner/60 5 +assentiment/2 1 +asseoir/106 79 +assermentation/2 2 +assermentée/5 3 +assermenter/11 5 +assertion/2 2 +assertive/5 3 +assertorique/2 4 +asservie/5 3 +asservir/43 83 +asservissante/5 3 +asservissement/2 1 +asservisseur/2 1 +assesseure/5 9 +assette/2 2 +assez/265 152 +assibilation/2 2 +assibiler/15 11 +assidue/5 6 +assiduité/2 2 +assidument/9 8 +assidûment/9 8 +assiégeante/5 6 +assiégée/5 6 +assiéger/60 5 +assiette/2 2 +assiettée/2 2 +assignable/2 4 +assignat/2 1 +assignation/2 2 +assignée/5 3 +assigner/11 5 +assimilable/2 4 +assimilation/2 2 +assimilationniste/2 13 +assimilatrice/5 6 +assimilée/5 3 +assimiler/15 11 +assise/5 6 +assistanat/2 1 +assistance/2 2 +assistante/5 9 +assistée/5 6 +assister/11 17 +associable/2 4 +association/2 2 +associationnisme/2 1 +associationniste/2 13 +associative/5 3 +associativité/2 2 +associatrice/5 +associée/5 6 +associer/15 11 +assoiffée/5 6 +assoiffer/11 5 +assoir/106 79 +assolée/5 3 +assolement/2 1 +assoler/11 5 +assombrie/5 3 +assombrir/43 83 +assombrissante/5 3 +assombrissement/2 1 +assommante/5 6 +assommée/5 9 +assommer/15 11 +assommeur/2 1 +assommoir/2 1 +assomption/2 2 +assomptionniste/2 10 +assomptive/5 3 +assonance/2 2 +assonancée/5 3 +assonante/5 3 +assoner/42 14 +assortie/5 3 +assortiment/2 1 +assortir/43 83 +assortisseuse/5 9 +assoupie/5 6 +assoupir/43 83 +assoupissante/5 3 +assoupissement/2 1 +assouplie/5 3 +assouplir/43 83 +assouplissant/2 1 +assouplissement/2 1 +assouplisseur/2 1 +assourdie/5 3 +assourdir/43 100 +assourdissante/5 3 +assourdissement/2 1 +assouvie/5 3 +assouvir/43 83 +assouvissement/2 1 +assuétude/2 2 +assujettie/5 3 +assujettir/43 83 +assujettissante/5 3 +assujettissement/2 1 +assumée/5 3 +assumer/15 42 +assurable/2 4 +assurage/2 1 +assurance/2 2 +assurance-accidents/34 47 +assurance-chômage/34 47 +assurance-crédit/7 47 +assurance-invalidité/34 47 +assurance-maladie/7 47 +assurances-crédits/9 46 +assurances-maladie/9 46 +assurances-vie/9 46 +assurance-vie/7 47 +assurance-vieillesse/34 47 +assurée/5 6 +assurément/9 8 +assurer/15 42 +assureuse/5 9 +assyrienne/5 6 +assyriologie/2 2 +assyriologue/2 10 +assyro-babylonienne/3 6 +astable/2 4 +astable/2 1 +astacicultrice/5 9 +astaciculture/2 2 +astasie/2 2 +astate/2 10 +astatique/2 4 +aster/2 1 +astéréognosie/2 2 +astéride/2 1 +astérie/2 2 +astérisme/2 1 +astérisque/2 1 +astérixis/7 7 +astéroïde/2 1 +asthénie/2 2 +asthénique/2 4 +asthénosphère/2 2 +asthmatiforme/2 4 +asthmatique/2 4 +asthme/2 1 +asti/7 7 +asti/2 1 +asticot/2 1 +asticotage/2 1 +asticotée/5 3 +asticoter/11 5 +astigmate/2 13 +astigmatisme/2 1 +astiquage/2 1 +astiquée/5 3 +astiquer/11 5 +astracan/2 1 +astragale/2 1 +astrakan/2 1 +astrale/22 3 +astralement/7 8 +astre/2 1 +astreignante/5 3 +astreindre/67 79 +astreinte/5 3 +astreinte/2 2 +astringence/2 2 +astringent/2 1 +astringente/5 3 +astrobiologie/2 2 +astroblème/2 1 +astrochimie/2 2 +astrocytaire/1 4 +astrocyte/2 1 +astrocytome/2 1 +astrographe/2 1 +astrographie/2 2 +astrolabe/2 1 +astrolâtrie/2 2 +astrologie/2 2 +astrologique/2 4 +astrologiquement/9 8 +astrologue/2 10 +astrométrie/2 2 +astrométrique/2 4 +astronaute/2 10 +astronauticienne/5 9 +astronautique/2 4 +astronautique/2 2 +astronef/2 1 +astronome/2 10 +astronomie/2 2 +astronomique/2 4 +astronomiquement/9 8 +astroparticule/2 2 +astrophotographie/2 2 +astrophysicienne/5 9 +astrophysique/2 2 +astroport/2 1 +astrosismologie/2 2 +astuce/2 2 +astucieuse/22 3 +astucieusement/9 8 +asturienne/5 6 +asymbolie/2 2 +asymétrie/2 2 +asymétrique/2 4 +asymétriquement/9 8 +asymptomatique/2 4 +asymptote/2 4 +asymptote/2 2 +asymptotique/2 4 +asymptotiquement/9 8 +asynchrone/2 4 +asynchronisme/2 1 +asyndète/2 2 +asynergie/2 2 +asystolie/2 2 +atactique/2 4 +ataraxie/2 2 +ataraxique/2 4 +atavique/2 4 +atavisme/2 1 +ataxie/2 2 +ataxique/2 10 +atchoum 70 +atèle/2 1 +atélectasie/2 2 +atelier/2 1 +atellane/2 2 +atemporalité/2 2 +atemporelle/5 3 +atermoiement/2 1 +atermoyer/42 14 +athanor/2 1 +athée/2 13 +athéisme/2 1 +athéiste/2 13 +athématique/2 4 +athénée/2 1 +athénienne/5 6 +athéologie/2 2 +athermane/2 4 +athermique/2 4 +athéromateuse/22 6 +athérome/2 1 +athérosclérose/2 2 +athétose/2 2 +athlète/2 10 +athlétique/2 4 +athlétiquement/7 8 +athlétisme/2 1 +athrepsie/2 2 +athymie/2 2 +atlante/2 13 +atlantique/2 4 +atlantisme/2 1 +atlantiste/2 13 +atlas/7 7 +atm/38 57 +atmosphère/2 2 +atmosphérique/2 4 +atoca/2 1 +atocatière/2 2 +atoll/2 1 +atome/2 1 +atome-gramme/7 18 +atomes-grammes/9 20 +atomicienne/5 9 +atomicité/2 2 +atomique/2 4 +atomiquement/9 8 +atomisation/2 2 +atomisée/5 3 +atomiser/15 11 +atomiseur/2 1 +atomisme/2 1 +atomiste/2 13 +atomistique/2 4 +atomistique/2 2 +atonale/22 3 +atonalité/2 2 +atonals 127 +atone/2 4 +atonie/2 2 +atonique/2 4 +atopie/2 2 +atopique/2 4 +atour/2 1 +atout/2 1 +atoxique/2 4 +atrabilaire/2 13 +atrabile/2 2 +atractyligénine/2 2 +âtre/2 1 +atrésie/2 2 +atrière/5 9 +atrioventriculaire/2 4 +atrio-ventriculaire/2 4 +atrium/2 1 +atroce/2 4 +atrocement/9 8 +atrocité/2 2 +atrophie/2 2 +atrophiée/5 3 +atrophier/15 11 +atropine/2 2 +atropisme/2 1 +attablée/5 6 +attabler/15 11 +attachante/5 3 +attache/2 2 +attaché-case/7 18 +attachée/5 6 +attachement/2 1 +attacher/15 42 +attachés-cases/9 20 +attacheuse/5 9 +attagène/2 1 +attaquable/2 4 +attaquante/5 6 +attaque/2 2 +attaquée/5 3 +attaquer/15 11 +attardée/5 6 +attardement/2 1 +attarder/48 55 +atteignable/2 4 +atteindre/67 147 +atteinte/5 3 +atteinte/2 2 +attelage/2 1 +attelée/5 3 +atteler/86 42 +attelle/2 2 +attenante/5 3 +attendre/52 97 +attendrie/5 3 +attendrir/43 83 +attendrissante/5 3 +attendrissement/2 1 +attendrisseur/2 1 +attendu 99 +attendue/5 6 +attentat/2 1 +attentatoire/2 4 +attente/2 2 +attenter/111 123 +attention/2 2 +attentionnée/5 3 +attentisme/2 1 +attentiste/2 13 +attentive/5 3 +attentivement/9 8 +atténuante/5 3 +atténuateur/2 1 +atténuation/2 2 +atténuée/5 3 +atténuer/15 11 +atterrage/2 1 +atterrante/5 3 +atterrée/5 3 +atterrer/11 5 +atterrie/5 3 +atterrir/97 101 +atterrissage/2 1 +atterrissement/2 1 +atterrisseur/2 1 +attestation/2 2 +attestée/5 3 +attester/11 5 +atticisme/2 1 +attiédie/5 3 +attiédir/43 83 +attiédissement/2 1 +attifée/5 3 +attifement/2 1 +attifer/15 11 +attifet/2 1 +attiger/11 17 +attique/2 4 +attirable/2 4 +attirail/2 1 +attirance/2 2 +attirante/5 3 +attirée/5 3 +attirer/15 11 +attisée/5 3 +attisement/2 1 +attiser/11 5 +attitrée/5 3 +attitrer/11 5 +attitude/2 2 +attorney/2 10 +attouchement/2 1 +attoucher/15 115 +attracteur/2 1 +attraction/2 2 +attractive/5 3 +attractivité/2 2 +attractrice/5 3 +attrait/2 1 +attrapade/2 2 +attrapage/2 1 +attrape-couillon/2 1 +attrapée/5 3 +attrape-gogo/2 1 +attrape-mouche/2 1 +attrape-mouches/7 7 +attrape-nigaud/7 7 +attrape-nigaud/2 1 +attraper/15 11 +attrape-tout/7 45 +attrapetout/2 4 +attrapeuse/5 9 +attrayante/5 3 +attribuable/2 4 +attribuée/5 3 +attribuer/15 11 +attribut/2 1 +attributaire/2 13 +attribution/2 2 +attributive/5 3 +attriquer/11 5 +attristante/5 3 +attristée/5 3 +attrister/15 11 +attrition/2 2 +attroupée/5 3 +attroupement/2 1 +attrouper/15 11 +atypie/2 2 +atypique/2 4 +au/264 285 +aubade/2 2 +aubage/2 1 +aubaine/5 6 +aube/2 2 +aubépine/2 2 +aubère/2 4 +auberge/2 2 +aubergine/7 45 +aubergine/2 2 +aubergiste/2 10 +auberon/2 1 +aubette/2 2 +aubier/2 1 +aubin/2 1 +aubiner/42 14 +auboise/3 6 +auburn/7 45 +auburn/2 4 +aucuba/2 1 +aucun/79 159 +aucune/5 190 +aucune/79 159 +aucunement/9 8 +audace/2 2 +audacieuse/22 3 +audacieusement/9 8 +au-dedans/79 78 +au-dehors/79 78 +au-delà/34 18 +au-delà/79 78 +au-dessous/79 78 +au-dessus/79 78 +au-devant/79 78 +audibilité/2 2 +audible/2 4 +audience/2 2 +audiencière/5 6 +audimat/2 1 +audimètre/2 1 +audimétrie/2 2 +audimutité/2 2 +audi-mutité/2 2 +audio/7 45 +audio/2 4 +audiocassette/2 2 +audio-cassette/2 2 +audioconférence/2 2 +audiodescription/2 2 +audiodisque/2 1 +audiofréquence/2 2 +audiogramme/2 1 +audioguide/2 1 +audiolivre/2 1 +audiologie/2 2 +audiomètre/2 1 +audiométrie/2 2 +audionumérique/2 4 +audiophile/2 10 +audiophone/2 1 +audioprothésiste/2 10 +audiotex/7 7 +audiotypiste/2 10 +audiovisuel/2 1 +audio-visuel/2 1 +audiovisuelle/5 3 +audio-visuelle/5 3 +audit/79 301 +audit/2 1 +auditer/11 5 +audition/2 2 +auditionnée/5 3 +auditionner/11 17 +auditive/5 6 +auditoire/2 1 +auditorat/2 1 +auditorium/2 1 +auditrice/5 9 +audoise/5 6 +auge/2 2 +augée/2 2 +auget/2 1 +augette/2 2 +augite/2 2 +augment/2 1 +augmentable/2 4 +augmentation/2 2 +augmentative/5 3 +augmentée/5 3 +augmenter/15 42 +augurale/22 3 +augure/2 10 +augurer/11 17 +auguste/2 4 +auguste/2 1 +augustement/9 8 +augustine/5 6 +augustinienne/5 6 +augustinisme/2 1 +aujourd'hui/134 8 +aulique/2 4 +aulnaie/2 2 +aulne/2 1 +aulofée/2 2 +aulx/9 20 +aumône/2 2 +aumônerie/2 2 +aumônière/5 6 +aumusse/2 2 +aunage/2 1 +aune/2 2 +auner/11 5 +auparavant/9 8 +auprès/261 8 +auquel 78 +aura/2 2 +aurantiacée/2 2 +aurélie/2 2 +auréole/2 2 +auréolée/5 3 +auréoler/15 11 +auréomycine/2 2 +auriculaire/2 4 +auriculaire/2 1 +auricule/2 2 +auriculotemporale/22 3 +auriculo-temporale/22 3 +auriculothérapie/2 2 +auriculoventriculaire/2 4 +auriculo-ventriculaire/2 4 +aurifère/2 4 +aurification/2 2 +aurifiée/5 3 +aurifier/11 5 +aurige/2 1 +aurignacienne/5 6 +aurique/2 4 +auroch/2 1 +aurochs/7 7 +aurorale/22 3 +aurore/7 45 +aurore/2 2 +auscultation/2 2 +auscultatoire/2 4 +auscultée/5 3 +ausculter/15 11 +auspice/2 1 +aussi/9 78 +aussière/2 2 +aussitôt/9 8 +austénite/2 2 +austère/2 4 +austèrement/9 8 +austérité/2 2 +australe/22 3 +australienne/5 6 +australoïde/2 4 +australopithèque/2 13 +australs/9 127 +austro-hongroise/5 3 +austronésien/2 1 +austronésienne/5 3 +autan/2 1 +autant/9 78 +autarcie/2 2 +autarcique/2 4 +autécologie/2 2 +autel/2 1 +auteur-compositeur/7 18 +auteure/5 9 +auteurs-compositeurs 251 +authenticité/2 2 +authentification/2 2 +authentifiée/5 3 +authentifier/15 11 +authentique/2 4 +authentiquement/9 8 +authentiquer/11 5 +autisme/2 1 +autiste/2 13 +autistique/2 4 +auto/2 2 +autoaccusation/2 2 +auto-accusation/2 2 +autoadaptative/5 3 +auto-adaptative/5 3 +autoadhésive/5 3 +auto-adhésive/5 3 +autoadjointe/5 3 +auto-adjointe/5 3 +autoalarme/2 2 +auto-alarme/2 2 +autoallumage/2 1 +auto-allumage/2 1 +autoamorçage/2 1 +auto-amorçage/2 1 +autoberge/2 2 +autobiographe/2 10 +autobiographie/2 2 +autobiographique/2 4 +autobloquante/5 3 +autobloqueur/2 1 +autobus/7 7 +autocabrage/2 1 +autocalibration/2 2 +auto-calibration/2 2 +autocar/2 1 +autocaravane/2 2 +autocaravanière/5 6 +autocariste/2 10 +autocassable/2 4 +autocastration/2 2 +autocatalyse/2 2 +autocatalytique/2 4 +autocélébration/2 2 +autocensure/2 2 +autocensurer/48 55 +autocentrée/5 3 +autocéphale/2 4 +autochenille/2 2 +autochrome/2 4 +autochrome/2 1 +autochromie/2 2 +autochtone/2 13 +autocinétique/2 4 +autocinétisme/2 1 +autoclavable/1 4 +autoclave/2 4 +autoclave/2 1 +autoclaviste/2 10 +autocollante/5 3 +autocommutateur/2 1 +autoconcurrence/2 2 +autoconduction/2 2 +autoconsommation/2 2 +autoconstruction/2 2 +autocontrôle/2 1 +autocopiant/2 126 +autocopie/2 2 +autocorrection/2 2 +autocouchette/2 4 +autocouchette/2 1 +autocrate/2 10 +autocratie/2 2 +autocratique/2 4 +autocratiquement/9 8 +autocratisme/2 1 +autocritique/2 4 +autocritique/2 2 +autocuiseur/2 1 +autodafé/2 1 +autodéfense/2 2 +autodérision/2 2 +autodestruction/2 2 +autodestructrice/5 3 +autodétermination/2 2 +autodéterminer/48 55 +autodétruire/179 122 +autodidacte/2 13 +autodidactique/2 4 +autodidactisme/2 1 +autodidaxie/2 2 +autodirecteur/2 94 +autodiscipline/2 2 +autodrome/2 1 +autoécole/2 2 +auto-école/2 2 +autoécologie/2 2 +auto-écologie/2 2 +autoédition/2 2 +auto-édition/2 2 +autoentrepreneuriat/2 1 +auto-entrepreneuriat/2 1 +autoentrepreneuse/5 9 +auto-entrepreneuse/5 9 +autoentreprise/2 2 +auto-entreprise/2 2 +autoéquilibrante/5 3 +auto-équilibrante/5 3 +autoérotique/2 4 +auto-érotique/2 4 +autoérotisme/2 1 +auto-érotisme/2 1 +autoethnonyme/2 1 +auto-ethnonyme/2 1 +autoévaluante/5 3 +auto-évaluante/5 3 +autoévaluation/2 2 +auto-évaluation/2 2 +autoexcitatrice/5 3 +auto-excitatrice/5 3 +autoextractible/2 4 +auto-extractible/2 4 +autofécondation/2 2 +autofiction/2 2 +autofinancée/5 3 +autofinancement/2 1 +autofinancer/15 11 +autoflagellation/2 2 +autofocus/7 45 +autofocus/7 7 +autoformation/2 2 +autofourniture/2 2 +autogame/2 4 +autogamie/2 2 +autogène/2 4 +autogérée/5 3 +autogestion/2 2 +autogestionnaire/2 4 +autogire/2 1 +autogoal/2 1 +autogouverner/48 55 +autographe/2 1 +autographie/2 2 +autographiée/5 3 +autographier/11 5 +autographique/2 4 +autogreffe/2 2 +autoguérison/2 2 +autoguidage/2 1 +autoguidée/5 3 +autoguider/48 55 +auto-immune/5 3 +auto-immunisation/2 2 +auto-immunitaire/2 4 +auto-immunité/2 2 +auto-imposition/2 2 +auto-inductance/2 2 +auto-induction/2 2 +auto-intoxication/2 2 +autoïque/2 4 +autolyse/2 2 +automate/2 13 +automaticienne/5 9 +automaticité/2 2 +automation/2 2 +automatique/2 13 +automatiquement/9 8 +automatisable/2 4 +automatisation/2 2 +automatisée/5 3 +automatiser/11 5 +automatiseur/2 1 +automatisme/2 1 +automédication/2 2 +automédon/2 10 +automéduse/2 2 +automitrailleuse/2 2 +automnale/22 3 +automne/2 1 +automobile/2 2 +automobilisable/2 4 +automobilisme/2 1 +automobiliste/2 10 +automorphe/2 4 +automorphisme/2 1 +automotrice/5 6 +automutilation/2 2 +autoneige/2 2 +autonettoyante/5 3 +autonome/2 13 +autonomie/2 2 +autonomisation/2 2 +autonomiser/15 11 +autonomisme/2 1 +autonomiste/2 10 +autonyme/2 4 +autonyme/2 1 +autonymie/2 2 +autonymique/2 4 +autoorganisation/2 2 +auto-organisation/2 2 +autopalpation/2 2 +autopartage/2 1 +auto-patrouille/7 18 +autopatrouille/2 2 +autophagie/2 2 +autoplastie/2 2 +autopollinisation/2 2 +autopompe/2 2 +autoportante/5 6 +autoporteuse/5 6 +autoportrait/2 1 +autoproclamée/5 3 +autoproclamer/48 55 +autoproduction/2 2 +autopromotion/2 2 +autopropulsée/5 3 +autopropulseur/2 94 +autopropulsion/2 2 +autoprotection/2 2 +autopsie/2 2 +autopsiée/5 6 +autopsier/11 5 +autopunition/2 2 +autopunitive/5 3 +autoradio/2 1 +autoradiographie/2 2 +autorail/2 1 +autoréglage/2 1 +autorégulation/2 2 +autorégulatrice/5 3 +autorisation/2 2 +autorisatrice/5 9 +autorisée/5 3 +autoriser/15 11 +autoritaire/2 4 +autoritairement/9 8 +autoritarisme/2 1 +autorité/2 2 +autoroute/2 2 +autoroutière/5 3 +autosatisfaction/2 2 +autoscopie/2 2 +autos-couchettes/7 45 +autos-couchettes/7 7 +autosimilaire/2 4 +autosomale/22 3 +autosome/2 1 +autosomique/2 4 +autos-patrouilles/9 46 +autos-tamponneuses/9 46 +autostop/2 1 +auto-stop/2 1 +autostoppeuse/5 9 +auto-stoppeuse/5 9 +autostrade/2 2 +autosuffisance/2 2 +autosuffisante/5 3 +autosuggestion/2 2 +autosuggestionner/48 55 +autosurveillance/2 2 +auto-tamponneuse/7 18 +autotamponneuse/2 2 +autotélie/2 2 +autotélique/2 4 +autotomie/2 2 +autotomiser/48 55 +autotour/2 1 +autotractée/5 3 +autotransformateur/2 1 +autotransfusion/2 2 +autotrophe/2 4 +autotrophie/2 2 +autour/9 8 +autour/2 1 +autovaccin/2 1 +auto-vaccin/2 1 +autovaccination/2 2 +autre 283 +autre/2 13 +autrefois/9 8 +autrement/9 8 +autrice/2 2 +autrichienne/5 6 +autruche/2 2 +autrui/7 78 +auvent/2 1 +auvergnate/5 6 +aux/260 286 +auxdites/79 302 +auxdits/79 300 +auxiliaire/2 13 +auxiliairement/9 8 +auxiliariat/2 1 +auxiliatrice/5 3 +auxine/2 2 +auxquelles/76 78 +auxquels/76 78 +avachie/5 6 +avachir/43 100 +avachissement/2 1 +aval/2 1 +avalage/2 1 +avalanche/2 2 +avalancheuse/22 3 +avalante/5 3 +avalée/5 3 +avalement/2 1 +avaler/11 5 +avale-tout/7 7 +avaletout/2 1 +avaleuse/5 9 +avalisée/5 3 +avaliser/11 5 +avaliseuse/5 6 +avaliste/2 1 +à-valoir/7 7 +avaloir/2 1 +avaloire/2 2 +avance/2 2 +avancée/5 3 +avancée/2 2 +avancement/2 1 +avancer/15 42 +avanie/2 2 +avant/9 99 +avant/2 1 +avantage/2 1 +avantagée/5 6 +avantager/11 5 +avantageuse/22 3 +avantageusement/9 8 +avant-bec/2 1 +avant-bouche/2 2 +avant-bras/7 7 +avant-cale/2 2 +avant-centre/7 18 +avant-chœur/2 1 +avant-clou/2 1 +avant-contrat/2 1 +avant-corps/7 7 +avant-cour/2 2 +avant-coureur/2 4 +avant-courrière/5 6 +avant-creuset/2 1 +avant-dernière/5 6 +avant-garde/2 2 +avant-gardisme/2 1 +avant-gardiste/2 13 +avant-gout/2 1 +avant-goût/2 1 +avant-guerre/2 10 +avant-hier/9 8 +avant-main/2 2 +avant-midi/7 88 +avant-midi/2 10 +avant-mont/2 1 +avant-pays/7 7 +avant-plan/2 1 +avant-port/2 1 +avant-poste/2 1 +avant-première/2 2 +avant-projet/2 1 +avant-propos/7 7 +avant-scène/2 2 +avants-centres/9 113 +avant-soirée/2 2 +avant-texte/2 1 +avant-toit/2 1 +avant-train/2 1 +avant-trou/2 1 +avant-veille/2 2 +avare/2 10 +avarement/9 8 +avarice/2 2 +avaricieuse/22 6 +avarie/2 2 +avariée/5 3 +avarier/15 11 +avatar/2 1 +avé/2 1 +avec/9 99 +aveindre 82 +aveline/2 2 +avelinier/2 1 +aven/2 1 +avenant/2 1 +avenante/5 3 +avènement/2 1 +avenir 82 +avenir/2 1 +avent/2 1 +aventure/2 2 +aventurée/5 3 +aventurer/15 11 +aventureuse/22 6 +aventureusement/9 8 +aventurière/5 6 +aventurine/2 2 +aventurisme/2 1 +aventuriste/2 13 +avenue/5 3 +avenue/2 2 +avérée/5 3 +avérer/65 11 +avers/7 7 +averse/2 2 +aversion/2 2 +avertie/5 3 +avertir/64 84 +avertissement/2 1 +avertisseur/2 1 +avertisseuse/5 3 +avestique/2 4 +avestique/2 1 +aveu/49 1 +aveuglante/5 3 +aveugle/2 10 +aveuglée/5 3 +aveuglément/9 8 +aveuglement/2 1 +aveugler/15 11 +aveuglette/2 2 +aveulie/5 3 +aveulir/43 83 +aveulissement/2 1 +aveyronnaise/5 6 +aviaire/2 4 +aviation/2 2 +aviatrice/5 6 +avicole/2 4 +avicultrice/5 9 +aviculture/2 2 +avide/2 4 +avidement/9 8 +avidité/2 2 +avifaune/2 2 +avilie/5 3 +avilir/43 83 +avilissante/5 3 +avilissement/2 1 +avinée/5 3 +aviner/11 5 +avion/2 1 +avion-cargo/7 18 +avionique/2 2 +avionnerie/2 2 +avionnette/2 2 +avionneuse/5 9 +avions-cargos/9 20 +avipelvien/2 1 +aviron/2 1 +avis/7 7 +avisée/5 6 +aviser/15 42 +aviso/2 1 +avitaillée/5 3 +avitaillement/2 1 +avitailler/15 11 +avitailleuse/5 9 +avitaminose/2 2 +avivage/2 1 +avivée/5 3 +avivement/2 1 +aviver/11 5 +aviveuse/5 9 +avocaillon/2 1 +avocasser/11 5 +avocasserie/2 2 +avocassière/5 3 +avocate/5 9 +avocatier/2 1 +avocette/2 2 +avoine/2 2 +avoinée/5 3 +avoiner/11 5 +avoir/2 1 +avoir/176 217 +avoirdupoids/34 +avoisinante/5 3 +avoisiner/15 11 +avonculaire/2 4 +avonculat/2 1 +avortée/5 3 +avortement/2 1 +avorter/11 17 +avorteuse/5 9 +avorton/2 1 +avouable/2 4 +avouée/5 6 +avouer/15 11 +avoyer/11 5 +avr 7 +avril/2 1 +avulsion/2 2 +avunculaire/2 4 +avunculat/2 1 +axe/2 1 +axée/5 3 +axénisation/2 2 +axer/15 11 +axiale/22 3 +axile/2 4 +axillaire/2 4 +axiologie/2 2 +axiologique/2 4 +axiologiquement/9 8 +axiomatique/2 4 +axiomatisation/2 2 +axiomatisée/5 3 +axiomatiser/11 5 +axiome/2 1 +axis/7 7 +axoa/2 1 +axolotl/2 1 +axonaise/5 6 +axone/2 1 +axonge/2 2 +axonométrie/2 2 +axonométrique/2 4 +axopode/2 1 +ayant/2 1 +ayatollah/2 1 +aye-aye/7 18 +ayes-ayes/9 250 +ayurveda/7 7 +ayur-veda/7 7 +ayurvéda/2 1 +ayurvédique/2 4 +azalée/2 2 +azéotrope/2 4 +azéotropique/2 4 +azerbaïdjanaise/5 6 +azérie/5 6 +azerole/2 2 +azerolier/2 1 +azidothymidine/2 2 +azimut/2 1 +azimutale/22 3 +azimuter/11 5 +azimuther/11 5 +azoïque/2 4 +azolla/2 2 +azoospermie/2 2 +azotate/2 1 +azote/2 1 +azotée/5 3 +azotémie/2 2 +azoteuse/22 3 +azoth/2 1 +azotique/2 4 +azotite/2 1 +azotobacter/2 1 +azoture/2 1 +azoturie/2 2 +aztèque/2 13 +azulejo/2 1 +azuléjo/2 1 +azulène/2 1 +azur/2 1 +azurage/2 1 +azurant/2 1 +azurée/5 3 +azuréenne/5 3 +azurer/11 5 +azurite/2 2 +azygos/7 45 +azygos/7 57 +azyme/2 13 +b 7 +b/38 7 +ba/38 57 +baasisme/1 1 +baasiste/1 13 +baba/1 13 +babeler/72 14 +babélisme/1 1 +babelutte/1 2 +babeurre/1 1 +babil/1 1 +babillage/1 1 +babillarde/3 6 +babillement/1 1 +babiller/10 14 +babine/1 2 +babiole/1 2 +babiroussa/1 1 +babisme/1 1 +bâbord/1 1 +bâbordais 7 +babouche/1 2 +babouchka/1 2 +babouin/1 1 +babouvisme/1 1 +babouviste/1 13 +baby/41 1 +baby/1 1 +baby-boom/1 1 +baby-boomer/1 10 +baby-boomeuse/3 9 +babyboum/1 1 +baby-boum/1 1 +babyboumeuse/3 9 +baby-foot 7 +babyfoot/1 1 +babylonienne/3 6 +baby-sitter/1 10 +babysitteuse/3 9 +babysitting/1 1 +baby-sitting/1 1 +bac/1 1 +baccalauréat/1 1 +baccara 18 +baccarat 18 +bacchanale/1 2 +bacchante/1 2 +bacchique/1 4 +bacciforme/1 4 +bâchage/1 1 +bachat/1 1 +bâche/1 2 +bâchée/3 3 +bachelière/3 9 +bâcher/4 5 +bachi/1 1 +bachibouzouk/1 1 +bachi-bouzouk/1 1 +bachique/1 4 +bachole/1 2 +bacholle/1 2 +bachot/1 1 +bachotage/1 1 +bachoter/10 14 +bacillaire/1 13 +bacille/1 1 +bacillifère/1 4 +bacilliforme/1 4 +bacillose/1 2 +bacillurie/1 2 +backgammon/1 1 +background/1 1 +backoffice/1 1 +back-office/1 1 +bâclage/1 1 +bâclée/3 3 +bâcler/4 17 +bacon 18 +bactéricide/1 4 +bactéricide/1 1 +bactéridie/1 2 +bactérie/1 2 +bactériémie/1 2 +bactériémique/1 4 +bactérienne/3 3 +bactériologie/1 2 +bactériologique/1 4 +bactériologiquement 8 +bactériologiste/1 10 +bactériologue/1 10 +bactériophage/1 4 +bactériostatique/1 4 +bactériurie/1 2 +bacul/1 10 +badaboum 70 +badaude/3 6 +badauderie/1 2 +baddeleyite/1 2 +badèche/1 2 +badelaire/1 1 +bader/4 5 +baderne/1 2 +badge/1 10 +badger/10 14 +badiane/1 2 +badigeon/1 1 +badigeonnage/1 1 +badigeonnée/3 3 +badigeonner/4 115 +badigeonneuse/3 9 +badigoinces 46 +badinage/1 1 +badine/3 6 +badiner/10 14 +badinerie/1 2 +badminton/1 1 +baeckeofe/1 1 +baeckeoffe/1 1 +baffe/1 2 +baffer/4 5 +baffle/1 1 +bafouer/4 5 +bafouillage/1 1 +bafouille/1 2 +bafouiller/4 17 +bafouilleuse/3 6 +bafouillis 7 +bâfrer/4 17 +bâfreuse/3 9 +bagad/1 1 +bagage/1 1 +bagagiste/1 10 +bagarre/1 2 +bagarrer/4 102 +bagarreuse/3 6 +bagasse/1 2 +bagatelle/1 2 +bagel/1 1 +bagnarde/3 9 +bagne/1 1 +bagnole/1 2 +bagote/1 2 +bagoter/10 14 +bagotte/1 2 +bagotter/10 14 +bagou 18 +bagouler/10 14 +bagout 18 +baguage/1 1 +bague/1 2 +baguée/3 3 +baguel/1 1 +baguenauder/4 102 +baguenaudier/1 1 +baguer/4 5 +baguette/1 2 +baguier/1 1 +baguiste/1 10 +bah 70 +bahamienne/3 6 +baht/1 1 +bahut/1 1 +baie/3 6 +baignade/1 2 +baigner/4 42 +baigneuse/3 9 +baignoire/1 2 +bail/19 1 +baille/1 2 +bâillement/1 1 +bailler/4 5 +bâiller/10 14 +bailleresse/3 9 +bâilleuse/3 9 +bailli/1 1 +bailliage/1 1 +bâillon/1 1 +bâillonnée/3 3 +bâillonnement/1 1 +bâillonner/4 5 +bain/1 1 +baïne/1 2 +bain-marie 18 +bains-marie 20 +baïonnette/1 2 +baïram/1 1 +baisable/1 4 +baise/1 2 +baisée/3 3 +baise-en-ville 7 +baisemain/1 1 +baisement/1 1 +baiser/1 1 +baiser/4 17 +baiseuse/3 9 +baisodrome/1 1 +baisoter/4 5 +baisse/1 2 +baissée/3 3 +baissement/1 1 +baisser/4 42 +baissière/3 6 +bajoue/1 2 +bajoyer/1 1 +bakchich/1 1 +bakélite/1 2 +baklava/1 1 +bal/1 1 +balade/1 2 +balader/4 11 +baladeuse/3 6 +baladin/1 1 +balado/1 1 +baladodiffuseuse/3 9 +baladodiffusion/1 2 +balafon/1 1 +balafre/1 2 +balafrée/3 6 +balafrer/4 5 +balai/1 1 +balai-brosse 18 +balais-brosses 20 +balaise/1 13 +balalaïka/1 2 +balance/1 2 +balancée/3 3 +balancelle/1 2 +balancement/1 1 +balancer/4 42 +balancière/3 9 +balancine/1 2 +balançoire/1 2 +balane/1 1 +balanin/1 1 +balanite/1 2 +balanoglosse/1 1 +balanstiquer/4 5 +balata/1 10 +balayage/1 1 +balayée/3 3 +balayer/4 5 +balayette/1 2 +balayeuse/3 9 +balayure/1 2 +balbutiante/3 3 +balbutiée/3 3 +balbutiement/1 1 +balbutier/4 17 +balbuzard/1 1 +balcon/1 1 +balconnet/1 1 +baldaquin/1 1 +baleine/1 2 +baleineau/19 1 +baleinée/3 3 +baleiner/4 5 +baleinière/3 9 +baleinoptère/1 1 +balénoptère/1 1 +balèvre/1 2 +balèze/1 13 +baligander/10 14 +balinaise/3 6 +balisage/1 1 +balise/1 2 +balisée/3 3 +baliser/4 17 +baliseur/1 1 +balisier/1 1 +baliste/1 10 +balisticienne/3 9 +balistique/1 4 +balistique/1 2 +balivage/1 1 +baliveau/19 1 +baliverne/1 2 +balkanique/1 4 +balkanisation/1 2 +balkanisée/3 3 +balkaniser/4 11 +ballade/1 2 +ballante/3 3 +ballast/1 1 +ballastage/1 1 +ballaster/4 5 +ballastière/1 2 +balle/1 2 +balle-molle 47 +baller/10 14 +ballerine/1 2 +balles-molles 46 +ballet/1 1 +balletomane/1 13 +ballon/1 1 +ballonnée/3 3 +ballonnement/1 1 +ballonner/4 5 +ballonnet/1 1 +ballon-sonde 18 +ballons-sondes 20 +ballot/1 1 +ballotage/1 1 +ballote/1 2 +ballotée/3 3 +ballotement/1 1 +balloter/4 17 +ballotin/1 1 +ballotine/1 2 +ballottage/1 1 +ballottée/3 3 +ballottement/1 1 +ballotter/4 17 +ballottine/1 2 +balltrap/1 1 +ball-trap/1 1 +balluchon/1 1 +balnéaire/1 4 +balnéation/1 2 +balnéothérapie/1 2 +balourde/3 6 +balourdement 8 +balourdise/1 2 +baloutche/1 13 +baloutchi/1 1 +balsa/1 1 +balsamier/1 1 +balsamine/1 2 +balsamique/1 4 +balte/1 4 +balter/4 5 +balthazar/1 1 +baluchithérium/1 1 +baluchon/1 1 +baluchonner 11 +balustrade/1 2 +balustre/1 1 +balzacienne/3 6 +balzane/3 6 +bambin/1 1 +bambocharde/3 9 +bamboche/1 2 +bambocher/10 14 +bambocheuse/3 9 +bambou/1 1 +bamboula/1 10 +bambouseraie/1 2 +ban/1 1 +banachique/1 4 +banale/3 3 +banale/8 3 +banalement 8 +banalisation/1 2 +banalisée/3 3 +banaliser/4 11 +banalité/1 2 +banane/1 2 +bananer/4 5 +bananeraie/1 2 +bananier/1 1 +bananière/3 3 +banaste/1 2 +banc/1 1 +bancable/1 4 +bancaire/1 4 +bancale/3 3 +bancarisation/1 2 +bancariser/4 5 +bancassurance/1 2 +bancassureur/1 1 +banche/1 2 +banchée/3 3 +bancher/4 5 +bancheuse/3 9 +banco/1 1 +bancoulier/1 1 +bancroche/1 13 +bandage/1 1 +bandagiste/1 10 +bandaison/1 2 +bandana/1 1 +bandante/3 3 +bande/1 2 +bande-annonce 47 +bandeau/19 1 +bandée/3 3 +bandelette/1 2 +bander/4 42 +banderille/1 2 +banderillero/1 1 +bandérilléro/1 1 +banderole/1 2 +bandes-annonces 46 +bandière/1 2 +bandit/1 1 +banditisme/1 1 +bandonéon/1 1 +bandoulière/1 2 +bang/1 1 +bangladaise/3 6 +bangladeshi/1 13 +banian/1 1 +banjo/1 1 +banjoïste/1 10 +banlieue/1 2 +banlieusarde/3 9 +banlon/1 1 +banner/4 5 +banneret/1 1 +banneton/1 1 +bannette/1 2 +bannie/3 6 +bannière/1 2 +bannir/29 84 +bannissement/1 1 +banon/1 1 +banque/1 2 +banquer/10 14 +banqueroute/1 2 +banqueroutière/3 6 +banquet/1 1 +banqueter/72 14 +banqueteuse/3 9 +banquette/1 2 +banquière/3 9 +banquise/1 2 +banquiste/1 10 +bantoue/3 6 +banyuls 7 +baobab/1 1 +baptême/1 1 +baptisée/3 6 +baptiser/4 11 +baptismale/8 3 +baptisme/1 1 +baptistaire/1 4 +baptiste/1 10 +baptistère/1 1 +baquer/4 5 +baquet/1 1 +baqueter/40 5 +baquetures 46 +bar/1 1 +bar/38 7 +baragouin/1 1 +baragouinage/1 1 +baragouinée/3 3 +baragouiner/4 17 +baragouineuse/3 9 +baraka/1 2 +barakie/3 9 +baraquage/1 1 +baraque/1 2 +baraquée/3 6 +baraquement/1 1 +baraquer/4 17 +baraterie/1 2 +baratin/1 1 +baratinée/3 3 +baratiner/4 17 +baratineuse/3 6 +barattage/1 1 +baratte/1 2 +baratter/4 5 +barbacane/1 2 +barbante/3 3 +barbaque/1 2 +barbare/1 13 +barbarement 8 +barbaresque/1 13 +barbarie/1 2 +barbarisation/1 2 +barbarisme/1 1 +barbe/1 2 +barbeau/19 1 +barbecue/1 1 +barbée/3 3 +barbelé/1 1 +barbelée/3 3 +barbelure/1 2 +barber/4 11 +barbet/1 1 +barbette/3 6 +barbiche/1 2 +barbichette/1 2 +barbichue/3 6 +barbier/1 1 +barbifier/4 11 +barbille/1 2 +barbillon/1 1 +barbital/1 1 +barbiturique/1 4 +barbiturique/1 1 +barbiturisme/1 1 +barbon/1 1 +barbotage/1 1 +barboter/4 17 +barboteuse/3 9 +barbotière/1 2 +barbotine/3 9 +barbouillage/1 1 +barbouille/1 2 +barbouiller/4 5 +barbouilleuse/3 9 +barbouillis 7 +barbouze/1 10 +barbue/3 6 +barbule/1 2 +barcarole/1 2 +barcarolle/1 2 +barcasse/1 2 +bard/1 1 +barda/1 1 +bardaf 70 +bardage/1 1 +bardane/1 2 +barde/1 10 +bardeau/19 1 +bardée/1 2 +barder/4 5 +barder/132 111 +bardeuse/3 9 +bardis 7 +bardot/1 1 +barefoot/1 1 +barème/1 1 +barémique/1 4 +baresthésie/1 2 +baréter/63 14 +barge/1 2 +barge/1 13 +barguignage/1 1 +barguigner/10 14 +barguigneuse/3 9 +baribal/1 1 +barigoule/1 2 +baril/1 1 +barillet/1 1 +barine/1 10 +bariolage/1 1 +bariolée/3 3 +barioler/4 5 +bariolure/1 2 +barjaquer/10 14 +barlongue/3 3 +barloquer/10 14 +barlotière/1 2 +barmaid/1 2 +barman/41 1 +barman/1 1 +barn/1 1 +barnabite/1 1 +barnache/1 2 +barnum/1 1 +barocepteur/1 1 +barocline/1 4 +barographe/1 1 +baromètre/1 1 +barométrique/1 4 +baronnage/1 1 +baronne/3 9 +baronner/4 5 +baronnet/1 1 +baronnette/1 2 +baronnie/1 2 +baroque/1 4 +baroque/1 1 +baroquement 8 +baroquisme/1 1 +barorécepteur/1 1 +baroscope/1 1 +barotraumatisme/1 1 +barotrope/1 4 +baroud/1 1 +barouder/10 14 +baroudeuse/3 9 +barouf/1 1 +baroufle/1 1 +barque/1 2 +barquerole/1 2 +barquerolle/1 2 +barquette/1 2 +barracuda/1 1 +barrage/1 1 +barragiste/1 10 +barre/1 2 +barreau/19 1 +barrée/3 3 +barregraphe/1 1 +barrel/1 1 +barrement/1 1 +barrer/4 42 +barrette/1 2 +barreuse/3 9 +barricade/1 2 +barricadée/3 3 +barricader/4 11 +barrière/1 2 +barrique/1 2 +barrir/55 92 +barrissement/1 1 +barrot/1 1 +bartavelle/1 2 +barycentre/1 1 +barycentrique/1 4 +barye/1 2 +barymétrie/1 2 +baryogenèse/1 2 +baryon/1 1 +baryonique/1 4 +barysphère/1 2 +baryte/1 2 +barytine/1 2 +baryton/1 1 +baryum/1 1 +barzoï/1 1 +bas 8 +basale/8 3 +basalte/1 1 +basaltique/1 4 +basane/1 2 +basanée/3 6 +basaner/4 5 +basanite/1 2 +bas-bleu/1 1 +bas-côté/1 1 +basculante/3 3 +bascule/1 2 +basculée/3 3 +basculement/1 1 +basculer/4 17 +basculeur/1 1 +bas-de-casse 7 +base/1 2 +baseball/1 1 +base-ball/1 1 +basée/3 3 +baselle/1 2 +baser/4 11 +basfond/1 1 +bas-fond/1 1 +basicité/1 2 +baside/1 2 +basidiomycète/1 4 +basidiomycète/1 1 +basilaire/1 4 +basileis 20 +basileus 7 +basilic/1 1 +basilicale/8 3 +basilique/1 10 +basin/1 1 +basique/1 4 +bas-jointée/3 3 +basket/1 1 +basketball/1 1 +basket-ball/1 1 +basketteuse/3 9 +bas-mât/1 1 +basmati/1 1 +basocellulaire/1 4 +basoche/1 2 +bas-officier/1 1 +basophile/1 4 +basophilie/1 2 +basquaise/1 4 +basquaise/1 2 +basque/1 13 +basquine/1 2 +bas-relief/1 1 +basse/3 6 +basse-contre 47 +bassecontre/1 2 +basse-cour 47 +bassecour/1 2 +bassecourière/3 9 +basse-courière/3 9 +basse-danse 47 +bassedanse/1 2 +basse-fosse 47 +bassefosse/1 2 +basse-lisse 47 +basselisse/1 2 +basselissière/3 9 +basse-lissière/3 9 +bassement 8 +basses-contre 267 +basses-cours 46 +basses-danses 46 +basses-fosses 46 +basses-lisses 46 +bassesse/1 2 +basses-tailles 113 +basses-tiges 266 +basses-villes 46 +basset/1 1 +basse-taille 119 +bassetaille/1 10 +basse-tige 47 +basse-ville 47 +basseville/1 2 +bassin/1 1 +bassinante/3 3 +bassine/1 2 +bassiner/4 5 +bassinet/1 1 +bassinoire/1 2 +bassiste/1 10 +basson/1 1 +bassoniste/1 10 +basta 70 +bastaing/1 1 +baste/1 10 +baster/10 14 +basterne/1 2 +bastide/1 2 +bastidon/1 1 +bastille/1 2 +bastillée/3 3 +bastillonnée/3 3 +bastillonner/4 5 +basting/1 1 +bastingage/1 1 +bastion/1 1 +bastionnée/3 3 +bastionner/4 5 +baston/1 2 +bastonnade/1 2 +bastonner/4 11 +bastos 57 +bastringue/1 1 +bas-ventre/1 1 +bât/1 1 +bataclan/1 1 +bataille/1 2 +bataillée/3 3 +batailler/4 102 +batailleuse/3 6 +bataillon/1 1 +bâtarde/3 6 +batardeau/19 1 +bâtardise/1 2 +batave/1 13 +batavia/1 10 +batavique/1 4 +batayole/1 2 +bateau/19 1 +bateau-citerne 18 +bateau-feu 18 +bateau-lavoir 18 +bateau-mouche 18 +bateau-pilote 18 +bateau-pompe 18 +bateaux-citernes 20 +bateaux-feux 20 +bateaux-lavoirs 249 +bateaux-mouches 20 +bateaux-pilotes 20 +bateaux-pompes 20 +bâtée/3 3 +batelage/1 1 +batelée/3 3 +bateler/72 14 +batelet/1 1 +bateleuse/3 9 +batelière/3 9 +batellerie/1 2 +bâter/4 5 +bat-flanc 7 +bat-flanc/1 1 +bath 45 +batholite/1 1 +batholithe/1 1 +bathyale/8 3 +bathymètre/1 1 +bathymétrie/1 2 +bathymétrique/1 4 +bathyscaphe/1 1 +bathysphère/1 2 +bâtie/3 3 +bâtière/1 2 +batifolage/1 1 +batifolante/3 3 +batifoler/10 14 +batifoleuse/3 6 +batik/1 1 +batillage/1 1 +bâtiment/1 1 +bâtir/29 83 +bâtissable/1 4 +bâtisse/1 2 +bâtisseuse/3 9 +batiste/1 2 +bâton/1 1 +bâtonnat/1 1 +bâtonnée/3 3 +bâtonner/4 5 +bâtonnet/1 1 +bâtonnière/3 9 +batoude/1 2 +batracienne/3 6 +battage/1 1 +battante/3 6 +batte/1 2 +battée/1 2 +battèlement/1 1 +battellement/1 1 +battement/1 1 +batterie/1 2 +batteuse/3 9 +battiture/1 2 +battle-dress 7 +battoir/1 1 +battologie/1 2 +battre/85 131 +battue/3 6 +batture/1 2 +bau/19 1 +baud/1 1 +baudelairienne/3 3 +baudet/1 1 +baudrier/1 1 +baudroie/1 2 +baudruche/1 2 +bauge/1 10 +baugée/3 3 +bauger/4 55 +bauhinie/1 2 +baume/1 10 +baumier/1 1 +bauquière/1 2 +bauxite/1 2 +bavardage/1 1 +bavarde/3 6 +bavarder/10 14 +bavaroise/3 6 +bavasser/10 14 +bave/1 2 +baver/10 14 +bavette/1 2 +baveuse/8 6 +bavochée/3 3 +bavocher/10 14 +bavochure/1 2 +bavoir/1 1 +bavolet/1 1 +bavure/1 2 +baxter/1 1 +bayadère/1 4 +bayadère/1 2 +bayer/10 14 +bayésienne/3 3 +bayle/1 10 +baylienne/3 3 +bayou/1 1 +bazar/1 1 +bazardée/3 3 +bazarder/4 5 +bazooka/1 1 +bazou/1 1 +beachvolley/1 1 +beach-volley/1 1 +beagle/1 1 +béance/1 2 +béante/3 3 +béarnaise/3 6 +béate/3 3 +béatement 8 +béatifiante/3 3 +béatification/1 2 +béatifiée/3 3 +béatifier/4 5 +béatifique/1 4 +béatitude/1 2 +beatnik/1 10 +beau/19 94 +beauceronne/3 6 +beaucoup 152 +beauf/1 1 +beau-fils 18 +beaufitude/1 2 +beau-frère 18 +beaujolais 7 +beau-père 18 +beaupré/1 1 +beauté/1 2 +beaux-arts 20 +beaux-fils 20 +beaux-frères 20 +beaux-parents 20 +beaux-pères 20 +bébé/1 1 +bébête/1 2 +be-bop 7 +bebop/1 1 +bec/1 1 +bécane/1 2 +bécard/1 1 +bécarre/1 1 +bécasse/1 2 +bécasseau/19 1 +bécassine/1 2 +bec-croisé 18 +bec-de-cane 18 +bec-de-corbeau 18 +bec-de-corbin 18 +bec-de-lièvre 18 +becfigue/1 1 +bêchage/1 1 +béchamel/1 2 +bêche/1 2 +bécher/1 1 +bêcher/4 17 +bêcheuse/3 6 +bêcheveter/40 5 +béchique/1 4 +bécot/1 1 +bécoter/4 11 +becquée/3 3 +becquée/1 2 +becquer/4 5 +becquerel/61 1 +becquet/1 1 +becquetance/1 2 +becquetée/3 3 +becqueter/47 5 +becqueter/40 5 +becs-croisés 20 +becs-de-cane 20 +becs-de-corbeau 20 +becs-de-corbin 20 +becs-de-lièvre 20 +bectance/1 2 +becter/4 5 +bedaine/1 2 +bédane/1 1 +bédé/1 2 +bedeau/19 1 +bédégar/1 1 +bédéguar/1 1 +bédéiste/1 10 +bédéphile/1 13 +bédéthèque/1 2 +bedon/1 1 +bedonnante/3 3 +bedonner/10 14 +bédouine/3 6 +bée/1 108 +beefsteak/1 1 +béer/10 14 +beethovénienne/3 3 +beffroi/1 1 +bégaiement/1 1 +bégaler/4 5 +bégayante/3 3 +bégayée/3 3 +bégayer/4 17 +bégayeuse/3 9 +bégonia/1 1 +béguë/3 3 +bégüe/3 3 +bègue/1 13 +béguer/63 14 +béguètement/1 1 +bégueter/131 14 +bégueule/1 4 +bégueulerie/1 2 +bégueulisme/1 1 +béguinage/1 1 +béguine/3 9 +bégum/1 2 +behaviorisme/1 1 +béhaviorisme/1 1 +behavioriste/1 13 +béhavioriste/1 13 +behaviourisme/1 1 +béhaviourisme/1 1 +behaviouriste/1 13 +béhaviouriste/1 13 +béhémoth/1 1 +beige/1 13 +beigeasse/1 4 +beigeâtre/1 4 +beigne/1 10 +beignet/1 1 +béjaune/1 1 +béké/1 10 +bel 133 +bel 8 +bel/1 1 +bélandre/1 2 +bêlante/3 3 +belcanto 7 +belcanto/1 1 +bêlement/1 1 +bélemnite/1 2 +bêler/10 14 +bel-étage 7 +belette/1 2 +belge/1 13 +belgicisme/1 1 +belgitude/1 2 +belgo-allemande/3 6 +belgo-congolaise/3 3 +belgo-luxembourgeoise/3 6 +belgo-néerlandaise/3 6 +bélier/1 1 +bélière/1 2 +bélinographe/1 1 +belître/1 1 +bélitre/1 1 +bélître/1 1 +bélizienne/3 6 +belladone/1 2 +bellâtre/1 1 +belle/1 109 +belle-de-jour 47 +belle-de-nuit 47 +belle-doche 47 +belle-famille 47 +belle-fille 47 +bellement 8 +belle-mère 47 +belles-de-jour 46 +belles-de-nuit 46 +belles-doches 46 +belles-familles 46 +belles-filles 46 +belles-lettres 46 +belles-mères 46 +belle-sœur 47 +belles-sœurs 46 +bellicisme/1 1 +belliciste/1 13 +belligérance/1 2 +belligérante/3 9 +belliqueuse/8 3 +belliqueusement 8 +bellissime/1 4 +belluaire/1 10 +belon/1 1 +belote/1 2 +beloter/10 14 +bélouga/1 1 +béluga/1 1 +belvédère/1 1 +bémol/1 1 +bémoliser/4 5 +ben 8 +bénarde/1 4 +bénarde/1 2 +bendir/1 1 +bénédicité/1 1 +bénédictine/3 6 +bénédiction/1 2 +bénef/1 1 +bénéfice/1 1 +bénéficiaire/1 13 +bénéficier/10 124 +bénéfique/1 4 +benêt/1 1 +bénévolat/1 1 +bénévole/1 13 +bénévolement 8 +bénévolence/1 2 +bengalie/3 6 +bénie/3 3 +bénigne/3 3 +bénignement 8 +bénignité/1 2 +béninoise/3 6 +béni-oui-oui 18 +bénir/29 84 +bénisseuse/3 9 +bénite/3 3 +bénitier/1 1 +benjamine/3 9 +benjoin/1 1 +benne/1 2 +benner/4 5 +benoite/3 3 +benoîte/3 3 +benoite/1 2 +benoîte/1 2 +benoitement 8 +benoîtement 8 +benthique/1 4 +benthos 7 +bento/1 1 +bentonite/1 2 +benzalkonium/1 1 +benzédrine/1 2 +benzène 18 +benzénique/1 4 +benzine/1 2 +benzoate/1 1 +benzodiazépine/1 2 +benzoïque/1 4 +benzol/1 1 +benzolisme/1 1 +benzopyrène/1 1 +béotienne/3 6 +béotisme/1 1 +béquer/33 5 +béquet/1 1 +bèqueter/47 5 +béqueter/40 5 +béquillarde/3 6 +béquille/1 2 +béquiller/4 17 +ber/1 1 +berbère/1 13 +berbéris 7 +berbérisme/1 1 +berbériste/1 13 +berbérophone/1 13 +bercail 18 +berçante/3 3 +berçante/1 2 +berce/1 2 +berceau/19 1 +bercée/3 3 +bercelonnette/1 2 +bercement/1 1 +bercer/4 11 +berceuse/3 3 +berceuse/1 2 +berdeller/4 17 +béret/1 1 +bergamasque/1 13 +bergamote/1 2 +bergamotier/1 1 +berge/1 2 +bergère/3 9 +bergerie/1 2 +bergeronnette/1 2 +berginisation/1 2 +bergsonienne/3 6 +bergsonisme/1 1 +béribéri/1 1 +berk 70 +berkélium/1 1 +berline/1 2 +berlinette/1 2 +berlingot/1 1 +berlinoise/3 6 +berlue 47 +berlurer/4 102 +berme/1 2 +bermuda/1 1 +bermudienne/3 6 +bernache/1 2 +bernacle/1 2 +bernardine/3 9 +bernard-l'ermite 7 +bernard-l'hermite 7 +berne/1 2 +bernée/3 3 +berner/4 5 +bernicle/1 2 +bernique 70 +bernique/1 2 +berrichonne/3 6 +bersaglier/1 1 +berthon/1 1 +bertillonnage/1 1 +béryl/1 1 +béryllium/1 1 +berzingue 87 +besace/1 2 +besaiguë/1 2 +besaigüe/1 2 +besant/1 1 +besantée/3 3 +bésef 8 +besicles 46 +bésicles 46 +bésigue/1 1 +besogne/1 2 +besogner/10 14 +besogneuse/8 3 +besogneusement 8 +besoin/1 1 +bessemer/1 1 +bessonne/3 6 +bessonnière/1 2 +bestiaire/1 1 +bestiale/8 3 +bestialement 8 +bestialité/1 2 +bestiau/19 1 +bestiole/1 2 +bestseller/1 1 +best-seller/1 1 +bêta 7 +bêta/1 94 +bêtabloquant/1 1 +bêta-bloquant/1 1 +bêtabloquante/3 3 +bêta-bloquante/3 3 +bêtacarotène/1 1 +bêta-carotène/1 1 +bétail/1 1 +bétaillère/1 2 +bétaïne/1 2 +bêtasse/1 109 +bêtatest/1 1 +bêta-test/1 1 +bêtatesteuse/3 9 +bêta-testeuse/3 9 +bêtathérapie/1 2 +bêtatron/1 1 +bête/1 4 +bête/1 2 +bétel/1 1 +bêtement 8 +bêtifiante/3 3 +bêtifier/4 42 +bêtise/1 2 +bêtiser/10 14 +bêtisier/1 1 +bétoine/1 2 +bétoire/1 2 +béton/1 1 +bétonnage/1 1 +bétonnée/3 3 +bétonner/4 17 +bétonneuse/3 9 +bétonnière/3 9 +bette/1 2 +betterave/1 2 +betteravière/3 9 +bétulacée/1 4 +bétulacée/1 2 +bétyle/1 1 +beuglante/3 3 +beuglante/1 2 +beuglée/3 3 +beuglement/1 1 +beugler/4 17 +beur/1 13 +beurette/1 2 +beurk 70 +beurrage/1 1 +beurre/1 1 +beurrée/3 3 +beurrer/4 11 +beurrerie/1 2 +beurrière/3 6 +beuverie/1 2 +bévatron/1 1 +bévue/1 2 +bey/1 1 +beylicale/8 3 +beylicat/1 1 +beylisme/1 1 +bézef 8 +bézoard/1 1 +bhoutanaise/3 6 +biacide/1 1 +biacuminée/3 3 +biais 7 +biaisée/3 3 +biaiser/4 17 +biangle/1 1 +biathlète/1 10 +biathlon/1 1 +biauriculaire/1 4 +biaxe/1 4 +bibacier/1 1 +bibande/1 4 +bibande/1 1 +bibarder/10 14 +bibelot/1 1 +bibeloter/10 14 +biberon/1 1 +biberonner/10 14 +bibi/1 1 +bibine/1 2 +bibite/1 2 +bibl +bible/1 2 +bibliatrique/1 2 +biblicisme/1 1 +biblio/1 2 +bibliobus 7 +bibliogr 57 +bibliographe/1 10 +bibliographie/1 2 +bibliographique/1 4 +bibliolâtre/1 13 +bibliologie/1 2 +bibliologique/1 4 +bibliomancie/1 2 +bibliomanie/1 2 +bibliométrie/1 2 +bibliométrique/1 4 +bibliophile/1 10 +bibliophilie/1 2 +bibliophilique/1 4 +bibliotechnicienne/3 9 +bibliothécaire/1 10 +bibliothéconomie/1 2 +bibliothèque/1 2 +biblique/1 4 +bibliquement 8 +bibliste/1 10 +bic/1 1 +bicamérale/8 3 +bicaméralisme/1 1 +bicamérisme/1 1 +bicarbonate/1 1 +bicarbonatée/3 3 +bicarburation/1 2 +bicarrée/3 3 +bicaténaire/1 4 +bicentenaire/1 4 +bicentenaire/1 1 +bicéphale/1 4 +biceps 7 +biche/1 2 +bichelamar/1 1 +bicher/10 14 +bichette/1 2 +bichlamar/1 1 +bichlorure/1 1 +bichof/1 1 +bichonnage/1 1 +bichonne/3 9 +bichonner/4 11 +bichonneuse/3 9 +bichoter/132 111 +bichromate/1 1 +bichromatée/3 3 +bichrome/1 4 +bichromie/1 2 +bicipitale/8 3 +bickford/1 1 +biclé/1 2 +biclef/1 2 +biclou/1 1 +bicœur/1 4 +bicœur/1 1 +bicolore/1 4 +bicolorié/1 4 +biconcave/1 4 +biconvexe/1 4 +bicoque/1 2 +bicorne/1 1 +bicot/1 1 +bicubique/1 4 +biculturalisme/1 1 +biculturelle/3 3 +bicuspide/1 4 +bicycle/1 1 +bicyclette/1 2 +bicyclique/1 4 +bicylindre/1 4 +bidasse/1 10 +bide/1 1 +bidegré/1 1 +bident/1 1 +bider/4 55 +bidet/1 1 +bidimensionnelle/3 3 +bidirectionnalité/1 2 +bidirectionnelle/3 3 +bidoche/1 2 +bidon/1 1 +bidonnage/1 1 +bidonnante/3 3 +bidonner/4 115 +bidonville/1 1 +bidouillabilité/1 2 +bidouillable/1 4 +bidouillage/1 1 +bidouille/1 2 +bidouiller/4 17 +bidouilleuse/3 9 +biduale/8 3 +bidule/1 1 +bief/1 1 +bielle/1 2 +biellette/1 2 +biélorusse/1 13 +bien 8 +bien 78 +bien/1 1 +bienaimée/3 6 +bien-aimée/3 6 +bien-aller 7 +bienaller/1 1 +bien-dire 7 +biendire/1 1 +bienêtre 18 +bien-être 7 +bienfacture/1 2 +bienfaisance/1 2 +bienfaisante/3 3 +bienfait/1 1 +bienfaitrice/3 9 +bienfondé/1 1 +bien-fondé/1 1 +bienfonds 7 +bien-fonds 18 +bienheureuse/8 6 +bienheureusement 8 +bienjugé/1 1 +bien-jugé/1 1 +biennale/8 3 +bienpensance/1 2 +bien-pensance/1 2 +bienpensante/3 6 +bien-pensante/3 6 +bienséance/1 2 +bienséante/3 3 +biens-fonds 20 +bientôt 8 +bientraitance/1 2 +bienveillamment 8 +bienveillance/1 2 +bienveillante/3 3 +bienvenir 168 +bienvenue/3 6 +bienvoulue/3 3 +bien-voulue/3 3 +bière/1 2 +bièvre/1 1 +biface/1 4 +biface/1 1 +biffage/1 1 +biffe/1 2 +biffée/3 3 +biffer/4 5 +biffetonner/10 14 +biffin/1 1 +biffure/1 2 +bifide/1 4 +bifilaire/1 4 +bifocale/8 3 +bifteck/1 1 +biftèque/1 1 +bifurcation/1 2 +bifurquée/3 3 +bifurquer/10 14 +bigaille/1 2 +bigame/1 13 +bigamie/1 2 +bigarade/1 2 +bigaradier/1 1 +bigarreau/19 1 +bigarrée/3 3 +bigarrer/4 5 +bigarrure/1 2 +big-bang 7 +bigbang/1 1 +bigèbre/1 2 +bigle/1 4 +bigle/1 1 +bigler/4 17 +bigleuse/8 6 +biglouser/10 14 +bignole/1 2 +bignolle/1 2 +bignonia/1 1 +bignoniacée/1 4 +bignoniacée/1 2 +bigophone/1 1 +bigophoner/10 14 +bigorne/1 10 +bigorneau/19 1 +bigorner/4 11 +bigote/3 6 +bigotement 8 +bigoterie/1 2 +bigotisme/1 1 +bigouden 149 +bigoudi/1 1 +bigre 70 +bigrement 8 +bigrer/10 14 +bigue/1 2 +biguine/1 2 +bihari/1 1 +bihebdomadaire/1 13 +biholomorphe/1 4 +biholomorphisme/1 1 +bihoreau/19 1 +biinfinie/3 3 +bi-infinie/3 3 +biinvariante/3 3 +bijection/1 2 +bijective/3 3 +bijectivement 8 +bijou/19 1 +bijouterie/1 2 +bijoutière/3 9 +bijuridisme/1 1 +biker/1 10 +bikeuse/3 9 +bikini/1 1 +bilabiale/1 2 +bilabiale/8 3 +bilabiée/3 3 +bilame/1 10 +bilan/1 1 +bilaner/10 14 +bilatérale/8 3 +bilatéralement 8 +bilatéralisme/1 1 +bilatère/1 4 +bilboquet/1 1 +bile/1 2 +biler/4 55 +bileuse/8 3 +bilharzie/1 2 +bilharziose/1 2 +biliaire/1 4 +bilieuse/8 3 +bilinéaire/1 4 +bilinéarité/1 2 +bilingue/1 13 +bilinguisme/1 1 +bilirubine/1 2 +biliverdine/1 2 +bill/1 1 +billard/1 1 +bille/1 2 +billebaude/1 2 +billebauder/10 14 +biller/10 14 +billet/1 1 +billetée/3 3 +billette/1 2 +billetterie/1 2 +billettiste/1 10 +billevesée/1 2 +billion/1 1 +billon/1 1 +billonnage/1 1 +billonner/4 5 +billot/1 1 +bilobée/3 3 +bilocation/1 2 +biloculaire/1 4 +biloquer/4 5 +biloter/4 55 +bimane/1 13 +bimbeloterie/1 2 +bimbelotière/3 9 +bimbo/1 2 +bimensuelle/3 3 +bimensuellement 8 +bimestrielle/3 3 +bimestriellement 8 +bimesurable/1 4 +bimétallique/1 4 +bimétallisme/1 1 +bimétalliste/1 13 +bimillénaire/1 4 +bimillénaire/1 1 +bimodule/1 1 +bimoteur/1 1 +binage/1 1 +binaire/1 4 +binaire/1 1 +binairement 8 +binard/1 1 +binarité/1 2 +binationale/8 3 +binaurale/8 3 +binauriculaire/1 4 +biner/4 17 +binette/1 2 +bineuse/1 2 +bingo/1 1 +biniou/1 1 +binoclarde/3 9 +binocle/1 1 +binoculaire/1 4 +binôme/1 10 +binomiale/8 3 +binominale/8 3 +binouze/1 2 +bin's 7 +bio 45 +bio/1 4 +bio/1 1 +bioacoustique/1 4 +bioalimentaire/1 4 +bioamplification/1 2 +bioastronomie/1 2 +biobibliographie/1 2 +biocarburant/1 1 +biocatalyseur/1 1 +biocénose/1 2 +biochimie/1 2 +biochimique/1 4 +biochimiquement 8 +biochimiste/1 10 +biocide/1 1 +bioclimatique/1 4 +bioclimatologie/1 2 +biocœnose/1 2 +biocombustible/1 1 +biocompatibilité/1 2 +biocompatible/1 4 +bioconstruction/1 2 +biodégradabilité/1 2 +biodégradable/1 4 +biodégradation/1 2 +biodiesel/1 1 +biodiésel/1 1 +biodisponibilité/1 2 +biodiversité/1 2 +biodynamie/1 2 +biodynamique/1 4 +bioélectrique/1 4 +bioénergétique/1 4 +bioénergie/1 2 +bioéthanol/1 1 +bioéthique/1 2 +bio-feed-back 7 +biofeedback/1 1 +biofertilisant/1 1 +biogaz 7 +biogène/1 4 +biogenèse/1 2 +biogenèse/1 2 +biogénétique/1 4 +biogénétique/1 2 +biogénie/1 2 +biogénique/1 4 +biogéochimie/1 2 +biogéochimique/1 4 +biogéographie/1 2 +biogéographique/1 4 +biographe/1 10 +biographème/1 1 +biographie/1 2 +biographique/1 4 +bio-indicateur/1 1 +bio-indicatrice/3 3 +bio-industrie/1 2 +bio-industrielle/3 3 +bio-informatique/1 2 +bio-ingénieure/3 9 +biologie/1 2 +biologique/1 4 +biologiquement 8 +biologiser/4 5 +biologisme/1 1 +biologiste/1 10 +bioluminescence/1 2 +bioluminescente/3 3 +biomagnétisme/1 1 +biomagnification/1 2 +biomarqueur/1 1 +biomasse/1 2 +biomatériau/19 1 +biomathématique/1 4 +biomathématique/1 2 +biome/1 1 +biomécanique/1 2 +biomédecine/1 2 +biomédicale/8 3 +biométrie/1 2 +biométrique/1 4 +biomimétique/1 4 +biomimétique/1 2 +biomimétisme/1 1 +biomoléculaire/1 4 +biomolécule/1 2 +biomorphique/1 4 +bionique/1 4 +bionique/1 2 +bionomie/1 2 +bionomique/1 4 +biophotonique/1 4 +biophotonique/1 2 +biophysicienne/3 9 +biophysique/1 4 +biopic/1 1 +biopiratage/1 1 +biopirate/1 13 +biopiraterie/1 2 +biopsie/1 2 +biopsique/1 4 +biopuce/1 2 +bioréacteur/1 1 +biorythme/1 1 +biosciences 46 +biosécurité/1 2 +biosphère/1 2 +biosphérisation/1 2 +biostase/1 2 +biostatisticienne/3 9 +biostatistique/1 2 +biostimulant/1 1 +biostratigraphie/1 2 +biosynthèse/1 2 +biosynthétique/1 4 +biote/1 1 +biotechnique/1 4 +biotechnique/1 2 +biotechnologie/1 2 +biotechnologique/1 4 +bioterrorisme/1 1 +bioterroriste/1 13 +biothèque/1 2 +biothérapie/1 2 +biotine/1 2 +biotique/1 4 +biotite/1 2 +biotope/1 1 +biotype/1 1 +biotypologie/1 2 +biovigilance/1 2 +bioxyde/1 1 +biozone/1 2 +bipale/1 4 +bipare/1 4 +biparentale/8 3 +bipartie/3 3 +bipartisme/1 1 +bipartite/1 4 +bipartite/1 2 +bipartition/1 2 +bipasse/1 1 +bipède/1 13 +bipédie/1 2 +bipenne/1 4 +bipenne/1 2 +bipennée/3 3 +biper/4 5 +biphasée/3 3 +biphényle/1 1 +bipied/1 1 +biplace/1 4 +biplace/1 1 +biplan/1 1 +bipoint/1 1 +bipolaire/1 4 +bipolarisation/1 2 +bipolarité/1 2 +bipôle/1 1 +bipoutre/1 4 +bipoutre/1 1 +bique/1 2 +biquer/10 14 +biquette/3 6 +biquotidienne/3 3 +birapport/1 1 +birationnelle/3 3 +birationnellement 8 +birbe/1 1 +birdie/1 1 +biréacteur/1 1 +biréfringence/1 2 +biréfringente/3 3 +birème/1 2 +birmane/3 6 +birotor/1 4 +birotor/1 1 +biroute/1 2 +bis 8 +bisaïeule/3 9 +bisaïeux 20 +bisaiguë/1 2 +bisaigüe/1 2 +bisannuelle/3 3 +bisbille/1 2 +bisbrouille/1 2 +biscaïenne/3 6 +biscôme/1 1 +biscornue/3 3 +biscoteau/19 1 +biscotte/1 2 +biscotterie/1 2 +biscuit/1 1 +biscuitée/3 3 +biscuiter/4 5 +biscuiterie/1 2 +bise/3 3 +bise/1 2 +biseau/19 1 +biseautage/1 1 +biseautée/3 3 +biseauter/4 5 +biseauteuse/3 9 +bisegmenter/4 5 +biser/4 17 +biset/1 1 +bisexualité/1 2 +bisexuée/3 3 +bisexuelle/3 6 +bisimpliciale/8 3 +bismarckienne/3 3 +bismuth/1 1 +bismuthée/3 3 +bismuthine/1 2 +bismuthinite/1 2 +bison/1 1 +bisou/1 1 +bisphénol/1 1 +bisque/1 2 +bisquer/10 14 +bissac/1 1 +bissau-guinéenne/3 6 +bisse/1 10 +bissection/1 2 +bissectrice/3 3 +bissectrice/1 2 +bisser/4 5 +bissexte/1 1 +bissextile/3 3 +bissexualité/1 2 +bissexuée/3 3 +bissexuelle/3 6 +bistable/1 4 +bistorte/1 2 +bistouille/1 2 +bistouquette/1 2 +bistouri/1 1 +bistournage/1 1 +bistournée/3 3 +bistourner/4 5 +bistre 45 +bistre/1 1 +bistrée/3 3 +bistrer/4 5 +bistro/1 1 +bistroquet/1 1 +bistrot/1 1 +bistrotière/3 6 +bisulfate/1 1 +bisulfite/1 1 +bisulfure/1 1 +bit/1 1 +bit/38 7 +bite/1 2 +bitension/1 2 +biter/4 5 +bitmap/1 1 +bitonale/8 3 +bitonner/10 14 +bitord/1 1 +bitos 7 +bittacus 7 +bitte/1 2 +bitter/4 5 +bitture/1 2 +bitturer/4 55 +bitumage/1 1 +bitume/1 1 +bitumée/3 3 +bitumer/4 5 +bitumeuse/8 3 +bituminer/4 5 +bitumineuse/8 3 +biturbine/1 2 +biture/1 2 +biturer/4 55 +biunivoque/1 4 +biunivoquement 8 +bivalence/1 2 +bivalente/3 3 +bivaluée/3 3 +bivalve/1 4 +bivalve/1 1 +bivariante/3 3 +biveau/19 1 +bivitelline/3 3 +bivouac/1 1 +bivouaquer/10 14 +biwa/1 1 +bizarre/1 4 +bizarrement 8 +bizarrerie/1 2 +bizarroïde/1 4 +bizness 7 +biznessman/1 1 +biznesswoman/1 2 +bizut/1 1 +bizutage/1 1 +bizutée/3 3 +bizuter/4 5 +bizuth/1 1 +bla-bla 7 +blabla/1 1 +bla-bla-bla 7 +blablabla/1 1 +blablater/10 14 +bla-blater/10 14 +black/1 13 +blackbass 7 +black-bass 7 +blackboulage/1 1 +blackboulée/3 3 +blackbouler/4 5 +blackjack/1 1 +black-out 7 +blackout/1 1 +blackrot/1 1 +black-rot/1 1 +blafarde/3 3 +blaff/1 1 +blague/1 2 +blaguer/10 14 +blagueuse/3 6 +blair/1 1 +blaireau/19 1 +blairer/4 5 +blâmable/1 4 +blâme/1 1 +blâmée/3 3 +blâmer/4 11 +blanc-bec 18 +blanc-cassis 7 +blanc-estoc 18 +blanc-étoc 18 +blanchaille/1 2 +blanchâtre/1 4 +blanche/3 6 +blanchet/1 1 +blancheur/1 2 +blanchie/3 3 +blanchiment/1 1 +blanchir/29 100 +blanchissage/1 1 +blanchissante/3 3 +blanchissement/1 1 +blanchisserie/1 2 +blanchisseuse/3 9 +blanchon/1 1 +blanc-manger 18 +blancs-becs 20 +blanc-seing 18 +blancs-estocs 20 +blancs-étocs 20 +blancs-mangers 20 +blancs-seings 20 +blandice/1 2 +blanquette/1 2 +blaps 7 +blasée/3 3 +blasement/1 1 +blaser/4 11 +blason/1 1 +blasonnée/3 3 +blasonnement/1 1 +blasonner/4 5 +blasonneuse/3 9 +blasphématoire/1 4 +blasphématrice/3 6 +blasphème/1 1 +blasphémer/33 17 +blastème/1 1 +blastocèle/1 1 +blastocyste/1 1 +blastoderme/1 1 +blastogenèse/1 2 +blastoïde/1 1 +blastomère/1 1 +blastomycose/1 2 +blastopore/1 1 +blastula/1 2 +blatérer/63 14 +blatte/1 2 +blazar/1 1 +blazer/1 1 +blazeur/1 1 +blé/1 1 +blèche/1 4 +bled/1 1 +bledarde/3 6 +blédarde/3 6 +bleffer/10 14 +blême/1 4 +blêmir/29 92 +blêmissante/3 3 +blêmissement/1 1 +blende/1 2 +blennie/1 2 +blennorragie/1 2 +blennorragique/1 4 +blennorrhée/1 2 +blépharite/1 2 +blépharospasme/1 1 +blèsement/1 1 +bléser/63 14 +blésité/1 2 +blessante/3 3 +blessée/3 6 +blesser/4 11 +blessure/1 2 +blette/3 3 +blette/1 2 +blettir/55 92 +blettissement/1 1 +blettissure/1 2 +bleuâtre/1 4 +bleue/3 6 +bleuet/1 1 +bleuetier/1 1 +bleuetière/1 2 +bleuie/3 3 +bleuir/29 101 +bleuissement/1 1 +bleusaille/1 2 +bleutée/3 3 +bleuter/4 5 +blindage/1 1 +blinde/1 2 +blindé/1 1 +blindée/3 3 +blinder/4 42 +blindicide/1 1 +blini/1 1 +blinquer/4 17 +blister/1 1 +blitz 7 +blitzkrieg/1 10 +blizzard/1 1 +blobloter/10 14 +bloc/1 1 +blocage/1 1 +blocaille/1 2 +bloc-cuisine 18 +bloc-cylindres 18 +bloc-évier 18 +blochet/1 1 +blockbuster/1 1 +blockbusteur/1 1 +blockhaus 7 +bloc-moteur 18 +bloc-notes 7 +blocs-cuisines 20 +blocs-cylindres 20 +blocs-éviers 20 +blocs-moteurs 20 +blocs-notes 20 +blocus 7 +blog/1 1 +blogosphère/1 2 +blogue/1 1 +bloguer/4 5 +blogueuse/3 9 +blondasse/1 2 +blonde/3 6 +blondel/1 1 +blondeur/1 2 +blondie/3 3 +blondine/3 9 +blondinette/3 9 +blondir/29 101 +blondoyer/10 14 +bloom/1 1 +bloomer/1 1 +bloomeur/1 1 +bloquante/3 3 +bloquée/3 3 +bloquer/4 11 +bloqueuse/3 6 +blottie/3 3 +blottir/29 128 +blottissement/1 1 +blousante/3 3 +blouse/1 2 +blousée/3 3 +blouser/4 42 +blouson/1 1 +bluejean/1 1 +blue-jean/1 1 +blues 7 +bluette/3 9 +bluff/1 1 +bluffante/3 3 +bluffer/4 17 +bluffeuse/3 6 +blush/1 1 +blutage/1 1 +bluter/4 5 +blutiner/10 14 +blutoir/1 1 +boa/1 1 +bob/1 1 +bobard/1 1 +bobèche/1 10 +bobeuse/3 9 +bobinage/1 1 +bobine/1 2 +bobinée/3 3 +bobiner/4 5 +bobinette/1 2 +bobineuse/3 9 +bobinière/3 9 +bobinoir/1 1 +bobo/1 13 +bobonne/1 2 +bobsleigh/1 1 +bobtail/1 1 +bocage/1 1 +bocagère/3 3 +bocal/19 1 +bocard/1 1 +bocardage/1 1 +bocarder/4 5 +boche/1 10 +bock/1 1 +bodhi/1 2 +bodhisattva 7 +bodhisattva/1 1 +body/41 1 +body/1 1 +bodyboard/1 1 +bodybuildée/3 3 +bodybuilding/1 1 +body-building/1 1 +boësse/1 2 +boëte/1 2 +boette/1 2 +boëtte/1 2 +boetter/4 5 +bœuf/1 1 +bof 70 +boggie/1 1 +boghead/1 1 +boghei/1 1 +bogie/1 1 +bogomile/1 13 +bogue/1 10 +boguée/3 3 +boguet/1 1 +bohème/1 13 +bohémienne/3 6 +bohrium/1 1 +boiler/1 1 +boille/1 2 +boire/1 1 +boire/191 97 +bois 7 +boisage/1 1 +boisée/3 3 +boisement/1 1 +boiser/4 5 +boiserie/1 2 +boiseuse/3 9 +boisseau/19 1 +boisselière/3 9 +boissellerie/1 2 +boisson/1 2 +boite/1 2 +boîte/1 2 +boitement/1 1 +boiter/4 5 +boiterie/1 2 +boiteuse/8 6 +boitier/1 1 +boîtier/1 1 +boitillante/3 3 +boitillement/1 1 +boitiller/10 14 +boit-sans-soif 88 +boitte/1 2 +bol/1 1 +bolchevik/1 13 +bolchévik/1 13 +bolchevique/1 13 +bolchévique/1 13 +bolchevisation/1 2 +bolchévisation/1 2 +bolcheviser/4 5 +bolchéviser/4 5 +bolchevisme/1 1 +bolchévisme/1 1 +bolcheviste/1 10 +bolchéviste/1 10 +boldo/1 1 +bolduc/1 1 +bolée/1 2 +boléro/1 1 +bolet/1 1 +boletale/1 2 +bolétique/1 4 +bolide/1 1 +bolier/1 1 +bolivar/1 1 +bolivares 20 +bolivarienne/3 3 +boliviano/1 1 +bolivienne/3 6 +bollandiste/1 1 +bollard/1 1 +bollywoodienne/3 3 +bolomètre/1 1 +bombacée/1 2 +bombage/1 1 +bombagiste/1 10 +bombance/1 2 +bombante/3 3 +bombarde/1 2 +bombardée/3 3 +bombardement/1 1 +bombarder/4 5 +bombardier/1 1 +bombardon/1 1 +bombe/1 2 +bombée/3 3 +bombement/1 1 +bomber/4 17 +bombeuse/3 9 +bombinette/1 2 +bombonne/1 2 +bombyx 7 +bôme/1 2 +bonace/1 2 +bonapartisme/1 1 +bonapartiste/1 13 +bonasse/1 4 +bonasse/1 2 +bonassement 8 +bonasserie/1 2 +bonbon/1 1 +bonbonne/1 2 +bonbonnière/1 2 +bon-chrétien 18 +bond/1 1 +bondage/1 1 +bonde/1 2 +bondée/3 3 +bondelle/1 2 +bonder/4 5 +bondérisation/1 2 +bondériser/4 5 +bondieusarde/3 6 +bondieuserie/1 2 +bondir/55 92 +bondissante/3 3 +bondissement/1 1 +bondon/1 1 +bondonner/4 5 +bondonnière/1 2 +bondrée/1 2 +bonellie/1 2 +bonheur/1 1 +bonheur-du-jour 18 +bonheurs-du-jour 20 +bonhomie/1 2 +bonhomme 18 +bonhomme/1 4 +bonhommie/1 2 +boni/1 1 +boniche/1 2 +bonichon/1 1 +bonifiante/3 3 +bonification/1 2 +bonifiée/3 3 +bonifier/4 11 +boniment/1 1 +bonimenter/10 14 +bonimenteuse/3 9 +bonite/1 2 +bonjour/1 1 +bonnarde/3 3 +bonne/3 6 +bonne-maman 47 +bonnement 8 +bonnes-mamans 46 +bonnet/1 1 +bonneteau/19 1 +bonneterie/1 2 +bonnèterie/1 2 +bonneteur/1 1 +bonnetière/3 9 +bonnette/1 2 +bonniche/1 2 +bonobo/1 4 +bonobo/1 1 +bon-papa 18 +bonsaï/1 1 +bons-chrétiens 20 +bonshommes 20 +bonsoir/1 1 +bons-papas 20 +bonté/1 2 +bonus 7 +bonzaï/1 1 +bonzerie/1 2 +bonzesse/3 9 +boogiewoogie/1 1 +boogie-woogie/1 1 +bookmaker/1 10 +bookmakeuse/3 9 +booléenne/3 3 +boom/1 1 +boomer/1 1 +boomerang/1 1 +booster/1 1 +boosteur/1 1 +bootlegger/1 10 +bootleggeuse/3 9 +bop +boqueteau/19 1 +boquilloner/10 14 +bora/1 2 +boraginacée/1 2 +boraine/3 3 +borane/1 1 +borasse/1 1 +borassus 7 +borate/1 1 +borax 7 +borborygme/1 1 +borchtch/1 1 +bord/1 1 +bordage/1 1 +bordante/3 3 +bordeaux 45 +bordeaux 7 +bordée/3 6 +bordel/1 1 +bordelaise/3 6 +bordélique/1 4 +bordéliser/4 5 +border/4 5 +bordereau/19 1 +borderie/1 2 +bordeuse/1 2 +bordière/3 9 +bordigue/1 2 +bordisme/1 1 +bordure/1 2 +bordurer/4 5 +bordurette/1 2 +bordureuse/1 2 +bore/1 1 +boréale/8 3 +boréals 127 +borée/1 1 +borélienne/3 3 +borgne/1 13 +borgnoter/4 5 +borie/1 2 +borique/1 4 +boriquée/3 3 +bornage/1 1 +borne/1 2 +bornée/3 3 +borne-fontaine 47 +borner/4 11 +bornes-fontaines 46 +bornier/1 1 +bornitude/1 2 +bornologie/1 2 +bornologique/1 4 +bornoyer/4 17 +borosilicate/1 1 +borough/1 1 +borraginacée/1 2 +bort/1 1 +bortch/1 1 +bortsch/1 1 +bosco/1 1 +boscop/1 2 +boscotte/3 6 +boskoop/1 2 +bosniaque/1 13 +bosnienne/3 6 +boson/1 1 +bosonique/1 4 +bosquet/1 1 +boss 88 +boss/41 10 +bossage/1 1 +bossanova 57 +bossanova/1 2 +bosse/1 2 +bosselage/1 1 +bosselée/3 3 +bossèlement/1 1 +bosseler/40 5 +bossellement/1 1 +bosselure/1 2 +bosser/4 17 +bossette/1 2 +bosseuse/3 6 +bossoir/1 1 +bossue/3 6 +bossuée/3 3 +bossuer/4 5 +boston/1 1 +bostonner/10 14 +bostryche/1 1 +botanique/1 4 +botanique/1 2 +botaniquement 8 +botaniser/10 14 +botaniste/1 10 +bote/3 3 +bothriocéphale/1 1 +botnet/1 1 +botrytis 7 +botswanaise/3 6 +bottage/1 1 +botte/1 2 +bottée/3 3 +bottelage/1 1 +bottelée/3 3 +botteler/40 5 +botteleuse/3 9 +botter/4 42 +botteuse/3 9 +bottière/3 9 +bottille/1 2 +bottillon/1 1 +bottin/1 1 +bottine/1 2 +bottiner/4 17 +botulique/1 4 +botulisme/1 1 +boubou/1 1 +boubouler/10 14 +bouc/1 1 +boucan/1 1 +boucanage/1 1 +boucane/1 2 +boucanée/3 3 +boucaner/4 17 +boucanier/1 1 +boucau/1 1 +boucaud/1 1 +bouchage/1 1 +bouchardage/1 1 +boucharde/1 2 +boucharder/4 5 +bouchardeuse/1 2 +bouche/1 2 +bouche-à-bouche 7 +bouche-bouteille/1 1 +bouche-bouteilles 7 +bouchée/3 3 +bouchée/1 2 +bouche-pore/1 1 +bouche-pores 7 +boucher/4 11 +bouchère/3 6 +boucherie/1 2 +bouche-trou/1 1 +boucheuse/3 9 +boucholeuse/3 9 +bouchon/1 1 +bouchonnage/1 1 +bouchonnée/3 3 +bouchonnement/1 1 +bouchonner/4 42 +bouchonneuse/1 2 +bouchonnière/3 9 +bouchot/1 1 +bouchoteur/1 1 +bouchure/1 2 +bouclage/1 1 +boucle/1 2 +bouclée/3 3 +bouclement/1 1 +boucler/4 42 +bouclette/1 2 +bouclier/1 1 +bouddha/1 1 +bouddhique/1 4 +bouddhisme 18 +bouddhiste/1 13 +boudée/3 3 +bouder/4 42 +bouderie/1 2 +boudeuse/3 6 +boudeusement 8 +boudin/1 1 +boudinage/1 1 +boudinée/3 3 +boudiner/4 5 +boudineuse/1 2 +boudoir/1 1 +boue/1 2 +bouée/1 2 +bouette/1 2 +boueur/1 1 +boueuse/8 3 +bouffante/3 6 +bouffarde/1 2 +bouffe/1 2 +bouffée/3 3 +bouffée/1 2 +bouffer/4 42 +bouffetance/1 2 +bouffette/1 2 +bouffeuse/3 9 +bouffie/3 3 +bouffir/29 101 +bouffissage/1 1 +bouffissure/1 2 +bouffonne/3 6 +bouffonnement 8 +bouffonner/10 14 +bouffonnerie/1 2 +bougainvillée/1 2 +bougainvillier/1 1 +bouge/1 1 +bougeoir/1 1 +bougeotte/1 2 +bouger/4 42 +bougie/1 2 +bougnat/1 1 +bougnoule/1 10 +bougonne/3 6 +bougonnement/1 1 +bougonner/4 17 +bougran/1 1 +bougrement 8 +bougrerie/1 2 +bougresse/3 9 +boui-boui 18 +bouiboui/1 1 +bouif/1 1 +bouillabaisse/1 2 +bouillante/3 3 +bouillasse/1 2 +bouilleuse/3 9 +bouillie/3 3 +bouillie/1 2 +bouillir/160 114 +bouillissage/1 1 +bouilloire/1 2 +bouillon/1 1 +bouillonnante/3 3 +bouillonnée/3 3 +bouillonnement/1 1 +bouillonner/4 17 +bouillotte/1 2 +bouillotter/10 14 +bouis-bouis 20 +boulaie/1 2 +boulanger/4 17 +boulangère/3 9 +boulangerie/1 2 +boulangisme/1 1 +boulangiste/1 13 +boulbène/1 2 +boule/1 2 +bouleau/19 1 +boule-de-neige 47 +bouledogue/1 10 +boulée/3 3 +bouler/4 17 +boules-de-neige 46 +bouletée/3 3 +boulette/3 9 +boulevard/1 1 +boulevardière/3 6 +bouleversante/3 3 +bouleversée/3 3 +bouleversement/1 1 +bouleverser/4 5 +boulghour/1 1 +boulgour/1 1 +boulier/1 1 +boulimie/1 2 +boulimique/1 10 +boulin/1 1 +bouline/1 2 +bouliner/4 5 +boulingrin/1 1 +boulinière/3 9 +bouliste/1 13 +boulocher/10 14 +boulodrome/1 1 +bouloir/1 1 +boulon/1 1 +boulonnage/1 1 +boulonner/4 17 +boulonnerie/1 2 +boulonneuse/1 2 +boulonnière/3 9 +boulote/3 3 +bouloter/4 17 +boulotte/3 6 +boulotter/4 17 +boum/1 10 +boumer/69 111 +boumeur/1 1 +bouquet/1 1 +bouquetière/3 9 +bouquetin/1 1 +bouquin/1 1 +bouquinage/1 1 +bouquiner/4 17 +bouquinerie/1 2 +bouquineuse/3 9 +bouquiniste/1 10 +bouracan/1 1 +bourbe/1 2 +bourbeuse/8 3 +bourbier/1 1 +bourbillon/1 1 +bourbon/1 1 +bourbonienne/3 6 +bourdaine/1 2 +bourde/1 2 +bourder/10 14 +bourdon/1 1 +bourdonnante/3 3 +bourdonnée/3 3 +bourdonnement/1 1 +bourdonner/10 14 +bourdonneuse/3 6 +bourg/1 1 +bourgade/1 2 +bourge/1 13 +bourgeoise/3 6 +bourgeoisement 8 +bourgeoisiale/8 3 +bourgeoisie/1 2 +bourgeoisisme/1 1 +bourgeon/1 1 +bourgeonnante/3 3 +bourgeonnement/1 1 +bourgeonner/10 14 +bourgeonneuse/8 3 +bourgeron/1 1 +bourgmestre/1 10 +bourgogne/1 10 +bourguignonne/3 6 +bourguignotte/1 2 +bourlinguer/10 14 +bourlingueuse/3 9 +bourrache/1 2 +bourrade/1 2 +bourrage/1 1 +bourrasque/1 2 +bourrative/3 3 +bourre/1 2 +bourreau/19 1 +bourrée/3 3 +bourrée/1 2 +bourrelée/3 3 +bourrèlement/1 1 +bourreler/40 5 +bourrelet/1 1 +bourrelière/3 9 +bourrellement/1 1 +bourrellerie/1 2 +bourre-pif/1 1 +bourre-pipe/1 1 +bourrer/4 42 +bourrette/1 2 +bourreuse/3 9 +bourriche/1 2 +bourrichon/1 1 +bourricot/1 1 +bourride/1 2 +bourrin/1 1 +bourrique/1 2 +bourriquet/1 1 +bourroir/1 1 +bourrue/3 3 +bourse/1 2 +bourse-à-pasteur 47 +bourses-à-pasteur 265 +boursicotage/1 1 +boursicoter/10 14 +boursicoteuse/3 9 +boursicotière/3 3 +boursière/3 6 +boursoufflage/1 1 +boursoufflée/3 3 +boursoufflement/1 1 +boursouffler/4 11 +boursoufflure/1 2 +boursouflage/1 1 +boursouflée/3 3 +boursouflement/1 1 +boursoufler/4 11 +boursouflure/1 2 +bouscueil/1 1 +bousculade/1 2 +bousculée/3 3 +bousculer/4 11 +bouse/1 2 +bouseuse/8 9 +bousier/1 1 +bousillage/1 1 +bousillée/3 3 +bousiller/4 17 +bousilleuse/3 9 +bousin/1 1 +boussole/1 2 +boustifaille/1 2 +boustifailler/10 14 +boustrophédon/1 1 +bout/1 1 +boutade/1 2 +boutante/3 3 +boutargue/1 2 +bout-dehors 18 +boutée/3 3 +boute-en-train 7 +boutefas 7 +boutéfas 7 +boutefeu/19 1 +bouteille/1 2 +bouteiller/1 1 +bouteiller/4 5 +bouteillerie/1 2 +bouteillon/1 1 +boutentrain/1 1 +bouter/4 5 +bouterole/1 2 +bouterolle/1 2 +bouteroue/1 2 +boute-selle 7 +bouteselle/1 1 +bouteur/1 1 +boutique/1 2 +boutiquière/3 6 +boutis 7 +boutisme/1 1 +boutisse/1 4 +boutisse/1 2 +boutoir/1 1 +bouton/1 1 +bouton-d'argent 18 +bouton-d'or 18 +boutonnage/1 1 +boutonnée/3 3 +boutonner/4 11 +boutonneuse/8 3 +boutonnière/3 6 +bouton-poussoir 18 +bouton-pression 18 +boutons-d'argent 20 +boutons-d'or 248 +boutons-pression 20 +boutre/1 1 +bouts-dehors 20 +bouts-rimés 20 +bouturage/1 1 +bouture/1 2 +bouturer/4 5 +bouverie/1 2 +bouvet/1 1 +bouveteuse/1 2 +bouvière/3 9 +bouvillon/1 1 +bouvreuil/1 1 +bouvril/1 1 +bouzouki/1 1 +bovarysme/1 1 +bovidé/1 1 +bovin/1 1 +bovine/3 3 +bowling/1 1 +bowwindow/1 1 +bow-window/1 1 +box 7 +box/41 1 +boxcalf/1 1 +box-calf/1 1 +boxe/1 2 +boxer/1 1 +boxer/4 17 +boxeuse/3 9 +boxoffice/1 1 +box-office/1 1 +boxon/1 1 +boxonner/10 14 +boy/1 1 +boyard/1 1 +boyau/19 1 +boyauderie/1 2 +boyaudière/3 9 +boyauter/4 55 +boycott/1 1 +boycottage/1 1 +boycottée/3 3 +boycotter/4 5 +boycotteuse/3 6 +boyscout/1 1 +boy-scout/1 1 +boyscoutisme/1 1 +boy-scoutisme/1 1 +brabançonne/3 6 +brabant/1 1 +bracelet/1 1 +bracelet-montre 18 +bracelets-montres 20 +brachiale/8 3 +brachialgie/1 2 +brachiation/1 2 +brachiocéphalique/1 4 +brachio-céphalique/1 4 +brachiopode/1 1 +brachiosaure/1 1 +brachycéphale/1 13 +brachydactylie/1 2 +brachylogie/1 2 +brachyoure/1 1 +braconnage/1 1 +braconnée/3 3 +braconner/4 17 +braconnière/3 9 +bractéale/8 3 +bractée/1 2 +bradage/1 1 +bradée/3 3 +bradel/1 1 +brader/4 5 +braderie/1 2 +bradeuse/3 6 +bradycardie/1 2 +bradype/1 1 +bradypnée/1 2 +bradypsychie/1 2 +braguette/1 2 +brahmane/1 1 +brahmanique/1 4 +brahmanisme/1 1 +brai/1 1 +braie/1 2 +braillante/3 3 +braillarde/3 6 +braille/1 10 +braillement/1 1 +brailler/4 42 +brailleuse/3 6 +braiment/1 1 +brainstorming/1 1 +braintrust/1 1 +brain-trust/1 1 +braire/148 91 +braise/1 2 +braisée/3 3 +braiser/4 5 +braisière/1 2 +brame/1 1 +bramement/1 1 +bramer/10 14 +bran/1 1 +branaire/1 4 +brancard/1 1 +brancardage/1 1 +brancarder/4 5 +brancardière/3 9 +branchage/1 1 +branche/1 2 +branchée/3 3 +branchement/1 1 +brancher/4 42 +branchette/1 2 +branchiale/8 3 +branchie/1 2 +branchiopode/1 4 +branchiopode/1 1 +branchue/3 3 +brandade/1 2 +brande/1 2 +brandebourg/1 10 +brandie/3 3 +brandiller/4 17 +brandir/29 84 +brandon/1 1 +brandy/41 1 +brandy/1 1 +brane/1 2 +branlante/3 6 +branle/1 1 +branlebas 7 +branle-bas 7 +branlée/1 2 +branlement/1 1 +branler/4 42 +branlette/1 2 +branleuse/3 9 +branlocher/4 5 +brante/1 2 +braquage/1 1 +braque/1 4 +braque/1 1 +braquée/3 3 +braquemart/1 1 +braquer/4 42 +braquet/1 1 +braqueuse/3 9 +bras 7 +brasage/1 1 +braser/4 5 +brasero/1 1 +braséro/1 1 +braseuse/3 9 +brasier/1 1 +brasillement/1 1 +brasiller/10 14 +bras-le-corps 87 +brasque/1 2 +brassage/1 1 +brassard/1 1 +brasse/1 2 +brassée/3 3 +brassée/1 2 +brasser/4 11 +brasserie/1 2 +brasseuse/3 9 +brasseyer/4 5 +brassicacée/1 2 +brassicole/1 4 +brassière/1 2 +brassin/1 1 +brasure/1 2 +bravache/1 13 +bravade/1 2 +brave/1 13 +bravée/3 3 +bravement 8 +braver/4 5 +braverie/1 2 +bravissimo 70 +bravo/51 1 +bravo/1 1 +bravoure/1 2 +brayer/4 5 +break/1 1 +breakdance/1 10 +breakfast/1 1 +brebis 57 +brèche/1 2 +brèche-dent 105 +brèche-dent/1 13 +bréchet/1 1 +bréchique/1 4 +bredouillage/1 1 +bredouillante/3 3 +bredouille/1 4 +bredouille/1 2 +bredouillée/3 3 +bredouillement/1 1 +bredouiller/4 17 +bredouilleuse/3 6 +bredouillis 7 +breffage/1 1 +bregmatique/1 4 +bréhaigne/1 4 +bréhaigne/1 2 +breitschwanz 7 +brelan/1 1 +brèle/1 10 +brêle/1 2 +brêler/4 5 +bréler/33 5 +brelle/1 2 +breller/4 5 +breloque/1 2 +brème/1 2 +bren/1 1 +brésil 18 +brésilienne/3 6 +brésiller/4 42 +bretèche/1 2 +bretelle/1 2 +bretessée/3 3 +bretonnante/3 3 +bretonne/3 6 +bretteler/40 5 +bretter/4 5 +bretteuse/3 9 +bretzel/1 1 +breuvage/1 1 +brève/3 6 +brevet/1 1 +brevetabilité/1 2 +brevetable/1 4 +brevetage/1 1 +brevetée/3 3 +breveter/40 5 +brévétoxine/1 2 +bréviaire/1 1 +bréviligne/1 10 +brévité/1 2 +briard/1 1 +bribe/1 2 +bric 87 +bric-à-brac 7 +brick/1 1 +bricolage/1 1 +bricole/1 2 +bricolée/3 3 +bricoler/4 17 +bricoleuse/3 9 +bricolo/1 10 +bridage/1 1 +bride/1 2 +bridée/3 3 +brider/4 5 +brideuse/3 9 +bridge/1 1 +bridger/10 14 +bridgeuse/3 9 +bridon/1 1 +brie/1 10 +briefer/4 5 +briefing/1 1 +brièvement 8 +brièveté/1 2 +briffe/1 2 +briffer/4 5 +brigade/1 2 +brigadeiro/1 1 +brigadière/3 9 +brigand/1 1 +brigandage/1 1 +brigandeau/19 1 +brigander/4 17 +briganderie/1 2 +brigandine/1 2 +brigantine/3 9 +brightisme/1 1 +brigue/1 2 +briguée/3 3 +briguer/4 5 +brillamment 8 +brillance/1 2 +brillantage/1 1 +brillante/3 3 +brillantée/3 3 +brillanter/4 5 +brillantine/1 2 +brillantiner/4 5 +briller/10 14 +brimade/1 2 +brimbalement/1 1 +brimbaler/4 17 +brimbelle/1 2 +brimborion/1 1 +brimée/3 3 +brimer/4 5 +brin/1 1 +brindezingue/1 13 +brindille/1 2 +bringeure/1 2 +bringeüre/1 2 +bringue/1 2 +bringuebalante/3 3 +bringuebaler/4 17 +brinquebalante/3 3 +brinquebaler/4 17 +brio/1 1 +brioche/1 2 +briochée/3 3 +briocher/4 5 +brique 45 +brique/1 2 +briquée/3 3 +briquer/4 5 +briquet/1 1 +briquetage/1 1 +briquetée/3 3 +briqueter/40 5 +briqueterie/1 2 +briquèterie/1 2 +briqueteuse/3 9 +briquetier/1 1 +briquette/1 2 +bris 7 +brisance/1 2 +brisant/1 1 +brisante/3 3 +briscard/1 1 +brise/1 2 +brise-béton 7 +brise-béton/1 1 +brise-bise 7 +brise-bise/1 1 +brise-copeau/19 1 +brise-copeaux 7 +brisée/3 3 +brisée/1 2 +brise-fer 7 +brise-fer/1 1 +brise-glace 7 +brise-glace/1 1 +brise-jet 7 +brise-jet/1 1 +brise-lame/1 1 +brise-lames 7 +brise-mariage 7 +brise-mariage/1 1 +brise-mèche 7 +brise-mèche/1 1 +brisement/1 1 +brise-motte/1 1 +brise-mottes 7 +briser/4 42 +brise-soleil 7 +brise-soleil/1 1 +brise-tout 7 +brisetout/1 1 +briseuse/3 9 +brise-vent 7 +brise-vent/1 1 +brisis 7 +briska/1 1 +brisolée/1 2 +brisque/1 2 +bristol/1 1 +brisure/1 2 +britannique/1 13 +brittonique/1 4 +brittophone/1 13 +brize/1 2 +broadcaster/4 5 +broc/1 1 +brocantage/1 1 +brocante/1 2 +brocanter/4 17 +brocanteuse/3 9 +brocard/1 1 +brocardée/3 3 +brocarder/4 5 +brocart/1 1 +brocatelle/1 2 +brochage/1 1 +brochante/3 3 +broche/1 2 +brochée/3 3 +brocher/4 5 +brochet/1 1 +brocheton/1 1 +brochette/1 2 +brocheuse/3 9 +brochoir/1 1 +brochure/1 2 +brocoli/1 1 +brodée/3 3 +brodequin/1 1 +broder/4 17 +broderie/1 2 +brodeuse/3 9 +broie/1 2 +broiement/1 1 +broigne/1 2 +broker/1 1 +brol/1 1 +bromate/1 1 +bromation/1 2 +brome/1 1 +broméliacée/1 4 +broméliacée/1 2 +bromhydrate/1 1 +bromhydrique/1 4 +bromique/1 4 +bromisme/1 1 +bromothymol 18 +bromure/1 1 +bronchade/1 2 +bronche/1 2 +bronchectasie/1 2 +broncher/10 14 +bronchiectasie/1 2 +bronchiole/1 2 +bronchiolite/1 2 +bronchique/1 4 +bronchite/1 2 +bronchiteuse/8 6 +bronchitique/1 4 +bronchodilatateur/1 1 +bronchodilatatrice/3 3 +bronchographie/1 2 +bronchopathie/1 2 +bronchopneumonie/1 2 +broncho-pneumonie/1 2 +bronchopneumopathie/1 2 +broncho-pneumopathie/1 2 +bronchopulmonaire/1 4 +broncho-pulmonaire/1 4 +bronchorrhée/1 2 +bronchoscope/1 1 +bronchoscopie/1 2 +brontosaure/1 1 +bronzage/1 1 +bronzante/3 3 +bronze/1 1 +bronzée/3 3 +bronzer/4 42 +bronzette/1 2 +bronzeuse/3 9 +bronzière/3 9 +brook/1 1 +broque/1 2 +broquer/10 14 +broquette/1 2 +brossage/1 1 +brosse/1 2 +brosser/4 42 +brosserie/1 2 +brosseuse/3 9 +brossière/3 6 +brou/1 1 +brouet/1 1 +brouette/1 2 +brouetter/4 5 +brouhaha/1 1 +brouillade/1 2 +brouillage/1 1 +brouillamini/1 1 +brouillard/1 1 +brouillassée/3 3 +brouillasser/69 111 +brouille/1 2 +brouillée/3 3 +brouillement/1 1 +brouiller/4 11 +brouillerie/1 2 +brouilleuse/3 6 +brouillon/1 1 +brouillonner/4 17 +brouilly/1 1 +broum 70 +broussaille/1 2 +broussailleuse/8 3 +broussarde/3 9 +brousse/1 2 +broussin/1 1 +brout/1 1 +broutage/1 1 +broutard/1 1 +broutement/1 1 +brouter/4 17 +brouteuse/3 6 +broutille/1 2 +brownie/1 1 +brownienne/3 3 +browniennement 8 +browning/1 1 +broyage/1 1 +broyat/1 1 +broyée/3 3 +broyer/4 5 +broyeuse/3 9 +brrr 70 +bru/1 2 +bruant/1 1 +bruccio/1 1 +brucelles 46 +brucellose/1 2 +bruche/1 2 +bruchon/1 1 +brucine/1 2 +brugnon/1 1 +brugnonier/1 1 +bruine/1 2 +bruinée/3 3 +bruiner/69 111 +bruineuse/8 3 +bruir/29 84 +bruire/181 91 +bruissage/1 1 +bruissante/3 3 +bruissement/1 1 +bruisser/10 14 +bruit/1 1 +bruitage/1 1 +bruitée/3 3 +bruiter/4 5 +bruiteuse/3 9 +brulable/1 4 +brûlable/1 4 +brulage/1 1 +brûlage/1 1 +brulante/3 3 +brûlante/3 3 +brule-bout/1 1 +brûle-bouts 7 +brulée/3 6 +brûlée/3 6 +brûle-gueule 7 +brule-gueule/1 1 +brulement/1 1 +brûlement/1 1 +brûle-parfum 7 +brule-parfum/1 1 +brûle-parfum/1 1 +brule-pourpoint 87 +brûle-pourpoint 87 +bruler/4 42 +brûler/4 42 +brulerie/1 2 +brûlerie/1 2 +bruleur/1 1 +brûleur/1 1 +brulis 7 +brûlis 7 +bruloir/1 1 +brûloir/1 1 +brulon/1 1 +brûlon/1 1 +brulot/1 1 +brûlot/1 1 +brulure/1 2 +brûlure/1 2 +brumaire/1 1 +brumasser/69 111 +brume/1 2 +brumer/69 111 +brumeuse/8 3 +brumeusement 8 +brumisateur/1 1 +brunante/1 2 +brunâtre/1 4 +brunch/41 1 +brunch/1 1 +brune/3 6 +brunette/3 6 +brunie/3 3 +brunir/29 100 +brunissage/1 1 +brunissante/3 3 +brunissement/1 1 +brunisseuse/3 9 +brunissoir/1 1 +brunissure/1 2 +brunoise/1 2 +brushing/1 1 +brusque/1 4 +brusquée/3 3 +brusquement 8 +brusquer/4 5 +brusquerie/1 2 +brutale/8 6 +brutalement 8 +brutalisée/3 3 +brutaliser/4 5 +brutalité/1 2 +brute/3 3 +brute/1 2 +bruxelloise/3 6 +bruxisme/1 1 +bruxomanie/1 2 +bruyamment 8 +bruyante/3 3 +bruyère/1 2 +bryologie/1 2 +bryone/1 2 +bryophyte/1 2 +bryozoaire/1 1 +bu/38 7 +buanderie/1 2 +buandière/3 9 +bubale/1 1 +bubon/1 1 +bubonique/1 4 +buccale/8 3 +buccin/1 1 +buccinateur/1 1 +buccodentaire/1 4 +bucco-dentaire/1 4 +buccogénitale/8 3 +bucco-génitale/8 3 +bucéphale/1 1 +buche/1 2 +bûche/1 2 +buchée/3 3 +bûchée/3 3 +bucher/1 1 +bûcher/1 1 +bucher/4 17 +bûcher/4 17 +bucheronnage/1 1 +bûcheronnage/1 1 +bucheronne/3 9 +bûcheronne/3 9 +bucheronner/10 14 +bûcheronner/10 14 +buchette/1 2 +bûchette/1 2 +bucheuse/3 9 +bûcheuse/3 9 +bucolique/1 4 +bucoliquement 8 +bucrane/1 1 +buddleia/1 1 +buddléia/1 1 +budget/1 1 +budgétaire/1 4 +budgétairement 8 +budgéter/33 5 +budgétisation/1 2 +budgétiser/4 5 +budgétivore/1 4 +buée/1 2 +buffet/1 1 +buffetière/3 9 +bufflesse/3 9 +buffleterie/1 2 +bufflèterie/1 2 +buffletin/1 1 +bufflonne/3 9 +bug/1 1 +buggy/41 1 +buggy/1 1 +bugle/1 10 +buglosse/1 2 +bugne/1 2 +bugrane/1 2 +building/1 1 +buire/1 2 +buis 7 +buisson/1 1 +buisson-ardent 18 +buissonnante/3 3 +buissonneuse/8 3 +buissonnière/3 3 +buissons-ardents 20 +bulbaire/1 4 +bulbe/1 1 +bulbeuse/8 3 +bulbille/1 2 +bulgare/1 13 +bull/1 1 +bullage/1 1 +bullaire/1 4 +bullaire/1 1 +bulldog/1 1 +bulldozer/1 1 +bulldozeur/1 1 +bulle/1 2 +bullée/3 3 +buller/10 14 +bulletin/1 1 +bulletin-réponse 18 +bulletins-réponse 20 +bulleuse/8 3 +bull-finch/41 1 +bullfinch/1 1 +bull-finch/1 1 +bullterrier/1 1 +bull-terrier/1 1 +bulot/1 1 +buna/1 1 +bungalow/1 1 +bunker/1 1 +bunkeur/1 1 +bupreste/1 1 +buraliste/1 10 +bure/1 10 +bureau/19 1 +bureaucrate/1 10 +bureaucratie/1 2 +bureaucratique/1 4 +bureaucratiquement 8 +bureaucratisation/1 2 +bureaucratisée/3 3 +bureaucratiser/4 11 +bureauticienne/3 9 +bureautique/1 4 +bureautique/1 2 +burèle/1 2 +burelée/3 3 +burelle/1 2 +burette/1 2 +burgau/1 1 +burgaudine/1 2 +burger/1 1 +burin/1 1 +burinage/1 1 +burinée/3 3 +buriner/4 5 +burineuse/3 9 +burka/1 2 +burkinabé/1 13 +burlat/1 2 +burlesque/1 4 +burlesque/1 1 +burlesquement 8 +burlingue/1 1 +burne/1 2 +burnous 7 +burn-out 7 +burnout/1 1 +buron/1 1 +buronnière/3 9 +burqa/1 2 +burrito/1 1 +bursite/1 2 +burundaise/3 6 +bus 7 +busard/1 1 +busc/1 1 +buse/1 2 +buselure/1 2 +buser/4 5 +bush/41 1 +bush/1 1 +business 7 +businessman/41 1 +businessman/1 1 +businesswoman/41 2 +businesswoman/1 2 +busquée/3 3 +busserole/1 2 +buste/1 1 +bustière/3 9 +but/1 1 +butadiène/1 1 +butane 18 +butanée/3 3 +butanier/1 1 +butanol/1 1 +bute/1 2 +butée/3 3 +butée/1 2 +butène/1 1 +buter/4 42 +buteuse/3 9 +butin/1 1 +butinage/1 1 +butinante/3 3 +butinée/3 3 +butinement/1 1 +butiner/4 17 +butineuse/3 6 +butoir/1 1 +butome/1 1 +butor/1 1 +buttage/1 1 +butte/1 2 +buttée/3 3 +butter/4 5 +butteur/1 1 +buttoir/1 1 +butylène/1 1 +butylique/1 4 +butyrate/1 1 +butyreuse/8 3 +butyrine/1 2 +butyrique/1 4 +butyromètre/1 1 +buvable/1 4 +buvard/1 1 +buvée/1 2 +buvetière/3 9 +buvette/1 2 +buveuse/3 6 +buvoter/10 14 +buxacée/1 4 +buxacée/1 2 +buzz 7 +bye 70 +byebye 70 +bye-bye 70 +bypass 7 +by-pass 7 +byssinose/1 2 +byssus 7 +byte/1 1 +byzantine/3 6 +byzantinisme/1 1 +byzantiniste/1 10 +byzantinologie/1 2 +byzantinologue/1 10 +c 7 +cP/38 57 +cSt/38 7 +çà 8 +ça 78 +cab/1 1 +cabale/1 2 +cabaler/10 14 +cabaliste/1 10 +cabalistique/1 4 +cabalistiquement 8 +caban/1 1 +cabane/1 2 +cabaner/4 5 +cabanon/1 1 +cabaret/1 1 +cabaretière/3 9 +cabas 7 +cabasset/1 1 +cabèche/1 2 +cabernet/1 1 +cabestan/1 1 +cabiai/1 1 +cabillaud/1 1 +cabillot/1 1 +cabincruiser/1 1 +cabin-cruiser/1 1 +cabine/1 2 +cabiner/10 14 +cabinet/1 1 +câblage/1 1 +câble/1 1 +câblée/3 3 +câbler/4 5 +câblerie/1 2 +câbleuse/3 9 +câblière/3 9 +câbliste/1 10 +câblodistributeur/1 1 +câblodistribution/1 2 +câblogramme/1 1 +câbloopérateur/1 1 +câblo-opérateur/1 1 +câblot/1 1 +cabocharde/3 6 +caboche/1 2 +cabochée/3 3 +cabochon/1 1 +cabossage/1 1 +cabosse/1 2 +cabossée/3 3 +cabosser/4 5 +cabotage/1 1 +cabote/3 9 +caboter/10 14 +caboteur/1 1 +cabotinage/1 1 +cabotine/3 9 +cabotiner/10 14 +caboulot/1 1 +cabrage/1 1 +cabrée/3 3 +cabrement/1 1 +cabrer/4 11 +cabri/1 1 +cabriole/1 2 +cabrioler/10 14 +cabriolet/1 1 +cabus 142 +caca 45 +caca/1 1 +cacaber/10 14 +cacahouète/1 2 +cacahuète/1 2 +cacaille/1 2 +cacao/1 1 +cacaotée/3 3 +cacaotière/3 9 +cacaoui/1 1 +cacaoyère/3 9 +cacarder/10 14 +cacatoès 7 +cacatois 7 +cachalot/1 1 +cache/1 10 +cache-brassière 7 +cache-brassière/1 1 +cache-cache 7 +cachecache/1 1 +cache-cœur 7 +cache-cœur/1 1 +cache-col 7 +cache-col/1 1 +cache-corset 7 +cache-corset/1 1 +cachectique/1 13 +cachée/3 3 +cache-entrée 7 +cache-entrée/1 1 +cache-flamme 7 +cache-flamme/1 1 +cache-lait 7 +cache-lait/1 1 +cache-lumière 7 +cache-lumière/1 1 +cachemire/1 1 +cache-misère 7 +cache-misère/1 1 +cache-museau 7 +cache-museau/19 1 +cache-nez 7 +cache-pot 7 +cache-pot/1 1 +cache-poussière 7 +cache-poussière/1 1 +cache-prise 7 +cache-prise/1 1 +cacher/4 11 +cache-radiateur 7 +cache-radiateur/1 1 +cachère/1 4 +cache-sexe 7 +cache-sexe/1 1 +cachet/1 1 +cachetage/1 1 +cache-tampon 7 +cache-tampon/1 1 +cachetée/3 3 +cacheter/40 5 +cacheton/1 1 +cachetonner/10 14 +cachette/1 2 +cachexie/1 2 +cachot/1 1 +cachoterie/1 2 +cachotière/3 9 +cachotter/4 5 +cachotterie/1 2 +cachottière/3 9 +cachou/1 1 +cachoube/1 13 +cachucha/1 2 +cacique/1 1 +cacochyme/1 4 +cacochyme/1 1 +cacodylate/1 1 +cacographe/1 1 +cacographie/1 2 +cacolet/1 1 +cacologie/1 2 +cacophonie/1 2 +cacophonique/1 4 +cacosmie/1 2 +cactacée/1 2 +cactée/1 2 +cactus 7 +c.-à-d 78 +cadancher/10 14 +cadastrage/1 1 +cadastrale/8 3 +cadastration/1 2 +cadastre/1 1 +cadastrer/4 5 +cadavéreuse/8 3 +cadavérique/1 4 +cadavre/1 1 +caddie/1 1 +caddy/1 1 +cade/1 1 +cadeau/19 1 +cadeauter/4 5 +cadenas 7 +cadenassable/1 4 +cadenassée/3 3 +cadenasser/4 5 +cadence/1 2 +cadencée/3 3 +cadencement/1 1 +cadencer/4 5 +cadenette/1 2 +cadette/3 6 +cadi/1 1 +cadmiage/1 1 +cadmie/1 2 +cadmium/1 1 +cadogan/1 1 +cador/1 1 +cadoter/4 5 +cadrage/1 1 +cadran/1 1 +cadrante/3 3 +cadrat/1 1 +cadratin/1 1 +cadrature/1 2 +cadre/1 10 +cadrer/4 17 +cadreuse/3 9 +caduc/1 4 +caducée/1 1 +caducité/1 2 +caduque/1 4 +cæcale/8 3 +cæcum/1 1 +cænogenèse/1 2 +cæsine 47 +cæsium/1 1 +cætera 7 +cafardage/1 1 +cafarde/3 9 +cafarder/4 17 +cafardeuse/3 6 +cafardeuse/8 3 +café 45 +café/1 1 +café-concert 18 +caféière/3 9 +caféine/1 2 +caféisme/1 1 +cafés-concerts 20 +cafés-théâtres 20 +cafetan/1 1 +cafeter/40 17 +cafeteria/1 2 +cafétéria/1 2 +café-théâtre 18 +cafetière/3 9 +cafouillage/1 1 +cafouiller/10 14 +cafouillis 7 +cafre/1 10 +caftan/1 1 +cafter/4 17 +cafteuse/3 9 +cage/1 2 +cageot/1 1 +cagerotte/1 2 +caget/1 1 +cagette/1 2 +cagibi/1 1 +cagnarde/3 6 +cagnarder/10 14 +cagne/1 2 +cagner/10 14 +cagneuse/8 6 +cagnotte/1 2 +cagole/1 2 +cagote/3 6 +cagoterie/1 2 +cagou/1 1 +cagouille/1 2 +cagoularde/3 9 +cagoule/1 2 +cagoulée/3 3 +cague/1 2 +caguer/10 14 +cahier/1 1 +cahincaha 8 +cahin-caha 8 +cahot/1 1 +cahotante/3 3 +cahotée/3 3 +cahotement/1 1 +cahoter/4 17 +cahoteuse/8 3 +cahute/1 2 +cahutte/1 2 +caïd/1 1 +caïdat/1 1 +caïeu/19 1 +caillage/1 1 +caillassage/1 1 +caillasse/1 2 +caillasser/4 5 +caille/1 2 +caillebotis 7 +caillebotte/1 2 +caillebottée/3 3 +caillebotter/4 5 +caillée/3 3 +caillement/1 1 +cailler/4 42 +cailleteau/19 1 +cailleter/72 14 +caillot/1 1 +caillou/19 1 +cailloutage/1 1 +cailloutée/3 3 +caillouter/4 5 +caillouteuse/8 3 +cailloutis 7 +caïman/1 1 +caïmanter/4 5 +caïpirinha/1 2 +caïque/1 10 +cairn/1 1 +cairote/1 13 +caisse/1 2 +caisserie/1 2 +caissette/1 2 +caissière/3 9 +caisson/1 1 +cajeput/1 1 +cajeputier/1 1 +cajoler/4 5 +cajolerie/1 2 +cajoleuse/3 6 +cajou/1 1 +cajun/1 4 +cake/1 1 +cake-walk/1 1 +cal/1 1 +cal/57 57 +calable/1 4 +calabraise/3 6 +calade/1 2 +caladium/1 1 +calage/1 1 +calaison/1 2 +calamar/1 1 +calambac/1 1 +calame/1 1 +calaminage/1 1 +calamine/1 2 +calaminer/4 55 +calamistrée/3 3 +calamistrer/4 5 +calamite/1 2 +calamité/1 2 +calamiteuse/8 3 +calance/1 2 +calancher/10 14 +calandrage/1 1 +calandre/1 2 +calandrer/4 5 +calandreuse/3 9 +calanque/1 2 +calao/1 1 +calcaire/1 4 +calcaire/1 1 +calcanéum/1 1 +calcédoine/1 2 +calcémie/1 2 +calcéolaire/1 2 +calcicole/1 4 +calciférol/1 1 +calcification/1 2 +calcifiée/3 3 +calcifuge/1 4 +calcin/1 1 +calcination/1 2 +calcinée/3 3 +calciner/4 5 +calciphobe/1 4 +calcique/1 4 +calcite/1 2 +calcitriol/1 1 +calcium/1 1 +calciurie/1 2 +calcul/1 1 +calculabilité/1 2 +calculable/1 4 +calculatoire/1 4 +calculatrice/3 6 +calculée/3 3 +calculer/4 17 +calculette/1 2 +calculeuse/8 6 +caldarium/1 1 +caldeira/1 2 +caldéra/1 2 +cale/1 2 +calebasse/1 2 +calebassier/1 1 +calèche/1 2 +caleçon/1 1 +caleçonnade/1 2 +calédonienne/3 6 +calée/3 3 +caléfaction/1 2 +caléidoscope/1 1 +caléidoscopique/1 4 +calembour/1 1 +calembredaine/1 2 +calendaire/1 4 +calendes 46 +calendrier/1 1 +calendula/1 1 +cale-pied 7 +cale-pied/1 1 +calepin/1 1 +calepinage/1 1 +caler/4 42 +caleter/40 102 +caleuse/3 9 +calfat/1 1 +calfatage/1 1 +calfatée/3 3 +calfater/4 5 +calfeutrage/1 1 +calfeutrée/3 3 +calfeutrement/1 1 +calfeutrer/4 11 +calibrage/1 1 +calibration/1 2 +calibre/1 1 +calibrée/3 3 +calibrer/4 5 +calibreuse/3 9 +calice/1 1 +caliche/1 1 +calicot/1 1 +calicule/1 1 +calière/3 9 +califale/8 3 +califat/1 1 +calife/1 1 +californienne/3 6 +californium/1 1 +califourchon 18 +câlin/1 1 +câline/3 3 +câlinement 8 +câliner/4 5 +câlinerie/1 2 +caliorne/1 2 +calisson/1 1 +calleuse/8 3 +callgirl/1 2 +call-girl/1 2 +calligramme/1 1 +calligraphe/1 10 +calligraphie/1 2 +calligraphiée/3 3 +calligraphier/4 5 +calligraphique/1 4 +calligraphiquement 8 +callipyge/1 4 +callosité/1 2 +calmante/3 3 +calmar/1 1 +calme/1 4 +calme/1 1 +calmée/3 3 +calmement 8 +calmer/4 11 +calmir/55 92 +calo 18 +calomel/1 1 +calomniatrice/3 9 +calomnie/1 2 +calomniée/3 6 +calomnier/4 5 +calomnieuse/8 3 +calomnieusement 8 +caloporteur/1 1 +caloporteuse/3 3 +calorie/61 2 +calorifère/1 4 +calorification/1 2 +calorifique/1 4 +calorifuge/1 4 +calorifugeage/1 1 +calorifugée/3 3 +calorifuger/4 5 +calorifugeuse/3 9 +calorimètre/1 1 +calorimétrie/1 2 +calorimétrique/1 4 +calorique/1 4 +calorisation/1 2 +calot/1 1 +calotin/1 1 +calotte/1 2 +calotter/4 5 +caloyère/3 9 +calquage/1 1 +calque/1 1 +calquée/3 3 +calquer/4 5 +calqueuse/3 9 +calter/4 102 +calumet/1 1 +calure/1 2 +calus 7 +calva/1 1 +calvados 7 +calvadosienne/3 6 +calvaire/1 1 +calville/1 2 +calvinisme 18 +calviniste/1 13 +calvitie/1 2 +calypso/1 1 +caló 18 +camaïeu/19 1 +camail/1 1 +camaldule/1 10 +camarade/1 10 +camaraderie/1 2 +camarde/3 6 +camarguaise/3 6 +camarilla/1 2 +cambiaire/1 4 +cambiale/8 3 +cambiste/1 10 +cambium/1 1 +cambodgienne/3 6 +cambouis 7 +cambrage/1 1 +cambrée/3 3 +cambrement/1 1 +cambrer/4 11 +cambrien/1 1 +cambrienne/3 3 +cambriolage/1 1 +cambriole/1 2 +cambriolée/3 3 +cambrioler/4 5 +cambrioleuse/3 9 +cambrousard/1 1 +cambrousse/1 2 +cambrure/1 2 +cambuse/1 2 +cambusier/1 1 +cambuter/4 17 +came/1 2 +camée/3 6 +camée/1 1 +caméléon/1 1 +caméléonienne/3 6 +camélia/1 1 +camélidé/1 1 +camelin/1 1 +cameline/1 2 +caméline/1 2 +camelle/1 2 +camelot/1 10 +camelote/1 2 +cameloter/10 14 +camembérer/63 14 +camembert/1 1 +camer/4 55 +caméra/1 2 +cameraman/41 1 +cameraman/1 1 +caméraman/1 1 +camérier/1 1 +camériste/1 2 +camerlingat/1 1 +camerlingue/1 1 +camerounaise/3 6 +caméscope/1 1 +camion/1 1 +camion-citerne 18 +camionnage/1 1 +camionner/4 5 +camionnette/1 2 +camionneuse/3 9 +camions-citernes 20 +camisard/1 1 +camisole/1 2 +camomille/1 2 +camouflage/1 1 +camouflante/3 3 +camouflée/3 3 +camoufler/4 11 +camouflet/1 1 +camoufleur/1 1 +camp/1 1 +campagnarde/3 6 +campagne/1 2 +campagnol/1 1 +campanaire/1 4 +campane/1 2 +campanile/1 1 +campaniste/1 10 +campanulacée/1 4 +campanulacée/1 2 +campanule/1 2 +campêche/1 1 +campée/3 3 +campement/1 1 +camper/4 102 +campeuse/3 9 +camphre/1 1 +camphrée/3 6 +camphrier/1 1 +campignienne/3 3 +camping/1 1 +camping-car/1 1 +camping-caravaning/1 1 +camping-gaz 7 +campinoise/3 6 +campo/1 1 +campus 7 +camuse/3 6 +canada 57 +canada/1 2 +canadianisme/1 1 +canadienne/3 6 +canaille/1 2 +canaillement 8 +canaillerie/1 2 +canal/19 1 +canaliculaire/1 4 +canalicule/1 1 +canalisable/1 4 +canalisation/1 2 +canalisatrice/3 9 +canalisée/3 3 +canaliser/4 5 +cananéenne/3 6 +canapé/1 1 +canapé-lit 18 +canapés-lits 20 +canard/1 1 +canardeau/19 1 +canarder/4 17 +canardière/3 6 +canari/1 1 +canasson/1 1 +canasta/1 2 +cancale/1 2 +cancan/1 1 +cancaner/10 14 +cancanière/3 6 +cancel/1 1 +cancer/1 1 +cancéreuse/8 6 +cancérigène/1 4 +cancérigène/1 1 +cancérisation/1 2 +cancériser/4 55 +cancérogène/1 4 +cancérogène/1 1 +cancérogenèse/1 2 +cancérologie 47 +cancérologique/1 4 +cancérologue/1 10 +cancérophobie/1 2 +canche/1 2 +cancoillotte/1 2 +cancre/1 1 +cancrelat/1 1 +candela/61 2 +candéla/61 2 +candélabre/1 1 +candeur/1 2 +candidate/3 9 +candidater/10 14 +candidature/1 2 +candide/1 13 +candidement 8 +candidose/1 2 +candir/29 128 +candisation/1 2 +candomblé/1 1 +cane/1 2 +canepetière/1 2 +canéphore/1 2 +caner/10 14 +canetage/1 1 +canetière/1 2 +caneton/1 1 +canette/1 2 +canevas 7 +cangue/1 2 +caniche/1 1 +caniculaire/1 4 +canicule/1 2 +canidé/1 1 +canif/1 1 +canine/3 3 +canine/1 2 +canisse/1 2 +canitie/1 2 +caniveau/19 1 +canna/1 1 +cannabinacée/1 4 +cannabinacée/1 2 +cannabinol/1 1 +cannabique/1 4 +cannabis 7 +cannabisme/1 1 +cannage/1 1 +cannaie/1 2 +canne/1 2 +canneberge/1 2 +cannée/3 3 +cannelé/1 1 +cannelée/3 3 +canneler/40 5 +cannelier/1 1 +cannelle 45 +cannelle/1 10 +cannelloni 7 +cannelloni/1 1 +cannelure/1 2 +canner/4 17 +cannetille/1 2 +cannette/1 2 +cannette/1 2 +canneuse/3 9 +cannibale/1 10 +cannibalesque/1 4 +cannibalisation/1 2 +cannibaliser/4 11 +cannibalisme/1 1 +cannisse/1 2 +canoé/1 1 +canoë/1 1 +canoéisme/1 1 +canoéiste/1 10 +canoé-kayak 18 +canoë-kayak 18 +canoés-kayaks 20 +canoës-kayaks 20 +canon/1 4 +canon/1 1 +cañon/1 1 +canoniale/8 3 +canonicat/1 1 +canonicité/1 2 +canonique/1 4 +canoniquement 8 +canonisable/1 4 +canonisation/1 2 +canonisée/3 3 +canoniser/4 5 +canoniste/1 10 +canonnade/1 2 +canonnage/1 1 +canonner/4 5 +canonnière/3 6 +canope/1 4 +canopée/1 2 +canot/1 1 +canotage/1 1 +canoter/10 14 +canoteuse/3 9 +canotière/3 9 +cantabile 8 +cantabile 7 +cantal/1 1 +cantaloup/1 1 +cantate/1 2 +cantatrice/1 2 +canter/1 1 +canthare/1 1 +cantharellale/1 2 +cantharide/1 2 +cantharidine/1 2 +cantilène/1 2 +cantilever/1 4 +cantilever/1 1 +cantillation/1 2 +cantine/1 2 +cantiner/10 14 +cantinière/3 6 +cantique/1 1 +canton/1 1 +cantonade 47 +cantonaise/3 6 +cantonale/8 3 +cantonalisation/1 2 +cantonalisme/1 1 +cantonaliste/1 13 +cantonnée/3 3 +cantonnement/1 1 +cantonner/4 42 +cantonnière/3 9 +cantre/1 1 +canular/1 1 +canularesque/1 4 +canule/1 2 +canuler/4 5 +canuse/1 2 +canut/1 1 +canyon/1 1 +canyoning/1 1 +canyonisme/1 1 +canyoniste/1 10 +canzone/51 2 +canzone/1 2 +caoua/1 1 +caouane/1 2 +caoutchouc/1 1 +caoutchoutage/1 1 +caoutchoutée/3 3 +caoutchouter/4 5 +caoutchouteuse/8 3 +caoutchoutière/3 6 +cap/1 1 +capable/1 4 +capacimètre/1 1 +capacitaire/1 13 +capacitance/1 2 +capacitation/1 2 +capacité/1 2 +capacitive/3 3 +capahuter/4 5 +caparaçon/1 1 +caparaçonnée/3 3 +caparaçonner/4 11 +cape/1 2 +capéer/10 14 +capelage/1 1 +capelan/1 1 +capelée/3 3 +capeler/40 5 +capelet/1 1 +capeline/1 2 +capella 132 +capésienne/3 9 +capétienne/3 6 +capeyer/10 14 +capharnaüm/1 1 +cap-hornière/3 9 +capillaire/1 13 +capillarité/1 2 +capillaroscopie/1 2 +capillicultrice/3 9 +capilliculture/1 2 +capillotractée/3 3 +capilotade/1 2 +capiston/1 1 +capitaine/1 10 +capitainerie/1 2 +capitale/8 6 +capitalement 8 +capitalisable/1 4 +capitalisante/3 3 +capitalisation/1 2 +capitaliser/4 17 +capitalisme/1 1 +capitaliste/1 10 +capitalistique/1 4 +capital-risque 18 +capital-risqueur/1 1 +capitan/1 1 +capitanat/1 1 +capitation/1 2 +capitaux-risques 247 +capite/1 2 +capitée/3 3 +capiteuse/8 3 +capitole/1 1 +capitoline/3 3 +capiton/1 1 +capitonnage/1 1 +capitonnée/3 3 +capitonner/4 11 +capitoul/1 1 +capitulaire/1 13 +capitulairement 8 +capitularde/3 6 +capitulation/1 2 +capitule/1 1 +capitulée/3 3 +capituler/10 14 +capodastre/1 1 +capoeira/1 2 +caponne/3 9 +caponner/10 14 +caponnière/1 2 +caporale/8 9 +caporaliser/4 5 +caporalisme/1 1 +capot/1 1 +capotage/1 1 +capote/1 2 +capoter/4 17 +cappella 132 +cappuccino/1 1 +câpre/1 10 +capricante/3 3 +capriccio/1 1 +caprice/1 1 +capricieuse/8 6 +capricieusement 8 +capricorne/1 1 +câprier/1 1 +caprification/1 2 +caprifiguier/1 1 +caprifoliacée/1 4 +caprifoliacée/1 2 +caprine/3 3 +capron/1 1 +capronier/1 1 +caprylique/1 4 +capsaïcine/1 2 +capselle/1 2 +capsicum/1 1 +capside/1 2 +capsulage/1 1 +capsulaire/1 4 +capsule/1 2 +capsuler/4 5 +captable/1 4 +captage/1 1 +captal/1 1 +captante/3 3 +captation/1 2 +captative/3 3 +captativité/1 2 +captatoire/1 4 +captatrice/3 9 +captée/3 3 +capter/4 5 +capte-suie 7 +capte-suie/1 1 +capteur/1 1 +captieuse/8 3 +captieusement 8 +captivante/3 3 +captive/3 6 +captivée/3 3 +captiver/4 11 +captivité/1 2 +capture/1 2 +capturée/3 3 +capturer/4 5 +capuce/1 1 +capuche/1 2 +capuchon/1 1 +capuchonnée/3 3 +capuchonner/4 5 +capucinade/1 2 +capucine/3 9 +capulet/1 1 +capverdienne/3 6 +cap-verdienne/3 6 +caque/1 2 +caquelon/1 1 +caquer/4 5 +caquet/1 1 +caquetage/1 1 +caquetante/3 3 +caquètement/1 1 +caqueter/72 14 +car 161 +car/1 1 +carabe/1 1 +carabin/1 1 +carabine/1 2 +carabinée/3 3 +carabinier/1 1 +carabistouille/1 2 +caracal/1 1 +caraco/1 1 +caracole/1 2 +caracoler/10 14 +caractère/1 1 +caractérielle/3 6 +caractériellement 8 +caractérisante/3 3 +caractérisation/1 2 +caractérisée/3 3 +caractériser/4 11 +caractéristique/1 4 +caractéristique/1 2 +caractéristiquement 8 +caractérologie/1 2 +caractérologique/1 4 +caracul/1 1 +carafe/1 2 +carafon/1 1 +caraïbe/1 13 +carambolage/1 1 +carambole/1 2 +caramboler/4 42 +carambolier/1 1 +carambouillage/1 1 +carambouille/1 2 +carambouilleur/1 1 +caramel 45 +caramel/1 1 +caramélée/3 3 +caramélisation/1 2 +caramélisée/3 3 +caraméliser/4 42 +carapace/1 2 +carapater/4 55 +caraque/1 2 +carassin/1 1 +carat/1 1 +caravagesque/1 13 +caravagisme/1 1 +caravagiste/1 13 +caravanage/1 1 +caravane/1 2 +caravanière/3 9 +caravaning/1 1 +caravansérail/1 1 +caravelle/1 2 +carbocation/1 1 +carbochimie/1 2 +carbonado/1 1 +carbonarisme/1 1 +carbonaro/51 1 +carbonaro/1 1 +carbonatation/1 2 +carbonate/1 1 +carbonatée/3 3 +carbonater/4 5 +carbone/1 1 +carbonée/3 3 +carbonifère/1 4 +carbonique/1 4 +carbonisation/1 2 +carbonisée/3 3 +carboniser/4 5 +carbonitruration/1 2 +carbonnade/1 2 +carbono/1 1 +carbonyle/1 1 +carbonylée/3 3 +carborane/1 1 +carborundum/1 1 +carboxyhémoglobine/1 2 +carboxylase/1 2 +carboxylate/1 1 +carboxylation/1 2 +carboxyle/1 4 +carboxyle/1 1 +carboxylique/1 4 +carburant/1 94 +carburateur/1 1 +carburation/1 2 +carbure/1 1 +carburéacteur/1 1 +carburée/3 3 +carburer/4 17 +carburière/3 9 +carburologue/1 10 +carcailler/10 14 +carcajou/1 1 +carcan/1 1 +carcasse/1 2 +carcel/1 4 +carcel/1 1 +carcérale/8 3 +carcinogène/1 4 +carcinogène/1 1 +carcinogenèse/1 2 +carcinogénétique/1 4 +carcinologie/1 2 +carcinologique/1 4 +carcinomateuse/8 3 +carcinome/1 1 +cardage/1 1 +cardamine/1 2 +cardamome/1 10 +cardamone/1 2 +cardan/1 1 +carde/1 2 +cardé/1 1 +cardée/3 3 +carder/4 5 +cardère/1 2 +cardeuse/3 9 +cardia/1 1 +cardiale/8 3 +cardialgie/1 2 +cardiaque/1 13 +cardiatomie/1 2 +cardigan/1 1 +cardinal/19 1 +cardinalat/1 1 +cardinale/8 3 +cardinalice/1 4 +cardinalité/1 2 +cardiogramme/1 1 +cardiographe/1 1 +cardiographie/1 2 +cardiographique/1 4 +cardioïde/1 4 +cardioïde/1 2 +cardiologie/1 2 +cardiologique/1 4 +cardiologue/1 10 +cardiomégalie/1 2 +cardiomyopathie/1 2 +cardiopathie/1 2 +cardiopulmonaire/1 4 +cardio-pulmonaire/1 4 +cardiorespiratoire/1 4 +cardio-respiratoire/1 4 +cardiotomie/1 2 +cardiotonique/1 4 +cardiotonique/1 1 +cardiovasculaire/1 4 +cardio-vasculaire/1 4 +cardite/1 2 +cardon/1 1 +carême/1 1 +carénage/1 1 +carence/1 2 +carencer/4 5 +carène/1 2 +carénée/3 3 +caréner/33 17 +carentielle/3 3 +caressante/3 3 +caresse/1 2 +caressée/3 3 +caresser/4 11 +caret/1 1 +carex 7 +car-ferry/41 1 +carferry/1 1 +car-ferry/1 1 +cargaison/1 2 +cargo/1 1 +cargue/1 2 +carguer/4 5 +cari/1 1 +cariacou/1 1 +cariatide/1 2 +caribe/1 4 +caribe/1 1 +caribéenne/3 6 +caribou/1 1 +caricaturale/8 3 +caricaturalement 8 +caricature/1 2 +caricaturée/3 3 +caricaturer/4 5 +caricaturiste/1 10 +carie/1 2 +cariée/3 3 +carier/4 11 +carieuse/8 3 +carillon/1 1 +carillonnante/3 3 +carillonnée/3 3 +carillonnement/1 1 +carillonner/4 17 +carillonneuse/3 9 +caristade/1 2 +cariste/1 10 +caritative/3 3 +carjacking/1 1 +car-jacking/1 1 +carlin/1 1 +carline/1 2 +carlingue/1 2 +carlinguier/1 1 +carlisme/1 1 +carliste/1 13 +carmagnole/1 10 +carme/1 1 +carmel/1 1 +carmeline/1 4 +carmeline/1 2 +carmélitaine/3 3 +carmélite/1 4 +carmélite/1 2 +carmer/4 5 +carmin 45 +carmin/1 1 +carminative/3 3 +carminée/3 3 +carminer/4 5 +carnage/1 1 +carnassière/3 6 +carnation/1 2 +carnaval/1 1 +carnavalesque/1 4 +carne/1 2 +carneau/19 1 +carnée/3 3 +carnèle/1 2 +carnet/1 1 +carnettiste/1 10 +carnier/1 1 +carnification/1 2 +carnifier/4 55 +carnivore/1 13 +carnivorisme/1 1 +carnotset/1 1 +carnotzet/1 1 +carogne/1 2 +caroline/1 13 +carolingienne/3 6 +carolus 7 +caron/1 1 +caronade/1 2 +caroncule/1 2 +carotène/1 1 +caroténoïde/1 4 +caroténoïde/1 1 +carotide/1 109 +carotidienne/3 3 +carottage/1 1 +carotte 45 +carotte/1 2 +carottée/3 3 +carotter/4 17 +carotteuse/3 6 +carottière/3 6 +caroube/1 2 +caroubier/1 1 +carouble/1 2 +caroubler/4 5 +carouge/1 2 +carpaccio/1 1 +carpatique/1 4 +carpe/1 10 +carpeau/19 1 +carpelle/1 1 +carpette/1 2 +carpettière/3 9 +carpicultrice/3 9 +carpiculture/1 2 +carpienne/3 3 +carpillon/1 1 +carpocapse/1 1 +carpophore/1 1 +carquois 7 +carragheen/1 1 +carrare/1 1 +carre/1 2 +carreau/19 1 +carreautée/3 3 +carrée/3 6 +carrefour/1 1 +carrelage/1 1 +carrelée/3 3 +carreler/40 5 +carrelet/1 1 +carreleuse/3 9 +carrément 8 +carrer/4 11 +carrick/1 1 +carrière/3 9 +carriérisme/1 1 +carriériste/1 13 +carriole/1 2 +carrossable/1 4 +carrossage/1 1 +carrosse/1 1 +carrossée/3 3 +carrosser/4 5 +carrosserie/1 2 +carrossière/3 9 +carrousel/1 1 +carroyage/1 1 +carroyer/4 5 +carrure/1 2 +carry/1 1 +cartable/1 1 +carte/1 2 +cartel/1 1 +carte-lettre 47 +cartellisation/1 2 +carter/1 1 +carter/4 5 +carte-réponse 47 +carterie/1 2 +cartésianisme/1 1 +cartésienne/3 6 +cartes-lettres 46 +cartes-réponses 46 +cartes-vues 46 +carte-vue 47 +carthaginoise/3 6 +carthame/1 1 +cartier/1 1 +cartilage/1 1 +cartilagineuse/8 3 +cartogramme/1 1 +cartographe/1 10 +cartographie/1 2 +cartographiée/3 3 +cartographier/4 5 +cartographique/1 4 +cartomancie/1 2 +cartomancienne/3 9 +carton/1 1 +cartonnage/1 1 +cartonnée/3 3 +cartonner/4 17 +cartonnerie/1 2 +cartonneuse/8 6 +cartonnière/3 6 +carton-pâte 18 +cartons-pâtes 20 +cartoon/1 1 +cartoonesque/1 4 +cartothèque/1 2 +cartouche/1 10 +cartoucher/10 14 +cartoucherie/1 2 +cartouchière/1 2 +cartulaire/1 1 +cartusienne/3 3 +carvi/1 1 +cary/1 1 +caryocinèse/1 2 +caryogamie/1 2 +caryologie/1 2 +caryophyllacée/1 4 +caryophyllacée/1 2 +caryopse/1 1 +caryotype/1 1 +cas 7 +casanière/3 3 +casaque/1 2 +casaquin/1 1 +casbah/1 2 +cascabelle/1 2 +cascade/1 2 +cascader/10 14 +cascadeuse/3 6 +cascatelle/1 2 +case/1 2 +caséeuse/8 3 +caséification/1 2 +caséifier/4 5 +caséine 47 +casemate/1 2 +casemater/4 5 +caser/4 11 +caserne/1 2 +casernée/3 3 +casernement/1 1 +caserner/4 5 +casernière/3 6 +caseyeur/1 1 +cash 8 +casher 45 +casher/1 4 +cashflow/1 1 +cash-flow/1 1 +cashmere/1 1 +casier/1 1 +casimir/1 1 +casino/1 1 +casinotière/3 9 +casoar/1 1 +casquante/3 3 +casque/1 1 +casquée/3 3 +casquer/4 17 +casquette/1 2 +casquettière/3 9 +cassable/1 4 +cassage/1 1 +cassante/3 3 +cassate/1 2 +cassation/1 2 +cassave/1 2 +casse/1 10 +casseau/19 1 +casse-cou 105 +casse-cou/1 13 +casse-couille/1 13 +casse-couilles 105 +casse-croûte 7 +casse-croute/1 1 +casse-crouter/10 14 +casse-croûter/10 14 +casse-cul 105 +casse-cul/1 13 +casse-dalle 7 +casse-dalle/1 1 +cassée/3 3 +casse-fil/1 1 +casse-graine 7 +casse-graine/1 1 +casse-gueule 105 +casse-gueule/1 13 +cassement/1 1 +casse-noisette/1 1 +casse-noisettes 7 +casse-noix 7 +casse-patte/1 1 +casse-pattes 7 +casse-pied/1 13 +casse-pieds 105 +casse-pierre 7 +casse-pierre/1 1 +casse-pierres 7 +casse-pipe 7 +casse-pipe/1 1 +casse-pipes 7 +casser/4 42 +casserole/1 2 +casse-tête 7 +casse-tête/1 1 +cassetin/1 1 +casse-tout 105 +cassetout/1 13 +cassette/1 2 +casseuse/3 6 +cassier/1 1 +cassine/1 2 +cassis 7 +cassitérite/1 2 +cassolette/1 2 +casson/1 1 +cassonade/1 2 +cassoulet/1 1 +cassure/1 2 +castagne/1 2 +castagner/4 42 +castagnettes 46 +castard/1 4 +castard/1 1 +caste/1 2 +castel/1 1 +castillane/3 6 +castine/1 2 +casting/1 1 +castor/1 1 +castoréum/1 1 +castrale/8 3 +castramétation/1 2 +castrat/1 1 +castration/1 2 +castratrice/3 6 +castrée/3 3 +castrer/4 5 +castrisme/1 1 +castriste/1 13 +casuel/1 1 +casuelle/3 3 +casuellement 8 +casuiste/1 10 +casuistique/1 4 +casuistique/1 2 +catabatique/1 4 +catabolisme/1 1 +catachrèse/1 2 +catachrétique/1 4 +cataclysmale/8 3 +cataclysme/1 1 +cataclysmique/1 4 +catacombe/1 2 +catadioptre/1 1 +catadioptrique/1 13 +catadrome/1 4 +catafalque/1 1 +catagenèse/1 2 +cataire/1 4 +cataire/1 2 +catalane/3 6 +catalase/1 2 +catalectique/1 4 +catalepsie/1 2 +cataleptique/1 13 +catallactique/1 4 +catallactique/1 2 +catallaxie/1 2 +catalogage/1 1 +catalogne/1 2 +catalogue/1 1 +cataloguée/3 3 +cataloguer/4 5 +catalogueuse/3 9 +catalpa/1 1 +catalyse/1 2 +catalyser/4 5 +catalyseur/1 1 +catalytique/1 4 +catamaran/1 1 +cataméniale/8 3 +cataphore/1 2 +cataphorèse/1 2 +cataphote/1 1 +cataphracte/1 13 +cataplasme/1 1 +cataplexie/1 2 +catapultage/1 1 +catapulte/1 2 +catapultée/3 3 +catapulter/4 5 +cataracte/1 2 +catarhinien/1 1 +catarrhale/8 3 +catarrhe/1 1 +catarrheuse/8 3 +catastrophe/1 2 +catastrophée/3 3 +catastropher/4 5 +catastrophique/1 4 +catastrophiquement 8 +catastrophisme/1 1 +catastrophiste/1 13 +catatonie/1 2 +catatonique/1 13 +catch/1 1 +catcher/10 14 +catcheuse/3 9 +caté/1 1 +catéchèse/1 2 +catéchétique/1 4 +catéchétique/1 2 +catéchisation/1 2 +catéchiser/4 5 +catéchisme/1 1 +catéchiste/1 10 +catéchistique/1 4 +catéchuménat/1 1 +catéchumène/1 10 +catégorématique/1 4 +catégorème/1 1 +catégorie/1 2 +catégorielle/3 3 +catégorique/1 4 +catégoriquement 8 +catégorisante/3 3 +catégorisation/1 2 +catégoriser/4 11 +caténaire/1 4 +caténaire/1 2 +caténairiste/1 10 +catgut/1 1 +cathare/1 13 +catharisme/1 1 +catharsis 57 +cathartique/1 4 +cathartique/1 1 +cathédrale/1 2 +cathédrale/8 3 +cathèdre/1 2 +cathepsine/1 2 +catherinette/1 2 +cathéter/1 1 +cathétérisme/1 1 +cathétomètre/1 1 +catho/1 13 +cathode/1 2 +cathodique/1 4 +cathodoluminescence/1 2 +catholicisme/1 1 +catholicité/1 2 +catholique/1 13 +catholiquement 8 +cati/1 1 +catie/3 3 +catilinaire/1 2 +catimini 87 +catin/1 2 +catiner/4 17 +cation/1 1 +cationique/1 4 +catir/29 84 +catissage/1 1 +catleya/1 1 +catoblépas 7 +catogan/1 1 +catoptrique/1 4 +catoptrique/1 2 +cattleya/1 1 +caucasienne/3 6 +caucasique/1 4 +cauchemar/1 1 +cauchemarder/10 14 +cauchemardesque/1 4 +cauchemardeuse/8 3 +caucus 7 +caudale/8 3 +caudataire/1 4 +caudataire/1 1 +caudillo/1 1 +caudrette/1 2 +caulescente/3 3 +caulinaire/1 4 +cauris 7 +causa 139 +causale/8 3 +causalement 8 +causalgie/1 2 +causalgique/1 4 +causalisme/1 1 +causalité/1 2 +causante/3 3 +causative/3 3 +cause/1 2 +causée/3 3 +causer/4 17 +causerie/1 2 +causette/1 2 +causeuse/3 6 +causse/1 10 +causticité/1 2 +caustique/1 13 +caustiquement 8 +cautèle/1 2 +cauteleuse/8 3 +cauteleusement 8 +cautère/1 1 +cautérisante/3 3 +cautérisation/1 2 +cautériser/4 5 +caution/1 2 +cautionnée/3 3 +cautionnement/1 1 +cautionner/4 5 +cavacher/10 14 +cavage/1 1 +cavaillon/1 1 +cavalcade/1 2 +cavalcader/10 14 +cavale/1 2 +cavaler/4 42 +cavalerie/1 2 +cavaleuse/3 6 +cavalière/3 6 +cavalièrement 8 +cavatine/1 2 +cave/1 13 +caveau/19 1 +caveçon/1 1 +cavée/3 3 +caver/4 42 +caverne/1 2 +caverneuse/8 3 +caverneusement 8 +cavernicole/1 10 +cavet/1 1 +caveuse/3 9 +caviar/1 1 +caviardage/1 1 +caviardée/3 3 +caviarder/4 5 +cavicorne/1 1 +caviste/1 10 +cavitaire/1 4 +cavitation/1 2 +cavité/1 2 +cd/57 57 +ce 194 +céans 8 +cébette/1 2 +cébiste/1 10 +ceci 78 +cécidie/1 2 +cécidomyie/1 2 +cécité/1 2 +cédante/3 6 +cédée/3 3 +céder/33 110 +cédérom/1 1 +cédétiste/1 13 +cedex 7 +cédex 7 +cédille/1 2 +cédraie/1 2 +cédrat/1 1 +cédratier/1 1 +cèdre/1 1 +cedrela/1 1 +cèdrela/1 1 +cédrière/1 2 +cédulaire/1 4 +cédule/1 2 +cégep/1 1 +cégésimale/8 3 +cégétiste/1 13 +cégotter/4 5 +ceindre/67 79 +ceinte/3 3 +ceinturage/1 1 +ceinture/1 2 +ceinturée/3 3 +ceinturer/4 5 +ceinturière/3 9 +ceinturon/1 1 +cela 78 +céladon 45 +céladon/1 1 +célébrant/1 1 +célébration/1 2 +célèbre/1 4 +célébrée/3 3 +célébrer/33 5 +celebret/1 1 +célébrissime/1 4 +célébrité/1 2 +celer/47 5 +céleri/1 1 +cèleri/1 1 +célérifère/1 1 +céleri-rave 18 +cèleri-rave 18 +céleris-raves 20 +cèleris-raves 20 +célérité/1 2 +célesta/1 1 +céleste/1 4 +célestement 8 +célestin/1 1 +céliaque/1 4 +célibat/1 1 +célibataire/1 10 +céliochirurgie/1 2 +célioscope/1 1 +célioscopie/1 2 +célioscopique/1 4 +cella/1 2 +celle/1 78 +celle-ci 78 +celle-là 78 +cellérière/3 6 +celles-ci 78 +celles-là 78 +cellier/1 1 +cellophane/1 2 +cellophaneuse/1 2 +cellulaire/1 4 +cellulairement 8 +cellular/1 1 +cellule/1 2 +celluleuse/8 3 +cellulite/1 2 +cellulitique/1 13 +celluloïd/1 1 +cellulose/1 2 +cellulosique/1 4 +celte/1 10 +celtique/1 4 +celtisante/3 9 +celtisme/1 1 +celtomane/1 13 +celtomanie/1 2 +celui 78 +celui-ci 78 +celui-là 78 +cément/1 1 +cémentation/1 2 +cémenter/4 5 +cémentite/1 2 +cénacle/1 1 +cendre/1 2 +cendrée/3 3 +cendrer/4 5 +cendreuse/8 3 +cendrier/1 1 +cendrillon/1 2 +cène/1 2 +cenelle/1 2 +cénesthésie/1 2 +cénesthésique/1 4 +cénesthopathie/1 2 +cénesthopathique/1 4 +cénobite/1 1 +cénobitique/1 4 +cénobitisme/1 1 +cénotaphe/1 1 +cens 7 +censée/3 3 +censément 8 +censeur/1 1 +censier/1 1 +censière/3 3 +censitaire/1 4 +censive/1 2 +censorat/1 1 +censoriale/8 3 +censurable/1 4 +censure/1 2 +censurée/3 3 +censurer/4 5 +cent/1 1 +cent/113 49 +centaine/1 2 +centaurée/1 2 +centauresse/3 9 +centavo/1 1 +centenaire/1 13 +centenier/1 1 +centennale/8 3 +center/4 5 +centésimale/8 3 +centiare/1 1 +centibar/1 1 +centième/1 13 +centigrade/1 13 +centilage/1 1 +centile/1 1 +centime/1 1 +centimétrique/1 4 +centipoise/1 2 +centistokes 7 +centrafricaine/3 6 +centrage/1 1 +centrale/8 6 +centralement 8 +centralienne/3 9 +centralisation/1 2 +centralisatrice/3 3 +centralisée/3 3 +centraliser/4 5 +centralisme/1 1 +centraliste/1 13 +centralité/1 2 +centre/1 1 +centre-auto 18 +centre-avant 119 +centrée/3 3 +centrer/4 17 +centres-autos 20 +centres-avant 113 +centres-tirs 20 +centres-villes 20 +centre-tir 18 +centreuse/3 9 +centre-ville 18 +centrifugation/1 2 +centrifuge/1 4 +centrifuger/4 5 +centrifugeuse/3 9 +centriole/1 1 +centripète/1 4 +centrisme/1 1 +centriste/1 13 +centromère/1 1 +centrosome/1 1 +centrosymétrique/1 4 +centuple/1 1 +centupler/4 17 +centurie/1 2 +centurion/1 1 +cénure/1 1 +cénurose/1 2 +cep/1 1 +cépage/1 1 +cèpe/1 1 +cépée/1 2 +cependant 8 +céphalalgie/1 2 +céphalée/3 3 +céphalée/1 2 +céphalique/1 4 +céphalocordé/1 1 +céphalopode/1 4 +céphalopode/1 1 +céphaloptère/1 1 +céphalorachidienne/3 3 +céphalo-rachidienne/3 3 +céphalosporine/1 2 +céphalothorax 7 +céphéide/1 2 +cérambyx 7 +cérame/1 4 +céramide/1 1 +céramique/1 2 +céramiste/1 10 +céramographie/1 2 +céramologie/1 2 +céramologue/1 10 +céraste/1 1 +cérastoculture/1 2 +cérat/1 1 +cératopsien/1 1 +cerbère/1 1 +cercaire/1 2 +cerce/1 2 +cerceau/19 1 +cerclage/1 1 +cercle/1 1 +cerclée/3 3 +cercler/4 5 +cercopithèque/1 1 +cercosporiose/1 2 +cercueil/1 1 +céréale/1 2 +céréalicultrice/3 9 +céréaliculture/1 2 +céréalière/3 6 +cérébelleuse/8 3 +cérébrale/8 6 +cérébralement 8 +cérébralisation/1 2 +cérébralisme/1 1 +cérébralité/1 2 +cérébroside/1 1 +cérébrospinale/8 3 +cérébro-spinale/8 3 +cérébrovasculaire/1 4 +cérébro-vasculaire/1 4 +cérémoniaire/1 10 +cérémonial/1 1 +cérémonie/1 2 +cérémonielle/3 3 +cérémoniellement 8 +cérémonieuse/8 3 +cérémonieusement 8 +cerf/1 1 +cerfeuil/1 1 +cerfs-volants 20 +cerfs-volistes 144 +cerf-volant 18 +cerf-voliste 149 +cerisaie/1 2 +cerise 45 +cerise/1 10 +cerisette/1 2 +cerisier/1 1 +cérite/1 1 +cérite/1 2 +cérithe/1 1 +cérium/1 1 +cerne/1 1 +cerneau/19 1 +cernée/3 3 +cerner/4 5 +cernier/1 1 +céroplastique/1 2 +cerque/1 1 +certaine/3 3 +certaine/3 193 +certainement 8 +certes 8 +certifiante/3 3 +certificat/1 1 +certification/1 2 +certificatrice/3 6 +certifiée/3 3 +certifier/4 5 +certitude/1 2 +cérulée/3 3 +céruléenne/3 3 +cérumen 18 +cérumineuse/8 3 +céruse/1 2 +cerveau/19 1 +cervelas 7 +cervelet/1 1 +cervelle/1 2 +cervicale/8 3 +cervicalgie/1 2 +cervidé/1 1 +cervier/1 1 +cervoise/1 2 +cervoliste/1 13 +ces 295 +césalpiniacée/1 4 +césalpiniacée/1 2 +césar/1 1 +césarienne/3 6 +césariser/4 5 +césarisme/1 1 +césaropapisme/1 1 +césaro-papisme/1 1 +césine 47 +césium/1 1 +cespiteuse/8 3 +cessante/3 3 +cessation/1 2 +cesse 47 +cesser/4 110 +cessez-le-feu 7 +cessibilité/1 2 +cessible/1 4 +cession/1 2 +cessionnaire/1 10 +c'est-à-dire 161 +ceste/1 1 +césure/1 2 +cet 194 +cétacé/1 1 +cétane/1 1 +cetera 7 +cétérac/1 1 +cétérach/1 1 +cétoacidose/1 2 +cétoine/1 2 +cétologie/1 2 +cétologique/1 4 +cétologiste/1 10 +cétologue/1 10 +cétone/1 2 +cétonémie/1 2 +cétonique/1 4 +cétonurie/1 2 +cétose/1 10 +cette 294 +ceusses 20 +ceux 78 +ceux-ci 78 +ceux-là 78 +cévenole/3 6 +ceviche/1 1 +cézannienne/3 3 +cf +cgr/38 7 +ch/38 7 +chabichou/1 1 +chabler/4 5 +chablis 7 +chabot/1 1 +chabraque/1 2 +chabrol/1 1 +chabrot/1 1 +chacal/1 1 +cha-cha-cha 7 +chachacha/1 1 +chachlik/1 1 +chacone/1 2 +chaconne/1 2 +chacun 78 +chacune 78 +chadburn/1 1 +chadouf/1 1 +chafiisme/1 1 +chafiite/1 13 +chafouine/3 6 +chagrin/1 1 +chagrinante/3 3 +chagrine/3 3 +chagrinée/3 3 +chagriner/4 5 +chah/1 1 +chahut/1 1 +chahutée/3 3 +chahuter/4 17 +chahuteuse/3 6 +chai/1 1 +chainage/1 1 +chaînage/1 1 +chaine/1 2 +chaîne/1 2 +chainée/3 3 +chaînée/3 3 +chainer/4 5 +chaîner/4 5 +chainetière/3 9 +chaînetière/3 9 +chainette/1 2 +chaînette/1 2 +chaineuse/3 9 +chaîneuse/3 9 +chainière/3 9 +chaînière/3 9 +chainiste/1 10 +chaîniste/1 10 +chainon/1 1 +chaînon/1 1 +chair/1 2 +chaire/1 2 +chaise/1 2 +chaisière/3 9 +chakra/1 1 +chalandage/1 1 +chalande/3 9 +chalandise/1 2 +chalaze/1 2 +chalazion/1 1 +chalcocite/1 2 +chalcogène/1 1 +chalcographe/1 1 +chalcographie/1 2 +chalcolithique/1 4 +chalcopyrite/1 2 +chalcosine/1 2 +chaldaïque/1 4 +chaldéenne/3 6 +châle/1 1 +chalenge/1 1 +chalengeuse/3 9 +chalet/1 1 +chaleur/1 2 +chaleureuse/8 6 +chaleureusement 8 +châlit/1 1 +challenge/1 1 +challenger/1 10 +challengeuse/3 9 +chaloir/211 91 +chalon/1 1 +chalonnaise/3 6 +chaloupe/1 2 +chaloupée/3 3 +chalouper/10 14 +chalumeau/19 1 +chalumiste/1 10 +chalut/1 1 +chalutage/1 1 +chalutier/1 1 +chamade/1 2 +chamærops 7 +chamaille/1 2 +chamailler/4 55 +chamaillerie/1 2 +chamailleuse/3 6 +chamaillis 7 +chamane/3 9 +chamane/1 10 +chamanique/1 4 +chamanisme/1 1 +chamaniste/1 13 +chamanistique/1 4 +chamarre/1 2 +chamarrée/3 3 +chamarrer/4 5 +chamarrure/1 2 +chambard/1 1 +chambardement/1 1 +chambarder/4 5 +chambellan/1 1 +chambellanie/1 2 +chambertin/1 1 +chamboulement/1 1 +chambouler/4 5 +chambranle/1 1 +chambray/1 1 +chambre/1 2 +chambrée/3 3 +chambrée/1 2 +chambrer/4 5 +chambrette/1 2 +chambreuse/3 9 +chambrière/3 9 +chambriste/1 10 +chameau/19 1 +chameauser/10 14 +chamelier/1 1 +chamelle/1 2 +chamérops 7 +chamois 45 +chamois 7 +chamoisage/1 1 +chamoisée/3 3 +chamoiser/4 5 +chamoiserie/1 2 +chamoisette/1 2 +chamoiseuse/3 9 +chamoisine/1 2 +champ/1 1 +champagne/1 10 +champagnisation/1 2 +champagniser/4 5 +champart/1 1 +champée/3 3 +champenoise/3 6 +champêtre/1 4 +champi/1 4 +champi/1 1 +champignon/1 1 +champignonneuse/8 3 +champignonnière/1 2 +champignonniste/1 10 +championnat/1 1 +championne/3 9 +champisse/1 4 +champisse/1 2 +champlevée/3 3 +champlever/47 5 +chamsin/1 1 +chançarde/3 6 +chance/1 2 +chancel/1 1 +chancelante/3 3 +chancèlement/1 1 +chanceler/72 14 +chancelière/3 9 +chancellement/1 1 +chancellerie/1 2 +chancetiquer/10 14 +chanceuse/8 6 +chancie/3 3 +chancir/29 165 +chancissure/1 2 +chancre/1 1 +chandail/1 1 +chandeleur/1 2 +chandelier/1 1 +chandelle/1 2 +chanfrein/1 1 +chanfreiner/4 5 +chanfreineuse/1 2 +change/1 1 +changeable/1 4 +changeante/3 3 +changée/3 3 +changement/1 1 +changer/4 117 +changeuse/3 9 +chanlatte/1 2 +chanoinesse/3 9 +chanson/1 2 +chansonner/4 5 +chansonnette/1 2 +chansonnière/3 9 +chanstiquer/4 17 +chant/1 1 +chantage/1 1 +chantante/3 3 +chanteau/19 1 +chantée/3 3 +chantefable/1 2 +chantepleure/1 2 +chanter/4 17 +chanterelle/1 2 +chanteuse/3 6 +chantier/1 1 +chantignole/1 2 +chantignolle/1 2 +chantilly +chantonnement/1 1 +chantonner/4 17 +chantoung/1 1 +chantournage/1 1 +chantournée/3 3 +chantourner/4 5 +chantourneuse/3 9 +chantre/1 1 +chanvre/1 1 +chanvrière/3 6 +chaos 7 +chaotique/1 4 +chaotiquement 8 +chaouch/1 1 +chaource/1 1 +chapardage/1 1 +chapardée/3 3 +chaparder/4 17 +chapardeuse/3 6 +chape/1 2 +chapeau/19 1 +chapeautage/1 1 +chapeautée/3 3 +chapeauter/4 5 +chapée/3 3 +chapelain/1 1 +chapeler/40 5 +chapelet/1 1 +chapelière/3 9 +chapelle/1 2 +chapellenie/1 2 +chapellerie/1 2 +chapelure/1 2 +chaperon/1 1 +chaperonnée/3 3 +chaperonner/4 5 +chapiste/1 10 +chapiteau/19 1 +chapitrage/1 1 +chapitre/1 1 +chapitrée/3 3 +chapitrer/4 5 +chapka/1 2 +chaplinesque/1 4 +chapon/1 1 +chaponnage/1 1 +chaponner/4 5 +chapska/1 10 +chaptalisation/1 2 +chaptalisée/3 3 +chaptaliser/4 5 +chaque 291 +char/1 1 +charabia/1 1 +charade/1 2 +charadriiforme/1 1 +charançon/1 1 +charançonnée/3 3 +charango/1 1 +charbon/1 1 +charbonnage/1 1 +charbonnée/3 3 +charbonner/4 17 +charbonnerie/1 2 +charbonnette/1 2 +charbonneuse/8 3 +charbonnière/3 6 +charcutage/1 1 +charcutaille/1 2 +charcuter/4 11 +charcuterie/1 2 +charcutière/3 9 +chardon/1 1 +chardonay/1 1 +chardonnay/1 1 +chardonneret/1 1 +charentaise/3 6 +charge/1 2 +chargée/3 6 +chargement/1 1 +charger/4 42 +chargeuse/3 9 +charia/1 2 +chariboter/10 14 +chariot/1 1 +chariotage/1 1 +chariotée/1 2 +charioter/4 5 +charismatique/1 4 +charismatisme/1 1 +charisme/1 1 +charitable/1 4 +charitablement 8 +charité/1 2 +charivari/1 1 +charlatan/1 1 +charlatanerie/1 2 +charlatanesque/1 4 +charlatanisme/1 1 +charlater/10 14 +charleston/1 1 +charlot/1 1 +charlotte/1 2 +charmante/3 3 +charme/1 1 +charmée/3 3 +charmer/4 17 +charmeuse/3 6 +charmille/1 2 +charmoie/1 2 +charnelle/3 3 +charnellement 8 +charnier/1 1 +charnière/1 2 +charnue/3 3 +charnure/1 2 +charognage/1 1 +charognarde/3 9 +charogne/1 2 +charognerie/1 2 +charolaise/3 6 +charpentage/1 1 +charpente/1 2 +charpentée/3 3 +charpenter/4 5 +charpenterie/1 2 +charpentière/3 6 +charpie/1 2 +charretée/1 2 +charretière/3 6 +charretin/1 1 +charreton/1 1 +charrette/1 2 +charriage/1 1 +charriée/3 3 +charrier/4 17 +charriot/1 1 +charriotage/1 1 +charriotée/1 2 +charrioter/4 5 +charroi/1 1 +charronnage/1 1 +charronne/3 9 +charroyer/4 5 +charruage/1 1 +charrue/1 2 +charte/1 2 +charte-partie 47 +charter/1 1 +chartériser/4 5 +chartes-parties 264 +chartisme/1 1 +chartiste/1 10 +chartreuse/8 6 +chartrier/1 1 +chas 7 +chassable/1 4 +chasse/1 2 +châsse/1 10 +chasse-clou/1 1 +chasse-clous 7 +chassé-croisé 18 +chassée/3 3 +chasséenne/3 6 +chasselas 7 +chasse-marée 7 +chasse-marée/1 1 +chasse-mouche/1 1 +chasse-mouches 7 +chasse-neige 7 +chasse-neige/1 1 +chasse-pierre/1 1 +chasse-pierres 7 +chassepot/1 1 +chasser/4 17 +chasseresse/1 2 +chasse-rivet/1 1 +chasse-rivets 7 +chasse-roue/1 1 +chasse-roues 7 +chassés-croisés 20 +chasseuse/3 9 +chasse-vase 7 +chasse-vase/1 1 +chassie/1 2 +chassieuse/8 3 +châssis 7 +chaste/1 4 +chastement 8 +chasteté/1 2 +chasuble/1 2 +chasublerie/1 2 +châtaigne/1 2 +châtaigner/4 102 +châtaigneraie/1 2 +châtaignier/1 10 +châtaine/3 6 +château/19 1 +chateaubriand/1 1 +châteaubriant/1 1 +châtelaine/3 9 +châtelet/1 1 +châtellenie/1 2 +châtelperronienne/3 6 +chat-huant 18 +châtiée/3 3 +châtier/4 11 +chatière/1 2 +châtiment/1 1 +chatoiement/1 1 +chaton/1 1 +chatonner/10 14 +chatouille/1 2 +chatouillée/3 3 +chatouillement/1 1 +chatouiller/4 5 +chatouilleuse/3 6 +chatouilleux 130 +chatouillis 7 +chatoyante/3 3 +chatoyer/10 14 +châtrée/3 3 +châtrer/4 5 +châtreuse/3 6 +chats-huants 20 +chatte/3 9 +chattemite/1 2 +chatter/10 14 +chatterie/1 2 +chatterton/1 1 +chaude/3 6 +chaudeau/19 1 +chaudement 8 +chaud-froid 18 +chaudière/1 2 +chaudrée/1 2 +chaudron/1 1 +chaudronnée/3 3 +chaudronnée/1 2 +chaudronnerie/1 2 +chaudronnière/3 9 +chauds-froids 20 +chauffage/1 1 +chauffagiste/1 10 +chauffante/3 3 +chauffard/1 1 +chauffe/1 2 +chauffe-assiette/1 1 +chauffe-assiettes 7 +chauffe-bain 7 +chauffe-bain/1 1 +chauffe-biberon/1 1 +chauffe-biberons 7 +chauffe-cire 7 +chauffe-cire/1 1 +chauffée/3 3 +chauffe-eau 7 +chauffe-eau/19 1 +chauffe-lit 7 +chauffe-lit/1 1 +chauffe-moût 7 +chauffe-mout/1 1 +chauffe-moût/1 1 +chauffe-pied/1 1 +chauffe-pieds 7 +chauffe-plat/1 1 +chauffe-plats 7 +chauffer/4 42 +chaufferette/1 2 +chaufferie/1 2 +chauffeuse/3 9 +chauffoir/1 1 +chaufour/1 1 +chaufournier/1 1 +chaulage/1 1 +chaulée/3 3 +chauler/4 5 +chauleuse/1 2 +chaumage/1 1 +chaume/1 1 +chaumer/4 17 +chaumière/1 2 +chaumine/1 2 +chaussante/3 3 +chausse/1 2 +chaussée/3 3 +chaussée/1 2 +chaussepied/1 1 +chausse-pied/1 1 +chausser/4 42 +chausse-trape/1 2 +chaussetrappe/1 2 +chausse-trappe/1 2 +chaussette/1 2 +chausseuse/3 9 +chausson/1 1 +chaussure/1 2 +chauve/1 4 +chauvesouris 57 +chauve-souris 47 +chauves-souris 46 +chauvine/3 6 +chauvinisme/1 1 +chauviniste/1 13 +chauvir/55 92 +chaux 57 +chavirage/1 1 +chavirée/3 3 +chavirement/1 1 +chavirer/4 17 +chawer/10 14 +chayotte/1 2 +chebec/1 1 +chébec/1 1 +chebek/1 1 +chèche/1 1 +chechia/1 2 +chéchia/1 2 +checklist/1 2 +check-list/1 2 +check-up 7 +checkup/1 1 +chédail/1 1 +cheddite/1 2 +cheeseburger/1 1 +cheesecake/1 1 +cheese-cake/1 1 +chef/1 10 +chefaillon/1 1 +chef-d'œuvre 18 +cheffe/1 2 +chefferie/1 2 +cheffesse/1 2 +chef-lieu 18 +chefs-d'œuvre 20 +chefs-lieux 20 +cheftaine/1 2 +cheik/1 1 +cheikh/1 1 +cheire/1 2 +cheiroptère/1 1 +chéiroptère/1 1 +chélate/1 1 +chélateur/1 1 +chélation/1 2 +chélatrice/3 3 +chelem/1 1 +chélicérate/1 1 +chélicère/1 10 +chélidoine/1 2 +chélifère/1 1 +chelléenne/3 6 +chélonien/1 1 +chemin/1 1 +chemineau/19 1 +cheminée/1 2 +cheminement/1 1 +cheminer/10 14 +cheminote/3 9 +chemisage/1 1 +chemise/1 2 +chemiser/4 5 +chemiserie/1 2 +chemisette/1 2 +chemisière/3 9 +chênaie/1 2 +chenal/19 1 +chenapan/1 1 +chêne/1 1 +chéneau/19 1 +chêne-liège 18 +chênes-lièges 20 +chenet/1 1 +chènevière/1 2 +chènevis 7 +chenil/1 1 +chenillard/1 1 +chenille/1 2 +chenillée/3 3 +chenillette/1 2 +chenin/1 1 +chénopode/1 1 +chénopodiacée/1 4 +chénopodiacée/1 2 +chenue/3 3 +cheptel/1 1 +chèque/1 1 +chèque-restaurant 18 +chèques-restaurant 20 +chèques-restaurants 20 +chéquier/1 1 +cherchée/3 3 +chercher/4 42 +chercheure/1 2 +chercheuse/3 6 +chère/3 3 +chère/1 2 +chèrement 8 +chérer/63 14 +chergui/1 1 +chérie/3 6 +chérif/1 1 +chérifienne/3 3 +chérimolier/1 1 +chérir/29 84 +chérissable/1 4 +cherokee/1 13 +chérot/1 4 +cherrer/10 14 +cherry/41 1 +cherry/1 1 +cherté/1 2 +chérubin/1 1 +chervis 7 +chester/1 1 +chétive/3 3 +chétivement 8 +chétognathe/1 1 +chevaine/1 10 +cheval/19 1 +chevalement/1 1 +chevaler/4 5 +chevaleresque/1 4 +chevaleresquement 8 +chevalerie/1 2 +chevalet/1 1 +chevalière/3 6 +chevaline/3 3 +cheval-vapeur 18 +chevauchante/3 3 +chevauchée/3 3 +chevauchée/1 2 +chevauchement/1 1 +chevaucher/4 42 +chevau-léger/1 1 +chevaux-vapeur 20 +chevêche/1 2 +chevelue/3 6 +chevelure/1 2 +chevenne/1 1 +chevesne/1 1 +chevet/1 1 +chevêtre/1 1 +cheveu/19 1 +chevillarde/3 9 +cheville/1 2 +chevillée/3 3 +cheviller/4 5 +chevillère/1 2 +chevillette/1 2 +cheviotte/1 2 +chèvre/1 2 +chevreau/19 1 +chèvrefeuille/1 1 +chèvrepied/1 94 +chèvre-pied/1 94 +chevreter/72 14 +chevrette/1 2 +chevreuil/1 1 +chevrière/3 9 +chevron/1 1 +chevronnage/1 1 +chevronnée/3 3 +chevronner/4 5 +chevrotage/1 1 +chevrotain/1 1 +chevrotante/3 3 +chevrotement/1 1 +chevroter/10 14 +chevrotin/1 1 +chevrotine/1 2 +chewing-gum/1 1 +chez 99 +chez-eux 7 +chez-moi 7 +chez-nous 7 +chez-soi 7 +chez-toi 7 +chez-vous 7 +chiade/1 2 +chiadée/3 3 +chiader/4 5 +chialer/10 14 +chialeuse/3 6 +chiante/3 3 +chianti/1 1 +chiard/1 1 +chiasma/1 1 +chiasme/1 1 +chiasse/1 2 +chiatique/1 4 +chibouk/1 +chibouque/1 2 +chic/1 4 +chicane/1 2 +chicaner/4 117 +chicanerie/1 2 +chicaneuse/3 9 +chicanière/3 6 +chicano/1 13 +chicha/1 2 +chiche/1 4 +chiche-kebab 18 +chiche-kébab 18 +chichekébab/1 1 +chichement 8 +chiches-kebabs 20 +chiches-kébabs 20 +chicheté/1 2 +chichi/1 1 +chichiteuse/8 6 +chichon/1 1 +chicon/1 1 +chicoracée/1 2 +chicorée/1 2 +chicorer/4 55 +chicorner/4 55 +chicot/1 1 +chicote/1 2 +chicoter/4 17 +chicotin/1 1 +chicotte/1 2 +chicotter/4 5 +chiée/3 3 +chiée/1 2 +chien-assis 18 +chiendent/1 1 +chienlit/1 10 +chien-loup 18 +chienne/3 6 +chienner/10 14 +chiennerie/1 2 +chiens-assis 246 +chiens-loups 20 +chier/4 42 +chierie/1 2 +chieuse/3 9 +chiffe/1 2 +chiffon/1 1 +chiffonnade/1 2 +chiffonnage/1 1 +chiffonnée/3 3 +chiffonnement/1 1 +chiffonner/4 42 +chiffonnière/3 9 +chiffrable/1 4 +chiffrage/1 1 +chiffre/1 1 +chiffrée/3 3 +chiffrement/1 1 +chiffrer/4 42 +chiffreuse/3 9 +chiffrier/1 1 +chigner/10 14 +chignole/1 2 +chignon/1 1 +chihuahua/1 1 +chiisme/1 1 +chiite/1 13 +chikungunya/1 1 +chili 18 +chiliasme/1 1 +chiliaste/1 13 +chilienne/3 6 +chimer/4 5 +chimère/1 2 +chimérique/1 4 +chimériquement 8 +chimie/1 2 +chimiluminescence/1 2 +chimio/1 2 +chimioluminescence/1 2 +chimiorécepteur/1 1 +chimiosynthèse/1 2 +chimiotactique/1 4 +chimiotactisme/1 1 +chimiotaxie/1 2 +chimiothèque/1 2 +chimiothérapie/1 2 +chimique/1 4 +chimiquement 8 +chimiquier/1 1 +chimisme/1 1 +chimiste/1 10 +chimpanzé/1 1 +chinage/1 1 +chinchard/1 1 +chinchilla/1 1 +chine/1 10 +chinée/3 3 +chiner/4 17 +chinetoque/1 13 +chineuse/3 9 +chinoise/3 6 +chinoiser/10 14 +chinoiserie/1 2 +chinook/1 1 +chintz 7 +chinure/1 2 +chiot/1 1 +chiotte/1 2 +chiourme/1 10 +chip/1 1 +chiper/4 5 +chiperie/1 2 +chipeuse/3 6 +chipie/1 2 +chipolata/1 2 +chipotage/1 1 +chipoter/10 14 +chipoteuse/3 6 +chips 57 +chique/1 2 +chiquée/3 3 +chiquement 8 +chiquenaude/1 2 +chiquer/4 17 +chiqueuse/3 9 +chirale/8 3 +chiralité/1 2 +chiridienne/3 3 +chirographaire/1 4 +chirographie/1 2 +chirographier/4 5 +chirologie/1 2 +chiromancie/1 2 +chiromancienne/3 9 +chiropractie/1 2 +chiropractrice/3 9 +chiropraticienne/3 9 +chiropraxie/1 2 +chiroptère/1 1 +chirurgicale/8 3 +chirurgicalement 8 +chirurgie/1 2 +chirurgien-dentiste 18 +chirurgienne/3 9 +chirurgiens-dentistes 20 +chistera/1 10 +chistéra/1 10 +chitine/1 2 +chitineuse/8 3 +chiton/1 1 +chiure/1 2 +chlamyde/1 2 +chlamydia/1 2 +chlamydiae 46 +chlamydiose/1 2 +chlasse/1 4 +chleuhe/3 +chlinguer/10 14 +chloral/1 1 +chloramphénicol/1 1 +chlorate/1 1 +chloration/1 2 +chlore/1 1 +chlorée/3 3 +chlorer/4 5 +chlorhydrate/1 1 +chlorhydrique/1 4 +chlorique/1 4 +chlorite/1 2 +chlorofluorocarbone/1 1 +chloroforme/1 1 +chloroformer/4 5 +chloroformisation/1 2 +chlorométrie/1 2 +chlorométrique/1 4 +chlorophycée/1 4 +chlorophycée/1 2 +chlorophylle/1 2 +chlorophyllienne/3 3 +chloropicrine/1 2 +chloroplaste/1 1 +chloroquine/1 2 +chlorose/1 2 +chlorotique/1 4 +chlorure/1 1 +chlorurée/3 3 +chlorurer/4 5 +chnoque/1 13 +choanocyte/1 1 +choc/1 1 +chochotte/1 2 +chocolat 45 +chocolat/1 1 +chocolatée/3 3 +chocolaterie/1 2 +chocolatière/3 9 +chocolatine/1 2 +chocotte/1 2 +chocotter/4 5 +chœur/1 1 +chofer/4 5 +choir/152 91 +choisie/3 3 +choisir/29 84 +choisisseuse/3 9 +choix 7 +cholagogue/1 10 +cholécalciférol/1 1 +cholécystectomie/1 2 +cholécystite/1 2 +cholécystotomie/1 2 +cholédoque/1 4 +cholémie/1 2 +choléra/1 1 +cholériforme/1 4 +cholérine/1 2 +cholérique/1 4 +cholestérique/1 4 +cholestérol/1 1 +cholestérolémie/1 2 +choline/1 2 +cholinergique/1 4 +cholinestérase/1 2 +cholinestérasique/1 4 +cholurie/1 2 +chômable/1 4 +chômage/1 1 +chômée/3 3 +chômer/4 17 +chômeuse/3 9 +chondre/1 1 +chondrichtyen/1 1 +chondriome/1 1 +chondriosome/1 1 +chondrite/1 2 +chondroblaste/1 1 +chondrocalcinose/1 2 +chondroclaste/1 1 +chondrocostale/8 3 +chondrocyte/1 1 +chondroïtine/1 2 +chondromatose/1 2 +chondrosarcome/1 1 +chondrostéen/1 1 +chope/1 2 +choper/4 5 +chopine/1 2 +chopiner/10 14 +chopper/1 1 +chopper/10 14 +choquante/3 3 +choquée/3 3 +choquer/4 11 +chorale/3 6 +chorde/1 2 +chordé/1 1 +chorée/1 10 +chorège/1 1 +chorégie/1 2 +chorégraphe/1 10 +chorégraphie/1 2 +chorégraphiée/3 3 +chorégraphier/4 17 +chorégraphique/1 4 +choréique/1 4 +choreute/1 1 +chorioépithéliome/1 1 +chorio-épithéliome/1 1 +chorion/1 1 +choriste/1 10 +chorizo/1 1 +chorographie/1 2 +chorographique/1 4 +choroïde/1 2 +choroïdienne/3 3 +choronyme/1 1 +choronymie/1 2 +chorus 7 +chose/1 2 +choser/4 17 +chosification/1 2 +chosifiée/3 3 +chosifier/4 5 +chott/1 1 +chou/19 1 +chouan/1 1 +chouannerie/1 2 +choucas 7 +chouchen/1 1 +chouchou/1 1 +chouchoutage/1 1 +chouchoute/1 2 +chouchouter/4 5 +choucroute/1 2 +chouette/1 4 +chouette/1 2 +chouettement 8 +choufer/4 5 +chou-fleur 18 +chouïa 8 +chouia/1 1 +chouïa/1 1 +chouiner/10 14 +chouleur/1 1 +chou-navet 18 +chouquette/1 2 +chou-rave 18 +chouraver/4 5 +chourer/4 5 +chouriner/4 5 +choux-fleurs 20 +choux-navets 20 +choux-raves 20 +chow-chow 18 +chowchow/1 1 +chows-chows 245 +choyée/3 6 +choyer/4 5 +chrême/1 1 +chrémeau/19 1 +chrestomathie/1 2 +chrétien-démocrate 135 +chrétienne/3 6 +chrétienne-démocrate 138 +chrétiennement 8 +chrétiennes-démocrates 143 +chrétiens-démocrates 136 +chrétienté/1 2 +chris-craft 7 +chrismale/8 3 +chrismation/1 2 +chrisme/1 1 +christ/1 1 +christiania/1 1 +christianisation/1 2 +christianisée/3 3 +christianiser/4 5 +christianisme/1 1 +christianophobe/1 13 +christianophobie/1 2 +christique/1 4 +christocentrisme/1 1 +christologie/1 2 +christologique/1 4 +chromage/1 1 +chromate/1 1 +chromatide/1 2 +chromatine/1 2 +chromatique/1 4 +chromatiquement 8 +chromatisme/1 1 +chromatogramme/1 1 +chromatographe/1 1 +chromatographie/1 2 +chromatographique/1 4 +chromatopsie/1 2 +chrome/1 1 +chromée/3 3 +chromer/4 5 +chromeuse/3 9 +chrominance/1 2 +chromique/1 4 +chromisation/1 2 +chromiste/1 10 +chromite/1 2 +chromo/1 10 +chromodynamique/1 2 +chromogène/1 4 +chromogène/1 1 +chromolithographie/1 2 +chromoplaste/1 1 +chromosome/1 1 +chromosomique/1 4 +chromosphère/1 2 +chromotypie/1 2 +chromotypographie/1 2 +chronaxie/1 2 +chronicité/1 2 +chronique/1 4 +chronique/1 2 +chroniquement 8 +chroniquer/4 17 +chroniqueuse/3 9 +chrono/1 1 +chronobiologie/1 2 +chronobiologiste/1 10 +chronogramme/1 1 +chronographe/1 1 +chronologie/1 2 +chronologique/1 4 +chronologiquement 8 +chronométrage/1 1 +chronomètre/1 1 +chronométrée/3 3 +chronométrer/33 5 +chronométreuse/3 9 +chronométrie/1 2 +chronométrique/1 4 +chronométriquement 8 +chronophage/1 4 +chronophotographie/1 2 +chronostratigraphie/1 2 +chronostratigraphique/1 4 +chronotachygraphe/1 1 +chroumer/4 17 +chrysalide/1 2 +chrysanthème/1 1 +chrysanthémique/1 4 +chryséléphantine/3 3 +chrysobéryl/1 1 +chrysocale/1 1 +chrysocole/1 2 +chrysocolle/1 2 +chrysolite/1 2 +chrysolithe/1 2 +chrysomèle/1 2 +chrysopée 47 +chrysoprase/1 2 +chtarbée/3 3 +chthonienne/3 3 +chtimi/1 13 +ch'timi/1 13 +chtouille/1 2 +chuchotante/3 3 +chuchotée/3 3 +chuchotement/1 1 +chuchoter/4 17 +chuchoterie/1 2 +chuchoteuse/3 6 +chuchotis 7 +chuintante/3 3 +chuintante/1 2 +chuintement/1 1 +chuinter/10 14 +chum/1 10 +churro/1 1 +chut 70 +chute/1 2 +chuter/10 14 +chutney/1 1 +chyle/1 1 +chylifère/1 4 +chyme/1 1 +chypriote/1 13 +ci 78 +ciao 70 +ci-après 8 +ci-avant 8 +cibiche/1 2 +cibiste/1 10 +ciblage/1 1 +cible/1 2 +ciblée/3 3 +cibler/4 5 +ciboire/1 1 +ciborium/1 1 +ciboule/1 2 +ciboulette/1 2 +ciboulot/1 1 +cicadelle/1 2 +cicatrice/1 2 +cicatricielle/3 3 +cicatricule/1 2 +cicatrisable/1 4 +cicatrisant/1 1 +cicatrisante/3 3 +cicatrisation/1 2 +cicatrisée/3 3 +cicatriser/4 42 +cicéro/1 1 +cicerone/1 10 +cicérone/1 10 +cicéronienne/3 3 +cicindèle/1 2 +ci-contre 8 +cicutine/1 2 +ci-dessous 8 +ci-dessus 8 +ci-devant 8 +cidre/1 1 +cidrerie/1 2 +cidricole/1 4 +ciel/1 1 +cierge/1 1 +cieux 20 +cigale/1 2 +cigare/1 1 +cigarette/1 2 +cigarettière/3 6 +cigarière/3 9 +cigarillo/1 1 +ci-gisent 207 +ci-git 179 +ci-gît 179 +cigogne/1 2 +cigogneau/19 1 +ciguë/1 2 +cigüe/1 2 +ci-haut 8 +ci-incluse/3 3 +ci-jointe/3 3 +cil/1 1 +ciliaire/1 4 +cilice/1 1 +ciliée/3 3 +cillement/1 1 +ciller/10 14 +cimaise/1 2 +cime/1 2 +ciment/1 1 +cimentation/1 2 +cimentée/3 3 +cimenter/4 11 +cimenterie/1 2 +cimentière/3 6 +cimeterre/1 1 +cimetière/1 1 +cimier/1 1 +cimmérienne/3 6 +cinabre/1 1 +cinchonine/1 2 +cincle/1 1 +cindynique/1 2 +ciné/1 1 +cinéaste/1 10 +cinéclub/1 1 +ciné-club/1 1 +cinégraphie/1 2 +cinégraphique/1 4 +cinéma/1 1 +cinémascope/1 1 +cinémathèque/1 2 +cinématique/1 4 +cinématique/1 2 +cinématiquement 8 +cinématographe/1 1 +cinématographie/1 2 +cinématographier/4 5 +cinématographique/1 4 +cinématographiquement 8 +cinémomètre/1 1 +cinéparc/1 1 +ciné-parc/1 1 +cinéphage/1 13 +cinéphile/1 13 +cinéphilie/1 2 +cinéraire/1 4 +cinéraire/1 2 +cinérama 18 +cinérite/1 2 +cinéroman/1 1 +ciné-roman/1 1 +cinéshop/1 1 +ciné-shop/1 1 +cinéthéodolite/1 1 +cinétique/1 4 +cinétique/1 2 +cinétiquement 8 +cinétir/1 1 +ciné-tir/1 1 +cinétisme/1 1 +cingalaise/3 6 +cinghalaise/3 6 +cinglage/1 1 +cinglante/3 3 +cinglée/3 6 +cingler/4 42 +cingulaire/1 4 +cinname/1 1 +cinnamome/1 1 +cinoche/1 1 +cinoque/1 13 +cinq 49 +cinquantaine/1 2 +cinquante 49 +cinquante-cinq 49 +cinquante-deux 49 +cinquante-et-un 49 +cinquante-huit 49 +cinquantenaire/1 13 +cinquante-neuf 49 +cinquante-quatre 49 +cinquante-sept 49 +cinquante-six 49 +cinquante-trois 49 +cinquantième/1 13 +cinquième/1 13 +cinquièmement 8 +cintrage/1 1 +cintre/1 1 +cintrée/3 3 +cintrer/4 5 +cintreuse/3 9 +cintrière/3 9 +cipaye/1 1 +cipolin/1 1 +cippe/1 1 +cirage/1 1 +circ +circadienne/3 3 +circaète/1 1 +circassienne/3 6 +circoncire/101 82 +circoncis 7 +circoncise/3 3 +circonciseuse/3 9 +circoncision/1 2 +circonférence/1 2 +circonférentielle/3 3 +circonfixe/1 1 +circonflexe/1 4 +circonlocution/1 2 +circonscriptible/1 4 +circonscription/1 2 +circonscrire/78 79 +circonscrite/3 3 +circonspecte/3 6 +circonspection/1 2 +circonstance/1 2 +circonstanciée/3 3 +circonstancielle/3 3 +circonstancier/4 5 +circonvallation/1 2 +circonvenir/68 82 +circonvenue/3 3 +circonvoisine/3 3 +circonvolution/1 2 +circuit/1 1 +circulaire/1 4 +circulaire/1 2 +circulairement 8 +circulante/3 3 +circularisation/1 2 +circularité/1 2 +circulateur/1 1 +circulation/1 2 +circulatoire/1 4 +circuler/10 14 +circumduction/1 2 +circumnavigation/1 2 +circumnavigatrice/3 9 +circumpolaire/1 4 +circumsolaire/1 4 +circumstellaire/1 4 +circumterrestre/1 4 +cire/1 2 +ciré/1 1 +cirée/3 3 +cirer/4 5 +cireuse/3 6 +cireuse/8 6 +cirière/3 6 +ciron/1 1 +cirque/1 1 +cirre/1 1 +cirrhe/1 1 +cirrhose/1 2 +cirrhotique/1 4 +cirrocumulus 7 +cirro-cumulus 7 +cirrostratus 7 +cirro-stratus 7 +cirrus 7 +cisaillage/1 1 +cisaille/1 2 +cisaillée/3 3 +cisaillement/1 1 +cisailler/4 5 +cisailleuse/3 9 +cisalpine/3 3 +ciseau/19 1 +ciselage/1 1 +ciselée/3 3 +cisèlement/1 1 +ciseler/47 5 +ciselet/1 1 +ciseleuse/3 9 +cisellement/1 1 +ciselure/1 2 +cisoires 46 +ciste/1 10 +cistercienne/3 6 +cis-trans 45 +cistre/1 1 +cistron/1 1 +cistude/1 2 +cit +citadelle/1 2 +citadine/3 6 +citation/1 2 +citatrice/3 9 +cité/1 2 +cité-dortoir 47 +cité-jardin 47 +citer/4 5 +citerne/1 2 +citernière/3 9 +cités-dortoirs 46 +cités-jardins 46 +cithare/1 2 +citharède/1 10 +cithariste/1 10 +citoyenne/3 9 +citoyenneté/1 2 +citrate/1 1 +citrine/3 6 +citrique/1 4 +citron 45 +citron/1 1 +citronnade/1 2 +citronnée/3 3 +citronnelle/1 2 +citronnier/1 1 +citrouille/1 2 +citrus 7 +cive/1 2 +civelle/1 2 +civette/3 9 +civière/1 2 +civile/3 6 +civilement 8 +civilisable/1 4 +civilisation/1 2 +civilisatrice/3 3 +civilisée/3 3 +civiliser/4 11 +civiliste/1 10 +civilité/1 2 +civique/1 4 +civiquement 8 +civisme/1 1 +clabaud/1 1 +clabaudage/1 1 +clabauder/10 14 +clabauderie/1 2 +clabaudeuse/3 6 +clabot/1 1 +clabotage/1 1 +claboter/4 17 +clac 70 +clacher/4 5 +clade/1 1 +cladisme/1 1 +cladistique/1 4 +cladistique/1 2 +cladocère/1 4 +cladocère/1 1 +cladogramme/1 1 +cladonie/1 2 +clafouti/1 1 +clafoutis 7 +claie/1 2 +clairance/1 2 +claire/3 6 +clairement 8 +claires-voies 46 +clairette/3 6 +claire-voie 47 +clairevoie/1 2 +clairière/1 2 +clair-obscur 18 +clairon/1 1 +claironnante/3 3 +claironnée/3 3 +claironnement/1 1 +claironner/4 17 +clairsemée/3 3 +clairsemer/47 11 +clairs-obscurs 20 +clairvoyance/1 2 +clairvoyante/3 3 +clam/1 1 +clamecer/47 14 +clamée/3 3 +clamer/4 5 +clameur/1 2 +clamp/1 1 +clamper/4 5 +clampin/1 1 +clamser/10 14 +clan/1 1 +clandé/1 1 +clandestine/3 6 +clandestinement 8 +clandestinité/1 2 +clanique/1 4 +clanisme/1 1 +claniste/1 4 +clap/1 1 +clapage/1 1 +claper/4 5 +clapet/1 1 +clapier/1 1 +clapir/29 165 +clapot/1 1 +clapotage/1 1 +clapotante/3 3 +clapotement/1 1 +clapoter/10 14 +clapoteuse/8 3 +clapotis 7 +clappement/1 1 +clapper/10 14 +clapser/10 14 +claquage/1 1 +claquante/3 3 +claque/1 10 +claquée/3 3 +claquement/1 1 +claquemurée/3 3 +claquemurer/4 11 +claquer/4 42 +claqueter/72 14 +claquette/3 9 +claquoir/1 1 +clarain/1 1 +clarification/1 2 +clarifiée/3 3 +clarifier/4 11 +clarine/1 2 +clarinette/1 2 +clarinettiste/1 10 +clarisse/1 2 +clarté/1 2 +clash/41 1 +clash/1 1 +classable/1 4 +classe/1 2 +classée/3 3 +classement/1 1 +classer/4 11 +classeuse/3 9 +classicisante/3 3 +classicisme/1 1 +classiciste/1 13 +classieuse/8 3 +classification/1 2 +classificatoire/1 4 +classificatrice/3 6 +classifiée/3 3 +classifier/4 5 +classique/1 13 +classiquement 8 +clastique/1 4 +clathrate/1 1 +claude/1 4 +claudélienne/3 3 +claudicante/3 3 +claudication/1 2 +claudiquer/10 14 +clause/1 2 +clausoir/1 1 +claustra/1 1 +claustrale/8 3 +claustration/1 2 +claustrée/3 3 +claustrer/4 11 +claustro/1 13 +claustromanie/1 2 +claustrophobe/1 13 +claustrophobie/1 2 +clausule/1 2 +clausus 45 +clavage/1 1 +clavaire/1 10 +clavardage/1 1 +clavarder/10 14 +claveau/19 1 +clavecin/1 1 +claveciniste/1 10 +clavée/3 3 +clavelée/3 6 +claver/4 5 +clavetage/1 1 +claveter/40 5 +clavette/1 2 +clavetter/4 5 +clavicorde/1 1 +claviculaire/1 4 +clavicule/1 2 +clavier/1 1 +clavière/3 9 +claviériste/1 10 +claviste/1 10 +clayère/1 2 +clayette/1 2 +claymore/1 2 +clayon/1 1 +clayonnage/1 1 +clayonner/4 5 +clé/1 2 +clean 45 +clean/1 4 +clearing/1 1 +clébard/1 1 +cléber/10 14 +clebs 7 +cléchée/3 3 +clef/1 2 +clématite/1 2 +clémence/1 2 +clémente/3 3 +clémentine/1 2 +clémentinier/1 1 +clenche/1 2 +clephte/1 10 +clepsydre/1 2 +cleptomane/1 13 +cleptomanie/1 2 +clerc/1 10 +clergé/1 1 +clergie/1 2 +clergyman/41 1 +clergyman/1 1 +cléricale/8 3 +cléricalement 8 +cléricalisme/1 1 +cléricature/1 2 +clic 70 +clic/1 1 +clic-clac 7 +clicclac/1 1 +clichage/1 1 +cliche/1 2 +cliché/1 1 +clichée/3 3 +clicher/4 5 +clicherie/1 2 +clicheuse/3 9 +cliente/3 9 +clientèle/1 2 +clientélisme/1 1 +clientéliste/1 4 +clienter/4 5 +clignée/3 3 +clignement/1 1 +cligner/4 110 +clignotante/3 3 +clignotement/1 1 +clignoter/10 14 +clignoteur/1 1 +clim/1 2 +climat/1 1 +climatère/1 1 +climatérique/1 4 +climatique/1 4 +climatisante/3 3 +climatisation/1 2 +climatisée/3 3 +climatiser/4 5 +climatiseur/1 1 +climatisme/1 1 +climatologie/1 2 +climatologique/1 4 +climatologiste/1 10 +climatologue/1 10 +climatopathologie/1 2 +climatoscepticisme/1 1 +climato-scepticisme/1 1 +climatosceptique/1 10 +climato-sceptique/1 10 +climatothérapie/1 2 +clin/1 1 +clinche/1 2 +clinfoc/1 1 +clinicat/1 1 +clinicienne/3 6 +clinique/1 4 +clinique/1 2 +cliniquement 8 +clinomètre/1 1 +clinopyroxène/1 1 +clinorhombique/1 4 +clino-rhombique/1 4 +clinquante/3 3 +clip/1 1 +clipper/1 1 +clipper/4 11 +clippeur/1 1 +clipsable/1 4 +clipser/4 11 +cliquable/1 4 +clique/1 2 +cliquer/10 14 +cliquet/1 1 +cliquetante/3 3 +cliquètement/1 1 +cliqueter/72 14 +cliquetis 7 +cliquette/1 2 +cliquettement/1 1 +cliquoter/10 14 +clisse/1 2 +clisser/4 5 +clitique/1 4 +clito/1 1 +clitocybe/1 1 +clitoridectomie/1 2 +clitoridienne/3 3 +clitoris 7 +clivable/1 4 +clivage/1 1 +cliver/4 11 +cliveuse/3 9 +cloaque/1 1 +clocharde/3 9 +clochardisation/1 2 +clochardiser/4 11 +cloche/1 4 +cloche/1 2 +clochepied 87 +cloche-pied 87 +clocher/1 1 +clocher/10 14 +clocheton/1 1 +clochette/1 2 +clodo/1 10 +cloison/1 2 +cloisonnage/1 1 +cloisonnante/3 3 +cloisonnée/3 3 +cloisonnement/1 1 +cloisonner/4 5 +cloitre/1 1 +cloître/1 1 +cloitrée/3 3 +cloîtrée/3 3 +cloitrer/4 11 +cloîtrer/4 11 +clonage/1 1 +clonale/8 3 +clone/1 10 +clonée/3 3 +cloner/4 5 +clonie/1 2 +clonus 7 +clope/1 10 +cloper/10 14 +clopinclopant 8 +clopin-clopant 8 +clopiner/10 14 +clopinettes 46 +cloporte/1 1 +cloque/1 2 +cloquée/3 3 +cloquer/4 17 +clore/205 82 +close/3 3 +close-combat/1 1 +closerie/1 2 +closoir/1 1 +clôture/1 2 +clôturée/3 3 +clôturer/4 17 +clou/1 1 +clouage/1 1 +clouée/3 3 +clouement/1 1 +clouer/4 5 +cloueuse/3 9 +cloutage/1 1 +cloutard/1 1 +cloutée/3 3 +clouter/4 5 +clouterie/1 2 +cloutière/3 9 +clovisse/1 2 +clown/1 10 +clownerie/1 2 +clownesque/1 4 +cloyère/1 2 +club/1 1 +clubber/1 10 +clubbeuse/3 9 +clubiste/1 10 +clunisienne/3 3 +cluse/1 2 +cluster/1 1 +clysopompe/1 1 +clystère/1 1 +cnémide/1 2 +cnidaire/1 4 +cnidaire/1 1 +cnidoblaste/1 1 +cnidosporidie/1 2 +coaccusée/3 9 +coacervat/1 1 +coach/41 1 +coach/1 1 +coacher/4 5 +coaching/1 1 +coacquéreur/1 1 +coadaptation/1 2 +coadaptatrice/3 9 +coadjutrice/3 9 +coadministratrice/3 9 +coagglutination/1 2 +coagulabilité/1 2 +coagulable/1 4 +coagulante/3 3 +coagulation/1 2 +coagulatrice/3 3 +coagulée/3 3 +coaguler/4 42 +coagulum/51 1 +coagulum/1 1 +coalescence/1 2 +coalescente/3 3 +coalisée/3 6 +coaliser/4 11 +coalition/1 2 +coaltar/1 1 +coaptation/1 2 +coarctation/1 2 +coassante/3 3 +coassement/1 1 +coasser/4 5 +coassociée/3 9 +coassurance/1 2 +coati/1 1 +coauteure/3 9 +coaxiale/8 3 +cob/1 1 +cobalt/1 1 +cobaltifère/1 4 +cobaye/1 1 +cobée/1 2 +cobelligérante/3 6 +cobord/1 1 +cobordisme/1 1 +cobra/1 1 +coca/1 10 +cocagne/1 2 +cocaïne 47 +cocaïnisation/1 2 +cocaïnomane/1 10 +cocaïnomanie/1 2 +cocaliser/4 55 +cocarboxylase/1 2 +cocarde/1 2 +cocardière/3 9 +cocasse/1 4 +cocassement 8 +cocasserie/1 2 +cocaution/1 2 +coccidie/1 2 +coccidiose/1 2 +coccinelle/1 2 +coccolite/1 2 +coccolithe/1 2 +coccus 7 +coccus/51 1 +coccygienne/3 3 +coccyx 7 +cochaine/1 2 +cochaîne/1 2 +coche/1 10 +cochée/3 3 +cochenille/1 2 +cocher/4 5 +côcher/4 5 +cochère/3 6 +cochette/1 2 +cochléaire/1 4 +cochléaria/1 1 +cochlée/1 2 +cochonceté/1 2 +cochonnaille/1 2 +cochonne/3 6 +cochonner/4 17 +cochonnerie/1 2 +cochonnet/1 1 +cochylis 7 +cocker/1 1 +cockney/1 13 +cockpit/1 1 +cocktail/1 1 +coco/1 1 +cocompacte/3 3 +cocon/1 1 +cocontractante/3 3 +cocooning/1 1 +cocorico/1 1 +cocoter/10 14 +cocoteraie/1 2 +cocotier/1 1 +cocotte/1 2 +cocotter/10 14 +cocréancière/3 9 +coction/1 2 +cocuage/1 1 +cocue/3 6 +cocufiée/3 3 +cocufier/4 5 +cocycle/1 1 +cocyclique/1 4 +coda/1 2 +codable/1 4 +codage/1 1 +codante/3 3 +code/1 1 +code-barres 18 +codébitrice/3 9 +codec/1 1 +codécision/1 2 +codée/3 3 +codéine/1 2 +codemanderesse/3 9 +coder/4 17 +codes-barres 20 +codétentrice/3 9 +codétenue/3 9 +codeuse/3 9 +codex 7 +codicillaire/1 4 +codicille/1 1 +codicologie/1 2 +codicologique/1 4 +codicologue/1 10 +codification/1 2 +codificatrice/3 6 +codifiée/3 3 +codifier/4 5 +codimension/1 2 +codirection/1 2 +codirectrice/3 9 +codiriger/4 5 +codominance/1 2 +codon/1 1 +coéchangiste/1 10 +coécrite/3 3 +coéditée/3 3 +coéditer/4 5 +coédition/1 2 +coéditrice/3 9 +coéducation/1 2 +coefficient/1 1 +cœlacanthe/1 1 +cœlentéré/1 1 +cœliaque/1 4 +cœliochirurgie/1 2 +cœlioscope/1 1 +cœlioscopie/1 2 +cœlioscopique/1 4 +cœlome/1 1 +cœlomique/1 4 +cœlostat/1 1 +coempereur/1 1 +co-empereur/1 1 +coemption/1 2 +cœnesthésie/1 2 +coentreprise/1 2 +cœnure/1 1 +cœnurose/1 2 +coenzyme/1 10 +coépouse/8 9 +coéquation/1 2 +coéquipière/3 6 +coercibilité/1 2 +coercible/1 4 +coercition/1 2 +coercitive/3 3 +coéternelle/3 3 +coéternité/1 2 +cœur/1 1 +cœur-de-pigeon 18 +cœursage/1 1 +cœurs-de-pigeon 20 +cœurse/1 2 +coévoluer/10 14 +coévolution/1 2 +coexistante/3 3 +coexistence/1 2 +coexister/10 14 +coextensive/3 3 +cofacteur/1 1 +coffin/1 1 +coffrage/1 1 +coffre/1 1 +coffrée/3 3 +coffre-fort 18 +coffrer/4 5 +coffres-forts 20 +coffret/1 1 +coffretière/3 9 +coffreuse/3 9 +cofinancement/1 1 +cofinancer/4 5 +cofondatrice/3 9 +cofonder/4 5 +cogénération/1 2 +cogérance/1 2 +cogérante/3 9 +cogérée/3 3 +cogérer/33 5 +cogestion/1 2 +cogitation/1 2 +cogiter/4 17 +cogito +cognac/1 1 +cognassier/1 1 +cognat/1 1 +cognation/1 2 +cognatique/1 4 +cogne/1 1 +cognée/3 3 +cognée/1 2 +cognement/1 1 +cogner/4 115 +cogneuse/3 9 +cogniticienne/3 9 +cognition/1 2 +cognitive/3 3 +cognitivement 8 +cognitivisme/1 1 +cognitiviste/1 13 +cognoter/10 14 +cohabitante/3 6 +cohabitation/1 2 +cohabitationniste/1 13 +cohabiter/10 14 +cohérence/1 2 +cohérente/3 3 +cohéreur/1 1 +cohériter/10 14 +cohéritière/3 6 +cohésion/1 2 +cohésive/3 3 +cohomologie/1 2 +cohomologique/1 4 +cohomologue/1 10 +cohorte/1 2 +cohue/1 2 +coi/1 126 +coiffage/1 1 +coiffante/3 3 +coiffe/1 2 +coiffée/3 3 +coiffer/4 11 +coiffeuse/3 9 +coiffure/1 2 +coin/1 1 +coinçage/1 1 +coincée/3 3 +coincement/1 1 +coincer/4 11 +coinceur/1 1 +coïncidence/1 2 +coïncidente/3 3 +coïncider/10 14 +coin-coin 7 +coincoin/1 1 +coïnculpée/3 9 +coing/1 1 +coït/1 1 +coite/1 108 +coïter/10 14 +coitron/1 1 +cokage/1 1 +coke/1 10 +cokéfaction/1 2 +cokéfiable/1 4 +cokéfiante/3 3 +cokéfier/4 5 +cokerie/1 2 +cokser/4 5 +col/1 1 +cola/1 10 +colatier/1 1 +colatitude/1 2 +colature/1 2 +colbac/1 1 +colback/1 1 +colbertisme/1 1 +colbertiste/1 13 +colchicacée/1 4 +colchicacée/1 2 +colchicine/1 2 +colchique/1 1 +colcotar/1 1 +colcothar/1 1 +coldcream/1 1 +cold-cream/1 1 +col-de-cygne 18 +colégataire/1 10 +coléoptère/1 4 +coléoptère/1 1 +coléoptile/1 1 +colère/1 2 +coléreuse/8 3 +coléreusement 8 +colérique/1 4 +coleslaw/1 1 +colibacille/1 1 +colibacillose/1 2 +colibri/1 1 +colichemarde/1 2 +colicitante/3 6 +colifichet/1 1 +colimaçon/1 1 +colin/1 1 +colinéaire/1 4 +colinéarité/1 2 +colineau/19 1 +colin-maillard/1 1 +colinot/1 1 +colin-tampon/1 1 +colique/1 4 +colique/1 2 +colis 7 +colisage/1 1 +colistière/3 9 +colite/1 2 +colitigante/3 6 +coll 88 +collable/1 4 +collabo/1 10 +collaboration/1 2 +collaborationnisme/1 1 +collaborationniste/1 13 +collaborative/3 3 +collaborativement 8 +collaboratrice/3 9 +collaborer/4 17 +collage/1 1 +collagène/1 4 +collagène/1 1 +collagénose/1 2 +collante/3 6 +collapser/10 14 +collapsus 7 +collargol 18 +collatérale/8 3 +collatéralement 8 +collateur/1 1 +collation/1 2 +collationnement/1 1 +collationner/4 17 +colle/1 2 +collectage/1 1 +collecte/1 2 +collectée/3 3 +collecter/4 11 +collection/1 2 +collectionnée/3 3 +collectionner/4 5 +collectionneuse/3 9 +collective/3 6 +collectivement 8 +collectivisation/1 2 +collectivisée/3 3 +collectiviser/4 5 +collectivisme/1 1 +collectiviste/1 13 +collectivité/1 2 +collector/1 1 +collectrice/3 6 +collée/3 3 +collège/1 1 +collégiale/1 2 +collégiale/8 3 +collégialement 8 +collégialité/1 2 +collégienne/3 6 +collègue/1 10 +collenchyme/1 1 +coller/4 117 +collerette/1 2 +collet/1 1 +colletée/3 3 +colleter/40 11 +colleteuse/3 9 +colleuse/3 9 +colley/1 1 +collier/1 1 +colliger/4 5 +collimage/1 1 +collimateur/1 1 +collimation/1 2 +colline/1 2 +collision/1 2 +collisionneur/1 1 +collocation/1 2 +collodion/1 1 +colloïdale/8 3 +colloïde/1 4 +colloïde/1 1 +colloque/1 1 +colloquer/4 5 +collusion/1 2 +collusoire/1 4 +collutoire/1 1 +colluvion/1 2 +collyre/1 10 +colmatage/1 1 +colmatée/3 3 +colmater/4 5 +colo/1 2 +coloc/1 10 +colocalisation/1 2 +colocase/1 2 +colocataire/1 10 +colocation/1 2 +cologarithme/1 1 +colombage/1 1 +colombe/1 2 +colombidé/1 1 +colombienne/3 6 +colombier/1 1 +colombine/3 6 +colombite/1 2 +colombo/1 1 +colombophile/1 13 +colombophilie/1 2 +colon/1 1 +côlon/1 1 +colonage/1 1 +colonat/1 1 +colonelle/3 9 +coloniale/8 6 +colonialisme/1 1 +colonialiste/1 4 +colonie/1 2 +colonisable/1 4 +colonisation/1 2 +colonisatrice/3 9 +colonisée/3 6 +coloniser/4 5 +colonnade/1 2 +colonne/1 2 +colonnette/1 2 +colopathie/1 2 +colophane/1 2 +colophon/1 1 +coloquinte/1 2 +colorant/1 1 +colorante/3 3 +coloration/1 2 +colorature/1 2 +colorectale/8 3 +colo-rectale/8 3 +colorée/3 3 +colorer/4 11 +coloriage/1 1 +coloriée/3 3 +colorier/4 5 +colorimètre/1 1 +colorimétrie/1 2 +colorimétrique/1 4 +coloris 7 +colorisation/1 2 +colorisée/3 3 +coloriser/4 5 +coloriste/1 10 +coloscopie/1 2 +colossale/8 3 +colossalement 8 +colosse/1 1 +colossienne/3 6 +colostomie/1 2 +colostrum/1 1 +colportage/1 1 +colportée/3 3 +colporter/4 5 +colporteuse/3 9 +colposcopie/1 2 +cols-de-cygne 20 +colt/1 1 +coltan/1 1 +coltinage/1 1 +coltiner/4 11 +columbarium/51 1 +columbarium/1 1 +columelle/1 2 +colvert/1 1 +colza/1 1 +colzatière/3 9 +coma/1 1 +comarque/1 10 +comater/10 14 +comateuse/8 6 +comatule/1 2 +combat/1 1 +combative/3 3 +combativité/1 2 +combattante/3 6 +combattive/3 3 +combattivité/1 2 +combattre/85 163 +combattue/3 3 +combava/1 1 +combe/1 2 +combien 78 +combientième/1 1 +combinable/1 4 +combinaison/1 2 +combinarde/3 6 +combinat/1 1 +combinateur/1 1 +combinatoire/1 4 +combinatoire/1 2 +combinatoirement 8 +combine/1 2 +combinée/3 3 +combiner/4 11 +comblanchien/1 1 +comble/1 1 +comblée/3 3 +comblement/1 1 +combler/4 5 +combo/1 1 +combucha/1 1 +comburante/3 3 +combustibilité/1 2 +combustible/1 4 +combustible/1 1 +combustion/1 2 +come-back 7 +comeback/1 1 +comédie/1 2 +comédienne/3 9 +comédon/1 1 +comestibilité/1 2 +comestible/1 4 +comestible/1 1 +cométaire/1 4 +comète/1 2 +comice/1 1 +comics 7 +comique/1 13 +comiquement 8 +comité/1 1 +comitiale/8 3 +comitialité/1 2 +comitologie/1 2 +comma/1 1 +commandable/1 4 +commandante/3 9 +commande/1 2 +commandée/3 3 +commandement/1 1 +commander/4 117 +commanderesse/1 2 +commanderie/1 2 +commandeuse/3 9 +commanditaire/1 10 +commanditée/3 3 +commanditer/4 5 +commando/1 1 +comme 78 +commémoraison/1 2 +commémoration/1 2 +commémorative/3 3 +commémorée/3 3 +commémorer/4 5 +commençante/3 6 +commencée/3 3 +commencement/1 1 +commencer/4 117 +commendataire/1 4 +commende/1 2 +commensale/8 3 +commensalisme/1 1 +commensalité/1 2 +commensurabilité/1 2 +commensurable/1 4 +comment 78 +commentaire/1 1 +commentatrice/3 9 +commentée/3 3 +commenter/4 5 +commérage/1 1 +commerçante/3 6 +commerce/1 1 +commercer/10 14 +commerciale/8 6 +commercialement 8 +commercialisable/1 4 +commercialisation/1 2 +commercialisée/3 3 +commercialiser/4 5 +commercialité/1 2 +commère/1 2 +commérer/63 14 +commettage/1 1 +commettante/3 3 +commettre/73 79 +comminatoire/1 4 +comminutive/3 3 +commise/3 6 +commisération/1 2 +commissaire/1 10 +commissaire-priseur 18 +commissaire-priseuse 47 +commissaires-priseurs 20 +commissaires-priseuses 46 +commissariat/1 1 +commission/1 2 +commissionnaire/1 10 +commissionnée/3 3 +commissionnement/1 1 +commissionner/4 5 +commissoire/1 4 +commissurale/8 3 +commissure/1 2 +commissurotomie/1 2 +commodat/1 1 +commodataire/1 13 +commode/1 4 +commode/1 2 +commodément 8 +commodité/1 2 +commodo 87 +commodore/1 10 +commotion/1 2 +commotionnée/3 3 +commotionner/4 5 +commuabilité/1 2 +commuable/1 4 +commuée/3 3 +commuer/4 5 +communale/8 6 +communalisation/1 2 +communalisée/3 3 +communaliser/4 5 +communalisme/1 1 +communaliste/1 13 +communarde/3 6 +communautaire/1 4 +communautairement 8 +communautarisation/1 2 +communautariser/4 5 +communautarisme/1 1 +communautariste/1 13 +communauté/1 2 +commune/3 6 +communément 8 +communiante/3 9 +communicabilité/1 2 +communicable/1 4 +communicante/3 6 +communication/1 2 +communicationnelle/3 3 +communicative/3 3 +communicatrice/3 9 +communicologue/1 10 +communier/10 14 +communion/1 2 +communiqué/1 1 +communiquée/3 3 +communiquer/4 42 +communisante/3 3 +communisme/1 1 +communiste/1 10 +commutable/1 4 +commutation/1 2 +commutative/3 3 +commutativité/1 2 +commutatrice/3 9 +commutée/3 3 +commuter/4 17 +comorienne/3 6 +compacité/1 2 +compactable/1 4 +compactage/1 1 +compacte/3 3 +compactée/3 3 +compacter/4 5 +compacteuse/3 9 +compactification/1 2 +compactifiée/3 3 +compagne/1 2 +compagnie/1 2 +compagnonnage/1 1 +compagnonne/3 9 +compagnonnique/1 4 +comparabilité/1 2 +comparable/1 4 +comparablement 8 +comparaison/1 2 +comparaitre/95 91 +comparaître/95 91 +comparante/3 6 +comparateur/1 1 +comparatisme/1 1 +comparatiste/1 13 +comparative/3 3 +comparativement 8 +comparatrice/3 3 +comparée/3 3 +comparer/4 11 +comparoir/212 91 +comparse/1 10 +compartiment/1 1 +compartimentage/1 1 +compartimentation/1 2 +compartimentée/3 3 +compartimenter/4 5 +comparue/3 3 +comparution/1 2 +compas 7 +compassée/3 3 +compassement/1 1 +compasser/4 5 +compassion/1 2 +compassionnelle/3 3 +compatibilité/1 2 +compatible/1 4 +compatir/55 169 +compatissante/3 3 +compatriote/1 10 +compatriotique/1 4 +compatriotisme/1 1 +compendieuse/8 3 +compendieusement 8 +compendium/1 1 +compénétration/1 2 +compensable/1 4 +compensation/1 2 +compensatoire/1 4 +compensatrice/3 6 +compensée/3 3 +compenser/4 11 +compérage/1 1 +compère/1 10 +compère-loriot 18 +compères-loriots 20 +compétence/1 2 +compétente/3 3 +compéter/63 14 +compétition/1 2 +compétitive/3 3 +compétitivité/1 2 +compétitrice/3 9 +compil/1 2 +compilable/1 4 +compilation/1 2 +compilatrice/3 9 +compilée/3 3 +compiler/4 5 +compisser/4 5 +complainte/1 2 +complaire/120 153 +complaisamment 8 +complaisance/1 2 +complaisante/3 3 +complément/1 1 +complémentaire/1 4 +complémentairement 8 +complémentarité/1 2 +complémentation/1 2 +complémenter/4 5 +complet/1 1 +complète/3 3 +complétée/3 3 +complétement 8 +complètement 8 +complétement/1 1 +complètement/1 1 +compléter/33 11 +complétion/1 2 +complétive/3 3 +complétude/1 2 +complexation/1 2 +complexe/1 4 +complexe/1 1 +complexée/3 3 +complexer/4 11 +complexification/1 2 +complexifiée/3 3 +complexifier/4 11 +complexion/1 2 +complexité/1 2 +complexuelle/3 3 +complication/1 2 +complice/1 13 +complicité/1 2 +complies 46 +compliment/1 1 +complimentée/3 3 +complimenter/4 5 +complimenteuse/3 6 +compliquée/3 3 +compliquer/4 11 +complot/1 1 +comploter/4 110 +comploteuse/3 9 +complotisme/1 1 +compo/1 2 +compograveuse/3 9 +compogravure/1 2 +componction/1 2 +componctueuse/8 3 +componée/3 3 +componentielle/3 3 +comportement/1 1 +comportementale/8 3 +comportementalisme/1 1 +comportementaliste/1 10 +comporter/4 11 +composable/1 4 +composacée/1 2 +composante/3 6 +composée/3 6 +composer/4 42 +composeuse/3 9 +composite/1 4 +composition/1 2 +compositrice/3 9 +compossibilité/1 2 +compossible/1 4 +compost/1 1 +compostable/1 4 +compostage/1 1 +compostée/3 3 +composter/4 5 +composteuse/3 9 +compote/1 2 +compotier/1 1 +compound 45 +compréhensibilité/1 2 +compréhensible/1 4 +compréhension/1 2 +compréhensive/3 3 +comprendre/88 79 +comprenette/1 2 +compresse/1 2 +compressée/3 3 +compresser/4 5 +compresseur/1 94 +compressibilité/1 2 +compressible/1 4 +compression/1 2 +compressive/3 3 +comprimable/1 4 +comprimé/1 1 +comprimée/3 3 +comprimer/4 5 +comprise/3 3 +compromettante/3 3 +compromettre/73 97 +compromis 7 +compromise/3 3 +compromission/1 2 +compromissionnaire/1 4 +compromissoire/1 4 +comptabilisable/1 4 +comptabilisation/1 2 +comptabilisée/3 3 +comptabiliser/4 5 +comptabilité/1 2 +comptable/1 13 +comptablement 8 +comptage/1 1 +comptant 130 +comptant 8 +comptant/1 1 +compte/1 1 +compte-chèques 18 +comptée/3 3 +compte-fil/1 1 +compte-fils 7 +compte-goutte/1 1 +compte-gouttes 7 +compte-minute/1 1 +compte-minutes 7 +compte-pas 7 +compter/4 42 +compte-rendu 18 +comptes-chèques 20 +comptes-rendus 20 +compte-tenu 78 +compte-tour/1 1 +compte-tours 7 +compteuse/3 9 +comptine/1 2 +comptoir/1 1 +compulsée/3 3 +compulser/4 5 +compulsion/1 2 +compulsionnelle/3 3 +compulsive/3 3 +compulsivement 8 +compulsoire/1 1 +comput/1 1 +computation/1 2 +computationnelle/3 3 +computer/4 5 +comtale/8 3 +comté/1 1 +comtesse/3 9 +comtoise/3 6 +conarde/3 9 +conasse/1 2 +conation/1 2 +conative/3 3 +conatus 7 +concassage/1 1 +concassée/3 3 +concasser/4 5 +concasseur/1 94 +concatémère/1 1 +concaténation/1 2 +concaténée/3 3 +concaténer/33 5 +concave/1 4 +concavité/1 2 +concédante/3 6 +concédée/3 3 +concéder/33 5 +concélébration/1 2 +concélébrée/3 3 +concélébrer/33 5 +concentrateur/1 1 +concentration/1 2 +concentrationnaire/1 4 +concentré/1 1 +concentrée/3 3 +concentrer/4 11 +concentreuse/3 9 +concentricité/1 2 +concentrique/1 4 +concentriquement 8 +concept/1 1 +conceptacle/1 1 +conception/1 2 +conceptisme/1 1 +conceptrice/3 9 +conceptualisation/1 2 +conceptualisée/3 3 +conceptualiser/4 17 +conceptualisme/1 1 +conceptualiste/1 13 +conceptuelle/3 3 +conceptuellement 8 +concernant 99 +concernée/3 6 +concerner/255 5 +concert/1 1 +concertante/3 3 +concertation/1 2 +concertée/3 3 +concerter/4 42 +concertina/1 1 +concertina/1 1 +concertino/1 1 +concertiste/1 10 +concerto/1 1 +concessible/1 4 +concession/1 2 +concessionnaire/1 10 +concessive/3 3 +concetti 7 +concetti/1 1 +concevable/1 4 +concevoir/90 79 +conchier/4 42 +conchoïdale/8 3 +conchoïde/1 4 +conchoïde/1 2 +conchylicole/1 4 +conchylicultrice/3 9 +conchyliculture/1 2 +conchylienne/3 3 +conchyliologie/1 2 +concierge/1 10 +conciergerie/1 2 +concile/1 1 +conciliable/1 4 +conciliabule/1 1 +conciliaire/1 4 +conciliante/3 3 +conciliation/1 2 +conciliatoire/1 4 +conciliatrice/3 6 +conciliée/3 3 +concilier/4 11 +concise/3 3 +concision/1 2 +concitoyenne/3 9 +conclave/1 1 +conclaviste/1 1 +concluante/3 3 +conclue/3 3 +conclure/118 131 +conclusion/1 2 +conclusive/3 3 +concoctée/3 3 +concocter/4 5 +concoction/1 2 +concombre/1 1 +concomitamment 8 +concomitance/1 2 +concomitante/3 3 +concordance/1 2 +concordante/3 3 +concordat/1 1 +concordataire/1 4 +concorde/1 2 +concorder/10 14 +concordisme/1 1 +concordiste/1 13 +concourante/3 3 +concourir/129 141 +concouriste/1 10 +concours 7 +concrescence/1 2 +concrescente/3 3 +concrète/3 3 +concrètement 8 +concréter/33 5 +concrétion/1 2 +concrétisation/1 2 +concrétisée/3 3 +concrétiser/4 11 +concubinage/1 1 +concubinaire/1 13 +concubine/3 6 +conçue/3 3 +concupiscence/1 2 +concupiscente/3 6 +concurremment 8 +concurrence/1 2 +concurrencée/3 3 +concurrencer/4 5 +concurrente/3 6 +concurrentielle/3 3 +concussion/1 2 +concussionnaire/1 10 +condamnable/1 4 +condamnation/1 2 +condamnatoire/1 4 +condamnée/3 6 +condamner/4 5 +condé/1 1 +condensable/1 4 +condensat/1 1 +condensateur/1 1 +condensation/1 2 +condensé/1 1 +condensée/3 3 +condenser/4 11 +condenseur/1 1 +condescendance/1 2 +condescendante/3 3 +condescendre/122 154 +condiment/1 1 +condimentaire/1 4 +condisciple/1 10 +condition/1 2 +conditionnée/3 3 +conditionnelle/3 6 +conditionnellement 8 +conditionnement/1 1 +conditionner/4 5 +conditionneuse/3 9 +condoléance/1 2 +condom/1 1 +condominium/1 1 +condor/1 1 +condottiere/51 1 +condottiere/1 1 +condottière/1 1 +condruzienne/3 6 +conductance/1 2 +conductibilité/1 2 +conductible/1 4 +conductimètre/1 1 +conduction/1 2 +conductive/3 3 +conductivité/1 2 +conductrice/3 6 +conduire/77 79 +conduiseuse/3 9 +conduite/3 6 +condyle/1 1 +condylienne/3 3 +condylome/1 1 +cône/1 1 +conf +confabulation/1 2 +confabulatrice/3 9 +confection/1 2 +confectionnée/3 3 +confectionner/4 11 +confectionneuse/3 9 +confédérale/8 3 +confédération/1 2 +confédérative/3 3 +confédératrice/3 3 +confédérée/3 6 +confédérer/33 5 +confer +conférence/1 2 +conférencière/3 9 +conférer/33 110 +conferve/1 2 +confessante/3 3 +confesse/1 2 +confessée/3 3 +confesser/4 11 +confesseur/1 1 +confession/1 2 +confessionnal/19 1 +confessionnalisation/1 2 +confessionnalisme/1 1 +confessionnaliste/1 13 +confessionnelle/3 3 +confessionnellement 8 +confetti/1 1 +confiance/1 2 +confiancer/4 5 +confiante/3 3 +confidemment 8 +confidence/1 2 +confidente/3 9 +confidentialité/1 2 +confidentielle/3 3 +confidentiellement 8 +confiée/3 3 +confier/4 11 +configurable/1 4 +configuration/1 2 +configurationnelle/3 3 +configurée/3 3 +configurer/4 5 +confinée/3 3 +confinement/1 1 +confiner/4 156 +confins 20 +confiote/1 2 +confire/101 79 +confirmande/3 9 +confirmation/1 2 +confirmative/3 3 +confirmatoire/1 4 +confirmée/3 3 +confirmer/4 11 +confiscable/1 4 +confiscation/1 2 +confiscatoire/1 4 +confiserie/1 2 +confiseuse/3 9 +confisquée/3 3 +confisquer/4 5 +confite/3 3 +confiteor 7 +confiture/1 2 +confiturer/4 5 +confiturerie/1 2 +confiturière/3 9 +conflagration/1 2 +conflictualité/1 2 +conflictuelle/3 3 +conflit/1 1 +confluence/1 2 +confluent/1 1 +confluer/10 14 +confondante/3 3 +confondre/52 79 +confondue/3 3 +conformateur/1 1 +conformation/1 2 +conformationnelle/3 3 +conforme/1 4 +conformée/3 3 +conformément 8 +conformer/4 11 +conformisme/1 1 +conformiste/1 13 +conformité/1 2 +confort/1 1 +confortable/1 4 +confortablement 8 +confortée/3 3 +conforter/4 11 +confraternelle/3 3 +confraternellement 8 +confraternité/1 2 +confrère/1 13 +confrérie/1 2 +confrérique/1 4 +confrontation/1 2 +confrontée/3 3 +confronter/4 5 +confucéenne/3 6 +confucianisme/1 1 +confucianiste/1 13 +confuse/3 3 +confusément 8 +confusion/1 2 +confusionnelle/3 3 +confusionnisme/1 1 +confusionniste/1 4 +conga/1 2 +congaï/1 2 +congaye/1 2 +congé/1 1 +congédiable/1 4 +congédiée/3 3 +congédiement/1 1 +congédier/4 5 +congelable/1 4 +congélateur/1 1 +congélation/1 2 +congelée/3 3 +congeler/47 11 +congénère/1 10 +congénitale/8 3 +congénitalement 8 +congère/1 2 +congestion/1 2 +congestionnée/3 3 +congestionner/4 11 +congestive/3 3 +congiaire/1 1 +conglomérale/8 3 +conglomérat/1 1 +conglomération/1 2 +conglomérée/3 3 +conglomérer/33 11 +conglutination/1 2 +conglutinée/3 3 +conglutiner/4 5 +congolaise/3 6 +congratulation/1 2 +congratulée/3 3 +congratuler/4 11 +congre/1 1 +congréer/4 5 +congréganiste/1 13 +congrégation/1 2 +congrégationalisme/1 1 +congrégationaliste/1 13 +congrès 7 +congressiste/1 10 +congrue/3 3 +congruence/1 2 +congruente/3 3 +congrument 8 +congrûment 8 +conicine/1 2 +conicité/1 2 +conidie/1 2 +conifère/1 1 +conique/1 4 +conique/1 2 +coniquement 8 +cônir/29 84 +conirostre/1 4 +conjecturable/1 4 +conjecturale/8 3 +conjecturalement 8 +conjecture/1 2 +conjecturer/4 17 +conjoindre/67 82 +conjointe/3 6 +conjointement 8 +conjoncteur/1 1 +conjonction/1 2 +conjonctivale/8 3 +conjonctive/3 6 +conjonctivite/1 2 +conjoncture/1 2 +conjoncturelle/3 3 +conjoncturiste/1 10 +conjugabilité/1 2 +conjugable/1 4 +conjugaison/1 2 +conjugale/8 3 +conjugalement 8 +conjugalité/1 2 +conjuguée/3 6 +conjuguer/4 11 +conjugueur/1 1 +conjungo/1 1 +conjuration/1 2 +conjuratoire/1 4 +conjuratrice/3 6 +conjurée/3 6 +conjurer/4 11 +connaissable/1 4 +connaissance/1 2 +connaissement/1 1 +connaisseuse/3 9 +connaitre/75 79 +connaître/75 79 +connarde/3 9 +connasse/1 2 +conne/3 6 +connectabilité/1 2 +connectable/1 4 +connectée/3 3 +connecter/4 5 +connecteur/1 1 +connecticienne/3 9 +connectique/1 2 +connective/3 3 +connectivité/1 2 +connement 8 +connerie/1 2 +connétable/1 1 +connétablie/1 2 +connexe/1 4 +connexion/1 2 +connexionnisme/1 1 +connexionniste/1 13 +connexité/1 2 +connivence/1 2 +connivente/3 3 +connobler 5 +connotation/1 2 +connotative/3 3 +connotée/3 3 +connoter/4 5 +connu/1 1 +connue/3 3 +conobrer/4 5 +conoïde/1 4 +conoïde/1 1 +conopée/1 1 +conormale/8 3 +conoyau/19 1 +conque/1 2 +conquérante/3 6 +conquérir/99 79 +conquêt/1 1 +conquête/1 2 +conquise/3 6 +conquistador/1 1 +conquistadores 20 +consacrée/3 3 +consacrer/4 11 +consanguine/3 6 +consanguinité/1 2 +consciemment 8 +conscience/1 2 +consciencieuse/8 3 +consciencieusement 8 +conscient/1 1 +consciente/3 3 +conscientisation/1 2 +conscientiser/4 5 +conscription/1 2 +conscrit/1 94 +consécrateur/1 1 +consécration/1 2 +consécution/1 2 +consécutive/3 3 +consécutivement 8 +conseil/1 1 +conseillée/3 3 +conseiller/4 116 +conseillère/3 9 +conseilleuse/3 9 +consensuelle/3 3 +consensus 7 +consentante/3 3 +consentement/1 1 +consentie/3 3 +consentir/82 147 +conséquemment 8 +conséquence/1 2 +conséquente/3 3 +conservable/1 4 +conservation/1 2 +conservationniste/1 13 +conservatisme/1 1 +conservative/3 3 +conservatoire/1 4 +conservatoire/1 1 +conservatrice/3 6 +conserve/1 2 +conservée/3 3 +conserver/4 11 +conserverie/1 2 +conserveuse/3 9 +considérable/1 4 +considérablement 8 +considération/1 2 +considérative/3 3 +considérée/3 3 +considérer/33 11 +consignataire/1 13 +consignation/1 2 +consigne/1 2 +consignée/3 3 +consigner/4 5 +consistance/1 2 +consistante/3 3 +consister/10 14 +consistoire/1 1 +consistoriale/8 3 +conso/1 2 +consœur/1 2 +consolable/1 4 +consolante/3 6 +consolation/1 2 +consolatrice/3 6 +console/1 2 +consolée/3 3 +consoler/4 42 +consolidable/1 4 +consolidation/1 2 +consolidée/3 3 +consolider/4 11 +consommable/1 4 +consommable/1 1 +consommation/1 2 +consommatoire/1 4 +consommatrice/3 6 +consommé/1 1 +consommée/3 3 +consommer/4 42 +consomptible/1 4 +consomption/1 2 +consomptive/3 3 +consonance/1 2 +consonante/3 3 +consonantique/1 4 +consonantisme/1 1 +consoner/10 14 +consonne/1 2 +consort/1 94 +consortiale/8 3 +consortium/1 1 +consoude/1 2 +conspiration/1 2 +conspirationnisme/1 1 +conspirationniste/1 13 +conspiratrice/3 6 +conspirer/4 110 +conspuée/3 3 +conspuer/4 5 +constable/1 1 +constamment 8 +constance/1 2 +constantan/1 1 +constante/3 3 +constante/1 2 +constat/1 1 +constatable/1 4 +constatation/1 2 +constatée/3 3 +constater/4 5 +constellation/1 2 +constellée/3 3 +consteller/4 5 +consternante/3 3 +consternation/1 2 +consternée/3 3 +consterner/4 5 +constipation/1 2 +constipée/3 3 +constiper/4 17 +constituante/3 6 +constituée/3 3 +constituer/4 11 +constitution/1 2 +constitutionnalisée/3 3 +constitutionnaliser/4 5 +constitutionnalisme/1 1 +constitutionnaliste/1 13 +constitutionnalité/1 2 +constitutionnelle/3 3 +constitutionnellement 8 +constitutive/3 3 +constricteur/1 94 +constriction/1 2 +constrictive/3 3 +constrictor/1 94 +constringente/3 3 +constructibilité/1 2 +constructible/1 4 +construction/1 2 +constructive/3 3 +constructivisme/1 1 +constructiviste/1 13 +constructivité/1 2 +constructrice/3 6 +construire/77 97 +construite/3 3 +consubstantialité/1 2 +consubstantiation/1 2 +consubstantielle/3 3 +consubstantiellement 8 +consulaire/1 4 +consulat/1 1 +consule/3 9 +consultable/1 4 +consultance/1 2 +consultante/3 6 +consultation/1 2 +consultative/3 3 +consultée/3 3 +consulter/4 42 +consulteur/1 1 +consultrice/3 9 +consumée/3 3 +consumer/4 11 +consumérisme/1 1 +consumériste/1 4 +contact/1 1 +contactée/3 3 +contacter/4 5 +contacteur/1 1 +contactologie/1 2 +contactologiste/1 10 +contactologue/1 10 +contage/1 1 +contagieuse/8 3 +contagieusement 8 +contagion/1 2 +contagionner/4 5 +contagiosité/1 2 +container/1 1 +containérisation/1 2 +containériser/4 5 +contaminable/1 4 +contaminante/3 3 +contamination/1 2 +contaminatrice/3 6 +contaminée/3 3 +contaminer/4 5 +conte/1 1 +contée/3 3 +contemplation/1 2 +contemplative/3 3 +contemplativement 8 +contemplatrice/3 9 +contemplée/3 3 +contempler/4 11 +contemporaine/3 6 +contemporainement 8 +contemporanéité/1 2 +contemptrice/3 6 +contenance/1 2 +contenante/3 3 +conteneur/1 1 +conteneurisation/1 2 +conteneuriser/4 5 +contenir/68 79 +contente/3 6 +contentée/3 6 +contentement/1 1 +contenter/4 11 +contentieuse/8 3 +contentieusement 8 +contention/1 2 +contentive/3 3 +contenu/1 1 +contenue/3 3 +conter/4 5 +contestable/1 4 +contestataire/1 10 +contestation/1 2 +contestatrice/3 6 +conteste/1 2 +contestée/3 3 +contester/4 17 +conteuse/3 6 +contexte/1 1 +contextualisation/1 2 +contextualiser/4 5 +contextuelle/3 3 +contexture/1 2 +contiguë/3 3 +contigüe/3 3 +contiguïté/1 2 +contigüité/1 2 +continence/1 2 +continent/1 1 +continentale/8 3 +continentalité/1 2 +continente/3 3 +contingence/1 2 +contingente/3 3 +contingentement/1 1 +contingenter/4 5 +continuation/1 2 +continuatrice/3 9 +continue/3 3 +continuelle/3 3 +continuellement 8 +continuer/4 117 +continuisme/1 1 +continuité/1 2 +continument 8 +continûment 8 +continuo/1 1 +continuum/1 1 +contondante/3 3 +contorsion/1 2 +contorsionnée/3 3 +contorsionner/4 11 +contorsionniste/1 10 +contour/1 1 +contournable/1 4 +contournée/3 3 +contournement/1 1 +contourner/4 5 +contraceptif/1 1 +contraception/1 2 +contraceptive/3 3 +contractante/3 3 +contractée/3 3 +contracter/4 11 +contractibilité/1 2 +contractile/1 4 +contractilité/1 2 +contraction/1 2 +contractualisation/1 2 +contractualisée/3 3 +contractualiser/4 5 +contractuelle/3 6 +contractuellement 8 +contracture/1 2 +contracturer/4 5 +contradicteur/1 1 +contradiction/1 2 +contradictoire/1 4 +contradictoirement 8 +contragestif/1 1 +contragestive/3 3 +contraignable/1 4 +contraignante/3 3 +contraindre/119 79 +contrainte/3 3 +contrainte/1 2 +contraire/1 4 +contraire/1 1 +contrairement 8 +contralizé/1 1 +contrallée/1 2 +contraltiste/1 10 +contralto/1 10 +contramirale/8 9 +contrapontique/1 4 +contrapontiste/1 10 +contraposée/1 2 +contrappel/1 1 +contrapuntique/1 4 +contrapuntiste/1 10 +contrarc/1 1 +contrariante/3 3 +contrariée/3 3 +contrarier/4 11 +contrariété/1 2 +contrario 132 +contrarotative/3 3 +contrassurance/1 2 +contrastante/3 3 +contraste/1 1 +contrastée/3 3 +contraster/4 17 +contrastive/3 3 +contrat/1 1 +contrattaquable/1 4 +contrattaquante/3 9 +contrattaque/1 2 +contrattaquer/4 17 +contravariant/1 1 +contravention/1 2 +contraventionnelle/3 3 +contravis 7 +contre 99 +contre/1 1 +contre-alizé/1 1 +contre-allée/1 2 +contre-amirale/8 9 +contre-appel/1 1 +contre-arc/1 1 +contre-assurance/1 2 +contre-attaquable/1 4 +contre-attaquante/3 9 +contre-attaque/1 2 +contre-attaquer/4 17 +contrebalancement/1 1 +contrebalancer/4 11 +contrebande/1 2 +contrebandière/3 9 +contrebas 7 +contrebasse/1 2 +contrebassiste/1 10 +contrebasson/1 1 +contrebatte/1 2 +contrebatterie/1 2 +contrebattre/85 82 +contrebouter/4 5 +contrebraquer/10 14 +contre-braquer/10 14 +contrebutement/1 1 +contrebuter/4 5 +contre-buter/4 5 +contrecalque/1 1 +contre-calque/1 1 +contrecalquer/4 5 +contre-calquer/4 5 +contrecarrée/3 3 +contrecarrer/4 5 +contrecaution/1 2 +contre-caution/1 2 +contrechamp/1 1 +contrechant/1 1 +contre-chant/1 1 +contrechâssis 7 +contre-châssis 7 +contrechoc/1 1 +contre-choc/1 1 +contreclef/1 2 +contrecœur/1 1 +contrecollée/3 3 +contrecoller/4 5 +contrecoup/1 1 +contrecourant/1 1 +contre-courant/1 1 +contrecourbe/1 2 +contre-courbe/1 2 +contrécrou/1 1 +contreculture/1 2 +contre-culture/1 2 +contredanse/1 2 +contredénonciation/1 2 +contre-dénonciation/1 2 +contredigue/1 2 +contre-digue/1 2 +contredire/102 79 +contredite/3 3 +contrée/3 3 +contrée/1 2 +contre-écrou/1 1 +contre-électromotrice/3 3 +contre-emploi/1 1 +contre-empreinte/1 2 +contre-enquête/1 2 +contre-épaulette/1 2 +contre-épreuve/1 2 +contre-espalier/1 1 +contre-espionnage/1 1 +contre-essai/1 1 +contre-exemple/1 1 +contre-expertise/1 2 +contre-extension/1 2 +contrefa 7 +contre-fa 7 +contrefaçon/1 2 +contrefaction/1 2 +contrefactrice/3 6 +contrefaire/87 82 +contrefaisante/3 3 +contrefaite/3 3 +contrefenêtre/1 2 +contre-fenêtre/1 2 +contrefer/1 1 +contre-fer/1 1 +contrefeu/19 1 +contre-feu/19 1 +contrefiche/1 2 +contre-fiche/1 2 +contreficher/4 55 +contrefil/1 1 +contre-fil/1 1 +contrefilet/1 1 +contre-filet/1 1 +contrefixation/1 2 +contreflèche/1 2 +contrefort/1 1 +contrefoutre/149 122 +contrefugue/1 2 +contre-fugue/1 2 +contrehaut 87 +contre-haut 87 +contrehermine/1 2 +contre-hermine/1 2 +contreheurtoir/1 1 +contre-heurtoir/1 1 +contrehus 7 +contre-hus 7 +contre-indication/1 2 +contre-indiquée/3 3 +contre-indiquer/4 5 +contre-interrogatoire/1 1 +contre-intuitive/3 3 +contre-investissement/1 1 +contrejambage/1 1 +contre-jambage/1 1 +contrejour/1 1 +contre-jour/1 1 +contrela 7 +contre-la 7 +contrelame/1 2 +contre-lame/1 2 +contre-la-montre 7 +contrelatte/1 2 +contre-latte/1 2 +contrélectromotrice/3 3 +contrelettre/1 2 +contre-lettre/1 2 +contrelignage/1 1 +contre-lignage/1 1 +contremaitresse/3 9 +contremaîtresse/3 9 +contre-maîtresse/3 9 +contremander/4 5 +contremanifestante/3 9 +contre-manifestante/3 9 +contremanifestation/1 2 +contre-manifestation/1 2 +contremanifester/10 14 +contre-manifester/10 14 +contremarche/1 2 +contremarquage/1 1 +contremarque/1 2 +contremarquer/4 5 +contremesure/1 2 +contre-mesure/1 2 +contremi 7 +contre-mi 7 +contremine/1 2 +contre-mine/1 2 +contreminer/4 5 +contre-miner/4 5 +contremploi/1 1 +contrempreinte/1 2 +contremur/1 1 +contre-mur/1 1 +contremurer/4 5 +contre-murer/4 5 +contrenquête/1 2 +contre-offensive/1 2 +contre-ordre/1 1 +contrepal/1 1 +contre-pal/1 1 +contrepartie/1 2 +contrepartiste/1 10 +contrepas 7 +contre-pas 7 +contrepassation/1 2 +contre-passation/1 2 +contrepasser/4 5 +contre-passer/4 5 +contrépaulette/1 2 +contrepente/1 2 +contre-pente/1 2 +contreperçage/1 1 +contre-perçage/1 1 +contreperçante/3 3 +contrepercement/1 1 +contrepercer/4 5 +contre-percer/4 5 +contreperformance/1 2 +contre-performance/1 2 +contrepet/1 1 +contrepèterie/1 2 +contrepied/1 1 +contre-pied/1 1 +contreplacage/1 1 +contre-placage/1 1 +contreplaqué/1 1 +contre-plaqué/1 1 +contreplaquée/3 3 +contre-plaquée/3 3 +contreplaquer/4 5 +contre-plaquer/4 5 +contreplongée/1 2 +contre-plongée/1 2 +contrepoids 7 +contrepoil 87 +contre-poil 87 +contrepoinçon/1 1 +contre-poinçon/1 1 +contrepoint/1 1 +contre-point/1 1 +contrepointe/1 2 +contre-pointe/1 2 +contrepointiste/1 10 +contrepoison/1 1 +contreporte/1 2 +contre-porte/1 2 +contrepousser/66 107 +contre-pousser/66 107 +contrepouvoir/1 1 +contre-pouvoir/1 1 +contrepréparation/1 2 +contre-préparation/1 2 +contrepression/1 2 +contre-pression/1 2 +contreprestation/1 2 +contre-prestation/1 2 +contrépreuve/1 2 +contreproductive/3 3 +contre-productive/3 3 +contreprofil/1 1 +contre-profil/1 1 +contreprofiler/4 5 +contre-profiler/4 5 +contreprojet/1 1 +contre-projet/1 1 +contrepropagande/1 2 +contre-propagande/1 2 +contreproposition/1 2 +contre-proposition/1 2 +contrepublicité/1 2 +contre-publicité/1 2 +contrer/4 17 +contrerail/1 1 +contre-rail/1 1 +contreré 7 +contre-ré 7 +contreréaction/1 2 +contre-réaction/1 2 +contreréforme/1 2 +contre-réforme/1 2 +contrerejet/1 1 +contre-rejet/1 1 +contre-remontrant/1 1 +contrerévolution/1 2 +contre-révolution/1 2 +contrerévolutionnaire/1 4 +contre-révolutionnaire/1 4 +contrescarpe/1 2 +contresceller/4 5 +contre-sceller/4 5 +contreseing/1 1 +contresel/1 1 +contre-sel/1 1 +contresens 7 +contresi 7 +contre-si 7 +contresignataire/1 10 +contresignature/1 2 +contresignée/3 3 +contresigner/4 5 +contresociété/1 2 +contre-société/1 2 +contresol 7 +contre-sol 7 +contrespalier/1 1 +contrespionnage/1 1 +contressai/1 1 +contresujet/1 1 +contre-sujet/1 1 +contretaille/1 2 +contre-taille/1 2 +contretemps 7 +contre-temps 7 +contreténor/1 1 +contre-ténor/1 1 +contreterrasse/1 2 +contre-terrasse/1 2 +contreterrorisme/1 1 +contre-terrorisme/1 1 +contreterroriste/1 13 +contre-terroriste/1 13 +contretimbre/1 1 +contre-timbre/1 1 +contretirer/4 5 +contre-tirer/4 5 +contretorpilleur/1 1 +contre-torpilleur/1 1 +contretransfert/1 1 +contre-transfert/1 1 +contretype/1 1 +contre-ut 7 +contrevair/1 1 +contre-vair/1 1 +contrevaleur/1 2 +contre-valeur/1 2 +contrevallation/1 2 +contrevenante/3 9 +contrevenir/68 154 +contrevent/1 1 +contreventement/1 1 +contrevérification/1 2 +contre-vérification/1 2 +contrevérité/1 2 +contre-vérité/1 2 +contrevisite/1 2 +contre-visite/1 2 +contrevoie 87 +contre-voie 87 +contrevoie/1 2 +contre-voie/1 2 +contrexemple/1 1 +contrexpertise/1 2 +contrextension/1 2 +contribuable/1 10 +contribuer/10 124 +contribution/1 2 +contributive/3 3 +contributrice/3 9 +contrindication/1 2 +contrindiquée/3 3 +contrindiquer/4 5 +contrinterrogatoire/1 1 +contrintuitive/3 3 +contrinvestissement/1 1 +contrister/4 5 +contrite/3 3 +contrition/1 2 +controffensive/1 2 +contrôlabilité/1 2 +contrôlable/1 4 +controlatérale/8 3 +contrôle/1 1 +contrôlée/3 3 +contrôler/4 11 +contrôleuse/3 9 +contrordre/1 1 +controuvée/3 3 +controuver/4 5 +controversable/1 4 +controverse/1 2 +controversée/3 3 +controverser/4 17 +controversiste/1 10 +contrut 7 +contumace/1 13 +contumax 105 +contusion/1 2 +contusionnée/3 3 +contusionner/4 5 +conurbation/1 2 +convaincante/3 3 +convaincre/147 97 +convaincue/3 6 +convalescence/1 2 +convalescente/3 6 +convecteur/1 1 +convection/1 2 +convective/3 3 +convenable/1 4 +convenablement 8 +convenance/1 2 +convenir/68 140 +convent/1 1 +conventicule/1 1 +convention/1 2 +conventionalité/1 2 +conventionnalisme/1 1 +conventionnalité/1 2 +conventionnée/3 3 +conventionnelle/3 6 +conventionnellement 8 +conventionnement/1 1 +conventionner/4 5 +conventualité/1 2 +conventuelle/3 3 +conventuellement 8 +convenue/3 3 +convergence/1 2 +convergente/3 3 +converger/10 14 +conversation/1 2 +conversationnelle/3 3 +converse/3 6 +converser/10 14 +conversion/1 2 +conversive/3 3 +convertibilité/1 2 +convertible/1 4 +convertie/3 6 +convertir/29 83 +convertissable/1 4 +convertissage/1 1 +convertissement/1 1 +convertisseuse/3 9 +convexe/1 4 +convexité/1 2 +conviction/1 2 +conviée/3 3 +convier/4 5 +convive/1 10 +conviviale/8 3 +convivialiser/4 17 +convivialité/1 2 +convocation/1 2 +convoi/1 1 +convoitable/1 4 +convoitée/3 3 +convoiter/4 17 +convoitise/1 2 +convoler/10 14 +convolution/1 2 +convolutive/3 3 +convolvulacée/1 4 +convolvulacée/1 2 +convolvulus 7 +convoquée/3 6 +convoquer/4 5 +convoyage/1 1 +convoyée/3 3 +convoyer/4 5 +convoyeuse/3 6 +convulsée/3 3 +convulser/4 11 +convulsion/1 2 +convulsionnaire/1 13 +convulsionnée/3 3 +convulsionner/4 5 +convulsive/3 3 +convulsivement 8 +cooccupante/3 6 +cooccurrence/1 2 +cooccurrente/3 3 +cookie/1 1 +cool 45 +cool/1 4 +coolie/1 10 +coop/1 2 +coopérante/3 6 +coopération/1 2 +coopératisme/1 1 +coopérative/3 3 +coopérative/1 2 +coopérativisme/1 1 +coopérativiste/1 4 +coopératrice/3 6 +coopérer/63 123 +cooptation/1 2 +cooptée/3 3 +coopter/4 5 +coordination/1 2 +coordinatrice/3 6 +coordinence/1 2 +coordonnatrice/3 6 +coordonnée/3 3 +coordonnée/1 2 +coordonner/4 5 +coorganisatrice/3 9 +coorganiser/4 5 +copaïer/1 1 +copain/1 1 +copal/1 1 +coparent/1 1 +coparentale/8 3 +coparentalité/1 2 +coparrainage/1 1 +copartage/1 1 +copartageante/3 6 +copartager/4 5 +coparticipante/3 6 +coparticipation/1 2 +copayer/1 1 +copeau/19 1 +copépode/1 1 +copermuter/4 5 +copernicienne/3 3 +copernicium/1 1 +copiable/1 4 +copiage/1 1 +copie/1 2 +copiée/3 3 +copier/4 17 +copieuse/3 9 +copieuse/8 3 +copieusement 8 +copilote/1 10 +copinage/1 1 +copine/1 2 +copiner/10 14 +copinerie/1 2 +copion/1 1 +copiste/1 13 +copla/1 2 +coplanaire/1 4 +copolymère/1 1 +copolymérisable/1 4 +copolymérisation/1 2 +copolymériser/4 17 +coposséder/33 5 +copossesseur/1 1 +copossession/1 2 +copra/1 1 +coprah/1 1 +coprésence/1 2 +coprésente/3 3 +coprésidence/1 2 +coprésidente/3 9 +coprocesseur/1 1 +coproculture/1 2 +coproduction/1 2 +coproductrice/3 6 +coproduire/77 82 +coproduite/3 3 +coprolalie/1 2 +coprolithe/1 1 +coprologie/1 2 +coprologique/1 4 +coprophage/1 1 +coprophagie/1 2 +coprophile/1 13 +coprophilie/1 2 +copropriétaire/1 10 +copropriété/1 2 +copte/1 13 +copulation/1 2 +copulative/3 3 +copulatrice/3 3 +copule/1 2 +copuler/10 14 +copyleft 18 +copyright/1 1 +coq/1 1 +coq-à-l'âne 7 +coquard/1 1 +coquart/1 1 +coque/1 2 +coquecigrue/1 2 +coquelet/1 1 +coqueleuse/8 9 +coquelicot/1 1 +coqueluche/1 2 +coquelucheuse/8 6 +coquemar/1 1 +coquer/4 5 +coquerico/1 1 +coquerie/1 2 +coqueron/1 1 +coquètement 8 +coqueter/40 5 +coquetier/1 1 +coquetière/1 2 +coquette/3 6 +coquettement 8 +coquetterie/1 2 +coquillage/1 1 +coquillard/1 1 +coquillart/1 1 +coquille/1 2 +coquillée/3 3 +coquiller/4 5 +coquillère/3 3 +coquillette/1 2 +coquilleuse/3 9 +coquillière/3 3 +coquine/3 6 +coquinement 8 +coquinerie/1 2 +cor/1 1 +coracle/1 1 +coracoïde/1 13 +coracoïdienne/3 3 +corail 45 +corail/19 1 +corailleuse/3 6 +coralliaire/1 4 +coralliaire/1 1 +corallienne/3 3 +corallifère/1 4 +coralliforme/1 4 +coralligène/1 4 +coralloïde/1 4 +coran/1 1 +coranique/1 4 +coraniser/4 5 +corbac/1 1 +corbeau/19 1 +corbeille/1 2 +corbillard/1 1 +corbillat/1 1 +corbillon/1 1 +corbin/1 1 +cordage/1 1 +corde/1 2 +cordeau/19 1 +cordée/3 6 +cordelée/3 3 +cordeler/40 5 +cordelette/1 2 +cordelière/3 9 +corder/4 5 +corderie/1 2 +cordiale/8 6 +cordialement 8 +cordialité/1 2 +cordière/3 9 +cordiforme/1 4 +cordillère/1 2 +cordiste/1 10 +cordon/1 1 +cordon-bleu 18 +cordonnée/3 3 +cordonner/4 5 +cordonnerie/1 2 +cordonnet/1 1 +cordonnière/3 9 +cordons-bleus 20 +coré/1 2 +coréalisatrice/3 9 +coréenne/3 6 +corégone/1 1 +coreligionnaire/1 10 +coréopsis 7 +corépresseur/1 1 +coresponsabilité/1 2 +coresponsable/1 13 +coriace/1 13 +coriandre/1 2 +coricide/1 1 +corindon/1 1 +corinthienne/3 6 +corium/1 1 +cormier/1 1 +cormoran/1 1 +cornac/1 1 +cornacée/1 4 +cornacée/1 2 +cornage/1 1 +cornaline/1 2 +cornancher/4 11 +cornaquer/4 5 +cornard/1 1 +corne/1 2 +corned-beef 7 +cornedbif/1 1 +cornée/3 3 +cornéenne/3 6 +corneille/1 2 +cornélienne/3 3 +cornement/1 1 +cornemuse/1 2 +cornemuseuse/3 9 +cornemuseux 7 +corner/1 1 +corner/4 17 +cornet/1 1 +cornette/1 10 +cornettiste/1 10 +cornflake/1 1 +corn-flake/1 1 +corniaud/1 1 +corniche/1 2 +cornichon/1 1 +cornière/3 6 +cornillon/1 1 +cornique/1 4 +cornique/1 1 +corniste/1 10 +cornouille/1 2 +cornouiller/1 1 +cornue/3 6 +corolaire/1 1 +corolairement 8 +corole/1 2 +corollaire/1 1 +corollairement 8 +corolle/1 2 +coron/1 1 +coronaire/1 4 +coronale/8 3 +coronarienne/3 3 +coronarite/1 2 +coronarographie/1 2 +coronavirus 7 +coronelle/1 2 +coroner/1 1 +coronille/1 2 +coronographe/1 1 +coronographie/1 2 +corossol/1 1 +corossolier/1 1 +corozo/1 1 +corporal/19 1 +corporalité/1 2 +corporation/1 2 +corporatisme/1 1 +corporatiste/1 4 +corporative/3 3 +corporativement 8 +corporéité/1 2 +corporelle/3 3 +corporellement 8 +corporifier/4 11 +corporiser/4 5 +corps 7 +corps-mort/1 1 +corpulence/1 2 +corpulente/3 3 +corpus 7 +corpusculaire/1 4 +corpuscule/1 1 +corral/1 1 +corrasion/1 2 +correcte/3 3 +correctement 8 +correctif/1 1 +correction/1 2 +correctionnalisation/1 2 +correctionnaliser/4 5 +correctionnelle/3 6 +correctionnellement 8 +corrective/3 3 +correctrice/3 6 +corrélable/1 4 +corrélat/1 1 +corrélation/1 2 +corrélationnelle/3 3 +corrélative/3 3 +corrélativement 8 +corrélée/3 3 +corréler/33 5 +correspondance/1 2 +correspondancière/3 9 +correspondante/3 6 +correspondre/122 140 +corrézienne/3 6 +corrida/1 2 +corridor/1 1 +corrigé/1 1 +corrigeable/1 4 +corrigée/3 3 +corriger/4 11 +corrigeuse/3 9 +corrigible/1 4 +corroboration/1 2 +corroborée/3 3 +corroborer/4 5 +corrodante/3 3 +corrodée/3 3 +corroder/4 5 +corroierie/1 2 +corrompre/52 79 +corrompue/3 6 +corrosion/1 2 +corrosive/3 3 +corroyage/1 1 +corroyer/4 5 +corroyeuse/3 9 +corruptibilité/1 2 +corruptible/1 4 +corruption/1 2 +corruptrice/3 6 +corsage/1 1 +corsaire/1 10 +corse/1 13 +corsée/3 3 +corselet/1 1 +corser/4 11 +corset/1 1 +corsetée/3 3 +corseter/47 5 +corseterie/1 2 +corsetière/3 6 +corso/1 1 +cortège/1 1 +cortès 46 +cortex 7 +corticale/8 3 +corticoïde/1 4 +corticoïde/1 1 +corticostéroïde/1 4 +corticostéroïde/1 1 +corticosurrénale/1 2 +cortico-surrénale/1 2 +corticosurrénale/8 3 +cortico-surrénale/8 3 +corticothérapie/1 2 +corticotrophine/1 2 +cortinaire/1 1 +cortine/1 2 +cortisol/1 1 +cortisone/1 2 +cortisonique/1 4 +coruscante/3 3 +corvéable/1 4 +corvée/1 2 +corvette/1 2 +corvidé/1 1 +corymbe/1 1 +coryphée/1 10 +coryza/1 1 +cosaque/1 13 +cosécante/1 2 +cosignataire/1 10 +cosignée/3 3 +cosigner/4 5 +cosinus 7 +cosméticienne/3 9 +cosmétique/1 4 +cosmétiquer/4 5 +cosmétologie/1 2 +cosmétologue/1 10 +cosmicité/1 2 +cosmide/1 1 +cosmique/1 4 +cosmiquement 8 +cosmodrome/1 1 +cosmogénique/1 4 +cosmogonie/1 2 +cosmogonique/1 4 +cosmographe/1 10 +cosmographie/1 2 +cosmographique/1 4 +cosmologie/1 2 +cosmologique/1 4 +cosmologiste/1 10 +cosmologue/1 10 +cosmonaute/1 10 +cosmopolite/1 10 +cosmopolitisme/1 1 +cosmos 7 +cossarde/3 6 +cosse/1 2 +cosser/10 14 +cossue/3 3 +costale/8 3 +costard/1 1 +costaricaine/3 6 +costaricienne/3 6 +costaude/3 6 +costière/1 2 +costume/1 1 +costumée/3 3 +costumer/4 11 +costumière/3 9 +cosy/1 1 +cotable/1 4 +cotangente/1 2 +cotation/1 2 +cote/1 2 +côte/1 2 +côté/1 1 +coteau/19 1 +cotée/3 3 +côtelée/3 3 +côtelette/1 2 +coter/4 17 +coterie/1 2 +cothurne/1 1 +cotice/1 2 +coticée/3 3 +cotidale/8 3 +côtière/3 3 +cotillon/1 1 +cotinga/1 1 +cotir/29 84 +cotisante/3 6 +cotisation/1 2 +cotiser/4 102 +côtoiement/1 1 +coton/1 1 +cotonéaster/1 1 +cotonnade/1 2 +cotonnée/3 3 +cotonner/4 42 +cotonnerie/1 2 +cotonneuse/8 3 +cotonneusement 8 +cotonnière/3 6 +cotons-tiges 20 +coton-tige 18 +côtoyée/3 3 +côtoyer/4 11 +cotre/1 1 +cotret/1 1 +cotriade/1 2 +cottage/1 1 +cotte/1 2 +cotutelle/1 2 +cotutrice/3 9 +cotylédon/1 1 +cou/1 1 +couac/1 1 +couarde/3 6 +couardement 8 +couardise/1 2 +couchage/1 1 +couchailler/10 14 +couchante/3 6 +couche/1 2 +couche-culotte 47 +couchée/3 3 +coucher/1 1 +coucher/4 42 +coucherie/1 2 +couches-culottes 46 +couche-tard 105 +couche-tôt 105 +couchette/1 2 +coucheuse/3 6 +couchis 7 +couchitique/1 4 +couchoir/1 1 +coucicouça 8 +couci-couça 8 +coucou 70 +coucou/1 1 +coucoumelle/1 2 +coude/1 1 +coudée/3 3 +coudée/1 2 +cou-de-pied 18 +couder/4 5 +coudière/1 2 +coudoiement/1 1 +coudou/1 1 +coudoyer/4 5 +coudraie/1 2 +coudre/116 82 +coudrier/1 1 +couenne/1 2 +couette/1 2 +couffin/1 1 +coufique/1 4 +coufique/1 1 +cougouar/1 1 +couguar/1 1 +couic 70 +couille/1 2 +couiller/4 5 +couillonnade/1 2 +couillonne/3 6 +couillonner/4 5 +couillue/3 3 +couinement/1 1 +couiner/10 14 +coulage/1 1 +coulante/3 3 +coule/1 2 +coulée/3 6 +coulemelle/1 2 +couler/4 42 +couleur/1 2 +couleuvre/1 2 +couleuvreau/19 1 +couleuvrine/1 2 +couleuvrinier/1 1 +coulibiac/1 1 +coulis 7 +coulissage/1 1 +coulissante/3 3 +coulisse/1 2 +coulisseau/19 1 +coulissée/3 3 +coulissement/1 1 +coulisser/4 17 +coulissier/1 1 +couloir/1 1 +coulomb/61 1 +coulombienne/3 3 +coulommiers 7 +coulpe/1 2 +coulure/1 2 +country 105 +coup/1 1 +coupable/1 13 +coupablement 8 +coupage/1 1 +coupaillée/3 3 +coupailler/4 5 +coupante/3 6 +coupe/1 2 +coupeau/19 1 +coupe-batterie 7 +coupe-batterie/1 1 +coupe-chou/19 1 +coupe-choux 7 +coupe-cigare/1 1 +coupe-cigares 7 +coupe-circuit 7 +coupe-circuit/1 1 +coupecoupe 7 +coupe-coupe 7 +coupecoupe/1 1 +coupé-décalé 18 +coupée/3 6 +coupe-faim 7 +coupe-faim/1 1 +coupe-feu 7 +coupe-feu/19 1 +coupe-file 7 +coupe-file/1 1 +coupe-gorge 7 +coupe-gorge/1 1 +coupe-jambon 7 +coupe-jambon/1 1 +coupe-jarret/1 1 +coupe-jarrets 7 +coupe-légume/1 1 +coupe-légumes 7 +coupellation/1 2 +coupelle/1 2 +coupeller/4 5 +coupe-motte/1 1 +coupe-mottes 7 +coupe-ongle/1 1 +coupe-ongles 7 +coupe-papier 7 +coupe-papier/1 1 +coupe-pâte 7 +coupe-pâte/1 1 +couper/4 117 +coupe-racine/1 1 +coupe-racines 7 +couper-coller 7 +couperet/1 1 +couperose/1 2 +couperosée/3 3 +coupés-décalés 20 +coupeuse/3 9 +coupe-vent 7 +coupe-vent/1 1 +couplage/1 1 +couple/1 10 +couplée/3 3 +coupler/4 5 +couplet/1 1 +coupleur/1 1 +coupoir/1 1 +coupole/1 2 +coupon/1 1 +couponnage/1 1 +coupon-réponse 18 +coupons-réponse 20 +coupure/1 2 +couque/1 10 +cour/1 2 +courage/1 1 +courageuse/8 6 +courageusement 8 +courailler/10 14 +couramment 8 +courant 78 +courante/3 6 +courate/1 2 +courbatue/3 3 +courbature/1 2 +courbaturée/3 3 +courbaturer/4 5 +courbe/1 4 +courbe/1 2 +courbée/3 3 +courbement/1 1 +courber/4 42 +courbette/1 2 +courbure/1 2 +courcaillet/1 1 +courée/1 2 +courette/1 2 +coureuse/3 9 +courge/1 2 +courgette/1 2 +courir/108 114 +courlieu/19 1 +courlis 7 +couronne/1 2 +couronnée/3 3 +couronnement/1 1 +couronner/4 11 +couros 7 +courre 155 +courriel/1 1 +courrielleur/1 1 +courrière/3 9 +courriériste/1 10 +courroie/1 2 +courroucée/3 3 +courroucer/4 11 +courroux 7 +cours 7 +course/1 2 +coursée/3 3 +courser/4 5 +coursière/3 9 +coursive/1 2 +coursonne/3 6 +courtage/1 1 +courtaude/3 6 +courtauder/4 5 +court-bouillon 18 +court-circuit 18 +court-circuitage 18 +court-circuitée/3 3 +court-circuiter/4 5 +court-courrier/1 1 +courte/3 3 +courtement 8 +courtepointe/1 2 +courtière/3 9 +courtilière/1 2 +courtine/1 2 +courtisane/3 6 +courtisanerie/1 2 +courtisée/3 6 +courtiser/4 5 +courtoise/3 3 +courtoisement 8 +courtoisie/1 2 +courts-bouillons 20 +courts-circuitages 244 +courts-circuits 20 +courue/3 3 +couscous 7 +couscoussier/1 1 +cous-de-pied 20 +cousette/1 2 +couseuse/3 6 +cousinade/1 2 +cousinage/1 1 +cousine/3 9 +cousiner/10 14 +cousoir/1 1 +coussin/1 1 +coussinet/1 1 +cousue/3 3 +cout/1 1 +coût/1 1 +coutante/3 3 +coûtante/3 3 +couteau/19 1 +couteauner/4 5 +couteau-scie 18 +couteaux-scies 20 +coutelas 7 +coutelière/3 9 +coutellerie/1 2 +couter/4 110 +coûter/4 110 +couteuse/8 3 +coûteuse/8 3 +couteusement 8 +coûteusement 8 +coutil/1 1 +coutoner/4 5 +coutoyer/4 5 +coutre/1 1 +coutume/1 2 +coutumière/3 3 +coutumièrement 8 +couture/1 2 +couturée/3 3 +couturer/4 5 +couturière/3 9 +couvade/1 2 +couvain/1 1 +couvaison/1 2 +couvée/3 3 +couvée/1 2 +couvent/1 1 +couver/4 17 +couvercle/1 1 +couverte/3 6 +couverture/1 2 +couveuse/1 4 +couveuse/1 2 +couvoir/1 1 +couvrante/3 6 +couvre-chaussure/1 1 +couvre-chef/1 1 +couvre-feu/19 1 +couvre-joint/1 1 +couvre-lit/1 1 +couvre-livre/1 1 +couvre-objet/1 1 +couvrepied/1 1 +couvre-pieds 7 +couvre-plat/1 1 +couvre-théière/1 1 +couvreuse/3 9 +couvrir/81 79 +covalence/1 2 +covalente/3 3 +covariance/1 2 +covariante/3 6 +covecteur/1 1 +covendeuse/3 9 +covergirl/1 2 +cover-girl/1 2 +covoiturage/1 1 +covolume/1 1 +cowboy/1 1 +cow-boy/1 1 +coxale/8 3 +coxalgie/1 2 +coxalgique/1 4 +coxarthrose/1 2 +coxer/4 5 +coxofémorale/8 3 +coxo-fémorale/8 3 +coyau/1 1 +coyer/1 1 +coyote/1 1 +crabe/1 1 +crabier/1 1 +crabot/1 1 +crabotage/1 1 +crac 70 +crac/1 1 +crachat/1 1 +crachée/3 3 +crachement/1 1 +cracher/4 17 +cracheuse/3 6 +crachin/1 1 +crachiner/69 111 +crachoir/1 1 +crachotement/1 1 +crachoter/10 14 +crachouiller/4 17 +crachouillis 7 +crack/1 1 +cracker/1 10 +crackeuse/3 9 +cracking/1 1 +cracovienne/3 6 +cracra 45 +crade/1 4 +cradingue/1 4 +crado/1 13 +cradot/1 4 +craie/1 2 +craignos 45 +crailler/10 14 +craindre/119 114 +crainte/3 3 +crainte/1 2 +craintive/3 6 +craintivement 8 +crambe/1 1 +crambé/1 1 +cramée/3 3 +cramer/4 17 +cramique/1 4 +cramoisie/3 3 +crampe/1 2 +crampillon/1 1 +crampon/1 1 +cramponnée/3 3 +cramponnement/1 1 +cramponner/4 11 +cramponnet/1 1 +crampser/10 14 +cramser/10 14 +cran/1 1 +cranberry/41 2 +cranberry/1 2 +crâne/1 1 +crânement 8 +craner/4 5 +crâner/10 14 +crânerie/1 2 +crâneuse/3 6 +craniectomie/1 2 +crânienne/3 3 +craniologie/1 2 +craniologique/1 4 +craniosténose/1 2 +crantage/1 1 +crantée/3 3 +cranter/4 5 +crapahuter/10 14 +crapaud/1 1 +crapaudière/1 2 +crapaudine/1 2 +crapauduc/1 1 +crapaüter/10 14 +crapette/1 2 +crapoter/10 14 +crapoteuse/8 3 +crapouillot/1 1 +crapoussine/3 9 +crapule/1 2 +crapuler/10 14 +crapulerie/1 2 +crapuleuse/8 3 +crapuleusement 8 +craquage/1 1 +craquante/3 3 +craquée/3 3 +craquelage/1 1 +craquelée/3 3 +craquèlement/1 1 +craqueler/40 11 +craquelin/1 1 +craquellement/1 1 +craquelure/1 2 +craquement/1 1 +craquer/4 17 +craquètement/1 1 +craqueter/72 14 +craquettement/1 1 +craqueur/1 1 +crase/1 2 +crash/41 1 +crash/1 1 +crasher/4 55 +crassane/1 2 +crasse/1 2 +crasser/4 5 +crasseuse/8 6 +crassier/1 1 +crassulacée/1 4 +crassulacée/1 2 +cratère/1 1 +craterelle/1 2 +cratériforme/1 4 +cratérisation/1 2 +cratérisée/3 3 +craton/1 1 +cravache/1 2 +cravachée/3 3 +cravacher/4 17 +cravate/1 2 +cravatée/3 3 +cravater/4 11 +crave/1 1 +crawl 18 +crawlée/3 3 +crawler/10 14 +crawleuse/3 9 +crayeuse/8 3 +crayon/1 1 +crayonnage/1 1 +crayonné/1 1 +crayonner/4 5 +crayonneuse/3 9 +crayonneuse/8 3 +créance/1 2 +créancière/3 6 +créatine/1 2 +créatinine/1 2 +création/1 2 +créationnisme/1 1 +créationniste/1 13 +créative/3 6 +créativité/1 2 +créatrice/3 6 +créature/1 2 +crécelle/1 2 +crécerelle/1 2 +crècerelle/1 2 +crèche/1 2 +crécher/63 14 +crédence/1 2 +crédibiliser/4 5 +crédibilité/1 2 +crédible/1 4 +crédirentière/3 6 +crédit/1 1 +crédit-bail 18 +créditée/3 3 +créditer/4 5 +créditiste/1 13 +crédit-relai/1 1 +crédit-relais 7 +créditrice/3 6 +crédits-bails 20 +credo 7 +crédo/1 1 +crédule/1 13 +crédulement 8 +crédulité/1 2 +créée/3 3 +créer/4 11 +crémaillère/1 2 +crémant/1 1 +crémation/1 2 +crématiste/1 13 +crématoire/1 4 +crematorium/1 1 +crématorium/1 1 +crème 45 +crème/1 10 +crémée/3 3 +crémer/63 14 +crémerie/1 2 +crèmerie/1 2 +crémeuse/8 3 +crémière/3 9 +crémone/1 2 +crénage/1 1 +créneau/19 1 +crénelage/1 1 +crènelage/1 1 +crénelée/3 3 +crènelée/3 3 +créneler/167 5 +crèneler/167 5 +crénelure/1 2 +crènelure/1 2 +créner/33 5 +crénom 70 +crénothérapie/1 2 +créole/1 13 +créolisation/1 2 +créoliser/4 11 +créolisme/1 1 +créoliste/1 10 +créolité/1 2 +créosote/1 2 +créosoter/4 5 +crêpage/1 1 +crêpe/1 10 +crêpée/3 3 +crêpelée/3 3 +crêpelure/1 2 +crêper/4 11 +crêperie/1 2 +crépi/1 1 +crépidule/1 2 +crépie/3 3 +crêpière/3 9 +crépin/1 1 +crépine/1 2 +crépinette/1 2 +crépir/29 84 +crépissage/1 1 +crépisseuse/3 9 +crépissure/1 2 +crépitante/3 3 +crépitation/1 2 +crépitement/1 1 +crépiter/10 14 +crépon/1 1 +crépue/3 3 +crépusculaire/1 4 +crépuscule/1 1 +crescendo 8 +crescendo 7 +crescendo/1 1 +cressicultrice/3 9 +cressiculture/1 2 +cresson/1 1 +cressonnette/1 2 +cressonnière/1 2 +crésus 7 +crétacé/1 1 +crétacée/3 3 +crête/1 2 +crêtée/3 3 +crételer/166 14 +crèteler/166 5 +crêter/4 11 +crétine/3 6 +crétinerie/1 2 +crétinisation/1 2 +crétiniser/4 5 +crétinisme/1 1 +crétoise/3 6 +creton/1 1 +cretonne/1 2 +creusage/1 1 +creuse/8 3 +creusée/3 3 +creusement/1 1 +creuser/4 42 +creuset/1 1 +creusoise/3 6 +creux 7 +crevaison/1 2 +crevante/3 3 +crevarde/3 6 +crevasse/1 2 +crevassée/3 3 +crevasser/4 11 +crevé/1 1 +crève/1 2 +crève-cœur 7 +crève-cœur/1 1 +crevée/3 3 +crevée/1 2 +crève-la-faim 88 +crever/47 42 +crève-tonneau 7 +crève-tonneau/19 1 +crevette/1 2 +crevettier/1 1 +crève-vessie 7 +crève-vessie/1 1 +crevure/1 2 +cri/1 1 +criaillement/1 1 +criailler/10 14 +criaillerie/1 2 +criailleuse/3 6 +criante/3 3 +criarde/3 6 +criblage/1 1 +crible/1 1 +criblée/3 3 +cribler/4 5 +cribleuse/3 9 +cric/1 1 +cricket/1 1 +cricri/1 1 +cri-cri/1 1 +criée/3 3 +criée/1 2 +crier/4 17 +crieuse/3 6 +crime/1 1 +criminalisation/1 2 +criminalisée/3 3 +criminaliser/4 5 +criminaliste/1 13 +criminalistique/1 2 +criminalité/1 2 +criminelle/3 6 +criminellement 8 +criminogène/1 4 +criminologie/1 2 +criminologique/1 4 +criminologiste/1 10 +criminologue/1 10 +crin/1 1 +crinière/1 2 +crinoïde/1 4 +crinoïde/1 1 +crinoline/1 2 +criocère/1 1 +crique/1 10 +criquer/4 11 +criquet/1 1 +crise/1 2 +criser/10 14 +crispante/3 3 +crispation/1 2 +crispée/3 3 +crisper/4 11 +criss 7 +crissante/3 3 +crissement/1 1 +crisser/10 14 +cristal/19 1 +cristallerie/1 2 +cristallière/3 9 +cristallin/1 1 +cristalline/3 3 +cristallinienne/3 3 +cristallinité/1 2 +cristallisable/1 4 +cristallisante/3 3 +cristallisation/1 2 +cristallisée/3 3 +cristalliser/4 42 +cristallisoir/1 1 +cristallite/1 2 +cristallochimie/1 2 +cristallogène/1 4 +cristallogène/1 1 +cristallogenèse/1 2 +cristallogénie/1 2 +cristallographe/1 10 +cristallographie/1 2 +cristallographique/1 4 +cristalloïde/1 13 +cristallophyllienne/3 3 +criste-marine 47 +cristes-marines 263 +critère/1 1 +critériologie/1 2 +critériologique/1 4 +criterium/51 1 +critérium/1 1 +crithme/1 1 +criticailler/4 17 +criticisme/1 1 +criticiste/1 13 +criticité/1 2 +critiquable/1 4 +critique/1 13 +critiquée/3 3 +critiquement 8 +critiquer/4 5 +critiqueuse/3 6 +croassante/3 3 +croassement/1 1 +croasser/10 14 +croate/1 13 +croc/1 1 +croc-en-jambe 18 +croche/1 4 +croche/1 2 +crochepatte/1 1 +croche-patte/1 1 +crochepied/1 1 +croche-pied/1 1 +crocher/4 17 +crochet/1 1 +crochetage/1 1 +crochetée/3 3 +crocheter/47 5 +crocheteur/1 1 +crochue/3 3 +croco/1 1 +crocodile/1 1 +crocodilien/1 1 +crocs-en-jambe 20 +crocus 7 +croire/144 131 +croisade/1 2 +croisée/3 6 +croisement/1 1 +croiser/4 42 +croisetée/3 3 +croisette/1 2 +croiseur/1 1 +croisière/1 2 +croisiériste/1 10 +croisillon/1 1 +croissance/1 2 +croissant/1 1 +croissante/3 3 +croissantée/3 3 +croissanterie/1 2 +croissantière/3 9 +croisure/1 2 +croit/1 1 +croît/1 1 +croitre/146 91 +croître/146 91 +croix 57 +crole/1 2 +crolée/3 6 +croler/10 14 +crolle/1 2 +crollée/3 6 +croller/10 14 +cromlech/1 1 +crônir 92 +crooner/1 10 +crooneuse/3 9 +croquante/3 6 +croquée/3 3 +croque-madame 7 +croquemadame/1 1 +croquembouche/1 1 +croquemitaine/1 1 +croque-mitaine/1 1 +croque-monsieur 7 +croquemonsieur/1 1 +croquemort/1 1 +croque-mort/1 1 +croquenot/1 1 +croquenote/1 10 +croque-note/1 10 +croquer/4 17 +croquet/1 1 +croquette/1 2 +croqueuse/3 9 +croquignolette/3 3 +croquis 7 +croskill/1 1 +crosne/1 1 +cross 7 +cross-country/41 1 +crosscountry/1 1 +cross-country/1 1 +crosse/1 2 +crossée/3 3 +crosser/4 5 +crossette/1 2 +crossoptérygien/1 1 +crotale/1 1 +crotte/1 2 +crottée/3 3 +crotter/4 42 +crottin/1 1 +crouillat/1 1 +crouille/1 10 +croulante/3 6 +croule/1 2 +crouler/10 14 +crounir 92 +croup/1 1 +croupade/1 2 +croupe/1 2 +croupetons 87 +croupie/3 3 +croupière/3 9 +croupion/1 1 +croupionner/10 14 +croupir/55 92 +croupissante/3 3 +croupissement/1 1 +croupon/1 1 +croustade/1 2 +croustillante/3 3 +croustiller/10 14 +croustilleuse/8 3 +croute/1 2 +croûte/1 2 +crouter/4 17 +croûter/4 17 +crouteuse/8 3 +croûteuse/8 3 +crouth/1 1 +crouton/1 1 +croûton/1 1 +croutonner/4 55 +croûtonner/4 55 +croyable/1 4 +croyance/1 2 +croyante/3 6 +cruauté/1 2 +cruche/1 2 +cruchon/1 1 +cruciale/8 3 +crucialement 8 +crucifère/1 4 +crucifère/1 2 +crucifiante/3 3 +crucifiée/3 6 +crucifiement/1 1 +crucifier/4 5 +crucifix 7 +crucifixion/1 2 +cruciforme/1 4 +cruciverbiste/1 13 +crudité/1 2 +crudivore/1 4 +crudivorisme/1 1 +crue/3 6 +cruelle/3 3 +cruellement 8 +cruentée/3 3 +cruiser/1 1 +cruiseur/1 1 +crumble/1 1 +crument 8 +crûment 8 +crurale/8 3 +cruralgie/1 2 +crustacé/1 1 +cruzado/1 1 +cruzeiro/1 1 +crwth/1 1 +cryobiologie/1 2 +cryochimie/1 2 +cryochirurgie/1 2 +cryoconductrice/3 3 +cryoconservation/1 2 +cryogène/1 1 +cryogénie/1 2 +cryogénique/1 4 +cryogénisation/1 2 +cryogénisée/3 3 +cryogéniser/4 5 +cryokinésie/1 2 +cryolite/1 2 +cryolithe/1 2 +cryologie/1 2 +cryométrie/1 2 +cryophysique/1 2 +cryoscopie/1 2 +cryosphère/1 2 +cryostat/1 1 +cryotechnique/1 4 +cryotechnique/1 2 +cryotempérature/1 2 +cryothérapie/1 2 +cryoturbation/1 2 +cryptage/1 1 +cryptanalyse/1 2 +crypte/1 2 +cryptée/3 3 +crypter/4 5 +cryptique/1 4 +cryptobiose/1 2 +cryptobiotique/1 4 +cryptococcose/1 2 +cryptocommuniste/1 13 +cryptogame/1 4 +cryptogame/1 1 +cryptogamie/1 2 +cryptogamique/1 4 +cryptogénétique/1 4 +cryptogénique/1 4 +cryptogramme/1 1 +cryptographe/1 10 +cryptographie/1 2 +cryptographiée/3 3 +cryptographier/4 5 +cryptographique/1 4 +cryptologie/1 2 +cryptologique/1 4 +cryptologue/1 10 +cryptorchidie/1 2 +cryptosporidiose/1 2 +cryptozoologie/1 2 +cténaire/1 1 +cténophore/1 1 +cuadrilla/1 2 +cubage/1 1 +cubaine/3 6 +cubature/1 2 +cube/1 4 +cube/1 1 +cubèbe/1 1 +cuber/4 17 +cuberdon/1 1 +cubilot/1 1 +cubique/1 4 +cubique/1 2 +cubisme/1 1 +cubiste/1 13 +cubitainer/1 1 +cubitale/8 3 +cubitière/1 2 +cubitus 7 +cuboctaèdre/1 1 +cuboméduse/1 2 +cucul 149 +cuculle/1 2 +cucurbitacée/1 4 +cucurbitacée/1 2 +cucurbite/1 2 +cucurbitin/1 1 +cucuterie/1 2 +cueillage/1 1 +cueillaison/1 2 +cueillette/1 2 +cueilleuse/3 9 +cueillie/3 3 +cueillir/127 82 +cueilloir/1 1 +cuesta/1 2 +cuicui 70 +cui-cui 70 +cui-cui 7 +cuicui/1 1 +cuider/1 1 +cuiller/1 2 +cuillère/1 2 +cuillerée/1 2 +cuilleron/1 1 +cuir/1 1 +cuirasse/1 2 +cuirassé/1 1 +cuirassée/3 3 +cuirassement/1 1 +cuirasser/4 11 +cuirassier/1 1 +cuire/84 114 +cuisamment 8 +cuisante/3 3 +cuiseuse/3 9 +cuisine/1 2 +cuisinée/3 3 +cuisiner/4 17 +cuisinette/1 2 +cuisinière/3 9 +cuisiniste/1 10 +cuissage 18 +cuissarde/3 9 +cuisse/1 2 +cuisseau/19 1 +cuisson/1 2 +cuissot/1 1 +cuistance/1 2 +cuistax 7 +cuistot/1 1 +cuistre/1 1 +cuistrerie/1 2 +cuite/3 3 +cuite/1 2 +cuiter/4 55 +cuit-vapeur 7 +cuivrage/1 1 +cuivre/1 1 +cuivrée/3 3 +cuivrer/4 5 +cuivrerie/1 2 +cuivreuse/8 3 +cuivrique/1 4 +cul/1 1 +culasse/1 2 +culbutage/1 1 +culbute/1 2 +culbutée/3 3 +culbuter/4 17 +culbuteur/1 1 +cul-de-bassefosse 18 +cul-de-basse-fosse 18 +cul-de-jatte 18 +cul-de-lampe 18 +cul-de-poule 18 +cul-de-sac 18 +culée/1 2 +culer/4 17 +culeron/1 1 +culex 7 +culière/1 2 +culinaire/1 4 +culinairement 8 +culminance/1 2 +culminante/3 3 +culmination/1 2 +culminer/10 14 +culot/1 1 +culottage/1 1 +culotte/1 2 +culottée/3 3 +culotter/4 11 +culottière/3 9 +culpabilisante/3 3 +culpabilisation/1 2 +culpabilisée/3 3 +culpabiliser/4 17 +culpabilité/1 2 +culs-de-bassefosse 20 +culs-de-basse-fosse 20 +culs-de-jatte 20 +culs-de-lampe 20 +culs-de-sac 20 +culte/1 1 +cultisme/1 1 +cultivable/1 4 +cultivar/1 1 +cultivatrice/3 6 +cultivée/3 3 +cultiver/4 11 +cultuelle/3 3 +cultuellement 8 +culturale/8 3 +culturalisme/1 1 +culturaliste/1 13 +culture/1 2 +culturelle/3 3 +culturellement 8 +culturisme/1 1 +culturiste/1 13 +cumin/1 1 +cumul/1 1 +cumulable/1 4 +cumularde/3 9 +cumulation/1 2 +cumulative/3 3 +cumulativement 8 +cumulatrice/3 9 +cumulée/3 3 +cumuler/4 5 +cumulet/1 1 +cumulodôme/1 1 +cumulo-dôme/1 1 +cumulonimbus 7 +cumulo-nimbus 7 +cumulostratus 7 +cumulo-stratus 7 +cumulovolcan/1 1 +cumulo-volcan/1 1 +cumulus 7 +cunéiforme/1 4 +cunéiforme/1 1 +cunette/1 2 +cuniculicultrice/3 9 +cuniculiculture/1 2 +cunicultrice/3 9 +cuniculture/1 2 +cunnilinctus 7 +cunnilingus 7 +cupide/1 13 +cupidement 8 +cupidité/1 2 +cupidon/1 1 +cupressinée/1 4 +cupressinée/1 2 +cuprifère/1 4 +cuprique/1 4 +cuprite/1 2 +cuproalliage/1 1 +cupro-alliage/1 1 +cuproammoniacale/8 3 +cupro-ammoniacale/8 3 +cupronickel/1 1 +cupule/1 2 +curabilité/1 2 +curable/1 4 +curaçao/1 1 +curage/1 1 +curaillon/1 1 +curare/1 1 +curarisante/3 3 +curarisation/1 2 +curatelle/1 2 +curative/3 3 +curatrice/3 6 +curcuma/1 1 +cure/1 2 +curé/1 1 +cure-dent/1 1 +cure-dents 7 +curée/1 2 +cure-ongle/1 1 +cure-ongles 7 +cure-oreille 7 +cure-oreille/1 1 +cure-pipe/1 1 +cure-pipes 7 +curer/4 11 +curetage/1 1 +cureter/40 5 +cureton/1 1 +curettage/1 1 +curette/1 2 +curiale/8 3 +curie/1 2 +curie/61 1 +curiethérapie/1 2 +curieuse/8 6 +curieusement 8 +curiosité/1 2 +curiste/1 10 +curium/1 1 +curling/1 1 +curriculum/51 1 +curriculum/1 1 +curry/1 1 +curseur/1 1 +cursive/3 3 +cursivement 8 +cursus 7 +curule/1 4 +curviligne/1 4 +curvimètre/1 1 +cuscutacée/1 4 +cuscutacée/1 2 +cuscute/1 2 +cuspide/1 2 +custode/1 10 +custom/1 1 +customisation/1 2 +customiser/4 5 +cutanée/3 3 +cut-back 7 +cutback/1 1 +cuter 55 +cuti/1 2 +cuticule/1 2 +cutine/1 2 +cutiréaction/1 2 +cuti-réaction/1 2 +cutter/1 1 +cutteur/1 1 +cuvage/1 1 +cuvaison/1 2 +cuve/1 2 +cuveau/19 1 +cuvée/1 2 +cuvelage/1 1 +cuvèlement/1 1 +cuveler/40 5 +cuvellement/1 1 +cuver/4 17 +cuverie/1 2 +cuvette/1 2 +cuvier/1 1 +cuviste/1 10 +cyan 45 +cyan/1 1 +cyanamide/1 10 +cyanelle/1 2 +cyanhydrique/1 4 +cyanoacrylate/1 1 +cyanobactérie/1 2 +cyanocobalamine/1 2 +cyanogène/1 4 +cyanogène/1 1 +cyanophycée/1 4 +cyanophycée/1 2 +cyanose/1 2 +cyanosée/3 3 +cyanoser/4 5 +cyanuration/1 2 +cyanure/1 1 +cyberattaque/1 2 +cybercafé/1 1 +cybercaméra/1 2 +cybercrime/1 1 +cybercriminalité/1 2 +cybercriminelle/3 9 +cyberculture/1 2 +cyberdélinquance/1 2 +cyberdélinquante/3 6 +cyberdépendance/1 2 +cyberespace/1 1 +cyberguerre/1 2 +cybermonde/1 1 +cybernéticienne/3 9 +cybernétique/1 4 +cybernétique/1 2 +cyberpunk 45 +cyberpunk/1 4 +cybersquat/1 1 +cybersquattage/1 1 +cybersquatter/1 10 +cybersquatter/4 5 +cybersquatteuse/3 9 +cyborg/1 1 +cycas 7 +cyclable/1 4 +cyclamen/1 1 +cyclane/1 1 +cycle/1 1 +cyclicité/1 2 +cyclique/1 4 +cycliquement 8 +cyclisation/1 2 +cycliser/4 5 +cyclisme/1 1 +cycliste/1 13 +cyclo/1 1 +cycloalcane/1 1 +cyclocross 7 +cyclo-cross 7 +cyclo-cross/41 1 +cyclodextrine/1 2 +cyclogenèse/1 2 +cyclohexane/1 1 +cycloïdale/8 3 +cycloïde/1 10 +cyclomoteur/1 1 +cyclomotoriste/1 10 +cyclonage/1 1 +cyclonale/8 3 +cyclone/1 1 +cyclonique/1 4 +cyclope/1 1 +cyclopéenne/3 3 +cyclo-pousse 7 +cyclopousse/1 1 +cyclorama/1 1 +cyclorameur/1 1 +cyclostome/1 1 +cyclothymie/1 2 +cyclothymique/1 4 +cyclotomie/1 2 +cyclotomique/1 4 +cyclotourisme 18 +cyclotouriste/1 10 +cyclotron/1 1 +cygne/1 1 +cylindrage/1 1 +cylindraxe/1 1 +cylindre/1 1 +cylindrée/3 3 +cylindrer/4 5 +cylindreuse/3 9 +cylindrique/1 4 +cylindroïde/1 4 +cymaise/1 2 +cymbalaire/1 2 +cymbale/1 2 +cymbalière/3 9 +cymbaliste/1 10 +cymbalum/1 1 +cyme/1 2 +cynégétique/1 4 +cynégétique/1 2 +cynips 7 +cynique/1 13 +cyniquement 8 +cynisme/1 1 +cynocéphale/1 13 +cynodrome/1 1 +cynoglosse/1 2 +cynophile/1 13 +cynorhodon/1 1 +cyon/1 1 +cypéracée/1 4 +cypéracée/1 2 +cyphoscoliose/1 2 +cyphose/1 2 +cyprès 7 +cyprière/1 2 +cyprin/1 1 +cyprine/1 2 +cypriote/1 13 +cyrénaïque/1 13 +cyrillique/1 4 +cystectomie/1 2 +cystéine/1 2 +cysticerque/1 1 +cystine/1 2 +cystique/1 4 +cystite/1 2 +cystographie/1 2 +cystoscope/1 1 +cystoscopie/1 2 +cystostomie/1 2 +cystotomie/1 2 +cytidine/1 2 +cytise/1 1 +cytobactériologique/1 4 +cytochrome/1 1 +cytodiagnostic/1 1 +cytodiérèse/1 2 +cytogénéticienne/3 9 +cytogénétique/1 4 +cytokine/1 2 +cytokinine/1 2 +cytologie/1 2 +cytologique/1 4 +cytologiquement 8 +cytologiste/1 10 +cytolyse/1 2 +cytomégalovirus 7 +cytomètre/1 1 +cytométrie/1 2 +cytométrique/1 4 +cytopathologie/1 2 +cytopathologique/1 4 +cytopathologiste/1 10 +cytoplasme/1 1 +cytoplasmique/1 4 +cytosine/1 2 +cytosol/1 1 +cytosquelette/1 1 +cytotoxicité/1 2 +cytotoxique/1 4 +czar/1 1 +czimbalum/1 1 +d 78 +d 7 +d/38 7 +d'Alembert 15 +d'Aquin 15 +dB/38 7 +d'Estaing 15 +dacryocystite/1 2 +dactyle/1 1 +dactylique/1 4 +dactylo/1 10 +dactylogramme/1 1 +dactylographe/1 10 +dactylographie/1 2 +dactylographiée/3 3 +dactylographier/4 5 +dactylographique/1 4 +dactylologie/1 2 +dactylologique/1 4 +dactyloscopie/1 2 +dada/1 1 +dadais 7 +dadaïsme/1 1 +dadaïste/1 13 +d'affilée 87 +dagorne/1 2 +dague/1 2 +daguer/4 5 +daguerréotype/1 1 +daguerréotypie/1 2 +daguet/1 1 +dahir/1 1 +dahlia/1 1 +dahoméenne/3 6 +dahu/1 1 +daigner/4 5 +daim/1 1 +daïmio/1 1 +daine/1 2 +dais 7 +dalaïlama/1 1 +dalaï-lama/1 1 +daleau/1 +dalembertienne/3 +dallage/1 1 +dalle 87 +dalle/1 2 +dallée/3 3 +daller/4 5 +dalleuse/3 9 +dalmate/1 13 +dalmatienne/3 9 +dalmatique/1 4 +dalot/1 1 +dalton/61 1 +daltonienne/3 6 +daltonisme/1 1 +dam 18 +damage/1 1 +damalisque/1 2 +daman/1 1 +damas 7 +damasquinage/1 1 +damasquinée/3 3 +damasquiner/4 5 +damasquinerie/1 2 +damasquineuse/3 9 +damasquinure/1 2 +damassé/1 1 +damassée/3 3 +damasser/4 5 +damassine/1 2 +damassure/1 2 +dame/1 2 +dame-jeanne 47 +damer/4 17 +dames-jeannes 46 +dameuse/3 9 +damier/1 1 +damnable/1 4 +damnation/1 2 +damnée/3 6 +damner/4 42 +damoiseau/19 1 +damoiselle/1 2 +dan/1 1 +danaïde/1 4 +danaïde/1 2 +dancing/1 1 +dandin/1 1 +dandinante/3 3 +dandinement/1 1 +dandiner/4 11 +dandinette/1 2 +dandy/41 1 +dandy/1 1 +dandysme/1 1 +danger/1 1 +dangereuse/8 3 +dangereusement 8 +dangerosité/1 2 +danienne/3 3 +danoise/3 6 +dans 99 +dansable/1 4 +dansante/3 3 +danse/1 2 +danser/4 17 +danseuse/3 9 +dansoter/10 14 +dansotter/10 14 +d'antan 139 +dantesque/1 4 +dantoniste/1 13 +danubienne/3 3 +daphné/1 1 +daphnie/1 2 +daraise/1 2 +darbouka/1 2 +darce/1 2 +dard/1 1 +darder/4 42 +daredare 87 +dare-dare 87 +dariole/1 2 +darique/1 4 +darmstadtium/1 1 +darne/1 4 +daronne/3 9 +d'arrachepied 87 +d'arrache-pied 87 +darse/1 2 +dartois 7 +dartre/1 2 +dartreuse/8 3 +dartrose/1 2 +darwinienne/3 6 +darwinisme/1 1 +darwiniste/1 13 +dast/38 7 +dasyure/1 1 +datable/1 4 +datage/1 1 +datagramme/1 1 +dataire/1 1 +datation/1 2 +datcha/1 2 +date/1 2 +datée/3 3 +dater/4 17 +daterie/1 2 +dateuse/3 6 +datif/1 1 +dation/1 2 +dative/3 3 +datographe/1 1 +datte/1 2 +dattier/1 1 +datura/1 1 +daube/1 2 +daubée/3 3 +dauber/4 17 +daubeuse/3 9 +daubière/1 2 +dauphine/3 9 +dauphinelle/1 2 +dauphinoise/3 6 +daurade/1 2 +davantage 78 +davier/1 1 +dazibao/1 1 +de 297 +dé/1 1 +déactiver/4 5 +deal/1 1 +dealer/1 10 +dealer/4 17 +dealeuse/3 9 +déambulateur/1 1 +déambulation/1 2 +déambulatoire/1 4 +déambuler/4 102 +débâchage/1 1 +débâchée/3 3 +débâcher/4 17 +débâcle/1 2 +débâclement/1 1 +débâcler/4 17 +débagouler/4 17 +débâillonner/4 5 +déballage/1 1 +déballastage/1 1 +déballée/3 3 +déballer/4 17 +déballonner/4 55 +débalourder/4 5 +débanalisation/1 2 +débanaliser/4 5 +débandade/1 2 +débandage/1 1 +débander/4 42 +débaptisée/3 3 +débaptiser/4 5 +débarbante/3 3 +débarboter/4 5 +débarbouillage/1 1 +débarbouillée/3 3 +débarbouiller/4 11 +débarbouillette/1 2 +débarcadère/1 1 +débardage/1 1 +débarder/4 5 +débardeuse/3 9 +débarquée/3 3 +débarquement/1 1 +débarquer/4 17 +débarras 7 +débarrassée/3 3 +débarrasser/4 42 +débarrasseuse/3 9 +débarrer/4 5 +débat/1 1 +debater/1 10 +débâter/4 5 +débâtir/29 84 +débattement/1 1 +débatteuse/3 9 +débattre/85 79 +débattue/3 3 +débauchage/1 1 +débauche/1 2 +débauchée/3 6 +débaucher/4 11 +débaucheuse/3 9 +débecqueter/40 11 +débecter/4 5 +débenture/1 2 +débenzolage/1 1 +débenzoler/4 5 +débèqueter/47 11 +débet/1 1 +débile/1 13 +débilement 8 +débilitante/3 3 +débilitation/1 2 +débilité/1 2 +débiliter/4 5 +débillarder/4 5 +débine/1 2 +débiner/4 11 +débirentière/3 9 +débit/1 1 +débitable/1 4 +débitage/1 1 +débitante/3 9 +débitée/3 3 +débiter/4 5 +débiteuse/1 2 +débitmètre/1 1 +débitrice/3 6 +déblai/1 1 +déblaiement/1 1 +déblatération/1 2 +déblatérer/63 14 +déblayage/1 1 +déblayée/3 3 +déblayer/4 5 +déblayeuse/3 6 +débleuir/29 84 +déblocable/1 4 +déblocage/1 1 +débloquée/3 3 +débloquer/4 17 +débobiner/4 5 +débogage/1 1 +déboguée/3 3 +déboguer/4 5 +débogueur/1 1 +déboire/1 1 +déboisage/1 1 +déboisée/3 3 +déboisement/1 1 +déboiser/4 5 +déboitée/3 3 +déboîtée/3 3 +déboitement/1 1 +déboîtement/1 1 +déboiter/4 42 +déboîter/4 42 +débonder/4 11 +débonnaire/1 13 +débonnairement 8 +débonnaireté/1 2 +débord/1 1 +débordante/3 3 +débordée/3 3 +débordement/1 1 +déborder/4 42 +débosselage/1 1 +débosseler/40 5 +débosseleuse/3 9 +débotté/1 1 +débotter/4 11 +débouchage/1 1 +débouchée/3 3 +débouchement/1 1 +déboucher/4 17 +déboucheur/1 1 +débouchoir/1 1 +débouclée/3 3 +déboucler/4 5 +débouder/4 42 +débouilli/1 1 +débouillir/160 82 +débouler/4 17 +déboulonnage/1 1 +déboulonnée/3 3 +déboulonnement/1 1 +déboulonner/4 5 +débouquement/1 1 +débouquer/10 14 +débourbage/1 1 +débourber/4 5 +débourbeur/1 1 +débourgeoisée/3 3 +débourrage/1 1 +débourrement/1 1 +débourrer/4 17 +débourreuse/3 9 +débours 7 +déboursement/1 1 +débourser/4 5 +déboussolée/3 3 +déboussoler/4 5 +debout 8 +débouté/1 1 +déboutée/3 3 +déboutement/1 1 +débouter/4 5 +déboutonnage/1 1 +déboutonnée/3 3 +déboutonner/4 11 +débraguetter/4 11 +débraillée/3 6 +débraillement/1 1 +débrailler/4 55 +débranchée/3 3 +débranchement/1 1 +débrancher/4 11 +débrayage/1 1 +débrayer/4 17 +débridée/3 3 +débridement/1 1 +débrider/4 17 +débriefer/4 5 +debriefing/1 1 +débriefing/1 1 +débris 7 +débrochable/1 4 +débrochage/1 1 +débrocher/4 5 +débrôler/4 5 +débrouillage/1 1 +débrouillarde/3 6 +débrouillardise/1 2 +débrouille/1 2 +débrouillement/1 1 +débrouiller/4 11 +débroussaillage/1 1 +débroussaillée/3 3 +débroussaillement/1 1 +débroussailler/4 5 +débroussailleuse/3 9 +débrousser/4 5 +débrumage/1 1 +débucher/4 17 +débudgétisation/1 2 +débudgétiser/4 5 +débuller/4 5 +débureaucratisation/1 2 +débureaucratiser/4 5 +débusquée/3 3 +débusquement/1 1 +débusquer/4 5 +début/1 1 +débutante/3 6 +débuter/4 17 +déc 7 +deçà 8 +déca/1 1 +décachetage/1 1 +décachetée/3 3 +décacheter/40 5 +décadaire/1 4 +décade/1 2 +décadenassée/3 3 +décadenasser/4 5 +décadence/1 2 +décadente/3 6 +décadentisme/1 1 +décadi/1 1 +décadrer/4 5 +décaèdre/1 1 +décaféinée/3 3 +décaféiner/4 5 +décagonale/8 3 +décagone/1 1 +décaissement/1 1 +décaisser/4 5 +décalable/1 4 +décalage/1 1 +décalaminage/1 1 +décalaminée/3 3 +décalaminer/4 5 +décalcariser/4 5 +décalcifiante/3 3 +décalcification/1 2 +décalcifiée/3 3 +décalcifier/4 11 +décalcomanie/1 2 +décalée/3 3 +décaler/4 5 +décalogie/1 2 +décalogue/1 1 +décalottée/3 3 +décalotter/4 5 +décalquage/1 1 +décalquée/3 3 +décalquer/4 5 +décalqueuse/3 9 +décalvante/3 3 +décamètre/1 1 +décamper/10 14 +décan/1 1 +décanale/8 3 +décanat/1 1 +décaniller/10 14 +décantage/1 1 +décantation/1 2 +décantée/3 3 +décanter/4 42 +décanteuse/3 9 +décapage/1 1 +décapante/3 3 +décapeler/40 5 +décaper/4 5 +décapeuse/3 9 +décapitaliser/4 5 +décapitation/1 2 +décapitée/3 6 +décapiter/4 5 +décapode/1 4 +décapode/1 1 +décapole/1 2 +décapotable/1 4 +décapoter/4 5 +décapsulage/1 1 +décapsulation/1 2 +décapsulée/3 3 +décapsuler/4 5 +décapsuleur/1 1 +décapuchonner/4 5 +décarbonatation/1 2 +décarbonater/4 5 +décarboxylation/1 2 +décarburation/1 2 +décarburer/4 5 +décarcassée/3 3 +décarcasser/4 11 +décarottage/1 1 +décarpiller/4 5 +décarreler/40 5 +décarrer/10 14 +décartellisation/1 2 +décartonner/4 5 +décastère/1 1 +décasyllabe/1 1 +décasyllabique/1 4 +décathlon/1 1 +décathlonienne/3 9 +décatie/3 3 +décatir/29 83 +décatissage/1 1 +décatisseuse/3 6 +décauser/4 5 +decauville/1 1 +décavaillonner/4 5 +décavée/3 3 +décaver/4 11 +décédée/3 3 +décéder/63 14 +décelable/1 4 +décelée/3 3 +décèlement/1 1 +déceler/47 5 +décélérateur/1 1 +décélération/1 2 +décélérée/3 3 +décélérer/63 14 +décembre/1 1 +décembriste/1 1 +décemment 8 +décemvir/1 1 +décemvirale/8 3 +décemvirat/1 1 +décemviri +décence/1 2 +décennale/8 3 +décennie/1 2 +décente/3 3 +décentrage/1 1 +décentralisable/1 4 +décentralisation/1 2 +décentralisatrice/3 6 +décentralisée/3 3 +décentraliser/4 11 +décentration/1 2 +décentrée/3 3 +décentrement/1 1 +décentrer/4 11 +déception/1 2 +décercler/4 5 +décérébrante/3 3 +décérébration/1 2 +décérébrée/3 6 +décérébrer/33 5 +décernée/3 3 +décerner/4 5 +décervelage/1 1 +décervelée/3 6 +décerveler/40 5 +décès 7 +décesser/4 5 +décevante/3 3 +décevoir/90 82 +déchagriner/4 5 +déchainée/3 3 +déchaînée/3 3 +déchainement/1 1 +déchaînement/1 1 +déchainer/4 11 +déchaîner/4 11 +déchanter/10 14 +déchaper/4 5 +déchaperonner/4 5 +décharge/1 2 +déchargée/3 3 +déchargement/1 1 +déchargeoir/1 1 +décharger/4 42 +déchargeuse/3 9 +décharnée/3 3 +décharnement/1 1 +décharner/4 5 +déchatoiement/1 1 +déchaumage/1 1 +déchaumer/4 5 +déchaumeuse/3 6 +déchaussage/1 1 +déchaussée/3 3 +déchaussement/1 1 +déchausser/4 42 +déchausseuse/1 2 +déchaussoir/1 1 +déchaux 130 +dèche/1 2 +déchéance/1 2 +décher/33 5 +déchet/1 1 +déchèterie/1 2 +déchetterie/1 2 +déchevelante/3 3 +déchevelée/3 3 +déchevêtrer/4 5 +décheviller/4 5 +déchiffonner/4 5 +déchiffrable/1 4 +déchiffrage/1 1 +déchiffrée/3 3 +déchiffrement/1 1 +déchiffrer/4 17 +déchiffreuse/3 9 +déchiquetage/1 1 +déchiquetée/3 3 +déchiqueter/40 5 +déchiqueteuse/3 9 +déchiqueture/1 2 +déchirage/1 1 +déchirante/3 3 +déchirée/3 3 +déchirement/1 1 +déchirer/4 11 +déchirure/1 2 +déchlorurer/4 5 +déchoir/152 91 +déchoquage/1 1 +déchristianisation/1 2 +déchristianisée/3 3 +déchristianiser/4 11 +déchromer/4 5 +déchronologie/1 2 +déchue/3 6 +de-ci 87 +déci/1 1 +décibel/1 1 +décidabilité/1 2 +décidable/1 4 +décidée/3 3 +décidément 8 +décider/4 115 +décideuse/3 9 +déciduale/1 108 +décidue/3 3 +décigrade/1 1 +décilage/1 1 +décile/1 1 +déciller/4 11 +décimale/8 6 +décimalisation/1 2 +décimaliser/4 5 +décimalité/1 2 +décimateur/1 1 +décimation/1 2 +décime/1 1 +décimée/3 3 +décimer/4 5 +décimétrique/1 4 +decimo 8 +décintrage/1 1 +décintrement/1 1 +décintrer/4 5 +décision/1 2 +décisionnaire/1 10 +décisionnelle/3 3 +décisive/3 3 +décisivement 8 +décisoire/1 4 +décitex 7 +déclamation/1 2 +déclamatoire/1 4 +déclamatrice/3 9 +déclamée/3 3 +déclamer/4 17 +déclarante/3 6 +déclaration/1 2 +déclarative/3 3 +déclaratoire/1 4 +déclarée/3 3 +déclarer/4 11 +déclassée/3 3 +déclassement/1 1 +déclasser/4 5 +déclassification/1 2 +déclassifier/4 11 +déclaveter/40 5 +déclenchable/1 4 +déclenchée/3 3 +déclenchement/1 1 +déclencher/4 11 +déclencheur/1 1 +décléricaliser/4 5 +déclic/1 1 +déclin/1 1 +déclinable/1 4 +déclinaison/1 2 +déclinante/3 3 +déclination/1 2 +déclinatoire/1 4 +déclinatoire/1 1 +déclinée/3 3 +déclinement/1 1 +décliner/4 42 +décliquetage/1 1 +décliqueter/40 5 +déclive/1 10 +déclivité/1 2 +décloisonnée/3 3 +décloisonnement/1 1 +décloisonner/4 5 +déclore/150 82 +déclose/3 3 +déclouer/4 5 +décochage/1 1 +décochement/1 1 +décocher/4 5 +décocté/1 1 +décoction/1 2 +décodage/1 1 +décodée/3 3 +décoder/4 5 +décodeuse/3 9 +décoffrage/1 1 +décoffrer/4 5 +décognoir/1 1 +décohabitation/1 2 +décohérence/1 2 +décoiffage/1 1 +décoiffée/3 3 +décoiffement/1 1 +décoiffer/4 11 +décoinçage/1 1 +décoincement/1 1 +décoincer/4 5 +décolérer/63 14 +décollage/1 1 +décollation/1 2 +décollée/3 3 +décollement/1 1 +décoller/4 42 +décolletage/1 1 +décolleté/1 1 +décolletée/3 3 +décolleter/40 11 +décolleteuse/3 9 +décolonisation/1 2 +décolonisée/3 3 +décoloniser/4 5 +décolorante/3 3 +décoloration/1 2 +décolorée/3 3 +décolorer/4 11 +décombres 20 +décommandée/3 3 +décommander/4 11 +décommettre/73 82 +décommunisation/1 2 +décommuniser/4 5 +décompactage/1 1 +décompacter/4 5 +décompensation/1 2 +décompensatoire/1 4 +décompensée/3 3 +décompenser/10 14 +décompilation/1 2 +décomplexée/3 3 +décomplexer/4 5 +décomposable/1 4 +décomposée/3 3 +décomposer/4 11 +décomposeur/1 1 +décomposition/1 2 +décompressée/3 3 +décompresser/4 17 +décompresseur/1 1 +décompression/1 2 +décomprimée/3 3 +décomprimer/4 5 +décomptage/1 1 +décompte/1 1 +décomptée/3 3 +décompter/4 17 +décompteuse/3 9 +déconcentration/1 2 +déconcentrée/3 3 +déconcentrer/4 11 +déconcertante/3 3 +déconcertée/3 3 +déconcerter/4 5 +déconcubiner 55 +décondensation/1 2 +décondenser/4 5 +déconditionnée/3 3 +déconditionnement/1 1 +déconditionner/4 5 +déconfessionnalisation/1 2 +déconfire/101 82 +déconfite/3 3 +déconfiture/1 2 +décongélation/1 2 +décongelée/3 3 +décongeler/47 5 +décongestion/1 2 +décongestionnée/3 3 +décongestionnement/1 1 +décongestionner/4 5 +décongestive/3 3 +déconnage/1 1 +déconnectée/3 3 +déconnecter/4 5 +déconner/10 14 +déconneuse/3 9 +déconnexion/1 2 +déconseillée/3 3 +déconseiller/4 5 +déconsidération/1 2 +déconsidérée/3 3 +déconsidérer/33 11 +déconsignation/1 2 +déconsigner/4 5 +déconstiper/4 5 +déconstruction/1 2 +déconstructionnisme/1 1 +déconstructiviste/1 13 +déconstruire/77 79 +déconstruisante/3 3 +déconstruite/3 3 +décontamination/1 2 +décontaminée/3 3 +décontaminer/4 5 +décontamineur/1 1 +décontenancée/3 3 +décontenancer/4 11 +décontextualisation/1 2 +décontextualisée/3 3 +décontractant/1 1 +décontractante/3 3 +décontractée/3 3 +décontracter/4 11 +décontraction/1 2 +déconventionnement/1 1 +déconventionner/4 5 +déconvenue/1 2 +déconversion/1 2 +déconvolution/1 2 +décor/1 1 +décoration/1 2 +décorative/3 3 +décorativement 8 +décoratrice/3 9 +décorcer/4 5 +décorder/4 11 +décorée/3 3 +décorer/4 17 +décorner/4 5 +décorporation/1 2 +décorrélation/1 2 +décorticage/1 1 +décortication/1 2 +décortiquée/3 3 +décortiquer/4 5 +décortiqueuse/3 9 +décorum/1 1 +décote/1 2 +décotée/3 3 +découchage/1 1 +découcher/10 14 +découdre/116 79 +découlement/1 1 +découler/10 123 +découpage/1 1 +découpe/1 2 +découpée/3 3 +découper/4 11 +découpeuse/3 9 +découplage/1 1 +découplée/3 3 +découpler/4 5 +découpleur/1 1 +découpoir/1 1 +découpure/1 2 +décourageante/3 3 +découragée/3 3 +découragement/1 1 +décourager/4 11 +découronnée/3 3 +découronnement/1 1 +découronner/4 5 +décours 7 +décousue/3 3 +décousure/1 2 +découverte/3 6 +découvrable/1 4 +découvrement/1 1 +découvreuse/3 9 +découvrir/81 79 +décrambuter 17 +décramponner/4 5 +décrapouiller 11 +décrassage/1 1 +décrassée/3 3 +décrassement/1 1 +décrasser/4 11 +décrasseur/1 1 +décrédibilisation/1 2 +décrédibiliser/4 5 +décréditer/4 11 +décrément/1 1 +décrémentation/1 2 +décrémentée/3 3 +décrémenter/4 5 +décrêpage/1 1 +décrêpée/3 3 +décrêper/4 5 +décrépie/3 3 +décrépir/29 83 +décrépissage/1 1 +décrépitation/1 2 +décrépite/3 3 +décrépiter/4 17 +décrépitude/1 2 +decrescendo 8 +décrescendo 8 +decrescendo 7 +decrescendo/1 1 +décrescendo/1 1 +décret/1 1 +décrétale/1 2 +décrétée/3 3 +décréter/33 5 +décret-loi 18 +décrets-lois 20 +décreusage/1 1 +décreuser/4 5 +décri/1 1 +décriée/3 3 +décrier/4 5 +décriminaliser/4 5 +décrire/78 82 +décrispation/1 2 +décrisper/4 11 +décrite/3 3 +décrochage/1 1 +décrochée/3 3 +décrochement/1 1 +décrocher/4 42 +décrocheuse/3 9 +décroisement/1 1 +décroiser/4 5 +décroissance/1 2 +décroissante/3 3 +décroissement/1 1 +décroit/1 1 +décroît/1 1 +décroitre/103 91 +décroître/103 91 +décrottage/1 1 +décrotter/4 5 +décrotteur/1 1 +décrottoir/1 1 +décrouter/4 5 +décroûter/4 5 +décruage/1 1 +décrue/1 2 +décruer/4 5 +décrusage/1 1 +décruser/4 5 +décryptage/1 1 +décryptée/3 3 +décrypter/4 5 +décubitus 7 +déçue/3 6 +décuire 82 +décuivrage/1 1 +décuivrer/4 5 +déculasser/4 5 +déculottage/1 1 +déculottée/1 2 +déculotter/4 11 +déculpabilisation/1 2 +déculpabiliser/4 5 +déculturation/1 2 +déculturer/4 11 +décuple/1 4 +décuple/1 1 +décuplée/3 3 +décuplement/1 1 +décupler/4 17 +décurie/1 2 +décurion/1 1 +décurrente/3 3 +décuscuteuse/1 2 +décussée/3 3 +décuvage/1 1 +décuvaison/1 2 +décuver/4 5 +dédaignable/1 4 +dédaignée/3 3 +dédaigner/4 116 +dédaigneuse/8 6 +dédaigneusement 8 +dédain/1 1 +dédale/1 1 +dédaléenne/3 3 +dedans 8 +dedans 7 +dédicace/1 2 +dédicacée/3 3 +dédicacer/4 5 +dédicataire/1 10 +dédicatoire/1 4 +dédiée/3 3 +dédier/4 5 +dédifférenciation/1 2 +dédifférencier/4 55 +dédire/102 79 +dédommagée/3 3 +dédommagement/1 1 +dédommager/4 11 +dédorage/1 1 +dédorée/3 3 +dédorer/4 5 +dédouanage/1 1 +dédouanée/3 3 +dédouanement/1 1 +dédouaner/4 11 +dédoublage/1 1 +dédoublement/1 1 +dédoubler/4 11 +dédoubleuse/3 9 +dédoublonnage/1 1 +dédoublonner/4 5 +dédramatisation/1 2 +dédramatiser/4 17 +déductibilité/1 2 +déductible/1 4 +déduction/1 2 +déductive/3 3 +déductivement 8 +déduire/77 79 +déduite/3 3 +déesse/1 2 +défaillance/1 2 +défaillante/3 3 +défaillir/126 91 +défaire/87 79 +défaisance/1 2 +défaiseur/1 1 +défaite/3 3 +défaite/1 2 +défaitisme/1 1 +défaitiste/1 13 +défalcation/1 2 +défalquer/4 5 +défanage/1 1 +défardée/3 3 +défarder/4 5 +défarguer 5 +défatiguer/4 42 +défaufiler/4 5 +défaussée/3 3 +défausser/4 11 +défaut/1 1 +défaveur/1 2 +défavorable/1 4 +défavorablement 8 +défavorisée/3 6 +défavoriser/4 5 +défécation/1 2 +défection/1 2 +défective/3 3 +défectueuse/8 3 +défectueusement 8 +défectuosité/1 2 +défendable/1 4 +défenderesse/3 9 +défendre/52 79 +défendue/3 3 +défenestration/1 2 +défenestrée/3 3 +défenestrer/4 11 +défens 18 +défense/1 2 +défenseure/3 9 +défensive/3 6 +défensivement 8 +déféquée/3 3 +déféquer/33 17 +déférée/3 3 +déférence/1 2 +déférente/3 3 +déférer/33 116 +déferlage/1 1 +déferlante/3 3 +déferlée/3 3 +déferlement/1 1 +déferler/4 17 +déferrage/1 1 +déferrée/3 3 +déferrement/1 1 +déferrer/4 5 +déferriser/4 5 +déferrure/1 2 +défervescence/1 2 +défet/1 1 +défeuillaison/1 2 +défeuiller/4 5 +défeutrage/1 1 +défeutrer/4 5 +défi/1 1 +défiance/1 2 +défiante/3 3 +défibrage/1 1 +défibrer/4 5 +défibreuse/3 9 +défibrillateur/1 1 +défibrillation/1 2 +déficeler/40 5 +déficher/4 5 +déficience/1 2 +déficiente/3 6 +déficit/1 1 +déficitaire/1 4 +défiée/3 3 +défier/4 11 +défiger/4 5 +défiguration/1 2 +défigurée/3 6 +défigurement/1 1 +défigurer/4 11 +défilade/1 2 +défilage/1 1 +défilante/3 3 +défilateur/1 1 +défilé/1 1 +défilée/3 3 +défilement/1 1 +défiler/4 42 +défileuse/3 9 +définie/3 3 +définir/29 83 +définissable/1 4 +définissante/3 3 +définiteur/1 1 +définition/1 2 +définitionnelle/3 3 +définitive/3 3 +définitivement 8 +définitoire/1 4 +défiscalisation/1 2 +défiscalisée/3 3 +défiscaliser/4 5 +déflagrante/3 3 +déflagrateur/1 1 +déflagration/1 2 +déflagrer/10 14 +déflaquer/10 14 +déflation/1 2 +déflationniste/1 13 +défléchie/3 3 +défléchir/29 101 +déflecteur/1 1 +défleuraison/1 2 +défleurie/3 3 +défleurir/29 101 +déflexion/1 2 +déflocage/1 1 +défloquer/4 5 +défloraison/1 2 +défloration/1 2 +déflorée/3 3 +déflorer/4 5 +défluent/1 1 +défluviation/1 2 +défoliante/3 3 +défoliation/1 2 +défoliatrice/3 3 +défoliée/3 3 +défolier/4 5 +défonçage/1 1 +défonce/1 2 +défoncée/3 3 +défoncement/1 1 +défoncer/4 11 +défonceuse/3 6 +déforcer/4 5 +déforestage/1 1 +déforestation/1 2 +déforester/4 17 +déformable/1 4 +déformante/3 3 +déformation/1 2 +déformatrice/3 3 +déformée/3 3 +déformer/4 11 +défoulement/1 1 +défouler/4 11 +défouloir/1 1 +défourailler/4 17 +défournage/1 1 +défournement/1 1 +défourner/4 5 +défourneuse/3 9 +défourrer/4 5 +défragmentation/1 2 +défragmenter/4 5 +défragmenteur/1 1 +défraichie/3 3 +défraîchie/3 3 +défraichir/29 84 +défraîchir/29 84 +défraiement/1 1 +défranchie/3 3 +défranciser/4 5 +défrayer/4 5 +défretter/4 5 +défrichage/1 1 +défrichée/3 3 +défrichement/1 1 +défricher/4 5 +défricheuse/3 9 +défringuer/4 11 +défriper/4 5 +défrisage/1 1 +défrisée/3 3 +défrisement/1 1 +défriser/4 5 +défroissable/1 4 +défroissée/3 3 +défroisser/4 11 +défroncer/4 5 +défroque/1 2 +défroquée/3 3 +défroquer/4 42 +défruiter/4 5 +défrusquer 5 +défunte/3 6 +dégagée/3 3 +dégagement/1 1 +dégager/4 42 +dégaine/1 2 +dégainée/3 3 +dégainer/4 5 +dégalonner/4 5 +dégantée/3 3 +déganter/4 11 +dégarnie/3 3 +dégarnir/29 83 +dégasolinage/1 1 +dégasoliner/4 5 +dégât/1 1 +dégauchie/3 3 +dégauchir/29 84 +dégauchissage/1 1 +dégauchissement/1 1 +dégauchisseuse/1 2 +dégazage/1 1 +dégazement/1 1 +dégazer/4 17 +dégazolinage/1 1 +dégazoliner/4 5 +dégazonnage/1 1 +dégazonnement/1 1 +dégazonner/4 5 +dégel/1 1 +dégelée/3 3 +dégeler/47 42 +dégénération/1 2 +dégénérative/3 3 +dégénérée/3 6 +dégénérer/33 102 +dégénérescence/1 2 +dégénérescente/3 3 +dégerbage/1 1 +dégermer/4 5 +dégingandée/3 3 +dégingander/4 11 +dégiter/4 5 +dégîter/4 5 +dégivrage/1 1 +dégivrante/3 3 +dégivrée/3 3 +dégivrer/4 5 +dégivreur/1 1 +déglaçage/1 1 +déglacée/3 3 +déglacement/1 1 +déglacer/4 5 +déglaciation/1 2 +déglinguée/3 3 +déglinguer/4 11 +dégluer/4 5 +déglutie/3 3 +déglutination/1 2 +déglutir/29 101 +déglutition/1 2 +dégobiller/4 17 +dégoiser/4 17 +dégommage/1 1 +dégommée/3 3 +dégommer/4 5 +dégondée/3 3 +dégonder/4 5 +dégonflage/1 1 +dégonflarde/3 9 +dégonflée/3 3 +dégonflement/1 1 +dégonfler/4 42 +dégorgeage/1 1 +dégorgée/3 3 +dégorgement/1 1 +dégorgeoir/1 1 +dégorger/4 42 +dégoter/4 17 +dégotter/4 17 +dégoudronner/4 5 +dégoulinade/1 2 +dégoulinante/3 3 +dégoulinement/1 1 +dégouliner/10 14 +dégoupillée/3 3 +dégoupiller/4 5 +dégourdie/3 6 +dégourdir/29 83 +dégourdissage/1 1 +dégourdissante/3 3 +dégourdissement/1 1 +dégourer 5 +dégourrer 5 +dégout/1 1 +dégoût/1 1 +dégoutamment 8 +dégoûtamment 8 +dégoutante/3 3 +dégoûtante/3 3 +dégoutation/1 2 +dégoûtation/1 2 +dégoutée/3 3 +dégoûtée/3 3 +dégouter/4 11 +dégoûter/4 11 +dégoutter/10 14 +dégradable/1 4 +dégradante/3 3 +dégradateur/1 1 +dégradation/1 2 +dégradée/3 3 +dégrader/4 11 +dégrafée/3 3 +dégrafer/4 11 +dégrafeur/1 1 +dégraffitage/1 1 +dégraissage/1 1 +dégraissante/3 3 +dégraissée/3 3 +dégraisser/4 5 +dégraisseuse/3 9 +dégravelante/3 3 +dégravoiement/1 1 +dégravoyer/4 5 +degré/1 1 +dégréer/4 5 +dégréner/33 17 +dégressive/3 3 +dégressivité/1 2 +dégrèvement/1 1 +dégrever/47 5 +dégriffée/3 3 +dégriffer/4 5 +dégringolade/1 2 +dégringoler/4 17 +dégripper/4 5 +dégrisée/3 3 +dégrisement/1 1 +dégriser/4 11 +dégrosser/4 5 +dégrossie/3 3 +dégrossir/29 83 +dégrossissage/1 1 +dégrossissement/1 1 +dégrossisseuse/3 9 +dégrouiller/4 55 +dégroupage/1 1 +dégroupement/1 1 +dégrouper/4 5 +déguenillée/3 3 +déguerpir/29 101 +déguerpissement/1 1 +dégueulasse/1 4 +dégueulassée/3 3 +dégueulassement 8 +dégueulasser/4 5 +dégueulasserie/1 2 +dégueulatoire/1 4 +dégueuler/4 17 +dégueulis 7 +déguisée/3 3 +déguisement/1 1 +déguiser/4 11 +dégurgitation/1 2 +dégurgitée/3 3 +dégurgiter/4 5 +dégustation/1 2 +dégustatrice/3 6 +dégustée/3 3 +déguster/4 5 +dégyration/1 2 +déhalage/1 1 +déhâler 5 +déhaler/4 11 +déhanchée/3 3 +déhanchement/1 1 +déhancher/4 11 +déharder/4 5 +déharnachée/3 3 +déharnacher/4 11 +déhiscence/1 2 +déhiscente/3 3 +déhontée/3 3 +dehors 8 +dehors 7 +déhotter/4 17 +déhouiller/4 5 +déhoussable/1 4 +dei 45 +déicide/1 13 +déictique/1 4 +déictique/1 1 +déification/1 2 +déifiée/3 3 +déifier/4 5 +déisme 18 +déiste/1 13 +déité/1 2 +déjà 8 +déjantée/3 3 +déjanter/4 5 +déjauger/10 14 +déjaunir/29 84 +déjà-vu 7 +déjection/1 2 +déjetée/3 3 +déjeter/40 11 +déjeuner/1 1 +déjeuner/10 14 +déjouer/4 5 +déjucher/4 17 +déjuger/4 55 +delà 8 +de-là 87 +délabialisation/1 2 +délabialiser/4 11 +délabrée/3 3 +délabrement/1 1 +délabrer/4 11 +délabyrinther/4 5 +délacée/3 3 +délacer/4 5 +délai/1 1 +délainage/1 1 +délainer/4 5 +délaissée/3 3 +délaissement/1 1 +délaisser/4 5 +délaitage/1 1 +délaitement/1 1 +délaiter/4 5 +délaiteuse/1 2 +délardement/1 1 +délarder/4 5 +délassante/3 3 +délassée/3 3 +délassement/1 1 +délasser/4 42 +délation/1 2 +délatrice/3 9 +délatter/4 11 +délavage/1 1 +délavée/3 3 +délaver/4 5 +délayage/1 1 +délayée/3 3 +délayer/4 5 +delco/1 1 +deleatur 7 +déléatur/1 1 +déléaturer/4 5 +délébile/1 4 +délectable/1 4 +délectablement 8 +délectation/1 2 +délecter/4 11 +délégante/3 6 +délégataire/1 10 +délégation/1 2 +délégatrice/3 9 +délégitimation/1 2 +délégitimer/4 5 +déléguée/3 6 +déléguer/33 5 +délestage/1 1 +délester/4 11 +délesteur/1 1 +délétère/1 4 +délétion/1 2 +délibérante/3 3 +délibération/1 2 +délibérative/3 3 +délibératoire/1 4 +délibéré/1 1 +délibérée/3 3 +délibérément 8 +délibérer/63 123 +délicate/3 6 +délicatement 8 +délicatesse/1 2 +délice/1 1 +délices 46 +délicieuse/8 3 +délicieusement 8 +délictuelle/3 3 +délictueuse/8 3 +déliée/3 3 +déliement/1 1 +délier/4 11 +délignage/1 1 +déligner/4 5 +déligneuse/3 9 +délignification/1 2 +délignifier/4 5 +délimitable/1 4 +délimitation/1 2 +délimitée/3 3 +délimiter/4 5 +délimiteur/1 1 +délinéament/1 1 +délinéer/4 5 +délinquance/1 2 +délinquante/3 6 +déliquescence/1 2 +déliquescente/3 3 +délirante/3 6 +délire/1 1 +délirer/10 14 +delirium 7 +délirium/1 1 +délissage/1 1 +délisser/4 17 +délit/1 1 +délitage/1 1 +délitée/3 3 +délitement/1 1 +déliter/4 11 +délitescence/1 2 +délitescente/3 3 +délivrance/1 2 +délivrée/3 3 +délivrer/4 11 +délivreur/1 1 +délocalisable/1 4 +délocalisante/3 3 +délocalisation/1 2 +délocalisée/3 3 +délocaliser/4 11 +délogée/3 3 +délogement/1 1 +déloger/4 17 +déloquer/4 11 +délot/1 1 +délover/4 5 +déloyale/8 3 +déloyalement 8 +déloyauté/1 2 +delphinarium/1 1 +delphinium/1 1 +delta 45 +delta 7 +delta/1 4 +delta/1 1 +deltacisme/1 1 +deltaïque/1 4 +deltaplane/1 1 +deltiste/1 10 +deltoïde/1 4 +deltoïde/1 1 +deltoïdienne/3 3 +déluge/1 1 +délurée/3 6 +délurer/4 5 +délustrage/1 1 +délustrée/3 3 +délustrer/4 5 +délutage/1 1 +déluter/4 5 +démaçonner/4 5 +démagnétisation/1 2 +démagnétisée/3 3 +démagnétiser/4 5 +démago/1 13 +démagogie/1 2 +démagogique/1 4 +démagogue/1 13 +démaigrir/29 101 +démaigrissement/1 1 +démaillage/1 1 +démailler/4 11 +démaillotée/3 3 +démailloter/4 5 +demain 8 +demain/1 1 +démanchée/3 3 +démanchement/1 1 +démancher/4 11 +demande/1 2 +demandée/3 3 +demander/4 11 +demanderesse/1 4 +demanderesse/1 2 +demandeuse/3 9 +démangeaison/1 2 +démanger/4 17 +démantelée/3 3 +démantèlement/1 1 +démanteler/47 5 +démantibulée/3 3 +démantibuler/4 11 +démaquer/4 55 +démaquillage/1 1 +démaquillante/3 3 +démaquillée/3 3 +démaquiller/4 11 +démarabouter/4 5 +démarcation/1 2 +démarcative/3 3 +démarchage/1 1 +démarchandisation/1 2 +démarche/1 2 +démarchée/3 3 +démarcher/4 5 +démarcheuse/3 9 +démariage/1 1 +démarier/4 11 +démarquage/1 1 +démarquer/4 11 +démarqueuse/3 9 +démarrage/1 1 +démarrer/4 17 +démarreur/1 1 +démasclage/1 1 +démascler/4 5 +démasquage/1 1 +démasquée/3 3 +démasquer/4 11 +démasticage/1 1 +démastiquer/4 5 +démâtage/1 1 +démâtée/3 3 +démâter/4 17 +dématérialisation/1 2 +dématérialisée/3 3 +dématérialiser/4 5 +démazoutage/1 1 +démazouter/4 5 +d'emblée 87 +dème/1 1 +déméchage/1 1 +démédicalisation/1 2 +démédicaliser/4 5 +démêlage/1 1 +démêlante/3 3 +démêlé/1 1 +démêlée/3 3 +démêlement/1 1 +démêler/4 11 +démêloir/1 1 +démêlure/1 2 +démembrée/3 3 +démembrement/1 1 +démembrer/4 5 +déménagement/1 1 +déménager/4 17 +déménageuse/3 9 +démence/1 2 +démener/47 55 +démente/3 6 +démenti/1 1 +démentie/3 3 +démentielle/3 3 +démentir/82 79 +démerdarde/3 6 +démerder/4 55 +démerger/4 5 +démériter/10 14 +démesure/1 2 +démesurée/3 3 +démesurément 8 +déméthaniser/4 5 +déméthylation/1 2 +démettre/73 79 +démeublée/3 3 +démeubler/4 5 +demeurant 87 +demeure/1 2 +demeurée/3 3 +demeurer/10 14 +demi 87 +demiard/1 1 +demi-bas 7 +demi-botte/1 2 +demi-bouteille/1 2 +demi-brigade/1 2 +demi-cadratin/1 4 +demi-cercle/1 1 +demi-circulaire/1 4 +demi-clé/1 2 +demi-clef/1 2 +demi-colonne/1 2 +demi-deuil/1 1 +demi-dieu/19 1 +demi-douzaine/1 2 +demi-droite/1 2 +demie/3 6 +démieller/4 5 +demi-entière/3 3 +demi-finale/1 2 +demi-finaliste/1 10 +demi-fine/3 3 +demi-fond 7 +demi-frère/1 1 +demi-gras 93 +demi-grasse/1 4 +demi-gros 7 +demi-grossiste/1 10 +demi-heure/1 2 +demi-jour/1 1 +demi-journée/1 2 +démilitarisation/1 2 +démilitarisée/3 3 +démilitariser/4 5 +demi-litre/1 1 +demi-longueur/1 2 +demi-lune/1 2 +demi-mal/19 1 +demi-mesure/1 2 +demi-mondaine/1 2 +demi-monde/1 1 +demi-morte/3 3 +demi-mot 87 +déminage/1 1 +déminée/3 3 +déminer/4 5 +déminéralisation/1 2 +déminéralisée/3 3 +déminéraliser/4 5 +démineuse/3 9 +demi-pause/1 2 +demi-pension/1 2 +demi-pensionnaire/1 10 +demi-place/1 2 +demi-plan/1 1 +demi-portion/1 2 +demi-produit/1 1 +demi-quart/1 1 +demi-queue/1 13 +demi-relief/1 1 +demi-reliure/1 2 +demi-ronde/1 2 +demi-saison/1 2 +demi-sang 7 +démise/3 3 +demi-sel 7 +demi-sœur/1 2 +demi-solde 7 +demi-solde/1 2 +demi-sommeil/1 1 +demi-soupir/1 1 +démission/1 2 +démissionnaire/1 13 +démissionner/10 123 +demi-tarif/1 1 +demi-teinte/1 2 +demi-tige/1 2 +demi-ton/1 1 +demi-tour/1 1 +demiurge/1 1 +démiurge/1 1 +demi-vérité/1 2 +demi-vie/1 2 +demi-volée/1 2 +démixtion/1 2 +démo/1 2 +démobilisable/1 4 +démobilisation/1 2 +démobilisatrice/3 3 +démobilisée/3 3 +démobiliser/4 42 +démocrate/1 13 +démocrate-chrétien 135 +démocrate-chrétienne 138 +démocrates-chrétiennes 143 +démocrates-chrétiens 136 +démocratie/1 2 +démocratique/1 4 +démocratiquement 8 +démocratisation/1 2 +démocratiser/4 11 +démocratisme/1 1 +démodée/3 3 +démoder/4 11 +demodex 7 +démodex 7 +démodulateur/1 1 +démodulation/1 2 +démoduler/4 5 +démographe/1 10 +démographie/1 2 +démographique/1 4 +démographiquement 8 +demoiselle/1 2 +démolie/3 3 +démolir/29 84 +démolissage/1 1 +démolisseuse/3 6 +démolition/1 2 +démondialisation/1 2 +démone/3 9 +démonétisation/1 2 +démonétisée/3 3 +démonétiser/4 5 +démoniaque/1 4 +démoniaquement 8 +démonisme/1 1 +démoniste/1 10 +démonographe/1 10 +démonographie/1 2 +démonologie/1 2 +démonomanie/1 2 +démonstration/1 2 +démonstrative/3 3 +démonstrativement 8 +démonstratrice/3 9 +démontable/1 4 +démontage/1 1 +démontée/3 3 +démonte-pneu/1 1 +démonter/4 11 +démonteuse/3 9 +démontrable/1 4 +démontrée/3 3 +démontrer/4 11 +démoralisante/3 3 +démoralisation/1 2 +démoralisatrice/3 6 +démoralisée/3 3 +démoraliser/4 11 +démordre/122 154 +démotique/1 4 +démotivante/3 3 +démotivation/1 2 +démotivée/3 3 +démotiver/4 11 +démoucheter/40 5 +démouillage/1 1 +démoulage/1 1 +démoulante/3 3 +démoulée/3 3 +démouler/4 5 +démouleuse/3 9 +démouscailler/4 55 +démoustication/1 2 +démoustiquer/4 5 +d'empoigne 139 +démultiplexage/1 1 +démultiplexeur/1 1 +démultiplication/1 2 +démultiplicatrice/3 3 +démultipliée/3 3 +démultiplier/4 5 +démunie/3 6 +démunir/29 83 +démurer/4 5 +démurger/4 17 +démuselée/3 3 +démuseler/40 5 +démutisation/1 2 +démutiser/4 5 +démutualisation/1 2 +démyélinisation/1 2 +démystification/1 2 +démystificatrice/3 9 +démystifiée/3 3 +démystifier/4 5 +démythification/1 2 +démythifiée/3 3 +démythifier/4 5 +dénantir/29 84 +denar/1 1 +dénasalisation/1 2 +dénasaliser/4 5 +dénatalité/1 2 +dénationalisation/1 2 +dénationalisée/3 3 +dénationaliser/4 5 +dénatter/4 5 +dénaturalisation/1 2 +dénaturaliser/4 5 +dénaturante/3 3 +dénaturation/1 2 +dénaturée/3 3 +dénaturer/4 11 +dénazification/1 2 +dénazifier/4 5 +denchée/3 3 +dendrimère/1 1 +dendrite/1 2 +dendritique/1 4 +dendrochronologie/1 2 +dendroclimatologie/1 2 +dendrogramme/1 1 +dendrographie/1 2 +dendrolague/1 1 +dendrologie/1 2 +dendrologique/1 4 +dendrologiste/1 10 +dendrologue/1 10 +dénébulateur/1 1 +dénébulation/1 2 +dénébuler/4 5 +dénébulisation/1 2 +dénébuliser/4 5 +dénégation/1 2 +dénégatoire/1 4 +déneigement/1 1 +déneiger/4 5 +dénervation/1 2 +dénerver/4 5 +dengue/1 2 +déni/1 1 +déniaisée/3 3 +déniaiser/4 11 +dénichée/3 3 +dénicher/4 17 +dénicheuse/3 9 +dénickeler/40 5 +dénicotinisation/1 2 +dénicotiniser/4 5 +dénicotiniseur/1 1 +denier/1 1 +dénier/4 5 +dénigrante/3 3 +dénigrée/3 3 +dénigrement/1 1 +dénigrer/4 5 +dénigreuse/3 9 +dénitrer/4 5 +dénitrification/1 2 +dénitrifier/4 5 +dénivelé/1 1 +dénivelée/3 3 +dénivèlement/1 1 +déniveler/40 5 +dénivellation/1 2 +dénivellement/1 1 +dénombrabilité/1 2 +dénombrable/1 4 +dénombrement/1 1 +dénombrer/4 5 +dénominateur/1 1 +dénomination/1 2 +dénominative/3 6 +dénommée/3 6 +dénommer/4 5 +dénoncée/3 3 +dénoncer/4 11 +dénonciation/1 2 +dénonciatrice/3 6 +dénotation/1 2 +dénotationnelle/3 3 +dénotative/3 3 +dénotée/3 3 +dénoter/4 17 +dénouée/3 3 +dénouement/1 1 +dénouer/4 11 +dénoyage/1 1 +dénoyautage/1 1 +dénoyautée/3 3 +dénoyauter/4 5 +dénoyauteuse/3 9 +dénoyer/4 5 +denrée/1 2 +dense/1 4 +densément 8 +densification/1 2 +densifier/4 5 +densimètre/1 1 +densimétrie/1 2 +densimétrique/1 4 +densité/1 2 +densitomètre/1 1 +densitométrie/1 2 +dent/1 2 +dentaire/1 13 +dentale/1 10 +dentale/8 3 +dentée/3 6 +dentelaire/1 2 +dentelée/3 3 +denteler/40 5 +denteleuse/3 9 +dentelière/3 6 +dentelle/1 2 +dentellerie/1 2 +dentellière/3 6 +dentelure/1 2 +denticule/1 1 +denticulée/3 3 +dentier/1 1 +dentifrice/1 4 +dentifrice/1 1 +dentine/1 2 +dentirostre/1 1 +dentiste/1 10 +dentisterie/1 2 +dentition/1 2 +dentofaciale/8 3 +dento-faciale/8 3 +dentue/3 3 +denture/1 2 +denturologie/1 2 +denturologiste/1 10 +dénucléarisation/1 2 +dénucléariser/4 5 +dénudation/1 2 +dénudée/3 3 +dénuder/4 11 +dénuée/3 3 +dénuement/1 1 +dénuer/4 55 +dénutrition/1 2 +déodorant/1 1 +déodorante/3 3 +déontique/1 4 +déontologie/1 2 +déontologique/1 4 +déontologue/1 10 +dépagnoter/4 55 +dépaillage/1 1 +dépailler/4 11 +dépaissance/1 2 +dépaisseler/40 5 +dépalissage/1 1 +dépalisser/4 5 +dépannage/1 1 +dépanner/4 5 +dépanneuse/3 9 +dépaquetage/1 1 +dépaqueter/40 5 +déparaffinage/1 1 +déparaffiner/4 5 +déparasitage/1 1 +déparasiter/4 5 +déparée/3 3 +dépareillée/3 3 +dépareiller/4 5 +déparer/4 5 +dépariage/1 1 +déparier/4 5 +déparler/10 14 +départ/1 1 +départage/1 1 +départager/4 5 +département/1 1 +départementale/1 2 +départementale/8 3 +départementalisation/1 2 +départementaliser/4 5 +départir/82 79 +départiteur/1 1 +dépassante/3 6 +dépassée/3 3 +dépassement/1 1 +dépasser/4 42 +dépassionnée/3 3 +dépassionner/4 5 +dépatouiller/4 55 +dépatrier/4 11 +dépavage/1 1 +dépaver/4 5 +dépaysante/3 3 +dépaysée/3 3 +dépaysement/1 1 +dépayser/4 5 +dépeçage/1 1 +dépecée/3 3 +dépècement/1 1 +dépecer/47 5 +dépeceuse/3 9 +dépêche/1 2 +dépêcher/4 11 +dépeignée/3 3 +dépeigner/4 5 +dépeindre/67 82 +dépelotonner/4 5 +dépenaillée/3 3 +dépénalisante/3 3 +dépénalisation/1 2 +dépénalisée/3 3 +dépénaliser/4 5 +dépendamment 8 +dépendance/1 2 +dépendante/3 3 +dépendeuse/3 9 +dépendre/52 147 +dépens 20 +dépense/1 2 +dépensée/3 3 +dépenser/4 11 +dépensière/3 6 +déperdition/1 2 +dépérir/55 92 +dépérissement/1 1 +déperlance/1 2 +déperlante/3 3 +dépersonnalisable/1 4 +dépersonnalisation/1 2 +dépersonnaliser/4 11 +dépêtrer/4 11 +dépeuplée/3 3 +dépeuplement/1 1 +dépeupler/4 11 +déphasage/1 1 +déphasée/3 3 +déphaser/4 5 +déphosphatation/1 2 +déphosphater/4 5 +déphosphoration/1 2 +déphosphorer/4 5 +déphosphorylation/1 2 +dépiautage/1 1 +dépiauter/4 5 +dépicage/1 1 +dépigeonnage/1 1 +dépigmentation/1 2 +dépigmentée/3 3 +dépigmenter/4 5 +dépilage/1 1 +dépilation/1 2 +dépilatoire/1 4 +dépiler/4 17 +dépingler/4 5 +dépiquage/1 1 +dépiquer/4 5 +dépistage/1 1 +dépister/4 5 +dépit/1 1 +dépitée/3 3 +dépiter/4 11 +déplaçable/1 4 +déplacée/3 3 +déplacement/1 1 +déplacer/4 11 +déplafonnement/1 1 +déplafonner/4 5 +déplaire/120 153 +déplaisamment 8 +déplaisante/3 3 +déplaisir/1 1 +déplaner/10 14 +déplanification/1 2 +déplanquer/4 11 +déplantage/1 1 +déplantation/1 2 +déplanter/4 5 +déplantoir/1 1 +déplâtrage/1 1 +déplâtrer/4 5 +déplétion/1 2 +dépliable/1 4 +dépliage/1 1 +dépliante/3 6 +dépliée/3 3 +dépliement/1 1 +déplier/4 11 +déplissage/1 1 +déplisser/4 11 +déploiement/1 1 +déplombage/1 1 +déplomber/4 5 +déplombeur/1 1 +déplorable/1 4 +déplorablement 8 +déploration/1 2 +déplorée/3 3 +déplorer/4 5 +déployable/1 4 +déployée/3 3 +déployer/4 11 +déplumée/3 3 +déplumer/4 11 +dépocher/4 5 +dépoétiser/4 5 +dépoiler 55 +dépointer/4 5 +dépoitraillée/3 3 +dépoitrailler/4 11 +dépolarisation/1 2 +dépolariser/4 5 +dépolie/3 3 +dépolir/29 83 +dépolissage/1 1 +dépolitisation/1 2 +dépolitisée/3 3 +dépolitiser/4 11 +dépolluée/3 3 +dépolluer/4 5 +dépollution/1 2 +dépolymérisation/1 2 +dépolymériser/4 5 +déponente/3 6 +dépontiller/10 14 +dépopulation/1 2 +déport/1 1 +déportance/1 2 +déportation/1 2 +déportée/3 3 +déportement/1 1 +déporter/4 11 +déposante/3 9 +déposée/3 3 +déposer/4 42 +dépositaire/1 10 +déposition/1 2 +dépositoire/1 1 +dépossédée/3 6 +déposséder/33 5 +dépossession/1 2 +dépôt/1 1 +dépotage/1 1 +dépotement/1 1 +dépoter/4 5 +dépotoir/1 1 +dépoudrer/4 5 +dépouille/1 2 +dépouillée/3 3 +dépouillement/1 1 +dépouiller/4 11 +dépouilleuse/3 9 +dépourvoir/155 79 +dépourvue/3 6 +dépoussiérage/1 1 +dépoussiérante/3 3 +dépoussiérée/3 3 +dépoussiérer/33 5 +dépoussiéreur/1 1 +dépravation/1 2 +dépravée/3 6 +dépraver/4 5 +déprécation/1 2 +dépréciation/1 2 +dépréciative/3 3 +dépréciatrice/3 6 +dépréciée/3 3 +déprécier/4 11 +déprédation/1 2 +déprédatrice/3 6 +déprendre/121 122 +dépresseur/1 94 +dépression/1 2 +dépressionnaire/1 4 +dépressive/3 3 +dépressurisation/1 2 +dépressurisée/3 3 +dépressuriser/4 5 +déprimante/3 3 +déprime/1 2 +déprimée/3 6 +déprimer/4 42 +déprise/3 3 +dépriser/4 5 +déprogrammation/1 2 +déprogrammée/3 3 +déprogrammer/4 5 +déprolétarisation/1 2 +déprolétariser/4 5 +dépropagation/1 2 +dépropaniser/4 5 +déprotéger/33 5 +dépucelage/1 1 +dépucelée/3 3 +dépuceler/40 5 +depuis 8 +depuis 99 +dépulper/4 5 +dépuration/1 2 +dépurative/3 3 +dépurer/4 5 +députation/1 2 +députée/3 6 +députer/4 5 +déqualification/1 2 +déqualifier/4 5 +déquiller/4 5 +der 88 +déracinable/1 4 +déracinée/3 6 +déracinement/1 1 +déraciner/4 5 +dérader/10 14 +dérager/10 14 +déraidir/29 83 +déraillement/1 1 +dérailler/10 14 +dérailleur/1 1 +déraison/1 2 +déraisonnable/1 4 +déraisonnablement 8 +déraisonnement/1 1 +déraisonner/10 14 +déramer/4 17 +dérangeante/3 3 +dérangée/3 3 +dérangement/1 1 +déranger/4 11 +dérapage/1 1 +déraper/10 14 +déraser/4 5 +dératée/3 6 +dérater/4 5 +dératisation/1 2 +dératiser/4 5 +dératiseuse/3 9 +dérayer/4 17 +dérayure/1 2 +derby/1 1 +derche/1 1 +déréalisation/1 2 +déréaliser/4 5 +derechef 8 +déréelle/3 3 +déréférencement/1 1 +déréférencer/4 5 +déréglage/1 1 +déréglée/3 3 +dérèglement/1 1 +déréglementaire/1 4 +dérèglementaire/1 4 +déréglementation/1 2 +dérèglementation/1 2 +déréglementée/3 3 +dérèglementée/3 3 +déréglementer/4 17 +dérèglementer/4 17 +dérégler/33 11 +dérégulation/1 2 +dérégulatrice/3 3 +déréguler/4 5 +déréliction/1 2 +déremboursement/1 1 +dérembourser/4 5 +dérépression/1 2 +déresponsabilisation/1 2 +déresponsabiliser/4 5 +dérésumenter 5 +déridage/1 1 +déridée/3 3 +dérider/4 11 +dérision/1 2 +dérisoire/1 4 +dérisoirement 8 +dérivabilité/1 2 +dérivable/1 4 +dérivante/3 3 +dérivateur/1 1 +dérivation/1 2 +dérivative/3 3 +dérive/1 2 +dérivée/3 3 +dérivée/1 2 +dériver/4 110 +dériveur/1 1 +dermabrasion/1 2 +dermatite/1 2 +dermato/1 10 +dermatologie/1 2 +dermatologique/1 4 +dermatologiste/1 10 +dermatologue/1 10 +dermatomycose/1 2 +dermatopathologie/1 2 +dermatophyte/1 1 +dermatophytose/1 2 +dermatose/1 2 +derme/1 1 +dermeste/1 1 +dermique/1 4 +dermite/1 2 +dermographie/1 2 +dermographisme/1 1 +dermopharmacie/1 2 +dermoponcture/1 2 +dermopuncture/1 2 +dernière/3 6 +dernièrement 8 +dernière-née 47 +dernières-nées 46 +dernier-né 18 +derniers-nés 20 +derny/1 1 +dérobade/1 2 +dérobée/3 3 +dérobement/1 1 +dérober/4 11 +dérochage/1 1 +dérochement/1 1 +dérocher/4 17 +déroctage/1 1 +déroder/4 5 +dérogation/1 2 +dérogatoire/1 4 +dérogeance/1 2 +déroger/10 124 +dérondir 84 +dérougir/29 92 +dérouiller/4 42 +déroulage/1 1 +déroulante/3 3 +déroulée/3 3 +déroulement/1 1 +dérouler/4 11 +dérouleuse/3 9 +déroutage/1 1 +déroutante/3 3 +déroute/1 2 +déroutée/3 3 +déroutement/1 1 +dérouter/4 11 +derrick/1 1 +derrière 8 +derrière 99 +derrière/1 1 +déruralisation/1 2 +derviche/1 10 +des 197 +dès 99 +désabonnée/3 6 +désabonnement/1 1 +désabonner/4 11 +désabusée/3 6 +désabusement/1 1 +désabuser/4 5 +désaccentuation/1 2 +désaccentuer/4 5 +désacclimatable/1 4 +désacclimatation/1 2 +désacclimatée/3 3 +désacclimatement/1 1 +désacclimater/4 5 +désaccord/1 1 +désaccordable/1 4 +désaccordée/3 3 +désaccordement/1 1 +désaccorder/4 11 +désaccouplée/3 3 +désaccouplement/1 1 +désaccoupler/4 5 +désaccoutumance/1 2 +désaccoutumée/3 3 +désaccoutumer/4 11 +désacidification/1 2 +désacidifiée/3 3 +désacidifier/4 5 +désaciérée/3 3 +désaciérer/33 5 +désacralisation/1 2 +désacralisée/3 3 +désacraliser/4 5 +désactivable/1 4 +désactivateur/1 1 +désactivation/1 2 +désactivée/3 3 +désactiver/4 5 +désactiveur/1 1 +désadaptation/1 2 +désadaptée/3 3 +désadapter/4 11 +désaération/1 2 +désaérée/3 3 +désaérer/33 5 +désaffectation/1 2 +désaffectée/3 3 +désaffecter/4 5 +désaffection/1 2 +désaffectionnée/3 3 +désaffectionner/4 55 +désafférentation/1 2 +désaffiliation/1 2 +désaffilier/4 5 +désagencée/3 3 +désagencement/1 1 +désagencer/4 5 +désagrafage/1 1 +désagrafée/3 3 +désagrafer/4 5 +désagréable/1 4 +désagréablement 8 +désagrégation/1 2 +désagrégeante/3 3 +désagrégée/3 3 +désagréger/33 11 +désagrément/1 1 +désaimantation/1 2 +désaimanter/4 5 +désaisonnalisation/1 2 +désaisonnaliser/4 5 +désajuster/4 5 +désaliénation/1 2 +désaliéner/33 5 +désalignement/1 1 +désaligner/4 5 +désalinisation/1 2 +désaliniser/4 42 +désalkylation/1 2 +désallouer/4 5 +désalper/10 14 +désaltérante/3 3 +désaltérée/3 3 +désaltérer/33 11 +désamarrage/1 1 +désamarrée/3 3 +désamarrer/4 5 +désambiguïsation/1 2 +désambigüisation/1 2 +désambiguïsée/3 3 +désambigüisée/3 3 +désambiguïser/4 5 +désambigüiser/4 5 +désâmer/4 55 +désamiantage/1 1 +désamiantée/3 3 +désamianter/4 5 +désamidonnage/1 1 +désamidonnée/3 3 +désamidonner/4 5 +désamination/1 2 +désaminer/4 5 +désamorçage/1 1 +désamorcée/3 3 +désamorcer/4 11 +désamour/1 1 +désannexer/4 5 +désaper/4 11 +désappariée/3 3 +désapparier/4 5 +désappointée/3 3 +désappointement/1 1 +désappointer/4 5 +désapprendre/88 82 +désapprise/3 3 +désapprobation/1 2 +désapprobatrice/3 6 +désapprouvée/3 3 +désapprouver/4 17 +désapprovisionnement/1 1 +désapprovisionner/4 5 +désarchivage/1 1 +désarchiver/4 5 +désarçonnée/3 3 +désarçonner/4 5 +désargentée/3 3 +désargenter/4 11 +désarmante/3 3 +désarmée/3 3 +désarmement/1 1 +désarmer/4 42 +désarrimage/1 1 +désarrimée/3 3 +désarrimer/4 5 +désarroi/1 1 +désarticulation/1 2 +désarticulée/3 3 +désarticuler/4 11 +désassemblage/1 1 +désassembler/4 5 +désassimilation/1 2 +désassimiler/4 5 +désassortie/3 3 +désassortiment/1 1 +désassortir/29 84 +désastre/1 1 +désastreuse/8 3 +désastreusement 8 +désatomisation/1 2 +désatomiser/4 5 +désaturation/1 2 +désavantage/1 1 +désavantagée/3 3 +désavantager/4 5 +désavantageuse/8 3 +désavantageusement 8 +désaveu/19 1 +désaveugler/4 5 +désavouée/3 3 +désavouer/4 5 +désaxation/1 2 +désaxée/3 3 +désaxement/1 1 +désaxer/4 5 +descellée/3 3 +descellement/1 1 +desceller/4 11 +descendance/1 2 +descendante/3 6 +descenderie/1 2 +descendeuse/3 9 +descendre/52 114 +descenseur/1 1 +descente/1 2 +déscolarisation/1 2 +déscolarisée/3 3 +déscolariser/4 5 +descripteur/1 1 +descriptible/1 4 +descriptif/1 1 +description/1 2 +descriptive/3 3 +descriptivisme/1 1 +descriptrice/3 9 +desdites 196 +desdits 195 +déséchouage/1 1 +déséchouer/4 5 +déséconomie/1 2 +désectorisation/1 2 +désectoriser/4 5 +déségrégation/1 2 +désélectionner/4 5 +désembobiner/4 5 +désembouage/1 1 +désembourbée/3 3 +désembourber/4 5 +désembourgeoisée/3 3 +désembourgeoiser/4 11 +désembouteiller/4 5 +désembrayer/4 5 +désembuage/1 1 +désembuer/4 5 +désemmancher/4 5 +désemparée/3 3 +désemparement/1 1 +désemparer/4 17 +désempeser/47 5 +désemplir/29 100 +désemprisonner/4 5 +désencadrée/3 3 +désencadrer/4 5 +désencarter/4 5 +désencastrement/1 1 +désenchainer/4 5 +désenchaîner/4 5 +désenchantée/3 3 +désenchantement/1 1 +désenchanter/4 5 +désenclavée/3 3 +désenclavement/1 1 +désenclaver/4 11 +désencombrement/1 1 +désencombrer/4 11 +désencrage/1 1 +désencrasser/4 5 +désencrer/4 5 +désendettement/1 1 +désendetter/4 55 +désénerver/4 11 +désenfiler/4 5 +désenflammer/4 5 +désenfler/4 42 +désenfumage/1 1 +désenfumer/4 5 +désengagement/1 1 +désengager/4 11 +désengluer/4 11 +désengorger/4 5 +désengourdie/3 3 +désengourdir/29 84 +désengrener/47 5 +désenivrer/4 17 +désenlacer/4 5 +désenlaidir/29 101 +désennuyer/4 42 +désenrayer/4 5 +désenrhumer/4 5 +désenrouer/4 5 +désensablement/1 1 +désensabler/4 5 +désensibilisateur/1 1 +désensibilisation/1 2 +désensibilisée/3 3 +désensibiliser/4 11 +désensorcelée/3 3 +désensorceler/40 5 +désentoilage/1 1 +désentoiler/4 5 +désentortiller/4 5 +désentraver/4 5 +désenvasement/1 1 +désenvaser/4 5 +désenvelopper/4 5 +désenvenimer/4 5 +désenverguer/4 5 +désenvoutée/3 3 +désenvoûtée/3 3 +désenvouter/4 5 +désenvoûter/4 5 +désépaissir/29 84 +déséquilibrage/1 1 +déséquilibrante/3 3 +déséquilibre/1 1 +déséquilibrée/3 3 +déséquilibrer/4 5 +déséquiper/4 11 +désert/1 1 +déserte/3 3 +désertée/3 3 +déserter/4 42 +déserteuse/3 9 +désertifiante/3 3 +désertification/1 2 +désertifier/4 11 +désertion/1 2 +désertique/1 4 +désertisation/1 2 +désescalade/1 2 +désespéramment 8 +désespérance/1 2 +désespérante/3 3 +désespérée/3 6 +désespérément 8 +désespérer/33 42 +désespoir/1 1 +désétablir/29 84 +désétablissement/1 1 +désétamer/4 5 +désétatisation/1 2 +désétatiser/4 5 +désexcitation/1 2 +désexciter/4 11 +désexualisation/1 2 +désexualiser/4 5 +déshabillage/1 1 +déshabillée/3 3 +déshabiller/4 11 +déshabituer/4 11 +désherbage/1 1 +désherbante/3 3 +désherbée/3 3 +désherber/4 5 +déshérence/1 2 +déshéritée/3 6 +déshéritement/1 1 +déshériter/4 5 +déshonnête/1 13 +déshonnêtement 8 +déshonnêteté/1 2 +déshonneur/1 1 +déshonorable/1 4 +déshonorante/3 3 +déshonorée/3 3 +déshonorer/4 11 +déshuiler/4 5 +déshumanisante/3 3 +déshumanisation/1 2 +déshumanisée/3 3 +déshumaniser/4 11 +déshumidificateur/1 1 +déshumidification/1 2 +déshumidifier/4 5 +déshydratante/3 3 +déshydratation/1 2 +déshydratée/3 3 +déshydrater/4 11 +déshydrogénase/1 2 +déshydrogénation/1 2 +déshydrogéner/33 5 +déshypothéquer/33 5 +désidérabilité/1 2 +désidérata/1 1 +desideratum/51 1 +design 45 +design/1 4 +design/1 1 +désignation/1 2 +désignative/3 3 +désignée/3 3 +designer/1 10 +désigner/4 5 +designeuse/3 9 +désiliciage/1 1 +désillusion/1 2 +désillusionnée/3 3 +désillusionner/4 5 +désincarcérée/3 3 +désincarcérer/33 5 +désincarnation/1 2 +désincarnée/3 3 +désincarner/4 11 +désincorporer/4 5 +désincrustation/1 2 +désincruster/4 5 +désinculper/4 5 +désindenter/4 5 +désindexation/1 2 +désindexer/4 5 +désindustrialisation/1 2 +désindustrialisée/3 3 +désindustrialiser/4 11 +désinence/1 2 +désinentielle/3 3 +désinfectante/3 3 +désinfectée/3 3 +désinfecter/4 5 +désinfection/1 2 +désinfectrice/3 9 +désinflation/1 2 +désinformation/1 2 +désinformer/4 5 +désingularisation/1 2 +désinhibée/3 3 +désinhiber/4 5 +désinhibition/1 2 +désinhibitrice/3 3 +désinscription/1 2 +désinscrire/78 79 +désinscrite/3 3 +désinsectisation/1 2 +désinsectisée/3 3 +désinsectiser/4 5 +désinsectiseuse/3 9 +désinsertion/1 2 +désinstallation/1 2 +désinstallée/3 3 +désinstaller/4 5 +désinstitutionnalisation/1 2 +désintégrateur/1 1 +désintégration/1 2 +désintégrée/3 3 +désintégrer/33 11 +désintéressée/3 3 +désintéressement/1 1 +désintéresser/4 11 +désintérêt/1 1 +désintermédiation/1 2 +désintoxication/1 2 +désintoxiquée/3 3 +désintoxiquer/4 11 +désinvestir/29 101 +désinvestissement/1 1 +désinviter/4 5 +désinvolte/1 4 +désinvolture/1 2 +désir/1 1 +désirabilité/1 2 +désirable/1 4 +désirée/3 3 +désirer/4 5 +désireuse/8 3 +désistement/1 1 +désister/4 55 +desman/1 1 +desmodromique/1 4 +désobéir/55 164 +désobéissance/1 2 +désobéissante/3 3 +désobligeamment 8 +désobligeance/1 2 +désobligeante/3 6 +désobliger/4 5 +désoblitération/1 2 +désobstruction/1 2 +désobstruer/4 5 +désocclusion/1 2 +désoccupée/3 3 +désoccuper/4 5 +désocialisation/1 2 +désocialisée/3 3 +désocialiser/4 5 +désodorisante/3 3 +désodoriser/4 5 +désœuvrée/3 6 +désœuvrement/1 1 +désœuvrer 5 +désolante/3 3 +désolation/1 2 +désolée/3 3 +désoler/4 11 +désolidarisation/1 2 +désolidariser/4 11 +désoperculateur/1 1 +désoperculer/4 5 +désopilante/3 3 +désopiler/4 11 +désorber/4 5 +désorbitation/1 2 +désorbitée/3 3 +désorbiter/4 11 +désordonnée/3 3 +désordonnément 8 +désordonner/4 5 +désordre/1 1 +désorganisation/1 2 +désorganisatrice/3 3 +désorganisée/3 3 +désorganiser/4 11 +désorientation/1 2 +désorientée/3 3 +désorienter/4 11 +désormais 8 +désorption/1 2 +désossage/1 1 +désossée/3 3 +désossement/1 1 +désosser/4 11 +désosseuse/3 9 +désouffler/4 5 +désoxydante/3 3 +désoxydation/1 2 +désoxyder/4 5 +désoxygénation/1 2 +désoxygéner/33 5 +désoxyribonucléique/1 4 +desperado/1 1 +despérado/1 1 +despote/1 13 +despotique/1 4 +despotiquement 8 +despotisme/1 1 +desquamation/1 2 +desquamée/3 3 +desquamer/4 17 +desquelles 78 +desquels 78 +dessablage/1 1 +dessablement/1 1 +dessabler/4 5 +dessaisir/29 83 +dessaisissement/1 1 +dessalage/1 1 +dessalaison/1 2 +dessalée/3 3 +dessalement/1 1 +dessaler/4 42 +dessalinisation/1 2 +dessangler/4 11 +dessaouler/4 42 +dessaper/4 11 +desséchante/3 3 +desséchée/3 3 +dessèchement/1 1 +dessécher/33 11 +dessein/1 1 +desseller/4 5 +desserrage/1 1 +desserrement/1 1 +desserrer/4 11 +dessert/1 1 +desserte/1 2 +dessertir/29 84 +dessertissage/1 1 +desservable/1 4 +desservante/3 9 +desservir/128 79 +dessiccateur/1 1 +dessiccation/1 2 +dessiccative/3 3 +dessiccatrice/3 3 +dessiller/4 11 +dessin/1 1 +dessinatrice/3 9 +dessinée/3 3 +dessiner/4 11 +dessolement/1 1 +dessoler/4 5 +dessouchage/1 1 +dessouchement/1 1 +dessoucheuse/1 2 +dessoudée/3 3 +dessouder/4 11 +dessouffler/4 5 +dessouler/4 42 +dessoûler/4 42 +dessous 8 +dessous 99 +dessous 7 +dessous-de-bouteille 7 +dessous-de-bras 7 +dessous-de-plat 7 +dessous-de-table 7 +dessuintage/1 1 +dessuinter/4 5 +dessus 8 +dessus 99 +dessus 7 +dessus-de-lit 7 +dessus-de-plat 7 +dessus-de-porte 7 +déstabilisante/3 3 +déstabilisation/1 2 +déstabilisatrice/3 6 +déstabilisée/3 3 +déstabiliser/4 5 +déstalinisation/1 2 +déstaliniser/4 5 +destin/1 1 +destinataire/1 10 +destination/1 2 +destinatrice/3 6 +destinée/3 3 +destinée/1 2 +destiner/4 11 +destituée/3 3 +destituer/4 5 +destitution/1 2 +déstockage/1 1 +déstocker/4 17 +déstressante/3 3 +déstresser/4 42 +destrier/1 1 +destroyer/1 1 +destroyeur/1 1 +destructible/1 4 +destruction/1 2 +destructive/3 3 +destructivité/1 2 +destructrice/3 6 +déstructurante/3 3 +déstructuration/1 2 +déstructurée/3 3 +déstructurer/4 11 +désuète/3 3 +désuétude/1 2 +désulfatage/1 1 +désulfitage/1 1 +désulfiter/4 5 +désulfuration/1 2 +désulfurer/4 5 +désunie/3 3 +désunion/1 2 +désunir/29 83 +désynchronisation/1 2 +désynchronisée/3 3 +désynchroniser/4 5 +désyndicalisation/1 2 +détachable/1 4 +détachage/1 1 +détachante/3 3 +détachée/3 3 +détachement/1 1 +détacher/4 11 +détacheuse/3 9 +détail/1 1 +détaillante/3 6 +détaillée/3 3 +détailler/4 5 +détaler/10 14 +détaller/4 5 +détapisser/4 5 +détartrage/1 1 +détartrante/3 3 +détartrée/3 3 +détartrer/4 5 +détartreur/1 1 +détaxation/1 2 +détaxe/1 2 +détaxer/4 5 +détectable/1 4 +détectée/3 3 +détecter/4 5 +détecteur/1 1 +détection/1 2 +détective/1 10 +détectrice/3 3 +déteindre/67 114 +déteinte/3 3 +dételage/1 1 +dételée/3 3 +dételer/40 17 +détendeur/1 1 +détendre/52 79 +détendue/3 3 +détenir/68 82 +détente/1 2 +détention/1 2 +détentrice/3 6 +détenue/3 6 +détergence/1 2 +détergent/1 1 +détergente/3 3 +déterger/4 5 +détérioration/1 2 +détériorée/3 3 +détériorer/4 11 +déterminable/1 4 +déterminante/3 6 +détermination/1 2 +déterminative/3 6 +déterminée/3 3 +déterminément 8 +déterminer/4 11 +déterminisme/1 1 +déterministe/1 4 +déterrage/1 1 +déterrée/3 3 +déterrement/1 1 +déterrer/4 5 +déterreuse/3 9 +détersion/1 2 +détersive/3 3 +détestable/1 4 +détestablement 8 +détestation/1 2 +détestée/3 3 +détester/4 11 +détirer/4 11 +détireuse/1 2 +détiser 5 +détisser/4 5 +détonante/3 3 +détonateur/1 1 +détonation/1 2 +détoner/10 14 +détonique/1 2 +détonneler/40 5 +détonner/10 14 +détordre/52 82 +détorsion/1 2 +détortiller/4 5 +détour/1 1 +détourage/1 1 +détourer/4 5 +détournée/3 3 +détournement/1 1 +détourner/4 11 +détoxication/1 2 +détoxifiante/3 3 +détoxification/1 2 +détoxifier/4 11 +détoxiquer/4 5 +détracter/4 5 +détraction/1 2 +détractrice/3 9 +détrancher/10 14 +détransposer/4 5 +détraquée/3 6 +détraquement/1 1 +détraquer/4 11 +détrempe/1 2 +détrempée/3 3 +détremper/4 5 +détresse/1 2 +détresser/4 5 +détricotée/3 3 +détricoter/4 5 +détriment/1 1 +détritique/1 4 +détritivore/1 4 +détritus 7 +détroit/1 1 +détrompage/1 1 +détrompée/3 3 +détromper/4 11 +détrompeur/1 1 +détrônable/1 4 +détroncher/10 14 +détrônée/3 3 +détrônement/1 1 +détrôner/4 5 +détroquage/1 1 +détroquer/4 5 +détroussée/3 3 +détroussement/1 1 +détrousser/4 5 +détrousseuse/3 9 +détruire/77 79 +détruite/3 3 +dette/1 2 +détumescence/1 2 +deuil/1 1 +deutérium/1 1 +deutérocanonique/1 4 +deutéron/1 1 +deuton/1 1 +deutschemark/1 1 +deux 49 +deux-deux 7 +deux-huit 7 +deuxième/1 13 +deuxièmement 8 +deux-mâts 7 +deux-pièces 7 +deux-points 7 +deux-ponts 7 +deux-quatre 7 +deux-roues 7 +deux-seize 7 +deux-temps 7 +deuzio 8 +dévalaison/1 2 +dévalement/1 1 +dévaler/4 17 +dévaliser/4 5 +dévaliseuse/3 9 +dévaloir/1 1 +dévalorisante/3 3 +dévalorisation/1 2 +dévalorisée/3 3 +dévaloriser/4 11 +dévaluation/1 2 +dévaluée/3 3 +dévaluer/4 11 +devanagari/1 4 +dévanagari/1 4 +devanagari/1 2 +dévanagari/1 2 +devancement/1 1 +devancer/4 5 +devancière/3 9 +devant 8 +devant 99 +devant/1 1 +devanture/1 2 +dévaser/4 5 +dévastation/1 2 +dévastatrice/3 3 +dévastée/3 3 +dévaster/4 5 +déveine/1 2 +développable/1 4 +développante/3 6 +développée/3 6 +développement/1 1 +développementale/8 3 +développer/4 11 +développeuse/3 9 +devenir/1 1 +devenir/68 91 +déventer/4 5 +déverbale/8 3 +déverbatif/1 1 +déverdir/55 92 +dévergondage/1 1 +dévergondée/3 6 +dévergonder/4 55 +déverguer/4 5 +déverminage/1 1 +déverminer/4 5 +dévernie/3 3 +dévernir/29 84 +dévernissage/1 1 +déverrouillage/1 1 +déverrouillée/3 3 +déverrouiller/4 5 +devers 78 +déverse/3 9 +déversement/1 1 +déverser/4 11 +déversoir/1 1 +dévestiture/1 2 +dévêtir/107 79 +dévêtue/3 3 +déviance/1 2 +déviante/3 6 +déviation/1 2 +déviationnisme/1 1 +déviationniste/1 13 +déviatrice/3 6 +dévidage/1 1 +dévidée/3 3 +dévider/4 11 +dévideuse/3 9 +dévidoir/1 1 +déviée/3 3 +dévier/4 17 +devin/1 1 +devinable/1 4 +devinée/3 3 +deviner/4 11 +devineresse/1 2 +devinette/1 2 +dévirer/4 17 +dévirginer 5 +dévirginiser/4 5 +dévirilisation/1 2 +déviriliser/4 5 +déviroler/4 5 +devis 7 +dévisagée/3 3 +dévisager/4 5 +devise/1 2 +deviser/10 14 +deviseuse/3 9 +dévissable/1 4 +dévissage/1 1 +dévissée/3 3 +dévisser/4 17 +dévitalisation/1 2 +dévitalisée/3 3 +dévitaliser/4 5 +dévitrification/1 2 +dévitrifier/4 5 +dévoiement/1 1 +dévoilée/3 3 +dévoilement/1 1 +dévoiler/4 11 +devoir/1 1 +devoir/220 79 +dévoltage/1 1 +dévolter/4 5 +dévolteur/1 1 +dévolue/3 3 +dévolution/1 2 +dévolutive/3 3 +devon/1 1 +dévon/1 1 +dévonien/1 1 +dévonienne/3 3 +dévorante/3 3 +dévoration/1 2 +dévoratrice/3 6 +dévorée/3 3 +dévorer/4 42 +dévoreuse/3 6 +dévote/3 6 +dévotement 8 +dévotieuse/8 3 +dévotieusement 8 +dévotion/1 2 +dévouée/3 3 +dévouement/1 1 +dévouer/4 11 +dévoyée/3 6 +dévoyer/4 55 +dextérité/1 2 +dextralité/1 2 +dextre/1 4 +dextre/1 2 +dextrine/1 2 +dextrinisation/1 2 +dextrocardie/1 2 +dextrochère/1 1 +dextrogyre/1 4 +dextrométhorphane/1 1 +dextrorsum 45 +dextrorsum 8 +dextrose/1 1 +dey/1 1 +dézinguer/4 5 +dgr/38 7 +dhamma 18 +dharma/1 1 +dhimmi/1 10 +dhimmitude/1 2 +dia 70 +diabète/1 1 +diabétique/1 13 +diabétologie/1 2 +diabétologue/1 10 +diablement 8 +diablerie/1 2 +diablesse/3 9 +diablotin/1 1 +diabolique/1 4 +diaboliquement 8 +diabolisation/1 2 +diabolisée/3 3 +diaboliser/4 5 +diabolisme/1 1 +diabolo/1 1 +diachronie/1 2 +diachronique/1 4 +diachroniquement 8 +diachylon/1 1 +diachylum 18 +diacide/1 1 +diaclase/1 2 +diacode/1 1 +diaconale/8 3 +diaconat/1 1 +diaconesse/1 2 +diaconie/1 2 +diacoustique/1 4 +diacre/1 1 +diacritique/1 4 +diadème/1 1 +diadémée/3 3 +diadoque/1 1 +diadrome/1 4 +diagnose/1 2 +diagnostic/1 1 +diagnosticienne/3 9 +diagnostiquée/3 3 +diagnostiquer/4 5 +diagnostiqueuse/3 9 +diagonale/8 6 +diagonalement 8 +diagonalisable/1 4 +diagonalisation/1 2 +diagonaliser/4 5 +diagonalité/1 2 +diagrammatique/1 4 +diagramme/1 1 +diagraphe/1 1 +diagraphie/1 2 +diagraphique/1 4 +dialcool/1 1 +dialectale/8 3 +dialectaliser/4 5 +dialectalisme/1 1 +dialecte/1 1 +dialecticienne/3 6 +dialectique/1 4 +dialectique/1 2 +dialectiquement 8 +dialectisation/1 2 +dialectiser/4 5 +dialectologie/1 2 +dialectologue/1 10 +diallèle/1 1 +dialogicité/1 2 +dialogique/1 4 +dialogisme/1 1 +dialogue/1 1 +dialoguée/3 3 +dialoguer/4 17 +dialogueuse/3 9 +dialoguiste/1 10 +dialypétale/1 4 +dialypétale/1 2 +dialysat/1 1 +dialyse/1 2 +dialysée/3 3 +dialysépale/1 4 +dialyser/4 5 +dialyseur/1 1 +diamagnétique/1 4 +diamagnétisme/1 1 +diamant/1 1 +diamantaire/1 10 +diamantée/3 3 +diamanter/4 5 +diamantifère/1 4 +diamantine/3 3 +diamétrale/8 3 +diamétralement 8 +diamètre/1 1 +diamide/1 1 +diamidophénol/1 1 +diamine/1 2 +diane/1 2 +diantre 70 +diantrement 8 +diapason/1 1 +diapause/1 2 +diapédèse/1 2 +diaphane/1 4 +diaphanéité/1 2 +diaphanoscopie/1 2 +diaphonie/1 2 +diaphorèse/1 2 +diaphorétique/1 4 +diaphragmatique/1 4 +diaphragme/1 1 +diaphragmer/4 17 +diaphysaire/1 4 +diaphyse/1 2 +diapo/1 2 +diaporama/1 1 +diapositive/3 3 +diapositive/1 2 +diaprée/3 3 +diaprer/4 5 +diaprure/1 2 +diapside/1 1 +diariste/1 10 +diarrhée/1 2 +diarrhéique/1 4 +diarthrose/1 2 +diascope/1 1 +diascopie/1 2 +diascordium 1 +diaspora/1 2 +diastase/1 2 +diastasique/1 4 +diastole/1 2 +diastolique/1 4 +diasystème/1 1 +diathermane/1 4 +diathermie/1 2 +diathermique/1 4 +diathèse/1 2 +diathésique/1 4 +diatomée/1 2 +diatomique/1 4 +diatomite/1 2 +diatonique/1 4 +diatoniquement 8 +diatribe/1 2 +diaule/1 2 +diazoïque/1 4 +diazote/1 1 +dibasique/1 4 +dibiterie/1 2 +dicarboxylique/1 4 +dicastère/1 1 +dichlore/1 1 +dichlorure/1 1 +dichogamie/1 2 +dichotome/1 4 +dichotomie/1 2 +dichotomique/1 4 +dichotomisation/1 2 +dichroïque/1 4 +dichroïsme/1 1 +dichromatique/1 4 +dicline/1 2 +dico/1 1 +dicotylédone/1 4 +dicotylédone/1 2 +dicrote/1 4 +dictame/1 1 +dictaphone/1 1 +dictat/1 1 +dictatoriale/8 3 +dictatorialement 8 +dictatrice/3 9 +dictature/1 2 +dictée/3 3 +dictée/1 2 +dicter/4 5 +diction/1 2 +dictionnaire/1 1 +dictionnariste/1 10 +dicton/1 1 +didacticiel/1 1 +didacticienne/3 9 +didactique/1 4 +didactique/1 2 +didactiquement 8 +didactisation/1 2 +didactisme/1 1 +didactyle/1 4 +didascalie/1 2 +didgeridoo/1 1 +didone/1 2 +didot/1 1 +diduction/1 2 +didyme/1 4 +didyme/1 1 +diédrale/8 3 +dièdre/1 4 +dièdre/1 1 +diégèse/1 2 +diégétique/1 4 +diélectrique/1 4 +diencéphale/1 1 +diencéphalique/1 4 +diérèse/1 2 +diergol/1 1 +dièse/1 1 +diesel/1 1 +diésel/1 1 +diéséliser/4 5 +diéséliste/1 10 +diéser/33 5 +diester/1 1 +diète/1 2 +diététicienne/3 9 +diététique/1 13 +diététiste/1 10 +diéthylénique/1 4 +dieu/19 1 +diffa/1 2 +diffamante/3 3 +diffamation/1 2 +diffamatoire/1 4 +diffamatrice/3 6 +diffamée/3 3 +diffamer/4 5 +difféologie/1 2 +difféomorphe/1 4 +difféomorphisme/1 1 +différé/1 1 +différée/3 3 +différemment 8 +différence/1 2 +différenciateur/1 1 +différenciation/1 2 +différenciatrice/3 3 +différenciée/3 3 +différencier/4 11 +différend/1 1 +différente/3 3 +différentiabilité/1 2 +différentiable/1 4 +différentiablement 8 +différentiation/1 2 +différentiée/3 3 +différentielle/3 6 +différentiellement 8 +différentier 11 +différer/33 17 +difficile/1 4 +difficilement 8 +difficulté/1 2 +difficultueuse/8 3 +diffluence/1 2 +difforme/1 4 +difformer/4 5 +difformité/1 2 +diffracter/4 5 +diffraction/1 2 +diffractomètre/1 1 +diffractométrie/1 2 +diffractométrique/1 4 +diffuse/3 3 +diffusée/3 3 +diffusément 8 +diffuser/4 11 +diffuseuse/3 9 +diffusibilité/1 2 +diffusible/1 4 +diffusiomètre/1 1 +diffusion/1 2 +diffusionnisme/1 1 +diffusionniste/1 13 +diffusivité/1 2 +diffusomètre/1 1 +difluor/1 1 +digamma 7 +digamma/1 1 +digérable/1 4 +digérée/3 3 +digérer/33 42 +digest/1 1 +digeste/1 4 +digeste/1 1 +digesteur/1 1 +digestibilité/1 2 +digestible/1 4 +digestif/1 1 +digestion/1 2 +digestive/3 3 +digicode/1 1 +digiponcture/1 2 +digipuncture/1 2 +digit/1 1 +digitale/8 6 +digitaline/1 2 +digitalisation/1 2 +digitaliser/4 5 +digitaliseur/1 1 +digitée/3 3 +digitiforme/1 4 +digitigrade/1 4 +digitoponcture/1 2 +digitopuncture/1 2 +diglossie/1 2 +diglossique/1 4 +digne/1 4 +dignement 8 +dignitaire/1 10 +dignité/1 2 +digon/1 1 +digramme/1 1 +digraphe/1 1 +digraphie/1 2 +digresser/10 14 +digression/1 2 +digressive/3 3 +digue/1 2 +dihydrogène 18 +diiode/1 1 +dijonnaise/3 6 +diktat/1 1 +dilacération/1 2 +dilacérer/33 5 +dilapidation/1 2 +dilapidatrice/3 6 +dilapidée/3 3 +dilapider/4 5 +dilatabilité/1 2 +dilatable/1 4 +dilatance/1 2 +dilatante/3 3 +dilatateur/1 1 +dilatation/1 2 +dilatatrice/3 3 +dilatée/3 3 +dilater/4 11 +dilatoire/1 4 +dilatoirement 8 +dilatomètre/1 1 +dilection/1 2 +dilemme/1 1 +dilettante/1 10 +dilettantisme/1 1 +diligemment 8 +diligence/1 2 +diligente/3 3 +diligentée/3 3 +diligenter/4 5 +dilogie/1 2 +diluante/3 3 +diluée/3 3 +diluer/4 11 +dilution/1 2 +diluviale/8 3 +diluvienne/3 3 +diluvium/1 1 +dimanche 8 +dimanche/1 1 +dimanganèse/1 1 +dime/1 2 +dîme/1 2 +dimension/1 2 +dimensionnalité/1 2 +dimensionnée/3 3 +dimensionnelle/3 3 +dimensionnement/1 1 +dimensionner/4 5 +dimère/1 4 +dimère/1 1 +diméthylmercure/1 1 +dimétrodon/1 1 +diminuée/3 3 +diminuendo 8 +diminuendo 7 +diminuendo/1 1 +diminuer/4 42 +diminutif/1 1 +diminution/1 2 +diminutive/3 3 +dimissoire/1 1 +dimissoriale/8 3 +dimorphe/1 4 +dimorphisme/1 1 +dinanderie/1 2 +dinandière/3 9 +dinar/1 1 +dinarique/1 13 +dinatoire/1 4 +dînatoire/1 4 +dinde/1 2 +dindon/1 1 +dindonneau/19 1 +dindonner/4 5 +dindonnière/3 9 +dinée/1 2 +dînée/1 2 +diner/1 1 +dîner/1 1 +diner/10 14 +dîner/10 14 +dinette/1 2 +dînette/1 2 +dineuse/3 9 +dîneuse/3 9 +ding 70 +dingbats +dinghie/1 1 +dinghy/41 1 +dinghy/1 1 +dingo/1 1 +dingue/1 13 +dinguer/10 14 +dinguerie/1 2 +dinophysis 7 +dinornis 7 +dinosaure/1 1 +dinosaurien/1 1 +dinothérium/1 1 +diocésaine/3 3 +diocèse/1 1 +diode/1 2 +diodon/1 1 +dioïque/1 4 +diol/1 1 +dionée/1 2 +dionysiaque/1 4 +dionysies 46 +diophantienne/3 3 +diopside/1 1 +dioptre/1 10 +dioptrie/1 2 +dioptrique/1 4 +dioptrique/1 2 +diorama/1 1 +diorite/1 2 +dioscoréacée/1 2 +diot/1 1 +dioxine/1 2 +dioxyde/1 1 +dioxygène/1 1 +dipétale/1 4 +diphasée/3 3 +diphénol/1 1 +diphosphate/1 1 +diphtérie/1 2 +diphtérique/1 4 +diphtongaison/1 2 +diphtongue/1 2 +diphtonguer/4 5 +diplégie/1 2 +diploblastique/1 4 +diplocoque/1 1 +diplodocus 7 +diploïde/1 4 +diploïdie/1 2 +diplômante/3 3 +diplomate/1 13 +diplomatie/1 2 +diplomation/1 2 +diplomatique/1 4 +diplomatique/1 2 +diplomatiquement 8 +diplôme/1 1 +diplômée/3 6 +diplômer/4 5 +diplopie/1 2 +dipneumonée/3 3 +dipneuste/1 4 +dipneuste/1 1 +dipode/1 1 +dipolaire/1 4 +dipôle/1 1 +dipsacée/1 4 +dipsacée/1 2 +dipsomane/1 13 +dipsomanie/1 2 +diptère/1 4 +diptère/1 1 +diptyque/1 1 +dircom/1 10 +dire/1 1 +dire/139 79 +directe/3 6 +directement 8 +direction/1 2 +directionnelle/3 3 +directive/3 6 +directivisme/1 1 +directivité/1 2 +directoire/1 1 +directorat/1 1 +directoriale/8 3 +directrice/3 6 +dirham/1 1 +dirhem/1 +dirigeable/1 4 +dirigeable/1 1 +dirigeante/3 6 +dirigée/3 3 +diriger/4 11 +dirigisme/1 1 +dirigiste/1 13 +dirimante/3 3 +dirimer/4 5 +dirlo/1 10 +disaccaride/1 1 +disaccharide/1 1 +discale/8 3 +discarthrose/1 2 +discernable/1 4 +discernée/3 3 +discernement/1 1 +discerner/4 5 +disciple/1 10 +disciplinable/1 4 +disciplinaire/1 4 +disciplinairement 8 +discipline/1 2 +disciplinée/3 6 +discipliner/4 5 +disc-jockey/1 10 +disco/1 10 +discobole/1 1 +discographie/1 2 +discographique/1 4 +discoïdale/8 3 +discoïde/1 4 +discompte/1 1 +discompter/4 5 +discompteuse/3 9 +discomycète/1 1 +disconnecteur/1 1 +discontacteur/1 1 +discontinuation/1 2 +discontinue/3 3 +discontinuer 170 +discontinuisme/1 1 +discontinuité/1 2 +discontinument 8 +discontinûment 8 +disconvenance/1 2 +disconvenir/68 141 +discopathie/1 2 +discophile/1 10 +discophilie/1 2 +discordance/1 2 +discordante/3 3 +discorde/1 2 +discorder/10 14 +discothécaire/1 10 +discothèque/1 2 +discount/1 1 +discountée/3 3 +discounter/4 5 +discounteur/1 1 +discoureuse/3 9 +discourir/240 91 +discours 7 +discourtoise/3 3 +discourtoisement 8 +discourtoisie/1 2 +discrédit/1 1 +discréditée/3 3 +discréditer/4 11 +discrépance/1 2 +discrète/3 6 +discrètement 8 +discrétion/1 2 +discrétionnaire/1 4 +discrétionnairement 8 +discrétisation/1 2 +discrétiser/4 5 +discrétoire/1 1 +discriminante/3 3 +discrimination/1 2 +discriminative/3 3 +discriminatoire/1 4 +discriminée/3 3 +discriminer/4 5 +disculpation/1 2 +disculpée/3 6 +disculper/4 11 +discuputer/10 14 +discursive/3 3 +discursivement 8 +discursiviser 5 +discussion/1 2 +discutable/1 4 +discutailler/4 17 +discutaillerie/1 2 +discutailleuse/3 6 +discutée/3 3 +discuter/4 42 +discuteuse/3 6 +diserte/3 3 +disertement 8 +disette/1 2 +disetteuse/8 3 +diseuse/3 9 +disgrâce/1 2 +disgraciée/3 3 +disgracier/4 5 +disgracieuse/8 3 +disgracieusement 8 +disharmonie/1 2 +disilane/1 1 +disjoindre/67 79 +disjointe/3 3 +disjoncter/4 17 +disjoncteur/1 1 +disjonction/1 2 +disjonctive/3 3 +dislocation/1 2 +disloquée/3 3 +disloquer/4 11 +dismutase/1 2 +dismutation/1 2 +disodique/1 4 +disparaitre/75 91 +disparaître/75 91 +disparate/1 13 +disparation/1 2 +disparité/1 2 +disparition/1 2 +disparue/3 6 +dispatcher/4 5 +dispatcheur/1 1 +dispatching/1 1 +dispendieuse/8 3 +dispendieusement 8 +dispensable/1 4 +dispensaire/1 1 +dispensation/1 2 +dispensatoire/1 4 +dispensatrice/3 6 +dispense/1 2 +dispensée/3 3 +dispenser/4 11 +dispersal/1 1 +dispersante/3 3 +dispersée/3 3 +dispersement/1 1 +disperser/4 11 +dispersion/1 2 +dispersive/3 3 +disponibilité/1 2 +disponible/1 4 +dispose/3 3 +disposée/3 3 +disposer/4 115 +dispositif/1 1 +disposition/1 2 +disproportion/1 2 +disproportionnalité/1 2 +disproportionnée/3 3 +disproportionnelle/3 3 +disproportionnellement 8 +disproportionner/4 5 +disputailler/10 14 +dispute/1 2 +disputée/3 3 +disputer/4 115 +disputeuse/3 6 +disquaire/1 10 +disqualification/1 2 +disqualifiée/3 6 +disqualifier/4 11 +disque/1 1 +disque-jockey 119 +disques-jockeys 113 +disquette/1 2 +disqueuse/1 2 +disruption/1 2 +disruptive/3 3 +dissecteur/1 1 +dissection/1 2 +dissemblable/1 4 +dissemblance/1 2 +dissémination/1 2 +disséminée/3 3 +disséminer/4 11 +dissension/1 2 +dissensus 7 +dissentiment/1 1 +disséquée/3 3 +disséquer/33 5 +disséqueuse/3 9 +dissertation/1 2 +disserter/10 14 +dissidence/1 2 +dissidente/3 6 +dissimilaire/1 4 +dissimilarité/1 2 +dissimilarité/1 2 +dissimilation/1 2 +dissimiler/4 5 +dissimilitude/1 2 +dissimulable/1 4 +dissimulation/1 2 +dissimulatrice/3 6 +dissimulée/3 3 +dissimuler/4 11 +dissipable/1 4 +dissipation/1 2 +dissipative/3 3 +dissipatrice/3 6 +dissipée/3 3 +dissiper/4 11 +dissociabilité/1 2 +dissociable/1 4 +dissociation/1 2 +dissociative/3 3 +dissociatrice/3 3 +dissociée/3 3 +dissocier/4 11 +dissolubilité/1 2 +dissoluble/1 4 +dissolue/3 3 +dissolution/1 2 +dissolutive/3 3 +dissolvant/1 1 +dissolvante/3 3 +dissonance/1 2 +dissonante/3 6 +dissoner/10 14 +dissoudre/117 79 +dissuadée/3 3 +dissuader/4 5 +dissuasion/1 2 +dissuasive/3 3 +dissyllabe/1 4 +dissyllabe/1 1 +dissyllabique/1 4 +dissymétrie/1 2 +dissymétrique/1 4 +distale/8 3 +distance/1 2 +distancée/3 3 +distancer/4 11 +distanciation/1 2 +distancielle/3 6 +distancier/4 11 +distante/3 3 +distendre/52 79 +distendue/3 3 +distension/1 2 +disthène/1 1 +distilbène/1 1 +distillat/1 1 +distillation/1 2 +distillatoire/1 4 +distillatrice/3 9 +distillée/3 3 +distiller/4 17 +distillerie/1 2 +distincte/3 3 +distinctement 8 +distinction/1 2 +distinctive/3 3 +distinguable/1 4 +distinguée/3 3 +distinguer/4 42 +distinguo/1 1 +distique/1 1 +distomatose/1 2 +distordre/52 79 +distordue/3 3 +distorsion/1 2 +distraction/1 2 +distractive/3 3 +distractivité/1 2 +distraire/96 97 +distraite/3 6 +distraitement 8 +distrayante/3 3 +distribuable/1 4 +distribuée/3 3 +distribuer/4 11 +distributaire/1 13 +distributif/1 1 +distribution/1 2 +distributionalisme/1 1 +distributionaliste/1 13 +distributionnalisme/1 1 +distributionnaliste/1 13 +distributionnelle/3 3 +distributive/3 3 +distributivement 8 +distributivité/1 2 +distributrice/3 6 +district/1 1 +distyle/1 4 +disulfirame/1 1 +disulfure/1 1 +dit/1 1 +dite/3 3 +diterpène/1 1 +dithyrambe/1 1 +dithyrambique/1 4 +dito 8 +diton/1 1 +diurèse/1 2 +diurétique/1 4 +diurétique/1 1 +diurnal/19 4 +diurne/1 4 +div +diva/1 2 +divagante/3 3 +divagation/1 2 +divagatrice/3 3 +divaguer/10 14 +divan/1 1 +dive/1 108 +divergence/1 2 +divergente/3 3 +diverger/10 14 +divers 191 +diverse/3 3 +diversement 8 +diverses 192 +diversification/1 2 +diversifiée/3 3 +diversifier/4 11 +diversiforme/1 4 +diversion/1 2 +diversité/1 2 +diverticule/1 1 +diverticulose/1 2 +divertie/3 3 +divertimento/1 1 +divertir/29 83 +divertissante/3 3 +divertissement/1 1 +divette/1 2 +dividende/1 1 +divination/1 2 +divinatoire/1 4 +divinatrice/3 6 +divine/3 6 +divinement 8 +divinisation/1 2 +divinisée/3 3 +diviniser/4 5 +divinité/1 2 +divise/3 3 +divisée/3 3 +diviser/4 11 +diviseuse/3 6 +divisibilité/1 2 +divisible/1 4 +division/1 2 +divisionnaire/1 13 +divisionnisme/1 1 +divisionniste/1 13 +divorce/1 1 +divorcée/3 6 +divorcer/10 14 +divortialité/1 2 +divulgation/1 2 +divulgatrice/3 6 +divulguable/1 4 +divulguée/3 3 +divulguer/4 11 +divulsion/1 2 +dix 49 +dix-huit 49 +dix-huitième/1 13 +dixième/1 13 +dixièmement 8 +dixit 78 +dix-neuf 49 +dix-neuvième/1 13 +dix-sept 49 +dix-septième/1 13 +dizain/1 1 +dizaine/1 2 +dizygote/1 4 +dizygote/1 1 +djaïn/1 +djaïnisme/1 1 +djebel/1 1 +djébel/1 1 +djellaba/1 2 +djembe/1 1 +djembé/1 1 +djibser/10 14 +djihad/1 1 +djihadisme/1 1 +djihadiste/1 13 +djinn/1 1 +do 7 +doberman/1 1 +doc +docétisme/1 1 +doche/1 2 +docile/1 13 +docilement 8 +docilité/1 2 +docimasie/1 2 +docimologie/1 2 +dock/1 1 +docker/1 10 +docte/1 4 +doctement 8 +docteur/1 10 +docteure/1 2 +doctorale/8 3 +doctoralement 8 +doctorante/3 9 +doctorat/1 1 +doctoresse/1 2 +doctrinaire/1 13 +doctrinale/8 3 +doctrinalement 8 +doctrinarisme/1 1 +doctrine/1 2 +docudrame/1 1 +docu-drame/1 1 +docufiction/1 1 +docu-fiction/1 1 +document/1 1 +documentaire/1 4 +documentaire/1 1 +documentaliste/1 10 +documentariste/1 10 +documentation/1 2 +documentée/3 3 +documenter/4 11 +dodécaèdre/1 1 +dodécagonale/8 3 +dodécagone/1 1 +dodécalogie/1 2 +dodécaphasée/3 3 +dodécaphonique/1 4 +dodécaphonisme/1 1 +dodécaphoniste/1 13 +dodécastyle/1 4 +dodécasyllabe/1 1 +dodécylsulfate/1 1 +dodelinante/3 3 +dodelinement/1 1 +dodeliner/10 14 +dodine/1 2 +dodo/1 1 +dodue/3 3 +dogaresse/1 2 +dogat/1 1 +dogcart/1 1 +dog-cart/1 1 +doge/1 1 +dogger/1 1 +dogmatique/1 4 +dogmatiquement 8 +dogmatiser/4 17 +dogmatiseur/1 1 +dogmatisme/1 1 +dogmatiste/1 10 +dogme/1 1 +dogue/1 1 +doguer/4 17 +doigt/1 1 +doigté/1 1 +doigter/4 17 +doigtier/1 1 +dojo/1 1 +dol/1 1 +dolce 8 +dolcissimo 8 +doléance/1 2 +doleau/19 1 +dolente/3 3 +doler/4 5 +dolérite/1 2 +dolic/1 1 +dolichocéphale/1 4 +dolichocôlon/1 1 +doline/1 2 +dolique/1 1 +dollar/1 1 +dollarisation/1 2 +dolman/1 1 +dolmen/1 1 +doloire/1 2 +dolomie/1 2 +dolomite/1 2 +dolomitique/1 4 +dolorisme/1 1 +dolosive/3 3 +dom/1 1 +domaine/1 1 +domaniale/8 3 +domanialité/1 2 +dôme/1 1 +domesticable/1 4 +domestication/1 2 +domesticité/1 2 +domestique/1 13 +domestiquée/3 3 +domestiquement 8 +domestiquer/4 5 +domicile/1 1 +domiciliaire/1 4 +domiciliataire/1 10 +domiciliation/1 2 +domiciliée/3 3 +domicilier/4 5 +dominance/1 2 +dominante/3 6 +domination/1 2 +dominatrice/3 6 +dominée/3 6 +dominer/4 42 +dominicaine/3 6 +dominicale/8 3 +dominion/1 1 +domino/1 1 +dominoterie/1 2 +dominotière/3 9 +domisme/1 1 +dommage/1 1 +dommageable/1 4 +dommages-intérêts 20 +domoticienne/3 9 +domotique/1 2 +domptable/1 4 +domptage/1 1 +domptée/3 3 +dompter/4 5 +dompteuse/3 6 +dompte-venin 7 +dompte-venin/1 1 +don/1 1 +donacie/1 2 +donataire/1 10 +donation/1 2 +donatisme/1 1 +donatiste/1 13 +donatrice/3 9 +donc 161 +dondaine/1 2 +dondon/1 2 +donjon/1 1 +donjonnée/3 3 +donjuan/1 1 +donjuanesque/1 4 +don-juanesque/1 4 +donjuanisme/1 1 +don-juanisme/1 1 +donnable/1 4 +donne/1 2 +donnée/3 3 +donnée/1 2 +donner/4 42 +donneuse/3 9 +donquichotte/1 1 +donquichottesque/1 4 +don-quichottesque/1 4 +donquichottisme/1 1 +don-quichottisme/1 1 +dont 78 +donzelle/1 2 +dopage/1 1 +dopamine/1 2 +dopaminergique/1 4 +dopant/1 1 +dopante/3 3 +dope/1 10 +doper/4 11 +doping/1 1 +doppelgänger/1 1 +dorade/1 2 +dorage/1 1 +dorée/3 6 +dorénavant 8 +dorer/4 11 +doreuse/3 9 +dorienne/3 6 +dorin/1 1 +dorique/1 4 +doris 88 +dorlotée/3 3 +dorlotement/1 1 +dorloter/4 11 +dormance/1 2 +dormante/3 3 +dormeuse/3 6 +dormir/239 91 +dormition/1 2 +dormitive/3 3 +dorsale/8 6 +dorsalement 8 +dorsalgie/1 2 +dorsolombaire/1 4 +dorso-lombaire/1 4 +dortoir/1 1 +dorure/1 2 +doryphore/1 1 +dos 7 +dosable/1 4 +dosage/1 1 +dos-d'âne 7 +dose/1 2 +doser/4 5 +dosette/1 2 +doseuse/3 6 +dosimètre/1 1 +dosimétrie/1 2 +dosimétrique/1 4 +dos-nu/1 1 +dossard/1 1 +dosse/1 2 +dosseret/1 1 +dossier/1 1 +dossière/1 2 +dot/1 2 +dotale/8 3 +dotalité/1 2 +dotation/1 2 +doter/4 11 +douaire/1 1 +douairière/1 4 +douairière/1 2 +douane/1 2 +douanière/3 6 +douar/1 1 +doublage/1 1 +double/1 4 +double/1 1 +doublé/1 1 +doubleau/19 1 +double-clic 18 +double-cliquer/170 14 +double-commande 47 +double-crème 18 +double-croche 47 +doublée/3 3 +doublement 8 +doublement/1 1 +doubler/4 42 +doubles-clics 243 +doubles-commandes 46 +doubles-crèmes 20 +doubles-croches 262 +doublet/1 1 +doublette/1 2 +doubleuse/3 9 +doublier/1 1 +doublon/1 1 +doublonner/10 14 +doublure/1 2 +douçâtre/1 4 +douce/8 6 +douce-amère 176 +douceâtre/1 4 +doucement 8 +doucereuse/8 3 +doucereusement 8 +douces-amères 200 +doucette/3 6 +doucettement 8 +douceur/1 2 +douche/1 2 +doucher/4 11 +douchette/1 2 +doucheuse/3 9 +doucin/1 1 +doucine/1 2 +doucir/29 84 +doucissage/1 1 +doudou/1 10 +doudouisme/1 1 +doudoune/1 2 +douée/3 3 +douelle/1 2 +douer 212 +douglas 7 +douille/1 2 +douiller/10 14 +douillette/3 6 +douillettement 8 +douilletterie/1 2 +douleur/1 2 +douloureuse/8 3 +douloureusement 8 +doum/1 1 +douma/1 2 +dourine/1 2 +douro/1 1 +doute/1 1 +douter/4 213 +douteuse/3 6 +douteuse/8 3 +douteusement 8 +douvain/1 1 +douve/1 2 +douvelle/1 2 +doux 8 +douzain/1 1 +douzaine/1 2 +douze 49 +douze-huit 7 +douzième/1 13 +douzièmement 8 +doxa/1 2 +doxographe/1 1 +doxologie/1 2 +doyenne/3 9 +doyenné/1 1 +doyenneté/1 2 +dpi +dracéna/1 1 +drache/1 2 +dracher/69 111 +drachme/1 2 +draconienne/3 3 +draconitique/1 4 +drag/1 1 +dragage/1 1 +dragée/1 2 +dragéifiée/3 3 +dragéifier/4 5 +dragéiste/1 10 +drageoir/1 1 +drageon/1 1 +drageonnage/1 1 +drageonnement/1 1 +drageonner/10 14 +dragline/1 2 +dragon/1 1 +dragonnade/1 2 +dragonne/1 2 +dragonnée/3 3 +dragonner/4 5 +dragonnier/1 1 +dragqueen/1 2 +drag-queen/1 2 +dragster/1 1 +drague/1 2 +draguée/3 3 +draguer/4 17 +dragueuse/3 9 +draille/1 2 +drain/1 1 +drainage/1 1 +drainante/3 3 +draine/1 2 +drainée/3 3 +drainer/4 5 +draineuse/3 9 +draisienne/1 2 +draisine/1 2 +drakkar/1 1 +dramatique/1 13 +dramatiquement 8 +dramatisation/1 2 +dramatiser/4 17 +dramatisme/1 1 +dramaturge/1 10 +dramaturgie/1 2 +dramaturgique/1 4 +drame/1 1 +drap/1 1 +drapé/1 1 +drapeau/19 1 +drapée/3 3 +drapeler/40 5 +drapement/1 1 +draper/4 11 +draperie/1 2 +drap-housse 18 +drapière/3 6 +draps-housses 20 +drastique/1 4 +drastiquement 8 +drave/1 2 +draver/4 17 +draveur/1 1 +dravidienne/3 6 +drawback/1 1 +drayer/4 5 +drayoir/1 1 +drayoire/1 2 +dreadlock/1 2 +dreadnought/1 1 +drêche/1 2 +drège/1 2 +drelin 70 +drenne/1 2 +drépanocytaire/1 4 +drépanocytose/1 2 +dressage/1 1 +dressant/1 1 +dressée/3 3 +dressement/1 1 +dresser/4 11 +dresse-tube/1 1 +dresseuse/3 9 +dressing/1 1 +dressing-room/1 1 +dressoir/1 1 +drève/1 2 +dreyfusarde/3 6 +dreyfusisme/1 1 +dribble/1 1 +dribbler/4 17 +dribbleuse/3 9 +drible/1 1 +dribler/4 17 +dribleuse/3 9 +drifter/1 1 +drill/1 1 +drille/1 10 +driller/4 5 +dring 70 +dringuelle/1 2 +drink/1 1 +drisse/1 2 +drive/1 1 +drive-in 7 +driver/1 10 +driver/4 17 +driveuse/3 9 +drogman/1 1 +drogue/1 2 +droguée/3 6 +droguer/4 42 +droguerie/1 2 +droguet/1 1 +droguiste/1 10 +droïde/1 1 +droite/3 6 +droitement 8 +droit-fil 18 +droitière/3 6 +droitisation/1 2 +droitisme/1 1 +droitiste/1 13 +droits-fils 20 +droiture/1 2 +drolatique/1 4 +drôle/1 4 +drôlement 8 +drôlerie/1 2 +drôlesse/3 9 +dromadaire/1 1 +drome/1 2 +drômoise/3 6 +drone/1 1 +dronte/1 1 +drop/1 1 +droper/4 17 +drop-goal/1 1 +droppage/1 1 +droséra/1 1 +droséracée/1 4 +droséracée/1 2 +drosophile/1 2 +drosser/4 5 +dru 8 +drue/3 3 +drugstore/1 1 +druidesse/3 9 +druidique/1 4 +druidisme/1 1 +drumlin/1 1 +drummer/1 10 +drummeuse/3 9 +drums 20 +drupe/1 2 +druze/1 13 +dry 45 +dry 7 +dry/1 4 +dry/1 1 +dryade/1 2 +dryfarming/1 1 +dry-farming/1 1 +dryopithèque/1 1 +dt +du 160 +dû 135 +duale/8 3 +dualisation/1 2 +dualisme/1 1 +dualiste/1 13 +dualistique/1 4 +dualité/1 2 +duathlète/1 10 +duathlon/1 1 +dub/1 1 +dubitation/1 2 +dubitative/3 3 +dubitativement 8 +dubnium/1 1 +duc/1 1 +ducale/8 3 +ducasse/1 2 +ducat/1 1 +duc-d'Albe 18 +duce/1 1 +duché/1 1 +duchesse/1 2 +ducroire/1 4 +ducroire/1 1 +ducs-d'Albe 20 +ductile/1 4 +ductilité/1 2 +ductus 7 +dudgeonner 5 +dudit 160 +due/1 108 +duègne/1 2 +duel/1 1 +duelle/3 3 +duelliste/1 10 +duettiste/1 10 +duetto 7 +duetto/1 1 +duffelcoat/1 1 +duffel-coat/1 1 +duffle-coat/1 1 +dugong/1 1 +duit/1 1 +duite/1 2 +dulçaquicole/1 4 +dulcicole/1 4 +dulcification/1 2 +dulcifier/4 5 +dulcinée/1 2 +dulcite/1 2 +dulie/1 2 +dum-dum 45 +dumdum/1 4 +dument 8 +dûment 8 +dumping/1 1 +dunaire/1 4 +dundee/1 1 +dune/1 2 +dunette/1 2 +duo/1 1 +duodécimale/8 3 +duodénale/8 3 +duodénite/1 2 +duodénum/1 1 +duodi/1 1 +duolet/1 1 +duologie/1 2 +duopole/1 1 +dupe/1 4 +dupe/1 2 +dupée/3 3 +duper/4 11 +duperie/1 2 +dupeuse/3 9 +duplex 45 +duplex 7 +duplexer/4 5 +duplicata 7 +duplicata/1 1 +duplicateur/1 1 +duplication/1 2 +duplicité/1 2 +dupliquée/3 3 +dupliquer/4 5 +duquel 78 +dur 8 +durabilité/1 2 +durable/1 4 +durablement 8 +duraille/1 4 +durale/8 3 +duralumin/1 1 +duramen/1 1 +durant 99 +duratif/1 1 +durative/3 3 +durcie/3 3 +durcir/29 100 +durcissement/1 1 +durcisseur/1 1 +dure/3 6 +durée/1 2 +durement 8 +dure-mère 47 +durer/10 14 +dures-mères 46 +dureté/1 2 +durian/1 1 +durillon/1 1 +durion/1 1 +durit/1 2 +durite/1 2 +dus 136 +duumvir/1 1 +duumvirat/1 1 +duumviri +duvet/1 1 +duvetée/3 3 +duveter/40 55 +duveteuse/8 3 +duxelles 57 +dyade/1 2 +dyadique/1 4 +dyarchie/1 2 +dyke/1 1 +dyn/38 57 +dynamicienne/3 6 +dynamique/1 4 +dynamique/1 2 +dynamiquement 8 +dynamisante/3 3 +dynamisation/1 2 +dynamiser/4 5 +dynamisme/1 1 +dynamiste/1 13 +dynamitage/1 1 +dynamite/1 2 +dynamitée/3 3 +dynamiter/4 5 +dynamiterie/1 2 +dynamiteuse/3 9 +dynamo/1 2 +dynamoélectrique/1 4 +dynamo-électrique/1 4 +dynamogène/1 4 +dynamogénie/1 2 +dynamogénique/1 4 +dynamographe/1 1 +dynamomètre/1 1 +dynamométrique/1 4 +dynaste/1 1 +dynastie/1 2 +dynastique/1 4 +dyne/1 2 +dynode/1 2 +dysacousie/1 2 +dysacromélie/1 2 +dysarthrie/1 2 +dysbarisme/1 1 +dysbasie/1 2 +dysboulie/1 2 +dyscalculie/1 2 +dyschromatopsie/1 2 +dyschromie/1 2 +dyscinésie/1 2 +dyscrasie/1 2 +dyscrasique/1 4 +dysendocrinie/1 2 +dysendocrinienne/3 3 +dysenterie/1 2 +dysentérique/1 13 +dysesthésie/1 2 +dysesthésique/1 4 +dysfonction/1 2 +dysfonctionnement/1 1 +dysfonctionner/10 14 +dysgraphie/1 2 +dysharmonie/1 2 +dyshidrose/1 2 +dysidrose/1 2 +dyskinésie/1 2 +dysleptique/1 4 +dyslexie/1 2 +dyslexique/1 13 +dyslogie/1 2 +dysmélie/1 2 +dysménorrhée/1 2 +dysmétrie/1 2 +dysmnésie/1 2 +dysmorphie/1 2 +dysorexie/1 2 +dysorthographie/1 2 +dysosmie/1 2 +dysovulation/1 2 +dyspareunie/1 2 +dyspepsie/1 2 +dyspepsique/1 13 +dyspeptique/1 13 +dysphagie/1 2 +dysphagique/1 13 +dysphasie/1 2 +dysphonie/1 2 +dysphorie/1 2 +dysplasie/1 2 +dyspnée/1 2 +dyspnéique/1 13 +dyspraxie/1 2 +dysprosium/1 1 +dystasie/1 2 +dystocie/1 2 +dystomie/1 2 +dystonie/1 2 +dystopie/1 2 +dystrophie/1 2 +dystrophine/1 2 +dystrophique/1 13 +dystrophisation/1 2 +dysurie/1 2 +dysurique/1 13 +dytique/1 1 +dzêta 7 +dzêta/1 1 +e 7 +eV/57 7 +eau/49 2 +eau-de-vie/7 47 +eau-forte/7 47 +eaux-de-vie/9 46 +eaux-fortes/9 46 +ébahie/5 3 +ébahir/43 83 +ébahissement/2 1 +ébarbage/2 1 +ébarber/11 5 +ébarbeuse/5 9 +ébarboir/2 1 +ébarbure/2 2 +ébat/2 1 +ébattre/199 122 +ébaubie/5 3 +ébaubir/109 128 +ébauchage/2 1 +ébauche/2 2 +ébauchée/5 3 +ébaucher/15 11 +ébaucheuse/5 9 +ébauchoir/2 1 +ébaudir/43 83 +ébavurer/11 5 +ébavureuse/5 9 +ébénacée/2 2 +ébène/2 2 +ébénier/2 1 +ébéniste/2 10 +ébénisterie/2 2 +éberluée/5 3 +éberluer/11 5 +ébiseler/71 5 +éblouie/5 3 +éblouir/64 101 +éblouissante/5 3 +éblouissement/2 1 +ébonite/2 2 +e-book/2 1 +éborgnage/2 1 +éborgnée/5 3 +éborgnement/2 1 +éborgner/15 11 +ébosser/11 5 +ébouer/11 5 +éboueuse/5 9 +ébouillantage/2 1 +ébouillantée/5 3 +ébouillanter/15 11 +éboulée/5 3 +éboulement/2 1 +ébouler/15 42 +éboulis/7 7 +ébouquetée/5 3 +ébouqueter 5 +ébourgeonnage/2 1 +ébourgeonnement/2 1 +ébourgeonner/11 5 +ébouriffage/2 1 +ébouriffante/5 3 +ébouriffée/5 3 +ébouriffement/2 1 +ébouriffer/11 5 +ébourrer/11 5 +ébouter/11 5 +ébouzer 5 +ébraiser/11 5 +ébranchage/2 1 +ébranchement/2 1 +ébrancher/11 5 +ébranchoir/2 1 +ébranlée/5 3 +ébranlement/2 1 +ébranler/15 11 +ébrasement/2 1 +ébraser/11 5 +ébréchée/5 3 +ébrèchement/2 1 +ébrécher/65 11 +ébréchure/2 2 +ébriété/2 2 +ébroudir/64 84 +ébrouement/2 1 +ébrouer/48 55 +ébruitement/2 1 +ébruiter/15 11 +ébruter/11 5 +ébulliomètre/2 1 +ébulliométrie/2 2 +ébullioscope/2 1 +ébullioscopie/2 2 +ébullition/2 2 +éburnée/5 3 +éburnéenne/5 3 +éburonne/5 6 +écachée/5 3 +écacher/11 5 +écaffer/11 5 +écaillage/2 1 +écaille/2 2 +écaillée/5 3 +écaillement/2 1 +écailler/15 11 +écaillère/5 9 +écailleuse/22 3 +écaillure/2 2 +écaler/15 11 +écalure/2 2 +écang/2 1 +écanguer/11 5 +écarlate/2 13 +écarquillée/5 3 +écarquillement/2 1 +écarquiller/11 5 +écart/2 1 +écartée/5 3 +écartelée/5 3 +écartèlement/2 1 +écarteler/94 5 +écartelure/2 2 +écartement/2 1 +écarter/15 42 +écarteur/2 1 +écartomètre/2 1 +écartométrie/2 2 +écarts-types/9 20 +écart-type/7 18 +écatir/64 84 +ecballium/2 1 +ecce/7 7 +eccéité/2 2 +ecchymose/2 2 +ecclésiale/22 3 +ecclésiaste/2 10 +ecclésiastique/2 4 +ecclésiastique/2 1 +ecclésiastiquement/9 8 +ecclésiologie/2 2 +ecclésiologique/2 4 +écervelée/5 3 +échafaud/2 1 +échafaudage/2 1 +échafaudée/5 3 +échafauder/11 17 +échafaudeuse/5 9 +échalas/7 7 +échalassée/5 3 +échalasser/11 5 +échalier/2 1 +échalote/2 2 +échampie/5 3 +échampir/64 84 +échancrée/5 3 +échancrer/11 5 +échancrure/2 2 +échanfreinée/5 3 +échanfreiner/11 5 +échange/2 1 +échangeable/2 4 +échangée/5 3 +échanger/15 11 +échangeur/2 1 +échangeuse/5 9 +échangisme/2 1 +échangiste/2 13 +échanson/2 1 +échansonnerie/2 2 +échantignole/2 2 +échantignolle/2 2 +échantillon/2 1 +échantillonnage/2 1 +échantillonnée/5 3 +échantillonner/11 5 +échantillonneuse/5 9 +échappatoire/2 2 +échappée/5 3 +échappée/2 2 +échappement/2 1 +échapper/15 117 +écharde/2 2 +échardonnage/2 1 +échardonnée/5 3 +échardonner/11 5 +écharnage/2 1 +écharnée/5 3 +écharnement/2 1 +écharner/11 5 +écharneuse/5 9 +écharnoir/2 1 +écharpe/2 2 +écharpée/5 3 +écharper/15 11 +échasse/2 2 +échassier/2 1 +échauboulure/2 2 +échaudage/2 1 +échaudée/5 3 +échaudement/2 1 +échauder/15 11 +échaudoir/2 1 +échauffante/5 3 +échauffée/5 6 +échauffement/2 1 +échauffer/15 11 +échauffourée/2 2 +échauffure/2 2 +échauguette/2 2 +échaulée/5 3 +échauler/11 5 +échaumée/5 3 +échaumer/11 5 +èche/2 2 +échéance/2 2 +échéancier/2 1 +échéante/5 3 +échec/2 1 +échée/5 3 +échelée/5 3 +écheler/86 11 +échelette/2 2 +échelier/2 1 +échelle/2 2 +échelon/2 1 +échelonnée/5 3 +échelonnement/2 1 +échelonner/15 11 +échenillage/2 1 +échenillée/5 3 +écheniller/11 5 +échenilloir/2 1 +écher/60 5 +écheveau/49 1 +échevelée/5 3 +écheveler/71 5 +échevette/2 2 +échevin/2 1 +échevinage/2 1 +échevinale/22 3 +échevinat/2 1 +échidné/2 1 +échine/2 2 +échinée/5 3 +échiner/15 11 +échinide/2 1 +échinocactus/7 7 +échinocoque/2 1 +échinoderme/2 1 +échiquetée/5 3 +échiquier/2 1 +échiurien/2 1 +écho/2 1 +échocardiographie/2 2 +échoencéphalogramme/2 1 +écho-encéphalogramme/2 1 +échoencéphalographie/2 2 +écho-encéphalographie/2 2 +échographe/2 1 +échographie/2 2 +échographier/11 5 +échographique/2 4 +échographiste/2 10 +échoir/207 91 +écholalie/2 2 +écholocalisation/2 2 +écholocation/2 2 +échoppe/2 2 +échoppée/5 3 +échopper/11 5 +échotière/5 9 +échotomographie/2 2 +échouage/2 1 +échouée/5 3 +échouement/2 1 +échouer/15 42 +écimage/2 1 +écimée/5 3 +écimer/11 5 +éclaboussante/5 3 +éclaboussée/5 3 +éclaboussement/2 1 +éclabousser/15 11 +éclaboussure/2 2 +éclair/2 1 +éclairage/2 1 +éclairagisme/2 1 +éclairagiste/2 10 +éclairante/5 3 +éclaircie/5 3 +éclaircie/2 2 +éclaircir/43 83 +éclaircissage/2 1 +éclaircissement/2 1 +éclaire/2 2 +éclairée/5 3 +éclairement/2 1 +éclairer/15 42 +éclairette/2 2 +éclaireuse/5 6 +éclampsie/2 2 +éclamptique/2 4 +éclanche/2 2 +éclat/2 1 +éclatante/5 3 +éclatée/5 3 +éclatement/2 1 +éclater/15 42 +éclateur/2 1 +éclectique/2 4 +éclectiquement/9 8 +éclectisme/2 1 +éclimètre/2 1 +éclipse/2 2 +éclipsée/5 3 +éclipser/15 11 +écliptique/2 4 +écliptique/2 1 +éclisse/2 2 +éclisser/11 5 +éclopée/5 6 +écloper/11 5 +éclore/204 91 +éclose/5 3 +écloserie/2 2 +éclosion/2 2 +éclusage/2 1 +écluse/2 2 +éclusée/2 2 +écluser/11 5 +éclusière/5 6 +écobilan/1 1 +écoblanchiment/2 1 +écobuage/2 1 +écobuer/11 5 +écocertification/2 2 +écocide/2 1 +écocitoyenne/5 6 +écocitoyenneté/2 2 +écoconception/2 2 +éco-conception/2 2 +écoconstruction/1 2 +écoemballage/2 1 +écœurante/5 3 +écœurée/5 3 +écœurement/2 1 +écœurer/11 17 +écohabitat/2 1 +écoinçon/2 1 +éco-industrie/2 2 +écolabel/2 1 +écolage/2 1 +écolâtre/2 1 +école/2 2 +écolière/5 6 +écolleter/86 11 +écolo/2 13 +écologie/2 2 +écologique/2 4 +écologiquement/9 8 +écologisme/2 1 +écologiste/2 13 +écologue/2 10 +e-commerce/2 1 +écomusée/2 1 +éconduire/84 82 +éconduite/5 6 +économat/2 1 +économe/2 13 +économètre/2 10 +économétricienne/5 9 +économétrie/2 2 +économétrique/2 4 +économie/2 2 +économique/2 10 +économiquement/9 8 +économisée/5 3 +économiser/15 17 +économiseur/2 1 +économisme/2 1 +économiste/2 10 +écoparticipation/2 2 +écopastille/2 2 +écope/2 2 +écopée/5 3 +écoper/11 17 +écoperche/2 2 +écoproduit/2 1 +écoquartier/2 1 +écorçage/2 1 +écorce/2 2 +écorcée/5 3 +écorcement/2 1 +écorcer/11 5 +écorceuse/5 9 +écorchée/5 6 +écorchement/2 1 +écorcher/15 11 +écorcheuse/5 6 +écorchure/2 2 +écorecharge/2 2 +éco-recharge/2 2 +écorée/5 3 +écorer/11 5 +écornée/5 3 +écorner/11 5 +écorniflée/5 3 +écornifler/11 5 +écornifleuse/5 9 +écornure/2 2 +écosphère/2 2 +écossaise/5 6 +écossée/5 3 +écosser/11 5 +écosystème/2 1 +écosystémique/2 4 +écot/2 1 +écotaxe/2 2 +écotechnique/2 2 +écotechnologie/2 2 +écotée/5 3 +écotone/2 1 +écotourisme/2 1 +écotoxicité/2 2 +écotoxicologie/2 2 +écotoxicologue/2 10 +écotoxique/2 4 +écotype/2 1 +écoulée/5 3 +écoulement/2 1 +écouler/15 11 +écoumène/2 1 +écourtée/5 3 +écourter/11 5 +écoutable/2 4 +écoutante/5 9 +écoute/2 2 +écoutée/5 3 +écouter/15 42 +écouteur/2 1 +écoutille/2 2 +écouvillon/2 1 +écouvillonnage/2 1 +écouvillonnée/5 3 +écouvillonner/11 5 +écovolontaire/2 13 +écovolontariat/2 1 +écrabouillage/2 1 +écrabouillée/5 3 +écrabouillement/2 1 +écrabouiller/11 5 +écran/2 1 +écrantage/2 1 +écrasage/2 1 +écrasante/5 3 +écrasée/5 3 +écrasement/2 1 +écraser/15 42 +écraseuse/5 6 +écrémage/2 1 +écrémée/5 3 +écrémer/60 5 +écrémeuse/2 2 +écrêtage/2 1 +écrêtée/5 3 +écrêtement/2 1 +écrêter/11 5 +écrevisse/2 2 +écrier/48 55 +écrin/2 1 +écrire/78 131 +écrit/2 1 +écrite/5 3 +écriteau/49 1 +écritoire/2 2 +écriture/2 2 +écrivaillée/5 3 +écrivailler/42 14 +écrivailleuse/5 9 +écrivaillon/2 1 +écrivaine/5 9 +écrivasser/11 5 +écrivassière/5 9 +écrou/2 1 +écrouée/5 3 +écrouelles/9 46 +écrouer/11 5 +écrouie/5 3 +écrouir/64 84 +écrouissage/2 1 +écroulée/5 3 +écroulement/2 1 +écrouler/48 55 +écroutage/2 1 +écroûtage/2 1 +écroutée/5 3 +écroûtée/5 3 +écroutement/2 1 +écroûtement/2 1 +écrouter/11 5 +écroûter/11 5 +écrouteuse/2 2 +écroûteuse/2 2 +écrue/5 6 +ecstasy/135 2 +ecstasy/2 2 +ectasie/2 2 +ecthyma/2 1 +ectoblaste/2 1 +ectoderme/2 1 +ectodermique/2 4 +ectogenèse/2 2 +ectoparasite/2 1 +ectopie/2 2 +ectopique/2 4 +ectoplasme/2 1 +ectotherme/2 13 +ectropion/2 1 +écu/2 1 +écubier/2 1 +écueil/2 1 +écuelle/2 2 +écuissée/5 3 +écuisser/11 5 +éculée/5 3 +éculer/11 5 +écumage/2 1 +écumante/5 3 +écume/2 2 +écumée/5 3 +écumer/11 17 +écumeur/2 1 +écumeuse/22 6 +écumoire/2 2 +écurée/5 3 +écurer/11 5 +écureuil/2 1 +écurie/2 2 +écusson/2 1 +écussonnage/2 1 +écussonnée/5 3 +écussonner/11 5 +écussonnoir/2 1 +écuyère/5 9 +eczéma/2 1 +eczémateuse/22 6 +édam/2 1 +édaphique/2 4 +édaphologie/2 2 +edelweiss/7 7 +édelweiss/7 7 +éden/2 1 +édénique/2 4 +édentée/5 6 +édenter/11 5 +édictée/5 3 +édicter/11 5 +édiction/2 2 +édicule/2 1 +édifiante/5 3 +édification/2 2 +édificatrice/5 6 +édifice/2 1 +édifiée/5 3 +édifier/11 17 +édile/2 1 +édilitaire/2 4 +édilité/2 2 +édit/2 1 +éditable/2 4 +éditée/5 3 +éditer/11 5 +édition/2 2 +éditionnée/5 3 +éditionner/11 5 +édito/2 1 +éditologie/2 2 +éditorial/49 1 +éditoriale/22 3 +éditorialiste/2 10 +éditrice/5 9 +édredon/2 1 +éducabilité/2 2 +éducable/2 4 +éducation/2 2 +éducationnelle/5 3 +éducative/5 3 +éducatrice/5 6 +édulcorant/2 1 +édulcorante/5 3 +édulcoration/2 2 +édulcorée/5 3 +édulcorer/11 5 +éduquée/5 3 +éduquer/11 5 +éfaufilée/5 3 +éfaufiler/11 5 +éfendi/2 1 +effaçable/2 4 +effaçage/2 1 +effacée/5 3 +effacement/2 1 +effacer/15 42 +effaceuse/5 6 +effanée/5 3 +effaner/11 5 +effanure/2 2 +effarante/5 3 +effarée/5 3 +effarement/2 1 +effarer/15 11 +effarouchée/5 3 +effarouchement/2 1 +effaroucher/15 11 +effarvatte/2 2 +effecteur/2 1 +effectif/2 1 +effective/5 3 +effectivement/9 8 +effectivité/2 2 +effectrice/5 3 +effectuée/5 3 +effectuer/15 11 +efféminée/5 6 +efféminement/2 1 +efféminer/15 11 +effendi/2 1 +efférente/5 3 +effervescence/2 2 +effervescente/5 3 +effet/2 1 +effeuillage/2 1 +effeuillaison/2 2 +effeuillée/5 3 +effeuillement/2 1 +effeuiller/15 11 +effeuilleuse/2 2 +efficace/2 4 +efficacement/9 8 +efficacité/2 2 +efficience/2 2 +efficiente/5 3 +effigie/2 2 +effilage/2 1 +effilée/5 3 +effilement/2 1 +effiler/15 11 +effilochage/2 1 +effiloche/2 2 +effilochée/5 3 +effilochement/2 1 +effilocher/15 11 +effilocheuse/5 9 +effilochure/2 2 +effilure/2 2 +efflanquée/5 3 +efflanquer/15 11 +effleurage/2 1 +effleurée/5 3 +effleurement/2 1 +effleurer/11 5 +effleurie/5 3 +effleurir/110 92 +effloraison/2 2 +efflorescence/2 2 +efflorescente/5 3 +effluence/2 2 +effluente/5 3 +effluve/2 1 +effluver/42 14 +effondrée/5 3 +effondrement/2 1 +effondrer/15 11 +effondrilles/9 46 +efforcer/48 55 +effort/2 1 +effraction/2 2 +effractive/5 3 +effraie/2 2 +effrangée/5 3 +effrangement/2 1 +effranger/15 11 +effrayamment/9 8 +effrayante/5 3 +effrayée/5 3 +effrayer/15 11 +effrénée/5 3 +effritée/5 3 +effritement/2 1 +effriter/15 11 +effroi/2 1 +effrontée/5 6 +effrontément/9 8 +effronterie/2 2 +effroyable/2 4 +effroyablement/9 8 +effusion/2 2 +effusive/5 3 +effusivité/2 2 +éfourceau/49 1 +éfrit/2 1 +égagropile/2 10 +égaiement/2 1 +égaillée/5 3 +égailler/48 55 +égalable/2 4 +égale/22 6 +égalée/5 3 +également/9 8 +égaler/11 5 +égalisation/2 2 +égalisatrice/5 3 +égalisée/5 3 +égaliser/11 17 +égaliseur/2 1 +égalitaire/2 13 +égalitarisme/2 1 +égalitariste/2 10 +égalité/2 2 +égard/2 1 +égarée/5 6 +égarement/2 1 +égarer/15 11 +égayante/5 3 +égayée/5 3 +égayement/2 1 +égayer/15 11 +égéenne/5 6 +égérie/2 2 +égermage/2 1 +égermée/5 3 +égermer/11 5 +égide/2 2 +égipan/2 1 +églantier/2 1 +églantine/2 2 +églefin/2 1 +église/2 2 +églogue/2 2 +égnaffer 5 +ego/7 7 +égo/2 1 +égocentrique/2 4 +égocentrisme/2 1 +égocentriste/2 13 +égoïne/2 4 +égoïne/2 2 +égoïner 5 +égoïsme/2 1 +égoïste/2 13 +égoïstement/9 8 +égorgée/5 3 +égorgement/2 1 +égorger/15 11 +égorgeuse/5 9 +égosiller/48 55 +égosome/2 1 +égotique/2 4 +égotisme/2 1 +égotiste/2 10 +égout/2 1 +égoutière/5 9 +égouttage/2 1 +égouttement/2 1 +égoutter/15 42 +égouttoir/2 1 +égoutture/2 2 +égrainage/2 1 +égrainée/5 3 +égrainer/15 11 +égrappage/2 1 +égrappée/5 3 +égrapper/11 5 +égrappoir/2 1 +égratignée/5 3 +égratignement/1 1 +égratigner/15 11 +égratignure/2 2 +égravillonnée/5 3 +égravillonner/11 5 +égrégore/2 1 +égrenage/2 1 +égrenée/5 3 +égrènement/2 1 +égrener/93 11 +égreneuse/5 6 +égressive/5 3 +égrillarde/5 6 +égrisage/2 1 +égrisée/5 6 +égriser/11 5 +égrotante/5 6 +égrugeage/2 1 +égrugée/5 3 +égrugeoir/2 1 +égruger/11 5 +égrugeure/2 2 +égrugeüre/2 2 +égueulée/5 3 +égueulement/2 1 +égueuler/11 5 +égyptienne/5 6 +égyptologie/2 2 +égyptologique/2 4 +égyptologue/2 10 +eh 70 +éhontée/5 3 +éhontément/9 8 +eider/2 1 +eidétique/2 4 +einsteinium/2 1 +éjaculateur/2 1 +éjaculation/2 2 +éjaculatoire/2 4 +éjaculer/11 5 +éjarrer/11 5 +éjectable/2 4 +éjectée/5 3 +éjecter/15 11 +éjecteur/2 1 +éjection/2 2 +éjective/5 3 +éjointée/5 3 +éjointer/11 5 +ekpyrotique/2 4 +élaboration/2 2 +élaborée/5 3 +élaborer/15 11 +elæis/7 7 +élagage/2 1 +élaguée/5 3 +élaguer/11 5 +élagueuse/5 9 +élan/2 1 +élancée/5 3 +élancement/2 1 +élancer/15 42 +éland/2 1 +élapidé/2 1 +élargie/5 3 +élargir/43 100 +élargissement/2 1 +élargissure/2 2 +élastase/2 2 +élasthanne/2 1 +élasticimétrie/2 2 +élasticité/2 2 +élastine/2 2 +élastique/2 4 +élastique/2 1 +élastiquée/5 3 +élastiquement/9 8 +élastomère/2 1 +élavée/5 3 +elbeuf/2 1 +elbot/2 1 +eldorado/2 1 +e-learning/2 1 +éléatique/2 4 +élection/2 2 +élective/5 3 +électivement/9 8 +électivité/2 2 +électorale/22 3 +électoralement/9 8 +électoralisme/2 1 +électoraliste/2 4 +électorat/2 1 +électret/2 1 +électrice/5 9 +électricienne/5 9 +électricité/2 2 +électrification/2 2 +électrifiée/5 3 +électrifier/11 5 +électrique/2 4 +électriquement/9 8 +électrisable/2 4 +électrisante/5 3 +électrisation/2 2 +électrisée/5 3 +électriser/11 5 +électroacousticienne/5 9 +électro-acousticienne/5 9 +électroacoustique/2 4 +électro-acoustique/2 4 +électroacoustique/2 2 +électro-acoustique/2 2 +électroaimant/2 1 +électro-aimant/2 1 +électrobiologie/2 2 +électrocardiogramme/2 1 +électrocardiographe/2 1 +électrocardiographie/2 2 +électrocardioscope/2 1 +électrocautère/2 1 +électrochimie/2 2 +électrochimique/2 4 +électrochoc/2 1 +électrocinétique/2 4 +électrocinétique/2 2 +électrocoagulation/2 2 +électrocutée/5 3 +électrocuter/15 11 +électrocution/2 2 +électrode/2 2 +électrodéposition/2 2 +électrodiagnostic/2 1 +électrodialyse/2 2 +électrodialyseur/2 1 +électrodynamique/2 4 +électrodynamique/2 2 +électrodynamomètre/2 1 +électroencéphalogramme/2 1 +électro-encéphalogramme/2 1 +électroencéphalographe/2 1 +électro-encéphalographe/2 1 +électroencéphalographie/2 2 +électro-encéphalographie/2 2 +électrofaible/2 4 +électrofaible/2 4 +électro-faible/2 4 +électrofuge/2 4 +électrogène/2 4 +électrokinésie/2 2 +électrologie/2 2 +électroluminescence/2 2 +électroluminescente/5 3 +électrolysable/2 4 +électrolyse/2 2 +électrolysée/5 3 +électrolyser/11 5 +électrolyseur/2 1 +électrolyte/2 1 +électrolytique/2 4 +électromagnétique/2 4 +électromagnétiquement/9 8 +électromagnétisme/2 1 +électromécanicienne/5 9 +électromécanique/2 4 +électroménager/2 1 +électroménagiste/2 10 +électrométallurgie/2 2 +électromètre/2 1 +électrométrie/2 2 +électromotrice/5 3 +électromyogramme/2 1 +électromyographie/2 2 +électron/2 1 +électronégative/5 3 +électronégativité/2 2 +électronicienne/5 6 +électronique/2 4 +électronique/2 2 +électroniquement/9 8 +électronisation/2 2 +électronisée/5 3 +électroniser/11 5 +électronucléaire/2 4 +électronucléaire/2 1 +électronvolt/61 1 +électrooculogramme/2 1 +électro-oculogramme/2 1 +électrooculographie/2 2 +électro-oculographie/2 2 +électrooptique/2 4 +électro-optique/2 4 +électroosmose/2 2 +électro-osmose/2 2 +électroosmotique/2 4 +électro-osmotique/2 4 +électrophile/2 4 +électrophone/2 1 +électrophorèse/2 2 +électrophotographie/2 2 +électrophotographique/2 4 +électrophysiologie/2 2 +électropneumatique/2 4 +électropneumatique/2 2 +électroponcture/2 2 +électroporation/2 2 +électropositive/5 3 +électropuncture/2 2 +électroradiologie/2 2 +électroradiologiste/2 10 +électroscope/2 1 +électrosensibilité/2 2 +électrosensible/2 13 +électrostatique/2 4 +électrostriction/2 2 +électrotechnicienne/5 9 +électrotechnique/2 4 +électrotechnique/2 2 +électrothérapie/2 2 +électrothermie/2 2 +électrothermique/2 4 +électrovalence/2 2 +électrovanne/2 2 +électrum/2 1 +électuaire/2 1 +élégamment/9 8 +élégance/2 2 +élégante/5 3 +élégiaque/2 4 +élégie/2 2 +élégir/64 84 +éléis/7 7 +élément/2 1 +élémentaire/2 4 +élémentairement/9 8 +éléphante/5 9 +éléphanteau/49 1 +éléphantesque/2 4 +éléphantiasique/2 4 +éléphantiasis/7 57 +éléphantine/5 3 +élevage/2 1 +élévation/2 2 +élévatoire/2 4 +élévatrice/5 3 +élève/2 10 +élevée/5 3 +élèvement/2 1 +élever/93 11 +éleveuse/5 9 +élevon/2 1 +elfe/2 13 +elfique/2 4 +éliciteur/2 1 +élidée/5 3 +élider/15 11 +éligibilité/2 2 +éligible/2 4 +élimée/5 3 +élimer/11 5 +éliminable/2 4 +élimination/2 2 +éliminatoire/2 4 +éliminatrice/5 6 +éliminée/5 3 +éliminer/15 42 +élingue/2 2 +élinguée/5 3 +élinguer/11 5 +élingueuse/5 9 +élire/140 82 +élisabéthaine/5 3 +élision/2 2 +élitaire/2 4 +élite/2 2 +élitisme/2 1 +élitiste/2 4 +élixir/2 1 +elle/173 273 +ellébore/2 1 +elle-même/9 78 +elles/173 276 +elles-mêmes/9 78 +ellipse/2 2 +ellipsoïdale/22 3 +ellipsoïde/2 4 +ellipsoïde/2 1 +ellipticité/2 2 +elliptique/2 4 +elliptiquement/9 8 +élocution/2 2 +élodée/2 2 +éloge/2 1 +élogieuse/22 3 +élogieusement/9 8 +éloignée/5 3 +éloignement/2 1 +éloigner/15 11 +élongation/2 2 +élongée/5 3 +élonger/11 5 +éloquemment/9 8 +éloquence/2 2 +éloquente/5 3 +élucidation/2 2 +élucidée/5 3 +élucider/11 5 +élucubration/2 2 +élucubrée/5 3 +élucubrer/11 5 +éludée/5 3 +éluder/11 5 +élue/5 6 +éluer/11 5 +élusive/5 3 +élution/2 2 +éluviale/22 3 +éluvion/2 2 +élyme/2 1 +élyséenne/5 3 +élytre/2 1 +elzévir/2 1 +elzévirienne/5 3 +émaciation/2 2 +émaciée/5 3 +émacier/15 11 +e-mail/2 1 +émail/49 1 +émaillage/2 1 +émaillée/5 3 +émailler/11 5 +émaillerie/2 2 +émailleuse/5 9 +émaillure/2 2 +émanation/2 2 +émanche/2 2 +émanchure/2 2 +émancipation/2 2 +émancipatrice/5 6 +émancipée/5 3 +émanciper/15 11 +émanée/5 3 +émaner/42 14 +émargée/5 3 +émargement/2 1 +émarger/11 17 +émasculation/2 2 +émasculée/5 3 +émasculer/11 5 +embabouiner/11 5 +embâcle/2 1 +emballage/2 1 +emballagiste/2 10 +emballée/5 3 +emballement/2 1 +emballer/15 11 +emballeuse/5 9 +emballotée/5 3 +emballoter/11 5 +emballottée/5 3 +emballotter/11 5 +embaluchonnée/5 3 +embaluchonner/11 5 +embarbouiller/15 11 +embarcadère/2 1 +embarcation/2 2 +embardée/2 2 +embarder/15 11 +embardoufler/15 5 +embargo/2 1 +embarquée/5 6 +embarquement/2 1 +embarquer/15 42 +embarras/7 7 +embarrassante/5 3 +embarrassée/5 6 +embarrasser/15 11 +embarrée/5 3 +embarrer/15 42 +embase/2 2 +embasement/2 1 +embastillée/5 3 +embastillement/2 1 +embastiller/11 5 +embastionnée/5 3 +embastionner/11 5 +embatre/85 82 +embattage/2 1 +embattre/85 82 +embauchage/2 1 +embauche/2 2 +embauchée/5 6 +embaucher/15 42 +embaucheuse/5 9 +embauchoir/2 1 +embaumée/5 3 +embaumement/2 1 +embaumer/11 17 +embaumeuse/5 9 +embecquer/11 5 +embecqueter 14 +embéguiner/48 55 +embellie/5 3 +embellie/2 2 +embellir/43 100 +embellissement/2 1 +emberlificotée/5 3 +emberlificoter/15 11 +emberlificoteuse/5 9 +embêtante/5 3 +embêtée/5 3 +embêtement/2 1 +embêter/15 11 +embidonner/11 5 +embiellage/2 1 +embistrouiller 5 +emblavage/2 1 +emblavée/5 3 +emblavement/2 1 +emblaver/11 5 +emblavure/2 2 +emblématique/2 4 +emblématiquement/9 8 +emblème/2 1 +embobelinée/5 3 +embobeliner/11 5 +embobinée/5 3 +embobiner/11 5 +emboire/190 122 +emboitable/2 4 +emboîtable/2 4 +emboitage/2 1 +emboîtage/2 1 +emboitée/5 3 +emboîtée/5 3 +emboitement/2 1 +emboîtement/2 1 +emboiter/15 11 +emboîter/15 11 +emboiture/2 2 +emboîture/2 2 +embole/2 1 +embolie/2 2 +embolisation/2 2 +embolisme/2 1 +embonpoint/2 1 +embossage/2 1 +embossée/5 3 +embosser/15 11 +embosseuse/5 9 +embossure/2 2 +embottelée/5 3 +embotteler/71 5 +emboucaner/42 14 +embouche/2 2 +embouchée/5 3 +emboucher/11 5 +embouchoir/2 1 +embouchure/2 2 +embouée/5 3 +embouer/11 17 +embouquement/2 1 +embouquer/11 17 +embourbée/5 3 +embourber/15 11 +embourgeoisée/5 3 +embourgeoisement/2 1 +embourgeoiser/15 11 +embourrée/5 3 +embourrer/15 11 +embourrure/2 2 +embout/2 1 +embouteillage/2 1 +embouteillée/5 3 +embouteiller/11 5 +embouteilleuse/5 9 +embouter/11 5 +emboutie/5 3 +emboutir/64 84 +emboutissage/2 1 +emboutisseuse/5 9 +emboutissoir/2 1 +embranchée/5 3 +embranchement/2 1 +embrancher/15 11 +embraquée/5 3 +embraquer/11 5 +embrasée/5 3 +embrasement/2 1 +embraser/15 11 +embrassade/2 2 +embrasse/2 2 +embrassée/5 3 +embrassement/2 1 +embrasser/15 11 +embrasseuse/5 6 +embrasure/2 2 +embratteler/86 11 +embrayage/2 1 +embrayée/5 3 +embrayer/11 17 +embrelée/5 3 +embreler/71 5 +embrevée/5 3 +embrèvement/2 1 +embrever/94 5 +embrigadée/5 6 +embrigadement/2 1 +embrigader/15 11 +embringuée/5 3 +embringuer/15 11 +embrocation/2 2 +embrochée/5 3 +embrochement/2 1 +embrocher/15 11 +embronchée/5 3 +embronchement/2 1 +embroncher/11 5 +embrouillage/2 1 +embrouillamini/2 1 +embrouille/2 2 +embrouillée/5 3 +embrouillement/2 1 +embrouiller/15 11 +embroussaillée/5 3 +embroussailler/15 11 +embrumée/5 3 +embrumer/11 5 +embrun/2 1 +embrunie/5 3 +embrunir/64 84 +embryogenèse/2 2 +embryogénie/2 2 +embryogénique/2 4 +embryologie/2 2 +embryologique/2 4 +embryologiste/2 10 +embryon/2 1 +embryonnaire/2 4 +embryonnée/5 3 +embryopathie/2 2 +embryophagie/2 2 +embryotome/2 1 +embryotomie/2 2 +embuche/2 2 +embûche/2 2 +embue/5 3 +embuée/5 3 +embuer/15 11 +embuscade/2 2 +embusquée/5 6 +embusquer/15 11 +éméchée/5 3 +émécher/60 5 +émeraude/7 45 +émeraude/2 10 +émergée/5 3 +émergence/2 2 +émergente/5 3 +émerger/42 14 +émeri/2 1 +émerillon/2 1 +émerillonnée/5 3 +émerillonner/11 5 +émerisée/5 3 +émeriser/11 5 +éméritat/2 1 +émérite/2 4 +émersion/2 2 +émerveillée/5 3 +émerveillement/2 1 +émerveiller/15 11 +émétine/2 2 +émétique/2 4 +émétique/2 1 +émettre/73 114 +émettrice/5 6 +émeu/2 1 +émeute/2 2 +émeutière/5 9 +émiée/5 3 +émier/11 5 +émiettée/5 3 +émiettement/2 1 +émietter/15 11 +émigrante/5 6 +émigration/2 2 +émigrée/5 6 +émigrer/42 14 +émincée/5 3 +émincer/11 5 +éminemment/9 8 +éminence/2 2 +éminente/5 3 +éminentissime/2 4 +émir/2 1 +émirat/2 1 +émise/5 3 +émissaire/2 10 +émission/2 2 +émissive/5 3 +émissivité/2 2 +émissole/2 2 +emmagasinage/2 1 +emmagasinée/5 3 +emmagasinement/2 1 +emmagasiner/11 5 +emmaillotée/5 3 +emmaillotement/2 1 +emmailloter/15 11 +emmanchée/5 6 +emmanchement/2 1 +emmancher/15 11 +emmanchure/2 2 +emmantelée/5 3 +emmanteler/86 11 +emmargée/5 +emmarger/11 5 +emmêlée/5 3 +emmêlement/2 1 +emmêler/15 11 +emménagée/5 3 +emménagement/2 1 +emménager/11 17 +emménagogue/2 4 +emménagogue/2 1 +emmenée/5 3 +emmener/94 5 +emmental/2 1 +emmenthal/2 1 +emmerdante/5 3 +emmerde/2 2 +emmerdée/5 3 +emmerdement/2 1 +emmerder/15 11 +emmerderesse/2 2 +emmerdeuse/5 9 +emmétrée/5 +emmétrer/60 5 +emmétrope/2 13 +emmétropie/2 2 +emmiellée/5 3 +emmieller/11 5 +emmitonnée/5 +emmitonner/11 5 +emmitouflée/5 3 +emmitoufler/15 11 +emmortaisée/5 +emmortaiser/11 5 +emmottée/5 +emmouscaillée/5 +emmouscailler/11 5 +emmurée/5 3 +emmurer/15 11 +emmuselée/5 +emmuseler 11 +émoi/2 1 +émolliente/5 3 +émolument/2 1 +émonctoire/2 1 +émondage/2 1 +émondée/5 3 +émonder/11 5 +émondeuse/3 9 +émondoir/2 1 +émorfilage/2 1 +émorfiler/11 5 +émoticône/2 2 +émotion/2 2 +émotionnable/2 4 +émotionnante/5 3 +émotionnelle/5 3 +émotionnellement/9 8 +émotionner/15 11 +émotive/5 6 +émotivement/9 8 +émotivité/2 2 +émottage/2 1 +émottée/5 3 +émotter/11 5 +émotteuse/5 9 +émou/2 1 +émoucher/11 5 +émouchet/2 1 +émoucheter/71 5 +émouchette/2 2 +émouchoir/2 1 +émoudre/115 82 +émoulage/2 1 +émouleur/2 1 +émoulue/5 3 +émoussée/5 3 +émoussement/2 1 +émousser/15 11 +émoustillante/5 3 +émoustillée/5 3 +émoustiller/15 11 +émouvante/5 3 +émouvoir/156 97 +empaffée/5 6 +empaffer/11 5 +empagement/2 1 +empaillage/2 1 +empaillée/5 6 +empaillement/2 1 +empailler/11 5 +empailleuse/5 9 +empalée/5 6 +empalement/2 1 +empaler/15 11 +empaleuse/5 9 +empalmage/2 1 +empalmer/11 5 +empan/2 1 +empanachée/5 3 +empanacher/11 5 +empannage/2 1 +empannée/5 +empanner/11 17 +empannon/2 1 +empapaouter/11 5 +empapillotée/5 +empapilloter/11 5 +empaquetage/2 1 +empaquetée/5 3 +empaqueter/71 5 +empaqueteuse/5 9 +emparer/48 55 +emparquée/5 +emparquer/11 5 +empâtage/2 1 +empâtée/5 3 +empâtement/2 1 +empâter/15 11 +empathie/2 2 +empathique/2 4 +empattée/5 +empattement/2 1 +empatter/11 5 +empaumée/5 +empaumer/11 5 +empaumure/2 2 +empêchée/5 3 +empêchement/2 1 +empêcher/15 11 +empêcheuse/5 9 +empéguer/65 11 +empeigne/2 2 +empeignée/5 +empeigner/11 5 +empênée/5 3 +empêner/11 17 +empennage/2 1 +empenne/2 2 +empennée/5 3 +empennelée/5 +empenneler/71 5 +empenner/11 5 +emperchée/5 +empercher/11 5 +empereur/2 1 +emperlée/5 +emperler/11 5 +empesage/2 1 +empesée/5 3 +empeser/94 5 +empestée/5 3 +empester/11 17 +empêtrée/5 3 +empêtrer/15 11 +emphase/2 2 +emphatique/2 4 +emphatiquement/9 8 +emphysémateuse/22 6 +emphysème/2 1 +emphytéose/2 2 +emphytéote/2 10 +emphytéotique/2 4 +empiècement/2 1 +empiégée/5 +empiéger/60 5 +empierrée/5 +empierrement/2 1 +empierrer/11 5 +empiétement/2 1 +empiètement/2 1 +empiéter/100 14 +empiffrer/48 55 +empilable/2 4 +empilade/2 2 +empilage/2 1 +empile/2 2 +empilée/5 3 +empilement/2 1 +empiler/15 11 +empileuse/5 9 +empire/2 1 +empirer/15 42 +empiriocriticisme/2 1 +empirique/2 4 +empiriquement/9 8 +empirisme/2 1 +empiriste/2 13 +emplacement/2 1 +emplafonner/15 11 +emplanture/2 2 +emplâtre/2 1 +emplâtrée/5 3 +emplâtrer/11 5 +emplette/2 2 +emplie/5 3 +emplir/43 100 +emplissage/2 1 +emploi/2 1 +employabilité/2 2 +employable/2 4 +employée/5 6 +employer/15 11 +employeuse/5 9 +emplumée/5 3 +emplumer/11 5 +empochée/5 +empocher/11 5 +empoignade/2 2 +empoignante/5 3 +empoignée/5 +empoignement/2 1 +empoigner/15 11 +empointure/2 2 +empois/7 7 +empoisonnante/5 3 +empoisonnée/5 3 +empoisonnement/2 1 +empoisonner/15 11 +empoisonneuse/5 6 +empoissée/5 +empoisser/11 5 +empoissonnement/2 1 +empoissonner/11 5 +emporium/83 1 +emporium/2 1 +emport/2 1 +emportée/5 3 +emportement/2 1 +emporte-pièce/7 7 +emporte-pièce/2 1 +emporter/15 11 +empotage/2 1 +empotée/5 6 +empotement/2 1 +empoter/11 5 +empourprée/5 3 +empourprer/15 11 +empoussiérée/5 3 +empoussiérer/65 11 +empreindre/67 79 +empreinte/5 3 +empreinte/2 2 +empressée/5 3 +empressement/2 1 +empresser/48 55 +emprésurage/2 1 +emprésurée/5 +emprésurer/11 5 +emprise/2 2 +emprisonnée/5 3 +emprisonnement/2 1 +emprisonner/15 11 +emprunt/2 1 +empruntée/5 3 +emprunter/11 17 +emprunteuse/5 9 +empuantie/5 3 +empuantir/64 84 +empuantissement/2 1 +empuse/2 2 +empyème/2 1 +empyrée/2 1 +empyreumatique/2 4 +empyreume/2 1 +émue/5 6 +émulation/2 2 +émulatrice/5 6 +émule/2 10 +émulée/5 3 +émuler/11 5 +émulseur/2 1 +émulsifiable/2 4 +émulsifiante/5 6 +émulsifiée/5 3 +émulsifier/11 5 +émulsine/2 2 +émulsion/2 2 +émulsionnée/5 3 +émulsionner/11 5 +émulsive/5 3 +en/263 188 +enamourée/5 3 +énamourée/5 3 +enamourer/48 55 +énamourer/48 55 +énanthème/2 1 +énantiomère/2 1 +énantiomérie/2 2 +énantiomorphe/2 4 +énantiotrope/2 4 +énarchie/2 2 +énarque/2 10 +énarquienne/5 3 +énarthrose/2 2 +en-avant/7 7 +en-but/7 7 +en-but/2 1 +encabanage/2 1 +encabanée/5 3 +encabaner/11 5 +encablure/2 2 +encadrante/5 6 +encadré/2 1 +encadrée/5 3 +encadrement/2 1 +encadrer/15 11 +encadreuse/5 9 +encagée/5 3 +encagement/2 1 +encager/11 5 +encagoulée/5 3 +encagouler/15 11 +encaissable/2 4 +encaissage/2 1 +encaissante/5 3 +encaisse/2 2 +encaissée/5 3 +encaissement/2 1 +encaisser/11 5 +encaisseuse/5 9 +encalminée/5 3 +encan/2 1 +encanaillée/5 3 +encanaillement/2 1 +encanailler/15 11 +encaper 5 +encapsidation/2 2 +encapsulage/2 1 +encapsulation/2 2 +encapsulée/5 3 +encapsuler/11 5 +encapuchonnée/5 6 +encapuchonner/15 11 +encaquée/5 3 +encaquement/2 1 +encaquer/11 5 +encarrer 14 +encart/2 1 +encartage/2 1 +encartée/5 3 +encarter/11 5 +encarteuse/2 2 +encartonnée/5 3 +encartonner/11 5 +encartouchée/5 3 +encartoucher/11 5 +encas/7 7 +en-cas/7 7 +encasernée/5 3 +encaserner/11 5 +encastelée/5 3 +encasteler/253 55 +encastelure/2 2 +encastrable/2 4 +encastrée/5 3 +encastrement/2 1 +encastrer/15 11 +encaustiquage/2 1 +encaustique/2 4 +encaustique/2 2 +encaustiquée/5 3 +encaustiquer/11 5 +encavage/2 1 +encavée/5 3 +encavement/2 1 +encaver/11 5 +enceindre/67 82 +enceinte/5 3 +enceinte/2 2 +enceinter/11 5 +encellulement/2 1 +encelluler/11 5 +encens/7 7 +encensée/5 3 +encensement/2 1 +encenser/15 42 +encenseuse/5 9 +encensoir/2 1 +encépagement/2 1 +encéphalalgie/2 2 +encéphale/2 1 +encéphalique/2 4 +encéphalite/2 2 +encéphalogramme/2 1 +encéphalographie/2 2 +encéphalopathie/2 2 +encerclée/5 3 +encerclement/2 1 +encercler/11 5 +enchainée/5 6 +enchaînée/5 6 +enchainement/2 1 +enchaînement/2 1 +enchainer/15 42 +enchaîner/15 42 +enchantée/5 3 +enchanteler 5 +enchantement/2 1 +enchanter/15 11 +enchanteresse/5 6 +enchaperonner/11 5 +encharner/11 5 +enchâssée/5 3 +enchâssement/2 1 +enchâsser/15 11 +enchâssure/2 2 +enchatonnée/5 3 +enchatonnement/2 1 +enchatonner/11 5 +enchausser/11 5 +enchemisage/2 1 +enchemisée/5 3 +enchemiser/11 5 +enchère/2 2 +enchérie/5 3 +enchérir/64 92 +enchérissement/2 1 +enchérisseuse/5 9 +enchetarder 5 +enchevalement/2 1 +enchevaucher/11 5 +enchevauchure/2 2 +enchevêtrée/5 3 +enchevêtrement/2 1 +enchevêtrer/15 11 +enchevêtrure/2 2 +enchifrenée/5 3 +enchifrènement/2 1 +enchifrener/94 5 +enchtiber 5 +enchtourber 5 +encirée/5 3 +encirer/11 5 +enclave/2 2 +enclavée/5 3 +enclavement/2 1 +enclaver/15 11 +enclenchée/5 3 +enclenchement/2 1 +enclencher/15 11 +encline/5 3 +encliquetage/2 1 +encliquetée/5 3 +encliqueter/71 5 +enclise/2 2 +enclitique/2 4 +encloitrée/5 3 +encloîtrée/5 3 +encloitrer/11 5 +encloîtrer/11 5 +encloquer 5 +enclore/150 82 +enclos/7 7 +enclose/5 3 +enclouage/2 1 +enclouée/5 3 +enclouer/11 5 +enclouure/2 2 +enclume/2 2 +encoche/2 2 +encochée/5 3 +encochement/2 1 +encocher/11 5 +encodage/2 1 +encodée/5 3 +encoder/11 5 +encodeuse/5 9 +encoffrée/5 3 +encoffrer/11 5 +encoignure/2 2 +encollage/2 1 +encollée/5 3 +encoller/11 5 +encolleuse/5 9 +encolure/2 2 +encombrante/5 3 +encombre/2 1 +encombrée/5 3 +encombrement/2 1 +encombrer/15 11 +encontre/46 18 +encoprésie/2 2 +encor 8 +encorbellement/2 1 +encordée/5 3 +encordement/2 1 +encorder/15 11 +encore/9 8 +encornée/5 3 +encorner/11 5 +encornet/2 1 +encouble/2 2 +encourageante/5 3 +encouragée/5 3 +encouragement/2 1 +encourager/15 11 +encourir/108 82 +encours/7 7 +en-cours/7 7 +encourue/5 3 +encrage/2 1 +encrassage/2 1 +encrassée/5 3 +encrassement/2 1 +encrasser/15 11 +encre/2 2 +encrée/5 3 +encrêpée/5 3 +encrêper/11 5 +encrer/11 17 +encreur/2 1 +encrier/2 1 +encrine/2 2 +encrister 5 +encrouée/5 3 +encroumer 55 +encroutante/5 3 +encroûtante/5 3 +encroutée/5 3 +encroûtée/5 3 +encroutement/2 1 +encroûtement/2 1 +encrouter/15 11 +encroûter/15 11 +encryptage/2 1 +encrypter/11 5 +enculage/2 1 +enculée/5 6 +enculer/11 5 +enculeuse/5 9 +encuvage/2 1 +encuvée/5 3 +encuver/11 5 +encyclique/2 4 +encyclique/2 2 +encyclopédie/2 2 +encyclopédique/2 4 +encyclopédisme/2 1 +encyclopédiste/2 10 +endauber/11 5 +endéans 78 +endémicité/2 2 +endémie/2 2 +endémique/2 4 +endémisme/2 1 +endentée/5 3 +endenter/11 5 +endettée/5 6 +endettement/2 1 +endetter/15 11 +endeuillée/5 3 +endeuiller/11 5 +endêvée/5 3 +endêver 170 +endiablée/5 3 +endiabler/11 17 +endiamantée/5 3 +endigage/2 1 +endiguée/5 3 +endiguement/2 1 +endiguer/11 5 +endimanchée/5 3 +endimanchement/2 1 +endimancher/15 11 +endive/2 2 +endivisionnée/5 3 +endivisionner/11 5 +endoblaste/2 1 +endocarde/2 1 +endocardite/2 2 +endocarpe/2 1 +endocrânienne/5 3 +endocrine/2 108 +endocrinienne/5 3 +endocrinologie/2 2 +endocrinologiste/2 10 +endocrinologue/2 10 +endoctrinée/5 6 +endoctrinement/2 1 +endoctriner/11 5 +endocytose/2 2 +endoderme/2 1 +endoénergétique/2 4 +endogame/2 4 +endogamie/2 2 +endogamique/2 4 +endogée/5 3 +endogène/2 4 +endolorie/5 3 +endolorir/64 84 +endolorissement/2 1 +endomètre/2 1 +endométrite/2 2 +endommagée/5 3 +endommagement/2 1 +endommager/11 5 +endomorphisme/2 1 +endonymie/2 2 +endoparasite/2 1 +endophasie/2 2 +endophtalmie/2 2 +endoplasme/2 1 +endoplasmique/2 4 +endoréique/2 4 +endoréisme/2 1 +endormante/5 3 +endormeuse/5 9 +endormie/5 6 +endormir/161 79 +endormissement/2 1 +endorphine/2 2 +endos/7 7 +endoscope/2 1 +endoscopie/2 2 +endoscopique/2 4 +endosmomètre/2 1 +endosmose/2 2 +endosquelette/2 1 +endossable/2 4 +endossataire/2 10 +endossée/5 3 +endossement/2 1 +endosser/11 5 +endosseur/2 1 +endothéliale/22 3 +endothélium/2 1 +endotherme/2 13 +endothermie/2 2 +endothermique/2 4 +endotoxine/2 2 +endroit/2 1 +enduction/2 2 +enduire/77 97 +enduiseuse/5 9 +enduit/2 1 +enduite/5 3 +endurable/2 4 +endurance/2 2 +endurante/5 3 +endurcie/5 6 +endurcir/43 83 +endurcissement/2 1 +endurée/5 3 +endurer/11 5 +enduro/2 10 +endymion/2 1 +énergéticienne/5 9 +énergétique/2 4 +énergétiquement/9 8 +énergétisme/2 1 +énergie/2 2 +énergique/2 4 +énergiquement/9 8 +énergisant/2 1 +énergisante/5 3 +énergivore/2 4 +énergumène/2 10 +énervante/5 3 +énervation/2 2 +énervée/5 6 +énervement/2 1 +énerver/15 11 +enfaiteau/49 1 +enfaîteau/49 1 +enfaitée/5 3 +enfaîtée/5 3 +enfaitement/2 1 +enfaîtement/2 1 +enfaiter/11 5 +enfaîter/11 5 +enfance/2 2 +enfançonne/5 9 +enfant/2 10 +enfantée/5 3 +enfantement/2 1 +enfanter/11 17 +enfantillage/2 1 +enfantine/5 3 +enfantinement/9 8 +enfarger/15 11 +enfarinée/5 3 +enfariner/11 5 +enfer/2 1 +enfermée/5 3 +enfermement/2 1 +enfermer/15 11 +enferrée/5 3 +enferrer/15 11 +enfeu/2 1 +enficelée/5 3 +enficeler 5 +enfichable/2 4 +enfichée/5 3 +enficher/11 5 +enfiellée/5 3 +enfieller/11 5 +enfiévrée/5 3 +enfièvrement/2 1 +enfiévrer/65 11 +enfilade/2 2 +enfilage/2 1 +enfilée/5 3 +enfiler/15 11 +enfileuse/5 9 +enfin/9 8 +enfirouapée/5 3 +enfirouaper/11 5 +enflammée/5 3 +enflammer/15 11 +enflécher/60 5 +enfléchure/2 2 +enflée/5 3 +enfler/15 42 +enfleurage/2 1 +enfleurer/11 5 +enflure/2 2 +enfoirée/5 6 +enfoirer 11 +enfoncée/5 3 +enfoncement/2 1 +enfoncer/15 42 +enfonceuse/5 9 +enfonçure/2 2 +enforcir/110 92 +enfouie/5 3 +enfouiller 5 +enfouir/43 83 +enfouissement/2 1 +enfouisseur/2 1 +enfourailler 11 +enfourchée/5 3 +enfourchement/2 1 +enfourcher/11 5 +enfourchure/2 2 +enfournage/2 1 +enfournée/5 3 +enfournement/2 1 +enfourner/15 11 +enfourneuse/5 9 +enfreindre/67 82 +enfreinte/5 3 +enfuir/236 122 +enfumage/2 1 +enfumée/5 3 +enfumer/15 11 +enfutage/2 1 +enfûtage/2 1 +enfutailler/11 5 +enfutée/5 3 +enfûtée/5 3 +enfuter/11 5 +enfûter/11 5 +engageante/5 3 +engagée/5 6 +engagement/2 1 +engager/15 11 +engainée/5 3 +engainer/11 5 +engamer/11 5 +engargousser/11 5 +engaver/11 5 +engazonnée/5 3 +engazonnement/2 1 +engazonner/11 5 +engazonneuse/5 9 +engeance/2 2 +engelure/2 2 +engendrable/2 4 +engendrée/5 3 +engendrement/2 1 +engendrer/11 5 +engerbée/5 3 +engerber/11 5 +engin/2 1 +engineering/2 1 +englacée/5 3 +englacer/11 5 +englobante/5 3 +englobée/5 3 +englober/11 5 +engloutie/5 3 +engloutir/43 83 +engloutissement/2 1 +engluage/2 1 +engluée/5 3 +engluement/2 1 +engluer/15 11 +engobage/2 1 +engobée/5 3 +engober/11 5 +engommage/2 1 +engommée/5 3 +engommer/11 5 +engoncée/5 3 +engoncer/11 5 +engorgée/5 3 +engorgement/2 1 +engorger/15 11 +engouée/5 3 +engouement/2 1 +engouer/48 55 +engouffrement/2 1 +engouffrer/15 11 +engoulée/5 3 +engouler/11 5 +engoulevent/2 1 +engourdie/5 6 +engourdir/43 83 +engourdissement/2 1 +engrais/7 7 +engraissage/2 1 +engraissée/5 3 +engraissement/2 1 +engraisser/15 42 +engraisseuse/5 9 +engramme/2 1 +engrangée/5 3 +engrangement/2 1 +engranger/11 5 +engravée/5 3 +engraver/11 5 +engrêlée/5 3 +engrêlure/2 2 +engrenage/2 1 +engrenée/5 3 +engrènement/2 1 +engrener/93 11 +engreneuse/5 9 +engrenure/2 2 +engrois/7 7 +engrossée/5 3 +engrosser/11 5 +engrumeler/86 11 +engueulade/2 2 +engueulée/5 3 +engueuler/15 11 +enguichée/5 3 +enguichure/2 2 +enguirlandée/5 3 +enguirlander/11 5 +enhardie/5 3 +enhardir/43 83 +enharmonie/2 2 +enharmonique/2 4 +enharnachée/5 3 +enharnacher/11 5 +enherbée/5 3 +enherber/11 5 +énieller/11 5 +énième/2 13 +énigmatique/2 4 +énigmatiquement/9 8 +énigme/2 2 +enivrante/5 3 +enivrée/5 3 +enivrement/2 1 +enivrer/15 42 +enjambée/5 6 +enjambement/2 1 +enjamber/11 17 +enjambeuse/5 3 +enjaveler/71 5 +enjeu/49 1 +enjoindre/67 82 +enjointe/5 3 +enjôlée/5 3 +enjôlement/2 1 +enjôler/11 5 +enjôleuse/5 6 +enjolivée/5 3 +enjolivement/2 1 +enjoliver/15 11 +enjoliveur/2 1 +enjolivure/2 2 +enjoncée/5 3 +enjoncer/11 5 +enjouée/5 3 +enjouement/2 1 +enjouer/11 5 +enjuguée/5 3 +enjuguer/11 5 +enjuivée/5 3 +enjuiver/15 11 +enjuponnée/5 3 +enjuponner/11 5 +enképhaline/2 2 +enkystée/5 3 +enkystement/2 1 +enkyster/48 55 +enlacée/5 3 +enlacement/2 1 +enlacer/15 11 +enlaçure/2 2 +enlaidie/5 3 +enlaidir/43 100 +enlaidissement/2 1 +enlevage/2 1 +enlevée/5 3 +enlèvement/2 1 +enlever/93 11 +enlevure/2 2 +enliassée/5 3 +enliasser/11 5 +enliée/5 +enlier/11 5 +enlignée/5 3 +enligner/11 5 +enlisée/5 3 +enlisement/2 1 +enliser/15 11 +enluminée/5 3 +enluminer/11 5 +enlumineuse/5 9 +enluminure/2 2 +ennéade/2 2 +ennéagonale/22 3 +ennéagone/2 1 +ennealogie/2 2 +enneigée/5 3 +enneigement/2 1 +enneiger/11 5 +ennemie/5 6 +ennoblie/5 3 +ennoblir/64 84 +ennoblissement/2 1 +ennoiement/2 1 +ennoyage/2 1 +ennoyer/11 5 +ennuagée/5 3 +ennuager/15 11 +ennui/2 1 +ennuyante/5 3 +ennuyée/5 3 +ennuyer/15 42 +ennuyeuse/22 3 +ennuyeusement/9 8 +énol/2 1 +énolate/2 1 +énonçable/2 4 +énoncé/2 1 +énoncée/5 3 +énoncer/15 11 +énonciation/2 2 +énonciative/5 3 +énonciatrice/5 6 +enorgueillie/5 3 +enorgueillir/43 83 +énorme/2 4 +énormément/9 8 +énormité/2 2 +énostose/2 2 +énouer/11 5 +enquérir/238 122 +enquerre 155 +enquête/2 2 +enquêtée/5 3 +enquêter/42 14 +enquêteuse/5 9 +enquêtrice/2 10 +enquiller/42 14 +enquiquinante/5 3 +enquiquinement/2 1 +enquiquiner/15 11 +enquiquineuse/5 6 +enracinée/5 3 +enracinement/2 1 +enraciner/15 11 +enrageante/5 3 +enragée/5 6 +enrager/42 14 +enraidissement/2 1 +enraiement/2 1 +enraillée/5 3 +enrailler/11 5 +enrayage/2 1 +enrayée/5 3 +enrayement/2 1 +enrayer/15 11 +enrayoir/2 1 +enrayure/2 2 +enrégimentée/5 3 +enrégimenter/11 5 +enregistrable/2 4 +enregistrée/5 3 +enregistrement/2 1 +enregistrer/15 11 +enregistreuse/5 6 +enrênée/5 3 +enrênement/2 1 +enrêner/11 5 +enrésinement/2 1 +enrésiner/11 5 +enrhumée/5 6 +enrhumer/15 11 +enrhuner 5 +enrichie/5 3 +enrichir/43 83 +enrichissante/5 3 +enrichissement/2 1 +enrobage/2 1 +enrobée/5 3 +enrobement/2 1 +enrober/15 11 +enrobeuse/2 2 +enrochée/5 3 +enrochement/2 1 +enrocher/11 5 +enrôlée/5 3 +enrôlement/2 1 +enrôler/15 11 +enrôleur/2 1 +enrouée/5 3 +enrouement/2 1 +enrouer/15 11 +enrouiller/48 102 +enroulable/2 4 +enroulage/2 1 +enroulée/5 3 +enroulement/2 1 +enrouler/15 11 +enrouleuse/5 6 +enrubannage/2 1 +enrubannée/5 3 +enrubanner/15 11 +enrubanneuse/2 2 +enrucher/11 5 +ensablée/5 3 +ensablement/2 1 +ensabler/15 11 +ensabotée/5 3 +ensaboter/11 5 +ensachage/2 1 +ensachée/5 3 +ensacher/11 5 +ensacheuse/5 9 +ensaisinée/5 3 +ensaisinement/2 1 +ensaisiner/11 5 +ensanglantée/5 3 +ensanglantement/2 1 +ensanglanter/11 5 +ensauvagée/5 3 +ensauvager/11 5 +ensauvée/5 3 +ensauver/48 55 +enseignable/2 4 +enseignante/5 3 +enseigne/2 10 +enseignée/5 3 +enseignement/2 1 +enseigner/15 11 +enseigniste/2 10 +ensellée/5 3 +ensellement/2 1 +ensellure/2 2 +ensemble/9 8 +ensemble/2 1 +ensemblière/5 9 +ensembliste/2 4 +ensemencée/5 3 +ensemencement/2 1 +ensemencer/11 5 +enserrée/5 3 +enserrer/11 5 +enseuillement/2 1 +ensevelie/5 6 +ensevelir/43 83 +ensevelissement/2 1 +ensevelisseuse/5 6 +ensiforme/2 4 +ensilage/2 1 +ensilée/5 3 +ensiler/11 5 +ensileuse/5 9 +ensoi/7 18 +en-soi/7 7 +ensoleillée/5 3 +ensoleillement/2 1 +ensoleiller/11 5 +ensommeillée/5 3 +ensommeillement/2 1 +ensorcelante/5 3 +ensorcelée/5 3 +ensorcèlement/2 1 +ensorceler/71 5 +ensorceleuse/5 6 +ensorcellement/2 1 +ensoufrée/5 3 +ensoufrer/11 5 +ensouillement/2 1 +ensouple/2 2 +ensoutanée/5 3 +ensoutaner/11 5 +enstérée/5 3 +enstérer/60 5 +ensuite/9 8 +ensuivre/186 122 +ensuquer/11 5 +entablée/5 3 +entablement/2 1 +entabler/15 11 +entablure/2 2 +entachée/5 3 +entacher/11 5 +entaillage/2 1 +entaille/2 2 +entaillée/5 3 +entailler/15 11 +entame/2 2 +entamée/5 3 +entamer/11 5 +entaquer/11 5 +entartage/2 1 +entarter/11 5 +entarteuse/5 9 +entartrage/2 1 +entartrée/5 3 +entartrement/2 1 +entartrer/15 11 +entassée/5 3 +entassement/2 1 +entasser/15 11 +entée/5 3 +entéléchie/2 2 +entendante/5 9 +entendement/2 1 +entendeur/2 1 +entendre/52 131 +entendue/5 3 +enténébrée/5 3 +enténébrer/65 11 +entente/2 2 +enter/11 5 +entéralgie/2 2 +entérinée/5 3 +entérinement/2 1 +entériner/11 5 +entérique/2 4 +entérite/2 2 +entérocolite/2 2 +entérocoque/2 1 +entérokinase/2 2 +entéropneuste/2 1 +entérorénale/22 3 +entéro-rénale/22 3 +entérotoxine/2 2 +entérovaccin/2 1 +enterrage/2 1 +enterrée/5 3 +enterrement/2 1 +enterrer/15 11 +entêtante/5 3 +entête/2 1 +en-tête/2 1 +entêtée/5 3 +entêtement/2 1 +entêter/15 11 +enthalpie/2 2 +enthésopathie/2 2 +enthousiasmante/5 3 +enthousiasme/2 1 +enthousiasmée/5 3 +enthousiasmer/15 11 +enthousiaste/2 13 +enthymème/2 1 +entichée/5 3 +entichement/2 1 +enticher/48 55 +entière/5 6 +entièrement/9 8 +entièreté/2 2 +entifler/15 11 +entité/2 2 +entoilage/2 1 +entoilée/5 3 +entoiler/11 5 +entoir/2 1 +entôlage/2 1 +entôlée/5 3 +entôler/11 5 +entôleuse/5 9 +entolome/2 1 +entomologie/2 2 +entomologique/2 4 +entomologiste/2 10 +entomophage/2 1 +entomophile/2 4 +entomophilie/2 2 +entomostracé/2 1 +entonnage/2 1 +entonnaison/2 2 +entonnée/5 3 +entonnement/2 1 +entonner/11 5 +entonnoir/2 1 +entorse/2 2 +entorser/42 14 +entortillage/2 1 +entortillée/5 3 +entortillement/2 1 +entortiller/15 11 +entour/2 1 +entourage/2 1 +entourée/5 3 +entourer/15 11 +entourloupe/2 2 +entourlouper/11 5 +entourloupette/2 2 +entournure/2 2 +entraccorder/66 107 +entraccuser/66 107 +entracte/2 1 +entradmirer/66 107 +entraide/2 2 +entraider/66 107 +entrailles/9 46 +entraimer/66 107 +entr'aimer/66 107 +entrain/2 1 +entrainable/2 4 +entraînable/2 4 +entrainante/5 3 +entraînante/5 3 +entrainée/5 3 +entraînée/5 3 +entrainement/2 1 +entraînement/2 1 +entrainer/15 11 +entraîner/15 11 +entraineuse/5 9 +entraîneuse/5 9 +entrait/2 1 +entrante/5 6 +entrapercevoir/90 79 +entr'apercevoir/90 79 +entrave/2 2 +entravée/5 3 +entraver/11 5 +entravon/2 1 +entraxe/2 1 +entre/134 99 +entrebâillée/5 3 +entrebâillement/2 1 +entrebâiller/15 11 +entrebâilleur/2 1 +entrebande/2 2 +entre-bande/2 2 +entrebattre/198 122 +entrechat/2 1 +entrechoc/2 1 +entrechoquement/2 1 +entrechoquer/15 11 +entrecolonnement/2 1 +entrecôte/2 2 +entrecoupée/5 3 +entrecouper/15 11 +entrecroisée/5 3 +entrecroisement/2 1 +entrecroiser/15 11 +entrecuisse/2 1 +entredéchirer/66 107 +entre-déchirer/66 107 +entredétruire/138 162 +entre-détruire/138 162 +entredeux/7 7 +entre-deux/7 7 +entre-deux-guerres/34 18 +entredévorer/66 107 +entre-dévorer/66 107 +entrée/5 3 +entrée/2 2 +entre-égorger/66 107 +entrée-sortie/7 47 +entrées-sorties 261 +entrefaite/2 2 +entrefaites 46 +entrefer/2 1 +entrefilet/2 1 +entrefrapper/66 107 +entre-frapper/66 107 +entregent/2 1 +entrégorger/66 107 +entr'égorger/66 107 +entrehaïr/163 180 +entre-haïr/163 180 +entreheurter/66 107 +entre-heurter/66 107 +entrejambe/2 1 +entre-jambe/2 1 +entrelacée/5 3 +entrelacement/2 1 +entrelacer/15 11 +entrelacs/7 7 +entrelardée/5 3 +entrelarder/11 5 +entreligne/2 1 +entre-ligne/2 1 +entrelouer/66 107 +entre-louer/66 107 +entremanger/66 107 +entre-manger/66 107 +entremêlée/5 3 +entremêlement/2 1 +entremêler/15 11 +entremets/7 7 +entremetteuse/5 9 +entremettre/197 122 +entremise/2 2 +entrenerf/2 1 +entre-nerf/2 1 +entrenœud/2 1 +entre-nœud/2 1 +entrenuire/136 162 +entre-nuire/136 162 +entrepont/2 1 +entreposage/2 1 +entreposée/5 3 +entreposer/11 5 +entreposeur/2 1 +entrepositaire/2 10 +entrepôt/2 1 +entreprenante/5 3 +entreprendre/88 114 +entrepreneure/2 2 +entrepreneuriale/22 3 +entrepreneuriat/2 1 +entrepreneuse/5 9 +entreprise/5 3 +entreprise/2 2 +entrer/11 17 +entrerail/2 1 +entre-rail/2 1 +entreregarder/66 107 +entre-regarder/66 107 +entresol/2 1 +entretaille/2 2 +entretailler/48 55 +entretemps/9 8 +entre-temps/9 8 +entretenir/162 79 +entretenue/5 3 +entretien/2 1 +entretissée/5 3 +entretisser/15 11 +entre-tisser/15 11 +entretoise/2 2 +entretoisée/5 3 +entretoisement/2 1 +entretoiser/11 5 +entretuer/66 107 +entre-tuer/66 107 +entrevoie/2 2 +entre-voie/2 2 +entrevoir/123 79 +entrevous/7 7 +entrevoutée/5 3 +entrevoûtée/5 3 +entrevouter/11 5 +entrevoûter/11 5 +entrevue/5 3 +entrevue/2 2 +entr'hiverner 5 +entrisme/2 1 +entropie/2 2 +entropion/2 1 +entropique/2 4 +entroque/2 1 +entrouverte/5 3 +entr'ouverte/5 3 +entrouvrir/81 79 +entr'ouvrir/81 79 +entubée/5 3 +entuber/11 5 +enturbannée/5 3 +enture/2 2 +énucléation/2 2 +énucléée/5 3 +énucléer/11 5 +énumérable/2 4 +énumération/2 2 +énumérative/5 3 +énumérée/5 3 +énumérer/60 5 +énurésie/2 2 +énurétique/2 4 +env 8 +envahie/5 3 +envahir/64 84 +envahissante/5 3 +envahissement/2 1 +envahisseuse/5 6 +envasée/5 3 +envasement/2 1 +envaser/15 11 +enveloppante/5 3 +enveloppe/2 2 +enveloppée/5 3 +enveloppement/2 1 +envelopper/15 11 +envenimation/2 2 +envenimée/5 3 +envenimement/2 1 +envenimer/15 11 +envergée/5 3 +enverger/11 5 +enverguée/5 3 +enverguer/11 5 +envergure/2 2 +envers/9 99 +envers/46 18 +enviable/2 4 +enviander/11 5 +envidage/2 1 +envidée/5 3 +envider/11 5 +envie/2 2 +enviée/5 3 +envieillie/5 3 +envieillir/43 83 +envier/11 5 +envieuse/22 3 +envieusement/9 8 +envinée/5 3 +environ/9 8 +environ/2 1 +environnante/5 3 +environnée/5 3 +environnement/2 1 +environnementale/22 3 +environnementalement/9 8 +environnementalisme/2 1 +environnementaliste/2 10 +environner/15 11 +envisageable/2 4 +envisagée/5 3 +envisager/11 5 +envoi/2 1 +envoilée/5 3 +envoiler/48 55 +envol/2 1 +envolée/5 6 +envolée/2 2 +envoler/48 55 +envoutante/5 3 +envoûtante/5 3 +envoutée/5 6 +envoûtée/5 6 +envoutement/2 1 +envoûtement/2 1 +envouter/11 5 +envoûter/11 5 +envouteuse/5 9 +envoûteuse/5 9 +envoyée/5 6 +envoyer/169 11 +envoyeuse/5 9 +enzootie/2 2 +enzymatique/2 4 +enzyme/2 10 +enzymologie/2 2 +enzymopathie/2 2 +éocène/2 4 +éocène/2 1 +éolienne/5 6 +éolipyle/2 1 +éolithe/2 1 +éon/2 1 +éosine/2 2 +éosinophile/2 4 +éosinophilie/2 2 +épacte/2 2 +épagneule/5 9 +épagomène/2 4 +épair/2 1 +épaisse/5 3 +épaisseur/2 2 +épaissie/5 3 +épaissir/43 100 +épaississante/5 6 +épaississement/2 1 +épaississeur/2 1 +épalée/5 +épaler/11 5 +épamprage/2 1 +épamprée/5 3 +épamprement/2 1 +épamprer/11 5 +épanchée/5 3 +épanchement/2 1 +épancher/15 11 +épandage/2 1 +épandeuse/5 9 +épandre/52 79 +épandue/5 3 +épannée/5 +épannelage/2 1 +épannelée/5 +épanneler/71 5 +épanner/11 5 +épanouie/5 3 +épanouir/43 83 +épanouissante/5 3 +épanouissement/2 1 +épar/2 1 +éparchie/2 2 +épargnante/5 3 +épargne/2 2 +épargnée/5 3 +épargner/15 42 +éparpillée/5 3 +éparpillement/2 1 +éparpiller/15 11 +éparque/2 1 +éparse/5 3 +épart/2 1 +éparvin/2 1 +épatamment/9 8 +épatante/5 3 +épatée/5 3 +épatement/2 1 +épater/15 11 +épateuse/5 9 +épaufrée/5 +épaufrer/11 5 +épaufrure/2 2 +épaulard/2 1 +épaule/2 2 +épaulé/2 1 +épaulée/5 3 +épaulé-jeté/7 18 +épaulement/2 1 +épauler/15 11 +épaulés-jetés/9 20 +épaulette/2 2 +épaulière/2 2 +épave/2 2 +épaviste/2 10 +épeautre/2 1 +épée/2 2 +épeiche/2 2 +épeichette/2 2 +épeire/2 2 +épeirogénique/2 4 +épéisme/2 1 +épéiste/2 10 +épelée/5 3 +épeler/86 42 +épellation/2 2 +épendyme/2 1 +épenthèse/2 2 +épenthétique/2 4 +épépinage/2 1 +épépinée/5 3 +épépiner/11 5 +épépineuse/5 9 +éperdre/202 122 +éperdue/5 3 +éperdument/9 8 +éperlan/2 1 +éperon/2 1 +éperonnée/5 3 +éperonner/15 11 +épervier/2 1 +épervière/2 2 +épervin/2 1 +épeulée/5 +épeuler/11 5 +épeurée/5 3 +épeurer/11 5 +éphèbe/2 1 +éphélide/2 2 +éphémère/2 4 +éphémère/2 1 +éphémèrement/9 8 +éphéméride/2 2 +éphéméroptère/2 4 +éphéméroptère/2 1 +éphésienne/5 6 +éphod/2 1 +éphore/2 1 +épi/2 1 +épiage/2 1 +épiaire/2 10 +épiaison/2 2 +épicanthus/7 7 +épicarpe/2 1 +épice/2 2 +épicéa/2 1 +épicée/5 3 +épicène/2 4 +épicentrale/22 3 +épicentre/2 1 +épicer/11 5 +épicerie/2 2 +épichlorhydrine/2 2 +épicière/5 9 +épiclèse/2 2 +épicondyle/2 1 +épicondylite/2 2 +épicrânienne/5 3 +épicurienne/5 6 +épicurisme/2 1 +épicycle/2 1 +épicycloïdale/22 3 +épicycloïde/2 2 +épidémicité/2 2 +épidémie/2 2 +épidémiologie/2 2 +épidémiologique/2 4 +épidémiologiste/2 10 +épidémique/2 4 +épiderme/2 1 +épidermique/2 4 +épidermomycose/2 2 +épidiascope/2 1 +épidictique/2 4 +épididyme/2 1 +épidote/2 10 +épiée/5 3 +épier/15 42 +épierrage/2 1 +épierrement/2 1 +épierrer/11 5 +épierreuse/5 9 +épieu/49 1 +épieuse/5 6 +épigastre/2 1 +épigastrique/2 4 +épigée/5 3 +épigenèse/2 2 +épigénétique/2 4 +épigénétique/2 2 +épigénie/2 2 +épiglotte/2 2 +épigone/2 1 +épigrammatique/2 4 +épigrammatiste/2 10 +épigramme/2 2 +épigraphe/2 2 +épigraphie/2 2 +épigraphique/2 4 +épigraphiste/2 10 +épigyne/2 4 +épigyne/2 2 +épilaryngienne/5 3 +épilation/2 2 +épilatoire/2 4 +épilatoire/2 1 +épilatrice/5 9 +épilée/5 3 +épilepsie/2 2 +épileptiforme/2 4 +épileptique/2 10 +épiler/15 11 +épileuse/5 9 +épillet/2 1 +épilobe/2 1 +épilogue/2 1 +épiloguée/5 +épiloguer/15 116 +épilogueuse/5 9 +épimère/2 1 +épimérique/2 4 +épimérisation/2 2 +épimorphisme/2 1 +épinage/2 1 +épinaie/2 2 +épinard/2 1 +épinçage/2 1 +épincée/5 +épincelée/5 +épinceler/71 5 +épincer/11 5 +épincetage/2 1 +épincetée/5 +épinceter/71 5 +épinceteuse/5 9 +épinceuse/5 9 +épine/2 2 +épinée/5 +épinéphrine/2 2 +épiner/11 5 +épines-vinettes/9 46 +épinette/2 2 +épineuse/22 3 +épine-vinette/7 47 +épinglage/2 1 +épingle/2 2 +épinglée/5 3 +épingler/11 5 +épinglerie/2 2 +épinglette/2 2 +épinglière/5 9 +épinier/2 1 +épinière/2 108 +épinoche/2 2 +épinochette/2 2 +épiphane/2 4 +épiphanie/2 2 +épiphénomène/2 1 +épiphénoménisme/2 1 +épiphénoméniste/2 10 +épiphylle/2 4 +épiphysaire/2 4 +épiphyse/2 2 +épiphyte/2 4 +épiphytie/2 2 +épiploon/2 1 +épique/2 4 +épiquement/9 8 +épirogenèse/2 2 +épirogénique/2 4 +épiscopale/22 3 +épiscopalienne/5 6 +épiscopalisme/2 1 +épiscopat/2 1 +épiscope/2 1 +épisiotomie/2 2 +épisode/2 1 +épisodique/2 4 +épisodiquement/9 8 +épisome/2 1 +épissage/2 1 +épissée/5 3 +épisser/11 5 +épissoir/2 1 +épissure/2 2 +épistasie/2 2 +épistaxis/7 57 +épistémè/2 2 +épistémique/2 4 +épistémologie/2 2 +épistémologique/2 4 +épistémologiquement/9 8 +épistémologiste/2 10 +épistémologue/2 10 +épistolaire/2 4 +épistolière/5 9 +épistyle/2 1 +épitaphe/2 2 +épitaxie/2 2 +épite/2 2 +épitexte/2 1 +épithalame/2 1 +épithéliale/22 3 +épithélioma/2 1 +épithélium/2 1 +épithème/2 1 +épithète/2 4 +épithète/2 2 +épitoge/2 2 +épitomé/2 1 +épitre/2 2 +épître/2 2 +épitrochlée/2 2 +épivarder/48 55 +épizootie/2 2 +épizootique/2 4 +éplorée/5 3 +éployée/5 3 +éployer/15 11 +épluchage/2 1 +épluchée/5 3 +épluche-légume/2 1 +épluche-légumes/7 7 +éplucher/11 5 +éplucheuse/5 9 +épluchure/2 2 +épode/2 2 +époi/2 1 +épointage/2 1 +épointée/5 3 +épointement/2 1 +épointer/11 5 +époisses/7 7 +éponge/2 2 +épongeable/2 4 +épongeage/2 1 +épongée/5 3 +épongement/2 1 +éponger/15 11 +éponte/2 2 +épontille/2 2 +épontiller/11 5 +éponyme/2 4 +éponymie/2 2 +épopée/2 2 +époque/2 2 +épouillage/2 1 +épouillée/5 3 +épouiller/15 11 +époumoner/48 55 +épousailles/9 46 +épouse/2 2 +épousée/5 6 +épouser/15 42 +épouseur/2 1 +époussetage/2 1 +époussetée/5 6 +épousseter/71 5 +époussette/2 2 +époustouflante/5 3 +époustouflée/5 3 +époustoufler/11 5 +époutier/11 5 +époutir/64 84 +épouvantable/2 4 +épouvantablement/9 8 +épouvantail/2 1 +épouvante/2 2 +épouvantée/5 3 +épouvantement/2 1 +épouvanter/15 11 +époux/7 7 +époxyde/2 1 +époxydique/2 4 +épreindre 82 +épreinte/2 2 +éprendre/121 122 +épreuve/2 2 +éprise/5 3 +éprouvante/5 3 +éprouvée/5 3 +éprouver/15 11 +éprouvette/2 2 +epsilon/7 7 +epsilon/2 1 +epsomite/2 2 +épucer/15 11 +épuisable/2 4 +épuisante/5 3 +épuisée/5 3 +épuisement/2 1 +épuiser/15 11 +épuisette/2 2 +épulide/2 2 +épulie/2 2 +épulis/7 7 +épulon/2 1 +épulpeur/2 1 +épurage/1 1 +épuration/2 2 +épurative/5 3 +épuratoire/2 4 +épuratrice/5 6 +épure/2 2 +épurée/5 3 +épurement/2 1 +épurer/15 11 +épurge/2 2 +épyornis/7 7 +équanime/2 4 +équanimité/2 2 +équant/2 1 +équarrie/5 3 +équarrier 5 +équarrir/64 84 +équarrissage/2 1 +équarrissement/2 1 +équarrisseuse/5 9 +équarrissoir/2 1 +équateur/2 1 +équation/2 2 +équationnelle/5 3 +équatoguinéenne/5 6 +équato-guinéenne/5 6 +équatorial/49 4 +équatoriale/22 3 +équatorienne/5 6 +équerrage/2 1 +équerre/2 2 +équerrer/11 5 +équestre/2 4 +équeutage/2 1 +équeutée/5 3 +équeuter/11 5 +équiangle/2 4 +équidé/2 1 +équidensité/2 2 +équidimensionnelle/5 3 +équidistance/2 2 +équidistante/5 3 +équilatérale/22 3 +équilatère/2 4 +équilibrage/2 1 +équilibrante/5 3 +équilibration/2 2 +équilibre/2 1 +équilibrée/5 3 +équilibrer/15 11 +équilibreur/2 1 +équilibreuse/5 3 +équilibriste/2 10 +équille/2 2 +équimolaire/2 4 +équimoléculaire/2 4 +équimultiple/2 4 +équimultiplicité/2 2 +équine/5 3 +équinisme/2 1 +équinoxe/2 1 +équinoxiale/22 3 +équipage/2 1 +équipartition/2 2 +équipe/2 2 +équipée/5 6 +équipement/2 1 +équipementière/5 9 +équiper/15 11 +équipière/5 9 +équipolé/2 126 +équipollence/2 2 +équipollente/5 3 +équipoller/15 42 +équipotence/2 2 +équipotente/5 3 +équipotentialité/2 2 +équipotentielle/5 3 +équiprobabilité/2 2 +équiprobable/2 4 +équisétale/2 2 +équisétinée/2 2 +équisétophyte/2 1 +équisingularité/2 2 +équisingulière/5 3 +équitable/2 4 +équitablement/9 8 +équitante/5 3 +équitation/2 2 +équité/2 2 +équivalemment/9 8 +équivalence/2 2 +équivalent/2 1 +équivalente/5 3 +équivaloir/214 153 +équivariance/2 2 +équivariante/5 3 +équivoque/2 4 +équivoque/2 2 +équivoquer/42 14 +érable/2 1 +érablière/2 2 +éradication/2 2 +éradicatrice/5 6 +éradiquée/5 3 +éradiquer/11 5 +éraflée/5 3 +éraflement/2 1 +érafler/15 11 +éraflure/2 2 +éraillée/5 3 +éraillement/2 1 +érailler/15 11 +éraillure/2 2 +érathème/2 1 +érayée/5 3 +érayer/11 5 +erbine/2 2 +erbium/2 1 +ère/2 2 +érectile/2 4 +érectilité/2 2 +érection/2 2 +érectrice/5 3 +éreintage/2 1 +éreintante/5 3 +éreintée/5 3 +éreintement/2 1 +éreinter/15 11 +éreinteuse/5 6 +érémitique/2 4 +érémitisme/2 1 +érepsine/2 2 +érésipèle/2 1 +éréthisme/2 1 +éreuthophobie/2 2 +éreutophobie/2 2 +erg/2 1 +erg/38 7 +ergastoplasme/2 1 +ergastule/2 1 +ergatif/2 1 +ergative/5 3 +ergativité/2 2 +ergodicité/2 2 +ergodique/2 4 +ergographe/2 1 +ergol/2 1 +ergologie/2 2 +ergométrie/2 2 +ergonome/2 10 +ergonomie/2 2 +ergonomique/2 4 +ergonomiste/2 10 +ergostérol/2 1 +ergot/2 1 +ergotage/2 1 +ergotée/5 3 +ergoter/42 14 +ergoterie/2 2 +ergoteuse/5 6 +ergothérapeute/2 10 +ergothérapie/2 2 +ergotine/2 2 +ergotisme/2 1 +éricacée/2 4 +éricacée/2 2 +érigée/5 3 +ériger/15 11 +érigéron/2 1 +érigne/2 2 +érine/2 2 +érinye/2 2 +éristale/2 10 +éristique/2 10 +erlenmeyer/2 1 +ermitage/2 1 +ermite/2 1 +érodée/5 3 +éroder/15 11 +érogène/2 4 +éros/7 7 +érosion/2 2 +érosive/5 3 +érotique/2 4 +érotiquement/9 8 +érotisation/2 2 +érotisée/5 3 +érotiser/11 5 +érotisme/2 1 +érotologie/2 2 +érotologue/2 10 +érotomane/2 10 +érotomaniaque/2 4 +érotomanie/2 2 +erpétologie/2 2 +erpétologique/2 4 +erpétologiste/2 10 +errance/2 2 +errante/5 3 +errata/7 7 +errata/2 1 +erratique/2 4 +erratiquement/9 8 +erratum/7 7 +erratum/2 1 +errements/9 20 +errer/42 14 +erreur/2 2 +erronée/5 3 +erronément/9 8 +ers/7 7 +ersatz/7 7 +erse/2 4 +erse/2 2 +erseau/49 1 +érubescence/2 2 +érubescente/5 3 +éruciforme/2 4 +éructation/2 2 +éructée/5 3 +éructer/11 17 +érudite/5 6 +érudition/2 2 +érugineuse/22 3 +éruption/2 2 +éruptive/5 3 +érysipélateuse/22 3 +érysipèle/2 1 +érythémateuse/22 3 +érythème/2 1 +érythréenne/5 3 +érythrine/2 2 +érythroblaste/2 1 +érythroblastose/2 2 +érythrocytaire/2 4 +érythrocyte/2 1 +érythrodermie/2 2 +érythromycine/2 2 +érythropoïèse/2 2 +érythropoïétine/2 2 +érythrosine/2 2 +ès 78 +esbaudir/109 128 +esbigner/48 55 +esbroufe/2 10 +esbroufer/11 5 +esbroufeuse/5 6 +esca/2 2 +escabeau/49 1 +escabèche/2 2 +escabelle/2 2 +escadre/2 2 +escadrille/2 2 +escadron/2 1 +escagasser/15 11 +escalade/2 2 +escaladée/5 3 +escalader/11 5 +escaladeuse/5 9 +escalator/2 1 +escale/2 2 +escalier/2 1 +escaliéteuse/5 9 +escalope/2 2 +escaloper/11 5 +escamotable/2 4 +escamotage/2 1 +escamotée/5 3 +escamoter/15 11 +escamoteuse/5 9 +escampette/2 2 +escapade/2 2 +escape/2 2 +escarbille/2 2 +escarbot/2 1 +escarboucle/2 2 +escarcelle/2 2 +escargot/2 1 +escargotière/2 2 +escarmouche/2 2 +escarmoucher/42 14 +escarole/2 2 +escarpe/2 10 +escarpée/5 3 +escarpement/2 1 +escarper/11 5 +escarpin/2 1 +escarpolette/2 2 +escarre/2 2 +escarrification/2 2 +escarrifiée/5 3 +escarrifier/11 5 +escarrotique/2 4 +eschare/2 2 +escharifier 5 +eschatologie/2 2 +eschatologique/2 4 +esche/2 2 +eschée/5 3 +escher/11 5 +escient/2 1 +esclaffer/48 55 +esclandre/2 1 +esclavage/2 1 +esclavager/11 5 +esclavagisme/2 1 +esclavagiste/2 13 +esclave/2 10 +esclavonne/5 6 +escobar/2 1 +escobarderie/2 2 +escoffier/11 5 +escogriffe/2 1 +escomptable/2 4 +escompte/2 1 +escomptée/5 3 +escompter/11 5 +escompteuse/5 9 +escopette/2 2 +escorte/2 2 +escortée/5 3 +escorter/11 5 +escorteur/2 1 +escot/2 1 +escouade/2 2 +escourgeon/2 1 +escrime/2 2 +escrimer/48 55 +escrimeuse/5 9 +escroc/2 1 +escroquée/5 3 +escroquer/11 5 +escroquerie/2 2 +escudo/2 1 +esculape/2 1 +esculine/2 2 +ésérine/2 2 +esgourde/2 2 +esgourder/11 5 +eskimo/2 13 +ésotérique/2 4 +ésotérisme/2 1 +espace/2 10 +espacée/5 3 +espacement/2 1 +espacer/15 11 +espaces-temps/9 20 +espace-temps/7 18 +espaceur/2 1 +espada/2 10 +espadon/2 1 +espadrille/2 2 +espagnole/5 6 +espagnolette/2 2 +espagnolisme/2 1 +espalier/2 1 +espar/2 1 +esparcet/2 1 +esparcette/2 2 +espèce/2 2 +espérance/2 2 +espérantiste/2 10 +espéranto/2 1 +espérantophone/2 13 +espérée/5 3 +espérer/60 17 +esperluette/2 2 +espiègle/2 13 +espièglerie/2 2 +espingole/2 2 +espionite/2 2 +espionnage/2 1 +espionne/5 9 +espionnée/5 3 +espionner/11 5 +espionnite/2 2 +esplanade/2 2 +espoir/2 1 +espolinée/5 3 +espoliner/11 5 +esponton/2 1 +espoulinée/5 3 +espouliner/11 5 +espressivo/9 8 +esprit/2 1 +esprit-de-bois/34 18 +esprit-de-sel/34 18 +esprit-de-vin/34 18 +esquarre/2 2 +esquichée/5 3 +esquicher/42 14 +esquif/2 1 +esquille/2 2 +esquimau/49 4 +esquimau/49 1 +esquimaude/2 4 +esquimaude/2 2 +esquimautage/2 1 +esquintante/5 3 +esquintée/5 3 +esquinter/15 11 +esquire/2 1 +esquisse/2 2 +esquissée/5 3 +esquisser/15 11 +esquivable/2 4 +esquive/2 2 +esquivée/5 3 +esquiver/15 11 +essai/2 1 +essaim/2 1 +essaimage/2 1 +essaimée/5 3 +essaimer/11 17 +essangeage/2 1 +essangée/5 3 +essanger/11 5 +essanvage/2 1 +essart/2 1 +essartage/2 1 +essartée/5 3 +essartement/2 1 +essarter/11 5 +essayage/2 1 +essayée/5 3 +essayer/15 11 +essayeuse/5 9 +essayiste/2 10 +esse/2 2 +essence/2 2 +essencerie/2 2 +essencière/5 9 +essénienne/5 6 +essentialisme/2 1 +essentialiste/2 13 +essentielle/5 3 +essentiellement/9 8 +esseulée/5 3 +essieu/49 1 +essif/2 1 +essonnienne/3 6 +essor/2 1 +essorage/2 1 +essorée/5 3 +essorer/15 11 +essoreuse/5 9 +essorillée/5 3 +essorillement/2 1 +essoriller/11 5 +essouchage/2 1 +essouchement/2 1 +essoucher/11 5 +essoufflée/5 3 +essoufflement/2 1 +essouffler/15 11 +essuie/2 1 +essuie-glace/7 7 +essuie-glace/2 1 +essuie-main/2 1 +essuie-mains/7 7 +essuie-meuble/2 1 +essuie-meubles/7 7 +essuie-phare/7 7 +essuie-phare/2 1 +essuie-pied/2 1 +essuie-pieds/7 7 +essuie-plume/7 7 +essuie-plume/2 1 +essuie-tout/7 7 +essuietout/2 1 +essuie-verre/2 1 +essuie-verres/7 7 +essuyage/2 1 +essuyée/5 3 +essuyer/15 11 +essuyeuse/5 9 +est/7 18 +establishment/2 1 +estacade/2 2 +estafette/2 2 +estafier/2 1 +estafilade/2 2 +estagnon/2 1 +est-allemande/5 6 +estaminet/2 1 +estampage/2 1 +estampe/2 2 +estampée/5 3 +estamper/11 5 +estampeuse/5 9 +estampillage/2 1 +estampille/2 2 +estampillée/5 3 +estampiller/11 5 +estancia/2 2 +estarie/2 2 +este/2 1 +ester 170 +ester/2 1 +estérase/2 2 +estérification/2 2 +estérifiée/5 3 +estérifier/11 5 +esterlin/2 1 +esthésie/2 2 +esthésiogène/2 4 +esthésiologie/2 2 +esthète/2 10 +esthéticienne/5 9 +esthétique/2 4 +esthétique/2 2 +esthétiquement/9 8 +esthétisante/5 3 +esthétisation/2 2 +esthétisée/5 3 +esthétiser/11 17 +esthétisme/2 1 +estimable/2 4 +estimation/2 2 +estimative/5 3 +estimatoire/2 4 +estimatrice/5 9 +estime/2 2 +estimée/5 3 +estimer/15 11 +estivage/2 1 +estivale/22 3 +estivante/5 3 +estivation/2 2 +estivée/5 3 +estiver/11 17 +estoc/2 1 +estocade/2 2 +estomac/2 1 +estomaquée/5 3 +estomaquer/11 5 +estompage/2 1 +estompée/5 3 +estompement/2 1 +estomper/15 11 +estonienne/5 6 +estoquée/5 3 +estoquer/11 5 +estouffade/2 2 +estourbie/5 3 +estourbir/64 84 +estrade/2 2 +estradiène/2 1 +estradiol/2 1 +estradiot/2 1 +estragon/2 1 +estran/2 1 +estrapade/2 2 +estrapader/11 5 +estrapassée/5 3 +estrapasser/11 5 +estriol/2 1 +estrogène/2 4 +estrogène/2 1 +estrogénique/2 4 +estrogénothérapie/2 2 +estrone/2 2 +estrope/2 2 +estropiée/5 6 +estropier/15 11 +estroprogestative/5 3 +estuaire/2 1 +estuarienne/5 3 +estudiantine/5 3 +esturgeon/2 1 +eszett/2 1 +et 198 +êta/7 7 +êta/2 1 +étable/2 2 +établée/5 3 +établer/11 5 +établi/2 1 +établie/5 3 +établir/43 83 +établissement/2 1 +étage/2 1 +étagée/5 3 +étagement/2 1 +étager/15 11 +étagère/2 2 +étagiste/2 1 +étai/2 1 +étaiement/2 1 +étain/2 1 +étal/2 1 +étalage/2 1 +étalagée/5 3 +étalager/11 5 +étalagiste/2 10 +étalée/5 3 +étalement/2 1 +étaler/15 42 +étaleuse/2 2 +étalière/5 9 +étalinguée/5 3 +étalinguer/11 5 +étalingure/2 2 +étalon/2 1 +étalonnage/2 1 +étalonnée/5 3 +étalonnement/2 1 +étalonner/11 5 +étalonneuse/5 9 +étalonnière/5 6 +étamage/2 1 +étambot/2 1 +étambrai/2 1 +étamée/5 3 +étamer/11 5 +étameuse/5 9 +étamine/2 2 +étampage/2 1 +étampe/2 2 +étampée/5 3 +étamper/11 5 +étamperche/2 2 +étampeuse/5 9 +étampure/2 2 +étamure/2 2 +étanche/2 4 +étanche/2 2 +étanchée/5 3 +étanchéification/2 2 +étanchéifier/11 5 +étanchéiste/2 10 +étanchéité/2 2 +étanchement/2 1 +étancher/11 5 +étancheuse/5 9 +étançon/2 1 +étançonnée/5 3 +étançonnement/2 1 +étançonner/11 5 +étang/2 1 +étape/2 2 +étarquée/5 3 +étarquer/11 5 +étasunienne/5 3 +état/2 1 +étatique/2 4 +étatisation/2 2 +étatisée/5 3 +étatiser/11 5 +étatisme/2 1 +étatiste/2 4 +état-major/7 18 +états-majors/9 20 +états-unienne/5 6 +étau/49 1 +étayage/2 1 +étayée/5 3 +étayement/2 1 +étayer/15 11 +etc 87 +etcétéra/2 1 +été/2 1 +éteignoir/2 1 +éteindre/67 79 +éteinte/5 3 +étendage/2 1 +étendard/2 1 +étendoir/2 1 +étendre/52 79 +étendue/5 6 +éternelle/5 3 +éternellement/9 8 +éternisée/5 3 +éterniser/15 11 +éternité/2 2 +éternuement/2 1 +éternuer/42 14 +étésien/2 126 +étêtage/2 1 +étêtée/5 3 +étêtement/2 1 +étêter/11 5 +éteuf/2 1 +éteule/2 2 +eth +éthane/2 1 +éthanoate/2 1 +éthanoïque/2 4 +éthanol/2 1 +éthanolamine/2 2 +éthanolate/2 1 +éther/2 1 +éthérée/5 3 +éthérification/2 2 +éthérifiée/5 3 +éthérifier/11 5 +éthérique/2 4 +éthérisation/2 2 +éthérisée/5 3 +éthériser/11 5 +éthérisme/2 1 +éthéromane/2 10 +éthéromanie/2 2 +éthicienne/5 6 +éthiopienne/5 6 +éthique/2 4 +éthique/2 2 +éthiquement/9 8 +ethmoïdale/22 3 +ethmoïde/2 1 +ethnarchie/2 2 +ethniciser/11 5 +ethnicité/2 2 +ethnie/2 2 +ethnique/2 4 +ethniquement/9 8 +ethnocentrée/5 3 +ethnocentrique/2 4 +ethnocentrisme/2 1 +ethnocide/2 1 +ethnoculturelle/5 3 +ethnogenèse/2 2 +ethnogénie/2 2 +ethnographe/2 10 +ethnographie/2 2 +ethnographique/2 4 +ethnolinguistique/2 2 +ethnologie/2 2 +ethnologique/2 4 +ethnologiquement/9 8 +ethnologue/2 10 +ethnométhodologie/2 2 +ethnomusicologie/2 2 +ethnonyme/2 1 +ethnonymie/2 2 +ethnopsychiatrie/2 2 +ethnopsychologie/2 2 +éthographie/2 2 +éthologie/2 2 +éthologique/2 4 +éthologiste/2 10 +éthologue/2 10 +éthuse/2 2 +éthyle/2 1 +éthylène/2 1 +éthylénique/2 4 +éthylique/2 10 +éthylisme/2 1 +éthylomètre/2 1 +éthylotest/2 1 +éthyne/2 1 +étiage/2 1 +étier/2 1 +étincelage/2 1 +étincelante/5 3 +étincèlement/2 1 +étinceler/164 14 +étincelle/2 2 +étincellement/2 1 +étiolée/5 3 +étiolement/2 1 +étioler/15 11 +étiologie/2 2 +étiologique/2 4 +étiopathe/2 10 +étiopathie/2 2 +étique/2 4 +étiquetage/2 1 +étiquetée/5 3 +étiqueter/71 5 +étiqueteuse/5 9 +étiquette/2 2 +étirable/2 4 +étirage/2 1 +étirée/5 3 +étirement/2 1 +étirer/15 11 +étireuse/5 6 +étisie/2 2 +étoc/2 1 +étoffe/2 2 +étoffée/5 3 +étoffement/2 1 +étoffer/15 11 +étoile/2 2 +étoilée/5 3 +étoilement/2 1 +étoiler/15 11 +étole/2 2 +étonnamment/9 8 +étonnante/5 3 +étonnée/5 3 +étonnement/2 1 +étonner/15 11 +étouffade/2 2 +étouffage/2 1 +étouffante/5 3 +étouffe-chrétien/7 7 +étouffe-chrétien/2 1 +étouffée/5 3 +étouffement/2 1 +étouffer/15 42 +étouffeur/2 1 +étouffoir/2 1 +étoupe/2 2 +étoupée/5 3 +étouper/11 5 +étoupille/2 2 +étoupiller/11 5 +étourderie/2 2 +étourdie/5 6 +étourdiment/9 8 +étourdir/43 83 +étourdissante/5 3 +étourdissement/2 1 +étourneau/49 1 +étrange/2 4 +étrange/2 1 +étrangement/9 8 +étrangère/5 6 +étrangeté/2 2 +étranglée/5 3 +étranglement/2 1 +étrangler/15 11 +étrangleuse/5 9 +étrangloir/2 1 +étrave/2 2 +être/2 1 +être/175 216 +étrécie/5 3 +étrécir/43 83 +étrécissement/2 1 +étreindre/67 79 +étreinte/5 3 +étreinte/2 2 +étrenne/2 2 +étrennée/5 3 +étrenner/11 17 +étrésillon/2 1 +étrésillonnée/5 3 +étrésillonnement/2 1 +étrésillonner/11 5 +étrier/2 1 +étrille/2 2 +étrillée/5 3 +étriller/11 5 +étripage/2 1 +étripailler/11 17 +étripée/5 9 +étriper/15 11 +étriquée/5 3 +étriquer/11 5 +étrive/2 2 +étrivière/2 2 +étroite/5 3 +étroitement/9 8 +étroitesse/2 2 +étron/2 1 +étronçonnée/5 3 +étronçonner/11 5 +étruscologie/2 2 +étruscologue/2 10 +étrusque/2 13 +étude/2 2 +étudiante/5 6 +étudiée/5 3 +étudier/15 42 +étui/2 1 +étuvage/2 1 +étuve/2 2 +étuvée/2 2 +étuver/11 5 +étuveuse/5 9 +étuviste/2 10 +étym 57 +étymologie/2 2 +étymologique/2 4 +étymologiquement/9 8 +étymologiste/2 10 +étymon/2 1 +eubactérie/2 2 +eubage/2 1 +eucalyptol/2 1 +eucalyptus/7 7 +eucaryote/2 4 +eucaryote/2 1 +eucharistie/2 2 +eucharistique/2 4 +euchromatine/2 2 +euclidienne/5 3 +eucologe/2 1 +eudémis/7 7 +eudémonisme/2 1 +eudiomètre/2 1 +eudiométrie/2 2 +eudiométrique/2 4 +eudiste/2 4 +eudiste/2 1 +eugénate/2 1 +eugénie/2 2 +eugénique/2 4 +eugénisme/2 1 +eugéniste/2 10 +eugénol/2 1 +euglène/2 2 +euh 70 +eulérienne/5 3 +eulogie/2 2 +eumélanine/2 2 +euménide/2 2 +eunecte/2 1 +eunuque/2 1 +eupatoire/2 2 +eupatride/2 10 +eupeptique/2 4 +euphémique/2 4 +euphémiquement/9 8 +euphémisme/2 1 +euphonie/2 2 +euphonique/2 4 +euphoniquement/9 8 +euphorbe/2 2 +euphorbiacée/2 4 +euphorbiacée/2 2 +euphorie/2 2 +euphorique/2 13 +euphorisante/5 3 +euphorisation/2 2 +euphorisée/5 3 +euphoriser/11 17 +euphotique/2 4 +euphuisme/2 1 +eurafricaine/5 6 +eurasiatique/2 4 +eurasienne/5 6 +eurêka 70 +euristique/2 4 +euristique/2 2 +euro/2 1 +eurobanque/2 2 +eurocent/2 1 +eurocentime/2 1 +eurocentrisme/2 1 +eurocentriste/2 13 +eurocommunisme/2 1 +eurocommuniste/2 10 +eurocrate/2 10 +eurodéputée/5 9 +eurodevise/2 2 +eurodollar/2 1 +euromarché/2 1 +euro-méditerranéenne/5 3 +euromissile/2 1 +euroobligataire/2 4 +euro-obligataire/2 4 +euroobligation/2 2 +euro-obligation/2 2 +européanisation/2 2 +européanisée/5 3 +européaniser/15 11 +européanisme/2 1 +européenne/5 6 +européisme/2 1 +europium/2 1 +europoïde/2 4 +euroscepticisme/2 1 +eurosceptique/2 13 +eurosignal/2 1 +eurostratégique/2 4 +eurovision/2 2 +euryapside/2 1 +euryhaline/5 3 +eurytherme/2 4 +eurytherme/2 1 +eurythermie/2 2 +eurythmie/2 2 +eurythmique/2 4 +euscarienne/5 6 +euskarienne/5 6 +eustache/2 1 +eustasie/2 2 +eustatique/2 4 +eustatisme/2 1 +eutectique/2 4 +eutexie/2 2 +euthanasie/2 2 +euthanasiée/5 6 +euthanasier/11 5 +euthanasique/2 4 +euthérien/2 1 +eutrophisation/2 2 +eux/9 78 +eux-mêmes/9 78 +évacuante/5 3 +évacuation/2 2 +évacuatrice/5 6 +évacuée/5 3 +évacuer/15 11 +évadée/5 6 +évader/48 55 +évagination/2 2 +évaginée/5 3 +évaluable/2 4 +évaluation/2 2 +évaluative/5 3 +évaluatrice/5 9 +évaluée/5 3 +évaluer/15 11 +évanescence/2 2 +évanescente/5 3 +évangéliaire/2 1 +évangélique/2 4 +évangéliquement/9 8 +évangélisation/2 2 +évangélisatrice/5 6 +évangélisée/5 3 +évangéliser/11 5 +évangélisme/2 1 +évangéliste/2 13 +évangile/2 1 +évanouie/5 6 +évanouir/109 128 +évanouissement/2 1 +évaporable/2 4 +évaporateur/2 1 +évaporation/2 2 +évaporatoire/2 4 +évaporée/5 3 +évaporer/15 11 +évaporite/2 2 +évaporitique/2 4 +évapotranspiration/2 2 +évasée/5 3 +évasement/2 1 +évaser/15 11 +évasion/2 2 +évasive/5 3 +évasivement/9 8 +évasure/2 2 +évêché/2 1 +évection/2 2 +éveil/2 1 +éveillée/5 6 +éveiller/15 11 +éveilleuse/5 9 +éveinage/2 1 +événement/2 1 +évènement/2 1 +événementiel/2 1 +évènementiel/2 1 +événementielle/5 3 +évènementielle/5 3 +évent/2 1 +éventail/2 1 +éventailliste/2 10 +éventaire/2 1 +éventée/5 6 +éventement/2 1 +éventer/15 11 +éventration/2 2 +éventrée/5 3 +éventrement/2 1 +éventrer/15 11 +éventreur/2 1 +éventualité/2 2 +éventuelle/5 3 +éventuellement/9 8 +évêque/2 10 +évergète/2 10 +évergétisme/2 1 +éversion/2 2 +évertuer/48 55 +évhémérisme/2 1 +éviction/2 2 +évidage/2 1 +évidée/5 3 +évidement/2 1 +évidemment/9 8 +évidence/2 2 +évidente/5 3 +évider/11 5 +évidoir/2 1 +évidure/2 2 +évier/2 1 +évincée/5 3 +évincement/2 1 +évincer/11 5 +éviscération/2 2 +éviscérée/5 3 +éviscérer/60 5 +évitable/2 4 +évitage/2 1 +évitée/5 3 +évitement/2 1 +éviter/15 115 +évocable/2 4 +évocation/2 2 +évocatoire/2 4 +évocatrice/5 6 +évohé 70 +évoluée/5 3 +évoluer/42 14 +évolution/2 2 +évolutionnaire/2 4 +évolutionnisme/2 1 +évolutionniste/2 10 +évolutive/5 3 +évolutivité/2 2 +évoquée/5 3 +évoquer/11 5 +évulsion/2 2 +evzone/2 1 +ex/7 88 +exabit/2 1 +exacerbation/2 2 +exacerbée/5 3 +exacerber/15 11 +exacte/5 3 +exactement/9 8 +exacteur/2 1 +exaction/2 2 +exactitude/2 2 +exæquo/2 10 +exagération/2 2 +exagérative/5 3 +exagératrice/5 6 +exagérée/5 3 +exagérément/9 8 +exagérer/65 42 +exaltante/5 3 +exaltation/2 2 +exaltée/5 6 +exalter/15 11 +examen/2 1 +examinatrice/5 9 +examinée/5 3 +examiner/15 42 +exanthémateuse/22 3 +exanthématique/2 4 +exanthème/2 1 +exaoctet/2 1 +exarchat/2 1 +exarque/2 1 +exaspérante/5 3 +exaspération/2 2 +exaspérée/5 6 +exaspérer/65 11 +exaucée/5 3 +exaucement/2 1 +exaucer/15 11 +exbibit/2 1 +exbioctet/2 1 +excavation/2 2 +excavatrice/5 9 +excavée/5 3 +excaver/11 5 +excédante/5 3 +excédée/5 3 +excédent/2 1 +excédentaire/2 4 +excéder/60 5 +excellemment/9 8 +excellence/2 2 +excellente/5 3 +excellentissime/2 4 +exceller/42 14 +excentration/2 2 +excentrée/5 3 +excentrer/11 5 +excentricité/2 2 +excentrique/2 13 +excentriquement/9 8 +excepté/79 99 +exceptée/5 3 +excepter/11 5 +exception/2 2 +exceptionnelle/5 3 +exceptionnellement/9 8 +excès/7 7 +excessive/5 3 +excessivement/9 8 +excipée/5 3 +exciper/111 124 +excipient/2 1 +excise/2 2 +excisée/5 3 +exciser/11 5 +exciseuse/5 9 +excision/2 2 +excitabilité/2 2 +excitable/2 4 +excitant/2 1 +excitante/5 3 +excitation/2 2 +excitatrice/5 6 +excitée/5 6 +exciter/15 11 +excitomotrice/5 3 +excito-motrice/5 3 +exciton/2 1 +exclamation/2 2 +exclamative/5 6 +exclamer/48 55 +exclue/5 6 +exclure/118 79 +exclusion/2 2 +exclusive/5 6 +exclusivement/9 8 +exclusivisme/2 1 +exclusivité/2 2 +excommunication/2 2 +excommuniée/5 6 +excommunier/11 5 +excoriation/2 2 +excoriée/5 3 +excorier/11 5 +excoriose/2 2 +excracher 5 +excrément/2 1 +excrémenteuse/22 3 +excrémentielle/5 3 +excrétée/5 3 +excréter/60 5 +excrétion/2 2 +excrétoire/2 4 +excrétrice/5 3 +excroissance/2 2 +excursion/2 2 +excursionner/42 14 +excursionniste/2 10 +excursus/7 7 +excusabilité/2 2 +excusable/2 4 +excuse/2 2 +excusée/5 6 +excuser/15 11 +exeat/7 7 +exéat/2 1 +exécrable/2 4 +exécrablement/9 8 +exécration/2 2 +exécrée/5 3 +exécrer/60 5 +exécutable/2 4 +exécutante/5 6 +exécutée/5 3 +exécuter/15 11 +exécutif/2 1 +exécution/2 2 +exécutive/5 3 +exécutoire/2 4 +exécutoire/2 1 +exécutrice/5 6 +exèdre/2 2 +exégèse/2 2 +exégète/2 10 +exégétique/2 4 +exéma/2 1 +exémateuse/22 6 +exemplaire/2 4 +exemplaire/2 1 +exemplairement/9 8 +exemplarité/2 2 +exemplative/5 3 +exemple/2 1 +exemplification/2 2 +exemplifiée/5 3 +exemplifier/11 5 +exemplum/83 1 +exemplum/2 1 +exempte/5 3 +exemptée/5 6 +exempter/15 11 +exemption/2 2 +exequatur/7 7 +exéquatur/2 1 +exerçante/5 3 +exercée/5 3 +exercer/15 42 +exercice/2 1 +exerciseur/2 1 +exérèse/2 2 +exergie/2 2 +exergue/2 1 +exfiltration/2 2 +exfiltrée/5 3 +exfiltrer/11 5 +exfoliante/5 3 +exfoliation/2 2 +exfoliée/5 3 +exfolier/15 11 +exhalaison/2 2 +exhalation/2 2 +exhalée/5 3 +exhaler/15 11 +exhaure/2 2 +exhaussée/5 3 +exhaussement/2 1 +exhausser/11 5 +exhausteur/2 1 +exhaustion/2 2 +exhaustive/5 3 +exhaustivement/9 8 +exhaustivité/2 2 +exhérédation/2 2 +exhérédée/5 3 +exhéréder/60 5 +exhibée/5 3 +exhiber/15 11 +exhibition/2 2 +exhibitionnisme/2 1 +exhibitionniste/2 10 +exhortation/2 2 +exhortative/5 3 +exhortée/5 3 +exhorter/15 11 +exhumation/2 2 +exhumée/5 3 +exhumer/11 5 +exigeante/5 3 +exigée/5 3 +exigence/2 2 +exiger/11 5 +exigibilité/2 2 +exigible/2 4 +exiguë/5 3 +exigüe/5 3 +exiguïté/2 2 +exigüité/2 2 +exil/2 1 +exilée/5 6 +exiler/15 11 +exinscrite/5 3 +existante/5 6 +existence/2 2 +existentialisme/2 1 +existentialiste/2 10 +existentielle/5 3 +exister/42 14 +exit/7 7 +exit/2 1 +exlibris/7 7 +ex-libris/7 7 +exobiologie/2 2 +exobiologique/2 4 +exobiologiste/2 10 +exocarpe/2 1 +exocet/2 1 +exocrine/2 2 +exocytose/2 2 +exode/2 1 +exoderme/1 1 +exogame/2 4 +exogamie/2 2 +exogamique/2 4 +exogène/2 4 +exomphale/2 2 +exon/2 1 +exondation/2 2 +exondée/5 3 +exondement/2 1 +exonder/48 55 +exonération/2 2 +exonérée/5 3 +exonérer/65 11 +exonyme/2 1 +exonymie/2 2 +exophtalmie/2 2 +exophtalmique/2 4 +exoplanète/2 2 +exorable/2 4 +exorbitante/5 3 +exorbitée/5 3 +exorcisation/2 2 +exorcisée/5 3 +exorciser/11 5 +exorciseuse/5 9 +exorcisme/2 1 +exorcistat/2 1 +exorciste/2 10 +exorde/2 1 +exoréique/2 4 +exoréisme/2 1 +exosmose/2 2 +exosphère/2 2 +exosphérique/2 4 +exosquelette/2 1 +exostose/2 2 +exotérique/2 4 +exotérisme/2 1 +exoterre/2 2 +exothermique/2 4 +exotique/2 4 +exotiquement/9 8 +exotisme/2 1 +exotoxine/2 2 +expansée/5 3 +expansibilité/2 2 +expansible/2 4 +expansion/2 2 +expansionnisme/2 1 +expansionniste/2 13 +expansive/5 3 +expansivité/2 2 +expatriation/2 2 +expatriée/5 6 +expatrier/15 11 +expectante/5 6 +expectation/2 2 +expectative/5 3 +expectative/2 2 +expectorante/5 3 +expectoration/2 2 +expectorée/5 3 +expectorer/11 17 +expédiée/5 3 +expédient/2 1 +expédier/11 5 +expédition/2 2 +expéditionnaire/2 13 +expéditive/5 3 +expéditivement/9 8 +expéditrice/5 9 +expérience/2 2 +expérimentale/22 3 +expérimentalement/9 8 +expérimentalisme/2 1 +expérimentaliste/2 13 +expérimentation/2 2 +expérimentatrice/5 9 +expérimentée/5 3 +expérimenter/11 17 +expert-comptable/7 18 +experte/5 6 +experte-comptable/7 47 +expertement/9 8 +expertes-comptables/9 46 +expertise/2 2 +expertisée/5 3 +expertiser/11 5 +experts-comptables/9 20 +expiable/2 4 +expiation/2 2 +expiatoire/2 4 +expiatrice/5 3 +expiée/5 3 +expier/15 11 +expirante/5 3 +expiration/2 2 +expiratoire/2 4 +expiratrice/5 3 +expirée/5 3 +expirer/11 17 +explant/2 1 +explantation/2 2 +explanter/11 5 +explétive/5 3 +explétivité/2 2 +explicable/2 4 +explication/2 2 +explicative/5 3 +explicitation/2 2 +explicite/2 4 +explicitée/5 3 +explicitement/9 8 +expliciter/11 5 +expliquée/5 3 +expliquer/15 11 +exploit/2 1 +exploitabilité/2 2 +exploitable/2 4 +exploitante/5 6 +exploitation/2 2 +exploitée/5 6 +exploiter/11 17 +exploiteuse/5 9 +explorable/2 4 +exploration/2 2 +exploratoire/2 4 +exploratrice/5 6 +explorée/5 3 +explorer/11 5 +explosée/5 3 +exploser/42 14 +exploseur/2 1 +explosibilité/2 2 +explosible/2 4 +explosif/2 1 +explosion/2 2 +explosive/5 3 +expo/2 2 +exponentiation/2 2 +exponentielle/5 6 +exponentiellement/9 8 +export/2 1 +exportable/2 4 +exportation/2 2 +exportatrice/5 6 +exportée/5 3 +exporter/15 42 +exposante/5 3 +exposé/2 1 +exposée/5 3 +exposer/15 11 +exposition/2 2 +exprès/9 8 +exprès/7 130 +express/7 45 +express/7 7 +expresse/2 108 +expressément/9 8 +expression/2 2 +expressionnisme/2 1 +expressionniste/2 13 +expressive/5 3 +expressivement/9 8 +expressivité/2 2 +expresso/2 1 +exprimable/2 4 +exprimée/5 3 +exprimer/15 11 +expromission/2 2 +expropriante/5 6 +expropriation/2 2 +expropriatrice/5 6 +expropriée/5 6 +exproprier/11 5 +expulsée/5 6 +expulser/15 11 +expulsion/2 2 +expulsive/5 3 +expurgation/2 2 +expurgatoire/2 4 +expurgée/5 3 +expurger/11 5 +exquise/5 3 +exquisement/9 8 +exquisément/9 8 +exquisité/2 2 +exsangue/2 4 +exsanguination/2 2 +exsanguinotransfusion/2 2 +exsanguino-transfusion/2 2 +exstrophie/2 2 +exsudat/2 1 +exsudation/2 2 +exsudée/5 3 +exsuder/11 17 +extase/2 2 +extasiée/5 3 +extasier/48 55 +extatique/2 13 +extatiquement/9 8 +extatisme/2 1 +extemporanée/5 3 +extemporanément/9 8 +extenseur/2 94 +extensibilité/2 2 +extensible/2 4 +extension/2 2 +extensionnalité/7 18 +extensionnelle/5 3 +extensive/5 3 +extensivité/2 2 +extenso 87 +extensomètre/2 1 +exténuante/5 3 +exténuation/2 2 +exténuée/5 6 +exténuer/15 11 +extérieur/2 1 +extérieure/5 3 +extérieurement/9 8 +extériorisation/2 2 +extériorisée/5 3 +extérioriser/15 11 +extériorité/2 2 +extermination/2 2 +exterminatrice/5 6 +exterminée/5 3 +exterminer/11 5 +externalisable/2 4 +externalisation/2 2 +externalisée/5 3 +externaliser/11 5 +externalisme/1 1 +externalité/2 2 +externat/2 1 +externe/2 13 +externer/11 5 +extéroceptive/5 3 +exterritorialité/2 2 +extimité/2 2 +extinction/2 2 +extinctive/5 3 +extinctrice/5 6 +extinguible/2 4 +extirpable/2 4 +extirpateur/2 1 +extirpation/2 2 +extirpée/5 3 +extirper/15 11 +extorquée/5 3 +extorquer/11 5 +extorqueuse/5 9 +extorsion/2 2 +extourner/11 5 +extra/7 45 +extra/7 7 +extra/2 4 +extra/2 1 +extraatmosphérique/2 4 +extra-atmosphérique/2 4 +extracellulaire/2 4 +extra-cellulaire/2 4 +extrachromosomique/1 4 +extracommunautaire/2 4 +extraconjugale/22 3 +extra-conjugale/22 3 +extracorporelle/5 3 +extracourant/2 1 +extra-courant/2 1 +extractible/2 4 +extraction/2 2 +extractive/5 3 +extractrice/5 9 +extradable/2 13 +extradée/5 6 +extrader/11 5 +extradiégétique/1 4 +extradition/2 2 +extrados/7 7 +extra-dry/7 45 +extra-dry/7 7 +extradry/2 4 +extradry/2 1 +extrafine/5 3 +extra-fine/5 3 +extraforte/5 3 +extra-forte/5 3 +extragalactique/2 4 +extragénique/2 4 +extraire/96 79 +extrait/2 1 +extraite/5 3 +extrajudiciaire/2 4 +extrajudiciairement/9 8 +extralégale/22 3 +extra-légale/22 3 +extralinguistique/2 4 +extralucide/2 4 +extra-lucide/2 4 +extramuros/9 8 +extra-muros/9 8 +extramuros/7 45 +extra-muros/7 45 +extranéité/2 2 +extranet/2 1 +extraordinaire/2 4 +extraordinairement/9 8 +extraparlementaire/2 4 +extra-parlementaire/2 4 +extrapolable/2 4 +extrapolation/2 2 +extrapolée/5 3 +extrapoler/11 17 +extraprofessionnelle/5 3 +extra-professionnelle/5 3 +extrarénale/22 3 +extrascolaire/2 4 +extra-scolaire/2 4 +extrasensible/2 4 +extra-sensible/2 4 +extrasensorielle/5 3 +extra-sensorielle/5 3 +extrasolaire/2 4 +extra-solaire/2 4 +extrasystole/2 2 +extra-systole/2 2 +extraterrestre/2 13 +extra-terrestre/2 13 +extraterritoriale/22 3 +extra-territoriale/22 3 +extraterritorialité/2 2 +extra-territorialité/2 2 +extravagamment/9 8 +extravagance/2 2 +extravagante/5 6 +extravaguer/42 14 +extravasation/2 2 +extravasée/5 3 +extravaser/15 11 +extraversion/2 2 +extravertie/5 6 +extrémale/22 3 +extrême/2 4 +extrêmement/9 8 +extrême-onction/7 47 +extrême-orientale/22 3 +extrêmes-onctions/9 46 +extremis 87 +extrémis 87 +extrémisme/2 1 +extrémiste/2 13 +extrémité/2 2 +extrêmophile/2 13 +extremum/7 7 +extremum/2 1 +extrémum/2 1 +extrinsèque/2 4 +extrinsèquement/9 8 +extrorse/2 4 +extroversion/2 2 +extrovertie/5 6 +extrudée/5 3 +extruder/11 5 +extrudeuse/5 9 +extrusion/2 2 +exubérance/2 2 +exubérante/5 3 +exubérer 14 +exulcération/2 2 +exulcérée/5 3 +exulcérer/60 5 +exultante/5 3 +exultation/2 2 +exulter/42 14 +exutoire/2 1 +exuvie/2 2 +ex-voto/7 7 +exvoto/2 1 +eye-liner/2 1 +eyelineur/2 1 +eyra/2 1 +f 7 +fa 7 +fabacée/1 2 +fable/1 2 +fabliau/19 1 +fablier/1 1 +fabricante/3 9 +fabrication/1 2 +fabricatrice/3 9 +fabricien/1 1 +fabrique/1 2 +fabriquée/3 3 +fabriquer/4 42 +fabulation/1 2 +fabulatrice/3 6 +fabuler/10 14 +fabuleuse/8 3 +fabuleusement 8 +fabuliste/1 10 +fac/1 2 +façade/1 2 +façadière/3 6 +face 287 +face/1 2 +face-à-face 7 +face-à-main 18 +faces-à-main 20 +facétie/1 2 +facétieuse/8 3 +facétieusement 8 +facette/1 2 +facetter/4 5 +fâchée/3 3 +fâcher/4 11 +fâcherie/1 2 +fâcheuse/8 6 +fâcheusement 8 +facho/1 13 +faciale/8 3 +faciès 7 +facile/1 4 +facilement 8 +facilitation/1 2 +facilitatrice/3 6 +facilité/1 2 +facilitée/3 3 +faciliter/4 11 +façon/1 2 +faconde/1 2 +façonnage/1 1 +façonnée/3 3 +façonnement/1 1 +façonner/4 5 +façonneuse/3 9 +façonnière/3 6 +fac-simile 7 +facsimilé/1 1 +fac-similé/1 1 +factage/1 1 +factice/1 4 +facticement 8 +facticité/1 2 +factieuse/8 6 +faction/1 2 +factionnaire/1 10 +factitive/3 3 +facto 87 +factorage/1 1 +factorerie/1 2 +factorielle/3 6 +factoring/1 1 +factorisable/1 4 +factorisation/1 2 +factorisée/3 3 +factoriser/4 5 +factotum/1 10 +factrice/3 9 +factuelle/3 3 +factum/1 1 +facturable/1 4 +facturation/1 2 +facture/1 2 +facturée/3 3 +facturer/4 5 +facturette/1 2 +facturière/3 9 +faculaire/1 4 +facule/1 2 +facultaire/1 4 +facultative/3 3 +facultativement 8 +faculté/1 2 +fadaise/1 2 +fadasse/1 4 +fadasserie/1 2 +fade/1 4 +fadée/3 3 +fadement 8 +fader/4 5 +fadeur/1 2 +fading/1 1 +fado/1 1 +fafiot/1 1 +fagacée/1 4 +fagacée/1 2 +fagnarde/3 6 +fagne/1 2 +fagot/1 1 +fagotage/1 1 +fagotée/3 3 +fagoter/4 11 +fagotier/1 1 +fagotin/1 1 +faiblarde/3 3 +faible/1 4 +faiblement 8 +faiblesse/1 2 +faiblir/55 92 +faiblissante/3 3 +faïence/1 2 +faïencée/3 3 +faïencerie/1 2 +faïencière/3 9 +faignante/3 6 +faignanter/10 14 +faille/1 2 +faillée/3 3 +failler/4 55 +faillibilité/1 2 +faillible/1 4 +faillie/3 6 +faillir/233 91 +faillite/1 2 +faim/1 2 +faine/1 2 +faîne/1 2 +fainéante/3 6 +fainéanter/10 14 +fainéantise/1 2 +fainéantiser 14 +faire/87 97 +faire-part 7 +fairepart/1 1 +faire-valoir 7 +fair-play 45 +fair-play 7 +fairplay/1 4 +fairplay/1 1 +fairway/1 1 +faisabilité/1 2 +faisable/1 4 +faisandage/1 1 +faisandeau/19 1 +faisandée/3 3 +faisander/4 11 +faisanderie/1 2 +faisane/3 9 +faisanneau/19 1 +faisceau/19 1 +faiseuse/3 9 +faisselle/1 2 +fait/1 1 +faitage/1 1 +faîtage/1 1 +faite/3 3 +faite/1 1 +faîte/1 1 +faiteau/19 1 +faîteau/19 1 +faitière/3 9 +faîtière/3 9 +faitout/1 1 +fait-tout 7 +faix 7 +fajita/1 2 +fakir/1 10 +fakirisme/1 1 +falafel/1 1 +falaise/1 2 +falarique/1 2 +falbala/1 1 +falciforme/1 4 +faldistoire/1 1 +falerne/1 1 +fallacieuse/8 3 +fallacieusement 8 +falloir/206 79 +falot/1 1 +falote/3 3 +faloter 14 +falourde/1 2 +falsetto/1 1 +falsifiabilité/1 2 +falsifiable/1 4 +falsification/1 2 +falsificationnisme/1 1 +falsificatrice/3 9 +falsifiée/3 3 +falsifier/4 5 +faluche/1 2 +falun/1 1 +faluner/4 5 +falunière/1 2 +falzar/1 1 +famée/3 3 +famélique/1 4 +famennoise/3 6 +fameuse/8 3 +fameusement 8 +familiale/8 3 +familialement 8 +familiarisation/1 2 +familiariser/4 11 +familiarité/1 2 +familias 7 +familière/3 3 +familièrement 8 +familistère/1 1 +famille/1 2 +famine/1 2 +fan/1 10 +fanage/1 1 +fanaison/1 2 +fanal/19 1 +fanatique/1 13 +fanatiquement 8 +fanatisante/3 3 +fanatisée/3 3 +fanatiser/4 11 +fanatiseuse/3 9 +fanatisme/1 1 +fanclub/1 1 +fan-club/1 1 +fancyfair/1 2 +fancy-fair/1 2 +fandango/1 1 +fane/1 2 +fanée/3 3 +faner/4 11 +faneuse/3 9 +fanfare/1 2 +fanfaronnade/1 2 +fanfaronne/3 6 +fanfaronner/10 14 +fanfreluche/1 2 +fanfreluchée/3 3 +fanfrelucher/4 5 +fange/1 2 +fangeuse/8 3 +fangothérapie/1 2 +fanion/1 1 +fanny 45 +fanon/1 1 +fantaisie/1 2 +fantaisiste/1 13 +fantaliser/4 55 +fantasia/1 2 +fantasmagorie/1 2 +fantasmagorique/1 4 +fantasmatique/1 4 +fantasmatiquement 8 +fantasme/1 1 +fantasmée/3 3 +fantasmer/4 17 +fantasque/1 4 +fantasquement 8 +fantassin/1 1 +fantastique/1 13 +fantastiquement 8 +fantasy 47 +fantoche/1 13 +fantomale/8 3 +fantomatique/1 4 +fantomatiquement 8 +fantôme/1 1 +fanton/1 1 +fanzine/1 1 +faon/1 1 +faquin/1 1 +far/1 1 +farad/61 1 +faraday/1 1 +faradique/1 4 +faramineuse/8 3 +farandole/1 2 +faraude/3 6 +farce/1 2 +farceuse/3 6 +farcie/3 3 +farcin/1 1 +farcir/29 83 +fard/1 1 +fardage/1 1 +farde/1 2 +fardeau/19 1 +fardée/3 3 +farder/4 42 +fardier/1 1 +fardoches 46 +farfadet/1 1 +farfalle 57 +farfalle/1 2 +farfelue/3 6 +farfouiller/4 17 +farfouilleuse/3 9 +farguer 5 +fargues 46 +faribole/1 2 +farigoule/1 2 +farinacée/3 3 +farine/1 2 +farinée/3 3 +fariner/4 17 +farineuse/8 3 +farinière/3 9 +fario/1 2 +farlouse/1 2 +farniente/1 1 +faro/1 1 +farouch/1 1 +farouche/1 4 +farouchement 8 +farrago/1 1 +farsi/1 1 +fart/1 1 +fartage/1 1 +fartée/3 3 +farter/4 5 +fasce/1 2 +fascée/3 3 +fascia/1 1 +fasciation/1 2 +fascicule/1 1 +fasciculée/3 3 +fasciée/3 3 +fascinante/3 3 +fascination/1 2 +fascinatrice/3 3 +fascine/1 2 +fascinée/3 3 +fasciner/4 5 +fascisante/3 3 +fascisation/1 2 +fascisée/3 3 +fasciser/4 5 +fascisme/1 1 +fasciste/1 13 +faséier 14 +faseiller 14 +faseyer/10 14 +faséyer/63 14 +faste/1 1 +fastfood/1 1 +fast-food/1 1 +fastidieuse/8 3 +fastidieusement 8 +fastigiée/3 3 +fastoche/1 4 +fastueuse/8 3 +fastueusement 8 +fat/1 13 +fatale/3 3 +fatalement 8 +fatalisme/1 1 +fataliste/1 10 +fatalité/1 2 +fatidique/1 4 +fatidiquement 8 +fatigabilité/1 2 +fatigable/1 4 +fatigante/3 3 +fatigue/1 2 +fatiguée/3 3 +fatiguer/4 42 +fatma 57 +fatma/1 2 +fatras 7 +fatrasie/1 2 +fatuité/1 2 +fatum 18 +fatwa/1 2 +fauber/1 1 +faubérer/63 14 +faubert/1 1 +faubourg/1 1 +faubourienne/3 6 +faucard/1 1 +faucarder/4 5 +faucardeuse/3 6 +fauchage/1 1 +fauchaison/1 2 +fauchard/1 1 +fauche/1 2 +fauchée/3 3 +faucher/4 17 +fauchet/1 1 +fauchette/1 2 +faucheuse/3 9 +faucheux 7 +fauchon/1 1 +faucille/1 2 +faucillon/1 1 +faucon/1 1 +fauconneau/19 1 +fauconner/10 14 +fauconnerie/1 2 +fauconnier/1 1 +faucre/1 1 +faufil/1 1 +faufilage/1 1 +faufiler/4 42 +faufilure/1 2 +faune/1 2 +faunesque/1 4 +faunesse/3 9 +faunique/1 4 +faunistique/1 4 +faunistique/1 2 +faussaire/1 10 +fausse/8 6 +faussée/3 3 +faussement 8 +fausser/4 11 +fausset/1 1 +fausseté/1 2 +faute/1 2 +fauter/10 14 +fauteuil/1 1 +fautive/3 6 +fautivement 8 +fautrice/3 9 +fauve/1 4 +fauve/1 1 +fauverie/1 2 +fauvette/1 2 +fauvisme/1 1 +fauviste/1 13 +faux 88 +faux-bourdon/1 1 +faux-filet/1 1 +faux-fuyant/1 1 +faux-monnayeur/1 1 +faux-semblant/1 1 +faux-sens 7 +favela 57 +favela/1 2 +favéla/1 2 +faverole/1 2 +faveur/1 2 +favisme/1 1 +favorable/1 4 +favorablement 8 +favori/1 4 +favori/1 1 +favorisante/3 3 +favorisée/3 3 +favoriser/4 5 +favorite/1 4 +favorite/1 2 +favoritisme/1 1 +favus 7 +fax 7 +faxée/3 3 +faxer/4 5 +fayard/1 1 +fayot/1 1 +fayotage/1 1 +fayoter/10 14 +fayotter/10 14 +fazenda/1 2 +féale/8 6 +fébricule/1 2 +fébrifuge/1 4 +fébrifuge/1 1 +fébrile/1 4 +fébrilement 8 +fébrilité/1 2 +fécale/8 3 +fèces 46 +fécial/19 1 +fécondabilité/1 2 +fécondable/1 4 +fécondance/1 2 +fécondante/3 3 +fécondation/1 2 +fécondatrice/3 6 +féconde/3 3 +fécondée/3 3 +féconder/4 5 +fécondité/1 2 +fécule/1 2 +féculence/1 2 +féculent/1 1 +féculente/3 3 +féculer/4 5 +féculerie/1 2 +feda'i 18 +fedayin 20 +fedayin/1 1 +fédayin/1 1 +fedda'i 18 +feddayin 20 +fédérale/8 3 +fédéralisation/1 2 +fédéralisée/3 3 +fédéraliser/4 11 +fédéralisme/1 1 +fédéraliste/1 13 +fédération/1 2 +fédérative/3 3 +fédératrice/3 6 +fédérée/3 3 +fédérer/33 11 +fée/1 2 +feed-back 7 +feedback/1 1 +feeder/1 1 +feedeur/1 1 +feeling/1 1 +féerie/1 2 +féérie/1 2 +féerique/1 4 +féérique/1 4 +féeriquement 8 +féériquement 8 +feignante/3 6 +feignanter/10 14 +feignasse/1 2 +feijoada/1 2 +feindre/67 114 +feinte/3 3 +feinte/1 2 +feintée/3 3 +feinter/4 17 +feinteuse/3 9 +feintise/1 2 +feld-maréchal/19 1 +feldspath/1 1 +feldspathique/1 4 +feldspathoïde/1 1 +feldwebel/1 1 +feldwébel/1 1 +fêlée/3 6 +fêler/4 11 +félibre/1 10 +félibrige/1 1 +félicitation/1 2 +félicité/1 2 +félicitée/3 3 +féliciter/4 11 +félidé/1 1 +féline/3 6 +félinité/1 2 +fellaga/1 1 +fellagha/1 1 +fellah/1 10 +fellation/1 2 +félonie/1 2 +félonne/3 6 +felouque/1 2 +fêlure/1 2 +femelle/1 4 +femelle/1 2 +féminin/1 1 +féminine/3 3 +fémininement 8 +féminisation/1 2 +féminisée/3 3 +féminiser/4 11 +féminisme/1 1 +féministe/1 13 +féminité/1 2 +féminitude/1 2 +femme/1 2 +femmelette/1 2 +fémorale/8 6 +fémur/1 1 +fenaison/1 2 +fendage/1 1 +fendante/3 3 +fendard/1 1 +fendart/1 1 +fendeuse/3 9 +fendille/1 2 +fendillée/3 3 +fendillement/1 1 +fendiller/4 11 +fendoir/1 1 +fendre/52 79 +fendue/3 3 +fenestrage/1 1 +fenestration/1 2 +fenestrée/3 3 +fenestrer/4 5 +fenêtrage/1 1 +fenêtre/1 2 +fenêtrée/3 3 +fenêtrer/4 5 +fenil/1 1 +fennec/1 1 +fenouil/1 1 +fenouillet/1 1 +fenouillette/1 2 +fente/1 2 +fenton/1 1 +fenugrec/1 1 +fenwick/1 1 +féodale/8 6 +féodalement 8 +féodalisation/1 2 +féodalisme/1 1 +féodalité/1 2 +fer/1 1 +féra/1 2 +férale/8 3 +féralies 46 +férals 127 +fer-blanc 18 +ferblanterie/1 2 +ferblantière/3 9 +fériale/8 3 +férie/1 2 +fériée/3 3 +férir/230 82 +ferler/4 5 +fermage/1 1 +fermail/19 1 +fermante/3 3 +ferme/1 4 +ferme/1 2 +fermée/3 3 +fermement 8 +ferment/1 1 +fermentable/1 4 +fermentante/3 3 +fermentation/1 2 +fermentative/3 3 +fermentée/3 3 +fermenter/10 14 +fermentescible/1 4 +fermenteur/1 1 +fermer/4 42 +fermeté/1 2 +fermette/1 2 +fermeture/1 2 +fermière/3 9 +fermion/1 1 +fermionique/1 4 +fermium/1 1 +fermoir/1 1 +féroce/1 13 +férocement 8 +férocité/1 2 +ferrade/1 2 +ferrage/1 1 +ferraillage/1 1 +ferraille/1 2 +ferraillement/1 1 +ferrailler/10 14 +ferrailleuse/3 9 +ferrallitique/1 4 +ferrate/1 1 +ferratier/1 1 +ferrée/3 3 +ferrement/1 1 +ferrer/4 5 +ferret/1 1 +ferreuse/3 9 +ferreuse/8 3 +ferricyanure/1 1 +ferrimagnétique/1 4 +ferrimagnétisme/1 1 +ferrique/1 4 +ferrite/1 10 +ferritine/1 2 +ferroalliage/1 1 +ferro-alliage/1 1 +ferrocérium/1 1 +ferrochrome/1 1 +ferrocyanure/1 1 +ferroélasticité/1 2 +ferroélectricité/1 2 +ferro-électricité/1 2 +ferroélectrique/1 4 +ferro-électrique/1 4 +ferromagnésienne/3 3 +ferro-magnésienne/3 3 +ferromagnétique/1 4 +ferromagnétisme/1 1 +ferromanganèse/1 1 +ferronickel/1 1 +ferro-nickel/1 1 +ferronnerie/1 2 +ferronnière/3 9 +ferroprussiate/1 1 +ferrosilicium/1 1 +ferro-silicium/1 1 +ferrotypie/1 2 +ferroutage/1 1 +ferrouter/4 5 +ferroutière/3 3 +ferroviaire/1 4 +ferrugineuse/8 3 +ferrure/1 2 +ferry/41 1 +ferry/1 1 +ferryboat/1 1 +ferry-boat/1 1 +fers-blancs 20 +fertile/1 4 +fertilement 8 +fertilisable/1 4 +fertilisant/1 1 +fertilisante/3 3 +fertilisation/1 2 +fertilisée/3 3 +fertiliser/4 5 +fertilité/1 2 +férue/3 3 +férule/1 2 +fervemment 8 +fervente/3 3 +ferveur/1 2 +fesse/1 2 +fessée/1 2 +fesse-mathieu/19 10 +fesser/4 5 +fessière/3 3 +fessue/3 3 +festin/1 1 +festival/1 1 +festivalière/3 9 +festive/3 3 +festivité/1 2 +festnoz 7 +fest-noz 7 +festoiement/1 1 +feston/1 1 +festonnage/1 1 +festonnée/3 3 +festonnement/1 1 +festonner/4 5 +festoù-noz 20 +festoyer/4 5 +feta/1 2 +fêtarde/3 9 +fête/1 2 +fêtée/3 3 +fêter/4 5 +fétiche/1 4 +fétiche/1 1 +féticher/4 5 +féticheur/1 1 +fétichisation/1 2 +fétichiser/4 5 +fétichisme/1 1 +fétichiste/1 10 +fétide/1 4 +fétidité/1 2 +fettucine 57 +fettucine/1 2 +fétu/1 1 +fétuque/1 2 +feu/19 1 +feudataire/1 13 +feudiste/1 10 +feue/3 3 +feuil/1 1 +feuillage/1 1 +feuillagiste/1 10 +feuillaison/1 2 +feuillantine/1 2 +feuillard/1 1 +feuillardière/3 9 +feuille/1 2 +feuillée/3 3 +feuille-morte 45 +feuiller/4 17 +feuilleret/1 1 +feuillet/1 1 +feuilletage/1 1 +feuilletée/3 3 +feuilleter/40 5 +feuilletis 7 +feuilletiser/4 5 +feuilleton/1 1 +feuilletonesque/1 4 +feuilletoniste/1 10 +feuilletonnesque/1 4 +feuillue/3 3 +feuillure/1 2 +feulement/1 1 +feuler/10 14 +feutrage/1 1 +feutrante/3 3 +feutre/1 1 +feutrée/3 3 +feutrer/4 42 +feutrière/3 6 +feutrine/1 2 +fève/1 2 +féverole/1 2 +fèverole/1 2 +févier/1 1 +févr 7 +février/1 1 +fez 7 +fi 70 +fiabilisation/1 2 +fiabiliser/4 5 +fiabiliste/1 13 +fiabilité/1 2 +fiable/1 4 +fiacre/1 1 +fiançailles 46 +fiancée/3 6 +fiancer/4 11 +fiasco/1 1 +fiasque/1 2 +fiat 7 +fibrage/1 1 +fibranne/1 2 +fibration/1 2 +fibre/1 2 +fibrée/3 3 +fibrer/4 5 +fibreuse/8 3 +fibrillaire/1 4 +fibrillation/1 2 +fibrille/1 2 +fibrilleuse/8 3 +fibrine/1 2 +fibrineuse/8 3 +fibrinogène/1 1 +fibrinolyse/1 2 +fibroblaste/1 1 +fibrociment/1 1 +fibrocyte/1 1 +fibroïne/1 2 +fibromateuse/8 3 +fibromatose/1 2 +fibrome/1 1 +fibromyalgie/1 2 +fibromyome/1 1 +fibroscope/1 1 +fibroscopie/1 2 +fibrose/1 2 +fibule/1 2 +fic/1 1 +ficaire/1 2 +ficelage/1 1 +ficelée/3 3 +ficeler/40 5 +ficelle/1 2 +ficellerie/1 2 +fichage/1 1 +fiche/1 2 +fichée/3 3 +ficher/4 11 +fichet/1 1 +fichier/1 1 +fichiste/1 10 +fichoir/1 1 +fichtre 70 +fichtrement 8 +fichue/3 3 +fiction/1 2 +fictionnelle/3 3 +fictive/3 3 +fictivement 8 +ficus 7 +fidéicommis 7 +fidéicommissaire/1 13 +fidéisme/1 1 +fidéiste/1 10 +fidéjusseur/1 1 +fidéjussion/1 2 +fidéjussoire/1 4 +fidèle/1 13 +fidèlement 8 +fidélisante/3 3 +fidélisation/1 2 +fidélisée/3 3 +fidéliser/4 5 +fidélité/1 2 +fidjienne/3 6 +fiduciaire/1 13 +fiduciairement 8 +fiduciant/1 1 +fiducie/1 2 +fief/1 1 +fieffée/3 3 +fieffer/4 5 +fiel/1 1 +fielleuse/8 3 +fielleusement 8 +fiente/1 2 +fienter/10 14 +fier/4 55 +fier-à-bras 18 +fière/3 6 +fièrement 8 +fiérote/3 6 +fiers-à-bras 20 +fierté/1 2 +fiesta/1 2 +fieu/19 1 +fièvre/1 2 +fiévreuse/8 6 +fiévreusement 8 +fifille/1 2 +fifre/1 1 +fifrelin/1 1 +fiftyfifty 8 +fifty-fifty 8 +fig 57 +figaro/1 1 +figeage/1 1 +figée/3 3 +figement/1 1 +figer/4 42 +fignolage/1 1 +fignolée/3 3 +fignoler/4 5 +fignoleuse/3 6 +figue/1 2 +figueraie/1 2 +figuerie/1 2 +figuier/1 1 +figuline/1 2 +figurable/1 4 +figurante/3 9 +figuration/1 2 +figurative/3 6 +figurativement 8 +figure/1 2 +figurée/3 3 +figurément 8 +figurer/4 42 +figurine/1 2 +figuriniste/1 10 +figurisme/1 1 +figuriste/1 10 +fil/1 1 +filable/1 4 +filage/1 1 +filaire/1 4 +filaire/1 2 +filament/1 1 +filamenteuse/8 3 +filandière/1 2 +filandre/1 2 +filandreuse/8 3 +filante/3 3 +filanzane/1 1 +filao/1 1 +filariose/1 2 +filasse 45 +filasse/1 2 +filateur/1 1 +filature/1 2 +fildefériste/1 10 +fil-de-fériste/1 10 +file/1 2 +filée/3 3 +filer/4 42 +filerie/1 2 +filet/1 1 +filetage/1 1 +fileté/1 1 +filetée/3 3 +fileter/47 5 +fileuse/3 9 +fileyeur/1 1 +filiale/8 6 +filialement 8 +filialisation/1 2 +filialiser/4 5 +filiation/1 2 +filicinée/1 2 +filicophyte/1 2 +filière/1 2 +filiforage/1 1 +filiforme/1 4 +filigrane/1 1 +filigranée/3 3 +filigraner/4 5 +filin/1 1 +filipendule/1 4 +filipendule/1 2 +fillasse/1 2 +fille/1 2 +fillette/1 2 +filleule/3 9 +film/1 1 +filmage/1 1 +filmée/3 3 +filmer/4 17 +filmique/1 4 +filmographie/1 2 +filmologie/1 2 +filmothèque/1 2 +filocher/4 17 +filon/1 1 +filonienne/3 3 +filoselle/1 2 +filou/1 1 +filoutage/1 1 +filouter/4 17 +filouterie/1 2 +fils 7 +filtrable/1 4 +filtrage/1 1 +filtrante/3 3 +filtrat/1 1 +filtration/1 2 +filtre/1 1 +filtrée/3 3 +filtre-presse 18 +filtrer/4 17 +filtres-presses 242 +filtreuse/3 9 +fin 8 +fin/1 2 +finage/1 1 +finale/3 6 +finale/1 1 +finalement 8 +finalisation/1 2 +finalisée/3 3 +finaliser/4 5 +finalisme/1 1 +finaliste/1 10 +finalitaire/1 4 +finalité/1 2 +finance/1 2 +financée/3 3 +financement/1 1 +financer/4 17 +financiarisation/1 2 +financiariser/4 5 +financière/3 6 +financièrement 8 +finasser/4 17 +finasserie/1 2 +finasseuse/3 9 +finassière/3 6 +finaude/3 6 +finauderie/1 2 +finaux 127 +fine/3 6 +finement 8 +finerie/1 2 +finesse/1 2 +finette/1 2 +finie/3 3 +finir/29 101 +finish 7 +finish/1 1 +finissage/1 1 +finissante/3 3 +finisseur/1 1 +finisseuse/3 6 +finistérienne/3 6 +finition/1 2 +finitisme/1 1 +finitiste/1 13 +finitude/1 2 +finlandaise/3 6 +finlandisation/1 2 +finlandiser/4 11 +finnoise/3 6 +finno-ougrien/1 1 +finno-ougrienne/3 3 +finslérienne/1 4 +fiole/1 2 +fion/1 1 +fiord/1 1 +fioriture/1 2 +fioul/1 1 +fiqh/1 1 +firmament/1 1 +firman/1 1 +firme/1 2 +fisc/1 1 +fiscale/8 3 +fiscalement 8 +fiscalisation/1 2 +fiscaliser/4 5 +fiscaliste/1 13 +fiscalité/1 2 +fisheye/1 1 +fish-eye/1 1 +fissa 8 +fissible/1 4 +fissile/1 4 +fission/1 2 +fissionner/4 5 +fissipare/1 4 +fissuration/1 2 +fissure/1 2 +fissurée/3 3 +fissurer/4 11 +fiston/1 1 +fistot/1 1 +fistulaire/1 4 +fistulaire/1 2 +fistule/1 2 +fistuleuse/8 3 +fistuline/1 2 +fistulisante/3 3 +fitness 7 +fixable/1 4 +fixage/1 1 +fixateur/1 1 +fixatif/1 1 +fixation/1 2 +fixative/3 3 +fixatrice/3 3 +fixe/1 4 +fixe/1 1 +fixe-chaussette/1 1 +fixée/3 3 +fixement 8 +fixer/4 11 +fixette/1 2 +fixing/1 1 +fixisme/1 1 +fixiste/1 13 +fixité/1 2 +fjeld/1 1 +fjord/1 1 +fla 70 +fla 7 +flabellation/1 2 +flabelle/1 2 +flabellée/3 3 +flabelliforme/1 4 +flac 70 +flac/1 1 +flaccidité/1 2 +flache/1 4 +flache/1 2 +flacherie/1 2 +flacheuse/8 3 +flacon/1 1 +flaconnage/1 1 +flaconnier/1 1 +flafla/1 1 +fla-fla/1 1 +flagada/1 4 +flagellaire/1 4 +flagellante/3 6 +flagellation/1 2 +flagellatrice/3 9 +flagelle/1 1 +flagellée/3 3 +flageller/4 11 +flagelline/1 2 +flagellum/1 1 +flageolante/3 3 +flageolement/1 1 +flageoler/10 14 +flageolet/1 1 +flagorner/4 5 +flagornerie/1 2 +flagorneuse/3 6 +flagrance/1 2 +flagrante/3 3 +flair/1 1 +flairer/4 5 +flaireuse/3 6 +flamande/3 6 +flamant/1 1 +flambage/1 1 +flambante/3 3 +flambard/1 1 +flambart/1 1 +flambe/1 2 +flambeau/19 1 +flambée/3 3 +flambée/1 2 +flambement/1 1 +flamber/4 17 +flamberge/1 2 +flambeuse/3 9 +flamboiement/1 1 +flamboyance/1 2 +flamboyant/1 1 +flamboyante/3 3 +flamboyer/10 14 +flamenco/1 1 +flamiche/1 2 +flamine/1 1 +flamingante/3 6 +flamingantisme/1 1 +flamme/1 2 +flammèche/1 2 +flammée/3 3 +flammekueche/1 2 +flammerole/1 2 +flan/1 1 +flânage/1 1 +flanc/1 1 +flanc-garde 47 +flancher/4 17 +flanchet/1 1 +flanconade/1 2 +flancs-gardes 46 +flandricisme/1 1 +flandrin/1 1 +flanelle/1 2 +flâner/10 14 +flânerie/1 2 +flâneuse/3 6 +flânocher/10 14 +flanquement/1 1 +flanquer/4 11 +flapie/3 3 +flaque/1 2 +flaquer/10 14 +flash/41 1 +flash/1 1 +flashage/1 1 +flash-back 7 +flashback/1 1 +flasher/4 17 +flasheuse/3 9 +flashmètre/1 1 +flashy 45 +flasque/1 13 +flasquement 8 +flattée/3 3 +flatter/4 11 +flatterie/1 2 +flatteuse/3 6 +flatteusement 8 +flatulence/1 2 +flatulente/3 3 +flatuosité/1 2 +flaugnarde/1 2 +flauper/4 5 +flavescente/3 3 +flaveur/1 1 +flavine/1 2 +flavonoïde/1 1 +fléau/19 1 +fléchage/1 1 +flèche/1 2 +fléchée/3 3 +flécher/33 5 +fléchette/1 2 +fléchie/3 3 +fléchir/29 100 +fléchissante/3 3 +fléchissement/1 1 +fléchisseur/1 1 +flegmasie/1 2 +flegmasique/1 4 +flegmatique/1 4 +flegmatiquement 8 +flegmatisant/1 1 +flegmatisme/1 1 +flegme/1 1 +flegmon/1 1 +flegmoneuse/8 3 +flein/1 1 +flemmarde/3 6 +flemmarder/10 14 +flemmardise/1 2 +flemme/1 2 +flemmingite/1 2 +fléole/1 2 +flet/1 1 +flétan/1 1 +flétrie/3 3 +flétrir/29 83 +flétrissante/3 3 +flétrissement/1 1 +flétrissure/1 2 +flette/1 2 +fleur/1 2 +fleurage/1 1 +fleuraison/1 2 +fleurdelisée/3 3 +fleurdeliser/4 5 +fleurée/3 3 +fleurer/4 17 +fleuret/1 1 +fleurette/1 2 +fleurettiste/1 10 +fleurie/3 3 +fleurir/29 100 +fleurissante/3 3 +fleurissement/1 1 +fleuriste/1 10 +fleuron/1 1 +fleuronnée/3 3 +fleuve/1 1 +flexibilisée/3 3 +flexibiliser/4 5 +flexibilité/1 2 +flexible/1 4 +flexion/1 2 +flexionnelle/3 3 +flexographe/1 10 +flexographie/1 2 +flexueuse/8 3 +flexum/1 1 +flexuosité/1 2 +flexure/1 2 +flibuste/1 2 +flibuster/4 17 +flibusterie/1 2 +flibustier/1 1 +flic/1 1 +flicage/1 1 +flicaille/1 2 +flicarde/3 6 +flingot/1 1 +flingoter 5 +flingue/1 1 +flinguer/4 42 +flingueuse/3 9 +flint/1 1 +flipot/1 1 +flippante/3 3 +flipper/1 1 +flipper/10 14 +flippeur/1 1 +fliquée/3 3 +fliquer/4 5 +fliquesse/1 2 +fliquette/1 2 +flirt/1 1 +flirter/10 14 +flirteuse/3 9 +floc 70 +floc/1 1 +flocage/1 1 +floche/1 4 +floche/1 2 +flockbook/1 1 +flock-book/1 1 +flocon/1 1 +floconnement/1 1 +floconner/10 14 +floconneuse/8 3 +floculation/1 2 +floculer/10 14 +floe/1 1 +flognarde/1 2 +flonflon/1 1 +flood 45 +flood/1 4 +flop/1 1 +flopée/1 2 +floquer/4 5 +floraison/1 2 +florale/8 3 +floralies 46 +flore/1 2 +floréal/1 1 +florence/1 10 +florencée/3 3 +florentine/3 6 +florès 303 +floribondité/1 2 +floricole/1 4 +floricultrice/3 9 +floriculture/1 2 +florifère/1 4 +florilège/1 1 +florin/1 1 +florissante/3 3 +floristique/1 4 +floristique/1 2 +flosculeuse/8 3 +flot/1 1 +flottabilité/1 2 +flottable/1 4 +flottage/1 1 +flottaison/1 2 +flottante/3 3 +flottard/1 1 +flottation/1 2 +flotte/1 2 +flottée/3 3 +flottement/1 1 +flotter/4 17 +flotteur/1 1 +flottille/1 2 +floue/3 3 +flouée/3 3 +flouer/4 5 +flouser/10 14 +floutage/1 1 +floutée/3 3 +flouter/4 5 +flouve/1 2 +flouze/1 1 +fluage/1 1 +fluate/1 1 +fluber/10 14 +fluctuante/3 3 +fluctuation/1 2 +fluctuer/10 14 +fluence/1 2 +fluente/3 3 +fluer/10 14 +fluette/3 6 +fluide/1 4 +fluide/1 1 +fluidement 8 +fluidifiante/3 3 +fluidification/1 2 +fluidifiée/3 3 +fluidifier/4 5 +fluidique/1 4 +fluidisation/1 2 +fluidiser/4 5 +fluidité/1 2 +fluo 45 +fluocompacte/3 3 +fluofibre/1 2 +fluor/1 1 +fluoration/1 2 +fluorée/3 3 +fluorescéine/1 2 +fluorescence/1 2 +fluorescente/3 3 +fluorhydrique/1 4 +fluorifère/1 4 +fluorine/1 2 +fluorisation/1 2 +fluorisée/3 3 +fluoriser/4 5 +fluorite/1 2 +fluorographie/1 2 +fluorophore/1 1 +fluoroquinolone/1 2 +fluoroscopie/1 2 +fluorose/1 2 +fluoruration/1 2 +fluorure/1 1 +fluotournage/1 1 +flurer 5 +flush/41 1 +flush/1 1 +flustre/1 2 +flute/1 2 +flûte/1 2 +fluteau/19 1 +flûteau/19 1 +flutée/3 3 +flûtée/3 3 +fluter/4 17 +flûter/4 17 +flutiau/19 1 +flûtiau/19 1 +flutiste/1 10 +flûtiste/1 10 +fluviale/8 3 +fluviatile/1 4 +fluvioglaciaire/1 4 +fluvio-glaciaire/1 4 +fluviomètre/1 1 +fluviométrique/1 4 +flux 7 +fluxer/4 5 +fluxion/1 2 +fluxmètre/1 1 +flysch/1 1 +fm/38 57 +foc/1 1 +focale/8 3 +focalisante/3 3 +focalisation/1 2 +focalisée/3 3 +focaliser/4 11 +focomètre/1 1 +focométrie/1 2 +focométrique/1 4 +focus 7 +foehn/1 1 +foène/1 2 +foëne/1 2 +foëner/4 17 +foéner/33 17 +fœtale/8 3 +fœticide/1 1 +fœtoscopie/1 2 +fœtoscopique/1 4 +fœtus 7 +fofolle/1 109 +föhn/1 1 +foi/1 2 +foie/1 1 +foin/1 1 +foirade/1 2 +foirail/1 1 +foire/1 2 +foirer/10 14 +foireuse/8 6 +foirole/1 2 +foirolle/1 2 +foiron/1 1 +fois 57 +foison 47 +foisonnante/3 3 +foisonnement/1 1 +foisonner/10 14 +fol/1 94 +folache/1 2 +folasse/1 2 +folâtre/1 4 +folâtrement 8 +folâtrer/10 14 +folâtrerie/1 2 +foliacée/3 3 +foliaire/1 4 +foliation/1 2 +folichonne/3 3 +folichonner/10 14 +folie/1 2 +foliée/3 3 +folio/1 1 +foliole/1 2 +foliot/1 1 +foliotage/1 1 +folioter/4 5 +folioteuse/3 9 +folique/1 4 +folk/1 4 +folk/1 1 +folklo 45 +folklo/1 4 +folklore/1 1 +folklorique/1 4 +folklorisation/1 2 +folkloriser/4 5 +folkloriste/1 10 +folksong/1 1 +folle/1 4 +folle/1 2 +follement 8 +follette/3 6 +folliculaire/1 4 +follicule/1 1 +folliculine/1 2 +folliculite/1 2 +fomentation/1 2 +fomentatrice/3 9 +fomenter/4 5 +fomenteuse/3 9 +fonçage/1 1 +foncée/3 3 +foncer/4 17 +fonceuse/3 6 +foncière/3 3 +foncièrement 8 +foncteur/1 1 +fonction/1 2 +fonctionnaire/1 10 +fonctionnalisme/1 1 +fonctionnaliste/1 13 +fonctionnalité/1 2 +fonctionnariat/1 1 +fonctionnarisation/1 2 +fonctionnariser/4 5 +fonctionnarisme/1 1 +fonctionnelle/3 3 +fonctionnellement 8 +fonctionnement/1 1 +fonctionner/10 14 +fonctorialité/1 2 +fonctorielle/3 3 +fond/1 1 +fondamentale/8 3 +fondamentalement 8 +fondamentalisme/1 1 +fondamentaliste/1 13 +fondante/3 3 +fondation/1 2 +fondatrice/3 9 +fondée/3 6 +fondement/1 1 +fonder/4 42 +fonderie/1 2 +fondeuse/3 9 +fondoir/1 1 +fondouk/1 1 +fondre/52 97 +fondrière/1 2 +fonds 7 +fondue/3 6 +fongibilité/1 2 +fongible/1 4 +fongicide/1 4 +fongicide/1 1 +fongiforme/1 4 +fongique/1 4 +fongistatique/1 4 +fongoïde/1 4 +fongosité/1 2 +fongueuse/8 3 +fongus 7 +fontaine/1 2 +fontainebleau/19 1 +fontainière/3 9 +fontanelle/1 2 +fontange/1 2 +fontanili 7 +fontanili/1 1 +fonte/1 2 +fontenière/3 9 +fontis 7 +fonts 20 +foot/1 1 +football/1 1 +footballer/1 10 +footballeuse/3 9 +footballistique/1 4 +footeuse/8 9 +footing/1 1 +for/1 1 +forage/1 1 +foraine/3 6 +foraminée/3 3 +foraminifère/1 4 +foraminifère/1 1 +forban/1 1 +forçage/1 1 +forçat/1 1 +force/1 2 +forcée/3 3 +forcément 8 +forcement/1 1 +forcenée/3 6 +forceps 7 +forcer/4 42 +forcerie/1 2 +forcing/1 1 +forcipressure/1 2 +forcir/55 92 +forclore/203 82 +forclose/3 3 +forclusion/1 2 +fordisme/1 1 +forer/4 5 +forestage/1 1 +foresterie/1 2 +forestière/3 6 +foret/1 1 +forêt/1 2 +forêt-noire 47 +forêts-noires 46 +foreuse/3 6 +forfaire/195 163 +forfait/1 1 +forfaitaire/1 4 +forfaitairement 8 +forfaitiste/1 10 +forfaiture/1 2 +forfanterie/1 2 +forficule/1 10 +forge/1 2 +forgeable/1 4 +forgeage/1 1 +forgée/3 3 +forger/4 42 +forgeronne/3 9 +forgeuse/3 9 +forint/1 1 +forjeter/40 17 +forlancer/4 5 +forlane/1 2 +forligner/10 14 +forlonger/4 5 +formable/1 4 +formage/1 1 +formaldéhyde/1 1 +formalisable/1 4 +formalisante/3 3 +formalisation/1 2 +formalisée/3 3 +formaliser/4 11 +formalisme/1 1 +formaliste/1 13 +formalité/1 2 +formante/3 6 +formariage/1 1 +format/1 1 +formatage/1 1 +formatée/3 3 +formater/4 5 +formation/1 2 +formative/3 3 +formatrice/3 6 +forme/1 2 +formée/3 3 +formelle/3 3 +formellement 8 +formène/1 1 +former/4 11 +formeret/1 1 +formiate/1 1 +formica/1 1 +formicaliser/4 5 +formicante/3 3 +formication/1 2 +formidable/1 4 +formidablement 8 +formière/3 9 +formique/1 4 +formiste/1 10 +formol/1 1 +formolée/3 3 +formoler/4 5 +formosane/3 6 +formulable/1 4 +formulaire/1 1 +formulation/1 2 +formule/1 2 +formulée/3 3 +formuler/4 11 +fornication/1 2 +fornicatrice/3 6 +forniquer/10 14 +fornix 7 +fors 99 +forsythia/1 1 +fort 8 +forte 8 +forté 8 +forte 7 +forte/3 6 +forté/1 1 +fortement 8 +forte-piano +forteresse/1 2 +fortiche/1 4 +fortifiante/3 3 +fortification/1 2 +fortifiée/3 3 +fortifier/4 11 +fortin/1 1 +fortiori 87 +fortissimo 8 +fortissimo 7 +fortissimo/1 1 +fortraite/3 3 +fortraiture/1 2 +fortuite/3 6 +fortuité/1 2 +fortuitement 8 +fortune/1 2 +fortunée/3 6 +forum/1 1 +forure/1 2 +fosse/1 2 +fossé/1 1 +fossette/1 2 +fossile/1 4 +fossile/1 1 +fossilifère/1 4 +fossilisation/1 2 +fossilisée/3 3 +fossiliser/4 11 +fossoir/1 1 +fossoyer/4 5 +fossoyeuse/3 9 +fou/1 94 +fouace/1 2 +fouacier/1 1 +fouage/1 1 +fouaille/1 2 +fouaillée/3 3 +fouailler/4 5 +foucade/1 2 +fouchtra 70 +fouder/4 5 +foudre/1 10 +foudroiement/1 1 +foudroyage/1 1 +foudroyante/3 3 +foudroyée/3 3 +foudroyer/4 5 +fouée/1 2 +fouet/1 1 +fouettarde/3 3 +fouettée/3 3 +fouettement/1 1 +fouetter/4 17 +foufou/1 94 +fougasse/1 2 +fouger/10 14 +fougeraie/1 2 +fougère/1 2 +fougerole/1 2 +fougue/1 2 +fougueuse/8 3 +fougueusement 8 +fouille/1 2 +fouillée/3 3 +fouiller/4 42 +fouilleuse/3 6 +fouillis 7 +fouinarde/3 9 +fouine/1 2 +fouiner/10 14 +fouineuse/3 9 +fouir/29 84 +fouisseuse/3 6 +foulage/1 1 +foulante/3 3 +foulard/1 1 +foule/1 2 +foulée/1 2 +foulement/1 1 +fouler/4 11 +foulerie/1 2 +fouleuse/3 9 +fouloir/1 1 +foulon/1 1 +foulonnage/1 1 +foulonnière/3 9 +foulque/1 2 +foultitude/1 2 +foulure/1 2 +four/1 1 +fourailler/4 17 +fourbe/1 13 +fourber/4 17 +fourberie/1 2 +fourbie/3 3 +fourbir/29 84 +fourbissage/1 1 +fourbisseur/1 1 +fourbue/3 3 +fourbure/1 2 +fourche/1 2 +fourchée/3 3 +fourchée/1 2 +fourcher/4 17 +fourchet/1 1 +fourchetée/1 2 +fourchette/1 2 +fourchon/1 1 +fourchue/3 3 +fourgon/1 1 +fourgonner/10 14 +fourgonnette/1 2 +fourgue/1 10 +fourguer/4 5 +fouriérisme/1 1 +fouriériste/1 13 +fourme/1 2 +fourmi/1 2 +fourmilier/1 1 +fourmilière/1 2 +fourmi-lion 18 +fourmilion/1 1 +fourmillante/3 3 +fourmillement/1 1 +fourmiller/10 14 +fourmis-lions 20 +fournaise/1 2 +fourneau/19 1 +fournée/1 2 +fournie/3 3 +fournière/3 9 +fournil/1 1 +fourniment/1 1 +fournir/29 208 +fournissement/1 1 +fournisseuse/3 9 +fourniture/1 2 +fourrage/1 1 +fourrager/4 17 +fourragère/3 6 +fourrageur/1 1 +fourré/1 1 +fourreau/19 1 +fourrée/3 3 +fourrer/4 11 +fourre-tout 7 +fourretout/1 1 +fourreuse/3 9 +fourrière/3 9 +fourrure/1 2 +fourvoiement/1 1 +fourvoyante/3 3 +fourvoyée/3 3 +fourvoyer/4 11 +foutage/1 1 +foutaise/1 2 +fouteuse/3 9 +foutoir/1 1 +foutrale/3 3 +foutraque/1 13 +foutre/1 1 +foutre/149 79 +foutredieu 70 +foutrement 8 +foutriquet/1 1 +foutue/3 3 +fovéa/1 2 +fovéale/8 3 +fox 7 +foxée/3 3 +foxterrier/1 1 +fox-terrier/1 1 +fox-trot 7 +foxtrot/1 1 +foyer/1 1 +fr 218 +frac/1 1 +fracas 7 +fracassante/3 3 +fracassée/3 3 +fracassement/1 1 +fracasser/4 11 +fractale/3 3 +fractale/1 2 +fraction/1 2 +fractionnaire/1 4 +fractionnée/3 3 +fractionnelle/3 3 +fractionnement/1 1 +fractionner/4 11 +fractionnisme/1 1 +fractionniste/1 13 +fractographie/1 2 +fracturation/1 2 +fracture/1 2 +fracturée/3 3 +fracturer/4 11 +fragile/1 4 +fragilement 8 +fragilisante/3 3 +fragilisation/1 2 +fragilisée/3 3 +fragiliser/4 5 +fragilité/1 2 +fragment/1 1 +fragmentaire/1 4 +fragmentairement 8 +fragmentation/1 2 +fragmentée/3 3 +fragmenter/4 5 +fragon/1 1 +fragrance/1 2 +fragrante/3 3 +frai/1 1 +fraiche/3 3 +fraîche/3 3 +fraiche/1 2 +fraîche/1 2 +fraichement 8 +fraîchement 8 +fraicheur/1 2 +fraîcheur/1 2 +fraichin/1 1 +fraîchin/1 1 +fraichir/55 92 +fraîchir/55 92 +fraichissante/3 3 +fraîchissante/3 3 +frairie/1 2 +frais 8 +frais 7 +fraisage/1 1 +fraise/1 2 +fraiser/4 5 +fraiseraie/1 2 +fraiseuse/3 9 +fraisicultrice/3 9 +fraisier/1 1 +fraisière/1 2 +fraisiériste/1 10 +fraisil/1 1 +fraisure/1 2 +framboise/1 2 +framboisée/3 3 +framboiser/4 5 +framboisier/1 1 +framée/1 2 +franc/1 94 +française/3 6 +franc-alleu 18 +franc-bord 18 +franc-bourgeois 18 +franche/1 108 +franchement 8 +franchie/3 3 +franchir/29 84 +franchisage/1 1 +franchise/1 2 +franchisée/3 6 +franchiser/4 5 +franchiseuse/3 6 +franchissable/1 4 +franchissement/1 1 +franchouillarde/3 6 +francien/1 1 +francilienne/3 6 +francique/1 1 +francisable/1 4 +francisante/3 6 +francisation/1 2 +franciscaine/3 6 +francisée/3 3 +franciser/4 5 +francisme/1 1 +francisque/1 2 +franciste/1 10 +francité/1 2 +francium/1 1 +franc-jeu 18 +franc-maçon 135 +franc-maçonne/1 109 +franc-maçonnerie/1 2 +franc-maçonnique/1 4 +franco 8 +franco-algérienne/3 6 +franco-allemande/3 6 +franco-américaine/3 6 +franco-belge/1 13 +franco-canadienne/3 6 +franco-espagnole/3 6 +franco-française/3 3 +franco-italienne/3 6 +francolin/1 1 +franco-luxembourgeoise/3 6 +franco-marocaine/3 6 +francophile/1 13 +francophilie/1 2 +francophobe/1 13 +francophobie/1 2 +francophone/1 13 +francophonie/1 2 +francophoniser/4 5 +franco-provençal/19 1 +franco-provençale/8 3 +franco-québecoise/3 6 +franco-québécoise/3 6 +franco-suisse/1 13 +franco-tunisienne/3 6 +franc-parler 18 +franc-quartier 18 +francs-alleux 20 +francs-bords 20 +francs-bourgeois 20 +francs-jeux 20 +francs-maçons 136 +francs-parlers 20 +francs-quartiers 20 +francs-tireurs 241 +francs-tireuses 260 +franc-tireur 18 +franc-tireuse 47 +frange/1 2 +frangeante/3 3 +frangée/3 3 +franger/4 5 +frangine/3 9 +frangipane/1 2 +frangipanier/1 1 +franglais 18 +franque/1 4 +franque/1 2 +franquette 47 +franquisme 18 +franquiste/1 10 +fransquillonne/3 9 +fransquillonner/10 14 +frappadingue/1 13 +frappage/1 1 +frappante/3 3 +frappe/1 2 +frappée/3 3 +frappement/1 1 +frapper/4 42 +frappeuse/3 6 +frasil/1 1 +frasque/1 2 +frater/1 1 +fraternelle/3 3 +fraternellement 8 +fraternisation/1 2 +fraterniser/10 14 +fraternité/1 2 +fratricide/1 13 +fratrie/1 2 +fraude/1 2 +frauder/4 17 +fraudeuse/3 6 +frauduleuse/8 3 +frauduleusement 8 +fraxinelle/1 2 +frayage/1 1 +frayement/1 1 +frayer/4 42 +frayère/1 2 +frayeur/1 2 +frayoir/1 1 +freak/1 10 +fredaine/1 2 +fredonnement/1 1 +fredonner/4 17 +freejazz 7 +free-jazz 7 +free-lance 45 +free-lance/1 10 +freelance/1 13 +freemartin/1 1 +free-martin/1 1 +freeshop/1 1 +free-shop/1 1 +freesia/1 1 +freezer/1 1 +freezeur/1 1 +frégate/1 2 +frégater/4 5 +frein/1 1 +freinage/1 1 +freinante/3 3 +freinatrice/3 3 +freinée/3 3 +freiner/4 42 +freineuse/3 9 +freinte/1 2 +frelatage/1 1 +frelatée/3 3 +frelater/4 5 +frêle/1 4 +frelon/1 1 +freluquet/1 1 +frémir/55 92 +frémissante/3 3 +frémissement/1 1 +frênaie/1 2 +frêne/1 1 +frénésie/1 2 +frénétique/1 4 +frénétiquement 8 +fréon/1 1 +fréquemment 8 +fréquence/1 2 +fréquencemètre/1 1 +fréquentable/1 4 +fréquentation/1 2 +fréquentative/3 3 +fréquente/3 3 +fréquentée/3 3 +fréquenter/4 42 +fréquentielle/3 3 +fréquentiste/1 4 +frère/1 1 +frérot/1 1 +frésia/1 1 +fresque/1 2 +fresquiste/1 10 +fressure/1 2 +fret/1 1 +fréter/33 5 +fréteur/1 1 +frétillante/3 3 +frétillement/1 1 +frétiller/10 14 +fretin/1 1 +frettage/1 1 +frette/1 2 +frettée/3 3 +fretter/4 5 +freudienne/3 3 +freudisme/1 1 +freux 7 +friabilité/1 2 +friable/1 4 +friande/3 3 +friandise/1 2 +fric/1 1 +fricadelle/1 2 +fricandeau/19 1 +fricassée/1 2 +fricasser/4 5 +fricative/3 3 +fric-frac 7 +fricfrac/1 1 +friche/1 2 +frichti/1 1 +fricot/1 1 +fricotage/1 1 +fricoter/4 17 +fricoteuse/3 9 +friction/1 2 +frictionnelle/3 3 +frictionner/4 11 +fridolin/1 1 +frigidaire/1 1 +frigidarium/1 1 +frigide/1 4 +frigidité/1 2 +frigo/1 1 +frigolite/1 2 +frigoporteur/1 1 +frigorie/1 2 +frigorifère/1 4 +frigorifiée/3 3 +frigorifier/4 5 +frigorifique/1 4 +frigorifuger/4 5 +frigorigène/1 4 +frigorigène/1 1 +frigorimètre/1 1 +frigoriste/1 10 +frigothérapie/1 2 +frileuse/8 6 +frileusement 8 +frilosité/1 2 +frimaire/1 1 +frimas 7 +frime/1 2 +frimer/4 17 +frimeuse/3 9 +frimousse/1 2 +fringale/1 2 +fringante/3 3 +fringillidé/1 1 +fringue/1 2 +fringuée/3 3 +fringuer/4 42 +frioulane/3 6 +fripe/1 2 +fripée/3 3 +friper/4 11 +friperie/1 2 +fripière/3 9 +friponne/3 9 +friponneau/19 1 +friponner/4 17 +friponnerie/1 2 +fripouille/1 2 +fripouillerie/1 2 +friquée/3 3 +friquer/4 5 +friquet/1 1 +frire/177 114 +frisage/1 1 +frisante/3 3 +frisbee/1 1 +frise/1 2 +frisée/3 3 +friselis 7 +friser/4 42 +frisette/1 2 +frisko/1 1 +frisolée/1 2 +frisonne/3 6 +frisonner 14 +frisotante/3 3 +frisoter/4 17 +frisotis 7 +frisottante/3 3 +frisotter/4 17 +frisottis 7 +frisquette/3 6 +frisson/1 1 +frissonnante/3 3 +frissonnement/1 1 +frissonner/10 14 +fristouiller/4 17 +frisure/1 2 +frite/3 3 +frite/1 2 +friter/4 55 +friterie/1 2 +friteuse/1 2 +fritillaire/1 2 +frittage/1 1 +fritte/1 2 +fritter/4 17 +friture/1 2 +fritz 119 +frivole/1 13 +frivolement 8 +frivolité/1 2 +froc/1 1 +frocard/1 1 +froide/3 6 +froidement 8 +froideur/1 2 +froidir/55 92 +froidure/1 2 +froissable/1 4 +froissante/3 3 +froissée/3 3 +froissement/1 1 +froisser/4 11 +froissure/1 2 +frôlée/3 3 +frôlement/1 1 +frôler/4 11 +frôleuse/3 6 +fromage/1 1 +fromagère/3 6 +fromagerie/1 2 +froment/1 1 +fromental/19 1 +froncée/3 3 +froncement/1 1 +froncer/4 11 +froncis 7 +frondaison/1 2 +fronde/1 2 +fronder/4 17 +frondeuse/3 6 +front/1 1 +frontail/1 1 +frontale/8 3 +frontalement 8 +frontalière/3 6 +frontalité/1 2 +fronteau/19 1 +frontière/1 2 +frontignan/1 1 +frontisme/1 1 +frontispice/1 1 +frontiste/1 13 +fronton/1 1 +frottage/1 1 +frottante/3 3 +frottée/3 3 +frotte-manche/1 10 +frottement/1 1 +frotter/4 42 +frotteuse/3 6 +frottis 7 +frottoir/1 1 +frouer/10 14 +frou-frou 18 +froufrou/1 1 +froufroutante/3 3 +froufroutement/1 1 +froufrouter/10 14 +frous-frous 20 +froussarde/3 6 +frousse/1 2 +frousser/10 14 +fructane/1 1 +fructicultrice/3 9 +fructidor/1 1 +fructifère/1 4 +fructification/1 2 +fructifier/10 14 +fructose/1 1 +fructueuse/8 3 +fructueusement 8 +fructuosité/1 2 +frugale/8 3 +frugalement 8 +frugalité/1 2 +frugivore/1 13 +fruit/1 1 +fruitarienne/3 3 +fruitée/3 3 +fruiterie/1 2 +fruiticultrice/3 9 +fruitière/3 6 +frumentacée/3 3 +frumentaire/1 4 +frumentaire/1 1 +frusque/1 2 +frusquer/4 11 +fruste/1 13 +frustrante/3 3 +frustration/1 2 +frustratoire/1 4 +frustre/1 13 +frustrée/3 6 +frustrer/4 5 +frutescente/3 3 +frutti 7 +frutti/1 1 +ft/38 7 +fuchsia 45 +fuchsia/1 1 +fuchsienne/3 3 +fuchsine/1 2 +fucoxanthine/1 2 +fucus 7 +fuégienne/3 6 +fuel/1 1 +fueloil/1 1 +fuel-oil/1 1 +fugace/1 4 +fugacement 8 +fugacité/1 2 +fugitive/3 6 +fugitivement 8 +fugue/1 2 +fuguée/3 3 +fuguer/10 14 +fugueuse/3 6 +führer/1 1 +fuir/29 100 +fuir/237 97 +fuite/1 2 +fuiter/4 5 +fulgurance/1 2 +fulgurante/3 3 +fulguration/1 2 +fulgurer/4 17 +fuligineuse/8 3 +fuligineusement 8 +fuligule/1 1 +full/1 1 +fullerène/1 1 +fulmicoton/1 1 +fulminante/3 3 +fulminate/1 1 +fulmination/1 2 +fulminatoire/1 4 +fulminer/4 17 +fulminique/1 4 +fumable/1 4 +fumage/1 1 +fumagine/1 2 +fumaison/1 2 +fumante/3 3 +fumariacée/1 4 +fumariacée/1 2 +fume-cigare 7 +fume-cigare/1 1 +fume-cigarette 7 +fume-cigarette/1 1 +fumée/3 6 +fumer/4 17 +fumerie/1 2 +fumerole/1 2 +fumerolienne/3 3 +fumerolle/1 2 +fumerollienne/3 3 +fumeron/1 1 +fumet/1 1 +fumeterre/1 2 +fumette/1 2 +fumeuse/3 6 +fumeuse/8 3 +fumier/1 1 +fumigateur/1 1 +fumigation/1 2 +fumigatoire/1 4 +fumigène/1 1 +fumiger/4 5 +fumiste/1 10 +fumisterie/1 2 +fumivore/1 4 +fumivore/1 1 +fumoir/1 1 +fumure/1 2 +funambule/1 10 +funambulesque/1 4 +funboard/1 1 +funèbre/1 4 +funèbrement 8 +funérailles 46 +funéraire/1 4 +funérale/8 3 +funérarium/1 1 +funeste/1 4 +funestement 8 +funiculaire/1 4 +funicule/1 1 +funin/1 1 +funk 45 +funk 7 +funk/1 4 +funk/1 1 +funky 45 +funky/1 4 +funky/1 1 +fur 18 +furane/1 1 +furanne/1 1 +furax 45 +furcula/1 2 +furetage/1 1 +fureter/131 14 +fureteuse/3 6 +furette/3 9 +fureur/1 2 +furfuracée/3 3 +furfural/1 1 +furia/1 2 +furibarde/3 3 +furibonde/3 3 +furie/1 2 +furieuse/8 3 +furieusement 8 +furigana 7 +furigana/1 1 +furioso 8 +furioso/1 1 +furole/1 2 +furoncle/1 1 +furonculeuse/8 6 +furonculose/1 2 +furtive/3 3 +furtivement 8 +furtivité/1 2 +fusain/1 1 +fusainiste/1 10 +fusante/3 3 +fusariose/1 2 +fusarole/1 2 +fusarolle/1 2 +fuscine/1 2 +fuseau/19 1 +fusée/1 2 +fusel/1 1 +fuselage/1 1 +fuselée/3 3 +fuseler/40 5 +fuséologie/1 2 +fuséologue/1 10 +fuser/10 14 +fusette/1 2 +fusibilité/1 2 +fusible/1 4 +fusiforme/1 4 +fusil/1 1 +fusilière/3 9 +fusillade/1 2 +fusiller/4 5 +fusilleur/1 1 +fusil-mitrailleur 18 +fusils-mitrailleurs 20 +fusiniste/1 10 +fusion/1 2 +fusionnante/3 3 +fusionnée/3 3 +fusionnelle/3 3 +fusionnement/1 1 +fusionner/4 17 +fustanelle/1 2 +fuste/1 2 +fustet/1 1 +fustibale/1 1 +fustigation/1 2 +fustigée/3 3 +fustiger/4 5 +fut/1 1 +fût/1 1 +futaie/1 2 +futaille/1 2 +futaine/1 2 +futal/1 1 +futée/3 3 +futée/1 2 +futier/1 1 +fûtier/1 1 +futile/1 4 +futilement 8 +futilité/1 2 +futon/1 1 +futsal/1 1 +future/3 6 +futurible/1 4 +futurisme/1 1 +futuriste/1 13 +futurologie/1 2 +futurologue/1 10 +fuyante/3 3 +fuyarde/3 6 +g 7 +g/57 7 +gabardine/1 2 +gabare/1 2 +gabariage/1 1 +gabarier/1 1 +gabarier/4 5 +gabarit/1 1 +gabarre/1 2 +gabarrier/1 1 +gabbro/1 1 +gabbroïque/1 4 +gabegie/1 2 +gabelle/1 2 +gabelou/1 1 +gabier/1 1 +gabion/1 1 +gabionnage/1 1 +gabionner/4 5 +gable/1 1 +gâble/1 1 +gabonaise/3 6 +gâchage/1 1 +gâche/1 2 +gâchée/3 3 +gâcher/4 17 +gâchette/1 2 +gâcheuse/3 6 +gâchis 7 +gade/1 1 +gadget/1 1 +gadgétiser/4 5 +gadidé/1 1 +gadin/1 1 +gadolinium/1 1 +gadoue/1 2 +gadouille/1 2 +gaélique/1 4 +gaffe/1 2 +gaffer/4 17 +gaffeuse/3 6 +gafouiller 5 +gag/1 1 +gaga/1 13 +gage/1 1 +gagée/3 3 +gager/4 5 +gageure/1 2 +gageüre/1 2 +gagiste/1 10 +gagman/41 1 +gagman/1 1 +gagnable/1 4 +gagnage/1 1 +gagnante/3 6 +gagnée/3 3 +gagne-pain 7 +gagne-pain/1 1 +gagne-petit 7 +gagnepetit/1 1 +gagner/4 42 +gagneuse/3 9 +gaguesque/1 4 +gaïac/1 1 +gaïacol/1 1 +gaie/3 3 +gaiement 8 +gaieté/1 2 +gaillac/1 1 +gaillarde/3 6 +gaillardement 8 +gaillardie/1 2 +gaillardise/1 2 +gaillet/1 1 +gailleterie/1 2 +gaillèterie/1 2 +gailletin/1 1 +gaiment 8 +gaîment 8 +gain/1 1 +gainage/1 1 +gaine/1 2 +gainée/3 3 +gaînée/3 3 +gainer/4 5 +gaîner/4 5 +gainerie/1 2 +gainière/3 9 +gaité/1 2 +gaîté/1 2 +gal/1 1 +gal/38 7 +gala/1 1 +galactagogue/1 10 +galactane/1 1 +galactique/1 4 +galactogène/1 4 +galactogène/1 1 +galactomètre/1 1 +galactophore/1 4 +galactophore/1 1 +galactorrhée/1 2 +galactosamine/1 2 +galactose/1 10 +galactosidase/1 2 +galalithe/1 2 +galamment 8 +galandage/1 1 +galante/3 6 +galanterie/1 2 +galantin/1 1 +galantine/1 2 +galapiat/1 1 +galate/1 13 +galaxie/1 2 +galbante/3 3 +galbe/1 1 +galbée/3 3 +galber/4 5 +gale/1 2 +galéace/1 2 +galéasse/1 2 +galée/1 2 +galéjade/1 2 +galéjer/10 14 +galène/1 2 +galénique/1 4 +galénisme/1 1 +galéopithèque/1 13 +galère/1 2 +galérer/63 14 +galerie/1 2 +galérien/1 1 +galeriste/1 10 +galerne/1 2 +galet/1 1 +galetas 7 +galette/1 2 +galetteuse/8 3 +galeuse/8 6 +galgal/1 1 +galhauban/1 1 +galibot/1 1 +galicienne/3 6 +galiléenne/3 6 +galimafrée/1 2 +galimatias 7 +galion/1 1 +galiote/1 2 +galipette/1 2 +galipot/1 1 +galipoter/4 5 +galle/1 10 +gallec/1 1 +gallérie/1 2 +gallicane/3 6 +gallicanisme/1 1 +gallicisme/1 1 +gallicole/1 4 +galliforme/1 1 +gallinacée/3 6 +gallinule/1 2 +gallique/1 4 +gallium/1 1 +gallo/1 1 +galloise/3 6 +gallomanie/1 2 +gallon/1 1 +gallo-romaine/3 6 +gallo-roman/1 1 +gallo-romane/3 3 +gallup/1 1 +galoche/1 2 +galoisienne/3 3 +galon/1 1 +galonnée/3 3 +galonner/4 5 +galonnière/3 9 +galop/1 1 +galopade/1 2 +galopante/3 3 +galope/1 2 +galoper/4 17 +galopeuse/3 6 +galopin/1 1 +galoubet/1 1 +galuchat/1 1 +galure/1 1 +galurin/1 1 +galvanique/1 4 +galvaniquement 8 +galvanisante/3 3 +galvanisation/1 2 +galvanisée/3 3 +galvaniser/4 5 +galvaniseuse/3 9 +galvanisme/1 1 +galvanocautère/1 1 +galvanomagnétique/1 4 +galvanomètre/1 1 +galvanométrique/1 4 +galvanoplaste/1 10 +galvanoplastie/1 2 +galvanoplastique/1 4 +galvanoscope/1 1 +galvanostégie/1 2 +galvanotaxie/1 2 +galvanotropisme/1 1 +galvanotype/1 1 +galvanotypie/1 2 +galvaudage/1 1 +galvaudée/3 3 +galvauder/4 42 +galvaudeuse/8 3 +gamay/1 1 +gamba/1 2 +gambadante/3 3 +gambade/1 2 +gambader/10 14 +gambadeuse/3 6 +gambe/1 2 +gamberge/1 2 +gamberger/4 17 +gambette/1 2 +gambienne/3 6 +gambier/1 1 +gambille/1 2 +gambiller/10 14 +gambiste/1 10 +gambit/1 1 +gambusie/1 2 +gamelan/1 1 +gameler/40 11 +gamelle/1 2 +gamète/1 1 +gamétogenèse/1 2 +gamin/1 1 +gamine/3 6 +gaminer/10 14 +gaminerie/1 2 +gamma 7 +gamma/1 1 +gammaglobuline/1 2 +gammagraphie/1 2 +gammare/1 1 +gammathérapie/1 2 +gamme/1 2 +gammée/3 3 +gammiste/1 10 +gamopétale/1 4 +gamopétale/1 2 +gamosépale/1 4 +gan/1 1 +ganache/1 13 +ganacherie/1 2 +ganaderia/1 2 +ganadéria/1 2 +gandin/1 1 +gandoura/1 2 +gang/1 1 +ganga/1 1 +gangétique/1 4 +ganglion/1 1 +ganglionnaire/1 4 +gangrène/1 2 +gangrenée/3 3 +gangrénée/3 3 +gangrener/47 11 +gangréner/33 11 +gangreneuse/8 3 +gangréneuse/8 3 +gangster/1 1 +gangstérisme/1 1 +gangue/1 2 +ganguée/3 3 +ganoïde/1 4 +ganoïde/1 1 +ganse/1 2 +gansée/3 3 +ganser/4 5 +gansette/1 2 +gant/1 1 +gantée/3 3 +gantelée/3 6 +gantelet/1 1 +ganteline/1 2 +ganter/4 42 +ganterie/1 2 +gantière/3 9 +gap/1 1 +garage/1 1 +garagiste/1 10 +garalde/1 2 +garance 45 +garance/1 10 +garancer/4 5 +garancerie/1 2 +garanceur/1 1 +garancière/1 2 +garante/3 6 +garantie/3 6 +garantir/29 84 +garbure/1 2 +garce/1 2 +garcette/1 2 +garçonne/3 9 +garçonnet/1 1 +garçonnière/3 6 +garde/1 10 +garde-à-vous 7 +garde-barrière 119 +garde-barrière/1 10 +garde-bœuf/1 1 +garde-bœufs 7 +garde-boue 7 +garde-boue/1 1 +garde-but 119 +garde-but/1 10 +garde-cendre 7 +garde-cendre/1 1 +garde-chasse 7 +garde-chasse/1 1 +garde-chiourme 18 +garde-chiourme/1 1 +garde-corps 7 +garde-côte 119 +garde-côte/1 10 +garde-côtes 7 +gardée/3 3 +garde-feu 7 +garde-feu/19 1 +garde-fou 7 +garde-fou/1 1 +garde-frein 18 +garde-frein/1 1 +garde-frontière 119 +garde-magasin 119 +garde-magasin/1 10 +garde-malade 119 +garde-malade/1 10 +garde-manège 18 +garde-manège/1 1 +garde-manger 7 +garde-manger/1 1 +garde-meuble/1 1 +garde-meubles 7 +garde-mite/1 1 +garde-mites 7 +gardénal/1 1 +garde-nappe 7 +garde-nappe/1 1 +gardénia/1 1 +garden-partie/1 2 +garden-party/41 2 +garden-party/1 2 +garde-pêche 119 +garde-pêche/1 10 +garde-place/1 1 +garde-places 7 +garde-port 18 +garde-port/1 1 +garder/4 11 +garde-rat/1 1 +garde-rats 7 +garderie/1 2 +garde-robe/1 2 +gardes-barrières 113 +gardes-buts 113 +gardes-chasse 20 +gardes-chiourme 20 +gardes-côtes 113 +gardes-freins 20 +gardes-frontières 269 +gardes-magasins 113 +gardes-maisons 113 +gardes-malades 113 +gardes-manèges 20 +gardes-pêche 113 +gardes-ports 20 +gardes-voies 20 +gardeuse/3 9 +garde-voie 18 +garde-voie/1 1 +garde-vue 7 +garde-vue/1 1 +gardiane/3 9 +gardiennage/1 1 +gardienne/3 9 +gardoise/3 6 +gardon/1 1 +gare/1 2 +garée/3 3 +garenne/1 10 +garer/4 11 +gargamelle/1 2 +gargantua/1 1 +gargantuesque/1 4 +gargariser/4 55 +gargarisme/1 1 +gargote/1 2 +gargoter/10 14 +gargotière/3 9 +gargouillade/1 2 +gargouille/1 2 +gargouillement/1 1 +gargouiller/10 14 +gargouillis 7 +gargoulette/1 2 +gargousse/1 2 +garibaldienne/3 6 +gariguette/1 2 +garnement/1 1 +garnie/3 3 +garnir/29 83 +garnison/1 2 +garnissage/1 1 +garnisseuse/3 9 +garniture/1 2 +garou/1 1 +garrigue/1 2 +garrot/1 1 +garrotage/1 1 +garrotée/3 3 +garroter/4 5 +garrottage/1 1 +garrotte/1 2 +garrottée/3 3 +garrotter/4 5 +gars 7 +gasconnade/1 2 +gasconne/3 6 +gasconner/10 14 +gasconnisme/1 1 +gasoil/1 1 +gas-oil/1 1 +gaspacho/1 1 +gaspillage/1 1 +gaspillée/3 3 +gaspiller/4 5 +gaspilleuse/3 6 +gastéropode/1 1 +gastralgie/1 2 +gastralgique/1 4 +gastrectomie/1 2 +gastrique/1 4 +gastrite/1 2 +gastro/1 10 +gastroduodénale/8 3 +gastro-duodénale/8 3 +gastroentérite/1 2 +gastro-entérite/1 2 +gastroentérologie/1 2 +gastro-entérologie/1 2 +gastroentérologue/1 10 +gastro-entérologue/1 10 +gastro-intestinale/8 3 +gastronome/1 10 +gastronomie/1 2 +gastronomique/1 4 +gastroplastie/1 2 +gastropode/1 1 +gastroscope/1 1 +gastroscopie/1 2 +gastrotomie/1 2 +gastrozoïde/1 1 +gastrula/1 2 +gastrulation/1 2 +gâteau/19 1 +gâte-bois 7 +gâtée/3 3 +gâte-métier/1 1 +gâte-métiers 7 +gâte-papier/1 1 +gâte-papiers 7 +gâter/4 11 +gâterie/1 2 +gâte-sauce 7 +gâte-sauce/1 1 +gâteuse/8 6 +gâtifier/10 14 +gâtine/1 2 +gâtisme/1 1 +gatte/1 2 +gattilier/1 1 +gauche/1 13 +gauchement 8 +gauchère/3 6 +gaucherie/1 2 +gauchie/3 3 +gauchir/29 100 +gauchisante/3 6 +gauchisme/1 1 +gauchissement/1 1 +gauchiste/1 13 +gaucho/1 1 +gaude/1 2 +gaudir/29 128 +gaudriole/1 2 +gaufrage/1 1 +gaufre/1 2 +gaufrée/3 3 +gaufrer/4 5 +gaufrette/1 2 +gaufreuse/3 9 +gaufrier/1 1 +gaufroir/1 1 +gaufrure/1 2 +gaulage/1 1 +gaule/1 2 +gauler/4 5 +gaulette/1 2 +gaulis 7 +gaullienne/3 3 +gaullisme/1 1 +gaulliste/1 10 +gauloise/3 6 +gauloisement 8 +gauloiserie/1 2 +gaulthérie/1 2 +gaumaise/3 6 +gaupe/1 2 +gaur/1 1 +gauss/112 7 +gausser/4 55 +gaussienne/3 3 +gavache/1 13 +gavage/1 1 +gave/1 1 +gavée/3 3 +gaver/4 11 +gaveuse/3 9 +gavial/1 1 +gavotte/1 2 +gavroche/1 1 +gay 45 +gay 7 +gay/1 4 +gay/1 1 +gayal/1 1 +gaz 7 +gazage/1 1 +gaze/1 2 +gazée/3 6 +gazéification/1 2 +gazéifiée/3 3 +gazéifier/4 5 +gazelle/1 2 +gazer/4 17 +gazetière/3 9 +gazette/1 2 +gazeuse/8 3 +gazière/3 6 +gazinière/1 2 +gazoduc/1 1 +gazogène/1 10 +gazole/1 1 +gazoline/1 2 +gazomètre/1 1 +gazon/1 1 +gazonnage/1 1 +gazonnante/3 3 +gazonnée/3 3 +gazonnement/1 1 +gazonner/4 17 +gazonneuse/8 3 +gazouillante/3 3 +gazouillement/1 1 +gazouiller/10 14 +gazouilleuse/3 3 +gazouillis 7 +geai/1 1 +géante/3 6 +gecko/1 1 +geek/1 10 +géhenne/1 2 +geignante/3 3 +geignarde/3 6 +geignement/1 1 +geindre/196 114 +geisha/1 2 +gel/1 1 +gélatine/1 2 +gélatinée/3 3 +gélatiner/4 5 +gélatineuse/8 3 +gélatiniforme/1 4 +gélatiniser/4 5 +gélatinobromure/1 1 +gélatino-bromure/1 1 +gélatinochlorure/1 1 +gélatino-chlorure/1 1 +gelée/3 3 +gelée/1 2 +geler/47 214 +gélifiante/3 3 +gélification/1 2 +gélifier/4 11 +gelinotte/1 2 +gélinotte/1 2 +gélisol/1 1 +géliturbation/1 2 +gélive/3 3 +gélivité/1 2 +gélivure/1 2 +gélose/1 2 +gélule/1 2 +gelure/1 2 +gémeau/19 1 +gémellaire/1 4 +gémelle/1 2 +gémellipare/1 4 +gémelliparité/1 2 +gémellité/1 2 +gémination/1 2 +géminée/3 3 +géminée/1 2 +géminer/4 5 +gémir/29 101 +gémissante/3 3 +gémissement/1 1 +gémisseuse/3 9 +gemmage/1 1 +gemmail/19 1 +gemmation/1 2 +gemme/1 2 +gemmée/3 3 +gemmer/4 5 +gemmeuse/3 9 +gemmifère/1 4 +gemmologie/1 2 +gemmologiste/1 10 +gemmologue/1 10 +gemmule/1 2 +gémonies 46 +gênante/3 3 +gencive/1 2 +gendarme/1 10 +gendarmer/4 55 +gendarmerie/1 2 +gendarmesque/1 4 +gendarmette/1 2 +gendelettre/1 1 +gendre/1 1 +gène/1 1 +gêne/1 2 +généalogie/1 2 +généalogique/1 4 +généalogiquement 8 +généalogiste/1 10 +gênée/3 3 +genépi/1 1 +génépi/1 1 +gêner/4 11 +généralat/1 1 +générale/8 6 +généralement 8 +généralisable/1 4 +généralisation/1 2 +généralisatrice/3 3 +généralisée/3 3 +généraliser/4 11 +généralissime/1 10 +généraliste/1 13 +généralité/1 2 +génération/1 2 +générationnelle/3 3 +générative/3 3 +génératrice/3 6 +générée/3 3 +générer/33 5 +généreuse/8 6 +généreusement 8 +généricité/1 2 +générique/1 4 +générique/1 1 +génériquement 8 +générosité/1 2 +genèse/1 2 +génésiaque/1 4 +génésique/1 4 +genet/1 1 +genêt/1 1 +généthliaque/1 4 +généthliaque/1 1 +généticienne/3 6 +genêtière/1 2 +génétique/1 4 +génétique/1 2 +génétiquement 8 +génétisme/1 1 +génétiste/1 13 +genette/1 2 +gêneuse/3 9 +genevoise/3 6 +genévrier/1 1 +géniale/8 3 +génialement 8 +génialité/1 2 +génie/1 1 +genièvre/1 1 +genièvrerie/1 2 +génique/1 4 +génisse/1 2 +génitale/8 3 +génitalement 8 +génitalité/1 2 +génitif/1 1 +génito-urinaire/1 4 +génitrice/3 9 +géniture/1 2 +génocidaire/1 13 +génocide/1 1 +génogramme/1 1 +génoise/3 6 +génome/1 1 +génomique/1 4 +génosociogramme/1 1 +génothérapie/1 2 +génotypage/1 1 +génotype/1 1 +genou/19 1 +genouillée/3 3 +genouillère/1 2 +génovéfain/1 4 +génovéfain/1 1 +genre/1 1 +gens 113 +gent/1 2 +gente/3 3 +gentianacée/1 2 +gentiane/1 2 +gentianée/1 2 +gentilé/1 1 +gentilhomme 18 +gentilhommerie/1 2 +gentilhommière/1 2 +gentilité/1 2 +gentillâtre/1 1 +gentille/3 6 +gentillesse/1 2 +gentillette/3 3 +gentilshommes 240 +gentiment 8 +gentleman/41 1 +gentleman/1 1 +gentleman-farmer 18 +gentleman-farmeur 18 +gentleman-rider 18 +gentleman-rideur 18 +gentlemans-farmers 20 +gentlemans-farmeurs 20 +gentlemans-riders 20 +gentlemans-rideurs 20 +gentlemen-farmers 20 +gentlemen-riders 20 +gentrification/1 2 +gentry/41 2 +gentry/1 2 +génuflectrice/3 6 +génuflexion/1 2 +génuine/1 4 +géo/1 2 +géobiologie/1 2 +géobiologique/1 4 +géobiologiste/1 10 +géobiologue/1 10 +géocentrique/1 4 +géocentrisme/1 1 +géochimie/1 2 +géochimique/1 4 +géochimiste/1 10 +géochronologie/1 2 +géochronologique/1 4 +géocroiseur/1 1 +géode/1 2 +géodésie/1 2 +géodésienne/3 9 +géodésique/1 4 +géodésiquement 8 +géodimètre/1 1 +géodistribution/1 2 +géodynamique/1 4 +géoglyphe/1 1 +géographe/1 10 +géographie/1 2 +géographique/1 4 +géographiquement 8 +géoïde/1 1 +géo-ingénierie/1 2 +geôlage/1 1 +geôle/1 2 +geôlière/3 9 +géolocalisation/1 2 +géolocaliser/4 11 +géologie/1 2 +géologique/1 4 +géologiquement 8 +géologue/1 10 +géomagnétique/1 4 +géomagnétisme/1 1 +géomancie/1 2 +géomancienne/3 9 +géomarketing/1 1 +géomarkéting/1 1 +géomaticienne/3 9 +géomatique/1 4 +géomatique/1 2 +géomembrane/1 2 +géométrale/8 3 +géométralement 8 +géomètre/1 1 +géométridé/1 1 +géométrie/1 2 +géométrique/1 4 +géométriquement 8 +géométrisation/1 2 +géométriser/4 5 +géomorphologie/1 2 +géomorphologue/1 10 +géonavigateur/1 1 +géophage/1 13 +géophagie/1 2 +géophile/1 1 +géophone/1 1 +géophysicienne/3 9 +géophysique/1 4 +géophysique/1 2 +géopoliticienne/3 9 +géopolitique/1 4 +géopolitique/1 2 +géopolitologue/1 10 +géopotentielle/3 3 +géorgienne/3 6 +géoscience/1 2 +géospatiale/8 3 +géosphère/1 2 +géostation/1 2 +géostationnaire/1 4 +géostatistique/1 2 +géostratégie/1 2 +géostratégique/1 4 +géostrophique/1 4 +géosynchrone/1 4 +géosynclinal/19 4 +géosynthétique/1 13 +géotechnicienne/3 9 +géotechnique/1 4 +géotextile/1 1 +géothermie/1 2 +géothermique/1 4 +géothermométrie/1 2 +géotropisme/1 1 +géotrupe/1 1 +gérable/1 4 +gérance/1 2 +géraniacée/1 4 +géraniacée/1 2 +géraniée/1 2 +géranium/1 1 +gérante/3 9 +gerbage/1 1 +gerbante/3 3 +gerbe/1 2 +gerber/4 17 +gerbera/1 1 +gerbéra/1 1 +gerbeuse/3 6 +gerbier/1 1 +gerbière/1 2 +gerbille/1 2 +gerboise/1 2 +gerce/1 2 +gercée/3 3 +gercer/4 42 +gerçure/1 2 +gérée/3 3 +gérer/33 5 +géreur/1 1 +gerfaut/1 1 +gériatre/1 10 +gériatrie/1 2 +gériatrique/1 4 +germaine/3 6 +germandrée/1 2 +germanique/1 4 +germanisation/1 2 +germaniser/4 42 +germanisme/1 1 +germaniste/1 10 +germanium/1 1 +germanophile/1 13 +germanophilie/1 2 +germanophobe/1 13 +germanophobie/1 2 +germanophone/1 13 +germanopratine/3 6 +germe/1 1 +germée/3 3 +germen/1 1 +germer/10 14 +germicide/1 1 +germinal/1 1 +germinale/8 3 +germination/1 2 +germinative/3 3 +germinatrice/3 3 +germoir/1 1 +germon/1 1 +géromé/1 1 +gérondif/1 1 +géronte/1 1 +gérontisme/1 1 +gérontocratie/1 2 +gérontologie/1 2 +gérontologique/1 4 +gérontologiste/1 10 +gérontologue/1 10 +gérontophile/1 13 +gérontophilie/1 2 +gerseau/19 1 +gersoise/3 6 +gerzeau/19 1 +gésier/1 1 +gésine/1 2 +gésir/232 91 +gesse/1 2 +gestaltisme/1 1 +gestaltiste/1 13 +gestalt-thérapie/1 2 +gestante/3 3 +gestapiste/1 13 +gestation/1 2 +gestationnelle/3 3 +gestatoire/1 108 +geste/1 10 +gesticulante/3 3 +gesticulation/1 2 +gesticulatoire/1 4 +gesticulatrice/3 6 +gesticulée/3 3 +gesticuler/10 14 +gestion/1 2 +gestionnaire/1 13 +gestique/1 2 +gestualité/1 2 +gestuelle/3 3 +getter/1 1 +gewurztraminer/1 1 +geyser/1 1 +ghanéenne/3 6 +ghetto/1 1 +ghettoïsation/1 2 +ghilde/1 2 +giaour/1 1 +giardia/1 2 +gibbérelline/1 2 +gibbeuse/8 3 +gibbon/1 1 +gibbosité/1 2 +gibbsite/1 2 +gibecière/1 2 +gibeline/3 6 +gibelotte/1 2 +giberne/1 2 +gibet/1 1 +gibibit/1 1 +gibier/1 1 +gibioctet/1 1 +giboulée/1 2 +giboyer/4 5 +giboyeuse/8 3 +gibus 7 +giclée/1 2 +giclement/1 1 +gicler/10 14 +gicleur/1 1 +gifle/1 2 +gifler/4 5 +gigabit/1 1 +gigantesque/1 4 +gigantesquement 8 +gigantisme/1 1 +gigantomachie/1 2 +gigaoctet/1 1 +gigatonne/1 2 +gigogne/1 4 +gigogne/1 2 +gigolette/1 2 +gigolo/1 1 +gigot/1 1 +gigotante/3 3 +gigotée/3 3 +gigotement/1 1 +gigoter/10 14 +gigoteuse/3 9 +gigue/1 2 +gilde/1 2 +gilet/1 1 +giletière/3 9 +gille/1 1 +gimblette/1 2 +gimmick/1 1 +gin/1 1 +gindre/1 1 +gin-fizz 7 +gingembre/1 1 +ginger-ale/1 1 +gingivale/8 3 +gingivite/1 2 +ginguet/1 1 +ginguette/3 3 +ginkgo/1 1 +gin-rami/1 1 +gin-rummy/1 1 +ginseng/1 1 +giorno 87 +girafe/1 2 +girafeau/19 1 +giraferie/1 2 +girafon/1 1 +girandole/1 2 +girasol/1 1 +giration/1 2 +giratoire/1 4 +giraumon/1 1 +giraumont/1 1 +giravion/1 1 +girelle/1 2 +girie/1 2 +girl/1 2 +girodyne/1 1 +girofle/1 1 +giroflée/1 2 +giroflier/1 1 +girole/1 2 +girolle/1 2 +giron/1 1 +gironde/3 6 +girondine/3 6 +gironnée/3 3 +gironner/4 5 +girouette/1 2 +girouetter/10 14 +gisante/3 6 +gisement/1 1 +gitage/1 1 +gîtage/1 1 +gitane/3 6 +gite/1 10 +gîte/1 10 +giter/10 14 +gîter/10 14 +gitologie/1 2 +gîtologie/1 2 +giton/1 1 +givrage/1 1 +givrante/3 3 +givre/1 1 +givrée/3 3 +givrer/4 11 +givreuse/8 3 +givrure/1 2 +glabelle/1 2 +glabre/1 4 +glabrescente/3 3 +glaçage/1 1 +glaçante/3 3 +glace/1 2 +glacée/3 3 +glacer/4 42 +glacerie/1 2 +glaceur/1 1 +glaceuse/8 3 +glaciaire/1 4 +glaciairiste/1 10 +glaciale/8 3 +glacialement 8 +glacials 127 +glaciation/1 2 +glacier/1 1 +glacière/1 2 +glaciérisme/1 1 +glaciériste/1 10 +glaciologie/1 2 +glaciologique/1 4 +glaciologue/1 10 +glacis 7 +glaçon/1 1 +glaçure/1 2 +gladiatrice/3 9 +glaglater 14 +glagolitique/1 4 +glaïeul/1 1 +glaire/1 2 +glairer/4 5 +glaireuse/8 3 +glairure/1 2 +glaise/1 2 +glaiser/4 5 +glaiseuse/8 3 +glaisière/1 2 +glaive/1 1 +glamour/1 4 +glamour/1 1 +glanage/1 1 +gland/1 1 +glandage/1 1 +glande/1 2 +glandée/3 3 +glandée/1 2 +glander/10 14 +glandeuse/3 9 +glandouille/1 2 +glandouiller/10 14 +glandulaire/1 4 +glandule/1 2 +glanduleuse/8 3 +glanée/3 3 +glaner/4 17 +glaneuse/3 9 +glanure/1 2 +glapir/29 101 +glapissante/3 3 +glapissement/1 1 +glaréole/1 2 +glas 7 +glasnost 47 +glass 7 +glatir/55 92 +glaucome/1 1 +glauque/1 4 +glauquement 8 +glaviot/1 1 +glavioter/10 14 +glaviotter/10 14 +glèbe/1 2 +gléchome/1 1 +glécome/1 1 +glène/1 2 +gléner/33 5 +glénoïdale/8 3 +glénoïde/1 4 +glette/1 2 +gletter/10 14 +gliale/8 3 +glie/1 2 +gliome/1 1 +glissade/1 2 +glissage/1 1 +glissando/1 1 +glissante/3 3 +glisse/1 2 +glissée/3 3 +glissement/1 1 +glisser/4 42 +glisseuse/3 9 +glissière/1 2 +glissoir/1 1 +glissoire/1 2 +globale/8 3 +globalement 8 +globalisante/3 3 +globalisation/1 2 +globalisée/3 3 +globaliser/4 5 +globalisme/1 1 +globaliste/1 13 +globalité/1 2 +globe/1 1 +globe-trotter/1 10 +globetrotteuse/3 9 +globe-trotteuse/3 9 +globicéphale/1 1 +globigérine/1 2 +globine/1 2 +globulaire/1 4 +globulaire/1 2 +globule/1 1 +globuleuse/8 3 +globuline/1 2 +glockenspiel/1 1 +gloire/1 2 +glome/1 1 +gloméris 7 +glomérulaire/1 4 +glomérule/1 1 +gloria/1 1 +gloriette/1 2 +glorieuse/8 3 +glorieusement 8 +glorifiante/3 3 +glorification/1 2 +glorificatrice/3 6 +glorifiée/3 3 +glorifier/4 11 +gloriole/1 2 +glose/1 2 +gloser/4 110 +gloss 7 +glossaire/1 1 +glossateur/1 1 +glossectomie/1 2 +glossématique/1 4 +glossématique/1 2 +glossème/1 1 +glossette/1 2 +glossine/1 2 +glossite/1 2 +glossolalie/1 2 +glossonyme/1 1 +glossopharyngienne/3 3 +glosso-pharyngienne/3 3 +glossotomie/1 2 +glottale/8 3 +glotte/1 2 +glottique/1 4 +glouglou/1 1 +glougloutante/3 3 +glouglouter/10 14 +gloussante/3 3 +gloussement/1 1 +glousser/10 14 +glouteron/1 1 +gloutonne/3 6 +gloutonnement 8 +gloutonner/4 17 +gloutonnerie/1 2 +glu/1 2 +gluante/3 3 +gluau/19 1 +glucane/1 1 +glucide/1 1 +glucidique/1 4 +glucinium/1 1 +glucomètre/1 1 +glucosamine/1 2 +glucose/1 1 +glucosée/3 3 +glucoserie/1 2 +glucoside/1 1 +glucuronique/1 4 +glui/1 1 +glume/1 2 +glumelle/1 2 +gluon/1 1 +glutamate/1 1 +glutamine/1 2 +glutamique/1 4 +glutathion/1 1 +gluten/1 1 +glutineuse/8 3 +glycation/1 2 +glycémie/1 2 +glycémique/1 4 +glycéride/1 1 +glycérie/1 2 +glycérine/1 2 +glycériner/4 5 +glycérique/1 4 +glycérol/1 1 +glycérophosphate/1 1 +glycine/1 2 +glycocolle/1 1 +glycogène/1 4 +glycogène/1 1 +glycogenèse/1 2 +glycogénique/1 4 +glycogénogenèse/1 2 +glycogénolyse/1 2 +glycol/1 1 +glycolipide/1 1 +glycolysation/1 2 +glycolyse/1 2 +glycoprotéine/1 2 +glycosaminoglycane/1 1 +glycosurie/1 2 +glycosurique/1 4 +glycosylation/1 2 +glycosylée/3 3 +glyphe/1 1 +glyptique/1 4 +glyptique/1 2 +glyptodon/1 1 +glyptodon/1 1 +glyptodonte/1 1 +glyptographie/1 2 +glyptothèque/1 2 +gnangnan 45 +gnangnan/1 4 +gnangnan/1 10 +gnaque/1 2 +gnathologie/1 2 +gnathologique/1 4 +gneiss 7 +gnétophyte/1 2 +gnian-gnian 45 +gnocchi 7 +gnocchi/1 1 +gnognote/1 2 +gnognotte/1 2 +gnôle/1 2 +gnome/1 1 +gnomique/1 10 +gnomon/1 1 +gnomonique/1 4 +gnomonique/1 2 +gnomoniste/1 10 +gnon/1 1 +gnose/1 2 +gnoséologie/1 2 +gnoséologique/1 4 +gnosie/1 2 +gnosticisme/1 1 +gnostique/1 4 +gnotobiotique/1 4 +gnou/1 1 +gnouf/1 1 +go 87 +go 7 +goal/1 1 +goal-average/1 1 +goaler/4 5 +gobage/1 1 +gobée/3 3 +gobelet/1 1 +gobeleterie/1 2 +gobelèterie/1 2 +gobeletière/3 9 +gobeline/3 9 +gobemouche/1 1 +gobe-mouche/1 1 +gobe-mouches 7 +gober/4 5 +goberge/1 2 +goberger/4 55 +gobeter/40 5 +gobeuse/3 6 +gobie/1 1 +godage/1 1 +godaille/1 2 +godailler/10 14 +godasse/1 2 +gode/1 1 +godelureau/19 1 +godemiché/1 1 +godemichet/1 1 +goder/10 14 +godet/1 1 +godiche/1 2 +godillante/3 3 +godille/1 2 +godiller/10 14 +godilleuse/3 9 +godillot/1 1 +godiner/4 55 +godiveau/19 1 +godron/1 1 +godronnage/1 1 +godronnée/3 3 +godronner/4 5 +goéland/1 1 +goélette/1 2 +goémon/1 1 +goémonière/3 9 +goethite/1 2 +goétie/1 2 +goglu/1 1 +gogo/1 1 +goguenarde/3 3 +goguenarder/10 14 +goguenarderie/1 2 +goguenardise/1 2 +goguenot/1 1 +gogues 20 +goguette/1 2 +goï/1 13 +goïm 144 +goinfre/1 10 +goinfrer/4 102 +goinfrerie/1 2 +goitre/1 1 +goitreuse/8 3 +golden 57 +golden/1 2 +golem/1 1 +golf/1 1 +golfe/1 1 +golfeuse/3 9 +golfique/1 4 +golmote/1 2 +golmotte/1 2 +gombo/1 1 +goménol/1 1 +goménolée/3 6 +gomina/1 2 +gominée/3 3 +gominer/4 55 +gommage/1 1 +gomme/1 2 +gommée/3 3 +gomme-gutte 47 +gommer/4 5 +gomme-résine 47 +gommes-guttes 46 +gommes-résines 46 +gommeuse/8 6 +gommier/1 1 +gomorrhéenne/3 6 +gomorrhiser 5 +gonade/1 2 +gonadique/1 4 +gonadostimuline/1 2 +gonadotrope/1 4 +gonadotrophine/1 2 +gonalgie/1 2 +gonange/1 1 +gonarthrose/1 2 +gond/1 1 +gonder/4 5 +gondolage/1 1 +gondolante/3 3 +gondole/1 2 +gondolée/3 3 +gondolement/1 1 +gondoler/4 102 +gondolière/3 9 +gonelle/1 2 +gonfalon/1 1 +gonfalonier/1 1 +gonfanon/1 1 +gonfanonier/1 1 +gonflable/1 4 +gonflage/1 1 +gonflante/3 3 +gonflée/3 3 +gonflement/1 1 +gonfler/4 42 +gonfleur/1 1 +gong/1 1 +gongonner/10 14 +gongorisme/1 1 +gonio/1 10 +goniomètre/1 1 +goniométrie/1 2 +goniométrique/1 4 +gonnelle/1 2 +gonochorisme/1 1 +gonococcie/1 2 +gonococcique/1 4 +gonocoque/1 1 +gonophore/1 1 +gonorrhée/1 2 +gonosome/1 1 +gonosomique/1 4 +gonozoïde/1 1 +gonzesse/3 9 +gord/1 1 +gordien/1 126 +gore 45 +gore/1 4 +gore/1 1 +goret/1 1 +gorfou/1 1 +gorge/1 2 +gorge-de-pigeon 45 +gorgée/3 3 +gorgée/1 2 +gorgeon/1 1 +gorgeonner 55 +gorger/4 11 +gorgerette/1 2 +gorgerin/1 1 +gorget/1 1 +gorgone/1 2 +gorgonzola/1 1 +gorille/1 1 +goron/1 1 +gosette/1 2 +gosier/1 1 +gospel/1 1 +gosse/1 10 +gotha/1 1 +gothique/1 13 +gotique/1 1 +goton/1 1 +gouache/1 2 +gouachée/3 3 +gouacher/4 5 +gouacheuse/3 9 +gouaille/1 2 +gouailler/10 14 +gouaillerie/1 2 +gouailleuse/3 6 +gouailleusement 8 +goualante/1 2 +goualer/4 17 +gouape/1 2 +gouaper/10 14 +gouda/1 1 +goudron/1 1 +goudronnage/1 1 +goudronnée/3 3 +goudronner/4 5 +goudronneuse/3 9 +goudronneuse/8 3 +gouet/1 1 +gouffre/1 1 +gouge/1 2 +gouger/4 5 +gougère/1 2 +gougnafier/1 1 +gougnote/1 2 +gougnoter 5 +gougnotte/1 2 +gougnotter 5 +gouine/1 2 +goujat/1 1 +goujaterie/1 2 +goujon/1 1 +goujonner/4 5 +goujonnette/1 2 +goujonnière/1 108 +goulache/1 10 +goulafre/1 13 +goulag/1 1 +goulasch/1 10 +goule/1 2 +goulée/1 2 +goulet/1 1 +gouleyante/3 3 +goulot/1 1 +goulotte/1 2 +goulue/3 6 +goulument 8 +goulûment 8 +goum/1 1 +goumier/1 1 +goupil/1 1 +goupille/1 2 +goupiller/4 11 +goupillon/1 1 +goupillonner/4 5 +gour/1 1 +goura/1 1 +gourance/1 2 +gourancer 55 +gourbi/1 1 +gourde/3 6 +gourdin/1 1 +gourelle/1 2 +gourer/4 55 +gourgandine/1 2 +gourgane/1 2 +gourmade/1 2 +gourmande/3 6 +gourmandée/3 3 +gourmander/4 5 +gourmandise/1 2 +gourme/1 2 +gourmée/3 3 +gourmet/1 1 +gourmette/1 2 +gournable/1 2 +gourou/1 10 +gousse/1 2 +gousset/1 1 +gout/1 1 +goût/1 1 +goutée/3 3 +goûtée/3 3 +gouter/1 1 +goûter/1 1 +gouter/4 110 +goûter/4 110 +gouteuse/3 9 +goûteuse/3 9 +gouteuse/8 3 +goûteuse/8 3 +goûte-vin 7 +goute-vin/1 1 +goutte/1 2 +goutte-à-goutte 7 +gouttelette/1 2 +goutter/10 14 +gouttereau/19 94 +goutteur/1 1 +goutteuse/8 6 +gouttière/1 2 +gouttiner/69 111 +gouvernable/1 4 +gouvernail/1 1 +gouvernance/1 2 +gouvernante/3 6 +gouverne/1 2 +gouvernée/3 3 +gouvernement/1 1 +gouvernementale/8 3 +gouvernementalisme/1 1 +gouverner/4 42 +gouverneure/3 9 +gouvernorat/1 1 +gouzi-gouzi 18 +gouzigouzi/1 1 +gouzis-gouzis 20 +goy/1 13 +goyave/1 2 +goyavier/1 1 +goyim 144 +gr/38 7 +grabat/1 1 +grabataire/1 13 +grabatisation/1 2 +graben/1 1 +grabuge/1 1 +grâce 78 +grâce/1 2 +graciée/3 3 +gracier/4 5 +gracieuse/8 6 +gracieusement 8 +gracieuseté/1 2 +gracile/1 4 +gracilité/1 2 +gradateur/1 1 +gradation/1 2 +grade/1 1 +gradée/3 6 +gradient/1 1 +gradin/1 1 +gradine/1 2 +gradualisme/1 1 +gradualiste/1 13 +gradualité/1 2 +graduat/1 1 +graduateur/1 1 +graduation/1 2 +graduée/3 6 +graduel/1 1 +graduelle/3 3 +graduellement 8 +graduer/4 5 +gradus 7 +grafcet/1 1 +graff/1 1 +graffer 55 +graffiter/4 17 +graffiteuse/3 9 +graffiti 7 +graffiti/1 1 +grafigner/4 5 +graille/1 2 +graillement/1 1 +grailler/4 17 +graillon/1 1 +graillonner/10 14 +grain/1 1 +grainage/1 1 +graine/1 2 +grainée/3 3 +grainer/4 5 +graineterie/1 2 +grainèterie/1 2 +grainetière/3 9 +grainière/3 9 +graissage/1 1 +graissante/3 3 +graisse/1 2 +graissée/3 3 +graisser/4 17 +graisseuse/3 6 +graisseuse/8 3 +gram 18 +gramen/1 1 +gramicidine/1 2 +graminacée/1 2 +graminée/1 4 +graminée/1 2 +grammage/1 1 +grammaire/1 2 +grammairienne/3 6 +grammaticale/8 3 +grammaticalement 8 +grammaticalisation/1 2 +grammaticaliser/4 11 +grammaticalité/1 2 +grammatiste/1 10 +grammatologie/1 2 +grammatologique/1 4 +gramme/61 1 +gramophone/1 1 +gramscisme/1 1 +grand-angle 18 +grand-angulaire 18 +grand-chose 78 +grand-croix 88 +grand-duc 18 +grand-ducale/8 3 +grand-duché 18 +grande/3 6 +grande-duchesse 47 +grandelette/3 3 +grandement 8 +grandes-duchesses 46 +grandesse/1 2 +grandette/3 3 +grandeur/1 2 +grand-guignolesque/1 4 +grandie/3 3 +grandiloquence/1 2 +grandiloquente/3 3 +grandiose/1 4 +grandiosement 8 +grandir/29 100 +grandissante/3 3 +grandissement/1 1 +grandissime/1 4 +grand-maman/1 2 +grand-mère/1 2 +grand-messe/1 2 +grand-oncle 18 +grand-papa 18 +grand-peine 87 +grand-père 18 +grand-route 47 +grands-angles 20 +grands-angulaires 20 +grands-croix 20 +grands-duchés 20 +grands-ducs 20 +grands-mamans 46 +grands-mères 46 +grands-messes 46 +grands-oncles 46 +grands-papas 20 +grands-parents 20 +grands-pères 239 +grands-routes 46 +grands-tantes 46 +grands-voiles 46 +grand-tante/1 2 +grand-voile/1 2 +grange/1 2 +granit/1 1 +granite/1 1 +granitée/3 3 +graniter/4 5 +graniteuse/8 3 +granitique/1 4 +granitoïde/1 4 +granivore/1 4 +granivore/1 1 +granny-smith 57 +granoclassement/1 1 +granulaire/1 4 +granularité 47 +granulat/1 1 +granulation/1 2 +granule/1 1 +granulé/1 1 +granulée/3 3 +granuler/4 5 +granuleuse/8 3 +granulie/1 2 +granulite/1 2 +granulocyte/1 1 +granulomatose/1 2 +granulome/1 1 +granulométrie/1 2 +granulométrique/1 4 +grapefruit/1 1 +grape-fruit/1 1 +graphe/1 1 +graphème/1 1 +graphène/1 1 +grapheur/1 1 +graphie/1 2 +graphiose/1 2 +graphique/1 13 +graphiquement 8 +graphisme/1 1 +graphiste/1 10 +graphitage/1 1 +graphite/1 1 +graphiter/4 5 +graphiteuse/8 3 +graphitique/1 4 +graphologie/1 2 +graphologique/1 4 +graphologue/1 10 +graphomane/1 13 +graphomanie/1 2 +graphomètre/1 1 +graphométrie/1 2 +graphorrhée/1 2 +grappe/1 2 +grappillage/1 1 +grappiller/4 17 +grappilleuse/3 9 +grappillon/1 1 +grappin/1 1 +gras 7 +gras-double/1 1 +grasse/3 3 +grassement 8 +grasserie/1 2 +grasset/1 1 +grasseyante/3 3 +grasseyement/1 1 +grasseyer/4 17 +grassmannienne/3 6 +grassouillette/3 3 +grateron/1 1 +graticiel/1 1 +graticulation/1 2 +graticuler/4 5 +gratifiante/3 3 +gratification/1 2 +gratifiée/3 3 +gratifier/4 5 +gratin/1 1 +gratinée/3 3 +gratiner/4 17 +gratiole/1 2 +gratis 45 +gratis 8 +gratitude/1 2 +gratos 8 +grattage/1 1 +gratte/1 2 +gratte-ciel 7 +gratte-ciel/1 1 +gratte-cul 7 +gratte-cul/1 1 +gratte-dos 7 +grattée/3 3 +grattelle/1 2 +grattement/1 1 +gratte-papier 7 +gratte-papier/1 1 +gratter/4 42 +gratteron/1 1 +gratteuse/3 9 +grattoir/1 1 +grattouiller/4 5 +gratture/1 2 +gratuiciel/1 1 +gratuite/3 3 +gratuité/1 2 +gratuitement 8 +grau/19 1 +gravatière/3 9 +gravats 20 +grave 8 +grave/1 13 +gravée/3 3 +gravelée/1 4 +gravelée/1 2 +graveleuse/8 3 +gravelle/1 2 +gravelure/1 2 +gravement 8 +graver/4 42 +gravettienne/3 6 +graveuse/3 9 +gravide/1 4 +gravidique/1 4 +gravidité/1 2 +gravie/3 3 +gravier/1 1 +gravière/1 2 +gravifique/1 4 +gravillon/1 1 +gravillonnage/1 1 +gravillonnée/3 3 +gravillonner/4 5 +gravillonneuse/3 9 +gravimètre/1 1 +gravimétrie/1 2 +gravimétrique/1 4 +gravir/29 209 +gravisphère/1 2 +gravissime/1 4 +gravitaire/1 4 +gravitation/1 2 +gravitationnelle/3 3 +gravitationnellement 8 +gravité/1 2 +graviter/10 14 +gravitique/1 4 +graviton/1 1 +gravois 20 +gravure/1 2 +gray/61 1 +gré 18 +gréage/1 1 +grèbe/1 1 +grébiche/1 2 +grébige/1 2 +gréciser/4 5 +grécité 47 +gréco-latine/3 3 +gréco-romaine/3 3 +grecquage/1 1 +grecque/3 6 +grecquer/4 5 +gredine/3 9 +gredinerie/1 2 +gréement/1 1 +green/1 1 +gréer/4 5 +gréeuse/3 9 +greffage/1 1 +greffe/1 10 +greffée/3 3 +greffer/4 11 +greffeuse/3 9 +greffière/3 9 +greffoir/1 1 +greffon/1 1 +grégaire/1 13 +grégarisme/1 1 +grège/1 4 +grégeois 130 +grégorienne/3 3 +grègues 46 +grêle/1 4 +grêle/1 2 +grêlée/3 3 +grêler/132 211 +grelin/1 1 +grelinette/1 2 +grêlon/1 1 +grelot/1 1 +grelotante/3 3 +grelote/1 2 +grelotement/1 1 +greloter/10 14 +grelottante/3 3 +grelotte/1 2 +grelottement/1 1 +grelotter/10 14 +greluche/1 2 +greluchon/1 1 +grémil/1 1 +grémille/1 2 +grenache/1 1 +grenadage/1 1 +grenade/1 2 +grenadeur/1 1 +grenadienne/3 6 +grenadière/3 9 +grenadille/1 2 +grenadine/3 6 +grenage/1 1 +grenaillage/1 1 +grenaille/1 2 +grenailler/4 5 +grenailleuse/3 9 +grenaison/1 2 +grenat 45 +grenat/1 1 +grenée/3 3 +greneler/40 5 +grener/47 17 +grènetis 7 +greneuse/3 9 +grenier/1 1 +grenobloise/3 6 +grenouillage/1 1 +grenouillante/3 3 +grenouille/1 2 +grenouiller/10 14 +grenouillère/1 2 +grenouillesque/1 4 +grenouillette/1 2 +grenue/3 3 +grenure/1 2 +grès 7 +grésage 18 +gréser/33 5 +gréseuse/1 2 +gréseuse/8 3 +grésière/1 2 +grésil/1 1 +grésillante/3 3 +grésillement/1 1 +grésiller/10 111 +grésoir/1 1 +gressin/1 1 +grève/1 2 +gréver/10 14 +grever/47 5 +grévicultrice/3 9 +gréviste/1 13 +gribiche/1 4 +gribouillage/1 1 +gribouille/1 1 +gribouillée/3 3 +gribouiller/4 17 +gribouilleuse/3 9 +gribouillis 7 +grièche/1 4 +grief/1 1 +grièvement 8 +griffade/1 2 +griffage/1 1 +griffe/1 2 +griffée/3 3 +griffer/4 17 +griffeuse/3 6 +griffon/1 1 +griffonnage/1 1 +griffonnée/3 3 +griffonnement/1 1 +griffonner/4 17 +griffonneuse/3 6 +griffue/3 3 +griffure/1 2 +grignarde/3 3 +grigne/1 2 +grigner/10 14 +grignon/1 1 +grignotage/1 1 +grignotement/1 1 +grignoter/4 17 +grignoteuse/3 6 +grignotine/1 2 +grignotis 7 +grigou/1 1 +gri-gri 18 +grigri/1 1 +grigriser/4 5 +gril/1 1 +grill/1 1 +grillade/1 2 +grilladerie/1 2 +grillage/1 1 +grillagée/3 3 +grillager/4 5 +grillageur/1 1 +grille/1 2 +grillée/3 3 +grille-pain 7 +grille-pain/1 1 +griller/4 42 +grillette/3 9 +grilloir/1 1 +grillon/1 1 +grill-room/1 1 +grimaçante/3 3 +grimace/1 2 +grimacer/10 14 +grimacerie/1 2 +grimacière/3 6 +grimage/1 1 +grimaude/3 6 +grimée/3 3 +grimer/4 11 +grimoire/1 1 +grimpante/3 6 +grimpe/1 2 +grimpée/1 2 +grimper/4 17 +grimpereau/19 1 +grimpette/1 2 +grimpeuse/3 6 +grinçante/3 3 +grincement/1 1 +grincer/10 14 +grinche/1 10 +grincher/4 5 +grincheuse/8 3 +gringalet/1 1 +gringe/1 4 +gringo/1 1 +gringolée/3 3 +gringue/1 1 +gringuer/10 14 +griotte/3 9 +grip/1 1 +grippage/1 1 +grippale/8 3 +grippe/1 2 +grippée/3 3 +gripper/4 42 +grippe-sou/1 13 +grisaille/1 2 +grisaillée/3 3 +grisailler/4 17 +grisante/3 3 +grisard/1 1 +grisâtre/1 4 +grisbi/1 1 +grise/3 6 +grisée/3 3 +griser/4 11 +griserie/1 2 +griset/1 1 +grisette/1 2 +gris-gris 20 +grisoler/10 14 +grisoller/10 14 +grisonnante/3 3 +grisonne/3 6 +grisonnement/1 1 +grisonner/10 14 +grisou/1 1 +grisoumètre/1 1 +grisouteuse/8 3 +grive/1 2 +grivelée/3 3 +griveler/40 17 +grivèlerie/1 2 +grivelure/1 2 +griveton/1 1 +grivoise/3 6 +grivoisement 8 +grivoiserie/1 2 +grizzli/1 1 +grizzly/41 1 +groenendael/1 1 +groenlandaise/3 6 +grog/1 1 +groggy 45 +grognarde/3 6 +grognasse/1 2 +grognasser/10 14 +grogne/1 2 +grognement/1 1 +grogner/4 17 +grognerie/1 2 +grogneuse/3 6 +grognonne/3 6 +grognonner/10 14 +groin/1 1 +groisil/1 1 +grole/1 2 +grolle/1 2 +grommèlement/1 1 +grommeler/40 17 +grommellement/1 1 +grondante/3 3 +gronde/1 2 +grondée/3 3 +grondement/1 1 +gronder/4 17 +gronderie/1 2 +grondeuse/3 6 +grondin/1 1 +groom/1 10 +groove 7 +gros-boutiste/1 4 +groschen/1 1 +groseille 45 +groseille/1 10 +groseillier/1 1 +gros-grain/1 1 +gros-porteur/1 1 +grosse/3 6 +grosserie/1 2 +grossesse/1 2 +grosseur/1 2 +grossie/3 3 +grossière/3 3 +grossièrement 8 +grossièreté/1 2 +grossir/29 101 +grossissante/3 3 +grossissement/1 1 +grossiste/1 10 +grosso 87 +grossoyer/4 5 +grotesque/1 4 +grotesquement 8 +grotte/1 2 +grouillante/3 3 +grouillement/1 1 +grouiller/4 102 +grouillis 7 +grouillot/1 1 +groûler/10 14 +groumer/10 14 +groupage/1 1 +groupale/8 3 +groupe/1 1 +groupée/3 3 +groupement/1 1 +grouper/4 42 +groupie/1 10 +groupiste/1 10 +groupoïde/1 1 +groupusculaire/1 4 +groupuscule/1 1 +grouse/1 2 +gruau/19 1 +grue/1 2 +grugée/3 3 +grugeoir/1 1 +gruger/4 5 +grugeuse/3 6 +grulette/1 2 +grume/1 2 +grumeau/19 1 +grumelée/3 3 +grumeler/40 55 +grumeleuse/8 3 +grumelure/1 2 +grumier/1 1 +grunge/1 13 +gruppetto/51 1 +gruppetto/1 1 +grutière/3 9 +gruyère/1 1 +gryphée/1 2 +guacamole/1 1 +guadeloupéenne/3 6 +guai/1 126 +guaïfénésine/1 2 +guanaco/1 1 +guanidine/1 2 +guanine/1 2 +guano/1 1 +guanosine/1 2 +guarana/1 1 +guarani/1 13 +guatémaltèque/1 13 +gué/1 1 +guéable/1 4 +guèbre/1 13 +guède/1 2 +guéer/4 5 +guéguerre/1 2 +guelfe/1 10 +guelte/1 2 +guenille/1 2 +guenon/1 2 +guépard/1 1 +guêpe/1 2 +guêpière/3 9 +guère 8 +guéret/1 1 +guéridon/1 1 +guérie/3 3 +guérilla/1 2 +guérillero/1 1 +guérilléro/1 1 +guérir/29 100 +guérison/1 2 +guérissable/1 4 +guérissante/3 3 +guérisseuse/3 6 +guérite/1 2 +guerre/1 2 +guerrière/3 6 +guerroyer/4 17 +guerroyeuse/3 6 +guet/1 1 +guet-apens 18 +guète/1 2 +guêtre/1 2 +guêtrer/4 11 +guêtron/1 1 +guets-apens 20 +guette/1 2 +guetter/4 42 +guetteuse/3 9 +gueulante/3 9 +gueularde/3 6 +gueule/1 2 +gueule-de-loup 47 +gueulée/3 3 +gueulement/1 1 +gueuler/4 17 +gueules-de-loup 46 +gueuleton/1 1 +gueuletonner/10 14 +gueuse/8 9 +gueuser/4 17 +gueuserie/1 2 +gueuze/1 2 +gugusse/1 1 +gui/1 1 +guibole/1 2 +guibolle/1 2 +guibre/1 2 +guiche/1 2 +guichet/1 1 +guichetière/3 9 +guidage/1 1 +guidance/1 2 +guide/1 10 +guide-âne/1 1 +guideau/19 1 +guidée/3 3 +guide-fil 7 +guide-fil/1 1 +guider/4 11 +guiderope/1 1 +guidon/1 1 +guignard/1 1 +guignarde/3 3 +guigne/1 2 +guigner/4 5 +guignette/1 2 +guignier/1 1 +guignolade/1 2 +guignole/3 9 +guignolesque/1 4 +guignolet/1 1 +guignon/1 1 +guilde/1 2 +guili-guili 7 +guiliguili/1 1 +guillaume/1 1 +guilledou 18 +guillemet/1 1 +guilleméter/33 5 +guillemeter/40 5 +guillemot/1 1 +guillerette/3 3 +guilleri/1 1 +guillochage/1 1 +guillochée/3 3 +guillocher/4 5 +guillocheuse/3 9 +guillochis 7 +guillochure/1 2 +guillotine/1 2 +guillotinée/3 6 +guillotiner/4 5 +guillotineuse/3 9 +guimauve/1 2 +guimbarde/1 2 +guimpe/1 2 +guinche/1 10 +guincher/10 14 +guindage/1 1 +guindaille/1 2 +guindailler/10 14 +guindailleuse/3 9 +guindeau/19 1 +guindée/3 3 +guinder/4 11 +guinderesse/1 2 +guinée/1 2 +guinéenne/3 6 +guingois 7 +guinguette/1 2 +guipage/1 1 +guiper/4 5 +guipoir/1 1 +guipon/1 1 +guipure/1 2 +guirlande/1 2 +guisarme/1 2 +guise/1 2 +guitare/1 2 +guitariste/1 10 +guitoune/1 2 +guivre/1 2 +guivrée/3 3 +gujarati/1 1 +gulden/1 1 +gummifère/1 4 +gunitage/1 1 +gunite/1 2 +günz 7 +guppy/1 1 +gur 7 +guru/1 10 +gus 7 +gusse/1 1 +gustation/1 2 +gustative/3 3 +gustométrie/1 2 +gutta-percha 47 +guttapercha/1 2 +guttas-perchas 46 +gutturale/8 3 +gutturalement 8 +guyanaise/3 6 +guyanienne/3 6 +guyot/1 10 +guzla/1 2 +gym/1 2 +gymkhana/1 1 +gymnase/1 1 +gymnasiale/8 3 +gymnasiarque/1 1 +gymnasienne/3 9 +gymnaste/1 10 +gymnastique/1 4 +gymnastique/1 2 +gymnique/1 4 +gymnocarpe/1 4 +gymnosophiste/1 13 +gymnosperme/1 4 +gymnosperme/1 2 +gymnote/1 1 +gynandromorphisme/1 1 +gynécée/1 1 +gynéco/1 10 +gynécologie/1 2 +gynécologique/1 4 +gynécologiste/1 10 +gynécologue/1 10 +gynécomastie/1 2 +gynerium/1 1 +gynérium/1 1 +gypaète/1 1 +gypse/1 1 +gypserie/1 2 +gypseuse/8 3 +gypsier/1 1 +gypsomètre/1 1 +gypsophile/1 2 +gyrin/1 1 +gyrobicoupole/1 2 +gyrocompas 7 +gyrolaser/1 1 +gyromagnétique/1 4 +gyromètre/1 1 +gyromitre/1 10 +gyrophare/1 1 +gyropilote/1 1 +gyropode/1 1 +gyroscope/1 1 +gyroscopique/1 4 +gyrostat/1 1 +h 7 +h/38 57 +ha/38 7 +hab 88 +habanera/1 2 +habanéra/1 2 +habile/2 4 +habilement/9 8 +habileté/2 2 +habilitation/2 2 +habilité/2 2 +habilitée/5 3 +habiliter/11 5 +habillable/2 4 +habillage/2 1 +habillée/5 3 +habillement/2 1 +habiller/15 11 +habilleuse/5 9 +habit/2 1 +habitabilité/2 2 +habitable/2 4 +habitacle/2 1 +habitante/5 9 +habitat/2 1 +habitation/2 2 +habitée/5 3 +habiter/11 17 +habituation/2 2 +habitude/2 2 +habituée/5 6 +habituelle/5 3 +habituellement/9 8 +habituer/15 11 +habitus/7 7 +hâbler/4 14 +hâblerie/1 2 +hâbleuse/3 6 +hach/1 1 +hachage/1 1 +hache/1 2 +hachée/3 3 +hache-fourrage 7 +hache-fourrage/1 1 +hache-légume/1 1 +hache-légumes 7 +hachement/1 1 +hachémite/1 13 +hache-paille 7 +hache-paille/1 1 +hacher/4 5 +hachereau/19 1 +hachette/1 2 +hacheuse/3 9 +hache-viande 7 +hache-viande/1 1 +hachich/1 1 +hachichée/3 3 +hachichine/3 6 +hachichisme/1 1 +hachis 7 +hachisch/1 1 +hachischée/3 3 +hachischine/3 6 +hachischisme/1 1 +hachoir/1 1 +hachure/1 2 +hachurée/3 3 +hachurer/4 5 +hacienda/2 2 +hacker/1 10 +hackeuse/3 9 +hadale/22 3 +haddock/1 1 +hadith/1 1 +hadj 7 +hadj/1 1 +hadji 7 +hadji/1 1 +hadron/1 1 +hadronique/1 4 +hafnium/1 1 +hagarde/3 3 +haggis 7 +hagiographe/2 13 +hagiographie/2 2 +hagiographique/2 4 +hagiotoponyme/2 1 +hagiotoponymie/2 2 +haïe 70 +haïe/3 3 +haie/1 2 +haïk/1 1 +haïkaï/1 1 +haïku/1 1 +haillon/1 1 +haillonneuse/8 3 +haine/1 2 +haineuse/8 3 +haineusement 8 +haïr/250 100 +haire/1 2 +haïssable/1 4 +haïtienne/3 6 +hajj 7 +haka/1 1 +halage/1 1 +halal 45 +halal/1 4 +halbi/1 1 +halbran/1 1 +hâle/1 1 +halecret/1 1 +halée/3 3 +hâlée/3 3 +haleine/2 2 +halenée/2 2 +halener/47 5 +haler/4 5 +hâler/4 11 +haletante/3 3 +halètement/1 1 +haleter/131 14 +haleuse/3 9 +halftrack/1 1 +half-track/1 1 +halicte/2 1 +halieute/2 10 +halieutique/2 13 +halin/1 1 +haline/3 3 +halioculture/2 2 +haliotide/2 2 +haliple/1 1 +halitueuse/22 3 +halkiner/4 14 +hall/1 1 +hallage/1 1 +hallal 45 +hallali/2 1 +halle/1 2 +hallebarde/1 2 +hallebardier/1 1 +hallier/1 1 +hallstattienne/3 3 +hallucinante/5 3 +hallucination/2 2 +hallucinatoire/2 4 +hallucinée/5 6 +halluciner/11 5 +hallucinogène/2 4 +hallucinogène/2 1 +hallucinose/2 2 +halo/1 1 +halochimie/2 2 +halochromie/2 2 +halogénation/2 2 +halogène/2 4 +halogène/2 1 +halogénée/5 3 +halogénure/2 4 +halogénure/2 1 +halographie/2 2 +haloïde/2 1 +hâloir/1 1 +halophile/2 4 +halophile/2 1 +halophyte/2 4 +halophyte/2 2 +halotechnie/2 2 +halte/1 2 +halte-garderie 47 +haltère/2 1 +haltérophile/2 10 +haltérophilie/2 2 +haltes-garderies 46 +halva/1 1 +hamac/1 1 +hamada/1 2 +hamadryade/2 2 +hamadryas/7 7 +hamamélis/7 7 +hamburger/1 1 +hameau/19 1 +hameçon/2 1 +hameçonnage/2 1 +hameçonnée/5 3 +hameçonner/11 5 +hamiltonienne/5 3 +hammam/1 1 +hammerless 7 +hampe/1 2 +hamster/1 1 +han 70 +hanap/1 1 +hanche/1 2 +hanchée/3 3 +hanchement/1 1 +hancher/4 17 +handball/1 1 +hand-ball/1 1 +handballeuse/3 9 +handeler/40 5 +handicap/1 1 +handicapante/3 3 +handicapée/3 6 +handicaper/4 5 +handicapeur/1 1 +handisport/1 1 +hangar/1 1 +hanneton/1 1 +hannetonnage/1 1 +hannetonner/4 17 +hansart/1 1 +hanse/1 2 +hanséatique/1 4 +hantée/3 3 +hanter/4 5 +hantise/1 2 +hapax/7 7 +haplobionte/2 1 +haploïde/2 4 +haploïdie/2 2 +haplologie/2 2 +haplotype/2 1 +happe/1 2 +happement/1 1 +happening/1 1 +happer/4 17 +haptique/2 4 +haptique/2 2 +haptonomie/2 2 +haquebute/1 2 +haquenée/1 2 +haquet/1 1 +harakiri/1 1 +hara-kiri/1 1 +harangue/1 2 +haranguée/3 3 +haranguer/4 5 +harangueuse/3 9 +haras 7 +harassante/3 3 +harassée/3 3 +harassement/1 1 +harasser/4 5 +harcelante/3 3 +harcelée/3 3 +harcèlement/1 1 +harceler/47 5 +harceleuse/3 9 +hard 45 +hard 7 +harde/1 2 +harder/4 5 +hardeuse/3 9 +hardie/3 6 +hardiesse/1 2 +hardiment 8 +hardware/1 1 +harem/1 1 +hareng/1 1 +harengaison/1 2 +harengère/1 2 +harenguet/1 1 +harengueux 7 +harenguier/1 1 +haret/1 1 +harfang/1 1 +hargne/1 2 +hargneuse/8 3 +hargneusement 8 +haricot/1 1 +haricoter/4 5 +haridelle/1 2 +harissa/1 10 +harka/1 2 +harkie/3 6 +harle/1 1 +harmattan/2 1 +harmonica/2 1 +harmoniciste/2 10 +harmonicité/2 2 +harmonicorde/2 1 +harmonie/2 2 +harmonieuse/22 3 +harmonieusement/9 8 +harmonique/2 13 +harmoniquement/9 8 +harmonisation/2 2 +harmonisée/5 3 +harmoniser/15 11 +harmoniste/2 10 +harmonium/2 1 +harnachée/3 3 +harnachement/1 1 +harnacher/4 11 +harnacheur/1 1 +harnais 7 +harnois 7 +haro/1 1 +harpagon/2 1 +harpail/1 1 +harpailler/4 14 +harpe/1 2 +harpée/3 3 +harper/4 5 +harpie/1 2 +harpiste/1 10 +harpon/1 1 +harponnage/1 1 +harponnée/3 3 +harponnement/1 1 +harponner/4 5 +harponneuse/3 9 +harrisme/1 1 +harriste/1 13 +hart/1 2 +haruspice/2 1 +hasard/1 1 +hasardée/3 3 +hasarder/4 11 +hasardeuse/8 3 +hasardeusement 8 +hasardisation/1 2 +hasch/1 1 +haschich/1 1 +haschichée/3 3 +haschichine/3 6 +haschichisme/1 1 +haschisch/1 1 +haschischée/3 3 +haschischine/3 6 +haschischisme/1 1 +hase/1 2 +hassidique/1 4 +hassidisme/1 1 +hassium/1 1 +hast/2 1 +hastaire/1 1 +haste/1 2 +hastée/3 3 +hâte/1 2 +hâtée/3 3 +hâtelet/1 1 +hâtelette/1 2 +hâtelle/1 2 +hâter/4 11 +hâtereau/19 1 +hâtier/1 1 +hâtive/3 3 +hâtiveau/19 1 +hâtivement 8 +hauban/1 1 +haubanage/1 1 +haubaner/4 5 +haubert/1 1 +hausse/1 2 +hausse-col/1 1 +haussement/1 1 +hausser/4 11 +haussière/3 6 +haussmannienne/5 3 +haut 8 +haut/1 1 +hautaine/3 3 +hautainement 8 +hautbois 7 +hautboïste/1 10 +haut-commissaire 18 +haut-commissariat 18 +haut-de-chausse 18 +haut-de-chausses 18 +haut-de-forme 7 +haute/3 3 +haute-contre 119 +hautecontre/1 10 +haute-fidélité 93 +haute-fidélité 47 +hautefidélité/1 4 +hautefidélité/1 2 +haute-lisse 47 +hautelisse/1 2 +hautelissière/3 9 +haute-lissière/3 9 +hautement 8 +hautes-contre 113 +hautes-fidélités 311 +hautes-fidélités 46 +hautes-lisses 46 +hautesse/1 2 +hautes-villes 46 +hauteur/1 2 +haute-ville 47 +hauteville/1 2 +haut-fond 18 +hautin/1 1 +haut-le-cœur 7 +haut-le-corps 7 +hautparleur/1 1 +haut-parleur/1 1 +haut-relief 18 +hauts-commissaires 20 +hauts-commissariats 20 +hauts-de-chausse 20 +hauts-de-chausses 20 +hauts-de-forme 20 +hauts-fonds 20 +hauts-reliefs 20 +hauturière/3 3 +haüyne/1 2 +havage/1 1 +havanaise/3 6 +havane 45 +havane/1 1 +hâve/1 4 +haveneau/19 1 +havenet/1 1 +haver/4 17 +haveuse/3 9 +havir/29 101 +havre/1 1 +havresac/1 1 +hawaïenne/5 6 +hayon/1 1 +hé 70 +heaume/1 1 +heaumière/3 9 +hebdo/2 1 +hebdomadaire/2 4 +hebdomadaire/2 1 +hebdomadairement/9 8 +hebdomadière/5 9 +hébéphrénie/2 2 +hébéphrénique/2 4 +hébergée/5 3 +hébergement/2 1 +héberger/11 5 +hébergeuse/5 6 +hébertisme/2 1 +hébertiste/2 13 +hébétée/5 3 +hébétement/2 1 +hébètement/2 1 +hébéter/65 11 +hébétude/2 2 +hébraïque/2 4 +hébraïquement/9 8 +hébraïsante/5 3 +hébraïser/11 17 +hébraïsme/2 1 +hébraïste/2 13 +hébreu/49 94 +hécatombe/2 2 +hectare/2 1 +hectique/2 4 +hectisie/2 2 +hectométrique/2 4 +hectopièze/2 2 +hédéracée/2 2 +hédonisme/2 1 +hédoniste/2 13 +hédonistique/2 4 +hégélianisme/2 1 +hégélienne/5 3 +hégémonie/2 2 +hégémonique/2 4 +hégémonisme/2 1 +hégire/2 2 +hégirienne/5 3 +heiduque/1 1 +heimatlos 105 +heimatlosat/2 1 +hein 70 +hélas 70 +hélépole/2 2 +héler/33 11 +hélianthe/2 1 +hélianthème/2 1 +hélianthine/2 2 +héliaque/2 4 +héliaste/2 1 +hélicase/2 2 +hélice/2 2 +hélicicultrice/5 9 +héliciculture/2 2 +hélicité/2 2 +hélico/2 1 +hélicoïdale/22 3 +hélicoïde/2 13 +hélicon/2 1 +hélicoptère/2 1 +hélicoptériste/2 10 +héligare/2 2 +hélio/2 2 +héliocentrique/2 4 +héliocentrisme/2 1 +héliochimique/2 4 +héliochromie/2 2 +héliogaine/2 2 +héliographe/2 1 +héliographie/2 2 +héliograveuse/5 9 +héliogravure/2 2 +héliomarine/5 3 +héliomètre/2 1 +hélion/2 1 +héliopause/2 2 +héliophile/2 4 +héliosismologie/2 2 +héliosphère/2 2 +héliosphérique/2 4 +héliostat/2 1 +héliosynchrone/2 4 +héliothérapie/2 2 +héliothermique/2 4 +héliotrope/2 4 +héliotrope/2 1 +héliotropine/2 2 +héliotropisme/2 1 +héliport/2 1 +héliportage/2 1 +héliportée/5 3 +héliporter/11 5 +hélistation/2 2 +hélitreuillage/2 1 +hélitreuillée/5 3 +hélitreuiller/11 5 +hélium/2 1 +hélix/7 7 +hellébore/2 1 +hellène/2 13 +hellénique/2 4 +hellénisante/5 6 +hellénisation/2 2 +hellénisée/5 3 +helléniser/15 42 +hellénisme/2 1 +helléniste/2 10 +hellénistique/2 4 +hellénophone/2 13 +hello 70 +helminthe/2 1 +helminthiase/2 2 +helminthique/2 4 +helminthologie/2 2 +hélodée/2 2 +héloderme/2 1 +helvelle/2 2 +helvète/2 10 +helvétique/2 4 +helvétisme/2 1 +hem 70 +hémangiome/2 1 +hémarthrose/2 2 +hématémèse/2 2 +hématidrose/2 2 +hématie/2 2 +hématine/2 2 +hématique/2 4 +hématite/2 2 +hématologie/2 2 +hématologique/2 4 +hématologiste/2 10 +hématologue/2 10 +hématome/2 1 +hématophage/2 4 +hématopoïèse/2 2 +hématopoïétique/2 4 +hématose/2 2 +hématozoaire/2 1 +hématurie/2 2 +hème/2 1 +héméralope/2 13 +héméralopie/2 2 +hémérocalle/2 2 +hémialgie/2 2 +hémicellulose/2 2 +hémicrânie/2 2 +hémicycle/2 1 +hémicylindrique/2 4 +hémièdre/2 4 +hémiédrie/2 2 +hémiédrique/2 4 +hémine/2 2 +hémiole/2 2 +hémione/2 1 +hémiparésie/2 2 +hémiplégie/2 2 +hémiplégique/2 4 +hémiptère/2 4 +hémiptère/2 1 +hémisphère/2 1 +hémisphérique/2 4 +hémistiche/2 1 +hémitropie/2 2 +hémocompatible/2 4 +hémoculture/2 2 +hémocyanine/2 2 +hémodialyse/2 2 +hémodynamique/2 4 +hémogénie/2 2 +hémogénique/2 4 +hémoglobine/2 2 +hémoglobinopathie/2 2 +hémogramme/2 1 +hémolymphe/2 2 +hémolysante/5 3 +hémolyse/2 2 +hémolysine/2 2 +hémolytique/2 4 +hémopathie/2 2 +hémophile/2 13 +hémophilie/2 2 +hémoptysie/2 2 +hémoptysique/2 4 +hémorragie/2 2 +hémorragique/2 4 +hémorroïdaire/2 13 +hémorroïdale/22 3 +hémorroïde/2 2 +hémosidérine/2 2 +hémostase/2 2 +hémostatique/2 4 +hémotypologie/2 2 +hémovigilance/2 2 +hendécagone/2 4 +hendécagone/2 1 +hendécalogie/2 2 +hendécasyllabe/2 4 +hendécasyllabe/2 1 +henné/1 1 +hennin/1 1 +hennir/55 92 +hennissante/3 3 +hennissement/1 1 +hennuyère/3 6 +hénothéisme/2 1 +henry/61 1 +hensélienne/5 3 +hep 70 +héparane/2 1 +héparine/2 2 +hépatalgie/2 2 +hépatique/2 13 +hépatisation/2 2 +hépatisme/2 1 +hépatite/2 2 +hépatocèle/2 2 +hépatocellulaire/2 4 +hépato-cellulaire/2 4 +hépatocyte/2 1 +hépatographie/2 2 +hépatologie/2 2 +hépatologue/2 10 +hépatomégalie/2 2 +heptaèdre/2 1 +heptagonale/22 3 +heptagone/2 1 +heptalogie/2 2 +heptamètre/2 1 +heptarchie/2 2 +heptasyllabe/2 1 +heptathlon/2 1 +heptathlonienne/5 9 +heptatonique/2 4 +heptoxyde/2 1 +héraclitéenne/5 6 +héraldique/2 4 +héraldique/2 2 +héraldiquement/9 8 +héraldiste/2 10 +héraultaise/3 6 +héraut/1 1 +herbacée/5 3 +herbage/2 1 +herbagée/5 3 +herbagement/2 1 +herbager/11 5 +herbagère/5 6 +herbe/2 2 +herbée/5 3 +herber/11 5 +herberie/2 2 +herbette/2 2 +herbeuse/22 3 +herbicide/2 1 +herbier/2 1 +herbivore/2 1 +herborisation/2 2 +herborisatrice/5 9 +herborisée/5 3 +herboriser/42 14 +herboriste/2 10 +herboristerie/2 2 +herbue/5 3 +herbue/2 2 +herchage/1 1 +hercher/10 14 +hercheuse/3 9 +hercule/2 1 +herculéenne/5 3 +hercynienne/5 3 +herdbook/1 1 +herd-book/1 1 +hère/1 1 +héréditaire/2 4 +héréditairement/9 8 +hérédité/2 2 +hérédosyphilis/7 57 +hérésiarque/2 10 +hérésie/2 2 +hérésiologie/2 2 +hérésiologique/2 4 +hérésiologue/2 10 +hérétique/2 13 +hérissée/3 3 +hérissement/1 1 +hérisser/4 11 +hérissonne/3 9 +hérissonner/4 42 +héritabilité/2 2 +héritable/2 4 +héritage/2 1 +héritée/5 3 +hériter/42 123 +héritière/5 9 +hermandad/2 2 +hermaphrodisme/2 1 +hermaphrodite/2 13 +herméneute/2 10 +herméneutique/2 4 +herméneutique/2 2 +hermès/7 7 +hermesse/1 2 +herméticité/2 2 +hermétique/2 4 +hermétiquement/9 8 +hermétisme/2 1 +hermétiste/2 13 +hermine/2 2 +herminée/5 3 +herminette/2 2 +hermitienne/5 3 +herniaire/1 4 +herniaire/1 2 +hernie/1 2 +herniée/3 3 +hernieuse/8 3 +héro/7 47 +héroïcité/2 2 +héroïcomique/2 4 +héroï-comique/2 4 +héroïne/2 2 +héroïnomane/2 10 +héroïnomanie/2 2 +héroïque/2 4 +héroïquement/9 8 +héroïsme/2 1 +héron/1 1 +héronneau/19 1 +héronnière/1 2 +héros 7 +herpe/1 2 +herpès/7 7 +herpétique/2 4 +herpétisme/2 1 +herpétologie/2 2 +herpétologique/2 4 +herpétologiste/2 10 +hersage/1 1 +herschage/1 1 +herscher/10 14 +herscheuse/3 9 +herse/1 2 +herser/4 5 +herseuse/3 6 +hertz/112 7 +hertzienne/3 3 +hervienne/3 6 +hesbignonne/3 6 +hésitante/5 6 +hésitation/2 2 +hésiter/42 14 +hessienne/3 6 +hétaïre/2 2 +hétairie/2 2 +hétéro/2 13 +hétérocentrique/2 4 +hétérocerque/2 4 +hétérochromatine/2 2 +hétérochromie/2 2 +hétérochromosome/2 1 +hétérochronie/2 2 +hétéroclite/2 4 +hétéroclitique/2 4 +hétérocycle/2 1 +hétérocyclique/2 4 +hétérodiégétique/2 4 +hétérodoxe/2 4 +hétérodoxie/2 2 +hétéroduplex/7 7 +hétérodyne/2 13 +hétérogame/2 4 +hétérogamie/2 2 +hétérogène/2 4 +hétérogénéité/2 2 +hétérogenèse/2 2 +hétérogénie/2 2 +hétérogreffe/2 2 +hétérojonction/2 2 +hétérologue/2 4 +hétérolyse/2 2 +hétérométabole/2 4 +hétéromorphe/2 4 +hétéromorphie/2 2 +hétéromorphisme/2 1 +hétéronome/2 4 +hétéronomie/2 2 +hétéronyme/2 4 +hétéronyme/2 1 +hétéroparentalité/2 2 +hétérophilie/2 2 +hétéroplastie/2 2 +hétéroptère/2 4 +hétéroptère/2 1 +hétérosexualité/2 2 +hétérosexuelle/5 6 +hétéroside/2 1 +hétérosphère/2 2 +hétérotherme/2 4 +hétérotherme/2 1 +hétérothermie/2 2 +hétérotrophe/2 4 +hétérotrophie/2 2 +hétérozygote/2 4 +hétérozygotie/2 2 +hetman/2 1 +hêtraie/1 2 +hêtre/1 1 +heu 70 +heure/5 9 +heure-homme/7 18 +heure-machine/7 18 +heures-homme/9 46 +heures-machine/9 46 +heureuse/22 6 +heureusement/9 8 +heuristique/2 4 +heuristique/2 2 +heurt/1 1 +heurtée/3 3 +heurter/4 42 +heurtoir/1 1 +hévéa/2 1 +hexachlorure/2 1 +hexacontaèdre/2 1 +hexacoralliaire/2 1 +hexacorde/2 1 +hexadécane/2 1 +hexadécimale/22 3 +hexaèdre/2 1 +hexaédrique/2 4 +hexafluorure/2 1 +hexagonale/22 3 +hexagone/2 1 +hexagramme/2 1 +hexalogie/2 2 +hexamètre/2 4 +hexamètre/2 1 +hexane/2 1 +hexapode/2 4 +hexapode/2 1 +hexasyllabe/2 1 +hexatonique/2 4 +hexogène/2 1 +hexose/2 2 +hi 70 +hiatale/22 3 +hiatus/7 7 +hibernale/22 3 +hibernante/5 3 +hibernation/2 2 +hiberner/42 14 +hibiscus/7 7 +hibou/19 1 +hic 18 +hickory/1 1 +hidalgo/2 1 +hideur/1 2 +hideuse/8 3 +hideusement 8 +hidjab/1 1 +hidrosadénite/2 2 +hie/1 2 +hièble/2 1 +hiémale/22 3 +hier/9 8 +hiérarchie/1 2 +hiérarchique/1 4 +hiérarchiquement 8 +hiérarchisation/1 2 +hiérarchisée/3 3 +hiérarchiser/4 5 +hiérarque/1 1 +hiératique/2 4 +hiératiquement/9 8 +hiératisme/2 1 +hiérodule/2 1 +hiérogamie/2 2 +hiérogamique/2 4 +hiéroglyphe/1 1 +hiéroglyphique/1 4 +hiérogrammate/2 1 +hiérogrammatiste/2 1 +hiérophante/2 1 +hi-fi 45 +hi-fi 57 +hifi/1 4 +hifi/1 2 +highlander/1 10 +highlandeuse/3 9 +high-tech 105 +hightech/1 13 +hihan 70 +hi-han 70 +hi-han 7 +hihan/1 1 +hijab/1 1 +hilaire/1 4 +hilarante/5 3 +hilare/2 4 +hilarité/2 2 +hilbertienne/5 3 +hile/1 1 +hilote/2 1 +hilotisme/2 1 +himalayenne/5 3 +himation/2 1 +hindi/1 1 +hindie/3 3 +hindoue/5 6 +hindouisme/2 1 +hindouiste/2 13 +hindoustani/2 1 +hindoustanie/5 3 +hinterland/2 1 +hip-hop 45 +hip-hop 7 +hipparchie/2 2 +hipparion/2 1 +hipparque/2 1 +hippiatre/2 10 +hippiatrie/2 2 +hippiatrique/2 4 +hippie/1 13 +hippique/2 4 +hippisme/2 1 +hippocampe/2 1 +hippocastanacée/2 2 +hippocratique/2 4 +hippocratisme/2 1 +hippodrome/2 1 +hippogriffe/2 1 +hippologie/2 2 +hippologique/2 4 +hippomobile/2 4 +hippophagie/2 2 +hippophagique/2 4 +hippopotame/2 1 +hippopotamesque/2 4 +hippotechnie/2 2 +hippurique/2 4 +hippy/41 13 +hiragana 7 +hiragana/1 1 +hircine/5 3 +hirondeau/49 1 +hirondelle/2 2 +hirsute/2 4 +hirsutisme/2 1 +hirudine/2 2 +hirudinée/2 2 +hispanique/2 13 +hispanisante/5 6 +hispanisation/2 2 +hispaniser/15 11 +hispanisme/2 1 +hispaniste/2 10 +hispano-américaine/5 6 +hispano-arabe/2 4 +hispano-mauresque/2 4 +hispanophone/2 13 +hispide/2 4 +hissage/1 1 +hissée/3 3 +hisser/4 11 +histamine/2 2 +histaminique/2 4 +histaminique/2 1 +histidine/2 2 +histochimie/2 2 +histocompatibilité/2 2 +histocompatible/2 4 +histogenèse/2 2 +histogramme/2 1 +histoire/2 2 +histologie/2 2 +histologique/2 4 +histologiquement/9 8 +histologiste/2 10 +histolyse/2 2 +histone/2 2 +histopathologie/2 2 +histopathologique/2 4 +histopathologiste/2 10 +histoplasmose/2 2 +historiale/22 3 +historiciser/11 5 +historicisme/2 1 +historiciste/2 13 +historicité/2 2 +historiée/5 3 +historienne/5 9 +historier/11 5 +historiette/2 2 +historiographe/2 10 +historiographie/2 2 +historiographique/2 4 +historique/2 4 +historique/2 1 +historiquement/9 8 +historisante/5 3 +historisation/2 2 +historisme/2 1 +histrion/2 1 +hit/1 1 +hitlérienne/5 3 +hitlérisme/2 1 +hitparade/1 1 +hit-parade/1 1 +hittite/1 13 +hiver/2 1 +hivernage/2 1 +hivernale/22 3 +hivernante/5 6 +hivernation/2 2 +hivernée/5 3 +hiverner/11 17 +ho 70 +hobby/41 1 +hobby/1 1 +hobbyiste/1 10 +hobereau/19 1 +hoc 87 +hocco/1 1 +hochement/1 1 +hochepot/1 1 +hochequeue/1 1 +hocher/4 5 +hochet/1 1 +hockey/1 1 +hockeyeuse/3 9 +hoir/2 1 +hoirie/2 2 +holà 70 +holding/1 10 +hold-up 7 +holdup/1 1 +holisme/2 1 +holiste/2 13 +holistique/2 4 +hollandaise/3 6 +hollande/1 10 +hollywoodienne/3 3 +holmium/2 1 +holocauste/2 1 +holocène/2 4 +holocène/2 1 +hologamie/2 2 +hologramme/2 1 +holographe/2 4 +holographie/2 2 +holographier/11 5 +holographique/2 4 +holométabole/2 4 +holométabole/2 1 +holomorphe/2 4 +holomorphie/2 2 +holomorphiquement/9 8 +holonome/2 4 +holonomie/2 2 +holonyme/2 1 +holonymie/2 2 +holophrastique/2 4 +holoprotéine/2 2 +holoside/2 1 +holostéen/2 1 +holothurie/2 2 +holotype/2 1 +holster/1 1 +homard/1 1 +homarderie/1 2 +hombre/2 1 +home/1 1 +homejacking/1 1 +home-jacking/1 1 +homélie/2 2 +homéomorphe/2 4 +homéomorphisme/2 1 +homéopathe/2 10 +homéopathie/2 2 +homéopathique/2 4 +homéopathiquement/9 8 +homéoprotéine/1 2 +homéostasie/2 2 +homéostat/2 1 +homéostatique/2 4 +homéotherme/2 4 +homéotherme/2 1 +homéothermie/2 2 +homéotique/2 4 +homérique/2 4 +homériquement 8 +homespun/1 1 +homicide/2 13 +homilétique/2 4 +hominem 139 +hominidé/2 1 +hominien/2 1 +homininé/2 1 +hominisation/2 2 +hominisée/5 3 +hominoïde/2 1 +hommage/2 1 +hommasse/2 4 +homme/2 1 +homme-grenouille/7 18 +homme-orchestre/7 18 +homme-sandwich/7 18 +hommes-grenouilles/9 20 +hommes-orchestres/9 20 +hommes-sandwiches/9 20 +hommes-sandwichs/9 20 +homo/7 7 +homo/2 13 +homocentrique/2 4 +homocerque/2 4 +homochrome/1 4 +homochromie/2 2 +homocinétique/2 4 +homocyclique/2 4 +homodiégétique/2 4 +homodonte/2 4 +homodonte/2 1 +homoduplex/7 7 +homofocale/22 3 +homogamie/2 2 +homogène/2 4 +homogénéifier/11 5 +homogénéisateur/2 1 +homogénéisation/2 2 +homogénéisatrice/5 3 +homogénéisée/5 3 +homogénéiser/11 5 +homogénéité/2 2 +homographe/2 4 +homographe/2 1 +homographie/2 2 +homographique/2 4 +homogreffe/2 2 +homologable/2 4 +homologation/2 2 +homologie/2 2 +homologique/2 4 +homologiquement/9 8 +homologue/2 13 +homologuée/5 3 +homologuer/11 5 +homolyse/2 2 +homomorphe/2 4 +homomorphisme/2 1 +homoncule/2 1 +homonyme/2 4 +homonyme/2 1 +homonymie/2 2 +homonymique/2 4 +homoparentale/22 3 +homoparentalité/2 2 +homophile/2 4 +homophilie/2 2 +homophobe/2 13 +homophobie/2 2 +homophone/2 4 +homophone/2 1 +homophonie/2 2 +homoplasie/2 2 +homopolymère/2 1 +homopolymérique/2 4 +homopolymérisation/2 2 +homoptère/2 4 +homoptère/2 1 +homorythmique/2 4 +homosexualité/2 2 +homosexuelle/5 6 +homosphère/2 2 +homothermie/2 2 +homothétie/2 2 +homothétique/2 4 +homotope/2 4 +homotopie/2 2 +homotopique/2 4 +homotopiquement/9 8 +homozygote/2 13 +homozygotie/2 2 +homuncule/2 1 +hondurienne/3 6 +hongkongaise/3 6 +hongre/1 4 +hongre/1 1 +hongrer/4 5 +hongroierie/1 2 +hongroise/3 6 +hongroyage/1 1 +hongroyer/4 5 +hongroyeuse/3 9 +honnête/2 4 +honnêtement/9 8 +honnêteté/2 2 +honneur/2 1 +honnie/3 3 +honnir/29 84 +honorabilité/2 2 +honorable/2 4 +honorablement/9 8 +honoraire/2 1 +honorariat/2 1 +honorée/5 3 +honorer/15 11 +honorifique/2 4 +honorifiquement/9 8 +honoris 139 +honte/1 2 +honteuse/8 3 +honteusement 8 +hooligan/1 10 +hooliganisme/1 1 +hop 70 +hôpital/49 1 +hoplite/2 1 +hoquet/1 1 +hoqueter/72 14 +hoqueton/1 1 +horaire/2 4 +horaire/2 1 +horde/1 2 +hordéine/2 2 +horeca/46 18 +horion/1 1 +horizon/2 1 +horizontale/22 6 +horizontalement/9 8 +horizontalité/2 2 +horloge/2 2 +horlogère/5 6 +horlogerie/2 2 +hormis 99 +hormonale/22 3 +hormone/2 2 +hormonée/5 3 +hormoner/11 5 +hormonothérapie/2 2 +hornblende/1 2 +horocycle/2 1 +horocyclique/2 4 +horodatage/2 1 +horodatée/5 3 +horodater/11 5 +horodatrice/5 6 +horographie/2 2 +horokilométrique/2 4 +horoptère/2 1 +horoscope/2 1 +horoscopique/2 4 +horosphère/2 2 +horreur/2 2 +horrible/2 4 +horriblement/9 8 +horrifiante/5 3 +horrifiée/5 3 +horrifier/11 5 +horrifique/2 4 +horripilante/5 3 +horripilation/2 2 +horripilée/5 3 +horripiler/11 5 +hors 8 +hors 99 +horsaine/3 6 +hors-bilan 7 +hors-bilan/1 1 +hors-bord 7 +hors-bord/1 1 +hors-champ 7 +hors-champ/1 1 +hors-concours 45 +hors-cote 45 +hors-cote 7 +hors-cote/1 4 +hors-cote/1 1 +hors-d'œuvre 7 +horseball/1 1 +horse-ball/1 1 +horseguard/1 1 +horse-guard/1 1 +horse-power +horsepox 7 +horse-pox 7 +hors-jeu 7 +hors-jeu/19 1 +hors-la-loi 88 +hors-ligne 7 +hors-ligne/1 1 +hors-média 7 +hors-média/1 1 +hors-piste 7 +hors-piste/1 1 +hors-série 45 +hors-série 45 +hors-série 7 +hors-série/1 4 +hors-série/1 1 +hors-série/1 1 +hors-sol 7 +hors-sol/1 1 +hors-statut 7 +hors-statut/1 1 +horst/1 1 +hors-taxe 7 +hors-taxe/1 1 +hors-texte 7 +hors-texte/1 1 +hortensia/2 1 +horticole/2 4 +horticultrice/5 9 +horticulture/2 2 +hortillonnage/2 1 +hosanna/2 1 +hospice/2 1 +hospitalière/5 6 +hospitalisation/2 2 +hospitalisée/5 3 +hospitaliser/11 5 +hospitalisme/2 1 +hospitalité/2 2 +hospitalo-universitaire/2 4 +hospodar/2 1 +hostellerie/2 2 +hostie/2 2 +hostile/2 4 +hostilement/9 8 +hostilité/2 2 +hosto/2 1 +hot 45 +hotdog/1 1 +hot-dog/1 1 +hôte/2 10 +hôtel/2 1 +hôtel-Dieu/7 18 +hôtelière/5 6 +hôtellerie/2 2 +hôtels-Dieu/9 20 +hôtesse/2 2 +hotte/1 2 +hottée/1 2 +hottentote/3 6 +hottereau/19 1 +hotteret/1 1 +hou 70 +houache/1 2 +houaiche/1 2 +houblon/1 1 +houblonnage/1 1 +houblonner/4 5 +houblonnière/3 6 +houdan/1 2 +houe/1 2 +houer/4 5 +houille/1 2 +houillère/3 6 +houillification/1 2 +houka/1 1 +houle/1 2 +houlette/1 2 +houleuse/8 3 +houligane/3 9 +houliganisme/1 1 +houlque/1 2 +houmous/7 7 +houp 70 +houppe/1 2 +houppelande/1 2 +houpper/4 5 +houppette/1 2 +houppier/1 1 +houque/1 2 +hourd/1 1 +hourdage/1 1 +hourder/4 5 +hourdir/29 84 +hourdis 7 +houri/1 2 +hourque/1 2 +hourra 70 +hourra/1 1 +hourvari/1 1 +house/1 2 +houseau/19 1 +houspiller/4 5 +houspilleuse/3 9 +houssaie/1 2 +housse/1 2 +housser/4 5 +houssine/1 2 +houssiner/4 5 +houssoir/1 1 +houx 7 +hovercraft/2 1 +hoyau/19 1 +hpz/38 57 +huard/1 1 +huart/1 1 +hub/1 1 +hublot/1 1 +huche/1 2 +hucher/4 5 +huchet/1 1 +huée/1 2 +huer/4 17 +huerta/1 2 +huguenote/3 6 +hui/1 +huilage/2 1 +huile/2 2 +huilée/5 3 +huiler/11 5 +huilerie/2 2 +huileuse/22 3 +huilière/5 6 +huis/7 7 +huisserie/2 2 +huissière/5 9 +huit 49 +huitain/1 1 +huitaine/1 2 +huitante 49 +huitante-cinq 49 +huitante-deux 49 +huitante-et-un 49 +huitante-huit 49 +huitante-neuf 49 +huitante-quatre 49 +huitante-sept 49 +huitante-six 49 +huitante-trois 49 +huitantième/1 13 +huitième/1 13 +huitièmement 8 +huitre/2 2 +huître/2 2 +huit-reflets 7 +huitrière/5 6 +huîtrière/5 6 +hulotte/1 2 +hululement/1 1 +hululer/10 14 +hum 70 +humage/1 1 +humagne/2 1 +humaine/5 6 +humainement/9 8 +humanisation/2 2 +humanisée/5 3 +humaniser/15 11 +humanisme/2 1 +humaniste/2 13 +humanistique/2 4 +humanitaire/2 13 +humanitarisme/2 1 +humanitariste/2 13 +humanité/2 2 +humanoïde/2 13 +humble/2 4 +humble/2 1 +humblement/9 8 +humectage/2 1 +humectant/2 1 +humectation/2 2 +humectée/5 3 +humecter/15 11 +humecteur/2 1 +humer/4 5 +humérale/22 3 +humérus/7 7 +humeur/2 2 +humide/2 4 +humidificateur/2 1 +humidification/2 2 +humidifiée/5 3 +humidifier/11 5 +humidité/2 2 +humification/2 2 +humiliante/5 3 +humiliation/2 2 +humiliée/5 6 +humilier/15 11 +humilité/2 2 +humorale/22 3 +humorisme/2 1 +humoriste/2 10 +humoristique/2 4 +humour/2 1 +humus/7 7 +hune/1 2 +hunier/1 1 +huppe/1 2 +huppée/3 3 +hurdler/1 10 +hurdleuse/3 9 +hure/1 2 +hurlante/3 3 +hurlée/3 3 +hurlement/1 1 +hurler/4 17 +hurleuse/3 6 +hurluberlue/5 6 +huronienne/3 3 +huronne/3 6 +hurrah 70 +hurrah/1 1 +hurricane/1 1 +husky/41 1 +husky/1 1 +hussarde/3 9 +hussite/1 13 +hutin/1 94 +hutinet/1 1 +hutte/1 2 +hyacinthe/2 2 +hyaline/5 3 +hyalite/2 2 +hyaloclastite/2 2 +hyaloïde/2 4 +hyaloplasme/2 1 +hyaluronate/2 1 +hyaluronique/2 4 +hybridation/2 2 +hybride/2 13 +hybridée/5 3 +hybrider/15 11 +hybridisme/2 1 +hybridité/2 2 +hybridome/2 1 +hydarthrose/2 2 +hydatide/2 2 +hydatidose/2 2 +hydatiforme/2 4 +hydatique/2 4 +hydne/2 1 +hydracide/2 1 +hydraire/2 1 +hydralcoolique/2 4 +hydranthe/2 1 +hydrargyre/2 1 +hydrargyrique/2 4 +hydrargyrisme/2 1 +hydratable/2 4 +hydratante/5 3 +hydratation/2 2 +hydrate/2 1 +hydratée/5 3 +hydrater/15 11 +hydraulicienne/5 9 +hydraulique/2 4 +hydrauliquement/9 8 +hydravion/2 1 +hydrazine/2 2 +hydre/2 2 +hydrémie/2 2 +hydrie/2 2 +hydrique/2 4 +hydroalcoolique/2 4 +hydro-alcoolique/2 4 +hydrobiologie/2 2 +hydrobiologiste/2 10 +hydrocarbonate/2 1 +hydrocarbonée/5 3 +hydrocarbure/2 1 +hydrocèle/2 2 +hydrocéphale/2 13 +hydrocéphalie/2 2 +hydrocharidacée/2 2 +hydrocharidée/2 2 +hydrocoralliaire/2 1 +hydrocortisone/2 2 +hydrocotyle/2 2 +hydrocraquage/2 1 +hydroculture/2 2 +hydrocution/2 2 +hydrodynamique/2 4 +hydroélectricité/2 2 +hydro-électricité/2 2 +hydroélectrique/2 4 +hydro-électrique/2 4 +hydroélectrolytique/2 4 +hydro-électrolytique/2 4 +hydrofoil/2 1 +hydrofuge/2 4 +hydrofugée/5 3 +hydrofuger/11 5 +hydrogénation/2 2 +hydrogène/2 1 +hydrogénée/5 3 +hydrogéner/60 5 +hydrogénocarbonate/2 1 +hydrogénosulfite/2 1 +hydrogénosulfure/2 1 +hydrogéologie/2 2 +hydrogéologique/2 4 +hydrogéologue/2 10 +hydroglisseur/2 1 +hydrogramme/2 1 +hydrographe/2 10 +hydrographie/2 2 +hydrographique/2 4 +hydrohémie/2 2 +hydrolase/2 2 +hydrolat/2 1 +hydrolienne/5 3 +hydrolienne/2 2 +hydrolipidique/1 4 +hydrolithe/2 2 +hydrologie/2 2 +hydrologique/2 4 +hydrologiste/2 10 +hydrologue/2 10 +hydrolysable/2 4 +hydrolyse/2 2 +hydrolysée/5 3 +hydrolyser/11 5 +hydromancie/2 2 +hydromassage/2 1 +hydromécanique/2 4 +hydromel/2 1 +hydrométéore/2 1 +hydromètre/2 1 +hydrométrie/2 2 +hydrométrique/2 4 +hydrominérale/22 3 +hydromorphe/2 4 +hydromorphie/2 2 +hydronéphrose/2 2 +hydronium/2 1 +hydronyme/2 1 +hydronymie/2 2 +hydronymique/2 4 +hydropathe/2 13 +hydropéricarde/2 1 +hydroperoxyde/2 1 +hydrophile/2 4 +hydrophile/2 1 +hydrophobe/2 10 +hydrophobie/2 2 +hydrophone/2 1 +hydrophyte/2 4 +hydrophyte/2 2 +hydropique/2 10 +hydropisie/2 2 +hydropneumatique/2 4 +hydropolitique/2 4 +hydropolitique/2 2 +hydroponie/2 2 +hydroponique/2 4 +hydroptère/2 1 +hydropulseur/2 1 +hydroquinone/2 2 +hydroraffinage/2 1 +hydroscopie/2 2 +hydrosilicate/2 1 +hydrosoluble/2 4 +hydrosphère/2 2 +hydrostatique/2 4 +hydrostatique/2 2 +hydrostratégie/2 2 +hydrothérapie/2 2 +hydrothérapique/2 4 +hydrothermale/22 3 +hydrothermalisme/2 1 +hydrothorax/7 7 +hydrotimétrie/2 2 +hydrotimétrique/2 4 +hydrotraitement/2 1 +hydrotropisme/2 1 +hydroxyde/2 1 +hydroxylamine/2 2 +hydroxylation/2 2 +hydroxyle/2 1 +hydroxylée/5 3 +hydrozoaire/2 1 +hydrure/2 1 +hydrurée/5 3 +hyène/2 2 +hygiaphone/2 1 +hygiène/2 2 +hygiénique/2 4 +hygiéniquement/9 8 +hygiéniste/2 10 +hygiénodiététique/2 4 +hygiéno-diététique/1 4 +hygroma/2 1 +hygromètre/2 1 +hygrométricité/2 2 +hygrométrie/2 2 +hygrométrique/2 4 +hygrophile/2 4 +hygrophobe/2 4 +hygrophyte/2 4 +hygrophyte/2 2 +hygroréglable/2 4 +hygroscope/2 1 +hygroscopie/2 2 +hygroscopique/2 4 +hygrostat/2 1 +hylé/2 2 +hylobatidé/2 1 +hylozoïsme/2 1 +hymen/2 1 +hyménée/2 1 +hyménium/2 1 +hyménomycète/2 1 +hyménoptère/2 4 +hyménoptère/2 1 +hymne/2 10 +hymnologie/2 2 +hyoïde/2 4 +hyoïdienne/5 3 +hypallage/2 2 +hype 45 +hype/1 4 +hyper/2 1 +hyperacidité/2 2 +hyperacousie/2 2 +hyperactive/5 6 +hyperactivité/2 2 +hyperalgésie/2 2 +hyperalgésique/2 4 +hyperalgie/2 2 +hyperalgique/2 4 +hyperappel/2 1 +hyperbare/2 4 +hyperbate/2 2 +hyperbole/2 2 +hyperbolicité/2 2 +hyperbolique/2 4 +hyperboliquement/9 8 +hyperboloïde/2 4 +hyperboloïde/2 1 +hyperboréenne/5 6 +hypercalcémie/2 2 +hypercalorique/2 4 +hypercapnie/2 2 +hypercentre/2 1 +hyperchimie/2 2 +hyperchlorhydrie/2 2 +hypercholestérolémie/2 2 +hypercholestérolémique/2 13 +hyperchrome/2 4 +hyperchromie/2 2 +hypercontinentale/22 3 +hypercorrecte/5 3 +hypercorrection/2 2 +hypercritique/2 13 +hypercube/2 1 +hyperdolichocéphale/2 4 +hyperdulie/2 2 +hyperelliptique/2 4 +hyperémie/2 2 +hyperémotive/5 6 +hyperémotivité/2 2 +hyperespace/2 1 +hyperesthésie/2 2 +hyperesthésique/2 4 +hyperexcitabilité/2 2 +hyperfocale/2 2 +hyperfocale/22 3 +hyperfonction/2 2 +hyperfréquence/2 2 +hypergame/2 4 +hypergamie/2 2 +hypergamique/2 4 +hypergéante/2 2 +hypergenèse/2 2 +hypergéométrique/2 2 +hyperglycémiante/5 3 +hyperglycémie/2 2 +hypergol/2 1 +hypergolique/2 4 +hypergonar/2 1 +hypergraphe/2 1 +hyperhémie/2 2 +hypéricacée/2 2 +hyperinflation/2 2 +hyperkaliémie/2 2 +hyperkinésie/2 2 +hyperkinétique/2 4 +hyperleucocytose/2 2 +hyperlien/2 1 +hyperlipémie/2 2 +hyperlipidémie/2 2 +hypermarché/2 1 +hypermédia/2 4 +hypermédia/2 1 +hyperménorrhée/2 2 +hypermètre/2 1 +hypermétrope/2 13 +hypermétropie/2 2 +hypermnésie/2 2 +hypermonde/2 1 +hypernatrémie/2 2 +hypernerveuse/22 3 +hypernova/7 18 +hypernova/2 2 +hypernovæ/9 46 +hypéron/2 1 +hyperonyme/2 1 +hyperonymie/2 2 +hyperonymique/2 4 +hyperostose/2 2 +hyperparathyroïdie/2 2 +hyperphagie/2 2 +hyperphagique/2 13 +hyperplan/2 1 +hyperplasie/2 2 +hyperplasique/2 4 +hyperpuissance/2 2 +hyperréalisme/2 1 +hyperréaliste/2 13 +hypersécrétion/2 2 +hypersensibilisation/2 2 +hypersensibilité/2 2 +hypersensible/2 13 +hypersensitive/5 6 +hypersomniaque/2 13 +hypersomnie/2 2 +hypersonique/2 4 +hypersphère/2 2 +hyperstatique/2 4 +hypersthène/2 1 +hypersthénie/2 2 +hypersurface/2 2 +hypersustentateur/2 1 +hypersustentation/2 2 +hypersustentatrice/5 3 +hypersyntonie/2 2 +hypertélescope/2 1 +hypertélie/2 2 +hypertendue/5 6 +hypertension/2 2 +hypertensive/5 3 +hypertexte/2 4 +hypertexte/2 1 +hypertextuelle/5 3 +hyperthermie/2 2 +hyperthyroïdie/2 2 +hypertonie/2 2 +hypertonique/2 13 +hypertrophie/2 2 +hypertrophiée/5 3 +hypertrophier/15 11 +hypertrophique/2 4 +hypervariable/2 4 +hyperventilation/2 2 +hyperviscosité/1 2 +hyperviseur/2 1 +hypervitaminose/2 2 +hyphe/2 1 +hypnagogique/2 4 +hypnose/2 2 +hypnothérapeute/2 10 +hypnothérapeutique/2 4 +hypnothérapie/2 2 +hypnotique/2 4 +hypnotiquement/9 8 +hypnotisable/2 4 +hypnotisée/5 3 +hypnotiser/15 11 +hypnotiseuse/5 9 +hypnotisme/2 1 +hypoacousie/2 2 +hypoalgésie/2 2 +hypoallergénique/2 4 +hypoallergique/2 4 +hypocagne/2 2 +hypocalorique/2 4 +hypocapnie/2 2 +hypocauste/2 1 +hypocentre/2 1 +hypochloreuse/22 3 +hypochlorhydrie/2 2 +hypochlorite/2 1 +hypochrome/2 4 +hypochromie/2 2 +hypocondre/2 10 +hypocondriaque/2 13 +hypocondrie/2 2 +hypocoristique/2 4 +hypocorrection/2 2 +hypocras/7 7 +hypocrisie/2 2 +hypocrite/2 13 +hypocritement/9 8 +hypocycloïde/2 2 +hypoderme/2 1 +hypodermique/2 4 +hypodermite/2 2 +hypodermose/2 2 +hypoelliptique/2 4 +hypoesthésie/2 2 +hypogame/2 4 +hypogamie/2 2 +hypogamique/2 4 +hypogastre/2 1 +hypogastrique/2 4 +hypogée/5 3 +hypogée/2 1 +hypoglosse/2 4 +hypoglosse/2 1 +hypoglycémiante/5 3 +hypoglycémie/2 2 +hypoglycémique/2 13 +hypogyne/2 4 +hypokaliémie/2 2 +hypokhâgne/2 2 +hypolipémie/2 2 +hypomimie/2 2 +hyponatrémie/2 2 +hyponomeute/2 1 +hyponyme/2 1 +hyponymie/2 2 +hypoparathyroïdie/2 2 +hypophosphite/2 1 +hypophosphoreuse/22 3 +hypophosphorique/2 4 +hypophysaire/2 4 +hypophyse/2 2 +hypoplasie/2 2 +hypoplasique/2 4 +hypoprotéinémie/2 2 +hyposcenium/2 1 +hyposcénium/2 1 +hyposécrétion/2 2 +hyposodée/5 3 +hypospadias/7 7 +hypostase/2 2 +hypostasiée/5 3 +hypostasier/11 5 +hypostatique/2 4 +hypostyle/2 4 +hyposulfite/2 1 +hyposulfureuse/22 3 +hyposynchrone/2 4 +hypotendue/5 6 +hypotenseur/2 94 +hypotension/2 2 +hypotensive/5 3 +hypoténuse/2 2 +hypothalamique/2 4 +hypothalamohypophysaire/2 4 +hypothalamo-hypophysaire/2 4 +hypothalamus/7 7 +hypothécable/2 4 +hypothécaire/2 4 +hypothécairement/7 8 +hypothénar/7 45 +hypothèque/2 2 +hypothéquée/5 3 +hypothéquer/65 11 +hypothermie/2 2 +hypothèse/2 2 +hypothéticodéductive/5 3 +hypothético-déductive/5 3 +hypothétique/2 4 +hypothétiquement/9 8 +hypothyroïdie/2 2 +hypothyroïdisme/2 1 +hypotonie/2 2 +hypotonique/2 13 +hypotrophie/2 2 +hypotrophique/2 13 +hypotypose/2 2 +hypoventilation/2 2 +hypovigilance/2 2 +hypovitaminose/2 2 +hypovolémie/2 2 +hypoxémie/2 2 +hypoxie/2 2 +hypsochrome/1 4 +hypsomètre/2 1 +hypsométrie/2 2 +hypsométrique/2 4 +hysope/2 2 +hystérectomie/2 2 +hystérèse/2 2 +hystérésis/7 57 +hystérie/2 2 +hystérique/2 13 +hystériquement/9 8 +hystérographie/2 2 +hystéromètre/2 1 +hystérométrie/2 2 +hystérosalpingographie/2 2 +hystéroscope/2 1 +hystéroscopie/2 2 +hystéroscopique/2 4 +hystérotomie/2 2 +i 7 +iambe/2 1 +ïambe/2 1 +iambique/2 4 +ïambique/2 4 +iatrogène/2 4 +ibère/2 4 +ibéride/2 2 +ibérique/2 4 +ibéris/7 57 +ibid 8 +ibidem 8 +ibis/7 7 +ibuprofène/2 1 +icaque/2 2 +icaquier/2 1 +icarienne/5 3 +iceberg/2 1 +icefield/2 1 +ice-field/2 1 +icelle/266 78 +icelui/76 78 +iceshelf/2 1 +ice-shelf/2 1 +iceux/76 78 +ichneumon/2 1 +ichnologie/2 2 +ichor/2 1 +ichoreuse/22 3 +ichtyocolle/2 2 +ichtyoïde/2 4 +ichtyol/2 1 +ichtyologie/2 2 +ichtyologique/2 4 +ichtyologiste/2 10 +ichtyologue/2 10 +ichtyophage/2 1 +ichtyophagie/2 2 +ichtyornis/7 7 +ichtyosaure/2 1 +ichtyose/2 2 +ici/9 8 +ici-bas/9 8 +icoglan/2 1 +icône/2 2 +iconicité/2 2 +iconique/2 4 +iconiser 5 +iconoclasme/2 1 +iconoclaste/2 10 +iconoclastie/2 2 +iconogène/2 4 +iconogène/2 1 +iconographe/2 10 +iconographie/2 2 +iconographique/2 4 +iconolâtre/2 10 +iconolâtrie/2 2 +iconologie/2 2 +iconologiste/2 10 +iconologue/2 10 +iconophile/2 13 +iconophilie/2 2 +iconoscope/2 1 +iconostase/2 2 +iconothèque/2 2 +icosaèdre/2 1 +icosidodécaèdre/2 1 +icositétraèdre/2 1 +ictère/2 1 +ictérique/2 4 +ictus/7 7 +id +ide/2 1 +idéal/49 1 +idéale/22 3 +idéalement/9 8 +idéalisation/2 2 +idéalisatrice/5 6 +idéalisée/5 3 +idéaliser/15 11 +idéalisme/2 1 +idéaliste/2 13 +idéalité/2 2 +idéals/9 136 +idéation/2 2 +idée/2 2 +idée-force/7 18 +idéelle/5 3 +idées-forces/9 46 +idem 8 +idempotence/2 2 +idempotente/5 3 +identifiable/2 4 +identifiant/2 1 +identification/2 2 +identificatoire/2 4 +identificatrice/5 6 +identifiée/5 3 +identifier/15 11 +identifieur/2 1 +identique/2 4 +identiquement/9 8 +identitaire/2 4 +identité/2 2 +idéogramme/2 1 +idéographie/2 2 +idéographique/2 4 +idéologie/2 2 +idéologique/2 4 +idéologiquement/9 8 +idéologisée/5 3 +idéologiser/11 5 +idéologue/2 10 +idéomotrice/5 3 +idéo-motrice/5 3 +ides/9 46 +idiographique/2 4 +idiolecte/2 1 +idiomatique/2 4 +idiome/2 1 +idiopathie/2 2 +idiopathique/2 4 +idiophone/2 1 +idiosyncrasie/2 2 +idiosyncrasique/2 4 +idiosyncratique/2 4 +idiote/5 6 +idiotement/9 8 +idiotie/2 2 +idiotifier/11 5 +idiotiser/11 5 +idiotisme/2 1 +ido/2 1 +idoine/2 4 +idolâtre/2 13 +idolâtrée/5 3 +idolâtrer/15 11 +idolâtrie/2 2 +idolâtrique/2 4 +idole/2 2 +iduronique/2 4 +idylle/2 2 +idyllique/2 4 +if/2 1 +igloo/2 1 +iglou/2 1 +igname/2 2 +ignare/2 13 +ignée/5 3 +ignifugation/2 2 +ignifuge/2 4 +ignifugeante/5 3 +ignifugée/5 3 +ignifuger/11 5 +ignimbrite/2 2 +igniponcture/2 2 +ignipuncture/2 2 +igniteur/2 1 +ignition/2 2 +ignivome/2 4 +ignoble/2 4 +ignoblement/9 8 +ignominie/2 2 +ignominieuse/22 3 +ignominieusement/9 8 +ignorance/2 2 +ignorante/5 3 +ignorantin/2 1 +ignorée/5 3 +ignorer/15 11 +iguane/2 1 +iguanodon/2 1 +igue/2 2 +ikebana/2 1 +il/172 272 +ilang-ilang/7 18 +ilangs-ilangs/9 20 +ile/2 2 +île/2 2 +iléale/22 3 +iléite/2 2 +iléocæcale/22 3 +iléo-cæcale/22 3 +iléon/2 1 +ilet/2 1 +îlet/2 1 +iléus/7 7 +iliaque/2 4 +ilicacée/2 4 +ilicacée/2 2 +ilienne/5 3 +îlienne/5 3 +ilion/2 1 +illatif/2 1 +illative/5 3 +illégale/22 3 +illégalement/9 8 +illégalité/2 2 +illégitime/2 4 +illégitimement/9 8 +illégitimité/2 2 +illettrée/5 6 +illettrisme/2 1 +illicite/2 4 +illicitement/9 8 +illico/9 8 +illimitation/2 2 +illimitée/5 3 +illisibilité/2 2 +illisible/2 4 +illisiblement/9 8 +illogique/2 4 +illogiquement/9 8 +illogisme/2 1 +illumination/2 2 +illuminative/5 3 +illuminatrice/5 6 +illuminée/5 6 +illuminer/15 11 +illuminisme/2 1 +illusion/2 2 +illusionnée/5 6 +illusionner/15 11 +illusionnisme/2 1 +illusionniste/2 10 +illusoire/2 4 +illusoirement/9 8 +illustration/2 2 +illustrative/5 3 +illustratrice/5 9 +illustré/2 1 +illustre/2 13 +illustrée/5 3 +illustrement/9 8 +illustrer/15 11 +illustrissime/2 4 +illuviale/22 3 +illuviation/2 2 +illuvium/2 1 +illyrienne/2 13 +ilménite/2 2 +ilot/2 1 +îlot/2 1 +ilotage/2 1 +îlotage/2 1 +ilote/2 10 +ilotière/5 9 +îlotière/5 9 +ilotisme/2 1 +ils/172 275 +image/2 2 +imagée/5 3 +imager/11 5 +imagerie/2 2 +imageur/2 1 +imageuse/5 3 +imagière/5 9 +imaginable/2 4 +imaginaire/2 4 +imaginaire/2 1 +imaginairement/9 8 +imaginale/22 3 +imagination/2 2 +imaginative/5 6 +imaginativement/9 8 +imaginée/5 3 +imaginer/15 11 +imagisme/2 1 +imagiste/2 13 +imago/2 10 +imam/2 1 +imamat/2 1 +imanat/2 1 +imbattable/2 4 +imbécile/2 13 +imbécilement/9 8 +imbécilité/2 2 +imbécillité/2 2 +imberbe/2 4 +imbibée/5 3 +imbiber/15 11 +imbibition/2 2 +imbitable/2 4 +imbrication/2 2 +imbriquée/5 3 +imbriquer/15 11 +imbroglio/2 1 +imbrulée/5 3 +imbrûlée/5 3 +imbrulés/9 20 +imbrûlés/9 20 +imbue/5 3 +imbuvable/2 4 +imide/2 1 +imine/2 2 +imitable/2 4 +imitation/2 2 +imitative/5 3 +imitatrice/5 6 +imitée/5 3 +imiter/11 5 +immaculée/5 3 +immanence/2 2 +immanente/5 3 +immanentisme/2 1 +immangeable/2 4 +immanquable/2 4 +immanquablement/9 8 +immarcescible/2 4 +immariable/2 4 +immatérialisée/5 3 +immatérialiser/15 11 +immatérialisme/2 1 +immatérialiste/2 13 +immatérialité/2 2 +immatérielle/5 3 +immatériellement/9 8 +immatriculation/2 2 +immatriculée/5 3 +immatriculer/11 5 +immaturation/2 2 +immature/2 13 +immaturité/2 2 +immédiate/5 3 +immédiatement/9 8 +immédiateté/2 2 +immémorable/2 4 +immémoriale/22 3 +immémorialement/9 8 +immense/2 4 +immensément/9 8 +immensité/2 2 +immensurable/2 4 +immergée/5 3 +immerger/15 11 +imméritée/5 3 +immersion/2 2 +immersive/5 3 +immettable/2 4 +immeuble/2 4 +immeuble/2 1 +immigrante/5 6 +immigration/2 2 +immigrée/5 6 +immigrer/42 14 +imminence/2 2 +imminente/5 3 +immiscer/48 55 +immixtion/2 2 +immobile/2 4 +immobilement/9 8 +immobilier/2 1 +immobilière/5 3 +immobilisation/2 2 +immobilisée/5 3 +immobiliser/15 11 +immobilisme/2 1 +immobiliste/2 13 +immobilité/2 2 +immodération/2 2 +immodérée/5 3 +immodérément/9 8 +immodeste/2 4 +immodestement/9 8 +immodestie/2 2 +immodifiable/2 4 +immolation/2 2 +immolatrice/5 9 +immolée/5 3 +immoler/15 11 +immonde/2 4 +immondice/2 2 +immondicité/2 2 +immorale/22 3 +immoralement/9 8 +immoralisme/2 1 +immoraliste/2 13 +immoralité/2 2 +immortalisation/2 2 +immortalisée/5 3 +immortaliser/15 11 +immortalité/2 2 +immortelle/5 6 +immortellement/9 8 +immotivée/5 3 +immuabilité/2 2 +immuable/2 4 +immuablement/9 8 +immune/5 3 +immunisante/5 3 +immunisation/2 2 +immunisée/5 6 +immuniser/15 11 +immunitaire/2 4 +immunité/2 2 +immunochimie/2 2 +immunocompétence/2 2 +immunocompétente/5 3 +immunodéficience/2 2 +immunodéficiente/5 6 +immunodéficitaire/2 4 +immunodépresseur/2 94 +immunodépression/2 2 +immunodépressive/5 3 +immunodéprimée/5 6 +immunofluorescence/2 2 +immunogène/2 4 +immunogénétique/2 2 +immunoglobuline/2 2 +immunohistochimie/2 2 +immunologie/2 2 +immunologique/2 4 +immunologiste/2 10 +immunologue/2 10 +immunopathologie/2 2 +immunopathologique/2 4 +immunosuppresseur/2 94 +immunosuppression/2 2 +immunosuppressive/5 3 +immunosupprimée/3 3 +immunothérapie/2 2 +immunotolérance/2 2 +immunotolérante/5 3 +immunotransfusion/2 2 +immutabilité/2 2 +impact/2 1 +impacter/11 5 +impacteur/2 1 +impactite/2 2 +impaire/5 6 +impala/2 1 +impalpabilité/2 2 +impalpable/2 4 +impalpablement/9 8 +impaludation/2 2 +impaludée/5 3 +impanation/2 2 +imparable/2 4 +imparablement/9 8 +impardonnable/2 4 +impardonnablement/9 8 +impardonnée/5 3 +imparfait/2 1 +imparfaite/5 3 +imparfaitement/9 8 +imparidigitée/5 3 +imparipennée/5 3 +imparisyllabique/2 4 +imparité/2 2 +impartageable/2 4 +impartiale/22 3 +impartialement/9 8 +impartialité/2 2 +impartir/249 84 +impasse/2 2 +impassibilité/2 2 +impassible/2 4 +impassiblement/9 8 +impatiemment/9 8 +impatience/2 2 +impatiens/7 57 +impatientante/5 3 +impatiente/5 3 +impatienter/15 11 +impatronisation/2 2 +impatroniser/15 11 +impavide/2 4 +impavidement/9 8 +impavidité/2 2 +impayable/2 4 +impayé/2 1 +impayée/5 3 +impeachment/2 1 +impeccabilité/2 2 +impeccable/2 4 +impeccablement/9 8 +impécunieuse/22 3 +impécuniosité/2 2 +impédance/2 2 +impédante/5 3 +impédimenta/2 1 +impedimentum/83 1 +impénétrabilité/2 2 +impénétrable/2 4 +impénétrablement/9 8 +impénitence/2 2 +impénitente/5 6 +impensabilité/2 2 +impensable/2 4 +impensablement/9 8 +impensée/5 3 +impenses/9 46 +imper/2 1 +impérative/5 3 +impérativement/9 8 +impératrice/2 2 +imperceptibilité/2 2 +imperceptible/2 4 +imperceptiblement/9 8 +imperdable/2 4 +imperfectibilité/2 2 +imperfectible/2 4 +imperfection/2 2 +imperfective/5 3 +imperforation/2 2 +impériale/22 6 +impérialement/9 8 +impérialisme/2 1 +impérialiste/2 13 +impérieuse/22 3 +impérieusement/9 8 +impériosité/2 2 +impérissable/2 4 +impéritie/2 2 +imperium/2 1 +impérium/2 1 +impermanence/2 2 +impermanente/5 3 +imperméabilisation/2 2 +imperméabiliser/11 5 +imperméabilité/2 2 +imperméable/2 4 +imperméable/2 1 +impersonnalité/2 2 +impersonnelle/5 3 +impersonnellement/9 8 +impertinemment/9 8 +impertinence/2 2 +impertinente/5 6 +imperturbabilité/2 2 +imperturbable/2 4 +imperturbablement/9 8 +impesanteur/2 2 +impétigineuse/22 3 +impétigo/2 1 +impétrante/5 9 +impétration/2 2 +impétrer/60 5 +impétueuse/22 3 +impétueusement/9 8 +impétuosité/2 2 +impie/2 13 +impiété/2 2 +impitoyable/2 4 +impitoyablement/9 8 +implacabilité/2 2 +implacable/2 4 +implacablement/9 8 +implant/2 1 +implantation/2 2 +implantée/5 3 +implanter/15 11 +implanteuse/5 9 +implantologie/2 2 +implantologique/2 4 +implantologiste/2 10 +implantologue/2 10 +implémentation/2 2 +implémentée/5 3 +implémenter/11 5 +implexe/2 4 +implication/2 2 +implicature/2 2 +implicite/2 4 +implicite/2 1 +implicitement/9 8 +impliquée/5 3 +impliquer/15 11 +implorante/5 3 +imploration/2 2 +implorer/11 5 +implosée/5 3 +imploser/42 14 +implosion/2 2 +implosive/5 3 +impluvium/2 1 +impolarisable/2 4 +impolie/5 6 +impoliment/9 8 +impolitesse/2 2 +impolitique/2 4 +impondérabilité/2 2 +impondérable/2 4 +impopulaire/2 4 +impopularité/2 2 +import/34 18 +importable/2 4 +importance/2 2 +importante/5 6 +importation/2 2 +importatrice/5 6 +importée/5 3 +importer/15 110 +import-export/7 18 +importune/5 6 +importunée/5 3 +importunément/9 8 +importuner/11 5 +importunité/2 2 +imposable/2 4 +imposante/5 3 +imposée/5 3 +imposer/15 11 +imposeuse/5 9 +imposition/2 2 +impossibilité/2 2 +impossible/2 4 +impossiblement/9 8 +imposte/2 2 +imposteur/2 1 +imposture/2 2 +impôt/2 1 +impotence/2 2 +impotente/5 6 +impraticabilité/2 2 +impraticable/2 4 +imprécation/2 2 +imprécatoire/2 4 +imprécatrice/5 9 +imprécise/5 3 +imprécisément/9 8 +imprécision/2 2 +imprédictibilité/2 2 +imprédictible/2 4 +imprégnable/2 4 +imprégnation/2 2 +imprégnée/5 3 +imprégner/65 11 +imprenable/2 4 +impréparation/2 2 +impresario/83 10 +imprésario/2 10 +imprescriptibilité/2 2 +imprescriptible/2 4 +impression/2 2 +impressionnabilité/2 2 +impressionnable/2 4 +impressionnante/5 3 +impressionnée/5 3 +impressionner/11 5 +impressionnisme/2 1 +impressionniste/2 13 +impressive/5 3 +imprévisibilité/2 2 +imprévisible/2 4 +imprévisiblement/9 8 +imprévision/2 2 +imprévoyance/2 2 +imprévoyante/5 3 +imprévu/2 1 +imprévue/5 3 +imprimable/2 4 +imprimante/5 6 +imprimatur/7 7 +imprimatur/2 1 +imprimé/2 1 +imprimée/5 3 +imprimer/15 11 +imprimerie/2 2 +imprimeuse/5 9 +imprimitive/5 3 +impro/2 2 +improbabilité/2 2 +improbable/2 4 +improbation/2 2 +improbative/5 3 +improbatrice/5 6 +improbité/2 2 +improductive/5 3 +improductivité/2 2 +impromptu/2 1 +impromptue/5 3 +imprononçable/2 4 +impropre/2 4 +improprement/9 8 +impropriété/2 2 +improuvable/2 4 +improuver/11 5 +improvisation/2 2 +improvisatrice/5 6 +improvisée/5 3 +improviser/15 42 +improviste/34 18 +imprudemment/9 8 +imprudence/2 2 +imprudente/5 6 +impubère/2 4 +impuberté/2 2 +impubliable/2 4 +impudemment/9 8 +impudence/2 2 +impudente/5 6 +impudeur/2 2 +impudicité/2 2 +impudique/2 4 +impudiquement/9 8 +impuissance/2 2 +impuissante/5 3 +impulser/11 5 +impulsion/2 2 +impulsionnelle/5 3 +impulsive/5 6 +impulsivement/9 8 +impulsivité/2 2 +impunément/9 8 +impunie/5 3 +impunité/2 2 +impure/5 6 +impurement/9 8 +impureté/2 2 +imputabilité/2 2 +imputable/2 4 +imputation/2 2 +imputer/15 115 +imputrescibilité/2 2 +imputrescible/2 4 +in 87 +in/38 7 +inabordable/2 4 +inaboutie/5 3 +inabritée/5 3 +inabrogeable/2 4 +inaccentuée/5 3 +inacceptable/2 4 +inacceptation/2 2 +inaccessibilité/2 2 +inaccessible/2 4 +inaccomplie/5 3 +inaccomplissement/2 1 +inaccord/2 1 +inaccordable/2 4 +inaccoutumée/5 3 +inachevée/5 3 +inachèvement/2 1 +inactinique/2 4 +inaction/2 2 +inactivation/2 2 +inactive/5 6 +inactivement/9 8 +inactiver/11 5 +inactivité/2 2 +inactuelle/5 3 +inadaptable/2 4 +inadaptation/2 2 +inadaptée/5 6 +inadéquate/5 3 +inadéquatement/9 8 +inadéquation/2 2 +inadmissibilité/2 2 +inadmissible/2 4 +inadvertance/2 2 +inaliénabilité/2 2 +inaliénable/2 4 +inaliénablement/9 8 +inaliénation/2 2 +inaltérabilité/2 2 +inaltérable/2 4 +inaltérablement/9 8 +inaltérée/5 3 +inamicale/22 3 +inamissible/2 4 +inamovibilité/2 2 +inamovible/2 4 +inanalysable/2 4 +inanimée/5 3 +inanité/2 2 +inanition/2 2 +inapaisable/2 4 +inapaisée/5 3 +inaperçue/5 3 +inapparente/5 3 +inappétence/2 2 +inapplicabilité/2 2 +inapplicable/2 4 +inapplication/2 2 +inappliquée/5 3 +inappréciable/2 4 +inappréciée/5 3 +inapprivoisable/2 4 +inapprivoisée/5 3 +inapprochable/2 4 +inappropriable/2 4 +inappropriée/5 3 +inapte/2 13 +inaptitude/2 2 +inarrachable/2 4 +inarrangeable/2 4 +inarticulée/5 3 +inassignable/2 4 +inassimilable/2 4 +inassouvie/5 3 +inassouvissable/2 4 +inassouvissement/2 1 +inattaquable/2 4 +inattaquée/5 3 +inatteignable/2 4 +inattendue/5 3 +inattention/2 2 +inattentive/5 6 +inaudible/2 4 +inaugurale/22 3 +inauguration/2 2 +inauguratrice/5 9 +inaugurée/5 3 +inaugurer/11 5 +inauthenticité/2 2 +inauthentique/2 4 +inavouable/2 4 +inavouablement/9 8 +inavouée/5 3 +inca/2 13 +incalculable/2 4 +incandescence/2 2 +incandescente/5 3 +incantation/2 2 +incantatoire/2 4 +incantatrice/5 6 +incanter/11 17 +incapable/2 4 +incapacitante/5 3 +incapacité/2 2 +incarcération/2 2 +incarcérée/5 3 +incarcérer/60 5 +incardination/2 2 +incardiné/2 126 +incarnadin/2 1 +incarnadine/5 3 +incarnat/2 1 +incarnate/5 3 +incarnation/2 2 +incarnée/5 3 +incarner/15 11 +incartade/2 2 +incasique/2 4 +incassable/2 4 +incendiaire/2 13 +incendie/2 1 +incendiée/5 3 +incendier/11 5 +incération/2 2 +incertaine/5 3 +incertitude/2 2 +incessamment/9 8 +incessante/5 3 +incessibilité/2 2 +incessible/2 4 +inceste/2 10 +incestueuse/22 6 +incestueusement/9 8 +inchangeable/2 4 +inchangée/5 3 +inchantable/2 4 +inchauffable/2 4 +inchavirable/2 4 +inchoative/5 3 +incidemment/9 8 +incidence/2 2 +incidente/5 6 +incidentelle/3 3 +incinérateur/2 1 +incinération/2 2 +incinérée/5 3 +incinérer/60 5 +incipit/7 7 +incipit/2 1 +incirconcision/2 2 +incise/2 2 +incisée/5 3 +inciser/11 5 +inciseur/2 1 +incision/2 2 +incisive/5 3 +incisive/2 2 +incisivement/7 8 +incisure/2 2 +incitante/5 3 +incitation/2 2 +incitative/5 3 +incitatrice/5 9 +incitée/5 3 +inciter/11 5 +incivile/5 3 +incivilement/7 8 +incivilité/2 2 +incivique/2 13 +incivisme/2 1 +inclassable/2 4 +inclémence/2 2 +inclémente/5 3 +inclinable/2 4 +inclinaison/2 2 +inclination/2 2 +inclinée/5 3 +incliner/15 42 +inclinomètre/2 1 +inclure/118 79 +incluse/5 3 +inclusion/2 2 +inclusive/5 3 +inclusivement/9 8 +incoagulable/2 4 +incoercibilité/2 2 +incoercible/2 4 +incoerciblement/9 8 +incognito/2 1 +incohérence/2 2 +incohérente/5 3 +incoiffable/2 4 +incollable/2 4 +incolore/2 4 +incomber/168 124 +incombustibilité/2 2 +incombustible/2 4 +incomestible/2 4 +incommensurabilité/2 2 +incommensurable/2 4 +incommensurablement/9 8 +incommodante/5 3 +incommode/2 4 +incommodée/5 3 +incommodément/9 8 +incommoder/11 5 +incommodité/2 2 +incommodo 87 +incommunicabilité/2 2 +incommunicable/2 4 +incommutabilité/2 2 +incommutable/2 4 +incomparabilité/2 2 +incomparable/2 4 +incomparablement/9 8 +incompatibilité/2 2 +incompatible/2 4 +incompétence/2 2 +incompétente/5 6 +incomplète/5 6 +incomplètement/9 8 +incomplétude/2 2 +incompréhensibilité/2 2 +incompréhensible/2 4 +incompréhensiblement/9 8 +incompréhension/2 2 +incompréhensive/5 3 +incompressibilité/2 2 +incompressible/2 4 +incomprise/5 6 +inconcevable/2 4 +inconcevablement/9 8 +inconciliable/2 4 +inconciliablement/9 8 +incondensable/2 4 +inconditionnalité/2 2 +inconditionnée/5 3 +inconditionnelle/5 6 +inconditionnellement/9 8 +inconduite/2 2 +inconfiance/2 2 +inconfort/2 1 +inconfortable/2 4 +inconfortablement/9 8 +incongelable/2 4 +incongrue/5 3 +incongruence/2 2 +incongruité/2 2 +incongrument/9 8 +incongrûment/9 8 +inconjugable/2 4 +inconnaissable/2 4 +inconnaissable/2 1 +inconnaissance/2 2 +inconnue/5 6 +inconsciemment/9 8 +inconscience/2 2 +inconsciente/5 6 +inconséquemment/7 8 +inconséquence/2 2 +inconséquente/5 6 +inconsidérée/5 3 +inconsidérément/9 8 +inconsistance/2 2 +inconsistante/5 3 +inconsolable/2 4 +inconsolée/5 3 +inconsommable/2 4 +inconstance/2 2 +inconstante/5 3 +inconstatable/2 4 +inconstitutionnalité/2 2 +inconstitutionnelle/5 3 +inconstitutionnellement/9 8 +inconstructibilité/2 2 +inconstructible/2 4 +incontestabilité/2 2 +incontestable/2 4 +incontestablement/9 8 +incontestée/5 3 +incontinence/2 2 +incontinente/5 6 +incontournable/2 4 +incontrôlable/2 4 +incontrôlée/5 3 +inconvenance/2 2 +inconvenante/5 3 +inconvénient/2 1 +inconvertibilité/2 2 +inconvertible/2 4 +incoordination/2 2 +incoordonnée/5 3 +incorporable/2 4 +incorporalité/2 2 +incorporation/2 2 +incorporatrice/5 9 +incorporée/5 3 +incorporéité/2 2 +incorporelle/5 3 +incorporer/15 11 +incorrecte/5 3 +incorrectement/9 8 +incorrection/2 2 +incorrigibilité/2 2 +incorrigible/2 4 +incorrigiblement/9 8 +incorruptibilité/2 2 +incorruptible/2 4 +incorruptiblement/9 8 +incrédibilité/2 2 +incrédule/2 13 +incrédulité/2 2 +incréée/5 3 +incrément/2 1 +incrémentale/22 3 +incrémentation/2 2 +incrémentée/5 3 +incrémenter/11 5 +incrémentielle/5 3 +increvable/2 4 +incriminable/2 4 +incrimination/2 2 +incriminée/5 3 +incriminer/15 11 +incristallisable/2 4 +incrochetable/2 4 +incroyable/2 4 +incroyablement/9 8 +incroyance/2 2 +incroyante/5 6 +incrustante/5 3 +incrustation/2 2 +incrustée/5 3 +incruster/15 11 +incrusteuse/5 9 +incubation/2 2 +incubatrice/5 3 +incube/2 1 +incuber/11 5 +incuite/5 3 +inculcation/2 2 +inculpable/2 4 +inculpation/2 2 +inculpée/5 6 +inculper/11 5 +inculquée/5 3 +inculquer/11 5 +inculte/2 13 +incultivable/2 4 +incultivée/5 3 +inculturation/2 2 +inculture/2 2 +incunable/2 4 +incunable/2 1 +incurabilité/2 2 +incurable/2 4 +incurablement/9 8 +incurie/2 2 +incurieuse/22 3 +incuriosité/2 2 +incursion/2 2 +incurvation/2 2 +incurvée/5 3 +incurver/15 11 +incuse/2 4 +incuse/2 2 +indaguer/42 14 +indatable/2 4 +inde/2 1 +indéboulonnable/2 4 +indébrouillable/2 4 +indécachetable/2 4 +indécelable/2 4 +indécemment/9 8 +indécence/2 2 +indécente/5 6 +indéchiffrable/2 4 +indéchiffrée/5 3 +indéchirable/2 4 +indécidabilité/2 2 +indécidable/2 4 +indécise/5 6 +indécision/2 2 +indéclinable/2 4 +indécodable/2 4 +indécollable/2 4 +indécomposable/2 4 +indécrochable/2 4 +indécrottable/2 4 +indécrottablement/9 8 +indéfectibilité/2 2 +indéfectible/2 4 +indéfectiblement/9 8 +indéfendable/2 4 +indéfinie/5 6 +indéfiniment/9 8 +indéfinissable/2 4 +indéfinissablement/9 8 +indéformabilité/2 2 +indéformable/2 4 +indéfrichable/2 4 +indéfrisable/2 4 +indéhiscence/2 2 +indéhiscente/5 3 +indélébile/2 4 +indélébilement/9 8 +indélébilité/2 2 +indélibérée/5 3 +indélicate/5 6 +indélicatement/9 8 +indélicatesse/2 2 +indélogeable/2 4 +indémaillable/2 4 +indémêlable/2 4 +indemne/2 4 +indemnisable/2 4 +indemnisation/2 2 +indemnisée/5 3 +indemniser/15 11 +indemnitaire/2 13 +indemnité/2 2 +indémodable/2 4 +indémontable/2 4 +indémontrable/2 4 +indéniable/2 4 +indéniablement/9 8 +indénombrable/2 4 +indénouable/2 4 +indentation/2 2 +indenter/11 5 +indépassable/2 4 +indépendamment/9 8 +indépendance/2 2 +indépendante/5 3 +indépendantisme/2 1 +indépendantiste/2 13 +indéracinable/2 4 +indéréglable/2 4 +indescriptible/2 4 +indésirable/2 4 +indésirablement/9 8 +indésirée/5 3 +indestructibilité/2 2 +indestructible/2 4 +indestructiblement/9 8 +indétectable/2 4 +indéterminable/2 4 +indétermination/2 2 +indéterminée/5 3 +indéterminisme/2 1 +indéterministe/2 13 +indétrônable/2 4 +index/7 7 +indexage/2 1 +indexation/2 2 +indexée/5 3 +indexer/11 5 +indianisme/2 1 +indianiste/2 13 +indianocéanique/2 4 +indic/2 10 +indican/2 1 +indication/2 2 +indicative/5 6 +indicatrice/5 6 +indice/2 1 +indicée/5 3 +indicer/11 5 +indiciaire/2 4 +indicible/2 4 +indiciblement/9 8 +indicielle/5 3 +indiction/2 2 +indienne/5 6 +indifféremment/9 8 +indifférence/2 2 +indifférenciation/2 2 +indifférenciée/5 3 +indifférente/5 6 +indifférentisme/2 1 +indifférer/60 5 +indigénat/2 1 +indigence/2 2 +indigène/2 10 +indigénisme/2 1 +indigéniste/2 13 +indigente/5 6 +indigeste/2 4 +indigestible/2 4 +indigestion/2 2 +indigète/2 4 +indignation/2 2 +indigne/2 4 +indignée/5 6 +indignement/9 8 +indigner/15 11 +indignité/2 2 +indigo/7 45 +indigo/2 1 +indigotier/2 1 +indigotine/2 2 +indiquée/5 3 +indiquer/11 5 +indirecte/5 3 +indirectement/9 8 +indirection/2 2 +indiscernabilité/2 2 +indiscernable/2 4 +indisciplinable/2 4 +indiscipline/2 2 +indisciplinée/5 6 +indiscrète/5 6 +indiscrètement/9 8 +indiscrétion/2 2 +indiscutable/2 4 +indiscutablement/9 8 +indiscutée/5 3 +indispensable/2 13 +indispensablement/9 8 +indisponibilité/2 2 +indisponible/2 4 +indisposée/5 3 +indisposer/11 5 +indisposition/2 2 +indissociable/2 4 +indissociablement/9 8 +indissolubilité/2 2 +indissoluble/2 4 +indissolublement/9 8 +indistincte/5 3 +indistinctement/9 8 +indistinction/2 2 +indistinguable/2 4 +indium/2 1 +individu/2 1 +individualisable/2 4 +individualisante/5 3 +individualisation/2 2 +individualisée/5 3 +individualiser/15 11 +individualisme/2 1 +individualiste/2 10 +individualité/2 2 +individuation/2 2 +individuelle/5 6 +individuellement/9 8 +indivisaire/2 10 +indivise/5 3 +indivisément/9 8 +indivisibilité/2 2 +indivisible/2 4 +indivisiblement/9 8 +indivision/2 2 +in-dix-huit/7 45 +in-dix-huit/7 7 +indochinoise/5 6 +indocile/2 13 +indocilité/2 2 +indo-européenne/5 6 +indole/2 1 +indolemment/9 8 +indolence/2 2 +indolente/5 6 +indolore/2 4 +indomptable/2 4 +indomptablement/9 8 +indomptée/5 6 +indonésienne/5 6 +indoue/5 6 +indouisme/2 1 +indouiste/2 13 +in-douze/7 45 +in-douze/7 7 +indri/2 1 +indubitable/2 4 +indubitablement/9 8 +inductance/2 2 +inductible/2 4 +induction/2 2 +inductive/5 3 +inductivement/9 8 +inductrice/5 3 +indue/5 3 +induire/84 82 +induite/5 3 +indulgemment/9 8 +indulgence/2 2 +indulgenciée/5 3 +indulgencier/11 5 +indulgente/5 6 +induline/2 2 +indult/2 1 +indument/9 8 +indûment/9 8 +induration/2 2 +indurée/5 3 +indurer/11 5 +indusie/2 2 +industrialisable/2 4 +industrialisation/2 2 +industrialisée/5 3 +industrialiser/15 11 +industrialisme/2 1 +industrie/2 2 +industrielle/5 6 +industriellement/9 8 +industrieuse/22 3 +industrieusement/9 8 +induvie/2 2 +inébranlable/2 4 +inébranlablement/9 8 +inébranlée/5 3 +inéchangeable/2 4 +inécoutable/2 4 +inécoutée/5 3 +inédite/5 6 +inéducable/2 4 +inéducation/2 2 +inéduquée/5 3 +ineffable/2 4 +ineffablement/9 8 +ineffaçable/2 4 +ineffaçablement/9 8 +ineffective/5 3 +inefficace/2 4 +inefficacement/9 8 +inefficacité/2 2 +inefficiente/5 3 +inégalable/2 4 +inégale/22 3 +inégalée/5 3 +inégalement/9 8 +inégalitaire/2 4 +inégalité/2 2 +inélasticité/2 2 +inélastique/2 4 +inélégamment/9 8 +inélégance/2 2 +inélégante/5 3 +inéligibilité/2 2 +inéligible/2 4 +inéluctabilité/2 2 +inéluctable/2 4 +inéluctablement/9 8 +inémotivité/2 2 +inemployable/2 4 +inemployée/5 3 +inénarrable/2 4 +inentamable/2 4 +inentamée/5 3 +inentendue/5 3 +inenvisageable/2 4 +inéprouvée/5 3 +inepte/2 13 +ineptement/9 8 +ineptie/2 2 +inépuisable/2 4 +inépuisablement/9 8 +inépuisée/5 3 +inéquation/2 2 +inéquitable/2 4 +inerme/2 4 +inertage/2 1 +inerte/2 13 +inertie/2 2 +inertielle/5 3 +inescomptable/2 4 +inespérable/2 4 +inespérance/2 1 +inespérée/5 3 +inespérément/9 8 +inespoir/2 1 +inesquivable/2 4 +inessif/2 1 +inesthétique/2 4 +inestimable/2 4 +inétendue/5 3 +inévitable/2 4 +inévitablement/9 8 +inexacte/5 3 +inexactement/9 8 +inexactitude/2 2 +inexcitabilité/2 2 +inexcitable/2 4 +inexcusable/2 4 +inexcusablement/7 8 +inexécutable/2 4 +inexécutée/5 3 +inexécution/2 2 +inexercée/5 3 +inexhaustible/2 4 +inexigibilité/2 2 +inexigible/2 4 +inexistante/5 3 +inexistence/2 2 +inexorabilité/2 2 +inexorable/2 4 +inexorablement/9 8 +inexpérience/2 2 +inexpérimentée/5 6 +inexperte/5 3 +inexpiable/2 4 +inexpiablement/9 8 +inexpiée/5 3 +inexplicabilité/2 2 +inexplicable/2 4 +inexplicablement/9 8 +inexpliquée/5 3 +inexploitable/2 4 +inexploitée/5 3 +inexplorable/2 4 +inexplorée/5 3 +inexplosible/2 4 +inexpressive/5 3 +inexprimable/2 4 +inexprimablement/9 8 +inexprimée/5 3 +inexpugnable/2 4 +inextensibilité/2 2 +inextensible/2 4 +inextinguible/2 4 +inextirpable/2 4 +inextricable/2 4 +inextricablement/9 8 +infaillibilité/2 2 +infaillible/2 4 +infailliblement/9 8 +infaisabilité/2 2 +infaisable/2 4 +infalsifiable/2 4 +infamante/5 3 +infâme/2 13 +infamie/2 2 +infante/5 3 +infanterie/2 2 +infanticide/2 1 +infantile/2 4 +infantilisation/2 2 +infantilisée/5 3 +infantiliser/11 5 +infantilisme/2 1 +infarctus/7 7 +infatigabilité/2 2 +infatigable/2 4 +infatigablement/9 8 +infatuation/2 2 +infatuée/5 6 +infatuer/15 11 +inféconde/5 6 +infécondité/2 2 +infectante/5 3 +infecte/5 3 +infectée/5 6 +infecter/15 11 +infectieuse/22 3 +infectiologie/2 2 +infectiologique/2 4 +infectiologue/2 10 +infection/2 2 +infectiosité/2 2 +infectivité/2 2 +infélicité/2 2 +inféodation/2 2 +inféodée/5 3 +inféoder/15 11 +infère/2 4 +inférée/5 3 +inférence/2 2 +inférentielle/5 3 +inférer/60 5 +inférieure/5 6 +inférieurement/9 8 +infériorisation/2 2 +infériorisée/5 3 +inférioriser/11 5 +infériorité/2 2 +infermentescible/2 4 +infernale/22 3 +infernalement/9 8 +inférovariée/5 3 +infertile/2 13 +infertilité/2 2 +infestation/2 2 +infestée/5 3 +infester/11 5 +infeutrable/2 4 +infibulation/2 2 +infidèle/2 13 +infidèlement/9 8 +infidélité/2 2 +infiltrat/2 1 +infiltration/2 2 +infiltrée/5 6 +infiltrer/15 11 +infime/2 4 +infime/2 1 +infinie/5 6 +infiniment/7 8 +infinitaire/2 4 +infinité/2 2 +infinitésimale/22 3 +infinitésimalement/9 8 +infinitisme/2 1 +infinitive/5 3 +infinitude/2 2 +infirmation/2 2 +infirmative/5 3 +infirme/2 13 +infirmée/5 3 +infirmer/11 5 +infirmerie/2 2 +infirmière/5 9 +infirmité/2 2 +infixe/2 1 +inflammabilité/2 2 +inflammable/2 4 +inflammation/2 2 +inflammatoire/2 4 +inflation/2 2 +inflationnaire/2 4 +inflationniste/2 13 +infléchie/5 3 +infléchir/43 83 +infléchissement/2 1 +inflexibilité/2 2 +inflexible/2 4 +inflexiblement/9 8 +inflexion/2 2 +infligée/5 3 +infliger/15 116 +inflorescence/2 2 +influençable/2 4 +influence/2 2 +influencée/5 3 +influencer/11 5 +influente/5 6 +influenza/2 2 +influer/42 14 +influx/7 7 +info/2 2 +infobulle/2 2 +infogérance/2 2 +infogérant/2 1 +infographe/2 10 +infographie/2 2 +infographique/2 4 +infographiste/2 10 +in-folio/7 45 +in-folio/7 7 +infolio/2 4 +infolio/2 1 +infondée/5 3 +informaticienne/5 9 +information/2 2 +informationnelle/5 3 +informatique/2 4 +informatique/2 2 +informatiquement/9 8 +informatisable/2 4 +informatisation/2 2 +informatisée/5 3 +informatiser/15 11 +informative/5 3 +informatrice/5 6 +informe/2 4 +informée/5 3 +informelle/5 3 +informellement/9 8 +informer/15 42 +informité/2 2 +informulable/2 4 +informulée/5 3 +inforoute/2 2 +infortune/2 2 +infortunée/5 3 +infosphère/2 2 +infra/34 8 +infraction/2 2 +infractionnelle/5 3 +infradienne/5 3 +infralapsaire/2 13 +infraliminaire/2 4 +infraliminale/22 3 +infranchissable/2 4 +infrangible/2 4 +infrarouge/2 4 +infrason/2 1 +infra-son/2 1 +infrasonore/2 4 +infra-sonore/2 4 +infraspécifique/2 4 +infrastructure/2 2 +infréquentable/2 4 +infréquentée/5 3 +infroissabilité/2 2 +infroissable/2 4 +infructueuse/22 3 +infructueusement/9 8 +infule/2 2 +infumable/2 4 +infundibuliforme/2 4 +infundibulum/2 1 +infuse/5 3 +infusée/5 3 +infuser/11 17 +infusibilité/2 2 +infusible/2 4 +infusion/2 2 +infusoire/2 1 +ingagnable/2 4 +ingambe/2 4 +ingénier/48 55 +ingénierie/2 2 +ingénieur/2 10 +ingénieur-conseil/7 18 +ingénieure/2 2 +ingénieure-conseil/7 18 +ingénieures-conseils/9 46 +ingénieurs-conseils/9 20 +ingénieuse/22 3 +ingénieusement/9 8 +ingéniosité/2 2 +ingénue/5 6 +ingénuité/2 2 +ingénument/9 8 +ingérable/2 4 +ingérée/5 3 +ingérence/2 2 +ingérer/65 11 +ingestion/2 2 +ingouvernable/2 4 +ingrate/5 6 +ingratement/9 8 +ingratitude/2 2 +ingrédient/2 1 +ingression/2 2 +ingressive/5 3 +inguérissable/2 4 +inguinale/22 3 +ingurgitation/2 2 +ingurgitée/5 3 +ingurgiter/11 5 +inhabile/2 4 +inhabilement/9 8 +inhabileté/2 2 +inhabilité/2 2 +inhabitable/2 4 +inhabitée/5 3 +inhabituelle/5 3 +inhabituellement/9 8 +inhalateur/2 1 +inhalation/2 2 +inhalatrice/5 3 +inhalée/5 3 +inhaler/11 5 +inhalothérapeute/2 10 +inhalothérapie/2 2 +inharmonie/2 2 +inharmonieuse/22 3 +inharmonique/2 4 +inhérence/2 2 +inhérente/5 3 +inhibée/5 6 +inhiber/11 5 +inhibition/2 2 +inhibitive/5 3 +inhibitrice/5 6 +inhomogène/2 4 +inhomogénéité/2 2 +inhospitalière/5 3 +inhospitalièrement/9 8 +inhumaine/5 6 +inhumainement/9 8 +inhumanité/2 2 +inhumation/2 2 +inhumée/5 6 +inhumer/11 5 +inimaginable/2 4 +inimaginablement/9 8 +inimaginée/5 3 +inimitabilité/2 2 +inimitable/2 4 +inimitablement/9 8 +inimitée/5 3 +inimitié/2 2 +ininflammabilité/2 2 +ininflammable/2 4 +inintelligemment/9 8 +inintelligence/2 2 +inintelligente/5 3 +inintelligibilité/2 2 +inintelligible/2 4 +inintelligiblement/9 8 +inintéressante/5 3 +inintérêt/2 1 +ininterrompue/5 3 +inique/2 4 +iniquement/9 8 +iniquité/2 2 +initiale/22 6 +initialement/9 8 +initialer/11 5 +initialisation/2 2 +initialisée/5 3 +initialiser/11 5 +initiation/2 2 +initiatique/2 4 +initiative/2 2 +initiatrice/5 6 +initiée/5 6 +initier/15 11 +initio 87 +injaculation/2 2 +injectable/2 4 +injectée/5 3 +injecter/15 11 +injection/2 2 +injective/5 3 +injectivité/2 2 +injectrice/5 6 +injoignable/2 4 +injonction/2 2 +injonctive/5 3 +injouable/2 4 +injure/2 2 +injuriée/5 6 +injurier/15 11 +injurieuse/22 3 +injurieusement/9 8 +injuste/2 13 +injustement/9 8 +injustice/2 2 +injustifiable/2 4 +injustifiée/5 3 +inlandsis/7 7 +inlassable/2 4 +inlassablement/9 8 +inlay/2 1 +innavigable/2 4 +innée/5 3 +innéisme/2 1 +innéiste/2 13 +innéité/2 2 +innervation/2 2 +innervée/5 3 +innerver/11 5 +innocemment/9 8 +innocence/2 2 +innocente/5 6 +innocentée/5 6 +innocenter/11 5 +innocuité/2 2 +innombrable/2 4 +innombrablement/9 8 +innomée/5 3 +innominée/5 3 +innommable/2 4 +innommée/5 3 +innovante/5 3 +innovation/2 2 +innovatrice/5 6 +innovée/5 3 +innover/11 17 +inobservable/2 4 +inobservance/2 2 +inobservation/2 2 +inobservée/5 3 +inoccupation/2 2 +inoccupée/5 3 +in-octavo/7 45 +in-octavo/7 7 +inoctavo/2 4 +inoctavo/2 1 +inoculabilité/2 2 +inoculable/2 4 +inoculation/2 2 +inoculée/5 3 +inoculer/15 11 +inoculum/2 1 +inodore/2 4 +inoffensive/5 3 +inoffensivement/7 8 +inondable/2 4 +inondation/2 2 +inondée/5 6 +inonder/15 11 +inopérable/2 4 +inopérante/5 3 +inopinée/5 3 +inopinément/9 8 +inopportune/5 3 +inopportunément/9 8 +inopportunité/2 2 +inopposabilité/2 2 +inopposable/2 4 +inorganique/2 4 +inorganisable/2 4 +inorganisation/2 2 +inorganisée/5 3 +inotrope/2 4 +inoubliable/2 4 +inoubliablement/9 8 +inoubliée/5 3 +inouïe/5 3 +inox/7 7 +inoxydabilité/2 2 +inoxydable/2 4 +in-plano/7 45 +in-plano/7 7 +inplano/2 4 +inplano/2 1 +input/2 1 +inqualifiable/2 4 +inquart/2 1 +inquartation/2 2 +in-quarto/7 45 +in-quarto/7 7 +inquarto/2 4 +inquarto/2 1 +inquiétante/5 3 +inquiète/5 3 +inquiétée/5 3 +inquiéter/65 11 +inquiétude/2 2 +inquisition/2 2 +inquisitive/5 3 +inquisitoire/2 4 +inquisitoriale/22 3 +inquisitrice/5 6 +inracontable/2 4 +inratable/2 4 +inrayable/2 4 +insaisissabilité/2 2 +insaisissable/2 4 +insalissable/2 4 +insalivation/2 2 +insalubre/2 4 +insalubrité/2 2 +insane/2 4 +insanité/2 2 +insaponifiable/1 4 +insatiabilité/2 2 +insatiable/2 4 +insatiablement/9 8 +insatisfaction/2 2 +insatisfaisante/5 3 +insatisfaite/5 6 +insaturable/2 4 +insaturation/2 2 +insaturée/5 3 +insciemment/7 8 +inscriptible/2 4 +inscription/2 2 +inscrire/78 79 +inscrite/5 6 +inscrivante/5 3 +inscrutable/2 4 +insculpée/5 3 +insculper/11 5 +insécabilité/2 2 +insécable/2 4 +insectarium/2 1 +insecte/2 1 +insecticide/2 1 +insectifuge/2 1 +insectivore/2 4 +insectivore/2 1 +insectoïde/2 13 +insécurité/2 2 +in-seize/7 45 +in-seize/7 7 +inselberg/2 1 +insémination/2 2 +inséminatrice/5 6 +inséminée/5 6 +inséminer/11 5 +insensée/5 6 +insensément/9 8 +insensibilisation/2 2 +insensibilisée/5 3 +insensibiliser/15 11 +insensibilité/2 2 +insensible/2 4 +insensiblement/9 8 +inséparabilité/2 2 +inséparable/2 4 +inséparablement/9 8 +insérable/2 4 +insérée/5 3 +insérer/65 11 +insermentée/5 3 +insert/2 1 +insertion/2 2 +insidieuse/22 3 +insidieusement/9 8 +insigne/2 4 +insigne/2 1 +insignifiance/2 2 +insignifiante/5 3 +insincère/2 4 +insincérité/2 2 +insinuante/5 3 +insinuation/2 2 +insinuative/5 3 +insinuée/5 3 +insinuer/15 11 +insipide/2 13 +insipidité/2 2 +insistance/2 2 +insistante/5 3 +insister/42 14 +insociabilité/2 2 +insociable/2 4 +insoignable/2 4 +insolation/2 2 +insolée/5 3 +insolemment/9 8 +insolence/2 2 +insolente/5 6 +insoler/11 5 +insolite/2 4 +insolite/2 1 +insolitement/9 8 +insolubilisation/2 2 +insolubilisée/5 3 +insolubiliser/11 5 +insolubilité/2 2 +insoluble/2 4 +insolvabilité/2 2 +insolvable/2 4 +insomniaque/2 13 +insomnie/2 2 +insomnieuse/22 6 +insondable/2 4 +insonore/2 4 +insonorisation/2 2 +insonorisée/5 3 +insonoriser/11 5 +insonorité/2 2 +insortable/2 4 +insouciamment/9 8 +insouciance/2 2 +insouciante/5 3 +insoucieuse/22 3 +insoucieusement/9 8 +insoumise/5 6 +insoumission/2 2 +insoupçonnable/2 4 +insoupçonnée/5 3 +insoutenable/2 4 +inspectée/5 3 +inspecter/11 5 +inspection/2 2 +inspectorat/2 1 +inspectrice/5 9 +inspirante/5 3 +inspiration/2 2 +inspiratoire/2 4 +inspiratrice/5 6 +inspirée/5 6 +inspirer/15 42 +instabilité/2 2 +instable/2 4 +installable/2 4 +installation/2 2 +installatrice/5 9 +installée/5 3 +installer/15 11 +installeur/2 1 +instamment/9 8 +instance/2 2 +instanciation/2 2 +instanciée/5 3 +instancier/11 5 +instant/2 1 +instantanée/5 3 +instantanéiste/2 4 +instantanéité/2 2 +instantanément/9 8 +instante/5 3 +instanton/2 1 +instar/46 78 +instauration/2 2 +instauratrice/5 9 +instaurée/5 3 +instaurer/15 11 +instigation/2 2 +instigatrice/5 9 +instiguée/5 3 +instiguer/11 5 +instillation/2 2 +instillée/5 3 +instiller/11 5 +instinct/2 1 +instinctive/5 6 +instinctivement/9 8 +instinctuelle/5 3 +instit/2 10 +instituer/15 11 +institut/2 1 +institutes/76 46 +institution/2 2 +institutionnalisation/2 2 +institutionnalisée/5 3 +institutionnaliser/15 11 +institutionnalisme/2 1 +institutionnaliste/2 13 +institutionnelle/5 3 +institutionnellement/9 8 +institutrice/5 9 +instruction/2 2 +instructive/5 3 +instructivement/9 8 +instructrice/5 9 +instruire/77 79 +instruite/5 6 +instrument/2 1 +instrumentaire/2 4 +instrumental/49 1 +instrumentale/22 3 +instrumentalement/9 8 +instrumentalisation/2 2 +instrumentalisée/5 3 +instrumentaliser/11 5 +instrumentalisme/2 1 +instrumentaliste/2 13 +instrumentalité/2 2 +instrumentation/2 2 +instrumenter/11 17 +instrumentiste/2 10 +insu/46 18 +insubmersibilité/2 2 +insubmersible/2 4 +insubordination/2 2 +insubordonnée/5 6 +insuccès/7 7 +insuffisamment/9 8 +insuffisance/2 2 +insuffisante/5 3 +insufflateur/2 1 +insufflation/2 2 +insuffler/11 5 +insulaire/2 13 +insularité/2 2 +insulinase/2 2 +insuline/2 2 +insulinémie/2 2 +insulinodépendante/5 3 +insulinothérapie/2 2 +insultante/5 3 +insulte/2 2 +insultée/5 6 +insulter/15 117 +insulteur/2 1 +insupportable/2 4 +insupportablement/9 8 +insupporter/48 55 +insurgée/5 6 +insurgente/5 9 +insurger/48 55 +insurmontable/2 4 +insurpassable/2 4 +insurrection/2 2 +insurrectionnelle/5 3 +intacte/5 3 +intactile/2 4 +intaille/2 2 +intailler/11 5 +intangibilité/2 2 +intangible/2 4 +intarissable/2 4 +intarissablement/9 8 +intégrabilité/2 2 +intégrable/2 4 +intégrale/2 2 +intégrale/22 3 +intégralement/9 8 +intégralité/2 2 +intégrante/5 3 +intégrateur/2 1 +intégration/2 2 +intégrationniste/2 13 +intègre/2 13 +intégrée/5 6 +intègrement/7 8 +intégrer/65 117 +intégrisme/2 1 +intégriste/2 13 +intégrité/2 2 +intégrodifférentielle/5 3 +intellect/2 1 +intellection/2 2 +intellectisme/2 1 +intellectualisation/2 2 +intellectualisée/5 3 +intellectualiser/11 5 +intellectualisme/2 1 +intellectualiste/2 10 +intellectualité/2 2 +intellectuelle/5 6 +intellectuellement/9 8 +intelligemment/9 8 +intelligence/2 2 +intelligente/5 6 +intelligentsia/2 2 +intelligentzia/2 2 +intelligibilité/2 2 +intelligible/2 4 +intelligiblement/9 8 +intello/2 13 +intempérance/2 2 +intempérante/5 3 +intempérie/2 2 +intempestive/5 3 +intempestivement/9 8 +intempestivité/2 2 +intemporalité/2 2 +intemporelle/5 3 +intenable/2 4 +intendance/2 2 +intendante/5 3 +intense/2 4 +intensément/9 8 +intensification/2 2 +intensifiée/5 3 +intensifier/15 11 +intension/2 2 +intensionnalité/2 2 +intensité/2 2 +intensive/5 6 +intensivement/9 8 +intensivité/2 2 +intentée/5 3 +intenter/11 5 +intention/2 2 +intentionnalité/2 2 +intentionnée/5 3 +intentionnelle/5 3 +intentionnellement/9 8 +inter/2 1 +interacadémique/2 4 +interaction/2 2 +interactionnisme/2 1 +interactionnisme/2 1 +interactionniste/2 310 +interactive/5 3 +interactivement/9 8 +interactivité/2 2 +interagir/97 92 +interagissante/5 3 +interagissement/2 1 +interalliée/5 3 +interarmées/7 45 +interarmes/7 45 +interastrale/22 3 +interatomique/2 4 +interattraction/2 2 +interbancaire/2 4 +interbancarité/2 2 +interblocage/2 1 +intercalaire/2 4 +intercalaire/2 1 +intercalation/2 2 +intercalée/5 3 +intercaler/15 11 +intercantonale/22 3 +intercéder/100 14 +intercellulaire/2 4 +interceptée/5 3 +intercepter/11 5 +intercepteur/2 1 +interception/2 2 +intercesseur/2 1 +intercession/2 2 +interchangeabilité/2 2 +interchangeable/2 4 +interchromosomique/2 4 +intercirculation/2 2 +interclasse/2 10 +interclassée/5 3 +interclassement/2 1 +interclasser/11 5 +interclasseuse/2 2 +interclub/2 1 +interclubs/9 20 +interclubs/7 45 +intercommunale/22 3 +intercommunalité/2 2 +intercommunication/2 2 +intercommunion/2 2 +intercompréhension/2 2 +interconfessionnelle/5 3 +interconnectable/2 4 +interconnectée/5 3 +interconnecter/11 5 +interconnexion/2 2 +intercontinentale/22 3 +intercostale/22 3 +intercotidale/22 3 +intercours/7 7 +intercourse/2 2 +interculturalisme/2 1 +interculturalité/2 2 +interculturelle/5 3 +intercurrente/5 3 +interdépartementale/22 3 +interdépendance/2 2 +interdépendante/5 3 +interdiction/2 2 +interdigitale/22 3 +interdire/102 79 +interdisciplinaire/2 4 +interdisciplinarité/2 2 +interdit/2 1 +interdite/5 3 +interentreprises 45 +intéressante/5 3 +intéressée/5 6 +intéressement/2 1 +intéresser/15 11 +intérêt/2 1 +interfaçable/2 4 +interfaçage/2 1 +interface/2 2 +interfacée/5 3 +interfacer/11 5 +interfécondation/2 2 +interféconde/5 3 +interfécondité/2 2 +interférence/2 2 +interférente/5 3 +interférentielle/5 3 +interférer/100 14 +interféromètre/2 1 +interférométrie/2 2 +interférométrique/2 4 +interféron/2 1 +interfertile/2 4 +interfluve/2 1 +interfoliage/2 1 +interfoliée/5 3 +interfolier/11 5 +interfonctionnement/2 1 +interfonctionner/69 111 +intergalactique/2 4 +intergénérationnelle/5 3 +intergiciel/2 1 +interglaciaire/2 4 +intergouvernementale/22 3 +intergroupe/2 1 +intérieur/2 1 +intérieure/5 3 +intérieurement/9 8 +intérim/2 1 +intérimaire/2 13 +interindividuelle/5 3 +interinstitutionnelle/5 3 +inter-institutionnelle/5 3 +intériorisation/2 2 +intériorisée/5 3 +intérioriser/11 5 +intériorité/2 2 +interjection/2 2 +interjective/5 3 +interjetée/5 3 +interjeter/71 5 +interlettrage/2 1 +interleukine/2 2 +interlignage/2 1 +interligne/2 10 +interlignée/5 3 +interligner/11 5 +interlinéaire/2 4 +interlingua/2 2 +interlinguale/22 3 +interlingue/2 2 +interlinguistique/2 4 +interlinguistique/2 2 +interlock/2 1 +interlocution/2 2 +interlocutoire/2 4 +interlocutrice/5 9 +interlope/2 4 +interloquée/5 6 +interloquer/11 5 +interlude/2 1 +intermariage/2 1 +intermaxillaire/2 4 +intermède/2 1 +intermédiaire/2 13 +intermédiation/2 2 +intermezzo/2 1 +interminable/2 4 +interminablement/9 8 +interministérielle/5 3 +intermission/2 2 +intermittence/2 2 +intermittente/5 6 +intermodale/22 3 +intermodalité/2 2 +intermodulation/2 2 +intermoléculaire/2 4 +intermusculaire/2 4 +internalisation/2 2 +internalisme/1 1 +internat/2 1 +internationale/22 6 +internationalement/9 8 +internationalisation/2 2 +internationalisée/5 3 +internationaliser/15 11 +internationalisme/2 1 +internationaliste/2 13 +internationalité/2 2 +internaute/2 10 +interne/2 13 +internée/5 6 +internégatif/2 1 +internement/2 1 +interner/11 5 +internet/7 18 +interniste/2 10 +internonce/2 1 +interocéanique/2 4 +intéroceptive/5 3 +interoculaire/2 4 +interopérabilité/2 2 +interopérable/2 4 +interorbitale/22 3 +interosseuse/22 3 +interpariétale/22 3 +interparlementaire/2 4 +interpelée/5 6 +interpeler/252 5 +interpellation/2 2 +interpellatrice/5 9 +interpellée/5 6 +interpeller/11 5 +interpénétration/2 2 +interpénétrée/5 3 +interpénétrer/165 55 +interpersonnelle/5 3 +interphone/2 1 +interphonie/2 2 +interplanétaire/2 4 +interpolation/2 2 +interpolatrice/5 6 +interpolée/5 3 +interpoler/11 5 +interposée/5 3 +interposer/15 11 +interpositif/2 1 +interposition/2 2 +interprétable/2 4 +interprétante/5 3 +interprétariat/2 1 +interprétation/2 2 +interprétative/5 3 +interprétatrice/5 6 +interprète/2 10 +interprétée/5 3 +interpréter/65 11 +interpréteur/2 1 +interprofessionnelle/5 3 +interpsychologie/2 2 +interquartile/2 4 +interquartile/2 1 +interraciale/22 3 +interrégionale/22 3 +interrègne/2 1 +interrelation/2 2 +interro/2 2 +interrogation/2 2 +interrogative/5 6 +interrogativement/9 8 +interrogatoire/2 1 +interrogatrice/5 6 +interrogeable/2 4 +interrogée/5 6 +interroger/15 11 +interrompre/52 79 +interrompue/5 3 +interronégative/5 3 +interro-négative/5 3 +interruptible/2 4 +interruption/2 2 +interruptive/5 3 +interruptrice/5 6 +intersaison/2 2 +intersectée/5 3 +intersecter/11 5 +intersection/2 2 +intersectorielle/5 3 +intersession/2 2 +intersexualité/2 2 +intersexuée/5 3 +intersexuelle/5 3 +intersidérale/22 3 +intersigne/2 1 +interstellaire/2 4 +interstice/2 1 +interstitielle/5 3 +intersubjective/5 3 +intersubjectivité/2 2 +intersyndicale/2 2 +intersyndicale/22 3 +intertextualité/2 2 +intertextuelle/5 3 +intertidale/22 3 +intertitre/2 1 +intertrigo/2 1 +intertropicale/22 3 +interurbaine/5 3 +intervallaire/2 4 +intervalle/2 1 +intervalliste/2 10 +intervenante/5 6 +intervenir/68 91 +intervention/2 2 +interventionnelle/5 3 +interventionnisme/2 1 +interventionniste/2 13 +intervenue/5 3 +interversion/2 2 +intervertébrale/22 3 +intervertie/5 3 +intervertir/64 84 +interview/2 2 +interviewée/5 6 +interviewer/2 10 +interviewer/11 5 +intervieweuse/5 9 +intervocalique/2 4 +interzonale/22 3 +interzone/2 2 +intestat/7 45 +intestat/2 1 +intestin/2 1 +intestinale/22 3 +intestine/5 3 +inti/2 +intifada/2 2 +intimation/2 2 +intime/2 13 +intimée/5 6 +intimement/9 8 +intimer/11 5 +intimidable/2 4 +intimidante/5 3 +intimidation/2 2 +intimidatrice/5 6 +intimidée/5 6 +intimider/11 5 +intimisme/2 1 +intimiste/2 4 +intimité/2 2 +intitulé/2 1 +intitulée/5 3 +intituler/15 11 +intolérable/2 4 +intolérablement/9 8 +intolérance/2 2 +intolérante/5 6 +intolérantisme/2 1 +intonation/2 2 +intouchabilité/2 2 +intouchable/2 13 +intox/7 57 +intoxicante/5 3 +intoxication/2 2 +intoxiquée/5 6 +intoxiquer/15 11 +intraartérielle/5 3 +intra-artérielle/5 3 +intraarticulaire/2 4 +intra-articulaire/2 4 +intraatomique/2 4 +intra-atomique/2 4 +intraauriculaire/2 4 +intra-auriculaire/2 4 +intracardiaque/2 4 +intracellulaire/2 4 +intracérébrale/22 3 +intrachromosomique/2 4 +intracommunautaire/2 4 +intracontinentale/22 3 +intracrânienne/5 3 +intradermique/2 4 +intradermoréaction/2 2 +intradermo-réaction/2 2 +intradiégétique/2 4 +intrados/7 7 +intraduisible/2 4 +intraépidermique/2 4 +intragénérationnelle/5 3 +intragénique/2 4 +intraitable/2 4 +intramodale/22 3 +intramoléculaire/2 4 +intramuros/9 8 +intra-muros/9 8 +intramuros/7 45 +intra-muros/7 45 +intramusculaire/2 4 +intramusculaire/2 2 +intranet/2 1 +intransigeance/2 2 +intransigeante/5 3 +intransitive/5 3 +intransitivement/9 8 +intransitivité/2 2 +intransmissibilité/2 2 +intransmissible/2 4 +intransportable/2 4 +intrant/2 1 +intranucléaire/2 4 +intraoculaire/2 4 +intra-oculaire/2 4 +intrarachidienne/5 3 +intra-utérine/5 3 +intraveineuse/2 2 +intraveineuse/22 3 +intrépide/2 13 +intrépidement/9 8 +intrépidité/2 2 +intrication/2 2 +intrigante/5 3 +intrigue/2 2 +intriguée/5 3 +intriguer/11 5 +intrinsèque/2 4 +intrinsèquement/9 8 +intriquée/5 3 +intriquer/11 5 +introduction/2 2 +introductive/5 3 +introductoire/2 4 +introductrice/5 9 +introduire/77 79 +introduite/5 3 +introït/2 1 +introjection/2 2 +intromission/2 2 +intron/2 1 +intronisation/2 2 +intronisée/5 3 +introniser/15 11 +introrse/2 4 +introspection/2 2 +introspective/5 3 +introublée/5 3 +introuvable/2 4 +introversion/2 2 +introvertie/5 6 +intruse/5 6 +intrusion/2 2 +intrusive/5 3 +intubation/2 2 +intubée/5 3 +intuber/11 5 +intuition/2 2 +intuitionnisme/2 1 +intuitionniste/2 4 +intuitive/5 6 +intuitivement/9 8 +intuitu/7 87 +intumescence/2 2 +intumescente/5 3 +intussusception/2 2 +inuit/2 13 +inule/2 2 +inuline/2 2 +inusabilité/2 2 +inusable/2 4 +inusitée/5 3 +inusuelle/5 3 +inutile/2 13 +inutilement/9 8 +inutilisable/2 4 +inutilisation/2 2 +inutilisée/5 3 +inutilité/2 2 +invagination/2 2 +invaginée/5 3 +invaginer/48 55 +invaincue/5 6 +invalidante/5 3 +invalidation/2 2 +invalide/2 13 +invalidée/5 3 +invalidement/7 8 +invalider/11 5 +invalidité/2 2 +invar/2 1 +invariabilité/2 2 +invariable/2 4 +invariablement/9 8 +invariance/2 2 +invariant/2 1 +invariante/5 3 +invasion/2 2 +invasive/5 3 +invective/2 2 +invectivée/5 3 +invectiver/11 17 +invendable/2 4 +invendue/5 6 +inventaire/2 1 +inventée/5 3 +inventer/15 42 +inventeuse/2 2 +invention/2 2 +inventive/5 6 +inventivité/2 2 +inventoriage/2 1 +inventorier/11 5 +inventrice/5 6 +invérifiable/2 4 +inversable/2 4 +inverse/2 4 +inverse/2 1 +inversée/5 3 +inversement/9 8 +inverser/15 11 +inverseur/2 1 +inverseuse/5 3 +inversibilité/2 2 +inversible/2 4 +inversion/2 2 +inversive/5 3 +invertase/2 2 +invertébrée/5 6 +invertie/5 6 +invertine/2 2 +invertir/64 84 +investie/5 3 +investigation/2 2 +investigatrice/5 6 +investiguer/42 14 +investir/43 100 +investissement/2 1 +investisseuse/5 6 +investiture/2 2 +invétérée/5 3 +invétérer/165 55 +invigoration/2 2 +invincibilité/2 2 +invincible/2 4 +invinciblement/9 8 +inviolabilité/2 2 +inviolable/2 4 +inviolablement/9 8 +inviolée/5 3 +invisibilité/2 2 +invisible/2 4 +invisiblement/9 8 +invitante/5 3 +invitation/2 2 +invitatoire/2 1 +invite/2 2 +invitée/5 6 +inviter/15 11 +invivable/2 4 +invocation/2 2 +invocatoire/2 4 +invocatrice/5 6 +involontaire/2 4 +involontairement/9 8 +involucre/2 1 +involucrée/5 3 +involutée/5 3 +involution/2 2 +involutive/5 3 +involutivité/2 2 +invoquée/5 6 +invoquer/11 5 +invraisemblable/2 4 +invraisemblablement/9 8 +invraisemblance/2 2 +invulnérabilité/2 2 +invulnérable/2 4 +iodate/2 1 +iode/2 1 +iodée/5 3 +ioder/11 5 +iodhydrique/2 4 +iodique/2 4 +iodisme/2 1 +iodler/10 14 +iodoforme/2 1 +iodure/2 1 +iodurée/5 3 +ion/2 1 +ionienne/5 6 +ionique/2 4 +ionisante/5 3 +ionisation/2 2 +ioniser/11 5 +ionogramme/2 1 +ionone/2 2 +ionosphère/2 2 +ionosphérique/2 4 +iota/7 7 +iota/2 1 +iota/2 1 +iotacisme/2 1 +iouler/42 14 +iourte/1 2 +ipéca/2 1 +ipécacuana/2 1 +ipécacuanha/2 1 +ipomée/2 2 +ipse/2 1 +ipso/79 87 +irakienne/5 6 +iranienne/5 6 +irascibilité/2 2 +irascible/2 4 +irato +ire/2 2 +irénique/2 4 +irénisme/2 1 +iridacée/2 2 +iridectomie/2 2 +iridescente/5 3 +iridiée/5 3 +iridienne/5 3 +iridium/2 1 +iridologie/2 2 +iridologique/2 4 +iridologue/2 10 +irienne/5 3 +iris/7 7 +irisable/2 4 +irisation/2 2 +irisée/5 3 +iriser/15 11 +iritis/7 57 +irlandaise/5 6 +iroko/2 1 +irone/2 2 +ironie/2 2 +ironique/2 4 +ironiquement/9 8 +ironiser/42 14 +ironisme/2 1 +ironiste/2 10 +iroquoise/5 6 +irraccommodable/2 4 +irrachetable/2 4 +irracontable/2 4 +irradiance/2 2 +irradiante/5 3 +irradiateur/2 1 +irradiation/2 2 +irradiée/5 6 +irradier/15 42 +irraisonnable/2 4 +irraisonnablement/9 8 +irraisonnée/5 3 +irrassasiable/2 4 +irrationalisme/2 1 +irrationaliste/2 13 +irrationalité/2 2 +irrationnelle/5 3 +irrationnellement/9 8 +irrattrapable/2 4 +irréalisable/2 4 +irréalisée/5 3 +irréalisme/2 1 +irréaliste/2 4 +irréalité/2 2 +irrecevabilité/2 2 +irrecevable/2 4 +irréconciliable/2 4 +irrécouvrable/2 4 +irrécupérable/2 4 +irrécusable/2 4 +irrécusablement/9 8 +irrédentisme/2 1 +irrédentiste/2 13 +irréductibilité/2 2 +irréductible/2 4 +irréductiblement/9 8 +irréelle/5 6 +irréellement/9 8 +irréfléchie/5 6 +irréflexion/2 2 +irréformabilité/2 2 +irréformable/2 4 +irréfragable/2 4 +irréfrénable/2 4 +irréfutabilité/2 2 +irréfutable/2 4 +irréfutablement/9 8 +irréfutée/5 3 +irrégularité/2 2 +irrégulière/5 3 +irrégulièrement/9 8 +irréligieuse/22 3 +irréligieusement/7 8 +irréligion/2 2 +irréligiosité/2 2 +irrémédiable/2 4 +irrémédiablement/9 8 +irrémissible/2 4 +irrémissiblement/9 8 +irremplaçabilité/2 2 +irremplaçable/2 4 +irréparable/2 4 +irréparablement/9 8 +irrépétible/2 4 +irrépréhensible/2 4 +irreprésentable/2 4 +irreprésentable/2 1 +irrépressible/2 4 +irrépressiblement/9 8 +irréprochable/2 4 +irréprochablement/9 8 +irrésistible/2 4 +irrésistiblement/9 8 +irrésolue/5 6 +irrésolument/7 8 +irrésolution/2 2 +irrespect/2 1 +irrespectueuse/22 3 +irrespectueusement/9 8 +irrespirable/2 4 +irresponsabilité/2 2 +irresponsable/2 4 +irrétrécissable/2 4 +irrévéremment/9 8 +irrévérence/2 2 +irrévérencieuse/22 3 +irrévérencieusement/9 8 +irrévérente/5 3 +irréversibilité/2 2 +irréversible/2 4 +irréversiblement/9 8 +irrévocabilité/2 2 +irrévocable/2 4 +irrévocablement/9 8 +irrigable/2 4 +irrigation/2 2 +irrigatrice/5 6 +irriguée/5 3 +irriguer/11 5 +irritabilité/2 2 +irritable/2 4 +irritante/5 3 +irritation/2 2 +irritative/5 3 +irritée/5 6 +irriter/15 11 +irruption/2 2 +isabelle/7 45 +isabelle/2 1 +isallobare/2 2 +isard/2 1 +isarienne/5 6 +isatis/7 7 +isba/2 2 +ischémie/2 2 +ischémique/2 4 +ischiatique/2 4 +ischion/2 1 +isentropique/2 4 +isiaque/2 4 +islam/2 1 +islamique/2 4 +islamisation/2 2 +islamisée/5 3 +islamiser/15 11 +islamisme/2 1 +islamiste/2 13 +islamité/2 2 +islamologie/2 2 +islamologue/2 10 +islamophobe/2 4 +islamophobie/2 2 +islandaise/5 6 +ismaélienne/5 6 +ismaélisme/2 1 +ismaélite/2 13 +ismaïlienne/5 6 +isoagglutination/2 2 +isobare/2 4 +isobarique/2 4 +isobarycentre/2 1 +isobathe/2 4 +isobathe/2 2 +isobutane/2 1 +isocarde/2 1 +isocèle/2 4 +isocéphalie/2 2 +isochore/2 4 +isochore/2 2 +isochromatique/2 4 +isochrone/2 4 +isochrone/2 2 +isochronique/2 4 +isochronisme/2 1 +isocitrate/2 1 +isoclinale/22 3 +isocline/2 2 +isocortex/7 7 +isodynamie/2 2 +isodynamique/2 4 +isoélectrique/2 4 +isoflavone/2 2 +isoforme/2 4 +isoforme/2 2 +isogame/2 4 +isogamie/2 2 +isogénie/2 2 +isogéotherme/2 4 +isoglosse/2 4 +isoglosse/2 2 +isoglucose/2 1 +isogone/2 4 +isogone/2 2 +isogreffe/2 2 +isohyète/2 4 +isohyète/2 2 +isohypse/2 4 +isohypse/2 2 +isolable/2 4 +isolante/5 6 +isolat/2 1 +isolation/2 2 +isolationnisme/2 1 +isolationniste/2 13 +isolatrice/5 6 +isolée/5 6 +isolément/9 8 +isolement/2 1 +isoler/15 11 +isoleucine/2 2 +isologue/2 10 +isoloir/2 1 +isomérase/2 2 +isomère/2 1 +isomérie/2 2 +isomérique/1 4 +isomérisation/2 2 +isomériser/11 5 +isométrie/2 2 +isométrique/2 4 +isométriquement/9 8 +isomonodromique/2 4 +isomorphe/2 4 +isomorphiquement/9 8 +isomorphisme/2 1 +isonomie/2 2 +isopérimètre/2 1 +isopérimétrie/2 2 +isopérimétrique/2 4 +isopet/2 1 +isophase/2 4 +isopode/2 4 +isopode/2 1 +isoptère/2 4 +isoptère/2 1 +isopycne/2 4 +isoschizomère/2 1 +isoséiste/2 4 +isoséiste/2 2 +isosiste/2 4 +isosiste/2 2 +isospectrale/22 3 +isospectralité/2 2 +isostasie/2 2 +isostatique/2 4 +isotactique/2 4 +isotherme/2 10 +isothermique/2 4 +isotonie/2 2 +isotonique/2 4 +isotope/2 4 +isotope/2 1 +isotopie/2 2 +isotopique/2 4 +isotopiquement/9 8 +isotopomère/2 1 +isotrope/2 4 +isotropie/2 2 +isotypique/2 4 +israélienne/5 6 +israélite/2 10 +issante/5 3 +issir/229 91 +issue/5 6 +isthme/2 1 +isthmique/2 4 +italianisante/5 6 +italianisée/5 3 +italianiser/15 42 +italianisme/2 1 +italienne/5 6 +italiote/2 13 +italique/2 13 +italophone/2 13 +item 8 +item/2 1 +itérabilité/2 2 +itération/2 2 +itérative/5 3 +itérativement/9 8 +itérée/5 3 +itérer/60 5 +ithyphallique/2 4 +itinéraire/2 4 +itinéraire/2 1 +itinérance/2 2 +itinérante/5 6 +itou 8 +iule/2 1 +ive/2 2 +ivette/2 2 +ivoire/2 1 +ivoirerie/2 2 +ivoirienne/5 6 +ivoirière/5 9 +ivoirine/5 3 +ivoiriser/11 5 +ivraie/2 2 +ivre/2 4 +ivresse/2 2 +ivressomètre/2 1 +ivrognerie/2 2 +ivrognesse/5 9 +iwan/2 1 +ixer/11 5 +ixia/2 2 +ixième/2 13 +ixode/2 1 +j 7 +jabiru/1 1 +jable/1 1 +jabler/4 5 +jablière/1 2 +jabloir/1 1 +jabloire/1 4 +jaborandi/1 1 +jabot/1 1 +jaboter/4 17 +jaboteuse/3 9 +jacaranda/1 1 +jacassante/3 3 +jacasse/1 2 +jacassement/1 1 +jacasser/10 14 +jacasserie/1 2 +jacasseuse/3 6 +jacassière/3 3 +jacée/1 2 +jachère/1 2 +jacinthe/1 2 +jaciste/1 13 +jack/1 1 +jacket/1 10 +jackpot/1 1 +jacobée/1 2 +jacobien/1 1 +jacobienne/3 3 +jacobine/3 6 +jacobinisme/1 1 +jacobite/1 13 +jacobus 7 +jaconas 7 +jacot/1 1 +jacquard/1 1 +jacquemart/1 1 +jacquerie/1 2 +jacques 7 +jacquet/1 1 +jacqueter 17 +jacquier/1 1 +jacquot/1 1 +jactance/1 2 +jacter/4 17 +jaculatoire/1 4 +jacuzzi/1 1 +jade/1 1 +jadéite/1 2 +jadis 8 +jaffe/1 2 +jaffer/10 14 +jaguar/1 1 +jaguarondi/1 1 +jaillir/29 92 +jaillissante/3 3 +jaillissement/1 1 +jaïn/1 13 +jaïna/1 13 +jaïnisme/1 1 +jais 7 +jalap/1 1 +jale/1 2 +jalon/1 1 +jalonnée/3 3 +jalonnement/1 1 +jalonner/4 17 +jalonneur/1 1 +jalouse/8 6 +jalousée/3 3 +jalousement 8 +jalouser/4 11 +jalousie/1 2 +jam/1 +jamaïcaine/3 6 +jamaïquaine/3 6 +jamais 152 +jambage/1 1 +jambe/1 2 +jambée/3 3 +jambette/1 2 +jambière/3 6 +jambon/1 1 +jambonneau/19 1 +jambonnée/3 3 +jambonner/4 5 +jambonnette/1 2 +jamboree/1 1 +jamborée/1 1 +jambose/1 2 +jambosier/1 1 +jamerosier/1 1 +jam-session/1 2 +jan/1 1 +jangada/1 2 +janissaire/1 1 +janotisme/1 1 +jansénisme/1 1 +janséniste/1 10 +jante/1 2 +janv 7 +janvier/1 1 +japon/1 1 +japonaise/3 6 +japonaiserie/1 2 +japonerie/1 2 +japonisante/3 9 +japonisée/3 3 +japoniser/4 11 +japonisme/1 1 +japoniste/1 10 +japonner/4 5 +jappement/1 1 +japper/10 14 +jappeuse/3 6 +jaque/1 1 +jaquemart/1 1 +jaquette/1 2 +jaquier/1 1 +jar/1 1 +jard/1 1 +jarde/1 2 +jardin/1 1 +jardinage/1 1 +jardiner/4 17 +jardinerie/1 2 +jardinet/1 1 +jardineuse/8 3 +jardinière/3 6 +jardiniste/1 10 +jardon/1 1 +jargon/1 1 +jargonaphasie/1 2 +jargonnante/3 3 +jargonner/10 14 +jargonneuse/3 9 +jargonneuse/8 3 +jarnicoton 70 +jarnidieu 70 +jarosse/1 2 +jarovisation/1 2 +jarre/1 10 +jarret/1 1 +jarretée/3 3 +jarretelle/1 2 +jarreter/40 17 +jarretière/1 2 +jars 7 +jas 7 +jaser/10 14 +jaseran/1 1 +jaseron/1 1 +jaseuse/3 6 +jasmin/1 1 +jaspe/1 1 +jaspée/3 3 +jasper/4 5 +jaspiner/4 17 +jaspure/1 2 +jatte/1 2 +jattée/1 2 +jauge/1 2 +jaugeage/1 1 +jauger/4 42 +jaugeuse/3 9 +jaumière/1 2 +jaunasse/1 4 +jaunâtre/1 4 +jaune/1 13 +jaunette/3 6 +jaunie/3 3 +jaunir/29 101 +jaunissage/1 1 +jaunissante/3 3 +jaunisse/1 2 +jaunissement/1 1 +jaunissure/1 2 +java/1 2 +javanaise/3 6 +javart/1 1 +javeau/19 1 +javel/1 2 +javelage/1 1 +javelée/3 3 +javeler/40 17 +javeleuse/3 9 +javeline/1 2 +javelle/1 2 +javellisation/1 2 +javelliser/4 5 +javelot/1 1 +javer/4 5 +jazz 7 +jazzman/41 1 +jazzman/1 1 +jazzy 45 +jazzy/1 4 +je 278 +jean/1 1 +jean-foutre 7 +jeanfoutre/1 1 +jean-le-blanc 7 +jeannette/1 2 +jeans 7 +jectisse/1 108 +jeep/1 2 +jéjunale/8 3 +jéjuno-iléon/1 1 +jéjunum/1 1 +je-m'en-fichisme/1 1 +je-m'en-fichiste/1 13 +je-m'en-foutisme/1 1 +je-m'en-foutiste/1 13 +je-ne-sais-quoi 7 +jennérienne/3 3 +jenny/1 2 +jérémiade/1 2 +jerez 7 +jerk/1 1 +jéroboam/1 1 +jerrican/1 1 +jerricane/1 1 +jerrycan/1 1 +jersey/1 1 +jersiaise/3 6 +jésuite/1 10 +jésuitique/1 4 +jésuitiquement 8 +jésuitisme/1 1 +jésus 7 +jet/1 1 +jetable/1 4 +jetage/1 1 +jeté/1 1 +jetée/3 3 +jeter/40 11 +jeteuse/3 9 +jeton/1 1 +jetset/1 10 +jet-set/1 10 +jetsetteuse/3 9 +jet-setteuse/3 9 +jetski/1 1 +jet-ski/1 1 +jet-society/41 2 +jetsociety/1 2 +jet-society/1 2 +jetstream/1 1 +jet-stream/1 1 +jettatura 47 +jeu/19 1 +jeudi 8 +jeudi/1 1 +jeun 132 +jeûne/1 1 +jeune/1 13 +jeunement 8 +jeuner/10 14 +jeûner/10 14 +jeunesse/1 2 +jeunette/3 6 +jeuneuse/3 9 +jeûneuse/3 9 +jeunisme/1 1 +jeuniste/1 4 +jeunotte/3 6 +jigger/1 1 +jihad/1 1 +jihadisme/1 1 +jihadiste/1 13 +jingle/1 1 +jiu-jitsu 7 +jiujitsu/1 1 +joaillère/3 6 +joaillerie/1 2 +joaillière/3 6 +job/1 1 +job/1 2 +jobarde/3 6 +jobarder/4 5 +jobarderie/1 2 +jobardise/1 2 +jobelin/1 1 +jocasse/1 2 +jociste/1 13 +jockey/1 10 +jocoler/10 14 +jocrisse/1 1 +jodhpurs 20 +jodler/10 14 +jogger/1 10 +jogger/254 14 +joggeuse/3 9 +jogging/1 1 +johannique/1 4 +johannisberg/1 1 +johannite/1 13 +joie/1 2 +joignabilité/1 2 +joignable/1 4 +joindre/67 97 +joint/1 1 +jointe/3 3 +jointée/3 6 +jointer/4 5 +jointive/3 3 +jointivement 8 +jointoiement/1 1 +jointoyer/4 5 +jointoyeuse/3 9 +jointure/1 2 +joint-venture/1 10 +jojo/1 1 +jojoba/1 1 +jokari/1 1 +joker/1 1 +jolie/3 3 +joliesse/1 2 +joliment 8 +jonagold/1 2 +jonc/1 1 +joncacée/1 4 +joncacée/1 2 +joncer/4 5 +jonchaie/1 2 +jonchée/3 3 +jonchée/1 2 +joncher/4 5 +joncheraie/1 2 +jonchère/1 2 +jonchet/1 1 +jonciforme/1 4 +joncteur/1 1 +jonction/1 2 +jonglage/1 1 +jongler/10 14 +jonglerie/1 2 +jongleuse/3 9 +jonkheer/1 1 +jonque/1 2 +jonquille 45 +jonquille/1 2 +jordanienne/3 6 +joseph/1 4 +joseph/1 1 +jota/1 2 +jottereau/19 1 +jouabilité/1 2 +jouable/1 4 +jouailler/10 14 +joual 18 +joubarbe/1 2 +joue/1 2 +jouée/1 2 +jouer/4 42 +jouerie/1 2 +jouet/1 1 +jouette/1 4 +jouette/1 2 +joueuse/3 9 +joufflue/3 3 +joug/1 1 +jouir/55 164 +jouissance/1 2 +jouissante/3 3 +jouisseuse/3 6 +jouissive/3 3 +joujou/19 1 +joule/61 1 +jour/1 1 +journal/19 1 +journaleuse/8 9 +journalière/3 6 +journalisation/1 2 +journalisme/1 1 +journaliste/1 10 +journalistique/1 4 +journée/1 2 +journellement 8 +joute/1 2 +jouter/10 14 +jouteuse/3 9 +jouvence/1 2 +jouvenceau/19 1 +jouvencelle/1 2 +jouxter/4 5 +joviale/8 3 +jovialement 8 +jovialité/1 2 +jovials 127 +jovienne/3 3 +joyau/19 1 +joyeuse/8 3 +joyeusement 8 +joyeuseté/1 2 +joystick/1 1 +jubarte/1 2 +jubé/1 1 +jubilaire/1 13 +jubilante/3 3 +jubilation/1 2 +jubilatoire/1 4 +jubilé/1 1 +jubiler/10 14 +juchée/3 3 +juchée/1 2 +jucher/4 42 +juchoir/1 1 +judaïcité/1 2 +judaïque/1 4 +judaïsante/3 6 +judaïsée/3 3 +judaïser/4 17 +judaïsme/1 1 +judaïté/1 2 +judas 7 +judéité/1 2 +judelle/1 2 +judéo-chrétienne/3 6 +judéo-christianisme/1 1 +judéo-espagnole/3 6 +judicature/1 2 +judiciaire/1 4 +judiciairement 8 +judiciarisation/1 2 +judiciariser/4 5 +judicieuse/8 3 +judicieusement 8 +judo/1 1 +judoka/1 10 +judokate/1 2 +jugale/8 3 +juge/1 10 +jugeable/1 4 +jugée/3 3 +jugement/1 1 +jugeote/1 2 +juger/4 117 +jugeuse/3 6 +juglandacée/1 2 +jugulaire/1 4 +jugulaire/1 2 +jugulée/3 3 +juguler/4 5 +juil 7 +juillet/1 1 +juillettiste/1 10 +juin/1 1 +juive/3 6 +juiverie/1 2 +ju-jitsu 7 +jujitsu/1 1 +jujube/1 1 +jujubier/1 1 +jukebox 7 +juke-box 7 +juke-box/41 1 +julep/1 1 +jules 7 +julienne/3 6 +julot/1 1 +jumbo/1 1 +jumeau/19 94 +jumel/1 1 +jumelage/1 1 +jumelée/3 3 +jumeler/40 5 +jumelle/1 109 +jument/1 2 +jumenterie/1 2 +jumping/1 1 +jungienne/3 3 +jungle/1 2 +junior/1 13 +juniore/1 109 +junker/1 1 +junkie/1 10 +junky/41 10 +junonienne/3 3 +junte/1 2 +jupe/1 2 +jupe-culotte 47 +jupes-culottes 46 +jupette/1 2 +jupitérienne/3 3 +jupon/1 1 +juponnée/3 3 +juponner/4 17 +jurande/1 2 +jurassienne/3 6 +jurassique/1 4 +jurat/1 1 +juratoire/1 4 +jurée/3 6 +jurement/1 1 +jurer/4 42 +jureur/1 1 +juridiction/1 2 +juridictionnelle/3 3 +juridique/1 4 +juridiquement 8 +juridisme/1 1 +jurisconsulte/1 10 +jurisprudence/1 2 +jurisprudentielle/3 3 +juriste/1 10 +juron/1 1 +jury/1 1 +jus 7 +jusant/1 1 +jusée/1 2 +jusqu'à 99 +jusqu'au-boutisme/1 1 +jusqu'au-boutiste/1 10 +jusque 99 +jusque-là 8 +jusques 99 +jusquiame/1 2 +jusqu'ici 8 +jussiée/1 2 +jussion/1 2 +justaucorps 7 +juste 8 +juste/1 13 +juste-à-temps 7 +justement 8 +juste-milieu/19 1 +justes-milieux 20 +justesse/1 2 +justice/1 2 +justiciable/1 13 +justicière/3 6 +justifiable/1 4 +justifiante/3 3 +justificatif/1 1 +justification/1 2 +justificative/3 3 +justificatrice/3 6 +justifiée/3 3 +justifier/4 115 +jutage/1 1 +jute/1 1 +juter/10 14 +juteuse/8 6 +juvénat/1 1 +juvénile/1 4 +juvénilement 8 +juvénilité/1 2 +juxtalinéaire/1 4 +juxtaposable/1 4 +juxtaposante/3 3 +juxtaposée/3 3 +juxtaposer/4 5 +juxtaposition/1 2 +k 7 +kabbale/1 2 +kabbaliste/1 10 +kabbalistique/1 4 +kabig/1 1 +kabuki/1 1 +kabyle/1 13 +kacha/1 2 +kachoube/1 13 +kaddish/1 1 +kafkaïenne/3 3 +kaïnite/1 2 +kaiser/1 1 +kakatoès 7 +kakawi/1 1 +kakemono 7 +kakemono/1 1 +kakémono/1 1 +kaki 45 +kaki/1 1 +kala-azar/1 1 +kalachnikov/1 10 +kalanchoé/1 1 +kaléidoscope/1 1 +kaléidoscopique/1 4 +kali/1 1 +kalicytie/1 2 +kaliémie/1 2 +kalium/1 1 +kalmouke/3 6 +kamala/1 1 +kami/1 1 +kamichi/1 1 +kamikaze/1 10 +kan/1 1 +kana 7 +kana/1 1 +kanake/3 6 +kanat/1 1 +kanban/1 1 +kandjar/1 1 +kangourou/1 1 +kanji 7 +kanji/1 1 +kantienne/3 3 +kantisme/1 1 +kaoliang/1 1 +kaolin/1 1 +kaolinique/1 4 +kaolinisation/1 2 +kaolinite/1 2 +kaon/1 1 +kaoter/4 5 +kaotiser/4 5 +kapo/1 10 +kapok/1 1 +kapokier/1 1 +kappa 7 +kappa/1 1 +karakul/1 1 +karaoké/1 1 +karaté/1 1 +karatéka/1 10 +karbau/1 1 +karcher/1 1 +karité/1 1 +karma/1 1 +karman/1 1 +karmique/1 4 +karpatique/1 4 +karst/1 1 +karstification/1 2 +karstique/1 4 +karstologie/1 2 +kart/1 1 +karting/1 1 +kascher 45 +kat/57 7 +kata/1 1 +katakana 7 +katakana/1 1 +katal/61 1 +katana/1 1 +kathakali/1 1 +kava/1 1 +kawa/1 1 +kayac/1 1 +kayak/1 1 +kayakiste/1 10 +kazakhe/3 6 +kbit/38 7 +kebab/1 1 +kébab/1 1 +keepsake/1 1 +keffieh/1 1 +kéfié/1 1 +kéfir/1 1 +kefta/1 2 +keiretsu/1 1 +kelvin/61 1 +kelvinomètre/1 1 +kendo/1 1 +kénose/1 2 +kénotron/1 1 +kentia/1 1 +kentrophylle/1 1 +kényane/3 6 +képhir/1 1 +képi/1 1 +kérabau/1 1 +kératane/1 1 +kératine/1 2 +kératinisation/1 2 +kératinisée/3 3 +kératiniser/4 11 +kératite/1 2 +kératocône/1 1 +kératome/1 1 +kératoplastie/1 2 +kératose/1 2 +kératotomie/1 2 +kéraunique/1 4 +kermès 7 +kermesse/1 2 +kérogène/1 1 +kérosène/1 1 +kerrie/1 2 +kérygme/1 1 +kétamine/1 2 +ketch/1 1 +ketchup/1 1 +ketmie/1 2 +keuf/1 10 +keum/1 1 +kevlar/1 1 +keynésianisme/1 1 +keynésienne/3 6 +khâgne/1 2 +khâgneuse/8 9 +khalifale/8 3 +khalifat/1 1 +khalife/1 1 +khamsin/1 1 +khan/1 1 +khanat/1 1 +kharidjisme/1 1 +kharidjite/1 13 +khat/1 1 +khédivale/8 3 +khédivat/1 1 +khédive/1 1 +khédiviale/8 3 +khédiviat/1 1 +khi 7 +khi/1 1 +khmère/3 6 +khobz 7 +khôl/1 1 +kibboutz 7 +kibboutzim 20 +kibboutznik 88 +kibboutznik/1 10 +kibibit/1 1 +kibioctet/1 1 +kichenotte/1 2 +kick/1 1 +kickboxing/1 1 +kick-boxing/1 1 +kicker/1 1 +kidnappage/1 1 +kidnappée/3 6 +kidnapper/4 5 +kidnappeuse/3 9 +kidnapping/1 1 +kief/1 1 +kieselguhr/1 1 +kiesérite/1 2 +kiésérite/1 2 +kif/1 1 +kifer/4 5 +kiffer/4 5 +kif-kif 45 +kifkif/1 4 +kiki/1 1 +kil/1 1 +kilim/1 1 +kilo/1 1 +kilobit/1 1 +kilogrammètre/1 1 +kilométrage/1 1 +kilométrer/33 5 +kilométrique/1 4 +kilooctet/1 1 +kiloparsec/1 1 +kilothermie/1 2 +kilotonne/1 2 +kilt/1 1 +kimbanguisme/1 1 +kimbanguiste/1 13 +kimono/1 1 +kinase/1 2 +kiné/1 10 +kinescope/1 1 +kinésiologie/1 2 +kinésiologue/1 10 +kinésiste/1 10 +kinésithérapeute/1 10 +kinésithérapie/1 2 +kinesthésie/1 2 +kinesthésique/1 4 +kinétochore/1 1 +kinétoscope/1 1 +king-charles 7 +kinkajou/1 1 +kinoise/3 6 +kiosque/1 1 +kiosquière/3 9 +kippa/1 2 +kipper/1 1 +kippeur/1 1 +kir/1 1 +kirch/1 1 +kirghize/3 6 +kirsch/1 1 +kissel/1 1 +kit/1 1 +kitch 45 +kitch 7 +kitch/1 4 +kitch/1 1 +kitchenette/1 2 +kitesurf/1 1 +kitsch 45 +kitsch 7 +kiwi/1 1 +klaxon/1 1 +klaxonner/4 17 +kleenex 7 +kleinienne/3 3 +klephte/1 10 +kleptomane/1 13 +kleptomanie/1 2 +klezmer/1 4 +klezmer/1 1 +klystron/1 1 +kn/38 7 +knickerbockers 20 +knickers 20 +knock-down 45 +knock-down 7 +knockdown/1 4 +knockdown/1 1 +knock-out 45 +knock-out 7 +knockout/1 4 +knockout/1 1 +knout/1 1 +ko/38 7 +koala/1 1 +kobold/1 1 +kohol/1 1 +koinè 47 +kola/1 10 +kolatier/1 1 +kolinski/1 1 +kolkhoz 7 +kolkhoze/1 1 +kolkhozienne/3 6 +kombucha/1 1 +kommandantur/1 2 +komsomole/3 9 +konzern/1 1 +kookaburra/1 1 +kopeck/1 1 +korê/1 2 +koriste/1 10 +korrigane/3 9 +kosovare/3 6 +kot/1 1 +koter/10 14 +koto/1 1 +koubba/1 2 +koudou/1 1 +kouglof/1 1 +kouignamann/1 1 +kouign-amann/1 1 +koulak/1 1 +koulibiac/1 1 +koumis 7 +koumys 7 +kourgane/1 1 +kouros 7 +koweïtienne/3 6 +kpc/38 7 +kraal/1 1 +krach/1 1 +kraft/1 1 +krak/1 1 +kraken/1 1 +kremlin/1 1 +kremlinologie/1 2 +kremlinologique/1 4 +kreutzer/1 1 +kriek/1 2 +krill/1 1 +krishnaïte/1 13 +kriss 7 +kronprinz 7 +kroumir/1 1 +krypton/1 1 +ksar 18 +ksar/1 1 +ksatriya 7 +kshatriya 7 +kshatriya/1 1 +ksi 7 +ksi/1 1 +ksour 20 +kss 70 +kt/38 57 +kth/38 57 +kufique/1 4 +kufique/1 1 +kummel/1 1 +kumquat/1 1 +kung-fu 7 +kungfu/1 1 +kurde/1 13 +kvas 7 +kwas 7 +kymographe/1 1 +kymographie/1 2 +kymrique/1 4 +kyrie 7 +kyrielle/1 2 +kyste/1 1 +kystique/1 4 +kyu/1 1 +kyudo/1 1 +l 296 +l 7 +l/57 7 +là 8 +la 174 +la 7 +labadens 7 +labarum/1 1 +là-bas 8 +labbe/1 1 +labdanum/1 1 +label/1 1 +labelle/1 1 +labellisation/1 2 +labellisée/3 3 +labelliser/4 5 +labeur/1 1 +labiacée/1 2 +labiale/8 3 +labialisation/1 2 +labialiser/4 11 +labiée/3 6 +labile/1 4 +labilité/1 2 +labiodentale/1 2 +labio-dentale/1 2 +labiodentale/8 3 +labio-dentale/8 3 +labium/1 1 +labo/1 1 +laborante/3 9 +laborantine/3 9 +laboratoire/1 1 +laborieuse/8 3 +laborieusement 8 +laboriste/1 10 +labour/1 1 +labourable/1 4 +labourage/1 1 +labourée/3 3 +labourer/4 11 +laboureur/1 1 +labrador/1 1 +labre/1 1 +labri/1 1 +labridé/1 1 +labrit/1 1 +labyrinthe/1 1 +labyrinthique/1 4 +labyrinthite/1 2 +labyrinthodon/1 1 +labyrinthodonte/1 1 +lac/1 1 +laçage/1 1 +lacaniser 17 +lacanisme/1 1 +laccase/1 2 +laccolite/1 2 +laccolithe/1 2 +l'accoutumée 87 +lacédémonienne/3 6 +lacée/3 3 +lacement/1 1 +lacer/4 11 +lacération/1 2 +lacérée/3 3 +lacérer/33 5 +lacerie/1 2 +lacet/1 1 +laceuse/3 9 +lâchage/1 1 +lâche/1 13 +lâchée/3 3 +lâchement 8 +lâcher/1 1 +lâcher/4 17 +lâcher-prise/1 1 +lâcheté/1 2 +lâcheuse/3 9 +laciniée/3 3 +lacis 7 +laconique/1 4 +laconiquement 8 +laconisme/1 1 +lacquemant/1 1 +lacrima-christi 7 +lacryma-christi 7 +lacrymale/8 3 +lacrymogène/1 4 +lacrymogène/1 1 +lactaire/1 4 +lactaire/1 1 +lactalbumine/1 2 +lactarium/1 1 +lactase/1 2 +lactate/1 1 +lactation/1 2 +lactée/3 3 +lactescence/1 2 +lactescente/3 3 +lactifère/1 4 +lactique/1 4 +lactobacille/1 1 +lactodensimètre/1 1 +lactofermentation/1 2 +lacto-fermentation/1 2 +lactoflavine/1 2 +lactogène/1 4 +lactomètre/1 1 +lactose/1 1 +lactosérum/1 1 +lactucarium/1 1 +lacunaire/1 4 +lacune/1 2 +lacuneuse/8 3 +lacustre/1 4 +lad/1 10 +ladanum/1 1 +là-dedans 8 +là-dehors 8 +là-dessous 8 +là-dessus 8 +ladin/1 1 +ladine/3 3 +ladite 174 +ladre/1 13 +ladrerie/1 2 +lady/41 2 +lady/1 2 +lagomorphe/1 1 +lagon/1 1 +lagopède/1 1 +lagothrix 7 +lagotriche/1 1 +lagrangien/1 1 +lagrangienne/3 3 +laguiole/1 1 +laguis 7 +lagunage/1 1 +lagunaire/1 4 +lagune/1 2 +là-haut 8 +laïc/1 94 +laïcat/1 1 +laiche/1 2 +laîche/1 2 +laïcisation/1 2 +laïcisée/3 3 +laïciser/4 11 +laïcisme/1 1 +laïcité/1 2 +laide/3 6 +laidement 8 +laideronne/3 9 +laideur/1 2 +laie/3 6 +lainage/1 1 +laine/1 2 +lainée/3 3 +lainer/4 5 +lainerie/1 2 +laineuse/3 3 +laineuse/8 3 +lainière/3 6 +laïque/1 13 +laird/1 1 +laisse/1 2 +laissée/3 3 +laissée-pour-compte 47 +laissées-pour-compte 46 +laissé-pour-compte 18 +laisser/4 11 +laisser-aller 7 +laisser-faire 7 +laissés-pour-compte 20 +laissez-passer 7 +lait/1 1 +laitage/1 1 +laitance/1 2 +laite/1 2 +laitée/3 3 +laiterie/1 2 +laiteron/1 1 +laiteuse/8 3 +laitière/3 6 +laiton/1 1 +laitonner/4 5 +laitue/1 2 +laïus 7 +laïusser/10 14 +laïusseuse/3 9 +laize/1 2 +lakiste/1 4 +lallation/1 2 +lama/1 1 +lamage/1 1 +lamaïque/1 4 +lamaïsme/1 1 +lamaïste/1 13 +lamanage/1 1 +lamaneuse/3 9 +lamantin/1 1 +lamarckienne/3 6 +lamarckisme/1 1 +lamarckiste/1 13 +lamartinienne/3 3 +lamaserie/1 2 +lambada/1 2 +lambda 45 +lambda 7 +lambda/1 4 +lambda/1 1 +lambdacisme/1 1 +lambeau/19 1 +lambel/1 1 +lambic/1 1 +lambine/3 9 +lambiner/10 14 +lambinerie/1 2 +lambourde/1 2 +lambrequin/1 1 +lambris 7 +lambrissage/1 1 +lambrissée/3 3 +lambrisser/4 5 +lambruche/1 2 +lambrusque/1 2 +lambswool/1 1 +lame/1 2 +lamée/3 3 +lamellaire/1 4 +lamellaire/1 2 +lamellation/1 2 +lamelle/1 2 +lamellée/3 3 +lamelleuse/8 3 +lamellibranche/1 4 +lamellibranche/1 1 +lamelliforme/1 4 +lamellophone/1 1 +lamentable/1 4 +lamentablement 8 +lamentation/1 2 +lamenter/4 42 +lamento/1 1 +lamer/4 5 +lamiacées 46 +lamie/1 2 +lamier/1 1 +lamifiée/3 3 +laminage/1 1 +laminaire/1 4 +laminaire/1 2 +laminale/8 3 +lamination/1 2 +lamine/1 2 +laminectomie/1 2 +laminée/3 3 +laminer/4 5 +lamineuse/3 6 +lamineux 130 +laminoir/1 1 +lampadaire/1 1 +lampadophore/1 1 +lamparo/1 1 +lampas 7 +lampassée/3 3 +lampe/1 2 +lamper/4 5 +lampes-tempête 259 +lampe-tempête 47 +lampion/1 1 +lampiste/1 10 +lampisterie/1 2 +lampourde/1 2 +lamprillon/1 1 +lamproie/1 2 +lampyre/1 1 +lançage/1 1 +lance/1 2 +lance-amarre/1 1 +lance-amarres 7 +lance-bombe/1 1 +lance-bombes 7 +lancée/3 3 +lance-engin/1 1 +lance-engins 7 +lance-flamme/1 1 +lance-flammes 7 +lance-fusée/1 1 +lance-fusées 7 +lance-grenade/1 1 +lance-grenades 7 +lancement/1 1 +lance-missile/1 1 +lance-missiles 7 +lancéolée/3 3 +lance-pierre/1 1 +lance-pierres 7 +lancequiner/10 14 +lancer/1 1 +lancer/4 11 +lance-roquette/1 1 +lance-roquettes 7 +lance-satellite/1 1 +lance-satellites 7 +lance-torpille/1 1 +lance-torpilles 7 +lancette/1 2 +lanceuse/3 9 +lancier/1 1 +lancinante/3 3 +lanciner/4 17 +lançon/1 1 +land 18 +land/1 1 +landaise/3 6 +landau/1 1 +landaulet/1 1 +lande/1 2 +länder 20 +landgrave/1 10 +landgraviat/1 1 +landgravine/1 2 +landier/1 1 +landsturm/1 10 +landtag/1 1 +langage/1 1 +langage-machine 18 +langagière/3 6 +lange/1 1 +langer/4 5 +langoureuse/8 3 +langoureusement 8 +langouste/1 2 +langoustière/3 9 +langoustine/1 2 +langue/1 2 +languedocienne/3 6 +languée/3 3 +languette/1 2 +langueur/1 2 +langueyage/1 1 +langueyer/4 5 +languide/1 4 +languier/1 1 +languir/29 165 +languissamment 8 +languissante/3 3 +langur/1 1 +lanice/1 108 +lanier/1 1 +lanière/1 2 +lanifère/1 4 +lanigère/1 4 +laniste/1 1 +lanlaire 8 +lanoline/1 2 +lansquenet/1 1 +lansquine/1 2 +lansquiner/10 14 +lantanier/1 1 +lanterne/1 2 +lanterneau/19 1 +lanterner/4 17 +lanternon/1 1 +lanthane/1 1 +lanthanide/1 1 +lanugineuse/8 3 +laotienne/3 6 +lapalissade/1 2 +laparoscopie/1 2 +laparoscopique/1 4 +laparotomie/1 2 +lapement/1 1 +laper/4 17 +lapereau/19 1 +lapiaz 7 +lapicide/1 4 +lapicide/1 1 +lapidaire/1 13 +lapidation/1 2 +lapidée/3 3 +lapider/4 5 +lapidification/1 2 +lapidifier/4 11 +lapilli 7 +lapilli/1 1 +lapine/3 9 +lapiner/10 14 +lapinière/1 2 +lapinisme/1 1 +lapis 7 +lapis-lazuli 7 +laplacien/1 1 +laplacienne/3 3 +lapone/3 6 +laponne/3 6 +laps 7 +lapsus 7 +laptot/1 1 +laquage/1 1 +laquais 7 +laque/1 10 +laquée/3 3 +laquelle 78 +laquer/4 5 +laqueuse/3 6 +laqueuse/8 3 +laquier/1 1 +laraire/1 1 +larbin/1 1 +larcin/1 1 +lard/1 1 +larder/4 5 +lardoire/1 2 +lardon/1 1 +lardonner/4 5 +lardure/1 2 +lare/1 1 +largable/1 4 +largage/1 1 +large 18 +large/1 4 +largement 8 +largesse/1 2 +largeur/1 2 +larghetto 8 +larghetto/1 1 +largo 8 +largo 7 +largo/1 1 +larguée/3 3 +larguer/4 5 +largueuse/3 9 +larigot/1 1 +larme/1 2 +larmier/1 1 +larmoiement/1 1 +larmoyante/3 3 +larmoyer/10 14 +larmoyeuse/3 9 +larron/1 1 +larsen/1 1 +larvaire/1 4 +larve/1 2 +larvée/3 3 +larvicide/1 1 +laryngale/1 2 +laryngale/8 3 +laryngectomie/1 2 +laryngée/3 3 +laryngienne/3 3 +laryngite/1 2 +laryngologie/1 2 +laryngologiste/1 10 +laryngologue/1 10 +laryngoscope/1 1 +laryngoscopie/1 2 +laryngotomie/1 2 +larynx 7 +lasagne 57 +lasagne/1 2 +lascar/1 1 +lascive/3 3 +lascivement 8 +lasciveté/1 2 +lascivité/1 2 +laser/1 1 +lassante/3 3 +lasse/3 3 +lassée/3 3 +lasser/4 42 +lassis 7 +lassitude/1 2 +lasso/1 1 +lastex 7 +lasting/1 1 +lasure/1 2 +lasurer/4 5 +lat +latanier/1 1 +latence/1 2 +latente/3 3 +latérale/8 3 +latéralement 8 +latéralisation/1 2 +latéralité/1 2 +latere 45 +latéré 45 +latere 87 +latéré 87 +latérite/1 2 +latéritique/1 4 +latex 7 +laticifère/1 4 +laticlave/1 1 +latifoliée/3 3 +latifundiaire/1 4 +latifundium/51 1 +latifundium/1 1 +latina/1 109 +latine/3 6 +latinisante/3 3 +latinisation/1 2 +latiniser/4 17 +latinisme/1 1 +latiniste/1 10 +latinité/1 2 +latino/1 13 +latino-américaine/3 6 +latitude/1 2 +latitudinaire/1 10 +latitudinale/8 3 +latomies 46 +latrie/1 2 +latrines 46 +lattage/1 1 +latte/1 2 +latter/4 5 +lattis 7 +laudanum/1 1 +laudative/3 3 +laudatrice/3 6 +laudes 46 +lauracée/1 109 +laure/1 2 +lauréate/3 6 +laurée/3 3 +laurier/1 1 +laurier-cerise 18 +laurier-rose 18 +lauriers-cerises 238 +lauriers-roses 20 +laurylsulfate/1 1 +lause/1 2 +lauze/1 2 +lavable/1 4 +lavabo/1 1 +lavage/1 1 +lavallière/1 4 +lavallière/1 2 +lavande/1 2 +lavandicultrice/3 9 +lavandiculture/1 2 +lavandière/3 9 +lavandin/1 1 +lavante/3 3 +lavaret/1 1 +lavatory/41 1 +lavatory/1 1 +lave/1 2 +lave-auto 7 +lave-auto/1 1 +lave-dos 7 +lavée/3 3 +lave-glace 7 +lave-glace/1 1 +lave-linge 7 +lave-linge/1 1 +lave-main/1 1 +lave-mains 7 +lavement/1 1 +lave-pont 7 +lave-pont/1 1 +laver/4 11 +laverie/1 2 +lave-tête 7 +lave-tête/1 1 +lavette/1 2 +laveuse/3 6 +lave-vaisselle 7 +lave-vaisselle/1 1 +lavique/1 4 +lavis 7 +lavoir/1 1 +lavoisienne/3 3 +lavure/1 2 +lawrencium/1 1 +laxatif/1 1 +laxative/3 3 +laxisme/1 1 +laxiste/1 13 +laxité/1 2 +layer/4 5 +layetière/3 9 +layette/1 2 +layon/1 1 +lazaret/1 1 +lazariste/1 1 +lazulite/1 2 +lazurite/1 2 +lazzarone/51 1 +lazzarone/1 1 +lazzi 7 +lazzi/1 1 +lb/38 57 +le 160 +lé/1 1 +leader/1 10 +leadership/1 1 +leadeurship/1 1 +leadeuse/3 9 +leasing/1 1 +lebel/1 1 +lécanore/1 2 +léchage/1 1 +lèche/1 2 +lèche-botte/1 10 +lèche-bottes 88 +lèche-cul 105 +lèche-cul/1 13 +léchée/3 3 +lèchefrite/1 2 +lèchement/1 1 +lécher/33 11 +lécheuse/3 6 +lèche-vitrine/1 1 +lèche-vitrines 7 +léchouiller/4 5 +lécithine/1 2 +leçon/1 2 +lectionnaire/1 1 +lectorat/1 1 +lectrice/3 9 +lecture/1 2 +ledit 160 +légale/8 3 +légalement 8 +légalisation/1 2 +légalisée/3 3 +légaliser/4 5 +légalisme/1 1 +légaliste/1 13 +légalité/1 2 +légat/1 1 +légataire/1 10 +légation/1 2 +legato 8 +légato 8 +legato 7 +legato/1 1 +légato/1 1 +lège/1 4 +légendaire/1 4 +légende/1 2 +légender/4 5 +legendrienne/3 3 +légère/3 3 +légèrement 8 +légèreté/1 2 +leggings 46 +leggins +légiférée/3 3 +légiférer/63 14 +légion/1 2 +légionelle/1 2 +légionellose/1 2 +légionnaire/1 13 +législation/1 2 +législative/3 3 +législativement 8 +législatrice/3 6 +législature/1 2 +légiste/1 10 +légitimation/1 2 +légitime/1 13 +légitimée/3 6 +légitimement 8 +légitimer/4 5 +légitimisme/1 1 +légitimiste/1 13 +légitimité/1 2 +legs 7 +léguée/3 3 +léguer/33 11 +légume/1 10 +légumière/3 6 +légumine/1 2 +légumineuse/8 6 +lei 20 +léiomyome/1 1 +leishmanie/1 2 +leishmaniose/1 2 +leitmotiv/1 1 +leitmotive 20 +lémanique/1 4 +lemmatique/1 4 +lemmatisation/1 2 +lemmatiser/4 5 +lemmatiseur/1 1 +lemme/1 1 +lemming/1 1 +lemnacée/1 2 +lemniscate/1 2 +lémur/1 1 +lémure/1 10 +lémurien/1 1 +lendemain/1 1 +lendit/1 1 +lénifiante/3 3 +lénifier/4 5 +léninisme/1 1 +léniniste/1 13 +lénition/1 2 +lénitive/3 3 +lente/3 6 +lentement 8 +lenteur/1 2 +lenticelle/1 2 +lenticulaire/1 4 +lenticule/1 2 +lentiforme/1 4 +lentigine/1 2 +lentigo/1 1 +lentille/1 2 +lentillon/1 1 +lentisque/1 1 +lento 8 +lento 7 +lento/1 1 +l'envi 87 +léonarde/3 6 +léonardesque/1 4 +léonine/3 3 +léonure/1 1 +léopard/1 1 +léopardée/3 3 +lépidodendron/1 1 +lépidolite/1 1 +lépidoptère/1 4 +lépidoptère/1 1 +lépidoptériste/1 10 +lépidosirène/1 1 +lépidostée/1 1 +lépiote/1 2 +lépisme/1 1 +lépisostée/1 1 +léporidé/1 1 +lèpre/1 2 +leprechaun/1 10 +lépreuse/8 6 +léprologie/1 2 +léprologiste/1 10 +léprologue/1 10 +léproserie/1 2 +leptocéphale/1 1 +leptogenèse/1 2 +leptolithique/1 4 +leptoméduse/1 2 +lepton/1 1 +leptonique/1 4 +leptospire/1 1 +leptospirose/1 2 +lepture/1 1 +lequel 78 +lerche 8 +lérot/1 1 +lès 78 +les 197 +lesbianisme/1 1 +lesbienne/3 6 +lesdites 196 +lesdits 195 +lésée/3 3 +lèse-majesté 57 +lèse-majesté/1 2 +léser/33 5 +lésinante/3 3 +lésine/1 2 +lésiner/10 14 +lésinerie/1 2 +lésineuse/3 6 +lésion/1 2 +lésionnaire/1 4 +lésionnelle/3 3 +lesquelles 78 +lesquels 78 +lessivable/1 4 +lessivage/1 1 +lessive/1 2 +lessivée/3 3 +lessiver/4 5 +lessiveuse/3 9 +lessivielle/3 3 +lest/1 1 +lestage/1 1 +leste/1 4 +lestée/3 3 +lestement 8 +lester/4 11 +let +létale/8 3 +létalité/1 2 +letchi/1 1 +léthargie/1 2 +léthargique/1 4 +lettone/3 6 +lettonne/3 6 +lettrage/1 1 +lettre/1 2 +lettrée/3 6 +lettreuse/3 9 +lettrine/1 2 +lettrisme/1 1 +lettriste/1 13 +leu 18 +leucanie/1 2 +leucémie/1 2 +leucémique/1 4 +leucine/1 2 +leucite/1 10 +leucocytaire/1 4 +leucocyte/1 1 +leucocytose/1 2 +leucoderme/1 13 +leucodermie/1 2 +leucodystrophie/1 2 +leucome/1 1 +leucopénie/1 2 +leucoplasie/1 2 +leucorrhée/1 2 +leucose/1 2 +leucotomie/1 2 +leude/1 1 +leur 150 +leur 280 +leur/1 10 +leurre/1 1 +leurrée/3 3 +leurrer/4 11 +leurs 151 +lev +levage/1 1 +levageuse/3 9 +levain/1 1 +levalloisien/1 1 +levalloisienne/3 3 +levant/1 1 +levantine/3 6 +levée/3 6 +lève-glace 7 +lève-glace/1 1 +lever/1 1 +lever/47 42 +lève-tard 88 +lève-tôt 88 +leveuse/3 9 +lève-vitre 7 +lève-vitre/1 1 +léviathan/1 1 +levier/1 1 +lévigation/1 2 +léviger/4 5 +lévirat/1 1 +levis 7 +lévitation/1 2 +lévite/1 10 +léviter/10 14 +lévogyre/1 4 +levraut/1 1 +lèvre/1 2 +levreau/19 1 +levrette/1 2 +levrettée/3 3 +levretter/10 14 +lévrier/1 1 +levronne/3 9 +lévulose/1 1 +levure/1 2 +lexème/1 1 +lexicale/8 3 +lexicalisation/1 2 +lexicalisée/3 3 +lexicaliser/4 55 +lexicographe/1 10 +lexicographie/1 2 +lexicographique/1 4 +lexicologie/1 2 +lexicologique/1 4 +lexicologue/1 10 +lexie/1 2 +lexique/1 1 +lexis 57 +lez 78 +lézarde/3 9 +lézardée/3 3 +lézarder/4 42 +li/1 1 +liage/1 1 +liais 7 +liaison/1 2 +liaisonner/4 5 +liane/1 2 +lianescente/3 3 +liano/1 1 +liant/1 1 +liante/3 3 +liard/1 1 +liarder/10 14 +lias 7 +liasique/1 4 +liasse/1 2 +libage/1 1 +libanaise/3 6 +libanisation/1 2 +libaniser/4 55 +libation/1 2 +libelle/1 1 +libellé/1 1 +libellée/3 3 +libeller/4 5 +libelliste/1 10 +libellule/1 2 +liber/1 1 +libérable/1 4 +libérable/1 10 +libérale/8 6 +libéralement 8 +libéralisante/3 3 +libéralisation/1 2 +libéralisée/3 3 +libéraliser/4 11 +libéralisme/1 1 +libéralité/1 2 +libération/1 2 +libératoire/1 4 +libératrice/3 6 +libérée/3 3 +libérer/33 11 +libérienne/3 6 +libérine/1 2 +libériste/1 13 +libéroligneuse/8 3 +libéro-ligneuse/8 3 +libertaire/1 13 +libertarianisme/1 1 +libertarienne/3 6 +liberté/1 2 +liberticide/1 4 +libertinage/1 1 +libertine/3 6 +liberty 18 +libidinale/8 3 +libidineuse/8 6 +libidinosité/1 2 +libido/1 2 +libitum 87 +libouret/1 1 +libournaise/3 6 +libraire/1 10 +librairie/1 2 +libration/1 2 +libre/1 4 +libre-échange/1 1 +libre-échangisme 18 +libre-échangiste/1 13 +librement 8 +libre-penseur 18 +libre-penseuse 47 +libre-service 18 +libres-penseurs 20 +libres-penseuses 46 +libres-services 20 +librettiste/1 10 +libretto/51 1 +libretto/1 1 +librisme/1 1 +libriste/1 13 +libyenne/3 6 +lice/1 2 +licéité/1 2 +licence/1 2 +licenciée/3 6 +licenciement/1 1 +licencier/4 5 +licencieuse/8 3 +licencieusement 8 +liche/1 2 +lichee/1 1 +lichen/1 1 +lichénique/1 4 +licher/4 17 +lichetrogner 17 +lichette/1 2 +lichoter 17 +lichotter 17 +licière/3 9 +licitation/1 2 +licite/1 4 +licitement 8 +liciter/4 5 +licol/1 1 +licorne/1 2 +licou/1 1 +licteur/1 1 +lidar/1 1 +lido/1 1 +lidocaïne/1 2 +lie/1 2 +lied/1 1 +lieder 20 +lie-de-vin 45 +liée/3 3 +liège/1 1 +liégée/3 3 +liégeoise/3 6 +liéger/33 5 +liégeuse/8 3 +lien/1 1 +lier/4 11 +lierne/1 2 +lierre/1 1 +liesse/1 2 +lieu/19 1 +lieu-dit 18 +lieudit/1 1 +lieue/1 2 +lieuse/3 6 +lieutenance/1 2 +lieutenant-colonel 18 +lieutenante/3 9 +lieutenante-gouverneure 254 +lieutenantes-gouverneures 258 +lieutenant-gouverneur 18 +lieutenants-colonels 20 +lieutenants-gouverneurs 237 +lieux-dits 20 +lièvre/1 1 +lift/1 1 +lifter/4 5 +liftière/3 9 +lifting/1 1 +ligament/1 1 +ligamentaire/1 4 +ligamenteuse/8 3 +ligand/1 1 +ligase/1 2 +ligature/1 2 +ligaturée/3 3 +ligaturer/4 5 +lige/1 4 +ligérienne/3 6 +light 45 +light/1 4 +ligie/1 2 +lignage/1 1 +lignagère/3 3 +lignarde/3 9 +ligne/1 2 +lignée/1 2 +ligner/4 5 +lignerole/1 2 +lignerolle/1 2 +ligneul/1 1 +ligneuse/3 9 +ligneuse/8 3 +lignicole/1 4 +lignifiante/3 3 +lignification/1 2 +lignifiée/3 3 +lignifier/4 55 +lignine/1 2 +lignite/1 1 +lignivore/1 4 +lignomètre/1 1 +ligot/1 1 +ligotage/1 1 +ligotée/3 3 +ligoter/4 5 +ligue/1 2 +liguée/3 3 +liguer/4 11 +ligueuse/3 6 +ligule/1 2 +ligulée/3 3 +liguliflore/1 4 +liguliflore/1 2 +ligure/1 10 +lilas 142 +liliacée/3 6 +liliale/8 3 +lilliputienne/3 6 +lilloise/3 6 +limace/1 2 +limaçon/1 1 +limage/1 1 +limaille/1 2 +liman/1 1 +limande/1 2 +limander/4 5 +limbaire/1 4 +limbe/1 1 +limbique/1 4 +limbourgeoise/3 6 +lime/1 2 +limée/3 3 +limer/4 42 +limerick/1 1 +limes 7 +limès 7 +limette/1 2 +limettier/1 1 +limeuse/3 6 +limicole/1 4 +limier/1 1 +liminaire/1 4 +liminale/8 3 +limitable/1 4 +limitante/3 3 +limitation/1 2 +limitative/3 3 +limitativement 8 +limite/1 2 +limitée/3 3 +limiter/4 11 +limiteur/1 1 +limitrophe/1 4 +limnée/1 2 +limniculture/1 2 +limnique/1 4 +limnologie/1 2 +limogeage/1 1 +limogée/3 3 +limoger/4 5 +limon/1 1 +limonade/1 2 +limonadière/3 9 +limonage/1 1 +limonaire/1 1 +limonène/1 1 +limoner/4 5 +limoneuse/8 3 +limonière/3 9 +limonite/1 2 +limoselle/1 2 +limousinage/1 1 +limousine/3 6 +limousiner/4 5 +limpide/1 4 +limpidement 8 +limpidité/1 2 +limule/1 10 +lin/1 1 +linacée/1 4 +linacée/1 2 +linaigrette/1 2 +linaire/1 2 +linceul/1 1 +linçoir/1 1 +linéaire/1 4 +linéaire/1 1 +linéairement 8 +linéale/8 3 +linéament/1 1 +linéarisabilité/1 2 +linéarisable/1 4 +linéarisation/1 2 +linéariser/4 5 +linéarité/1 2 +linéation/1 2 +linéature/1 2 +linéique/1 4 +liner/1 1 +linette/1 2 +lineur/1 1 +linga 7 +linga/1 1 +lingala/1 1 +lingam 7 +lingam/1 1 +linge/1 1 +lingée/3 3 +linger/4 11 +lingère/3 9 +lingerie/1 2 +lingette/1 2 +lingot/1 1 +lingotière/1 2 +linguale/8 3 +linguatule/1 2 +lingue/1 2 +linguet/1 1 +linguette/1 2 +linguiforme/1 4 +linguiste/1 10 +linguistique/1 4 +linguistique/1 2 +linguistiquement 8 +linière/3 6 +liniment/1 1 +linkage/1 1 +links 20 +linnéenne/3 6 +lino/1 1 +linogravure/1 2 +linoléique/1 4 +linolénique/1 4 +linoleum/1 1 +linoléum/1 1 +linon/1 1 +linotte/1 2 +linotype/1 2 +linotypie/1 2 +linotypiste/1 10 +linsang/1 1 +linsoir/1 1 +linteau/19 1 +linter/1 1 +lionceau/19 1 +lionne/3 9 +lionnée/3 3 +liparis 7 +lipase/1 2 +lipémie/1 2 +lipide/1 1 +lipidémie/1 2 +lipidique/1 4 +lipizzan/1 94 +lipoaspiration/1 2 +lipochrome/1 1 +lipodystrophie/1 2 +lipogenèse/1 2 +lipogrammatique/1 4 +lipogramme/1 1 +lipoïde/1 4 +lipoïde/1 1 +lipolyse/1 2 +lipolytique/1 4 +lipomatose/1 2 +lipome/1 1 +lipophile/1 4 +lipophobe/1 4 +lipoprotéine/1 2 +lipoprotéinémie/1 2 +lipoprotéique/1 4 +liposarcome/1 1 +liposoluble/1 4 +liposome/1 1 +liposuccion/1 2 +lipothymie/1 2 +lipotrope/1 4 +lipovaccin/1 1 +lippe/1 2 +lippée/1 2 +lippue/3 3 +lipschitzienne/3 3 +liquation/1 2 +liquéfacteur/1 1 +liquéfaction/1 2 +liquéfiable/1 4 +liquéfiante/3 3 +liquéfiée/3 3 +liquéfier/4 11 +liquette/1 2 +liqueur/1 2 +liquidable/1 4 +liquidambar/1 1 +liquidation/1 2 +liquidative/3 3 +liquidatrice/3 9 +liquide/1 4 +liquide/1 1 +liquidée/3 3 +liquider/4 5 +liquidienne/3 3 +liquidité/1 2 +liquoreuse/8 3 +liquoriste/1 10 +lire/1 2 +lire/141 97 +liron/1 1 +lis 7 +lisage/1 1 +lisbroquer 14 +lisérage/1 1 +liseré/1 1 +liséré/1 1 +liserer/47 11 +lisérer/33 5 +liseron/1 1 +lisette/1 2 +liseuse/3 9 +lisibilité/1 2 +lisible/1 4 +lisiblement 8 +lisier/1 1 +lisière/1 2 +lissage/1 1 +lissante/3 3 +lisse/1 4 +lisse/1 2 +lissé/1 1 +lissée/3 3 +lisser/4 5 +lisseron/1 1 +lisseuse/3 6 +lissier/1 1 +lissoir/1 1 +listage/1 1 +liste/1 2 +listeau/19 1 +listel/1 1 +lister/4 5 +listériose/1 2 +listing/1 1 +liston/1 1 +lit/1 1 +litanie/1 2 +litchi/1 1 +liteau/19 1 +litée/3 3 +litée/1 2 +liter/4 5 +literie/1 2 +litham/1 1 +litharge/1 2 +lithergol/1 1 +lithiase/1 2 +lithiasique/1 10 +lithinée/3 3 +lithinifère/1 4 +lithique/1 4 +lithium/1 1 +litho/1 13 +lithodome/1 1 +lithogène/1 4 +lithogenèse/1 2 +lithographe/1 10 +lithographie/1 2 +lithographier/4 5 +lithographique/1 4 +lithogravure/1 2 +lithologie/1 2 +lithologique/1 4 +lithophage/1 1 +lithophanie/1 2 +lithosphère/1 2 +lithosphérique/1 4 +lithostatique/1 4 +lithothamnium/1 1 +lithotriteur/1 1 +lithotritie/1 2 +lithotypographie/1 2 +litière/1 2 +litige/1 1 +litigeur/1 1 +litigieuse/8 3 +litispendance/1 2 +litorne/1 2 +litote/1 2 +litre/1 2 +litre/61 1 +litron/1 1 +litroner 14 +litt +littéraire/1 13 +littérairement 8 +littérale/8 3 +littéralement 8 +littéralisme/1 1 +littéraliste/1 4 +littéralité/1 2 +littérarité/1 2 +littératie/1 2 +littératrice/3 9 +littérature/1 2 +littérisme/1 1 +littorale/8 3 +littorine/1 2 +lituanienne/3 6 +liturgie/1 2 +liturgique/1 4 +liturgiquement 8 +liturgiste/1 10 +liure/1 2 +livarde/1 2 +livarot/1 1 +live 45 +live 7 +live/1 4 +live/1 1 +livèche/1 2 +livet/1 1 +livide/1 4 +lividité/1 2 +living/1 1 +living-room/1 1 +livrable/1 4 +livraison/1 2 +livre/1 10 +livre-cassette 18 +livrée/1 2 +livrer/4 11 +livres-cassettes 20 +livresque/1 4 +livret/1 1 +livreuse/3 9 +lixiviation/1 2 +llano/1 1 +lm/57 7 +loader/1 1 +loadeur/1 1 +lob/1 1 +lobaire/1 4 +lobby/41 1 +lobby/1 1 +lobbying/1 1 +lobbyisme/1 1 +lobbyiste/1 10 +lobe/1 1 +lobectomie/1 2 +lobée/3 3 +lobélie/1 2 +lober/4 5 +lobotomie/1 2 +lobotomisée/3 3 +lobotomiser/4 5 +lobulaire/1 4 +lobule/1 1 +lobulée/3 3 +lobuleuse/8 3 +local/19 1 +locale/8 3 +localement 8 +localier/1 1 +localisable/1 4 +localisante/3 3 +localisateur/1 1 +localisation/1 2 +localisatrice/3 3 +localisée/3 3 +localiser/4 11 +localisme/1 1 +localiste/1 13 +localité/1 2 +locataire/1 10 +locataire-gérant 18 +locataires-gérants 20 +locatif/1 1 +location/1 2 +location-gérance 47 +locations-gérances 257 +locations-ventes 46 +location-vente 47 +locative/3 3 +locatrice/3 9 +locavore/1 13 +loch/1 1 +loche/1 2 +locher/4 17 +lochies 46 +lock-out 7 +lockout/1 1 +lockouter/4 5 +lock-outer/4 5 +loco/1 2 +locomobile/1 4 +locomobile/1 2 +locomotion/1 2 +locomotive/3 3 +locomotive/1 2 +locomotrice/3 6 +locorégionale/8 3 +loco-régionale/8 3 +locotracteur/1 1 +loculaire/1 4 +loculée/3 3 +loculeuse/8 3 +locus 7 +locuste/1 2 +locution/1 2 +locutrice/3 9 +loden/1 1 +lods 20 +loess 7 +lof/1 1 +lofer/10 14 +loft/1 1 +log/1 1 +logarithme/1 1 +logarithmique/1 4 +loge/1 2 +logeable/1 4 +logée/3 3 +logement/1 1 +loger/4 42 +logette/1 2 +logeuse/3 9 +loggia/1 2 +logiciel/1 1 +logicielle/3 3 +logiciellement 8 +logicienne/3 6 +logicisme/1 1 +logiciste/1 4 +logicomathématique/1 4 +logico-mathématique/1 4 +logicopositivisme/1 1 +logico-positivisme/1 1 +logigramme/1 1 +logique/1 4 +logique/1 2 +logiquement 8 +logis 7 +logiste/1 10 +logisticienne/3 9 +logistique/1 4 +logistique/1 2 +logithèque/1 2 +logo/1 1 +logocentrisme/1 1 +logogramme/1 1 +logogrammique/1 4 +logographe/1 1 +logographie/1 2 +logographique/1 4 +logogriphe/1 1 +logomachie/1 2 +logomachique/1 4 +logopathie/1 2 +logopède/1 10 +logopédie/1 2 +logopédique/1 4 +logopédiste/1 10 +logorrhée/1 2 +logorrhéique/1 13 +logos 7 +logotype/1 1 +loguer/10 14 +loi/1 2 +loi-cadre 47 +loin 8 +lointaine/3 6 +lointainement 8 +loi-programme 47 +loir/1 1 +lois-cadres 46 +loisible/1 4 +loisir/1 1 +lois-programmes 46 +lokoum/1 1 +lolette/1 2 +lolita/1 2 +lolo/1 1 +lombago/1 1 +lombaire/1 4 +lombalgie/1 2 +lombarde/3 6 +lombarthrose/1 2 +lombes 20 +lombosacrée/3 3 +lombo-sacrée/3 3 +lombosciatique/1 2 +lombo-sciatique/1 2 +lombostat/1 1 +lombric/1 1 +lombricoïde/1 4 +lombricultrice/3 9 +lombriculture/1 2 +lompe/1 1 +londonienne/3 6 +londrès 7 +lône/1 2 +longane/1 10 +longanier/1 1 +longanimité/1 2 +long-courrier/1 94 +longe/1 2 +longée/3 3 +longeole/1 2 +longer/4 5 +longère/1 2 +longeron/1 1 +longévité/1 2 +longicorne/1 1 +longiforme/1 4 +longiligne/1 4 +longimétrie/1 2 +longitude/1 2 +longitudinale/8 3 +longitudinalement 8 +long-métrage 18 +longotte/1 2 +longrine/1 2 +longs-métrages 20 +longtemps 8 +longue/3 3 +longuement 8 +longues-vues 46 +longuette/3 3 +longueur/1 2 +longue-vue 47 +looch/1 1 +loofa/1 1 +look/1 1 +looping/1 1 +lopette/1 2 +lophophore/1 1 +lopin/1 1 +loquace/1 4 +loquacité/1 2 +loque/1 2 +loquer/4 11 +loquet/1 1 +loqueteau/19 1 +loqueteuse/8 3 +loran/1 1 +loranthacée/1 4 +loranthacée/1 2 +lord/1 1 +lord-maire 18 +lordose/1 2 +lords-maires 20 +lorentzienne/3 3 +lorette/1 2 +lorgner/4 5 +lorgnette/1 2 +lorgnon/1 1 +lori/1 1 +loricaire/1 1 +loriot/1 1 +loriquet/1 1 +lorraine/3 6 +lorry/41 1 +lorry/1 1 +lors 78 +lorsque 78 +losange/1 1 +losangée/3 3 +losangique/1 4 +loser/1 10 +loseuse/3 9 +lot/1 1 +lote/1 2 +loterie/1 2 +lotie/3 3 +lotier/1 1 +lotion/1 2 +lotionner/4 5 +lotir/29 84 +lotissement/1 1 +lotisseuse/3 6 +loto/1 1 +lotoise/3 6 +lotte/1 2 +lotus 7 +louable/1 4 +louablement 8 +louage/1 1 +louange/1 2 +louangée/3 3 +louanger/4 5 +louangeuse/3 6 +loubar/1 1 +loubarde/3 9 +louche/1 13 +louchée/1 2 +louchement 8 +louchement/1 1 +loucher/10 14 +loucherie/1 2 +louchet/1 1 +loucheuse/3 6 +louchir/55 92 +louchonne/3 9 +louée/3 3 +louer/4 11 +loueuse/3 9 +loufer/10 14 +loufiat/1 1 +loufoque/1 13 +loufoquerie/1 2 +lougre/1 1 +louis 7 +louis-philipparde/3 3 +loukoum/1 1 +loulou/1 1 +loup/1 1 +loupage/1 1 +loup-cervier 18 +loupe/1 2 +loupé/1 1 +louper/4 42 +loup-garou 18 +loupiote/3 9 +loups-cerviers 20 +loups-garous 20 +louquer 5 +lourdaude/3 9 +lourde/3 6 +lourdement 8 +lourder/4 5 +lourderie/1 2 +lourdeur/1 2 +lourdingue/1 4 +loure/1 2 +lourée/3 3 +lourer/4 5 +lousse/1 2 +loustic/1 1 +loutre/1 2 +louve/1 2 +louver/4 5 +louveteau/19 1 +louveter/72 14 +louveterie/1 2 +louvèterie/1 2 +louvetier/1 1 +louvette/3 6 +louviéroise/3 6 +louvoiement/1 1 +louvoyage/1 1 +louvoyante/3 3 +louvoyer/10 14 +lovelace/1 1 +lover/4 11 +loxodromie/1 2 +loxodromique/1 4 +loyale/8 3 +loyalement 8 +loyalisme/1 1 +loyaliste/1 10 +loyauté/1 2 +loyer/1 1 +lozérienne/3 6 +lubie/1 2 +lubricité/1 2 +lubrifiante/3 3 +lubrificateur/1 1 +lubrification/1 2 +lubrificatrice/3 3 +lubrifiée/3 3 +lubrifier/4 5 +lubrique/1 4 +lubriquement 8 +lucane/1 1 +lucaniste/1 10 +lucanophile/1 10 +lucarne/1 2 +lucernaire/1 10 +lucide/1 4 +lucidement 8 +lucidité/1 2 +luciférienne/3 6 +lucifuge/1 4 +lucilie/1 2 +lucimètre/1 1 +luciole/1 2 +lucrative/3 3 +lucrativement 8 +lucrativité/1 2 +lucre/1 1 +luddisme/1 1 +ludiciel/1 1 +ludion/1 1 +ludique/1 4 +ludisme/1 1 +ludoéducative/3 3 +ludo-éducative/3 3 +ludothécaire/1 10 +ludothèque/1 2 +lue/3 3 +luétine/1 2 +luette/1 2 +lueur/1 2 +luffa/1 1 +luge/1 2 +luger/10 14 +lugeuse/3 9 +lugubre/1 4 +lugubrement 8 +lui 187 +lui-même 78 +luire/114 91 +luisance/1 2 +luisante/3 3 +lulu/1 1 +lumachelle/1 2 +lumbago/1 1 +lumen/61 1 +lumière/1 2 +lumignon/1 1 +luminaire/1 1 +luminance/1 2 +luminescence/1 2 +luminescente/3 3 +lumineuse/8 3 +lumineusement 8 +luminique/1 4 +luminisme/1 1 +luministe/1 13 +luminomètre/1 1 +luminophore/1 1 +luminosité/1 2 +luminothérapie/1 2 +lumitype/1 2 +lump/1 1 +lumpenproletariat/1 1 +lumpenprolétariat/1 1 +lunaire/1 13 +lunaison/1 2 +lunatique/1 4 +lunch/41 1 +lunch/1 1 +luncher/10 14 +lundi 8 +lundi/1 1 +lune/1 2 +lunée/3 3 +lunetière/3 6 +lunette/1 2 +lunetterie/1 2 +lunettière/3 6 +lunisolaire/1 4 +luni-solaire/1 4 +lunule/1 2 +lunure/1 2 +lupanar/1 1 +lupercale/8 3 +lupercales 46 +lupin/1 1 +lupuline/3 9 +lupus 7 +lurette/1 2 +luronne/3 9 +lusin/1 1 +lusitanienne/3 6 +lusophone/1 13 +lusophonie/1 2 +lustrage/1 1 +lustrale/8 3 +lustrante/3 3 +lustration/1 2 +lustre/1 1 +lustrée/3 3 +lustrer/4 5 +lustrerie/1 2 +lustreuse/3 9 +lustrine/1 2 +lustroir/1 1 +lutage/1 1 +lutation/1 2 +lutéale/8 3 +lutécienne/3 6 +lutécium/1 1 +lutéine/1 2 +lutéinisation/1 2 +luter/4 5 +luth/1 1 +luthéranisme/1 1 +lutherie/1 2 +luthérienne/3 6 +luthière/3 9 +luthiste/1 10 +lutin/1 1 +lutinée/3 3 +lutiner/4 5 +lutrin/1 1 +lutte/1 2 +lutter/10 14 +lutteuse/3 9 +lutz 7 +lux/112 7 +luxation/1 2 +luxe/1 1 +luxembourgeoise/3 6 +luxembourgisme/1 1 +luxembourgiste/1 13 +luxembourgophone/1 13 +luxer/4 11 +luxmètre/1 1 +luxueuse/8 3 +luxueusement 8 +luxure/1 2 +luxuriance/1 2 +luxuriante/3 3 +luxurieuse/8 3 +luxurieusement 8 +luzerne/1 2 +luzernière/1 2 +luzule/1 2 +lx/57 7 +lycanthrope/1 10 +lycanthropie/1 2 +lycaon/1 1 +lycée/1 1 +lycéenne/3 6 +lycène/1 1 +lychee/1 1 +lychnide/1 2 +lychnis 7 +lycope/1 1 +lycopène/1 1 +lycoperdon/1 1 +lycophyte/1 1 +lycopode/1 1 +lycopodiale/1 2 +lycose/1 2 +lycra 18 +lyddite/1 2 +lydienne/3 6 +lymphangiome/1 1 +lymphangite/1 2 +lymphatique/1 4 +lymphatisme/1 1 +lymphe/1 2 +lymphocytaire/1 4 +lymphocyte/1 1 +lymphocytopénie/1 2 +lymphocytose/1 2 +lymphœdème/1 1 +lymphogranulomatose/1 2 +lymphographie/1 2 +lymphoïde/1 4 +lymphokine/1 2 +lymphome/1 1 +lymphopénie/1 2 +lynchage/1 1 +lynchée/3 3 +lyncher/4 5 +lyncheuse/3 9 +lynx 7 +lyonnaise/3 6 +lyophile/1 4 +lyophilisat/1 1 +lyophilisateur/1 1 +lyophilisation/1 2 +lyophilisée/3 3 +lyophiliser/4 5 +lyophobe/1 4 +lyre/1 2 +lyrée/3 3 +lyrer/10 14 +lyric/1 1 +lyrique/1 4 +lyriquement 8 +lyrisme/1 1 +lys 7 +lysat/1 1 +lyse/1 2 +lyser/4 5 +lysergamide/1 1 +lysergide/1 1 +lysergique/1 4 +lysimaque/1 2 +lysine/1 2 +lysogène/1 4 +lysogénie/1 2 +lysogénique/1 4 +lysosome/1 1 +lysosomiale/8 3 +lysozyme/1 1 +lytique/1 4 +m 7 +m/57 7 +mR/38 7 +ma 173 +maboule/3 9 +mac/1 1 +macabre/1 4 +macache 8 +macadam/1 1 +macadamiser/4 5 +macaque/1 10 +macareux 7 +macaron/1 1 +macaroni 7 +macaroni/1 1 +macaronique/1 4 +macassar/1 1 +maccarthisme/1 1 +maccarthysme/1 1 +macchabée/1 1 +macchaber 55 +macédoine/1 2 +macédonienne/3 6 +macérat/1 1 +macérateur/1 1 +macération/1 2 +macérée/3 3 +macérer/33 17 +maceron/1 1 +macfarlane/1 1 +mach 18 +machaon/1 1 +mâche/1 2 +mâchée/3 3 +mâchefer/1 1 +mâchement/1 1 +mâcher/4 5 +machette/1 2 +mâcheuse/3 9 +machiavel/1 1 +machiavélique/1 4 +machiavéliquement 8 +machiavélisme/1 1 +machicoter/10 14 +mâchicoulis 7 +machin/1 1 +machinale/8 3 +machinalement 8 +machination/1 2 +machinatrice/3 9 +machine/1 2 +machine-outil 47 +machiner/4 5 +machinerie/1 2 +machines-outils 46 +machinisme/1 1 +machiniste/1 10 +machisme/1 1 +machiste/1 1 +machmètre/1 1 +macho/1 1 +mâchoire/1 2 +mâchon/1 1 +mâchonnement/1 1 +mâchonner/4 5 +mâchouiller/4 5 +mâchure/1 2 +mâchurer/4 5 +macis 7 +maclage/1 1 +macle/1 2 +maclée/3 3 +macler/4 17 +mâcon/1 1 +maçonnage/1 1 +maçonne/3 6 +maçonner/4 5 +maçonnerie/1 2 +maçonnique/1 4 +macque/1 2 +macquer/4 5 +macramé/1 1 +macre/1 2 +macreuse/1 2 +macro/1 2 +macrobiologique/1 4 +macrobiote/1 10 +macrobiotique/1 4 +macrocéphale/1 13 +macrocéphalie/1 2 +macrocosme/1 1 +macrocosmique/1 4 +macrocycle/1 1 +macrocyclique/1 4 +macrocystis 7 +macrocyte/1 1 +macrocytose/1 2 +macrodécision/1 2 +macroéconomie/1 2 +macro-économie/1 2 +macroéconomique/1 4 +macro-économique/1 4 +macroéconomiste/1 10 +macrofaune/1 2 +macroglossie/1 2 +macrographie/1 2 +macro-instruction/1 2 +macrolide/1 1 +macromoléculaire/1 4 +macromolécule/1 2 +macromutation/1 2 +macron/1 1 +macronutriment/1 1 +macroordinateur/1 1 +macro-ordinateur/1 1 +macroorganisme/1 1 +macro-organisme/1 1 +macrophage/1 4 +macrophage/1 1 +macrophotographie/1 2 +macropode/1 10 +macroscélide/1 1 +macroscopie/1 2 +macroscopique/1 4 +macroscopiquement 8 +macroséisme/1 1 +macrosismique/1 4 +macrosporange/1 1 +macrospore/1 2 +macrostructure/1 2 +macroure/1 4 +macroure/1 1 +macula/1 2 +maculage/1 1 +maculaire/1 4 +maculature/1 2 +macule/1 2 +maculée/3 3 +maculer/4 5 +macumba/1 2 +madame/1 2 +madapolam/1 1 +made 45 +madécasse/1 2 +madéfier/4 5 +madeleine/1 2 +madelonnette/1 2 +mademoiselle 47 +madère/1 1 +madériser/4 11 +madison/1 1 +madone/1 2 +madrague/1 2 +madras 7 +madrée/3 6 +madréporaire/1 1 +madrépore/1 1 +madréporique/1 4 +madrier/1 1 +madrigal/19 1 +madrigaliser/10 14 +madrigaliste/1 10 +madrilène/1 13 +madrure/1 2 +maelstrom/1 1 +maelström/1 1 +maerl/1 1 +maërl/1 1 +maestoso 8 +maestria 47 +maestro/1 1 +maffia/1 2 +maffieuse/8 6 +maffioso/51 1 +mafflue/3 3 +mafia/1 2 +mafieuse/8 6 +mafioso/51 1 +mafioso/1 1 +magadhi/1 1 +maganer/4 11 +magasin/1 1 +magasinage/1 1 +magasiner/4 17 +magasinière/3 9 +magazine/1 1 +magdalénienne/3 6 +mage/1 13 +magellanique/1 4 +magenta 45 +magenta 18 +magenta/1 1 +maghrébine/3 6 +maghzen/1 1 +magicienne/3 9 +magie/1 2 +magique/1 4 +magiquement 8 +magister/1 1 +magistère/1 1 +magistrale/8 3 +magistralement 8 +magistrate/3 9 +magistrature/1 2 +magma/1 1 +magmatique/1 4 +magmatisme/1 1 +magmatologie/1 2 +magnanarelle/1 2 +magnanerie/1 2 +magnanière/3 9 +magnanime/1 13 +magnanimement 8 +magnanimité/1 2 +magnat/1 1 +magner/4 55 +magnésie/1 2 +magnésienne/3 3 +magnésite/1 2 +magnésium/1 1 +magnet/1 1 +magnétar/1 1 +magnétique/1 4 +magnétiquement 8 +magnétisable/1 4 +magnétisante/3 3 +magnétisation/1 2 +magnétisée/3 3 +magnétiser/4 5 +magnétiseuse/3 6 +magnétisme/1 1 +magnétite/1 2 +magnéto/1 10 +magnétocassette/1 1 +magnétochimie/1 2 +magnétodynamique/1 4 +magnétoélasticité/1 2 +magnéto-élasticité/1 2 +magnétoélectrique/1 4 +magnéto-électrique/1 4 +magnétohydrodynamique/1 4 +magnétomètre/1 1 +magnétométrie/1 2 +magnétomotrice/3 3 +magnétooptique/1 4 +magnéto-optique/1 4 +magnétooptique/1 2 +magnéto-optique/1 2 +magnétopause/1 2 +magnétophone/1 1 +magnétorésistance/1 2 +magnétoscope/1 1 +magnétoscoper/4 5 +magnétosphère/1 2 +magnétosphérique/1 4 +magnétostriction/1 2 +magnétothermique/1 4 +magnétron/1 1 +magnificat 7 +magnificat/1 1 +magnificence/1 2 +magnifiée/3 3 +magnifier/4 5 +magnifique/1 4 +magnifiquement 8 +magnitude/1 2 +magnolia/1 1 +magnoliacée/1 2 +magnum/1 1 +magot/1 1 +magoter/4 5 +magotte/1 2 +magouillage/1 1 +magouille/1 2 +magouiller/4 17 +magouilleuse/3 6 +magrébine/3 6 +magret/1 1 +magyare/3 6 +maharadja/1 1 +maharadjah/1 1 +maharaja/1 1 +maharajah/1 1 +maharani/1 2 +maharashtri/1 1 +mahatma/1 1 +mahdi/1 1 +mahdisme/1 1 +mahdiste/1 13 +mah-jong/1 1 +mahométane/3 6 +mahométisme/1 1 +mahonia/1 1 +mahonne/1 2 +mahousse/3 3 +mahratte/1 2 +mai/1 1 +maïa/1 1 +maie/1 2 +maïeure/3 9 +maïeuticienne/3 9 +maïeutique/1 2 +maigre/1 13 +maigrelette/3 3 +maigrement 8 +maigreur/1 2 +maigrichonne/3 6 +maigriotte/3 6 +maigrir/29 101 +mail/1 1 +mail-coach/41 1 +mailcoach/1 1 +mail-coach/1 1 +mailing/1 1 +maillage/1 1 +maillard/1 1 +maille/1 2 +maillechort/1 1 +maillée/3 3 +mailler/4 17 +maillet/1 1 +mailleton/1 1 +mailloche/1 4 +mailloche/1 2 +maillon/1 1 +maillot/1 1 +maillotin/1 1 +maillure/1 2 +main/1 2 +mainate/1 1 +main-d'œuvre 47 +main-forte 47 +mainforte/1 2 +mainlevée/1 2 +mainmettre/73 82 +mainmise/1 2 +mainmortable/1 4 +mainmorte/1 2 +mains-d'œuvre 46 +mainte/3 193 +maintenabilité/1 2 +maintenable/1 4 +maintenance/1 2 +maintenant 8 +mainteneur/1 1 +maintenicienne/3 9 +maintenir/68 79 +maintenue/3 3 +maintien/1 1 +maire/1 10 +mairesse/1 2 +mairie/1 2 +mais 8 +mais 161 +maïs 7 +maïserie/1 2 +maïsicultrice/3 9 +maïsiculture/1 2 +maison/1 2 +maisonnée/1 2 +maisonnerie/1 2 +maisonnette/1 2 +maistrance/1 2 +maitre-à-danser 18 +maître-à-danser 18 +maitre-assistant 18 +maître-assistant 18 +maitre-assistante 47 +maître-assistante 47 +maitre-autel 18 +maître-autel 18 +maitre-chien 18 +maître-chien 18 +maître-couple 18 +maître-cylindre 18 +maitre-nageur 18 +maître-nageur 18 +maitres-à-danser 20 +maîtres-à-danser 20 +maitres-assistantes 46 +maîtres-assistantes 46 +maitres-assistants 20 +maîtres-assistants 20 +maitres-autels 20 +maîtres-autels 20 +maitres-chiens 20 +maîtres-chiens 20 +maîtres-couples 233 +maîtres-cylindres 232 +maitres-nageurs 20 +maîtres-nageurs 20 +maitresse/3 6 +maîtresse/3 6 +maitrisable/1 4 +maîtrisable/1 4 +maitrise/1 2 +maîtrise/1 2 +maitrisée/3 3 +maîtrisée/3 3 +maitriser/4 11 +maîtriser/4 11 +maïzena/1 2 +majesté/1 2 +majestueuse/8 3 +majestueusement 8 +majeure/3 6 +majolique/1 4 +majong/1 1 +ma-jong/1 1 +major/1 10 +majorable/1 4 +majoral/19 1 +majorante/3 6 +majorat/1 1 +majoration/1 2 +majordome/1 10 +majorée/3 3 +majorer/4 5 +majorette/1 2 +majoritaire/1 4 +majoritairement 8 +majorité/1 2 +majuscule/1 2 +maki/1 1 +makimono/1 1 +mal 8 +mal/19 1 +malabar/1 1 +malabsorption/1 2 +malachite/1 2 +malacologie/1 2 +malacologiste/1 10 +malacologue/1 10 +malacoptérygien/1 1 +malacostracé/1 1 +malade/1 13 +maladie/1 2 +maladive/3 3 +maladivement 8 +maladrerie/1 2 +maladresse/1 2 +maladroite/3 6 +maladroitement 8 +malaga/1 1 +malaimée/3 6 +mal-aimée/3 6 +malaire/1 4 +malaise/3 9 +malaise/1 1 +malaisée/3 3 +malaisément 8 +malaisienne/3 6 +malandre/1 2 +malandreuse/8 3 +malandrin/1 1 +malapprise/3 9 +malard/1 1 +malaria/1 2 +malariathérapie/1 2 +malariologie/1 2 +malart/1 1 +malavisée/3 3 +malawienne/3 6 +malawite/1 13 +malaxage/1 1 +malaxation/1 2 +malaxer/4 5 +malaxeur/1 1 +malayo-polynésien/1 1 +malayo-polynésienne/3 3 +mal-baisée/3 9 +malbar/1 1 +malbaraise/1 2 +malbec/1 1 +malbouffe/1 2 +malchance/1 2 +malchanceuse/8 6 +malcommode/1 4 +maldivienne/3 6 +maldonne/1 2 +mâle/1 4 +mâle/1 1 +malebranchiste/1 13 +malédiction/1 2 +maléfice/1 1 +maléfique/1 4 +malékisme/1 1 +malékite/1 13 +malemort/1 2 +malencontreuse/8 3 +malencontreusement 8 +malendurante/3 3 +mal-en-point 45 +malentendante/3 6 +malentendu/1 1 +mal-être 7 +malêtre/1 1 +malfaçon/1 2 +malfaire 168 +malfaisance/1 2 +malfaisante/3 3 +malfaitrice/3 9 +malfamée/3 3 +mal-famée/3 3 +malformation/1 2 +malfrat/1 1 +malgache/1 13 +malgracieuse/8 3 +malgré 99 +malhabile/1 4 +malhabilement 8 +malheur/1 1 +malheureuse/8 6 +malheureusement 8 +malhonnête/1 4 +malhonnêtement 8 +malhonnêteté/1 2 +mali/1 1 +malice/1 2 +malicieuse/8 3 +malicieusement 8 +malienne/3 6 +maligne/3 6 +malignement 8 +malignité/1 2 +malikisme/1 1 +malikite/1 13 +maline/1 4 +maline/1 2 +malingre/1 13 +malinoise/3 9 +malintentionnée/3 6 +malique/1 4 +maljugé/1 1 +mal-jugé/1 1 +malle/1 2 +malléabilisation/1 2 +malléabiliser/4 5 +malléabilité/1 2 +malléable/1 4 +malléolaire/1 4 +malléole/1 2 +malletière/3 9 +mallette/1 2 +mallophage/1 1 +mallouser/4 5 +malmenage/1 1 +malmenée/3 3 +malmener/47 5 +malmignatte/1 2 +malnutrition/1 2 +malocclusion/1 2 +malodorante/3 3 +malolactique/1 4 +malonique/1 4 +malossol/1 1 +malotrue/3 6 +malouf/1 1 +malouine/3 6 +maloya/1 1 +malpighie/1 2 +malpolie/3 6 +malposition/1 2 +malpropre/1 13 +malproprement 8 +malpropreté/1 2 +malsaine/3 3 +malséance/1 2 +malséante/3 3 +malsonnante/3 3 +malstrom/1 1 +malström/1 1 +malt/1 1 +maltage/1 1 +maltaise/3 6 +maltase/1 2 +malter/4 5 +malterie/1 2 +malteuse/3 9 +malthusianisme/1 1 +malthusienne/3 6 +maltose/1 1 +maltôte/1 2 +maltraitance/1 2 +maltraitante/3 6 +maltraitée/3 3 +maltraiter/4 5 +malus 7 +malvacée/1 4 +malvacée/1 2 +malveillance/1 2 +malveillante/3 3 +malvenue/3 6 +malversation/1 2 +malvoisie/1 10 +malvoyante/3 6 +maman/1 2 +mamba/1 1 +mambo/1 1 +mamelle/1 2 +mamelon/1 1 +mamelonnaire/1 4 +mamelonnée/3 3 +mamelonner/4 5 +mamelouk/1 4 +mamelouk/1 1 +mamelue/3 3 +mameluk/1 4 +mameluk/1 1 +mamie/1 2 +mamillaire/1 4 +mamillaire/1 2 +mammaire/1 4 +mammalienne/3 3 +mammalogie/1 2 +mammalogique/1 4 +mammalogiste/1 10 +mammectomie/1 2 +mammifère/1 1 +mammite/1 2 +mammographie/1 2 +mammouth/1 1 +mammy/1 2 +mamours 20 +mam'selle/1 2 +mamy/1 2 +mam'zelle/1 2 +man/1 1 +mana/1 1 +manade/1 2 +manadière/3 9 +management/1 1 +manager/1 10 +manager/4 5 +managériale/8 3 +manageuse/3 9 +manant/1 1 +mancelle/1 2 +mancenille/1 2 +mancenillier/1 1 +manche/1 10 +mancheron/1 1 +manchette/1 2 +manchoise/3 6 +manchon/1 1 +manchonnage/1 1 +manchonner/4 5 +manchote/3 6 +mancie/1 2 +mancipation/1 2 +mandale/1 2 +mandante/3 9 +mandarinale/8 3 +mandarinat/1 1 +mandarine/3 6 +mandarinier/1 1 +mandat/1 1 +mandataire/1 10 +mandat-carte 18 +mandat-contributions 18 +mandatée/3 3 +mandatement/1 1 +mandater/4 5 +mandat-lettre 18 +mandats-cartes 20 +mandats-contributions 20 +mandats-lettres 20 +mandature/1 2 +mandchoue/3 6 +mandée/3 3 +mandement/1 1 +mander/4 5 +mandibulaire/1 4 +mandibule/1 2 +mandoline/1 2 +mandoliniste/1 10 +mandore/1 2 +mandorle/1 2 +mandragore/1 2 +mandrill/1 1 +mandrin/1 1 +mandrinage/1 1 +mandriner/4 5 +manducation/1 2 +manducatoire/1 4 +manducatrice/3 3 +manécanterie/1 2 +manège/1 1 +manéger/33 5 +mânes 20 +maneton/1 1 +manette/1 2 +manga/1 1 +manganate/1 1 +manganèse/1 1 +manganésifère/1 4 +manganeuse/3 3 +manganique/1 4 +manganite/1 10 +mangeable/1 4 +mangeaille/1 2 +mangée/3 3 +mangeoire/1 2 +mangeoter/4 5 +mangeotter/4 5 +manger/1 1 +manger/4 11 +mangerie/1 2 +mange-tout 7 +mangetout/1 1 +mangeure/1 2 +mangeüre/1 2 +mangeuse/3 9 +manglier/1 1 +mangonneau/19 1 +mangoustan/1 1 +mangoustanier/1 1 +mangouste/1 2 +mangrove/1 2 +mangue/1 2 +manguier/1 1 +maniabilité/1 2 +maniable/1 4 +maniacodépressive/3 6 +maniaco-dépressive/3 6 +maniaque/1 13 +maniaquement 8 +maniaquerie/1 2 +manichéenne/3 6 +manichéisme/1 1 +manichéiste/1 13 +manichordion/1 1 +manicle/1 2 +manicorde/1 1 +manie/1 2 +maniée/3 3 +maniement/1 1 +manier/4 11 +manière/1 2 +maniérée/3 3 +maniérer/33 11 +maniérisme/1 1 +maniériste/1 13 +manieuse/3 9 +manif/1 2 +manifestante/3 9 +manifestation/1 2 +manifeste/1 4 +manifeste/1 1 +manifestée/3 3 +manifestement 8 +manifester/4 42 +manifold/1 4 +manifold/1 1 +manigance/1 2 +manigancer/4 11 +maniguette/1 2 +manille/1 10 +manilleuse/3 9 +manillon/1 1 +manioc/1 1 +manip/1 2 +manipe/1 2 +manipulable/1 4 +manipulation/1 2 +manipulatoire/1 4 +manipulatrice/3 9 +manipule/1 1 +manipulée/3 3 +manipuler/4 5 +manique/1 2 +manitou/1 1 +manivelle/1 2 +manne/1 2 +mannequin/1 10 +mannequinage/1 1 +mannequinat/1 1 +mannequiner/4 5 +mannite/1 2 +mannitol/1 1 +mannose/1 1 +manodétendeur/1 1 +manœuvrabilité/1 2 +manœuvrable/1 4 +manœuvre/1 10 +manœuvrer/4 17 +manœuvrière/3 9 +manoir/1 1 +manomètre/1 1 +manométrie/1 2 +manométrique/1 4 +manoque/1 2 +manoquer/4 5 +manostat/1 1 +manouche/1 10 +manouvrière/3 9 +manquante/3 3 +manque/1 1 +manquée/3 3 +manquement/1 1 +manquer/4 117 +mansarde/1 2 +mansardée/3 3 +mansarder/4 5 +manse/1 10 +mansion/1 2 +mansuétude/1 2 +mante/1 2 +manteau/19 1 +mantelée/3 3 +mantelet/1 1 +mantelure/1 2 +mantille/1 2 +mantique/1 4 +mantique/1 2 +mantisse/1 2 +mantra/1 1 +manu 87 +manuaire/1 4 +manuaire/1 2 +manubrium/1 1 +manucure/1 10 +manucurée/3 3 +manucurer/4 5 +manuéline/3 3 +manuelle/3 3 +manuellement 8 +manufacturable/1 4 +manufacture/1 2 +manufacturée/3 3 +manufacturer/4 5 +manufacturière/3 6 +manumission/1 2 +manuscriptologie/1 2 +manuscrite/3 3 +manutention/1 2 +manutentionnaire/1 10 +manutentionner/4 5 +manuterge/1 1 +maoïsme/1 1 +maoïste/1 13 +maorie/3 6 +maousse/3 3 +mappage/1 1 +mappemonde/1 2 +mapper/4 5 +maquer/4 11 +maquereau/19 1 +maquereautage/1 1 +maquerellage/1 1 +maquerelle/1 2 +maquettage/1 1 +maquette/1 2 +maquetter/4 5 +maquettisme/1 1 +maquettiste/1 10 +maquignonnage/1 1 +maquignonne/3 9 +maquignonner/4 5 +maquillage/1 1 +maquillée/3 3 +maquiller/4 11 +maquilleuse/3 9 +maquis 7 +maquisarde/3 9 +marabout/1 1 +maraboutage/1 1 +marabouter/4 5 +maraboutique/1 4 +maraboutisme/1 1 +maraca/1 2 +maraichage/1 1 +maraîchage/1 1 +maraichère/3 6 +maraîchère/3 6 +maraichine/3 6 +maraîchine/3 6 +marais 7 +maranta/1 1 +marante/1 2 +marasme/1 1 +marasque/1 2 +marasquin/1 1 +marathi/1 1 +marathon/1 1 +marathonienne/3 6 +maratoner/10 14 +marâtre/1 2 +maraudage/1 1 +maraude/3 9 +marauder/4 17 +maraudeuse/3 6 +maravédis 7 +maraver/4 17 +marbre/1 1 +marbrée/3 3 +marbrer/4 5 +marbrerie/1 2 +marbreuse/3 9 +marbrière/3 6 +marbrure/1 2 +marc/1 1 +marcassin/1 1 +marcassite/1 2 +marcescence/1 2 +marcescente/3 3 +marcescible/1 4 +marchage/1 1 +marchandage/1 1 +marchande/3 6 +marchander/4 17 +marchandeuse/3 9 +marchandisage/1 1 +marchandisation/1 2 +marchandise/1 2 +marchante/3 3 +marchantie/1 2 +marche/1 2 +marché/1 1 +marchéage/1 1 +marchepied/1 1 +marcher/10 14 +marchette/1 2 +marcheuse/3 6 +marcionisme/1 1 +marcionite/1 13 +marcotage/1 1 +marcote/1 2 +marcoter/4 5 +marcottage/1 1 +marcotte/1 2 +marcotter/4 5 +mardi 8 +mardi/1 1 +mare/1 2 +marécage/1 1 +marécageuse/8 3 +maréchalat 18 +maréchale/8 6 +maréchale-ferrante 47 +maréchalerie/1 2 +maréchales-ferrantes 46 +maréchal-ferrant 18 +maréchaliste/1 13 +maréchaussée/1 2 +maréchaux-ferrants 20 +marée/1 2 +marégramme/1 1 +marégraphe/1 1 +marelle/1 2 +maremmatique/1 4 +maremme/1 2 +marémotrice/3 3 +marengo 45 +marengo 7 +marengo/1 4 +marengo/1 1 +marennes 46 +maréomètre/1 1 +mareyage/1 1 +mareyeuse/3 9 +marfil/1 1 +margaille/1 2 +margarine/1 2 +margauder/10 14 +margay/1 1 +marge/1 2 +margelle/1 2 +marger/4 17 +margeuse/3 9 +marginale/8 6 +marginalement 8 +marginalisation/1 2 +marginalisée/3 3 +marginaliser/4 11 +marginalisme/1 1 +marginaliste/1 13 +marginalité/1 2 +marginée/3 3 +marginer/4 5 +margis 7 +margoter/10 14 +margotin/1 1 +margotter/10 14 +margouillat/1 1 +margouillis 7 +margoulette/1 2 +margoulin/1 1 +margousier/1 1 +margrave/1 10 +margraviat/1 1 +marguerite/1 2 +marguillère/3 9 +marguillerie/1 2 +marguillière/3 9 +mari/1 1 +mariable/1 4 +mariage/1 1 +mariale/8 3 +marials 127 +maricultrice/3 9 +mariculture/1 2 +marie-couche-toi-là 57 +mariée/3 6 +marie-jeanne 57 +marier/4 11 +marie-salope 47 +maries-salopes 46 +marieuse/3 6 +marigot/1 1 +marihuana/1 2 +marijuana/1 2 +marimba/1 1 +marinade/1 2 +marinage/1 1 +marine/3 6 +marine/1 1 +marinée/3 3 +mariner/4 17 +maringouin/1 1 +marinière/3 6 +marinisme/1 1 +mariol/1 13 +mariole/1 13 +mariolle/1 13 +marionnette/1 2 +marionnettiste/1 10 +mariste/1 10 +maritale/8 3 +maritalement 8 +maritime/1 4 +maritorne/1 2 +marivaudage/1 1 +marivauder/10 14 +marjolaine/1 2 +mark/1 1 +marketeuse/3 9 +markéteuse/3 9 +marketing/1 1 +markéting/1 1 +markovienne/3 3 +marli/1 1 +marlou/1 94 +marmaille/1 2 +marmelade/1 2 +marmenteau/19 1 +marmitage/1 1 +marmite/1 2 +marmiter/4 5 +marmiteuse/8 3 +marmitonne/3 9 +marmonnée/3 3 +marmonnement/1 1 +marmonner/4 5 +marmoréenne/3 3 +marmoriser/4 5 +marmot/1 1 +marmottage/1 1 +marmotte/1 2 +marmottement/1 1 +marmotter/4 17 +marmotteuse/3 6 +marmouset/1 1 +marnage/1 1 +marnaise/3 6 +marne/1 2 +marner/4 17 +marneuse/3 6 +marneuse/8 3 +marnière/1 2 +marocaine/3 6 +maroilles 7 +maronite/1 13 +maronner/10 14 +maroquin/1 1 +maroquinage/1 1 +maroquiner/4 5 +maroquinerie/1 2 +maroquinière/3 9 +marotique/1 4 +marotte/1 2 +marouette/1 2 +marouflage/1 1 +maroufle/1 10 +maroufler/4 5 +maroute/1 2 +marquage/1 1 +marquante/3 3 +marque/1 2 +marquée/3 3 +marque-page 7 +marque-page/1 1 +marquer/4 42 +marquetée/3 3 +marqueter/40 5 +marqueterie/1 2 +marquèterie/1 2 +marqueteuse/3 9 +marqueuse/3 9 +marquisat/1 1 +marquise/3 9 +marquoir/1 1 +marraine/1 2 +marrante/3 6 +marre 8 +marrer/4 55 +marrie/3 3 +marron 45 +marron/1 1 +marronnage/1 1 +marronne/3 3 +marronner/10 14 +marronnier/1 1 +marrube/1 1 +mars 7 +marsault/1 1 +marseillaise/3 6 +marshmallow/1 1 +marsouin/1 1 +marsouinage/1 1 +marsouiner/10 14 +marsupial/19 1 +marsupiale/8 3 +marsupium/1 1 +martagon/1 1 +marte/1 2 +marteau/19 4 +marteau/19 1 +marteau-pilon 18 +marteau-piqueur 18 +marteaux-pilons 20 +marteaux-piqueurs 236 +martel 18 +martelage/1 1 +martelée/3 3 +martèlement/1 1 +marteler/47 5 +marteleuse/3 9 +martellement/1 1 +martensite/1 2 +martiale/8 3 +martialement 8 +martienne/3 6 +martin/1 1 +martin-chasseur 18 +martinet/1 1 +martingale/1 2 +martini 7 +martini/1 1 +martiniquaise/3 6 +martin-pêcheur 18 +martins-chasseurs 235 +martins-pêcheurs 234 +martre/1 2 +martyre/3 6 +martyre/1 1 +martyrisée/3 3 +martyriser/4 5 +martyrium/1 1 +martyrologe/1 1 +marxienne/3 3 +marxisante/3 3 +marxiser/4 5 +marxisme/1 1 +marxisme-léninisme 18 +marxiste/1 10 +marxiste-léniniste 119 +marxistes-léninistes 113 +marxologie/1 2 +maryland/1 1 +mas 7 +mas/38 57 +mascara/1 1 +mascarade/1 2 +mascaret/1 1 +mascaron/1 1 +mascarpone/1 1 +mascogne/1 2 +mascotte/1 2 +masculin/1 1 +masculine/3 3 +masculinisation/1 2 +masculiniser/4 5 +masculinisme/1 1 +masculinité/1 2 +maser/1 1 +maskinongé/1 1 +maso/1 13 +masochisme/1 1 +masochiste/1 13 +masquage/1 1 +masquante/3 3 +masque/1 1 +masquée/3 3 +masquer/4 42 +massacrante/3 3 +massacre/1 1 +massacrée/3 6 +massacrer/4 11 +massacreuse/3 6 +massage/1 1 +massaliote/1 13 +masse/1 2 +massée/3 3 +masselotte/1 2 +massepain/1 1 +masser/4 11 +masséter/1 1 +massette/1 2 +masseuse/3 9 +massicot/1 1 +massicotage/1 1 +massicoter/4 5 +massicotière/3 9 +massière/3 9 +massif/1 1 +massification/1 2 +massifier/4 5 +massique/1 4 +massive/3 3 +massivement 8 +massivité/1 2 +massorah/1 2 +massore/1 2 +massothérapeute/1 10 +massothérapie/1 2 +massue/1 2 +mastaba/1 1 +mastectomie/1 2 +mastéguer 17 +master/1 1 +mastère/1 1 +mastic 45 +mastic/1 1 +masticage/1 1 +masticateur/1 1 +mastication/1 2 +masticatoire/1 4 +masticatoire/1 1 +masticatrice/3 3 +mastiff/1 1 +mastiquer/4 17 +mastite/1 2 +mastoc 45 +mastocyte/1 1 +mastocytose/1 2 +mastodonte/1 1 +mastoïde/1 4 +mastoïdienne/3 3 +mastoïdite/1 2 +mastologie/1 2 +mastopathie/1 2 +mastose/1 2 +mastroquet/1 1 +masturbation/1 2 +masturbatoire/1 4 +masturber/4 11 +m'as-tu-vu 88 +masure/1 2 +masurium/1 1 +mât/1 1 +matabiche/1 1 +matabicher/4 5 +matador/1 1 +mataf/1 1 +matage/1 1 +matamore/1 1 +match/41 1 +match/1 1 +matcha/1 1 +matcher/4 17 +matchiche/1 2 +matchplay/1 1 +match-play/1 1 +mate/3 6 +maté/1 1 +matefaim/1 1 +matelas 7 +matelassage/1 1 +matelassée/3 3 +matelasser/4 5 +matelassière/3 9 +matelassure/1 2 +matelotage/1 1 +matelote/3 9 +mater/4 17 +mâter/4 5 +mâtereau/19 1 +matérialisation/1 2 +matérialisée/3 3 +matérialiser/4 11 +matérialisme/1 1 +matérialiste/1 13 +matérialité/1 2 +matériau/19 1 +matérielle/3 6 +matériellement 8 +maternage/1 1 +maternalisme/1 1 +maternelle/3 6 +maternellement 8 +materner/4 5 +materniser/4 5 +maternité/1 2 +maternologie/1 2 +mateuse/3 9 +math/113 46 +mathématicienne/3 6 +mathématique/1 4 +mathématique/1 2 +mathématiquement 8 +mathématisation/1 2 +mathématiser/4 5 +mathématisme/1 1 +matheuse/8 9 +matière/1 2 +matin/1 1 +matinale/8 3 +matinalement 8 +mâtine/3 9 +mâtinée/3 3 +matinée/1 2 +mâtiner/4 5 +matines 46 +matineuse/8 3 +matinière/3 3 +matir/29 84 +matité/1 2 +matoir/1 1 +matoise/3 6 +matoiserie/1 2 +matonne/3 9 +matos 7 +matou/1 1 +matouner/4 17 +matraquage/1 1 +matraque/1 2 +matraquée/3 3 +matraquer/4 5 +matraqueuse/3 9 +matras 7 +matriarcale/8 3 +matriarcat/1 1 +matriarche/1 2 +matriarchie/1 2 +matriçage/1 1 +matricaire/1 2 +matrice/1 2 +matricer/4 5 +matricide/1 10 +matricielle/3 3 +matricule/1 10 +matriculer/4 5 +matrilinéaire/1 4 +matrilocale/8 3 +matrimoniale/8 3 +matrimonialement 8 +matriochka/1 2 +matroïde/1 1 +matrone/1 2 +matronyme/1 1 +matte/1 2 +matthiole/1 2 +maturase/1 2 +maturation/1 2 +mature/1 4 +mâture/1 2 +maturer/4 5 +maturité/1 2 +matutinale/8 3 +maubèche/1 2 +maudire/183 82 +maudite/3 6 +maugréer/4 17 +maurandie/1 2 +maure/1 13 +maurelle/1 2 +mauresque/1 10 +mauricienne/3 6 +mauritanienne/3 6 +mauser/1 1 +mausolée/1 1 +maussade/1 4 +maussadement 8 +maussaderie/1 2 +mauvaise/3 6 +mauvaisement 8 +mauvaiseté/1 2 +mauve/1 4 +mauve/1 1 +mauvéine/1 2 +mauviette/1 2 +mauvis 7 +mauzac/1 1 +max +maxi 45 +maxillaire/1 1 +maxille/1 2 +maxillofaciale/8 3 +maxillo-faciale/8 3 +maxima 7 +maxima/1 1 +maximale/8 3 +maximalisation/1 2 +maximaliser/4 5 +maximalisme/1 1 +maximaliste/1 13 +maxime/1 2 +maximisation/1 2 +maximisée/3 3 +maximiser/4 5 +maximum/1 4 +maximum/1 1 +maxwell/1 1 +maxwellienne/3 3 +maya/1 10 +maye/1 2 +mayen/1 1 +mayennaise/3 6 +mayo/1 2 +mayonnaise/1 2 +mazagran/1 1 +mazarinade/1 2 +mazdéisme/1 1 +mazette/1 2 +mazot/1 1 +mazout/1 1 +mazoutage/1 1 +mazouter/4 17 +mazurka/1 2 +mbar/38 7 +me 282 +mea-culpa 7 +méaculpa/1 1 +méandre/1 1 +méandrine/1 2 +méat/1 1 +méatoscopie/1 2 +mébibit/1 1 +mébioctet/1 1 +mec/1 1 +mécane/1 2 +mécanicien-dentiste 18 +mécanicienne/3 6 +mécaniciens-dentistes 20 +mécanique/1 4 +mécanique/1 2 +mécaniquement 8 +mécanisation/1 2 +mécanisée/3 3 +mécaniser/4 5 +mécanisme/1 1 +mécaniste/1 13 +mécano/1 10 +mécanographe/1 10 +mécanographie/1 2 +mécanographique/1 4 +mécanothérapie/1 2 +mécatronicienne/3 6 +mécatronique/1 2 +meccano/1 1 +mécénat/1 1 +mécène/1 10 +méchage/1 1 +méchamment 8 +méchanceté/1 2 +méchante/3 6 +mèche/1 2 +mécher/33 5 +mécheuse/8 3 +méchoui/1 1 +mechta/1 2 +mécompte/1 1 +mécompter/4 55 +méconduire/84 122 +méconduite/1 2 +méconium/1 1 +méconnaissable/1 4 +méconnaissance/1 2 +méconnaitre/75 79 +méconnaître/75 79 +méconnue/3 3 +mécontente/3 6 +mécontentée/3 3 +mécontentement/1 1 +mécontenter/4 5 +mécoptère/1 1 +mécréance/1 2 +mécréante/3 6 +mécroire/144 82 +médaillable/1 13 +médaille/1 2 +médaillée/3 6 +médailler/1 1 +médailler/4 5 +médailleuse/3 9 +médaillier/1 1 +médailliste/1 10 +médaillon/1 1 +mède/1 13 +médecin/1 10 +médecine/1 2 +medecine-ball/1 1 +médecineball/1 1 +médecine-ball/1 1 +medersa/1 2 +médersa/1 2 +média/1 1 +médiagraphie/1 2 +médiale/8 6 +médialogie/1 2 +médialogue/1 10 +médiane/3 6 +médianoche/1 1 +médiante/1 2 +médiaplanneuse/3 9 +média-planneuse/3 9 +médiaplanning/1 1 +média-planning/1 1 +médiascopie/1 2 +médiastin/1 1 +médiate/3 3 +médiatement 8 +médiathécaire/1 10 +médiathèque/1 2 +médiation/1 2 +médiatique/1 4 +médiatiquement 8 +médiatisable/1 4 +médiatisation/1 2 +médiatisée/3 3 +médiatiser/4 5 +médiator/1 1 +médiatrice/3 6 +médicale/8 3 +médicalement 8 +médicalisante/3 3 +médicalisation/1 2 +médicalisée/3 3 +médicaliser/4 5 +médicament/1 1 +médicamenter/4 5 +médicamenteuse/8 3 +médicastre/1 10 +médication/1 2 +médicinale/8 3 +médicinier/1 1 +médicochirurgicale/8 3 +médico-chirurgicale/8 3 +médicolégale/8 3 +médico-légale/8 3 +médicopédagogique/1 4 +médico-pédagogique/1 4 +médicoprofessionnelle/3 3 +médico-professionnelle/3 3 +médicopsychologique/1 4 +médico-psychologique/1 4 +médicosociale/8 3 +médico-sociale/8 3 +médicosportive/3 3 +médico-sportive/3 3 +médiévale/8 3 +médiévisme/1 1 +médiéviste/1 10 +médina/1 2 +médiocratie/1 2 +médiocre/1 13 +médiocrement 8 +médiocrité/1 2 +médiologie/1 2 +médioocéanique/1 4 +médio-océanique/1 4 +médique/1 4 +médire/184 154 +médisance/1 2 +médisante/3 6 +médiser/10 14 +méditante/3 3 +méditation/1 2 +méditative/3 3 +méditativement 8 +méditée/3 3 +méditer/4 17 +méditerranée/3 6 +méditerranéenne/3 6 +médium/1 10 +médiumnique/1 4 +médiumnité/1 2 +médius 7 +médoc/1 1 +médullaire/1 4 +médullaire/1 2 +médulleuse/8 3 +médullosurrénale/8 3 +médusante/3 3 +méduse/1 2 +médusée/3 3 +méduser/4 5 +meeting/1 1 +méfaire 168 +méfait/1 1 +méfiance/1 2 +méfiante/3 6 +méfier/4 55 +méforme/1 2 +méga/1 1 +mégabit/1 1 +mégacaryocyte/1 1 +mégacéphalie/1 2 +mégacéros 7 +mégacôlon/1 1 +mégacycle/1 1 +mégafaune/1 2 +mégalithe/1 1 +mégalithique/1 4 +mégalithisme/1 1 +mégalo/1 13 +mégalocéphalie/1 2 +mégalodon/1 1 +mégalomane/1 13 +mégalomaniaque/1 4 +mégalomanie/1 2 +mégalopole/1 2 +mégaoctet/1 1 +mégaparsec/1 1 +mégaphone/1 1 +mégapixel/1 1 +mégapode/1 1 +mégapole/1 2 +mégaptère/1 1 +mégarde/1 2 +mégastructure/1 2 +mégathérium/1 1 +mégatonne/1 2 +mégère/1 2 +mégir/29 84 +mégis 7 +mégisser/4 5 +mégisserie/1 2 +mégissière/3 9 +mégohmmètre/1 1 +mégot/1 1 +mégotage/1 1 +mégoter/4 17 +mehalla/1 2 +méhalla/1 2 +méhara 20 +méharée/1 2 +méhari/1 1 +méhariste/1 10 +meilleure/3 6 +méiose/1 2 +méiotique/1 4 +meistre/1 10 +meitnérium/1 1 +méjanage/1 1 +méjuger/4 115 +mél 57 +melæna/1 1 +mélæna/1 1 +mélamine/1 2 +mélaminé/1 1 +mélaminée/3 3 +mélampyre/1 1 +mélancolie/1 2 +mélancolique/1 4 +mélancoliquement 8 +mélanésienne/3 6 +mélange/1 1 +mélangeante/3 3 +mélangée/3 3 +mélanger/4 11 +mélangeur-doseur/1 1 +mélangeurs-doseurs 20 +mélangeuse/3 9 +mélanine/1 2 +mélanique/1 4 +mélanisme/1 1 +mélanocyte/1 1 +mélanodermie/1 2 +mélanome/1 1 +mélanose/1 2 +mélanostimuline/1 2 +mélasse/1 2 +mélatonine/1 2 +melba 45 +melba 57 +melba/1 4 +melba/1 2 +melchior/1 1 +melchite/1 13 +méléagrine/1 2 +mêlé-cass 7 +mêlée/3 3 +mêlée/1 2 +méléna/1 1 +mêler/4 11 +mêle-tout 88 +mêletout/1 10 +mélèze/1 1 +mélia/1 1 +méliacée/1 2 +mélilot/1 1 +méli-mélo 18 +mélimélo/1 1 +mélinite/1 2 +méliorative/3 3 +méliphage/1 4 +mélique/1 2 +mélis-mélos 20 +mélisse/1 2 +mélitococcie/1 2 +mélitte/1 2 +melkite/1 13 +mellah/1 1 +mellifère/1 4 +mellification/1 2 +melliflue/3 3 +melliflue/1 4 +mellite/1 1 +mélo/1 1 +mélodie/1 2 +mélodieuse/8 3 +mélodieusement 8 +mélodique/1 4 +mélodiquement 8 +mélodiste/1 10 +mélodramatique/1 4 +mélodrame/1 1 +mélomane/1 10 +melon/1 1 +mélongine/1 2 +melonnée/3 3 +melonnière/1 2 +mélopée/1 2 +mélophage/1 1 +meltingpot/1 1 +melting-pot/1 1 +mélusine/1 2 +membranaire/1 4 +membrane/1 2 +membraneuse/8 3 +membraniforme/1 4 +membranophone/1 1 +membranule/1 2 +membre/1 10 +membrée/3 3 +membron/1 1 +membrue/3 3 +membrure/1 2 +même 78 +mémé/1 2 +même/1 13 +mêmement 8 +memento/1 1 +mémento/1 1 +mémérage/1 1 +mémère/1 2 +mémétique/1 4 +mémétique/1 2 +mémo/1 1 +mémoire/1 10 +mémorabilité/1 2 +mémorable/1 4 +mémorablement 8 +memorandum/51 1 +mémorandum/1 1 +memorandums 20 +mémoration/1 2 +mémorial/19 1 +mémorialiste/1 10 +mémorielle/3 3 +mémorisable/1 4 +mémorisation/1 2 +mémorisée/3 3 +mémoriser/4 17 +menaçante/3 3 +menace/1 2 +menacée/3 3 +menacer/4 17 +ménade/1 2 +ménage/1 1 +ménageable/1 4 +ménagée/3 3 +ménagement/1 1 +ménager/4 11 +ménagère/3 6 +ménagerie/1 2 +ménagiste/1 10 +ménarche/1 2 +menchevik/1 13 +menchevique/1 13 +menchévique/1 13 +mendélévium/1 1 +mendélienne/3 3 +mendélisme/1 1 +mendiante/3 6 +mendicité/1 2 +mendier/4 17 +mendigote/3 9 +mendigoter/4 17 +mendole/1 2 +meneau/19 1 +menée/1 2 +mener/47 17 +ménestrel/1 1 +ménétrier/1 1 +meneuse/3 9 +menhir/1 1 +menine/3 9 +ménine/3 9 +méninge/1 2 +méningée/3 3 +méningiome/1 1 +méningite/1 2 +méningitique/1 4 +méningocoque/1 1 +méniscale/8 3 +ménisque/1 1 +mennonite/1 13 +mennonitisme/1 1 +ménologe/1 1 +ménopause/1 2 +ménopausée/1 108 +ménopausique/1 4 +menorah/1 2 +ménorah/1 2 +ménorragie/1 2 +menottage/1 1 +menotte/1 2 +menottée/3 6 +menotter/4 5 +mense/1 2 +mensonge/1 1 +mensongère/3 3 +mensongèrement 8 +menstruation/1 2 +menstrue 18 +menstruelle/3 3 +menstrues 46 +mensualisation/1 2 +mensualisée/3 3 +mensualiser/4 5 +mensualité/1 2 +mensuelle/3 3 +mensuellement 8 +mensurable/1 4 +mensuration/1 2 +mensurer/4 5 +mentale/8 3 +mentalement 8 +mentalisme/1 1 +mentaliste/1 13 +mentalité/1 2 +menterie/1 2 +menteuse/3 6 +menthe/1 2 +menthol/1 1 +mentholée/3 3 +mention/1 2 +mentionner/4 5 +mentir/243 140 +mentisme/1 1 +menton/1 1 +mentonnet/1 1 +mentonnière/3 3 +mentonnière/1 2 +mentor/1 1 +mentorat/1 1 +menu/1 1 +menue/3 3 +menuet/1 1 +menuise/1 2 +menuiser/4 5 +menuiserie/1 2 +menuisière/3 9 +ménure/1 1 +ményanthe/1 1 +méphistophélique/1 4 +méphitique/1 4 +méphitisme/1 1 +méplat/1 1 +méplate/3 3 +méprendre/121 122 +mépris 7 +méprisable/1 4 +méprisante/3 3 +méprise/1 2 +méprisée/3 6 +mépriser/4 11 +mer/1 2 +merbromine/1 2 +mercanti/1 10 +mercantile/1 4 +mercantilisation/1 2 +mercantiliser/4 5 +mercantilisme/1 1 +mercantiliste/1 13 +mercaptan/1 1 +mercaticienne/3 9 +mercatique/1 4 +mercato/1 1 +mercenaire/1 13 +mercenariat/1 1 +mercerie/1 2 +mercerisage/1 1 +merceriser/4 5 +merceriseuse/1 2 +merchandising/1 1 +merci/1 10 +mercière/3 9 +mercredi 8 +mercredi/1 1 +mercure/1 1 +mercureux 130 +mercuriale/1 2 +mercurielle/3 3 +mercurique/1 4 +mercurochrome/1 1 +merdaille/1 2 +merdaillon/1 1 +merde/1 2 +merder/10 14 +merdeuse/8 6 +merdier/1 1 +merdique/1 4 +merdouiller/10 14 +merdoyer/10 14 +mère/1 2 +mère-grand 47 +merengue/1 1 +mères-grand 46 +merguez 57 +mergule/1 1 +méridienne/3 6 +méridionale/8 6 +meringue/1 2 +meringuée/3 3 +meringuer/4 5 +mérinos 7 +merise/1 2 +merisier/1 1 +mérisme/1 1 +méristème/1 1 +méritante/3 3 +mérite/1 1 +méritée/3 3 +mériter/4 115 +méritocratie/1 2 +méritocratique/1 4 +méritoire/1 4 +méritoirement 8 +merl/1 +merlan/1 1 +merle/1 1 +merlette/1 2 +merlin/1 1 +merlon/1 1 +merlot/1 1 +merlu/1 1 +merluche/1 2 +méromorphe/1 4 +méromorphie/1 2 +méromorphiquement 8 +méronyme/1 1 +méronymie/1 2 +mérostome/1 1 +mérou/1 1 +mérovingienne/3 6 +merrain/1 1 +merroutage/1 1 +merveille/1 2 +merveilleuse/8 6 +merveilleusement 8 +mérycisme/1 1 +merzlota/1 2 +mes 151 +mesa/1 2 +mésa/1 2 +mésalliance/1 2 +mésallier/4 55 +mésange/1 2 +mésangette/1 2 +mésappariement/1 1 +mésaventure/1 2 +mescal/1 1 +mescaline/1 2 +mesclun/1 1 +mesdames 46 +mesdemoiselles 46 +mésencéphale/1 1 +mésenchyme/1 1 +mésentente/1 2 +mésentère/1 1 +mésentérique/1 4 +mésestimation/1 2 +mésestime/1 2 +mésestimée/3 3 +mésestimer/4 5 +mésintelligence/1 2 +mésinterprétation/1 2 +mésique/1 4 +mesmérienne/3 3 +mesmérisme/1 1 +mésoblaste/1 1 +mésocarpe/1 1 +mésocentre/1 1 +mésocéphale/1 4 +mésocéphale/1 1 +mésocéphalique/1 4 +mésocôlon/1 1 +mésoderme/1 1 +mésolithique/1 4 +mésomère/1 4 +mésomère/1 1 +mésomérie/1 2 +mésomorphe/1 4 +méson/1 1 +mésonique/1 4 +mésopause/1 2 +mésophase/1 2 +mésophile/1 4 +mésophylle/1 1 +mésophyte/1 1 +mésopotamienne/3 6 +mésoscopique/1 4 +mésosphère/1 2 +mésothéliale/8 3 +mésothéliome/1 1 +mésothélium/1 1 +mésothérapie/1 2 +mésothorax 7 +mésotonique/1 4 +mésozoaire/1 1 +mésozoïque/1 4 +mésozoïque/1 1 +mesquine/3 6 +mesquinement 8 +mesquinerie/1 2 +mess 7 +message/1 1 +messagère/3 9 +messagerie/1 2 +messe/1 2 +messeigneurs 20 +messeoir/153 14 +messer/1 1 +messianique/1 4 +messianisme/1 1 +messianiste/1 13 +messianité/1 2 +messidor/1 1 +messie/1 10 +messier/1 1 +messieurs 20 +messine/3 6 +messire/1 1 +messoir/153 14 +mestrance/1 2 +mestre/1 10 +mesurabilité/1 2 +mesurable/1 4 +mesurablement 8 +mesurage/1 1 +mesure/1 2 +mesurée/3 3 +mesurément 8 +mesurer/4 42 +mesurette/1 2 +mesureuse/3 9 +mésusage/1 1 +mésuser/10 124 +méta/1 1 +métabole/1 4 +métabole/1 2 +métabolique/1 4 +métabolisation/1 2 +métabolisée/3 3 +métaboliser/4 5 +métabolisme/1 1 +métabolite/1 1 +métacaractère/1 1 +métacarpe/1 1 +métacarpienne/3 3 +métacentre/1 1 +métacentrique/1 4 +métacognition/1 2 +métaconnaissance/1 2 +métadiégétique/1 4 +métadonnée/1 2 +métafiction/1 2 +métairie/1 2 +métal/19 1 +métalangage/1 1 +métalangue/1 2 +métaldéhyde/1 1 +métalepse/1 2 +métalinguistique/1 4 +métalléité/1 2 +métallerie/1 2 +métallicité/1 2 +métallière/3 6 +métallifère/1 4 +métallique/1 4 +métalliquement 8 +métallisation/1 2 +métallisée/3 3 +métalliser/4 5 +métalliseuse/3 9 +métalliste/1 4 +métallo/1 10 +métallochromie/1 2 +métallogénie/1 2 +métallographe/1 10 +métallographie/1 2 +métallographique/1 4 +métalloïde/1 1 +métallophone/1 1 +métalloplastique/1 4 +métalloprotéine/1 2 +métallurgie/1 2 +métallurgique/1 4 +métallurgiste/1 10 +métalogique/1 4 +métalogique/1 2 +métalogisme/1 1 +métamathématique/1 4 +métamathématique/1 2 +métamère/1 1 +métamérie/1 2 +métamérique/1 4 +métamérisation/1 2 +métamérisée/3 3 +métamorphe/1 13 +métamorphique/1 4 +métamorphiser/4 5 +métamorphisme/1 1 +métamorphosable/1 4 +métamorphose/1 2 +métamorphoser/4 11 +métaphase/1 2 +métaphasique/1 4 +métaphore/1 2 +métaphorique/1 4 +métaphoriquement 8 +métaphorisée/3 3 +métaphoriser/4 5 +métaphosphate/1 1 +métaphosphorique/1 4 +métaphysaire/1 4 +métaphyse/1 2 +métaphysicienne/3 6 +métaphysique/1 4 +métaphysique/1 2 +métaphysiquement 8 +métaplasie/1 2 +métaplasme/1 1 +métaplectique/1 4 +métapsychique/1 4 +métapsychique/1 2 +métapsychologie/1 2 +métapsychologique/1 4 +métasomatique/1 4 +métasomatose/1 2 +métastabilité/1 2 +métastable/1 4 +métastase/1 2 +métastaser/4 17 +métastatique/1 4 +métatarse/1 1 +métatarsienne/3 3 +métataxe/1 2 +métathéorie/1 2 +métathèse/1 2 +métathorax 7 +métayage/1 1 +métayère/3 9 +métazoaire/1 1 +méteil/1 1 +métempsychose/1 2 +métempsycose/1 2 +métencéphale/1 1 +météo/1 2 +météogramme/1 1 +météore/1 1 +météorique/1 4 +météorisation/1 2 +météoriser/4 5 +météorisme/1 1 +météorite/1 2 +météoritique/1 4 +météoroïde/1 4 +météoroïde/1 1 +météorologie/1 2 +météorologique/1 4 +météorologiste/1 10 +météorologue/1 10 +météoromancie/1 2 +métèque/1 10 +méthacrylique/1 4 +méthadone/1 2 +méthamphétamine/1 2 +méthanal/1 1 +méthane/1 1 +méthanier/1 1 +méthanique/1 4 +méthanisation/1 2 +méthanogène/1 4 +méthanoïque/1 4 +méthanol/1 1 +méthémoglobine/1 2 +méthionine/1 2 +méthode/1 2 +méthodique/1 4 +méthodiquement 8 +méthodisme/1 1 +méthodiste/1 13 +méthodologie/1 2 +méthodologique/1 4 +méthodologiquement 8 +méthylamine/1 2 +méthylation/1 2 +méthylcyclopropane/1 1 +méthyle/1 1 +méthylène/1 1 +méthylique/1 4 +méthylmercure/1 1 +méthylphénidate/1 1 +méticilline/1 2 +méticuleuse/8 3 +méticuleusement 8 +méticulosité/1 2 +métier/1 1 +métissage/1 1 +métisse/3 6 +métissée/3 3 +métisser/4 5 +métonymie/1 2 +métonymique/1 4 +métonymiquement 8 +métope/1 2 +métrage/1 1 +mètre/61 1 +métrer/33 5 +métreuse/3 9 +métricienne/3 9 +métrique/1 4 +métrique/1 2 +métrisable/1 4 +métrite/1 2 +métro/1 13 +métrologie/1 2 +métrologique/1 4 +métrologiste/1 10 +métrologue/1 10 +métromanie/1 2 +métronome/1 1 +métronomique/1 4 +métropole/1 2 +métropolisation/1 2 +métropolitaine/3 6 +métropolite/1 1 +métrorragie/1 2 +métrosexualité/1 2 +métrosexuelle/3 6 +mets 7 +mettable/1 4 +metteure/1 2 +metteuse/3 9 +mettre/73 79 +meublante/3 3 +meuble/1 4 +meuble/1 1 +meublé/1 1 +meublée/3 3 +meubler/4 11 +meuf/1 2 +meuglement/1 1 +meugler/10 14 +meuh 70 +meulage/1 1 +meule/1 2 +meuler/4 5 +meulette/1 2 +meuleuse/3 9 +meulière/3 6 +meulon/1 1 +meunerie/1 2 +meunière/3 6 +meurette/1 2 +meursault/1 1 +meurtre/1 1 +meurtrie/3 6 +meurtrière/3 6 +meurtrir/29 84 +meurtrissante/3 3 +meurtrissure/1 2 +meusienne/3 6 +meute/1 2 +mévendre/52 82 +mévente/1 2 +mexicaine/3 6 +mézail/1 1 +mézigue/1 78 +mezzanine/1 10 +mezza-voce 87 +mezzo 88 +mezzo/1 10 +mezzo-soprano 88 +mezzosoprano/1 10 +mezzo-soprano/1 10 +mezzo-tinto 7 +mezzotinto/1 1 +mgr/38 7 +mi 7 +mi/38 7 +miam 70 +miammiam 70 +miam-miam 70 +miaou/1 1 +mi-aout 47 +mi-août 47 +miasmatique/1 4 +miasme/1 1 +miaulement/1 1 +miauler/10 14 +miauleuse/3 6 +mi-avril 47 +mi-bas 7 +mica/1 1 +micacée/3 3 +mi-carême/1 2 +micaschiste/1 1 +micellaire/1 4 +micelle/1 2 +miche/1 2 +micheline/1 2 +mi-chemin 87 +micheton/1 1 +michetonner/10 14 +mi-close/3 3 +micmac/1 1 +micocoulier/1 1 +mi-côte 87 +micro/1 10 +microalvéole/1 2 +microampèremètre/1 1 +micro-ampèremètre/1 1 +microanalyse/1 2 +micro-analyse/1 2 +microbalance/1 2 +microbe/1 1 +microbicide/1 1 +microbienne/3 3 +microbiologie/1 2 +microbiologique/1 4 +microbiologiste/1 10 +microbouturage/1 1 +microbrasserie/1 2 +microbus 7 +microcalorimétrie/1 2 +micro-casque 18 +microcéphale/1 13 +microcéphalie/1 2 +microchimie/1 2 +microchirurgie/1 2 +microcinéma/1 1 +microcinématographie/1 2 +microcircuit/1 1 +microclimat/1 1 +microcline/1 1 +microcontrôleur/1 1 +microcopie/1 2 +microcoque/1 1 +microcosme/1 1 +microcosmique/1 4 +microcoupure/1 2 +micro-cravate 18 +microcrédit/1 1 +microcristal/19 1 +microcuvette/1 2 +microcytose/1 2 +microdifférentiel/1 1 +microdissection/1 2 +microdistribution/1 2 +microéconomie/1 2 +micro-économie/1 2 +microéconomique/1 4 +micro-économique/1 4 +microéconomiste/1 10 +microédition/1 2 +microélectronique/1 4 +micro-électronique/1 4 +microélectronique/1 2 +micro-électronique/1 2 +microentreprise/1 2 +micro-entreprise/1 2 +microfaune/1 2 +microfibre/1 2 +microfibrée/3 3 +microfiche/1 2 +microfilm/1 1 +microfilmer/4 5 +microfissure/1 2 +microflore/1 2 +microfonction/1 2 +microformat/1 1 +microglobuline/1 2 +microglossaire/1 1 +micrographie/1 2 +micrographique/1 4 +microgravité/1 2 +microgrenue/3 3 +microhistoire/1 2 +microhistorique/1 4 +micro-informatique/1 4 +micro-informatique/1 2 +micro-instruction/1 2 +micro-irrigation/1 2 +microlangage/1 1 +microlentille/1 2 +microlite/1 1 +microlithe/1 1 +microlithique/1 4 +microlitique/1 4 +microlocale/8 3 +microlocalement 8 +microlocalisée/3 3 +micrologiciel/1 1 +micromanipulateur/1 1 +micromanipulation/1 2 +micrométéorite/1 2 +micrométrie/1 2 +micrométrique/1 4 +micrométriquement 8 +microminiaturisation/1 2 +micromoteur/1 1 +micromutation/1 2 +micron/1 1 +micronésienne/3 3 +micronisation/1 2 +microniser/4 5 +micronutriment/1 1 +microondable/1 4 +micro-ondable/1 4 +microonde/1 10 +micro-onde/1 2 +micro-ondes 7 +microordinateur/1 1 +micro-ordinateur/1 1 +microorganisme/1 1 +micro-organisme/1 1 +micropaléontologie/1 2 +microparticule/1 2 +micropénis 7 +micropesanteur/1 2 +microphage/1 4 +microphage/1 1 +microphagie/1 2 +microphone/1 1 +microphonique/1 4 +microphotographie/1 2 +microphysique/1 4 +micropilule/1 2 +microplissement/1 1 +microprocesseur/1 1 +microprogrammation/1 2 +microprogramme/1 1 +micropropagation/1 2 +micropyle/1 1 +microröntgen/1 1 +micros-casques 20 +microscope/1 1 +microscopie/1 2 +microscopique/1 4 +microscopiquement 8 +micros-cravates 20 +microsillon/1 1 +microsociologie/1 2 +microsomatie/1 2 +microsome/1 1 +microsomiale/8 3 +microsonde/1 2 +microsporange/1 1 +microspore/1 2 +micros-trottoirs 20 +microstructure/1 2 +microsystème/1 1 +microtechnologie/1 2 +microtome/1 1 +microtracteur/1 1 +micro-trottoir 18 +microtubule/1 1 +microvillosité/1 2 +microzoaire/1 1 +miction/1 2 +mi-décembre 47 +midi/1 1 +midinette/1 2 +midship/1 1 +midshipman/41 1 +midshipman/1 1 +mie/1 2 +miel/1 1 +miellat/1 1 +miellée/3 3 +miellée/1 2 +miellerie/1 2 +mielleuse/8 3 +mielleusement 8 +mienne/3 6 +miette/1 2 +mieux 78 +mieux-disante/3 6 +mieux-être 7 +mieux-vivre 7 +mièvre/1 13 +mièvrement 8 +mièvrerie/1 2 +mi-février 47 +mi-fin/1 +migmatite/1 2 +mignarde/3 3 +mignardement 8 +mignarder/4 5 +mignardise/1 2 +mignonne/3 6 +mignonnement 8 +mignonnerie/1 2 +mignonnet/1 1 +mignonnette/3 3 +mignonnette/1 2 +mignoter/4 11 +migraine/1 2 +migraineuse/8 6 +migrante/3 6 +migration/1 2 +migratoire/1 4 +migratrice/3 6 +migrer/10 14 +mihrab/1 1 +mi-jambe 87 +mi-janvier 47 +mijaurée/1 2 +mijoler/10 14 +mijoter/4 42 +mijoteuse/1 2 +mi-juillet 47 +mi-juin 47 +mikado/1 1 +mil/1 +milan/1 1 +milanaise/3 6 +mildiou/1 1 +mildiousée/3 3 +mile/1 1 +miliaire/1 4 +miliaire/1 2 +milice/1 2 +milicienne/3 9 +milieu/19 1 +militaire/1 13 +militairement 8 +militance/1 2 +militante/3 6 +militantisme/1 1 +militari 87 +militarisation/1 2 +militarisée/3 3 +militariser/4 5 +militarisme/1 1 +militariste/1 13 +militaro-industrielle/3 3 +militer/10 14 +milkbar/1 1 +milk-bar/1 1 +milkshake/1 1 +milk-shake/1 1 +millage/1 1 +millas 7 +millasse/1 2 +mille 49 +mille/1 1 +millefeuille/1 10 +mille-feuille/1 10 +millefleur/1 2 +mille-fleurs 57 +millénaire/1 13 +millénarisme/1 1 +millénariste/1 13 +millénium/1 1 +millepatte/1 1 +mille-pattes 7 +millepertuis 7 +mille-pertuis 7 +millépore/1 1 +milleraie/1 1 +milleraies 7 +mille-raies 7 +millerandage/1 1 +millerandée/3 3 +millésimale/8 3 +millésime/1 1 +millésimée/3 3 +millésimer/4 5 +millet/1 1 +milliaire/1 4 +milliaire/1 1 +milliampèremètre/1 1 +milliard/1 1 +milliardaire/1 10 +milliardième/1 13 +milliasse/1 2 +millibar/1 1 +millième/1 13 +millier/1 1 +milligrade/1 1 +millime/1 1 +millimétrée/3 3 +millimétrique/1 4 +millimicron/1 1 +million/1 1 +millionième/1 13 +millionnaire/1 13 +milliröntgen/1 1 +millithermie/1 2 +milord/1 1 +milouin/1 1 +mi-mai 47 +mi-mars 47 +mime/1 10 +mimer/4 5 +mimesis 57 +mimétique/1 4 +mimétisme/1 1 +mimi/1 1 +mimique/1 13 +mimodrame/1 1 +mimographe/1 10 +mimolette/1 2 +mimologie/1 2 +mimosa/1 1 +mimosacée/1 2 +mimosée/1 4 +mimosée/1 2 +min +min/1 1 +min/38 57 +minable/1 13 +minablement 8 +minage/1 1 +minahouet/1 1 +minaret/1 1 +minauder/10 14 +minauderie/1 2 +minaudière/3 6 +minbar/1 1 +mince/1 13 +minceur/1 2 +mincir/55 92 +mine/1 2 +minée/3 3 +miner/4 5 +minerai/1 1 +minérale/8 3 +minéralier/1 1 +minéralier-pétrolier/1 1 +minéraliers-pétroliers 20 +minéralisable/1 4 +minéralisante/3 3 +minéralisation/1 2 +minéralisatrice/3 3 +minéralisée/3 3 +minéraliser/4 5 +minéralocorticoïde/1 4 +minéralocorticoïde/1 1 +minéralogie/1 2 +minéralogique/1 4 +minéralogiquement 8 +minéralogiste/1 10 +minéralurgie/1 2 +minérographie/1 2 +minerval/1 1 +minerve/1 2 +minerviste/1 10 +minestrone/1 1 +minette/3 9 +mineure/3 6 +mineuse/1 2 +mini/1 10 +miniature/1 2 +miniaturée/3 3 +miniaturer/4 5 +miniaturisation/1 2 +miniaturisée/3 3 +miniaturiser/4 5 +miniaturiste/1 13 +minibar/1 1 +minibus 7 +minicar/1 1 +minicassette/1 2 +mini-cassette/1 2 +minichaine/1 2 +minichaîne/1 2 +mini-chaîne/1 2 +minidisque/1 1 +minière/3 6 +minigolf/1 1 +mini-golf/1 1 +minijupe/1 2 +mini-jupe/1 2 +minima 7 +minima/1 1 +minimale/8 3 +minimalisme/1 1 +minimaliste/1 13 +minimalité/1 2 +minime/1 13 +minimement 8 +minimessage/1 1 +mini-message/1 1 +minimex 7 +minimexée/3 9 +minimisante/3 3 +minimisation/1 2 +minimisée/3 3 +minimiser/4 5 +minimum/1 4 +minimum/1 1 +miniordinateur/1 1 +mini-ordinateur/1 1 +minipilule/1 2 +mini-pilule/1 2 +minisatellite/1 1 +mini-satellite/1 1 +minispace/1 1 +ministère/1 1 +ministériat/1 1 +ministérielle/3 3 +ministrable/1 13 +ministre/1 10 +ministre-président 18 +ministre-présidente 47 +ministres-présidentes 46 +ministres-présidents 20 +minitel/1 1 +minitéliste/1 10 +minium/1 1 +minivague/1 2 +minnesinger/1 1 +minoenne/3 6 +minois 7 +minon/1 1 +minorante/3 3 +minoration/1 2 +minorative/3 3 +minorée/3 3 +minorer/4 5 +minoritaire/1 13 +minoritairement 8 +minorité/1 2 +minot/1 1 +minotaure/1 1 +minoterie/1 2 +minotière/3 9 +minou/1 1 +mi-novembre 47 +minuit/1 1 +minus 7 +minuscule/1 13 +minutage/1 1 +minutaire/1 4 +minute/1 2 +minutée/3 3 +minuter/4 5 +minuterie/1 2 +minuteur/1 1 +minutie/1 2 +minutier/1 1 +minutieuse/8 3 +minutieusement 8 +miocène/1 4 +miocène/1 1 +mioche/1 10 +mi-octobre 47 +mi-partie/3 3 +mir/1 1 +mirabelle/1 2 +mirabellier/1 1 +mirabilis 7 +miracle/1 1 +miraculée/3 6 +miraculeuse/8 3 +miraculeusement 8 +mirador/1 1 +mirage/1 1 +miraillée/3 3 +mirbane/1 2 +mire/1 10 +mirée/3 3 +mire-œuf/1 1 +mire-œufs 7 +mirepoix 45 +mirepoix 57 +mirer/4 11 +mirettes 46 +mireuse/3 9 +mirifique/1 4 +mirifiquement 8 +mirliflor/1 1 +mirliflore/1 1 +mirliton/1 1 +mirmidon/1 1 +mirmillon/1 1 +miro/1 13 +mirobolante/3 3 +mirodrome/1 1 +miroir/1 1 +miroitante/3 3 +miroitée/3 3 +miroitement/1 1 +miroiter/10 14 +miroiterie/1 2 +miroitière/3 9 +mironton/1 1 +miroton/1 1 +misaine/1 2 +misandre/1 13 +misandrie/1 2 +misanthrope/1 13 +misanthropie/1 2 +misanthropique/1 4 +miscellanées 46 +miscibilité/1 2 +miscible/1 4 +mise/3 3 +mise/1 2 +misée/3 3 +mi-septembre 47 +miser/4 17 +misérabilisme/1 1 +misérabiliste/1 13 +misérable/1 13 +misérablement 8 +misère/1 2 +misérer/63 14 +miserere 7 +miséréré/1 1 +miséreuse/8 6 +miséricorde/1 2 +miséricordieuse/8 6 +miséricordieusement 8 +miso/1 1 +misogyne/1 13 +misogynie/1 2 +misologie/1 2 +misonéisme/1 1 +misonéiste/1 13 +mispickel/1 1 +miss 57 +miss/41 2 +missel/1 1 +missile/1 1 +missilière/3 9 +mission/1 2 +missionnaire/1 13 +missionner/4 17 +missive/1 109 +mistelle/1 2 +mistigri/1 1 +mistonne/3 9 +mistoufle/1 2 +mistral/1 1 +mitage/1 1 +mitaine/1 2 +mitan/1 1 +mitard/1 1 +mitarder 5 +mite/1 2 +mitée/3 3 +mi-temps 88 +miter/4 102 +miteuse/8 6 +miteusement 8 +mithracisme/1 1 +mithraïsme/1 1 +mithriacisme/1 1 +mithriaque/1 13 +mithridatisation/1 2 +mithridatiser/4 11 +mithridatisme/1 1 +mitigation/1 2 +mitigée/3 3 +mitiger/4 5 +mitigeur/1 1 +mitochondriale/8 3 +mitochondrie/1 2 +miton/1 1 +mitonner/4 42 +mitose/1 2 +mitotique/1 4 +mitoyenne/3 3 +mitoyenneté/1 2 +mitraillade/1 2 +mitraillage/1 1 +mitraille/1 2 +mitraillée/3 3 +mitrailler/4 17 +mitraillette/1 2 +mitrailleuse/3 9 +mitrale/8 3 +mitre/1 2 +mitrée/3 3 +mitron/1 1 +mi-voix 87 +mixage/1 1 +mixer/1 10 +mixer/4 5 +mixeuse/3 9 +mixité/1 2 +mixte/1 4 +mixte/1 1 +mixtion/1 2 +mixtionner/4 5 +mixture/1 2 +ml +mmHg/38 7 +mnémonique/1 13 +mnémoniquement 8 +mnémotechnie/1 2 +mnémotechnique/1 4 +mnémotechnique/1 2 +mnésique/1 4 +moabite/1 13 +mob/1 2 +mobile/1 4 +mobile/1 1 +mobilier/1 1 +mobilière/3 3 +mobilisable/1 4 +mobilisante/3 3 +mobilisation/1 2 +mobilisatrice/3 3 +mobilisée/3 3 +mobiliser/4 11 +mobilisme/1 1 +mobiliste/1 13 +mobilité/1 2 +mobilophone/1 1 +mobilophonie/1 2 +mobinaute/1 10 +moblot/1 1 +mobutisme/1 1 +mobylette/1 2 +mocassin/1 1 +mocharde/3 3 +moche/1 13 +mocheté/1 2 +moco/1 1 +modale/8 3 +modalisation/1 2 +modalité/1 2 +mode/1 10 +modelage/1 1 +modelante/3 3 +modèle/1 13 +modelée/3 3 +modeler/47 11 +modeleuse/3 9 +modélisation/1 2 +modélisatrice/3 9 +modélisée/3 3 +modéliser/4 5 +modélisme/1 1 +modéliste/1 10 +modem/1 1 +modénature/1 2 +modérabilité/1 2 +modérable/1 4 +modérantisme/1 1 +modérantiste/1 13 +modération/1 2 +moderato 8 +modérato 8 +moderato 7 +moderato/1 1 +modérato/1 1 +modératrice/3 6 +modérée/3 6 +modérément 8 +modérer/33 11 +moderne/1 13 +modernement 8 +modernisation/1 2 +modernisatrice/3 6 +modernisée/3 3 +moderniser/4 11 +modernisme/1 1 +modernissime/1 4 +moderniste/1 10 +modernité/1 2 +modeste/1 13 +modestement 8 +modestie/1 2 +modicité/1 2 +modifiable/1 4 +modifiante/3 3 +modification/1 2 +modificative/3 3 +modificatrice/3 6 +modifiée/3 3 +modifier/4 11 +modillon/1 1 +modique/1 4 +modiquement 8 +modiste/1 10 +modo 87 +modulable/1 4 +modulaire/1 4 +modulante/3 3 +modularisation/1 2 +modularité/1 2 +modulation/1 2 +modulatrice/3 6 +module/1 1 +modulée/3 3 +moduler/4 17 +modulo 45 +modulor/1 1 +modus 7 +moelle/1 2 +moelleuse/8 3 +moelleusement 8 +moellon/1 1 +moellonage/1 1 +moellonnage/1 1 +moere/1 2 +moère/1 2 +moëre/1 2 +mœurs 46 +mofette/1 2 +mofler/4 5 +moghole/3 6 +mogole/3 6 +mohair/1 1 +moi 78 +moie/1 2 +moignon/1 1 +moi-même 78 +moindre/1 4 +moindrement 8 +moine/1 1 +moineau/19 1 +moinerie/1 2 +moinillon/1 1 +moins 78 +moins-disante/3 6 +moins-perçu/1 1 +moins-value/1 2 +moirage/1 1 +moire/1 2 +moiré/1 1 +moirée/3 3 +moirer/4 5 +moireuse/3 9 +moirure/1 2 +mois 7 +moise/1 2 +moïse/1 1 +moiser/4 5 +moisi/1 1 +moisie/3 3 +moisir/29 92 +moisissure/1 2 +moissine/1 2 +moisson/1 2 +moissonnage/1 1 +moissonnée/3 3 +moissonner/4 5 +moissonneuse/3 9 +moissonneuse-batteuse 47 +moissonneuse-lieuse 47 +moissonneuses-batteuses 46 +moissonneuses-lieuses 46 +moite/1 4 +moiter/10 14 +moiteur/1 2 +moitié/1 2 +moitié-moitié 8 +moitir/29 84 +mojito/1 1 +moka/1 1 +mol/1 126 +mol/57 57 +molaire/1 4 +molaire/1 2 +molalité/1 2 +molarité/1 2 +molasse/1 2 +moldave/1 13 +môle/1 10 +mole/61 2 +moléculaire/1 4 +molécularité/1 2 +molécule/1 2 +molène/1 2 +moleskine/1 2 +molestation/1 2 +molestée/3 3 +molester/4 5 +moletage/1 1 +moleter/40 5 +molette/1 2 +molière/1 1 +moliéresque/1 4 +molinisme/1 1 +moliniste/1 13 +molinosisme/1 1 +molinosiste/1 13 +mollah/1 1 +mollarchie/1 2 +mollard/1 1 +mollarder/4 17 +mollasse/1 2 +mollasserie/1 2 +mollassonne/3 6 +molle/1 108 +mollement 8 +mollesse/1 2 +mollet/1 1 +molletière/1 2 +molleton/1 1 +molletonnée/3 3 +molletonner/4 5 +molletonneuse/8 3 +mollette/3 6 +mollir/29 101 +mollisol/1 1 +mollo 8 +molluscum/1 1 +mollusque/1 1 +moloch/1 1 +molosse/1 1 +molossoïde/1 4 +molossoïde/1 1 +moly/1 1 +molybdate/1 1 +molybdène/1 1 +molybdénite/1 2 +molybdique/1 4 +molysmologie/1 2 +mombin/1 1 +môme/1 10 +moment/1 1 +momentanée/3 3 +momentanément 8 +momerie/1 2 +momie/1 2 +momification/1 2 +momifiée/3 3 +momifier/4 11 +momordique/1 10 +mon 150 +monacale/8 3 +monachisme/1 1 +monade/1 2 +monadelphe/1 4 +monadique/1 4 +monadisme/1 1 +monadologie/1 2 +monarchie/1 2 +monarchique/1 4 +monarchisme/1 1 +monarchiste/1 13 +monarque/1 10 +monastère/1 1 +monastique/1 4 +monaurale/8 3 +monazite/1 2 +monbazillac/1 1 +monceau/19 1 +mondaine/3 6 +mondainement 8 +mondanité/1 2 +monde/1 1 +monder/4 5 +mondiale/8 3 +mondialement 8 +mondialisation/1 2 +mondialisée/3 3 +mondialiser/4 11 +mondialisme/1 1 +mondialiste/1 10 +mondialité/1 2 +mondiovision/1 2 +mondovision/1 2 +monégasque/1 13 +monel/1 1 +monème/1 1 +monétaire/1 4 +monétairement 8 +monétarisation/1 2 +monétarisme/1 1 +monétariste/1 10 +monétique/1 4 +monétique/1 2 +monétisation/1 2 +monétisée/3 3 +monétiser/4 5 +mongole/3 6 +mongolienne/3 6 +mongolique/1 4 +mongolisme/1 1 +mongoloïde/1 4 +moniale/8 6 +monisme/1 1 +moniste/1 10 +monition/1 2 +monitoire/1 4 +monitoire/1 1 +monitor/1 1 +monitorage/1 1 +monitorat/1 1 +monitoring/1 1 +monitrice/3 9 +monnaie/1 2 +monnayable/1 4 +monnayage/1 1 +monnayée/3 3 +monnayer/4 5 +monnayeuse/3 9 +mono/1 10 +monoacide/1 1 +monoamine/1 2 +monoatomique/1 4 +monobloc/1 4 +monobloc/1 1 +monocamérale/8 3 +monocaméralisme/1 1 +monocamérisme/1 1 +monocarboxylique/1 4 +monocaténaire/1 4 +monocellulaire/1 4 +monochromateur/1 1 +monochromatique/1 4 +monochrome/1 4 +monochromie/1 2 +monocistronique/1 4 +monocle/1 1 +monoclinale/8 3 +monoclinique/1 4 +monoclonale/8 3 +monocœur/1 4 +monocœur/1 1 +monocomposante/3 3 +monocoque/1 4 +monocoque/1 1 +monocorde/1 4 +monocorde/1 1 +monocorps 45 +monocorps 7 +monocotylédone/1 2 +monocratie/1 2 +monocristal/19 1 +monocristalline/3 3 +monoculaire/1 4 +monoculture/1 2 +monocycle/1 1 +monocyclique/1 4 +monocylindre/1 4 +monocylindrique/1 4 +monocyte/1 1 +monodie/1 2 +monodimensionnelle/3 3 +monodique/1 4 +monodirectionnelle/3 3 +monodromie/1 2 +monodromique/1 4 +monœcie/1 2 +monoflorale/8 3 +monofocale/8 3 +monofonctionnelle/3 3 +monogame/1 13 +monogamie/1 2 +monogamique/1 4 +monogène/1 4 +monogénique/1 4 +monogénisme/1 1 +monograde/1 4 +monogramme/1 1 +monogrammiste/1 10 +monographie/1 2 +monographique/1 4 +monoïde/1 1 +monoïdéisme/1 1 +monoïque/1 4 +monokini/1 1 +monolingue/1 13 +monolinguisme/1 1 +monolithe/1 4 +monolithe/1 1 +monolithique/1 4 +monolithisme/1 1 +monologue/1 1 +monologuer/10 14 +monologueuse/3 9 +monologuiste/1 10 +monomane/1 13 +monomaniaque/1 13 +monomanie/1 2 +monôme/1 1 +monomère/1 4 +monomère/1 1 +monomérique/1 4 +monométallisme/1 1 +monométalliste/1 10 +monométhylmercure/1 1 +monomode/1 4 +monomoléculaire/1 4 +monomorphisme/1 1 +monomoteur/1 1 +monomotrice/3 3 +mononucléaire/1 4 +mononucléaire/1 1 +mononucléose/1 2 +monoparentale/8 3 +monoparentalité/1 2 +monopartisme/1 1 +monophasée/3 3 +monophonie/1 2 +monophonique/1 4 +monophosphate/1 4 +monophtongue/1 2 +monophylétique/1 4 +monophysisme/1 1 +monophysite/1 13 +monoplace/1 13 +monoplan/1 1 +monoplégie/1 2 +monopolaire/1 4 +monopole/1 1 +monopôle/1 1 +monopoleuse/3 9 +monopolisante/3 3 +monopolisation/1 2 +monopolisatrice/3 6 +monopolisée/3 3 +monopoliser/4 5 +monopoliste/1 13 +monopolistique/1 4 +monoprix 7 +monoprocesseur/1 4 +monoprocesseur/1 1 +monopsone/1 1 +monoptère/1 4 +monoptère/1 1 +monorail/1 4 +monorail/1 1 +monorime/1 4 +monorime/1 1 +monosaccaride/1 1 +monosaccharide/1 1 +monosémie/1 2 +monosémique/1 4 +monosépale/1 4 +monosilane/1 1 +monoski/1 1 +monoskieuse/3 9 +monosodique/1 4 +monospace/1 1 +monosperme/1 4 +monostable/1 4 +monostyle/1 4 +monostyle/1 1 +monosulfite/1 1 +monosyllabe/1 4 +monosyllabe/1 1 +monosyllabique/1 4 +monosyllabisme/1 1 +monotâche/1 4 +monoterpène/1 1 +monothéique/1 4 +monothéisme/1 1 +monothéiste/1 13 +monotone/1 4 +monotonement 8 +monotonicité/1 2 +monotonie/1 2 +monotonique/1 4 +monotrace/1 4 +monotrème/1 1 +monotype/1 13 +monovalente/3 3 +monovariable/1 4 +monovariante/3 3 +monoxène/1 4 +monoxyde/1 1 +monoxyle/1 4 +monozygote/1 13 +monseigneur 18 +monsieur 18 +monsignor/1 1 +monsignore/51 1 +monstrance/1 2 +monstration/1 2 +monstre/1 1 +monstresse/1 2 +monstrueuse/8 3 +monstrueusement 8 +monstruosité/1 2 +mont/1 1 +montable/1 4 +montage/1 1 +montagnarde/3 6 +montagne/1 2 +montagnette/1 2 +montagneuse/8 3 +montaison/1 2 +montanisme/1 1 +montaniste/1 13 +montant/1 1 +montante/3 3 +mont-blanc 18 +mont-de-piété 18 +monte-charge 7 +monte-charge/1 1 +montée/3 3 +montée/1 2 +monte-fût 7 +monte-fut/1 1 +monte-glace 7 +monte-glace/1 1 +monténégrine/3 6 +monte-pente 7 +monte-pente/1 1 +monte-plat/1 1 +monte-plats 7 +monter/4 42 +monte-sac/1 1 +monte-sacs 7 +monteuse/3 9 +montgolfière/1 2 +monticole/1 4 +monticole/1 1 +monticule/1 1 +mont-joie 47 +montmorency/1 2 +montoir/1 1 +montoise/3 6 +montrable/1 4 +montre/1 2 +montréalaise/3 6 +montre-bracelet 47 +montrée/3 3 +montrer/4 11 +montres-bracelets 46 +montreuse/3 9 +monts-blancs 20 +monts-de-piété 20 +monts-joie 46 +montueuse/8 3 +monture/1 2 +monument/1 1 +monumentale/8 3 +monumentalité/1 2 +moquer/4 11 +moquerie/1 2 +moquette/1 2 +moquetter/4 5 +moquettiste/1 10 +moqueuse/3 6 +moqueusement 8 +moracée/1 2 +moraille/1 2 +moraillon/1 1 +moraine/1 2 +morainique/1 4 +morale/8 6 +moralement 8 +moralisante/3 3 +moralisation/1 2 +moralisatrice/3 6 +moralisée/3 3 +moraliser/4 17 +moraliseuse/3 6 +moralisme/1 1 +moraliste/1 10 +moralité/1 2 +morasse/1 2 +moratoire/1 4 +moratoire/1 1 +moratorium/1 1 +morbide/1 13 +morbidement 8 +morbidesse/1 2 +morbidité/1 2 +morbier/1 1 +morbihannaise/3 6 +morbilleuse/8 3 +morbleu 70 +morbus +morceau/19 1 +morcelable/1 4 +morcelée/3 3 +morcèlement/1 1 +morceler/40 5 +morcellement/1 1 +mordache/1 2 +mordacité/1 2 +mordançage/1 1 +mordancer/4 5 +mordante/3 3 +mordicante/3 3 +mordicus 8 +mordillage/1 1 +mordillement/1 1 +mordiller/4 17 +mordorée/3 3 +mordorer/4 5 +mordorure/1 2 +mordre/52 131 +mordue/3 3 +more/1 2 +moreau/19 1 +morelle/1 2 +moresque/1 4 +morfale/8 3 +morfaler/10 14 +morfil/1 1 +morfiler/4 5 +morfler/4 5 +morfondre/201 122 +morfondue/3 3 +morganatique/1 4 +morganatiquement 8 +morgeline/1 2 +morgue/1 2 +morguenne 70 +morguienne 70 +moribonde/3 6 +moricaude/3 6 +morigénée/3 3 +morigéner/33 5 +morille/1 2 +morillon/1 1 +moringa/1 1 +morio/1 1 +morion/1 1 +mormone/3 9 +mormonisme/1 1 +morne/1 4 +mornée/3 3 +mornement 8 +mornifle/1 2 +mornifler/4 5 +morose/1 4 +morosité/1 2 +morphème/1 1 +morphine/1 2 +morphing/1 1 +morphinique/1 4 +morphinisme/1 1 +morphinomane/1 13 +morphinomanie/1 2 +morphisme/1 1 +morphogène/1 4 +morphogène/1 1 +morphogenèse/1 2 +morphologie/1 2 +morphologique/1 4 +morphologiquement 8 +morphologiste/1 10 +morphologue/1 10 +morphophonologie/1 2 +morphophonologique/1 4 +morphopsychologie/1 2 +morphosyntaxe/1 2 +morphosyntaxique/1 4 +morpion/1 1 +mors 7 +morse/1 1 +morsure/1 2 +mort/1 2 +mortadelle/1 2 +mortaisage/1 1 +mortaise/1 2 +mortaiser/4 5 +mortaiseuse/3 9 +mortalité/1 2 +mort-aux-rats 57 +morte/3 6 +morte-eau 47 +mortelle/3 6 +mortellement 8 +morte-saison 47 +mortes-eaux 46 +mortes-saisons 46 +mortier/1 1 +mortifère/1 4 +mortifiante/3 3 +mortification/1 2 +mortifiée/3 3 +mortifier/4 11 +mortinatalité/1 2 +mort-née/3 6 +morts-vivants 20 +mortuaire/1 4 +mort-vivant 18 +morue/1 2 +morula/1 2 +morutier/1 1 +morutière/3 3 +morve/1 2 +morveuse/8 6 +mosaïque/1 4 +mosaïque/1 2 +mosaïquée/3 3 +mosaïsme/1 1 +mosaïste/1 10 +mosane/3 3 +moscoutaire/1 13 +moscovite/1 13 +mosellane/3 6 +mosette/1 2 +mosquée/1 2 +mot/1 1 +motamoter/10 14 +motarde/3 9 +mot-clé 18 +mot-clef 18 +motel/1 1 +motelle/1 2 +motet/1 1 +motif/1 1 +motilité/1 2 +motion/1 2 +motionner/10 14 +motivante/3 3 +motivation/1 2 +motivée/3 3 +motiver/4 5 +moto/1 2 +motobasculeur/1 1 +motobineuse/1 2 +motociste/1 10 +motocross 7 +moto-cross 7 +motoculteur/1 1 +motoculture/1 2 +motocycle/1 1 +motocyclette/1 2 +motocyclisme/1 1 +motocycliste/1 13 +motogodille/1 2 +motonautique/1 4 +motonautisme/1 1 +motoneige/1 2 +motoneigiste/1 10 +motopompe/1 2 +motopropulseur/1 1 +motorisation/1 2 +motorisée/3 3 +motoriser/4 5 +motoriste/1 10 +motorship/1 1 +motoski/1 2 +mototracteur/1 1 +motrice/3 6 +motricité/1 2 +mots-clefs 20 +mots-clés 20 +mots-croisiste/1 10 +mots-valises 20 +motte/1 2 +motter/4 55 +motteux 7 +motus 70 +mot-valise 18 +mou/1 4 +mou/1 1 +mouais 78 +mouchage/1 1 +moucharabié/1 1 +moucharabieh/1 1 +mouchardage/1 1 +moucharde/3 9 +moucharder/4 17 +mouche/1 2 +moucher/4 42 +moucherole/1 2 +moucherolle/1 2 +moucheron/1 1 +moucheronner/10 14 +mouchet/1 1 +mouchetage/1 1 +mouchetée/3 3 +moucheter/40 5 +mouchetis 7 +moucheture/1 2 +moucheuse/3 9 +mouchoir/1 1 +mouchure/1 2 +mouclade/1 2 +moudjahid 18 +moudjahidin 20 +moudjahidine/1 1 +moudre/115 82 +moue/1 2 +mouette/1 2 +mouetter/10 14 +moufeter 14 +moufette/1 2 +mouffette/1 2 +mouflage/1 1 +moufle/1 10 +mouflée/3 3 +moufler/4 5 +mouflette/3 9 +mouflon/1 1 +moufter/10 14 +mouillabilité/1 2 +mouillable/1 4 +mouillage/1 1 +mouillante/3 3 +mouille/1 2 +mouillement/1 1 +mouiller/4 17 +mouillère/1 2 +mouillette/1 2 +mouilleur/1 1 +mouilloir/1 1 +mouillon/1 1 +mouillure/1 2 +mouise/1 2 +moujik/1 1 +moujingue/1 1 +moukère/1 2 +moulage/1 1 +moulante/3 3 +moule/1 10 +moulée/3 3 +mouler/4 17 +mouleuse/3 9 +moulière/1 2 +moulin/1 1 +moulinage/1 1 +mouliner/4 17 +moulinet/1 1 +moulinette/1 2 +moulineuse/3 9 +moulinière/3 9 +mouliste/1 10 +moult 78 +moulue/3 3 +moulure/1 2 +moulurer/4 5 +moumoute/1 2 +mouquère/1 2 +mourante/3 6 +mouride/1 13 +mouridisme/1 1 +mourir/235 148 +mouroir/1 1 +mouron/1 1 +mouronner/4 102 +mourre/1 2 +mouscaille/1 2 +mousmé/1 2 +mousmée/1 2 +mousquet/1 1 +mousquetade/1 2 +mousquetaire/1 1 +mousqueterie/1 2 +mousquèterie/1 2 +mousqueton/1 1 +moussage/1 1 +moussaillon/1 1 +moussaka/1 2 +moussante/3 3 +mousse/1 10 +mousseline/1 2 +mousser/10 14 +mousseron/1 1 +mousseuse/8 3 +moussoir/1 1 +mousson/1 2 +moussue/3 3 +moustache/1 2 +moustachue/3 6 +moustérienne/3 6 +moustiquaire/1 2 +moustique/1 1 +mout/1 1 +moût/1 1 +moutard/1 1 +moutarde/1 2 +moutardière/3 9 +moutier/1 1 +mouton/1 1 +moutonnante/3 3 +moutonnée/3 3 +moutonnement/1 1 +moutonner/10 14 +moutonnerie/1 2 +moutonneuse/8 3 +moutonnière/3 6 +mouture/1 2 +mouvance/1 2 +mouvante/3 3 +mouvement/1 1 +mouvementée/3 3 +mouvementer/4 5 +mouver/4 102 +mouvoir/217 79 +moviola/1 2 +moxa/1 1 +moxabustion/1 2 +moxibustion/1 2 +moyée/3 3 +moyen-âge 18 +moyenâgeuse/8 3 +moyen-courrier/1 1 +moyennabilité/1 2 +moyennable/1 4 +moyenne/3 6 +moyennement 8 +moyenner/4 17 +moyennisation/1 2 +moyette/1 2 +moyeu/19 1 +mozabite/1 13 +mozambicaine/3 6 +mozarabe/1 13 +mozette/1 2 +mozzarella/1 2 +mozzarelle/1 2 +ms +mth/38 57 +mu 7 +mu/1 1 +muance/1 2 +mucher/4 5 +mucilage/1 1 +mucilagineuse/8 3 +mucolytique/1 4 +mucolytique/1 1 +mucopolysaccaride/1 1 +mucopolysaccharide/1 1 +mucor/1 1 +mucosité/1 2 +mucoviscidose/1 2 +mucron/1 1 +mucronée/3 3 +mucus 7 +mudéjare/3 6 +mudrâ 57 +mudra/1 2 +mue/3 3 +mue/1 2 +muée/3 3 +muer/4 42 +muesli/1 1 +muette/3 6 +muettement 8 +muezzin/1 1 +muezzine/1 1 +muffin/1 1 +mufle/1 1 +muflerie/1 2 +muflier/1 1 +mufti/1 1 +mug/1 1 +muge/1 1 +mugir/29 92 +mugissante/3 3 +mugissement/1 1 +muguet/1 1 +mugueter/40 5 +muid/1 1 +mularde/3 6 +mulassière/3 3 +mulâtresse/3 9 +mule/1 2 +mule-jenny/1 2 +mulet/1 1 +muleta/1 2 +muléta/1 2 +muletière/3 9 +mulette/1 2 +mulon/1 1 +mulot/1 1 +muloter/10 14 +mulsion/1 2 +multibande/1 4 +multibras 45 +multibroche/1 4 +multicaule/1 4 +multicellulaire/1 4 +multicentenaire/1 4 +multi-centenaire/1 4 +multicœur/1 4 +multicœur/1 1 +multicolore/1 4 +multiconductrice/3 3 +multiconfessionnelle/3 3 +multicoque/1 1 +multicouche/1 4 +multicritère/1 4 +multiculturalisme/1 1 +multiculturaliste/1 4 +multiculturalité/1 2 +multiculturelle/3 3 +multidiffusion/1 2 +multidimensionnelle/3 3 +multidirectionnalité/1 2 +multidirectionnelle/3 3 +multidisciplinaire/1 4 +multiethnique/1 4 +multi-ethnique/1 4 +multifactorielle/3 3 +multifamiliale/8 3 +multifilaire/1 4 +multiflore/1 4 +multifonction/1 4 +multifonctionnalité/1 2 +multifonctionnelle/3 3 +multiforme/1 4 +multifréquence/1 4 +multifréquences 45 +multigénique/1 4 +multigrade/1 4 +multigraduée/3 3 +multigraphe/1 1 +multihomogène/1 4 +multiinstrumentiste/1 13 +multi-instrumentiste/1 13 +multijoueur/1 4 +multijoueurs 45 +multilatérale/8 3 +multilatéralisme/1 1 +multilatération/1 2 +multilinéaire/1 4 +multilinéarité/1 2 +multilingue/1 13 +multilinguisme/1 1 +multiloculaire/1 4 +multimédia/1 4 +multimédia/1 1 +multimètre/1 1 +multimilliardaire/1 13 +multimillionnaire/1 13 +multimodale/8 3 +multimode/1 4 +multinationale/8 3 +multinationalisation/1 2 +multinomiale/8 3 +multipare/1 4 +multiparité/1 2 +multipartisme/1 1 +multiplateforme/1 4 +multiplate-forme/1 4 +multiple/1 4 +multiple/1 1 +multiplex 45 +multiplex 7 +multiplexage/1 1 +multiplexe/1 1 +multiplexer/4 5 +multiplexeur/1 1 +multipliable/1 4 +multiplicande/1 1 +multiplicateur/1 1 +multiplication/1 2 +multiplicative/3 3 +multiplicativement 8 +multiplicativité/1 2 +multiplicatrice/3 3 +multiplicité/1 2 +multipliée/3 3 +multiplier/4 42 +multipoint/1 4 +multipolaire/1 4 +multipôle/1 1 +multiprise/1 4 +multiprise/1 2 +multiprocesseur/1 4 +multiprocesseur/1 1 +multiprogrammation/1 2 +multipropriété/1 2 +multiraciale/8 3 +multirécidiviste/1 10 +multirésistance/1 2 +multirésistante/3 3 +multirisque/1 4 +multisalle/1 4 +multiséculaire/1 4 +multisommabilité/1 2 +multisommable/1 4 +multispectrale/8 3 +multistandard/1 4 +multisupport/1 4 +multisupport/1 1 +multitâche/1 4 +multitraitement/1 1 +multitube/1 4 +multitube/1 1 +multitubulaire/1 4 +multitude/1 2 +multivalente/3 3 +multivaluée/3 3 +multivariable/1 4 +multivariée/3 3 +multivers 7 +multivibrateur/1 1 +multivoie/1 4 +multivoie/1 1 +multivoque/1 4 +munichoise/3 6 +municipale/8 3 +municipalisation/1 2 +municipalisée/3 3 +municipaliser/4 5 +municipalité/1 2 +municipe/1 1 +munie/3 3 +munificence/1 2 +munificente/3 3 +munir/29 83 +munition/1 2 +munitionnaire/1 13 +munitionner/4 5 +munster/1 1 +muntjac/1 1 +muon/1 1 +muonique/1 4 +muphti/1 1 +muqarnas 20 +muqueuse/1 2 +muqueuse/8 3 +mûr 133 +mur/1 1 +murage/1 1 +muraille/1 2 +murailler/4 5 +murale/8 3 +mûre/3 3 +mure/1 108 +mure/1 2 +mûre/1 2 +murée/3 3 +murement 8 +mûrement 8 +murène/1 2 +murer/4 11 +muret/1 1 +muretin/1 1 +murette/1 2 +murex 7 +murge/1 2 +murger/4 55 +muriate/1 1 +muriatique/1 4 +murie/3 3 +mûrie/3 3 +murier/1 1 +mûrier/1 1 +murine/3 6 +murir/29 17 +mûrir/29 17 +murissage/1 1 +mûrissage/1 1 +murissante/3 3 +murissante/3 3 +mûrissante/3 3 +murissement/1 1 +mûrissement/1 1 +murisserie/1 2 +mûrisserie/1 2 +murmel/1 1 +murmurante/3 3 +murmure/1 1 +murmurée/3 3 +murmurer/4 17 +muron/1 1 +mûron/1 1 +murrhine/3 3 +murs 127 +musacée/1 2 +musagète/1 4 +musaraigne/1 2 +musarde/3 6 +musarder/10 14 +musardise/1 2 +musc/1 1 +muscade/1 2 +muscadelle/1 2 +muscadet/1 1 +muscadier/1 1 +muscadin/1 1 +muscadine/1 2 +muscardine/3 9 +muscari/1 1 +muscarine/1 2 +muscat/1 94 +muscinale/8 3 +muscinée/1 2 +muscle/1 1 +musclée/3 3 +muscler/4 5 +muscovite/1 2 +musculaire/1 4 +musculairement 8 +musculation/1 2 +musculature/1 2 +musculeuse/8 3 +musculosquelettique/1 4 +musculo-squelettique/1 4 +musculotrope/1 4 +musculotrope/1 1 +muse/1 2 +muséale/8 3 +museau/19 1 +musée/1 1 +muselée/3 3 +musèlement/1 1 +museler/40 5 +muselet/1 1 +muselière/1 2 +musellement/1 1 +muséographe/1 10 +muséographie/1 2 +muséographique/1 4 +muséologie/1 2 +muséologique/1 4 +muséologue/1 10 +muser/4 102 +muserole/1 2 +muserolle/1 2 +musette/1 2 +muséum/1 1 +museuse/3 6 +musicale/8 3 +musicalement 8 +musicaliser/4 5 +musicalité/1 2 +music-hall/1 1 +musicienne/3 6 +musicographe/1 1 +musicographie/1 2 +musicologie/1 2 +musicologique/1 4 +musicologue/1 10 +musicos 88 +musicothérapie/1 2 +musique/1 2 +musiquer/4 17 +musiquette/1 2 +musli/1 1 +musoir/1 1 +musquée/3 3 +musquer/4 5 +musse/1 2 +musser/4 11 +mussitation/1 2 +mussive/3 3 +must/1 1 +mustang/1 1 +mustélidé/1 1 +musulmane/3 6 +mutabilité/1 2 +mutable/1 4 +mutage/1 1 +mutagène/1 4 +mutagène/1 1 +mutagenèse/1 2 +mutandis 87 +mutante/3 6 +mutateur/1 1 +mutation/1 2 +mutationnisme/1 1 +mutationniste/1 13 +mutatis 87 +mutée/3 3 +muter/4 17 +mutilante/3 3 +mutilation/1 2 +mutilatrice/3 6 +mutilée/3 6 +mutiler/4 11 +mutine/3 6 +mutinée/3 3 +mutiner/4 55 +mutinerie/1 2 +mutique/1 4 +mutisme/1 1 +mutité/1 2 +mutualisation/1 2 +mutualisée/3 3 +mutualiser/4 5 +mutualisme/1 1 +mutualiste/1 13 +mutualité/1 2 +mutuelle/3 6 +mutuellement 8 +mutule/1 2 +myalgie/1 2 +myasthénie/1 2 +mycélienne/3 3 +mycélium/1 1 +mycénienne/3 6 +mycète/1 1 +mycobactéricide/1 4 +mycobactérie/1 2 +mycoderme/1 1 +mycodermique/1 4 +mycologie/1 2 +mycologique/1 4 +mycologue/1 10 +mycoplasme/1 1 +mycorhization/1 2 +mycorhize/1 2 +mycorhizienne/3 3 +mycose/1 2 +mycosique/1 4 +mycotoxicologie/1 2 +mycotoxine/1 2 +mydriase/1 2 +mydriatique/1 4 +mydriatique/1 1 +mye/1 2 +myéline/1 2 +myélite/1 2 +myéloblaste/1 1 +myélocyte/1 1 +myélogramme/1 1 +myélographie/1 2 +myélome/1 1 +myélopathie/1 2 +mygale/1 2 +myiase/1 2 +myocarde/1 1 +myocardiopathie/1 2 +myocardite/1 2 +myocyte/1 1 +myofibrille/1 2 +myofilament/1 1 +myoglobine/1 2 +myographe/1 1 +myographie/1 2 +myologie/1 2 +myomatose/1 2 +myome/1 1 +myopathie/1 2 +myope/1 13 +myopie/1 2 +myopotame/1 1 +myosine/1 2 +myosis 7 +myosite/1 2 +myosotis 7 +myotatique/1 4 +myotique/1 4 +myotique/1 1 +myriade/1 2 +myriamètre/1 1 +myriapode/1 1 +myriophylle/1 1 +myrmécologie/1 2 +myrmécologue/1 10 +myrmécophile/1 4 +myrmidon/1 1 +myrobolan/1 1 +myrosine/1 2 +myroxyle/1 1 +myroxylon/1 1 +myrrhe/1 2 +myrtacée/1 2 +myrte/1 1 +myrtiforme/1 4 +myrtille/1 2 +myrtillier/1 1 +mystagogie/1 2 +mystagogique/1 4 +mystagogue/1 10 +myste/1 10 +mystère/1 1 +mystérieuse/8 3 +mystérieusement 8 +mysticisme/1 1 +mysticité/1 2 +mystifiable/1 4 +mystifiante/3 3 +mystification/1 2 +mystificatrice/3 6 +mystifiée/3 3 +mystifier/4 5 +mystique/1 13 +mystiquement 8 +mythe/1 1 +mythification/1 2 +mythifiée/3 3 +mythifier/4 17 +mythique/1 4 +mytho/1 13 +mythographe/1 1 +mythologie/1 2 +mythologique/1 4 +mythologue/1 10 +mythomane/1 10 +mythomaniaque/1 4 +mythomanie/1 2 +mytilicole/1 4 +mytilicultrice/3 9 +mytiliculture/1 2 +mytilotoxine/1 2 +myxine/1 2 +myxœdémateuse/8 3 +myxœdème/1 1 +myxomatose/1 2 +myxomycète/1 1 +n 7 +na 70 +naan/1 1 +nabab/1 1 +nabi/1 1 +nabisme/1 1 +nabla/1 1 +nable/1 1 +nabote/3 9 +nabuchodonosor/1 1 +nacarat 45 +nacarat/1 1 +nacelle/1 2 +nacre/1 2 +nacrée/3 3 +nacrer/4 11 +nadir/1 1 +nævi 20 +nævocarcinome/1 1 +nævo-carcinome/1 1 +nævus 7 +nafé/1 1 +nagaïka/1 2 +nagari/1 4 +nagari/1 2 +nage/1 2 +nagée/1 2 +nageoire/1 2 +nager/4 17 +nageuse/3 6 +naguère 8 +nahaïka/1 2 +nahuatl/1 1 +naïade/1 2 +naine/3 6 +naira/1 1 +naissain/1 1 +naissance/1 2 +naissante/3 3 +naisseuse/3 9 +naitre/105 91 +naître/105 91 +naïve/3 6 +naïvement 8 +naïveté/1 2 +naja/1 1 +namibienne/3 6 +namuroise/3 6 +nana/1 2 +nanan/1 1 +nanar/1 1 +nancéienne/3 6 +nandou/1 1 +nanifier/4 5 +nanisme/1 1 +nankin/1 1 +nanocomposant/1 1 +nanoélectronique/1 4 +nano-électronique/1 4 +nanoélectronique/1 2 +nano-électronique/1 2 +nanomachine/1 2 +nanomatériau/19 1 +nanométrique/1 4 +nanoparticule/1 2 +nanophysique/1 2 +nanoplancton/1 1 +nanoréseau/19 1 +nanoscience/1 2 +nanotechnologie/1 2 +nanotechnologique/1 4 +nanotube/1 1 +nansouk/1 1 +nantaise/3 6 +nantie/3 6 +nantir/29 83 +nantissable/1 4 +nantissement/1 1 +nanzouk/1 1 +naos 7 +napalm/1 1 +napée/1 2 +napel/1 1 +naphta/1 1 +naphtalène/1 1 +naphtaline/1 2 +naphte/1 1 +naphtol/1 1 +napoléon/1 1 +napoléonienne/3 6 +napolitaine/3 6 +nappage/1 1 +nappe/1 2 +napper/4 5 +napperon/1 1 +narbonnaise/3 6 +narcéine/1 2 +narcisse/1 1 +narcissique/1 4 +narcissiquement 8 +narcissisme/1 1 +narco/1 1 +narcoanalyse/1 2 +narco-analyse/1 2 +narcodollar/1 1 +narcolepsie/1 2 +narcoleptique/1 13 +narcose/1 2 +narcothérapie/1 2 +narcotine/1 2 +narcotique/1 4 +narcotique/1 1 +narcotrafic/1 1 +narcotrafiquante/3 9 +nard/1 1 +narghilé/1 1 +narghileh/1 1 +nargue/1 2 +narguée/3 3 +narguer/4 5 +narguilé/1 1 +narine/1 2 +narquoise/3 3 +narquoisement 8 +narquoiserie/1 2 +narrataire/1 10 +narration/1 2 +narrative/3 3 +narrativité/1 2 +narratrice/3 9 +narrée/3 3 +narrer/4 5 +narthex 7 +narval/1 1 +nasale/8 3 +nasalisation/1 2 +nasaliser/4 11 +nasalité/1 2 +nasarde/3 6 +nase/1 13 +naseau/19 1 +nasillarde/3 3 +nasillement/1 1 +nasiller/4 17 +nasilleuse/3 9 +nasique/1 1 +nasitort/1 1 +nasonnement/1 1 +nasse/1 2 +nassérisme/1 1 +nassériste/1 13 +natale/3 6 +natalement 8 +nataliste/1 13 +natalité/1 2 +natation/1 2 +natatoire/1 4 +natchaver/10 14 +natice/1 2 +nation/1 2 +nationale/8 6 +nationalement 8 +nationalisable/1 4 +nationalisation/1 2 +nationalisée/3 3 +nationaliser/4 5 +nationalisme/1 1 +nationaliste/1 13 +nationalité/1 2 +national-socialisme/1 1 +national-socialiste 119 +nationaux-socialistes 113 +native/3 3 +nativement 8 +nativisme/1 1 +nativiste/1 13 +nativité/1 2 +natoufien/1 1 +natoufienne/3 3 +natrémie/1 2 +natrium/1 1 +natron/1 1 +natrum/1 1 +nattage/1 1 +natte/1 2 +nattée/3 3 +natter/4 5 +nattière/3 6 +naturalisation/1 2 +naturalisée/3 3 +naturaliser/4 5 +naturalisme/1 1 +naturaliste/1 10 +naturalité/1 2 +nature/1 2 +naturelle/3 6 +naturellement 8 +naturisme/1 1 +naturiste/1 10 +naturopathe/1 13 +naturopathie/1 2 +naucore/1 1 +naufrage/1 1 +naufragée/3 3 +naufrager/10 14 +naufrageuse/3 9 +naumachie/1 2 +naupathie/1 2 +nauplius 7 +nauséabonde/3 3 +nausée/1 2 +nauséeuse/8 3 +nautile/1 1 +nautique/1 4 +nautisme/1 1 +nautonière/3 9 +navaja/1 2 +navale/3 3 +navaler 55 +navalisation/1 2 +navarin/1 1 +navarque/1 1 +navel/1 2 +navet/1 1 +navette/1 2 +navetteuse/3 9 +navicert/1 1 +naviculaire/1 4 +navicule/1 2 +navigabilité/1 2 +navigable/1 4 +navigante/3 3 +navigation/1 2 +navigatrice/3 9 +naviguer/10 14 +naviplane/1 1 +navire/1 1 +navire-école 18 +navires-écoles 20 +navisphère/1 2 +navrance/1 2 +navrante/3 3 +navrée/3 3 +navrement/1 1 +navrer/4 5 +nazaréenne/3 6 +naze/1 13 +nazie/3 6 +nazification/1 2 +nazillonne/3 6 +nazisme/1 1 +ne 189 +néandertalien/1 1 +néandertalienne/3 3 +néanmoins 8 +néant/1 1 +néantisation/1 2 +néantiser/4 11 +nebka/1 2 +nébulaire/1 4 +nébuleuse/8 6 +nébuleusement 8 +nébulisation/1 2 +nébuliser/4 5 +nébuliseur/1 1 +nébulosité/1 2 +nec +nécessaire/1 4 +nécessaire/1 1 +nécessairement 8 +nécessitante/3 3 +nécessité/1 2 +nécessiter/4 5 +nécessiteuse/8 6 +neck/1 1 +nec-plus-ultra 18 +nécro/1 2 +nécrobie/1 2 +nécrologe/1 1 +nécrologie/1 2 +nécrologique/1 4 +nécrologue/1 10 +nécromancie/1 2 +nécromancienne/3 9 +nécromante/3 9 +nécrophage/1 13 +nécrophagie/1 2 +nécrophile/1 13 +nécrophilie/1 2 +nécrophilique/1 4 +nécrophore/1 1 +nécropole/1 2 +nécropsie/1 2 +nécrose/1 2 +nécrosée/3 3 +nécroser/4 11 +nécrotique/1 4 +nectaire/1 1 +nectar/1 1 +nectarine/1 2 +nectarivore/1 4 +necton/1 1 +née/3 3 +néerlandaise/3 6 +néerlandophone/1 13 +nef/1 2 +néfaste/1 4 +nèfle/1 2 +néflier/1 1 +négation/1 2 +négationnisme/1 1 +négationniste/1 10 +négative/3 6 +négativement 8 +négativisme/1 1 +négativiste/1 13 +négativité/1 2 +négaton/1 1 +négatoscope/1 1 +négatrice/3 6 +négligeable/1 4 +négligée/3 3 +négligemment 8 +négligence/1 2 +négligente/3 6 +négliger/4 11 +négoce/1 1 +négociabilité/1 2 +négociable/1 4 +négociante/3 9 +négociation/1 2 +négociatrice/3 9 +négociée/3 3 +négocier/4 42 +négondo/1 1 +nègre/1 4 +nègre/1 1 +négresse/1 2 +négrière/3 6 +négrifier/4 5 +négrille/1 1 +négrillonne/3 9 +négritude/1 2 +négro/1 10 +négro-africaine/3 6 +négroïde/1 4 +negro-spiritual/1 1 +négrospiritual/1 1 +néguentropie/1 2 +negundo/1 1 +négundo/1 1 +négus 7 +neige/1 2 +neigeoter/69 111 +neiger/69 111 +neigeuse/8 3 +neiman/1 1 +nélombo/1 1 +nelumbo/1 1 +nem/1 1 +némale/1 1 +némalion/1 1 +némathelminthe/1 1 +nématique/1 4 +nématoblaste/1 1 +nématocyste/1 1 +nématode/1 1 +nématologie/1 2 +nématomorphe/1 1 +néné/1 1 +nénette/1 2 +nénies 46 +nenni 78 +nénufar/1 1 +nénuphar/1 1 +néo 221 +néoblaste/1 1 +néocalédonienne/3 6 +néo-calédonienne/3 6 +néocapitalisation/1 2 +néo-capitalisation/1 2 +néocapitalisme/1 1 +néo-capitalisme/1 1 +néocapitaliste/1 13 +néo-capitaliste/1 13 +néoceltique/1 4 +néo-celtique/1 4 +néoclassicisme/1 1 +néo-classicisme/1 1 +néoclassique/1 4 +néo-classique/1 4 +néocolonialisme/1 1 +néo-colonialisme/1 1 +néocolonialiste/1 13 +néo-colonialiste/1 13 +néocomienne/3 3 +néocommunisme/1 1 +néo-communisme/1 1 +néocommuniste/1 13 +néo-communiste/1 13 +néoconservatisme/1 1 +néo-conservatisme/1 1 +néoconservatrice/3 6 +néo-conservatrice/3 6 +néocortex 7 +néocorticale/8 3 +néocriticisme/1 1 +néo-criticisme/1 1 +néocriticiste/1 13 +néo-criticiste/1 13 +néodarwinienne/3 3 +néodarwinisme/1 1 +néo-darwinisme/1 1 +néodyme/1 1 +néofascisme/1 1 +néo-fascisme/1 1 +néofasciste/1 13 +néo-fasciste/1 13 +néoformation/1 2 +néoformée/3 3 +néogène/1 1 +néoglucogenèse/1 2 +néogothique/1 4 +néo-gothique/1 4 +néogrecque/3 3 +néo-grecque/3 3 +néohébridaise/3 6 +néo-hébridaise/3 6 +néo-impressionnisme/1 1 +néo-impressionniste/1 13 +néokantisme/1 1 +néo-kantisme/1 1 +néolibérale/8 6 +néo-libérale/8 6 +néolibéralisme/1 1 +néo-libéralisme/1 1 +néolithique/1 4 +néolithique/1 1 +néologie/1 2 +néologique/1 4 +néologisme/1 1 +néomalthusianisme/1 1 +néo-malthusianisme/1 1 +néoménie/1 2 +néomercantilisme/1 1 +néo-mercantilisme/1 1 +néomycine/1 2 +néon/1 1 +néonatale/3 3 +néo-natale/3 3 +néonatalogie/1 2 +néonatologie/1 2 +néo-natologie/1 2 +néonazie/3 6 +néo-nazie/3 6 +néonazisme/1 1 +néo-nazisme/1 1 +néophilologie/1 2 +néophilologique/1 4 +néophyte/1 13 +néoplasie/1 2 +néoplasique/1 4 +néoplasme/1 1 +néoplatonicienne/3 6 +néo-platonicienne/3 6 +néoplatonisme/1 1 +néo-platonisme/1 1 +néopositivisme/1 1 +néo-positivisme/1 1 +néopositiviste/1 13 +néo-positiviste/1 13 +néoprène/1 1 +néoprotectionnisme/1 1 +néo-protectionnisme/1 1 +néoréalisme/1 1 +néo-réalisme/1 1 +néoréaliste/1 13 +néo-réaliste/1 13 +néoromane/3 3 +néo-romane/3 3 +néoromantique/1 13 +néo-romantique/1 13 +néoromantisme/1 1 +néo-romantisme/1 1 +néorurale/8 6 +néosynéphrine/1 2 +néoténie/1 2 +néotestamentaire/1 4 +néo-testamentaire/1 4 +néothomisme/1 1 +néo-thomisme/1 1 +néottie/1 2 +néovasculaire/1 4 +néo-vasculaire/1 4 +néovascularisation/1 2 +néo-vascularisation/1 2 +néozélandaise/3 6 +néo-zélandaise/3 6 +néozoïque/1 4 +népalaise/3 6 +nèpe/1 2 +népenthès 7 +néper/1 1 +népérienne/3 3 +népète/1 2 +néphéline/1 2 +néphélinique/1 4 +néphélion/1 1 +néphélométrie/1 2 +néphrectomie/1 2 +néphrétique/1 4 +néphridie/1 2 +néphrite/1 2 +néphroblastome/1 1 +néphrographie/1 2 +néphrologie/1 2 +néphrologique/1 4 +néphrologue/1 10 +néphron/1 1 +néphropathie/1 2 +néphropathologie/1 2 +néphrose/1 2 +néphrotique/1 4 +népotisme/1 1 +neptunium/1 1 +nerd/1 10 +néréide/1 2 +néréis 57 +nerf/1 1 +néritique/1 4 +néroli/1 1 +néronienne/3 3 +nerprun/1 1 +nervation/1 2 +nerver/4 5 +nerveuse/8 6 +nerveusement 8 +nervi/1 1 +nervin/1 1 +nervosité/1 2 +nervure/1 2 +nervurée/3 3 +nervurer/4 5 +nescafé/1 1 +nestorianisme/1 1 +nestorienne/3 6 +net 8 +netcam/1 2 +netiquette 47 +nétiquette 47 +nette/3 6 +nettement 8 +netteté/1 2 +nettoiement/1 1 +nettoyable/1 4 +nettoyage/1 1 +nettoyant/1 1 +nettoyante/3 3 +nettoyée/3 3 +nettoyer/4 5 +nettoyeuse/3 9 +neuf 49 +neufchâtel/1 1 +neumatique/1 13 +neume/1 10 +neu-neu 149 +neuneu/1 13 +neurale/8 3 +neurasthénie/1 2 +neurasthénique/1 4 +neuroanatomie/1 2 +neuro-anatomie/1 2 +neuroanatomiste/1 10 +neuro-anatomiste/1 10 +neurobiochimie/1 2 +neurobiochimique/1 4 +neurobiochimiste/1 10 +neurobiologie/1 2 +neurobiologiste/1 10 +neuroblaste/1 1 +neuroblastome/1 1 +neurochimie/1 2 +neurochimique/1 4 +neurochimiste/1 10 +neurochirurgicale/8 3 +neurochirurgie/1 2 +neurochirurgienne/3 9 +neurodégénérative/3 3 +neurodépresseur/1 1 +neuroendocrinienne/3 3 +neuro-endocrinienne/3 3 +neuroendocrinologie/1 2 +neuro-endocrinologie/1 2 +neurofibrille/1 2 +neurofibromatose/1 2 +neurogenèse/1 2 +neurohistologie/1 2 +neuro-histologie/1 2 +neurohypophyse/1 2 +neuro-hypophyse/1 2 +neuroleptique/1 4 +neuroleptique/1 1 +neurolinguistique/1 4 +neurolinguistique/1 2 +neurologie/1 2 +neurologique/1 4 +neurologiquement 8 +neurologiste/1 10 +neurologue/1 10 +neuromédiateur/1 1 +neuromédiation/1 2 +neuromotrice/3 3 +neuromusculaire/1 4 +neuronale/8 3 +neurone/1 1 +neuronique/1 4 +neuropaludisme/1 1 +neuropathie/1 2 +neuropathologie/1 2 +neuropathologique/1 4 +neuropathologiste/1 10 +neuropeptide/1 1 +neuropharmacologie/1 2 +neurophysiologie/1 2 +neurophysiologique/1 4 +neuroplasticité/1 2 +neuroplégique/1 4 +neuropsychiatre/1 10 +neuropsychiatrie/1 2 +neuropsychiatrique/1 4 +neuropsychologie/1 2 +neuropsychologique/1 4 +neuropsychologue/1 10 +neuroscience/1 2 +neurosensorielle/3 3 +neurotomie/1 2 +neurotonie/1 2 +neurotonique/1 13 +neurotoxine/1 2 +neurotoxique/1 4 +neurotoxique/1 1 +neurotransmetteur/1 1 +neurotransmission/1 2 +neurotrope/1 4 +neurotropisme/1 1 +neurovégétative/3 3 +neurula/1 2 +neurulation/1 2 +neutralisante/3 3 +neutralisation/1 2 +neutralisée/3 3 +neutraliser/4 11 +neutralisme/1 1 +neutraliste/1 13 +neutralité/1 2 +neutre/1 4 +neutre/1 1 +neutrino/1 1 +neutrographie/1 2 +neutron/1 1 +neutronique/1 4 +neutronique/1 2 +neutronographie/1 2 +neutropénie/1 2 +neutrophile/1 4 +neutrophile/1 1 +neuvaine/1 2 +neuve/3 6 +neuvième/1 13 +neuvièmement 8 +neux-neux 144 +névé/1 1 +neveu/19 1 +névocarcinome/1 1 +névralgie/1 2 +névralgique/1 4 +névraxe/1 1 +névrilème/1 1 +névrite/1 2 +névritique/1 4 +névrodermite/1 2 +névroglie/1 2 +névropathe/1 13 +névropathie/1 2 +névroptère/1 4 +névroptère/1 1 +névrose/1 2 +névrosée/3 6 +névrotique/1 10 +névus 7 +new-look 45 +new-look 7 +newlook/1 4 +newlook/1 1 +news 47 +newton/61 1 +newtonienne/3 6 +new-yorkaise/3 6 +nexus 7 +nez 7 +ni 78 +niable/1 4 +niaise/3 6 +niaisement 8 +niaiser/10 14 +niaiserie/1 2 +niaiseuse/8 6 +niaouli/1 1 +niaque/1 2 +nib 8 +nibard/1 1 +nicaraguayenne/3 6 +niche/1 2 +nichée/3 3 +nicher/4 42 +nichet/1 1 +nicheuse/3 3 +nichoir/1 1 +nichon/1 1 +nichrome/1 1 +nickel 45 +nickel/1 1 +nickelage/1 1 +nickelée/3 3 +nickeler/40 5 +nickélifère/1 4 +nic-nac 7 +nicnac/1 1 +nicodème/1 1 +niçoise/3 6 +nicol/1 1 +nicolaïsme/1 1 +nicotinamide/1 10 +nicotine/1 2 +nicotinique/1 4 +nicotiniser/4 5 +nicotinisme/1 1 +nictation/1 2 +nictitante/3 3 +nictitation/1 2 +nid/1 1 +nidation/1 2 +nid-d'abeilles 18 +nid-de-pie 18 +nid-de-poule 18 +nidicole/1 4 +nidification/1 2 +nidifier/10 14 +nidifuge/1 4 +nids-d'abeilles 20 +nids-de-pie 20 +nids-de-poule 20 +nièce/1 2 +niée/3 3 +niellage/1 1 +nielle/1 2 +nieller/4 5 +nielleur/1 1 +niellure/1 2 +n-ième/1 13 +nier/4 17 +nietzschéenne/3 6 +nietzschéisme/1 1 +nife/1 10 +nigaude/3 6 +nigauderie/1 2 +nigelle/1 2 +nigériane/3 6 +nigérianiser/4 5 +nigérienne/3 6 +nigéro-congolaise/3 3 +nightclub/1 1 +night-club/1 1 +nihilisme/1 1 +nihiliste/1 13 +nihilo +nilgau/1 1 +nilgaut/1 1 +nille/1 2 +nilotique/1 4 +nilpotence/1 2 +nilpotente/3 3 +nilvariété/1 2 +nimbe/1 1 +nimbée/3 3 +nimber/4 11 +nimbostratus 7 +nimbo-stratus 7 +nimbus 7 +nîmoise/3 6 +n'importe 78 +ninas 7 +ninja/1 1 +ninjato/1 1 +niobium/1 1 +niôle/1 2 +niolo/1 1 +nippe/1 2 +nipper/4 11 +nippone/3 6 +nipponne/3 6 +niqab/1 1 +nique/1 2 +niquedouille/1 13 +niquer/4 5 +niqueuse/3 9 +nirvana/1 1 +nitescence/1 2 +nitratation/1 2 +nitrate/1 1 +nitratée/3 3 +nitrater/4 5 +nitration/1 2 +nitre/1 1 +nitrée/3 3 +nitrer/4 5 +nitreuse/8 3 +nitrière/1 2 +nitrifiante/3 3 +nitrification/1 2 +nitrifier/4 11 +nitrile/1 1 +nitrique/1 4 +nitrite/1 1 +nitrobacter/1 1 +nitrobactérie/1 2 +nitrobenzène/1 1 +nitrobenzine/1 2 +nitrocellulose/1 2 +nitrogène/1 1 +nitroglycérine/1 2 +nitrophile/1 4 +nitrosation/1 2 +nitrosomonas 7 +nitrotoluène/1 1 +nitruration/1 2 +nitrure/1 1 +nitrurer/4 5 +nivale/8 3 +nivaquiner/10 14 +nivéale/8 3 +niveau/19 1 +nivelage/1 1 +nivelée/3 3 +nivèlement/1 1 +niveler/40 5 +nivelette/1 2 +niveleuse/3 6 +nivellement/1 1 +nivéole/1 2 +nivernaise/3 6 +nivoglaciaire/1 4 +nivo-glaciaire/1 4 +nivologie/1 2 +nivologue/1 10 +nivopluviale/8 3 +nivo-pluviale/8 3 +nivôse/1 1 +nivosité/1 2 +nixe/1 2 +nizeré/1 1 +n-linéaire/1 4 +nô 7 +no/1 1 +nobélisable/1 13 +nobélium/1 1 +nobiliaire/1 4 +nobiliaire/1 1 +nobilité/1 2 +noblaillonne/3 9 +noble/1 13 +noblement 8 +noblesse/1 2 +nobliau/19 1 +nobscuriter/10 14 +noce/1 2 +nocebo/1 1 +nocébo/1 1 +nocer/10 14 +noceuse/3 6 +nocher/1 1 +nocicepteur/1 1 +nociception/1 2 +nociceptive/3 3 +nocive/3 3 +nocivité/1 2 +noctambule/1 10 +noctambulisme/1 1 +noctiluque/1 4 +noctiluque/1 2 +noctuelle/1 2 +noctule/1 10 +nocturne/1 10 +nocuité/1 2 +nodale/8 3 +nodosité/1 2 +nodulaire/1 4 +nodule/1 1 +noduleuse/8 3 +noël/1 1 +noethérienne/3 3 +noétique/1 4 +noétique/1 2 +nœud/1 1 +noirâtre/1 4 +noiraude/3 6 +noirceur/1 2 +noircie/3 3 +noircir/29 100 +noircissante/3 3 +noircissement/1 1 +noircisseur/1 1 +noircissure/1 2 +noire/3 6 +noise/1 2 +noiseraie/1 2 +noisetier/1 1 +noisette 45 +noisette/1 2 +noix 57 +noli-me-tangere 7 +nolis 7 +nolisement/1 1 +noliser/4 5 +nom/1 1 +nomade/1 10 +nomadiser/10 14 +nomadisme/1 1 +nombrable/1 4 +nombre/1 1 +nombrée/3 3 +nombrer/4 5 +nombreuse/8 3 +nombril/1 1 +nombrilisme/1 1 +nombriliste/1 13 +nome/1 1 +nomenclatrice/3 9 +nomenclature/1 2 +nomenklatura/1 2 +nomenklaturiste/1 10 +nominale/8 3 +nominalement 8 +nominalisation/1 2 +nominaliser/4 5 +nominalisme/1 1 +nominaliste/1 13 +nominante/3 3 +nominatif/1 1 +nomination/1 2 +nominative/3 3 +nominativement 8 +nominée/3 6 +nominer/4 5 +nominette/1 2 +nommable/1 4 +nommage/1 1 +nommée/3 6 +nommément 8 +nommer/4 11 +nomogramme/1 1 +nomographie/1 2 +nomologie/1 2 +nomothète/1 1 +nomothétique/1 4 +nomothétique/1 2 +non 78 +non 7 +non-acceptation/1 2 +non-activité/1 2 +nonagénaire/1 13 +non-agir 18 +non-agression/1 2 +nonaire/1 4 +non-alignée/3 6 +non-alignement/1 1 +non-animé/1 1 +nonantaine/1 2 +nonante 49 +nonante-cinq 49 +nonante-deux 49 +nonante-et-un 49 +nonante-huit 49 +nonante-neuf 49 +nonante-quatre 49 +nonante-sept 49 +nonante-six 49 +nonante-trois 49 +nonantième/1 13 +non-appartenance/1 2 +non-assistance/1 2 +non-belligérance/1 2 +non-belligérante/3 6 +nonce/1 1 +noncer/10 14 +nonchalamment 8 +nonchalance/1 2 +nonchalante/3 3 +nonchaloir/1 1 +nonciature/1 2 +non-combattante/3 6 +non-comparante/3 6 +non-comparution/1 2 +non-comptable/1 1 +non-conciliation/1 2 +non-concurrence 47 +non-conformisme/1 1 +non-conformiste/1 13 +non-conformité/1 2 +non-contradiction/1 2 +non-croyante/3 6 +non-cumul/1 1 +non-dénonciation/1 2 +non-directive/3 3 +non-directivité/1 2 +non-discrimination/1 2 +non-dit/1 1 +non-droit/1 1 +none/1 2 +non-engagée/3 6 +non-engagement/1 1 +non-être 7 +non-euclidienne/3 3 +non-événement/1 1 +non-évènement/1 1 +non-exécution/1 2 +non-existence/1 2 +non-figuration/1 2 +non-figurative/3 6 +non-fumeuse/3 6 +non-gage/1 1 +nonidi/1 1 +nonillion/1 1 +non-imposition/1 2 +non-ingérence/1 2 +non-initiée/3 9 +non-inscrite/3 6 +non-intervention/1 2 +non-interventionniste/1 13 +non-jouissance/1 2 +non-lieu/19 1 +non-linéaire/1 4 +non-métal/19 1 +non-moi 7 +nonne/1 2 +nonnette/1 2 +nono 8 +nonobstant 78 +non-paiement/1 1 +nonpareille/3 6 +non-participation/1 2 +non-prolifération/1 2 +non-rapatriement/1 1 +non-recevoir 18 +non-remboursement/1 1 +non-réponse/1 2 +non-résidente/3 6 +non-respect/1 1 +non-responsabilité/1 2 +non-retour 18 +non-rétroactivité/1 2 +non-satisfaction/1 2 +non-sens 7 +non-spécialiste/1 10 +non-stop 105 +nonstop/1 13 +non-tissé/1 1 +non-usage/1 1 +non-valeur/1 2 +non-viabilité/1 2 +non-viable/1 4 +non-violence/1 2 +non-violente/3 6 +non-voyante/3 9 +noologique/1 4 +noosphère/1 2 +noosphérique/1 4 +nopal/1 1 +nope/1 2 +noper/4 5 +noquette/1 2 +noradrénaline/1 2 +nord 18 +nord-africaine/3 6 +nord-américaine/3 6 +nord-coréenne/3 6 +nord-est 18 +nordicité/1 2 +nordique/1 4 +nordir/55 92 +nordiste/1 10 +nord-ouest 18 +nord-vietnamienne/3 6 +noria/1 2 +norite/1 2 +normale/8 3 +normalement 8 +normalienne/3 6 +normalisable/1 4 +normalisation/1 2 +normalisatrice/3 6 +normalisée/3 3 +normaliser/4 11 +normalité/1 2 +normande/3 6 +normative/3 3 +normativisme/1 1 +normativité/1 2 +norme/1 2 +normée/3 3 +normographe/1 1 +norois 7 +noroit/1 1 +noroît/1 1 +norroise/3 6 +norvégienne/3 6 +nos 151 +noséane/1 2 +nosocomiale/8 3 +nosographie/1 2 +nosologie/1 2 +nosophobie/1 2 +nostalgie/1 2 +nostalgique/1 13 +nostalgiquement 8 +nostoc/1 1 +notabilité/1 2 +notable/1 4 +notable/1 1 +notablement 8 +notaire/1 10 +notairesse/1 2 +notamment 8 +notariale/8 3 +notariat/1 1 +notariée/3 3 +notation/1 2 +notatrice/3 9 +note/1 2 +notée/3 3 +noter/4 5 +notice/1 2 +notification/1 2 +notificative/3 3 +notifiée/3 3 +notifier/4 5 +notion/1 2 +notionnelle/3 3 +notoire/1 4 +notoirement 8 +notonecte/1 2 +notoriété/1 2 +notre 150 +nôtre/1 13 +notule/1 2 +nouage/1 1 +nouaison/1 2 +nouba/1 2 +noue/1 2 +nouée/3 3 +nouer/4 42 +noueuse/3 9 +noueuse/8 3 +nougat/1 1 +nougatine/1 2 +nouille/1 2 +noulet/1 1 +nouménale/8 3 +noumène/1 1 +nounou/1 2 +nounours 7 +nourrain/1 1 +nourrice/1 2 +nourricerie/1 2 +nourricière/3 6 +nourrie/3 3 +nourrir/29 100 +nourrissage/1 1 +nourrissante/3 3 +nourrisseur/1 1 +nourrisson/1 1 +nourriture/1 2 +nous 271 +nous-mêmes 78 +nouure/1 2 +nouveau/19 94 +nouveau-née/3 6 +nouveauté/1 2 +nouvel 133 +nouvelle/1 109 +nouvellement 8 +nouvelliste/1 10 +nov 7 +nova 47 +nova/1 2 +novæ 46 +novation/1 2 +novatoire/1 4 +novatrice/3 6 +novelette/1 2 +novélisation/1 2 +novembre/1 1 +nover/4 17 +novice/1 10 +noviciat/1 1 +novillada/1 2 +novlangue/1 2 +novocaïne/1 2 +noyade/1 2 +noyau/19 1 +noyautage/1 1 +noyautée/3 3 +noyauter/4 5 +noyauteuse/3 9 +noyée/3 3 +noyer/1 1 +noyer/4 11 +nu/1 1 +nuage/1 1 +nuageuse/8 3 +nuance/1 2 +nuancée/3 3 +nuancer/4 5 +nuancier/1 1 +nubienne/3 6 +nubile/1 4 +nubilité/1 2 +nucale/8 3 +nucelle/1 1 +nucléaire/1 4 +nucléarisation/1 2 +nucléariser/4 5 +nucléariste/1 13 +nucléarité/1 2 +nucléase/1 2 +nucléation/1 2 +nucléée/3 3 +nucléer/4 5 +nucléide/1 1 +nucléine/1 2 +nucléique/1 4 +nucléofuge/1 4 +nucléoïde/1 1 +nucléole/1 1 +nucléolyse/1 2 +nucléon/1 1 +nucléonique/1 4 +nucléophile/1 4 +nucléophile/1 1 +nucléoprotéine/1 2 +nucléoside/1 1 +nucléosynthèse/1 2 +nucléotide/1 1 +nucléotidique/1 4 +nucleus 7 +nucléus 7 +nudisme/1 1 +nudiste/1 13 +nudité/1 2 +nue/3 3 +nue/1 2 +nuée/3 3 +nuée/1 2 +nue-propriétaire 47 +nue-propriété 47 +nuer/4 5 +nues-propriétaires 46 +nues-propriétés 46 +nugget/1 1 +nuire/114 153 +nuisance/1 2 +nuisette/1 2 +nuisibilité/1 2 +nuisible/1 4 +nuisible/1 1 +nuisiblement 8 +nuit/1 2 +nuitamment 8 +nuitarde/3 9 +nuitée/1 2 +nul 159 +nullarde/3 6 +nulle/3 190 +nulle/3 6 +nullement 8 +nullipare/1 4 +nullipare/1 2 +nullissime/1 4 +nullité/1 2 +nument 8 +nûment 8 +numéraire/1 4 +numéraire/1 1 +numéral/19 1 +numérale/8 3 +numérateur/1 1 +numération/1 2 +numérique/1 4 +numériquement 8 +numérisation/1 2 +numérisée/3 3 +numériser/4 5 +numériseur/1 1 +numéro/1 1 +numérologie/1 2 +numérologue/1 10 +numérotage/1 1 +numérotation/1 2 +numérotée/3 3 +numéroter/4 11 +numéroteur/1 1 +numerus 7 +numérus 7 +numide/1 13 +numismate/1 10 +numismatique/1 4 +numismatique/1 2 +nummulaire/1 4 +nummulaire/1 2 +nummulite/1 2 +nummulitique/1 4 +nunatak/1 1 +nunchaku/1 1 +nuncupation/1 2 +nuncupative/3 3 +nunuche/1 4 +nunuche/1 2 +nuoc-mâm 7 +nuocmam/1 1 +nu-pieds 7 +n-uple/1 1 +n-uplet/1 1 +nu-propriétaire 18 +nuptiale/8 3 +nuptialité/1 2 +nuque/1 2 +nuraghe/51 1 +nuraghe/1 1 +nuraghé/1 1 +nursage/1 1 +nurse/1 2 +nurserie/1 2 +nursery/41 2 +nursery/1 2 +nursing/1 1 +nus-propriétaires 20 +nutation/1 2 +nuton/1 1 +nutriment/1 1 +nutrition/1 2 +nutritionnelle/3 3 +nutritionniste/1 10 +nutritive/3 3 +nyctaginacée/1 2 +nyctalope/1 10 +nyctalopie/1 2 +nycthémérale/8 3 +nycthémère/1 1 +nycturie/1 2 +nylon/1 1 +nymphale/8 3 +nymphalidé/1 1 +nymphe/1 2 +nymphéa/1 1 +nymphéacée/1 2 +nymphée/1 1 +nymphette/1 2 +nympho/1 109 +nymphomane/1 2 +nymphomanie/1 2 +nymphose/1 2 +nystagmus 7 +ô 70 +o 7 +o/38 7 +oaristys/7 57 +oasienne/5 6 +oasis/7 57 +obduction/2 2 +obédience/2 2 +obédiencier/2 1 +obédientielle/5 3 +obéie/5 3 +obéir/251 169 +obéissance/2 2 +obéissante/5 3 +obel/2 1 +obèle/2 1 +obélie/2 2 +obélisque/2 1 +obérée/5 3 +obérer/65 11 +obèse/2 13 +obésité/2 2 +obi/2 10 +obier/2 1 +obit/2 1 +obituaire/2 4 +obituaire/2 1 +objectale/22 3 +objectée/5 3 +objecter/11 5 +objecteur/2 1 +objectif/2 1 +objection/2 2 +objectivable/2 4 +objectivation/2 2 +objective/5 3 +objectivée/5 3 +objectivement/9 8 +objectiver/15 11 +objectivisme/2 1 +objectiviste/2 13 +objectivité/2 2 +objet/2 1 +objurgation/2 2 +objurguer/42 14 +oblate/5 9 +oblation/2 2 +oblative/5 3 +oblativité/2 2 +oblicité/2 2 +obligataire/2 13 +obligation/2 2 +obligatoire/2 4 +obligatoirement/9 8 +obligeamment/9 8 +obligeance/2 2 +obligeante/5 6 +obligée/5 6 +obliger/15 11 +oblique/2 4 +obliquement/9 8 +obliquer/42 14 +obliquité/2 2 +oblitération/2 2 +oblitératrice/5 3 +oblitérée/5 3 +oblitérer/60 5 +oblongue/5 3 +obnubilation/2 2 +obnubilée/5 3 +obnubiler/11 5 +obole/2 2 +obombrée/5 3 +obombrer/11 5 +obscène/2 4 +obscènement/9 8 +obscénité/2 2 +obscurantisme/2 1 +obscurantiste/2 13 +obscuration/2 2 +obscurcie/5 3 +obscurcir/43 83 +obscurcissement/2 1 +obscure/5 6 +obscurément/9 8 +obscurité/2 2 +obsécration/2 2 +obsédante/5 3 +obsédée/5 6 +obséder/60 5 +obsèques/9 46 +obséquieuse/22 6 +obséquieusement/9 8 +obséquiosité/2 2 +observabilité/2 2 +observable/2 4 +observance/2 2 +observante/5 6 +observation/2 2 +observationnelle/5 3 +observatoire/2 1 +observatrice/5 6 +observée/5 3 +observer/15 11 +obsession/2 2 +obsessionnelle/5 3 +obsessionnellement/9 8 +obsessive/5 3 +obsessivement/9 8 +obsidienne/2 2 +obsidionale/22 3 +obsolescence/2 2 +obsolescente/5 3 +obsolète/2 4 +obstacle/2 1 +obstétricale/22 3 +obstétricienne/5 9 +obstétrique/2 4 +obstétrique/2 2 +obstination/2 2 +obstinée/5 6 +obstinément/9 8 +obstiner/48 55 +obstruction/2 2 +obstructionnisme/2 1 +obstructionniste/2 13 +obstructive/5 3 +obstruée/5 3 +obstruer/15 11 +obtempérer/130 123 +obtenable/2 4 +obtenir/162 79 +obtention/2 2 +obtentrice/5 9 +obtenue/5 3 +obturation/2 2 +obturatrice/5 6 +obturée/5 3 +obturer/11 5 +obtusangle/2 4 +obtuse/5 3 +obus/7 7 +obusier/2 1 +obvenir/68 91 +obvers/7 7 +obviation/2 2 +obvier/111 124 +oc/76 1 +ocarina/2 1 +occase/2 2 +occasion/2 2 +occasionalisme/2 1 +occasionaliste/2 13 +occasionnalisme/2 1 +occasionnaliste/2 13 +occasionnée/5 3 +occasionnelle/5 3 +occasionnellement/9 8 +occasionner/11 5 +occident/2 1 +occidentale/22 6 +occidentalisation/2 2 +occidentalisée/5 3 +occidentaliser/15 11 +occidentalisme/2 1 +occidentaliste/2 13 +occipitale/22 3 +occiput/2 1 +occire/178 82 +occise/5 6 +occision/2 2 +occitane/5 6 +occitanienne/5 3 +occitanisme/2 1 +occitaniste/2 13 +occlure/188 82 +occlusale/22 3 +occluse/5 3 +occlusion/2 2 +occlusive/5 3 +occultation/2 2 +occulte/2 4 +occulte/2 1 +occultée/5 3 +occultement/9 8 +occulter/11 5 +occulteur/2 1 +occultisme/2 1 +occultiste/2 10 +occupante/5 6 +occupation/2 2 +occupée/5 3 +occuper/15 11 +occurrence/2 2 +occurrente/5 3 +océan/2 1 +océanaute/2 10 +océane/2 108 +océanide/2 2 +océanienne/5 6 +océanique/2 4 +océaniste/2 10 +océanographe/2 10 +océanographie/2 2 +océanographique/2 4 +océanologie/2 2 +océanologique/2 4 +océanologue/2 10 +ocelle/2 1 +ocellée/5 3 +ocelot/2 1 +ochlocratie/2 2 +ocre/7 45 +ocre/2 10 +ocrée/5 3 +ocrer/11 5 +ocreuse/22 3 +oct 7 +octa/2 1 +octaèdre/2 1 +octaédrique/2 4 +octale/22 3 +octalogie/2 2 +octane/2 1 +octant/2 1 +octante/7 49 +octante-cinq/7 49 +octante-deux/7 49 +octante-et-un/7 49 +octante-huit/7 49 +octante-neuf/7 49 +octante-quatre/7 49 +octante-sept/7 49 +octante-six/7 49 +octante-trois/7 49 +octantième/2 13 +octave/2 2 +octaviée/5 3 +octavier/11 17 +octavin/2 1 +octavo/9 8 +octet/2 1 +octidi/2 1 +octillion/2 1 +octobre/2 1 +octocoralliaire/2 1 +octogénaire/2 13 +octogonale/22 3 +octogone/2 1 +octonion/2 1 +octopode/2 4 +octopode/2 1 +octostyle/2 4 +octosyllabe/2 4 +octosyllabe/2 1 +octosyllabique/2 4 +octroi/2 1 +octroyée/5 3 +octroyer/15 11 +octuor/2 1 +octuple/2 4 +octuple/2 1 +octuplée/5 3 +octupler/11 5 +oculaire/2 4 +oculaire/2 1 +oculariste/2 10 +oculiste/2 10 +oculogyre/2 4 +oculométrie/2 2 +oculomotrice/5 3 +oculus/83 1 +oculus/7 7 +ocytocine/2 2 +odalisque/2 2 +ode/2 2 +odelette/2 2 +odéon/2 1 +odeur/2 2 +odieuse/22 3 +odieusement/9 8 +odomètre/2 1 +odométrie/2 2 +odonate/2 1 +odontalgie/2 2 +odontalgique/2 4 +odontocète/2 1 +odontoïde/2 13 +odontologie/2 2 +odontologiste/2 10 +odontologue/2 10 +odontostomatologie/2 2 +odonyme/2 1 +odonymie/2 2 +odorante/5 3 +odorat/2 1 +odoriférante/5 3 +odyssée/2 2 +œ 7 +œconomicus 130 +œcuménicité/2 2 +œcuménique/2 4 +œcuménisme/2 1 +œdémateuse/22 3 +œdème/2 1 +œdicnème/2 1 +œdipe/2 1 +œdipienne/5 3 +œil/2 1 +œil-de-bœuf/7 18 +œil-de-chat/7 18 +œil-de-perdrix/7 18 +œil-de-pie/7 18 +œillade/2 2 +œillard/2 1 +œiller/11 5 +œillère/2 2 +œillet/2 1 +œilleton/2 1 +œilletonnage/2 1 +œilletonnée/5 3 +œilletonner/11 5 +œillette/2 2 +œils-de-bœuf/9 20 +œils-de-chat/9 20 +œils-de-perdrix/9 20 +œils-de-pie/9 20 +œkoumène/2 1 +œnanthe/2 2 +œnanthique/2 4 +œnilisme/2 1 +œnolique/2 4 +œnolisme/2 1 +œnologie/2 2 +œnologique/2 4 +œnologue/2 10 +œnomètre/2 1 +œnométrie/2 2 +œnométrique/2 4 +œnotechnie/2 2 +œnotechnique/2 4 +œnothèque/2 2 +œnothera/2 1 +œnothéra/2 1 +œnothéracée/2 2 +œnothère/2 1 +œrsted/2 1 +œrstite/2 2 +œsophage/2 1 +œsophagectomie/2 2 +œsophagienne/5 3 +œsophagique/2 4 +œsophagisme/2 1 +œsophagite/2 2 +œsophagomalacie/2 2 +œsophagoplastie/2 2 +œsophagoscope/2 1 +œsophagoscopie/2 2 +œsophagostomie/2 2 +œsophagotomie/2 2 +œstradiène/2 1 +œstradiol/2 1 +œstrale/22 3 +œstre/2 1 +œstriol/2 1 +œstrogène/2 4 +œstrogène/2 1 +œstrogénique/2 4 +œstrogénothérapie/2 2 +œstromane/2 13 +œstromanie/2 2 +œstrone/2 2 +œstroprogestative/5 3 +œstrus/7 7 +œuf/2 1 +œufrier/2 1 +œuvée/5 3 +œuvre/2 2 +œuvrer/42 14 +œuvrette/2 2 +off 8 +off/7 45 +off/2 4 +offensante/5 3 +offense/2 2 +offensée/5 6 +offenser/15 11 +offenseur/2 1 +offensive/5 6 +offensivement/9 8 +offerte/5 3 +offerte/2 2 +offertoire/2 1 +office/2 10 +official/49 1 +officialisation/2 2 +officialisée/5 3 +officialiser/11 5 +officialité/2 2 +officiante/5 6 +officielle/5 6 +officiellement/9 8 +officier/42 14 +officière/5 9 +officieuse/22 3 +officieusement/9 8 +officinale/22 3 +officine/2 2 +offrande/2 2 +offrante/5 3 +offre/2 2 +offreuse/5 9 +offrir/81 79 +offset/7 105 +offset/2 13 +offsettiste/2 10 +offshore/7 45 +off-shore/7 45 +off-shore/7 7 +offshore/2 4 +offshore/2 1 +offuscation/2 2 +offusquée/5 3 +offusquer/15 11 +oflag/2 1 +ogham/2 1 +oghamique/2 4 +ogivale/22 3 +ogive/2 2 +ognon/2 1 +ognonade/2 2 +ognonière/2 2 +ogonek/2 1 +ogresse/5 9 +oh 70 +ohé 70 +ohm/61 1 +ohmique/2 4 +ohmmètre/2 1 +ohnisme/2 1 +oïdium/2 1 +oie/2 2 +oignon/2 1 +oignonade/2 2 +oignonière/2 2 +oïl/76 18 +oille/2 2 +oindre/67 79 +oing/2 1 +oint/2 1 +ointe/5 3 +oiseau/49 1 +oiseau-lyre/7 18 +oiseau-mouche/7 18 +oiseau-trompette/7 1 +oiseaux-lyres/9 20 +oiseaux-mouches/9 20 +oiseaux-trompettes 20 +oiselée/5 3 +oiseler/71 17 +oiselet/2 1 +oiseleuse/5 9 +oiselière/5 9 +oiselle/2 2 +oisellerie/2 2 +oiseuse/22 3 +oiseusement/9 8 +oisillon/2 1 +oisive/5 6 +oisivement/9 8 +oisiveté/2 2 +oison/2 1 +okapi/2 1 +okoumé/2 1 +olé 70 +oléacée/2 4 +oléacée/2 2 +oléagineuse/22 3 +oléate/2 1 +olécrane/2 1 +olécranienne/3 3 +oléfiante/5 3 +oléfine/2 2 +oléicole/2 4 +oléicultrice/5 9 +oléiculture/2 2 +oléifère/2 4 +oléiforme/2 4 +oléine/2 2 +oléique/2 4 +oléoduc/2 1 +oléolat/2 1 +oléomètre/2 1 +oléopneumatique/2 4 +oléo-pneumatique/2 4 +oléoprotéagineuse/22 3 +oléoprotéagineux/7 7 +oléum/2 1 +olfaction/2 2 +olfactive/5 3 +olibrius/7 7 +olifant/2 1 +oligarchie/2 2 +oligarchique/2 4 +oligarque/2 10 +oligiste/2 4 +oligiste/2 1 +oligocène/2 4 +oligochète/2 1 +oligodendrocyte/2 1 +oligodendrogliome/2 1 +oligoélément/2 1 +oligo-élément/2 1 +oligomère/2 1 +oligomérisation/1 2 +oligophrénie/2 2 +oligopole/2 1 +oligopolistique/2 4 +oligosaccaride/2 1 +oligosaccharide/2 1 +oligoside/2 1 +oligurie/2 2 +olim/7 7 +olim/2 1 +oliphant/2 1 +olivaie/2 2 +olivaison/2 2 +olivâtre/2 4 +olive/7 45 +olive/2 2 +oliveraie/2 2 +olivétain/2 1 +olivette/2 2 +olivier/2 1 +olivine/2 2 +ollaire/2 4 +olla-podrida/7 47 +ollas-podridas/9 256 +ollé 70 +olmèque/2 13 +olographe/2 4 +olympe/2 1 +olympiade/2 2 +olympienne/5 3 +olympique/2 4 +olympisme/2 1 +omanaise/5 6 +ombelle/2 2 +ombellée/5 3 +ombellifère/2 4 +ombellifère/2 2 +ombelliforme/2 4 +ombellule/2 2 +ombilic/2 1 +ombilicale/22 3 +ombiliquée/5 3 +omble/2 1 +ombrage/2 1 +ombragée/5 3 +ombrager/11 5 +ombrageuse/22 3 +ombrageusement/9 8 +ombre/2 10 +ombrée/5 6 +ombrelle/2 2 +ombrer/11 5 +ombrette/2 2 +ombreuse/22 3 +ombrienne/5 6 +ombrine/2 2 +ombrophile/1 4 +ombudsman/135 1 +ombudsman/2 1 +oméga/7 7 +oméga/2 1 +omelette/2 2 +omerta/2 2 +omettre/73 82 +omicron/7 7 +omicron/2 1 +omise/5 3 +omission/2 2 +ommatidie/2 2 +omnibus/7 7 +omnicolore/2 4 +omnidirectionnalité/2 2 +omnidirectionnelle/5 3 +omnipotence/2 2 +omnipotente/5 3 +omnipraticienne/5 6 +omniprésence/2 2 +omniprésente/5 3 +omniscience/2 2 +omnisciente/5 6 +omnisports/76 45 +omnium/2 1 +omnivore/2 13 +omoplate/2 2 +omphalos/7 7 +on/133 274 +onagracée/2 2 +onagrariée/2 2 +onagre/2 10 +onanisme/2 1 +once/2 2 +onchocercose/2 2 +onciale/22 3 +oncle/2 1 +oncogène/2 4 +oncogène/2 1 +oncologie/2 2 +oncologiste/2 10 +oncologue/2 10 +oncotique/2 4 +oncques 8 +onction/2 2 +onctueuse/22 3 +onctueusement/9 8 +onctuosité/2 2 +ondatra/2 1 +onde/2 2 +ondée/5 6 +ondelette/2 2 +ondemètre/2 1 +ondine/5 9 +ondinisme/2 1 +on-dit 7 +ondoiement/2 1 +ondoyante/5 3 +ondoyée/5 3 +ondoyer/11 17 +ondulante/5 3 +ondulation/2 2 +ondulatoire/2 4 +ondulée/5 3 +onduler/11 17 +onduleur/2 1 +onduleuse/22 3 +onduleusement/9 8 +one-man-show 7 +onéreuse/22 3 +onéreusement/9 8 +onestep/1 1 +one-step/1 1 +one-woman-show 7 +ongle/2 1 +onglée/5 6 +onglet/2 1 +onglette/2 2 +onglier/2 1 +onglon/2 1 +onguent/2 1 +onguiculée/5 3 +onguiforme/2 4 +ongulé/2 1 +ongulée/5 3 +onguligrade/2 4 +onirique/2 4 +onirisme/2 1 +onirologie/2 2 +onirologue/2 10 +oniromancie/2 2 +oniromancienne/5 9 +onkotique/2 4 +onomasiologie/2 2 +onomastique/2 4 +onomastique/2 2 +onomatopée/2 2 +onomatopéique/2 4 +onques 8 +ontogenèse/2 2 +ontogénie/2 2 +ontogénique/2 4 +ontologie/2 2 +ontologique/2 4 +ontologiquement/9 8 +ontologisme/2 1 +onusienne/5 6 +onychomycose/2 2 +onychophagie/2 2 +onychophore/2 1 +onyx/7 7 +onyxis/7 7 +onzain/2 1 +onze/7 49 +onzième/2 13 +onzièmement/9 8 +oocyte/2 1 +oogamie/2 2 +oogone/2 2 +oolite/2 2 +oolithe/2 2 +oolithique/2 4 +oolitique/2 4 +oosphère/2 2 +oospore/2 2 +oothèque/2 2 +op +opacifiante/5 3 +opacification/2 2 +opacifiée/5 3 +opacifier/15 11 +opacimétrie/2 2 +opacité/2 2 +opale/2 2 +opalescence/2 2 +opalescente/5 3 +opaline/5 3 +opaline/2 2 +opalisation/2 2 +opalisée/5 3 +opaliser/11 5 +opaque/2 4 +opaquement/9 8 +ope/2 1 +opéable/2 4 +open/7 45 +open/7 7 +open/2 4 +open/2 1 +opéra/2 1 +opérabilité/2 2 +opérable/2 4 +opéra-bouffe/7 18 +opéra-comique/7 18 +opérande/2 1 +operandi 130 +opérandi 130 +opérante/5 3 +opéras-bouffes/9 20 +opéras-comiques/9 20 +opération/2 2 +opérationnaliser/11 5 +opérationnelle/5 3 +opérationnellement/9 8 +opérative/5 3 +opératoire/2 4 +opératrice/5 9 +operculaire/2 4 +opercule/2 1 +operculée/5 3 +opérée/5 6 +opérer/65 42 +opérette/2 2 +opéron/2 1 +ophicléide/2 1 +ophidien/2 1 +ophidienne/5 3 +ophioglosse/2 1 +ophiographie/2 2 +ophiolâtrie/2 2 +ophiologie/2 2 +ophite/2 1 +ophiure/2 2 +ophrys/7 7 +ophtalmie/2 2 +ophtalmique/2 4 +ophtalmo/2 10 +ophtalmologie/2 2 +ophtalmologique/2 4 +ophtalmologiste/2 10 +ophtalmologue/2 10 +ophtalmomètre/2 1 +ophtalmométrie/2 2 +ophtalmoscope/2 1 +ophtalmoscopie/2 2 +opiacé/2 1 +opiacée/5 3 +opiacer/11 5 +opiat/2 1 +opime/2 4 +opinel/2 1 +opiner/42 14 +opiniâtre/2 4 +opiniâtrement/9 8 +opiniâtrer/48 55 +opiniâtreté/2 2 +opinion/2 2 +opioïde/2 4 +opioïde/2 1 +opiomane/2 10 +opiomanie/2 2 +opisthobranche/2 4 +opisthobranche/2 1 +opisthodome/2 1 +opisthographe/2 4 +opisthographe/2 1 +opium/2 1 +opodeldoch/2 1 +oponce/2 1 +opopanax/7 7 +opoponax/7 7 +opossum/2 1 +opothérapie/2 2 +oppidum/83 1 +oppidum/2 1 +opportune/5 3 +opportunément/9 8 +opportunisme/2 1 +opportuniste/2 13 +opportunité/2 2 +opposabilité/2 2 +opposable/2 4 +opposante/5 6 +opposée/5 6 +opposer/15 11 +opposite/2 4 +opposite/2 1 +opposition/2 2 +oppositionnelle/5 6 +oppositive/5 3 +oppressante/5 3 +oppressée/5 3 +oppresser/11 5 +oppresseur/2 1 +oppression/2 2 +oppressive/5 3 +opprimante/5 3 +opprimée/5 6 +opprimer/11 5 +opprobre/2 1 +opsine/2 2 +opsonisation/2 2 +optative/5 3 +opter/42 14 +opticienne/5 9 +optimale/22 3 +optimalisation/2 2 +optimalisée/5 3 +optimaliser/11 5 +optimalité/2 2 +optimisation/2 2 +optimisée/5 3 +optimiser/11 5 +optimiseur/2 1 +optimisme/2 1 +optimiste/2 13 +optimum/83 4 +optimum/83 1 +optimum/2 4 +optimum/2 1 +option/2 2 +optionnelle/5 3 +optionnellement/9 8 +optique/2 4 +optique/2 2 +optiquement/9 8 +optocoupleur/2 1 +optoélectronique/2 4 +opto-électronique/2 4 +optoélectronique/2 2 +opto-électronique/2 2 +optomètre/2 1 +optométrie/2 2 +optométriste/2 10 +optronique/2 4 +optronique/2 2 +opulence/2 2 +opulente/5 6 +opuntia/2 1 +opus/7 7 +opuscule/2 1 +or 161 +or/2 1 +oracle/2 1 +oraculaire/2 4 +orage/2 1 +orageuse/22 3 +orageusement/9 8 +oraison/2 2 +oral/49 1 +orale/22 3 +oralement/9 8 +oralisation/2 2 +oraliser/11 5 +oralité/2 2 +orange/7 45 +orange/2 10 +orangeade/2 2 +orangée/5 3 +oranger/2 1 +oranger/11 5 +orangeraie/2 2 +orangerie/2 2 +orangiste/2 13 +orang-outan/7 18 +orang-outang/7 18 +orangs-outangs/9 20 +orangs-outans/9 20 +orante/5 3 +oratoire/2 4 +oratoire/2 1 +oratorienne/5 6 +oratorio/2 1 +oratrice/5 9 +orbe/2 1 +orbi 87 +orbicole/2 4 +orbiculaire/2 4 +orbitaire/2 4 +orbitale/2 2 +orbitale/22 3 +orbitalement/9 8 +orbite/2 2 +orbiter/42 14 +orbiteur/2 1 +orbitographie/2 2 +orbiton/2 1 +orcanette/2 2 +orchestie/2 2 +orchestique/2 4 +orchestrale/22 3 +orchestration/2 2 +orchestratrice/5 9 +orchestre/2 1 +orchestrée/5 3 +orchestrer/11 5 +orchidacée/2 4 +orchidacée/2 2 +orchidée/2 2 +orchis/7 7 +orchite/2 2 +ordalie/2 2 +ordalique/2 4 +ordinaire/2 13 +ordinairement/9 8 +ordinale/22 3 +ordinand/2 1 +ordinant/2 1 +ordinariat/2 1 +ordinateur/2 1 +ordination/2 2 +ordinatrice/5 6 +ordinogramme/2 1 +ordiphone/2 1 +ordo/7 7 +ordo/2 1 +ordolibéralisme/2 1 +ordo-libéralisme/2 1 +ordonnable/2 4 +ordonnance/2 10 +ordonnancée/5 3 +ordonnancement/2 1 +ordonnancer/11 5 +ordonnanceur/2 1 +ordonnancière/5 9 +ordonnatrice/5 6 +ordonnée/5 3 +ordonnée/2 2 +ordonner/15 42 +ordre/2 1 +ordure/2 2 +ordurière/5 3 +oréade/2 2 +orée/2 2 +oreillarde/5 6 +oreille/2 2 +oreiller/2 1 +oreillette/2 2 +oreillon/2 1 +orémus/7 7 +ores/76 8 +orfèvre/2 10 +orfévrée/5 3 +orfèvrerie/2 2 +orfraie/2 2 +orfroi/2 1 +organdi/2 1 +organe/2 1 +organeau/49 1 +organicienne/5 6 +organicisme/2 1 +organigramme/2 1 +organique/2 4 +organiquement/9 8 +organisable/2 4 +organisation/2 2 +organisationnelle/5 3 +organisatrice/5 9 +organisée/5 3 +organiser/15 11 +organiseur/2 1 +organisme/2 1 +organiste/2 10 +organite/2 1 +organoleptique/2 4 +organologie/2 2 +organomagnésien/2 1 +organomagnésienne/5 3 +organométallique/2 4 +organométallique/2 1 +organostannique/1 4 +organothérapie/2 2 +organsin/2 1 +organsinage/2 1 +organsinée/5 3 +organsiner/11 5 +orgasme/2 1 +orgasmique/2 4 +orgastique/2 4 +orge/2 10 +orgeat/2 1 +orgelet/2 1 +orgiaque/2 4 +orgiastique/2 4 +orgie/2 2 +orgue/2 1 +orgueil/2 1 +orgueilleuse/22 6 +orgueilleusement/9 8 +orgues/9 46 +oribus/7 7 +orichalque/2 1 +oriel/2 1 +orient/2 1 +orientable/2 4 +orientale/22 6 +orientalisée/5 3 +orientaliser/15 11 +orientalisme/2 1 +orientaliste/2 10 +orientation/2 2 +orientatrice/5 9 +orientée/5 3 +orientement/2 1 +orienter/15 11 +orienteuse/5 9 +orifice/2 1 +oriflamme/2 2 +origami/2 1 +origan/2 1 +origénisme/2 1 +origéniste/2 13 +originaire/2 4 +originairement/9 8 +originale/22 6 +originalement/9 8 +originalité/2 2 +origine/2 2 +originelle/5 3 +originellement/9 8 +originer/15 11 +orignal/49 1 +orillon/2 1 +orin/2 1 +oringuer/11 5 +oriole/2 1 +oripeau/49 1 +orle/2 1 +orléanisme/2 1 +orléaniste/2 13 +ormaie/2 2 +orme/2 1 +ormeau/49 1 +ormille/2 2 +ormoie/2 2 +ornaise/3 6 +ornée/5 3 +ornemaniste/2 10 +ornement/2 1 +ornementale/22 3 +ornementation/2 2 +ornementée/5 3 +ornementer/11 5 +orner/15 11 +ornière/2 2 +ornithischien/2 1 +ornithogale/2 1 +ornithologie/2 2 +ornithologique/2 4 +ornithologiste/2 10 +ornithologue/2 10 +ornithomancie/2 2 +ornithophile/2 13 +ornithophilie/2 2 +ornithorynque/2 1 +ornithose/2 2 +orobanche/2 2 +orobe/2 1 +orogène/2 1 +orogenèse/2 2 +orogénie/2 2 +orogénique/2 4 +orographie/2 2 +orographique/2 4 +oronge/2 2 +oronymie/2 2 +oropharynx/7 7 +orpaillage/2 1 +orpailleuse/5 9 +orphelinat/2 1 +orpheline/5 6 +orphéon/2 1 +orphéoniste/2 10 +orphie/2 2 +orphique/2 4 +orphisme/2 1 +orpiment/2 1 +orpin/2 1 +orque/2 2 +orseille/2 2 +orteil/2 1 +orthèse/2 2 +orthésiste/2 10 +orthocentre/2 1 +orthochromatique/2 4 +orthodontie/2 2 +orthodontiste/2 10 +orthodoxe/2 13 +orthodoxie/2 2 +orthodromie/2 2 +orthodromique/2 4 +orthoépie/2 2 +orthoépique/2 4 +orthogenèse/2 2 +orthogénie/2 2 +orthogénisme/2 1 +orthogonale/22 3 +orthogonalement/9 8 +orthogonalisation/2 2 +orthogonalité/2 2 +orthographe/2 2 +orthographie/2 2 +orthographiée/5 3 +orthographier/15 42 +orthographique/2 4 +orthographiquement/9 8 +orthométrique/2 4 +orthonormale/22 3 +orthonormalisation/2 2 +orthonormée/5 3 +orthopédagogie/2 2 +orthopédagogique/2 4 +orthopédagogue/2 10 +orthopédie/2 2 +orthopédique/2 4 +orthopédiste/2 10 +orthophonie/2 2 +orthophoniste/2 10 +orthophosphate/2 1 +orthophosphorique/2 4 +orthopnée/2 2 +orthoprothésiste/2 10 +orthoptère/2 4 +orthoptère/2 1 +orthoptie/2 2 +orthoptique/2 4 +orthoptiste/2 10 +orthopyroxène/2 1 +orthorhombique/2 4 +orthoscopie/2 2 +orthoscopique/2 4 +orthose/2 2 +orthostatique/2 4 +orthostatisme/2 1 +orthosympathique/2 4 +orthotrope/2 4 +orthotropie/2 2 +orthotropisme/2 1 +orthotypographie/2 2 +orthotypographique/2 4 +ortie/2 2 +ortolan/2 1 +orvale/2 2 +orvet/2 1 +orviétan/2 1 +orwellienne/5 3 +oryctérope/2 1 +oryx/7 7 +os/7 7 +oscabrion/2 1 +oscar/2 1 +oscariser/11 5 +osciètre/2 1 +oscillante/5 3 +oscillation/2 2 +oscillatoire/2 4 +oscillatrice/5 9 +osciller/42 14 +oscillobattante/5 3 +oscillo-battante/5 3 +oscillocoulissante/5 3 +oscillo-coulissante/5 3 +oscillogramme/2 1 +oscillographe/2 1 +oscillomètre/2 1 +oscilloscope/2 1 +osculateur/2 1 +osculation/2 2 +osculatrice/5 3 +oscule/2 1 +ose/2 1 +osée/5 3 +oseille/2 2 +oser/11 5 +oseraie/2 2 +oside/2 1 +osier/2 1 +osiériculture/2 2 +osmique/2 4 +osmium/2 1 +osmomètre/2 1 +osmonde/2 2 +osmose/2 2 +osmotique/2 4 +osque/2 13 +ossature/2 2 +osséine/2 2 +osselet/2 1 +ossement/2 1 +ossète/2 13 +osseuse/22 3 +ossianique/2 4 +ossification/2 2 +ossifiée/5 3 +ossifier/15 11 +osso-buco/7 7 +ossobuco/2 1 +ossuaire/2 1 +ossue/5 3 +ost/2 1 +ostéalgie/2 2 +ostéichtyen/2 1 +ostéite/2 2 +ostensible/2 4 +ostensiblement/9 8 +ostension/2 2 +ostensoir/2 1 +ostentation/2 2 +ostentatoire/2 4 +ostentatoirement/9 8 +ostentatrice/5 3 +ostéoblaste/2 1 +ostéoblastome/2 1 +ostéochondrite/2 2 +ostéoclasie/2 2 +ostéoclaste/2 1 +ostéocyte/2 1 +ostéodensitométrie/2 2 +ostéogenèse/2 2 +ostéogénie/2 2 +ostéologie/2 2 +ostéologique/2 4 +ostéomalacie/2 2 +ostéomyélite/2 2 +ostéonécrose/2 2 +ostéopathe/2 10 +ostéopathie/2 2 +ostéopathique/2 4 +ostéopénie/2 2 +ostéophyte/2 1 +ostéophytose/2 2 +ostéoplastie/2 2 +ostéoporose/2 2 +ostéoporotique/2 4 +ostéosarcome/2 1 +ostéosclérose/2 2 +ostéose/2 2 +ostéosynthèse/2 2 +ostéotomie/2 2 +ostiak/2 1 +ostiole/2 10 +ostracisation/2 2 +ostracisée/5 3 +ostraciser/11 5 +ostracisme/2 1 +ostracon/2 1 +ostréicole/2 4 +ostréicultrice/5 9 +ostréiculture/2 2 +ostréidé/2 1 +ostrogote/5 6 +ostrogothe/5 6 +ostrogothique/2 4 +ostrogotique/2 4 +otage/2 13 +otalgie/2 2 +otarie/2 2 +ôtée/5 3 +ôter/15 11 +otique/2 4 +otite/2 2 +otocyon/2 1 +otocyste/2 1 +otolite/2 10 +otolithe/2 10 +otolithique/2 4 +otolitique/2 4 +otologie/2 2 +otorhino/2 10 +oto-rhino/2 10 +otorhinolaryngologie/2 2 +oto-rhino-laryngologie/2 2 +otorhinolaryngologiste/2 10 +oto-rhino-laryngologiste/2 10 +otorragie/2 2 +otorrhée/2 2 +otoscope/2 1 +otoscopie/2 2 +ottomane/5 6 +ottonienne/5 3 +ou 299 +où/267 78 +ouabaïne/2 2 +ouadi/9 20 +ouah 70 +ouaille/2 2 +ouais 78 +ouananiche/2 2 +ouaouaron/2 1 +ouate/2 2 +ouatée/5 3 +ouater/11 5 +ouateuse/22 3 +ouatinée/5 3 +ouatiner/11 5 +oubli/2 1 +oubliable/2 4 +oublie/2 2 +oubliée/5 6 +oublier/15 42 +oubliette/2 2 +oublieuse/22 6 +ouche/2 2 +oud/2 1 +oued/2 1 +ouest/7 18 +ouest-allemande/5 6 +ouf 70 +oufti 70 +ougandaise/5 6 +ougrienne/5 6 +oui 78 +oui 7 +ouï-dire 7 +ouïe/5 3 +ouïe/2 2 +ouïghour/2 10 +ouïgour/2 10 +ouille 70 +ouiller/11 17 +ouillère/2 2 +ouillière/2 2 +ouïr/231 82 +ouistiti/1 1 +oukase/2 1 +ouléma/2 1 +oulipienne/5 6 +oumma/2 2 +oups 70 +ouragan/2 1 +ouralienne/5 6 +ouralo-altaïque/2 4 +ourder 55 +ourdir/43 83 +ourdissage/2 1 +ourdisserie/2 2 +ourdisseuse/5 9 +ourdissoir/2 1 +ourdou/2 1 +ourdoue/5 3 +ourlée/5 3 +ourler/11 5 +ourlet/2 1 +ourleuse/5 9 +ourlienne/5 3 +ourse/5 9 +oursin/2 1 +oursonne/5 9 +oust 70 +ouste 70 +out/9 8 +out/7 45 +out/2 4 +outarde/2 2 +outardeau/49 1 +outil/2 1 +outillage/2 1 +outillée/5 3 +outiller/15 11 +outilleuse/5 9 +outlaw/2 10 +output/2 1 +outrage/2 1 +outrageante/5 3 +outragée/5 6 +outrager/11 5 +outrageuse/22 3 +outrageusement/9 8 +outrance/2 2 +outrancière/5 3 +outrancièrement/9 8 +outre 8 +outre/79 99 +outre/2 2 +outre-Atlantique/9 8 +outre-Manche/9 8 +outre-Quiévrain/9 8 +outre-Rhin/9 8 +outrecuidance/2 2 +outrecuidante/5 3 +outrée/5 3 +outre-mer/9 8 +outre-mer/34 18 +outremer/7 45 +outremer/2 1 +outrepassée/5 3 +outrepasser/11 5 +outrer/11 5 +outre-tombe/7 18 +outsider/2 10 +outsideuse/5 9 +ouverte/5 3 +ouvertement/9 8 +ouverture/2 2 +ouvrabilité/2 2 +ouvrable/2 4 +ouvrage/2 1 +ouvragée/5 3 +ouvrager/11 5 +ouvraison/2 2 +ouvrante/5 3 +ouvreau/49 1 +ouvre-boite/2 1 +ouvre-boîte/2 1 +ouvre-boîtes/7 7 +ouvre-bouteille/2 1 +ouvre-bouteilles/7 7 +ouvrée/5 3 +ouvre-gant/2 1 +ouvre-gants/7 7 +ouvre-huitre/2 1 +ouvre-huître/2 1 +ouvre-huîtres/7 7 +ouvrer/11 17 +ouvreuse/5 6 +ouvrière/5 6 +ouvriérisme/2 1 +ouvriériste/2 13 +ouvrir/81 97 +ouvroir/2 1 +ouzbèke/5 6 +ouzo/2 1 +ovaire/2 1 +ovalaire/2 4 +ovalbumine/2 2 +ovale/2 4 +ovalisation/2 2 +ovalisée/5 3 +ovaliser/11 5 +ovariectomie/2 2 +ovarienne/5 3 +ovarite/2 2 +ovate/2 1 +ovation/2 2 +ovationnée/5 3 +ovationner/11 5 +ove/2 1 +ovée/5 3 +overdose/2 2 +overdrive/2 1 +ovibos/7 7 +ovidé/2 1 +oviducte/2 1 +ovin/2 1 +ovine/5 3 +oviné/2 1 +ovipare/2 13 +oviparité/2 2 +ovipositeur/2 1 +oviposition/2 2 +oviscapte/2 1 +ovni/2 1 +ovo 87 +ovocyte/2 1 +ovogenèse/2 2 +ovoïdale/22 3 +ovoïde/2 4 +ovoïde/2 1 +ovotestis 7 +ovovivipare/2 4 +ovovivipare/2 1 +ovoviviparité/2 2 +ovulaire/2 4 +ovulation/2 2 +ovulatoire/2 4 +ovule/2 1 +ovulée/5 3 +ovuler/42 14 +oxacide/2 1 +oxalate/2 1 +oxalidacée/2 2 +oxalide/2 2 +oxalique/2 4 +oxalis/7 7 +oxford/2 1 +oxhydrique/2 4 +oxime/2 2 +oxonium/2 1 +oxyacétylénique/2 4 +oxycarbonée/5 3 +oxychlorure/2 1 +oxycombustion/2 2 +oxycoupage/2 1 +oxycoupeuse/5 9 +oxycrat/2 1 +oxydabilité/2 2 +oxydable/2 4 +oxydante/5 3 +oxydase/2 2 +oxydation/2 2 +oxyde/2 1 +oxydée/5 3 +oxyder/15 11 +oxydimétrie/2 2 +oxydoréductase/2 2 +oxydoréduction/2 2 +oxydoréductrice/5 3 +oxygénase/2 2 +oxygénation/2 2 +oxygène/2 1 +oxygénée/5 3 +oxygéner/65 11 +oxygénothérapie/2 2 +oxyhémoglobine/2 2 +oxyhydroxyde/2 1 +oxylithe/2 1 +oxymel/2 1 +oxymore/2 1 +oxymoron/2 1 +oxyologie/2 2 +oxyrhine/2 2 +oxysulfure/2 1 +oxyton/2 1 +oxyure/2 1 +oxyurose/2 2 +oyat/2 1 +oz/38 57 +ozène/2 1 +ozocérite/2 2 +ozokérite/2 2 +ozone/2 1 +ozonée/5 3 +ozonisateur/2 1 +ozonisation/2 2 +ozonisée/5 3 +ozoniser/11 5 +ozoniseur/2 1 +ozonosphère/2 2 +p 7 +pH/174 7 +pH-mètre/258 1 +paca/1 1 +pacage/1 1 +pacager/4 17 +pacanier/1 1 +pacemaker/1 1 +pace-maker/1 1 +pacemakeur/1 1 +pacfung/1 1 +pacha/1 1 +pachalik/1 1 +pachinko/1 1 +pachto/1 1 +pachtoune/1 13 +pachyderme/1 1 +pachydermie/1 2 +pachyure/1 1 +pacification/1 2 +pacificatrice/3 6 +pacifiée/3 3 +pacifier/4 5 +pacifique/1 4 +pacifiquement 8 +pacifisme/1 1 +pacifiste/1 13 +pack/1 1 +package/1 1 +packaging/1 1 +packfung/1 1 +pacotille/1 2 +pacquage/1 1 +pacquer/4 5 +pacs 7 +pacsée/3 6 +pacser/4 11 +pacson/1 1 +pacte/1 1 +pactiser/10 14 +pactole/1 1 +paddock/1 1 +paddocker/4 55 +paddy/1 1 +padichah/1 1 +padischah/1 1 +padisha/1 1 +padishah/1 1 +padou/1 1 +padoue/1 2 +paélia/1 2 +paella/1 2 +paf +pagaie/1 2 +pagaïe/1 2 +pagaille/1 2 +paganiser/4 17 +paganisme/1 1 +pagano-christianisme 18 +pagayer/10 14 +pagayeuse/3 9 +page/1 10 +pagel/1 1 +pageot/1 1 +pageoter 55 +pager/4 102 +pagination/1 2 +paginer/4 5 +pagne/1 1 +pagnote/1 4 +pagnote/1 1 +pagnoter/4 55 +pagode/1 2 +pagodon/1 1 +pagre/1 1 +pagure/1 1 +pagus 7 +pagus/51 1 +paidologie/1 2 +paie/1 2 +paiement/1 1 +païenne/3 6 +païennement 8 +paierie/1 2 +paillage/1 1 +paillarde/3 6 +paillardement 8 +paillarder/4 102 +paillardise/1 2 +paillasse/1 10 +paillasson/1 1 +paillassonnage/1 1 +paillassonner/4 5 +paille 45 +paille/1 2 +paillée/3 3 +pailler/4 5 +paillet/1 1 +pailletage/1 1 +pailletée/3 3 +pailleter/40 5 +pailleteur/1 1 +paillette/1 2 +pailleuse/8 6 +paillis 7 +paillon/1 1 +paillonner/4 5 +paillot/1 1 +paillote/1 2 +pain/1 1 +paintball/1 1 +pair-à-pair 7 +paire/3 6 +pairesse/1 2 +pairie/1 2 +pairle/1 1 +paisible/1 4 +paisiblement 8 +paissance/1 2 +paisseau/19 1 +paisseler/40 5 +paitre/104 114 +paître/104 114 +paix 57 +pajoter 55 +pakistanaise/3 6 +pal/1 1 +pala/1 2 +palabre/1 10 +palabrer/10 14 +palace/1 1 +paladin/1 1 +palafitte/1 1 +palais 7 +palan/1 1 +palanche/1 2 +palançon/1 1 +palancrer/4 5 +palangre/1 2 +palangrer/4 5 +palangrotte/1 2 +palanguer/4 17 +palanque/1 2 +palanquée/1 2 +palanquer/4 17 +palanquin/1 1 +palastre/1 1 +palatale/8 6 +palatalisation/1 2 +palatalisée/3 3 +palataliser/4 5 +palatiale/8 3 +palatinat/1 1 +palatine/3 6 +pâle/1 4 +pale/1 2 +pale-ale/1 2 +palée/3 3 +palée/1 2 +palefrenière/3 9 +palefroi/1 1 +pâlement 8 +palémon/1 1 +paléoanthropologie/1 2 +paléo-anthropologie/1 2 +paléoanthropologue/1 10 +paléo-anthropologue/1 10 +paléobiogéographie/1 2 +paléobiogéographique/1 4 +paléobiologie/1 2 +paléobotanique/1 2 +paléobotaniste/1 10 +paléocène/1 4 +paléochrétienne/3 3 +paléoclimat/1 1 +paléoclimatologie/1 2 +paléoécologie/1 2 +paléoenvironnement/1 1 +paléo-environnement/1 1 +paléoenvironnementale/8 3 +paléo-environnementale/8 3 +paléogène/1 4 +paléogéographie/1 2 +paléogéographique/1 4 +paléographe/1 10 +paléographie/1 2 +paléographique/1 4 +paléohistologie/1 2 +paléolithique/1 4 +paléomagnétisme/1 1 +paléontologie/1 2 +paléontologique/1 4 +paléontologiste/1 10 +paléontologue/1 10 +paléoocéanographie/1 2 +paléo-océanographie/1 2 +paléopalynologie/1 2 +paléorelief/1 1 +paléosol/1 1 +paléotempérature/1 2 +paléothérium/1 1 +paléozoïque/1 4 +paléozoïque/1 1 +paléozoologie/1 2 +paleron/1 1 +palestinienne/3 6 +palestre/1 2 +palet/1 1 +paletot/1 1 +palette/1 2 +paletter/4 5 +palettisable/1 4 +palettisation/1 2 +palettiser/4 5 +palétuvier/1 1 +pâleur/1 2 +palicare/1 1 +pâlichonne/3 3 +palicinésie/1 2 +pâlie/3 3 +palière/3 6 +palikare/1 1 +palilalie/1 2 +palimpseste/1 1 +palindrome/1 1 +palingénésie/1 2 +palingénésique/1 4 +palinodie/1 2 +palinodique/1 4 +pâlir/29 101 +palis 7 +palissade/1 2 +palissader/4 5 +palissadique/1 4 +palissage/1 1 +palissandre/1 1 +pâlissante/3 3 +palissée/3 3 +pâlissement/1 1 +palisser/4 5 +palissonnage/1 1 +palissonner/4 5 +palissonneuse/3 9 +paliure/1 1 +palladium/1 1 +palle/1 2 +palléale/8 3 +palliative/3 3 +pallidectomie/1 2 +pallidum/1 1 +pallier/4 5 +pallikare/1 1 +pallium/1 1 +palmacée/1 2 +palma-christi 7 +palmaire/1 4 +palmarès 7 +palmatifide/1 4 +palmature/1 2 +palme/1 2 +palmée/3 3 +palmer/4 5 +palmeraie/1 2 +palmette/1 2 +palmier/1 1 +palmifide/1 4 +palmilobée/3 3 +palmipartie/3 3 +palmipartite/1 4 +palmipède/1 4 +palmipède/1 1 +palmiséquée/3 3 +palmiste/1 4 +palmiste/1 1 +palmite/1 1 +palmitine/1 2 +palmitique/1 4 +palmure/1 2 +palombe/1 2 +palonnier/1 1 +palot/1 1 +paloter/4 5 +pâlotte/3 3 +palourde/1 2 +palpable/1 4 +palpation/1 2 +palpébrale/8 3 +palpée/3 3 +palper/4 5 +palpeur/1 1 +palpitante/3 3 +palpitation/1 2 +palpitement/1 1 +palpiter/10 14 +palplanche/1 2 +palsambleu 70 +paltoquet/1 1 +paluche/1 2 +palud/1 1 +palude/1 4 +paludéenne/3 6 +paludière/3 9 +paludine/1 2 +paludique/1 4 +paludisme/1 1 +paludologie/1 2 +palus +palustre/1 4 +palynologie/1 2 +palynologue/1 10 +pâmée/3 3 +pâmer/4 55 +pâmoison/1 2 +pampa/1 2 +pampéro/1 1 +pamphlet/1 1 +pamphlétaire/1 4 +pampille/1 2 +pamplemousse/1 1 +pamplemoussier/1 1 +pampre/1 1 +pan 70 +pan/1 1 +panacée/1 2 +panachage/1 1 +panache/1 1 +panachée/3 3 +panacher/4 42 +panachure/1 2 +panade/1 2 +panafricaine/3 3 +panafricanisme/1 1 +panais 7 +panama/1 1 +panaméenne/3 6 +panaméricaine/3 3 +panaméricanisme/1 1 +panarabisme/1 1 +panard/1 1 +panarde/3 3 +panaris 7 +panatela/1 1 +panatella/1 1 +panathénées 46 +panax 7 +pan-bagnat 18 +panca/1 1 +pancalisme/1 1 +pancarte/1 2 +panchromatique/1 4 +panchronique/1 4 +panclastite/1 2 +pancosmisme/1 1 +pancrace/1 1 +pancratiaste/1 1 +pancréas 7 +pancréatectomie/1 2 +pancréatine/1 2 +pancréatique/1 4 +pancréatite/1 2 +pancytopénie/1 2 +panda/1 1 +pandanus 7 +pandectes 46 +pandèmes 46 +pandémie/1 2 +pandémonium/1 1 +pandiculation/1 2 +pandit/1 1 +pandore/1 10 +panée/3 3 +panégyrique/1 4 +panégyriste/1 10 +panel/1 1 +panéliste/1 10 +paner/4 5 +panerée/1 2 +paneterie/1 2 +panèterie/1 2 +panetière/3 9 +paneton/1 1 +panettone/1 1 +paneuropéenne/3 3 +pangermanisme/1 1 +pangermaniste/1 13 +pangolin/1 1 +pangramme/1 1 +panhellénique/1 4 +panhellénisme/1 1 +panic/1 1 +panicaut/1 1 +panicule/1 2 +paniculée/3 3 +panière/3 9 +panier-repas 18 +paniers-repas 20 +panifiable/1 4 +panification/1 2 +panifier/4 5 +paniquante/3 3 +paniquarde/3 6 +panique/1 2 +paniquée/3 6 +paniquer/4 42 +panislamique/1 4 +panislamisme/1 1 +panka/1 1 +panlogisme/1 1 +panmixie/1 2 +panne/1 2 +panneau/19 1 +panneautage/1 1 +panneauter/4 17 +pannée/3 3 +pannequet/1 1 +panner/4 5 +panneresse/1 2 +panneton/1 1 +pannicule/1 1 +panonceau/19 1 +panophtalmie/1 2 +panoplie/1 2 +panoptique/1 4 +panorama/1 1 +panoramique/1 4 +panoramique/1 1 +panoramiquer/10 14 +panorpe/1 2 +panosse/1 2 +panoufle/1 2 +panpsychisme/1 1 +pansage/1 1 +pans-bagnats 231 +panse/1 2 +pansement/1 1 +panser/4 11 +panseuse/3 9 +panslave/1 4 +panslavisme/1 1 +panspermie/1 2 +pansue/3 3 +pantagruélique/1 4 +pantalon/1 1 +pantalonnade/1 2 +pante/1 1 +pantelante/3 3 +panteler/72 14 +pantène/1 2 +pantenne/1 2 +panthéisme/1 1 +panthéiste/1 13 +panthéon/1 1 +panthère/1 2 +pantière/1 2 +pantin/1 1 +pantographe/1 1 +pantoire/1 2 +pantoise/3 3 +pantomètre/1 1 +pantomime/1 10 +pantonyme/1 1 +pantonymie/1 2 +pantouflage/1 1 +pantouflarde/3 6 +pantoufle/1 2 +pantoufler/10 14 +pantouflière/3 9 +pantoum/1 1 +panty/1 1 +panure/1 2 +panurgisme/1 1 +panzer/1 1 +paonne/3 9 +papa/1 1 +papable/1 4 +papaïne/1 2 +papale/8 3 +paparazzi/1 10 +paparazzo/51 10 +papauté/1 2 +papaver/1 1 +papavéracée/1 4 +papavéracée/1 2 +papavérine/1 2 +papaye/1 2 +papayer/1 1 +papegai/1 1 +papelarde/3 6 +papelardise/1 2 +paperasse/1 2 +paperasserie/1 2 +paperassière/3 6 +papesse/3 9 +papeterie/1 2 +papèterie/1 2 +papetière/3 6 +papette/1 2 +papi/1 1 +papier/1 1 +papier-calque 18 +papier-monnaie 18 +papiers-calque 20 +papiers-monnaies 20 +papilionacée/3 6 +papillaire/1 4 +papille/1 2 +papilleuse/8 3 +papillifère/1 4 +papillome/1 1 +papillon/1 1 +papillonnage/1 1 +papillonnante/3 3 +papillonnement/1 1 +papillonner/10 14 +papillonneuse/3 6 +papillotage/1 1 +papillotante/3 3 +papillote/1 2 +papillotement/1 1 +papilloter/4 17 +papion/1 1 +papisme/1 1 +papiste/1 10 +papivore/1 13 +papotage/1 1 +papoter/10 14 +papoue/3 6 +papouille/1 2 +papouiller/4 5 +paprika/1 1 +papule/1 2 +papuleuse/8 3 +papy/1 1 +papy-boom/1 1 +papy-boomer/1 1 +papy-boomeur/1 1 +papyboum/1 1 +papyboumeur/1 1 +papyrologie/1 2 +papyrologique/1 4 +papyrologue/1 10 +papyrus 7 +pâque/1 2 +paquebot/1 1 +pâquerette/1 2 +paquet/1 1 +paquetage/1 1 +paquetée/3 3 +paqueteuse/3 9 +par 284 +parabase/1 2 +parabellum 7 +parabellum/1 1 +paraben/1 1 +parabène/1 1 +parabiose/1 2 +parabole/1 2 +parabolique/1 4 +paraboliquement 8 +paraboloïde/1 1 +paracentèse/1 2 +paracétamol 18 +parachèvement/1 1 +parachever/47 5 +parachronisme/1 1 +parachutage/1 1 +parachutale/8 3 +parachute/1 1 +parachutée/3 6 +parachuter/4 5 +parachutisme/1 1 +parachutiste/1 10 +paraclet/1 1 +paracompacte/1 4 +parade/1 2 +parader/10 14 +paradeur/1 1 +paradigmatique/1 4 +paradigme/1 1 +paradis 7 +paradisiaque/1 4 +paradisier/1 1 +parador/1 1 +parados 7 +paradoxale/8 3 +paradoxalement 8 +paradoxe/1 1 +parafe/1 1 +parafer/4 5 +parafeur/1 1 +paraffinage/1 1 +paraffine/1 2 +paraffinée/3 3 +paraffiner/4 5 +parafiscale/8 3 +parafiscalité/1 2 +parafoudre/1 1 +parage/1 1 +paragenèse/1 2 +paragoge/1 2 +paragogique/1 4 +paragraphe/1 1 +paragrêle/1 4 +paragrêle/1 1 +paraguante/1 2 +paraguayenne/3 6 +paraison/1 2 +paraisonner/4 5 +paraitre 18 +paraître 18 +paraitre/75 91 +paraître/75 91 +parajudiciaire/1 4 +parakératose/1 2 +paralangage/1 1 +paralipomènes 20 +paralittéraire/1 4 +paralittérature/1 2 +paraliturgie/1 2 +parallactique/1 4 +parallaxe/1 2 +parallèle/1 13 +parallèlement 8 +parallélépipède/1 1 +parallélépipédique/1 4 +parallélisable/1 4 +parallélisation/1 2 +paralléliser/4 5 +parallélisme/1 1 +parallélogramme/1 1 +paralogisme/1 1 +paralympique/1 4 +paralysante/3 3 +paralysée/3 6 +paralyser/4 5 +paralysie/1 2 +paralytique/1 13 +paramagnétique/1 4 +paramagnétisme/1 1 +paramécie/1 2 +paramédic/1 10 +paramédicale/8 6 +paramétrable/1 4 +paramétrage/1 1 +paramètre/1 1 +paramétrée/3 3 +paramétrer/33 5 +paramétrique/1 4 +paramétriquement 8 +paramétrisation/1 2 +paramilitaire/1 13 +paramnésie/1 2 +parangon/1 1 +parangonnage/1 1 +parangonner/4 5 +parano/1 13 +paranoïa/1 2 +paranoïaque/1 13 +paranoïde/1 10 +paranormale/8 3 +paranthrope/1 1 +paranymphe/1 10 +parapente/1 1 +parapentiste/1 10 +parapet/1 1 +parapétrolière/3 3 +parapharmaceutique/1 4 +parapharmacie/1 2 +parapharmacienne/3 9 +paraphasie/1 2 +paraphe/1 1 +parapher/4 5 +paraphernale/8 3 +parapheur/1 1 +paraphilie/1 2 +paraphimosis 7 +paraphlébite/1 2 +paraphrase/1 2 +paraphrasée/3 3 +paraphraser/4 5 +paraphraseuse/3 9 +paraphrastique/1 4 +paraphrénie/1 2 +paraphylétique/1 4 +paraphyse/1 2 +paraplégie/1 2 +paraplégique/1 13 +parapluie/1 1 +parapsychique/1 4 +parapsychologie/1 2 +parapsychologique/1 4 +parapublique/3 3 +paraquat/1 1 +parasange/1 2 +parascève/1 2 +parascolaire/1 4 +parasélène/1 2 +parasexualité/1 2 +parasismique/1 4 +parasitage/1 1 +parasitaire/1 4 +parasite/1 13 +parasitée/3 3 +parasiter/4 5 +parasiticide/1 4 +parasiticide/1 1 +parasitique/1 4 +parasitisme/1 1 +parasitologie/1 2 +parasitologiste/1 10 +parasitologue/1 10 +parasitose/1 2 +parasol/1 1 +parastatale/8 3 +parasurtenseur/1 1 +parasympathique/1 4 +parasynthèse/1 2 +parasynthétique/1 4 +parataxe/1 2 +paratexte/1 1 +parathormone/1 2 +parathymie/1 2 +parathyroïde/1 4 +parathyroïde/1 2 +paratonnerre/1 1 +parâtre/1 1 +paratyphique/1 10 +paratyphoïde/1 4 +paratyphoïde/1 2 +paravalanche/1 1 +paravent/1 1 +paraverbale/8 3 +paraxiale/8 3 +parbleu 70 +parc/1 1 +parcage/1 1 +parce 78 +parcellaire/1 4 +parcellarisation/1 2 +parcellariser/4 5 +parcelle/1 2 +parceller/4 5 +parcellisation/1 2 +parcelliser/4 11 +parchemin/1 1 +parcheminée/3 3 +parcheminer/4 11 +parcheminerie/1 2 +parchemineuse/8 3 +parcheminière/3 9 +par-ci 8 +parcimonie/1 2 +parcimonieuse/8 3 +parcimonieusement 8 +parcmètre/1 1 +parcomètre/1 1 +parcourir/108 82 +parcours 7 +parcourue/3 3 +par-dehors 78 +par-delà 99 +par-derrière 78 +par-dessous 78 +par-dessus 78 +pardessus 7 +par-devant 8 +par-devant 99 +par-devers 99 +pardi 70 +pardieu 70 +pardon/1 1 +pardonnable/1 4 +pardonnée/3 3 +pardonner/4 42 +paréage/1 1 +pare-avalanches 7 +pare-balle/1 4 +pare-balle/1 1 +pare-balles 45 +pare-balles 7 +pare-battage 7 +pare-battage/1 1 +pare-boue 7 +pare-boue/1 1 +pare-brise 7 +pare-brise/1 1 +pare-cendre/1 1 +pare-cendres 7 +parechoc/1 1 +pare-chocs 7 +pare-clou/1 1 +pare-clous 7 +parèdre/1 13 +parée/3 3 +pare-éclat/1 1 +pare-éclats 7 +pare-étincelle/1 1 +pare-étincelles 7 +pare-étoupille/1 1 +pare-étoupilles 7 +pare-feu 45 +pare-feu 7 +pare-feu/19 4 +pare-feu/19 1 +pare-fumée 7 +pare-fumée/1 1 +parégorique/1 4 +pareil 8 +pareille/3 6 +pareillement 8 +parélie/1 1 +parement/1 1 +parementer/4 5 +parementure/1 2 +parémiologie/1 2 +parenchymateuse/8 3 +parenchyme/1 1 +pare-neige 7 +pare-neige/1 1 +parentale/8 3 +parentalies 46 +parentalité/1 2 +parente/3 6 +parenté/1 2 +parentèle/1 2 +parentelle/1 2 +parentérale/8 3 +parenthèse/1 2 +parenthésée/3 3 +paréo/1 1 +parer/4 115 +parère/1 1 +parésie/1 2 +pare-soleil 7 +pare-soleil/1 1 +paresse/1 2 +paresser/10 14 +paresseuse/8 6 +paresseusement 8 +paresthésie/1 2 +pareuse/3 9 +pare-vent 7 +pare-vent/1 1 +parfaire/87 82 +parfaite/3 6 +parfaitement 8 +parfilage/1 1 +parfiler/4 5 +parfin 47 +parfois 8 +parfondre/52 82 +parfum/1 1 +parfumée/3 3 +parfumer/4 11 +parfumerie/1 2 +parfumeuse/3 9 +parhélie/1 1 +pari/1 1 +paria/1 1 +pariade/1 2 +pariage/1 1 +parian/1 1 +paridé/1 1 +paridigitidée/3 3 +parier/4 17 +pariétaire/1 4 +pariétaire/1 2 +pariétale/8 6 +parieuse/3 9 +parigote/3 6 +paripennée/3 3 +parisette/1 2 +parisianisme/1 1 +parisienne/3 6 +parisis 45 +parisyllabique/1 4 +paritaire/1 4 +paritairement 8 +paritarisme/1 1 +parité/1 2 +parjure/1 13 +parjurer/4 55 +parka/1 10 +parkérisation/1 2 +parkériser/4 5 +parking/1 1 +parkinsonienne/3 6 +par-là 8 +parlable/1 4 +parlage/1 1 +parlante/3 3 +parlée/3 3 +parlement/1 1 +parlementaire/1 13 +parlementairement 8 +parlementarisme/1 1 +parlementariste/1 13 +parlementer/10 14 +parler/1 1 +parler/4 117 +parlerie/1 2 +parleuse/3 6 +parloir/1 1 +parlophone/1 1 +parlote/1 2 +parloter/10 14 +parlotte/1 2 +parlure/1 2 +parme +parmélie/1 2 +parmenture/1 2 +parmesan/1 1 +parmi 8 +parmi 99 +parnasse/1 1 +parnassienne/3 6 +parodie/1 2 +parodiée/3 3 +parodier/4 5 +parodique/1 4 +parodiquement 8 +parodiste/1 10 +parodontale/8 3 +parodonte/1 1 +parodontie/1 2 +parodontiste/1 10 +parodontite/1 2 +parodontologie/1 2 +parodontologiste/1 10 +parodontologue/1 10 +parodontolyse/1 2 +parodontopathie/1 2 +parodontose/1 2 +paroi/1 2 +paroir/1 1 +paroisse/1 2 +paroissiale/8 3 +paroissienne/3 6 +parole/1 2 +paroli +parolière/3 9 +paronomase/1 2 +paronyme/1 4 +paronyme/1 1 +paronymie/1 2 +paronymique/1 4 +paros 7 +parotide/1 2 +parotidienne/3 3 +parotidite/1 2 +parousie/1 2 +paroxysmale/8 3 +paroxysme/1 1 +paroxysmique/1 4 +paroxystique/1 4 +paroxyton/1 94 +parpaillote/3 9 +parpaing/1 1 +parquée/3 3 +parquer/4 17 +parquet/1 1 +parquetage/1 1 +parqueter/40 5 +parqueterie/1 2 +parquèterie/1 2 +parqueteuse/3 9 +parquetière/3 9 +parqueuse/3 9 +parrain/1 1 +parrainage/1 1 +parrainée/3 3 +parrainer/4 5 +parraineuse/3 9 +parricide/1 13 +parsec/1 1 +parsemée/3 3 +parsemer/47 5 +parsie/3 6 +parsisme/1 1 +part/1 10 +partage/1 1 +partageable/1 4 +partagée/3 3 +partager/4 11 +partageuse/3 6 +partageuse/8 6 +partagiciel/1 1 +partance/1 2 +partante/3 6 +partenaire/1 10 +partenariat/1 1 +parterre/1 1 +parthe/1 13 +parthénocarpie/1 2 +parthénogenèse/1 2 +parthénogénétique/1 4 +parti/1 1 +partiaire/1 4 +partiale/8 3 +partialement 8 +partialité/1 2 +participante/3 6 +participation/1 2 +participationniste/1 13 +participative/3 3 +participe/1 1 +participer/10 124 +participiale/8 3 +particratie/1 2 +particulaire/1 4 +particularisation/1 2 +particulariser/4 11 +particularisme/1 1 +particulariste/1 10 +particularité/1 2 +particule/1 2 +particulière/3 6 +particulièrement 8 +partie/3 3 +partie/1 2 +partielle/3 6 +partiellement 8 +partir/82 91 +partisane/3 6 +partisanerie/1 2 +partita/51 2 +partita/1 2 +partiteur/1 1 +partition/1 2 +partitionnement/1 1 +partitive/3 3 +parton/1 1 +partouse/1 2 +partouser/10 14 +partout 8 +partouzarde/3 6 +partouze/1 2 +partouzer/10 14 +partouzeuse/3 6 +parturiente/1 4 +parturiente/1 2 +parturition/1 2 +parue/3 3 +parulie/1 2 +parure/1 2 +parurerie/1 2 +parurière/3 9 +parution/1 2 +parvenir/68 141 +parvenue/3 6 +parvis 7 +pas 189 +pas 7 +pas/38 57 +pas-à-pas 45 +pas-à-pas 7 +pascal/61 1 +pascale/3 3 +pascalienne/3 3 +pascaline/1 2 +pascaux 127 +pas-d'âne 7 +pas-de-géant 7 +pas-de-porte 7 +paseo/1 1 +paséo/1 1 +pashmina/1 1 +pasionaria/1 2 +paso-doble 7 +pasodoble/1 1 +pasquin/1 1 +pasquinade/1 2 +passable/1 4 +passablement 8 +passacaille/1 2 +passade/1 2 +passage/1 1 +passagère/3 6 +passagèrement 8 +passante/3 6 +passation/1 2 +passavant/1 1 +passé 78 +passe/1 10 +passe-bande 45 +passe-bande/1 4 +passe-boule/1 1 +passe-boules 7 +passe-coupe 7 +passe-coupe/1 1 +passe-crassane 57 +passe-crassane/1 2 +passe-droit 7 +passe-droit/1 1 +passe-droits 7 +passée/3 6 +passéisme/1 1 +passéiste/1 13 +passe-lacet 7 +passe-lacet/1 1 +passe-lacets 7 +passe-lait 7 +passe-lait/1 1 +passement/1 1 +passementer/4 5 +passementerie/1 2 +passementière/3 6 +passe-montagne 7 +passe-montagne/1 1 +passe-montagnes 7 +passe-partout 45 +passe-partout 7 +passepartout/1 4 +passepartout/1 1 +passe-passe 7 +passepasse/1 1 +passe-pied 7 +passe-pied/1 1 +passe-pieds 7 +passe-pierre 57 +passe-pierre/1 2 +passe-pierres 57 +passe-plat 7 +passe-plat/1 1 +passe-plats 7 +passepoil/1 1 +passepoile/1 2 +passepoiler/4 5 +passeport/1 1 +passer/4 42 +passerage/1 2 +passereau/19 1 +passerelle/1 2 +passériforme/1 1 +passerillage/1 1 +passerine/1 2 +passerinette/1 2 +passe-rose 57 +passerose/1 2 +passe-roses 57 +passetemps 7 +passe-temps 7 +passe-thé 7 +passe-thé/1 1 +passette/1 2 +passeuse/3 9 +passe-velours 7 +passe-vite 7 +passe-volant 7 +passe-volant/1 1 +passe-volants 7 +passible/1 4 +passif/1 1 +passiflore/1 2 +passim 8 +passing-shot/1 1 +passion/1 2 +passionaria/1 2 +passioniste/1 10 +passionnante/3 3 +passionnée/3 6 +passionnelle/3 3 +passionnellement 8 +passionnément 8 +passionner/4 11 +passionnette/1 2 +passionniste/1 10 +passivation/1 2 +passive/3 3 +passivement 8 +passivité/1 2 +passoire/1 2 +passure/1 2 +pastel 45 +pastel/1 1 +pasteller/4 17 +pastelliste/1 10 +pastenague/1 2 +pastèque/1 2 +pasteur/1 1 +pasteurienne/3 6 +pasteurisateur/1 1 +pasteurisation/1 2 +pasteurisatrice/3 3 +pasteurisée/3 3 +pasteuriser/4 5 +pastiche/1 1 +pastichée/3 3 +pasticher/4 5 +pasticheuse/3 9 +pastillage/1 1 +pastille/1 2 +pastiller/4 5 +pastilleuse/3 9 +pastiquer/10 14 +pastis 7 +pastorale/8 6 +pastoralement 8 +pastoralisme/1 1 +pastoraliste/1 13 +pastorat/1 1 +pastorienne/3 3 +pastoureau/19 1 +pastourelle/1 2 +pat +patache/1 2 +patachon/1 1 +patafioler/4 5 +patagonne/3 6 +pataphysique/1 2 +patapouf/1 1 +pataquès 7 +patarasse/1 2 +patard/1 1 +patata 87 +patate/1 2 +patati 87 +patatoïde/1 1 +patatras 70 +pataude/3 6 +pataugeage/1 1 +pataugement/1 1 +pataugeoire/1 2 +patauger/10 14 +pataugeuse/3 9 +patch/1 1 +patchouli/1 1 +patchwork/1 1 +pâte/1 2 +pâté/1 1 +pâtée/1 2 +patelin/1 1 +patelinage/1 1 +pateline/3 3 +pateliner/4 17 +patelinerie/1 2 +patellaire/1 4 +patelle/1 2 +patène/1 2 +patenôtre/1 2 +patentable/1 4 +patentage/1 1 +patente/3 6 +patentée/3 3 +patenter/4 5 +pater/1 1 +pâter/10 14 +patère/1 2 +paterfamilias 7 +paternalisme/1 1 +paternaliste/1 13 +paterne/1 4 +paternelle/3 3 +paternellement 8 +paternité/1 2 +pâteuse/8 3 +pâteusement 8 +pathétique/1 4 +pathétiquement 8 +pathétisme/1 1 +pathogène/1 4 +pathogenèse/1 2 +pathogénie/1 2 +pathogénique/1 4 +pathognomonique/1 4 +pathologie/1 2 +pathologique/1 4 +pathologiquement 8 +pathologiste/1 10 +pathomimie/1 2 +pathos 18 +patibulaire/1 4 +patiemment 8 +patience/1 2 +patiente/3 6 +patientèle/1 2 +patienter/4 102 +patin/1 1 +patinage/1 1 +patine/1 2 +patinée/3 3 +patiner/4 42 +patinette/1 2 +patineuse/3 9 +patinoire/1 2 +patio/1 1 +pâtir/55 92 +pâtis 7 +pâtisser/10 14 +pâtisserie/1 2 +pâtissière/3 6 +pâtissoire/1 2 +pâtisson/1 1 +patoche/1 2 +patois 7 +patoisante/3 6 +patoiser/10 14 +pâton/1 1 +patouillage/1 1 +patouillard/1 1 +patouille/1 2 +patouiller/4 17 +patraque/1 4 +pâtre/1 1 +patriarcale/8 3 +patriarcalement 8 +patriarcat/1 1 +patriarche/1 1 +patriarchie/1 2 +patrice/1 1 +patriciat/1 1 +patricienne/3 6 +patriclan/1 1 +patrie/1 2 +patrilinéaire/1 4 +patrilocale/8 3 +patrimoine/1 1 +patrimoniale/8 3 +patrimonialisation/1 2 +patriotarde/3 6 +patriote/1 13 +patriotique/1 4 +patriotiquement 8 +patriotisme/1 1 +patristique/1 4 +patristique/1 2 +patrologie/1 2 +patronage/1 1 +patronale/8 3 +patronat/1 1 +patronne/3 9 +patronner/4 5 +patronnesse/1 109 +patronnière/3 9 +patronyme/1 1 +patronymique/1 4 +patrouille/1 2 +patrouiller/10 14 +patrouilleuse/3 9 +patte/1 2 +patte-d'oie 47 +pattée/3 3 +pattemouille/1 2 +patter/4 5 +pattern/1 1 +pattes-d'oie 46 +pattier/1 1 +pattinsonage/1 1 +pattue/3 3 +pâturable/1 4 +pâturage/1 1 +pâture/1 2 +pâturer/4 17 +pâturin/1 1 +paturon/1 1 +pâturon/1 1 +pauchouse/1 2 +pauciflore/1 4 +paulette/1 2 +paulicienne/3 6 +paulienne/3 3 +paulinienne/3 3 +paulinisme/1 1 +pauliste/1 13 +paulownia/1 1 +paume/1 2 +paumée/3 6 +paumelle/1 2 +paumer/4 11 +paumière/3 6 +paumoyer/4 5 +paumure/1 2 +paupérisation/1 2 +paupérisée/3 3 +paupériser/4 5 +paupérisme/1 1 +paupière/1 2 +paupiette/1 2 +pause/1 2 +pause-café 47 +pause-carrière 47 +pauser/10 14 +pauses-café 46 +pauses-carrière 46 +pauvre/1 13 +pauvrement 8 +pauvresse/1 2 +pauvreté/1 2 +pauvrette/3 6 +pavage/1 1 +pavane/1 2 +pavaner/4 55 +pavé/1 1 +pavée/3 3 +pavement/1 1 +paver/4 5 +paveur/1 1 +pavie/1 2 +pavillon/1 1 +pavillonnaire/1 4 +pavillonnée/3 3 +pavillonnerie/1 2 +pavimenteuse/8 3 +pavois 7 +pavoisement/1 1 +pavoiser/4 17 +pavot/1 1 +payable/1 4 +payante/3 3 +paye/1 2 +payement/1 1 +payer/4 42 +payeuse/3 9 +pays 7 +paysage/1 1 +paysagère/3 3 +paysagiste/1 10 +paysannat/1 1 +paysanne/3 6 +paysannerie/1 2 +payse/3 9 +pc/38 7 +péage/1 1 +péagère/3 6 +péagiste/1 10 +péan/1 1 +peau/19 2 +peaucier/1 1 +peaufinage/1 1 +peaufinée/3 3 +peaufiner/4 5 +peau-rouge 149 +peausser/10 14 +peausserie/1 2 +peaussier/1 1 +peaux-rouges 144 +pébibit/1 1 +pébioctet/1 1 +pébrine/1 2 +pébroc/1 1 +pébroque/1 1 +pécaïre 70 +pecan/1 1 +pécan/1 1 +pécari/1 1 +peccable/1 4 +peccadille/1 2 +peccamineuse/8 3 +peccante/3 3 +pechblende/1 2 +péché/1 1 +pêche/1 2 +pêcher/1 1 +pêcher/4 42 +pécher/63 14 +pécheresse/1 2 +pècheresse/1 2 +pêcherie/1 2 +pêchette/1 2 +pécheur/1 1 +pêcheuse/3 6 +pêchue/3 3 +pécile/1 1 +pecnot/1 1 +pécoptéris 7 +pécore/1 10 +pecorino/51 1 +pécorino/1 1 +pecque/1 2 +pecquer/10 14 +pecten/1 1 +pectine/1 2 +pectinée/3 3 +pectiniculture/1 2 +pectique/1 4 +pectoral/19 1 +pectorale/8 3 +péculat/1 1 +pécule/1 1 +pécuniaire/1 4 +pécuniairement 8 +pédagogie/1 2 +pédagogique/1 4 +pédagogiquement 8 +pédagogue/1 10 +pédalage/1 1 +pédale/1 2 +pédaler/10 14 +pédaleuse/3 9 +pédalier/1 1 +pédalo/1 1 +pédante/3 6 +pédanterie/1 2 +pédantesque/1 4 +pédantesquement 8 +pédantisme/1 1 +pédé/1 1 +pédégée/3 9 +pédégère/1 2 +pédéraste/1 1 +pédérastie/1 2 +pédérastique/1 4 +pédestre/1 4 +pédestrement 8 +pédiatre/1 10 +pédiatrie/1 2 +pédiatrique/1 4 +pedibus 8 +pédicellaire/1 1 +pédicelle/1 1 +pédiculaire/1 4 +pédiculaire/1 2 +pédicule/1 1 +pédiculée/3 3 +pédiculose/1 2 +pédicure/1 10 +pédicurie/1 2 +pédieuse/8 3 +pedigree/1 1 +pédigrée/1 1 +pédimane/1 1 +pédiment/1 1 +pédipalpe/1 1 +pédiplaine/1 2 +pédodontie/1 2 +pédogenèse/1 2 +pédologie/1 2 +pédologique/1 4 +pédologue/1 10 +pédonculaire/1 4 +pédoncule/1 1 +pédonculée/3 3 +pédophile/1 13 +pédophilie/1 2 +pédophilique/1 4 +pédopornographe/1 10 +pédopornographie/1 2 +pédopornographique/1 4 +pédopsychiatre/1 10 +pédopsychiatrie/1 2 +pédopsychologie/1 2 +pédopsychologue/1 10 +pedum/1 1 +pédum/1 1 +pedzouille/1 1 +peeling/1 1 +peepshow/1 1 +peep-show/1 1 +peer-to-peer 7 +pégase/1 1 +pegmatite/1 2 +pègre/1 2 +pehlvi 18 +peignage/1 1 +peigne/1 1 +peigne-cul 88 +peignée/3 3 +peigner/4 11 +peignette/1 2 +peigneuse/3 6 +peignier/1 1 +peignoir/1 1 +peignures 46 +peille/1 2 +peinarde/3 6 +peinardement 8 +peindre/67 97 +peine/1 2 +peinée/3 3 +peiner/4 17 +peinte/3 3 +peintre/1 10 +peinture/1 2 +peinturer/4 5 +peinturlurer/4 5 +péjoration/1 2 +péjorative/3 3 +péjorativement 8 +pékan/1 1 +péket/1 1 +pékin/1 1 +pékinée/3 6 +pékinoise/3 6 +pelade/1 2 +pelage/1 1 +pélagianisme/1 1 +pélagienne/3 6 +pélagique/1 4 +pelagos 7 +pélagos 7 +pélamide/1 2 +pélamyde/1 2 +pelard/1 1 +pélargonium/1 1 +pélasgienne/3 6 +pélasgique/1 4 +pélécaniforme/1 1 +pelée/3 3 +peléenne/3 3 +péléenne/3 3 +pêlemêle 8 +pêle-mêle 8 +pêle-mêle 7 +pêlemêle/1 1 +peler/47 42 +pèlerinage/1 1 +pèlerine/3 9 +péliade/1 2 +pélican/1 1 +pelisse/1 2 +pellagre/1 2 +pellagreuse/8 6 +pelle/1 2 +pelle-pioche 47 +peller/4 5 +pelles-pioches 46 +pellet/1 1 +pelletage/1 1 +pelletée/1 2 +pelleter/40 5 +pelleterie/1 2 +pelleteuse/3 9 +pelletière/3 9 +pelletiérine/1 2 +pelletisation/1 2 +pelliculage/1 1 +pelliculaire/1 4 +pellicule/1 2 +pelliculée/3 3 +pelliculeuse/8 3 +pellucide/1 4 +pélobate/1 1 +pélodyte/1 1 +pelotage/1 1 +pelotari/1 1 +pelote/1 2 +pelotée/3 3 +peloter/4 17 +peloteuse/3 6 +peloton/1 1 +pelotonnée/3 3 +pelotonnement/1 1 +pelotonner/4 11 +pelouse/1 2 +pelta/1 2 +peltaste/1 1 +pelte/1 2 +peltée/3 3 +peluche/1 2 +peluchée/3 3 +pelucher/10 14 +pelucheuse/8 3 +pelure/1 2 +pelvienne/3 3 +pelvigraphie/1 2 +pelvimètre/1 1 +pelvimétrie/1 2 +pelvimétrique/1 4 +pelvis 7 +pembeniser/4 5 +pemmican/1 1 +pénale/8 3 +pénalement 8 +pénalisante/3 3 +pénalisation/1 2 +pénalisée/3 3 +pénaliser/4 5 +pénaliste/1 13 +pénalité/1 2 +penalty/41 1 +penalty/1 1 +pénalty/1 1 +pénarde/3 6 +pénardement 8 +pénates 20 +penaude/3 3 +pence 20 +penchant/1 1 +penchante/3 3 +penchée/3 3 +pencher/4 42 +pendable/1 4 +pendage/1 1 +pendaison/1 2 +pendant 87 +pendant 99 +pendant/1 1 +pendante/3 3 +pendarde/3 9 +pendeloque/1 2 +pendentif/1 1 +penderie/1 2 +pendiller/10 14 +pendillon/1 1 +pendoir/1 1 +pendouiller/10 14 +pendre/52 97 +pendue/3 6 +pendulaire/1 4 +pendule/1 10 +penduler/10 14 +pendulette/1 2 +pêne/1 1 +pénéiculture/1 2 +pénéplaine/1 2 +pénétrabilité/1 2 +pénétrable/1 4 +pénétrance/1 2 +pénétrante/3 6 +pénétrateur/1 1 +pénétration/1 2 +pénétrée/3 3 +pénétrer/33 42 +pénétromètre/1 1 +pénibilité/1 2 +pénible/1 4 +péniblement 8 +péniche/1 2 +pénichette/1 2 +pénicillée/3 3 +pénicillinase/1 2 +pénicilline/1 2 +pénicillinorésistante/3 3 +pénicillino-résistante/3 3 +pénicillium/1 1 +pénienne/3 3 +pénil/1 1 +péninsulaire/1 4 +péninsule/1 2 +pénis 7 +pénitence/1 2 +pénitencerie/1 2 +pénitencier/1 1 +pénitente/3 6 +pénitentiaire/1 4 +pénitentiale/8 3 +pénitentielle/3 3 +pennage/1 1 +pennatule/1 2 +penne/1 2 +pennée/3 3 +penniforme/1 4 +pennon/1 1 +penny/41 1 +penny/1 1 +pénologie/1 2 +pénombre/1 2 +penon/1 1 +pensable/1 4 +pensante/3 3 +pense-bête/1 1 +pensée/3 3 +pensée/1 2 +penser/4 110 +penseuse/3 6 +pension/1 2 +pensionnaire/1 10 +pensionnat/1 1 +pensionnée/3 6 +pensionner/4 5 +pensive/3 3 +pensivement 8 +pensum/1 1 +pentachlorure/1 1 +pentacle/1 1 +pentacorde/1 1 +pentacrine/1 1 +pentacrinite/1 1 +pentadactyle/1 4 +pentadécagone/1 1 +pentaèdre/1 1 +pentagonale/8 3 +pentagone/1 1 +pentagramme/1 1 +pentakidodécaèdre/1 1 +pentalogie/1 2 +pentamère/1 4 +pentamère/1 1 +pentamètre/1 1 +pentane/1 1 +pentanol/1 1 +pentarchie/1 2 +pentasodique/1 4 +pentasyllabe/1 1 +pentasyllabique/1 4 +pentateuque/1 1 +pentathlon/1 1 +pentathlonienne/3 9 +pentatome/1 10 +pentatonique/1 4 +pente/1 2 +pentecôte/1 2 +pentecôtisme/1 1 +pentecôtiste/1 13 +pentédécagone/1 1 +penthiobarbital/1 1 +penthode/1 2 +penthotal/1 1 +pentode/1 2 +pentose/1 1 +pentue/3 3 +penture/1 2 +pénultième/1 4 +pénurie/1 2 +péon/1 1 +péotte/1 2 +pep 18 +pépé/1 1 +pépère/1 4 +pépère/1 1 +péperin/1 1 +pèperin/1 1 +pépètes 46 +pépiante/3 3 +pépie/1 2 +pépiement/1 1 +pépier/10 14 +pépin/1 1 +pépinière/1 2 +pépiniériste/1 10 +pépite/1 2 +péplum/1 1 +pépon/1 1 +péponide/1 2 +peppermint/1 1 +pepsine/1 2 +peptide/1 1 +peptidique/1 4 +peptique/1 4 +peptone/1 2 +peptonisation/1 2 +péquenaude/3 6 +pèquenaude/3 6 +péquenotte/3 6 +pèquenotte/3 6 +péquet/1 1 +péquin/1 1 +péquiste/1 13 +peracétique/1 4 +péramèle/1 1 +perborate/1 1 +perçage/1 1 +percale/1 10 +percaline/1 2 +perçante/3 3 +perce/1 2 +percée/3 3 +percée/1 2 +percement/1 1 +perce-muraille 57 +perce-muraille/1 2 +perce-neige 88 +perce-neige/1 10 +perce-oreille 7 +perce-oreille/1 1 +perce-oreilles 7 +perce-pierre 57 +perce-pierre/1 2 +perce-pierres 57 +percept/1 1 +perceptibilité/1 2 +perceptible/1 4 +perceptiblement 8 +perception/1 2 +perceptionnisme/1 1 +perceptive/3 3 +perceptrice/3 6 +perceptuelle/3 3 +percer/4 17 +percerette/1 2 +perceuse/3 9 +percevable/1 4 +percevoir/90 79 +perche/1 2 +perchée/3 3 +percher/4 42 +percheronne/3 6 +percheuse/3 3 +perchis 7 +perchiste/1 10 +perchlorate/1 1 +perchlorique/1 4 +perchlorure/1 1 +perchman/41 1 +perchman/1 1 +perchoir/1 1 +percipient/1 1 +percluse/3 3 +percnoptère/1 1 +perçoir/1 1 +percolateur/1 1 +percolation/1 2 +perçue/3 3 +percussion/1 2 +percussionniste/1 10 +percutanée/3 3 +percutante/3 3 +percutée/3 3 +percuter/4 17 +percuteur/1 1 +percutiréaction/1 2 +percuti-réaction/1 2 +perdable/1 4 +perdante/3 6 +perdition/1 2 +perdre/52 97 +perdreau/19 1 +perdrix 57 +perdue/3 3 +perdurable/1 4 +perdurer/10 14 +père/1 1 +pérégrination/1 2 +pérégrine/3 6 +pérégriner/10 14 +péremption/1 2 +péremptoire/1 4 +péremptoirement 8 +pérennante/3 3 +pérenne/1 4 +pérennisation/1 2 +pérenniser/4 5 +pérennité/1 2 +péréquater/4 5 +péréquation/1 2 +perestroïka 47 +pérestroïka 47 +perfectibilité/1 2 +perfectible/1 4 +perfection/1 2 +perfectionnée/3 3 +perfectionnement/1 1 +perfectionner/4 11 +perfectionnisme/1 1 +perfectionniste/1 13 +perfective/3 3 +perfide/1 13 +perfidement 8 +perfidie/1 2 +perfoliée/3 3 +perforage/1 1 +perforante/3 3 +perforation/1 2 +perforatrice/3 6 +perforée/3 3 +perforelieuse/3 9 +perforer/4 5 +perforeuse/1 2 +performance/1 2 +performante/3 3 +performative/3 3 +performativité/1 2 +performeuse/3 9 +perfuser/4 5 +perfusion/1 2 +pergélisol/1 1 +pergola/1 2 +péri/1 2 +périanthe/1 1 +périarthrite/1 2 +périarticulaire/1 4 +périastre/1 1 +péribole/1 1 +péricarde/1 1 +péricardite/1 2 +péricarpe/1 1 +périchondre/1 1 +périclitante/3 3 +périclitation/1 2 +péricliter/10 14 +péricope/1 2 +péricycle/1 1 +péricyclique/1 4 +péridot/1 1 +péridotite/1 2 +péridurale/8 3 +périe/3 3 +périgée/1 1 +périglaciaire/1 4 +périgourdine/3 6 +périgueux 7 +périhélie/1 4 +périhélie/1 1 +périinformatique/1 4 +péri-informatique/1 4 +périinformatique/1 2 +péri-informatique/1 2 +péril/1 1 +périlleuse/8 3 +périlleusement 8 +périmée/3 3 +périmer/4 55 +périmètre/1 1 +périmétrie/1 2 +périmétrique/1 4 +périnatale/3 3 +périnatalité/1 2 +périnatalogie/1 2 +périnéale/8 3 +périnée/1 1 +périnéorraphie/1 2 +période/1 10 +périodicité/1 2 +périodique/1 4 +périodique/1 1 +périodiquement 8 +périodisation/1 2 +périœsophagienne/3 3 +périoste/1 1 +périostite/1 2 +péripate/1 1 +péripatéticienne/3 6 +péripatétique/1 4 +péripatétisme/1 1 +péripétie/1 2 +périphérie/1 2 +périphérique/1 4 +périphérique/1 1 +périphlébite/1 2 +périphrase/1 2 +périphraser/10 14 +périphrastique/1 4 +périple/1 1 +péripneumonie/1 2 +périptère/1 4 +périr/55 92 +périscolaire/1 4 +périscope/1 1 +périscopique/1 4 +périsperme/1 1 +périsplénite/1 2 +périspomène/1 4 +périspomène/1 1 +périssable/1 4 +périssodactyle/1 1 +périssoire/1 2 +périssologie/1 2 +péristaltique/1 4 +péristaltisme/1 1 +péristase/1 2 +péristasis 57 +péristome/1 1 +péristyle/1 1 +périsystole/1 2 +péritel 45 +péritéléphonie/1 2 +péritexte/1 1 +périthèce/1 1 +péritoine/1 1 +péritonéale/8 3 +péritonite/1 2 +pérityphlite/1 2 +périurbaine/3 3 +péri-urbaine/3 3 +périurbanisation/1 2 +péri-urbanisation/1 2 +périzonium/1 1 +perle/1 2 +perlèche/1 2 +perlée/3 3 +perler/4 17 +perlière/3 6 +perlimpinpin 18 +perlinguale/8 3 +perlite/1 2 +perlitique/1 4 +perlon/1 1 +perlot/1 1 +perlouse/1 2 +perlouze/1 +perluète/1 2 +perlure/1 2 +permaculture/1 2 +permafrost/1 1 +permalien/1 1 +permalloy/1 1 +permanence/1 2 +permanencière/3 9 +permanente/3 6 +permanentée/3 3 +permanenter/4 5 +permanganate/1 1 +permanganique/1 4 +perméabiliser/4 5 +perméabilité/1 2 +perméable/1 4 +permettre/73 79 +permienne/3 3 +permis 7 +permise/3 3 +permission/1 2 +permissionnaire/1 13 +permissive/3 3 +permissivité/1 2 +permittivité/1 2 +permutabilité/1 2 +permutable/1 4 +permutante/3 9 +permutateur/1 1 +permutation/1 2 +permutée/3 3 +permuter/4 42 +pernicieuse/8 3 +pernicieusement 8 +perniciosité/1 2 +péroné/1 1 +péronier/1 1 +péronière/3 3 +péronisme/1 1 +péroniste/1 13 +péronnelle/1 2 +péroraison/1 2 +pérorer/10 14 +péroreuse/3 9 +pérot/1 1 +peroxydase/1 2 +peroxydation/1 2 +peroxyde/1 1 +peroxyder/4 5 +perpendiculaire/1 4 +perpendiculaire/1 2 +perpendiculairement 8 +perpendicularité/1 2 +perpète 87 +perpétration/1 2 +perpétrée/3 3 +perpétrer/33 11 +perpette 87 +perpétuation/1 2 +perpétuée/3 3 +perpétuelle/3 3 +perpétuellement 8 +perpétuer/4 11 +perpétuité/1 2 +perplexe/1 13 +perplexité/1 2 +perquisiteur/1 1 +perquisition/1 2 +perquisitionnée/3 3 +perquisitionner/10 14 +perron/1 1 +perroquet/1 1 +perruche/1 2 +perruque/1 2 +perruquière/3 9 +pers 45 +persane/3 6 +persanophone/1 13 +perse/1 13 +persécutée/3 6 +persécuter/4 5 +persécution/1 2 +persécutrice/3 9 +perséides 46 +persel/1 1 +persévéramment 8 +persévérance/1 2 +persévérante/3 6 +persévération/1 2 +persévérer/63 14 +persicaire/1 2 +persicot/1 1 +persienne/1 2 +persifflage/1 1 +persiffler/4 5 +persiffleuse/3 6 +persiflage/1 1 +persifler/4 5 +persifleuse/3 6 +persil/1 1 +persillade/1 2 +persillée/3 3 +persiller/4 5 +persillère/1 2 +persique/1 4 +persistance/1 2 +persistante/3 3 +persister/10 14 +perso 45 +perso/1 4 +personæ +personnage/1 1 +personnalisable/1 4 +personnalisation/1 2 +personnalisée/3 3 +personnaliser/4 5 +personnalisme/1 1 +personnaliste/1 13 +personnalité/1 2 +personne 159 +personne/1 2 +personnel/1 1 +personnelle/3 3 +personnellement 8 +personnification/1 2 +personnifiée/3 3 +personnifier/4 5 +perspective/3 6 +perspectivement 8 +perspectivisme/1 1 +perspicace/1 13 +perspicacement 8 +perspicacité/1 2 +perspiration/1 2 +persuadée/3 3 +persuader/4 11 +persuasion/1 2 +persuasive/3 3 +persuasivement 8 +persulfate/1 1 +persulfure/1 1 +persulfurée/3 3 +perte/1 2 +pertinemment 8 +pertinence/1 2 +pertinente/3 3 +pertuis 7 +pertuisane/1 2 +pertuisanier/1 1 +perturbante/3 3 +perturbation/1 2 +perturbative/3 3 +perturbatrice/3 6 +perturbée/3 3 +perturber/4 5 +péruvienne/3 6 +pervenche 45 +pervenche/1 2 +perverse/3 6 +perversement 8 +perversion/1 2 +perversité/1 2 +pervertie/3 3 +pervertir/29 83 +pervertissement 8 +pervertisseuse/3 6 +pervibrage/1 1 +pervibrer/4 5 +pesade/1 2 +pesage/1 1 +pesamment 8 +pesant 18 +pesante/3 3 +pesanteur/1 2 +pèse-acide 7 +pèse-acide/1 1 +pèse-alcool 7 +pèse-alcool/1 1 +pèse-bébé 7 +pèse-bébé/1 1 +pesée/3 3 +pesée/1 2 +pèse-esprit 7 +pèse-esprit/1 1 +pèse-lait 7 +pèse-lait/1 1 +pèse-lettre 7 +pèse-lettre/1 1 +pèse-liqueur 7 +pèse-liqueur/1 1 +pèse-moût 7 +pèse-mout/1 1 +pèse-moût/1 1 +pèse-personne 7 +pèse-personne/1 1 +peser/47 42 +pèse-sel 7 +pèse-sel/1 1 +pèse-sirop 7 +pèse-sirop/1 1 +peseta/1 2 +péséta/1 2 +pesette/1 2 +peseuse/3 9 +pèse-vin 7 +pèse-vin/1 1 +peso/1 1 +péso/1 1 +peson/1 1 +pessaire/1 1 +pesse/1 2 +pessière/1 2 +pessigner 5 +pessimisme/1 1 +pessimiste/1 10 +peste/1 2 +pesteller/10 14 +pester/10 14 +pesteuse/8 3 +pesticide/1 1 +pestiférée/3 6 +pestiférer/33 5 +pestilence/1 2 +pestilente/3 3 +pestilentielle/3 3 +pesto/1 1 +pet/1 1 +pétabit/1 1 +pétage/1 1 +pétainisme/1 1 +pétainiste/1 13 +pétale/1 1 +pétalisme/1 1 +pétaloïde/1 4 +pétamètre/1 1 +pétanque/1 2 +pétante/3 3 +pétaoctet/1 1 +pétaradante/3 3 +pétarade/1 2 +pétarader/10 14 +pétard/1 1 +pétarder/4 17 +pétase/1 1 +pétasse/1 2 +pétaudière/1 2 +pétaure/1 1 +pétauriste/1 1 +pet-de-nonne 18 +pétéchiale/8 3 +pétéchie/1 2 +péter/33 42 +pète-sec/1 13 +péteuse/3 9 +péteuse/8 9 +pétillante/3 3 +pétillement/1 1 +pétiller/10 14 +pétinisme/1 1 +pétiniste/1 13 +pétiole/1 1 +pétiolée/3 3 +petiote/3 6 +petit-beurre 18 +petit-bois 18 +petit-bourgeois 135 +petit-boutiste/1 4 +petit-déjeuner 18 +petit-déjeuner/10 14 +petite/3 6 +petite-bourgeoise 138 +petite-fille 47 +petite-maitresse 47 +petite-maîtresse 47 +petitement 8 +petite-nièce 47 +petites-bourgeoises 143 +petites-filles 46 +petites-maitresses 46 +petites-maîtresses 46 +petites-nièces 46 +petitesse/1 2 +petit-fils 18 +petit-gris 18 +pétition/1 2 +pétitionnaire/1 10 +pétitionnement/1 1 +pétitionner/10 14 +petit-lait 18 +petit-maitre 18 +petit-maître 18 +petit-nègre 18 +petit-neveu 18 +pétitoire/1 4 +pétitoire/1 1 +petit-pois 18 +petits-beurre 20 +petits-bois 20 +petits-bourgeois 136 +petits-déjeuners 20 +petits-enfants 20 +petits-fils 20 +petits-gris 20 +petits-laits 20 +petits-maitres 20 +petits-maîtres 20 +petits-neveux 20 +petits-pois 20 +petits-suisses 20 +petit-suisse 18 +pétocharde/3 6 +pétoche/1 2 +pétocher/10 14 +pétoire/1 2 +pétole/1 2 +pétomane/1 10 +peton/1 1 +pétoncle/1 1 +pétrarquisante/3 3 +pétrarquiser/10 14 +pétrarquisme/1 1 +pétrarquiste/1 13 +pétrée/3 3 +pétrel/1 1 +pétreuse/8 3 +pétrie/3 3 +pétrifiante/3 3 +pétrification/1 2 +pétrifiée/3 3 +pétrifier/4 11 +pétrin/1 1 +pétrir/29 84 +pétrissable/1 4 +pétrissage/1 1 +pétrisseuse/3 9 +pétrochimie/1 2 +pétrochimique/1 4 +pétrochimiste/1 10 +pétrodollar/1 1 +pétrogale/1 1 +pétrogenèse/1 2 +pétroglyphe/1 1 +pétrographe/1 10 +pétrographie/1 2 +pétrographique/1 4 +pétrole/1 1 +pétrolette/1 2 +pétroleuse/1 2 +pétrolière/3 6 +pétrolifère/1 4 +pétrolochimie/1 2 +pétrolochimique/1 4 +pétrologie/1 2 +pétrologique/1 4 +pétromonarchie/1 2 +pets-de-nonne 20 +petto 87 +pétulance/1 2 +pétulante/3 3 +pétun/1 1 +pétuner/10 14 +pétunia/1 1 +peu 78 +peucédan/1 1 +peuchère 70 +peuh 70 +peule/3 6 +peulven/1 1 +peuplade/1 2 +peuple/1 1 +peuplée/3 3 +peuplement/1 1 +peupler/4 11 +peupleraie/1 2 +peuplier/1 1 +peur/1 2 +peureuse/8 6 +peureusement 8 +peut-être 152 +peyotl/1 1 +pèze/1 1 +pézize/1 1 +pfaffienne/3 3 +pfennig/1 1 +pff 70 +pfft 70 +pfut 70 +ph/38 7 +phacochère/1 1 +phacomètre/1 1 +phaéton/1 1 +phage/1 1 +phagédénique/1 4 +phagédénisme/1 1 +phagocytage/1 1 +phagocytaire/1 4 +phagocyte/1 1 +phagocytée/3 3 +phagocyter/4 5 +phagocytose/1 2 +phalaenopsis 7 +phalange/1 2 +phalanger/1 1 +phalangette/1 2 +phalangienne/3 3 +phalangine/1 2 +phalangiste/1 13 +phalanstère/1 1 +phalanstérienne/3 6 +phalène/1 2 +phalère/1 2 +phalline/1 2 +phallique/1 4 +phallocentrique/1 4 +phallocentrisme/1 1 +phallocrate/1 1 +phallocratie/1 2 +phallocratique/1 4 +phalloïde/1 4 +phalloïdine/1 2 +phallotoxine/1 2 +phallus 7 +phanère/1 1 +phanérogame/1 4 +phanérogame/1 2 +phanie/1 2 +phantasme/1 1 +pharamineuse/8 3 +pharaonesque/1 4 +pharaonienne/3 3 +pharaonique/1 4 +pharaonne/3 9 +phare/1 1 +pharillon/1 1 +pharisaïque/1 4 +pharisaïsme/1 1 +pharisienne/3 6 +pharmaceutique/1 4 +pharmacie/1 2 +pharmacienne/3 9 +pharmacocinétique/1 4 +pharmacocinétique/1 2 +pharmacodépendance/1 2 +pharmacodépendante/3 3 +pharmacodynamie/1 2 +pharmacodynamique/1 4 +pharmacodynamique/1 2 +pharmacogénétique/1 4 +pharmacognosie/1 2 +pharmacologie/1 2 +pharmacologique/1 4 +pharmacologiste/1 10 +pharmacologue/1 10 +pharmacomanie/1 2 +pharmacopée/1 2 +pharmacothérapie/1 2 +pharmacovigilance/1 2 +pharyngale/8 3 +pharyngée/3 3 +pharyngienne/3 3 +pharyngite/1 2 +pharyngolaryngite/1 2 +pharyngo-laryngite/1 2 +pharynx 7 +phasage/1 1 +phascolome/1 1 +phase/1 2 +phasemètre/1 1 +phaser/10 14 +phasianidé/1 1 +phasme/1 1 +phasmide/1 1 +phasmidé/1 1 +phatique/1 4 +phelloderme/1 1 +phellogène/1 4 +phellogène/1 1 +phème/1 1 +phénakisticope/1 1 +phénakistiscope/1 1 +phénanthrène/1 1 +phénate/1 1 +phencyclidine/1 2 +phénétique/1 4 +phénicienne/3 6 +phénicoptère/1 1 +phénique/1 4 +phéniquée/3 3 +phénix 7 +phénobarbital/1 1 +phénocopie/1 2 +phénocristal/19 1 +phénol/1 1 +phénolate/1 1 +phénolique/1 4 +phénologie/1 2 +phénoménale/8 3 +phénoménalement 8 +phénoménalisme/1 1 +phénoménalité/1 2 +phénomène/1 1 +phénoménique/1 4 +phénoménisme/1 1 +phénoméniste/1 13 +phénoménologie/1 2 +phénoménologique/1 4 +phénoménologiquement 8 +phénoménologue/1 10 +phénoplaste/1 1 +phénotype/1 1 +phénotypique/1 4 +phénylacétone/1 2 +phénylalanine/1 2 +phénylamine/1 2 +phénylcétonurie/1 2 +phényle/1 1 +phényléphrine/1 2 +phénylique/1 4 +phéochromocytome/1 1 +phéomélanine/1 2 +phéon/1 1 +phéophycée/1 2 +phéromonale/8 3 +phéromone/1 2 +phi 7 +phi/1 1 +philanthrope/1 10 +philanthropie/1 2 +philanthropique/1 4 +philatélie/1 2 +philatélique/1 4 +philatéliste/1 10 +philharmonie/1 2 +philharmonique/1 4 +philhellène/1 13 +philhellénisme/1 1 +philippienne/3 6 +philippine/3 6 +philippique/1 4 +philistin/1 1 +philistinisme/1 1 +philo/1 2 +philodendron/1 1 +philologie/1 2 +philologique/1 4 +philologiquement 8 +philologue/1 10 +philosophale/3 3 +philosophe/1 13 +philosopher/10 14 +philosophie/1 2 +philosophique/1 4 +philosophiquement 8 +philosophisme/1 1 +philotechnique/1 4 +philtre/1 1 +phimosis 7 +phlébite/1 2 +phlébographie/1 2 +phlébolithe/1 1 +phlébologie/1 2 +phlébologue/1 10 +phléborragie/1 2 +phlébothrombose/1 2 +phlébotome/1 1 +phlébotomie/1 2 +phlegmasie/1 2 +phlegmasique/1 4 +phlegmatique/1 4 +phlegme/1 1 +phlegmon/1 1 +phlegmoneuse/8 3 +phloème/1 1 +phlogistique/1 10 +phlox 7 +phlyctène/1 2 +phobie/1 2 +phobique/1 4 +phocéenne/3 6 +phœnix 7 +pholade/1 2 +pholiote/1 2 +phonation/1 2 +phonatoire/1 4 +phonatrice/3 3 +phone/1 1 +phonématique/1 4 +phonème/1 1 +phonémique/1 4 +phonéticienne/3 9 +phonétique/1 4 +phonétique/1 2 +phonétiquement 8 +phonétisme/1 1 +phoniatrie/1 2 +phonie/1 2 +phonique/1 4 +phoniquement 8 +phono/1 1 +phonocaptrice/3 3 +phonogénie/1 2 +phonogénique/1 4 +phonogramme/1 1 +phonogrammique/1 4 +phonographe/1 1 +phonographie/1 2 +phonographique/1 4 +phonographiquement 8 +phonolite/1 10 +phonolithe/1 10 +phonolithique/1 4 +phonolitique/1 4 +phonologie/1 2 +phonologique/1 4 +phonologiquement 8 +phonologisation/1 2 +phonologue/1 10 +phonométrie/1 2 +phonon/1 1 +phonotactique/1 4 +phonotactique/1 2 +phonothèque/1 2 +phoque/1 1 +phormion/1 1 +phormium/1 1 +phosgène/1 1 +phosphatage/1 1 +phosphatase/1 2 +phosphatation/1 2 +phosphate/1 1 +phosphatée/3 3 +phosphater/4 5 +phosphatidique/1 4 +phosphatidyléthanolamine/1 2 +phosphatidylsérine/1 2 +phosphatière/3 6 +phosphatine/1 2 +phosphatique/1 4 +phosphaturie/1 2 +phosphène/1 1 +phosphine/1 2 +phosphite/1 1 +phospholipide/1 1 +phosphoprotéine/1 2 +phosphore/1 1 +phosphorée/3 3 +phosphorémie/1 2 +phosphorer/10 14 +phosphorescence/1 2 +phosphorescente/3 3 +phosphoreuse/8 3 +phosphorique/1 4 +phosphorisation/1 2 +phosphorisme/1 1 +phosphorite/1 2 +phosphorylase/1 2 +phosphorylation/1 2 +phosphoryle/1 1 +phosphorylée/3 3 +phosphoryler/4 5 +phosphure/1 1 +phot/1 1 +photique/1 4 +photo 45 +photo/1 4 +photo/1 2 +photobiologie/1 2 +photocalque/1 1 +photocatalyse/1 2 +photocatalytique/1 4 +photocellule/1 2 +photochimie/1 2 +photochimique/1 4 +photochrome/1 1 +photochromie/1 2 +photochromique/1 4 +photochromisme/1 1 +photocomposeuse/1 2 +photocomposition/1 2 +photoconductivité/1 2 +photoconductrice/3 3 +photocopie/1 2 +photocopiée/3 3 +photocopier/4 5 +photocopieuse/3 9 +photocopillage/1 1 +photocoupleur/1 1 +photodétecteur/1 1 +photodiode/1 2 +photodissociation/1 2 +photoélasticimétrie/1 2 +photo-élasticimétrie/1 2 +photoélectricité/1 2 +photo-électricité/1 2 +photoélectrique/1 4 +photo-électrique/1 4 +photoélectronique/1 4 +photoémettrice/3 3 +photo-émettrice/3 3 +photoémission/1 2 +photo-émission/1 2 +photo-finish 47 +photofinish/1 2 +photogène/1 4 +photogénie/1 2 +photogénique/1 4 +photogramme/1 1 +photogrammétrie/1 2 +photogrammétrique/1 4 +photographe/1 10 +photographie/1 2 +photographiée/3 3 +photographier/4 5 +photographique/1 4 +photographiquement 8 +photograveuse/3 9 +photogravure/1 2 +photohéliographe/1 1 +photo-interprétation/1 2 +photojournalisme/1 1 +photojournaliste/1 10 +photojournalistique/1 4 +photolecture/1 2 +photolithographie/1 2 +photoluminescence/1 2 +photolyse/1 2 +photomacrographie/1 2 +photomaton/1 1 +photomécanique/1 4 +photomètre/1 1 +photométrie/1 2 +photométrique/1 4 +photomicrographie/1 2 +photomontage/1 1 +photomultiplicateur/1 1 +photon/1 1 +photonique/1 4 +photonique/1 2 +photopériode/1 2 +photopériodique/1 4 +photopériodisme/1 1 +photophobie/1 2 +photophore/1 1 +photophosphorylation/1 2 +photopile/1 2 +photorécepteur/1 1 +photoréceptrice/3 3 +photorésistance/1 2 +photorésistante/3 3 +photo-robot 119 +photorobot/1 10 +photosculpture/1 2 +photosensibilisant/1 1 +photosensibilisante/3 3 +photosensibilisation/1 2 +photosensibilité/1 2 +photosensible/1 4 +photos-finish 46 +photosphère/1 2 +photosphérique/1 4 +photos-robots 113 +photostat/1 1 +photostéréosynthèse/1 2 +photostyle/1 1 +photosynthèse/1 2 +photosynthétique/1 4 +photosynthétiquement 8 +photosynthétiser/4 17 +phototactisme/1 1 +phototaxie/1 2 +photothèque/1 2 +photothérapie/1 2 +phototrophe/1 4 +phototrophie/1 2 +phototropie/1 2 +phototropique/1 4 +phototropisme/1 1 +phototype/1 1 +phototypie/1 2 +photovoltaïque/1 4 +phragmite/1 1 +phrase/1 2 +phrasé/1 1 +phraséologie/1 2 +phraséologique/1 4 +phraser/4 17 +phraseuse/3 6 +phrasicoter 14 +phrastique/1 4 +phratrie/1 2 +phréatique/1 4 +phrénique/1 4 +phrénologie/1 2 +phrénologique/1 4 +phrénologiste/1 10 +phrénologue/1 10 +phrygane/1 2 +phrygienne/3 6 +phtalate/1 1 +phtaléine/1 2 +phtalique/1 4 +phtanite/1 2 +phtiriase/1 2 +phtiriasis 57 +phtisie/1 2 +phtisiologie/1 2 +phtisiologue/1 10 +phtisique/1 13 +phycocyanine/1 2 +phycoérythrine/1 2 +phycologie/1 2 +phycomycète/1 1 +phylactère/1 1 +phylarque/1 1 +phylétique/1 4 +phyllade/1 1 +phyllie/1 2 +phyllopode/1 1 +phyllosilicate/1 1 +phylloxera/1 1 +phylloxéra/1 1 +phylloxérée/3 3 +phylloxérienne/3 3 +phylloxérique/1 4 +phylogenèse/1 2 +phylogénéticienne/3 6 +phylogénétique/1 4 +phylogénétique/1 2 +phylogénétiquement 8 +phylogénie/1 2 +phylogénique/1 4 +phylogéniste/1 13 +phylogéographie/1 2 +phylogéographique/1 4 +phylum/51 1 +phylum/1 1 +physalie/1 2 +physalis 7 +physe/1 2 +physiatre/1 10 +physiatrie/1 2 +physicalisme/1 1 +physicienne/3 9 +physicochimie/1 2 +physico-chimie/1 2 +physicochimique/1 4 +physico-chimique/1 4 +physicochimiste/1 10 +physico-chimiste/1 10 +physicomathématique/1 2 +physico-mathématique/1 2 +physicothéologique/1 4 +physico-théologique/1 4 +physiocrate/1 10 +physiocratie/1 2 +physiocratique/1 4 +physiognomonie/1 2 +physiognomonique/1 4 +physiognomonique/1 2 +physiognomoniste/1 10 +physiographie/1 2 +physiographique/1 4 +physiologie/1 2 +physiologique/1 4 +physiologiquement 8 +physiologiste/1 10 +physionomie/1 2 +physionomique/1 4 +physionomiste/1 4 +physiopathologie/1 2 +physiopathologique/1 4 +physiothérapeute/1 10 +physiothérapie/1 2 +physique/1 13 +physiquement 8 +physisorption/1 2 +physostigma/1 1 +physostigmine/1 2 +physostome/1 1 +phytéléphas 7 +phytoalexine/1 2 +phytobiologie/1 2 +phytochimie/1 2 +phytocide/1 4 +phytocide/1 1 +phytoécologie/1 2 +phytogéographie/1 2 +phytohormone/1 2 +phytolithe/1 1 +phytopathologie/1 2 +phytophage/1 4 +phytophage/1 1 +phytopharmaceutique/1 4 +phytopharmacie/1 2 +phytophthora/1 1 +phytoplancton/1 1 +phytosanitaire/1 4 +phytosociologie/1 2 +phytosociologue/1 10 +phytothérapeute/1 10 +phytothérapie/1 2 +phytotoxicité/1 2 +phytotoxique/1 4 +phytotron/1 1 +phytozoaire/1 1 +pi 7 +pi/1 1 +pi/38 7 +piaculaire/1 4 +piaf/1 1 +piaffante/3 3 +piaffement/1 1 +piaffer/10 14 +piaffeuse/3 6 +piaillarde/3 6 +piaillement/1 1 +piailler/10 14 +piaillerie/1 2 +piailleuse/3 6 +pian/1 1 +piane-piane 8 +pianissimo 8 +pianissimo/51 1 +pianissimo/1 1 +pianiste/1 10 +pianistique/1 4 +piano 8 +piano/1 1 +pianoforte 7 +pianoforté/1 1 +pianotage/1 1 +pianoter/4 17 +piassava/1 1 +piastre/1 2 +piaule/1 2 +piaulement/1 1 +piauler/10 14 +piaute/1 2 +piazza/1 2 +pibale/1 2 +pible 139 +pibrock/1 1 +pic/1 1 +pica/1 1 +picador/1 1 +picage/1 1 +picaillon/1 1 +picardan/1 1 +picarde/3 6 +picarel/1 1 +picaresque/1 4 +picaro/1 1 +pic-bois 18 +piccalilli/1 1 +piccolo/1 1 +pichenette/1 2 +pichet/1 1 +picholine/1 2 +pickles 20 +pickpocket/1 1 +pick-up 7 +pickup/1 1 +picoler/4 17 +picoleuse/3 9 +picolo/1 1 +picorage/1 1 +picorée/1 2 +picorer/4 17 +picot/1 1 +picotée/3 3 +picotement/1 1 +picoter/4 5 +picotin/1 1 +picpoul/1 1 +picrate/1 1 +picridium/1 1 +picrique/1 4 +picris 7 +picrite/1 2 +pics-bois 230 +pics-verts 229 +picte/1 13 +picter/4 17 +pictogramme/1 1 +pictographie/1 2 +pictographique/1 4 +picturale/8 3 +picturalement 8 +pic-vert 18 +pidgin/1 1 +pie/1 4 +pie/1 109 +pièce/1 2 +piécette/1 2 +pied/1 1 +pied-à-terre 7 +pied-bot 18 +pied-d'alouette 18 +pied-de-biche 18 +pied-de-cheval 18 +pied-de-chèvre 18 +pied-de-loup 18 +pied-de-mouton 18 +pied-de-poule 18 +pied-de-veau 18 +pied-d'oiseau 18 +pied-droit 18 +piédestal/19 1 +pied-fort 18 +piedmont/1 1 +pied-noir 119 +piédouche/1 1 +pied-plat 18 +piédroit/1 1 +pieds-bots 20 +pieds-d'alouette 20 +pieds-de-biche 20 +pieds-de-cheval 20 +pieds-de-chèvre 20 +pieds-de-loup 20 +pieds-de-mouton 20 +pieds-de-poule 20 +pieds-de-veau 20 +pieds-d'oiseau 20 +pieds-droits 20 +pieds-forts 20 +pieds-noirs 113 +pieds-plats 20 +piéfort/1 1 +piège/1 1 +piégeage/1 1 +piégée/3 3 +piéger/33 5 +piégeuse/3 9 +pie-grièche 47 +piémont/1 1 +piémontaise/3 6 +piercing/1 1 +piéride/1 2 +pierrade/1 2 +pierrage/1 1 +pierraille/1 2 +pierre/1 2 +pierrer/4 5 +pierreries 46 +pierrette/1 2 +pierreuse/8 6 +pierrier/1 1 +pierrière/1 2 +pierrot/1 1 +pies-grièches 46 +pietà 57 +piéta/1 2 +piétaille/1 2 +piété/1 2 +piétement/1 1 +piètement/1 1 +piéter/33 102 +piétin/1 1 +piétinante/3 3 +piétinée/3 3 +piétinement/1 1 +piétiner/4 17 +piétisme/1 1 +piétiste/1 13 +piétonne/3 6 +piétonnière/3 9 +piètre/1 4 +piètrement 8 +piètrerie/1 2 +pieu/19 1 +pieuse/8 3 +pieusement 8 +pieuter/4 55 +pieuvre/1 2 +pièze/1 2 +piézoélectricité/1 2 +piézo-électricité/1 2 +piézoélectrique/1 4 +piézo-électrique/1 4 +piézographe/1 1 +piézomètre/1 1 +piézométrie/1 2 +piézométrique/1 4 +pif/1 1 +pifer/4 5 +piffer/4 5 +pifomètre/1 1 +pige/1 2 +pigeonnante/3 3 +pigeonne/3 9 +pigeonneau/19 1 +pigeonnée/3 3 +pigeonner/4 5 +pigeonnier/1 1 +piger/4 17 +pigiste/1 13 +pigment/1 1 +pigmentaire/1 4 +pigmentation/1 2 +pigmentée/3 3 +pigmenter/4 5 +pignada/1 10 +pignade/1 2 +pignatelle/1 2 +pigne/1 2 +pignocher/4 17 +pignon/1 1 +pignorative/3 3 +pignouf/1 1 +pilaf/1 1 +pilage/1 1 +pilaire/1 4 +pilastre/1 1 +pilchard/1 1 +pile/1 2 +piler/4 17 +pîler/10 14 +pilet/1 1 +pileuse/3 6 +pileuse/8 6 +pilier/1 1 +pilifère/1 4 +pili-pili 7 +pilipili/1 1 +pillage/1 1 +pillarde/3 6 +pillée/3 3 +piller/4 5 +pilleuse/3 6 +pilocarpe/1 1 +pilocarpine/1 2 +pilon/1 1 +pilonnage/1 1 +pilonnée/3 3 +pilonner/4 5 +pilori/1 1 +pilosébacée/3 3 +pilo-sébacée/3 3 +piloselle/1 2 +pilosisme/1 1 +pilosité/1 2 +pilot/1 1 +pilotable/1 4 +pilotage/1 1 +pilote/1 10 +pilotée/3 3 +piloter/4 5 +pilotin/1 1 +pilotis 7 +pilou/1 1 +pils 47 +pilulaire/1 13 +pilule/1 2 +piluler/10 14 +pilulier/1 1 +pilum/1 1 +pimbêche/1 2 +piment/1 1 +pimentée/3 3 +pimenter/4 5 +pimer/4 5 +pimpante/3 3 +pimprenelle/1 2 +pin/1 1 +pinacée/1 2 +pinacle/1 1 +pinacothèque/1 2 +pinaillage/1 1 +pinailler/10 14 +pinailleuse/3 6 +pinard/1 1 +pinardier/1 1 +pinasse/1 2 +pinastre/1 1 +pinçage/1 1 +pinçarde/3 3 +pince/1 2 +pinceau/19 1 +pincée/3 3 +pincée/1 2 +pince-fesse/1 1 +pince-fesses 7 +pincelier/1 1 +pince-maille 7 +pince-maille/1 1 +pincement/1 1 +pince-monseigneur 47 +pince-nez 7 +pince-note/1 1 +pince-notes 7 +pince-oreille/1 1 +pince-oreilles 7 +pincer/4 42 +pince-sans-rire 105 +pinces-monseigneur 46 +pincette/1 2 +pincharde/3 3 +pinçon/1 1 +pinçure/1 2 +pindarique/1 4 +pindariser/10 14 +pindouler/10 14 +pine/1 2 +pinéale/8 3 +pineau/19 1 +pinède/1 2 +piner/4 17 +pineraie/1 2 +pingler 5 +pingouin/1 1 +ping-pong 7 +pingpong/1 1 +ping-pong/1 1 +pingre/1 13 +pingrerie/1 2 +pinière/1 2 +pinne/1 2 +pinnipède/1 1 +pinnothère/1 1 +pinnule/1 2 +pinocytose/1 2 +pinot/1 1 +pin's 7 +pinson/1 1 +pintade/1 2 +pintadeau/19 1 +pintadine/1 2 +pinte/1 2 +pinter/4 102 +pin-up 57 +pinup/1 2 +pinyin 18 +piochage/1 1 +pioche/1 2 +piocher/4 17 +piocheuse/3 9 +pioger/10 14 +piolet/1 1 +pioncer/10 14 +pionne/3 9 +pionner/10 14 +pionnière/3 6 +piorne/1 2 +pioupiou/1 1 +pipe/1 2 +pipeau/19 1 +pipée/3 3 +pipelette/3 9 +pipeline/1 1 +pipe-line/1 1 +piper/4 17 +piperade/1 2 +piper-cub/1 1 +piperie/1 2 +pipérine/1 2 +pipéronal/1 1 +pipette/1 2 +pipeuse/3 6 +pipi/1 1 +pipière/3 9 +pipi-room/1 1 +pipistrelle/1 2 +pipit/1 1 +piquage/1 1 +piquant/1 1 +piquante/3 3 +pique/1 10 +pique-assiette 7 +pique-assiette/1 1 +pique-bœuf 7 +pique-bœuf/1 1 +pique-bois 7 +piquée/3 6 +pique-feu 7 +pique-feu/19 1 +pique-fleur/1 1 +pique-fleurs 7 +pique-fruit/1 1 +pique-fruits 7 +piquenique/1 1 +pique-nique/1 1 +piqueniquer/10 14 +pique-niquer/10 14 +piqueniqueuse/3 9 +pique-niqueuse/3 9 +pique-note/1 1 +pique-notes 7 +piquer/4 42 +piquerie/1 2 +piquet/1 1 +piquetage/1 1 +piquetée/3 3 +piqueter/40 5 +piquette/1 2 +piqueur/1 1 +piqueuse/8 6 +piquier/1 1 +piquoir/1 1 +piquouse/1 2 +piquouser/4 5 +piqure/1 2 +piqûre/1 2 +piranha/1 1 +piratage/1 1 +pirate/1 13 +piratée/3 3 +pirater/4 17 +piraterie/1 2 +piraya/1 1 +pire 78 +pire/1 4 +pire/1 1 +piriforme/1 4 +pirogue/1 2 +piroguière/3 9 +pirojki 7 +pirojki/1 1 +pirole/1 2 +pirouette/1 2 +pirouettement/1 1 +pirouetter/10 14 +pis 45 +pis 78 +pis 7 +pis-aller 7 +piscicole/1 4 +piscicultrice/3 9 +pisciculture/1 2 +pisciforme/1 4 +piscine/1 2 +piscivore/1 13 +pisé/1 1 +pisiforme/1 4 +pisolite/1 2 +pisolithe/1 2 +pisolithique/1 4 +pisolitique/1 4 +pissaladière/1 2 +pissat/1 1 +pisse/1 2 +pisse-copie/1 10 +pisse-froid 7 +pissefroid/1 1 +pissenlit/1 1 +pisser/4 17 +pissette/1 2 +pisseuse/3 9 +pisseuse/8 3 +pisse-vinaigre 88 +pisse-vinaigre/1 10 +pissodrome/1 1 +pissoir/1 1 +pissoter/10 14 +pissotière/1 2 +pistache 45 +pistache/1 10 +pistacher/4 55 +pistachier/1 1 +pistage/1 1 +pistarde/3 9 +piste/1 2 +pistée/3 3 +pister/4 5 +pisteuse/3 9 +pistil/1 1 +pistolage/1 1 +pistole/1 2 +pistolero/1 1 +pistoléro/1 1 +pistolet/1 1 +pistolet-mitrailleur 18 +pistolets-mitrailleurs 20 +pistoleuse/3 9 +piston/1 1 +pistonnée/3 6 +pistonner/4 5 +pistou/1 1 +pitance/1 2 +pitancher/4 5 +pitbull/1 1 +pit-bull/1 1 +pitch/41 1 +pitch/1 1 +pitchoune/3 6 +pitchounette/3 6 +pitchpin/1 1 +pite/1 2 +piter/10 14 +piteuse/8 3 +piteusement 8 +pithécanthrope/1 1 +pithiatique/1 4 +pithiatisme/1 1 +pithiviers 7 +pitié/1 2 +piton/1 1 +pitonnage/1 1 +pitonner/10 14 +pitoyable/1 4 +pitoyablement 8 +pitre/1 1 +pitrerie/1 2 +pittoresque/1 4 +pittoresquement 8 +pittosporum/1 1 +pituitaire/1 4 +pituite/1 2 +pityriasis 7 +pive/1 10 +pivert/1 1 +pivoine/1 2 +pivot/1 1 +pivotage/1 1 +pivotante/3 3 +pivotement/1 1 +pivoter/10 14 +pixel/1 1 +pixelisée/3 3 +pixeliser/4 5 +pixellisation/1 2 +pizza/1 2 +pizzaiolo/51 1 +pizzaïolo/1 1 +pizzeria/1 2 +pizzéria/1 2 +pizzicato/51 1 +pizzicato/1 1 +placage/1 1 +placard/1 1 +placarder/4 5 +placardiser/4 5 +place/1 2 +placebo/1 1 +placébo/1 1 +placée/3 3 +placement/1 1 +placenta/1 1 +placentaire/1 4 +placentation/1 2 +placer/1 1 +placer/4 11 +placette/3 9 +placeuse/3 9 +placide/1 4 +placidement 8 +placidité/1 2 +placière/3 9 +placoter/10 14 +plafond/1 1 +plafonnage/1 1 +plafonnée/3 3 +plafonnement/1 1 +plafonner/4 17 +plafonneur/1 1 +plafonnier/1 1 +plagale/8 3 +plage/1 2 +plagiaire/1 10 +plagiat/1 1 +plagiée/3 3 +plagier/4 17 +plagiocéphalie/1 2 +plagioclase/1 1 +plagiostome/1 1 +plagiotrope/1 4 +plagiotropie/1 2 +plagiotropisme/1 1 +plagiste/1 10 +plaid/1 1 +plaidable/1 4 +plaidante/3 3 +plaidée/3 3 +plaider/4 17 +plaideuse/3 9 +plaidoirie/1 2 +plaidoyer/1 1 +plaie/1 2 +plaignante/3 6 +plain/1 1 +plain-chant 18 +plaindre/119 79 +plaine/3 6 +plainer/4 5 +plain-pied 87 +plains-chants 20 +plainte/3 3 +plainte/1 2 +plaintive/3 3 +plaintivement 8 +plaire/120 140 +plaisamment 8 +plaisance/1 2 +plaisancière/3 9 +plaisante/3 3 +plaisanter/4 17 +plaisanterie/1 2 +plaisantin/1 1 +plaisir/1 1 +plan/1 1 +planage/1 1 +planaire/1 2 +planante/3 3 +planar/1 1 +planarisation/1 2 +planche/1 2 +planchéiage/1 1 +planchéier/4 5 +plancher/1 1 +plancher/10 14 +planchette/1 2 +planchiste/1 10 +plançon/1 1 +plan-concave/1 1 +plan-convexe/1 1 +plancton/1 1 +planctonique/1 4 +plane/3 6 +planée/3 3 +planéité/1 2 +planer/4 17 +planétaire/1 4 +planétaire/1 1 +planétairement 8 +planétarisation/1 2 +planétarium/1 1 +planète/1 2 +planétésimale/8 3 +planétoïde/1 1 +planétologie/1 2 +planétologue/1 10 +planeuse/3 6 +planèze/1 2 +planification/1 2 +planificatrice/3 6 +planifiée/3 3 +planifier/4 5 +planigramme/1 1 +planimétrage/1 1 +planimètre/1 1 +planimétrie/1 2 +planimétrique/1 4 +planipenne/1 1 +planisme/1 1 +planisphère/1 1 +planiste/1 13 +planning/1 1 +planoir/1 1 +planorbe/1 1 +planque/1 2 +planquée/3 6 +planquer/4 42 +plan-relief 18 +plan-séquence 18 +plansichter/1 1 +plans-reliefs 20 +plans-séquences 20 +plantage/1 1 +plantaginacée/1 2 +plantain/1 1 +plantaire/1 4 +plantard/1 1 +plantation/1 2 +plante/3 9 +plantée/3 3 +planter/4 11 +planteuse/3 9 +plantigrade/1 1 +plantoir/1 1 +planton/1 1 +plantule/1 2 +plantureuse/8 3 +plantureusement 8 +planure/1 2 +plaquage/1 1 +plaque/1 2 +plaquée/3 3 +plaquemine/1 2 +plaqueminier/1 1 +plaquer/4 11 +plaquettaire/1 4 +plaquette/1 2 +plaqueuse/3 9 +plaquiste/1 10 +plasma/1 1 +plasmagène/1 1 +plasmatique/1 4 +plasmide/1 1 +plasmidique/1 4 +plasmifier/4 5 +plasmine/1 2 +plasmique/1 4 +plasmocyte/1 1 +plasmocytome/1 1 +plasmode/1 1 +plasmodium/1 1 +plasmoïde/1 1 +plasmolyse/1 2 +plasmolysée/3 3 +plaste/1 1 +plastic/1 1 +plasticage/1 1 +plasticienne/3 9 +plasticine/1 2 +plasticité/1 2 +plastie/1 2 +plastifiante/3 3 +plastification/1 2 +plastifiée/3 3 +plastifier/4 5 +plastigel/1 1 +plastination/1 2 +plastiquage/1 1 +plastique/1 13 +plastiquée/3 3 +plastiquement 8 +plastiquer/4 5 +plastiqueuse/3 9 +plastisol/1 1 +plastron/1 1 +plastronner/4 17 +plasturgie/1 2 +plasturgique/1 4 +plasturgiste/1 10 +platane/1 1 +plataniste/1 1 +plat-bord 18 +plate/3 6 +plateau/19 1 +plateau-repas 18 +plateaux-repas 228 +plate-bande 47 +platebande/1 2 +platée/1 2 +plate-forme 47 +plateforme/1 2 +platelage/1 1 +platement 8 +plateresque/1 4 +plates-bandes 46 +plates-formes 46 +plateure/1 2 +plathelminthe/1 1 +platière/1 2 +platinage/1 1 +platine/1 10 +platinée/3 3 +platiner/4 5 +platinifère/1 4 +platiniser/4 5 +platinocyanure/1 1 +platinotypie/1 2 +platitude/1 2 +platonicienne/3 3 +platonique/1 4 +platoniquement 8 +platonisme/1 1 +plâtrage/1 1 +plâtre/1 1 +plâtrée/3 3 +plâtrée/1 2 +plâtrer/4 5 +plâtrerie/1 2 +plâtreuse/8 3 +plâtrière/3 6 +plats-bords 20 +plausibilité/1 2 +plausible/1 4 +plausiblement 8 +play-back 7 +playback/1 1 +playboy/1 1 +play-boy/1 1 +playlist/1 2 +play-list/1 2 +playon/1 1 +pléban/1 10 +plèbe/1 2 +plébéienne/3 6 +plébiscitaire/1 4 +plébiscite/1 1 +plébiscitée/3 3 +plébisciter/4 5 +plecquer/10 14 +plectre/1 1 +pléiade/1 2 +plein/1 1 +pleine/3 3 +pleinement 8 +plein-emploi 18 +pleins-temps 20 +pleins-vents 20 +plein-temps 18 +plein-vent 18 +pléiotrope/1 4 +pléiotropie/1 2 +pléistocène/1 4 +pléistocène/1 1 +plénière/3 3 +plénièrement 8 +plénipotentiaire/1 13 +plénitude/1 2 +plenum/1 1 +plénum/1 1 +pléochroïque/1 4 +pléochroïsme/1 1 +pléonasme/1 1 +pléonastique/1 4 +pléonastiquement 8 +plérôme/1 1 +plésiomorphe/1 4 +plésiomorphie/1 2 +plésiosaure/1 1 +pléthore/1 2 +pléthorique/1 4 +pleur/1 1 +pleurage/1 1 +pleurale/8 3 +pleurante/3 3 +pleurarde/3 6 +pleure-misère 7 +pleure-misère/1 1 +pleurer/4 17 +pleurésie/1 2 +pleurétique/1 4 +pleureuse/3 6 +pleurite/1 2 +pleurnicharde/3 6 +pleurnichement/1 1 +pleurnicher/10 14 +pleurnicherie/1 2 +pleurnicheuse/3 6 +pleurobranche/1 1 +pleurodynie/1 2 +pleuronecte/1 1 +pleuronectiforme/1 1 +pleuropneumonie/1 2 +pleurote/1 1 +pleurotomie/1 2 +pleutre/1 13 +pleutrerie/1 2 +pleuvasser/69 111 +pleuviner/69 111 +pleuvioter/69 111 +pleuvoir/151 205 +pleuvoter/69 111 +plèvre/1 2 +plexiglas 7 +plexus 7 +pleyon/1 1 +pli/1 1 +pliable/1 4 +pliage/1 1 +pliante/3 3 +plie/1 2 +pliée/3 3 +pliement/1 1 +plier/4 42 +plieuse/3 9 +plinthe/1 2 +pliocène/1 4 +plioir/1 1 +pliosaure/1 1 +plique/1 2 +plissage/1 1 +plissée/3 3 +plissement/1 1 +plisser/4 42 +plisseuse/3 9 +plissure/1 2 +pliure/1 2 +ploc 70 +ploiement/1 1 +plomb/1 1 +plombage/1 1 +plombagine/1 2 +plombante/3 3 +plombe/1 2 +plombée/3 3 +plombémie/1 2 +plomber/4 11 +plomberie/1 2 +plombeur/1 1 +plombeuse/8 3 +plombière/3 9 +plombifère/1 4 +plomboir/1 1 +plombure/1 2 +plommée/1 2 +plonge/1 2 +plongeable/1 4 +plongeante/3 3 +plongée/1 2 +plongement/1 1 +plongeoir/1 1 +plongeon/1 1 +plonger/4 42 +plongeuse/3 9 +ploquer/4 11 +plot/1 1 +plouc/1 13 +plouf 70 +plouk/1 10 +ploutocrate/1 10 +ploutocratie/1 2 +ploutocratique/1 4 +ployable/1 4 +ployante/3 3 +ployer/4 17 +pluche/1 2 +plucher/10 14 +plucheuse/8 3 +pluie/1 2 +plumage/1 1 +plumaison/1 2 +plumard/1 1 +plumasserie/1 2 +plumassière/3 9 +plumcake/1 1 +plum-cake/1 1 +plume/1 2 +plumeau/19 1 +plumée/3 3 +plumer/4 42 +plumet/1 1 +plumetée/3 3 +plumetis 7 +plumette/1 2 +plumeuse/3 9 +plumeuse/8 3 +plumier/1 1 +plumitif/1 1 +plumpouding/1 1 +plum-pudding/1 1 +plumule/1 2 +plupart 78 +plurale/8 3 +pluralisation/1 2 +pluralisme/1 1 +pluraliste/1 4 +pluralité/1 2 +pluriannuelle/3 3 +pluricellulaire/1 4 +pluriculturelle/3 3 +pluridimensionnalité/1 2 +pluridimensionnelle/3 3 +pluridisciplinaire/1 4 +pluridisciplinarité/1 2 +plurielle/3 3 +pluriethnique/1 4 +pluri-ethnique/1 4 +plurilatérale/8 3 +plurilingue/1 13 +plurilinguisme/1 1 +plurinationale/8 3 +plurinominale/8 3 +pluripartisme/1 1 +pluripartite/1 4 +pluripotence/1 2 +pluripotente/3 3 +pluriséculaire/1 4 +plurisousharmonique/1 4 +plurivalente/3 3 +plurivocité/1 2 +plurivoque/1 4 +plus 78 +plus 7 +plusieurs 292 +plus-que-parfait/1 1 +plus-value/1 2 +plutino/1 1 +plutoïde/1 1 +pluton/1 1 +plutonienne/3 6 +plutonigène/1 4 +plutonique/1 4 +plutonisme/1 1 +plutonium/1 1 +plutôt 8 +pluviale/8 3 +pluvian/1 1 +pluvier/1 1 +pluvieuse/8 3 +pluviner/69 111 +pluviomètre/1 1 +pluviométrie/1 2 +pluviométrique/1 4 +pluvionivale/8 3 +pluvio-nivale/8 3 +pluviôse/1 1 +pluviosité/1 2 +pneu/1 1 +pneumallergène/1 1 +pneumatique/1 13 +pneumatiquement 8 +pneumatisme/1 1 +pneumatologie/1 2 +pneumatophore/1 1 +pneumatothérapie/1 2 +pneumectomie/1 2 +pneumococcie/1 2 +pneumoconiose/1 2 +pneumocoque/1 1 +pneumocystose/1 2 +pneumogastrique/1 4 +pneumographie/1 2 +pneumologie/1 2 +pneumologique/1 4 +pneumologue/1 10 +pneumonectomie/1 2 +pneumonie/1 2 +pneumonique/1 4 +pneumopathie/1 2 +pneumopéritoine/1 1 +pneumothorax 7 +po/38 7 +pochade/1 2 +pochage/1 1 +pocharde/3 9 +pocharder/4 55 +pochardise/1 2 +poche/1 2 +pochée/3 3 +pocher/4 17 +pochetée/1 2 +pochetronne/3 9 +pochetronner/4 55 +pochette/1 2 +pochettes-surprises 46 +pochette-surprise 47 +pocheuse/1 2 +pochoir/1 1 +pochon/1 1 +pochouse/1 2 +pochtronne/3 9 +podagre/1 4 +podagre/1 2 +podaire/1 2 +podcast/1 1 +podcasteuse/3 9 +podcasting/1 1 +podestat/1 1 +podium/1 1 +podologie/1 2 +podologue/1 10 +podomètre/1 1 +podoscaphe/1 1 +podzol/1 1 +podzolique/1 4 +podzolisation/1 2 +podzoliser/4 5 +pœcilandrie/1 2 +pœcile/1 1 +pœcilitique/1 4 +pœcilogynie/1 2 +pœcilotherme/1 4 +pœcilotherme/1 1 +pœcilothermie/1 2 +poêlage/1 1 +poêle/1 10 +poêlée/3 3 +poêler/4 5 +poêlon/1 1 +poème/1 1 +poésie/1 2 +poète/1 1 +poétereau/19 1 +poètereau/19 1 +poétesse/1 2 +poétique/1 4 +poétiquement 8 +poétisation/1 2 +poétiser/4 5 +poétisme/1 1 +pogne/1 2 +pogner/4 5 +pognon/1 1 +pogonophore/1 1 +pogrom/1 1 +pogrome/1 1 +poids 7 +poignante/3 3 +poignard/1 1 +poignardée/3 3 +poignarder/4 5 +poigne/1 2 +poignée/1 2 +poignet/1 1 +poïkilotherme/1 4 +poïkilotherme/1 1 +poïkilothermie/1 2 +poil/1 1 +poilante/3 3 +poiler/4 55 +poilue/3 3 +poinçon/1 1 +poinçonnage/1 1 +poinçonnée/3 3 +poinçonnement/1 1 +poinçonner/4 5 +poinçonneuse/3 9 +poindre/67 114 +poing/1 1 +point 78 +point/1 1 +pointage/1 1 +pointal/19 1 +pointe/1 2 +pointeau/19 1 +pointée/3 3 +pointement/1 1 +pointer/1 1 +pointer/4 42 +pointeuse/3 9 +pointillage/1 1 +pointillé/1 1 +pointillée/3 3 +pointiller/4 17 +pointilleuse/8 3 +pointillisme/1 1 +pointilliste/1 13 +points-virgules 20 +pointue/3 3 +pointure/1 2 +point-virgule 18 +poire/1 2 +poireau/19 1 +poireauter/10 14 +poirée/3 9 +poirier/1 1 +poiroter/10 14 +pois 7 +poiscaille/1 2 +poise/1 10 +poiseuille/1 1 +poison/1 1 +poissarde/3 6 +poisse/1 2 +poisser/4 17 +poisseuse/8 3 +poisson/1 1 +poisson-chat 18 +poisson-clown 18 +poissonnerie/1 2 +poissonneuse/8 3 +poissonnière/3 6 +poissons-chats 20 +poisson-scie 18 +poissons-clowns 20 +poissons-scies 227 +poitevine/3 6 +poitrail/1 1 +poitrinaire/1 4 +poitrine/1 2 +poitrinière/1 2 +poivrade/1 2 +poivre/1 1 +poivrée/3 3 +poivrer/4 11 +poivrière/3 9 +poivron/1 1 +poivrote/3 9 +poivroter/4 55 +poix 47 +poker/1 1 +polacre/1 2 +polaire/1 13 +polaque/1 10 +polar/1 1 +polarde/3 6 +polarimètre/1 1 +polarimétrie/1 2 +polarimétrique/1 4 +polarisabilité/1 2 +polarisable/1 4 +polarisante/3 3 +polarisation/1 2 +polarisatrice/3 3 +polariscope/1 1 +polarisée/3 3 +polariser/4 11 +polariseur/1 94 +polarité/1 2 +polarographe/1 1 +polarographie/1 2 +polarographique/1 4 +polaroid/1 1 +polatouche/1 1 +polder/1 1 +pole 47 +pôle/1 1 +polémarque/1 1 +polémique/1 4 +polémique/1 2 +polémiquer/10 14 +polémiste/1 10 +polémologie/1 2 +polenta/1 2 +police/1 2 +policée/3 3 +policeman/41 1 +policeman/1 1 +policer/4 5 +polichinelle/1 10 +policière/3 6 +policlinique/1 4 +polie/3 3 +poliment 8 +polio/1 10 +poliomyélite/1 2 +poliomyélitique/1 13 +poliorcétique/1 4 +poliorcétique/1 2 +polir/29 83 +polissable/1 4 +polissage/1 1 +polisseuse/3 9 +polissoir/1 1 +polissoire/1 4 +polissoire/1 2 +polissonne/3 6 +polissonner/10 14 +polissonnerie/1 2 +polissure/1 2 +poliste/1 10 +politesse/1 2 +politicaillerie/1 2 +politicarde/3 6 +politicienne/3 6 +politicologue/1 10 +politique/1 13 +politiquement 8 +politiquer/10 14 +politisation/1 2 +politisée/3 3 +politiser/4 11 +politiste/1 10 +politologie/1 2 +politologique/1 4 +politologue/1 10 +polka/1 2 +pollakiurie/1 2 +pollen/1 1 +pollicitation/1 2 +pollinie/1 2 +pollinique/1 4 +pollinisation/1 2 +pollinisatrice/3 6 +polliniser/4 5 +pollinose/1 2 +polluant/1 1 +polluante/3 3 +polluée/3 3 +polluer/4 17 +pollueuse/3 6 +pollupostage/1 1 +polluposteuse/3 9 +pollution/1 2 +polo/1 1 +polochon/1 1 +polonaise/3 6 +polonium/1 1 +poltronne/3 9 +poltronnerie/1 2 +polyacide/1 1 +polyacrylate/1 1 +polyacrylique/1 4 +polyacrylique/1 1 +polyaddition/1 2 +polyadénylation/1 2 +polyakène/1 4 +polyakène/1 1 +polyalcool/1 1 +polyamide/1 1 +polyamine/1 2 +polyandre/1 10 +polyandrie/1 2 +polyarthrite/1 2 +polyatomique/1 4 +polybasique/1 4 +polycarbonate/1 1 +polycentrique/1 4 +polycentrisme/1 1 +polycéphale/1 4 +polycercle/1 1 +polychète/1 1 +polychlorure/1 1 +polychroïque/1 4 +polychroïsme/1 1 +polychrome/1 4 +polychromie/1 2 +polycistronique/1 4 +polyclinique/1 2 +polycondensat/1 1 +polycondensation/1 2 +polycopie/1 2 +polycopiée/3 3 +polycopier/4 5 +polycristal/19 1 +polycristalline/3 3 +polyculture/1 2 +polycycle/1 1 +polycyclique/1 4 +polydactyle/1 13 +polydactylie/1 2 +polydisque/1 1 +polyédrale/8 3 +polyèdre/1 1 +polyédrique/1 4 +polyélectrolyte/1 4 +polyélectrolyte/1 1 +polyembryonie/1 2 +polyester/1 1 +polyéther/1 1 +polyéthylène/1 1 +polyfonctionnelle/3 3 +polygala/1 1 +polygale/1 1 +polygame/1 10 +polygamie/1 2 +polygamique/1 4 +polygénique/1 4 +polygénisme/1 1 +polygéniste/1 13 +polyglobulie/1 2 +polyglotte/1 10 +polygonacée/1 2 +polygonale/8 3 +polygonation/1 2 +polygone/1 1 +polygraphe/1 10 +polygraphie/1 2 +polygynie/1 2 +polyhandicapée/3 6 +polyimide/1 4 +polyimide/1 1 +polyinsaturée/3 3 +polyiodure/1 1 +polylobe/1 1 +polylobée/3 3 +polymathe/1 10 +polymathie/1 2 +polymathique/1 4 +polymélodie/1 2 +polymérase/1 4 +polymérase/1 2 +polymère/1 1 +polymérie/1 2 +polymérique/1 4 +polymérisable/1 4 +polymérisation/1 2 +polymériser/4 17 +polymétallique/1 4 +polyméthacrylate/1 1 +polyméthylpentène/1 1 +polymorphe/1 4 +polymorphie/1 2 +polymorphique/1 4 +polymorphisme/1 1 +polynésienne/3 6 +polynévrite/1 2 +polynôme/1 1 +polynomiale/8 3 +polynucléaire/1 4 +polynucléotide/1 1 +polyol/1 1 +polyonymie/1 2 +polyoside/1 1 +polype/1 1 +polypeptide/1 1 +polypeptidique/1 4 +polypétale/1 4 +polypeuse/8 3 +polyphasée/3 3 +polyphasique/1 4 +polyphénol/1 1 +polyphonie/1 2 +polyphonique/1 4 +polyphosphate/1 1 +polyphylétique/1 4 +polypier/1 1 +polyploïde/1 4 +polyploïdie/1 2 +polypode/1 1 +polypore/1 1 +polypropylène/1 1 +polyptère/1 1 +polyptyque/1 1 +polyrythmie/1 2 +polysaccaride/1 1 +polysaccharide/1 1 +polysème/1 1 +polysémie/1 2 +polysémique/1 4 +polysoc/1 4 +polysoc/1 1 +polysome/1 1 +polystyle/1 4 +polystyrène/1 1 +polysulfure/1 1 +polysyllabe/1 4 +polysyllabique/1 4 +polysynodie/1 2 +polysynthétique/1 4 +polytechnicienne/3 9 +polytechnique/1 4 +polyterpène/1 1 +polytétrafluoroéthylène/1 1 +polythéisme/1 1 +polythéiste/1 13 +polythène/1 1 +polytonale/8 3 +polytonalité/1 2 +polytonique/1 4 +polytope/1 1 +polytoxicomanie/1 2 +polytraumatisée/3 6 +polytraumatisme/1 1 +polytric/1 1 +polyuréthane/1 1 +polyuréthanne/1 1 +polyurie/1 2 +polyvalence/1 2 +polyvalente/3 3 +polyvinyle/1 1 +polyvinylique/1 4 +polyvitamine/1 2 +polyxène/1 4 +pomelo/1 1 +pomélo/1 1 +poméranienne/3 6 +pomerium/1 1 +pomérium/1 1 +pomerol/1 1 +pomicultrice/3 9 +pomiculture/1 2 +pommade/1 2 +pommader/4 11 +pommard/1 1 +pomme/1 2 +pommeau/19 1 +pommée/3 3 +pommelée/3 3 +pommeler/40 55 +pommelle/1 2 +pommer/10 14 +pommeraie/1 2 +pommetée/3 3 +pommette/1 2 +pommier/1 1 +pomoculture/1 2 +pomœrium/1 1 +pomologie/1 2 +pomologique/1 4 +pomologiste/1 10 +pomologue/1 10 +pompage/1 1 +pompe/1 2 +pompée/3 3 +pompéienne/3 6 +pomper/4 17 +pompette/1 4 +pompeuse/3 9 +pompeuse/8 3 +pompeusement 8 +pompière/3 6 +pompiérisme/1 1 +pompile/1 1 +pompiste/1 10 +pompon/1 1 +pomponnée/3 3 +pomponner/4 11 +ponant/1 1 +ponantaise/3 6 +ponçage/1 1 +ponce/1 4 +ponce/1 2 +ponceau/19 1 +poncée/3 3 +poncelet/1 1 +poncer/4 5 +ponceuse/3 6 +ponceuse/8 6 +ponch/1 1 +poncho/1 1 +poncif/1 1 +ponction/1 2 +ponctionner/4 5 +ponctualité/1 2 +ponctuation/1 2 +ponctuée/3 3 +ponctuelle/3 3 +ponctuellement 8 +ponctuer/4 5 +poncture/1 2 +pondaison/1 2 +pondérable/1 4 +pondérale/8 3 +pondération/1 2 +pondératrice/3 3 +pondérée/3 3 +pondérer/33 5 +pondéreuse/8 3 +pondeuse/3 6 +pondoir/1 1 +pondre/52 114 +poney/1 1 +pongé/1 1 +pongée/1 1 +pongiste/1 10 +pontage/1 1 +ponte/3 9 +pontée/3 3 +pontée/1 2 +ponter/4 17 +pontet/1 1 +pontier/1 1 +pontife/1 4 +pontifiante/3 3 +pontificale/8 3 +pontificalement 8 +pontificat/1 1 +pontifier/10 14 +pontil/1 1 +pontiller/4 5 +pont-l'évêque 7 +pont-levis 18 +ponton/1 1 +pontonnier/1 1 +pont-promenade 18 +ponts-levis 20 +ponts-promenades 20 +pontuseau/19 1 +pool/1 1 +pop 45 +pop/1 4 +pop-corn 7 +popcorn/1 1 +pope/1 1 +popeline/1 2 +poplitée/3 3 +popote/1 2 +popotin/1 1 +populace/1 2 +populacière/3 3 +populage/1 1 +populaire/1 13 +populairement 8 +popularisation/1 2 +popularisée/3 3 +populariser/4 11 +popularité/1 2 +population/1 2 +populationnisme/1 1 +populationniste/1 13 +populéum/1 1 +populeuse/8 3 +populicultrice/3 9 +populiculture/1 2 +populisme/1 1 +populiste/1 13 +populo/1 1 +pop-up 7 +popup/1 1 +poquer/10 14 +poquet/1 1 +porc/1 1 +porcelaine/1 2 +porcelainière/3 6 +porcelet/1 1 +porc-épic 18 +porchaison/1 2 +porche/1 1 +porchère/3 9 +porcherie/1 2 +porcin/1 1 +porcine/3 3 +porcs-épics 20 +pore/1 1 +poreuse/8 3 +porion/1 1 +porno/1 4 +porno/1 1 +pornographe/1 10 +pornographie/1 2 +pornographique/1 4 +porosité/1 2 +porphyra/1 2 +porphyre/1 1 +porphyrie/1 2 +porphyrine/1 2 +porphyrique/1 4 +porphyriser/4 5 +porphyrogénète/1 4 +porphyroïde/1 4 +porpite/1 2 +porque/1 2 +porreau/19 1 +porrection/1 2 +porridge/1 1 +port/1 1 +portabilité/1 2 +portable/1 4 +portage/1 1 +portail/1 1 +portance/1 2 +portante/3 3 +portative/3 3 +porte/1 4 +porte/1 2 +porte-aéronef/1 1 +porte-aéronefs 7 +porte-à-faux 7 +porte-affiche/1 1 +porte-affiches 7 +porte-aigle 7 +porte-aigle/1 1 +porte-aiguille 7 +porte-aiguille/1 1 +porte-allumette/1 1 +porte-allumettes 7 +porte-amarre 7 +porte-amarre/1 1 +porte-à-porte 7 +porte-avion/1 1 +porte-avions 7 +porte-bagage/1 1 +porte-bagages 7 +porte-baïonnette 7 +porte-baïonnette/1 1 +porte-balai/1 1 +porte-balais 7 +porte-bannière 88 +porte-bannière/1 10 +porte-barge/1 1 +porte-barges 7 +porte-bébé 7 +porte-bébé/1 1 +porte-billet/1 1 +porte-billets 7 +porte-bois 7 +porte-bonheur 7 +porte-bonheur/1 1 +porte-bouquet 7 +porte-bouquet/1 1 +porte-bouteille/1 1 +porte-bouteilles 7 +porte-brancard 7 +porte-brancard/1 1 +porte-carte/1 1 +porte-cartes 7 +porte-chapeau/19 1 +porte-chapeaux 7 +porte-cigare/1 1 +porte-cigares 7 +porte-cigarette/1 1 +porte-cigarettes 7 +porteclé/1 1 +porte-clefs 7 +porte-clés 7 +porte-conteneur/1 1 +porte-conteneurs 7 +porte-copie 7 +porte-copie/1 1 +porte-couteau 7 +porte-couteau/19 1 +porte-crayon 7 +portecrayon/1 1 +porte-crayon/1 1 +porte-croix 7 +porte-crosse 7 +porte-crosse/1 1 +porte-document/1 1 +porte-documents 7 +porte-drapeau 7 +porte-drapeau/19 1 +portée/3 3 +portée/1 2 +porte-enseigne 7 +porte-enseigne/1 1 +porte-épée 7 +porte-épée/1 1 +porte-étendard 7 +porte-étendard/1 1 +porte-étrier/1 1 +porte-étriers 7 +porte-étrivière 7 +porte-étrivière/1 1 +portefaix 7 +porte-faix 7 +porte-fanion 7 +porte-fanion/1 1 +porte-fenêtre 47 +portefeuille/1 1 +porte-flingue/1 1 +portefolio/1 1 +porte-fort 7 +portefort/1 1 +porte-glaive 7 +porte-glaive/1 1 +porte-greffe 7 +porte-greffe/1 1 +porte-hauban/1 1 +porte-haubans 7 +porte-hélicoptère/1 1 +porte-hélicoptères 7 +porte-jarretelle/1 1 +porte-jarretelles 7 +porte-jupe 7 +porte-jupe/1 1 +porte-lame 7 +porte-lame/1 1 +porte-malheur 7 +porte-malheur/1 1 +portemanteau/19 1 +porte-manteau/19 1 +portement/1 1 +porte-menu 7 +porte-menu/1 1 +porte-mine 7 +portemine/1 1 +porte-monnaie 7 +portemonnaie/1 1 +porte-montre 7 +porte-montre/1 1 +porte-mors 7 +porte-musique 7 +porte-musique/1 1 +porte-objet 7 +porte-objet/1 1 +porte-outil 7 +porte-outil/1 1 +porte-papier 7 +porte-papier/1 1 +porte-parapluie/1 1 +porte-parapluies 7 +porte-parole 7 +porte-parole/1 1 +porte-plume 7 +porteplume/1 1 +porte-plume/1 1 +porte-queue 7 +porte-queue/1 1 +porter/4 117 +porte-revue/1 1 +porte-revues 7 +porterie/1 2 +porte-savon 7 +porte-savon/1 1 +porte-serviette 7 +porte-serviette/1 1 +porte-serviettes 7 +portes-fenêtres 46 +porte-trait 7 +porte-trait/1 1 +porteuse/3 6 +porte-vent 7 +porte-vent/1 1 +portevoix 7 +porte-voix 7 +portfolio/1 1 +portière/3 6 +portillon/1 1 +portion/1 2 +portionnable/1 4 +portionnaire/1 10 +portique/1 1 +portland/1 1 +portlandien/1 1 +porto/1 1 +portoir/1 1 +portor/1 1 +portrait/1 1 +portraitiste/1 10 +portrait-robot 18 +portraits-robots 20 +portraiturer/4 5 +portuaire/1 4 +portugaise/3 6 +portulan/1 1 +portune/1 1 +posada/1 2 +pose/1 2 +posée/3 3 +posément 8 +posemètre/1 1 +poser/4 42 +poseuse/3 6 +posidonie/1 2 +position/1 2 +positionnelle/3 3 +positionnellement 8 +positionnement/1 1 +positionner/4 11 +positive/3 3 +positivement 8 +positiver/4 17 +positivisme/1 1 +positiviste/1 13 +positivité/1 2 +positon/1 1 +positonium/1 1 +positron/1 1 +positronium/1 1 +posologie/1 2 +posologique/1 4 +possédante/3 6 +possédée/3 6 +posséder/33 11 +possesseur/1 1 +possession/1 2 +possessionnelle/3 3 +possessive/3 3 +possessivité/1 2 +possessoire/1 1 +possibilité/1 2 +possible/1 4 +possiblement 8 +post-abortum 7 +postabortum/1 1 +postage/1 1 +postale/8 3 +postclassique/1 4 +postcombustion/1 2 +postcommunion/1 2 +postcommunisme/1 1 +post-communisme/1 1 +postcommuniste/1 13 +postcondition/1 2 +postcure/1 2 +postdatée/3 3 +postdater/4 5 +postdoctorale/8 3 +post-doctorale/8 3 +postdoctorante/3 9 +post-doctorante/3 9 +postdoctorat/1 1 +post-doctorat/1 1 +poste/1 10 +poste-à-poste 7 +postée/3 3 +poster/1 1 +poster/4 11 +postérieure/3 3 +postérieurement 8 +posteriori 132 +postériori 132 +postériorité/1 2 +postérité/1 2 +postface/1 2 +postformée/3 3 +postglaciaire/1 4 +posthite/1 2 +posthume/1 4 +posthypophyse/1 2 +postiche/1 13 +posticher/10 14 +posticheur/1 1 +postière/3 9 +postillon/1 1 +postillonner/10 14 +postimpressionnisme/1 1 +post-impressionnisme/1 1 +postimpressionniste/1 13 +post-impressionniste/1 13 +postindustrielle/3 3 +post-industrielle/3 3 +post-it 7 +postlude/1 1 +postmarché/1 1 +post-marché/1 1 +postmoderne/1 13 +post-moderne/1 13 +postmodernisme/1 1 +post-modernisme/1 1 +postmoderniste/1 13 +post-moderniste/1 13 +postmodernité/1 2 +post-modernité/1 2 +postnatale/3 3 +post-natale/3 3 +postopératoire/1 4 +post-partum 7 +postpartum/1 1 +postposer/4 5 +postposition/1 2 +postprandiale/8 3 +post-prandiale/8 3 +postproduction/1 2 +post-production/1 2 +postromantique/1 4 +postscolaire/1 4 +post-scriptum 7 +postscriptum/1 1 +post-soixante-huitarde/3 6 +postsonorisation/1 2 +postsynaptique/1 4 +postsynchronisation/1 2 +postsynchroniser/4 5 +posttonique/1 4 +post-tonique/1 4 +posttonique/1 2 +post-tonique/1 2 +posttraumatique/1 4 +post-traumatique/1 4 +postulante/3 6 +postulat/1 1 +postulation/1 2 +postulatrice/3 9 +postuler/4 17 +posturale/8 3 +posture/1 2 +pot/1 1 +potable/1 4 +potache/1 13 +potage/1 1 +potager/1 1 +potagère/3 3 +potamochère/1 1 +potamodrome/1 4 +potamologie/1 2 +potamot/1 1 +potard/1 1 +potasse/1 2 +potassée/3 3 +potasser/4 17 +potasseur/1 1 +potassique/1 4 +potassium/1 1 +pot-au-feu 18 +pot-bouille 47 +pot-de-vin 18 +pote/1 10 +poteau/19 1 +potée/1 2 +potelée/3 3 +potelet/1 1 +potence/1 2 +potencée/3 +potentat/1 1 +potentialisation/1 2 +potentialiser/4 5 +potentialiste/1 4 +potentialité/1 2 +potentiel/1 1 +potentielle/3 3 +potentiellement 8 +potentille/1 2 +potentiomètre/1 1 +potentiométrique/1 4 +poter/10 14 +poterie/1 2 +poterne/1 2 +potestative/3 3 +poteur/1 1 +potiche/1 2 +potière/3 9 +potimarron/1 1 +potin/1 1 +potiner/10 14 +potinière/3 6 +potion/1 2 +potiron/1 1 +potlatch/1 1 +potomane/1 13 +potomanie/1 2 +potomètre/1 1 +potorou/1 1 +pot-pourri 18 +potpourri/1 1 +potron-minet 18 +pots-bouilles 255 +pots-de-vin 20 +pots-pourris 20 +potto/1 1 +pou/19 1 +pouacre/1 13 +pouah 70 +poubelle/1 2 +pouce/1 1 +pouce-pied 18 +poucepied/1 1 +pouces-pieds 20 +poucettes 46 +poucier/1 1 +pou-de-soie 18 +pouding/1 1 +poudingue/1 1 +poudrage/1 1 +poudre/1 2 +poudrée/3 3 +poudrer/4 11 +poudrerie/1 2 +poudrette/1 2 +poudreuse/8 6 +poudrier/1 1 +poudrière/1 2 +poudrin/1 1 +poudroiement/1 1 +poudroyer 17 +pouf/1 1 +pouffer/10 14 +pouffiasse/1 2 +pouillard/1 1 +pouille/1 2 +pouillé/1 1 +pouiller/4 5 +pouillerie/1 2 +pouilleuse/8 3 +pouillot/1 1 +pouilly/1 1 +poujadisme/1 1 +poujadiste/1 13 +poulaille/1 2 +poulailler/1 1 +poulaine/3 9 +poulamon/1 1 +poularde/1 2 +poulbot/1 1 +poule/1 2 +poulet/1 1 +poulette/1 2 +pouliage/1 1 +pouliche/1 2 +poulie/1 2 +pouliner/10 14 +poulinière/1 4 +poulinière/1 2 +pouliot/1 1 +poulote/3 +poulpe/1 1 +pouls 7 +poult-de-soie 18 +poults-de-soie 20 +poumon/1 1 +poupard/1 1 +poupe/1 2 +poupée/1 2 +poupette/1 2 +poupine/3 3 +poupon/1 1 +pouponnage/1 1 +pouponnée/3 3 +pouponner/10 14 +pouponnière/1 2 +poupoule/1 2 +pour 99 +pourboire/1 1 +pourceau/19 1 +pour-cent 18 +pourcentage/1 1 +pourchassée/3 6 +pourchasser/4 11 +pourchasseuse/3 9 +pour-compte 7 +pourcompte/1 1 +pourfendeuse/3 9 +pourfendre/52 82 +pourfendue/3 3 +pourlécher/33 11 +pourparler/1 1 +pourpier/1 1 +pourpoint/1 1 +pourpre/1 13 +pourprée/3 3 +pourprer/4 55 +pourprine/3 3 +pourquoi 78 +pourridié/1 1 +pourrie/3 3 +pourriel/1 1 +pourrir/29 100 +pourrissage/1 1 +pourrissante/3 3 +pourrissement/1 1 +pourrissoir/1 1 +pourriture/1 2 +pour-soi 7 +poursoi/1 1 +poursuite/1 2 +poursuiteuse/3 9 +poursuivante/3 9 +poursuiveuse/3 9 +poursuivie/3 3 +poursuivre/143 79 +pourtant 8 +pourtour/1 1 +pourvoi/1 1 +pourvoir/155 146 +pourvoirie/1 2 +pourvoyeuse/3 9 +pourvu 78 +pourvue/3 3 +poussa/1 1 +poussage/1 1 +poussah/1 1 +pousse/1 2 +pousse-au-crime 7 +pousse-café 7 +pousse-café/1 1 +pousse-caillou/19 1 +pousse-cailloux 7 +pousse-cul 7 +pousse-cul/1 1 +poussée/3 3 +poussée/1 2 +pousse-pied 7 +pousse-pied/1 1 +pousse-pousse 7 +poussepousse/1 1 +pousser/4 42 +pousse-toc 7 +pousse-toc/1 1 +poussette/1 2 +pousseur/1 1 +pousse-wagon 7 +pousse-wagon/1 1 +poussier/1 1 +poussière/1 2 +poussiéreuse/8 3 +poussine/3 9 +poussinière/1 2 +poussive/3 3 +poussivement 8 +poussoir/1 1 +poutargue/1 2 +pout-de-soie 18 +poutine/1 2 +poutou/1 1 +poutrage/1 1 +poutraison/1 2 +poutre/1 2 +poutrelle/1 2 +pouts-de-soie 20 +poutser/4 5 +pouture/1 2 +pouvoir/1 1 +pouvoir/223 97 +poux-de-soie 20 +pouzzolane/1 2 +pp +ppb/38 57 +ppm/38 57 +ppp +ppq/38 57 +ppt/38 57 +pracrit/1 1 +praesidium 7 +pragmatique/1 4 +pragmatique/1 2 +pragmatiquement 8 +pragmatisme/1 1 +pragmatiste/1 10 +praire/1 2 +prairial/1 1 +prairie/1 2 +prâkrit/1 1 +pralin/1 1 +pralinage/1 1 +praline/1 2 +praliné/1 1 +pralinée/3 3 +praliner/4 5 +prame/1 2 +prao/1 1 +praséodyme/1 1 +praticabilité/1 2 +praticable/1 4 +praticable/1 1 +praticienne/3 9 +praticité/1 2 +pratiquante/3 6 +pratique/1 4 +pratique/1 2 +pratiquée/3 3 +pratiquement 8 +pratiquer/4 42 +praxématique/1 2 +praxéologie/1 2 +praxie/1 2 +praxinoscope/1 1 +praxis 57 +pré/1 1 +préaccentuation/1 2 +préaccord/1 1 +préachetable/1 4 +préacheter/47 5 +préactionneur/1 1 +préadamisme/1 1 +préadamite/1 13 +préadaptation/1 2 +préadolescence/1 2 +pré-adolescence/1 2 +préadolescente/3 9 +préalable/1 4 +préalable/1 1 +préalablement 8 +préalpine/3 3 +préambule/1 1 +préamplificateur/1 1 +préapprentissage/1 1 +préardennaise/3 3 +préau/19 1 +préavis 7 +préaviser/4 5 +prébende/1 2 +prébendée/3 6 +prébendier/1 1 +prébiotique/1 4 +prébiotique/1 1 +précaire/1 13 +précairement 8 +précambrien/1 1 +précambrienne/3 3 +précampagne/1 2 +précancéreuse/8 3 +précarisation/1 2 +précarisée/3 3 +précariser/4 11 +précarité/1 2 +précaution/1 2 +précautionnée/3 3 +précautionner/4 11 +précautionneuse/8 3 +précautionneusement 8 +précédemment 8 +précédence/1 2 +précédente/3 6 +précéder/33 17 +préceinte/1 2 +précellence/1 2 +précepte/1 1 +préceptorale/8 3 +préceptorat/1 1 +préceptrice/3 9 +précéramique/1 4 +précession/1 2 +préchambre/1 2 +préchargée/3 3 +préchargement/1 1 +précharger/4 5 +préchauffage/1 1 +préchauffe/1 2 +préchauffée/3 3 +préchauffer/4 5 +prêche/1 1 +prêcher/4 17 +prêcheuse/3 6 +prêchi-prêcha 7 +prêchiprêcha/1 1 +précieuse/8 6 +précieusement 8 +préciosité/1 2 +précipice/1 1 +précipitable/1 4 +précipitamment 8 +précipitation/1 2 +précipitée/3 6 +précipiter/4 11 +préciput/1 1 +préciputaire/1 4 +précis 7 +précise/3 3 +précisément 8 +préciser/4 42 +précision/1 2 +précitée/3 3 +précoce/1 13 +précocement 8 +précocité/1 2 +précognition/1 2 +précolombienne/3 3 +précombustion/1 2 +précommande/1 2 +précompilation/1 2 +précompte/1 1 +précompter/4 5 +préconception/1 2 +préconçue/3 3 +précondition/1 2 +préconisation/1 2 +préconisatrice/3 9 +préconisée/3 3 +préconiser/4 5 +préconiseur/1 1 +préconscient/1 1 +préconsciente/3 3 +précontrainte/3 6 +précordiale/8 3 +précordialgie/1 2 +précuire/84 82 +précuisson/1 2 +précuite/3 3 +précurseur/1 94 +prédatée/3 3 +prédation/1 2 +prédatrice/3 6 +prédécesseur/1 1 +prédécoupée/3 3 +prédéfinie/3 3 +prédéfinir/29 84 +prédelle/1 2 +prédestinateur/1 1 +prédestination/1 2 +prédestinée/3 3 +prédestiner/4 5 +prédétermination/1 2 +prédéterminée/3 3 +prédéterminer/4 5 +prédéterminisme/1 1 +prédicable/1 4 +prédicable/1 1 +prédicant/1 1 +prédicat/1 1 +prédication/1 2 +prédicative/3 3 +prédicatrice/3 9 +prédictibilité/1 2 +prédictible/1 4 +prédiction/1 2 +prédictive/3 3 +prédigérée/3 3 +prédilection/1 2 +prédiquer/4 5 +prédire/102 79 +prédisposée/3 3 +prédisposer/4 17 +prédisposition/1 2 +prédite/3 3 +prédominance/1 2 +prédominante/3 3 +prédominer/10 14 +préélectorale/8 3 +préemballée/3 3 +prééminence/1 2 +prééminente/3 3 +préemptée/3 3 +préempter/4 5 +préemption/1 2 +préencollée/3 3 +préenregistrée/3 3 +préenregistrement/1 1 +préétablie/3 3 +préétablir/29 84 +préexcellence/1 2 +préexistante/3 3 +préexistence/1 2 +préexister/10 14 +préfabrication/1 2 +préfabriqué/1 1 +préfabriquée/3 3 +préface/1 2 +préfacée/3 3 +préfacer/4 5 +préfacière/3 9 +préfanage/1 1 +préfectorale/8 3 +préfecture/1 2 +préférable/1 4 +préférablement 8 +préférée/3 3 +préférence/1 2 +préférentielle/3 3 +préférentiellement 8 +préférer/33 42 +préfète/3 9 +préfiguration/1 2 +préfigurer/4 5 +préfinancement/1 1 +préfixale/8 3 +préfixation/1 2 +préfixe/1 1 +préfixée/3 3 +préfixer/4 5 +préfixion/1 2 +préfloraison/1 2 +préfoliaison/1 2 +préfoliation/1 2 +préformage/1 1 +préformatage/1 1 +préformatée/3 3 +préformation/1 2 +préforme/1 2 +préformée/3 3 +préformer/4 5 +préfourrière/1 2 +préfrontale/8 3 +prégénérateur/1 1 +prégéodésique/1 4 +préglaciaire/1 4 +prégnance/1 2 +prégnante/3 3 +préhellénique/1 4 +préhenseur/1 1 +préhensile/1 4 +préhension/1 2 +préhistoire/1 2 +préhistorienne/3 9 +préhistorique/1 4 +préhominien/1 1 +préhomogène/1 4 +préhospitalière/3 3 +préimplantation/1 2 +préimplantatoire/1 4 +préindustrielle/3 3 +préislamique/1 4 +préjudice/1 1 +préjudiciable/1 4 +préjudiciaux 127 +préjudicielle/3 3 +préjudicier/10 14 +préjugé/1 1 +préjuger/4 116 +prélart/1 1 +prélasser/4 55 +prélat/1 1 +prélatine/3 3 +prélature/1 2 +prélavage/1 1 +prèle/1 2 +prêle/1 2 +prélegs 7 +prélevée/3 3 +prélèvement/1 1 +prélever/47 5 +préliminaire/1 4 +préliminaire/1 1 +préliminairement 8 +prélogique/1 4 +prélude/1 1 +préluder/10 123 +prémâcher/4 5 +prématurée/3 6 +prématurément 8 +prématurité/1 2 +prémédication/1 2 +préméditation/1 2 +préméditée/3 3 +préméditer/4 116 +prémenstruelle/3 3 +prémessager/1 94 +prémices 46 +première/3 6 +premièrement 8 +première-née 138 +premières-nées 143 +premier-maitre 18 +premier-maître 18 +premier-né 135 +premiers-maitres 20 +premiers-maîtres 20 +premiers-nés 136 +prémilitaire/1 4 +prémisse/1 2 +premium 45 +premium 7 +prémium/1 4 +prémium/1 1 +prémolaire/1 2 +prémonition/1 2 +prémonitoire/1 4 +prémontage/1 1 +prémontrée/3 9 +prémotion/1 2 +prémunie/3 3 +prémunir/29 83 +prémunition/1 2 +prenable/1 4 +prenante/3 3 +prénasalisée/3 3 +prénatale/3 3 +prendre/88 97 +preneuse/3 6 +prénom/1 1 +prénommée/3 3 +prénommer/4 11 +prénormale/8 3 +prénotion/1 2 +prénuptiale/8 3 +préoccupante/3 3 +préoccupation/1 2 +préoccupée/3 3 +préoccuper/4 11 +préœdipienne/3 3 +préopératoire/1 4 +préorale/8 3 +préouverture/1 2 +prépalatale/8 3 +préparatif/1 1 +préparation/1 2 +préparatoire/1 4 +préparatrice/3 6 +préparée/3 3 +préparer/4 11 +prépayée/3 3 +prépayer/4 5 +prépension/1 2 +prépensionnée/3 6 +prépensionner/4 5 +préplacement/1 1 +prépolymère/1 1 +prépondérance/1 2 +prépondérante/3 3 +préposée/3 6 +préposer/4 5 +préposition/1 2 +prépositionnelle/3 3 +prépositionner/4 11 +prépositive/3 3 +prépositivement 8 +prépotence/1 2 +prépotente/3 3 +prépresse/1 1 +pré-presse/1 1 +préprocesseur/1 1 +préproduction/1 2 +préprogrammée/3 3 +prépsychotique/1 4 +prépubertaire/1 4 +prépuberté/1 2 +prépublication/1 2 +prépuce/1 1 +préraphaélisme/1 1 +préraphaélite/1 13 +préréglable/1 4 +préréglage/1 1 +prérégler/33 5 +prérégulateur/1 1 +prérentrée/1 2 +prérequis 7 +préretraite/1 2 +préretraitée/3 9 +prérogative/1 2 +préromane/3 3 +préromantique/1 4 +préromantisme/1 1 +près 8 +présage/1 1 +présager/4 5 +présalaire/1 1 +pré-salé 18 +présanctifiée/3 3 +presbyopie/1 2 +presbyte/1 13 +presbytérale/8 3 +presbytère/1 1 +presbytérianisme/1 1 +presbytérienne/3 6 +presbytie/1 2 +presbytisme/1 1 +préschéma/1 1 +prescience/1 2 +presciente/3 6 +préscolaire/1 4 +prescriptible/1 4 +prescription/1 2 +prescriptive/3 3 +prescriptrice/3 9 +prescrire/78 97 +prescrite/3 3 +préséance/1 2 +présélecteur/1 1 +présélection/1 2 +présélectionnée/3 3 +présélectionner/4 5 +présence/1 2 +présentable/1 4 +présentatif/1 1 +présentation/1 2 +présentatrice/3 9 +présente/3 6 +présentée/3 3 +présentéisme/1 1 +présentement 8 +présenter/4 42 +présentielle/3 6 +présentoir/1 1 +présérie/1 2 +préservatif/1 1 +préservation/1 2 +préservative/3 3 +préservatrice/3 6 +préservée/3 3 +préserver/4 11 +présidée/3 3 +présidence/1 2 +président-directeur 18 +présidente/3 9 +présidente-directrice 47 +présidentes-directrices 46 +présidentiable/1 4 +présidentialisation/1 2 +présidentialisme/1 1 +présidentielle/3 3 +présidents-directeurs 20 +présider/4 110 +présidial/19 1 +présidialité/1 2 +présidium/1 1 +présignalisation/1 2 +présocratique/1 13 +présomption/1 2 +présomptive/3 3 +présomptueuse/8 6 +présomptueusement 8 +présonorisation/1 2 +presque 78 +presqu'ile/1 2 +presqu'île/1 2 +pressage/1 1 +prés-salés 20 +pressante/3 3 +pressbook/1 1 +press-book/1 1 +presse/1 2 +presse-agrume/1 1 +presse-agrumes 7 +presse-bouton 45 +presse-bouton/1 4 +presse-citron 7 +presse-citron/1 1 +pressée/3 3 +pressée/1 2 +presse-étoupe 7 +presse-étoupe/1 1 +presse-fruit/1 1 +presse-fruits 7 +pressentie/3 3 +pressentiment/1 1 +pressentir/82 82 +presse-papier/1 1 +presse-papiers 7 +presse-purée 7 +presse-purée/1 1 +presser/4 42 +presse-raquette 7 +presse-raquette/1 1 +presseuse/3 3 +presse-viande 7 +presse-viande/1 1 +pressier/1 1 +pressing/1 1 +pression/1 2 +pressoir/1 1 +pressostat/1 1 +pressurage/1 1 +pressurée/3 3 +pressurer/4 11 +pressureuse/3 9 +pressurisation/1 2 +pressurisée/3 3 +pressuriser/4 5 +pressuriseur/1 1 +prestance/1 2 +prestant/1 1 +prestataire/1 13 +prestation/1 2 +preste/1 4 +prestement 8 +prester/4 5 +prestesse/1 2 +prestidigitation/1 2 +prestidigitatrice/3 9 +prestige/1 1 +prestigieuse/8 3 +prestigieusement 8 +prestissimo 8 +prestissimo 7 +prestissimo/1 1 +presto 8 +préstratégique/1 4 +présumable/1 4 +présumée/3 3 +présumer/4 116 +présupposée/3 3 +présupposer/4 5 +présupposition/1 2 +présure/1 2 +présurer/4 5 +présynaptique/1 4 +prêt/1 1 +prêtable/1 4 +prétantaine/1 2 +prêt-à-porter 18 +prêt-bail 18 +prête/3 3 +prêtée/3 3 +prétendante/3 9 +prétendeur/1 1 +prétendre/52 146 +prétendue/3 3 +prétendument 8 +prétendûment 8 +prête-nom/1 1 +prétensionneur/1 1 +prétentaine/1 2 +prétentiarde/3 9 +prétentieuse/8 6 +prétentieusement 8 +prétention/1 2 +prêter/4 42 +prétérit/1 1 +prétérition/1 2 +préteuse/3 9 +prêteuse/3 6 +prétexte/1 1 +prétexter/4 5 +pretintaille/1 2 +prétoire/1 1 +prétoriale/8 3 +prétorienne/3 3 +prêtraille/1 2 +prétraitement/1 1 +prétranchée/3 3 +prêt-relais 18 +prêtre-ouvrier 18 +prêtres-ouvriers 225 +prêtresse/3 9 +prêtrise/1 2 +prêts-à-porter 20 +prêts-bails 20 +prêts-relais 226 +préture/1 2 +preuve/1 2 +preux 142 +prévalence/1 2 +prévalente/3 3 +prévaloir/215 148 +prévarication/1 2 +prévaricatrice/3 6 +prévariquer/10 14 +prévenance/1 2 +prévenante/3 3 +prévenir/68 82 +prévente/1 2 +prévention/1 2 +préventive/3 3 +préventivement 8 +préventorium/1 1 +prévenue/3 6 +préverbe/1 1 +préversion/1 2 +prévisibilité/1 2 +prévisible/1 4 +prévision/1 2 +prévisionnelle/3 3 +prévisionniste/1 10 +prévisualisation/1 2 +prévisualiser/4 5 +prévoir/123 82 +prévôt/1 1 +prévôtale/8 3 +prévôté/1 2 +prévoyance/1 2 +prévoyante/3 3 +prévue/3 3 +priante/3 6 +priapée/1 2 +priapisme/1 1 +prie-Dieu 7 +priée/3 3 +prier/4 17 +prière/1 2 +prieure/3 9 +prieuré/1 1 +prima-donna/51 2 +primadonna/1 2 +primage/1 1 +primaire/1 13 +primale/8 3 +primalité/1 2 +primariser/4 5 +primarité/1 2 +primat/1 1 +primate/1 1 +primatiale/8 6 +primatie/1 2 +primatologie/1 2 +primatologue/1 10 +primature/1 2 +primauté/1 2 +prime/1 4 +prime/1 2 +primée/3 3 +primer/4 17 +primerose/1 2 +primesautière/3 6 +primeur/1 2 +primeuriste/1 10 +primevère/1 2 +primidi/1 1 +primipare/1 4 +primipare/1 2 +primipilaire/1 1 +primipile/1 1 +primitive/3 6 +primitivement 8 +primitivisme/1 1 +primitivité/1 2 +primo 8 +primoaccédante/3 9 +primo-accédante/3 9 +primodélinquance/1 2 +primo-délinquance/1 2 +primodélinquante/3 9 +primo-délinquante/3 9 +primogéniture/1 2 +primo-infection/1 2 +primordiale/8 3 +primordialement 8 +primulacée/1 2 +prince-de-galles 45 +prince-de-galles 7 +princeps 45 +princeps 7 +princesse/3 9 +princière/3 3 +princièrement 8 +principalat/1 1 +principale/8 6 +principalement 8 +principat/1 1 +principauté/1 2 +principe/1 1 +principicule/1 1 +printanière/3 3 +printanisation/1 2 +printemps 7 +priodonte/1 1 +prion/1 1 +priorat/1 1 +priori 132 +priori 7 +priorisation/1 1 +prioriser/4 5 +prioritaire/1 13 +prioritairement 8 +priorité/1 2 +prise/3 3 +prise/1 2 +prisée/3 3 +prisée/1 2 +priser/4 17 +priseuse/3 9 +prismatique/1 4 +prismatiquement 8 +prisme/1 1 +prison/1 2 +prisonnière/3 6 +privatdocent/1 1 +privat-docent/1 1 +privatdozent/1 1 +privat-dozent/1 1 +privation/1 2 +privatique/1 4 +privatisable/1 4 +privatisation/1 2 +privatisée/3 3 +privatiser/4 5 +privative/3 3 +privativement 8 +privatrice/3 3 +privauté/1 2 +privée/3 6 +priver/4 11 +privilège/1 1 +privilégiée/3 3 +privilégier/4 5 +prix 7 +pro/1 13 +proactive/3 3 +pro-active/3 3 +proactivité/1 2 +pro-activité/1 2 +proarthropode/1 1 +probabilisable/1 4 +probabilisée/3 3 +probabilisme/1 1 +probabiliste/1 13 +probabilité/1 2 +probable/1 4 +probablement 8 +probante/3 3 +probation/1 2 +probatique/1 4 +probatoire/1 4 +probe/1 4 +prober/4 5 +probiotique/1 4 +probiotique/1 1 +probité/1 2 +problématique/1 4 +problématique/1 2 +problématiquement 8 +problème/1 1 +proboscidien/1 1 +procaïne/1 2 +procaryote/1 4 +procaryote/1 1 +procédé/1 1 +procéder/63 123 +procédurale/8 3 +procédure/1 2 +procédurière/3 6 +procès 7 +processeur/1 1 +procession/1 2 +processionnaire/1 13 +processionnal/19 1 +processionnelle/3 3 +processionnellement 8 +processionner/10 14 +processive/3 3 +processuelle/3 3 +processus 7 +procès-verbal/19 1 +prochaine/3 6 +prochainement 8 +proche/1 13 +prochinoise/3 6 +procidence/1 2 +proclamation/1 2 +proclamatrice/3 9 +proclamée/3 3 +proclamer/4 11 +proclitique/1 4 +proconsul/1 1 +proconsulaire/1 4 +proconsulat/1 1 +procrastination/1 2 +procrastiner/4 17 +procréation/1 2 +procréative/3 3 +procréatrice/3 9 +procréer/4 5 +proctalgie/1 2 +proctite/1 2 +proctologie/1 2 +proctologue/1 10 +proctorrhée/1 2 +procuratie/1 2 +procuration/1 2 +procuratrice/3 9 +procure/1 2 +procurer/4 11 +procureure/1 2 +procureuse/3 9 +procyclique/1 4 +procyonidé/1 1 +prodigalement 8 +prodigalité/1 2 +prodige/1 1 +prodigieuse/8 3 +prodigieusement 8 +prodigue/1 13 +prodiguer/4 11 +prodrome/1 1 +prodromique/1 4 +productibilité/1 2 +productible/1 4 +production/1 2 +productique/1 2 +productive/3 3 +productivisme/1 1 +productiviste/1 4 +productivité/1 2 +productrice/3 6 +produire/77 97 +produit/1 1 +produite/3 3 +proéminence/1 2 +proéminente/3 3 +prof/1 10 +profanation/1 2 +profanatrice/3 6 +profane/1 13 +profanée/3 3 +profaner/4 5 +profective/3 3 +profération/1 2 +proférée/3 3 +proférer/33 5 +profès 93 +profès 18 +professante/3 6 +professe/1 4 +professe/1 2 +professée/3 3 +professer/4 17 +professeure/3 9 +profession/1 2 +professionnalisation/1 2 +professionnalisée/3 3 +professionnaliser/4 11 +professionnalisme/1 1 +professionnelle/3 6 +professionnellement 8 +professorale/8 3 +professorat/1 1 +profil/1 1 +profilage/1 1 +profilée/3 3 +profiler/4 11 +profileuse/3 9 +profit/1 1 +profitabilité/1 2 +profitable/1 4 +profitablement 8 +profiter/10 124 +profiterole/1 2 +profiteuse/3 6 +profonde/3 6 +profondément 8 +profondeur/1 2 +profuse/3 3 +profusément 8 +profusion/1 2 +progénitrice/3 9 +progéniture/1 2 +progénote/1 1 +progestative/3 3 +progestérone/1 2 +progiciel/1 1 +proglottis 7 +prognathe/1 4 +prognathie/1 2 +prognathisme/1 1 +prognose/1 2 +prognostique/1 4 +programmable/1 4 +programmation/1 2 +programmatique/1 4 +programmatiquement 8 +programmatrice/3 9 +programme/1 1 +programmée/3 3 +programmer/4 17 +programmeuse/3 9 +programmiste/1 10 +progrès 7 +progresser/10 14 +progression/1 2 +progressisme/1 1 +progressiste/1 10 +progressive/3 3 +progressivement 8 +progressivité/1 2 +prohibée/3 3 +prohiber/4 5 +prohibition/1 2 +prohibitionnisme/1 1 +prohibitionniste/1 10 +prohibitive/3 3 +proie/1 2 +projecteur/1 1 +projectile/1 1 +projection/1 2 +projectionniste/1 10 +projective/3 3 +projectivement 8 +projectivisée/3 3 +projecture/1 2 +projet/1 1 +projetable/1 4 +projetée/3 3 +projeter/40 11 +projeteur/1 1 +prolactine/1 2 +prolamine/1 2 +prolan/1 1 +prolapsus 7 +prolatif/1 1 +prolégomènes 20 +prolepse/1 2 +prolétaire/1 13 +prolétairement 8 +prolétariat/1 1 +prolétarienne/3 6 +prolétarisation/1 2 +prolétariser/4 5 +proliférante/3 3 +prolifération/1 2 +proliférer/63 14 +prolificité/1 2 +prolifique/1 4 +proline/1 2 +prolixe/1 4 +prolixement 8 +prolixité/1 2 +prolo/1 10 +prologue/1 1 +prolongateur/1 1 +prolongation/1 2 +prolongeable/1 4 +prolongée/3 3 +prolongement/1 1 +prolonger/4 11 +promenade/1 2 +promener/47 11 +promeneuse/3 6 +promenoir/1 1 +promesse/1 2 +prométhéenne/3 3 +prométhéum/1 1 +prométhium/1 1 +prometteuse/3 3 +promettre/73 97 +promiscuité/1 2 +promise/3 6 +promissoire/1 4 +promo/1 2 +promontoire/1 1 +promotion/1 2 +promotionnaire/1 10 +promotionnelle/3 3 +promotionner/4 5 +promotrice/3 9 +promouvoir/156 82 +prompte/3 3 +promptement 8 +prompteur/1 1 +promptitude/1 2 +promue/3 6 +promulgation/1 2 +promulguée/3 3 +promulguer/4 5 +pronaos 7 +pronation/1 2 +pronatrice/3 3 +prône/1 1 +prônée/3 3 +prôner/4 17 +prôneuse/3 9 +pronom/1 1 +pronominale/8 6 +pronominalement 8 +prononçable/1 4 +prononcé/1 1 +prononcée/3 3 +prononcer/4 42 +prononciation/1 2 +pronostic/1 1 +pronostication/1 2 +pronostique/1 4 +pronostiquée/3 3 +pronostiquer/4 5 +pronostiqueuse/3 9 +pronunciamiento/1 1 +prooccidentale/8 6 +pro-occidentale/8 6 +propagande/1 2 +propagandiste/1 13 +propagation/1 2 +propagatrice/3 6 +propagée/3 3 +propager/4 11 +propagule/1 2 +propanal/1 1 +propane/1 1 +propanier/1 1 +propanoïque/1 4 +proparoxyton/1 1 +propective/1 2 +propédeute/1 10 +propédeutique/1 4 +propène/1 1 +propension/1 2 +propergol/1 1 +propérispomène/1 4 +propérispomène/1 1 +propharmacienne/3 9 +prophase/1 2 +prophète/1 1 +prophétesse/1 2 +prophétie/1 2 +prophétique/1 4 +prophétiquement 8 +prophétisée/3 3 +prophétiser/4 17 +prophétisme/1 1 +prophylactique/1 4 +prophylaxie/1 2 +propice/1 4 +propionique/1 4 +propithèque/1 1 +propitiation/1 2 +propitiatoire/1 4 +propolis 57 +proportion/1 2 +proportionnaliste/1 10 +proportionnalité/1 2 +proportionnée/3 3 +proportionnelle/3 3 +proportionnellement 8 +proportionnément 8 +proportionner/4 11 +propos 7 +proposable/1 4 +proposée/3 3 +proposer/4 42 +proposition/1 2 +propositionnelle/3 3 +propre/1 4 +propre/1 1 +propre-à-rien 119 +proprement 8 +propres-à-rien 113 +propreté/1 2 +propréteur/1 1 +proprette/3 3 +propréture/1 2 +propriétaire/1 13 +propriété/1 2 +proprio/1 10 +proprioception/1 2 +proprioceptive/3 3 +proprioceptivité/1 2 +propulsée/3 3 +propulser/4 11 +propulseur/1 1 +propulsion/1 2 +propulsive/3 3 +propyle/1 1 +propylée/1 1 +propylène/1 1 +prorata 7 +prorata/1 1 +prorogation/1 2 +prorogative/3 3 +prorogée/3 3 +proroger/4 11 +prosaïque/1 4 +prosaïquement 8 +prosaïsme/1 1 +prosateur/1 1 +proscenium/1 1 +proscénium/1 1 +proscripteur/1 1 +proscription/1 2 +proscrire/78 82 +proscrite/3 6 +prose/1 2 +prosecteur/1 1 +prosectorat/1 1 +prosélyte/1 10 +prosélytique/1 4 +prosélytisme/1 1 +prosencéphale/1 1 +prosimien/1 1 +prosobranche/1 1 +prosociale/8 3 +prosodie/1 2 +prosodier/4 5 +prosodique/1 4 +prosopagnosie/1 2 +prosopographie/1 2 +prosopopée/1 2 +prospect/1 1 +prospectable/1 4 +prospectée/3 3 +prospecter/4 17 +prospection/1 2 +prospective/3 3 +prospectiviste/1 13 +prospectrice/3 6 +prospectus 7 +prospère/1 4 +prospérer/63 14 +prospérité/1 2 +prostaglandine/1 2 +prostate/1 2 +prostatectomie/1 2 +prostatique/1 4 +prostatisme/1 1 +prosternation/1 2 +prosternée/3 6 +prosternement/1 1 +prosterner/4 11 +prosthèse/1 2 +prosthétique/1 4 +prostituée/3 6 +prostituer/4 11 +prostitution/1 2 +prostration/1 2 +prostrée/3 3 +prostyle/1 4 +prostyle/1 1 +protactinium/1 1 +protagoniste/1 10 +protandre/1 4 +protandrie/1 2 +protase/1 2 +prote/1 10 +protéagineuse/8 3 +protéagineux 7 +protéase/1 2 +protection/1 2 +protectionnelle/3 3 +protectionnisme/1 1 +protectionniste/1 13 +protectorat/1 1 +protectrice/3 6 +protée/1 1 +protège-cahier 7 +protège-cahier/1 1 +protège-dent/1 1 +protège-dents 7 +protégée/3 6 +protéger/33 11 +protège-slip/1 1 +protège-tibia 7 +protège-tibia/1 1 +protéide/1 1 +protéiforme/1 4 +protéine/1 2 +protéinée/3 3 +protéinémie/1 2 +protéinique/1 4 +protéinurie/1 2 +protéique/1 4 +protéisme/1 1 +protèle/1 1 +protension/1 2 +protéoglycane/1 1 +protéolyse/1 2 +protéolytique/1 4 +protéome/1 1 +protéomique/1 4 +protéomique/1 2 +protérandrie/1 2 +protérozoïque/1 4 +protérozoïque/1 1 +protestable/1 4 +protestante/3 6 +protestantisme/1 1 +protestataire/1 13 +protestation/1 2 +protester/4 110 +protêt/1 1 +prothalle/1 1 +prothèse/1 2 +prothésiste/1 10 +prothétique/1 4 +prothorax 7 +prothrombine/1 2 +protide/1 1 +protidique/1 4 +protique/1 4 +protiste/1 1 +protistologie/1 2 +protistologue/1 10 +protium/1 1 +protocarbure/1 1 +protocellule/1 2 +protochlorure/1 1 +protococcus 7 +protocolaire/1 4 +protocole/1 1 +protoétoile/1 2 +proto-étoile/1 2 +protogalaxie/1 2 +protogine/1 2 +protogyne/1 4 +protogynie/1 2 +protohistoire/1 2 +protohistorienne/3 9 +protohistorique/1 4 +proto-industrialisation/1 2 +protolyse/1 2 +protomé/1 1 +protométrie/1 2 +proton/1 1 +protonéma/1 1 +protonique/1 4 +protonotaire/1 1 +protophyte/1 1 +protoplanétaire/1 4 +protoplanète/1 2 +protoplasma/1 1 +protoplasme/1 1 +protoplasmique/1 4 +protoptère/1 1 +prototypage/1 1 +prototype/1 1 +protoxyde/1 1 +protozoaire/1 1 +protractile/1 4 +protubérance/1 2 +protubérante/3 3 +protutrice/3 9 +prou 8 +proudhonienne/3 6 +proue/1 2 +prouesse/1 2 +prouter/10 14 +prouvable/1 4 +prouver/4 11 +provection/1 2 +provéditeur/1 1 +provenance/1 2 +provençale/8 6 +provençalisme/1 1 +provende/1 2 +provenir/68 91 +proverbe/1 1 +proverbiale/8 3 +proverbialement 8 +proverbialiser/4 5 +providence/1 2 +providente/3 3 +providentialisme/1 1 +providentielle/3 3 +providentiellement 8 +provignage/1 1 +provignement/1 1 +provigner/4 17 +provin/1 1 +province/1 2 +provincialat/1 1 +provinciale/8 6 +provincialement 8 +provincialisme/1 1 +provirale/8 3 +proviseure/3 9 +provision/1 2 +provisionnée/3 3 +provisionnelle/3 3 +provisionner/4 5 +provisoire/1 4 +provisoire/1 1 +provisoirement 8 +provisorat/1 1 +provitamine/1 2 +provo/1 10 +provocante/3 3 +provocation/1 2 +provocatrice/3 6 +provoquée/3 3 +provoquer/4 11 +proxémique/1 4 +proxénète/1 10 +proxénétisme/1 1 +proximale/8 3 +proximité/1 2 +proxy/41 1 +proxy/1 1 +proyer/1 1 +pruche/1 2 +prude/1 10 +prudemment 8 +prudence/1 2 +prudente/3 6 +pruderie/1 2 +prud'homale/8 3 +prud'homie/1 2 +prudhommale/8 3 +prudhomme/1 1 +prud'homme/1 1 +prudhommerie/1 2 +prudhommesque/1 4 +prudhommie/1 2 +pruine/1 2 +prune 45 +prune/1 10 +pruneau/19 1 +prunelaie/1 2 +prunelée/1 2 +prunelier/1 1 +prunelle/1 2 +prunellidé/1 1 +prunellier/1 1 +pruner 5 +prunier/1 1 +prunus 7 +prurigineuse/8 3 +prurigo/1 1 +prurit/1 1 +prussiate/1 1 +prussienne/3 6 +prussique/1 4 +prytane/1 1 +prytanée/1 1 +psallette/1 2 +psalliote/1 2 +psalmiste/1 1 +psalmodie/1 2 +psalmodiée/3 3 +psalmodier/4 17 +psalmodique/1 4 +psaltérion/1 1 +psaume/1 1 +psautier/1 1 +pschent/1 1 +pschitt 70 +pseudarthrose/1 2 +pseudo/1 1 +pseudobulbaire/1 4 +pseudo-bulbaire/1 4 +pseudoconvexe/1 4 +pseudoconvexité/1 2 +pseudocycle/1 1 +pseudodifférentielle/3 3 +pseudodistance/1 2 +pseudoéphédrine/1 2 +pseudofécondation/1 2 +pseudo-fécondation/1 2 +pseudogroupe/1 1 +pseudo-groupe/1 1 +pseudohermaphrodisme/1 1 +pseudolangrayen/1 1 +pseudomembrane/1 2 +pseudo-membrane/1 2 +pseudomembraneuse/8 3 +pseudo-membraneuse/8 3 +pseudonévroptère/1 1 +pseudo-névroptère/1 1 +pseudonymat/1 1 +pseudonyme/1 1 +pseudopériodique/1 4 +pseudopode/1 1 +pseudoriemannienne/3 3 +pseudo-riemannienne/3 3 +pseudoscience/1 2 +pseudo-science/1 2 +pseudoscientifique/1 4 +pseudo-scientifique/1 4 +pseudosection/1 2 +pseudotumeur/1 2 +psi 7 +psi/1 1 +psilocybine/1 2 +psilophyte/1 1 +psilotum/1 1 +psitt 70 +psittacidé/1 1 +psittacisme/1 1 +psittacose/1 2 +psoas 7 +psophomètre/1 1 +psoque/1 1 +psoralène/1 1 +psoriasique/1 4 +psoriasis 7 +pst 70 +psy/1 10 +psychanalyse/1 2 +psychanalysée/3 3 +psychanalyser/4 5 +psychanalyste/1 10 +psychanalytique/1 4 +psychanalytiquement 8 +psychasthénie/1 2 +psychasthénique/1 13 +psyché/1 2 +psychédélique/1 4 +psychédélisme/1 1 +psychiatre/1 10 +psychiatrie/1 2 +psychiatrique/1 4 +psychiatrisation/1 2 +psychiatrisée/3 3 +psychiatriser/4 5 +psychique/1 4 +psychiquement 8 +psychisme/1 1 +psycho/1 2 +psychoactive/3 3 +psychoaffective/3 3 +psycho-affective/3 3 +psychoanaleptique/1 4 +psycho-analeptique/1 4 +psychoanaleptique/1 1 +psycho-analeptique/1 1 +psychobiologie/1 2 +psychobiologique/1 4 +psychochirurgie/1 2 +psychochirurgienne/3 9 +psychocritique/1 4 +psychodramatique/1 4 +psychodrame/1 1 +psychodynamique/1 4 +psychodynamique/1 2 +psychodysleptique/1 4 +psychoéducation/1 2 +psycho-éducation/1 2 +psychoéducative/3 3 +psycho-éducative/3 3 +psychoéducatrice/3 9 +psycho-éducatrice/3 9 +psychogène/1 4 +psychogenèse/1 2 +psychogénétique/1 4 +psychokinésie/1 2 +psychokinétique/1 4 +psycholeptique/1 4 +psycholinguiste/1 10 +psycholinguistique/1 4 +psychologie/1 2 +psychologique/1 4 +psychologiquement 8 +psychologiser/4 5 +psychologisme/1 1 +psychologiste/1 13 +psychologue/1 10 +psychomécanique/1 2 +psychométricienne/3 9 +psychométrie/1 2 +psychométrique/1 4 +psychomotrice/3 3 +psychomotricienne/3 9 +psychomotricité/1 2 +psychonévrose/1 2 +psychonévrotique/1 4 +psychopathe/1 13 +psychopathie/1 2 +psychopathique/1 4 +psychopathologie/1 2 +psychopathologique/1 4 +psychopédagogie/1 2 +psychopédagogique/1 4 +psychopédagogue/1 10 +psychopharmacologie/1 2 +psychopharmacologique/1 4 +psychopharmacologue/1 10 +psychophysicienne/3 9 +psychophysiologie/1 2 +psychophysiologique/1 4 +psychophysiologiste/1 10 +psychophysique/1 4 +psychophysique/1 2 +psychopolémologie/1 2 +psychopompe/1 4 +psychorigide/1 13 +psychorigidité/1 2 +psychose/1 2 +psychosensorielle/3 3 +psychosensorimotrice/3 3 +psycho-sensori-motrice/3 3 +psychosociale/8 3 +psychosociologie/1 2 +psychosociologique/1 4 +psychosociologue/1 10 +psychosomaticienne/3 9 +psychosomatique/1 4 +psychostimulant/1 1 +psychostimulante/3 3 +psychotechnicienne/3 9 +psychotechnique/1 4 +psychoter/170 14 +psychothérapeute/1 10 +psychothérapie/1 2 +psychothérapique/1 4 +psychotique/1 13 +psychotonique/1 4 +psychotonique/1 1 +psychotrope/1 4 +psychotrope/1 1 +psychromètre/1 1 +psychrométrie/1 2 +psychrophile/1 4 +psylle/1 10 +psyllium/1 1 +pt/1 1 +pt/38 57 +ptéranodon/1 1 +ptéridophyte/1 1 +ptérobranche/1 1 +ptérodactyle/1 1 +ptéropode/1 1 +ptérosaure/1 1 +ptérosaurien/1 1 +ptérygoïde/1 4 +ptérygoïdienne/3 3 +ptérygote/1 1 +ptérygotus 7 +ptolémaïque/1 4 +ptoléméenne/3 3 +ptomaïne/1 2 +ptôse/1 2 +ptosis 7 +ptôsis 7 +ptyaline/1 2 +ptyalisme/1 1 +puante/3 3 +puanteur/1 2 +pub/1 10 +pubalgie/1 2 +pubère/1 4 +pubertaire/1 4 +puberté/1 2 +pubescence/1 2 +pubescente/3 3 +pubienne/3 3 +pubis 7 +publiable/1 4 +public/1 1 +publicain/1 1 +publication/1 2 +publiciser/4 5 +publicisme/1 1 +publiciste/1 10 +publicitaire/1 13 +publicitairement 8 +publicité/1 2 +publiée/3 3 +publier/4 17 +publiinformation/1 2 +publi-information/1 2 +publiphone/1 1 +publipostage/1 1 +publique/3 3 +publiquement 8 +publirédactionnel/1 1 +publi-rédactionnel/1 1 +publireportage/1 1 +puçage/1 1 +puccinia/1 1 +puccinie/1 2 +puce/1 2 +puceau/19 94 +pucelage/1 1 +pucelle/1 109 +puceron/1 1 +puche/1 2 +pucheux 7 +pucier/1 1 +pudding/1 1 +puddlage/1 1 +puddler/4 5 +puddleur/1 1 +pudeur/1 2 +pudibonde/3 6 +pudibonderie/1 2 +pudicité/1 2 +pudique/1 4 +pudiquement 8 +puer/4 17 +puéricultrice/1 10 +puériculture/1 2 +puérile/3 6 +puérilement 8 +puérilisme/1 1 +puérilité/1 2 +puerpérale/8 3 +puerpéralité/1 2 +puffin/1 1 +puffiste/1 1 +pugilat/1 1 +pugiliste/1 10 +pugilistique/1 4 +pugnace/1 13 +pugnacité/1 2 +puinée/3 6 +puînée/3 6 +puis 78 +puisage/1 1 +puisard/1 1 +puisatier/1 1 +puisement/1 1 +puiser/4 17 +puisette/1 2 +puisque 78 +puissamment 8 +puissance/1 2 +puissante/3 3 +puits 7 +pulicaire/1 4 +pulicaire/1 2 +pull/1 1 +pullman/1 1 +pullorose/1 2 +pullover/1 1 +pull-over/1 1 +pulloveur/1 1 +pullulante/3 3 +pullulation/1 2 +pullulement/1 1 +pulluler/10 14 +pulmonaire/1 4 +pulmonaire/1 2 +pulmonie/1 2 +pulmonique/1 13 +pulpaire/1 4 +pulpe/1 2 +pulpectomie/1 2 +pulperie/1 2 +pulpeuse/8 3 +pulque/1 1 +pulqué/1 1 +pulsante/3 3 +pulsar/1 1 +pulsatile/1 4 +pulsation/1 2 +pulsative/3 3 +pulsée/3 3 +pulser/4 5 +pulsion/1 2 +pulsionnelle/3 3 +pulsoréacteur/1 1 +pultacée/3 3 +pulvérin/1 1 +pulvérisable/1 4 +pulvérisateur/1 1 +pulvérisation/1 2 +pulvérisée/3 3 +pulvériser/4 5 +pulvériseur/1 1 +pulvérulence/1 2 +pulvérulente/3 3 +puma/1 1 +puna/1 2 +punaise/1 2 +punaiser/4 5 +punch/1 1 +puncheuse/3 9 +punchingball/1 1 +punching-ball/1 1 +puncture/1 2 +punie/3 6 +punique/1 4 +punir/29 84 +punissable/1 4 +punition/1 2 +punitive/3 3 +punk 45 +punk/1 4 +punk/1 10 +puntarelle/1 2 +puntillero/1 1 +puntilléro/1 1 +pupazzo/51 1 +pupazzo/1 1 +pupe/1 2 +pupillaire/1 4 +pupillarité/1 2 +pupille/1 10 +pupinisation/1 2 +pupitre/1 1 +pupitreuse/3 9 +pure/3 6 +pureau/19 1 +purée/1 2 +purement 8 +pureté/1 2 +purgatif/1 1 +purgation/1 2 +purgative/3 3 +purgatoire/1 1 +purge/1 2 +purgée/3 3 +purgeoir/1 1 +purger/4 11 +purgeur/1 1 +purifiante/3 3 +purification/1 2 +purificatoire/1 4 +purificatoire/1 1 +purificatrice/3 6 +purifiée/3 3 +purifier/4 11 +purin/1 1 +purine/1 2 +purique/1 4 +purisme/1 1 +puriste/1 13 +puritaine/3 6 +puritanisme/1 1 +purot/1 1 +purotin/1 1 +purpura/1 1 +purpurine/3 6 +pur-sang 7 +purulence/1 2 +purulente/3 3 +pus 7 +puseyisme/1 1 +pusillanime/1 13 +pusillanimement 8 +pusillanimité/1 2 +pustule/1 2 +pustuleuse/8 3 +putain/1 2 +putassière/3 3 +putative/3 3 +pute/1 2 +putier/1 1 +putiet/1 1 +putois 7 +putréfaction/1 2 +putréfiable/1 4 +putréfiée/3 3 +putréfier/4 11 +putrescence/1 2 +putrescente/3 3 +putrescibilité/1 2 +putrescible/1 4 +putride/1 4 +putridité/1 2 +putsch/1 1 +putschiste/1 13 +putt/1 1 +putter/1 1 +putter/10 14 +putteur/1 1 +putting/1 1 +putto/51 1 +putto/1 1 +puvathérapie/1 2 +puy/1 1 +puzzle/1 1 +px/38 7 +pycnogonide/1 1 +pycnomètre/1 1 +pycnose/1 2 +pyélite/1 2 +pyélonéphrite/1 2 +pygargue/1 1 +pygmée/1 13 +pyjama/1 1 +pylône/1 1 +pylore/1 1 +pylorique/1 4 +pyocyanique/1 4 +pyodermite/1 2 +pyogène/1 4 +pyogène/1 1 +pyorrhée/1 2 +pyracantha/1 1 +pyracanthe/1 2 +pyrale/1 2 +pyralène/1 1 +pyramidale/8 3 +pyramidalement 8 +pyramide/1 2 +pyramidée/3 3 +pyramider/10 14 +pyramidion/1 1 +pyramidon/1 1 +pyrène/1 1 +pyrénéenne/3 6 +pyrénéiste/1 13 +pyrénéite/1 2 +pyrénomycète/1 1 +pyrèthre/1 1 +pyrétothérapie/1 2 +pyrex 7 +pyrexie/1 2 +pyridine/1 2 +pyridoxine/1 2 +pyrimidine/1 2 +pyrimidique/1 4 +pyrite/1 2 +pyriteuse/8 3 +pyroclastique/1 4 +pyrocorise/1 1 +pyroélectricité/1 2 +pyro-électricité/1 2 +pyroélectrique/1 4 +pyro-électrique/1 4 +pyrogallique/1 4 +pyrogallol/1 1 +pyrogénation/1 2 +pyrogène/1 4 +pyrogène/1 1 +pyrographe/1 1 +pyrogravée/3 3 +pyrograver/4 5 +pyrograveuse/3 9 +pyrogravure/1 2 +pyrokinésie/1 2 +pyrole/1 2 +pyroligneuse/8 3 +pyrolusite/1 2 +pyrolyse/1 2 +pyromane/1 10 +pyromanie/1 2 +pyromètre/1 1 +pyrométrie/1 2 +pyrométrique/1 4 +pyrophore/1 1 +pyrophorique/1 4 +pyrophosphate/1 1 +pyrophosphorique/1 126 +pyrophyte/1 4 +pyrophyte/1 2 +pyroscaphe/1 1 +pyrosis 7 +pyrosome/1 1 +pyrosphère/1 2 +pyrotechnicienne/3 9 +pyrotechnie/1 2 +pyrotechnique/1 4 +pyroxène/1 1 +pyroxénite/1 2 +pyroxyle/1 1 +pyroxylée/3 3 +pyrrhique/1 10 +pyrrhonienne/3 6 +pyrrhonisme/1 1 +pyrrhotite/1 2 +pyrrol/1 1 +pyrrole/1 1 +pyrrolique/1 4 +pyruvate/1 1 +pyruvique/1 4 +pythagoricienne/3 6 +pythagorique/1 4 +pythagorisme/1 1 +pythie/1 2 +pythienne/3 3 +pythique/1 4 +pythique/1 2 +python/1 1 +pythonisse/1 2 +pyurie/1 2 +pyxide/1 2 +pz/38 57 +q 7 +qanat/1 1 +qat/1 1 +qatarie/3 6 +qatarienne/3 6 +qu 78 +quadra 45 +quadra/1 10 +quadragénaire/1 13 +quadragésimale/8 3 +quadragésime/1 2 +quadrangle/1 1 +quadrangulaire/1 4 +quadrant/1 1 +quadratin/1 126 +quadratique/1 4 +quadrature/1 2 +quadrette/1 2 +quadribande/1 4 +quadribande/1 1 +quadricentenaire/1 4 +quadricentenaire/1 1 +quadriceps 7 +quadrichromie/1 2 +quadricœur/1 4 +quadricœur/1 1 +quadricycle/1 1 +quadridimensionnelle/3 3 +quadriennale/8 3 +quadrifide/1 4 +quadrifoliée/3 3 +quadrige/1 1 +quadrilatérale/8 3 +quadrilatère/1 1 +quadrilingue/1 13 +quadrilinguisme/1 1 +quadrillage/1 1 +quadrille/1 10 +quadrillée/3 3 +quadriller/4 5 +quadrillion/1 1 +quadrilobe/1 1 +quadrilobée/3 3 +quadrilogie/1 2 +quadrimestre/1 1 +quadrimestrielle/3 3 +quadrimoteur/1 1 +quadripartie/3 3 +quadripartite/1 4 +quadriphonie/1 2 +quadriplégie/1 2 +quadripolaire/1 4 +quadripôle/1 1 +quadrique/1 4 +quadrique/1 2 +quadriréacteur/1 1 +quadrirème/1 2 +quadrisyllabe/1 1 +quadrisyllabique/1 4 +quadrivalence/1 2 +quadrivalente/3 3 +quadrivium/1 1 +quadrumane/1 4 +quadrumane/1 1 +quadrupède/1 1 +quadruple/1 4 +quadruple/1 1 +quadruplée/3 3 +quadruplement/1 1 +quadrupler/4 17 +quadruplet/1 1 +quadruplex 45 +quadruplex 7 +quahog/1 1 +quai/1 1 +quaker/1 1 +quakeresse/1 2 +quakerisme/1 1 +quakeur/1 1 +qualifiable/1 4 +qualifiante/3 3 +qualificateur/1 1 +qualification/1 2 +qualificative/3 6 +qualifiée/3 6 +qualifier/4 11 +qualitatif 18 +qualitative/3 3 +qualitativement 8 +qualité/1 2 +qualiticienne/3 9 +quand 78 +quant 78 +quanta/1 1 +quant-à-soi 7 +quantième/1 13 +quantifiable/1 4 +quantificateur/1 1 +quantification/1 2 +quantifiée/3 3 +quantifier/4 5 +quantile/1 1 +quantique/1 4 +quantique/1 2 +quantiquement 8 +quantitatif/1 1 +quantitative/3 3 +quantitativement 8 +quantité/1 2 +quanton/1 1 +quantum/51 1 +quantum/1 1 +quarantaine/1 2 +quarante 49 +quarante-cinq 49 +quarante-deux 49 +quarante-et-un 49 +quarante-huit 49 +quarantenaire/1 13 +quarante-neuf 49 +quarante-quatre 49 +quarante-sept 49 +quarante-six 49 +quarante-trois 49 +quarantième/1 13 +quarderonner/4 5 +quark/1 1 +quarrer/4 5 +quartager/4 5 +quartanier/1 1 +quartation/1 2 +quartaut/1 1 +quarte/3 6 +quarté/1 94 +quartefeuille/1 2 +quartelette/1 2 +quartenier/1 1 +quarter/4 5 +quarteronne/3 9 +quartet/1 1 +quartette/1 1 +quartidi/1 1 +quartier/1 1 +quartier-maitre 119 +quartier-maître 119 +quartiers-maitres 113 +quartiers-maîtres 113 +quartile/1 4 +quartile/1 1 +quartique/1 2 +quart-monde 18 +quarto 8 +quartolet/1 1 +quarts-mondes 20 +quartz 7 +quartzeuse/8 3 +quartzifère/1 4 +quartzite/1 1 +quasar/1 1 +quasi 8 +quasi/1 1 +quasi-contrat/1 1 +quasi-cristal/19 1 +quasi-délit/1 1 +quasiment 8 +quasimodo/1 2 +quasi-monnaie/1 2 +quasi-particule/1 2 +quassia/1 1 +quassier/1 1 +quassine/1 2 +quater 8 +quaternaire/1 4 +quaterne/1 1 +quaternion/1 1 +quatorze 49 +quatorzième/1 13 +quatorzièmement 8 +quatrain/1 1 +quatre 49 +quatre-de-chiffre 18 +quatre-épices 113 +quatre-feuilles 7 +quatre-heures 7 +quatre-mâts 7 +quatre-quarts 7 +quatre-quatre 7 +quatre-saisons 57 +quatre-temps 7 +quatre-vingt/113 49 +quatre-vingt-cinq 49 +quatre-vingt-deux 49 +quatre-vingt-dix 49 +quatre-vingt-dix-huit 49 +quatre-vingt-dixième/1 13 +quatre-vingt-dix-neuf 49 +quatre-vingt-dix-sept 49 +quatre-vingt-douze 49 +quatre-vingt-huit 49 +quatre-vingtième/1 13 +quatre-vingt-neuf 49 +quatre-vingt-onze 49 +quatre-vingt-quatorze 49 +quatre-vingt-quatre 49 +quatre-vingt-quinze 49 +quatre-vingt-seize 49 +quatre-vingt-sept 49 +quatre-vingt-six 49 +quatre-vingt-treize 49 +quatre-vingt-trois 49 +quatre-vingt-un 49 +quatrième/1 13 +quatrièmement 8 +quatrillion/1 1 +quattrocentiste/1 13 +quattrocento 18 +quatuor/1 1 +qubit/1 1 +que 298 +québécisme/1 1 +québécitude/1 2 +québecoise/3 6 +québécoise/3 6 +quebracho/1 1 +québracho/1 1 +quelconque/1 4 +quelle/3 288 +quelque 152 +quelque/1 4 +quelque/1 293 +quelquefois 8 +quelques-unes 78 +quelques-uns 78 +quelqu'un 78 +quelqu'une 78 +quémande/1 2 +quémandée/3 3 +quémander/4 17 +quémandeuse/3 9 +qu'en-dira-t-on 7 +quenelle/1 2 +quenotte/1 2 +quenouille/1 2 +quenouillée/1 2 +quenouillette/1 2 +quéquette/1 2 +quérable/1 4 +quercitrine/1 2 +quercitron/1 1 +querelle/1 2 +quereller/4 11 +querelleuse/3 6 +quérir 155 +quérulence/1 2 +quérulente/3 6 +questeur/1 1 +question/1 2 +questionnaire/1 1 +questionnée/3 3 +questionnement/1 1 +questionner/4 11 +questionneuse/3 9 +questure/1 2 +quétaine/1 13 +quétainerie/1 2 +quête/1 2 +quêter/4 17 +quêteuse/3 9 +quetsche/1 2 +quetschier/1 1 +quetter/4 5 +quetzal/1 1 +quetzales 20 +queue/1 2 +queue-d'aronde 47 +queue-de-cheval 47 +queue-de-cochon 47 +queue-de-morue 47 +queue-de-pie 47 +queue-de-rat 47 +queue-de-renard 47 +queues-d'aronde 47 +queues-de-cheval 46 +queues-de-cochon 46 +queues-de-morue 46 +queues-de-pie 46 +queues-de-rat 46 +queues-de-renard 46 +queusot/1 1 +queutarde/3 9 +queuter/4 17 +queux 88 +qui 78 +quiche/1 2 +quichenotte/1 2 +quichua/1 1 +quiconque 78 +quid 78 +quidam/1 1 +quiddité/1 2 +quiescence/1 2 +quiescente/3 3 +quiète/3 3 +quiétisme/1 1 +quiétiste/1 13 +quiétude/1 2 +quignon/1 1 +quillard/1 1 +quille/1 2 +quiller/1 1 +quiller/4 5 +quilleuse/3 9 +quillier/1 1 +quillon/1 1 +quimper/10 14 +quinaire/1 4 +quinaire/1 1 +quinaude/3 3 +quincaille/1 2 +quincaillère/3 9 +quincaillerie/1 2 +quincaillière/3 9 +quinconce/1 1 +quine/1 1 +quinée/3 3 +quinine/1 2 +quinoa/1 1 +quinoléine/1 2 +quinolone/1 2 +quinqua 45 +quinqua/1 10 +quinquagénaire/1 10 +quinquagésime/1 2 +quinquennale/8 3 +quinquennat/1 1 +quinquet/1 1 +quinquina/1 1 +quintaine/1 2 +quintal/19 1 +quinte/3 6 +quinté/1 94 +quintefeuille/1 10 +quintessence/1 2 +quintessenciée/3 3 +quintessencier/4 5 +quintet/1 1 +quintette/1 1 +quinteuse/8 3 +quintidi/1 1 +quintillion/1 1 +quinto 8 +quintolet/1 1 +quintologie/1 2 +quintuple/1 4 +quintuple/1 1 +quintuplée/3 3 +quintuplées 46 +quintupler/4 17 +quintuplés 20 +quintuplet/1 1 +quinzaine/1 2 +quinze 49 +quinzième/1 13 +quinzièmement 8 +quinziste/1 1 +quinzomadaire/1 1 +quipo/1 1 +quipou/1 1 +quiproquo/1 1 +quipu/1 1 +quirite/1 1 +quiscale/1 1 +quittance/1 2 +quittancer/4 5 +quitte/1 4 +quitter/4 42 +quitus 7 +qui-vive 7 +quiz 7 +quo +quoi 78 +quoique 78 +quolibet/1 1 +quorum/1 1 +quota/1 1 +quote-part 47 +quotepart/1 2 +quotes-parts 46 +quotidienne/3 6 +quotidiennement 8 +quotidienneté/1 2 +quotient/1 1 +quotité/1 2 +quotter/10 14 +r 7 +ra/1 +rab/1 1 +rabâchage/1 1 +rabâchement/1 1 +rabâcher/4 17 +rabâcheuse/3 6 +rabais 7 +rabaissement/1 1 +rabaisser/4 11 +raban/1 1 +rabane/1 2 +rabanter/4 5 +rabat/1 1 +rabat-eau 7 +rabat-eau/19 1 +rabat-joie 105 +rabat-joie/1 13 +rabattable/1 4 +rabattage/1 1 +rabattant/1 1 +rabattante/3 3 +rabattement/1 1 +rabatteuse/3 9 +rabattoir/1 1 +rabattre/85 97 +rabattue/3 6 +rabat-vent 7 +rabat-vent/1 1 +rabbi/1 1 +rabbin/1 1 +rabbinat/1 1 +rabbinique/1 4 +rabbinisme/1 1 +rabdomancie/1 2 +rabelaisienne/3 3 +rabiauter 14 +rabibochage/1 1 +rabibocher/4 11 +rabiot/1 1 +rabiotée/3 3 +rabioter/4 17 +rabique/1 4 +rabistoquer/4 5 +râble/1 1 +râblée/3 3 +râbler/4 5 +râblure/1 2 +rabonnir/29 101 +rabot/1 1 +rabotage/1 1 +rabotée/3 3 +rabotement/1 1 +raboter/4 5 +raboteuse/3 9 +raboteuse/8 3 +raboudinage/1 1 +rabougrie/3 3 +rabougrir/29 100 +rabougrissement/1 1 +rabouillère/1 2 +rabouilleuse/3 9 +raboutage/1 1 +rabouter/4 5 +rabrouée/3 3 +rabrouement/1 1 +rabrouer/4 5 +racabouillir 91 +racage/1 1 +racaille/1 2 +raccard/1 1 +raccommodable/1 4 +raccommodage/1 1 +raccommodée/3 3 +raccommodement/1 1 +raccommoder/4 11 +raccommodeuse/3 9 +raccompagnement/1 1 +raccompagner/4 5 +raccord/1 1 +raccordable/1 4 +raccordement/1 1 +raccorder/4 11 +raccourci/1 1 +raccourcie/3 3 +raccourcir/29 100 +raccourcissement/1 1 +raccoutrer/4 5 +raccoutumer/4 11 +raccroc/1 1 +raccrochage/1 1 +raccrocher/4 42 +raccrocheuse/3 6 +raccuser/10 14 +raccuspoter/10 14 +race/1 2 +racée/3 3 +racémique/1 4 +racer/1 1 +rachat/1 1 +rachetable/1 4 +rachetée/3 3 +racheter/47 11 +rachialgie/1 2 +rachianesthésie/1 2 +rachidienne/3 3 +rachis 7 +rachitique/1 4 +rachitisme/1 1 +raciale/8 3 +racialement 8 +racialisme/1 1 +racialiste/1 13 +racinage/1 1 +racinaire/1 4 +racinal/19 1 +racine/1 2 +racinée/3 3 +raciner/4 5 +racinienne/3 6 +raciologie/1 2 +racisme/1 1 +raciste/1 13 +racket/1 1 +rackettée/3 3 +racketter/4 5 +racketteuse/3 9 +raclage/1 1 +racle/1 2 +raclée/1 2 +raclement/1 1 +racler/4 11 +raclette/1 2 +racleuse/3 9 +racloir/1 1 +raclure/1 2 +racolage/1 1 +racoler/4 5 +racoleuse/3 6 +racontable/1 4 +racontar/1 1 +racontée/3 3 +raconter/4 11 +raconteuse/3 9 +racornie/3 3 +racornir/29 83 +racornissement/1 1 +racrapoter/4 55 +rad/57 7 +radar/1 1 +radariste/1 10 +rade/1 10 +radeau/19 1 +rader/4 5 +radeuse/1 2 +radiaire/1 13 +radiale/8 6 +radialement 8 +radian/61 1 +radiance/1 2 +radiant/1 1 +radiante/3 3 +radiateur/1 1 +radiation/1 2 +radiative/3 3 +radicalaire/1 4 +radicale/8 6 +radicalement 8 +radicale-socialiste 47 +radicales-socialistes 46 +radicalisation/1 2 +radicalisée/3 3 +radicaliser/4 11 +radicalisme/1 1 +radicalité/1 2 +radical-socialisme 18 +radical-socialiste 18 +radicande/1 1 +radicante/3 3 +radicaux-socialistes 20 +radicelle/1 2 +radiculaire/1 4 +radiculalgie/1 2 +radicule/1 2 +radiculite/1 2 +radiée/3 3 +radier/1 1 +radier/4 5 +radiesthésie/1 2 +radiesthésiste/1 10 +radieuse/8 3 +radieusement 8 +radine/3 6 +radiner/4 102 +radinerie/1 2 +radio/1 10 +radioactive/3 3 +radio-active/3 3 +radioactivité/1 2 +radio-activité/1 2 +radioalignement/1 1 +radio-alignement/1 1 +radioaltimètre/1 1 +radio-altimètre/1 1 +radioamatrice/3 9 +radio-amatrice/3 9 +radioastronome/1 10 +radio-astronome/1 10 +radioastronomie/1 2 +radio-astronomie/1 2 +radiobalisage/1 1 +radiobalise/1 2 +radiobaliser/4 5 +radiobiologie/1 2 +radiobiologique/1 4 +radiobiologiste/1 10 +radioborne/1 2 +radiocarbone/1 1 +radiocassette/1 2 +radiochimie/1 2 +radiochimique/1 4 +radiochimiste/1 10 +radiochirurgie/1 2 +radiochronologie/1 2 +radiocobalt/1 1 +radiocommande/1 2 +radiocommandée/3 3 +radiocommunication/1 2 +radiocompas 7 +radioconducteur/1 1 +radiocristallographie/1 2 +radiodermite/1 2 +radiodétection/1 2 +radiodiagnostic/1 1 +radiodiffusée/3 3 +radiodiffuser/4 5 +radiodiffuseur/1 1 +radiodiffusion/1 2 +radioélectricienne/3 9 +radioélectricité/1 2 +radio-électricité/1 2 +radioélectrique/1 4 +radio-électrique/1 4 +radioélément/1 1 +radio-élément/1 1 +radiofréquence/1 2 +radiogalaxie/1 2 +radiogénique/1 4 +radiogoniomètre/1 1 +radiogoniométrie/1 2 +radiogoniométrique/1 4 +radiogramme/1 1 +radiographe/1 10 +radiographie/1 2 +radiographiée/3 3 +radiographier/4 5 +radiographique/1 4 +radioguidage/1 1 +radioguider/4 5 +radiohéliographe/1 1 +radio-immunologie/1 2 +radio-isotope/1 1 +radiolaire/1 1 +radiolésion/1 2 +radiolocalisation/1 2 +radiologie/1 2 +radiologique/1 4 +radiologiste/1 10 +radiologue/1 10 +radiolyse/1 2 +radiomessagerie/1 2 +radiométallographie/1 2 +radiomètre/1 1 +radiométrie/1 2 +radiométrique/1 4 +radionavigante/3 9 +radionavigation/1 2 +radionécrose/1 2 +radionucléide/1 1 +radiophare/1 1 +radiophonie/1 2 +radiophonique/1 4 +radiophotographie/1 2 +radioprotection/1 2 +radiorécepteur/1 1 +radioreportage/1 1 +radioreporter/1 1 +radio-réveil 18 +radioréveil/1 1 +radioscope/1 1 +radioscoper/4 5 +radioscopie/1 2 +radioscopique/1 4 +radiosensibilité/1 2 +radiosensible/1 4 +radiosondage/1 1 +radiosonde/1 2 +radios-réveils 20 +radiotaxi/1 1 +radio-taxi/1 1 +radiotechnique/1 4 +radiotechnique/1 2 +radiotélégraphie/1 2 +radiotélégraphier/4 5 +radiotélégraphique/1 4 +radiotélégraphiste/1 10 +radiotéléphone/1 1 +radiotéléphonie/1 2 +radiotéléphonique/1 4 +radiotéléphoniste/1 10 +radiotélescope/1 1 +radiotélévisée/3 3 +radiotélévision/1 2 +radiothérapeute/1 10 +radiothérapie/1 2 +radiotoxicité/1 2 +radis 7 +radium/1 1 +radiumthérapie/1 2 +radius 7 +radja/1 1 +radjah/1 1 +radôme/1 1 +radon/1 1 +radotage/1 1 +radoter/10 14 +radoterie/1 2 +radoteuse/3 6 +radoub/1 1 +radouber/4 5 +radoucir/29 100 +radoucissement/1 1 +rafale/1 2 +rafantir/10 14 +raffermir/29 83 +raffermissement/1 1 +raffinage/1 1 +raffinée/3 3 +raffinement/1 1 +raffiner/4 17 +raffinerie/1 2 +raffineuse/3 9 +rafflesia/1 1 +rafflésia/1 1 +rafflésie/1 2 +raffoler/10 124 +raffut/1 1 +raffuter/4 5 +raffûter/4 5 +rafiot/1 1 +rafistolage/1 1 +rafistolée/3 3 +rafistoler/4 5 +rafle/1 2 +rafler/4 5 +rafraichie/3 3 +rafraîchie/3 3 +rafraichir/29 97 +rafraîchir/29 97 +rafraichissante/3 3 +rafraîchissante/3 3 +rafraichissement/1 1 +rafraîchissement/1 1 +rafraichisseur/1 1 +rafraîchisseur/1 1 +rafraichissoir/1 1 +rafraîchissoir/1 1 +raft/1 1 +rafting/1 1 +ragaillardir/29 84 +rage/1 2 +rageante/3 3 +rager/10 14 +rageuse/3 6 +rageusement 8 +raggamuffin/1 1 +raglan/1 1 +ragondin/1 1 +ragot/1 1 +ragoter/10 14 +ragougnasse/1 2 +ragout/1 1 +ragoût/1 1 +ragoutante/3 3 +ragoutante/3 3 +ragoûtante/3 3 +ragouter/4 5 +ragoûter/4 5 +ragrafer/4 5 +ragrandir/29 83 +ragréage/1 1 +ragréer/4 5 +ragréeuse/3 9 +ragtime/1 1 +rag-time/1 1 +rague/1 2 +raguer/10 14 +rahat-lokoum/1 1 +rahat-loukoum/1 1 +rai/1 1 +raïa/1 +raid/1 1 +raide/1 4 +rai-de-cœur 18 +raidement 8 +raider/1 10 +raideur/1 2 +raideuse/3 9 +raidie/3 3 +raidillon/1 1 +raidir/29 83 +raidissement/1 1 +raidisseur/1 1 +raie/1 2 +raifort/1 1 +rail/1 1 +raille/1 10 +raillée/3 3 +railler/4 42 +raillerie/1 2 +railleuse/3 6 +railleusement 8 +rail-route 45 +railroute/1 4 +rainage/1 1 +raine/1 2 +rainer/4 5 +raineter/40 5 +rainette/1 2 +rainurage/1 1 +rainure/1 2 +rainurée/3 3 +rainurer/4 5 +raiponce/1 2 +raire/148 91 +raïs 7 +rais-de-cœur 20 +raisin/1 1 +raisiné/1 1 +raison/1 2 +raisonnable/1 4 +raisonnablement 8 +raisonnante/3 3 +raisonnée/3 3 +raisonnement/1 1 +raisonner/4 117 +raisonneuse/3 6 +raja/1 1 +rajah/1 1 +rajeunie/3 3 +rajeunir/29 100 +rajeunissante/3 3 +rajeunissement/1 1 +rajout/1 1 +rajouter/4 5 +rajustement/1 1 +rajuster/4 11 +raki/1 1 +râlante/3 3 +râle/1 1 +râlement/1 1 +ralenti/1 1 +ralentie/3 3 +ralentir/29 100 +ralentissement/1 1 +ralentisseur/1 1 +râler/10 14 +râleuse/3 6 +ralingue/1 2 +ralinguer/4 17 +ralléger/63 14 +ralliée/3 6 +ralliement/1 1 +rallier/4 42 +rallonge/1 2 +rallongement/1 1 +rallonger/4 42 +rallumer/4 42 +rallye/1 1 +ramadan/1 1 +ramadanesque/1 4 +ramage/1 1 +ramagée/3 3 +ramager/4 17 +ramailler/4 5 +ramander/4 17 +ramarrer/4 5 +ramassage/1 1 +ramasse/1 2 +ramasse-couvert/1 1 +ramasse-couverts 7 +ramassée/3 3 +ramasse-feuille/1 1 +ramasse-feuilles 7 +ramassement/1 1 +ramasse-miette/1 1 +ramasse-miettes 7 +ramasse-monnaie 7 +ramasse-monnaie/1 1 +ramasse-pâte/1 1 +ramasse-pâtes 7 +ramasse-poussière 7 +ramasse-poussière/1 1 +ramasser/4 11 +ramassette/1 2 +ramasseuse/3 9 +ramassis 7 +ramassoire/1 2 +ramastiquer/4 5 +rambarde/1 2 +rambiner/10 14 +rambour/1 1 +ramdam/1 1 +rame/1 2 +rameau/19 1 +ramée/3 3 +ramée/1 2 +ramenarde/3 6 +ramender/4 5 +ramendeuse/3 9 +ramener/47 11 +ramequin/1 1 +ramer/4 17 +ramereau/19 1 +ramerot/1 1 +ramescence/1 2 +rameter/72 14 +ramette/1 2 +rameuse/3 9 +rameuse/8 3 +rameutée/3 3 +rameuter/4 11 +rami/1 1 +ramie/1 2 +ramier/1 1 +ramification/1 2 +ramifiée/3 3 +ramifier/4 11 +ramille/1 2 +ramingue/1 4 +ramollie/3 3 +ramollir/29 83 +ramollissante/3 3 +ramollissement/1 1 +ramollo/1 4 +ramonage/1 1 +ramoner/4 17 +ramoneuse/3 6 +rampante/3 3 +rampe/1 2 +rampeau/19 1 +rampement/1 1 +ramper/10 14 +ramponeau/19 1 +ramponneau/19 1 +ramure/1 2 +ranatre/1 2 +rancard/1 1 +rancarder/4 11 +rancart/1 1 +rance/1 13 +rancescible/1 4 +ranch/41 1 +ranch/1 1 +ranche/1 2 +rancher/1 1 +rancie/3 3 +rancio/1 1 +rancir/29 165 +rancissement/1 1 +rancissure/1 2 +rancœur/1 2 +rançon/1 2 +rançonnée/3 3 +rançonnement/1 1 +rançonner/4 5 +rançonneuse/3 9 +rancune/1 2 +rancunière/3 6 +rand/1 1 +randomisation/1 2 +randomiser/4 5 +randonnée/1 2 +randonner/10 14 +randonneuse/3 9 +rang/1 1 +rangée/3 3 +rangée/1 2 +rangement/1 1 +ranger/4 11 +rangeuse/3 9 +rani/1 2 +ranimation/1 2 +ranimée/3 3 +ranimer/4 11 +ranz 7 +raouster 5 +raout/1 1 +rap/1 1 +rapace/1 10 +rapacité/1 2 +râpage/1 1 +rapapilloter/4 5 +rapatriée/3 3 +rapatriement/1 1 +rapatrier/4 11 +rapatronnage/1 1 +rapatronner/4 5 +râpe/1 2 +râpée/3 3 +râper/4 5 +râperie/1 2 +rapetassage/1 1 +rapetasser/4 5 +rapetissée/3 3 +rapetissement/1 1 +rapetisser/4 42 +rapeuse/3 9 +râpeuse/8 6 +raphia/1 1 +rapiate/3 6 +rapide/1 13 +rapidement 8 +rapidité/1 2 +rapiéçage/1 1 +rapiécée/3 3 +rapiècement/1 1 +rapiécer/33 5 +rapièceter/47 5 +rapiéceter/40 5 +rapière/1 2 +rapin/1 1 +rapine/1 2 +rapiner/10 14 +rapinerie/1 2 +rapipoter/10 14 +raplapla 45 +raplatie/3 3 +raplatir/29 84 +rapointir/29 84 +rappareiller/4 5 +rappariement/1 1 +rapparier/4 5 +rappée/3 3 +rappel/1 1 +rappelable/1 4 +rappelée/3 6 +rappeler/40 42 +rapper/10 14 +rappeuse/3 9 +rappliquer/10 14 +rappointir/29 84 +rappointis 7 +rapport/1 1 +rapportable/1 4 +rapportage/1 1 +rapportée/3 3 +rapporter/4 42 +rapporteuse/3 6 +rapprendre 82 +rapprochée/3 3 +rapprochement/1 1 +rapprocher/4 42 +rapproprier/4 11 +rapprovisionner/4 11 +rapsode/1 1 +rapsodie/1 2 +rapsodique/1 4 +rapt/1 1 +râpure/1 2 +raquer/4 17 +raquetière/3 9 +raquette/1 2 +raquetteuse/3 9 +raquettière/3 9 +rare/1 4 +raréfaction/1 2 +raréfiée/3 3 +raréfier/4 11 +rarement 8 +rarescente/3 3 +rareté/1 2 +rarissime/1 4 +ras 7 +rasade/1 2 +rasage/1 1 +rasance/1 2 +rasante/3 3 +rascasse/1 2 +ras-du-cou 7 +rase/3 3 +rasée/3 3 +rase-motte/1 1 +rase-mottes 7 +rase-pet 7 +rase-pet/1 1 +raser/4 11 +rasette/1 2 +raseuse/3 9 +rash/41 1 +rash/1 1 +rasibus 8 +ras-le-bol 7 +rasoir 45 +rasoir/1 1 +raspoutitsa/1 2 +rassasiante/3 3 +rassasiée/3 3 +rassasiement/1 1 +rassasier/4 11 +rassemblée/3 3 +rassemblement/1 1 +rassembler/4 11 +rassembleuse/3 6 +rasseoir/106 97 +rassérénée/3 3 +rasséréner/33 11 +rassie/3 3 +rassir/29 92 +rassise/3 3 +rassoir/106 97 +rassortiment/1 1 +rassortir 84 +rassurante/3 3 +rassurée/3 3 +rassurer/4 11 +rasta/1 13 +rastafari/1 13 +rastafarisme/1 1 +rastaquouère/1 10 +raster/1 1 +ratafia/1 1 +ratage/1 1 +rataplan 70 +ratatinage/1 1 +ratatinée/3 3 +ratatinement/1 1 +ratatiner/4 11 +ratatouille/1 2 +ratatouiller/10 14 +rate/3 9 +râteau/19 1 +ratée/3 6 +ratel/1 1 +râtelage/1 1 +râteler/40 5 +râteleuse/3 9 +râtelier/1 1 +râtelures 46 +rater/4 42 +ratiboisée/3 3 +ratiboiser/4 5 +ratiche/1 2 +ratichon/1 1 +raticide/1 4 +raticide/1 1 +ratière/3 6 +ratification/1 2 +ratifiée/3 3 +ratifier/4 5 +ratinage/1 1 +ratiner/4 5 +rating/1 1 +ratio/1 1 +ratiocinante/3 3 +ratiocination/1 2 +ratiociner/10 14 +ratiocineuse/3 9 +ration/1 2 +rational/19 1 +rationalisation/1 2 +rationalisée/3 3 +rationaliser/4 5 +rationalisme/1 1 +rationaliste/1 13 +rationalité/1 2 +rationnaire/1 10 +rationnée/3 3 +rationnel/1 1 +rationnelle/3 3 +rationnellement 8 +rationnement/1 1 +rationner/4 11 +ratissage/1 1 +ratissée/3 3 +ratisser/4 5 +ratissoire/1 2 +ratite/1 1 +raton/1 1 +ratonnade/1 2 +ratonneur/1 1 +rattachable/1 4 +rattachement/1 1 +rattacher/4 11 +rattachiste/1 13 +ratte/1 2 +rattrapable/1 4 +rattrapage/1 1 +rattraper/4 11 +raturage/1 1 +rature/1 2 +raturée/3 3 +raturer/4 5 +rauchage/1 1 +raucheur/1 1 +raucité/1 2 +raugmenter/4 17 +rauque/1 4 +rauquement/1 1 +rauquer/10 14 +rauwolfia/1 1 +ravage/1 1 +ravagée/3 3 +ravager/4 5 +ravageuse/3 6 +ravalée/3 3 +ravalement/1 1 +ravaler/4 11 +ravaleur/1 1 +ravaudage/1 1 +ravauder/4 17 +ravaudeuse/3 9 +rave/1 2 +ravelin/1 1 +ravenala/1 1 +ravenelle/1 2 +raveuse/3 9 +ravie/3 3 +ravier/1 1 +ravière/1 2 +ravigotante/3 3 +ravigote/1 2 +ravigoter/4 5 +ravilir/29 84 +ravine/3 9 +ravinée/3 3 +ravinement/1 1 +raviner/4 5 +raviole/1 2 +ravioli 7 +ravioli/1 1 +ravir/29 84 +raviser/4 55 +ravissante/3 6 +ravissement/1 1 +ravisseuse/3 9 +ravitaillée/3 3 +ravitaillement/1 1 +ravitailler/4 11 +ravitailleur/1 1 +ravivage/1 1 +ravivement/1 1 +raviver/4 11 +ravoir 155 +ravoirage/1 1 +rawette/1 2 +rayable/1 4 +rayage/1 1 +rayée/3 3 +rayer/4 11 +rayère/1 2 +raygrass 7 +ray-grass 7 +rayon/1 1 +rayonnage/1 1 +rayonnante/3 3 +rayonnée/3 3 +rayonnement/1 1 +rayonner/4 17 +rayonnisme/1 1 +rayure/1 2 +raz 7 +raz-de-marée 7 +razzia/1 2 +razzier/4 5 +ré 7 +réabonnée/3 3 +réabonnement/1 1 +réabonner/4 11 +réabsorber/4 5 +réabsorption/1 2 +réac/1 13 +réaccoutumance/1 2 +réaccoutumer/4 11 +réacheminement/1 1 +réacquérir/99 82 +réacquise/3 3 +réactance/1 2 +réactant/1 1 +réaction/1 2 +réactionnaire/1 13 +réactionnelle/3 3 +réactivation/1 2 +réactive/3 3 +réactivée/3 3 +réactiver/4 5 +réactivité/1 2 +réactrice/3 6 +réactualisation/1 2 +réactualiser/4 5 +réadaptation/1 2 +réadapter/4 11 +réadmettre/73 82 +réadmise/3 3 +réadmission/1 2 +réadressage/1 1 +réaffectation/1 2 +réaffectée/3 3 +réaffecter/4 5 +réaffirmation/1 2 +réaffirmée/3 3 +réaffirmer/4 5 +réaffuter/4 5 +réaffûter/4 5 +réagencement/1 1 +réagencer/4 5 +réagir/55 164 +réajustement/1 1 +réajuster/4 11 +réal/19 1 +réale/8 3 +réalésage/1 1 +réaléser/33 5 +réalgar/1 1 +réalignement/1 1 +réaligner/4 5 +réalimentation/1 2 +réalimenter/4 11 +réalisable/1 4 +réalisation/1 2 +réalisatrice/3 6 +réalisée/3 3 +réaliser/4 11 +réalisme/1 1 +réaliste/1 13 +réalistement 8 +réalité/1 2 +realityshow/1 1 +reality-show/1 1 +realpolitik/1 2 +réalpolitik/1 2 +réalpolitique/1 2 +réaménagée/3 3 +réaménagement/1 1 +réaménager/4 5 +réamorçage/1 1 +réamorcée/3 3 +réamorcer/4 5 +réanalyser/4 11 +réanimation/1 2 +réanimatrice/3 6 +réanimer/4 5 +réapparaitre/75 91 +réapparaître/75 91 +réapparition/1 2 +réapprendre/88 82 +réapprentissage/1 1 +réappropriation/1 2 +réappropriée/3 3 +réapproprier/4 55 +réapprovisionnée/3 3 +réapprovisionnement/1 1 +réapprovisionner/4 11 +réargenter/4 11 +réarmée/3 3 +réarmement/1 1 +réarmer/4 42 +réarrangement/1 1 +réarranger/4 5 +réassignation/1 2 +réassigner/4 5 +réassort/1 1 +réassortiment/1 1 +réassortir/29 83 +réassumer/4 11 +réassurance/1 2 +réassurer/4 5 +réassureur/1 1 +réattribuer/4 11 +rebab/1 +rebaisser/10 14 +rebander/4 5 +rebaptisée/3 3 +rebaptiser/4 5 +rébarbative/3 3 +rebâtie/3 3 +rebâtir/29 84 +rebattement/1 1 +rebattre/85 82 +rebattue/3 3 +rebec/1 1 +rebecter/4 5 +rebelle/1 13 +rebeller/4 55 +rébellion/1 2 +rébellionner 55 +rebelote 70 +rebibe/1 2 +rebiffer/4 55 +rebiquer/10 14 +reblanchir/29 84 +reblochon/1 1 +reboisée/3 3 +reboisement/1 1 +reboiser/4 5 +rebond/1 1 +rebondie/3 3 +rebondir/29 92 +rebondissante/3 3 +rebondissement/1 1 +rebonjour 70 +rebonneter 55 +rebord/1 1 +rebordée/3 3 +reborder/4 5 +rebot/1 1 +rebouchage/1 1 +rebouchée/3 3 +reboucher/4 11 +reboucler/4 5 +rebouiser 5 +rebours 7 +reboutée/3 3 +rebouter/4 5 +rebouteuse/3 9 +rebouteux 7 +reboutonner/4 11 +rebraguetter/4 11 +rebrancher/4 42 +rebras 7 +rebroder/4 5 +rebroussement/1 1 +rebrousse-poil 87 +rebrousser/4 42 +rebruler/10 14 +rebrûler/10 14 +rebuffade/1 2 +rébus 7 +rebuse/1 2 +rebut/1 1 +rebutante/3 3 +rebuter/4 42 +recâblage/1 1 +recâbler/4 5 +recacheter/40 5 +recadrage/1 1 +recadrer/4 5 +recalage/1 1 +recalcification/1 2 +recalcifier/4 5 +récalcitrante/3 3 +recalculée/3 3 +recalculer/4 5 +recalée/3 3 +recaler/4 5 +recalibrer/4 5 +recapitalisation/1 2 +recapitaliser/4 11 +récapitulation/1 2 +récapitulative/3 3 +récapituler/4 5 +recarburation/1 2 +recarburée/3 3 +recarder/4 5 +recarrelage/1 1 +recarreler/40 5 +recaser/4 11 +recasquante/3 3 +recauser/10 14 +recéder/33 5 +recel/1 1 +receler/47 17 +recéler/33 17 +receleuse/3 9 +recéleuse/3 9 +récemment 8 +récence/1 2 +recensée/3 3 +recensement/1 1 +recenser/4 5 +recenseuse/3 9 +recension/1 2 +récente/3 3 +recentrage/1 1 +recentrée/3 3 +recentrer/4 5 +recepage/1 1 +recépage/1 1 +recepée/1 2 +recépée/1 2 +receper/47 5 +recéper/33 5 +récépissé/1 1 +réceptacle/1 1 +réception/1 2 +réceptionnaire/1 10 +réceptionner/4 5 +réceptionniste/1 10 +réceptive/3 3 +réceptivité/1 2 +réceptrice/3 6 +recercelée/3 3 +recerclage/1 1 +recercler/4 5 +recès 7 +récession/1 2 +récessive/3 3 +récessivité/1 2 +recette/1 2 +recevabilité/1 2 +recevable/1 4 +receveuse/3 9 +recevoir/90 97 +recez +rechampir/29 84 +réchampir/29 84 +rechampissage/1 1 +réchampissage/1 1 +rechange/1 1 +rechanger/4 11 +rechanter/4 5 +rechapage/1 1 +rechapée/3 3 +rechaper/4 5 +réchapper/10 14 +recharge/1 2 +rechargeable/1 4 +rechargée/3 3 +rechargement/1 1 +recharger/4 5 +rechargeur/1 1 +rechasser/4 17 +réchaud/1 1 +réchauffage/1 1 +réchauffante/3 3 +réchauffée/3 3 +réchauffement/1 1 +réchauffer/4 11 +réchauffeur/1 1 +réchauffoir/1 1 +rechaussement/1 1 +rechausser/4 11 +rêche/1 4 +recherche/1 2 +recherchée/3 3 +rechercher/4 5 +recherchiste/1 10 +rechignée/3 3 +rechignement/1 1 +rechigner/10 123 +rechristianisée/3 3 +rechristianiser/4 5 +rechute/1 2 +rechuter/10 14 +récidivante/3 3 +récidive/1 2 +récidiver/10 14 +récidivisme/1 1 +récidiviste/1 13 +récidivité/1 2 +récif/1 1 +récifale/8 3 +récipiendaire/1 10 +récipient/1 1 +réciprocité/1 2 +réciproque/1 4 +réciproquement 8 +réciproquer/4 17 +recirculation/1 2 +récit/1 1 +récital/1 1 +récitante/3 6 +récitatif/1 1 +récitation/1 2 +récitée/3 3 +réciter/4 5 +réclamation/1 2 +réclame/1 10 +réclamée/3 3 +réclamer/4 42 +reclaper/4 5 +reclassée/3 3 +reclassement/1 1 +reclasser/4 5 +reclassification/1 2 +récliner/10 14 +reclouer/4 5 +reclure/189 82 +recluse/3 6 +réclusion/1 2 +reclusionnaire/1 10 +réclusionnaire/1 10 +recodage/1 1 +recognition/1 2 +récognition/1 2 +récognitive/3 3 +recoiffer/4 11 +recoin/1 1 +récolement/1 1 +récoler/4 5 +recollage/1 1 +récollection/1 2 +recollement/1 1 +recoller/4 115 +récollet/1 1 +recolleuse/3 6 +recolonisation/1 2 +recolorer/4 5 +récoltable/1 4 +récoltante/3 6 +récolte/1 2 +récoltée/3 3 +récolter/4 11 +récolteuse/3 9 +recombinaison/1 2 +recombinante/3 6 +recombiner/4 5 +recommandable/1 4 +recommandation/1 2 +recommandé/1 1 +recommandée/3 3 +recommander/4 11 +recommencée/3 3 +recommencement/1 1 +recommencer/4 17 +recomparaitre/95 91 +recomparaître/95 91 +récompense/1 2 +récompensée/3 3 +récompenser/4 11 +recompiler/4 5 +recomposable/1 4 +recomposée/3 3 +recomposer/4 11 +recomposition/1 2 +recompresser/4 5 +recomptée/3 3 +recompter/4 5 +réconciliable/1 4 +réconciliation/1 2 +réconciliatrice/3 6 +réconciliée/3 3 +réconcilier/4 11 +recondamner/4 5 +reconditionnement/1 1 +reconditionner/4 5 +reconductible/1 4 +reconduction/1 2 +reconduire/84 82 +reconduite/1 2 +reconfigurable/1 4 +reconfiguration/1 2 +reconfigurer/4 5 +reconfirmer/4 11 +réconfort/1 1 +réconfortante/3 6 +réconfortée/3 3 +réconforter/4 11 +recongélation/1 2 +recongelée/3 3 +recongeler/47 5 +reconnaissable/1 4 +reconnaissance/1 2 +reconnaissante/3 3 +reconnaitre/75 79 +reconnaître/75 79 +reconnecter/4 11 +reconnexion/1 2 +reconnue/3 3 +reconquérante/3 3 +reconquérir/99 79 +reconquête/1 2 +reconquise/3 3 +reconsidération/1 2 +reconsidérée/3 3 +reconsidérer/33 5 +reconsolidation/1 2 +reconsolidée/3 3 +reconsolider/4 5 +reconstituable/1 4 +reconstituante/3 3 +reconstituée/3 3 +reconstituer/4 11 +reconstitution/1 2 +reconstruction/1 2 +reconstructive/3 3 +reconstructrice/3 6 +reconstruire/77 79 +reconstruite/3 3 +recontacter/4 5 +recontrôler/4 11 +reconventionnelle/3 3 +reconventionnellement 8 +reconversion/1 2 +reconvertie/3 3 +reconvertir/29 83 +recopiage/1 1 +recopiée/3 3 +recopier/4 5 +recoquillée/3 3 +recoquiller/4 11 +record 45 +record/1 1 +recordage/1 1 +recordée/3 3 +recorder/4 5 +recordman/41 1 +recordman/1 1 +recordwoman/41 2 +recordwoman/1 2 +recorriger/4 5 +recors 7 +recoucher/4 11 +recoudre/116 79 +recoupe/1 2 +recoupée/3 3 +recoupement/1 1 +recouper/4 11 +recoupette/1 2 +recouponner/4 5 +recourbée/3 3 +recourbement/1 1 +recourber/4 11 +recourbure/1 2 +recourir/129 163 +recours 7 +recousue/3 3 +recouverte/3 3 +recouvrable/1 4 +recouvrage/1 1 +recouvrance/1 2 +recouvrante/3 3 +recouvrée/3 3 +recouvrement/1 1 +recouvrer/4 5 +recouvrir/81 79 +recracher/4 17 +récré/1 2 +récréance/1 2 +recréation/1 2 +récréation/1 2 +récréationnelle/3 3 +récréative/3 3 +recréatrice/3 3 +recréée/3 3 +recréer/4 11 +récréer/4 11 +recrépir/29 84 +recrépissage/1 1 +recreuser/4 5 +récriée/3 3 +récrier/4 55 +récrimination/1 2 +récriminatoire/1 4 +récriminatrice/3 6 +récriminée/3 3 +récriminer/10 14 +récrire/78 82 +recristallisation/1 2 +recristalliser/4 5 +recroiser/4 5 +recroitre/103 91 +recroître/103 91 +recroller/10 14 +recroquevillée/3 3 +recroquevillement/1 1 +recroqueviller/4 55 +recru/1 1 +recrû/1 1 +recrudescence/1 2 +recrudescente/3 3 +recrue/3 6 +recrutée/3 6 +recrutement/1 1 +recruter/4 42 +recruteuse/3 9 +recta 8 +rectale/8 3 +rectangle/1 1 +rectangulaire/1 4 +rectifiable/1 4 +rectification/1 2 +rectificative/3 3 +rectificatrice/3 6 +rectifiée/3 3 +rectifier/4 5 +rectifieuse/3 6 +rectiligne/1 4 +rectilinéaire/1 4 +rection/1 2 +rectite/1 2 +rectitude/1 2 +recto/1 1 +rectocolite/1 2 +recto-colite/1 2 +rectorale/8 3 +rectorat/1 1 +rectorragie/1 2 +rectoscope/1 1 +rectoscopie/1 2 +rectosigmoïdienne/3 3 +recto-sigmoïdienne/3 3 +rectosigmoïdoscopie/1 2 +rectrice/3 9 +rectum/1 1 +reçue/3 6 +recueil/1 1 +recueillement/1 1 +recueillie/3 3 +recueillir/127 79 +recuire/84 114 +recuisson/1 2 +recuite/3 3 +recul/1 1 +reculade/1 2 +reculée/3 3 +reculement/1 1 +reculer/4 42 +reculons 87 +reculotter/4 11 +récupérable/1 4 +récupération/1 2 +récupératrice/3 6 +récupérée/3 3 +récupérer/33 5 +récurage/1 1 +récurée/3 3 +récurer/4 5 +récurrence/1 2 +récurrente/3 3 +récursion/1 2 +récursive/3 3 +récursivement 8 +récursivité/1 2 +récursoire/1 4 +récusable/1 4 +récusation/1 2 +récusée/3 3 +récuser/4 11 +recyclabilité/1 2 +recyclable/1 4 +recyclage/1 1 +recyclée/3 3 +recycler/4 11 +recycleuse/3 6 +rédaction/1 2 +rédactionnelle/3 3 +rédactrice/3 9 +redan/1 1 +reddition/1 2 +redécoller/4 42 +redécorer/4 5 +redécoupage/1 1 +redécouper/4 11 +redécouverte/3 3 +redécouverte/1 2 +redécouvrir/81 79 +redéfaire/87 82 +redéfinie/3 3 +redéfinir/29 84 +redéfinition/1 2 +redemander/4 5 +redémarrage/1 1 +redémarrer/4 17 +redémolir/29 84 +redémontrer/4 11 +rédemption/1 2 +rédemptoriste/1 4 +rédemptoriste/1 1 +rédemptrice/3 6 +redent/1 1 +redentée/3 3 +redéploiement/1 1 +redéployer/4 5 +redescendre/52 114 +redessiner/4 5 +redevable/1 4 +redevance/1 2 +redevenir/68 91 +redevoir/221 82 +rédhibition/1 2 +rédhibitoire/1 4 +rédie/1 2 +rediffusée/3 3 +rediffuser/4 5 +rediffusion/1 2 +rédigée/3 3 +rédiger/4 17 +rédimée/3 3 +redimensionnée/3 3 +redimensionnement/1 1 +redimensionner/4 5 +rédimer/4 11 +redingote/1 2 +rédintégration/1 2 +redire/139 147 +redirection/1 2 +rediriger/4 5 +rediscuter/4 5 +redisposer/4 5 +redistribuée/3 3 +redistribuer/4 5 +redistribution/1 2 +redistributive/3 3 +redistributrice/3 6 +redite/1 2 +redondance/1 2 +redondante/3 3 +redondée/3 3 +redonder/10 14 +redonner/4 42 +redorer/4 5 +redorte/1 2 +redoublante/3 9 +redoublée/3 3 +redoublement/1 1 +redoubler/4 110 +redoutable/1 4 +redoutablement 8 +redoute/1 2 +redoutée/3 3 +redouter/4 5 +redoux 7 +redox 45 +rédox 45 +redressée/3 3 +redressement/1 1 +redresser/4 11 +redresseur/1 1 +réductase/1 2 +réductibilité/1 2 +réductible/1 4 +réduction/1 2 +réductionnisme/1 1 +réductionniste/1 13 +réductive/3 3 +réductrice/3 3 +réduire/77 79 +réduit/1 1 +réduite/3 3 +réduplication/1 2 +réduplicative/3 3 +réduve/1 1 +rééchelonnement/1 1 +rééchelonner/4 5 +réécouter/4 5 +réécrire/78 82 +réécrite/3 3 +réécriture/1 2 +réédification/1 2 +réédifier/4 5 +rééditer/4 5 +réédition/1 2 +rééducation/1 2 +rééducatrice/3 6 +rééduquée/3 3 +rééduquer/4 5 +réélection/1 2 +rééligibilité/1 2 +rééligible/1 4 +réélire/140 82 +réelle/3 3 +réellement 8 +réélue/3 3 +réembauche/1 2 +réembauchée/3 3 +réembaucher/4 5 +réémerger/10 14 +réémetteur/1 1 +réémettre/73 82 +réémission/1 2 +réemploi/1 1 +réemployable/1 4 +réemployer/4 5 +réemprunter/4 5 +réencastrement/1 1 +réenchantement/1 1 +réenchanter/4 5 +réenclencher/4 11 +réengagement/1 1 +réengager/4 11 +réenregistrable/1 4 +réenregistrement/1 1 +réenregistrer/4 11 +réensemencée/3 3 +réensemencement/1 1 +réensemencer/4 5 +réentendre 82 +réentrance/1 2 +rééquilibrage/1 1 +rééquilibre/1 2 +rééquilibrée/3 3 +rééquilibrer/4 5 +rééquipement/1 1 +réer/10 14 +réescomptable/1 4 +réescompte/1 1 +réescompter/4 5 +réescompteur/1 1 +réessayage/1 1 +réessayer/4 5 +réétudier/4 5 +réévaluation/1 2 +réévaluée/3 3 +réévaluer/4 5 +réexamen/1 1 +réexaminée/3 3 +réexaminer/4 11 +réexpédiée/3 3 +réexpédier/4 5 +réexpédition/1 2 +réexpliquer/4 5 +réexportation/1 2 +réexporter/4 5 +réexposition/1 2 +réf 57 +refabriquer/4 5 +refaçonner/4 5 +réfaction/1 2 +refaire/87 79 +refaite/3 3 +réfection/1 2 +réfectoire/1 1 +refendeuse/3 9 +refendre/52 82 +refente/1 2 +référé/1 1 +référence/1 2 +référencée/3 3 +référencement/1 1 +référencer/4 5 +référenciation/1 2 +référendaire/1 4 +referendum/1 1 +référendum/1 1 +référent/1 1 +référentielle/3 3 +référer/33 156 +refermable/1 4 +refermentation/1 2 +refermer/4 11 +reficeler/40 5 +refiler/4 5 +refinancement/1 1 +refixer/4 11 +réfléchie/3 3 +réfléchir/29 181 +réfléchissante/3 3 +réflecteur/1 1 +réflective/3 3 +réflectivité/1 2 +réflectomètre/1 1 +reflet/1 1 +refléter/33 11 +refleurir/29 101 +refleurissement/1 1 +reflex 45 +réflex 45 +reflex 7 +réflex 7 +réflexe/1 13 +réflexibilité/1 2 +réflexible/1 4 +réflexion/1 2 +réflexive/3 3 +réflexivement 8 +réflexivité/1 2 +réflexogène/1 4 +réflexogramme/1 1 +réflexologie/1 2 +réflexologique/1 4 +réflexothérapie/1 2 +refluer/10 14 +reflux 7 +refondation/1 2 +refondatrice/3 6 +refonder/4 5 +refondre/52 114 +refonte/1 2 +reforestation/1 2 +reforger/4 5 +réformable/1 4 +reformage/1 1 +reformatage/1 1 +réformation/1 2 +réformatrice/3 6 +réforme/1 2 +réformée/3 3 +reformer/4 11 +réformer/4 11 +réformette/1 2 +réformisme/1 1 +réformiste/1 13 +reformulation/1 2 +reformuler/4 5 +refouillement/1 1 +refouiller/4 5 +refoulée/3 6 +refoulement/1 1 +refouler/4 17 +refouloir/1 1 +refourguée/3 3 +refourguer/4 5 +refourrer/4 5 +refoutre 82 +réfractaire/1 13 +réfractée/3 3 +réfracter/4 5 +réfraction/1 2 +réfractionniste/1 10 +réfractomètre/1 1 +réfractométrie/1 2 +réfractrice/3 3 +refrain/1 1 +réfrangibilité/1 2 +réfrangible/1 4 +refrapper/4 42 +refrènement/1 1 +réfrènement/1 1 +refréner/33 11 +réfréner/33 11 +réfrigérante/3 3 +réfrigérateur/1 1 +réfrigération/1 2 +réfrigérée/3 3 +réfrigérer/33 5 +réfringence/1 2 +réfringente/3 3 +refriser/4 42 +refroidie/3 3 +refroidir/29 100 +refroidissement/1 1 +refroidisseur/1 1 +refuge/1 1 +réfugiée/3 6 +réfugier/4 55 +refus 7 +refusable/1 4 +refusée/3 3 +refuser/4 42 +refusion/1 2 +réfutabilité/1 2 +réfutable/1 4 +réfutation/1 2 +réfutée/3 3 +réfuter/4 5 +refuznik/1 10 +reg/1 1 +regagner/4 5 +regain/1 1 +régal/1 1 +régalade/1 2 +régalage/1 1 +régale/3 6 +régalec/1 1 +régalement/1 1 +régaler/4 11 +régalienne/3 3 +regard/1 1 +regardable/1 4 +regardante/3 6 +regarder/4 117 +regardeuse/3 9 +regarnie/3 3 +regarnir/29 84 +régate/1 2 +régater/10 14 +régatière/3 9 +regazonner/4 5 +regel/1 1 +regeler/47 215 +régence/1 2 +régendat/1 1 +régénérante/3 3 +régénération/1 2 +régénérative/3 3 +régénératrice/3 6 +régénérée/3 3 +régénérer/33 11 +régénérescence/1 2 +régente/3 6 +régenter/4 17 +reggae 45 +reggae 7 +reggae/1 4 +reggae/1 1 +régicide/1 1 +régie/1 2 +regimbement/1 1 +regimber/4 102 +regimbeuse/3 3 +régime/1 1 +régiment/1 1 +régimentaire/1 4 +reginglard/1 1 +région/1 2 +régionale/8 3 +régionalement 8 +régionalisation/1 2 +régionalisée/3 3 +régionaliser/4 5 +régionalisme/1 1 +régionaliste/1 13 +régir/29 84 +régisseuse/3 9 +registraire/1 10 +registre/1 1 +réglable/1 4 +réglage/1 1 +réglante/3 3 +règle/1 2 +réglée/3 3 +règlement/1 1 +réglementaire/1 4 +règlementaire/1 4 +réglementairement 8 +règlementairement 8 +réglementarisme/1 1 +règlementarisme/1 1 +réglementariste/1 13 +règlementariste/1 13 +réglementation/1 2 +règlementation/1 2 +réglementée/3 3 +règlementée/3 3 +réglementer/4 5 +règlementer/4 5 +régler/33 11 +réglet/1 1 +réglette/1 2 +régleuse/3 6 +réglisse/1 10 +réglo/1 4 +régloir/1 1 +réglure/1 2 +régnante/3 3 +règne/1 1 +régner/63 14 +régolite/1 1 +regonflage/1 1 +regonflement/1 1 +regonfler/4 17 +regorgement/1 1 +regorger/10 14 +regrat/1 1 +regrattage/1 1 +regratter/4 17 +regrattière/3 9 +regréer/4 5 +regreffer/4 5 +régressée/3 3 +régresser/10 14 +régression/1 2 +régressive/3 3 +régressivement 8 +regret/1 1 +regrettable/1 4 +regrettablement 8 +regrettée/3 3 +regretter/4 5 +regrèvement/1 1 +regrimper/4 17 +regrossir/55 92 +regroupement/1 1 +regrouper/4 11 +régularisante/3 3 +régularisation/1 2 +régularisatrice/3 3 +régularisée/3 3 +régulariser/4 5 +régularité/1 2 +régulation/1 2 +régulatrice/3 6 +régule/1 1 +régulée/3 3 +réguler/4 11 +régulière/3 6 +régulièrement 8 +régurgitation/1 2 +régurgitée/3 3 +régurgiter/4 5 +réhabilitable/1 4 +réhabilitation/1 2 +réhabilitatrice/3 6 +réhabilitée/3 3 +réhabiliter/4 11 +réhabituer/4 11 +rehausse/1 2 +rehaussée/3 3 +rehaussement/1 1 +rehausser/4 11 +rehausseur/1 94 +rehaut/1 1 +réhoboam/1 1 +réhydratant/1 1 +réhydratante/3 3 +réhydratation/1 2 +réhydratée/3 3 +réhydrater/4 5 +reichsmark/1 1 +réification/1 2 +réifiée/3 3 +réifier/4 5 +réimperméabilisation/1 2 +réimperméabiliser/4 5 +réimplantation/1 2 +réimplanter/4 5 +réimportation/1 2 +réimporter/4 5 +réimposer/4 5 +réimposition/1 2 +réimpression/1 2 +réimprimer/4 5 +réimputation/1 2 +réimputer/4 115 +rein/1 1 +réincarcération/1 2 +réincarcérer/33 5 +réincarnation/1 2 +réincarnée/3 3 +réincarner/4 11 +réincorporation/1 2 +réincorporer/4 5 +réincrudation/1 2 +réincruder/4 11 +réindexation/1 2 +réindustrialisation/1 2 +réindustrialisée/3 3 +réindustrialiser/4 5 +reine/1 2 +reine-claude 47 +reine-des-prés 47 +reine-marguerite 47 +reines-claudes 46 +reines-des-prés 46 +reines-marguerites 46 +reinette/1 2 +réinfecter/4 17 +réinfection/1 2 +réinitialisation/1 2 +réinitialisée/3 3 +réinitialiser/4 5 +réinjectée/3 3 +réinjecter/4 5 +réinjection/1 2 +réinscriptible/1 4 +réinscription/1 2 +réinscrire/78 79 +réinsérer/33 11 +réinsertion/1 2 +réinstallation/1 2 +réinstaller/4 11 +réinstaurer/4 5 +réintégrable/1 4 +réintégration/1 2 +réintégrer/33 5 +réinterprétation/1 2 +réinterprétée/3 3 +réinterpréter/33 5 +réinterrogation/1 2 +réinterroger/4 11 +réintroduction/1 2 +réintroduire/77 82 +réinventée/3 3 +réinventer/4 11 +réinvention/1 2 +réinvestie/3 3 +réinvestir/29 84 +réinvestissement/1 1 +réinviter/4 5 +réionisation/1 2 +reis 7 +réitérable/1 4 +réitérante/3 3 +réitération/1 2 +réitérative/3 3 +réitérer/33 17 +reitre/1 1 +reître/1 1 +rejaillir/55 92 +rejaillissement/1 1 +réjection/1 2 +rejet/1 1 +rejetable/1 4 +rejetée/3 3 +rejeter/40 11 +rejeton/1 1 +rejeu/19 1 +rejoindre/67 79 +rejointe/3 3 +rejointoiement/1 1 +rejointoyer/4 5 +rejointoyeuse/3 9 +rejouer/4 17 +réjouie/3 3 +réjouir/29 83 +réjouissance/1 2 +réjouissante/3 3 +rejuger/4 5 +rel 2 +relacer/4 5 +relâche/1 10 +relâchée/3 3 +relâchement/1 1 +relâcher/4 42 +relai/1 1 +relais 7 +relaisser/4 55 +relance/1 2 +relancée/3 3 +relancer/4 17 +relanceuse/3 9 +relapse/3 6 +relargage/1 1 +rélargir/29 84 +relarguer/4 5 +relater/4 5 +relation/1 2 +relationnelle/3 3 +relative/3 3 +relativement 8 +relativisation/1 2 +relativisée/3 3 +relativiser/4 5 +relativisme/1 1 +relativiste/1 13 +relativité/1 2 +relaver/4 17 +relax 45 +relaxante/3 3 +relaxation/1 2 +relaxe/1 2 +relaxée/3 6 +relaxer/4 11 +relayage/1 1 +relayée/3 3 +relayer/4 42 +relayeuse/3 9 +relectrice/3 9 +relecture/1 2 +relégable/1 4 +relégation/1 2 +reléguée/3 3 +reléguer/33 5 +relent/1 1 +relevable/1 4 +relevage/1 1 +relevailles 46 +relevante/3 3 +relevé/1 1 +relève/1 2 +relevée/3 3 +relèvement/1 1 +relever/47 117 +releveuse/3 6 +reliage/1 1 +reliée/3 3 +relief/1 1 +relier/4 5 +relieuse/3 9 +religieuse/8 6 +religieusement 8 +religion/1 2 +religionnaire/1 10 +religiosité/1 2 +reliquaire/1 1 +reliquat/1 1 +relique/1 2 +relire/141 79 +reliure/1 2 +relocalisation/1 2 +relocaliser/4 11 +relogée/3 3 +relogement/1 1 +reloger/4 11 +relookage/1 1 +relookée/3 3 +relooker/4 5 +relouer/4 5 +réluctance/1 2 +relue/3 3 +reluire/114 91 +reluisante/3 3 +reluquer/4 5 +rem/1 +remâchée/3 3 +remâchement/1 1 +remâcher/4 5 +remaillage/1 1 +remailler/4 5 +remake/1 1 +rémanence/1 2 +rémanente/3 3 +remanger/4 5 +remaniable/1 4 +remaniée/3 3 +remaniement/1 1 +remanier/4 5 +remaquiller/4 11 +remarcher/10 14 +remariage/1 1 +remarier/4 11 +remarquable/1 13 +remarquablement 8 +remarque/1 2 +remarquée/3 3 +remarquer/4 11 +remastérisée/3 3 +remastériser/4 5 +remasticage/1 1 +remastiquer/4 5 +remballage/1 1 +remballée/3 3 +remballer/4 5 +rembarquement/1 1 +rembarquer/4 42 +rembarrer/4 5 +rembauchée/3 3 +rembaucher/4 5 +rembiner/4 102 +remblai/1 1 +remblaiement/1 1 +remblaver/4 5 +remblayage/1 1 +remblayer/4 5 +remblayeuse/3 9 +rembobinée/3 3 +rembobiner/4 5 +remboitage/1 1 +remboîtage/1 1 +remboitement/1 1 +remboîtement/1 1 +remboiter/4 5 +remboîter/4 5 +rembouger/4 5 +rembourrage/1 1 +rembourrée/3 3 +rembourrer/4 5 +rembourrure/1 2 +remboursable/1 4 +remboursée/3 3 +remboursement/1 1 +rembourser/4 5 +rembroquer 5 +rembrunir/29 83 +rembrunissement/1 1 +rembuchement/1 1 +rembucher/4 42 +remède/1 1 +remédiable/1 4 +remédiation/1 2 +remédier/10 124 +remembrance/1 2 +remembrement/1 1 +remembrer/4 5 +remémoration/1 2 +remémorative/3 3 +remémorée/3 3 +remémorer/4 11 +remerciée/3 3 +remerciement/1 1 +remercier/4 5 +réméré/1 1 +remétrer 5 +remettage/1 1 +remettante/3 3 +remettre/73 79 +remeublée/3 3 +remeubler/4 5 +rémige/1 2 +remilitarisation/1 2 +remilitarisée/3 3 +remilitariser/4 11 +réminiscence/1 2 +remisage/1 1 +remise/3 3 +remise/1 2 +remisée/3 3 +remiser/4 11 +remisier/1 1 +rémissible/1 4 +rémission/1 2 +rémittence/1 2 +rémittente/3 3 +remix 7 +remix/41 1 +remixer/4 5 +rémiz 88 +remmaillage/1 1 +remmailler/4 5 +remmailleuse/1 2 +remmailloter/4 5 +remmancher/4 5 +remmener/47 5 +remmoulage/1 1 +remmouleur/1 1 +remnographie/1 2 +remobiliser/4 11 +remodelage/1 1 +remodelée/3 3 +remodeler/47 5 +remontage/1 1 +remontant/1 1 +remontante/3 3 +remonte/1 2 +remontée/3 3 +remontée/1 2 +remonte-pente 7 +remonte-pente/1 1 +remonter/4 42 +remonteuse/3 9 +remontoir/1 1 +remontrance/1 2 +remontrant/1 1 +remontrer/4 117 +rémora/1 1 +remordre/52 82 +remords 7 +remorquage/1 1 +remorque/1 2 +remorquée/3 3 +remorquer/4 5 +remorqueuse/3 6 +remotivée/3 3 +remotiver/4 11 +remoucher/4 11 +remoudre/115 82 +remouillage/1 1 +remouiller/4 17 +rémoulade/1 2 +remoulage/1 1 +rémouleur/1 1 +remoulue/3 3 +remous 7 +rempaillage/1 1 +rempailler/4 5 +rempailleuse/3 9 +rempaqueter/40 5 +remparder 11 +remparer/4 5 +rempart/1 1 +rempiétement/1 1 +rempiètement/1 1 +rempiéter/33 5 +rempiler/4 17 +remplaçable/1 4 +remplaçante/3 6 +remplacée/3 3 +remplacement/1 1 +remplacer/4 11 +remplage/1 1 +remplie/3 3 +remplier/4 5 +remplir/29 83 +remplissage/1 1 +remplisseuse/3 6 +remploi/1 1 +remployer/4 5 +remplumer/4 11 +rempocher/4 5 +rempoissonnement/1 1 +rempoissonner/4 5 +remporter/4 5 +rempotage/1 1 +rempoter/4 5 +remprunter/4 5 +remuage/1 1 +remuante/3 3 +remuée/3 3 +remue-ménage 7 +remue-ménage/1 1 +remue-méninge/1 1 +remue-méninges 7 +remuement/1 1 +remuer/4 42 +remueuse/3 6 +remugle/1 1 +rémunération/1 2 +rémunératoire/1 4 +rémunératrice/3 3 +rémunérée/3 3 +rémunérer/33 5 +remutualisation/1 2 +renâcler/10 14 +renaissance/1 2 +renaissante/3 3 +renaitre/105 141 +renaître/105 141 +rénale/8 3 +renarde/3 9 +renardeau/19 1 +renardée/3 3 +renarder/10 14 +renardière/1 13 +renaturation/1 2 +renauder/10 14 +rencaissage/1 1 +rencaissement/1 1 +rencaisser/4 5 +rencard/1 1 +rencardée/3 3 +rencarder/4 5 +rencart/1 1 +renchainer/4 5 +renchaîner/4 5 +renchérie/3 3 +renchérir/29 101 +renchérissement/1 1 +renchérisseuse/3 9 +rencogner/4 11 +rencontre/1 2 +rencontrée/3 3 +rencontrer/4 11 +rendaku 18 +rendement/1 1 +rendez-vous 7 +rendormie/3 3 +rendormir/161 79 +rendosser/4 5 +rendre/52 97 +rendu/1 1 +rendue/3 3 +rêne/1 2 +renégate/3 9 +renégociation/1 2 +renégocier/4 5 +reneiger/69 111 +rénette/1 2 +renfaitage/1 1 +renfaîtage/1 1 +renfaiter/4 5 +renfaîter/4 5 +renfermé/1 1 +renfermée/3 3 +renfermement/1 1 +renfermer/4 11 +renfiler/4 5 +renflammer/4 5 +renflée/3 3 +renflement/1 1 +renfler/4 42 +renflouage/1 1 +renflouée/3 3 +renflouement/1 1 +renflouer/4 5 +renfoncée/3 3 +renfoncement/1 1 +renfoncer/4 5 +renforçage/1 1 +renforçante/3 3 +renforçateur/1 1 +renforçatrice/3 3 +renforcée/3 3 +renforcement/1 1 +renforcer/4 11 +renformir/29 84 +renformis 7 +renfort/1 1 +renfrognée/3 3 +renfrognement/1 1 +renfrogner/4 55 +rengagée/3 6 +rengagement/1 1 +rengager/4 42 +rengaine/1 2 +rengainée/3 3 +rengainer/4 5 +rengorgement/1 1 +rengorger/4 55 +rengracier/10 14 +rengrènement/1 1 +rengrener/47 5 +rengréner/33 5 +reniée/3 3 +reniement/1 1 +renier/4 11 +reniflage/1 1 +reniflard/1 1 +reniflement/1 1 +renifler/4 17 +renifleuse/3 9 +réniforme/1 4 +rénitence/1 2 +renne/1 1 +renom/1 1 +renommage/1 1 +renommée/3 3 +renommée/1 2 +renommer/4 5 +renoncement/1 1 +renoncer/4 116 +renonciataire/1 10 +renonciation/1 2 +renonciatrice/3 9 +renonculacée/1 2 +renoncule/1 2 +renormalisable/1 4 +renormalisation/1 2 +renouement/1 1 +renouer/4 11 +renouveau/19 1 +renouvelable/1 4 +renouvelante/3 6 +renouvelée/3 3 +renouvèlement/1 1 +renouveler/40 42 +renouvellement/1 1 +rénovation/1 2 +rénovatrice/3 6 +rénovée/3 3 +rénover/4 5 +renquiller/4 5 +renseignée/3 3 +renseignement/1 1 +renseigner/4 11 +rentabilisable/1 4 +rentabilisation/1 2 +rentabilisée/3 3 +rentabiliser/4 5 +rentabilité/1 2 +rentable/1 4 +rentamer/4 5 +rente/1 2 +rentée/3 3 +renter/4 5 +rentière/3 9 +rentoilage/1 1 +rentoiler/4 5 +rentoileuse/3 9 +rentrage/1 1 +rentraire 82 +rentraiture/1 2 +rentrante/3 6 +rentrayer/4 5 +rentre-dedans 7 +rentrée/3 3 +rentrée/1 2 +rentrer/4 17 +rentrouverte/3 3 +rentrouvrir/81 82 +renumérotation/1 2 +renuméroter/4 11 +renvelopper/4 5 +renvenimer/4 5 +renverger/4 5 +renversable/1 4 +renversante/3 3 +renverse/1 2 +renversée/3 3 +renversement/1 1 +renverser/4 11 +renvidage/1 1 +renvider/4 5 +renvideur/1 1 +renvier/4 17 +renvoi/1 1 +renvoyée/3 3 +renvoyer/169 11 +réoccupation/1 2 +réoccuper/4 5 +réopérer/33 5 +réorbitation/1 2 +réorchestration/1 2 +réorchestrer/4 5 +réordonnancer/4 5 +réordonner/4 5 +réorganisation/1 2 +réorganisatrice/3 6 +réorganisée/3 3 +réorganiser/4 11 +réorientation/1 2 +réorientée/3 3 +réorienter/4 11 +réouverture/1 2 +repaire/1 1 +repairer/10 14 +repaitre/104 79 +repaître/104 79 +répandre/52 79 +répandue/3 3 +réparable/1 4 +reparaitre/75 91 +reparaître/75 91 +reparamétrage/1 1 +réparation/1 2 +réparatrice/3 6 +réparée/3 3 +réparer/4 5 +reparler/4 102 +repartager/4 5 +répartement/1 1 +répartie/3 3 +repartie/1 2 +répartie/1 2 +repartir/29 83 +répartir/29 83 +repartir/82 114 +répartissable/1 4 +répartition/1 2 +répartitrice/3 9 +reparution/1 2 +repas 7 +repassage/1 1 +repassée/3 3 +repasser/4 42 +repasseuse/3 9 +repatiner/4 5 +repavage/1 1 +repaver/4 5 +repayer/4 5 +repêchage/1 1 +repêchée/3 3 +repêcher/4 5 +repeigner/4 11 +repeindre/67 114 +repeinte/3 3 +rependre/52 82 +repenser/4 17 +repentance/1 2 +repentante/3 6 +repentie/3 6 +repentir/1 1 +repentir/82 122 +repérable/1 4 +repérage/1 1 +reperçage/1 1 +repercer/4 5 +répercussion/1 2 +répercuter/4 11 +reperdre/52 82 +repère/1 1 +repérée/3 3 +repérer/33 11 +répertoire/1 1 +répertoriée/3 3 +répertorier/4 5 +répétabilité/1 2 +répétable/1 4 +répétée/3 3 +répéter/33 42 +répéteur/1 1 +répétibilité/1 2 +répétition/1 2 +répétitive/3 3 +répétitivement 8 +répétitivité/1 2 +répétitorat/1 1 +répétitrice/3 6 +repeuplée/3 3 +repeuplement/1 1 +repeupler/4 11 +repic +repincer/4 5 +repiquage/1 1 +repiquer/4 17 +répit/1 1 +replacée/3 3 +replacement/1 1 +replacer/4 11 +replanissage/1 1 +replantation/1 2 +replantée/3 3 +replanter/4 42 +replat/1 1 +replâtrage/1 1 +replâtrée/3 3 +replâtrer/4 5 +replète/3 3 +réplétion/1 2 +réplétive/3 3 +repleuvoir/151 206 +repli/1 1 +repliable/1 4 +repliage/1 1 +réplicabilité/1 2 +réplication/1 2 +repliée/3 3 +repliement/1 1 +replier/4 11 +réplique/1 2 +répliquer/4 42 +replisser/4 5 +reploiement/1 1 +replonger/4 42 +reployée/3 3 +reployer/4 5 +repointer/4 11 +repolarisation/1 2 +repolir/29 84 +repolissage/1 1 +répondante/3 9 +répondeuse/3 9 +répondre/52 131 +répons 7 +réponse/1 2 +repopulation/1 2 +report/1 1 +reportage/1 1 +reportée/3 3 +reporter/1 10 +reporter/4 11 +reporter-cameraman 18 +reporter-caméraman 18 +reporters-cameramans 20 +reporters-caméramans 20 +reporters-cameramen 20 +reportrice/3 9 +repos 7 +reposante/3 3 +reposée/3 3 +repose-pied/1 1 +repose-pieds 7 +reposer/4 42 +repose-tête 7 +repose-tête/1 1 +repositionnable/1 4 +repositionnement/1 1 +repositionner/4 11 +reposoir/1 1 +repoudrée/3 3 +repoudrer/4 11 +repoussage/1 1 +repoussante/3 3 +repousse/1 2 +repoussée/3 3 +repoussement/1 1 +repousser/4 42 +repoussoir/1 1 +repréciser/4 17 +répréhensible/1 4 +répréhension/1 2 +reprendre/88 97 +repreneuse/3 9 +représailles 46 +représentable/1 4 +représentante/3 9 +représentation/1 2 +représentative/3 3 +représentativité/1 2 +représentée/3 3 +représenter/4 42 +répresseur/1 94 +répressible/1 4 +répression/1 2 +répressive/3 3 +réprimande/1 2 +réprimandée/3 3 +réprimander/4 5 +réprimée/3 3 +réprimer/4 5 +reprint/1 1 +reprisage/1 1 +reprise/3 6 +reprisée/3 3 +repriser/4 5 +repriseuse/1 2 +réprobation/1 2 +réprobatrice/3 6 +reprochable/1 4 +reproche/1 1 +reprochée/3 3 +reprocher/4 11 +reproductibilité/1 2 +reproductible/1 4 +reproduction/1 2 +reproductive/3 3 +reproductrice/3 6 +reproduire/77 79 +reproduite/3 3 +reprogrammation/1 2 +reprogrammée/3 3 +reprogrammer/4 11 +reprographie/1 2 +reprographiée/3 3 +reprographier/4 5 +réprouvée/3 6 +reprouver/4 5 +réprouver/4 5 +reps 7 +reptation/1 2 +reptile/1 1 +reptilienne/3 3 +républicaine/3 6 +républicaniser/4 5 +républicanisme/1 1 +republication/1 2 +republier/4 5 +république/1 2 +répudiation/1 2 +répudiée/3 3 +répudier/4 5 +repue/3 6 +répugnance/1 2 +répugnante/3 3 +répugner/4 116 +répulsif/1 1 +répulsion/1 2 +répulsive/3 3 +réputation/1 2 +réputée/3 3 +réputer/4 5 +requalification/1 2 +requalifiée/3 3 +requalifier/4 11 +requérante/3 6 +requérir/99 82 +requestionner/4 11 +requête/1 2 +requiem 7 +réquiem/1 1 +requin/1 1 +requinquée/3 3 +requinquer/4 11 +requins-taupes 20 +requin-taupe 18 +requis 7 +requise/3 3 +réquisit/1 1 +réquisition/1 2 +réquisitionnaire/1 1 +réquisitionnée/3 3 +réquisitionner/4 5 +réquisitoire/1 1 +réquisitoriale/8 3 +resaler/4 5 +resalir/29 83 +resaluer/4 5 +resarcelée/3 3 +rescapée/3 6 +rescindable/1 4 +rescindante/3 3 +rescinder/4 5 +rescision/1 2 +rescisoire/1 4 +rescisoire/1 1 +rescousse/1 2 +rescription/1 2 +rescrit/1 1 +réseau/19 1 +réseautage/1 1 +réseauter/10 14 +réseautique/1 2 +résection/1 2 +réséda 45 +réséda/1 1 +resemer/47 11 +réséquer/33 5 +réserpine/1 2 +réservataire/1 13 +réservation/1 2 +réserve/1 2 +réservée/3 3 +réserver/4 11 +réserviste/1 10 +réservoir/1 1 +résidanat/1 1 +résidence/1 2 +résidente/3 6 +résidentielle/3 3 +résider/10 14 +résidu/1 1 +résiduaire/1 4 +résiduelle/3 3 +résignataire/1 10 +résignation/1 2 +résignée/3 6 +résigner/4 11 +résiliable/1 4 +résiliation/1 2 +résiliée/3 3 +résilience/1 2 +résiliente/3 3 +résilier/4 5 +résille/1 2 +résine/1 2 +résiner/4 5 +résineuse/8 3 +résinière/3 6 +résinifère/1 4 +résinifier/4 5 +résipiscence/1 2 +résistance/1 2 +résistante/3 6 +résister/10 124 +résistible/1 4 +résistive/3 3 +résistivité/1 2 +résistor/1 1 +resituer/4 11 +resocialisation/1 2 +résolubilité/1 2 +résoluble/1 4 +résolue/3 6 +résolument 8 +résolution/1 2 +résolutive/3 3 +résolutoire/1 4 +résolvance/1 2 +résolvante/3 6 +résonance/1 2 +résonante/3 3 +résonateur/1 1 +résonatrice/3 3 +résonnante/3 3 +résonnement/1 1 +résonner/10 14 +résorbable/1 4 +résorbée/3 3 +résorber/4 11 +résorcine/1 2 +résorption/1 2 +résoudre/117 79 +respect/1 1 +respectabiliser/4 5 +respectabilité/1 2 +respectable/1 4 +respectée/3 3 +respecter/4 11 +respective/3 3 +respectivement 8 +respectueuse/8 3 +respectueusement 8 +respirable/1 4 +respirateur/1 1 +respiration/1 2 +respiratoire/1 4 +respirer/4 17 +resplendir/55 92 +resplendissante/3 3 +resplendissement/1 1 +responsabilisation/1 2 +responsabilisée/3 3 +responsabiliser/4 5 +responsabilité/1 2 +responsable/1 13 +resquillage/1 1 +resquille/1 2 +resquiller/4 17 +resquilleuse/3 9 +ressac/1 1 +ressaigner/4 17 +ressaisir/29 83 +ressaisissement/1 1 +ressassage/1 1 +ressassée/3 3 +ressassement/1 1 +ressasser/4 5 +ressasseuse/3 6 +ressaut/1 1 +ressauter/4 17 +ressayage/1 1 +ressayer/4 5 +ressemblance/1 2 +ressemblante/3 3 +ressembler/10 156 +ressemelage/1 1 +ressemeler/40 5 +ressemeleuse/3 9 +ressemer/47 11 +ressenti/1 1 +ressentie/3 3 +ressentiment/1 1 +ressentir/82 79 +resserrage/1 1 +resserre/1 2 +resserrée/3 3 +resserrement/1 1 +resserrer/4 11 +resservir/128 97 +ressort/1 1 +ressortir/55 169 +ressortir/82 114 +ressortissante/3 6 +ressouder/4 11 +ressource/1 2 +ressourcement/1 1 +ressourcer/4 11 +ressouvenance/1 2 +ressouvenir/68 122 +ressuage/1 1 +ressuer/4 17 +ressui/1 1 +ressurgir/55 92 +ressuscitée/3 6 +ressusciter/4 17 +ressuyage/1 1 +ressuyée/3 3 +ressuyer/4 11 +restanque/1 2 +restant/1 1 +restante/3 3 +restau/1 1 +restaurant/1 1 +restauration/1 2 +restauratrice/3 6 +restaurée/3 3 +restaurer/4 11 +reste/1 1 +rester/4 14 +restituable/1 4 +restituée/3 3 +restituer/4 5 +restitution/1 2 +restitutoire/1 4 +resto/1 1 +restoroute/1 1 +restreindre/67 79 +restreinte/3 3 +restriction/1 2 +restrictive/3 3 +restringente/3 3 +restructuration/1 2 +restructurée/3 3 +restructurer/4 11 +restyler 5 +resucée/1 2 +résultante/3 6 +résultat/1 1 +résulter/168 14 +résumé/1 1 +résumée/3 3 +résumer/4 11 +résurgence/1 2 +résurgente/3 3 +resurgir/55 92 +resurgissement/1 1 +résurrection/1 2 +résurrectionnelle/3 3 +resynchronisation/1 2 +resynchronisée/3 3 +resynchroniser/4 5 +retable/1 1 +rétablie/3 3 +rétablir/29 83 +rétablissement/1 1 +retaille/1 2 +retailler/4 5 +rétamage/1 1 +rétamée/3 3 +rétamer/4 11 +rétameur/1 1 +retapage/1 1 +retape/1 2 +retapée/3 3 +retaper/4 11 +retapissée/3 3 +retapisser/4 5 +retard/1 1 +retardataire/1 13 +retardateur/1 1 +retardatrice/3 3 +retardée/3 6 +retardement/1 1 +retarder/4 17 +retâter/4 116 +reteindre/67 82 +retéléphoner/10 124 +retendoir/1 1 +retendre/52 82 +retenir/68 97 +retenter/4 5 +rétention/1 2 +retentir/55 92 +retentissante/3 3 +retentissement/1 1 +rétentrice/3 6 +retenue/3 3 +retenue/1 2 +reterçage/1 1 +retercer/4 5 +reterser/4 5 +rétiaire/1 1 +réticence/1 2 +réticente/3 6 +réticulaire/1 4 +réticulation/1 2 +réticule/1 1 +réticulée/3 3 +réticuler/4 5 +réticulocyte/1 1 +réticuloendothéliale/8 3 +réticulo-endothéliale/8 3 +réticulum/1 1 +rétienne/3 6 +rétine/1 2 +rétinienne/3 3 +rétinite/1 2 +rétinoblastome/1 1 +rétinoïde/1 1 +rétinoïque/1 4 +rétinol/1 1 +rétinopathie/1 2 +rétique/1 4 +rétique/1 1 +retirage/1 1 +retiration/1 2 +retirée/3 3 +retirement/1 1 +retirer/4 11 +retisser/4 5 +rétive/3 3 +rétivité/1 2 +retombante/3 3 +retombée/1 2 +retombement/1 1 +retomber/4 14 +retondre/52 82 +retoquer/4 5 +retordage/1 1 +retordement/1 1 +retordeuse/3 9 +retordre/52 82 +réto-romane/3 6 +rétorquable/1 4 +rétorquer/4 5 +retorse/3 3 +rétorsion/1 2 +retouchable/1 4 +retouchage/1 1 +retouche/1 2 +retouchée/3 3 +retoucher/4 116 +retoucheuse/3 9 +retour/1 1 +retournage/1 1 +retournée/3 3 +retournement/1 1 +retourner/4 42 +retracer/4 5 +rétractabilité/1 2 +rétractable/1 4 +rétractation/1 2 +rétractée/3 3 +rétracter/4 11 +rétracteur/1 1 +rétractibilité/1 2 +rétractile/1 4 +rétractilité/1 2 +rétraction/1 2 +rétractive/3 3 +rétractrice/3 3 +retraduction/1 2 +retraduire/84 82 +retraduite/3 3 +retraire/96 82 +retraitante/3 9 +retraite/3 6 +retraitée/3 6 +retraitement/1 1 +retraiter/4 5 +retranchée/3 3 +retranchement/1 1 +retrancher/4 11 +retranscription/1 2 +retranscrire/78 82 +retranscrite/3 3 +retransmetteur/1 1 +retransmettre/73 82 +retransmise/3 3 +retransmission/1 2 +retravaillée/3 3 +retravailler/4 110 +retraverser/4 5 +retrayante/3 6 +rétrécie/3 3 +rétrécir/29 100 +rétrécissante/3 3 +rétrécissement/1 1 +retreindre 82 +rétreindre 82 +retreinte/3 6 +rétreinte/3 6 +retrempe/1 2 +retremper/4 11 +rétribuée/3 3 +rétribuer/4 5 +rétribution/1 2 +retriever/1 1 +rétrieveur/1 1 +rétro/1 4 +rétro/1 1 +rétroactes 20 +rétroaction/1 2 +rétroactivation/1 2 +rétroactive/3 3 +rétroactivement 8 +rétroactivité/1 2 +rétroagir/55 92 +rétrocédée/3 3 +rétrocéder/33 17 +rétrocession/1 2 +rétrochargeuse/1 2 +rétrocommission/1 2 +rétrocompatibilité/1 2 +rétrocompatible/1 4 +rétrocontrôle/1 1 +rétrodiffusion/1 2 +rétroéclairage/1 1 +rétro-éclairage/1 1 +rétroéclairée/3 3 +rétro-éclairée/3 3 +rétroflexe/1 4 +rétroflexion/1 2 +rétrofusée/1 2 +rétrogradation/1 2 +rétrograde/1 4 +rétrogradée/3 3 +rétrograder/4 17 +rétrogression/1 2 +rétro-ingénierie/1 2 +rétro-inhibition/1 2 +rétrolien/1 1 +rétromorphose/1 2 +rétronyme/1 1 +rétronymie/1 2 +rétropédalage/1 1 +rétroplanning/1 1 +rétroposition/1 2 +rétroprojecteur/1 1 +rétroprojection/1 2 +rétropropulsion/1 2 +rétrorégulation/1 2 +rétrospection/1 2 +rétrospective/3 6 +rétrospectivement 8 +rétrospectivité/1 2 +rétrosynthèse/1 2 +rétrosynthétique/1 4 +rétrotranscription/1 2 +rétrotransposon/1 1 +retroussage/1 1 +retroussée/3 3 +retroussement/1 1 +retrousser/4 11 +retroussis 7 +retrouvable/1 4 +retrouvaille/1 2 +retrouvée/3 3 +retrouver/4 11 +rétroversion/1 2 +rétrovirale/8 3 +rétrovirus 7 +rétroviseur/1 1 +rets 7 +retuber/4 5 +réunie/3 3 +réunification/1 2 +réunifiée/3 3 +réunifier/4 5 +réunion/1 2 +réunionite/1 2 +réunionnaise/3 6 +réunionnite/1 2 +réunir/29 83 +réunissage/1 1 +réusiner/4 5 +réussie/3 3 +réussir/29 210 +réussite/1 2 +réutilisable/1 4 +réutilisation/1 2 +réutilisée/3 3 +réutiliser/4 5 +revaccination/1 2 +revacciner/4 5 +revalidation/1 2 +revalider/4 5 +revaloir/213 82 +revalorisation/1 2 +revalorisée/3 3 +revaloriser/4 5 +revancharde/3 6 +revanche/1 2 +revancher/4 55 +revanchisme/1 1 +revascularisation/1 2 +revasculariser/4 5 +rêvasser/10 14 +rêvasserie/1 2 +rêvasseuse/3 6 +rêve/1 1 +revêche/1 4 +rêvée/3 3 +réveil/1 1 +réveillée/3 3 +réveille-matin 7 +réveille-matin/1 1 +réveiller/4 11 +réveilleuse/3 9 +réveillon/1 1 +réveillonner/10 14 +réveillonneur/1 1 +révélation/1 2 +révélatrice/3 6 +révélée/3 3 +révéler/33 11 +revenant-bon 18 +revenante/3 6 +revendable/1 4 +revendeuse/3 9 +revendication/1 2 +revendicative/3 3 +revendicatrice/3 6 +revendiquée/3 3 +revendiquer/4 42 +revendre/52 79 +revendue/3 3 +revenez-y 7 +revenir/68 148 +revente/1 2 +revenu/1 1 +revenue/3 3 +rêver/4 110 +réverbérante/3 3 +réverbération/1 2 +réverbère/1 1 +réverbérée/3 3 +réverbérer/33 11 +reverdie/3 3 +reverdir/29 101 +reverdissage/1 1 +reverdissement/1 1 +reverdoir/1 1 +révérée/3 3 +révérence/1 2 +révérencielle/3 3 +révérencieuse/8 3 +révérencieusement 8 +révérende/3 6 +révérendissime/1 4 +révérer/33 5 +rêverie/1 2 +revérification/1 2 +revérifier/4 11 +revernir/29 84 +revernissage/1 1 +reverrouiller/4 11 +revers 7 +réversale/8 3 +reversée/3 3 +reversement/1 1 +reverser/4 5 +réversibilité/1 2 +réversible/1 4 +réversion/1 2 +reversoir/1 1 +revêtement/1 1 +revêtir/107 79 +rêveuse/3 6 +rêveusement 8 +revient 7 +revif/1 1 +revigorante/3 3 +revigoration/1 2 +revigorée/3 3 +revigorer/4 5 +revirement/1 1 +revirer/10 14 +révisable/1 4 +révisée/3 3 +réviser/4 17 +réviseure/1 2 +réviseuse/3 9 +révision/1 2 +révisionnelle/3 3 +revisionner/4 5 +révisionnisme/1 1 +révisionniste/1 10 +revisitée/3 3 +revisiter/4 5 +revisser/4 5 +revitalisante/3 3 +revitalisation/1 2 +revitalisée/3 3 +revitaliser/4 5 +revival/1 1 +revive/3 3 +revivifiante/3 3 +revivification/1 2 +revivifier/4 5 +reviviscence/1 2 +revivre/142 114 +révocabilité/1 2 +révocable/1 4 +révocation/1 2 +révocatoire/1 4 +revoici 78 +revoilà 78 +revoir 306 +revoir/123 79 +revoler/4 17 +révoltante/3 3 +révolte/1 2 +révoltée/3 6 +révolter/4 11 +révolue/3 3 +révolution/1 2 +révolutionnaire/1 13 +révolutionnairement 8 +révolutionnarisme/1 1 +révolutionnariste/1 13 +révolutionner/4 5 +revolver/1 1 +révolver/1 1 +revolvériser/4 5 +révolvériser/4 5 +revolving 45 +révolving/1 4 +révoquée/3 6 +révoquer/4 5 +revoter/4 17 +revouloir 82 +revoyure/1 2 +revue/3 3 +revue/1 2 +revuiste/1 10 +révulsée/3 3 +révulser/4 11 +révulsion/1 2 +révulsive/3 3 +rewriter/1 10 +rewriter/4 5 +rewriteuse/3 9 +rewriting/1 1 +rexisme/1 1 +rexiste/1 13 +rez 7 +rez-de-chaussée 7 +rez-de-jardin 7 +rezzou/1 1 +rhabdomancie/1 2 +rhabdomancienne/3 9 +rhabdomyolyse/1 2 +rhabdomyosarcome/1 1 +rhabillage/1 1 +rhabillement/1 1 +rhabiller/4 11 +rhabilleuse/3 9 +rhapsode/1 1 +rhapsodie/1 2 +rhapsodique/1 4 +rhapsodiste/1 10 +rhé/1 +rhématisation/1 2 +rhème/1 1 +rhénane/3 6 +rhénium/1 1 +rhéobase/1 2 +rhéologie/1 2 +rhéologique/1 4 +rhéologue/1 10 +rhéomètre/1 1 +rhéophile/1 4 +rhéostat/1 1 +rhéostatique/1 4 +rhéotaxie/1 2 +rhéotropisme/1 1 +rhésus 7 +rhéteur/1 1 +rhétienne/3 6 +rhétique/1 4 +rhétique/1 1 +rhéto/1 2 +rhétoricienne/3 6 +rhétorique/1 4 +rhétorique/1 2 +rhétoriqueur/1 1 +rhéto-romane/3 6 +rhinanthe/1 1 +rhinencéphale/1 4 +rhinencéphale/1 1 +rhingrave/1 10 +rhingraviat/1 1 +rhinite/1 2 +rhinocéros 7 +rhinolaryngite/1 2 +rhino-laryngite/1 2 +rhinologie/1 2 +rhinolophe/1 1 +rhinopharyngée/3 3 +rhino-pharyngée/3 3 +rhinopharyngienne/3 3 +rhino-pharyngienne/3 3 +rhinopharyngite/1 2 +rhino-pharyngite/1 2 +rhinopharynx 7 +rhino-pharynx 7 +rhinoplastie/1 2 +rhinoscopie/1 2 +rhizarthrose/1 2 +rhizobium/1 1 +rhizocarpée/3 3 +rhizoctone/1 1 +rhizoctonie/1 2 +rhizoflagellé/1 1 +rhizoïde/1 1 +rhizomateuse/8 3 +rhizome/1 1 +rhizophage/1 1 +rhizophore/1 1 +rhizopode/1 1 +rhizopus 7 +rhizosphère/1 2 +rhizostome/1 1 +rhizotome/1 1 +rhizotomie/1 2 +rho 7 +rhô 7 +rho/1 +rhodamine/1 2 +rhodanienne/3 6 +rhodiage/1 1 +rhodiée/3 3 +rhodinol/1 1 +rhodite/1 2 +rhodium/1 1 +rhododendron/1 1 +rhodoïd/1 1 +rhodonite/1 2 +rhodophycée/1 2 +rhodophyte/1 2 +rhodopsine/1 2 +rhombe/1 1 +rhombencéphale/1 1 +rhombicosidodécaèdre/1 1 +rhombicuboctaèdre/1 1 +rhombique/1 4 +rhomboèdre/1 1 +rhomboédrique/1 4 +rhomboïdale/8 3 +rhomboïde/1 1 +rhotacisme/1 1 +rhubarbe/1 2 +rhum/1 1 +rhumatisante/3 6 +rhumatismale/8 3 +rhumatisme/1 1 +rhumatoïde/1 4 +rhumatologie/1 2 +rhumatologique/1 4 +rhumatologiste/1 10 +rhumatologue/1 10 +rhumb/1 1 +rhume/1 1 +rhumée/3 3 +rhumer/4 5 +rhumerie/1 2 +rhynchite/1 1 +rhynchocéphale/1 1 +rhynchonelle/1 2 +rhynchote/1 1 +rhyolite/1 2 +rhyolithe/1 2 +rhytidome/1 1 +rhyton/1 1 +ria/1 +rial/1 1 +riante/3 3 +ribambelle/1 2 +ribaude/3 6 +ribaudequin/1 1 +riblage/1 1 +ribler/4 5 +riblon/1 1 +riboflavine/1 2 +ribonucléase/1 2 +ribonucléique/1 4 +ribose/1 1 +ribosomale/8 3 +ribosome/1 1 +ribosomique/1 4 +ribote/1 2 +ribouis 7 +ribouldingue/1 2 +ribouler/10 14 +ribozyme/1 1 +ricaine/3 9 +ricanante/3 3 +ricanement/1 1 +ricaner/10 14 +ricaneuse/3 6 +riccie/1 2 +ricercare/51 1 +ricercaré/1 1 +richarde/3 9 +riche/1 13 +richelieu/1 1 +richement 8 +richesse/1 2 +richissime/1 4 +ricin 18 +ricine/1 2 +ricinée/3 3 +ricinoléique/1 4 +rickettsie/1 2 +rickettsiose/1 2 +rickshaw/1 1 +ricoche/1 2 +ricocher/10 14 +ricochet/1 1 +ricotta/1 2 +ricrac 8 +ric-rac 8 +rictus 7 +ridage/1 1 +ride/1 2 +rideau/19 1 +ridée/3 3 +ridelle/1 2 +ridement/1 1 +rider/4 11 +ridicule/1 13 +ridiculement 8 +ridiculisation/1 2 +ridiculisée/3 3 +ridiculiser/4 11 +ridoir/1 1 +ridule/1 2 +rie/1 2 +riel/1 1 +riemannienne/3 6 +rien 159 +rien/1 1 +riesling/1 1 +rieuse/3 6 +riff/1 1 +riffaudée/3 3 +riffauder/4 17 +riffle/1 +rififi/1 1 +riflard/1 1 +rifle/1 1 +rifler/4 5 +riflette/1 2 +rifloir/1 1 +rift/1 1 +rigaudon/1 1 +rigide/1 4 +rigidement 8 +rigidifiée/3 3 +rigidifier/4 5 +rigidité/1 2 +rigodon/1 1 +rigolade/1 2 +rigolage/1 1 +rigolarde/3 6 +rigole/1 2 +rigoler/10 14 +rigoleuse/3 6 +rigollot/1 1 +rigolo/1 1 +rigolo/1 94 +rigolote/1 2 +rigolote/1 109 +rigorisme/1 1 +rigoriste/1 13 +rigotte/1 2 +rigoureuse/8 3 +rigoureusement 8 +rigueur/1 2 +rikiki 45 +rillettes 46 +rillons 20 +rilsan/1 1 +rimaille/1 2 +rimailler/10 14 +rimailleuse/3 9 +rimaye/1 2 +rimbaldienne/3 3 +rime/1 2 +rimée/3 3 +rimer/4 17 +rimeuse/3 6 +rimmel/1 1 +rinçage/1 1 +rinceau/19 1 +rince-bouche 7 +rince-bouche/1 1 +rince-bouteille/1 1 +rince-bouteilles 7 +rince-doigt/1 1 +rince-doigts 7 +rincée/3 3 +rincer/4 11 +rincette/1 2 +rinceuse/3 9 +rinçure/1 2 +rinforzando 8 +rinforzando/1 1 +ring/1 1 +ringardage/1 1 +ringarde/3 6 +ringarder/4 5 +ringardisation/1 2 +ringardise/1 2 +ringardiser/4 5 +rink-hockey/1 1 +ripage/1 1 +ripaille/1 2 +ripailler/10 14 +ripailleuse/3 9 +ripaton/1 1 +ripatonner 14 +ripe/1 2 +riper/4 17 +ripicole/1 4 +ripieno 7 +ripieno/1 1 +ripiéno/1 1 +ripolin/1 1 +ripoliner/4 5 +riposte/1 2 +riposter/4 17 +ripou/19 13 +ripous 144 +ripper/1 1 +ripplemark/1 2 +ripple-mark/1 2 +ripuaire/1 13 +riquiqui 45 +riquiqui/1 4 +rire/1 1 +rire/137 148 +ris 7 +risban/1 1 +risberme/1 2 +risée/1 2 +risette/1 2 +risible/1 4 +risiblement 8 +risorius 45 +risorius 7 +risotto/1 1 +risque/1 1 +risquée/3 3 +risquer/4 11 +risque-tout 7 +risquetout/1 1 +rissole/1 2 +rissoler/4 17 +ristourne/1 2 +ristourner/4 5 +ritale/3 6 +rite/1 1 +ritournelle/1 2 +ritualisation/1 2 +ritualisée/3 3 +ritualiser/4 5 +ritualisme/1 1 +ritualiste/1 10 +rituelle/3 6 +rituellement 8 +rivage/1 1 +rivale/8 6 +rivaliser/10 14 +rivalité/1 2 +rive/1 2 +rivée/3 3 +rivelaine/1 2 +river/4 5 +riveraine/3 6 +riveraineté/1 2 +rivesaltes 7 +rivet/1 1 +rivetage/1 1 +rivetée/3 3 +riveter/40 5 +riveteuse/1 2 +riveuse/3 9 +rivière/1 2 +rivoir/1 1 +rivulaire/1 4 +rivulaire/1 2 +rivure/1 2 +rixdale/1 2 +rixe/1 2 +riz 7 +rizerie/1 2 +rizicole/1 4 +rizicultrice/3 9 +riziculture/1 2 +rizière/1 2 +riz-pain-sel 7 +roadmovie/1 1 +road-movie/1 1 +roadster/1 1 +roastbeef/1 1 +roast-beef/1 1 +rob/1 1 +robage/1 1 +robe/1 2 +robelage/1 1 +rober/4 5 +robert/1 1 +robespierrisme/1 1 +robespierriste/1 13 +robin/1 1 +robinet/1 1 +robinetier/1 1 +robinétier/1 1 +robinetière/3 9 +robinétière/3 9 +robinetterie/1 2 +robineuse/8 9 +robinier/1 1 +robinsonnade/1 2 +roborative/3 3 +robot/1 1 +roboticienne/3 9 +robotique/1 4 +robotisation/1 2 +robotisée/3 3 +robotiser/4 5 +robre/1 1 +robusta/1 1 +robuste/1 4 +robustement 8 +robustesse/1 2 +roc/1 1 +rocade/1 2 +rocaillage/1 1 +rocaille/1 2 +rocailleur/1 1 +rocailleuse/8 3 +rocambole/1 2 +rocambolesque/1 4 +rocelle/1 2 +rochage/1 1 +rochassière/3 9 +roche/1 2 +rocher 14 +rocher/1 1 +rochet/1 1 +rocheuse/8 3 +rochier/1 1 +rock/1 1 +rockabilly/1 1 +rocker/1 10 +rocket/1 2 +rockeuse/3 9 +rockingchair/1 1 +rocking-chair/1 1 +rococo/1 4 +rococo/1 1 +rocou/1 1 +rocouyer/1 1 +rocquer/10 14 +rodage/1 1 +rôdailler/10 14 +rôde/1 2 +rodée/3 3 +rodéo/1 1 +roder/4 5 +rôder/10 14 +rôdeuse/3 6 +rodoir/1 1 +rodomont/1 1 +rodomontade/1 2 +roentgen/61 1 +roentgenium/1 1 +roentgenthérapie/1 2 +roesti/1 1 +rogation/1 2 +rogatoire/1 4 +rogatoirement 8 +rogaton/1 1 +rognage/1 1 +rogne/1 2 +rognée/3 3 +rogne-pied 7 +rogne-pied/1 1 +rogner/4 17 +rogneuse/3 6 +rognon/1 1 +rognonnade/1 2 +rognonner/10 14 +rognure/1 2 +rogomme/1 1 +rogue/1 4 +rogue/1 2 +roguée/3 3 +rohart/1 1 +roi/1 1 +roide/1 4 +roidement 8 +roideur/1 2 +roidie/3 3 +roidir/29 83 +roitelet/1 1 +rôle/1 1 +roller/1 1 +rolleuse/3 9 +rollier/1 1 +rollmops 7 +rom/1 13 +romaine/3 6 +romaïque/1 4 +romaji 7 +romaji/1 1 +roman/1 1 +romance/1 2 +romancée/3 3 +romancer/4 5 +romancero/1 1 +romancéro/1 1 +romanche/1 1 +romancière/3 6 +romande/3 3 +romane/3 3 +romanesque/1 10 +romanesquement 8 +roman-feuilleton 18 +roman-fleuve 18 +romani/1 10 +romanichelle/3 9 +romanisante/3 6 +romanisation/1 2 +romanisée/3 3 +romaniser/4 42 +romanisme/1 1 +romaniste/1 10 +romanité/1 2 +romano/1 10 +roman-photo 18 +romans-feuilletons 20 +romans-fleuves 20 +romans-photos 20 +romanticisme/1 1 +romantique/1 13 +romantiquement 8 +romantiser/4 17 +romantisme/1 1 +romarin/1 1 +rombière/1 2 +rompre/52 97 +rompue/3 3 +romsteck/1 1 +ronce/1 2 +ronceraie/1 2 +ronceuse/8 3 +ronchonne/3 6 +ronchonneau/19 1 +ronchonnement/1 1 +ronchonner/10 14 +ronchonneuse/3 6 +ronchopathie/1 2 +roncière/3 9 +rondache/1 2 +rond-de-cuir 18 +ronde/3 6 +rondeau/19 1 +ronde-bosse 47 +rondel/1 1 +rondelette/3 6 +rondelle/1 2 +rondement 8 +rondes-bosses 46 +rondeur/1 2 +rondier/1 1 +rondin/1 1 +rondir/29 84 +rondo/1 1 +rondouillarde/3 6 +rond-point 18 +rondpoint/1 1 +ronds-de-cuir 20 +ronds-points 20 +ronéo/1 10 +ronéoter/4 5 +ronéotyper/4 5 +ronéotypie/1 2 +ronflaguer/4 5 +ronflante/3 3 +ronflement/1 1 +ronfler/10 14 +ronflette/1 2 +ronfleuse/3 6 +rongée/3 3 +rongement/1 1 +ronger/4 11 +rongeure/1 2 +rongeüre/1 2 +rongeuse/3 3 +rônier/1 1 +rônin/1 1 +ronron/1 1 +ronronnante/3 3 +ronronnement/1 1 +ronronner/10 14 +ronsardiser/10 14 +röntgen/61 1 +röntgenium/1 1 +röntgenthérapie/1 2 +roof/1 1 +rookerie/1 2 +roque/1 1 +roquefort/1 1 +roquelaure/1 2 +roquentin/1 1 +roquer/10 14 +roquerie/1 2 +roquet/1 1 +roquette/1 2 +rorqual/1 1 +rosace/1 2 +rosacée/3 3 +rosage/1 1 +rosaire/1 1 +rosalbin/1 1 +rosalie/1 2 +rosaniline/1 2 +rosat 45 +rosâtre/1 4 +rosbif/1 1 +rose/1 13 +roseau/19 1 +rose-croix 88 +rosée/3 3 +rosée/1 2 +roselet/1 1 +roselière/3 6 +roséole/1 2 +roser/4 5 +roseraie/1 2 +rosette/1 2 +roseur/1 2 +rosicrucienne/3 6 +rosie/3 3 +rosière/3 9 +rosiériste/1 10 +rosir/29 101 +rosissante/3 3 +rosissement/1 1 +rossarde/3 6 +rosse/1 2 +rosser/4 5 +rosserie/1 2 +rossignol/1 1 +rossignolet/1 1 +rossinante/1 2 +rossolis 7 +rösti/1 1 +rostrale/8 3 +rostre/1 1 +rot/1 1 +rôt/1 1 +rotacée/3 3 +rotamère/1 1 +rotang/1 1 +rotarien/1 1 +rotary/1 1 +rotateur/1 1 +rotation/1 2 +rotationnelle/3 3 +rotative/3 6 +rotativiste/1 13 +rotatoire/1 4 +rotatrice/3 3 +rotavirus 7 +rotengle/1 1 +roténone/1 2 +roter/10 14 +rôtie/3 6 +rotifère/1 4 +rotin/1 1 +rôtir/29 100 +rôtissage/1 1 +rôtisserie/1 2 +rôtisseuse/3 9 +rôtissoire/1 2 +rotogravure/1 2 +rotomoulage/1 1 +rotonde/1 2 +rotondité/1 2 +rotoplots 20 +rotor/1 1 +rotorique/1 4 +rototo/1 1 +rotring/1 1 +rotrouenge/1 2 +rotruenge/1 2 +rottweiler/1 1 +rottweileur/1 1 +rottweiller/1 1 +rotule/1 2 +rotulienne/3 3 +roture/1 2 +roturière/3 6 +rouable/1 4 +rouage/1 1 +rouanne/3 6 +rouannette/1 2 +roublarde/3 6 +roublardise/1 2 +rouble/1 1 +rouchi +roucoulade/1 2 +roucoulante/3 3 +roucoulement/1 1 +roucouler/4 17 +roudoudou/1 1 +roue/1 2 +rouée/3 6 +rouelle/1 2 +rouennerie/1 2 +rouer/4 5 +rouergate/3 6 +rouerie/1 2 +rouette/3 9 +rouf/1 1 +rouflaquette/1 2 +roufle/1 1 +roufler/4 17 +rougail/1 1 +rougaille/1 2 +rouge/1 10 +rougeâtre/1 4 +rougeaude/3 3 +rouge-gorge 18 +rougeoiement/1 1 +rougeole/1 2 +rougeoleuse/8 6 +rougeoyante/3 3 +rougeoyer/10 14 +rouge-queue 18 +rouges-gorges 20 +rouges-queues 20 +rouget/1 1 +rougeur/1 2 +rough/1 1 +rougie/3 3 +rougir/29 101 +rougissante/3 3 +rougissement/1 1 +rougnotter/10 14 +rouie/3 3 +rouille 45 +rouille/1 10 +rouillée/3 3 +rouiller/4 42 +rouilleuse/8 3 +rouillure/1 2 +rouir/29 101 +rouissage/1 1 +rouissoir/1 1 +roulade/1 2 +roulage/1 1 +roulante/3 6 +roule/1 10 +rouleau/19 1 +rouleautée/3 3 +roulé-boulé 18 +roulée/3 3 +roulement/1 1 +rouler/4 42 +roulés-boulés 20 +roulette/1 2 +rouleuse/3 6 +roulier/1 1 +roulis 7 +rouloir/1 1 +rouloter/4 5 +roulotte/1 2 +roulotter/4 5 +roulottière/3 9 +roulure/1 2 +roumaine/3 6 +roumi/1 10 +roumie/3 9 +round/1 1 +roupettes 46 +roupie/1 2 +roupiller/10 14 +roupillon/1 1 +rouquine/3 6 +rouscailler/10 14 +rouspétance/1 2 +rouspéter/63 14 +rouspéteuse/3 6 +rousquille/1 2 +roussâtre/1 4 +rousse/8 6 +rousseau/19 1 +rousseauisme/1 1 +rousseauiste/1 13 +rousselet/1 1 +rousserole/1 2 +rousserolle/1 2 +roussette/1 2 +rousseur/1 2 +roussie/3 3 +roussillonnais/3 6 +roussin/1 1 +roussir/29 101 +roussissement/1 1 +roussissure/1 2 +rouste/1 2 +roustir/29 84 +roustons 20 +routage/1 1 +routarde/3 9 +route/1 2 +router/4 5 +routeur/1 1 +routeuse/3 9 +routière/3 6 +routine/1 2 +routinière/3 6 +routinisation/1 2 +rouverain/1 1 +rouverin/1 126 +rouvieux 7 +rouvraie/1 2 +rouvrir/81 97 +rowing/1 1 +royale/8 6 +royalement 8 +royalisme/1 1 +royaliste/1 10 +royaltie/1 2 +royalties 46 +royaume/1 1 +royauté/1 2 +rromani +ru/1 1 +ruade/1 2 +ruban/1 1 +rubanée/3 3 +rubaner/4 5 +rubanerie/1 2 +rubanière/3 6 +rubato 8 +rubato/1 1 +rubéfaction/1 2 +rubéfiante/3 3 +rubéfier/4 5 +rubellite/1 2 +rubéole/1 2 +rubéoleuse/8 6 +rubescente/3 3 +rubiacée/1 2 +rubican/1 94 +rubicelle/1 2 +rubiconde/3 3 +rubidium/1 1 +rubiette/1 2 +rubigineuse/8 3 +rubis 7 +rubrique/1 2 +ruche/1 2 +ruchée/3 6 +rucher/1 1 +rucher/4 5 +ruchette/1 2 +rudbeckie/1 2 +rude/1 4 +rudement 8 +rudentée/3 3 +rudenter/4 5 +rudenture/1 2 +rudérale/8 3 +rudération/1 2 +rudesse/1 2 +rudiment/1 1 +rudimentaire/1 4 +rudimentairement 8 +rudoiement/1 1 +rudologie/1 2 +rudoyée/3 3 +rudoyer/4 5 +rue/1 2 +ruée/1 2 +ruelle/1 2 +ruer/4 102 +ruffian/1 1 +rufian/1 1 +rugby/1 1 +rugbyman/41 1 +rugbyman/1 1 +rugination/1 2 +rugir/29 101 +rugissante/3 3 +rugissement/1 1 +rugosité/1 2 +rugueuse/8 3 +ruiler/4 5 +ruine/1 2 +ruine-babine/1 1 +ruine-babines 7 +ruinée/3 3 +ruiner/4 11 +ruineuse/8 3 +ruineusement 8 +ruiniforme/1 4 +ruiniste/1 10 +ruinure/1 2 +ruisseau/19 1 +ruisselante/3 3 +ruissèlement/1 1 +ruisseler/72 14 +ruisselet/1 1 +ruissellement/1 1 +rumba/1 2 +rumen/1 1 +rumeur/1 2 +rumex 7 +ruminante/3 3 +rumination/1 2 +ruminée/3 3 +ruminement/1 1 +ruminer/4 17 +rumsteak/1 1 +rumsteck/1 1 +runabout/1 1 +rune/1 2 +runiforme/1 4 +runique/1 4 +runologue/1 10 +ruolz 7 +rupestre/1 4 +rupicole/1 4 +rupicole/1 1 +rupine/3 6 +rupiner/10 14 +rupteur/1 1 +rupture/1 2 +rurale/8 6 +ruralité/1 2 +rurbaine/3 6 +rurbanisation/1 2 +ruse/1 2 +rusée/3 6 +ruser/10 14 +rush/41 1 +rush/1 1 +russe/1 10 +russienne/3 6 +russification/1 2 +russifiée/3 3 +russifier/4 5 +russisée/3 3 +russiser/4 5 +russophile/1 13 +russophone/1 13 +russule/1 2 +rustaude/3 6 +rustauderie/1 2 +rusticage/1 1 +rusticité/1 2 +rustine/1 2 +rustique/1 4 +rustiquement 8 +rustiquer/4 5 +rustre/1 4 +rustre/1 1 +rut/1 1 +rutabaga/1 1 +rûter/10 14 +ruthène/1 13 +ruthénium/1 1 +rutherfordium/1 1 +rutilance/1 2 +rutilante/3 3 +rutilation/1 2 +rutilement/1 1 +rutiler/10 14 +rwandaise/3 6 +rye/1 1 +rythme/1 1 +rythmée/3 3 +rythmer/4 5 +rythmicienne/3 9 +rythmicité/1 2 +rythmique/1 4 +rythmiquement 8 +s 7 +s/57 57 +sa 173 +s'abader 55 +sabayon/1 1 +sabbat/1 1 +sabbathienne/3 3 +sabbatique/1 4 +sabéenne/3 6 +sabéisme/1 1 +sabelle/1 2 +sabellianisme/1 1 +sabine/3 6 +sabir/1 1 +sablage/1 1 +sable 45 +sable/1 1 +sablée/3 3 +sabler/4 17 +sablerie/1 2 +sableuse/3 9 +sableuse/8 3 +sablière/3 9 +sablon/1 1 +sablonner/4 5 +sablonneuse/8 3 +sablonnière/1 2 +sabord/1 1 +sabordage/1 1 +sabordée/3 3 +sabordement/1 1 +saborder/4 11 +sabot/1 1 +sabotage/1 1 +sabotée/3 3 +saboter/4 17 +saboterie/1 2 +saboteuse/3 9 +sabotière/3 9 +sabouler/4 11 +sabra/1 10 +sabrage/1 1 +sabre/1 1 +sabrée/3 3 +sabrer/4 17 +sabretache/1 2 +sabreuse/3 9 +s'abriller 55 +saburrale/8 3 +saburre/1 2 +sac/1 1 +sacagner/4 5 +saccade/1 2 +saccadée/3 3 +saccader/4 5 +saccage/1 1 +saccagée/3 3 +saccagement/1 1 +saccager/4 5 +saccageuse/3 9 +saccarase/1 2 +saccarate/1 2 +saccareuse/8 3 +saccaride/1 1 +saccaridé/1 1 +saccarifère/1 4 +saccarification/1 2 +saccarifier/4 5 +saccarimètre/1 1 +saccarimétrie/1 2 +saccarimétrique/1 4 +saccarine/3 3 +saccarine/1 2 +saccarinée/3 3 +saccarique/1 4 +saccaroïde/1 4 +saccarolé/1 1 +saccaromycès 7 +saccarose/1 1 +saccarure/1 1 +saccharase/1 2 +saccharate/1 2 +sacchareuse/8 3 +saccharide/1 1 +saccharidé/1 1 +saccharifère/1 4 +saccharifiable/1 4 +saccharification/1 2 +saccharifier/4 5 +saccharimètre/1 1 +saccharimétrie/1 2 +saccharimétrique/1 4 +saccharine/3 3 +saccharine/1 2 +saccharinée/3 3 +saccharique/1 4 +saccharoïde/1 4 +saccharolé/1 1 +saccharomyces 7 +saccharose/1 1 +saccharure/1 1 +sacciforme/1 4 +saccule/1 1 +sacculiforme/1 4 +sacculine/1 2 +sacerdoce/1 1 +sacerdotale/8 3 +sachem/1 1 +sachet/1 1 +sacoche/1 2 +sacoléva/1 2 +sacolève/1 2 +sacome/1 1 +sacquebute/1 +sacquée/3 3 +sacquer/4 5 +sacrale/8 3 +sacralisation/1 2 +sacralisée/3 3 +sacraliser/4 5 +sacralité/1 2 +sacramentaire/1 4 +sacramental/19 4 +sacramentelle/3 3 +sacre/1 1 +sacrebleu 70 +sacré-cœur +sacredieu 70 +sacrée/3 3 +sacrément 8 +sacrement/1 1 +sacrer/4 17 +sacret/1 1 +sacrifiable/1 4 +sacrificatoire/1 13 +sacrificatrice/3 9 +sacrifice/1 1 +sacrificielle/3 3 +sacrifiée/3 6 +sacrifier/4 11 +sacrilège/1 4 +sacrilège/1 1 +sacripant/1 1 +sacristain/1 1 +sacristi 70 +sacristie/1 2 +sacristine/1 2 +sacrosainte/3 3 +sacro-sainte/3 3 +sacrum/1 1 +sadd/1 1 +sadducéenne/3 6 +sadico-anale/8 3 +sadique/1 4 +sadiquement 8 +sadisme/1 1 +sadomasochisme/1 1 +sadomasochiste/1 13 +saducéenne/3 6 +safari/1 1 +safari-photo 18 +safaris-photos 20 +safran 45 +safran/1 1 +safranée/3 3 +safraner/4 5 +safranière/1 2 +safre/1 1 +saga/1 2 +sagace/1 4 +sagacité/1 2 +sagaie/1 2 +sagard/1 1 +sage/1 13 +sage-femme 47 +sagefemme/1 2 +sagement 8 +sages-femmes 46 +sagesse/1 2 +sagette/1 2 +s'agir/246 128 +sagittaire/1 10 +sagittale/8 3 +sagittée/3 3 +sagou/1 1 +sagouin/1 1 +sagoutier/1 1 +sagum/1 1 +saharienne/3 6 +sahel/1 1 +sahélienne/3 6 +sahraouie/3 6 +saï/1 1 +saie/1 2 +saietter/4 5 +saïga/1 1 +saignante/3 3 +saignée/1 2 +saignement/1 1 +saigner/4 42 +saigneuse/3 6 +saigneuse/8 3 +saignoir/1 1 +saillante/3 3 +saillie/1 2 +saillir/126 91 +saïmiri/1 1 +sainbois 7 +saindoux 18 +saine/3 3 +sainement 8 +sainfoin/1 1 +saint-bernard 7 +saint-crépin 7 +saint-cyrienne/3 6 +sainte/3 6 +saintement 8 +saint-émilion/1 1 +sainteté/1 2 +saint-frusquin 7 +saint-glinglin 87 +saint-honoré 7 +saintier/1 1 +saint-nectaire 7 +saintongeaise/3 6 +saint-paulin 7 +saint-père 18 +saint-pierre 7 +saint-simonienne/3 6 +saint-simonisme 18 +saints-pères 20 +saisie/3 3 +saisie-arrêt 47 +saisie-brandon 47 +saisie-exécution 47 +saisies-arrêts 46 +saisies-brandons 46 +saisies-exécutions 46 +saisine/1 2 +saisir/29 83 +saisissable/1 4 +saisissante/3 6 +saisissement/1 1 +saisisseur/1 1 +saison/1 2 +saisonnale/8 3 +saisonnalité/1 2 +saisonner/10 14 +saisonnière/3 6 +saisonnièrement 8 +saïte/1 4 +sajou/1 1 +saké/1 1 +saki/1 1 +sakieh/1 2 +salace/1 4 +salacité/1 2 +salade/1 2 +saladerie/1 2 +saladero/1 1 +saladéro/1 1 +saladier/1 1 +salafisme/1 1 +salafiste/1 13 +salage/1 1 +salaire/1 1 +salaison/1 2 +salamalec/1 1 +salamandre/1 2 +salami/1 1 +salangane/1 2 +salant/1 1 +salante/3 3 +salariale/8 3 +salariat/1 1 +salariée/3 6 +salarier/4 5 +salarisation/1 2 +salaud/1 94 +salauderie/1 2 +salchow/1 1 +sale/1 4 +sale/1 1 +salée/3 6 +salement 8 +salep/1 1 +saler/4 5 +saleron/1 1 +salésienne/3 6 +saleté/1 2 +saleuse/3 9 +salicaire/1 2 +salicine/1 2 +salicional/1 1 +salicole/1 4 +salicoque/1 2 +salicorne/1 2 +salicoside/1 10 +saliculture/1 2 +salicylate/1 1 +salicylique/1 4 +salie/3 3 +salienne/3 3 +salière/1 2 +salifère/1 4 +salifiable/1 4 +salification/1 2 +salifier/4 5 +saligaude/3 6 +salignon/1 1 +saligote/3 9 +saligoter/4 5 +salinage/1 1 +saline/3 6 +salinière/3 6 +salinisation/1 2 +salinité/1 2 +salique/1 4 +salir/29 83 +salissante/3 3 +salisson/1 1 +salissure/1 2 +salivaire/1 4 +salivation/1 2 +salive/1 2 +saliver/10 14 +salle/1 2 +salmanazar/1 1 +salmigondis 7 +salmis 7 +salmonelle/1 2 +salmonellose/1 2 +salmonicultrice/3 9 +salmoniculture/1 2 +salmonidé/1 1 +saloir/1 1 +salol/1 1 +salomé/1 1 +salon/1 1 +salonguer/10 14 +salonnarde/3 9 +salonnarde/3 9 +salonnière/3 6 +saloon/1 1 +salop/1 1 +salopard/1 1 +salope/1 2 +salopée/3 3 +saloper/4 5 +saloperie/1 2 +salopette/1 2 +salopiaud/1 1 +salopiot/1 1 +salpe/1 2 +salpêtrage/1 1 +salpêtre/1 1 +salpêtrée/3 3 +salpêtrer/4 5 +salpêtreuse/8 3 +salpêtrière/1 2 +salpêtrisation/1 2 +salpicon/1 1 +salpingite/1 2 +salpingographie/1 2 +salsa/1 2 +salse/1 2 +salsepareille/1 2 +salsifis 7 +salsolacée/1 2 +saltarelle/1 2 +saltation/1 2 +saltationnisme/1 1 +saltatoire/1 4 +saltimbanque/1 10 +salto/1 1 +salubre/1 4 +salubrité/1 2 +saluée/3 3 +saluer/4 11 +salure/1 2 +salut 70 +salut/1 1 +salutaire/1 4 +salutairement 8 +salutation/1 2 +salutiste/1 10 +salvadorienne/3 6 +salvatrice/3 6 +salve/1 2 +salvifique/1 4 +samare/1 2 +samaritaine/3 6 +samarium/1 1 +samba/1 2 +sambo/1 1 +samboïste/1 10 +same/1 1 +samedi 8 +samedi/1 1 +samit/1 1 +samizdat/1 1 +samole/1 1 +samouraï/1 1 +samovar/1 1 +samoyède/1 13 +sampan/1 1 +sampang/1 1 +sampi 7 +sampi/1 1 +sample/1 1 +sampler/1 1 +sampleur/1 1 +sampling/1 1 +sampot/1 1 +samsâra 18 +samsara/1 1 +samu/1 1 +samurai 7 +sana/1 1 +sanatorium/51 1 +sanatorium/1 1 +san-benito/1 1 +sanbénito/1 1 +sancerre/1 1 +sanctifiante/3 3 +sanctification/1 2 +sanctificatrice/3 6 +sanctifiée/3 6 +sanctifier/4 5 +sanction/1 2 +sanctionnée/3 6 +sanctionner/4 5 +sanctuaire/1 1 +sanctuarisation/1 2 +sanctuarisée/3 3 +sanctuariser/4 5 +sanctus 7 +sandale/1 2 +sandalette/1 2 +sandaraque/1 2 +sanderling/1 1 +sandjak/1 1 +sandow/1 1 +sandre/1 10 +sandwich/41 1 +sandwich/1 1 +sandwicher/4 5 +sandwicherie/1 2 +sang/1 1 +sang-froid 7 +sanglante/3 3 +sangle/1 2 +sanglée/3 3 +sangler/4 11 +sanglier/1 1 +sanglot/1 1 +sanglotante/3 3 +sanglotement/1 1 +sangloter/10 14 +sang-mêlé 88 +sangria/1 2 +sangs-mêlés 113 +sangsue/1 2 +sanguinaire/1 13 +sanguine/3 6 +sanguinolente/3 3 +sanguisorbe/1 2 +sanhédrin/1 1 +sanicle/1 2 +sanie/1 2 +sanieuse/8 3 +sanisette/1 2 +sanitaire/1 4 +sans 188 +sans-abri 88 +sans-abri/1 10 +sans-allure 105 +sans-cœur 105 +sans-cœur/1 13 +sanscrit/1 1 +sanscrite/3 3 +sanscritisme/1 1 +sanscritiste/1 10 +sans-culotte 7 +sans-culotte/1 1 +sans-emploi 88 +sans-emploi/1 10 +sansevière/1 2 +sans-façon 7 +sans-façon/1 1 +sans-faute 7 +sans-faute/1 1 +sans-fil 105 +sans-fil/1 13 +sans-filiste 88 +sans-filiste/1 10 +sans-gêne 88 +sans-gêne/1 10 +sans-grade 88 +sans-grade/1 10 +sanskrit/1 1 +sanskrite/3 3 +sanskritisme/1 1 +sanskritiste/1 10 +sans-le-sou 105 +sans-logis 88 +sansonnet/1 1 +sans-papier/1 10 +sans-papiers 88 +sans-parti 88 +sans-parti/1 10 +sans-patrie 88 +sans-patrie/1 10 +sans-plomb 7 +sans-plomb/1 1 +sans-serif +sans-soin 88 +sans-soin/1 10 +sans-souci 88 +sans-souci/1 10 +santal/1 1 +santé/1 2 +santer/10 14 +santiag/1 2 +santoline/1 2 +santon/1 1 +santonner/4 5 +santonnière/3 9 +sanve/1 2 +sanza/1 2 +saônoise/3 3 +saoudienne/3 6 +saoudite/1 108 +saoule/3 3 +saouler/4 11 +saoulerie/1 2 +sapajou/1 1 +sape/1 2 +sapée/3 3 +sapement/1 1 +sapèque/1 2 +saper/4 11 +saperde/1 2 +saperlipopette 70 +saperlotte 70 +sapeur/1 1 +sapeur-pompier 18 +sapeurs-pompiers 20 +saphène/1 4 +saphique/1 4 +saphir 45 +saphir/1 1 +saphisme/1 1 +sapide/1 4 +sapidité/1 2 +sapience/1 2 +sapiens +sapientiale/8 3 +sapin/1 1 +sapinage/1 1 +sapindacée/1 2 +sapine/1 2 +sapinette/1 2 +sapinière/1 2 +sapiteur/1 1 +saponacée/3 3 +saponaire/1 2 +saponase/1 2 +saponifiable/1 4 +saponification/1 2 +saponifier/4 5 +saponine/1 2 +sapotier/1 1 +sapotille/1 2 +sapotillier/1 1 +sapristi 70 +saprophage/1 4 +saprophage/1 1 +saprophyte/1 4 +saprophyte/1 1 +saprophytique/1 4 +saprophytisme/1 1 +saquer/4 5 +sarabande/1 2 +sarbacane/1 2 +sarcasme/1 1 +sarcastique/1 4 +sarcastiquement 8 +sarcelle/1 2 +sarclage/1 1 +sarcler/4 5 +sarclette/1 2 +sarcleuse/3 6 +sarcloir/1 1 +sarcocèle/1 2 +sarcoïde/1 4 +sarcoïde/1 1 +sarcologie/1 2 +sarcomateuse/8 3 +sarcome/1 1 +sarcophage/1 1 +sarcoplasme/1 1 +sarcopte/1 1 +sardanapale/1 1 +sardanapalesque/1 4 +sardane/1 2 +sarde/1 13 +sardine/1 2 +sardinerie/1 2 +sardinière/3 6 +sardoine/1 2 +sardonique/1 4 +sardoniquement 8 +sardonyx 57 +sargasse/1 2 +sari/1 1 +sarigue/1 2 +sarin/1 1 +sarisse/1 2 +sarmate/1 13 +sarment/1 1 +sarmenter/10 14 +sarmenteuse/8 3 +saron/1 1 +sarong/1 1 +saros 7 +sarpejeu 70 +sarracénie/1 2 +sarrancolin/1 1 +sarrasine/3 6 +sarrau/1 1 +sarrette/1 2 +sarriette/1 2 +sarroise/3 6 +sarter/4 5 +sarthoise/3 6 +sartrienne/3 3 +sas 7 +sashimi/1 1 +sassafras 7 +sassage/1 1 +sassanide/1 4 +sassement/1 1 +sassenage/1 1 +sasser/4 5 +sasseuse/3 9 +satanée/3 3 +sataner/4 5 +satanique/1 4 +sataniquement 8 +sataniser/4 5 +satanisme/1 1 +sataniste/1 13 +satellisable/1 4 +satellisation/1 2 +satellisée/3 3 +satelliser/4 11 +satellitaire/1 4 +satellite/1 4 +satellite/1 1 +satî 105 +sati/1 13 +satiété/1 2 +satin/1 1 +satinage/1 1 +satinée/3 3 +satiner/4 5 +satinette/1 2 +satineuse/3 9 +satire/1 2 +satirique/1 10 +satiriquement 8 +satiriser/4 5 +satiriste/1 10 +satisfaction/1 2 +satisfactoire/1 4 +satisfaire/87 146 +satisfaisante/3 3 +satisfaite/3 3 +satisfecit 7 +satisfécit/1 1 +satonner/4 5 +satrape/1 1 +satrapie/1 2 +saturabilité/1 2 +saturable/1 4 +saturante/3 3 +saturateur/1 1 +saturation/1 2 +saturée/3 3 +saturer/4 17 +saturnales 46 +saturne/1 1 +saturnie/1 2 +saturnienne/3 3 +saturnine/3 3 +saturnisme/1 1 +satyre/1 10 +satyriasis 7 +satyrique/1 4 +satyrisme/1 1 +sauce/1 2 +saucée/3 6 +saucer/4 5 +saucière/3 9 +sauciflard/1 1 +saucisse/1 2 +saucisson/1 1 +saucissonnage/1 1 +saucissonnée/3 3 +saucissonner/4 17 +saucissonneuse/3 9 +saudade/1 2 +sauf 99 +saufconduit/1 1 +sauf-conduit/1 1 +sauge/1 2 +saugrenue/3 3 +saulaie/1 2 +saule/1 1 +saulée/1 2 +saumâtre/1 4 +saumon 45 +saumon/1 1 +saumoneau/19 1 +saumonée/3 3 +saumonette/1 2 +saumurage/1 1 +saumure/1 2 +saumurée/3 3 +saumurer/4 5 +sauna/1 1 +saunage/1 1 +saunaison/1 2 +saunante/3 3 +sauner/10 14 +saunerie/1 2 +saunière/3 9 +saupiquet/1 1 +saupoudrage/1 1 +saupoudrée/3 3 +saupoudrer/4 5 +saupoudreuse/3 6 +saupoudroir/1 1 +saurage/1 1 +saure/3 3 +saurée/3 3 +saurer/4 5 +saurien/1 1 +saurin/1 1 +saurir/29 84 +saurischien/1 1 +saurissage/1 1 +saurisserie/1 2 +saurisseuse/3 9 +sauropode/1 1 +saussaie/1 2 +saut/1 1 +saut-de-lit 18 +saut-de-loup 18 +saut-de-mouton 18 +saute/1 2 +sautée/3 3 +sautelle/1 2 +saute-mine/1 1 +saute-mines 7 +saute-mouton 7 +saute-mouton/1 1 +sauter/4 17 +sautereau/19 1 +sauterelle/1 2 +sauterie/1 2 +sauternes 7 +saute-ruisseau 7 +saute-ruisseau/19 1 +sauteuse/3 6 +sautillante/3 3 +sautillement/1 1 +sautiller/10 14 +sautoir/1 1 +sauts-de-lit 20 +sauts-de-loup 20 +sauts-de-mouton 20 +sauvage/1 13 +sauvagement 8 +sauvageonne/3 6 +sauvagerie/1 2 +sauvagesse/1 2 +sauvagine/3 6 +sauve/3 3 +sauvée/3 6 +sauvegarde/1 2 +sauvegardée/3 3 +sauvegarder/4 5 +sauve-qui-peut 7 +sauver/4 42 +sauvetage/1 1 +sauveté/1 2 +sauveteuse/3 9 +sauvette 47 +sauveur/1 1 +sauveuse/3 9 +sauvignon/1 1 +savamment 8 +savane/1 2 +savante/3 6 +savarin/1 1 +savart/1 1 +savate/1 2 +savater/4 5 +saveter 5 +savetier/1 1 +saveur/1 2 +savoir/1 1 +savoir/219 97 +savoir-faire 7 +savoir-vivre 7 +savoisienne/3 6 +savon/1 1 +savonnage/1 1 +savonnée/3 3 +savonner/4 11 +savonnerie/1 2 +savonnette/1 2 +savonneuse/8 3 +savonnière/3 6 +savourée/3 3 +savourer/4 5 +savoureuse/8 3 +savoureusement 8 +savoyarde/3 6 +saxatile/1 4 +saxe/1 1 +saxhorn/1 1 +saxicole/1 4 +saxifragacée/1 2 +saxifrage/1 4 +saxifrage/1 2 +saxo/1 1 +saxonne/3 6 +saxophone/1 1 +saxophoniste/1 10 +saynète/1 2 +sayon/1 1 +sb/38 7 +sbire/1 10 +scabieuse/8 6 +scabreuse/8 3 +scaferlati/1 1 +scalaire/1 10 +scalairement 8 +scalde/1 1 +scaldique/1 4 +scalène/1 4 +scalène/1 1 +scalp/1 1 +scalpée/3 3 +scalpel/1 1 +scalper/4 5 +scampi/1 1 +scampis 7 +scandale/1 1 +scandaleuse/8 3 +scandaleusement 8 +scandalisée/3 6 +scandaliser/4 42 +scandée/3 3 +scander/4 5 +scandinave/1 13 +scandinavisme/1 1 +scandium/1 1 +scannage/1 1 +scannée/3 3 +scanner/1 1 +scanner/4 5 +scannériser/4 5 +scanneur/1 1 +scanographe/1 1 +scanographie/1 2 +scanographique/1 4 +scansion/1 2 +scaphandre/1 1 +scaphandrière/3 9 +scaphite/1 1 +scaphoïde/1 4 +scaphoïde/1 1 +scapula/1 2 +scapulaire/1 4 +scapulaire/1 1 +scapulalgie/1 2 +scapulohumérale/8 3 +scapulo-humérale/8 3 +scarabée/1 1 +scare/1 1 +scarieuse/8 3 +scarifiage/1 1 +scarificateur/1 1 +scarification/1 2 +scarifiée/3 3 +scarifier/4 5 +scarlatine/1 2 +scarlatiniforme/1 4 +scarole/1 2 +scat/1 1 +scatologie/1 2 +scatologique/1 4 +scatophage/1 4 +scatophage/1 1 +scatophile/1 4 +sceau/19 1 +sceau-de-Salomon 18 +sceaux-de-Salomon 20 +scélérate/3 6 +scélératement 8 +scélératesse/1 2 +scellage/1 1 +scellée/3 3 +scellement/1 1 +sceller/4 5 +scénarimage/1 1 +scenario/51 1 +scénario/1 1 +scénarisation/1 2 +scénarisée/3 3 +scénariser/4 5 +scénariste/1 10 +scénaristique/1 4 +scène/1 2 +scénette/1 2 +scènette/1 2 +scénique/1 4 +scéniquement 8 +scénographe/1 10 +scénographie/1 2 +scénographique/1 4 +scénologie/1 2 +scepticisme/1 1 +sceptique/1 4 +sceptiquement 8 +sceptre/1 1 +schah/1 1 +schako/1 1 +schappe/1 10 +schapska/1 10 +scheik/1 1 +schelem/1 1 +schéma/1 1 +schématèque/1 2 +schématique/1 4 +schématiquement 8 +schématisation/1 2 +schématisée/3 3 +schématiser/4 17 +schématisme/1 1 +schème/1 1 +schéol/1 1 +scherzando 8 +scherzo 8 +scherzo/1 1 +schibboleth/1 1 +schiedam/1 1 +schilling/1 1 +schismatique/1 4 +schisme/1 1 +schiste/1 1 +schisteuse/8 3 +schistoïde/1 4 +schistosité/1 2 +schistosome/1 1 +schizogamie/1 2 +schizogenèse/1 2 +schizogonie/1 2 +schizoïde/1 13 +schizoïdie/1 2 +schizomanie/1 2 +schizométamérie/1 2 +schizonévrose/1 2 +schizoparaphasie/1 2 +schizophrène/1 13 +schizophrénie/1 2 +schizophrénique/1 4 +schizothymie/1 2 +schlague/1 2 +schlamm/1 1 +schlass 45 +schleue/3 6 +schlich/1 1 +schlinguer/10 14 +schlittage/1 1 +schlitte/1 2 +schlitter/4 5 +schlitteur/1 1 +schmecter/10 14 +schmilblick/1 1 +schnaps 7 +schnauzer/1 1 +schnock/1 13 +schnoque/1 13 +schnorchel/1 1 +schnorkel/1 1 +schnouff/1 2 +schofar/1 1 +scholiaste/1 1 +scholie/1 10 +schooner/1 1 +schooneur/1 1 +schorre/1 1 +schproum/1 1 +schupo/1 1 +schuss 7 +schwarzienne/3 3 +sciable/1 4 +sciage/1 1 +scialytique/1 4 +sciapode/1 1 +sciatalgie/1 2 +sciatique/1 4 +sciatique/1 2 +scie/1 2 +sciée/3 3 +sciemment 8 +science/1 2 +science-fiction 47 +sciences-fictions 46 +sciène/1 2 +sciénidé/1 1 +scientificité/1 2 +scientifique/1 13 +scientifiquement 8 +scientisme/1 1 +scientiste/1 13 +scientologie 47 +scientologue/1 10 +scientométrie/1 2 +scientométrique/1 4 +scier/4 17 +scierie/1 2 +scieuse/3 9 +scille/1 2 +scindable/1 4 +scindage/1 1 +scindée/3 3 +scinder/4 11 +scinque/1 1 +scintigramme/1 1 +scintigraphie/1 2 +scintillante/3 3 +scintillation/1 2 +scintillement/1 1 +scintiller/10 14 +scintillogramme/1 1 +scintillographie/1 2 +scion/1 1 +sciotte/1 2 +sciotter/4 5 +scirpe/1 1 +scissile/1 4 +scission/1 2 +scissionner/10 14 +scissionnisme/1 1 +scissionniste/1 13 +scissipare/1 4 +scissiparité/1 2 +scissure/1 2 +sciure/1 2 +sclérale/8 3 +scléranthe/1 1 +sclère/1 2 +sclérenchyme/1 1 +scléreuse/8 3 +sclérifiante/3 3 +sclérifiée/3 3 +sclérifier/4 11 +sclérite/1 2 +sclérochoroïdite/1 2 +scléro-choroïdite/1 2 +scléroconjonctivite/1 2 +scléro-conjonctivite/1 2 +scléroderme/1 1 +sclérodermie/1 2 +sclérokératite/1 2 +sclérophylle/1 4 +scléroprotéine/1 2 +sclérosante/3 3 +sclérose/1 2 +sclérosée/3 3 +scléroser/4 11 +sclérothérapie/1 2 +sclérotique/1 4 +sclérotique/1 2 +scléterectasie/1 2 +scléterectomie/1 2 +scolaire/1 13 +scolairement 8 +scolarisable/1 4 +scolarisation/1 2 +scolarisée/3 3 +scolariser/4 5 +scolarité/1 2 +scolasticat/1 1 +scolastique/1 13 +scolastiquement 8 +scolex 7 +scoliaste/1 1 +scolie/1 10 +scoliose/1 2 +scolopacidé/1 1 +scolopendre/1 2 +scolyte/1 1 +sconse/1 1 +scoop/1 1 +scooter/1 1 +scootériste/1 10 +scooteur/1 1 +scopie/1 2 +scopolamine/1 2 +scorbut/1 1 +scorbutique/1 13 +score/1 1 +scoriacée/3 3 +scorie/1 2 +scorifier/4 5 +scorpène/1 2 +scorpioïde/1 4 +scorpion/1 1 +scorsonère/1 2 +scotch/41 1 +scotch/1 1 +scotchée/3 3 +scotcher/4 5 +scotie/1 2 +scotisme/1 1 +scotiste/1 13 +scotomisation/1 2 +scotomiser/4 5 +scotopie/1 2 +scotopique/1 4 +scots 7 +scottish/1 2 +scoubidou/1 1 +scoumoune/1 2 +scoured/1 1 +scoute/3 6 +scoutisme/1 1 +scrabble/1 1 +scrabbleuse/3 9 +scramasaxe/1 1 +scrapbooking/1 1 +scraper/1 1 +scrapeur/1 1 +scratch 45 +scratch/41 1 +scratch/1 4 +scratch/1 1 +scratcher/4 17 +scratching/1 1 +scriban/1 1 +scribe/1 1 +scribouillage/1 1 +scribouillarde/3 9 +scribouiller/4 5 +scribouilleuse/3 9 +scriptable/1 4 +scripte/3 9 +scripter/4 42 +script-girl/1 2 +scriptorium/51 1 +scriptorium/1 1 +scriptrice/3 9 +scripturaire/1 4 +scripturale/8 3 +scrofulaire/1 2 +scrofulariacée/1 2 +scrofule/1 2 +scrofuleuse/8 3 +scrogneugneu/19 1 +scrolling/1 1 +scrotale/8 3 +scrotum/1 1 +scrub/1 1 +scrubber/1 1 +scrupule/1 1 +scrupuleuse/8 3 +scrupuleusement 8 +scrutation/1 2 +scrutatrice/3 6 +scruter/4 5 +scrutin/1 1 +scull/1 1 +sculptée/3 3 +sculpter/4 17 +sculpteure/1 2 +sculptrice/3 9 +sculpturale/8 3 +sculpture/1 2 +scutellaire/1 2 +scutum/51 1 +scutum/1 1 +scyphozoaire/1 1 +scytale/1 2 +scythe/1 13 +scythique/1 4 +se 187 +seaborgium/1 1 +séance/1 2 +séant/1 1 +séante/3 3 +seau/19 1 +sébacée/3 3 +sébaste/1 1 +sébile/1 2 +sebka/1 2 +sebkha/1 2 +séborrhée/1 2 +séborrhéide/1 2 +séborrhéique/1 13 +sébum/1 1 +sécable/1 4 +secam/1 1 +sécam/1 1 +sécante/3 6 +sécateur/1 1 +sécession/1 2 +sécessionniste/1 13 +séchage/1 1 +sèche/3 6 +sèche-cheveu/19 1 +sèche-cheveux 7 +séchée/3 3 +sèche-linge 7 +sèche-linge/1 1 +sèche-main/1 1 +sèche-mains 7 +sèchement 8 +sécher/33 42 +sécheresse/1 2 +sècheresse/1 2 +sécherie/1 2 +sècherie/1 2 +sécheuse/3 6 +séchoir/1 1 +secondaire/1 4 +secondairement 8 +secondarité/1 2 +seconde/3 6 +seconde/61 2 +secondée/3 3 +secondement 8 +seconder/4 5 +secouante/3 3 +secouée/3 3 +secouement/1 1 +secouer/4 11 +secoueur/1 1 +secourable/1 4 +secoureuse/3 6 +secourir/108 82 +secourisme/1 1 +secouriste/1 10 +secours 7 +secourue/3 3 +secousse/1 2 +secrétage/1 1 +secrétaire/1 10 +secrétairerie/1 2 +secrétariat/1 1 +secrète/3 6 +secrétée/3 3 +sécrétée/3 3 +secrètement 8 +secréter/33 5 +sécréter/33 5 +sécréteuse/1 108 +sécrétine/1 2 +sécrétion/1 2 +sécrétoire/1 4 +sécrétrice/3 3 +sectaire/1 13 +sectarisme/1 1 +sectatrice/3 9 +secte/1 2 +secteur/1 1 +section/1 2 +sectionnable/1 4 +sectionnaire/1 4 +sectionnée/3 3 +sectionnelle/3 3 +sectionnement/1 1 +sectionner/4 11 +sectionneur/1 1 +sectorielle/3 3 +sectorisation/1 2 +sectoriser/4 5 +séculaire/1 4 +séculairement 8 +sécularisation/1 2 +sécularisée/3 3 +séculariser/4 5 +sécularité/1 2 +séculière/3 3 +séculièrement 8 +secundo 8 +sécurisante/3 3 +sécurisation/1 2 +sécurisée/3 3 +sécuriser/4 5 +sécuritaire/1 4 +sécurité/1 2 +sédation/1 2 +sédative/3 3 +sédénion/1 1 +sédentaire/1 13 +sédentairement 8 +sédentarisation/1 2 +sédentarisée/3 3 +sédentariser/4 11 +sédentarisme/1 1 +sédentarité/1 2 +sédévacantisme/1 1 +sédévacantiste/1 13 +sédiment/1 1 +sédimentaire/1 4 +sédimentation/1 2 +sédimenter/4 5 +sédimentologie/1 2 +sédimentologique/1 4 +sédimentologue/1 10 +séditieuse/8 3 +séditieusement 8 +sédition/1 2 +séduction/1 2 +séductrice/3 6 +séduire/84 114 +séduisante/3 3 +séduite/3 3 +sedum/1 1 +sédum/1 1 +séfarade/1 10 +séga/1 1 +ségala/1 1 +seghia/1 2 +segment/1 1 +segmentaire/1 4 +segmentale/8 3 +segmentation/1 2 +segmentée/3 3 +segmenter/4 11 +ségrairie/1 2 +ségrais 7 +ségrégabilité/1 2 +ségrégation/1 2 +ségrégationnisme/1 1 +ségrégationniste/1 10 +ségrégative/3 3 +ségrégée/3 3 +ségréguée/3 3 +ségréguer/33 5 +séguedille/1 2 +seguia/1 2 +séguia/1 2 +seguidilla/1 2 +séguidilla/1 2 +seiche/1 2 +séide/1 10 +seigle/1 1 +seigneur/1 1 +seigneuriage/1 1 +seigneuriale/8 3 +seigneurie/1 2 +seille/1 2 +seillon/1 1 +seime/1 2 +sein/1 1 +seine/1 2 +seing/1 1 +séisme/1 1 +séismicité/1 2 +séismique/1 4 +séismographe/1 1 +séismologie/1 2 +seizain/1 1 +seize 49 +seizième/1 13 +seizièmement 8 +seiziémisme/1 1 +séjour/1 1 +séjournement/1 1 +séjourner/10 14 +sel/1 1 +sélacien/1 1 +sélacienne/3 3 +sélaginelle/1 2 +seldjoukide/1 13 +select/1 4 +sélecte/3 3 +sélecter/4 5 +sélection/1 2 +sélectionnable/1 4 +sélectionnée/3 3 +sélectionner/4 5 +sélectionneuse/3 9 +sélectionnisme/1 1 +sélective/3 3 +sélectivement 8 +sélectivité/1 2 +sélectrice/3 3 +séléniate/1 1 +sélénienne/3 6 +sélénieux 130 +sélénique/1 4 +sélénite/1 10 +séléniteuse/8 3 +sélénium/1 1 +séléniure/1 1 +sélénographie/1 2 +sélénographique/1 4 +sélénologie/1 2 +séleucide/1 13 +self/1 10 +self-control/1 1 +self-government/1 1 +self-inductance/1 2 +self-induction/1 2 +self-made-man/41 1 +self-made-man/1 1 +self-made-woman/41 2 +self-made-woman/1 2 +self-service/1 1 +selle/1 2 +sellée/3 3 +seller/4 5 +sellerie/1 2 +sellette/1 2 +sellier/1 1 +selon 8 +selon 99 +selve/1 2 +semailles 46 +semaine/1 2 +semainière/3 9 +sémantème/1 1 +sémanticienne/3 9 +sémantique/1 4 +sémantiquement 8 +sémantisme/1 1 +sémaphore/1 1 +sémaphorique/1 4 +sémasiologie/1 2 +semblable/1 13 +semblablement 8 +semblance/1 2 +semblant/1 1 +sembler/10 14 +semée/3 3 +séméiologie/1 2 +séméiotique/1 4 +séméiotique/1 2 +semelle/1 2 +sémème/1 1 +semence/1 2 +semencière/3 6 +semen-contra 7 +semer/47 17 +semestre/1 1 +semestrielle/3 3 +semestriellement 8 +semeuse/3 9 +semi/1 +semi-aride/1 4 +semi-automatique/1 4 +semi-auxiliaire/1 4 +semi-auxiliaire/1 1 +semi-chenillée/3 3 +semi-circulaire/1 4 +semi-coke/1 1 +semi-conducteur/1 1 +semi-conductrice/3 3 +semi-consonne/1 2 +semi-développée/3 3 +semi-distillation/1 2 +semi-dominance/1 2 +semi-finie/3 3 +semi-liberté/1 2 +sémillante/3 3 +sémillon/1 1 +semi-lunaire/1 4 +semi-manufacturée/3 3 +semi-marathon/1 1 +semi-marathonienne/3 6 +séminaire/1 1 +séminale/8 3 +séminariste/1 10 +semi-nomade/1 13 +semi-nomadisme/1 1 +sémiologie/1 2 +sémiologique/1 4 +sémiologue/1 10 +sémiométrie/1 2 +sémioticienne/3 9 +sémiotique/1 4 +sémiotique/1 2 +semi-ouvrée/3 3 +semi-perméable/1 4 +semi-polaire/1 4 +semi-produit/1 1 +semi-publique/3 3 +sémique/1 4 +semi-remorque/1 10 +semi-rigide/1 4 +semis 7 +semi-submersible/1 4 +sémite/1 13 +sémitique/1 4 +sémitique/1 1 +sémitisme/1 1 +semi-tubulaire/1 4 +semi-voyelle/1 2 +semnopithèque/1 1 +semoir/1 1 +semonce/1 2 +semoncer/4 5 +semoule/1 2 +semoulerie/1 2 +semoulière/3 6 +sempervirente/3 3 +sempervivum 7 +sempervivum/1 1 +sempiternelle/3 3 +sempiternellement 8 +semple/1 1 +semtex 7 +sen/1 1 +sénaire/1 4 +sénaire/1 1 +sénat/1 1 +sénatorerie/1 2 +sénatoriale/8 3 +sénatrice/3 9 +sénatus-consulte/1 1 +senau/1 1 +séné/1 1 +sénéchal/19 1 +sénéchaussée/1 2 +séneçon/1 1 +sèneçon/1 1 +sénégalaise/3 6 +sénégaliser/4 5 +sénégalisme/1 1 +sénégambienne/3 3 +senescence/1 2 +sénescence/1 2 +sénescente/3 3 +senestre/1 4 +sénestre/1 4 +senestre/1 2 +sénestre/1 2 +senestrochère/1 1 +sénestrochère/1 1 +senestrorsum 45 +sénestrorsum 45 +senestrorsum 8 +sénestrorsum 8 +sénevé/1 1 +sènevé/1 1 +sénile/1 4 +sénilement 8 +sénilisme/1 1 +sénilité/1 2 +senior/1 13 +sénior/1 94 +séniore/1 109 +séniorie/1 2 +séniorita/1 10 +séniorité/1 2 +senne/1 2 +sénologie/1 2 +señorita/1 10 +sens 7 +sensass 45 +sensation/1 2 +sensationnalisme/1 1 +sensationnaliste/1 4 +sensationnelle/3 3 +sensationnellement 8 +sensationnisme/1 1 +sensationniste/1 13 +sensée/3 3 +sensément 8 +senseur/1 1 +sensibilisante/3 3 +sensibilisation/1 2 +sensibilisatrice/3 6 +sensibilisée/3 3 +sensibiliser/4 11 +sensibilité/1 2 +sensible/1 4 +sensiblement 8 +sensiblerie/1 2 +sensitive/3 6 +sensitivité/1 2 +sensitogramme/1 1 +sensitographe/1 1 +sensitomètre/1 1 +sensitométrie/1 2 +sensitométrique/1 4 +sensorialité/1 2 +sensorielle/3 3 +sensorimétrie/1 2 +sensorimétrique/1 4 +sensorimotrice/3 3 +sensu 87 +sensualisme/1 1 +sensualiste/1 13 +sensualité/1 2 +sensuelle/3 6 +sensuellement 8 +sentence/1 2 +sentencieuse/8 3 +sentencieusement 8 +senteur/1 2 +sentie/3 3 +sentier/1 1 +sentiment/1 1 +sentimentale/8 6 +sentimentalement 8 +sentimentalisme/1 1 +sentimentaliste/1 13 +sentimentalité/1 2 +sentine/1 2 +sentinelle/1 2 +sentir/82 97 +seoir/209 91 +seoir/208 91 +sep/1 1 +sépale/1 1 +sépaloïde/1 4 +séparabilité/1 2 +séparable/1 4 +séparation/1 2 +séparatisme/1 1 +séparatiste/1 13 +séparative/3 3 +séparatrice/3 6 +séparée/3 3 +séparément 8 +séparer/4 11 +sépia 45 +sépia/1 2 +sépiolite/1 2 +seppuku/1 1 +sepsis 7 +sept 49 +sept 7 +septain/1 1 +septale/8 3 +septantaine/1 2 +septante 49 +septante-cinq 49 +septante-deux 49 +septante-et-un 49 +septante-huit 49 +septante-neuf 49 +septante-quatre 49 +septante-sept 49 +septante-six 49 +septante-trois 49 +septantième/1 13 +septembrale/8 3 +septembre/1 1 +septembrisades 46 +septembriseur/1 1 +septemvir/1 1 +septénaire/1 4 +septénaire/1 1 +septennale/8 3 +septennalité/1 2 +septennat/1 1 +septentrion/1 1 +septentrionale/8 3 +septicémie/1 2 +septicémique/1 4 +septicité/1 2 +septidi/1 1 +septième/1 13 +septièmement 8 +septillion/1 1 +septime/1 2 +septimo 8 +septique/1 4 +septmoncel/1 1 +septolet/1 1 +septomycète/1 1 +septuagénaire/1 10 +septuagésime/1 2 +septum 18 +septuor/1 1 +septuple/1 4 +septuple/1 1 +septuplée/3 3 +septupler/4 17 +sépulcrale/8 3 +sépulcre/1 1 +sépulture/1 2 +séquanaise/3 6 +séquelle/1 2 +séquençage/1 1 +séquence/1 2 +séquencée/3 3 +séquencement/1 1 +séquencer/4 5 +séquenceur/1 1 +séquentialité/1 2 +séquentielle/3 3 +séquentiellement 8 +séquestration/1 2 +séquestre/1 1 +séquestrée/3 6 +séquestrer/4 5 +sequin/1 1 +sequoia/1 1 +séquoia/1 1 +sérac/1 1 +sérail/1 1 +sérancer/4 5 +séranceur/1 1 +serapeum/1 1 +sérapéum/1 1 +séraphin/1 1 +séraphine/3 6 +séraphique/1 4 +serbe/1 10 +serbo-croate/1 4 +serbo-croate/1 1 +serdab/1 1 +serdeau/1 1 +sereine/3 3 +sereinement 8 +sérénade/1 2 +sérendipité/1 2 +sérénissime/1 4 +sérénité/1 2 +séreuse/8 6 +serf/1 1 +serfouette/1 2 +serfouir/29 84 +serfouissage/1 1 +serge/1 2 +sergé/1 1 +sergent-chef 18 +sergente/3 9 +sergente-chef 47 +sergentes-chefs 46 +sergent-major 18 +sergents-chefs 20 +sergents-majors 20 +sergette/1 2 +sérialisation/1 2 +sérialisée/3 3 +sérialiser/4 5 +sérialisme/1 1 +sériation/1 2 +séricicole/1 4 +séricicultrice/3 9 +sériciculture/1 2 +séricigène/1 4 +séricigraphie/1 2 +série/1 2 +sérielle/3 3 +sérier/4 5 +sérieuse/8 3 +sérieusement 8 +serif/1 1 +sérigraphie/1 2 +sérigraphiée/3 3 +sérigraphier/4 5 +sérigraphique/1 4 +sérigraphiste/1 10 +serine/3 6 +sérine/1 2 +seriner/4 5 +serinette/1 2 +seringa/1 1 +seringat/1 1 +seringue/1 2 +seringuer/4 5 +seringuero/1 1 +séringuéro/1 1 +sérique/1 4 +serlienne/1 2 +serment/1 1 +sermon/1 1 +sermonnaire/1 13 +sermonnée/3 3 +sermonner/4 5 +sermonneuse/3 6 +séroconversion/1 2 +sérodiagnostic/1 1 +sérologie/1 2 +sérologique/1 4 +sérologiste/1 10 +séronégative/3 6 +séronégativité/1 2 +séropositive/3 6 +séropositivité/1 2 +sérosité/1 2 +sérothérapie/1 2 +sérotine/1 2 +sérotonine/1 2 +sérovaccination/1 2 +serpe/1 2 +serpent/1 1 +serpentaire/1 10 +serpenteau/19 1 +serpentement/1 1 +serpenter/10 14 +serpentiforme/1 4 +serpentine/3 6 +serpette/1 2 +serpigineuse/8 3 +serpillère/1 2 +serpillière/1 2 +serpolet/1 1 +serpule/1 2 +serrage/1 1 +serran/1 1 +serrate/1 4 +serratule/1 2 +serre/1 2 +serre-bosse 7 +serre-bosse/1 1 +serre-câble 7 +serre-câble/1 1 +serrée/3 3 +serre-écrou 7 +serre-écrou/1 1 +serre-fil/1 1 +serre-file 7 +serre-file/1 1 +serre-fils 7 +serre-frein/1 1 +serre-freins 7 +serre-joint/1 1 +serre-joints 7 +serre-livre/1 1 +serre-livres 7 +serrement/1 1 +serre-nez 7 +serre-papier/1 1 +serre-papiers 7 +serrer/4 42 +serre-tête 7 +serre-tête/1 1 +serre-tube 7 +serre-tube/1 1 +serriste/1 10 +serrure/1 2 +serrurerie/1 2 +serrurière/3 9 +serte/1 2 +sertie/3 3 +sertir/29 84 +sertissage/1 1 +sertisseuse/3 9 +sertissure/1 2 +sertraline/1 2 +sérum/1 1 +servage/1 1 +serval/1 1 +servante/3 6 +serveuse/3 9 +serviabilité/1 2 +serviable/1 4 +serviablement 8 +service/1 1 +servie/3 3 +serviette/1 2 +serviette-éponge 47 +serviettes-éponges 46 +servile/1 13 +servilement 8 +servilité/1 2 +servir/128 131 +serviteur/1 1 +servitude/1 2 +servocommande/1 2 +servodirection/1 2 +servofrein/1 1 +servomécanisme/1 1 +servomoteur/1 1 +ses 151 +sésame/1 1 +sésamoïde/1 4 +sesbania/1 1 +sesbanie/1 2 +sesquialtère/1 4 +sesquilinéaire/1 4 +sesquioxyde/1 1 +sesquiterpène/1 1 +sessile/1 4 +session/1 2 +sesterce/1 1 +set/1 1 +sétacée/3 3 +setier/1 1 +séton/1 1 +setter/1 1 +seuil/1 1 +seuillage/1 1 +seuillée/3 3 +seule/3 6 +seulement 8 +seulette/3 3 +sève/1 2 +sévère/1 4 +sévèrement 8 +sévérité/1 2 +sévices 20 +sévir/55 84 +sevrage/1 1 +sevrée/3 3 +sevrer/47 5 +sexage/1 1 +sexagénaire/1 10 +sexagésimale/8 3 +sexagésime/1 2 +sexappeal/1 1 +sex-appeal/1 1 +sexe/1 1 +sexisme/1 1 +sexiste/1 10 +sexologie/1 2 +sexologique/1 4 +sexologue/1 10 +sexonomie/1 2 +sexothérapeute/1 10 +sexothérapie/1 2 +sexshop/1 1 +sex-shop/1 1 +sextant/1 1 +sexte/1 2 +sextet/1 1 +sextette/1 1 +sextidi/1 1 +sextillion/1 1 +sextine/1 2 +sexto 8 +sextolet/1 1 +sex-toy/1 1 +sextuor/1 1 +sextuple/1 4 +sextuple/1 1 +sextuplée/3 3 +sextupler/4 17 +sexualisation/1 2 +sexualiser/4 5 +sexualisme/1 1 +sexualité/1 2 +sexuée/3 3 +sexuelle/3 3 +sexuellement 8 +sexy 45 +sexy/1 4 +seyante/3 3 +sézigue 78 +sforzando 8 +sfumato/1 1 +sgraffite/1 10 +shah/1 1 +shaker/1 1 +shakespearienne/3 3 +shakeur/1 1 +shako/1 1 +shamane/3 9 +shamanique/1 4 +shamanisme/1 1 +shamaniste/1 13 +shamanistique/1 4 +shamisen/1 1 +shampoing/1 1 +shampooiner/4 5 +shampooineuse/3 9 +shampooing/1 1 +shampouiner/4 5 +shampouineuse/3 9 +shantoung/1 1 +shantung/1 1 +shekel/1 1 +shékel/1 1 +shéol/1 1 +shérif/1 1 +sherpa/1 1 +sherry/1 1 +shetland/1 1 +shiatsu/1 1 +shilling/1 1 +shilom/1 1 +shimmy/1 1 +shinto/1 1 +shintoïsme/1 1 +shintoïste/1 13 +ship/1 +shipchandler/1 10 +shipchandleuse/3 9 +shirt/1 1 +shocking 45 +shogoun/1 1 +shogounale/8 3 +shogounat/1 1 +shogun/1 1 +shogunale/8 3 +shogunat/1 1 +shoot/1 1 +shooter/4 42 +shopping/1 1 +short/1 1 +shot/1 1 +show 7 +show/1 1 +showbiz 7 +show-biz 7 +showbizness 7 +show-business 7 +showroom/1 1 +show-room/1 1 +shrapnel/1 1 +shrapnell/1 1 +shunt/1 1 +shuntage/1 1 +shunter/4 5 +shuriken/1 1 +si 8 +si 78 +si 7 +sial/1 1 +sialagogue/1 10 +sialis 7 +sialorrhée/1 2 +siamoise/3 6 +sibérienne/3 6 +sibilante/3 3 +sibylle/1 2 +sibylline/3 3 +sic 78 +sicaire/1 1 +sicav 57 +siccative/3 3 +siccité/1 2 +sicilienne/3 6 +sicle/1 1 +sida 18 +sidecar/1 1 +side-car/1 1 +sidéenne/3 6 +sidérale/8 3 +sidérante/3 3 +sidération/1 2 +sidérée/3 3 +sidérémie/1 2 +sidérer/33 5 +sidérite/1 2 +sidérographie/1 2 +sidérolite/1 2 +sidérolithe/1 2 +sidérolithique/1 4 +sidérolithique/1 1 +sidérolitique/1 4 +sidérolitique/1 1 +sidérophiline/1 2 +sidérose/1 2 +sidérostat/1 1 +sidéroxylon/1 1 +sidérurgie/1 2 +sidérurgique/1 4 +sidérurgiste/1 10 +siècle/1 1 +siège/1 1 +siéger/63 14 +siemens/112 7 +sienne/3 6 +sierra/1 2 +sieste/1 2 +siester/10 14 +sieur/1 1 +sievert/61 1 +sifflage/1 1 +sifflante/3 6 +sifflée/3 3 +sifflement/1 1 +siffler/4 17 +sifflet/1 1 +siffleuse/3 6 +sifflotante/3 3 +sifflotement/1 1 +siffloter/4 17 +sifilet/1 1 +sigillaire/1 4 +sigillaire/1 2 +sigillée/3 3 +sigillographie/1 2 +sigillographique/1 4 +sigisbée/1 1 +siglaison/1 2 +sigle/1 1 +sigma 7 +sigma/1 1 +sigmatropique/1 4 +sigmoïde/1 4 +signal/19 1 +signalée/3 3 +signalement/1 1 +signaler/4 11 +signalétique/1 4 +signalétique/1 2 +signaleur/1 1 +signalisation/1 2 +signalisatrice/3 3 +signalisée/3 3 +signaliser/4 5 +signataire/1 13 +signature/1 2 +signe/1 1 +signée/3 3 +signer/4 42 +signet/1 1 +signifiance/1 2 +signifiante/3 3 +signification/1 2 +significative/3 3 +significativement 8 +significativité/1 2 +signifier/4 5 +sikhe/3 6 +sikhisme/1 1 +sil/1 1 +silane/1 1 +silence/1 1 +silencieuse/8 6 +silencieusement 8 +silène/1 1 +silentbloc/1 1 +silésienne/1 2 +silex 7 +silhouette/1 2 +silhouetter/4 11 +silicagel/1 1 +silicate/1 1 +silicatée/3 3 +silicatisation/1 2 +silicatiser/4 55 +silice 47 +siliceuse/8 3 +silicicole/1 10 +silicique/1 4 +silicium/1 1 +siliciure/1 1 +silicomanganèse/1 1 +silicone/1 1 +siliconée/3 3 +siliconer/4 5 +silicose/1 2 +silicule/1 2 +silionne/1 2 +silique/1 4 +sillage/1 1 +sillet/1 1 +sillimanite/1 2 +sillon/1 1 +sillonnée/3 3 +sillonner/4 5 +silo/1 1 +silotage/1 1 +silphe/1 1 +silure/1 1 +silurienne/3 3 +siluriforme/1 1 +siluroïde/1 1 +silve/1 2 +sima/1 1 +simagrée/1 2 +simarre/1 2 +simaruba/1 1 +simbleau/19 1 +simienne/3 3 +simiesque/1 4 +similaire/1 13 +similairement 8 +similarité/1 2 +simili/1 +similicuir/1 1 +similigravure/1 2 +similisage/1 1 +similiser/4 5 +similiste/1 10 +similitude/1 2 +similor/1 1 +simoniaque/1 4 +simonie/1 2 +simonienne/3 3 +simonisme/1 1 +simoun/1 1 +simple/1 13 +simplement 8 +simplette/3 3 +simplex 7 +simplexe/1 1 +simpliciale/8 3 +simplicialement 8 +simplicité/1 2 +simplifiable/1 4 +simplification/1 2 +simplificatrice/3 3 +simplifiée/3 3 +simplifier/4 42 +simplisme/1 1 +simplissime/1 4 +simpliste/1 4 +simulacre/1 1 +simulation/1 2 +simulatrice/3 6 +simulée/3 3 +simuler/4 5 +simulie/1 2 +simultanée/3 3 +simultanéisme/1 1 +simultanéité/1 2 +simultanément 8 +sinanthrope/1 1 +sinapisée/3 3 +sinapisme/1 1 +sincère/1 4 +sincèrement 8 +sincérité/1 2 +sincipitale/8 3 +sinciput/1 1 +sinécure/1 2 +singalette/1 2 +singapourienne/3 6 +singe/1 1 +singée/3 3 +singer/4 5 +singerie/1 2 +single/1 1 +singlet/1 1 +singleton/1 1 +singularisation/1 2 +singulariser/4 11 +singularité/1 2 +singulatif/1 1 +singulative/3 3 +singulet/1 1 +singulière/3 3 +singulièrement 8 +sinisante/3 3 +sinisation/1 2 +siniser/4 11 +sinistralité/1 2 +sinistre/1 4 +sinistre/1 1 +sinistrée/3 6 +sinistrement 8 +sinistrose/1 2 +sinité/1 2 +sinogramme/1 1 +sinologie/1 2 +sinologue/1 10 +sinon 78 +sinophone/1 13 +sinople/1 1 +sinoque/1 4 +sino-soviétique/1 4 +sino-tibétain/1 1 +sino-tibétaine/3 3 +sinuer/10 14 +sinueuse/8 3 +sinueusement 8 +sinuosité/1 2 +sinus 7 +sinusale/8 3 +sinusite/1 2 +sinusoïdale/8 3 +sinusoïde/1 2 +sionisme/1 1 +sioniste/1 13 +sioux 105 +siphoïde/1 4 +siphomycète/1 1 +siphon/1 1 +siphonnage/1 1 +siphonnée/3 3 +siphonner/4 5 +siphonophore/1 1 +sipo/1 1 +sir +sirdar/1 1 +sire/1 1 +sirène/1 2 +sirénien/1 1 +sirex 7 +sirli/1 1 +sirocco/1 1 +siroco/1 1 +sirop/1 1 +siroter/4 5 +sirupeuse/8 3 +sirvente/1 1 +sirventès 7 +sisal/1 1 +sise/3 3 +sismale/8 3 +sismicité/1 2 +sismique/1 4 +sismogenèse/1 2 +sismogramme/1 1 +sismographe/1 1 +sismographie/1 2 +sismologie/1 2 +sismologique/1 4 +sismologue/1 10 +sismomètre/1 1 +sismothérapie/1 2 +sistership/1 1 +sister-ship/1 1 +sistre/1 1 +sisymbre/1 1 +sitar/1 1 +sitariste/1 10 +sitcom/1 2 +site/1 1 +sit-in 7 +sitogoniomètre/1 1 +sitologie/1 2 +sitôt 8 +sittelle/1 2 +situ 87 +situable/1 4 +situation/1 2 +situationnelle/3 3 +situationnisme/1 1 +situationniste/1 13 +située/3 3 +situer/4 11 +sium/1 1 +six 49 +sixain/1 1 +sixième/1 13 +sixièmement 8 +sixte/1 2 +sixties 46 +sizain/1 1 +sizerin/1 1 +skaï/1 1 +skate/1 1 +skateboard/1 1 +skater/1 10 +skateuse/3 9 +skating/1 1 +skeleton/1 1 +sketch/41 1 +sketch/1 1 +ski/1 1 +skiable/1 4 +skiascopie/1 2 +skier/10 14 +skieuse/3 9 +skiff/1 1 +skiffeuse/3 9 +skin/1 10 +skinhead/1 10 +skipper/1 10 +skippeuse/3 9 +skons 7 +skunks 7 +skuns 7 +skye-terrier/1 1 +skysurf/1 1 +sky-surf/1 1 +skysurfing/1 1 +sky-surfing/1 1 +slache/1 2 +slalom/1 1 +slalomer/10 14 +slalomeuse/3 9 +slam/1 1 +slameuse/3 9 +slang/1 1 +slash/41 1 +slash/1 1 +slave/1 13 +slavisante/3 6 +slavisée/3 3 +slaviser/4 5 +slaviste/1 10 +slavistique/1 2 +slavonne/3 6 +slavophile/1 13 +sleeping/1 1 +slice/1 1 +slicer/4 5 +slim/1 1 +slip/1 1 +slogan/1 1 +sloop/1 1 +sloughi/1 1 +slovaque/1 13 +slovène/1 13 +slow/1 1 +smala/1 2 +smalah/1 2 +smalt/1 1 +smaltine/1 2 +smaragdine/3 3 +smaragdite/1 2 +smart 45 +smartphone/1 1 +smash/41 1 +smash/1 1 +smasher/4 17 +smectique/1 4 +smicarde/3 9 +smilax 7 +smiley/1 1 +smillage/1 1 +smille/1 2 +smiller/4 5 +smilodon/1 1 +smithsonite/1 2 +smocks 20 +smog/1 1 +smoking/1 1 +smolt/1 1 +smoothie/1 1 +smorrebrod/1 1 +smorzando 8 +smurf/1 1 +smurfeuse/3 9 +snack/1 1 +snackbar/1 1 +snack-bar/1 1 +snif 70 +snifer/4 17 +snifeuse/3 9 +sniff 70 +sniffer/4 17 +sniffeuse/3 9 +sniper/1 10 +snipeuse/3 9 +snob/1 13 +snobée/3 3 +snober/4 5 +snobinarde/3 6 +snobisme/1 1 +snooker/1 1 +snowboard/1 1 +snowboot/1 1 +snow-boot/1 1 +snowpark/1 1 +soap/1 1 +soap-opera/1 1 +soap-opéra/1 1 +sobre/1 4 +sobrement 8 +sobriété/1 2 +sobriquet/1 1 +soc/1 1 +soccer/1 1 +sociabilisation/1 2 +sociabiliser/4 11 +sociabilité/1 2 +sociable/1 4 +social-chrétien 135 +social-démocrate 135 +social-démocratie/1 2 +sociale/8 3 +sociale-chrétienne 138 +sociale-démocrate 138 +socialement 8 +sociales-chrétiennes 143 +sociales-démocrates 143 +socialisante/3 6 +socialisation/1 2 +socialisée/3 3 +socialiser/4 11 +socialisme/1 1 +socialiste/1 13 +sociation/1 2 +sociatrie/1 2 +sociaux-chrétiens 136 +sociaux-démocrates 136 +sociétaire/1 10 +sociétale/8 3 +sociétariat/1 1 +société/1 2 +société-écran 47 +sociétés-écrans 46 +socinianisme/1 1 +socinienne/3 6 +socioaffective/3 3 +socio-affective/3 3 +sociobiologie/1 2 +sociobiologiste/1 10 +sociocratie/1 2 +socioculturelle/3 3 +socio-culturelle/3 3 +sociodrame/1 1 +socioéconomique/1 4 +socio-économique/1 4 +socioéducative/3 3 +socio-éducative/3 3 +sociogéographique/1 4 +socio-géographique/1 4 +sociogramme/1 1 +sociographie/1 2 +sociolecte/1 1 +sociolinguiste/1 10 +sociolinguistique/1 4 +sociolinguistique/1 2 +sociologie/1 2 +sociologique/1 4 +sociologiquement 8 +sociologisme/1 1 +sociologue/1 10 +sociométrie/1 2 +sociométrique/1 4 +sociopathe/1 13 +sociopathie/1 2 +sociopathique/1 4 +sociopolitique/1 4 +socio-politique/1 4 +socioprofessionnelle/3 6 +socio-professionnelle/3 6 +sociothérapie/1 2 +socket/1 1 +socle/1 1 +socque/1 1 +socquette/1 2 +socratique/1 4 +socratiser/10 14 +soda/1 1 +sodalité/1 2 +sodée/3 3 +sodique/1 4 +sodium/1 1 +sodoku/1 1 +sodomie/1 2 +sodomisation/1 2 +sodomisée/3 3 +sodomiser/4 5 +sodomite/1 13 +sœur/1 2 +sœurette/1 2 +sofa/1 1 +soffite/1 1 +soft 45 +soft 7 +softball/1 1 +software/1 1 +soi 78 +soi-disant 45 +soi-disant 8 +soie/1 2 +soierie/1 2 +soif/1 2 +soiffarde/3 6 +soignable/1 4 +soignante/3 6 +soignée/3 3 +soigner/4 42 +soigneuse/3 9 +soigneuse/8 3 +soigneusement 8 +soi-même 78 +soin/1 1 +soir/1 1 +soirée/1 2 +soirer/10 14 +soit 78 +soit-communiqué/1 1 +soixantaine/1 2 +soixante 49 +soixante-cinq 49 +soixante-deux 49 +soixante-dix 49 +soixante-dix-huit 49 +soixante-dix-neuf 49 +soixante-dix-sept 49 +soixante-douze 49 +soixante-et-onze 49 +soixante-et-un 49 +soixante-huit 49 +soixante-huitarde/3 6 +soixante-neuf 49 +soixante-quatorze 49 +soixante-quatre 49 +soixante-quinze 49 +soixante-seize 49 +soixante-sept 49 +soixante-six 49 +soixante-treize 49 +soixante-trois 49 +soixantième/1 13 +soja/1 1 +sol 7 +sol/1 1 +solage/1 1 +solaire/1 4 +solanacée/1 2 +solanée/1 2 +solanine/1 2 +solarigraphe/1 1 +solarisation/1 2 +solariser/4 5 +solarium/1 1 +soldanelle/1 2 +soldate/3 9 +soldatesque/1 4 +soldatesque/1 2 +solde/1 10 +soldée/3 3 +solder/4 11 +solderie/1 2 +soldeuse/3 9 +sole/1 2 +soléaire/1 4 +soléaire/1 1 +solécisme/1 1 +soleil/1 1 +soleilleuse/8 3 +solen/1 1 +solennelle/3 3 +solennellement 8 +solenniser/4 5 +solennité/1 2 +solénoïdale/8 3 +solénoïde/1 1 +soleret/1 1 +solex 7 +solfatare/1 2 +solfatarienne/3 3 +solfège/1 1 +solfier/4 5 +solidage/1 1 +solidaire/1 13 +solidairement 8 +solidarisée/3 3 +solidariser/4 11 +solidarisme/1 1 +solidarité/1 2 +solide/1 4 +solide/1 1 +solidement 8 +solidification/1 2 +solidifiée/3 3 +solidifier/4 11 +solidité/1 2 +solière/3 9 +solière-moquettiste 47 +solières-moquettistes 46 +solier-moquettiste 18 +soliers-moquettistes 20 +solifluer/10 14 +solifluxion/1 2 +soliloque/1 1 +soliloquer/10 14 +soliloquie/1 2 +solin/1 1 +solipède/1 4 +solipsisme/1 1 +solipsiste/1 13 +soliste/1 10 +solitaire/1 13 +solitairement 8 +soliton/1 1 +solitude/1 2 +solivage/1 1 +solive/1 2 +soliveau/19 1 +sollicitation/1 2 +sollicitée/3 3 +solliciter/4 5 +solliciteuse/3 9 +sollicitude/1 2 +solmisation/1 2 +solmiser/4 5 +solo/51 1 +solo/1 1 +solstice/1 1 +solsticiale/8 3 +solubilisation/1 2 +solubiliser/4 5 +solubilité/1 2 +soluble/1 4 +soluté/1 1 +solution/1 2 +solutionnaire/1 1 +solutionner/4 5 +solutréenne/3 6 +solvabilité/1 2 +solvable/1 4 +solvant/1 1 +solvatation/1 2 +solveur/1 1 +solvolyse/1 2 +soma/1 1 +somalie/3 6 +somalienne/3 6 +soman/1 1 +somation/1 2 +somatique/1 4 +somatiquement 8 +somatisation/1 2 +somatiser/4 17 +somatodendritique/1 4 +somato-dendritique/1 4 +somatologie/1 2 +somatopsychique/1 4 +somato-psychique/1 4 +somatotrope/1 4 +somatotrophine/1 2 +sombre/1 13 +sombrement 8 +sombrer/10 14 +sombrero/1 1 +sombréro/1 1 +somesthésie/1 2 +somesthésique/1 4 +somite/1 1 +sommabilité/1 2 +sommable/1 4 +sommaire/1 4 +sommaire/1 1 +sommairement 8 +sommants 127 +sommation/1 2 +sommative/3 3 +sommatoire/1 4 +sommatrice/3 3 +somme/1 10 +sommée/3 3 +sommeil/1 1 +sommeillante/3 3 +sommeiller/10 14 +sommeilleuse/8 3 +sommelière/3 9 +sommellerie/1 2 +sommer/4 5 +sommet/1 1 +sommier/1 1 +sommitale/8 3 +sommité/1 2 +somnambule/1 10 +somnambulesque/1 4 +somnambulique/1 4 +somnambuliquement 8 +somnambulisme/1 1 +somnifère/1 4 +somnifère/1 1 +somnolence/1 2 +somnolente/3 3 +somnoler/10 14 +somoni/1 1 +somptuaire/1 4 +somptueuse/8 3 +somptueusement 8 +somptuosité/1 2 +son 150 +son/1 1 +sonagramme/1 1 +sonagraphe/1 1 +sonal/1 1 +sonar/1 1 +sonate/1 2 +sonatine/1 2 +sondage/1 1 +sondagière/3 3 +sonde/1 2 +sondée/3 6 +sonder/4 5 +sondeuse/3 9 +songe/1 1 +songe-creux 88 +songer/10 123 +songerie/1 2 +songeuse/3 6 +songeusement 8 +sonique/1 4 +sonnaille/1 2 +sonnailler/10 14 +sonnante/3 3 +sonnée/3 3 +sonner/4 110 +sonnerie/1 2 +sonnet/1 1 +sonnette/1 2 +sonneuse/3 9 +sono/1 2 +sonochimie/1 2 +sonomètre/1 1 +sonore/1 4 +sonorement 8 +sonorisation/1 2 +sonorisée/3 3 +sonoriser/4 5 +sonorité/1 2 +sonothèque/1 2 +sonotone/1 1 +sonotrode/1 2 +sonrer/10 14 +sophisme/1 1 +sophiste/1 13 +sophistication/1 2 +sophistique/1 4 +sophistique/1 2 +sophistiquée/3 3 +sophistiquer/4 11 +sophora/1 1 +sophorose/1 1 +sophrologie/1 2 +sophrologique/1 4 +sophrologue/1 10 +sophronique/1 4 +sophroniste/1 1 +soporifique/1 4 +soporifique/1 1 +sopraniste/1 1 +soprano/51 13 +soprano/1 13 +soquet/1 1 +soqueter/72 14 +sorabe/1 1 +sorbe/1 2 +sorbet/1 1 +sorbetière/1 2 +sorbier/1 1 +sorbitol/1 1 +sorbonnarde/3 6 +sorcellerie/1 2 +sorcière/3 6 +sordide/1 4 +sordidement 8 +sordidité/1 2 +sore/1 1 +sorgho/1 1 +sorgo/1 1 +sorite/1 1 +sornette/1 2 +sororale/8 3 +sororalement 8 +sororat/1 1 +sororité/1 2 +sort/1 1 +sortable/1 4 +sortante/3 6 +sorte/1 2 +sorteuse/3 6 +sortie/3 3 +sortie/1 2 +sortie-de-bain 47 +sorties-de-bain 46 +sortilège/1 1 +sortir 304 +sortir/248 84 +sortir/82 97 +sosie/1 1 +sostenuto 8 +sosténuto 8 +sotch/1 +sotériologie/1 2 +sotériologique/1 4 +sotie/1 2 +sot-l'y-laisse 7 +sotte/3 6 +sottement 8 +sottie/1 2 +sottise/1 2 +sottisier/1 1 +sou/1 1 +souabe/1 13 +souahélie/3 6 +soubassement/1 1 +soubattre/85 82 +soubresaut/1 1 +soubresauter/10 14 +soubrette/1 2 +soubreveste/1 2 +souche/1 2 +souchet/1 1 +soucheter/40 5 +souchette/1 2 +souchever/47 5 +sou-chong 7 +souchong/1 1 +souci/1 1 +soucier/4 11 +soucieuse/8 3 +soucieusement 8 +soucoupe/1 2 +soudabilité/1 2 +soudable/1 4 +soudage/1 1 +soudain 8 +soudaine/3 3 +soudainement 8 +soudaineté/1 2 +soudan/1 1 +soudanaise/3 6 +soudanienne/3 6 +soudante/3 3 +soudard/1 1 +soude/1 2 +soudée/3 3 +souder/4 11 +soudeuse/3 9 +soudière/3 6 +soudoyée/3 3 +soudoyer/4 5 +soudure/1 2 +soue/1 2 +soufferte/3 3 +soufflage/1 1 +soufflante/3 6 +soufflard/1 1 +souffle/1 1 +soufflée/3 6 +soufflement/1 1 +souffler/4 17 +soufflerie/1 2 +soufflet/1 1 +souffleter/40 5 +souffletier/1 1 +souffleuse/3 6 +soufflure/1 2 +souffrance/1 2 +souffrante/3 3 +souffre-douleur 88 +souffre-douleur/1 10 +souffreteuse/8 6 +souffrir/81 97 +soufie/3 6 +soufisme/1 1 +soufrage/1 1 +soufre/1 1 +soufrée/3 3 +soufrer/4 5 +soufreuse/3 6 +soufrière/1 2 +soufroir/1 1 +souhait/1 1 +souhaitable/1 4 +souhaitée/3 3 +souhaiter/4 5 +souillarde/3 9 +souille/1 2 +souillée/3 3 +souiller/4 5 +souillon/1 10 +souillure/1 2 +souimanga/1 1 +soui-manga/1 1 +souï-manga/1 1 +souk/1 1 +soul 47 +soulagée/3 3 +soulagement/1 1 +soulager/4 11 +soulane/1 2 +soulante/3 3 +soûlante/3 3 +soularde/3 6 +soûlarde/3 6 +soulaude/3 9 +soûlaude/3 9 +soule/3 3 +soûle/3 3 +souler/4 11 +soûler/4 11 +soulerie/1 2 +soûlerie/1 2 +soulevée/3 3 +soulèvement/1 1 +soulever/47 11 +soulier/1 1 +soulignage/1 1 +soulignée/3 3 +soulignement/1 1 +souligner/4 5 +soulographe/1 13 +soûlographe/1 13 +soulographie/1 2 +soûlographie/1 2 +souloir 91 +soulonne/3 9 +soûlonne/3 9 +soulote/3 9 +soûlote/3 9 +soulte/1 2 +soumettre/73 79 +soumise/3 6 +soumission/1 2 +soumissionnaire/1 13 +soumissionner/4 17 +soupape/1 2 +soupçon/1 1 +soupçonnable/1 4 +soupçonnée/3 3 +soupçonner/4 5 +soupçonneuse/8 3 +soupçonneusement 8 +soupe/1 2 +soupente/1 2 +souper/1 1 +souper/10 14 +soupesée/3 3 +soupeser/47 5 +soupeuse/3 9 +soupière/1 2 +soupir/1 1 +soupirail/19 1 +soupirante/3 6 +soupirer/4 17 +souple/1 4 +souplement 8 +souplesse/1 2 +souquenille/1 2 +souquer/4 17 +sourate/1 2 +sourçage/1 1 +source/1 2 +sourcer/4 5 +sourceuse/3 9 +sourcière/3 9 +sourcil/1 1 +sourcilière/3 3 +sourciller/10 14 +sourcilleuse/8 3 +sourde/3 6 +sourdement 8 +sourde-muette 47 +sourdes-muettes 46 +sourdine/1 2 +sourdiner/4 5 +sourdingue/1 13 +sourd-muet 18 +sourdre/187 91 +sourds-muets 20 +souriante/3 3 +souriceau/19 1 +souricière/1 2 +sourire/1 1 +sourire/137 140 +souris 57 +souris 7 +sournoise/3 6 +sournoisement 8 +sournoiserie/1 2 +sous 99 +sous-activité/1 2 +sous-admissible/1 4 +sous-aide/1 2 +sous-alimentation/1 2 +sous-alimentée/3 3 +sous-alimenter/4 5 +sous-amendement/1 1 +sous-arbrisseau/19 1 +sous-bailleur/1 1 +sous-barbe/1 2 +sous-bas 7 +sous-bibliothécaire/1 10 +sous-bois 7 +sous-brigadier/1 1 +sous-calibrée/3 3 +sous-cavage/1 1 +sous-chef/1 1 +sous-classe/1 2 +sous-clavière/3 9 +sous-commission/1 2 +sous-compte/1 1 +sous-comptoir/1 1 +sous-consommation/1 2 +sous-continent/1 1 +sous-couche/1 2 +souscription/1 2 +souscriptrice/3 9 +souscrire/78 163 +souscrite/3 3 +sous-critique/1 4 +sous-culture/1 2 +sous-cutanée/3 3 +sous-développée/3 6 +sous-développement/1 1 +sous-diaconat/1 1 +sous-diacre/1 1 +sous-diagonale/1 109 +sous-directrice/3 9 +sous-dominante/3 3 +sous-durale/8 3 +sous-économe/1 10 +sous-effectif/1 1 +sous-embranchement/1 1 +sous-emploi/1 1 +sous-employée/3 3 +sous-employer/4 5 +sous-ensemble/1 1 +sous-entendre/52 82 +sous-entendu/1 1 +sous-entendue/3 3 +sous-épidermique/1 4 +sous-équipée/3 3 +sous-équipement/1 1 +sous-estimation/1 2 +sous-estimée/3 3 +sous-estimer/4 5 +sous-étage/1 1 +sous-évaluation/1 2 +sous-évaluée/3 3 +sous-évaluer/4 5 +sous-exploitation/1 2 +sous-exploitée/3 3 +sous-exploiter/4 5 +sous-exposée/3 3 +sous-exposer/4 5 +sous-exposition/1 2 +sous-expression/1 2 +sous-faitage/1 1 +sous-faîtage/1 1 +sous-faite/1 1 +sous-faîte/1 1 +sous-famille/1 2 +sous-fifre/1 1 +sous-filiale/1 2 +sous-frutescente/3 3 +sous-garde/1 2 +sous-genre/1 1 +sous-gorge 57 +sous-gorge/1 2 +sous-gouverneur/1 1 +sousharmonique/1 4 +sous-homme/1 1 +sous-humanité/1 2 +sous-imposition/1 2 +sous-information/1 2 +sous-ingénieur/1 1 +sous-intendante/3 9 +sous-investir 92 +sous-jacente/3 3 +sous-lieutenante/3 9 +souslik/1 1 +sous-locataire/1 10 +sous-location/1 2 +sous-louée/3 3 +sous-louer/4 5 +sous-main 7 +sous-main/1 1 +sous-maitresse/3 9 +sous-maîtresse/3 9 +sous-marin/1 1 +sous-marine/3 3 +sous-marinier/1 1 +sous-maxillaire/1 4 +sous-multiple/1 1 +sous-munition/1 2 +sous-nappe/1 2 +sous-normale/1 4 +sous-occipitale/8 3 +sous-œuvre/1 1 +sous-off/1 10 +sous-officière/3 9 +sous-orbitaire/1 4 +sous-ordre/1 1 +sous-palan 93 +sous-palan 18 +sous-payée/3 3 +sous-payer/4 5 +sous-peuplée/3 3 +sous-peuplement/1 1 +sous-pied/1 1 +sous-préfectorale/8 3 +sous-préfecture/1 2 +sous-préfète/3 9 +sous-production/1 2 +sous-produit/1 1 +sous-programme/1 1 +sous-prolétaire/1 13 +sous-prolétariat/1 1 +sous-pubienne/3 3 +sous-pull/1 1 +sous-qualification/1 2 +sous-rémunérée/3 3 +sous-rémunérer/33 5 +sous-répertoire/1 1 +sous-réseau/19 1 +sous-routine/1 2 +sous-scapulaire/1 4 +sous-secrétaire/1 10 +sous-secrétariat/1 1 +sous-section/1 2 +sous-seing 7 +sous-seing/1 1 +soussignée/3 3 +sous-sol/1 1 +sous-solage/1 1 +sous-station/1 2 +sous-système/1 1 +sous-tangente/1 2 +sous-tasse/1 2 +sous-tendre/52 82 +sous-tension/1 2 +sous-titrage/1 1 +sous-titre/1 1 +sous-titrée/3 3 +sous-titrer/4 5 +soustracteur/1 1 +soustraction/1 2 +soustractive/3 3 +soustraire/96 79 +sous-traitance/1 2 +sous-traitante/3 6 +soustraite/3 3 +sous-traitée/3 3 +sous-traiter/4 17 +sous-utilisée/3 3 +sous-utiliser/4 5 +sous-ventrière/1 2 +sous-verge 7 +sous-verge/1 1 +sous-verre 7 +sous-verre/1 1 +sous-vêtement/1 1 +sous-virer/10 14 +sous-vireuse/3 3 +soutache/1 2 +soutacher/4 5 +soutage/1 1 +soutane/1 2 +soutanelle/1 2 +soutasse/1 2 +soute/1 2 +soutenabilité/1 2 +soutenable/1 4 +soutenance/1 2 +soutènement/1 1 +souteneur/1 1 +soutenir/68 79 +soutenue/3 3 +souterrain/1 1 +souterraine/3 3 +souterrainement 8 +soutien/1 1 +soutien-gorge 18 +soutiens-gorge 20 +soutier/1 1 +soutirage/1 1 +soutirée/3 3 +soutirer/4 5 +soutra/1 1 +soûtra/1 1 +soutrage/1 1 +souvenance/1 2 +souvenir/1 1 +souvenir/68 148 +souvent 8 +souventefois 309 +souveraine/3 6 +souverainement 8 +souveraineté/1 2 +souverainisme/1 1 +souverainiste/1 13 +souvlaki/1 1 +soviet/1 1 +soviétique/1 13 +soviétisation/1 2 +soviétiser/4 5 +soviétisme/1 1 +soviétologue/1 10 +sovkhoze/1 1 +soya/1 1 +soyer/1 1 +soyeuse/8 3 +spa/1 1 +spacieuse/8 3 +spacieusement 8 +spadassin/1 1 +spadice/1 1 +spaetzle/1 1 +spaghetti 7 +spaghetti/1 1 +spagyrie/1 2 +spagyrique/1 4 +spagyriste/1 10 +spahi/1 1 +spalax 7 +spallation/1 2 +spalter/1 1 +spam/1 1 +spammer/4 17 +spammeur/1 1 +sparadrap/1 1 +sparage/1 1 +spardeck/1 1 +sparganier/1 1 +sparringpartner/1 1 +sparring-partner/1 1 +spart/1 1 +spartakisme/1 1 +spartakiste/1 13 +sparte/1 1 +spartéine/1 2 +sparterie/1 2 +spartiate/1 13 +spasme/1 1 +spasmodicité/1 2 +spasmodique/1 4 +spasmodiquement 8 +spasmolytique/1 4 +spasmophile/1 13 +spasmophilie/1 2 +spasticité/1 2 +spastique/1 4 +spatangue/1 1 +spath/1 1 +spathe/1 2 +spathifier/4 5 +spathique/1 4 +spatiale/8 3 +spatialement 8 +spatialisation/1 2 +spatialiser/4 11 +spatialité/1 2 +spatiologie/1 2 +spationaute/1 10 +spationef/1 1 +spatioport/1 1 +spatiotemporelle/3 3 +spatio-temporelle/3 3 +spatule/1 2 +spatulée/3 3 +speakeasy/41 1 +speakeasy/1 1 +speaker/1 1 +speakerine/1 2 +speakeur/1 1 +spéciale/8 6 +spécialement 8 +spécialisation/1 2 +spécialisée/3 3 +spécialiser/4 11 +spécialiste/1 13 +spécialité/1 2 +spéciation/1 2 +spécieuse/8 3 +spécieusement 8 +spécificateur/1 1 +spécificatif/1 1 +spécification/1 2 +spécificative/3 3 +spécificatrice/3 3 +spécificité/1 2 +spécifiée/3 3 +spécifier/4 5 +spécifique/1 4 +spécifiquement 8 +spécimen/1 1 +spéciosité/1 2 +spectacle/1 1 +spectaculaire/1 4 +spectaculairement 8 +spectatrice/3 9 +spectrale/8 3 +spectralement 8 +spectre/1 1 +spectrogramme/1 1 +spectrographe/1 1 +spectrographie/1 2 +spectrographique/1 4 +spectrohéliographe/1 1 +spectromètre/1 1 +spectrométrie/1 2 +spectrométrique/1 4 +spectrophotomètre/1 1 +spectrophotométrie/1 2 +spectroscope/1 1 +spectroscopie/1 2 +spectroscopique/1 4 +spéculaire/1 4 +spéculaire/1 2 +spéculation/1 2 +spéculative/3 3 +spéculativement 8 +spéculatrice/3 9 +spéculaus 7 +spéculer/10 14 +spéculoos 7 +spéculos 7 +spéculum/1 1 +speech/41 1 +speech/1 1 +speed 45 +speed/1 1 +speeder/4 17 +speiss 7 +spéléo/1 10 +spéléologie/1 2 +spéléologique/1 4 +spéléologue/1 10 +spéléonaute/1 10 +spencer/1 1 +spéos 7 +spergulaire/1 2 +spergule/1 2 +spermaceti/1 1 +spermacéti/1 1 +spermaphyte/1 1 +spermatide/1 10 +spermatie/1 2 +spermatique/1 4 +spermatocyte/1 1 +spermatogenèse/1 2 +spermatogonie/1 2 +spermatophyte/1 1 +spermatozoïde/1 1 +sperme/1 1 +spermicide/1 1 +spermogonie/1 2 +spermogramme/1 1 +spermophile/1 1 +spet/1 1 +spetsnaz 46 +sphacèle/1 1 +sphacéler/33 5 +sphaigne/1 2 +sphène/1 1 +sphénodon/1 1 +sphénoïdale/8 3 +sphénoïde/1 4 +sphénoïde/1 1 +sphère/1 2 +sphéricité/1 2 +sphérique/1 4 +sphéroïdale/8 3 +sphéroïde/1 1 +sphéroïdique/1 4 +sphéromètre/1 1 +sphérule/1 2 +sphex 7 +sphincter/1 1 +sphinctérienne/3 3 +sphinge/1 2 +sphinx 7 +sphygmogramme/1 1 +sphygmographe/1 1 +sphygmomanomètre/1 1 +sphyrène/1 2 +spi/1 1 +spiciforme/1 4 +spicilège/1 1 +spicule/1 1 +spider/1 1 +spin/1 1 +spina-bifida 7 +spinabifida/1 1 +spinale/8 3 +spina-ventosa 7 +spinaventosa/1 1 +spinelle/1 1 +spineur/1 1 +spinnaker/1 1 +spinocellulaire/1 4 +spino-cellulaire/1 4 +spinorielle/3 3 +spinosaure/1 1 +spinozisme/1 1 +spinoziste/1 10 +spintronique/1 2 +spiracle/1 1 +spirale/8 6 +spiralée/3 3 +spiralement 8 +spiraler/10 14 +spiralisation/1 2 +spiraloïde/1 4 +spirante/3 6 +spire/1 2 +spirée/1 2 +spirifer/1 1 +spirille/1 1 +spirillose/1 2 +spiritain/1 1 +spirite/1 13 +spiritisme/1 1 +spiritiste/1 13 +spiritual/1 1 +spiritualisation/1 2 +spiritualiser/4 5 +spiritualisme/1 1 +spiritualiste/1 10 +spiritualité/1 2 +spirituelle/3 3 +spirituellement 8 +spiritueuse/8 3 +spirochète/1 1 +spirochétose/1 2 +spirographe/1 1 +spiroïdale/8 3 +spiroïde/1 4 +spiromètre/1 1 +spirométrie/1 2 +spirométrique/1 4 +spirorbe/1 1 +spiruline/1 2 +spitante/3 3 +spitter/4 5 +splanchnique/1 4 +splanchnologie/1 2 +spleen/1 1 +spleenétique/1 4 +splendeur/1 2 +splendide/1 13 +splendidement 8 +splénectomie/1 2 +splénique/1 4 +splénomégalie/1 2 +spline/1 2 +splitter/4 5 +spoiler/1 1 +spoileur/1 1 +spoliation/1 2 +spoliatrice/3 6 +spoliée/3 3 +spolier/4 5 +spondée/1 10 +spondias 7 +spondylarthrite/1 2 +spondylolisthésis 7 +spongiaire/1 4 +spongiaire/1 1 +spongiculture/1 2 +spongieuse/8 3 +spongiforme/1 4 +spongille/1 2 +spongiosité/1 2 +sponsor/1 1 +sponsoring/1 1 +sponsorisation/1 2 +sponsorisée/3 3 +sponsoriser/4 5 +spontanée/3 3 +spontanéisme/1 1 +spontanéiste/1 13 +spontanéité/1 2 +spontanément 8 +spontanisme/1 1 +sporadicité/1 2 +sporadique/1 4 +sporadiquement 8 +sporange/1 1 +spore/1 2 +sporicide/1 4 +sporifère/1 4 +sporogone/1 1 +sporophore/1 1 +sporophyte/1 1 +sporotriche/1 1 +sporotrichose/1 2 +sport/1 1 +sportive/3 6 +sportivement 8 +sportivité/1 2 +sportsman/41 1 +sportsman/1 1 +sportule/1 2 +sporulation/1 2 +sporulée/3 3 +sporuler/10 14 +spot/1 1 +spotmètre/1 1 +spoutnik/1 1 +sprat/1 1 +spray/1 1 +sprechgesang/1 1 +springbok/1 1 +sprint/1 1 +sprinter/1 10 +sprinter/10 14 +sprinteuse/3 9 +sprue/1 2 +spumescente/3 3 +spumeuse/8 3 +spumosité/1 2 +squale/1 1 +squalide/1 4 +squame/1 2 +squameuse/8 3 +squamifère/1 4 +squamiforme/1 4 +squamule/1 2 +square/1 1 +squash/1 1 +squat/1 1 +squatine/1 10 +squattage/1 1 +squattée/3 3 +squatter/1 10 +squatter/4 5 +squattériser/4 5 +squatteuse/3 9 +squaw/1 2 +squeezer/4 5 +squelette/1 1 +squelettique/1 4 +squille/1 2 +squirre/1 1 +squirreuse/8 3 +squirrhe/1 1 +squirrheuse/8 3 +sr/57 7 +st/38 7 +stabile/1 1 +stabilimètre/1 1 +stabilisant/1 1 +stabilisante/3 3 +stabilisation/1 2 +stabilisatrice/3 6 +stabilisée/3 3 +stabiliser/4 11 +stabilité/1 2 +stable/1 4 +stablement 8 +stabulation/1 2 +staccato 8 +staccato 7 +staccato/1 1 +stade/1 1 +stadhouder/1 1 +stadia/1 1 +stadiaire/1 13 +stadière/3 9 +staff/1 1 +staffer/4 5 +staffeuse/3 9 +stage/1 1 +stagflation/1 2 +stagiaire/1 13 +stagnance/1 2 +stagnante/3 3 +stagnation/1 2 +stagner/10 14 +stakhanovisme/1 1 +stakhanoviste/1 10 +stakning/1 1 +stalactite/1 2 +stalag/1 1 +stalagmite/1 2 +stalagmomètre/1 1 +stalagmométrie/1 2 +stalinienne/3 3 +staliniser/4 5 +stalinisme/1 1 +stalle/1 2 +staminale/8 3 +staminée/3 3 +staminifère/1 4 +stance/1 2 +stand/1 1 +standard 45 +standard/1 4 +standard/1 1 +standard/1 1 +standardisation/1 2 +standardisée/3 3 +standardiser/4 5 +standardiste/1 10 +stand-by 105 +standby/1 13 +standing/1 1 +stand-up 7 +standup/1 1 +staphisaigre/1 2 +staphylier/1 1 +staphylin/1 1 +staphyline/3 3 +staphylococcie/1 2 +staphylococcique/1 4 +staphylocoque/1 1 +staphylome/1 1 +star/1 2 +starets 7 +starie/1 2 +stariets 7 +starification/1 2 +starifier/4 5 +starisation/1 2 +stariser/4 5 +starlette/1 2 +staroste/1 1 +star-system/1 1 +star-système/1 1 +starter/1 1 +startingblock/1 1 +starting-block/1 1 +startinggate/1 10 +starting-gate/1 10 +start-up 57 +startup/1 2 +stase/1 2 +stater/4 5 +statère/1 10 +stathouder/1 1 +stathoudérat/1 1 +statice/1 10 +statif/1 1 +station/1 2 +stationnaire/1 4 +stationnale/1 108 +stationnarité/1 2 +stationnée/3 3 +stationnement/1 1 +stationner/10 14 +station-service 47 +stations-service 46 +statique/1 4 +statique/1 2 +statiquement 8 +statisme/1 1 +statisticienne/3 9 +statistique/1 4 +statistique/1 2 +statistiquement 8 +stative/3 3 +statocyste/1 1 +statokinésimètre/1 1 +stator/1 1 +statoréacteur/1 1 +statorique/1 4 +statthalter/1 1 +statu 7 +statuaire/1 13 +statue/1 2 +statuer/4 116 +statuette/1 2 +statufier/4 5 +statuquo/1 1 +stature/1 2 +status 7 +statut/1 1 +statutaire/1 13 +statutairement 8 +stawug/1 1 +stayer/1 10 +stayeuse/3 9 +steak/1 1 +steamer/1 1 +steameur/1 1 +stéarate/1 1 +stéarine/1 2 +stéarinerie/1 2 +stéarinier/1 1 +stéarique/1 4 +stéatite/1 2 +stéatopyge/1 4 +stéatose/1 2 +steenbok/1 1 +steeple/1 1 +steeplechase/1 1 +steeple-chase/1 1 +stéganographie/1 2 +stéganopode/1 1 +stégomyie/1 2 +stégosaure/1 1 +steinbock/1 1 +stèle/1 2 +stellage/1 1 +stellaire/1 4 +stellaire/1 2 +stelléride/1 1 +stellionat/1 1 +stellionataire/1 13 +stem/1 1 +stemm/1 1 +stemmate/1 1 +stencil/1 1 +stenciliste/1 10 +stendhalienne/3 6 +sténo/1 2 +sténodactylo/1 10 +sténodactylographe/1 10 +sténodactylographie/1 2 +sténogramme/1 1 +sténographe/1 10 +sténographie/1 2 +sténographiée/3 3 +sténographier/4 5 +sténographique/1 4 +sténographiquement 8 +sténopé/1 1 +sténosage/1 1 +sténose/1 2 +sténotherme/1 4 +sténothermie/1 2 +sténotype/1 2 +sténotyper/4 5 +sténotypie/1 2 +sténotypiste/1 10 +stentor/1 1 +step/1 1 +stéphanophore/1 4 +steppage/1 1 +steppe/1 2 +stepper/1 1 +steppeur/1 1 +steppique/1 4 +stéradian/61 1 +stercoraire/1 4 +stercoraire/1 1 +stercorale/8 3 +sterculiacée/1 2 +stère/1 1 +stéréo/1 2 +stéréobate/1 1 +stéréochimie/1 2 +stéréochimique/1 4 +stéréochromie/1 2 +stéréocomparateur/1 1 +stéréoduc/1 1 +stéréogénique/1 4 +stéréognosie/1 2 +stéréogramme/1 1 +stéréographie/1 2 +stéréographique/1 4 +stéréo-isomère/1 4 +stéréo-isomère/1 1 +stéréo-isomérie/1 2 +stéréo-isomérique/1 4 +stéréométrie/1 2 +stéréométrique/1 4 +stéréophonie/1 2 +stéréophonique/1 4 +stéréophotographie/1 2 +stéréoradiographie/1 2 +stéréorégularité/1 2 +stéréorégulière/3 3 +stéréorépétition/1 2 +stéréoscope/1 1 +stéréoscopie/1 2 +stéréoscopique/1 4 +stéréosélective/3 3 +stéréosélectivité/1 2 +stéréospécificité/1 2 +stéréospécifique/1 4 +stéréotaxie/1 2 +stéréotaxique/1 4 +stéréotomie/1 2 +stéréotomique/1 4 +stéréotype/1 1 +stéréotypée/3 3 +stéréotyper/4 5 +stéréotypie/1 2 +stérer/33 5 +stéride/1 1 +stérile/1 4 +stérilement 8 +stérilet/1 1 +stérilisante/3 3 +stérilisateur/1 1 +stérilisation/1 2 +stérilisatrice/3 3 +stérilisée/3 3 +stériliser/4 5 +stérilité/1 2 +stérique/1 4 +sterlet/1 1 +sterling 45 +sternale/8 3 +sterne/1 2 +sternocléidomastoïdienne/3 3 +sterno-cléido-mastoïdienne/3 3 +sternum/1 1 +sternutation/1 2 +sternutatoire/1 4 +stéroïde/1 4 +stéroïde/1 1 +stéroïdienne/3 3 +stérol/1 1 +stertor/1 1 +stertoreuse/8 3 +stéthoscope/1 1 +stévia/1 10 +steward/1 1 +sthène/1 1 +stibiée/3 3 +stibine/1 2 +stichomythie/1 2 +stick/1 1 +stigmate/1 1 +stigmatique/1 4 +stigmatisation/1 2 +stigmatisée/3 3 +stigmatiser/4 5 +stigmatisme/1 1 +stilb/1 1 +stillation/1 2 +stillatoire/1 4 +stilligoutte/1 1 +stimugène/1 4 +stimulant/1 1 +stimulante/3 3 +stimulation/1 2 +stimulatrice/3 6 +stimulée/3 3 +stimuler/4 11 +stimuline/1 2 +stimulus 7 +stimulus/51 1 +stipe/1 1 +stipendiaire/1 13 +stipendiée/3 3 +stipendier/4 5 +stipitée/3 3 +stipulaire/1 4 +stipulation/1 2 +stipule/1 2 +stipulée/3 3 +stipuler/4 5 +stochastique/1 4 +stock/1 1 +stockable/1 4 +stockage/1 1 +stockcar/1 1 +stock-car/1 1 +stockée/3 3 +stocker/4 5 +stockfisch/1 1 +stockiste/1 10 +stœchiométrie/1 2 +stœchiométrique/1 4 +stoïcienne/3 6 +stoïcisme/1 1 +stoïque/1 4 +stoïquement 8 +stoker/1 1 +stokes 7 +stolon/1 1 +stoloniale/8 3 +stolonifère/1 4 +stomacale/8 3 +stomachique/1 4 +stomate/1 1 +stomatique/1 4 +stomatite/1 2 +stomatologie/1 2 +stomatologiste/1 10 +stomatologue/1 10 +stomatoplastie/1 2 +stomatorragie/1 2 +stomatoscope/1 1 +stomie/1 2 +stomisée/3 6 +stomoxe/1 1 +stop 70 +stop/1 1 +stoppage/1 1 +stopper/4 17 +stoppeuse/3 9 +storax 7 +store/1 1 +storiste/1 10 +storyboard/1 1 +story-board/1 1 +stoupa/1 1 +stoûpa/1 1 +stout/1 1 +strabique/1 4 +strabisme/1 1 +stradiot/1 1 +stradivarius 7 +stramoine/1 2 +stramonium/1 1 +strangulation/1 2 +strangulée/3 3 +stranguler/4 5 +strapontin/1 1 +stras 7 +strasbourgeoise/3 6 +strass 7 +strasse/1 2 +stratagème/1 1 +strate/1 2 +stratège/1 10 +stratégie/1 2 +stratégique/1 4 +stratégiquement 8 +stratégiste/1 10 +stratification/1 2 +stratifiée/3 3 +stratifier/4 5 +stratiforme/1 4 +stratigraphie/1 2 +stratigraphique/1 4 +stratigraphiquement 8 +stratiome/1 1 +stratiomys +stratocumulus 7 +strato-cumulus 7 +stratopause/1 2 +stratosphère/1 2 +stratosphérique/1 4 +stratovision/1 2 +stratovolcan/1 1 +strato-volcan/1 1 +stratum/1 1 +stratus 7 +streptobacille/1 1 +streptococcie/1 2 +streptococcique/1 4 +streptocoque/1 1 +streptomycète/1 1 +streptomycine/1 2 +stress 7 +stressante/3 3 +stressée/3 3 +stresser/4 42 +stretch/1 1 +stretching/1 1 +strette/1 2 +striation/1 2 +stricte/3 3 +strictement 8 +striction/1 2 +stricto 87 +stridence/1 2 +stridente/3 3 +stridor/1 1 +stridulante/3 3 +stridulation/1 2 +stridulatoire/1 4 +stridulement/1 1 +striduler/4 17 +striduleuse/8 3 +strie/1 2 +striée/3 3 +strier/4 5 +strige/1 2 +strigile/1 1 +string/1 1 +strioscopie/1 2 +strioscopique/1 4 +stripage/1 1 +stripper/4 5 +stripping/1 1 +strippoker/1 1 +strip-poker/1 1 +striptease/1 1 +strip-tease/1 1 +stripteaseuse/3 9 +strip-teaseuse/3 9 +striquer/4 5 +striure/1 2 +strix 7 +strobile/1 1 +strobophotographie/1 2 +stroborama/1 1 +stroboscope/1 1 +stroboscopie/1 2 +stroboscopique/1 4 +stroma/1 1 +stromatolite/1 1 +stromatolithe/1 1 +strombe/1 1 +strombolienne/3 3 +strongle/1 1 +strongyle/1 1 +strongylose/1 2 +strontiane/1 2 +strontium/1 1 +strophante/1 1 +strophantine/1 2 +strophantus 7 +strophe/1 2 +structurable/1 4 +structurale/8 3 +structuralement 8 +structuralisme/1 1 +structuraliste/1 13 +structurante/3 3 +structuration/1 2 +structure/1 2 +structurée/3 3 +structurelle/3 3 +structurellement 8 +structurer/4 11 +structurologie/1 2 +strume/1 2 +struthioniforme/1 1 +strychnine/1 2 +stryge/1 2 +stuc/1 1 +stucage/1 1 +stucateur/1 1 +studbook/1 1 +stud-book/1 1 +studette/1 2 +studieuse/8 3 +studieusement 8 +studio/1 1 +stupa/1 1 +stûpa/1 1 +stupéfaction/1 2 +stupéfaire/194 82 +stupéfaite/3 3 +stupéfiant/1 1 +stupéfiante/3 3 +stupéfiée/3 3 +stupéfier/4 5 +stupeur/1 2 +stupide/1 13 +stupidement 8 +stupidité/1 2 +stuporeuse/8 3 +stupre/1 1 +stuquée/3 3 +stuquer/4 5 +style/1 1 +stylée/3 3 +styler/4 5 +stylet/1 1 +stylisation/1 2 +stylisée/3 3 +styliser/4 5 +stylisme/1 1 +styliste/1 10 +stylisticienne/3 9 +stylistique/1 4 +stylistique/1 2 +stylistiquement 8 +stylite/1 10 +stylo/1 1 +stylobate/1 1 +stylographe/1 1 +stylographique/1 4 +styloïde/1 4 +stylomine/1 1 +stypticité/1 2 +styptique/1 4 +styrax 7 +styrène/1 1 +styrolène/1 1 +styromousse/1 2 +su 18 +suage/1 1 +suaire/1 1 +suante/3 3 +suave/1 4 +suavement 8 +suavité/1 2 +subaérienne/3 3 +subaiguë/3 3 +subaigüe/3 3 +subalpine/3 3 +subalterne/1 13 +subantarctique/1 4 +subaquatique/1 4 +subarctique/1 4 +subatomique/1 4 +subcarpatique/1 4 +subcellulaire/1 4 +subconsciemment 8 +subconscience/1 2 +subconscient/1 1 +subconsciente/3 3 +subdélégation/1 2 +subdéléguée/3 3 +subdéléguer/33 5 +subdésertique/1 4 +subdiviser/4 5 +subdivision/1 2 +subdivisionnaire/1 4 +subduction/1 2 +subduire/180 91 +subduite/3 3 +subéquatoriale/8 3 +suber/1 1 +subéreuse/8 3 +subérine/1 2 +subexponentielle/3 3 +subfébrile/1 4 +subie/3 3 +subintrante/3 3 +subir/29 101 +subite/3 3 +subitement 8 +subito 8 +subjacente/3 3 +subjectile/1 1 +subjectivation/1 2 +subjective/3 3 +subjectivement 8 +subjectivisation/1 2 +subjectivisme/1 1 +subjectiviste/1 13 +subjectivité/1 2 +subjonctif/1 1 +subjonctive/3 3 +subjuguée/3 3 +subjuguer/4 5 +sublétale/8 3 +sublimation/1 2 +sublimatoire/1 4 +sublime/1 4 +sublime/1 1 +sublimée/3 3 +sublimement 8 +sublimer/4 17 +subliminaire/1 4 +subliminale/8 3 +sublimité/1 2 +sublinguale/8 3 +sublunaire/1 4 +submergée/3 3 +submerger/4 5 +submersible/1 4 +submersible/1 1 +submersion/1 2 +subnarcose/1 2 +subnucléaire/1 4 +subodorer/4 5 +suboptimale/8 3 +suboptimalité 47 +suborbitale/8 3 +subordination/1 2 +subordonnante/3 3 +subordonnée/3 6 +subordonner/4 11 +subornation/1 2 +subornée/3 3 +suborner/4 5 +suborneuse/3 9 +subrécargue/1 1 +subreptice/1 4 +subrepticement 8 +subreption/1 2 +subrogateur/1 1 +subrogation/1 2 +subrogative/3 3 +subrogatoire/1 4 +subrogée/3 6 +subroger/4 5 +subsaharienne/3 3 +subséquemment 8 +subséquente/3 3 +subside/1 1 +subsidence/1 2 +subsidiaire/1 4 +subsidiairement 8 +subsidiante/3 3 +subsidiarité/1 2 +subsidiation/1 2 +subsidier/4 5 +subsistance/1 2 +subsistante/3 6 +subsister/10 14 +subsomption/1 2 +subsonique/1 4 +substance/1 2 +substantialisme/1 1 +substantialiste/1 13 +substantialité/1 2 +substantielle/3 3 +substantiellement 8 +substantif/1 1 +substantifique/1 4 +substantivation/1 2 +substantive/3 3 +substantivement 8 +substantiver/4 5 +substituabilité/1 2 +substituable/1 4 +substituant/1 1 +substituée/3 3 +substituer/4 11 +substitut/1 1 +substitution/1 2 +substitutive/3 3 +substrat/1 1 +substratum/1 1 +substruction/1 2 +subsumer/4 5 +subsurface/1 2 +subterfuge/1 1 +subtile/3 3 +subtilement 8 +subtilisation/1 2 +subtilisée/3 3 +subtiliser/4 42 +subtilité/1 2 +subtropicale/8 3 +subulée/3 3 +suburbaine/3 3 +suburbicaire/1 4 +subvenir/245 154 +subvention/1 2 +subventionnable/1 4 +subventionnée/3 3 +subventionnelle/3 3 +subventionnement/1 1 +subventionner/4 5 +subversion/1 2 +subversive/3 3 +subversivement 8 +subvertie/3 3 +subvertir/29 84 +suc/1 1 +suçage/1 1 +succédanée/3 3 +succéder/63 156 +succenturiée/3 3 +succès 7 +successeur/1 1 +successibilité/1 2 +successible/1 4 +succession/1 2 +successive/3 3 +successivement 8 +successivité/1 2 +successorale/8 3 +succin/1 1 +succinate/1 1 +succincte/3 3 +succinctement 8 +succinique/1 4 +succion/1 2 +succombante/3 3 +succomber/10 123 +succube/1 1 +succulence/1 2 +succulente/3 3 +succursale/1 2 +succursalisme/1 1 +succursaliste/1 13 +succussion/1 2 +sucée/3 3 +sucement/1 1 +sucer/4 42 +sucette/1 2 +suceuse/3 6 +suçoir/1 1 +suçon/1 1 +suçotement/1 1 +suçoter/4 5 +sucrage/1 1 +sucrante/3 3 +sucrase/1 2 +sucrate/1 1 +sucre/1 1 +sucrée/3 3 +sucrer/4 42 +sucrerie/1 2 +sucrette/1 2 +sucrière/3 6 +sucrin/1 1 +sud 18 +sud-africaine/3 6 +sud-américaine/3 6 +sudation/1 2 +sudatoire/1 4 +sud-coréenne/3 6 +sud-est 18 +sudète/1 13 +sudiste/1 13 +sudoku/1 1 +sudorale/8 3 +sudorifère/1 4 +sudorifique/1 4 +sudoripare/1 4 +sud-ouest 18 +sud-vietnamienne/3 6 +sue/3 3 +suède/1 1 +suédée/3 3 +suédine/1 2 +suédoise/3 6 +suée/1 2 +suer/4 17 +suette/1 2 +sueur/1 2 +suffète/1 1 +suffire/101 140 +suffisamment 8 +suffisance/1 2 +suffisante/3 6 +suffixale/8 3 +suffixation/1 2 +suffixe/1 1 +suffixée/3 3 +suffixer/4 5 +suffocante/3 3 +suffocation/1 2 +suffoquée/3 3 +suffoquer/4 17 +suffragante/3 3 +suffrage/1 1 +suffragette/1 2 +suffusion/1 2 +suggérée/3 3 +suggérer/33 17 +suggestibilité/1 2 +suggestible/1 4 +suggestion/1 2 +suggestionner/4 5 +suggestive/3 3 +suggestivité/1 2 +suicidaire/1 10 +suicide/1 1 +suicidée/3 6 +suicider/4 55 +suidé/1 1 +suie/1 2 +suif/1 1 +suifer/4 5 +suiffer/4 5 +suiffeuse/8 3 +suint/1 1 +suintante/3 3 +suintement/1 1 +suinter/4 17 +suisse/1 13 +suissesse/1 2 +suite/1 2 +suitée/1 108 +suivant 99 +suivante/3 6 +suiveuse/3 6 +suivi/1 1 +suivie/3 3 +suivisme/1 1 +suiviste/1 13 +suivre/143 97 +sujétion/1 2 +sujette/3 6 +sukkeler/72 14 +sulcature/1 2 +sulciforme/1 4 +sulfamide/1 1 +sulfanilamide/1 1 +sulfanilique/1 4 +sulfatage/1 1 +sulfatation/1 2 +sulfate/1 1 +sulfatée/3 3 +sulfater/4 5 +sulfateuse/3 9 +sulfhémoglobine/1 2 +sulfhydrique/1 4 +sulfhydrisme/1 1 +sulfinisation/1 2 +sulfitage/1 1 +sulfite/1 1 +sulfitée/3 3 +sulfiter/4 5 +sulfocarbonate/1 1 +sulfocarbonique/1 4 +sulfonation/1 2 +sulfone/1 2 +sulfonée/3 3 +sulfoner/4 5 +sulfosel/1 1 +sulfovinique/1 4 +sulfoxyde/1 1 +sulfurage/1 1 +sulfuration/1 2 +sulfure/1 1 +sulfurée/3 3 +sulfurer/4 5 +sulfureuse/8 3 +sulfurique/1 4 +sulfurisée/3 3 +sulky/41 1 +sulky/1 1 +sulpicienne/3 6 +sultanat/1 1 +sultane/3 9 +sumac/1 1 +sumérienne/3 6 +summum/1 1 +sumo/1 1 +sumotori/1 1 +sunlight/1 1 +sunna/1 2 +sunnisme/1 1 +sunnite/1 10 +super 45 +super/1 2 +super/1 1 +superacide/1 1 +superalliage/1 1 +superamas 7 +superattractive/3 3 +superattractivité/1 2 +superbe/1 13 +superbement 8 +superbénéfice/1 1 +superbombe/1 2 +supercalculateur/1 1 +supercarburant/1 1 +supercarré/1 1 +supercavitante/3 3 +superchampionne/3 9 +supercherie/1 2 +superciment/1 1 +superclasse/1 2 +superconnexion/1 2 +supercontinent/1 1 +supercorde/1 2 +supercritique/1 4 +superdécrochage/1 1 +superdensité/1 2 +superdividende/1 1 +supère/1 4 +superessif/1 1 +supérette/1 2 +superfamille/1 2 +superfécondation/1 2 +superfétation/1 2 +superfétatoire/1 4 +superficialité/1 2 +superficie/1 2 +superficielle/3 3 +superficiellement 8 +superfine/3 3 +superfinir/29 84 +superfinition/1 2 +superflue/3 3 +superfluide/1 4 +superfluide/1 1 +superfluidité/1 2 +superfluité/1 2 +superforme/1 2 +superforteresse/1 2 +superfractionnement/1 1 +supergéant/1 1 +super-géant/1 1 +supergéante/1 109 +supergrand/1 1 +supergravité/1 2 +superhéros 7 +super-héros 7 +superhétérodyne/1 4 +super-huit 45 +super-huit 7 +supérieure/3 6 +supérieurement 8 +supériorité/1 2 +superjet/1 1 +superlatif/1 1 +superlative/3 3 +superlativement 8 +superlégère/3 6 +super-légère/3 6 +superlourde/3 6 +super-lourde/3 6 +superluminique/1 4 +supermalloy/1 1 +superman/41 1 +superman/1 1 +supermarché/1 1 +supermassive/3 3 +supermolécule/1 2 +supernova 47 +supernova/1 2 +supernovæ 46 +superordinateur/1 1 +superordonnée/3 3 +superordre/1 1 +superovariée/3 3 +superovulation/1 2 +superoxyde/1 1 +superparamagnétisme/1 1 +superpétrolier/1 1 +superphosphate/1 1 +superplasticité/1 2 +superplastique/1 4 +superpolyamide/1 1 +superposable/1 4 +superposée/3 3 +superposer/4 11 +superposition/1 2 +superpréfet/1 1 +superprivilège/1 1 +superproduction/1 2 +superprofit/1 1 +superpuissance/1 2 +superpurgation/1 2 +superréaction/1 2 +superscalaire/1 4 +supersonique/1 4 +superstar/1 2 +superstatoréacteur/1 1 +superstitieuse/8 6 +superstitieusement 8 +superstition/1 2 +superstrat/1 1 +superstructure/1 2 +supersymétrie/1 2 +supersymétrique/1 4 +supersynthèse/1 2 +supertanker/1 1 +supervariété/1 2 +supervisée/3 3 +superviser/4 5 +superviseure/1 2 +superviseuse/3 9 +supervision/1 2 +superwelter/1 1 +super-welter/1 1 +supin/1 1 +supinateur/1 1 +supination/1 2 +suppl +supplantation/1 2 +supplantée/3 3 +supplanter/4 11 +suppléance/1 2 +suppléante/3 6 +suppléer/4 116 +supplément/1 1 +supplémentaire/1 4 +supplémentairement 8 +supplémentation/1 2 +supplémenter/4 5 +supplétisme/1 1 +supplétive/3 3 +supplétoire/1 4 +suppliante/3 3 +supplication/1 2 +supplice/1 1 +suppliciée/3 6 +supplicier/4 5 +suppliée/3 3 +supplier/4 5 +supplique/1 2 +support/1 1 +supportable/1 4 +supportée/3 3 +supporter/1 10 +supporter/4 11 +supportrice/3 9 +supposable/1 4 +supposée/3 3 +supposément 8 +supposer/4 5 +supposition/1 2 +suppositoire/1 1 +suppôt/1 1 +suppresseur/1 1 +suppresseuse/3 3 +suppression/1 2 +suppressive/3 3 +supprimable/1 4 +supprimée/3 3 +supprimer/4 11 +suppurante/3 3 +suppuration/1 2 +suppurative/3 3 +suppurée/3 3 +suppurer/10 14 +supputation/1 2 +supputée/3 3 +supputer/4 5 +supra 8 +supraconduction/1 2 +supraconductivité/1 2 +supraconductrice/3 3 +suprahumaine/3 3 +supra-humaine/3 3 +supralapsaire/1 13 +supraliminaire/1 4 +supraluminique/1 4 +supralunaire/1 4 +supramoléculaire/1 4 +supranationale/8 3 +supranationalisation/1 2 +supranationalisme/1 1 +supranationaliste/1 13 +supranationalité/1 2 +supranormale/8 3 +suprasegmentale/8 3 +suprasensible/1 4 +suprastructure/1 2 +supraterrestre/1 4 +suprématie/1 2 +suprématisme/1 1 +suprématiste/1 13 +suprême/1 4 +suprêmement 8 +sûr 133 +sur 99 +surabondamment 8 +surabondance/1 2 +surabondante/3 3 +surabonder/10 14 +suractive/3 3 +suractivée/3 3 +suractivité/1 2 +surah/1 1 +suraiguë/3 3 +suraigüe/3 3 +surajoutée/3 3 +surajouter/4 11 +surale/8 3 +suralimentation/1 2 +suralimentée/3 3 +suralimenter/4 11 +suraller/10 14 +suramplificateur/1 1 +surannée/3 3 +surarbitre/1 10 +surarmement/1 1 +surarmer/4 5 +surate/1 2 +surbaissée/3 3 +surbaissement/1 1 +surbaisser/4 5 +surbookée/3 3 +surbooking/1 1 +surboucher/4 5 +surboum/1 2 +surbrillance/1 2 +surbroder/4 5 +surcapacité/1 2 +surcapitalisante/3 3 +surcapitalisation/1 2 +surcharge/1 2 +surchargée/3 3 +surcharger/4 5 +surchauffe/1 2 +surchauffée/3 3 +surchauffer/4 5 +surchauffeur/1 1 +surchemise/1 2 +surchoix 18 +surclassée/3 3 +surclassement/1 1 +surclasser/4 5 +surcoller/10 14 +surcompensation/1 2 +surcompensatoire/1 4 +surcompensatrice/3 3 +surcomposée/3 3 +surcompression/1 2 +surcomprimée/3 3 +surcomprimer/4 5 +surconscience/1 2 +surconsommation/1 2 +surconsommer/4 17 +surcontrer/4 5 +surcostale/8 3 +surcot/1 1 +surcoter/4 5 +surcouche/1 2 +surcoupe/1 2 +surcouper/10 14 +surcouple/1 1 +surcout/1 1 +surcoût/1 1 +surcreusée/3 3 +surcreusement/1 1 +surcreuser/4 5 +surcritique/1 4 +surcroit/1 1 +surcroît/1 1 +surdensité/1 2 +surdent/1 2 +surdéterminante/3 3 +surdétermination/1 2 +surdéterminée/3 3 +surdéveloppement/1 1 +surdiagonale/1 2 +surdimensionnée/3 3 +surdimensionner/4 5 +surdimutité/1 2 +surdi-mutité/1 2 +surdité/1 2 +surdorer/4 5 +surdos 7 +surdosage/1 1 +surdose/1 2 +surdouée/3 6 +sure/3 3 +sûre/3 3 +sureau/19 1 +surédifier/4 5 +sureffectif/1 1 +surélévation/1 2 +surélevée/3 3 +surélever/47 5 +surelle/1 2 +suremballage/1 1 +surement 8 +sûrement 8 +suréminente/3 3 +surémission/1 2 +suremploi/1 1 +surenchère/1 2 +surenchérir/55 92 +surenchérissement/1 1 +surenchérisseuse/3 6 +surencombrée/3 3 +surencombrement/1 1 +surendettement/1 1 +surendetter/4 11 +surentrainée/3 3 +surentraînée/3 3 +surentrainement/1 1 +surentraînement/1 1 +surentrainer/4 5 +surentraîner/4 5 +suréquipée/3 3 +suréquipement/1 1 +suréquiper/4 5 +surérogation/1 2 +surérogatoire/1 4 +surestarie/1 2 +surestimation/1 2 +surestimée/3 3 +surestimer/4 11 +sureté/1 2 +sûreté/1 2 +surette/3 3 +surévaluation/1 2 +surévaluée/3 3 +surévaluer/4 5 +surexcitable/1 4 +surexcitante/3 3 +surexcitation/1 2 +surexcitée/3 3 +surexciter/4 5 +surexploitation/1 2 +surexploitée/3 3 +surexploiter/4 5 +surexposée/3 3 +surexposer/4 5 +surexposition/1 2 +surf/1 1 +surfaçage/1 1 +surface/1 2 +surfacer/4 17 +surfaceuse/3 9 +surfacique/1 4 +surfacturation/1 2 +surfacturer/4 5 +surfaire/87 82 +surfait/1 1 +surfaite/3 3 +surfaix 7 +surfer/1 10 +surfer/10 14 +surfeuse/3 9 +surfil/1 1 +surfilage/1 1 +surfiler/4 5 +surfine/3 3 +surfleurir 84 +surfondue/3 3 +surfrapper/4 5 +surfréquentation/1 2 +surfusion/1 2 +surgélateur/1 1 +surgélation/1 2 +surgelé/1 1 +surgelée/3 3 +surgeler/47 5 +surgénération/1 2 +surgénératrice/3 3 +surgeon/1 1 +surgeonner/10 14 +surgie/3 3 +surgir/55 92 +surgissement/1 1 +surglacer/4 5 +surgreffer/4 5 +surharmonique/1 4 +surhaussée/3 3 +surhaussement/1 1 +surhausser/4 5 +surhomme/1 1 +surhumaine/3 3 +surhumainement 8 +surhumanité/1 2 +suricate/1 1 +surie/3 3 +surikate/1 1 +surimi/1 1 +surimposer/4 11 +surimposition/1 2 +surimpression/1 2 +surin/1 1 +surinamaise/3 6 +suriner/4 5 +surinfection/1 2 +surinformation/1 2 +surintendance/1 2 +surintendante/3 9 +surintensité/1 2 +surinterpréter/33 5 +surinvestir 92 +surinvestissement/1 1 +surir/55 92 +surjacente/3 3 +surjaler/10 14 +surjection/1 2 +surjective/3 3 +surjectivement 8 +surjectivité/1 2 +surjet/1 1 +surjeter/40 5 +surjouer/4 17 +sur-le-champ 8 +surlendemain/1 1 +surlier/4 5 +surlignage/1 1 +surlignante/3 3 +surlignée/3 3 +surligner/4 5 +surligneur/1 1 +surliure/1 2 +surlonge/1 2 +surloyer/1 1 +surmédiatisation/1 2 +surmédicalisation/1 2 +surmédicalisée/3 3 +surmédicaliser/4 5 +surmenage/1 1 +surmenée/3 3 +surmener/47 11 +sur-mesure 7 +surmoi 7 +sur-moi 7 +surmoi/1 1 +surmontable/1 4 +surmontée/3 3 +surmonter/4 11 +surmontoir/1 1 +surmortalité/1 2 +surmoulage/1 1 +surmoulée/3 3 +surmouler/4 5 +surmulet/1 1 +surmulot/1 1 +surmultiplication/1 2 +surmultipliée/3 3 +surnager/10 14 +surnatalité/1 2 +surnaturalisme/1 1 +surnaturaliste/1 13 +surnaturelle/3 3 +surnaturellement 8 +surnom/1 1 +surnombre/1 1 +surnommée/3 3 +surnommer/4 5 +surnoter/4 17 +surnuméraire/1 13 +surnumérariat/1 1 +suroffre/1 2 +suroit/1 1 +suroît/1 1 +suros 7 +suroxydation/1 2 +suroxyder/4 5 +suroxygénée/3 3 +surpassable/1 4 +surpassement/1 1 +surpasser/4 11 +surpaye/1 2 +surpayée/3 3 +surpayer/4 5 +surpêche/1 2 +surpeuplée/3 3 +surpeuplement/1 1 +surpiquer/4 5 +surpiqure/1 2 +surpiqûre/1 2 +surplace/1 1 +surplis 7 +surplomb/1 1 +surplombante/3 3 +surplombement/1 1 +surplomber/4 17 +surplus 7 +surpoids 7 +surpopulation/1 2 +surprenante/3 3 +surprendre/88 79 +surpression/1 2 +surprime/1 2 +surprise/3 3 +surprise/1 2 +surprise-partie 47 +surprises-parties 46 +surproduction/1 2 +surproductive/3 3 +surproductivité/1 2 +surproductrice/3 3 +surproduire/84 82 +surprotection/1 2 +surprotectrice/3 3 +surprotégée/3 3 +surprotéger/33 5 +surpuissance/1 2 +surpuissante/3 3 +surqualification/1 2 +surréaction/1 2 +surréalisme/1 1 +surréaliste/1 13 +surréalité/1 2 +surrection/1 2 +surréelle/3 3 +surrégénérateur/1 1 +surrégime/1 1 +surrénale/8 3 +surrénalienne/3 3 +surreprésentation/1 2 +surreprésentée/3 3 +surréservation/1 2 +surréservée/3 3 +surs 127 +sursalaire/1 1 +sursalée/3 3 +sursaturante/3 3 +sursaturation/1 2 +sursaturée/3 3 +sursaturer/4 5 +sursaut/1 1 +sursauter/10 14 +surséance/1 2 +sursemer/47 5 +surseoir/154 147 +sursis 7 +sursitaire/1 10 +sursoir/154 147 +sursoufflage/1 1 +sursouffler/4 5 +surstock/1 1 +surstockage/1 1 +surtailler/4 5 +surtaux 7 +surtaxe/1 2 +surtaxée/3 3 +surtaxer/4 5 +surtendre 82 +surtension/1 2 +surtitrage/1 1 +surtitre/1 1 +surtitrée/3 3 +surtitrer/4 5 +surtonte/1 2 +surtout 8 +survaleur/1 2 +survalorisation/1 2 +survaloriser/4 5 +surveillance/1 2 +surveillante/3 6 +surveillée/3 3 +surveiller/4 11 +survenance/1 2 +survenir/68 91 +survente/1 2 +survenue/1 2 +survêtement/1 1 +survêtir/107 82 +survie/1 2 +survirage/1 1 +survirante/3 3 +survirer/4 5 +survireuse/3 3 +survitaminée/3 3 +survitrage/1 1 +survivance/1 2 +survivante/3 6 +survive/3 3 +survivre/185 140 +survol/1 1 +survolante/3 3 +survoler/4 5 +survoltage/1 1 +survoltée/3 3 +survolter/4 5 +survolteur/1 1 +survolteur-dévolteur 18 +survolteurs-dévolteurs 20 +sus 87 +susceptance/1 2 +susceptibilité/1 2 +susceptible/1 4 +suscitation/1 2 +suscitée/3 3 +susciter/4 5 +suscription/1 2 +suscrire/78 82 +susdénommée/3 6 +susdite/3 6 +sus-dominante/1 109 +sus-hépatique/1 4 +sushi/1 1 +susjacente/3 3 +sus-jacente/3 3 +sus-maxillaire/1 4 +susmentionnée/3 3 +susnommée/3 6 +suspecte/3 6 +suspecter/4 11 +suspendre/52 79 +suspendue/3 3 +suspens 135 +suspense/1 10 +suspenseur/1 1 +suspension/1 2 +suspensive/3 3 +suspensoir/1 1 +suspente/1 2 +suspicieuse/8 3 +suspicieusement 8 +suspicion/1 2 +sustentation/1 2 +sustentatrice/3 3 +sustenter/4 11 +sus-tonique/1 2 +susurrante/3 3 +susurration/1 2 +susurrement/1 1 +susurrer/4 17 +susvisée/3 3 +sutra/1 1 +sûtra/1 1 +suturale/8 3 +suture/1 2 +suturée/3 3 +suturer/4 5 +suzeraine/3 6 +suzeraineté/1 2 +svastika/1 10 +svelte/1 4 +sveltesse/1 2 +swahélie/3 6 +swahilie/3 6 +swap/1 1 +swastika/1 10 +sweater/1 1 +sweateur/1 1 +sweating-system/1 1 +sweatshirt/1 1 +sweat-shirt/1 1 +sweepstake/1 1 +swing/1 1 +swinguer/10 14 +sybarite/1 10 +sybaritique/1 4 +sybaritisme/1 1 +sycomore/1 1 +sycophante/1 10 +sycosis 7 +syénite/1 2 +syllabaire/1 1 +syllabation/1 2 +syllabe/1 2 +syllaber/4 5 +syllabi 20 +syllabique/1 4 +syllabisme/1 1 +syllabus 7 +syllepse/1 2 +sylleptique/1 4 +syllogisme/1 1 +syllogistique/1 4 +syllogomanie/1 2 +sylphe/1 1 +sylphide/1 2 +sylvain/1 1 +sylvaner/1 1 +sylve/1 2 +sylvestre/1 4 +sylvicole/1 4 +sylvicultrice/3 9 +sylviculture/1 2 +sylvine/1 2 +sylvinite/1 2 +symbiose/1 2 +symbiote/1 1 +symbiotique/1 4 +symbole/1 1 +symbolique/1 10 +symboliquement 8 +symbolisation/1 2 +symboliser/4 5 +symbolisme/1 1 +symboliste/1 13 +symbologie/1 2 +symétrie/1 2 +symétrique/1 13 +symétriquement 8 +symétrisation/1 2 +symétriser/4 17 +sympa 45 +sympa/1 4 +sympathectomie/1 2 +sympathicotonie/1 2 +sympathie/1 2 +sympathique/1 4 +sympathiquement 8 +sympathisante/3 6 +sympathiser/10 14 +sympathomimétique/1 4 +sympatrie/1 2 +sympatrique/1 4 +symphonie/1 2 +symphonique/1 4 +symphoniquement 8 +symphoniste/1 10 +symphorine/1 2 +symphysaire/1 4 +symphyse/1 2 +symplectique/1 4 +symplésiomorphie/1 2 +symposion/1 1 +symposium/51 1 +symposium/1 1 +symptomatique/1 4 +symptomatiquement 8 +symptomatologie/1 2 +symptomatologique/1 4 +symptôme/1 1 +synagogale/8 3 +synagogue/1 2 +synalèphe/1 2 +synallagmatique/1 4 +synancée/1 2 +synanthérée/3 3 +synapomorphie/1 2 +synapse/1 2 +synapside/1 1 +synapsie/1 2 +synaptase/1 2 +synaptique/1 4 +synarchie/1 2 +synarthrose/1 2 +synchondrose/1 2 +synchrocyclotron/1 1 +synchrone/1 4 +synchronicité/1 2 +synchronie/1 2 +synchronique/1 4 +synchroniquement 8 +synchronisable/1 4 +synchronisation/1 2 +synchronisée/3 3 +synchroniser/4 5 +synchroniseuse/3 9 +synchronisme/1 1 +synchrotron/1 1 +synchrotronique/1 4 +synclinale/8 3 +syncopale/8 3 +syncope/1 2 +syncopée/3 3 +syncoper/4 17 +syncrétique/1 4 +syncrétisme/1 1 +syncrétiste/1 13 +syncristallisation/1 2 +syncristalliser/10 14 +syncytiale/8 3 +syncytium/1 1 +syndactylie/1 2 +syndic/1 1 +syndicale/8 3 +syndicalement 8 +syndicalisable/1 4 +syndicalisation/1 2 +syndicalisée/3 3 +syndicaliser/4 5 +syndicalisme/1 1 +syndicaliste/1 13 +syndicat/1 1 +syndicataire/1 13 +syndication/1 2 +syndiotactique/1 4 +syndique/1 2 +syndiquée/3 6 +syndiquer/4 11 +syndrome/1 1 +synecdoque/1 2 +synéchie/1 2 +synécologie/1 2 +synérèse/1 2 +synergie/1 2 +synergique/1 4 +synergisme/1 1 +synergiste/1 13 +synesthésie/1 2 +syngnathe/1 1 +synodale/8 3 +synode/1 1 +synodique/1 4 +synœcisme/1 1 +synonyme/1 1 +synonymie/1 2 +synonymique/1 4 +synopse/1 2 +synopsie/1 2 +synopsis 88 +synoptique/1 4 +synostose/1 2 +synoviale/8 3 +synovie/1 2 +synovite/1 2 +syntacticienne/3 9 +syntactique/1 4 +syntagmatique/1 4 +syntagme/1 1 +syntaxe/1 2 +syntaxique/1 4 +syntaxiquement 8 +synthé/1 1 +synthème/1 1 +synthèse/1 2 +synthétase/1 2 +synthétique/1 4 +synthétiquement 8 +synthétisée/3 3 +synthétiser/4 17 +synthétiseur/1 1 +synthétisme/1 1 +synthétiste/1 13 +syntone/1 13 +syntonie/1 2 +syntonique/1 4 +syntonisateur/1 1 +syntonisation/1 2 +syntoniser/4 5 +syntoniseur/1 1 +syphilide/1 2 +syphiligraphe/1 1 +syphiligraphie/1 2 +syphilis 57 +syphilitique/1 13 +syphilographe/1 1 +syphilographie/1 2 +syrah/1 2 +syriaque/1 4 +syriaque/1 1 +syrienne/3 6 +syringe/1 2 +syringomyélie/1 2 +syrinx 57 +syrphe/1 1 +systématicienne/3 9 +systématique/1 4 +systématique/1 2 +systématiquement 8 +systématisation/1 2 +systématisée/3 3 +systématiser/4 42 +systématisme/1 1 +système/1 1 +systèmes-experts 20 +systémicienne/3 9 +systémique/1 4 +systole/1 2 +systolique/1 4 +systyle/1 4 +systyle/1 1 +syzygie/1 2 +t 7 +t/38 57 +ta 173 +tabac 45 +tabac/1 1 +tabacologie/1 2 +tabacologue/1 10 +tabacomanie/1 2 +tabacultrice/3 9 +tabagie/1 2 +tabagique/1 4 +tabagisme/1 1 +tabar/1 1 +tabard/1 1 +tabasco/1 1 +tabassage/1 1 +tabassée/3 3 +tabasser/4 11 +tabatière/3 9 +tabellaire/1 4 +tabellion/1 1 +tabernacle/1 1 +tabès 7 +tabétique/1 4 +tablar/1 1 +tablature/1 2 +table/1 2 +tableau/19 1 +tableautage/1 1 +tableautier/1 1 +tableautin/1 1 +tablée/1 2 +tabler/10 124 +tabletière/3 9 +tablette/1 2 +tabletterie/1 2 +tableur/1 1 +tablier/1 1 +tabloïd/1 4 +tabloïd/1 1 +tabor/1 1 +tabou/1 1 +taboue/3 3 +tabouiser/4 5 +tabouret/1 1 +tabulaire/1 4 +tabulation/1 2 +tabulatrice/3 9 +tabuler/4 17 +tabun/1 1 +tac/1 1 +tacaud/1 1 +tacca/1 1 +tacet/1 1 +tachante/3 3 +tache/1 2 +tâche/1 2 +tachée/3 3 +tachéographe/1 1 +tachéomètre/1 1 +tachéométrie/1 2 +tacher/4 42 +tâcher/4 116 +tâcheronne/3 9 +tachetée/3 3 +tacheter/40 5 +tacheture/1 2 +tachine/1 10 +tachisme/1 1 +tachiste/1 10 +tachistoscope/1 1 +tachistoscopique/1 4 +tachyarythmie/1 2 +tachycardie/1 2 +tachygenèse/1 2 +tachygraphe/1 1 +tachygraphie/1 2 +tachymètre/1 1 +tachymétrie/1 2 +tachyon/1 1 +tachyphagie/1 2 +tachyphémie/1 2 +tachyphylaxie/1 2 +tachypnée/1 2 +tachypsychie/1 2 +tacite/1 4 +tacitement 8 +taciturne/1 13 +taciturnité/1 2 +tacle/1 1 +tacler/4 5 +taco/1 1 +tacon/1 1 +taconeos 20 +taconéos 20 +tacot/1 1 +tacrine/1 2 +tact/1 1 +tacticienne/3 9 +tacticité/1 2 +tactile/1 4 +tactilement 8 +tactique/1 4 +tactique/1 2 +tactiquement 8 +tactisme/1 1 +tadjike/3 6 +tadorne/1 1 +taekwondo/1 1 +taekwondoïste/1 10 +tænia/1 1 +taf/1 1 +taffe/1 2 +taffetas 7 +tafia/1 1 +tag/1 1 +tagal/1 1 +tagalog/1 1 +tagète/1 1 +tagetes 7 +tagette/1 1 +tagliatelle 57 +tagliatelle/1 2 +taguée/3 3 +taguer/4 17 +tagueuse/3 9 +tahitienne/3 6 +taïaut 70 +taï-chi 7 +taïchi/1 1 +taie/1 2 +taïga/1 2 +taiji/1 1 +taïkonaute/1 10 +taillable/1 4 +taillade/1 2 +tailladée/3 3 +taillader/4 5 +taillage/1 1 +taillanderie/1 2 +taillandier/1 1 +taille/1 2 +taille-crayon 7 +taille-crayon/1 1 +taille-douce 47 +taillée/3 3 +taille-haie/1 1 +taille-mer 7 +taille-mer/1 1 +taille-ongle/1 1 +taille-ongles 7 +tailler/4 42 +taille-racine/1 1 +taille-racines 7 +taillerie/1 2 +tailles-douces 46 +tailleuse/3 9 +taille-vent 7 +taille-vent/1 1 +taillis 7 +tailloir/1 1 +taillole/1 2 +tain/1 1 +taire/193 79 +taiseuse/8 3 +taïwanaise/3 6 +tajine/1 1 +take-off 7 +takeoff/1 1 +talc/1 1 +taleb/1 1 +talée/3 3 +talent/1 1 +talentueuse/8 3 +talentueusement 8 +taler/4 5 +taleth/1 1 +taliatelle/1 2 +talibane/3 6 +talion/1 1 +talisman/1 1 +talismanique/1 4 +talitre/1 1 +talkies-walkies 20 +talkie-walkie 18 +talkiewalkie/1 1 +talkshow/1 1 +talk-show/1 1 +tallage/1 1 +talle/1 2 +tallée/3 3 +taller/10 14 +talleth/1 1 +tallipot/1 1 +talmouse/1 2 +talmud/1 1 +talmudique/1 4 +talmudiste/1 10 +talochage/1 1 +taloche/1 2 +talocher/4 5 +talon/1 1 +talonnade/1 2 +talonnage/1 1 +talonnement/1 1 +talonner/4 17 +talonnette/1 2 +talonneur/1 1 +talonnière/1 2 +talpack/1 1 +talpidé/1 1 +talquer/4 5 +talqueuse/8 3 +talure/1 2 +talus 142 +talweg/1 1 +tamandua/1 1 +tamanoir/1 1 +tamarin/1 1 +tamarinier/1 1 +tamaris 7 +tamarix 7 +tambouille/1 2 +tambouler/10 14 +tambour/1 1 +tambourin/1 1 +tambourinage/1 1 +tambourinaire/1 10 +tambourinement/1 1 +tambouriner/4 17 +tambourineuse/3 9 +tambour-major 119 +tambours-majors 113 +tamia/1 1 +tamier/1 1 +tamile/3 6 +tamis 7 +tamisage/1 1 +tamisée/3 3 +tamiser/4 17 +tamiserie/1 2 +tamiseuse/3 6 +tamisière/3 9 +tamoule/3 6 +tamoxifène/1 1 +tampico/1 1 +tampon/1 1 +tamponnade/1 2 +tamponnage/1 1 +tamponnée/3 3 +tamponnement/1 1 +tamponner/4 11 +tamponneuse/3 6 +tamponnoir/1 1 +tam-tam 7 +tamtam/1 1 +tam-tam/1 1 +tan/1 1 +tanagra/1 10 +tanaisie/1 2 +tancer/4 5 +tanche/1 2 +tandem/1 1 +tandis 78 +tangage/1 1 +tangara/1 1 +tangence/1 2 +tangente/3 6 +tangenter/69 111 +tangentielle/3 3 +tangentiellement 8 +tangerine/1 2 +tangibilité/1 2 +tangible/1 4 +tangiblement 8 +tango 45 +tango/1 1 +tangon/1 1 +tanguer/10 14 +tanguière/1 2 +tanière/1 2 +tanin/1 1 +tanisage/1 1 +taniser/4 5 +tank/1 1 +tanker/1 1 +tankiste/1 10 +tannage/1 1 +tannante/3 3 +tanne/1 2 +tannée/3 3 +tanner/4 5 +tannerie/1 2 +tanneuse/3 9 +tannin/1 1 +tannique/1 4 +tannisage/1 1 +tanniser/4 5 +tanrec/1 1 +tansad/1 1 +tant 78 +tantale/1 1 +tante/1 2 +tantième/1 13 +tantine/1 2 +tantinet/1 1 +tantôt 78 +tantouse/1 2 +tantouze/1 2 +tantra/1 1 +tantrique/1 4 +tantrisme/1 1 +tanzanienne/3 6 +tao/1 1 +taoïsme/1 1 +taôisme/1 1 +taoïste/1 13 +taôiste/1 13 +taon/1 1 +tapage/1 1 +tapager/10 14 +tapageuse/3 6 +tapageusement 8 +tapante/3 3 +tapas 46 +tape/1 2 +tapecul/1 1 +tape-cul/1 1 +tapée/3 3 +tapement/1 1 +tapenade/1 2 +taper/4 42 +tapette/1 2 +tapeuse/3 9 +taphophilie/1 2 +tapie/3 3 +tapin/1 1 +tapiner/10 14 +tapineuse/3 9 +tapinois 87 +tapioca/1 1 +tapir/1 1 +tapir/29 128 +tapis 7 +tapis-brosse/1 1 +tapissage/1 1 +tapisser/4 5 +tapisserie/1 2 +tapissière/3 6 +tapon/1 1 +taponnage/1 1 +taponner/4 5 +tapotage/1 1 +tapotement/1 1 +tapoter/4 17 +tapuscrit/1 1 +taquage/1 1 +taque/1 2 +taquer/4 5 +taquet/1 1 +taquine/3 6 +taquiner/4 11 +taquinerie/1 2 +taquoir/1 1 +tarabiscot/1 1 +tarabiscotage/1 1 +tarabiscotée/3 3 +tarabiscoter/4 5 +tarabuster/4 5 +tarage/1 1 +tarama/1 1 +tararage/1 1 +tarare/1 1 +tarasque/1 10 +taratata 70 +taraud/1 1 +taraudage/1 1 +tarauder/4 5 +taraudeuse/3 6 +taravelle/1 2 +tarbaise/3 6 +tarbouch/1 1 +tarbouche/1 1 +tard 8 +tarder/10 123 +tardigrade/1 1 +tardillonne/3 9 +tardive/3 3 +tardivement 8 +tardiveté/1 2 +tare/1 2 +tarée/3 6 +tarente/1 2 +tarentelle/1 2 +tarentule/1 2 +tarer/4 5 +taret/1 1 +targe/1 2 +targette/1 2 +targuer/4 55 +targui 135 +targuie 138 +taricheute/1 1 +tarie/3 3 +tarière/1 2 +tarif/1 1 +tarifaire/1 4 +tarifer/4 5 +tarification/1 2 +tarifier/4 5 +tarin/1 1 +tarir/29 100 +tarissable/1 4 +tarissement/1 1 +tarlatane/1 2 +tarlouse/1 2 +tarlouze/1 2 +tarmac/1 1 +tarmacadam/1 1 +tarnaise/3 6 +taro/1 1 +tarot/1 1 +tarotée/3 3 +tarpan/1 1 +tarpéienne/3 3 +tarpon/1 1 +tarsale/8 3 +tarse/1 1 +tarsectomie/1 2 +tarsienne/3 3 +tarsier/1 1 +tartan/1 1 +tartane/1 2 +tartare/1 13 +tartarin/1 1 +tartarinade/1 2 +tarte/1 4 +tarte/1 2 +tartelette/1 2 +tartiflette/1 2 +tartignole/1 4 +tartignolle/1 4 +tartinable/1 4 +tartinade/1 2 +tartine/1 2 +tartiner/4 17 +tartir/55 92 +tartrate/1 1 +tartre/1 1 +tartreuse/8 3 +tartrique/1 4 +tartufe/1 1 +tartuferie/1 2 +tartuffe/1 1 +tartufferie/1 2 +tarzan/1 1 +tas 7 +taser/1 1 +tassage/1 1 +tasse/1 2 +tasseau/19 1 +tassée/3 3 +tassement/1 1 +tasser/4 42 +tassette/1 2 +tassili/1 1 +taste-vin 7 +tastevin/1 1 +tata/1 10 +tatami/1 1 +tatane/1 2 +tataouinage/1 1 +tatare/3 6 +tâter/4 115 +tâteur/1 1 +tâte-vin 7 +tâte-vin/1 1 +tatillonnage/1 1 +tatillonne/3 6 +tatillonner/10 14 +tatin/1 2 +tâtonnante/3 3 +tâtonnement/1 1 +tâtonner/10 14 +tâtons 87 +tatou/1 1 +tatouage/1 1 +tatouée/3 3 +tatouer/4 5 +tatoueuse/3 9 +tau 7 +tau/1 1 +taud/1 1 +taudis 7 +taularde/3 9 +taule/1 2 +taulière/3 9 +tauon/1 1 +taupe 45 +taupe/1 2 +taupée/3 3 +taupe-grillon 18 +tauper/4 5 +taupes-grillons 20 +taupière/3 9 +taupin/1 1 +taupinière/1 2 +taure/1 2 +taureau/19 1 +taurillon/1 1 +taurine/3 6 +taurobole/1 1 +tauromachie/1 2 +tauromachique/1 4 +tautochrone/1 4 +tautologie/1 2 +tautologique/1 4 +tautologue/1 10 +tautomère/1 4 +tautomère/1 1 +tautomérie/1 2 +taux 7 +tauzin/1 1 +tavaillon/1 1 +tavaïole/1 2 +tavaïolle/1 2 +tavelée/3 3 +taveler/40 11 +tavelure/1 2 +taverne/1 2 +tavernière/3 9 +tavillon/1 1 +taxable/1 4 +taxage/1 1 +taxation/1 2 +taxative/3 3 +taxatrice/3 6 +taxe/1 2 +taxée/3 3 +taxer/4 5 +taxi/1 1 +taxidermie/1 2 +taxidermiste/1 10 +taxie/1 2 +taximètre/1 1 +taxinomie/1 2 +taxinomique/1 4 +taxinomiste/1 10 +taxiphone/1 1 +taxiway/1 1 +taxodium/1 1 +taxon/1 1 +taxonomie/1 2 +taxonomique/1 4 +taxonomiste/1 10 +taxum/51 1 +taxum/1 1 +taylorisation/1 2 +tayloriser/4 5 +taylorisme/1 1 +tchadienne/3 6 +tchadiser/4 5 +tchador/1 1 +tchao 70 +tchapalo/1 1 +tcharchaf/1 1 +tchatche/1 2 +tchatcher/10 14 +tchatcheuse/3 9 +tchécoslovaque/1 10 +tchèque/1 13 +tchérémisse/1 13 +tchernoziom/1 1 +tchervonets 18 +tchervonets 7 +tchervontsy 20 +tchétchène/1 13 +tchintchin 70 +tchin-tchin 70 +tchitola/1 1 +te 281 +té/1 1 +teaser/1 1 +teaseur/1 1 +tébibit/1 1 +tébioctet/1 1 +tec/38 57 +technétium/1 1 +technétronique/1 4 +technicienne/3 6 +technicisation/1 2 +techniciser/4 5 +technicisme/1 1 +techniciste/1 4 +technicité/1 2 +technicocommerciale/8 6 +technico-commerciale/8 6 +technicolor/1 1 +technique/1 4 +technique/1 2 +techniquement 8 +techniser/4 5 +techniverrière/3 9 +techno/1 4 +techno/1 2 +technobureaucratique/1 4 +techno-bureaucratique/1 4 +technocrate/1 10 +technocratie/1 2 +technocratique/1 4 +technocratiquement 8 +technocratisation/1 2 +technocratiser/4 11 +technocratisme/1 1 +technoéconomique/1 4 +techno-économique/1 4 +technologie/1 2 +technologique/1 4 +technologiquement 8 +technologiste/1 10 +technologue/1 10 +technophile/1 13 +technopole/1 2 +technopôle/1 1 +technostructure/1 2 +teck/1 1 +teckel/1 1 +tecker/10 14 +tecktonik/1 2 +tectiforme/1 4 +tectonique/1 4 +tectonique/1 2 +tectoniquement 8 +tectrice/1 4 +tectrice/1 2 +tee/1 1 +teen-ager/1 10 +teenageuse/3 9 +teeshirt/1 1 +tee-shirt/1 1 +téflon/1 1 +tégénaire/1 2 +tégument/1 1 +tégumentaire/1 4 +teigne/1 2 +teigneuse/8 6 +teillage/1 1 +teille/1 2 +teiller/4 5 +teilleuse/3 9 +teindre/67 79 +teinte/3 6 +teintée/3 3 +teinter/4 11 +teinture/1 2 +teinturerie/1 2 +teinturière/3 9 +tek/1 1 +tél 7 +télamon/1 1 +télé/1 2 +téléachat/1 1 +télé-achat/1 1 +téléactrice/3 9 +télé-actrice/3 9 +téléaffichage/1 1 +téléassistance/1 2 +télé-assistance/1 2 +téléassistante/3 9 +téléavertisseur/1 1 +télé-avertisseur/1 1 +télébenne/1 2 +téléboutique/1 2 +télécabine/1 2 +télécarte/1 2 +télécentre/1 1 +téléchargeable/1 4 +téléchargée/3 3 +téléchargement/1 1 +télécharger/4 5 +téléchélique/1 4 +téléchirurgie/1 2 +télécinéma/1 1 +télécommandable/1 4 +télécommande/1 2 +télécommandée/3 3 +télécommander/4 5 +télécommunication/1 2 +télécoms 46 +téléconduite/3 3 +téléconduite/1 2 +téléconférence/1 2 +téléconseil/1 1 +téléconseillère/3 9 +téléconsultation/1 2 +télécontrôle/1 1 +télécopie/1 2 +télécopier/4 5 +télécopieur/1 1 +télécran/1 1 +télédéclarante/3 6 +télédéclaration/1 2 +télédémarchage/1 1 +télédétection/1 2 +télédiffuser/4 5 +télédiffusion/1 2 +télédistribution/1 2 +télédynamie/1 2 +télédynamique/1 4 +téléécriture/1 2 +téléenseignement/1 1 +télé-enseignement/1 1 +téléévangélisme/1 1 +télé-évangélisme/1 1 +téléévangéliste/1 10 +télé-évangéliste/1 10 +téléfax 7 +téléférage/1 1 +téléférique/1 4 +téléférique/1 1 +téléfilm/1 1 +télé-film/1 1 +téléga/1 2 +télégénie/1 2 +télégénique/1 4 +télégestion/1 2 +télégramme/1 1 +télégraphe/1 1 +télégraphie/1 2 +télégraphier/4 17 +télégraphique/1 4 +télégraphiquement 8 +télégraphiste/1 10 +télègue/1 2 +téléguidage/1 1 +téléguidée/3 3 +téléguider/4 5 +téléimpression/1 2 +téléimprimeur/1 1 +téléinformatique/1 4 +téléinformatique/1 2 +téléjournal/19 1 +télékinésie/1 2 +télémaintenance/1 2 +télémanipulateur/1 1 +télémanipulation/1 2 +télémark/1 1 +télémarketing/1 1 +télémarkéting/1 1 +télématique/1 2 +télémécanicienne/3 9 +télémécanique/1 2 +télémédecine/1 2 +télémercatique/1 2 +télémessage/1 1 +télémessagerie/1 2 +télémesure/1 2 +télémètre/1 1 +télémétrer/33 17 +télémétreuse/3 9 +télémétrie/1 2 +télémétrique/1 4 +télencéphale/1 1 +téléobjectif/1 1 +téléologie/1 2 +téléologique/1 4 +téléonomie/1 2 +téléopération/1 2 +téléopératrice/3 9 +téléosaure/1 1 +téléostéen/1 1 +télépathe/1 13 +télépathie/1 2 +télépathique/1 4 +télépathiquement 8 +télépéage/1 1 +téléphérage/1 1 +téléphérique/1 4 +téléphérique/1 1 +téléphonage/1 1 +téléphone/1 1 +téléphonée/3 3 +téléphoner/4 117 +téléphonie/1 2 +téléphonique/1 4 +téléphoniquement 8 +téléphoniste/1 10 +téléphotographie/1 2 +télépointage/1 1 +téléportation/1 2 +téléporter/4 11 +téléprompteur/1 1 +téléprospection/1 2 +téléprospectrice/3 9 +téléradio/1 2 +téléradiographie/1 2 +téléradiologie/1 2 +téléréalité/1 2 +télé-réalité/1 2 +téléreportage/1 1 +télérobotique/1 4 +téléroman/1 1 +télérupteur/1 1 +téléscaphe/1 1 +télescopage/1 1 +télescope/1 1 +télescoper/4 11 +télescopique/1 4 +téléscripteur/1 1 +télésecours 7 +télésecrétariat/1 1 +téléservice/1 1 +télésiège/1 1 +télésignalisation/1 2 +téléski/1 1 +télésouffleur/1 1 +téléspectatrice/3 9 +télesthésie/1 2 +télésurveillance/1 2 +télétexte/1 1 +téléthèque/1 2 +télétoxie/1 2 +télétoxique/1 4 +télétraitement/1 1 +télétransmettre/73 82 +télétransmission/1 2 +télétravail/19 1 +télétravailleuse/3 9 +télétype/1 1 +téléuniversité/1 2 +télé-université/1 2 +télévangélisme/1 1 +télévangéliste/1 10 +télévendeuse/3 9 +télévente/1 2 +télévérité/1 2 +télé-vérité/1 2 +téléversement/1 1 +téléverser/4 5 +télévisée/3 3 +téléviser/4 5 +téléviseur/1 1 +télévision/1 2 +télévisuelle/3 3 +télex 7 +télexer/4 5 +télexiste/1 10 +télicité/1 2 +tell/1 1 +telle/3 78 +tellement 8 +tellière/1 4 +tellière/1 1 +telline/1 2 +tellurate/1 1 +tellure/1 1 +tellureuse/8 3 +tellurhydrique/1 4 +tellurienne/3 3 +tellurique/1 4 +tellurisme/1 1 +telluromètre/1 1 +tellurure/1 1 +télocentrique/1 4 +téloche/1 2 +télolécithe/1 4 +télomérase/1 2 +télomère/1 1 +télomérisation/1 2 +télophase/1 2 +telson/1 1 +téméraire/1 13 +témérairement 8 +témérité/1 2 +témoignage/1 1 +témoigner/4 116 +témoin/1 1 +tempe/1 2 +tempera 45 +tempéra 45 +tempera 87 +tempéra 87 +tempérament/1 1 +tempéramentale/8 3 +tempérance/1 2 +tempérante/3 3 +température/1 2 +tempérée/3 3 +tempérer/33 11 +tempête/1 2 +tempêter/10 14 +tempétueuse/8 3 +tempétueusement 8 +temple/1 1 +templier/1 1 +tempo/51 1 +tempo/1 1 +temporaire/1 4 +temporairement 8 +temporale/8 3 +temporaliser/4 5 +temporalité/1 2 +temporelle/3 3 +temporellement 8 +temporisation/1 2 +temporisatrice/3 6 +temporiser/4 17 +temps 7 +temps-réel 18 +tenable/1 4 +tenace/1 4 +tenacement 8 +ténacité/1 2 +tenaille/1 2 +tenaillement/1 1 +tenailler/4 5 +tenancière/3 9 +tenante/3 6 +tendance/1 2 +tendancielle/3 3 +tendanciellement 8 +tendancieuse/8 3 +tendancieusement 8 +tendelle/1 2 +tender/1 1 +tenderie/1 2 +tendeuse/3 9 +tendineuse/8 3 +tendinite/1 2 +tendoir/1 1 +tendon/1 1 +tendre/1 4 +tendre/52 146 +tendrement 8 +tendresse/1 2 +tendreté/1 2 +tendron/1 1 +tendue/3 3 +ténèbres 46 +ténébreuse/8 6 +ténébreusement 8 +ténébrion/1 1 +tènement/1 1 +ténesme/1 1 +teneur/1 2 +teneurmètre/1 1 +teneuse/3 9 +ténia/1 1 +ténifuge/1 1 +tenir/68 131 +tennis 88 +tennis-elbow/1 1 +tennisman/41 1 +tennisman/1 1 +tennistique/1 4 +tenniswoman/41 2 +tenniswoman/1 2 +tenon/1 1 +tenonner/4 5 +tenonneuse/1 2 +ténor/1 1 +ténorino/1 1 +ténorisante/3 3 +ténoriser/10 14 +ténorite/1 2 +ténotomie/1 2 +tenrec/1 1 +tenségrité/1 2 +tenseur/1 94 +tensioactive/3 3 +tensio-active/3 3 +tensioactivité/1 2 +tensio-activité/1 2 +tensiomètre/1 1 +tension/1 2 +tenson/1 2 +tensorielle/3 3 +tentaculaire/1 4 +tentacule/1 1 +tentante/3 3 +tentation/1 2 +tentative/1 2 +tentatrice/3 6 +tente/1 2 +tente-abri 47 +tenter/4 17 +tente-roulotte 47 +tentes-abris 46 +tentes-roulottes 46 +tenthrède/1 2 +tenture/1 2 +ténue/3 3 +tenue/1 2 +ténuité/1 2 +tenure/1 2 +tenuto 8 +ténuto 8 +teocali/1 1 +téocali/1 1 +teocalli/1 1 +téocalli/1 1 +téorbe/1 1 +tep/38 57 +téphrochronologie/1 2 +téphrosie/1 2 +tepidarium 7 +tepidarium/1 1 +tépidarium/1 1 +tépographie/1 2 +tequila/1 2 +téquila/1 2 +ter 8 +térabit/1 1 +téraoctet/1 1 +tératogène/1 4 +tératogenèse/1 2 +tératogénie/1 2 +tératologie/1 2 +tératologique/1 4 +tératologiste/1 10 +tératologue/1 10 +terbine/1 2 +terbium/1 1 +tercer/4 5 +tercet/1 1 +térébelle/1 2 +terebellum/1 1 +térébellum/1 1 +térébenthine/1 2 +térébinthacée/1 2 +térébinthe/1 1 +térébique/1 4 +térébrante/3 3 +térébration/1 2 +térébratule/1 2 +tergal/1 1 +tergiversation/1 2 +tergiverser/10 14 +termaillage/1 1 +terme/1 1 +terminaison/1 2 +terminale/8 6 +terminateur/1 1 +terminée/3 3 +terminer/4 11 +terminologie/1 2 +terminologique/1 4 +terminologue/1 10 +terminus 7 +termite/1 1 +termitière/1 2 +ternaire/1 4 +ternaire/1 1 +terne/1 4 +ternie/3 3 +ternir/29 100 +ternissement/1 1 +ternissure/1 2 +terpène/1 1 +terpénique/1 4 +terpénoïde/1 1 +terpine/1 2 +terpinéol/1 1 +terpinol/1 1 +terraformation/1 2 +terraformée/3 3 +terraformer/4 5 +terrafungine/1 2 +terrage/1 1 +terrain/1 1 +terramare/1 2 +terraplane/1 1 +terraquée/3 3 +terrarium/1 1 +terrasse/1 2 +terrassée/3 3 +terrassement/1 1 +terrasser/4 17 +terrassier/1 1 +terre/1 2 +terreau/19 1 +terreautage/1 1 +terreauter/4 5 +terre-neuvas 7 +terre-neuve 7 +terre-neuvienne/3 6 +terre-neuvier/1 1 +terreplein/1 1 +terre-plein/1 1 +terrer/4 42 +terrestre/1 4 +terrestréité/1 2 +terreur/1 2 +terreuse/8 6 +terrible/1 4 +terriblement 8 +terricole/1 4 +terrienne/3 6 +terrière/3 9 +terrifiante/3 3 +terrifiée/3 3 +terrifier/4 5 +terrifique/1 4 +terrigène/1 13 +terril/1 1 +terrine/1 2 +terrir/55 92 +territoire/1 1 +territoriale/8 3 +territorialement 8 +territorialisme/1 1 +territorialité/1 2 +terroir/1 1 +terrorisante/3 3 +terrorisée/3 3 +terroriser/4 5 +terrorisme/1 1 +terroriste/1 13 +terser/4 5 +tertiaire/1 10 +tertiairisation/1 2 +tertiarisation/1 2 +tertio 8 +tertre/1 1 +tervueren/1 1 +terzetto/1 1 +tes 151 +teseter/40 5 +tesla/61 1 +tesselation/1 2 +tesselle/1 2 +tessellée/3 3 +tessiture/1 2 +tesson/1 1 +test/1 1 +testabilité/1 2 +testable/1 4 +testacée/3 3 +testacelle/1 2 +testage/1 1 +testament/1 1 +testamentaire/1 4 +testatrice/3 9 +testée/3 3 +tester/4 17 +testeuse/3 9 +testiculaire/1 4 +testicule/1 1 +testimoniale/8 3 +testologie/1 2 +teston/1 1 +testostérone/1 2 +têt/1 1 +tétanie/1 2 +tétaniforme/1 4 +tétanique/1 4 +tétanisante/3 3 +tétanisation/1 2 +tétanisée/3 3 +tétaniser/4 11 +tétanisme/1 1 +tétanos 7 +tétanotoxine/1 2 +têtard/1 1 +tête/1 2 +tête-à-queue 7 +tête-à-tête 7 +têteau/19 1 +têtebêche 8 +tête-bêche 8 +tête-de-Maure 47 +tête-de-clou 47 +tête-de-loup 47 +tête-de-moineau 47 +tête-de-mort 47 +tête-de-nègre 45 +tête-de-nègre 47 +tétée/1 2 +téter/33 17 +téterelle/1 2 +tèterelle/1 2 +têtes-de-Maure 46 +têtes-de-clou 46 +têtes-de-loup 46 +têtes-de-moineau 46 +têtes-de-mort 46 +têtes-de-nègre 46 +têtière/1 2 +tétin/1 1 +tétine/1 2 +téton/1 1 +tétonnière/1 4 +tétonnière/1 2 +tétra/1 1 +tétrachlorure/1 1 +tétracorde/1 1 +tétracycline/1 2 +tétradactyle/1 4 +tétrade/1 2 +tétradrachme/1 1 +tétradyname/1 4 +tétraèdre/1 1 +tétraédrique/1 4 +tétragonale/8 3 +tétragone/1 1 +tétragramme/1 1 +tétrahydronaphtalène/1 1 +tétrahydronaphtaline/1 2 +tétrakihexaèdre/1 1 +tétraline/1 2 +tétralogie/1 2 +tétralogique/1 4 +tétramère/1 4 +tétraméthylsilane/1 1 +tétramètre/1 1 +tétramorphe/1 4 +tétramorphe/1 1 +tétranyque/1 1 +tétraphonie/1 2 +tétraplégie/1 2 +tétraplégique/1 4 +tétraploïde/1 4 +tétraploïdie/1 2 +tétrapode/1 4 +tétrapode/1 1 +tétrapolaire/1 4 +tétraptère/1 4 +tétraptère/1 1 +tétrarchat/1 1 +tétrarchie/1 2 +tétrarchique/1 4 +tétrarque/1 1 +tétras 7 +tétrasodique/1 4 +tétrastyle/1 4 +tétrasyllabe/1 4 +tétrasyllabique/1 4 +tétraterpène/1 1 +tétratomicité/1 2 +tétratomique/1 4 +tétravalence/1 2 +tétravalente/3 3 +tétrode/1 2 +tétrodon/1 1 +tétrodotoxine/1 2 +tétrose/1 1 +tette/1 2 +têtue/3 6 +têtuer/4 5 +teuf/1 2 +teufeuse/3 9 +teufs-teufs 113 +teuf-teuf 88 +teufteuf/1 10 +teutonique/1 4 +teutonne/3 6 +tex 7 +tex/38 7 +texane/3 6 +tex-mex 45 +texte/1 1 +textile/1 4 +textile/1 1 +texto 8 +texto/1 1 +textualiser/4 5 +textuelle/3 3 +textuellement 8 +texturation/1 2 +texture/1 2 +texturée/3 3 +texturer/4 5 +texturisation/1 2 +texturiser/4 5 +tézigue/1 78 +th/38 57 +thaï 105 +thaïe/3 6 +thaïlandaise/3 6 +thalamique/1 4 +thalamus 7 +thalassémie/1 2 +thalassocratie/1 2 +thalassothérapeute/1 10 +thalassothérapie/1 2 +thalassotoque/1 4 +thaler/1 1 +thalidomide/1 2 +thalle/1 1 +thallium/1 1 +thalweg/1 1 +thanatologie/1 2 +thanatopractrice/3 9 +thanatopraxie/1 2 +thanatos 7 +thaumaturge/1 10 +thaumaturgie/1 2 +thaumaturgique/1 4 +thé/1 1 +théatin/1 1 +théâtrale/8 3 +théâtralement 8 +théâtralisation/1 2 +théâtraliser/4 17 +théatralisme/1 1 +théâtralisme/1 1 +théâtralité/1 2 +théâtre/1 1 +théâtreuse/8 9 +théâtrothérapie/1 2 +thébaïde/1 2 +thébaine/3 6 +thébaïne/1 2 +thébaïque/1 4 +thébaïsme/1 1 +théière/3 6 +théine/1 2 +théisme/1 1 +théiste/1 10 +thématique/1 4 +thématique/1 2 +thématiquement 8 +thématisation/1 2 +thématiser/4 5 +thématisme/1 1 +thème/1 1 +thénar/1 1 +théobromine/1 2 +théocentrique/1 4 +théocentrisme/1 1 +théocrate/1 10 +théocratie/1 2 +théocratique/1 4 +théocratiquement 8 +théodicée/1 2 +théodolite/1 1 +théodosienne/3 3 +théogonie/1 2 +théogonique/1 4 +théologale/8 3 +théologie/1 2 +théologienne/3 9 +théologique/1 4 +théologiquement 8 +théophanie/1 2 +théophilanthrope/1 10 +théophilanthropie/1 2 +théophylline/1 2 +théorbe/1 1 +théorématique/1 4 +théorème/1 1 +théorétique/1 4 +théoricienne/3 9 +théorie/1 2 +théorique/1 4 +théoriquement 8 +théorisation/1 2 +théoriser/4 17 +théosophe/1 10 +théosophie/1 2 +théosophique/1 4 +thèque/1 2 +thérapeute/1 10 +thérapeutique/1 4 +thérapeutique/1 2 +thérapie/1 2 +thérapside/1 1 +thérianthrope/1 13 +thérianthropie/1 2 +thériaque/1 2 +théridion/1 1 +thérien/1 1 +thermale/8 3 +thermalisation/1 2 +thermaliser/4 5 +thermalisme/1 1 +thermaliste/1 13 +thermalité/1 2 +thermes 20 +thermicienne/3 9 +thermicité/1 2 +thermidor/1 1 +thermidorienne/3 6 +thermie/1 2 +thermique/1 4 +thermiquement 8 +thermisation/1 2 +thermisée/3 3 +thermistance/1 2 +thermisteur/1 1 +thermistor/1 1 +thermite/1 2 +thermocautère/1 1 +thermochimie/1 2 +thermochimique/1 4 +thermocinétique/1 2 +thermocline/1 2 +thermocollante/3 3 +thermocollée/3 3 +thermocolorimètre/1 1 +thermocouple/1 1 +thermodurcissable/1 4 +thermodynamicienne/3 9 +thermodynamique/1 4 +thermodynamique/1 2 +thermodynamiquement 8 +thermoélectricité/1 2 +thermo-électricité/1 2 +thermoélectrique/1 4 +thermo-électrique/1 4 +thermoélectronique/1 4 +thermoformage/1 1 +thermogène/1 4 +thermogenèse/1 2 +thermogénie/1 2 +thermogénique/1 4 +thermographe/1 1 +thermographie/1 2 +thermogravimétrie/1 2 +thermogravimétrique/1 4 +thermohaline/3 3 +thermohydraulique/1 4 +thermohydraulique/1 2 +thermoïonique/1 4 +thermolabile/1 4 +thermoludique/1 4 +thermoludisme/1 1 +thermoluminescence/1 2 +thermolyse/1 2 +thermomagnétique/1 4 +thermomagnétisme/1 1 +thermomécanique/1 4 +thermomètre/1 1 +thermométrie/1 2 +thermométrique/1 4 +thermonucléaire/1 4 +thermophile/1 4 +thermopile/1 2 +thermoplastique/1 4 +thermoplongeur/1 1 +thermopompe/1 2 +thermopropulsée/3 3 +thermopropulsion/1 2 +thermopropulsive/3 3 +thermorécepteur/1 1 +thermorégulation/1 2 +thermorégulatrice/3 6 +thermorésistante/3 3 +thermorétractable/1 4 +thermos 88 +thermoscope/1 1 +thermosensible/1 4 +thermosiphon/1 1 +thermosphère/1 2 +thermosphérique/1 4 +thermostable/1 4 +thermostat/1 1 +thermostatique/1 4 +thermothérapie/1 2 +thermotropisme/1 1 +théropode/1 1 +théropsidé/1 1 +thésarde/3 9 +thésaurisation/1 2 +thésaurisée/3 3 +thésauriser/4 17 +thésauriseuse/3 9 +thesaurus 7 +thésaurus 7 +thèse/1 2 +thesmophories 46 +thesmothète/1 1 +thessalonicienne/3 6 +thêta 7 +thêta/1 1 +thétique/1 4 +théurge/1 10 +théurgie/1 2 +théurgique/1 4 +théurgiste/1 10 +thiamine/1 2 +thiase/1 1 +thibaude/1 2 +thioalcool/1 1 +thiosulfate/1 1 +thiosulfurique/1 4 +thio-urée/1 2 +thixotropie/1 2 +thlaspi/1 1 +tholoi 46 +tholos 57 +thomise/1 1 +thomisme/1 1 +thomiste/1 13 +thon/1 1 +thonaire/1 10 +thonier/1 1 +thora/1 2 +thoracentèse/1 2 +thoracique/1 4 +thoracocentèse/1 2 +thoracoplastie/1 2 +thorax 7 +thorine/1 2 +thorite/1 2 +thorium/1 1 +thorn/1 1 +thoron/1 1 +thrace/1 13 +thrène/1 1 +thréonine/1 2 +thridace/1 2 +thriller/1 1 +thrilleur/1 1 +thrips 7 +thrombine/1 2 +thrombocyte/1 1 +thrombocytopénie/1 2 +thrombocytopénique/1 4 +thrombocytose/1 2 +thrombolyse/1 2 +thrombopénie/1 2 +thrombopénique/1 4 +thrombophlébite/1 2 +thromboplastine/1 2 +thrombopoïèse/1 2 +thrombose/1 2 +thrombus 7 +thulium/1 1 +thune/1 2 +thuriféraire/1 10 +thuya/1 1 +thyade/1 2 +thylacine/1 1 +thylakoïde/1 1 +thym/1 1 +thymie/1 2 +thymine/1 2 +thymique/1 4 +thymoanaleptique/1 4 +thymoanaleptique/1 1 +thymol/1 1 +thymus 7 +thyratron/1 1 +thyréotoxique/1 4 +thyréotrope/1 4 +thyristor/1 1 +thyroglobuline/1 2 +thyroïde/1 2 +thyroïdectomie/1 2 +thyroïdienne/3 3 +thyroïdisme/1 1 +thyroïdite/1 2 +thyrotoxique/1 4 +thyrotrophine/1 2 +thyroxine/1 2 +thyrse/1 1 +thysanoptère/1 1 +thysanoure/1 1 +tian/1 1 +tiare/1 2 +tiaré/1 1 +tibétaine/3 6 +tibia/1 1 +tibiale/8 3 +tic/1 1 +tichodrome/1 1 +ticket/1 1 +tic-tac 7 +tictac/1 1 +tictaquer/10 14 +tie-break/1 1 +tiédasse/1 4 +tiède/1 13 +tièdement 8 +tiédeur/1 2 +tiédir/29 101 +tiédissement/1 1 +tienne/3 6 +tierce/1 109 +tiercée/3 6 +tiercefeuille/1 2 +tiercéiste/1 13 +tiercelet/1 1 +tiercer/4 17 +tierceron/1 1 +tiers 142 +tiers-monde/1 1 +tiers-mondisation/1 2 +tiers-mondisme/1 1 +tiers-mondiste/1 13 +tiers-point/1 1 +tif/1 1 +tiffe/1 1 +tifosi 88 +tifosi/1 10 +tige/1 2 +tigelle/1 2 +tigette/1 2 +tiglon/1 1 +tignasse/1 2 +tigrée/3 3 +tigrer/4 5 +tigresse/3 9 +tigridie/1 2 +tigron/1 1 +tiki/1 1 +tilbury/1 1 +tilde/1 1 +tiliacée/1 2 +tillac/1 1 +tillage/1 1 +tillandsie/1 2 +tille/1 2 +tiller/4 5 +tilleul/1 1 +tilt/1 1 +tiltée/3 3 +tilter/4 17 +timbale/1 2 +timbalier/1 1 +timbrage/1 1 +timbre/1 1 +timbre-amende 18 +timbrée/3 6 +timbre-poste 18 +timbre-quittance 18 +timbrer/4 5 +timbres-amendes 20 +timbres-poste 20 +timbres-quittances 20 +timide/1 13 +timidement 8 +timidité/1 2 +timing/1 1 +timocratie/1 2 +timon/1 1 +timonerie/1 2 +timonière/3 9 +timoraise/3 6 +timorée/3 3 +tin/1 1 +tinamou/1 1 +tincal/1 1 +tinctoriale/8 3 +tinette/1 2 +tintamarre/1 1 +tintamarresque/1 4 +tintement/1 1 +tinter/4 110 +tintin 70 +tintinnabulante/3 3 +tintinnabulement/1 1 +tintinnabuler/10 14 +tintouin/1 1 +tipi/1 1 +tipule/1 2 +tique/1 2 +tiquer/10 14 +tiquetée/3 3 +tiqueture/1 2 +tiqueuse/3 6 +tir/1 1 +tirade/1 2 +tirage/1 1 +tiraillante/3 3 +tiraillée/3 3 +tiraillement/1 1 +tirailler/4 17 +tiraillerie/1 2 +tirailleur/1 1 +tiramisu/1 1 +tirant/1 1 +tire/1 2 +tire-au-cul 88 +tire-au-flanc 88 +tire-balle 18 +tire-balle/1 1 +tire-balles 7 +tire-bonde 18 +tire-bonde/1 1 +tire-bondes 7 +tire-botte 18 +tire-botte/1 1 +tire-bottes 7 +tirebouchon/1 1 +tire-bouchon/1 1 +tirebouchonnée/3 3 +tire-bouchonnée/3 3 +tirebouchonner/4 42 +tire-bouchonner/4 42 +tire-bourre 7 +tire-bourre/1 1 +tire-bouton 18 +tire-bouton/1 1 +tire-boutons 7 +tire-braise 7 +tire-braise/1 1 +tire-clou 18 +tire-clou/1 1 +tire-clous 7 +tire-crin/1 1 +tire-crins 7 +tire-d'aile 87 +tirée/3 3 +tire-fesse/1 1 +tire-fesses 7 +tire-feu 7 +tire-feu/19 1 +tire-filet 18 +tire-filet/1 1 +tire-filets 7 +tire-fond 7 +tirefond/1 1 +tire-jus 7 +tire-laine 7 +tire-laine/1 1 +tire-lait 7 +tire-lait/1 1 +tirelarigot 87 +tire-larigot 87 +tire-ligne/1 1 +tire-lignes 7 +tirelire/1 2 +tire-lisse 57 +tire-lisse/1 2 +tire-l'œil 7 +tire-pied 18 +tire-pied/1 1 +tire-pieds 7 +tirer/4 117 +tire-sac 18 +tire-sac/1 1 +tire-sacs 7 +tire-sou 18 +tire-sou/1 1 +tire-sous 7 +tiret/1 1 +tiretaine/1 2 +tireté/1 2 +tire-terre 7 +tire-terre/1 1 +tirette/1 2 +tireuse/3 9 +tire-veille 7 +tire-veille/1 1 +tire-veine 7 +tire-veine/1 1 +tiroir/1 1 +tiroir-caisse 18 +tiroirs-caisses 20 +tisane/1 2 +tisaner/4 5 +tisanerie/1 2 +tisanière/1 2 +tiser/4 5 +tison/1 1 +tisonnée/3 3 +tisonner/4 17 +tisonnier/1 1 +tissage/1 1 +tissée/3 3 +tisser/4 5 +tisserande/3 9 +tisserin/1 1 +tisseuse/3 9 +tissu/1 1 +tissu-éponge 18 +tissulaire/1 4 +tissure/1 2 +tissus-éponges 20 +tistre/200 82 +titan/1 1 +titane/1 1 +titanesque/1 4 +titanide/1 2 +titanique/1 4 +titanisme/1 1 +titanite/1 2 +titi/1 1 +titillation/1 2 +titiller/4 17 +titisme/1 1 +titiste/1 13 +titrage/1 1 +titraille/1 2 +titre/1 1 +titrée/3 3 +titrer/4 5 +titre-restaurant 18 +titres-restaurant 20 +titres-restaurants 20 +titrisable/1 4 +titrisation/1 2 +titrisée/3 3 +titriser/4 5 +titubante/3 3 +titubation/1 2 +titubement/1 1 +tituber/10 14 +titulaire/1 13 +titularisation/1 2 +titularisée/3 6 +titulariser/4 5 +titulature/1 2 +tmèse/1 2 +toarcien/1 1 +toarcienne/3 3 +toast/1 1 +toaster/1 1 +toaster/4 17 +toasteur/1 1 +toboggan/1 1 +toc/1 1 +tocade/1 2 +tocante/1 2 +tocarde/3 6 +toccata/51 2 +toccata/1 2 +tocsin/1 1 +tof 45 +toffee/1 1 +tofu/1 1 +toge/1 2 +togolaise/3 6 +togoliser/4 5 +tohu-bohu 7 +tohubohu/1 1 +toi 78 +toilage/1 1 +toile/1 2 +toiler/4 5 +toilerie/1 2 +toilettage/1 1 +toilette/1 2 +toiletter/4 11 +toiletteuse/3 9 +toilière/3 6 +toi-même 78 +toise/1 2 +toiser/4 11 +toison/1 2 +toit/1 1 +toiture/1 2 +tokai/1 1 +tokamak/1 1 +tokay/1 1 +tokharienne/3 6 +tokyoïte/1 13 +tôle/1 2 +tôlée/1 2 +tolérable/1 4 +tolérablement 8 +tolérance/1 2 +tolérante/3 3 +tolérantisme/1 1 +tolérée/3 3 +tolérer/33 11 +tôlerie/1 2 +tolet/1 1 +toletière/1 2 +tôlière/3 9 +tolite/1 2 +tollé/1 1 +toltèque/1 13 +tolu/1 1 +toluène/1 1 +toluidine/1 2 +toluol/1 1 +tomahawk/1 1 +tomaison/1 2 +tomate/1 2 +tombac/1 1 +tombale/8 3 +tombante/3 3 +tombe/1 2 +tombeau/19 1 +tombée/3 6 +tombelle/1 2 +tomber/4 17 +tombereau/19 1 +tombeuse/3 9 +tombola/1 2 +tombolo/1 1 +tome/1 2 +tome/1 1 +tomenteuse/8 3 +tomer/4 5 +tomette/1 2 +tomme/1 2 +tommette/1 2 +tommy/41 1 +tommy/1 1 +tomodensitomètre/1 1 +tomodensitométrie/1 2 +tomodensitométrique/1 4 +tomographe/1 1 +tomographie/1 2 +tomographique/1 4 +tom-pouce 7 +ton 150 +ton/1 1 +tonale/3 3 +tonalité/1 2 +tondage/1 1 +tondaison/1 2 +tondeuse/3 9 +tondre/52 82 +tondue/3 6 +tonème/1 1 +toner/1 1 +tong/1 2 +tonicardiaque/1 4 +tonicardiaque/1 1 +tonicité/1 2 +tonie/1 2 +tonifiante/3 3 +tonification/1 2 +tonifier/4 5 +tonique/1 13 +tonitruance/1 2 +tonitruante/3 3 +tonitruer/10 14 +tonka/1 2 +tonlieu/19 1 +tonnage/1 1 +tonnante/3 3 +tonne/1 2 +tonneau/19 1 +tonnelage/1 1 +tonnelet/1 1 +tonnelier/1 1 +tonnelle/1 2 +tonnellerie/1 2 +tonner/10 14 +tonnerre/1 1 +tonofibrille/1 2 +tonologie/1 2 +tonomètre/1 1 +tonométrie/1 2 +tonsure/1 2 +tonsuré/1 1 +tonsurée/3 3 +tonsurer/4 5 +tonte/1 2 +tontine/1 2 +tontiner/4 5 +tontinière/3 6 +tontisse/1 2 +tonton/1 1 +tonture/1 2 +tonus 7 +top/1 4 +top/1 1 +topaze/1 10 +tope 70 +toper/10 14 +topette/1 2 +tophet/1 1 +tophus 7 +topiaire/1 4 +topiaire/1 2 +topicaliser/4 5 +topinambour/1 1 +topique/1 13 +topless 45 +topless 7 +top-modèle/1 10 +topo/1 1 +topographe/1 1 +topographie/1 2 +topographique/1 4 +topographiquement 8 +topologie/1 2 +topologique/1 4 +topologiquement 8 +topomère/1 1 +topomérisation/1 2 +topométrie/1 2 +toponyme/1 1 +toponymie/1 2 +toponymique/1 4 +toponymiste/1 10 +toquade/1 2 +toquante/1 2 +toquarde/3 6 +toque/1 2 +toquée/3 3 +toquer/4 102 +toquet/1 1 +torah/1 2 +torche/1 2 +torche-cul/1 1 +torchée/3 3 +torcher/4 11 +torchère/1 2 +torchis 7 +torchon/1 1 +torchonner/4 5 +torcol/1 1 +tordage/1 1 +tordante/3 3 +tord-boyau/19 1 +tord-boyaux 7 +tordeuse/3 9 +tordoir/1 1 +tordre/52 79 +tordue/3 3 +tore/1 1 +toréador/1 1 +toréer/10 14 +torero/1 1 +toréro/1 1 +toreutique/1 4 +torgnole/1 2 +torii 7 +torii/1 1 +toril/1 1 +torique/1 4 +tormentille/1 2 +tornade/1 2 +toroïdale/8 3 +toron/1 1 +toronnage/1 1 +toronner/4 5 +toronneuse/1 2 +torpédo/1 10 +torpeur/1 2 +torpide/1 4 +torpillage/1 1 +torpille/1 2 +torpillée/3 3 +torpiller/4 5 +torpillerie/1 2 +torpilleur/1 1 +torque/1 10 +torr/1 1 +torréfacteur/1 1 +torréfaction/1 2 +torréfier/4 5 +torrent/1 1 +torrentielle/3 3 +torrentiellement 8 +torrentueuse/8 3 +torrentueusement 8 +torride/1 4 +tors 7 +torsade/1 2 +torsadée/3 3 +torsader/4 5 +torse/3 3 +torse/1 1 +torseur/1 1 +torsion/1 2 +tort/1 1 +tortellini/1 1 +torticolis 7 +tortil/1 1 +tortilla/1 2 +tortillage/1 1 +tortillard/1 94 +tortille/1 2 +tortillement/1 1 +tortiller/4 42 +tortillon/1 1 +tortionnaire/1 10 +tortis 7 +tortore/1 2 +tortorer/4 5 +tortue/3 3 +tortue/1 2 +tortueuse/8 3 +tortueusement 8 +torturante/3 3 +torture/1 2 +torturée/3 6 +torturer/4 5 +torve/1 4 +tory/41 1 +tory/1 1 +torysme/1 1 +toscane/3 6 +tosser/10 14 +tôt 8 +totale/8 6 +totalement 8 +totalisation/1 2 +totalisatrice/3 3 +totalisée/3 3 +totaliser/4 5 +totaliseur/1 1 +totalitaire/1 4 +totalitarisme/1 1 +totalitariste/1 13 +totalité/1 2 +totem/1 1 +totémique/1 4 +totémisme/1 1 +tôt-fait/1 1 +totipotence/1 2 +totipotente/3 3 +toto/1 1 +toton/1 1 +touage/1 1 +touaille/1 2 +touareg/1 13 +touarègue/1 109 +toubabiser/4 5 +toubib/1 10 +toucan/1 1 +touchable/1 4 +touchante/3 3 +touchau/19 1 +touche/1 2 +touche-à-tout 88 +touchée/3 3 +toucher/1 1 +toucher/4 115 +touchette/1 2 +toucheur/1 1 +touer/4 11 +toueur/1 1 +touffe/1 2 +touffeur/1 2 +touffue/3 3 +touillage/1 1 +touille/1 2 +touiller/4 5 +touillette/1 2 +toujours 8 +toulonnaise/3 6 +touloupe/1 2 +toulousaine/3 6 +toundra/1 2 +toungouse/1 13 +toupet/1 1 +toupie/1 2 +toupiller/4 17 +toupilleuse/3 9 +toupillon/1 1 +toupiner/10 14 +touque/1 2 +tour/1 10 +touraillage/1 1 +touraille/1 2 +tourangeau/19 94 +tourangelle/1 109 +touranienne/3 3 +tourbe/1 2 +tourber/10 14 +tourbeuse/8 3 +tourbière/3 6 +tourbillon/1 1 +tourbillonnaire/1 4 +tourbillonnante/3 3 +tourbillonnement/1 1 +tourbillonner/10 14 +tourd/1 1 +tourdille/1 2 +tourelle/1 2 +touret/1 1 +tourie/1 2 +tourière/3 6 +tourillon/1 1 +tourillonner/10 14 +tourillonneuse/1 2 +tourisme/1 1 +tourista/1 2 +touriste/1 10 +touristique/1 4 +tourmaline/1 2 +tourment/1 1 +tourmente/1 2 +tourmentée/3 3 +tourmenter/4 11 +tourmenteuse/3 6 +tourmentin/1 1 +tournage/1 1 +tournailler/10 14 +tournante/3 6 +tournasser/4 5 +tournebouler/4 5 +tournebride/1 1 +tournebroche/1 1 +tourne-disque 45 +tourne-disque/1 4 +tourne-disque/1 1 +tourne-disque/1 1 +tournedos 7 +tournée/3 3 +tournée/1 2 +tourne-feuille 7 +tourne-feuille/1 1 +tournemain/1 1 +tourne-oreille 7 +tourne-oreille/1 1 +tourne-pierre 18 +tourne-pierre/1 1 +tourne-pierres 7 +tourner/4 42 +tournerie/1 2 +tourne-soc 7 +tourne-soc/1 1 +tournesol/1 1 +tournette/1 2 +tourneuse/3 6 +tourne-vent 7 +tourne-vent/1 1 +tournevis 7 +tournicoter/10 14 +tourniller/10 14 +tourniole/1 2 +tourniquer/10 14 +tourniquet/1 1 +tournis 7 +tournisse/1 2 +tournoi/1 1 +tournoiement/1 1 +tournoyante/3 3 +tournoyer/10 14 +tournure/1 2 +touron/1 1 +tour-opératrice/3 9 +tourte/1 2 +tourteau/19 1 +tourtelée/3 3 +tourtelette/1 2 +tourtereau/19 1 +tourterelle/1 2 +tourtière/1 2 +tous 191 +touselle/1 2 +toussailler/10 14 +tousser/10 14 +tousserie/1 2 +tousseuse/3 6 +toussotement/1 1 +toussoter/10 14 +tout 8 +tout 289 +tout/1 1 +tout-à-l'égout 7 +toute 290 +toute-bonne 47 +toute-épice 47 +toutefois 78 +toute-puissance 47 +toute-puissante 138 +toutes 192 +toutes-boites 7 +toutes-boîtes 7 +toutes-bonnes 46 +toutes-épices 46 +toutes-puissantes 143 +tout-fou/1 94 +toutim 18 +toutime 18 +toutou/1 1 +tout-petit/1 1 +tout-puissant/1 94 +tout-terrain 105 +tout-va 132 +tout-venant 18 +toux 57 +toxémie/1 2 +toxicité/1 2 +toxico/1 10 +toxicodépendance/1 2 +toxicodermie/1 2 +toxicologie/1 2 +toxicologique/1 4 +toxicologue/1 10 +toxicomane/1 13 +toxicomaniaque/1 13 +toxicomanie/1 2 +toxicose/1 2 +toxine/1 2 +toxique/1 4 +toxoplasme/1 1 +toxoplasmose/1 2 +toyotisme/1 1 +tr/38 7 +trabe/1 2 +trabée/1 2 +traboule/1 2 +trabouler/10 14 +trac/1 1 +traçabilité/1 2 +traçable/1 4 +traçage/1 1 +tracaner/4 17 +traçante/3 3 +tracas 7 +tracassée/3 3 +tracasser/4 11 +tracasserie/1 2 +tracassière/3 6 +tracassin/1 1 +trace/1 2 +tracé/1 1 +tracée/3 3 +tracement/1 1 +tracéologie/1 2 +tracer/4 17 +traceret/1 1 +traceuse/3 6 +trachéale/8 3 +trachée/1 2 +trachée-artère 47 +trachéenne/3 3 +trachées-artères 46 +trachéide/1 2 +trachéite/1 2 +trachéobronchite/1 2 +trachéo-bronchite/1 2 +trachéostomie/1 2 +trachéotomie/1 2 +trachéotomisée/3 6 +trachéotomiser/4 5 +trachome/1 1 +trachyte/1 1 +trachytique/1 4 +traçoir/1 1 +tract/1 1 +tractable/1 4 +tractage/1 1 +tractation/1 2 +tractée/3 3 +tracter/4 5 +traction/1 2 +tractionnaire/1 10 +tractive/3 3 +tractopelle/1 2 +tractoriste/1 10 +tractrice/3 6 +tractus 7 +trad +trader/1 10 +tradescantia/1 1 +trade-union/1 2 +trade-unionisme/1 1 +tradeuse/3 9 +traditeur/1 1 +tradition/1 2 +traditionalisme/1 1 +traditionaliste/1 13 +traditionnaire/1 13 +traditionnelle/3 3 +traditionnellement 8 +traduction/1 2 +traductionnelle/3 3 +traductrice/3 9 +traduire/77 79 +traduisible/1 4 +traduite/3 3 +trafic/1 1 +traficotage/1 1 +traficoter/10 14 +traficoteuse/3 6 +trafiquante/3 9 +trafiquée/3 3 +trafiquer/4 116 +trafiqueuse/3 9 +tragédie/1 2 +tragédienne/3 9 +tragicomédie/1 2 +tragi-comédie/1 2 +tragicomique/1 4 +tragi-comique/1 4 +tragique/1 4 +tragiquement 8 +trahie/3 3 +trahir/29 83 +trahison/1 2 +traille/1 2 +train/1 1 +trainage/1 1 +traînage/1 1 +trainailler/10 14 +traînailler/10 14 +trainante/3 3 +traînante/3 3 +trainarde/3 9 +traînarde/3 9 +trainasser/4 17 +traînasser/4 17 +traine/1 2 +traîne/1 2 +traineau/19 1 +traîneau/19 1 +traîne-bûche 7 +traine-buche/1 1 +traîne-buisson 7 +traine-buisson/1 1 +trainée/1 2 +traînée/1 2 +traîne-malheur 88 +traine-malheur/1 10 +trainement/1 1 +traînement/1 1 +traîne-misère 88 +traine-misère/1 10 +trainer/4 42 +traîner/4 42 +trainerie/1 2 +traînerie/1 2 +traine-savate/1 10 +traîne-savates 88 +traine-semelle/1 10 +traîne-semelles 88 +traineuse/3 9 +traîneuse/3 9 +trainglot/1 1 +training/1 1 +train-train 7 +traintrain/1 1 +traire/96 82 +trait/1 1 +traitable/1 4 +traitance/1 2 +traitante/3 3 +traite/3 3 +traite/1 2 +traité/1 1 +traitée/3 3 +traitement/1 1 +traiter/4 115 +traiteur/1 1 +traitresse/3 6 +traîtresse/3 6 +traitreusement 8 +traîtreusement 8 +traitrise/1 2 +traîtrise/1 2 +trajectographie/1 2 +trajectoire/1 2 +trajet/1 1 +tralala 70 +tralala/1 1 +tram/1 1 +tramage/1 1 +tramail/1 1 +trame/1 2 +tramer/4 11 +traminot/1 1 +tramontane/1 2 +tramp/1 1 +trampoline/1 1 +tramway/1 1 +tranchage/1 1 +tranchante/3 3 +tranche/1 2 +tranchée/3 3 +tranchée/1 2 +tranchée-abri 47 +tranchées-abris 46 +tranchefiler/4 5 +tranchelard/1 1 +trancher/4 17 +tranchet/1 1 +trancheuse/3 6 +tranchoir/1 1 +tranquille/1 4 +tranquillement 8 +tranquillisante/3 3 +tranquillisation/1 2 +tranquillisée/3 3 +tranquilliser/4 11 +tranquillité/1 2 +trans 45 +transaction/1 2 +transactionnelle/3 3 +transafricaine/3 3 +transalpine/3 3 +transamazonienne/3 3 +transaminase/1 2 +transandine/3 3 +transat/1 10 +transatlantique/1 10 +transbahutement/1 1 +transbahuter/4 5 +transbordement/1 1 +transborder/4 5 +transbordeur/1 1 +transcanadienne/3 3 +transcaspienne/3 3 +transcaucasienne/3 3 +transcendance/1 2 +transcendantale/8 3 +transcendantalisme/1 1 +transcendantaliste/1 13 +transcendante/3 3 +transcendée/3 3 +transcender/4 11 +transcodage/1 1 +transcoder/4 5 +transcodeur/1 1 +transconductance/1 2 +transcontinentale/8 3 +transcriptase/1 2 +transcription/1 2 +transcriptionnelle/3 3 +transcriptrice/3 9 +transcrire/78 82 +transcrite/3 3 +transculturalité/1 2 +transculturation/1 2 +transculturelle/3 3 +transdisciplinaire/1 4 +transdisciplinarité/1 2 +transducteur/1 1 +transduction/1 2 +transe/1 2 +transept/1 1 +transfection/1 2 +transférable/1 4 +transférée/3 3 +transfèrement/1 1 +transférentielle/3 3 +transférer/33 5 +transferrine/1 2 +transfert/1 1 +transfiguration/1 2 +transfiguratrice/3 3 +transfigurée/3 3 +transfigurer/4 11 +transfiler/4 5 +transfinie/3 3 +transfixion/1 2 +transfo/1 1 +transformable/1 4 +transformante/3 3 +transformation/1 2 +transformationnelle/3 3 +transformatrice/3 3 +transformée/3 3 +transformer/4 11 +transformisme/1 1 +transformiste/1 10 +transfrontalière/3 3 +transfuge/1 10 +transfusée/3 3 +transfuser/4 5 +transfuseuse/3 9 +transfusion/1 2 +transfusionnelle/3 3 +transgène/1 1 +transgénérationnelle/3 3 +transgenèse/1 2 +transgénique/1 4 +transgénose/1 2 +transgenre/1 13 +transgresser/4 5 +transgresseur/1 1 +transgression/1 2 +transgressive/3 3 +transhumance/1 2 +transhumanisme/1 1 +transhumante/3 6 +transhumer/4 17 +transie/3 3 +transiger/10 14 +transillumination/1 2 +transir/29 101 +transistor/1 1 +transistorisation/1 2 +transistoriser/4 5 +transit/1 1 +transitaire/1 13 +transiter/4 17 +transition/1 2 +transitionnelle/3 3 +transitive/3 3 +transitivement 8 +transitivité/1 2 +transitoire/1 4 +transitoirement 8 +translatée/3 3 +translater/4 5 +translatif/1 1 +translation/1 2 +translationnelle/3 3 +translative/3 3 +translittération/1 2 +translittérer/33 5 +translocation/1 2 +translucide/1 4 +translucidité/1 2 +transmetteuse/3 6 +transmettre/73 79 +transmigration/1 2 +transmigrer/10 14 +transmise/3 3 +transmissibilité/1 2 +transmissible/1 4 +transmissiomètre/1 1 +transmission/1 2 +transmodulation/1 2 +transmuable/1 4 +transmuée/3 3 +transmuer/4 11 +transmutabilité/1 2 +transmutable/1 4 +transmutation/1 2 +transmutatoire/1 4 +transmutée/3 3 +transmuter/4 11 +transnationale/8 3 +transneptunienne/3 3 +transocéanienne/3 3 +transocéanique/1 4 +transpadane/3 6 +transparaitre/95 91 +transparaître/95 91 +transparence/1 2 +transparente/3 3 +transpercée/3 3 +transpercement/1 1 +transpercer/4 5 +transphrastique/1 4 +transpirante/3 3 +transpiration/1 2 +transpirer/4 17 +transplant/1 1 +transplantable/1 4 +transplantation/1 2 +transplantement/1 1 +transplanter/4 11 +transplantoir/1 1 +transpolaire/1 4 +transpondeur/1 1 +transport/1 1 +transportabilité/1 2 +transportable/1 4 +transportation/1 2 +transportée/3 3 +transporter/4 11 +transporteuse/3 9 +transposable/1 4 +transposée/3 3 +transposée/1 2 +transposer/4 5 +transposition/1 2 +transpositrice/3 9 +transposon/1 1 +transpyrénéenne/3 3 +transrhénane/3 3 +transsaharienne/3 3 +transsexualisme/1 1 +transsexualité/1 2 +transsexuelle/3 6 +transsibérienne/3 3 +transsonique/1 4 +transsubstantiation/1 2 +transsubstantier/4 5 +transsudat/1 1 +transsudation/1 2 +transsuder/4 17 +transuranien/1 1 +transuranienne/3 3 +transvasement/1 1 +transvaser/4 5 +transvection/1 2 +transverbération/1 2 +transverbérer/33 5 +transversale/8 3 +transversalement 8 +transversalité/1 2 +transverse/1 4 +transvestisme/1 1 +transvider/4 5 +transylvaine/3 3 +trantran/1 1 +trapèze/1 1 +trapéziste/1 10 +trapézoèdre/1 1 +trapézoïdale/8 3 +trapézoïde/1 1 +trappe/1 2 +trappeuse/3 9 +trappillon/1 1 +trappiste/1 10 +trappistine/1 2 +trapue/3 3 +traque/1 2 +traquée/3 6 +traquenard/1 1 +traquer/4 5 +traquet/1 1 +traqueuse/3 6 +trattoria/1 2 +trauma/1 1 +traumatique/1 4 +traumatisante/3 3 +traumatisée/3 6 +traumatiser/4 5 +traumatisme/1 1 +traumatologie/1 2 +traumatologique/1 4 +traumatologiste/1 10 +traumatologue/1 10 +travail/19 1 +travaillée/3 3 +travailler/4 117 +travailleuse/3 6 +travaillisme/1 1 +travailliste/1 13 +travailloter/10 14 +travée/1 2 +travelage/1 1 +traveler's 45 +traveleur's 45 +traveling/1 1 +traveller's 45 +travelling/1 1 +travelo/1 1 +traversable/1 4 +traversante/3 3 +traverse/3 9 +traversée/3 3 +traversée/1 2 +traverser/4 5 +traversière/3 3 +traversin/1 1 +travertin/1 1 +travestie/3 6 +travestir/29 83 +travestisme/1 1 +travestissement/1 1 +traviole 87 +trayeuse/3 9 +trayon/1 1 +trébuchante/3 3 +trébuchement/1 1 +trébucher/4 17 +trébuchet/1 1 +tréfilage/1 1 +tréfiler/4 5 +tréfilerie/1 2 +tréfileuse/3 9 +trèfle/1 1 +tréflée/3 3 +tréflière/1 2 +tréfondre 91 +tréfonds 7 +tréhalose/1 1 +treillage/1 1 +treillager/4 5 +treillageur/1 1 +treillagiste/1 10 +treille/1 2 +treillis 7 +treillisser/4 5 +treize 49 +treizième/1 13 +treizièmement 8 +treiziste/1 10 +trek/1 1 +trekker/1 10 +trekkeuse/3 9 +trekking/1 1 +trélingage/1 1 +tréma/1 1 +trémail/1 1 +trématage/1 1 +trémater/4 5 +trématode/1 1 +tremblaie/1 2 +tremblante/3 6 +tremble/1 1 +tremblée/3 3 +tremblement/1 1 +trembler/10 14 +trembleuse/3 6 +tremblotante/3 3 +tremblote/1 2 +tremblotement/1 1 +trembloter/10 14 +tremblotte/1 2 +trémelle/1 2 +tremens 7 +trémens 7 +trémie/1 2 +trémière/1 108 +tremolo/1 1 +trémolo/1 1 +trémoussement/1 1 +trémousser/4 55 +trempabilité/1 2 +trempage/1 1 +trempe/1 2 +trempée/3 3 +tremper/4 42 +trempette/1 2 +trempeuse/3 9 +tremplin/1 1 +trémulation/1 2 +trémuler/4 17 +trench/1 1 +trenchcoat/1 1 +trench-coat/1 1 +trentain/1 1 +trentaine/1 2 +trente 49 +trente-cinq 49 +trente-deux 49 +trente-et-quarante 49 +trente-et-un 49 +trente-huit 49 +trentenaire/1 13 +trente-neuf 49 +trente-quatre 49 +trente-sept 49 +trente-six 49 +trente-trois 49 +trentième/1 13 +trépan/1 1 +trépanation/1 2 +trépanée/3 3 +trépaner/4 5 +trépang/1 1 +trépas 7 +trépassée/3 6 +trépasser/10 14 +tréphocyte/1 1 +tréphone/1 2 +trépidante/3 3 +trépidation/1 2 +trépider/10 14 +trépied/1 1 +trépignante/3 3 +trépignement/1 1 +trépigner/4 17 +trépigneuse/1 2 +trépointe/1 2 +tréponème/1 1 +très 152 +trésaille/1 2 +trescheur/1 1 +trésor/1 1 +trésorerie/1 2 +trésorière/3 9 +tressage/1 1 +tressaillante/3 3 +tressaillement/1 1 +tressaillir/126 91 +tressaut/1 1 +tressautement/1 1 +tressauter/10 14 +tresse/1 2 +tressée/3 3 +tresser/4 5 +tresseuse/3 9 +tréteau/19 1 +treuil/1 1 +treuillage/1 1 +treuiller/4 5 +trêve/1 2 +trévirer/4 5 +trévise/1 2 +tri/1 1 +triac/1 1 +triacide/1 1 +triacontaèdre/1 1 +triade/1 2 +triadique/1 4 +triage/1 1 +triaire/1 1 +triakioctaèdre/1 1 +triakitétraèdre/1 1 +trial/1 1 +trialcool/1 1 +triamcinolone/1 2 +triandine/1 2 +triandrie/1 2 +triangle/1 1 +triangulabilité/1 2 +triangulable/1 4 +triangulaire/1 4 +triangulairement 8 +triangularisation/1 2 +triangularité/1 2 +triangulation/1 2 +trianguler/4 5 +trias 7 +triasique/1 4 +triathlète/1 10 +triathlon/1 1 +triathlonienne/3 9 +triatomique/1 4 +tribade/1 2 +tribale/8 3 +tribalisme/1 1 +triballer/4 5 +tribande/1 4 +tribande/1 1 +tribart/1 1 +tribasique/1 4 +triboélectricité/1 2 +tribo-électricité/1 2 +triboélectrique/1 4 +tribo-électrique/1 4 +tribologie/1 2 +triboluminescence/1 2 +tribomètre/1 1 +tribométrie/1 2 +tribord/1 1 +tribordais 7 +triboulet/1 1 +tribu/1 2 +tribulation/1 2 +tribun/1 1 +tribunal/19 1 +tribunat/1 1 +tribune/1 2 +tribunitienne/3 3 +tribut/1 1 +tributaire/1 4 +tributylphosphate/1 1 +tric/1 1 +tricalcique/1 4 +tricamérale/8 3 +tricarboxylique/1 4 +tricarde/3 6 +tricennale/8 3 +tricentenaire/1 4 +tricentenaire/1 1 +tricéphale/1 4 +triceps 7 +tricératops 7 +triche/1 2 +tricher/10 14 +tricherie/1 2 +tricheuse/3 6 +trichiasis 7 +trichinée/3 3 +trichineuse/8 3 +trichinose/1 2 +trichite/1 2 +trichloracétique/1 4 +trichloréthylène/1 1 +trichlorure/1 1 +trichocéphale/1 1 +trichogramme/1 1 +tricholome/1 1 +trichoma/1 1 +trichomanie/1 2 +trichome/1 1 +trichomonas 7 +trichophagie/1 2 +trichophytie/1 2 +trichophyton/1 1 +trichotillomanie/1 2 +trichroïque/1 4 +trichroïsme/1 1 +trichrome/1 4 +trichromie/1 2 +trick/1 1 +triclinique/1 4 +triclinium/51 1 +triclinium/1 1 +tricoise/1 2 +tricolore/1 13 +tricorne/1 1 +tricot/1 1 +tricotage/1 1 +tricotée/3 3 +tricoter/4 17 +tricotets 20 +tricoteuse/3 9 +tricouni/1 1 +tricourant 45 +trictrac/1 1 +tricuspide/1 4 +tricycle/1 1 +tricyclique/1 4 +tridacne/1 1 +tridactyle/1 4 +tridactyle/1 1 +trident/1 1 +tridentée/3 3 +tridentine/3 3 +tridi/1 1 +tridiagonale/1 108 +tridimensionnalité/1 2 +tridimensionnelle/3 3 +tridimensionnellement 8 +trièdre/1 4 +triennale/8 3 +trier/4 5 +triérarque/1 1 +trière/1 2 +trieuse/3 9 +trifide/1 4 +trifoliolée/3 3 +triforium/1 1 +trifouiller/4 17 +trigémellaire/1 4 +trigéminée/3 3 +trigle/1 10 +triglycéride/1 1 +triglyphe/1 4 +triglyphe/1 1 +trigonale/8 3 +trigonalisation/1 2 +trigone/1 4 +trigone/1 1 +trigonelle/1 2 +trigonocéphale/1 4 +trigonocéphale/1 1 +trigonométrie/1 2 +trigonométrique/1 4 +trigonométriquement 8 +trigramme/1 1 +trijumeau/19 1 +trikini/1 1 +trilatérale/8 3 +trilatération/1 2 +trilinéaire/1 4 +trilingue/1 13 +trilinguisme/1 1 +trilitère/1 4 +trilithe/1 1 +trille/1 1 +triller/4 17 +trilliard/1 1 +trillion/1 1 +trilobée/3 3 +trilobite/1 1 +triloculaire/1 4 +trilogie/1 2 +trimaran/1 1 +trimard/1 1 +trimarder/4 17 +trimardeur/1 1 +trimbalage/1 1 +trimbalement/1 1 +trimbaler/4 11 +trimballage/1 1 +trimballement/1 1 +trimballer/4 11 +trimer/10 14 +trimère/1 1 +trimestre/1 1 +trimestrielle/3 3 +trimestriellement 8 +trimètre/1 1 +trimmer/1 1 +trimmeur/1 1 +trimoteur/1 1 +trine/3 3 +trinervée/3 3 +tringle/1 2 +tringler/4 5 +tringlot/1 1 +trinitaire/1 4 +trinité/1 2 +trinitrobenzène/1 1 +trinitrotoluène/1 1 +trinôme/1 1 +trinquer/10 14 +trinquette/1 2 +trinqueur/1 1 +trio/1 1 +triode/1 2 +triol/1 1 +trioléine/1 2 +triolet/1 1 +triolisme/1 1 +triomphale/8 3 +triomphalement 8 +triomphalisme/1 1 +triomphaliste/1 4 +triomphante/3 3 +triomphatrice/3 9 +triomphe/1 1 +triompher/10 123 +trionyx 7 +trip/1 1 +tripaille/1 2 +tripale/1 4 +tripale/1 2 +tripang/1 1 +tripartie/3 3 +tripartisme/1 1 +tripartite/1 4 +tripartition/1 2 +tripatouillage/1 1 +tripatouiller/4 5 +tripatouilleuse/3 9 +tripe/1 2 +triperie/1 2 +tripette/1 2 +triphasée/3 3 +triphénylméthane/1 1 +triphosphate/1 4 +triphtongue/1 2 +tripière/3 9 +triplace/1 4 +triple/1 4 +triple/1 1 +triplé/1 1 +triplée/3 3 +triplement 8 +triplement/1 1 +tripler/4 17 +triplet/1 1 +triplette/1 2 +triplex 45 +triplex 7 +triplicata 7 +triplicata/1 1 +triploïde/1 10 +triploïdie/1 2 +triplure/1 2 +tripode/1 4 +tripode/1 1 +tripodie/1 2 +tripolaire/1 4 +tripoli/1 1 +triporteur/1 1 +tripot/1 1 +tripotage/1 1 +tripoter/4 17 +tripoteuse/3 9 +tripous 20 +tripoux 20 +triptyque/1 1 +trique/1 2 +triqueballe/1 1 +triquer/4 5 +triquet/1 1 +trirectangle/1 4 +trirègne/1 1 +trirème/1 2 +trisaïeule/3 9 +trisaïeux 20 +trisannuelle/3 3 +trisection/1 2 +trisectrice/3 9 +triséquer/33 5 +trisme/1 1 +trismégiste/1 4 +trismus 7 +trisoc/1 1 +trisodique/1 4 +trisomie/1 2 +trisomique/1 4 +trisser/4 42 +triste/1 13 +tristement 8 +tristesse/1 2 +tristounette/3 3 +trisyllabe/1 4 +trisyllabe/1 1 +trisyllabique/1 4 +triterpène/1 1 +trithérapie/1 2 +triticale/1 1 +tritium/1 1 +triton/1 1 +triturable/1 4 +triturateur/1 1 +trituration/1 2 +triturer/4 5 +triumvir/1 1 +triumvirale/8 3 +triumvirat/1 1 +trivalence/1 2 +trivalente/3 3 +trivalve/1 4 +triviale/8 3 +trivialement 8 +trivialisable/1 4 +trivialisation/1 2 +trivialité/1 2 +trivium/1 1 +troc/1 1 +trocart/1 1 +trochaïque/1 4 +trochanter/1 1 +trochantérienne/3 3 +troche/1 2 +trochée/1 10 +trochet/1 1 +trochile/1 1 +trochilidé/1 1 +trochin/1 1 +trochiter/1 1 +trochlée/1 2 +trochléenne/3 3 +trochure/1 2 +troène/1 1 +troglobie/1 4 +troglobie/1 2 +troglodyte/1 13 +troglodytique/1 4 +trogne/1 2 +trognon/1 4 +trognon/1 1 +troïka/1 2 +trois 49 +trois-deux 7 +trois-étoiles 45 +trois-étoiles 7 +trois-huit 7 +troisième/1 13 +troisièmement 8 +trois-mâts 7 +trois-points 93 +trois-quarts 7 +trois-quatre 7 +trois-six 7 +trole/1 2 +trôler/10 14 +troll/1 1 +trolle/1 2 +troller/10 14 +trolley/1 1 +trolleybus 7 +trombe/1 2 +trombidion/1 1 +trombidiose/1 2 +trombine/1 2 +trombinoscope/1 1 +tromblon/1 1 +trombone/1 1 +tromboniste/1 10 +trommel/1 1 +trompe/1 2 +trompée/3 3 +trompe-la-mort 88 +trompe-l'œil 18 +tromper/4 11 +tromperie/1 2 +trompéter/33 17 +trompeter/40 17 +trompette/1 10 +trompette-des-morts 47 +trompettes-des-morts 46 +trompettiste/1 10 +trompeuse/3 3 +trompeusement 8 +trompillon/1 1 +tronc/1 1 +troncation/1 2 +troncature/1 2 +tronche/1 2 +troncher/4 5 +tronchet/1 1 +tronçon/1 1 +tronconique/1 4 +tronçonnage/1 1 +tronçonnée/3 3 +tronçonnement/1 1 +tronçonner/4 5 +tronçonneuse/3 9 +tronculaire/1 4 +trône/1 1 +trôner/10 14 +tronquée/3 3 +tronquer/4 5 +trop 78 +trope/1 1 +tropézienne/3 6 +trophallaxie/1 2 +trophée/1 1 +trophique/1 4 +trophoblaste/1 1 +trophoblastique/1 4 +trophomicrobienne/3 3 +tropho-microbienne/3 3 +trophonévrose/1 2 +tropicale/8 3 +tropicalisation/1 2 +tropicaliser/4 5 +tropique/1 4 +tropique/1 1 +tropisme/1 1 +tropopause/1 2 +troposphère/1 2 +troposphérique/1 4 +trop-perçu/1 1 +trop-plein/1 1 +troquée/3 3 +troquer/4 5 +troquet/1 1 +troqueuse/3 9 +trot/1 1 +trotskisme/1 1 +trotskiste/1 13 +trotskysme/1 1 +trotskyste/1 13 +trottante/3 3 +trotte/1 2 +trotter/4 102 +trotteuse/3 9 +trottin/1 1 +trottinante/3 3 +trottinement/1 1 +trottiner/10 14 +trottinette/1 2 +trottoir/1 1 +trou/1 1 +troubade/1 2 +troubadour/1 1 +troublante/3 3 +trouble/1 4 +trouble/1 1 +troubleau/19 1 +troublée/3 3 +trouble-fête 88 +trouble-fête/1 10 +troubler/4 11 +trouée/3 3 +trouée/1 2 +trouer/4 11 +troufignon/1 1 +troufion/1 1 +trouillarde/3 6 +trouille/1 2 +trouillomètre/1 1 +trouilloter/10 14 +trou-madame 18 +troupe/1 2 +troupeau/19 1 +troupiale/1 1 +troupier/1 1 +trous-madame 20 +troussage/1 1 +trousse/1 2 +trousseau/19 1 +troussée/3 3 +trousse-galant 7 +trousse-galant/1 1 +trousse-pet 7 +trousse-pet/1 1 +trousse-pète 57 +trousse-pète/1 2 +trousse-pied 7 +trousse-pied/1 1 +trousse-queue 7 +trousse-queue/1 1 +troussequin/1 1 +troussequiner/4 5 +trousser/4 11 +trousseur/1 1 +troutrou/1 1 +trou-trou/1 1 +trouvable/1 4 +trouvaille/1 2 +trouvée/3 3 +trouver/4 11 +trouvère/1 10 +trouveuse/3 9 +troyenne/3 6 +truandage/1 1 +truande/3 9 +truander/4 17 +truanderie/1 2 +truble/1 2 +trublion/1 1 +truc/1 1 +trucage/1 1 +truchement/1 1 +trucidée/3 3 +trucider/4 5 +truck/1 1 +trucmuche/1 1 +truculence/1 2 +truculente/3 3 +trudgeon/1 1 +truelle/1 2 +truellée/1 2 +truffe/1 2 +truffée/3 3 +truffer/4 5 +trufficultrice/3 9 +trufficulture/1 2 +truffière/3 9 +truie/1 2 +truisme/1 1 +truisse/1 2 +truite/1 2 +truitée/3 3 +truiticulture/1 2 +trullo/51 1 +trullo/1 1 +trumeau/19 1 +truquage/1 1 +truquée/3 3 +truquer/4 17 +truqueuse/3 9 +truquiste/1 10 +trusquin/1 1 +trusquiner/4 5 +trust/1 1 +truster/4 5 +trusteur/1 1 +trutticulture/1 2 +trypanosome/1 1 +trypanosomiase/1 2 +trypsine/1 2 +trypsinogène/1 1 +tryptophane/1 1 +tsar/1 1 +tsarévitch/1 1 +tsarine/1 2 +tsarisme/1 1 +tsariste/1 13 +tsé-tsé 57 +tsétsé/1 2 +t-shirt/1 1 +tsigane/1 13 +tsoin-tsoin 45 +tsointsoin 70 +tsoin-tsoin 70 +tsointsoin/1 4 +tss 70 +tss-tss 70 +tsunami/1 1 +tu 277 +tuable/1 4 +tuage/1 1 +tuante/3 3 +tub/1 1 +tuba/1 1 +tubage/1 1 +tubaire/1 4 +tubarde/3 6 +tube/1 1 +tuber/4 5 +tubéracée/3 6 +tubercule/1 1 +tuberculeuse/8 6 +tuberculide/1 2 +tuberculination/1 2 +tuberculine/1 2 +tuberculiner/4 5 +tuberculinique/1 4 +tuberculinisation/1 2 +tuberculiniser/4 5 +tuberculisation/1 2 +tuberculiser/4 5 +tuberculose/1 2 +tubéreuse/1 2 +tubéreuse/8 3 +tubériforme/1 4 +tubérisation/1 2 +tubérisée/3 3 +tubérosité/1 2 +tubicole/1 4 +tubifex 7 +tubipore/1 1 +tubiste/1 10 +tubulaire/1 4 +tubule/1 2 +tubulée/3 3 +tubuleuse/8 3 +tubuliflore/1 4 +tubuliflore/1 2 +tubuline/1 2 +tubulure/1 2 +tudesque/1 4 +tudieu 70 +tue-chien 7 +tue-chien/1 1 +tue-diable 7 +tue-diable/1 1 +tuée/3 3 +tue-l'amour 7 +tue-loup 7 +tue-loup/1 1 +tue-mouche 7 +tue-mouche/1 1 +tuer/4 42 +tuerie/1 2 +tue-tête 87 +tueuse/3 9 +tuf/1 1 +tufeau/19 1 +tuffeau/19 1 +tufière/3 3 +tuilage/1 1 +tuile/1 2 +tuileau/19 1 +tuilée/3 3 +tuiler/4 5 +tuilerie/1 2 +tuilette/1 2 +tuilière/3 9 +tularémie/1 2 +tulipe/1 2 +tulipier/1 1 +tulle/1 1 +tullerie/1 2 +tullière/3 9 +tulliste/1 10 +tuméfaction/1 2 +tuméfiée/3 3 +tuméfier/4 11 +tumescence/1 2 +tumescente/3 3 +tumeur/1 2 +tumorale/8 3 +tumorothèque/1 2 +tumulaire/1 4 +tumulte/1 1 +tumultuaire/1 4 +tumultueuse/8 3 +tumultueusement 8 +tumulus 7 +tumulus/51 1 +tune/1 2 +tuner/1 1 +tungar/1 1 +tungstate/1 1 +tungstène/1 1 +tungstique/1 4 +tunicelle/1 2 +tunicier/1 1 +tuning/1 1 +tunique/1 2 +tuniquée/3 3 +tunisienne/3 6 +tunnel/1 1 +tunnelier/1 1 +tupaïa/1 1 +tupie/3 6 +tupinambis 7 +tuple/1 1 +tupperware/1 1 +tuque/1 2 +turban/1 1 +turbe/1 2 +turbé/1 1 +turbeh/1 1 +turbellarié/1 1 +turbide/1 4 +turbidimétrie/1 2 +turbidité/1 2 +turbin/1 1 +turbinage/1 1 +turbine/1 2 +turbinée/3 3 +turbinelle/1 2 +turbiner/4 17 +turbith/1 1 +turbo 45 +turbo 7 +turbo/1 10 +turboagitateur/1 1 +turbo-agitateur/1 1 +turboalternateur/1 1 +turbo-alternateur/1 1 +turbocode/1 1 +turbocompressée/3 3 +turbocompresseur/1 1 +turbofiltre/1 1 +turboforage/1 1 +turbomachine/1 2 +turbomoteur/1 1 +turbopompe/1 2 +turbopropulseur/1 1 +turboréacteur/1 1 +turbosoufflante/3 3 +turbostatoréacteur/1 1 +turbot/1 1 +turbotière/1 2 +turbotin/1 1 +turbotrain/1 1 +turbulence/1 2 +turbulente/3 3 +turbulette/1 2 +turcique/1 4 +turco/1 1 +turco-mongole/3 6 +turcophone/1 10 +turf/1 1 +turfiste/1 10 +turgescence/1 2 +turgescente/3 3 +turgide/1 4 +turgotine/1 2 +turion/1 1 +turista/1 2 +turkmène/1 13 +turlupinade/1 2 +turlupiner/4 5 +turlurette/1 2 +turlutaine/1 2 +turlute/1 2 +turluter/4 17 +turlutte/1 2 +turlututu 70 +turlututu/1 1 +turne/1 2 +turnep/1 1 +turn-over 7 +turnover/1 1 +turnoveur/1 1 +turonienne/3 3 +turpide/1 4 +turpidement 8 +turpitude/1 2 +turque/3 6 +turquerie/1 2 +turquette/1 2 +turquin/1 1 +turquoise 45 +turquoise/1 10 +turriculée/3 3 +turritelle/1 2 +tussah/1 4 +tussah/1 1 +tussilage/1 1 +tussor/1 1 +tussore/1 1 +tutélaire/1 4 +tûteler/40 5 +tutelle/1 2 +tûter/4 17 +tuteurage/1 1 +tuteurer/4 5 +tuthie/1 2 +tutie/1 2 +tutoiement/1 1 +tutorale/3 3 +tutorat/1 1 +tutoriel/1 1 +tutorielle/3 3 +tutoyer/4 11 +tutoyeuse/3 9 +tutrice/3 9 +tutti 7 +tutti/1 1 +tutu/1 1 +tuyau/19 1 +tuyautage/1 1 +tuyautée/3 3 +tuyauter/4 17 +tuyauterie/1 2 +tuyauteuse/3 9 +tuyère/1 2 +tweed/1 1 +tweeter/1 1 +twinset/1 1 +twin-set/1 1 +twist/1 1 +twister/10 14 +tylenchus 7 +tympan/1 1 +tympanale/8 3 +tympanique/1 4 +tympaniser/4 5 +tympanisme/1 1 +tympanon/1 1 +tyndallisation/1 2 +typage/1 1 +type/1 1 +typée/3 3 +typer/4 5 +typesse/1 2 +typha/1 1 +typhacée/1 2 +typhique/1 13 +typhlite/1 2 +typhobacillose/1 2 +typho-bacillose/1 2 +typhoïde/1 4 +typhoïde/1 2 +typhoïdique/1 4 +typhomycine/1 2 +typhon/1 1 +typhose/1 2 +typhus 7 +typicité/1 2 +typique/1 4 +typiquement 8 +typiser/4 5 +typo/1 10 +typochromie/1 2 +typographe/1 10 +typographie/1 2 +typographiée/3 3 +typographier/4 5 +typographique/1 4 +typographiquement 8 +typolithographie/1 2 +typologie/1 2 +typologique/1 4 +typomètre/1 1 +typon/1 1 +typote/1 2 +typothèque/1 2 +typtologie/1 2 +tyran/1 1 +tyranneau/19 1 +tyrannicide/1 10 +tyrannie/1 2 +tyrannique/1 4 +tyranniquement 8 +tyrannisée/3 3 +tyranniser/4 5 +tyrannosaure/1 1 +tyrolienne/3 6 +tyrosine/1 2 +tyrosinémie/1 2 +tyrrhénienne/3 6 +tzar/1 1 +tzarine/1 2 +tzigane/1 13 +u 7 +u/38 57 +ua/38 57 +ubac/2 1 +ubérale/2 108 +ubique/2 4 +ubiquisme/2 1 +ubiquiste/2 13 +ubiquitaire/2 13 +ubiquité/2 2 +ubuesque/2 4 +uchronie/2 2 +ud/7 7 +ufologie/2 2 +ufologique/2 4 +ufologue/2 10 +uhlan/2 1 +ukase/2 1 +ukrainienne/5 6 +ukulélé/2 1 +ulcération/2 2 +ulcérative/5 3 +ulcère/2 1 +ulcérée/5 3 +ulcérer/65 11 +ulcéreuse/22 3 +ulcéroïde/2 4 +uléma/2 1 +uliginaire/2 4 +ulluque/2 1 +ulmaire/2 2 +ulmiste/2 10 +ulna/2 2 +ulnaire/2 4 +ultérieure/5 3 +ultérieurement/9 8 +ultimatum/2 1 +ultime/2 4 +ultimement/9 8 +ultimo 8 +ultra/2 13 +ultracentrifugation/2 2 +ultracentrifugeuse/2 2 +ultrachic/2 4 +ultra-chic/2 4 +ultracolonialisme/2 1 +ultra-colonialisme/2 1 +ultracolonialiste/2 13 +ultra-colonialiste/2 13 +ultraconfidentielle/5 3 +ultra-confidentielle/5 3 +ultracourte/5 3 +ultra-courte/5 3 +ultradienne/5 3 +ultrafiltration/2 2 +ultrafiltre/2 1 +ultragauche/2 2 +ultra-gauche/2 2 +ultralégère/5 3 +ultra-légère/5 3 +ultralibérale/22 6 +ultra-libérale/22 6 +ultralibéralisme/2 1 +ultra-libéralisme/2 1 +ultramarine/5 6 +ultra-marine/5 6 +ultramétrique/2 4 +ultramicroscope/2 1 +ultramicroscopie/2 2 +ultramicroscopique/2 4 +ultramoderne/2 4 +ultra-moderne/2 4 +ultramontaine/5 6 +ultramontanisme/2 1 +ultranationalisme/2 1 +ultra-nationalisme/2 1 +ultranationaliste/2 13 +ultra-nationaliste/2 13 +ultraorthodoxe/2 13 +ultra-orthodoxe/2 13 +ultrapériphérique/2 4 +ultra-petita/9 8 +ultrapétita/9 8 +ultra-petita/7 7 +ultrapétita/2 1 +ultraplate/5 3 +ultra-plate/5 3 +ultraponie/2 2 +ultraponique/2 4 +ultraportable/2 4 +ultra-portable/2 4 +ultrapression/2 2 +ultra-pression/2 2 +ultrapropre/2 4 +ultra-propre/2 4 +ultrapropreté/2 2 +ultra-propreté/2 2 +ultrarapide/2 4 +ultra-rapide/2 4 +ultrarésistante/5 3 +ultra-résistante/5 3 +ultrarévolutionnaire/2 13 +ultra-révolutionnaire/2 13 +ultraroyaliste/2 13 +ultra-royaliste/2 13 +ultrasensible/2 4 +ultra-sensible/2 4 +ultrason/2 1 +ultra-son/2 1 +ultrasonique/2 4 +ultra-sonique/2 4 +ultrasonore/2 4 +ultra-sonore/2 4 +ultravide/2 1 +ultraviolet/2 1 +ultra-violet/2 1 +ultraviolette/5 3 +ultra-violette/5 3 +ululement/2 1 +ululer/42 14 +ulve/2 2 +umlaut/2 1 +un/133 160 +unaire/2 4 +unanime/2 4 +unanimement/9 8 +unanimisme/2 1 +unanimiste/2 10 +unanimité/2 2 +unau/2 1 +unciforme/2 4 +uncinée/5 3 +underground/7 45 +underground/2 4 +underground/2 1 +une/133 174 +unes 78 +unetelle/2 2 +unguéale/22 3 +unguifère/2 4 +unguis/7 7 +uniate/2 13 +uniaxe/2 4 +unicaule/2 4 +unicellulaire/2 4 +unicité/2 2 +unicolore/2 4 +unicorne/2 13 +unidimensionnelle/5 3 +unidirectionnalité/2 2 +unidirectionnelle/5 3 +unidose/2 2 +unie/5 3 +unième/2 13 +unièmement/9 8 +unif/2 2 +unifamiliale/2 2 +unifamiliale/22 3 +unifère/2 4 +unifiable/2 4 +unification/2 2 +unificatrice/5 6 +unifiée/5 3 +unifier/15 11 +unifilaire/2 4 +uniflore/2 4 +unifoliée/5 3 +uniforme/2 4 +uniforme/2 1 +uniformément/9 8 +uniformisante/5 3 +uniformisation/2 2 +uniformisée/5 3 +uniformiser/11 5 +uniformitarisme/2 1 +uniformité/2 2 +unijambiste/2 10 +unilatérale/22 3 +unilatéralement/9 8 +unilatéralisme/2 1 +unilatéralité/2 2 +unilatère/2 4 +unilinéaire/2 4 +unilingue/2 13 +unilinguisme/2 1 +unilobée/5 3 +uniloculaire/2 4 +uniment/9 8 +unimodulaire/2 4 +uninominale/22 3 +union/2 2 +unionisme/2 1 +unioniste/2 13 +uniovulée/5 3 +unipare/2 4 +unipersonnelle/5 3 +unipolaire/2 4 +unipotente/5 3 +unique/2 4 +uniquement/9 8 +unir/43 83 +unisexe/2 4 +unisexualité/2 2 +unisexuée/5 3 +unisexuelle/5 3 +unisson/2 1 +unitaire/2 13 +unitairement/9 8 +unitarienne/5 6 +unitarisme/2 1 +unitarité/2 2 +unité/2 2 +unitive/5 3 +univ/2 2 +univalence/2 2 +univalente/5 3 +univalve/2 4 +univerbation/2 2 +univers/7 7 +universalisation/2 2 +universalisée/5 3 +universaliser/15 11 +universalisme/2 1 +universaliste/2 13 +universalité/2 2 +universaux/9 20 +universelle/5 3 +universellement/9 8 +universiade/2 2 +universitaire/2 13 +université/2 2 +univibrateur/2 1 +univitelline/5 3 +univocité/2 2 +univoque/2 4 +univoquement/9 8 +uns 78 +untel/2 1 +ununhexium/2 1 +ununoctium/2 1 +ununpentium/2 1 +ununquadium/2 1 +ununseptium/2 1 +ununtrium/2 1 +upas/7 7 +upérisation/2 2 +upériser/11 5 +uppercut/2 1 +upsilon/7 7 +upsilon/2 1 +upwelling/2 1 +uracile/2 1 +uraète/2 1 +uræus/7 7 +uranate/2 1 +urane/2 1 +uranie/2 2 +uranifère/2 4 +uraninite/2 2 +uranique/2 4 +uranisme/2 1 +uranium/2 1 +uranographie/2 2 +uranométrie/2 2 +uranoplastie/2 2 +uranoscope/2 1 +uranyle/2 4 +uranyle/2 1 +urate/2 1 +urbaine/5 6 +urbanisation/2 2 +urbanisée/5 3 +urbaniser/15 11 +urbanisme/2 1 +urbaniste/2 10 +urbanistique/2 4 +urbanité/2 2 +urbanologie/2 2 +urbi 87 +urcéolée/5 3 +ure/2 1 +urédinale/2 2 +urédospore/2 2 +urée/2 2 +uréide/2 1 +urémie/2 2 +urémique/2 4 +uréotélie/2 2 +urétérale/22 3 +uretère/2 1 +urétérite/2 2 +uréthane/2 1 +uréthanne/2 1 +urétrale/22 3 +urètre/2 1 +urétrite/2 2 +urgemment/9 8 +urgence/2 2 +urgente/5 3 +urgentissime/2 4 +urgentiste/2 13 +urgentologue/2 10 +urger/69 111 +uricémie/2 2 +uricotélie/2 2 +uridine/2 2 +urinaire/2 4 +urinal/49 1 +urine/2 2 +uriner/11 17 +urineuse/22 3 +urinifère/2 4 +urinoir/2 1 +urique/2 4 +urne/2 2 +urobiline/2 2 +urobilinogène/2 1 +urobilinurie/2 2 +urochrome/2 1 +urodèle/2 1 +urogénitale/22 3 +uro-génitale/22 3 +urographie/2 2 +urolagnie/2 2 +urologie/2 2 +urologique/2 4 +urologue/2 10 +uromètre/2 1 +uronique/2 4 +uropode/2 1 +uropygiale/22 3 +uropygienne/5 3 +uroscopie/2 2 +uroscopique/2 4 +ursidé/2 1 +ursuline/2 2 +urticaire/2 2 +urticante/5 3 +urtication/2 2 +urticée/2 2 +urubu/2 1 +uruguayenne/5 6 +urus/7 7 +us/9 20 +usage/2 1 +usagée/5 3 +usagère/5 9 +usante/5 3 +usée/5 3 +user/15 115 +usinabilité/2 2 +usinable/2 4 +usinage/2 1 +usine/2 2 +usinée/5 3 +usiner/11 5 +usinière/5 6 +usitée/5 3 +usnée/2 2 +ustensile/2 1 +ustensilité/2 2 +ustilaginale/2 2 +usucapion/2 2 +usuelle/5 3 +usuellement/9 8 +usufructuaire/2 4 +usufruit/2 1 +usufruitière/5 6 +usuraire/2 4 +usurairement/9 8 +usure/2 2 +usurière/5 9 +usurpation/2 2 +usurpatoire/2 4 +usurpatrice/5 6 +usurpée/5 3 +usurper/11 17 +ut/7 7 +utérine/5 6 +utero 132 +utéro 132 +utérus/7 7 +utile/2 4 +utilement/9 8 +utilisabilité/2 2 +utilisable/2 4 +utilisation/2 2 +utilisatrice/5 6 +utilisée/5 3 +utiliser/11 5 +utilitaire/2 4 +utilitaire/2 1 +utilitarisme/2 1 +utilitariste/2 10 +utilité/2 2 +utopie/2 2 +utopique/2 4 +utopisme/2 1 +utopiste/2 10 +utriculaire/2 13 +utricule/2 1 +utriculeuse/22 3 +uvale/22 3 +uva-ursi/7 7 +uvée/2 2 +uvéite/2 2 +uvula/2 2 +uvulaire/2 4 +uvulaire/2 2 +uvule/2 2 +uxoricide/2 1 +uxorilocale/22 3 +uzbek/2 13 +v 7 +vacance/1 2 +vacancière/3 6 +vacante/3 3 +vacarme/1 1 +vacataire/1 10 +vacation/1 2 +vaccaire/1 2 +vaccin/1 1 +vaccinable/1 4 +vaccinale/8 3 +vaccination/1 2 +vaccinatrice/3 9 +vaccine/1 2 +vaccinée/3 6 +vaccinelle/1 2 +vacciner/4 5 +vaccinide/1 2 +vaccinier/1 1 +vaccinifère/1 4 +vaccinogène/1 4 +vaccinoïde/1 2 +vaccinostyle/1 1 +vaccinothérapie/1 2 +vacharde/3 6 +vache/1 4 +vache/1 2 +vachement 8 +vachère/3 9 +vacherie/1 2 +vacherin/1 1 +vachette/1 2 +vacillante/3 3 +vacillation/1 2 +vacillement/1 1 +vaciller/10 14 +vacive/1 109 +va-comme-je-te-pousse 87 +vacuité/1 2 +vacuolaire/1 4 +vacuole/1 2 +vacuolisation/1 2 +vacuoliser/4 5 +vacuome/1 1 +vacuum 18 +vade-mecum 7 +vadémécum/1 1 +vadrouille/1 2 +vadrouiller/10 14 +vadrouilleuse/3 6 +va-et-vient 7 +vagabondage/1 1 +vagabonde/3 6 +vagabonder/10 14 +vagale/8 3 +vagile/1 4 +vagin/1 1 +vaginale/8 3 +vaginisme/1 1 +vaginite/1 2 +vagir/55 92 +vagissante/3 3 +vagissement/1 1 +vagolytique/1 4 +vagolytique/1 1 +vagotonie/1 2 +vagotonique/1 4 +vague/1 13 +vaguelette/1 2 +vaguement 8 +vaguemestre/1 1 +vaguer/4 17 +vahiné/1 2 +vaigrage/1 1 +vaigre/1 2 +vaillamment 8 +vaillance/1 2 +vaillante/3 3 +vaillantie/1 2 +vaincre/147 97 +vaincue/3 6 +vaine/3 3 +vainement 8 +vainqueur/1 94 +vair/1 1 +vairée/3 3 +vairon/1 1 +vaironner/10 14 +vaisseau/19 1 +vaisselier/1 1 +vaisselle/1 2 +val/1 1 +valable/1 4 +valablement 8 +valaisanne/3 6 +valaque/1 13 +valdinguer/10 14 +valençay/1 1 +valence/1 2 +valences-grammes 46 +valencienne/3 6 +valentine/3 9 +valentinite/1 2 +valérianacée/1 2 +valériane/1 2 +valérianelle/1 2 +valérianique/1 4 +valet/1 1 +valetaille/1 2 +valeter/72 14 +valétudinaire/1 13 +valeur/1 2 +valeureuse/8 3 +valeureusement 8 +valgus 45 +validation/1 2 +validatrice/3 6 +valide/1 13 +validée/3 3 +validement 8 +valider/4 5 +validité/1 2 +valine/1 2 +valise/1 2 +valiser/4 17 +valisette/1 2 +valkyrie/1 2 +vallée/1 2 +valleuse/1 2 +vallisnérie/1 2 +vallon/1 1 +vallonnée/3 3 +vallonnement/1 1 +vallonner/4 55 +valoche/1 2 +valoir/216 97 +valorem 87 +valorisable/1 4 +valorisante/3 3 +valorisation/1 2 +valoriser/4 11 +valouser/4 5 +valse/1 2 +valse-hésitation 47 +valser/4 17 +valses-hésitations 46 +valseuse/3 9 +valuation/1 2 +valvaire/1 4 +valve/1 2 +valvée/3 3 +valvulaire/1 4 +valvule/1 2 +valvuloplastie/1 2 +vamp/1 2 +vamper/4 5 +vampire/1 10 +vampirique/1 4 +vampirisation/1 2 +vampirisée/3 3 +vampiriser/4 5 +vampirisme/1 1 +van/1 1 +vanadate/1 1 +vanadinite/1 2 +vanadique/1 4 +vanadium/1 1 +vancomycine/1 2 +vanda/1 10 +vandale/1 13 +vandalisée/3 3 +vandaliser/4 5 +vandalisme/1 1 +vandoise/1 2 +vanesse/1 2 +vanille/1 2 +vanillée/3 3 +vanillier/1 1 +vanilline/1 2 +vanillisme/1 1 +vanillon/1 1 +vanité/1 2 +vaniteuse/8 3 +vaniteusement 8 +vannage/1 1 +vanne/1 2 +vanneau/19 1 +vannée/3 3 +vannelle/1 2 +vanner/4 17 +vannerie/1 2 +vanneuse/3 6 +vannière/3 9 +vannure/1 2 +vantail/19 1 +vantarde/3 9 +vantardise/1 2 +vanter/4 11 +vanterie/1 2 +vanupied/1 10 +va-nu-pieds 88 +vape/1 2 +vapeur/1 10 +vapocraquage/1 1 +vapocraqueur/1 1 +vaporeuse/8 3 +vaporeusement 8 +vaporisage/1 1 +vaporisateur/1 1 +vaporisation/1 2 +vaporisée/3 3 +vaporiser/4 5 +vaquer/10 123 +var/1 1 +var/57 7 +varaigne/1 2 +varan/1 1 +varangue/1 2 +varappe/1 2 +varapper/10 14 +varappeuse/3 9 +varech/1 1 +vareuse/1 2 +varheure/1 1 +varia 20 +varia/1 1 +variabilité/1 2 +variable/1 4 +variablement 8 +variance/1 2 +variante/3 3 +variante/1 2 +variateur/1 1 +variation/1 2 +variationnelle/3 3 +varice/1 2 +varicelle/1 2 +varicocèle/1 10 +varicosité/1 2 +variée/3 3 +varier/4 17 +variétale/8 3 +variété/1 2 +variole/1 2 +variolée/3 3 +varioleuse/8 6 +variolique/1 4 +variolisation/1 2 +varioloïde/1 2 +variorum 18 +variqueuse/8 3 +varistance/1 2 +varlet/1 1 +varlope/1 2 +varloper/4 5 +varoise/3 6 +varron/1 1 +varus 142 +varve/1 2 +vasarde/3 3 +vasculaire/1 4 +vascularisation/1 2 +vascularisée/3 3 +vascularite/1 2 +vase/1 10 +vasectomie/1 2 +vaseline/1 2 +vaseliner/4 5 +vaser/69 111 +vaseuse/8 3 +vasière/1 2 +vasistas 7 +vasoconstriction/1 2 +vasoconstrictrice/3 3 +vasodilatation/1 2 +vasodilatatrice/3 3 +vasomotrice/3 3 +vasopresseur/1 1 +vasopressine/1 2 +vasotomie/1 2 +vasouillarde/3 6 +vasouiller/10 14 +vasque/1 2 +vassale/8 6 +vassalique/1 4 +vassalisation/1 2 +vassaliser/4 5 +vassalité/1 2 +vassiveau/19 1 +vaste/1 4 +vastement 8 +vastité/1 2 +vastitude/1 2 +va-t-en-guerre 105 +vaticane/1 108 +vaticanesque/1 4 +vaticaniste/1 10 +vaticination/1 2 +vaticinatrice/3 9 +vaticiner/10 14 +va-tout 7 +vatout/1 1 +vau/19 1 +vauchérie/1 2 +vauclusienne/3 6 +vaudeville/1 1 +vaudevillesque/1 4 +vaudevilliste/1 10 +vaudoise/3 6 +vaudou 7 +vau-l'eau 87 +vaurienne/3 9 +vautour/1 1 +vautrée/3 3 +vautrer/4 55 +vauvert 133 +vavasseur/1 1 +va-vite 47 +veau/19 1 +vécés 20 +vectorielle/3 3 +vectorisation/1 2 +vectoriser/4 5 +vectrice/3 6 +vécu/1 1 +vécue/3 3 +vedettariat/1 1 +vedette/1 2 +vedettisation/1 2 +vedika/1 2 +védika/1 2 +védique/1 4 +védisme/1 1 +végétal/19 1 +végétale/8 3 +végétalienne/3 6 +végétalisation/1 2 +végétalisée/3 3 +végétaliser/4 5 +végétalisme/1 1 +végétaliste/1 13 +végétarienne/3 6 +végétarisme/1 1 +végétation/1 2 +végétative/3 3 +végétativement 8 +végéter/63 14 +véhémence/1 2 +véhémente/3 6 +véhémentement 8 +véhiculaire/1 4 +véhicule/1 1 +véhiculée/3 3 +véhiculer/4 11 +veille/1 2 +veillée/1 2 +veiller/4 110 +veilleuse/3 9 +veinarde/3 6 +veine/1 2 +veinée/3 3 +veiner/4 5 +veinette/1 2 +veineuse/8 3 +veinotonique/1 4 +veinotonique/1 1 +veinule/1 2 +veinure/1 2 +vêlage/1 1 +vélaire/1 4 +vélar/1 1 +vélarisation/1 2 +vélariser/4 5 +velarium 7 +vélarium/1 1 +velche/1 10 +velcro/1 1 +veld/1 1 +vélelle/1 2 +vêlement/1 1 +vêler/4 5 +vélie/1 2 +vélin/1 1 +véliplanchiste/1 10 +vélique/1 4 +vélite/1 1 +vélivole/1 4 +velléitaire/1 13 +velléité/1 2 +vélo/1 1 +véloce/1 4 +vélocement 8 +vélocimètre/1 1 +vélocimétrie/1 2 +vélocimétrique/1 4 +vélocipède/1 1 +vélocipédique/1 4 +vélociraptor/1 1 +vélocité/1 2 +vélodrome/1 1 +vélomoteur/1 1 +vélo-pousse 7 +vélopousse/1 1 +vélo-ski 18 +véloski/1 1 +vélos-skis 20 +vélos-taxis 20 +velot/1 1 +vélo-taxi 18 +vélotaxi/1 1 +velours 7 +velouté/1 1 +veloutée/3 3 +veloutement/1 1 +velouter/4 11 +velouteuse/8 3 +veloutier/1 1 +veloutine/1 2 +velte/1 2 +velue/3 6 +velum 7 +vélum/1 1 +velux 7 +velvote/1 2 +venaison/1 2 +vénale/8 3 +vénalement 8 +vénalité/1 2 +venante/3 6 +vendable/1 4 +vendange/1 2 +vendangeoir/1 1 +vendangeon/1 1 +vendanger/4 17 +vendangerot/1 1 +vendangette/1 2 +vendangeuse/3 9 +vendéenne/3 6 +vendémiaire/1 1 +vendetta/1 2 +vendeuse/3 6 +vendre/52 97 +vendredi 8 +vendredi/1 1 +vendue/3 6 +venelle/1 2 +vénéneuse/8 3 +vénérable/1 13 +vénérablement 8 +vénération/1 2 +vénérée/3 3 +vénéréologie/1 2 +vénéréologue/1 10 +vénérer/33 5 +vénéricarde/1 2 +vénériculture/1 2 +vénerie/1 2 +vènerie/1 2 +vénérienne/3 6 +vénérologie/1 2 +vénérologue/1 10 +venet/1 1 +vénète/1 4 +vénète/1 1 +venette/1 2 +veneur/1 1 +vénézuélienne/3 6 +vengeance/1 2 +vengée/3 3 +venger/4 11 +vengeresse/3 6 +vengeron/1 1 +vénielle/3 3 +véniellement 8 +venimeuse/8 3 +venimeusement 8 +venimosité/1 2 +venin/1 1 +venir/68 148 +vénitienne/3 6 +vent/1 1 +ventage/1 1 +ventail/19 1 +vente/1 2 +ventée/3 3 +venter/69 111 +venteuse/8 3 +ventilateur/1 1 +ventilation/1 2 +ventilatoire/1 4 +ventilée/3 3 +ventiler/4 5 +ventileuse/1 2 +ventis 7 +ventôse/1 1 +ventouse/1 2 +ventouser/4 5 +ventrale/8 3 +ventralement 8 +ventre/1 1 +ventrebleu 70 +ventrèche/1 2 +ventrée/1 2 +ventriculaire/1 4 +ventricule/1 1 +ventrière/1 2 +ventriloque/1 13 +ventriloquie/1 2 +ventripotente/3 6 +ventrue/3 3 +venturi/1 1 +venue/3 3 +venue/1 2 +vénus 57 +vénusienne/3 6 +vénusté/1 2 +vépéciste/1 10 +vêpres 46 +ver/1 1 +véracité/1 2 +véraison/1 2 +véranda/1 2 +vératre/1 1 +vératrine/1 2 +verbale/8 3 +verbalement 8 +verbalisation/1 2 +verbalisée/3 3 +verbaliser/4 17 +verbalisme/1 1 +verbatim/1 1 +verbe/1 1 +verbénacée/1 2 +verbeuse/8 3 +verbeusement 8 +verbiage/1 1 +verbiager/10 14 +verbicruciste/1 10 +verbigération/1 2 +verbomanie/1 2 +verboquet/1 1 +verbosité/1 2 +verdage/1 1 +verdâtre/1 4 +verdelette/3 3 +verdet/1 1 +verdeur/1 2 +verdict/1 1 +verdier/1 1 +verdir/29 101 +verdissage/1 1 +verdissante/3 3 +verdissement/1 1 +verdoiement/1 1 +verdoyante/3 3 +verdoyer/10 14 +verdunisation/1 2 +verduniser/4 5 +verdure/1 2 +vérétille/1 10 +véreuse/8 3 +verge/1 2 +vergée/3 6 +vergence/1 2 +vergeoise/1 2 +verger/1 1 +verger/10 14 +vergerette/1 2 +vergetée/3 3 +vergette/1 2 +vergeture/1 2 +vergeure/1 2 +vergeüre/1 2 +verglaçante/3 3 +verglacée/3 3 +verglacer/69 111 +verglas 7 +vergne/1 1 +vergobret/1 1 +vergogne/1 2 +vergogneuse/8 3 +vergue/1 2 +véridicité/1 2 +véridique/1 4 +véridiquement 8 +vérifiabilité 47 +vérifiable/1 4 +vérification/1 2 +vérificative/3 3 +vérificatrice/3 6 +vérifiée/3 3 +vérifier/4 11 +vérifieuse/3 9 +vérin/1 1 +vérine/1 2 +vérisme/1 1 +vériste/1 13 +véritable/1 4 +véritablement 8 +vérité/1 2 +verjus 7 +verjutée/3 3 +verjuter/4 5 +verlan/1 1 +vermée/1 2 +vermeille/3 3 +vermet/1 1 +vermicelle/1 1 +vermicellerie/1 2 +vermicide/1 4 +vermicide/1 1 +vermiculaire/1 4 +vermicule/1 1 +vermiculée/3 3 +vermiculer/10 14 +vermiculite/1 2 +vermiculure/1 2 +vermiforme/1 4 +vermifuge/1 4 +vermifuge/1 1 +vermille/1 2 +vermiller/10 14 +vermillon 45 +vermillon/1 1 +vermillonnée/3 3 +vermillonner/4 17 +vermine/1 2 +vermineuse/8 3 +vermis 7 +vermisseau/19 1 +vermouler/4 55 +vermoulue/3 3 +vermoulure/1 2 +vermout/1 1 +vermouth/1 1 +vernaculaire/1 4 +vernale/8 3 +vernalisation/1 2 +vernation/1 2 +vernie/3 3 +vernier/1 1 +vernir/29 84 +vernis 7 +vernissage/1 1 +vernissée/3 3 +vernisser/4 5 +vernisseuse/3 9 +vérole/1 2 +vérolée/3 6 +véronal/1 1 +véronique/1 4 +verranne/1 2 +verrat/1 1 +verre/1 1 +verrée/3 6 +verrerie/1 2 +verrière/3 9 +verrine/1 2 +verroterie/1 2 +verrou/1 1 +verrouillable/1 4 +verrouillage/1 1 +verrouillée/3 3 +verrouiller/4 11 +verrouilleur/1 1 +verrucaire/1 2 +verrucosité/1 2 +verrue/1 2 +verruqueuse/8 3 +vers 99 +vers 7 +versaillaise/3 6 +versant/1 1 +versante/3 3 +versatile/1 4 +versatilité/1 2 +verse/1 2 +verseau/19 1 +versée/3 3 +versement/1 1 +verser/4 42 +verset/1 1 +verseuse/3 9 +versicolore/1 4 +versicule/1 1 +versification/1 2 +versificatrice/3 9 +versifier/4 17 +version/1 2 +versionner/4 5 +vers-librisme/1 1 +vers-libriste/1 13 +verso/1 1 +versoir/1 1 +verste/1 2 +versus 78 +vert-de-gris 45 +vert-de-gris 7 +vert-de-grisée/3 3 +verte/3 6 +vertébrale/8 3 +vertèbre/1 2 +vertébrée/3 6 +vertement 8 +vertex 7 +verticale/8 6 +verticalement 8 +verticalité/1 2 +verticille/1 1 +verticillée/3 3 +vertige/1 1 +vertigineuse/8 3 +vertigineusement 8 +vertigo/1 1 +vertisol/1 1 +vertu/1 2 +vertubleu 70 +vertuchou 70 +vertudieu 70 +vertueuse/8 3 +vertueusement 8 +vertugadin/1 1 +verve/1 2 +verveine/1 2 +vervelle/1 2 +verveuse/8 3 +verviétoise/3 6 +vésanie/1 2 +vesce/1 2 +vesceron/1 1 +vésicale/8 3 +vésicante/3 3 +vésication/1 2 +vésicatoire/1 4 +vésiculaire/1 4 +vésicule/1 2 +vésiculeuse/8 3 +vespa/1 2 +vespasienne/1 2 +vespérale/8 3 +vespertilion/1 1 +vespiste/1 10 +vesse/1 2 +vesse-de-loup 47 +vesser/10 14 +vesses-de-loup 46 +vessie/1 2 +vessigon/1 1 +vestale/1 2 +veste/1 2 +vestiaire/1 1 +vestibulaire/1 4 +vestibule/1 1 +vestige/1 1 +vestigiale/8 3 +vestimentaire/1 4 +vestimentairement 8 +veston/1 1 +vêtage/1 1 +vêtement/1 1 +vétéran/1 1 +vétérance/1 2 +vétérinaire/1 13 +vétérotestamentaire/1 4 +vétéro-testamentaire/1 4 +vétillarde/3 6 +vétille/1 2 +vétiller/10 14 +vétilleuse/8 3 +vêtir/107 79 +vétiver/1 1 +veto 7 +véto/1 1 +vêtue/3 3 +vêture/1 2 +vétuste/1 4 +vétusté/1 2 +veuglaire/1 1 +veule/1 13 +veulerie/1 2 +veuvage/1 1 +veuve/3 6 +vévé/1 1 +veveysanne/3 6 +vexante/3 3 +vexation/1 2 +vexatoire/1 4 +vexatrice/3 3 +vexée/3 3 +vexer/4 11 +vexillaire/1 4 +vexillaire/1 1 +vexille/1 1 +vexillologie/1 2 +vexillologue/1 10 +vg/38 57 +via 78 +viabilisation/1 2 +viabilisée/3 3 +viabiliser/4 5 +viabilité/1 2 +viable/1 4 +viaduc/1 1 +viagère/3 3 +viagra/1 1 +viande/1 2 +viander/4 102 +viatique/1 1 +vibice/1 2 +vibord/1 1 +vibrage/1 1 +vibrance/1 2 +vibrante/3 3 +vibraphone/1 1 +vibraphoniste/1 10 +vibrateur/1 1 +vibratile/1 4 +vibration/1 2 +vibrationnelle/3 3 +vibrato/1 1 +vibratoire/1 4 +vibrer/4 17 +vibreur/1 1 +vibrion/1 1 +vibrionner/10 14 +vibrisse/1 2 +vibromasseur/1 1 +vicaire/1 1 +vicariale/8 3 +vicariance/1 2 +vicariante/3 3 +vicariat/1 1 +vice/1 1 +vice-amiral/19 1 +vice-chancelière/3 9 +vice-consul/1 1 +vice-consulat/1 1 +vicelarde/3 6 +vice-légat/1 1 +vice-légation/1 2 +vicennale/8 3 +vice-première/3 3 +vice-présidence/1 2 +vice-présidente/3 9 +vice-rectrice/3 9 +vice-reine/1 2 +vice-roi/1 1 +vice-royauté/1 2 +vicésimale/8 3 +vice-versa 87 +vichy/1 10 +vichyssoise/3 6 +vichyste/1 13 +viciable/1 4 +viciation/1 2 +viciatrice/3 3 +viciée/3 3 +vicier/4 17 +vicieuse/8 3 +vicieusement 8 +vicinale/8 3 +vicinalité/1 2 +vicissitude/1 2 +vicomtale/8 3 +vicomté/1 2 +vicomtesse/3 9 +victimaire/1 4 +victimaire/1 1 +victime/1 4 +victime/1 2 +victimisation/1 2 +victimiser/4 5 +victimologie/1 2 +victimologue/1 10 +victoire/1 2 +victoria/1 10 +victorienne/3 6 +victorieuse/8 3 +victorieusement 8 +victuaille/1 2 +vidage/1 1 +vidame/1 1 +vidamie/1 2 +vidange/1 2 +vidangée/3 3 +vidanger/4 5 +vidangeur/1 1 +vide/1 4 +vide/1 1 +vidéaste/1 10 +vide-bouteille/1 1 +vide-bouteilles 7 +vide-cave 7 +vide-cave/1 1 +vidée/3 3 +vide-grenier/1 1 +videlle/1 2 +vidéo 45 +vidéo/1 4 +vidéo/1 2 +vidéocassette/1 2 +vidéoclip/1 1 +vidéoclub/1 1 +vidéocommunication/1 2 +vidéoconférence/1 2 +vidéodisque/1 1 +vidéofréquence/1 2 +vidéogramme/1 1 +vidéographie/1 2 +vidéographique/1 4 +vidéophone/1 1 +vidéophonie/1 2 +vidéoprojecteur/1 1 +vidéoprojection/1 2 +vide-ordure/1 1 +vide-ordures 7 +vidéosphère/1 2 +vidéosurveillance/1 2 +vidéotex 7 +vidéothécaire/1 10 +vidéothèque/1 2 +vidéotransmission/1 2 +vide-poche/1 1 +vide-poches 7 +vide-pomme 7 +vide-pomme/1 1 +vider/4 11 +vide-tourie 7 +vide-tourie/1 1 +videuse/3 9 +vide-vite 7 +vide-vite/1 1 +vidimer/4 5 +vidimus 7 +vidoir/1 1 +viduité/1 2 +vidure/1 2 +vie/1 2 +vieil 133 +vieillarde/3 9 +vieille/1 109 +vieillerie/1 2 +vieillesse/1 2 +vieillie/3 3 +vieillir/29 100 +vieillissante/3 3 +vieillissement/1 1 +vieillotte/3 3 +vièle/1 2 +vielle/1 2 +vieller/10 14 +vielleur/1 1 +vielleuse/8 9 +vielliste/1 10 +viennoise/3 6 +viennoiserie/1 2 +vierge/1 4 +vierge/1 2 +vietnamienne/3 6 +vieux 142 +vieux-lille 7 +vif-argent 93 +vif-argent 18 +vigésimale/8 3 +vigie/1 2 +vigilamment 8 +vigilance/1 2 +vigilante/3 3 +vigile/1 10 +vigiler/4 5 +vigne/1 2 +vigneau/19 1 +vigneronne/3 9 +vignetage/1 1 +vignettage/1 1 +vignette/1 2 +vignettiste/1 10 +vigneture/1 2 +vignoble/1 1 +vignot/1 1 +vigogne/1 2 +vigoureuse/8 3 +vigoureusement 8 +viguerie/1 2 +vigueur/1 2 +viguier/1 1 +viking/1 13 +vilaine/3 6 +vilainement 8 +vilayet/1 1 +vile/3 3 +vilebrequin/1 1 +vilement 8 +vilené/1 126 +vilenie/1 2 +vilénie/1 2 +vilipendée/3 3 +vilipender/4 5 +villa/1 2 +villafranchien/1 1 +villafranchienne/3 3 +village/1 1 +villageoise/3 6 +villagisation/1 2 +villanelle/1 2 +ville/1 2 +ville-champignon 47 +ville-dortoir 47 +villégiateur/1 1 +villégiature/1 2 +villégiaturer/10 14 +villes-champignons 46 +villes-dortoirs 46 +villeuse/8 3 +villosité/1 2 +vin/1 1 +vinage/1 1 +vinaigre/1 1 +vinaigrée/3 3 +vinaigrer/4 5 +vinaigrerie/1 2 +vinaigrette/1 2 +vinaigrier/1 1 +vinaire/1 4 +vinasse/1 2 +vindas 7 +vindicative/3 6 +vindicativement 8 +vindicte/1 2 +viner/4 5 +vinette/1 2 +vineuse/8 3 +vingt/113 49 +vingtaine/1 2 +vingt-cinq 49 +vingt-deux 49 +vingt-et-un 49 +vingt-huit 49 +vingtième/1 13 +vingtièmement 8 +vingt-neuf 49 +vingt-quatre 49 +vingt-sept 49 +vingt-six 49 +vingt-trois 49 +vinicole/1 4 +viniculture/1 2 +vinifère/1 4 +vinification/1 2 +vinificatrice/3 9 +vinifier/4 5 +vinique/1 4 +vinosité/1 2 +vintage 45 +vintage/1 4 +vintage/1 1 +vintage/1 1 +vinyle/1 1 +vinylique/1 4 +vinylite/1 2 +vioc/1 10 +viol/1 1 +violable/1 4 +violacée/3 3 +violacer/4 11 +violat/1 1 +violation/1 2 +violâtre/1 4 +violatrice/3 6 +viole/1 2 +violée/3 3 +violemment 8 +violence/1 2 +violente/3 6 +violentée/3 3 +violenter/4 5 +violer/4 5 +violette/3 6 +violeuse/3 9 +violier/1 1 +violine/1 13 +violiste/1 10 +violon/1 1 +violoncelle/1 1 +violoncelliste/1 10 +violonée/3 3 +violoner/4 17 +violoneuse/8 9 +violoniste/1 10 +vioque/1 10 +vioquir/55 92 +viorne/1 2 +vipère/1 2 +vipéreau/19 1 +vipéridé/1 1 +vipérine/3 3 +vipérine/1 2 +virage/1 1 +virago/1 2 +virale/8 3 +vire/1 2 +virée/3 3 +virée/1 2 +virelai/1 1 +virement/1 1 +virémie/1 2 +virer/4 110 +virescence/1 2 +vireton/1 1 +vireuse/3 9 +vireuse/8 3 +virevoltante/3 3 +virevolte/1 2 +virevolter/10 14 +virginale/8 3 +virginalement 8 +virginie/1 1 +virginité/1 2 +virgule/1 2 +virguler/4 5 +viride/1 4 +virile/3 3 +virilement 8 +virilisation/1 2 +viriliser/4 5 +virilisme/1 1 +virilité/1 2 +virilocale/8 3 +virion/1 1 +virocide/1 4 +virocide/1 1 +virolage/1 1 +virole/1 2 +virolée/3 3 +viroler/4 5 +virolier/1 1 +virologie/1 2 +virologiste/1 10 +virologue/1 10 +virophage/1 1 +virose/1 2 +virostatique/1 4 +virtualisation/1 2 +virtualiser/4 5 +virtualisme/1 1 +virtualiste/1 13 +virtualité/1 2 +virtuelle/3 3 +virtuellement 8 +virtuose/1 10 +virtuosité/1 2 +virucide/1 4 +virulence/1 2 +virulente/3 3 +virure/1 2 +virus 7 +vis 57 +visa/1 1 +visage/1 1 +visagisme/1 1 +visagiste/1 10 +vis-à-vis 87 +vis-à-vis 7 +viscache/1 2 +viscérale/8 3 +viscéralement 8 +viscéralgie/1 2 +viscère/1 1 +viscose/1 2 +viscosimètre/1 1 +viscosité/1 2 +visée/3 3 +visée/1 2 +viser/4 110 +viseur/1 1 +viseuse/8 3 +visibilité/1 2 +visible/1 4 +visiblement 8 +visière/1 2 +visigothe/3 6 +visigothique/1 4 +visiocasque/1 1 +visioconférence/1 2 +vision/1 2 +visionique/1 2 +visionnage/1 1 +visionnaire/1 13 +visionnée/3 3 +visionnement/1 1 +visionner/4 5 +visionneuse/3 9 +visiophone/1 1 +visiophonie/1 2 +visiophonique/1 4 +visitable/1 4 +visitandine/1 2 +visitation/1 2 +visitatrice/3 9 +visite/1 2 +visitée/3 3 +visiter/4 5 +visiteuse/3 9 +visitorat/1 1 +visnage/1 1 +vison/1 1 +visonnière/1 2 +visqueuse/8 3 +vissage/1 1 +vissée/3 3 +visser/4 11 +visserie/1 2 +visseuse/1 2 +visu 87 +visualisation/1 2 +visualisée/3 3 +visualiser/4 5 +visualiseur/1 1 +visuelle/3 6 +visuellement 8 +vitae +vitæ +vitale/8 3 +vitalement 8 +vitalisation/1 2 +vitaliser/4 5 +vitalisme/1 1 +vitaliste/1 10 +vitalité/1 2 +vitamine/1 2 +vitaminée/3 3 +vitaminique/1 4 +vitaminisation/1 2 +vitaminologie/1 2 +vite 8 +vite/1 4 +vitelline/3 3 +vitellus 7 +vitelotte/1 2 +vitement 8 +vitesse/1 2 +viticole/1 4 +viticultrice/3 9 +viticulture/1 2 +vitiligo/1 1 +vitrage/1 1 +vitrail/19 1 +vitre/1 2 +vitrée/3 3 +vitrer/4 5 +vitrerie/1 2 +vitreuse/8 3 +vitrière/3 9 +vitrifiabilité/1 2 +vitrifiable/1 4 +vitrification/1 2 +vitrificative/3 3 +vitrificatrice/3 9 +vitrifiée/3 3 +vitrifier/4 5 +vitrine/1 2 +vitriol/1 1 +vitriolage/1 1 +vitriolée/3 3 +vitrioler/4 5 +vitriolerie/1 2 +vitrioleuse/3 9 +vitriolique/1 4 +vitro 87 +vitrocéramique/1 4 +vitrophanie/1 2 +vitulaire/1 4 +vitupération/1 2 +vitupératrice/3 9 +vitupérer/33 17 +vivable/1 4 +vivace/1 4 +vivacité/1 2 +vivandière/3 9 +vivante/3 6 +vivarium/1 1 +vivat/1 1 +vive/3 3 +vive/1 2 +vive-eau 47 +vivement 8 +vivendi 130 +viverridé/1 1 +vives-eaux 46 +viveuse/3 9 +vivier/1 1 +vivifiante/3 3 +vivification/1 2 +vivificatrice/3 3 +vivifiée/3 3 +vivifier/4 5 +vivipare/1 13 +viviparité/1 2 +vivisection/1 2 +vivoir/1 1 +vivoter/10 14 +vivre/1 1 +vivre/142 114 +vivrée/3 3 +vivrière/3 3 +vizir/1 1 +vizirat/1 1 +vlan 70 +vobulateur/1 1 +vocable/1 1 +vocabulaire/1 1 +vocale/8 3 +vocalement 8 +vocalique/1 4 +vocalisation/1 2 +vocalisatrice/3 9 +vocalise/1 2 +vocaliser/4 17 +vocalisme/1 1 +vocaliste/1 10 +vocatif/1 1 +vocation/1 2 +vocationnelle/3 3 +voceratrice/1 2 +vocératrice/1 2 +vocero/51 1 +vocero/1 1 +vocéro/1 1 +vociférante/3 3 +vocifération/1 2 +vocifératrice/3 9 +vociférée/3 3 +vociférer/33 17 +vocodeur/1 1 +vodka/1 2 +vœu/19 1 +vogelpik/1 1 +vogoule/3 6 +vogoule/1 13 +vogue/1 2 +voguer/10 14 +voici 99 +voie/1 2 +voïévodie/1 2 +voilà 78 +voilage/1 1 +voile/1 10 +voilée/3 3 +voilement/1 1 +voiler/4 42 +voilerie/1 2 +voilette/1 2 +voilier/1 1 +voilure/1 2 +voir/218 131 +voire 8 +voirie/1 2 +voisée/3 3 +voisement/1 1 +voisinage/1 1 +voisine/3 6 +voisiner/10 14 +voiturage/1 1 +voiture/1 2 +voiturer/4 5 +voiture-restaurant 47 +voitures-restaurants 46 +voiturette/1 2 +voiturière/3 6 +voiturin/1 1 +voïvodat/1 1 +voïvode/1 1 +voïvodie/1 2 +voix 57 +vol/1 1 +volable/1 4 +volage/1 4 +volaille/1 2 +volailler/1 1 +volailleuse/3 9 +volant/1 1 +volante/3 3 +volapuk/1 1 +volapük/1 1 +volatile/3 3 +volatile/1 1 +volatilisable/1 4 +volatilisation/1 2 +volatilisée/3 3 +volatiliser/4 11 +volatilité/1 2 +vol-au-vent 7 +volcan/1 1 +volcanique/1 4 +volcaniser/4 5 +volcanisme/1 1 +volcanologie/1 2 +volcanologique/1 4 +volcanologue/1 10 +vole/1 2 +volée/3 3 +volée/1 2 +volémie/1 2 +voler/4 42 +volerie/1 2 +volet/1 1 +volètement/1 1 +voleter/72 14 +volettement/1 1 +voleuse/3 6 +volière/1 2 +volige/1 2 +voligeage/1 1 +voliger/4 5 +volis 7 +volition/1 2 +volitionnelle/3 3 +volitive/3 3 +volley/1 1 +volleyball/1 1 +volley-ball/1 1 +volleyer/10 14 +volleyeuse/3 9 +volontaire/1 13 +volontairement 8 +volontariat/1 1 +volontarisme/1 1 +volontariste/1 13 +volonté/1 2 +volontiers 8 +volorécepteur/1 1 +volt/61 1 +voltage/1 1 +voltaïque/1 13 +voltaire/1 1 +voltairianisme/1 1 +voltairienne/3 6 +voltaïsation/1 2 +voltamètre/1 1 +voltampère/61 1 +voltampérométrie/1 2 +volte/1 2 +volte-face 57 +volteface/1 2 +volter/10 14 +voltige/1 2 +voltigeante/3 3 +voltigement/1 1 +voltiger/10 14 +voltigeuse/3 9 +voltmètre/1 1 +volubile/1 4 +volubilement 8 +volubilis 7 +volubilité/1 2 +volucelle/1 2 +volucompteur/1 1 +volume/1 1 +volumétrie/1 2 +volumétrique/1 4 +volumineuse/8 3 +volumique/1 4 +volupté/1 2 +voluptuaire/1 4 +voluptueuse/8 6 +voluptueusement 8 +volute/1 2 +volvaire/1 2 +volvation/1 2 +volve/1 2 +volvox 7 +volvulus 7 +vomer/1 1 +vomérienne/3 3 +vomie/3 3 +vomique/1 4 +vomique/1 2 +vomiquier/1 1 +vomir/29 101 +vomissement/1 1 +vomissure/1 2 +vomitive/3 3 +vomito/1 1 +vomitoire/1 1 +vomito-negro 18 +vomito-négro 18 +vorace/1 4 +voracement 8 +voracité/1 2 +vortex 7 +vorticelle/1 2 +vos 151 +vosgienne/3 6 +votante/3 9 +votation/1 2 +vote/1 1 +voter/4 17 +votive/3 3 +votre 150 +vôtre/1 13 +vouée/3 3 +vouer/4 11 +vouge/1 10 +vouivre/1 2 +vouloir/1 1 +vouloir/222 131 +voulue/3 3 +vous 270 +vous-même/1 78 +vousoiement/1 1 +vousoyer/4 11 +vousseau/19 1 +voussoiement/1 1 +voussoir/1 1 +voussoyer/4 11 +voussure/1 2 +voutain/1 1 +voûtain/1 1 +voute/1 2 +voûte/1 2 +voutée/3 3 +voûtée/3 3 +vouter/4 11 +voûter/4 11 +vouvoiement/1 1 +vouvouzéla/1 2 +vouvoyer/4 11 +vouvray/1 1 +voyage/1 1 +voyager/10 14 +voyageuse/3 9 +voyagiste/1 10 +voyance/1 2 +voyante/3 6 +voyelle/1 2 +voyer/1 1 +voyeurisme/1 1 +voyeuse/3 6 +voyou/1 4 +voyou/1 1 +voyoucratie/1 2 +voyouterie/1 2 +vrac 18 +vrai 8 +vrai 18 +vraie/3 3 +vraiment 8 +vraisemblable/1 4 +vraisemblablement 8 +vraisemblance/1 2 +vraquier/1 1 +vreneli/1 1 +vrillage/1 1 +vrillante/3 3 +vrille/1 2 +vrillée/3 3 +vrillement/1 1 +vriller/4 17 +vrillette/1 2 +vrombir/55 92 +vrombissante/3 3 +vrombissement/1 1 +vroum 70 +vs 78 +vu 99 +vue/3 6 +vulcain/1 1 +vulcanales 46 +vulcanienne/3 3 +vulcanisable/1 4 +vulcanisation/1 2 +vulcaniser/4 5 +vulcanoïde/1 1 +vulcanologie/1 2 +vulcanologue/1 10 +vulgaire/1 4 +vulgaire/1 1 +vulgairement 8 +vulganiser/4 5 +vulgarisation/1 2 +vulgarisatrice/3 6 +vulgarisée/3 3 +vulgariser/4 5 +vulgarisme/1 1 +vulgarité/1 2 +vulgate/1 2 +vulgo 8 +vulnérabilité/1 2 +vulnérable/1 4 +vulnéraire/1 13 +vulnérante/3 3 +vulpin/1 1 +vultueuse/8 3 +vultuosité/1 2 +vulvaire/1 4 +vulvaire/1 2 +vulve/1 2 +vulvite/1 2 +vumètre/1 1 +vuvuzela/1 2 +w 7 +wading/1 1 +wagage/1 1 +wagnérienne/3 6 +wagnérisme/1 1 +wagon/1 1 +wagon-bar 18 +wagon-citerne 18 +wagon-foudre 18 +wagon-lit 18 +wagonnée/1 2 +wagonnet/1 1 +wagonnette/1 2 +wagonnière/3 9 +wagon-poste 18 +wagon-réservoir 18 +wagon-restaurant 18 +wagon-salon 18 +wagons-bars 20 +wagons-citernes 20 +wagons-foudres 20 +wagons-lits 20 +wagons-poste 20 +wagons-réservoirs 20 +wagons-restaurants 20 +wagons-salons 20 +wagons-tombereaux 20 +wagons-trémies 20 +wagons-vannes 20 +wagon-tombereau 18 +wagon-trémie 18 +wagon-vanne 18 +wahhabisme/1 1 +wahhabite/1 13 +wah-wah 45 +wakizashi/1 1 +walkies-talkies 20 +walkie-talkie 18 +walkietalkie/1 1 +walkman/1 1 +walk-over 7 +walkoveur/1 1 +walkyrie/1 2 +wallaby/41 1 +wallaby/1 1 +wallingante/3 6 +wallonisme/1 1 +wallonne/3 6 +wapiti/1 1 +wargame/1 1 +warning/1 1 +warrant/1 1 +warrantage/1 1 +warranter/4 5 +wasabi/1 1 +washingtonia/1 1 +wassingue/1 2 +water/1 1 +waterballast/1 1 +water-ballast/1 1 +watercloset/1 1 +water-closet/1 1 +watergang/1 1 +wateringue/1 10 +waterpolo/1 1 +water-polo/1 1 +waterproof 45 +waterproof/1 4 +waters 7 +watt/61 1 +wattheure/61 1 +wattman/41 1 +wattman/1 1 +wattmètre/1 1 +web 45 +web 18 +webcam/1 2 +webcaméra/1 2 +weber/61 1 +wéber/61 1 +weblog/1 1 +webmestre/1 10 +webmestrie/1 2 +webographie/1 2 +webradio/1 2 +webtélé/1 2 +webzine/1 1 +weekend/1 1 +week-end/1 1 +weekender/10 14 +week-ender/10 14 +welche/1 10 +wellingtonia/1 1 +weltanschauung/1 2 +welter/1 1 +welwitschia/1 1 +wergeld/1 1 +western/1 1 +westphalienne/3 6 +wharf/1 1 +whig/1 13 +whipcord/1 1 +whisky/41 1 +whisky/1 1 +whist/1 1 +white-spirit/1 1 +widget/1 1 +wi-fi 45 +wi-fi 7 +wifi/1 4 +wifi/1 1 +wigwam/1 1 +wiki/1 1 +wilaya/1 2 +williamine/1 2 +winch/41 1 +winch/1 1 +winchester/1 10 +windsurf/1 1 +winstub/1 2 +wintergreen/1 1 +wishbone/1 1 +wisigothe/3 6 +wisigothique/1 4 +witloof/1 2 +wok/1 1 +wolfram/1 1 +wolophiser/4 5 +wombat/1 1 +won/1 1 +woofer/1 1 +woofeur/1 1 +wormien/1 126 +würmienne/3 3 +wyandotte/1 4 +wyandotte/1 2 +x 7 +xanthate/1 1 +xanthélasma/1 1 +xanthie/1 2 +xanthine/1 2 +xanthique/1 4 +xanthoderme/1 13 +xanthogénate/1 1 +xanthogénique/1 4 +xanthome/1 1 +xanthophycée/1 2 +xanthophylle/1 2 +xanthopsie/1 2 +xénarthre/1 1 +xénélasie/1 2 +xénisme/1 1 +xénocristal/19 1 +xénodevise/1 2 +xénogreffe/1 2 +xénolite/1 1 +xénolithe/1 1 +xénon/1 1 +xénophile/1 13 +xénophilie/1 2 +xénophobe/1 13 +xénophobie/1 2 +xéranthème/1 1 +xérès 7 +xérocopie/1 2 +xérodermie/1 2 +xérographie/1 2 +xérographique/1 4 +xérophile/1 4 +xérophtalmie/1 2 +xérophyte/1 2 +xérophytique/1 4 +xérostomie/1 2 +xérus 7 +xhosa/1 13 +xi 7 +xi/1 1 +xiang/1 1 +x-ième/1 4 +ximenia/1 1 +ximénia/1 1 +ximénie/1 2 +xiphias 7 +xipho/1 1 +xiphoïde/1 4 +xiphoïdienne/3 3 +xiphophore/1 1 +xylème/1 1 +xylène/1 1 +xylidine/1 2 +xylocope/1 1 +xylographe/1 1 +xylographie/1 2 +xylographique/1 4 +xylol/1 1 +xylophage/1 13 +xylophène/1 1 +xylophone/1 1 +xylophoniste/1 10 +xylose/1 1 +xyste/1 1 +y 7 +y/262 279 +yacht/1 1 +yacht-club/1 1 +yachting/1 1 +yachtman/41 1 +yachtman/1 1 +yachtsman/41 1 +yachtswoman/41 2 +yachtwoman/41 2 +yachtwoman/1 2 +yack/1 1 +yailler/11 5 +yak/1 1 +yakitori/1 1 +yakuza/1 1 +yang 7 +yankee/1 10 +yaourt/1 1 +yaourtière/1 2 +yapock/1 1 +yard/1 1 +yatagan/1 1 +yawl/1 1 +yd/38 7 +yearling/1 1 +yèble/1 2 +yéménite/1 13 +yen/1 1 +yeoman/41 1 +yeoman/1 1 +yeomanry/41 2 +yeomanry/1 2 +yeti/1 1 +yéti/1 1 +yeuse/2 2 +yeux/9 20 +yé-yé 105 +yéyé/1 13 +yiddish 45 +yiddish 7 +yidiche/1 4 +yidiche/1 1 +yin 7 +ylangs-ylangs/9 20 +ylang-ylang/7 18 +yobibit/1 1 +yobioctet/1 1 +yod/1 1 +yodisation/1 2 +yodiser/4 5 +yodler/10 14 +yoga/1 1 +yoghi/1 10 +yoghourt/1 1 +yogi/1 10 +yogourt/1 1 +yohimbehe/1 1 +yohimbine/1 2 +yole/1 2 +yoper/11 5 +yottabit/1 1 +yottaoctet/1 1 +yougoslave/1 10 +youpi 70 +youpie 70 +youpine/3 6 +yourte/1 2 +youyou/1 1 +yo-yo 7 +yoyo/1 1 +yoyoter/10 14 +yoyotter/10 14 +ypérite/2 2 +yponomeute/2 1 +ypréau/49 1 +ysopet/2 1 +ytterbine/2 2 +ytterbium/2 1 +yttria/2 1 +yttrialite/2 2 +yttrifère/2 4 +yttrique/2 4 +yttrium/2 1 +yuan/1 1 +yucca/1 1 +yuppie/1 10 +yvelinoise/5 6 +z 7 +zabre/1 1 +zaibatsu/1 1 +zain/1 126 +zaïroise/3 6 +zakouski 7 +zakouski/1 1 +zamak/1 1 +zambienne/3 6 +zancle/1 1 +zani/1 1 +zanni 7 +zanzi/1 1 +zanzibar/1 1 +zaouïa/1 2 +zapateado/1 1 +zapatéado/1 1 +zapatiste/1 13 +zapotèque/1 13 +zapper/4 17 +zappette/1 2 +zappeuse/3 9 +zapping/1 1 +zarabe/1 10 +zarbi/1 4 +zarzuela/1 2 +zarzuéla/1 2 +zaydite/1 13 +zazoue/3 9 +zébibit/1 1 +zébioctet/1 1 +zèbre/1 1 +zébrée/3 3 +zébrer/33 5 +zébrure/1 2 +zébu/1 1 +zée/1 1 +zélandaise/3 6 +zélatrice/3 9 +zèle/1 1 +zélée/3 3 +zellige/1 1 +zélote/1 10 +zemstvo/1 1 +zen 45 +zen/1 4 +zen/1 1 +zenana/1 1 +zénana/1 1 +zende/3 3 +zénith/1 1 +zénithale/8 3 +zénitude/1 2 +zéolite/1 2 +zéolithe/1 2 +zéphyr/1 1 +zéphyrienne/3 3 +zéphyrine/1 2 +zeppelin/1 1 +zéro 186 +zéro/1 1 +zéroième/1 13 +zérotage/1 1 +zérumbet/1 1 +zerver/4 5 +zeste/1 1 +zester/4 5 +zêta 7 +zêta/1 1 +zétète/1 1 +zététicienne/3 6 +zététique/1 4 +zététique/1 2 +zettabit/1 1 +zettaoctet/1 1 +zeugma/1 1 +zeugme/1 1 +zeuzère/1 2 +zézaiement/1 1 +zézayer/10 14 +zibeline/1 2 +ziber/4 5 +zidovudine/1 2 +zieuter/4 5 +zig/1 1 +ziggourat/1 2 +zigomar/1 1 +zigoteau/19 1 +zigoto/1 1 +zigouillage/1 1 +zigouillée/3 3 +zigouiller/4 5 +zigounette/1 2 +zigue/1 1 +ziguer/4 5 +zigzag/1 1 +zigzagante/3 3 +zigzaguer/10 14 +zimbabwéenne/3 6 +zinc/1 1 +zincage/1 1 +zincate/1 1 +zincifère/1 4 +zincographie/1 2 +zincogravure/1 2 +zingage/1 1 +zingara 119 +zingaro/51 1 +zingaro/1 1 +zingibéracée/1 2 +zingibérale/1 2 +zingue/1 1 +zinguer/4 5 +zinguerie/1 2 +zingueuse/3 9 +zinjanthrope/1 1 +zinnia/1 1 +zinzin/1 1 +zinzinuler/10 14 +zinzoline/3 6 +zip/1 1 +zippée/3 3 +zipper/4 5 +zircon/1 1 +zircone/1 1 +zirconite/1 2 +zirconium/1 1 +zizanie/1 2 +zizi/1 1 +zloty/1 1 +zoanthaire/1 1 +zoanthropie/1 2 +zob/1 1 +zodiac/1 1 +zodiacale/8 3 +zodiaque/1 1 +zoé/1 2 +zoécie/1 2 +zoïde/1 1 +zoïle/1 1 +zoïsite/1 2 +zombi/1 1 +zombie/1 1 +zombiesque/1 4 +zona/1 1 +zonage/1 1 +zonale/8 3 +zonalité/1 2 +zonarde/3 6 +zonation/1 2 +zone/1 2 +zonée/3 3 +zoner/4 42 +zonière/3 9 +zoning/1 1 +zonoèdre/1 1 +zonure/1 1 +zonzonner/10 14 +zoo/1 1 +zoogamète/1 1 +zoogéographie/1 2 +zooglée/1 2 +zooïde/1 4 +zooïde/1 1 +zoolâtre/1 13 +zoolâtrie/1 2 +zoolâtrique/1 4 +zoolite/1 1 +zoolithe/1 1 +zoologie/1 2 +zoologique/1 4 +zoologiquement 8 +zoologiste/1 10 +zoologue/1 10 +zoom/1 1 +zoomable/1 4 +zoomer/4 116 +zoomorphe/1 4 +zoomorphisme/1 1 +zoonose/1 2 +zoopathie/1 2 +zoopathique/1 4 +zoophile/1 13 +zoophilie/1 2 +zoophobie/1 2 +zoophore/1 1 +zoophyte/1 1 +zooplancton/1 1 +zoopsie/1 2 +zoosémiotique/1 4 +zoosporange/1 2 +zoospore/1 2 +zootaxie/1 2 +zootechnicienne/3 9 +zootechnie/1 2 +zootechnique/1 4 +zoothérapeute/1 10 +zoothérapeutique/1 4 +zoothérapie/1 2 +zoreille/1 10 +zorille/1 2 +zoroastrienne/3 6 +zoroastrisme/1 1 +zostère/1 2 +zostérienne/3 6 +zou 70 +zouave/1 1 +zouaver/4 5 +zouk/1 1 +zouker/10 14 +zouloue/3 6 +zozo/1 1 +zozotement/1 1 +zozoter/10 14 +zozoteuse/3 9 +zucchette/1 2 +zuchette/1 2 +zûner/10 14 +zurichoise/3 6 +zut 70 +zutique/1 4 +zutiste/1 10 +zwanze/1 2 +zwanzer/10 14 +zwanzeuse/3 9 +zwieback/1 1 +zwinglianisme/1 1 +zyeuter/4 5 +zygène/1 2 +zygnéma/1 1 +zygnémale/1 2 +zygoma/1 1 +zygomatique/1 4 +zygomorphe/1 4 +zygomycète/1 1 +zygopétale/1 1 +zygospore/1 2 +zygote/1 1 +zygotique/1 4 +zyklon/1 1 +zymase/1 2 +zymotechnie/1 2 +zymotique/1 4 +zython/1 1 +zythum/1 1 +µR/38 7 +µas/38 57 +α 7 +β 7 +γ 7 +δ 7 +ε 7 +ζ 7 +η 7 +θ 7 +ι 7 +κ 7 +λ 7 +μ 7 +ν 7 +ξ 7 +ο 7 +π 7 +ρ 7 +σ 7 +τ 7 +υ 7 +φ 7 +χ 7 +ψ 7 +ω 7 +Ω/57 7 diff --git a/__init__.py b/resources/mac/.DS_Store old mode 100644 new mode 100755 similarity index 100% rename from __init__.py rename to resources/mac/.DS_Store diff --git a/resources/mac/Info.plist b/resources/mac/Info.plist new file mode 100755 index 000000000..ab067712d --- /dev/null +++ b/resources/mac/Info.plist @@ -0,0 +1,35 @@ + + + + + CFBundleIconFile + @ICON@ + CFBundleDisplayName + Skribisto + CFBundleName + Skribisto + CFBundleShortVersionString + @SHORT_VERSION@ + CFBundlePackageType + APPL + CFBundleSignature + @TYPEINFO@ + CFBundleExecutable + @EXECUTABLE@ + CFBundleIdentifier + com.skribisto.skribisto + CFBundleTypeExtensions + plume + CFBundleTypeIconFile + skribisto + CFBundleTypeName + Skribisto Project + CFBundleTypeRole + None + LSIsAppleDefaultForType + + LSMultipleInstancesProhibited + + + + diff --git a/resources/mac/skribisto-backup.icns b/resources/mac/skribisto-backup.icns new file mode 100644 index 000000000..37df248cf Binary files /dev/null and b/resources/mac/skribisto-backup.icns differ diff --git a/resources/mac/skribisto.icns b/resources/mac/skribisto.icns new file mode 100644 index 000000000..90b1f376b Binary files /dev/null and b/resources/mac/skribisto.icns differ diff --git a/resources/plume_test_project.sqlite b/resources/plume_test_project.sqlite deleted file mode 100644 index 0d94ec727..000000000 Binary files a/resources/plume_test_project.sqlite and /dev/null differ diff --git a/resources/skribisto_screenshot.png b/resources/skribisto_screenshot.png new file mode 100644 index 000000000..ba7fe7c78 Binary files /dev/null and b/resources/skribisto_screenshot.png differ diff --git a/resources/test/skribisto_test_project.sqlite b/resources/test/skribisto_test_project.sqlite new file mode 100644 index 000000000..91b54ccfb Binary files /dev/null and b/resources/test/skribisto_test_project.sqlite differ diff --git a/resources/test/testfiles.qrc b/resources/test/testfiles.qrc new file mode 100755 index 000000000..2be02d094 --- /dev/null +++ b/resources/test/testfiles.qrc @@ -0,0 +1,5 @@ + + + skribisto_test_project.sqlite + + diff --git a/resources/themes/space_opera.skribisto_theme b/resources/themes/space_opera.skribisto_theme new file mode 100644 index 000000000..06739f596 Binary files /dev/null and b/resources/themes/space_opera.skribisto_theme differ diff --git a/resources/unix/applications/eu.skribisto.skribisto.desktop b/resources/unix/applications/eu.skribisto.skribisto.desktop new file mode 100644 index 000000000..e683f54fe --- /dev/null +++ b/resources/unix/applications/eu.skribisto.skribisto.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Skribisto +GenericName=Writing software +GenericName[fr]=Logiciel d'écriture +Comment=Manage your writing projects +Comment[fr]=Organisez avec vos projets d'écriture. +Icon=eu.skribisto.skribisto +Exec=skribisto +Terminal=false +Type=Application +Categories=Qt;Office; +MimeType=application/x-skribisto;application/x-skribisto-backup; diff --git a/resources/unix/debian/changelog b/resources/unix/debian/changelog new file mode 100755 index 000000000..7b195255e --- /dev/null +++ b/resources/unix/debian/changelog @@ -0,0 +1,5 @@ +plume-creator (0.63-0ubuntu1) saucy; urgency=low + + * First packaging test + +-- Cyril Jacquet Thu, 26 Sept 2013 11:12:00 -0400 diff --git a/resources/unix/debian/control b/resources/unix/debian/control new file mode 100755 index 000000000..64628db1c --- /dev/null +++ b/resources/unix/debian/control @@ -0,0 +1,18 @@ +Source: plume-creator +Section: editors +Priority: extra +Maintainer: Cyril Jacquet +Homepage: http://www.plume-creator.eu +Package: plume-creator +Build-Depends: libqt4-dev (>=4.8.3), libhunspell-dev (>=1.3.2), zlib1g-dev (>=1.2.7) +Standards-Version: 3.9.4 +Bzr-Vcs: lp:plume-creator +Package: plume-creator +Architecture: any +Depends: ${shlibs:Depends} +Description: Write your novels ! + You can write your stories in chapters and scenes, + write fullscreen, edit notes and synopses, export + in .html and .odt, edit in rich text, manage + characters, places and items. + The program is designed for Ubuntu Linux and Windows diff --git a/resources/unix/debian/copyright b/resources/unix/debian/copyright new file mode 100755 index 000000000..818433ecc --- /dev/null +++ b/resources/unix/debian/copyright @@ -0,0 +1,674 @@ + 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 +. diff --git a/resources/unix/debian/postinst b/resources/unix/debian/postinst new file mode 100755 index 000000000..03c1f5e92 --- /dev/null +++ b/resources/unix/debian/postinst @@ -0,0 +1,26 @@ +#!/bin/sh +set -e +# Automatically added by dh_installmenu +if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then + update-menus +fi +# End automatically added section +# Automatically added by dh_installmime +if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then + update-mime +fi +# End automatically added section +# Automatically added by dh_installmime +if [ "$1" = "configure" ] && [ -x "`which update-mime-database 2>/dev/null`" ]; then + update-mime-database /usr/share/mime +fi +if [ "$1" = "configure" ] && [ -x "`which update-desktop-database 2>/dev/null`" ]; then + update-desktop-database +fi +if [ "$1" = "configure" ] && [ -x "`which gtk-update-icon-cache 2>/dev/null`" ]; then + gtk-update-icon-cache -fqt /usr/share/icons/hicolor +fi +if [ "$1" = "configure" ] && [ -x "`which touch 2>/dev/null`" ]; then + touch /usr/share/icons/hicolor +fi +# End automatically added section \ No newline at end of file diff --git a/resources/unix/debian/postrm b/resources/unix/debian/postrm new file mode 100755 index 000000000..03c1f5e92 --- /dev/null +++ b/resources/unix/debian/postrm @@ -0,0 +1,26 @@ +#!/bin/sh +set -e +# Automatically added by dh_installmenu +if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then + update-menus +fi +# End automatically added section +# Automatically added by dh_installmime +if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then + update-mime +fi +# End automatically added section +# Automatically added by dh_installmime +if [ "$1" = "configure" ] && [ -x "`which update-mime-database 2>/dev/null`" ]; then + update-mime-database /usr/share/mime +fi +if [ "$1" = "configure" ] && [ -x "`which update-desktop-database 2>/dev/null`" ]; then + update-desktop-database +fi +if [ "$1" = "configure" ] && [ -x "`which gtk-update-icon-cache 2>/dev/null`" ]; then + gtk-update-icon-cache -fqt /usr/share/icons/hicolor +fi +if [ "$1" = "configure" ] && [ -x "`which touch 2>/dev/null`" ]; then + touch /usr/share/icons/hicolor +fi +# End automatically added section \ No newline at end of file diff --git a/resources/unix/debian/rules b/resources/unix/debian/rules new file mode 100755 index 000000000..12dd723bf --- /dev/null +++ b/resources/unix/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# This file is public domain software, originally written by Joey Hess. +# +# This version is for packages that are architecture dependent. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + qmake-qt4 -config release plume-creator-all.pro + make -j2 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + #$(MAKE) clean + #$(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/ + make INSTALL_ROOT=`pwd`/debian/plume-creator install + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install \ No newline at end of file diff --git a/resources/unix/debian/skribisto.dsc b/resources/unix/debian/skribisto.dsc new file mode 100644 index 000000000..962bea921 --- /dev/null +++ b/resources/unix/debian/skribisto.dsc @@ -0,0 +1,14 @@ +Format: 1.0 +Source: plume-creator +Binary: plume-creator +Section: editors +Priority: extra +Maintainer: Cyril Jacquet +Homepage: http://www.plume-creator.eu +Package: plume-creator +Version: 0.66 +Standards-Version: 3.9.4 +Architecture: all +Build-Depends: libqt4-dev (>=4.8.3), debhelper (>= 8.0.0), qt4-qmake, libhunspell-dev (>= 1.3.2), zlib1g-dev (>= 1.2.7) +Package-List: + plume-creator deb editors extra \ No newline at end of file diff --git a/resources/unix/icons/128-apps-eu.skribisto.skribisto.png b/resources/unix/icons/128-apps-eu.skribisto.skribisto.png new file mode 100644 index 000000000..f155b94b4 Binary files /dev/null and b/resources/unix/icons/128-apps-eu.skribisto.skribisto.png differ diff --git a/resources/unix/icons/64-apps-eu.skribisto.skribisto.png b/resources/unix/icons/64-apps-eu.skribisto.skribisto.png new file mode 100644 index 000000000..f32bd2ef2 Binary files /dev/null and b/resources/unix/icons/64-apps-eu.skribisto.skribisto.png differ diff --git a/resources/unix/icons/CMakeLists.txt b/resources/unix/icons/CMakeLists.txt new file mode 100644 index 000000000..245eab38d --- /dev/null +++ b/resources/unix/icons/CMakeLists.txt @@ -0,0 +1,9 @@ +ecm_install_icons( + ICONS + 128-apps-eu.skribisto.skribisto.png + 64-apps-eu.skribisto.skribisto.png + sc-apps-eu.skribisto.skribisto.svg + DESTINATION ${ICON_INSTALL_DIR} + THEME hicolor +) + diff --git a/resources/unix/icons/icons/hicolor/16x16/apps/skribisto-backup.png b/resources/unix/icons/icons/hicolor/16x16/apps/skribisto-backup.png new file mode 100644 index 000000000..9d797915f Binary files /dev/null and b/resources/unix/icons/icons/hicolor/16x16/apps/skribisto-backup.png differ diff --git a/resources/unix/icons/icons/hicolor/16x16/apps/skribisto.png b/resources/unix/icons/icons/hicolor/16x16/apps/skribisto.png new file mode 100644 index 000000000..34d071114 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/16x16/apps/skribisto.png differ diff --git a/resources/unix/icons/icons/hicolor/192x192/apps/skribisto-backup.png b/resources/unix/icons/icons/hicolor/192x192/apps/skribisto-backup.png new file mode 100644 index 000000000..c9357723b Binary files /dev/null and b/resources/unix/icons/icons/hicolor/192x192/apps/skribisto-backup.png differ diff --git a/resources/unix/icons/icons/hicolor/192x192/apps/skribisto.png b/resources/unix/icons/icons/hicolor/192x192/apps/skribisto.png new file mode 100644 index 000000000..5d7f9a0b6 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/192x192/apps/skribisto.png differ diff --git a/resources/unix/icons/icons/hicolor/256x256/apps/skribisto-backup (1).png b/resources/unix/icons/icons/hicolor/256x256/apps/skribisto-backup (1).png new file mode 100644 index 000000000..9c87356ee Binary files /dev/null and b/resources/unix/icons/icons/hicolor/256x256/apps/skribisto-backup (1).png differ diff --git a/resources/plume-creator.png b/resources/unix/icons/icons/hicolor/256x256/apps/skribisto.png similarity index 100% rename from resources/plume-creator.png rename to resources/unix/icons/icons/hicolor/256x256/apps/skribisto.png diff --git a/resources/unix/icons/icons/hicolor/32x32/apps/skribisto-backup (1).png b/resources/unix/icons/icons/hicolor/32x32/apps/skribisto-backup (1).png new file mode 100644 index 000000000..76fa39aad Binary files /dev/null and b/resources/unix/icons/icons/hicolor/32x32/apps/skribisto-backup (1).png differ diff --git a/resources/unix/icons/icons/hicolor/32x32/apps/skribisto.png b/resources/unix/icons/icons/hicolor/32x32/apps/skribisto.png new file mode 100644 index 000000000..2e156b1cb Binary files /dev/null and b/resources/unix/icons/icons/hicolor/32x32/apps/skribisto.png differ diff --git a/resources/unix/icons/icons/hicolor/512x512/apps/skribisto-backup.png b/resources/unix/icons/icons/hicolor/512x512/apps/skribisto-backup.png new file mode 100644 index 000000000..c671e4437 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/512x512/apps/skribisto-backup.png differ diff --git a/resources/unix/icons/icons/hicolor/512x512/apps/skribisto.png b/resources/unix/icons/icons/hicolor/512x512/apps/skribisto.png new file mode 100644 index 000000000..6d26ee657 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/512x512/apps/skribisto.png differ diff --git a/resources/unix/icons/icons/hicolor/64x64/apps/skribisto-backup.png b/resources/unix/icons/icons/hicolor/64x64/apps/skribisto-backup.png new file mode 100644 index 000000000..91b6fd681 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/64x64/apps/skribisto-backup.png differ diff --git a/resources/unix/icons/icons/hicolor/64x64/apps/skribisto.png b/resources/unix/icons/icons/hicolor/64x64/apps/skribisto.png new file mode 100644 index 000000000..f32bd2ef2 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/64x64/apps/skribisto.png differ diff --git a/resources/unix/icons/icons/hicolor/72x72/apps/skribisto-backup.png b/resources/unix/icons/icons/hicolor/72x72/apps/skribisto-backup.png new file mode 100644 index 000000000..0444a4353 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/72x72/apps/skribisto-backup.png differ diff --git a/resources/unix/icons/icons/hicolor/72x72/apps/skribisto.png b/resources/unix/icons/icons/hicolor/72x72/apps/skribisto.png new file mode 100644 index 000000000..912bef4d9 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/72x72/apps/skribisto.png differ diff --git a/resources/unix/icons/icons/hicolor/96x96/apps/skribisto-backup.png b/resources/unix/icons/icons/hicolor/96x96/apps/skribisto-backup.png new file mode 100644 index 000000000..155361870 Binary files /dev/null and b/resources/unix/icons/icons/hicolor/96x96/apps/skribisto-backup.png differ diff --git a/resources/unix/icons/icons/hicolor/96x96/apps/skribisto.png b/resources/unix/icons/icons/hicolor/96x96/apps/skribisto.png new file mode 100644 index 000000000..5b96918ed Binary files /dev/null and b/resources/unix/icons/icons/hicolor/96x96/apps/skribisto.png differ diff --git a/resources/unix/icons/icons/hicolor/scalable/apps/skribisto-backup.svg b/resources/unix/icons/icons/hicolor/scalable/apps/skribisto-backup.svg new file mode 100644 index 000000000..0571d26c4 --- /dev/null +++ b/resources/unix/icons/icons/hicolor/scalable/apps/skribisto-backup.svg @@ -0,0 +1,2428 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/resources/unix/icons/icons/hicolor/scalable/apps/skribisto.svg b/resources/unix/icons/icons/hicolor/scalable/apps/skribisto.svg new file mode 100644 index 000000000..393c19ea1 --- /dev/null +++ b/resources/unix/icons/icons/hicolor/scalable/apps/skribisto.svg @@ -0,0 +1,4453 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/resources/unix/icons/sc-apps-eu.skribisto.skribisto.svg b/resources/unix/icons/sc-apps-eu.skribisto.skribisto.svg new file mode 100644 index 000000000..393c19ea1 --- /dev/null +++ b/resources/unix/icons/sc-apps-eu.skribisto.skribisto.svg @@ -0,0 +1,4453 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/resources/unix/man/man1/skribisto.1.gz b/resources/unix/man/man1/skribisto.1.gz new file mode 100644 index 000000000..d7d3f9d52 Binary files /dev/null and b/resources/unix/man/man1/skribisto.1.gz differ diff --git a/resources/unix/mime/eu.skribisto.skribisto.xml b/resources/unix/mime/eu.skribisto.skribisto.xml new file mode 100644 index 000000000..1fdbab7e5 --- /dev/null +++ b/resources/unix/mime/eu.skribisto.skribisto.xml @@ -0,0 +1,9 @@ + + + + Skribisto Project + Projet Skribisto + + + + diff --git a/resources/unix/mimelnk/application/x-skribisto-backup.desktop b/resources/unix/mimelnk/application/x-skribisto-backup.desktop new file mode 100644 index 000000000..2e47bcec1 --- /dev/null +++ b/resources/unix/mimelnk/application/x-skribisto-backup.desktop @@ -0,0 +1,13 @@ +# KDE Config File +[Desktop Entry] +Encoding=UTF-8 +MimeType=application/x-skribisto-backup +Icon=skribisto-backup +Comment=Skribisto Backup file +Comment[fr]=Copie de secours d'un projet de Skribisto +Type=MimeType +Patterns=*.skribisto_backup +X-KDE-AutoEmbed=false +[Property::X-KDE-NativeExtension] +Type=QString +Value=.skribisto_backup diff --git a/resources/unix/mimelnk/application/x-skribisto.desktop b/resources/unix/mimelnk/application/x-skribisto.desktop new file mode 100644 index 000000000..730a61b5f --- /dev/null +++ b/resources/unix/mimelnk/application/x-skribisto.desktop @@ -0,0 +1,13 @@ +# KDE Config File +[Desktop Entry] +Encoding=UTF-8 +MimeType=application/x-skribisto +Icon=skribisto +Comment=Write your fiction here ! Manage your writing projects +Comment[fr]=Ecrivez ici votre fiction ! Organisez avec vos projets +Type=MimeType +Patterns=*.skribisto +X-KDE-AutoEmbed=false +[Property::X-KDE-NativeExtension] +Type=QString +Value=.skribisto diff --git a/resources/unix/pixmaps/skribisto-backup.png b/resources/unix/pixmaps/skribisto-backup.png new file mode 100644 index 000000000..898f99e06 --- /dev/null +++ b/resources/unix/pixmaps/skribisto-backup.png @@ -0,0 +1 @@ +/usr/share/icons/hicolor/64x64/apps/plume-creator-backup.png \ No newline at end of file diff --git a/resources/unix/pixmaps/skribisto.png b/resources/unix/pixmaps/skribisto.png new file mode 100644 index 000000000..68e2d09dc --- /dev/null +++ b/resources/unix/pixmaps/skribisto.png @@ -0,0 +1 @@ +/usr/share/icons/hicolor/64x64/apps/plume-creator.png \ No newline at end of file diff --git a/resources/windows/icon.rc b/resources/windows/icon.rc new file mode 100755 index 000000000..54ec0d668 --- /dev/null +++ b/resources/windows/icon.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "skribisto.ico" diff --git a/resources/windows/skribisto-backup.ico b/resources/windows/skribisto-backup.ico new file mode 100644 index 000000000..a23e856df Binary files /dev/null and b/resources/windows/skribisto-backup.ico differ diff --git a/resources/windows/skribisto.ico b/resources/windows/skribisto.ico new file mode 100644 index 000000000..d1789cf79 Binary files /dev/null and b/resources/windows/skribisto.ico differ diff --git a/setup.py b/setup.py deleted file mode 100644 index 2a086ef19..000000000 --- a/setup.py +++ /dev/null @@ -1,136 +0,0 @@ -''' -Created on 30 avr. 2015 - -@author: Cyril Jacquet -''' -import sys, os -from cx_Freeze import setup, Executable - - -############################################################################# -# preparation des options - -# chemins de recherche des modules -# ajouter d'autres chemins (absolus) si necessaire: sys.path + ["chemin1", "chemin2"] - - - - -path = sys.path + ["src/plume"] - -# options d'inclusion/exclusion des modules -includes = [ "PyQt5.QtCore", - "PyQt5.QtWidgets", -# "PyQt5.QtGui", -# "PyQt5.Qt", -# "PyQt5.Qt", -# "PyQt5.Qt", - "PyQt5.QtGui", - "PyQt5.Qt", - "sip", - "yapsy" - ] # nommer les modules non trouves par cx_freeze -excludes = [ -# "PyQt5.QtNetwork", -# "PyQt5.QtSvg", -# "PyQt5.QtXml", -# "PyQt5.QtTest", -# "PyQt5.Enginio", -# "PyQt5.DBus", -# "PyQt5.Qsci", -# "PyQt5.QtWebKit", -# "PyQt5.Multimedia" - - # "PyQt5.", - ] -packages = [] # nommer les packages utilises - - -# copier les fichiers non-Python et/ou repertoires et leur contenu: -includefiles = ["src/plume/plugins", "resources" ] - -if sys.platform == "win32": - pass - # includefiles += [...] : ajouter les recopies specifiques à Windows -elif sys.platform == "linux2": - pass - # includefiles += [...] : ajouter les recopies specifiques à Linux -else: - pass - # includefiles += [...] : cas du Mac OSX non traite ici - - -base = None -if sys.platform == "win32": - base = "Win32GUI" - -binpathincludes = [] -if sys.platform == "linux2": - binpathincludes += ["/usr/lib"] - -# niveau d'optimisation pour la compilation en bytecodes -optimize = 0 - -# si True, n'affiche que les warning et les erreurs pendant le traitement cx_freeze -silent = True - - -options = {"path": path, -# "includes": includes, - "excludes": excludes, - "packages": packages, - "include_files": includefiles, - "bin_path_includes": binpathincludes, -# "create_shared_zip": False, # <= ne pas generer de fichier zip -# "include_in_shared_zip": False, # <= ne pas generer de fichier zip -# "compressed": False, # <= ne pas generer de fichier zip - "optimize": optimize, - "silent": silent - } - -build_exe_options = {"optimize": 2} - - -# pour inclure sous Windows les dll system de Windows necessaires -if sys.platform == "win32": - options["include_msvcr"] = True - -############################################################################# -# preparation des cibles -base = None -if sys.platform == "win32": - base = "Win32GUI" # pour application graphique sous Windows - # base = "Console" # pour application en console sous Windows - -icone = None -if sys.platform == "win32": - icone = "icone.ico" - - - - -exe = Executable( -# what to build - script = "src/plume/plume.py", # the name of your main python script goes here - base=base, - initScript = None, - targetName = "plume-creator", # this is the name of the executable file - copyDependentFiles = True, - compress = True, - appendScriptToExe = True, - appendScriptToLibrary = True, - icon = "resources/plume-creator.png" # if you want to use an icon file, specify the file name here -) - - -setup( - - name = "plume-creator", - - version = "0.90", - - description = "Software for writers and novelists", - options={"build_exe": options}, - executables = [exe], - -) diff --git a/skribisto.pro b/skribisto.pro new file mode 100644 index 000000000..2aed25c45 --- /dev/null +++ b/skribisto.pro @@ -0,0 +1,17 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2013-03-30T01:16:33 +# +#------------------------------------------------- + +TEMPLATE = subdirs + +CONFIG += ordered + +QT += GammaRayProbe + +SUBDIRS += \ +skribisto + +skribisto.file = src/skribisto.pro + diff --git a/skribisto.qbs b/skribisto.qbs new file mode 100644 index 000000000..5adf2f722 --- /dev/null +++ b/skribisto.qbs @@ -0,0 +1,75 @@ +import qbs + +Project { + id: project + minimumQbsVersion: "1.10" + property string version: "1.62" + //change it to "0" to display QWidget GUI (if it exists) + property string forceQML: "1" + + Properties { + condition: qbs.targetOS.contains("android") + project.forceQML: "1" + + + } + + + + + + + + SubProject { + inheritProperties: true + filePath: "src/libplume-creator-data/plume-creator-data.qbs" + Properties { + name: "Data" + version: project.version + } + + } + +// SubProject { +// inheritProperties: true +// filePath: "src/plugins/plugins.qbs" +// Properties { +// name: "Plugins" +// version: project.version +// } + +// } + + SubProject { + inheritProperties: true + filePath: "src/app/app.qbs" + Properties { + name: "App" + + version: project.version + forceQML: project.forceQML + } + + } + +// SubProject { +// inheritProperties: true +// filePath: "src/libplume-creator-gui/plume-creator-gui.qbs" +// Properties { +// name: "GUI" +// version: project.version +// } +// } + +// SubProject { +// inheritProperties: true +// filePath: "src/libplume-creator-writingzone/plume-creator-writingzone.qbs" +// Properties { +// name: "WritingZone" +// version: project.version +// } +// } + +} + + diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/app/app.pro b/src/app/app.pro new file mode 100755 index 000000000..c06aa498c --- /dev/null +++ b/src/app/app.pro @@ -0,0 +1,12 @@ +TEMPLATE = subdirs +CONFIG += ordered + +SUBDIRS = src/src.pro + + +CONFIG(debug, debug|release) { +!android { + SUBDIRS += tests/tests.pro + tests.depends = src +} +} diff --git a/src/app/app.qbs b/src/app/app.qbs new file mode 100755 index 000000000..18778f849 --- /dev/null +++ b/src/app/app.qbs @@ -0,0 +1,21 @@ +import qbs + + +Project { + property string version: "" + property string forceQML: "" + minimumQbsVersion: "1.10" + references: [ + "src/src.qbs", + "tests/auto/writetreecase/writetreecase.qbs" + ] + AutotestRunner { + name: "app-autotest" + Depends { name: "Qt"; submodules: ["core"]} + Depends { name: "cpp" } + environment: base.concat(["QT_PLUGIN_PATH=" + Qt.core.pluginPath]) + limitToSubProject: true + + + } +} diff --git a/src/app/src/CMakeLists.txt b/src/app/src/CMakeLists.txt new file mode 100644 index 000000000..973ac1607 --- /dev/null +++ b/src/app/src/CMakeLists.txt @@ -0,0 +1,127 @@ +cmake_minimum_required(VERSION 3.1.0) + +# Populate a CMake variable with the sources + +project(app LANGUAGES CXX) +# Find the QtWidgets library +find_package(Qt5 COMPONENTS Core Quick Network Gui Widgets LinguistTools Svg Xml QuickControls2 CONFIG REQUIRED) +#find_package(KF5Kirigami2) +find_library(HUNSPELL hunspell) + + +set(CMAKE_INCLUDE_CURRENT_DIR ON) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 14) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +#foreach(plugin ${Qt5Gui_PLUGINS}) +# get_target_property(_loc ${plugin} LOCATION) +# message("Plugin ${plugin} is at location ${_loc}") +#endforeach() + +# Include GNUInstallDirs, which sets sensible defaults for install directories. +# See https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html for further information. +# These values can be easily overridden if required. +# Some defaults are set for OpenBSD as well (info and man pages). +include(GNUInstallDirs) +include(FeatureSummary) +# translations : +set(TS_FILES + ${CMAKE_SOURCE_DIR}/src/translations/skribisto_fr_FR.ts + ${CMAKE_SOURCE_DIR}/src/translations/skribisto_de_DE.ts + ${CMAKE_SOURCE_DIR}/src/translations/skribisto_it_IT.ts + ${CMAKE_SOURCE_DIR}/src/translations/skribisto_ru_RU.ts + ${CMAKE_SOURCE_DIR}/src/translations/skribisto_pt_BR.ts + ${CMAKE_SOURCE_DIR}/src/translations/skribisto_sp_SP.ts + ) +#set_source_files_properties(${TS_FILES} PROPERTIES OUTPUT_LOCATION ${CMAKE_SOURCE_DIR}/src/translations/) +qt5_create_translation(QM_FILES ${CMAKE_SOURCE_DIR} ${TS_FILES}) +configure_file(${CMAKE_SOURCE_DIR}/src/translations/translations.qrc ${CMAKE_BINARY_DIR}/src/app/src COPYONLY) + +set(app_SRCS + main.cpp + documenthandler.h + documenthandler.cpp + skrusersettings.h + skrusersettings.cpp + skrrecentprojectlistmodel.h + skrrecentprojectlistmodel.cpp + skrfonts.h + skrfonts.cpp + skrfontfamilylistmodel.cpp + skrfontfamilylistmodel.h + skrfonts.cpp + skreditmenusignalhub.h + skreditmenusignalhub.cpp + skrqmltools.h + highlighter.cpp + highlighter.h + spellchecker.cpp + spellchecker.h + skrrootitem.cpp + skrrootitem.h +) + +set(QML qml.qrc + ) +#ADD_CUSTOM_TARGET(qml.qrc SOURCES qml.qrc) + +#FILE(GLOB QML_SRC "qml/*.qml") +# Add QML files to project tree without building/compiling them +#ADD_CUSTOM_TARGET(qml SOURCES ${QML_SRC} ) + +# QtCreator supports the following variables for Android, which are identical to qmake Android variables. +# Check http://doc.qt.io/qt-5/deployment-android.html for more information. +# They need to be set before the find_package(Qt5 ...) call. + +#if(ANDROID) +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") +# if (ANDROID_ABI STREQUAL "armeabi-v7a") +# set(ANDROID_EXTRA_LIBS +# ${CMAKE_CURRENT_SOURCE_DIR}/path/to/libcrypto.so +# ${CMAKE_CURRENT_SOURCE_DIR}/path/to/libssl.so) +# endif() +#endif() + +set(QRC pics.qrc + controls.qrc + icons.qrc + ${CMAKE_SOURCE_DIR}/resources/test/testfiles.qrc + ${CMAKE_SOURCE_DIR}/readme.qrc + + ${CMAKE_BINARY_DIR}/src/app/src/translations.qrc + ) + +# needed to allow qML debugging : +if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug") + find_package(Qt5QuickCompiler) + qtquick_compiler_add_resources(RESOURCES ${QML}) + qt5_add_resources(RESOURCES ${QRC}) +endif (NOT CMAKE_BUILD_TYPE STREQUAL "Debug") +if (CMAKE_BUILD_TYPE STREQUAL "Debug") + qt5_add_resources(RESOURCES ${QRC} ${QML}) +endif (CMAKE_BUILD_TYPE STREQUAL "Debug") + +# Tell CMake to create the executable + +if(ANDROID) + add_library(skribisto ${app_SRCS} ${RESOURCES} ${QRC} ) +else() + add_executable(skribisto ${app_SRCS} ${RESOURCES} ${QRC} ) +endif() + +target_compile_definitions(skribisto + PRIVATE $<$,$>:QT_QML_DEBUG>) + +target_link_libraries(skribisto skribisto-data Qt5::Core Qt5::Quick Qt5::Network Qt5::Gui Qt5::Widgets Qt5::Svg Qt5::QuickControls2 + ${HUNSPELL}) +include_directories("${CMAKE_SOURCE_DIR}/src/libskribisto-data/src/") + + +install(TARGETS skribisto RUNTIME DESTINATION ${KDE_INSTALL_BINDIR}) + +#set_target_properties(${CMAKE_PROJECT_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_SOURCE_DIR}/data/Info.plist) diff --git a/src/app/src/android/AndroidManifest.xml b/src/app/src/android/AndroidManifest.xml new file mode 100644 index 000000000..04f2ef388 --- /dev/null +++ b/src/app/src/android/AndroidManifest.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/src/android/build.gradle b/src/app/src/android/build.gradle new file mode 100644 index 000000000..3087d08c8 --- /dev/null +++ b/src/app/src/android/build.gradle @@ -0,0 +1,62 @@ +buildscript { + repositories { + google() + jcenter() + } + + dependencies { + classpath 'com.android.tools.build:gradle:3.5.0' + } +} + +repositories { + google() + jcenter() +} + +apply plugin: 'com.android.application' + +dependencies { + implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) +} + +android { + /******************************************************* + * The following variables: + * - androidBuildToolsVersion, + * - androidCompileSdkVersion + * - qt5AndroidDir - holds the path to qt android files + * needed to build any Qt application + * on Android. + * + * are defined in gradle.properties file. This file is + * updated by QtCreator and androiddeployqt tools. + * Changing them manually might break the compilation! + *******************************************************/ + + compileSdkVersion androidCompileSdkVersion.toInteger() + + buildToolsVersion '28.0.3' + + sourceSets { + main { + manifest.srcFile 'AndroidManifest.xml' + java.srcDirs = [qt5AndroidDir + '/src', 'src', 'java'] + aidl.srcDirs = [qt5AndroidDir + '/src', 'src', 'aidl'] + res.srcDirs = [qt5AndroidDir + '/res', 'res'] + resources.srcDirs = ['resources'] + renderscript.srcDirs = ['src'] + assets.srcDirs = ['assets'] + jniLibs.srcDirs = ['libs'] + } + } + + lintOptions { + abortOnError false + } + + // Do not compress Qt binary resources file + aaptOptions { + noCompress 'rcc' + } +} diff --git a/src/app/src/android/gradle/wrapper/gradle-wrapper.jar b/src/app/src/android/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 000000000..f6b961fd5 Binary files /dev/null and b/src/app/src/android/gradle/wrapper/gradle-wrapper.jar differ diff --git a/src/app/src/android/gradle/wrapper/gradle-wrapper.properties b/src/app/src/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 000000000..4b7e1f3d3 --- /dev/null +++ b/src/app/src/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/src/app/src/android/gradlew b/src/app/src/android/gradlew new file mode 100755 index 000000000..cccdd3d51 --- /dev/null +++ b/src/app/src/android/gradlew @@ -0,0 +1,172 @@ +#!/usr/bin/env sh + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >/dev/null +APP_HOME="`pwd -P`" +cd "$SAVED" >/dev/null + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS="" + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn () { + echo "$*" +} + +die () { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; + NONSTOP* ) + nonstop=true + ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=$((i+1)) + done + case $i in + (0) set -- ;; + (1) set -- "$args0" ;; + (2) set -- "$args0" "$args1" ;; + (3) set -- "$args0" "$args1" "$args2" ;; + (4) set -- "$args0" "$args1" "$args2" "$args3" ;; + (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Escape application args +save () { + for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done + echo " " +} +APP_ARGS=$(save "$@") + +# Collect all arguments for the java command, following the shell quoting and substitution rules +eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" + +# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong +if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then + cd "$(dirname "$0")" +fi + +exec "$JAVACMD" "$@" diff --git a/src/app/src/android/gradlew.bat b/src/app/src/android/gradlew.bat new file mode 100644 index 000000000..f9553162f --- /dev/null +++ b/src/app/src/android/gradlew.bat @@ -0,0 +1,84 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS= + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto init + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:init +@rem Get command-line arguments, handling Windows variants + +if not "%OS%" == "Windows_NT" goto win9xME_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/src/app/src/android/res/drawable-ldpi/icon.png b/src/app/src/android/res/drawable-ldpi/icon.png new file mode 100644 index 000000000..68e2d09dc --- /dev/null +++ b/src/app/src/android/res/drawable-ldpi/icon.png @@ -0,0 +1 @@ +/usr/share/icons/hicolor/64x64/apps/plume-creator.png \ No newline at end of file diff --git a/src/app/src/android/res/values/libs.xml b/src/app/src/android/res/values/libs.xml new file mode 100644 index 000000000..6b1a4a2a0 --- /dev/null +++ b/src/app/src/android/res/values/libs.xml @@ -0,0 +1,22 @@ + + + + https://download.qt.io/ministro/android/qt5/qt-5.14 + + + + + + + + + + + + + + + + + diff --git a/src/app/src/controls.qrc b/src/app/src/controls.qrc new file mode 100644 index 000000000..d9dc9c093 --- /dev/null +++ b/src/app/src/controls.qrc @@ -0,0 +1,5 @@ + + + qtquickcontrols2.conf + + diff --git a/src/app/src/controls.qrc.depends b/src/app/src/controls.qrc.depends new file mode 100644 index 000000000..d9dc9c093 --- /dev/null +++ b/src/app/src/controls.qrc.depends @@ -0,0 +1,5 @@ + + + qtquickcontrols2.conf + + diff --git a/src/app/src/documenthandler.cpp b/src/app/src/documenthandler.cpp new file mode 100644 index 000000000..8a30f2fdc --- /dev/null +++ b/src/app/src/documenthandler.cpp @@ -0,0 +1,568 @@ + + +#include "documenthandler.h" + +#include +#include +#include +#include +#include +#include + +#include "highlighter.h" + +// #include "plmdata.h" + +DocumentHandler::DocumentHandler(QObject *parent) : + QObject(parent), + m_textDoc(nullptr), + m_formatPosition(-2), + m_paperId(-1) +{} + +QQuickTextDocument * DocumentHandler::textDocument() const +{ + return m_textDoc; +} + +void DocumentHandler::setTextDocument(QQuickTextDocument *textDocument) +{ + if (m_textDoc) { + disconnect(m_textDoc->textDocument()); + } + + m_textDoc = textDocument; + emit textDocumentChanged(); + + if (m_textDoc) { + connect(m_textDoc->textDocument(), + &QTextDocument::undoAvailable, + this, + &DocumentHandler::canUndoChanged); + connect(m_textDoc->textDocument(), + &QTextDocument::redoAvailable, + this, + &DocumentHandler::canRedoChanged); + m_textCursor = + textDocument->textDocument()->rootFrame()->firstCursorPosition(); + m_selectionCursor = + textDocument->textDocument()->rootFrame()->firstCursorPosition(); + + new Highlighter(m_textDoc->textDocument()); + + } else { + m_textCursor.setPosition(0); + } + emit cursorPositionChanged(); +} + +QStringList DocumentHandler::allFontFamilies() const +{ + QFontDatabase db; + + return db.families(); +} + +int DocumentHandler::cursorPosition() const +{ + return m_textCursor.position(); +} + +void DocumentHandler::setCursorPosition(int position) +{ + if ((m_formatPosition >= 0) && (m_textCursor.position() == position)) { + m_textCursor.movePosition(QTextCursor::PreviousCharacter, + QTextCursor::KeepAnchor, + position - m_formatPosition); + m_textCursor.setCharFormat(m_nextFormat); + } + m_textCursor.setPosition(position); + m_formatPosition = -2; + m_nextFormat = m_textCursor.charFormat(); + + emit formatChanged(); + emit cursorPositionChanged(); +} + +int DocumentHandler::selectionStart() const +{ + return m_selectionCursor.selectionStart(); +} + +void DocumentHandler::setSelectionStart(int selectionStart) +{ + m_selectionStart = selectionStart; + m_selectionCursor.setPosition(m_selectionStart, QTextCursor::MoveAnchor); + m_selectionCursor.setPosition(m_selectionEnd, QTextCursor::KeepAnchor); +} + +int DocumentHandler::selectionEnd() const +{ + return m_selectionCursor.selectionEnd(); +} + +void DocumentHandler::setSelectionEnd(int selectionEnd) +{ + m_selectionEnd = selectionEnd; + m_selectionCursor.setPosition(m_selectionStart, QTextCursor::MoveAnchor); + m_selectionCursor.setPosition(m_selectionEnd, QTextCursor::KeepAnchor); +} + +QString DocumentHandler::fontFamily() const +{ + if (m_selectionCursor.selectedText().isEmpty()) { + if (m_formatPosition != -2) { + return m_nextFormat.font().family(); + } + return m_textCursor.charFormat().font().family(); + } else { + return m_selectionCursor.charFormat().font().family(); + } +} + +void DocumentHandler::setFontFamily(const QString& fontFamily) +{ + if (m_selectionCursor.selectedText().isEmpty()) { + m_nextFormat.setFontFamily(fontFamily); + m_formatPosition = m_textCursor.position(); + } else { + QTextCharFormat f = m_selectionCursor.charFormat(); + f.setFontFamily(fontFamily); + m_selectionCursor.mergeCharFormat(f); + } + emit formatChanged(); +} + +qreal DocumentHandler::fontSize() const +{ + if (m_selectionCursor.selectedText().isEmpty()) { + if (m_formatPosition != 2) { + return m_nextFormat.fontPointSize(); + } + return m_textCursor.charFormat().fontPointSize(); + } else { + return m_selectionCursor.charFormat().fontPointSize(); + } +} + +void DocumentHandler::setFontSize(qreal fontSize) +{ + if (m_selectionCursor.selectedText().isEmpty()) { + m_nextFormat.setFontPointSize(fontSize); + m_formatPosition = m_textCursor.position(); + } else { + QTextCharFormat f = m_selectionCursor.charFormat(); + f.setFontPointSize(fontSize); + m_selectionCursor.mergeCharFormat(f); + } + emit formatChanged(); +} + +bool DocumentHandler::italic() const +{ + if (m_selectionCursor.selectedText().isEmpty()) { + if (m_formatPosition != -2) { + return m_nextFormat.fontItalic(); + } + return m_textCursor.charFormat().fontItalic(); + } else { + int start = m_selectionCursor.anchor() + 1; + int end = m_selectionCursor.position(); + + bool result = true; + QTextCursor cursor(m_textDoc->textDocument()); + + for (int i = start; i <= end; i++) { + cursor.setPosition(i); + result = cursor.charFormat().fontItalic(); + + if (!result) { + break; + } + } + + return result; + } +} + +void DocumentHandler::setItalic(bool italic) +{ + qDebug() << "set italic"; + + if (m_selectionCursor.selectedText().isEmpty()) { + m_nextFormat.setFontItalic(italic); + m_formatPosition = m_textCursor.position(); + } else { + QTextCharFormat f = m_selectionCursor.charFormat(); + f.setFontItalic(italic); + m_selectionCursor.mergeCharFormat(f); + + // for test purpose: + // QUrl uri ("mydata://skibisto.svg" ); + // QImage image = QImageReader (":/pics/skribisto.svg").read(); + // m_textDoc->textDocument()->addResource( + // QTextDocument::ImageResource, uri, QVariant ( image ) ); + // QTextImageFormat imageFormat; + // imageFormat.setName(uri.toString()); + // imageFormat.setHeight(200); + // imageFormat.setWidth(200); + // imageFormat.setAnchor(true); + // imageFormat.setAnchorHref("http://qt.io"); + + + // if(imageFormat.isValid()){ + // m_textCursor.insertImage(imageFormat); + // } + + // QTextDocumentWriter writer; + // writer.setFileName("/home/cyril/Documents/rrrrr.odt"); + // writer.setFormat("odf"); + // writer.write(m_textDoc->textDocument()); + } + emit formatChanged(); +} + +bool DocumentHandler::bold() const +{ + if (m_selectionCursor.selectedText().isEmpty()) { + if (m_formatPosition != -2) { + return m_nextFormat.fontWeight() >= QFont::Bold; + } + return m_textCursor.charFormat().fontWeight() >= QFont::Bold; + } else { + int start = m_selectionCursor.anchor() + 1; + int end = m_selectionCursor.position(); + + bool result = true; + QTextCursor cursor(m_textDoc->textDocument()); + + for (int i = start; i <= end; i++) { + cursor.setPosition(i); + result = cursor.charFormat().fontWeight() >= QFont::Bold; + + if (!result) { + break; + } + } + + return result; + } +} + +void DocumentHandler::setBold(bool bold) +{ + if (m_selectionCursor.selectedText().isEmpty()) { + qDebug() << "m_selectionCursor" << m_selectionCursor.selectedText(); + qDebug() << "m_selectionCursor" << m_selectionCursor.selectionStart(); + qDebug() << "m_selectionCursor" << m_selectionCursor.selectionEnd(); + m_nextFormat.setFontWeight(bold ? QFont::Bold : QFont::Normal); + m_formatPosition = m_textCursor.position(); + } else { + QTextCharFormat f = m_selectionCursor.charFormat(); + f.setFontWeight(bold ? QFont::Bold : QFont::Normal); + m_selectionCursor.mergeCharFormat(f); + } + emit formatChanged(); +} + +bool DocumentHandler::underline() const +{ + if (m_selectionCursor.selectedText().isEmpty()) { + if (m_formatPosition != -2) { + return m_nextFormat.fontUnderline(); + } + return m_textCursor.charFormat().fontUnderline(); + } else { + int start = m_selectionCursor.anchor() + 1; + int end = m_selectionCursor.position(); + + bool result = true; + QTextCursor cursor(m_textDoc->textDocument()); + + for (int i = start; i <= end; i++) { + cursor.setPosition(i); + result = cursor.charFormat().fontUnderline(); + + if (!result) { + break; + } + } + + return result; + } +} + +void DocumentHandler::setUnderline(bool underline) +{ + if (m_selectionCursor.selectedText().isEmpty()) { + m_nextFormat.setFontUnderline(underline); + m_formatPosition = m_textCursor.position(); + } else { + QTextCharFormat f = m_selectionCursor.charFormat(); + f.setFontUnderline(underline); + m_selectionCursor.mergeCharFormat(f); + } + emit formatChanged(); +} + +bool DocumentHandler::strikeout() const +{ + if (m_selectionCursor.selectedText().isEmpty()) { + if (m_formatPosition != -2) { + return m_nextFormat.fontStrikeOut(); + } + return m_textCursor.charFormat().fontStrikeOut(); + } else { + int start = m_selectionCursor.anchor() + 1; + int end = m_selectionCursor.position(); + + bool result = true; + QTextCursor cursor(m_textDoc->textDocument()); + + for (int i = start; i <= end; i++) { + cursor.setPosition(i); + result = cursor.charFormat().fontStrikeOut(); + + if (!result) { + break; + } + } + + return result; + } +} + +void DocumentHandler::setStrikeout(bool strikeout) +{ + if (m_selectionCursor.selectedText().isEmpty()) { + m_nextFormat.setFontStrikeOut(strikeout); + m_formatPosition = m_textCursor.position(); + } else { + QTextCharFormat f = m_selectionCursor.charFormat(); + f.setFontStrikeOut(strikeout); + m_selectionCursor.mergeCharFormat(f); + } + emit formatChanged(); +} + +QColor DocumentHandler::color() const +{ + if (m_selectionCursor.selectedText().isEmpty()) { + if (m_formatPosition != -2) { + return m_nextFormat.foreground().color(); + } + return m_textCursor.charFormat().foreground().color(); + } else { + return m_selectionCursor.charFormat().foreground().color(); + } +} + +void DocumentHandler::setColor(const QColor& color) +{ + if (m_selectionCursor.selectedText().isEmpty()) { + m_nextFormat.setForeground(QBrush(color)); + m_formatPosition = m_textCursor.position(); + } else { + QTextCharFormat f = m_selectionCursor.charFormat(); + f.setForeground(QBrush(color)); + m_selectionCursor.mergeCharFormat(f); + } + emit formatChanged(); +} + +bool DocumentHandler::canUndo() const +{ + return m_textDoc != 0 && m_textDoc->textDocument()->isUndoAvailable(); +} + +bool DocumentHandler::canRedo() const +{ + return m_textDoc != 0 && m_textDoc->textDocument()->isRedoAvailable(); +} + +Qt::Alignment DocumentHandler::alignment() const +{ + return m_textCursor.blockFormat().alignment(); +} + +void DocumentHandler::setAlignment(Qt::Alignment alignment) +{ + QTextBlockFormat f = m_textCursor.blockFormat(); + + f.setAlignment(alignment); + m_textCursor.mergeBlockFormat(f); + emit formatChanged(); +} + +bool DocumentHandler::bulletList() const +{ + return m_textCursor.currentList() && + m_textCursor.currentList()->format().style() == QTextListFormat::ListDisc; +} + +void DocumentHandler::setBulletList(bool bulletList) +{ + if (this->bulletList() && !bulletList) { + m_textCursor.beginEditBlock(); + m_textCursor.currentList()->remove(m_textCursor.block()); + unindentBlock(); + m_textCursor.endEditBlock(); + } else if (!this->bulletList() && bulletList) { + QTextListFormat f; + f.setStyle(QTextListFormat::ListDisc); + m_textCursor.createList(f); + } + emit formatChanged(); +} + +bool DocumentHandler::numberedList() const +{ + return m_textCursor.currentList() && + m_textCursor.currentList()->format().style() == QTextListFormat::ListDecimal; +} + +void DocumentHandler::setNumberedList(bool numberedList) +{ + if (this->numberedList() && !numberedList) { + m_textCursor.beginEditBlock(); + m_textCursor.currentList()->remove(m_textCursor.block()); + unindentBlock(); + m_textCursor.endEditBlock(); + } else if (!this->numberedList() && numberedList) { + QTextListFormat f; + f.setStyle(QTextListFormat::ListDecimal); + m_textCursor.createList(f); + } + emit formatChanged(); +} + +int DocumentHandler::paperId() const +{ + return m_paperId; +} + +void DocumentHandler::setId(const int projectId, const int paperId) +{ + if ((paperId == -1) || (projectId == -1)) { + return; + } + m_projectId = projectId; + m_paperId = paperId; + + // QString text = plmdata->sheetHub()->getContent(projectId, paperId); + + m_selectionCursor.select(QTextCursor::Document); + + // m_selectionCursor.insertHtml(text); + + emit formatChanged(); + emit idChanged(); +} + +int DocumentHandler::projectId() const +{ + return m_projectId; +} + +int DocumentHandler::maxCursorPosition() const +{ + return m_textDoc->textDocument()->characterCount(); +} + +qreal DocumentHandler::topMarginEverywhere() const +{ + return m_topMarginEverywhere; +} + +void DocumentHandler::setTopMarginEverywhere(qreal topMargin) +{ + if (!m_textDoc) { + return; + } + + int previousPosition = m_textCursor.position(); + + m_textCursor.setPosition(0); + int posMax = m_textDoc->textDocument()->rootFrame()->lastCursorPosition().position(); + + m_textCursor.setPosition(posMax, QTextCursor::KeepAnchor); + + QTextBlockFormat f = m_textCursor.blockFormat(); + + f.setTopMargin(topMargin); + m_textCursor.mergeBlockFormat(f); + m_topMarginEverywhere = topMargin; + + m_textCursor.setPosition(previousPosition); + + emit topMarginEverywhereChanged(topMargin); +} + +qreal DocumentHandler::indentEverywhere() const +{ + return m_indentEverywhere; +} + +void DocumentHandler::setIndentEverywhere(qreal indent) +{ + if (!m_textDoc) { + return; + } + + int previousPosition = m_textCursor.position(); + + m_textCursor.setPosition(0); + int posMax = m_textDoc->textDocument()->rootFrame()->lastCursorPosition().position(); + + m_textCursor.setPosition(posMax, QTextCursor::KeepAnchor); + + QTextBlockFormat f = m_textCursor.blockFormat(); + + f.setTextIndent(indent); + m_textCursor.mergeBlockFormat(f); + m_indentEverywhere = indent; + + m_textCursor.setPosition(previousPosition); + + emit indentEverywhereChanged(indent); +} + +void DocumentHandler::indentBlock() +{ + QTextBlockFormat f = m_textCursor.blockFormat(); + + f.setIndent(f.indent() + 1); + m_textCursor.setBlockFormat(f); +} + +void DocumentHandler::unindentBlock() +{ + QTextBlockFormat f = m_textCursor.blockFormat(); + + f.setIndent(f.indent() - 1); + m_textCursor.setBlockFormat(f); +} + +void DocumentHandler::undo() +{ + if (m_textDoc) { + m_textDoc->textDocument()->undo(); + } +} + +void DocumentHandler::redo() +{ + if (m_textDoc) { + m_textDoc->textDocument()->redo(); + } +} + +void DocumentHandler::addHorizontalLine() +{ + m_textCursor.beginEditBlock(); + m_textCursor.insertHtml("____________________"); + m_textDoc->textDocument()->setHtml(m_textDoc->textDocument()->toHtml().replace(QRegExp( + "____________________"), + "

")); + m_textCursor.endEditBlock(); +} diff --git a/src/app/src/documenthandler.h b/src/app/src/documenthandler.h new file mode 100644 index 000000000..f78628895 --- /dev/null +++ b/src/app/src/documenthandler.h @@ -0,0 +1,168 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: DocumentHandler.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#ifndef DOCUMENTHANDLER_H +#define DOCUMENTHANDLER_H + +#include +#include +#include + +class DocumentHandler : public QObject { + Q_OBJECT + Q_PROPERTY(QStringList allFontFamilies READ allFontFamilies CONSTANT) + + Q_PROPERTY( + QQuickTextDocument * + textDocument READ textDocument WRITE setTextDocument NOTIFY textDocumentChanged) + + Q_PROPERTY( + int cursorPosition READ cursorPosition WRITE setCursorPosition NOTIFY cursorPositionChanged) + Q_PROPERTY( + int selectionStart READ selectionStart WRITE setSelectionStart NOTIFY cursorPositionChanged) + Q_PROPERTY( + int selectionEnd READ selectionEnd WRITE setSelectionEnd NOTIFY cursorPositionChanged) + + Q_PROPERTY(QString fontFamily READ fontFamily WRITE setFontFamily NOTIFY formatChanged) + Q_PROPERTY(qreal fontSize READ fontSize WRITE setFontSize NOTIFY formatChanged) + Q_PROPERTY(bool italic READ italic WRITE setItalic NOTIFY formatChanged) + Q_PROPERTY(bool bold READ bold WRITE setBold NOTIFY formatChanged) + Q_PROPERTY(bool underline READ underline WRITE setUnderline NOTIFY formatChanged) + Q_PROPERTY(bool strikeout READ strikeout WRITE setStrikeout NOTIFY formatChanged) + Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY formatChanged) + Q_PROPERTY( + Qt::Alignment alignment READ alignment WRITE setAlignment NOTIFY formatChanged) + Q_PROPERTY(bool bulletList READ bulletList WRITE setBulletList NOTIFY formatChanged) + Q_PROPERTY( + bool numberedList READ numberedList WRITE setNumberedList NOTIFY formatChanged) + + Q_PROPERTY(bool canUndo READ canUndo NOTIFY canUndoChanged) + Q_PROPERTY(bool canRedo READ canRedo NOTIFY canRedoChanged) + Q_PROPERTY(int paperId READ paperId NOTIFY idChanged) + Q_PROPERTY(int projectId READ projectId NOTIFY idChanged) + + Q_PROPERTY( + qreal topMarginEverywhere READ topMarginEverywhere WRITE setTopMarginEverywhere NOTIFY topMarginEverywhereChanged) + Q_PROPERTY( + qreal indentEverywhere READ indentEverywhere WRITE setIndentEverywhere NOTIFY indentEverywhereChanged) + +public: + + DocumentHandler(QObject *parent = nullptr); + + QStringList allFontFamilies() const; + + QQuickTextDocument* textDocument() const; + void setTextDocument(QQuickTextDocument *textDocument); + + int cursorPosition() const; + void setCursorPosition(int position); + + int selectionStart() const; + void setSelectionStart(int selectionStart); + + int selectionEnd() const; + void setSelectionEnd(int selectionEnd); + + QString fontFamily() const; + void setFontFamily(const QString& fontFamily); + + qreal fontSize() const; + void setFontSize(qreal fontSize); + + bool italic() const; + void setItalic(bool italic); + + bool bold() const; + void setBold(bool bold); + + bool underline() const; + void setUnderline(bool underline); + + bool strikeout() const; + void setStrikeout(bool strikeout); + + QColor color() const; + void setColor(const QColor& color); + + bool canUndo() const; + bool canRedo() const; + + Qt::Alignment alignment() const; + void setAlignment(Qt::Alignment alignment); + + bool bulletList() const; + void setBulletList(bool bulletList); + + bool numberedList() const; + void setNumberedList(bool numberedList); + + void setId(const int projectId, + const int paperId); + int paperId() const; + + int projectId() const; + + Q_INVOKABLE int maxCursorPosition() const; + + qreal topMarginEverywhere() const; + void setTopMarginEverywhere(qreal topMargin); + qreal indentEverywhere() const; + void setIndentEverywhere(qreal indent); + +public slots: + + void addHorizontalLine(); + void indentBlock(); + void unindentBlock(); + + void undo(); + void redo(); + +signals: + + void textDocumentChanged(); + void cursorPositionChanged(); + void formatChanged(); + + void canUndoChanged(bool canUndo); + void canRedoChanged(bool canRedo); + void idChanged(); + void topMarginEverywhereChanged(qreal topMargin); + void indentEverywhereChanged(qreal indent); + +private: + + QQuickTextDocument *m_textDoc; + QTextCursor m_textCursor; + QTextCursor m_selectionCursor; + + QTextCharFormat m_nextFormat; + int m_formatPosition; + int m_selectionStart; + int m_selectionEnd; + int m_projectId; + int m_paperId; + qreal m_topMarginEverywhere; + qreal m_indentEverywhere; +}; + +#endif // DOCUMENTHANDLER_H diff --git a/src/app/src/highlighter.cpp b/src/app/src/highlighter.cpp new file mode 100644 index 000000000..111c70380 --- /dev/null +++ b/src/app/src/highlighter.cpp @@ -0,0 +1,208 @@ +#include "highlighter.h" +#include +#include + +Highlighter::Highlighter(QTextDocument *parentDoc) + : QSyntaxHighlighter(parentDoc), spellCheckerSet(false) +{ + this->setSpellChecker(new SpellChecker(this)); + + // for test : +// QString dictPath = SpellChecker::dictsList().key("fr_FR"); +// m_spellChecker->setDict(dictPath, QStringList(), QStringList() ); + +// m_spellChecker->activate(); + +} + +//------------------------------------------------------------------- + + +//------------------------------------------------------------------- + +void Highlighter::highlightBlock(const QString &text) +{ + + setCurrentBlockState(0); + + + if(text.length() > 7000){ //cancel the highlighting to prevent slowing. + qWarning() << "a paragraph is too long for highlighting !"; + return; + } + + + + // find : + + QList findList; + + QTextCharFormat findFormat; + findFormat.setBackground(Qt::yellow); + + if(!textToHighLight.isEmpty()){ + + + + + int position = 0; + while(position >= 0){ + + int start = text.indexOf(textToHighLight, position, sensitivity); + + if(start == -1) + break; + + // setFormat(start , textToHighLight.size(), findFormat); + + // list for later merging : + for(int i = start; i < start + textToHighLight.size(); ++i) + findList.append(i); + + position = text.indexOf(textToHighLight, position + textToHighLight.size(), sensitivity) ; + + + } + + setCurrentBlockState(1); + } + + + // spell check : + + QList spellcheckerList; + + QTextCharFormat spellcheckFormat; + spellcheckFormat.setUnderlineColor(Qt::GlobalColor::red); + spellcheckFormat.setUnderlineStyle(QTextCharFormat::SpellCheckUnderline); + spellcheckFormat.setFontUnderline(false); + + if(spellCheckerSet) + if(m_spellChecker->isActive()){ + + + + + + QTextBoundaryFinder wordFinder(QTextBoundaryFinder::Word,text); + int wordStart = 0; + int wordLength = 0; + QString wordValue = ""; + while (wordFinder.position() < text.length()) + { + if(wordFinder.position() == -1) + break; + + if (wordFinder.position()==0) + { + wordStart=0; + } + else + { + wordStart=wordFinder.position(); + } + + + wordLength=wordFinder.toNextBoundary()-wordStart; + + wordValue=text.mid(wordStart,wordLength); + + + + if(!m_spellChecker->spell(text.mid(wordStart,wordLength))){ + // setFormat(wordStart, wordLength, spellcheckFormat); + + + if(text.mid(wordStart + wordLength, 1) == "-"){ // cerf-volant, orateur-né + wordFinder.toNextBoundary(); + int nextWordLength = wordFinder.toNextBoundary()- (wordStart + wordLength +1); + wordFinder.toPreviousBoundary(); + wordFinder.toPreviousBoundary(); + + QString hyphenWord = text.mid(wordStart, wordLength + nextWordLength + 1); + // qDebug() << "hyphenWord_Highlighter : " + hyphenWord; + if(!m_spellChecker->spell(text.mid(wordStart, hyphenWord.size()))){ + wordLength = hyphenWord.size(); + wordFinder.toNextBoundary(); + wordFinder.toNextBoundary(); + + for(int i = wordStart; i < wordStart + wordLength; ++i) + spellcheckerList.append(i); + continue; + + } + else { + + wordFinder.toNextBoundary(); + wordFinder.toNextBoundary(); + continue; + } + } + + + + + // list for later merging : + for(int i = wordStart; i < wordStart + wordLength; ++i) + spellcheckerList.append(i); + + } + + + + } + setCurrentBlockState(2); + + } + + + for(int k = 0; k < text.length(); ++k){ + QTextCharFormat finalFormat; + + if(findList.contains(k)) + finalFormat.merge(findFormat); + if(spellcheckerList.contains(k)) + finalFormat.merge(spellcheckFormat); + + setFormat(k, 1, finalFormat); + + } + + +} +//------------------------------------------------------------------- + + +void Highlighter::setTextToHighlight(QString string) +{ + textToHighLight = string; + this->rehighlight(); +} + +//------------------------------------------------------------------- + +void Highlighter::setCaseSensitivity(bool isCaseSensitive) +{ + if(isCaseSensitive){ + sensitivity = Qt::CaseSensitive; + } + else{ + + sensitivity = Qt::CaseInsensitive; + } +} + +//------------------------------------------------------------------- + +void Highlighter::setSpellChecker(SpellChecker *spellChecker) +{ + if(spellChecker){ + m_spellChecker = spellChecker; + spellCheckerSet = true; + } + else{ +// qWarning() << "TextHighlighter : no spellchecker set"; + spellCheckerSet = false; + + } +} diff --git a/src/app/src/highlighter.h b/src/app/src/highlighter.h new file mode 100644 index 000000000..5b2501f33 --- /dev/null +++ b/src/app/src/highlighter.h @@ -0,0 +1,52 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: Highlighter.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#ifndef HIGHLIGHTER_H +#define HIGHLIGHTER_H + +#include +#include "spellchecker.h" + +class Highlighter : public QSyntaxHighlighter +{ + Q_OBJECT +public: + Highlighter(QTextDocument *parentDoc); + void setTextToHighlight(QString string); + void setCaseSensitivity(bool isCaseSensitive); + void setSpellChecker(SpellChecker *spellChecker); + +protected: + void highlightBlock(const QString &text) override; +signals: + +public slots: + +private: + QString textToHighLight; + Qt::CaseSensitivity sensitivity; + SpellChecker *m_spellChecker; + bool spellCheckerSet; + + +}; + +#endif // HIGHLIGHTER_H diff --git a/src/app/src/icons.qrc b/src/app/src/icons.qrc new file mode 100644 index 000000000..90f4a8379 --- /dev/null +++ b/src/app/src/icons.qrc @@ -0,0 +1,2 @@ + + diff --git a/src/app/src/main.cpp b/src/app/src/main.cpp new file mode 100644 index 000000000..bc910a211 --- /dev/null +++ b/src/app/src/main.cpp @@ -0,0 +1,291 @@ +#include "iostream" +#include +#include +#include + +using namespace std; + +// for translator +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "plmpluginloader.h" +#include "plmdata.h" +#include "plmsheethub.h" +#include "plmnotehub.h" +#include "skrtaghub.h" +#include "plmerror.h" +#include "plmprojecthub.h" +#include "documenthandler.h" +#include "plmutils.h" +#include "models/plmsheetlistproxymodel.h" +#include "models/plmnotelistproxymodel.h" +#include "models/skrtaglistmodel.h" +#include "models/skrsearchsheetlistproxymodel.h" +#include "models/skrsearchnotelistproxymodel.h" +#include "models/skrsearchtaglistproxymodel.h" +#include "models/plmmodels.h" +#include "skrrecentprojectlistmodel.h" +#include "skrusersettings.h" +#include "skrfonts.h" +#include "skreditmenusignalhub.h" +#include "skrqmltools.h" +#include "skrrootitem.h" + +#ifdef QT_DEBUG +# include +#endif // QT_DEBUG +// ------------------------------------------------------- +void startCore() +{ + // new PLMPluginLoader(qApp); + + // UTF-8 codec + QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8")); + + // Names for the QSettings + QCoreApplication::setOrganizationName("skribisto"); + QCoreApplication::setOrganizationDomain("skribisto.eu"); + + + QCoreApplication::setApplicationVersion(QString::number(VERSIONSTR)); + QString appName = "Skribisto"; + + QCoreApplication::setApplicationName(appName); + QSettings::setDefaultFormat(QSettings::IniFormat); +} + +// ------------------------------------------------------- + + +//// ------------------------------------------------------- + +// void openProjectInArgument(PLMData *data) +// { +// // open directly a project if *.skribisto path is the first argument : +// // TODO: add ignore --qml +// QStringList args = qApp->arguments(); + +// if (args.count() > 1) { +// QString argument; + +// for (int i = 1; i <= args.count() - 1; ++i) { +// if (QFileInfo(args.at(i)).exists()) { +// argument = args.at(i); +// break; +// } +// } + +// if (!argument.isEmpty()) { +// # ifdef Q_OS_WIN32 +// QTextCodec *codec = +// QTextCodec::codecForUtfText(argument.toUtf8()); +// argument = codec->toUnicode(argument.toUtf8()); +// # endif // ifdef Q_OS_WIN32 +// argument = QDir::fromNativeSeparators(argument); + +// data->projectHub()->loadProject(argument); +// } +// } +// } + + +// ------------------------------------------------------- + + +// ------------------------------------------------------- + +// ------------------------------------------------------- + +int main(int argc, char *argv[]) +{ +#ifdef QT_DEBUG + QQmlDebuggingEnabler enabler; + + // QLoggingCategory::defaultCategory()->setEnabled(QtDebugMsg, true); +#endif // QT_DEBUG + + // Allows qml styling + qputenv("QT_STYLE_OVERRIDE", ""); + + + QIcon::setFallbackSearchPaths(QIcon::fallbackSearchPaths() << ":icons"); + + // TODO : add option for UI scale + +#if QT_VERSION >= 0x051400 + QGuiApplication::setHighDpiScaleFactorRoundingPolicy( + Qt::HighDpiScaleFactorRoundingPolicy::RoundPreferFloor); +#else // if QT_VERSION >= 0x051400 + + // qputenv("QT_AUTO_SCREEN_SCALE_FACTOR", QByteArray("0")); + QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); +#endif // if QT_VERSION >= 0x051400 + + + QApplication app(argc, argv); + + // icons : + // qDebug() << "icon search paths :" << QIcon::themeSearchPaths(); + + // if Gnome desktop : + // if(qgetenv("XDG_CURRENT_DESKTOP") == "GNOME"){ + + // QIcon::setThemeName("Adwaita"); + // } + // else { + QIcon::setThemeName("breeze"); + + // } + + startCore(); + + + //QQuickStyle::setStyle("org.kde.desktop"); + + // ----------------------------------------------------------------------- + + + // Language : + + // install translation of plugins: + // PLMPluginLoader::instance()->installPluginTranslations(); + + + // ----------------------------------------------------------------------- + + SKRRootItem *rootItem = new SKRRootItem(qApp); + rootItem->applyLanguageFromSettings(); + + + PLMData *data = new PLMData(qApp); + PLMModels *models = new PLMModels(qApp); + SKRFonts *skrFonts = new SKRFonts(qApp); + SKREditMenuSignalHub *skrEditMenuSignalHub = new SKREditMenuSignalHub(qApp); + SKRQMLTools *skrQMLTools = new SKRQMLTools(qApp); + + qmlRegisterUncreatableType("eu.skribisto.plmerror", + 1, + 0, + "PLMError", + "Can't instantiate PLMError"); + + + qmlRegisterUncreatableType("eu.skribisto.projecthub", + 1, + 0, + "PLMProjectHub", + "Can't instantiate PLMProjectHub"); + + qmlRegisterUncreatableType("eu.skribisto.notehub", + 1, + 0, + "PLMNoteHub", + "Can't instantiate PLMNoteHub"); + + qmlRegisterUncreatableType("eu.skribisto.sheethub", + 1, + 0, + "PLMSheetHub", + "Can't instantiate PLMSheetHub"); + + qmlRegisterUncreatableType("eu.skribisto.taghub", + 1, + 0, + "SKRTagHub", + "Can't instantiate SKRTagHub"); + + qmlRegisterUncreatableType("eu.skribisto.models", + 1, + 0, + "PLMModels", + "Can't instantiate PLMModels"); + + + qmlRegisterUncreatableType( + "eu.skribisto.writedocumentlistmodel", + 1, + 0, + "PLMWriteDocumentListModel", + "Can't instantiate PLMWriteDocumentListModel"); + + + qmlRegisterType("eu.skribisto.sheetlistproxymodel", + 1, + 0, + "PLMSheetListProxyModel"); + + qmlRegisterType("eu.skribisto.notelistproxymodel", + 1, + 0, + "PLMNoteListProxyModel"); + + qmlRegisterType("eu.skribisto.searchnotelistproxymodel", + 1, + 0, + "SKRSearchNoteListProxyModel"); + + qmlRegisterType( + "eu.skribisto.searchsheetlistproxymodel", + 1, + 0, + "SKRSearchSheetListProxyModel"); + + qmlRegisterType("eu.skribisto.searchtaglistproxymodel", + 1, + 0, + "SKRSearchTagListProxyModel"); + + qmlRegisterType("eu.skribisto.recentprojectlistmodel", + 1, + 0, + "SKRRecentProjectListModel"); + + qmlRegisterType("eu.skribisto.documenthandler", + 1, + 0, + "DocumentHandler"); + + qmlRegisterType("eu.skribisto.skrusersettings", + 1, + 0, + "SkrUserSettings"); + + QQmlApplicationEngine engine(qApp); + const QUrl url(QStringLiteral("qrc:/qml/main.qml")); + + engine.rootContext()->setContextProperty("plmData", data); + engine.rootContext()->setContextProperty("skrRootItem", rootItem); + engine.rootContext()->setContextProperty("plmModels", models); + engine.rootContext()->setContextProperty("skrFonts", skrFonts); + engine.rootContext()->setContextProperty("skrQMLTools", skrQMLTools); + engine.rootContext()->setContextProperty("skrEditMenuSignalHub", + skrEditMenuSignalHub); + + QObject::connect(&engine, &QQmlApplicationEngine::objectCreated, + &app, [url](QObject *obj, const QUrl& objUrl) { + if (!obj && (url == objUrl)) QCoreApplication::exit(-1); + }, Qt::QueuedConnection); + + engine.load(url); + + // QCoreApplication *app = qApp; + // engine->connect(engine, &QQmlApplicationEngine::objectCreated, + // [app](QObject *object, const QUrl &url){ + // if(object == nullptr){ + // app->quit(); + // } + // }); + + if (engine.rootObjects().isEmpty()) return -1; + + + return app.exec(); +} diff --git a/src/app/src/pics.qrc b/src/app/src/pics.qrc new file mode 100644 index 000000000..62b59a0c9 --- /dev/null +++ b/src/app/src/pics.qrc @@ -0,0 +1,12 @@ + + + pics/skribisto.png + pics/skribisto.svg + pics/author.svg + pics/go-up.svg + pics/go-down.svg + pics/go-next.svg + pics/go-previous.svg + pics/resizecol.svg + + diff --git a/src/app/src/pics.qrc.depends b/src/app/src/pics.qrc.depends new file mode 100644 index 000000000..7dbd3e632 --- /dev/null +++ b/src/app/src/pics.qrc.depends @@ -0,0 +1,7 @@ + + + pics/plume-creator.png + pics/plume-creator.svg + pics/author.svg + + diff --git a/src/app/src/pics/application-menu.svg b/src/app/src/pics/application-menu.svg new file mode 100644 index 000000000..50839d369 --- /dev/null +++ b/src/app/src/pics/application-menu.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/src/app/src/pics/author.svg b/src/app/src/pics/author.svg new file mode 100644 index 000000000..c4a195b27 --- /dev/null +++ b/src/app/src/pics/author.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/src/pics/go-down.svg b/src/app/src/pics/go-down.svg new file mode 100644 index 000000000..b3b4951db --- /dev/null +++ b/src/app/src/pics/go-down.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/src/app/src/pics/go-next.svg b/src/app/src/pics/go-next.svg new file mode 100644 index 000000000..851496201 --- /dev/null +++ b/src/app/src/pics/go-next.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/src/app/src/pics/go-previous.svg b/src/app/src/pics/go-previous.svg new file mode 100644 index 000000000..7d30c34f8 --- /dev/null +++ b/src/app/src/pics/go-previous.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/src/app/src/pics/go-up.svg b/src/app/src/pics/go-up.svg new file mode 100644 index 000000000..d48572351 --- /dev/null +++ b/src/app/src/pics/go-up.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/src/app/src/pics/resizecol.svg b/src/app/src/pics/resizecol.svg new file mode 100644 index 000000000..fd36c13ec --- /dev/null +++ b/src/app/src/pics/resizecol.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/plume/gui/pics/plume-creator.png b/src/app/src/pics/skribisto.png similarity index 100% rename from src/plume/gui/pics/plume-creator.png rename to src/app/src/pics/skribisto.png diff --git a/src/app/src/pics/skribisto.svg b/src/app/src/pics/skribisto.svg new file mode 100644 index 000000000..393c19ea1 --- /dev/null +++ b/src/app/src/pics/skribisto.svg @@ -0,0 +1,4453 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/app/src/qml.qrc b/src/app/src/qml.qrc new file mode 100644 index 000000000..a878d3153 --- /dev/null +++ b/src/app/src/qml.qrc @@ -0,0 +1,77 @@ + + + qtquickcontrols2.conf + qml/Globals.qml + qml/main.qml + qml/ProjectListItem.qml + qml/ProjectListItemForm.ui.qml + qml/qmldir + qml/RootPage.qml + qml/RootPageForm.ui.qml + qml/SkrSettings.qml + qml/Welcome/WelcomePage.qml + qml/Welcome/WelcomePageForm.ui.qml + qml/Write/WriteLeftDock.qml + qml/Write/WriteLeftDockForm.ui.qml + qml/Write/WritePage.qml + qml/Write/WritePageForm.ui.qml + qml/Note/NotePage.qml + qml/Note/NotePageForm.ui.qml + qml/Commons/Navigation.qml + qml/Commons/NavigationForm.ui.qml + qml/Welcome/SettingsPage.qml + qml/Welcome/SettingsPageForm.ui.qml + qml/Welcome/ProjectPage.qml + qml/Welcome/ProjectPageForm.ui.qml + qml/Welcome/HelpPage.qml + qml/Welcome/HelpPageForm.ui.qml + qml/Welcome/ExamplePage.qml + qml/Welcome/ExamplePageForm.ui.qml + qml/Commons/TreeListViewForm.ui.qml + qml/Commons/DocumentListView.qml + qml/Commons/DocumentListViewForm.ui.qml + qml/Write/WriteRightDock.qml + qml/Write/WriteRightDockForm.ui.qml + qml/Write/EditView.qml + qml/Write/EditViewForm.ui.qml + qml/Projects/ProjectsPage.qml + qml/Projects/ProjectsPageForm.ui.qml + qml/Gallery/GalleryPageForm.ui.qml + qml/Gallery/GalleryPage.qml + qml/Commons/WritingZone.qml + qml/Commons/WritingZoneForm.ui.qml + qml/Commons/Minimap.qml + qml/Tab.qml + qml/TabForm.ui.qml + qml/WriteOverview/WriteOverviewPage.qml + qml/WriteOverview/LeftDockForm.ui.qml + qml/WriteOverview/LeftDock.qml + qml/WriteOverview/WriteOverviewPageForm.ui.qml + qml/Note/LeftDock.qml + qml/Note/EditView.qml + qml/Note/EditViewForm.ui.qml + qml/Note/LeftDockForm.ui.qml + qml/Note/RightDock.qml + qml/Note/RightDockForm.ui.qml + qml/NoteOverview/LeftDock.qml + qml/NoteOverview/NoteOverviewPage.qml + qml/NoteOverview/LeftDockForm.ui.qml + qml/NoteOverview/NoteOverviewPageForm.ui.qml + qml/Commons/SimpleDialog.qml + qml/Commons/TreeListView.qml + qml/Commons/TrashedListView.qml + qml/Commons/TrashedListViewForm.ui.qml + qml/Write/NotePad.qml + qml/Write/NotePadForm.ui.qml + qml/Commons/SKRTextArea.qml + qml/Commons/TagPad.qml + qml/Commons/TagPadForm.ui.qml + qml/Commons/ToolFrame.qml + qml/Commons/ToolHeader.qml + qml/Commons/ToolHeaderForm.ui.qml + qml/Commons/Dock.qml + qml/Commons/RestoreListView.qml + qml/Commons/RestoreListViewForm.ui.qml + qml/Commons/CheckableTree.qml + + diff --git a/src/app/src/qml/Commons/CheckableTree.qml b/src/app/src/qml/Commons/CheckableTree.qml new file mode 100644 index 000000000..05fb3b7eb --- /dev/null +++ b/src/app/src/qml/Commons/CheckableTree.qml @@ -0,0 +1,939 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import QtQml.Models 2.15 +import QtQml 2.15 +import eu.skribisto.projecthub 1.0 + +ListView { + id: root + + + + + signal openDocument(int openedProjectId, int openedPaperId, int projectId, int paperId) + signal openDocumentInNewTab(int projectId, int paperId) + signal openDocumentInNewWindow(int projectId, int paperId) + + + signal copyCalled(int projectId, int paperId) + signal deleteDefinitivelyCalled(int projectId, int paperId) + signal goBackCalled() + + property int currentPaperId: -2 + property int currentProjectId: -2 + property int openedProjectId: -2 + property int openedPaperId: -2 + property bool hoveringChangingTheCurrentItemAllowed: true + + property alias visualModel: visualModel + property var proxyModel + + + DelegateModel { + id: visualModel + + delegate: dragDelegate + } + model: visualModel + + + property int contextMenuItemIndex: -2 + onCurrentIndexChanged: { + contextMenuItemIndex = root.currentIndex + } + + + // options : + property bool treelikeIndentsVisible: false + property bool checkButtonsVisible: false + property bool openActionsEnabled: false + property bool renameActionEnabled: false + //property bool sendToTrashActionEnabled: false + property bool deleteActionEnabled: false + property bool cutActionEnabled: false + property bool copyActionEnabled: false + property bool pasteActionEnabled: false + + + //tree-like onTreelikeIndents + property int treeIndentOffset: 0 + property int treeIndentMultiplier: 10 + + // checkButtons : + function getCheckedPaperIdList(){ + return proxyModel.getCheckedIdsList() + } + + function setCheckedPaperIdList(checkedPaperIdList){ + proxyModel.setCheckedIdsList(checkedPaperIdList) + } + + + + // TreeView item : + delegate: Component { + id: dragDelegate + + Item { + id: delegateRoot + + + + Accessible.name: { + + var levelText + if(treelikeIndentsVisible){ + levelText = qsTr("Level %1").arg(model.indent) + } + + var titleText = titleLabel.text + + + var labelText = "" + if(labelLabel.text.length > 0){ + labelText = qsTr("label: %1").arg(labelLabel.text) + } + + var hasChildrenText = "" + if(model.hasChildren){ + hasChildrenText = qsTr("has children") + } + + return levelText + " " + titleText + " " + labelText + " " + hasChildrenText + + } + Accessible.role: Accessible.ListItem + Accessible.description: qsTr("navigation item") + + + property int visualIndex: { + return DelegateModel.itemsIndex + } + + Binding { + target: content + property: "visualIndex" + value: visualIndex + } + + anchors { + left: Qt.isQtObject(parent) ? parent.left : undefined + right: Qt.isQtObject(parent) ? parent.right : undefined + rightMargin: 5 + leftMargin: treelikeIndentsVisible ? model.indent * root.treeIndentMultiplier - root.treeIndentOffset * root.treeIndentMultiplier : undefined + } + + + + height: content.height + + + onActiveFocusChanged: { + if(root.currentIndex === model.index){ + root.currentPaperId = model.paperId + } + } + + // drag.target: held ? content : undefined + // drag.axis: Drag.YAxis + + // onPressAndHold: held = true + // onReleased: held = false + // Shortcut { + // sequence: "Ctrl+Up" + // onActivated: moveUpAction.trigger(delegateRoot) + // } + // Keys.onShortcutOverride: { + // if (event.key === Qt.Key_Backspace) { + // console.log("onShortcutOverride") + // event.accepted = true + // } + // } + // Keys.onBackPressed: { + // console.log("eee") + // } + function editName() { + state = "edit_name" + titleTextField.forceActiveFocus() + titleTextField.selectAll() + } + + function editLabel() { + state = "edit_label" + labelTextField.forceActiveFocus() + labelTextField.selectAll() + } + + Keys.priority: Keys.AfterItem + + Keys.onShortcutOverride: { + + if(copyActionEnabled && (event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_C){ + event.accepted = true + } + if(cutActionEnabled && (event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_X){ + event.accepted = true + } + if(pasteActionEnabled && (event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_V){ + event.accepted = true + } + if(renameActionEnabled && event.key === Qt.Key_Escape && delegateRoot.state == "edit_name"){ + event.accepted = true + } + if( event.key === Qt.Key_Escape){ + event.accepted = true + } + } + + Keys.onPressed: { + if (openActionsEnabled && event.key === Qt.Key_Return){ + console.log("Return key pressed") + openDocumentAction.trigger() + event.accepted = true + } + if (openActionsEnabled && (event.modifiers & Qt.AltModifier) && event.key === Qt.Key_Return){ + console.log("Alt Return key pressed") + openDocumentInNewTabAction.trigger() + event.accepted = true + } + + + // rename + + if (renameActionEnabled && event.key === Qt.Key_F2 && delegateRoot.state !== "edit_name"){ + renameAction.trigger() + event.accepted = true + } + + // cut + if (cutActionEnabled && (event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_X && delegateRoot.state !== "edit_name"){ + cutAction.trigger() + event.accepted = true + } + + // copy + if (copyActionEnabled && (event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_C && delegateRoot.state !== "edit_name"){ + copyAction.trigger() + event.accepted = true + } + + if (event.key === Qt.Key_Escape){ + console.log("Escape key pressed") + goBackCalled() + event.accepted = true + } + + } + + Rectangle { + id: content + property int visualIndex: 0 + property int sourceIndex: -2 + + property bool isCurrent: model.index === root.currentIndex ? true : false + + anchors { + horizontalCenter: parent.horizontalCenter + verticalCenter: parent.verticalCenter + } + width: delegateRoot.width + height: 40 + + + Behavior on color { + ColorAnimation { + duration: 100 + } + } + + HoverHandler { + id: hoverHandler + // onHoveredChanged: { + // if (hoverHandler.hovered & hoveringChangingTheCurrentItemAllowed) { + // root.currentIndex = model.index + // } + // } + } + + TapHandler { + id: tapHandler + + + + onSingleTapped: { + root.currentIndex = model.index + delegateRoot.forceActiveFocus() + eventPoint.accepted = true + } + + onDoubleTapped: { + console.log("double tapped") + root.currentIndex = model.index + openDocumentAction.trigger() + eventPoint.accepted = true + } + + } + + TapHandler { + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus + acceptedButtons: Qt.RightButton + onTapped: { + root.currentIndex = model.index + delegateRoot.forceActiveFocus() + menu.open() + eventPoint.accepted = true + } + } + TapHandler { + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus + acceptedButtons: Qt.MiddleButton + onTapped: { + root.currentIndex = model.index + delegateRoot.forceActiveFocus() + openDocumentInNewTabAction.trigger() + eventPoint.accepted = true + + } + } + + Action { + id: openDocumentAction + //shortcut: "Return" + enabled: { + if (root.focus === true && titleTextField.visible === false + && root.currentIndex === model.index) { + return true + } else + return false + } + + text: "Open document" + onTriggered: { + console.log("model.openedProjectId", openedProjectId) + console.log("model.projectId", model.projectId) + root.openDocument(openedProjectId, openedPaperId, model.projectId, + model.paperId) + } + } + + Action { + id: openDocumentInNewTabAction + //shortcut: "Alt+Return" + enabled: { + if (root.focus === true && titleTextField.visible === false + && root.currentIndex === model.index) { + return true + } else + return false + } + + text: "Open document in a new tab" + onTriggered: { + console.log("model.projectId", model.projectId) + root.openDocumentInNewTab(model.projectId, + model.paperId) + + } + } + + + Action { + id: openDocumentInNewWindowAction + //shortcut: "Alt+Return" + enabled: { + if (root.enabled && titleTextField.visible === false + && root.currentIndex === model.index) { + return true + } else + return false + } + + text: qsTr("Open document in a window") + onTriggered: { + root.openDocumentInNewWindow(model.projectId, + model.paperId) + + } + } + + ColumnLayout{ + id: columnLayout3 + anchors.fill: parent + + + RowLayout { + id: rowLayout + spacing: 2 + Layout.fillHeight: true + Layout.fillWidth: true + + + CheckBox{ + id: selectionCheckBox + //Layout.fillHeight: true + //Layout.preferredWidth: 5 + visible: checkButtonsVisible + tristate: true + + onPressed: { + root.currentIndex = model.index + } + + onCheckStateChanged: { + + if(root.currentIndex === model.index){ + console.log("model.hasChildren", model.hasChildren) + if(checkState === Qt.PartiallyChecked && !proxyModel.hasChildren(model.projectId, model.paperId)){ + model.checkState = Qt.Checked + } + else if(checkState === Qt.PartiallyChecked && proxyModel.hasChildren(model.projectId, model.paperId)){ + model.checkState = Qt.PartiallyChecked + } + else if(checkState === Qt.Checked){ + model.checkState = Qt.Checked + } + else if(checkState === Qt.Unchecked){ + model.checkState = Qt.Unchecked + } + + } + } + + Binding on checkState { + value: model.checkState + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + } + + Rectangle { + id: trashedIndicator + color: "#b50003" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: model.trashed + } + Rectangle { + id: currentItemIndicator + color: "lightsteelblue" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: root.currentIndex === model.index + } + Rectangle { + id: openedItemIndicator + color: "#2ba200" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: model.projectId === openedProjectId && model.paperId === openedPaperId + } + + Button { + id: projectIsBackupIndicator + visible: model.projectIsBackup && model.paperId === -1 + enabled: true + focusPolicy: Qt.NoFocus + implicitHeight: 32 + implicitWidth: 32 + Layout.maximumHeight: 30 + padding: 0 + rightPadding: 0 + bottomPadding: 0 + leftPadding: 2 + topPadding: 0 + flat: true + onDownChanged: down = false + + + icon { + name: "tools-media-optical-burn-image" + height: 32 + width: 32 + } + + + hoverEnabled: true + ToolTip.delay: 1000 + ToolTip.timeout: 5000 + ToolTip.visible: hovered + ToolTip.text: qsTr("This project is a backup") + } + + + Rectangle { + color: "transparent" + //border.width: 1 + Layout.fillWidth: true + Layout.fillHeight: true + + ColumnLayout { + id: columnLayout2 + spacing: 1 + anchors.fill: parent + Layout.fillHeight: true + Layout.fillWidth: true + + Label { + id: titleLabel + + Layout.fillWidth: true + Layout.topMargin: 2 + Layout.leftMargin: 4 + Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter + + text: model.indent === -1 ? model.projectName : model.name + } + + TextField { + id: labelTextField + visible: false + + + Layout.fillWidth: true + Layout.fillHeight: true + text: labelLabel.text + maximumLength: 50 + + placeholderText: qsTr("Enter label") + + + onEditingFinished: { + //if (!activeFocus) { + //accepted() + //} + console.log("editing label finished") + model.label = text + delegateRoot.state = "" + } + + //Keys.priority: Keys.AfterItem + Keys.onShortcutOverride: event.accepted = (event.key === Qt.Key_Escape) + Keys.onPressed: { + if (event.key === Qt.Key_Return){ + console.log("Return key pressed title") + editingFinished() + event.accepted = true + } + if ((event.modifiers & Qt.CtrlModifier) && event.key === Qt.Key_Return){ + console.log("Ctrl Return key pressed title") + editingFinished() + event.accepted = true + } + if (event.key === Qt.Key_Escape){ + console.log("Escape key pressed title") + delegateRoot.state = "" + event.accepted = true + } + } + + } + + TextField { + id: titleTextField + visible: false + + + Layout.fillWidth: true + Layout.fillHeight: true + text: titleLabel.text + maximumLength: 50 + + placeholderText: qsTr("Enter name") + + + onEditingFinished: { + //if (!activeFocus) { + //accepted() + //} + console.log("editing finished") + model.name = text + delegateRoot.state = "" + } + + //Keys.priority: Keys.AfterItem + Keys.onShortcutOverride: event.accepted = (event.key === Qt.Key_Escape) + Keys.onPressed: { + if (event.key === Qt.Key_Return){ + console.log("Return key pressed title") + editingFinished() + event.accepted = true + } + if ((event.modifiers & Qt.CtrlModifier) && event.key === Qt.Key_Return){ + console.log("Ctrl Return key pressed title") + editingFinished() + event.accepted = true + } + if (event.key === Qt.Key_Escape){ + console.log("Escape key pressed title") + delegateRoot.state = "" + event.accepted = true + } + } + + } + + Label { + id: labelLabel + + // text: model.label + text: model.label + Layout.bottomMargin: 2 + Layout.rightMargin: 4 + Layout.alignment: Qt.AlignRight | Qt.AlignVCenter + } + } + // MouseArea { + // anchors.fill: parent + // } + } + + ToolButton { + id: menuButton + Layout.fillHeight: true + Layout.preferredWidth: 30 + + text: "..." + flat: true + focusPolicy: Qt.NoFocus + + onClicked: { + + root.currentIndex = model.index + delegateRoot.forceActiveFocus() + menu.open() + } + + visible: hoverHandler.hovered | content.isCurrent + } + + + } + Rectangle { + id: separator + Layout.preferredHeight: 1 + Layout.preferredWidth: content.width / 2 + Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom + gradient: Gradient { + orientation: Qt.Horizontal + GradientStop { + position: 0.00; + color: "#ffffff"; + } + GradientStop { + position: 0.30; + color: "#9e9e9e"; + } + GradientStop { + position: 0.70; + color: "#9e9e9e"; + } + GradientStop { + position: 1.00; + color: "#ffffff"; + } + } + + } + + } + } + // DropArea { + // id: dropArea + // anchors { + // fill: parent + // margins: 10 + // } + // property int sourceIndex: -1 + // property int targetIndex: -1 + // onEntered: { + // sourceIndex = drag.source.DelegateModel.itemsIndex + // targetIndex = dragArea.DelegateModel.itemsIndex + // // var sourceIndex = drag.source.DelegateModel.itemsIndex + // // var targetIndex = dragArea.DelegateModel.itemsIndex + // visualModel.items.move(sourceIndex, targetIndex) + + // // var sourceModelIndex = drag.source.DelegateModel.modelIndex( + // // sourceIndex) + // // var targetModelIndex = dragArea.DelegateModel.modelIndex( + // // targetIndex) + + // // console.log("targetIndex : ", sourceModelIndex.name) + // } + + // onDropped: { + // console.log("onDropped") + // } + // } + states: [ + State { + name: "drag_active" + when: content.Drag.active + + ParentChange { + target: content + parent: base + } + AnchorChanges { + target: content + anchors { + horizontalCenter: undefined + verticalCenter: undefined + } + } + }, + State { + name: "edit_name" + PropertyChanges { + target: menuButton + visible: false + } + PropertyChanges { + target: titleLabel + visible: false + } + PropertyChanges { + target: labelLabel + visible: false + } + PropertyChanges { + target: titleTextField + visible: true + } + PropertyChanges { + target: labelTextField + visible: false + } + }, + State { + name: "edit_label" + PropertyChanges { + target: menuButton + visible: false + } + PropertyChanges { + target: titleLabel + visible: false + } + PropertyChanges { + target: labelLabel + visible: false + } + PropertyChanges { + target: titleTextField + visible: false + } + PropertyChanges { + target: labelTextField + visible: true + } + } + ] + + // Shortcut { + // sequences: ["Ctrl+Shift+N"] + // onActivated: addBeforeAction.trigger() + // enabled: root.visible + // } + Menu { + id: menu + y: menuButton.height + + onOpened: { + hoveringChangingTheCurrentItemAllowed = false + // necessary to differenciate between all items + contextMenuItemIndex = model.index + } + + onClosed: { + hoveringChangingTheCurrentItemAllowed = true + + } + + + MenuItem { + height: openActionsEnabled ? undefined : 0 + visible: openActionsEnabled + action: Action { + id: openPaperAction + text: qsTr("Open") + //shortcut: "Return" + icon { + name: "document-edit" + } + enabled: openActionsEnabled && contextMenuItemIndex === model.index && titleTextField.visible === false && root.enabled && model.paperId !== -1 + onTriggered: { + console.log("open paper action", model.projectId, + model.paperId) + openDocumentAction.trigger() + } + } + } + + MenuItem { + height: openActionsEnabled ? undefined : 0 + visible: openActionsEnabled + action: Action { + id: openPaperInNewTabAction + text: qsTr("Open in new tab") + //shortcut: "Alt+Return" + icon { + name: "tab-new" + } + enabled: openActionsEnabled && contextMenuItemIndex === model.index && titleTextField.visible === false && root.enabled && model.paperId !== -1 + onTriggered: { + console.log("open paper in new tab action", model.projectId, + model.paperId) + openDocumentInNewTabAction.trigger() + } + } + } + + MenuItem { + height: openActionsEnabled ? undefined : 0 + visible: openActionsEnabled + action: Action { + id: openPaperInNewWindowAction + text: qsTr("Open in new window") + //shortcut: "Alt+Return" + icon { + name: "window-new" + } + enabled: openActionsEnabled && contextMenuItemIndex === model.index && titleTextField.visible === false && root.enabled && model.paperId !== -1 + onTriggered: { + console.log("open paper in new window action", model.projectId, + model.paperId) + openDocumentInNewWindowAction.trigger() + } + } + } + + MenuSeparator {} + + MenuItem { + height: renameActionEnabled ? undefined : 0 + visible: renameActionEnabled + action :Action { + id: renameAction + text: qsTr("Rename") + //shortcut: "F2" + icon { + name: "edit-rename" + } + enabled: renameActionEnabled && contextMenuItemIndex === model.index && root.enabled + onTriggered: { + console.log("rename action", model.projectId, + model.paperId) + delegateRoot.editName() + } + } + } + + + MenuItem { + height: renameActionEnabled ? undefined : 0 + visible: renameActionEnabled + action : Action { + id: setLabelAction + text: qsTr("Set label") + + icon { + name: "label" + } + enabled: renameActionEnabled && contextMenuItemIndex === model.index && listView.enabled + onTriggered: { + console.log("sel label", model.projectId, + model.paperId) + delegateRoot.editLabel() + } + } + } + + MenuSeparator {} + + MenuItem { + height: copyActionEnabled ? undefined : 0 + visible: copyActionEnabled + action :Action { + + text: qsTr("Copy") + //shortcut: StandardKey.Copy + icon { + name: "edit-copy" + } + enabled: copyActionEnabled && contextMenuItemIndex === model.index && root.enabled + + onTriggered: { + console.log("copy action", model.projectId, + model.paperId) + copyCalled(model.projectId, model.paperId) + } + } + } + + MenuSeparator {} + + MenuItem { + height: deleteActionEnabled ? undefined : 0 + visible: deleteActionEnabled + action: Action { + text: qsTr("Delete definitively") + //shortcut: "Del" + icon { + name: "edit-delete" + } + enabled: deleteActionEnabled && contextMenuItemIndex === model.index && root.enabled && model.indent !== -1 + onTriggered: { + console.log("delete action", model.projectId, + model.paperId) + deleteDefinitivelyCalled(model.projectId, model.paperId) + } + } + } + + MenuSeparator {} + } + + ListView.onRemove: SequentialAnimation { + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: true + } + NumberAnimation { + target: delegateRoot + property: "height" + to: 0 + easing.type: Easing.InOutQuad + } + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: false + } + } + + //---------------------------------------------------------- + + ListView.onAdd: SequentialAnimation { + PropertyAction { + target: delegateRoot + property: "height" + value: 0 + } + NumberAnimation { + target: delegateRoot + property: "height" + to: delegateRoot.height + duration: 250 + easing.type: Easing.InOutQuad + } + } + + // move : + } + } + +} diff --git a/src/app/src/qml/Commons/Dock.qml b/src/app/src/qml/Commons/Dock.qml new file mode 100644 index 000000000..56419a748 --- /dev/null +++ b/src/app/src/qml/Commons/Dock.qml @@ -0,0 +1,246 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQml 2.15 + +Item { + id: root + default property alias contents : container.data + + property bool interactive : false + property double position : 1.0 + property int edge : 0 + property bool isVisible: false + + + z:1 + + height: parent.height + width: parent.width + y: 0 + + onIsVisibleChanged: { + isVisible ? position = 1.0 : position = 0 + } + + Component.onCompleted: { + container.children[0].anchors.fill = container + + if(state === "right_edge"){ + root.x = (root.parent.width - root.width) + (root.width * (1 - position)) + } + } + + Behavior on position { + NumberAnimation{ + easing.type: Easing.InQuad + duration: 200 + } + } + + function open(){ + position = 1.0 + } + + function close(){ + position = 0.0 + } + + Item{ + id: leftFeelingZone + anchors.top: parent.top + anchors.bottom: parent.bottom + anchors.right: parent.left + width: 10 + + visible: edge === Qt.RightEdge && interactive + + TapHandler{ + id: leftTapHandler + enabled: interactive && root.position === 0 + + onTapped: { + root.position = 1.0 + } + // grab: + dragThreshold: 0 + margin: 5 + onGrabChanged: { + root.position = 1.0 + } + } + } + + FocusScope { + id: dockBase + anchors.fill: parent + + + + Rectangle { + id: backgroundRectangle + color: "white" + anchors.fill: parent + + + + Item { + id: container + anchors.fill: parent + } + } + + onActiveFocusChanged: { + if(!activeFocus && root.interactive && root.position === 1.0 ){ + console.log("!activeFocus") + root.position = 1.0 + } + } + } + + Item{ + id: rightFeelingZone + anchors.top: parent.top + anchors.bottom: parent.bottom + anchors.left: parent.right + width: 10 + + visible: edge === Qt.LeftEdge && interactive + + + TapHandler{ + id: rightTapHandler + enabled: interactive && root.position === 0 + + onTapped: { + console.log("rightTapHandler") + root.position = 1.0 + } + // grab: + dragThreshold: 0 + margin: 5 + onGrabChanged: { + root.position = 1.0 + } + + + } + + + + } + + Connections { + enabled: state === "right_edge" + target: root.parent + function onWidthChanged(){ + root.x = (root.parent.width - root.width) + (root.width * (1 - position)) + } + } + + onWidthChanged: { + if(state === "right_edge"){ + root.x = (root.parent.width - root.width) + (root.width * (1 - position)) + } + } + + onPositionChanged: { + if(state === "left_edge"){ + root.x = 0 - (root.width * (1 - position)) + + } + if(state === "right_edge"){ + root.x = (root.parent.width - root.width) + (root.width * (1 - position)) + } + + if(position === 0.0){ + isVisible = false + + } + else if(position === 1.0){ + isVisible = true + } + + dockBase.visible = position > 0.0 + } + + + + states: [ + State{ + name: "left_edge" + when: root.edge === Qt.LeftEdge + + + + }, + State{ + name: "right_edge" + when: root.edge === Qt.RightEdge + + + + } + + ] + + + + + Item{ + id: overlayLayer + parent: Overlay.overlay + visible: root.interactive && root.position === 1.0 + height: root.height + y: Overlay.overlay.mapToItem(root.parent, root.x, root.y).y + + + + + TapHandler { + id: overlayTapHandler + + enabled: root.interactive && root.position === 1.0 + + onTapped: { + console.log('overlay pressed') + root.position = 0.0 + eventPoint.accepted = false + } + + } + + + + + states: [ + State{ + name: "left_edge" + when: root.edge === Qt.LeftEdge + PropertyChanges { + target: overlayLayer + x: Overlay.overlay.mapToItem(root.parent, root.width, root.y).x + width: Overlay.overlay.width - root.width + + } + + + }, + State{ + name: "right_edge" + when: root.edge === Qt.RightEdge + PropertyChanges { + target: overlayLayer + x: Overlay.overlay.mapToItem(root.parent, 0, 0).x + width: Overlay.overlay.width - root.width + + } + + + } + + + ] + } + + +} diff --git a/src/app/src/qml/Commons/DocumentListView.qml b/src/app/src/qml/Commons/DocumentListView.qml new file mode 100644 index 000000000..99daca762 --- /dev/null +++ b/src/app/src/qml/Commons/DocumentListView.qml @@ -0,0 +1,25 @@ +import QtQuick 2.15 +import QtQml.Models 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +DocumentListViewForm { + id: root + property int minimumHeight: 300 + + property var documentModel + property var model + onModelChanged: { + visualModel.model = model + } + + signal openDocument(int projectId, int paperId) + signal closeDocument(int projectId, int paperId) + + listView.model: visualModel + DelegateModel { + id: visualModel + + //delegate: dragDelegate + } +} diff --git a/src/app/src/qml/Commons/DocumentListViewForm.ui.qml b/src/app/src/qml/Commons/DocumentListViewForm.ui.qml new file mode 100644 index 000000000..e71194d5f --- /dev/null +++ b/src/app/src/qml/Commons/DocumentListViewForm.ui.qml @@ -0,0 +1,34 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +Item { + id: base + property alias listView: listView + width: 400 + height: 400 + + Pane { + id: pane + clip: true + anchors.fill: parent + padding: 0 + ColumnLayout { + id: columnLayout + anchors.fill: parent + + ScrollView { + focusPolicy: Qt.WheelFocus + Layout.fillWidth: true + Layout.fillHeight: true + focus: true + + ListView { + id: listView + anchors.fill: parent + focus: true + } + } + } + } +} diff --git a/src/app/src/qml/Commons/Minimap.qml b/src/app/src/qml/Commons/Minimap.qml new file mode 100644 index 000000000..9c6a903f9 --- /dev/null +++ b/src/app/src/qml/Commons/Minimap.qml @@ -0,0 +1,75 @@ +import QtQuick 2.11 + +Item { + id: base + + // The properties that define the scrollbar's state. + // position and pageSize are in the range 0.0 - 1.0. They are relative to the + // height of the page, i.e. a pageSize of 0.5 means that you can see 50% + // of the height of the view. + // orientation can be either Qt.Vertical or Qt.Horizontal + property real position + property real pageSize + property int sourceWidth + property int sourcePointSize + readonly property real scaleValue: 0.5 + + //text: + property alias text: textEdit.text + + //implicitWidth: sourceWidth * scaleValue + + implicitWidth: 50 + + Flickable { + id: minimapFlickable + anchors.fill: parent + flickableDirection: Flickable.VerticalFlick + leftMargin: 0 + rightMargin: 0 + topMargin: 0 + bottomMargin: 0 + + + + // A light, semi-transparent background + Rectangle { + id: background + anchors.fill: parent + //radius: orientation == Qt.Vertical ? (width/2 - 1) : (height/2 - 1) + color: "transparent" + + TextEdit{ + id: textEdit + anchors.top: parent.top + anchors.left: parent.left + anchors.bottom: parent.bottom + anchors.right: parent.right + textFormat: TextEdit.RichText + visible: true + readOnly: true + wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere +// transform: Scale { +// origin.x: 0 //base.implicitWidth / 2 +// origin.y: 0 +// xScale: scaleValue +// yScale: scaleValue +// } + //width: + font.pointSize: sourcePointSize * scaleValue + } + } + + // Size the bar to the required size, depending upon the orientation. + Rectangle { + x: 1 + y: position * (base.height-2) + 1 + width: (parent.width-2) + height: pageSize * (base.height-2) + //radius: orientation == Qt.Vertical ? (width/2 - 1) : (height/2 - 1) + border.color: "black" + border.width: 2 + opacity: 0.7 + } + } +} diff --git a/src/app/src/qml/Commons/Navigation.qml b/src/app/src/qml/Commons/Navigation.qml new file mode 100644 index 000000000..169235feb --- /dev/null +++ b/src/app/src/qml/Commons/Navigation.qml @@ -0,0 +1,152 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." + +NavigationForm { + id: root + property int minimumHeight: 300 + + property var treeListViewProxyModel + property var trashedListViewProxyModel + property var restoreListViewProxyModel + property int openedProjectId + property int openedPaperId + + + signal openDocument(int openedProjectId, int openedPaperId, int projectId, int paperId) + signal openDocumentInNewTab(int projectId, int paperId) + signal openDocumentInNewWindow(int projectId, int paperId) + signal restoreDocumentList(int projectId, var paperIdList) + + Component { + id: treeListViewComponent + + TreeListView { + id: treeListView + proxyModel: root.treeListViewProxyModel + model: root.treeListViewProxyModel + openedProjectId: root.openedProjectId + openedPaperId: root.openedPaperId + + Component.onCompleted: { + treeListView.openDocument.connect(root.openDocument) + treeListView.openDocumentInNewTab.connect(root.openDocumentInNewTab) + treeListView.openDocumentInNewWindow.connect(root.openDocumentInNewWindow) + treeListView.showTrashedList.connect(root.pushTrashedListView) + + } + + } + } + + //----------------------------------------------------------------------- + //------list of trashed items---------------------------------------------------- + //----------------------------------------------------------------------- + + function pushTrashedListView() { + stackView.push(trashedListViewComponent) + } + + function popTrashedListView() { + console.log("popTrashedListView") + stackView.pop() + } + + Component { + id:trashedListViewComponent + + TrashedListView { + id: trashedListView + proxyModel: root.trashedListViewProxyModel + model: root.trashedListViewProxyModel + + Component.onCompleted: { + trashedListView.openDocument.connect(root.openDocument) + trashedListView.openDocumentInNewTab.connect(root.openDocumentInNewTab) + trashedListView.openDocumentInNewWindow.connect(root.openDocumentInNewWindow) + trashedListView.restoreDocument.connect(root.defineWhichPossibleDocumentsToRestore) + trashedListView.goBack.connect(root.popTrashedListView) + + } + } + } + + + function defineWhichPossibleDocumentsToRestore(projectId, paperId){ + + + // if get children : + var trashedChildrenList = trashedListViewProxyModel.getChildrenList(projectId, paperId, true, false) + + // if no children : + if(trashedChildrenList.length === 0){ + restoreDocumentList(projectId, [paperId]) + return + } + else { + + pushRestoreListView(projectId, paperId, trashedChildrenList) + } + + + + } + + + //----------------------------------------------------------------------- + //--------RestoreListView----------------------------------- + //----------------------------------------------------------------------- + + Component { + id:restoreListViewComponent + + RestoreListView { + id: restoreListView + proxyModel: root.restoreListViewProxyModel + model: root.restoreListViewProxyModel + + Component.onCompleted: { + restoreListView.openDocument.connect(root.openDocument) + restoreListView.openDocumentInNewTab.connect(root.openDocumentInNewTab) + restoreListView.openDocumentInNewWindow.connect(root.openDocumentInNewWindow) + restoreListView.restoreDocumentList.connect(root.restoreDocumentList) + restoreListView.goBack.connect(root.popRestoreListView) + + } + } + } + + function pushRestoreListView(projectId, parentPaperIdToBeRestored, trashedChildrenList) { + + trashedChildrenList.push(parentPaperIdToBeRestored) + + var treeIndentOffset = root.restoreListViewProxyModel.getItemIndent(projectId, parentPaperIdToBeRestored) + + stackView.push(restoreListViewComponent, {currentProjectId: projectId, + parentPaperIdToBeRestored: parentPaperIdToBeRestored, + trashedChildrenList: trashedChildrenList, + treeIndentOffset: treeIndentOffset + }) + } + + function popRestoreListView() { + console.log("popRestoreListView") + stackView.pop() + root.restoreListViewProxyModel.clearCheckedList() + } + + + //----------------------------------------------------------------------- + //---------------------------------------------------------- + //----------------------------------------------------------------------- + + // focus : + onActiveFocusChanged: { + if (activeFocus) { + stackView.get(0, StackView.DontLoad).forceActiveFocus() + } + } + + +} diff --git a/src/app/src/qml/Commons/NavigationForm.ui.qml b/src/app/src/qml/Commons/NavigationForm.ui.qml new file mode 100644 index 000000000..9361aa4d4 --- /dev/null +++ b/src/app/src/qml/Commons/NavigationForm.ui.qml @@ -0,0 +1,22 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +Item { + id: base + property alias stackView: stackView + + StackView { + id: stackView + anchors.fill: parent + initialItem: treeListViewComponent + } +} + + +/*##^## +Designer { + D{i:0;autoSize:true;height:300;width:300} +} +##^##*/ + diff --git a/src/app/src/qml/Commons/RestoreListView.qml b/src/app/src/qml/Commons/RestoreListView.qml new file mode 100644 index 000000000..38572f5d5 --- /dev/null +++ b/src/app/src/qml/Commons/RestoreListView.qml @@ -0,0 +1,294 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import QtQml.Models 2.15 +import eu.skribisto.projecthub 1.0 + + +RestoreListViewForm { + + id: root + + property var proxyModel + property var model + onModelChanged: { + listView.visualModel.model = model + proxyModel.projectIdFilter = currentProjectId + + } + signal openDocument(int openedProjectId, int openedPaperId, int projectId, int paperId) + signal openDocumentInNewTab(int projectId, int paperId) + signal openDocumentInNewWindow(int projectId, int paperId) + signal restoreDocumentList(int projectId, var paperIdList) + + property var trashedChildrenList: [] + onTrashedChildrenListChanged: { + proxyModel.paperIdListFilter = trashedChildrenList + } + + property int parentPaperIdToBeRestored: -2 + property int treeIndentOffset: listView.treeIndentOffset + + + property int currentProjectId: listView.currentProjectId + property int currentPaperId: listView.currentPaperId + + + property int currentIndex: listView.currentIndex + property int openedProjectId: -2 + property int openedPaperId: -2 + property bool hoveringChangingTheCurrentItemAllowed: listView.hoveringChangingTheCurrentItemAllowed + + // scrollBar interactivity : + + listView.onContentHeightChanged: { + //fix scrollbar visible at start + if(scrollView.height === 0){ + scrollBarVerticalPolicy = ScrollBar.AlwaysOff + return + } + + if(listView.contentHeight > scrollView.height){ + scrollBarVerticalPolicy = ScrollBar.AlwaysOn + } + else { + scrollBarVerticalPolicy = ScrollBar.AlwaysOff + } + } + + //----------------------------------------------------------------------------- + + Component.onCompleted: { + + listView.openDocument.connect(root.openDocument) + listView.openDocumentInNewTab.connect(root.openDocumentInNewTab) + listView.openDocumentInNewWindow.connect(root.openDocumentInNewWindow) + listView.goBackCalled.connect( function() {goBackAction.trigger()}) + listView.deleteDefinitivelyCalled.connect(root.prepareDeleteDefinitivelyDialog) + + listView.proxyModel = proxyModel + listView.treeIndentOffset = treeIndentOffset + listView.currentProjectId = currentProjectId + proxyModel.projectIdFilter = currentProjectId + listView.currentPaperId = parentPaperIdToBeRestored + listView.currentIndex = currentIndex + + + //pre-check same time trashed : + var idList = proxyModel.findIdsTrashedAtTheSameTimeThan(currentProjectId, parentPaperIdToBeRestored) + proxyModel.setCheckedIdsList(idList) + + } + + //----------------------------------------------------------------------------- + // restore button : + + Action { + id: restoreAction + text: qsTr("Restore") + //shortcut: "" + icon{ + name: "edit-undo" + height: 100 + width: 100 + } + onTriggered: { + var paperIdListToBeFinallyRestored = listView.getCheckedPaperIdList() + + restoreDocumentList(currentProjectId, paperIdListToBeFinallyRestored) + console.log('finally restore list', currentProjectId, paperIdListToBeFinallyRestored) + + } + } + + restoreToolButton.action: restoreAction + + //----------------------------------------------------------------------------- + + + Connections { + + target: plmData.projectHub() + function onProjectClosed(projectId){ + + goBack() + + } + } + + + + //----------------------------------------------------------------------------- + // go back button : + + signal goBack() + + goBackToolButton.action: Action { + id: goBackAction + text: "<" + icon.name: "go-previous" + onTriggered:{ + goBack() + } + } + + + //---------------------------------------------------------------------------- + + function prepareDeleteDefinitivelyDialog(projectId, paperId){ + + var idList = [paperId] + idList = idList.concat(proxyModel.getChildrenList(projectId, paperId, true, false)) + + //get names + var nameList = [] + var i + for(i = 0 ; i < idList.length ; i++){ + var id = idList[i] + + nameList.push(proxyModel.getItemName(projectId, id)) + + } + + deleteDefinitivelyDialog.projectId = projectId + deleteDefinitivelyDialog.projectName = plmData.projectHub().getProjectName(projectId) + deleteDefinitivelyDialog.paperIdList = idList + deleteDefinitivelyDialog.paperNamesString = "\n- " + nameList.join("\n- ") + deleteDefinitivelyDialog.open() + + } + + + SimpleDialog { + property int projectId: -2 + property string projectName: "" + property var paperIdList: [] + property var paperNamesString: "" + + id: deleteDefinitivelyDialog + title: "Warning" + text: qsTr("Do you want to delete definitively the following documents from the \"%1\" project ?\n%2").arg(projectName).arg(paperNamesString) + standardButtons: Dialog.Yes | Dialog.Cancel + + onRejected: { + deleteDefinitivelyDialog.close() + + } + + onAccepted: { + var i + for(i = 0 ; i < paperIdList.length ; i++){ + var id = paperIdList[i] + + proxyModel.deleteDefinitively(projectId, id) + } + + } + + + + + } + //---------------------------------------------------------------------------- + listMenuToolButton.icon.name: "overflow-menu" + listMenuToolButton.onClicked: navigationMenu.open() + + Menu { + id: navigationMenu + y: listMenuToolButton.height + + // Action { + // text: qsTr("Rename") + // } + + // MenuSeparator {} + // Action { + // text: qsTr("Remove") + // } + // MenuSeparator {} + + Action { + text: qsTr("Empty the trash") + enabled: navigationMenu.opened + //shortcut: "Ctrl+Shift+Del" + icon.name: "edit-delete-shred" + onTriggered: { + //TODO: fill that + } + } + + } + + //---------------------------------------------------------------------------- + + Action { + id: selectAllAction + text: selectAllAction.checked ? qsTr("Select none") : qsTr("Select all") + //enabled: navigationMenu.opened + //shortcut: "Ctrl+Shift+Del" + icon.name: selectAllAction.checked ? "edit-select-none" : "edit-select-all" + checkable: true + onTriggered: { + + if(selectAllAction.checked){ + proxyModel.checkAll() + } + else { + proxyModel.checkNone() + + } + + + } + } + + selectAllToolButton.action: selectAllAction + + + //---------------------------------------------------------------------------- + + // shortcuts + + //listView.focus: true + // listView.Keys.onLeftPressed: { + + // console.log("onLeftPressed") + // goUpAction.trigger() + // } + // listView.Keys.onBackPressed: { + + // console.log("onBackPressed") + // goUpAction.trigger() + + // } + Shortcut { + enabled: listView.enabled + sequences: ["Left", "Backspace"] + onActivated: goBackAction.trigger() + //enabled: listView.activeFocus + } + //----------------------------------------------------------------------------- + + + Binding { + target: listView + property: "currentIndex" + value: proxyModel.forcedCurrentIndex + } + + //---------------------------------------------------------------------------- + + // focus : + onActiveFocusChanged: { + if (activeFocus) { + listView.forceActiveFocus() + } + } + + //---------------------------------------------------------------------------- + + + + + +} diff --git a/src/app/src/qml/Commons/RestoreListViewForm.ui.qml b/src/app/src/qml/Commons/RestoreListViewForm.ui.qml new file mode 100644 index 000000000..4453b1b87 --- /dev/null +++ b/src/app/src/qml/Commons/RestoreListViewForm.ui.qml @@ -0,0 +1,113 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +Item { + id: base + + property alias listView: listView + property alias scrollView: scrollView + property int scrollBarVerticalPolicy: ScrollBar.AlwaysOff + property alias goBackToolButton: goBackToolButton + property alias restoreToolButton: restoreToolButton + property alias listMenuToolButton: listMenuToolButton + property alias selectAllToolButton: selectAllToolButton + + Pane { + id: pane + clip: true + anchors.fill: parent + + ColumnLayout { + id: columnLayout + spacing: 0 + anchors.fill: parent + + ToolBar { + id: toolBar + Layout.maximumHeight: 40 + Layout.preferredHeight: 40 + Layout.fillWidth: true + + // Item { + // id: element + // Layout.fillHeight: true + // Layout.fillWidth: true + // } + RowLayout { + id: rowLayout + spacing: 1 + anchors.fill: parent + + ToolButton { + id: goBackToolButton + flat: true + display: AbstractButton.IconOnly + } + + ToolButton { + id: restoreToolButton + flat: true + text: qsTr("Restore a document") + display: AbstractButton.IconOnly + } + + ToolButton { + id: selectAllToolButton + flat: true + text: qsTr("Select all") + display: AbstractButton.IconOnly + } + + ToolButton { + id: listMenuToolButton + flat: true + text: qsTr("Trashed menu") + display: AbstractButton.IconOnly + } + } + } + + Text { + id: text1 + text: qsTr("The checked documents are those which were trashed at the same time") + font.pixelSize: 12 + wrapMode: Text.WordWrap + Layout.fillWidth: true + } + + ScrollView { + id: scrollView + focusPolicy: Qt.StrongFocus + Layout.fillWidth: true + Layout.fillHeight: true + clip: true + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: scrollBarVerticalPolicy + + CheckableTree { + id: listView + anchors.fill: parent + antialiasing: true + clip: true + smooth: true + boundsBehavior: Flickable.StopAtBounds + + treelikeIndentsVisible: true + checkButtonsVisible: true + openActionsEnabled: true + renameActionEnabled: true + copyActionEnabled: true + deleteActionEnabled: true + } + } + } + } +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:600;width:400} +} +##^##*/ + diff --git a/src/app/src/qml/Commons/SKRTextArea.qml b/src/app/src/qml/Commons/SKRTextArea.qml new file mode 100644 index 000000000..640f5e3ce --- /dev/null +++ b/src/app/src/qml/Commons/SKRTextArea.qml @@ -0,0 +1,23 @@ +import QtQuick 2.15 +import QtQml 2.15 +import QtQuick.Controls 2.15 +import ".." + +TextArea { + id: root +objectName: "SKRTextArea-" + Qt.formatDateTime(new Date(), "yyyyMMddhhmmsszzz") + + + +// Keys.priority: Keys.BeforeItem + +// Keys.onReleased: { +// if (event.key === Qt.Key_Alt){ +// console.log("alt not accepted") +// Globals.showMenuBarCalled() +// event.accepted = true +// } + +// } + +} diff --git a/src/app/src/qml/Commons/SimpleDialog.qml b/src/app/src/qml/Commons/SimpleDialog.qml new file mode 100644 index 000000000..39b68de83 --- /dev/null +++ b/src/app/src/qml/Commons/SimpleDialog.qml @@ -0,0 +1,24 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 + + + + +Dialog { + id: dialog + + anchors.centerIn: Overlay.overlay + + property alias dialogTitle: dialog.title + property alias text: text.text + + + modal: true + + + Text { + id: text + } + standardButtons: Dialog.Ok + +} diff --git a/src/app/src/qml/Commons/TagPad.qml b/src/app/src/qml/Commons/TagPad.qml new file mode 100644 index 000000000..69fc040a9 --- /dev/null +++ b/src/app/src/qml/Commons/TagPad.qml @@ -0,0 +1,447 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import eu.skribisto.skrusersettings 1.0 +import eu.skribisto.searchtaglistproxymodel 1.0 +//import ".." + + +TagPadForm { + id: root + property int minimumHeight: 300 + + + property int projectId: -2 + property int itemId: -2 + property var tagListModel: undefined + + signal callAddTagRelationship(int projectId, int itemId, string tagName) + signal callRemoveTagRelationship(int projectId,int itemId, int tagId) + + + + tagRepeater.model: tagListModel + + // force focus on first child + tagFlow.activeFocusOnTab: true + tagFlow.onActiveFocusChanged: { + if(tagFlow.children.length > 1){// means there is no children + var first = tagFlow.children[0] + first.forceActiveFocus() + first.isSelected = true + return + } + + } + + + Component { + id: tagFlowComponent + Rectangle { + id: itemBase + width: childrenRect.width + 10 + height: childrenRect.height + 10 + //color: isOpened ? "cyan" : "lightskyblue" + border.color: isSelected ? "blue" : "lightskyblue" + border.width: 1 + radius : height / 2 + property int projectId: model.projectId + property int itemId: root.itemId + property int tagId: model.tagId + property bool isSelected: false + + + focus: true + + TapHandler { + id: tapHandler + onSingleTapped: { + + + + } + } + // onDoubleTapped: { + // //reset other tags : + // var i; + // for(i = 0; i < tagRepeater.count; i++) { + // tagRepeater.itemAt(i).isOpened = false + // } + + // itemBase.isOpened = true + // Globals.openTagInNewTabCalled(itemBase.projectId, itemBase.tagId) + + + // } + // } + + + // TapHandler { + // id: shiftTapHandler + // acceptedModifiers: Qt.ShiftModifier + // onSingleTapped: { + // //reset other tags : + // var i; + // for(i = 0; i < tagRepeater.count; i++) { + // tagRepeater.itemAt(i).isOpened = false + // } + // itemBase.isOpened = true + // Globals.openTagInNewTabCalled(itemBase.projectId, itemBase.tagId) + // } + // } + + + Keys.onPressed: { + if (event.key === Qt.Key_Delete){ + console.log("Delete key pressed ") + // remove + callRemoveTagRelationship(projectId, itemId, tagId) + + } + if ((event.modifiers & Qt.ShiftModifier) && event.key === Qt.Key_Delete){ + console.log("Shift delete key pressed ") + // remove completely the tag + + //TODO: ask confirmation before erasing + + //plmData.tagHub().removePaperTagRelationship(projectId, itemId, model.itemTagId) + + } + + if (event.key === Qt.Key_Right || event.key === Qt.Key_Down ){ + + itemBase.isSelected = false + if(model.index === tagRepeater.count - 1){ + tagRepeater.itemAt(0).forceActiveFocus() + tagRepeater.itemAt(0).isSelected = true + + } + else{ + tagRepeater.itemAt(model.index + 1).forceActiveFocus() + tagRepeater.itemAt(model.index + 1).isSelected = true + } + + } + if (event.key === Qt.Key_Left || event.key === Qt.Key_Up ){ + + itemBase.isSelected = false + if(model.index === 0){ + tagRepeater.itemAt(tagRepeater.count - 1).forceActiveFocus() + tagRepeater.itemAt(tagRepeater.count - 1).isSelected = true + } + else{ + tagRepeater.itemAt(model.index - 1).forceActiveFocus() + tagRepeater.itemAt(model.index - 1).isSelected = true + } + + } + } + + Accessible.role: Accessible.ListItem + Accessible.name: model.name + Accessible.description: qsTr("tag related to the current paper") + + RowLayout{ + id: tagLayout + anchors.left: parent.left + anchors.top: parent.top + + anchors.margins : 5 + + Text{ + id: tagTitle + text: model.name + horizontalAlignment: Qt.AlignHCenter + verticalAlignment: Qt.AlignHCenter + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + + Layout.fillWidth: true + Layout.fillHeight: true + } + + RoundButton { + id: removeRelationshipButton + Layout.preferredWidth: 0 + Layout.maximumHeight: tagTitle.height + padding:1 + icon.name: "list-remove" + onReleased:{ + callRemoveTagRelationship(projectId, itemId, tagId) + } + activeFocusOnTab: false + } + + + HoverHandler { + id: hoverHandler + + } + state: hoverHandler.hovered ? "visible_removeRelationshipButton": "" + + states:[ + State { + name: "visible_removeRelationshipButton" + PropertyChanges { target: removeRelationshipButton; Layout.preferredWidth: tagTitle.height} + } + ] + + transitions: [ + Transition { + from: "" + to: "visible_removeRelationshipButton" + NumberAnimation {target: removeRelationshipButton; property: "Layout.preferredWidth";duration: 300; easing.type: Easing.OutCubic } + }, + Transition { + from: "visible_removeRelationshipButton" + to: "" + NumberAnimation { target: removeRelationshipButton; property: "Layout.preferredWidth";duration: 300; easing.type: Easing.OutCubic } + + } + ] + } + + } + } + + + + + + //-------------------------------------------- + //---------- Add Tag------------------------ + //-------------------------------------------- + + Action { + id: addTagAction + text: qsTr("Add tag") + icon.name: "list-add" + onTriggered: { + + titleEditPopup.open() + } + } + addTagMenuToolButton.action: addTagAction + + + + + //proxy model for search : + + SKRSearchTagListProxyModel { + id: searchProxyModel + projectIdFilter: projectId + } + + + + + Popup { + id: titleEditPopup + x: addTagMenuToolButton.x - 200 + y: addTagMenuToolButton.y + addTagMenuToolButton.height + width: 200 + height: 200 + modal: false + closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent + padding: 0 + + ColumnLayout { + anchors.fill: parent + TextField { + id: titleTextField + Layout.fillWidth: true + + selectByMouse: true + + + onVisibleChanged: { + if (visible){ + titleTextField.text = "test" + titleTextField.forceActiveFocus() + titleTextField.selectAll() + } + } + + onAccepted: { + + //create basic tag + //var error = plmData.tagHub().addTagRelationship(projectId, itemId) + + callAddTagRelationship(projectId, itemId, titleTextField.text) + + // add to model + //tagListModel.append({title: title, itemProjectId: projectId, itemPaperId: paperId, itemTagId: tagId}) + + titleEditPopup.close() + } + + onTextChanged: { + searchProxyModel.textFilter = text + } + + + Keys.priority: Keys.BeforeItem + + Keys.onPressed: { + if (event.key === Qt.Key_Down){ + if(searchResultList.count > 0){ + searchResultList.itemAtIndex(0).forceActiveFocus() + } + } + + } + + + } + + ScrollView { + id: searchListScrollView + focusPolicy: Qt.StrongFocus + Layout.fillWidth: true + Layout.fillHeight: true + clip: true + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded + + ListView { + id: searchResultList + anchors.fill: parent + clip: true + smooth: true + focus: true + boundsBehavior: Flickable.StopAtBounds + + + model: searchProxyModel + interactive: true + spacing: 1 + delegate: Component { + id: itemDelegate + + Item { + id: delegateRoot + height: 30 + + + anchors { + left: Qt.isQtObject(parent) ? parent.left : undefined + right: Qt.isQtObject(parent) ? parent.right : undefined + leftMargin: 5 + rightMargin: 5 + } + + TapHandler { + id: tapHandler + onSingleTapped: { + searchResultList.currentIndex = model.index + delegateRoot.forceActiveFocus() + eventPoint.accepted = true + } + onDoubleTapped: { + + //create relationship with tag + callAddTagRelationship(model.projectId, itemId, model.name) + titleEditPopup.close() + } + } + + // Shortcut { + // sequences: ["Return", "Space"] + // onActivated: { + + // //create relationship with tag + + // var tagId = model.paperId + // var error = plmData.tagHub().setPaperTagRelationship(model.projectId, paperId, tagId ) + + // if (!error.success){ + // //TODO: add notification + // return + // } + + // titleEditPopup.close() + + // } + + // //enabled: listView.activeFocus + // } + + Keys.priority: Keys.BeforeItem + + Keys.onPressed: { + if (event.key === Qt.Key_Return || event.key === Qt.Key_Space){ + console.log("Return key pressed title") + + //create relationship with tag + callAddTagRelationship(model.projectId, itemId, model.name) + titleEditPopup.close() + + + } + + } + Text { + text: model.name + anchors.fill: parent + horizontalAlignment: Qt.AlignLeft + verticalAlignment: Qt.AlignVCenter + } + } + } + + highlight: Component { + id: highlight + Rectangle { + + radius: 5 + border.color: "lightsteelblue" + border.width: 2 + visible: searchResultList.activeFocus + Behavior on y { + SpringAnimation { + spring: 3 + damping: 0.2 + } + } + } + } + + + section.property: "projectId" + section.criteria: ViewSection.FullString + section.labelPositioning: ViewSection.CurrentLabelAtStart | + ViewSection.InlineLabels + section.delegate: sectionHeading + + // The delegate for each section header + Component { + id: sectionHeading + Rectangle { + width: searchResultList.width + height: childrenRect.height + color: "lightsteelblue" + + required property string section + + Text { + text: qsTr("Existing tags") + font.bold: true + //font.pixelSize: 20 + } + } + } + } + } + } + } + + + + + onActiveFocusChanged: { + if (activeFocus) { + addTagMenuToolButton.forceActiveFocus() + } + } +} + diff --git a/src/app/src/qml/Commons/TagPadForm.ui.qml b/src/app/src/qml/Commons/TagPadForm.ui.qml new file mode 100644 index 000000000..b08b695f4 --- /dev/null +++ b/src/app/src/qml/Commons/TagPadForm.ui.qml @@ -0,0 +1,103 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +Item { + id: base + property alias tagFlow: tagFlow + property alias addTagMenuToolButton: addTagMenuToolButton + property alias tagRepeater: tagRepeater + + Pane { + id: pane + clip: true + anchors.fill: parent + + ColumnLayout { + id: columnLayout + spacing: 0 + anchors.fill: parent + + ToolBar { + id: toolBar + Layout.maximumHeight: 40 + Layout.preferredHeight: 40 + Layout.fillWidth: true + + // Item { + // id: element + // Layout.fillHeight: true + // Layout.fillWidth: true + // } + RowLayout { + id: rowLayout + spacing: 1 + anchors.fill: parent + + Item { + id: stretcher + Layout.fillHeight: true + Layout.fillWidth: true + } + + ToolButton { + id: addTagMenuToolButton + flat: true + display: AbstractButton.IconOnly + } + + } + } + + ScrollView { + id: scrollView + Layout.fillHeight: true + Layout.minimumHeight: 40 + focusPolicy: Qt.StrongFocus + Layout.fillWidth: true + clip: true + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded + + Flickable { + boundsBehavior: Flickable.StopAtBounds + contentWidth: scrollView.width + contentHeight: tagFlow.height + //contentHeight: leftDockColumnLayout.height + Flow { + id: tagFlow + width: scrollView.width + // width: parent.width + // anchors.left: parent.left + // anchors.top: parent.top + // anchors.topMargin: 0 + // anchors.leftMargin: 0 + spacing: 20 + padding: 0 + antialiasing: true + clip: true + focus: true + + Repeater { + id: tagRepeater + + delegate: tagFlowComponent + + + } + + Accessible.role: Accessible.List + Accessible.name: qsTr("Tags list") + Accessible.description: "Empty list of tags" + } + } + } + } + } +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ diff --git a/src/app/src/qml/Commons/ToolFrame.qml b/src/app/src/qml/Commons/ToolFrame.qml new file mode 100644 index 000000000..42cc760ef --- /dev/null +++ b/src/app/src/qml/Commons/ToolFrame.qml @@ -0,0 +1,209 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import QtQml 2.15 + +FocusScope { + id: base + + default property alias contents : container.data + //property alias contentParent: container + property int contentHeight: 100 + property int contentHeightAfterBinding: 100 + property int minimumContentHeight: -1 + property int maximumContentHeight: -1 + property int minimumContainerHeight: -1 + property int dynamicHeight + property int dynamicWidth + property alias folded: toolHeader.folded + property alias title: toolHeader.title + property int scrollBarVerticalPolicy: ScrollBar.AlwaysOff + + onFoldedChanged: { + folded ? state = "folded" : state = "unfolded" + } + // implicitWidth: folded ? 0x0 : 30 + // implicitHeight: folded ? 30 : contentHeight + + Binding{ + target: base + property: "contentHeightAfterBinding" + value: contentHeight + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + + GridLayout { + id: gridLayout + anchors.fill: parent + + ToolHeader { + id: toolHeader + Layout.minimumHeight: 30 + Layout.minimumWidth: 30 + Layout.preferredHeight: dynamicHeight + Layout.preferredWidth: dynamicWidth + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + + } + ScrollView { + id: scrollView + Layout.fillHeight: true + Layout.fillWidth: true + + padding: 2 + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: scrollBarVerticalPolicy + clip: true + focusPolicy: Qt.NoFocus + + + Flickable { + id: flickable + flickableDirection: Flickable.VerticalFlick + boundsBehavior: Flickable.StopAtBounds + interactive: true + + //clip: true + ScrollBar.vertical: ScrollBar { + id: internalScrollBar + parent: flickable.parent + } + + + contentWidth: scrollView.width + contentHeight: container.height + + Item { + id: container + width: scrollView.width + + onHeightChanged: { + if(minimumContainerHeight != -1 && minimumContainerHeight > container.height){ + container.height = minimumContainerHeight + } + } + + + } + } + } + + Component.onCompleted: { + container.children[0].anchors.fill = container + container.children[0].focus = true + minimumContainerHeight = container.children[0].minimumHeight + container.height = contentHeight - 25 + } + + + } + onContentHeightAfterBindingChanged: { + + if(minimumContentHeight > 0 && contentHeightAfterBinding < minimumContentHeight){ + + container.height = minimumContentHeight - 25 + dynamicHeight = minimumContentHeight - 25 + } + else if(maximumContentHeight > 0 && contentHeightAfterBinding > maximumContentHeight){ + + container.height = maximumContentHeight - 25 + dynamicHeight = maximumContentHeight - 25 + } + else{ + + container.height = contentHeightAfterBinding - 25 + } + + + + + //fix scrollbar visible at start + if(scrollView.height === 0){ + scrollBarVerticalPolicy = ScrollBar.AlwaysOff + return + } + + if(flickable.contentHeight > scrollView.height){ + scrollBarVerticalPolicy = ScrollBar.AlwaysOn + } + else { + scrollBarVerticalPolicy = ScrollBar.AlwaysOff + } + } + + + transitions: [ + Transition { + + PropertyAnimation { + target: base + properties: "dynamicHeight"; + easing.type: Easing.InOutQuad;duration: 500 + } + + + } + ] + + states: [ + State { + name: "folded" + when: toolHeader.folded === true + + PropertyChanges { + target: scrollView + visible: false + } + PropertyChanges { + target: toolHeader + Layout.fillWidth: true + } + PropertyChanges { + target: base + implicitHeight: 30 + implicitWidth: 0x0 + } + PropertyChanges { + target: base + dynamicHeight: 30 + dynamicWidth: 0x0 + } + },State { + name: "unfolded" + when: toolHeader.folded === false + + PropertyChanges { + target: scrollView + visible: true + + } + PropertyChanges { + target: toolHeader + Layout.fillWidth: false + } + PropertyChanges { + target: base + implicitWidth: 30 + implicitHeight: contentHeightAfterBinding + } + PropertyChanges { + target: base + dynamicHeight: contentHeightAfterBinding + dynamicWidth: 40 + } + } + + ] + + + onActiveFocusChanged: { + if(activeFocus){ + container.children[0].forceActiveFocus + } + } + + +} + diff --git a/src/app/src/qml/Commons/ToolHeader.qml b/src/app/src/qml/Commons/ToolHeader.qml new file mode 100644 index 000000000..b2db8336b --- /dev/null +++ b/src/app/src/qml/Commons/ToolHeader.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +ToolHeaderForm { + implicitWidth: folded ? 0x0 : 30 + implicitHeight: folded ? 30 : 0x0 +} diff --git a/src/app/src/qml/Commons/ToolHeaderForm.ui.qml b/src/app/src/qml/Commons/ToolHeaderForm.ui.qml new file mode 100644 index 000000000..f049fcb94 --- /dev/null +++ b/src/app/src/qml/Commons/ToolHeaderForm.ui.qml @@ -0,0 +1,116 @@ +import QtQuick 2.4 +import QtQuick.Controls 2.3 +import QtQuick.Layouts 1.3 + +Item { + id: base + width: 400 + height: 400 + property bool folded: true + property alias title: dockTitle.text + + GridLayout { + id: gridBase + anchors.fill: parent + + Switch { + id: hSwitch + scale: 0.5 /* + anchors.top: parent.top + anchors.topMargin: -7 + anchors.left: parent.left + anchors.leftMargin: -13*/ + // implicitHeight: height * scale + // implicitWidth: width * scale + Layout.preferredHeight: 30 + Layout.preferredWidth: 60 + padding: 1 + checked: !folded + onCheckedChanged: checked ? folded = false : folded = true + focusPolicy: Qt.NoFocus + } + Label { + id: dockTitle + //width: gridBase.width - hSwitch.width + height: 30 + text: "Text" + + + Layout.fillHeight: true + Layout.fillWidth: true + /* + + anchors.horizontalCenter: parent.horizontalCenter + anchors.top: parent.top + anchors.topMargin: 0*/ + padding: 2 + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter + font.pixelSize: 12 + } + + Label { + id: vDockTitle + text: dockTitle.text + verticalAlignment: Text.AlignVCenter + horizontalAlignment: Text.AlignHCenter + Layout.fillHeight: true + Layout.fillWidth: true + Layout.row: 1 + Layout.preferredHeight: 30 + + + /* + anchors.left: parent.left + anchors.leftMargin: 0 + anchors.verticalCenter: parent.verticalCenter*/ + padding: 2 + antialiasing: true + rotation: 270 + font.pixelSize: 12 + } + } + states: [ + State { + name: "unfolded" + when: folded === false + + PropertyChanges { + target: dockTitle + visible: false + } + PropertyChanges { + target: vDockTitle + visible: true + } + +// PropertyChanges { +// target: hSwitch +// rotation: 90 +// } + + PropertyChanges { + target: base + width: 30 + } + }, + State { + name: "folded" + when: folded === true + + PropertyChanges { + target: vDockTitle + visible: false + } + PropertyChanges { + target: dockTitle + visible: true + } + + PropertyChanges { + target: base + height: 30 + } + } + ] +} diff --git a/src/app/src/qml/Commons/TrashedListView.qml b/src/app/src/qml/Commons/TrashedListView.qml new file mode 100644 index 000000000..cde457a8a --- /dev/null +++ b/src/app/src/qml/Commons/TrashedListView.qml @@ -0,0 +1,1070 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import QtQml.Models 2.15 +import eu.skribisto.projecthub 1.0 + +TrashedListViewForm { + id: root + + property var proxyModel + property var model + onModelChanged: { + visualModel.model = model + } + signal openDocument(int openedProjectId, int openedPaperId, int projectId, int paperId) + signal openDocumentInNewTab(int projectId, int paperId) + signal openDocumentInNewWindow(int projectId, int paperId) + signal restoreDocument(int projectId, int paperId) + + + + + property int currentProjectId: -2 + property int currentPaperId: -2 + property int currentIndex: listView.currentIndex + property int openedProjectId: -2 + property int openedPaperId: -2 + property bool hoveringChangingTheCurrentItemAllowed: true + listView.model: visualModel + DelegateModel { + id: visualModel + + delegate: dragDelegate + } + + + // scrollBar interactivity : + + listView.onContentHeightChanged: { + //fix scrollbar visible at start + if(scrollView.height === 0){ + scrollBarVerticalPolicy = ScrollBar.AlwaysOff + return + } + + if(listView.contentHeight > scrollView.height){ + scrollBarVerticalPolicy = ScrollBar.AlwaysOn + } + else { + scrollBarVerticalPolicy = ScrollBar.AlwaysOff + } + } + + //----------------------------------------------------------------------------- + // project comboBox : + + + + trashProjectComboBox.model: ListModel { + id: projectComboBoxModel + } + + + Connections { + + target: plmData.projectHub() + function onProjectLoaded(projectId){ + + + var name = plmData.projectHub().getProjectName(projectId) + + projectComboBoxModel.append({projectId: projectId, name: name}) + + trashProjectComboBox.currentIndex = trashProjectComboBox.count -1 + } + } + + Connections { + + target: plmData.projectHub() + function onProjectClosed(projectId){ + + populateProjectComboBoxModel() + + } + } + + Component.onCompleted: { + trashProjectComboBox.textRole = "name" + trashProjectComboBox.valueRole = "projectId" + populateProjectComboBoxModel() + } + trashProjectComboBox.displayText: qsTr("Trash: %1").arg(trashProjectComboBox.currentText) + + function populateProjectComboBoxModel(){ + + projectComboBoxModel.clear() + + // populate + + var projectList = plmData.projectHub().getProjectIdList() + + var i; + for(i = 0 ; i < projectList.length ; i++ ){ + var projectId = projectList[i] + + var name = plmData.projectHub().getProjectName(projectId) + + projectComboBoxModel.append({projectId: projectId, name: name}) + console.log("projectList") + + } + + // select last : + if (projectList.length > 0){ + trashProjectComboBox.currentIndex = projectList.length - 1; + var _projectId = trashProjectComboBox.valueAt(projectList.length - 1) + proxyModel.projectIdFilter = _projectId + currentProjectId = _projectId + } + } + trashProjectComboBox.onCurrentIndexChanged: { + console.log("onCurrentIndexChanged") + + if(trashProjectComboBox.currentValue === undefined){ + + var projectList = plmData.projectHub().getProjectIdList() + trashProjectComboBox.currentIndex = projectList.length - 1; + var _projectId = trashProjectComboBox.valueAt(projectList.length - 1) + proxyModel.projectIdFilter = _projectId + currentProjectId = _projectId + } + else { + proxyModel.projectIdFilter = trashProjectComboBox.currentValue + currentProjectId = trashProjectComboBox.currentValue + + } + + + } + + + //----------------------------------------------------------------------------- + // go back button : + + signal goBack() + + goBackToolButton.action: Action { + id: goBackAction + text: "<" + icon.name: "go-previous" + onTriggered:{ + goBack() + } + } + + + + + //---------------------------------------------------------------------------- + + function prepareDeleteDefinitivelyDialog(projectId, paperId){ + + var idList = [paperId] + idList = idList.concat(proxyModel.getChildrenList(projectId, paperId, true, false)) + + //get names + var nameList = [] + var i + for(i = 0 ; i < idList.length ; i++){ + var id = idList[i] + + nameList.push(proxyModel.getItemName(projectId, id)) + + } + + deleteDefinitivelyDialog.projectId = projectId + deleteDefinitivelyDialog.projectName = plmData.projectHub().getProjectName(projectId) + deleteDefinitivelyDialog.paperIdList = idList + deleteDefinitivelyDialog.paperNamesString = "\n- " + nameList.join("\n- ") + deleteDefinitivelyDialog.open() + + } + + + SimpleDialog { + property int projectId: -2 + property string projectName: "" + property var paperIdList: [] + property var paperNamesString: "" + + id: deleteDefinitivelyDialog + title: "Warning" + text: qsTr("Do you want to delete definitively the following documents from the \"%1\" project ?\n%2").arg(projectName).arg(paperNamesString) + standardButtons: Dialog.Yes | Dialog.Cancel + + onRejected: { + deleteDefinitivelyDialog.close() + + } + + onAccepted: { + var i + for(i = 0 ; i < paperIdList.length ; i++){ + var id = paperIdList[i] + + proxyModel.deleteDefinitively(projectId, id) + } + + } + } + + + //---------------------------------------------------------------------------- + + + //---------------------------------------------------------------------------- + listMenuToolButton.icon.name: "overflow-menu" + listMenuToolButton.onClicked: navigationMenu.open() + + Menu { + id: navigationMenu + y: listMenuToolButton.height + + // Action { + // text: qsTr("Rename") + // } + + // MenuSeparator {} + // Action { + // text: qsTr("Remove") + // } + // MenuSeparator {} + + Action { + text: qsTr("Empty the trash") + enabled: navigationMenu.opened + //shortcut: "Ctrl+Shift+Del" + icon.name: "edit-delete-shred" + onTriggered: { + //TODO: fill that + } + } + + } + + //---------------------------------------------------------------------------- + // restore button : + + Action { + id: restoreAction + text: qsTr("Restore") + //shortcut: "" + enabled: listView.focus === true + icon{ + name: "edit-undo" + height: 100 + width: 100 + } + onTriggered: { + + console.log('restore', currentProjectId, currentPaperId) + restoreDocument(currentProjectId, currentPaperId) + + } + } + + restoreToolButton.action: restoreAction + + //---------------------------------------------------------------------------- + + // shortcuts + + + + Shortcut { + enabled: listView.enabled + sequences: ["Left", "Backspace"] + onActivated: goBackAction.trigger() + //enabled: listView.activeFocus + } + //----------------------------------------------------------------------------- + listView.onCurrentIndexChanged: { + contextMenuItemIndex = listView.currentIndex + } + + property int contextMenuItemIndex: -2 + + Binding { + target: listView + property: "currentIndex" + value: proxyModel.forcedCurrentIndex + } + + //---------------------------------------------------------------------------- + + // focus : + onActiveFocusChanged: { + if (activeFocus) { + listView.forceActiveFocus() + } + } + + //---------------------------------------------------------------------------- + + // TreeView item : + Component { + id: dragDelegate + + Item { + id: delegateRoot + + + + Accessible.name: labelLabel.text.length === 0 ? titleLabel.text + ( model.hasChildren ? " " +qsTr("has child") : "" ): + titleLabel.text + " " + qsTr("label:") + " " + labelLabel.text + ( model.hasChildren ? " " +qsTr("has child") : "" ) + Accessible.role: Accessible.ListItem + Accessible.description: qsTr("navigation item") + + + property int visualIndex: { + return DelegateModel.itemsIndex + } + + Binding { + target: content + property: "visualIndex" + value: visualIndex + } + + anchors { + left: Qt.isQtObject(parent) ? parent.left : undefined + right: Qt.isQtObject(parent) ? parent.right : undefined + rightMargin: 5 + } + + height: content.height + + + onActiveFocusChanged: { + if(listView.currentIndex === model.index){ + root.currentPaperId = model.paperId + } + } + + // drag.target: held ? content : undefined + // drag.axis: Drag.YAxis + + // onPressAndHold: held = true + // onReleased: held = false + // Shortcut { + // sequence: "Ctrl+Up" + // onActivated: moveUpAction.trigger(delegateRoot) + // } + // Keys.onShortcutOverride: { + // if (event.key === Qt.Key_Backspace) { + // console.log("onShortcutOverride") + // event.accepted = true + // } + // } + // Keys.onBackPressed: { + // console.log("eee") + // } + function editName() { + state = "edit_name" + titleTextField.forceActiveFocus() + titleTextField.selectAll() + } + + function editLabel() { + state = "edit_label" + labelTextField.forceActiveFocus() + labelTextField.selectAll() + } + + Keys.priority: Keys.AfterItem + + Keys.onShortcutOverride: { + if((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_N){ + event.accepted = true + } + if((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_C){ + event.accepted = true + } + if((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_X){ + event.accepted = true + } + if((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_V){ + event.accepted = true + } + if( event.key === Qt.Key_Escape && (delegateRoot.state == "edit_name" || delegateRoot.state == "edit_label")){ + event.accepted = true + } + if( event.key === Qt.Key_Escape){ + event.accepted = true + } + } + + Keys.onPressed: { + if (event.key === Qt.Key_Return){ + console.log("Return key pressed") + openDocumentAction.trigger() + event.accepted = true + } + if ((event.modifiers & Qt.AltModifier) && event.key === Qt.Key_Return){ + console.log("Alt Return key pressed") + openDocumentInNewTabAction.trigger() + event.accepted = true + } + // rename + + if (event.key === Qt.Key_F2 && delegateRoot.state !== "edit_name"){ + renameAction.trigger() + event.accepted = true + } + if (event.key === Qt.Key_Escape){ + console.log("Escape key pressed") + goBackAction.trigger() + event.accepted = true + } + } + + Rectangle { + id: content + property int visualIndex: 0 + property int sourceIndex: -2 + + property bool isCurrent: model.index === listView.currentIndex ? true : false + + anchors { + horizontalCenter: parent.horizontalCenter + verticalCenter: parent.verticalCenter + } + width: delegateRoot.width + height: 40 + + + Behavior on color { + ColorAnimation { + duration: 100 + } + } + + HoverHandler { + id: hoverHandler + // onHoveredChanged: { + // if (hoverHandler.hovered & hoveringChangingTheCurrentItemAllowed) { + // listView.currentIndex = model.index + // } + // } + } + + TapHandler { + id: tapHandler + + + + onSingleTapped: { + listView.currentIndex = model.index + delegateRoot.forceActiveFocus() + eventPoint.accepted = true + } + + onDoubleTapped: { + console.log("double tapped") + listView.currentIndex = model.index + openDocumentAction.trigger() + eventPoint.accepted = true + } + + } + + TapHandler { + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus + acceptedButtons: Qt.RightButton + onTapped: { + listView.currentIndex = model.index + delegateRoot.forceActiveFocus() + menu.open() + eventPoint.accepted = true + } + } + TapHandler { + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus + acceptedButtons: Qt.MiddleButton + onTapped: { + listView.currentIndex = model.index + delegateRoot.forceActiveFocus() + openDocumentInNewTabAction.trigger() + eventPoint.accepted = true + + } + } + + Action { + id: openDocumentAction + //shortcut: "Return" + enabled: { + if (listView.focus === true && titleTextField.visible === false + && listView.currentIndex === model.index) { + return true + } else + return false + } + + text: "Open document" + onTriggered: { + console.log("model.openedProjectId", openedProjectId) + console.log("model.projectId", model.projectId) + root.openDocument(openedProjectId, openedPaperId, model.projectId, + model.paperId) + } + } + + Action { + id: openDocumentInNewTabAction + //shortcut: "Alt+Return" + enabled: { + if (listView.focus === true && titleTextField.visible === false + && listView.currentIndex === model.index) { + return true + } else + return false + } + + text: "Open document in a new tab" + onTriggered: { + console.log("model.projectId", model.projectId) + root.openDocumentInNewTab(model.projectId, + model.paperId) + + } + } + + + Action { + id: openDocumentInNewWindowAction + //shortcut: "Alt+Return" + enabled: { + if (listView.enabled && titleTextField.visible === false + && listView.currentIndex === model.index) { + return true + } else + return false + } + + text: qsTr("Open document in a window") + onTriggered: { + root.openDocumentInNewWindow(model.projectId, + model.paperId) + + } + } + + ColumnLayout{ + id: columnLayout3 + anchors.fill: parent + + + RowLayout { + id: rowLayout + spacing: 2 + Layout.fillHeight: true + Layout.fillWidth: true + + Rectangle { + id: trashedIndicator + color: "#b50003" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: model.trashed + } + Rectangle { + id: currentItemIndicator + color: "lightsteelblue" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: listView.currentIndex === model.index + } + Rectangle { + id: openedItemIndicator + color: "#2ba200" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: model.projectId === openedProjectId && model.paperId === openedPaperId + } + + Button { + id: projectIsBackupIndicator + visible: model.projectIsBackup && model.paperId === -1 + enabled: true + focusPolicy: Qt.NoFocus + implicitHeight: 32 + implicitWidth: 32 + Layout.maximumHeight: 30 + padding: 0 + rightPadding: 0 + bottomPadding: 0 + leftPadding: 2 + topPadding: 0 + flat: true + onDownChanged: down = false + + + icon { + name: "tools-media-optical-burn-image" + height: 32 + width: 32 + } + + + hoverEnabled: true + ToolTip.delay: 1000 + ToolTip.timeout: 5000 + ToolTip.visible: hovered + ToolTip.text: qsTr("This project is a backup") + } + + + Rectangle { + color: "transparent" + //border.width: 1 + Layout.fillWidth: true + Layout.fillHeight: true + + ColumnLayout { + id: columnLayout2 + spacing: 1 + anchors.fill: parent + Layout.fillHeight: true + Layout.fillWidth: true + + Label { + id: titleLabel + + Layout.fillWidth: true + Layout.topMargin: 2 + Layout.leftMargin: 4 + Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter + + text: model.indent === -1 ? model.projectName : model.name + } + TextField { + id: labelTextField + visible: false + + + Layout.fillWidth: true + Layout.fillHeight: true + text: labelLabel.text + maximumLength: 50 + + placeholderText: qsTr("Enter label") + + + onEditingFinished: { + //if (!activeFocus) { + //accepted() + //} + console.log("editing label finished") + model.label = text + delegateRoot.state = "" + } + + //Keys.priority: Keys.AfterItem + Keys.onShortcutOverride: event.accepted = (event.key === Qt.Key_Escape) + Keys.onPressed: { + if (event.key === Qt.Key_Return){ + console.log("Return key pressed title") + editingFinished() + event.accepted = true + } + if ((event.modifiers & Qt.CtrlModifier) && event.key === Qt.Key_Return){ + console.log("Ctrl Return key pressed title") + editingFinished() + event.accepted = true + } + if (event.key === Qt.Key_Escape){ + console.log("Escape key pressed title") + delegateRoot.state = "" + event.accepted = true + } + } + + } + TextField { + id: titleTextField + visible: false + + + Layout.fillWidth: true + Layout.fillHeight: true + text: titleLabel.text + maximumLength: 50 + + placeholderText: qsTr("Enter name") + + + onEditingFinished: { + //if (!activeFocus) { + //accepted() + //} + console.log("editing finished") + model.name = text + delegateRoot.state = "" + } + + //Keys.priority: Keys.AfterItem + Keys.onShortcutOverride: event.accepted = (event.key === Qt.Key_Escape) + Keys.onPressed: { + if (event.key === Qt.Key_Return){ + console.log("Return key pressed title") + editingFinished() + event.accepted = true + } + if ((event.modifiers & Qt.CtrlModifier) && event.key === Qt.Key_Return){ + console.log("Ctrl Return key pressed title") + editingFinished() + event.accepted = true + } + if (event.key === Qt.Key_Escape){ + console.log("Escape key pressed title") + delegateRoot.state = "" + event.accepted = true + } + } + + } + + Label { + id: labelLabel + + // text: model.label + text: model.label + Layout.bottomMargin: 2 + Layout.rightMargin: 4 + Layout.alignment: Qt.AlignRight | Qt.AlignVCenter + } + } + // MouseArea { + // anchors.fill: parent + // } + } + + ToolButton { + id: menuButton + Layout.fillHeight: true + Layout.preferredWidth: 30 + + text: "..." + flat: true + focusPolicy: Qt.NoFocus + + onClicked: { + + listView.currentIndex = model.index + delegateRoot.forceActiveFocus() + menu.open() + } + + visible: hoverHandler.hovered | content.isCurrent + } + + + } + Rectangle { + id: separator + Layout.preferredHeight: 1 + Layout.preferredWidth: content.width / 2 + Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom + gradient: Gradient { + orientation: Qt.Horizontal + GradientStop { + position: 0.00; + color: "#ffffff"; + } + GradientStop { + position: 0.30; + color: "#9e9e9e"; + } + GradientStop { + position: 0.70; + color: "#9e9e9e"; + } + GradientStop { + position: 1.00; + color: "#ffffff"; + } + } + + } + + } + } + // DropArea { + // id: dropArea + // anchors { + // fill: parent + // margins: 10 + // } + // property int sourceIndex: -1 + // property int targetIndex: -1 + // onEntered: { + // sourceIndex = drag.source.DelegateModel.itemsIndex + // targetIndex = dragArea.DelegateModel.itemsIndex + // // var sourceIndex = drag.source.DelegateModel.itemsIndex + // // var targetIndex = dragArea.DelegateModel.itemsIndex + // visualModel.items.move(sourceIndex, targetIndex) + + // // var sourceModelIndex = drag.source.DelegateModel.modelIndex( + // // sourceIndex) + // // var targetModelIndex = dragArea.DelegateModel.modelIndex( + // // targetIndex) + + // // console.log("targetIndex : ", sourceModelIndex.name) + // } + + // onDropped: { + // console.log("onDropped") + // } + // } + states: [ + State { + name: "drag_active" + when: content.Drag.active + + ParentChange { + target: content + parent: base + } + AnchorChanges { + target: content + anchors { + horizontalCenter: undefined + verticalCenter: undefined + } + } + }, + State { + name: "edit_name" + PropertyChanges { + target: menuButton + visible: false + } + PropertyChanges { + target: titleLabel + visible: false + } + PropertyChanges { + target: labelLabel + visible: false + } + PropertyChanges { + target: titleTextField + visible: true + } + PropertyChanges { + target: labelTextField + visible: false + } + }, + State { + name: "edit_label" + PropertyChanges { + target: menuButton + visible: false + } + PropertyChanges { + target: titleLabel + visible: false + } + PropertyChanges { + target: labelLabel + visible: false + } + PropertyChanges { + target: titleTextField + visible: false + } + PropertyChanges { + target: labelTextField + visible: true + } + } + ] + + // Shortcut { + // sequences: ["Ctrl+Shift+N"] + // onActivated: addBeforeAction.trigger() + // enabled: root.visible + // } + Menu { + id: menu + y: menuButton.height + + onOpened: { + hoveringChangingTheCurrentItemAllowed = false + // necessary to differenciate between all items + contextMenuItemIndex = model.index + } + + onClosed: { + hoveringChangingTheCurrentItemAllowed = true + + } + MenuItem { + id: restoreMenuItem + action: restoreAction + + } + + + + Action { + id: openPaperAction + text: qsTr("Open") + //shortcut: "Return" + icon { + name: "document-edit" + } + enabled: contextMenuItemIndex === model.index && titleTextField.visible === false && listView.enabled && model.paperId !== -1 + onTriggered: { + console.log("from trashed: open paper action", model.projectId, + model.paperId) + openDocumentAction.trigger() + } + } + + Action { + id: openPaperInNewTabAction + text: qsTr("Open in new tab") + //shortcut: "Alt+Return" + icon { + name: "tab-new" + } + enabled: contextMenuItemIndex === model.index && titleTextField.visible === false && listView.enabled && model.paperId !== -1 + onTriggered: { + console.log("from trashed: open paper in new tab action", model.projectId, + model.paperId) + openDocumentInNewTabAction.trigger() + } + } + + Action { + id: openPaperInNewWindowAction + text: qsTr("Open in new window") + //shortcut: "Alt+Return" + icon { + name: "window-new" + } + enabled: contextMenuItemIndex === model.index && titleTextField.visible === false && listView.enabled && model.paperId !== -1 + onTriggered: { + console.log("from trashed: open paper in new window action", model.projectId, + model.paperId) + openDocumentInNewWindowAction.trigger() + } + } + + + MenuSeparator {} + + Action { + id: renameAction + text: qsTr("Rename") + //shortcut: "F2" + icon { + name: "edit-rename" + } + enabled: contextMenuItemIndex === model.index && listView.enabled + onTriggered: { + console.log("from trashed: rename action", model.projectId, + model.paperId) + delegateRoot.editName() + } + } + + Action { + id: setLabelAction + text: qsTr("Set label") + + icon { + name: "label" + } + enabled: contextMenuItemIndex === model.index && listView.enabled && model.indent !== -1 + onTriggered: { + console.log("from trashed: sel label", model.projectId, + model.paperId) + delegateRoot.editLabel() + } + } + + MenuSeparator {} + + Action { + + text: qsTr("Copy") + //shortcut: StandardKey.Copy + icon { + name: "edit-copy" + } + enabled: contextMenuItemIndex === model.index && listView.enabled && model.indent !== -1 + + onTriggered: { + console.log("from trashed: copy action", model.projectId, + model.paperId) + proxyModel.copy(model.projectId, model.paperId) + } + } + + MenuSeparator {} + + Action { + text: qsTr("Delete definitively") + //shortcut: "Del" + icon { + name: "edit-delete" + } + enabled: contextMenuItemIndex === model.index && listView.enabled && model.indent !== -1 + onTriggered: { + console.log("from trashed: delete action", model.projectId, + model.paperId) + + prepareDeleteDefinitivelyDialog(model.projectId, model.paperId) + } + } + MenuSeparator {} + } + + ListView.onRemove: SequentialAnimation { + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: true + } + NumberAnimation { + target: delegateRoot + property: "height" + to: 0 + easing.type: Easing.InOutQuad + } + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: false + } + } + + //---------------------------------------------------------- + + ListView.onAdd: SequentialAnimation { + PropertyAction { + target: delegateRoot + property: "height" + value: 0 + } + NumberAnimation { + target: delegateRoot + property: "height" + to: delegateRoot.height + duration: 250 + easing.type: Easing.InOutQuad + } + } + + // move : + } + } + + +} diff --git a/src/app/src/qml/Commons/TrashedListViewForm.ui.qml b/src/app/src/qml/Commons/TrashedListViewForm.ui.qml new file mode 100644 index 000000000..7f5f154f1 --- /dev/null +++ b/src/app/src/qml/Commons/TrashedListViewForm.ui.qml @@ -0,0 +1,103 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +Item { + id: base + + + + property alias listView: listView + property alias scrollView: scrollView + property int scrollBarVerticalPolicy: ScrollBar.AlwaysOff + property alias goBackToolButton: goBackToolButton + property alias restoreToolButton: restoreToolButton + property alias listMenuToolButton: listMenuToolButton + property alias trashProjectComboBox: trashProjectComboBox + + + Pane { + id: pane + clip: true + anchors.fill: parent + + ColumnLayout { + id: columnLayout + spacing: 0 + anchors.fill: parent + + ToolBar { + id: toolBar + Layout.maximumHeight: 40 + Layout.preferredHeight: 40 + Layout.fillWidth: true + + + + // Item { + // id: element + // Layout.fillHeight: true + // Layout.fillWidth: true + // } + + + RowLayout { + id: rowLayout + spacing: 1 + anchors.fill: parent + + + ToolButton { + id: goBackToolButton + flat: true + display: AbstractButton.IconOnly + } + + ComboBox { + id: trashProjectComboBox + Layout.fillWidth: true + + } + ToolButton { + id: restoreToolButton + flat: true + text: qsTr("Restore a document") + display: AbstractButton.IconOnly + } + + ToolButton { + id: listMenuToolButton + flat: true + text: qsTr("Trashed menu") + display: AbstractButton.IconOnly + } + } + } + + + ScrollView { + id: scrollView + focusPolicy: Qt.StrongFocus + Layout.fillWidth: true + Layout.fillHeight: true + clip: true + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: scrollBarVerticalPolicy + + + ListView { + id: listView + anchors.fill: parent + antialiasing: true + clip: true + smooth: true + boundsBehavior: Flickable.StopAtBounds + + + } + + + } + } + } +} diff --git a/src/app/src/qml/Commons/TreeListView.qml b/src/app/src/qml/Commons/TreeListView.qml new file mode 100644 index 000000000..4d41c0cfd --- /dev/null +++ b/src/app/src/qml/Commons/TreeListView.qml @@ -0,0 +1,1553 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import QtQml.Models 2.15 + +TreeListViewForm { + id: root + + property var proxyModel + property var model + onModelChanged: { + visualModel.model = model + } + + signal openDocument(int openedProjectId, int openedPaperId, int projectId, int paperId) + signal openDocumentInNewTab(int projectId, int paperId) + signal openDocumentInNewWindow(int projectId, int paperId) + signal showTrashedList() + + property int currentParent: -2 + property int currentProject: -2 + property int currentPaperId: -2 + property int currentIndex: listView.currentIndex + property int openedProjectId: -2 + property int openedPaperId: -2 + property bool hoveringChangingTheCurrentItemAllowed: true + listView.model: visualModel + DelegateModel { + id: visualModel + + delegate: dragDelegate + } + + + // scrollBar interactivity : + + listView.onContentHeightChanged: { + //fix scrollbar visible at start + if(scrollView.height === 0){ + scrollBarVerticalPolicy = ScrollBar.AlwaysOff + return + } + + if(listView.contentHeight > scrollView.height){ + scrollBarVerticalPolicy = ScrollBar.AlwaysOn + } + else { + scrollBarVerticalPolicy = ScrollBar.AlwaysOff + } + } + + + //----------------------------------------------------------------------------- + // go up button : + property bool goUpButtonEnabled: true + property bool goUpActionToBeTriggered :false + property int goUpActionCurrentParent: -2 + goUpToolButton.action: goUpAction + + Action { + id: goUpAction + text: qsTr("Go up") + //shortcut: "Left,Backspace" Doesn't work well + icon { + name: "go-parent-folder" + } + //enabled: + onTriggered: { + goUpActionToBeTriggered = true + goUpActionCurrentParent = currentParent + + currentParent = proxyModel.goUp() + listView.currentIndex = proxyModel.getLastOfHistory(currentProject) + proxyModel.removeLastOfHistory(currentProject) + + goUpActionToBeTriggered = false + goUpActionCurrentParent = -2 + + } + } + function determineIfGoUpButtonEnabled() { + + if(!root.visible){ + goUpAction.enabled = false + return + } + + goUpAction.enabled = (currentParent !== -2) + + + } + + onVisibleChanged: { + determineIfGoUpButtonEnabled() + } + + + + + + + //----------------------------------------------------------------------------- + // current parent button : + Binding { + target: root + property: "currentProject" + value: proxyModel.projectIdFilter + } + Binding { + target: root + property: "currentParent" + value: proxyModel.parentIdFilter + } + //currentParent: proxyModel.parentIdFilter + //currentProject: proxyModel.projectIdFilter + onCurrentParentChanged: { + determineIfGoUpButtonEnabled() + + + if (currentParent !== -2 & currentProject !== -2) { + currentParentToolButton.text = proxyModel.getItemName( + currentProject, currentParent) + //console.log("onCurrentParentChanged") + } + // clear : + if (currentParent === -2 & currentProject === -2 ){ + currentParentToolButton.text = "" + } + } + onCurrentProjectChanged: { + if (currentParent !== -2 & currentProject !== -2) { + currentParentToolButton.text = proxyModel.getItemName( + currentProject, currentParent) + //console.log("onCurrentProjectChanged") + } + // clear : + if (currentParent === -2 & currentProject === -2 ){ + currentParentToolButton.text = "" + } + } + + currentParentToolButton.onClicked: { + + //currentParent + } + + //---------------------------------------------------------------------------- + + + //---------------------------------------------------------------------------- + treeMenuToolButton.icon.name: "overflow-menu" + treeMenuToolButton.onClicked: navigationMenu.open() + + Menu { + id: navigationMenu + y: treeMenuToolButton.height + + // Action { + // text: qsTr("Rename") + // } + + // MenuSeparator {} + // Action { + // text: qsTr("Remove") + // } + // MenuSeparator {} + Action { + text: qsTr("Paste") + enabled: listView.enabled + shortcut: StandardKey.Paste + icon.name: "edit-paste" + } + Menu { + + title: qsTr("Advanced") + Action { + text: qsTr("Sort alphabetically") + icon.name: "view-sort-ascending-name" + } + } + + MenuSeparator{} + + Action { + text: qsTr("Trash") + //shortcut: StandardKey.Paste + icon.name: "edit-delete" + onTriggered: showTrashedList() + } + + } + + //---------------------------------------------------------------------------- + // add button : + + Action { + id: addPaperAction + text: qsTr("Add") + shortcut: "Ctrl+T" + enabled: listView.enabled && currentParent !== -2 + icon{ + name: "document-new" + height: 100 + width: 100 + } + onTriggered: { + proxyModel.addItemAtEnd(currentProject, currentParent, + visualModel.items.count) + listView.currentItem.editName() + } + } + + addToolButton.action: addPaperAction + + //---------------------------------------------------------------------------- + + // shortcuts + + //listView.focus: true + // listView.Keys.onLeftPressed: { + + // console.log("onLeftPressed") + // goUpAction.trigger() + // } + // listView.Keys.onBackPressed: { + + // console.log("onBackPressed") + // goUpAction.trigger() + + // } + + //----------------------------------------------------------------------------- + Component.onCompleted: { + + } + + //----------------------------------------------------------------------------- + listView.onCurrentIndexChanged: { + contextMenuItemIndex = listView.currentIndex + } + + property int contextMenuItemIndex: -2 + + Binding { + target: listView + property: "currentIndex" + value: proxyModel.forcedCurrentIndex + } + + //---------------------------------------------------------------------------- + + // focus : + listView.onActiveFocusChanged: { + if (activeFocus) { + listView.currentItem.forceActiveFocus() + } + } + + //---------------------------------------------------------------------------- + + // used to remember the source when moving an item + property int moveSourceInt: -2 + + //used to differenciante tapCount between ItemSelectionModel + property int tapCountIndex: -2 + + + property bool goToChildActionToBeTriggered :false + property int goToChildActionCurrentIndent: -2 + property bool newPaperAdded :false + + // TreeView item : + Component { + id: dragDelegate + + DropArea { + id: delegateRoot + property int indent: model.indent + + Accessible.name: labelLabel.text.length === 0 ? titleLabel.text + ( model.hasChildren ? " " +qsTr("has child") : "" ): + titleLabel.text + " " + qsTr("label:") + " " + labelLabel.text + ( model.hasChildren ? " " +qsTr("has child") : "" ) + Accessible.role: Accessible.ListItem + Accessible.description: qsTr("navigation item") + + + onEntered: { + + content.sourceIndex = drag.source.visualIndex + visualModel.items.move(drag.source.visualIndex, + content.visualIndex) + } + + onDropped: { + console.log("dropped : ", moveSourceInt, content.visualIndex) + proxyModel.moveItem(moveSourceInt, content.visualIndex) + } + property int visualIndex: { + return DelegateModel.itemsIndex + } + + Binding { + target: content + property: "visualIndex" + value: visualIndex + } + + anchors { + left: Qt.isQtObject(parent) ? parent.left : undefined + right: Qt.isQtObject(parent) ? parent.right : undefined + rightMargin: 5 + } + + height: content.height + + onActiveFocusChanged: { + if(listView.currentIndex === model.index){ + root.currentPaperId = model.paperId + } + } + + + // drag.target: held ? content : undefined + // drag.axis: Drag.YAxis + + // onPressAndHold: held = true + // onReleased: held = false + // Shortcut { + // sequence: "Ctrl+Up" + // onActivated: moveUpAction.trigger(delegateRoot) + // } + // Keys.onShortcutOverride: { + // if (event.key === Qt.Key_Backspace) { + // console.log("onShortcutOverride") + // event.accepted = true + // } + // } + // Keys.onBackPressed: { + // console.log("eee") + // } + function editName() { + state = "edit_name" + titleTextField.forceActiveFocus() + titleTextField.selectAll() + } + + function editLabel() { + state = "edit_label" + labelTextField.forceActiveFocus() + labelTextField.selectAll() + } + + Keys.priority: Keys.AfterItem + + Keys.onShortcutOverride: { + if((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_N){ + event.accepted = true + } + if((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_C){ + event.accepted = true + } + if((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_X){ + event.accepted = true + } + if((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_V){ + event.accepted = true + } + if( event.key === Qt.Key_Escape && (delegateRoot.state == "edit_name" || delegateRoot.state == "edit_label")){ + event.accepted = true + } + } + + Keys.onPressed: { + if (event.key === Qt.Key_Right){ + console.log("Right key pressed") + goToChildAction.trigger() + event.accepted = true + } + if (event.key === Qt.Key_Backspace || event.key === Qt.Key_Left){ + console.log("Backspace / Left key pressed") + goUpAction.trigger() + event.accepted = true + } + if ((event.modifiers & Qt.AltModifier) && event.key === Qt.Key_Return){ + console.log("Alt Return key pressed") + openDocumentInNewTabAction.trigger() + event.accepted = true + } + if (event.key === Qt.Key_Return && delegateRoot.state !== "edit_name"){ + console.log("Return key pressed") + openDocumentAction.trigger() + event.accepted = true + } + // rename + + if (event.key === Qt.Key_F2 && delegateRoot.state !== "edit_name"){ + renameAction.trigger() + event.accepted = true + } + + + + // cut + if ((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_X && delegateRoot.state !== "edit_name"){ + cutAction.trigger() + event.accepted = true + } + + // copy + if ((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_C && delegateRoot.state !== "edit_name"){ + copyAction.trigger() + event.accepted = true + } + + // add before + if ((event.modifiers & Qt.ControlModifier) && (event.modifiers & Qt.ShiftModifier) && event.key === Qt.Key_N && delegateRoot.state !== "edit_name"){ + addBeforeAction.trigger() + event.accepted = true + } + + // add after + if ((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_N && delegateRoot.state !== "edit_name"){ + addAfterAction.trigger() + event.accepted = true + } + + // move up + if ((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_Up && delegateRoot.state !== "edit_name"){ + moveUpAction.trigger() + event.accepted = true + } + + // move down + if ((event.modifiers & Qt.ControlModifier) && event.key === Qt.Key_Down && delegateRoot.state !== "edit_name"){ + moveDownAction.trigger() + event.accepted = true + } + + // send to trash + if (event.key === Qt.Key_Delete && delegateRoot.state !== "edit_name"){ + sendToTrashAction.trigger() + event.accepted = true + } + } + + Rectangle { + id: content + property int visualIndex: 0 + property int sourceIndex: -2 + + property bool isCurrent: model.index === listView.currentIndex ? true : false + + anchors { + horizontalCenter: parent.horizontalCenter + verticalCenter: parent.verticalCenter + } + width: delegateRoot.width + height: 40 + + Drag.active: dragHandler.active + Drag.source: content + Drag.hotSpot.x: width / 2 + Drag.hotSpot.y: height / 2 + + color: dragHandler.active | !tapHandler.enabled ? "lightsteelblue" : "white" + Behavior on color { + ColorAnimation { + duration: 100 + } + } + + DragHandler { + id: dragHandler + //acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus + //xAxis.enabled: false + //grabPermissions: PointerHandler.TakeOverForbidden + onActiveChanged: { + if (active) { + moveSourceInt = content.visualIndex + } else { + content.Drag.drop() + tapHandler.enabled = true + } + } + enabled: !tapHandler.enabled + } + + HoverHandler { + id: hoverHandler + // onHoveredChanged: { + // if (hoverHandler.hovered & hoveringChangingTheCurrentItemAllowed) { + // listView.currentIndex = model.index + // } + // } + } + + TapHandler { + id: tapHandler + + + onSingleTapped: { + listView.currentIndex = model.index + delegateRoot.forceActiveFocus() + eventPoint.accepted = true + } + + onDoubleTapped: { + console.log("double tapped") + listView.currentIndex = model.index + openDocumentAction.trigger() + eventPoint.accepted = true + } + + onLongPressed: { // needed to activate the grab handler + enabled = false + } + } + + TapHandler { + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus + acceptedButtons: Qt.RightButton + onTapped: { + listView.currentIndex = model.index + delegateRoot.forceActiveFocus() + menu.open() + eventPoint.accepted = true + } + } + TapHandler { + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus + acceptedButtons: Qt.MiddleButton + onTapped: { + listView.currentIndex = model.index + delegateRoot.forceActiveFocus() + openDocumentInNewTabAction.trigger() + eventPoint.accepted = true + + } + } + /// without MouseArea, it breaks while dragging and scrolling: + MouseArea { + anchors.fill: parent + onWheel: { + listView.flick(0, wheel.angleDelta.y * 50) + wheel.accepted = true + } + + enabled: dragHandler.enabled + } + + + + Action { + id: goToChildAction + //shortcut: "Right" + enabled: { + if (!listView.enabled){ + return false + } + + if (listView.enabled && listView.currentIndex === model.index) { + return true + } else if (hoverHandler.hovered) { + return true + } else + return false + } + + text: model.hasChildren ? ">" : "+" + onTriggered: { + console.log("goToChildAction triggered") + + goToChildActionToBeTriggered = true + goToChildActionCurrentIndent = model.indent + + + var _proxyModel = proxyModel + currentProject = model.projectId + currentParent = model.paperId + var _currentProject = currentProject + var _currentParent = currentParent + var _index = model.index + + var _listView = listView + + + // change level + _proxyModel.setParentFilter(_currentProject, + _currentParent) + _proxyModel.addHistory(_currentProject, _index) + + // create a child if none present + if (!_proxyModel.hasChildren(_currentProject, + _currentParent)) { + newPaperAdded = true + _proxyModel.addItemAtEnd(_currentProject, + _currentParent, 0) + + // edit it : + _listView.itemAtIndex(0).editName() + //_listView.itemAt(0, 0).editName() + + + } + + + + } + } + Action { + id: openDocumentAction + //shortcut: "Return" + enabled: { + if (listView.enabled && titleTextField.visible === false + && listView.currentIndex === model.index) { + return true + } else + return false + } + + text: qsTr("Open document") + onTriggered: { + console.log("model.openedProjectId", openedProjectId) + console.log("model.projectId", model.projectId) + root.openDocument(openedProjectId, openedPaperId, model.projectId, + model.paperId) + } + } + + Action { + id: openDocumentInNewTabAction + //shortcut: "Alt+Return" + enabled: { + if (listView.enabled && titleTextField.visible === false + && listView.currentIndex === model.index) { + return true + } else + return false + } + + text: qsTr("Open document in a new tab") + onTriggered: { + root.openDocumentInNewTab(model.projectId, + model.paperId) + + } + } + + + Action { + id: openDocumentInNewWindowAction + //shortcut: "Alt+Return" + enabled: { + if (listView.enabled && titleTextField.visible === false + && listView.currentIndex === model.index) { + return true + } else + return false + } + + text: qsTr("Open document in a window") + onTriggered: { + root.openDocumentInNewWindow(model.projectId, + model.paperId) + + } + } + + ColumnLayout{ + id: columnLayout3 + anchors.fill: parent + + + RowLayout { + id: rowLayout + spacing: 2 + Layout.fillHeight: true + Layout.fillWidth: true + + + Rectangle { + id: currentItemIndicator + color: "lightsteelblue" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: listView.currentIndex === model.index + } + Rectangle { + id: openedItemIndicator + color: "#2ba200" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: model.projectId === openedProjectId && model.paperId === openedPaperId + } + + Button { + id: projectIsBackupIndicator + visible: model.projectIsBackup && model.paperId === -1 + enabled: true + focusPolicy: Qt.NoFocus + implicitHeight: 32 + implicitWidth: 32 + Layout.maximumHeight: 30 + padding: 0 + rightPadding: 0 + bottomPadding: 0 + leftPadding: 2 + topPadding: 0 + flat: true + onDownChanged: down = false + + + icon { + name: "tools-media-optical-burn-image" + height: 32 + width: 32 + } + + + hoverEnabled: true + ToolTip.delay: 1000 + ToolTip.timeout: 5000 + ToolTip.visible: hovered + ToolTip.text: qsTr("This project is a backup") + } + + Rectangle { + color: "transparent" + //border.width: 1 + Layout.fillWidth: true + Layout.fillHeight: true + + ColumnLayout { + id: columnLayout2 + spacing: 1 + anchors.fill: parent + Layout.fillHeight: true + Layout.fillWidth: true + + Label { + id: titleLabel + + Layout.fillWidth: true + Layout.topMargin: 2 + Layout.leftMargin: 4 + Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter + font.bold: model.projectIsActive && model.indent === -1 ? true : false + text: model.indent === -1 ? model.projectName : model.name + } + + TextField { + id: labelTextField + visible: false + + + Layout.fillWidth: true + Layout.fillHeight: true + text: labelLabel.text + maximumLength: 50 + + placeholderText: qsTr("Enter label") + + + onEditingFinished: { + //if (!activeFocus) { + //accepted() + //} + console.log("editing label finished") + model.label = text + delegateRoot.state = "" + } + + //Keys.priority: Keys.AfterItem + Keys.onShortcutOverride: event.accepted = (event.key === Qt.Key_Escape) + Keys.onPressed: { + if (event.key === Qt.Key_Return){ + console.log("Return key pressed title") + editingFinished() + event.accepted = true + } + if ((event.modifiers & Qt.CtrlModifier) && event.key === Qt.Key_Return){ + console.log("Ctrl Return key pressed title") + editingFinished() + event.accepted = true + } + if (event.key === Qt.Key_Escape){ + console.log("Escape key pressed title") + delegateRoot.state = "" + event.accepted = true + } + } + + } + + TextField { + id: titleTextField + visible: false + + + Layout.fillWidth: true + Layout.fillHeight: true + text: titleLabel.text + maximumLength: 50 + + placeholderText: qsTr("Enter name") + + + onEditingFinished: { + //if (!activeFocus) { + //accepted() + //} + console.log("editing finished") + if(model.indent === -1){ //project item + model.projectName = text + } + else { + model.name = text + } + + + delegateRoot.state = "" + } + + //Keys.priority: Keys.AfterItem + Keys.onShortcutOverride: event.accepted = (event.key === Qt.Key_Escape) + Keys.onPressed: { + if (event.key === Qt.Key_Return){ + console.log("Return key pressed title") + editingFinished() + event.accepted = true + } + if ((event.modifiers & Qt.CtrlModifier) && event.key === Qt.Key_Return){ + console.log("Ctrl Return key pressed title") + editingFinished() + event.accepted = true + } + if (event.key === Qt.Key_Escape){ + console.log("Escape key pressed title") + delegateRoot.state = "" + event.accepted = true + } + } + + } + + Label { + id: labelLabel + + // text: model.label + text: model.label === undefined ? "" : model.label + Layout.bottomMargin: 2 + Layout.rightMargin: 4 + Layout.alignment: Qt.AlignRight | Qt.AlignVCenter + + + } + } + // MouseArea { + // anchors.fill: parent + // } + } + + ToolButton { + id: menuButton + Layout.fillHeight: true + Layout.preferredWidth: 30 + + text: "..." + flat: true + focusPolicy: Qt.NoFocus + + onClicked: { + listView.currentIndex = model.index + delegateRoot.forceActiveFocus() + menu.open() + } + + visible: hoverHandler.hovered | content.isCurrent + } + + ToolButton { + id: goToChildButton + action: goToChildAction + + // background: Rectangle { + // implicitWidth: 30 + // implicitHeight: 30 + // color: Qt.darker( + // "#33333333", control.enabled + // && (control.checked + // || control.highlighted) ? 1.5 : 1.0) + // opacity: enabled ? 1 : 0.3 + // visible: control.down + // || (control.enabled + // && (control.checked + // || control.highlighted)) + // } + flat: true + Layout.preferredWidth: 30 + Layout.fillHeight: true + Layout.alignment: Qt.AlignRight | Qt.AlignVCenter + visible: hoverHandler.hovered | content.isCurrent + focusPolicy: Qt.NoFocus + } + Label { + id: hasChildrenLabel + Layout.preferredWidth: 30 + Layout.fillHeight: true + Layout.alignment: Qt.AlignRight | Qt.AlignVCenter + text: ">" + visible: model.hasChildren & !(hoverHandler.hovered | content.isCurrent) + + } + + + } + Rectangle { + id: separator + Layout.preferredHeight: 1 + Layout.preferredWidth: content.width / 2 + Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom + gradient: Gradient { + orientation: Qt.Horizontal + GradientStop { + position: 0.00; + color: "#ffffff"; + } + GradientStop { + position: 0.30; + color: "#9e9e9e"; + } + GradientStop { + position: 0.70; + color: "#9e9e9e"; + } + GradientStop { + position: 1.00; + color: "#ffffff"; + } + } + + } + + } + } + // DropArea { + // id: dropArea + // anchors { + // fill: parent + // margins: 10 + // } + // property int sourceIndex: -1 + // property int targetIndex: -1 + // onEntered: { + // sourceIndex = drag.source.DelegateModel.itemsIndex + // targetIndex = dragArea.DelegateModel.itemsIndex + // // var sourceIndex = drag.source.DelegateModel.itemsIndex + // // var targetIndex = dragArea.DelegateModel.itemsIndex + // visualModel.items.move(sourceIndex, targetIndex) + + // // var sourceModelIndex = drag.source.DelegateModel.modelIndex( + // // sourceIndex) + // // var targetModelIndex = dragArea.DelegateModel.modelIndex( + // // targetIndex) + + // // console.log("targetIndex : ", sourceModelIndex.name) + // } + + // onDropped: { + // console.log("onDropped") + // } + // } + states: [ + State { + name: "drag_active" + when: content.Drag.active + + ParentChange { + target: content + parent: base + } + AnchorChanges { + target: content + anchors { + horizontalCenter: undefined + verticalCenter: undefined + } + } + }, + State { + name: "edit_name" + PropertyChanges { + target: menuButton + visible: false + } + PropertyChanges { + target: goToChildButton + visible: false + } + PropertyChanges { + target: titleLabel + visible: false + } + PropertyChanges { + target: labelLabel + visible: false + } + PropertyChanges { + target: titleTextField + visible: true + } + PropertyChanges { + target: labelTextField + visible: false + } + }, + State { + name: "edit_label" + PropertyChanges { + target: menuButton + visible: false + } + PropertyChanges { + target: goToChildButton + visible: false + } + PropertyChanges { + target: titleLabel + visible: false + } + PropertyChanges { + target: labelLabel + visible: false + } + PropertyChanges { + target: titleTextField + visible: false + } + PropertyChanges { + target: labelTextField + visible: true + } + }, + + State { + name: "unset_anchors" + AnchorChanges { + target: delegateRoot + anchors.left: undefined + anchors.right: undefined + + } + } + ] + + // Shortcut { + // sequences: ["Ctrl+Shift+N"] + // onActivated: addBeforeAction.trigger() + // enabled: root.visible + // } + Menu { + id: menu + y: menuButton.height + + onOpened: { + hoveringChangingTheCurrentItemAllowed = false + // necessary to differenciate between all items + contextMenuItemIndex = model.index + } + + onClosed: { + hoveringChangingTheCurrentItemAllowed = true + + } + MenuItem { + visible: model.paperId !== -1 + height: model.paperId === -1 ? 0 : undefined + action: Action { + id: openPaperAction + text: qsTr("Open") + //shortcut: "Return" + icon { + name: "document-edit" + } + + enabled: contextMenuItemIndex === model.index && titleTextField.visible === false && listView.enabled && model.paperId !== -1 + onTriggered: { + console.log("open paper action", model.projectId, + model.paperId) + openDocumentAction.trigger() + } + } + } + MenuItem { + visible: model.paperId !== -1 + height: model.paperId === -1 ? 0 : undefined + + action: Action { + id: openPaperInNewTabAction + text: qsTr("Open in new tab") + //shortcut: "Alt+Return" + icon { + name: "tab-new" + } + enabled: contextMenuItemIndex === model.index && titleTextField.visible === false && listView.enabled && model.paperId !== -1 + onTriggered: { + console.log("open paper in new tab action", model.projectId, + model.paperId) + openDocumentInNewTabAction.trigger() + } + } + } + + + MenuItem { + visible: model.paperId !== -1 + height: model.paperId === -1 ? 0 : undefined + + action: Action { + id: openPaperInNewWindowAction + text: qsTr("Open in new window") + //shortcut: "Alt+Return" + icon { + name: "window-new" + } + enabled: contextMenuItemIndex === model.index && titleTextField.visible === false && listView.enabled && model.paperId !== -1 + onTriggered: { + console.log("open paper in new window action", model.projectId, + model.paperId) + openDocumentInNewWindowAction.trigger() + } + } + } + + MenuItem { + height: model.paperId === -1 ? undefined : 0 + visible: model.paperId === -1 + enabled: contextMenuItemIndex === model.index && model.projectIsActive === false && listView.enabled && model.paperId === -1 + text: qsTr("Set as active project") + icon { + name: "tab-new" + } + onTriggered: { + console.log("set active project", model.projectId) + plmData.projectHub().setActiveProject(model.projectId) + } + } + + + MenuSeparator {} + + Action { + id: renameAction + text: qsTr("Rename") + //shortcut: "F2" + icon { + name: "edit-rename" + } + enabled: contextMenuItemIndex === model.index && listView.enabled + + onTriggered: { + console.log("rename action", model.projectId, + model.paperId) + delegateRoot.editName() + } + } + + Action { + id: setLabelAction + text: qsTr("Set label") + //shortcut: "F2" + icon { + name: "label" + } + enabled: contextMenuItemIndex === model.index && listView.enabled + onTriggered: { + console.log("from deleted: sel label", model.projectId, + model.paperId) + delegateRoot.editLabel() + } + } + + MenuSeparator {} + Action { + id: cutAction + text: qsTr("Cut") + //shortcut: StandardKey.Cut + icon { + name: "edit-cut" + } + enabled: contextMenuItemIndex === model.index && listView.enabled + + onTriggered: { + console.log("cut action", model.projectId, + model.paperId) + proxyModel.cut(model.projectId, model.paperId, -2) + } + } + + Action { + + id: copyAction + text: qsTr("Copy") + //shortcut: StandardKey.Copy + icon { + name: "edit-copy" + } + enabled: contextMenuItemIndex === model.index && listView.enabled + + onTriggered: { + console.log("copy action", model.projectId, + model.paperId) + proxyModel.copy(model.projectId, model.paperId) + } + } + + MenuSeparator {} + Action { + id: addBeforeAction + text: qsTr("Add before") + //shortcut: "Ctrl+Shift+N" + icon { + name: "document-new" + } + enabled: contextMenuItemIndex === model.index && listView.enabled + onTriggered: { + //TODO: fill that + console.log("add before action", model.projectId, + model.paperId) + } + } + + Action { + id: addAfterAction + text: qsTr("Add after") + //shortcut: "Ctrl+N" + icon { + name: "document-new" + } + enabled: contextMenuItemIndex === model.index && listView.enabled + onTriggered: { + //TODO: fill that + console.log("add after action", model.projectId, + model.paperId) + } + } + + MenuSeparator {} + + Action { + id: moveUpAction + text: qsTr("Move up") + //shortcut: "Ctrl+Up" + icon { + name: "object-order-raise" + } + enabled: contextMenuItemIndex === model.index && listView.enabled + && model.index !== 0 + onTriggered: { + console.log("move up action", model.projectId, + model.paperId) + proxyModel.moveUp(model.projectId, model.paperId, + model.index) + } + } + + Action { + id: moveDownAction + text: qsTr("Move down") + //shortcut: "Ctrl+Down" + icon { + name: "object-order-lower" + } + enabled: contextMenuItemIndex === model.index + && model.index !== visualModel.items.count - 1 && listView.enabled + + onTriggered: { + console.log("move down action", model.projectId, + model.paperId) + proxyModel.moveDown(model.projectId, model.paperId, + model.index) + } + } + MenuSeparator {} + Action { + id: sendToTrashAction + text: qsTr("Send to trash") + //shortcut: "Del" + icon { + name: "edit-delete" + } + enabled: contextMenuItemIndex === model.index && listView.enabled && model.indent !== -1 + onTriggered: { + console.log("sent to trash action", model.projectId, + model.paperId) + model.trashed = true + + } + } + MenuSeparator {} + } + + //---------------------------------------------------------- + + property int animationDuration: 150 + + ListView.onRemove: { + + + var goUpActionCurrentParentIndent = proxyModel.getItemIndent(currentProject, goUpActionCurrentParent) + + if(goUpActionToBeTriggered && goUpActionCurrentParentIndent + 1 === delegateRoot.indent){ + paperGoesRightAnimation.start() + } + + + if(goToChildActionToBeTriggered && goToChildActionCurrentIndent === delegateRoot.indent){ + paperGoesLeftAnimation.start() + + } + } + + //goUpActionToBeTriggered + ListView.onAdd: { + + var goUpActionCurrentParentIndent = proxyModel.getItemIndent(currentProject, goUpActionCurrentParent) + + if(goUpActionToBeTriggered && goUpActionCurrentParentIndent === model.indent){ + paperAppearsFromLeftAnimation.start() + } + + + + if(goToChildActionToBeTriggered && goToChildActionCurrentIndent + 1 === delegateRoot.indent){ + paperAppearsFromRightAnimation.start() + } + } + SequentialAnimation { + id: paperAppearsFromLeftAnimation + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: true + } + PropertyAction { + target: delegateRoot + property: "visible" + value: false + } + PauseAnimation { + duration: animationDuration + } + PropertyAction { + target: delegateRoot + property: "visible" + value: true + } + + ScriptAction { + script: delegateRoot.state = "unset_anchors" + } + + PropertyAction { + target: delegateRoot + property: "x" + value: - delegateRoot.width + } + NumberAnimation { + target: delegateRoot + property: "x" + to: 0 + duration: animationDuration + easing.type: Easing.InOutQuad + } + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: false + } + + ScriptAction { + script: delegateRoot.state = "" + } + + } + + SequentialAnimation { + id: paperAppearsFromRightAnimation + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: true + } + PropertyAction { + target: delegateRoot + property: "visible" + value: false + } + PauseAnimation { + duration: animationDuration + } + PropertyAction { + target: delegateRoot + property: "visible" + value: true + } + ScriptAction { + script: delegateRoot.state = "unset_anchors" + } + + PropertyAction { + target: delegateRoot + property: "x" + value: delegateRoot.width + } + NumberAnimation { + target: delegateRoot + property: "x" + to: 0 + duration: animationDuration + easing.type: Easing.InOutQuad + } + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: false + } + + ScriptAction { + script: delegateRoot.state = "" + } + + + ScriptAction { + script: if(newPaperAdded === true){ + listView.itemAtIndex(0).editName() + newPaperAdded = false + } + } + + ScriptAction { + script: { + goToChildActionToBeTriggered = false + goToChildActionCurrentIndent = -2 + } + + } + } + + SequentialAnimation { + id: paperGoesLeftAnimation + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: true + } + ScriptAction { + script: delegateRoot.state = "unset_anchors" + } + + NumberAnimation { + target: delegateRoot + property: "x" + to: - delegateRoot.width + duration: animationDuration + easing.type: Easing.InOutQuad + } + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: false + } + + ScriptAction { + script: delegateRoot.state = "" + } + } + + SequentialAnimation { + id: paperGoesRightAnimation + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: true + } + + ScriptAction { + script: delegateRoot.state = "unset_anchors" + } + + NumberAnimation { + target: delegateRoot + property: "x" + to: delegateRoot.width + duration: animationDuration + easing.type: Easing.InOutQuad + } + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: false + } + + ScriptAction { + script: delegateRoot.state = "" + } + } + + SequentialAnimation { + id: removePaperAtEndAnimation + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: true + } + NumberAnimation { + target: delegateRoot + property: "height" + to: 0 + duration: 250 + easing.type: Easing.InOutQuad + } + PropertyAction { + target: delegateRoot + property: "ListView.delayRemove" + value: false + } + } + SequentialAnimation { + id: addPaperAtEndAnimation + + PropertyAction { + target: delegateRoot + property: "height" + value: 0 + } + NumberAnimation { + target: delegateRoot + property: "height" + to: delegateRoot.height + duration: 250 + easing.type: Easing.InOutQuad + } + } + // move : + } + } + + onActiveFocusChanged: { + if (activeFocus) { + listView.forceActiveFocus() + } + } +} diff --git a/src/app/src/qml/Commons/TreeListViewForm.ui.qml b/src/app/src/qml/Commons/TreeListViewForm.ui.qml new file mode 100644 index 000000000..e3090f003 --- /dev/null +++ b/src/app/src/qml/Commons/TreeListViewForm.ui.qml @@ -0,0 +1,99 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +Item { + id: base + property alias listView: listView + property alias scrollView: scrollView + property int scrollBarVerticalPolicy: ScrollBar.AlwaysOff + property alias goUpToolButton: goUpToolButton + property alias currentParentToolButton: currentParentToolButton + property alias addToolButton: addToolButton + property alias treeMenuToolButton: treeMenuToolButton + + Pane { + id: pane + clip: true + anchors.fill: parent + + ColumnLayout { + id: columnLayout + spacing: 0 + anchors.fill: parent + + ToolBar { + id: toolBar + Layout.maximumHeight: 40 + Layout.preferredHeight: 40 + Layout.fillWidth: true + + // Item { + // id: element + // Layout.fillHeight: true + // Layout.fillWidth: true + // } + RowLayout { + id: rowLayout + spacing: 1 + anchors.fill: parent + + ToolButton { + id: goUpToolButton + flat: true + display: AbstractButton.IconOnly + } + + ToolButton { + id: currentParentToolButton + flat: true + Layout.fillWidth: true + text: qsTr("current folder name") + } + ToolButton { + id: addToolButton + flat: true + text: qsTr("Add a document") + display: AbstractButton.IconOnly + } + + ToolButton { + id: treeMenuToolButton + flat: true + text: qsTr("Navigation menu") + display: AbstractButton.IconOnly + } + } + } + + ScrollView { + id: scrollView + focusPolicy: Qt.StrongFocus + Layout.fillWidth: true + Layout.fillHeight: true + clip: true + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: scrollBarVerticalPolicy + + ListView { + id: listView + anchors.fill: parent + antialiasing: true + clip: true + smooth: true + boundsBehavior: Flickable.StopAtBounds + focus: true + + Accessible.name: "Navigation list" + Accessible.role: Accessible.List + } + } + } + } +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ diff --git a/src/app/src/qml/Commons/WritingZone.qml b/src/app/src/qml/Commons/WritingZone.qml new file mode 100644 index 000000000..254367304 --- /dev/null +++ b/src/app/src/qml/Commons/WritingZone.qml @@ -0,0 +1,568 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import QtQml 2.15 +import ".." +import eu.skribisto.documenthandler 1.0 + +WritingZoneForm { + id: root + stretch: true + leftScrollItemVisible: true + property string name: "" + readonly property int wantedCenteredTextAreaLeftPos: rootPageBase.width / 2 - textAreaWidth / 2 + readonly property int wantedCenteredTextAreaRightPos: rootPageBase.width / 2 + textAreaWidth / 2 + + readonly property int wantedCenteredWritingZoneLeftPos: rootPageBase.width / 2 - root.width / 2 + readonly property int wantedCenteredWritingZoneRightPos: rootPageBase.width / 2 + root.width / 2 + + textArea.persistentSelection: true + + property int textPointSize: 12 + onTextPointSizeChanged: { + textArea.font.pointSize = textPointSize + } + property string textFontFamily: "" + onTextFontFamilyChanged: { + textArea.font.family = textFontFamily + } + + property real textIndent: 0 + onTextIndentChanged: { + //console.log("eeee") + documentHandler.indentEverywhere = textIndent + } + + property real textTopMargin: 0 + onTextTopMarginChanged: { + //console.log("bbbb") + documentHandler.topMarginEverywhere = textTopMargin + } + + + + function clear(){ + textArea.clear() + } + + + + // style : + + + //quit fullscreen : + + // Shortcut { + // enabled: textArea.activeFocus + // sequence: "Esc" + // onActivatedAmbiguously: { + // console.log("activated 2") + // if(fullscreenAction.checked === true){ + // fullscreenAction.checked = false + + // } + + // } + // } + + + // Keys.onShortcutOverride: event.accepted = (event.key === Qt.Key_Escape) + + // console.log("escape in WritingZone z") + // if (event.key === Qt.Key_Escape){ + // console.log("escape in WritingZone a") + // if (textArea.activeFocus){ + // if(fullscreenAction.checked === true){ + // console.log("escape in WritingZone b") + // fullscreenAction.checked = false + // event.accepted = true + // } + // else + // { + // event.accepted = false + // } + // } + // event.accepted = false + + + // } + // if ((event.modifiers & Qt.ShiftModifier) && event.key === Qt.Ke){ + + // } + + // } + + + //----------------------------------------------------------- + //----- special non-blinking cursor : ----------------------- + //----------------------------------------------------------- + + Connections { + target: SkrSettings.ePaperSettings + function onTextCursorUnblinkingChanged() { + determineTextCursorUnblinkingSetting() + } + } + + //----------------------------------------------------------- + + function determineTextCursorUnblinkingSetting(){ + if(SkrSettings.ePaperSettings.textCursorUnblinking){ + textArea.cursorDelegate = unblinkingCursorComponent + } + else { + textArea.cursorDelegate = null + } + } + + //----------------------------------------------------------- + + Component { + id: unblinkingCursorComponent + RowLayout { + width: 4 + + Rectangle { + id: rectangle + color: textArea.activeFocus ? "#000000" : "transparent" + Layout.preferredWidth: 4 + Layout.fillHeight: true + } + + + } + } + + + //----------------------------------------------------------- + // ---------context menu :---------------------------------- + //----------------------------------------------------------- + + textArea.onPressed: { + if(event.buttons === Qt.RightButton){ + + + // deselect if outside selection : + var selectStart = textArea.selectionStart + var selectEnd = textArea.selectionEnd + var eventCursorPosition = textArea.positionAt(event.x, event.y) + + if(textArea.selectedText != "" & (eventCursorPosition < selectStart | eventCursorPosition > selectEnd)){ + textArea.cursorPosition = textArea.positionAt(event.x, event.y) + menu.popup(textArea, event.x, event.y) + console.log("deselect") + return + } + else{ + menu.popup(textArea, event.x, event.y) + } + + + + + } + } + + textArea.onActiveFocusChanged: { + if(textArea.activeFocus){ + console.log("activeFocus = true") + + + //console.log("disconnect", skrEditMenuSignalHub.clearCutConnections()) + skrEditMenuSignalHub.clearCutConnections() + skrEditMenuSignalHub.clearCopyConnections() + skrEditMenuSignalHub.clearPasteConnections() + skrEditMenuSignalHub.clearItalicConnections() + skrEditMenuSignalHub.clearBoldConnections() + skrEditMenuSignalHub.clearStrikeConnections() + skrEditMenuSignalHub.clearUnderlineConnections() + + skrEditMenuSignalHub.subscribe(textArea.objectName) + + skrEditMenuSignalHub.cutActionTriggered.connect(cut) + skrEditMenuSignalHub.copyActionTriggered.connect(copy) + skrEditMenuSignalHub.pasteActionTriggered.connect(paste) + + skrEditMenuSignalHub.italicActionTriggered.connect(italic) + skrEditMenuSignalHub.boldActionTriggered.connect(bold) + skrEditMenuSignalHub.strikeActionTriggered.connect(strike) + skrEditMenuSignalHub.underlineActionTriggered.connect(underline) + + italicAction.preventTrigger = true + italicAction.checked = documentHandler.italic + italicAction.preventTrigger = false + + boldAction.preventTrigger = true + boldAction.checked = documentHandler.bold + boldAction.preventTrigger = false + + strikeAction.preventTrigger = true + strikeAction.checked = documentHandler.strikeout + strikeAction.preventTrigger = false + + underlineAction.preventTrigger = true + underlineAction.checked = documentHandler.underline + underlineAction.preventTrigger = false + } + } + // Binding{ + // target: cutAction + // property: "enabled" + // value: textArea.selectedText !== "" ? true : false + // when: textArea.activeFocus + // restoreMode: Binding.RestoreBindingOrValue + // } + + Component.onDestruction: { + skrEditMenuSignalHub.unsubscribe(textArea.objectName) + + } + + function cut(){ + + console.log("cut action text", textArea.selectedText) + textArea.forceActiveFocus() + textArea.cut() + + } + function copy(){ + + console.log("copy action text", textArea.selectedText) + textArea.forceActiveFocus() + textArea.copy() + + } + function paste(){ + + console.log("paste action text") + textArea.forceActiveFocus() + textArea.paste() + + } + + function italic(checked){ + + console.log("italic action text") + textArea.forceActiveFocus() + + documentHandler.italic = checked + + } + + + function bold(checked){ + + console.log("bold action text", checked) + textArea.forceActiveFocus() + + documentHandler.bold = checked + } + function strike(checked){ + + console.log("strike action text") + textArea.forceActiveFocus() + + documentHandler.strikeout = checked + } + function underline(checked){ + + console.log("underline action text") + textArea.forceActiveFocus() + + documentHandler.underline = checked + } + //menu : + Menu { + id: menu + objectName: "editMenu" + + + MenuItem{ + id: italicItem + action: italicAction + objectName: "italicItem" + } + + MenuItem { + id: boldItem + action: boldAction + objectName: "boldItem" + + } + + MenuItem { + id: strikeItem + action: strikeAction + objectName: "strikeItem" + + + } + + MenuItem { + id: underlineItem + action: underlineAction + objectName: "underlineItem" + + + } + + MenuSeparator {} + + MenuItem{ + id: cutItem + action: cutAction + objectName: "cutItem" + enabled: textArea.selectedText !== "" + } + + MenuItem { + id: copyItem + action: copyAction + objectName: "copyItem" + enabled: textArea.selectedText !== "" + + } + MenuItem { + id: pasteItem + action: pasteAction + objectName: "pasteItem" + + } + MenuSeparator {} + + + + Component.onCompleted:{ + skrEditMenuSignalHub.subscribe(menu.objectName) + skrEditMenuSignalHub.subscribe(italicItem.objectName) + skrEditMenuSignalHub.subscribe(boldItem.objectName) + skrEditMenuSignalHub.subscribe(strikeItem.objectName) + skrEditMenuSignalHub.subscribe(underlineItem.objectName) + skrEditMenuSignalHub.subscribe(cutItem.objectName) + skrEditMenuSignalHub.subscribe(copyItem.objectName) + skrEditMenuSignalHub.subscribe(pasteItem.objectName) + + + determineTextCursorUnblinkingSetting() + } + } + + //property int visibleAreaY: 0 + + // Binding { + // target: flickable + // property: "contentY" + // value: visibleAreaY + // when: !flickable.moving + // } + // Binding { + // target: root + // property: "visibleAreaY" + // value: flickable.contentY + // when: flickable.moving + // } + // property int cursorPosition: textArea.cursorPosition + // onCursorPositionChanged: { + // if(!textArea.activeFocus){ + // if (documentHandler.maxCursorPosition() >= cursorPosition) { + // textArea.cursorPosition = cursorPosition + // console.log("textArea.cursorPosition =", cursorPosition) + + // } else { + // textArea.cursorPosition = documentHandler.maxCursorPosition() + // } + // } + // } + + //property int cursorPosition: textArea.cursorPosition + + + function setCursorPosition(cursorPosition){ + if (documentHandler.maxCursorPosition() >= cursorPosition) { + textArea.cursorPosition = cursorPosition + console.log("textArea.cursorPosition =", cursorPosition) + + } else { + textArea.cursorPosition = documentHandler.maxCursorPosition() + } + + } + + + // property int selectionStart: textArea.cursorPosition + // property int selectionEnd: textArea.cursorPosition + // textArea.onSelectionStartChanged: { + // console.log("selection start changed") + // selectionStart = textArea.selectionStart + // } + // textArea.onSelectionEndChanged: { + // selectionEnd = textArea.selectionEnd + // } + + textArea.onCursorPositionChanged: { + if(textArea.activeFocus){ + + italicAction.preventTrigger = true + italicAction.checked = documentHandler.italic + italicAction.preventTrigger = false + + boldAction.preventTrigger = true + boldAction.checked = documentHandler.bold + boldAction.preventTrigger = false + + strikeAction.preventTrigger = true + strikeAction.checked = documentHandler.strikeout + strikeAction.preventTrigger = false + + underlineAction.preventTrigger = true + underlineAction.checked = documentHandler.underline + underlineAction.preventTrigger = false + + + } + } + + // property int cursorPosition: 0 + // onCursorPositionChanged: { + // if (documentHandler.maxCursorPosition() >= cursorPosition) { + // textArea.cursorPosition = cursorPosition + // cursorPositionBindingBool = true + + // //console.log(">=", cursorPosition) + // } else { + // cursorPositionBindingBool = false + // textArea.cursorPosition = documentHandler.maxCursorPosition() + // //console.log("<", cursorPosition) + // } + // } + + // Binding { + // id: cursorPositionBinding + // target: textArea + // property: "cursorPosition" + // value: cursorPosition + // delayed: true + // when: cursorPositionBindingBool + // } + property alias documentHandler: documentHandler + + DocumentHandler { + id: documentHandler + textDocument: textArea.textDocument + cursorPosition: textArea.cursorPosition + // onCursorPositionChanged: + // root.cursorPosition = documentHandler.cursorPosition + + + selectionStart: textArea.selectionStart + selectionEnd: textArea.selectionEnd + + + } + + + // left scroll area : + + //textArea.onCursorRectangleChanged: flickable.ensureVisible(textArea.cursorRectangle) + leftScrollTouchArea.onUpdated: { + var deltaY = touchPoints[0].y - touchPoints[0].previousY + // console.log("deltaY :", deltaY) + + if (flickable.atYBeginning && deltaY > 0) { + flickable.returnToBounds() + return + } + if (flickable.atYEnd && deltaY < 0) { + flickable.returnToBounds() + return + } + + flickable.flick(0, deltaY * 50 ) + + // for (var touch in touchPoints) + // console.log("Multitouch updated touch", touchPoints[touch].pointId, + // "at", touchPoints[touch].x, ",", touchPoints[touch].y, + // ",", touchPoints[touch].previousY, ",", + // touchPoints[touch].startY) + } + + leftScrollMouseArea.onPressAndHold: { + + } + leftScrollMouseArea.onWheel: { + + + var deltaY = wheel.angleDelta.y *10 + + flickable.flick(0, deltaY) + + if (flickable.atYBeginning && wheel.angleDelta.y > 0) { + flickable.returnToBounds() + return + } + if (flickable.atYEnd && wheel.angleDelta.y < 0) { + flickable.returnToBounds() + return + } + } + + + // right scroll area : + + //textArea.onCursorRectangleChanged: flickable.ensureVisible(textArea.cursorRectangle) + rightScrollTouchArea.onUpdated: { + var deltaY = touchPoints[0].y - touchPoints[0].previousY + // console.log("deltaY :", deltaY) + + if (flickable.atYBeginning && deltaY > 0) { + flickable.returnToBounds() + return + } + if (flickable.atYEnd && deltaY < 0) { + flickable.returnToBounds() + return + } + + flickable.flick(0, deltaY * 50) + + // for (var touch in touchPoints) + // console.log("Multitouch updated touch", touchPoints[touch].pointId, + // "at", touchPoints[touch].x, ",", touchPoints[touch].y, + // ",", touchPoints[touch].previousY, ",", + // touchPoints[touch].startY) + } + + rightScrollMouseArea.onPressAndHold: { + + } + rightScrollMouseArea.onWheel: { + + var deltaY = wheel.angleDelta.y *10 + + flickable.flick(0, deltaY) + + if (flickable.atYBeginning && wheel.angleDelta.y > 0) { + flickable.returnToBounds() + return + } + if (flickable.atYEnd && wheel.angleDelta.y < 0) { + flickable.returnToBounds() + return + } + } + + + // scrollView : + + + + //focus : + + onActiveFocusChanged: { + if (activeFocus) { + textArea.forceActiveFocus() + } + else{ + } + } +} diff --git a/src/app/src/qml/Commons/WritingZoneForm.ui.qml b/src/app/src/qml/Commons/WritingZoneForm.ui.qml new file mode 100644 index 000000000..36e18ba6d --- /dev/null +++ b/src/app/src/qml/Commons/WritingZoneForm.ui.qml @@ -0,0 +1,206 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +FocusScope { + id: base + property alias text: textArea.text + property bool stretch: stretch + property int textAreaWidth + property int maximumTextAreaWidth + property alias scrollView: scrollView + property alias textArea: textArea + property alias flickable: flickable + property alias internalScrollBar: internalScrollBar + property int scrollBarVerticalPolicy: ScrollBar.AsNeeded + property alias leftScrollItem: leftScrollItem + property alias leftTouch1: leftTouch1 + property alias leftScrollTouchArea: leftScrollTouchArea + property alias leftScrollMouseArea: leftScrollMouseArea + property alias rightScrollMouseArea: rightScrollMouseArea + property alias rightScrollTouchArea: rightScrollTouchArea + property alias placeholderText: textArea.placeholderText + + property alias leftScrollItemVisible: leftScrollItem.visible + + + Pane { + id: pane + anchors.fill: parent + padding: 0 + + //padding: 0 + ColumnLayout { + id: columnLayout + spacing: 1 + anchors.fill: parent + RowLayout { + id: rowLayout + spacing: 1 + Layout.fillHeight: true + Layout.fillWidth: true + Item { + id: leftScrollItem + Layout.fillHeight: true + Layout.fillWidth: true + MultiPointTouchArea { + id: leftScrollTouchArea + z: 1 + anchors.fill: parent + mouseEnabled: false + maximumTouchPoints: 1 + touchPoints: [ + TouchPoint { + id: leftTouch1 + } + ] + } + MouseArea { + id: leftScrollMouseArea + z: 0 + anchors.fill: parent + } + } + ScrollView { + id: scrollView + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + Layout.fillHeight: true + + //Layout.preferredWidth: textWidth + padding: 2 + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: scrollBarVerticalPolicy + //clip: true + + //contentWidth: scrollView.width + Flickable { + id: flickable + flickableDirection: Flickable.VerticalFlick + boundsBehavior: Flickable.StopAtBounds + interactive: true + //clip: true + ScrollBar.vertical: ScrollBar { + id: internalScrollBar + parent: flickable.parent + } + TextArea.flickable: SKRTextArea { + id: textArea + renderType: Text.QtRendering + font.preferShaping: false + font.kerning: false + //clip: true + textFormat: Text.MarkdownText + focus: true + selectByMouse: true + wrapMode: TextEdit.WordWrap + + + + // background: Rectangle { + // border.color: "transparent" + // } + + + + } + } + } + + Item { + id: rightScrollItem + Layout.fillHeight: true + Layout.fillWidth: true + MultiPointTouchArea { + id: rightScrollTouchArea + z: 1 + anchors.fill: parent + mouseEnabled: false + maximumTouchPoints: 1 + touchPoints: [ + TouchPoint { + id: rightTouch1 + } + ] + } + MouseArea { + id: rightScrollMouseArea + z: 0 + anchors.fill: parent + } + } + } + } + } + states: [ + State { + name: "noStretch" + when: stretch == false + + // AnchorChanges { + // target: textArea + // anchors.horizontalCenter: parent.horizontalCenter + // anchors.left: undefined + // anchors.right: undefined + // } + // PropertyChanges { + // target: textArea + // implicitWidth: textAreaWidth + // } + PropertyChanges { + target: scrollView + implicitWidth: textAreaWidth + Layout.maximumWidth: maximumTextAreaWidth + Layout.fillWidth: false + } + PropertyChanges { + target: leftScrollItem + Layout.minimumWidth: 0 + Layout.fillWidth: true + } + PropertyChanges { + target: rightScrollItem + Layout.minimumWidth: 0 + Layout.fillWidth: true + } + }, + State { + name: "stretch" + when: stretch == true + + // AnchorChanges { + // target: textArea + // anchors.horizontalCenter: undefined + // anchors.left: parent.left + // anchors.right: parent.right + + // } + // PropertyChanges { + // target: textArea + // implicitWidth: 0 + // } + PropertyChanges { + target: scrollView + implicitWidth: 0 + Layout.maximumWidth: Number.POSITIVE_INFINITY + Layout.fillWidth: true + } + PropertyChanges { + target: leftScrollItem + Layout.minimumWidth: 30 + Layout.fillWidth: false + } + PropertyChanges { + target: rightScrollItem + Layout.minimumWidth: 30 + Layout.fillWidth: false + } + } + ] +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/Gallery/GalleryPage.qml b/src/app/src/qml/Gallery/GalleryPage.qml new file mode 100644 index 000000000..f88274454 --- /dev/null +++ b/src/app/src/qml/Gallery/GalleryPage.qml @@ -0,0 +1,5 @@ +import QtQuick 2.4 + +GalleryPageForm { + property string pageType: "gallery" +} diff --git a/src/app/src/qml/Gallery/GalleryPageForm.ui.qml b/src/app/src/qml/Gallery/GalleryPageForm.ui.qml new file mode 100644 index 000000000..96a8ae4f5 --- /dev/null +++ b/src/app/src/qml/Gallery/GalleryPageForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} diff --git a/src/app/src/qml/Globals.qml b/src/app/src/qml/Globals.qml new file mode 100644 index 000000000..2b0700c18 --- /dev/null +++ b/src/app/src/qml/Globals.qml @@ -0,0 +1,75 @@ +pragma Singleton + +import QtQuick 2.15 + + +QtObject { + property color mainbg: 'red' + property bool compactSize: false + + property int height + property int width + //readonly property int compactHeightLimit: 700 + readonly property int compactWidthLimit: 1000 + + //onHeightChanged: height < 700 ? compactSize = true : compactSize = false + onWidthChanged: { + width < compactWidthLimit ? compactSize = true : compactSize = false + // width < compactWidthLimit ? console.log("compact = true") : console.log("compact = false") + } + onCompactSizeChanged: console.log("compact = " + compactSize) + + // multiple projects ? : + property bool multipleProjects: false + + function setMultipleProject() { + + if(plmData.projectHub().getProjectCount() > 1){ + + multipleProjects = true + } + else { + + multipleProjects = false + } + } + + + signal resetDockConfCalled() + + signal openMainMenuCalled() + signal openSubMenuCalled(var menu) + + //Write : + signal openSheetCalled(int openedProjectId, int openedPaperId, int projectId, int paperId) + signal openSheetInNewTabCalled(int projectId, int paperId) + signal openSheetInNewWindowCalled(int projectId, int paperId) + + + //Note : + signal openNoteCalled(int openedProjectId, int openedPaperId, int projectId, int paperId) + signal openNoteInNewTabCalled(int projectId, int paperId) + signal openNoteInNewWindowCalled(int projectId, int paperId) + + //FullScreen + signal fullScreenCalled(bool value) + + //Focus + signal forceFocusOnEscapePressed() + + + signal showMenuBarCalled() + + + + signal showNewProjectWizard() + signal showProjectPage() + signal showWelcomePage() + signal showPrintWizard() + signal showImportWizard() + signal showExportWizard() + + Component.onCompleted: { + plmData.projectHub().onProjectLoaded.connect(setMultipleProject) + } +} diff --git a/src/app/src/qml/Note/EditView.qml b/src/app/src/qml/Note/EditView.qml new file mode 100644 index 000000000..26294b7bd --- /dev/null +++ b/src/app/src/qml/Note/EditView.qml @@ -0,0 +1,180 @@ +import QtQuick 2.15 +import QtQml 2.15 +import QtQuick.Controls 2.15 +import Qt.labs.settings 1.1 +import '..' + +EditViewForm { + property int minimumHeight: 500 + + swipeView.currentIndex: 0 + + + + italicToolButton.action: italicAction + boldToolButton.action: boldAction + strikeToolButton.action: strikeAction + underlineToolButton.action: underlineAction + + // fullscreen : + fullScreenToolButton.action: fullscreenAction + + + + + Action{ + id: sizeAction + text: qsTr("Sizes") + icon { + name: "format-font-size-more" + height: 50 + width: 50 + } + + //shortcut: StandardKey. + onTriggered: { + swipeView.setCurrentIndex(1) + textWidthSlider.forceActiveFocus() + } + + } + sizeToolButton.action: sizeAction + + Action{ + id: fullScreenColorAction + text: qsTr("Full Screen Colors") + icon { + name: "color-picker-white" + height: 50 + width: 50 + } + + //shortcut: StandardKey. + onTriggered: { + swipeView.setCurrentIndex(2) + backroundColorTextField.forceActiveFocus() + } + + } + fullScreenColorToolButton.action: fullScreenColorAction + + + + Action{ + id: goBackAction + text: qsTr("Go back") + icon { + name: "go-previous" + height: 50 + width: 50 + } + + //shortcut: StandardKey.Backspace + onTriggered: { + swipeView.setCurrentIndex(0) + } + + } + + goBackToolButton.action: goBackAction + goBack2ToolButton.action: goBackAction + + // textWidthSlider : + + textWidthLabel.visible: !Globals.compactSize + textWidthSlider.visible: !Globals.compactSize + + textWidthSlider.value: SkrSettings.noteSettings.textWidth + + Binding { + target: SkrSettings.noteSettings + property: "textWidth" + value: textWidthSlider.value + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + // textPointSizeSlider : + + textPointSizeSlider.value: SkrSettings.noteSettings.textPointSize + + + Binding { + target: SkrSettings.noteSettings + property: "textPointSize" + value: textPointSizeSlider.value + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + // Font family combo : + //fontFamilyComboBox.model: skrFonts.getModel() + + Binding { + target: SkrSettings.noteSettings + property: "textFontFamily" + value: fontFamilyComboBox.currentText + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + // needed because the SkrSettings won't work for FontFamily + Settings{ + id: settings + category: "note" + } + + function loadFontFamily(){ + var fontFamily = settings.value("textFontFamily", Qt.application.font.family) + console.log("fontFamily", fontFamily) + console.log("fontFamily", Qt.application.font.family) + + var index = fontFamilyComboBox.find(fontFamily) + console.log("index", index) + if(index === -1){ + index = fontFamilyComboBox.find(Qt.application.font.family) + } + console.log("index", index) + + fontFamilyComboBox.currentIndex = index + } + + // Indent : + textIndentSlider.value: SkrSettings.noteSettings.textIndent + + Binding { + target: SkrSettings.noteSettings + property: "textIndent" + value: textIndentSlider.value + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + // Margins : + textTopMarginSlider.value: SkrSettings.noteSettings.textTopMargin + + Binding { + target: SkrSettings.noteSettings + property: "textTopMargin" + value: textTopMarginSlider.value + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + + Component.onCompleted: { + loadFontFamily() + } + + + + // go back when losing focus + + swipeView.onActiveFocusChanged: { + console.log('activeFocus', swipeView.activeFocus) + if(!swipeView.activeFocus){ + goBackAction.trigger() + } + } + +} diff --git a/src/app/src/qml/Note/EditViewForm.ui.qml b/src/app/src/qml/Note/EditViewForm.ui.qml new file mode 100644 index 000000000..0e7d5fcc3 --- /dev/null +++ b/src/app/src/qml/Note/EditViewForm.ui.qml @@ -0,0 +1,249 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import QtQuick.Window 2.15 + +Item { + property alias swipeView: swipeView + property alias italicToolButton: italicToolButton + property alias boldToolButton: boldToolButton + property alias strikeToolButton: strikeToolButton + property alias sizeToolButton: sizeToolButton + property alias underlineToolButton: underlineToolButton + property alias fullScreenToolButton: fullScreenToolButton + property alias goBackToolButton: goBackToolButton + property alias textWidthLabel: textWidthLabel + property alias textWidthSlider: textWidthSlider + property alias textPointSizeSlider: textPointSizeSlider + property alias fontFamilyComboBox: fontFamilyComboBox + property alias textTopMarginSlider: textTopMarginSlider + property alias textIndentSlider: textIndentSlider + property alias fullScreenColorToolButton: fullScreenColorToolButton + property alias goBack2ToolButton: goBack2ToolButton + property alias backroundColorTextField: backroundColorTextField + property alias backgroundColorToolButton: backgroundColorToolButton + + SwipeView { + id: swipeView + interactive: false + anchors.fill: parent + + Item { + id: mainPage + + ColumnLayout { + anchors.fill: parent + + GroupBox { + id: groupBox + padding: 5 + Layout.fillWidth: true + title: qsTr("Edit text") + + GridLayout { + id: gridLayout + columns: gridLayout.width / italicToolButton.width - 1 + anchors.left: parent.left + anchors.right: parent.right + columnSpacing: 5 + rowSpacing: 5 + + ToolButton { + id: italicToolButton + text: qsTr("Italic") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + ToolButton { + id: boldToolButton + text: qsTr("Bold") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + ToolButton { + id: strikeToolButton + text: qsTr("Strike") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + + ToolButton { + id: underlineToolButton + text: qsTr("Underline") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + } + } + GroupBox { + id: groupBox2 + padding: 5 + Layout.fillWidth: true + title: qsTr("Display") + + GridLayout { + id: gridLayout2 + columnSpacing: 5 + rowSpacing: 5 + columns: gridLayout.width / fullScreenToolButton.width - 1 + anchors.left: parent.left + anchors.right: parent.right + + ToolButton { + id: fullScreenToolButton + text: qsTr("Full screen") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + + ToolButton { + id: sizeToolButton + text: qsTr("Size") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + ToolButton { + id: fullScreenColorToolButton + text: qsTr("Full screen Colors") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + } + } + + Item { + id: stretcher + Layout.fillHeight: true + Layout.fillWidth: true + } + } + } + + Item { + id: sizePage + ColumnLayout { + anchors.fill: parent + + ToolButton { + id: goBackToolButton + text: qsTr("Go back") + display: AbstractButton.IconOnly + } + + Label { + id: textWidthLabel + text: qsTr("Text width :") + } + + Slider { + id: textWidthSlider + from: writingZone.width / 4 + to: Screen.width + } + + Label { + text: qsTr("Text size :") + } + + Slider { + id: textPointSizeSlider + snapMode: Slider.SnapOnRelease + stepSize: 1 + from: 8 + to: 40 + } + + ComboBox { + id: fontFamilyComboBox + wheelEnabled: true + Layout.fillWidth: true + } + Label { + text: qsTr("Text indent :") + } + + Slider { + id: textIndentSlider + snapMode: Slider.SnapOnRelease + stepSize: 1 + from: 0 + to: 200 + } + + Label { + text: qsTr("Top margin :") + } + + Slider { + id: textTopMarginSlider + snapMode: Slider.SnapOnRelease + stepSize: 1 + from: 0 + to: 30 + } + } + } + + Item { + id: fullScreenColorPage + + ColumnLayout { + id: columnLayout + anchors.fill: parent + + ToolButton { + id: goBack2ToolButton + text: qsTr("Go back") + display: AbstractButton.IconOnly + } + + RowLayout { + id: rowLayout + Layout.fillWidth: true + + Label { + id: label + text: qsTr("Background :") + } + + TextField { + id: backroundColorTextField + text: qsTr("Text Field") + } + + ToolButton { + id: backgroundColorToolButton + text: qsTr("Tool Button") + } + } + + RowLayout { + id: rowLayout1 + Layout.fillWidth: true + + Label { + id: label2 + text: qsTr("Paper :") + } + + TextField { + id: paperColorTextField + text: qsTr("#1234") + } + + ToolButton { + id: paperColorToolButton + text: qsTr("") + } + } + } + } + } +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/Note/LeftDock.qml b/src/app/src/qml/Note/LeftDock.qml new file mode 100644 index 000000000..33d61adb7 --- /dev/null +++ b/src/app/src/qml/Note/LeftDock.qml @@ -0,0 +1,226 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import Qt.labs.settings 1.1 +import eu.skribisto.notelistproxymodel 1.0 +import eu.skribisto.searchnotelistproxymodel 1.0 +import eu.skribisto.writedocumentlistmodel 1.0 +import eu.skribisto.skrusersettings 1.0 +import ".." + +LeftDockForm { + id: root + + + SkrUserSettings { + id: skrUserSettings + } + + + splitView.handle: Item { + implicitHeight: 8 + RowLayout { + anchors.fill: parent + Rectangle { + Layout.preferredWidth: 20 + Layout.preferredHeight: 5 + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + color: "lightgrey" + } + } + } + + + + //----------------------------------------------------------- + + + + Shortcut { + id: navigationMenuShortcut + enabled: root.enabled + + } + + + + //----------------------------------------------------------- + + + + //Menu : + property list menuComponents: [ + Component{ + id: navigationDockMenuComponent + Menu { + id: navigationDockMenu + objectName: "navigationDockMenu" + title: qsTr("&Navigation dock") + + Component.onCompleted: { + + navigationMenuShortcut.sequence = skrQMLTools.mnemonic(title) + navigationMenuShortcut.activated.connect(function() { + Globals.openSubMenuCalled(navigationDockMenu) + }) + } + + + MenuItem { + text: qsTr("&Navigation") + onTriggered: { + if(Globals.compactSize){ + leftDrawer.open() + } + navigationFrame.folded = false + navigation.forceActiveFocus() + } + } + + MenuItem { + text: qsTr("&Documents") + onTriggered: { + if(Globals.compactSize){ + leftDrawer.open() + } + documentFrame.folded = false + documentView.forceActiveFocus() + } + } + } + } + ] + //Navigation List : + //----------------------------------------------------------- + + PLMNoteListProxyModel { + id: proxyModel + } + + navigation.treeListViewProxyModel: proxyModel + + SKRSearchNoteListProxyModel { + id: trashedNoteProxyModel + showTrashedFilter: true + showNotTrashedFilter: false + } + navigation.trashedListViewProxyModel: trashedNoteProxyModel + + + SKRSearchNoteListProxyModel { + id: restoreNoteProxyModel + showTrashedFilter: true + showNotTrashedFilter: false + } + navigation.restoreListViewProxyModel: restoreNoteProxyModel + + + + + + + + function restoreNoteList(projectId, noteIdList){ + // restore is difficult to explain : a restored parent will restore its children, even those trashed years before. To avoid that, + // children trashed at the same minute will be checked to allow restore. The older ones will stay unchecked by default. + // All that is done in RestoreView.qml + + var i + for(i = 0 ; i < noteIdList.length ; i++){ + plmData.noteHub().untrashOnlyOnePaper(projectId, noteIdList[i]) + } + + + console.log("restored: note:", noteIdList) + } + + + + + + //----------------------------------------------------------- + + //Document List : + //----------------------------------------------------------- +// documentView.model: plmModels.noteDocumentListModel() +// documentView.documentModel: plmModels.noteDocumentListModel() + + //----------------------------------------------------------- + + + //----------------------------------------------------------- + + //----------------------------------------------------------- + transitions: [ + Transition { + + PropertyAnimation { + properties: "implicitWidth" + easing.type: Easing.InOutQuad + duration: 500 + } + } + ] + + property alias settings: settings + + Settings { + id: settings + category: "noteLeftDock" + property var dockSplitView + property bool navigationFrameFolded: navigationFrame.folded + property bool documentFrameFolded: documentFrame.folded + } + + function setCurrentPaperId(projectId, paperId) { + proxyModel.setCurrentPaperId(projectId, paperId) + } + function setOpenedPaperId(projectId, paperId) { + navigation.openedProjectId = projectId + navigation.openedPaperId = paperId + } + + + PropertyAnimation { + target: writeNavigationFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + + function loadConf(){ + navigationFrame.folded = settings.navigationFrameFolded + documentFrame.folded = settings.documentFrameFolded + splitView.restoreState(settings.dockSplitView) + } + + function resetConf(){ + navigationFrame.folded = false + documentFrame.folded = false + splitView.restoreState("") + + } + + Component.onCompleted: { + + loadConf() + navigation.openDocument.connect(Globals.openNoteCalled) + navigation.openDocumentInNewTab.connect(Globals.openNoteInNewTabCalled) + navigation.openDocumentInNewWindow.connect(Globals.openNoteInNewWindowCalled) + navigation.restoreDocumentList.connect(root.restoreNoteList) + Globals.resetDockConfCalled.connect(resetConf) + + } + + Component.onDestruction: { + + settings.dockSplitView = splitView.saveState() + + } + + onEnabledChanged: { + if(enabled){ + + } + } +} diff --git a/src/app/src/qml/Note/LeftDockForm.ui.qml b/src/app/src/qml/Note/LeftDockForm.ui.qml new file mode 100644 index 000000000..f093937d1 --- /dev/null +++ b/src/app/src/qml/Note/LeftDockForm.ui.qml @@ -0,0 +1,211 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." +import "../Commons" + +Item { + id: base + //implicitWidth: 300 + property int fixedWidth: 300 + //property alias dockPane: dockPane + property alias splitView: splitView + property alias documentFrame: documentFrame + property alias documentView: documentView + property alias navigationFrame: navigationFrame + property alias navigation: navigation + + Pane { + id: dockPane + anchors.fill: parent + + ColumnLayout { + id: columnLayout2 + spacing: 0 + anchors.fill: parent + Item { + id: scrollViewBase + Layout.fillHeight: true + Layout.fillWidth: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Item { + id: foldableScrollViewBase + clip: true + anchors.fill: parent + + ScrollView { + id: scrollView + anchors.fill: parent + Flickable { + boundsBehavior: Flickable.StopAtBounds + contentWidth: splitView.width + contentHeight: splitView.height + + SplitView { + id: splitView + orientation: Qt.Vertical + implicitWidth: scrollView.width + implicitHeight: base.height > 1000 ? base.height : 1000 + + width: scrollView.width + + ToolFrame { + id: navigationFrame + folded: false + title: qsTr("Navigation") + SplitView.preferredHeight: folded ? dynamicHeight : 500 + SplitView.minimumHeight: folded ? dynamicHeight : 400 + //SplitView.maximumHeight : folded ? dynamicHeight : 600 + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + + Navigation { + id: navigation + clip: true + } + } + ToolFrame { + id: documentFrame + folded: true + title: qsTr("Opened documents") + + SplitView.preferredHeight: folded ? dynamicHeight : 300 + SplitView.minimumHeight: folded ? dynamicHeight : 200 + SplitView.maximumHeight : folded ? dynamicHeight : 600 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + DocumentListView { + id: documentView + clip: true + } + } + + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // id: writeTreeView + // width: scrollview.contentWidth + // height: 600 + + // } + // Loader{ + // id: toolsHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Tools") + + // } + // Flow{ + // width: scrollview.contentWidth + + // ToolButton { + // flat: true + // action: fullscreenAction + + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // } + } + //contentWidth: width + + // ColumnLayout { + // id: columnLayout + // //width: scrollview.contentWidth + + // Component{ + // id: toolHeaderComp + // RowLayout { + + // Text{ + // id: headerText + + // } + // } + + // } + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // //Layout.fillWidth: true + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // Layout.fillWidth: true + // Layout.fillHeight: true + + // } + + // } + + // // Rectangle { + // // id: rectangle + // // width: 200 + // // height: 200 + // // color: "#ff1b1b" + // // Layout.fillWidth: true + // // } + + // } + } + } + } + } + } + } + + states: [ + State { + name: "dockFolded" + + PropertyChanges { + target: base + implicitWidth: 0 + } + // PropertyChanges { + // restoreEntryValues: true + // target: base + // implicitWidth: 0 + + // } + }, + State { + name: "dockUnfolded" + + PropertyChanges { + target: base + implicitWidth: fixedWidth + } + } + ] +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/Note/NotePage.qml b/src/app/src/qml/Note/NotePage.qml new file mode 100644 index 000000000..56a714f3e --- /dev/null +++ b/src/app/src/qml/Note/NotePage.qml @@ -0,0 +1,930 @@ +import QtQuick 2.15 +import QtQml 2.15 +import QtQuick.Controls 2.15 +import eu.skribisto.notehub 1.0 +import eu.skribisto.skrusersettings 1.0 +import Qt.labs.settings 1.1 +import "../Commons" +import ".." + +NotePageForm { + + id: root + + + property string title: {return getTitle()} + + function getTitle(){ + return plmData.noteHub().getTitle(projectId, paperId) + + } + + signal onTitleChangedString(string newTitle) + + //property int textAreaFixedWidth: SkrSettings.writeSettings.textWidth + property var lastFocused: writingZone + + property string pageType: "note" + + + + + //-------------------------------------------------------- + //---Writing Zone----------------------------------------- + //-------------------------------------------------------- + + writingZone.maximumTextAreaWidth: SkrSettings.writeSettings.textWidth + writingZone.textPointSize: SkrSettings.writeSettings.textPointSize + writingZone.textFontFamily: SkrSettings.writeSettings.textFontFamily + writingZone.textIndent: SkrSettings.writeSettings.textIndent + writingZone.textTopMargin: SkrSettings.writeSettings.textTopMargin + + writingZone.stretch: Globals.compactSize + writingZone.name: "write-0" //useful ? + + + Connections { + target: plmData.projectHub() + function onProjectCountChanged(count){ + if(count === 0){ + writingZone.enabled = false + } + else { + writingZone.enabled = true + } + + } + } + + // focus + Connections { + enabled: writingZone.enabled + target: Globals + function onForceFocusOnEscapePressed(){ + writingZone.forceActiveFocus() + } + } + + + //--------------------------------------------------------- + + + property int paperId: -2 + property int projectId: -2 + + + + //--------------------------------------------------------- + + Component.onCompleted: { + + + openDocument(projectId, paperId) + + //title = getTitle() + plmData.noteHub().titleChanged.connect(changeTitle) + } + + //--------------------------------------------------------- + + function changeTitle(_projectId, _paperId, newTitle) { + if (_projectId === projectId && _paperId === paperId ){ + title = newTitle + onTitleChangedString(newTitle) + } + + } + + //--------------------------------------------------------- + + function runActionsBedoreDestruction() { + + saveCurrentPaperCursorPositionAndY() + contentSaveTimer.stop() + saveContent() + } + + Component.onDestruction: { + runActionsBedoreDestruction() + } + //-------------------------------------------------------- + //---Left Scroll Area----------------------------------------- + //-------------------------------------------------------- + property int offset: leftDock.width + + // Connections { + // target: Globals + // function onWidthChanged() {applyOffset()} + + // } + // Connections { + // target: Globals + // function onCompactSizeChanged() {applyOffset()} + + // } + // Connections { + // target: SkrSettings.rootSettings + // function onLeftDockWidthChanged() {applyOffset()} + + // } + // Connections { + // target: writingZone + // function onWidthChanged() {applyOffset()} + + // } + + Binding on leftBasePreferredWidth { + value: { + var value = 0 + if (Globals.compactSize === true){ + value = -1; + } + else { + + value = writingZone.wantedCenteredWritingZoneLeftPos - offset + if (value < 0) { + value = 0 + } + // console.debug("writingZone.wantedCenteredWritingZoneLeftPos :: ", writingZone.wantedCenteredWritingZoneLeftPos) + // console.debug("offset :: ", offset) + // console.debug("value :: ", value) + + } + return value + } + } + // Binding on rightBasePreferredWidth { + // value: { + // var value = 0 + // if (Globals.compactSize === true){ + // value = -1; + // } + // else { + + // value = 400 + offset + // if (value < 0) { + // value = 0 + // } + // // console.debug("right writingZone.wantedCenteredWritingZoneLeftPos :: ", writingZone.wantedCenteredWritingZoneLeftPos) + // // console.debug("right offset :: ", offset) + // // console.debug("right value :: ", value) + + // } + // rightBasePreferredWidth = value + // } + // } + // Binding on leftBaseMaximumWidth { + // when: SkrSettings.rootSettings.onLeftDockWidthChanged || Globals.onCompactSizeChanged || writingZone.onWidthChanged + // value: { + // if (Globals.compactSize === true){ + // return -1; + // } + // else { + // var value = writingZone.wantedTextAreaLeftPos - SkrSettings.rootSettings.leftDockWidth + + // if (value < 0) { + // value = 0 + // } + + // return value; + + // } + // } + // } + + + leftPaneScrollTouchArea.onUpdated: { + var deltaY = touchPoints[0].y - touchPoints[0].previousY + // console.log("deltaY :", deltaY) + + if (writingZone.flickable.atYBeginning && deltaY > 0) { + writingZone.flickable.returnToBounds() + return + } + if (writingZone.flickable.atYEnd && deltaY < 0) { + writingZone.flickable.returnToBounds() + return + } + + writingZone.flickable.flick(0, deltaY * 50) + + } + + leftPaneScrollMouseArea.onWheel: { + + var deltaY = wheel.angleDelta.y *10 + + writingZone.flickable.flick(0, deltaY) + + if (writingZone.flickable.atYBeginning && wheel.angleDelta.y > 0) { + writingZone.flickable.returnToBounds() + return + } + if (writingZone.flickable.atYEnd && wheel.angleDelta.y < 0) { + writingZone.flickable.returnToBounds() + return + } + } + + //-------------------------------------------------------- + //---Right Scroll Area----------------------------------------- + //-------------------------------------------------------- + + + rightPaneScrollTouchArea.onUpdated: { + var deltaY = touchPoints[0].y - touchPoints[0].previousY + // console.log("deltaY :", deltaY) + + if (writingZone.flickable.atYBeginning && deltaY > 0) { + writingZone.flickable.returnToBounds() + return + } + if (writingZone.flickable.atYEnd && deltaY < 0) { + writingZone.flickable.returnToBounds() + return + } + + writingZone.flickable.flick(0, deltaY * 50) + + } + + rightPaneScrollMouseArea.onWheel: { + + var deltaY = wheel.angleDelta.y *10 + + writingZone.flickable.flick(0, deltaY) + + if (writingZone.flickable.atYBeginning && wheel.angleDelta.y > 0) { + writingZone.flickable.returnToBounds() + return + } + if (writingZone.flickable.atYEnd && wheel.angleDelta.y < 0) { + writingZone.flickable.returnToBounds() + return + } + } + + //--------------------------------------------------------- + //------Actions---------------------------------------- + //--------------------------------------------------------- + + + + + Connections { + target: italicAction + function onTriggered() {closeRightDrawer()} + } + Connections { + target: boldAction + function onTriggered() {closeRightDrawer()} + } + Connections { + target: strikeAction + function onTriggered() {closeRightDrawer()} + } + Connections { + target: underlineAction + function onTriggered() {closeRightDrawer()} + } + + function closeRightDrawer(){ + if(Globals.compactSize){ + rightDrawer.close() + } + } + + + //--------------------------------------------------------- + + + SkrUserSettings { + id: skrUserSettings + } + + function openDocument(_projectId, _paperId) { + // save current + if(projectId !== _projectId && paperId !== _paperId ){ //meaning it hasn't just used the constructor + saveContent() + saveCurrentPaperCursorPositionAndY() + } + + + console.log("opening note :", _projectId, _paperId) + writingZone.text = plmData.noteHub().getContent(_projectId, _paperId) + title = plmData.noteHub().getTitle(_projectId, _paperId) + + // apply format + writingZone.documentHandler.indentEverywhere = SkrSettings.writeSettings.textIndent + writingZone.documentHandler.topMarginEverywhere = SkrSettings.writeSettings.textTopMargin + + + //get cursor position + var position = skrUserSettings.getFromProjectSettingHash( + _projectId, "notePositionHash", _paperId, 0) + //get Y + var visibleAreaY = skrUserSettings.getFromProjectSettingHash( + _projectId, "noteYHash", _paperId, 0) + console.log("newCursorPosition", position) + + // set positions : + writingZone.setCursorPosition(position) + writingZone.flickable.contentY = visibleAreaY + paperId = _paperId + projectId = _projectId + + writingZone.forceActiveFocus() + //save : + skrUserSettings.setProjectSetting(projectId, "noteCurrentPaperId", paperId) + + // start the timer for automatic position saving + if(!saveCurrentPaperCursorPositionAndYTimer.running){ + saveCurrentPaperCursorPositionAndYTimer.start() + } + + leftDock.setCurrentPaperId(projectId, paperId) + leftDock.setOpenedPaperId(projectId, paperId) + + + } + + function saveCurrentPaperCursorPositionAndY(){ + + if(paperId != -2 || projectId != -2){ + //save cursor position of current document : + + var previousCursorPosition = writingZone.cursorPosition + //console.log("previousCursorPosition", previousCursorPosition) + var previousY = writingZone.flickable.contentY + //console.log("previousContentY", previousY) + skrUserSettings.insertInProjectSettingHash( + projectId, "notePositionHash", paperId, + previousCursorPosition) + skrUserSettings.insertInProjectSettingHash(projectId, + "noteYHash", + paperId, + previousY) + } + } + + Timer{ + id: saveCurrentPaperCursorPositionAndYTimer + repeat: true + interval: 10000 + onTriggered: saveCurrentPaperCursorPositionAndY() + } + + //needed to adapt width to a shrinking window + Binding on writingZone.textAreaWidth { + when: !Globals.compactSize && middleBase.width - 200 < writingZone.maximumTextAreaWidth + value: middleBase.width - 200 + + } + Binding on writingZone.textAreaWidth { + when: !Globals.compactSize && middleBase.width - 200 >= writingZone.maximumTextAreaWidth + value: writingZone.maximumTextAreaWidth + + } + + + + + //------------------------------------------------------------------------ + //-----minimap------------------------------------------------------------ + //------------------------------------------------------------------------ + + property bool minimapVisibility: false + minimap.visible: minimapVisibility + + Binding on minimap.text { + when: minimapVisibility + value: writingZone.textArea.text + delayed: true + } + + //Scrolling minimap + Binding on writingZone.internalScrollBar.position { + when: minimapVisibility + value: minimap.position + delayed: true + } + Binding on minimap.position { + when: minimapVisibility + value: writingZone.internalScrollBar.position + delayed: true + } + + // ScrollBar invisible while minimap is on + writingZone.scrollBarVerticalPolicy: minimapVisibility ? ScrollBar.AlwaysOff : ScrollBar.AsNeeded + + + //minimap width depends on writingZone width + //minimapFlickable.width: 300 + + // { + // //console.log("writingZone.flickable.width :" + writingZone.flickable.width) + // console.log("ratio :" + minimapFlickable.height / writingZone.flickable.contentHeight) + // return writingZone.flickable.width * (1 - minimapRatio()) + // } + + //minimap.height: minimapRatio() >= 1 ? minimapFlickable.height : writingZone.flickable.contentHeight * minimapRatio() + + + //------------------------------------------------------------- + //-------Left Dock------------------------------------------ + //------------------------------------------------------------- + + + leftDockMenuGroup.visible: !Globals.compactSize && leftDockMenuButton.checked + leftDockMenuButton.visible: !Globals.compactSize + + + leftDockShowButton.onClicked: leftDrawer.isVisible ? leftDrawer.isVisible = false : leftDrawer.isVisible = true + + leftDockShowButton.icon { + name: leftDrawer.isVisible ? "go-previous" : "go-next" + height: 50 + width: 50 + } + + leftDockMenuButton.icon { + name: "overflow-menu" + height: 50 + width: 50 + } + + leftDockResizeButton.icon { + name: "resizecol" + height: 50 + width: 50 + } + + + // compact mode : + compactHeaderPane.visible: Globals.compactSize + + compactLeftDockShowButton.onClicked: leftDrawer.open() + compactLeftDockShowButton.icon { + name: "go-next" + height: 50 + width: 50 + } + + // resizing with leftDockResizeButton: + + property int leftDockResizeButtonFirstPressX: 0 + leftDockResizeButton.onReleased: { + leftDockResizeButtonFirstPressX = 0 + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + } + + leftDockResizeButton.onPressXChanged: { + + if(leftDockResizeButtonFirstPressX === 0){ + leftDockResizeButtonFirstPressX = root.mapFromItem(leftDockResizeButton, leftDockResizeButton.pressX, 0).x + } + + var pressX = root.mapFromItem(leftDockResizeButton, leftDockResizeButton.pressX, 0).x + var displacement = leftDockResizeButtonFirstPressX - pressX + leftDockFixedWidth = leftDockFixedWidth - displacement + leftDockResizeButtonFirstPressX = pressX + + if(leftDockFixedWidth < 300){ + leftDockFixedWidth = 300 + } + if(leftDockFixedWidth > 600){ + leftDockFixedWidth = 600 + } + + + + } + + leftDockResizeButton.onPressed: { + + rootSwipeView.interactive = false + + } + + leftDockResizeButton.onCanceled: { + + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + leftDockResizeButtonFirstPressX = 0 + + + } + + //------------------------------------------------------------- + //-------Right Dock------------------------------------------ + //------------------------------------------------------------- + + + rightDockMenuGroup.visible: !Globals.compactSize && rightDockMenuButton.checked + rightDockMenuButton.visible: !Globals.compactSize + + rightDockShowButton.onClicked: rightDrawer.isVisible ? rightDrawer.isVisible = false : rightDrawer.isVisible = true + + rightDockShowButton.icon { + name: rightDrawer.isVisible ? "go-next" : "go-previous" + height: 50 + width: 50 + } + + rightDockMenuButton.icon { + name: "overflow-menu" + height: 50 + width: 50 + } + + rightDockResizeButton.icon { + name: "resizecol" + height: 50 + width: 50 + } + + // compact mode : + + compactRightDockShowButton.onClicked: rightDrawer.open() + compactRightDockShowButton.icon { + name: "go-previous" + height: 50 + width: 50 + } + + // resizing with rightDockResizeButton: + + property int rightDockResizeButtonFirstPressX: 0 + rightDockResizeButton.onReleased: { + rightDockResizeButtonFirstPressX = 0 + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + } + + rightDockResizeButton.onPressXChanged: { + if(rightDockResizeButtonFirstPressX === 0){ + rightDockResizeButtonFirstPressX = root.mapFromItem(rightDockResizeButton, rightDockResizeButton.pressX, 0).x + } + + var pressX = root.mapFromItem(rightDockResizeButton, rightDockResizeButton.pressX, 0).x + var displacement = rightDockResizeButtonFirstPressX - pressX + rightDockFixedWidth = rightDockFixedWidth + displacement + rightDockResizeButtonFirstPressX = pressX + + if(rightDockFixedWidth < 200){ + rightDockFixedWidth = 200 + } + if(rightDockFixedWidth > 350){ + rightDockFixedWidth = 350 + } + + + } + + rightDockResizeButton.onPressed: { + + rootSwipeView.interactive = false + + } + + rightDockResizeButton.onCanceled: { + + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + rightDockResizeButtonFirstPressX = 0 + + } + + + + + + + //--------------------------------------------------------- + //--------------------------------------------------------- + + + property alias leftDock: leftDock + property int leftDockFixedWidth: 400 + Dock { + id: leftDrawer + parent: base + enabled: base.enabled + + width: Globals.compactSize ? 400 : leftDockFixedWidth + height: base.height + interactive: Globals.compactSize +// position: Globals.compactSize ? 0 : (leftDrawer.isVisible ? 1 : 0) +// isVisible: !Globals.compactSize + edge: Qt.LeftEdge + + + Connections { + target: Globals + function onCompactSizeChanged(){ + leftDrawer.isVisible = !Globals.compactSize + } + } + + LeftDock { + id: leftDock + anchors.fill: parent + + + } + + Component.onCompleted: { + leftDockFixedWidth = leftSettings.width + Globals.resetDockConfCalled.connect(resetConf) + if(Globals.compactSize){ + leftDrawer.close() + } + } + + + Settings { + id: leftSettings + category: "noteLeftDock" + property int width: leftDockFixedWidth + } + + + function resetConf(){ + leftDockFixedWidth = 300 + } + } + + + property alias rightDock: rightDock + property int rightDockFixedWidth: 400 + Dock { + id: rightDrawer + parent: base + enabled: base.enabled + width: Globals.compactSize ? 400 : rightDockFixedWidth + height: base.height + interactive: Globals.compactSize +// position: Globals.compactSize ? 0 : (rightDrawer.isVisible ? 1 : 0) +// isVisible: !Globals.compactSize + edge: Qt.RightEdge + + Connections { + target: Globals + function onCompactSizeChanged(){ + rightDrawer.isVisible = !Globals.compactSize + } + } + + + RightDock { + id: rightDock + anchors.fill: parent + + projectId: root.projectId + paperId: root.paperId + + } + + + Component.onCompleted: { + rightDockFixedWidth = rightSettings.width + Globals.resetDockConfCalled.connect(resetConf) + if(Globals.compactSize){ + rightDrawer.close() + } + } + + + Settings { + id: rightSettings + category: "noteRightDock" + property int width: rightDockFixedWidth + } + + function resetConf(){ + rightDockFixedWidth = 300 + } + + + } + + + + + + + // save content once after writing: + writingZone.textArea.onTextChanged: { + //avoid first text change, when blank HTML is inserted + if(writingZone.textArea.length === 0 + && plmData.projectHub().isProjectNotModifiedOnce(projectId)){ + return + } + + if(contentSaveTimer.running){ + contentSaveTimer.stop() + } + contentSaveTimer.start() + } + Timer{ + id: contentSaveTimer + repeat: false + interval: 100 + onTriggered: saveContent() + } + + function saveContent(){ + console.log("saving note") + var error = plmData.noteHub().setContent(projectId, paperId, writingZone.text) + if (!error.success){ + console.log("saving note failed", projectId, paperId) + } + else { + console.log("saving note success", projectId, paperId) + + } + } + + + + + // // project to be closed : + // Connections{ + // target: plmData.projectHub() + // function onProjectToBeClosed(projectId) { + + // if (projectId === this.projectId){ + // // save + // saveContent() + // saveCurrentPaperCursorPositionAndY() + + // } + // } + // } + + // // projectClosed : + // Connections { + // target: plmData.projectHub() + // // @disable-check M16 + // onProjectClosed: function (projectId) { + + // //if there is another project, switch to its last paper + // if(plmData.projectHub().getProjectCount() > 0){ + + // var otherProjectId = plmData.projectHub().getProjectIdList()[0] + // var defaultPaperId = leftDock.treeView.proxyModel.getLastOfHistory(otherProjectId) + // if (defaultPaperId === -2) {// no history + // defaultPaperId = plmData.noteHub().getTopPaperId(otherProjectId) + // } + // var otherPaperId = skrUserSettings.getProjectSetting(otherProjectId, "writeCurrentPaperId", defaultPaperId) + // Globals.openNoteCalled(otherProjectId, otherPaperId) + // } + // else { // no project + + // if(saveCurrentPaperCursorPositionAndYTimer.running){ + // saveCurrentPaperCursorPositionAndYTimer.stop() + // } + + // } + // } + // } + + + + + //------------------------------------------------------------ + //--------menus-------------------------------------------- + //------------------------------------------------------------ + + QtObject{ + id: privateMenuObject + property string dockUniqueId: "" + } + + function addMenus(){ + //create dockUniqueId: + privateMenuObject.dockUniqueId = Qt.formatDateTime(new Date(), "yyyyMMddhhmmsszzz") + + var helpMenu + + var menuCount = mainMenu.count + + // take Help menu + menuCount = mainMenu.count + var m; + for(m = 0 ; m < menuCount ; m++){ + var menu = mainMenu.menuAt(m) + if(menu.objectName === "helpMenu"){ + helpMenu = mainMenu.takeMenu(m) + } + } + + // add new menus + var k + for(k = 0 ; k < leftDock.menuComponents.length ; k++){ + + var newMenu = leftDock.menuComponents[k].createObject(mainMenu) + newMenu.objectName = newMenu.objectName + "-" + privateMenuObject.dockUniqueId + mainMenu.addMenu(newMenu) + + } + var l + for(l = 0 ; l < rightDock.menuComponents.length ; l++){ + var newMenu2 = rightDock.menuComponents[l].createObject(mainMenu) + newMenu2.objectName = newMenu2.objectName + "-" + privateMenuObject.dockUniqueId + mainMenu.addMenu(newMenu2) + } + + // shortcuts: + + + //reinsert Help menu + mainMenu.addMenu(helpMenu) + + } + + function removeMenus(){ + var helpMenu + + var menuCount = mainMenu.count + + // take Help menu + menuCount = mainMenu.count + var m; + for(m = 0 ; m < menuCount ; m++){ + var menu = mainMenu.menuAt(m) + if(menu.objectName === "helpMenu"){ + helpMenu = mainMenu.takeMenu(m) + } + } + + // remove additional menus + menuCount = mainMenu.count + var i; + for(i = menuCount - 1 ; i >= 0 ; i--){ + var menu1 = mainMenu.menuAt(i) + + if(menu1.objectName === "navigationDockMenu-" + privateMenuObject.dockUniqueId + || menu1.objectName === "toolDockMenu-" + privateMenuObject.dockUniqueId){ + + mainMenu.removeMenu(menu1) + + } + } + + + //reinsert Help menu + mainMenu.addMenu(helpMenu) + + privateMenuObject.dockUniqueId = "" + + } + + onEnabledChanged: { + + if(root.enabled){ + addMenus() + } + else{ + removeMenus() + } + } + + //------------------------------------------------------------ + // fullscreen : + //------------------------------------------------------------ + + property bool fullscreen_left_drawer_visible: false + property bool fullscreen_right_drawer_visible: false + Connections { + target: Globals + function onFullScreenCalled(value) { + if(value){ + //save previous conf + fullscreen_left_drawer_visible = leftDrawer.visible + fullscreen_right_drawer_visible = rightDrawer.visible + leftDrawer.visible = false + rightDrawer.visible = false + } + else{ + leftDrawer.visible = fullscreen_left_drawer_visible + rightDrawer.visible = fullscreen_right_drawer_visible + } + + } + } + + + + // focus : + onActiveFocusChanged: { + if (activeFocus) { + writingZone.forceActiveFocus() + } + } +} + + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/Note/NotePageForm.ui.qml b/src/app/src/qml/Note/NotePageForm.ui.qml new file mode 100644 index 000000000..9191c08aa --- /dev/null +++ b/src/app/src/qml/Note/NotePageForm.ui.qml @@ -0,0 +1,300 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import "../Commons" +import ".." + +Item { + id: base + width: 1000 + height: 600 + property alias rightPaneScrollMouseArea: rightPaneScrollMouseArea + property alias rightPaneScrollTouchArea: rightPaneScrollTouchArea + property alias compactHeaderPane: compactHeaderPane + property alias compactRightDockShowButton: compactRightDockShowButton + property alias compactLeftDockShowButton: compactLeftDockShowButton + property alias leftDockMenuGroup: leftDockMenuGroup + property alias rightDockMenuGroup: rightDockMenuGroup + property alias leftDockResizeButton: leftDockResizeButton + property alias rightDockResizeButton: rightDockResizeButton + property alias leftDockMenuButton: leftDockMenuButton + property alias rightDockMenuButton: rightDockMenuButton + property alias leftDockShowButton: leftDockShowButton + property alias rightDockShowButton: rightDockShowButton + property alias minimap: minimap + property alias middleBase: middleBase + property alias writingZone: writingZone + property alias base: base + property alias leftPaneScrollMouseArea: leftPaneScrollMouseArea + property alias leftPaneScrollTouchArea: leftPaneScrollTouchArea + property int leftBasePreferredWidth: 0 + property int rightBasePreferredWidth: 0 + + + ColumnLayout { + id: columnLayout + clip: false + spacing: 0 + anchors.fill: parent + anchors.leftMargin: Globals.compactSize ? undefined : leftDrawer.width * leftDrawer.position + 10 + anchors.rightMargin: Globals.compactSize ? undefined : rightDrawer.width * rightDrawer.position + 10 + + + Pane { + id: compactHeaderPane + width: 200 + height: 200 + padding: 2 + Layout.fillHeight: false + Layout.preferredHeight: 50 + Layout.fillWidth: true + + RowLayout { + id: rowLayout1 + spacing: 2 + anchors.fill: parent + RowLayout { + id: rowLayout2 + spacing: 2 + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Button { + id: compactLeftDockShowButton + Layout.preferredHeight: 50 + Layout.preferredWidth: 50 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + } + RowLayout { + id: rowLayout3 + spacing: 2 + Layout.alignment: Qt.AlignRight | Qt.AlignTop + Button { + id: compactRightDockShowButton + Layout.preferredHeight: 50 + Layout.preferredWidth: 50 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + } + } + } + + RowLayout { + id: rowLayout + Layout.fillHeight: true + Layout.fillWidth: true + spacing: 0 + + Item { + id: leftBase + Layout.preferredWidth: leftBasePreferredWidth + Layout.maximumWidth: leftBasePreferredWidth + Layout.minimumWidth: 30 + visible: !Globals.compactSize + Layout.fillHeight: true + + z: 1 + + RowLayout { + spacing: 0 + anchors.fill: parent + + Pane { + id: leftPane + Layout.fillHeight: true + Layout.fillWidth: true + + MultiPointTouchArea { + id: leftPaneScrollTouchArea + z: 1 + anchors.fill: parent + mouseEnabled: false + maximumTouchPoints: 1 + touchPoints: [ + TouchPoint { + id: leftTouch1 + } + ] + } + + MouseArea { + id: leftPaneScrollMouseArea + z: 0 + anchors.fill: parent + } + + ColumnLayout { + anchors.fill: parent + z: 2 + Button { + id: leftDockShowButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + + Button { + id: leftDockMenuButton + focusPolicy: Qt.NoFocus + checkable: true + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + + ColumnLayout { + id: leftDockMenuGroup + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + + Button { + id: leftDockResizeButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + } + + Item { + id: stretcher + Layout.fillHeight: true + Layout.fillWidth: true + } + } + } + + } + } + + Item { + id: middleBase + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + Layout.fillHeight: true + Layout.fillWidth: true + + + WritingZone { + id: writingZone + anchors.fill: parent + } + + } + + Item { + id: rightBase + visible: !Globals.compactSize + Layout.fillHeight: true + Layout.preferredWidth: rightBasePreferredWidth + Layout.minimumWidth: 30 + //Layout.maximumWidth: 300 + + z: 1 + + RowLayout { + spacing: 0 + anchors.fill: parent + + Pane { + id: rightPane + Layout.fillHeight: true + Layout.fillWidth: true + + MultiPointTouchArea { + id: rightPaneScrollTouchArea + z: 1 + anchors.fill: parent + mouseEnabled: false + maximumTouchPoints: 1 + touchPoints: [ + TouchPoint { + id: leftTouch2 + } + ] + } + + MouseArea { + id: rightPaneScrollMouseArea + z: 0 + anchors.fill: parent + } + + ColumnLayout { + anchors.fill: parent + z: 2 + Button { + id: rightDockShowButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + + Button { + id: rightDockMenuButton + focusPolicy: Qt.NoFocus + checkable: true + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + + ColumnLayout { + id: rightDockMenuGroup + Layout.alignment: Qt.AlignRight | Qt.AlignTop + + Button { + id: rightDockResizeButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + + Button { + id: showMinimapButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + } + Item { + id: stretcher2 + Layout.fillHeight: true + Layout.fillWidth: true + } + } + } + Minimap { + Layout.fillHeight: true + Layout.alignment: Qt.AlignRight | Qt.AlignVCenter + + id: minimap + //width: minimapFlickable.width + //pageSize: (writingZone.flickable.height) / (writingZone.textArea.contentHeight + 16) + //textScale: minimapFlickable.height / writingZone.flickable.contentHeight + sourceWidth: writingZone.textArea.width + sourcePointSize: writingZone.textArea.font.pointSize + } + } + } + } + } + +} + +/*##^## +Designer { + D{i:0;width:1200}D{i:1;anchors_height:200;anchors_width:200} +} +##^##*/ + diff --git a/src/app/src/qml/Note/RightDock.qml b/src/app/src/qml/Note/RightDock.qml new file mode 100644 index 000000000..400b8f440 --- /dev/null +++ b/src/app/src/qml/Note/RightDock.qml @@ -0,0 +1,234 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import Qt.labs.settings 1.1 +import eu.skribisto.notelistproxymodel 1.0 +import eu.skribisto.writedocumentlistmodel 1.0 +import eu.skribisto.skrusersettings 1.0 +import eu.skribisto.searchtaglistproxymodel 1.0 +import eu.skribisto.taghub 1.0 +import ".." + +RightDockForm { + + property int projectId : -2 + property int paperId : -2 + + SkrUserSettings { + id: skrUserSettings + } + + splitView.handle: Item { + implicitHeight: 8 + RowLayout { + anchors.fill: parent + Rectangle { + Layout.preferredWidth: 20 + Layout.preferredHeight: 5 + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + color: "lightgrey" + } + } + } + + //----------------------------------------------------------- + + + Shortcut { + id: toolMenuShortcut + enabled: root.enabled + + } + + + //----------------------------------------------------------- + + + //Menu : + property list menuComponents: [ + Component{ + id: toolDockMenuComponent + Menu { + id: toolDockMenu + objectName: "toolDockMenu" + title: qsTr("&Tools dock") + + + Component.onCompleted: { + + toolMenuShortcut.sequence = skrQMLTools.mnemonic(title) + toolMenuShortcut.activated.connect(function() { + Globals.openSubMenuCalled(toolDockMenu) + }) + } + + MenuItem { + text: qsTr( "&Edit") + onTriggered: { + + if(Globals.compactSize){ + rightDrawer.open() + } + editFrame.folded = false + editView.forceActiveFocus() + } + } + + + MenuItem { + text: qsTr( "&Tags") + onTriggered: { + + if(Globals.compactSize){ + rightDrawer.open() + } + tagPadFrame.folded = false + tagPadView.forceActiveFocus() + } + } + + MenuItem { + text: qsTr( "&Notes") + onTriggered: { + + if(Globals.compactSize){ + rightDrawer.open() + } + notePadFrame.folded = false + notePadView.forceActiveFocus() + } + } + } + } +] + + + + //----------------------------------------------------------- + + + + + + + //----------------------------------------------------------- + //---------------Tags :--------------------------------------------- + //----------------------------------------------------------- + + + //proxy model for tag list : + + SKRSearchTagListProxyModel { + id: tagProxyModel + projectIdFilter: projectId + noteIdFilter: paperId + } + tagPadView.tagListModel: tagProxyModel + + Connections{ + target: tagPadView + function onCallRemoveTagRelationship(projectId, itemId, tagId){ + plmData.tagHub().removeTagRelationship(projectId, SKRTagHub.Note , itemId, tagId) + } + } + + Connections{ + target: tagPadView + function onCallAddTagRelationship(projectId, itemId, tagName){ + var error; + // verify if name doesn't already exist : + var tagId = plmData.tagHub().getTagIdWithName(projectId, tagName) + + if(tagId === -2){ + //if not, create tag + error = plmData.tagHub().addTag(projectId, tagName) + tagId = plmData.tagHub().getLastAddedId() + } + + // set relationship + error = plmData.tagHub().setTagRelationship(projectId, SKRTagHub.Note, itemId, tagId) + if (!error.success){ + console.log("error onCallAddTagRelationship") + //TODO: add notification + return + } + } + } + + onProjectIdChanged: { + tagPadView.projectId = projectId + } + onPaperIdChanged: { + tagPadView.itemId = paperId + } + + //----------------------------------------------------------- + //----------------------------------------------------------- + //----------------------------------------------------------- + transitions: [ + Transition { + + PropertyAnimation { + properties: "implicitWidth" + easing.type: Easing.InOutQuad + duration: 500 + } + } + ] + + property alias settings: settings + + Settings { + id: settings + category: "noteRightDock" + property var dockSplitView + property bool editFrameFolded: editFrame.folded + property bool tagPadFrameFolded: tagPadFrame.folded + // property bool documentFrameFolded: documentFrame.folded ? true : false + } + + + + PropertyAnimation { + target: editFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + PropertyAnimation { + target: tagPadFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + + function loadConf(){ + + editFrame.folded = settings.editFrameFolded + tagPadFrame.folded = settings.tagPadFrameFolded + + splitView.restoreState(settings.dockSplitView) + + } + + function resetConf(){ + editFrame.folded = false + tagPadFrame.folded = false + splitView.restoreState("") + + } + + Component.onCompleted: { + loadConf() + Globals.resetDockConfCalled.connect(resetConf) + } + + Component.onDestruction: { + settings.dockSplitView = splitView.saveState() + } + + onEnabledChanged: { + if(enabled){ + } + } +} diff --git a/src/app/src/qml/Note/RightDockForm.ui.qml b/src/app/src/qml/Note/RightDockForm.ui.qml new file mode 100644 index 000000000..6d8719431 --- /dev/null +++ b/src/app/src/qml/Note/RightDockForm.ui.qml @@ -0,0 +1,220 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." +import "../Commons" + +Item { + id: base + //implicitWidth: 300 + property int fixedWidth: 300 +// property alias dockPane: rightDockPane + property alias splitView: splitView + property alias editFrame: editFrame + property alias editView: editView + property alias tagPadFrame: tagPadFrame + property alias tagPadView: tagPadView + + Pane { + id: rightDockPane + anchors.fill: parent + + ColumnLayout { + id: columnLayout2 + spacing: 0 + anchors.fill: parent + Item { + id: scrollViewBase + Layout.fillHeight: true + Layout.fillWidth: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Item { + id: foldableScrollViewBase + clip: true + anchors.fill: parent + + ScrollView { + id: scrollView + anchors.fill: parent + Flickable { + boundsBehavior: Flickable.StopAtBounds + contentWidth: splitView.width + contentHeight: splitView.height + SplitView { + id: splitView + orientation: Qt.Vertical + implicitWidth: scrollView.width + implicitHeight: base.height > 1000 ? base.height - 25 : 1000 +// ColumnLayout { +// id: leftDockColumnLayout + + width: scrollView.width + + ToolFrame { + id: editFrame + folded: false + title: qsTr("Edit") + SplitView.preferredHeight: folded ? dynamicHeight : 400 + SplitView.minimumHeight: folded ? dynamicHeight : 300 + SplitView.maximumHeight : folded ? dynamicHeight : 600 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + + + EditView { + id: editView + clip: true + } + } + ToolFrame { + + id: tagPadFrame + folded: true + title: qsTr("Tags") + Layout.fillWidth: true + Layout.preferredHeight: dynamicHeight + SplitView.preferredHeight: folded ? dynamicHeight : 200 + SplitView.minimumHeight: folded ? dynamicHeight : 200 + SplitView.maximumHeight : folded ? dynamicHeight : 400 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + // Layout.preferredHeight: dynamicHeight + // contentHeight: 400 + // SplitView.preferredHeight: folded ? dynamicHeight : 300 + // SplitView.minimumHeight: folded ? dynamicHeight : 200 + // SplitView.maximumHeight : folded ? dynamicHeight : 600 + TagPad { + id: tagPadView + clip: true + } + } + + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // id: writeTreeView + // width: scrollview.contentWidth + // height: 600 + + // } + // Loader{ + // id: toolsHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Tools") + + // } + // Flow{ + // width: scrollview.contentWidth + + // ToolButton { + // flat: true + // action: fullscreenAction + + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // } + } + //contentWidth: width + + // ColumnLayout { + // id: columnLayout + // //width: scrollview.contentWidth + + // Component{ + // id: toolHeaderComp + // RowLayout { + + // Text{ + // id: headerText + + // } + // } + + // } + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // //Layout.fillWidth: true + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // Layout.fillWidth: true + // Layout.fillHeight: true + + // } + + // } + + // // Rectangle { + // // id: rectangle + // // width: 200 + // // height: 200 + // // color: "#ff1b1b" + // // Layout.fillWidth: true + // // } + + // } + } + } + } + } + } + } + + states: [ + State { + name: "dockFolded" + + PropertyChanges { + target: base + implicitWidth: 0 + } + // PropertyChanges { + // restoreEntryValues: true + // target: base + // implicitWidth: 0 + + // } + }, + State { + name: "dockUnfolded" + + PropertyChanges { + target: base + implicitWidth: fixedWidth + } + } + ] +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/NoteOverview/LeftDock.qml b/src/app/src/qml/NoteOverview/LeftDock.qml new file mode 100644 index 000000000..0dab5ac09 --- /dev/null +++ b/src/app/src/qml/NoteOverview/LeftDock.qml @@ -0,0 +1,226 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import Qt.labs.settings 1.1 +import eu.skribisto.notelistproxymodel 1.0 +import eu.skribisto.searchnotelistproxymodel 1.0 +import eu.skribisto.skrusersettings 1.0 +import ".." + +LeftDockForm { + id: root + + + SkrUserSettings { + id: skrUserSettings + } + + splitView.handle: Item { + implicitHeight: 8 + RowLayout { + anchors.fill: parent + Rectangle { + Layout.preferredWidth: 20 + Layout.preferredHeight: 5 + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + color: "lightgrey" + } + } + } + + + + //----------------------------------------------------------- + + + + Shortcut { + id: navigationMenuShortcut + enabled: root.enabled + + } + + + //----------------------------------------------------------- + + + + + //Menu : + property list menuComponents: [ + Component{ + id: navigationDockMenuComponent + Menu { + id: navigationDockMenu + objectName: "navigationDockMenu" + title: qsTr("&Navigation dock") + + Component.onCompleted: { + + navigationMenuShortcut.sequence = skrQMLTools.mnemonic(title) + navigationMenuShortcut.activated.connect(function() { + Globals.openSubMenuCalled(navigationDockMenu) + }) + } + + + MenuItem { + text: qsTr("&Navigation") + onTriggered: { + if(Globals.compactSize){ + leftDrawer.open() + } + navigationFrame.folded = false + navigation.forceActiveFocus() + } + } + + MenuItem { + text: qsTr("&Documents") + onTriggered: { + if(Globals.compactSize){ + leftDrawer.open() + } + documentFrame.folded = false + documentView.forceActiveFocus() + } + } + } + } + ] + + + //Navigation List : + //----------------------------------------------------------- + + PLMNoteListProxyModel { + id: proxyModel + } + + navigation.treeListViewProxyModel: proxyModel + + SKRSearchNoteListProxyModel { + id: trashedNoteProxyModel + showTrashedFilter: true + showNotTrashedFilter: false + } + navigation.trashedListViewProxyModel: trashedNoteProxyModel + + SKRSearchNoteListProxyModel { + id: restoreNoteProxyModel + showTrashedFilter: true + showNotTrashedFilter: false + } + navigation.restoreListViewProxyModel: restoreNoteProxyModel + + + + function restoreNoteList(projectId, noteIdList){ + // restore is difficult to explain : a restored parent will restore its children, even those trashed years before. To avoid that, + // children trashed at the same minute will be checked to allow restore. The older ones will stay unchecked by default. + // All that is done in RestoreView.qml + + var i + for(i = 0 ; i < noteIdList.length ; i++){ + plmData.noteHub().untrashOnlyOnePaper(projectId, noteIdList[i]) + } + + + console.log("restored: note:", noteIdList) + } + + + + + //----------------------------------------------------------- + + //Document List : + //----------------------------------------------------------- +// documentView.model: plmModels.noteDocumentListModel() +// documentView.documentModel: plmModels.noteDocumentListModel() + + + + + //----------------------------------------------------------- + + //----------------------------------------------------------- + + + //----------------------------------------------------------- + + //----------------------------------------------------------- + transitions: [ + Transition { + + PropertyAnimation { + properties: "implicitWidth" + easing.type: Easing.InOutQuad + duration: 500 + } + } + ] + + property alias settings: settings + + Settings { + id: settings + category: "noteOverviewLeftDock" + property var dockSplitView + property bool navigationFrameFolded: navigationFrame.folded + property bool documentFrameFolded: documentFrame.folded + } + + + function setCurrentPaperId(projectId, paperId) { + proxyModel.setCurrentPaperId(projectId, paperId) + } + + + PropertyAnimation { + target: navigationFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + + Connections { + target: navigation + function onOpenDocument(openedProjectId, openedPaperId, _projectId, _paperId) { + Globals.openNoteInNewTabCalled(_projectId, _paperId) + } + } + + + function loadConf(){ + + navigationFrame.folded = settings.navigationFrameFolded + documentFrame.folded = settings.documentFrameFolded + splitView.restoreState(settings.dockSplitView) + } + + function resetConf(){ + navigationFrame.folded = false + documentFrame.folded = false + splitView.restoreState("") + + } + + Component.onCompleted: { + loadConf() + navigation.onOpenDocumentInNewTab.connect(Globals.openNoteInNewTabCalled) + navigation.openDocumentInNewWindow.connect(Globals.openNoteInNewWindowCalled) + navigation.restoreDocumentList.connect(root.restoreNoteList) + Globals.resetDockConfCalled.connect(resetConf) + } + + Component.onDestruction: { + settings.dockSplitView = splitView.saveState() + } + + onEnabledChanged: { + if(enabled){ + } + + } +} diff --git a/src/app/src/qml/NoteOverview/LeftDockForm.ui.qml b/src/app/src/qml/NoteOverview/LeftDockForm.ui.qml new file mode 100644 index 000000000..41f5a815e --- /dev/null +++ b/src/app/src/qml/NoteOverview/LeftDockForm.ui.qml @@ -0,0 +1,214 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." +import "../Commons" + +Item { + id: base + //implicitWidth: 300 + property int fixedWidth: 300 + //property alias dockPane: dockPane + property alias splitView: splitView + property alias documentFrame: documentFrame + property alias documentView: documentView + property alias navigationFrame: navigationFrame + property alias navigation: navigation + + Pane { + id: dockPane + anchors.fill: parent + + ColumnLayout { + id: columnLayout2 + spacing: 0 + anchors.fill: parent + Item { + id: scrollViewBase + Layout.fillHeight: true + Layout.fillWidth: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Item { + id: foldableScrollViewBase + clip: true + anchors.fill: parent + + ScrollView { + id: scrollView + anchors.fill: parent + Flickable { + boundsBehavior: Flickable.StopAtBounds + contentWidth: splitView.width + contentHeight: splitView.height + + SplitView { + id: splitView + orientation: Qt.Vertical + implicitWidth: scrollView.width + implicitHeight: base.height > 1000 ? base.height : 1000 + // ColumnLayout { + // id: leftDockColumnLayout + + width: scrollView.width + + ToolFrame { + id: navigationFrame + folded: true + title: qsTr("Navigation") + SplitView.preferredHeight: folded ? dynamicHeight : 500 + SplitView.minimumHeight: folded ? dynamicHeight : 400 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + Layout.minimumWidth: 100 + + Navigation { + id: navigation + clip: true + } + } + ToolFrame { + id: documentFrame + folded: true + title: qsTr("Opened documents") + SplitView.preferredHeight: folded ? dynamicHeight : 500 + SplitView.minimumHeight: folded ? dynamicHeight : 400 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + Layout.minimumWidth: 100 + + DocumentListView { + id: documentView + clip: true + } + } + + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // id: writeTreeView + // width: scrollview.contentWidth + // height: 600 + + // } + // Loader{ + // id: toolsHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Tools") + + // } + // Flow{ + // width: scrollview.contentWidth + + // ToolButton { + // flat: true + // action: fullscreenAction + + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // } + } + //contentWidth: width + + // ColumnLayout { + // id: columnLayout + // //width: scrollview.contentWidth + + // Component{ + // id: toolHeaderComp + // RowLayout { + + // Text{ + // id: headerText + + // } + // } + + // } + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // //Layout.fillWidth: true + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // Layout.fillWidth: true + // Layout.fillHeight: true + + // } + + // } + + // // Rectangle { + // // id: rectangle + // // width: 200 + // // height: 200 + // // color: "#ff1b1b" + // // Layout.fillWidth: true + // // } + + // } + } + } + } + } + } + } + + states: [ + State { + name: "dockFolded" + + PropertyChanges { + target: base + implicitWidth: 0 + } + // PropertyChanges { + // restoreEntryValues: true + // target: base + // implicitWidth: 0 + + // } + }, + State { + name: "dockUnfolded" + + PropertyChanges { + target: base + implicitWidth: fixedWidth + } + } + ] +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/NoteOverview/NoteOverviewPage.qml b/src/app/src/qml/NoteOverview/NoteOverviewPage.qml new file mode 100644 index 000000000..2695e01f1 --- /dev/null +++ b/src/app/src/qml/NoteOverview/NoteOverviewPage.qml @@ -0,0 +1,281 @@ +import QtQuick 2.15 +import QtQml 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import Qt.labs.settings 1.1 +import "../Commons" +import ".." + + +NoteOverviewPageForm { + id: root + property string pageType: "noteOverview" + + + Component.onCompleted: { + + } + + //------------------------------------------------------------- + //-------Left Dock------------------------------------------ + //------------------------------------------------------------- + + + leftDockMenuGroup.visible: !Globals.compactSize && leftDockMenuButton.checked + leftDockMenuButton.visible: !Globals.compactSize + + + leftDockShowButton.onClicked: leftDrawer.isVisible ? leftDrawer.isVisible = false : leftDrawer.isVisible = true + + leftDockShowButton.icon { + name: leftDrawer.isVisible ? "go-previous" : "go-next" + height: 50 + width: 50 + } + + leftDockMenuButton.icon { + name: "overflow-menu" + height: 50 + width: 50 + } + + leftDockResizeButton.icon { + name: "resizecol" + height: 50 + width: 50 + } + + + // compact mode : + compactHeaderPane.visible: Globals.compactSize + + compactLeftDockShowButton.onClicked: leftDrawer.open() + compactLeftDockShowButton.icon { + name: "go-next" + height: 50 + width: 50 + } + + // resizing with leftDockResizeButton: + + property int leftDockResizeButtonFirstPressX: 0 + leftDockResizeButton.onReleased: { + leftDockResizeButtonFirstPressX = 0 + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + } + + leftDockResizeButton.onPressXChanged: { + + if(leftDockResizeButtonFirstPressX === 0){ + leftDockResizeButtonFirstPressX = root.mapFromItem(leftDockResizeButton, leftDockResizeButton.pressX, 0).x + } + + var pressX = root.mapFromItem(leftDockResizeButton, leftDockResizeButton.pressX, 0).x + var displacement = leftDockResizeButtonFirstPressX - pressX + leftDockFixedWidth = leftDockFixedWidth - displacement + leftDockResizeButtonFirstPressX = pressX + + if(leftDockFixedWidth < 300){ + leftDockFixedWidth = 300 + } + if(leftDockFixedWidth > 600){ + leftDockFixedWidth = 600 + } + + + + } + + leftDockResizeButton.onPressed: { + + rootSwipeView.interactive = false + + } + + leftDockResizeButton.onCanceled: { + + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + leftDockResizeButtonFirstPressX = 0 + + } + //--------------------------------------------------------- + + + + property alias leftDock: leftDock + property int leftDockFixedWidth: 400 + Dock { + id: leftDrawer + parent: base + enabled: base.enabled + + width: Globals.compactSize ? 400 : leftDockFixedWidth + height: base.height + interactive: Globals.compactSize +// position: Globals.compactSize ? 0 : (leftDrawer.isVisible ? 1 : 0) +// isVisible: !Globals.compactSize + edge: Qt.LeftEdge + + + Connections { + target: Globals + function onCompactSizeChanged(){ + leftDrawer.isVisible = !Globals.compactSize + } + } + + LeftDock { + id: leftDock + anchors.fill: parent + } + + + + Component.onCompleted: { + leftDockFixedWidth = leftSettings.width + Globals.resetDockConfCalled.connect(resetConf) + if(Globals.compactSize){ + leftDrawer.close() + } + } + + + Settings { + id: leftSettings + category: "noteOverviewLeftDock" + property int width: leftDockFixedWidth + + } + + function resetConf(){ + leftDockFixedWidth = 300 + } + + } + + + //------------------------------------------------------------ + //--------menus-------------------------------------------- + //------------------------------------------------------------ + + + QtObject{ + id: privateMenuObject + property string dockUniqueId: "" + } + + function addMenus(){ + //create dockUniqueId: + privateMenuObject.dockUniqueId = Qt.formatDateTime(new Date(), "yyyyMMddhhmmsszzz") + + + var helpMenu + + var menuCount = mainMenu.count + + // take Help menu + menuCount = mainMenu.count + var m; + for(m = 0 ; m < menuCount ; m++){ + var menu = mainMenu.menuAt(m) + if(menu.objectName === "helpMenu"){ + helpMenu = mainMenu.takeMenu(m) + } + } + + // add new menus + var k + for(k = 0 ; k < leftDock.menuComponents.length ; k++){ + + var newMenu = leftDock.menuComponents[k].createObject(mainMenu) + newMenu.objectName = newMenu.objectName + "-" + privateMenuObject.dockUniqueId + mainMenu.addMenu(newMenu) + + } + + // shortcuts: + + + //reinsert Help menu + mainMenu.addMenu(helpMenu) + + } + + function removeMenus(){ + if(mainMenu === null){ + return + } + + + var helpMenu + + var menuCount = mainMenu.count + + // take Help menu + menuCount = mainMenu.count + var m; + for(m = 0 ; m < menuCount ; m++){ + var menu = mainMenu.menuAt(m) + if(menu.objectName === "helpMenu"){ + helpMenu = mainMenu.takeMenu(m) + } + } + + // remove additional menus + menuCount = mainMenu.count + var i; + for(i = menuCount - 1 ; i >= 0 ; i--){ + var menu1 = mainMenu.menuAt(i) + + if(menu1.objectName === "navigationDockMenu-" + privateMenuObject.dockUniqueId + || menu1.objectName === "toolDockMenu-" + privateMenuObject.dockUniqueId){ + + mainMenu.removeMenu(menu1) + + } + } + + + //reinsert Help menu + mainMenu.addMenu(helpMenu) + + privateMenuObject.dockUniqueId = "" + } + + onEnabledChanged: { + + if(root.enabled){ + addMenus() + } + else{ + removeMenus() + } + } + + + //------------------------------------------------------------ + // fullscreen : + //------------------------------------------------------------ + + property bool fullscreen_left_drawer_visible: false + + Connections { + target: Globals + function onFullScreenCalled(value) { + if(value){ + //save previous conf + fullscreen_left_drawer_visible = leftDrawer.visible + + leftDrawer.visible = false + + } + else{ + leftDrawer.visible = fullscreen_left_drawer_visible + + } + + } + } + + +} diff --git a/src/app/src/qml/NoteOverview/NoteOverviewPageForm.ui.qml b/src/app/src/qml/NoteOverview/NoteOverviewPageForm.ui.qml new file mode 100644 index 000000000..2b4ab547c --- /dev/null +++ b/src/app/src/qml/NoteOverview/NoteOverviewPageForm.ui.qml @@ -0,0 +1,164 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." + +Item { + id: base + width: 1000 + height: 600 + property alias compactHeaderPane: compactHeaderPane + property alias compactLeftDockShowButton: compactLeftDockShowButton + property alias leftDockMenuGroup: leftDockMenuGroup + property alias leftDockResizeButton: leftDockResizeButton + property alias leftDockMenuButton: leftDockMenuButton + property alias leftDockShowButton: leftDockShowButton + property alias middleBase: middleBase + property alias overview: overview + property alias base: base + property int leftBasePreferredWidth: 0 + + + ColumnLayout { + id: columnLayout + clip: false + spacing: 0 + anchors.fill: parent + anchors.leftMargin: Globals.compactSize ? undefined : leftDrawer.width * leftDrawer.position + + Pane { + id: compactHeaderPane + width: 200 + height: 200 + padding: 2 + Layout.fillHeight: false + Layout.preferredHeight: 50 + Layout.fillWidth: true + + RowLayout { + id: rowLayout1 + spacing: 2 + anchors.fill: parent + RowLayout { + id: rowLayout2 + spacing: 2 + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Button { + id: compactLeftDockShowButton + Layout.preferredHeight: 50 + Layout.preferredWidth: 50 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + } + } + } + + RowLayout { + id: rowLayout + Layout.fillHeight: true + Layout.fillWidth: true + spacing: 0 + + Item { + id: leftBase + Layout.preferredWidth: leftBasePreferredWidth + Layout.maximumWidth: leftBasePreferredWidth + Layout.minimumWidth: 30 + visible: !Globals.compactSize + Layout.fillHeight: true + + z: 1 + + RowLayout { + spacing: 0 + anchors.fill: parent + + Pane { + id: leftPane + Layout.fillHeight: true + Layout.fillWidth: true + + MultiPointTouchArea { + id: leftPaneScrollTouchArea + z: 1 + anchors.fill: parent + mouseEnabled: false + maximumTouchPoints: 1 + touchPoints: [ + TouchPoint { + id: leftTouch1 + } + ] + } + + MouseArea { + id: leftPaneScrollMouseArea + z: 0 + anchors.fill: parent + } + + ColumnLayout { + anchors.fill: parent + z: 2 + Button { + id: leftDockShowButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + + Button { + id: leftDockMenuButton + focusPolicy: Qt.NoFocus + checkable: true + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + + ColumnLayout { + id: leftDockMenuGroup + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + + Button { + id: leftDockResizeButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + } + + Item { + id: stretcher + Layout.fillHeight: true + Layout.fillWidth: true + } + } + } + + } + } + + Item { + id: middleBase + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + Layout.fillHeight: true + Layout.fillWidth: true + + + Rectangle { + id: overview + anchors.fill: parent + color: "orange" + } + + } + } + } +} diff --git a/src/app/src/qml/ProjectListItem.qml b/src/app/src/qml/ProjectListItem.qml new file mode 100644 index 000000000..4cbfa4577 --- /dev/null +++ b/src/app/src/qml/ProjectListItem.qml @@ -0,0 +1,4 @@ +import QtQuick 2.9 + +ProjectListItemForm { +} diff --git a/src/app/src/qml/ProjectListItemForm.ui.qml b/src/app/src/qml/ProjectListItemForm.ui.qml new file mode 100644 index 000000000..7bdb6ec5b --- /dev/null +++ b/src/app/src/qml/ProjectListItemForm.ui.qml @@ -0,0 +1,23 @@ +import QtQuick 2.9 + +Item { + width: 400 + height: 400 + + Flow { + id: flow1 + x: 97 + y: 96 + anchors.rightMargin: 10 + anchors.leftMargin: 10 + anchors.bottomMargin: 10 + anchors.topMargin: 10 + spacing: 20 + anchors.fill: parent + + Text { + id: projectNameLabel + text: qsTr("Text") + } + } +} diff --git a/src/app/src/qml/Projects/ProjectsPage.qml b/src/app/src/qml/Projects/ProjectsPage.qml new file mode 100644 index 000000000..659a784f8 --- /dev/null +++ b/src/app/src/qml/Projects/ProjectsPage.qml @@ -0,0 +1,21 @@ +import QtQuick 2.15 +import ".." + +ProjectsPageForm { + property string pageType: "projects" + + // hide tabbar + Connections { + target: plmData.projectHub() + function onProjectCountChanged(count){ + if(count <= 1){ + tabBar.visible = false + } + else { + tabBar.visible = true + } + + } + } + +} diff --git a/src/app/src/qml/Projects/ProjectsPageForm.ui.qml b/src/app/src/qml/Projects/ProjectsPageForm.ui.qml new file mode 100644 index 000000000..d1fd8c22a --- /dev/null +++ b/src/app/src/qml/Projects/ProjectsPageForm.ui.qml @@ -0,0 +1,28 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.2 + +Item { + width: 400 + height: 400 + property alias swipeView: swipeView + property alias tabBar: tabBar + + + + ColumnLayout { + id: columnLayout + anchors.fill: parent + + TabBar { + id: tabBar + Layout.fillWidth: true + } + + SwipeView { + id: swipeView + Layout.fillHeight: true + Layout.fillWidth: true + } + } +} diff --git a/src/app/src/qml/RootPage.qml b/src/app/src/qml/RootPage.qml new file mode 100644 index 000000000..36300235e --- /dev/null +++ b/src/app/src/qml/RootPage.qml @@ -0,0 +1,1112 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQml 2.15 +import Qt.labs.settings 1.1 +import eu.skribisto.skrusersettings 1.0 +import eu.skribisto.plmerror 1.0 +import eu.skribisto.projecthub 1.0 + +import "Write" +import "Welcome" +import "Note" +import "Gallery" +import "Projects" + +RootPageForm { + id: rootPage + + // Drawer{ + // id: drawer + // width: 70 + // height: window.height + // modal: false + // interactive: true + // position: 0 + + // Loader{ + // anchors.fill: parent + // sourceComponent: flow_comp + + // } + + // } + + + Shortcut { + sequence: "Esc" + onActivated: { + + Globals.forceFocusOnEscapePressed() + } + } + + + SkrUserSettings { + id: skrUserSettings + } + + ActionGroup { + id: windowGroup + exclusive: true + + Action { + id: welcomeWindowAction + text: qsTr("Welcome") + icon { + source: "qrc:/pics/skribisto.svg" + color: "transparent" + height: 100 + width: 100 + } + + shortcut: "F5" + checkable: true + onTriggered: { + + welcomePage.forceActiveFocus() + } + } + + Action { + id: writeWindowAction + text: qsTr("Write") + icon { + name: "story-editor" + color: "transparent" + height: 100 + width: 100 + } + + shortcut: "F6" + checkable: true + onTriggered: { + + writeOverviewPage.forceActiveFocus() + } + } + + Action { + id: noteWindowAction + text: qsTr("Note") + icon { + name: "story-editor" + color: "transparent" + height: 100 + width: 100 + } + + shortcut: "F7" + checkable: true + onTriggered: { + + noteOverviewPage.forceActiveFocus() + } + } + Action { + id: galleryWindowAction + text: qsTr("Gallery") + icon { + name: "view-preview" + color: "transparent" + height: 100 + width: 100 + } + + shortcut: "F8" + checkable: true + onTriggered: { + // rootStack. + + galleryPage.forceActiveFocus() + } + } + Action { + id: projectWindowAction + text: qsTr("Project") + icon { + name: "configure" + color: "transparent" + height: 100 + width: 100 + } + + shortcut: "F9" + checkable: true + onTriggered: { + + projectsPage.forceActiveFocus() + } + } + } + + Connections { + target: Globals + function onShowWelcomePage() { + rootSwipeView.currentIndex = 0 + } + } + + //------------------------------------------------ + // notification : + Action{ + id: notificationButtonAction + icon{ + name: "dialog-messages" + width: 50 + height: 50 + } + + onTriggered: { + //show notification list + popup.open() + + } + } + + notificationButton.action: notificationButtonAction + + Popup { + id: popup + x: notificationButton.x - 100 + y: notificationButton.y + 400 + width: 100 + notificationButton.width + height: 400 + modal: false + focus: false + closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent + } + + + //--------------------------------------------------------- + + rootSwipeView.interactive: SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + + + //--------------------------------------------------------- + + saveButton.action: saveAction + + //--------------------------------------------------------- + + // fullscreen : + + property bool fullScreen: false + Connections { + target: Globals + function onFullScreenCalled(value) { + if(value){ + fullScreen = true + + rootTabBar.visible = false + } + else{ + fullScreen = false + rootTabBar.visible = true + + } + + } + } + // HoverHandler{ + // target: rootTabBar + // enabled: fullScreen + // onHoveredChanged: { + // console.log("hovered", hovered) + // if(fullScreen && !hovered){ + // rootTabBar.visible = false + // } + // } + // } + + // compact : + + Connections { + target: Globals + function onCompactSizeChanged() { + rootTabBar.visible = !Globals.compactSize + + + } + } + + + //--------------------------------------------------------- + // projectLoaded : + property int projectIdForProjectLoading: 0 + property int paperIdForProjectLoading: 0 + + Connections { + target: plmData.projectHub() + function onProjectLoaded(projectId) { + + // get last sheet id from settings or get top sheet id + var topPaperId = plmData.sheetHub().getTopPaperId(projectId) + console.log("topPaperId ::", topPaperId) + + // when no result (e.g. empty table) : + if(topPaperId === -2){ + return; + } + + var paperId = skrUserSettings.getProjectSetting(projectId, "writeCurrentPaperId", topPaperId) + // console.log("paperId ::", paperId) + // console.log("projectId ::", projectId) + projectIdForProjectLoading = projectId + paperIdForProjectLoading = paperId + + // verify if the paperId really exists + var isPresent = false + var idList = plmData.sheetHub().getAllIds(projectId) + var count = idList.length + + for(var i = 0; i < count ; i++ ){ + + if(paperId === idList[i]){ + isPresent = true + + } + } + if(!isPresent & count > 0){ + + paperIdForProjectLoading = idList[0] } + else if(!isPresent & count === 0){ + + paperIdForProjectLoading = -2 + + } + projectLoadingTimer.start() + + + + } + } + Timer{ + id: projectLoadingTimer + repeat: false + interval: 100 + onTriggered: Globals.openSheetInNewTabCalled(projectIdForProjectLoading, paperIdForProjectLoading) + } + //--------------------------------------------------------- + //---------Tab bar ------------------------------------------ + //--------------------------------------------------------- + + + Shortcut{ + id: tabBarShortcut + sequence: "F4" + onActivated: { + rootTabBar.currentItem.forceActiveFocus() + } + } + + + Shortcut{ + id: tabBarNextTabShortcut + sequence: "Ctrl+Tab" + onActivated: { + rootTabBar.incrementCurrentIndex() + rootTabBar.currentItem.forceActiveFocus() + + } + } + + + + //--------------------------------------------------------- + + Shortcut{ + id: tabBarPreviousTabShortcut + sequence: "Ctrl+Shift+Tab" + onActivated: { + rootTabBar.decrementCurrentIndex() + rootTabBar.currentItem.forceActiveFocus() + } + } + + //--------------------------------------------------------- + + + //rootSwipeView.currentIndex: rootTabBar.currentIndex + + rootTabBar.currentIndex: rootSwipeView.currentIndex + + //--------------------------------------------------------- + + Binding { + //when: rootTabBar.currentIndex !== rootSwipeView.currentIndex + when: rootSwipeView.currentIndexChanged + target: rootSwipeView + property: "currentIndex" + value: rootTabBar.currentIndex + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + //--------------------------------------------------------- + + rootSwipeView.onCurrentItemChanged: { + var i; + for(i = 0; i < rootSwipeView.count; i++ ){ + + var item = rootSwipeView.itemAt(i) + if(item === rootSwipeView.currentItem){ + item.enabled = true + } + else{ + item.enabled = false + } + } + } + + //--------------------------------------------------------- + + + function addTab(incubator, insertionIndex, pageType, projectId, paperId) { + var title = incubator.object.title + // console.debug("debug title : ", title) + var page = incubator.object + + + rootSwipeView.insertItem(insertionIndex, incubator); + + var component = Qt.createComponent("Tab.qml"); + var tabIncubator = component.incubateObject(rootTabBar, {text: title, pageType: pageType,projectId: projectId, paperId: paperId, height: rootTabBar.height }); + console.debug("debug : ", component.errorString()) + if (tabIncubator.status !== Component.Ready) { + tabIncubator.onStatusChanged = function(status) { + if (status === Component.Ready) { + + rootTabBar.insertItem(insertionIndex, tabIncubator) + page.onTitleChangedString.connect(tabIncubator.object.setTitle) + tabIncubator.object.onCloseCalled.connect(closeTab) + + } + } + } else { + + + rootTabBar.insertItem(insertionIndex, tabIncubator) + page.onTitleChangedString.connect(tabIncubator.object.setTitle) + tabIncubator.object.onCloseCalled.connect(closeTab) + + } + + + + + } + + //--------------------------------------------------------- + + function closeTab(index) { + rootSwipeView.itemAt(index).runActionsBedoreDestruction() + rootSwipeView.removeItem(rootSwipeView.itemAt(index)) + rootTabBar.removeItem(rootTabBar.itemAt(index)) + + } + + + //--------------------------------------------------------- + + function closeTabsByProject(projectId) { + + var i; + for(i = 0; i < rootTabBar.count; i++){ + + if(rootTabBar.itemAt(i).projectId === projectId){ + + rootSwipeView.itemAt(i).runActionsBedoreDestruction() + rootSwipeView.removeItem(rootSwipeView.itemAt(i)) + rootTabBar.removeItem(rootTabBar.itemAt(i)) + } + } + + } + + + // close all tabs : + Connections { + target:plmData.projectHub() + function onProjectToBeClosed(_projectId) { + closeTabsByProject(_projectId) + closeProjectSubWindows(_projectId) + } + } + + //--------------------------------------------------------- + + welcomeTab.action: welcomeWindowAction + writeOverviewTab.action: writeWindowAction + noteOverviewTab.action: noteWindowAction + galleryTab.action: galleryWindowAction + projectTab.action: projectWindowAction + + //--------------------------------------------------------- + //------------Open Sheet----------------------------- + //--------------------------------------------------------- + + property int insertionIndex: 0 + // openDocument : + Connections { + target: Globals + function onOpenSheetCalled(openedProjectId, openedPaperId, projectId, paperId) { + + if(paperId === -1){ + return + } + + var pageType = "write" + + // verify if project/sheetId not already opened + var tabId = pageType + "_" + projectId + "_" + paperId + var i; + for (i = 0; i < rootTabBar.count; i++) { + if (rootTabBar.itemAt(i).tabId === tabId){ + + rootTabBar.setCurrentIndex(i) + + break + } + } + + + // determine from which page the call comes from + + + var senderTabId = pageType + "_" + openedProjectId + "_" + openedPaperId + + var j; + for (j = 0; j < rootTabBar.count; j++) { + + console.log(rootTabBar.itemAt(j).tabId) + if (rootTabBar.itemAt(j).tabId === senderTabId){ + + rootSwipeView.itemAt(j).openDocument(projectId, paperId) + rootTabBar.itemAt(j).setTitle(plmData.sheetHub().getTitle(projectId, paperId)) + rootTabBar.itemAt(j).projectId = projectId + rootTabBar.itemAt(j).paperId = paperId + + break + } + } + + + } + } + + //--------------------------------------------------------- + Connections { + target: Globals + function onOpenSheetInNewTabCalled(projectId, paperId) { + + if(paperId === -1){ + return + } + + var pageType = "write" + // verify if project/sheetId not already opened + var tabId = pageType + "_" + projectId + "_" + paperId + var i; + for (i = 0; i < rootTabBar.count; i++) { + if (rootTabBar.itemAt(i).tabId === tabId){ + + rootTabBar.setCurrentIndex(i) + return + } + } + + // + + insertionIndex = rootSwipeView.count + // create WritePage tab + var component = Qt.createComponent("Write/WritePage.qml"); + var incubator = component.incubateObject(rootSwipeView, {pageType: pageType, projectId: projectId, paperId: paperId, enabled: false }); + if (incubator.status !== Component.Ready) { + incubator.onStatusChanged = function(status) { + if (status === Component.Ready) { + + addTab(incubator, insertionIndex, pageType, projectId, paperId) + // console.debug("paprer 1 : ",paperId) + // console.debug("count 1 : ",rootSwipeView.count) + openTabTimer.start() + } + } + } else { + + addTab(incubator, insertionIndex, pageType, projectId, paperId) + openTabTimer.start() + + } + + // console.debug("paper : ",paperId) + // console.debug("count : ",rootSwipeView.count) + + } + } + Timer{ + id: openTabTimer + repeat: false + interval: 10 + onTriggered: rootTabBar.setCurrentIndex(insertionIndex) + } + + //--------------------------------------------------------- + //------------Open Note----------------------------- + //--------------------------------------------------------- + + + // openDocument : + Connections { + target: Globals + function onOpenNoteCalled(openedProjectId, openedPaperId, projectId, paperId) { + + if(paperId === -1){ + return + } + + var pageType = "note" + + // verify if project/noteId not already opened + var tabId = pageType + "_" + projectId + "_" + paperId + var i; + for (i = 0; i < rootTabBar.count; i++) { + if (rootTabBar.itemAt(i).tabId === tabId){ + rootTabBar.setCurrentIndex(i) + break + } + } + + + // determine from which page the call comes from + + + var senderTabId = pageType + "_" + openedProjectId + "_" + openedPaperId + var j; + for (j = 0; j < rootTabBar.count; j++) { + if (rootTabBar.itemAt(j).tabId === senderTabId){ + + rootSwipeView.itemAt(j).openDocument(projectId, paperId) + rootTabBar.itemAt(j).setTitle(plmData.noteHub().getTitle(projectId, paperId)) + rootTabBar.itemAt(j).projectId = projectId + rootTabBar.itemAt(j).paperId = paperId + + break + } + } + + + } + } + + //--------------------------------------------------------- + Connections { + target: Globals + function onOpenNoteInNewTabCalled(projectId, paperId) { + + if(paperId === -1){ + return + } + + + var pageType = "note" + // verify if project/noteId not already opened + var tabId = pageType + "_" + projectId + "_" + paperId + var i; + for (i = 0; i < rootTabBar.count; i++) { + if (rootTabBar.itemAt(i).tabId === tabId){ + + rootTabBar.setCurrentIndex(i) + return + } + } + + // + + insertionIndex = rootSwipeView.count + // create NotePage tab + var component = Qt.createComponent("Note/NotePage.qml"); + var incubator = component.incubateObject(rootSwipeView, {pageType: pageType,projectId: projectId, paperId: paperId, enabled: false }); + if (incubator.status !== Component.Ready) { + incubator.onStatusChanged = function(status) { + if (status === Component.Ready) { + + addTab(incubator, insertionIndex, pageType, projectId, paperId) + // console.debug("paper 1 : ",paperId) + // console.debug("count 1 : ",rootSwipeView.count) + openTabTimer.start() + } + } + } else { + + addTab(incubator, insertionIndex, pageType, projectId, paperId) + openTabTimer.start() + + } + + // console.debug("paper : ",paperId) + // console.debug("count : ",rootSwipeView.count) + + } + + } + + + //--------------------------------------------------------- + + QtObject { + id: privateObject + property var subscribedSubWindows: [] + } + + + + function getSubWindow(paperType, projectId, paperId){ + + var i + for(i = 0 ; i < privateObject.subscribedSubWindows.length ; i++){ + var window = privateObject.subscribedSubWindows[i] + + if(window.windowId === paperType + "_" + projectId + "_" + paperId ){ + return window + } + } + } + + //--------------------------------------------------------- + + function closeSubWindow(){ + + } + + //-------------------------------------------------------------------------- + + function closeProjectSubWindows(projectId){ + var newListToClose = [] + + var i + for(i = 0 ; i < privateObject.subscribedSubWindows.length ; i++){ + var window = privateObject.subscribedSubWindows[i] + if(window.projectId === projectId){ + newListToClose.push(window) + } + } + + var j + for(j = 0 ; j < newListToClose.length ; j++){ + newListToClose[j].close() + } + + } + + //-------------------------------------------------------------------------- + + function suscribeSubWindow(subWindow){ + + privateObject.subscribedSubWindows.push(subWindow) + } + + //-------------------------------------------------------------------------- + + function unsuscribeSubWindow(subWindow){ + var newList = [] + console.log("subscribedSubWindows before", privateObject.subscribedSubWindows) + + var i + for(i = 0 ; i < privateObject.subscribedSubWindows.length ; i++){ + var window = privateObject.subscribedSubWindows[i] + + if(window.windowId !== subWindow.windowId){ + newList.push(window) + } + } + + privateObject.subscribedSubWindows = newList + } + + //-------------------------------------------------------------------------- + + function addNoteSubWindow(projectId, paperId){ + + var incubator = noteWindowComponent.incubateObject(rootPage, {projectId: projectId, paperId: paperId}) + if (incubator.status !== Component.Ready) { + incubator.onStatusChanged = function(status) { + if (status === Component.Ready) { + incubator.object.show() + suscribeSubWindow(incubator.object) + } + } + } else { + incubator.object.show() + suscribeSubWindow(incubator.object) + } + } + + + Connections { + target: Globals + function onOpenNoteInNewWindowCalled(projectId, paperId) { + + addNoteSubWindow(projectId, paperId) + + } + } + + Component { + id: noteWindowComponent + ApplicationWindow{ + id: subWindow + x: 0 + y:0 + width: 800 + height: 800 + + readonly property string windowId: {return pageType + "_" + projectId + "_" + paperId } + + property int projectId: -2 + property int paperId: -2 + property string pageType: page.pageType + + NotePage{ + id: page + anchors.fill: parent + projectId: subWindow.projectId + paperId: subWindow.paperId + + } + + onClosing: { + unsuscribeSubWindow(subWindow) + } + } + } + + //------------------------------------------------------ + + function addSheetSubWindow(projectId, paperId){ + + var incubator = writeWindowComponent.incubateObject(rootPage, {projectId: projectId, paperId: paperId}) + if (incubator.status !== Component.Ready) { + incubator.onStatusChanged = function(status) { + if (status === Component.Ready) { + incubator.object.show() + suscribeSubWindow(incubator.object) + } + } + } else { + incubator.object.show() + suscribeSubWindow(incubator.object) + } + } + + Connections { + target: Globals + function onOpenSheetInNewWindowCalled(projectId, paperId) { + + addSheetSubWindow(projectId, paperId) + + } + } + + Component { + id: writeWindowComponent + ApplicationWindow{ + id: subWindow + x: 0 + y:0 + width: 800 + height: 800 + readonly property string windowId: {return pageType + "_" + projectId + "_" + paperId } + + property int projectId: -2 + property int paperId: -2 + property string pageType: page.pageType + + WritePage{ + id: page + anchors.fill: parent + projectId: subWindow.projectId + paperId: subWindow.paperId + + } + + onClosing: { + unsuscribeSubWindow(subWindow) + } + } + } + + + //--------------------------------------------------------- + + //--------------------------------------------------------- + + //--------------------------------------------------------- + + + Connections { + target: Globals + function onOpenMainMenuCalled(){ + mainMenuButton.checked = false + mainMenuButton.checked = true + } + } + mainMenuButton.objectName: "mainMenuButton" + mainMenuButton.icon.name: "application-menu" + + function subscribeMainMenu() { + skrEditMenuSignalHub.subscribe(mainMenuButton.objectName) + } + + mainMenuButton.onCheckedChanged: { + if(mainMenuButton.checked){ + var coordinates = mainMenuButton.mapToItem(rootPage, mainMenuButton.x, mainMenuButton.y) + mainMenu.y = coordinates.y + mainMenuButton.height + mainMenu.x = coordinates.x + mainMenu.open() + + + } + else { + mainMenu.dismiss() + + } + } + + + Shortcut { + id: fileMenuShortcut + sequence: skrQMLTools.mnemonic(fileMenu.title) + onActivated: { + Globals.openMainMenuCalled() + mainMenu.openSubMenu(fileMenu) + + } + } + + Shortcut { + id: editMenuShortcut + sequence: skrQMLTools.mnemonic(editMenu.title) + onActivated: { + Globals.openMainMenuCalled() + mainMenu.openSubMenu(editMenu) + + } + } + + Shortcut { + id: helpMenuShortcut + sequence: skrQMLTools.mnemonic(helpMenu.title) + onActivated: { + Globals.openMainMenuCalled() + mainMenu.openSubMenu(helpMenu) + + } + } + + Connections{ + target: Globals + function onOpenSubMenuCalled(menu) { + Globals.openMainMenuCalled() + mainMenu.openSubMenu(menu) + } + } + + Menu { + id: mainMenu + + onClosed: { + mainMenuButton.checked = false + } + + function findMenuIndex(menu){ + var i + for(i = 0; i< mainMenu.count ; i++){ + if(menu.title === mainMenu.menuAt(i).title){ + + return i + } + } + } + + function openSubMenu(menu){ + mainMenu.currentIndex = mainMenu.findMenuIndex(menu) + menu.open() + menu.currentIndex = 0 + } + + Component.onCompleted: { + skrEditMenuSignalHub.subscribe(mainMenu.objectName) + } + + Menu { + id: fileMenu + title: qsTr("&File") + + MenuItem{ + action: newProjectAction + + } + MenuItem{ + action: openProjectAction + } + MenuSeparator { } + MenuItem{ + action: printAction + } + MenuItem{ + action: importAction + } + MenuItem{ + action: exportAction + } + + MenuSeparator { } + MenuItem{ + action: saveAction + } + MenuItem{ + action: saveAsAction + } + MenuItem{ + action: saveACopyAction + } + MenuItem{ + action: saveAllAction + } + + MenuSeparator { } + MenuItem{ + action: closeCurrentProjectAction + } + MenuItem{ + action: quitAction + } + } + Menu { + id: editMenu + objectName: "editMenu" + title: qsTr("&Edit") + + + + MenuItem{ + id: cutItem + objectName: "cutItem" + action: cutAction + } + MenuItem{ + id: copyItem + objectName: "copyItem" + action: copyAction + } + MenuItem{ + id: pasteItem + objectName: "pasteItem" + action: pasteAction + } + + Component.onCompleted:{ + skrEditMenuSignalHub.subscribe(editMenu.objectName) + skrEditMenuSignalHub.subscribe(cutItem.objectName) + skrEditMenuSignalHub.subscribe(copyItem.objectName) + skrEditMenuSignalHub.subscribe(pasteItem.objectName) + } + + } + Menu { + id: helpMenu + objectName: "helpMenu" + title: qsTr("&Help") + + + + Action { text: qsTr("&About") } + } + + } + + + + + //--------------------------------------------------------- + //------ showTabListButton-------------------------------------------- + //--------------------------------------------------------- + +showTabListButton.icon{ + name: "arrow-down" + height: 50 + width: 50 +} + + + + //--------------------------------------------------------- + Component.onCompleted: { + + this.openArgument() + this.subscribeMainMenu() + } + Component.onDestruction: { + + } + + property url testProjectFileName: "qrc:/testfiles/skribisto_test_project.sqlite" + function openArgument(){ + + + var arg + var arguments + var isTestProject = false + var oneProjectInArgument = false + var projectInArgument = "" + + arguments = Qt.application.arguments + for (arg in arguments) { + if(arg === 0 ){ + continue + } + console.log("argument : " , arguments[arg]) + + if (arguments[arg] === "--testProject") { + var error = plmData.projectHub().loadProject( + testProjectFileName) + console.log("project loaded : " + error.success) + console.log("projectFileName :", testProjectFileName.toString(), "\n") + + //show Write window + // writeWindowAction.trigger() + isTestProject = true + + } + else { + if (arguments[arg].slice(-6) === ".skrib"){ + + + oneProjectInArgument = true + + console.log("argument skrib : " , arguments[arg]) + var url = skrQMLTools.getURLFromLocalFile(arguments[arg]) + console.log("argument skrib url : " , url) + + projectInArgument = plmData.projectHub().loadProject(url) + + } + } + } +// if(!isTestProject & oneProjectInArgument){ +// var error = plmData.projectHub().loadProject( +// projectInArgument) +// //show Write window +// // writeWindowAction.trigger() +// } + + + if (!isTestProject & !oneProjectInArgument & plmData.projectHub().getProjectCount() === 0 & SkrSettings.welcomeSettings.createEmptyProjectAtStart === true) { + plmData.projectHub().loadProject("") + + //show Write window + // writeWindowAction.trigger() + + } + } +} diff --git a/src/app/src/qml/RootPageForm.ui.qml b/src/app/src/qml/RootPageForm.ui.qml new file mode 100644 index 000000000..5e280e8b4 --- /dev/null +++ b/src/app/src/qml/RootPageForm.ui.qml @@ -0,0 +1,285 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Window 2.15 +import QtQuick.Controls 2.15 + +import "WriteOverview" +import "Welcome" +import "NoteOverview" +import "Gallery" +import "Projects" + +//import "Write" +//import "Note" + +//import QtGraphicalEffects 1.0 +Item { + id: rootPageBase + //property variant window: none + property alias rootPageBase: rootPageBase + property alias notificationButton: notificationButton + property alias rootSwipeView: rootSwipeView + property alias rootTabBar: rootTabBar + property alias welcomeTab: welcomeTab + property alias writeOverviewTab: writeOverviewTab + property alias projectTab: projectTab + property alias galleryTab: galleryTab + property alias noteOverviewTab: noteOverviewTab + property alias welcomePage: welcomePage + property alias noteOverviewPage: noteOverviewPage + property alias galleryPage: galleryPage + property alias projectsPage: projectsPage + property alias writeOverviewPage: writeOverviewPage + property alias saveButton: saveButton + property alias tabBarRevealer: tabBarRevealer + property alias mainMenuButton: mainMenuButton + property alias showTabListButton: showTabListButton + property alias headerRowLayout: headerRowLayout + + ColumnLayout { + id: columnLayout + spacing: 1 + anchors.fill: parent + + RowLayout { + id: headerRowLayout + width: 100 + height: 100 + spacing: 0 + Layout.preferredHeight: 30 + Layout.fillWidth: true + + + Button { + id: mainMenuButton + text: qsTr("Main menu") + focusPolicy: Qt.NoFocus + padding: 2 + display: AbstractButton.IconOnly + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + checkable: true + flat: true + } + + + + + TabBar { + id: rootTabBar + Layout.preferredHeight: 30 + Layout.minimumHeight: 30 + Layout.fillWidth: true + + Tab { + id: welcomeTab + closable: false + } + Tab { + id: writeOverviewTab + closable: false + } + Tab { + id: noteOverviewTab + closable: false + } + Tab { + id: galleryTab + closable: false + } + Tab { + id: projectTab + closable: false + } + } + + + Button { + id: showTabListButton + text: qsTr("Button") + flat: true + checkable: true + focusPolicy: Qt.NoFocus + padding: 2 + display: AbstractButton.IconOnly + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + } + } + + Item { + id: tabBarRevealer + visible: false + Layout.minimumHeight: 5 + Layout.preferredHeight: 5 + Layout.fillWidth: true + } + + RowLayout { + id: rowLayout + spacing: 0 + Layout.fillWidth: true + Layout.fillHeight: true + + Item { + Layout.fillHeight: true + Layout.fillWidth: true + + ColumnLayout { + z: 0 + anchors.fill: parent + + // TabBar { + // id: bar + // position: TabBar.Header + // wheelEnabled: true + // Layout.fillHeight: false + // Layout.fillWidth: true + // TabButton { + // text: qsTr("Welcome") + // width: implicitWidth + // } + // TabButton { + // text: qsTr("Write") + // width: implicitWidth + // } + // TabButton { + // text: qsTr("Note") + // width: implicitWidth + // } + // TabButton { + // text: qsTr("Gallery") + // width: implicitWidth + // } + // TabButton { + // text: qsTr("Informations") + // width: implicitWidth + // } + // } + SwipeView { + id: rootSwipeView + clip: true + Layout.fillHeight: true + Layout.fillWidth: true + + WelcomePage { + id: welcomePage + } + + WriteOverviewPage { + id: writeOverviewPage + enabled: false + } + + NoteOverviewPage { + id: noteOverviewPage + enabled: false + } + + GalleryPage { + id: galleryPage + enabled: false + } + + ProjectsPage { + id: projectsPage + enabled: false + } + + // WritePage { + // id: writePage + // } + + // NotePage { + // id: notePage + + // } + } + // PageIndicator { + // id: indicator + // Layout.fillHeight: false + // Layout.fillWidth: true + // count: view.count + // currentIndex: view.currentIndex + + // } + } + } + + // Rectangle { + // color: "transparent" + // border.color: "darkorange" + // anchors.fill: parent + // } + } + + Pane { + id: statusBar + Layout.preferredHeight: 30 + visible: true + Layout.fillWidth: true + padding: 0 + + RowLayout { + id: rowLayout1 + anchors.top: parent.top + anchors.right: parent.right + anchors.bottom: parent.bottom + anchors.left: parent.left + anchors.topMargin: 0 + spacing: 0 + + Button { + id: saveButton + flat: true + text: qsTr("Save") + padding: 0 + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + focusPolicy: Qt.NoFocus + display: AbstractButton.IconOnly + } + + Label { + id: statusLeftLabel + text: qsTr("Label") + verticalAlignment: Text.AlignVCenter + Layout.fillHeight: true + Layout.fillWidth: true + } + + Label { + id: statusRightLabel + text: qsTr("Label") + verticalAlignment: Text.AlignVCenter + Layout.fillHeight: true + } + + Button { + id: notificationButton + flat: true + Layout.preferredWidth: 40 + Layout.fillHeight: true + padding: 0 + } + } + } + } + states: [ + State { + name: "toolbar" + + PropertyChanges { + target: pane + visible: true + } + } + ] +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/SkrSettings.qml b/src/app/src/qml/SkrSettings.qml new file mode 100644 index 000000000..07895f448 --- /dev/null +++ b/src/app/src/qml/SkrSettings.qml @@ -0,0 +1,81 @@ +pragma Singleton +import QtQuick 2.15 +import Qt.labs.settings 1.1 + +QtObject { + + property Settings interfaceSettings: Settings{ + category: "interface" + property bool menuButtonsInStatusBar: false + onMenuButtonsInStatusBarChanged: { + console.log("menuButtonsInStatusBar", menuButtonsInStatusBar) + } + + } + + property Settings backupSettings: Settings{ + category: "backup" + property string paths: "" + property bool backUpEveryCheckBoxChecked: false + property int backUpEveryHours: 10 + property bool backUpOnceADay: false + + } + + property Settings saveSettings: Settings{ + category: "save" + property string paths: "" + property bool saveEveryCheckBoxChecked: false + property int saveEveryMinutes: 10 + + } + property Settings accessibilitySettings: Settings{ + category: "accessibility" + property bool allowSwipeBetweenTabs: false + property bool showMenuBar: false + + } + + property Settings ePaperSettings: Settings{ + category: "ePaper" + property bool textCursorUnblinking: false + + } + + property Settings welcomeSettings: Settings{ + category: "welcome" + property bool createEmptyProjectAtStart: false + + } + + property Settings writeSettings: Settings{ + category: "write" + property int textWidth: initialTextWidth + property int textPointSize: Qt.application.font.pointSize + property real textIndent: 2 + property real textTopMargin: 2 + property string textFontFamily: Qt.application.font.family + } + + property Settings noteSettings: Settings{ + category: "note" + property int textWidth: initialTextWidth + property int textPointSize: Qt.application.font.pointSize + property real textIndent: 2 + property real textTopMargin: 2 + property string textFontFamily: Qt.application.font.family + } + + property Settings notePadSettings: Settings{ + category: "notePad" + property int textPointSize: Qt.application.font.pointSize + property real textIndent: 2 + property real textTopMargin: 2 + property string textFontFamily: Qt.application.font.family + } + + property int initialTextWidth: 0 + Component.onCompleted: { + initialTextWidth = Globals.width / 3 + } +} diff --git a/src/app/src/qml/Tab.qml b/src/app/src/qml/Tab.qml new file mode 100644 index 000000000..d6e3ba12a --- /dev/null +++ b/src/app/src/qml/Tab.qml @@ -0,0 +1,32 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +TabForm { + id: root + property string pageType : "undefined" + property int projectId : -2 + property int paperId : -2 + readonly property string tabId: {return pageType + "_" + projectId + "_" + paperId } + + function setTitle(newTitle) { + + root.text = newTitle + } + + Accessible.name: root.text === "" ? action.text : root.text + + + signal onCloseCalled(int index) + closeButton.onClicked: onCloseCalled(TabBar.index) + + + + readonly property bool isCurrent: { + if (TabBar.tabBar !== null) { + return TabBar.index === TabBar.tabBar.currentIndex + } + return false + } + +} diff --git a/src/app/src/qml/TabForm.ui.qml b/src/app/src/qml/TabForm.ui.qml new file mode 100644 index 000000000..3ab1cc3e7 --- /dev/null +++ b/src/app/src/qml/TabForm.ui.qml @@ -0,0 +1,111 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +TabButton { + id: base + text: "" + width: implicitWidth + property alias closeButton: closeButton + property bool closable: true + property string iconSource : base.action.icon.source + property string iconName : base.action.icon.name + property string iconColor : base.action.icon.color + + contentItem: RowLayout { + spacing: 2 + anchors.fill: parent + + Button { + id: image + focusPolicy: Qt.NoFocus + enabled: true + implicitHeight: 24 + implicitWidth: 24 + Layout.maximumHeight: 30 + padding: 0 + rightPadding: 0 + bottomPadding: 0 + leftPadding: 2 + topPadding: 0 + flat: true + icon { + source: iconSource + name: iconName + color: iconColor + height: 24 + width: 24 + } + onDownChanged: down = false + onClicked: base.checked = true + + } + + Text { + text: base.text === "" ? action.text : base.text + font.weight: isCurrent ? Font.Bold : Font.Normal + font.family: base.font.family + font.pointSize: base.font.pointSize + + opacity: enabled ? 1.0 : 0.3 + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter + elide: Text.ElideRight + + Layout.fillHeight: true + } + RoundButton { + id: closeButton + visible: isCurrent | hoverHandler.hovered ? closable : false + text: "x" + focusPolicy: Qt.NoFocus + flat: true + implicitHeight: 20 + implicitWidth: 20 + } + + HoverHandler { + id: hoverHandler + } + } + + background: Item { + id: element + implicitWidth: 100 + implicitHeight: 40 + Rectangle { + id: topRectangle + height: 4 + + opacity: enabled ? 1 : 0.3 + color: isCurrent ? "#17a81a" : "transparent" + anchors.left: parent.left + anchors.right: parent.right + anchors.top: parent.top + anchors.topMargin: 0 + anchors.rightMargin: 0 + anchors.leftMargin: 0 + } + + Rectangle { + id: rightRectangle + width: isCurrent ? 2 : 1 + color: isCurrent ? "grey" : "lightgrey" + anchors.left: parent.left + anchors.top: parent.top + anchors.bottom: parent.bottom + anchors.leftMargin: 0 + anchors.bottomMargin: 0 + anchors.topMargin: 0 + } + Rectangle { + id: leftRectangle + width: isCurrent ? 2 : 1 + color: isCurrent ? "grey" : "lightgrey" + anchors.right: parent.right + anchors.top: parent.top + anchors.bottom: parent.bottom + anchors.topMargin: 0 + } + } +} diff --git a/src/app/src/qml/Welcome/ExamplePage.qml b/src/app/src/qml/Welcome/ExamplePage.qml new file mode 100644 index 000000000..fdf2b1ec4 --- /dev/null +++ b/src/app/src/qml/Welcome/ExamplePage.qml @@ -0,0 +1,4 @@ +import QtQuick 2.4 +import ".." + +ExamplePageForm {} diff --git a/src/app/src/qml/Welcome/ExamplePageForm.ui.qml b/src/app/src/qml/Welcome/ExamplePageForm.ui.qml new file mode 100644 index 000000000..96a8ae4f5 --- /dev/null +++ b/src/app/src/qml/Welcome/ExamplePageForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} diff --git a/src/app/src/qml/Welcome/HelpPage.qml b/src/app/src/qml/Welcome/HelpPage.qml new file mode 100644 index 000000000..1cf8c5ef9 --- /dev/null +++ b/src/app/src/qml/Welcome/HelpPage.qml @@ -0,0 +1,4 @@ +import QtQuick 2.4 +import ".." + +HelpPageForm {} diff --git a/src/app/src/qml/Welcome/HelpPageForm.ui.qml b/src/app/src/qml/Welcome/HelpPageForm.ui.qml new file mode 100644 index 000000000..96a8ae4f5 --- /dev/null +++ b/src/app/src/qml/Welcome/HelpPageForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} diff --git a/src/app/src/qml/Welcome/ProjectPage.qml b/src/app/src/qml/Welcome/ProjectPage.qml new file mode 100644 index 000000000..802b4e314 --- /dev/null +++ b/src/app/src/qml/Welcome/ProjectPage.qml @@ -0,0 +1,455 @@ +import QtQuick 2.15 +import ".." +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import Qt.labs.platform 1.1 as LabPlatform +import QtQml 2.15 +import eu.skribisto.recentprojectlistmodel 1.0 +import eu.skribisto.plmerror 1.0 + + +ProjectPageForm { + + swipeView.currentIndex: 0 + + swipeView.onCurrentItemChanged: { + var i; + for(i = 0; i < swipeView.count; i++ ){ + + var item = swipeView.itemAt(i) + if(item === swipeView.currentItem){ + item.enabled = true + } + else{ + item.enabled = false + } + } + } + + Component.onCompleted: { + swipeView.itemAt(1).enabled = false + } + + saveButton.action: saveAction + saveAsButton.action: saveAsAction + saveAllButton.action: saveAllAction + saveACopyButton.action: saveACopyAction + backUpButton.action: backUpAction + + createEmpyProjectAtStartSwitch.checked: SkrSettings.welcomeSettings.createEmptyProjectAtStart + Binding { + target: SkrSettings.welcomeSettings + property: "createEmptyProjectAtStart" + value: createEmpyProjectAtStartSwitch.checked + } + + + newProjectButton.action: newProjectAction + + Connections { + target: Globals + function onShowNewProjectWizard() { + swipeView.currentIndex = 1 + } + } + + + openProjectButton.action: openProjectAction + + + printButton.action: printAction + + Connections { + target: Globals + function onShowPrintWizard() { + swipeView.currentIndex = 2 + } + } + + importButton.action: importAction + + Connections { + target: Globals + function onShowImportWizard() { + swipeView.currentIndex = 3 + } + } + + exportButton.action: exportAction + + Connections { + target: Globals + function onShowExportWizard() { + swipeView.currentIndex = 4 + } + } + //----------------------------------------------------------- + //--New project page----------------------------------------- + //----------------------------------------------------------- + + property string fileName: fileName + property url folderNameURL + + + goBackToolButton.onClicked: { + swipeView.currentIndex = 0 + } + + selectProjectPathToolButton.onClicked: { + folderDialog.open() + folderDialog.currentFolder = LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + + + } + + + LabPlatform.FolderDialog{ + id: folderDialog + folder: LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + + onAccepted: { + folderNameURL = folderDialog.folder + projectPathTextField.text = skrQMLTools.translateURLToLocalFile(folderNameURL) + } + onRejected: { + + } + + + + } + + property bool projectFileTextFiledEdited: false + // title : + projectTitleTextField.onTextChanged: { + if(!projectFileTextFiledEdited){ + var name = projectTitleTextField.text + + name = name.replace(/[\"\/\%\(\)|.'?!$#\n\r]/g, ""); + + projectFileTextField.text = name + } + + } + + + + //file : + projectFileTextField.validator: RegExpValidator { regExp: /^[^ ][\w\s]{1,60}$/ } + projectFileTextField.onTextChanged: { + var file = projectPathTextField.text + "/" + projectFileTextField.text + ".skrib" + + + fileName = skrQMLTools.setURLScheme(Qt.resolvedUrl(file), "file") + } + projectFileTextField.onTextEdited: { + projectFileTextFiledEdited = true + } + + // path : + projectPathTextField.text: { + + var path = skrQMLTools.translateURLToLocalFile(LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation)) + // + // path = path.replace(/^(file:\/{2})/,"") + + return path + + + } + projectPathTextField.onTextChanged: { + + folderNameURL = skrQMLTools.setURLScheme(Qt.resolvedUrl(projectPathTextField.text), "file") + + var result = Qt.resolvedUrl(folderNameURL + "/" + projectFileTextField.text + ".skrib") + //result.protocol = "file" + fileName = result + } + + + onFileNameChanged: { + console.log("onFileNameChanged",fileName.toString() ) + projectDetailPathLabel.text = skrQMLTools.translateURLToLocalFile(fileName) + } + + + + // create : + + createNewProjectButton.onClicked: { + //TODO: test fileName + + + plmData.projectHub().createNewEmptyProject(fileName) + + var projetId = plmData.projectHub().getLastLoaded() + console.log("new project : getLastLoaded : ", projetId) + plmData.projectHub().setProjectName(projetId, projectTitleTextField.text) + + var firstSheetId = -2 + for(var i = 1; i <= partSpinBox.value ; ++i){ + var error = plmData.sheetHub().addChildPaper(projetId, -1) + console.log("new project : add sheet : ", error.isSuccess()) + var sheetId = plmData.sheetHub().getLastAddedId() + plmData.sheetHub().setTitle(projetId, sheetId, qsTr("Part ") + i) + + if(sheetId === 1){ + firstSheetId = sheetId + } + + } + + swipeView.currentIndex = 0 + //root_stack.currentIndex = 1 + Globals.openSheetInNewTabCalled(projetId, firstSheetId) + + //reset : + projectTitleTextField.text = "" + projectFileTextField.text = "" + projectFileTextFiledEdited = false + projectPathTextField.text = skrQMLTools.translateURLToLocalFile(LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation)) + } + + + + //-------------------------------------------------- + + onActiveFocusChanged: { + if (activeFocus) { + newProjectButton.forceActiveFocus() + } + } + + + + //---------------------------------------------- + //-Recent projects list ------------------------------ + //---------------------------------------------- + recentListView.onCurrentIndexChanged: { + contextMenuItemIndex = recentListView.currentIndex + } + + property int contextMenuItemIndex: -2 + property int itemButtonsIndex: -2 + + SKRRecentProjectListModel{ + id: projectListModel + } + + recentListView.model: projectListModel + + recentListView.delegate: delegate + + + Component { + id: delegate + + Rectangle { + id: content + + anchors { + left: Qt.isQtObject(parent) ? parent.left : undefined + right: Qt.isQtObject(parent) ? parent.right : undefined + } + + property bool isCurrent: model.index === recentListView.currentIndex ? true : false + height: 80 + + + HoverHandler { + id: hoverHandler + } + + TapHandler { + id: tapHandler + + onSingleTapped: { + recentListView.currentIndex = model.index + content.forceActiveFocus() + eventPoint.accepted = true + } + + onDoubleTapped: { + // open project + + if(plmData.projectHub().isURLAlreadyLoaded(skrQMLTools.getURLFromLocalFile(model.fileName))){ + } + else { + plmData.projectHub().loadProject(skrQMLTools.getURLFromLocalFile(model.fileName)) + } + + + eventPoint.accepted = true + } + + } + + + + TapHandler { + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus + acceptedButtons: Qt.RightButton + onTapped: menu.open() + } + ColumnLayout{ + id: columnLayout4 + anchors.fill: parent + + RowLayout { + id: rowLayout + spacing: 2 + Layout.fillHeight: true + Layout.fillWidth: true + + Rectangle { + id: currentItemIndicator + color: "#cccccc" + Layout.fillHeight: true + Layout.preferredWidth: 5 + visible: recentListView.currentIndex === model.index + } + + + Rectangle { + color: "transparent" + //border.width: 1 + Layout.fillWidth: true + Layout.fillHeight: true + + ColumnLayout { + id: columnLayout2 + spacing: 1 + anchors.fill: parent + Layout.fillHeight: true + Layout.fillWidth: true + + Label { + id: titleLabel + + Layout.fillWidth: true + Layout.topMargin: 2 + Layout.leftMargin: 4 + Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter + + text: model.title + color: model.exists ? "black" : "grey" + } + + Label { + id: fileNameLabel + + text: model.fileName + Layout.bottomMargin: 2 + Layout.rightMargin: 4 + Layout.alignment: Qt.AlignRight | Qt.AlignVCenter + } + + } + } + + ToolButton { + id: menuButton + Layout.preferredWidth: 30 + + text: "..." + flat: true + focusPolicy: Qt.NoFocus + + onClicked: { + menu.open() + } + + visible: hoverHandler.hovered | content.isCurrent + } + + ToolButton { + id: openedToolButton + flat: true + Layout.preferredWidth: 30 + focusPolicy: Qt.NoFocus + visible: model.isOpened + icon.name: "document-close" + onClicked: { + itemButtonsIndex = model.index + closeAction.trigger() + } + + } + + Menu { + id: menu + y: menuButton.height + + onOpened: { + // necessary to differenciate between all items + contextMenuItemIndex = model.index + } + Action { + id: closeAction + text: qsTr("Close project") + //shortcut: "F2" + icon { + name: "window-close" + } + enabled: contextMenuItemIndex === model.index | itemButtonsIndex === model.index + onTriggered: { + plmData.projectHub().closeProject(model.projectId) + console.log("close project action") + + } + } + Action { + id: forgetAction + text: qsTr("Forget") + //shortcut: "F2" + icon { + name: "trash-empty" + } + enabled: contextMenuItemIndex === model.index + onTriggered: { + console.log("forget action") + + } + } + } + } + + Rectangle { + id: separator + Layout.preferredHeight: 1 + Layout.preferredWidth: content.width / 2 + Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom + gradient: Gradient { + orientation: Qt.Horizontal + GradientStop { + position: 0.00; + color: "#ffffff"; + } + GradientStop { + position: 0.30; + color: "#9e9e9e"; + } + GradientStop { + position: 0.70; + color: "#9e9e9e"; + } + GradientStop { + position: 1.00; + color: "#ffffff"; + } + } + + } + + + } + } + } + + + //---------------------------------------------------- + //------------------------------------------------------------ + //------------------------------------------------------------ + + +} diff --git a/src/app/src/qml/Welcome/ProjectPageForm.ui.qml b/src/app/src/qml/Welcome/ProjectPageForm.ui.qml new file mode 100644 index 000000000..8cb055d3a --- /dev/null +++ b/src/app/src/qml/Welcome/ProjectPageForm.ui.qml @@ -0,0 +1,409 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +Item { + width: 400 + height: 400 + property alias printButton: printButton + property alias importButton: importButton + property alias exportButton: exportButton + property alias projectFileTextField: projectFileTextField + property alias createNewProjectButton: createNewProjectButton + property alias partSpinBox: partSpinBox + property alias projectDetailPathLabel: projectDetailPathLabel + property alias selectProjectPathToolButton: selectProjectPathToolButton + property alias projectPathTextField: projectPathTextField + property alias projectTitleTextField: projectTitleTextField + property alias goBackToolButton: goBackToolButton + property alias createEmpyProjectAtStartSwitch: createEmpyProjectAtStartSwitch + property alias gridLayout: gridLayout + property alias gridLayout1: gridLayout1 + property alias swipeView: swipeView + + property alias saveButton: saveButton + property alias saveAsButton: saveAsButton + property alias saveAllButton: saveAllButton + property alias saveACopyButton: saveACopyButton + property alias backUpButton: backUpButton + + property alias openProjectButton: openProjectButton + property alias recentListView: recentListView + property alias newProjectButton: newProjectButton + + readonly property int columnWidth: 550 + + Pane { + id: pane1 + anchors.fill: parent + + SwipeView { + id: swipeView + currentIndex: 0 + anchors.fill: parent + interactive: false + clip: true + + ScrollView { + id: scrollView + clip: true + + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded + contentWidth: gridLayout.width + contentHeight: gridLayout.height + + GridLayout { + id: gridLayout + width: scrollView.width + columns: gridLayout.width / columnWidth + + + + GroupBox { + id: groupBox1 + focusPolicy: Qt.TabFocus + Layout.fillWidth: true + topPadding: 12 + padding: 12 + title: qsTr("Projects") + + ColumnLayout { + id: columnLayout + anchors.fill: parent + anchors.topMargin: 5 + + RowLayout { + id: rowLayout + width: 100 + height: 100 + + Button { + id: newProjectButton + text: qsTr("New project") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + } + + Button { + id: openProjectButton + text: qsTr("Open project") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + } + } + } + } + + + GroupBox { + id: groupBox + width: 200 + height: 200 + Layout.rowSpan: 2 + focusPolicy: Qt.TabFocus + Layout.fillWidth: true + title: qsTr("Recent projects") + + + ColumnLayout { + id: columnLayout5 + anchors.fill: parent + + ListView { + id: recentListView + Layout.fillWidth: true + Layout.maximumWidth: 400 + clip: true + Layout.preferredHeight: 200 + Layout.fillHeight: false + Layout.minimumHeight: 200 + Layout.minimumWidth: 300 + keyNavigationWraps: false + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + delegate: Item { + x: 5 + width: 80 + height: 40 + Row { + id: row1 + spacing: 10 + Rectangle { + width: 40 + height: 40 + color: colorCode + } + + Text { + text: name + font.bold: true + anchors.verticalCenter: parent.verticalCenter + } + } + } + } + } + } + + GroupBox { + id: groupBox2 + Layout.rowSpan: 2 + focusPolicy: Qt.TabFocus + Layout.fillWidth: true + title: qsTr("Save") + + ColumnLayout { + id: columnLayout2 + anchors.fill: parent + anchors.topMargin: 5 + + RowLayout { + id: rowLayout1 + width: 100 + height: 100 + + Button { + id: saveButton + text: qsTr("Save") + icon { + name: "document-save" + } + } + + Button { + id: saveAsButton + text: qsTr("Save as") + icon { + name: "document-save-as" + } + } + Button { + id: saveAllButton + text: qsTr("Save all") + icon { + name: "document-save-all" + } + } + } + + RowLayout { + id: rowLayout6 + width: 100 + height: 100 + + Button { + id: saveACopyButton + text: qsTr("Save a copy") + icon { + name: "document-save-as-template" + } + } + + Button { + id: backUpButton + text: qsTr("Back up") + icon { + name: "tools-media-optical-burn-image" + } + } + } + } + } + + + GroupBox { + id: behaviorGroupBox + focusPolicy: Qt.TabFocus + Layout.fillWidth: true + title: qsTr("Behavior") + + ColumnLayout { + id: columnLayout1 + anchors.fill: parent + + Switch { + id: createEmpyProjectAtStartSwitch + text: qsTr("Create an empty project at start") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + } + } + } + + + GroupBox { + id: groupBox3 + focusPolicy: Qt.TabFocus + Layout.fillWidth: true + title: qsTr("") + + ColumnLayout { + id: columnLayout4 + anchors.fill: parent + anchors.topMargin: 5 + + RowLayout { + id: rowLayout5 + width: 100 + height: 100 + + Button { + id: printButton + text: qsTr("Print") + } + + Button { + id: importButton + text: qsTr("Import") + } + + Button { + id: exportButton + text: qsTr("Export") + } + + } + } + } + + + Item { + id: stretcher1 + Layout.columnSpan: 1 + Layout.fillHeight: true + Layout.fillWidth: true + } + + + } + } + + Item { + id: newProjectItem + enabled: false + ColumnLayout { + id: columnLayout3 + anchors.fill: parent + + RowLayout { + id: rowLayout2 + Layout.fillWidth: true + + ToolButton { + id: goBackToolButton + text: qsTr("Go back") + } + + Label { + id: titleLabel + text: qsTr("

New project

") + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter + Layout.fillWidth: true + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + } + } + GridLayout { + id: gridLayout2 + rows: -1 + columns: 2 + flow: GridLayout.TopToBottom + Layout.alignment: Qt.AlignHCenter + + GridLayout { + id: gridLayout1 + rows: 2 + columns: 3 + Layout.fillWidth: true + Layout.maximumWidth: 600 + + Label { + id: projectTitleLabel + text: qsTr("Project title :") + } + TextField { + + id: projectTitleTextField + placeholderText: qsTr("project title") + Layout.columnSpan: 2 + Layout.fillWidth: true + } + Label { + id: projectFileLabel + text: qsTr("Project file :") + } + TextField { + + id: projectFileTextField + placeholderText: qsTr("project file") + Layout.columnSpan: 2 + Layout.fillWidth: true + } + Label { + id: projectPathLabel + text: qsTr("Project path :") + } + + TextField { + id: projectPathTextField + placeholderText: qsTr("project path") + Layout.fillWidth: true + } + + ToolButton { + id: selectProjectPathToolButton + text: qsTr("Select") + } + } + ColumnLayout { + id: columnLayout6s + Label { + id: projectDetailLabel + text: qsTr("This project will be created as : ") + } + Label { + id: projectDetailPathLabel + } + } + RowLayout { + id: rowLayout3 + Layout.alignment: Qt.AlignHCenter + Label { + id: partLabel + text: qsTr("Number of parts :") + } + + SpinBox { + id: partSpinBox + value: 1 + from: 1 + to: 40 + editable: true + } + } + RowLayout { + id: rowLayout4 + Layout.alignment: Qt.AlignHCenter + + Button { + id: createNewProjectButton + text: qsTr("Create") + } + } + } + + Item { + id: stretcher2 + Layout.fillHeight: true + Layout.fillWidth: true + } + } + } + + } + } +} + +/*##^## +Designer { + D{i:0;height:800;width:800}D{i:11} +} +##^##*/ + diff --git a/src/app/src/qml/Welcome/SettingsPage.qml b/src/app/src/qml/Welcome/SettingsPage.qml new file mode 100644 index 000000000..cd6f039c7 --- /dev/null +++ b/src/app/src/qml/Welcome/SettingsPage.qml @@ -0,0 +1,648 @@ +import QtQuick 2.15 +import QtQml 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import Qt.labs.platform 1.1 as LabPlatform +import eu.skribisto.projecthub 1.0 +import Qt.labs.settings 1.1 +import ".." + +SettingsPageForm { + + Component.onCompleted: { + checkOnBackUpEveryCheckBox() + populateBackupPathListView() + + checkOnSaveEveryCheckBox() + backUpOnceADayIfNeeded() + + langComboBox.currentIndex = langComboBox.indexOfValue(skrRootItem.getLanguageFromSettings()) + + } + + + //-------------------------------------------------- + + onActiveFocusChanged: { + if (activeFocus) { + accessibilityGroupBox.forceActiveFocus() + } + } + + + + // // scrollview : + // Component.onCompleted: scroll.contentItem = contener + // function scrollChange(){ + // if ((width > 600) && (height > 600)){ + // if(scroll.contentItem != itemNull) scroll.contentItem = itemNull + // contener.width = width + // contener.height = height + // } else if ((width < 600) && (height < 600)){ + // if(scroll.contentItem != contener) scroll.contentItem = contener + // contener.width = 600 + // contener.height = 600 + // } else if ((width < 600)){ + // if(scroll.contentItem != contener) scroll.contentItem = contener + // contener.width = 600 + // contener.height = height + // } else { + // if(scroll.contentItem != contener) scroll.contentItem = contener + // contener.height = 600 + // contener.width = width + // } + // } + + // onWidthChanged: scrollChange() + // onHeightChanged: scrollChange() + + + + // -------------------------------------------- + // ---- appareance -------------------------------- + // -------------------------------------------- + + + menuButtonsInStatusBarSwitch.checked: SkrSettings.interfaceSettings.menuButtonsInStatusBar + Binding { + target: SkrSettings.interfaceSettings + property: "menuButtonsInStatusBar" + value: menuButtonsInStatusBarSwitch.checked + restoreMode: Binding.RestoreBindingOrValue + } + + // interface languages : + + + ListModel { + id: langModel + ListElement { text: "english (US)"; langCode: "en_US" } + ListElement { text: "français (France)"; langCode: "fr_FR" } + ListElement { text: "deutch"; langCode: "de_DE" } + } + + + langComboBox.model: langModel + langComboBox.textRole: "text" + langComboBox.valueRole: "langCode" + langComboBox.onCurrentValueChanged: { + if(langComboBox.activeFocus){ + skrRootItem.currentTranslationLanguageCode = langComboBox.currentValue + } + } + + + Connections { + target: skrRootItem + function onCurrentTranslationLanguageCodeChanged(langCode){ + langComboBox.currentIndex = langComboBox.indexOfValue(langCode) + } + } + + + + // -------------------------------------------- + // ---- accessibility -------------------------------- + // -------------------------------------------- + + allowSwipeBetweenTabsCheckBox.checked: SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + Binding { + target: SkrSettings.accessibilitySettings + property: "allowSwipeBetweenTabs" + value: allowSwipeBetweenTabsCheckBox.checked + restoreMode: Binding.RestoreBindingOrValue + } + + showMenuBarCheckBox.checked: SkrSettings.accessibilitySettings.showMenuBar + Binding { + target: SkrSettings.accessibilitySettings + property: "showMenuBar" + value: showMenuBarCheckBox.checked + restoreMode: Binding.RestoreBindingOrValue + } + + // -------------------------------------------- + // ---- backup -------------------------------- + // -------------------------------------------- + // backup paths : + + ListModel{ + id: backupPathListModel + } + backupPathListView.model: backupPathListModel + + function populateBackupPathListView(){ + + + var backupPaths = SkrSettings.backupSettings.paths + var backupPathList = backupPaths.split(";") + + //no backup path set + if (backupPaths === ""){ + //TODO: send notification, backup not configured + + return + } + + var j; + for (j = 0; j < backupPathList.length ; j++ ){ + var path = backupPathList[j] + if(path === ""){ + break + } + + backupPathListModel.append({"path": Qt.resolvedUrl(path), "localPath": skrQMLTools.translateURLToLocalFile(Qt.resolvedUrl(path))}) + + } + + } + + + + function addBackupPath(pathUrl){ + + backupPathListModel.append({"path": pathUrl, "localPath": skrQMLTools.translateURLToLocalFile(pathUrl)}) + saveBackupPathsToSettings() + + } + + function removeBackupPath(index){ + + backupPathListModel.remove(index) + saveBackupPathsToSettings() + + } + + function saveBackupPathsToSettings(){ + + var backupPathList = []; + var j; + for (j = 0; j < backupPathListModel.count ; j++ ){ + + backupPathList.push(backupPathListModel.get(j).localPath) + } + + var backupPaths = backupPathList.join(";") + SkrSettings.backupSettings.paths = backupPaths + } + + LabPlatform.FolderDialog{ + id: addBackupFolderDialog + folder: LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + onAccepted: { + // var path = folderDialog.folder.toString() + // path = path.replace(/^(file:\/{2})/,""); + // model.path = path + var path = addBackupFolderDialog.folder + + addBackupPath(path) + backupPathListView.currentIndex = backupPathListView.count -1 + + } + onRejected: { + + } + + + + } + + Action { + id: addBackupPathAction + text: qsTr("Add backup path") + icon.name: "list-add" + onTriggered: { + + + addBackupFolderDialog.open() + } + } + addBackupPathButton.action: addBackupPathAction + + + + Action { + id: removeBackupPathAction + text: qsTr("Remove backup path") + icon.name: "list-remove" + onTriggered: { + + removeBackupPath(backupPathListView.currentIndex) + } + } + removeBackupPathButton.action: removeBackupPathAction + + + + + backupPathListView.delegate: Component { + id: itemDelegate + + Item { + id: delegateRoot + height: 30 + + + anchors { + left: Qt.isQtObject(parent) ? parent.left : undefined + right: Qt.isQtObject(parent) ? parent.right : undefined + leftMargin: 5 + rightMargin: 5 + } + + TapHandler { + id: tapHandler + onSingleTapped: { + backupPathListView.currentIndex = model.index + delegateRoot.forceActiveFocus() + eventPoint.accepted = true + } + onDoubleTapped: { + + // path editor : + //backupPathListView.currentIndex = model.index + editName() + + + eventPoint.accepted = true + } + } + + function editName() { + state = "edit_path" + editPathTextField.forceActiveFocus() + editPathTextField.selectAll() + } + + + + LabPlatform.FolderDialog{ + id: backupFolderDialog + + onAccepted: { + + model.path = folderDialog.folder + model.localPath = skrQMLTools.translateURLToLocalFile(folderDialog.folder) + } + onRejected: { + + } + + + + } + + RowLayout{ + anchors.fill: parent + + Label { + id: pathLabel + Layout.fillWidth: true + Layout.fillHeight: true + text: model.localPath + horizontalAlignment: Qt.AlignLeft + verticalAlignment: Qt.AlignVCenter + } + Button { + id: selectFolderButton + Layout.fillHeight: true + Layout.preferredWidth: 30 + flat: true + icon.name: "document-open-folder" + + onClicked: { + backupFolderDialog.open() + backupFolderDialog.currentFolder = model.path + } + + + } + + TextField { + id: editPathTextField + visible: false + Layout.fillWidth: true + Layout.fillHeight: true + text: model.path + horizontalAlignment: Qt.AlignLeft + verticalAlignment: Qt.AlignVCenter + + + placeholderText: qsTr("Enter a path to back up to") + + + onEditingFinished: { + //if (!activeFocus) { + //accepted() + //} + console.log("editing finished") + + model.path = text + + saveBackupPathsToSettings() + + + delegateRoot.state = "" + } + + //Keys.priority: Keys.AfterItem + + Keys.onPressed: { + if (event.key === Qt.Key_Return){ + console.log("Return key pressed path") + editingFinished() + event.accepted = true + } + if ((event.modifiers & Qt.CtrlModifier) && event.key === Qt.Key_Return){ + console.log("Ctrl Return key pressed title") + + backupFolderDialog.open() + backupFolderDialog.currentFolder = model.path + event.accepted = true + } + } + + } + } + + + states: [ + State { + name: "edit_path" + PropertyChanges { + target: pathLabel + visible: false + } + PropertyChanges { + target: editPathTextField + visible: true + } + } + ] + + + } + } + + backupPathListView.highlight: Component { + id: highlight + Rectangle { + + radius: 5 + border.color: "lightsteelblue" + border.width: 2 + visible: backupPathListView.activeFocus + Behavior on y { + SpringAnimation { + spring: 3 + damping: 0.2 + } + } + } + } + + + + + + // backup every : + + backUpEveryCheckBox.checked: SkrSettings.backupSettings.backUpEveryCheckBoxChecked + Binding { + target: SkrSettings.backupSettings + property: "backUpEveryCheckBoxChecked" + value: backUpEveryCheckBox.checked + restoreMode: Binding.RestoreBindingOrValue + } + + backUpEveryCheckBox.onCheckedChanged:{ + checkOnBackUpEveryCheckBox() + } + + function checkOnBackUpEveryCheckBox(){ + backupHoursDial.enabled = backUpEveryCheckBox.checked + backupHoursSpinBox.enabled = backUpEveryCheckBox.checked + + } + + //backUp Once A Day CheckBox + backUpOnceADayCheckBox.checked: SkrSettings.backupSettings.backUpOnceADay + Binding { + target: SkrSettings.backupSettings + property: "backUpOnceADay" + value: backUpOnceADayCheckBox.checked + restoreMode: Binding.RestoreBindingOrValue + } + + backUpOnceADayCheckBox.onCheckedChanged:{ + if(backUpOnceADayCheckBox.checked){ + backUpOnceADayIfNeeded() + } + } + + //dials : + + backupHoursDial.onMoved: backupHoursSpinBox.value = backupHoursDial.value + backupHoursSpinBox.onValueModified: backupHoursDial.value = backupHoursSpinBox.value + + + backupHoursDial.value: SkrSettings.backupSettings.backUpEveryHours + backupHoursSpinBox.value: SkrSettings.backupSettings.backUpEveryHours + Binding { + delayed: true + target: SkrSettings.backupSettings + property: "backUpEveryHours" + value: backupHoursDial.value + restoreMode: Binding.RestoreBindingOrValue + + } + + // ------------------------- + // backup action + + + Timer{ + id: backupTimer + repeat: true + running: backUpEveryCheckBox.checked + interval: backupHoursSpinBox.value * 60 * 60 * 1000 + onTriggered: { + backUpAction.trigger() + } + } + + Connections { + target: plmData.projectHub() + function onProjectLoaded(projectId){ + backUpOnceADayIfNeeded() + + } + } + + + // once a day : + function backUpOnceADayIfNeeded(){ + if(!backUpOnceADayCheckBox.checked){ + return + } + var backupPaths = SkrSettings.backupSettings.paths + var backupPathList = backupPaths.split(";") + + //no backup path set + if (backupPaths === ""){ + //TODO: send notification, backup not configured + + return + } + + var projectIdList = plmData.projectHub().getProjectIdList() + var projectCount = plmData.projectHub().getProjectCount() + + + // all projects : + var i; + for (i = 0; i < projectCount ; i++ ){ + var projectId = projectIdList[i] + + + //no project path + if (plmData.projectHub().getPath(projectId) === ""){ + //TODO: send notification, project not yet saved once + + break + } + + // in all backup paths : + var j; + for (j = 0; j < backupPathList.length ; j++ ){ + var path = backupPathList[j] + + + if (path === ""){ + //TODO: send notification + continue + } + + + + // check if wanted backup exists already at paths + var isBackupThere = plmData.projectHub().doesBackupOfTheDayExistAtPath(projectId, skrQMLTools.getURLFromLocalFile(path)) + + if(isBackupThere){ + break + } + + // back up : + + var error = plmData.projectHub().backupAProject(projectId, "skrib", skrQMLTools.getURLFromLocalFile(path)) + + if (error.getErrorCode() === "E_PROJECT_path_is_readonly"){ + + } + + } + } + } + + + + // -------------------------------------------- + // ---- save -------------------------------- + // -------------------------------------------- + + + saveEveryCheckBox.checked: SkrSettings.saveSettings.saveEveryCheckBoxChecked + Binding { + target: SkrSettings.saveSettings + property: "saveEveryCheckBoxChecked" + value: saveEveryCheckBox.checked + restoreMode: Binding.RestoreBindingOrValue + } + + saveEveryCheckBox.onCheckedChanged:{ + checkOnSaveEveryCheckBox() + } + + function checkOnSaveEveryCheckBox(){ + saveDial.enabled = saveEveryCheckBox.checked + saveSpinBox.enabled = saveEveryCheckBox.checked + + } + + //dials : + + saveDial.onMoved: saveSpinBox.value = saveDial.value + saveSpinBox.onValueModified: saveDial.value = saveSpinBox.value + + + saveDial.value: SkrSettings.saveSettings.saveEveryMinutes + saveSpinBox.value: SkrSettings.saveSettings.saveEveryMinutes + Binding { + delayed: true + target: SkrSettings.saveSettings + property: "saveEveryMinutes" + value: saveDial.value + restoreMode: Binding.RestoreBindingOrValue + + } + + + // ------------------------- + // save action + + + Timer{ + id: saveTimer + repeat: true + running: saveEveryCheckBox.checked + interval: saveSpinBox.value * 60 * 1000 + onTriggered: { + saveAction.trigger() + } + } + + // -------------------------------------------- + // ---- special E-Paper -------------------------------- + // -------------------------------------------- + + setTextCursorUnblinkingCheckBox.checked: SkrSettings.ePaperSettings.textCursorUnblinking + Binding { + target: SkrSettings.ePaperSettings + property: "textCursorUnblinking" + value: setTextCursorUnblinkingCheckBox.checked + restoreMode: Binding.RestoreBindingOrValue + } + // -------------------------------------------- + // ---- advanced -------------------------------- + // -------------------------------------------- + + Settings { + id: leftDockSettings + category : "writeLeftDock" + property var dockSplitView + property bool navigationFrameFolded + property int width + } + + + Settings { + id: rightDockSettings + category: "writeRightDock" + property var dockSplitView + property bool editFrameFolded + property bool notePadFrameFolded + property bool tagPadFrameFolded + property int width + // property bool documentFrameFolded: documentFrame.folded ? true : false + } + + + resetDockConfButton.onClicked: { + + Globals.resetDockConfCalled() + + } + + + +} diff --git a/src/app/src/qml/Welcome/SettingsPageForm.ui.qml b/src/app/src/qml/Welcome/SettingsPageForm.ui.qml new file mode 100644 index 000000000..724301fc5 --- /dev/null +++ b/src/app/src/qml/Welcome/SettingsPageForm.ui.qml @@ -0,0 +1,326 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 + +Item { + + property alias saveDial: saveDial + property alias saveSpinBox: saveSpinBox + property alias saveEveryCheckBox: saveEveryCheckBox + property alias backUpEveryCheckBox: backUpEveryCheckBox + property alias backupHoursSpinBox: backupHoursSpinBox + property alias backupHoursDial: backupHoursDial + + property alias accessibilityGroupBox: accessibilityGroupBox + + property alias menuButtonsInStatusBarSwitch: menuButtonsInStatusBarSwitch + property alias showMenuBarCheckBox: showMenuBarCheckBox + property alias backUpOnceADayCheckBox: backUpOnceADayCheckBox + property alias backupPathListView: backupPathListView + property alias removeBackupPathButton: removeBackupPathButton + property alias addBackupPathButton: addBackupPathButton + property alias showPropertiesCheckBox: showPropertiesCheckBox + property alias resetDockConfButton: resetDockConfButton + property alias allowSwipeBetweenTabsCheckBox: allowSwipeBetweenTabsCheckBox + property alias setTextCursorUnblinkingCheckBox: setTextCursorUnblinkingCheckBox + readonly property int columnWidth: 550 + property alias langComboBox: langComboBox + + Pane { + id: pane2 + anchors.fill: parent + + ScrollView { + id: scrollView + anchors.fill: parent + clip: true + + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded + contentWidth: gridLayout1.width + contentHeight: gridLayout1.height + + GridLayout { + id: gridLayout1 + width: scrollView.width + columns: width / columnWidth + + GroupBox { + id: accessibilityGroupBox + Layout.fillWidth: true + focusPolicy: Qt.TabFocus + + title: qsTr("Accessibility") + + ColumnLayout { + id: columnLayout3 + anchors.fill: parent + + CheckBox { + id: allowSwipeBetweenTabsCheckBox + text: qsTr("Allow swipe gesture between tabs") + } + + CheckBox { + id: showMenuBarCheckBox + visible: false + text: qsTr("Show menu bar") + } + } + } + + GroupBox { + id: appearanceGroupBox + width: 200 + height: 200 + Layout.fillWidth: true + focusPolicy: Qt.TabFocus + title: qsTr("Appearance") + + ColumnLayout { + id: columnLayout5 + anchors.fill: parent + + + RowLayout { + id: rowLayout4 + width: 100 + height: 100 + + Label { + id: langLabel + text: qsTr("Interface language :") + } + + ComboBox { + id: langComboBox + wheelEnabled: true + } + } + Switch { + id: menuButtonsInStatusBarSwitch + text: qsTr("Set main menu in status bar") + } + } + } + + GroupBox { + id: backupGroupBox + Layout.rowSpan: 3 + Layout.fillWidth: true + focusPolicy: Qt.TabFocus + title: qsTr("Backup") + + ColumnLayout { + id: columnLayout + anchors.fill: parent + + GroupBox { + id: groupBox1 + title: qsTr("Backup paths :") + focusPolicy: Qt.TabFocus + + ColumnLayout { + id: columnLayout1 + anchors.fill: parent + anchors.topMargin: 5 + + ToolBar { + Layout.fillWidth: true + RowLayout { + id: rowLayout1 + spacing: 1 + anchors.fill: parent + + Item { + id: stretcher + Layout.fillHeight: true + Layout.fillWidth: true + } + ToolButton { + id: removeBackupPathButton + flat: true + display: AbstractButton.IconOnly + } + + ToolButton { + id: addBackupPathButton + flat: true + display: AbstractButton.IconOnly + } + } + } + + ScrollView { + id: backupPathScrollView + focusPolicy: Qt.StrongFocus + Layout.fillWidth: true + Layout.fillHeight: true + Layout.preferredHeight: 200 + Layout.preferredWidth: 300 + clip: true + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded + + ListView { + id: backupPathListView + width: 110 + height: 160 + Layout.preferredHeight: 200 + Layout.preferredWidth: 300 + clip: true + focus: true + smooth: true + boundsBehavior: Flickable.StopAtBounds + } + } + } + } + + RowLayout { + id: rowLayout + + CheckBox { + id: backUpEveryCheckBox + text: qsTr("Back up every") + } + + SpinBox { + id: backupHoursSpinBox + wheelEnabled: true + editable: true + + to: 60 + from: 1 + } + + Label { + id: backupHours + text: qsTr("hours") + } + + Dial { + id: backupHoursDial + wheelEnabled: true + + to: 60 + from: 1 + } + } + + CheckBox { + id: backUpOnceADayCheckBox + text: qsTr("Back up once a day") + } + } + } + + GroupBox { + id: saveGroupBox + Layout.rowSpan: 2 + Layout.fillWidth: true + focusPolicy: Qt.TabFocus + title: qsTr("Save") + + ColumnLayout { + id: columnLayout2 + anchors.fill: parent + + RowLayout { + id: rowLayout2 + Layout.fillHeight: true + Layout.fillWidth: true + + CheckBox { + id: saveEveryCheckBox + text: qsTr("Save every") + } + + SpinBox { + id: saveSpinBox + } + + Label { + id: saveMinutes + text: qsTr("minutes") + } + + Dial { + id: saveDial + to: 60 + from: 1 + wheelEnabled: true + } + + } + } + } + + GroupBox { + id: specialEPaperGroupBox + width: 200 + height: 200 + Layout.fillWidth: true + focusPolicy: Qt.TabFocus + title: qsTr("Special E-Paper") + + CheckBox { + id: setTextCursorUnblinkingCheckBox + text: qsTr("Set the text cursor unblinking") + } + } + + GroupBox { + id: advancedGroupBox + width: 200 + height: 200 + Layout.fillWidth: true + focusPolicy: Qt.TabFocus + title: qsTr("Advanced") + + RowLayout { + id: rowLayout3 + anchors.fill: parent + + ColumnLayout { + id: columnLayout4 + width: 100 + height: 100 + + CheckBox { + id: showPropertiesCheckBox + text: qsTr("Show properties tool box") + } + + Button { + id: resetDockConfButton + text: qsTr("Reset dock configuration") + } + } + } + } + + GroupBox { + id: spellCheckingGroupBox + width: 200 + height: 200 + Layout.fillWidth: true + focusPolicy: Qt.TabFocus + title: qsTr("Spell checking") + + ColumnLayout { + id: columnLayout6 + anchors.fill: parent + } + } + } + } + } +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:1500;width:600} +} +##^##*/ + diff --git a/src/app/src/qml/Welcome/WelcomePage.qml b/src/app/src/qml/Welcome/WelcomePage.qml new file mode 100644 index 000000000..fde57d768 --- /dev/null +++ b/src/app/src/qml/Welcome/WelcomePage.qml @@ -0,0 +1,106 @@ +import QtQuick 2.15 +import eu.skribisto.projecthub 1.0 +import ".." + +WelcomePageForm { + property string pageType: "welcome" + + // Connections { + // target: plmData.projectHub() + // onProjectLoaded: console.log("loaded !!") + // } + + // pages : + projectPageButton.onClicked: { + stackLayout.currentIndex = 0 + stackLayout.itemAt(0).forceActiveFocus() + + } + examplePageButton.onClicked: { + stackLayout.currentIndex = 1 + stackLayout.itemAt(1).forceActiveFocus() + + } + settingsPageButton.onClicked: { + stackLayout.currentIndex = 2 + stackLayout.itemAt(2).forceActiveFocus() + + } + helpPageButton.onClicked: { + stackLayout.currentIndex = 3 + stackLayout.itemAt(3).forceActiveFocus() + + } + + //pages with tabbar : + projectPageTabButton.onClicked: { + stackLayout.currentIndex = 0 + stackLayout.itemAt(0).forceActiveFocus() + + } + examplePageTabButton.onClicked: { + stackLayout.currentIndex = 1 + stackLayout.itemAt(1).forceActiveFocus() + + } + settingsPageTabButton.onClicked: { + stackLayout.currentIndex = 2 + stackLayout.itemAt(2).forceActiveFocus() + + } + helpPageTabButton.onClicked: { + stackLayout.currentIndex = 3 + stackLayout.itemAt(3).forceActiveFocus() + + } + //compact mode : + tabBar.visible: Globals.compactSize + mainButtonsPane.visible: !Globals.compactSize + separator.visible: !Globals.compactSize + + + + Connections { + target: Globals + function onShowProjectPage() { + stackLayout.currentIndex = 0 + stackLayout.itemAt(0).forceActiveFocus() + } + } + + + + + + function init() { + //leftBase.onBaseWidthChanged.connect(changeLeftBaseWidth) + //rightBase.onBaseWidthChanged.connect(changeRightBaseWidth) + + //show Welcome window + + + // if (!error.success) { + // messageDialog.title = qsTr("") + // messageDialog.text = qsTr("") + // messageDialog.informativeText = "inf" + // messageDialog.detailedText = "det" + // messageDialog.visible = true + // } + + welcomeWindowAction.trigger() + + + } + + + onActiveFocusChanged: { + if (activeFocus) { + projectPageButton.forceActiveFocus() + } + } + + Component.onCompleted: { + + init() + } +} diff --git a/src/app/src/qml/Welcome/WelcomePageForm.ui.qml b/src/app/src/qml/Welcome/WelcomePageForm.ui.qml new file mode 100644 index 000000000..7d740a589 --- /dev/null +++ b/src/app/src/qml/Welcome/WelcomePageForm.ui.qml @@ -0,0 +1,192 @@ +import QtQuick 2.9 +import QtQuick.Layouts 1.3 +import QtQuick.Controls 2.2 + +Item { + property alias projectPageButton: projectPageButton + property alias examplePageButton: examplePageButton + property alias helpPageButton: helpPageButton + property alias settingsPageButton: settingsPageButton + property alias examplePageTabButton: examplePageTabButton + property alias helpPageTabButton: helpPageTabButton + property alias projectPageTabButton: projectPageTabButton + property alias settingsPageTabButton: settingsPageTabButton + + + property alias stackLayout: stackLayout + property alias tabBar: tabBar + property alias separator: separator + property alias mainButtonsPane: mainButtonsPane + + + ColumnLayout { + id: columnLayout2 + spacing: 0 + anchors.fill: parent + + TabBar { + id: tabBar + width: 240 + Layout.preferredHeight: 40 + Layout.fillWidth: true + + TabButton { + id: projectPageTabButton + text: qsTr("Project") + } + TabButton { + id: examplePageTabButton + text: qsTr("Examples") + } + TabButton { + id: settingsPageTabButton + text: qsTr("Settings") + } + + TabButton { + id: helpPageTabButton + text: qsTr("Help") + } + } + + RowLayout { + id: rowLayout + Layout.fillWidth: true + Layout.fillHeight: true + + Pane { + id: mainButtonsPane + width: 200 + height: 200 + Layout.minimumWidth: 200 + Layout.maximumWidth: 300 + Layout.preferredWidth: 200 + Layout.fillHeight: true + + ColumnLayout { + id: columnLayout1 + anchors.fill: parent + + Button { + id: projectPageButton + text: qsTr("Project") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + } + + Button { + id: examplePageButton + text: qsTr("Examples") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + } + + Button { + id: settingsPageButton + text: qsTr("Settings") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + } + + Button { + id: helpPageButton + text: qsTr("Help") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + } + + Item { + id: element + width: 200 + height: 200 + Layout.preferredWidth: 10 + Layout.fillHeight: true + } + } + } + + Rectangle { + id: separator + width: 200 + height: 200 + color: "#4e4e4e" + Layout.maximumWidth: 2 + Layout.fillHeight: true + } + + StackLayout { + id: stackLayout + width: 100 + height: 100 + Layout.fillWidth: true + Layout.fillHeight: true + + ProjectPage { + id: projectPage + } + + ExamplePage { + id: examplePage + } + + SettingsPage{ + id: settingsPage + } + + HelpPage { + id: helpPage + } + + } + } + } + + // ListView { + // id: listView + // anchors.fill: parent + // model: projectListModel + // delegate: projectItemDelegate + + // } + + // ListModel { + // id: projectListModel + // ListElement { + // name: "Grey" + // colorCode: "grey" + // } + + // ListElement { + // name: "Red" + // colorCode: "red" + // } + + // ListElement { + // name: "Blue" + // colorCode: "blue" + // } + + // ListElement { + // name: "Green" + // colorCode: "green" + // } + // } + // Component { + // id: projectItemDelegate + // Row { + // spacing: 10 + // Text { text: name } + // Text { text: '$' + cost } + // } + // } +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640}D{i:3;anchors_height:100;anchors_width:100} +D{i:12;anchors_height:200;anchors_width:200}D{i:13;anchors_height:100;anchors_width:100;anchors_x:0;anchors_y:0} +D{i:14;anchors_height:100;anchors_width:100;anchors_x:0;anchors_y:0}D{i:9;anchors_height:100;anchors_width:100} +D{i:30;anchors_height:200;anchors_width:200}D{i:31;anchors_height:100;anchors_width:100} +D{i:34;anchors_height:100;anchors_width:100}D{i:19;anchors_height:100;anchors_width:100;anchors_x:0;anchors_y:0} +D{i:18;anchors_height:200;anchors_width:200}D{i:38;anchors_height:100;anchors_width:100} +D{i:37;anchors_height:200;anchors_width:200}D{i:7;anchors_height:100;anchors_width:100} +D{i:1;anchors_height:100;anchors_width:100} +} +##^##*/ + diff --git a/src/app/src/qml/Write/EditView.qml b/src/app/src/qml/Write/EditView.qml new file mode 100644 index 000000000..62cc9b0a9 --- /dev/null +++ b/src/app/src/qml/Write/EditView.qml @@ -0,0 +1,189 @@ +import QtQuick 2.15 +import QtQml 2.15 +import QtQuick.Controls 2.15 +import Qt.labs.settings 1.1 +import '..' + +EditViewForm { + property int minimumHeight: 500 + + swipeView.currentIndex: 0 + + + italicToolButton.action: italicAction + boldToolButton.action: boldAction + strikeToolButton.action: strikeAction + underlineToolButton.action: underlineAction + + // fullscreen : + fullScreenToolButton.action: fullscreenAction + + + + + + Action{ + id: sizeAction + text: qsTr("Sizes") + icon { + name: "format-font-size-more" + height: 50 + width: 50 + } + + //shortcut: StandardKey. + onTriggered: { + swipeView.setCurrentIndex(1) + textWidthSlider.forceActiveFocus() + } + + } + sizeToolButton.action: sizeAction + + Action{ + id: fullScreenColorAction + text: qsTr("Full Screen Colors") + icon { + name: "color-picker-white" + height: 50 + width: 50 + } + + //shortcut: StandardKey. + onTriggered: { + swipeView.setCurrentIndex(2) + backroundColorTextField.forceActiveFocus() + } + + } + fullScreenColorToolButton.action: fullScreenColorAction + + + + Action{ + id: goBackAction + text: qsTr("Go back") + icon { + name: "go-previous" + height: 50 + width: 50 + } + + //shortcut: StandardKey.Backspace + onTriggered: { + swipeView.setCurrentIndex(0) + } + + } + + + goBackToolButton.action: goBackAction + goBack2ToolButton.action: goBackAction + + // textWidthSlider : + + textWidthLabel.visible: !Globals.compactSize + textWidthSlider.visible: !Globals.compactSize + + textWidthSlider.value: SkrSettings.writeSettings.textWidth + + Binding { + target: SkrSettings.writeSettings + property: "textWidth" + value: textWidthSlider.value + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + // textPointSizeSlider : + + textPointSizeSlider.value: SkrSettings.writeSettings.textPointSize + + + Binding { + target: SkrSettings.writeSettings + property: "textPointSize" + value: textPointSizeSlider.value + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + // Font family combo : + fontFamilyComboBox.model: skrFonts.getModel() + + Binding { + target: SkrSettings.writeSettings + property: "textFontFamily" + value: fontFamilyComboBox.currentText + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + // needed because the SkrSettings won't work for FontFamily + Settings{ + id: settings + category: "write" + } + + function loadFontFamily(){ + var fontFamily = settings.value("textFontFamily", Qt.application.font.family) + console.log("fontFamily", fontFamily) + console.log("fontFamily", Qt.application.font.family) + + var index = fontFamilyComboBox.find(fontFamily) + console.log("index", index) + if(index === -1){ + index = fontFamilyComboBox.find(Qt.application.font.family) + } + console.log("index", index) + + fontFamilyComboBox.currentIndex = index + } + + // Indent : + textIndentSlider.value: SkrSettings.writeSettings.textIndent + + Binding { + target: SkrSettings.writeSettings + property: "textIndent" + value: textIndentSlider.value + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + // Margins : + textTopMarginSlider.value: SkrSettings.writeSettings.textTopMargin + + Binding { + target: SkrSettings.writeSettings + property: "textTopMargin" + value: textTopMarginSlider.value + delayed: true + restoreMode: Binding.RestoreBindingOrValue + } + + + Component.onCompleted: { + loadFontFamily() + } + + + + // go back when losing focus + + swipeView.onActiveFocusChanged: { + console.log('activeFocus', swipeView.activeFocus) + if(!swipeView.activeFocus){ + goBackAction.trigger() + } + } + + + //focus + onActiveFocusChanged: { + if (activeFocus) { + //swipeView.currentIndex = 0 + italicToolButton.forceActiveFocus() + } + } +} diff --git a/src/app/src/qml/Write/EditViewForm.ui.qml b/src/app/src/qml/Write/EditViewForm.ui.qml new file mode 100644 index 000000000..0f9278709 --- /dev/null +++ b/src/app/src/qml/Write/EditViewForm.ui.qml @@ -0,0 +1,251 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import QtQuick.Window 2.15 + +Item { + property alias swipeView: swipeView + property alias italicToolButton: italicToolButton + property alias boldToolButton: boldToolButton + property alias strikeToolButton: strikeToolButton + property alias sizeToolButton: sizeToolButton + property alias underlineToolButton: underlineToolButton + property alias fullScreenToolButton: fullScreenToolButton + property alias goBackToolButton: goBackToolButton + property alias textWidthLabel: textWidthLabel + property alias textWidthSlider: textWidthSlider + property alias textPointSizeSlider: textPointSizeSlider + property alias fontFamilyComboBox: fontFamilyComboBox + property alias textTopMarginSlider: textTopMarginSlider + property alias textIndentSlider: textIndentSlider + property alias fullScreenColorToolButton: fullScreenColorToolButton + property alias goBack2ToolButton: goBack2ToolButton + property alias backroundColorTextField: backroundColorTextField + property alias backgroundColorToolButton: backgroundColorToolButton + + + SwipeView { + id: swipeView + interactive: false + anchors.fill: parent + + Item { + id: mainPage + + ColumnLayout { + anchors.fill: parent + + GroupBox { + id: groupBox + padding: 5 + Layout.fillWidth: true + title: qsTr("Edit text") + + GridLayout { + id: gridLayout + columns: gridLayout.width / italicToolButton.width - 1 + anchors.left: parent.left + anchors.right: parent.right + columnSpacing: 5 + rowSpacing: 5 + + ToolButton { + id: italicToolButton + text: qsTr("Italic") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + ToolButton { + id: boldToolButton + text: qsTr("Bold") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + ToolButton { + id: strikeToolButton + text: qsTr("Strike") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + + ToolButton { + id: underlineToolButton + text: qsTr("Underline") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + } + } + GroupBox { + id: groupBox2 + padding: 5 + Layout.fillWidth: true + title: qsTr("Display") + + GridLayout { + id: gridLayout2 + columnSpacing: 5 + rowSpacing: 5 + columns: gridLayout2.width / fullScreenToolButton.width - 1 + anchors.left: parent.left + anchors.right: parent.right + + ToolButton { + id: fullScreenToolButton + text: qsTr("Full screen") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + + ToolButton { + id: sizeToolButton + text: qsTr("Size") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + ToolButton { + id: fullScreenColorToolButton + text: qsTr("Full screen Colors") + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + display: AbstractButton.IconOnly + } + } + } + + Item { + id: stretcher + Layout.fillHeight: true + Layout.fillWidth: true + } + } + } + + Item { + id: sizePage + ColumnLayout { + anchors.fill: parent + + ToolButton { + id: goBackToolButton + text: qsTr("Go back") + display: AbstractButton.IconOnly + } + + Label { + id: textWidthLabel + text: qsTr("Text width :") + } + + Slider { + id: textWidthSlider + from: writingZone.width / 4 + to: Screen.width + } + + Label { + text: qsTr("Text size :") + } + + Slider { + id: textPointSizeSlider + snapMode: Slider.SnapOnRelease + stepSize: 1 + from: 8 + to: 40 + } + + ComboBox { + id: fontFamilyComboBox + wheelEnabled: true + Layout.fillWidth: true + } + Label { + text: qsTr("Text indent :") + } + + Slider { + id: textIndentSlider + snapMode: Slider.SnapOnRelease + stepSize: 1 + from: 0 + to: 200 + } + + Label { + text: qsTr("Top margin :") + } + + Slider { + id: textTopMarginSlider + snapMode: Slider.SnapOnRelease + stepSize: 1 + from: 0 + to: 30 + } + } + } + + Item { + id: fullScreenColorPage + + ColumnLayout { + id: columnLayout + anchors.fill: parent + + ToolButton { + id: goBack2ToolButton + text: qsTr("Go back") + display: AbstractButton.IconOnly + } + + RowLayout { + id: rowLayout + Layout.fillWidth: true + + Label { + id: label + text: qsTr("Background :") + } + + TextField { + id: backroundColorTextField + text: qsTr("Text Field") + } + + ToolButton { + id: backgroundColorToolButton + text: qsTr("Tool Button") + } + } + + RowLayout { + id: rowLayout1 + Layout.fillWidth: true + + Label { + id: label2 + text: qsTr("Paper :") + } + + TextField { + id: paperColorTextField + text: qsTr("#1234") + } + + ToolButton { + id: paperColorToolButton + text: qsTr("") + } + } + } + } + } + } + + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/Write/NotePad.qml b/src/app/src/qml/Write/NotePad.qml new file mode 100644 index 000000000..23b0a89f5 --- /dev/null +++ b/src/app/src/qml/Write/NotePad.qml @@ -0,0 +1,914 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import eu.skribisto.searchnotelistproxymodel 1.0 +import eu.skribisto.skrusersettings 1.0 +import "../Commons" +import ".." + +NotePadForm { + id: root + property int minimumHeight: 300 + + + property int projectId: -2 + property int sheetId: -2 + property int currentNoteId: -2 + + onProjectIdChanged: { + populateNoteListModel() + } + onSheetIdChanged: { + populateNoteListModel() + } + + + ListModel { + id: noteListModel + } + + noteRepeater.model: noteListModel + + // force focus on first child + noteFlow.activeFocusOnTab: true + noteFlow.onActiveFocusChanged: { + if(noteFlow.children.length > 1){ // means there is no children + var first = noteFlow.children[0] + first.forceActiveFocus() + first.isSelected = true + return + } + + } + + Component { + id: noteFlowComponent + Rectangle { + id: itemBase + width: childrenRect.width + 10 + height: childrenRect.height + 10 + color: isOpened ? "cyan" : "lightskyblue" + border.color: isSelected ? "blue" : "lightskyblue" + border.width: 1 + radius : height / 2 + property int projectId: model.itemProjectId + property int sheetId: model.itemSheetId + property int noteId: model.itemNoteId + property string noteTitle: model.title + property int isSynopsis: -2 + property bool isSelected: false + property bool isOpened: false + + + focus: true + + + + TapHandler { + id: tapHandler + onSingleTapped: { + //reset other notes : + var i; + for(i = 0; i < noteRepeater.count; i++) { + noteRepeater.itemAt(i).isOpened = false + } + + itemBase.isOpened = true + //open in noteTextArea + openDocument(projectId, noteId) + + + } + onDoubleTapped: { + //reset other notes : + var i; + for(i = 0; i < noteRepeater.count; i++) { + noteRepeater.itemAt(i).isOpened = false + } + + itemBase.isOpened = true + Globals.openNoteInNewTabCalled(itemBase.projectId, itemBase.noteId) + + + } + } + + + TapHandler { + id: rightClickHandler + acceptedButtons: Qt.RightButton + onSingleTapped: { + rightClickMenu.popup() + + + } + } + + Menu{ + id: rightClickMenu + + MenuItem { + id: renameMenuItem + text: qsTr("Rename") + + onTriggered: { + + } + } + + MenuItem { + id: dissociateNoteMenu + text: qsTr("Dissociate") + + onTriggered: { + plmData.noteHub().removeSheetNoteRelationship(projectId, sheetId, model.itemNoteId) + } + } + MenuItem { + id: moveNoteToTrashMenuItem + text: qsTr("Send to trash") + + onTriggered: { + moveToTrashOrNotDialog.projectId = projectId + moveToTrashOrNotDialog.noteId = model.itemNoteId + moveToTrashOrNotDialog.sheetId = itemBase.sheetId + moveToTrashOrNotDialog.noteName = model.title + moveToTrashOrNotDialog.open() + moveToTrashOrNotDialog.forceActiveFocus() + } + } + + } + + + SimpleDialog { + property int projectId: -2 + property int noteId: -2 + property int sheetId: -2 + property string noteName: "" + + id: moveToTrashOrNotDialog + title: qsTr("Warning") + text: qsTr("Do you want to move the note \"%1\" to the trash ?").arg(noteName) + standardButtons: Dialog.Yes | Dialog.Cancel + + onRejected: { + + } + + onAccepted: { + + plmData.noteHub().setTrashedWithChildren(projectId, noteId, true) + plmData.noteHub().removeSheetNoteRelationship(projectId, sheetId, noteId) + + } + } + + TapHandler { + id: shiftTapHandler + acceptedModifiers: Qt.ShiftModifier + onSingleTapped: { + //reset other notes : + var i; + for(i = 0; i < noteRepeater.count; i++) { + noteRepeater.itemAt(i).isOpened = false + } + itemBase.isOpened = true + Globals.openNoteInNewTabCalled(itemBase.projectId, itemBase.noteId) + } + } + + + Keys.onPressed: { + if ((event.modifiers & Qt.ShiftModifier) && event.key === Qt.Key_Delete){ + console.log("Shift delete key pressed ") + // move the note to trash + + moveToTrashOrNotDialog.projectId = projectId + moveToTrashOrNotDialog.noteId = itemBase.noteId + moveToTrashOrNotDialog.sheetId = itemBase.sheetId + moveToTrashOrNotDialog.noteName = itemBase.noteTitle + moveToTrashOrNotDialog.open() + moveToTrashOrNotDialog.forceActiveFocus() + //TODO: fix that and Del Shortcut from Navigation + + + } + else if (event.key === Qt.Key_Delete){ + console.log("Delete key pressed: dissociate ") + // dissociate + plmData.noteHub().removeSheetNoteRelationship(projectId, sheetId, model.itemNoteId) + + } + + if (event.key === Qt.Key_Right || event.key === Qt.Key_Down ){ + + itemBase.isSelected = false + if(model.index === noteRepeater.count - 1){ + noteRepeater.itemAt(0).forceActiveFocus() + noteRepeater.itemAt(0).isSelected = true + + } + else{ + noteRepeater.itemAt(model.index + 1).forceActiveFocus() + noteRepeater.itemAt(model.index + 1).isSelected = true + } + + } + if (event.key === Qt.Key_Left || event.key === Qt.Key_Up ){ + + itemBase.isSelected = false + if(model.index === 0){ + noteRepeater.itemAt(noteRepeater.count - 1).forceActiveFocus() + noteRepeater.itemAt(noteRepeater.count - 1).isSelected = true + } + else{ + noteRepeater.itemAt(model.index - 1).forceActiveFocus() + noteRepeater.itemAt(model.index - 1).isSelected = true + } + + } + } + + Accessible.role: Accessible.ListItem + Accessible.name: model.title + Accessible.description: qsTr("note related to the current sheet") + + RowLayout{ + id: noteLayout + anchors.left: parent.left + anchors.top: parent.top + + anchors.margins : 5 + + Text{ + id: noteTitle + text: model.title + horizontalAlignment: Qt.AlignHCenter + verticalAlignment: Qt.AlignHCenter + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + + Layout.fillWidth: true + Layout.fillHeight: true + } + + RoundButton { + id: removeRelationshipButton + Layout.preferredWidth: 0 + Layout.maximumHeight: noteTitle.height + padding:1 + icon.name: "list-remove" + onReleased:{ + plmData.noteHub().removeSheetNoteRelationship(projectId, sheetId, model.itemNoteId) + } + + activeFocusOnTab: false + + } + } + + HoverHandler { + id: hoverHandler + + } + state: hoverHandler.hovered ? "visible_removeRelationshipButton": "" + + states:[ + State { + name: "visible_removeRelationshipButton" + PropertyChanges { target: removeRelationshipButton; Layout.preferredWidth: noteTitle.height} + } + ] + + transitions: [ + Transition { + from: "" + to: "visible_removeRelationshipButton" + NumberAnimation {target: removeRelationshipButton; property: "Layout.preferredWidth";duration: 300; easing.type: Easing.OutCubic } + }, + Transition { + from: "visible_removeRelationshipButton" + to: "" + NumberAnimation { target: removeRelationshipButton; property: "Layout.preferredWidth";duration: 300; easing.type: Easing.OutCubic } + + } + ] + } + + } + + function populateNoteListModel(){ + if(projectId === -2 || sheetId === -2){ + noteListModel.clear() + return + } + + noteListModel.clear() + + var noteList = plmData.noteHub().getNotesFromSheetId(projectId, sheetId) + + var i; + for (i = 0; i < noteList.length ; i++){ + var noteId = noteList[i] + + var title = plmData.noteHub().getTitle(projectId, noteId) + + noteListModel.append({title: title, itemProjectId: projectId, itemSheetId: sheetId, itemNoteId: noteId}) + } + + } + + //-------------------------------------------- + //---------- note writing zone------------------------ + //-------------------------------------------- + + noteWritingZone.textPointSize: SkrSettings.notePadSettings.textPointSize + noteWritingZone.textFontFamily: SkrSettings.notePadSettings.textFontFamily + noteWritingZone.textIndent: SkrSettings.notePadSettings.textIndent + noteWritingZone.textTopMargin: SkrSettings.notePadSettings.textTopMargin + // save content once after writing: + noteWritingZone.textArea.onTextChanged: { + + + + // create if nothing opened + if(currentNoteId === -2 && noteWritingZone.textArea.length === 1){ + + //cancel if time too short between note creations + if(notePadPrivateObject.creationProtectionEnabled){ + return + } + notePadPrivateObject.creationProtectionEnabled = true + newOnTheFlyNoteCreationProtectionTimer.start() + + notePadPrivateObject.newText = noteWritingZone.text + console.log("notped :", notePadPrivateObject.newText) + + //create basic note + var error = plmData.noteHub().addNoteRelatedToSheet(projectId, sheetId) + if (!error.success){ + //TODO: add notification + return + } + + var noteId = error.getDataList()[0] + + // set title + var title = titleTextField.text + plmData.noteHub().setTitle(projectId, noteId, qsTr("New note")) + + + + noteIdToOpen = noteId + openDocumentAfterClosingPopupTimer.start() + newOnTheFlyNotePositionAndTextTimer.start() + } + + + + + if(contentSaveTimer.running){ + contentSaveTimer.stop() + } + contentSaveTimer.start() + } + + Timer{ + id: newOnTheFlyNoteCreationProtectionTimer + repeat: false + interval: 500 + onTriggered: { + notePadPrivateObject.creationProtectionEnabled = false + } + } + + QtObject{ + id: notePadPrivateObject + property string newText: "" + property bool creationProtectionEnabled: false + + } + + Timer{ + id: newOnTheFlyNotePositionAndTextTimer + repeat: false + interval: 0 + onTriggered: { + noteWritingZone.text = notePadPrivateObject.newText + plmData.noteHub().setContent(projectId, noteIdToOpen, notePadPrivateObject.newText) + noteWritingZone.textArea.cursorPosition = 1 + } + } + + + + + + Timer{ + id: contentSaveTimer + repeat: false + interval: 1000 + onTriggered: saveContent() + } + + function saveContent(){ + if(projectId !== -2 && currentNoteId !== -2){ + console.log("saving note in notepad") + plmData.noteHub().setContent(projectId, currentNoteId, noteWritingZone.text) + } + } + + +// noteWritingZone.onActiveFocusChanged: { +// noteWritingZone.text = plmData.sheetHub().getContent(projectId, currentNoteId) +// restoreCurrentPaperCursorPositionAndY() +//} + + + // project to be closed : + Connections{ + target: plmData.projectHub() + function onProjectToBeClosed(projectId) { + + if (projectId === this.projectId){ + // save + saveContent() + //TODO: saveCurrentPaperCursorPositionAndY() + + } + } + } + + + SkrUserSettings { + id: skrUserSettings + } + + function openDocument(_projectId, _noteId) { + // save current + if(projectId !== -2 && currentNoteId !== -2 ){ + saveContent() + saveCurrentPaperCursorPositionAndY() + } + + + noteWritingZone.text = plmData.noteHub().getContent(_projectId, _noteId) + + // apply format + noteWritingZone.documentHandler.indentEverywhere = SkrSettings.notePadSettings.textIndent + noteWritingZone.documentHandler.topMarginEverywhere = SkrSettings.notePadSettings.textTopMargin + + + + currentNoteId = _noteId + projectId = _projectId + + restoreCurrentPaperCursorPositionAndY() + + noteWritingZone.forceActiveFocus() + //save : + //skrUserSettings.setProjectSetting(projectId, "writeCurrentPaperId", _noteId) + + // start the timer for automatic position saving + if(!saveCurrentPaperCursorPositionAndYTimer.running){ + saveCurrentPaperCursorPositionAndYTimer.start() + } + + } + + function restoreCurrentPaperCursorPositionAndY(){ + + //get cursor position + var position = skrUserSettings.getFromProjectSettingHash( + projectId, "notePadPositionHash", currentNoteId, 0) + //get Y + var visibleAreaY = skrUserSettings.getFromProjectSettingHash( + projectId, "notePadYHash", currentNoteId, 0) + console.log("newCursorPosition", position) + + // set positions : + writingZone.setCursorPosition(position) + writingZone.flickable.contentY = visibleAreaY + + } + + + function saveCurrentPaperCursorPositionAndY(){ + + if(paperId != -2 || currentNoteId != -2){ + //save cursor position of current document : + + var previousCursorPosition = noteWritingZone.cursorPosition + console.log("previousCursorPosition", previousCursorPosition) + var previousY = noteWritingZone.flickable.contentY + console.log("previousContentY", previousY) + skrUserSettings.insertInProjectSettingHash( + projectId, "notePadPositionHash", currentNoteId, + previousCursorPosition) + skrUserSettings.insertInProjectSettingHash(projectId, + "notePadYHash", + currentNoteId, + previousY) + } + } + + Timer{ + id: saveCurrentPaperCursorPositionAndYTimer + repeat: true + interval: 10000 + onTriggered: saveCurrentPaperCursorPositionAndY() + } + + + + //-------------------------------------------- + //---------- set title------------------------ + //-------------------------------------------- + + Connections{ + target: plmData.noteHub() + function onTitleChanged(projectId, noteId, newTitle){ + if(projectId !== root.projectId){ + return + } + + var i; + for(i=0; i < noteListModel.count; i++){ + var item = noteListModel.get(i) + + if (item.itemNoteId === noteId){ + + noteListModel.setProperty(i, "title", newTitle) + break + } + + } + + + } + + } + //-------------------------------------------- + //---------- Add Note------------------------ + //-------------------------------------------- + + Action { + id: addNoteAction + text: qsTr("Add note") + icon.name: "list-add" + onTriggered: { + + titleEditPopup.open() + } + } + addNoteMenuToolButton.action: addNoteAction + + + Connections{ + target: plmData.noteHub() + function onSheetNoteRelationshipAdded(projectId, sheetId, noteId){ + if(sheetId !== root.sheetId){ + return + } + + var title = plmData.noteHub().getTitle(projectId, noteId) + noteListModel.append({title: title, itemProjectId: projectId, itemSheetId: sheetId, itemNoteId: noteId}) + + } + + } + + //proxy model for search : + + SKRSearchNoteListProxyModel { + id: searchProxyModel + showTrashedFilter: false + showNotTrashedFilter: true + projectIdFilter: projectId + } + + + + //--------------------------------------------- + property int noteIdToOpen: -2 + Timer{ + id: openDocumentAfterClosingPopupTimer + repeat: false + interval: 0 + onTriggered: { + //reset other notes : + var i; + for(i = 0; i < noteRepeater.count; i++) { + var item = noteRepeater.itemAt(i) + if(item.noteId === noteIdToOpen){ + + item.isOpened = true + } + else{ + + item.isOpened = false + } + } + + root.openDocument(item.projectId, noteIdToOpen) + } + + } + //--------------------------------------------- + Popup { + id: titleEditPopup + x: addNoteMenuToolButton.x - 200 + y: addNoteMenuToolButton.y + addNoteMenuToolButton.height + width: 200 + height: 200 + modal: false + closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent + padding: 0 + + + ColumnLayout { + anchors.fill: parent + TextField { + id: titleTextField + Layout.fillWidth: true + + selectByMouse: true + + + onVisibleChanged: { + if (visible){ + titleTextField.text = "test" + titleTextField.forceActiveFocus() + titleTextField.selectAll() + } + } + + onAccepted: { + + //create basic note + var error = plmData.noteHub().addNoteRelatedToSheet(projectId, sheetId) + if (!error.success){ + //TODO: add notification + return + } + + var noteId = error.getDataList()[0] + + // set title + var title = titleTextField.text + plmData.noteHub().setTitle(projectId, noteId, title) + + // add to model + //noteListModel.append({title: title, itemProjectId: projectId, itemSheetId: sheetId, itemNoteId: noteId}) + + noteIdToOpen = noteId + openDocumentAfterClosingPopupTimer.start() + + + titleEditPopup.close() + } + + onTextChanged: { + searchProxyModel.textFilter = text + } + + Keys.priority: Keys.BeforeItem + Keys.onPressed: { + if (event.key === Qt.Key_Down){ + if(searchResultList.count > 0){ + searchResultList.itemAtIndex(0).forceActiveFocus() + } + } + + } + } + + ScrollView { + id: searchListScrollView + focusPolicy: Qt.StrongFocus + Layout.fillWidth: true + Layout.fillHeight: true + clip: true + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded + + ListView { + id: searchResultList + anchors.fill: parent + clip: true + smooth: true + focus: true + boundsBehavior: Flickable.StopAtBounds + + + model: searchProxyModel + interactive: true + spacing: 1 + delegate: Component { + id: itemDelegate + + Item { + id: delegateRoot + height: 30 + focus: true + + + anchors { + left: Qt.isQtObject(parent) ? parent.left : undefined + right: Qt.isQtObject(parent) ? parent.right : undefined + leftMargin: 5 + rightMargin: 5 + } + + TapHandler { + id: tapHandler + onSingleTapped: { + searchResultList.currentIndex = model.index + delegateRoot.forceActiveFocus() + eventPoint.accepted = true + } + onDoubleTapped: { + //create relationship with note + + var noteId = model.paperId + var error = plmData.noteHub().setSheetNoteRelationship(model.projectId, sheetId, noteId ) + + if (!error.success){ + //TODO: add notification + return + } + + noteIdToOpen = noteId + openDocumentAfterClosingPopupTimer.start() + titleEditPopup.close() + + } + } + + // Shortcut { + // sequences: ["Return", "Space"] + // onActivated: { + + // //create relationship with note + + // var noteId = model.paperId + // var error = plmData.noteHub().setSheetNoteRelationship(model.projectId, sheetId, noteId ) + + // if (!error.success){ + // //TODO: add notification + // return + // } + + // titleEditPopup.close() + + // } + + // //enabled: listView.activeFocus + // } + + //Keys.shortcutOverride: event.accepted = (event.key === Qt.Key_Return || event.key === Qt.Key_Space) + Keys.priority: Keys.AfterItem + + Keys.onPressed: { + if (event.key === Qt.Key_Return || event.key === Qt.Key_Space){ + console.log("Return key pressed title") + + //create relationship with note + + var noteId = model.paperId + var error = plmData.noteHub().setSheetNoteRelationship(model.projectId, sheetId, noteId ) + + if (!error.success){ + //TODO: add notification + return + } + + noteIdToOpen = noteId + openDocumentAfterClosingPopupTimer.start() + titleEditPopup.close() + + + + } + + + + + } + + + + + Text { + text: model.name + anchors.fill: parent + horizontalAlignment: Qt.AlignLeft + verticalAlignment: Qt.AlignVCenter + } + } + } + + highlight: Component { + id: highlight + Rectangle { + // x: 0 + // y: searchResultList.currentItem.y + 1 + // width: searchResultList.width + // height: searchResultList.currentItem.height - 1 + // color: "transparent" + radius: 5 + border.color: "lightsteelblue" + border.width: 2 + visible: searchResultList.activeFocus + Behavior on y { + SpringAnimation { + spring: 3 + damping: 0.2 + } + } + } + } + + + section.property: "projectId" + section.criteria: ViewSection.FullString + section.labelPositioning: ViewSection.CurrentLabelAtStart | + ViewSection.InlineLabels + section.delegate: sectionHeading + + // The delegate for each section header + Component { + id: sectionHeading + Rectangle { + width: searchResultList.width + height: childrenRect.height + color: "lightsteelblue" + + required property string section + + Text { + text: qsTr("Existing notes") + font.bold: true + //font.pixelSize: 20 + } + } + } + } + } + } + } + + + //-------------------------------------------- + //------- Remove Note relationship with sheet + //-------------------------------------------- + + Connections{ + target: plmData.noteHub() + function onSheetNoteRelationshipRemoved(projectId, sheetId, noteId){ + if(sheetId !== root.sheetId){ + return + } + console.log("removing") + var i; + for(i=0; i < noteListModel.count; i++){ + var item = noteListModel.get(i) + + if (item.itemNoteId === noteId){ + console.log("removing " + i) + noteListModel.remove(i) + + // clear: + if(currentNoteId === noteId){ + + contentSaveTimer.stop() + currentNoteId = -2 + noteWritingZone.clear() + } + + break + } + + } + + } + + } + + + + onActiveFocusChanged: { + if (activeFocus) { + openSynopsisToolButton.forceActiveFocus() + } + } +} + + + + + + + + + diff --git a/src/app/src/qml/Write/NotePadForm.ui.qml b/src/app/src/qml/Write/NotePadForm.ui.qml new file mode 100644 index 000000000..9b823fce2 --- /dev/null +++ b/src/app/src/qml/Write/NotePadForm.ui.qml @@ -0,0 +1,135 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import "../Commons" + +Item { + id: base + property alias noteFlow: noteFlow + property alias noteWritingZone: noteWritingZone + property alias openSynopsisToolButton: openSynopsisToolButton + property alias openNoteInNewTabToolButton: openNoteInNewTabToolButton + property alias addNoteMenuToolButton: addNoteMenuToolButton + property alias noteRepeater: noteRepeater + + + Pane { + id: pane + clip: true + anchors.fill: parent + + ColumnLayout { + id: columnLayout + spacing: 0 + anchors.fill: parent + + ToolBar { + id: toolBar + Layout.maximumHeight: 40 + Layout.preferredHeight: 40 + Layout.fillWidth: true + + // Item { + // id: element + // Layout.fillHeight: true + // Layout.fillWidth: true + // } + RowLayout { + id: rowLayout + spacing: 1 + anchors.fill: parent + + Item { + id: element + Layout.fillHeight: true + Layout.fillWidth: true + } + + ToolButton { + id: openSynopsisToolButton + flat: true + text: qsTr("Show synopsis") + display: AbstractButton.IconOnly + } + + ToolButton { + id: openNoteInNewTabToolButton + text: qsTr("Open note") + flat: true + display: AbstractButton.IconOnly + } + + + + + ToolButton { + id: addNoteMenuToolButton + flat: true + display: AbstractButton.IconOnly + } + + } + } + + ScrollView { + id: scrollView + Layout.maximumHeight: 100 + Layout.minimumHeight: 40 + focusPolicy: Qt.StrongFocus + Layout.fillWidth: true + clip: true + ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + ScrollBar.vertical.policy: ScrollBar.AsNeeded + + Flickable { + boundsBehavior: Flickable.StopAtBounds + contentWidth: scrollView.width + contentHeight: noteFlow.height + //contentHeight: leftDockColumnLayout.height + Flow { + id: noteFlow + width: scrollView.width + // width: parent.width + // anchors.left: parent.left + // anchors.top: parent.top + // anchors.topMargin: 0 + // anchors.leftMargin: 0 + spacing: 20 + padding: 0 + antialiasing: true + clip: true + focus: true + + Repeater { + id: noteRepeater + + delegate: noteFlowComponent + + + } + + Accessible.role: Accessible.List + Accessible.name: qsTr("Notes list") + Accessible.description: "Empty list of related notes" + } + } + } + + WritingZone { + id: noteWritingZone + placeholderText: "Type your note here..." + Layout.fillWidth: true + Layout.fillHeight: true + stretch: true + leftScrollItemVisible: false + } + } + } +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:300} +} +##^##*/ + diff --git a/src/app/src/qml/Write/WriteLeftDock.qml b/src/app/src/qml/Write/WriteLeftDock.qml new file mode 100644 index 000000000..3b83a1ce0 --- /dev/null +++ b/src/app/src/qml/Write/WriteLeftDock.qml @@ -0,0 +1,232 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import Qt.labs.settings 1.1 +import eu.skribisto.sheetlistproxymodel 1.0 +import eu.skribisto.searchsheetlistproxymodel 1.0 +import eu.skribisto.writedocumentlistmodel 1.0 +import eu.skribisto.skrusersettings 1.0 +import ".." + +WriteLeftDockForm { + id: root + + + SkrUserSettings { + id: skrUserSettings + } + + splitView.handle: Item { + implicitHeight: 8 + RowLayout { + anchors.fill: parent + Rectangle { + Layout.preferredWidth: 20 + Layout.preferredHeight: 5 + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + color: "lightgrey" + } + } + } + + + //----------------------------------------------------------- + + Shortcut { + id: navigationMenuShortcut + enabled: root.enabled + + } + + + //----------------------------------------------------------- + + + //Menu : + property list menuComponents: [ + Component{ + id: navigationDockMenuComponent + Menu { + id: navigationDockMenu + objectName: "navigationDockMenu" + title: qsTr("&Navigation dock") + + Component.onCompleted: { + + navigationMenuShortcut.sequence = skrQMLTools.mnemonic(title) + navigationMenuShortcut.activated.connect(function() { + Globals.openSubMenuCalled(navigationDockMenu) + }) + } + + + MenuItem { + text: qsTr("&Navigation") + onTriggered: { + if(Globals.compactSize){ + leftDrawer.open() + } + navigationFrame.folded = false + navigation.forceActiveFocus() + } + } + + MenuItem { + text: qsTr("&Documents") + onTriggered: { + if(Globals.compactSize){ + leftDrawer.open() + } + documentFrame.folded = false + documentView.forceActiveFocus() + } + } + } + } + ] + + //Navigation List : + //----------------------------------------------------------- + + PLMSheetListProxyModel { + id: proxyModel + } + + navigation.treeListViewProxyModel: proxyModel + + + SKRSearchSheetListProxyModel { + id: trashedSheetProxyModel + showTrashedFilter: true + showNotTrashedFilter: false + } + navigation.trashedListViewProxyModel: trashedSheetProxyModel + + + SKRSearchSheetListProxyModel { + id: restoreSheetProxyModel + showTrashedFilter: true + showNotTrashedFilter: false + } + navigation.restoreListViewProxyModel: restoreSheetProxyModel + + + + + + + function restoreSheetList(projectId, sheetIdList){ + // restore is difficult to explain : a restored parent will restore its children, even those trashed years before. To avoid that, + // children trashed at the same minute will be checked to allow restore. The older ones will stay unchecked by default. + // All that is done in RestoreView.qml + + var i + for(i = 0 ; i < sheetIdList.length ; i++){ + plmData.sheetHub().untrashOnlyOnePaper(projectId, sheetIdList[i]) + } + + + console.log("restored: sheet:", sheetIdList) + } + + + + + + + + + + + + //----------------------------------------------------------- + + //Document List : + //----------------------------------------------------------- + documentView.model: plmModels.writeDocumentListModel() + documentView.documentModel: plmModels.writeDocumentListModel() + + //----------------------------------------------------------- + + + //----------------------------------------------------------- + + //----------------------------------------------------------- + transitions: [ + Transition { + + PropertyAnimation { + properties: "implicitWidth" + easing.type: Easing.InOutQuad + duration: 500 + } + } + ] + + property alias settings: settings + + Settings { + id: settings + category: "writeLeftDock" + property var dockSplitView + property bool navigationFrameFolded: navigationFrame.folded + property bool documentFrameFolded: documentFrame.folded + } + + function setCurrentPaperId(projectId, paperId) { + proxyModel.setCurrentPaperId(projectId, paperId) + } + function setOpenedPaperId(projectId, paperId) { + navigation.openedProjectId = projectId + navigation.openedPaperId = paperId + } + + + PropertyAnimation { + target: navigationFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + + + function loadConf(){ + + navigationFrame.folded = settings.navigationFrameFolded + documentFrame.folded = settings.documentFrameFolded + splitView.restoreState(settings.dockSplitView) + + + } + + function resetConf(){ + navigationFrame.folded = false + documentFrame.folded = false + splitView.restoreState("") + + } + + Component.onCompleted: { + + + loadConf() + navigation.openDocument.connect(Globals.openSheetCalled) + navigation.openDocumentInNewTab.connect(Globals.openSheetInNewTabCalled) + navigation.openDocumentInNewWindow.connect(Globals.openSheetInNewWindowCalled) + navigation.restoreDocumentList.connect(root.restoreSheetList) + Globals.resetDockConfCalled.connect(resetConf) + + + } + Component.onDestruction: { + + settings.dockSplitView = splitView.saveState() + + } + + onEnabledChanged: { + if(enabled){ + + } + } +} diff --git a/src/app/src/qml/Write/WriteLeftDockForm.ui.qml b/src/app/src/qml/Write/WriteLeftDockForm.ui.qml new file mode 100644 index 000000000..89aecf6d2 --- /dev/null +++ b/src/app/src/qml/Write/WriteLeftDockForm.ui.qml @@ -0,0 +1,212 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." +import "../Commons" + +Item { + id: base + //implicitWidth: 300 + property int fixedWidth: 300 + //property alias dockPane: dockPane + property alias splitView: splitView + property alias documentFrame: documentFrame + property alias documentView: documentView + property alias navigationFrame: navigationFrame + property alias navigation: navigation + + Pane { + id: dockPane + anchors.fill: parent + + ColumnLayout { + id: columnLayout2 + spacing: 0 + anchors.fill: parent + Item { + id: scrollViewBase + Layout.fillHeight: true + Layout.fillWidth: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Item { + id: foldableScrollViewBase + clip: true + anchors.fill: parent + + ScrollView { + id: scrollView + anchors.fill: parent + Flickable { + boundsBehavior: Flickable.StopAtBounds + contentWidth: splitView.width + contentHeight: splitView.height + + SplitView { + id: splitView + orientation: Qt.Vertical + implicitWidth: scrollView.width + implicitHeight: base.height > 1000 ? base.height : 1000 + // ColumnLayout { + // id: leftDockColumnLayout + + width: scrollView.width + + ToolFrame { + id: navigationFrame + folded: false + title: qsTr("Navigation") + SplitView.preferredHeight: folded ? dynamicHeight : 500 + SplitView.minimumHeight: folded ? dynamicHeight : 400 + //SplitView.maximumHeight : folded ? dynamicHeight : 600 + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + Navigation { + id: navigation + clip: true + } + } + ToolFrame { + id: documentFrame + folded: true + title: qsTr("Opened documents") + + SplitView.preferredHeight: folded ? dynamicHeight : 300 + SplitView.minimumHeight: folded ? dynamicHeight : 200 + SplitView.maximumHeight : folded ? dynamicHeight : 600 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + DocumentListView { + id: documentView + clip: true + } + } + + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // id: writeTreeView + // width: scrollview.contentWidth + // height: 600 + + // } + // Loader{ + // id: toolsHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Tools") + + // } + // Flow{ + // width: scrollview.contentWidth + + // ToolButton { + // flat: true + // action: fullscreenAction + + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // } + } + //contentWidth: width + + // ColumnLayout { + // id: columnLayout + // //width: scrollview.contentWidth + + // Component{ + // id: toolHeaderComp + // RowLayout { + + // Text{ + // id: headerText + + // } + // } + + // } + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // //Layout.fillWidth: true + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // Layout.fillWidth: true + // Layout.fillHeight: true + + // } + + // } + + // // Rectangle { + // // id: rectangle + // // width: 200 + // // height: 200 + // // color: "#ff1b1b" + // // Layout.fillWidth: true + // // } + + // } + } + } + } + } + } + } + + states: [ + State { + name: "dockFolded" + + PropertyChanges { + target: base + implicitWidth: 0 + } + // PropertyChanges { + // restoreEntryValues: true + // target: base + // implicitWidth: 0 + + // } + }, + State { + name: "dockUnfolded" + + PropertyChanges { + target: base + implicitWidth: fixedWidth + } + } + ] +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/Write/WritePage.qml b/src/app/src/qml/Write/WritePage.qml new file mode 100644 index 000000000..76f38ccde --- /dev/null +++ b/src/app/src/qml/Write/WritePage.qml @@ -0,0 +1,951 @@ +import QtQuick 2.15 +import QtQml 2.15 +import QtQuick.Controls 2.15 +import eu.skribisto.sheethub 1.0 +import eu.skribisto.skrusersettings 1.0 +import Qt.labs.settings 1.1 +import "../Commons" +import ".." + +WritePageForm { + id: root + + property string title: {return getTitle()} + + function getTitle(){ + return plmData.sheetHub().getTitle(projectId, paperId) + + } + + signal onTitleChangedString(string newTitle) + + //property int textAreaFixedWidth: SkrSettings.writeSettings.textWidth + property var lastFocused: writingZone + + property string pageType: "write" + + + + + //-------------------------------------------------------- + //---Accessibility----------------------------------------- + //-------------------------------------------------------- + + + + // Keys.onReleased: { + // if(event.key === Qt.Key_Alt){ + // console.log("alt") + // Globals.showMenuBarCalled() + + // event.accepted = true + // } + // } + + //-------------------------------------------------------- + //---Writing Zone----------------------------------------- + //-------------------------------------------------------- + + writingZone.maximumTextAreaWidth: SkrSettings.writeSettings.textWidth + writingZone.textPointSize: SkrSettings.writeSettings.textPointSize + writingZone.textFontFamily: SkrSettings.writeSettings.textFontFamily + writingZone.textIndent: SkrSettings.writeSettings.textIndent + writingZone.textTopMargin: SkrSettings.writeSettings.textTopMargin + + writingZone.stretch: Globals.compactSize + writingZone.name: "write-0" //useful ? + + Connections { + target: plmData.projectHub() + function onProjectCountChanged(count){ + if(count === 0){ + writingZone.enabled = false + } + else { + writingZone.enabled = true + } + + } + } + // focus + Connections { + enabled: writingZone.enabled + target: Globals + function onForceFocusOnEscapePressed(){ + writingZone.forceActiveFocus() + } + } + + //--------------------------------------------------------- + + + property int paperId: -2 + property int projectId: -2 + + + + //--------------------------------------------------------- + + Component.onCompleted: { + + + openDocument(projectId, paperId) + + //title = getTitle() + plmData.sheetHub().titleChanged.connect(changeTitle) + + } + + //--------------------------------------------------------- + + function changeTitle(_projectId, _paperId, newTitle) { + if (_projectId === projectId && _paperId === paperId ){ + title = newTitle + onTitleChangedString(newTitle) + } + } + + //--------------------------------------------------------- + + function runActionsBedoreDestruction() { + + saveCurrentPaperCursorPositionAndY() + contentSaveTimer.stop() + saveContent() + } + + + //-------------------------------------------------------- + //---Left Scroll Area----------------------------------------- + //-------------------------------------------------------- + property int offset: leftDock.width + + // Connections { + // target: Globals + // function onWidthChanged() {applyOffset()} + + // } + // Connections { + // target: Globals + // function onCompactSizeChanged() {applyOffset()} + + // } + // Connections { + // target: SkrSettings.rootSettings + // function onLeftDockWidthChanged() {applyOffset()} + + // } + // Connections { + // target: writingZone + // function onWidthChanged() {applyOffset()} + + // } + + Binding on leftBasePreferredWidth { + value: { + var value = 0 + if (Globals.compactSize === true){ + value = -1; + } + else { + + value = writingZone.wantedCenteredWritingZoneLeftPos - offset + if (value < 0) { + value = 0 + } + // console.debug("writingZone.wantedCenteredWritingZoneLeftPos :: ", writingZone.wantedCenteredWritingZoneLeftPos) + // console.debug("offset :: ", offset) + // console.debug("value :: ", value) + + } + return value + } + restoreMode: Binding.RestoreBindingOrValue + } + // Binding on rightBasePreferredWidth { + // value: { + // var value = 0 + // if (Globals.compactSize === true){ + // value = -1; + // } + // else { + + // value = 400 + offset + // if (value < 0) { + // value = 0 + // } + // // console.debug("right writingZone.wantedCenteredWritingZoneLeftPos :: ", writingZone.wantedCenteredWritingZoneLeftPos) + // // console.debug("right offset :: ", offset) + // // console.debug("right value :: ", value) + + // } + // rightBasePreferredWidth = value + // } + // } + // Binding on leftBaseMaximumWidth { + // when: SkrSettings.rootSettings.onLeftDockWidthChanged || Globals.onCompactSizeChanged || writingZone.onWidthChanged + // value: { + // if (Globals.compactSize === true){ + // return -1; + // } + // else { + // var value = writingZone.wantedTextAreaLeftPos - SkrSettings.rootSettings.leftDockWidth + + // if (value < 0) { + // value = 0 + // } + + // return value; + + // } + // } + // } + + + leftPaneScrollTouchArea.onUpdated: { + var deltaY = touchPoints[0].y - touchPoints[0].previousY + // console.log("deltaY :", deltaY) + + if (writingZone.flickable.atYBeginning && deltaY > 0) { + writingZone.flickable.returnToBounds() + return + } + if (writingZone.flickable.atYEnd && deltaY < 0) { + writingZone.flickable.returnToBounds() + return + } + + writingZone.flickable.flick(0, deltaY * 50) + + } + + leftPaneScrollMouseArea.onWheel: { + + var deltaY = wheel.angleDelta.y *10 + + writingZone.flickable.flick(0, deltaY) + + if (writingZone.flickable.atYBeginning && wheel.angleDelta.y > 0) { + writingZone.flickable.returnToBounds() + return + } + if (writingZone.flickable.atYEnd && wheel.angleDelta.y < 0) { + writingZone.flickable.returnToBounds() + return + } + } + + //-------------------------------------------------------- + //---Right Scroll Area----------------------------------------- + //-------------------------------------------------------- + + + + + rightPaneScrollTouchArea.onUpdated: { + var deltaY = touchPoints[0].y - touchPoints[0].previousY + // console.log("deltaY :", deltaY) + + if (writingZone.flickable.atYBeginning && deltaY > 0) { + writingZone.flickable.returnToBounds() + return + } + if (writingZone.flickable.atYEnd && deltaY < 0) { + writingZone.flickable.returnToBounds() + return + } + + writingZone.flickable.flick(0, deltaY * 50) + + } + + rightPaneScrollMouseArea.onWheel: { + + var deltaY = wheel.angleDelta.y *10 + + writingZone.flickable.flick(0, deltaY) + + if (writingZone.flickable.atYBeginning && wheel.angleDelta.y > 0) { + writingZone.flickable.returnToBounds() + return + } + if (writingZone.flickable.atYEnd && wheel.angleDelta.y < 0) { + writingZone.flickable.returnToBounds() + return + } + } + + //--------------------------------------------------------- + //------Actions---------------------------------------- + //--------------------------------------------------------- + + + + + Connections { + target: italicAction + function onTriggered() {closeRightDrawer()} + } + Connections { + target: boldAction + function onTriggered() {closeRightDrawer()} + } + Connections { + target: strikeAction + function onTriggered() {closeRightDrawer()} + } + Connections { + target: underlineAction + function onTriggered() {closeRightDrawer()} + } + + + function closeRightDrawer(){ + if(Globals.compactSize){ + rightDrawer.close() + } + } + + + + //--------------------------------------------------------- + + + SkrUserSettings { + id: skrUserSettings + } + + function openDocument(_projectId, _paperId) { + // save current + if(projectId !== _projectId && paperId !== _paperId ){ //meaning it hasn't just used the constructor + saveContent() + saveCurrentPaperCursorPositionAndY() + } + + + paperId = _paperId + projectId = _projectId + + + console.log("opening sheet :", _projectId, _paperId) + writingZone.text = plmData.sheetHub().getContent(_projectId, _paperId) + title = plmData.sheetHub().getTitle(_projectId, _paperId) + + // apply format + writingZone.documentHandler.indentEverywhere = SkrSettings.writeSettings.textIndent + writingZone.documentHandler.topMarginEverywhere = SkrSettings.writeSettings.textTopMargin + + restoreCurrentPaperCursorPositionAndY() + + writingZone.forceActiveFocus() + //save : + skrUserSettings.setProjectSetting(projectId, "writeCurrentPaperId", paperId) + + // start the timer for automatic position saving + if(!saveCurrentPaperCursorPositionAndYTimer.running){ + saveCurrentPaperCursorPositionAndYTimer.start() + } + + leftDock.setCurrentPaperId(projectId, paperId) + leftDock.setOpenedPaperId(projectId, paperId) + + } + + function restoreCurrentPaperCursorPositionAndY(){ + + //get cursor position + var position = skrUserSettings.getFromProjectSettingHash( + projectId, "writeSheetPositionHash", paperId, 0) + //get Y + var visibleAreaY = skrUserSettings.getFromProjectSettingHash( + projectId, "writeSheetYHash", paperId, 0) + console.log("newCursorPosition", position) + + // set positions : + writingZone.setCursorPosition(position) + writingZone.flickable.contentY = visibleAreaY + + } + + + function saveCurrentPaperCursorPositionAndY(){ + + if(paperId != -2 || projectId != -2){ + //save cursor position of current document : + + var previousCursorPosition = writingZone.cursorPosition + //console.log("previousCursorPosition", previousCursorPosition) + var previousY = writingZone.flickable.contentY + //console.log("previousContentY", previousY) + skrUserSettings.insertInProjectSettingHash( + projectId, "writeSheetPositionHash", paperId, + previousCursorPosition) + skrUserSettings.insertInProjectSettingHash(projectId, + "writeSheetYHash", + paperId, + previousY) + } + } + + Timer{ + id: saveCurrentPaperCursorPositionAndYTimer + repeat: true + interval: 10000 + onTriggered: saveCurrentPaperCursorPositionAndY() + } + + //needed to adapt width to a shrinking window + Binding on writingZone.textAreaWidth { + when: !Globals.compactSize && middleBase.width - 200 < writingZone.maximumTextAreaWidth + value: middleBase.width - 200 + restoreMode: Binding.RestoreBindingOrValue + + } + Binding on writingZone.textAreaWidth { + when: !Globals.compactSize && middleBase.width - 200 >= writingZone.maximumTextAreaWidth + value: writingZone.maximumTextAreaWidth + restoreMode: Binding.RestoreBindingOrValue + + } + + + //------------------------------------------------------------------------ + //-----minimap------------------------------------------------------------ + //------------------------------------------------------------------------ + + property bool minimapVisibility: false + minimap.visible: minimapVisibility + + Binding on minimap.text { + when: minimapVisibility + value: writingZone.textArea.text + restoreMode: Binding.RestoreBindingOrValue + delayed: true + } + + //Scrolling minimap + Binding on writingZone.internalScrollBar.position { + when: minimapVisibility + value: minimap.position + restoreMode: Binding.RestoreBindingOrValue + delayed: true + } + Binding on minimap.position { + when: minimapVisibility + value: writingZone.internalScrollBar.position + restoreMode: Binding.RestoreBindingOrValue + delayed: true + } + + // ScrollBar invisible while minimap is on + writingZone.scrollBarVerticalPolicy: minimapVisibility ? ScrollBar.AlwaysOff : ScrollBar.AsNeeded + + //minimap width depends on writingZone width + //minimapFlickable.width: 300 + + // { + // //console.log("writingZone.flickable.width :" + writingZone.flickable.width) + // console.log("ratio :" + minimapFlickable.height / writingZone.flickable.contentHeight) + // return writingZone.flickable.width * (1 - minimapRatio()) + // } + + //minimap.height: minimapRatio() >= 1 ? minimapFlickable.height : writingZone.flickable.contentHeight * minimapRatio() + + + //------------------------------------------------------------- + //-------Left Dock------------------------------------------ + //------------------------------------------------------------- + + + + leftDockMenuGroup.visible: !Globals.compactSize && leftDockMenuButton.checked + leftDockMenuButton.visible: !Globals.compactSize + + + leftDockShowButton.onClicked: leftDrawer.isVisible ? leftDrawer.isVisible = false : leftDrawer.isVisible = true + + leftDockShowButton.icon { + name: leftDrawer.isVisible ? "go-previous" : "go-next" + height: 50 + width: 50 + } + + + leftDockMenuButton.icon { + name: "overflow-menu" + height: 50 + width: 50 + } + + leftDockResizeButton.icon { + name: "resizecol" + height: 50 + width: 50 + } + + + // compact mode : +// compactLeftDockShowButton.visible: Globals.compactSize + +// compactLeftDockShowButton.onClicked: leftDrawer.open() +// compactLeftDockShowButton.icon { +// name: "go-next" +// height: 50 +// width: 50 +// } + + // resizing with leftDockResizeButton: + + property int leftDockResizeButtonFirstPressX: 0 + leftDockResizeButton.onReleased: { + leftDockResizeButtonFirstPressX = 0 + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + } + + leftDockResizeButton.onPressXChanged: { + + if(leftDockResizeButtonFirstPressX === 0){ + leftDockResizeButtonFirstPressX = root.mapFromItem(leftDockResizeButton, leftDockResizeButton.pressX, 0).x + } + + var pressX = root.mapFromItem(leftDockResizeButton, leftDockResizeButton.pressX, 0).x + var displacement = leftDockResizeButtonFirstPressX - pressX + leftDockFixedWidth = leftDockFixedWidth - displacement + leftDockResizeButtonFirstPressX = pressX + + if(leftDockFixedWidth < 300){ + leftDockFixedWidth = 300 + } + if(leftDockFixedWidth > 600){ + leftDockFixedWidth = 600 + } + + + + } + + leftDockResizeButton.onPressed: { + + rootSwipeView.interactive = false + + } + + leftDockResizeButton.onCanceled: { + + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + leftDockResizeButtonFirstPressX = 0 + + + } + + //------------------------------------------------------------- + //-------Right Dock------------------------------------------ + //------------------------------------------------------------- + + + + + rightDockMenuGroup.visible: !Globals.compactSize && rightDockMenuButton.checked + rightDockMenuButton.visible: !Globals.compactSize + + rightDockShowButton.onClicked: rightDrawer.isVisible ? rightDrawer.isVisible = false : rightDrawer.isVisible = true + + rightDockShowButton.icon { + name: rightDrawer.isVisible ? "go-next" : "go-previous" + height: 50 + width: 50 + } + + rightDockMenuButton.icon { + name: "overflow-menu" + height: 50 + width: 50 + } + + rightDockResizeButton.icon { + name: "resizecol" + height: 50 + width: 50 + } + + // compact mode : +// compactRightDockShowButton.visible: Globals.compactSize + +// compactRightDockShowButton.onClicked: rightDrawer.open() +// compactRightDockShowButton.icon { +// name: "go-previous" +// height: 50 +// width: 50 +// } + + // resizing with rightDockResizeButton: + + property int rightDockResizeButtonFirstPressX: 0 + rightDockResizeButton.onReleased: { + rightDockResizeButtonFirstPressX = 0 + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + } + + rightDockResizeButton.onPressXChanged: { + if(rightDockResizeButtonFirstPressX === 0){ + rightDockResizeButtonFirstPressX = root.mapFromItem(rightDockResizeButton, rightDockResizeButton.pressX, 0).x + } + + var pressX = root.mapFromItem(rightDockResizeButton, rightDockResizeButton.pressX, 0).x + var displacement = rightDockResizeButtonFirstPressX - pressX + rightDockFixedWidth = rightDockFixedWidth + displacement + rightDockResizeButtonFirstPressX = pressX + + if(rightDockFixedWidth < 200){ + rightDockFixedWidth = 200 + } + if(rightDockFixedWidth > 350){ + rightDockFixedWidth = 350 + } + + + } + + rightDockResizeButton.onPressed: { + + rootSwipeView.interactive = false + + } + + rightDockResizeButton.onCanceled: { + + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + rightDockResizeButtonFirstPressX = 0 + + } + + + + + + //--------------------------------------------------------- + //--------------------------------------------------------- + + + property alias leftDock: leftDock + property int leftDockFixedWidth: 400 + + Dock { + id: leftDrawer + enabled: base.enabled + parent: base + + width: Globals.compactSize ? 400 : leftDockFixedWidth + height: base.height + interactive: Globals.compactSize + //position: Globals.compactSize ? 0 : 1 (leftDrawer.isVisible ? 1 : 0) + //isVisible: !Globals.compactSize + edge: Qt.LeftEdge + + Connections { + target: Globals + function onCompactSizeChanged(){ + leftDrawer.isVisible = !Globals.compactSize + } + } + + WriteLeftDock { + id: leftDock + anchors.fill: parent + + } + + + + Component.onCompleted: { + leftDockFixedWidth = leftSettings.width + Globals.resetDockConfCalled.connect(resetConf) + if(Globals.compactSize){ + leftDrawer.close() + } + } + + + Settings { + id: leftSettings + category: "writeLeftDock" + property int width: leftDockFixedWidth + } + + function resetConf(){ + leftDockFixedWidth = 300 + } + + } + + property alias rightDock: rightDock + property int rightDockFixedWidth: 400 + Dock { + id: rightDrawer + enabled: base.enabled + parent: base + width: Globals.compactSize ? 400 : rightDockFixedWidth + height: base.height + interactive: Globals.compactSize + //position: Globals.compactSize ? 0 : (rightDrawer.isVisible ? 1 : 0) + //isVisible: !Globals.compactSize + edge: Qt.RightEdge + + Connections { + target: Globals + function onCompactSizeChanged(){ + rightDrawer.isVisible = !Globals.compactSize + } + } + + + + WriteRightDock { + id: rightDock + anchors.fill: parent + + projectId: root.projectId + paperId: root.paperId + + } + + + Component.onCompleted: { + rightDockFixedWidth = rightSettings.width + Globals.resetDockConfCalled.connect(resetConf) + + if(Globals.compactSize){ + rightDrawer.close() + } + } + + + Settings { + id: rightSettings + category: "writeRightDock" + property int width: rightDockFixedWidth + } + + function resetConf(){ + rightDockFixedWidth = 300 + } + } + + //------------------------------------------------------------ + //------------------------------------------------------------ + //------------------------------------------------------------ + // save content once after writing: + writingZone.textArea.onTextChanged: { + + //avoid first text change, when blank HTML is inserted + if(writingZone.textArea.length === 0 + && plmData.projectHub().isProjectNotModifiedOnce(projectId)){ + return + } + + + + if(contentSaveTimer.running){ + contentSaveTimer.stop() + } + contentSaveTimer.start() + } + Timer{ + id: contentSaveTimer + repeat: false + interval: 100 + onTriggered: saveContent() + } + + function saveContent(){ + console.log("saving sheet") + var error = plmData.sheetHub().setContent(projectId, paperId, writingZone.text) + if (!error.success){ + console.log("saving sheet failed", projectId, paperId) + } + else { + console.log("saving sheet success", projectId, paperId) + + } + } + + writingZone.onActiveFocusChanged: { + writingZone.text = plmData.sheetHub().getContent(projectId, paperId) + // restoreCurrentPaperCursorPositionAndY() + } + + + // // project to be closed : + // Connections{ + // target: plmData.projectHub() + // function onProjectToBeClosed(projectId) { + + // if (projectId === this.projectId){ + // // save + // saveContent() + // saveCurrentPaperCursorPositionAndY() + + // } + // } + // } + + // // projectClosed : + // Connections { + // target: plmData.projectHub() + // // @disable-check M16 + // onProjectClosed: function (projectId) { + + // //if there is another project, switch to its last paper + // if(plmData.projectHub().getProjectCount() > 0){ + + // var otherProjectId = plmData.projectHub().getProjectIdList()[0] + // var defaultPaperId = leftDock.treeView.proxyModel.getLastOfHistory(otherProjectId) + // if (defaultPaperId === -2) {// no history + // defaultPaperId = plmData.sheetHub().getTopPaperId(otherProjectId) + // } + // var otherPaperId = skrUserSettings.getProjectSetting(otherProjectId, "writeCurrentPaperId", defaultPaperId) + // Globals.openSheetCalled(otherProjectId, otherPaperId) + // } + // else { // no project + + // if(saveCurrentPaperCursorPositionAndYTimer.running){ + // saveCurrentPaperCursorPositionAndYTimer.stop() + // } + + // } + // } + // } + + + + //------------------------------------------------------------ + //--------menus-------------------------------------------- + //------------------------------------------------------------ + + QtObject{ + id: privateMenuObject + property string dockUniqueId: "" + } + + function addMenus(){ + //create dockUniqueId: + privateMenuObject.dockUniqueId = Qt.formatDateTime(new Date(), "yyyyMMddhhmmsszzz") + + + var helpMenu + + var menuCount = mainMenu.count + + // take Help menu + menuCount = mainMenu.count + var m; + for(m = 0 ; m < menuCount ; m++){ + var menu = mainMenu.menuAt(m) + if(menu.objectName === "helpMenu"){ + helpMenu = mainMenu.takeMenu(m) + } + } + + // add new menus + var k + for(k = 0 ; k < leftDock.menuComponents.length ; k++){ + + var newMenu = leftDock.menuComponents[k].createObject(mainMenu) + newMenu.objectName = newMenu.objectName + "-" + privateMenuObject.dockUniqueId + mainMenu.addMenu(newMenu) + + } + var l + for(l = 0 ; l < rightDock.menuComponents.length ; l++){ + var newMenu2 = rightDock.menuComponents[l].createObject(mainMenu) + newMenu2.objectName = newMenu2.objectName + "-" + privateMenuObject.dockUniqueId + mainMenu.addMenu(newMenu2) + } + + // shortcuts: + + + //reinsert Help menu + mainMenu.addMenu(helpMenu) + + } + + function removeMenus(){ + var helpMenu + + var menuCount = mainMenu.count + + // take Help menu + menuCount = mainMenu.count + var m; + for(m = 0 ; m < menuCount ; m++){ + var menu = mainMenu.menuAt(m) + if(menu.objectName === "helpMenu"){ + helpMenu = mainMenu.takeMenu(m) + } + } + + // remove additional menus + menuCount = mainMenu.count + var i; + for(i = menuCount - 1 ; i >= 0 ; i--){ + var menu1 = mainMenu.menuAt(i) + + if(menu1.objectName === "navigationDockMenu-" + privateMenuObject.dockUniqueId + || menu1.objectName === "toolDockMenu-" + privateMenuObject.dockUniqueId){ + + mainMenu.removeMenu(menu1) + + } + } + + + //reinsert Help menu + mainMenu.addMenu(helpMenu) + + privateMenuObject.dockUniqueId = "" + + } + + onEnabledChanged: { + + if(root.enabled){ + addMenus() + } + else{ + removeMenus() + } + } + + //------------------------------------------------------------ + // fullscreen : + //------------------------------------------------------------ + + property bool fullscreen_left_drawer_visible: false + property bool fullscreen_right_drawer_visible: false + Connections { + target: Globals + function onFullScreenCalled(value) { + if(value){ + //save previous conf + fullscreen_left_drawer_visible = leftDrawer.visible + fullscreen_right_drawer_visible = rightDrawer.visible + leftDrawer.visible = false + rightDrawer.visible = false + } + else{ + leftDrawer.visible = fullscreen_left_drawer_visible + rightDrawer.visible = fullscreen_right_drawer_visible + } + + } + } + + + // focus : + onActiveFocusChanged: { + if (activeFocus) { + writingZone.forceActiveFocus() + } + } +} diff --git a/src/app/src/qml/Write/WritePageForm.ui.qml b/src/app/src/qml/Write/WritePageForm.ui.qml new file mode 100644 index 000000000..464c2f8ba --- /dev/null +++ b/src/app/src/qml/Write/WritePageForm.ui.qml @@ -0,0 +1,274 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import "../Commons" +import ".." + +Item { + id: base + width: 1000 + height: 600 + property alias rightPaneScrollMouseArea: rightPaneScrollMouseArea + property alias rightPaneScrollTouchArea: rightPaneScrollTouchArea + property alias leftDockMenuGroup: leftDockMenuGroup + property alias rightDockMenuGroup: rightDockMenuGroup + property alias leftDockResizeButton: leftDockResizeButton + property alias rightDockResizeButton: rightDockResizeButton + property alias leftDockMenuButton: leftDockMenuButton + property alias rightDockMenuButton: rightDockMenuButton + property alias leftDockShowButton: leftDockShowButton + property alias rightDockShowButton: rightDockShowButton + property alias minimap: minimap + property alias middleBase: middleBase + property alias writingZone: writingZone + property alias base: base + property alias leftPaneScrollMouseArea: leftPaneScrollMouseArea + property alias leftPaneScrollTouchArea: leftPaneScrollTouchArea + property int leftBasePreferredWidth: 0 + property int rightBasePreferredWidth: 0 + + + ColumnLayout { + id: columnLayout + clip: false + spacing: 0 + anchors.fill: parent + anchors.leftMargin: Globals.compactSize ? undefined : leftDrawer.width * leftDrawer.position + 10 + anchors.rightMargin: Globals.compactSize ? undefined : rightDrawer.width * rightDrawer.position + 10 + + RowLayout { + id: rowLayout + Layout.fillHeight: true + Layout.fillWidth: true + spacing: 0 + + Item { + id: leftBase + Layout.preferredWidth: leftBasePreferredWidth + Layout.maximumWidth: leftBasePreferredWidth + Layout.minimumWidth: 30 + visible: !Globals.compactSize + Layout.fillHeight: true + + z: 1 + + RowLayout { + spacing: 0 + anchors.fill: parent + + Pane { + id: leftPane + Layout.fillHeight: true + Layout.fillWidth: true + + + MultiPointTouchArea { + id: leftPaneScrollTouchArea + z: 1 + anchors.fill: parent + mouseEnabled: false + maximumTouchPoints: 1 + touchPoints: [ + TouchPoint { + id: leftTouch1 + } + ] + } + + + MouseArea { + id: leftPaneScrollMouseArea + z: 0 + anchors.fill: parent + } + + + ColumnLayout { + anchors.fill: parent + z: 2 + + Button { + id: leftDockShowButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + + + Button { + id: leftDockMenuButton + focusPolicy: Qt.NoFocus + checkable: true + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + + + ColumnLayout { + id: leftDockMenuGroup + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + + Button { + id: leftDockResizeButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + } + + + Item { + id: stretcher + Layout.fillHeight: true + Layout.fillWidth: true + } + + } + + } + + } + } + + Item { + id: middleBase + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + Layout.fillHeight: true + Layout.fillWidth: true + + + WritingZone { + id: writingZone + anchors.fill: parent + } + + } + + Item { + id: rightBase + visible: !Globals.compactSize + Layout.fillHeight: true + Layout.preferredWidth: rightBasePreferredWidth + Layout.minimumWidth: 30 + //Layout.maximumWidth: 300 + + z: 1 + + RowLayout { + spacing: 0 + anchors.fill: parent + + Pane { + id: rightPane + Layout.fillHeight: true + Layout.fillWidth: true + + MultiPointTouchArea { + id: rightPaneScrollTouchArea + z: 1 + anchors.fill: parent + mouseEnabled: false + maximumTouchPoints: 1 + touchPoints: [ + TouchPoint { + id: leftTouch2 + } + ] + } + + MouseArea { + id: rightPaneScrollMouseArea + z: 0 + anchors.fill: parent + } + + ColumnLayout { + anchors.fill: parent + z: 2 + + Button { + id: rightDockShowButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + + + Button { + id: rightDockMenuButton + focusPolicy: Qt.NoFocus + checkable: true + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + + + ColumnLayout { + id: rightDockMenuGroup + Layout.alignment: Qt.AlignRight | Qt.AlignTop + + Button { + id: rightDockResizeButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + + Button { + id: showMinimapButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignRight | Qt.AlignTop + } + } + + Item { + id: stretcher2 + Layout.fillHeight: true + Layout.fillWidth: true + } + + } + } + Minimap { + Layout.fillHeight: true + Layout.alignment: Qt.AlignRight | Qt.AlignVCenter + + id: minimap + //width: minimapFlickable.width + //pageSize: (writingZone.flickable.height) / (writingZone.textArea.contentHeight + 16) + //textScale: minimapFlickable.height / writingZone.flickable.contentHeight + sourceWidth: writingZone.textArea.width + sourcePointSize: writingZone.textArea.font.pointSize + } + + + + + } + } + } + } + +} + +/*##^## +Designer { + D{i:0;width:1300}D{i:1} +} +##^##*/ + diff --git a/src/app/src/qml/Write/WriteRightDock.qml b/src/app/src/qml/Write/WriteRightDock.qml new file mode 100644 index 000000000..dec711ad5 --- /dev/null +++ b/src/app/src/qml/Write/WriteRightDock.qml @@ -0,0 +1,242 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import Qt.labs.settings 1.1 +import eu.skribisto.sheetlistproxymodel 1.0 +import eu.skribisto.writedocumentlistmodel 1.0 +import eu.skribisto.skrusersettings 1.0 +import eu.skribisto.searchtaglistproxymodel 1.0 +import eu.skribisto.taghub 1.0 +import ".." + +WriteRightDockForm { + + property int projectId : -2 + property int paperId : -2 + + SkrUserSettings { + id: skrUserSettings + } + + + splitView.handle: Item { + implicitHeight: 8 + RowLayout { + anchors.fill: parent + Rectangle { + Layout.preferredWidth: 20 + Layout.preferredHeight: 5 + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + color: "lightgrey" + } + } + } + + + //----------------------------------------------------------- + + + Shortcut { + id: toolMenuShortcut + enabled: root.enabled + + } + + //Menu : + property list menuComponents: [ + Component{ + id: toolDockMenuComponent + Menu { + id: toolDockMenu + objectName: "toolDockMenu" + title: qsTr("&Tools dock") + + + Component.onCompleted: { + + toolMenuShortcut.sequence = skrQMLTools.mnemonic(title) + toolMenuShortcut.activated.connect(function() { + Globals.openSubMenuCalled(toolDockMenu) + }) + } + + MenuItem { + text: qsTr( "&Edit") + onTriggered: { + + if(Globals.compactSize){ + rightDrawer.open() + } + editFrame.folded = false + editView.forceActiveFocus() + } + } + + + MenuItem { + text: qsTr( "&Tags") + onTriggered: { + + if(Globals.compactSize){ + rightDrawer.open() + } + tagPadFrame.folded = false + tagPadView.forceActiveFocus() + } + } + + MenuItem { + text: qsTr( "&Notes") + onTriggered: { + + if(Globals.compactSize){ + rightDrawer.open() + } + notePadFrame.folded = false + notePadView.forceActiveFocus() + } + } + } + } +] + + + + + //----------------------------------------------------------- + //---------------Tags :--------------------------------------------- + //----------------------------------------------------------- + + + //proxy model for tag list : + + SKRSearchTagListProxyModel { + id: tagProxyModel + projectIdFilter: projectId + sheetIdFilter: paperId + } + tagPadView.tagListModel: tagProxyModel + + Connections{ + target: tagPadView + function onCallRemoveTagRelationship(projectId, itemId, tagId){ + plmData.tagHub().removeTagRelationship(projectId, SKRTagHub.Sheet , itemId, tagId) + } + } + + Connections{ + target: tagPadView + function onCallAddTagRelationship(projectId, itemId, tagName){ + + var error; + // verify if name doesn't already exist : + var tagId = plmData.tagHub().getTagIdWithName(projectId, tagName) + + if(tagId === -2){ + //if not, create tag + error = plmData.tagHub().addTag(projectId, tagName) + tagId = plmData.tagHub().getLastAddedId() + } + + // set relationship + error = plmData.tagHub().setTagRelationship(projectId, SKRTagHub.Sheet, itemId, tagId) + if (!error.success){ + console.log("error onCallAddTagRelationship") + //TODO: add notification + return + } + } + } + + + //----------------------------------------------------------- + //----------------------------------------------------------- + //----------------------------------------------------------- + transitions: [ + Transition { + + PropertyAnimation { + properties: "implicitWidth" + easing.type: Easing.InOutQuad + duration: 500 + } + } + ] + + + property alias settings: settings + + Settings { + id: settings + category: "writeRightDock" + property var dockSplitView + property bool editFrameFolded: editFrame.folded + property bool notePadFrameFolded: notePadFrame.folded + property bool tagPadFrameFolded: tagPadFrame.folded + // property bool documentFrameFolded: documentFrame.folded ? true : false + } + + + onProjectIdChanged: { + notePadView.projectId = projectId + tagPadView.projectId = projectId + } + onPaperIdChanged: { + notePadView.sheetId = paperId + tagPadView.itemId = paperId + } + + + PropertyAnimation { + target: editFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + PropertyAnimation { + target: notePadFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + PropertyAnimation { + target: tagPadFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + + function loadConf(){ + + editFrame.folded = settings.editFrameFolded + notePadFrame.folded = settings.notePadFrameFolded + tagPadFrame.folded = settings.tagPadFrameFolded + + var result = splitView.restoreState(settings.dockSplitView) + + } + + function resetConf(){ + editFrame.folded = false + notePadFrame.folded = false + tagPadFrame.folded = false + splitView.restoreState("") + + } + + Component.onCompleted: { + loadConf() + Globals.resetDockConfCalled.connect(resetConf) + } + + Component.onDestruction: { + settings.dockSplitView = splitView.saveState() + + } + + onEnabledChanged: { + if(enabled){ + + } + } +} diff --git a/src/app/src/qml/Write/WriteRightDockForm.ui.qml b/src/app/src/qml/Write/WriteRightDockForm.ui.qml new file mode 100644 index 000000000..6edc80e2d --- /dev/null +++ b/src/app/src/qml/Write/WriteRightDockForm.ui.qml @@ -0,0 +1,240 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." +import "../Commons" + +Item { + id: base + //implicitWidth: 300 + property int fixedWidth: 300 + // property alias dockPane: rightDockPane + property alias splitView: splitView + property alias editFrame: editFrame + property alias editView: editView + property alias notePadFrame: notePadFrame + property alias notePadView: notePadView + property alias tagPadFrame: tagPadFrame + property alias tagPadView: tagPadView + + Pane { + id: rightDockPane + anchors.fill: parent + + ColumnLayout { + id: columnLayout2 + spacing: 0 + anchors.fill: parent + Item { + id: scrollViewBase + Layout.fillHeight: true + Layout.fillWidth: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Item { + id: foldableScrollViewBase + clip: true + anchors.fill: parent + + ScrollView { + id: scrollView + anchors.fill: parent + Flickable { + boundsBehavior: Flickable.StopAtBounds + contentWidth: splitView.width + contentHeight: splitView.height + + SplitView { + id: splitView + orientation: Qt.Vertical + implicitWidth: scrollView.width + implicitHeight: base.height > 1000 ? base.height - 25 : 1000 + // ColumnLayout { + // id: leftDockColumnLayout + + width: scrollView.width + + ToolFrame { + id: editFrame + folded: false + title: qsTr("Edit") + SplitView.preferredHeight: folded ? dynamicHeight : 400 + SplitView.minimumHeight: folded ? dynamicHeight : 300 + SplitView.maximumHeight : folded ? dynamicHeight : 600 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + + + + EditView { + id: editView + clip: true + } + } + ToolFrame { + + id: tagPadFrame + folded: true + title: qsTr("Tags") + + SplitView.preferredHeight: folded ? dynamicHeight : 200 + SplitView.minimumHeight: folded ? dynamicHeight : 200 + SplitView.maximumHeight : folded ? dynamicHeight : 400 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + TagPad { + id: tagPadView + clip: true + } + } + + ToolFrame { + id: notePadFrame + folded: true + title: qsTr("Notes") + + + SplitView.preferredHeight: folded ? dynamicHeight : 400 + SplitView.minimumHeight: folded ? dynamicHeight : 200 + SplitView.maximumHeight : folded ? dynamicHeight : 800 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + NotePad { + id: notePadView + clip: true + } + } + + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // id: writeTreeView + // width: scrollview.contentWidth + // height: 600 + + // } + // Loader{ + // id: toolsHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Tools") + + // } + // Flow{ + // width: scrollview.contentWidth + + // ToolButton { + // flat: true + // action: fullscreenAction + + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // } + } + //contentWidth: width + + // ColumnLayout { + // id: columnLayout + // //width: scrollview.contentWidth + + // Component{ + // id: toolHeaderComp + // RowLayout { + + // Text{ + // id: headerText + + // } + // } + + // } + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // //Layout.fillWidth: true + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // Layout.fillWidth: true + // Layout.fillHeight: true + + // } + + // } + + // // Rectangle { + // // id: rectangle + // // width: 200 + // // height: 200 + // // color: "#ff1b1b" + // // Layout.fillWidth: true + // // } + + // } + } + } + } + } + } + } + + states: [ + State { + name: "dockFolded" + + PropertyChanges { + target: base + implicitWidth: 0 + } + // PropertyChanges { + // restoreEntryValues: true + // target: base + // implicitWidth: 0 + + // } + }, + State { + name: "dockUnfolded" + + PropertyChanges { + target: base + implicitWidth: fixedWidth + } + } + ] +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/WriteOverview/LeftDock.qml b/src/app/src/qml/WriteOverview/LeftDock.qml new file mode 100644 index 000000000..f3b7291d0 --- /dev/null +++ b/src/app/src/qml/WriteOverview/LeftDock.qml @@ -0,0 +1,234 @@ +import QtQuick 2.15 +import QtQuick.Layouts 1.15 +import QtQuick.Controls 2.15 +import Qt.labs.settings 1.1 +import eu.skribisto.sheetlistproxymodel 1.0 +import eu.skribisto.searchsheetlistproxymodel 1.0 +import eu.skribisto.writedocumentlistmodel 1.0 +import eu.skribisto.skrusersettings 1.0 +import ".." + +LeftDockForm { + id: root + + + SkrUserSettings { + id: skrUserSettings + } + + splitView.handle: Item { + implicitHeight: 8 + RowLayout { + anchors.fill: parent + Rectangle { + Layout.preferredWidth: 20 + Layout.preferredHeight: 5 + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + color: "lightgrey" + } + } + } + + + + //----------------------------------------------------------- + + + + Shortcut { + id: navigationMenuShortcut + enabled: root.enabled + + } + + + + //----------------------------------------------------------- + + + + //Menu : + property list menuComponents: [ + Component{ + id: navigationDockMenuComponent + Menu { + id: navigationDockMenu + objectName: "navigationDockMenu" + title: qsTr("&Navigation dock") + + Component.onCompleted: { + + navigationMenuShortcut.sequence = skrQMLTools.mnemonic(title) + navigationMenuShortcut.activated.connect(function() { + Globals.openSubMenuCalled(navigationDockMenu) + }) + } + + + MenuItem { + text: qsTr("&Navigation") + onTriggered: { + if(Globals.compactSize){ + leftDrawer.open() + } + navigationFrame.folded = false + navigation.forceActiveFocus() + } + } + + MenuItem { + text: qsTr("&Documents") + onTriggered: { + if(Globals.compactSize){ + leftDrawer.open() + } + documentFrame.folded = false + documentView.forceActiveFocus() + } + } + } + } + ] + + //Navigation List : + //----------------------------------------------------------- + + PLMSheetListProxyModel { + id: proxyModel + } + + navigation.treeListViewProxyModel: proxyModel + + + SKRSearchSheetListProxyModel { + id: trashedSheetProxyModel + showTrashedFilter: true + showNotTrashedFilter: false + + } + navigation.trashedListViewProxyModel: trashedSheetProxyModel + + SKRSearchSheetListProxyModel { + id: restoreSheetProxyModel + showTrashedFilter: true + showNotTrashedFilter: false + } + navigation.restoreListViewProxyModel: restoreSheetProxyModel + + + + + + + function restoreSheetList(projectId, sheetIdList){ + // restore is difficult to explain : a restored parent will restore its children, even those trashed years before. To avoid that, + // children trashed at the same minute will be checked to allow restore. The older ones will stay unchecked by default. + // All that is done in RestoreView.qml + + var i + for(i = 0 ; i < sheetIdList.length ; i++){ + plmData.sheetHub().untrashOnlyOnePaper(projectId, sheetIdList[i]) + } + + + console.log("restored: sheet:", sheetIdList) + } + + + + + + + //Document List : + //----------------------------------------------------------- + documentView.model: plmModels.writeDocumentListModel() + documentView.documentModel: plmModels.writeDocumentListModel() + + + + + + //----------------------------------------------------------- + + //----------------------------------------------------------- + + + //----------------------------------------------------------- + + //----------------------------------------------------------- + transitions: [ + Transition { + + PropertyAnimation { + properties: "implicitWidth" + easing.type: Easing.InOutQuad + duration: 500 + } + } + ] + + property alias settings: settings + + Settings { + id: settings + category: "writeOverviewLeftDock" + property var dockSplitView + property bool navigationFrameFolded: navigationFrame.folded + property bool documentFrameFolded: documentFrame.folded + } + + + function setCurrentPaperId(projectId, paperId) { + proxyModel.setCurrentPaperId(projectId, paperId) + } + + + PropertyAnimation { + target: navigationFrame + property: "SplitView.preferredHeight" + duration: 500 + easing.type: Easing.InOutQuad + } + + Connections { + target: navigation + function onOpenDocument(openedProjectId, openedPaperId, _projectId, _paperId) { + Globals.openSheetInNewTabCalled(_projectId, _paperId) + } + } + + function loadConf(){ + navigationFrame.folded = settings.navigationFrameFolded + documentFrame.folded = settings.documentFrameFolded + splitView.restoreState(settings.dockSplitView) + } + + function resetConf(){ + navigationFrame.folded = false + documentFrame.folded = false + splitView.restoreState("") + + } + + Component.onCompleted: { + + loadConf() + navigation.onOpenDocumentInNewTab.connect(Globals.openSheetInNewTabCalled) + navigation.openDocumentInNewWindow.connect(Globals.openSheetInNewWindowCalled) + navigation.restoreDocumentList.connect(root.restoreSheetList) + Globals.resetDockConfCalled.connect(resetConf) + + + } + + Component.onDestruction: { + settings.dockSplitView = splitView.saveState() + + } + + onEnabledChanged: { + if(enabled){ + + } + } +} diff --git a/src/app/src/qml/WriteOverview/LeftDockForm.ui.qml b/src/app/src/qml/WriteOverview/LeftDockForm.ui.qml new file mode 100644 index 000000000..6d9c0d551 --- /dev/null +++ b/src/app/src/qml/WriteOverview/LeftDockForm.ui.qml @@ -0,0 +1,216 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." +import "../Commons" + +Item { + id: base + //implicitWidth: 300 + property int fixedWidth: 300 + //property alias dockPane: dockPane + property alias splitView: splitView + property alias documentFrame: documentFrame + property alias documentView: documentView + property alias navigationFrame: navigationFrame + property alias navigation: navigation + + Pane { + id: dockPane + anchors.fill: parent + + ColumnLayout { + id: columnLayout2 + spacing: 0 + anchors.fill: parent + Item { + id: scrollViewBase + Layout.fillHeight: true + Layout.fillWidth: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Item { + id: foldableScrollViewBase + clip: true + anchors.fill: parent + + ScrollView { + id: scrollView + anchors.fill: parent + Flickable { + boundsBehavior: Flickable.StopAtBounds + contentWidth: splitView.width + contentHeight: splitView.height + + SplitView { + id: splitView + orientation: Qt.Vertical + implicitWidth: scrollView.width + implicitHeight: base.height > 1000 ? base.height : 1000 + + // ColumnLayout { + // id: leftDockColumnLayout + + width: scrollView.width + + ToolFrame { + id: navigationFrame + folded: false + title: qsTr("Navigation") + SplitView.preferredHeight: folded ? dynamicHeight : 500 + SplitView.minimumHeight: folded ? dynamicHeight : 400 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + Layout.minimumWidth: 100 + + Navigation { + id: navigation + clip: true + } + } + ToolFrame { + id: documentFrame + folded: true + title: qsTr("Opened documents") + + SplitView.preferredHeight: folded ? dynamicHeight : 500 + SplitView.minimumHeight: folded ? dynamicHeight : 400 + + + minimumContentHeight: SplitView.minimumHeight + contentHeight: SplitView.preferredHeight + maximumContentHeight: SplitView.maximumHeight + + + + DocumentListView { + id: documentView + clip: true + } + } + + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // id: writeTreeView + // width: scrollview.contentWidth + // height: 600 + + // } + // Loader{ + // id: toolsHeader + // sourceComponent: toolHeaderComp + // width: scrollview.contentWidth + // property string headerText: qsTr("Tools") + + // } + // Flow{ + // width: scrollview.contentWidth + + // ToolButton { + // flat: true + // action: fullscreenAction + + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // ToolButton { + // flat: true + // action: fullscreenAction + // } + // } + } + //contentWidth: width + + // ColumnLayout { + // id: columnLayout + // //width: scrollview.contentWidth + + // Component{ + // id: toolHeaderComp + // RowLayout { + + // Text{ + // id: headerText + + // } + // } + + // } + // Loader{ + // id: writeTreeViewHeader + // sourceComponent: toolHeaderComp + // //Layout.fillWidth: true + // property string headerText: qsTr("Navigation") + + // } + // WriteTreeView { + // Layout.fillWidth: true + // Layout.fillHeight: true + + // } + + // } + + // // Rectangle { + // // id: rectangle + // // width: 200 + // // height: 200 + // // color: "#ff1b1b" + // // Layout.fillWidth: true + // // } + + // } + } + } + } + } + } + } + + states: [ + State { + name: "dockFolded" + + PropertyChanges { + target: base + implicitWidth: 0 + } + // PropertyChanges { + // restoreEntryValues: true + // target: base + // implicitWidth: 0 + + // } + }, + State { + name: "dockUnfolded" + + PropertyChanges { + target: base + implicitWidth: fixedWidth + } + } + ] +} + +/*##^## +Designer { + D{i:0;autoSize:true;height:480;width:640} +} +##^##*/ + diff --git a/src/app/src/qml/WriteOverview/WriteOverviewPage.qml b/src/app/src/qml/WriteOverview/WriteOverviewPage.qml new file mode 100644 index 000000000..2153eb690 --- /dev/null +++ b/src/app/src/qml/WriteOverview/WriteOverviewPage.qml @@ -0,0 +1,283 @@ +import QtQuick 2.15 +import QtQml 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import Qt.labs.settings 1.1 +import "../Commons" +import ".." + + +WriteOverviewPageForm { + id: root + property string pageType: "writeOverview" + + + + + Component.onCompleted: { + + } + + //------------------------------------------------------------- + //-------Left Dock------------------------------------------ + //------------------------------------------------------------- + + + + + leftDockMenuGroup.visible: !Globals.compactSize && leftDockMenuButton.checked + leftDockMenuButton.visible: !Globals.compactSize + + + leftDockShowButton.onClicked: leftDrawer.isVisible ? leftDrawer.isVisible = false : leftDrawer.isVisible = true + + leftDockShowButton.icon { + name: leftDrawer.isVisible ? "go-previous" : "go-next" + height: 50 + width: 50 + } + + leftDockMenuButton.icon { + name: "overflow-menu" + height: 50 + width: 50 + } + + leftDockResizeButton.icon { + name: "resizecol" + height: 50 + width: 50 + } + + + // compact mode : + compactHeaderPane.visible: Globals.compactSize + + compactLeftDockShowButton.onClicked: leftDrawer.open() + compactLeftDockShowButton.icon { + name: "go-next" + height: 50 + width: 50 + } + + // resizing with leftDockResizeButton: + + property int leftDockResizeButtonFirstPressX: 0 + leftDockResizeButton.onReleased: { + leftDockResizeButtonFirstPressX = 0 + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + } + + leftDockResizeButton.onPressXChanged: { + + if(leftDockResizeButtonFirstPressX === 0){ + leftDockResizeButtonFirstPressX = root.mapFromItem(leftDockResizeButton, leftDockResizeButton.pressX, 0).x + } + + var pressX = root.mapFromItem(leftDockResizeButton, leftDockResizeButton.pressX, 0).x + var displacement = leftDockResizeButtonFirstPressX - pressX + leftDockFixedWidth = leftDockFixedWidth - displacement + leftDockResizeButtonFirstPressX = pressX + + if(leftDockFixedWidth < 300){ + leftDockFixedWidth = 300 + } + if(leftDockFixedWidth > 600){ + leftDockFixedWidth = 600 + } + + + + } + + leftDockResizeButton.onPressed: { + + rootSwipeView.interactive = false + + } + + leftDockResizeButton.onCanceled: { + + rootSwipeView.interactive = SkrSettings.accessibilitySettings.allowSwipeBetweenTabs + leftDockResizeButtonFirstPressX = 0 + + } + + + //--------------------------------------------------------- + + + property alias leftDock: leftDock + property int leftDockFixedWidth: 400 + Dock { + id: leftDrawer + parent: base + enabled: base.enabled + + width: Globals.compactSize ? 400 : leftDockFixedWidth + height: base.height + interactive: Globals.compactSize +// position: Globals.compactSize ? 0 : (leftDrawer.isVisible ? 1 : 0) +// isVisible: !Globals.compactSize + edge: Qt.LeftEdge + + + Connections { + target: Globals + function onCompactSizeChanged(){ + leftDrawer.isVisible = !Globals.compactSize + } + } + + LeftDock { + id: leftDock + anchors.fill: parent + + + } + Component.onCompleted: { + leftDockFixedWidth = leftSettings.width + Globals.resetDockConfCalled.connect(resetConf) + if(Globals.compactSize){ + leftDrawer.close() + } + } + + + Settings { + id: leftSettings + category: "writeOverviewLeftDock" + property int width: leftDockFixedWidth + } + + function resetConf(){ + leftDockFixedWidth = 300 + } + + } + + + + //------------------------------------------------------------ + //--------menus-------------------------------------------- + //------------------------------------------------------------ + + QtObject{ + id: privateMenuObject + property string dockUniqueId: "" + } + + function addMenus(){ + //create dockUniqueId: + privateMenuObject.dockUniqueId = Qt.formatDateTime(new Date(), "yyyyMMddhhmmsszzz") + + var helpMenu + + var menuCount = mainMenu.count + + // take Help menu + menuCount = mainMenu.count + var m; + for(m = 0 ; m < menuCount ; m++){ + var menu = mainMenu.menuAt(m) + if(menu.objectName === "helpMenu"){ + helpMenu = mainMenu.takeMenu(m) + } + } + + // add new menus + var k + for(k = 0 ; k < leftDock.menuComponents.length ; k++){ + + var newMenu = leftDock.menuComponents[k].createObject(mainMenu) + newMenu.objectName = newMenu.objectName + "-" + privateMenuObject.dockUniqueId + mainMenu.addMenu(newMenu) + + } + + // shortcuts: + + + //reinsert Help menu + mainMenu.addMenu(helpMenu) + + } + + function removeMenus(){ + if(mainMenu === null){ + return + } + + + var helpMenu + + var menuCount = mainMenu.count + + // take Help menu + menuCount = mainMenu.count + var m; + for(m = 0 ; m < menuCount ; m++){ + var menu = mainMenu.menuAt(m) + if(menu.objectName === "helpMenu"){ + helpMenu = mainMenu.takeMenu(m) + } + } + + // remove additional menus + menuCount = mainMenu.count + var i; + for(i = menuCount - 1 ; i >= 0 ; i--){ + var menu1 = mainMenu.menuAt(i) + + if(menu1.objectName === "navigationDockMenu-" + privateMenuObject.dockUniqueId + || menu1.objectName === "toolDockMenu-" + privateMenuObject.dockUniqueId){ + + mainMenu.removeMenu(menu1) + + } + } + + + //reinsert Help menu + mainMenu.addMenu(helpMenu) + + privateMenuObject.dockUniqueId = "" + + } + + onEnabledChanged: { + + if(root.enabled){ + addMenus() + } + else{ + removeMenus() + } + } + + + //------------------------------------------------------------ + // fullscreen : + //------------------------------------------------------------ + property bool fullscreen_left_drawer_visible: false + + Connections { + target: Globals + function onFullScreenCalled(value) { + if(value){ + //save previous conf + fullscreen_left_drawer_visible = leftDrawer.visible + + leftDrawer.visible = false + + } + else{ + leftDrawer.visible = fullscreen_left_drawer_visible + + } + + } + } + + +} diff --git a/src/app/src/qml/WriteOverview/WriteOverviewPageForm.ui.qml b/src/app/src/qml/WriteOverview/WriteOverviewPageForm.ui.qml new file mode 100644 index 000000000..187a58e9d --- /dev/null +++ b/src/app/src/qml/WriteOverview/WriteOverviewPageForm.ui.qml @@ -0,0 +1,165 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import ".." + +Item { + id: base + width: 1000 + height: 600 + property alias compactHeaderPane: compactHeaderPane + property alias compactLeftDockShowButton: compactLeftDockShowButton + property alias leftDockMenuGroup: leftDockMenuGroup + property alias leftDockResizeButton: leftDockResizeButton + property alias leftDockMenuButton: leftDockMenuButton + property alias leftDockShowButton: leftDockShowButton + property alias middleBase: middleBase + property alias overview: overview + property alias base: base + property int leftBasePreferredWidth: 0 + + + ColumnLayout { + id: columnLayout + clip: false + spacing: 0 + anchors.fill: parent + anchors.leftMargin: Globals.compactSize ? undefined : leftDrawer.width * leftDrawer.position + + Pane { + id: compactHeaderPane + width: 200 + height: 200 + padding: 2 + Layout.fillHeight: false + Layout.preferredHeight: 50 + Layout.fillWidth: true + + RowLayout { + id: rowLayout1 + spacing: 2 + anchors.fill: parent + RowLayout { + id: rowLayout2 + spacing: 2 + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + Button { + id: compactLeftDockShowButton + Layout.preferredHeight: 50 + Layout.preferredWidth: 50 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + } + } + } + + RowLayout { + id: rowLayout + Layout.fillHeight: true + Layout.fillWidth: true + spacing: 0 + + Item { + id: leftBase + Layout.preferredWidth: leftBasePreferredWidth + Layout.maximumWidth: leftBasePreferredWidth + Layout.minimumWidth: 30 + visible: !Globals.compactSize + Layout.fillHeight: true + + z: 1 + + RowLayout { + spacing: 0 + anchors.fill: parent + + Pane { + id: leftPane + Layout.fillHeight: true + Layout.fillWidth: true + + MultiPointTouchArea { + id: leftPaneScrollTouchArea + z: 1 + anchors.fill: parent + mouseEnabled: false + maximumTouchPoints: 1 + touchPoints: [ + TouchPoint { + id: leftTouch1 + } + ] + } + + MouseArea { + id: leftPaneScrollMouseArea + z: 0 + anchors.fill: parent + } + + ColumnLayout { + anchors.fill: parent + z: 2 + Button { + id: leftDockShowButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + + Button { + id: leftDockMenuButton + focusPolicy: Qt.NoFocus + checkable: true + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + hoverEnabled: true + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + + ColumnLayout { + id: leftDockMenuGroup + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + + Button { + id: leftDockResizeButton + focusPolicy: Qt.NoFocus + Layout.preferredHeight: 30 + Layout.preferredWidth: 30 + flat: true + Layout.alignment: Qt.AlignLeft | Qt.AlignTop + } + } + + Item { + id: stretcher + Layout.fillHeight: true + Layout.fillWidth: true + } + } + } + + } + } + + Item { + id: middleBase + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + Layout.fillHeight: true + Layout.fillWidth: true + + + Rectangle { + id: overview + anchors.fill: parent + color: "orange" + } + + } + } + } +} diff --git a/src/app/src/qml/main.qml b/src/app/src/qml/main.qml new file mode 100644 index 000000000..60816a57e --- /dev/null +++ b/src/app/src/qml/main.qml @@ -0,0 +1,1274 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Window 2.15 +import QtQml 2.15 +//import QtQuick.Dialogs 1.3 +import Qt.labs.settings 1.1 +import Qt.labs.platform 1.1 as LabPlatform +import eu.skribisto.plmerror 1.0 +import eu.skribisto.projecthub 1.0 +import "Commons" + +ApplicationWindow { + + id: rootWindow + objectName: "rootWindow" + //visible: true + minimumHeight: 500 + minimumWidth: 600 + + onHeightChanged: Globals.height = height + onWidthChanged: Globals.width = width + + x: settings.x + y: settings.y + height: settings.height + width: settings.width + + visibility: settings.visibility + Settings { + id: settings + category: "window" + property int x: 0 + property int y: 0 + property int height: Screen.height + property int width: Screen.width + property int visibility: Window.Maximized + } + + //------------------------------------------------------------------ + //---------Fullscreen--------- + //------------------------------------------------------------------ + + + Action { + + id: fullscreenAction + text: qsTr("Fullscreen") + icon { + name: "view-fullscreen" + height: 50 + width: 50 + } + + //shortcut: StandardKey.FullScreen + checkable: true + onCheckedChanged: { + Globals.fullScreenCalled(fullscreenAction.checked) + } + } + + Shortcut { + sequence: StandardKey.FullScreen + context: Qt.ApplicationShortcut + onActivated: fullscreenAction.trigger() + } + + //------------------------------------------------------------------ + //---------New project--------- + //------------------------------------------------------------------ + + Action { + + id: newProjectAction + text: qsTr("&New Project") + icon { + name: "document-new" + height: 50 + width: 50 + } + + //shortcut: StandardKey.New + onTriggered: { + console.log("New Project") + Globals.showWelcomePage() + Globals.showProjectPage() + Globals.showNewProjectWizard() + } + + + } + Shortcut { + sequence: StandardKey.New + context: Qt.ApplicationShortcut + onActivated: newProjectAction.trigger() + } + + //------------------------------------------------------------------ + //---------Open project--------- + //------------------------------------------------------------------ + + Action { + + id: openProjectAction + text: qsTr("&Open Project") + icon { + name: "document-open" + height: 50 + width: 50 + } + + shortcut: StandardKey.Open + onTriggered: { + console.log("Open Project") + openFileDialog.open() + + } + + + + } + + LabPlatform.FileDialog{ + + + id: openFileDialog + title: qsTr("Open an existing project") + modality: Qt.ApplicationModal + folder: LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + fileMode: LabPlatform.FileDialog.OpenFile + selectedNameFilter.index: 0 + nameFilters: ["Skribisto file (*.skrib)"] + onAccepted: { + + var file = openFileDialog.file + + + if(plmData.projectHub().isURLAlreadyLoaded(file)){ + + } + else { + + var error = plmData.projectHub().loadProject(file) + } + + } + onRejected: { + + } + } + //------------------------------------------------------------------ + //---------Save--------- + //------------------------------------------------------------------ + + Action { + + id: saveAction + text: qsTr("Save") + icon { + name: "document-save" + height: 50 + width: 50 + } + + //shortcut: StandardKey.Save + onTriggered: { + var projectId = plmData.projectHub().getActiveProject() + var error = plmData.projectHub().saveProject(projectId) + + if (error.getErrorCode() === "E_PROJECT_no_path"){ + saveAsFileDialog.open() + } + + + + } + } + Shortcut { + sequence: StandardKey.Save + context: Qt.ApplicationShortcut + onActivated: saveAction.trigger() + + } + + Connections { + target: plmData.projectHub() + function onActiveProjectChanged(projectId){ + if (!plmData.projectHub().isProjectNotModifiedOnce(projectId)){ + saveAction.enabled = true + } + else{ + saveAction.enabled = false + } + } + + } + + Connections { + target: plmData.projectHub() + function onProjectNotSavedAnymore(projectId){ + if (projectId === plmData.projectHub().getActiveProject() + && !plmData.projectHub().isProjectNotModifiedOnce(projectId)){ + saveAction.enabled = true + } + } + + } + + Connections { + target: plmData.projectHub() + function onProjectSaved(projectId){ + if (projectId === plmData.projectHub().getActiveProject()){ + saveAction.enabled = false + } + } + + } + + + + //------------------------------------------------------------------ + //---------Save All--------- + //------------------------------------------------------------------ + + Action { + + id: saveAllAction + text: qsTr("Save All") + icon { + name: "document-save-all" + height: 50 + width: 50 + } + + //shortcut: "Ctrl+Shift+S" + onTriggered: { + var projectIdList = plmData.projectHub().getProjectIdList() + var projectCount = plmData.projectHub().getProjectCount() + + var i; + for (i = 0; i < projectCount ; i++ ){ + var projectId = projectIdList[i] + var error = plmData.projectHub().saveProject(projectId) + + if (error.getErrorCode() === "E_PROJECT_no_path"){ + var errorProjectId = error.getDataList()[0]; + saveAsFileDialog.projectId = errorProjectId + saveAsFileDialog.open() + } + } + } + } + Shortcut { + sequence: qsTr("Ctrl+Shift+S") + context: Qt.ApplicationShortcut + onActivated: saveAllAction.trigger() + + } + + Connections { + target: plmData.projectHub() + function onIsThereAnyLoadedProjectChanged(value){ + saveAction.enabled = value + saveAsAction.enabled = value + saveAllAction.enabled = value + + } + + } + + + //------------------------------------------------------------------ + //---------Save As--------- + //------------------------------------------------------------------ + + Action { + + id: saveAsAction + text: qsTr("Save as...") + icon { + name: "document-save-as" + height: 50 + width: 50 + } + + //shortcut: StandardKey.SaveAs + onTriggered: { + var projectId = plmData.projectHub().getActiveProject() + saveACopyFileDialog.projectId = projectId + saveACopyFileDialog.projectName = plmData.projectHub().getProjectName(projectId) + saveAsFileDialog.open() + + + if(!plmData.projectHub().getPath(projectId) && skrQMLTools.isURLSchemeQRC(plmData.projectHub().getPath(projectId))){ + saveAsFileDialog.folder = LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + } + else { + saveAsFileDialog.currentFile = skrQMLTools.translateURLToLocalFile(plmData.projectHub().getPath(projectId)) + } + + } + } + + Shortcut { + sequence: StandardKey.SaveAs + context: Qt.ApplicationShortcut + onActivated: saveAsAction.trigger() + + } + + LabPlatform.FileDialog{ + property int projectId: -2 + property string projectName: "" + + id: saveAsFileDialog + title: qsTr("Save the \"%1\" project as ...").arg(projectName) + modality: Qt.ApplicationModal + folder: LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + fileMode: LabPlatform.FileDialog.SaveFile + selectedNameFilter.index: 0 + nameFilters: ["Skribisto file (*.skrib)"] + onAccepted: { + + var file = saveAsFileDialog.file.toString() + + if(file.indexOf(".skrib") === -1){ // not found + file = file + ".skrib" + } + if(projectId == -2){ + projectId = plmData.projectHub().getActiveProject() + } + + + if(projectName == ""){ + projectName = plmData.projectHub().getProjectName(plmData.projectHub().getActiveProject()) + } + + var error = plmData.projectHub().saveProjectAs(projectId, "skrib", Qt.resolvedUrl(file)) + + if (error.getErrorCode() === "E_PROJECT_path_is_readonly"){ + // Dialog: + pathIsReadOnlydialog.open() + + } + + } + onRejected: { + + } + } + SimpleDialog { + id: pathIsReadOnlydialog + title: "Error" + text: qsTr("This path is read-only, please choose another path.") + onAccepted: saveAsFileDialog.open() + } + + + //------------------------------------------------------------------ + //---------Save A Copy--------- + //------------------------------------------------------------------ + + + Action { + + id: saveACopyAction + text: qsTr("Save a Copy") + icon { + name: "document-save-as-template" + height: 50 + width: 50 + } + + //shortcut: StandardKey.SaveAs + onTriggered: { + var projectId = plmData.projectHub().getActiveProject() + saveACopyFileDialog.projectId = projectId + saveACopyFileDialog.projectName = plmData.projectHub().getProjectName(projectId) + saveACopyFileDialog.open() + + + + + + + + + } + } + + LabPlatform.FileDialog{ + property int projectId: -2 + property string projectName: "" + + id: saveACopyFileDialog + title: qsTr("Save a copy of the \"%1\" project as ...").arg(projectName) + modality: Qt.ApplicationModal + folder: LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + fileMode: LabPlatform.FileDialog.SaveFile + selectedNameFilter.index: 0 + nameFilters: ["Skribisto file (*.skrib)"] + onAccepted: { + + var file = saveACopyFileDialog.file.toString() + + + if(file.indexOf(".skrib") === -1){ // not found + file = file + ".skrib" + } + if(projectId == -2){ + projectId = plmData.projectHub().getActiveProject() + } + console.log("FileDialog :" , projectId) + + if(projectName == ""){ + projectName = plmData.projectHub().getProjectName(plmData.projectHub().getActiveProject()) + } + + var error = plmData.projectHub().saveAProjectCopy(projectId, "skrib", Qt.resolvedUrl(file)) + + if (error.getErrorCode() === "E_PROJECT_path_is_readonly"){ + // Dialog: + saveACopyFileDialog.open() + + } + + } + onRejected: { + + } + } + SimpleDialog { + id: pathIsReadOnlySaveACopydialog + title: "Error" + text: qsTr("This path is read-only, please choose another path.") + onAccepted: saveACopyFileDialog.open() + } + // Shortcut { + // sequence: StandardKey.Save + // context: Qt.ApplicationShortcut + // onActivated: saveAction.trigger() + + // } + + // Shortcut { + // sequence: StandardKey.Quit + // context: Qt.ApplicationShortcut + // onActivated: Qt.quit() + + // } + + // style : + //palette.window: "white" + + //Splash screen + Item { + id: splash + parent: Overlay.overlay + property int timeoutInterval: 1000 + signal timeout + x: (Overlay.overlay.width - splashImage.width) / 2 + y: (Overlay.overlay.height - splashImage.height) / 2 + width: splashImage.width + height: splashImage.height + + Image { + id: splashImage + source: "qrc:/pics/skribisto.svg" + + + + // layer.enabled: true + // layer.samplerName: "maskSource" + // layer.effect: ShaderEffect { + // property variant source: splashImage + // fragmentShader: " + // varying highp vec2 qt_TexCoord0; + // uniform highp float qt_Opacity; + // uniform lowp sampler2D source; + // uniform lowp sampler2D maskSource; + // void main(void) { + // gl_FragColor = texture2D(source, qt_TexCoord0.st) * (1.0-texture2D(maskSource, qt_TexCoord0.st).a) * qt_Opacity; + // } + // " + // } + + } + Timer { + interval: splash.timeoutInterval; running: true; repeat: false + onTriggered: { + splash.visible = false + splash.timeout() + } + } + Component.onCompleted: splash.visible = true + } + + + + // Component{ + // id: rootPage + RootPage { + //window: rootWindow + anchors.fill: parent + } + + + + Connections { + target: Globals + function onFullScreenCalled(value) { + console.log("fullscreen") + if(value){ + visibility = Window.FullScreen + } + else { + visibility = Window.AutomaticVisibility + } + + } + } + + + + //------------------------------------------------------------ + //------------Back up----------------------------------- + //------------------------------------------------------------ + + Action { + + id: backUpAction + text: qsTr("Back up") + icon { + name: "tools-media-optical-burn-image" + height: 50 + width: 50 + } + + //shortcut: StandardKey.SaveAs + onTriggered: { + + + var backupPaths = SkrSettings.backupSettings.paths + var backupPathList = backupPaths.split(";") + + //no backup path set + if (backupPaths === ""){ + //TODO: send notification, backup not configured + + return + } + + var projectIdList = plmData.projectHub().getProjectIdList() + var projectCount = plmData.projectHub().getProjectCount() + + + // all projects : + var i; + for (i = 0; i < projectCount ; i++ ){ + var projectId = projectIdList[i] + + + //no project path + if (!plmData.projectHub().getPath(projectId)){ + //TODO: send notification, project not yet saved once + + break + } + + // in all backup paths : + var j; + for (j = 0; j < backupPathList.length ; j++ ){ + var path = Qt.resolvedUrl(backupPathList[j]) + + + if (!path){ + //TODO: send notification + console.log("backup path empty") + continue + } + + + + var error = plmData.projectHub().backupAProject(projectId, "skrib", path) + + if (error.getErrorCode() === "E_PROJECT_path_is_readonly"){ + + } + + } + } + + } + } + + //------------------------------------------------------------ + //------------Print project----------------------------------- + //------------------------------------------------------------ + Action { + id: printAction + text: qsTr("&Print") + icon { + name: "document-print" + height: 50 + width: 50 + } + + shortcut: StandardKey.Print + onTriggered: { + Globals.showWelcomePage() + Globals.showProjectPage() + Globals.showPrintWizard() + + } + } + + Shortcut { + sequence: StandardKey.Print + context: Qt.ApplicationShortcut + onActivated: printAction.trigger() + } + //------------------------------------------------------------ + //------------Import project----------------------------------- + //------------------------------------------------------------ + Action { + id: importAction + text: qsTr("&Import") + icon { + name: "document-import" + height: 50 + width: 50 + } + + //shortcut: StandardKey + onTriggered: { + Globals.showWelcomePage() + Globals.showProjectPage() + Globals.showImportWizard() + + } + } + //------------------------------------------------------------ + //------------Export project----------------------------------- + //------------------------------------------------------------ + Action { + id: exportAction + text: qsTr("&Export") + icon { + name: "document-export" + height: 50 + width: 50 + } + + //shortcut: StandardKey.New + onTriggered: { + Globals.showWelcomePage() + Globals.showProjectPage() + Globals.showExportWizard() + + } + } + + //------------------------------------------------------------ + //------------Close current project----------------------------------- + //------------------------------------------------------------ + + property string activeProjectName: "" + Action { + id: closeCurrentProjectAction + text: qsTr("&Close \"%1\" project").arg(activeProjectName) + icon { + name: "document-close" + height: 50 + width: 50 + } + + //shortcut: StandardKey.New + onTriggered: { + console.log("Close Project") + var activeProjectId = plmData.projectHub().getActiveProject() + var savedBool = plmData.projectHub().isProjectSaved(activeProjectId) + if(savedBool || plmData.projectHub().isProjectNotModifiedOnce(projectId)){ + plmData.projectHub().closeProject(activeProjectId) + } + else{ + saveOrNotBeforeClosingProjectDialog.projectId = activeProjectId + saveOrNotBeforeClosingProjectDialog.projectName = plmData.projectHub().getProjectName(activeProjectId) + saveOrNotBeforeClosingProjectDialog.open() + saveOrNotBeforeClosingProjectDialog.currentFile = LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + } + } + + } + + SimpleDialog { + property int projectId: -2 + property string projectName: "" + + id: saveOrNotBeforeClosingProjectDialog + title: "Warning" + text: qsTr("The project %1 is not saved. Do you want to save it before quiting ?").arg(projectName) + standardButtons: Dialog.Save | Dialog.Discard | Dialog.Cancel + + onRejected: { + saveOrNotBeforeClosingProjectDialog.close() + + } + + onDiscarded: { + plmData.projectHub().closeProject(projectId) + saveOrNotBeforeClosingProjectDialog.close() + + } + + onAccepted: { + + + var error = plmData.projectHub().saveProject(projectId) + if (error.getErrorCode() === "E_PROJECT_no_path"){ + var errorProjectId = error.getDataList()[0]; + saveAsBeforeClosingProjectFileDialog.projectId = errorProjectId + saveAsBeforeClosingProjectFileDialog.projectName = plmData.projectHub().getProjectName(projectId) + saveAsBeforeClosingProjectFileDialog.open() + saveAsBeforeClosingProjectFileDialog.currentFile = LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation)[0] + } + else { + plmData.projectHub().closeProject(projectId) + } + saveOrNotBeforeClosingProjectDialog.close() + + + + + + } + + + + + } + + LabPlatform.FileDialog{ + property int projectId: -2 + property string projectName: "" + + id: saveAsBeforeClosingProjectFileDialog + title: qsTr("Save the %1 project as ...").arg(projectName) + modality: Qt.ApplicationModal + folder: LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + fileMode: LabPlatform.FileDialog.SaveFile + selectedNameFilter.index: 0 + nameFilters: ["Skribisto file (*.skrib)"] + onAccepted: { + + var file = saveAsFileDialog.file.toString() + + if(file.indexOf(".skrib") === -1){ // not found + file = file + ".skrib" + } + if(projectId == -2){ + projectId = plmData.projectHub().getActiveProject() + } + console.log("FileDialog :" , projectId) + + if(projectName == ""){ + projectName = plmData.projectHub().getProjectName(plmData.projectHub().getActiveProject()) + } + + var error = plmData.projectHub().saveProjectAs(projectId, "skrib", Qt.resolvedUrl(file)) + + if (error.getErrorCode() === "E_PROJECT_path_is_readonly"){ + // Dialog: + pathIsReadOnlydialog.open() + + } + else{ + plmData.projectHub().closeProject(projectId) + saveOrNotBeforeClosingProjectDialog.close() + } + } + onRejected: { + plmData.projectHub().closeProject(projectId) + saveOrNotBeforeClosingProjectDialog.close() + } + } + + + + Connections{ + target: plmData.projectHub() + function onActiveProjectChanged(){ + activeProjectName = plmData.projectHub().getProjectName(plmData.projectHub().getActiveProject()) + } + } + Connections{ + target: plmData.projectHub() + function onProjectNameChanged(){ + activeProjectName = plmData.projectHub().getProjectName(plmData.projectHub().getActiveProject()) + } + } + + //------------------------------------------------------------ + //------------Close logic----------------------------------- + //------------------------------------------------------------ + + Action { + id: quitAction + text: qsTr("&Quit") + icon { + name: "window-close" + height: 50 + width: 50 + } + + // shortcut: StandardKey.Quit + onTriggered: { + rootWindow.close() + + } + } + + onClosing: { + console.log("quiting") + + + // determine if all projects are saved + + + var projectsNotSavedList = plmData.projectHub().projectsNotSaved() + var i; + for (i = 0; i < projectsNotSavedList.length ; i++ ){ + var projectId = projectsNotSavedList[i] + + if(plmData.projectHub().isProjectNotModifiedOnce(projectId)){ + continue + } + else { + + saveOrNotBeforeQuitingDialog.projectId = projectId + saveOrNotBeforeQuitingDialog.projectName = plmData.projectHub().getProjectName(projectId) + saveOrNotBeforeQuitingDialog.open() + //saveAsBeforeQuitingFileDialog.currentFile = LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + close.accepted = false + } + + } + if(projectsNotSavedList.length === 0){ + + + + // geometry + settings.x = rootWindow.x + settings.y = rootWindow.y + settings.width = rootWindow.width + settings.height = rootWindow.height + settings.visibility = rootWindow.visibility + + + close.accepted = true + } + + } + + Shortcut { + sequence: StandardKey.Quit + context: Qt.ApplicationShortcut + onActivated: quitAction.trigger() + } + + + SimpleDialog { + property int projectId: -2 + property string projectName: "" + + id: saveOrNotBeforeQuitingDialog + title: "Warning" + text: qsTr("The project %1 is not saved. Do you want to save it before quiting ?").arg(projectName) + standardButtons: Dialog.Save | Dialog.Discard | Dialog.Cancel + + onRejected: { + + } + + onDiscarded: { + plmData.projectHub().closeProject(projectId) + + rootWindow.close() + } + + onAccepted: { + + + var error = plmData.projectHub().saveProject(projectId) + if (error.getErrorCode() === "E_PROJECT_no_path"){ + var errorProjectId = error.getDataList()[0]; + saveAsBeforeQuitingFileDialog.projectId = errorProjectId + saveAsBeforeQuitingFileDialog.projectName = plmData.projectHub().getProjectName(projectId) + saveAsBeforeQuitingFileDialog.open() + } + else { + rootWindow.close() + } + + } + } + + LabPlatform.FileDialog{ + property int projectId: -2 + property string projectName: "" + + id: saveAsBeforeQuitingFileDialog + title: qsTr("Save the %1 project as ...").arg(projectName) + modality: Qt.ApplicationModal + folder: LabPlatform.StandardPaths.writableLocation(LabPlatform.StandardPaths.DocumentsLocation) + fileMode: LabPlatform.FileDialog.SaveFile + selectedNameFilter.index: 0 + nameFilters: ["Skribisto file (*.skrib)"] + onAccepted: { + + var file = saveAsFileDialog.file.toString() + + if(file.indexOf(".skrib") === -1){ // not found + file = file + ".skrib" + } + if(projectId == -2){ + projectId = plmData.projectHub().getActiveProject() + } + console.log("FileDialog :" , projectId) + + if(projectName == ""){ + projectName = plmData.projectHub().getProjectName(plmData.projectHub().getActiveProject()) + } + + var error = plmData.projectHub().saveProjectAs(projectId, "skrib", Qt.resolvedUrl(file)) + + if (error.getErrorCode() === "E_PROJECT_path_is_readonly"){ + // Dialog: + pathIsReadOnlydialog.open() + + } + else{ + rootWindow.close() + } + } + onRejected: { + rootWindow.close() + } + } + + + + + //------------------------------------------------------------ + //---------------------------------------------- + //------------------------------------------------------------ + property var lastFocusedItem: undefined + onActiveFocusItemChanged: { + if(!activeFocusItem){ + return + } + var item = activeFocusItem + + if(skrEditMenuSignalHub.isSubscribed(activeFocusItem.objectName)){ + //console.log("activeFocusItem", activeFocusItem.objectName) + cutAction.enabled = true + copyAction.enabled = true + pasteAction.enabled = true + lastFocusedItem = item + return + } + + + // determine if menuBar is an ancestor + if(item.parent){ + if(item.parent.objectName === "menuBar" || item.parent.objectName === "editMenu" ){ + //console.log("menuBar is ancestor") + return + } + if(item.parent.parent){ + if(item.parent.parent.objectName === "menuBar" ||item.parent.parent.objectName === "editMenu"){ + //console.log("menuBar is ancestor") + return + + } + if(item.parent.parent.parent){ + if(item.parent.parent.parent.objectName === "menuBar" ||item.parent.parent.parent.objectName === "editMenu"){ + //console.log("menuBar is ancestor") + return + + } + if(item.parent.parent.parent.parent){ + if(item.parent.parent.parent.parent.objectName === "menuBar" || item.parent.parent.parent.parent.objectName === "editMenu"){ + //console.log("menuBar is ancestor") + return + + } + if(item.parent.parent.parent.parent.parent){ + if(item.parent.parent.parent.parent.parent.objectName === "menuBar" || item.parent.parent.parent.parent.parent.objectName === "editMenu"){ + //console.log("menuBar is ancestor") + return + + } + + } + } + + } + + + } + + + } + var itemString = item.toString() + if(itemString.slice(0, 15) === "QQuickPopupItem"){ + //console.log("item is QQuickPopupItem") + return + + } + + + + + // console.log("item", activeFocusItem) + // console.log("objectName", activeFocusItem.objectName) + if(!lastFocusedItem){ + lastFocusedItem = item + } + if(skrEditMenuSignalHub.isSubscribed(lastFocusedItem.objectName)){ + //console.log("lastFocusedItem", lastFocusedItem.objectName) + cutAction.enabled = true + copyAction.enabled = true + pasteAction.enabled = true + } + else { + cutAction.enabled = false + copyAction.enabled = false + pasteAction.enabled = false + + } + lastFocusedItem = item + + + } + + Action { + id: cutAction + text: qsTr("Cut") + shortcut: StandardKey.Cut + icon { + name: "edit-cut" + } + + onTriggered: { + skrEditMenuSignalHub.cutActionTriggered() + } + } + // Shortcut{ + // sequence: StandardKey.Cut + // context: Qt.ApplicationShortcut + // onActivated: cutAction.trigger() + // } + + Action { + id: copyAction + text: qsTr("Copy") + shortcut: StandardKey.Copy + icon { + name: "edit-copy" + } + + onTriggered: { + skrEditMenuSignalHub.copyActionTriggered() + } + } + // Shortcut{ + // sequence: StandardKey.Copy + // context: Qt.ApplicationShortcut + // onActivated: copyAction.trigger() + // } + + Action { + id: pasteAction + text: qsTr("Paste") + shortcut: StandardKey.Paste + icon { + name: "edit-paste" + } + + onTriggered: { + skrEditMenuSignalHub.pasteActionTriggered() + } + } + // Shortcut{ + // sequence: StandardKey.Paste + // context: Qt.ApplicationShortcut + // onActivated: pasteAction.trigger() + // } + + + + Action { + property bool preventTrigger: false + property bool actionTriggeredVolontarily: false + + id: italicAction + text: qsTr("Italic") + icon { + name: "format-text-italic" + height: 50 + width: 50 + } + + shortcut: StandardKey.Italic + checkable: true + + onCheckedChanged: { + console.log("preventTrigger", preventTrigger) + if(preventTrigger){ + return + } + skrEditMenuSignalHub.italicActionTriggered(italicAction.checked) + + + + } + } + // Shortcut{ + // sequence: StandardKey.Italic + // context: Qt.ApplicationShortcut + // onActivated: italicAction.trigger() + // } + + + Action { + property bool preventTrigger: false + + id: boldAction + text: qsTr("Bold") + icon { + name: "format-text-bold" + height: 50 + width: 50 + } + + shortcut: StandardKey.Bold + checkable: true + + onCheckedChanged: { + + if(preventTrigger){ + return + } + skrEditMenuSignalHub.boldActionTriggered(boldAction.checked) + + + } + } + // Shortcut{ + // sequence: StandardKey.Bold + // context: Qt.ApplicationShortcut + // onActivated: boldAction.trigger() + // } + + + Action { + property bool preventTrigger: false + + id: strikeAction + text: qsTr("Strike") + icon { + name: "format-text-strikethrough" + height: 50 + width: 50 + } + + //shortcut: StandardKey + checkable: true + + onCheckedChanged: { + if(preventTrigger){ + return + } + skrEditMenuSignalHub.strikeActionTriggered(strikeAction.checked) + + } + } + // Shortcut{ + // sequence: + // context: Qt.ApplicationShortcut + // onActivated: strikeAction.trigger() + // } + + + + Action { + property bool preventTrigger: false + + id: underlineAction + text: qsTr("Underline") + icon { + name: "format-text-underline" + height: 50 + width: 50 + } + + shortcut: StandardKey.Underline + checkable: true + + onCheckedChanged: { + if(preventTrigger){ + return + } + skrEditMenuSignalHub.underlineActionTriggered(underlineAction.checked) + + } + } + // Shortcut{ + // sequence: StandardKey.Underline + // context: Qt.ApplicationShortcut + // onActivated: underlineAction.trigger() + // } + // Keys.onReleased: { + // if(event.key === Qt.Key_Alt){ + // console.log("alt") + // Globals.showMenuBarCalled() + // event.accepted = true + // } + // } + // Shortcut{ + // enabled: true + // sequence: "Alt+X" + // onActivated: {console.log("alt x")} + + // } + // Keys.onShortcutOverride: event.accepted = ((event.modifiers & Qt.AltModifier) && event.key === Qt.Key_F) + + // Keys.onPressed: { + // if ((event.modifiers & Qt.AltModifier) && event.key === Qt.Key_F){ + // menuBar.visible = true + + // } + // i + + // } + + // Keys.onReleased: { + // if ((event.modifiers & Qt.AltModifier) && event.key === Qt.Key_F){ + // menuBar.visible = true + + // } + + // // if(event.key === Qt.Key_Alt){ + // // console.log("alt") + // // Globals.showMenuBarCalled() + + // // event.accepted = true + // // } + // } + + + + + + + + + +} //} + +/*##^## Designer { + D{i:0;autoSize:true;height:480;width:640} +} + ##^##*/ + diff --git a/src/app/src/qml/qmldir b/src/app/src/qml/qmldir new file mode 100644 index 000000000..a88fffca1 --- /dev/null +++ b/src/app/src/qml/qmldir @@ -0,0 +1,2 @@ +singleton Globals 1.0 Globals.qml +singleton SkrSettings 1.0 SkrSettings.qml diff --git a/src/app/src/qml_qmlcache.qrc b/src/app/src/qml_qmlcache.qrc new file mode 100644 index 000000000..c18fcd74b --- /dev/null +++ b/src/app/src/qml_qmlcache.qrc @@ -0,0 +1,7 @@ + + + + qtquickcontrols2.conf + qml/qmldir + + diff --git a/src/app/src/qml_qmlcache.qrc.depends b/src/app/src/qml_qmlcache.qrc.depends new file mode 100644 index 000000000..c18fcd74b --- /dev/null +++ b/src/app/src/qml_qmlcache.qrc.depends @@ -0,0 +1,7 @@ + + + + qtquickcontrols2.conf + qml/qmldir + + diff --git a/src/app/src/qtquickcontrols2.conf b/src/app/src/qtquickcontrols2.conf new file mode 100644 index 000000000..ac2ab202f --- /dev/null +++ b/src/app/src/qtquickcontrols2.conf @@ -0,0 +1,12 @@ +[Controls] +Style=Default + +[Material] +Accent=Red +Primary=Cyan +Theme=Light + +[Universal] +Accent=Cyan +Foreground=Black +Theme=Light diff --git a/src/app/src/skreditmenusignalhub.cpp b/src/app/src/skreditmenusignalhub.cpp new file mode 100644 index 000000000..b75cd97f3 --- /dev/null +++ b/src/app/src/skreditmenusignalhub.cpp @@ -0,0 +1,56 @@ +#include "skreditmenusignalhub.h" + +SKREditMenuSignalHub::SKREditMenuSignalHub(QObject *parent) : QObject(parent) +{} + +bool SKREditMenuSignalHub::clearCutConnections() +{ + return this->disconnect(SIGNAL(cutActionTriggered())); +} + +bool SKREditMenuSignalHub::clearCopyConnections() +{ + return this->disconnect(SIGNAL(copyActionTriggered())); +} + +bool SKREditMenuSignalHub::clearPasteConnections() +{ + return this->disconnect(SIGNAL(pasteActionTriggered())); +} + +bool SKREditMenuSignalHub::clearItalicConnections() +{ + return this->disconnect(SIGNAL(italicActionTriggered(bool))); +} + +bool SKREditMenuSignalHub::clearBoldConnections() +{ + return this->disconnect(SIGNAL(boldActionTriggered(bool))); +} + +bool SKREditMenuSignalHub::clearStrikeConnections() +{ + return this->disconnect(SIGNAL(strikeActionTriggered(bool))); +} + +bool SKREditMenuSignalHub::clearUnderlineConnections() +{ + return this->disconnect(SIGNAL(underlineActionTriggered(bool))); +} + +void SKREditMenuSignalHub::subscribe(const QString& objectName) +{ + if (!m_subscribedList.contains(objectName)) { + m_subscribedList.append(objectName); + } +} + +void SKREditMenuSignalHub::unsubscribe(const QString& objectName) +{ + m_subscribedList.removeAll(objectName); +} + +bool SKREditMenuSignalHub::isSubscribed(const QString& objectName) +{ + return m_subscribedList.contains(objectName); +} diff --git a/src/app/src/skreditmenusignalhub.h b/src/app/src/skreditmenusignalhub.h new file mode 100644 index 000000000..574050aff --- /dev/null +++ b/src/app/src/skreditmenusignalhub.h @@ -0,0 +1,59 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: SKREditMenuSignalHub.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#ifndef SKREDITMENUSIGNALHUB_H +#define SKREDITMENUSIGNALHUB_H + +#include + +class SKREditMenuSignalHub : public QObject { + Q_OBJECT + +public: + + explicit SKREditMenuSignalHub(QObject *parent = nullptr); + Q_INVOKABLE bool clearCutConnections(); + Q_INVOKABLE bool clearCopyConnections(); + Q_INVOKABLE bool clearPasteConnections(); + Q_INVOKABLE bool clearItalicConnections(); + Q_INVOKABLE bool clearBoldConnections(); + Q_INVOKABLE bool clearStrikeConnections(); + Q_INVOKABLE bool clearUnderlineConnections(); + Q_INVOKABLE void subscribe(const QString& objectName); + Q_INVOKABLE void unsubscribe(const QString& objectName); + Q_INVOKABLE bool isSubscribed(const QString& objectName); + +signals: + + void cutActionTriggered(); + void copyActionTriggered(); + void pasteActionTriggered(); + void italicActionTriggered(bool isChecked); + void boldActionTriggered(bool isChecked); + void strikeActionTriggered(bool isChecked); + void underlineActionTriggered(bool isChecked); + +private: + + QStringList m_subscribedList; +}; + +#endif // SKREDITMENUSIGNALHUB_H diff --git a/src/app/src/skrfontfamilylistmodel.cpp b/src/app/src/skrfontfamilylistmodel.cpp new file mode 100644 index 000000000..a97bebba8 --- /dev/null +++ b/src/app/src/skrfontfamilylistmodel.cpp @@ -0,0 +1,120 @@ +#include "skrfontfamilylistmodel.h" +#include + +SKRFontFamilyListModel::SKRFontFamilyListModel(QObject *parent) + : QAbstractListModel(parent) +{} + +QVariant SKRFontFamilyListModel::headerData(int section, Qt::Orientation orientation, + int role) const +{ + Q_UNUSED(section) + Q_UNUSED(orientation) + Q_UNUSED(role) + + return QVariant(); +} + +bool SKRFontFamilyListModel::setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role) +{ + return false; +} + +QModelIndex SKRFontFamilyListModel::index(int row, int column, + const QModelIndex& parent) const +{ + if (column != 0) return QModelIndex(); + + QModelIndex index = createIndex(row, column, nullptr); + + return index; + + return QModelIndex(); +} + +int SKRFontFamilyListModel::rowCount(const QModelIndex& parent) const +{ + // For list models only the root node (an invalid parent) should return the + // list's size. For all + // other (valid) parents, rowCount() should return 0 so that it does not + // become a tree model. + if (parent.isValid()) return 0; + + return m_allFontFamilies.count(); +} + +QVariant SKRFontFamilyListModel::data(const QModelIndex& index, int role) const +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid + | QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + if (!index.isValid()) return QVariant(); + + + if (role == Qt::DisplayRole) { + return m_allFontFamilies.at(index.row()); + } + + return QVariant(); +} + +bool SKRFontFamilyListModel::setData(const QModelIndex& index, + const QVariant & value, + int role) +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid | + QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + + return false; +} + +Qt::ItemFlags SKRFontFamilyListModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QAbstractItemModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags; +} + +bool SKRFontFamilyListModel::insertRows(int row, int count, const QModelIndex& parent) +{ + beginInsertRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endInsertRows(); + return false; +} + +bool SKRFontFamilyListModel::removeRows(int row, int count, const QModelIndex& parent) +{ + beginRemoveRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endRemoveRows(); + return false; +} + +QHashSKRFontFamilyListModel::roleNames() const { + QHash roles; + + roles[Qt::DisplayRole] = "fontFamilyName"; + + return roles; +} + +void SKRFontFamilyListModel::populate() +{ + this->beginResetModel(); + + m_allFontFamilies.clear(); + + + this->endResetModel(); +} diff --git a/src/app/src/skrfontfamilylistmodel.h b/src/app/src/skrfontfamilylistmodel.h new file mode 100644 index 000000000..d848ac1fb --- /dev/null +++ b/src/app/src/skrfontfamilylistmodel.h @@ -0,0 +1,67 @@ +#ifndef SKRFONTFAMILYLISTMODEL_H +#define SKRFONTFAMILYLISTMODEL_H + +#include +#include +#include "./skribisto_data_global.h" + +class EXPORT SKRFontFamilyListModel : public QAbstractListModel { + Q_OBJECT + +public: + + explicit SKRFontFamilyListModel(QObject *parent = nullptr); + + + // Header: + QVariant headerData(int section, + Qt::Orientation orientation, + int role = Qt::DisplayRole) const override; + + bool setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role = Qt::EditRole) override; + + // Basic functionality: + QModelIndex index(int row, + int column, + const QModelIndex& parent = QModelIndex()) const override; + + + int rowCount(const QModelIndex& parent = QModelIndex()) const override; + + QVariant data(const QModelIndex& index, + int role = Qt::DisplayRole) const override; + + // Editable: + bool setData(const QModelIndex& index, + const QVariant & value, + int role = Qt::EditRole) override; + + Qt::ItemFlags flags(const QModelIndex& index) const override; + + // Add data: + bool insertRows(int row, + int count, + const QModelIndex& parent = QModelIndex()) override; + + // Remove data: + bool removeRows(int row, + int count, + const QModelIndex& parent = QModelIndex()) override; + + QHashroleNames() const override; + +signals: + +private slots: + + void populate(); + +private: + + QStringList m_allFontFamilies; +}; + +#endif // SKRFONTFAMILYLISTMODEL_H diff --git a/src/app/src/skrfonts.cpp b/src/app/src/skrfonts.cpp new file mode 100644 index 000000000..98adf95c2 --- /dev/null +++ b/src/app/src/skrfonts.cpp @@ -0,0 +1,13 @@ +#include "skrfonts.h" +#include + +SKRFonts::SKRFonts(QObject *parent) : QObject(parent) +{ + database = new QFontDatabase(); + families = database->families(); +} + +QStringList SKRFonts::fontFamilies() +{ + return families; +} diff --git a/src/app/src/skrfonts.h b/src/app/src/skrfonts.h new file mode 100644 index 000000000..eb29d3162 --- /dev/null +++ b/src/app/src/skrfonts.h @@ -0,0 +1,24 @@ +#ifndef SKRFONTS_H +#define SKRFONTS_H + +#include +#include + + +class SKRFonts : public QObject { + Q_OBJECT + +public: + + explicit SKRFonts(QObject *parent = nullptr); + Q_INVOKABLE QStringList fontFamilies(); + +signals: + +private: + + QFontDatabase *database; + QStringList families; +}; + +#endif // SKRFONTS_H diff --git a/src/app/src/skrqmltools.h b/src/app/src/skrqmltools.h new file mode 100644 index 000000000..65ee380bd --- /dev/null +++ b/src/app/src/skrqmltools.h @@ -0,0 +1,74 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: SKRTools.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef SKRQMLTOOLS_H +#define SKRQMLTOOLS_H + + +#include +#include +#include +#include +#include + + +class SKRQMLTools : public QObject { + Q_OBJECT + +public: + + explicit SKRQMLTools(QObject *parent = nullptr) : QObject(parent) {} + + Q_INVOKABLE QString translateURLToLocalFile(const QUrl& url) const { + return url.toLocalFile(); + } + + Q_INVOKABLE QUrl getURLFromLocalFile(const QString& path) const { + return QUrl::fromLocalFile(path); + } + + Q_INVOKABLE QUrl getFolderPathURLFromURL(const QUrl& url) const { + QFileInfo info(url.toLocalFile()); + QString folderPath = info.path(); + + return QUrl(folderPath); + } + + Q_INVOKABLE bool isURLSchemeQRC(const QUrl& url) const { + if (url.scheme() == "qrc") { + return true; + } + return false; + } + + Q_INVOKABLE QUrl setURLScheme(const QUrl& url, const QString& scheme) const { + QUrl newUrl(url); + + newUrl.setScheme(scheme); + + return newUrl; + } + + Q_INVOKABLE QString mnemonic(const QString& text) { + return QKeySequence::mnemonic(text).toString(); + } +}; + +#endif // SKRQMLTOOLS_H diff --git a/src/app/src/skrrecentprojectlistmodel.cpp b/src/app/src/skrrecentprojectlistmodel.cpp new file mode 100644 index 000000000..4ae6ec4eb --- /dev/null +++ b/src/app/src/skrrecentprojectlistmodel.cpp @@ -0,0 +1,244 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: skrrecentprojectlistmodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "skrrecentprojectlistmodel.h" +#include +#include +#include "plmdata.h" + +SKRRecentProjectListModel::SKRRecentProjectListModel(QObject *parent) + : QAbstractListModel(parent) +{ + this->populate(); + + connect(plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &SKRRecentProjectListModel::insertInRecentProjectsFromAnId); + connect(plmdata->projectHub(), + &PLMProjectHub::projectClosed, + this, + &SKRRecentProjectListModel::populate); + connect(plmdata->projectHub(), &PLMProjectHub::projectNameChanged, this, + [this](int projectId, const QString& name) { + this->insertInRecentProjectsFromAnId(projectId); + }); +} + +QVariant SKRRecentProjectListModel::headerData(int section, + Qt::Orientation orientation, + int role) const +{ + Q_UNUSED(section) + Q_UNUSED(orientation) + Q_UNUSED(role) + + return QVariant(); +} + +int SKRRecentProjectListModel::rowCount(const QModelIndex& parent) const +{ + // For list models only the root node (an invalid parent) should return the + // list's size. For all + // other (valid) parents, rowCount() should return 0 so that it does not + // become a tree model. + if (parent.isValid()) return 0; + + return m_allRecentProjects.count(); +} + +QVariant SKRRecentProjectListModel::data(const QModelIndex& index, int role) const +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid + | QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + if (!index.isValid()) return QVariant(); + + + if (role == Qt::DisplayRole) { + return m_allRecentProjects.at(index.row())->title; + } + + if (role == Qt::UserRole) { + return m_allRecentProjects.at(index.row())->title; + } + + if (role == Qt::UserRole + 1) { + return m_allRecentProjects.at(index.row())->fileUrl.toLocalFile(); + } + + if (role == Qt::UserRole + 2) { + return m_allRecentProjects.at(index.row())->writable; + } + + if (role == Qt::UserRole + 3) { + return m_allRecentProjects.at(index.row())->exists; + } + + if (role == Qt::UserRole + 4) { + return m_allRecentProjects.at(index.row())->lastModification; + } + + if (role == Qt::UserRole + 5) { + return m_allRecentProjects.at(index.row())->isOpened; + } + + if (role == Qt::UserRole + 6) { + return m_allRecentProjects.at(index.row())->projectId; + } + return QVariant(); +} + +// ---------------------------------------------------------- + +QHashSKRRecentProjectListModel::roleNames() const { + QHash roles; + + roles[Qt::UserRole] = "title"; + roles[Qt::UserRole + 1] = "fileName"; + roles[Qt::UserRole + 2] = "writable"; + roles[Qt::UserRole + 3] = "exists"; + roles[Qt::UserRole + 4] = "lastModification"; + roles[Qt::UserRole + 5] = "isOpened"; + roles[Qt::UserRole + 6] = "projectId"; + + return roles; +} + +// ---------------------------------------------------------- + +void SKRRecentProjectListModel::insertInRecentProjects(const QString& title, + const QUrl & fileName) +{ + bool alreadyHere = false; + int alreadyHereIndex = -1; + + QSettings settings; + + settings.beginGroup("welcome"); + int size = settings.beginReadArray("recentProjects"); + + + for (int i = 0; i < size; ++i) { + settings.setArrayIndex(i); + + QUrl settingFileName = settings.value("fileNameUrl").toUrl(); + + if (settingFileName == fileName) { + alreadyHere = true; + alreadyHereIndex = i; + } + } + settings.endArray(); + + + if (alreadyHere) { + // write again the title in case it was changed + settings.beginWriteArray("recentProjects", size); + settings.setArrayIndex(alreadyHereIndex); + settings.setValue("title", title); + } + else { + // add a new recent project + settings.beginWriteArray("recentProjects", size + 1); + settings.setArrayIndex(size); + settings.setValue("title", title); + settings.setValue("fileNameUrl", fileName); + } + + + settings.endArray(); + + settings.endGroup(); + + settings.sync(); + + this->populate(); +} + +// ---------------------------------------------------------- + +void SKRRecentProjectListModel::insertInRecentProjectsFromAnId(int projectId) +{ + QString title = plmdata->projectHub()->getProjectName(projectId); + QUrl fileName = plmdata->projectHub()->getPath(projectId); + + this->insertInRecentProjects(title, fileName); +} + +// ---------------------------------------------------------- + +void SKRRecentProjectListModel::populate() +{ + this->beginResetModel(); + + m_allRecentProjects.clear(); + + QSettings settings; + + settings.beginGroup("welcome"); + int size = settings.beginReadArray("recentProjects"); + + for (int i = 0; i < size; ++i) { + settings.setArrayIndex(i); + + PLMProjectItem *projectItem = new PLMProjectItem(); + projectItem->title = settings.value("title").toString(); + projectItem->fileUrl = settings.value("fileNameUrl").toUrl(); + + // exists ? + QFileInfo info(projectItem->fileUrl.toLocalFile()); + projectItem->exists = info.exists(); + + // writable ? + projectItem->writable = info.isWritable(); + + + // last modification : + projectItem->lastModification = info.lastModified(); + + // is project opened ? + m_allRecentProjects.append(projectItem); + + for (int projectId : plmdata->projectHub()->getProjectIdList()) { + QString projectName = plmdata->projectHub()->getProjectName(projectId); + QUrl projectPath = plmdata->projectHub()->getPath(projectId); + + if ((projectName == projectItem->title) && + (projectPath == projectItem->fileUrl)) { + projectItem->isOpened = true; + projectItem->projectId = projectId; + + m_allRecentProjects.removeLast(); + m_allRecentProjects.prepend(projectItem); + } + } + } + + + settings.endArray(); + settings.endGroup(); + + this->endResetModel(); +} + +// ---------------------------------------------------------- diff --git a/src/app/src/skrrecentprojectlistmodel.h b/src/app/src/skrrecentprojectlistmodel.h new file mode 100644 index 000000000..ace58785e --- /dev/null +++ b/src/app/src/skrrecentprojectlistmodel.h @@ -0,0 +1,86 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmprojectlistmodel.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef SKRRECENTPROJECTLISTMODEL_H +#define SKRRECENTPROJECTLISTMODEL_H + +#include +#include +#include + + +struct PLMProjectItem { + Q_GADGET + +public: + + explicit PLMProjectItem() { + title = ""; + fileUrl = QUrl(); + lastModification = QDateTime(); + writable = false; + exists = false; + isOpened = false; + projectId = -2; + } + + QString title; + QUrl fileUrl; + QDateTime lastModification; + bool writable; + bool exists; + bool isOpened; + int projectId; +}; + +class SKRRecentProjectListModel : public QAbstractListModel { + Q_OBJECT + +public: + + explicit SKRRecentProjectListModel(QObject *parent = nullptr); + + // Header: + QVariant headerData(int section, + Qt::Orientation orientation, + int role = Qt::DisplayRole) const override; + + // Basic functionality: + int rowCount(const QModelIndex& parent = QModelIndex()) const + override; + + QVariant data(const QModelIndex& index, + int role = Qt::DisplayRole) const override; + QHashroleNames() const override; + Q_INVOKABLE void insertInRecentProjects(const QString& title, + const QUrl & fileName); + +private slots: + + void insertInRecentProjectsFromAnId(int projectId); + void populate(); + +private: + + QListm_allRecentProjects; +}; + +#endif // SKRRECENTPROJECTLISTMODEL_H diff --git a/src/app/src/skrrootitem.cpp b/src/app/src/skrrootitem.cpp new file mode 100644 index 000000000..14fee8075 --- /dev/null +++ b/src/app/src/skrrootitem.cpp @@ -0,0 +1,102 @@ +#include "skrrootitem.h" +#include +#include +#include +#include + +SKRRootItem::SKRRootItem(QObject *parent) : QObject(parent) +{ +skribistoTranslator = new QTranslator(this); +qtTranslator = new QTranslator(this); +} +void SKRRootItem::applyLanguageFromSettings(){ + QSettings settings; + QString langCode = settings.value("lang", "default").toString(); + + this->setCurrentTranslationLanguageCode(langCode); +} + +QString SKRRootItem::getLanguageFromSettings() const{ + QString langCode; + QSettings settings; + langCode = settings.value("lang", "default").toString(); + + if(langCode == "default"){ + langCode = QLocale::languageToString(QLocale::system().language()); + } + return langCode; +} + + +void SKRRootItem::setCurrentTranslationLanguageCode(const QString &langCode) +{ + + QSettings settings; + + QLocale locale; + + + + if (langCode == "default") { + // apply system locale by default + locale = QLocale::system(); + } + else { + locale = QLocale(langCode); + } + + + // Qt translation : + if(!qtTranslator->isEmpty()){ + qApp->removeTranslator(qtTranslator); + } + + if (qtTranslator->load(locale, "qt", "_", + QLibraryInfo::location(QLibraryInfo:: + TranslationsPath))) { + + + + + qApp->installTranslator(qtTranslator); + } + + //Skribisto translation + + if(!skribistoTranslator->isEmpty()){ + qApp->removeTranslator(skribistoTranslator); + } + + if (skribistoTranslator->load(locale, "skribisto", "_", ":/translations")) { + settings.setValue("lang", locale.name()); + + + + qApp->installTranslator(skribistoTranslator); + + + + + } + else { // if translation not existing, use default : + locale = QLocale("en_US"); + settings.setValue("lang", locale.name()); + + if(!skribistoTranslator->isEmpty()){ + qApp->removeTranslator(skribistoTranslator); + } + if(!qtTranslator->isEmpty()){ + qApp->removeTranslator(qtTranslator); + } + + } + + // PLMUtils::Lang::setUserLang(langCode); + + + + + emit currentTranslationLanguageCodeChanged(locale.name()); + + +} diff --git a/src/app/src/skrrootitem.h b/src/app/src/skrrootitem.h new file mode 100644 index 000000000..cfb943e32 --- /dev/null +++ b/src/app/src/skrrootitem.h @@ -0,0 +1,57 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: SKRRootItem.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#ifndef SKRROOTITEM_H +#define SKRROOTITEM_H + +#include +#include +#include + +class SKRRootItem : public QObject +{ + + Q_OBJECT + Q_PROPERTY(QString currentTranslationLanguageCode READ getLanguageFromSettings WRITE setCurrentTranslationLanguageCode NOTIFY currentTranslationLanguageCodeChanged) + Q_PROPERTY(QString dynTr READ getEmptyString NOTIFY currentTranslationLanguageCodeChanged) +public: + explicit SKRRootItem(QObject *parent); + Q_INVOKABLE void setCurrentTranslationLanguageCode(const QString &langCode = "default"); + + Q_INVOKABLE void applyLanguageFromSettings(); + Q_INVOKABLE QString getLanguageFromSettings() const; + + +signals: + void currentTranslationLanguageCodeChanged(const QString &langCode); + +private: + QString getEmptyString() { + return ""; + } + + QTranslator *skribistoTranslator; + QTranslator *qtTranslator; + + +}; + +#endif // SKRROOTITEM_H diff --git a/src/app/src/skrusersettings.cpp b/src/app/src/skrusersettings.cpp new file mode 100644 index 000000000..277585577 --- /dev/null +++ b/src/app/src/skrusersettings.cpp @@ -0,0 +1,147 @@ +#include "skrusersettings.h" + +#include +#include + +SkrUserSettings::SkrUserSettings(QObject *parent) : QObject(parent) +{} + +void SkrUserSettings::setProjectSetting(int projectId, const QString& key, int value) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + settings.setValue(key, value); + settings.endGroup(); +} + +int SkrUserSettings::getProjectSetting(int projectId, const QString& key, + int defaultValue) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + int value = settings.value(key, defaultValue).toInt(); + + settings.endGroup(); + + return value; +} + +void SkrUserSettings::removeProjectSetting(int projectId, const QString& key) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + settings.remove(key); + settings.endGroup(); +} + +QByteArray SkrUserSettings::serializingHash(const QHash& hash) const +{ + QByteArray array; + + // Serializing + QDataStream out(&array, QIODevice::WriteOnly); // write the data + + out << hash; + return array; +} + +QHashSkrUserSettings::deserializingHash(QByteArray hashArray) +{ + // Deserializing + // read the data serialized from the file + QHash hash; + QDataStream in(&hashArray, QIODevice::ReadOnly); + + in >> hash; + + return hash; +} + +void SkrUserSettings::insertInProjectSettingHash(int projectId, + const QString & key, + const QString & hashKey, + const QVariant& value) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // Serializing default value + QHash newHash; + QByteArray array = serializingHash(newHash); + + QByteArray hashArray = settings.value(key, array).toByteArray(); + + // Deserializing + QHash hash = deserializingHash(hashArray); + + hash.insert(hashKey, value); + + // write back + QByteArray newArray = serializingHash(hash); + + settings.setValue(key, newArray); + + settings.endGroup(); +} + +QVariant SkrUserSettings::getFromProjectSettingHash(int projectId, + const QString & key, + const QString & hashKey, + const QVariant& defaultValue) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // Serializing default value + QHash newHash; + QByteArray array = serializingHash(newHash); + + QByteArray hashArray = settings.value(key, array).toByteArray(); + + // Deserializing + QHash hash = deserializingHash(hashArray); + + settings.endGroup(); + + return hash.value(hashKey, defaultValue); +} + +void SkrUserSettings::removeFromProjectSettingHash(int projectId, + const QString& key, + const QString& hashKey) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // Serializing default value + QHash newHash; + QByteArray array = serializingHash(newHash); + + QByteArray hashArray = settings.value(key, array).toByteArray(); + + // Deserializing + QHash hash = deserializingHash(hashArray); + + hash.remove(hashKey); + + // write back + QByteArray newArray = serializingHash(newHash); + + settings.setValue(key, newArray); + + settings.endGroup(); +} + +// -------------------------------------------------------------------- diff --git a/src/app/src/skrusersettings.h b/src/app/src/skrusersettings.h new file mode 100644 index 000000000..12d8debdb --- /dev/null +++ b/src/app/src/skrusersettings.h @@ -0,0 +1,46 @@ +#ifndef SKRUSERSETTINGS_H +#define SKRUSERSETTINGS_H + +#include +#include +#include +#include +#include +#include "plmdata.h" + +class SkrUserSettings : public QObject { + Q_OBJECT + +public: + + explicit SkrUserSettings(QObject *parent = nullptr); + Q_INVOKABLE void setProjectSetting(int projectId, + const QString& key, + int value); + Q_INVOKABLE int getProjectSetting(int projectId, + const QString& key, + int defaultValue); + Q_INVOKABLE void removeProjectSetting(int projectId, + const QString& key); + + Q_INVOKABLE void insertInProjectSettingHash(int projectId, + const QString & key, + const QString & hashKey, + const QVariant& value); + Q_INVOKABLE QVariant getFromProjectSettingHash(int projectId, + const QString & key, + const QString & hashKey, + const QVariant& defaultValue); + Q_INVOKABLE void removeFromProjectSettingHash(int projectId, + const QString& key, + const QString& hashKey); + +signals: + +private: + + QByteArray serializingHash(const QHash& hash) const; + QHashdeserializingHash(QByteArray hashArray); +}; + +#endif // SKRUSERSETTINGS_H diff --git a/src/app/src/spellchecker.cpp b/src/app/src/spellchecker.cpp new file mode 100644 index 000000000..555cc7557 --- /dev/null +++ b/src/app/src/spellchecker.cpp @@ -0,0 +1,338 @@ +#include "spellchecker.h" + +#include +#include +#include +#include +#include +#include + +#ifdef Q_OS_WIN +#include "externals/hunspell/hunspell.hxx" +#endif //Q_OS_WIN + +#include +#include "plmutils.h" + +SpellChecker::SpellChecker(QObject *parent): + QObject(parent), m_isActive(false), hunspellLaunched(false), encodingFix("utf8"), m_dictionaryPath("") +{ + + + +} + + +SpellChecker::~SpellChecker() +{ + if(hunspellLaunched) + delete _hunspell; +} + +void SpellChecker::setDict(const QString &dictionaryPath, const QStringList &userDictionary, const QStringList &attendTree_names) +{ + if(hunspellLaunched) + delete _hunspell; + + m_dictionaryPath = dictionaryPath; + + QString dictFile = dictionaryPath + ".dic"; + QString affixFile = dictionaryPath + ".aff"; + + QFile testFile(dictFile); + if(!testFile.exists()) + this->deactivate(); + + + + + QByteArray dictFilePathBA = dictFile.toUtf8(); + QByteArray affixFilePathBA = affixFile.toUtf8(); + _hunspell = new Hunspell(affixFilePathBA.constData(), dictFilePathBA.constData()); + + + userDict = userDictionary; + encodingFix = this->testHunspellForEncoding(); + + for (const QString &name : userDict) { + put_word(name); + } + + for(const QString &name : attendTree_names) { + ignoreWord(name); + } + + hunspellLaunched = true; + + //test : + + +// qWarning() << "encodingFix : " + encodingFix; + + + + + // m_isActive = true; +} + + +bool SpellChecker::spell(const QString &word) +{ + // qWarning() << "word : " << word; + bool f_ignore_numbers = false; + bool f_ignore_uppercase = true; + + + int index = -1; + int length = 0; + int chars = 1; + bool is_number = false; + bool is_uppercase = f_ignore_uppercase; + bool is_word = false; + + + + int count = word.length() - 1; + for (int i = 0; i <= count; ++i) { + QChar c = word.at(i); + switch (c.category()) { + case QChar::Separator_Space: + return 2; + case QChar::Number_DecimalDigit: + case QChar::Number_Letter: + case QChar::Number_Other: + is_number = f_ignore_numbers; + goto Letter; + case QChar::Letter_Lowercase: + is_uppercase = false; +Letter: + case QChar::Letter_Uppercase: + case QChar::Letter_Titlecase: + case QChar::Letter_Modifier: + case QChar::Letter_Other: + case QChar::Mark_NonSpacing: + case QChar::Mark_SpacingCombining: + case QChar::Mark_Enclosing: + if (index == -1) { + index = i; + chars = 1; + length = 0; + } + length += chars; + chars = 1; + break; + + + case QChar::Punctuation_Other: + if (c == 0x0027 || c == 0x2019) { + ++chars; + break; + } + + default: + if (index != -1) { + is_word = true; + } + break; + } + + if (is_word || (i == count && index != -1)) { + if (!is_uppercase && !is_number) { + + if(encodingFix == "latin1") + return _hunspell->spell(word.toLatin1().toStdString()) != 0; + if(encodingFix == "utf8") + return _hunspell->spell(word.toUtf8().toStdString()) != 0; + + } + index = -1; + is_word = false; + is_number = false; + is_uppercase = f_ignore_uppercase; + } + } + return true; + + + + + +} + + +QStringList SpellChecker::suggest(const QString &word) +{ + if(!m_isActive) + return QStringList(); + + + std::vector suggestionsVector; + + if(encodingFix == "latin1") + suggestionsVector = _hunspell->suggest(word.toLatin1().toStdString()); + if(encodingFix == "utf8") + suggestionsVector = _hunspell->suggest(word.toUtf8().toStdString()); + + + QVector suggestionsQVect = QVector(suggestionsVector.begin(), suggestionsVector.end()); + + // maybe differenciate between latin1 and utf8 + QStringList suggestions; + for(const std::string &string: suggestionsQVect){ + suggestions.append(QString::fromStdString(string)); + } + + + return suggestions; +} + + +void SpellChecker::ignoreWord(const QString &word) +{ + put_word(word); +} + + +void SpellChecker::put_word(const QString &word) +{ + if(word == "") + return; + + if(encodingFix == "latin1") + _hunspell->add(word.toLatin1().constData()); + if(encodingFix == "utf8") + _hunspell->add(word.toUtf8().constData()); +} + + +void SpellChecker::addToUserWordlist(const QString &word) +{ + put_word(word); + + userDict.append(word); + + + + emit userDictSignal(userDict); + +} + +bool SpellChecker::isActive() +{ + + return m_isActive; + + + +} + +void SpellChecker::removeFromUserWordlist(const QString &word) +{ + + if(encodingFix == "latin1") + _hunspell->remove(word.toLatin1().constData()); + if(encodingFix == "utf8") + _hunspell->remove(word.toUtf8().constData()); + + userDict.removeAll(word); + + + + emit userDictSignal(userDict); + +} +bool SpellChecker::isInUserWordlist( QString &word) +{ + + return userDict.contains(word); + +} +bool SpellChecker::activate() +{ + + if(m_dictionaryPath.isEmpty()){ + + + m_isActive = false; + return false; + } + + m_isActive = true; + + return true; +} + +void SpellChecker::deactivate() +{ + m_isActive = false; + +} + + + +QStringList SpellChecker::dictsPaths() +{ + + QStringList list; + + +#ifdef Q_OS_LINUX + + QDir dir; + dir.setPath("/usr/share/hunspell/"); + list.append(dir.path()); + +#endif + + QStringList addonsList = PLMUtils::Dir::addonsPathsList(); + + for (const QString &string : addonsList) { + list.append(string + "/dicts/"); + } + + + return list; +} + + +QHash SpellChecker::dictsList() +{ + QHash hash; + + QDir dir; + QStringList filters; + filters << "*.dic"; + for(const QString &path : SpellChecker::dictsPaths()) { + dir.setPath(path); + + + for(QString dict : dir.entryList(filters, QDir::Files)){ + + dict.chop(4); + if(QFile(path + "/" + dict + ".aff").exists()) + hash.insert(path +"/" + dict, dict); + + } + } + + + return hash; +} +//-------------------------------------------------------------------- + + +QString SpellChecker::testHunspellForEncoding() +{ +QString encoding(_hunspell->get_dic_encoding()); +//qWarning() << "_hunspell->get_dic_encoding() : " + encoding; + + + if(encoding == "ISO8859-1") + return "latin1"; + else + return "utf8"; + + return "utf8"; + + +} diff --git a/src/app/src/spellchecker.h b/src/app/src/spellchecker.h new file mode 100644 index 000000000..211bd0727 --- /dev/null +++ b/src/app/src/spellchecker.h @@ -0,0 +1,74 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: SpellChecker.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#ifndef SPELLCHECKER_H +#define SPELLCHECKER_H + +#include +#include +#include +#include +#include + + +class Hunspell; + +class SpellChecker : public QObject +{ + Q_OBJECT +public: + + SpellChecker(QObject *parent); + ~SpellChecker(); + void setDict(const QString &dictionaryPath, const QStringList &userDictionary, const QStringList &attendTree_names); + + bool spell(const QString &word); + QStringList suggest(const QString &word); + void ignoreWord(const QString &word); + void addToUserWordlist(const QString &word); + + bool isActive(); + bool activate(); + void deactivate(); + + static QStringList dictsPaths(); + static QHash dictsList(); + + bool isInUserWordlist(QString &word); + void removeFromUserWordlist(const QString &word); + + // fix bug when hunspell gives me latin1 encoded results on several Linux systems : + QString testHunspellForEncoding(); + +signals: + void userDictSignal(QStringList userDict); + +private: + void put_word(const QString &word); + Hunspell *_hunspell; + bool m_isActive, hunspellLaunched; + QStringList userDict; + + + QString encodingFix, m_dictionaryPath; +}; + +#endif // SPELLCHECKER_H diff --git a/src/app/src/src.pro b/src/app/src/src.pro new file mode 100644 index 000000000..e6c5ef583 --- /dev/null +++ b/src/app/src/src.pro @@ -0,0 +1,268 @@ +lessThan(QT_VERSION, 5.09.3) { + error("Plume Creator requires Qt 5.9.3 or greater") +} + +QT += qml quick quickcontrols2 svg sql + +TEMPLATE = app + +CONFIG(debug, debug|release) { +win32: DESTDIR = $$OUT_PWD/debug/ +} +CONFIG(release, debug|release) { +win32: DESTDIR = $$OUT_PWD/release/ +} + +#else:win32:DESTDIR = $$top_builddir/build/debug/ +#else:unix:DESTDIR = $$top_builddir/build/ + +VERSION = 1.61 +DEFINES += VERSIONSTR=$${VERSION} +DEFINES += FORCEQML=1 +CONFIG += link_prl +CONFIG += c++14 +#CONFIG += static +#CONFIG += qmlcompiler +#MOC_DIR = build +#OBJECTS_DIR = build +#RCC_DIR = build +#UI_DIR = build + +#unix: QMAKE_LFLAGS_RELEASE += -static-libstdc++ -static-libgcc + + +TARGET = skribisto + +#LIBS += -Lstaticplugins -lplumetag +#LIBS += -L$$top_builddir/bin/staticplugins -lplumetag +DEFINES += QT_DEPRECATED_WARNINGS + + +# dossier de zlib.h +#INCLUDEPATH += ../../externals/zlib + +#LIBS += -L externals/zlib +#win32: LIBS += -lzdll +#!win32: LIBS += -lz +#LIBS += -lkirigami + + +SOURCES += main.cpp \ +documenthandler.cpp \ +skrrecentprojectlistmodel.cpp \ +skrusersettings.cpp \ +skrfontfamilylistmodel.cpp + +HEADERS += \ +documenthandler.h \ +skrrecentprojectlistmodel.h \ +skrusersettings.h \ +skrfontfamilylistmodel.h + +CODECFORTR = UTF-8 + +#include(../../externals/qtsingleapplication/src/qtsingleapplication.pri) +#include(../../externals/qtsingleapplication/src/qtsinglecoreapplication.pri) +#include($$top_dir/externals/qtsingleapplication/qtsingleapp_qtsinglecoreapp.pri) + +RESOURCES += \ +pics.qrc \ +../../translations/langs.qrc \ + qml.qrc \ +icons.qrc + +#OTHER_FILES += \ +# $$top_dir/resources/windows/icon.rc + + + + +#win32 { +#RC_FILE = $$top_dir/resources/windows/icon.rc +#} + +android { + lessThan(QT_VERSION, 5.10.0) { + error("Plume Creator for Android requires Qt 5.10.0 or greater") + } + DEFINES += FORCEQML=1 + + + +# DISTFILES += \ +# android/AndroidManifest.xml \ +# android/gradle/wrapper/gradle-wrapper.jar \ +# android/gradlew \ +# android/res/values/libs.xml \ +# android/build.gradle \ +# android/gradle/wrapper/gradle-wrapper.properties \ +# android/gradlew.bat + +# ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android + +} +#else { +# DEFINES += FORCEQML=0 +#} + + +unix: !macx: !android { + +isEmpty(PREFIX) { +PREFIX = /usr +} +isEmpty(BINDIR) { +BINDIR = $$PREFIX/bin +} +isEmpty(DATADIR) { +DATADIR = $$PREFIX/share +} +DEFINES += DATADIR=\\\"$${DATADIR}/skribisto\\\" +target.files = $$DESTDIR/$$TARGET +target.path = $$BINDIR + + +#INSTALLS += target icon pixmap desktop mime mimeInk docs qm dicts themes +INSTALLS += target + +} + + +macx { +ICON = resources/mac/skribisto.icns + +icons.files = resources/images/icons +icons.path = Contents/Resources/ +dicts.files = resources/dicts +dicts.path = Contents/Resources/ +themes.files = resources/themes +themes.path = Contents/Resources/ + +#TODO: finish here + + + +QMAKE_BUNDLE_DATA += icons dicts themes +QMAKE_INFO_PLIST = resources/mac/Info.plist + + +} +#unix { +## for AppImage : + +## using shell_path() to correct path depending on platform +## escaping quotes and backslashes for file paths +#copydata.commands += $(COPY_FILE) \"$$shell_path($$top_dir/resources/unix/applications/plume-creator.desktop)\" \"$$shell_path($$DESTDIR)\" +#copydata2.commands += $(COPY_FILE) \"$$shell_path($$top_dir/resources/images/icons/hicolor/scalable/apps/plume-creator.svg)\" \"$$shell_path($$DESTDIR)\" + +#first.depends = copydata +#copydata.depends = copydata2 +#export(first.depends) +#export(copydata.commands) +#export(copydata2.commands) +#QMAKE_EXTRA_TARGETS += first copydata copydata2 +#} + +# add data lib : + +win32: LIBS += -L$$OUT_PWD/../../libskribisto-data/src/ -lskribisto-data +android { + + equals(ANDROID_TARGET_ARCH, armeabi-v7a) { + LIBS += -L$$OUT_PWD/../../libskribisto-data/src/ -lskribisto-data_armeabi-v7a + } + equals(ANDROID_TARGET_ARCH, arm64-v8a) { + LIBS += -L$$OUT_PWD/../../libskribisto-data/src/ -lskribisto-data_arm64-v8a + } + equals(ANDROID_TARGET_ARCH, x86) { + LIBS += -L$$OUT_PWD/../../libskribisto-data/src/ -lskribisto-data_x86 + } + equals(ANDROID_TARGET_ARCH, x86_64) { + LIBS += -L$$OUT_PWD/../../libskribisto-data/src/ -lskribisto-data_x86_64 + } +} +else:unix: LIBS += -L$$OUT_PWD/../../libskribisto-data/src/ -lskribisto-data + +INCLUDEPATH += $$PWD/../../libskribisto-data/src +DEPENDPATH += $$PWD/../../libskribisto-data/src + + +#win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../libplume-creator-data/src/release/libplume-creator-data.a +#else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../libplume-creator-data/src/debug/libplume-creator-data.a +#else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$top_builddir/build/plume-creator-data.lib +#else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$top_builddir/build/plume-creator-data.lib +#else:unix: PRE_TARGETDEPS += $$top_builddir/build/libplume-creator-data.a + + + +DISTFILES += \ + android/AndroidManifest.xml \ + android/build.gradle \ + android/gradle/wrapper/gradle-wrapper.jar \ + android/gradle/wrapper/gradle-wrapper.properties \ + android/gradlew \ + android/gradlew.bat \ + android/res/values/libs.xml \ + qml/dockFrame.js \ + qml/settings.js \ + qml/DockFrameForm.ui.qml \ + qml/DockHeaderForm.ui.qml \ + qml/DockHeader.qml \ + qml/DockRoller.qml \ + qml/ProjectListItemForm.ui.qml \ + qml/RootPageForm.ui.qml \ + qml/Commons/TreeViewForm.ui.qml \ + qml/Write/WriteLeftDockForm.ui.qml \ + qml/Write/WritePageForm.ui.qml \ + qml/Notes/NotesLeftDockForm.ui.qml \ + qml/Notes/NotesPageForm.ui.qml \ + qml/Commons/TreeViewForm.ui.qml \ + qml/Write/WriteLeftDockForm.ui.qml \ + qml/WritingZoneForm.ui.qml \ + qml/qmldir \ + qml/DockFrame.qml \ + qml/Globals.qml \ + qml/main.qml \ + qml/ProjectListItem.qml \ + qml/RootPage.qml \ + qml/WelcomePage.qml \ + qml/Write/WritePage.qml \ + qml/Notes/NotesPage.qml \ + qml/Commons/TreeView.qml \ + qml/Commons/TreeListView.qml \ + qml/Commons/DocumentListView.qml \ + qml/Commons/DocumentListViewForm.ui.qml \ + qml/Write/WriteLeftDock.qml \ + qml/Notes/NotesLeftDock.qml \ + qml/WritingZone.qml \ + qml/Minimap.qml \ + qml/Welcome/WelcomePage.qml \ + qml/Welcome/WelcomePageForm.ui.qml \ + qml/Welcome/ExamplePage.qml \ + qml/Welcome/ExamplePageForm.ui.qml \ + qml/Welcome/HelpPage.qml \ + qml/Welcome/HelpPageForm.ui.qml \ + qml/Welcome/ProjectPage.qml \ + qml/Welcome/ProjectPageForm.ui.qml \ + qml/Welcome/SettingsPage.qml \ + qml/Welcome/SettingsPageForm.ui.qml \ + qml/Write/EditView.qml \ + qml/Write/EditViewForm.ui.qml \ + qml/SkrSettings.qml + +#contains(ANDROID_TARGET_ARCH,armeabi-v7a) { +# ANDROID_EXTRA_LIBS = \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5Core.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5Network.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5Qml.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5Quick.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5QuickControls2.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5QuickTemplates2.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5QuickTest.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5QuickWidgets.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5Sql.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5Widgets.so \ +# $$PWD/../../../../Qt/5.10.1/android_armv7/lib/libQt5Xml.so +#} + +ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android diff --git a/src/app/src/src.qbs b/src/app/src/src.qbs new file mode 100644 index 000000000..251267cd2 --- /dev/null +++ b/src/app/src/src.qbs @@ -0,0 +1,52 @@ +import qbs + + +CppApplication { + + name: "plume-creator" + + destinationDirectory: "../../../bin" + files: ['main.cpp', + '*.qrc' + ] + + + Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "qml", "quick"]} + Depends { name: "cpp" } + cpp.optimization: "fast" + cpp.cxxLanguageVersion: "c++14" + //TODO: find a way to apply global variable + // cpp.defines: { return ["VERSIONSTR=" + project.version, + // "FORCEQML=" + project.forceQML] + // } + cpp.defines: { return ["VERSIONSTR=1.62", + "FORCEQML=1"] + } + + + Depends { name: "plume-creator-data"} + //Depends { name: "plume-creator-gui"} + + // Depends { name: "Android.ndk" } + // Android.ndk.appStl: "gnustl_shared" + + Group { + name: "QML" + files: ['qml/*.qml'] + + } + Group { + name: "JS" + files: ['qml/*.js'] + + } + + + + + + +} + + + diff --git a/src/app/tests/CMakeLists.txt b/src/app/tests/CMakeLists.txt new file mode 100644 index 000000000..64d727b3d --- /dev/null +++ b/src/app/tests/CMakeLists.txt @@ -0,0 +1,2 @@ +#add_subdirectory(auto/writetreecase) + diff --git a/src/app/tests/auto/auto.pro b/src/app/tests/auto/auto.pro new file mode 100644 index 000000000..7dc337e16 --- /dev/null +++ b/src/app/tests/auto/auto.pro @@ -0,0 +1,3 @@ +TEMPLATE = subdirs + +#SUBDIRS += writetreecase diff --git a/src/app/tests/auto/writetreecase/CMakeLists.txt b/src/app/tests/auto/writetreecase/CMakeLists.txt new file mode 100644 index 000000000..cb91548e8 --- /dev/null +++ b/src/app/tests/auto/writetreecase/CMakeLists.txt @@ -0,0 +1,33 @@ +cmake_minimum_required(VERSION 3.1.0) + +set(PROJECT_NAME "tst_writetreecase") + +project(${PROJECT_NAME}) + +enable_testing() + +# Tell CMake to run moc when necessary: +set(CMAKE_AUTOMOC ON) + +# As moc files are generated in the binary dir, tell CMake +# to always look for includes there: +set(CMAKE_INCLUDE_CURRENT_DIR ON) + +find_package(Qt5 COMPONENTS QuickTest Core Qml Quick CONFIG REQUIRED) + +set(QRC ${CMAKE_SOURCE_DIR}/resources/test/testfiles.qrc) +qt5_add_resources(RESOURCES ${QRC}) + + + +add_executable(${PROJECT_NAME} ${PROJECT_NAME}.qml setup.cpp ${RESOURCES}) +add_test(${PROJECT_NAME} ${PROJECT_NAME}) + + +target_link_libraries(${PROJECT_NAME} skribisto-data) +include_directories("${CMAKE_SOURCE_DIR}/src/libskribisto-data/src/" + "${CMAKE_SOURCE_DIR}/src/app/src/qml" + ) + + +qt5_use_modules(${PROJECT_NAME} QuickTest Core Qml Quick) diff --git a/src/app/tests/auto/writetreecase/main.cpp b/src/app/tests/auto/writetreecase/main.cpp new file mode 100644 index 000000000..1ffd4af72 --- /dev/null +++ b/src/app/tests/auto/writetreecase/main.cpp @@ -0,0 +1,23 @@ +#include +#include +#include + +#include "plmdata.h" + +class TestSetup : public QObject +{ +public: + TestSetup() {} + +public slots: + void qmlEngineAvailable(QQmlEngine *engine) + { + PLMData *data = new PLMData(qApp); + qDebug() << "vvvvv"; + engine->rootContext()->setContextProperty("plmData", data); + } +}; + +QUICK_TEST_MAIN_WITH_SETUP(writetreecase, TestSetup) + +#include "tst_writetreecase.moc" diff --git a/src/app/tests/auto/writetreecase/setup.cpp b/src/app/tests/auto/writetreecase/setup.cpp new file mode 100644 index 000000000..df44b9e43 --- /dev/null +++ b/src/app/tests/auto/writetreecase/setup.cpp @@ -0,0 +1,25 @@ +#include +#include +#include + +#include "plmdata.h" + +class Setup : public QObject +{ +public: + Setup() {} + +public slots: + void qmlEngineAvailable(QQmlEngine *engine); + +}; + +QUICK_TEST_MAIN_WITH_SETUP(writetreecase, Setup) + +void Setup::qmlEngineAvailable(QQmlEngine *engine) +{ + PLMData *data = new PLMData(qApp); + qDebug() << "vvvvv"; + engine->rootContext()->setContextProperty("plmData", data); +} +//#include "tst_writetreecase.moc" diff --git a/src/app/tests/auto/writetreecase/tst_writetreecase.qml b/src/app/tests/auto/writetreecase/tst_writetreecase.qml new file mode 100644 index 000000000..c956a4063 --- /dev/null +++ b/src/app/tests/auto/writetreecase/tst_writetreecase.qml @@ -0,0 +1,35 @@ +import QtQuick 2.0 +import QtTest 1.0 + +TestCase { + name: "writetreecase" + id: testCase + when: windowShown + + Component { + id: component + + Item { + + } + + } + + function initTestCase() { + } + + function cleanupTestCase() { + } + + function test_case1() { + compare(1 + 1, 2, "sanity check"); + verify(true); + } + function test_loadProject(){ + var item = createTemporaryObject(component, testCase); + verify(item); + + + } + +} diff --git a/src/app/tests/auto/writetreecase/writetreecase.pro b/src/app/tests/auto/writetreecase/writetreecase.pro new file mode 100644 index 000000000..6d3266e5b --- /dev/null +++ b/src/app/tests/auto/writetreecase/writetreecase.pro @@ -0,0 +1,27 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2016-07-21T18:55:44 +# +#------------------------------------------------- +QT += testlib +QT -= gui + +CONFIG += qt console warn_on depend_includepath testcase +CONFIG -= app_bundle + +TEMPLATE = app + +# add data lib : + +win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../../../src/release/ -lplume-creator-data +else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../../../src/debug/ -lplume-creator-data +else:unix: LIBS += -L$$OUT_PWD/../../../src/ -lplume-creator-data + +INCLUDEPATH += $$PWD/../../../src +DEPENDPATH += $$PWD/../../../src + +SOURCES += \ + tst_writetreecase.cpp + +RESOURCES += \ + ../../../../../resources/test/testfiles.qrc diff --git a/src/app/tests/auto/writetreecase/writetreecase.qbs b/src/app/tests/auto/writetreecase/writetreecase.qbs new file mode 100644 index 000000000..5e78f592f --- /dev/null +++ b/src/app/tests/auto/writetreecase/writetreecase.qbs @@ -0,0 +1,21 @@ +import qbs + +CppApplication { + //consoleApplication: true + + name: "tst_writetreecase" + type: ["application"/*, "autotest"*/] + + files: [ + "../../../../../resources/test/testfiles.qrc", + "setup.cpp", + "tst_writetreecase.qml", + ] + Depends { name: "Qt"; submodules: ["core", "quick", "qml", "qmltest",/*, "testlib"*/]} + Depends { name: "cpp" } + Depends { name: "plume-creator-data" } + //cpp.defines: base.concat("QUICK_TEST_SOURCE_DIR=C:/Users/jacqu/Documents/Develop/plume-creator/src/app/src") + cpp.defines: base.concat("QUICK_TEST_SOURCE_DIR=\"" + path + "\"") + + +} diff --git a/src/app/tests/tests.pro b/src/app/tests/tests.pro new file mode 100644 index 000000000..2849c8c8a --- /dev/null +++ b/src/app/tests/tests.pro @@ -0,0 +1,3 @@ +TEMPLATE = subdirs + +SUBDIRS += auto diff --git a/LICENSE b/src/libskribisto-data/LICENSE similarity index 100% rename from LICENSE rename to src/libskribisto-data/LICENSE diff --git a/src/libskribisto-data/howto b/src/libskribisto-data/howto new file mode 100644 index 000000000..55d2906c4 --- /dev/null +++ b/src/libskribisto-data/howto @@ -0,0 +1,28 @@ + +créer et compiler une librairie C++ +qmake +make -j +make clean + + +créer et compiler le wrapper SIP + +Attention : pyqtconf est pour Qt4, utiliser sipconfig à la place +python3 configure.py +make + +python3 configure_plmwrite.py +make + +charger la libraire depuis python (si n'est pas dans le chemin par défaut) + +from ctypes import cdll +cdll.LoadLibrary("./libplmdata.so.0") +import plmdata + +data = plmdata.PLMData(None) +data.write().sendHello() + +Hello ! + + diff --git a/src/libskribisto-data/skribisto-data.pro b/src/libskribisto-data/skribisto-data.pro new file mode 100644 index 000000000..f69c471a7 --- /dev/null +++ b/src/libskribisto-data/skribisto-data.pro @@ -0,0 +1,12 @@ +TEMPLATE = subdirs +CONFIG += ordered + +SUBDIRS = src/src.pro + + +CONFIG(debug, debug|release) { +!android { + SUBDIRS += tests/tests.pro + tests.depends = src +} +} diff --git a/src/libskribisto-data/skribisto-data.qbs b/src/libskribisto-data/skribisto-data.qbs new file mode 100644 index 000000000..90c8b75a7 --- /dev/null +++ b/src/libskribisto-data/skribisto-data.qbs @@ -0,0 +1,22 @@ +import qbs + + +Project { + property string version: "" + minimumQbsVersion: "1.10" + references: [ + "src/src.qbs", + "tests/auto/openprojectcase/openprojectcase.qbs", + "tests/auto/writecase/writecase.qbs", + "tests/auto/settingscase/settingscase.qbs" + ] + AutotestRunner { + name: "data-autotest" + Depends { name: "Qt"; submodules: ["core"]} + Depends { name: "cpp" } + environment: base.concat(["QT_PLUGIN_PATH=" + Qt.core.pluginPath]) + limitToSubProject: true + + + } +} diff --git a/src/libskribisto-data/src/CMakeLists.txt b/src/libskribisto-data/src/CMakeLists.txt new file mode 100644 index 000000000..bac6a7d9d --- /dev/null +++ b/src/libskribisto-data/src/CMakeLists.txt @@ -0,0 +1,131 @@ +cmake_minimum_required(VERSION 3.1.0) + + +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}") +#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror -std=c++11 -pedantic -Wno-deprecated-declarations -fstrict-aliasing -pedantic-errors -Wno-unused-variable") +# +# Populate a CMake variable with the sources + +project(skribisto-data) +add_definitions(-DSKRIBISTO_DATA_LIBRARY) +# Find the QtWidgets library +find_package(Qt5 COMPONENTS Core Network Sql CONFIG REQUIRED) + + +set(data_SRCS + plmdata.cpp + plmerror.cpp + plmerrorhub.cpp + plmnotehub.cpp + plmpaperhub.cpp + plmpluginhub.cpp + plmpluginloader.cpp + plmprojecthub.cpp + plmpropertyhub.cpp + skrtaghub.cpp + plmsheethub.cpp + plmutils.cpp + tasks/plmprojectmanager.cpp + tasks/plmsqlqueries.cpp + tasks/sql/plmexporter.cpp + tasks/sql/plmimporter.cpp + tasks/sql/plmproject.cpp + tasks/sql/plmproperty.cpp + tasks/sql/plmupgrader.cpp + tasks/sql/tree/plmdbpaper.cpp + tasks/sql/tree/plmdbtree.cpp + tasks/sql/tree/plmnotetree.cpp + tasks/sql/tree/plmsheettree.cpp + tasks/sql/tree/plmtree.cpp + models/plmsheetmodel.cpp + models/plmsheetproxymodel.cpp + models/plmsheetlistmodel.cpp + models/plmsheetlistproxymodel.cpp + models/plmnotemodel.cpp + models/plmnotelistmodel.cpp + models/plmnotelistproxymodel.cpp + models/plmnoteproxymodel.cpp + models/plmnoteitem.cpp + models/plmprojectlistmodel.cpp + models/plmdocumentlistmodel.cpp + models/plmwritedocumentlistmodel.cpp + models/plmdocumentlistproxymodel.cpp + models/plmpropertiesmodel.cpp + models/plmpropertiesproxymodel.cpp + models/plmsheetitem.cpp + models/plmmodels.cpp + models/skrsearchsheetlistproxymodel.cpp + models/skrsearchnotelistproxymodel.cpp + models/skrtagitem.cpp + models/skrtaglistmodel.cpp + models/skrsearchtaglistproxymodel.cpp +) +set(data_HDR + plmcoreinterface.h + plmcoreplugins.h + plmdata.h + plmerror.h + plmerrorhub.h + plmnotehub.h + plmpaperhub.h + plmpluginhub.h + plmpluginloader.h + plmprojecthub.h + plmpropertyhub.h + skrtaghub.h + plmsheethub.h + plmsignalhub.h + plmutils.h + skribisto_data_global.h + tools.h + tasks/plmprojectmanager.h + tasks/plmsqlqueries.h + tasks/sql/plmexporter.h + tasks/sql/plmimporter.h + tasks/sql/plmproject.h + tasks/sql/plmproperty.h + tasks/sql/plmupgrader.h + tasks/sql/tree/plmdberror.h + tasks/sql/tree/plmdbpaper.h + tasks/sql/tree/plmdbtree.h + tasks/sql/tree/plmnotetree.h + tasks/sql/tree/plmsheettree.h + tasks/sql/tree/plmtree.h + plminterfacesettings.h + models/plmsheetmodel.h + models/plmsheetproxymodel.h + models/plmsheetlistmodel.h + models/plmsheetlistproxymodel.h + models/plmnotemodel.h + models/plmnotelistmodel.h + models/plmnotelistproxymodel.h + models/plmnoteproxymodel.h + models/plmnoteitem.h + models/plmprojectlistmodel.h + models/plmdocumentlistmodel.h + models/plmwritedocumentlistmodel.h + models/plmdocumentlistproxymodel.h + models/plmpropertiesmodel.h + models/plmpropertiesproxymodel.h + models/plmsheetitem.h + models/plmmodels.h + models/skrsearchsheetlistproxymodel.h + models/skrsearchnotelistproxymodel.h + models/skrtagitem.h + models/skrtaglistmodel.h + models/skrsearchtaglistproxymodel.h +) + +set(QRC + tasks/sql/sql.qrc + ) + +qt5_add_resources(RESOURCES ${QRC}) + +# Tell CMake to create the executable +add_library(skribisto-data SHARED ${data_SRCS} ${data_HDR} ${models_SRCS} ${RESOURCES}) + +target_link_libraries(skribisto-data Qt5::Core Qt5::Network Qt5::Sql) + + +install(TARGETS skribisto-data LIBRARY DESTINATION ${KDE_INSTALL_LIBDIR}) diff --git a/src/libskribisto-data/src/models/plmdocumentlistmodel.cpp b/src/libskribisto-data/src/models/plmdocumentlistmodel.cpp new file mode 100644 index 000000000..4d170a16a --- /dev/null +++ b/src/libskribisto-data/src/models/plmdocumentlistmodel.cpp @@ -0,0 +1,439 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdocumentslistmodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmdocumentlistmodel.h" +#include "plmdata.h" +#include + +PLMDocumentListModel::PLMDocumentListModel(QObject *parent, const QString& tableName) + : QAbstractListModel(parent), m_tableName(tableName) +{ + qRegisterMetaType >("QList"); + + connect(plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &PLMDocumentListModel::populate); + connect(plmdata->projectHub(), + &PLMProjectHub::projectClosed, + this, + &PLMDocumentListModel::populate); +} + +QVariant PLMDocumentListModel::headerData(int section, + Qt::Orientation orientation, + int role) const +{ + Q_UNUSED(section) + Q_UNUSED(orientation) + Q_UNUSED(role) + + + return m_headerData; +} + +bool PLMDocumentListModel::setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role) +{ + if (value != headerData(section, orientation, role)) { + m_headerData = value; + emit headerDataChanged(orientation, section, section); + return true; + } + return false; +} + +int PLMDocumentListModel::rowCount(const QModelIndex& parent) const +{ + // For list models only the root node (an invalid parent) should return the + // list's size. For all + // other (valid) parents, rowCount() should return 0 so that it does not + // become a tree model. + if (parent.isValid()) return 0; + + return m_allDocuments.count(); +} + +QVariant PLMDocumentListModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + int row = index.row(); + int col = index.column(); + + + int projectId = m_allDocuments.at(row).projectId; + int documentId = m_allDocuments.at(row).documentId; + QString tableName = m_allDocuments.at(row).tableName; + + // if (role == Qt::DisplayRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "t_title"); + // } + + + // if (role == PLMDocumentListModel::ProjectIdRole && (col == 0)) { + // return projectId; + // } + + // if (role == PLMDocumentListModel::DocumentIdRole && (col == 0)) { + // return documentId; + // } + + // if (role == PLMDocumentListModel::PaperCodeRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "l_paper_code"); + // } + + // if (role == PLMDocumentListModel::NameRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "t_title"); + // } + + // if (role == PLMDocumentListModel::TypeRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "t_type"); + // } + + // if (role == PLMDocumentListModel::SubWindowRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "l_subwindow"); + // } + + // if (role == PLMDocumentListModel::CursorPosRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "l_cursor_pos"); + // } + + // if (role == PLMDocumentListModel::PropertyRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "t_property"); + // } + + + // if (role == PLMDocumentListModel::UpdateDateRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "dt_updated"); + // } + + + // if (role == PLMDocumentListModel::LasFocusedDateRole && (col == 0)) { + // return plmdata->userHub()->get(projectId, tableName, documentId, + // "dt_last_focused"); + // } + + + return QVariant(); +} + +bool PLMDocumentListModel::setData(const QModelIndex& index, + const QVariant & value, + int role) +{ + if (data(index, role) != value) { + // FIXME: Implement me! + emit dataChanged(index, index, QVector() << role); + return true; + } + return false; +} + +Qt::ItemFlags PLMDocumentListModel::flags(const QModelIndex& index) const +{ + if (!index.isValid()) return Qt::NoItemFlags; + + return Qt::NoItemFlags; // FIXME: Implement me! +} + +void PLMDocumentListModel::addDocument(int projectId, + const QString& tableName, + int documentId) +{ + if (!tableName.endsWith("doc_list")) return; + + if (tableName != m_tableName) return; + + // QModelIndex parentIndex = this->index(0, 0, QModelIndex()); + + beginInsertRows(QModelIndex(), m_allDocuments.count(), m_allDocuments.count() + 1); + + m_allDocuments.append(PLMDocumentListItem(projectId, documentId, tableName)); + + endInsertRows(); +} + +// ------------------------------------------------------ + +void PLMDocumentListModel::removeDocument(int projectId, + const QString& tableName, + int documentId) +{ + if (!tableName.endsWith("doc_list")) return; + + if (tableName != m_tableName) return; + + + // QModelIndex parentIndex = this->index(0, 0, QModelIndex()); + + + beginRemoveRows(QModelIndex(), m_allDocuments.count(), m_allDocuments.count()); + + + QMutableListIterator i(m_allDocuments); + + while (i.hasNext()) { + i.next(); + + if ((i.value().projectId == projectId) && (i.value().tableName == tableName) && + (i.value().documentId == documentId)) { + i.remove(); + } + } + endRemoveRows(); +} + +void PLMDocumentListModel::modifyDocument(int projectId, + const QString& tableName, + int documentId, + const QString& fieldName) +{ + if (!tableName.endsWith("doc_list")) return; + + if (tableName != m_tableName) return; + + + QList list; + + QModelIndexList finalIndexList; + QModelIndexList modelList = this->match(this->index(0, 0, + QModelIndex()), + PLMDocumentListModel::Roles::DocumentIdRole, + documentId, + -1, + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap); + + for (const QModelIndex& modelIndex : modelList) { + if (modelIndex.data(PLMDocumentListModel::Roles::ProjectIdRole).toInt() == + projectId) { + finalIndexList.append(modelIndex); + } + } + + QModelIndex index = finalIndexList.first(); + QVector role; + + if (fieldName == "t_title") { + role << PLMDocumentListModel::Roles::NameRole; + } + + emit dataChanged(index, index, role); +} + +// ------------------------------------------------------ + +QHashPLMDocumentListModel::roleNames() const { + QHash roles; + + roles[ProjectIdRole] = "projectId"; + roles[DocumentIdRole] = "documentId"; + roles[PaperCodeRole] = "paperCode"; + roles[NameRole] = "name"; + roles[TypeRole] = "type"; + roles[SubWindowRole] = "subWindow"; + roles[CursorPosRole] = "cursorPos"; + roles[PropertyRole] = "property"; + roles[UpdateDateRole] = "updateDate"; + roles[LasFocusedDateRole] = "lastFocusedDate"; + return roles; +} + +QListPLMDocumentListModel::getSubWindowIdList(int projectId, int paperId) +{ + QList list; + + + QModelIndexList modelList = this->match(this->index(0, 0, + QModelIndex()), + PLMDocumentListModel::Roles::PaperCodeRole, + paperId, + -1, + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap); + + for (const QModelIndex& modelIndex : modelList) { + if (modelIndex.data(PLMDocumentListModel::Roles::ProjectIdRole).toInt() == + projectId) { + list.append(modelIndex.data( + PLMDocumentListModel::Roles::SubWindowRole).toInt()); + } + } + + return list; +} + +QListPLMDocumentListModel::getDocumentId(int projectId, int paperId, int subWindowId) +{ + QList list; + + + QModelIndexList modelList = this->match(this->index(0, 0, + QModelIndex()), + PLMDocumentListModel::Roles::SubWindowRole, + subWindowId, + -1, + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap); + + for (const QModelIndex& modelIndex : modelList) { + if ((modelIndex.data(PLMDocumentListModel::Roles::ProjectIdRole).toInt() == + projectId) && + (modelIndex.data(PLMDocumentListModel::Roles::PaperCodeRole).toInt() == + paperId)) { + list.append(modelIndex.data( + PLMDocumentListModel::Roles::DocumentIdRole).toInt()); + } + } + + return list; +} + +QListPLMDocumentListModel::getDocumentIdEverywhere(int projectId, int paperId) +{ + QList result; + + for (int subWindowId : this->getSubWindowIdList(projectId, paperId)) { + result.append(getDocumentId(projectId, paperId, subWindowId)); + } + + return result; +} + +QString PLMDocumentListModel::translateRole(PLMDocumentListModel::Roles role) const +{ + QString result; + + switch (role) { + case PLMDocumentListModel::Roles::DocumentIdRole: + result = "l_document_id"; + break; + + case PLMDocumentListModel::Roles::PaperCodeRole: + result = "l_paper_code"; + break; + + case PLMDocumentListModel::Roles::ProjectIdRole: + // useless + break; + + case PLMDocumentListModel::Roles::NameRole: + result = "t_title"; + break; + + + case PLMDocumentListModel::Roles::TypeRole: + result = "t_type"; + break; + + case PLMDocumentListModel::Roles::SubWindowRole: + result = "l_subwindow"; + break; + + case PLMDocumentListModel::Roles::CursorPosRole: + result = "l_cursor_pos"; + break; + + case PLMDocumentListModel::Roles::PropertyRole: + result = "t_property"; + break; + + case PLMDocumentListModel::Roles::UpdateDateRole: + result = "dt_updated"; + break; + + case PLMDocumentListModel::Roles::LasFocusedDateRole: + result = "dt_last_focused"; + break; + + default: + break; + + return result; + } +} + +void PLMDocumentListModel::populate() +{ + this->beginResetModel(); + + // m_allDocuments.clear(); + // foreach(int projectId, plmProjectManager->projectIdList()) { + // QList results; + // plmdata->userHub()->getIds(projectId, m_tableName, results); + + // for (int documentId : results) { + // m_allDocuments.append(PLMDocumentListItem(projectId, + // documentId, + // m_tableName)); + // } + + // } + this->endResetModel(); +} + +void PLMDocumentListModel::clear() +{ + this->beginResetModel(); + m_allDocuments.clear(); + this->endResetModel(); +} + +// ---------------------------------------------------------------------------------- +// ---------------------------------------------------------------------------------- +// ---------------------------------------------------------------------------------- + +PLMDocumentListItem::PLMDocumentListItem() +{ + this->projectId = -1; + this->documentId = -1; + this->tableName = ""; +} + +PLMDocumentListItem::PLMDocumentListItem(int projectId, + int documentId, + const QString& tableName) +{ + this->projectId = projectId; + this->documentId = documentId; + this->tableName = tableName; +} + +PLMDocumentListItem::~PLMDocumentListItem() +{} + +PLMDocumentListItem::PLMDocumentListItem(const PLMDocumentListItem& item) +{ + this->projectId = item.projectId; + this->documentId = item.documentId; + this->tableName = item.tableName; +} diff --git a/src/libskribisto-data/src/models/plmdocumentlistmodel.h b/src/libskribisto-data/src/models/plmdocumentlistmodel.h new file mode 100644 index 000000000..e8c4f62c7 --- /dev/null +++ b/src/libskribisto-data/src/models/plmdocumentlistmodel.h @@ -0,0 +1,131 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdocumentslistmodel.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMDOCUMENTSLISTMODEL_H +#define PLMDOCUMENTSLISTMODEL_H + +#include +#include "./skribisto_data_global.h" + +struct EXPORT PLMDocumentListItem +{ + Q_GADGET + +public: + + explicit PLMDocumentListItem(); + explicit PLMDocumentListItem(int projectId, + int documentId, + const QString& tableName); + ~PLMDocumentListItem(); + PLMDocumentListItem(const PLMDocumentListItem& item); + int projectId; + int documentId; + QString tableName; + +signals: + +public slots: + +private: +}; + + +class EXPORT PLMDocumentListModel : public QAbstractListModel { + Q_OBJECT + +public: + + enum Roles { + ProjectIdRole = Qt::UserRole + 1, + DocumentIdRole = Qt::UserRole + 2, + PaperCodeRole = Qt::UserRole + 3, + NameRole = Qt::UserRole + 4, + TypeRole = Qt::UserRole + 5, + SubWindowRole = Qt::UserRole + 6, + CursorPosRole = Qt::UserRole + 7, + PropertyRole = Qt::UserRole + 8, + UpdateDateRole = Qt::UserRole + 9, + LasFocusedDateRole = Qt::UserRole + 10 + }; + + explicit PLMDocumentListModel(QObject *parent, const QString &tableName); + + // Header: + QVariant headerData(int section, + Qt::Orientation orientation, + int role = Qt::DisplayRole) const override; + bool setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role = Qt::EditRole) override; + + // Basic functionality: + int rowCount(const QModelIndex& parent = QModelIndex()) const override; + + QVariant data(const QModelIndex& index, + int role = Qt::DisplayRole) const override; + + // Editable: + bool setData(const QModelIndex& index, + const QVariant & value, + int role = Qt::EditRole) override; + + Qt::ItemFlags flags(const QModelIndex& index) const override; + + + QHashroleNames() const override; + QList getSubWindowIdList(int projectId, + int paperId); + QList getDocumentId(int projectId, + int paperId, + int subWindowId); + QList getDocumentIdEverywhere(int projectId, + int paperId); + +protected slots: + QString translateRole(Roles role) const; + +private slots: + + void populate(); + void clear(); + + void addDocument(int projectId, + const QString& tableName, + int documentId); + void removeDocument(int projectId, + const QString& tableName, + int documentId); + void modifyDocument(int projectId, + const QString& tableName, + int documentId, + const QString& fieldName); + + +private: + + QVariant m_headerData; + QString m_tableName; + QListm_allDocuments; +}; + +#endif // PLMDOCUMENTSLISTMODEL_H diff --git a/src/libskribisto-data/src/models/plmdocumentlistproxymodel.cpp b/src/libskribisto-data/src/models/plmdocumentlistproxymodel.cpp new file mode 100644 index 000000000..8ce9110b7 --- /dev/null +++ b/src/libskribisto-data/src/models/plmdocumentlistproxymodel.cpp @@ -0,0 +1,88 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdocumentslistproxymodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmdocumentlistproxymodel.h" +#include "plmdocumentlistmodel.h" +#include + + +PLMDocumentListProxyModel::PLMDocumentListProxyModel(QObject *parent) : + QSortFilterProxyModel(parent) +{ + m_subWindowId = -1; +} + +void PLMDocumentListProxyModel::setSubWindowId(int subWindowId) +{ + m_subWindowId = subWindowId; + this->invalidate(); +} + +// -------------------------------------------------------------- + + +bool PLMDocumentListProxyModel::filterAcceptsRow(int source_row, + const QModelIndex& source_parent) const +{ + QModelIndex index = this->sourceModel()->index(source_row, 0, source_parent); + + qDebug() << "source_row :" << source_row; + + if (!index.isValid()) { + return false; + } + int indexSubWindowId = sourceModel()->data(index, + PLMDocumentListModel::Roles::SubWindowRole) + .toInt(); + + qDebug() << indexSubWindowId << m_subWindowId; + + if (indexSubWindowId == m_subWindowId) return true; + + return false; +} + +// -------------------------------------------------------------- + +QVariant PLMDocumentListProxyModel::data(const QModelIndex& index, int role) const +{ + // if (!this->mapToSource(index).isValid()) return QVariant(); + + // QModelIndex sourceIndex = this->mapToSource(index); + // int col = index.column(); + + // if ((role == Qt::DisplayRole) && (col == 0)) { + // return this->sourceModel()->data(sourceIndex, + // PLMDocumentListModel::Roles::NameRole); + // } + + return QSortFilterProxyModel::data(index, role); +} + +// -------------------------------------------------------------- + +Qt::ItemFlags PLMDocumentListProxyModel::flags(const QModelIndex& index) const +{ + if (!index.isValid()) return Qt::NoItemFlags; + + + return Qt::ItemFlag::ItemIsEnabled | Qt::ItemFlag::ItemIsSelectable; +} diff --git a/src/libskribisto-data/src/models/plmdocumentlistproxymodel.h b/src/libskribisto-data/src/models/plmdocumentlistproxymodel.h new file mode 100644 index 000000000..10a13ecae --- /dev/null +++ b/src/libskribisto-data/src/models/plmdocumentlistproxymodel.h @@ -0,0 +1,53 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdocumentslistproxymodel.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMDOCUMENTSLISTPROXYMODEL_H +#define PLMDOCUMENTSLISTPROXYMODEL_H + +#include +#include +#include "./skribisto_data_global.h" + +class EXPORT PLMDocumentListProxyModel : public QSortFilterProxyModel { + Q_OBJECT + +public: + + explicit PLMDocumentListProxyModel(QObject *parent = nullptr); + void setSubWindowId(int subWindowId); + + + Qt::ItemFlags flags(const QModelIndex& index) const override; + + virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; + +protected: + bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const override; + +signals: + +public slots: + +private: + int m_subWindowId; +}; + +#endif // PLMDOCUMENTSLISTPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/plmmodels.cpp b/src/libskribisto-data/src/models/plmmodels.cpp new file mode 100644 index 000000000..f0c32f560 --- /dev/null +++ b/src/libskribisto-data/src/models/plmmodels.cpp @@ -0,0 +1,63 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmmodels.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmmodels.h" + +PLMModels::PLMModels(QObject *parent) : QObject(parent) +{ + m_instance = this; + m_sheetModel = new PLMSheetModel(this); + m_sheetListModel = new PLMSheetListModel(this); + m_noteListModel = new PLMNoteListModel(this); + m_tagListModel = new SKRTagListModel(this); + + m_writeDocumentListModel = new PLMWriteDocumentListModel(this); +} + +PLMModels::~PLMModels() +{} + +PLMModels *PLMModels::m_instance = nullptr; + +// TODO: remove that, useless +PLMSheetModel * PLMModels::sheetModel() +{ + return m_sheetModel; +} + +PLMSheetListModel * PLMModels::sheetListModel() +{ + return m_sheetListModel; +} + +PLMNoteListModel * PLMModels::noteListModel() +{ + return m_noteListModel; +} + +SKRTagListModel * PLMModels::tagListModel() +{ + return m_tagListModel; +} + +PLMWriteDocumentListModel * PLMModels::writeDocumentListModel() +{ + return m_writeDocumentListModel; +} diff --git a/src/libskribisto-data/src/models/plmmodels.h b/src/libskribisto-data/src/models/plmmodels.h new file mode 100644 index 000000000..9357cdb72 --- /dev/null +++ b/src/libskribisto-data/src/models/plmmodels.h @@ -0,0 +1,71 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmmodels.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMMODELS_H +#define PLMMODELS_H + +#include "plmwritedocumentlistmodel.h" +#include "plmsheetmodel.h" +#include "plmsheetlistmodel.h" +#include "plmnotelistmodel.h" +#include "skrtaglistmodel.h" +#include "./skribisto_data_global.h" + +#include + +#define plmmodels PLMModels::instance() + +class EXPORT PLMModels : public QObject { + Q_OBJECT + +public: + + explicit PLMModels(QObject *parent = nullptr); + ~PLMModels(); + static PLMModels* instance() + { + return m_instance; + } + + PLMSheetModel * sheetModel(); + + Q_INVOKABLE PLMWriteDocumentListModel* writeDocumentListModel(); + + PLMSheetListModel *sheetListModel(); + PLMNoteListModel *noteListModel(); + SKRTagListModel *tagListModel(); + +signals: + +public slots: + +private: + + static PLMModels *m_instance; + + PLMSheetModel *m_sheetModel; + PLMSheetListModel *m_sheetListModel; + PLMNoteListModel *m_noteListModel; + SKRTagListModel *m_tagListModel; + + PLMWriteDocumentListModel *m_writeDocumentListModel; +}; + +#endif // PLMMODELS_H diff --git a/src/libskribisto-data/src/models/plmnoteitem.cpp b/src/libskribisto-data/src/models/plmnoteitem.cpp new file mode 100644 index 000000000..e5b205110 --- /dev/null +++ b/src/libskribisto-data/src/models/plmnoteitem.cpp @@ -0,0 +1,469 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnoteitem.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmnoteitem.h" +#include "plmdata.h" + + +PLMNoteItem::PLMNoteItem() : + m_invalidatedRoles(), m_isProjectItem(false), m_isRootItem(false) +{ + m_data.insert(Roles::ProjectIdRole, -2); + m_data.insert(Roles::PaperIdRole, -2); + m_data.insert(Roles::IndentRole, -2); + m_data.insert(Roles::SortOrderRole, 0); +} + +PLMNoteItem::PLMNoteItem(int projectId, int paperId, int indent, + int sortOrder) : + + m_invalidatedRoles(), m_isProjectItem(false), m_isRootItem(false) +{ + m_data.insert(Roles::ProjectIdRole, projectId); + m_data.insert(Roles::PaperIdRole, paperId); + m_data.insert(Roles::IndentRole, indent); + m_data.insert(Roles::SortOrderRole, sortOrder); + + this->invalidateAllData(); +} + +PLMNoteItem::~PLMNoteItem() +{} + + +void PLMNoteItem::invalidateData(int role) +{ + m_invalidatedRoles.append(role); +} + +void PLMNoteItem::invalidateAllData() +{ + QMetaEnum metaEnum = QMetaEnum::fromType(); + + for (int i = 0; i < metaEnum.keyCount(); ++i) { + m_invalidatedRoles << metaEnum.value(i); + m_invalidatedRoles.removeAll(PLMNoteItem::Roles::ProjectIdRole); + m_invalidatedRoles.removeAll(PLMNoteItem::Roles::PaperIdRole); + } +} + +QVariant PLMNoteItem::data(int role) +{ + QMetaEnum metaEnum = QMetaEnum::fromType(); + + // if (role != IndentRole) + // qDebug() << "item data : " << "pr :" << + // m_data.value(Roles::ProjectIdRole).toInt() << + // "id :" << + // m_data.value(Roles::PaperIdRole).toInt() << "role : " << + // metaEnum.valueToKey(role); + + if (m_invalidatedRoles.contains(role)) { + int projectId = this->projectId(); + int paperId = this->paperId(); + + + switch (role) { + case Roles::ProjectNameRole: + m_data.insert(role, plmdata->projectHub()->getProjectName(projectId)); + break; + + case Roles::ProjectIdRole: + + // useless + break; + + case Roles::PaperIdRole: + + // useless + break; + + case Roles::NameRole: + m_data.insert(role, plmdata->noteHub()->getTitle(projectId, paperId)); + break; + + case Roles::LabelRole: + m_data.insert(role, + plmdata->notePropertyHub()->getProperty(projectId, paperId, + "label")); + break; + + case Roles::IndentRole: + m_data.insert(role, plmdata->noteHub()->getIndent(projectId, paperId)); + break; + + case Roles::SortOrderRole: + m_data.insert(role, plmdata->noteHub()->getSortOrder(projectId, paperId)); + break; + + case Roles::TrashedRole: + m_data.insert(role, plmdata->noteHub()->getTrashed(projectId, paperId)); + break; + + case Roles::CreationDateRole: + m_data.insert(role, plmdata->noteHub()->getCreationDate(projectId, paperId)); + break; + + case Roles::UpdateDateRole: + m_data.insert(role, plmdata->noteHub()->getUpdateDate(projectId, paperId)); + break; + + case Roles::ContentDateRole: + m_data.insert(role, plmdata->noteHub()->getContentDate(projectId, paperId)); + break; + + case Roles::HasChildrenRole: + m_data.insert(role, plmdata->noteHub()->hasChildren(projectId, paperId)); + break; + + case Roles::CharCountRole: + m_data.insert(role, + plmdata->notePropertyHub()->getProperty(projectId, paperId, + "char_count")); + break; + + case Roles::WordCountRole: + m_data.insert(role, + plmdata->notePropertyHub()->getProperty(projectId, paperId, + "word_count")); + break; + + + case Roles::ProjectIsBackupRole: + m_data.insert(role, plmdata->projectHub()->isThisProjectABackup(projectId)); + break; + + + case Roles::ProjectIsActiveRole: + m_data.insert(role, plmdata->projectHub()->isThisProjectActive(projectId)); + break; + } + + m_invalidatedRoles.removeAll(role); + } + return m_data.value(role); +} + +QListPLMNoteItem::dataRoles() const +{ + return m_data.keys(); +} + +PLMNoteItem * PLMNoteItem::parent(const QList& itemList) +{ + if (this->isRootItem()) { + return nullptr; + } + + // for project items + if (this->indent() == -1) { + return nullptr; + } + + + int index = itemList.indexOf(this); + int indent = this->indent(); + int possibleParentIndex = index - 1; + + if (possibleParentIndex == -1) { // first of list, so no real parent, parent + // is root item + return nullptr; + } + + PLMNoteItem *possibleParentItem = itemList.at(possibleParentIndex); + + while (possibleParentItem->indent() >= indent) { + possibleParentIndex -= 1; + + if (possibleParentIndex == -1) { + return nullptr; + } + possibleParentItem = itemList.at(possibleParentIndex); + } + + return possibleParentItem; +} + +int PLMNoteItem::row(const QList& itemList) +{ + if (this->isRootItem()) { + return 0; + } + + if (itemList.first() == this) { + return 0; + } + + // if ((this->indent() == 0)) { + // return 0; + // } + + int index = itemList.indexOf(this); + int indent = this->indent(); + int possibleRow = 0; + + // create sublist + QList itemSubList; + + for (int i = 0; i < index; ++i) { + itemSubList.append(itemList.at(i)); + } + + + QListIterator iterator(itemSubList); + + iterator.toBack(); + + while (iterator.hasPrevious()) { + PLMNoteItem *previousItem = iterator.previous(); + + if (previousItem->indent() >= indent) { + if (previousItem->indent() == indent) { + possibleRow += 1; + } + } + else { + break; + } + } + + + return possibleRow; +} + +int PLMNoteItem::childrenCount(const QList& itemList) { + if (this->isRootItem()) { + if (itemList.isEmpty()) { + return 0; + } + + int childrenCount = 0; + + // switch between multiple projects or one project + int parentIndent = -2; + + + QListIterator iterator(itemList); + iterator.toFront(); + + while (iterator.hasNext()) { + PLMNoteItem *nextItem = iterator.next(); + + if (nextItem->indent() > parentIndent) { + if (nextItem->indent() == parentIndent + 1) { + childrenCount += 1; + } + } + else { + break; + } + } + + + return childrenCount; + } + + if (itemList.last() == this) { + return 0; + } + + + int index = itemList.indexOf(this); + int indent = this->indent(); + int childrenCount = 0; + int nextItemIndex = index + 1; + + if (nextItemIndex >= itemList.count()) { + return 0; + } + + QList itemSubList = itemList.mid(nextItemIndex); + + QListIterator iterator(itemSubList); + + iterator.toFront(); + + while (iterator.hasNext()) { + PLMNoteItem *nextItem = iterator.next(); + + if (nextItem->indent() > indent) { + if (nextItem->indent() == indent + 1) { + childrenCount += 1; + } + } + else { + break; + } + } + + + return childrenCount; +} + +PLMNoteItem * PLMNoteItem::child(const QList& itemList, int row) +{ + // if this is root item : + if (this->isRootItem()) { + if (itemList.isEmpty()) { + return nullptr; + } + + int childrenCount = 0; + PLMNoteItem *childItem = nullptr; + + // switch between multiple projects or one project + + int parentIndent = this->indent(); // = -2 + + + QListIterator iterator(itemList); + iterator.toFront(); + + while (iterator.hasNext()) { + PLMNoteItem *nextItem = iterator.next(); + + if (nextItem->indent() > parentIndent) { + if (nextItem->indent() == parentIndent + 1) { + childrenCount += 1; + + if (childrenCount == row + 1) { + // found searched-for child + childItem = nextItem; + break; + } + } + } + else { + break; + } + } + + + return childItem; + } + + if (itemList.isEmpty()) { + return nullptr; + } + + int index = itemList.indexOf(this); + int indent = this->indent(); + int childrenCount = 0; + int nextItemIndex = index + 1; + + PLMNoteItem *childItem = nullptr; + + + QList itemSubList = itemList.mid(nextItemIndex); + + QListIterator iterator(itemSubList); + + iterator.toFront(); + + while (iterator.hasNext()) { + PLMNoteItem *nextItem = iterator.next(); + QString thisTitle = this->data(PLMNoteItem::Roles::NameRole).toString(); + QString nextTitle = nextItem->data(PLMNoteItem::Roles::NameRole).toString(); + + if (nextItem->indent() > indent) { + if (nextItem->indent() == indent + 1) { + childrenCount += 1; + + if (childrenCount == row + 1) { + childItem = nextItem; + break; + } + } + } + else { + break; + } + } + + + return childItem; +} + +bool PLMNoteItem::isRootItem() const +{ + return m_isRootItem; +} + +void PLMNoteItem::setIsRootItem() +{ + m_isRootItem = true; + + m_data.clear(); + m_invalidatedRoles.clear(); + m_data.insert(Roles::PaperIdRole, -2); + m_data.insert(Roles::IndentRole, -2); + m_data.insert(Roles::SortOrderRole, -90000000); +} + +bool PLMNoteItem::isProjectItem() const +{ + return m_isProjectItem; +} + +void PLMNoteItem::setIsProjectItem(int projectId) +{ + m_isProjectItem = true; + + m_data.clear(); + m_invalidatedRoles.clear(); + + m_data.insert(Roles::ProjectIdRole, projectId); + m_data.insert(Roles::PaperIdRole, -1); + m_data.insert(Roles::IndentRole, -1); + m_data.insert(Roles::SortOrderRole, -1000); + + // TODO: add infoHub->getProjectName(projectId) + // m_data.insert(Roles::NameRole, /*plmdata->infoHub()->*/ ); + this->invalidateData(Roles::ProjectNameRole); + this->invalidateData(Roles::HasChildrenRole); + this->invalidateData(Roles::ProjectIsBackupRole); + this->invalidateData(Roles::ProjectIsActiveRole); +} + +int PLMNoteItem::projectId() +{ + return data(Roles::ProjectIdRole).toInt(); +} + +int PLMNoteItem::paperId() +{ + return data(Roles::PaperIdRole).toInt(); +} + +int PLMNoteItem::sortOrder() +{ + return data(Roles::SortOrderRole).toInt(); +} + +int PLMNoteItem::indent() +{ + return data(Roles::IndentRole).toInt(); +} + +QString PLMNoteItem::name() +{ + return data(Roles::NameRole).toString(); +} diff --git a/src/libskribisto-data/src/models/plmnoteitem.h b/src/libskribisto-data/src/models/plmnoteitem.h new file mode 100644 index 000000000..a2c6b0fa9 --- /dev/null +++ b/src/libskribisto-data/src/models/plmnoteitem.h @@ -0,0 +1,101 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnoteitem.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMNOTEITEM_H +#define PLMNOTEITEM_H + +// #include "plmnotemodel.h" + +#include +#include +#include "./skribisto_data_global.h" + +class EXPORT PLMNoteItem : public QObject { + Q_OBJECT + +public: + + enum Roles { + // papers : + ProjectNameRole = Qt::UserRole, + ProjectIdRole = Qt::UserRole + 1, + PaperIdRole = Qt::UserRole + 2, + NameRole = Qt::UserRole + 3, + LabelRole = Qt::UserRole + 4, + IndentRole = Qt::UserRole + 5, + SortOrderRole = Qt::UserRole + 6, + TrashedRole = Qt::UserRole + 7, + CreationDateRole = Qt::UserRole + 8, + UpdateDateRole = Qt::UserRole + 9, + ContentDateRole = Qt::UserRole + 10, + HasChildrenRole = Qt::UserRole + 11, + CharCountRole = Qt::UserRole + 12, + WordCountRole = Qt::UserRole + 13, + ProjectIsBackupRole = Qt::UserRole + 14, + ProjectIsActiveRole = Qt::UserRole + 15 + // TODO: specific to note: + + }; + Q_ENUM(Roles) + + explicit PLMNoteItem(); + explicit PLMNoteItem(int projectId, + int paperId, + int indent, + int sortOrder); + ~PLMNoteItem(); + + void invalidateData(int role); + void invalidateAllData(); + + int projectId(); + + int paperId(); + int sortOrder(); + int indent(); + Q_INVOKABLE QString name(); + + QVariant data(int role); + QList dataRoles() const; + + PLMNoteItem* parent(const QList& itemList); + int row(const QList& itemList); + + bool isProjectItem() const; + void setIsProjectItem(int projectId); + + int childrenCount(const QList& itemList); + PLMNoteItem* child(const QList& itemList, + int row); + bool isRootItem() const; + void setIsRootItem(); + +signals: + +public slots: + +private: + + QHashm_data; + QList m_invalidatedRoles; + bool m_isProjectItem, m_isRootItem; +}; + +#endif // PLMNOTEITEM_H diff --git a/src/libskribisto-data/src/models/plmnotelistmodel.cpp b/src/libskribisto-data/src/models/plmnotelistmodel.cpp new file mode 100644 index 000000000..81bcc36d8 --- /dev/null +++ b/src/libskribisto-data/src/models/plmnotelistmodel.cpp @@ -0,0 +1,820 @@ +#include "plmnotelistmodel.h" + +PLMNoteListModel::PLMNoteListModel(QObject *parent) + : QAbstractListModel(parent), m_headerData(QVariant()) +{ + m_rootItem = new PLMNoteItem(); + m_rootItem->setIsRootItem(); + + connect(plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &PLMNoteListModel::populate); + connect(plmdata->projectHub(), + &PLMProjectHub::projectClosed, + this, + &PLMNoteListModel::populate); + + + connect(plmdata->noteHub(), + &PLMNoteHub::paperAdded, + this, + &PLMNoteListModel::refreshAfterDataAddition); + + connect(plmdata->noteHub(), + &PLMNoteHub::paperMoved, + this, + &PLMNoteListModel::refreshAfterDataMove); + + connect(plmdata->sheetHub(), + &PLMNoteHub::paperRemoved, + this, + &PLMNoteListModel::refreshAfterDataRemove); + + connect(plmdata->noteHub(), + &PLMNoteHub::trashedChanged, // careful, paper is trashed = true, + // not a true removal + this, + &PLMNoteListModel::refreshAfterTrashedStateChanged); + + connect(plmdata->projectHub(), + &PLMProjectHub::projectIsBackupChanged, + this, + &PLMNoteListModel::refreshAfterProjectIsBackupChanged); + + connect(plmdata->projectHub(), + &PLMProjectHub::activeProjectChanged, + this, + &PLMNoteListModel::refreshAfterProjectIsActiveChanged); + + this->connectToPLMDataSignals(); +} + +QVariant PLMNoteListModel::headerData(int section, Qt::Orientation orientation, + int role) const +{ + Q_UNUSED(section) + Q_UNUSED(orientation) + Q_UNUSED(role) + + return m_headerData; +} + +bool PLMNoteListModel::setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role) +{ + if (value != headerData(section, orientation, role)) { + m_headerData = value; + emit headerDataChanged(orientation, section, section); + return true; + } + return false; +} + +QModelIndex PLMNoteListModel::index(int row, int column, const QModelIndex& parent) const +{ + if (column != 0) return QModelIndex(); + + PLMNoteItem *parentItem; + + if (!parent.isValid()) parentItem = m_rootItem; + + PLMNoteItem *childItem = m_allNoteItems.at(row); + + if (childItem) { + QModelIndex index = createIndex(row, column, childItem); + return index; + } + return QModelIndex(); +} + +int PLMNoteListModel::rowCount(const QModelIndex& parent) const +{ + // For list models only the root node (an invalid parent) should return the + // list's size. For all + // other (valid) parents, rowCount() should return 0 so that it does not + // become a tree model. + if (parent.isValid()) return 0; + + return m_allNoteItems.count(); +} + +QVariant PLMNoteListModel::data(const QModelIndex& index, int role) const +{ + // qDebug() << "checkIndex :" + // << (checkIndex(index, + // QAbstractItemModel::CheckIndexOption::IndexIsValid + // | + // QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid + | QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + + if (!index.isValid()) return QVariant(); + + PLMNoteItem *item = static_cast(index.internalPointer()); + + + if ((role == Qt::DisplayRole) && item->isProjectItem()) { + return item->data(PLMNoteItem::Roles::ProjectNameRole); + } + else if (role == Qt::DisplayRole) { + return item->data(PLMNoteItem::Roles::NameRole); + } + + + if (role == PLMNoteItem::Roles::ProjectNameRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::NameRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::PaperIdRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::ProjectIdRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::LabelRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::IndentRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::SortOrderRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::CreationDateRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::UpdateDateRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::ContentDateRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::HasChildrenRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::TrashedRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::ProjectIsBackupRole) { + return item->data(role); + } + + if (role == PLMNoteItem::Roles::ProjectIsActiveRole) { + return item->data(role); + } + + return QVariant(); +} + +bool PLMNoteListModel::setData(const QModelIndex& index, const QVariant& value, int role) +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid | + QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + + if (data(index, role) != value) { + PLMNoteItem *item = static_cast(index.internalPointer()); + int projectId = item->projectId(); + int paperId = item->paperId(); + PLMError error; + + this->disconnectFromPLMDataSignals(); + + switch (role) { + case PLMNoteItem::Roles::ProjectNameRole: + error = plmdata->projectHub()->setProjectName(projectId, value.toString()); + break; + + case PLMNoteItem::Roles::ProjectIdRole: + + // useless + break; + + case PLMNoteItem::Roles::PaperIdRole: + + // useless + break; + + case PLMNoteItem::Roles::NameRole: + error = plmdata->noteHub()->setTitle(projectId, paperId, value.toString()); + + break; + + case PLMNoteItem::Roles::LabelRole: + error = plmdata->notePropertyHub()->setProperty(projectId, paperId, + "label", value.toString()); + break; + + case PLMNoteItem::Roles::IndentRole: + error = plmdata->noteHub()->setIndent(projectId, paperId, value.toInt()); + break; + + case PLMNoteItem::Roles::SortOrderRole: + error = plmdata->noteHub()->setSortOrder(projectId, paperId, value.toInt()); + IFOKDO(error, plmdata->noteHub()->renumberSortOrders(projectId)); + + for (PLMNoteItem *item : m_allNoteItems) { + item->invalidateData(role); + } + this->populate(); + + break; + + case PLMNoteItem::Roles::TrashedRole: + error = plmdata->noteHub()->setTrashedWithChildren(projectId, paperId, value.toBool()); + break; + + case PLMNoteItem::Roles::CreationDateRole: + error = plmdata->noteHub()->setCreationDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMNoteItem::Roles::UpdateDateRole: + error = plmdata->noteHub()->setUpdateDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMNoteItem::Roles::ContentDateRole: + error = plmdata->noteHub()->setContentDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMNoteItem::Roles::HasChildrenRole: + // useless + break; + + case PLMNoteItem::Roles::CharCountRole: + error = plmdata->notePropertyHub()->setProperty(projectId, + paperId, + "char_count", + QString::number( + value.toInt())); + break; + + case PLMNoteItem::Roles::WordCountRole: + + error = plmdata->notePropertyHub()->setProperty(projectId, + paperId, + "word_count", + QString::number( + value.toInt())); + break; + + case PLMNoteItem::Roles::ProjectIsActiveRole: + + plmdata->projectHub()->setActiveProject(projectId); + break; + } + + + this->connectToPLMDataSignals(); + + if (!error.isSuccess()) { + return false; + } + item->invalidateData(role); + + emit dataChanged(index, index, QVector() << role); + return true; + } + return false; +} + +Qt::ItemFlags PLMNoteListModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QAbstractItemModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags; +} + +bool PLMNoteListModel::insertRows(int row, int count, const QModelIndex& parent) +{ + beginInsertRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endInsertRows(); + return false; +} + +bool PLMNoteListModel::removeRows(int row, int count, const QModelIndex& parent) +{ + beginRemoveRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endRemoveRows(); + return false; +} + +QHashPLMNoteListModel::roleNames() const { + QHash roles; + + roles[PLMNoteItem::Roles::ProjectNameRole] = "projectName"; + roles[PLMNoteItem::Roles::PaperIdRole] = "paperId"; + roles[PLMNoteItem::Roles::ProjectIdRole] = "projectId"; + roles[PLMNoteItem::Roles::NameRole] = "name"; + roles[PLMNoteItem::Roles::LabelRole] = "label"; + roles[PLMNoteItem::Roles::IndentRole] = "indent"; + roles[PLMNoteItem::Roles::SortOrderRole] = "sortOrder"; + roles[PLMNoteItem::Roles::CreationDateRole] = "creationDate"; + roles[PLMNoteItem::Roles::UpdateDateRole] = "updateDate"; + roles[PLMNoteItem::Roles::ContentDateRole] = "contentDate"; + roles[PLMNoteItem::Roles::HasChildrenRole] = "hasChildren"; + roles[PLMNoteItem::Roles::TrashedRole] = "trashed"; + roles[PLMNoteItem::Roles::WordCountRole] = "wordCount"; + roles[PLMNoteItem::Roles::CharCountRole] = "charCount"; + roles[PLMNoteItem::Roles::ProjectIsBackupRole] = "projectIsBackup"; + roles[PLMNoteItem::Roles::ProjectIsActiveRole] = "projectIsActive"; + return roles; +} + +void PLMNoteListModel::populate() +{ + this->beginResetModel(); + + m_allNoteItems.clear(); + + for (int projectId : plmdata->projectHub()->getProjectIdList()) { + PLMNoteItem *projectItem = new PLMNoteItem(); + projectItem->setIsProjectItem(projectId); + m_allNoteItems.append(projectItem); + + + auto idList = plmdata->noteHub()->getAllIds(projectId); + auto sortOrdersHash = plmdata->noteHub()->getAllSortOrders(projectId); + auto indentsHash = plmdata->noteHub()->getAllIndents(projectId); + + for (int noteId : idList) { + m_allNoteItems.append(new PLMNoteItem(projectId, noteId, + indentsHash.value(noteId), + sortOrdersHash.value(noteId))); + } + } + this->endResetModel(); +} + +void PLMNoteListModel::clear() +{ + this->beginResetModel(); + qDeleteAll(m_allNoteItems); + this->endResetModel(); +} + +void PLMNoteListModel::exploitSignalFromPLMData(int projectId, + int paperId, + PLMNoteItem::Roles role) +{ + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (!item) { + return; + } + + item->invalidateData(role); + + // search for index + QModelIndex index; + QModelIndexList list = this->match(this->index(0, 0, + QModelIndex()), + PLMNoteItem::Roles::PaperIdRole, + paperId, + -1, + Qt::MatchFlag::MatchRecursive | + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap); + + for (const QModelIndex& modelIndex : list) { + PLMNoteItem *t = static_cast(modelIndex.internalPointer()); + + if (t) + if (t->projectId() == projectId) index = modelIndex; + } + + if (index.isValid()) { + emit dataChanged(index, index, QVector() << role); + } +} + +// -------------------------------------------------------------------- + +void PLMNoteListModel::refreshAfterDataAddition(int projectId, int paperId) +{ + // find parentIndex and row + // QModelIndex parentIndex; + int row = 0; + + auto idList = plmdata->noteHub()->getAllIds(projectId); + auto sortOrdersHash = plmdata->noteHub()->getAllSortOrders(projectId); + auto indentsHash = plmdata->noteHub()->getAllIndents(projectId); + + + int paperIndex = idList.indexOf(paperId); + int paperIndent = indentsHash.value(paperId); + int paperSortOrders = sortOrdersHash.value(paperId); + + bool parentFound = false; + + if (paperIndex == 0) { // meaning the parent have to be a project item + this->populate(); + return; + } + + if (!parentFound) { + for (int i = paperIndex - 1; i >= 0; --i) { + int possibleParentId = idList.at(i); + int possibleParentIndent = indentsHash.value(possibleParentId); + + if (paperIndent == possibleParentIndent + 1) { + // auto modelIndexList = + // this->getModelIndex(projectId, possibleParentId); + // if(modelIndexList.isEmpty()){ + // qWarning() << Q_FUNC_INFO << "if + // paperIndent == possibleParentIndent => + // modelIndexList.isEmpty()"; + // return; + // } + // parentIndex = modelIndexList.first(); + // int parentPaperId = + // parentIndex.data(PLMNoteItem::Roles::PaperIdRole).toInt(); + row = paperIndex - i; + parentFound = true; + break; + } + } + } + + if (!parentFound) { + qWarning() << Q_FUNC_INFO << "parent not found, failsafe used"; + this->populate(); + return; + } + + + // find item just before in m_allNoteItems to determine item index to insert + // in: + + + int idBefore = idList.at(paperIndex - 1); + PLMNoteItem *itemBefore = this->getItem(projectId, idBefore); + + // needed because m_allNoteItems can have multiple projects : + int indexBefore = m_allNoteItems.indexOf(itemBefore); + + int itemIndex = indexBefore + 1; + + // if(itemIndex >= m_allNoteItems.count() && paperIndent == + // itemBefore->indent() + 1){ + // qWarning() << Q_FUNC_INFO << "last in the m_allNoteItems list + // and child of previous item, so failsafe used"; + // this->populate(); + // return; + // } + + + for (PLMNoteItem *item : m_allNoteItems) { + item->invalidateData(PLMNoteItem::Roles::SortOrderRole); + item->invalidateData(PLMNoteItem::Roles::HasChildrenRole); + } + + + beginInsertRows(QModelIndex(), row, row); + + m_allNoteItems.insert(itemIndex, new PLMNoteItem(projectId, paperId, + indentsHash.value(paperId), + sortOrdersHash.value(paperId))); + this->index(row, 0, QModelIndex()); + endInsertRows(); +} + +// -------------------------------------------------------------------- + +void PLMNoteListModel::refreshAfterDataRemove(int projectId, int paperId) +{ + Q_UNUSED(projectId) + Q_UNUSED(paperId) + + this->populate(); + +} + +// -------------------------------------------------------------------- + +void PLMNoteListModel::refreshAfterDataMove(int sourceProjectId, + int sourcePaperId, + int targetProjectId, + int targetPaperId) +{ + int sourceIndex = -2; + int targetIndex = -2; + int sourceRow = -2; + int targetRow = -2; + + + PLMNoteItem *sourceItem = this->getItem(sourceProjectId, sourcePaperId); + + if (!sourceItem) { + qWarning() << "refreshAfterDataMove no sourceItem"; + return; + } + PLMNoteItem *targetItem = this->getItem(targetProjectId, targetPaperId); + + if (!targetItem) { + qWarning() << "refreshAfterDataMove no targetItem"; + return; + } + + int i = 0; + + for (PLMNoteItem *item : m_allNoteItems) { + if (item->paperId() == sourcePaperId) { + sourceIndex = i; + } + + if (item->paperId() == targetPaperId) { + targetIndex = i; + } + i++; + } + + + sourceRow = sourceIndex; + targetRow = targetIndex; + + if (sourceRow < targetRow) { + targetRow += 1; + } + + for (PLMNoteItem *item : m_allNoteItems) { + item->invalidateData(PLMNoteItem::Roles::SortOrderRole); + } + + beginMoveRows(QModelIndex(), sourceRow, sourceRow, QModelIndex(), targetRow); + + PLMNoteItem *tempItem = m_allNoteItems.takeAt(sourceIndex); + + m_allNoteItems.insert(targetIndex, tempItem); + + endMoveRows(); +} + +// -------------------------------------------------------------------- +/// +/// \brief PLMNoteListModel::refreshAfterTrashedStateChanged +/// \param projectId +/// \param paperId +/// \param newTrashedState +/// careful, paper is trashed = true, not a true removal +void PLMNoteListModel::refreshAfterTrashedStateChanged(int projectId, + int paperId, + bool newTrashedState) +{ + Q_UNUSED(projectId) + Q_UNUSED(paperId) + Q_UNUSED(newTrashedState) + + for (PLMNoteItem *item : m_allNoteItems) { + item->invalidateData(PLMNoteItem::Roles::TrashedRole); + item->invalidateData(PLMNoteItem::Roles::HasChildrenRole); // needed to + // refresh + // the parent + // item when + // no child + // anymore + } +} + +// -------------------------------------------------------------------- + +void PLMNoteListModel::refreshAfterProjectIsBackupChanged(int projectId, + bool isProjectABackup) +{ + Q_UNUSED(projectId) + Q_UNUSED(isProjectABackup) + + for (PLMNoteItem *item : m_allNoteItems) { + item->invalidateData(PLMNoteItem::Roles::ProjectIsBackupRole); + } +} + +// -------------------------------------------------------------------- + +void PLMNoteListModel::refreshAfterProjectIsActiveChanged(int projectId) +{ + Q_UNUSED(projectId) + + for (PLMNoteItem *item : m_allNoteItems) { + item->invalidateData(PLMNoteItem::Roles::ProjectIsActiveRole); + } +} + +// -------------------------------------------------------------------- +void PLMNoteListModel::connectToPLMDataSignals() +{ + m_dataConnectionsList << this->connect(plmdata->noteHub(), + &PLMNoteHub::titleChanged, this, + [this](int projectId, int paperId, + const QString& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, PLMNoteItem::Roles::NameRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->projectHub(), + &PLMProjectHub::projectNameChanged, this, + [this](int projectId, + const QString& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, -1, + PLMNoteItem::Roles::ProjectNameRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->notePropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "label") this->exploitSignalFromPLMData(projectId, paperCode, + PLMNoteItem::Roles::LabelRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->noteHub(), + &PLMNoteHub::paperIdChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMNoteItem::Roles::PaperIdRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->noteHub(), + &PLMNoteHub::indentChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMNoteItem::Roles::IndentRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList.append(this->connect(plmdata->noteHub(), + &PLMNoteHub::sortOrderChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMNoteItem::Roles::SortOrderRole); + })); + m_dataConnectionsList << this->connect(plmdata->noteHub(), + &PLMNoteHub::contentDateChanged, this, + [this](int projectId, int paperId, + const QDateTime& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMNoteItem::Roles::ContentDateRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->noteHub(), + &PLMNoteHub::updateDateChanged, this, + [this](int projectId, int paperId, + const QDateTime& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMNoteItem::Roles::UpdateDateRole); + }, Qt::UniqueConnection); + m_dataConnectionsList << this->connect(plmdata->noteHub(), + &PLMNoteHub::trashedChanged, this, + [this](int projectId, int paperId, + bool value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMNoteItem::Roles::TrashedRole); + }, Qt::UniqueConnection); + m_dataConnectionsList << this->connect(plmdata->notePropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "char_count") this->exploitSignalFromPLMData(projectId, paperCode, + PLMNoteItem::Roles:: + CharCountRole); + }, Qt::UniqueConnection); + m_dataConnectionsList << this->connect(plmdata->notePropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "word_count") this->exploitSignalFromPLMData(projectId, paperCode, + PLMNoteItem::Roles:: + WordCountRole); + }, Qt::UniqueConnection); + + + m_dataConnectionsList << this->connect(plmdata->projectHub(), + &PLMProjectHub::activeProjectChanged, this, + [this](int projectId) { + Q_UNUSED(projectId) + + for (int projectId : plmdata->projectHub()->getProjectIdList()) { + this->exploitSignalFromPLMData(projectId, -1, + PLMNoteItem::Roles::ProjectIsActiveRole); + } + }, Qt::UniqueConnection); +} + +void PLMNoteListModel::disconnectFromPLMDataSignals() +{ + // disconnect from PLMPaperHub signals : + for (const QMetaObject::Connection& connection : m_dataConnectionsList) { + QObject::disconnect(connection); + } + + m_dataConnectionsList.clear(); +} + +// ----------------------------------------------------------------------------------- + + +QModelIndexList PLMNoteListModel::getModelIndex(int projectId, int paperId) +{ + QModelIndexList list; + QModelIndexList modelList = this->match(this->index(0, 0, + QModelIndex()), + PLMNoteItem::Roles::ProjectIdRole, + projectId, + -1, + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap | + Qt::MatchFlag::MatchRecursive); + + for (const QModelIndex& modelIndex : modelList) { + int indexPaperId = modelIndex.data(PLMNoteItem::Roles::PaperIdRole).toInt(); + + if (indexPaperId == paperId) { + list.append(modelIndex); + } + } + + return list; +} + +// ----------------------------------------------------------------------------------- + +PLMNoteItem * PLMNoteListModel::getParentNoteItem(PLMNoteItem *chidItem) +{ + return chidItem->parent(m_allNoteItems); +} + +// ----------------------------------------------------------------------------------- +PLMNoteItem * PLMNoteListModel::getItem(int projectId, int paperId) +{ + PLMNoteItem *result_item = nullptr; + + for (PLMNoteItem *item : m_allNoteItems) { + if ((item->projectId() == projectId) && (item->paperId() == paperId)) { + result_item = item; + break; + } + } + + if (!result_item) { + qDebug() << "result_item is null"; + } + + return result_item; +} + +// ----------------------------------------------------------------------------------- diff --git a/src/libskribisto-data/src/models/plmnotelistmodel.h b/src/libskribisto-data/src/models/plmnotelistmodel.h new file mode 100644 index 000000000..744ae5a99 --- /dev/null +++ b/src/libskribisto-data/src/models/plmnotelistmodel.h @@ -0,0 +1,79 @@ +#ifndef PLMNOTELISTMODEL_H +#define PLMNOTELISTMODEL_H + +#include +#include "plmdata.h" +#include "plmnoteitem.h" +#include "./skribisto_data_global.h" + + +class EXPORT PLMNoteListModel : public QAbstractListModel +{ + Q_OBJECT + +public: + + + explicit PLMNoteListModel(QObject *parent = nullptr); + + // Header: + QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; + + bool setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role = Qt::EditRole) override; + + // Basic functionality: + QModelIndex index(int row, + int column, + const QModelIndex& parent = QModelIndex()) const override; + + int rowCount(const QModelIndex &parent = QModelIndex()) const override; + + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; + + // Editable: + bool setData(const QModelIndex &index, const QVariant &value, + int role = Qt::EditRole) override; + + Qt::ItemFlags flags(const QModelIndex& index) const override; + + // Add data: + bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + + // Remove data: + bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + + QHash roleNames() const override; + QModelIndexList getModelIndex(int projectId, int paperId); + PLMNoteItem *getParentNoteItem(PLMNoteItem *chidItem); + PLMNoteItem *getItem(int projectId, int paperId); + +private slots: + void populate(); + void clear(); + void exploitSignalFromPLMData(int projectId, + int paperId, + PLMNoteItem::Roles role); + + void refreshAfterDataAddition(int projectId, + int paperId); + void refreshAfterDataRemove(int projectId, + int paperId); + void refreshAfterDataMove(int sourceProjectId, int sourcePaperId, int targetProjectId, int targetPaperId); + void refreshAfterTrashedStateChanged(int projectId, int paperId, bool newTrashedState); + void refreshAfterProjectIsBackupChanged(int projectId, bool isProjectABackup); + void refreshAfterProjectIsActiveChanged(int projectId); + +private: + + void connectToPLMDataSignals(); + void disconnectFromPLMDataSignals(); + +private: + + PLMNoteItem *m_rootItem; + QVariant m_headerData; + QList m_allNoteItems; + QList m_dataConnectionsList; +}; + +#endif // PLMNOTELISTMODEL_H diff --git a/src/libskribisto-data/src/models/plmnotelistproxymodel.cpp b/src/libskribisto-data/src/models/plmnotelistproxymodel.cpp new file mode 100644 index 000000000..ab8bae7bc --- /dev/null +++ b/src/libskribisto-data/src/models/plmnotelistproxymodel.cpp @@ -0,0 +1,599 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnotelistproxymodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmnotelistproxymodel.h" +#include "plmmodels.h" + +#include + +PLMNoteListProxyModel::PLMNoteListProxyModel(QObject *parent) : QSortFilterProxyModel( + parent), + m_showTrashedFilter(false), m_projectIdFilter(-2), m_parentIdFilter(-2) +{ + this->setSourceModel(plmmodels->noteListModel()); + this->setShowTrashedFilter(false); + + + connect( + plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &PLMNoteListProxyModel::loadProjectSettings); + connect( + plmdata->projectHub(), + &PLMProjectHub::projectToBeClosed, + this, + &PLMNoteListProxyModel::saveProjectSettings, + Qt::DirectConnection); + connect( + plmdata->projectHub(), + &PLMProjectHub::projectClosed, + this, + &PLMNoteListProxyModel::clearHistory); + connect(plmdata->projectHub(), &PLMProjectHub::projectClosed, this, [this]() { + this->clearFilters(); + }); +} + +Qt::ItemFlags PLMNoteListProxyModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QSortFilterProxyModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags | Qt::ItemFlag::ItemIsEditable; +} + +// ----------------------------------------------------------------------- + +QVariant PLMNoteListProxyModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + QModelIndex sourceIndex = this->mapToSource(index); + int col = index.column(); + int row = index.row(); + + if ((role == Qt::EditRole) && (col == 0)) { + return this->sourceModel()->data(sourceIndex, + PLMNoteItem::Roles::NameRole).toString(); + } + + return QSortFilterProxyModel::data(index, role); +} + +// ----------------------------------------------------------------------- + +bool PLMNoteListProxyModel::setData(const QModelIndex& index, const QVariant& value, + int role) +{ + QModelIndex sourceIndex = this->mapToSource(index); + + PLMNoteItem *item = + static_cast(sourceIndex.internalPointer()); + + if ((role == Qt::EditRole) && (sourceIndex.column() == 0)) { + if (item->isProjectItem()) { + return this->sourceModel()->setData(sourceIndex, + value, + PLMNoteItem::Roles::ProjectNameRole); + } else { + return this->sourceModel()->setData(sourceIndex, + value, + PLMNoteItem::Roles::NameRole); + } + } + return QSortFilterProxyModel::setData(index, value, role); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::setParentFilter(int projectId, int parentId) +{ + m_projectIdFilter = projectId; + m_parentIdFilter = parentId; + emit parentIdFilterChanged(m_parentIdFilter); + emit projectIdFilterChanged(m_projectIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + + +void PLMNoteListProxyModel::setShowTrashedFilter(bool showTrashed) +{ + m_showTrashedFilter = showTrashed; + emit showTrashedFilterChanged(m_showTrashedFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + + +bool PLMNoteListProxyModel::filterAcceptsRow(int sourceRow, + const QModelIndex& sourceParent) const +{ + bool result = false; + + QModelIndex index = this->sourceModel()->index(sourceRow, 0, sourceParent); + + if (!index.isValid()) { + return false; + } + PLMNoteItem *item = static_cast(index.internalPointer()); + PLMNoteListModel *model = static_cast(this->sourceModel()); + + // displays or not project list : + if ((m_parentIdFilter == -2) && item->isProjectItem()) { + return true; + } + else if ((m_parentIdFilter != -2) && item->isProjectItem()) { + return false; + } + + // path / parent filtering : + int indexProject = item->data(PLMNoteItem::Roles::ProjectIdRole).toInt(); + + if (indexProject != m_projectIdFilter) { + return false; + } + PLMNoteItem *parentItem = model->getParentNoteItem(item); + + if (parentItem) { + if (parentItem->paperId() == m_parentIdFilter) { + result = true; + } + } + + // trashed filtering : + + if (result && + (item->data(PLMNoteItem::Roles::TrashedRole).toBool() == m_showTrashedFilter)) { + QString string = item->data(PLMNoteItem::Roles::NameRole).toString(); + + // qDebug() << "trashed : " << string; + result = true; + } + else { + result = false; + } + + // QString string = item->data(PLMNoteItem::Roles::NameRole).toString(); + // qDebug() << "result : " << string << result; + + + return result; +} + +void PLMNoteListProxyModel::setParentIdFilter(int parentIdFilter) +{ + m_parentIdFilter = parentIdFilter; + emit parentIdFilterChanged(m_parentIdFilter); + + this->invalidateFilter(); +} + +void PLMNoteListProxyModel::setProjectIdFilter(int projectIdFilter) +{ + m_projectIdFilter = projectIdFilter; + emit projectIdFilterChanged(m_projectIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::clearFilters() +{ + m_parentIdFilter = -2; + m_projectIdFilter = -2; + emit projectIdFilterChanged(m_projectIdFilter); + emit parentIdFilterChanged(m_parentIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + + +/// +/// \brief PLMNoteListProxyModel::moveItem +/// \param from source item index number +/// \param to target item index number +/// Carefull, this is only used for manually moving a visual item +void PLMNoteListProxyModel::moveItem(int from, int to) { + if (from == to) return; + + int modelFrom = from; + int modelTo = to + (from < to ? 1 : 0); + + + QModelIndex fromIndex = this->index(modelFrom, 0); + int fromPaperId = + this->data(fromIndex, PLMNoteItem::Roles::PaperIdRole).toInt(); + int fromProjectId = + this->data(fromIndex, PLMNoteItem::Roles::ProjectIdRole).toInt(); + + QModelIndex toIndex = this->index(modelTo, 0); + int toPaperId = this->data(toIndex, PLMNoteItem::Roles::PaperIdRole).toInt(); + int toProjectId = this->data(toIndex, PLMNoteItem::Roles::ProjectIdRole).toInt(); + int toSortOrder = this->data(toIndex, PLMNoteItem::Roles::SortOrderRole).toInt(); + + qDebug() << "fromPaperId : " << fromPaperId << this->data(fromIndex, + PLMNoteItem::Roles::NameRole) + .toString(); + qDebug() << "toPaperId : " << toPaperId << this->data(toIndex, + PLMNoteItem::Roles::NameRole). + toString(); + + int finalSortOrder = toSortOrder - 1; + + + // append to end of list if moved here, paperId = 0 + + if (toPaperId == 0) { + PLMNoteListModel *model = static_cast(this->sourceModel()); + + QModelIndex modelIndex = + model->getModelIndex(fromProjectId, fromPaperId).first(); + PLMNoteItem *item = + static_cast(modelIndex.internalPointer()); + + int indent = item->indent(); + QList idList = plmdata->noteHub()->getAllIds(fromProjectId); + QHash indentHash = plmdata->noteHub()->getAllIndents(fromProjectId); + int lastIdWithSameIndent = fromPaperId; + + for (int id : idList) { + if (indentHash.value(id) == indent) { + lastIdWithSameIndent = id; + } + } + + if (lastIdWithSameIndent == fromPaperId) { + return; + } + + finalSortOrder = plmdata->noteHub()->getValidSortOrderAfterPaper(fromProjectId, + lastIdWithSameIndent); + } + qDebug() << "finalSortOrder" << finalSortOrder; + + + // beginMoveRows(QModelIndex(), modelFrom, modelFrom, QModelIndex(), + // modelTo); + // PLMError error = plmdata->noteHub()->movePaper(fromProjectId, + // fromPaperId, toPaperId); + this->setData(fromIndex, finalSortOrder, PLMNoteItem::Roles::SortOrderRole); + + // plmdata->noteHub()->setSortOrder(fromPaperId, fromPaperId, toSortOrder - + // 1); + + // endMoveRows(); +} + +// -------------------------------------------------------------- + +int PLMNoteListProxyModel::goUp() +{ + PLMNoteListModel *model = static_cast(this->sourceModel()); + PLMNoteItem *parentItem = getItem(m_projectIdFilter, m_parentIdFilter); + + if (!parentItem) { + return -2; + } + PLMNoteItem *grandParentItem = model->getParentNoteItem(parentItem); + + int grandParentId = -2; + + if (grandParentItem) { + grandParentId = grandParentItem->paperId(); + } + this->setParentFilter(m_projectIdFilter, grandParentId); + + return grandParentId; +} + +// -------------------------------------------------------------- + +PLMNoteItem * PLMNoteListProxyModel::getItem(int projectId, int paperId) +{ + PLMNoteListModel *model = static_cast(this->sourceModel()); + + // QModelIndexList modelIndexList = model->getModelIndex(projectId, + // paperId); + // if(modelIndexList.isEmpty()){ + // return nullptr; + // } + // QModelIndex modelIndex = modelIndexList.first(); + + // PLMNoteItem *item = static_cast(modelIndex.internalPointer()); + + PLMNoteItem *item = model->getItem(projectId, paperId); + + return item; +} + +// -------------------------------------------------------------- + + +void PLMNoteListProxyModel::loadProjectSettings(int projectId) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // int writeCurrentParent = settings.value("noteCurrentParent", + // 0).toInt(); + // this->setParentFilter(projectId, noteCurrentParent); + settings.endGroup(); +} + +// -------------------------------------------------------------- + + +void PLMNoteListProxyModel::saveProjectSettings(int projectId) +{ + if (m_projectIdFilter != projectId) { + return; + } + + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // settings.setValue("noteCurrentParent", m_parentIdFilter); + settings.endGroup(); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::setForcedCurrentIndex(int forcedCurrentIndex) +{ + m_forcedCurrentIndex = forcedCurrentIndex; + emit forcedCurrentIndexChanged(m_forcedCurrentIndex); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::setForcedCurrentIndex(int projectId, int paperId) +{ + int forcedCurrentIndex = this->findVisualIndex(projectId, paperId); + + setForcedCurrentIndex(forcedCurrentIndex); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::setCurrentPaperId(int projectId, int paperId) +{ + if (projectId == -2) { + return; + } + + if ((paperId == -2) && (projectId != -2)) { + this->setParentFilter(projectId, -1); + return; + } + + + PLMNoteListModel *model = static_cast(this->sourceModel()); + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (!item) { + paperId = plmdata->noteHub()->getTopPaperId(projectId); + item = this->getItem(projectId, paperId); + } + + + PLMNoteItem *parentItem = model->getParentNoteItem(item); + + if (parentItem) { + this->setParentFilter(projectId, parentItem->paperId()); + } + else { + this->setParentFilter(projectId, -2); // root item + } + this->setForcedCurrentIndex(projectId, paperId); +} + +// -------------------------------------------------------------- + +bool PLMNoteListProxyModel::hasChildren(int projectId, int paperId) +{ + return plmdata->noteHub()->hasChildren(projectId, paperId); +} + +// -------------------------------------------------------------- + +int PLMNoteListProxyModel::findVisualIndex(int projectId, int paperId) +{ + int rowCount = this->rowCount(QModelIndex()); + + int result = -2; + + QModelIndex modelIndex; + + for (int i = 0; i < rowCount; ++i) { + modelIndex = this->index(i, 0); + + if ((this->data(modelIndex, + PLMNoteItem::Roles::ProjectIdRole).toInt() == projectId) + && (this->data(modelIndex, + PLMNoteItem::Roles::PaperIdRole).toInt() == paperId)) { + result = i; + break; + } + } + return result; +} + +int PLMNoteListProxyModel::getLastOfHistory(int projectId) +{ + QList list = m_historyList.value(projectId, QList()); + + if (list.isEmpty()) { + return -2; + } + + return list.last(); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::removeLastOfHistory(int projectId) +{ + QList list = m_historyList.value(projectId, QList()); + + if (list.isEmpty()) { + return; + } + + list.removeLast(); + m_historyList.insert(projectId, list); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::clearHistory(int projectId) +{ + m_historyList.remove(projectId); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::addHistory(int projectId, int paperId) +{ + QList list = m_historyList.value(projectId, QList()); + + list.append(paperId); + m_historyList.insert(projectId, list); +} + +// -------------------------------------------------------------- +QString PLMNoteListProxyModel::getItemName(int projectId, int paperId) +{ + // qDebug() << "getItemName" << projectId << paperId; + if ((projectId == -2) || (paperId == -2)) { + return ""; + } + QString name = ""; + + if (paperId == -1) { + name = plmdata->projectHub()->getProjectName(projectId); + } + else { + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (item) { + name = item->name(); + } + else { + qDebug() << this->metaObject()->className() << "no valid item found"; + name = ""; + } + } + + return name; +} + +// -------------------------------------------------------------- +int PLMNoteListProxyModel::getItemIndent(int projectId, int paperId) +{ + if ((projectId == -2) || (paperId == -2)) { // root item or error + return -2; + } + + if (paperId == -1) { // project item + return -1; + } + + int indent = -2; + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (item) { + indent = item->indent(); + } + + + return indent; +} + +// ----------------------------------------------------------------- + +void PLMNoteListProxyModel::addItemAtEnd(int projectId, int parentPaperId, + int visualIndex) +{ + // PLMNoteItem *parentItem = this->getItem(projectId, parentPaperId); + // if(!parentItem){ + // if(plmdata->projectHub()->getProjectCount() <= 1){ + + // } + // else if (plmdata->projectHub()->getProjectCount() > 1){ + + // } + // } + + // finalSortOrder = + // plmdata->noteHub()->getValidSortOrderAfterPaper(projectId, + // lastIdWithSameIndent); + + PLMError error = plmdata->noteHub()->addChildPaper(projectId, parentPaperId); + + this->invalidateFilter(); + this->setForcedCurrentIndex(visualIndex); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::moveUp(int projectId, int paperId, int visualIndex) +{ + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (!item) { + return; + } + PLMError error = plmdata->noteHub()->movePaperUp(projectId, paperId); + + this->setForcedCurrentIndex(visualIndex - 1); +} + +// -------------------------------------------------------------- + +void PLMNoteListProxyModel::moveDown(int projectId, int paperId, int visualIndex) +{ + // PLMError error = plmdata->noteHub()->addChildPaper(projectId, + // paperId); + + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (!item) { + return; + } + PLMError error = plmdata->noteHub()->movePaperDown(projectId, paperId); + + this->setForcedCurrentIndex(visualIndex + 1); +} diff --git a/src/libskribisto-data/src/models/plmnotelistproxymodel.h b/src/libskribisto-data/src/models/plmnotelistproxymodel.h new file mode 100644 index 000000000..4aac2458a --- /dev/null +++ b/src/libskribisto-data/src/models/plmnotelistproxymodel.h @@ -0,0 +1,98 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnotelistproxymodel.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMNOTELISTPROXYMODEL_H +#define PLMNOTELISTPROXYMODEL_H + +#include +#include "plmnoteitem.h" +#include "./skribisto_data_global.h" + +class EXPORT PLMNoteListProxyModel : public QSortFilterProxyModel { + Q_OBJECT + Q_PROPERTY(int projectIdFilter MEMBER m_projectIdFilter WRITE setProjectIdFilter NOTIFY projectIdFilterChanged) + Q_PROPERTY(int parentIdFilter MEMBER m_parentIdFilter WRITE setParentIdFilter NOTIFY parentIdFilterChanged) + Q_PROPERTY(bool showTrashedFilter MEMBER m_showTrashedFilter WRITE setShowTrashedFilter NOTIFY showTrashedFilterChanged) + Q_PROPERTY(int forcedCurrentIndex MEMBER m_forcedCurrentIndex WRITE setForcedCurrentIndex NOTIFY forcedCurrentIndexChanged) + +public: + + explicit PLMNoteListProxyModel(QObject *parent = nullptr); + + Qt::ItemFlags flags(const QModelIndex& index) const; + + QVariant data(const QModelIndex& index, + int role) const; + bool setData(const QModelIndex& index, + const QVariant & value, + int role); + + Q_INVOKABLE void moveItem(int from, int to); + Q_INVOKABLE int goUp(); + Q_INVOKABLE int getItemIndent(int projectId, int paperId); + Q_INVOKABLE QString getItemName(int projectId, int paperId); + void setProjectIdFilter(int projectIdFilter); + void setParentIdFilter(int parentIdFilter); + void clearFilters(); + + Q_INVOKABLE void addItemAtEnd(int projectId, int parentPaperId, int visualIndex); + Q_INVOKABLE void moveUp(int projectId, int paperId, int visualIndex); + Q_INVOKABLE void moveDown(int projectId, int paperId, int visualIndex); + Q_INVOKABLE void setForcedCurrentIndex(int forcedCurrentIndex); + Q_INVOKABLE void setForcedCurrentIndex(int projectId, int paperId); + Q_INVOKABLE bool hasChildren(int projectId, int paperId); + Q_INVOKABLE int findVisualIndex(int projectId, int paperId); + + Q_INVOKABLE int getLastOfHistory(int projectId); + Q_INVOKABLE void removeLastOfHistory(int projectId); + Q_INVOKABLE void addHistory(int projectId, int paperId); + + Q_INVOKABLE void setCurrentPaperId(int projectId, int paperId); +signals: + void projectIdFilterChanged(int projectIdFilter); + void parentIdFilterChanged(int paperIdFilter); + Q_INVOKABLE void forcedCurrentIndexChanged(int forcedCurrentIndex); + Q_INVOKABLE void showTrashedFilterChanged(bool showTrashed); + + +public slots: + + Q_INVOKABLE void setShowTrashedFilter(bool showTrashed); + Q_INVOKABLE void setParentFilter(int projectId, int parentId); + Q_INVOKABLE void clearHistory(int projectId); +protected: + bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; + +private: + PLMNoteItem *getItem(int projectId, int paperId); + +private slots: + void loadProjectSettings(int projectId); + void saveProjectSettings(int projectId); +private: + bool m_showTrashedFilter; + int m_projectIdFilter; + int m_parentIdFilter; + int m_forcedCurrentIndex; + QHash > m_historyList; +}; + +#endif // PLMNOTELISTPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/plmnotemodel.cpp b/src/libskribisto-data/src/models/plmnotemodel.cpp new file mode 100644 index 000000000..3e76bef97 --- /dev/null +++ b/src/libskribisto-data/src/models/plmnotemodel.cpp @@ -0,0 +1,69 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnotemodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmnotemodel.h" + +PLMNoteModel::PLMNoteModel(QObject *parent) + : QAbstractItemModel(parent) +{} + +QVariant PLMNoteModel::headerData(int section, Qt::Orientation orientation, + int role) const +{ + // FIXME: Implement me! + return QVariant(); +} + +QModelIndex PLMNoteModel::index(int row, int column, const QModelIndex& parent) const +{ + // FIXME: Implement me! + return QModelIndex(); +} + +QModelIndex PLMNoteModel::parent(const QModelIndex& index) const +{ + // FIXME: Implement me! + return QModelIndex(); +} + +int PLMNoteModel::rowCount(const QModelIndex& parent) const +{ + if (!parent.isValid()) return 0; + + // FIXME: Implement me! + return 0; +} + +int PLMNoteModel::columnCount(const QModelIndex& parent) const +{ + if (!parent.isValid()) return 0; + + // FIXME: Implement me! + return 1; +} + +QVariant PLMNoteModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + // FIXME: Implement me! + return QVariant(); +} diff --git a/src/libskribisto-data/src/models/plmnotemodel.h b/src/libskribisto-data/src/models/plmnotemodel.h new file mode 100644 index 000000000..501083c00 --- /dev/null +++ b/src/libskribisto-data/src/models/plmnotemodel.h @@ -0,0 +1,50 @@ +/*************************************************************************** + * Copyright (C) 2019 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: plmnotemodel.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef PLMNOTEMODEL_H +#define PLMNOTEMODEL_H + +#include +#include "./skribisto_data_global.h" + +class EXPORT PLMNoteModel : public QAbstractItemModel +{ + Q_OBJECT + +public: + explicit PLMNoteModel(QObject *parent = nullptr); + + // Header: + QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; + + // Basic functionality: + QModelIndex index(int row, int column, + const QModelIndex &parent = QModelIndex()) const override; + QModelIndex parent(const QModelIndex &index) const override; + + int rowCount(const QModelIndex &parent = QModelIndex()) const override; + int columnCount(const QModelIndex &parent = QModelIndex()) const override; + + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; + +private: +}; + +#endif // PLMNOTEMODEL_H diff --git a/src/libskribisto-data/src/models/plmnoteproxymodel.cpp b/src/libskribisto-data/src/models/plmnoteproxymodel.cpp new file mode 100644 index 000000000..07d2c02ed --- /dev/null +++ b/src/libskribisto-data/src/models/plmnoteproxymodel.cpp @@ -0,0 +1,25 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnoteproxymodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmnoteproxymodel.h" + +PLMNoteProxyModel::PLMNoteProxyModel(QObject *parent) : QObject(parent) +{} diff --git a/src/libskribisto-data/src/models/plmnoteproxymodel.h b/src/libskribisto-data/src/models/plmnoteproxymodel.h new file mode 100644 index 000000000..e93db84e7 --- /dev/null +++ b/src/libskribisto-data/src/models/plmnoteproxymodel.h @@ -0,0 +1,38 @@ +/*************************************************************************** + * Copyright (C) 2019 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: plmnoteproxymodel.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef PLMNOTEPROXYMODEL_H +#define PLMNOTEPROXYMODEL_H + +#include +#include "./skribisto_data_global.h" + +class EXPORT PLMNoteProxyModel : public QObject +{ + Q_OBJECT +public: + explicit PLMNoteProxyModel(QObject *parent = nullptr); + +signals: + +public slots: +}; + +#endif // PLMNOTEPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/plmprojectlistmodel.cpp b/src/libskribisto-data/src/models/plmprojectlistmodel.cpp new file mode 100644 index 000000000..ce747a41e --- /dev/null +++ b/src/libskribisto-data/src/models/plmprojectlistmodel.cpp @@ -0,0 +1,203 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmprojectlistmodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmprojectlistmodel.h" +#include +#include +#include "plmdata.h" + +PLMProjectListModel::PLMProjectListModel(QObject *parent) + : QAbstractListModel(parent) +{ + this->populate(); +} + +QVariant PLMProjectListModel::headerData(int section, + Qt::Orientation orientation, + int role) const +{ + Q_UNUSED(section) + Q_UNUSED(orientation) + Q_UNUSED(role) + + return QVariant(); +} + +int PLMProjectListModel::rowCount(const QModelIndex& parent) const +{ + // For list models only the root node (an invalid parent) should return the + // list's size. For all + // other (valid) parents, rowCount() should return 0 so that it does not + // become a tree model. + if (parent.isValid()) return 0; + + return m_allRecentProjects.count(); +} + +QVariant PLMProjectListModel::data(const QModelIndex& index, int role) const +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid + | QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + if (!index.isValid()) return QVariant(); + + + if (role == Qt::DisplayRole) { + return m_allRecentProjects.at(index.row())->title; + } + + if (role == Qt::UserRole + 1) { + return m_allRecentProjects.at(index.row())->fileName; + } + + if (role == Qt::UserRole + 2) { + return m_allRecentProjects.at(index.row())->writable; + } + + if (role == Qt::UserRole + 3) { + return m_allRecentProjects.at(index.row())->exists; + } + + if (role == Qt::UserRole + 4) { + return m_allRecentProjects.at(index.row())->lastModification; + } + return QVariant(); +} + +// ---------------------------------------------------------- + +QHashPLMProjectListModel::roleNames() const { + QHash roles; + + roles[Qt::UserRole] = "title"; + roles[Qt::UserRole + 1] = "fileName"; + roles[Qt::UserRole + 2] = "writable"; + roles[Qt::UserRole + 3] = "exists"; + roles[Qt::UserRole + 4] = "lastModification"; + + return roles; +} + +// ---------------------------------------------------------- + +void PLMProjectListModel::insertInRecentProjects(const QString& title, + const QString& fileName) +{ + bool alreadyHere = false; + int alreadyHereIndex = -1; + + QSettings settings; + + settings.beginGroup("welcome"); + int size = settings.beginReadArray("recentProjects"); + + + for (int i = 0; i < size; ++i) { + settings.setArrayIndex(i); + + QString settingFileName = settings.value("fileName").toString(); + + if (settingFileName == fileName) { + alreadyHere = true; + alreadyHereIndex = i; + } + } + settings.endArray(); + + settings.beginWriteArray("recentProjects"); + + if (alreadyHere) { + // write again the title in case it was changed + settings.setArrayIndex(alreadyHereIndex); + settings.setValue("title", title); + } + else { + // add a new recent project + settings.setArrayIndex(size); + settings.setValue("title", title); + settings.setValue("fileName", fileName); + } + + + settings.endArray(); + + settings.endGroup(); + + this->populate(); +} + +// ---------------------------------------------------------- + +void PLMProjectListModel::populate() +{ + this->beginResetModel(); + + m_allRecentProjects.clear(); + + QSettings settings; + + settings.beginGroup("welcome"); + int size = settings.beginReadArray("recentProjects"); + + for (int i = 0; i < size; ++i) { + settings.setArrayIndex(i); + + PLMProjectItem *projectItem = new PLMProjectItem(); + projectItem->title = settings.value("title").toString(); + projectItem->fileName = settings.value("fileName").toString(); + + // exists ? + QFileInfo info(projectItem->fileName.toLocalFile()); + projectItem->exists = info.exists(); + + // writable ? + projectItem->writable = info.isWritable(); + + + // last modification : + projectItem->lastModification = info.lastModified(); + + // is project opened ? + m_allRecentProjects.append(projectItem); + + for (int projectId : plmdata->projectHub()->getProjectIdList()) { + QString projectName = plmdata->projectHub()->getProjectName(projectId); + QUrl projectPath = plmdata->projectHub()->getPath(projectId); + + if ((projectName == projectItem->title) && + (projectPath == projectItem->fileName)) { + projectItem->isOpened = true; + + m_allRecentProjects.removeLast(); + m_allRecentProjects.prepend(projectItem); + } + } + } + + + settings.endArray(); + settings.endGroup(); + + this->endResetModel(); +} + +// ---------------------------------------------------------- diff --git a/src/libskribisto-data/src/models/plmprojectlistmodel.h b/src/libskribisto-data/src/models/plmprojectlistmodel.h new file mode 100644 index 000000000..83b147471 --- /dev/null +++ b/src/libskribisto-data/src/models/plmprojectlistmodel.h @@ -0,0 +1,77 @@ +/*************************************************************************** + * Copyright (C) 2019 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: plmprojectlistmodel.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef PLMPROJECTLISTMODEL_H +#define PLMPROJECTLISTMODEL_H + +#include +#include +#include +#include "./skribisto_data_global.h" + + + +struct EXPORT PLMProjectItem { + Q_GADGET + +public: + explicit PLMProjectItem(){ + title = ""; + fileName = ""; + lastModification = QDateTime(); + writable = false; + exists = false; + isOpened = false; + } + QString title; + QUrl fileName; + QDateTime lastModification; + bool writable; + bool exists; + bool isOpened; + +}; + +class EXPORT PLMProjectListModel : public QAbstractListModel +{ + Q_OBJECT + +public: + explicit PLMProjectListModel(QObject *parent = nullptr); + + // Header: + QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; + + // Basic functionality: + int rowCount(const QModelIndex &parent = QModelIndex()) const override; + + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; + QHash roleNames() const override; + Q_INVOKABLE void insertInRecentProjects(const QString &title, const QString &fileName); + +private slots: + void populate(); + +private: + QList m_allRecentProjects; + +}; + +#endif // PLMPROJECTLISTMODEL_H diff --git a/src/libskribisto-data/src/models/plmpropertiesmodel.cpp b/src/libskribisto-data/src/models/plmpropertiesmodel.cpp new file mode 100644 index 000000000..9ce5c81f1 --- /dev/null +++ b/src/libskribisto-data/src/models/plmpropertiesmodel.cpp @@ -0,0 +1,128 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmpropertiesmodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmpropertiesmodel.h" + +PLMPropertiesModel::PLMPropertiesModel(QObject *parent) + : QAbstractItemModel(parent) +{} + +QVariant PLMPropertiesModel::headerData(int section, Qt::Orientation orientation, + int role) const +{ + // FIXME: Implement me! +} + +bool PLMPropertiesModel::setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role) +{ + if (value != headerData(section, orientation, role)) { + // FIXME: Implement me! + emit headerDataChanged(orientation, section, section); + return true; + } + return false; +} + +QModelIndex PLMPropertiesModel::index(int row, int column, + const QModelIndex& parent) const +{ + // FIXME: Implement me! +} + +QModelIndex PLMPropertiesModel::parent(const QModelIndex& index) const +{ + // FIXME: Implement me! +} + +int PLMPropertiesModel::rowCount(const QModelIndex& parent) const +{ + if (!parent.isValid()) return 0; + + // FIXME: Implement me! +} + +int PLMPropertiesModel::columnCount(const QModelIndex& parent) const +{ + if (!parent.isValid()) return 0; + + // FIXME: Implement me! +} + +QVariant PLMPropertiesModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + // FIXME: Implement me! + return QVariant(); +} + +bool PLMPropertiesModel::setData(const QModelIndex& index, const QVariant& value, + int role) +{ + if (data(index, role) != value) { + // FIXME: Implement me! + emit dataChanged(index, index, QVector() << role); + return true; + } + return false; +} + +Qt::ItemFlags PLMPropertiesModel::flags(const QModelIndex& index) const +{ + if (!index.isValid()) return Qt::NoItemFlags; + + return Qt::ItemIsEditable; // FIXME: Implement me! +} + +bool PLMPropertiesModel::insertRows(int row, int count, const QModelIndex& parent) +{ + beginInsertRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endInsertRows(); +} + +bool PLMPropertiesModel::insertColumns(int column, int count, const QModelIndex& parent) +{ + beginInsertColumns(parent, column, column + count - 1); + + // FIXME: Implement me! + endInsertColumns(); +} + +bool PLMPropertiesModel::removeRows(int row, int count, const QModelIndex& parent) +{ + beginRemoveRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endRemoveRows(); +} + +bool PLMPropertiesModel::removeColumns(int column, int count, const QModelIndex& parent) +{ + beginRemoveColumns(parent, column, column + count - 1); + + // FIXME: Implement me! + endRemoveColumns(); +} diff --git a/src/libskribisto-data/src/models/plmpropertiesmodel.h b/src/libskribisto-data/src/models/plmpropertiesmodel.h new file mode 100644 index 000000000..f0acecc13 --- /dev/null +++ b/src/libskribisto-data/src/models/plmpropertiesmodel.h @@ -0,0 +1,66 @@ +/*************************************************************************** + * Copyright (C) 2019 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: plmpropertiesmodel.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef PLMPROPERTIESMODEL_H +#define PLMPROPERTIESMODEL_H + +#include +#include "./skribisto_data_global.h" + +class EXPORT PLMPropertiesModel : public QAbstractItemModel +{ + Q_OBJECT + +public: + explicit PLMPropertiesModel(QObject *parent = nullptr); + + // Header: + QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; + + bool setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role = Qt::EditRole) override; + + // Basic functionality: + QModelIndex index(int row, int column, + const QModelIndex &parent = QModelIndex()) const override; + QModelIndex parent(const QModelIndex &index) const override; + + int rowCount(const QModelIndex &parent = QModelIndex()) const override; + int columnCount(const QModelIndex &parent = QModelIndex()) const override; + + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; + + // Editable: + bool setData(const QModelIndex &index, const QVariant &value, + int role = Qt::EditRole) override; + + Qt::ItemFlags flags(const QModelIndex& index) const override; + + // Add data: + bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + bool insertColumns(int column, int count, const QModelIndex &parent = QModelIndex()) override; + + // Remove data: + bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + bool removeColumns(int column, int count, const QModelIndex &parent = QModelIndex()) override; + +private: +}; + +#endif // PLMPROPERTIESMODEL_H diff --git a/src/libskribisto-data/src/models/plmpropertiesproxymodel.cpp b/src/libskribisto-data/src/models/plmpropertiesproxymodel.cpp new file mode 100644 index 000000000..1e2932317 --- /dev/null +++ b/src/libskribisto-data/src/models/plmpropertiesproxymodel.cpp @@ -0,0 +1,25 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmpropertiesproxymodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmpropertiesproxymodel.h" + +PLMPropertiesProxyModel::PLMPropertiesProxyModel(QObject *parent) : QObject(parent) +{} diff --git a/src/libskribisto-data/src/models/plmpropertiesproxymodel.h b/src/libskribisto-data/src/models/plmpropertiesproxymodel.h new file mode 100644 index 000000000..d31873518 --- /dev/null +++ b/src/libskribisto-data/src/models/plmpropertiesproxymodel.h @@ -0,0 +1,38 @@ +/*************************************************************************** + * Copyright (C) 2019 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: plmpropertiesproxymodel.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef PLMPROPERTIESPROXYMODEL_H +#define PLMPROPERTIESPROXYMODEL_H + +#include +#include "./skribisto_data_global.h" + +class EXPORT PLMPropertiesProxyModel : public QObject +{ + Q_OBJECT +public: + explicit PLMPropertiesProxyModel(QObject *parent = nullptr); + +signals: + +public slots: +}; + +#endif // PLMPROPERTIESPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/plmsheetitem.cpp b/src/libskribisto-data/src/models/plmsheetitem.cpp new file mode 100644 index 000000000..3a97710c2 --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetitem.cpp @@ -0,0 +1,470 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheetitem.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmsheetitem.h" +#include "plmdata.h" + + +PLMSheetItem::PLMSheetItem() : + m_invalidatedRoles(), m_isProjectItem(false), m_isRootItem(false) +{ + m_data.insert(Roles::ProjectIdRole, -2); + m_data.insert(Roles::PaperIdRole, -2); + m_data.insert(Roles::IndentRole, -2); + m_data.insert(Roles::SortOrderRole, 0); +} + +PLMSheetItem::PLMSheetItem(int projectId, int paperId, int indent, + int sortOrder) : + m_invalidatedRoles(), m_isProjectItem(false), m_isRootItem(false) +{ + m_data.insert(Roles::ProjectIdRole, projectId); + m_data.insert(Roles::PaperIdRole, paperId); + m_data.insert(Roles::IndentRole, indent); + m_data.insert(Roles::SortOrderRole, sortOrder); + + this->invalidateAllData(); +} + +PLMSheetItem::~PLMSheetItem() +{} + + +void PLMSheetItem::invalidateData(int role) +{ + m_invalidatedRoles.append(role); +} + +void PLMSheetItem::invalidateAllData() +{ + QMetaEnum metaEnum = QMetaEnum::fromType(); + + for (int i = 0; i < metaEnum.keyCount(); ++i) { + m_invalidatedRoles << metaEnum.value(i); + m_invalidatedRoles.removeAll(PLMSheetItem::Roles::ProjectIdRole); + m_invalidatedRoles.removeAll(PLMSheetItem::Roles::PaperIdRole); + } +} + +QVariant PLMSheetItem::data(int role) +{ + QMetaEnum metaEnum = QMetaEnum::fromType(); + + // if (role != IndentRole) + // qDebug() << "item data : " << "pr :" << + // m_data.value(Roles::ProjectIdRole).toInt() << + // "id :" << + // m_data.value(Roles::PaperIdRole).toInt() << "role : " << + // metaEnum.valueToKey(role); + + if (m_invalidatedRoles.contains(role)) { + int projectId = this->projectId(); + int paperId = this->paperId(); + + + switch (role) { + case Roles::ProjectNameRole: + m_data.insert(role, plmdata->projectHub()->getProjectName(projectId)); + break; + + case Roles::ProjectIdRole: + + // useless + break; + + case Roles::PaperIdRole: + + // useless + break; + + case Roles::NameRole: + m_data.insert(role, plmdata->sheetHub()->getTitle(projectId, paperId)); + break; + + case Roles::LabelRole: + m_data.insert(role, + plmdata->sheetPropertyHub()->getProperty(projectId, paperId, + "label", "")); + break; + + case Roles::IndentRole: + m_data.insert(role, plmdata->sheetHub()->getIndent(projectId, paperId)); + break; + + case Roles::SortOrderRole: + m_data.insert(role, plmdata->sheetHub()->getSortOrder(projectId, paperId)); + break; + + case Roles::TrashedRole: + m_data.insert(role, plmdata->sheetHub()->getTrashed(projectId, paperId)); + break; + + case Roles::CreationDateRole: + m_data.insert(role, plmdata->sheetHub()->getCreationDate(projectId, paperId)); + break; + + case Roles::UpdateDateRole: + m_data.insert(role, plmdata->sheetHub()->getUpdateDate(projectId, paperId)); + break; + + case Roles::ContentDateRole: + m_data.insert(role, plmdata->sheetHub()->getContentDate(projectId, paperId)); + break; + + case Roles::HasChildrenRole: //TODO: remove that because doeas not desciminate between trashed ot not + m_data.insert(role, plmdata->sheetHub()->hasChildren(projectId, paperId)); + break; + + case Roles::CharCountRole: + m_data.insert(role, + plmdata->sheetPropertyHub()->getProperty(projectId, paperId, + "char_count")); + break; + + case Roles::WordCountRole: + m_data.insert(role, + plmdata->sheetPropertyHub()->getProperty(projectId, paperId, + "word_count")); + break; + + case Roles::SynopsisNoteIdRole: + m_data.insert(role, + plmdata->noteHub()->getSynopsisNoteId(projectId, paperId)); + break; + + case Roles::ProjectIsBackupRole: + m_data.insert(role, plmdata->projectHub()->isThisProjectABackup(projectId)); + break; + + case Roles::ProjectIsActiveRole: + m_data.insert(role, plmdata->projectHub()->isThisProjectActive(projectId)); + break; + } + m_invalidatedRoles.removeAll(role); + } + return m_data.value(role); +} + +QListPLMSheetItem::dataRoles() const +{ + return m_data.keys(); +} + +PLMSheetItem * PLMSheetItem::parent(const QList& itemList) +{ + if (this->isRootItem()) { + return nullptr; + } + + // for project items + if (this->indent() == -1) { + return nullptr; + } + + int index = itemList.indexOf(this); + int indent = this->indent(); + int possibleParentIndex = index - 1; + + if (possibleParentIndex == -1) { // first of list, so no real parent, parent + // is root item + return nullptr; + } + + PLMSheetItem *possibleParentItem = itemList.at(possibleParentIndex); + + while (possibleParentItem->indent() >= indent) { + possibleParentIndex -= 1; + + if (possibleParentIndex == -1) { + return nullptr; + } + possibleParentItem = itemList.at(possibleParentIndex); + } + + return possibleParentItem; +} + +int PLMSheetItem::row(const QList& itemList) +{ + if (this->isRootItem()) { + return 0; + } + + if (itemList.first() == this) { + return 0; + } + + // if ((this->indent() == 0)) { + // return 0; + // } + + int index = itemList.indexOf(this); + int indent = this->indent(); + int possibleRow = 0; + + // create sublist + QList itemSubList; + + for (int i = 0; i < index; ++i) { + itemSubList.append(itemList.at(i)); + } + + + QListIterator iterator(itemSubList); + + iterator.toBack(); + + while (iterator.hasPrevious()) { + PLMSheetItem *previousItem = iterator.previous(); + + if (previousItem->indent() >= indent) { + if (previousItem->indent() == indent) { + possibleRow += 1; + } + } + else { + break; + } + } + + + return possibleRow; +} + +int PLMSheetItem::childrenCount(const QList& itemList) { + if (this->isRootItem()) { + if (itemList.isEmpty()) { + return 0; + } + + int childrenCount = 0; + + // switch between multiple projects or one project + int parentIndent = -2; + + + QListIterator iterator(itemList); + iterator.toFront(); + + while (iterator.hasNext()) { + PLMSheetItem *nextItem = iterator.next(); + + if (nextItem->indent() > parentIndent) { + if (nextItem->indent() == parentIndent + 1) { + childrenCount += 1; + } + } + else { + break; + } + } + + + return childrenCount; + } + + if (itemList.last() == this) { + return 0; + } + + + int index = itemList.indexOf(this); + int indent = this->indent(); + int childrenCount = 0; + int nextItemIndex = index + 1; + + if (nextItemIndex >= itemList.count()) { + return 0; + } + + QList itemSubList = itemList.mid(nextItemIndex); + + QListIterator iterator(itemSubList); + + iterator.toFront(); + + while (iterator.hasNext()) { + PLMSheetItem *nextItem = iterator.next(); + + if (nextItem->indent() > indent) { + if (nextItem->indent() == indent + 1) { + childrenCount += 1; + } + } + else { + break; + } + } + + + return childrenCount; +} + +PLMSheetItem * PLMSheetItem::child(const QList& itemList, int row) +{ + // if this is root item : + if (this->isRootItem()) { + if (itemList.isEmpty()) { + return nullptr; + } + + int childrenCount = 0; + PLMSheetItem *childItem = nullptr; + + // switch between multiple projects or one project + + + int parentIndent = this->indent(); // = -2 + + + QListIterator iterator(itemList); + iterator.toFront(); + + while (iterator.hasNext()) { + PLMSheetItem *nextItem = iterator.next(); + + if (nextItem->indent() > parentIndent) { + if (nextItem->indent() == parentIndent + 1) { + childrenCount += 1; + + if (childrenCount == row + 1) { + // found searched-for child + childItem = nextItem; + break; + } + } + } + else { + break; + } + } + + + return childItem; + } + + if (itemList.isEmpty()) { + return nullptr; + } + + int index = itemList.indexOf(this); + int indent = this->indent(); + int childrenCount = 0; + int nextItemIndex = index + 1; + + PLMSheetItem *childItem = nullptr; + + + QList itemSubList = itemList.mid(nextItemIndex); + + QListIterator iterator(itemSubList); + + iterator.toFront(); + + while (iterator.hasNext()) { + PLMSheetItem *nextItem = iterator.next(); + QString thisTitle = this->data(PLMSheetItem::Roles::NameRole).toString(); + QString nextTitle = nextItem->data(PLMSheetItem::Roles::NameRole).toString(); + + if (nextItem->indent() > indent) { + if (nextItem->indent() == indent + 1) { + childrenCount += 1; + + if (childrenCount == row + 1) { + childItem = nextItem; + break; + } + } + } + else { + break; + } + } + + + return childItem; +} + +bool PLMSheetItem::isRootItem() const +{ + return m_isRootItem; +} + +void PLMSheetItem::setIsRootItem() // not used +{ + m_isRootItem = true; + + m_data.clear(); + m_invalidatedRoles.clear(); + m_data.insert(Roles::PaperIdRole, -2); + m_data.insert(Roles::IndentRole, -2); + m_data.insert(Roles::SortOrderRole, -90000000); +} + +bool PLMSheetItem::isProjectItem() const +{ + return m_isProjectItem; +} + +void PLMSheetItem::setIsProjectItem(int projectId) +{ + m_isProjectItem = true; + + m_data.clear(); + m_invalidatedRoles.clear(); + + m_data.insert(Roles::ProjectIdRole, projectId); + m_data.insert(Roles::PaperIdRole, -1); + m_data.insert(Roles::IndentRole, -1); + m_data.insert(Roles::SortOrderRole, -1000); + + // TODO: add infoHub->getProjectName(projectId) + // m_data.insert(Roles::NameRole, /*plmdata->infoHub()->*/ ); + this->invalidateData(Roles::ProjectNameRole); + this->invalidateData(Roles::HasChildrenRole); + this->invalidateData(Roles::ProjectIsBackupRole); + this->invalidateData(Roles::ProjectIsActiveRole); +} + +int PLMSheetItem::projectId() +{ + return data(Roles::ProjectIdRole).toInt(); +} + +int PLMSheetItem::paperId() +{ + return data(Roles::PaperIdRole).toInt(); +} + +int PLMSheetItem::sortOrder() +{ + return data(Roles::SortOrderRole).toInt(); +} + +int PLMSheetItem::indent() +{ + return data(Roles::IndentRole).toInt(); +} + +QString PLMSheetItem::name() +{ + return data(Roles::NameRole).toString(); +} diff --git a/src/libskribisto-data/src/models/plmsheetitem.h b/src/libskribisto-data/src/models/plmsheetitem.h new file mode 100644 index 000000000..216117a7e --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetitem.h @@ -0,0 +1,104 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheetitem.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMSHEETITEM_H +#define PLMSHEETITEM_H + +// #include "plmsheetmodel.h" + +#include +#include +#include "./skribisto_data_global.h" + +class EXPORT PLMSheetItem : public QObject { + Q_OBJECT + +public: + + enum Roles { + // papers : + ProjectNameRole = Qt::UserRole, + ProjectIdRole = Qt::UserRole + 1, + PaperIdRole = Qt::UserRole + 2, + NameRole = Qt::UserRole + 3, + LabelRole = Qt::UserRole + 4, + IndentRole = Qt::UserRole + 5, + SortOrderRole = Qt::UserRole + 6, + TrashedRole = Qt::UserRole + 7, + CreationDateRole = Qt::UserRole + 8, + UpdateDateRole = Qt::UserRole + 9, + ContentDateRole = Qt::UserRole + 10, + HasChildrenRole = Qt::UserRole + 11, + ProjectIsBackupRole = Qt::UserRole + 12, + ProjectIsActiveRole = Qt::UserRole + 13, + + // specific to sheets: + CharCountRole = Qt::UserRole + 14, + WordCountRole = Qt::UserRole + 15, + SynopsisNoteIdRole = Qt::UserRole + 16 + + + }; + Q_ENUM(Roles) + + explicit PLMSheetItem(); + explicit PLMSheetItem(int projectId, + int paperId, + int indent, + int sortOrder); + ~PLMSheetItem(); + + void invalidateData(int role); + void invalidateAllData(); + + int projectId(); + + int paperId(); + int sortOrder(); + int indent(); + Q_INVOKABLE QString name(); + + QVariant data(int role); + QList dataRoles() const; + + PLMSheetItem* parent(const QList& itemList); + int row(const QList& itemList); + + bool isProjectItem() const; + void setIsProjectItem(int projectId); + + int childrenCount(const QList& itemList); + PLMSheetItem* child(const QList& itemList, + int row); + bool isRootItem() const; + void setIsRootItem(); + +signals: + +public slots: + +private: + + QHashm_data; + QList m_invalidatedRoles; + bool m_isProjectItem, m_isRootItem; +}; + +#endif // PLMSHEETITEM_H diff --git a/src/libskribisto-data/src/models/plmsheetlistmodel.cpp b/src/libskribisto-data/src/models/plmsheetlistmodel.cpp new file mode 100644 index 000000000..e471f1f14 --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetlistmodel.cpp @@ -0,0 +1,940 @@ +#include "plmsheetlistmodel.h" + +PLMSheetListModel::PLMSheetListModel(QObject *parent) + : QAbstractListModel(parent), m_headerData(QVariant()) +{ + m_rootItem = new PLMSheetItem(); + m_rootItem->setIsRootItem(); + + connect(plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &PLMSheetListModel::populate); + connect(plmdata->projectHub(), + &PLMProjectHub::projectClosed, + this, + &PLMSheetListModel::populate); + + + connect(plmdata->sheetHub(), + &PLMSheetHub::paperAdded, + this, + &PLMSheetListModel::refreshAfterDataAddition); + + + connect(plmdata->sheetHub(), + &PLMSheetHub::paperMoved, + this, + &PLMSheetListModel::refreshAfterDataMove); + + connect(plmdata->sheetHub(), + &PLMSheetHub::paperRemoved, + this, + &PLMSheetListModel::refreshAfterDataRemove); + + connect(plmdata->sheetHub(), + &PLMSheetHub::trashedChanged, + + this, + &PLMSheetListModel::refreshAfterTrashedStateChanged); + + connect(plmdata->projectHub(), + &PLMProjectHub::projectIsBackupChanged, + this, + &PLMSheetListModel::refreshAfterProjectIsBackupChanged); + + connect(plmdata->projectHub(), + &PLMProjectHub::activeProjectChanged, + this, + &PLMSheetListModel::refreshAfterProjectIsActiveChanged); + + this->connectToPLMDataSignals(); +} + +QVariant PLMSheetListModel::headerData(int section, Qt::Orientation orientation, + int role) const +{ + Q_UNUSED(section) + Q_UNUSED(orientation) + Q_UNUSED(role) + + return m_headerData; +} + +bool PLMSheetListModel::setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role) +{ + if (value != headerData(section, orientation, role)) { + m_headerData = value; + emit headerDataChanged(orientation, section, section); + return true; + } + return false; +} + +QModelIndex PLMSheetListModel::index(int row, int column, const QModelIndex& parent) const +{ + if (column != 0) return QModelIndex(); + + PLMSheetItem *parentItem; + + if (!parent.isValid()) parentItem = m_rootItem; + + PLMSheetItem *childItem = m_allSheetItems.at(row); + + if (childItem) { + QModelIndex index = createIndex(row, column, childItem); + return index; + } + return QModelIndex(); +} + +int PLMSheetListModel::rowCount(const QModelIndex& parent) const +{ + // For list models only the root node (an invalid parent) should return the + // list's size. For all + // other (valid) parents, rowCount() should return 0 so that it does not + // become a tree model. + if (parent.isValid()) return 0; + + return m_allSheetItems.count(); +} + +QVariant PLMSheetListModel::data(const QModelIndex& index, int role) const +{ + // qDebug() << "checkIndex :" + // << (checkIndex(index, + // QAbstractItemModel::CheckIndexOption::IndexIsValid + // | + // QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid + | QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + if (!index.isValid()) return QVariant(); + + PLMSheetItem *item = static_cast(index.internalPointer()); + + + if ((role == Qt::DisplayRole) && item->isProjectItem()) { + return item->data(PLMSheetItem::Roles::ProjectNameRole); + } + else if (role == Qt::DisplayRole) { + return item->data(PLMSheetItem::Roles::NameRole); + } + + + if (role == PLMSheetItem::Roles::ProjectNameRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::NameRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::PaperIdRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::ProjectIdRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::LabelRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::IndentRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::SortOrderRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::CreationDateRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::UpdateDateRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::ContentDateRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::HasChildrenRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::TrashedRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::CharCountRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::WordCountRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::SynopsisNoteIdRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::ProjectIsBackupRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::ProjectIsActiveRole) { + return item->data(role); + } + + return QVariant(); +} + +bool PLMSheetListModel::setData(const QModelIndex& index, const QVariant& value, int role) +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid | + QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + + if (data(index, role) != value) { + PLMSheetItem *item = static_cast(index.internalPointer()); + int projectId = item->projectId(); + int paperId = item->paperId(); + PLMError error; + + this->disconnectFromPLMDataSignals(); + + switch (role) { + case PLMSheetItem::Roles::ProjectNameRole: + error = plmdata->projectHub()->setProjectName(projectId, value.toString()); + break; + + case PLMSheetItem::Roles::ProjectIdRole: + + // useless + break; + + case PLMSheetItem::Roles::PaperIdRole: + + // useless + break; + + case PLMSheetItem::Roles::NameRole: + + error = plmdata->sheetHub()->setTitle(projectId, paperId, value.toString()); + break; + + case PLMSheetItem::Roles::LabelRole: + error = plmdata->sheetPropertyHub()->setProperty(projectId, paperId, + "label", value.toString()); + break; + + case PLMSheetItem::Roles::IndentRole: + error = plmdata->sheetHub()->setIndent(projectId, paperId, value.toInt()); + break; + + case PLMSheetItem::Roles::SortOrderRole: + error = plmdata->sheetHub()->setSortOrder(projectId, paperId, value.toInt()); + + IFOKDO(error, plmdata->sheetHub()->renumberSortOrders(projectId)); + + for (PLMSheetItem *item : m_allSheetItems) { + item->invalidateData(role); + } + this->populate(); + + break; + + case PLMSheetItem::Roles::TrashedRole: + error = plmdata->sheetHub()->setTrashedWithChildren(projectId, paperId, value.toBool()); + break; + + case PLMSheetItem::Roles::CreationDateRole: + error = plmdata->sheetHub()->setCreationDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMSheetItem::Roles::UpdateDateRole: + error = plmdata->sheetHub()->setUpdateDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMSheetItem::Roles::ContentDateRole: + error = plmdata->sheetHub()->setContentDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMSheetItem::Roles::HasChildrenRole: + // useless + break; + + case PLMSheetItem::Roles::CharCountRole: + error = plmdata->sheetPropertyHub()->setProperty(projectId, + paperId, + "char_count", + QString::number( + value.toInt())); + break; + + case PLMSheetItem::Roles::WordCountRole: + + error = plmdata->sheetPropertyHub()->setProperty(projectId, + paperId, + "word_count", + QString::number( + value.toInt())); + break; + + case PLMSheetItem::Roles::ProjectIsActiveRole: + + plmdata->projectHub()->setActiveProject(projectId); + break; + } + + + this->connectToPLMDataSignals(); + + if (!error.isSuccess()) { + return false; + } + item->invalidateData(role); + + emit dataChanged(index, index, QVector() << role); + return true; + } + return false; +} + +Qt::ItemFlags PLMSheetListModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QAbstractItemModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags; +} + +bool PLMSheetListModel::insertRows(int row, int count, const QModelIndex& parent) +{ + beginInsertRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endInsertRows(); + return false; +} + +bool PLMSheetListModel::removeRows(int row, int count, const QModelIndex& parent) +{ + beginRemoveRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endRemoveRows(); + return false; +} + +QHashPLMSheetListModel::roleNames() const { + QHash roles; + + roles[PLMSheetItem::Roles::ProjectNameRole] = "projectName"; + roles[PLMSheetItem::Roles::PaperIdRole] = "paperId"; + roles[PLMSheetItem::Roles::ProjectIdRole] = "projectId"; + roles[PLMSheetItem::Roles::NameRole] = "name"; + roles[PLMSheetItem::Roles::LabelRole] = "label"; + roles[PLMSheetItem::Roles::IndentRole] = "indent"; + roles[PLMSheetItem::Roles::SortOrderRole] = "sortOrder"; + roles[PLMSheetItem::Roles::CreationDateRole] = "creationDate"; + roles[PLMSheetItem::Roles::UpdateDateRole] = "updateDate"; + roles[PLMSheetItem::Roles::ContentDateRole] = "contentDate"; + roles[PLMSheetItem::Roles::HasChildrenRole] = "hasChildren"; + roles[PLMSheetItem::Roles::TrashedRole] = "trashed"; + roles[PLMSheetItem::Roles::WordCountRole] = "wordCount"; + roles[PLMSheetItem::Roles::CharCountRole] = "charCount"; + roles[PLMSheetItem::Roles::SynopsisNoteIdRole] = "synopsisNoteId"; + roles[PLMSheetItem::Roles::ProjectIsBackupRole] = "projectIsBackup"; + roles[PLMSheetItem::Roles::ProjectIsActiveRole] = "projectIsActive"; + return roles; +} + +void PLMSheetListModel::populate() +{ + this->beginResetModel(); + + m_allSheetItems.clear(); + + for (int projectId : plmdata->projectHub()->getProjectIdList()) { + PLMSheetItem *projectItem = new PLMSheetItem(); + projectItem->setIsProjectItem(projectId); + m_allSheetItems.append(projectItem); + + + auto idList = plmdata->sheetHub()->getAllIds(projectId); + auto sortOrdersHash = plmdata->sheetHub()->getAllSortOrders(projectId); + auto indentsHash = plmdata->sheetHub()->getAllIndents(projectId); + + for (int sheetId : idList) { + m_allSheetItems.append(new PLMSheetItem(projectId, sheetId, + indentsHash.value(sheetId), + sortOrdersHash.value(sheetId))); + } + } + this->endResetModel(); +} + +void PLMSheetListModel::clear() +{ + this->beginResetModel(); + qDeleteAll(m_allSheetItems); + this->endResetModel(); +} + +void PLMSheetListModel::exploitSignalFromPLMData(int projectId, + int paperId, + PLMSheetItem::Roles role) +{ + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (!item) { + return; + } + + item->invalidateData(role); + + // search for index + QModelIndex index; + QModelIndexList list = this->match(this->index(0, 0, + QModelIndex()), + PLMSheetItem::Roles::PaperIdRole, + paperId, + -1, + Qt::MatchFlag::MatchRecursive | + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap); + + for (const QModelIndex& modelIndex : list) { + PLMSheetItem *t = static_cast(modelIndex.internalPointer()); + + if (t) + if (t->projectId() == projectId) index = modelIndex; + } + + if (index.isValid()) { + emit dataChanged(index, index, QVector() << role); + } +} + +// -------------------------------------------------------------------- + +void PLMSheetListModel::refreshAfterDataAddition(int projectId, int paperId) +{ + // find parentIndex and row + // QModelIndex parentIndex; + int row = 0; + + auto idList = plmdata->sheetHub()->getAllIds(projectId); + auto sortOrdersHash = plmdata->sheetHub()->getAllSortOrders(projectId); + auto indentsHash = plmdata->sheetHub()->getAllIndents(projectId); + + + int paperIndex = idList.indexOf(paperId); + int paperIndent = indentsHash.value(paperId); + int paperSortOrders = sortOrdersHash.value(paperId); + + bool parentFound = false; + + if (paperIndex == 0) { // meaning the parent have to be a project item + this->populate(); + return; + } + + if (!parentFound) { + for (int i = paperIndex - 1; i >= 0; --i) { + int possibleParentId = idList.at(i); + int possibleParentIndent = indentsHash.value(possibleParentId); + + if (paperIndent == possibleParentIndent + 1) { + // auto modelIndexList = + // this->getModelIndex(projectId, possibleParentId); + // if(modelIndexList.isEmpty()){ + // qWarning() << Q_FUNC_INFO << "if + // paperIndent == possibleParentIndent => + // modelIndexList.isEmpty()"; + // return; + // } + // parentIndex = modelIndexList.first(); + // int parentPaperId = + // parentIndex.data(PLMSheetItem::Roles::PaperIdRole).toInt(); + row = paperIndex - i; + parentFound = true; + break; + } + } + } + + if (!parentFound) { + qWarning() << Q_FUNC_INFO << "parent not found, failsafe used"; + this->populate(); + return; + } + + + // find item just before in m_allSheetItems to determine item index to + // insert in: + + + int idBefore = idList.at(paperIndex - 1); + PLMSheetItem *itemBefore = this->getItem(projectId, idBefore); + + // needed because m_allSheetItems can have multiple projects : + int indexBefore = m_allSheetItems.indexOf(itemBefore); + + int itemIndex = indexBefore + 1; + + // if(itemIndex >= m_allSheetItems.count() && paperIndent == + // itemBefore->indent() + 1){ + // qWarning() << Q_FUNC_INFO << "last in the m_allSheetItems list + // and child of previous item, so failsafe used"; + // this->populate(); + // return; + // } + + + for (PLMSheetItem *item : m_allSheetItems) { + item->invalidateData(PLMSheetItem::Roles::SortOrderRole); + item->invalidateData(PLMSheetItem::Roles::HasChildrenRole); + } + + + beginInsertRows(QModelIndex(), row, row); + + m_allSheetItems.insert(itemIndex, new PLMSheetItem(projectId, paperId, + indentsHash.value(paperId), + sortOrdersHash.value(paperId))); + this->index(row, 0, QModelIndex()); + endInsertRows(); +} + +// -------------------------------------------------------------------- + +void PLMSheetListModel::refreshAfterDataRemove(int projectId, int paperId) +{ + Q_UNUSED(projectId) + Q_UNUSED(paperId) + + // find parentIndex and row + // QModelIndex parentIndex; +// int row = 0; + +// auto idList = plmdata->sheetHub()->getAllIds(projectId); +// auto sortOrdersHash = plmdata->sheetHub()->getAllSortOrders(projectId); +// auto indentsHash = plmdata->sheetHub()->getAllIndents(projectId); + + +// int paperIndex = idList.indexOf(paperId); +// int paperIndent = indentsHash.value(paperId); +// int paperSortOrders = sortOrdersHash.value(paperId); + +// bool parentFound = false; + +// if (paperIndex == 0) { // meaning the parent have to be a project item +// this->populate(); +// return; +// } + +// if (!parentFound) { +// for (int i = paperIndex - 1; i >= 0; --i) { +// int possibleParentId = idList.at(i); +// int possibleParentIndent = indentsHash.value(possibleParentId); + +// if (paperIndent == possibleParentIndent + 1) { +// // auto modelIndexList = +// // this->getModelIndex(projectId, possibleParentId); +// // if(modelIndexList.isEmpty()){ +// // qWarning() << Q_FUNC_INFO << "if +// // paperIndent == possibleParentIndent => +// // modelIndexList.isEmpty()"; +// // return; +// // } +// // parentIndex = modelIndexList.first(); +// // int parentPaperId = +// // parentIndex.data(PLMSheetItem::Roles::PaperIdRole).toInt(); +// row = paperIndex - i; +// parentFound = true; +// break; +// } +// } +// } + +// if (!parentFound) { +// qWarning() << Q_FUNC_INFO << "parent not found, failsafe used"; + this->populate(); +// return; +// } + + +// // find item just before in m_allSheetItems to determine item index to +// // insert in: + + +// PLMSheetItem *item = this->getItem(projectId, paperId); + + +// // if(itemIndex >= m_allSheetItems.count() && paperIndent == +// // itemBefore->indent() + 1){ +// // qWarning() << Q_FUNC_INFO << "last in the m_allSheetItems list +// // and child of previous item, so failsafe used"; +// // this->populate(); +// // return; +// // } + + +// for (PLMSheetItem *item : m_allSheetItems) { +// item->invalidateData(PLMSheetItem::Roles::SortOrderRole); +// item->invalidateData(PLMSheetItem::Roles::HasChildrenRole); +// } + +// beginRemoveRows(QModelIndex(), paperIndex - 1, paperIndex); + +// m_allSheetItems.removeOne(item); + +// endRemoveRows(); + + +} + +// -------------------------------------------------------------------- + +void PLMSheetListModel::refreshAfterDataMove(int sourceProjectId, + int sourcePaperId, + int targetProjectId, + int targetPaperId) +{ + int sourceIndex = -2; + int targetIndex = -2; + int sourceRow = -2; + int targetRow = -2; + + + PLMSheetItem *sourceItem = this->getItem(sourceProjectId, sourcePaperId); + + if (!sourceItem) { + qWarning() << "refreshAfterDataMove no sourceItem"; + return; + } + PLMSheetItem *targetItem = this->getItem(targetProjectId, targetPaperId); + + if (!targetItem) { + qWarning() << "refreshAfterDataMove no targetItem"; + return; + } + + int i = 0; + + for (PLMSheetItem *item : m_allSheetItems) { + if (item->paperId() == sourcePaperId) { + sourceIndex = i; + } + + if (item->paperId() == targetPaperId) { + targetIndex = i; + } + i++; + } + + + sourceRow = sourceIndex; + targetRow = targetIndex; + + if (sourceRow < targetRow) { + targetRow += 1; + } + + for (PLMSheetItem *item : m_allSheetItems) { + item->invalidateData(PLMSheetItem::Roles::SortOrderRole); + } + + beginMoveRows(QModelIndex(), sourceRow, sourceRow, QModelIndex(), targetRow); + + PLMSheetItem *tempItem = m_allSheetItems.takeAt(sourceIndex); + + m_allSheetItems.insert(targetIndex, tempItem); + + endMoveRows(); +} + +// -------------------------------------------------------------------- +/// +/// \brief PLMSheetListModel::refreshAfterTrashedStateChanged +/// \param projectId +/// \param paperId +/// \param newTrashedState +/// careful, paper is trashed = true, not a true removal +void PLMSheetListModel::refreshAfterTrashedStateChanged(int projectId, + int paperId, + bool newTrashedState) +{ + Q_UNUSED(projectId) + Q_UNUSED(paperId) + Q_UNUSED(newTrashedState) + + for (PLMSheetItem *item : m_allSheetItems) { + item->invalidateData(PLMSheetItem::Roles::TrashedRole); + item->invalidateData(PLMSheetItem::Roles::HasChildrenRole); // needed to + // refresh + // the + // parent + // item when + // no child + // anymore + } +} + +// -------------------------------------------------------------------- + +void PLMSheetListModel::refreshAfterProjectIsBackupChanged(int projectId, + bool isProjectABackup) +{ + Q_UNUSED(projectId) + Q_UNUSED(isProjectABackup) + + for (PLMSheetItem *item : m_allSheetItems) { + item->invalidateData(PLMSheetItem::Roles::ProjectIsBackupRole); + } +} + +// -------------------------------------------------------------------- + +void PLMSheetListModel::refreshAfterProjectIsActiveChanged(int projectId) +{ + Q_UNUSED(projectId) + + for (PLMSheetItem *item : m_allSheetItems) { + item->invalidateData(PLMSheetItem::Roles::ProjectIsActiveRole); + } +} + + +// -------------------------------------------------------------------- + + +void PLMSheetListModel::connectToPLMDataSignals() +{ + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::titleChanged, this, + [this](int projectId, int paperId, + const QString& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, PLMSheetItem::Roles::NameRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->projectHub(), + &PLMProjectHub::projectNameChanged, this, + [this](int projectId, + const QString& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, -1, + PLMSheetItem::Roles::ProjectNameRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetPropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "label") this->exploitSignalFromPLMData(projectId, paperCode, + PLMSheetItem::Roles::LabelRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::paperIdChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::PaperIdRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::indentChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::IndentRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList.append(this->connect(plmdata->sheetHub(), + &PLMSheetHub::sortOrderChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::SortOrderRole); + })); + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::contentDateChanged, this, + [this](int projectId, int paperId, + const QDateTime& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::ContentDateRole); + }, Qt::UniqueConnection); + + + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::updateDateChanged, this, + [this](int projectId, int paperId, + const QDateTime& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::UpdateDateRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::trashedChanged, this, + [this](int projectId, int paperId, + bool value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::TrashedRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetPropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "char_count") this->exploitSignalFromPLMData(projectId, paperCode, + PLMSheetItem::Roles:: + CharCountRole); + }, Qt::UniqueConnection); + m_dataConnectionsList << this->connect(plmdata->sheetPropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "word_count") this->exploitSignalFromPLMData(projectId, paperCode, + PLMSheetItem::Roles:: + WordCountRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->noteHub(), + &PLMNoteHub::sheetNoteRelationshipChanged, + this, + [this](int projectId, int sheetId, + int noteId) { + Q_UNUSED(noteId) + this->exploitSignalFromPLMData(projectId, sheetId, + PLMSheetItem::Roles::SynopsisNoteIdRole); + }, + Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->noteHub(), + &PLMNoteHub::sheetNoteRelationshipAdded, + this, + [this](int projectId, int sheetId, + int noteId) { + Q_UNUSED(noteId) + this->exploitSignalFromPLMData(projectId, sheetId, + PLMSheetItem::Roles::SynopsisNoteIdRole); + }, + Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->projectHub(), + &PLMProjectHub::activeProjectChanged, this, + [this](int projectId) { + Q_UNUSED(projectId) + + for (int projectId : plmdata->projectHub()->getProjectIdList()) { + this->exploitSignalFromPLMData(projectId, -1, + PLMSheetItem::Roles::ProjectIsActiveRole); + } + }, Qt::UniqueConnection); +} + +void PLMSheetListModel::disconnectFromPLMDataSignals() +{ + // disconnect from PLMPaperHub signals : + for (const QMetaObject::Connection& connection : m_dataConnectionsList) { + QObject::disconnect(connection); + } + + m_dataConnectionsList.clear(); +} + +// ----------------------------------------------------------------------------------- + + +QModelIndexList PLMSheetListModel::getModelIndex(int projectId, int paperId) +{ + QModelIndexList list; + QModelIndexList modelList = this->match(this->index(0, 0, + QModelIndex()), + PLMSheetItem::Roles::ProjectIdRole, + projectId, + -1, + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap | + Qt::MatchFlag::MatchRecursive); + + for (const QModelIndex& modelIndex : modelList) { + int indexPaperId = modelIndex.data(PLMSheetItem::Roles::PaperIdRole).toInt(); + + if (indexPaperId == paperId) { + list.append(modelIndex); + } + } + + return list; +} + +// ----------------------------------------------------------------------------------- + +PLMSheetItem * PLMSheetListModel::getParentSheetItem(PLMSheetItem *chidItem) +{ + return chidItem->parent(m_allSheetItems); +} + +// ----------------------------------------------------------------------------------- + +PLMSheetItem * PLMSheetListModel::getItem(int projectId, int paperId) +{ + PLMSheetItem *result_item = nullptr; + + for (PLMSheetItem *item : m_allSheetItems) { + if ((item->projectId() == projectId) && (item->paperId() == paperId)) { + result_item = item; + break; + } + } + + if (!result_item) { + qDebug() << "result_item is null"; + } + + return result_item; +} + +// ----------------------------------------------------------------------------------- diff --git a/src/libskribisto-data/src/models/plmsheetlistmodel.h b/src/libskribisto-data/src/models/plmsheetlistmodel.h new file mode 100644 index 000000000..0fa3bd069 --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetlistmodel.h @@ -0,0 +1,81 @@ +#ifndef PLMSHEETLISTMODEL_H +#define PLMSHEETLISTMODEL_H + +#include +#include "plmdata.h" +#include "plmsheetitem.h" +#include "./skribisto_data_global.h" + + +class EXPORT PLMSheetListModel : public QAbstractListModel +{ + Q_OBJECT + +public: + + + explicit PLMSheetListModel(QObject *parent = nullptr); + + // Header: + QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; + + bool setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role = Qt::EditRole) override; + + // Basic functionality: + QModelIndex index(int row, + int column, + const QModelIndex& parent = QModelIndex()) const override; + + + int rowCount(const QModelIndex &parent = QModelIndex()) const override; + + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; + + // Editable: + bool setData(const QModelIndex &index, const QVariant &value, + int role = Qt::EditRole) override; + + Qt::ItemFlags flags(const QModelIndex& index) const override; + + // Add data: + bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + + // Remove data: + bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + + QHash roleNames() const override; + QModelIndexList getModelIndex(int projectId, int paperId); + PLMSheetItem *getParentSheetItem(PLMSheetItem *chidItem); + PLMSheetItem *getItem(int projectId, int paperId); + +public slots: +private slots: + void populate(); + void clear(); + void exploitSignalFromPLMData(int projectId, + int paperId, + PLMSheetItem::Roles role); + void refreshAfterDataAddition(int projectId, + int paperId); + void refreshAfterDataRemove(int projectId, + int paperId); + void refreshAfterDataMove(int sourceProjectId, int sourcePaperId, int targetProjectId, int targetPaperId); + void refreshAfterTrashedStateChanged(int projectId, int paperId, bool newTrashedState); + void refreshAfterProjectIsBackupChanged(int projectId, bool isProjectABackup); + void refreshAfterProjectIsActiveChanged(int projectId); + + +private: + + void connectToPLMDataSignals(); + void disconnectFromPLMDataSignals(); + +private: + + PLMSheetItem *m_rootItem; + QVariant m_headerData; + QListm_allSheetItems; + QListm_dataConnectionsList; +}; + +#endif // PLMSHEETLISTMODEL_H diff --git a/src/libskribisto-data/src/models/plmsheetlistproxymodel.cpp b/src/libskribisto-data/src/models/plmsheetlistproxymodel.cpp new file mode 100644 index 000000000..d6c9153ef --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetlistproxymodel.cpp @@ -0,0 +1,604 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheetlistproxymodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmsheetlistproxymodel.h" +#include "plmmodels.h" + +#include + +PLMSheetListProxyModel::PLMSheetListProxyModel(QObject *parent) : QSortFilterProxyModel( + parent), + m_showTrashedFilter(false), m_projectIdFilter(-2), m_parentIdFilter(-2) +{ + this->setSourceModel(plmmodels->sheetListModel()); + this->setShowTrashedFilter(false); + + + connect( + plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &PLMSheetListProxyModel::loadProjectSettings); + connect( + plmdata->projectHub(), + &PLMProjectHub::projectToBeClosed, + this, + &PLMSheetListProxyModel::saveProjectSettings, + Qt::DirectConnection); + connect( + plmdata->projectHub(), + &PLMProjectHub::projectClosed, + this, + &PLMSheetListProxyModel::clearHistory); + connect(plmdata->projectHub(), &PLMProjectHub::projectClosed, this, [this]() { + this->clearFilters(); + }); +} + +Qt::ItemFlags PLMSheetListProxyModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QSortFilterProxyModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags | Qt::ItemFlag::ItemIsEditable; +} + +// ----------------------------------------------------------------------- + +QVariant PLMSheetListProxyModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + QModelIndex sourceIndex = this->mapToSource(index); + int col = index.column(); + int row = index.row(); + + if ((role == Qt::EditRole) && (col == 0)) { + return this->sourceModel()->data(sourceIndex, + PLMSheetItem::Roles::NameRole).toString(); + } + + return QSortFilterProxyModel::data(index, role); +} + +// ----------------------------------------------------------------------- + +bool PLMSheetListProxyModel::setData(const QModelIndex& index, const QVariant& value, + int role) +{ + QModelIndex sourceIndex = this->mapToSource(index); + + PLMSheetItem *item = + static_cast(sourceIndex.internalPointer()); + + if ((role == Qt::EditRole) && (sourceIndex.column() == 0)) { + if (item->isProjectItem()) { + return this->sourceModel()->setData(sourceIndex, + value, + PLMSheetItem::Roles::ProjectNameRole); + } else { + return this->sourceModel()->setData(sourceIndex, + value, + PLMSheetItem::Roles::NameRole); + } + } + return QSortFilterProxyModel::setData(index, value, role); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::setParentFilter(int projectId, int parentId) +{ + m_projectIdFilter = projectId; + m_parentIdFilter = parentId; + emit parentIdFilterChanged(m_parentIdFilter); + emit projectIdFilterChanged(m_projectIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + + +void PLMSheetListProxyModel::setShowTrashedFilter(bool showTrashed) +{ + m_showTrashedFilter = showTrashed; + emit showTrashedFilterChanged(m_showTrashedFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + + +bool PLMSheetListProxyModel::filterAcceptsRow(int sourceRow, + const QModelIndex& sourceParent) const +{ + bool result = false; + + QModelIndex index = this->sourceModel()->index(sourceRow, 0, sourceParent); + + if (!index.isValid()) { + return false; + } + PLMSheetItem *item = static_cast(index.internalPointer()); + PLMSheetListModel *model = static_cast(this->sourceModel()); + + // displays or not project list : + if ((m_parentIdFilter == -2) && item->isProjectItem()) { + return true; + } + else if ((m_parentIdFilter != -2) && item->isProjectItem()) { + return false; + } + + // path / parent filtering : + int indexProject = item->data(PLMSheetItem::Roles::ProjectIdRole).toInt(); + + if (indexProject != m_projectIdFilter) { + return false; + } + PLMSheetItem *parentItem = model->getParentSheetItem(item); + + if (parentItem) { + if (parentItem->paperId() == m_parentIdFilter) { + result = true; + } + } + + // trashed filtering : + + if (result && + (item->data(PLMSheetItem::Roles::TrashedRole).toBool() == m_showTrashedFilter)) { + QString string = item->data(PLMSheetItem::Roles::NameRole).toString(); + + // qDebug() << "trashed : " << string; + result = true; + } + else { + result = false; + } + + // QString string = item->data(PLMSheetItem::Roles::NameRole).toString(); + // qDebug() << "result : " << string << result; + + + return result; +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::setParentIdFilter(int parentIdFilter) +{ + m_parentIdFilter = parentIdFilter; + emit parentIdFilterChanged(m_parentIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::setProjectIdFilter(int projectIdFilter) +{ + m_projectIdFilter = projectIdFilter; + emit projectIdFilterChanged(m_projectIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::clearFilters() +{ + m_parentIdFilter = -2; + m_projectIdFilter = -2; + emit projectIdFilterChanged(m_projectIdFilter); + emit parentIdFilterChanged(m_parentIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +/// +/// \brief PLMSheetListProxyModel::moveItem +/// \param from source item index number +/// \param to target item index number +/// Carefull, this is only used for manually moving a visual item +void PLMSheetListProxyModel::moveItem(int from, int to) { + if (from == to) return; + + int modelFrom = from; + int modelTo = to + (from < to ? 1 : 0); + + + QModelIndex fromIndex = this->index(modelFrom, 0); + int fromPaperId = + this->data(fromIndex, PLMSheetItem::Roles::PaperIdRole).toInt(); + int fromProjectId = + this->data(fromIndex, PLMSheetItem::Roles::ProjectIdRole).toInt(); + + QModelIndex toIndex = this->index(modelTo, 0); + int toPaperId = this->data(toIndex, PLMSheetItem::Roles::PaperIdRole).toInt(); + int toProjectId = this->data(toIndex, PLMSheetItem::Roles::ProjectIdRole).toInt(); + int toSortOrder = this->data(toIndex, PLMSheetItem::Roles::SortOrderRole).toInt(); + + qDebug() << "fromPaperId : " << fromPaperId << this->data(fromIndex, + PLMSheetItem::Roles::NameRole) + .toString(); + qDebug() << "toPaperId : " << toPaperId << this->data(toIndex, + PLMSheetItem::Roles::NameRole). + toString(); + + int finalSortOrder = toSortOrder - 1; + + + // append to end of list if moved here, paperId = 0 + + if (toPaperId == 0) { + PLMSheetListModel *model = static_cast(this->sourceModel()); + + QModelIndex modelIndex = + model->getModelIndex(fromProjectId, fromPaperId).first(); + PLMSheetItem *item = + static_cast(modelIndex.internalPointer()); + + int indent = item->indent(); + QList idList = plmdata->sheetHub()->getAllIds(fromProjectId); + QHash indentHash = plmdata->sheetHub()->getAllIndents(fromProjectId); + int lastIdWithSameIndent = fromPaperId; + + for (int id : idList) { + if (indentHash.value(id) == indent) { + lastIdWithSameIndent = id; + } + } + + if (lastIdWithSameIndent == fromPaperId) { + return; + } + + finalSortOrder = plmdata->sheetHub()->getValidSortOrderAfterPaper(fromProjectId, + lastIdWithSameIndent); + } + qDebug() << "finalSortOrder" << finalSortOrder; + + + // beginMoveRows(QModelIndex(), modelFrom, modelFrom, QModelIndex(), + // modelTo); + // PLMError error = plmdata->sheetHub()->movePaper(fromProjectId, + // fromPaperId, toPaperId); + this->setData(fromIndex, finalSortOrder, PLMSheetItem::Roles::SortOrderRole); + + // plmdata->sheetHub()->setSortOrder(fromPaperId, fromPaperId, toSortOrder - + // 1); + + // endMoveRows(); +} + +// -------------------------------------------------------------- + +int PLMSheetListProxyModel::goUp() +{ + PLMSheetListModel *model = static_cast(this->sourceModel()); + PLMSheetItem *parentItem = getItem(m_projectIdFilter, m_parentIdFilter); + + if (!parentItem) { + return -2; + } + PLMSheetItem *grandParentItem = model->getParentSheetItem(parentItem); + + int grandParentId = -2; + + if (grandParentItem) { + grandParentId = grandParentItem->paperId(); + } + this->setParentFilter(m_projectIdFilter, grandParentId); + + return grandParentId; +} + +// -------------------------------------------------------------- + +PLMSheetItem * PLMSheetListProxyModel::getItem(int projectId, int paperId) +{ + PLMSheetListModel *model = static_cast(this->sourceModel()); + + // QModelIndexList modelIndexList = model->getModelIndex(projectId, + // paperId); + // if(modelIndexList.isEmpty()){ + // return nullptr; + // } + // QModelIndex modelIndex = modelIndexList.first(); + + // PLMSheetItem *item = static_cast(modelIndex.internalPointer()); + + PLMSheetItem *item = model->getItem(projectId, paperId); + + return item; +} + +// -------------------------------------------------------------- + + +void PLMSheetListProxyModel::loadProjectSettings(int projectId) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // int writeCurrentParent = settings.value("writeCurrentParent", + // 0).toInt(); + // this->setParentFilter(projectId, writeCurrentParent); + settings.endGroup(); +} + +// -------------------------------------------------------------- + + +void PLMSheetListProxyModel::saveProjectSettings(int projectId) +{ + if (m_projectIdFilter != projectId) { + return; + } + + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // settings.setValue("writeCurrentParent", m_parentIdFilter); + settings.endGroup(); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::setForcedCurrentIndex(int forcedCurrentIndex) +{ + m_forcedCurrentIndex = forcedCurrentIndex; + emit forcedCurrentIndexChanged(m_forcedCurrentIndex); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::setForcedCurrentIndex(int projectId, int paperId) +{ + int forcedCurrentIndex = this->findVisualIndex(projectId, paperId); + + setForcedCurrentIndex(forcedCurrentIndex); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::setCurrentPaperId(int projectId, int paperId) +{ + if (projectId == -2) { + return; + } + + if ((paperId == -2) && (projectId != -2)) { + this->setParentFilter(projectId, -1); + return; + } + + + PLMSheetListModel *model = static_cast(this->sourceModel()); + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (!item) { + paperId = plmdata->sheetHub()->getTopPaperId(projectId); + item = this->getItem(projectId, paperId); + } + + + PLMSheetItem *parentItem = model->getParentSheetItem(item); + + if (parentItem) { + this->setParentFilter(projectId, parentItem->paperId()); + } + else { + this->setParentFilter(projectId, -2); // root item + } + this->setForcedCurrentIndex(projectId, paperId); +} + +// -------------------------------------------------------------- + +bool PLMSheetListProxyModel::hasChildren(int projectId, int paperId) +{ + return plmdata->sheetHub()->hasChildren(projectId, paperId); +} + +// -------------------------------------------------------------- + +int PLMSheetListProxyModel::findVisualIndex(int projectId, int paperId) +{ + int rowCount = this->rowCount(QModelIndex()); + + int result = -2; + + QModelIndex modelIndex; + + for (int i = 0; i < rowCount; ++i) { + modelIndex = this->index(i, 0); + + if ((this->data(modelIndex, + PLMSheetItem::Roles::ProjectIdRole).toInt() == projectId) + && (this->data(modelIndex, + PLMSheetItem::Roles::PaperIdRole).toInt() == paperId)) { + result = i; + break; + } + } + return result; +} + +int PLMSheetListProxyModel::getLastOfHistory(int projectId) +{ + QList list = m_historyList.value(projectId, QList()); + + if (list.isEmpty()) { + return -2; + } + + return list.last(); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::removeLastOfHistory(int projectId) +{ + QList list = m_historyList.value(projectId, QList()); + + if (list.isEmpty()) { + return; + } + + list.removeLast(); + m_historyList.insert(projectId, list); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::clearHistory(int projectId) +{ + m_historyList.remove(projectId); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::addHistory(int projectId, int paperId) +{ + QList list = m_historyList.value(projectId, QList()); + + list.append(paperId); + m_historyList.insert(projectId, list); +} + +// -------------------------------------------------------------- + +QString PLMSheetListProxyModel::getItemName(int projectId, int paperId) +{ + // qDebug() << "getItemName" << projectId << paperId; + if ((projectId == -2) || (paperId == -2)) { + return ""; + } + QString name = ""; + + if (paperId == -1) { + name = plmdata->projectHub()->getProjectName(projectId); + } + else { + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (item) { + name = item->name(); + } + else { + qDebug() << this->metaObject()->className() << "no valid item found"; + name = ""; + } + } + + return name; +} + +// -------------------------------------------------------------- +int PLMSheetListProxyModel::getItemIndent(int projectId, int paperId) +{ + if ((projectId == -2) || (paperId == -2)) { // root item or error + return -2; + } + + if (paperId == -1) { // project item + return -1; + } + + int indent = -2; + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (item) { + indent = item->indent(); + } + + + return indent; +} + +// ----------------------------------------------------------------- + +void PLMSheetListProxyModel::addItemAtEnd(int projectId, + int parentPaperId, + int visualIndex) +{ + // PLMSheetItem *parentItem = this->getItem(projectId, parentPaperId); + // if(!parentItem){ + // if(plmdata->projectHub()->getProjectCount() <= 1){ + + // } + // else if (plmdata->projectHub()->getProjectCount() > 1){ + + // } + // } + + // finalSortOrder = + // plmdata->sheetHub()->getValidSortOrderAfterPaper(projectId, + // lastIdWithSameIndent); + + PLMError error = plmdata->sheetHub()->addChildPaper(projectId, parentPaperId); + + this->invalidateFilter(); + this->setForcedCurrentIndex(visualIndex); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::moveUp(int projectId, int paperId, int visualIndex) +{ + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (!item) { + return; + } + PLMError error = plmdata->sheetHub()->movePaperUp(projectId, paperId); + + this->setForcedCurrentIndex(visualIndex - 1); +} + +// -------------------------------------------------------------- + +void PLMSheetListProxyModel::moveDown(int projectId, int paperId, int visualIndex) +{ + // PLMError error = plmdata->sheetHub()->addChildPaper(projectId, + // paperId); + + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (!item) { + return; + } + PLMError error = plmdata->sheetHub()->movePaperDown(projectId, paperId); + + this->setForcedCurrentIndex(visualIndex + 1); +} diff --git a/src/libskribisto-data/src/models/plmsheetlistproxymodel.h b/src/libskribisto-data/src/models/plmsheetlistproxymodel.h new file mode 100644 index 000000000..44b1c2c00 --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetlistproxymodel.h @@ -0,0 +1,98 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheetlistproxymodel.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMSHEETLISTPROXYMODEL_H +#define PLMSHEETLISTPROXYMODEL_H + +#include +#include "plmsheetitem.h" +#include "./skribisto_data_global.h" + +class EXPORT PLMSheetListProxyModel : public QSortFilterProxyModel { + Q_OBJECT + Q_PROPERTY(int projectIdFilter MEMBER m_projectIdFilter WRITE setProjectIdFilter NOTIFY projectIdFilterChanged) + Q_PROPERTY(int parentIdFilter MEMBER m_parentIdFilter WRITE setParentIdFilter NOTIFY parentIdFilterChanged) + Q_PROPERTY(bool showTrashedFilter MEMBER m_showTrashedFilter WRITE setShowTrashedFilter NOTIFY showTrashedFilterChanged) + Q_PROPERTY(int forcedCurrentIndex MEMBER m_forcedCurrentIndex WRITE setForcedCurrentIndex NOTIFY forcedCurrentIndexChanged) + +public: + + explicit PLMSheetListProxyModel(QObject *parent = nullptr); + + Qt::ItemFlags flags(const QModelIndex& index) const; + + QVariant data(const QModelIndex& index, + int role) const; + bool setData(const QModelIndex& index, + const QVariant & value, + int role); + + Q_INVOKABLE void moveItem(int from, int to); + Q_INVOKABLE int goUp(); + Q_INVOKABLE int getItemIndent(int projectId, int paperId); + Q_INVOKABLE QString getItemName(int projectId, int paperId); + void setProjectIdFilter(int projectIdFilter); + void setParentIdFilter(int parentIdFilter); + void clearFilters(); + + Q_INVOKABLE void addItemAtEnd(int projectId, int parentPaperId, int visualIndex); + Q_INVOKABLE void moveUp(int projectId, int paperId, int visualIndex); + Q_INVOKABLE void moveDown(int projectId, int paperId, int visualIndex); + Q_INVOKABLE void setForcedCurrentIndex(int forcedCurrentIndex); + Q_INVOKABLE void setForcedCurrentIndex(int projectId, int paperId); + Q_INVOKABLE bool hasChildren(int projectId, int paperId); + Q_INVOKABLE int findVisualIndex(int projectId, int paperId); + + Q_INVOKABLE int getLastOfHistory(int projectId); + Q_INVOKABLE void removeLastOfHistory(int projectId); + Q_INVOKABLE void addHistory(int projectId, int paperId); + + Q_INVOKABLE void setCurrentPaperId(int projectId, int paperId); +signals: + void projectIdFilterChanged(int projectIdFilter); + void parentIdFilterChanged(int paperIdFilter); + Q_INVOKABLE void forcedCurrentIndexChanged(int forcedCurrentIndex); + Q_INVOKABLE void showTrashedFilterChanged(bool showTrashed); + + +public slots: + + Q_INVOKABLE void setShowTrashedFilter(bool showTrashed); + Q_INVOKABLE void setParentFilter(int projectId, int parentId); + Q_INVOKABLE void clearHistory(int projectId); +protected: + bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; + +private: + PLMSheetItem *getItem(int projectId, int paperId); + +private slots: + void loadProjectSettings(int projectId); + void saveProjectSettings(int projectId); +private: + bool m_showTrashedFilter; + int m_projectIdFilter; + int m_parentIdFilter; + int m_forcedCurrentIndex; + QHash > m_historyList; +}; + +#endif // PLMSHEETLISTPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/plmsheetmodel.cpp b/src/libskribisto-data/src/models/plmsheetmodel.cpp new file mode 100644 index 000000000..5e18ffca0 --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetmodel.cpp @@ -0,0 +1,713 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheetmodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmsheetmodel.h" +#include "plmdata.h" +#include "plmpropertyhub.h" + + +#include + +PLMSheetModel::PLMSheetModel(QObject *parent) + : QAbstractItemModel(parent), m_headerData(QVariant()) +{ + m_rootItem = new PLMSheetItem(); + m_rootItem->setIsRootItem(); + + connect(plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &PLMSheetModel::populate); + connect(plmdata->projectHub(), + &PLMProjectHub::projectClosed, + this, + &PLMSheetModel::populate); + + + // connect(plmdata->sheetHub(), + // &PLMSheetHub::paperAdded, + // this, + // &PLMSheetModel::addPaper); + + this->connectToPLMDataSignals(); +} + +QVariant PLMSheetModel::headerData(int section, Qt::Orientation orientation, + int role) const +{ + Q_UNUSED(section) + Q_UNUSED(orientation) + Q_UNUSED(role) + + return m_headerData; +} + +bool PLMSheetModel::setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role) +{ + if (value != headerData(section, orientation, role)) { + m_headerData = value; + emit headerDataChanged(orientation, section, section); + return true; + } + return false; +} + +QModelIndex PLMSheetModel::index(int row, int column, const QModelIndex& parent) const +{ + if (!hasIndex(row, column, parent)) return QModelIndex(); + + // if (column != 0) return QModelIndex(); + + PLMSheetItem *parentItem; + + + if (!parent.isValid()) parentItem = m_rootItem; + else parentItem = static_cast(parent.internalPointer()); + + PLMSheetItem *childItem = parentItem->child(m_allSheetItems, row); + + if (childItem) { + QModelIndex index = createIndex(row, column, childItem); + return index; + } else { + return QModelIndex(); + } +} + +QModelIndex PLMSheetModel::parent(const QModelIndex& index) const +{ + if (!index.isValid()) return QModelIndex(); + + + PLMSheetItem *childItem = static_cast(index.internalPointer()); + PLMSheetItem *parentItem = childItem->parent(m_allSheetItems); + + if (parentItem == nullptr) { + return QModelIndex(); + } + + // if (parentItem->isRootItem()) r + + QModelIndex parentIndex = + createIndex(parentItem->row(m_allSheetItems), 0, parentItem); + + return parentIndex; +} + +int PLMSheetModel::rowCount(const QModelIndex& parent) const +{ + if (parent.column() > 0) return 0; + + if (!parent.isValid()) { + return m_rootItem->childrenCount(m_allSheetItems); + } + + + PLMSheetItem *parentItem = static_cast(parent.internalPointer()); + + + return parentItem->childrenCount(m_allSheetItems); +} + +int PLMSheetModel::columnCount(const QModelIndex& parent) const +{ + if (!parent.isValid()) return 1; + + return 1; +} + +QVariant PLMSheetModel::data(const QModelIndex& index, int role) const +{ + // qDebug() << "checkIndex :" + // << (checkIndex(index, + // QAbstractItemModel::CheckIndexOption::IndexIsValid + // | + // QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid + | QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + + if (!index.isValid()) return QVariant(); + + PLMSheetItem *item = static_cast(index.internalPointer()); + + + if ((role == Qt::DisplayRole) && item->isProjectItem()) { + return item->data(PLMSheetItem::Roles::ProjectNameRole); + } + else if (role == Qt::DisplayRole) { + return item->data(PLMSheetItem::Roles::NameRole); + } + + + if (role == PLMSheetItem::Roles::ProjectNameRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::NameRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::PaperIdRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::ProjectIdRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::LabelRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::IndentRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::SortOrderRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::CreationDateRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::UpdateDateRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::ContentDateRole) { + return item->data(role); + } + + if (role == PLMSheetItem::Roles::TrashedRole) { + return item->data(role); + } + return QVariant(); +} + +bool PLMSheetModel::setData(const QModelIndex& index, const QVariant& value, int role) +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid | + QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + + if (data(index, role) != value) { + PLMSheetItem *item = static_cast(index.internalPointer()); + int projectId = item->projectId(); + int paperId = item->paperId(); + PLMError error; + + this->disconnectFromPLMDataSignals(); + + switch (role) { + case PLMSheetItem::Roles::ProjectNameRole: + error = plmdata->projectHub()->setProjectName(projectId, value.toString()); + break; + + case PLMSheetItem::Roles::ProjectIdRole: + + // useless + break; + + case PLMSheetItem::Roles::PaperIdRole: + + // useless + break; + + case PLMSheetItem::Roles::NameRole: + error = plmdata->sheetHub()->setTitle(projectId, paperId, value.toString()); + break; + + case PLMSheetItem::Roles::LabelRole: + error = plmdata->sheetPropertyHub()->setProperty(projectId, paperId, + "label", value.toString()); + break; + + case PLMSheetItem::Roles::IndentRole: + error = plmdata->sheetHub()->setIndent(projectId, paperId, value.toInt()); + break; + + case PLMSheetItem::Roles::SortOrderRole: + error = plmdata->sheetHub()->setSortOrder(projectId, paperId, value.toInt()); + break; + + case PLMSheetItem::Roles::TrashedRole: + error = plmdata->sheetHub()->setTrashedWithChildren(projectId, paperId, value.toBool()); + break; + + case PLMSheetItem::Roles::CreationDateRole: + error = plmdata->sheetHub()->setCreationDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMSheetItem::Roles::UpdateDateRole: + error = plmdata->sheetHub()->setUpdateDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMSheetItem::Roles::ContentDateRole: + error = plmdata->sheetHub()->setContentDate(projectId, + paperId, + value.toDateTime()); + break; + + case PLMSheetItem::Roles::CharCountRole: + error = plmdata->sheetPropertyHub()->setProperty(projectId, + paperId, + "char_count", + QString::number( + value.toInt())); + break; + + case PLMSheetItem::Roles::WordCountRole: + + error = plmdata->sheetPropertyHub()->setProperty(projectId, + paperId, + "word_count", + QString::number( + value.toInt())); + break; + } + + + this->connectToPLMDataSignals(); + + if (!error.isSuccess()) { + return false; + } + item->invalidateData(role); + + emit dataChanged(index, index, QVector() << role); + return true; + } + return false; +} + +Qt::ItemFlags PLMSheetModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QAbstractItemModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags; // FIXME: Implement me! +} + +bool PLMSheetModel::insertRows(int row, int count, const QModelIndex& parent) +{ + beginInsertRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endInsertRows(); + return false; +} + +bool PLMSheetModel::insertColumns(int column, int count, const QModelIndex& parent) +{ + beginInsertColumns(parent, column, column + count - 1); + + // FIXME: Implement me! + endInsertColumns(); + + return false; +} + +bool PLMSheetModel::removeRows(int row, int count, const QModelIndex& parent) +{ + beginRemoveRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endRemoveRows(); + return false; +} + +bool PLMSheetModel::removeColumns(int column, int count, const QModelIndex& parent) +{ + beginRemoveColumns(parent, column, column + count - 1); + + // FIXME: Implement me! + endRemoveColumns(); + return false; +} + +QHashPLMSheetModel::roleNames() const { + QHash roles; + + roles[PLMSheetItem::Roles::ProjectNameRole] = "projectName"; + roles[PLMSheetItem::Roles::PaperIdRole] = "paperId"; + roles[PLMSheetItem::Roles::ProjectIdRole] = "projectId"; + roles[PLMSheetItem::Roles::NameRole] = "name"; + roles[PLMSheetItem::Roles::LabelRole] = "label"; + roles[PLMSheetItem::Roles::IndentRole] = "indent"; + roles[PLMSheetItem::Roles::SortOrderRole] = "sortOrder"; + roles[PLMSheetItem::Roles::CreationDateRole] = "creationDate"; + roles[PLMSheetItem::Roles::UpdateDateRole] = "updateDate"; + roles[PLMSheetItem::Roles::ContentDateRole] = "contentDate"; + roles[PLMSheetItem::Roles::TrashedRole] = "trashed"; + return roles; +} + +void PLMSheetModel::populate() +{ + this->beginResetModel(); + + m_allSheetItems.clear(); + for(int projectId : plmdata->projectHub()->getProjectIdList()) { + if (plmdata->projectHub()->getProjectIdList().count() > 1) { + PLMSheetItem *projectItem = new PLMSheetItem(); + projectItem->setIsProjectItem(projectId); + m_allSheetItems.append(projectItem); + } + + auto idList = plmdata->sheetHub()->getAllIds(projectId); + auto sortOrdersHash = plmdata->sheetHub()->getAllSortOrders(projectId); + auto indentsHash = plmdata->sheetHub()->getAllIndents(projectId); + + for(int sheetId : idList) { + m_allSheetItems.append(new PLMSheetItem(projectId, sheetId, + indentsHash.value(sheetId), + sortOrdersHash.value(sheetId))); + } + } + this->endResetModel(); +} + +void PLMSheetModel::clear() +{ + this->beginResetModel(); + qDeleteAll(m_allSheetItems); + this->endResetModel(); +} + +void PLMSheetModel::exploitSignalFromPLMData(int projectId, + int paperId, + PLMSheetItem::Roles role) +{ + PLMSheetItem *item = this->findPaperItem(projectId, paperId); + + if (!item) { + return; + } + + item->invalidateData(role); + + // search for index + QModelIndex index; + QModelIndexList list = this->match(this->index(0, 0, + QModelIndex()), + PLMSheetItem::Roles::PaperIdRole, + paperId, + -1, + Qt::MatchFlag::MatchRecursive | + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap); + + for (const QModelIndex& modelIndex : list) { + PLMSheetItem *t = static_cast(modelIndex.internalPointer()); + + if (t) + if (t->projectId() == projectId) index = modelIndex; + } + + if (index.isValid()) { + emit dataChanged(index, index, QVector() << role); + } +} + +// -------------------------------------------------------------------- + +void PLMSheetModel::addPaper(int projectId, int paperId) +{ + // find parentIndex and row + QModelIndex parentIndex; + int row = 0; + + auto idList = plmdata->sheetHub()->getAllIds(projectId); + auto sortOrdersHash = plmdata->sheetHub()->getAllSortOrders(projectId); + auto indentsHash = plmdata->sheetHub()->getAllIndents(projectId); + + + int paperIndex = idList.indexOf(paperId); + int paperIndent = indentsHash.value(paperId); + int paperSortOrders = sortOrdersHash.value(paperId); + + bool parentFound = false; + + if (plmdata->projectHub()->getProjectIdList().count() > 1) { + if (paperIndex == 0) { + parentIndex = this->getModelIndex(projectId, -1).first(); + row = 0; + parentFound = true; + } + } + else if (paperIndex == 0) { + parentIndex = QModelIndex(); + row = 0; + parentFound = true; + } + + if (!parentFound) { + for (int i = paperIndex; i >= 0; --i) { + int possibleParentId = idList.at(i); + int possibleParentIndent = indentsHash.value(possibleParentId); + + if (paperIndent == possibleParentIndent + 1) { + auto modelIndexList = this->getModelIndex(projectId, possibleParentId); + + if (modelIndexList.isEmpty()) { + qWarning() << Q_FUNC_INFO << + "if paperIndent == possibleParentIndent => modelIndexList.isEmpty()"; + return; + } + parentIndex = modelIndexList.first(); + + // int parentPaperId = + // parentIndex.data(PLMSheetItem::Roles::PaperIdRole).toInt(); + row = paperIndex - i - 1; + parentFound = true; + break; + } + } + } + + if (!parentFound) { + qWarning() << Q_FUNC_INFO << "parent not found, failsafe used"; + this->populate(); + return; + } + + // find item just before in m_allSheetItems to determine item index to + // insert in: + + int itemIndex = 0; + + if ((plmdata->projectHub()->getProjectIdList().count() == 1) && (paperIndex == 0)) { // + // so + // no + // project + // items + // and + // first + // item + itemIndex = 0; + } + else { + if (paperIndex == 0) { + paperIndex = 1; + } + + int idBefore = idList.at(paperIndex - 1); + PLMSheetItem *itemBefore = this->findPaperItem(projectId, idBefore); + + int indexBefore = m_allSheetItems.indexOf(itemBefore); + + itemIndex = indexBefore + 1; + + // if(itemIndex >= m_allSheetItems.count() && paperIndent == + // itemBefore->indent() + 1){ + // qWarning() << Q_FUNC_INFO << "last in the m_allSheetItems + // list and child of previous item, so failsafe used"; + // this->populate(); + // return; + // } + } + + + beginInsertRows(parentIndex, row, row); + + m_allSheetItems.insert(itemIndex, new PLMSheetItem(projectId, paperId, + indentsHash.value(paperId), + sortOrdersHash.value(paperId))); + endInsertRows(); +} + +// -------------------------------------------------------------------- + +PLMSheetItem * PLMSheetModel::findPaperItem(int projectId, int paperId) +{ + QModelIndexList list = this->match(this->index(0, 0, + QModelIndex()), + PLMSheetItem::Roles::PaperIdRole, + paperId, + -1, + Qt::MatchFlag::MatchRecursive | + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap); + PLMSheetItem *item = nullptr; + + for (const QModelIndex& modelIndex : list) { + PLMSheetItem *t = static_cast(modelIndex.internalPointer()); + + if (t) + if (t->projectId() == projectId) item = t; + } + + return item; +} + +void PLMSheetModel::connectToPLMDataSignals() +{ + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::titleChanged, this, + [this](int projectId, int paperId, + const QString& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, PLMSheetItem::Roles::NameRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetPropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "label") this->exploitSignalFromPLMData(projectId, paperCode, + PLMSheetItem::Roles::LabelRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::paperIdChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::PaperIdRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::indentChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::IndentRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList.append(this->connect(plmdata->sheetHub(), + &PLMSheetHub::sortOrderChanged, this, + [this](int projectId, int paperId, + int value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::SortOrderRole); + })); + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::contentDateChanged, this, + [this](int projectId, int paperId, + const QDateTime& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::ContentDateRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::updateDateChanged, this, + [this](int projectId, int paperId, + const QDateTime& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::UpdateDateRole); + }, Qt::UniqueConnection); + m_dataConnectionsList << this->connect(plmdata->sheetHub(), + &PLMSheetHub::trashedChanged, this, + [this](int projectId, int paperId, + bool value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, paperId, + PLMSheetItem::Roles::TrashedRole); + }, Qt::UniqueConnection); + m_dataConnectionsList << this->connect(plmdata->sheetPropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "char_count") this->exploitSignalFromPLMData(projectId, paperCode, + PLMSheetItem::Roles:: + CharCountRole); + }, Qt::UniqueConnection); + m_dataConnectionsList << this->connect(plmdata->sheetPropertyHub(), + &PLMPropertyHub::propertyChanged, this, + [this](int projectId, int propertyId, + int paperCode, + const QString& name, + const QString& value) { + Q_UNUSED(value) + Q_UNUSED(propertyId) + + if (name == "word_count") this->exploitSignalFromPLMData(projectId, paperCode, + PLMSheetItem::Roles:: + WordCountRole); + }, Qt::UniqueConnection); +} + +void PLMSheetModel::disconnectFromPLMDataSignals() +{ + // disconnect from PLMPaperHub signals : + for (const QMetaObject::Connection& connection : m_dataConnectionsList) { + QObject::disconnect(connection); + } + + m_dataConnectionsList.clear(); +} + +// ----------------------------------------------------------------------------------- + + +QModelIndexList PLMSheetModel::getModelIndex(int projectId, int paperId) +{ + QModelIndexList list; + QModelIndexList modelList = this->match(this->index(0, 0, + QModelIndex()), + PLMSheetItem::Roles::ProjectIdRole, + projectId, + -1, + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap | + Qt::MatchFlag::MatchRecursive); + + for (const QModelIndex& modelIndex : modelList) { + int indexPaperId = modelIndex.data(PLMSheetItem::Roles::PaperIdRole).toInt(); + + if (indexPaperId == paperId) { + list.append(modelIndex); + } + } + + return list; +} + +// ---------------------------------------------------------------------------------- +// ---------------------------------------------------------------------------------- +// ---------------------------------------------------------------------------------- diff --git a/src/libskribisto-data/src/models/plmsheetmodel.h b/src/libskribisto-data/src/models/plmsheetmodel.h new file mode 100644 index 000000000..4c5fd7f8f --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetmodel.h @@ -0,0 +1,110 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheetmodel.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMSHEETMODEL_H +#define PLMSHEETMODEL_H + +#include +#include "plmsheetitem.h" +#include "./skribisto_data_global.h" + + +class EXPORT PLMSheetModel : public QAbstractItemModel { + Q_OBJECT + +public: + + explicit PLMSheetModel(QObject *parent = nullptr); + + // Header: + QVariant headerData(int section, + Qt::Orientation orientation, + int role = Qt::DisplayRole) const override; + + bool setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role = Qt::EditRole) override; + + // Basic functionality: + QModelIndex index(int row, + int column, + const QModelIndex& parent = QModelIndex()) const override; + QModelIndex parent(const QModelIndex& index) const override; + + int rowCount(const QModelIndex& parent = QModelIndex()) const override; + int columnCount(const QModelIndex& parent = QModelIndex()) const override; + + QVariant data(const QModelIndex& index, + int role = Qt::DisplayRole) const override; + + // Editable: + bool setData(const QModelIndex& index, + const QVariant & value, + int role = Qt::EditRole) override; + + Qt::ItemFlags flags(const QModelIndex& index) const override; + + // Add data: + bool insertRows(int row, + int count, + const QModelIndex& parent = QModelIndex()) override; + bool insertColumns(int column, + int count, + const QModelIndex& parent = QModelIndex()) override; + + // Remove data: + bool removeRows(int row, + int count, + const QModelIndex& parent = QModelIndex()) override; + bool removeColumns(int column, + int count, + const QModelIndex& parent = QModelIndex()) override; + + QHashroleNames() const override; + + QModelIndexList getModelIndex(int projectId, int paperId); +private slots: + + void populate(); + void clear(); + void exploitSignalFromPLMData(int projectId, + int paperId, + PLMSheetItem::Roles role); + void addPaper(int projectId, + int paperId); + +private: + + PLMSheetItem* findPaperItem(int projectId, + int paperId); + void connectToPLMDataSignals(); + void disconnectFromPLMDataSignals(); + +private: + + PLMSheetItem *m_rootItem; + QVariant m_headerData; + QListm_allSheetItems; + QListm_dataConnectionsList; +}; + + +#endif // PLMSHEETMODEL_H diff --git a/src/libskribisto-data/src/models/plmsheetproxymodel.cpp b/src/libskribisto-data/src/models/plmsheetproxymodel.cpp new file mode 100644 index 000000000..17d4951fa --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetproxymodel.cpp @@ -0,0 +1,106 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheetproxymodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmsheetproxymodel.h" +#include "plmmodels.h" + +#include + +PLMSheetProxyModel::PLMSheetProxyModel(QObject *parent) : QSortFilterProxyModel(parent) +{ + this->setSourceModel(plmmodels->sheetModel()); + this->setTrashedFilter(false); +} + +Qt::ItemFlags PLMSheetProxyModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QSortFilterProxyModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags | Qt::ItemFlag::ItemIsEditable; +} + +// ----------------------------------------------------------------------- + +QVariant PLMSheetProxyModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + QModelIndex sourceIndex = this->mapToSource(index); + int col = index.column(); + + if ((role == Qt::EditRole) && (col == 0)) { + return this->sourceModel()->data(sourceIndex, + PLMSheetItem::Roles::NameRole).toString(); + } + + return QSortFilterProxyModel::data(index, role); +} + +// ----------------------------------------------------------------------- + +bool PLMSheetProxyModel::setData(const QModelIndex& index, const QVariant& value, + int role) +{ + QModelIndex sourceIndex = this->mapToSource(index); + + PLMSheetItem *item = + static_cast(sourceIndex.internalPointer()); + + if ((role == Qt::EditRole) && (sourceIndex.column() == 0)) { + if (item->isProjectItem()) { + return this->sourceModel()->setData(sourceIndex, + value, + PLMSheetItem::Roles::ProjectNameRole); + } else { + return this->sourceModel()->setData(sourceIndex, + value, + PLMSheetItem::Roles::NameRole); + } + } + return QSortFilterProxyModel::setData(index, value, role); +} + +// -------------------------------------------------------------- + + +void PLMSheetProxyModel::setTrashedFilter(bool showTrashed) +{ + m_showTrashed = showTrashed; + this->invalidate(); +} + +bool PLMSheetProxyModel::filterAcceptsRow(int sourceRow, + const QModelIndex& sourceParent) const +{ + QModelIndex index = this->sourceModel()->index(sourceRow, 0, sourceParent); + + if (!index.isValid()) { + return false; + } + bool indexTrashed = + sourceModel()->data(index, PLMSheetItem::Roles::TrashedRole).toBool(); + + if (indexTrashed == m_showTrashed) return true; + + return false; +} diff --git a/src/libskribisto-data/src/models/plmsheetproxymodel.h b/src/libskribisto-data/src/models/plmsheetproxymodel.h new file mode 100644 index 000000000..7e528f88e --- /dev/null +++ b/src/libskribisto-data/src/models/plmsheetproxymodel.h @@ -0,0 +1,54 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheetproxymodel.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMSHEETPROXYMODEL_H +#define PLMSHEETPROXYMODEL_H + +#include +#include "./skribisto_data_global.h" + +class EXPORT PLMSheetProxyModel : public QSortFilterProxyModel { + Q_OBJECT + +public: + + explicit PLMSheetProxyModel(QObject *parent = nullptr); + + Qt::ItemFlags flags(const QModelIndex& index) const; + + QVariant data(const QModelIndex& index, + int role) const; + bool setData(const QModelIndex& index, + const QVariant & value, + int role); + +signals: + +public slots: + + void setTrashedFilter(bool showTrashed); +protected: + bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; +private: + bool m_showTrashed; +}; + +#endif // PLMSHEETPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/plmwritedocumentlistmodel.cpp b/src/libskribisto-data/src/models/plmwritedocumentlistmodel.cpp new file mode 100644 index 000000000..ccb926906 --- /dev/null +++ b/src/libskribisto-data/src/models/plmwritedocumentlistmodel.cpp @@ -0,0 +1,70 @@ +#include "plmwritedocumentlistmodel.h" + +#include +#include + +PLMWriteDocumentListModel::PLMWriteDocumentListModel(QObject *parent) : + PLMDocumentListModel(parent, "tbl_user_writewindow_doc_list"), m_tableName( + "tbl_user_writewindow_doc_list") +{ + connect(plmdata->sheetHub(), + &PLMSheetHub::titleChanged, + [ = ](int projectId, + int paperId, + const QString& newTitle) { + QListdocumentIds = this->getDocumentIdEverywhere(projectId, paperId); + + // for(int docId : documentIds){ + // plmdata->userHub()->set(projectId, m_tableName, docId, + // "t_title", newTitle, true); + // } + } + ); +} + +QVariant PLMWriteDocumentListModel::getDocumentData(int projectId, + int paperId, + int subWindowId, + PLMDocumentListModel::Roles role) +const +{ + QHash result; + QHash where; + + where.insert("l_paper_code =", paperId); + where.insert("l_subWindow =", subWindowId); + + QString roleString = this->translateRole(role); + + // result = plmdata->userHub()->getValueByIdsWhere(projectId, + // m_tableName, roleString, where); + + if (result.isEmpty()) { // create a new document + return QVariant(); + } + + return result.values().first(); +} + +int PLMWriteDocumentListModel::closeDocument(int projectId, int paperId, int subWindowId) +{ + QHash result; + QHash where; + + where.insert("l_paper_code =", paperId); + where.insert("l_subWindow =", subWindowId); + + QString roleString = this->translateRole(PLMDocumentListModel::Roles::PropertyRole); + + // result = plmdata->userHub()->getValueByIdsWhere(projectId, + // m_tableName, roleString, where); + + int documentId = result.keys().first(); + + + if (result.isEmpty()) { + return -2; + } + + return documentId; +} diff --git a/src/libskribisto-data/src/models/plmwritedocumentlistmodel.h b/src/libskribisto-data/src/models/plmwritedocumentlistmodel.h new file mode 100644 index 000000000..d8bb5c777 --- /dev/null +++ b/src/libskribisto-data/src/models/plmwritedocumentlistmodel.h @@ -0,0 +1,21 @@ +#ifndef PLMWRITEDOCUMENTLISTMODEL_H +#define PLMWRITEDOCUMENTLISTMODEL_H + +#include "plmdocumentlistmodel.h" +#include "./skribisto_data_global.h" + + + +class EXPORT PLMWriteDocumentListModel : public PLMDocumentListModel +{ + Q_OBJECT +public: + PLMWriteDocumentListModel(QObject *parent = nullptr); + Q_INVOKABLE QVariant getDocumentData(int projectId, int paperId, int subWindowId, PLMWriteDocumentListModel::Roles role) const; + Q_INVOKABLE int closeDocument(int projectId, int paperId, int subWindowId); + +private: + QString m_tableName; +}; + +#endif // PLMWRITEDOCUMENTLISTMODEL_H diff --git a/src/libskribisto-data/src/models/skrsearchnotelistproxymodel.cpp b/src/libskribisto-data/src/models/skrsearchnotelistproxymodel.cpp new file mode 100644 index 000000000..c5b9b33e6 --- /dev/null +++ b/src/libskribisto-data/src/models/skrsearchnotelistproxymodel.cpp @@ -0,0 +1,901 @@ +#include "skrsearchnotelistproxymodel.h" +#include "plmmodels.h" + +#include + +SKRSearchNoteListProxyModel::SKRSearchNoteListProxyModel(QObject *parent) : + QSortFilterProxyModel(parent), + m_showTrashedFilter(true), m_showNotTrashedFilter(true), m_textFilter(""), + m_projectIdFilter(-2) + +{ + this->setSourceModel(plmmodels->noteListModel()); + + + connect( + plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &SKRSearchNoteListProxyModel::loadProjectSettings); + connect( + plmdata->projectHub(), + &PLMProjectHub::projectToBeClosed, + this, + &SKRSearchNoteListProxyModel::saveProjectSettings, + Qt::DirectConnection); + connect(plmdata->projectHub(), &PLMProjectHub::projectClosed, this, [this]() { + this->clearFilters(); + }); +} + +Qt::ItemFlags SKRSearchNoteListProxyModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QSortFilterProxyModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags | Qt::ItemFlag::ItemIsEditable; +} + +// ----------------------------------------------------------------------- + + +QVariant SKRSearchNoteListProxyModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + QModelIndex sourceIndex = this->mapToSource(index); + int col = index.column(); + int row = index.row(); + + + PLMNoteItem *item = static_cast(sourceIndex.internalPointer()); + int projectId = item->projectId(); + int paperId = item->paperId(); + + + if ((role == Qt::EditRole) && (col == 0)) { + return this->sourceModel()->data(sourceIndex, + PLMNoteItem::Roles::NameRole).toString(); + } + + if ((role == Qt::CheckStateRole) && (col == 0)) { + return m_checkedIdsHash.value(paperId, Qt::Unchecked); + } + + + return QSortFilterProxyModel::data(index, role); +} + +// ----------------------------------------------------------------------- + +bool SKRSearchNoteListProxyModel::setData(const QModelIndex& index, const QVariant& value, + int role) +{ + QModelIndex sourceIndex = this->mapToSource(index); + + + PLMNoteItem *item = + static_cast(sourceIndex.internalPointer()); + + if ((role == Qt::EditRole) && (sourceIndex.column() == 0)) { + if (item->isProjectItem()) { + return this->sourceModel()->setData(sourceIndex, + value, + PLMNoteItem::Roles::ProjectNameRole); + } else { + return this->sourceModel()->setData(sourceIndex, + value, + PLMNoteItem::Roles::NameRole); + } + } + + + if ((role == Qt::CheckStateRole) && (sourceIndex.column() == 0)) { + int paperId = item->paperId(); + Qt::CheckState checkState = static_cast(value.toInt()); + m_checkedIdsHash.insert(paperId, checkState); + + if ((checkState == Qt::Checked) || (checkState == Qt::Unchecked)) { + this->checkStateOfAllChildren(item->projectId(), item->paperId(), checkState); + } + this->determineCheckStateOfAllAncestors(item->projectId(), + item->paperId(), + checkState); + + } + + return QSortFilterProxyModel::setData(index, value, role); +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::checkStateOfAllChildren(int projectId, + int paperId, + Qt::CheckState checkState) { + PLMNoteListModel *model = static_cast(this->sourceModel()); + + QList childrenIdsList = this->getChildrenList(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + for (int childId : childrenIdsList) { + m_checkedIdsHash.insert(childId, checkState); + QModelIndex modelIndex = model->getModelIndex(projectId, childId).first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + } +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::determineCheckStateOfAllAncestors( + int projectId, + int paperId, + Qt::CheckState checkState) +{ + PLMNoteListModel *model = static_cast(this->sourceModel()); + QList ancestorsIdsList = this->getAncestorsList(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + if(ancestorsIdsList.isEmpty()){ + return; + } + + //default state : + Qt::CheckState ancestorCheckState = Qt::Unchecked; + + if (checkState == Qt::Unchecked) { + // see if the direct ancestor has all its children unchecked + QList siblingsIdsList = this->getSiblingsList(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + if (siblingsIdsList.isEmpty()) { + ancestorCheckState = Qt::PartiallyChecked; + } + else { + bool areNoneOfTheSiblingsChecked = false; + bool areAtLeastOneSiblingChecked = false; + bool areAtLeastOneSiblingPartiallyChecked = false; + bool areAtLeastOneSiblingUnchecked = false; + + for (int siblingId : siblingsIdsList) { + Qt::CheckState state = m_checkedIdsHash.value(siblingId, Qt::Unchecked); + + if (state == Qt::Checked){ + areAtLeastOneSiblingChecked = true; + } + if(state == Qt::PartiallyChecked){ + areAtLeastOneSiblingPartiallyChecked = true; + } + if (state == Qt::Unchecked){ + areAtLeastOneSiblingUnchecked = true; + } + } + areNoneOfTheSiblingsChecked = !areAtLeastOneSiblingChecked && !areAtLeastOneSiblingPartiallyChecked; + + if (areAtLeastOneSiblingChecked) { // but this one + ancestorCheckState = Qt::PartiallyChecked; + } + if (areAtLeastOneSiblingPartiallyChecked) { + ancestorCheckState = Qt::PartiallyChecked; + } + else if(areNoneOfTheSiblingsChecked){ + ancestorCheckState = Qt::PartiallyChecked; + } + } + } + else if (checkState == Qt::Checked) { + // see if the direct ancestor has all its children checked + + + QList siblingsIdsList = this->getSiblingsList(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + if (siblingsIdsList.isEmpty()) { + ancestorCheckState = Qt::Checked; + } + else { + bool areAllSiblingsChecked = false; + bool areAtLeastOneSiblingChecked = false; + bool areAtLeastOneSiblingPartiallyChecked = false; + bool areAtLeastOneSiblingUnchecked = false; + + for (int siblingId : siblingsIdsList) { + Qt::CheckState state = m_checkedIdsHash.value(siblingId, Qt::Unchecked); + + if (state == Qt::Checked){ + areAtLeastOneSiblingChecked = true; + } + if(state == Qt::PartiallyChecked){ + areAtLeastOneSiblingPartiallyChecked = true; + } + if(state == Qt::Unchecked){ + areAtLeastOneSiblingUnchecked = true; + } + } + areAllSiblingsChecked = !areAtLeastOneSiblingUnchecked && !areAtLeastOneSiblingPartiallyChecked; + + if (areAllSiblingsChecked) { + ancestorCheckState = Qt::Checked; + } + else if (areAtLeastOneSiblingUnchecked) { // but this one + ancestorCheckState = Qt::PartiallyChecked; + } + else if (areAtLeastOneSiblingPartiallyChecked) { + ancestorCheckState = Qt::PartiallyChecked; + } + + } + } + else if (checkState == Qt::PartiallyChecked) { + ancestorCheckState = Qt::PartiallyChecked; + } + + if (!m_paperIdListFilter.isEmpty()) { + QList newList; + + for (int id : ancestorsIdsList) { + if (m_paperIdListFilter.contains(id)) { + newList.append(id); + } + } + + ancestorsIdsList = newList; + } + + if(ancestorsIdsList.empty()){ + return; + } + + //for (int ancestorId : ancestorsIdsList) { + m_checkedIdsHash.insert(ancestorsIdsList.first(), ancestorCheckState); + QModelIndex modelIndex = model->getModelIndex(projectId, ancestorsIdsList.first()).first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + //} + determineCheckStateOfAllAncestors(m_projectIdFilter, ancestorsIdsList.first(), ancestorCheckState); + +} + +// -------------------------------------------------------------- + +QListSKRSearchNoteListProxyModel::getCheckedIdsList() { + QList result; + + QHash::const_iterator i = m_checkedIdsHash.constBegin(); + + while (i != m_checkedIdsHash.constEnd()) { + if ((i.value() == Qt::Checked) || (i.value() == Qt::PartiallyChecked)) { + result << i.key(); + ++i; + } + } + + return result; +} + +// -------------------------------------------------------------- + + +void SKRSearchNoteListProxyModel::setCheckedIdsList(const QList checkedIdsList){ + PLMNoteListModel *model = static_cast(this->sourceModel()); + + + this->clearCheckedList(); + + + if(checkedIdsList.isEmpty()){ + return; + } + + for(int i = checkedIdsList.count() - 1 ; i >= 0 ; i--){ + + int paperId = checkedIdsList[i]; + + + if(!this->hasChildren(m_projectIdFilter, paperId)){ + m_checkedIdsHash.insert(paperId, Qt::Checked); + } + else { // has children so verify if there is one checked or partially checked + + + + Qt::CheckState finalState = Qt::Unchecked; + QList childrenIdsList = this->getChildrenList(m_projectIdFilter, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + + bool areAllChildrenChecked = false; + bool areAtLeastOneChildChecked = false; + bool areAtLeastOneChildPartiallyChecked = false; + bool areAtLeastOneChildUnchecked = false; + + for (int childId : childrenIdsList) { + Qt::CheckState state = m_checkedIdsHash.value(childId, Qt::Unchecked); + + if (state == Qt::Checked) { + areAtLeastOneChildChecked = true; + } + else if(state == Qt::PartiallyChecked) { + areAtLeastOneChildPartiallyChecked = true; + } + else { + areAtLeastOneChildUnchecked = true; + } + } + + areAllChildrenChecked = !areAtLeastOneChildUnchecked && !areAtLeastOneChildPartiallyChecked; + + if (areAtLeastOneChildUnchecked) { // but this one + finalState = Qt::PartiallyChecked; + } + else if (areAllChildrenChecked) { + finalState = Qt::Checked; + } + else { + finalState = Qt::PartiallyChecked; + } + + + + + + m_checkedIdsHash.insert(paperId, finalState); + } + + //m_checkedIdsHash.insert(paperId, Qt::Checked); + QModelIndexList modelIndexList = model->getModelIndex(m_projectIdFilter, paperId); + if(modelIndexList.isEmpty()){ + continue; + } + QModelIndex modelIndex = modelIndexList.first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + } + + +} +// -------------------------------------------------------------- + +/// +/// \brief SKRSearchNoteListProxyModel::findIdsTrashedAtTheSameTimeThan +/// \param projectId +/// \param paperId +/// \return +/// more or less 1 second between items' trashed dates +QList SKRSearchNoteListProxyModel::findIdsTrashedAtTheSameTimeThan(int projectId, int paperId){ + + + QList result; + + QDateTime parentDate = plmdata->noteHub()->getTrashedDate(projectId, paperId); + + + if(!m_paperIdListFilter.isEmpty()){ + + for(int id : m_paperIdListFilter){ + + QDateTime childDate = plmdata->noteHub()->getTrashedDate(projectId, id); + + if(qAbs(childDate.secsTo(parentDate)) < 1){ + result.append(id); + } + + + } + + + } + else { + QList childrenIds = this->getChildrenList(projectId, paperId, m_showTrashedFilter, m_showNotTrashedFilter); + for(int id : childrenIds){ + + QDateTime childDate = plmdata->noteHub()->getTrashedDate(projectId, id); + + if(qAbs(childDate.secsTo(parentDate)) < 1){ + result.append(id); + } + + + } + } + + + + return result; + +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::deleteDefinitively(int projectId, int paperId) +{ + plmdata->noteHub()->removePaper(projectId, paperId); +} + +// -------------------------------------------------------------- + + +bool SKRSearchNoteListProxyModel::filterAcceptsRow(int sourceRow, + const QModelIndex& sourceParent) const +{ + bool result = true; + + QModelIndex index = this->sourceModel()->index(sourceRow, 0, sourceParent); + + if (!index.isValid()) { + return false; + } + PLMNoteItem *item = static_cast(index.internalPointer()); + PLMNoteListModel *model = static_cast(this->sourceModel()); + + // avoid project item + if (item->data(PLMNoteItem::Roles::PaperIdRole).toInt() == -1) { + result = false; + } + + // project filtering : + if (result && + (item->data(PLMNoteItem::Roles::ProjectIdRole).toInt() == m_projectIdFilter)) { + result = true; + } + else if (result) { + result = false; + } + + // trashed filtering : + if (result && (item->data(PLMNoteItem::Roles::TrashedRole).toBool() == true)) { + result = m_showTrashedFilter; + } + + // 'not trashed' filtering : + if (result && (item->data(PLMNoteItem::Roles::TrashedRole).toBool() == false)) { + result = m_showNotTrashedFilter; + } + + + if (result && + item->data(PLMNoteItem::Roles::NameRole).toString().contains(m_textFilter, + Qt::CaseInsensitive)) + { + result = true; + } + else if (result) { + result = false; + } + + + // paperIdListFiltering : + if (!m_paperIdListFilter.isEmpty()) { + if (result && + m_paperIdListFilter.contains(item->data( + PLMNoteItem::Roles::PaperIdRole).toInt())) + { + result = true; + } + else if (result) { + result = false; + } + } + + return result; +} + +void SKRSearchNoteListProxyModel::setProjectIdFilter(int projectIdFilter) +{ + m_projectIdFilter = projectIdFilter; + emit projectIdFilterChanged(m_projectIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::clearFilters() +{ + m_projectIdFilter = -2; + emit projectIdFilterChanged(m_projectIdFilter); + + m_showTrashedFilter = true; + emit showTrashedFilterChanged(m_showTrashedFilter); + + m_showNotTrashedFilter = true; + emit showNotTrashedFilterChanged(m_showNotTrashedFilter); + + m_textFilter = ""; + emit textFilterChanged(m_textFilter); + + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::clearCheckedList() +{ + m_checkedIdsHash.clear(); +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::checkAll() +{ + PLMNoteListModel *model = static_cast(this->sourceModel()); + + if(m_paperIdListFilter.isEmpty()){ + + QList filteredIdsList; + QList allIdsList = plmdata->noteHub()->getAllIds(m_projectIdFilter); + + for (int id : allIdsList) { + bool isTrashed = plmdata->noteHub()->getTrashed(m_projectIdFilter, id); + + if (m_showTrashedFilter && isTrashed) { + filteredIdsList.append(id); + } + + if (m_showNotTrashedFilter && !isTrashed) { + filteredIdsList.append(id); + } + } + + for (int id : filteredIdsList) { + m_checkedIdsHash.insert(id, Qt::Checked); + + QModelIndex modelIndex = model->getModelIndex(m_projectIdFilter, id).first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + } + + } + else { + for(int paperId : m_paperIdListFilter){ + m_checkedIdsHash.insert(paperId, Qt::Checked); + + QModelIndex modelIndex = model->getModelIndex(m_projectIdFilter, paperId).first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + + } + + + + + } + +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::checkNone() +{ + PLMNoteListModel *model = static_cast(this->sourceModel()); + QHash checkedIdsHash(m_checkedIdsHash); + + this->clearCheckedList(); + + for(int paperId : checkedIdsHash.keys()){ + QModelIndex modelIndex = model->getModelIndex(m_projectIdFilter, paperId).first(); + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + } + +} +// -------------------------------------------------------------- + + +PLMNoteItem * SKRSearchNoteListProxyModel::getItem(int projectId, int paperId) +{ + PLMNoteListModel *model = static_cast(this->sourceModel()); + + PLMNoteItem *item = model->getItem(projectId, paperId); + + return item; +} + +// -------------------------------------------------------------- + + +void SKRSearchNoteListProxyModel::loadProjectSettings(int projectId) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // int writeCurrentParent = settings.value("noteCurrentParent", + // 0).toInt(); + // this->setParentFilter(projectId, noteCurrentParent); + settings.endGroup(); +} + +// -------------------------------------------------------------- + + +void SKRSearchNoteListProxyModel::saveProjectSettings(int projectId) +{ + if (m_projectIdFilter != projectId) { + return; + } + + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // settings.setValue("noteCurrentParent", m_parentIdFilter); + settings.endGroup(); +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::setPaperIdListFilter( + const QList& paperIdListFilter) +{ + m_paperIdListFilter = paperIdListFilter; + + emit paperIdListFilterChanged(paperIdListFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::setForcedCurrentIndex(int forcedCurrentIndex) +{ + m_forcedCurrentIndex = forcedCurrentIndex; + emit forcedCurrentIndexChanged(m_forcedCurrentIndex); +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::setForcedCurrentIndex(int projectId, int paperId) +{ + int forcedCurrentIndex = this->findVisualIndex(projectId, paperId); + + setForcedCurrentIndex(forcedCurrentIndex); +} + +// -------------------------------------------------------------- + +void SKRSearchNoteListProxyModel::setCurrentPaperId(int projectId, int paperId) +{ + if (projectId == -2) { + return; + } + + if ((paperId == -2) && (projectId != -2)) { + return; + } + + + PLMNoteListModel *model = static_cast(this->sourceModel()); + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (!item) { + paperId = plmdata->noteHub()->getTopPaperId(projectId); + item = this->getItem(projectId, paperId); + } + + this->setForcedCurrentIndex(projectId, paperId); +} + +void SKRSearchNoteListProxyModel::setTextFilter(const QString& value) +{ + m_textFilter = value; + emit textFilterChanged(value); + + this->invalidateFilter(); +} + +// ---------------------------------------------------------------------------------- + +QListSKRSearchNoteListProxyModel::getChildrenList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed) +{ + QList resultChildrenIdList; + + QList allChildrenIdList = plmdata->noteHub()->getAllChildren(projectId, paperId); + + for (int childId : allChildrenIdList) { + bool isTrashed = plmdata->noteHub()->getTrashed(projectId, childId); + + if (getTrashed && isTrashed) { + resultChildrenIdList.append(childId); + } + + if (getNotTrashed && !isTrashed) { + resultChildrenIdList.append(childId); + } + } + + return resultChildrenIdList; +} + +// ---------------------------------------------------------------------------------- + +QListSKRSearchNoteListProxyModel::getAncestorsList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed) { + QList resultAllAncestorsIdList; + + QList allAncestorsIdList = + plmdata->noteHub()->getAllAncestors(projectId, paperId); + + for (int ancestorId : allAncestorsIdList) { + bool isTrashed = plmdata->noteHub()->getTrashed(projectId, ancestorId); + + if (getTrashed && isTrashed) { + resultAllAncestorsIdList.append(ancestorId); + } + + if (getNotTrashed && !isTrashed) { + resultAllAncestorsIdList.append(ancestorId); + } + } + + return resultAllAncestorsIdList; +} + +// ---------------------------------------------------------------------------------- + +QListSKRSearchNoteListProxyModel::getSiblingsList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed) { + QList resultAllSiblingsIdList; + + QList allSiblingsIdList = + plmdata->noteHub()->getAllSiblings(projectId, paperId); + + for (int ancestorId : allSiblingsIdList) { + bool isTrashed = plmdata->noteHub()->getTrashed(projectId, ancestorId); + + if (getTrashed && isTrashed) { + resultAllSiblingsIdList.append(ancestorId); + } + + if (getNotTrashed && !isTrashed) { + resultAllSiblingsIdList.append(ancestorId); + } + } + + return resultAllSiblingsIdList; +} + +// ---------------------------------------------------------------------------------- + + +void SKRSearchNoteListProxyModel::setShowNotTrashedFilter(bool showNotTrashedFilter) +{ + m_showNotTrashedFilter = showNotTrashedFilter; + + emit showNotTrashedFilterChanged(showNotTrashedFilter); + + this->invalidateFilter(); +} + +void SKRSearchNoteListProxyModel::setShowTrashedFilter(bool showTrashedFilter) +{ + m_showTrashedFilter = showTrashedFilter; + + emit showTrashedFilterChanged(showTrashedFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +bool SKRSearchNoteListProxyModel::hasChildren(int projectId, int paperId) +{ + return plmdata->noteHub()->hasChildren(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); +} + +// -------------------------------------------------------------- + +int SKRSearchNoteListProxyModel::findVisualIndex(int projectId, int paperId) +{ + int rowCount = this->rowCount(QModelIndex()); + + int result = -2; + + QModelIndex modelIndex; + + for (int i = 0; i < rowCount; ++i) { + modelIndex = this->index(i, 0); + + if ((this->data(modelIndex, + PLMNoteItem::Roles::ProjectIdRole).toInt() == projectId) + && (this->data(modelIndex, + PLMNoteItem::Roles::PaperIdRole).toInt() == paperId)) { + result = i; + break; + } + } + return result; +} + +// -------------------------------------------------------------- +QString SKRSearchNoteListProxyModel::getItemName(int projectId, int paperId) +{ + // qDebug() << "getItemName" << projectId << paperId; + if ((projectId == -2) || (paperId == -2)) { + return ""; + } + QString name = ""; + + if (paperId == -1) { + name = plmdata->projectHub()->getProjectName(projectId); + } + else { + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (item) { + name = item->name(); + } + else { + qDebug() << this->metaObject()->className() << "no valid item found"; + name = ""; + } + } + + return name; +} + +// -------------------------------------------------------------- + +int SKRSearchNoteListProxyModel::getItemIndent(int projectId, int paperId) +{ + if ((projectId == -2) || (paperId == -2)) { + return -2; + } + int indent = -2; + + if (paperId == -1) { + indent = -1; + } + else { + PLMNoteItem *item = this->getItem(projectId, paperId); + + if (item) { + indent = item->indent(); + } + else { + qDebug() << this->metaObject()->className() << "no valid item found"; + indent = -2; + } + } + + return indent; +} + +// -------------------------------------------------------------- + +QHashSKRSearchNoteListProxyModel::roleNames() const { + QHash roles = QSortFilterProxyModel::roleNames(); + + roles[Qt::CheckStateRole] = "checkState"; + + return roles; +} diff --git a/src/libskribisto-data/src/models/skrsearchnotelistproxymodel.h b/src/libskribisto-data/src/models/skrsearchnotelistproxymodel.h new file mode 100644 index 000000000..91be1ffba --- /dev/null +++ b/src/libskribisto-data/src/models/skrsearchnotelistproxymodel.h @@ -0,0 +1,135 @@ +#ifndef SKRSEARCHNOTELISTPROXYMODEL_H +#define SKRSEARCHNOTELISTPROXYMODEL_H + + +#include +#include "plmnoteitem.h" +#include "./skribisto_data_global.h" + +class EXPORT SKRSearchNoteListProxyModel : public QSortFilterProxyModel { + Q_OBJECT + Q_PROPERTY( + int projectIdFilter MEMBER m_projectIdFilter WRITE setProjectIdFilter NOTIFY projectIdFilterChanged) + Q_PROPERTY( + bool showTrashedFilter MEMBER m_showTrashedFilter WRITE setShowTrashedFilter NOTIFY showTrashedFilterChanged) + Q_PROPERTY( + bool showNotTrashedFilter MEMBER m_showNotTrashedFilter WRITE setShowNotTrashedFilter NOTIFY showNotTrashedFilterChanged) + Q_PROPERTY( + QString textFilter MEMBER m_textFilter WRITE setTextFilter NOTIFY textFilterChanged) + Q_PROPERTY( + QListpaperIdListFilter MEMBER m_paperIdListFilter WRITE setPaperIdListFilter NOTIFY paperIdListFilterChanged) + Q_PROPERTY( + int forcedCurrentIndex MEMBER m_forcedCurrentIndex WRITE setForcedCurrentIndex NOTIFY forcedCurrentIndexChanged) + +public: + + explicit SKRSearchNoteListProxyModel(QObject *parent = nullptr); + + Qt::ItemFlags flags(const QModelIndex& index) const; + + QVariant data(const QModelIndex& index, + int role) const; + bool setData(const QModelIndex& index, + const QVariant & value, + int role); + + Q_INVOKABLE void setProjectIdFilter(int projectIdFilter); + void clearFilters(); + + Q_INVOKABLE void setForcedCurrentIndex(int forcedCurrentIndex); + Q_INVOKABLE void setForcedCurrentIndex(int projectId, + int paperId); + Q_INVOKABLE bool hasChildren(int projectId, + int paperId); + Q_INVOKABLE int findVisualIndex(int projectId, + int paperId); + + Q_INVOKABLE void setCurrentPaperId(int projectId, + int paperId); + void setShowTrashedFilter(bool showTrashedFilter); + + void setShowNotTrashedFilter(bool showNotTrashedFilter); + + void setTextFilter(const QString& value); + + Q_INVOKABLE QListgetChildrenList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed); + + + QListgetAncestorsList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed); + + QListgetSiblingsList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed); + + void setPaperIdListFilter(const QList& paperIdListFilter); + + Q_INVOKABLE QString getItemName(int projectId, + int paperId); + Q_INVOKABLE int getItemIndent(int projectId, + int paperId); + QHashroleNames() const override; + + + void checkStateOfAllChildren(int projectId, + int paperId, + Qt::CheckState checkState); + void determineCheckStateOfAllAncestors(int projectId, + int paperId, + Qt::CheckState checkState); + + + Q_INVOKABLE void clearCheckedList(); + Q_INVOKABLE void checkAll(); + Q_INVOKABLE void checkNone(); + Q_INVOKABLE QListgetCheckedIdsList(); + Q_INVOKABLE void setCheckedIdsList(const QListcheckedIdsList); + Q_INVOKABLE QListfindIdsTrashedAtTheSameTimeThan(int projectId, + int paperId); + + Q_INVOKABLE void deleteDefinitively(int projectId, int paperId); + +signals: + + void projectIdFilterChanged(int projectIdFilter); + void textFilterChanged(const QString& value); + void showTrashedFilterChanged(bool value); + void showNotTrashedFilterChanged(bool value); + void paperIdListFilterChanged(const QListpaperIdList); + void forcedCurrentIndexChanged(int forcedCurrentIndex); + +public slots: + +protected: + + bool filterAcceptsRow(int sourceRow, + const QModelIndex& sourceParent) const; + +private: + + PLMNoteItem* getItem(int projectId, + int paperId); + +private slots: + + void loadProjectSettings(int projectId); + void saveProjectSettings(int projectId); + +private: + + bool m_showTrashedFilter; + bool m_showNotTrashedFilter; + QString m_textFilter; + int m_projectIdFilter; + int m_forcedCurrentIndex; + QListm_paperIdListFilter; + QHashm_checkedIdsHash; +}; + +#endif // SKRSEARCHNOTELISTPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/skrsearchsheetlistproxymodel.cpp b/src/libskribisto-data/src/models/skrsearchsheetlistproxymodel.cpp new file mode 100644 index 000000000..b08bd09d9 --- /dev/null +++ b/src/libskribisto-data/src/models/skrsearchsheetlistproxymodel.cpp @@ -0,0 +1,895 @@ +#include "skrsearchsheetlistproxymodel.h" +#include "plmmodels.h" + +#include + +SKRSearchSheetListProxyModel::SKRSearchSheetListProxyModel(QObject *parent) : + QSortFilterProxyModel(parent), + m_showTrashedFilter(true), m_showNotTrashedFilter(true), m_textFilter(""), + m_projectIdFilter(-2) +{ + this->setSourceModel(plmmodels->sheetListModel()); + + + connect( + plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &SKRSearchSheetListProxyModel::loadProjectSettings); + connect( + plmdata->projectHub(), + &PLMProjectHub::projectToBeClosed, + this, + &SKRSearchSheetListProxyModel::saveProjectSettings, + Qt::DirectConnection); + connect(plmdata->projectHub(), &PLMProjectHub::projectClosed, this, [this]() { + this->clearFilters(); + }); +} + +Qt::ItemFlags SKRSearchSheetListProxyModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QSortFilterProxyModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags | Qt::ItemFlag::ItemIsEditable; +} + +// ----------------------------------------------------------------------- + + +QVariant SKRSearchSheetListProxyModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + QModelIndex sourceIndex = this->mapToSource(index); + int col = index.column(); + int row = index.row(); + + PLMNoteItem *item = static_cast(sourceIndex.internalPointer()); + int projectId = item->projectId(); + int paperId = item->paperId(); + + + if ((role == Qt::EditRole) && (col == 0)) { + return this->sourceModel()->data(sourceIndex, + PLMSheetItem::Roles::NameRole).toString(); + } + + + if ((role == Qt::CheckStateRole) && (col == 0)) { + return m_checkedIdsHash.value(paperId, Qt::Unchecked); + } + + return QSortFilterProxyModel::data(index, role); +} + +// ----------------------------------------------------------------------- + +bool SKRSearchSheetListProxyModel::setData(const QModelIndex& index, + const QVariant & value, + int role) +{ + QModelIndex sourceIndex = this->mapToSource(index); + + PLMSheetItem *item = + static_cast(sourceIndex.internalPointer()); + + if ((role == Qt::EditRole) && (sourceIndex.column() == 0)) { + if (item->isProjectItem()) { + return this->sourceModel()->setData(sourceIndex, + value, + PLMSheetItem::Roles::ProjectNameRole); + } else { + return this->sourceModel()->setData(sourceIndex, + value, + PLMSheetItem::Roles::NameRole); + } + } + + + if ((role == Qt::CheckStateRole) && (sourceIndex.column() == 0)) { + int paperId = item->paperId(); + Qt::CheckState checkState = static_cast(value.toInt()); + m_checkedIdsHash.insert(paperId, checkState); + + if ((checkState == Qt::Checked) || (checkState == Qt::Unchecked)) { + this->checkStateOfAllChildren(item->projectId(), item->paperId(), checkState); + } + this->determineCheckStateOfAllAncestors(item->projectId(), + item->paperId(), + checkState); + + } + + return QSortFilterProxyModel::setData(index, value, role); +} + +// -------------------------------------------------------------- +void SKRSearchSheetListProxyModel::checkStateOfAllChildren(int projectId, + int paperId, + Qt::CheckState checkState) { + PLMSheetListModel *model = static_cast(this->sourceModel()); + + QList childrenIdsList = this->getChildrenList(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + for (int childId : childrenIdsList) { + m_checkedIdsHash.insert(childId, checkState); + QModelIndex modelIndex = model->getModelIndex(projectId, childId).first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + } +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::determineCheckStateOfAllAncestors( + int projectId, + int paperId, + Qt::CheckState checkState) +{ + PLMSheetListModel *model = static_cast(this->sourceModel()); + QList ancestorsIdsList = this->getAncestorsList(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + if(ancestorsIdsList.isEmpty()){ + return; + } + + //default state : + Qt::CheckState ancestorCheckState = Qt::Unchecked; + + if (checkState == Qt::Unchecked) { + // see if the direct ancestor has all its children unchecked + QList siblingsIdsList = this->getSiblingsList(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + if (siblingsIdsList.isEmpty()) { + ancestorCheckState = Qt::PartiallyChecked; + } + else { + bool areNoneOfTheSiblingsChecked = false; + bool areAtLeastOneSiblingChecked = false; + bool areAtLeastOneSiblingPartiallyChecked = false; + bool areAtLeastOneSiblingUnchecked = false; + + for (int siblingId : siblingsIdsList) { + Qt::CheckState state = m_checkedIdsHash.value(siblingId, Qt::Unchecked); + + if (state == Qt::Checked){ + areAtLeastOneSiblingChecked = true; + } + if(state == Qt::PartiallyChecked){ + areAtLeastOneSiblingPartiallyChecked = true; + } + if (state == Qt::Unchecked){ + areAtLeastOneSiblingUnchecked = true; + } + } + areNoneOfTheSiblingsChecked = !areAtLeastOneSiblingChecked && !areAtLeastOneSiblingPartiallyChecked; + + if (areAtLeastOneSiblingChecked) { // but this one + ancestorCheckState = Qt::PartiallyChecked; + } + if (areAtLeastOneSiblingPartiallyChecked) { + ancestorCheckState = Qt::PartiallyChecked; + } + else if(areNoneOfTheSiblingsChecked){ + ancestorCheckState = Qt::PartiallyChecked; + } + } + } + else if (checkState == Qt::Checked) { + // see if the direct ancestor has all its children checked + + + QList siblingsIdsList = this->getSiblingsList(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + if (siblingsIdsList.isEmpty()) { + ancestorCheckState = Qt::Checked; + } + else { + bool areAllSiblingsChecked = false; + bool areAtLeastOneSiblingChecked = false; + bool areAtLeastOneSiblingPartiallyChecked = false; + bool areAtLeastOneSiblingUnchecked = false; + + for (int siblingId : siblingsIdsList) { + Qt::CheckState state = m_checkedIdsHash.value(siblingId, Qt::Unchecked); + + if (state == Qt::Checked){ + areAtLeastOneSiblingChecked = true; + } + if(state == Qt::PartiallyChecked){ + areAtLeastOneSiblingPartiallyChecked = true; + } + if(state == Qt::Unchecked){ + areAtLeastOneSiblingUnchecked = true; + } + } + areAllSiblingsChecked = !areAtLeastOneSiblingUnchecked && !areAtLeastOneSiblingPartiallyChecked; + + if (areAllSiblingsChecked) { + ancestorCheckState = Qt::Checked; + } + else if (areAtLeastOneSiblingUnchecked) { // but this one + ancestorCheckState = Qt::PartiallyChecked; + } + else if (areAtLeastOneSiblingPartiallyChecked) { + ancestorCheckState = Qt::PartiallyChecked; + } + + } + } + else if (checkState == Qt::PartiallyChecked) { + ancestorCheckState = Qt::PartiallyChecked; + } + + if (!m_paperIdListFilter.isEmpty()) { + QList newList; + + for (int id : ancestorsIdsList) { + if (m_paperIdListFilter.contains(id)) { + newList.append(id); + } + } + + ancestorsIdsList = newList; + } + + if(ancestorsIdsList.empty()){ + return; + } + + //for (int ancestorId : ancestorsIdsList) { + m_checkedIdsHash.insert(ancestorsIdsList.first(), ancestorCheckState); + QModelIndex modelIndex = model->getModelIndex(projectId, ancestorsIdsList.first()).first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + //} + determineCheckStateOfAllAncestors(m_projectIdFilter, ancestorsIdsList.first(), ancestorCheckState); + +} + +// -------------------------------------------------------------- + +QListSKRSearchSheetListProxyModel::getCheckedIdsList() const{ + QList result; + + QHash::const_iterator i = m_checkedIdsHash.constBegin(); + + while (i != m_checkedIdsHash.constEnd()) { + if ((i.value() == Qt::Checked) || (i.value() == Qt::PartiallyChecked)) { + result << i.key(); + } + ++i; + + } + + return result; +} + +// -------------------------------------------------------------- + + +void SKRSearchSheetListProxyModel::setCheckedIdsList(const QList checkedIdsList){ + PLMSheetListModel *model = static_cast(this->sourceModel()); + + this->clearCheckedList(); + + + if(checkedIdsList.isEmpty()){ + return; + } + + for(int i = checkedIdsList.count() - 1 ; i >= 0 ; i--){ + + int paperId = checkedIdsList[i]; + + + if(!this->hasChildren(m_projectIdFilter, paperId)){ + m_checkedIdsHash.insert(paperId, Qt::Checked); + } + else { // has children so verify if there is one checked or partially checked + + + + Qt::CheckState finalState = Qt::Unchecked; + QList childrenIdsList = this->getChildrenList(m_projectIdFilter, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); + + + bool areAllChildrenChecked = false; + bool areAtLeastOneChildChecked = false; + bool areAtLeastOneChildPartiallyChecked = false; + bool areAtLeastOneChildUnchecked = false; + + for (int childId : childrenIdsList) { + Qt::CheckState state = m_checkedIdsHash.value(childId, Qt::Unchecked); + + if (state == Qt::Checked) { + areAtLeastOneChildChecked = true; + } + else if(state == Qt::PartiallyChecked) { + areAtLeastOneChildPartiallyChecked = true; + } + else { + areAtLeastOneChildUnchecked = true; + } + } + + areAllChildrenChecked = !areAtLeastOneChildUnchecked && !areAtLeastOneChildPartiallyChecked; + + if (areAtLeastOneChildUnchecked) { // but this one + finalState = Qt::PartiallyChecked; + } + else if (areAllChildrenChecked) { + finalState = Qt::Checked; + } + else { + finalState = Qt::PartiallyChecked; + } + + + + + + m_checkedIdsHash.insert(paperId, finalState); + } + + //m_checkedIdsHash.insert(paperId, Qt::Checked); + QModelIndexList modelIndexList = model->getModelIndex(m_projectIdFilter, paperId); + if(modelIndexList.isEmpty()){ + continue; + } + QModelIndex modelIndex = modelIndexList.first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + } +} +// -------------------------------------------------------------- +QList SKRSearchSheetListProxyModel::findIdsTrashedAtTheSameTimeThan(int projectId, int paperId){ + + + QList result; + + QDateTime parentDate = plmdata->sheetHub()->getTrashedDate(projectId, paperId); + + + + if(!m_paperIdListFilter.isEmpty()){ + + for(int id : m_paperIdListFilter){ + + QDateTime childDate = plmdata->sheetHub()->getTrashedDate(projectId, id); + + if(qAbs(childDate.secsTo(parentDate)) < 1){ + result.append(id); + } + + + } + + + } + else { + QList childrenIds = this->getChildrenList(projectId, paperId, m_showTrashedFilter, m_showNotTrashedFilter); + for(int id : childrenIds){ + + QDateTime childDate = plmdata->sheetHub()->getTrashedDate(projectId, id); + + if(qAbs(childDate.secsTo(parentDate)) < 1){ + result.append(id); + } + + + } + } + + + + return result; + +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::deleteDefinitively(int projectId, int paperId) +{ + PLMError error = plmdata->sheetHub()->removePaper(projectId, paperId); +} + +// -------------------------------------------------------------- + + +bool SKRSearchSheetListProxyModel::filterAcceptsRow(int sourceRow, + const QModelIndex& sourceParent) const +{ + bool result = true; + + QModelIndex index = this->sourceModel()->index(sourceRow, 0, sourceParent); + + if (!index.isValid()) { + return false; + } + PLMSheetItem *item = static_cast(index.internalPointer()); + //PLMSheetListModel *model = static_cast(this->sourceModel()); + + // avoid project item + if (item->data(PLMSheetItem::Roles::PaperIdRole).toInt() == -1) { + result = false; + } + + // project filtering : + if (result && + (item->data(PLMSheetItem::Roles::ProjectIdRole).toInt() == m_projectIdFilter)) { + result = true; + } + else if (result) { + result = false; + } + + // trashed filtering : + if (result && (item->data(PLMSheetItem::Roles::TrashedRole).toBool() == true)) { + QString string = item->data(PLMSheetItem::Roles::NameRole).toString(); + result = m_showTrashedFilter; + } + + // 'not trashed' filtering : + if (result && (item->data(PLMSheetItem::Roles::TrashedRole).toBool() == false)) { + QString string = item->data(PLMSheetItem::Roles::NameRole).toString(); + result = m_showNotTrashedFilter; + } + + // text filtering : + if (result && + item->data(PLMSheetItem::Roles::NameRole).toString().contains(m_textFilter, + Qt::CaseInsensitive)) + { + result = true; + } + else if (result) { + result = false; + } + + // paperIdListFiltering : + if (!m_paperIdListFilter.isEmpty()) { + if (result && + m_paperIdListFilter.contains(item->data(PLMSheetItem::Roles::PaperIdRole). + toInt())) + { + result = true; + } + else if (result) { + result = false; + } + } + + + + return result; +} + +void SKRSearchSheetListProxyModel::setProjectIdFilter(int projectIdFilter) +{ + m_projectIdFilter = projectIdFilter; + emit projectIdFilterChanged(m_projectIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::clearFilters() +{ + m_projectIdFilter = -2; + emit projectIdFilterChanged(m_projectIdFilter); + + m_showTrashedFilter = true; + emit showTrashedFilterChanged(m_showTrashedFilter); + + m_showNotTrashedFilter = true; + emit showNotTrashedFilterChanged(m_showNotTrashedFilter); + + m_textFilter = ""; + emit textFilterChanged(m_textFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::clearCheckedList() +{ + m_checkedIdsHash.clear(); +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::checkAll() +{ + PLMSheetListModel *model = static_cast(this->sourceModel()); + + if(m_paperIdListFilter.isEmpty()){ + + QList filteredIdsList; + QList allIdsList = plmdata->sheetHub()->getAllIds(m_projectIdFilter); + + for (int id : allIdsList) { + bool isTrashed = plmdata->sheetHub()->getTrashed(m_projectIdFilter, id); + + if (m_showTrashedFilter && isTrashed) { + filteredIdsList.append(id); + } + + if (m_showNotTrashedFilter && !isTrashed) { + filteredIdsList.append(id); + } + } + + for (int id : filteredIdsList) { + m_checkedIdsHash.insert(id, Qt::Checked); + + QModelIndex modelIndex = model->getModelIndex(m_projectIdFilter, id).first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + } + + } + else { + for(int paperId : m_paperIdListFilter){ + m_checkedIdsHash.insert(paperId, Qt::Checked); + + QModelIndex modelIndex = model->getModelIndex(m_projectIdFilter, paperId).first(); + + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + + } + + + + + } + +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::checkNone() +{ + PLMSheetListModel *model = static_cast(this->sourceModel()); + QHash checkedIdsHash(m_checkedIdsHash); + + this->clearCheckedList(); + + for(int paperId : checkedIdsHash.keys()){ + QModelIndex modelIndex = model->getModelIndex(m_projectIdFilter, paperId).first(); + emit dataChanged(this->mapFromSource(modelIndex), this->mapFromSource(modelIndex), + QVector() << Qt::CheckStateRole); + } + +} +// -------------------------------------------------------------- + +// -------------------------------------------------------------- + +PLMSheetItem * SKRSearchSheetListProxyModel::getItem(int projectId, int paperId) +{ + PLMSheetListModel *model = static_cast(this->sourceModel()); + + PLMSheetItem *item = model->getItem(projectId, paperId); + + return item; +} + +// -------------------------------------------------------------- + + +void SKRSearchSheetListProxyModel::loadProjectSettings(int projectId) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // int writeCurrentParent = settings.value("sheetCurrentParent", + // 0).toInt(); + // this->setParentFilter(projectId, sheetCurrentParent); + settings.endGroup(); +} + +// -------------------------------------------------------------- + + +void SKRSearchSheetListProxyModel::saveProjectSettings(int projectId) +{ + if (m_projectIdFilter != projectId) { + return; + } + + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // settings.setValue("sheetCurrentParent", m_parentIdFilter); + settings.endGroup(); +} + +// ---------------------------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::setPaperIdListFilter( + const QList& paperIdListFilter) +{ + m_paperIdListFilter = paperIdListFilter; + + emit paperIdListFilterChanged(paperIdListFilter); + + this->invalidateFilter(); +} + +// ---------------------------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::setTextFilter(const QString& value) +{ + m_textFilter = value; + emit textFilterChanged(value); + + this->invalidateFilter(); +} + +// ---------------------------------------------------------------------------------- + +QListSKRSearchSheetListProxyModel::getChildrenList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed) +{ + QList resultChildrenIdList; + + QList allChildrenIdList = + plmdata->sheetHub()->getAllChildren(projectId, paperId); + + for (int childId : allChildrenIdList) { + bool isTrashed = plmdata->sheetHub()->getTrashed(projectId, childId); + + if (getTrashed && isTrashed) { + resultChildrenIdList.append(childId); + } + + if (getNotTrashed && !isTrashed) { + resultChildrenIdList.append(childId); + } + } + + return resultChildrenIdList; +} + +// ---------------------------------------------------------------------------------- + +QListSKRSearchSheetListProxyModel::getAncestorsList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed) { + QList resultAllAncestorsIdList; + + QList allAncestorsIdList = + plmdata->sheetHub()->getAllAncestors(projectId, paperId); + + for (int ancestorId : allAncestorsIdList) { + bool isTrashed = plmdata->sheetHub()->getTrashed(projectId, ancestorId); + + if (getTrashed && isTrashed) { + resultAllAncestorsIdList.append(ancestorId); + } + + if (getNotTrashed && !isTrashed) { + resultAllAncestorsIdList.append(ancestorId); + } + } + + return resultAllAncestorsIdList; +} + +// ---------------------------------------------------------------------------------- + +QListSKRSearchSheetListProxyModel::getSiblingsList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed) { + QList resultAllSiblingsIdList; + + QList allSiblingsIdList = + plmdata->sheetHub()->getAllSiblings(projectId, paperId); + + for (int ancestorId : allSiblingsIdList) { + bool isTrashed = plmdata->sheetHub()->getTrashed(projectId, ancestorId); + + if (getTrashed && isTrashed) { + resultAllSiblingsIdList.append(ancestorId); + } + + if (getNotTrashed && !isTrashed) { + resultAllSiblingsIdList.append(ancestorId); + } + } + + return resultAllSiblingsIdList; +} + +// ---------------------------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::setShowNotTrashedFilter(bool showNotTrashedFilter) +{ + m_showNotTrashedFilter = showNotTrashedFilter; + + emit showNotTrashedFilterChanged(showNotTrashedFilter); + + this->invalidateFilter(); +} + +void SKRSearchSheetListProxyModel::setShowTrashedFilter(bool showTrashedFilter) +{ + m_showTrashedFilter = showTrashedFilter; + + emit showTrashedFilterChanged(showTrashedFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::setForcedCurrentIndex(int forcedCurrentIndex) +{ + m_forcedCurrentIndex = forcedCurrentIndex; + emit forcedCurrentIndexChanged(m_forcedCurrentIndex); +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::setForcedCurrentIndex(int projectId, int paperId) +{ + int forcedCurrentIndex = this->findVisualIndex(projectId, paperId); + + setForcedCurrentIndex(forcedCurrentIndex); +} + +// -------------------------------------------------------------- + +void SKRSearchSheetListProxyModel::setCurrentPaperId(int projectId, int paperId) +{ + if (projectId == -2) { + return; + } + + if ((paperId == -2) && (projectId != -2)) { + return; + } + + + //PLMSheetListModel *model = static_cast(this->sourceModel()); + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (!item) { + paperId = plmdata->sheetHub()->getTopPaperId(projectId); + } + + this->setForcedCurrentIndex(projectId, paperId); +} + +// -------------------------------------------------------------- + +bool SKRSearchSheetListProxyModel::hasChildren(int projectId, int paperId) +{ + return plmdata->sheetHub()->hasChildren(projectId, + paperId, + m_showTrashedFilter, + m_showNotTrashedFilter); +} + +// -------------------------------------------------------------- + +int SKRSearchSheetListProxyModel::findVisualIndex(int projectId, int paperId) +{ + int rowCount = this->rowCount(QModelIndex()); + + int result = -2; + + QModelIndex modelIndex; + + for (int i = 0; i < rowCount; ++i) { + modelIndex = this->index(i, 0); + + if ((this->data(modelIndex, + PLMSheetItem::Roles::ProjectIdRole).toInt() == projectId) + && (this->data(modelIndex, + PLMSheetItem::Roles::PaperIdRole).toInt() == paperId)) { + result = i; + break; + } + } + return result; +} + +// -------------------------------------------------------------- +QString SKRSearchSheetListProxyModel::getItemName(int projectId, int paperId) +{ + // qDebug() << "getItemName" << projectId << paperId; + if ((projectId == -2) || (paperId == -2)) { + return ""; + } + QString name = ""; + + if (paperId == -1) { + name = plmdata->projectHub()->getProjectName(projectId); + } + else { + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (item) { + name = item->name(); + } + else { + qDebug() << this->metaObject()->className() << "no valid item found"; + name = ""; + } + } + + return name; +} + +// -------------------------------------------------------------- + +int SKRSearchSheetListProxyModel::getItemIndent(int projectId, int paperId) +{ + if ((projectId == -2) || (paperId == -2)) { + return -2; + } + int indent = -2; + + if (paperId == -1) { + indent = -1; + } + else { + PLMSheetItem *item = this->getItem(projectId, paperId); + + if (item) { + indent = item->indent(); + } + else { + qDebug() << this->metaObject()->className() << "no valid item found"; + indent = -2; + } + } + + return indent; +} + +// -------------------------------------------------------------- + + +QHashSKRSearchSheetListProxyModel::roleNames() const { + QHash roles = QSortFilterProxyModel::roleNames(); + + roles[Qt::CheckStateRole] = "checkState"; + + return roles; +} diff --git a/src/libskribisto-data/src/models/skrsearchsheetlistproxymodel.h b/src/libskribisto-data/src/models/skrsearchsheetlistproxymodel.h new file mode 100644 index 000000000..f692872a6 --- /dev/null +++ b/src/libskribisto-data/src/models/skrsearchsheetlistproxymodel.h @@ -0,0 +1,135 @@ +#ifndef PLMDELETEDSHEETLISTPROXYMODEL_H +#define PLMDELETEDSHEETLISTPROXYMODEL_H + + +#include +#include +#include "plmsheetitem.h" +#include "./skribisto_data_global.h" + +class EXPORT SKRSearchSheetListProxyModel : public QSortFilterProxyModel { + Q_OBJECT + Q_PROPERTY( + int projectIdFilter MEMBER m_projectIdFilter WRITE setProjectIdFilter NOTIFY projectIdFilterChanged) + Q_PROPERTY( + bool showTrashedFilter MEMBER m_showTrashedFilter WRITE setShowTrashedFilter NOTIFY showTrashedFilterChanged) + Q_PROPERTY( + bool showNotTrashedFilter MEMBER m_showNotTrashedFilter WRITE setShowNotTrashedFilter NOTIFY showNotTrashedFilterChanged) + Q_PROPERTY( + QString textFilter MEMBER m_textFilter WRITE setTextFilter NOTIFY textFilterChanged) + Q_PROPERTY( + QListpaperIdListFilter MEMBER m_paperIdListFilter WRITE setPaperIdListFilter NOTIFY paperIdListFilterChanged) + Q_PROPERTY( + int forcedCurrentIndex MEMBER m_forcedCurrentIndex WRITE setForcedCurrentIndex NOTIFY forcedCurrentIndexChanged) + + +public: + + explicit SKRSearchSheetListProxyModel(QObject *parent = nullptr); + + Qt::ItemFlags flags(const QModelIndex& index) const; + + QVariant data(const QModelIndex& index, + int role) const; + bool setData(const QModelIndex& index, + const QVariant & value, + int role); + + void setProjectIdFilter(int projectIdFilter); + void clearFilters(); + + Q_INVOKABLE void setForcedCurrentIndex(int forcedCurrentIndex); + Q_INVOKABLE void setForcedCurrentIndex(int projectId, + int paperId); + Q_INVOKABLE bool hasChildren(int projectId, + int paperId); + Q_INVOKABLE int findVisualIndex(int projectId, + int paperId); + + Q_INVOKABLE void setCurrentPaperId(int projectId, + int paperId); + void setShowTrashedFilter(bool showTrashedFilter); + + void setShowNotTrashedFilter(bool showNotTrashedFilter); + + void setTextFilter(const QString& value); + + Q_INVOKABLE QListgetChildrenList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed); + + QListgetAncestorsList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed); + + QListgetSiblingsList(int projectId, + int paperId, + bool getTrashed, + bool getNotTrashed); + void setPaperIdListFilter(const QList& paperIdListFilter); + + Q_INVOKABLE QString getItemName(int projectId, + int paperId); + Q_INVOKABLE int getItemIndent(int projectId, + int paperId); + QHashroleNames() const override; + + void checkStateOfAllChildren(int projectId, + int paperId, + Qt::CheckState checkState); + void determineCheckStateOfAllAncestors(int projectId, + int paperId, + Qt::CheckState checkState); + + Q_INVOKABLE void clearCheckedList(); + + Q_INVOKABLE void checkAll(); + Q_INVOKABLE void checkNone(); + Q_INVOKABLE QList getCheckedIdsList() const; + Q_INVOKABLE void setCheckedIdsList(const QList checkedIdsList); + Q_INVOKABLE QList findIdsTrashedAtTheSameTimeThan(int projectId, + int paperId); + + Q_INVOKABLE void deleteDefinitively(int projectId, int paperId); + +signals: + + void projectIdFilterChanged(int projectIdFilter); + void textFilterChanged(const QString& value); + void showTrashedFilterChanged(bool value); + void showNotTrashedFilterChanged(bool value); + void paperIdListFilterChanged(const QListpaperIdList); + void forcedCurrentIndexChanged(int forcedCurrentIndex); + +public slots: + +protected: + + bool filterAcceptsRow(int sourceRow, + const QModelIndex& sourceParent) const; + +private: + + PLMSheetItem* getItem(int projectId, + int paperId); + +private slots: + + void loadProjectSettings(int projectId); + void saveProjectSettings(int projectId); + +private: + + bool m_showTrashedFilter; + bool m_showNotTrashedFilter; + QString m_textFilter; + int m_projectIdFilter; + int m_forcedCurrentIndex; + QListm_paperIdListFilter; + QHashm_checkedIdsHash; + +}; + +#endif // PLMDELETEDSHEETLISTPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/skrsearchtaglistproxymodel.cpp b/src/libskribisto-data/src/models/skrsearchtaglistproxymodel.cpp new file mode 100644 index 000000000..5512f5905 --- /dev/null +++ b/src/libskribisto-data/src/models/skrsearchtaglistproxymodel.cpp @@ -0,0 +1,379 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: skrsearchtaglistproxymodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "skrsearchtaglistproxymodel.h" +#include "plmmodels.h" +#include "skrtaghub.h" + +#include + +SKRSearchTagListProxyModel::SKRSearchTagListProxyModel(QObject *parent) : + QSortFilterProxyModel(parent), + m_textFilter(""), m_projectIdFilter(-2), m_sheetIdFilter(-2), m_noteIdFilter(-2) +{ + this->setSourceModel(plmmodels->tagListModel()); + + + connect( + plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &SKRSearchTagListProxyModel::loadProjectSettings); + connect( + plmdata->projectHub(), + &PLMProjectHub::projectToBeClosed, + this, + &SKRSearchTagListProxyModel::saveProjectSettings, + Qt::DirectConnection); + connect(plmdata->projectHub(), &PLMProjectHub::projectClosed, this, [this]() { + this->clearFilters(); + }); + + + connect(plmdata->tagHub(), &SKRTagHub::tagRelationshipAdded, this, [this]() { + this->populateRelationshipList(); + this->invalidateFilter(); + }); + + + connect(plmdata->tagHub(), &SKRTagHub::tagRelationshipRemoved, this, [this]() { + this->populateRelationshipList(); + this->invalidateFilter(); + }); + + connect(plmdata->tagHub(), &SKRTagHub::tagRelationshipChanged, this, [this]() { + this->populateRelationshipList(); + this->invalidateFilter(); + }); +} + +// -------------------------------------------------------------------------------- + + +Qt::ItemFlags SKRSearchTagListProxyModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QSortFilterProxyModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags | Qt::ItemFlag::ItemIsEditable; +} + +// -------------------------------------------------------------------------------- + + +QVariant SKRSearchTagListProxyModel::data(const QModelIndex& index, int role) const +{ + if (!index.isValid()) return QVariant(); + + QModelIndex sourceIndex = this->mapToSource(index); + int col = index.column(); + int row = index.row(); + + if ((role == Qt::EditRole) && (col == 0)) { + return this->sourceModel()->data(sourceIndex, + SKRTagItem::Roles::NameRole).toString(); + } + + return QSortFilterProxyModel::data(index, role); +} + +// -------------------------------------------------------------------------------- + + +bool SKRSearchTagListProxyModel::setData(const QModelIndex& index, + const QVariant & value, + int role) +{ + QModelIndex sourceIndex = this->mapToSource(index); + + SKRTagItem *item = + static_cast(sourceIndex.internalPointer()); + + if ((role == Qt::EditRole) && (sourceIndex.column() == 0)) { + return this->sourceModel()->setData(sourceIndex, + value, + SKRTagItem::Roles::NameRole); + } + + return QSortFilterProxyModel::setData(index, value, role); +} + +// -------------------------------------------------------------------------------- + + +QString SKRSearchTagListProxyModel::getItemName(int projectId, int paperId) +{ + // TODO: to fill +} + +// -------------------------------------------------------------------------------- + +void SKRSearchTagListProxyModel::setProjectIdFilter(int projectIdFilter) +{ + m_projectIdFilter = projectIdFilter; + emit projectIdFilterChanged(m_projectIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::clearFilters() +{ + m_projectIdFilter = -2; + emit projectIdFilterChanged(m_projectIdFilter); + + m_sheetIdFilter = -2; + emit sheetIdFilterChanged(m_sheetIdFilter); + + m_noteIdFilter = -2; + emit noteIdFilterChanged(m_noteIdFilter); + + m_textFilter = ""; + emit textFilterChanged(m_textFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::setForcedCurrentIndex(int forcedCurrentIndex) +{ + m_forcedCurrentIndex = forcedCurrentIndex; + emit forcedCurrentIndexChanged(m_forcedCurrentIndex); +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::setForcedCurrentIndex(int projectId, int paperId) +{ + int forcedCurrentIndex = this->findVisualIndex(projectId, paperId); + + setForcedCurrentIndex(forcedCurrentIndex); +} + +// -------------------------------------------------------------------------------- + + +int SKRSearchTagListProxyModel::findVisualIndex(int projectId, int paperId) +{ + int rowCount = this->rowCount(QModelIndex()); + + int result = -2; + + QModelIndex modelIndex; + + for (int i = 0; i < rowCount; ++i) { + modelIndex = this->index(i, 0); + + if ((this->data(modelIndex, + SKRTagItem::Roles::ProjectIdRole).toInt() == projectId) + && (this->data(modelIndex, + SKRTagItem::Roles::TagIdRole).toInt() == paperId)) { + result = i; + break; + } + } + return result; +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::setCurrentPaperId(int projectId, int tagId) +{ + if (projectId == -2) { + return; + } + + if ((tagId == -2) && (projectId != -2)) { + return; + } + + + SKRTagListModel *model = static_cast(this->sourceModel()); + SKRTagItem *item = this->getItem(projectId, tagId); + + if (!item) { + tagId = plmdata->tagHub()->getTopPaperId(projectId); + } + + this->setForcedCurrentIndex(projectId, tagId); +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::setTextFilter(const QString& value) +{ + m_textFilter = value; + emit textFilterChanged(value); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------------------------- + + +bool SKRSearchTagListProxyModel::filterAcceptsRow(int sourceRow, + const QModelIndex& sourceParent) const +{ + bool result = true; + + QModelIndex index = this->sourceModel()->index(sourceRow, 0, sourceParent); + + if (!index.isValid()) { + return false; + } + SKRTagItem *item = static_cast(index.internalPointer()); + SKRTagListModel *model = static_cast(this->sourceModel()); + + // project filtering : + if (result && + (item->data(SKRTagItem::Roles::ProjectIdRole).toInt() == m_projectIdFilter)) { + result = true; + } + else if (result) { + result = false; + } + + // sheet or note filtering: + if (m_sheetIdFilter != -2 ^ m_noteIdFilter != -2) { + if (result && + m_relationshipList.contains(item->data(SKRTagItem::Roles::TagIdRole).toInt())) + { + result = true; + } + else if (result) { + result = false; + } + } + + + // text filtering : + + if (result && + item->data(SKRTagItem::Roles::NameRole).toString().contains(m_textFilter, + Qt::CaseInsensitive)) + { + result = true; + } + else if (result) { + result = false; + } + + return result; +} + +// -------------------------------------------------------------------------------- + + +SKRTagItem * SKRSearchTagListProxyModel::getItem(int projectId, int tagId) +{ + SKRTagListModel *model = static_cast(this->sourceModel()); + + SKRTagItem *item = model->getItem(projectId, tagId); + + return item; +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::loadProjectSettings(int projectId) +{ + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // int writeCurrentParent = settings.value("sheetCurrentParent", + // 0).toInt(); + // this->setParentFilter(projectId, sheetCurrentParent); + settings.endGroup(); +} + +// -------------------------------------------------------------------------------- + +void SKRSearchTagListProxyModel::saveProjectSettings(int projectId) +{ + if (m_projectIdFilter != projectId) { + return; + } + + QString unique_identifier = plmdata->projectHub()->getProjectUniqueId(projectId); + QSettings settings; + + settings.beginGroup("project_" + unique_identifier); + + // settings.setValue("sheetCurrentParent", m_parentIdFilter); + settings.endGroup(); +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::populateRelationshipList() +{ + m_relationshipList.clear(); + + if (m_sheetIdFilter != -2) { + m_relationshipList.append(plmdata->tagHub()->getTagsFromItemId(m_projectIdFilter, + SKRTagHub::ItemType + ::Sheet, + m_sheetIdFilter)); + } + + if (m_noteIdFilter != -2) { + m_relationshipList.append(plmdata->tagHub()->getTagsFromItemId(m_projectIdFilter, + SKRTagHub::ItemType + ::Note, + m_noteIdFilter)); + } +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::setNoteIdFilter(int noteIdFilter) +{ + m_noteIdFilter = noteIdFilter; + this->populateRelationshipList(); + emit noteIdFilterChanged(noteIdFilter); + + this->invalidateFilter(); +} + +// -------------------------------------------------------------------------------- + + +void SKRSearchTagListProxyModel::setSheetIdFilter(int sheetIdFilter) +{ + m_sheetIdFilter = sheetIdFilter; + this->populateRelationshipList(); + emit sheetIdFilterChanged(sheetIdFilter); + + this->invalidateFilter(); +} diff --git a/src/libskribisto-data/src/models/skrsearchtaglistproxymodel.h b/src/libskribisto-data/src/models/skrsearchtaglistproxymodel.h new file mode 100644 index 000000000..a27c10f8d --- /dev/null +++ b/src/libskribisto-data/src/models/skrsearchtaglistproxymodel.h @@ -0,0 +1,87 @@ +/*************************************************************************** + * Copyright (C) 2020 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: skrsearchtaglistproxymodel.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef SKRSEARCHTAGLISTPROXYMODEL_H +#define SKRSEARCHTAGLISTPROXYMODEL_H + +#include +#include +#include "skrtagitem.h" +#include "./skribisto_data_global.h" + +class EXPORT SKRSearchTagListProxyModel : public QSortFilterProxyModel +{ + Q_OBJECT + Q_PROPERTY(int projectIdFilter MEMBER m_projectIdFilter WRITE setProjectIdFilter NOTIFY projectIdFilterChanged) + Q_PROPERTY(int sheetIdFilter MEMBER m_sheetIdFilter WRITE setSheetIdFilter NOTIFY sheetIdFilterChanged) + Q_PROPERTY(int noteIdFilter MEMBER m_noteIdFilter WRITE setNoteIdFilter NOTIFY noteIdFilterChanged) + Q_PROPERTY(QString textFilter MEMBER m_textFilter WRITE setTextFilter NOTIFY textFilterChanged) + Q_PROPERTY(int forcedCurrentIndex MEMBER m_forcedCurrentIndex WRITE setForcedCurrentIndex NOTIFY forcedCurrentIndexChanged) + +public: + explicit SKRSearchTagListProxyModel(QObject *parent = nullptr); + + + Qt::ItemFlags flags(const QModelIndex& index) const; + + QVariant data(const QModelIndex& index, + int role) const; + bool setData(const QModelIndex& index, + const QVariant & value, + int role); + + Q_INVOKABLE QString getItemName(int projectId, int paperId); + void setProjectIdFilter(int projectIdFilter); + void clearFilters(); + + Q_INVOKABLE void setForcedCurrentIndex(int forcedCurrentIndex); + Q_INVOKABLE void setForcedCurrentIndex(int projectId, int paperId); + Q_INVOKABLE int findVisualIndex(int projectId, int paperId); + Q_INVOKABLE void setCurrentPaperId(int projectId, int paperId); + void setTextFilter(const QString &value); + + void setSheetIdFilter(int sheetIdFilter); + void setNoteIdFilter(int noteIdFilter); + +signals: + void projectIdFilterChanged(int projectIdFilter); + void sheetIdFilterChanged(int sheetIdFilter); + void noteIdFilterChanged(int noteIdFilter); + void textFilterChanged(const QString &value); + Q_INVOKABLE void forcedCurrentIndexChanged(int forcedCurrentIndex); + +protected: + bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; + +private: + SKRTagItem *getItem(int projectId, int tagId); + +private slots: + void loadProjectSettings(int projectId); + void saveProjectSettings(int projectId); + void populateRelationshipList(); +private: + QString m_textFilter; + int m_projectIdFilter, m_sheetIdFilter, m_noteIdFilter; + int m_forcedCurrentIndex; + QList m_relationshipList; +}; + +#endif // SKRSEARCHTAGLISTPROXYMODEL_H diff --git a/src/libskribisto-data/src/models/skrtagitem.cpp b/src/libskribisto-data/src/models/skrtagitem.cpp new file mode 100644 index 000000000..a95a5cce4 --- /dev/null +++ b/src/libskribisto-data/src/models/skrtagitem.cpp @@ -0,0 +1,135 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: skrtagitem.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "skrtagitem.h" +#include "plmdata.h" + +SKRTagItem::SKRTagItem() +{ + m_data.insert(Roles::ProjectIdRole, -2); + m_data.insert(Roles::TagIdRole, -2); +} + +SKRTagItem::SKRTagItem(int projectId, int tagId) +{ + m_data.insert(Roles::ProjectIdRole, projectId); + m_data.insert(Roles::TagIdRole, tagId); + this->invalidateAllData(); +} + +SKRTagItem::~SKRTagItem() +{} + +void SKRTagItem::invalidateData(int role) +{ + m_invalidatedRoles.append(role); +} + +void SKRTagItem::invalidateAllData() +{ + QMetaEnum metaEnum = QMetaEnum::fromType(); + + for (int i = 0; i < metaEnum.keyCount(); ++i) { + m_invalidatedRoles << metaEnum.value(i); + m_invalidatedRoles.removeAll(SKRTagItem::Roles::ProjectIdRole); + m_invalidatedRoles.removeAll(SKRTagItem::Roles::TagIdRole); + } +} + +int SKRTagItem::projectId() +{ + return data(Roles::ProjectIdRole).toInt(); +} + +int SKRTagItem::tagId() +{ + return data(Roles::TagIdRole).toInt(); +} + +QString SKRTagItem::name() +{ + return data(Roles::NameRole).toString(); +} + +QString SKRTagItem::color() +{ + return data(Roles::ColorRole).toString(); +} + +QVariant SKRTagItem::data(int role) +{ + QMetaEnum metaEnum = QMetaEnum::fromType(); + + if (m_invalidatedRoles.contains(role)) { + int projectId = this->projectId(); + int tagId = this->tagId(); + + + switch (role) { + case Roles::ProjectIdRole: + + // useless + break; + + case Roles::TagIdRole: + + // useless + break; + + case Roles::NameRole: + m_data.insert(role, plmdata->tagHub()->getTagName(projectId, tagId)); + break; + + + case Roles::ColorRole: + m_data.insert(role, plmdata->tagHub()->getTagColor(projectId, tagId)); + break; + + case Roles::CreationDateRole: + m_data.insert(role, plmdata->tagHub()->getCreationDate(projectId, tagId)); + break; + + case Roles::UpdateDateRole: + m_data.insert(role, plmdata->tagHub()->getUpdateDate(projectId, tagId)); + break; + } + m_invalidatedRoles.removeAll(role); + } + return m_data.value(role); +} + +QListSKRTagItem::dataRoles() const +{ + return m_data.keys(); +} + +bool SKRTagItem::isRootItem() const +{ + return m_isRootItem; +} + +void SKRTagItem::setIsRootItem() +{ + m_isRootItem = true; + + m_data.clear(); + m_invalidatedRoles.clear(); + m_data.insert(Roles::TagIdRole, -2); +} diff --git a/src/libskribisto-data/src/models/skrtagitem.h b/src/libskribisto-data/src/models/skrtagitem.h new file mode 100644 index 000000000..c22ebde1d --- /dev/null +++ b/src/libskribisto-data/src/models/skrtagitem.h @@ -0,0 +1,75 @@ +/*************************************************************************** + * Copyright (C) 2020 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: skrtagitem.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef SKRTAGITEM_H +#define SKRTAGITEM_H + +#include +#include +#include "./skribisto_data_global.h" + +class EXPORT SKRTagItem : public QObject +{ + Q_OBJECT +public: + enum Roles { + // papers : + NameRole = Qt::UserRole, + ProjectIdRole = Qt::UserRole + 1, + TagIdRole = Qt::UserRole + 2, + ColorRole = Qt::UserRole + 3, + CreationDateRole = Qt::UserRole + 4, + UpdateDateRole = Qt::UserRole + 5 + }; + Q_ENUM(Roles) + + + + explicit SKRTagItem(); + explicit SKRTagItem(int projectId, + int tagId); + + ~SKRTagItem(); + + void invalidateData(int role); + void invalidateAllData(); + + + int projectId(); + int tagId(); + Q_INVOKABLE QString name(); + QString color(); + + QVariant data(int role); + QList dataRoles() const; + + bool isRootItem() const; + void setIsRootItem(); + +signals: +private: + + QHashm_data; + QList m_invalidatedRoles; + bool m_isRootItem; + +}; + +#endif // SKRTAGITEM_H diff --git a/src/libskribisto-data/src/models/skrtaglistmodel.cpp b/src/libskribisto-data/src/models/skrtaglistmodel.cpp new file mode 100644 index 000000000..8e7574a75 --- /dev/null +++ b/src/libskribisto-data/src/models/skrtaglistmodel.cpp @@ -0,0 +1,393 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: skrtaglistmodel.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "skrtaglistmodel.h" + +SKRTagListModel::SKRTagListModel(QObject *parent) + : QAbstractListModel(parent), m_headerData(QVariant()) +{ + m_rootItem = new SKRTagItem(); + m_rootItem->setIsRootItem(); + + connect(plmdata->projectHub(), + &PLMProjectHub::projectLoaded, + this, + &SKRTagListModel::populate); + connect(plmdata->projectHub(), + &PLMProjectHub::projectClosed, + this, + &SKRTagListModel::populate); + + + connect(plmdata->tagHub(), + &SKRTagHub::tagAdded, + this, + &SKRTagListModel::refreshAfterDataAddition); + + + connect(plmdata->tagHub(), + &SKRTagHub::tagRemoved, + this, + &SKRTagListModel::populate); + + + this->connectToPLMDataSignals(); +} + +QVariant SKRTagListModel::headerData(int section, Qt::Orientation orientation, + int role) const +{ + Q_UNUSED(section) + Q_UNUSED(orientation) + Q_UNUSED(role) + + return m_headerData; +} + +bool SKRTagListModel::setHeaderData(int section, + Qt::Orientation orientation, + const QVariant& value, + int role) +{ + if (value != headerData(section, orientation, role)) { + m_headerData = value; + emit headerDataChanged(orientation, section, section); + return true; + } + return false; +} + +QModelIndex SKRTagListModel::index(int row, int column, const QModelIndex& parent) const +{ + if (column != 0) return QModelIndex(); + + SKRTagItem *parentItem; + + if (!parent.isValid()) parentItem = m_rootItem; + + SKRTagItem *childItem = m_allTagItems.at(row); + + if (childItem) { + QModelIndex index = createIndex(row, column, childItem); + return index; + } + return QModelIndex(); +} + +int SKRTagListModel::rowCount(const QModelIndex& parent) const +{ + if (parent.isValid()) return 0; + + return m_allTagItems.count(); +} + +QVariant SKRTagListModel::data(const QModelIndex& index, int role) const +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid + | QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + if (!index.isValid()) return QVariant(); + + SKRTagItem *item = static_cast(index.internalPointer()); + + + if (role == Qt::DisplayRole) { + return item->data(SKRTagItem::Roles::NameRole); + } + + if (role == SKRTagItem::Roles::NameRole) { + return item->data(role); + } + + if (role == SKRTagItem::Roles::TagIdRole) { + return item->data(role); + } + + if (role == SKRTagItem::Roles::ProjectIdRole) { + return item->data(role); + } + + if (role == SKRTagItem::Roles::ColorRole) { + return item->data(role); + } + + if (role == SKRTagItem::Roles::CreationDateRole) { + return item->data(role); + } + + if (role == SKRTagItem::Roles::UpdateDateRole) { + return item->data(role); + } + + + return QVariant(); +} + +bool SKRTagListModel::setData(const QModelIndex& index, const QVariant& value, int role) +{ + Q_ASSERT(checkIndex(index, + QAbstractItemModel::CheckIndexOption::IndexIsValid | + QAbstractItemModel::CheckIndexOption::DoNotUseParent)); + + + if (data(index, role) != value) { + SKRTagItem *item = static_cast(index.internalPointer()); + int projectId = item->projectId(); + int tagId = item->tagId(); + PLMError error; + + this->disconnectFromPLMDataSignals(); + + switch (role) { + case SKRTagItem::Roles::ProjectIdRole: + + // useless + break; + + case SKRTagItem::Roles::TagIdRole: + + // useless + break; + + case SKRTagItem::Roles::NameRole: + + error = plmdata->tagHub()->setTagName(projectId, tagId, value.toString()); + break; + + case SKRTagItem::Roles::ColorRole: + + error = plmdata->tagHub()->setTagColor(projectId, tagId, value.toString()); + break; + + case SKRTagItem::Roles::CreationDateRole: + error = plmdata->tagHub()->setCreationDate(projectId, + tagId, + value.toDateTime()); + break; + + case SKRTagItem::Roles::UpdateDateRole: + error = plmdata->tagHub()->setUpdateDate(projectId, + tagId, + value.toDateTime()); + break; + } + + this->connectToPLMDataSignals(); + + if (!error.isSuccess()) { + return false; + } + item->invalidateData(role); + + emit dataChanged(index, index, QVector() << role); + return true; + } + return false; +} + +Qt::ItemFlags SKRTagListModel::flags(const QModelIndex& index) const +{ + Qt::ItemFlags defaultFlags = QAbstractItemModel::flags(index); + + if (!index.isValid()) return defaultFlags; + + return defaultFlags; +} + +bool SKRTagListModel::insertRows(int row, int count, const QModelIndex& parent) +{ + beginInsertRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endInsertRows(); + return false; +} + +bool SKRTagListModel::removeRows(int row, int count, const QModelIndex& parent) +{ + beginRemoveRows(parent, row, row + count - 1); + + // FIXME: Implement me! + endRemoveRows(); + return false; +} + +QHashSKRTagListModel::roleNames() const +{ + QHash roles; + + roles[SKRTagItem::Roles::TagIdRole] = "tagId"; + roles[SKRTagItem::Roles::ProjectIdRole] = "projectId"; + roles[SKRTagItem::Roles::NameRole] = "name"; + roles[SKRTagItem::Roles::ColorRole] = "color"; + roles[SKRTagItem::Roles::CreationDateRole] = "creationDate"; + roles[SKRTagItem::Roles::UpdateDateRole] = "updateDate"; + return roles; +} + +QModelIndexList SKRTagListModel::getModelIndex(int projectId, int tagId) +{ + QModelIndexList list; + QModelIndexList modelList = this->match(this->index(0, 0, + QModelIndex()), + SKRTagItem::Roles::ProjectIdRole, + projectId, + -1, + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap | + Qt::MatchFlag::MatchRecursive); + + for (const QModelIndex& modelIndex : modelList) { + int indexTagId = modelIndex.data(SKRTagItem::Roles::TagIdRole).toInt(); + + if (indexTagId == tagId) { + list.append(modelIndex); + } + } + + return list; +} + +SKRTagItem * SKRTagListModel::getItem(int projectId, int tagId) +{ + SKRTagItem *result_item = nullptr; + + for (SKRTagItem *item : m_allTagItems) { + if ((item->projectId() == projectId) && (item->tagId() == tagId)) { + result_item = item; + break; + } + } + + if (!result_item) { + qDebug() << "result_item is null"; + } + + return result_item; +} + +void SKRTagListModel::populate() +{ + this->beginResetModel(); + + m_allTagItems.clear(); + + for (int projectId : plmdata->projectHub()->getProjectIdList()) { + auto idList = plmdata->tagHub()->getAllTagIds(projectId); + + for (int tagId : idList) { + m_allTagItems.append(new SKRTagItem(projectId, tagId)); + } + } + this->endResetModel(); +} + +void SKRTagListModel::clear() +{ + this->beginResetModel(); + qDeleteAll(m_allTagItems); + this->endResetModel(); +} + +void SKRTagListModel::exploitSignalFromPLMData(int projectId, + int tagId, + SKRTagItem::Roles role) +{ + SKRTagItem *item = this->getItem(projectId, tagId); + + if (!item) { + return; + } + + item->invalidateData(role); + + // search for index + QModelIndex index; + QModelIndexList list = this->match(this->index(0, 0, + QModelIndex()), + SKRTagItem::Roles::TagIdRole, + tagId, + -1, + Qt::MatchFlag::MatchRecursive | + Qt::MatchFlag::MatchExactly | + Qt::MatchFlag::MatchWrap); + + for (const QModelIndex& modelIndex : list) { + SKRTagItem *t = static_cast(modelIndex.internalPointer()); + + if (t) + if (t->projectId() == projectId) index = modelIndex; + } + + if (index.isValid()) { + emit dataChanged(index, index, QVector() << role); + } +} + +void SKRTagListModel::refreshAfterDataAddition(int projectId, int tagId) +{ + int row = m_allTagItems.count(); + + beginInsertRows(QModelIndex(), row, row); + + m_allTagItems.insert(row, new SKRTagItem(projectId, tagId)); + this->index(row, 0, QModelIndex()); + endInsertRows(); +} + +void SKRTagListModel::connectToPLMDataSignals() +{ + m_dataConnectionsList << this->connect(plmdata->tagHub(), + &SKRTagHub::nameChanged, this, + [this](int projectId, int tagId, + const QString& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, tagId, SKRTagItem::Roles::NameRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->tagHub(), + &SKRTagHub::colorChanged, this, + [this](int projectId, int tagId, + const QString& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, tagId, SKRTagItem::Roles::ColorRole); + }, Qt::UniqueConnection); + + m_dataConnectionsList << this->connect(plmdata->tagHub(), + &SKRTagHub::updateDateChanged, this, + [this](int projectId, int tagId, + const QDateTime& value) { + Q_UNUSED(value) + this->exploitSignalFromPLMData(projectId, tagId, + SKRTagItem::Roles::UpdateDateRole); + }, Qt::UniqueConnection); +} + +void SKRTagListModel::disconnectFromPLMDataSignals() +{ + // disconnect from PLMPaperHub signals : + for (const QMetaObject::Connection& connection : m_dataConnectionsList) { + QObject::disconnect(connection); + } + + m_dataConnectionsList.clear(); +} diff --git a/src/libskribisto-data/src/models/skrtaglistmodel.h b/src/libskribisto-data/src/models/skrtaglistmodel.h new file mode 100644 index 000000000..ed0596638 --- /dev/null +++ b/src/libskribisto-data/src/models/skrtaglistmodel.h @@ -0,0 +1,92 @@ +/*************************************************************************** + * Copyright (C) 2020 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: skrtaglistmodel.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef SKRTAGLISTMODEL_H +#define SKRTAGLISTMODEL_H + +#include +#include "plmdata.h" +#include "skrtagitem.h" +#include "./skribisto_data_global.h" + +class EXPORT SKRTagListModel : public QAbstractListModel +{ + Q_OBJECT +public: + explicit SKRTagListModel(QObject *parent = nullptr); + // Header: + QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; + + bool setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role = Qt::EditRole) override; + + // Basic functionality: + QModelIndex index(int row, + int column, + const QModelIndex& parent = QModelIndex()) const override; + + + int rowCount(const QModelIndex &parent = QModelIndex()) const override; + + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; + + // Editable: + bool setData(const QModelIndex &index, const QVariant &value, + int role = Qt::EditRole) override; + + Qt::ItemFlags flags(const QModelIndex& index) const override; + + // Add data: + bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + + // Remove data: + bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex()) override; + + QHash roleNames() const override; + + QModelIndexList getModelIndex(int projectId, int paperId); + SKRTagItem *getItem(int projectId, int paperId); + + +private slots: + void populate(); + void clear(); + void exploitSignalFromPLMData(int projectId, + int paperId, + SKRTagItem::Roles role); + void refreshAfterDataAddition(int projectId, + int paperId); + + + +private: + + void connectToPLMDataSignals(); + void disconnectFromPLMDataSignals(); + +private: + + SKRTagItem *m_rootItem; + QVariant m_headerData; + QListm_allTagItems; + QListm_dataConnectionsList; + +}; + +#endif // SKRTAGLISTMODEL_H diff --git a/src/libskribisto-data/src/plmcoreinterface.h b/src/libskribisto-data/src/plmcoreinterface.h new file mode 100644 index 000000000..43af86f4a --- /dev/null +++ b/src/libskribisto-data/src/plmcoreinterface.h @@ -0,0 +1,40 @@ +/*************************************************************************** +* Copyright (C) 2017 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmcoreinterface.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMCOREINTERFACE_H +#define PLMCOREINTERFACE_H + + +#include +#include "plminterfacesettings.h" + +class PLMBaseInterface : public PLMInterfaceSettings { +public: + + virtual ~PLMBaseInterface() {} +}; + +#define PLMBaseInterface_iid "com.Skribisto.BaseInterface/1.0" + + +Q_DECLARE_INTERFACE(PLMBaseInterface, PLMBaseInterface_iid) + +#endif // PLMCOREINTERFACE_H diff --git a/src/libskribisto-data/src/plmcoreplugins.h b/src/libskribisto-data/src/plmcoreplugins.h new file mode 100644 index 000000000..40c10c49b --- /dev/null +++ b/src/libskribisto-data/src/plmcoreplugins.h @@ -0,0 +1,20 @@ +#ifndef PLMCOREPLUGINS_H +#define PLMCOREPLUGINS_H + + +#include "plmpluginloader.h" +#include "plmcoreinterface.h" + +namespace PLMCorePlugins { +void addCorePlugins() +{ + PLMPluginLoader *loader = PLMPluginLoader::instance(); + + loader->addPluginType(); + + // loader->addPluginType(); +} +} + + +#endif // PLMGUIPLUGINS_H diff --git a/src/libskribisto-data/src/plmdata.cpp b/src/libskribisto-data/src/plmdata.cpp new file mode 100644 index 000000000..587a82141 --- /dev/null +++ b/src/libskribisto-data/src/plmdata.cpp @@ -0,0 +1,120 @@ +#include "plmdata.h" + + +PLMData::PLMData(QObject *parent) : QObject(parent) +{ + m_instance = this; + + m_signalHub = new PLMSignalHub(this); + m_errorHub = new PLMErrorHub(this); + m_projectManager = new PLMProjectManager(this); + m_projectHub = new PLMProjectHub(this); + + m_sheetHub = new PLMSheetHub(this); + m_sheetPropertyHub = new PLMPropertyHub(this, + "tbl_sheet_property", + "l_sheet_code"); + m_noteHub = new PLMNoteHub(this); + m_notePropertyHub = new PLMPropertyHub(this, + "tbl_note_property", + "l_note_code"); + + m_tagHub = new SKRTagHub(this); + m_pluginHub = new PLMPluginHub(this); + + + connect(m_sheetHub, + &PLMSheetHub::projectModified, + m_projectHub, + &PLMProjectHub::setProjectNotSavedAnymore); + connect(m_sheetPropertyHub, + &PLMPropertyHub::projectModified, + m_projectHub, + &PLMProjectHub::setProjectNotSavedAnymore); + connect(m_noteHub, + &PLMNoteHub::projectModified, + m_projectHub, + &PLMProjectHub::setProjectNotSavedAnymore); + connect(m_notePropertyHub, + &PLMPropertyHub::projectModified, + m_projectHub, + &PLMProjectHub::setProjectNotSavedAnymore); + connect(m_tagHub, + &SKRTagHub::projectModified, + m_projectHub, + &PLMProjectHub::setProjectNotSavedAnymore); +} + +// ----------------------------------------------------------------------------- + +PLMData::~PLMData() +{} + +// ----------------------------------------------------------------------------- + +PLMSignalHub * PLMData::signalHub() +{ + return m_signalHub; +} + +// ----------------------------------------------------------------------------- + +PLMErrorHub * PLMData::errorHub() +{ + return m_errorHub; +} + +// ----------------------------------------------------------------------------- + + +PLMProjectHub * PLMData::projectHub() +{ + return m_projectHub; +} + +// ----------------------------------------------------------------------------- + + +PLMData *PLMData::m_instance = nullptr; + +// ----------------------------------------------------------------------------- + + +PLMSheetHub * PLMData::sheetHub() +{ + return m_sheetHub; +} + +// ----------------------------------------------------------------------------- + +PLMPropertyHub * PLMData::sheetPropertyHub() +{ + return m_sheetPropertyHub; +} + +// ----------------------------------------------------------------------------- + +PLMNoteHub * PLMData::noteHub() +{ + return m_noteHub; +} + +// ----------------------------------------------------------------------------- + +PLMPropertyHub * PLMData::notePropertyHub() +{ + return m_notePropertyHub; +} + +// ----------------------------------------------------------------------------- +PLMPluginHub * PLMData::pluginHub() +{ + return m_pluginHub; +} + +// ----------------------------------------------------------------------------- + +SKRTagHub * PLMData::tagHub() +{ + return m_tagHub; +} diff --git a/src/libskribisto-data/src/plmdata.h b/src/libskribisto-data/src/plmdata.h new file mode 100644 index 000000000..5a719708a --- /dev/null +++ b/src/libskribisto-data/src/plmdata.h @@ -0,0 +1,83 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdata.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMDATA_H +#define PLMDATA_H + +#include + +#include "plmerrorhub.h" +#include "plmnotehub.h" +#include "plmprojecthub.h" +#include "plmpropertyhub.h" +#include "plmsheethub.h" +#include "skrtaghub.h" +#include "plmsignalhub.h" +#include "plmpluginhub.h" +#include "skribisto_data_global.h" +#include "tasks/plmprojectmanager.h" + +#define plmdata PLMData::instance() +#define plmpluginhub PLMData::instance()->pluginHub() + + +class EXPORT PLMData : public QObject { + Q_OBJECT + +public: + + explicit PLMData(QObject *parent = nullptr); + ~PLMData(); + + static PLMData* instance() + { + return m_instance; + } + + PLMSignalHub * signalHub(); + Q_INVOKABLE PLMErrorHub * errorHub(); + Q_INVOKABLE PLMSheetHub * sheetHub(); + Q_INVOKABLE PLMPropertyHub* sheetPropertyHub(); + Q_INVOKABLE PLMNoteHub * noteHub(); + Q_INVOKABLE PLMPropertyHub* notePropertyHub(); + Q_INVOKABLE PLMProjectHub * projectHub(); + Q_INVOKABLE SKRTagHub * tagHub(); + PLMPluginHub * pluginHub(); + +signals: + +public slots: + +private: + + static PLMData *m_instance; + + PLMErrorHub *m_errorHub; + PLMSignalHub *m_signalHub; + PLMProjectHub *m_projectHub; + PLMSheetHub *m_sheetHub; + PLMNoteHub *m_noteHub; + PLMProjectManager *m_projectManager; + PLMPropertyHub *m_notePropertyHub, *m_sheetPropertyHub; + SKRTagHub *m_tagHub; + PLMPluginHub *m_pluginHub; +}; + +#endif // PLMDATA_H diff --git a/src/libskribisto-data/src/plmerror.cpp b/src/libskribisto-data/src/plmerror.cpp new file mode 100644 index 000000000..c000581dd --- /dev/null +++ b/src/libskribisto-data/src/plmerror.cpp @@ -0,0 +1,88 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmerror.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmerror.h" + +PLMError::PLMError() : m_success(true), m_errorCode("") +{} + +PLMError::PLMError(const PLMError& error) +{ + m_success = error.isSuccess(); + m_errorCode = error.getErrorCode(); + m_dataList = error.getDataList(); +} + +bool PLMError::operator!() const +{ + return isSuccess(); +} + +PLMError::operator bool() const +{ + return !isSuccess(); +} + +PLMError& PLMError::operator=(const PLMError& iError) +{ + if (Q_LIKELY(&iError != this)) { + m_success = iError.isSuccess(); + m_errorCode = iError.getErrorCode(); + m_dataList = iError.getDataList(); + } + + // m_success = iError.isSuccess(); + return *this; +} + +void PLMError::setSuccess(bool value) +{ + m_success = value; +} + +bool PLMError::isSuccess() const +{ + return m_success; +} + +QString PLMError::getErrorCode() const +{ + return m_errorCode; +} + +void PLMError::setErrorCode(const QString& value) +{ + m_errorCode = value; +} + +QVariantList PLMError::getDataList() const +{ + return m_dataList; +} + +void PLMError::setDataList(const QVariantList& dataList) +{ + m_dataList = dataList; +} + +void PLMError::addData(const QVariant& value) +{ + m_dataList.append(value); +} diff --git a/src/libskribisto-data/src/plmerror.h b/src/libskribisto-data/src/plmerror.h new file mode 100644 index 000000000..fede94d64 --- /dev/null +++ b/src/libskribisto-data/src/plmerror.h @@ -0,0 +1,80 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmerror.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMERROR_H +#define PLMERROR_H + +#include +#include +#include +#include "skribisto_data_global.h" + +/** + * To facilitate the error management + */ +#define IFKO(ERROR) \ + if (Q_UNLIKELY(ERROR)) + +/** + * To facilitate the error management + */ +#define IFOK(ERROR) \ + if (Q_LIKELY(!ERROR)) + +/** + * To facilitate the error management + */ +#define IFOKDO(ERROR, ACTION) \ + IFOK(ERROR) { \ + ERROR = ACTION; \ + } + +struct EXPORT PLMError +{ + Q_GADGET + Q_PROPERTY(bool success MEMBER m_success) + Q_PROPERTY(QString errorCode READ getErrorCode) + +public: + + explicit PLMError(); + PLMError(const PLMError& error); + Q_INVOKABLE bool operator!() const; + Q_INVOKABLE operator bool() const; + Q_INVOKABLE PLMError & operator=(const PLMError& iError); + + Q_INVOKABLE void setSuccess(bool value); + Q_INVOKABLE bool isSuccess() const; + + Q_INVOKABLE QString getErrorCode() const; + void setErrorCode(const QString& value); + + Q_INVOKABLE QVariantList getDataList() const; + void setDataList(const QVariantList& dataList); + void addData(const QVariant& value); + +private: + + bool m_success; + QString m_errorCode; + QVariantList m_dataList; +}; + +#endif // PLMERROR_H diff --git a/src/libskribisto-data/src/plmerrorhub.cpp b/src/libskribisto-data/src/plmerrorhub.cpp new file mode 100644 index 000000000..afcdbe679 --- /dev/null +++ b/src/libskribisto-data/src/plmerrorhub.cpp @@ -0,0 +1,53 @@ +#include "plmerrorhub.h" + +#include +#include +#include + +PLMErrorHub::PLMErrorHub(QObject *parent) : QObject(parent) +{ + qRegisterMetaType >("QList"); +} + +// QList PLMErrorHub::getlatestError() const +// { +// QList finalList; + +// if(m_errorList.isEmpty()) +// return finalList; + +// PLMError error = m_errorList.last(); +// finalList = error.getAll(); +// return finalList; +// } + +// QList PLMErrorHub::getError(int index) const +// { +// QList finalList; + +// if(m_errorList.isEmpty()) +// return finalList; + +// PLMError error = m_errorList.at(index); +// finalList = error.getAll(); +// return finalList; +// } + +// int PLMErrorHub::count() +// { +// return m_errorList.count(); +// } + +// void PLMErrorHub::clear() +// { +// m_errorList.clear(); +// } + +// void PLMErrorHub::addError(const QString &errorCode, const QString &origin, +// const QString &message) +// { +// m_errorList << PLMError(errorCode, origin, message); +// emit errorSent(errorCode, origin, message); +// emit errorSent(); +// qCritical() << errorCode << " : " << origin << " : " << message; +// } diff --git a/src/libskribisto-data/src/plmerrorhub.h b/src/libskribisto-data/src/plmerrorhub.h new file mode 100644 index 000000000..ab9699e7c --- /dev/null +++ b/src/libskribisto-data/src/plmerrorhub.h @@ -0,0 +1,111 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmerrorhub.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMERRORHUB_H +#define PLMERRORHUB_H + +#include "plmerror.h" + +#include +#include "skribisto_data_global.h" + +// class PLMErrorHub; +// struct PLMError; + +// struct PLMError +// { +// explicit PLMError() +// { + +// } +// explicit PLMError(const QString &_errorCode, const QString &_origin, const +// QString &_message) +// { +// m_errorCode = _errorCode; +// m_origin = _origin; +// m_message = _message; +// } + +// PLMError(const PLMError &other) +// { +// m_errorCode = other.errorCode(); +// m_origin = other.origin(); +// m_message = other.message(); +// } +// ~PLMError()²²² +// { + +// } + +// QString errorCode() const +// { +// return m_errorCode; +// } +// QString origin() const +// { +// return m_origin; +// } +// QString message() const +// { +// return m_message; +// } +// QList getAll() const{ +// QList list; +// list << m_errorCode << m_origin << m_message; +// return list; +// } +// private: +// QString m_errorCode; +// QString m_origin; +// QString m_message; +// }; +// Q_DECLARE_METATYPE(PLMError) + +////-------------------------------------------------------------------------- + + +class EXPORT PLMErrorHub : public QObject { + Q_OBJECT + +public: + + explicit PLMErrorHub(QObject *parent); + + // QList getlatestError() const; + // QList getError(int index) const; + // int count(); + // void clear(); + +signals: + + // void errorSent(const QString &errorCode, const QString &origin, const + // QString &message); + // void errorSent(); + void errorSent(PLMError error); + + // public slots: + + // void addError(const QString &errorCode, const QString &origin, const + // QString &message); + // private: + // //QList m_errorList; +}; + +#endif // PLMERRORHUB_H diff --git a/src/libskribisto-data/src/plminterfacesettings.h b/src/libskribisto-data/src/plminterfacesettings.h new file mode 100644 index 000000000..1e6e32754 --- /dev/null +++ b/src/libskribisto-data/src/plminterfacesettings.h @@ -0,0 +1,52 @@ +/*************************************************************************** +* Copyright (C) 2019 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plminterfacesettings.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMINTERFACESETTINGS_H +#define PLMINTERFACESETTINGS_H + + +#include + +class PLMInterfaceSettings { +public: + + virtual ~PLMInterfaceSettings() {} + + virtual QString name() const = 0; + virtual QString displayedName() const = 0; + virtual QString use() const = 0; + + bool pluginEnabled() const + { + QSettings settings; + + return settings.value("Plugins/" + this->name() + "-enabled", true).toBool(); + } + + void setPluginEnabled(bool pluginEnabled) + { + QSettings settings; + + return settings.setValue("Plugins/" + this->name() + "-enabled", pluginEnabled); + } +}; + +#endif // PLMINTERFACESETTINGS_H diff --git a/src/libskribisto-data/src/plmnotehub.cpp b/src/libskribisto-data/src/plmnotehub.cpp new file mode 100644 index 000000000..f50601d3a --- /dev/null +++ b/src/libskribisto-data/src/plmnotehub.cpp @@ -0,0 +1,286 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnotehub.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmnotehub.h" +#include "tasks/plmsqlqueries.h" +#include "tools.h" + +PLMNoteHub::PLMNoteHub(QObject *parent) : PLMPaperHub(parent, "tbl_note") +{} + +PLMError PLMNoteHub::addNoteRelatedToSheet(int projectId, int sheetId) { + PLMError error; + + error = this->addChildPaper(projectId, -1); // add child to project item + + + IFOK(error) { + int lastAddedNoteId = this->getLastAddedId(); + + error = this->setSheetNoteRelationship(projectId, sheetId, lastAddedNoteId); + + error.addData(lastAddedNoteId); + } + return error; +} + +// -------------------------------------------------------------------------------- + +QListPLMNoteHub::getNotesFromSheetId(int projectId, int sheetId) const +{ + PLMError error; + QList result; + QHash out; + PLMSqlQueries queries(projectId, "tbl_sheet_note"); + + error = queries.getValueByIds("l_note_code", out, "l_sheet_code", sheetId); + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntInt(out).values(); + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// -------------------------------------------------------------------------------- + +QListPLMNoteHub::getSheetsFromNoteId(int projectId, int noteId) const +{ + PLMError error; + QList result; + QHash out; + PLMSqlQueries queries(projectId, "tbl_sheet_note"); + + error = queries.getValueByIds("l_sheet_code", out, "l_note_code", noteId); + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntInt(out).values(); + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// -------------------------------------------------------------------------------- + +int PLMNoteHub::getSynopsisNoteId(int projectId, int sheetId) const +{ + PLMError error; + int final = -2; + QHash result; + QHash out; + + QHash where; + + where.insert("b_synopsis", true); + where.insert("l_sheet_code", sheetId); + + PLMSqlQueries queries(projectId, "tbl_sheet_note"); + + error = queries.getValueByIdsWhere("l_note_code", out, where); + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntInt(out); + + QHash::const_iterator i = result.constBegin(); + + while (i != result.constEnd()) { + final = i.value(); + ++i; + } + + if (result.isEmpty() || (final == 0)) { + final = -2; + } + } + IFKO(error) { + emit errorSent(error); + } + return final; +} + +// -------------------------------------------------------------------------------- + +PLMError PLMNoteHub::setSheetNoteRelationship(int projectId, + int sheetId, + int noteId, + bool isSynopsis) +{ + PLMError error; + + QHash result; + QHash out; + + QHash where; + + where.insert("l_sheet_code", sheetId); + where.insert("l_note_code", noteId); + + PLMSqlQueries queries(projectId, "tbl_sheet_note"); + + + // verify if the relationship doesn't yet exist + error = queries.getValueByIdsWhere("l_sheet_note_id", out, where); + + int key = -2; + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntInt(out); + + QHash::const_iterator i = result.constBegin(); + + while (i != result.constEnd()) { + key = i.key(); + ++i; + } + + if (result.isEmpty() || (key == -2) || (key == 0)) { + // no relationship exists, creating one + + int newId = -2; + QHash values; + values.insert("l_sheet_code", sheetId); + values.insert("l_note_code", noteId); + values.insert("b_synopsis", isSynopsis); + error = queries.add(values, newId); + + IFOK(error) { + emit sheetNoteRelationshipAdded(projectId, sheetId, noteId); + emit sheetNoteRelationshipChanged(projectId, sheetId, noteId); + emit projectModified(projectId); + } + } + else { + // relationship exists, verifying b_synopsis + + QVariant variantResult; + error = queries.get(key, "b_synopsis", variantResult); + + if (variantResult.toBool() == isSynopsis) { + // nothing to do, quiting + return error; + } + else { + // set b_synopsis: + + error = queries.set(key, "b_synopsis", isSynopsis); + + IFOK(error) { + emit sheetNoteRelationshipChanged(projectId, sheetId, noteId); + emit projectModified(projectId); + } + } + } + } + return error; +} + +// -------------------------------------------------------------------------------- + +PLMError PLMNoteHub::removeSheetNoteRelationship(int projectId, int sheetId, int noteId) +{ + PLMError error; + + QHash result; + QHash out; + + QHash where; + + where.insert("l_sheet_code", sheetId); + + PLMSqlQueries queries(projectId, "tbl_sheet_note"); + + error = queries.getValueByIdsWhere("l_note_code", out, where); + + int key = -2; + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntInt(out); + + QHash::const_iterator i = result.constBegin(); + + while (i != result.constEnd()) { + key = i.key(); + ++i; + } + + if (result.isEmpty() || (key == -2) || (key == 0)) { + error.setSuccess(false); + error.setErrorCode("E_TAG_no_note_sheet_relationship_to_remove"); + return error; + } + } + + IFOK(error) { + error = queries.remove(key); + } + IFOK(error) { + emit sheetNoteRelationshipRemoved(projectId, sheetId, noteId); + emit projectModified(projectId); + } + + return error; +} + +// -------------------------------------------------------------------------------- + +PLMError PLMNoteHub::createSynopsis(int projectId, int sheetId) { + PLMError error; + + error = this->addChildPaper(projectId, -1); // add child to project item + + + IFOK(error) { + int lastAddedNoteId = this->getLastAddedId(); + + error = this->setSheetNoteRelationship(projectId, sheetId, lastAddedNoteId, true); + } + + return error; +} + +// -------------------------------------------------------------------------------- + +// useful ? +QHashPLMNoteHub::getNoteData(int projectId, int noteId) const +{ + PLMError error; + + QHash var; + QHash result; + QStringList fieldNames; + + fieldNames << "l_note_id" << "l_dna" << "l_sort_order" << "l_indent" << + "l_version" << "t_title" << "dt_created" << "dt_updated" << "dt_content" << + "b_trashed"; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getMultipleValues(noteId, fieldNames, var); + IFOK(error) { + result = var; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} diff --git a/src/libskribisto-data/src/plmnotehub.h b/src/libskribisto-data/src/plmnotehub.h new file mode 100644 index 000000000..ee3cd8adf --- /dev/null +++ b/src/libskribisto-data/src/plmnotehub.h @@ -0,0 +1,70 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnotehub.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMNOTEHUB_H +#define PLMNOTEHUB_H + +#include +#include "plmpaperhub.h" +#include "skribisto_data_global.h" + + +class EXPORT PLMNoteHub : public PLMPaperHub { + Q_OBJECT + +public: + + PLMNoteHub(QObject *parent); + + QHashgetNoteData(int projectId, + int noteId) const; + Q_INVOKABLE PLMError addNoteRelatedToSheet(int projectId, + int sheetId); + Q_INVOKABLE int getSynopsisNoteId(int projectId, + int sheetId) const; + Q_INVOKABLE QList getNotesFromSheetId(int projectId, + int sheetId) const; + Q_INVOKABLE QList getSheetsFromNoteId(int projectId, + int noteId) const; + Q_INVOKABLE PLMError setSheetNoteRelationship(int projectId, + int sheetId, + int noteId, + bool isSynopsis = false); + Q_INVOKABLE PLMError removeSheetNoteRelationship(int projectId, + int sheetId, + int noteId); + + Q_INVOKABLE PLMError createSynopsis(int projectId, + int sheetId); + +signals: + + void sheetNoteRelationshipChanged(int projectId, + int sheetId, + int noteId); + void sheetNoteRelationshipRemoved(int projectId, + int sheetId, + int noteId); + void sheetNoteRelationshipAdded(int projectId, + int sheetId, + int noteId); +}; + +#endif // PLMNOTEHUB_H diff --git a/src/libskribisto-data/src/plmpaperhub.cpp b/src/libskribisto-data/src/plmpaperhub.cpp new file mode 100644 index 000000000..3edd5a843 --- /dev/null +++ b/src/libskribisto-data/src/plmpaperhub.cpp @@ -0,0 +1,1774 @@ +#include "plmpaperhub.h" +#include "tasks/plmsqlqueries.h" +#include "tools.h" +#include "tasks/plmprojectmanager.h" + +#include +#include + +/// +/// \brief PLMPaperHub::PLMPaperHub +/// \param parent +// +PLMPaperHub::PLMPaperHub(QObject *parent, const QString& tableName) + : QObject(parent), m_tableName(tableName), m_last_added_id(-1) +{ + // qRegisterMetaType( "Setting"); + // qRegisterMetaType( "Stack"); + // qRegisterMetaType("OpenedDocSetting"); + + // connection for 'getxxx' functions to have a way to get errors. + connect(this, + &PLMPaperHub::errorSent, + this, + &PLMPaperHub::setError, + Qt::DirectConnection); + + if (m_tableName.contains("note")) { + m_paperType = "note"; + } else if (m_tableName.contains("sheet")) { + m_paperType = "sheet"; + } +} + +/// +/// \brief PLMPaperHub::getAll +/// \param projectId +/// \return +/// unimplemented +QList >PLMPaperHub::getAll(int projectId) const +{ + Q_UNUSED(projectId) + + QList >result; + + return result; +} + +/// +/// \brief PLMPaperHub::getAllTitles +/// \param projectId +/// \return +/// +QHashPLMPaperHub::getAllTitles(int projectId) const +{ + PLMError error; + + QHash result; + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getValueByIds("t_title", out, "", QVariant(), true); + IFOK(error) { + result = HashIntQVariantConverter::convertToIntQString(out); + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// ------------------------------------------------------------ + +/// +/// \brief PLMPaperHub::getAllIndents +/// \param projectId +/// \return +/// +// ------------------------------------------------------------ + +QHashPLMPaperHub::getAllIndents(int projectId) const +{ + PLMError error; + + QHash result; + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getValueByIds("l_indent", out, "", QVariant(), true); + IFOK(error) { + result = HashIntQVariantConverter::convertToIntInt(out); + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// ------------------------------------------------------------ + +/** + * @brief PLMPaperHub::getAllIds + * @param projectId + * @return + * Get sorted ids + */ +QListPLMPaperHub::getAllIds(int projectId) const +{ + PLMError error; + + QList result; + QList out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getSortedIds(out); + IFOK(error) { + result = out; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// ------------------------------------------------------------ +/// +/// \brief PLMPaperHub::getOverallSize +/// \return number of papers for all projects +/// +int PLMPaperHub::getOverallSize() +{ + PLMError error; + + QList result; + + for(int projectId : plmProjectManager->projectIdList()) { + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getIds(result); + IFOK(error) { + return result.size(); + } + IFKO(error) { + emit errorSent(error); + + return 0; + } + } + return 0; +} + +// ------------------------------------------------------------ + +QHashPLMPaperHub::getAllSortOrders(int projectId) const +{ + PLMError error; + + QHash result; + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getValueByIds("l_sort_order", out, "", QVariant(), true); + IFOK(error) { + result = HashIntQVariantConverter::convertToIntInt(out); + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// ------------------------------------------------------------ +/// +/// \brief PLMPaperHub::setId +/// \param projectId +/// \param paperId +/// \param newId +/// \return +/// Change the id. No date updated. Be careful since ids must be unique (sql +/// constraint) +PLMError PLMPaperHub::setId(int projectId, int paperId, int newId) +{ + PLMError error; + PLMSqlQueries queries(projectId, m_tableName); + + queries.beginTransaction(); + error = queries.setId(paperId, newId); + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + emit paperIdChanged(projectId, paperId, newId); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::setTitle(int projectId, int paperId, const QString& newTitle) +{ + PLMError error = set(projectId, paperId, "t_title", newTitle); + + IFOK(error) { + emit titleChanged(projectId, paperId, newTitle); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +QString PLMPaperHub::getTitle(int projectId, int paperId) const +{ + return get(projectId, paperId, "t_title").toString(); +} + +PLMError PLMPaperHub::setIndent(int projectId, int paperId, int newIndent) +{ + PLMError error = set(projectId, paperId, "l_indent", newIndent); + + IFOK(error) { + emit indentChanged(projectId, paperId, newIndent); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +int PLMPaperHub::getIndent(int projectId, int paperId) const +{ + int indent; + + if (paperId == -1) // is project item + indent = -1; + else { + indent = get(projectId, paperId, "l_indent").toInt(); + } + + return indent; +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::setSortOrder(int projectId, int paperId, int newSortOrder) +{ + PLMError error = set(projectId, paperId, "l_sort_order", newSortOrder); + + IFOK(error) { + emit sortOrderChanged(projectId, paperId, newSortOrder); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +int PLMPaperHub::getSortOrder(int projectId, int paperId) const +{ + return get(projectId, paperId, "l_sort_order").toInt(); +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::setContent(int projectId, int paperId, const QString& newContent) +{ + PLMError error = set(projectId, paperId, "m_content", newContent); + + IFOK(error) { + emit contentChanged(projectId, paperId, newContent); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +QString PLMPaperHub::getContent(int projectId, int paperId) const +{ + return get(projectId, paperId, "m_content").toString(); +} + +// ------------------------------------------------------------ +PLMError PLMPaperHub::untrashOnlyOnePaper(int projectId, int paperId) { + PLMError error = set(projectId, paperId, "b_trashed", false); + + IFOKDO(error, this->setTrashedDateToNull(projectId, paperId)); + + IFOK(error) { + emit trashedChanged(projectId, paperId, false); + } + return error; +} + +// ------------------------------------------------------------ +PLMError PLMPaperHub::setTrashedWithChildren(int projectId, + int paperId, + bool newTrashedState) +{ + PLMError error; + + QList childrenIdList = this->getAllChildren(projectId, paperId); + + + // children deletion (or recovery) + for (int& _id : childrenIdList) { + IFOKDO(error, set(projectId, _id, "b_trashed", newTrashedState)); + + // set date but those already deleted + if (newTrashedState && this->getTrashedDate(projectId, _id).isNull()) { + error = this->setTrashedDateToNow(projectId, _id); + emit trashedChanged(projectId, _id, newTrashedState); + } + + // restore + else if (!newTrashedState) { + error = this->setTrashedDateToNull(projectId, _id); + emit trashedChanged(projectId, _id, newTrashedState); + } + + // else ignore those already trashed + } + + + // do parent : + IFOK(error) { + error = set(projectId, paperId, "b_trashed", newTrashedState); + + // set date but those already deleted + if (newTrashedState && this->getTrashedDate(projectId, paperId).isNull()) { + error = this->setTrashedDateToNow(projectId, paperId); + } + + // restore + else if (!newTrashedState) { + error = this->setTrashedDateToNull(projectId, paperId); + } + } + IFOK(error) { + emit trashedChanged(projectId, paperId, newTrashedState); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +bool PLMPaperHub::getTrashed(int projectId, int paperId) const +{ + return get(projectId, paperId, "b_trashed").toBool(); +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::setTrashedDateToNow(int projectId, int paperId) +{ + return set(projectId, paperId, "dt_trashed", QDateTime::currentDateTime()); +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::setTrashedDateToNull(int projectId, int paperId) +{ + return set(projectId, paperId, "dt_trashed", "NULL"); +} + +// ------------------------------------------------------------ + +QDateTime PLMPaperHub::getTrashedDate(int projectId, int paperId) const +{ + return get(projectId, paperId, "dt_trashed").toDateTime(); +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::setCreationDate(int projectId, int paperId, + const QDateTime& newDate) +{ + PLMError error = set(projectId, paperId, "dt_created", newDate); + + IFOK(error) { + emit creationDateChanged(projectId, paperId, newDate); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +QDateTime PLMPaperHub::getCreationDate(int projectId, int paperId) const +{ + return get(projectId, paperId, "dt_created").toDateTime(); +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::setUpdateDate(int projectId, int paperId, const QDateTime& newDate) +{ + PLMError error = set(projectId, paperId, "dt_updated", newDate); + + IFOK(error) { + emit updateDateChanged(projectId, paperId, newDate); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +QDateTime PLMPaperHub::getUpdateDate(int projectId, int paperId) const +{ + return get(projectId, paperId, "dt_updated").toDateTime(); +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::setContentDate(int projectId, int paperId, const QDateTime& newDate) +{ + PLMError error = set(projectId, paperId, "dt_content", newDate); + + IFOK(error) { + emit contentDateChanged(projectId, paperId, newDate); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +QDateTime PLMPaperHub::getContentDate(int projectId, int paperId) const +{ + return get(projectId, paperId, "dt_content").toDateTime(); +} + +// ------------------------------------------------------------ + +bool PLMPaperHub::hasChildren(int projectId, int paperId, bool trashedAreIncluded, bool notTrashedAreIncluded) const +{ + PLMError error; + PLMSqlQueries queries(projectId, m_tableName); + + // if last of id list: + QList idList; + + IFOKDO(error, queries.getSortedIds(idList)); + + if (idList.isEmpty()) { // project item with nothing else + return false; + } + + if (paperId == idList.last()) { + return false; + } + + int indent = getIndent(projectId, paperId); + + int possibleFirstChildId; + + if (paperId == -1) { // project item + possibleFirstChildId = idList.at(0); // first real paper in table + } + else { + possibleFirstChildId = idList.at(idList.indexOf(paperId) + 1); + } + + + int possibleFirstChildIndent = getIndent(projectId, possibleFirstChildId); + + // verify indent of child + if (indent == possibleFirstChildIndent - 1) { + // verify if at least one child is not trashed + bool haveOneNotTrashedChild = false; + bool haveOneTrashedChild = false; + int firstChildIndex = idList.indexOf(possibleFirstChildId); + + for (int i = firstChildIndex; i < idList.count(); i++) { + int childId = idList.at(i); + int indent = getIndent(projectId, childId); + + if (indent < possibleFirstChildIndent) { + break; + } + + if (indent == possibleFirstChildIndent) { + if (getTrashed(projectId, childId) == false) { + haveOneNotTrashedChild = true; + } + else { + haveOneTrashedChild = true; + } + } + } + if(haveOneTrashedChild && trashedAreIncluded){ + return true; + } + + if (haveOneNotTrashedChild && notTrashedAreIncluded) { + return true; + } + return false; + } + + IFKO(error) { + emit errorSent(error); + } + + return false; +} + +// ------------------------------------------------------------ + + +int PLMPaperHub::getTopPaperId(int projectId) const +{ + int result = -2; + QList list = this->getAllIds(projectId); + + for (int id : list) { + if (!this->getTrashed(projectId, id)) { + result = id; + break; + } + } + + + return result; +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::getError() +{ + return m_error; +} + +// ------------------------------------------------------------ + +void PLMPaperHub::setError(const PLMError& error) +{ + m_error = error; +} + +// ------------------------------------------------------------ + +PLMError PLMPaperHub::set(int projectId, + int paperId, + const QString & fieldName, + const QVariant& value, + bool setCurrentDateBool) +{ + PLMError error; + PLMSqlQueries queries(projectId, m_tableName); + + queries.beginTransaction(); + error = queries.set(paperId, fieldName, value); + + if (setCurrentDateBool) { + IFOKDO(error, queries.setCurrentDate(paperId, "dt_updated")); + } + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + return error; +} + +// ------------------------------------------------------------ + +// PLMError PLMPaperHub::setSetting(int projectId, +// const QString & fieldName, +// const QVariant& value, +// bool setCurrentDateBool) +// { +// PLMError error; +// PLMSqlQueries queries(projectId, +// "tbl_user_" + m_paperType + "_setting"); + +// queries.beginTransaction(); +// error = queries.set(1, fieldName, value); + +// if (setCurrentDateBool) { +// IFOKDO(error, queries.setCurrentDate(1, "dt_updated")); +// } + +// IFKO(error) { +// queries.rollback(); +// } +// IFOK(error) { +// queries.commit(); +// } +// IFKO(error) { +// emit errorSent(error); +// } +// return error; +// } + +// ------------------------------------------------------------ + +// PLMError PLMPaperHub::setDocSetting(int projectId, +// int paperId, +// const QString & fieldName, +// const QVariant& value, +// bool setCurrentDateBool) +// { +// PLMError error; +// PLMSqlQueries queries(projectId, +// "tbl_user_" + m_paperType + "_doc_list"); + +// queries.beginTransaction(); +// error = queries.set(paperId, fieldName, value); + +// if (setCurrentDateBool) { +// IFOKDO(error, queries.setCurrentDate(1, "dt_updated")); +// } + +// IFKO(error) { +// queries.rollback(); +// } +// IFOK(error) { +// queries.commit(); +// } +// IFKO(error) { +// emit errorSent(error); +// } +// return error; +// } + +// ------------------------------------------------------------ + + +QVariant PLMPaperHub::get(int projectId, int paperId, const QString& fieldName) const +{ + PLMError error; + QVariant var; + QVariant result; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.get(paperId, fieldName, var); + IFOK(error) { + result = var; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// ------------------------------------------------------------ + + +// QVariant PLMPaperHub::getSetting(int projectId, const QString& fieldName) +// const +// { +// PLMError error; +// QVariant var; +// QVariant result; +// PLMSqlQueries queries(projectId, +// "tbl_user_" + m_paperType + "_setting"); + +// error = queries.get(1, fieldName, var); +// IFOK(error) { +// result = var; +// } +// IFKO(error) { +// emit errorSent(error); +// } +// return result; +// } + +//// ------------------------------------------------------------ + + +// QVariant PLMPaperHub::getDocSetting(int projectId, int paperId, +// const QString& fieldName) const +// { +// PLMError error; +// QVariant var; +// QVariant result; +// PLMSqlQueries queries(projectId, +// "tbl_user_" + m_paperType + "_doc_list"); + +// error = queries.get(paperId, fieldName, var); +// IFOK(error) { +// result = var; +// } +// IFKO(error) { +// emit errorSent(error); +// } +// return result; +// } + +// ----------------------------------------------------------------------------- + +int PLMPaperHub::getLastAddedId() +{ + return m_last_added_id; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMPaperHub::renumberSortOrders(int projectId) +{ + PLMError error; + PLMSqlQueries queries(projectId, + "tbl_user_" + m_paperType + "_doc_list"); + + error = queries.renumberSortOrder(); + IFKO(error) { + emit errorSent(error); + } + return error; +} + +// ----------------------------------------------------------------------------- + +///// +///// \brief PLMPaperHub::getParentList +///// \param projectId +///// \param paperId +///// \return +///// get a list of the parents' ids +// QListPLMPaperHub::getParentList(int projectId, int paperId) const +// { +// Q_UNUSED(paperId) +// PLMError error; +// QList var; +// QList result; +// PLMSqlQueries queries(projectId, "tbl_" + m_paperType, +// PLMSqlQueries::ProjectDB); + +// // find paperId indent +// // int paperIdIndent; +// // error = queries.get(paperId, "l_indent", paperIdIndent); + + +// // IFOKDO(error, queries.getValueByIdsWhere()) + + +// IFOK(error) { +// result = var; +// } +// IFKO(error) { +// emit errorSent(error); +// } +// return result; +// } + +//// ----------------------------------------------------------------------------- + +// int PLMPaperHub::getRowAmongChildren(int projectId, int paperId) const +// { +// int childIndent = getIndent(projectId, paperId); + +// // if child is top level +// if (childIndent == 0) +// { +// return -1; +// } + + +// PLMError error; +// PLMSqlQueries queries(projectId, m_tableName, PLMSqlQueries::ProjectDB); +// QList sortedIds; +// error = queries.getSortedIds(sortedIds); + + +// IFKO(error) { +// emit errorSent(error); + +// return -2; +// } + +// // if no item +// if (sortedIds.count() == 0) +// { +// return -1; +// } + +// int childIndex = sortedIds.indexOf(paperId); + +// // find first child +// int indent = -2; +// int possibleParentId = -2; +// int possibleParentIndex = childIndex; +// int firstChildIndex = childIndex; + +// while (indent != childIndent - 1) { +// firstChildIndex = possibleParentIndex; +// possibleParentIndex -= 1; +// possibleParentId = sortedIds.at(possibleParentIndex); +// indent = getIndent(projectId, possibleParentId); +// } + +// // find last child +// indent = -2; +// int possibleLastChildId = -2; +// int lastChildIndex = childIndex; + +// while (indent >= childIndent) { +// // if last of list +// if (sortedIds.count() - 1 == lastChildIndex) break; + +// // else +// lastChildIndex += 1; +// possibleLastChildId = sortedIds.at(lastChildIndex); +// indent = getIndent(projectId, possibleLastChildId); +// } + +// while (indent == childIndent) { +// lastChildIndex -= 1; +// possibleLastChildId = sortedIds.at(lastChildIndex); +// indent = getIndent(projectId, possibleLastChildId); +// } + + +// // find number of children: +// int childrenCount = lastChildIndex - firstChildIndex + 1; +// Q_UNUSED(childrenCount) + +// int row = childIndex - firstChildIndex; + +// return row; +// } + +//// ----------------------------------------------------------------------------- + +// int PLMPaperHub::getChildIdFromParentAndRow(int projectId, int parentId, int +// row) const +// { +// int parentIndent = getIndent(projectId, parentId); +// int firstChildIndent = parentIndent + 1; + + +// PLMError error; +// PLMSqlQueries queries(projectId, m_tableName, PLMSqlQueries::ProjectDB); + +// QList sortedIds; +// error = queries.getSortedIds(sortedIds); + + +// IFKO(error) { +// emit errorSent(error); + +// return -2; +// } + +// int parentIndex = sortedIds.indexOf(parentId); +// QList listOfDirectChildren; +// int indent = firstChildIndent; +// int index = parentIndex; + +// while (indent >= firstChildIndent) { +// index += 1; + +// int id = sortedIds.at(index); +// indent = getIndent(projectId, id); + +// if (indent == firstChildIndent) { +// listOfDirectChildren.append(id); +// } +// } + + +// return listOfDirectChildren.at(row); +// } + +//// ----------------------------------------------------------------------------- + +// int PLMPaperHub::getChildRowCount(int projectId, int parentId) const +// { +// if (parentId == -1) { +// PLMError error; +// PLMSqlQueries queries(projectId, m_tableName, +// PLMSqlQueries::ProjectDB); + +// QList sortedIds; +// error = queries.getSortedIds(sortedIds); + + +// IFKO(error) { +// emit errorSent(error); + +// return -2; +// } + +// QList listOfDirectChildren; +// int indent = 0; +// int index = 0; + +// while (indent >= 0) { +// index += 1; + +// if (index >= sortedIds.count()) break; + +// int id = sortedIds.at(index); +// indent = getIndent(projectId, id); + +// if (indent == 0) { +// listOfDirectChildren.append(id); +// } +// } + +// return listOfDirectChildren.count(); +// } + + +// int parentIndent = getIndent(projectId, parentId); +// int firstChildIndent = parentIndent + 1; + + +// PLMError error; +// PLMSqlQueries queries(projectId, m_tableName, PLMSqlQueries::ProjectDB); + +// QList sortedIds; +// error = queries.getSortedIds(sortedIds); + + +// IFKO(error) { +// emit errorSent(error); + +// return -2; +// } + +// int parentIndex = sortedIds.indexOf(parentId); +// QList listOfDirectChildren; +// int indent = firstChildIndent; +// int index = parentIndex; + +// while (indent >= firstChildIndent) { +// index += 1; + +// int id = sortedIds.at(index); +// indent = getIndent(projectId, id); + +// if (indent == firstChildIndent) { +// listOfDirectChildren.append(id); +// } +// } + + +// return listOfDirectChildren.count(); +// } + +//// ----------------------------------------------------------------------------- + +// int PLMPaperHub::getDirectParentId(int projectId, int paperId) const +// { +// int childIndent = getIndent(projectId, paperId); + +// // if child is top level +// if (childIndent == 0) +// { +// return -1; +// } + + +// PLMError error; +// PLMSqlQueries queries(projectId, m_tableName, PLMSqlQueries::ProjectDB); +// QList sortedIds; +// error = queries.getSortedIds(sortedIds); + + +// IFKO(error) { +// emit errorSent(error); + +// return -2; +// } + +// // if no item +// if (sortedIds.count() == 0) +// { +// return -1; +// } + +// int childIndex = sortedIds.indexOf(paperId); + +// int indent = -1; +// int possibleParentId = -1; +// int possibleParentIndex = childIndex; + +// while (indent != childIndent - 1) { +// possibleParentId = sortedIds.at(possibleParentIndex - 1); +// indent = getIndent(projectId, possibleParentId); +// } +// return possibleParentId; +// } + +// ----------------------------------------------------------------------------- + +PLMError PLMPaperHub::addPaper(const QHash& values, int projectId) +{ + PLMSqlQueries queries(projectId, m_tableName); + + queries.beginTransaction(); + int newId = -1; + PLMError error = queries.add(values, newId); + + IFOKDO(error, queries.renumberSortOrder()); + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + m_last_added_id = newId; + IFOK(error) { + emit paperAdded(projectId, newId); + emit projectModified(projectId); + } + return error; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMPaperHub::addPaperBelow(int projectId, int targetId) +{ + int target_indent = getIndent(projectId, targetId); + + PLMError error; + int finalSortOrder = this->getValidSortOrderAfterPaper(projectId, targetId); + + // finally add paper + QHash values; + + values.insert("l_sort_order", finalSortOrder); + values.insert("l_indent", target_indent); + IFOKDO(error, addPaper(values, projectId)); + return error; +} + +// ------------------------------------------------------------------------------ + +int PLMPaperHub::getValidSortOrderAfterPaper(int projectId, int paperId) const +{ + int target_sort_order = getSortOrder(projectId, paperId); + int target_indent = getIndent(projectId, paperId); + + // find next node with the same indentation + QHash result; + QHash where; + + where.insert("l_indent <=", target_indent); + where.insert("l_sort_order >", target_sort_order); + PLMSqlQueries queries(projectId, m_tableName); + PLMError error = queries.getValueByIdsWhere("l_sort_order", result, where, true); + int finalSortOrder = 0; + + // if node after + if (!result.isEmpty()) { + QHash::const_iterator i = result.constBegin(); + int lowestSort = 0; + lowestSort = i.value().toInt(); + + while (i != result.constEnd()) { + int sort = i.value().toInt(); + + if (sort < lowestSort) { + lowestSort = sort; + } + + ++i; + } + + finalSortOrder = lowestSort - 1; + + // if tree is empty + if (finalSortOrder == -1) { + finalSortOrder = 0; + } + } + + // if no node after (bottom of tree) + else { + QList idList; + IFOKDO(error, queries.getSortedIds(idList)); + + if (idList.isEmpty()) { + error.setSuccess(false); + } + + int lastId = idList.last(); + QHash result2; + IFOKDO(error, + queries.getValueByIds("l_sort_order", result2, "id", QVariant(lastId))); + finalSortOrder = result2.begin().value().toInt() + 1; + } + + IFKO(error) { + emit errorSent(error); + } + + return finalSortOrder; +} + +// ----------------------------------------------------------------------------- + +/// +/// \brief PLMPaperHub::getAllChildren +/// \param projectId +/// \param paperId +/// \return +/// get all children, trashed or not +QListPLMPaperHub::getAllChildren(int projectId, int paperId) { + QList childrenList; + + // get indents + QHash indentList = getAllIndents(projectId); + QList sortedIdList = getAllIds(projectId); + + + // determine children + + int parentIndent = indentList.value(paperId); + bool parentPassed = false; + + for (int id : sortedIdList) { + if (id == paperId) { + parentPassed = true; + continue; + } + + if (parentPassed) { + int idIndent = indentList.value(id); + + if (idIndent > parentIndent) { + childrenList.append(id); + } + + if (idIndent <= parentIndent) { + break; + } + } + } + + return childrenList; +} + +// ----------------------------------------------------------------------------- + +QListPLMPaperHub::getAllAncestors(int projectId, int paperId) { + QList ancestorsList; + + // get indents + QHash indentList = getAllIndents(projectId); + QList sortedIdList = getAllIds(projectId); + + + // determine ancestors + + int indent = indentList.value(paperId); + + + for (int i = sortedIdList.indexOf(paperId); i >= 0; i--) { + int id = sortedIdList.at(i); + +// if (id == paperId) { +// continue; +// } + + int idIndent = indentList.value(id); + + if (idIndent == indent - 1) { + if (indent == -1) { + break; + } + + ancestorsList.append(id); + + indent = idIndent; + } + } + + return ancestorsList; +} + +// ----------------------------------------------------------------------------- + +QListPLMPaperHub::getAllSiblings(int projectId, int paperId) { + + QList siblingsList; + + // get indents + QHash indentList = getAllIndents(projectId); + QList sortedIdList = getAllIds(projectId); + int paperSortedIdIndex = sortedIdList.indexOf(paperId); + + + // determine siblings + + int indent = indentList.value(paperId); + + //min sibling index + int minSiblingIndex = paperSortedIdIndex; + for (int i = paperSortedIdIndex; i >= 0; i--) { + int id = sortedIdList.at(i); + +// if (id == paperId) { +// continue; +// } + + int idIndent = indentList.value(id); + + if (idIndent == indent - 1 || indent == -1) { + break; + + + } + minSiblingIndex = i; + } + + //min sibling index + int maxSiblingIndex = paperSortedIdIndex; + for (int i = paperSortedIdIndex; i < sortedIdList.count(); i++) { + int id = sortedIdList.at(i); + +// if (id == paperId) { +// continue; +// } + + int idIndent = indentList.value(id); + + if (idIndent == indent - 1 || indent == -1) { + break; + + } + maxSiblingIndex = i; + + } + + // alone, so no siblings + if(minSiblingIndex == paperSortedIdIndex && maxSiblingIndex == paperSortedIdIndex){ + return siblingsList; + } + + //same level + + for (int i = minSiblingIndex; i <= maxSiblingIndex; i++) { + int id = sortedIdList.at(i); + +// if (id == paperId) { +// continue; +// } + + int idIndent = indentList.value(id); + + if (idIndent == indent) { + + siblingsList.append(id); + + + } + } + + siblingsList.removeAll(paperId); + + + return siblingsList; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMPaperHub::addChildPaper(int projectId, int targetId) +{ + PLMError error; + PLMSqlQueries queries(projectId, m_tableName); + + + int target_sort_order = getSortOrder(projectId, targetId); + int target_indent = getIndent(projectId, targetId); + + // for invalid parent ("root") + if (targetId == -2) { + error.setSuccess(false); + return error; + } + + // for project item as parent : + if (targetId == -1) { + target_indent = -1; + + // get the highest sort order + QHash sortOrderResult; + error = queries.getValueByIds("l_sort_order", + sortOrderResult, + QString(), + QVariant(), + true); + + target_sort_order = 0; + + for (const QVariant& sortOrder : sortOrderResult.values()) { + target_sort_order = qMax(sortOrder.toInt(), target_sort_order); + } + } + + // find next node with the same indentation + QHash result; + QHash where; + + where.insert("l_indent <=", target_indent); + where.insert("l_sort_order >", target_sort_order); + error = queries.getValueByIdsWhere("l_sort_order", result, where, true); + int finalSortOrder = 0; + + // if node after + if (!result.isEmpty()) { + QHash::const_iterator i = result.constBegin(); + int lowestSort = 0; + lowestSort = i.value().toInt(); + + while (i != result.constEnd()) { + int sort = i.value().toInt(); + + if (sort < lowestSort) { + lowestSort = sort; + } + + ++i; + } + + finalSortOrder = lowestSort - 1; + + // if tree is empty + + if (finalSortOrder == -1) { + finalSortOrder = 0; + } + } + + // if no node after (bottom of tree) + else { + QList idList; + IFOKDO(error, queries.getSortedIds(idList)); + + if (idList.isEmpty()) { + finalSortOrder = 1000; + } else { + int lastId = idList.last(); + QHash result2; + IFOKDO(error, + queries.getValueByIds("l_sort_order", result2, "id", + QVariant(lastId))); + finalSortOrder = result2.begin().value().toInt() + 1; + } + } + + // finally add paper + QHash values; + + values.insert("l_sort_order", finalSortOrder); + values.insert("l_indent", target_indent + 1); + IFOKDO(error, addPaper(values, projectId)); + return error; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMPaperHub::removePaper(int projectId, int targetId) +{ + PLMSqlQueries queries(projectId, m_tableName); + + queries.beginTransaction(); + PLMError error = queries.remove(targetId); + + IFOKDO(error, queries.renumberSortOrder()) + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + emit paperRemoved(projectId, targetId); + emit projectModified(projectId); + } + return error; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMPaperHub::movePaper(int sourceProjectId, + int sourcePaperId, + int targetPaperId, + bool after) +{ + PLMError error; + int targetProjectId = sourceProjectId; + PLMSqlQueries queries(sourceProjectId, m_tableName); + + + // int sourceSortOrder = this->getSortOrder(sourceProjectId, sourcePaperId); + int targetSortOrder = this->getSortOrder(sourceProjectId, targetPaperId); + + targetSortOrder = targetSortOrder + (after ? 1 : -1); + error = setSortOrder(sourceProjectId, sourcePaperId, targetSortOrder); + IFOKDO(error, queries.renumberSortOrder()) + IFKO(error) { + queries.rollback(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + emit paperMoved(sourceProjectId, sourcePaperId, targetProjectId, targetPaperId); + emit projectModified(sourceProjectId); + emit projectModified(targetProjectId); + } + + return error; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMPaperHub::movePaperUp(int projectId, int paperId) +{ + PLMError error; + + PLMSqlQueries queries(projectId, m_tableName); + + // get paper before this : + + QHash sortOrderResult; + + error = queries.getValueByIds("l_sort_order", + sortOrderResult, + QString(), + QVariant(), + true); + + + QList idList; + + IFOKDO(error, queries.getSortedIds(idList)); + + if (idList.first() == paperId) { + error.setSuccess(false); + } + int targetPaperId = -2; + + IFOK(error) { + // find paper before with same indent + int possibleTargetPaperId = -2; + + for (int i = idList.indexOf(paperId) - 1; i >= 0; --i) { + possibleTargetPaperId = idList.at(i); + + if (this->getIndent(projectId, + possibleTargetPaperId) == + this->getIndent(projectId, paperId)) { + targetPaperId = possibleTargetPaperId; + break; + } + } + + if (possibleTargetPaperId == -2) { + error.setSuccess(false); + } + IFOK(error) { + int targetIndent = this->getIndent(projectId, targetPaperId); + int paperIndent = this->getIndent(projectId, paperId); + + if (paperIndent != targetIndent) { + error.setSuccess(false); + } + } + } + IFOKDO(error, this->movePaper(projectId, paperId, targetPaperId)) + + + return error; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMPaperHub::movePaperDown(int projectId, int paperId) +{ + PLMError error; + + PLMSqlQueries queries(projectId, m_tableName); + + // get paper before this : + + QHash sortOrderResult; + + error = queries.getValueByIds("l_sort_order", + sortOrderResult, + QString(), + QVariant(), + true); + + + QList idList; + + IFOKDO(error, queries.getSortedIds(idList)); + + if (idList.last() == paperId) { + error.setSuccess(false); + } + int targetPaperId = -2; + + IFOK(error) { + // find paper after with same indent + int possibleTargetPaperId = -2; + + for (int i = idList.indexOf(paperId) + 1; i < idList.count(); ++i) { + possibleTargetPaperId = idList.at(i); + + if (this->getIndent(projectId, + possibleTargetPaperId) == + this->getIndent(projectId, paperId)) { + targetPaperId = possibleTargetPaperId; + break; + } + } + + if (possibleTargetPaperId == -2) { + error.setSuccess(false); + } + IFOK(error) { + int targetIndent = this->getIndent(projectId, targetPaperId); + int paperIndent = this->getIndent(projectId, paperId); + + if (paperIndent != targetIndent) { + error.setSuccess(false); + } + } + } + IFOKDO(error, this->movePaper(projectId, paperId, targetPaperId, true)) + + + return error; +} + +// ----------------------------------------------------------------------------- + +// PLMError PLMPaperHub::settings_setStackSetting(PLMPaperHub::Stack stack, +// PLMPaperHub::Setting setting, +// const QVariant & value) +// { +// PLMError error; + +// foreach(int projectId, plmProjectManager->projectIdList()) { +// if (setting == PLMPaperHub::SplitterState) { +// error = setSetting(projectId, "m_splitter_state", value, true); +// } + +// if (setting == PLMPaperHub::WindowState) { +// error = setSetting(projectId, "m_window_state", value, true); +// } + +// if (setting == PLMPaperHub::SettingDate) { +// error = setSetting(projectId, "dt_updated", value, true); +// } + +// if (setting == PLMPaperHub::Minimap) { +// if (stack == PLMPaperHub::Zero) { +// error = setSetting(projectId, "b_stack_0_map", value, true); +// } + +// if (stack == PLMPaperHub::One) { +// error = setSetting(projectId, "b_stack_1_map", value, true); +// } +// } + +// if (setting == PLMPaperHub::Fit) { +// if (stack == PLMPaperHub::Zero) { +// error = setSetting(projectId, "b_stack_0_fit", value, true); +// } + +// if (stack == PLMPaperHub::One) { +// error = setSetting(projectId, "b_stack_1_fit", value, true); +// } +// } + +// if (setting == PLMPaperHub::SpellCheck) { +// if (stack == PLMPaperHub::Zero) { +// error = setSetting(projectId, "b_stack_0_spellcheck", value, +// true); +// } + +// if (stack == PLMPaperHub::One) { +// error = setSetting(projectId, "b_stack_1_spellcheck", value, +// true); +// } +// } + +// if (setting == PLMPaperHub::StackState) { +// if (stack == PLMPaperHub::Zero) { +// error = setSetting(projectId, "b_stack_0_state", value, true); +// } + +// if (stack == PLMPaperHub::One) { +// error = setSetting(projectId, "b_stack_1_state", value, true); +// } +// } +// } + +// IFOK(error) { +// emit settings_settingChanged(stack, setting, value); +// } +// return error; +// } + +//// ----------------------------------------------------------------------------- + +// QVariant PLMPaperHub::settings_getStackSetting(PLMPaperHub::Stack stack, +// PLMPaperHub::Setting setting) +// const +// { +// int projectId = plmProjectManager->projectIdList().first(); +// QVariant value; + +// if (setting == PLMPaperHub::SplitterState) { +// value = getSetting(projectId, "m_splitter_state"); +// } + +// if (setting == PLMPaperHub::WindowState) { +// value = getSetting(projectId, "m_window_state"); +// } + +// if (setting == PLMPaperHub::SettingDate) { +// value = getSetting(projectId, "dt_updated"); +// } + +// if (setting == PLMPaperHub::Minimap) { +// if (stack == PLMPaperHub::Zero) { +// value = getSetting(projectId, "b_stack_0_map"); +// } + +// if (stack == PLMPaperHub::One) { +// value = getSetting(projectId, "b_stack_1_map"); +// } +// } + +// if (setting == PLMPaperHub::Fit) { +// if (stack == PLMPaperHub::Zero) { +// value = getSetting(projectId, "b_stack_0_fit"); +// } + +// if (stack == PLMPaperHub::One) { +// value = getSetting(projectId, "b_stack_1_fit"); +// } +// } + +// if (setting == PLMPaperHub::SpellCheck) { +// if (stack == PLMPaperHub::Zero) { +// value = getSetting(projectId, "b_stack_0_spellcheck"); +// } + +// if (stack == PLMPaperHub::One) { +// value = getSetting(projectId, "b_stack_1_spellcheck"); +// } +// } + +// if (setting == PLMPaperHub::StackState) { +// if (stack == PLMPaperHub::Zero) { +// value = getSetting(projectId, "b_stack_0_state"); +// } + +// if (stack == PLMPaperHub::One) { +// value = getSetting(projectId, "b_stack_1_state"); +// } +// } + +// return value; +// } + +//// ----------------------------------------------------------------------------- + +// PLMError PLMPaperHub::settings_setDocSetting(int +// projectId, +// int +// paperId, +// PLMPaperHub::OpenedDocSetting +// setting, +// const QVariant & +// value) +// { +// PLMError error; + +// if (setting == PLMPaperHub::StackNumber) { +// error = setDocSetting(projectId, paperId, "l_statck", value, true); +// } + +// if (setting == PLMPaperHub::Hovering) { +// error = setDocSetting(projectId, paperId, "b_hovering", value, true); +// } + +// if (setting == PLMPaperHub::Visible) { +// error = setDocSetting(projectId, paperId, "b_visible", value, true); +// } + +// if (setting == PLMPaperHub::HasFocus) { +// error = setDocSetting(projectId, paperId, "b_has_focus", value, true); +// } + +// if (setting == PLMPaperHub::CursorPosition) { +// error = setDocSetting(projectId, paperId, "l_cursor_pos", value, +// true); +// } + +// if (setting == PLMPaperHub::HoveringGeometry) { +// error = setDocSetting(projectId, paperId, "m_geometry", value, true); +// } + +// if (setting == PLMPaperHub::Date) { +// error = setDocSetting(projectId, paperId, "dt_updated", value, true); +// } + +// IFOK(error) { +// emit settings_docSettingChanged(projectId, paperId, setting, value); +// } +// return error; +// } + +//// ----------------------------------------------------------------------------- + +// QVariant PLMPaperHub::settings_getDocSetting(int +// projectId, +// int +// paperId, +// PLMPaperHub::OpenedDocSetting +// setting) const +// { +// QVariant value; + +// if (setting == PLMPaperHub::StackNumber) { +// value = getDocSetting(projectId, paperId, "l_statck"); +// } + +// if (setting == PLMPaperHub::Hovering) { +// value = getDocSetting(projectId, paperId, "b_hovering"); +// } + +// if (setting == PLMPaperHub::Visible) { +// value = getDocSetting(projectId, paperId, "b_visible"); +// } + +// if (setting == PLMPaperHub::HasFocus) { +// value = getDocSetting(projectId, paperId, "b_has_focus"); +// } + +// if (setting == PLMPaperHub::CursorPosition) { +// value = getDocSetting(projectId, paperId, "l_cursor_pos"); +// } + +// if (setting == PLMPaperHub::HoveringGeometry) { +// value = getDocSetting(projectId, paperId, "m_geometry"); +// } + +// if (setting == PLMPaperHub::Date) { +// value = getDocSetting(projectId, paperId, "dt_updated"); +// } + +// return value; +// } diff --git a/src/libskribisto-data/src/plmpaperhub.h b/src/libskribisto-data/src/plmpaperhub.h new file mode 100644 index 000000000..0a3fd359f --- /dev/null +++ b/src/libskribisto-data/src/plmpaperhub.h @@ -0,0 +1,255 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmpaperhub.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMWRITEHUB_H +#define PLMWRITEHUB_H + +#include +#include +#include +#include +#include + +#include "plmerror.h" +#include "skribisto_data_global.h" + +class EXPORT PLMPaperHub : public QObject { + Q_OBJECT + +public: + + // TODO: clean all settings + // settings + // enum Setting { SplitterState, Minimap, Fit, SpellCheck, StackState, + // WindowState, SettingDate }; + // Q_ENUM(Setting) + // enum Stack { Zero, One }; + // Q_ENUM(Stack) + + // // opened docs list + // enum OpenedDocSetting { SheetId, StackNumber, Hovering, Visible, + // HasFocus, + // CursorPosition, HoveringGeometry, Date }; + // Q_ENUM(OpenedDocSetting) + + explicit PLMPaperHub(QObject *parent, + const QString& tableName); + + QList >getAll(int projectId) const; + QHash getAllTitles(int projectId) const; + QHash getAllSortOrders(int projectId) const; + QHash getAllIndents(int projectId) const; + Q_INVOKABLE QList getAllIds(int projectId) const; + int getOverallSize(); + PLMError setId(int projectId, + int paperId, + int newId); + Q_INVOKABLE PLMError setTitle(int projectId, + int paperId, + const QString& newTitle); + Q_INVOKABLE QString getTitle(int projectId, + int paperId) const; + + PLMError setIndent(int projectId, + int paperId, + int newIndent); + int getIndent(int projectId, + int paperId) const; + PLMError setSortOrder(int projectId, + int paperId, + int newSortOrder); + int getSortOrder(int projectId, + int paperId) const; + Q_INVOKABLE PLMError setContent(int projectId, + int paperId, + const QString& newContent); + Q_INVOKABLE QString getContent(int projectId, + int paperId) const; + Q_INVOKABLE PLMError setTrashedWithChildren(int projectId, + int paperId, + bool newTrashedState); + Q_INVOKABLE bool getTrashed(int projectId, + int paperId) const; + PLMError setCreationDate(int projectId, + int paperId, + const QDateTime& newDate); + QDateTime getCreationDate(int projectId, + int paperId) const; + PLMError setUpdateDate(int projectId, + int paperId, + const QDateTime& newDate); + QDateTime getUpdateDate(int projectId, + int paperId) const; + PLMError setContentDate(int projectId, + int paperId, + const QDateTime& newDate); + QDateTime getContentDate(int projectId, + int paperId) const; + Q_INVOKABLE bool hasChildren(int projectId, + int paperId, bool trashedAreIncluded = false, bool notTrashedAreIncluded = true) const; + + Q_INVOKABLE int getTopPaperId(int projectId) const; + + PLMError getError(); + PLMError set(int projectId, + int paperId, + const QString & fieldName, + const QVariant& value, + bool setCurrentDateBool = true); + QVariant get(int projectId, + int paperId, + const QString& fieldName) const; + + Q_INVOKABLE int getLastAddedId(); + PLMError addPaper(const QHash& values, + int projectId); + PLMError addPaperBelow(int projectId, + int targetId); + Q_INVOKABLE PLMError addChildPaper(int projectId, + int targetId); + PLMError removePaper(int projectId, + int targetId); + + PLMError movePaper(int projectId, + int sourcePaperId, + int targetPaperId, + bool after = false); + + PLMError movePaperUp(int projectId, + int paperId); + PLMError movePaperDown(int projectId, + int paperId); + + + // // settings : + // PLMError settings_setStackSetting(Stack stack, + // Setting setting, + // const QVariant& value); + // QVariant settings_getStackSetting(Stack stack, + // Setting setting) const; + + // // opened docs settings : + // PLMError settings_setDocSetting(int projectId, + // int paperId, + // OpenedDocSetting setting, + // const QVariant & value); + // QVariant settings_getDocSetting(int projectId, + // int paperId, + // OpenedDocSetting setting) const; + + // QListgetParentList(int projectId, + // int paperId) const; + // int getRowAmongChildren(int projectId, + // int paperId) const; + // int getDirectParentId(int projectId, + // int paperId) const; + // int getChildIdFromParentAndRow(int projectId, + // int parentId, + // int row) const; + // int getChildRowCount(int projectId, + // int parentId) const; + + PLMError renumberSortOrders(int projectId); + int getValidSortOrderAfterPaper(int projectId, + int paperId) const; + + Q_INVOKABLE QListgetAllChildren(int projectId, + int paperId); + Q_INVOKABLE QListgetAllAncestors(int projectId, + int paperId); + QList getAllSiblings(int projectId, int paperId); + Q_INVOKABLE QDateTime getTrashedDate(int projectId, + int paperId) const; + Q_INVOKABLE PLMError untrashOnlyOnePaper(int projectId, + int paperId); + +private: + + PLMError setTrashedDateToNow(int projectId, + int paperId); + PLMError setTrashedDateToNull(int projectId, + int paperId); + +private slots: + + void setError(const PLMError& error); + +signals: + + void errorSent(const PLMError& error) const; + void projectModified(int projectId); // for save + void paperIdChanged(int projectId, + int paperId, + int newId); + Q_INVOKABLE void titleChanged(int projectId, + int paperId, + const QString& newTitle); + void indentChanged(int projectId, + int paperId, + int newIndent); + void sortOrderChanged(int projectId, + int paperId, + int newSortOrder); + void contentChanged(int projectId, + int paperId, + const QString& newContent); + void trashedChanged(int projectId, + int paperId, + bool newTrashedState); + void creationDateChanged(int projectId, + int paperId, + const QDateTime& newDate); + void updateDateChanged(int projectId, + int paperId, + const QDateTime& newDate); + void contentDateChanged(int projectId, + int paperId, + const QDateTime& newDate); + void paperAdded(int projectId, + int paperId); + void paperRemoved(int projectId, + int paperId); + void paperMoved(int sourceProjectId, + int sourcePaperId, + int targetProjectId, + int targetPaperId); + + + // settings : + // void settings_settingChanged(PLMPaperHub::Stack stack, + // PLMPaperHub::Setting setting, + // const QVariant & newValue); + // void settings_docSettingChanged(int + // projectId, + // int paperId, + // PLMPaperHub::OpenedDocSetting setting, + // const QVariant & + // newValue); + +public slots: + +protected: + + QString m_tableName, m_paperType; + PLMError m_error; + int m_last_added_id; +}; + +#endif // PLMWRITEHUB_H diff --git a/src/libskribisto-data/src/plmpluginhub.cpp b/src/libskribisto-data/src/plmpluginhub.cpp new file mode 100644 index 000000000..8454dd0a1 --- /dev/null +++ b/src/libskribisto-data/src/plmpluginhub.cpp @@ -0,0 +1,121 @@ +/*************************************************************************** +* Copyright (C) 2018 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmpluginhub.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmpluginhub.h" +#include "tasks/plmsqlqueries.h" + +PLMPluginHub::PLMPluginHub(QObject *parent) : QObject(parent) +{ + qRegisterMetaType("PLMCommand"); +} + +void PLMPluginHub::reloadPlugins() +{} + +PLMError PLMPluginHub::set(int projectId, int id, + const QString& tableName, + const QString& fieldName, + const QVariant& value) +{ + PLMError error; + PLMSqlQueries queries(projectId, tableName); + + queries.beginTransaction(); + error = queries.set(id, fieldName, value); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + return error; +} + +QVariant PLMPluginHub::get(int projectId, + int id, + const QString& tableName, + const QString& fieldName) const +{ + PLMError error; + QVariant var; + QVariant result; + PLMSqlQueries queries(projectId, tableName); + + error = queries.get(id, fieldName, var); + IFOK(error) { + result = var; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +QListPLMPluginHub::getIds(int projectId, + const QString& tableName) const +{ + PLMError error; + + QList list; + QList result; + PLMSqlQueries queries(projectId, tableName); + + error = queries.getIds(list); + IFOK(error) { + result = list; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +PLMError PLMPluginHub::ensureTableExists(int projectId, + const QString& tableName, + const QString& sqlString) +{ + PLMError error; + + // TODO: check if table exist: + + + // if table doesn't exist : + + + PLMSqlQueries queries(projectId, tableName); + + error = queries.injectDirectSql(sqlString); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + return error; +} diff --git a/src/libskribisto-data/src/plmpluginhub.h b/src/libskribisto-data/src/plmpluginhub.h new file mode 100644 index 000000000..eb8d0960f --- /dev/null +++ b/src/libskribisto-data/src/plmpluginhub.h @@ -0,0 +1,150 @@ +/*************************************************************************** +* Copyright (C) 2018 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmpluginhub.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMPLUGINHUB_H +#define PLMPLUGINHUB_H + +#include +#include +#include "skribisto_data_global.h" +#include "plmerror.h" + +struct PLMCommand +{ + PLMCommand() { + origin = QString(); + cmd = QString(); + projectId = -1; + paperId = -1; + arg1 = QVariant(); + arg2 = QVariant(); + arg3 = QVariant(); + } + + PLMCommand(const QString & _origin, + const QString & _cmd, + int _projectId = -1, + int _paperId = -1, + const QVariant& _arg1 = QVariant(), + const QVariant& _arg2 = QVariant(), + const QVariant& _arg3 = QVariant()) { + origin = _origin; + cmd = _cmd; + projectId = _projectId; + paperId = _paperId; + arg1 = _arg1; + arg2 = _arg2; + arg3 = _arg3; + } + + PLMCommand(const PLMCommand& otherCommand) { + origin = otherCommand.origin; + cmd = otherCommand.cmd; + projectId = otherCommand.projectId; + paperId = otherCommand.paperId; + arg1 = otherCommand.arg1; + arg2 = otherCommand.arg2; + arg3 = otherCommand.arg3; + } + + ~PLMCommand() {} + + bool operator!() const { + return origin.isNull() || cmd.isNull(); + } + + operator bool() const { + return !origin.isNull() && !cmd.isNull(); + } + PLMCommand& operator=(const PLMCommand& otherCommand) { + origin = otherCommand.origin; + cmd = otherCommand.cmd; + projectId = otherCommand.projectId; + paperId = otherCommand.paperId; + arg1 = otherCommand.arg1; + arg2 = otherCommand.arg2; + arg3 = otherCommand.arg3; + return *this; + } + + bool operator==(const PLMCommand& otherCommand) const { + if (origin != otherCommand.origin) return false; + + if (cmd != otherCommand.cmd) return false; + + if (paperId != otherCommand.paperId) return false; + + if (projectId != otherCommand.projectId) return false; + + if (arg1 != otherCommand.arg1) return false; + + if (arg2 != otherCommand.arg2) return false; + + if (arg3 != otherCommand.arg3) return false; + + return true; + } + + QString origin; + QString cmd; + int paperId; + int projectId; + QVariant arg1; + QVariant arg2; + QVariant arg3; +}; +Q_DECLARE_METATYPE(PLMCommand) + +// -------------------------------------------------- + +class EXPORT PLMPluginHub : public QObject { + Q_OBJECT + +public: + + explicit PLMPluginHub(QObject *parent = nullptr); + + void reloadPlugins(); + PLMError set(int projectId, + int id, + const QString & tableName, + const QString & fieldName, + const QVariant& value); + QVariant get(int projectId, + int id, + const QString& tableName, + const QString& fieldName) const; + + QListgetIds(int projectId, + const QString& tableName) const; + PLMError ensureTableExists(int projectId, + const QString& tableName, + const QString& sqlString); + +signals: + + void errorSent(const PLMError& error) const; + + void commandSent(const PLMCommand& command); + +public slots: +}; + +#endif // PLMPLUGINHUB_H diff --git a/src/libskribisto-data/src/plmpluginloader.cpp b/src/libskribisto-data/src/plmpluginloader.cpp new file mode 100644 index 000000000..a11d224bf --- /dev/null +++ b/src/libskribisto-data/src/plmpluginloader.cpp @@ -0,0 +1,180 @@ +#include "plmpluginloader.h" +#include "plmutils.h" +#include +#include + +// #include "textconverter/converterinterface.h" + +PLMPluginLoader::PLMPluginLoader(QObject *parent) : QObject(parent) +{ + qRegisterMetaType >("QList"); + m_instance = this; + + for(const QString& path : PLMUtils::Dir::addonsPathsList()) { + QCoreApplication::addLibraryPath(path); + } + QCoreApplication::removeLibraryPath(qApp->applicationDirPath()); + + // foreach(const QString &path, QCoreApplication::libraryPaths() ) { + // qDebug() << path; + // } + + + // this->reload(); +} + +// --------------------------------------------------------------------------- + +PLMPluginLoader::~PLMPluginLoader() +{} + +// ----------------------------------------------------------------------------- + + +PLMPluginLoader *PLMPluginLoader::m_instance = nullptr; + +// --------------------------------------------------------------------------- + + +// void PLMPluginLoader::reload() +// { +// m_pluginsListHash.clear(); + +// // this->addPluginType(); +// // QList converterInterfaces; +// // foreach ( const QString &path, Utils::Dir::addonsPathsList()) +// // +// // +// // +// // +// // +// converterInterfaces.append(this->pluginByDir(path +// // + "/plugins/convert")); +// // // foreach (ConverterInterface *converterInterface, +// // converterInterfaces) +// // // m_pluginsListHash.insert(converterInterface->name(), +// // converterInterface); +// QList panelInterfaces; + +// foreach(const QString &path, PLMUtils::Dir::addonsPathsList()) { +// panelInterfaces.append(PLMPluginLoader::pluginByDir< +// PLMSideMainBarIconInterface>(path + +// "/plugins")); +// } + +// foreach(PLMSideMainBarIconInterface * interface, panelInterfaces) { +// PLMPlugin plugin( +// interface->name(), "", dynamic_cast(interface)); + +// m_pluginsListHash.insert(interface->name(), plugin); +// } + +// QList sideBarInterfaces; + +// foreach(const QString &path, PLMUtils::Dir::addonsPathsList()) { +// sideBarInterfaces.append(PLMPluginLoader::pluginByDir< +// PLMSideMainBarIconInterface>(path + +// +// "/plugins")); +// } + +// foreach(PLMSideMainBarIconInterface * interface, sideBarInterfaces) { +// PLMPlugin plugin( +// interface->name(), "", dynamic_cast(interface)); + +// m_pluginsListHash.insert(interface->name(), plugin); +// } + +// foreach(PLMPlugin plugin, m_pluginsListHash.values()) { +// QObject *object = plugin.object; +// QString className = object->metaObject()->className(); + +// qDebug() << "className : " + className; +// } + +// } + +// --------------------------------------------------------------------------- + + +QListPLMPluginLoader::listAll() +{ + return m_pluginsListHash.values(); +} + +// --------------------------------------------------------------------------- + +QListPLMPluginLoader::listActivated() +{ + QList list; + QHash::const_iterator i = m_pluginsListHash.constBegin(); + + while (i != m_pluginsListHash.constEnd()) { + PLMPlugin plugin = i.value(); + + // TODO: link to a list of not activated given in settings + // if (!QSettings().value("Plugins/deactivatedPlugins", + // + // 0).toStringList().contains(plugin.object->metaObject()->className())); + list << plugin; + ++i; + } + + return list; +} + +// --------------------------------------------------------------------------- + + +QObject * PLMPluginLoader::pluginObjectByName(const QString& fileName) +{ + QPluginLoader loader(fileName); + QObject *plugin = loader.instance(); + + if (!plugin) { + qDebug() << "loader.instance() FOR : " + fileName; + qDebug() << "loader.instance() : " + loader.errorString(); + } else { + plugin->setProperty("fileName", fileName); + plugin->setProperty("activatedbydefault", + loader.metaData().value("MetaData").toObject().value( + "activatedbydefault").toBool()); + plugin->setProperty("version", + loader.metaData().value("MetaData").toObject().value( + "version").toString()); + plugin->setProperty("mandatory", + loader.metaData().value("MetaData").toObject().value( + "mandatory").toString()); + plugin->setProperty("shortname", + loader.metaData().value("MetaData").toObject().value( + "shortname").toString()); + plugin->setProperty("longname", + loader.metaData().value("MetaData").toObject().value( + "longname").toString()); + } + + return plugin; +} + +// --------------------------------------------------------------------------- + + +void PLMPluginLoader::installPluginTranslations() +{ + // install translation of plugins: + QHash::const_iterator i = m_pluginsListHash.constBegin(); + + while (i != m_pluginsListHash.constEnd()) { + QString className = i.value().object->metaObject()->className(); + + // qDebug() << className; + QTranslator *translator = new QTranslator(qApp); + + if (translator->load(QLocale(PLMUtils::Lang::getUserLang()), className.toLower(), + "_", ":/translations")) { + qApp->installTranslator(translator); + } + + ++i; + } +} diff --git a/src/libskribisto-data/src/plmpluginloader.h b/src/libskribisto-data/src/plmpluginloader.h new file mode 100644 index 000000000..ddabef8e9 --- /dev/null +++ b/src/libskribisto-data/src/plmpluginloader.h @@ -0,0 +1,188 @@ +#ifndef PLMPLUGINLOADER_H +#define PLMPLUGINLOADER_H + + +#include +#include +#include +#include +#include +#include +#include +#include +#include "skribisto_data_global.h" + +// #include +// #include +// #include + +struct EXPORT PLMPlugin { + PLMPlugin() {} + + PLMPlugin(const QString& pluginName, const QString& file, QObject *pluginObject) + { + name = pluginName; + fileName = file; + object = pluginObject; + className = pluginObject->metaObject()->className(); + } + + PLMPlugin(const PLMPlugin& other) + { + name = other.name; + fileName = other.fileName; + object = other.object; + className = other.object->metaObject()->className(); + } + + ~PLMPlugin() {} + + + QString name, fileName, className; + QObject *object; +}; +Q_DECLARE_METATYPE(PLMPlugin) + + +class EXPORT PLMPluginLoader : public QObject { + Q_OBJECT + +public: + + explicit PLMPluginLoader(QObject *parent = 0); + ~PLMPluginLoader(); + + static PLMPluginLoader* instance() + { + return m_instance; + } + + // void reload(); + + + QList listAll(); + QList listActivated(); + + + templatevoid addPluginType() + { + for(QObject * obj : QPluginLoader::staticInstances()) { + T *instance = qobject_cast(obj); + + if (instance) { + PLMPlugin plugin(obj->property("name").toString(), obj->property( + "fileName").toString(), obj); + + if (!m_pluginsListHash.contains(plugin.name)) { + m_pluginsListHash.insert(plugin.name, plugin); + } + } + } + + for(const QString& path : QCoreApplication::libraryPaths()) { + QList objects = this->pluginObjectsByDir(path); + + for(QObject * obj : objects) { + T *instance = qobject_cast(obj); + + if (instance) { + PLMPlugin plugin(obj->property("name").toString(), obj->property( + "fileName").toString(), obj); + + if (!m_pluginsListHash.contains(plugin.name)) { + m_pluginsListHash.insert(plugin.name, plugin); + } + } + } + } + } + + templateQListpluginsByType() + { + QList list; + + for(PLMPlugin p : m_pluginsListHash.values()) { + QObject *object = p.object; + + if (!object->property("activatedbydefault").toBool()) { + continue; + } + + if (T *plugin = qobject_cast(object)) { + list.push_back(plugin); + } + } + + return list; + } + + void installPluginTranslations(); + +private: + + templateT* pluginByName(const QString& fileName) + { + QPluginLoader loader(fileName); + QObject *plugin = loader.instance(); + + if (!plugin) { + qDebug() << "loader.instance() AT : " + fileName; + qDebug() << "loader.instance() : " + loader.errorString(); + + // to clean up if wrong libs loaded : + plugin->deleteLater(); + } + else { + this->installPluginTranslations(); + } + + + return qobject_cast(plugin); + } + + templateQListpluginByDir(const QString& dir) + { + QList ls; + QDir plugDir = QDir(dir); + + for(const QString& file : plugDir.entryList(QDir::Files)) { + if (T *plugin = + PLMPluginLoader::pluginByName(plugDir.absoluteFilePath(file))) { + ls.push_back(plugin); + } + } + + return ls; + } + + QObject * pluginObjectByName(const QString& fileName); + + templateQListpluginObjectsByDir(const QString& dir) + { + QList ls; + QDir plugDir = QDir(dir); + QStringList filter; + + filter << "*.so" << ".dll"; + QDir::Filters filterFlags(QDir::Files& ~QDir::Executable); + + for(const QString& file : plugDir.entryList(filter, filterFlags, QDir::NoSort)) { + if (T *plugin = + PLMPluginLoader::pluginByName(plugDir.absoluteFilePath(file))) + if (plugin) { + ls.push_back(pluginObjectByName(plugDir.absoluteFilePath(file))); + } + } + + return ls; + } + +private: + + static PLMPluginLoader *m_instance; + QHashm_pluginsListHash; + QStringList m_pluginTypesList; +}; + + +#endif // PLUGINLOADER_H diff --git a/src/libskribisto-data/src/plmprojecthub.cpp b/src/libskribisto-data/src/plmprojecthub.cpp new file mode 100644 index 000000000..6419e59c0 --- /dev/null +++ b/src/libskribisto-data/src/plmprojecthub.cpp @@ -0,0 +1,592 @@ +#include "plmprojecthub.h" +#include +#include +#include +#include +#include +#include +#include +#include "tasks/plmprojectmanager.h" +#include "tasks/plmsqlqueries.h" + +PLMProjectHub::PLMProjectHub(QObject *parent) : QObject(parent), + m_tableName("tbl_project") +{ + // connection for 'getxxx' functions to have a way to get errors. + connect(this, + &PLMProjectHub::errorSent, + this, + &PLMProjectHub::setError, + Qt::DirectConnection); +} + +PLMError PLMProjectHub::loadProject(const QUrl& urlFilePath) +{ + // qDebug() << "loading project"; + int projectId = -1; + PLMError error = plmProjectManager->loadProject(urlFilePath, projectId); + + // qDebug() << "projectId : " << QString::number(projectId); + IFOK(error) { + this->setActiveProject(projectId); + m_projectsNotModifiedOnceList.append(projectId); + emit projectLoaded(projectId); + emit projectCountChanged(this->getProjectCount()); + emit isThereAnyLoadedProjectChanged(true); + + this->setActiveProject(projectId); + } + + + return error; +} + +PLMError PLMProjectHub::createNewEmptyProject(const QUrl& path) +{ + int projectId = -1; + PLMError error = plmProjectManager->createNewEmptyDatabase(projectId); + + + IFOK(error) { + this->setActiveProject(projectId); + m_projectsNotModifiedOnceList.append(projectId); + emit projectLoaded(projectId); + emit projectCountChanged(this->getProjectCount()); + emit isThereAnyLoadedProjectChanged(true); + + this->setProjectNotSavedAnymore(projectId); + this->setActiveProject(projectId); + + } + IFOK(error) { + if(path.isValid()){ + error = this->saveProjectAs(projectId, this->getProjectType(projectId), path); + } + } + + return error; +} + +PLMError PLMProjectHub::saveProject(int projectId) +{ + PLMError error; + + error = plmProjectManager->saveProject(projectId); + IFOK(error) { + m_projectsNotModifiedOnceList.removeAll(projectId); + m_projectsNotSavedList.removeAll(projectId); + emit projectSaved(projectId); + } + return error; +} + +/// +/// \brief PLMProjectHub::setProjectNotSavedAnymore +/// \param projectId +/// called every modification +void PLMProjectHub::setProjectNotSavedAnymore(int projectId) +{ + if (!m_projectsNotSavedList.contains(projectId)) { + m_projectsNotSavedList.append(projectId); + m_projectsNotModifiedOnceList.removeAll(projectId); + emit projectNotSavedAnymore(projectId); + } +} + +QListPLMProjectHub::projectsNotModifiedOnce() { + return m_projectsNotModifiedOnceList; +} + +bool PLMProjectHub::isProjectNotModifiedOnce(int projectId) +{ + return m_projectsNotModifiedOnceList.contains(projectId); +} + +bool PLMProjectHub::isProjectSaved(int projectId) +{ + return !m_projectsNotSavedList.contains(projectId); +} + +QListPLMProjectHub::projectsNotSaved() { + return m_projectsNotSavedList; +} + +PLMError PLMProjectHub::saveProjectAs(int projectId, + const QString& type, + const QUrl & path) +{ + PLMError error; + + // determine if this is a backup project + bool isThisABackup = isThisProjectABackup(projectId); + + + // save + error = plmProjectManager->saveProjectAs(projectId, type, path); + IFOK(error) { + m_projectsNotModifiedOnceList.removeAll(projectId); + m_projectsNotSavedList.removeAll(projectId); + + if (isThisABackup) { + emit projectIsBackupChanged(projectId, false); + } + + emit projectSaved(projectId); + } + return error; +} + +// ---------------------------------------------------------------------------- + +PLMError PLMProjectHub::saveAProjectCopy(int projectId, + const QString& type, + const QUrl & path) +{ + PLMError error; + + // firstly, save the project + error = this->saveProjectAs(projectId, type, path); + + // then create a copy + IFOK(error) { + error = plmProjectManager->saveProjectAs(projectId, type, path, true); + } + return error; +} + +// ---------------------------------------------------------------------------- + +PLMError PLMProjectHub::backupAProject(int projectId, + const QString& type, + const QUrl & folderPath) { + PLMError error; + + QUrl projectPath = this->getPath(projectId); + + if (projectPath.isEmpty()) { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_no_path"); + } + + if (projectPath.scheme() == "qrc") { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_qrc_projects_cant_back_up"); + } + + + IFOK(error) { + // verify backup path + QFileInfo folderInfo(folderPath.toLocalFile()); + + if (!folderInfo.exists()) { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_path_dont_exist"); + } + + if (!folderInfo.isDir()) { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_path_not_a_directory"); + } + + if (!folderInfo.isWritable()) { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_path_not_writable"); + } + } + + + // determine file base + QFileInfo info(projectPath.toLocalFile()); + QFileInfo backupFolderInfo(folderPath.toLocalFile()); + QString backupFile = backupFolderInfo.filePath() + "/" + info.completeBaseName(); + + // add date and time : + QDateTime now = QDateTime::currentDateTime(); + QString nowText = now.toString("_yyyy-MM-dd-HHmmss"); + + backupFile = backupFile + nowText; + + // add suffix : + backupFile = backupFile + "." + type; + + // firstly, save the project + IFOKDO(error, this->saveProject(projectId)); + + // then create a copy + IFOK(error) { + error = + plmProjectManager->saveProjectAs(projectId, + type, + QUrl::fromLocalFile(backupFile), + true); + } + return error; +} + +// ---------------------------------------------------------------------------- + +bool PLMProjectHub::doesBackupOfTheDayExistAtPath(int projectId, const QUrl& folderPath) { + PLMError error; + + QUrl projectPath = this->getPath(projectId); + + if (projectPath.isEmpty()) { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_no_path"); + } + IFOK(error) { + // verify backup path + QFileInfo folderInfo(folderPath.toLocalFile()); + + if (!folderInfo.exists()) { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_path_dont_exist"); + } + + if (!folderInfo.isDir()) { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_path_not_a_directory"); + } + + if (!folderInfo.isWritable()) { + error.addData(projectId); + error.setSuccess(false); + error.setErrorCode("E_PROJECT_path_not_writable"); + } + } + IFKO(error) { + emit errorSent(error); + + return true; + } + + + // determine file base + QFileInfo info(projectPath.toLocalFile()); + QString backupFileOfTheDay = info.completeBaseName(); + + // add date and time : + QDateTime now = QDateTime::currentDateTime(); + QString nowText = now.toString("_yyyy-MM-dd"); + + backupFileOfTheDay = backupFileOfTheDay + nowText + "*"; + + // find file begining with backupFileOfTheDay + + QDir dir(folderPath.toLocalFile()); + QStringList nameFilters; + + nameFilters << backupFileOfTheDay; + QStringList entries = dir.entryList(nameFilters); + + if (entries.isEmpty()) { + return false; + } + return true; +} + +// ---------------------------------------------------------------------------- + +PLMError PLMProjectHub::closeProject(int projectId) +{ + PLMError error; + emit projectToBeClosed(projectId); + + error = plmProjectManager->closeProject(projectId); + IFOK(error) { + emit projectClosed(projectId); + emit projectCountChanged(this->getProjectCount()); + + if (isThereAnyLoadedProject()) { + emit isThereAnyLoadedProjectChanged(true); + } + else { + emit isThereAnyLoadedProjectChanged(false); + } + m_projectsNotModifiedOnceList.removeAll(projectId); + m_projectsNotSavedList.removeAll(projectId); + } + return error; +} + +// ---------------------------------------------------------------------------- + +PLMError PLMProjectHub::closeAllProjects() +{ + PLMError error; + + QList idList = plmProjectManager->projectIdList(); + + for (int id : idList) { + IFOKDO(error, closeProject(id)); + IFKO(error) { + break; + } + } + + IFOK(error) { + emit allProjectsClosed(); + } + return error; +} +// ---------------------------------------------------------------------------- + + +QListPLMProjectHub::getProjectIdList() +{ + return plmProjectManager->projectIdList(); +} + +// ---------------------------------------------------------------------------- + +int PLMProjectHub::getProjectCount() +{ + return plmProjectManager->projectIdList().count(); +} + +// ---------------------------------------------------------------------------- + +QUrl PLMProjectHub::getPath(int projectId) const +{ + PLMError error; + QUrl result; + PLMProject *project = plmProjectManager->project(projectId); + + if (!project) { + error.setSuccess(false); + } + + IFOK(error) { + result = project->getPath(); + } + IFKO(error) { + // no project + emit errorSent(error); + } + return result; +} + +// ---------------------------------------------------------------------------- + +PLMError PLMProjectHub::setPath(int projectId, const QUrl& newUrlPath) +{ + PLMError error; + PLMProject *project = plmProjectManager->project(projectId); + + if (!project) { + error.setSuccess(false); + } + + IFOKDO(error, project->setPath(newUrlPath)) + IFOK(error) { + emit projectPathChanged(projectId, newUrlPath); + } + return error; +} +// ---------------------------------------------------------------------------- + +bool PLMProjectHub::isURLAlreadyLoaded(const QUrl& newUrlPath){ + QList list = plmProjectManager->projectIdList(); + + for(int id : list){ + if(newUrlPath == this->getPath(id)){ + return true; + } + } + return false; + +} + + +// ---------------------------------------------------------------------------- +int PLMProjectHub::getLastLoaded() const +{ + QList list = plmProjectManager->projectIdList(); + int lastId = -1; + + if (!list.isEmpty()) { + lastId = list.last(); + } + + return lastId; +} + +// ---------------------------------------------------------------------------- + +PLMError PLMProjectHub::getError() +{ + return m_error; +} + +bool PLMProjectHub::isThereAnyLoadedProject() +{ + QList list = plmProjectManager->projectIdList(); + + if (list.isEmpty()) { + return false; + } + return true; +} + +// ---------------------------------------------------------------------------- + +bool PLMProjectHub::isThisProjectABackup(int projectId) +{ + if (this->getPath(projectId).isEmpty()) { + return false; + } + + if (this->getPath(projectId).toLocalFile().contains(QRegularExpression( + "_\\d\\d\\d\\d-\\d\\d-\\d\\d-\\d\\d\\d\\d\\d\\d"))) + { + return true; + } + return false; +} + +// ---------------------------------------------------------------------------- + +QString PLMProjectHub::getProjectType(int projectId) const +{ + PLMError error; + QString result; + PLMProject *project = plmProjectManager->project(projectId); + + if (!project) { + error.setSuccess(false); + } + + IFOK(error) { + result = project->getType(); + } + IFKO(error) { + // no project + emit errorSent(error); + } + return result; +} + +// ---------------------------------------------------------------------------- + +void PLMProjectHub::setActiveProject(int activeProject) +{ + m_activeProject = activeProject; + + emit activeProjectChanged(m_activeProject); +} + +// ---------------------------------------------------------------------------- + +bool PLMProjectHub::isThisProjectActive(int projectId) +{ + return this->getActiveProject() == projectId; +} + +// ---------------------------------------------------------------------------- + +int PLMProjectHub::getActiveProject() +{ + if (this->getProjectIdList().isEmpty()) { + m_activeProject = -2; + } + else if (!this->getProjectIdList().contains(m_activeProject)) { + m_activeProject = this->getProjectIdList().first(); + } + + if (this->getProjectIdList().count() == 1) { + m_activeProject = this->getProjectIdList().first(); + } + return m_activeProject; +} + +// ---------------------------------------------------------------------------- + +void PLMProjectHub::setError(const PLMError& error) +{ + m_error = error; +} + +// ---------------------------------------------------------------------------- + +QString PLMProjectHub::getProjectName(int projectId) const { + return get(projectId, "t_project_name").toString(); +} + +PLMError PLMProjectHub::setProjectName(int projectId, const QString& projectName) { + PLMError error = this->set(projectId, "t_project_name", projectName, true); + + IFOK(error) { + emit projectNameChanged(projectId, projectName); + + this->projectNotSavedAnymore(projectId); + } + IFKO(error) { + emit errorSent(error); + + this->setProjectNotSavedAnymore(projectId); + } + return error; +} + +// ---------------------------------------------------------------------------- + +QString PLMProjectHub::getProjectUniqueId(int projectId) const +{ + return get(projectId, "t_project_unique_identifier").toString(); +} + +// ---------------------------------------------------------------------------- + +PLMError PLMProjectHub::set(int projectId, + const QString & fieldName, + const QVariant& value, + bool setCurrentDateBool) +{ + PLMError error; + PLMSqlQueries queries(projectId, m_tableName); + int id = 1; + + queries.beginTransaction(); + error = queries.set(id, fieldName, value); + + if (setCurrentDateBool) { + IFOKDO(error, queries.setCurrentDate(id, "dt_updated")); + } + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + return error; +} + +QVariant PLMProjectHub::get(int projectId, const QString& fieldName) const +{ + PLMError error; + QVariant var; + QVariant result; + int id = 1; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.get(id, fieldName, var); + IFOK(error) { + result = var; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} diff --git a/src/libskribisto-data/src/plmprojecthub.h b/src/libskribisto-data/src/plmprojecthub.h new file mode 100644 index 000000000..2666ca8d5 --- /dev/null +++ b/src/libskribisto-data/src/plmprojecthub.h @@ -0,0 +1,134 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmprojecthub.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMPROJECTHUB_H +#define PLMPROJECTHUB_H + +#include +#include +#include "plmerror.h" +#include "skribisto_data_global.h" + + +class EXPORT PLMProjectHub : public QObject { + Q_OBJECT + Q_PROPERTY( + bool isThereAnyLoadedProject READ isThereAnyLoadedProject NOTIFY isThereAnyLoadedProjectChanged) + +public: + + explicit PLMProjectHub(QObject *parent); + Q_INVOKABLE PLMError loadProject(const QUrl& urlFilePath); + Q_INVOKABLE PLMError createNewEmptyProject(const QUrl& path); + Q_INVOKABLE PLMError saveProject(int projectId); + Q_INVOKABLE PLMError saveProjectAs(int projectId, + const QString& type, + const QUrl & path); + Q_INVOKABLE PLMError saveAProjectCopy(int projectId, + const QString& type, + const QUrl & path); + Q_INVOKABLE PLMError backupAProject(int projectId, + const QString& type, + const QUrl & folderPath); + Q_INVOKABLE bool doesBackupOfTheDayExistAtPath(int projectId, + const QUrl& folderPath); + Q_INVOKABLE PLMError closeProject(int projectId); + Q_INVOKABLE PLMError closeAllProjects(); + Q_INVOKABLE QListgetProjectIdList(); + Q_INVOKABLE int getProjectCount(); + Q_INVOKABLE QUrl getPath(int projectId) const; + PLMError setPath(int projectId, + const QUrl& newUrlPath); + Q_INVOKABLE int getLastLoaded() const; + PLMError getError(); + Q_INVOKABLE bool isThereAnyLoadedProject(); + Q_INVOKABLE bool isURLAlreadyLoaded(const QUrl& newUrlPath); + + Q_INVOKABLE int getActiveProject(); + Q_INVOKABLE void setActiveProject(int activeProject); + Q_INVOKABLE bool isThisProjectActive(int projectId); + + + Q_INVOKABLE QListprojectsNotSaved(); + Q_INVOKABLE bool isProjectSaved(int projectId); + Q_INVOKABLE QListprojectsNotModifiedOnce(); + Q_INVOKABLE bool isProjectNotModifiedOnce(int projectId); + + + Q_INVOKABLE QString getProjectName(int projectId) const; + Q_INVOKABLE PLMError setProjectName(int projectId, + const QString& projectName); + + QString getProjectUniqueId(int projectId) const; + Q_INVOKABLE bool isThisProjectABackup(int projectId); + + QString getProjectType(int projectId) const; + + PLMError set(int projectId, + const QString & fieldName, + const QVariant& value, + bool setCurrentDateBool = true); + QVariant get(int projectId, + const QString& fieldName) const; + +signals: + + void errorSent(const PLMError& error) const; + Q_INVOKABLE void projectLoaded(int projectId); + + /// + /// \brief projectToBeClosed + /// \param projectId + /// To be used with a direct connection + Q_INVOKABLE void projectToBeClosed(int projectId); + Q_INVOKABLE void projectClosed(int projectId); + Q_INVOKABLE void allProjectsClosed(); + Q_INVOKABLE void isThereAnyLoadedProjectChanged(bool value); + Q_INVOKABLE void projectTypeChanged(int projectId, + const QString& newType); + Q_INVOKABLE void activeProjectChanged(int projectId); + Q_INVOKABLE void projectPathChanged(int projectId, + const QUrl& newUrlPath); + Q_INVOKABLE void projectNameChanged(int projectId, + const QString& newProjectName); + Q_INVOKABLE void projectSaved(int projectId); + Q_INVOKABLE void projectNotSavedAnymore(int projectId); + Q_INVOKABLE void projectCountChanged(int count); + + Q_INVOKABLE void projectIsBackupChanged(int projectId, + bool isThisABackup); + +public slots: + + void setProjectNotSavedAnymore(int projectId); + +private slots: + + void setError(const PLMError& error); + +private: + + PLMError m_error; + QListm_projectsNotModifiedOnceList, m_projectsNotSavedList; + QString m_tableName; + int m_activeProject; +}; + +#endif // PLMPROJECTHUB_H diff --git a/src/libskribisto-data/src/plmpropertyhub.cpp b/src/libskribisto-data/src/plmpropertyhub.cpp new file mode 100644 index 000000000..f527a6303 --- /dev/null +++ b/src/libskribisto-data/src/plmpropertyhub.cpp @@ -0,0 +1,675 @@ +/*************************************************************************** +* Copyright (C) 2017 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmpropertyhub.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmpropertyhub.h" +#include "tools.h" +#include "tasks/plmsqlqueries.h" + +#include + +PLMPropertyHub::PLMPropertyHub(QObject *parent, + const QString& tableName, + const QString& paperCodeFieldName) + : QObject(parent), m_tableName(tableName), m_paperCodeFieldName(paperCodeFieldName), + m_last_added_id(-1) +{} + +QHashPLMPropertyHub::getAllNames(int projectId) const +{ + PLMError error; + + QHash result; + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getValueByIds("t_name", out); + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntQString(out); + } + + IFKO(error) { + emit errorSent(error); + } + return result; +} + +QHashPLMPropertyHub::getAllValues(int projectId) const +{ + PLMError error; + + QHash result; + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getValueByIds("t_value", out); + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntQString(out); + } + + IFKO(error) { + emit errorSent(error); + } + return result; +} + +QHashPLMPropertyHub::getAllIsSystems(int projectId) const +{ + PLMError error; + + QHash result; + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getValueByIds("b_system", out); + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntBool(out); + } + + IFKO(error) { + emit errorSent(error); + } + return result; +} + +QHashPLMPropertyHub::getAllPaperCodes(int projectId) const +{ + PLMError error; + + QHash result; + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getValueByIds(m_paperCodeFieldName, out); + + IFOK(error) { + result = HashIntQVariantConverter::convertToIntInt(out); + } + + IFKO(error) { + emit errorSent(error); + } + return result; +} + +QListPLMPropertyHub::getAllIds(int projectId) const +{ + PLMError error; + + QList result; + QList out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getIds(out); + + IFOK(error) { + result = out; + } + + + IFKO(error) { + emit errorSent(error); + } + return result; +} + +QListPLMPropertyHub::getAllIdsWithPaperCode(int projectId, int paperCode) const +{ + PLMError error; + + QList result; + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getValueByIds("l_property_id", out, m_paperCodeFieldName, paperCode); + + IFOK(error) { + result = out.keys(); + } + + IFKO(error) { + emit errorSent(error); + } + return result; +} + +PLMError PLMPropertyHub::setProperty(int projectId, + int paperCode, + const QString& name, + const QString& value) +{ + PLMError error; + int propertyId = -1; + + if (propertyExists(projectId, paperCode, name)) { + propertyId = findPropertyId(projectId, paperCode, name); + } + else { + IFOKDO(error, addProperty(projectId, paperCode, propertyId)); + IFOK(error) { + propertyId = getLastAddedId(); + } + } + + IFOKDO(error, setPropertyById(projectId, propertyId, name, value)); + + + return error; +} + +PLMError PLMPropertyHub::setPropertyById(int projectId, + int propertyId, + const QString& name, + const QString& value) +{ + PLMError error; + + PLMSqlQueries queries(projectId, m_tableName); + + queries.beginTransaction(); + + error = queries.set(propertyId, "t_name", name); + IFOKDO(error, queries.set(propertyId, "t_value", value)); + IFOKDO(error, queries.setCurrentDate(propertyId, "dt_updated")); + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + QVariant result; + + IFOKDO(error, queries.get(propertyId, m_paperCodeFieldName, result)); + IFOK(error) { + emit propertyChanged(projectId, propertyId, result.toInt(), name, value); + emit projectModified(projectId); + } + IFKO(error) { + emit errorSent(error); + } + + return error; +} + +// --------------------------------------------------------------------- + +PLMError PLMPropertyHub::setId(int projectId, int propertyId, int newId) +{ + PLMSqlQueries queries(projectId, m_tableName); + + queries.beginTransaction(); + + PLMError error = queries.setId(propertyId, newId); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + emit idChanged(projectId, propertyId, newId); + emit projectModified(projectId); + } + return error; +} + +// --------------------------------------------------------------------- + +PLMError PLMPropertyHub::setValue(int projectId, int propertyId, const QString& value) +{ + PLMSqlQueries queries(projectId, m_tableName); + QVariant result; + + queries.get(propertyId, "t_name", result); + QString name = result.toString(); + + queries.get(propertyId, m_paperCodeFieldName, result); + int paperCode = result.toInt(); + + queries.beginTransaction(); + + PLMError error = queries.set(propertyId, "t_value", value); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + emit propertyChanged(projectId, propertyId, paperCode, name, value); + emit projectModified(projectId); + } + return error; +} + +PLMError PLMPropertyHub::setName(int projectId, int propertyId, const QString& name) +{ + PLMSqlQueries queries(projectId, m_tableName); + QVariant result; + + queries.get(propertyId, "t_value", result); + QString value = result.toString(); + + queries.get(propertyId, m_paperCodeFieldName, result); + int paperCode = result.toInt(); + + queries.beginTransaction(); + + PLMError error = queries.set(propertyId, "t_name", name); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + emit propertyChanged(projectId, propertyId, paperCode, name, value); + emit projectModified(projectId); + } + return error; +} + +// --------------------------------------------------------------------- + +QString PLMPropertyHub::getName(int projectId, int propertyId) +{ + PLMError error; + QString result; + QVariant out; + + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.get(propertyId, "t_name", out); + IFKO(error) { + emit errorSent(error); + } + result = out.toString(); + return result; +} + +// --------------------------------------------------------------------- + +PLMError PLMPropertyHub::setPaperCode(int projectId, int propertyId, int paperCode) +{ + PLMSqlQueries queries(projectId, m_tableName); + QVariant result; + + queries.get(propertyId, "t_value", result); + QString value = result.toString(); + + queries.get(propertyId, "t_name", result); + QString name = result.toString(); + + queries.beginTransaction(); + + PLMError error = queries.set(propertyId, m_paperCodeFieldName, paperCode); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + emit propertyChanged(projectId, propertyId, paperCode, name, value); + emit projectModified(projectId); + } + return error; +} + +// --------------------------------------------------------------------- + +int PLMPropertyHub::getPaperCode(int projectId, int propertyId) +{ + PLMError error; + int result; + QVariant out; + + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.get(propertyId, m_paperCodeFieldName, out); + IFKO(error) { + emit errorSent(error); + } + result = out.toInt(); + return result; +} + +PLMError PLMPropertyHub::setCreationDate(int projectId, + int propertyId, + const QDateTime& date) +{ + PLMSqlQueries queries(projectId, m_tableName); + + // QVariant result; + // queries.get(propertyId, "t_value", result); + // QString value = result.toString(); + // queries.get(propertyId, "t_name", result); + // QString name = result.toString(); + + queries.beginTransaction(); + + PLMError error = queries.set(propertyId, "dt_created", date); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + // emit propertyChanged(projectId, propertyId, paperCode, name, value); + } + return error; +} + +// --------------------------------------------------------------------- + +QDateTime PLMPropertyHub::getCreationDate(int projectId, int propertyId) const +{ + PLMError error; + QDateTime result; + QVariant out; + + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.get(propertyId, "dt_created", out); + IFKO(error) { + emit errorSent(error); + } + result = out.toDateTime(); + return result; +} + +// --------------------------------------------------------------------- + +PLMError PLMPropertyHub::setModificationDate(int projectId, + int propertyId, + const QDateTime& date) +{ + PLMSqlQueries queries(projectId, m_tableName); + + // QVariant result; + // queries.get(propertyId, "t_value", result); + // QString value = result.toString(); + // queries.get(propertyId, "t_name", result); + // QString name = result.toString(); + + queries.beginTransaction(); + + PLMError error = queries.set(propertyId, "dt_updated", date); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + // emit propertyChanged(projectId, propertyId, paperCode, name, value); + } + return error; +} + +// --------------------------------------------------------------------- + +QDateTime PLMPropertyHub::getModificationDate(int projectId, int propertyId) const +{ + PLMError error; + QDateTime result; + QVariant out; + + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.get(propertyId, "dt_updated", out); + IFKO(error) { + emit errorSent(error); + } + result = out.toDateTime(); + return result; +} + +PLMError PLMPropertyHub::setSystem(int projectId, int propertyId, bool isSystem) +{ + PLMSqlQueries queries(projectId, m_tableName); + + // QVariant result; + // queries.get(propertyId, "t_value", result); + // QString value = result.toString(); + // queries.get(propertyId, "t_name", result); + // QString name = result.toString(); + + queries.beginTransaction(); + + PLMError error = queries.set(propertyId, "b_system", isSystem); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + IFOK(error) { + // emit propertyChanged(projectId, propertyId, paperCode, name, value); + } + return error; +} + +// --------------------------------------------------------------------- + + +bool PLMPropertyHub::getSystem(int projectId, int propertyId) const +{ + PLMError error; + bool result; + QVariant out; + + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.get(propertyId, "b_system", out); + IFKO(error) { + emit errorSent(error); + } + result = out.toBool(); + return result; +} + +// --------------------------------------------------------------------- + +QString PLMPropertyHub::getProperty(int projectId, int paperCode, + const QString& name) const +{ + PLMError error; + QString result; + + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + QHash where; + + where.insert(m_paperCodeFieldName, paperCode); + where.insert("t_name", name); + error = queries.getValueByIdsWhere("t_value", out, where); + + if (out.isEmpty()) { + return result; + } + + IFOK(error) { + result = out.values().first().toString(); + } + + IFKO(error) { + emit errorSent(error); + } + + return result; +} + +// --------------------------------------------------------------------- + +QString PLMPropertyHub::getProperty(int projectId, + int paperCode, + const QString& name, + const QString& defaultValue) const +{ + QString result = getProperty(projectId, paperCode, name); + + if (result.isNull()) { + result = defaultValue; + } + return result; +} + +// --------------------------------------------------------------------- + +QString PLMPropertyHub::getPropertyById(int projectId, int propertyId) const +{ + PLMError error; + QString result; + QVariant out; + + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.get(propertyId, "t_value", out); + IFKO(error) { + emit errorSent(error); + } + result = out.toString(); + return result; +} + +// ----------------------------------------------------------------------------- + +int PLMPropertyHub::getLastAddedId() +{ + return m_last_added_id; +} + +// --------------------------------------------------------------------- + + +PLMError PLMPropertyHub::addProperty(int projectId, int paperCode, int imposedPropertyId) +{ + PLMSqlQueries queries(projectId, m_tableName); + + QHash values; + + values.insert(m_paperCodeFieldName, paperCode); + + if (imposedPropertyId != -1) values.insert("l_property_id", imposedPropertyId); + int newPropertyId = -1; + PLMError error = queries.add(values, newPropertyId); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + m_last_added_id = newPropertyId; + emit propertyAdded(projectId, newPropertyId); + emit projectModified(projectId); + } + IFKO(error) { + emit errorSent(error); + } + return error; +} + +PLMError PLMPropertyHub::removeProperty(int projectId, int propertyId) +{ + PLMSqlQueries queries(projectId, m_tableName); + PLMError error = queries.remove(propertyId); + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + emit propertyRemoved(projectId, propertyId); + emit projectModified(projectId); + } + IFKO(error) { + emit errorSent(error); + } + return error; +} + +bool PLMPropertyHub::propertyExists(int projectId, int paperCode, const QString& name) +{ + PLMSqlQueries queries(projectId, m_tableName); + + + QHash where; + + where.insert(m_paperCodeFieldName, paperCode); + where.insert("t_name", name); + + return queries.resultExists(where); +} + +int PLMPropertyHub::findPropertyId(int projectId, int paperCode, const QString& name) +{ + PLMError error; + int result = 0; + + QHash out; + PLMSqlQueries queries(projectId, m_tableName); + QHash where; + + where.insert(m_paperCodeFieldName, paperCode); + where.insert("t_name", name); + error = queries.getValueByIdsWhere("l_property_id", out, where); + + IFOK(error) { + result = out.keys().first(); + } + + IFKO(error) { + emit errorSent(error); + } + return result; +} diff --git a/src/libskribisto-data/src/plmpropertyhub.h b/src/libskribisto-data/src/plmpropertyhub.h new file mode 100644 index 000000000..27b4228a0 --- /dev/null +++ b/src/libskribisto-data/src/plmpropertyhub.h @@ -0,0 +1,140 @@ +/*************************************************************************** +* Copyright (C) 2017 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmpropertyhub.h +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMPROPERTYHUB_H +#define PLMPROPERTYHUB_H + +#include +#include +#include +#include +#include +#include + +#include "plmerror.h" +#include "skribisto_data_global.h" + + +class EXPORT PLMPropertyHub : public QObject { + Q_OBJECT + +public: + + explicit PLMPropertyHub(QObject *parent, + const QString& tableName, + const QString& paperCodeFieldName); + + QListgetAllIdsWithPaperCode(int projectId, + int paperCode) const; + PLMError setProperty(int projectId, + int paperCode, + const QString& name, + const QString& value); + int getLastAddedId(); + PLMError addProperty(int projectId, + int paperCode, + int imposedPropertyId = -1); + PLMError removeProperty(int projectId, + int propertyId); + PLMError setPropertyById(int projectId, + int propertyId, + const QString& name, + const QString& value); + PLMError setId(int projectId, + int propertyId, + int newId); + PLMError setValue(int projectId, + int propertyId, + const QString& value); + PLMError setName(int projectId, + int propertyId, + const QString& name); + QString getName(int projectId, + int propertyId); + PLMError setPaperCode(int projectId, + int propertyId, + int paperCode); + int getPaperCode(int projectId, + int propertyId); + PLMError setCreationDate(int projectId, + int propertyId, + const QDateTime& date); + QDateTime getCreationDate(int projectId, + int propertyId) const; + PLMError setModificationDate(int projectId, + int propertyId, + const QDateTime& date); + QDateTime getModificationDate(int projectId, + int propertyId) const; + PLMError setSystem(int projectId, + int propertyId, + bool isSystem); + bool getSystem(int projectId, + int propertyId) const; + bool propertyExists(int projectId, + int paperCode, + const QString& name); + int findPropertyId(int projectId, + int paperCode, + const QString& name); + QString getProperty(int projectId, + int paperCode, + const QString& name) const; + QString getProperty(int projectId, + int paperCode, + const QString& name, + const QString& defaultValue) const; + QString getPropertyById(int projectId, + int propertyId) const; + QHashgetAllNames(int projectId) const; + QHashgetAllValues(int projectId) const; + QHash getAllIsSystems(int projectId) const; + QHash getAllPaperCodes(int projectId) const; + QList getAllIds(int projectId) const; + +signals: + + void errorSent(const PLMError& error) const; + void projectModified(int projectId); + void propertyChanged(int projectId, + int propertyId, + int paperCode, + const QString& name, + const QString& value); + void idChanged(int projectId, + int propertyId, + int newId); + void propertyAdded(int projectId, + int propertyId); + void propertyRemoved(int projectId, + int propertyId); + +public slots: + +private: + +private: + + QString m_tableName, m_paperCodeFieldName; + int m_last_added_id; +}; + +#endif // PLMPROPERTYHUB_H diff --git a/src/libskribisto-data/src/plmsheethub.cpp b/src/libskribisto-data/src/plmsheethub.cpp new file mode 100644 index 000000000..c380d099e --- /dev/null +++ b/src/libskribisto-data/src/plmsheethub.cpp @@ -0,0 +1,48 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheethub.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmsheethub.h" +#include "tasks/plmsqlqueries.h" + +PLMSheetHub::PLMSheetHub(QObject *parent) : PLMPaperHub(parent, "tbl_sheet") +{} + +QHashPLMSheetHub::getSheetData(int projectId, int sheetId) const +{ + PLMError error; + + QHash var; + QHash result; + QStringList fieldNames; + + fieldNames << "l_sheet_id" << "l_dna" << "l_sort_order" << "l_indent" << + "l_version" << "t_title" << "dt_created" << "dt_updated" << "dt_content" << + "b_trashed"; + PLMSqlQueries queries(projectId, m_tableName); + + error = queries.getMultipleValues(sheetId, fieldNames, var); + IFOK(error) { + result = var; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} diff --git a/src/libskribisto-data/src/plmsheethub.h b/src/libskribisto-data/src/plmsheethub.h new file mode 100644 index 000000000..30ce261dc --- /dev/null +++ b/src/libskribisto-data/src/plmsheethub.h @@ -0,0 +1,40 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheethub.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMSHEETHUB_H +#define PLMSHEETHUB_H + +#include +#include "plmpaperhub.h" +#include "skribisto_data_global.h" + +class EXPORT PLMSheetHub : public PLMPaperHub { + Q_OBJECT + +public: + + PLMSheetHub(QObject *parent); + + + QHashgetSheetData(int projectId, + int sheetId) const; +}; + +#endif // PLMSHEETHUB_H diff --git a/src/libskribisto-data/src/plmsignalhub.h b/src/libskribisto-data/src/plmsignalhub.h new file mode 100644 index 000000000..693a67b98 --- /dev/null +++ b/src/libskribisto-data/src/plmsignalhub.h @@ -0,0 +1,38 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsignalhub.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMSIGNALHUB_H +#define PLMSIGNALHUB_H + +#include +#include "skribisto_data_global.h" + +class EXPORT PLMSignalHub : public QObject { + Q_OBJECT + +public: + + PLMSignalHub(QObject *parent) : QObject(parent) {} + +signals: + +private: +}; +#endif // PLMSIGNALHUB_H diff --git a/src/libskribisto-data/src/plmutils.cpp b/src/libskribisto-data/src/plmutils.cpp new file mode 100644 index 000000000..ee4557d66 --- /dev/null +++ b/src/libskribisto-data/src/plmutils.cpp @@ -0,0 +1,874 @@ +/*************************************************************************** +* Copyright (C) 2018 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmutils.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmutils.h" +#include +#include +#include +#include +#include +#include + +// #include "zipper/zipchecker.h" + + +/*! + Delete a directory along with all of its contents. + + \param dirName Path of directory to remove. + \return true on success; false on error. + */ +bool PLMUtils::Dir::removeDir(const QString& dirName) +{ + bool result = true; + QDir dir(dirName); + + if (dir.exists(dirName)) { + for (QFileInfo info : + dir.entryInfoList(QDir::NoDotAndDotDot | QDir::System | + QDir::Hidden | + QDir::AllDirs | QDir::Files, + QDir::DirsFirst)) { + if (info.isDir()) { + result = removeDir(info.absoluteFilePath()); + } else { + result = QFile::remove(info.absoluteFilePath()); + } + + if (!result) { + return result; + } + } + + result = dir.rmdir(dirName); + } + + return result; +} + +// ------------------------------------------------------------------ + + +// int PLMUtils::addProjectToSettingsArray(QString fileName) +// { +// int arrayNumber; +// QString projectName, projectDirectory, workingPath, lastModifiedDate, +// creationDate; + +// QFile file(fileName); +// if(!file.exists()) +// return 999; + + +// // creation date : + +// QString tempFileName = QDir::tempPath() + "/Skribisto/info"; +// QString infoFileName = JlCompress::extractFile(fileName, "info", +// tempFileName ); +// QFile *infoFile = new QFile(infoFileName); + +// QDomDocument infoDomDoc; +// QString errorStr; +// int errorLine,errorColumn; + +// if (!infoDomDoc.setContent(infoFile, true, &errorStr, &errorLine, +// &errorColumn)) { +// qDebug() << QString("Info File. Parse error at line %1, column +// %2:\n%3\n") +// .arg(errorLine) +// .arg(errorColumn) +// .arg(errorStr); + + +// return 999; +// } + +// QDomElement infoRoot = infoDomDoc.documentElement(); +// if (infoRoot.tagName() != "skribisto-information") { +// qDebug() << "The file is not a Skribisto info file."; +// return 999; +// } +// creationDate = +// infoRoot.firstChildElement("prj").attribute("creationDate"); + +// infoFile->close(); + +// infoFile->remove(); + + +// // path : +// projectDirectory = file.fileName(); +// projectDirectory.chop(file.fileName().split("/").last().size()); + + +// //name : +// projectName = file.fileName().split("/").last().remove(".skribisto"); + + +// QSettings settings; + + +// settings.beginGroup("Manager/projects"); + +// QStringList groups = settings.childGroups(); +// int size = groups.size(); +// settings.setValue("size", size); + + +// settings.endGroup(); + + +// size = settings.value("Manager/projects/size", 0).toInt(); + + +// settings.beginWriteArray("Manager/projects"); +// settings.setArrayIndex(size); +// settings.setValue("name", projectName); +// settings.setValue("path", projectDirectory); +// settings.setValue("workPath", "OBSOLETE"); +// settings.setValue("lastModified", +// QDateTime::currentDateTime().toString(Qt::ISODate)); +// settings.setValue("creationDate", creationDate); + +// settings.endArray(); + + +// arrayNumber = size; + +// return arrayNumber; +// } + +bool PLMUtils::ProjectsArrayInSettings::modifyProjectModifiedDateInSettingsArray( + int arrayNumber, + QString date) +{ + QSettings settings; + + settings.beginWriteArray("Manager/projects"); + settings.setArrayIndex(arrayNumber); + settings.setValue("lastModified", date); + settings.endArray(); + return true; +} + +int PLMUtils::ProjectsArrayInSettings::findProjectInSettingArray(QString fileName) +{ + QFile file(fileName); + + if (!file.exists()) { + return 999; + } + + if (!PLMUtils::ProjectsArrayInSettings::isProjectExistingInSettingArray( + fileName)) { + return 999; + } + + QSettings settings; + + settings.beginGroup("Manager/projects"); + QStringList groups = settings.childGroups(); + int size = groups.size(); + + settings.setValue("size", size); + settings.endGroup(); + QString name, path, workPath; + + settings.beginReadArray("Manager/projects"); + + for (int i = 0; i < size; ++i) { + settings.setArrayIndex(i); + name = settings.value("name").toString(); + path = settings.value("path").toString(); + workPath = settings.value("workPath").toString(); + QFile arrayFile; + + if (workPath == "OBSOLETE") { // new version + arrayFile.setFileName(path + "/" + name + ".skribisto"); + + if (file.fileName() == arrayFile.fileName()) { + return i; + } + } else { // old system + arrayFile.setFileName(workPath + "/" + name + ".skribisto"); + + if (file.fileName() == arrayFile.fileName()) { + return i; + } + } + } + + settings.endArray(); + return 999; +} + +bool PLMUtils::ProjectsArrayInSettings::isProjectExistingInSettingArray( + QString fileName) +{ + QFile file(fileName); + QSettings settings; + + settings.beginGroup("Manager/projects"); + QStringList groups = settings.childGroups(); + int size = groups.size(); + + settings.setValue("size", size); + settings.endGroup(); + QString name, path, workPath; + + settings.beginReadArray("Manager/projects"); + + for (int i = 0; i < size; ++i) { + settings.setArrayIndex(i); + name = settings.value("name").toString(); + path = settings.value("path").toString(); + workPath = settings.value("workPath").toString(); + QFile arrayFile; + + if (workPath == "OBSOLETE") { // new version + arrayFile.setFileName(path + "/" + name + ".skribisto"); + + // qDebug() << arrayFile.fileName() + " " + + // file.fileName(); + if (file.fileName() == arrayFile.fileName()) { + return true; + } + } else { // old system + arrayFile.setFileName(workPath + "/" + name + ".skribisto"); + + if (file.fileName() == arrayFile.fileName()) { + return true; + } + } + } + + settings.endArray(); + return false; +} + +// int PLMUtils::adaptSettingArrayToProject(QString fileName) +// { +// int arrayNumber; +// if(!PLMUtils::isProjectExistingInSettingArray(fileName)){ +// arrayNumber = PLMUtils::addProjectToSettingsArray(fileName); +// qDebug() << "project added "; +// } +// else +// arrayNumber = PLMUtils::findProjectInSettingArray(fileName); + +// return arrayNumber; +// } + + +// void PLMUtils::sortSettingsArray() +// { +// QMultiMap projName, projPath, projWorkPath, +// projLastModifiedTime, projCreationDate; +// QMultiMap newProjName, newProjPath, newProjWorkPath, +// newProjLastModifiedTime, newProjCreationDate; + + +// QSettings settings; + + +// settings.beginReadArray("Manager/projects"); + +// for (int i = 0; i < 100; ++i) { +// settings.setArrayIndex(i); + +// projName.insert(i, settings.value("name").toString()); +// projPath.insert(i, settings.value("path").toString()); +// projWorkPath.insert(i, settings.value("workPath").toString()); +// projLastModifiedTime.insert(i, +// settings.value("lastModified").toString()); +// projCreationDate.insert(i, settings.value("creationDate").toString()); + + +// } + +// settings.endArray(); + + +// // keep only the existing projects + +// int b = 0; +// for (int p = 0; p < projName.size(); ++p) { + +// QString projNameI = projName.value(p); +// QString projPathI = projPath.value(p); +// QString projWorkPathI = projWorkPath.value(p); +// QString projLastModifiedTimeI = projLastModifiedTime.value(p); +// QString projCreationDateI = projCreationDate.value(p); + +// if(projNameI.isEmpty() && projPathI.isEmpty()){ +// projName.remove(p); +// projPath.remove(p); +// projWorkPath.remove(p); +// projLastModifiedTime.remove(p); +// projCreationDate.remove(p); + + +// continue; + + +// } +// else if( ( QFile(projPathI + "/"+ projNameI + ".skribisto").exists() +// || +// QFile(projWorkPathI +"/"+ projNameI + +// ".skribisto").exists() ) +// && +// ( newProjName.keys(projNameI).size() == 0 && +// newProjCreationDate.keys(projCreationDateI).size() == 0 ) +// ){ // check if ewist and avoid doubles + + +// newProjName.insert(b, projNameI); +// newProjPath.insert(b, projPathI); +// newProjWorkPath.insert(b, projWorkPathI); +// newProjLastModifiedTime.insert(b,projLastModifiedTimeI ); +// newProjCreationDate.insert(b, projCreationDateI); +// b += 1; +// } + + +// } + + +// settings.beginGroup("Manager/projects"); + +// int size = newProjName.size(); +// settings.setValue("size", size); + +// settings.endGroup(); + + +// settings.beginWriteArray("Manager/projects"); + +// for (int q = 0; q < newProjName.size(); ++q) { +// settings.setArrayIndex(q); + +// settings.setValue("name",newProjName.value(q)); +// settings.setValue("path",newProjPath.value(q)); +// settings.setValue("workPath",newProjWorkPath.value(q)); +// settings.setValue("lastModified",newProjLastModifiedTime.value(q)); +// settings.setValue("creationDate",newProjCreationDate.value(q)); + + +// } + +// settings.endArray(); + + +// settings.beginGroup("Manager/projects"); +// int grSize = settings.childGroups().size(); +// settings.endGroup(); + +// settings.beginWriteArray("Manager/projects"); +// for (int r = newProjName.size(); r < grSize; ++r) { +// settings.setArrayIndex(r); +// settings.remove(""); +// } +// settings.endArray(); + +// } + +// ------------------------------------------------------------- + +QHashPLMUtils::ProjectsArrayInSettings::listAllProjectsInSettingsArray() +{ + QSettings settings; + + settings.beginGroup("Manager/projects"); + QStringList groups = settings.childGroups(); + int size = groups.size(); + + settings.setValue("size", size); + settings.endGroup(); + QString name, path; + QHash hash; + + settings.beginReadArray("Manager/projects"); + + for (int i = 0; i < size; ++i) { + settings.setArrayIndex(i); + name = settings.value("name").toString(); + path = settings.value("path").toString(); + hash.insert(path, name); + } + + settings.endArray(); + return hash; +} + +// ------------------------------------------------------------- + + +// bool PLMUtils::isProjectFromOldSystem(QString file) +// { +// if(ZipChecker::isZip(file)) +// return false; +// else +// return true;// means this version is < 0.3 + +// return false; +// } + +// QString PLMUtils::updateProjectIfOldSystem(QString file) +// { + +// FileUpdater updater; + +// updater.checkAttendanceFile(file); +// updater.checkInfoFile(file); +// updater.checkTreeFile(file); + +// QFileInfo info(file); +// QDir directory = info.dir(); +// directory.cdUp(); +// JlCompress::compressDir(directory.absolutePath() + "/" + info.fileName(), +// info.absolutePath()); + +// file = directory.absolutePath() + "/" + info.fileName(); + + +// // update the project manager if project is in the manager : + +// QSettings settings; +// int size = settings.value("Manager/projects/size").toInt(); + +// settings.beginWriteArray("Manager/projects"); + +// for (int i = 0; i < size; ++i) { +// settings.setArrayIndex(i); + +// // qDebug() << settings.value("name").toString(); +// // qDebug() << info.fileName().remove(".skribisto"); +// // qDebug() << +// settings.value("path").toString(); +// // qDebug() << directory.absolutePath(); + +// if(settings.value("name").toString() == +// info.fileName().remove(".skribisto") +// && +// QDir::fromNativeSeparators(settings.value("path").toString()) == +// directory.absolutePath()){ + +// settings.setValue("workPath", "OBSOLETE"); +// } +// } +// settings.endArray(); + +// directory.setPath(directory.absolutePath()); +// directory.rename(directory.absolutePath() + "/" + +// info.fileName().remove(".skribisto") +"/", +// directory.absolutePath() + "/obsolete_" + +// info.fileName().remove(".skribisto")+"/"); + + +// return file; +// } + +// QString PLMUtils::projectRealName(QString fileName) +// { +// // creation date : +// QString realName; +// QString tempFileName = QDir::tempPath() + "/Skribisto/info"; +// QString infoFileName = JlCompress::extractFile(fileName, "info", +// tempFileName ); +// QFile *infoFile = new QFile(infoFileName); + +// if(!infoFile->exists()) +// return "ERROR real name"; + +// QDomDocument infoDomDoc; +// QString errorStr; +// int errorLine,errorColumn; + +// if (!infoDomDoc.setContent(infoFile, true, &errorStr, &errorLine, +// &errorColumn)) { +// qDebug() << QString("Info File. Parse error at line %1, column +// %2:\n%3\n") +// .arg(errorLine) +// .arg(errorColumn) +// .arg(errorStr); + + +// return "ERROR real name"; +// } + +// QDomElement infoRoot = infoDomDoc.documentElement(); +// if (infoRoot.tagName() != "skribisto-information") { +// qDebug() << "The file is not a Skribisto info file."; +// return "ERROR real name"; +// } +// realName = infoRoot.firstChildElement("prj").attribute("name"); + +// infoFile->close(); + +// infoFile->remove(); + +// delete infoFile; + +// return realName; +// } + + +// ------------------------------------------------------------ + +// QString PLMUtils::parseHtmlText(QString htmlText) +// { + + +// QTextEdit *textEdit = new QTextEdit; +// textEdit->setHtml(htmlText); + +// QTextEdit *finalEdit = new QTextEdit; +// finalEdit->setHtml(htmlText); +// finalEdit->toPlainText(); +// finalEdit->toHtml(); + +// QTextCursor tCursor = textEdit->textCursor(); +// tCursor.movePosition(QTextCursor::End); +// int textSize = tCursor.position(); +// tCursor.movePosition(QTextCursor::Start); + + +// QTextCursor finalCursor = finalEdit->textCursor(); +// finalCursor.movePosition(QTextCursor::Start); + +// if(textSize == 0) +// return ""; + +// while(tCursor.position() != textSize){ + + +// +// +// +// +// +// finalCursor.charFormat().setFontItalic(tCursor.charFormat().fontItalic()); +// if(tCursor.charFormat().fontWeight() > 50) +// finalCursor.charFormat().setFontWeight(75); + + +// tCursor.movePosition(QTextCursor::NextCharacter); +// finalCursor.movePosition(QTextCursor::NextCharacter); + + +// } + +// return finalEdit->toHtml(); + + +// } + +// void PLMUtils::applyAttributeRecursively(QDomElement element, QString +// attribute, QString value) +// { +// if(element.isNull()) +// return; + + +// element.setAttribute(attribute, value); +// applyAttributeRecursively(element.firstChild().toElement(), attribute, +// value); + +// QDomElement parentElement = element.parentNode().toElement(); +// QDomElement nextElement = element; + +// for(int i = 0 ; i < parentElement.childNodes().size() ; ++i ){ +// nextElement = nextElement.nextSibling().toElement(); +// applyAttributeRecursively(nextElement, attribute, value); + +// } + + +// } + + +QModelIndexList PLMUtils::Models::allChildIndexes(QModelIndex index) +{ + // The first number af the final list is the targeted element + QModelIndexList childList; + + if (!index.isValid()) { + return childList; + } + + // qDebug() << index.data(Qt::DisplayRole).toString(); + QModelIndex firstChild = index.child(0, 0); + + if (!firstChild.isValid()) { + return childList; + } + + childList.append(firstChild); + allChildIndexes(firstChild); + QModelIndex siblingChild = firstChild.sibling(firstChild.row() + 1, 0); + + while (siblingChild.isValid()) { + childList.append(siblingChild); + allChildIndexes(siblingChild); + siblingChild = siblingChild.sibling(siblingChild.row() + 1, 0); + } + + return childList; +} + +// +// +// --------------------------------------------------------------------------------------- + +QModelIndexList PLMUtils::Models::allParentIndexes(QModelIndex index) +{ + QModelIndexList parentList; + + if (!index.isValid()) { + return parentList; + } + + QModelIndex parentIndex = index.parent(); + + if (parentIndex.isValid()) { + parentList.append(parentIndex); + allParentIndexes(parentIndex); + } + + return parentList; +} + +// +// +// --------------------------------------------------------------------------------------- + + +QStringList PLMUtils::Dir::addonsPathsList() +{ + QStringList list; + QDir dir; + + // dir.setPath(QCoreApplication::applicationDirPath()); + + // if (dir.isReadable()) { + // list.append(dir.path()); + // } + + dir.setPath(QCoreApplication::applicationDirPath()); + + if (dir.cd("plugins")) + if (dir.isReadable()) { + list.append(dir.path()); + } + + dir.setPath(QCoreApplication::applicationDirPath()); + dir.cdUp(); + + if (dir.cd("plugins")) + if (dir.isReadable()) { + list.append(dir.path()); + } + dir.cdUp(); + + if (dir.cd("plugins")) + if (dir.isReadable()) { + list.append(dir.path()); + + QStringList dirList = dir.entryList(QDir::Dirs | QDir::NoDotAndDotDot); + for(const QString& pluginDir : dirList) { + list.append(dir.path() + "/" + pluginDir); + } + } + + dir.setPath(":/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + +#ifdef Q_OS_LINUX + dir.setPath("/usr/share/skribisto/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + + dir.setPath("/usr/lib/skribisto/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + + dir.setPath(QDir::homePath() + "/.skribisto/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + +#endif // ifdef Q_OS_LINUX +#ifdef Q_OS_WIN32 + dir.setPath(QCoreApplication::applicationDirPath() + "/share/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + + dir.setPath( + QDir::homePath() + "/AppData/Roaming/" + + QCoreApplication::organizationName() + "/share/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + +#endif // ifdef Q_OS_WIN32 +#ifdef Q_OS_MAC + dir.setPath("/Library/Application Support/skribisto/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + + dir.setPath(QDir::homePath() + "/Library/Application Support/skribisto/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + + dir.setPath(QCoreApplication::applicationDirPath()); + dir.setPath("/Library/Spelling/"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + + dir.setPath(QApplication::applicationDirPath()); + dir.cdUp(); + dir.cd("Resources"); + + if (dir.isReadable()) { + list.append(dir.path()); + } + +#endif // ifdef Q_OS_MAC + + // qDebug() << list; + return list; +} + +// +// +// --------------------------------------------------------------------------------------- + + +void PLMUtils::Dir::createPath(QStringList paths) +{ + for(const QString &path : paths) { + QDir dir; + + dir.setPath(path); + dir.mkpath(path); + } +} + +// +// +// --------------------------------------------------------------------------------------- + + +void PLMUtils::Dir::createPath(QString path) +{ + QStringList list; + + list.append(path); + PLMUtils::Dir::createPath(list); +} + +// +// +// --------------------------------------------------------------------------------------- + + +int PLMUtils::Misc::id; + +QString PLMUtils::Misc::spaceInNumber(const QString numberString, + const QString symbol) +{ + QString originalString = numberString; + QString finalString; + QStringList list; + + while (!originalString.isEmpty()) { + list.append(originalString.right(3)); + originalString.chop(3); + } + + while (!list.isEmpty()) { + finalString.append(list.takeLast()); + finalString.append(symbol); + } + + finalString.chop(symbol.size()); + return finalString; +} + +// +// +// --------------------------------------------------------------------------------------- + + +// +// +// --------------------------------------------------------------------------------------- + + +// +// +// --------------------------------------------------------------------------------------- + + +// +// +// --------------------------------------------------------------------------------------- + + +// +// +// --------------------------------------------------------------------------------------- + + +QString PLMUtils::Lang::userLang; +QTranslator PLMUtils::Lang::userTranslator; + +QString PLMUtils::Lang::getUserLang() +{ + return userLang; +} + +void PLMUtils::Lang::setUserLang(const QString& value) +{ + userLang = value; +} + +void PLMUtils::Lang::setUserLangFile(const QString& fileName) +{ + userTranslator.load(fileName); +} diff --git a/src/libskribisto-data/src/plmutils.h b/src/libskribisto-data/src/plmutils.h new file mode 100644 index 000000000..c63cb4ef8 --- /dev/null +++ b/src/libskribisto-data/src/plmutils.h @@ -0,0 +1,144 @@ +/*************************************************************************** +* Copyright (C) 2018 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmutils.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMUTILS_H +#define PLMUTILS_H + +#include +#include +#include +#include +#include +#include + +// c = class name; e = enum name; v = enum value +#define ENUM_TO_STRING(c, e, v) \ + (c::staticMetaObject.enumerator(c::staticMetaObject.indexOfEnumerator(# e)).valueToKey( \ + v)) + +// c = class name; e = enum name; s = string value +#define STRING_TO_ENUM(c, e, s) \ + (c::e)(c::staticMetaObject.enumerator(c::staticMetaObject.indexOfEnumerator(# e)). \ + keyToValue(s.toAscii())) + +// c = class name; f = flag name, v = flag value +#define FLAG_TO_STRING(c, f, v) \ + (c::staticMetaObject.enumerator(c::staticMetaObject.indexOfEnumerator(# f)). \ + valueToKeys(v)) + +// c = class name; f = flag name; s = string value +#define STRING_TO_FLAG(c, f, s) \ + (c::f)(c::staticMetaObject.enumerator(c::staticMetaObject.indexOfEnumerator(# f)). \ + keysToValue(s.toAscii())) + +// c = class name; e = enum name +#define ENUM_KEY_COUNT(c, e) \ + (c::staticMetaObject.enumerator(c::staticMetaObject.indexOfEnumerator(# e)).keyCount()) + + +// static int addProjectToSettingsArray(QString fileName); + + +// static bool isProjectFromOldSystem(QString file); + +// static QString projectRealName(QString fileName); + +// static QString parseHtmlText(QString htmlText); + +// static void applyAttributeRecursively(QDomElement element, QString +// attribute, QString value); + +// static QList allChildElements(QDomElement element); + + +namespace PLMUtils { +class Dir { +public: + + static bool removeDir(const QString& dirName); + static QStringList addonsPathsList(); + static void createPath(QStringList paths); + static void createPath(QString path); +}; + +// --------------------------------------------------------------------- + +class Models { +public: + + static QModelIndexList allChildIndexes(QModelIndex index); // maybe useless + static QModelIndexList allParentIndexes(QModelIndex index); // maybe useless +}; + +// --------------------------------------------------------------------- + +class ProjectsArrayInSettings { +public: + + static bool modifyProjectModifiedDateInSettingsArray( + int arrayNumber, + QString date); + static int findProjectInSettingArray(QString fileName); + static bool isProjectExistingInSettingArray(QString fileName); + static int adaptSettingArrayToProject(QString fileName); + static void sortSettingsArray(); + static QHashlistAllProjectsInSettingsArray(); // QHash< + // path, + // name> +}; + +// --------------------------------------------------------------------- + +class Misc { +public: + + static QString spaceInNumber(const QString numberString = "", + const QString symbol = " "); + static QString updateProjectIfOldSystem(QString file); + + + static int uniqueId() { + ++id; + return id; + } + +private: + + static int id; +}; + + +class Lang { +public: + + static QString getUserLang(); + static void setUserLang(const QString& value); + static void setUserLangFile(const QString& fileName); + +private: + + static QString projectLang; + static QTranslator projectTranslator; + static QString userLang; + static QTranslator userTranslator; +}; +} + +#endif // PLMUTILS_H diff --git a/src/libskribisto-data/src/skribisto_data_global.h b/src/libskribisto-data/src/skribisto_data_global.h new file mode 100644 index 000000000..bcc7da19a --- /dev/null +++ b/src/libskribisto-data/src/skribisto_data_global.h @@ -0,0 +1,33 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: mysharedlib_global +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef SKRIBISTO_DATA_GLOBAL_H +#define SKRIBISTO_DATA_GLOBAL_H + +#include + +#if defined(SKRIBISTO_DATA_LIBRARY) +# define EXPORT Q_DECL_EXPORT +#else // if defined(SKRIBISTO_DATA_LIBRARY) +# define EXPORT Q_DECL_IMPORT +#endif // if defined(SKRIBISTO_DATA_LIBRARY) + +#endif // SKRIBISTO_DATA_GLOBAL_H diff --git a/src/libskribisto-data/src/skrtaghub.cpp b/src/libskribisto-data/src/skrtaghub.cpp new file mode 100644 index 000000000..f2175f884 --- /dev/null +++ b/src/libskribisto-data/src/skrtaghub.cpp @@ -0,0 +1,607 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: skrtaghub.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "skrtaghub.h" +#include "tasks/plmsqlqueries.h" +#include "tools.h" +#include + +SKRTagHub::SKRTagHub(QObject *parent) : QObject(parent), m_last_added_id(-1) +{} + +// -------------------------------------------------------------------------------- + + +QListSKRTagHub::getAllTagIds(int projectId) const +{ + PLMError error; + + QList result; + QList out; + PLMSqlQueries queries(projectId, "tbl_tag"); + + error = queries.getIds(out); + IFOK(error) { + result = out; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// -------------------------------------------------------------------------------- + + +PLMError SKRTagHub::addTag(int projectId, const QString& tagName) +{ + PLMError error; + + int newId = -2; + QHash values; + + values.insert("t_name", tagName); + + PLMSqlQueries queries(projectId, "tbl_tag"); + + error = queries.add(values, newId); + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + + IFOK(error) { + m_last_added_id = newId; + emit tagAdded(projectId, newId); + emit projectModified(projectId); + } + + return error; +} + +// -------------------------------------------------------------------------------- + + +PLMError SKRTagHub::removeTag(int projectId, int tagId) +{ + PLMError error; + + int newId = -2; + + + PLMSqlQueries queries(projectId, "tbl_tag"); + + error = queries.remove(tagId); + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + + IFOK(error) { + emit tagAdded(projectId, newId); + emit projectModified(projectId); + } + + return error; +} + +int SKRTagHub::getTagIdWithName(int projectId, const QString& tagName) +{ + int result = -2; + PLMError error; + QHash out; + PLMSqlQueries queries(projectId, "tbl_tag"); + + error = queries.getValueByIds("l_tag_id", out, "t_name", tagName); + IFOK(error) { + QHash::const_iterator i = out.constBegin(); + + while (i != out.constEnd()) { + if (!i.value().isNull()) { + result = i.key(); + } + ++i; + } + } + IFKO(error) { + emit errorSent(error); + } + + + return result; +} + +// -------------------------------------------------------------------------------- + + +QString SKRTagHub::getTagName(int projectId, int tagId) const +{ + return get(projectId, tagId, "t_name").toString(); +} + +// -------------------------------------------------------------------------------- + + +PLMError SKRTagHub::setTagName(int projectId, int tagId, const QString& tagName) +{ + PLMError error; + + if (tagName.isEmpty()) { + error.setSuccess(false); + error.setErrorCode("E_TAG_name_is_missing"); + } + + IFOKDO(error, set(projectId, tagId, "t_name", tagName)); + + IFOK(error) { + emit nameChanged(projectId, tagId, tagName); + emit projectModified(projectId); + } + return error; +} + +// -------------------------------------------------------------------------------- + + +bool SKRTagHub::doesTagNameAlreadyExist(int projectId, const QString& tagName) +{ + bool result = true; + PLMError error; + QHash out; + PLMSqlQueries queries(projectId, "tbl_tag"); + + error = queries.getValueByIds("l_tag_id", out, "t_name", tagName); + IFOK(error) { + if (out.isEmpty()) { + result = false; + } + } + IFKO(error) { + emit errorSent(error); + } + + + return result; +} + +// -------------------------------------------------------------------------------- + +QString SKRTagHub::getTagColor(int projectId, int tagId) const +{ + return get(projectId, tagId, "t_color").toString(); +} + +// -------------------------------------------------------------------------------- + +PLMError SKRTagHub::setTagColor(int projectId, int tagId, const QString& color) +{ + PLMError error = set(projectId, tagId, "t_color", color); + + IFOK(error) { + emit colorChanged(projectId, tagId, color); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +PLMError SKRTagHub::setCreationDate(int projectId, int tagId, + const QDateTime& newDate) +{ + PLMError error = set(projectId, tagId, "dt_created", newDate); + + IFOK(error) { + emit creationDateChanged(projectId, tagId, newDate); + emit projectModified(projectId); + } + return error; +} + +// ------------------------------------------------------------ + +QDateTime SKRTagHub::getCreationDate(int projectId, int tagId) const +{ + return get(projectId, tagId, "dt_created").toDateTime(); +} + +// -------------------------------------------------------------------------------- + +PLMError SKRTagHub::setUpdateDate(int projectId, int tagId, const QDateTime& newDate) +{ + PLMError error = set(projectId, tagId, "dt_updated", newDate); + + IFOK(error) { + emit updateDateChanged(projectId, tagId, newDate); + emit projectModified(projectId); + } + return error; +} + +// -------------------------------------------------------------------------------- + +QDateTime SKRTagHub::getUpdateDate(int projectId, int tagId) const +{ + return get(projectId, tagId, "dt_updated").toDateTime(); +} + +// -------------------------------------------------------------------------------- + + +PLMError SKRTagHub::set(int projectId, + int tagId, + const QString & fieldName, + const QVariant& value, + bool setCurrentDateBool) +{ + PLMError error; + PLMSqlQueries queries(projectId, "tbl_tag"); + + queries.beginTransaction(); + error = queries.set(tagId, fieldName, value); + + if (setCurrentDateBool) { + IFOKDO(error, queries.setCurrentDate(tagId, "dt_updated")); + } + + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + return error; +} + +// -------------------------------------------------------------------------------- + + +QVariant SKRTagHub::get(int projectId, int tagId, const QString& fieldName) const +{ + PLMError error; + QVariant var; + QVariant result; + PLMSqlQueries queries(projectId, "tbl_tag"); + + error = queries.get(tagId, fieldName, var); + IFOK(error) { + result = var; + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// -------------------------------------------------------------------------------- + +int SKRTagHub::getLastAddedId() +{ + return m_last_added_id; +} + +// -------------------------------------------------------------------------------- + +int SKRTagHub::getTopPaperId(int projectId) const +{ + int result = -2; + QList list = this->getAllTagIds(projectId); + + if (!list.isEmpty()) { + result = list.first(); + } + + return result; +} + +// -------------------------------------------------------------------------------- +// --------Relationship--------------------------------------------------------- +// -------------------------------------------------------------------------------- + + +QListSKRTagHub::getItemIdsFromTag(int projectId, int tagId, bool addSeparator) const +{ + PLMError error; + + QList result; + QHash out; + + QHash where; + + + PLMSqlQueries queries(projectId, "tbl_sheet_note"); + + + // get l_sheet_code + if (addSeparator) { + result.append(-30); + } + + where.insert("l_tag_code", tagId); + error = queries.getValueByIdsWhere("l_sheet_code", out, where); + + IFOK(error) { + // filter null results + QHash::const_iterator i = out.constBegin(); + + while (i != out.constEnd()) { + if (!i.value().isNull()) { + result.append(i.key()); + } + ++i; + } + } + + + // get l_note_code + IFOK(error) { + if (addSeparator) { + result.append(-31); + } + error = queries.getValueByIdsWhere("l_note_code", out, where); + + IFOK(error) { + // filter null results + QHash::const_iterator i = out.constBegin(); + + while (i != out.constEnd()) { + if (!i.value().isNull()) { + result.append(i.key()); + } + ++i; + } + } + } + + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// -------------------------------------------------------------------------------- + + +QListSKRTagHub::getTagsFromItemId(int projectId, + SKRTagHub::ItemType itemType, + int itemId) const +{ + PLMError error; + + QList result; + QHash out; + + QHash where; + + if (itemType == ItemType::Sheet) { + where.insert("l_sheet_code", itemId); + } + + if (itemType == ItemType::Note) { + where.insert("l_note_code", itemId); + } + + + PLMSqlQueries queries(projectId, "tbl_tag_relationship"); + + error = queries.getValueByIdsWhere("l_tag_code", out, where); + + IFOK(error) { + // filter null results + QHash::const_iterator i = out.constBegin(); + + while (i != out.constEnd()) { + if (!i.value().isNull()) { + result.append(i.value().toInt()); + } + ++i; + } + } + IFKO(error) { + emit errorSent(error); + } + return result; +} + +// -------------------------------------------------------------------------------- + + +PLMError SKRTagHub::setTagRelationship(int projectId, + SKRTagHub::ItemType itemType, + int itemId, + int tagId) +{ + PLMError error; + + QHash result; + QHash out; + + QHash where; + + if (itemType == ItemType::Sheet) { + where.insert("l_sheet_code", itemId); + } + + if (itemType == ItemType::Note) { + where.insert("l_note_code", itemId); + } + where.insert("l_tag_code", tagId); + + PLMSqlQueries queries(projectId, "tbl_tag_relationship"); + + + // verify if the relationship doesn't yet exist + error = queries.getValueByIdsWhere("l_tag_relationship_id", out, where); + + int key = -2; + + IFOK(error) { + // filter null results + QHash::iterator i = out.begin(); + + while (i != out.end()) { + if (i.value().isNull()) { + i = out.erase(i); + } + else { + ++i; + } + } + + + result = HashIntQVariantConverter::convertToIntInt(out); + + QHash::const_iterator j = result.constBegin(); + + while (j != result.constEnd()) { + key = j.key(); + ++j; + } + + if (result.isEmpty() || (key == -2) || (key == 0)) { + // no relationship exists, creating one + + int newId = -2; + QHash values; + + + if (itemType == ItemType::Sheet) { + values.insert("l_sheet_code", itemId); + } + + if (itemType == ItemType::Note) { + values.insert("l_note_code", itemId); + } + values.insert("l_tag_code", tagId); + + error = queries.add(values, newId); + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + + IFOK(error) { + emit tagRelationshipAdded(projectId, itemType, itemId, tagId); + emit tagRelationshipChanged(projectId, itemType, itemId, tagId); + emit projectModified(projectId); + } + } + + // relationship exists, do nothing + } + return error; +} + +// -------------------------------------------------------------------------------- + +PLMError SKRTagHub::removeTagRelationship(int projectId, + SKRTagHub::ItemType itemType, + int itemId, + int tagId) +{ + PLMError error; + + QHash result; + QHash out; + + QHash where; + + if (itemType == ItemType::Sheet) { + where.insert("l_sheet_code", itemId); + } + + if (itemType == ItemType::Note) { + where.insert("l_note_code", itemId); + } + PLMSqlQueries queries(projectId, "tbl_tag_relationship"); + + error = queries.getValueByIdsWhere("l_tag_relationship_id", out, where); + + int key = -2; + + IFOK(error) { + // filter null results + QHash::iterator i = out.begin(); + + while (i != out.end()) { + if (i.value().isNull()) { + i = out.erase(i); + } + else { + ++i; + } + } + + + result = HashIntQVariantConverter::convertToIntInt(out); + + QHash::const_iterator j = result.constBegin(); + + while (j != result.constEnd()) { + key = j.key(); + ++j; + } + + if (result.isEmpty() || (key == -2) || (key == 0)) { + error.setSuccess(false); + error.setErrorCode("E_TAG_no_tag_relationship_to_remove"); + return error; + } + } + + IFOK(error) { + error = queries.remove(key); + IFKO(error) { + queries.rollback(); + } + IFOK(error) { + queries.commit(); + } + IFKO(error) { + emit errorSent(error); + } + } + IFOK(error) { + emit tagRelationshipRemoved(projectId, itemType, itemId, tagId); + emit projectModified(projectId); + } + + return error; +} + +// -------------------------------------------------------------------------------- diff --git a/src/libskribisto-data/src/skrtaghub.h b/src/libskribisto-data/src/skrtaghub.h new file mode 100644 index 000000000..d1a758ecd --- /dev/null +++ b/src/libskribisto-data/src/skrtaghub.h @@ -0,0 +1,145 @@ +/*************************************************************************** +* Copyright (C) 2020 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: skrtaghub.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef SKRTAGHUB_H +#define SKRTAGHUB_H + +#include +#include "plmerror.h" +#include "skribisto_data_global.h" + +class EXPORT SKRTagHub : public QObject { + Q_OBJECT + +public: + + enum ItemType { + Sheet, + Note + }; + Q_ENUM(ItemType) + + + explicit SKRTagHub(QObject *parent); + + Q_INVOKABLE QListgetAllTagIds(int projectId) const; + Q_INVOKABLE PLMError addTag(int projectId, + const QString& tagName); + Q_INVOKABLE PLMError removeTag(int projectId, + int tagId); + Q_INVOKABLE int getTagIdWithName(int projectId, + const QString& tagName); + Q_INVOKABLE QString getTagName(int projectId, + int tagId) const; + Q_INVOKABLE PLMError setTagName(int projectId, + int tagId, + const QString& tagName); + Q_INVOKABLE bool doesTagNameAlreadyExist(int projectId, + const QString& tagName); + Q_INVOKABLE QString getTagColor(int projectId, + int tagId) const; + Q_INVOKABLE PLMError setTagColor(int projectId, + int tagId, + const QString& color); + Q_INVOKABLE PLMError setUpdateDate(int projectId, + int paperId, + const QDateTime& newDate); + Q_INVOKABLE QDateTime getUpdateDate(int projectId, + int tagId) const; + + + Q_INVOKABLE PLMError setCreationDate(int projectId, + int paperId, + const QDateTime& newDate); + Q_INVOKABLE QDateTime getCreationDate(int projectId, + int tagId) const; + + PLMError set(int projectId, + int tagId, + const QString & fieldName, + const QVariant& value, + bool setCurrentDateBool = true); + QVariant get(int projectId, + int tagId, + const QString& fieldName) const; + Q_INVOKABLE int getLastAddedId(); + Q_INVOKABLE int getTopPaperId(int projectId) const; + + // relationship : + Q_INVOKABLE QListgetItemIdsFromTag(int projectId, + int tagId, + bool haveSeparator = false) const; + Q_INVOKABLE QListgetTagsFromItemId(int projectId, + SKRTagHub::ItemType itemType, + int itemId) const; + Q_INVOKABLE PLMError setTagRelationship(int projectId, + SKRTagHub::ItemType itemType, + int itemId, + int tagId); + Q_INVOKABLE PLMError removeTagRelationship(int projectId, + SKRTagHub::ItemType itemType, + int itemId, + int tagId); + +signals: + + void errorSent(const PLMError& error) const; + void projectModified(int projectId); // for save + void tagAdded(int projectId, + int newTagId); + void tagRemoved(int projectId, + int tagId); + void tagChanged(int projectId, + int tagId); + + + Q_INVOKABLE void nameChanged(int projectId, + int tagId, + const QString& newName); + void colorChanged(int projectId, + int tagId, + const QString& newColor); + void creationDateChanged(int projectId, + int paperId, + const QDateTime& newDate); + void updateDateChanged(int projectId, + int tagId, + const QDateTime& newDate); + + + void tagRelationshipChanged(int projectId, + SKRTagHub::ItemType itemType, + int itemId, + int tagId); + void tagRelationshipRemoved(int projectId, + SKRTagHub::ItemType itemType, + int itemId, + int tagId); + void tagRelationshipAdded(int projectId, + SKRTagHub::ItemType itemType, + int itemId, + int tagId); + +private: + + int m_last_added_id; +}; + +#endif // SKRTAGHUB_H diff --git a/src/libskribisto-data/src/src.pro b/src/libskribisto-data/src/src.pro new file mode 100644 index 000000000..e8a8da1fb --- /dev/null +++ b/src/libskribisto-data/src/src.pro @@ -0,0 +1,150 @@ +lessThan(QT_VERSION, 5.09.3) { + error("Plume Creator requires Qt 5.9.3 or greater") +} + +QT -= gui +QT += sql +CONFIG += console +CONFIG -= app_bundle +CONFIG += c++14 + +VERSION = 1.61 +#CONFIG += staticlib +CONFIG += create_prl + +TARGET = skribisto-data +TEMPLATE = lib +DEFINES += SKRIBISTO_DATA_LIBRARY + +#CONFIG(release, debug|release) { +#MYDLLDIR = $$IN_PWD +#DESTDIR = \"$$MYDLLDIR\" +#SDIR = \"$$IN_PWD/\" +#DDIR = \"$$MYDLLDIR/\" +#} + +#CONFIG(debug, debug|release) { + +#MYDLLDIR = $$IN_PWD/../../lib +#DESTDIR = \"$$MYDLLDIR\" +#SDIR = \"$$IN_PWD/\" +#DDIR = \"$$MYDLLDIR/\" + +#} + +SOURCES += \ + plmdata.cpp \ + plmpaperhub.cpp \ + plmprojecthub.cpp \ + tasks/sql/plmexporter.cpp \ + tasks/sql/plmimporter.cpp \ + tasks/sql/plmproperty.cpp \ + tasks/sql/tree/plmdbpaper.cpp \ + tasks/sql/tree/plmdbtree.cpp \ + tasks/sql/tree/plmnotetree.cpp \ + tasks/sql/tree/plmsheettree.cpp \ + tasks/sql/tree/plmtree.cpp \ + tasks/plmprojectmanager.cpp \ + tasks/sql/plmproject.cpp \ + plmerrorhub.cpp \ + tasks/plmsqlqueries.cpp \ + plmerror.cpp \ + plmsheethub.cpp \ + plmnotehub.cpp \ + plmpropertyhub.cpp \ + tasks/sql/plmupgrader.cpp \ + plmutils.cpp \ + plmpluginhub.cpp \ + plmpluginloader.cpp\ + models/plmdocumentlistmodel.cpp \ + models/plmdocumentlistproxymodel.cpp \ + models/plmmodels.cpp \ + models/plmnoteitem.cpp \ + models/plmnotemodel.cpp \ + models/plmnoteproxymodel.cpp \ + models/plmnotelistmodel.cpp \ + models/plmnotelistproxymodel.cpp \ + models/plmprojectlistmodel.cpp \ + models/plmpropertiesmodel.cpp \ + models/plmpropertiesproxymodel.cpp \ + models/plmsheetmodel.cpp \ + models/plmsheetitem.cpp \ + models/plmsheetlistmodel.cpp \ + models/plmsheetlistproxymodel.cpp \ + models/plmsheetproxymodel.cpp \ + models/plmwritedocumentlistmodel.cpp + +HEADERS += \ + plmdata.h \ + plmsignalhub.h \ + plmpaperhub.h \ + plmprojecthub.h \ + tasks/sql/plmexporter.h \ + tasks/sql/plmimporter.h \ + tasks/sql/plmproperty.h \ + tasks/sql/tree/plmdberror.h \ + tasks/sql/tree/plmdbpaper.h \ + tasks/sql/tree/plmdbtree.h \ + tasks/sql/tree/plmnotetree.h \ + tasks/sql/tree/plmsheettree.h \ + tasks/sql/tree/plmtree.h \ + tasks/plmprojectmanager.h \ + tasks/sql/plmproject.h \ + plmerrorhub.h \ + tools.h \ + skribisto_data_global.h \ + tasks/plmsqlqueries.h \ + plmerror.h \ + plmsheethub.h \ + plmnotehub.h \ + plmpropertyhub.h \ + tasks/sql/plmupgrader.h \ + plmutils.h \ + plmpluginhub.h \ + plmpluginloader.h \ + plmcoreinterface.h \ + plmcoreplugins.h \ + models/plmdocumentlistmodel.h \ + models/plmdocumentlistproxymodel.h \ + models/plmmodels.h \ + models/plmnoteitem.h \ + models/plmnotemodel.h \ + models/plmnoteproxymodel.h \ + models/plmnotelistmodel.h \ + models/plmnotelistproxymodel.h \ + models/plmprojectlistmodel.h \ + models/plmpropertiesmodel.h \ + models/plmpropertiesproxymodel.h \ + models/plmsheetmodel.h \ + models/plmsheetitem.h \ + models/plmsheetlistmodel.h \ + models/plmsheetlistproxymodel.h \ + models/plmsheetproxymodel.h \ + models/plmwritedocumentlistmodel.h + +OTHER_FILES += \ + version.info.in + +RESOURCES += \ + tasks/sql/sql.qrc + +# install : + +unix: !macx: !android { + + isEmpty(PREFIX) { + PREFIX = /usr + } + isEmpty(LIBDIR) { + LIBDIR = $$PREFIX/lib + } + + skribisto-data.files = $$DESTDIR/libskribisto-data* + skribisto-data.path = $$LIBDIR + + INSTALLS += skribisto-data +} + +DISTFILES += \ + ../LICENSE + diff --git a/src/libskribisto-data/src/src.qbs b/src/libskribisto-data/src/src.qbs new file mode 100644 index 000000000..c3f1f61d0 --- /dev/null +++ b/src/libskribisto-data/src/src.qbs @@ -0,0 +1,82 @@ +import qbs +//import plume-creator-data.qbs as Plume + +DynamicLibrary { + name: "plume-creator-data" + destinationDirectory: "../../lib" + version: project.version + + cpp.defines: [ + "PLUME_CREATOR_DATA_LIBRARY"] + cpp.includePaths: ['.'] + cpp.cxxLanguageVersion: "c++14" + files: [ + "plmdata.cpp", + "plmerror.h", + "plmnotehub.cpp", + "plmpaperhub.h", + "plmpropertyhub.cpp", + "plmsheethub.h", + "plmdata.h", + "plmerrorhub.cpp", + "plmnotehub.h", + "plmprojecthub.cpp", + "plmpropertyhub.h", + "plmsignalhub.h", + "tasks/sql/sql.qrc", + "tasks/plmprojectmanager.cpp", + "tasks/plmprojectmanager.h", + "tasks/plmsqlqueries.cpp", + "tasks/plmsqlqueries.h", + "tasks/sql/plmexporter.cpp", + "tasks/sql/plmexporter.h", + "tasks/sql/plmimporter.cpp", + "tasks/sql/plmimporter.h", + "tasks/sql/plmproject.cpp", + "tasks/sql/plmproject.h", + "tasks/sql/plmproperty.cpp", + "tasks/sql/plmproperty.h", + "tasks/sql/plmupgrader.cpp", + "tasks/sql/plmupgrader.h", + "tasks/sql/tree/plmdberror.h", + "tasks/sql/tree/plmdbpaper.cpp", + "tasks/sql/tree/plmdbpaper.h", + "tasks/sql/tree/plmdbtree.cpp", + "tasks/sql/tree/plmdbtree.h", + "tasks/sql/tree/plmnotetree.cpp", + "tasks/sql/tree/plmnotetree.h", + "tasks/sql/tree/plmsheettree.cpp", + "tasks/sql/tree/plmsheettree.h", + "tasks/sql/tree/plmtree.cpp", + "tasks/sql/tree/plmtree.h", + "tools.h", + "plmerror.cpp", + "plmerrorhub.h", + "plmpaperhub.cpp", + "plmprojecthub.h", + "plmsheethub.cpp", + "plume_creator_data_global.h", + "plmutils.h", + "plmutils.cpp", + "plmuserfilehub.cpp", + "plmuserfilehub.h", + "plmcoreinterface.h", + "plmcoreplugins.h", + "plmpluginloader.cpp", + "plmpluginloader.h", + "plmpluginhub.cpp", + "plmpluginhub.h", + ] + + Depends { name: "Qt"; submodules: ["core", "sql"]} + Depends { name: "cpp" } + cpp.optimization: "fast" + + Export { + Depends { name: "cpp" } + cpp.includePaths: [product.sourceDirectory] + } + +// Depends { name: "Android.ndk" } +// Android.ndk.appStl: "gnustl_shared" +} diff --git a/src/libskribisto-data/src/tasks/plmprojectmanager.cpp b/src/libskribisto-data/src/tasks/plmprojectmanager.cpp new file mode 100644 index 000000000..46656244e --- /dev/null +++ b/src/libskribisto-data/src/tasks/plmprojectmanager.cpp @@ -0,0 +1,145 @@ +#include "plmprojectmanager.h" +#include "sql/plmexporter.h" + +#include +#include + +PLMProjectManager::PLMProjectManager(QObject *parent) : QObject(parent) +{ + m_projectIdIncrement = 0; + m_instance = this; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMProjectManager::createNewEmptyDatabase(int& projectId) +{ + return loadProject(QUrl(), projectId); +} + +// ----------------------------------------------------------------------------- + +PLMProjectManager *PLMProjectManager::m_instance = 0; + +// ----------------------------------------------------------------------------- + + +PLMError PLMProjectManager::loadProject(const QUrl& fileName, int& projectId) +{ + PLMError error; + + m_projectIdIncrement += 1; + projectId = m_projectIdIncrement; + PLMProject *project = new PLMProject(this, projectId, fileName); + + // if error : + if (project->id() == -1) { + // emit plmTaskError->errorSent("E_PROJECT_PROJECTNOTLOADED", + // Q_FUNC_INFO, ""); + project->deleteLater(); + projectId = -1; + error.setSuccess(false); + return error; + } + + m_projectForIntMap.insert(projectId, project); + return error; +} + +// ----------------------------------------------------------------------------- + +PLMError PLMProjectManager::saveProject(int projectId) +{ + PLMProject *project = m_projectForIntMap.value(projectId, 0); + + return saveProjectAs(projectId, project->getType(), project->getPath()); +} + +// ----------------------------------------------------------------------------- + +PLMError PLMProjectManager::saveProjectAs(int projectId, + const QString& type, + const QUrl& path, bool isCopy) +{ + PLMError error; + PLMProject *project = m_projectForIntMap.value(projectId, 0); + + if (!project) { + // emit plmTaskError->errorSent("E_PROJECT_PROJECTMISSING", Q_FUNC_INFO, + // "No project with the id " + QString::number(projectId)); + error.setErrorCode("E_PROJECT_project_missing"); + error.addData(projectId); + error.setSuccess(false); + return error; + } + + if (path.isEmpty()) { + // emit plmTaskError->errorSent("E_PROJECT_NOPATH", Q_FUNC_INFO, "No + // project path set"); + error.setErrorCode("E_PROJECT_no_path"); + error.addData(projectId); + error.setSuccess(false); + return error; + } + + PLMExporter exporter(this); + + IFOKDO(error, exporter.exportSQLiteDbTo(project, type, path)); + IFOK(error) { + // if it's a true save and not a copy : + if (!isCopy) { + project->setPath(path); + } + } + return error; +} + +PLMProject * PLMProjectManager::project(int projectId) +{ + // if(!m_projectForIntHash.contains(projectId)){ + // } + // qDebug() << "project n°" << projectId; + PLMProject *project = m_projectForIntMap.value(projectId, 0); + + if (!project) { + // emit plmTaskError->errorSent("E_PROJECTMISSING", Q_FUNC_INFO, "No + // project with the id " + QString::number(projectId)); + + qDebug() << "project not found : " << projectId; + } + + return project; +} + +// ----------------------------------------------------------------------------- + +QListPLMProjectManager::projectIdList() +{ + return m_projectForIntMap.keys(); +} + +// ----------------------------------------------------------------------------- + +PLMError PLMProjectManager::closeProject(int projectId) +{ + PLMError error; + PLMProject *project = m_projectForIntMap.value(projectId, 0); + + if (!project) { + error.setSuccess(false); + return error; + } + + m_projectForIntMap.remove(projectId); + + // the project deletion is done outside PLMProject() so the QSqlDatabase is + // out of scope + { + delete project; + QSqlDatabase::removeDatabase(QString::number(projectId)); + } + error.setSuccess(true); + return error; +} + +// ----------------------------------------------------------------------------- diff --git a/src/libskribisto-data/src/tasks/plmprojectmanager.h b/src/libskribisto-data/src/tasks/plmprojectmanager.h new file mode 100644 index 000000000..8e451943c --- /dev/null +++ b/src/libskribisto-data/src/tasks/plmprojectmanager.h @@ -0,0 +1,47 @@ +#ifndef PLMPROJECTMANAGER_H +#define PLMPROJECTMANAGER_H + +#include + +#include "sql/plmproject.h" +#include "plmerror.h" +#include "skribisto_data_global.h" + +#define plmProjectManager PLMProjectManager::instance() + + +class EXPORT PLMProjectManager : public QObject { + Q_OBJECT + +public: + + explicit PLMProjectManager(QObject *parent); + static PLMProjectManager* instance() + { + return m_instance; + } + + PLMError createNewEmptyDatabase(int& projectId); + PLMError loadProject(const QUrl& fileName, + int & projectId); + PLMError saveProject(int projectId); + PLMError saveProjectAs(int projectId, + const QString& type, + const QUrl & path, + bool isCopy = false); + PLMProject* project(int projectId); + QList projectIdList(); + PLMError closeProject(int projectId); + +signals: + +public slots: + +private: + + static PLMProjectManager *m_instance; + QMapm_projectForIntMap; + int m_projectIdIncrement; +}; + +#endif // PLMPROJECTMANAGER_H diff --git a/src/libskribisto-data/src/tasks/plmsqlqueries.cpp b/src/libskribisto-data/src/tasks/plmsqlqueries.cpp new file mode 100644 index 000000000..8f6b96326 --- /dev/null +++ b/src/libskribisto-data/src/tasks/plmsqlqueries.cpp @@ -0,0 +1,560 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmqueries * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmsqlqueries.h" +#include "plmprojectmanager.h" +#include +#include +#include +#include +#include + +PLMSqlQueries::PLMSqlQueries(int projectId, + const QString& tableName) : m_projectId(projectId), + m_tableName(tableName) +{ + qRegisterMetaType("DBType"); + + PLMProject *project = plmProjectManager->project(m_projectId); + + if (!project) { + qDebug() << "PLMSqlQueries: error project" << project; + return; + } + + m_sqlDB = project->getSqlDb(); + m_idName = project->getIdNameFromTable(m_tableName); +} + +PLMSqlQueries::PLMSqlQueries(QSqlDatabase sqlDB, + const QString& tableName, + const QString& idName) : + m_sqlDB(sqlDB), m_tableName(tableName), m_idName(idName) +{ + qRegisterMetaType("DBType"); +} + +void PLMSqlQueries::beginTransaction() +{ + m_sqlDB.transaction(); +} + +void PLMSqlQueries::rollback() +{ + m_sqlDB.rollback(); +} + +void PLMSqlQueries::commit() +{ + m_sqlDB.commit(); +} + +PLMError PLMSqlQueries::get(int id, const QString& valueName, QVariant& result) const +{ + PLMError error; + + { + QSqlQuery query(m_sqlDB); + QString queryStr = "SELECT " + valueName + + " FROM " + m_tableName + + " WHERE " + m_idName + " = :id" + ; + query.prepare(queryStr); + query.bindValue(":id", id); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + + while (query.next()) { + result = query.value(0); + } + + if (query.size() == 0) { + error.setSuccess(false); + } + } + + return error; +} + +PLMError PLMSqlQueries::getMultipleValues(int id, const QStringList& valueList, + QHash& result) const +{ + PLMError error; + + { + result.clear(); + QSqlQuery query(m_sqlDB); + QString valuesStr; + + for (const QString& value : valueList) { + valuesStr += value; + + if (valueList.size() > 1) { + valuesStr += ", "; + } + } + + // remove last comma + if (valueList.size() > 1) { + valuesStr.chop(2); + } + + QString queryStr = "SELECT " + valuesStr + + " FROM " + m_tableName + + " WHERE " + m_idName + " = :id" + ; + query.prepare(queryStr); + query.bindValue(":id", id); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + + while (query.next()) { + for(const QString& valueName : valueList) { + result.insert(valueName, query.value(valueName)); + } + } + + if (query.size() == 0) { + error.setSuccess(false); + } + + // if(result.isEmpty()){ + // error.setSuccess(false); + // } + } + + return error; +} + +PLMError PLMSqlQueries::getSortedIds(QList& result) const +{ + PLMError error; + + { + result.clear(); + QSqlQuery query(m_sqlDB); + QString queryStr = "SELECT " + m_idName + + " FROM " + m_tableName + + " ORDER BY l_sort_order" + ; + query.prepare(queryStr); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + + while (query.next()) { + result.append(query.value(0).toInt()); + } + + if (query.size() == 0) { + error.setSuccess(false); + } + } + + return error; +} + +PLMError PLMSqlQueries::getIds(QList& result) const +{ + PLMError error; + + { + result.clear(); + QSqlQuery query(m_sqlDB); + QString queryStr = "SELECT " + m_idName + + " FROM " + m_tableName + ; + query.prepare(queryStr); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + + while (query.next()) { + result.append(query.value(0).toInt()); + } + + if (query.size() == 0) { + error.setSuccess(false); + } + } + + return error; +} + +bool PLMSqlQueries::idExists(int id) const +{ + QSqlQuery query(m_sqlDB); + QString queryStr = "SELECT :id FROM " + m_tableName + ; + + query.prepare(queryStr); + query.bindValue(":id", id); + query.exec(); + + if (query.size() == 0) { + return false; + } + return true; +} + +/// +/// \brief PLMSqlQueries::getValueByIds +/// \param valueName +/// \param result +/// \param where +/// \param whereValue +/// \param sorted +/// \return +/// You can use "id" as 'where' ; result QHash isn't garantied to keep the same order ! Use getSortedIds to have the sort order +PLMError PLMSqlQueries::getValueByIds(const QString& valueName, + QHash& result, + const QString& where, + const QVariant& whereValue, + bool sorted) const +{ + result.clear(); + PLMError error; + + { + result.clear(); + QSqlQuery query(m_sqlDB); + QString whereStr; + QString wh = where; + + if (!wh.isEmpty()) { + if (wh == "id") { + wh = m_idName; + } + + QRegExp rx("[><=]^"); + + if (!wh.contains(rx)) { + wh.append(" ="); + } + + whereStr = " WHERE " + wh + " :whereValue"; + } + + QString sortedStr; + sorted ? sortedStr = " ORDER BY l_sort_order" : sortedStr = ""; + QString queryStr = "SELECT " + m_idName + " , " + valueName + + " FROM " + m_tableName + whereStr + sortedStr; + query.prepare(queryStr); + + if (!where.isEmpty()) { + query.bindValue(":whereValue", whereValue); + } + + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + + while (query.next()) { + result.insert(query.value(0).toInt(), query.value(1)); + } + + if (query.size() == 0) { + error.setSuccess(false); + } + } + + return error; +} + +PLMError PLMSqlQueries::getValueByIdsWhere(const QString& valueName, + QHash& result, + const QHash& where, + bool sorted) const +{ + PLMError error; + + { + result.clear(); + QSqlQuery query(m_sqlDB); + QHash finalWhereHash; + QString whereStr = " WHERE "; + QHash::const_iterator i = where.constBegin(); + + while (i != where.constEnd()) { + QString wh = i.key(); + + if (wh == "id") { + wh = m_idName; + } + + QRegExp rx("\\s*[><=]{1,2}$"); + QString valueWh = wh; + + if (wh.contains(rx)) { + valueWh.remove(rx); + finalWhereHash.insert(valueWh, i.value()); + } else { + finalWhereHash.insert(wh, i.value()); + wh.append(" ="); + } + + whereStr += wh + " :" + valueWh + " AND "; + ++i; + } + + // remove final AND + whereStr.chop(5); + QString sortedStr; + sorted ? sortedStr = " ORDER BY l_sort_order" : sortedStr = ""; + QString queryStr = "SELECT " + m_idName + " , " + valueName + + " FROM " + m_tableName + whereStr + sortedStr; + query.prepare(queryStr); + i = finalWhereHash.constBegin(); + + while (i != finalWhereHash.constEnd()) { + query.bindValue(":" + i.key(), i.value()); + ++i; + } + + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + + while (query.next()) { + result.insert(query.value(0).toInt(), query.value(1)); + } + + if (query.size() == 0) { + error.setSuccess(false); + } + } + + return error; +} + +bool PLMSqlQueries::resultExists(const QHash& where) const +{ + PLMError error; + bool result; + + { + QSqlQuery query(m_sqlDB); + QString whereStr = " WHERE "; + QHash::const_iterator i = where.constBegin(); + + while (i != where.constEnd()) { + whereStr += i.key() + " = :" + i.key() + " AND "; + ++i; + } + + // remove final AND + whereStr.chop(5); + + if (where.isEmpty()) { + whereStr = ""; + } + + QString queryStr = "SELECT " + m_idName + + " FROM " + m_tableName + whereStr; + query.prepare(queryStr); + i = where.constBegin(); + + while (i != where.constEnd()) { + query.bindValue(":" + i.key(), i.value()); + ++i; + } + + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + QHash out; + + while (query.next()) { + out.insert(query.value(0).toInt(), query.value(1)); + } + + out.size() > 0 ? result = true : result = false; + } + + return result; +} + +PLMError PLMSqlQueries::add(const QHash& values, int& newId) const +{ + PLMError error; + + { + QSqlQuery query(m_sqlDB); + QStringList valueNamesStrList; + QString valueNamesStr = "("; + QString valuesStr = " VALUES(:"; + QHash::const_iterator i = values.constBegin(); + + while (i != values.constEnd()) { + valueNamesStrList.append(i.key()); + ++i; + } + + valueNamesStr.append(valueNamesStrList.join(", ") + ")"); + valuesStr.append(valueNamesStrList.join(", :") + ")"); + + if (values.isEmpty()) { + valuesStr = ""; + valueNamesStr = " DEFAULT VALUES"; + } + + QString queryStr = "INSERT INTO " + m_tableName + + valueNamesStr + valuesStr; + query.prepare(queryStr); + i = values.constBegin(); + + while (i != values.constEnd()) { + query.bindValue(":" + i.key(), i.value()); + ++i; + } + + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + newId = query.lastInsertId().toInt(); + } + + return error; +} + +PLMError PLMSqlQueries::removeAll() const +{ + PLMError error; + + { + QSqlQuery query(m_sqlDB); + QString queryStr = "DELETE * FROM " + m_tableName; + query.prepare(queryStr); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + } + + return error; +} + +PLMError PLMSqlQueries::remove(int id) const +{ + PLMError error; + + { + QSqlQuery query(m_sqlDB); + QString queryStr = "DELETE FROM " + m_tableName + + " WHERE " + m_idName + " = :id" + ; + query.prepare(queryStr); + query.bindValue(":id", id); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + } + + return error; +} + +PLMError PLMSqlQueries::set(int id, const QString& valueName, const QVariant& value) const +{ + PLMError error; + + { + QSqlQuery query(m_sqlDB); + QString queryStr = "UPDATE " + m_tableName + + " SET " + valueName + " = :value" + " WHERE " + m_idName + " = :id" + ; + query.prepare(queryStr); + query.bindValue(":id", id); + query.bindValue(":value", value); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + } + + return error; +} + +PLMError PLMSqlQueries::setId(int id, int newId) const +{ + PLMError error; + + { + QSqlQuery query(m_sqlDB); + QString queryStr = "UPDATE " + m_tableName + + " SET " + m_idName + " = :value" + " WHERE " + m_idName + " = :id" + ; + query.prepare(queryStr); + query.bindValue(":id", id); + query.bindValue(":value", newId); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + } + + return error; +} + +PLMError PLMSqlQueries::injectDirectSql(const QString& sqlString) +{ + PLMError error; + + { + QSqlQuery query(m_sqlDB); + QString queryStr = sqlString; + query.prepare(queryStr); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + } + + return error; +} + +PLMError PLMSqlQueries::setCurrentDate(int id, const QString& valueName) const +{ + PLMError error; + + { + QSqlQuery query(m_sqlDB); + QString queryStr = "UPDATE " + m_tableName + + " SET " + valueName + " = CURRENT_TIMESTAMP" + " WHERE " + m_idName + " = :id" + ; + query.prepare(queryStr); + query.bindValue(":id", id); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + } + + return error; +} + +PLMError PLMSqlQueries::renumberSortOrder() +{ + PLMError error; + int renumInterval = 1000; + + // Renumber all non-trashed paper in this version. DOES NOT COMMIT - Caller + // should + QSqlQuery query(m_sqlDB); + QString queryStr = "SELECT " + m_idName + + " FROM " + m_tableName + + " ORDER BY l_sort_order" + ; + + /*bool prepareOk = */ query.prepare(queryStr); + + // qDebug() << "prepareOk" << prepareOk; + // qDebug() << query.lastError().text(); + query.exec() ? error.setSuccess(true) : error.setSuccess(false); + + // qDebug() << query.lastError().text(); + + int dest = renumInterval; + QList list; + + while (query.next()) { + list.append(query.value(0).toInt()); + } + + for (int& id : list) { + // For each note to renumber, pass it to the renum function.. For speed + // we commit after all rows renumbered + IFOKDO(error, set(id, "l_sort_order", dest)); + dest += renumInterval; + } + + return error; +} diff --git a/src/libskribisto-data/src/tasks/plmsqlqueries.h b/src/libskribisto-data/src/tasks/plmsqlqueries.h new file mode 100644 index 000000000..961c3c3a1 --- /dev/null +++ b/src/libskribisto-data/src/tasks/plmsqlqueries.h @@ -0,0 +1,97 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsqlstrings * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMSQLQUERIES_H +#define PLMSQLQUERIES_H + +#include + +#include +#include +#include +#include +#include +#include +#include "../plmerror.h" + + +class PLMSqlQueries : public QObject { +public: + + enum DBType { ProjectDB, UserDB }; + Q_ENUM(DBType) + + explicit PLMSqlQueries(int projectId, + const QString& tableName); + explicit PLMSqlQueries(QSqlDatabase sqlDB, + const QString& tableName, + const QString& idName); + + PLMError get(int id, + const QString& valueName, + QVariant & result) const; + PLMError getMultipleValues(int id, + const QStringList& valueList, + QHash& result) const; + PLMError getValueByIds(const QString& valueName, + QHash& result, + const QString& where = QString(), + const QVariant& whereValue = QVariant(), + bool sorted = false) const; + PLMError getValueByIdsWhere(const QString& valueName, + QHash& result, + const QHash& where, + bool sorted = false) const; + PLMError set(int id, + const QString & valueName, + const QVariant& value) const; + + void beginTransaction(); + void rollback(); + void commit(); + + + PLMError setCurrentDate(int id, + const QString& valueName) const; + PLMError getSortedIds(QList& result) const; + PLMError getIds(QList& result) const; + bool idExists(int id) const; + bool resultExists(const QHash& where) const; + PLMError add(const QHash& values, + int& newId) const; + PLMError removeAll() const; + PLMError remove(int id) const; + PLMError renumberSortOrder(); + PLMError setId(int id, + int newId) const; + + PLMError injectDirectSql(const QString& sqlString); + +private: + + QSqlDatabase m_sqlDB; + int m_projectId; + QString m_tableName, m_idName; + + // +}; + + +#endif // PLMSQLQUERIES_H diff --git a/src/libskribisto-data/src/tasks/sql/plmexporter.cpp b/src/libskribisto-data/src/tasks/sql/plmexporter.cpp new file mode 100644 index 000000000..9a563af24 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmexporter.cpp @@ -0,0 +1,74 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmexporter.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmexporter.h" +#include "plmerror.h" + +PLMExporter::PLMExporter(QObject *parent) : QObject(parent) +{} + +PLMError PLMExporter::exportSQLiteDbTo(PLMProject *db, + const QString& type, + const QUrl & fileName) +{ + PLMError error; + QString finalType = type; + + if (type == "skrib") { + finalType = "SQLITE"; + } + + if (finalType == "SQLITE") { + // shrink the database + db->getSqlDb().transaction(); + QString queryStr("VACUUM"); + QSqlQuery query(db->getSqlDb()); + query.prepare(queryStr); + query.exec(); + db->getSqlDb().commit(); + QString databaseTempFileName = db->getTempFileName(); + + // copy db temp to file + QFile tempFile(databaseTempFileName); + QFile file(fileName.toLocalFile()); + + if (!tempFile.open(QIODevice::ReadOnly)) { + qWarning() << fileName.toLocalFile() + " can't be opened"; + error.setSuccess(false); + error.setErrorCode("E_PROJECT_tempfile_cant_be_opened"); + return error; + } + + if (!file.open(QIODevice::WriteOnly | QIODevice::Truncate)) { + qWarning() << fileName.toLocalFile() + " can't be opened"; + error.setSuccess(false); + error.setErrorCode("E_PROJECT_path_is_readonly"); + return error; + } + + QByteArray array(tempFile.readAll()); + file.write(array); + file.close(); + return error; + } + + error.setSuccess(false); + return error; +} diff --git a/src/libskribisto-data/src/tasks/sql/plmexporter.h b/src/libskribisto-data/src/tasks/sql/plmexporter.h new file mode 100644 index 000000000..2b2cefe73 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmexporter.h @@ -0,0 +1,51 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmexporter.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMEXPORTER_H +#define PLMEXPORTER_H + +#include "plmproject.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +class PLMExporter : public QObject { + Q_OBJECT + +public: + + explicit PLMExporter(QObject *parent = 0); + PLMError exportSQLiteDbTo(PLMProject *db, + const QString& type, + const QUrl & fileName); + +signals: + +public slots: +}; + +#endif // PLMEXPORTER_H diff --git a/src/libskribisto-data/src/tasks/sql/plmimporter.cpp b/src/libskribisto-data/src/tasks/sql/plmimporter.cpp new file mode 100644 index 000000000..4d56570e6 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmimporter.cpp @@ -0,0 +1,434 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmimporter.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#include "plmimporter.h" +#include "plmupgrader.h" +#include "tasks/plmsqlqueries.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +PLMImporter::PLMImporter(QObject *parent) : + QObject(parent) +{} + +QSqlDatabase PLMImporter::createSQLiteDbFrom(const QString& type, + const QUrl & fileName, + int projectId, + PLMError & error) +{ + if (type == "SQLITE") { + // create temp file + QTemporaryFile tempFile; + tempFile.open(); + tempFile.setAutoRemove(false); + QString tempFileName = tempFile.fileName(); + + // copy db file to temp + QString fileNameString; + + if (fileName.scheme() == "qrc") { + fileNameString = fileName.toString(QUrl::RemoveScheme); + fileNameString = ":" + fileNameString; + } + else { + fileNameString = fileName.toLocalFile(); + } + + QFile file(fileNameString); + + if (!file.exists()) { + error.setSuccess(false); + qWarning() << fileNameString + " doesn't exist"; + return QSqlDatabase(); + } + + if (!file.open(QIODevice::ReadOnly)) { + error.setSuccess(false); + qWarning() << fileNameString + " can't be copied"; + return QSqlDatabase(); + } + + QByteArray array(file.readAll()); + tempFile.write(array); + tempFile.close(); + + // open temp file + QSqlDatabase sqlDb = + QSqlDatabase::addDatabase("QSQLITE", QString::number(projectId)); + sqlDb.setHostName("localhost"); + sqlDb.setDatabaseName(tempFileName); + + // QSqlDatabase memoryDb = copySQLiteDbToMemory(sqlDb, projectId); + // QSqlDatabase db = QSqlDatabase::database("db_to_be_imported", + // false); + // db.removeDatabase("db_to_be_imported"); + bool ok = sqlDb.open(); + + if (!ok) { + error.setSuccess(false); + + // emit plmTaskError->errorSent("E_SQLITE", + // "",m_sqlDb.lastError().text()); + return QSqlDatabase(); + } + + // upgrade : + IFOKDO(error, PLMUpgrader::upgradeSQLite(sqlDb)); + IFKO(error) { + error.setSuccess(false); + return QSqlDatabase(); + } + + // optimization : + QStringList optimization; + optimization << QStringLiteral("PRAGMA case_sensitive_like=true") + << QStringLiteral("PRAGMA journal_mode=MEMORY") + << QStringLiteral("PRAGMA temp_store=MEMORY") + << QStringLiteral("PRAGMA locking_mode=EXCLUSIVE") + << QStringLiteral("PRAGMA synchronous = OFF") + << QStringLiteral("PRAGMA recursive_triggers=true"); + sqlDb.transaction(); + + for(const QString& string : optimization) { + QSqlQuery query(sqlDb); + + query.prepare(string); + query.exec(); + } + + sqlDb.commit(); + + // clean-up : + sqlDb.transaction(); + PLMSqlQueries sheetQueries(sqlDb, "tbl_sheet", "l_sheet_id"); + IFOKDO(error, sheetQueries.renumberSortOrder()); + PLMSqlQueries noteQueries(sqlDb, "tbl_note", "l_note_id"); + IFOKDO(error, noteQueries.renumberSortOrder()); + sqlDb.commit(); + return sqlDb; + } + + return QSqlDatabase(); +} + +QSqlDatabase PLMImporter::createEmptySQLiteProject(int projectId, PLMError& error) +{ + // create temp file + QTemporaryFile tempFile; + + tempFile.open(); + tempFile.setAutoRemove(false); + QString tempFileName = tempFile.fileName(); + + qDebug() << "tempFileName :" << tempFileName; + + // open temp file + + QSqlDatabase sqlDb = QSqlDatabase::addDatabase("QSQLITE", QString::number(projectId)); + + sqlDb.setHostName("localhost"); + sqlDb.setDatabaseName(tempFileName); + bool ok = sqlDb.open(); + + if (!ok) { + error.setSuccess(false); + return QSqlDatabase(); + } + + // upgrade : + IFOKDO(error, PLMUpgrader::upgradeSQLite(sqlDb)); + IFKO(error) { + error.setSuccess(false); + return QSqlDatabase(); + } + + // optimization : + QStringList optimization; + + optimization << QStringLiteral("PRAGMA case_sensitive_like=true") + << QStringLiteral("PRAGMA journal_mode=MEMORY") + << QStringLiteral("PRAGMA temp_store=MEMORY") + << QStringLiteral("PRAGMA locking_mode=EXCLUSIVE") + << QStringLiteral("PRAGMA synchronous = OFF") + << QStringLiteral("PRAGMA recursive_triggers=true"); + sqlDb.transaction(); + + for(const QString& string : optimization) { + QSqlQuery query(sqlDb); + + query.prepare(string); + query.exec(); + } + + // new project : + IFOKDO(error, this->executeSQLFile(":/sql/sqlite_project.sql", sqlDb)); + QString sqlString = + "INSERT INTO tbl_project (l_skribisto_maj_version, l_skribisto_min_version, l_db_maj_version, l_db_min_version) VALUES (2, 0, 1, 0)"; + + IFOKDO(error, this->executeSQLString(sqlString, sqlDb)); + + + IFOK(error) { + // create unique identifier + + + QString randomString; + + { + const QString possibleCharacters( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"); + const int randomStringLength = 12; + + for (int i = 0; i < randomStringLength; ++i) + { + quint32 generatedNumber = QRandomGenerator::system()->generate(); + int index = generatedNumber % possibleCharacters.length(); + QChar nextChar = possibleCharacters.at(index); + randomString.append(nextChar); + } + } + qDebug() << "randomString" << randomString; + + + QString value = randomString; + int id = 1; + QSqlQuery query(sqlDb); + QString queryStr = "UPDATE tbl_project SET t_project_unique_identifier = :value" + " WHERE l_project_id = :id" + ; + + query.prepare(queryStr); + query.bindValue(":value", value); + query.bindValue(":id", id); + query.exec(); + } + IFOK(error) { + sqlDb.commit(); + } + + // clean-up : + sqlDb.transaction(); + PLMSqlQueries sheetQueries(sqlDb, "tbl_sheet", "l_sheet_id"); + + IFOKDO(error, sheetQueries.renumberSortOrder()); + PLMSqlQueries noteQueries(sqlDb, "tbl_note", "l_note_id"); + + IFOKDO(error, noteQueries.renumberSortOrder()); + sqlDb.commit(); + + return sqlDb; +} + +// QSqlDatabase PLMImporter::copySQLiteDbToMemory(QSqlDatabase sourceSqlDb, int +// projectId, PLMError &error) +// { +// //TODO: not good, to remove ? !!!! +// QString table("mytable"); +// QSqlDatabase srcDB = sourceSqlDb; +// srcDB.open(); +// QSqlDatabase destDB = QSqlDatabase::addDatabase("QSQLITE", +// QString::number(projectId)); +// destDB.setHostName("localhost"); +// destDB.setDatabaseName(":memory:"); +// destDB.open(); +// { +// QSqlQuery srcQuery(srcDB); +// QSqlQuery destQuery(destDB); + +// // get table schema +// if (!srcQuery.exec(QString("SHOW CREATE TABLE %1").arg(table))) { +// return QSqlDatabase(); +// } + +// QString tableCreateStr; + +// while (srcQuery.next()) { +// tableCreateStr = srcQuery.value(1).toString(); +// } + +// // drop destTable if exists +// if (!destQuery.exec(QString("DROP TABLE IF EXISTS %1").arg(table))) { +// return QSqlDatabase(); +// } + +// // create new one +// if (!destQuery.exec(tableCreateStr)) { +// return QSqlDatabase(); +// } + +// // copy all entries +// if (!srcQuery.exec(QString("SELECT * FROM %1").arg(table))) { +// return QSqlDatabase(); +// } + +// while (srcQuery.next()) { +// QSqlRecord record = srcQuery.record(); +// QStringList names; +// QStringList placeholders; +// QList values; + +// for (int i = 0; i < record.count(); ++i) { +// names << record.fieldName(i); +// placeholders << ":" + record.fieldName(i); +// QVariant value = srcQuery.value(i); + +// if (value.type() == QVariant::String) { +// values << "\"" + value.toString() + "\""; +// } else { +// values << value; +// } +// } + +// // build new query +// QString queryStr; +// queryStr.append("INSERT INTO " + table); +// queryStr.append(" (" + names.join(", ") + ") "); +// queryStr.append(" VALUES (" + placeholders.join(", ") + ");"); +// destQuery.prepare(queryStr); + +// foreach (QVariant value, values) { +// destQuery.addBindValue(value); +// } + +// if (!destQuery.exec()) { +// return QSqlDatabase(); +// } +// } +// } +// return destDB; +// } + +PLMError PLMImporter::executeSQLFile(const QString& fileName, QSqlDatabase& sqlDB) { + PLMError error; + QFile file(fileName); + + // Read query file content + file.open(QIODevice::ReadOnly); + error = this->executeSQLString(file.readAll(), sqlDB); + file.close(); + + return error; +} + +PLMError PLMImporter::executeSQLString(const QString& sqlString, QSqlDatabase& sqlDB) +{ + PLMError error; + + QSqlQuery query(sqlDB); + + + QString queryStr = sqlString + "\n"; + + // Check if SQL Driver supports Transactions + if (sqlDB.driver()->hasFeature(QSqlDriver::Transactions)) { + // Replace comments and tabs and new lines with space + queryStr = + queryStr.replace(QRegularExpression("(\\/\\*(.)*?\\*\\/|^--.*\\n|\\t)", + QRegularExpression::CaseInsensitiveOption + | QRegularExpression::MultilineOption), + " "); + queryStr = queryStr.trimmed(); + + + // Extracting queries + QStringList qList = queryStr.split('\n', QString::SkipEmptyParts); + + + QRegularExpression re_transaction("\\bbegin.transaction.*", + QRegularExpression::CaseInsensitiveOption); + QRegularExpression re_commit("\\bcommit.*", + QRegularExpression::CaseInsensitiveOption); + + // Check if query file is already wrapped with a transaction + bool isStartedWithTransaction = false; + + if (qList.size() > 1) { + isStartedWithTransaction = qMax(re_transaction.match(qList.at(0)).hasMatch(), + re_transaction.match(qList.at(1)).hasMatch()); + } + + if (!isStartedWithTransaction) sqlDB.transaction(); + + // Execute each individual queries + bool success = true; + + for (const QString& s : qList) { + if (re_transaction.match(s).hasMatch()) sqlDB.transaction(); + else if (re_commit.match(s).hasMatch()) sqlDB.commit(); + else { + query.exec(s); + + if (query.lastError().type() != QSqlError::NoError) { + qDebug() << query.lastError().text(); + sqlDB.rollback(); + + success = false; + + // + } + } + } + + if (!isStartedWithTransaction) sqlDB.commit(); + + if (success == false) { + error.setSuccess(false); + return error; + } + + // Sql Driver doesn't supports transaction + } else { + // ...so we need to remove special queries (`begin transaction` and + // `commit`) + queryStr = + queryStr.replace(QRegularExpression( + "(\\bbegin.transaction.*;|\\bcommit.*;|\\/\\*(.|\\n)*?\\*\\/|^--.*\\n|\\t|\\n)", + QRegularExpression::CaseInsensitiveOption + | QRegularExpression::MultilineOption), + " "); + queryStr = queryStr.trimmed(); + + // Execute each individual queries + QStringList qList = queryStr.split(';', QString::SkipEmptyParts); + for(const QString& s : qList) { + query.exec(s); + + if (query.lastError().type() != QSqlError::NoError) { + qDebug() << query.lastError().text(); + error.setSuccess(false); + return error; + } + } + } + return error; +} diff --git a/src/libskribisto-data/src/tasks/sql/plmimporter.h b/src/libskribisto-data/src/tasks/sql/plmimporter.h new file mode 100644 index 000000000..edb32f69a --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmimporter.h @@ -0,0 +1,60 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmimporter.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#ifndef PLMIMPORTER_H +#define PLMIMPORTER_H + +#include +#include +#include +#include + +#include "plmerror.h" + +class PLMImporter : public QObject { + Q_OBJECT + +public: + + explicit PLMImporter(QObject *parent = 0); + + QSqlDatabase createSQLiteDbFrom(const QString& type, + const QUrl & fileName, + int projectId, + PLMError & error); + QSqlDatabase createEmptySQLiteProject(int projectId, + PLMError& error); + +signals: + +public slots: + +private: + + // QSqlDatabase copySQLiteDbToMemory(QSqlDatabase sourceSqlDb, int + // projectId, PLMError &error); + PLMError executeSQLFile(const QString& fileName, + QSqlDatabase & sqlDB); + PLMError executeSQLString(const QString& sqlString, + QSqlDatabase & sqlDB); +}; + +#endif // PLMIMPORTER_H diff --git a/src/libskribisto-data/src/tasks/sql/plmproject.cpp b/src/libskribisto-data/src/tasks/sql/plmproject.cpp new file mode 100644 index 000000000..579e51f0a --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmproject.cpp @@ -0,0 +1,220 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdatabase.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#include "plmproject.h" +#include "plmimporter.h" +#include "plmexporter.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include + +PLMProject::PLMProject(QObject *parent, int projectId, const QUrl& fileName) : + QObject(parent) +{ + qRegisterMetaType("PLMProject::DBType"); + m_projectId = projectId; + PLMError error; + + if (!fileName.isEmpty()) { + QFileInfo info; + + if (fileName.scheme() == "qrc") { + info.setFile(fileName.toString().replace("qrc:", ":")); + } + else { + info.setFile(fileName.toLocalFile()); + } + + if (!info.exists()) { + error.setSuccess(false); + } + + if (!info.isReadable()) { + error.setSuccess(false); + } + + IFOKDO(error, setPath(fileName)) + } + + + IFOK(error) { + PLMImporter importer; + + if (fileName.isEmpty()) { // virgin project + m_sqlDb = importer.createEmptySQLiteProject(projectId, error); + + IFKO(error) { + // qWarning << error.getMessage() + m_projectId = -1; + qCritical() << "New project not created"; + + return; + } + } else { + m_sqlDb = importer.createSQLiteDbFrom("SQLITE", fileName, projectId, error); + } + this->setPath(fileName); + } + setType("skrib"); + IFOK(error) { + // sheet and note sql tree : + m_sheetTree = new PLMSheetTree(this, "tbl_sheet", "l_sheet_id", m_sqlDb); + m_plmTreeForTableNameHash.insert("tbl_sheet", m_sheetTree); + m_noteTree = new PLMNoteTree(this, "tbl_note", "l_note_id", m_sqlDb); + m_plmTreeForTableNameHash.insert("tbl_note", m_noteTree); + PLMProperty *sheetProperty = new PLMProperty(this, + "tbl_sheet_property", + "l_sheet_code", + m_sqlDb); + + m_plmPropertyForTableNameHash.insert("tbl_sheet_property", sheetProperty); + PLMProperty *noteProperty = new PLMProperty(this, + "tbl_note_property", + "l_note_code", + m_sqlDb); + + m_plmPropertyForTableNameHash.insert("tbl_note_property", noteProperty); + PLMProperty *sheetSystemProperty = new PLMProperty(this, + "tbl_sheet_property", + "l_sheet_code", + m_sqlDb); + + m_plmPropertyForTableNameHash.insert("tbl_sheet_system_property", + sheetSystemProperty); + PLMProperty *noteSystemProperty = new PLMProperty(this, + "tbl_note_property", + "l_note_code", + m_sqlDb); + + m_plmPropertyForTableNameHash.insert("tbl_note_system_property", + noteSystemProperty); + } + + + IFKO(error) { + m_projectId = -1; + } +} + +PLMProject::~PLMProject() +{ + // close DB : + m_sqlDb.close(); + + // remove temporary files : + QFile tempFile(this->getTempFileName()); + + if (tempFile.exists() && tempFile.isWritable()) { + tempFile.remove(); + } +} + +QSqlDatabase PLMProject::getSqlDb() const +{ + return m_sqlDb; +} + +QString PLMProject::getIdNameFromTable(const QString& tableName) +{ + QSqlDatabase sqlDb; + + sqlDb = m_sqlDb; + + + if (!sqlDb.isOpen()) { + sqlDb.open(); + } + + QSqlRecord record = sqlDb.driver()->record(tableName); + QString idName; + + for (int i = 0; i < record.count(); ++i) { + QString field(record.field(i).name()); + + if (field.endsWith("_id")) { + idName = field; + } + } + + return idName; +} + +QString PLMProject::getTempFileName() const +{ + return m_sqlDb.databaseName(); +} + +PLMProperty * PLMProject::getProperty(const QString& tableName) +{ + return m_plmPropertyForTableNameHash.value(tableName); +} + +PLMTree * PLMProject::getTree(const QString& tableName) +{ + return m_plmTreeForTableNameHash.value(tableName); +} + +PLMSheetTree * PLMProject::sheetTree() +{ + return m_sheetTree; +} + +PLMNoteTree * PLMProject::noteTree() +{ + return m_noteTree; +} + +QString PLMProject::getType() const +{ + return m_type; +} + +void PLMProject::setType(const QString& value) +{ + m_type = value; +} + +int PLMProject::id() const +{ + return m_projectId; +} + +QUrl PLMProject::getPath() const +{ + return m_path; +} + +PLMError PLMProject::setPath(const QUrl& value) +{ + PLMError error; + + // TODO: check for file rights, etc... + IFOK(error) { + m_path = value; + } + return error; +} diff --git a/src/libskribisto-data/src/tasks/sql/plmproject.h b/src/libskribisto-data/src/tasks/sql/plmproject.h new file mode 100644 index 000000000..ad94502e1 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmproject.h @@ -0,0 +1,82 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmproject.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#ifndef PLMDATABASE_H +#define PLMDATABASE_H + +#include +#include +#include +#include + +#include "plmproperty.h" +#include "tree/plmtree.h" +#include "tree/plmsheettree.h" +#include "tree/plmnotetree.h" +#include "plmerror.h" +#include "skribisto_data_global.h" + +class EXPORT PLMProject : public QObject { + Q_OBJECT + +public: + + enum DBType { ProjectDB, UserDB }; + Q_ENUM(DBType) + + explicit PLMProject(QObject *parent, + int projectId, + const QUrl& fileName); + ~PLMProject(); + PLMProperty * getProperty(const QString& tableName); + PLMTree * getTree(const QString& tableName); + PLMSheetTree* sheetTree(); + PLMNoteTree * noteTree(); + QString getType() const; + void setType(const QString& value); + int id() const; + + QString getTempFileName() const; + + QUrl getPath() const; + PLMError setPath(const QUrl& value); + + + QSqlDatabase getSqlDb() const; + QString getIdNameFromTable(const QString& tableName); + +signals: + +public slots: + +private: + + QHashm_plmPropertyForTableNameHash; + QHashm_plmTreeForTableNameHash; + QSqlDatabase m_sqlDb; + int m_projectId; + PLMSheetTree *m_sheetTree; + PLMNoteTree *m_noteTree; + QString m_type; + QUrl m_path; +}; + +#endif // PLMDATABASE_H diff --git a/src/libskribisto-data/src/tasks/sql/plmproperty.cpp b/src/libskribisto-data/src/tasks/sql/plmproperty.cpp new file mode 100644 index 000000000..ab5fe1508 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmproperty.cpp @@ -0,0 +1,77 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmproperty.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#include "plmproperty.h" +#include +#include +#include +#include +#include +#include + +PLMProperty::PLMProperty(QObject *parent, + const QString& tableName, + const QString& codeName, + QSqlDatabase sqlDb) : + QObject(parent) +{ + m_tableName = tableName; + m_codeName = codeName; + m_sqlDb = sqlDb; +} + +QList >PLMProperty::getAll() +{ + if (!m_sqlDb.isOpen()) m_sqlDb.open(); + + QSqlQuery query(m_sqlDb); + QStringList names; + + names.append(getAllHeaders()); + + QString queryStr = "SELECT " + names.join(", ") + " FROM " + m_tableName; + + query.exec(queryStr); + QList > list; + + while (query.next()) { + QHash hash; + + for (int i = 0; i < names.count(); ++i) { + QString key = names.at(i); + hash.insert(key, query.value(i)); + } + + list.append(hash); + } + return list; +} + +QStringList PLMProperty::getAllHeaders() +{ + if (!m_sqlDb.isOpen()) m_sqlDb.open(); + + QSqlRecord record = m_sqlDb.driver()->record(m_tableName); + QStringList list; + + for (int i = 0; i < record.count(); ++i) list << record.field(i).name(); + return list; +} diff --git a/src/libskribisto-data/src/tasks/sql/plmproperty.h b/src/libskribisto-data/src/tasks/sql/plmproperty.h new file mode 100644 index 000000000..f9dc3d8bc --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmproperty.h @@ -0,0 +1,54 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmproperty.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMPROPERTY_H +#define PLMPROPERTY_H + +#include +#include +#include +#include +#include +#include +#include "skribisto_data_global.h" + +class EXPORT PLMProperty : public QObject { + Q_OBJECT + +public: + + explicit PLMProperty(QObject *parent, + const QString& tableName, + const QString& codeName, + QSqlDatabase sqlDb); + QList >getAll(); + QStringList getAllHeaders(); + +signals: + +public slots: + +private: + + QString m_tableName, m_codeName; + QSqlDatabase m_sqlDb; +}; + +#endif // PLMPROPERTY_H diff --git a/src/libskribisto-data/src/tasks/sql/plmupgrader.cpp b/src/libskribisto-data/src/tasks/sql/plmupgrader.cpp new file mode 100644 index 000000000..12fd7343a --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmupgrader.cpp @@ -0,0 +1,38 @@ +/*************************************************************************** +* Copyright (C) 2017 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: upgrader.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmupgrader.h" + +PLMUpgrader::PLMUpgrader(QObject *parent) : QObject(parent) +{} + +PLMError PLMUpgrader::upgradeSQLite(QSqlDatabase sqlDb) +{ + Q_UNUSED(sqlDb); + + PLMError error; + + error.setSuccess(true); + + // from 1.5 to 1.6 + + + return error; +} diff --git a/src/libskribisto-data/src/tasks/sql/plmupgrader.h b/src/libskribisto-data/src/tasks/sql/plmupgrader.h new file mode 100644 index 000000000..a8b9a1ce1 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/plmupgrader.h @@ -0,0 +1,42 @@ +/*************************************************************************** +* Copyright (C) 2017 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: upgrader.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMUPGRADER_H +#define PLMUPGRADER_H + +#include +#include + +#include "plmerror.h" + +class PLMUpgrader : public QObject { + Q_OBJECT + +public: + + explicit PLMUpgrader(QObject *parent = nullptr); + static PLMError upgradeSQLite(QSqlDatabase sqlDb); + +signals: + +public slots: +}; + +#endif // PLMUPGRADER_H diff --git a/src/libskribisto-data/src/tasks/sql/sql.qrc b/src/libskribisto-data/src/tasks/sql/sql.qrc new file mode 100644 index 000000000..24f4ad7ba --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/sql.qrc @@ -0,0 +1,5 @@ + + + sqlite_project.sql + + diff --git a/src/libskribisto-data/src/tasks/sql/sql.qrc.depends b/src/libskribisto-data/src/tasks/sql/sql.qrc.depends new file mode 100644 index 000000000..6757c1377 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/sql.qrc.depends @@ -0,0 +1,6 @@ + + + sqlite_project.sql + sqlite_user.sql + + diff --git a/src/libskribisto-data/src/tasks/sql/sqlite_project.sql b/src/libskribisto-data/src/tasks/sql/sqlite_project.sql new file mode 100644 index 000000000..462295bc8 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/sqlite_project.sql @@ -0,0 +1,55 @@ +-- +-- File generated with SQLiteStudio v3.2.1 on jeu. janv. 30 22:52:23 2020 +-- +-- Text encoding used: UTF-8 +-- +PRAGMA foreign_keys = off; +BEGIN TRANSACTION; + +-- Table: tbl_history +CREATE TABLE tbl_history (dt_saved DATETIME, l_char_count INTEGER, l_word_count INTEGER); + +-- Table: tbl_info +CREATE TABLE tbl_info (dbl_version DOUBLE); + +-- Table: tbl_note +CREATE TABLE tbl_note (l_note_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL UNIQUE, t_title TEXT, l_sort_order INTEGER NOT NULL ON CONFLICT ROLLBACK DEFAULT (9999999999), l_indent INTEGER DEFAULT (0) NOT NULL ON CONFLICT ROLLBACK, l_version INTEGER, l_dna INTEGER, l_xpos INTEGER, l_ypos INTEGER, m_content BLOB, dt_created DATETIME DEFAULT (CURRENT_TIMESTAMP) NOT NULL ON CONFLICT ROLLBACK, dt_updated DATETIME NOT NULL ON CONFLICT ROLLBACK DEFAULT (CURRENT_TIMESTAMP), dt_content DATETIME DEFAULT (CURRENT_TIMESTAMP) NOT NULL ON CONFLICT ROLLBACK, dt_trashed DATETIME, b_trashed BOOLEAN DEFAULT (0) NOT NULL ON CONFLICT ROLLBACK, l_word_count INTEGER, l_char_count INTEGER, l_size INTEGER); + +-- Index: idx_note +CREATE INDEX idx_note ON tbl_note (l_note_id, t_title, l_sort_order ASC, l_indent, b_trashed); + +-- Table: tbl_note_property +CREATE TABLE tbl_note_property (l_property_id INTEGER PRIMARY KEY AUTOINCREMENT UNIQUE, l_note_code INTEGER REFERENCES tbl_sheet ON DELETE CASCADE, t_name TEXT DEFAULT NULL, t_value TEXT, dt_created DATETIME DEFAULT (CURRENT_TIMESTAMP) NOT NULL, dt_updated DATETIME NOT NULL DEFAULT (CURRENT_TIMESTAMP), b_system BOOLEAN DEFAULT (0) NOT NULL); + +-- Table: tbl_project +CREATE TABLE tbl_project (l_project_id INTEGER PRIMARY KEY ON CONFLICT ROLLBACK AUTOINCREMENT NOT NULL ON CONFLICT ROLLBACK UNIQUE ON CONFLICT ROLLBACK, t_project_name TEXT, l_skribisto_maj_version INTEGER, l_skribisto_min_version INTEGER, l_db_maj_version INTEGER, l_db_min_version INTEGER, dt_created DATETIME DEFAULT (CURRENT_TIMESTAMP) NOT NULL, dt_updated DATETIME NOT NULL DEFAULT (CURRENT_TIMESTAMP), t_author TEXT, t_project_unique_identifier TEXT); + +-- Table: tbl_sheet +CREATE TABLE tbl_sheet (l_sheet_id INTEGER PRIMARY KEY ON CONFLICT ROLLBACK AUTOINCREMENT UNIQUE ON CONFLICT ROLLBACK NOT NULL ON CONFLICT ROLLBACK, l_sort_order INTEGER NOT NULL ON CONFLICT ROLLBACK DEFAULT (9999999999), l_indent INTEGER NOT NULL ON CONFLICT ROLLBACK DEFAULT (0), l_version INTEGER, l_dna INTEGER, t_title TEXT, m_content BLOB, l_char_count INTEGER, l_word_count INTEGER, dt_created DATETIME NOT NULL DEFAULT (CURRENT_TIMESTAMP), dt_updated DATETIME NOT NULL ON CONFLICT ROLLBACK DEFAULT (CURRENT_TIMESTAMP), dt_content DATETIME NOT NULL ON CONFLICT ROLLBACK DEFAULT (CURRENT_TIMESTAMP), dt_trashed DATETIME, b_trashed BOOLEAN NOT NULL ON CONFLICT ROLLBACK DEFAULT (0)); + +-- Index: idx_sheet +CREATE INDEX idx_sheet ON tbl_sheet (l_sheet_id, l_sort_order ASC, l_indent, t_title, b_trashed); + +-- Table: tbl_sheet_property +CREATE TABLE tbl_sheet_property (l_property_id INTEGER PRIMARY KEY AUTOINCREMENT UNIQUE, l_sheet_code INTEGER REFERENCES tbl_sheet (l_sheet_id) ON DELETE CASCADE, t_name TEXT DEFAULT NULL, t_value TEXT, dt_created DATETIME NOT NULL DEFAULT (CURRENT_TIMESTAMP), dt_updated DATETIME DEFAULT (CURRENT_TIMESTAMP) NOT NULL, b_system BOOLEAN DEFAULT (0) NOT NULL); + +-- Table: tbl_sheet_note +CREATE TABLE tbl_sheet_note (l_sheet_note_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL UNIQUE, l_sheet_code INTEGER REFERENCES tbl_sheet (l_sheet_id) ON DELETE CASCADE NOT NULL, l_note_code INTEGER REFERENCES tbl_note (l_note_id) ON DELETE CASCADE NOT NULL, b_synopsis BOOLEAN NOT NULL ON CONFLICT ROLLBACK DEFAULT (0)); + +-- Table: tbl_tag +CREATE TABLE tbl_tag (l_tag_id INTEGER PRIMARY KEY ON CONFLICT ROLLBACK AUTOINCREMENT UNIQUE ON CONFLICT ROLLBACK NOT NULL ON CONFLICT ROLLBACK, t_name TEXT NOT NULL UNIQUE ON CONFLICT ROLLBACK, t_color TEXT DEFAULT lightblue, dt_created DATETIME NOT NULL ON CONFLICT ROLLBACK DEFAULT (CURRENT_TIMESTAMP), dt_updated DATETIME NOT NULL ON CONFLICT ROLLBACK DEFAULT (CURRENT_TIMESTAMP)); + +-- Table: tbl_tag_relationship +CREATE TABLE tbl_tag_relationship (l_tag_relationship_id INTEGER PRIMARY KEY ON CONFLICT ROLLBACK AUTOINCREMENT NOT NULL ON CONFLICT ROLLBACK, l_sheet_code INTEGER REFERENCES tbl_sheet (l_sheet_id) ON DELETE CASCADE, l_note_code INTEGER REFERENCES tbl_note (l_note_id) ON DELETE CASCADE, l_tag_code INTEGER REFERENCES tbl_tag (l_tag_id) ON DELETE CASCADE, dt_created DATETIME NOT NULL ON CONFLICT ROLLBACK DEFAULT (CURRENT_TIMESTAMP)); + +-- Trigger: trg_delete_properties +CREATE TRIGGER trg_delete_properties AFTER DELETE ON tbl_sheet FOR EACH ROW BEGIN DELETE FROM tbl_sheet_property WHERE l_sheet_code = OLD.l_sheet_id; END; + +-- View: v_property_sheet +CREATE VIEW v_property_sheet AS SELECT l_property_id, l_sheet_code, t_name, t_value FROM tbl_sheet_property; + +-- View: v_tree_sheet +CREATE VIEW v_tree_sheet AS SELECT l_sheet_id, l_sort_order, l_indent, t_title, b_trashed FROM tbl_sheet; + +COMMIT TRANSACTION; +PRAGMA foreign_keys = on; diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmdberror.h b/src/libskribisto-data/src/tasks/sql/tree/plmdberror.h new file mode 100644 index 000000000..e3c1ddd4d --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmdberror.h @@ -0,0 +1,80 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdberror.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMDBERROR_H +#define PLMDBERROR_H + +#include + +struct PLMDbError +{ +public: + + enum ReturnError { + Error = 0, // Error return - check get_status(). MUST BE ZERO e.g. + // get_sheet_order + OK = 1 // Success return (some functions return another non zero + // value e.g. a sheet_id) + }; + + enum Error { + InvalidType = 1, // Invalid parameter type. + InvalidParameter = 2, // Invalid parameter value. + InternalError = 3, // Internal logic error or unexpected error + RequestedRecordNotFound = 4 // Requested record not found + }; + + + PLMDbError() + { + status = 0; + parameter = 0; + errorMsg = ""; + } + + QString getStatus() const + { + QString s_msg; + + if (status == + InvalidType) s_msg = QString("Invalid parameter type (parameter %1)").arg(QString::number( + parameter)); + else if (status == InvalidParameter) s_msg = QString( + "Invalid parameter value (parameter %1)").arg(QString::number(parameter)); + else if (status == InternalError) s_msg = "Internal logic error"; + else s_msg = "Unhandled error"; + + if (errorMsg != "") s_msg += ". " + errorMsg; + + return QString("Error: %1. ").arg(QString::number(status)) + s_msg; + } + + void setStatus(int status, int parameter, const QString& errorMsg) + { + this->status = status; + this->parameter = parameter; + this->errorMsg = errorMsg; + } + + int status, parameter; + QString errorMsg; +}; + +#endif // PLMDBERROR_H diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmdbpaper.cpp b/src/libskribisto-data/src/tasks/sql/tree/plmdbpaper.cpp new file mode 100644 index 000000000..026888c26 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmdbpaper.cpp @@ -0,0 +1,275 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdbpaper.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmdbpaper.h" +#include +#include +#include + +PLMDbPaper::PLMDbPaper(const QSqlDatabase& sqlDb, + const QString & tableName, + const QString & idName, + int paperId, + bool commit) +{ + m_sqlDb = sqlDb; + m_paperId = paperId; + m_commit = commit; + m_tableName = tableName; + m_idName = idName; +} + +void PLMDbPaper::setCommit(bool commit) +{ + m_commit = commit; +} + +bool PLMDbPaper::getCommit() +{ + return m_commit; +} + +bool PLMDbPaper::exists() +{ + QVariant value = get(m_idName); + + if (value.isNull()) return false; + + return true; +} + +int PLMDbPaper::copy(const QString& prefix) +{ + Q_UNUSED(prefix); + return 0; +} + +void PLMDbPaper::commit() +{ + m_sqlDb.commit(); +} + +QVariant PLMDbPaper::get(const QString& valueName) const +{ + QSqlQuery query(m_sqlDb); + QString queryStr = "SELECT " + valueName + + " FROM " + m_tableName + + " WHERE " + m_idName + " = :paperId" + ; + + query.prepare(queryStr); + query.bindValue(":paperId", m_paperId); + query.exec(); + + while (query.next()) { + return query.value(0); + } + return QVariant(); +} + +void PLMDbPaper::set(const QString & valueName, + const QVariant& value, + bool updatedDateStampSet) +{ + if (m_commit) m_sqlDb.transaction(); + + QString updatedDateStamp = " dt_updated = CURRENT_TIMESTAMP"; + + if (!updatedDateStampSet) updatedDateStamp = ""; + + QSqlQuery query(m_sqlDb); + QString queryStr = "UPDATE " + m_tableName + + " SET " + valueName + " = :value, " + + updatedDateStamp + + " WHERE " + m_idName + " = :paperId" + ; + + query.prepare(queryStr); + query.bindValue(":paperId", m_paperId); + query.bindValue(":value", value); + query.exec(); + + // qDebug() << "set : " << getLastExecutedQuery(query); + // qDebug() << m_sqlDb.lastError(); + + if (m_commit) m_sqlDb.commit(); +} + +int PLMDbPaper::getSortOrder() +{ + return get("l_sort_order").toInt(); +} + +void PLMDbPaper::setSortOrder(int value, bool updatedDateStampSet) +{ + set("l_sort_order", value, updatedDateStampSet); +} + +int PLMDbPaper::getIndent() +{ + return get("l_indent").toInt(); +} + +void PLMDbPaper::setIndent(int value) +{ + set("l_indent", value); +} + +QVariant PLMDbPaper::getContent() const +{ + return get("m_content"); +} + +void PLMDbPaper::setContent(const QVariant& value) +{ + set("m_content", value); +} + +QString PLMDbPaper::getTitle() const +{ + return get("t_title").toString(); +} + +void PLMDbPaper::setTitle(const QString& value) +{ + set("t_title", value); +} + +bool PLMDbPaper::getTrashed() const +{ + return get("b_trashed").toBool(); +} + +void PLMDbPaper::setTrashed(bool value) +{ + set("b_trashed", value); +} + +QDateTime PLMDbPaper::getCreationDate() const +{ + return get("dt_created").toDateTime(); +} + +void PLMDbPaper::setCreationDate(const QDateTime& value) +{ + set("dt_created", value); +} + +QDateTime PLMDbPaper::getUpdateDate() const +{ + return get("dt_updated").toDateTime(); +} + +void PLMDbPaper::setUpdateDate(const QDateTime& value) +{ + set("dt_updated", value); +} + +QDateTime PLMDbPaper::getContentDate() const +{ + return get("dt_content").toDateTime(); +} + +void PLMDbPaper::setContentDate(const QDateTime& value) +{ + set("dt_content", value); +} + +int PLMDbPaper::add() +{ + if (m_commit) m_sqlDb.transaction(); + + QSqlQuery query(m_sqlDb); + QString queryStr = "INSERT INTO " + m_tableName + + " ( " + + "t_title," + + "dt_created," + + "dt_updated," + + "dt_content," + + "l_version," + + "b_trashed " + + " ) " + + " VALUES ( " + + ":title," + + "CURRENT_TIMESTAMP," + + "CURRENT_TIMESTAMP," + + "CURRENT_TIMESTAMP," + + "0," + + "0" + " ) " + ; + + query.prepare(queryStr); + query.bindValue(":title", "new"); + query.exec(); + + // qDqsqlerror m_sqlDb.lastError(); + int lastInserted = query.lastInsertId().toInt(); + + if (m_commit) m_sqlDb.commit(); + return lastInserted; +} + +QListPLMDbPaper::childIdList() +{ + QSqlQuery query(m_sqlDb); + QString queryStr = "SELECT " + "l_indent, l_sort_order, b_trashed" + " FROM " + m_tableName + + " WHERE " + m_idName + " = " + QString::number(m_paperId) + + " ORDER BY l_sort_order" + ; + + query.exec(queryStr); + int parentIndent = -1; + int parentSortOrder = -1; + bool parentTrashed = false; + + while (query.next()) { + parentIndent = query.value(0).toInt(); + parentSortOrder = query.value(1).toInt(); + parentTrashed = query.value(3).toBool(); + } + + queryStr = "SELECT " + + m_idName + ", l_indent " + + " FROM " + m_tableName + + " WHERE " + + "l_sort_order > :parent_sort" + + " AND b_trashed = :parent_trashed" + + " ORDER BY l_sort_order" + ; + query.prepare(queryStr); + query.bindValue(":parent_sort", parentSortOrder); + query.bindValue(":parent_trashed", parentTrashed); + query.exec(); + + // qDebug() << " : " << getLastExecutedQuery(query); + + QList finalList; + + while (query.next()) { + if (query.value("l_indent").toInt() <= parentIndent) break; + finalList.append(query.value(m_idName).toInt()); + } + + + return finalList; +} diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmdbpaper.h b/src/libskribisto-data/src/tasks/sql/tree/plmdbpaper.h new file mode 100644 index 000000000..b69acbb52 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmdbpaper.h @@ -0,0 +1,86 @@ +/*************************************************************************** + * Copyright (C) 2015 by Cyril Jacquet * + * cyril.jacquet@skribisto.eu * + * * + * Filename: plmdbpaper.h * + * This file is part of Skribisto. * + * * + * Skribisto 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. * + * * + * Skribisto 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 Skribisto. If not, see . * + ***************************************************************************/ +#ifndef PLMDBPAPER_H +#define PLMDBPAPER_H + +#include +#include +#include +#include + +class PLMDbPaper +{ + +public: + explicit PLMDbPaper(const QSqlDatabase &sqlDb, const QString &tableName, const QString &idName, int paperId, bool commit); + + bool getCommit(); + void setCommit(bool commit); + QVariant get(const QString &valueName) const; + void set(const QString &valueName, const QVariant &value, bool updatedDateStampSet=true); + int getSortOrder(); + void setSortOrder(int value, bool updatedDateStampSet=true); + int getIndent(); + void setIndent(int value); + QVariant getContent() const; + void setContent(const QVariant &value); + QString getTitle() const; + void setTitle(const QString &value); + bool getTrashed() const; + void setTrashed(bool value); + QDateTime getCreationDate() const; + void setCreationDate(const QDateTime &value); + QDateTime getUpdateDate() const; + void setUpdateDate(const QDateTime &value); + QDateTime getContentDate() const; + void setContentDate(const QDateTime &value); + int add(); + QList childIdList(); + bool exists(); + int copy(const QString &prefix); + void commit(); + /// + /// \brief getLastExecutedQuery + /// \param query + /// \return + /// Useful for debugging + QString getLastExecutedQuery(const QSqlQuery& query) { + QString str = query.lastQuery(); + QMapIterator it(query.boundValues()); + while (it.hasNext()) { + it.next(); + str.replace(it.key(), it.value().toString()); + } + return str; + } + +signals: + +public slots: + +private: + QSqlDatabase m_sqlDb; + int m_paperId; + QString m_tableName, m_idName; + bool m_commit; +}; + +#endif // PLMDBPAPER_H diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmdbtree.cpp b/src/libskribisto-data/src/tasks/sql/tree/plmdbtree.cpp new file mode 100644 index 000000000..c1e4b9504 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmdbtree.cpp @@ -0,0 +1,416 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdbtree.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmdbtree.h" +#include "plmdbpaper.h" +#include +#include + +/** + * @brief PLMDbTree::PLMDbTree + * @param sqlDb + * @param tableName + * @param idName + * @param commit + */ +PLMDbTree::PLMDbTree(const QSqlDatabase& sqlDb, + const QString & tableName, + const QString & idName, + bool commit) +{ + m_sqlDb = sqlDb; + m_commit = commit; + m_tableName = tableName; + m_idName = idName; + m_version = 0; + m_error = PLMDbError(); + m_renumInterval = 1000; +} + +/** + * @brief PLMDbTree::setCommit + * @param value + */ +void PLMDbTree::setCommit(bool value) +{ + m_commit = value; +} + +/** + * @brief PLMDbTree::getCommit + * @return + */ +bool PLMDbTree::getCommit() +{ + return m_commit; +} + +/** + * @brief PLMDbTree::renumAll + * Will not update the update date stamp + */ +void PLMDbTree::renumAll() +{ + // Renumber all non-trashed paper in this version. DOES NOT COMMIT - Caller + // should + QSqlQuery query(m_sqlDb); + QString queryStr = "SELECT " + m_idName + + " FROM " + m_tableName + + " WHERE" + +// + " b_trashed = 0" +// + " and" + + " l_version = :ver" + + " ORDER BY l_sort_order" + ; + + query.prepare(queryStr); + query.bindValue(":ver", m_version); + query.exec(); + + // qDebug() << getLastExecutedQuery(query); + + // if(!query.isValid()) + // qDebug() << "renumAll() : " << m_sqlDb.lastError(); + + + if (m_commit) m_sqlDb.transaction(); + int dest = m_renumInterval; + + while (query.next()) { + // For each note to renumber, pass it to the renum function.. For speed + // we commit after all rows renumbered + + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, query.value(m_idName).toInt(), + false); + paper.setSortOrder(dest, false); + dest += m_renumInterval; + } + + if (m_commit) m_sqlDb.commit(); +} + +/** + * @brief PLMDbTree::moveList + * @param idList + * @param paperId + * @return + */ +int PLMDbTree::moveList(QListidList, int paperId) + +// +// Move the list of notes to after i_after_note. +// +// If i_after_note is 0, then move the notes to the top. -1 = move notes to +// bottom +// +// The notes are moved in list order such at the first in the list ends up as +// the first after i_after_note. +// +// To move, we renumber notes from i_dest + 1. The max notes we can move is +// RENUM_INT -1. +// +{ + if (m_commit) m_sqlDb.transaction(); + + + if (idList.count() >= m_renumInterval) { + m_error.setStatus(PLMDbError::InternalError, 0, + QString("Can't move more than %1 notes").arg(QString::number( + m_renumInterval + - + 1))); + return PLMDbError::Error; + } + int dest; + + if (paperId == 0) dest = 0; + else if (paperId == -1) dest = INT_MAX - 1000; + else { + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + dest = paper.getSortOrder(); + + if (dest == PLMDbError::Error) { + m_error.setStatus(PLMDbError::InvalidParameter, 2, + QString("After Item %1 not found").arg(QString::number( + paperId))); + return PLMDbError::Error; + } + } + + // Renumber each sheet to +1 after dest + dest += 1; + for(int id : idList) { + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, id, false); + + if (!paper.exists()) { + m_sqlDb.rollback(); + m_error.setStatus(PLMDbError::InvalidParameter, 1, + QString("Sheet %1 not found").arg("%1", + QString::number(id))); + return PLMDbError::Error; + } + + paper.setSortOrder(dest); + dest += 1; + } + + // Renumber all sheets to restore default spacing + + // ??? renumAll() + if (m_commit) m_sqlDb.commit(); + + return PLMDbError::OK; +} + +/** + * @brief PLMDbTree::copyList + * @param idList + * @return + */ +int PLMDbTree::copyList(QListidList) + +// +// Copy the list of sheets. Each sheet is copied directly after its original +// sheet. +// +{ + if (m_commit) m_sqlDb.transaction(); + + for(int id : idList) { + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, id, false); + + if (!paper.exists()) { + m_sqlDb.rollback(); + m_error.setStatus(PLMDbError::InvalidParameter, 1, + QString("Sheet (%1) not found").arg(QString::number(id))); + return PLMDbError::Error; + } + paper.copy("Copy of "); + } + + // Renumber all sheets to restore default spacing + + // ??? renumAll() + if (m_commit) m_sqlDb.commit(); + + return PLMDbError::OK; +} + +/** + * @brief PLMDbTree::deleteList + * @param idList + * @return + */ +/** + * @brief PLMDbTree::deleteList + * @param idList + * @return + */ + +/// +/// \brief PLMDbTree::deleteList +/// \param idList +/// \return +/// +int PLMDbTree::trashList(QListidList) + +// +// Mark a list of sheets as trashed. +// This function just sets the trashed flag in the record. Call empty_trash to +// really delete the records +// +{ + if (m_commit) m_sqlDb.transaction(); + + for(int id : idList) { + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, id, false); + + if (!paper.exists()) { + m_sqlDb.rollback(); + m_error.setStatus(PLMDbError::InvalidParameter, 1, + QString("Sheet (%1) not found").arg(QString::number(id))); + return PLMDbError::Error; + } + paper.setTrashed(true); + } + + // Renumber all sheets to restore default spacing + + // ??? renumAll() + if (m_commit) m_sqlDb.commit(); + + return PLMDbError::OK; +} + +int PLMDbTree::untrashList(QListidList) +{ + if (m_commit) m_sqlDb.transaction(); + + for(int id : idList) { + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, id, false); + + if (!paper.exists()) { + m_sqlDb.rollback(); + m_error.setStatus(PLMDbError::InvalidParameter, 1, + QString("Sheet (%1) not found").arg(QString::number(id))); + return PLMDbError::Error; + } + paper.setTrashed(false); + } + + // Renumber all sheets to restore default spacing + + // ??? renumAll() + if (m_commit) m_sqlDb.commit(); + + return PLMDbError::OK; +} + +int PLMDbTree::emptyTrash() + +// +// Permanently remove any trashed sheets for the CURRENT version +// +{ + if (m_commit) m_sqlDb.transaction(); + + QSqlQuery query(m_sqlDb); + QString queryStr = "DELETE FROM " + + m_tableName + + " WHERE b_trashed = 1" + + "and l_version = :ver" + ; + + query.prepare(queryStr); + query.bindValue(":ver", m_version); + query.exec(); + + return PLMDbError::OK; +} + +QListPLMDbTree::listVisibleId() +{ + QSqlQuery query(m_sqlDb); + QString queryStr = "SELECT " + m_idName + + " FROM " + m_tableName + + " WHERE b_trashed = 0" + + "and l_version = :ver" + + " ORDER BY l_sort_order" + ; + + query.prepare(queryStr); + query.bindValue(":ver", m_version); + query.exec(); + + QList list; + + while (query.next()) { + list.append(query.value(m_idName).toInt()); + } + + return list; +} + +QListPLMDbTree::listTrash() + +// +// Returns a list of trashed sheet ids for the current version +// +{ + QSqlQuery query(m_sqlDb); + QString queryStr = "SELECT " + m_idName + + " FROM " + m_tableName + + " WHERE b_trashed = 1" + + "and l_version = :ver" + + " ORDER BY l_sort_order" + ; + + query.prepare(queryStr); + query.bindValue(":ver", m_version); + query.exec(); + + QList list; + + while (query.next()) { + list.append(query.value(m_idName).toInt()); + } + + return list; +} + +QListPLMDbTree::listAllIds() + +// +// Returns a list of ALL sheet ids. Probably only useful for testing? +// +{ + QSqlQuery query(m_sqlDb); + QString queryStr = "SELECT " + m_idName + + " FROM " + m_tableName + + " ORDER BY l_sort_order" + ; + + query.prepare(queryStr); + query.exec(); + + QList list; + + while (query.next()) { + list.append(query.value(m_idName).toInt()); + } + + return list; +} + +int PLMDbTree::getPaperAbove(int paperId) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + + if (!paper.exists()) { + m_sqlDb.rollback(); + m_error.setStatus(PLMDbError::InvalidParameter, + 1, + QString("Sheet (%1) not found").arg(QString::number(paperId))); + return PLMDbError::Error; + } + + if (paper.getSortOrder() == m_renumInterval) // first one + return 0; + + return listVisibleId().at(listVisibleId().indexOf(paperId) - 1); +} + +int PLMDbTree::getPaperBelow(int paperId) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + + if (!paper.exists()) { + m_sqlDb.rollback(); + m_error.setStatus(PLMDbError::InvalidParameter, + 1, + QString("Sheet (%1) not found").arg(QString::number(paperId))); + return PLMDbError::Error; + } + + if (paper.getSortOrder() == listAllIds().last()) return -1; + + return listVisibleId().at(listVisibleId().indexOf(paperId) + 1); +} diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmdbtree.h b/src/libskribisto-data/src/tasks/sql/tree/plmdbtree.h new file mode 100644 index 000000000..1dcc1bc47 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmdbtree.h @@ -0,0 +1,70 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmdbtree.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMDBTREE_H +#define PLMDBTREE_H + +#include +#include +#include +#include +#include +#include "plmdberror.h" + +class PLMDbTree { +public: + + PLMDbTree(const QSqlDatabase& sqlDb, + const QString & tableName, + const QString & idName, + bool commit); + void setCommit(bool value); + bool getCommit(); + void renumAll(); + PLMDbError error(); + int moveList(QListidList, + int paperId); + int copyList(QListidList); + int trashList(QListidList); + int untrashList(QListidList); + int emptyTrash(); + QList listVisibleId(); + QList listTrash(); + QList listAllIds(); + int getPaperAbove(int paperId); + int getPaperBelow(int paperId); + QString getLastExecutedQuery(const QSqlQuery& query) { + QString str = query.lastQuery(); + QMapIterator it(query.boundValues()); + + while (it.hasNext()) { it.next(); str.replace(it.key(), it.value().toString()); + } return str; + } + +private: + + QSqlDatabase m_sqlDb; + int m_paperId, m_version, m_renumInterval; + QString m_tableName, m_idName; + bool m_commit; + PLMDbError m_error; +}; + +#endif // PLMDBTREE_H diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmnotetree.cpp b/src/libskribisto-data/src/tasks/sql/tree/plmnotetree.cpp new file mode 100644 index 000000000..4646ff420 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmnotetree.cpp @@ -0,0 +1,66 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnotetree.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmnotetree.h" + +PLMNoteTree::PLMNoteTree(QObject *parent, + const QString& tableName, + const QString& codeName, + QSqlDatabase sqlDb) : + PLMTree(parent, tableName, codeName, sqlDb) +{} + +int PLMNoteTree::addNewChildNote(int parentNoteId) +{ + return addNewChildPapers(parentNoteId, 1).first(); +} + +void PLMNoteTree::moveNoteToSynopsis(int parentNoteId) +{ + Q_UNUSED(parentNoteId); +} + +bool PLMNoteTree::getIsSynopsis(int noteId) +{ + PLMDbPaper paper(sqlDb(), tableName(), idName(), noteId, false); + + return paper.get("b_synopsis").toBool(); +} + +void PLMNoteTree::setIsSynopsis(int noteId, bool value) +{ + PLMDbPaper paper(sqlDb(), tableName(), idName(), noteId, true); + + paper.set("b_synopsis", value); +} + +int PLMNoteTree::getSheetCode(int noteId) +{ + PLMDbPaper paper(sqlDb(), tableName(), idName(), noteId, false); + + return paper.get("l_sheet_code").toInt(); +} + +void PLMNoteTree::setSheetCode(int noteId, int value) +{ + PLMDbPaper paper(sqlDb(), tableName(), idName(), noteId, true); + + paper.set("l_sheet_code", value); +} diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmnotetree.h b/src/libskribisto-data/src/tasks/sql/tree/plmnotetree.h new file mode 100644 index 000000000..f2fe4c0bb --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmnotetree.h @@ -0,0 +1,46 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmnotetree.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMNOTETREE_H +#define PLMNOTETREE_H + +#include +#include "plmtree.h" + +class PLMNoteTree : public PLMTree { + Q_OBJECT + +public: + + PLMNoteTree(QObject *parent, + const QString& tableName, + const QString& codeName, + QSqlDatabase sqlDb); + int addNewChildNote(int parentNoteId = -1); + void moveNoteToSynopsis(int parentNoteId); + bool getIsSynopsis(int noteId); + void setIsSynopsis(int noteId, + bool value); + int getSheetCode(int noteId); + void setSheetCode(int noteId, + int value); +}; + +#endif // PLMNOTETREE_H diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmsheettree.cpp b/src/libskribisto-data/src/tasks/sql/tree/plmsheettree.cpp new file mode 100644 index 000000000..48a8ca61a --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmsheettree.cpp @@ -0,0 +1,57 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheettree.cpp +* * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#include "plmsheettree.h" + +PLMSheetTree::PLMSheetTree(QObject *parent, + const QString& tableName, + const QString& codeName, + QSqlDatabase sqlDb) : + PLMTree(parent, tableName, codeName, sqlDb) +{} + +int PLMSheetTree::getWordCount(int paperId) const +{ + PLMDbPaper paper(sqlDb(), tableName(), idName(), paperId, false); + + return paper.get("l_word_count").toInt(); +} + +void PLMSheetTree::setWordCount(int paperId, int count) +{ + PLMDbPaper paper(sqlDb(), tableName(), idName(), paperId, true); + + paper.set("l_word_count", count); +} + +int PLMSheetTree::getCharCount(int paperId) const +{ + PLMDbPaper paper(sqlDb(), tableName(), idName(), paperId, false); + + return paper.get("l_char_count").toInt(); +} + +void PLMSheetTree::setCharCount(int paperId, int count) +{ + PLMDbPaper paper(sqlDb(), tableName(), idName(), paperId, true); + + paper.set("l_char_count", count); +} diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmsheettree.h b/src/libskribisto-data/src/tasks/sql/tree/plmsheettree.h new file mode 100644 index 000000000..e7a77bec4 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmsheettree.h @@ -0,0 +1,43 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmsheettree.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef PLMSHEETTREE_H +#define PLMSHEETTREE_H + +#include "plmtree.h" + +class PLMSheetTree : public PLMTree { + Q_OBJECT + +public: + + PLMSheetTree(QObject *parent, + const QString& tableName, + const QString& codeName, + QSqlDatabase sqlDb); + int getWordCount(int paperId) const; + void setWordCount(int paperId, + int count); + int getCharCount(int paperId) const; + void setCharCount(int paperId, + int count); +}; + +#endif // PLMSHEETTREE_H diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmtree.cpp b/src/libskribisto-data/src/tasks/sql/tree/plmtree.cpp new file mode 100644 index 000000000..95e4985f9 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmtree.cpp @@ -0,0 +1,376 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmtree.cpp * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#include "plmtree.h" +#include "plmdbtree.h" +#include +#include +#include +#include +#include +#include +#include +#include + +PLMTree::PLMTree(QObject *parent, + const QString& tableName, + const QString& idName, + QSqlDatabase sqlDb) : + QObject(parent) +{ + m_tableName = tableName; + m_idName = idName; + m_sqlDb = sqlDb; + + PLMDbTree tree(m_sqlDb, m_tableName, m_idName, true); + + tree.renumAll(); +} + +QList >PLMTree::getAll() +{ + if (!m_sqlDb.isOpen()) m_sqlDb.open(); + + QSqlQuery query(m_sqlDb); + QStringList names; + + names.append(getAllHeaders()); + + // << "t_title" + // << m_idName + // << "l_sort_order" + // << "l_indent" + // << "m_content" + // << "l_version_code" + // << "l_dna_code" + // << "t_synopsis" + // << "l_char_count" + // << "l_word_count" + // << "dt_created" + // << "dt_updated" + // << "dt_content" + // << "b_trashed" + // ; + QString queryStr = "SELECT " + names.join(", ") + + " FROM " + m_tableName + + " ORDER BY l_sort_order" + ; + + query.exec(queryStr); + QList > list; + + while (query.next()) { + QHash hash; + + for (int i = 0; i < names.count(); ++i) { + QString key = names.at(i); + hash.insert(key, query.value(i)); + } + + list.append(hash); + } + return list; +} + +QStringList PLMTree::getAllHeaders() +{ + if (!m_sqlDb.isOpen()) m_sqlDb.open(); + + QSqlRecord record = m_sqlDb.driver()->record(m_tableName); + QStringList list; + + for (int i = 0; i < record.count(); ++i) list << record.field(i).name(); + return list; +} + +QHashPLMTree::getAllValues(const QString& header) +{ + if (!m_sqlDb.isOpen()) m_sqlDb.open(); + + QSqlQuery query(m_sqlDb); + QStringList names; + + names << m_idName << header; + + QString queryStr = "SELECT " + names.join(", ") + + " FROM " + m_tableName + + " ORDER BY l_sort_order" + ; + + query.exec(queryStr); + QHash hash; + int idField = query.record().indexOf(m_idName); + int valueField = query.record().indexOf(header); + + while (query.next()) { + int id = query.value(idField).toInt(); + QVariant value = query.value(valueField); + hash.insert(id, value); + } + + return hash; +} + +QString PLMTree::tableName() const +{ + return m_tableName; +} + +QString PLMTree::idName() const +{ + return m_idName; +} + +QSqlDatabase PLMTree::sqlDb() const +{ + return m_sqlDb; +} + +QListPLMTree::addNewChildPapers(int parentId, int number) +{ + return addNewChildPapers(parentId, number, true); +} + +QListPLMTree::addNewChildPapers(int parentId, int number, bool commit) +{ + if (commit) m_sqlDb.transaction(); + + QList list; + + for (int i = 0; i < number; ++i) { + PLMDbPaper paper(sqlDb(), tableName(), idName(), -1, false); + list.append(paper.add()); + movePapersAsChildOf(list, parentId, false); + } + + if (commit) m_sqlDb.commit(); + + + return list; +} + +QListPLMTree::addNewPapersBy(int paperId, int number) +{ + return addNewPapersBy(paperId, number, true); +} + +QListPLMTree::addNewPapersBy(int paperId, int number, bool commit) +{ + if (commit) m_sqlDb.transaction(); + + QList list; + + for (int i = 0; i < number; ++i) { + PLMDbPaper paper(sqlDb(), tableName(), idName(), -1, false); + list.append(paper.add()); + movePapersBelow(list, paperId, false); + } + + if (commit) m_sqlDb.commit(); + + return list; +} + +void PLMTree::movePapersAsChildOf(QListpaperIdList, int destId) +{ + movePapersAsChildOf(paperIdList, destId, true); +} + +void PLMTree::movePapersAsChildOf(QListpaperIdList, int destId, bool commit) +{ + if (commit) m_sqlDb.transaction(); + + PLMDbPaper paper(sqlDb(), tableName(), idName(), destId, false); + PLMDbTree tree(m_sqlDb, m_tableName, m_idName, false); + QList childIdList = paper.childIdList(); + int destIndent = paper.getIndent(); + + // qDebug() << "idList : " << m_sqlDb.lastError(); + + if (childIdList.isEmpty()) { + tree.moveList(paperIdList, destId); + + + for(int paperId : paperIdList) { + PLMDbPaper paper(sqlDb(), tableName(), idName(), paperId, false); + + paper.setIndent(destIndent + 1); + } + } + else if (childIdList.count() > 0) { + movePapersBelow(paperIdList, childIdList.last(), false); + for(int paperId : paperIdList) { + PLMDbPaper paper(sqlDb(), tableName(), idName(), paperId, false); + + paper.setIndent(destIndent + 1); + } + } + else movePapersBelow(paperIdList, childIdList.last(), false); + + tree.renumAll(); + + // qDebug() << "movePaperAsChildOf : " << m_sqlDb.lastError(); + if (commit) m_sqlDb.commit(); +} + +void PLMTree::movePapersAbove(QListpaperIdList, int destId) +{ + movePapersAbove(paperIdList, destId, true); +} + +void PLMTree::movePapersAbove(QListpaperIdList, int destId, bool commit) +{ + if (commit) m_sqlDb.transaction(); + PLMDbTree tree(m_sqlDb, m_tableName, m_idName, false); + int paperAbove = tree.getPaperAbove(destId); + + tree.moveList(paperIdList, paperAbove); + + PLMDbPaper paper(sqlDb(), tableName(), idName(), destId, false); + int destIndent = paper.getIndent(); + + for(int paperId : paperIdList) { + PLMDbPaper paper(sqlDb(), tableName(), idName(), paperId, false); + + paper.setIndent(destIndent); + } + tree.renumAll(); + + if (commit) m_sqlDb.commit(); +} + +void PLMTree::movePapersBelow(QListpaperIdList, int destId) +{ + movePapersBelow(paperIdList, destId, true); +} + +void PLMTree::movePapersBelow(QListpaperIdList, int destId, bool commit) +{ + if (commit) m_sqlDb.transaction(); + + PLMDbTree tree(m_sqlDb, m_tableName, m_idName, false); + + tree.moveList(paperIdList, destId); + + PLMDbPaper paper(sqlDb(), tableName(), idName(), destId, false); + + int destIndent = paper.getIndent(); + + for(int paperId : paperIdList) { + PLMDbPaper paper(sqlDb(), tableName(), idName(), paperId, false); + + paper.setIndent(destIndent); + } + tree.renumAll(); + + if (commit) m_sqlDb.commit(); +} + +QVariant PLMTree::getContent(int paperId) const +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + + return paper.getContent(); +} + +void PLMTree::setContent(int paperId, const QVariant& value) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, true); + + paper.setContent(value); +} + +QString PLMTree::getTitle(int paperId) const +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + + return paper.getTitle(); +} + +void PLMTree::setTitle(int paperId, const QString& value) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, true); + + paper.setTitle(value); +} + +bool PLMTree::getTrashed(int paperId) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + + return paper.getTrashed(); +} + +void PLMTree::setTrashed(int paperId, bool value) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, true); + + paper.setTrashed(value); +} + +QListPLMTree::getAllIds() +{ + PLMDbTree tree(m_sqlDb, m_tableName, m_idName, false); + + return tree.listAllIds(); +} + +QDateTime PLMTree::getCreationDate(int paperId) const +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + + return paper.getCreationDate(); +} + +void PLMTree::setCreationDate(int paperId, const QDateTime& value) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, true); + + paper.setCreationDate(value); +} + +QDateTime PLMTree::getUpdateDate(int paperId) const +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + + return paper.getUpdateDate(); +} + +void PLMTree::setUpdateDate(int paperId, const QDateTime& value) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, true); + + paper.setUpdateDate(value); +} + +QDateTime PLMTree::getContentDate(int paperId) const +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, false); + + return paper.getContentDate(); +} + +void PLMTree::setContentDate(int paperId, const QDateTime& value) +{ + PLMDbPaper paper(m_sqlDb, m_tableName, m_idName, paperId, true); + + paper.setContentDate(value); +} diff --git a/src/libskribisto-data/src/tasks/sql/tree/plmtree.h b/src/libskribisto-data/src/tasks/sql/tree/plmtree.h new file mode 100644 index 000000000..3328b5b36 --- /dev/null +++ b/src/libskribisto-data/src/tasks/sql/tree/plmtree.h @@ -0,0 +1,107 @@ +/*************************************************************************** +* Copyright (C) 2015 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: plmtree.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ + +#ifndef PLMTREE_H +#define PLMTREE_H + +#include +#include +#include +#include +#include +#include +#include "plmdbpaper.h" + +class PLMTree : public QObject { + Q_OBJECT + +public: + + explicit PLMTree(QObject *parent, + const QString& tableName, + const QString& codeName, + QSqlDatabase sqlDb); + + QList >getAll(); + QStringList getAllHeaders(); + QHash getAllValues(const QString& header); + QVariant getContent(int paperId) const; + void setContent(int paperId, + const QVariant& value); + QString getTitle(int paperId) const; + void setTitle(int paperId, + const QString& value); + QList addNewChildPapers(int parentId, + int number); + QList addNewPapersBy(int paperId, + int number); + void movePapersAsChildOf(QListpaperIdList, + int destId); + void movePapersAbove(QListpaperIdList, + int destId); + void movePapersBelow(QListpaperIdList, + int destId); + QList getAllIds(); + bool getTrashed(int paperId); + void setTrashed(int paperId, + bool value); + QDateTime getCreationDate(int paperId) const; + void setCreationDate(int paperId, + const QDateTime& value); + QDateTime getUpdateDate(int paperId) const; + void setUpdateDate(int paperId, + const QDateTime& value); + QDateTime getContentDate(int paperId) const; + void setContentDate(int paperId, + const QDateTime& value); + +signals: + +public slots: + +protected: + + QString tableName() const; + QString idName() const; + QSqlDatabase sqlDb() const; + QList addNewChildPapers(int parentId, + int number, + bool commit); + QList addNewPapersBy(int paperId, + int number, + bool commit); + void movePapersAsChildOf(QListpaperIdList, + int destId, + bool commit); + void movePapersAbove(QListpaperIdList, + int destId, + bool commit); + void movePapersBelow(QListpaperIdList, + int destId, + bool commit); + +private: + + QString m_tableName, m_idName; + QSqlDatabase m_sqlDb; +}; + +#endif // PLMTREE_H diff --git a/src/libskribisto-data/src/tools.h b/src/libskribisto-data/src/tools.h new file mode 100644 index 000000000..62fbce19b --- /dev/null +++ b/src/libskribisto-data/src/tools.h @@ -0,0 +1,108 @@ +/*************************************************************************** +* Copyright (C) 2016 by Cyril Jacquet * +* cyril.jacquet@skribisto.eu * +* * +* Filename: tools.h * +* This file is part of Skribisto. * +* * +* Skribisto 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. * +* * +* Skribisto 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 Skribisto. If not, see . * +***************************************************************************/ +#ifndef TOOLS_H +#define TOOLS_H + +#include +#include +#include +#include +#include "skribisto_data_global.h" + +namespace { +namespace QObjectUtils { +templateQ_DECL_UNUSED T* findParentOfACertainType(QObject *object) +{ + if (qobject_cast(object->parent())) { + return qobject_cast(object->parent()); + } + else { + if (object->parent()) { + return findParentOfACertainType(object->parent()); + } + else { + return 0; + } + } +} +} + +// ------------------------------- + +namespace HashIntQVariantConverter { +QHashconvertToIntInt(const QHash& hash) +{ + QHash newHash; + + // converting + QHashIterator i(hash); + + while (i.hasNext()) { + i.next(); + newHash.insert(i.key(), i.value().toInt()); + } + + return newHash; +} + +Q_DECL_UNUSED QHashconvertToIntBool(const QHash& hash) +{ + QHash newHash; + + // converting + QHashIterator i(hash); + + while (i.hasNext()) { + i.next(); + newHash.insert(i.key(), i.value().toBool()); + } + + return newHash; +} + +Q_DECL_UNUSED QHashconvertToIntQString(const QHash& hash) +{ + QHash newHash; + + // converting + QHashIterator i(hash); + + while (i.hasNext()) { + i.next(); + newHash.insert(i.key(), i.value().toString()); + } + + return newHash; +} +} + +namespace ListQVariantConverter { +Q_DECL_UNUSED QListconvertToInt(const QList& list) { + QList intList; + + for(const QVariant& variant : list) { + intList.append(variant.toInt()); + } + return intList; +} +} +} +#endif // TOOLS_H diff --git a/src/libskribisto-data/src/version.info.in b/src/libskribisto-data/src/version.info.in new file mode 100644 index 000000000..b32870c71 --- /dev/null +++ b/src/libskribisto-data/src/version.info.in @@ -0,0 +1 @@ +Project version $$VERSION created with Qt $$QT_VERSION diff --git a/src/libskribisto-data/tests/CMakeLists.txt b/src/libskribisto-data/tests/CMakeLists.txt new file mode 100644 index 000000000..c120ab331 --- /dev/null +++ b/src/libskribisto-data/tests/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(auto/openprojectcase) +add_subdirectory(auto/settingscase) +add_subdirectory(auto/writecase) diff --git a/src/libskribisto-data/tests/auto/auto.pro b/src/libskribisto-data/tests/auto/auto.pro new file mode 100644 index 000000000..a12b610af --- /dev/null +++ b/src/libskribisto-data/tests/auto/auto.pro @@ -0,0 +1,5 @@ +TEMPLATE = subdirs + +SUBDIRS += writecase \ + openprojectcase \ + settingscase diff --git a/src/libskribisto-data/tests/auto/openprojectcase/CMakeLists.txt b/src/libskribisto-data/tests/auto/openprojectcase/CMakeLists.txt new file mode 100644 index 000000000..d09bcf278 --- /dev/null +++ b/src/libskribisto-data/tests/auto/openprojectcase/CMakeLists.txt @@ -0,0 +1,32 @@ +cmake_minimum_required(VERSION 3.1.0) + +set(PROJECT_NAME "tst_openprojectcase") + +project(${PROJECT_NAME}) + +enable_testing() + +# Tell CMake to run moc when necessary: +set(CMAKE_AUTOMOC ON) + +# As moc files are generated in the binary dir, tell CMake +# to always look for includes there: +set(CMAKE_INCLUDE_CURRENT_DIR ON) + +find_package(Qt5 COMPONENTS Test Core CONFIG REQUIRED) + +set(QRC ${CMAKE_SOURCE_DIR}/resources/test/testfiles.qrc) +qt5_add_resources(RESOURCES ${QRC}) + + + +add_executable(${PROJECT_NAME} ${PROJECT_NAME}.cpp ${RESOURCES}) +add_test(${PROJECT_NAME} ${PROJECT_NAME}) + + +target_link_libraries(${PROJECT_NAME} skribisto-data Qt5::Test Qt5::Core) +include_directories("${CMAKE_SOURCE_DIR}/src/libskribisto-data/src/") + + + + diff --git a/src/libskribisto-data/tests/auto/openprojectcase/openprojectcase.pro b/src/libskribisto-data/tests/auto/openprojectcase/openprojectcase.pro new file mode 100644 index 000000000..c4ebaa5cb --- /dev/null +++ b/src/libskribisto-data/tests/auto/openprojectcase/openprojectcase.pro @@ -0,0 +1,26 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2016-07-21T18:55:44 +# +#------------------------------------------------- +QT += testlib +QT -= gui + +CONFIG += qt console warn_on depend_includepath testcase +CONFIG -= app_bundle + +TEMPLATE = app + +# add data lib : + +win32: LIBS += -L$$OUT_PWD/../../../src/ -lskribisto-data +else:unix: LIBS += -L$$OUT_PWD/../../../src/ -lskribisto-data + +INCLUDEPATH += $$PWD/../../../src +DEPENDPATH += $$PWD/../../../src + +SOURCES += \ + tst_openprojectcase.cpp + +RESOURCES += \ + ../../../../../resources/test/testfiles.qrc diff --git a/src/libskribisto-data/tests/auto/openprojectcase/openprojectcase.qbs b/src/libskribisto-data/tests/auto/openprojectcase/openprojectcase.qbs new file mode 100644 index 000000000..84ea32210 --- /dev/null +++ b/src/libskribisto-data/tests/auto/openprojectcase/openprojectcase.qbs @@ -0,0 +1,15 @@ +import qbs + +CppApplication { + + name: "tst_openprojectcase" + type: ["application", "autotest"] + + files: ["tst_openprojectcase.cpp", "../../../../../resources/test/testfiles.qrc"] + Depends { name: "Qt"; submodules: ["core", "sql", "testlib"]} + Depends { name: "cpp" } + Depends { name: "plume-creator-data" } + +// Depends { name: "Android.ndk" } +// Android.ndk.appStl: "gnustl_shared" +} diff --git a/src/libskribisto-data/tests/auto/openprojectcase/testfiles.qrc b/src/libskribisto-data/tests/auto/openprojectcase/testfiles.qrc new file mode 100644 index 000000000..b5ff3e554 --- /dev/null +++ b/src/libskribisto-data/tests/auto/openprojectcase/testfiles.qrc @@ -0,0 +1,3 @@ + + + diff --git a/src/libskribisto-data/tests/auto/openprojectcase/tst_openprojectcase.cpp b/src/libskribisto-data/tests/auto/openprojectcase/tst_openprojectcase.cpp new file mode 100644 index 000000000..2c1a2b490 --- /dev/null +++ b/src/libskribisto-data/tests/auto/openprojectcase/tst_openprojectcase.cpp @@ -0,0 +1,219 @@ +#include +#include +#include +#include + +#include "plmdata.h" + +class OpenProjectCase : public QObject { + Q_OBJECT + +public: + + OpenProjectCase(); + +public slots: + +private Q_SLOTS: + + void initTestCase(); + void cleanupTestCase(); + void init(); + void cleanup(); + void testCase1_data(); + void testCase1(); + + void openOneProject(); + void openTwoProjects(); + void closeOneProject(); + void closeTwoProjects(); + + void getPath(); + + void getProjectIdList(); + void getLastLoaded(); + void saveOneProject(); + void saveTwoProjects(); + void openEmptyProject(); + +private: + + PLMData *m_data; + QUrl m_testProjectPath; + QTemporaryFile *m_tempFile1; + QTemporaryFile *m_tempFile2; +}; + +OpenProjectCase::OpenProjectCase() +{} + +void OpenProjectCase::initTestCase() +{ + m_testProjectPath = "qrc:/testfiles/skribisto_test_project.sqlite"; + m_tempFile1 = new QTemporaryFile(); + + // needed to have a fileName : + m_tempFile1->open(); + m_tempFile1->close(); + m_tempFile2 = new QTemporaryFile(); + + // needed to have a fileName : + m_tempFile2->open(); + m_tempFile2->close(); +} + +void OpenProjectCase::cleanupTestCase() +{ + m_tempFile1->remove(); + m_tempFile2->remove(); +} + +void OpenProjectCase::init() +{ + m_data = new PLMData(this); +} + +void OpenProjectCase::cleanup() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(allProjectsClosed())); + + plmdata->projectHub()->closeAllProjects(); + QCOMPARE(spy.count(), 1); + m_data->deleteLater(); +} + +void OpenProjectCase::openOneProject() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(projectLoaded(int))); + + plmdata->projectHub()->loadProject(m_testProjectPath); + QCOMPARE(spy.count(), 1); +} + +void OpenProjectCase::closeOneProject() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(projectLoaded(int))); + + plmdata->projectHub()->loadProject(m_testProjectPath); + QCOMPARE(spy.count(), 1); + QList arguments = spy.takeFirst(); // take the first signal + int projectId = arguments.at(0).toInt(); + QSignalSpy spy2(plmdata->projectHub(), SIGNAL(projectClosed(int))); + + plmdata->projectHub()->closeProject(projectId); + QCOMPARE(spy2.count(), 1); +} + +void OpenProjectCase::openTwoProjects() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(projectLoaded(int))); + + plmdata->projectHub()->loadProject(m_testProjectPath); + QCOMPARE(spy.count(), 1); + QList arguments = spy.takeFirst(); // take the first signal + int projectId1 = arguments.at(0).toInt(); + QSignalSpy spy2(plmdata->projectHub(), SIGNAL(projectLoaded(int))); + + plmdata->projectHub()->loadProject(m_testProjectPath); + QCOMPARE(spy.count(), 1); + QList arguments2 = spy2.takeFirst(); // take the first signal + int projectId2 = arguments2.at(0).toInt(); + + QVERIFY(projectId1 < projectId2); +} + +void OpenProjectCase::closeTwoProjects() +{ + openTwoProjects(); + QSignalSpy spy1(plmdata->projectHub(), SIGNAL(projectClosed(int))); + + plmdata->projectHub()->closeProject(1); + QCOMPARE(spy1.count(), 1); + QSignalSpy spy2(plmdata->projectHub(), SIGNAL(projectClosed(int))); + + plmdata->projectHub()->closeProject(2); + QCOMPARE(spy2.count(), 1); +} + +// ------------------------------------------------------------------------------------ + +void OpenProjectCase::getPath() +{ + openOneProject(); + QList idList = plmdata->projectHub()->getProjectIdList(); + + if (idList.isEmpty()) { + qDebug() << "no project id"; + QVERIFY(true == false); + return; + } + + QUrl value = plmdata->projectHub()->getPath(idList.first()); + + QCOMPARE(value, QUrl(m_testProjectPath)); +} + +void OpenProjectCase::getProjectIdList() +{ + openOneProject(); + QList list = plmdata->projectHub()->getProjectIdList(); + + QVERIFY(!list.isEmpty()); +} + +void OpenProjectCase::getLastLoaded() +{ + openOneProject(); + int id = plmdata->projectHub()->getLastLoaded(); + + QVERIFY(id > 0); +} + +void OpenProjectCase::saveOneProject() +{ + openOneProject(); + QSignalSpy spy1(plmdata->projectHub(), SIGNAL(projectSaved(int))); + + plmdata->projectHub()->saveProjectAs(1, "SQLITE", + QUrl::fromLocalFile(m_tempFile1->fileName())); + QCOMPARE(spy1.count(), 1); +} + +void OpenProjectCase::saveTwoProjects() +{ + openTwoProjects(); + QSignalSpy spy1(plmdata->projectHub(), SIGNAL(projectSaved(int))); + + plmdata->projectHub()->saveProjectAs(1, "SQLITE", + QUrl::fromLocalFile(m_tempFile1->fileName())); + QCOMPARE(spy1.count(), 1); + QSignalSpy spy2(plmdata->projectHub(), SIGNAL(projectSaved(int))); + + plmdata->projectHub()->saveProjectAs(2, "SQLITE", + QUrl::fromLocalFile(m_tempFile2->fileName())); + QCOMPARE(spy2.count(), 1); +} + +void OpenProjectCase::openEmptyProject() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(projectLoaded(int))); + + plmdata->projectHub()->loadProject(QUrl("")); + QCOMPARE(spy.count(), 1); +} + +void OpenProjectCase::testCase1_data() +{ + QTest::addColumn("data"); + QTest::newRow("0") << QString(); +} + +void OpenProjectCase::testCase1() +{ + QFETCH(QString, data); + QVERIFY2(true, "Failure"); +} + +QTEST_GUILESS_MAIN(OpenProjectCase) + +#include "tst_openprojectcase.moc" diff --git a/src/libskribisto-data/tests/auto/settingscase/CMakeLists.txt b/src/libskribisto-data/tests/auto/settingscase/CMakeLists.txt new file mode 100644 index 000000000..65a7b6db3 --- /dev/null +++ b/src/libskribisto-data/tests/auto/settingscase/CMakeLists.txt @@ -0,0 +1,30 @@ +cmake_minimum_required(VERSION 3.1.0) + +set(PROJECT_NAME "tst_settingscase") + +project(${PROJECT_NAME}) + +enable_testing() + +# Tell CMake to run moc when necessary: +set(CMAKE_AUTOMOC ON) + +# As moc files are generated in the binary dir, tell CMake +# to always look for includes there: +set(CMAKE_INCLUDE_CURRENT_DIR ON) + +find_package(Qt5 COMPONENTS Test Core CONFIG REQUIRED) + +set(QRC ${CMAKE_SOURCE_DIR}/resources/test/testfiles.qrc) +qt5_add_resources(RESOURCES ${QRC}) + + + +add_executable(${PROJECT_NAME} ${PROJECT_NAME}.cpp ${RESOURCES}) +add_test(${PROJECT_NAME} ${PROJECT_NAME}) + + +target_link_libraries(${PROJECT_NAME} skribisto-data Qt5::Test Qt5::Core) +include_directories("${CMAKE_SOURCE_DIR}/src/libskribisto-data/src/") + + diff --git a/src/libskribisto-data/tests/auto/settingscase/settingscase.pro b/src/libskribisto-data/tests/auto/settingscase/settingscase.pro new file mode 100644 index 000000000..fbe30fd9e --- /dev/null +++ b/src/libskribisto-data/tests/auto/settingscase/settingscase.pro @@ -0,0 +1,28 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2016-07-21T18:55:44 +# +#------------------------------------------------- +QT += testlib +QT -= gui + +CONFIG += qt console warn_on depend_includepath testcase +CONFIG -= app_bundle + +TEMPLATE = app + +# add data lib : + +win32: LIBS += -L$$OUT_PWD/../../../src/ -lskribisto-data +else:unix: LIBS += -L$$OUT_PWD/../../../src/ -lskribisto-data + +INCLUDEPATH += $$PWD/../../../src +DEPENDPATH += $$PWD/../../../src + + + +SOURCES += \ + tst_settingscase.cpp + +RESOURCES += \ + ../../../../../resources/test/testfiles.qrc diff --git a/src/libskribisto-data/tests/auto/settingscase/settingscase.qbs b/src/libskribisto-data/tests/auto/settingscase/settingscase.qbs new file mode 100644 index 000000000..5beaec23a --- /dev/null +++ b/src/libskribisto-data/tests/auto/settingscase/settingscase.qbs @@ -0,0 +1,15 @@ +import qbs + +CppApplication { + + name: "tst_settingscase" + type: ["application", "autotest"] + + files: ["tst_settingscase.cpp", "../../../../../resources/test/testfiles.qrc"] + Depends { name: "Qt"; submodules: ["core", "sql", "testlib"]} + Depends { name: "cpp" } + Depends { name: "plume-creator-data" } + +// Depends { name: "Android.ndk" } +// Android.ndk.appStl: "gnustl_shared" +} diff --git a/src/libskribisto-data/tests/auto/settingscase/testfiles.qrc b/src/libskribisto-data/tests/auto/settingscase/testfiles.qrc new file mode 100644 index 000000000..b5ff3e554 --- /dev/null +++ b/src/libskribisto-data/tests/auto/settingscase/testfiles.qrc @@ -0,0 +1,3 @@ + + + diff --git a/src/libskribisto-data/tests/auto/settingscase/tst_settingscase.cpp b/src/libskribisto-data/tests/auto/settingscase/tst_settingscase.cpp new file mode 100644 index 000000000..0177f791f --- /dev/null +++ b/src/libskribisto-data/tests/auto/settingscase/tst_settingscase.cpp @@ -0,0 +1,130 @@ +#include +#include +#include +#include +#include + +#include "plmdata.h" + +class SettingsCase : public QObject { + Q_OBJECT + +public: + + SettingsCase(); + +public slots: + +private Q_SLOTS: + + void initTestCase(); + void cleanupTestCase(); + void init(); + void cleanup(); + + void userDBLoaded(); + + // void setSplitterState(); + // void getSplitterState(); + // void setDocVisibleState(); + // void getDocVisibleState(); + +private: + + PLMData *m_data; + QUrl m_testProjectPath; + int m_currentProjectId; +}; + +SettingsCase::SettingsCase() +{} + +void SettingsCase::initTestCase() +{ + m_data = new PLMData(this); + m_testProjectPath = "qrc:/testfiles/skribisto_test_project.sqlite"; +} + +void SettingsCase::cleanupTestCase() +{} + +void SettingsCase::init() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(projectLoaded(int))); + + plmdata->projectHub()->loadProject(m_testProjectPath); + QCOMPARE(spy.count(), 1); + QList idList = plmdata->projectHub()->getProjectIdList(); + + if (idList.isEmpty()) { + qDebug() << "no project id"; + QVERIFY(true == false); + return; + } + + m_currentProjectId = idList.first(); +} + +void SettingsCase::cleanup() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(projectClosed(int))); + + plmdata->projectHub()->closeAllProjects(); + QCOMPARE(spy.count(), 1); + + while (!spy.isEmpty()) { + QList arguments = spy.takeFirst(); + + // qDebug() << "project n°" << QString::number(arguments.at(0).toInt()) + // << " closed"; + } +} + +void SettingsCase::userDBLoaded() +{ + // plmdata->projectHub()-> +} + +// void SettingsCase::setSplitterState() +// { +// QSignalSpy spy(plmdata->sheetHub(), +// SIGNAL(settings_settingChanged(PLMPaperHub::Stack, PLMPaperHub::Setting, +// QVariant))); +// plmdata->sheetHub()->settings_setStackSetting(PLMPaperHub::Zero, +// PLMPaperHub::SplitterState, QByteArray("0")); +// QCOMPARE(spy.count(), 1); +// // make sure the signal was emitted exactly one time +// QList arguments = spy.takeFirst(); // take the first signal +// QVERIFY(arguments.at(2).toByteArray() == QByteArray("0")); +// } + +// void SettingsCase::getSplitterState() +// { +// QByteArray value = +// plmdata->sheetHub()->settings_getStackSetting(PLMPaperHub::Zero, +// PLMPaperHub::SplitterState).toByteArray(); +// QCOMPARE(value, QByteArray("0")); +// } + +// void SettingsCase::setDocVisibleState() +// { +// QSignalSpy spy(plmdata->sheetHub(), SIGNAL(settings_docSettingChanged(int, +// int, PLMPaperHub::OpenedDocSetting, QVariant))); +// plmdata->sheetHub()->settings_setDocSetting(m_currentProjectId, 3, +// PLMPaperHub::Visible, false); +// QCOMPARE(spy.count(), 1); +// // make sure the signal was emitted exactly one time +// QList arguments = spy.takeFirst(); // take the first signal +// QVERIFY(arguments.at(3).toBool() == false); +// } + +// void SettingsCase::getDocVisibleState() +// { +// bool value = +// plmdata->sheetHub()->settings_getDocSetting(m_currentProjectId, 3, +// PLMPaperHub::Visible).toBool(); +// QCOMPARE(value, true); +// } +QTEST_GUILESS_MAIN(SettingsCase) + +#include "tst_settingscase.moc" diff --git a/src/libskribisto-data/tests/auto/writecase/CMakeLists.txt b/src/libskribisto-data/tests/auto/writecase/CMakeLists.txt new file mode 100644 index 000000000..f71f51d4c --- /dev/null +++ b/src/libskribisto-data/tests/auto/writecase/CMakeLists.txt @@ -0,0 +1,30 @@ +cmake_minimum_required(VERSION 3.1.0) + +set(PROJECT_NAME "tst_writecase") + +project(${PROJECT_NAME}) + +enable_testing() + +# Tell CMake to run moc when necessary: +set(CMAKE_AUTOMOC ON) + +# As moc files are generated in the binary dir, tell CMake +# to always look for includes there: +set(CMAKE_INCLUDE_CURRENT_DIR ON) + +find_package(Qt5 COMPONENTS Test Core CONFIG REQUIRED) + +set(QRC ${CMAKE_SOURCE_DIR}/resources/test/testfiles.qrc) +qt5_add_resources(RESOURCES ${QRC}) + + + +add_executable(${PROJECT_NAME} ${PROJECT_NAME}.cpp ${RESOURCES}) +add_test(${PROJECT_NAME} ${PROJECT_NAME}) + + +target_link_libraries(${PROJECT_NAME} skribisto-data Qt5::Test Qt5::Core) +include_directories("${CMAKE_SOURCE_DIR}/src/libskribisto-data/src/") + + diff --git a/src/libskribisto-data/tests/auto/writecase/tst_writecase.cpp b/src/libskribisto-data/tests/auto/writecase/tst_writecase.cpp new file mode 100644 index 000000000..ec110073c --- /dev/null +++ b/src/libskribisto-data/tests/auto/writecase/tst_writecase.cpp @@ -0,0 +1,542 @@ +#include +#include +#include +#include +#include +#include +#include +#include + + +#include "plmdata.h" +#include "plmerror.h" + +class WriteCase : public QObject { + Q_OBJECT + +public: + + WriteCase(); + ~WriteCase(); + +public slots: + +private Q_SLOTS: + + void initTestCase(); + void cleanupTestCase(); + void init(); + void cleanup(); + + // void getAll(); + void getAllTitles(); + void getAllIndents(); + void getAllSortOrders(); + void getAllIds(); + void setTitle(); + void getTitle(); + void setIndent(); + void getIndent(); + void setTrashed(); + void restoring(); + void getTrashed(); + void setContent(); + void getContent(); + void setCreationDate(); + void getCreationDate(); + void setUpdateDate(); + void getUpdateDate(); + void setContentDate(); + void getContentDate(); + + void queue(); + void missingProjectError(); + + void addPaper(); + void removePaper(); + + // properties + void property(); + void property_replace(); + + // label + void getSheetLabel(); + void setSheetLabel(); + +private: + + PLMData *m_data; + QUrl m_testProjectPath; + int m_currentProjectId; +}; + +WriteCase::WriteCase() +{} + +WriteCase::~WriteCase() +{} + +void WriteCase::initTestCase() +{ + m_data = new PLMData(this); + m_testProjectPath = "qrc:/testfiles/skribisto_test_project.sqlite"; +} + +void WriteCase::cleanupTestCase() +{} + +void WriteCase::init() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(projectLoaded(int))); + + plmdata->projectHub()->loadProject(m_testProjectPath); + QCOMPARE(spy.count(), 1); + QList idList = plmdata->projectHub()->getProjectIdList(); + + if (idList.isEmpty()) { + qDebug() << "no project id"; + QVERIFY(true == false); + return; + } + + m_currentProjectId = idList.first(); +} + +void WriteCase::cleanup() +{ + QSignalSpy spy(plmdata->projectHub(), SIGNAL(projectClosed(int))); + + plmdata->projectHub()->closeAllProjects(); + QCOMPARE(spy.count(), 1); + + while (!spy.isEmpty()) { + QList arguments = spy.takeFirst(); + + // qDebug() << "project n°" << QString::number(arguments.at(0).toInt()) + // << " closed"; + } +} + +// ------------------------------------------------------------------------------------ + + +// void WriteCase::getAll() +// { +// // QList > list = +// plmdata->sheetHub()->getAll(1); +// // QVERIFY(list.length() > 0); +// // QList keyList = list.at(0).keys(); +// // QVERIFY(keyList.length() > 0); + +// QVERIFY(true == false); + +// } + +// ------------------------------------------------------------------------------------ + +void WriteCase::getAllTitles() +{ + QHash hash = plmdata->sheetHub()->getAllTitles(m_currentProjectId); + + QVERIFY(hash.size() > 0); + QList keyList = hash.keys(); + + QVERIFY(keyList.length() > 0); +} + +// ------------------------------------------------------------------------------------ + + +void WriteCase::getAllIndents() +{ + QHash hash = plmdata->sheetHub()->getAllIndents(m_currentProjectId); + + QVERIFY(hash.size() > 0); + QList keyList = hash.keys(); + + QVERIFY(keyList.length() > 0); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getAllSortOrders() +{ + QHash hash = plmdata->sheetHub()->getAllSortOrders(m_currentProjectId); + + QVERIFY(hash.size() > 0); + QList keyList = hash.keys(); + + QVERIFY(keyList.length() > 0); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getAllIds() +{ + QList list = plmdata->sheetHub()->getAllIds(m_currentProjectId); + + QVERIFY(list.size() > 0); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::setTitle() +{ + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(titleChanged(int,int,QString))); + + plmdata->sheetHub()->setTitle(m_currentProjectId, 1, "new_title"); + QCOMPARE(spy.count(), 1); + + // make sure the signal was emitted exactly one time + QList arguments = spy.takeFirst(); // take the first signal + + QVERIFY(arguments.at(2).toString() == "new_title"); + + // QString value = plmdata->sheetHub()->getTitle(m_currentProjectId, 1); + // QCOMPARE(value, QString("new_title")); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getTitle() +{ + QString title = plmdata->sheetHub()->getTitle(m_currentProjectId, 1); + + QCOMPARE(title, QString("first_title")); +} + +void WriteCase::setIndent() +{ + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(indentChanged(int,int,int))); + + plmdata->sheetHub()->setIndent(m_currentProjectId, 1, 1); + QCOMPARE(spy.count(), 1); + + // make sure the signal was emitted exactly one time + QList arguments = spy.takeFirst(); // take the first signal + + QVERIFY(arguments.at(2).toInt() == 1); + + // QString value = plmdata->sheetHub()->getTitle(m_currentProjectId, 1); + // QCOMPARE(value, QString("new_title")); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getIndent() +{ + int indent = plmdata->sheetHub()->getIndent(m_currentProjectId, 1); + + QCOMPARE(indent, 0); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::setTrashed() +{ + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(trashedChanged(int,int,bool))); + + PLMError error = plmdata->sheetHub()->setTrashedWithChildren(m_currentProjectId, 2, true); + QCOMPARE(error.isSuccess(), true); + QVERIFY(spy.count() > 1); + + // make sure the signal was emitted exactly one time + QList arguments = spy.takeFirst(); // take the first signal + + QVERIFY(arguments.at(2).toBool() == true); + bool value = plmdata->sheetHub()->getTrashed(m_currentProjectId, 2); + + QCOMPARE(value, true); + + QDateTime date = plmdata->sheetHub()->getTrashedDate(m_currentProjectId, 2); + QCOMPARE(date.isValid(), true); + + + +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::restoring() +{ + + setTrashed(); + + // restoring + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(trashedChanged(int,int,bool))); + + PLMError error = plmdata->sheetHub()->untrashOnlyOnePaper(m_currentProjectId, 2); + + QCOMPARE(error.isSuccess(), true); + + QVERIFY(spy.count() == 1); + QList arguments = spy.takeFirst(); // take the first signal + + QVERIFY(arguments.at(2).toBool() == false); + + bool value = plmdata->sheetHub()->getTrashed(m_currentProjectId, 2); + QCOMPARE(value, false); + + QDateTime date = plmdata->sheetHub()->getTrashedDate(m_currentProjectId, 2); + + QCOMPARE(date.isNull(), true); + + + +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getTrashed() +{ + bool value = plmdata->sheetHub()->getTrashed(m_currentProjectId, 1); + + QCOMPARE(value, false); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::setContent() +{ + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(contentChanged(int,int,QString))); + + plmdata->sheetHub()->setContent(m_currentProjectId, 1, "new_content"); + QCOMPARE(spy.count(), 1); + + // make sure the signal was emitted exactly one time + QList arguments = spy.takeFirst(); // take the first signal + + QVERIFY(arguments.at(2).toString() == "new_content"); + QString value = plmdata->sheetHub()->getContent(m_currentProjectId, 1); + + QCOMPARE(value, QString("new_content")); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getContent() +{ + QString value = plmdata->sheetHub()->getContent(m_currentProjectId, 1); + + QCOMPARE(value, QString("fir**st** *content*\n\n")); + + // lorem ipsum : + value = plmdata->sheetHub()->getContent(m_currentProjectId, 6); + QVERIFY(value.size() > 5000); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::setCreationDate() +{ + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(creationDateChanged(int,int,QDateTime))); + QDateTime date(QDate(2010, 1, 1), QTime(1, 0, 0)); + + plmdata->sheetHub()->setCreationDate(m_currentProjectId, 1, date); + QCOMPARE(spy.count(), 1); + + // make sure the signal was emitted exactly one time + QList arguments = spy.takeFirst(); // take the first signal + + QVERIFY(arguments.at(2).toDateTime() == QDateTime(QDate(2010, 1, 1), QTime(1, 0, 0))); + QDateTime value = plmdata->sheetHub()->getCreationDate(m_currentProjectId, 1); + + QCOMPARE(value, QDateTime(QDate(2010, 1, 1), QTime(1, 0, 0))); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getCreationDate() +{ + QDateTime value = plmdata->sheetHub()->getCreationDate(m_currentProjectId, 1); + + QCOMPARE(value, QDateTime(QDate(2000, 1, 1), QTime(0, 0, 0))); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::setUpdateDate() +{ + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(updateDateChanged(int,int,QDateTime))); + QDateTime date(QDate(2010, 1, 1), QTime(1, 0, 0)); + + plmdata->sheetHub()->setUpdateDate(m_currentProjectId, 1, date); + QCOMPARE(spy.count(), 1); + + // make sure the signal was emitted exactly one time + QList arguments = spy.takeFirst(); // take the first signal + + QVERIFY(arguments.at(2).toDateTime() == QDateTime(QDate(2010, 1, 1), QTime(1, 0, 0))); + QDateTime value = plmdata->sheetHub()->getUpdateDate(m_currentProjectId, 1); + + QVERIFY(value < QDateTime::currentDateTime()); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getUpdateDate() +{ + QDateTime value = plmdata->sheetHub()->getUpdateDate(m_currentProjectId, 1); + + QCOMPARE(value, QDateTime(QDate(2010, 1, 1), QTime(1, 1, 1))); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::setContentDate() +{ + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(contentDateChanged(int,int,QDateTime))); + QDateTime date(QDate(2010, 1, 1), QTime(1, 0, 0)); + + plmdata->sheetHub()->setContentDate(m_currentProjectId, 1, date); + QCOMPARE(spy.count(), 1); + + // make sure the signal was emitted exactly one time + QList arguments = spy.takeFirst(); // take the first signal + + QVERIFY(arguments.at(2).toDateTime() == QDateTime(QDate(2010, 1, 1), QTime(1, 0, 0))); + QDateTime value = plmdata->sheetHub()->getContentDate(m_currentProjectId, 1); + + QCOMPARE(value, QDateTime(QDate(2010, 1, 1), QTime(1, 0, 0))); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::getContentDate() +{ + QDateTime value = plmdata->sheetHub()->getContentDate(m_currentProjectId, 1); + + QCOMPARE(value, QDateTime(QDate(2000, 1, 1), QTime(0, 0, 0))); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::queue() +{ + QString value = plmdata->sheetHub()->getTitle(m_currentProjectId, 1); + + QCOMPARE(value, QString("first_title")); + QSignalSpy spy(plmdata->sheetHub(), SIGNAL(titleChanged(int,int,QString))); + + plmdata->sheetHub()->setTitle(m_currentProjectId, 1, "new_title1"); + QVERIFY(spy.count() == 1); + value = plmdata->sheetHub()->getTitle(m_currentProjectId, 1); + QCOMPARE(value, QString("new_title1")); + plmdata->sheetHub()->setTitle(m_currentProjectId, 1, "new_title2"); + value = plmdata->sheetHub()->getTitle(m_currentProjectId, 1); + QCOMPARE(value, QString("new_title2")); + plmdata->sheetHub()->setTitle(m_currentProjectId, 1, "new_title3"); + value = plmdata->sheetHub()->getTitle(m_currentProjectId, 1); + QCOMPARE(value, QString("new_title3")); + plmdata->sheetHub()->setTitle(m_currentProjectId, 1, "new_title4"); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::missingProjectError() +{ + // QSignalSpy spy(plmdata->errorHub(), SIGNAL(errorSent())); + // plmdata->sheetHub()->getTitle(9999, 1); + // QCOMPARE(spy.count(), 1); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::addPaper() +{ + PLMError error = plmdata->sheetHub()->addPaperBelow(m_currentProjectId, 1); + int lastId = plmdata->sheetHub()->getLastAddedId(); + + QVERIFY(error.isSuccess() == true); + QVERIFY(lastId > 1); + int sortOrder1 = plmdata->sheetHub()->getSortOrder(m_currentProjectId, 1); + int sortOrder2 = plmdata->sheetHub()->getSortOrder(m_currentProjectId, lastId); + + QVERIFY(sortOrder1 + 1000 == sortOrder2); + error = plmdata->sheetHub()->addPaperBelow(m_currentProjectId, 100); + lastId = plmdata->sheetHub()->getLastAddedId(); + QVERIFY(error.isSuccess() == true); + QVERIFY(lastId > 1); + sortOrder1 = plmdata->sheetHub()->getSortOrder(m_currentProjectId, 100); + sortOrder2 = plmdata->sheetHub()->getSortOrder(m_currentProjectId, lastId); + QVERIFY(sortOrder1 + 1000 == sortOrder2); + error = plmdata->sheetHub()->addChildPaper(m_currentProjectId, 1); + lastId = plmdata->sheetHub()->getLastAddedId(); + QVERIFY(error.isSuccess() == true); + QVERIFY(lastId > 1); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::removePaper() +{ + PLMError error = plmdata->sheetHub()->removePaper(m_currentProjectId, 1); + + QVERIFY(error.isSuccess() == true); +} + +// ------------------------------------------------------------------------------------ + +void WriteCase::property() +{ + QSignalSpy spy(plmdata->sheetPropertyHub(), + SIGNAL(propertyChanged(int,int,int,QString,QString))); + + plmdata->sheetPropertyHub()->setProperty(m_currentProjectId, 1, "test1", "value1"); + QVERIFY(spy.count() == 1); + QString value = plmdata->sheetPropertyHub()->getProperty(m_currentProjectId, + 1, + "test0"); + + QCOMPARE(value, QString("value0")); + value = plmdata->sheetPropertyHub()->getProperty(m_currentProjectId, 1, "test1"); + QCOMPARE(value, QString("value1")); + QHash hash = plmdata->sheetPropertyHub()->getAllIsSystems( + m_currentProjectId); + + QVERIFY(hash.size() > 0); + QList keyList = hash.keys(); + + QVERIFY(keyList.length() > 0); +} + +void WriteCase::property_replace() +{ + QSignalSpy spy(plmdata->sheetPropertyHub(), + SIGNAL(propertyChanged(int,int,int,QString,QString))); + + plmdata->sheetPropertyHub()->setProperty(m_currentProjectId, 1, "test1", "value1"); + QVERIFY(spy.count() == 1); + QList arguments = spy.takeFirst(); + int id = arguments.at(1).toInt(); + + plmdata->sheetPropertyHub()->setProperty(m_currentProjectId, 1, "test1", "value1"); + arguments = spy.takeFirst(); + QCOMPARE(arguments.at(1).toInt(), id); + plmdata->sheetPropertyHub()->setProperty(m_currentProjectId, 1, "test1", "value1"); + arguments = spy.takeFirst(); + QCOMPARE(arguments.at(1).toInt(), id); +} + +void WriteCase::getSheetLabel() +{ + QString value = plmdata->sheetPropertyHub()->getProperty(m_currentProjectId, + 1, + "label"); + + QCOMPARE(value, "this is a label"); +} + +void WriteCase::setSheetLabel() +{ + plmdata->sheetPropertyHub()->setProperty(m_currentProjectId, 1, "label", "new"); + QString value = plmdata->sheetPropertyHub()->getProperty(m_currentProjectId, + 1, + "label"); + + QCOMPARE(value, "new"); +} + +QTEST_GUILESS_MAIN(WriteCase) + +#include "tst_writecase.moc" diff --git a/src/libskribisto-data/tests/auto/writecase/writecase.pro b/src/libskribisto-data/tests/auto/writecase/writecase.pro new file mode 100644 index 000000000..87ae58a44 --- /dev/null +++ b/src/libskribisto-data/tests/auto/writecase/writecase.pro @@ -0,0 +1,24 @@ +QT += testlib +QT -= gui + +CONFIG += qt console warn_on depend_includepath testcase +CONFIG -= app_bundle + +TEMPLATE = app + +# add data lib : + +win32: LIBS += -L$$OUT_PWD/../../../src/ -lskribisto-data +else:unix: LIBS += -L$$OUT_PWD/../../../src/ -lskribisto-data + +INCLUDEPATH += $$PWD/../../../src +DEPENDPATH += $$PWD/../../../src + + + +SOURCES += \ + tst_writecase.cpp + + +RESOURCES += \ + ../../../../../resources/test/testfiles.qrc diff --git a/src/libskribisto-data/tests/auto/writecase/writecase.qbs b/src/libskribisto-data/tests/auto/writecase/writecase.qbs new file mode 100644 index 000000000..59890f7af --- /dev/null +++ b/src/libskribisto-data/tests/auto/writecase/writecase.qbs @@ -0,0 +1,14 @@ +import qbs + +CppApplication { + name: "tst_writecase" + type: ["application", "autotest"] + files: ["tst_writecase.cpp", "../../../../../resources/test/testfiles.qrc"] + Depends { name: "Qt"; submodules: ["core", "sql", "testlib"]} + Depends { name: "cpp" } + Depends { name: "plume-creator-data" } + //cpp.includePaths: [ '../../../src/'] + +// Depends { name: "Android.ndk" } +// Android.ndk.appStl: "gnustl_shared" +} diff --git a/src/libskribisto-data/tests/tests.pro b/src/libskribisto-data/tests/tests.pro new file mode 100644 index 000000000..f92770000 --- /dev/null +++ b/src/libskribisto-data/tests/tests.pro @@ -0,0 +1,3 @@ +TEMPLATE = subdirs + +SUBDIRS += auto diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt new file mode 100644 index 000000000..a5d2c57d8 --- /dev/null +++ b/src/plugins/CMakeLists.txt @@ -0,0 +1,5 @@ +#add_subdirectory(testwindow) +#add_subdirectory(testwidget) +#add_subdirectory(sheettree) +#add_subdirectory(welcomewindow) +#add_subdirectory(writewindow) diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro new file mode 100755 index 000000000..edf14e8eb --- /dev/null +++ b/src/plugins/plugins.pro @@ -0,0 +1,29 @@ +TEMPLATE = subdirs +CONFIG += ordered +SUBDIRS += \ +# panels/gallerypanel \ +# docks/notesdock \ +# convert/plumetag \ +# docks/develdock \ +# welcomewindow \ +# testwidget \ +# testwindow \ +# writewindow + + +# install : + +unix: !macx: !android { + + isEmpty(PREFIX) { + PREFIX = /usr + } + isEmpty(PLUGINDIR) { + PLUGINDIR = $$PREFIX/share/plume-creator/plugins + } + + plugins.files = $$top_builddir/build/plugins/* + plugins.path = $$PLUGINDIR + + INSTALLS += plugins +} diff --git a/src/plugins/plugins.qbs b/src/plugins/plugins.qbs new file mode 100755 index 000000000..3678db238 --- /dev/null +++ b/src/plugins/plugins.qbs @@ -0,0 +1,25 @@ +import qbs + + +Project { + property string version: "" + minimumQbsVersion: "1.10" + references: [ + "testwindow/testwindow.qbs", + "testwidget/testwidget.qbs", + "writewindow/writewindow.qbs", + "welcomewindow/welcomewindow.qbs" + ] + + + + AutotestRunner { + name: "plugins-autotest" + Depends { name: "Qt"; submodules: ["core"]} + Depends { name: "cpp" } + environment: base.concat(["QT_PLUGIN_PATH=" + Qt.core.pluginPath]) + limitToSubProject: true + + + } +} diff --git a/src/plume/__init__.py b/src/plume/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/plume/constants.py b/src/plume/constants.py deleted file mode 100644 index b61286cff..000000000 --- a/src/plume/constants.py +++ /dev/null @@ -1,8 +0,0 @@ - -__license__ = 'GPL v3' -__copyright__ = '2015, Cyril Jacquet cyril.jacquet@plume-creator.eu' -__docformat__ = 'restructuredtext en' -__appname__ = 'plume-creator' -numeric_version = (0, 90, 0) -__version__ = '.'.join(numeric_version) -__author__ = "Cyril Jacquet " diff --git a/src/plume/core/__init__.py b/src/plume/core/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/plume/core/binder.py b/src/plume/core/binder.py deleted file mode 100644 index 8b1378917..000000000 --- a/src/plume/core/binder.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/plume/core/cfg.py b/src/plume/core/cfg.py deleted file mode 100644 index 2bbfb4dae..000000000 --- a/src/plume/core/cfg.py +++ /dev/null @@ -1,9 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' - -data = None -core = None -core_plugins = None diff --git a/src/plume/core/core.py b/src/plume/core/core.py deleted file mode 100644 index b9dcf21f9..000000000 --- a/src/plume/core/core.py +++ /dev/null @@ -1,62 +0,0 @@ -''' -Created on 3 mars 2015 - -@author: Cyril Jacquet -''' -from PyQt5.Qt import QObject, pyqtSlot -from . import subscriber, cfg -from .project import Project -from .plugins import Plugins -from .tree_sheet import TreeSheetManager - - -class Core(QObject): - - ''' - Core - ''' - - def __init__(self, parent=None, data=None): - ''' - Constructor - ''' - super(Core, self).__init__(parent) - cfg.core = self - cfg.data = data - self.subscriber = subscriber - - # init all : - self.project = Project() - self.plugins = Plugins() - cfg.core_plugins = self.plugins - self.tree_sheet_manager = TreeSheetManager() - self.write_panel_core = WritePanelCore(self) - - -class WritePanelCore(QObject): - - ''' - WritePanelCore - ''' - - def __init__(self, parent=None): - ''' - Constructor - ''' - super(WritePanelCore, self).__init__(parent) - - # dict of instances, like for core_part of docks - self._object_dict = {} - # dict of class in waiting to be instantiated on demand - self._class_to_instanciate_dict = {} - # fill it with plugins - self._class_to_instanciate_dict = cfg.core_plugins.write_panel_dock_plugin_dict - - def get_instance_of(self, instance_name): - if instance_name in self._object_dict.keys(): - return self._object_dict[instance_name] - - class_name = self._class_to_instanciate_dict[instance_name] - instance = class_name() - self._object_dict[instance_name] = instance - return instance diff --git a/src/plume/core/plugins.py b/src/plume/core/plugins.py deleted file mode 100644 index 60704e872..000000000 --- a/src/plume/core/plugins.py +++ /dev/null @@ -1,125 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' - -from . import subscriber, cfg -import imp -import os -import sys -from yapsy.PluginManager import PluginManager -from yapsy.IPlugin import IPlugin -import importlib - - -class Plugins(): - - ''' - Plugins - ''' - - def __init__(self): - ''' - Constructor - ''' - - super(Plugins, self).__init__() - - self.write_tab_dock_plugin_dict = {} - self. write_panel_dock_plugin_dict = {} - - # Build the manager - self._plugin_manager = PluginManager() - # List all sub-directories of "plugins" - plugin_path = os.path.sep.join([os.getcwd(), "plugins"]) - plugin_places = [plugin_path] - for dirname, dirnames, filenames in os.walk(plugin_path): - # print path to all subdirectories first. - for subdirname in dirnames: - plugin_places.append(os.path.join(dirname, subdirname)) - # Tell it the default place(s) where to find plugins - self._plugin_manager.setPluginPlaces(plugin_places) - sys.path.append(plugin_path) - # Define the various categories corresponding to the different - # kinds of plugins you have defined - self._plugin_manager.setCategoriesFilter({ - "CoreWriteTabDockPlugin": CoreWriteTabDockPlugin, - "CoreWritePanelDockPlugin": CoreWritePanelDockPlugin - }) - - self._plugin_manager.collectPlugins() - - self.load_plugins( - ["CoreWriteTabDockPlugin", "CoreWritePanelDockPlugin"]) - - def load_plugins(self, categories): - ''' - function:: load_plugins(categories) - :param categories: list - ''' - for category in categories: - for pluginInfo in self._plugin_manager.getPluginsOfCategory(category): - setattr(self, pluginInfo.plugin_object.core_class( - ).__name__, pluginInfo.plugin_object.core_class()) - - if category is "CoreWriteTabDockPlugin": - self.write_tab_dock_plugin_dict[pluginInfo.plugin_object.core_class().dock_name] \ - = pluginInfo.plugin_object.core_class() - if category is "CoreWritePanelDockPlugin": - self.write_panel_dock_plugin_dict[pluginInfo.plugin_object.core_class().dock_name] \ - = pluginInfo.plugin_object.core_class() - - -class CoreWriteTabDockPlugin(IPlugin): - - ''' - CoreWriteTabDockPlugin - ''' - - def __init__(self): - ''' - Constructor - ''' - - super(CoreWriteTabDockPlugin, self).__init__() - - -class CoreWritePanelDockPlugin(IPlugin): - - ''' - CoreWritePanelDockPlugin - ''' - - def __init__(self): - ''' - Constructor - ''' - - super(CoreWritePanelDockPlugin, self).__init__() - - -''' - self.plugin_folder = "./plugins" - self.main_module = "__init__" - - for i in self.get_plugins(): - print("Loading plugin " + i["name"]) - plugin = self.load_plugin(i) - plugin.run() - - def get_plugins(self): - plugins = [] - possibleplugins = os.listdir(self.plugin_folder) - for i in possibleplugins: - location = os.path.join(self.plugin_folder, i) - if not os.path.isdir(location) or not self.main_module + ".py" in os.listdir(location): - continue - info = imp.find_module(self.main_module, [location]) - plugins.append({"name": i, "info": info}) - return plugins - - def load_plugin(self,plugin): - return imp.load_module(self.main_module, *plugin["info"]) - - ''' diff --git a/src/plume/core/project.py b/src/plume/core/project.py deleted file mode 100644 index 3650efaa4..000000000 --- a/src/plume/core/project.py +++ /dev/null @@ -1,112 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' - -from . import subscriber, cfg -from PyQt5.Qt import pyqtSlot - - -class Project(): - - ''' - Project - ''' - - def __init__(self): - ''' - Constructor - ''' - - super(Project, self).__init__() - cfg.data.subscriber.subscribe_update_func_to_domain( - self.signal_project_is_saved, "data.project.saved") - cfg.data.subscriber.subscribe_update_func_to_domain( - self.signal_project_is_not_saved, "data.project.notsaved") - - @pyqtSlot() - def open_test_project(self): - cfg.data.project.load_test_project_db() - subscriber.announce_update("core.project.load") - # subscriber.announce_update() - - @pyqtSlot(str) - def open(self, file_name): - ''' - function:: open(file_name) - :param file_name: - ''' - cfg.data.project.load(file_name) - subscriber.announce_update("core.project.load") - - def project_path(self): - return self._project_path - - def save(self): - ''' - function:: save() - :param : - ''' - - cfg.data.project.save() - - def save_as(self, file_name, file_type): - ''' - function:: save_as(file_name, file_type) - :param file_name: - :param file_type: - :param : - ''' - cfg.data.project.save_as(file_name, file_type) - - def close_project(self): - ''' - function:: close_project() - :param : - ''' - self._clear_project() - - def _clear_project(self): - ''' - function:: _clear_project() - :param : - Clear all project from core - ''' - cfg.data.project.close_db() - subscriber.announce_update("core.project.close") - - def quit(self): - ''' - function:: quit() - :param : - ''' - - pass - - def import_(self, type, path): - ''' - function:: import(type, path) - :param type: - :param path: - ''' - - pass - - def export(self, type, path): - ''' - function:: export(type, path) - :param type: - :param path: - ''' - - pass - - def is_open(self): - return cfg.data.project.is_open() - - def signal_project_is_saved(self): - subscriber.announce_update("core.project.saved") - - def signal_project_is_not_saved(self): - subscriber.announce_update("core.project.notsaved") diff --git a/src/plume/core/subscriber.py b/src/plume/core/subscriber.py deleted file mode 100644 index f9e8433a2..000000000 --- a/src/plume/core/subscriber.py +++ /dev/null @@ -1,94 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' - -_update_funcs = [] -_disabled_funcs = [] -_domain_list = [] - - -def subscribe_update_func_to_domain(func, domain, sheet_id=None): - ''' - function:: subscribe_update_func_to_domain(func, domain) - :param func: - :param domain: string like "data.tree.properties" - :param sheet_id: int. optional. if present, can narrow_down the update. - ''' - has_already_update_function = False - - for update_function in _update_funcs: - if update_function.function is func and update_function.domain is domain: - has_already_update_function = True - if has_already_update_function is False: - _update_funcs.append(UpdateFunction(func, domain, sheet_id)) - - -def unsubscribe_update_func(func): - ''' - function:: unsubscribe_update_func(func) - :param func: - ''' - for update_function in _update_funcs: - if update_function.function == func: - _update_funcs.remove(update_function) - - -def disable_func(func): - for update_function in _update_funcs: - if update_function.function == func: - _update_funcs.remove(update_function) - _disabled_funcs.append(update_function) - - -def enable_func(func): - for update_function in _update_funcs: - if update_function.function == func: - _disabled_funcs.remove(update_function) - _update_funcs.append(update_function) - - -def announce_update(domain, sheet_id=-1): - ''' - function:: announce_update(domain) - :param domain: - :param sheet_id: int. optional. if present, can narrow_down the update. - ''' - for update_function in _update_funcs: - if update_function.domain == domain and update_function.sheet_id == sheet_id: - update_function.function() - # for the subscriber interested by all updates from every sheet: - if update_function.domain == domain and update_function.sheet_id == None: - f = update_function.function - f() - - -class UpdateFunction(): - - ''' - UpdateFunction - ''' - - def __init__(self, function, domain, sheet_id=None): - ''' - Constructor - ''' - - super(UpdateFunction, self).__init__() - - self._function = function - self._domain = domain - self._sheet_id = sheet_id - - @property - def function(self): - return self._function - - @property - def domain(self): - return self._domain - - @property - def sheet_id(self): - return self._sheet_id diff --git a/src/plume/core/tree_sheet.py b/src/plume/core/tree_sheet.py deleted file mode 100644 index ed9a46fed..000000000 --- a/src/plume/core/tree_sheet.py +++ /dev/null @@ -1,359 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' -from . import subscriber, cfg -from PyQt5.QtCore import QObject, pyqtSignal -from _csv import Error - - -class TreeSheetError(OSError): - - '''root for TreeSheetErrors, only used to except any reeSheet error, never raised''' - pass - - -class KeyAlreadyPresentError(TreeSheetError): - - '''An error if the name is already present''' - pass - - -class TreeSheet(QObject): - - ''' - TreeSheet - ''' - - def __init__(self, parent=None, sheet_id=None): - ''' - Constructor - ''' - - super(TreeSheet, self).__init__(parent) - - self.sheet_id = sheet_id - self._content = None - self._other_contents = None - self._content_type = "" - self._creation_date = "" - self._last_modification_date = "" - self._properties = {} - self.parent_id = None - self.children_id = [] - self._version = -1 - - if sheet_id is not None: - self.load() - - # dict of instances, like for core_part of docks - self._object_dict = {} - # dict of class in waiting to be instantiated on demand - self._class_to_instanciate_dict = {} - # fill it with plugins - self._class_to_instanciate_dict = cfg.core_plugins.write_tab_dock_plugin_dict - - self._subscribe_to_data() - - def load(self): - # fill the sheet : - - self._content = cfg.data.main_tree.get_content(self.sheet_id) - self._title = cfg.data.main_tree.get_title(self.sheet_id) - self._content_type = cfg.data.main_tree.get_content_type(self.sheet_id) - self._other_contents = cfg.data.main_tree.get_other_contents( - self.sheet_id) - self._properties = cfg.data.main_tree.get_properties(self.sheet_id) - self._last_modification_date = cfg.data.main_tree.get_modification_date( - self.sheet_id) - self._creation_date = cfg.data.main_tree.get_creation_date( - self.sheet_id) - self._version = cfg.data.main_tree.get_version(self.sheet_id) - - def _subscribe_to_data(self, is_subscribing=True): - - list_ = [[self.get_title, "data.tree.title"], - [self.get_content, "data.tree.content"], - [self.get_other_contents, "data.tree.other_contents"], - [self.get_content_type, "data.tree.content_type"], - [self.get_properties, "data.tree.properties"], - [self.get_modification_date, "data.tree.modification_date"], - [self.get_creation_date, "data.tree.creation_date"], - [self.get_properties, "data.tree.properties"], - [self.get_version, "data.tree.version"], - ] - for func, domain in list_: - if is_subscribing is True: - cfg.data.subscriber.subscribe_update_func_to_domain( - func, domain) - else: - cfg.data.subscriber.unsubscribe_update_func_to_domain(func) - - def get_instance_of(self, instance_name): - if instance_name in self._object_dict.keys(): - return self._object_dict[instance_name] - - class_name = self._class_to_instanciate_dict[instance_name] - instance = class_name() - self._object_dict[instance_name] = instance - return instance - - def get_title(self): - return cfg.data.main_tree.get_title(self.sheet_id) - - def set_title(self, new_title): - cfg.data.main_tree.set_title(self.sheet_id, new_title) - - def get_content(self): - ''' - function:: get_content(self) - :param self: - :rtype: content - - ''' - content = cfg.data.main_tree.get_content(self.sheet_id) - return content - - def set_content(self, content): - ''' - function:: set_content(self, content) - :param content: - ''' - - cfg.data.main_tree.set_content(self.sheet_id, content) - - def get_other_contents(self): - ''' - function:: get_other_contents(self) - :rtype other_contents: - - ''' - other_contents = cfg.data.main_tree.get_other_contents(self.sheet_id) - return other_contents - - def _set_other_contents(self, dict_): - ''' - function:: set_other_contents(self, dict_) - - ''' - cfg.data.main_tree.set_other_contents(self.sheet_id, dict_) - - def set_other_content(self, key, value): - ''' - function:: set_other_content(self, key, value) - - ''' - dict_ = self.get_other_contents() - dict_[key] = value - self._set_other_contents(dict_) - - def get_content_type(self): - ''' - function:: get_content_type(self) - :rtype content_type: - - ''' - content_type = cfg.data.main_tree.get_content_type(self.sheet_id) - return content_type - - def set_content_type(self, content_type): - ''' - function:: set_content_type(self, content_type) - :param content_type: - - ''' - pass - - def get_properties(self): - ''' - function:: get_properties() - :rtype properties_dict: - - ''' - return cfg.data.main_tree.get_properties(self.sheet_id) - - def set_property(self, key, value): - ''' - function:: set_property(key, value): - :param key: - :param value: - ''' - self._properties[key] = value - cfg.data.main_tree.set_properties(self.sheet_id, self._properties) - - def change_property_key(self, key, new_key): - ''' - function:: change_property_key(key, new_key): - :param key: - :param new_key: - ''' - if key not in self._properties.keys(): - value = "" - else: - value = self._properties.pop(key) - - self._properties[new_key] = value - cfg.data.main_tree.set_properties(self.sheet_id, self._properties) - - def get_modification_date(self): - ''' - function:: get_modification_date(self) - :rtype modification_date: - ''' - modification_date = cfg.data.main_tree.get_modification_date( - self.sheet_id) - return modification_date - - def set_modification_date(self, date): - ''' - function:: set_modification_date(self, date) - :param date: - ''' - - def get_creation_date(self): - ''' - function:: get_creation_date(self) - :rtype creation_date: - - ''' - creation_date = cfg.data.main_tree.get_creation_date(self.sheet_id) - return creation_date - - def set_creation_date(self, date): - ''' - function:: set_creation_date(self, date) - :param date: - ''' - - pass - - def get_version(self): - ''' - function:: get_version(self) - :rtype version: - - ''' - version = cfg.data.main_tree.get_version(self.sheet_id) - return version - - -class StoryTreeSheet(TreeSheet): - - ''' - StoryTree - ''' - - def __init__(self, sheet_id=None): - ''' - Constructor - ''' - - super(StoryTreeSheet, self).__init__(sheet_id=sheet_id) - - self.notes = "" - self.synopsys = "" - - def get_synopsys(self): - other_content = TreeSheet.get_other_contents(self) - if 'synopsys' in other_content.keys(): - return str(other_content['synopsys']) - else: - return '' - - def set_synopsys(self, content): - other_contents = TreeSheet.get_other_contents(self) - other_contents['synopsys'] = content - cfg.data.main_tree.set_other_contents(self.sheetid, other_contents) - - def get_notes(self): - other_content = TreeSheet.get_other_contents(self) - if 'note' in other_content.keys(): - return str(other_content['note']) - else: - return '' - - def set_notes(self, content): - other_contents = TreeSheet.get_other_contents(self) - other_contents['note'] = content - cfg.data.main_tree.set_other_contents(self.sheetid, other_contents) - - def __del__(self): - # unsubscribe : - self._subscribe_to_data(False) - - -class TreeSheetManager(QObject): - - ''' - TreeSheetManager - ''' - sheet_is_opening = pyqtSignal(TreeSheet, name='sheet_is_opening') - - def __init__(self, parent=None): - ''' - Constructor - ''' - - super(TreeSheetManager, self).__init__(parent) - - self.sheet_list = [] - - cfg.data.subscriber.subscribe_update_func_to_domain( - self.close_all_sheets, "data.project.close") - - def get_tree_sheet_from_sheet_id(self, sheet_id): - for sheet in self.sheet_list: - if sheet.sheet_id == sheet_id: - return sheet - return None - - def open_sheet(self, sheet_id): - ''' - function:: open_sheet(sheet_id) - :param sheet_id: - :rtype: tree_sheet: - - ''' - for sheet in self.sheet_list: - if sheet_id == sheet.sheet_id: - return sheet - - tree_sheet = self.only_load_sheet(sheet_id) - self.sheet_list.append(tree_sheet) - - # emit signal to Gui - self.sheet_is_opening.emit(tree_sheet) - - return tree_sheet - - def only_load_sheet(self, sheet_id): - ''' - function:: only_load_sheet(sheet_id) - :param sheet_id: - :rtype: tree_sheet: - - It doesn't add the TreeSheet to the manager. Good if you want only to use a TreeSheet temporarily - ''' - tree_sheet = TreeSheet(parent=self, sheet_id=sheet_id) - - return tree_sheet - - def close_sheet(self, tree_sheet): - ''' - function:: close_sheet(tree_sheet) - :param tree_sheet: id or TreeSheet object - ''' - if isinstance(tree_sheet, int): - sheet_id = tree_sheet - for sheet in self.sheet_list: - if sheet_id == sheet.sheet_id: - self.sheet_list.remove(tree_sheet) - - if isinstance(tree_sheet, TreeSheet): - self.sheet_list.remove(tree_sheet) - tree_sheet.deleteLater() - - def close_all_sheets(self): - for sheet in self.sheet_list: - self.close_sheet(sheet) diff --git a/src/plume/data/__init__.py b/src/plume/data/__init__.py deleted file mode 100644 index b88f50638..000000000 --- a/src/plume/data/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ - -from .exceptions import DataError, DataUnableLoadFileError, DataSaveFileAlreadyExistsError,\ - DataSaveFilePathAccessError, DataSQLiteError diff --git a/src/plume/data/cfg.py b/src/plume/data/cfg.py deleted file mode 100644 index 723c6fd8c..000000000 --- a/src/plume/data/cfg.py +++ /dev/null @@ -1,8 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' - -data = None -data_plugins = None diff --git a/src/plume/data/database.py b/src/plume/data/database.py deleted file mode 100644 index db917ba83..000000000 --- a/src/plume/data/database.py +++ /dev/null @@ -1,23 +0,0 @@ -from PyQt5.Qt import QObject -from PyQt5.QtCore import pyqtSignal - -from .plugins import Plugins -from .tree import Tree -from .project import Project -from . import subscriber, cfg - - -class Database(QObject): - - state_changed = pyqtSignal(str, int, name='stateChanged') - - def __init__(self, parent=None): - super(Database, self).__init__(parent) - - cfg.data = self - self.subscriber = subscriber - - # init all : - self.project = Project() - self.main_tree = Tree() - self.plugins = Plugins() diff --git a/src/plume/data/exceptions.py b/src/plume/data/exceptions.py deleted file mode 100644 index b9eca2573..000000000 --- a/src/plume/data/exceptions.py +++ /dev/null @@ -1,35 +0,0 @@ -''' -Created on 16 avr. 2015 - -@author: Cyril Jacquet -''' - - -class DataError(OSError): - - '''root for DataErrors, only used to except any Data error, never raised''' - pass - - -class DataUnableLoadFileError(DataError): - - '''An error if the file can't be loaded''' - pass - - -class DataSaveFileAlreadyExistsError(DataError): - - '''An error if the file already exists''' - pass - - -class DataSaveFilePathAccessError(DataError): - - '''An error if the file path can't be accessed anymore''' - pass - - -class DataSQLiteError(DataError): - - '''An error if the SLite3 database raises an error''' - pass diff --git a/src/plume/data/plugins.py b/src/plume/data/plugins.py deleted file mode 100644 index c596d2ef6..000000000 --- a/src/plume/data/plugins.py +++ /dev/null @@ -1,19 +0,0 @@ -''' -Created on 26 avr. 2015 - -@author: Cyril Jacquet -''' -from . import subscriber - - -class Plugins(object): - - ''' - classdocs - ''' - - def __init__(self): - super(Plugins, self).__init__() - ''' - Constructor - ''' diff --git a/src/plume/data/project.py b/src/plume/data/project.py deleted file mode 100644 index 83b227a90..000000000 --- a/src/plume/data/project.py +++ /dev/null @@ -1,110 +0,0 @@ -''' -Created on 26 avr. 2015 - -@author: Cyril Jacquet -''' - -from . import subscriber, sql, cfg -import sqlite3 -import os - - -class Project(object): - - ''' - classdocs - ''' - - def __init__(self): - super(Project, self).__init__() - ''' - Constructor - ''' - - self.db = None - self._is_open = False - self._project_path = None - self._project_file_type = None - - def create_new_empty_database(self): - self.database = sql.create_new_database() - - def load_test_project_db(self): - """ - This func is only temporary. To have something to work with... - """ - self.load('../../resources/plume_test_project.sqlite') -# new_db = sqlite3.connect(':memory:') # create a memory database -# query = "".join(line for line in old_db.iterdump()) -# -# Dump old database in the new one. -# new_db.executescript(query) -# -# self.db = new_db -# cfg.data.db = new_db -# cfg.data.main_tree.db = new_db -# -# subscriber.announce_update("data.tree") -# subscriber.announce_update("data.project.close") -# subscriber.announce_update("data.project.load") -# subscriber.announce_update("data.project.saved") -# self._is_open = True -# - from os.path import expanduser - home = expanduser("~") - self._project_path = os.path.join(home, "test_project.sqlite") -# self._file_type = "*.sqlite" - - def load(self, file_name): - if file_name.endswith(".sqlite"): - old_db = sqlite3.connect(file_name) - new_db = sqlite3.connect(':memory:') # create a memory database - query = "".join(line for line in old_db.iterdump()) - - # Dump old database in the new one. - new_db.executescript(query) - - self.db = new_db - cfg.data.db = self.db - cfg.data.main_tree.db = self.db - subscriber.announce_update("data.tree") - subscriber.announce_update("data.project.close") - subscriber.announce_update("data.project.load") - subscriber.announce_update("data.project.saved") - self._is_open = True - self._project_path = file_name - self._project_file_type = "*.sqlite" - - def save_as(self, file_name, file_type): - if "*.sqlite" in file_type: - if not file_name.endswith(".sqlite"): - file_name = "".join([file_name, ".sqlite"]) - # delete if already exist: - if os.path.exists(file_name): - os.remove(file_name) - on_disk_db = sqlite3.connect(file_name) - query = "".join(line for line in self.db.iterdump()) - on_disk_db.executescript(query) - subscriber.announce_update("data.project.saved") - self._project_path = file_name - self._project_file_type = "*.sqlite" - - def save(self): - file_name = self.project_path() - self.save_as(file_name, self._project_file_type) - - def is_open(self): - return self._is_open - - def project_path(self): - return self._project_path - - def project_file_type(self): - return self._file_type - - def close_db(self): - self.db = None - cfg.data.db = None - cfg.data.main_tree.db = None - subscriber.announce_update("data.project.close") - self._is_open = False diff --git a/src/plume/data/sql.py b/src/plume/data/sql.py deleted file mode 100644 index 1e82b54e2..000000000 --- a/src/plume/data/sql.py +++ /dev/null @@ -1,30 +0,0 @@ - - -def select(string): - pass - - -def create_new_database(): - - database = sqlite3.connect(":memory:") - cursor = database.cursor() - cursor.execute( - "CREATE TABLE project_table(key TEXT primary key, value TEXT)") - cursor.execute("INSERT INTO project_table VALUES('name', 'test')") - database.commit() - database.close() - return database - - -''' - node.sheet_id = int(sheet_id) - node.name = str(name) - if parent_id != None : - node.parent_id = int(parent_id) - if children_id != None : - node.children_id = [] - for txt in children_id.split(","): - node.children_id.append(int(txt)) - if properties != None : - node.properties = dict(properties) -''' diff --git a/src/plume/data/sqlite.py b/src/plume/data/sqlite.py deleted file mode 100644 index 04661b3bf..000000000 --- a/src/plume/data/sqlite.py +++ /dev/null @@ -1,2 +0,0 @@ - -from . import DataSQLiteError \ No newline at end of file diff --git a/src/plume/data/subscriber.py b/src/plume/data/subscriber.py deleted file mode 100644 index f9e8433a2..000000000 --- a/src/plume/data/subscriber.py +++ /dev/null @@ -1,94 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' - -_update_funcs = [] -_disabled_funcs = [] -_domain_list = [] - - -def subscribe_update_func_to_domain(func, domain, sheet_id=None): - ''' - function:: subscribe_update_func_to_domain(func, domain) - :param func: - :param domain: string like "data.tree.properties" - :param sheet_id: int. optional. if present, can narrow_down the update. - ''' - has_already_update_function = False - - for update_function in _update_funcs: - if update_function.function is func and update_function.domain is domain: - has_already_update_function = True - if has_already_update_function is False: - _update_funcs.append(UpdateFunction(func, domain, sheet_id)) - - -def unsubscribe_update_func(func): - ''' - function:: unsubscribe_update_func(func) - :param func: - ''' - for update_function in _update_funcs: - if update_function.function == func: - _update_funcs.remove(update_function) - - -def disable_func(func): - for update_function in _update_funcs: - if update_function.function == func: - _update_funcs.remove(update_function) - _disabled_funcs.append(update_function) - - -def enable_func(func): - for update_function in _update_funcs: - if update_function.function == func: - _disabled_funcs.remove(update_function) - _update_funcs.append(update_function) - - -def announce_update(domain, sheet_id=-1): - ''' - function:: announce_update(domain) - :param domain: - :param sheet_id: int. optional. if present, can narrow_down the update. - ''' - for update_function in _update_funcs: - if update_function.domain == domain and update_function.sheet_id == sheet_id: - update_function.function() - # for the subscriber interested by all updates from every sheet: - if update_function.domain == domain and update_function.sheet_id == None: - f = update_function.function - f() - - -class UpdateFunction(): - - ''' - UpdateFunction - ''' - - def __init__(self, function, domain, sheet_id=None): - ''' - Constructor - ''' - - super(UpdateFunction, self).__init__() - - self._function = function - self._domain = domain - self._sheet_id = sheet_id - - @property - def function(self): - return self._function - - @property - def domain(self): - return self._domain - - @property - def sheet_id(self): - return self._sheet_id diff --git a/src/plume/data/test_sql.py b/src/plume/data/test_sql.py deleted file mode 100644 index 2ab359e07..000000000 --- a/src/plume/data/test_sql.py +++ /dev/null @@ -1,30 +0,0 @@ -import unittest -import sqlite3 -''' -from PyQt5.QtSql import QSqlQuery, QSqlDatabase - -from sql import select - -class Test_SQL(unittest.TestCase): - - def setUp(self): - self.database = sqlite3.connect(":memory:") - cursor = self.database.cursor() - - - cursor.execute("CREATE TABLE project_table(key TEXT primary key, value TEXT)") - cursor.execute("INSERT INTO project_table VALUES('name', 'test')") - self.database.commit() - - - def test_select(self): - - cursor = self.database.cursor() - cursor.execute("SELECT value FROM project_table WHERE key = 'name'") - first = cursor.fetchone() - self.assertEqual(first[0], 'test') - - -if __name__ == '__main__': - unittest.main() -''' \ No newline at end of file diff --git a/src/plume/data/tree.py b/src/plume/data/tree.py deleted file mode 100644 index 73a048293..000000000 --- a/src/plume/data/tree.py +++ /dev/null @@ -1,327 +0,0 @@ -''' -Created on 26 avr. 2015 - -@author: Cyril Jacquet -''' - -from . import subscriber -import ast - - -class Tree(object): - - ''' - classdocs - ''' - - def __init__(self): - super(Tree, self).__init__() - ''' - Constructor - ''' - self.db = None - - def get_tree_model_necessities(self, tree_type=None): - ''' - :param tree_type: restrict to a given tree. Ex : write - Quick way to get the necessary to build a Qt treeModel - - return [(sheet_id, title, parent_id, children_id, properties), (...)] - ''' - - db = self.db - - if db is None: # closed - return [] - - cur = db.cursor() - if tree_type is None: # select only designated tree type - cur.execute("SELECT sheet_id, title, parent_id, children_id, properties FROM main_table WHERE tree=:tree ", { - "tree": tree_type}) - else: # take all - cur.execute( - "SELECT sheet_id, title, parent_id, children_id, properties FROM main_table") - - result = cur.fetchall() - final_result = [] - for row in result: - sheet_id, title, parent_id, children_id, properties = row - tuple_ = (sheet_id, title, parent_id, transform_children_id_text_into_int_tuple( - children_id), transform_properties_text_into_dict(properties)) - final_result.append(tuple_) - - return final_result - - def get_root_id(self, tree_type): - db = self.db - if db is None: # closed - return -1 - cur = db.cursor() - cur.execute("SELECT sheet_id FROM main_table WHERE tree=:tree AND is_root=1 ", { - "tree": tree_type}) - result = cur.fetchone() - for row in result: - sheet_id = int(row) - return sheet_id - - def move(self, sheet_id, old_position_in_children, old_parent_id, new_position_in_children, new_parent_id): - pass - - def create_new_sheet(self, parent_id, tree_type): - ''' - function:: create_new_tree_item(parent, tree_type) - Append to parent - :param parent: int, sheet_id of parent - :param tree_type: string, Ex : "write" - :rtype sheet_id: int, sheet_id of the new sheet - ''' - c = self.db.cursor() - c.execute("INSERT INTO main_table (parent_id, title, tree) \ - VALUES (:parent_id, '', :tree)", {"parent_id": parent_id, "tree": tree_type}) - # get new sheet_id: - c.execute("SELECT last_insert_rowid()") - result = c.fetchone() - for row in result: - sheet_id = row - # get parent sheet : - c.execute( - "SELECT children_id FROM main_table WHERE sheet_id=:id", {"id": parent_id}) - result = c.fetchone() - for row in result: - children_id = row - # modify parent's children_i : - t = transform_children_id_text_into_int_tuple(children_id) - children_list = list(t) - children_list.append(sheet_id) - if len(children_list) == 0: - children_list_str = "" - else: - children_list_str = [str(child_id) for child_id in children_list] - children_id = ",".join(children_list_str) - self.db.cursor().execute("UPDATE main_table SET children_id=:children_id WHERE sheet_id=:id", - {"children_id": children_id, "id": parent_id}) - self.db.commit() - subscriber.announce_update("data.tree") - subscriber.announce_update("data.project.notsaved") - - return sheet_id - - def get_title(self, sheet_id): - db = self.db - cur = db.cursor() - cur.execute( - "SELECT title FROM main_table WHERE sheet_id=:id", {"id": sheet_id}) - result = cur.fetchone() - for row in result: - title = row - return title - - def set_title(self, sheet_id, new_title): - self.db.cursor().execute("UPDATE main_table SET title=:title WHERE sheet_id=:id", - {"title": new_title, "id": sheet_id}) - self.db.commit() - subscriber.announce_update("data.tree.title", sheet_id) - subscriber.announce_update("data.project.notsaved") - - def get_other_contents(self, sheet_id): - db = self.db - cur = db.cursor() - cur.execute("SELECT other_sheet_contents_id FROM main_table WHERE sheet_id=:id", { - "id": sheet_id}) - result = cur.fetchone() - for row in result: - other_id = row - # create a new one if no other_sheet_contents_id : - if other_id is None: - c = self.db.cursor() - c.execute("INSERT INTO other_sheet_contents DEFAULT VALUES") - # get new sheet_id: - c.execute("SELECT last_insert_rowid()") - result = c.fetchone() - for row in result: - other_id = row - c.execute("UPDATE main_table SET other_sheet_contents_id=:other_id WHERE sheet_id=:id", { - "other_id": other_id, "id": sheet_id}) - db.commit() - - # insert in dict each column: - dict_ = {} - cur = db.cursor() - cursor = cur.execute('SELECT * FROM other_sheet_contents') - names = [description[0] for description in cursor.description] - for name in names: - cur = db.cursor() - query = "".join( - ["SELECT ", name, " FROM other_sheet_contents WHERE other_sheet_contents_id=", str(other_id)]) - cur.execute(query) - result = cur.fetchone() - for row in result: - dat = row - dict_[name] = dat - - return dict_ - - def set_other_contents(self, sheet_id, dict_): - db = self.db - cur = db.cursor() - cur.execute("SELECT other_sheet_contents_id FROM main_table WHERE sheet_id=:id", { - "id": sheet_id}) - result = cur.fetchone() - for row in result: - other_id = row - - cursor = cur.execute('select * from other_sheet_contents') - names = [description[0] for description in cursor.description] - - for key in dict_.keys(): - if key == "other_sheet_contents_id": - continue - if key not in names: # create column - query = "".join( - ["ALTER TABLE other_sheet_contents ADD COLUMN ", key, " NONE"]) - self.db.cursor().execute(query) - self.db.commit() - # insert date in column : - dat = dict_[key] - query = "".join( - ["UPDATE other_sheet_contents SET ", key, "=:dat WHERE other_sheet_contents_id=:id"]) - self.db.cursor().execute(query, {"dat": dat, "id": other_id}) - self.db.commit() - - subscriber.announce_update("data.tree.other_contents", sheet_id) - subscriber.announce_update("data.project.notsaved") - - def get_content(self, sheet_id): - db = self.db - cur = db.cursor() - cur.execute( - "SELECT content FROM main_table WHERE sheet_id=:id", {"id": sheet_id}) - result = cur.fetchone() - for row in result: - content = row - return content - - def set_content(self, sheet_id, content): - self.db.cursor().execute("UPDATE main_table SET content=:content WHERE sheet_id=:id", - {"content": content, "id": sheet_id}) - self.db.commit() - subscriber.announce_update("data.tree.content", sheet_id) - subscriber.announce_update("data.project.notsaved") - - def get_content_type(self, sheet_id): - db = self.db - cur = db.cursor() - cur.execute( - "SELECT content_type FROM main_table WHERE sheet_id=:id", {"id": sheet_id}) - result = cur.fetchone() - for row in result: - content_type = row - return content_type - - def set_content_type(self, sheet_id, content_type): - self.db.cursor().execute("UPDATE main_table SET content_type=:content_type WHERE sheet_id=:id", - {"content": content_type, "id": sheet_id}) - self.db.commit() - subscriber.announce_update("data.tree.content_type", sheet_id) - subscriber.announce_update("data.project.notsaved") - - def get_properties(self, sheet_id): - prop_dict = {} - db = self.db - - cur = db.cursor() - cur.execute( - "SELECT properties FROM main_table WHERE sheet_id=:id", {"id": sheet_id}) - - result = cur.fetchone() - for row in result: - properties = row - prop_dict = transform_properties_text_into_dict(properties) - - return prop_dict - - def set_properties(self, sheet_id, properties): - properties_str = transform_dict_into_text(properties) - self.db.cursor().execute("UPDATE main_table SET properties=:properties WHERE sheet_id=:id", - {"properties": properties_str, "id": sheet_id}) - self.db.commit() - subscriber.announce_update("data.tree.properties", sheet_id) - subscriber.announce_update("data.project.notsaved") - - def get_modification_date(self, sheet_id): - db = self.db - cur = db.cursor() - cur.execute( - "SELECT modification_date FROM main_table WHERE sheet_id=:id", {"id": sheet_id}) - result = cur.fetchone() - for row in result: - modification_date = row - return modification_date - - def set_modification_date(self, sheet_id, modification_date): - self.db.cursor().execute("UPDATE main_table SET modification_date=:modification_date WHERE sheet_id=:id", - {"modification_date": modification_date, "id": sheet_id}) - self.db.commit() - subscriber.announce_update("data.tree.modification_date", sheet_id) - subscriber.announce_update("data.project.notsaved") - - def get_creation_date(self, sheet_id): - db = self.db - cur = db.cursor() - cur.execute( - "SELECT creation_date FROM main_table WHERE sheet_id=:id", {"id": sheet_id}) - result = cur.fetchone() - for row in result: - creation_date = row - return creation_date - - def set_creation_date(self, sheet_id, creation_date): - self.db.cursor().execute("UPDATE main_table SET creation_date=:creation_date WHERE sheet_id=:id", - {"creation_date": creation_date, "id": sheet_id}) - self.db.commit() - subscriber.announce_update("data.tree.creation_date", sheet_id) - subscriber.announce_update("data.project.notsaved") - - def get_version(self, sheet_id): - db = self.db - cur = db.cursor() - cur.execute( - "SELECT version FROM main_table WHERE sheet_id=:id", {"id": sheet_id}) - result = cur.fetchone() - for row in result: - version = row - return version - - def set_version(self, sheet_id, version): - self.db.cursor().execute("UPDATE main_table SET version=:version WHERE sheet_id=:id", - {"version": version, "id": sheet_id}) - self.db.commit() - subscriber.announce_update("data.tree.version", sheet_id) - subscriber.announce_update("data.project.notsaved") - - -def transform_children_id_text_into_int_tuple(children_id_text): - int_tuple = () - int_list = [] - if children_id_text is not None: - for txt in children_id_text.split(","): - if txt != None: - int_list.append(int(txt)) - int_tuple = tuple(int_list) - return int_tuple - - -def transform_properties_text_into_dict(properties): - properties_dict = {} - if properties is not None: - properties_dict = ast.literal_eval(properties) - - return properties_dict - - -def transform_dict_into_text(properties): - properties_str = "{}" - if properties is not {}: - properties_str = str(properties) - - return properties_str diff --git a/src/plume/gui/__init__.py b/src/plume/gui/__init__.py deleted file mode 100644 index 6fe9d3596..000000000 --- a/src/plume/gui/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -# -*- coding: utf-8 -*- - - -import os - -# translation - -import gettext - -gettext.textdomain('plume-creator') -gettext.install('plume-creator', '/path/to/my/language/directory') - - -core = None diff --git a/src/plume/gui/binder.py b/src/plume/gui/binder.py deleted file mode 100644 index da25dba5c..000000000 --- a/src/plume/gui/binder.py +++ /dev/null @@ -1,22 +0,0 @@ -from PyQt5.QtWidgets import QLabel -from .sub_window import SubWindow - - -class BinderPanel(SubWindow): - - ''' - classdocs - ''' - - def __init__(self, parent=None, parent_window_system_controller=None): - ''' - Constructor - ''' - super(BinderPanel, self).__init__( - parent=parent, parent_window_system_controller=parent_window_system_controller) - - self.setWindowTitle(_("Binder")) - self.setObjectName("binder_sub_window") - - label = QLabel("Binder") - self.setCentralWidget(label) diff --git a/src/plume/gui/cfg.py b/src/plume/gui/cfg.py deleted file mode 100644 index 4d29490ee..000000000 --- a/src/plume/gui/cfg.py +++ /dev/null @@ -1,8 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' - -core = None -gui_plugins = None diff --git a/src/plume/gui/common.py b/src/plume/gui/common.py deleted file mode 100644 index c21553b97..000000000 --- a/src/plume/gui/common.py +++ /dev/null @@ -1,5 +0,0 @@ -''' -Created on 25 avr. 2015 - -@author: Cyril Jacquet -''' diff --git a/src/plume/gui/dialogs/logger.ui b/src/plume/gui/dialogs/logger.ui deleted file mode 100644 index 644495601..000000000 --- a/src/plume/gui/dialogs/logger.ui +++ /dev/null @@ -1,68 +0,0 @@ - - - Dialog - - - - 0 - 0 - 400 - 300 - - - - Dialog - - - - - 30 - 240 - 341 - 32 - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - buttonBox - accepted() - Dialog - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - Dialog - reject() - - - 316 - 260 - - - 286 - 274 - - - - - diff --git a/src/plume/gui/dialogs/logger_ui.py b/src/plume/gui/dialogs/logger_ui.py deleted file mode 100644 index 889e6b37a..000000000 --- a/src/plume/gui/dialogs/logger_ui.py +++ /dev/null @@ -1,29 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eclipse/plume-creator/src/plume/gui/dialogs/logger.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_Dialog(object): - def setupUi(self, Dialog): - Dialog.setObjectName("Dialog") - Dialog.resize(400, 300) - self.buttonBox = QtWidgets.QDialogButtonBox(Dialog) - self.buttonBox.setGeometry(QtCore.QRect(30, 240, 341, 32)) - self.buttonBox.setOrientation(QtCore.Qt.Horizontal) - self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok) - self.buttonBox.setObjectName("buttonBox") - - self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) - QtCore.QMetaObject.connectSlotsByName(Dialog) - - def retranslateUi(self, Dialog): - - Dialog.setWindowTitle(_("Dialog")) - diff --git a/src/plume/gui/dock_title_bar.ui b/src/plume/gui/dock_title_bar.ui deleted file mode 100644 index 3ad0899cc..000000000 --- a/src/plume/gui/dock_title_bar.ui +++ /dev/null @@ -1,112 +0,0 @@ - - - DockTitleBar - - - - 0 - 0 - 243 - 154 - - - - Form - - - - - - - 2 - - - 2 - - - 2 - - - 2 - - - 2 - - - - - - - - 100 - 0 - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - O - - - true - - - true - - - - - - - + - - - - pics/32x32/list-add.pngpics/32x32/list-add.png - - - false - - - false - - - true - - - - - - - x - - - true - - - - - - - - - - - - - diff --git a/src/plume/gui/dock_title_bar_ui.py b/src/plume/gui/dock_title_bar_ui.py deleted file mode 100644 index ffb97ac89..000000000 --- a/src/plume/gui/dock_title_bar_ui.py +++ /dev/null @@ -1,60 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/dock_title_bar.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_DockTitleBar(object): - def setupUi(self, DockTitleBar): - DockTitleBar.setObjectName("DockTitleBar") - DockTitleBar.resize(243, 154) - DockTitleBar.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedStates)) - self.verticalLayout = QtWidgets.QVBoxLayout(DockTitleBar) - self.verticalLayout.setSpacing(2) - self.verticalLayout.setContentsMargins(2, 2, 2, 2) - self.verticalLayout.setObjectName("verticalLayout") - self.horizontalLayout = QtWidgets.QHBoxLayout() - self.horizontalLayout.setObjectName("horizontalLayout") - self.comboBox = QtWidgets.QComboBox(DockTitleBar) - self.comboBox.setMinimumSize(QtCore.QSize(100, 0)) - self.comboBox.setObjectName("comboBox") - self.horizontalLayout.addWidget(self.comboBox) - spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) - self.horizontalLayout.addItem(spacerItem) - self.displayOptionsButton = QtWidgets.QToolButton(DockTitleBar) - self.displayOptionsButton.setCheckable(True) - self.displayOptionsButton.setAutoRaise(True) - self.displayOptionsButton.setObjectName("displayOptionsButton") - self.horizontalLayout.addWidget(self.displayOptionsButton) - self.addDockButton = QtWidgets.QToolButton(DockTitleBar) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/32x32/list-add.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.addDockButton.setIcon(icon) - self.addDockButton.setCheckable(False) - self.addDockButton.setAutoRepeat(False) - self.addDockButton.setAutoRaise(True) - self.addDockButton.setObjectName("addDockButton") - self.horizontalLayout.addWidget(self.addDockButton) - self.closeButton = QtWidgets.QToolButton(DockTitleBar) - self.closeButton.setAutoRaise(True) - self.closeButton.setObjectName("closeButton") - self.horizontalLayout.addWidget(self.closeButton) - self.verticalLayout.addLayout(self.horizontalLayout) - self.emptyDrawerWidget = QtWidgets.QWidget(DockTitleBar) - self.emptyDrawerWidget.setObjectName("emptyDrawerWidget") - self.verticalLayout.addWidget(self.emptyDrawerWidget) - - self.retranslateUi(DockTitleBar) - QtCore.QMetaObject.connectSlotsByName(DockTitleBar) - - def retranslateUi(self, DockTitleBar): - - DockTitleBar.setWindowTitle(_("Form")) - self.displayOptionsButton.setText(_("O")) - self.addDockButton.setText(_("+")) - self.closeButton.setText(_("x")) - diff --git a/src/plume/gui/docks.py b/src/plume/gui/docks.py deleted file mode 100644 index d3db03735..000000000 --- a/src/plume/gui/docks.py +++ /dev/null @@ -1,190 +0,0 @@ -''' -Created on 7 mai 2015 - -@author: Cyril Jacquet -''' -from PyQt5.QtWidgets import QDockWidget, QWidget -from PyQt5.Qt import pyqtSlot, QObject -from . import cfg -from PyQt5.QtCore import Qt -from enum import Enum - - -class DockSystem(QObject): - - ''' - DockSystem - For now, it's only for the write_tree docks - ''' - DockTypes = Enum('DockType', 'WriteTabDock WritePanelDock') - - def __init__(self, parent, main_window, dock_type): - ''' - Constructor - ''' - - super(DockSystem, self).__init__(parent) - self._sheet_id = None - self.main_window = main_window - self.dock_list = [] - - if dock_type is self.DockTypes.WriteTabDock: - self._default_dock = "properties-dock" - write_tab_dock_plugin_dict = cfg.gui_plugins.write_tab_dock_plugin_dict - # add there other dicts with built-in docks - self. dock_type_dict = write_tab_dock_plugin_dict - - if dock_type is self.DockTypes.WritePanelDock: - self._default_dock = "write-tree-dock" - write_panel_dock_plugin_dict = cfg.gui_plugins.write_panel_dock_plugin_dict - # add there other dicts with built-in docks - self.dock_type_dict = write_panel_dock_plugin_dict - - def split_dock(self, dock): - ''' - function:: split_dock(dock) - :param dock: - ''' - area = self.main_window.dockWidgetArea(dock) - self.add_dock(dock.current_type, area) - pass - - def add_dock(self, type_str, area=Qt.RightDockWidgetArea): - ''' - function:: add_dock(type, zone) - :param type_str: type of dock - :param zone: - ''' - - dock = DockTemplate(self, dock_system=self) - self.change_type(dock, type_str) - self.dock_list.append(dock) - - self.main_window.addDockWidget(area, dock) - - def change_type(self, dock, type_str): - ''' - function:: change_type(dock, type_str) - :param dock: - :param type_str: - ''' - gui_part = self.dock_type_dict[type_str] - gui_part = gui_part() - gui_part.sheet_id = self.sheet_id - widget = gui_part.get_widget() - dock.current_type = type_str - dock.setWindowTitle(gui_part.dock_displayed_name) - dock.setObjectName(gui_part.dock_displayed_name) - dock.setWidget(widget) - dock.titleBarWidget().ui.comboBox.setCurrentText( - gui_part.dock_displayed_name) - - def remove_dock(self, dock): - ''' - function:: remove_dock(dock) - :param dock: - ''' - self.dock_list.remove(dock) - dock.close() - dock.deleteLater() - - @property - def sheet_id(self): - return self._sheet_id - - @sheet_id.setter - def sheet_id(self, sheet_id): - self._sheet_id = sheet_id - if self.sheet_id is not None: - for dock in self.dock_list: # update all docks' sheet_id - dock.widget().gui_part.sheet_id = sheet_id - - def load_settings(self): - ''' - function:: load_settings() - :param : - ''' - - pass - - def save_settings(self): - ''' - function:: save_settings() - :param : - ''' - - pass - - -class DockTemplate(QDockWidget): - - ''' - DockTemplate - ''' - - def __init__(self, parent=None, dock_system=None): - ''' - Constructor - ''' - - super(DockTemplate, self).__init__(parent=None) - self.current_type = None - title_widget = DockTitleWidget(self, self) - self.setTitleBarWidget(title_widget) - self.dock_system = dock_system - - @property - def dock_system(self): - return self._dock_system - - @dock_system.setter - def dock_system(self, dock_system): - if dock_system is not None: - self._dock_system = dock_system - self.titleBarWidget().fill_comboBox_with_types() - -from .dock_title_bar_ui import Ui_DockTitleBar - - -class DockTitleWidget(QWidget): - - ''' - DockTitleWidget - ''' - - def __init__(self, parent_dock, parent=None): - ''' - Constructor - ''' - - super(DockTitleWidget, self).__init__(parent=None) - self.parent_dock = parent_dock - self.ui = Ui_DockTitleBar() - self.ui.setupUi(self) - - @pyqtSlot() - def on_closeButton_clicked(self): - self.parent_dock.close() - - @pyqtSlot() - def on_addDockButton_clicked(self): - if self.parent_dock is None: - return - self.parent_dock.dock_system.split_dock(self.parent_dock) - - def fill_comboBox_with_types(self): - # types_name_dict = {} - gui_parts = self.parent_dock.dock_system.dock_type_dict.values() - for part in gui_parts: - # types_name_dict[part.dock_displayed_name] = part.dock_name - self.ui.comboBox.addItem( - part.dock_displayed_name, userData=part.dock_name) - - @pyqtSlot(int) - def on_comboBox_currentIndexChanged(self, index): - # print(self.ui.comboBox.itemData(index, Qt.UserRole)) - - if self.parent_dock is None: - return - dock_type = self.ui.comboBox.itemData(index, Qt.UserRole) - self.parent_dock.dock_system.change_type(self.parent_dock, dock_type) diff --git a/src/plume/gui/gui.py b/src/plume/gui/gui.py deleted file mode 100644 index d16c0254f..000000000 --- a/src/plume/gui/gui.py +++ /dev/null @@ -1,23 +0,0 @@ -''' -Created on 3 mars 2015 - -@author: cyril -''' -from PyQt5.Qt import QObject -from . import cfg, plugins, pics_rc - - -class Gui(QObject): - - def __init__(self, core): - - super(Gui, self).__init__() - cfg.core = core - cfg.gui_plugins = plugins.Plugins() - - def init_gui(self): - - from .main_window import MainWindow - - self.window = MainWindow(self) - self.window.show() diff --git a/src/plume/gui/main_window.py b/src/plume/gui/main_window.py deleted file mode 100644 index 0a4ca7ba6..000000000 --- a/src/plume/gui/main_window.py +++ /dev/null @@ -1,333 +0,0 @@ -# -*- coding: utf-8 -*- -''' -Created on 25 avr. 2015 - -@author: Cyril Jacquet -''' - -from PyQt5.QtWidgets import (QMainWindow, QWidget, QActionGroup, - QHBoxLayout, QFileDialog, QMessageBox, QApplication) -from PyQt5.QtCore import Qt, QDir -from .window_system import WindowSystemController -from .sub_window import WritePanel -from .binder import BinderPanel -from PyQt5.Qt import QToolButton, pyqtSlot -from . import cfg -from .main_window_ui import Ui_MainWindow -from .preferences import Preferences -from .start_window import StartWindow - - -class MainWindow(QMainWindow, WindowSystemController): - - def __init__(self, parent): - super(MainWindow, self).__init__() - self.init_ui() - - cfg.core.subscriber.subscribe_update_func_to_domain( - self._clear_project, "core.project.close") - cfg.core.subscriber.subscribe_update_func_to_domain( - self._enable_actions, "core.project.load") - cfg.core.subscriber.subscribe_update_func_to_domain( - self.set_project_is_saved, "core.project.saved") - cfg.core.subscriber.subscribe_update_func_to_domain( - self.set_project_is_not_saved, "core.project.notsaved") - - def init_ui(self): - self.ui = Ui_MainWindow() - self.ui.setupUi(self) - - widget = QWidget() - layout = QHBoxLayout() - - self.stackWidget = SubWindowStack(self) - self.side_bar = SideBar(self) - # self.side_bar.detach_signal.connect(self.detach_window) - - layout.addWidget(self.side_bar) - layout.addWidget(self.stackWidget) - # layout.addWidget(self.sub_window) - - widget.setLayout(layout) - self.setCentralWidget(widget) - - # window system : - self.window_system_parent_widget = self.stackWidget - self.side_bar.window_system_controller = self - - # sub_windows : - self._sub_window_action_group = QActionGroup(self) - - # write window - self.write_sub_window = WritePanel( - parent=self, parent_window_system_controller=self) - self.attach_sub_window(self.write_sub_window) - self.ui.actionWrite.setProperty( - "sub_window_object_name", "write_sub_window") - self.add_action_to_window_system(self.ui.actionWrite) - self._sub_window_action_group.addAction(self.ui.actionWrite) - - # binder window - self.binder_sub_window = BinderPanel( - parent=self, parent_window_system_controller=self) - self.attach_sub_window(self.binder_sub_window) - self.ui.actionBinder.setProperty( - "sub_window_object_name", "binder_sub_window") - self.add_action_to_window_system(self.ui.actionBinder) - self._sub_window_action_group.addAction(self.ui.actionBinder) - - self.ui.actionWrite.trigger() - - # menu bar actions - self.ui.actionOpen_test_project.triggered.connect( - self.launch_open_test_project) - self.ui.actionPreferences.triggered.connect(self.launch_preferences) - self.ui.actionStart_window.triggered.connect(self.launch_start_window) - self.ui.actionSave.triggered.connect(cfg.core.project.save) - self.ui.actionSave_as.triggered.connect(self.launch_save_as_dialog) - self.ui.actionOpen.triggered.connect(self.launch_open_dialog) - self.ui.actionClose_project.triggered.connect(self.launch_close_dialog) - self.ui.actionExit.triggered.connect(self.launch_exit_dialog) - - self._enable_actions(False) - - @pyqtSlot() - def launch_open_test_project(self): - if cfg.core.project.is_open() == True: - if self.launch_close_dialog() == QMessageBox.Cancel: - return - cfg.core.project.open_test_project() - self.setWindowTitle("Plume Creator - TEST") - - @pyqtSlot() - def launch_preferences(self): - pref = Preferences(self) - pref.exec_() - - @pyqtSlot() - def launch_start_window(self): - pref = StartWindow(self) - pref.exec_() - - @pyqtSlot() - def launch_save_as_dialog(self): - working_directory = QDir.homePath() - fileName, selectedFilter = QFileDialog.getSaveFileName( - self, - _("Save as"), - working_directory, - _("Databases (*.sqlite *.plume);;All files (*)"), - _(".sqlite")) - if fileName is None: - return - cfg.core.project.save_as(fileName, selectedFilter) - - @pyqtSlot() - def launch_open_dialog(self): - working_directory = QDir.homePath() - fileName, selectedFilter = QFileDialog.getOpenFileName( - self, - _("Open"), - working_directory, - _("Databases (*.sqlite *.plume);;All files (*)"), - _(".sqlite")) - - if fileName is None: - return - if cfg.core.project.is_open() == True: - if self.launch_close_dialog() == QMessageBox.Cancel: - return - cfg.core.project.open(fileName) - - self.setWindowTitle("Plume Creator - " + fileName) - - def launch_close_dialog(self): - if cfg.core.project.is_open() == False: - return - - result = QMessageBox.question( - self, - _("Close the current project"), - _("The last changes are not yet saved. Do you really want to close the current project ?"), - QMessageBox.StandardButtons( - QMessageBox.Cancel | - QMessageBox.Discard | - QMessageBox.Save), - QMessageBox.Cancel) - - if result == QMessageBox.Cancel: - return QMessageBox.Cancel - elif result == QMessageBox.Discard: - cfg.core.project.close_project() - elif result == QMessageBox.Save: - cfg.core.project.save() - cfg.core.project.close_project() - - def launch_exit_dialog(self): - if cfg.core.project.is_open() == False: - QApplication.quit() - - result = self.launch_close_dialog() - if result == QMessageBox.Cancel: - return QMessageBox.Cancel - QApplication.quit() - - def set_project_is_saved(self): - self.ui.actionSave.setEnabled(False) - - def set_project_is_not_saved(self): - self.ui.actionSave.setEnabled(True) - - def _clear_project(self): - self.setWindowTitle("Plume Creator") - self._enable_actions(False) - - def _enable_actions(self, value=True): - self.ui.actionSave_as.setEnabled(value) - self.ui.actionSave.setEnabled(value) - self.ui.actionClose_project.setEnabled(value) - self.ui.actionImport.setEnabled(value) - self.ui.actionExport.setEnabled(value) - self.ui.actionPrint.setEnabled(value) - - def closeEvent(self, event): - result = self.launch_exit_dialog() - if result == QMessageBox.Cancel: - event.ignore() - else: - event.accept() - -from PyQt5.QtWidgets import QStackedWidget -from .window_system import WindowSystemParentWidget - - -class SubWindowStack(QStackedWidget, WindowSystemParentWidget): - - ''' - classdocs - ''' - - def __init__(self, parent=None): - ''' - Constructor - ''' - super(SubWindowStack, self).__init__(parent) - - def attach_sub_window(self, sub_window): - WindowSystemParentWidget.attach_sub_window(self, sub_window) - self.addWidget(sub_window) - - def detach_sub_window(self, sub_window): - WindowSystemParentWidget.detach_sub_window(self, sub_window) - - def set_sub_window_visible(self, sub_window): - WindowSystemParentWidget.set_sub_window_visible(self, sub_window) - if sub_window.isWindow(): - sub_window.setWindowState( - sub_window.windowState() & ~Qt.WindowMinimized | Qt.WindowActive) - sub_window.activateWindow() - else: - self.setCurrentWidget(sub_window) - - -from .window_system import WindowSystemActionHandler -from PyQt5.QtWidgets import QToolButton, QMenu, QSizePolicy -from PyQt5.QtCore import QSize -from .side_bar_ui import Ui_SideBar - - -class SideBar(QWidget, WindowSystemActionHandler): - - # detach_signal = QtCore.pyqtSignal(QMainWindow) - - def __init__(self, parent=None): - super(SideBar, self).__init__(parent) - self.ui = Ui_SideBar() - self.ui.setupUi(self) - - self.side_bar_button_list = [] - - @pyqtSlot() - def onDetachClicked(self): - ''' - Must only be used as a slot for Qt signals ! - ''' - self.detach_sub_window() - for button in self.side_bar_button_list: - if button.property("sub_window_object_name") != self.sender().property("sub_window_object_name"): - button.click() - break - - @pyqtSlot() - def onAttachClicked(self): - ''' - Must only be used as a slot for Qt signals ! - ''' - self.attach_sub_window() - for button in self.side_bar_button_list: - if button.property("sub_window_object_name") == self.sender().property("sub_window_object_name"): - button.click() - - @pyqtSlot(bool) - def action_toggled_slot(self, value): - ''' - Must only be used as a slot for Qt signals ! - ''' - if value is True: - self.set_sub_window_visible() -# for button in self.side_bar_button_list: -# if button.property("sub_window_object_name") != self.sender().property("sub_window_object_name"): -# button.setChecked(True) -# break - - @pyqtSlot() - def set_sub_window_visible(self): - ''' - Must only be used as a slot for Qt signals ! - ''' - sub_window = self.get_sub_window_linked_to_action(self.sender()) - self.window_system_controller.window_system_parent_widget.set_sub_window_visible( - sub_window) - - def clear(self): - for button in self.side_bar_button_list: - self.side_bar_button_list.remove(button) - button.deleteLater() - del button - self.side_bar_button_list = [] - - def update_from_window_system_ctrl(self): - - class SideBarButton(QToolButton): - - def __init__(self, parent, action): - super(SideBarButton, self).__init__(parent) - self.setCheckable(True) - self.setDefaultAction(action) - self._prop = action.property("sub_window_object_name") - self.setProperty("sub_window_object_name", self._prop) - - def contextMenuEvent(self, event): - menu = QMenu(self) - attachAction = menu.addAction("Attach") - attachAction.setProperty("sub_window_object_name", self._prop) - attachAction.triggered.connect(self.parent().onAttachClicked) - detachAction = menu.addAction("Detach") - detachAction.setProperty("sub_window_object_name", self._prop) - detachAction.triggered.connect(self.parent().onDetachClicked) - menu.exec_(self.mapToGlobal(event.pos())) - - return QToolButton.contextMenuEvent(self, event) - - WindowSystemActionHandler.update_from_window_system_ctrl(self) - self.clear() - - for action in self._sub_window_action_list: - action.setCheckable(True) - action.toggled.connect(self.action_toggled_slot) - - button = SideBarButton(self, action) - button.setIconSize(QSize(48, 48)) - self.side_bar_button_list.append(button) - self.ui.actionLayout.addWidget(button) - self.side_bar_button_list.append(button) diff --git a/src/plume/gui/main_window.ui b/src/plume/gui/main_window.ui deleted file mode 100644 index bc68842a4..000000000 --- a/src/plume/gui/main_window.ui +++ /dev/null @@ -1,230 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 1197 - 766 - - - - Plume Creator - - - - pics/plume-creator.pngpics/plume-creator.png - - - - - - 0 - 0 - 1197 - 25 - - - - - Project - - - - - - - - - - - - - - - - - - - - - - View - - - - - - - - Help - - - - - - - - - - - - toolBar - - - TopToolBarArea - - - false - - - - - - - - - Open test project - - - - - - pics/48x48/scribus.pngpics/48x48/scribus.png - - - Write - - - - - - pics/48x48/system-file-manager.pngpics/48x48/system-file-manager.png - - - Binder - - - - - - pics/16x16/application-exit.pngpics/16x16/application-exit.png - - - Exit - - - - - - pics/16x16/window-close.pngpics/16x16/window-close.png - - - Close project - - - - - - pics/16x16/document-import.pngpics/16x16/document-import.png - - - Import - - - - - - pics/16x16/document-export.pngpics/16x16/document-export.png - - - Export - - - - - - pics/16x16/document-save.pngpics/16x16/document-save.png - - - Save - - - - - - pics/16x16/document-save-as.pngpics/16x16/document-save-as.png - - - Save as - - - - - - pics/16x16/document-open.pngpics/16x16/document-open.png - - - Open - - - - - - pics/16x16/tools-wizard.pngpics/16x16/tools-wizard.png - - - New project - - - - - - pics/16x16/go-home.pngpics/16x16/go-home.png - - - Start window - - - - - - pics/16x16/help-about.pngpics/16x16/help-about.png - - - About Plume Creator - - - - - - pics/16x16/help-about.pngpics/16x16/help-about.png - - - About Qt - - - - - - pics/16x16/document-print.pngpics/16x16/document-print.png - - - Print - - - - - - pics/16x16/preferences-system.pngpics/16x16/preferences-system.png - - - Preferences - - - - - - diff --git a/src/plume/gui/main_window_ui.py b/src/plume/gui/main_window_ui.py deleted file mode 100644 index 677374c7d..000000000 --- a/src/plume/gui/main_window_ui.py +++ /dev/null @@ -1,168 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/main_window.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_MainWindow(object): - def setupUi(self, MainWindow): - MainWindow.setObjectName("MainWindow") - MainWindow.resize(1197, 766) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/plume-creator.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - MainWindow.setWindowIcon(icon) - self.centralwidget = QtWidgets.QWidget(MainWindow) - self.centralwidget.setObjectName("centralwidget") - MainWindow.setCentralWidget(self.centralwidget) - self.menubar = QtWidgets.QMenuBar(MainWindow) - self.menubar.setGeometry(QtCore.QRect(0, 0, 1197, 25)) - self.menubar.setObjectName("menubar") - self.menuProject = QtWidgets.QMenu(self.menubar) - self.menuProject.setObjectName("menuProject") - self.menuView = QtWidgets.QMenu(self.menubar) - self.menuView.setObjectName("menuView") - self.menuHelp = QtWidgets.QMenu(self.menubar) - self.menuHelp.setObjectName("menuHelp") - MainWindow.setMenuBar(self.menubar) - self.statusbar = QtWidgets.QStatusBar(MainWindow) - self.statusbar.setObjectName("statusbar") - MainWindow.setStatusBar(self.statusbar) - self.toolBar = QtWidgets.QToolBar(MainWindow) - self.toolBar.setObjectName("toolBar") - MainWindow.addToolBar(QtCore.Qt.TopToolBarArea, self.toolBar) - self.actionOpen_test_project = QtWidgets.QAction(MainWindow) - self.actionOpen_test_project.setObjectName("actionOpen_test_project") - self.actionWrite = QtWidgets.QAction(MainWindow) - icon1 = QtGui.QIcon() - icon1.addPixmap(QtGui.QPixmap(":/pics/48x48/scribus.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionWrite.setIcon(icon1) - self.actionWrite.setObjectName("actionWrite") - self.actionBinder = QtWidgets.QAction(MainWindow) - icon2 = QtGui.QIcon() - icon2.addPixmap(QtGui.QPixmap(":/pics/48x48/system-file-manager.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionBinder.setIcon(icon2) - self.actionBinder.setObjectName("actionBinder") - self.actionExit = QtWidgets.QAction(MainWindow) - icon3 = QtGui.QIcon() - icon3.addPixmap(QtGui.QPixmap(":/pics/16x16/application-exit.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionExit.setIcon(icon3) - self.actionExit.setObjectName("actionExit") - self.actionClose_project = QtWidgets.QAction(MainWindow) - icon4 = QtGui.QIcon() - icon4.addPixmap(QtGui.QPixmap(":/pics/16x16/window-close.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionClose_project.setIcon(icon4) - self.actionClose_project.setObjectName("actionClose_project") - self.actionImport = QtWidgets.QAction(MainWindow) - icon5 = QtGui.QIcon() - icon5.addPixmap(QtGui.QPixmap(":/pics/16x16/document-import.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionImport.setIcon(icon5) - self.actionImport.setObjectName("actionImport") - self.actionExport = QtWidgets.QAction(MainWindow) - icon6 = QtGui.QIcon() - icon6.addPixmap(QtGui.QPixmap(":/pics/16x16/document-export.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionExport.setIcon(icon6) - self.actionExport.setObjectName("actionExport") - self.actionSave = QtWidgets.QAction(MainWindow) - icon7 = QtGui.QIcon() - icon7.addPixmap(QtGui.QPixmap(":/pics/16x16/document-save.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionSave.setIcon(icon7) - self.actionSave.setObjectName("actionSave") - self.actionSave_as = QtWidgets.QAction(MainWindow) - icon8 = QtGui.QIcon() - icon8.addPixmap(QtGui.QPixmap(":/pics/16x16/document-save-as.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionSave_as.setIcon(icon8) - self.actionSave_as.setObjectName("actionSave_as") - self.actionOpen = QtWidgets.QAction(MainWindow) - icon9 = QtGui.QIcon() - icon9.addPixmap(QtGui.QPixmap(":/pics/16x16/document-open.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionOpen.setIcon(icon9) - self.actionOpen.setObjectName("actionOpen") - self.actionNew_project = QtWidgets.QAction(MainWindow) - icon10 = QtGui.QIcon() - icon10.addPixmap(QtGui.QPixmap(":/pics/16x16/tools-wizard.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionNew_project.setIcon(icon10) - self.actionNew_project.setObjectName("actionNew_project") - self.actionStart_window = QtWidgets.QAction(MainWindow) - icon11 = QtGui.QIcon() - icon11.addPixmap(QtGui.QPixmap(":/pics/16x16/go-home.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionStart_window.setIcon(icon11) - self.actionStart_window.setObjectName("actionStart_window") - self.actionAbout_Plume_Creator = QtWidgets.QAction(MainWindow) - icon12 = QtGui.QIcon() - icon12.addPixmap(QtGui.QPixmap(":/pics/16x16/help-about.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionAbout_Plume_Creator.setIcon(icon12) - self.actionAbout_Plume_Creator.setObjectName("actionAbout_Plume_Creator") - self.actionAbout_Qt = QtWidgets.QAction(MainWindow) - self.actionAbout_Qt.setIcon(icon12) - self.actionAbout_Qt.setObjectName("actionAbout_Qt") - self.actionPrint = QtWidgets.QAction(MainWindow) - icon13 = QtGui.QIcon() - icon13.addPixmap(QtGui.QPixmap(":/pics/16x16/document-print.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionPrint.setIcon(icon13) - self.actionPrint.setObjectName("actionPrint") - self.actionPreferences = QtWidgets.QAction(MainWindow) - icon14 = QtGui.QIcon() - icon14.addPixmap(QtGui.QPixmap(":/pics/16x16/preferences-system.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionPreferences.setIcon(icon14) - self.actionPreferences.setObjectName("actionPreferences") - self.menuProject.addAction(self.actionNew_project) - self.menuProject.addAction(self.actionStart_window) - self.menuProject.addAction(self.actionOpen_test_project) - self.menuProject.addAction(self.actionOpen) - self.menuProject.addSeparator() - self.menuProject.addAction(self.actionSave) - self.menuProject.addAction(self.actionSave_as) - self.menuProject.addSeparator() - self.menuProject.addAction(self.actionPreferences) - self.menuProject.addSeparator() - self.menuProject.addAction(self.actionPrint) - self.menuProject.addSeparator() - self.menuProject.addAction(self.actionExport) - self.menuProject.addAction(self.actionImport) - self.menuProject.addSeparator() - self.menuProject.addAction(self.actionClose_project) - self.menuProject.addAction(self.actionExit) - self.menuView.addAction(self.actionWrite) - self.menuView.addAction(self.actionBinder) - self.menuView.addSeparator() - self.menuHelp.addAction(self.actionAbout_Plume_Creator) - self.menuHelp.addAction(self.actionAbout_Qt) - self.menubar.addAction(self.menuProject.menuAction()) - self.menubar.addAction(self.menuView.menuAction()) - self.menubar.addAction(self.menuHelp.menuAction()) - self.toolBar.addAction(self.actionPreferences) - self.toolBar.addAction(self.actionStart_window) - self.toolBar.addAction(self.actionOpen_test_project) - self.toolBar.addAction(self.actionSave) - - self.retranslateUi(MainWindow) - QtCore.QMetaObject.connectSlotsByName(MainWindow) - - def retranslateUi(self, MainWindow): - - MainWindow.setWindowTitle(_("Plume Creator")) - self.menuProject.setTitle(_("Project")) - self.menuView.setTitle(_("View")) - self.menuHelp.setTitle(_("Help")) - self.toolBar.setWindowTitle(_("toolBar")) - self.actionOpen_test_project.setText(_("Open test project")) - self.actionWrite.setText(_("Write")) - self.actionBinder.setText(_("Binder")) - self.actionExit.setText(_("Exit")) - self.actionClose_project.setText(_("Close project")) - self.actionImport.setText(_("Import")) - self.actionExport.setText(_("Export")) - self.actionSave.setText(_("Save")) - self.actionSave_as.setText(_("Save as")) - self.actionOpen.setText(_("Open")) - self.actionNew_project.setText(_("New project")) - self.actionStart_window.setText(_("Start window")) - self.actionAbout_Plume_Creator.setText(_("About Plume Creator")) - self.actionAbout_Qt.setText(_("About Qt")) - self.actionPrint.setText(_("Print")) - self.actionPreferences.setText(_("Preferences")) - diff --git a/src/plume/gui/pics.qrc b/src/plume/gui/pics.qrc deleted file mode 100644 index 633ac1e01..000000000 --- a/src/plume/gui/pics.qrc +++ /dev/null @@ -1,127 +0,0 @@ - - - pics/parchemin_double.png - pics/plume-creator-splash.png - pics/plume-creator.png - pics/16x16/application-epub+zip.png - pics/16x16/application-exit.png - pics/16x16/applications-office.png - pics/16x16/applications-system.png - pics/16x16/archive-insert.png - pics/16x16/arrow-down.png - pics/16x16/arrow-up.png - pics/16x16/bookmarks-organize.png - pics/16x16/configure.png - pics/16x16/document-export.png - pics/16x16/document-import.png - pics/16x16/document-multiple.png - pics/16x16/document-new.png - pics/16x16/document-open.png - pics/16x16/document-print.png - pics/16x16/download.png - pics/16x16/edit-copy.png - pics/16x16/edit-cut.png - pics/16x16/edit-find-replace.png - pics/16x16/edit-paste.png - pics/16x16/edit-redo.png - pics/16x16/edit-rename.png - pics/16x16/edit-undo-32x32.png - pics/16x16/edit-undo.png - pics/16x16/eye_pencil.png - pics/16x16/folder-documents.png - pics/16x16/folder-new.png - pics/16x16/format-justify-center.png - pics/16x16/format-justify-fill.png - pics/16x16/format-justify-left.png - pics/16x16/format-justify-right.png - pics/16x16/format-text-bold.png - pics/16x16/format-text-italic.png - pics/16x16/go-home.png - pics/16x16/help-about.png - pics/16x16/im-status-message-edit-90.png - pics/16x16/im-status-message-edit.png - pics/16x16/insert-horizontal-rule.png - pics/16x16/knotes_delete.png - pics/16x16/layer-visible-on.png - pics/16x16/meeting-organizer-90.png - pics/16x16/meeting-organizer.png - pics/16x16/preferences-system-90.png - pics/16x16/preferences-system.png - pics/16x16/text-field.png - pics/16x16/tools-wizard.png - pics/16x16/view-fullscreen-90.png - pics/16x16/view-fullscreen.png - pics/16x16/view-list-tree-90.png - pics/16x16/view-list-tree.png - pics/16x16/view-pim-contacts.png - pics/16x16/view-pim-notes.png - pics/16x16/view-restore.png - pics/16x16/view-time-schedule-90.png - pics/16x16/view-time-schedule.png - pics/16x16/window-close.png - pics/16x16/zoom-previous-90.png - pics/16x16/zoom-previous.png - pics/32x32/arrow-left.png - pics/32x32/arrow-right-replace.png - pics/32x32/arrow-right.png - pics/32x32/dialog-ok-apply.png - pics/32x32/edit-rename.png - pics/32x32/go-down.png - pics/32x32/go-up.png - pics/32x32/list-add.png - pics/32x32/list-remove.png - pics/32x32/pin-off.png - pics/32x32/pin.png - pics/32x32/table.png - pics/32x32/tools-check-spelling.png - pics/32x32/view-refresh.png - pics/32x32/window-close.png - pics/32x32/zoom-in.png - pics/32x32/zoom-out.png - pics/48x48/gtk-cancel.png - pics/48x48/gtk-document-new.png - pics/48x48/gtk-edit.png - pics/48x48/gtk-go-next.png - pics/48x48/gtk-go-previous.png - pics/48x48/gtk-preferences.png - pics/16x16/tree/tree-act-expanded.png - pics/16x16/tree/tree-act.png - pics/16x16/tree/tree-book-expanded.png - pics/16x16/tree/tree-book.png - pics/16x16/tree/tree-chapter-expanded.png - pics/16x16/tree/tree-chapter.png - pics/16x16/tree/tree-scene.png - pics/16x16/tree/tree-trash.png - pics/16x16/document-print-direct.png - pics/16x16/document-properties.png - pics/16x16/document-save-all.png - pics/16x16/document-save-as.png - pics/16x16/document-save.png - pics/48x48/accessories-text-editor.png - pics/48x48/scribus.png - pics/48x48/system-file-manager.png - pics/48x48/format-fill-color.png - pics/48x48/preferences-plugin.png - pics/48x48/preferences-system-time.png - pics/48x48/story-editor.png - pics/48x48/tools-check-spelling.png - pics/48x48/tools-wizard.png - pics/32x32/document-print-direct.png - pics/32x32/edit-cut.png - pics/32x32/edit-find-replace.png - pics/32x32/edit-paste.png - pics/32x32/edit-redo.png - pics/32x32/edit-undo.png - pics/32x32/format-indent-less.png - pics/32x32/format-indent-more.png - pics/32x32/format-list-ordered.png - pics/32x32/format-list-unordered.png - pics/32x32/format-text-bold.png - pics/32x32/format-text-italic.png - pics/32x32/format-text-strikethrough.png - pics/32x32/format-text-underline.png - pics/32x32/insert-image.png - pics/32x32/insert-link.png - pics/32x32/edit-copy.png - - diff --git a/src/plume/gui/pics/16x16/application-epub+zip.png b/src/plume/gui/pics/16x16/application-epub+zip.png deleted file mode 100644 index 79b3b686e..000000000 Binary files a/src/plume/gui/pics/16x16/application-epub+zip.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/application-exit.png b/src/plume/gui/pics/16x16/application-exit.png deleted file mode 100644 index 4839c6142..000000000 Binary files a/src/plume/gui/pics/16x16/application-exit.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/applications-office.png b/src/plume/gui/pics/16x16/applications-office.png deleted file mode 100644 index c20b5e3ca..000000000 Binary files a/src/plume/gui/pics/16x16/applications-office.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/applications-system.png b/src/plume/gui/pics/16x16/applications-system.png deleted file mode 100644 index a39e89ef9..000000000 Binary files a/src/plume/gui/pics/16x16/applications-system.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/archive-insert.png b/src/plume/gui/pics/16x16/archive-insert.png deleted file mode 100644 index 193c25c0d..000000000 Binary files a/src/plume/gui/pics/16x16/archive-insert.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/arrow-down.png b/src/plume/gui/pics/16x16/arrow-down.png deleted file mode 100644 index 03f201428..000000000 Binary files a/src/plume/gui/pics/16x16/arrow-down.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/arrow-up.png b/src/plume/gui/pics/16x16/arrow-up.png deleted file mode 100644 index 5e423213f..000000000 Binary files a/src/plume/gui/pics/16x16/arrow-up.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/bookmarks-organize.png b/src/plume/gui/pics/16x16/bookmarks-organize.png deleted file mode 100644 index de36f1022..000000000 Binary files a/src/plume/gui/pics/16x16/bookmarks-organize.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/configure.png b/src/plume/gui/pics/16x16/configure.png deleted file mode 100644 index 5ce478b1a..000000000 Binary files a/src/plume/gui/pics/16x16/configure.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-export.png b/src/plume/gui/pics/16x16/document-export.png deleted file mode 100644 index a8f4825d1..000000000 Binary files a/src/plume/gui/pics/16x16/document-export.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-import.png b/src/plume/gui/pics/16x16/document-import.png deleted file mode 100644 index 5226cdd08..000000000 Binary files a/src/plume/gui/pics/16x16/document-import.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-multiple.png b/src/plume/gui/pics/16x16/document-multiple.png deleted file mode 100644 index 365619b35..000000000 Binary files a/src/plume/gui/pics/16x16/document-multiple.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-new.png b/src/plume/gui/pics/16x16/document-new.png deleted file mode 100644 index 8431237bd..000000000 Binary files a/src/plume/gui/pics/16x16/document-new.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-open.png b/src/plume/gui/pics/16x16/document-open.png deleted file mode 100644 index 2d83b2a11..000000000 Binary files a/src/plume/gui/pics/16x16/document-open.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-print-direct.png b/src/plume/gui/pics/16x16/document-print-direct.png deleted file mode 100644 index b1e437a87..000000000 Binary files a/src/plume/gui/pics/16x16/document-print-direct.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-print.png b/src/plume/gui/pics/16x16/document-print.png deleted file mode 100644 index d35eaeda9..000000000 Binary files a/src/plume/gui/pics/16x16/document-print.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-properties.png b/src/plume/gui/pics/16x16/document-properties.png deleted file mode 100644 index d79aa5151..000000000 Binary files a/src/plume/gui/pics/16x16/document-properties.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-save-all.png b/src/plume/gui/pics/16x16/document-save-all.png deleted file mode 100644 index 04ccba984..000000000 Binary files a/src/plume/gui/pics/16x16/document-save-all.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-save-as.png b/src/plume/gui/pics/16x16/document-save-as.png deleted file mode 100644 index 821ca125f..000000000 Binary files a/src/plume/gui/pics/16x16/document-save-as.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/document-save.png b/src/plume/gui/pics/16x16/document-save.png deleted file mode 100644 index 8072aea32..000000000 Binary files a/src/plume/gui/pics/16x16/document-save.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/download.png b/src/plume/gui/pics/16x16/download.png deleted file mode 100644 index 7165d1b3b..000000000 Binary files a/src/plume/gui/pics/16x16/download.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/edit-copy.png b/src/plume/gui/pics/16x16/edit-copy.png deleted file mode 100644 index 5cdeb5fc7..000000000 Binary files a/src/plume/gui/pics/16x16/edit-copy.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/edit-cut.png b/src/plume/gui/pics/16x16/edit-cut.png deleted file mode 100644 index f4a55e3d8..000000000 Binary files a/src/plume/gui/pics/16x16/edit-cut.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/edit-find-replace.png b/src/plume/gui/pics/16x16/edit-find-replace.png deleted file mode 100644 index 8a029c868..000000000 Binary files a/src/plume/gui/pics/16x16/edit-find-replace.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/edit-paste.png b/src/plume/gui/pics/16x16/edit-paste.png deleted file mode 100644 index 6545b56b9..000000000 Binary files a/src/plume/gui/pics/16x16/edit-paste.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/edit-redo.png b/src/plume/gui/pics/16x16/edit-redo.png deleted file mode 100644 index 9bfee2d1f..000000000 Binary files a/src/plume/gui/pics/16x16/edit-redo.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/edit-rename.png b/src/plume/gui/pics/16x16/edit-rename.png deleted file mode 100644 index 2323757e0..000000000 Binary files a/src/plume/gui/pics/16x16/edit-rename.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/edit-undo-32x32.png b/src/plume/gui/pics/16x16/edit-undo-32x32.png deleted file mode 100644 index c893a1a65..000000000 Binary files a/src/plume/gui/pics/16x16/edit-undo-32x32.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/edit-undo.png b/src/plume/gui/pics/16x16/edit-undo.png deleted file mode 100644 index 83e41dcf3..000000000 Binary files a/src/plume/gui/pics/16x16/edit-undo.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/eye_pencil.png b/src/plume/gui/pics/16x16/eye_pencil.png deleted file mode 100644 index 53562dba0..000000000 Binary files a/src/plume/gui/pics/16x16/eye_pencil.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/folder-documents.png b/src/plume/gui/pics/16x16/folder-documents.png deleted file mode 100644 index 3ea957f77..000000000 Binary files a/src/plume/gui/pics/16x16/folder-documents.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/folder-new.png b/src/plume/gui/pics/16x16/folder-new.png deleted file mode 100644 index ae2e0f86b..000000000 Binary files a/src/plume/gui/pics/16x16/folder-new.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/format-justify-center.png b/src/plume/gui/pics/16x16/format-justify-center.png deleted file mode 100644 index 2de15bf86..000000000 Binary files a/src/plume/gui/pics/16x16/format-justify-center.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/format-justify-fill.png b/src/plume/gui/pics/16x16/format-justify-fill.png deleted file mode 100644 index a7e111fe5..000000000 Binary files a/src/plume/gui/pics/16x16/format-justify-fill.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/format-justify-left.png b/src/plume/gui/pics/16x16/format-justify-left.png deleted file mode 100644 index 53d7d0996..000000000 Binary files a/src/plume/gui/pics/16x16/format-justify-left.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/format-justify-right.png b/src/plume/gui/pics/16x16/format-justify-right.png deleted file mode 100644 index 3ba7eaddb..000000000 Binary files a/src/plume/gui/pics/16x16/format-justify-right.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/format-text-bold.png b/src/plume/gui/pics/16x16/format-text-bold.png deleted file mode 100644 index 3abb164d1..000000000 Binary files a/src/plume/gui/pics/16x16/format-text-bold.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/format-text-italic.png b/src/plume/gui/pics/16x16/format-text-italic.png deleted file mode 100644 index 93ec082a8..000000000 Binary files a/src/plume/gui/pics/16x16/format-text-italic.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/go-home.png b/src/plume/gui/pics/16x16/go-home.png deleted file mode 100644 index 9ee717c8b..000000000 Binary files a/src/plume/gui/pics/16x16/go-home.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/help-about.png b/src/plume/gui/pics/16x16/help-about.png deleted file mode 100644 index cbabb0e54..000000000 Binary files a/src/plume/gui/pics/16x16/help-about.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/im-status-message-edit-90.png b/src/plume/gui/pics/16x16/im-status-message-edit-90.png deleted file mode 100644 index dc77e2ecc..000000000 Binary files a/src/plume/gui/pics/16x16/im-status-message-edit-90.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/im-status-message-edit.png b/src/plume/gui/pics/16x16/im-status-message-edit.png deleted file mode 100644 index c617f6f35..000000000 Binary files a/src/plume/gui/pics/16x16/im-status-message-edit.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/insert-horizontal-rule.png b/src/plume/gui/pics/16x16/insert-horizontal-rule.png deleted file mode 100644 index 9684d7b2b..000000000 Binary files a/src/plume/gui/pics/16x16/insert-horizontal-rule.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/knotes_delete.png b/src/plume/gui/pics/16x16/knotes_delete.png deleted file mode 100644 index 5fc18f059..000000000 Binary files a/src/plume/gui/pics/16x16/knotes_delete.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/layer-visible-on.png b/src/plume/gui/pics/16x16/layer-visible-on.png deleted file mode 100644 index ead7d9161..000000000 Binary files a/src/plume/gui/pics/16x16/layer-visible-on.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/meeting-organizer-90.png b/src/plume/gui/pics/16x16/meeting-organizer-90.png deleted file mode 100644 index 2cafb75e0..000000000 Binary files a/src/plume/gui/pics/16x16/meeting-organizer-90.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/meeting-organizer.png b/src/plume/gui/pics/16x16/meeting-organizer.png deleted file mode 100644 index fbe0849e8..000000000 Binary files a/src/plume/gui/pics/16x16/meeting-organizer.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/preferences-system-90.png b/src/plume/gui/pics/16x16/preferences-system-90.png deleted file mode 100644 index 8d9afcca9..000000000 Binary files a/src/plume/gui/pics/16x16/preferences-system-90.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/preferences-system.png b/src/plume/gui/pics/16x16/preferences-system.png deleted file mode 100644 index f2c7c0867..000000000 Binary files a/src/plume/gui/pics/16x16/preferences-system.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/text-field.png b/src/plume/gui/pics/16x16/text-field.png deleted file mode 100644 index 22e1383f5..000000000 Binary files a/src/plume/gui/pics/16x16/text-field.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tools-wizard.png b/src/plume/gui/pics/16x16/tools-wizard.png deleted file mode 100644 index f67fb4cfa..000000000 Binary files a/src/plume/gui/pics/16x16/tools-wizard.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tree/tree-act-expanded.png b/src/plume/gui/pics/16x16/tree/tree-act-expanded.png deleted file mode 100644 index 14b0bff7e..000000000 Binary files a/src/plume/gui/pics/16x16/tree/tree-act-expanded.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tree/tree-act.png b/src/plume/gui/pics/16x16/tree/tree-act.png deleted file mode 100644 index 1ddbab5d7..000000000 Binary files a/src/plume/gui/pics/16x16/tree/tree-act.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tree/tree-book-expanded.png b/src/plume/gui/pics/16x16/tree/tree-book-expanded.png deleted file mode 100644 index 7711a06e2..000000000 Binary files a/src/plume/gui/pics/16x16/tree/tree-book-expanded.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tree/tree-book.png b/src/plume/gui/pics/16x16/tree/tree-book.png deleted file mode 100644 index 9b0218819..000000000 Binary files a/src/plume/gui/pics/16x16/tree/tree-book.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tree/tree-chapter-expanded.png b/src/plume/gui/pics/16x16/tree/tree-chapter-expanded.png deleted file mode 100644 index f4b0cbca3..000000000 Binary files a/src/plume/gui/pics/16x16/tree/tree-chapter-expanded.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tree/tree-chapter.png b/src/plume/gui/pics/16x16/tree/tree-chapter.png deleted file mode 100644 index 260a45963..000000000 Binary files a/src/plume/gui/pics/16x16/tree/tree-chapter.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tree/tree-scene.png b/src/plume/gui/pics/16x16/tree/tree-scene.png deleted file mode 100644 index f68212c57..000000000 Binary files a/src/plume/gui/pics/16x16/tree/tree-scene.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/tree/tree-trash.png b/src/plume/gui/pics/16x16/tree/tree-trash.png deleted file mode 100644 index 0b6199aad..000000000 Binary files a/src/plume/gui/pics/16x16/tree/tree-trash.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-fullscreen-90.png b/src/plume/gui/pics/16x16/view-fullscreen-90.png deleted file mode 100644 index 2d5da6f19..000000000 Binary files a/src/plume/gui/pics/16x16/view-fullscreen-90.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-fullscreen.png b/src/plume/gui/pics/16x16/view-fullscreen.png deleted file mode 100644 index d41fc7e13..000000000 Binary files a/src/plume/gui/pics/16x16/view-fullscreen.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-list-tree-90.png b/src/plume/gui/pics/16x16/view-list-tree-90.png deleted file mode 100644 index 293278b87..000000000 Binary files a/src/plume/gui/pics/16x16/view-list-tree-90.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-list-tree.png b/src/plume/gui/pics/16x16/view-list-tree.png deleted file mode 100644 index 0f8264c78..000000000 Binary files a/src/plume/gui/pics/16x16/view-list-tree.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-pim-contacts.png b/src/plume/gui/pics/16x16/view-pim-contacts.png deleted file mode 100644 index 4f468699e..000000000 Binary files a/src/plume/gui/pics/16x16/view-pim-contacts.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-pim-notes.png b/src/plume/gui/pics/16x16/view-pim-notes.png deleted file mode 100644 index 806cad667..000000000 Binary files a/src/plume/gui/pics/16x16/view-pim-notes.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-restore.png b/src/plume/gui/pics/16x16/view-restore.png deleted file mode 100644 index 7726c3546..000000000 Binary files a/src/plume/gui/pics/16x16/view-restore.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-time-schedule-90.png b/src/plume/gui/pics/16x16/view-time-schedule-90.png deleted file mode 100644 index d1d86bfe1..000000000 Binary files a/src/plume/gui/pics/16x16/view-time-schedule-90.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/view-time-schedule.png b/src/plume/gui/pics/16x16/view-time-schedule.png deleted file mode 100644 index 34f79290c..000000000 Binary files a/src/plume/gui/pics/16x16/view-time-schedule.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/window-close.png b/src/plume/gui/pics/16x16/window-close.png deleted file mode 100644 index 2c2f99eb4..000000000 Binary files a/src/plume/gui/pics/16x16/window-close.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/zoom-previous-90.png b/src/plume/gui/pics/16x16/zoom-previous-90.png deleted file mode 100644 index 96e2f4684..000000000 Binary files a/src/plume/gui/pics/16x16/zoom-previous-90.png and /dev/null differ diff --git a/src/plume/gui/pics/16x16/zoom-previous.png b/src/plume/gui/pics/16x16/zoom-previous.png deleted file mode 100644 index bb067362b..000000000 Binary files a/src/plume/gui/pics/16x16/zoom-previous.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/arrow-left.png b/src/plume/gui/pics/32x32/arrow-left.png deleted file mode 100644 index befac61d1..000000000 Binary files a/src/plume/gui/pics/32x32/arrow-left.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/arrow-right-replace.png b/src/plume/gui/pics/32x32/arrow-right-replace.png deleted file mode 100644 index bb3767b10..000000000 Binary files a/src/plume/gui/pics/32x32/arrow-right-replace.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/arrow-right.png b/src/plume/gui/pics/32x32/arrow-right.png deleted file mode 100644 index a8267ff09..000000000 Binary files a/src/plume/gui/pics/32x32/arrow-right.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/dialog-ok-apply.png b/src/plume/gui/pics/32x32/dialog-ok-apply.png deleted file mode 100644 index 1c6300082..000000000 Binary files a/src/plume/gui/pics/32x32/dialog-ok-apply.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/document-print-direct.png b/src/plume/gui/pics/32x32/document-print-direct.png deleted file mode 100644 index 37012a004..000000000 Binary files a/src/plume/gui/pics/32x32/document-print-direct.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/edit-copy.png b/src/plume/gui/pics/32x32/edit-copy.png deleted file mode 100644 index d4180c69c..000000000 Binary files a/src/plume/gui/pics/32x32/edit-copy.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/edit-cut.png b/src/plume/gui/pics/32x32/edit-cut.png deleted file mode 100644 index 073232808..000000000 Binary files a/src/plume/gui/pics/32x32/edit-cut.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/edit-find-replace.png b/src/plume/gui/pics/32x32/edit-find-replace.png deleted file mode 100644 index 30986523e..000000000 Binary files a/src/plume/gui/pics/32x32/edit-find-replace.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/edit-paste.png b/src/plume/gui/pics/32x32/edit-paste.png deleted file mode 100644 index 6788b022e..000000000 Binary files a/src/plume/gui/pics/32x32/edit-paste.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/edit-redo.png b/src/plume/gui/pics/32x32/edit-redo.png deleted file mode 100644 index d759f1367..000000000 Binary files a/src/plume/gui/pics/32x32/edit-redo.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/edit-rename.png b/src/plume/gui/pics/32x32/edit-rename.png deleted file mode 100644 index 9ba001bba..000000000 Binary files a/src/plume/gui/pics/32x32/edit-rename.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/edit-undo.png b/src/plume/gui/pics/32x32/edit-undo.png deleted file mode 100644 index c893a1a65..000000000 Binary files a/src/plume/gui/pics/32x32/edit-undo.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/format-indent-less.png b/src/plume/gui/pics/32x32/format-indent-less.png deleted file mode 100644 index a6f885930..000000000 Binary files a/src/plume/gui/pics/32x32/format-indent-less.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/format-indent-more.png b/src/plume/gui/pics/32x32/format-indent-more.png deleted file mode 100644 index 147892d62..000000000 Binary files a/src/plume/gui/pics/32x32/format-indent-more.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/format-list-ordered.png b/src/plume/gui/pics/32x32/format-list-ordered.png deleted file mode 100644 index 1d3d42757..000000000 Binary files a/src/plume/gui/pics/32x32/format-list-ordered.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/format-list-unordered.png b/src/plume/gui/pics/32x32/format-list-unordered.png deleted file mode 100644 index 09bca30f8..000000000 Binary files a/src/plume/gui/pics/32x32/format-list-unordered.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/format-text-bold.png b/src/plume/gui/pics/32x32/format-text-bold.png deleted file mode 100644 index 8949f44ac..000000000 Binary files a/src/plume/gui/pics/32x32/format-text-bold.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/format-text-italic.png b/src/plume/gui/pics/32x32/format-text-italic.png deleted file mode 100644 index b566b3478..000000000 Binary files a/src/plume/gui/pics/32x32/format-text-italic.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/format-text-strikethrough.png b/src/plume/gui/pics/32x32/format-text-strikethrough.png deleted file mode 100644 index d062ee7b3..000000000 Binary files a/src/plume/gui/pics/32x32/format-text-strikethrough.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/format-text-underline.png b/src/plume/gui/pics/32x32/format-text-underline.png deleted file mode 100644 index 7c8bd5b7f..000000000 Binary files a/src/plume/gui/pics/32x32/format-text-underline.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/go-down.png b/src/plume/gui/pics/32x32/go-down.png deleted file mode 100644 index b834f25a5..000000000 Binary files a/src/plume/gui/pics/32x32/go-down.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/go-up.png b/src/plume/gui/pics/32x32/go-up.png deleted file mode 100644 index 86d1f71a1..000000000 Binary files a/src/plume/gui/pics/32x32/go-up.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/insert-image.png b/src/plume/gui/pics/32x32/insert-image.png deleted file mode 100644 index e280e91ad..000000000 Binary files a/src/plume/gui/pics/32x32/insert-image.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/insert-link.png b/src/plume/gui/pics/32x32/insert-link.png deleted file mode 100644 index 1347a931a..000000000 Binary files a/src/plume/gui/pics/32x32/insert-link.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/list-add.png b/src/plume/gui/pics/32x32/list-add.png deleted file mode 100644 index 5724694a9..000000000 Binary files a/src/plume/gui/pics/32x32/list-add.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/list-remove.png b/src/plume/gui/pics/32x32/list-remove.png deleted file mode 100644 index 53506b02a..000000000 Binary files a/src/plume/gui/pics/32x32/list-remove.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/pin-off.png b/src/plume/gui/pics/32x32/pin-off.png deleted file mode 100644 index 45ba12eac..000000000 Binary files a/src/plume/gui/pics/32x32/pin-off.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/pin.png b/src/plume/gui/pics/32x32/pin.png deleted file mode 100644 index 727591d3e..000000000 Binary files a/src/plume/gui/pics/32x32/pin.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/table.png b/src/plume/gui/pics/32x32/table.png deleted file mode 100644 index 366dcd09d..000000000 Binary files a/src/plume/gui/pics/32x32/table.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/tools-check-spelling.png b/src/plume/gui/pics/32x32/tools-check-spelling.png deleted file mode 100644 index ced5f6106..000000000 Binary files a/src/plume/gui/pics/32x32/tools-check-spelling.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/view-refresh.png b/src/plume/gui/pics/32x32/view-refresh.png deleted file mode 100644 index afa2a9d77..000000000 Binary files a/src/plume/gui/pics/32x32/view-refresh.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/window-close.png b/src/plume/gui/pics/32x32/window-close.png deleted file mode 100644 index b049b6886..000000000 Binary files a/src/plume/gui/pics/32x32/window-close.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/zoom-in.png b/src/plume/gui/pics/32x32/zoom-in.png deleted file mode 100644 index d90f8094c..000000000 Binary files a/src/plume/gui/pics/32x32/zoom-in.png and /dev/null differ diff --git a/src/plume/gui/pics/32x32/zoom-out.png b/src/plume/gui/pics/32x32/zoom-out.png deleted file mode 100644 index e3eb0202c..000000000 Binary files a/src/plume/gui/pics/32x32/zoom-out.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/accessories-text-editor.png b/src/plume/gui/pics/48x48/accessories-text-editor.png deleted file mode 100644 index 71bf0187a..000000000 Binary files a/src/plume/gui/pics/48x48/accessories-text-editor.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/format-fill-color.png b/src/plume/gui/pics/48x48/format-fill-color.png deleted file mode 100644 index 39c6c674d..000000000 Binary files a/src/plume/gui/pics/48x48/format-fill-color.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/gtk-cancel.png b/src/plume/gui/pics/48x48/gtk-cancel.png deleted file mode 100644 index c67423126..000000000 Binary files a/src/plume/gui/pics/48x48/gtk-cancel.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/gtk-document-new.png b/src/plume/gui/pics/48x48/gtk-document-new.png deleted file mode 100644 index 48b67d2d9..000000000 Binary files a/src/plume/gui/pics/48x48/gtk-document-new.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/gtk-edit.png b/src/plume/gui/pics/48x48/gtk-edit.png deleted file mode 100644 index 109e97767..000000000 Binary files a/src/plume/gui/pics/48x48/gtk-edit.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/gtk-go-next.png b/src/plume/gui/pics/48x48/gtk-go-next.png deleted file mode 100644 index 42594a29b..000000000 Binary files a/src/plume/gui/pics/48x48/gtk-go-next.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/gtk-go-previous.png b/src/plume/gui/pics/48x48/gtk-go-previous.png deleted file mode 100644 index 85df42575..000000000 Binary files a/src/plume/gui/pics/48x48/gtk-go-previous.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/gtk-preferences.png b/src/plume/gui/pics/48x48/gtk-preferences.png deleted file mode 100644 index d930896ae..000000000 Binary files a/src/plume/gui/pics/48x48/gtk-preferences.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/preferences-plugin.png b/src/plume/gui/pics/48x48/preferences-plugin.png deleted file mode 100644 index 6b7c3d094..000000000 Binary files a/src/plume/gui/pics/48x48/preferences-plugin.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/preferences-system-time.png b/src/plume/gui/pics/48x48/preferences-system-time.png deleted file mode 100644 index 92f463d4c..000000000 Binary files a/src/plume/gui/pics/48x48/preferences-system-time.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/scribus.png b/src/plume/gui/pics/48x48/scribus.png deleted file mode 100644 index 680b1c748..000000000 Binary files a/src/plume/gui/pics/48x48/scribus.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/story-editor.png b/src/plume/gui/pics/48x48/story-editor.png deleted file mode 100644 index 18e300d2e..000000000 Binary files a/src/plume/gui/pics/48x48/story-editor.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/system-file-manager.png b/src/plume/gui/pics/48x48/system-file-manager.png deleted file mode 100644 index a742a7344..000000000 Binary files a/src/plume/gui/pics/48x48/system-file-manager.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/tools-check-spelling.png b/src/plume/gui/pics/48x48/tools-check-spelling.png deleted file mode 100644 index 17705d5e4..000000000 Binary files a/src/plume/gui/pics/48x48/tools-check-spelling.png and /dev/null differ diff --git a/src/plume/gui/pics/48x48/tools-wizard.png b/src/plume/gui/pics/48x48/tools-wizard.png deleted file mode 100644 index f8357194b..000000000 Binary files a/src/plume/gui/pics/48x48/tools-wizard.png and /dev/null differ diff --git a/src/plume/gui/pics/parchemin_double.png b/src/plume/gui/pics/parchemin_double.png deleted file mode 100644 index 1611c14db..000000000 Binary files a/src/plume/gui/pics/parchemin_double.png and /dev/null differ diff --git a/src/plume/gui/pics/plume-creator-splash.png b/src/plume/gui/pics/plume-creator-splash.png deleted file mode 100644 index 3918fae3c..000000000 Binary files a/src/plume/gui/pics/plume-creator-splash.png and /dev/null differ diff --git a/src/plume/gui/pics_rc.py b/src/plume/gui/pics_rc.py deleted file mode 100644 index d3cc120ef..000000000 --- a/src/plume/gui/pics_rc.py +++ /dev/null @@ -1,65156 +0,0 @@ -# -*- coding: utf-8 -*- - -# Resource object code -# -# Created by: The Resource Compiler for PyQt5 (Qt v5.4.1) -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore - -qt_resource_data = b"\ -\x00\x0b\x2f\x44\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x03\x56\x00\x00\x03\x5e\x08\x06\x00\x00\x00\x11\x0f\x9f\x06\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0f\xb0\x00\x00\x0c\x75\x01\ -\x5d\xb5\x01\xef\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x09\x0c\ -\x0a\x18\x18\x6f\x0b\x1e\x5c\x00\x00\x00\x24\x74\x45\x58\x74\x43\ -\x6f\x6d\x6d\x65\x6e\x74\x00\x4c\x45\x41\x44\x20\x54\x65\x63\x68\ -\x6e\x6f\x6c\x6f\x67\x69\x65\x73\x20\x49\x6e\x63\x2e\x20\x56\x31\ -\x2e\x30\x31\x7e\xd0\x83\x0d\x00\x00\x20\x00\x49\x44\x41\x54\x78\ -\xda\x84\xbd\x5b\xb2\x24\x49\xae\x24\xa6\x00\x2c\xb2\xea\xce\xe5\ -\x6a\xb9\x32\x2e\x83\xeb\xa0\xf0\x83\x5f\x24\x45\x86\x77\xba\xf2\ -\xb8\x1b\xc0\x0f\x3c\xcd\x3d\xb2\xa7\x5a\xb2\xeb\x91\x79\x22\xfc\ -\x61\x06\x03\x14\xaa\x0a\xfa\xdf\xff\xb7\xff\xd5\xf6\x36\x88\x10\ -\xfe\xeb\xff\xfa\x7f\x40\x44\xfe\x4b\x00\xfe\x2c\x6c\xfd\x8d\x5f\ -\xb2\xc0\xbc\x00\x00\x22\x02\x33\xf3\x3f\x03\xc1\xa6\x0b\x66\x06\ -\x00\x58\xc4\x00\x80\x0d\x03\x33\x83\x88\x70\xdf\x37\x98\x19\xc2\ -\x1f\x10\x11\xf2\x2f\x16\x40\x55\xb1\x55\xc1\xf1\xdf\x55\x15\xaa\ -\x0a\x52\xff\x3c\x32\xe0\xc2\x86\x80\x00\xf8\x9f\x31\x26\xb0\x08\ -\x84\x16\xd8\x18\x97\xfd\x8e\x6b\xce\x4f\x26\xa8\x19\x58\x08\xcc\ -\x8c\xeb\xde\xf9\x8d\x75\xcd\x4c\x7e\xfd\x46\x8a\x0d\xaa\xeb\x03\ -\x18\x7a\xdd\x50\xbd\xa1\x76\x83\x88\xa0\xaa\x80\x31\x00\xae\xfb\ -\x94\xf8\x6c\x33\xc2\x96\x1f\x90\x31\x3e\xf4\x81\x31\x41\x61\xd8\ -\xfb\x02\xcc\x40\x6a\xb8\x7f\x2e\xa8\xde\xe8\xbf\xb8\x9e\x1f\x00\ -\xec\x7d\xc5\xf5\x0b\xcc\x08\xd0\xfc\x3d\x05\x00\xdc\x6a\x60\x10\ -\xec\xde\xf5\x33\xf9\x8e\x8c\x09\xb7\x5e\xb0\xad\x50\x85\xdf\x87\ -\x48\x3c\x2f\xff\x9e\x4b\x7f\x03\x60\xb0\x01\xc4\x06\x8b\xcf\xc8\ -\x7b\xb9\xee\xdf\x20\x08\x16\xf5\x3b\x36\xf3\xef\x62\x01\x7e\xdb\ -\x06\x19\x00\x25\x98\x19\xe4\xb3\xea\x4e\xcc\x0c\xf7\xfd\x53\xef\ -\xda\xcc\xea\xfa\x99\x17\xb6\x29\x54\x7f\xe2\xba\x19\x9c\xd7\x45\ -\x7e\x0f\x22\x04\x90\xc0\x54\xb1\xb7\xbf\x27\x8d\x67\xc3\x44\x60\ -\x5a\xd8\xfa\xaf\x78\xe6\x1f\x98\x51\x5d\x9b\x19\x61\xb1\xc0\xf6\ -\x05\x66\x06\xd3\xaa\xe7\xe3\x7f\xce\xa0\x04\x00\x77\xfd\x77\x81\ -\x1c\x6b\xf0\xb6\x1b\x97\xc6\x7a\xb7\x78\x3b\xcc\x90\x45\xa0\x5c\ -\xbf\xa6\x58\xc4\xf1\xbe\xad\xaf\x35\xde\xc1\xa6\x1f\xb0\xf9\xfb\ -\x83\xf9\x1d\x9a\x19\x8c\xb4\xd6\x74\xae\xaf\x7e\x4e\x7e\x7d\x66\ -\x84\x0b\xff\x8c\xf7\x6f\x75\x0d\xbd\x3e\xe2\x5d\xc4\x7f\xcb\x6b\ -\xad\x9f\xb9\x77\x7c\x96\x41\x55\xc7\x67\x00\x4c\x84\xeb\x56\x30\ -\xaf\xfa\x39\xb3\x0d\x45\xff\x59\x22\x83\x88\x80\x99\x8f\x3d\x08\ -\xf8\x7a\xd1\xdd\xeb\x8d\x63\x3f\x10\x04\x60\xea\x77\x1e\xf7\x7c\ -\xe9\xae\xb5\x9d\x9f\x97\xef\x2b\xdf\x8b\x5f\x9c\xaf\x6f\x22\x02\ -\xdf\x5a\xfb\x2c\xdf\x41\xae\x5d\x01\xe1\xc7\x7e\xd7\x7f\x63\xc4\ -\x75\x58\xbe\x3f\x8d\x7d\xe2\xef\x87\xc5\x63\x8c\xa9\x42\xf5\x8e\ -\xe7\xb2\x01\x70\xec\x1b\x39\x9e\xa3\x99\x01\xec\xcf\xce\x76\xef\ -\x09\x1a\x7b\xc4\x6c\xd7\x75\xe7\x33\xce\x77\xc4\xcc\xb0\x5c\x3f\ -\xe4\x31\xaa\x9f\xab\x5f\xe7\xa5\x77\xc4\x53\xae\xf8\x94\x3f\xcb\ -\xcc\xd8\xd7\x05\x22\x1e\x9f\xbf\x8f\xf8\x70\xdd\xbf\xe3\x9e\x28\ -\xd6\x59\xff\x3c\x84\x71\xe9\x7f\xd5\xbd\x79\x9c\xea\xbd\x49\xb1\ -\x9f\x6c\xac\x0b\x8a\xb5\xc0\xf0\xfb\xdf\xea\x9f\x9f\xef\xb3\x62\ -\x4c\x3c\xe3\x6b\xdf\xc7\x7a\x3c\x9f\x8b\x81\x76\xdc\x2f\x04\xb4\ -\x3e\x10\x91\xb1\x8e\x6e\xa8\xaa\xaf\x2f\xf1\xdf\xcb\xbd\xef\xd7\ -\x20\xf8\x89\x75\x40\xe3\xb9\x57\x7c\x32\x02\xc3\xc6\x77\x1a\x28\ -\xde\x75\xae\xd9\x1b\x7e\xfe\xf8\x99\xc1\x7d\x46\xc4\x35\xff\xde\ -\x37\x3e\x2c\x58\x6b\xd5\xd9\xa5\xb9\x87\x15\xd0\xfc\xfe\x58\xdf\ -\xf9\xf9\x15\xdf\xec\x07\xba\x11\xe7\x80\x1d\xd7\x08\x78\xdc\x25\ -\x22\x80\x18\x42\x0c\x15\x82\x80\xa0\x71\x9f\x3f\xfb\xf2\xd8\x43\ -\x82\x5f\xbf\x7e\x41\x22\x4e\xdd\xfb\x07\xb7\xde\xf8\x47\x6f\x90\ -\xe1\x58\x13\xcc\x0c\x6c\x8d\xe5\xa2\xb9\x23\x40\xf3\xf9\xdf\xdb\ -\x9f\x2d\xfd\xc2\x7d\xdf\x30\xc5\x19\x87\xe3\xbc\xdb\x11\x1f\xf3\ -\xbf\xe7\xf5\xe7\x59\x7d\xe3\x1a\xf7\x14\xfb\x44\x0d\xa6\xf1\x0e\ -\x68\x1f\x67\x5f\x9e\x4b\x44\xfe\x9e\x7f\xf6\x3f\x60\xf6\x67\x3b\ -\x9f\x0d\x91\xc4\x77\x5e\xf1\x67\xe3\x1a\xd4\x3f\x3f\xcf\x67\x25\ -\xad\xdf\x83\x51\x9c\x5d\x80\xc5\xf7\x5c\x7a\xd5\x9a\xcf\x35\x50\ -\xf9\x47\xc4\x8d\xf9\xdc\xea\xfe\x77\x9f\x4f\x7e\x0e\x30\xcc\x36\ -\x44\x3d\xae\x65\x0c\xfb\xd9\x3f\x11\x4f\xd8\xe3\x23\x76\x9f\xb1\ -\xcc\x30\x6c\x30\x2d\x48\xac\x5f\x25\x1c\xeb\xd1\xcf\x95\xb9\x26\ -\x30\x9e\x41\xc6\x39\x39\xe2\xca\xf3\xcf\xcc\xb8\xa4\x84\xda\x37\ -\xd8\x8a\x8d\xc7\xf3\x67\xcf\x61\xf2\x3e\x99\x62\x1f\x8e\x38\x44\ -\x64\x30\xf8\x7f\xbf\xd5\xdf\x75\xee\x2f\x55\x85\x45\x36\x45\x44\ -\xb8\xee\x3b\x6f\xc8\x3f\x8f\x01\xa3\x5e\x4b\xb7\xf9\xfe\xd6\x0d\ -\x70\xac\xd3\xdc\xdf\xbe\x47\x47\xcc\xcc\x3d\x38\x62\xd4\x8f\x5d\ -\x20\x35\x50\xc4\xa6\xb9\xff\xcd\x0c\x37\x59\xc5\x9a\xcc\x1b\x8e\ -\xf8\xa8\x16\xf9\x8d\x7e\x79\x6e\x54\xe7\xe3\x3c\x73\xb0\x15\xf7\ -\xbe\xb0\xf7\x86\x6a\xe4\x9f\xf2\xc1\x5a\x3c\x7e\xee\x82\x19\xe1\ -\x47\x3d\x57\x15\x12\xb0\xf5\x7b\xdd\x11\x77\x36\xae\xd8\x67\x0c\ -\x52\xc3\xde\x7e\x1e\xf0\xf2\xb3\x66\xe5\x7e\xf0\xc0\x53\xd7\x96\ -\x4f\x79\x47\x9c\xe4\x88\xfb\xe0\x7c\x4e\x00\x83\xf0\x5f\xb8\x21\ -\x94\xf9\x2e\x77\xee\x0b\xf6\xf3\x56\x70\xac\xf7\xb9\x07\x0c\x00\ -\xab\xc7\xc4\x19\xbb\xf3\x1a\xcc\x28\xf6\x17\xb0\xd6\x02\x91\xd4\ -\x73\xf4\xf5\xa4\x50\xdb\x90\x78\xe6\x80\x9f\x67\xbe\xef\xfd\x6c\ -\xbd\xa0\x15\x3f\x51\xb1\x51\xeb\xfc\xc9\xfc\x83\x63\x0f\x10\x03\ -\xa6\x7d\x80\xfc\xd8\x6f\xff\x79\xfe\x80\xd4\xe0\xe9\xb4\xaf\x51\ -\x12\x86\xea\x4f\xc5\x2b\xbf\xef\x5f\xf1\xfc\x16\x8c\x00\xe8\x7e\ -\xed\x7f\xb5\x7b\xa6\xd3\x91\x0f\x19\x18\x80\x69\xe7\xc8\x1b\xc0\ -\x1d\xf9\x67\xe6\x0e\x33\xcf\x32\x33\x6c\x53\x40\x71\x3c\x57\xc0\ -\xe2\xbb\xfd\x1d\xce\x67\xef\xf7\xa0\x75\x4d\x1f\xf5\xf5\x61\x7f\ -\xfd\xc2\x75\x5d\xf8\x7c\x3e\xb8\xae\x0b\x0b\xb6\x40\x74\x03\xb6\ -\x70\xff\xfc\xd4\x87\x88\x78\x82\x02\xd6\x58\x64\x63\x61\xe7\xcb\ -\xa7\x8d\xcd\x5a\x49\xc4\x3d\x6e\xf8\x66\xdf\x78\x6c\x80\xa9\x41\ -\x47\x22\x46\x44\xd0\xdb\x7f\xdf\xd8\x1f\x40\x5e\xb0\xea\x1e\x07\ -\x6b\xfc\x9c\x2f\x33\x18\xc5\x3e\x36\x83\xa1\x03\xac\x1f\x96\x36\ -\x16\x94\x61\xab\x87\x48\x85\x1f\xd0\x40\x26\x9c\x0a\x30\x57\xe2\ -\x6b\x2c\xb5\x19\xcd\x36\xf6\xbe\xfd\xf3\x23\x00\x29\x22\xb1\xb2\ -\xb1\x78\x89\xa0\x7b\x63\x6f\x83\xc1\x13\x56\x8d\x17\x6c\x50\x0f\ -\x22\x5b\xa1\xfb\x3e\x92\xb4\x67\x22\x0a\xb5\x71\x20\x79\xa1\x66\ -\x94\xcf\x3a\x0a\x19\xf1\x8d\xa8\xec\xf7\xec\x49\x88\x01\x44\x30\ -\x03\x3e\x9f\xbf\xa0\xd2\x49\x32\x8f\x20\x4f\x10\x88\xfd\x1a\xef\ -\xcb\x93\x07\x4f\x6c\x51\x85\x72\x07\x7e\x89\x0d\xbb\x40\xec\x01\ -\xe7\x3f\xd8\x00\xe3\x4a\xce\x98\xb9\x8a\x1f\x33\xc2\x7f\xfe\xe7\ -\x7f\xd6\x33\xa1\x4a\xe8\xfa\x90\xbd\xf6\xcf\x71\xec\x64\x01\x94\ -\xc9\x26\x51\xbc\x67\x55\x98\x66\x40\x8a\x6b\x23\x06\xf8\x7f\xe9\ -\x6b\x8b\x00\x9b\x9f\xed\x05\x55\xbf\x13\xe6\x28\x6c\xe2\x73\x32\ -\x01\xec\xa0\xd3\xc9\xb9\xc6\xc1\xf3\xcf\xad\xf1\x5d\xa8\xcd\xb2\ -\xd6\x82\xc5\x33\xe2\x78\x3f\x3c\x82\xda\x0c\x4e\x7b\xff\xae\xcf\ -\x16\x50\x25\xe1\x4a\xb1\x2f\x22\xd9\x27\xe2\x63\x2d\x54\x12\x88\ -\x9f\xf3\xd0\x88\xe0\x5c\x09\x16\x70\xfc\xec\x79\x68\x03\x1a\x81\ -\x2d\x0b\x22\x83\x56\x51\x92\x07\x75\x26\x2d\x1e\x94\x76\xff\xd9\ -\x38\x48\x45\xba\xe8\xd3\x51\x94\xcc\x42\x3e\x8b\x99\x79\xad\xf9\ -\xf9\x79\x4f\x7f\x55\x51\x21\x28\xa4\x23\xf6\xd9\x4c\xfa\x3b\x01\ -\x20\xd0\xf6\xc4\xf2\xf8\xdc\x78\x87\x44\x84\xbf\xed\x86\x45\x62\ -\xc1\x38\x93\x7f\x2f\x8c\x66\x42\xc1\x47\xc2\xa5\xba\x1d\xe4\xc0\ -\x7c\xa6\x72\x16\xae\x59\xeb\xd5\xa1\x4a\x51\x8c\xe1\x28\xa6\xe6\ -\x2f\x8f\x8f\xfe\x39\x1f\xf9\x55\xc0\xd0\x5c\x77\x79\x70\x6e\xda\ -\x95\x64\x3e\x93\x67\x66\xee\xfb\x36\x86\xda\x8d\x7d\xdd\xc7\xb3\ -\x30\xd2\x78\x3e\x18\xc0\x8e\x1f\x74\xcc\x8c\x8d\xdf\x47\x21\xd2\ -\x09\x30\xaa\x10\xce\x58\xe3\x07\xa6\xf4\xf3\x1a\x07\xcf\x7c\x8e\ -\x66\x9d\xec\x6c\xd3\x2a\xe4\xcf\x84\x32\xde\xb5\x71\xbc\xb1\x2c\ -\x6e\xe5\x4c\x82\xb1\x41\x91\x78\x23\x80\x9b\xe3\xfd\x4b\x27\xc3\ -\xb3\xa0\xc9\x64\xd2\xd8\x8e\x24\x36\x93\xaf\x8c\x9b\x12\xcf\xdb\ -\x93\xa8\xb1\x8f\xe2\x73\x7f\xfd\xf5\x1f\x9e\x00\x89\x14\x58\x92\ -\xef\x71\xef\x0d\x8c\x77\x9d\x07\xef\xbc\xcf\xbd\xaf\x63\xbf\x3c\ -\x13\xe4\xdc\x67\xc6\x0e\x68\x6d\xca\xf3\xc9\xff\x5a\xff\xf1\x57\ -\xad\x97\xbf\xd6\x2f\x8f\x7f\x9c\xc5\xdd\x8d\xff\xfe\xcf\xff\x77\ -\x24\x26\x73\xdf\x0b\x08\xf8\x48\x00\x22\x06\x86\xd6\x3f\xd7\x3d\ -\x5c\x5a\xeb\xf6\x28\x4a\xc7\x59\xf8\x04\x0b\x0a\x38\x21\xc2\xe2\ -\x33\x61\x3d\x62\x9c\x79\xe1\x33\x81\x85\xce\x03\x62\x0f\x6d\xfd\ -\x9a\xd4\xf9\x1e\x13\x80\xee\xda\x1b\xcf\xb3\x90\x88\x40\x8b\x8e\ -\xf8\x79\x5c\x0b\x36\x7e\x02\x68\x60\xe6\x3a\xc7\xf2\xfa\x55\x15\ -\x1f\xa1\xda\x5f\xdf\xf6\xeb\xbe\x7e\x22\x6f\xc8\xc2\xdc\x73\x12\ -\x3f\x03\x08\x17\x2e\x60\xa3\x0a\x04\x8f\x73\x0a\x63\x39\x12\x76\ -\xe2\x06\x9f\x12\x3c\x86\x31\xd6\xd8\xef\x75\x5f\xec\x89\x71\xed\ -\x9f\xf9\x39\x8f\x38\xbe\xec\x2c\x46\x95\xfa\xda\xa1\x3b\xc0\xa3\ -\xf1\x4e\xc1\xb5\x67\xfc\xb3\xac\x12\xc3\x03\x74\x85\xd6\x3d\x0b\ -\x3a\x99\x57\x78\x9e\x90\x31\xe1\xc7\x0c\x3c\xbe\x23\x63\x7a\xae\ -\xeb\x04\xcb\xfc\x99\xf3\x03\x80\xbb\xeb\x59\x9e\x7f\x75\x91\xfb\ -\xb1\xbb\x8a\x05\x8c\x02\x40\xc9\x73\xbe\xeb\x11\xd7\x3d\x4e\x0c\ -\xa0\x8f\x1c\x68\xaf\xf7\x97\xe9\x5c\xad\x69\x1e\x40\x0d\xd5\xb5\ -\xde\xf7\x0f\xee\xfb\xc6\x5d\xc0\xab\x44\x71\xe1\xef\xc7\xf3\x0d\ -\x60\xe9\x0d\x89\xdf\xc7\xd6\xa3\xb0\x52\x55\x6c\x73\xe0\x97\xe0\ -\x45\x0f\xd3\x1e\xe0\xa7\x40\x16\x60\xdb\x3a\x5f\x89\xe2\x85\x13\ -\x3c\xa6\x2e\x42\x0b\x70\x5b\x5c\xe7\xe9\x5f\x46\x07\x60\x02\x89\ -\x77\x58\xf7\x65\xaf\x33\x6f\xee\xd1\x35\xe2\xc5\x3b\x3f\x60\x40\ -\x50\xc0\xf4\xf3\xe7\x13\x28\x99\xc0\x8a\x11\x41\x69\x03\x10\x30\ -\x0b\x3e\xe3\xdc\x4a\x10\xa9\xd6\xb9\x01\xfc\xf9\x04\x28\x11\xf1\ -\x91\xa2\x28\x89\x35\xf6\x17\x45\xfe\x03\x02\x84\x40\x9c\x20\x9a\ -\xe7\xb0\x6b\xad\x23\x7e\xf9\x7d\x33\x98\x18\x46\x0c\xa1\x5f\x05\ -\x50\x78\x23\xe6\x02\x99\x00\x18\xf9\x34\xa1\x9e\x27\x71\x67\x11\ -\x0b\x00\xc9\xaf\x63\xff\x64\x3e\x55\xf7\xa0\x06\x35\x7d\xe5\x76\ -\x59\x2f\x3c\x63\xdb\x86\xe7\x1c\x06\x40\x4d\x81\x6b\xe7\x6f\xe0\ -\xd7\xe7\x6f\xec\xbd\xf1\xeb\xf3\x37\xd6\xff\xfd\x7f\xfc\x9f\xf5\ -\x72\x44\xc4\xf1\x5f\xb2\xe3\x61\x1f\x9d\x1e\x90\x57\x79\xe3\x60\ -\x61\x62\xd8\x48\x88\x33\xa9\x50\x7b\x2f\x8a\xe7\xcb\x37\xf8\xc6\ -\xf7\xe7\xda\x2f\x9d\x33\x59\xb6\xc8\xd1\xc8\x11\x3b\xb2\x78\x88\ -\x51\xd0\x89\xf9\x4d\x9e\x78\xda\x38\x5f\x15\x91\xfc\xe9\x48\x2a\ -\xfc\x6a\x33\xe8\xb0\x01\xb0\x1d\x7d\x31\xad\x02\xc6\xb6\x46\xa1\ -\x43\xf0\x30\xec\xf7\xda\x15\xee\xee\x84\x4c\x37\x88\x19\x4c\x9e\ -\x0c\x19\x29\x0c\x37\x60\x1b\x4c\x56\xcf\x47\x30\x12\xcc\x65\x10\ -\xfe\xc4\x67\x29\x2c\x82\x70\x3e\x27\xcd\xa0\x0c\x83\xb1\x23\xf4\ -\x19\xa4\x12\x3d\x5b\xec\x57\x86\x91\x54\x27\xb2\x4b\x24\x60\xdc\ -\xb3\x8e\x8a\x05\x3b\x90\x69\xc7\xb5\xe3\xe7\x6e\x6c\x4b\x54\xcc\ -\x83\xf3\x62\xf1\xe4\x85\xbd\x90\xf3\x6e\x9e\x82\x49\xc0\xc2\xa0\ -\x42\x14\x57\xbd\x4f\xe0\x8e\x9f\xf7\x15\x97\x68\xaf\x07\xa4\x0b\ -\xc2\x0b\xc4\xfe\x1c\x13\xe9\xf2\xad\x92\xc1\x5f\xe3\x5d\x50\x47\ -\x51\x8b\xef\x0d\x44\xc1\x03\x29\x57\x30\x38\x0e\x2d\xb6\x78\x1e\ -\x06\x22\xc0\x62\xb3\xfa\xab\xa4\x58\x50\xfe\x39\xcb\xae\x7a\x0e\ -\x8b\x1c\xb9\x22\x58\x7c\x36\x20\x15\x84\x1d\xad\xa8\x82\x06\xbe\ -\x21\xc9\x2e\x74\x68\xa4\x4a\xb2\x57\x7c\xcf\x22\x3f\x80\x1f\xdb\ -\xa3\x76\xc9\xb6\x3b\xee\xe9\x4c\x38\x18\x0c\x8a\x4e\x58\xae\xbd\ -\x63\x0f\x15\x80\xb9\xb1\x75\x03\xe6\xc1\x3c\x8b\xcf\xc4\xdc\x96\ -\xfc\x8a\xee\x2c\x03\x04\x6c\xbd\x00\xdd\xc0\xdd\x09\x0b\xdb\xae\ -\x44\x95\x54\x41\x76\x3f\x02\x51\xaf\x17\x51\x07\x5a\x12\x31\x3b\ -\x0a\xdd\xfe\x81\xd1\x25\xa2\xd7\x67\x31\x73\x14\xe2\x8e\xa8\x39\ -\xee\xd1\x89\xab\x01\xb0\x3a\x50\xb4\x81\x14\x12\x7f\x0e\x55\xf0\ -\xa1\x41\x02\x22\xef\xc6\x44\x71\x4d\xb8\xc1\x64\xd0\x3d\xd0\x2d\ -\x23\xc0\x56\x14\x79\x7e\x4f\xbf\x32\xc8\xe6\xe7\x6c\x85\x9a\xfa\ -\x5e\x23\x03\x19\x41\x4d\xb1\xed\x02\x99\xfa\x2f\x10\xc4\x24\x3a\ -\xa0\xd9\xbd\x14\x4f\xa8\xcc\x1c\x1c\x88\x64\x40\x84\x41\x74\x1f\ -\xc9\x55\x75\x58\x99\xb1\x68\xac\x85\x7d\xc1\xe4\x06\xd1\xdd\xc9\ -\x2c\x69\x24\x45\xbb\xe2\x03\xd1\x02\x47\x07\x94\x99\x0a\xe1\xf6\ -\x78\xd1\xa0\x84\x27\x11\xd4\x05\x37\x0c\x44\xdb\x81\x0f\x8e\x84\ -\x46\x7f\x40\xf0\xcf\x9c\xa8\x6f\x26\x29\x34\x8a\x32\x8f\x2b\xfd\ -\x1d\xfe\xa0\x2f\x58\x76\x50\x79\x55\x61\x55\x87\x38\x01\xc2\x0c\ -\x5a\x12\xa0\x16\x8d\xfd\xeb\x31\xc2\x0b\x31\x54\x12\x61\x99\xdc\ -\x46\x22\x5c\x89\x80\x39\x33\x81\x79\xd7\x19\xc5\x2b\x8a\x6e\x76\ -\x70\x4d\xf5\x2e\x54\x1c\x00\x6c\xdf\x0e\x84\x41\xc0\xc6\xb0\x2a\ -\xee\x0c\x22\x81\xd0\x57\x87\xc7\x81\xb7\xbe\x06\xc2\x75\x75\x11\ -\xf6\x4c\x5e\xb3\x0b\xee\xe8\x6d\x24\x86\x66\x1e\x27\x63\x83\xde\ -\x3f\xff\xdd\xf7\x96\x2d\xdc\x74\x79\x9c\x34\x82\x6d\x4f\xfa\x7e\ -\xfd\x4a\xd0\x4a\xfd\xac\x5b\x84\x0f\x37\x98\x72\xdb\x0d\x8a\xf5\ -\x4f\x11\x23\x23\xed\x8b\x33\xf1\x77\x42\x11\x7d\xcf\x09\x3a\x82\ -\xf0\x59\xbf\x2a\x11\xac\xc2\x63\xdc\xcb\xfa\x25\xbd\x37\xa3\x01\ -\xa1\xea\xf7\xd0\xec\x00\x7d\x75\x69\x10\x9d\x9d\x04\x56\xe7\x33\ -\xf1\xed\x2d\x20\x52\x58\xed\x7f\x3b\x62\x44\x25\xf1\xaa\xb5\x17\ -\x41\xeb\x00\x57\x60\x86\xbf\x56\x76\xc0\xfd\x9d\xec\xbd\x8b\xdd\ -\x00\x81\xef\xaf\x91\x8f\xa8\xaa\x83\x39\xf1\x8b\x78\xc7\xd9\xe5\ -\xf7\xe1\x31\x3c\xe2\x10\x00\x36\x85\xb2\xc2\x76\x17\xad\x9e\x34\ -\x6a\x00\x02\x99\xdc\xfa\xbe\xcf\xe3\xe8\x03\x01\x28\x13\xff\x3e\ -\x60\x35\x13\xef\xec\x94\x7b\xa8\x03\x33\xc5\x73\x79\x14\xbf\x47\ -\x4e\xa4\xe0\x28\x26\xbc\x20\xd5\x91\xd1\xc4\xf3\x93\x0f\x98\xe3\ -\x1e\xc4\xef\xe1\x9d\x2c\xc3\x9f\xbd\x19\x60\xcb\x0b\x27\xb2\xde\ -\xcf\xa4\xb1\x4a\x14\x7f\xc5\x99\x9d\x7b\x30\x73\x30\xc4\xcf\x2f\ -\x0b\x30\xa9\x1e\x79\x03\x0f\x6a\x0a\x44\x47\xde\xd8\xc1\xe7\x02\ -\x95\x6c\xee\x07\xab\xfb\x64\x8e\xf3\x3a\xfe\xdb\x67\x50\x98\x98\ -\x18\x02\x05\x63\x83\x02\xcc\xce\xa2\xb8\x80\x21\x38\x50\x5f\x3f\ -\xc6\x7c\x16\x94\x66\xb0\xbd\x41\xfb\x06\xdb\x85\x85\x1b\x64\x02\ -\xc2\x06\xe9\xf6\x3c\x41\xa9\xf6\xd4\x2a\xa0\xcd\x9f\x7e\xe5\x75\ -\xea\x39\xd7\xb5\x77\x22\xe6\x9e\x0b\x46\x2c\x37\xbb\xc1\xb4\x00\ -\xeb\x64\x9e\x68\x01\x64\x90\xe8\xfa\x79\x7e\x09\x30\xdb\x81\x9b\ -\x12\x79\x37\xd2\xb6\xe2\x6f\xbb\x8e\x77\x97\x6f\x9b\x84\x41\x10\ -\x58\x5e\xf3\x00\x1d\x2c\x73\x12\xf6\xf7\x8b\x01\x80\x76\x47\x39\ -\xcf\x9b\x64\x6a\xd8\x97\x3d\x9c\x4d\x12\xf3\xfc\x00\x0a\x12\xe7\ -\x08\xec\x28\xc0\x01\xcf\x69\x99\xa2\xd3\x4b\x38\x0a\x6c\xc9\xab\ -\x26\x8d\x8f\xf2\x73\x06\xd6\x40\x0c\x13\x83\x68\x57\x37\x29\xf3\ -\x2d\xb2\xf8\x9e\xcc\x4b\x0b\x3c\x30\x48\xd4\x23\xc7\xbe\xc6\xf6\ -\x75\x89\x5d\x5d\x2a\x8b\x98\x91\x8c\x97\x8a\x81\x81\x0c\xb2\xfe\ -\xd4\xd9\xef\x00\x33\x0e\xf0\x8e\x70\x43\xe1\x67\xa7\x7f\x47\x9f\ -\x4d\xa0\x60\xe7\x04\xf8\x46\x6a\xaf\x1a\x66\xfd\xfd\x71\x50\x8f\ -\x37\x6e\x33\x30\x2b\x6e\x33\xac\xe8\xd2\x7b\x00\x60\xf6\x07\x65\ -\x4e\x19\x93\xe8\x4e\x54\xb7\x86\x25\xbe\x8c\x3d\x10\xc5\x01\x64\ -\x46\x00\x0b\x64\xa0\x19\x54\x94\x20\x54\x37\x65\xa2\x7e\x75\x61\ -\x4b\x2a\x90\x32\x11\x20\xf1\x1d\x89\x90\x1b\x1d\x38\x16\x65\x6e\ -\x1c\x88\x01\x5b\x22\x02\x8d\xd4\x6b\xd0\xc0\x92\x0e\xc3\x66\x80\ -\x08\x98\x9b\x32\x48\xe6\x2f\xd3\x1b\x44\x5e\xbd\x31\x9c\x5e\xe6\ -\xc1\x19\x5e\x64\x44\x82\x61\xe8\x6a\x56\x28\x3a\x25\x2c\x55\x30\ -\x08\xad\x28\x30\x37\xcc\xa2\xf2\x47\x74\xc7\xec\xb1\xa8\x8d\x1d\ -\x7d\xc4\x83\x5e\xf3\x2c\x3e\x29\x8a\x13\x8e\x32\x43\x81\xed\x9c\ -\xa5\x7a\x06\xd5\xd2\x8d\xeb\x53\xbb\x63\x81\x49\xbd\x03\x4d\x2a\ -\x49\x04\xc0\x68\x8c\x46\x60\xb2\x03\xc5\xf5\xcd\x14\xc5\xa4\x66\ -\x87\xaa\x0f\x00\x22\xf6\x8d\x4d\x1e\x9a\x17\x38\xb6\x02\x82\xd2\ -\x64\x75\xb8\x9f\x01\xaf\x91\xaf\x0e\x14\x74\x22\xc0\x64\xb1\xde\ -\x82\x12\x68\x16\x1d\xa3\x46\x18\xb2\xf1\x41\x99\x9c\x93\x04\x52\ -\xc4\xa3\x55\x1e\xc9\x2f\xc1\x9f\x47\x86\xab\x78\xff\x04\x2e\x5a\ -\x8f\x11\xaa\x4d\x6f\xf1\xac\x64\x74\x43\xcc\x36\x4c\xfb\x30\x3f\ -\x12\x08\x42\x04\x24\x3c\xee\xa3\xd1\x71\x27\x33\x7d\xad\xaa\xe2\ -\x99\xec\x51\x7c\xd0\x0b\x11\xcf\xe6\x0f\x25\xea\x3a\xd0\xf3\x44\ -\xba\x67\xb0\x34\x8a\xa2\x4f\x03\x8d\xe2\x01\x08\xcc\xeb\xe7\x08\ -\x32\xa4\xfd\x05\x44\x1e\x3c\xb5\x93\x29\xaf\x16\x1c\x58\x71\x24\ -\x6f\x57\x77\xc0\xf7\x1c\x0e\x7a\x1d\x06\xb6\x83\x06\x82\xc7\x77\ -\x47\x97\x92\x12\x9f\x12\x5f\xbf\x2f\x34\x5b\x02\x9c\xf9\x69\xaa\ -\x18\xc6\xb5\x66\x31\x15\x5d\x1a\x0a\x7a\x01\x57\x91\xe7\x6b\x72\ -\xf1\x44\xab\x09\x5c\x07\x2d\x79\x9b\x99\x9b\xfe\xe4\xeb\x21\x02\ -\xaa\xee\xa8\xf0\x62\xad\x18\x82\x96\x96\x00\x8f\x02\xca\xbe\xc7\ -\x00\x70\x06\xe1\xa4\xcf\x10\xc0\xd0\x02\x31\x26\xb5\x73\xef\x0d\ -\xe6\x0d\x52\x0e\x60\x27\x9e\x9f\xde\x60\xdd\xde\x7d\x4f\x14\x2d\ -\x13\xc5\x8c\xa9\xf0\x7b\xc6\x96\x00\xab\x09\xaa\x38\x3a\x36\x0c\ -\x82\x09\x15\x20\x46\xa6\xb1\xaf\x0c\x1a\xe0\x18\x9b\x77\xf4\x0d\ -\x1b\x30\x3f\x3c\x8e\x7d\x66\x83\xee\x16\x07\x4f\x76\xf2\xaa\xf3\ -\x1d\x09\x14\x2a\x9e\x88\xf7\x1d\x8c\x50\xa5\x85\x1a\x94\x6e\x2c\ -\x8d\x24\xd3\x06\xa0\x13\x34\x60\x1d\x05\x35\x0f\xaa\x86\x23\xfe\ -\xfb\x8c\x89\xe6\x67\x02\x9b\xa3\xcc\x1b\x57\x25\x5d\xb9\x2f\x9e\ -\x5d\x43\xa7\x74\x25\x68\xaf\x47\x27\xf6\xbe\xaf\x42\x4c\x5f\x74\ -\xb2\x78\x5f\xf3\xb3\xdf\x0c\x04\x8d\xeb\xa6\x63\x9f\xe6\x03\xfc\ -\xeb\xf3\x57\xc5\xab\xa3\x53\xc7\x0c\xb1\x85\xcb\xae\x48\x50\x0d\ -\x0a\x05\x6f\xad\xb8\x2c\x16\x7d\x0f\x9a\x27\x85\xd6\xbb\x31\x33\ -\x7c\xe4\x97\x5f\xe3\xa0\xdf\x4f\x74\x3c\xa9\xda\x06\x7e\x51\x86\ -\xcd\x0c\xf8\xb9\x4f\x84\xbb\xba\x3e\x77\x27\xc2\x36\x29\x48\xfb\ -\xa0\x0d\xea\x3e\x29\xea\x8e\x6c\x93\x17\xd1\xf5\xef\xa3\xf0\x99\ -\x8c\x8d\x4c\x20\xeb\x99\x18\x38\xe2\x4c\x15\x5e\x03\x4d\xf6\xa4\ -\x59\x1f\x9d\xab\x49\x21\xc6\xbb\xbb\x8c\x0d\x0b\x84\x9b\xa1\x03\ -\xbc\x45\xc4\x77\xcb\xbc\xb9\x3a\xac\x66\x00\x63\x39\x9a\x8d\xdb\ -\x63\x1f\x3d\xd6\x8e\x38\x40\xa3\xec\xfb\x9e\x2d\xce\x44\xf5\xcf\ -\xd8\xc6\x00\x4e\xb6\x44\x75\xf9\x06\xb5\x4f\xb3\xe3\x37\x3a\x31\ -\xa6\x3a\x80\xa6\x2a\x45\x8f\xf5\x99\xc9\x1f\xc7\xbd\xec\x60\x07\ -\xd4\xb9\xa0\x51\x6e\x27\x33\x27\xd8\x37\x6a\xea\x7b\x48\xfd\x39\ -\x92\x48\xe7\x18\xe6\x7f\xa6\x80\x94\xc9\x6c\x90\xa4\xc7\x77\x71\ -\xae\x91\x59\x64\x4c\x32\xca\x98\x0c\x18\x49\x7c\xe7\x8d\x4c\xf7\ -\x2b\xbe\x82\x63\xdf\xd0\x8b\xa2\x5a\x39\x4f\x9c\x9b\x05\x28\x06\ -\x16\x7a\xe4\x52\x04\x2f\x98\xc8\x63\xcf\xec\x92\x27\x53\xe2\xf3\ -\xf9\x9c\x34\x70\x66\xff\xbd\x60\x52\x99\xee\x00\x48\xa5\x9e\xf3\ -\x04\x50\x84\x16\x12\xd6\x30\xd3\x21\x97\xb8\x83\x31\xd2\x52\x8e\ -\x64\xa9\x74\x02\xbf\x61\x73\x4f\x51\x32\xe4\xa2\xa3\x25\x80\xde\ -\x0e\x78\x26\x75\x73\x32\x9b\x2c\x80\x32\x55\x3d\x29\x94\x6a\x8f\ -\x38\xad\x45\x75\xed\xf6\x82\xc0\xec\x76\x46\x01\x19\xcc\xd6\xc1\ -\x64\xa8\x70\x9a\x14\xf5\x64\x6b\x40\xbd\x11\x61\x1a\xf9\x9c\x37\ -\x1e\xd8\x9a\x2d\xe6\xeb\xf6\x8e\xee\x8d\x14\x98\xa2\x49\x7d\xb5\ -\xa4\xc0\xc6\x89\xa9\x11\x83\x0f\x10\x6b\xc6\x51\x73\x48\x81\xfc\ -\x8c\xf1\x22\x6b\x07\x93\x8d\x06\x45\x3e\x8a\x36\x38\xe3\xcc\x8c\ -\x20\x03\xe5\xb3\x01\x2e\x75\x17\x70\x8d\xfc\x68\xe6\x28\x19\x0b\ -\x51\xbf\xcc\xa2\xdb\x4c\x14\xc5\xa0\x9c\x60\xb6\x50\x51\x66\x9b\ -\xf1\x15\x35\x50\x76\xef\xc5\xff\xbe\x8e\xee\x51\xd2\x41\xb4\xf9\ -\xdc\x73\x33\x7b\x80\x8e\x56\x32\xdb\xc1\xc5\xd5\x44\x6a\xe3\x42\ -\x38\xda\x7c\x19\xa0\x9f\xd4\xa2\xe7\xbf\x17\x9d\x6c\xd0\x28\xa0\ -\xe6\x49\xf3\xb8\xb9\x23\x89\x0b\x14\xc9\x51\xdb\x7e\x68\x5a\x9a\ -\x19\x05\x58\xe2\x7a\x70\x24\x50\x8c\xd8\xe4\xb9\x58\x82\x22\xe8\ -\xfc\xeb\x2e\x26\x4d\xef\xe2\x5f\x23\x3a\x5b\x46\x41\x3d\x34\xc6\ -\x92\xd4\x2e\x04\x2a\xa4\x81\xe2\x20\x50\x2a\xcd\x82\x69\x17\x45\ -\x2a\x03\x01\x51\xeb\xb1\x4c\xb7\x57\xe2\x6a\x45\x6d\xa8\x45\x50\ -\x54\xbe\x40\x9c\x99\x20\x41\x74\xcc\x8e\x19\xe1\x76\x94\x3e\x93\ -\x9f\xf8\x3e\xe1\xb1\xd0\x62\xc1\x24\xed\xc7\x9f\xe7\x02\x60\x90\ -\x08\xa2\xab\x16\xbe\x6f\x34\xe1\xfb\x41\x8b\xba\xc1\x16\x09\x23\ -\x04\x1f\xb6\xa0\x49\x14\xce\xd1\x1d\x30\x26\x2c\x33\xa7\x37\x90\ -\x56\x50\x17\x03\xc4\xbc\xa2\xd7\x41\x05\x00\x14\x10\x3a\xda\xfe\ -\xc4\x5a\x1a\x94\x49\x03\x49\x04\xc6\x51\x8b\x2e\x1c\x0c\x56\x1d\ -\x42\x23\x40\x34\x02\x30\x4d\x64\x75\x47\x42\x08\xb0\xec\x17\x3d\ -\x89\xc7\x61\xc1\xca\xde\xe1\x31\x85\x50\x76\xf2\xba\x43\x76\x45\ -\xc7\x0b\x4f\xba\x63\x52\x05\x04\x45\x85\xc9\x83\x6f\x16\xd9\x9f\ -\x48\x3c\x54\xb5\xbb\x26\xf0\xe0\x92\x74\x03\xa2\xec\x91\x79\xc7\ -\x00\xb6\x4b\x83\xc1\xe2\xc8\x95\xa2\x51\x65\x41\x23\x94\x42\x3b\ -\x74\x35\xbb\xd0\xae\x0d\x85\x52\xa2\x80\x1b\x0c\x83\xc4\x21\xe6\ -\x38\xa6\x46\xa9\xbe\x41\x26\x60\x5a\x59\x7f\x40\xa3\x70\x50\x78\ -\xa2\xef\xc9\x8b\x1f\x92\xf5\x0e\x0e\x5a\xd2\xa9\xbb\xf2\xa7\xcb\ -\x5e\xd4\x00\xd8\x14\x14\x1f\xd3\x52\x57\x78\x07\x45\x8f\x43\x80\ -\x41\x5f\x39\xf6\xd0\xdf\x30\x29\xe2\x55\x1d\xa0\xc6\x16\xc5\x70\ -\x00\x11\xa5\x9b\xc0\x00\x34\x36\x96\xfd\x74\x6c\xc9\xce\xbb\xde\ -\x80\x5e\x45\x6b\x64\xf2\xd6\xf7\xab\x23\x8c\x0b\xa0\xbf\xa3\x53\ -\xcd\xf5\xcc\x99\x11\x9d\x76\x06\x8b\x16\xb8\x71\x50\x42\xe2\x49\ -\x50\x24\xbd\x08\xcd\xa7\xe1\xaa\x2e\x9d\x1f\x62\x3b\xa8\x6c\x56\ -\xa0\x88\x08\x20\x14\x20\x08\xfb\x7e\x24\xda\xd0\x40\x53\x9d\x2a\ -\x17\xf4\x29\x66\xec\xad\x58\xd1\xc9\xd4\x91\x14\x90\x19\x64\x79\ -\x4c\x61\x36\x18\xab\xbf\xeb\x01\x04\x90\xb5\xde\x23\xbb\x93\x27\ -\xad\x89\xab\x7b\xe8\x9d\xf5\x91\x68\xc7\x99\xc0\xec\x14\x1a\x82\ -\xc5\x81\x35\x68\x87\x7c\x1f\x54\x16\xe6\x5d\xdf\xe3\xe1\xe2\x3e\ -\xd6\xd3\x49\x35\xbb\x9b\x2e\xb8\xd5\xf7\x3d\x9f\x7f\xee\x9f\xeb\ -\xff\xf5\x04\x89\x5d\x23\xc3\x26\x87\xa6\xf0\xaf\x25\xa7\x2e\x8e\ -\xf9\xe0\x94\xc8\x8a\xe4\x92\xf5\xe8\x28\x67\x97\x08\xd8\xf8\x88\ -\x04\x00\x42\xb8\xcc\x63\xe8\xce\x8e\x10\x6f\x5c\x7b\xc3\xb6\xe1\ -\x56\x1a\xb4\x50\x4f\x1d\xff\xfe\xf5\x9f\xa0\x41\x47\x3c\x3b\x86\ -\x84\x9f\xdf\xff\xfd\xe8\x6c\x24\x3b\x62\xdf\xd9\xa5\xec\xe2\x8f\ -\x65\xe8\x68\xe2\x5a\x7f\x7d\xfe\xc3\x9f\xff\xa0\x54\x52\x16\xa0\ -\xaa\x10\xfa\x69\xea\x36\xcb\x8b\x72\x54\x1d\x96\x64\x69\xa0\xa9\ -\xa0\x04\x86\xad\x7d\xbc\x9f\xea\xca\xd6\x19\xa6\xd5\x7d\xf6\x9f\ -\x3f\x69\x51\xd7\xde\x0e\x9e\x86\x8e\x70\xcf\xef\x36\x83\x7c\x3e\ -\xfd\x99\xd1\xcd\x49\x90\xcb\xd8\xb5\x60\x67\xb7\xcc\xfc\x7c\xb6\ -\x40\xf4\xa9\x69\xab\x18\x71\x31\x7f\x2d\x30\x8c\xfc\x67\x8c\xf7\ -\xc8\x33\x0c\x22\x59\xc4\xee\x07\xd2\x0d\x67\x2a\x90\xef\x45\x4a\ -\x3a\x12\x25\xa0\xa8\xa5\x31\x99\x7b\x9d\xc1\x07\xbb\xc1\xcc\x29\ -\xfe\x9e\xfc\xc6\x19\xcd\x04\xe1\x51\x20\x8d\x6e\x9c\xc5\x7b\x2c\ -\x0a\x1c\xa7\xa6\x59\x21\xa5\x0b\x6a\xf0\xc7\x0b\xc0\xed\xd7\x67\ -\xe6\x5d\x22\x0e\xdd\xae\xd3\x74\x20\x71\xae\x88\x93\xe3\x1d\x54\ -\x24\x8f\xc7\x0a\x85\xc8\x2c\xee\xb4\xce\x58\x11\x47\x20\x35\x34\ -\xb2\x88\x8e\x55\xe7\x7f\xdd\xb9\x23\xeb\xe2\x90\xd8\x99\x31\xc2\ -\x83\x63\x14\x20\x31\x47\xfe\x55\x85\xbb\x2a\xf8\xf3\x29\xa0\xde\ -\x68\xac\xbf\x28\x34\xac\x58\x24\x57\x15\x08\x62\x06\x26\xc5\x12\ -\x03\x67\xfe\x53\x5d\x47\xc5\x0e\x3a\x3c\xa9\x82\xcd\xdb\x4b\x9c\ -\xfa\x73\x02\x04\x77\x51\x1f\xd7\x8a\x0e\xae\x76\x37\x12\xba\x23\ -\xae\x6d\xdc\x84\x2a\x80\xa4\x0a\x4f\x07\xc3\x38\xf2\x59\x55\x85\ -\xd2\x2e\x90\xc4\xf3\x1d\x34\x9b\x20\xa9\xd5\x48\xc0\x31\x29\xd6\ -\x1b\x2c\x83\x7a\x19\x80\x54\x75\x9b\xc1\xb8\xd7\xae\x7c\x2d\xcf\ -\xdb\xe3\xef\x1c\xf4\x44\xca\xce\x97\xd4\x33\x76\x49\xce\x1e\x80\ -\x8c\x36\x05\x3b\xce\x1e\x7f\xce\x0f\xa6\x42\x5c\xad\x98\xc1\xee\ -\x1f\x97\x69\x00\x9e\x1f\x51\xea\xf8\x75\x14\xbd\x7e\x76\x2e\x10\ -\x8c\x9b\x36\x58\xc5\x21\x5a\x73\x9d\x20\xaa\x11\x80\xed\x39\xae\ -\x9f\x85\x37\x78\x48\x5a\x5a\x14\xbf\x83\xc5\x15\xeb\x28\x3e\x27\ -\xe5\x4b\x8b\xe9\xa4\xf8\x25\x65\x30\xbb\xab\x76\x83\x33\xe7\x89\ -\x75\xcf\xc4\x7e\xa6\x46\x87\x7a\x02\xe3\x84\xf3\xdf\x75\xab\x17\ -\xe7\x64\x51\x04\xfb\x59\xb8\x0e\xc1\x2c\xc5\x42\xe4\x2c\x4c\x0c\ -\xb2\x3e\x5d\x5c\xb1\x55\x4b\xcd\x5f\x06\x07\x1f\x39\x3b\x38\xa3\ -\xd3\x92\x81\x71\x08\x86\xbf\x09\x38\x95\x80\x4f\x16\x4b\x85\xa6\ -\x51\xb5\xfa\xbb\x3d\x38\x90\xd2\x51\x88\x79\xcb\xd5\xbb\x47\x19\ -\xbc\x45\xbb\x03\x90\x68\x1b\x38\x2a\x7d\x0e\x91\x71\x1e\x3e\xa5\ -\x03\xa1\x93\xa3\x9f\x88\x47\x70\x40\x37\x5c\x33\xa5\xdb\x02\x91\ -\x73\x1a\x0e\x47\xb8\xe9\xc3\x60\x63\x57\x02\xc2\x81\xa4\x6b\xa0\ -\x66\xb9\xf7\x13\x65\x4b\x4e\x7f\x74\x2d\x94\xb1\x71\x57\xfb\xbc\ -\x36\x02\x85\x08\x3d\xa8\x4f\x89\xc6\x3b\x32\xb0\x41\x75\x10\x47\ -\x86\x63\x93\x77\xce\x23\xb0\xb4\x30\x9d\xea\xf9\xeb\x41\xab\xa2\ -\xea\x9a\x04\xa5\x4a\x09\xe0\x4e\xac\xef\xa4\x2c\x44\xd2\x66\xb7\ -\x53\xa1\xf6\xb6\x10\x3e\x6a\x75\x2a\xe8\x81\xc4\xe0\x81\x02\xa7\ -\xc8\xd3\x8a\x0a\xe2\x01\x6c\x8a\x69\xc9\x64\x04\x47\x1a\x1b\xdf\ -\x7f\xe6\xce\x6d\xa9\xfb\x40\x6b\x37\x0c\xa6\xde\xc1\xdc\x79\xb8\ -\xc5\x3d\x61\x74\x0e\xa9\x3e\x2f\xda\xda\x14\x5d\xc1\x43\x04\x1a\ -\x07\xf1\xa0\x1d\xa8\x7a\xdb\xbc\xe8\x0f\x43\x4b\xa4\xa4\x5e\x3c\ -\x90\x77\x62\x8e\xe7\x82\xa9\x21\xe4\x68\xd5\xd3\xd1\xf6\x9e\xc9\ -\xcd\xd6\xbb\x8a\x8a\xda\x47\x7a\x37\x6d\x52\xfd\xbd\x77\xa0\x88\ -\x7f\x0e\x1a\xa4\xef\x53\x6b\x24\x1d\x56\x94\xb6\x6e\x7f\xa3\x9e\ -\x67\x72\x99\x5b\x83\xa5\xf1\xd6\x4f\xc4\x1b\xaa\xd8\x7a\x97\x2e\ -\x8f\x26\xad\x65\x52\x73\x92\x76\x44\xfe\x1e\xbc\x1b\x98\x88\x93\ -\xe1\x2e\x0e\xff\x7d\x98\x7d\x64\x90\xfd\xf0\xa7\x74\x62\xa9\xd9\ -\xcc\x08\xa9\x4c\xd0\xfb\xae\xdf\x67\x71\x84\x90\xad\x35\x2c\xa6\ -\xfa\xd6\xf5\x04\x3d\xd3\xcc\x70\x5d\x57\x75\x76\x34\x38\xf6\x5b\ -\x77\x74\x69\x69\x50\xd4\xea\x2d\xc0\x2c\x69\x77\x41\xec\x35\xe7\ -\x83\x13\xd0\x9a\x33\x27\xd9\xe3\x8a\x75\x3f\x0d\x1f\xb2\x63\xb3\ -\xb7\xe2\x83\x55\xa0\x8b\xea\xed\x7b\x63\x5f\x81\xa2\xb5\xae\x91\ -\x44\x9c\xc2\xc2\xfe\xae\x6e\x38\x48\xe1\x22\xec\x8c\x9b\xf0\x4e\ -\x4e\x1c\x65\x6c\xe6\x89\x8d\x12\x2c\xe8\xa8\x14\x6c\x04\x0a\x61\ -\xae\xb2\x1f\x9e\xea\x84\x59\xdf\x8f\x0f\x03\x8b\x8c\xd3\x9a\x49\ -\x04\x08\x6c\x0a\x31\xc2\x92\xff\x56\xeb\xee\x86\xfa\x59\x4c\x8d\ -\x32\x9b\x5d\x51\xf0\x06\x68\x76\x9c\x03\xd7\xa0\x83\x9d\x45\xc1\ -\xd9\xd9\xd5\xaf\xc0\x9c\x77\xb4\x3a\x09\xaf\x83\x7a\x1c\xd0\xf2\ -\xd7\xdf\xcd\xbf\x17\x76\xa0\x8d\x38\xca\x02\xd7\xc0\x64\x57\xc4\ -\x9f\x4f\x76\x25\xf6\x60\x12\xc4\x6e\xcb\x33\x67\x20\x9e\xac\x8a\ -\x6d\xe4\x00\x90\xa2\xbb\x65\x09\x52\x7e\x16\x84\x7d\xff\xab\xba\ -\xc6\xd1\x81\x03\xf6\xd8\x80\xed\x31\xdd\x4e\xf3\x89\xad\x4e\x15\ -\x2a\xb3\x20\xed\x18\xca\x88\x73\x95\x09\x7a\xdd\x1d\xb7\xab\xeb\ -\x9c\x66\x05\xdc\x49\xe4\x28\x7e\x76\xe8\x98\x41\xc0\x8f\x6e\x67\ -\x72\x40\x9c\xd5\x90\xc9\x71\x44\x66\x56\x2d\xed\x5e\x16\x46\xc7\ -\x7b\x91\xf8\xb3\x4a\x27\x1a\x5e\x54\x1c\x3a\xba\x00\xf9\xac\x77\ -\x9c\x0f\xa5\x95\x7b\x48\x06\x72\x1d\xdc\xf7\xfd\xa2\x32\x3e\x7f\ -\x1d\x85\x7a\xc6\x28\x8a\x93\x25\x28\xbd\x99\x9c\x18\xbb\x26\x26\ -\xff\xc7\x83\x2d\x92\x74\xd0\xa7\xde\xec\xc9\x2a\xe9\x78\x92\x6c\ -\xbd\x61\x2c\x91\x1a\x13\xb8\x06\x41\x93\xc2\x19\xef\xff\xa9\xb3\ -\x26\x95\xb3\xb3\x65\xc9\xfc\xd8\x45\x5d\xaf\xa2\x3f\xb4\x52\xfe\ -\x8a\xa2\xf3\x6d\x78\x19\x6a\x98\xe5\x29\x03\x2c\xc3\xb1\xa7\x8e\ -\xce\xdf\x38\x3f\x72\xbd\x67\x2e\xc3\xb5\x47\xe9\xd5\xa9\x7d\xea\ -\x6c\x29\xf7\x44\x76\xcc\x60\xd8\x3b\x7e\x26\x75\x96\x93\xa6\x8a\ -\xcc\x05\xb8\x9e\x09\xc7\x63\x94\xfa\xde\x78\xd6\x7b\x03\xaa\x87\ -\xae\x79\xc6\x8b\x64\x84\x28\x9e\xeb\xa1\xd7\xd6\xa9\x6f\x8e\xce\ -\x7f\xfe\x22\x8a\xe2\x83\xdb\x44\x8d\xda\xac\x4c\x2d\x32\x0c\xb6\ -\x88\x6d\x61\x8a\xc5\x9e\x7b\xfa\xb9\x9d\xe6\x37\x52\xd4\x74\x9b\ -\x94\x4f\x8d\xb3\x84\x9b\xc1\x05\x35\xef\x56\x0a\x83\xd5\x81\xfa\ -\x21\x28\x38\x3a\x2f\x36\x9f\x49\x5c\x73\xea\x11\xbb\x03\xb6\x52\ -\x41\x37\xeb\x87\xaf\x39\xf7\xec\x8a\x79\xfe\xd9\xe7\x7a\x03\x67\ -\x9f\x38\xf7\x4e\x06\x41\x3d\xfb\x51\x60\x51\xc8\x79\x7c\xff\x24\ -\xb5\x37\xf2\x85\x2c\xca\x99\x5a\xae\x93\xe7\x2a\xc8\x59\x0c\xf0\ -\x0e\x27\x78\x34\x15\x92\xf3\x30\xe8\x79\x56\xec\xb7\x36\xc7\xe1\ -\x60\x0c\x3c\x8d\x8f\xb8\xde\x63\x03\x66\xfa\xd8\xdb\xf9\xac\x8b\ -\x01\xa6\x37\x8c\xbd\xaf\x5d\x60\x2c\x1e\xfa\x36\x3a\x8b\xdb\x64\ -\xb4\x38\x95\xdf\x25\x15\x7b\x6f\xac\x49\xd5\xca\x00\x3a\xc5\x84\ -\x4c\xd1\x01\x08\x83\x08\x7b\x38\x23\x25\xad\xcb\x26\x5d\x21\x5e\ -\xfc\x6c\xcd\xd5\x0d\x33\x9f\xce\x67\x12\x9c\x5b\xf8\x83\x9b\x15\ -\xba\x23\x4a\x74\x3c\x90\xbc\x36\x8b\x03\x04\x66\x03\xd5\x87\xbb\ -\xc8\xc0\x82\x63\xd9\xda\x16\x0e\x64\x6a\x26\x09\x6a\xe6\x48\xf0\ -\x77\xa6\x56\x21\x80\x40\xd3\x3c\x52\xd8\xdf\xe7\x6c\xb8\x49\x09\ -\x57\xb0\x2a\x21\x26\x0b\x68\x6b\x70\x6f\x9f\x3c\xf0\xa0\x59\x20\ -\x1c\x04\xb3\xab\xa6\x04\xb5\x8d\x84\xb0\x52\x83\xc1\x89\x14\x71\ -\x20\x1a\xea\x08\x76\x9a\x76\xf4\x3d\x93\x6b\x9f\x68\x52\x74\x32\ -\xa0\x05\xfd\x90\xb8\xde\x4d\x75\x80\x26\xdb\x26\xa9\x87\x44\x21\ -\xa6\xdc\x5e\x4c\x4a\x38\x0c\x11\xc3\x98\xb1\x55\xb1\xe4\x57\x21\ -\x82\x29\x74\xb6\xad\xc5\x2d\x8f\xa5\x19\xfa\x81\x5f\xbd\x1d\x53\ -\x07\xb1\x53\x13\xd1\x94\x97\xea\x50\xa9\x39\x4d\x9d\x71\x08\x94\ -\xbd\x13\x19\x9a\x90\x41\x75\xc8\x4d\xe7\x54\x0e\x4f\x26\x3d\x08\ -\xa1\x92\xef\x12\x48\x53\x23\xd3\xe5\x20\x87\xe8\x5c\xce\x80\x64\ -\xf4\x16\x87\x72\x17\xf7\xfc\x2b\xd0\x6b\xa5\x51\x50\x3a\x02\xe6\ -\xc1\x7a\x17\x1d\xf4\x49\xf3\x24\xf2\xe3\x8c\x47\x51\x35\x13\x47\ -\xef\x06\xdd\x15\x38\xbc\x5e\xf1\xc4\x37\xff\x9b\x70\xf3\xc2\x11\ -\xf5\x9d\x55\xd1\x4e\xe0\x25\xe5\xc0\xe6\x6b\x2f\x3a\xc8\xb4\x41\ -\xa4\x58\xdc\xae\x55\x89\x66\x30\xe3\x7b\x97\x99\x9c\xfa\x95\x82\ -\xd3\x15\x6d\xf6\x27\x45\xd2\xb4\x4d\x33\x98\x87\x5e\x8b\x97\x0b\ -\x88\xa5\x9f\x07\xdd\x11\x5b\xe0\x49\xa6\x0e\x1e\x7e\x0b\xc7\xed\ -\x10\x27\x3b\x6d\xca\xf7\x8b\x02\x20\xdd\xd1\xcd\xa1\xd8\x1f\x8e\ -\x4c\xf2\x38\x54\xd3\x19\xea\x49\x97\xba\xee\x4c\x48\xa7\xce\x4d\ -\xb0\xe2\xb9\x4e\xb7\xb3\x4a\x0e\x87\x33\xa0\x53\xee\xb4\x0e\xa1\ -\xd6\x99\xed\x10\x6f\xcf\xe4\xdc\x70\x17\x62\x1f\x02\xde\x14\x46\ -\x3b\xc3\xdf\xff\x04\x39\xe2\xea\x1a\x11\x5f\x4b\x2c\x5e\xdc\x31\ -\x53\x75\x5f\x13\xb9\x05\x04\x96\xd7\x0b\x39\x35\x2f\x44\x60\x31\ -\xb0\x38\xa5\x4b\xd3\xc8\x23\x3b\xdd\x81\xd4\x3e\x75\x32\xe9\x24\ -\x0a\x5a\xa5\x31\x4a\xc1\x7a\x31\x19\x40\xa7\xe1\x84\x6a\x53\xb0\ -\x53\xdc\x4c\x2b\x3a\x9e\xec\x34\xaf\xac\xd6\x92\xc2\x19\x5d\x81\ -\x4c\x80\xea\xbc\x4a\xf0\x82\x1b\x05\x6a\x07\x3e\xaa\x84\x53\x12\ -\x25\xd2\xa0\x07\x57\x82\x1b\xe7\xc4\xfe\x29\x6e\xbc\x6e\x01\xe4\ -\x72\xd4\x74\x98\xff\x64\x51\xb6\x13\x0d\x1a\x67\xd6\x4a\x7d\x2c\ -\x71\xd3\x99\xd2\x99\xca\x46\x22\x60\x7d\x16\x70\x50\x6c\xb2\xe3\ -\xcc\x41\x29\x4e\x30\xc3\x94\x0a\x9d\x66\x56\x08\x56\xad\xcf\x74\ -\x2c\x83\x29\x6e\xbd\xb1\xc3\x35\xab\x04\xfc\x5b\xcf\xf7\xb1\xff\ -\xc7\xf0\xeb\xf8\x1c\xb4\x41\x22\xc2\x5a\xbf\xbc\x18\xa3\xd9\x4d\ -\x98\x2c\x95\x15\xe0\xdd\xa9\x8d\xdb\xa0\x81\x82\x67\xe1\xf4\xa0\ -\x2a\x5b\x53\xbf\x69\xb0\x5a\x0e\x77\xc9\x79\xee\x0d\x0a\x16\x47\ -\x01\x77\xef\x7f\x40\x24\xd8\x01\x6e\xe0\xa0\xe4\x85\x06\x3a\xce\ -\x8f\x2a\xb8\x54\x4b\x76\x90\x94\x80\xbe\x26\x04\xfe\x9c\x3b\x4e\ -\xaa\x4b\x6a\x61\x10\x13\x9c\x94\x4a\xfa\x98\xe5\xd0\x77\x60\x24\ -\xb8\x79\x6e\x7f\xd3\x9c\x7a\xfd\xad\x75\xdd\x6c\x89\x70\x07\x50\ -\x85\x62\x1a\x23\xf8\x5e\xd5\x89\xee\xf3\x80\x5f\xae\x76\x33\x1d\ -\x49\x2a\xe5\x41\x9d\xd2\x69\xa0\x81\xa3\x8b\x6a\x65\xc8\xd3\xfb\ -\x6c\xde\xc7\x74\x3c\xcc\xf3\xaa\xa2\x16\x29\x3e\xcc\x0e\x44\xc6\ -\x3a\x86\xf1\x51\x98\xa9\x69\xdd\xd3\x33\x66\x1c\xce\xb4\xdc\xb4\ -\x33\x7b\x68\xed\xeb\x1d\xef\x7e\x3e\x29\xd3\x60\xb2\x23\x91\x4e\ -\xfd\x0e\x15\xca\x63\xc7\x3f\x27\x15\x9f\x70\xba\xd4\x32\x7b\x6e\ -\xb9\xb8\x0b\x9f\x8c\xbb\x69\xa4\xc2\xec\xf9\x21\x5b\x1c\xe9\xb1\ -\x46\x4d\x2d\x58\x2a\x0e\xcc\xd3\x60\xd0\xa0\xfe\x1e\x44\x76\xe2\ -\x38\x7b\xa4\x3b\x77\xa9\x99\x55\x2d\xaf\xbb\x8d\xbb\xdc\x27\x65\ -\xb0\x06\x50\x60\x5c\x82\xe5\xb1\x54\xec\xdd\x80\xa0\xb1\xff\x34\ -\x73\xb6\xb2\x54\xdc\xe3\xf9\x50\x5d\x1f\xc8\x8a\x81\x50\xa0\x51\ -\x30\x87\xaa\x61\x01\xaa\xb8\x40\x05\x23\xe5\x7e\xd7\x01\x6c\x65\ -\x47\xb4\x59\x0a\x2b\xa9\x80\x14\xc6\x30\x21\x8b\xa7\xd4\xe4\xef\ -\x76\x7d\xed\x7d\x94\x5a\xd9\x55\xee\xdc\x04\x0e\xcd\x98\xb3\xad\ -\x14\xe4\xec\xb0\x34\xc0\x1b\x3b\x1a\x96\x59\x25\x3d\xe4\x33\x27\ -\x28\x67\xa3\xc2\x25\x22\xd7\xbd\x3f\x00\x92\xbb\xd8\x30\xfd\xab\ -\x28\xb8\xea\x9a\xd7\x27\xd0\x62\xb9\x9d\xcd\x40\x41\x3b\x4d\x89\ -\x43\xfe\x5a\x22\xd2\xdd\x81\xc1\x67\x25\xb4\x30\xbc\x3e\x40\x29\ -\xd0\x07\x3e\xe8\x10\x4f\x8e\x30\xcf\xcd\x2e\x59\xd1\x85\x6e\x20\ -\x93\xed\xe0\xbb\xa6\xbb\xd5\xe1\xd6\xa4\x5a\x7a\x1d\x8e\xf6\xac\ -\x21\x3a\x1a\xd6\xbc\x79\x47\x0f\x93\x5b\x4a\x9d\xd0\x06\xd0\x61\ -\x70\xab\xec\x7b\xa2\x6c\x69\x41\x0c\x80\x97\x07\xdd\x29\x4c\x9e\ -\x8e\x56\x2c\x72\x78\xec\xf9\xe2\xfa\x1c\x9c\xcd\x4e\x84\x43\x5c\ -\x7e\x50\x1b\x0d\x2c\x2b\x68\x32\xf2\x58\x00\xed\x2e\xe3\x9a\x0b\ -\x0e\xb4\x5e\x46\x20\xb5\xd3\x85\x65\x5e\x5f\xba\x25\x51\xc6\xea\ -\x4c\xbc\xb8\x1c\x60\xd2\xfe\x3b\xdb\xd7\xdd\x2e\x1d\xce\x33\x7a\ -\x22\x3d\xe0\x28\x8a\x8b\xba\x15\x41\x23\x9d\x42\x83\x3b\x9f\xd7\ -\x42\xa1\xb3\xa9\x7b\xd3\x5d\xce\x8e\xb4\x3e\xd1\x49\x4a\x9d\x4e\ -\xd3\xa2\xbc\x83\x43\x4f\xd1\x51\x25\x4c\xf9\xef\x5c\x98\xcd\xf9\ -\xe7\xc9\xdc\x06\xb7\x5d\x04\xa9\xac\xb6\xc9\xb8\x8b\x35\x75\xeb\ -\x73\x4d\xfd\x1d\x91\xdb\x9a\x52\xbb\x24\x4d\x17\xaa\x2c\x5e\x12\ -\xe1\x5e\x12\xc9\xac\x76\x27\xcc\x0f\xea\x7e\x8f\xbd\x11\xed\x81\ -\x06\x29\x68\xad\x16\x06\x1a\x5e\x2d\xf0\x2a\x6e\xa9\x0f\x4f\xd5\ -\x81\x0a\xee\xb9\x9e\x30\xa8\x1e\xed\x1a\xe4\x88\x53\x9b\xc1\xb4\ -\xb5\xb6\x9d\x42\xe3\xa1\x41\xc8\x3d\x63\xd4\x5d\xb4\x33\x78\xb8\ -\x6e\x63\x85\xab\x4f\x19\x4c\x10\x17\x85\x94\xd4\x60\xb4\xcf\x57\ -\xa8\x74\x04\x2e\xae\xeb\xa3\x5e\xf7\x36\x0f\xc9\xee\xf8\xa9\x0d\ -\xf1\xee\x78\x27\x64\x23\xd9\x55\xab\xcf\xf0\xc0\xe9\x1d\x5b\xa8\ -\x5b\x50\x5b\x18\x04\x70\x08\x69\x77\x88\x7f\xd3\xed\xaf\xac\xf8\ -\xd3\x0a\x9c\x68\x44\x87\xf1\xae\x61\x51\x7c\xd2\x1f\x13\x2b\x11\ -\x71\x3b\x64\xe5\x78\xbe\xbb\x44\xc0\x1c\xba\x1e\xc8\x27\x2e\x7d\ -\x17\xa5\xce\x06\x55\xeb\x16\x3a\xba\xc9\x27\x6d\x77\x75\x82\x37\ -\xb8\xfa\x9d\x40\x68\x8d\xa2\xa8\x8e\xca\xc4\x12\xe3\x70\xdd\x03\ -\x81\x96\x48\x34\x54\x77\xc9\xeb\xd2\x59\xb3\x8a\xd9\x2c\x7c\x60\ -\xaf\x4e\xc1\x04\x87\x52\x84\x8e\x7a\x0f\xe6\xe8\x6b\x1c\x7e\x0e\ -\x4e\xf9\x73\xd7\x1b\x4e\xd9\xd4\x87\x5b\x5d\x57\xf1\x01\x40\x68\ -\x5f\x43\x50\x36\xba\xb0\x1f\xec\x85\xa1\xb1\xf3\xcb\x1d\x1a\x42\ -\x34\xf0\xf1\xf7\xdf\xff\x0d\xd8\x43\x7b\x53\x42\x66\x8f\x11\x87\ -\xde\x68\x14\x56\x45\xdf\xb4\xc6\x8d\xb9\x80\x3a\x47\xaf\xb7\x1a\ -\x64\x24\xb1\x6c\x5c\x80\x07\x07\x85\x54\xa7\x15\xbf\x0d\xfa\xb2\ -\xc1\xad\x8e\xe9\x3f\x1c\xb5\xa6\x35\x00\x1c\x2e\xfe\xff\x92\x4f\ -\x17\xc0\x31\xc6\xc1\x3b\x15\xae\xe1\x55\xfe\x94\x83\x5f\x9e\xa5\ -\x33\x61\x3f\x35\x1b\x0d\x2c\x66\x97\x21\xf7\xb7\x17\x88\x0d\xbe\ -\x88\x29\x76\x9a\x15\x90\xd3\xd0\x0e\x4b\xf6\x8a\x55\xa1\x83\x8a\ -\x2e\x04\xa5\xf1\x94\x0d\x27\xb8\x40\x9a\xd9\x7c\x2d\x76\xc8\x25\ -\x2c\xc6\x00\xd3\x3a\xee\xbb\xe6\xc1\xcd\x4e\xfa\xbc\x40\xb9\xe6\ -\x16\xf0\x4a\xf2\x88\x17\x28\x6a\xd4\x41\x8b\x0c\x1a\x7f\xc6\xe8\ -\xbd\x9d\x22\xa7\x86\xc3\xee\x7d\x76\xdb\xcb\xcd\xa3\x91\xbb\x2a\ -\x18\xb2\x88\xf6\xc4\x6c\x17\xfd\x28\x53\x9d\x8a\x99\xd9\xb9\xc1\ -\x7e\x6b\xad\x01\x90\xbc\x3b\x06\xa9\x4d\x74\xb8\x69\x1d\x5a\x55\ -\xd5\xa6\x6e\x61\x2b\xf6\x9e\x1d\x7e\x69\xcd\x0d\x75\xc7\x08\xec\ -\x67\x56\x75\x1b\x4c\xeb\x81\x59\xec\xe3\x22\xe9\xb0\x03\x3c\x3c\ -\x34\xcb\x34\xa8\x85\xee\x93\x95\xb1\x14\x00\x7f\x30\xc9\x82\x18\ -\xa4\x41\x2a\x80\x3d\x9e\x09\xd3\xf1\x68\xf7\xb0\xb6\x4f\x99\x06\ -\xcc\x75\xe2\xd5\x39\x5b\x9f\x83\xc1\xf2\x32\xea\xa0\xfd\x28\xda\ -\xc2\xda\xc5\x08\x14\x54\xb2\x64\x24\x60\x3b\xbd\xbd\x35\xc2\x86\ -\x25\x2b\x34\x3b\xae\x8b\x66\xb8\x6c\x61\xc7\x80\x03\xb3\x7b\xd8\ -\xd3\x0f\x10\xde\x51\x77\x67\x3f\xc5\x59\x8f\xa4\x02\xaa\xbb\x0e\ -\x73\xc4\x17\x30\x02\x48\xd0\xea\xf8\x26\xc3\x83\x59\xfc\xac\x91\ -\xd6\x9f\x2a\xda\x15\x95\x83\xca\x26\x43\x72\x83\xc1\xe2\x12\xe1\ -\x3a\x23\x32\x4e\x50\xb1\x96\xe8\xd0\x49\xb6\x6d\xf9\x30\x19\xa1\ -\xf9\x2c\x29\x68\xed\x43\x87\x3d\x0c\xbb\xf2\x5a\xe6\xc8\x20\xe9\ -\x27\xbe\x46\x00\x00\x20\x00\x49\x44\x41\x54\x1b\x67\x39\x6a\x1f\ -\x07\xa7\x8a\x81\x25\x67\xc7\xab\x0d\x20\x78\xc4\xaa\x10\x91\x44\ -\x97\xc8\x38\x38\x75\x01\x50\x04\xdc\x1a\xb9\xeb\x23\x57\x49\xc0\ -\x87\xd2\x49\x1b\x87\x9e\x53\xc6\xfa\xda\x43\xff\x9f\x19\x8a\xa5\ -\xfd\x3d\x47\x7c\xe7\xd3\xb9\x79\x9a\xcd\x64\x8e\x7e\x9a\x8d\x68\ -\xf4\x6f\xc2\x24\x27\xfe\xbe\x9c\x9f\xbe\xf1\x01\x03\x3b\x04\x73\ -\xcb\x0f\x9e\x0f\x18\xb7\x63\x57\xa1\x1b\xf1\x2d\x96\x76\x9c\xcc\ -\x1e\x4c\x76\x8a\x3a\x43\xec\x6d\xcc\xc5\x39\xbf\xa3\x1b\x90\x2f\ -\xd7\xe7\x9a\x30\x64\x2d\xf0\x12\x6c\x85\xd3\xf8\xe0\x85\x8c\xc6\ -\x41\xa5\x6a\x10\x96\x12\x06\x1f\x16\xbe\x03\xdd\xb9\xf5\x6e\x37\ -\x90\x07\x7a\x4e\xc6\xb8\xc8\x8a\xcf\x9a\x85\xa3\x86\x63\x9c\xcf\ -\x49\xb8\x7c\x43\xa0\x67\x0c\xa1\xe6\x62\x11\x2e\xfb\xc1\x22\x77\ -\x5e\x91\xf5\x71\x6a\x02\x29\x16\xb9\x1d\xe5\xa5\x6e\x27\x9a\x33\ -\x9a\x76\x6a\x9b\x48\x40\x10\xfc\xc4\x9c\x98\x45\x67\xd7\x22\x52\ -\x1d\x5c\x06\x80\x3e\xde\x4e\x5d\x49\x77\xb2\x9a\x39\x84\xb4\x10\ -\x77\xbe\x1b\xee\x6c\x0d\xaf\xbf\x60\x7b\xe3\x37\x36\x84\xe8\xb4\ -\x39\x1e\x74\x8c\x7b\xef\xd0\x5b\x0d\xaa\xc1\x38\x88\xae\x81\x40\ -\x53\x68\x3e\xd2\x16\xd9\x88\x71\x87\x50\x75\xad\x0f\x96\xb1\xbb\ -\xb5\x50\x04\x45\x55\x5c\x49\x63\xa7\x8f\x23\xd6\x6c\x61\x67\x7a\ -\xe3\x56\x03\xf8\x57\x38\xac\x10\x20\x9f\x0a\x52\x45\x0b\xc4\x7f\ -\x41\x58\xa0\x0f\x5d\x59\x15\xab\x44\x1e\x24\x2d\x10\xd9\x69\xf3\ -\xcd\x8c\x5b\x9b\x46\x62\xc1\x21\xaf\x54\xc8\x5c\x38\x9f\xf3\xc1\ -\x20\x1e\x54\x9a\xce\x03\xfc\x60\xd7\x2c\x04\x40\x5a\xd3\x93\x73\ -\x8a\x98\xb1\xc3\xdd\x69\xca\xf9\xb9\x7c\x4c\xa9\x50\xb0\xb4\x86\ -\x4e\x87\x4d\x62\xc6\xef\xad\xd5\xd9\xc4\x3c\x00\xe2\x9f\xef\x5b\ -\x4b\x8f\xa5\x39\x33\x2c\x05\xf7\x91\x00\xf0\xb1\x76\xb3\x8b\x13\ -\xf3\x38\x2c\xec\xc4\x63\xd3\xef\x70\x90\xf4\xc0\x38\xc4\xd2\x14\ -\x05\x5b\x5a\x63\xd3\x2f\x10\x13\xfe\xb9\xfe\x39\x9f\x79\x38\x4c\ -\x12\x2d\x10\xfb\x7a\xcb\x46\x1e\x45\xf2\x57\xd7\x46\xed\xa4\x55\ -\x09\x78\xd8\xf3\x83\x00\x96\x85\xfb\xfe\x7d\x22\xb2\x0f\x71\xf2\ -\x46\x74\x2c\xcd\xdd\x27\x57\xa0\xf6\x90\xe6\x7d\xbb\x43\x62\x50\ -\x7d\xe9\xf6\x77\x18\xe8\xd4\xbd\xbd\xc0\x11\x91\x70\x69\xea\xd9\ -\x52\xbe\x5e\xae\xe1\x6a\xfa\x29\x47\x29\xd3\xe5\x73\xb2\x3e\xed\ -\x26\x94\xb3\x3c\xea\xd0\x32\xe0\x27\x91\x45\x1d\x76\xcc\xe1\x9c\ -\x74\x33\x85\x9b\x98\x35\xdd\xc9\xfc\x39\x91\x8a\xcf\xe9\xd8\x3a\ -\x6c\xdc\xc5\xf3\x36\xe3\x42\x0a\xef\x00\x53\x56\xc4\x1f\xc6\xaf\ -\xd0\x7c\xa8\xd3\x8f\xed\x0e\x9a\x21\x03\x26\xc1\xf7\x27\x88\xb8\ -\xe5\xf8\x1d\x1a\x3f\x19\x1a\x07\x4f\x28\x33\x81\x0c\xd4\x5f\xc2\ -\x9e\x3d\x68\xc2\x1f\xf6\xee\x91\xad\x10\xc5\x83\xdb\x12\x3f\x8c\ -\x38\xbc\x93\xb8\xbd\xd3\x10\x03\x6e\x68\x74\xbc\x00\xe0\x0a\x8e\ -\xbe\xa3\x8f\xc1\x20\x28\xaa\x90\xe2\xb6\x14\x02\x33\x08\xab\x3b\ -\x9f\xb1\xdf\x73\x8e\x52\xce\x3a\x12\xee\x79\x74\x2c\x38\x1c\x28\ -\x13\x34\x70\x4a\xaf\xbf\xf7\xb2\x72\x3e\x4c\x11\x08\xb4\xbd\x68\ -\xbb\x7e\x6e\xac\xb5\xf0\x59\xde\x79\xbb\x73\xbd\x46\xa1\xbf\x83\ -\x7a\xb5\xf5\x86\xaa\x27\x32\x12\x45\xf1\x75\x5d\x91\xc8\xa6\x2e\ -\xcb\x7a\x34\x85\x10\x84\x14\x66\xec\x26\x47\x97\x7b\x80\xf0\xaf\ -\xbf\xb0\x98\xa1\x69\x7c\x13\xc8\xb5\x6d\xf2\x31\x16\x84\xb3\x88\ -\xe2\x5f\xa5\xc9\x44\x80\x7c\x9e\x98\x7c\xf0\x59\x8c\xdf\x3f\xff\ -\x8a\xf3\x23\x41\xbe\x44\x77\xdd\xf4\x65\xe7\x9c\xc8\x31\x2b\x8e\ -\xa9\x69\xf1\x1a\xd5\x73\x69\x59\xc1\x95\xa4\x55\x07\x82\xdc\x4e\ -\x3c\x93\x28\xe1\x5f\xa5\xc5\xca\x0e\xa4\x3b\xf4\xf2\xe1\xea\x95\ -\xcc\x83\x44\xf7\x72\xfe\x95\xda\x98\x63\x69\x6e\xd2\xd2\xfa\x09\ -\x0b\x4d\xb4\x23\xe1\xdb\x1c\xcc\xf8\x90\xd4\xda\x32\x0e\x2d\x29\ -\x24\x3a\x7d\x88\xdc\x24\x50\xf0\xb4\xf6\x67\xef\xe7\xb3\x75\x47\ -\x8b\xa3\x13\xc9\xf4\x57\xec\xc7\x6b\x38\x95\x4a\x01\xa4\xcc\xab\ -\xc6\xb2\xb4\x24\xa0\xcf\xf1\x7c\x3e\x3f\xd7\xbf\x06\x48\x2c\x2d\ -\x41\xe0\x05\x25\xef\x44\xb8\xe6\x56\xaa\x9b\x64\xe8\xf1\x1f\x9b\ -\x87\x86\xd7\x1a\xe4\x4a\x4f\xb2\x9f\x9f\x1f\x7c\x3e\x9f\xba\x1e\ -\xa2\x15\xef\xc1\xc7\x96\x5c\xd7\x73\x0e\x99\xab\xab\xc9\xdc\x96\ -\x5c\xf1\x4f\xd0\x96\x38\x74\xaa\x72\x3e\x5f\x84\x6b\x61\xc4\x10\ -\x32\x0b\xd9\x84\x6b\x13\x7f\xe3\x0a\x2a\x4e\x18\x00\xc9\x98\xf7\ -\x16\x73\x7e\x6a\xf6\xe5\xed\x9d\x5b\x13\x05\x62\xce\x10\x69\x80\ -\x6d\xe2\x33\x15\x33\xbf\x60\x33\x08\x2f\xfc\x5c\xff\x0a\x29\x41\ -\xba\xdc\x36\xeb\xc0\x08\xb8\xd5\xe3\x2c\x33\x85\xd5\x37\xdc\x12\ -\x2b\x0a\xb1\xfb\x4a\xc7\x5a\x2e\x50\xb1\xcd\x3c\x16\x2e\x5c\xee\ -\x26\x98\x6b\x5a\xdd\x89\x30\x81\xca\x7b\x6b\x38\x32\x7a\xbe\xb5\ -\x37\x22\x07\xf0\x3d\xbc\xe3\xac\x4f\xa6\xc3\x36\xc5\x0e\x4a\xef\ -\xd6\x1f\xfc\xcc\xae\x69\x38\xeb\xfa\xcc\x30\x0d\x4d\x25\x17\x98\ -\x43\xb6\x42\x57\xdb\xc0\xd0\xef\xfd\xaf\x38\x73\x62\xfd\x6d\xab\ -\xf1\x14\x46\x12\xca\x30\xd7\x41\xb7\x11\x15\x95\x43\xdd\xbd\x6f\ -\x9f\xc1\x15\xee\xbe\x8c\x93\xd6\xb9\x35\x80\x44\x5a\x58\x6b\xce\ -\x68\xda\xf5\x1e\x2d\xc0\x33\x53\x42\xe3\x47\x39\x73\x76\x87\x33\ -\xeb\x27\x72\xa6\x30\x2a\x0f\x50\xfd\xe7\xfe\xc7\x29\x8c\x8b\x00\ -\x13\x24\xbe\x6b\xe4\x05\xfd\x75\xfd\x76\x33\xb7\xb4\xc8\xe7\x6e\ -\x46\xb8\xb1\xdc\x90\x08\x19\x87\xe3\x33\x97\x76\xa9\x5c\x45\x83\ -\x98\x4b\x4c\xe1\x2e\xe8\xef\xf0\xc2\x1d\x2c\xa9\x18\x3b\x31\x1b\ -\x14\xa4\xd8\xb8\xdd\x05\x24\x81\x75\x18\x4c\xdb\x85\x77\x9b\x73\ -\x65\xb3\x3b\x59\x67\x45\x51\x51\xff\x69\xd9\x50\x76\x05\xc3\x4d\ -\x97\x48\x70\x61\xc7\x59\xd7\x85\x58\x99\xf3\x19\xa0\x76\xf5\xf8\ -\x00\xb8\x0c\x84\xc0\xae\xb1\x72\x4a\x81\x8e\x2e\x14\xe2\x4b\xb3\ -\xc8\x92\x17\xef\x1d\x03\x01\xed\x97\x39\xd0\x75\xcf\x96\xf0\x59\ -\xbf\x0a\xa1\xdd\xb7\x17\x4b\xc2\xe1\xd0\x67\xce\x51\x4d\x31\x5f\ -\x85\x1b\x0a\xfa\x17\x3a\x09\xc5\xe0\xcd\x4f\xd4\x94\xd9\x29\x78\ -\x9e\x54\x73\xcd\x6e\xa9\x83\x2b\x79\xa3\x7c\x56\x9e\x35\x3b\x84\ -\x57\xb8\xa8\x59\x61\xbf\x94\x6e\x6f\x44\x58\xb4\x3c\x68\xed\xa4\ -\x56\xe0\xe8\x20\x1d\x54\xa1\xad\xc3\x13\xed\x1c\x28\xf9\xd4\x19\ -\xcd\x59\x27\x2c\x00\x4c\x8a\xef\x9d\xa8\xa6\xde\xed\x5c\x47\xd5\ -\xce\xec\x21\x85\x1a\xe2\x50\xce\x09\x4d\x74\xf2\x7b\x1d\xdc\xd3\ -\x4e\x96\x99\x6b\x50\x69\x8a\x13\xb3\xe0\xcb\x2e\x4f\xda\x6f\x26\ -\x3a\x26\x21\xcc\x6f\xcf\x1c\xc5\x15\x2e\x8a\x6a\x54\x9b\x17\x4a\ -\x30\xe1\x12\x46\x77\x0f\x40\xba\xb0\xfc\xc6\x85\x2d\xd4\xc2\x8e\ -\x19\x17\x36\x1c\x82\x28\x66\x98\x68\x0c\x4b\xe4\x61\x06\xf0\x2c\ -\xc6\xde\x94\x3a\x1a\xf3\x2e\xf8\xa5\x61\x6a\x0a\xc9\xc3\x12\x3c\ -\x92\x9d\x49\x43\x9c\x5a\x16\x8d\xeb\x15\xfa\xf8\x66\x66\x1a\x76\ -\x9d\x5c\x2e\x50\x12\x7c\x60\x4b\xb6\x99\x0d\xbb\x51\x9c\xdd\x0a\ -\x1a\xb3\xc0\x9e\xd7\xf7\x44\x86\x2c\x92\x1c\xa1\xe5\x87\xdd\xb0\ -\x41\x2e\x17\x1e\xa5\x2a\x08\xdb\xf2\x58\x07\xbd\x25\xbb\x9b\x53\ -\x98\xcf\x85\xb8\x22\x28\x24\xb3\xe8\x78\xd1\x80\x27\xfa\x6a\x28\ -\x07\xad\x15\x9a\x1a\xa7\x0d\x1e\xfe\xdc\xe3\x33\x68\xd8\xe5\x4e\ -\x37\xa6\x49\x05\x94\xb0\xee\x6d\xd4\x1a\xc3\x24\x27\x87\x75\x3f\ -\x9f\x53\x71\xd1\xf9\x73\x74\x9c\x8f\xae\x0b\xd2\xed\x8f\xca\xfe\ -\xd5\x2f\xa7\xd7\x44\xce\xcf\xb1\x00\x93\x10\xc1\x37\xa4\x23\x61\ -\x82\x83\x97\x16\x63\x63\x83\xf6\xa9\x17\xab\x78\x35\x3a\x07\x4c\ -\xab\x06\x50\xd7\xfa\x8c\x02\x5a\x88\xa3\x03\xb0\x3a\xf6\xc5\x30\ -\xda\x49\x37\xce\x6e\x49\x09\xba\xad\xed\x96\xb3\x33\xdd\x1d\x39\ -\x29\x8b\x90\xb0\x33\x8a\x80\xc1\x93\x0b\x5c\x88\x1e\x07\x8a\xb9\ -\x03\x5d\x75\x11\xe2\xfe\x3a\xd3\xc9\xe3\x7e\x1a\x79\x68\x58\xd0\ -\x3f\xcc\x2e\xb8\x69\xa9\x27\x75\x8c\x6b\x76\xce\xe1\x1a\x1b\xc9\ -\xcc\xa4\x53\x16\x38\xa4\x76\xcc\x1c\xeb\xb5\x31\xd6\x42\xd0\xb5\ -\x34\xa9\x94\x64\x91\x58\xf9\x59\x23\x49\xa6\x88\x21\x89\x6c\x5c\ -\x05\x84\x5b\xa9\x5b\x51\x99\xa5\xc8\x27\x61\x13\x4f\xdc\x46\x36\ -\x22\xef\x41\xca\x83\x7a\x7b\xba\x89\x72\x9b\x2f\x19\xbd\xdc\xfa\ -\xbc\xb3\xe6\x67\x45\x6a\x2f\x8b\x06\x34\x68\xc9\x46\xc0\xc2\x28\ -\x44\x8d\xbe\xb8\x73\x8e\x6e\x7e\x75\x42\x27\x9a\x3d\x00\x2d\x89\ -\x11\x29\x83\xc5\x30\xc1\xa0\xa4\xd7\xf3\x70\x57\xfc\x04\x83\x23\ -\xed\x9f\x9b\x2e\x7b\x52\x85\x08\x39\x2a\x21\xc6\x88\x44\x57\xc1\ -\xd8\x0b\xfa\x5b\xf5\x40\x97\xb3\xe3\x6b\x96\x05\x49\x50\x92\x26\ -\x25\xca\x80\x45\x72\xd8\x3b\x6b\x81\xaf\xf6\xc7\x9c\x65\x76\xc7\ -\x38\x7f\x7e\xd0\xed\x8b\xee\xab\x76\x3c\x1f\x1f\x55\x22\x47\x57\ -\x74\xd1\xe7\x90\x29\x94\x09\x45\x30\x74\x82\x68\x73\x0c\xc0\xe6\ -\x41\x38\x7c\x0e\x55\x3e\x8c\xe9\x49\x5f\xfb\x4b\x87\x8d\x4f\x76\ -\xec\x0c\xd3\x1c\x64\x77\x02\x00\xf4\xfa\x29\x2a\xa8\x1e\x43\x69\ -\x98\xf9\x38\xfb\xc2\xec\xb4\x4f\x28\xb2\xea\x86\x40\x12\xf0\x9d\ -\xb3\x1a\x23\x26\x0c\xca\x95\x8b\x0d\xa9\x68\xeb\x84\xb7\x6e\x8d\ -\x8e\x7b\x1a\xe6\x2c\x15\x3f\x1d\xcc\x53\x1a\xae\xb8\xb3\xb4\x22\ -\x0a\x2d\x73\x17\xbb\x93\x9a\xfa\x62\x60\xd8\x6e\xe7\x60\x0a\x33\ -\x31\x10\x84\x7e\xf5\xfe\x1f\x1d\xf2\x7c\xa3\xcb\x70\x50\x9e\xd9\ -\x00\x15\x0e\xd0\xa4\xa3\xe6\x74\x4a\xad\xf7\xc5\xbe\x7f\x73\x46\ -\x67\xb2\x58\xf2\x12\x05\x5e\xc8\x9a\x71\x77\x8e\x62\x06\xaa\x85\ -\xad\xf9\xfa\xac\x72\x9b\xa5\x68\x4e\x00\x43\x53\x1b\x9e\x01\xdf\ -\x9c\x79\x6b\x3e\x21\x86\x93\xf2\x4b\xab\xaa\x5d\x18\x0e\x7f\x81\ -\x2c\x36\x4a\x9b\x64\x43\x6b\x97\x6e\xb3\x84\xa2\x2f\xa7\x29\xda\ -\x53\x32\xc1\xc6\x60\x69\x4d\x79\xae\xf3\x96\x74\xcc\x0e\xd3\xa0\ -\x6c\xc6\x3e\xfa\x64\xfc\xb0\xb7\xfe\xdc\x0d\xc1\x64\x7c\xa6\x1e\ -\xce\x92\x04\x80\x02\xb0\x68\xf7\x66\x0f\x4c\xa6\xf4\xd0\x48\x0d\ -\x16\xc4\xa0\xc3\x8b\x70\x0c\xb8\x8e\xf8\x82\x30\x5b\x8a\xbd\xcd\ -\x3a\xe2\x73\xe5\x4c\xde\x89\x2f\xe7\x28\xa6\x70\x72\x52\xc2\x5a\ -\xb1\xe0\x71\xda\x34\xf7\xa1\x10\x28\x23\xd9\x10\xd5\x61\xb8\x99\ -\x25\x42\xad\x80\x88\x33\xd1\x44\x87\xb0\x57\x0a\x09\x4e\x9b\x4a\ -\x23\x6f\xfb\xb9\x55\xb1\x7f\x76\x2f\x74\x6e\x01\xf2\x40\x26\x2d\ -\xe6\x96\xe4\x90\xd9\x24\xcb\xd6\x9c\x91\xc1\xc1\x36\xe8\x23\x41\ -\xb6\x1c\x05\x5e\x5d\x05\x1a\x0b\x92\x6b\x21\xa3\x2a\x5a\xe6\x4e\ -\x44\xa1\x56\xd7\x99\x36\xbf\x3d\x6b\x29\xac\x2a\x63\xce\x8a\x8e\ -\xa0\xd0\xae\x36\x00\xe3\x57\x20\x86\x3d\xac\xac\x0a\x3f\x59\xa7\ -\x0e\x2a\x44\xf4\x5d\x6f\xba\x51\xc7\x0c\x08\x6a\x5a\x16\x95\x00\ -\x70\x9b\x77\x61\x92\x52\x25\x26\xaf\xc1\x91\x9e\x93\x49\xdd\xa7\ -\xda\xa4\xd5\x88\x23\xa9\x49\x1e\x4f\x47\x19\x26\x80\x3f\xe0\xfb\ -\x6e\x07\x3f\x48\xcc\x7d\xba\x9b\xc3\x9d\x8e\x50\x2c\x8f\x03\xdf\ -\xd7\x8b\xe0\xef\xde\x74\x2c\x00\xe7\x04\x29\x2d\xa3\x0b\x62\x1e\ -\xf4\x22\x1a\x34\x17\x0c\xc1\x2f\xd5\xe1\xa1\x73\xe8\xeb\x5a\x2d\ -\xd0\xc8\xd0\x4d\x6d\xa1\x5f\x9b\xbd\x9c\xc5\x69\x74\x7b\x3c\x61\ -\xaa\x35\x62\x16\xee\x7a\xdc\x1b\xfb\xc3\x43\x00\xa9\x45\x77\xe4\ -\xd4\xf3\x8c\x83\xc4\x74\x26\xe0\x5e\x64\x08\xff\x6a\xb7\xa5\xec\ -\x64\x24\x85\xc0\x28\xec\x72\xf9\x98\x37\x70\xc8\x5c\x8b\xda\xa5\ -\xa1\x67\xe0\x23\xb1\x51\xa5\x51\x28\x7b\x52\x69\x43\x7c\x69\x18\ -\x68\x60\x16\x90\x64\x45\xbd\x63\xfe\x43\xb2\x96\x87\xa3\xee\xb0\ -\x07\x0e\xd1\x76\xee\xd7\x1a\x40\xc7\x18\x0b\xf6\x48\x0c\x89\x18\ -\xb4\x31\x50\xb5\xb6\xe4\xa5\x71\x48\x6b\xba\x33\x4e\xfb\x14\xbb\ -\x61\x0a\x88\xfc\xd5\xd4\x87\xfa\x6c\x7a\xb9\xd7\xf5\x3e\xb6\x21\ -\x04\x0e\x1e\x7d\xe9\x28\x97\xd3\x33\x85\x6b\x28\x77\x52\x99\x68\ -\x1e\xd9\x44\x83\x3e\x1d\xa0\x00\x77\xf7\xc4\x26\xf0\x31\x8a\x51\ -\xef\x78\xd8\x61\xb8\x20\x21\xf4\x65\x96\x63\xb0\x36\x45\xb7\x8a\ -\xb1\x0e\xfa\x4c\x1f\xc9\x9e\x90\x72\xe8\xd5\x68\x08\xfc\x5b\x5c\ -\x3e\x13\x0d\x8e\xbd\x2c\x03\x04\xb3\xf0\x2b\x5b\x83\x2e\xb6\x0f\ -\x3a\x1a\xf3\x2a\x44\x5c\xc2\xf4\xc4\x68\xc1\xe8\x59\x5c\x45\x51\ -\xc5\x81\xc6\xb2\x1d\x74\x66\x1e\xe3\x11\x0e\x20\x24\x0b\x2a\x9c\ -\x05\x44\x17\xc7\xdc\x48\x24\xec\x98\xd1\x94\x45\x21\x3d\xe8\xc3\ -\x98\xfb\x43\xa9\x34\x89\x26\xcb\xb5\x39\x24\x35\x0b\xc5\xee\x74\ -\x9e\xca\xe4\x82\x5b\x33\x43\x0c\xd5\x55\xd4\x3e\xc2\x2a\x3d\x42\ -\x10\xd4\xea\xcc\x43\xb8\x0e\x26\x45\x28\x0b\x3c\x1b\x73\xd4\xca\ -\x15\xb3\x46\x31\x18\x6e\x6d\xba\xb2\x23\xac\x61\x7a\xb0\x63\xe0\ -\xb3\xae\xd3\x45\x37\xe7\xc9\xd8\x86\xd8\x5b\xc3\x3c\x65\x17\x51\ -\xa1\x1f\x60\x46\xdf\x63\xa3\x6f\x16\x1d\x90\xd4\x0d\x95\xf1\x83\ -\xa0\x62\x05\xd9\xb0\x58\xcf\xff\x37\x4f\x7c\x0c\x83\xaa\x38\xa9\ -\x5a\x36\xce\x15\xeb\xd9\x5c\x14\xf3\x77\x5c\xc9\x75\xd7\xeb\xca\ -\x4e\x8c\x0c\x60\xa3\xd8\x0d\x76\x97\xe7\x36\x15\xad\x1a\xb0\xcd\ -\x03\xb0\x94\xbe\x7f\xcb\x3d\x1b\xf3\xa4\x8c\xca\x44\x82\xc6\x36\ -\xd6\xb0\x50\x56\xbd\xb1\x87\xde\x44\x8b\x3e\xed\x39\x0f\x13\xc3\ -\xd2\x4d\x72\xae\xe1\xcc\x4b\x2a\x93\x9b\xc3\x46\x87\xb1\x06\xa8\ -\x0a\x2f\xe5\x71\xa6\xcf\x5c\x28\x0a\xc9\x9c\x27\xb5\xa1\x63\x00\ -\x37\xd5\x3c\xaf\x03\x44\xda\xf1\x4c\xa6\x15\x39\x73\x0d\x4d\x65\ -\x92\xd3\xf0\x65\x1a\x5a\x19\x20\xf8\x7d\x1a\x1d\xc9\x00\x07\x08\ -\x20\xe5\xd0\x23\xdb\x01\x6c\xb5\x5c\xe4\x53\xb1\xd1\x73\x54\x67\ -\x88\x58\xc6\x39\x88\x1b\x13\xe4\xbb\xb7\x98\xa0\x15\xb4\x3a\x1a\ -\x67\xdb\x36\x0c\xba\x7c\xe8\x88\x16\x85\x57\x21\xd5\x88\x8e\x46\ -\x27\xc7\x39\x91\x33\xc6\x28\x01\x97\x98\x8d\x57\xb9\xd8\x6a\xfd\ -\xe5\xd0\x46\xa6\x0e\xdb\x4a\xe3\xeb\x05\xff\x26\xd7\xcf\xca\x18\ -\xf0\xac\x61\x98\xe4\xb9\xe2\x3a\x3a\xf7\xf9\x0e\x79\x6a\x34\x03\ -\x78\xa6\x28\x02\xad\x46\xfb\xe0\xd0\xe8\x53\x18\x4f\x70\x5a\xd9\ -\x1b\xf7\xfc\x2f\x64\xcc\x8c\x7c\x24\x73\x03\x71\x80\x99\x55\x02\ -\x78\x93\x72\xb1\x13\xc2\x61\x65\xde\xfc\x55\xae\xd8\x50\x67\xae\ -\xb6\x2e\x8c\x8c\x87\x8b\x5f\xb2\xb3\xc3\x6e\xde\x36\x94\x24\xba\ -\x47\x29\x41\xd0\x61\xba\x25\x95\x87\x69\xac\xbd\x02\x52\xc8\x0a\ -\xe8\xe5\x1c\xcf\x13\xf6\xf3\x49\x77\x4f\xcd\x34\x0d\x76\x9a\xd7\ -\x78\xb9\x5f\xbf\x53\xf2\xf9\xa0\x23\xe6\x88\x03\x39\x58\x41\x73\ -\xc0\x39\x8d\x02\xeb\x39\xb4\xbc\x1d\x8d\x4f\xd7\xdb\x1a\x19\xa5\ -\x56\xe0\x8b\x89\xff\x3b\x38\xdd\x97\x5d\x03\x4f\xec\x7f\x5f\xfe\ -\xf2\xa6\x60\x5d\x6b\x7e\x41\xcf\x8f\xf1\xdf\xd7\x89\x32\x56\xc0\ -\xe4\x1e\x3e\xa6\x73\x66\x83\xf5\xac\x9c\x4c\xd2\x43\x6f\xd5\xce\ -\x2e\x7a\xb8\xd6\x81\x9b\x23\x59\x13\xa7\x9f\x48\xf3\x03\x85\xca\ -\xb9\x02\xa7\x45\x2c\x15\xbd\x2b\xb5\x34\xf9\x80\x6d\x0c\x50\xab\ -\x85\x3b\xbe\x93\x6b\xba\x1b\xdc\x8a\x72\xc5\xa0\xaf\x69\xa5\x17\ -\xd5\x3a\x78\x08\xe6\x74\xfb\xcf\x27\x02\x3f\x0e\xf8\xa7\x55\x74\ -\x39\xba\x80\xe0\x66\x81\x8e\x8c\x29\x06\x82\x19\x56\x97\x39\x9f\ -\x61\x0a\x66\x3f\xc3\xe1\xe4\xbe\x77\x20\xac\x4f\xf7\xa2\xdd\x88\ -\x33\x91\x0b\x6b\xd5\xb0\x8b\x7a\x93\xc9\xcd\x0a\x5b\xf3\xb3\xf3\ -\x93\x26\x21\x1c\xc5\x9a\x06\x2d\x84\x8e\x49\xeb\x9d\x5c\xe0\xf1\ -\xac\xdb\x7a\x5a\x1e\xf6\xca\x54\x54\x9c\x5c\xe8\x8e\x76\xf2\xcb\ -\xdd\xe9\xa9\x0d\x68\xed\x08\x7f\xed\x50\x01\x76\x2a\x74\x84\x4b\ -\x03\xf2\x9c\x5f\x70\x3a\xc3\x58\xdd\xff\xb7\x5f\xd9\xa5\x30\x31\ -\xb0\xf2\x99\x3c\x68\x0d\xd8\xe8\x75\x94\xdd\x1b\xcd\x4e\x0b\x65\ -\xa8\xaa\xb5\x90\x08\x4f\x52\x40\xa0\xfb\xe0\xfe\xce\x59\x25\xc7\ -\x94\xf1\x4a\x38\x62\x2f\xf1\x29\x77\x3e\x3b\xa4\x38\x1c\x9c\xcc\ -\xe6\x0c\xac\x22\x54\xd4\xa1\x5a\x49\xf1\x10\xb7\x3f\xd7\x6e\x83\ -\x14\x01\x4e\xc4\x1a\xdb\xf5\x3d\x7b\x24\x1c\x36\x0e\x04\x3a\x2c\ -\x7b\x81\xd6\x22\x1d\x81\xed\xd1\x91\xf6\x84\xed\xd4\x81\xe5\x3e\ -\x53\x1c\x3e\x03\x5f\xdc\xff\x12\xe1\x8d\xd6\xfe\xa3\xab\x54\xf3\ -\x41\x2a\xd1\x8d\x79\x26\x6a\x47\x72\xf6\xec\x38\x94\xfc\xe2\x28\ -\xd4\x50\x27\x1a\x85\x5b\x1d\xe1\x1c\xfa\x9c\x05\xa3\xcc\xb9\x48\ -\xd3\x59\xab\x46\x4e\xec\x9a\xb5\x32\x0f\x99\x5e\x1b\x9e\xf8\xfa\ -\xfc\x95\x77\xb7\x76\xd2\x41\x54\x5d\xc7\xc1\x8f\x6e\x9e\xaa\x6b\ -\x29\x60\xf4\x12\xc7\xbf\xb4\x54\xe6\x33\x80\xac\x46\x51\xcc\xa1\ -\x3b\xdc\xa9\x76\x0c\x42\x15\x59\xe5\x46\x79\x87\x5b\x67\x01\x71\ -\x83\xca\xab\x49\xdd\x7a\x38\xbd\x4e\xe0\x0c\x86\xaf\x6b\xfb\x55\ -\x50\x3c\xf6\x34\x5e\xbf\x1f\x89\x48\x00\x1e\xaa\x6e\x64\x30\xf5\ -\x3a\xa7\x30\x9b\xe2\x4c\xe4\x41\x55\xc4\x4b\x27\xb3\x61\x31\xe7\ -\xe5\x86\x1a\x1f\x5a\x93\xe3\x3c\x1a\x8e\x7d\x0e\xa4\x45\xe4\xf9\ -\x1d\xf3\x5a\x68\x14\xe5\x3a\x4c\x23\x22\xb9\xd7\x30\xe1\xc9\xd8\ -\xce\x61\x61\xca\xfb\x1c\xd8\xaa\xa1\x09\x99\x0e\x89\x87\xae\xf6\ -\xc9\x6a\x20\x0d\x57\x4b\xad\x0e\x51\xea\x2b\x7b\x84\x41\xf1\x7f\ -\xc6\xf3\x1d\xc2\xfb\x2a\xac\xed\xf8\xf5\xdd\xf0\xe1\x1c\xb1\x92\ -\xf4\x3d\x8f\xeb\x04\x8b\x39\x73\x0d\x7a\x7b\x6c\x49\x36\x15\x3f\ -\xc7\xaf\x64\xd1\x8c\x36\x96\x9a\xcc\x11\x2f\x14\x74\xe8\xa1\xad\ -\xbb\x2a\x19\xa7\xcb\x41\x38\x67\x52\x52\x8f\x2a\x30\x1b\x43\xbd\ -\x83\x2a\x3f\x3a\x80\x34\x46\x85\x50\x15\x46\x13\x46\xa5\x57\xfc\ -\x98\xc9\xa3\x8c\x42\x3b\x45\xfd\xaa\x61\xdc\xa0\x81\x98\x0f\x57\ -\x33\x7a\x38\xbb\xd1\x98\x13\x46\xa4\x31\x32\xc7\x7a\x86\xdd\xd4\ -\x25\xf7\x30\xa2\xa3\xd8\xb7\x1d\x9d\xb5\x48\xe0\xed\x31\xdb\xef\ -\xd8\x7f\x2d\x67\x71\xea\xfc\x48\x78\x19\x04\x25\x29\x63\x86\xa4\ -\x2e\x66\x8e\x75\xcc\x23\x4d\xd9\x48\x49\x02\x70\x74\x62\xe9\x71\ -\x0e\x36\xeb\xa4\x07\xcf\xce\xfd\x7a\xce\xba\x3b\x3b\xd9\x64\x3d\ -\xee\xe6\xfc\x3c\x05\x6c\x55\xec\xb7\xd0\x95\x12\x9b\xcf\xdd\xa3\ -\x36\x47\x89\xd2\xa1\x01\x9b\x3c\xd3\x9e\xe6\x4d\x55\x74\x47\xdc\ -\xa4\x5f\x31\x2b\xf2\x76\x30\x8a\xe8\x28\x6e\x6a\x4d\x82\x0e\x9d\ -\x7f\x96\xd6\xc9\x56\x70\x16\x80\x1c\xb3\x04\x53\xe7\x9b\x67\xad\ -\x65\xc1\x53\xef\xcf\x65\x36\x87\xa6\xef\xe8\xa8\xef\x30\x8e\x90\ -\x2e\x3a\xd9\x0b\xac\x5d\xe6\x1a\x1d\xdf\x5f\xdd\xd3\xa0\x9f\xd3\ -\x28\x16\xa7\x2b\x6e\x51\x1b\xa3\xd2\xca\xb5\x45\x1a\xce\x8a\xa5\ -\x1d\xd6\x17\xeb\xa8\xf2\x9d\x00\x4c\xbe\xe5\x20\x79\x26\x16\x4d\ -\xd0\x6c\xb0\x6d\x7a\xfb\xbd\xf3\xc4\xb9\x1f\x86\xf1\x0a\xac\xe6\ -\x39\xd6\x7b\xb6\x61\x3c\xc7\xe4\x14\xff\x04\x4f\x28\x8c\x64\x34\ -\x60\xb6\x0e\x93\x58\x25\x0e\xce\x03\x9c\xa8\x6c\x77\x29\x69\x11\ -\x89\x44\x07\xef\x17\xc1\x71\xb7\x7c\x28\x39\x7d\x3e\x8b\xb3\x63\ -\x18\x29\x17\x02\xd4\x54\x95\x3d\x66\x6d\xe4\xa1\x42\x25\x0c\x2e\ -\x44\x0a\x3a\xb8\xf3\xe5\x15\x7b\x50\xf1\x30\x1d\x7d\x52\x7b\xa3\ -\xd3\x85\xc6\x1e\x41\x8d\xcf\xa9\xef\x31\x14\xec\x99\xe0\x55\x6b\ -\x3e\xdc\xae\x28\x78\xc8\x18\x83\x02\x19\xe2\x08\x23\x8e\xee\xfb\ -\x40\x0e\xe3\x45\xcd\x2d\x19\x05\x24\xdb\x73\x70\xb0\xcb\x25\x37\ -\xf6\xc3\xd9\xe4\x8e\xe7\x4e\x87\xe1\x41\x22\x57\xaa\xab\xf8\xe5\ -\x88\x43\x4a\xb1\x4b\x43\x60\x61\xf5\x5b\x86\x04\xdb\x80\x45\xe0\ -\xa0\x30\x70\x76\x83\x62\x33\x54\x51\x55\xe8\x71\x42\x7f\xe1\xce\ -\x62\x3b\xa8\x34\x81\x84\xae\x2e\x98\x7a\x6a\x7b\xcc\x25\x52\x9f\ -\x23\x80\x18\xc6\xac\xe9\x9c\x14\x48\xbd\x7b\xa0\x45\xe1\x0e\x7a\ -\xe8\x75\x28\xa8\x40\x27\x3a\x5e\x42\xf9\xb0\x61\x57\x9c\xae\x8e\ -\x1a\xd7\x3a\x69\x7f\x67\x22\x46\x47\xd0\x6d\x47\x18\xab\xf7\x3b\ -\x8b\xac\x5e\x6b\xfe\x0e\x76\xcc\xf5\x39\x87\x37\xe2\xe5\x4a\xa3\ -\x7a\xc3\xb2\x00\x18\x2e\x46\xb0\x73\x48\x68\x26\xf0\x6e\xc2\x72\ -\xbf\x6c\x73\xab\x1b\x37\x8d\x9e\x06\x87\xdc\x8d\x42\xc6\x3b\xb6\ -\x1d\x83\x30\xa3\x00\xbc\xef\x2e\x6c\x02\x75\xa9\xee\x52\xb8\xe8\ -\x1d\x34\x02\x9b\x60\x88\x1d\xe2\xcd\x53\x5f\xe1\x6e\xa1\x6a\xf6\ -\x75\x00\xf2\x69\xdf\x3f\x3f\x07\xb5\x3e\xf0\x28\x3c\xbe\x17\x70\ -\xa7\xc0\xd9\x93\x7b\x01\xe7\xf0\x6a\xdd\xaf\x04\xee\x28\x30\x08\ -\xe7\x7c\x22\x73\x4d\x69\x5a\x9b\x43\xf8\xb4\xef\x25\x1c\xe8\xef\ -\x51\x2c\x03\xaf\xc4\x14\x22\xc7\x2a\xd8\x0f\xaa\x4b\x52\x93\xf8\ -\x0b\x4d\x83\x88\x46\x27\xb5\x0d\x27\x76\xda\xd9\xef\xab\x90\xd1\ -\x29\x1a\x9e\xcf\x8d\xc3\xf8\x66\x0f\x10\x2a\xe7\x90\xe9\x40\xcf\ -\x0d\xc0\x4d\x1b\xa4\x57\x0d\x9f\x54\x00\xd8\xf7\xf1\xfe\x1b\x95\ -\xce\xf8\x42\x95\xf8\xcc\x4e\x4d\xbd\x53\xf2\x31\xc3\x4a\x09\x4c\ -\x2d\x90\x68\xc5\x54\x39\xa8\x35\xbb\x0a\xaa\x8e\xd9\xbf\xfe\x98\ -\x78\x5b\x68\x3c\x68\xb8\x30\xe5\x7c\xba\xa6\x2a\xea\x51\x47\x31\ -\x4d\x1b\x83\xf0\x41\x25\x8a\x0e\x9a\xcf\x7a\x12\x17\x89\xc2\x2e\ -\xc5\x1d\x3a\xbf\x1d\x3a\x54\xc1\x59\x68\x66\xc3\x55\xe9\x7e\x15\ -\x56\x6a\x37\x74\x3b\xb8\x27\x04\x08\xdb\x51\x04\x37\xc8\x67\x6e\ -\x66\x91\xba\xcd\x30\x0d\x98\x14\x58\xb3\xee\x98\x17\x53\xd1\x1c\ -\x8c\x4c\x4b\x65\xc3\x98\x93\x34\x0a\x07\x8d\x21\xcb\x9a\x93\x8c\ -\x8a\x12\x16\x33\xf5\x12\xc9\xe7\xd6\x0e\xcf\xf5\xea\x23\x3b\x64\ -\x98\xa5\xf2\xa0\x24\x9f\x40\x08\x1e\xe0\xc4\x09\x5c\x76\x5d\xa5\ -\x41\x29\xef\x71\x1e\xcd\x24\x71\xea\x74\x14\x31\xc6\xe3\x7c\xcf\ -\x51\xf6\x63\x4f\x1b\xd5\x9c\xa0\x03\xb5\x8e\x2e\xdf\xd6\xd1\x7d\ -\x4c\xd0\x16\xbb\x34\x37\x36\x0c\x4d\x2c\x06\xf8\x86\xcd\x58\xed\ -\xb9\x64\x31\x95\x79\xe9\x18\x85\x62\x7b\x63\x8e\xa4\xa1\x41\x69\ -\x1d\xcc\xa2\xee\x88\x53\x02\x41\x18\x83\xa3\xc7\x78\x18\xb3\x13\ -\x0d\xca\x2e\x46\x98\xd8\x80\x18\xb4\x82\x2e\xca\x31\x46\x80\x11\ -\xb3\x1a\x1f\xdd\xd9\xa0\xe3\x71\xe9\x4d\xb8\x3a\x26\x35\x02\xc4\ -\x24\xc6\x7e\x20\xe6\x4f\xea\x69\x6c\x60\x5e\xb4\x1f\xa8\xfe\xb0\ -\xf7\x26\xc3\x31\x70\x7b\xc6\xb6\x09\x94\x51\x8d\x2b\xf0\x43\xb8\ -\x3a\xca\x49\x25\x1f\x20\x49\xbe\x8b\x64\x1e\xd4\xbe\x1b\xa6\x08\ -\x25\x7d\x08\xe0\x7c\x8e\x8f\xf1\xf3\xdb\x8b\x8c\xfd\x18\xa4\x4c\ -\xe3\x5c\xb1\xb1\xae\xcb\xf0\xec\x28\xee\x28\x28\xa3\xd3\xf9\x51\ -\xc3\xe9\x2f\x46\xba\x7c\x06\xbb\xa7\xfe\x5c\x30\x53\x02\xb0\xab\ -\x9c\x97\x00\xd0\x5d\x54\xb4\x3a\x17\x79\x63\x86\x25\x6a\x89\x50\ -\x8c\x76\x09\x36\x95\x35\x73\xc6\x9f\x2c\xfb\x1c\xa6\xb4\xef\x8f\ -\x58\xe8\x93\x91\x7c\x74\x05\x05\xd5\xdd\x6c\x1a\x38\xd8\x30\x9c\ -\xb2\x67\x86\xd2\x33\x5e\x47\xdc\x55\xea\xb6\xab\x55\xc3\xdd\x25\ -\x42\x4c\x14\x46\x36\x79\x8e\x4f\xc4\xd1\x75\xf5\xc5\x3a\x78\x8c\ -\x13\xb0\xa4\x22\x46\xd1\x0a\xd0\xcb\xe1\xb0\x52\x46\x7a\x8c\xb7\ -\x29\xa9\x88\x1e\xfa\xe1\xb3\x28\xa5\xc6\xf9\xec\x04\x6c\x7a\x5e\ -\xab\x0d\xa2\x89\x3e\x0a\xb3\x01\x22\x4f\xbc\xd0\xb2\x0b\xba\x1f\ -\xe0\x9e\x1d\x2e\x93\x8c\xe5\x9a\x7b\x1f\xbb\x16\xfa\xc6\xec\x58\ -\x8d\x09\xe9\xc9\x3f\xd7\xed\xc5\xba\xe6\x21\x46\x70\x61\xb1\x0c\ -\x8a\xd8\xd0\x7a\xd0\x74\x12\x01\x0f\x04\xb0\x13\x96\xd4\x5a\xe9\ -\x58\xc8\x53\xd3\xd0\x18\x4b\x54\xb8\x46\x07\x92\x3d\x45\xf2\x75\ -\xcd\xe8\xca\x58\xd3\x4f\xff\x68\x97\xe3\xd0\xad\xc0\x9a\xf6\x97\ -\xba\x17\xa3\x76\x87\xe3\x70\x1f\xd1\x68\x7f\x72\x1d\x16\x5c\x07\ -\x49\xeb\x1d\xc6\x50\x33\x0d\x1b\xec\xd9\x7e\xcd\x60\x9f\x96\xd6\ -\xa6\x45\xc6\xf0\x21\xc3\x99\xa1\x79\x82\x75\x24\x1c\x36\x38\xa1\ -\x93\xdd\x92\x85\xcd\x7e\x06\x68\x7b\xf1\x97\xd3\xe5\x2c\x07\x2a\ -\x26\x32\xd9\x66\x20\xd1\x66\xce\x05\x3c\x0c\x2e\x2c\x0e\x89\xfd\ -\xcd\x02\xdc\x14\xc4\x2b\xe6\x57\x6d\x4c\xef\x44\x2f\x1a\x73\x83\ -\xd2\xc1\x57\xae\xf6\xf0\x3c\x55\xac\x87\xf8\x15\x83\x4c\xad\x28\ -\x0c\x3e\xac\x50\xaa\x4d\xde\x26\x15\x0f\x4a\xe8\x58\x27\xcf\x99\ -\x0f\xcf\x64\x36\xd7\x26\xa7\xe8\xfa\xb0\x63\x6b\x97\x4b\xa8\x0d\ -\x67\x44\x0e\x2a\xa9\xa0\x15\x28\x04\xd5\x9f\x03\x89\x3f\x91\x34\ -\x17\xc7\x3f\xda\x95\x09\xf6\xc5\xdc\x2e\x6b\x73\x04\xed\x21\x9a\ -\x18\x7a\xbc\xd9\xc2\x9e\xdd\xa6\xee\xbe\x59\x3d\x5b\x8a\x4e\x8e\ -\x8e\xf9\x33\x44\x0f\xad\x45\x20\xa5\x8e\xce\xf6\xb8\x84\x83\x77\ -\x5f\xcb\x6a\x3f\x10\x24\x2e\x3b\x77\x5f\x73\xf7\x4b\xcb\x90\x14\ -\x2f\x1e\x20\xc6\xeb\xf9\xc7\xfb\x94\xcf\x3a\x92\xa2\xd6\x76\x84\ -\x93\x23\x2d\x8f\x47\x0f\x34\xab\xa6\xa0\x1f\x09\x2c\x0f\xc3\x8e\ -\xd6\x11\x1a\xc6\xb4\x77\x72\xd7\xd1\x1c\x55\x40\x07\x71\x4c\xbe\ -\x0e\x31\x7f\x17\x6e\x01\x22\x99\x0f\x30\xaf\x01\x8f\x61\x3c\x73\ -\xb8\x06\x7d\x9b\xf9\x32\x66\xb8\x39\xc2\x45\x35\x3b\xa3\x6c\xcb\ -\x03\x7d\xef\x24\xff\x04\x0a\x9e\x05\x36\x0e\x8a\x33\x8d\x4e\x8b\ -\x2f\xa3\x3b\x44\xec\x89\xf8\xb6\xae\x31\xb4\xb4\x69\x92\x33\xd6\ -\x16\xc5\x5c\x92\xa3\x58\x98\x1d\x0a\x38\x62\x57\x45\x17\x65\x07\ -\x94\x6a\xce\x0b\xcf\xe1\xde\x84\xb3\x6b\x38\x68\xd7\x78\xd8\xa8\ -\xd7\x1a\x19\x45\x54\x75\x74\x69\x20\x91\x8a\x97\x2d\xf1\x43\x5d\ -\x54\x14\xa7\xa9\x01\x48\xba\xd1\xad\x17\xf6\xde\xb8\xef\xdb\x69\ -\x2d\x31\x74\x3e\xf5\x25\xe9\xb0\x6a\x87\x6e\x4a\xc7\xdc\x35\xa7\ -\x07\x9b\x89\x17\x5a\xa1\x8d\x53\x72\x81\x37\x6a\x26\xcf\xae\x6e\ -\xc6\xb1\xa6\x06\xab\xc3\xd0\x05\xb8\xe9\x8d\x24\x90\x67\x17\xeb\ -\x8e\xce\xe1\x4c\xaa\x05\xa9\x2d\xd0\x11\x59\xb5\x92\x8c\x39\xde\ -\x24\x4d\x57\xf8\x0f\x08\xf6\x13\x40\xb1\xd2\x78\xf1\x97\x6e\x68\ -\x3a\x9b\x0e\x8b\xf0\xea\x6c\x59\x19\x99\x14\x88\x45\x63\xca\x4e\ -\x82\x2e\xc4\x10\x93\xd2\x8b\x7c\xfb\x0e\x9d\x1d\xdf\x27\x7b\x61\ -\xe6\x1e\x31\x53\xb2\x86\x07\x3f\xf7\xdc\xd1\x35\x8a\x62\x6c\x74\ -\x0a\x29\x46\x66\x9c\xa7\x93\x61\x65\x3c\x89\xc4\xb3\xde\x69\x26\ -\xc7\x3c\x1d\x39\x83\xc1\x13\xef\xde\xf7\x55\x6e\x17\x3b\x07\xc0\ -\x16\x66\xc9\x65\x2e\x80\x98\x73\x94\x7f\x86\x8d\x5b\xc3\x0c\xeb\ -\x49\x00\xc7\x0c\x2f\x37\x4a\xc1\x64\x17\xcc\x41\xab\xea\xb4\x3b\ -\xd7\x85\x46\x71\x9c\x80\x17\x53\x19\x4a\x24\xc0\x4d\x2c\x55\x04\ -\xb9\x71\x94\xaf\x2b\xad\x18\xe7\x40\x7a\xbb\x40\x87\x0b\xef\x38\ -\xff\x61\x14\x73\x15\xf5\x31\x9f\xeb\xad\x81\x56\xa3\xd2\x56\xfa\ -\xf8\x09\xbf\x17\x39\x18\x2c\x52\xa3\x0b\xda\x7b\x60\xd0\x2d\x87\ -\x74\x3d\xb5\x36\x39\x17\x34\x47\xcf\x64\x57\xe3\x00\xf1\x88\xbd\ -\xe3\x8c\x36\xaf\x0a\xbe\x5e\x00\x03\xb1\xbe\x8b\x7d\xe0\xe7\x7b\ -\x6a\x19\x85\x9c\x32\x58\xf9\x9a\x25\x89\x1b\x5f\x75\xbd\xa9\x4b\ -\xca\x73\xdb\x3b\x1e\x77\x38\x26\x36\x08\x48\x18\x73\xcb\xc0\x55\ -\xd0\x29\xe6\xe7\xe8\xd1\xdd\xb7\xd1\x3d\xb3\xc7\x9e\x39\x81\x0f\ -\xcf\x39\xac\x72\x57\x19\xef\x9f\x5e\x33\x9a\x28\x34\xd9\xeb\x35\ -\x8e\xc3\x87\x57\x6b\x81\xb6\x69\x2b\x29\x27\xe3\xe0\x91\x3f\x96\ -\x4e\xed\xa1\x4b\xee\xce\x62\x03\x9a\x16\x14\xa9\x94\xf1\x1c\x2d\ -\xcd\xf8\x9c\x5b\xa8\x1c\x47\x21\x34\x8c\x8e\x32\x14\xed\x97\x43\ -\x6a\x15\xc7\x44\x10\x08\x36\x3d\x06\x6b\x7f\x1d\x3f\xa2\x2f\xaa\ -\x7a\x16\xd4\x56\xe0\x2d\x05\x9b\x86\xb0\x28\xd0\x12\xa5\x70\xb4\ -\x18\xf6\xa3\x29\xc8\x77\x9e\xa8\xd4\x4c\x8e\x0a\x5c\x9a\x85\xce\ -\xa0\xd7\x15\x0a\xa7\xe1\xb2\xc4\x21\x0a\x1f\xc1\x20\x13\xfc\x72\ -\x93\xb2\x93\x32\x97\x36\xba\xa3\x7f\xfc\x0d\xd9\x4e\x4f\x7e\x2f\ -\x12\xce\xaa\xb7\xb5\x49\x4d\x2f\x69\x57\x9e\xa2\x0d\x47\xa7\x8d\ -\x9a\xe6\x50\x3b\xd4\x3a\x7e\xd2\xd0\x52\xd0\xb8\xae\xb0\x5f\xcd\ -\x41\x7e\x4d\xdb\xc9\xc0\xe3\x36\xab\x9c\xa6\xa3\x69\x55\x1d\x6d\ -\x67\x4a\x04\x69\xd2\x59\x54\x8b\x86\xe2\x74\x1d\x8d\x43\x89\xbb\ -\xb3\x62\x57\xb9\xbc\x91\xed\xb6\xb8\x1e\x08\x63\x69\xcc\x28\x84\ -\xc2\xe4\x87\xbb\x70\x88\x31\x35\x5a\xe3\xb8\x43\x96\xa6\x20\x95\ -\x23\x31\x49\x41\x79\x4e\x74\x27\xf5\x21\xc9\x94\x0e\x51\x0c\x30\ -\xee\xc3\x5e\xb6\x9a\x8f\xdb\x8b\x83\x4d\x6e\x09\xad\x76\x07\x5a\ -\x7b\xea\x85\xb8\x74\x20\xda\xc2\x6e\x68\x08\x85\xbd\x18\x67\x8c\ -\xa1\xbc\xe3\x10\x48\x0b\xf0\xc3\x10\x21\xe9\x93\xf1\x9e\x08\xf4\ -\xa0\x8b\xb5\x25\xbf\x3f\xbf\xb3\xa8\x0b\x37\x83\xea\xd6\xb4\x9d\ -\xf2\x8e\x8e\xe0\x86\xb2\x05\x48\xb0\x2b\x51\x7c\xb5\xb2\x11\x2a\ -\x60\xbb\x5f\x54\x06\x22\x80\xb6\x95\x0d\x77\x7e\x39\x41\x4b\xaf\ -\xc4\x0f\x81\x6f\xd2\xbf\x40\xa7\x69\x07\xd5\xfb\x96\x03\xf0\x70\ -\xb3\x8f\x69\x6f\x9e\x13\xcd\x2d\x6c\xd8\x77\x20\x55\x5c\x56\xd2\ -\x05\x0a\x8c\xf6\x18\xa5\xa9\x4d\x5d\xcf\xae\x20\x1d\x23\xd1\x22\ -\xb9\x6c\x77\x3d\x62\xd7\xf5\x71\xd2\x05\x40\x47\xb1\x6b\xc3\x4c\ -\x83\xb8\xf5\x8a\x53\x9e\xec\x81\x3f\xbf\xef\x58\x32\xc5\xa3\xee\ -\xc3\xa3\x63\x16\x97\x36\x72\x97\x2b\x5e\x6a\x1d\x6a\x9d\x06\x55\ -\x87\xd9\xa9\xa2\x12\x87\xa4\xb0\x85\x0e\x8a\x47\x01\x3b\xb4\x54\ -\x91\x04\xe4\xac\x33\xe5\xd0\x7a\x05\x40\xd0\xff\x6b\x3b\xe3\x9a\ -\x72\xcf\xdd\x91\x40\xe7\x69\xa5\x2d\x33\xd3\xee\x26\x0e\x8a\x6d\ -\x8d\x25\x90\x13\xcd\x2b\xdb\x5a\xba\x63\xa6\x12\x8f\x3e\x8d\x05\ -\xa5\x85\x0e\x2a\x87\x55\xe1\xc4\x87\xc3\x9e\x97\x50\xab\x28\x24\ -\x3d\xcb\xd0\x86\x54\x47\xcf\x09\xf4\x34\x6c\xa8\xb1\xab\x3b\x24\ -\xd5\x1d\x5a\x7d\xf0\x0f\x1b\xf7\xe4\xf6\x77\x22\xb4\x7b\x26\xd0\ -\xa3\xdb\xe4\x00\x8a\x1e\xe6\x2b\x79\x20\xd6\x46\x12\x39\x12\x71\ -\x7e\x16\xc6\x9c\xd4\xd1\x30\x36\x64\xc3\x6d\x77\xac\x8f\xed\x54\ -\xd3\x1d\xb3\x48\x98\x41\xbc\xcb\x59\x8d\x85\x0a\xd0\xe9\xef\x08\ -\x13\x85\xec\xa4\xb2\x05\x00\x45\x58\xe9\xe4\x4a\xdc\xf3\x05\xc3\ -\xbd\xcf\x67\x32\xde\x20\x7c\x0e\x9d\x88\x85\x0e\xb3\xcc\xa0\x84\ -\x4a\x18\x6f\xec\x16\xf6\xc5\x02\x08\xe3\xe1\xd9\x4a\x35\x8e\x0e\ -\x8c\x7a\xc2\xa4\xea\x83\x8a\xb3\x56\x65\xb6\xea\xd8\x31\xcf\xc1\ -\xb4\x76\x76\x4f\x4c\xbf\x50\xf5\xf8\x41\x81\xe4\x37\xe5\x52\xef\ -\x2f\x24\x1b\x1b\x09\x64\x0b\xe1\xf3\x70\xc8\xe7\xdb\xa6\x07\x01\ -\x9c\x68\xa4\x8f\x9c\x33\x77\x82\x7d\xc2\x83\x76\x15\xbf\x12\x20\ -\xb8\xe9\x0a\xdd\x87\xbb\x1d\x48\xe8\x82\xea\x3e\xc4\xba\x0b\x4d\ -\xc3\xc0\x67\x5b\x9b\xcf\xc4\xfb\x15\x3b\x01\x28\xa8\xd5\xcc\xbd\ -\x4a\x6a\xf5\xb4\x0d\x07\x9f\xe0\x5d\x24\x40\xc0\x76\x63\x1d\x22\ -\x7e\x75\x0c\xa6\xc8\xcb\xdd\x04\x37\xd2\x90\xd4\xcd\x21\x69\xcc\ -\xfb\x19\x8e\xa3\xc7\xbc\x9d\xcc\xb7\xdc\xa5\x98\xad\x29\x58\x65\ -\x7f\xc1\x4d\xe9\xb2\x1c\xd0\xcd\x80\xd0\x28\xd2\x76\x80\x71\x49\ -\x79\x94\x66\x6f\xd0\xd0\xe0\x71\xfe\x2c\x7a\xf3\xba\xc6\x27\xef\ -\x2a\x07\x2e\xfb\x7a\x24\xbd\xe3\x8c\x8e\x13\x69\x00\xd2\x93\x8c\ -\x48\x03\x08\x23\x33\xa8\x58\x25\xa8\x28\x8a\x7e\x76\x0d\xbb\xbb\ -\x6b\x51\xfc\x48\xe4\xd9\x1a\x94\x63\x4a\xe4\x32\x7d\x9b\x38\x3b\ -\xeb\x37\xb8\x60\x7b\x2f\x90\x34\x34\x46\x32\x69\xca\x16\x4e\x81\ -\x21\x9f\xd0\x43\xd7\x89\x9a\x0b\xc5\x2c\x11\x59\xaf\x70\x81\x1c\ -\x0c\x85\x17\xf5\xe2\x01\x2a\xaa\x9d\x9a\xb5\xe8\x34\x55\x53\x41\ -\x5a\x7f\xa5\x11\x9b\x72\xb0\xb1\x1a\x60\xb8\x9a\xc1\xc4\x69\x39\ -\xae\x23\x4e\xa0\x46\xdc\x34\x57\x80\x1b\x02\xa1\xe8\x66\xe6\x6c\ -\x48\x02\xd6\xd4\x3e\x9b\xcf\x4b\x55\xa4\xb9\x51\xbc\x07\xee\x7c\ -\xa9\xd9\x66\x54\xda\xe2\xec\x58\xb5\xc4\xda\x01\x6a\x3d\xb7\xcb\ -\x39\xbc\x38\xce\xbc\x1c\x01\xd1\x06\x58\x76\x48\x4a\x0e\x1a\x38\ -\x1b\x78\x53\x1c\x8b\x54\x86\x4e\x29\x13\xd1\x7d\xc5\x39\x90\x12\ -\x25\x1b\xa6\x32\x93\x8a\x6a\xd1\xfd\xf3\x0c\xe8\x1e\xc5\x53\xb9\ -\x03\x0e\x46\x1a\xd9\x17\xd9\x01\x5a\x93\x75\x74\xac\x0a\xc1\xb1\ -\x37\xa7\xf5\xfb\xb4\x7b\x3a\xa7\x68\x0f\xab\xe1\x39\xbf\xe4\xa9\ -\xc7\x48\x61\x33\x73\x0c\x37\x84\x5b\xb2\x0b\x49\x70\x4c\x71\xa0\ -\x4a\x35\xa4\x2c\x29\x03\x13\xe5\x48\x97\xc1\xbd\xcb\xcc\x62\xf2\ -\x96\xb7\xe9\x49\xff\x19\xb4\x20\xd3\xec\xd3\xb7\xc0\x90\x94\xce\ -\xa0\x48\xa9\x01\xda\xa1\x8f\xa6\x1a\xde\x4b\x7c\x52\x29\xc8\x9e\ -\xfa\x8e\x5e\x49\x87\xc5\x36\xd3\xc1\xe5\x4d\x9e\x69\x22\x2c\x25\ -\x10\x7e\xb8\x04\x15\xe2\xab\xda\x34\x8f\x40\x1d\xf6\x36\xc8\x0a\ -\xeb\xcb\x30\x58\xd0\x99\x64\x13\xc1\xf4\xc7\xe7\xa4\xa4\xc3\x12\ -\x25\x99\x24\x08\x78\xc6\x3d\xd7\x8b\x3d\xa1\xda\xc3\x75\x8d\x3e\ -\x0b\x9c\x9d\x46\x00\xb4\xdd\x60\x22\x6d\xf1\xc5\x86\xe7\xff\x21\ -\x3c\xdf\x65\x7f\x5a\x66\x02\x9b\x62\xc3\xc8\xb1\x89\x8b\x0a\x22\ -\x0f\x44\x34\xd1\xe6\x48\x1a\x57\x59\x84\x3e\xba\xa1\x78\xbb\xd1\ -\xfc\x3b\x24\xf6\x5c\xe7\x2e\x96\xae\x4e\x11\xc4\x83\x47\x68\x44\ -\x6a\x26\x58\xd0\x50\x77\x24\x30\x49\xe5\x24\x49\x3b\xf5\x2f\x54\ -\x52\xf6\x21\x88\xcf\xce\xd9\xa1\x11\x18\x6b\x54\x82\xbb\x9d\x54\ -\x99\xa3\x43\x97\x33\x15\xe8\x2c\x9c\xab\x83\x9b\x85\x91\x85\x10\ -\x77\x7c\x9f\x17\x62\x72\x50\x1a\x93\xde\x11\x63\xc9\x6a\xde\x88\ -\xd7\x1c\xfa\xba\xd6\x49\xa5\x3d\x8a\x24\x92\x58\x73\x69\xf4\xc0\ -\x65\x8f\xeb\x85\xb4\x1d\x83\x3f\xb3\x90\xac\xd9\x75\x95\xf4\x3f\ -\xc4\xef\x18\x26\x29\xcf\xc2\x8c\x5a\x3b\x40\xf2\x39\x91\x6c\xce\ -\xd9\x5c\xae\xa1\xe1\x45\xd1\x09\xd4\x83\x52\x9c\xe0\x05\x85\x15\ -\x6b\x0f\x2c\x97\x36\xa7\xd0\x00\x05\x52\x73\x35\x6c\xf3\x2d\x45\ -\xd0\xb3\x14\xb0\xee\x64\xb6\xf6\x8a\x8e\x01\x9e\xde\xc9\x1b\xf1\ -\x73\xce\xf9\x7b\xcc\x64\x2b\xd4\x33\xf5\x1d\xd4\x33\xdd\x6c\xcc\ -\xfc\x6c\x40\x68\x0c\x37\x44\x27\xb1\x18\x9c\x7f\x8d\x44\x28\x47\ -\x65\xf7\x9c\xaf\x39\x1b\x4d\x1b\x25\x36\x3d\xba\x6f\x53\xe4\x5b\ -\x7b\x2f\x69\x29\x72\x1a\x0d\xed\x6f\x1a\xcb\x38\x27\x4a\xeb\xa2\ -\xe3\x90\x7e\x79\x7a\xa1\x2d\x83\x23\xde\x4f\x10\x2a\xd7\xd7\x73\ -\x4f\xeb\xe8\x5e\xf3\x63\xc8\xb4\xa3\xd1\x88\x8e\xd0\x86\xf0\xc7\ -\xf1\x0f\xa5\x18\x66\x2c\x05\x80\x30\x9d\xc3\x67\x9f\xdd\x47\x9f\ -\xb3\x23\xd1\xa1\x7a\xd3\x61\xab\xe3\x02\x3b\xa8\x46\x64\x52\xec\ -\x04\x5a\x61\xb8\x40\x31\x17\x87\x57\xac\xdd\x0b\x90\x4f\xf0\x4b\ -\x34\x12\x49\x14\x60\x50\x4c\x45\x3e\xa9\xac\x49\xc9\xe7\xd1\xb1\ -\x32\xa6\x7a\x0e\xee\x37\x13\x68\x79\xd0\xa8\x3b\x49\x3a\x3b\xb6\ -\x24\x00\xe3\x9c\xad\x75\x50\x95\x71\xcc\x53\xaf\x98\x62\xcf\x02\ -\x25\x8d\x62\x34\xe7\x57\x0e\x03\xa2\xd0\x78\x31\x52\x63\x6d\x31\ -\x6f\x88\x0b\xd4\x7a\xe6\x26\x9e\x9c\xa2\xdc\x83\x6d\xa0\xfb\xde\ -\x51\xe1\x62\x34\xb4\xd9\xd6\x38\xb5\x73\x6c\x00\x5b\xad\x3f\xb3\ -\x18\xd6\x3e\x9e\xad\x91\x95\x2e\x9c\x66\xc2\x1c\x34\xa3\x4c\xc4\ -\x33\xb1\x4a\x8a\x2d\x60\x8f\x81\xf6\xa7\x2b\x70\x6b\x2a\x51\xef\ -\x80\x18\x3d\xa7\x8d\x9e\x46\x3b\xe7\x9a\x33\x7b\x38\xef\xce\x1c\ -\x44\x3d\x36\xb1\x65\x6c\x5b\x01\x0e\xc7\xfc\x49\xb5\x32\x12\x09\ -\x1f\xa7\x61\xc2\xf3\x3c\x46\xd3\xc0\xcc\xc2\x48\x2c\xa2\x0a\x4f\ -\x4a\x1f\xf7\xac\xab\xa2\x1c\x72\x50\xdc\xa2\xa3\x86\x61\x37\x3f\ -\xf3\x38\x9a\xeb\x0b\x8f\x82\x9e\x46\x4a\x26\xfe\xbc\xa3\xbb\x6b\ -\x1a\x6b\x6c\x30\xad\xd2\x04\x61\x45\x85\xaa\xa4\x50\xd6\x3a\x5f\ -\xd8\xf8\xd0\x91\x23\x66\x78\x0a\xc7\xb3\xd0\x01\x8e\x87\x7e\x58\ -\x53\x7f\x57\x33\xc2\x76\x2d\x3a\xad\x12\x37\x3a\xb3\x1a\x0c\x84\ -\x30\x88\xa8\x38\xc7\xda\x45\x07\x1e\xb3\x26\x4d\x21\x4b\x82\xf5\ -\x95\xa0\xd0\xf9\x26\x48\x96\xb3\x17\x32\x23\x26\x37\x56\xca\x5c\ -\x55\x99\xcf\xa1\xd6\xcf\xfc\x3b\x73\x7b\x7a\xeb\x4f\x93\x81\x92\ -\x40\x41\xcb\x5d\xba\x38\x32\x1e\xa6\x37\xc6\x5f\x29\x74\x2d\xd8\ -\xf4\x3c\x42\x73\xfd\x8d\x91\x0e\xcf\x35\x9c\x7f\x8e\xc6\xec\xa9\ -\x67\xbd\x71\xc6\xd2\x3d\x28\x7b\xec\x05\x81\x92\xc7\x08\xf3\xce\ -\xa3\x3f\x1b\x1f\xa9\x31\x81\xcb\x94\x19\x4d\xe0\x68\x8f\xd9\x9a\ -\x19\xa3\x56\x31\x1e\xac\x3b\xc3\x87\xb6\x01\x47\xc7\x6d\xea\xbd\ -\x7b\xd0\x75\x28\x53\x7f\xd4\x9d\x79\x98\x81\x0f\x7f\xaa\xbd\xca\ -\x50\x7c\x78\xe1\x0e\x64\xc0\x8c\x41\xfc\x17\x4c\xfd\x50\x60\xf1\ -\x69\xd8\x97\x05\x15\xca\x08\x32\x6d\x3e\x89\x61\x7a\xe1\xba\xaf\ -\x98\xab\x21\x3e\x2b\x03\x3e\x74\x35\x83\xfe\xad\x57\x75\x95\x78\ -\x0c\x01\xed\x97\x72\xb9\xd6\x8b\x3e\x15\x78\x97\xf4\xcb\xdd\xb6\ -\x63\x3e\x48\x4e\x62\xd6\x42\xe2\x99\x16\xd4\x7e\x87\x3d\x62\xcf\ -\xba\xc8\xcf\x5e\xfc\xc1\xbd\xaf\x76\x4a\x62\x2a\xaa\x62\x0a\x11\ -\x75\x5f\x6d\xdb\xcd\x69\x17\xdc\x0b\xf3\x36\x1d\xbe\x67\x81\xf0\ -\x49\xba\xb2\x11\xae\x40\xea\x24\xa8\x73\x06\x17\xc7\x9b\x28\x98\ -\x0c\x57\x1c\x38\x16\x0e\x70\x89\x1c\xb8\xc8\x59\xf0\xfb\xfe\x1d\ -\x34\xaf\x70\x75\x11\xf6\x79\x47\xec\x45\xca\xa5\x5c\x06\x13\x08\ -\xcd\x19\xca\xbd\x51\x7c\xce\x07\x08\x1c\x3a\x25\x82\x04\x39\xca\ -\x67\x97\x5c\xf8\xa7\x26\x60\x5f\xfb\x3a\x84\xda\x60\xc2\xcf\xfd\ -\x7b\x20\xde\x04\xfa\xb5\x1c\x61\x23\x27\xc7\x5d\xe6\x43\x26\xd5\ -\x28\xd8\x59\x3b\x9e\xa1\x00\xca\x30\xfb\x81\xf1\x02\x63\x95\xfe\ -\x24\xe7\x3c\x99\x6d\x5c\xb8\xa3\x80\x14\xb0\xa2\xa8\x77\x7e\x48\ -\x06\x32\x15\xb3\x34\x78\x71\xcf\x90\x48\x27\x65\xdc\xb1\xa9\x7c\ -\x3d\x09\x9a\x36\x60\x66\xb8\xf5\x8a\x8e\x29\xb7\x8d\x27\x49\x50\ -\xf0\xc4\x67\x7d\x10\xd5\x61\x9f\x12\x23\x12\xef\xbc\xdc\x43\x58\ -\x69\xe4\x8e\x41\x1a\x88\x3f\x31\xc5\x9c\x09\xa9\xd9\x34\xf4\xd0\ -\x5b\xc5\x24\xa8\x9a\x2d\x99\x26\x2e\xd3\x69\x28\xbb\x67\x25\x70\ -\x2f\xbe\x83\xe2\x52\x17\xaa\x53\x0c\x79\xd5\x1d\x66\x18\x91\x28\ -\x5e\x5b\xb1\xd6\xf2\x41\xb7\xea\xef\x75\x93\x61\x93\xc1\x84\x70\ -\xdf\x38\x34\x79\x44\x2b\xc4\xf6\x29\xbe\xbf\xbd\xd0\xd2\x49\x75\ -\x3b\xe9\x40\xcc\x3c\x34\x0e\x16\xa8\xa6\x7f\x1f\x36\x1a\xad\x11\ -\x5f\x53\xe9\x26\x2a\x24\x30\x5c\xdd\x8e\x67\xa7\x67\xd0\x30\x3e\ -\x01\xad\x40\x26\x77\x8d\x6e\x48\x9a\x96\xef\xff\x1d\xde\x85\xd2\ -\x49\x4e\x16\x66\x06\xdc\xf6\x33\x0c\x75\x02\x5d\x8e\x6e\x29\xd3\ -\xc2\xbd\xef\x0a\x92\x85\x42\x53\x17\x20\x5b\x7c\x06\x1c\x89\xf8\ -\x6c\xbd\x4c\xc8\xc4\x49\x56\x3f\x3f\x3f\x9d\xf0\x21\x1c\x8e\xcc\ -\x62\x1d\x52\x69\x2c\x79\xd0\x6f\xb6\x6a\xcd\x92\xda\x61\x09\x2c\ -\xcc\x61\x8d\xde\xce\x4b\x44\x84\xfb\xfa\xa9\xb4\xd9\x94\x7d\x00\ -\x00\x20\x00\x49\x44\x41\x54\x2e\x9a\xc2\xcd\x73\xda\x70\x06\xf8\ -\xd7\xfd\xaf\xb8\xa6\xb6\xc3\x77\x5f\x0b\x03\x04\xb8\x76\x8e\xac\ -\xe0\xe3\x7d\xa5\xd3\xd7\x36\x05\x36\xbf\xc0\xb3\xa2\xe1\xe9\xed\ -\x07\xa6\x45\x17\x55\x08\x22\x9f\x9e\x85\x24\xd1\x05\x81\x53\xde\ -\x68\x1e\xde\x46\xb8\xd6\x06\xf0\x29\x10\x04\x20\xe8\xee\x79\x49\ -\xb7\xa6\x26\x74\xb9\x50\x3f\x3b\x57\xa5\x51\xbb\xbf\x9a\x66\x4c\ -\xcd\x9f\x70\x3a\x70\xed\x9a\x8b\xe8\x1d\x30\xc6\xa5\xff\x3a\x35\ -\x67\xa9\xf7\x4d\x87\x3b\xf8\xe0\x76\xd1\x8f\x27\x59\x09\x12\x85\ -\x65\xfc\xef\x7f\xfe\x07\x44\x3e\xf8\xeb\xd7\xaf\x32\x65\x2a\xfa\ -\x11\xf8\xa1\xa9\xa4\x98\x69\xd5\xb4\x4b\xb5\x1f\x2f\x02\xe4\x17\ -\x48\x7e\x81\xe5\x03\x61\xf6\xef\xdd\x8a\x6b\xff\xd3\x14\x25\x5e\ -\xd8\xdb\x35\x54\x79\x4f\x97\x48\x51\xa1\x18\xe4\x73\x03\x35\x5c\ -\x0f\x49\x0a\x35\xf6\x62\x30\x67\xc9\x65\xe2\xa3\xe1\xfa\xbb\xb0\ -\x64\xbd\x87\xa7\x42\x0b\x84\xa0\xc3\x12\x3b\xfb\x9a\x04\xb5\xdf\ -\x1e\xfb\x42\x0b\x46\xc3\x1e\x1d\x86\x72\xec\xa5\x71\xe6\xd9\x00\ -\x41\xef\x65\x3d\xa0\xdb\x26\xdd\xcd\xbf\xe7\xbe\x2e\xef\x06\x4b\ -\x53\x53\x7d\xed\x87\x69\xc1\x6f\xc4\xa0\xd5\x4f\x20\xc4\x3e\xeb\ -\x46\xed\x86\xdd\x1b\xb7\x29\x44\x7c\xf4\x45\xd2\x30\x3d\x58\x25\ -\x40\xb1\xcb\xdc\xc3\x24\xf7\x87\x27\x9e\x0a\x8b\x8e\x3c\xca\x55\ -\xd4\x8b\x65\x83\x8a\xbf\xff\x1f\xfd\x57\x25\xc7\xae\x87\x95\x61\ -\x7a\x11\x73\xb8\x88\xdc\xb6\x39\xba\xaa\x67\xe2\xeb\x0e\xc6\x5a\ -\x74\x41\x67\x5c\x64\x27\xfe\xd6\xc1\xc6\x19\x1a\xce\x34\x74\xb8\ -\x48\x41\x92\x70\x97\xc0\x68\x95\x73\x1a\x1b\x8e\xf5\xcd\x43\xef\ -\xc9\x95\x20\xfa\xcc\xbf\x69\x4a\xe3\x03\x4f\x3d\x66\xef\x3b\x86\ -\xc6\x72\xdf\xbf\x55\x77\xd9\xf0\x43\x37\x94\x0c\xc2\xcd\xaa\x30\ -\xf6\x76\xcf\xcf\xde\xb8\xb3\x30\x30\xa7\xf2\xf3\x28\xb2\x0d\xc0\ -\x6d\x57\x1b\x5a\x71\x9e\x0b\xc1\x3a\x12\xd7\x26\x16\x18\x35\x8a\ -\x73\x86\x40\x88\x70\xe9\xef\x36\xf2\xa0\x15\x5d\x99\x61\x66\x10\ -\x73\x89\x14\x5e\x80\xe7\xbe\x37\x48\xcd\x41\x04\x09\x38\x66\x38\ -\x69\x9a\x66\x7d\x96\x77\xb3\xf4\x72\x73\x81\x4c\xe8\xf3\x3d\x46\ -\x77\x69\x6b\xcc\x41\xfc\xc4\xcf\x6f\x82\x6e\xd7\xf9\x91\xb8\xa6\ -\xda\x76\x76\x50\xdd\x40\xa2\x9c\xaf\xd5\x70\xed\x7f\x35\x25\xd5\ -\xba\xe8\x4e\xdd\xd8\x9d\xf2\x14\x00\x7a\xcf\xb1\x44\x7e\xe6\x68\ -\xc1\xd8\x02\x93\x75\x9a\xdd\x08\xc3\xf4\x0e\xea\xe6\xaa\x51\x42\ -\x1a\x26\x25\xcc\xc0\xfe\xfd\x3b\x2c\xd7\x57\xcf\xa1\x24\x2d\x8d\ -\xda\xde\xbf\x1d\x3c\x36\x39\x3b\x58\xca\x31\x67\x2d\xbb\x90\x54\ -\xf4\xc7\x2e\x6e\x80\x3b\xb4\xa5\x0b\xe2\xf2\x8f\x74\x93\x8c\xf8\ -\x7c\xa9\x33\x9e\x8a\xb9\x96\x66\x5d\xe4\xc0\xfd\x8d\x9f\x01\xca\ -\x30\x6e\xd3\x01\x0e\x1b\x2e\xd5\x2e\xec\x90\x20\xb7\x7a\x4e\xba\ -\x08\xbf\xaf\x9f\xf8\xb3\x9f\x3a\xbf\x2d\xce\x13\x08\xb0\xf7\xe5\ -\x0d\x9b\xd0\xc6\x6e\x03\x34\xdc\x5b\x59\xb8\x7e\x9f\xc2\x04\xa7\ -\x4a\xa5\x8a\xe1\x34\x1c\x60\xbd\xd5\xbf\xad\x5d\x01\xd5\x7e\x0a\ -\xb8\xfe\xac\x34\x0f\xd1\x62\x96\xfd\xec\xdb\x41\x97\xed\x75\x11\ -\x99\x03\x7b\x8b\xd3\x2d\xef\x40\x04\xbd\x8a\xdc\xa6\xed\x98\xf5\ -\x44\xb3\x8c\xab\x8a\xe4\x07\x6a\x58\x43\xf0\x28\x26\xb7\x57\x3f\ -\xc3\x06\x25\xca\x93\x7f\x7d\x6a\x22\xf4\xa4\x1a\x88\x7c\x40\x31\ -\xf4\x30\x13\x1c\xb3\xb0\x78\x8e\x19\x2d\x44\x31\x35\xd9\xca\x1f\ -\x20\x9c\x4a\x6e\x0f\x18\xbd\x45\x5f\x07\xb7\xf0\x1a\x8e\x22\xd6\ -\xa2\x2c\xb5\xb2\x1b\x9e\x87\x7c\xf9\xd5\x87\x23\x88\x0c\x33\xc8\ -\x9c\xf5\x93\x13\xb3\x89\x08\x1f\x65\x6f\x41\xa7\x66\xb6\xfc\xb4\ -\x7d\xf3\xae\x70\x03\x74\x9b\xf3\x9e\xc7\xb1\xb7\xc1\xec\x4a\x4f\ -\xd3\x07\xdd\x6c\x0d\x7a\x3e\x55\xc2\xfe\x44\x2a\x12\xf1\x25\x8b\ -\x42\xaf\x2c\x2e\x47\x97\x4f\xb9\xe6\x60\x1c\x08\x1b\xcd\x79\x5d\ -\x31\x23\x22\x07\x07\x6a\x17\x9e\x0c\x1f\x1e\xca\xea\x45\x6d\x09\ -\x84\xa3\x15\x2d\xf2\x29\xf7\x1f\xfb\xe2\xca\xc6\xcb\x07\x07\x66\ -\xa0\x9a\x9c\x78\x1d\xfa\x2b\x8e\x35\x57\x7e\xe4\xd4\x02\xd4\x97\ -\x53\xe5\x78\xc7\x6b\xad\xd1\x41\x9c\xe2\x44\x3c\xdc\x16\xf3\x70\ -\x6b\xda\xc2\xb3\xa3\x04\x7a\x5b\x8f\xaf\xb5\xfe\xc0\x67\xb6\x43\ -\x13\xd8\x73\x41\x1e\xda\x1d\x6a\x13\x0d\xc5\x5b\xcb\xe3\x8e\x56\ -\x76\xf8\xe9\x55\x00\x85\xc5\xac\xa3\xa1\x43\x79\xb9\x66\xf2\xcb\ -\xd8\xe1\x36\xa7\x8e\x74\x02\x2e\x5f\x45\xa1\x4f\x14\xb1\x2d\x6e\ -\xbd\x7f\xee\x05\xd5\x6c\xd5\xd3\xa1\x55\xd2\xb0\x39\x7e\x1a\x72\ -\x4c\xc1\x7b\xad\x69\x5e\x6f\xe3\x8e\x48\x48\x3d\xb1\x7f\x48\xa6\ -\x2b\x81\x38\xac\xa4\x5e\x6b\xcc\xe7\x68\x9d\x42\xd8\xf9\x1d\x92\ -\x1d\x95\x47\x47\xe6\x1b\xc5\xd3\xa2\x33\x63\x8f\x6e\x7c\xcd\xaf\ -\x89\x75\x2b\x22\x87\xc6\xc7\x53\x01\x6a\xcd\x97\x4d\xaa\x9a\x54\ -\xb7\x29\x69\x8c\x05\x2a\xc1\xa2\xfb\x87\xa1\x37\xb5\x72\x32\x94\ -\xe8\x66\x11\xcd\x0e\xe6\x69\x57\xcb\xc3\x63\xa5\x4d\x84\x5a\x1c\ -\xfe\x59\x7f\x75\x97\x2b\x86\x88\xba\x56\x38\xd6\x6e\x6a\x6b\xa1\ -\xde\xa5\xd5\xe9\x18\x17\xc6\x34\x3c\x8b\x91\xf3\x1e\xf8\xe1\xf6\ -\x39\xe7\xf2\x39\xe5\x50\x7a\x1c\xc1\xb7\xc2\x8a\xed\xf8\x3c\x19\ -\xe7\x94\xaf\x01\x1c\x0e\x50\xc8\x2e\xcc\xe1\x7c\xe6\x9d\xd1\x5e\ -\xe7\x49\x0d\xd9\xf8\x7c\xfe\xaa\x35\x9b\x06\x13\x3d\xb2\x40\x8f\ -\x4e\x6a\x53\x55\x50\x34\x32\xd0\x7a\xac\x63\x2b\x97\x2f\x16\x81\ -\xd1\xaf\xef\x8e\x5c\xdf\xf4\x05\x4f\x67\x57\xed\xe1\xd4\xf4\x40\ -\x9a\x39\x09\x1d\xbc\xc6\xf5\x49\x14\xe0\x7a\x74\x0e\xbf\x75\x4e\ -\xb2\xf3\x91\x73\xcd\xda\x18\xc0\xca\x34\xe6\x9b\x26\xe6\xf9\xcf\ -\xa5\x31\xa4\xb6\x3b\x9e\x7b\x28\xed\xa6\xa7\x79\x8b\x3d\x34\x42\ -\x73\xee\xcc\xd4\x4f\x19\xfb\x9a\x7b\x51\x14\x73\x46\xdf\x17\xd3\ -\x13\x8c\xce\x17\x8d\x4e\xd2\x71\x2f\x41\xf1\xf1\x39\x50\xab\x4d\ -\x71\xa8\x07\xaa\x16\xdd\x2d\xe3\xd2\x9c\x07\x44\x73\x18\xb7\xd6\ -\xf9\x48\x6c\xa7\x96\x1b\x04\x19\x1d\xf9\x6f\x0c\x97\x35\x06\x3b\ -\x67\xf7\x28\x3b\x90\x4a\x52\x1d\x07\x7a\x19\x11\xfc\xb9\xab\x75\ -\xe6\x4f\x52\xdd\xda\x52\x93\x45\x97\xee\xca\xfc\xcd\x68\x58\xde\ -\xdb\xe1\x04\xcb\x63\x8e\x50\x8d\x55\x19\xe6\x17\x12\x73\xcc\x68\ -\xf8\xfc\xbb\xfe\x27\xa8\x81\xf4\x1e\xa3\x00\xa5\x2f\xdd\xb9\x28\ -\xe2\x43\xf7\x35\x75\x3a\xf9\x5c\xd2\x79\x96\x86\xa1\xd1\xec\x78\ -\xa4\x13\x69\x77\x70\x05\x22\x68\x27\x68\xf0\x83\xc6\xf5\x64\x08\ -\x75\x2e\x61\x55\xee\x2c\x28\x6b\x1b\xa2\x85\x81\x09\xac\xe7\x10\ -\x3e\xc9\x7f\x3a\xc1\x7b\x5a\x2f\x23\xa6\xb9\x37\x79\xac\xbb\x3c\ -\x7f\x6a\x36\xaa\xee\xda\xd3\x47\x47\x7a\xa8\x60\xdd\x15\x50\x3a\ -\xe6\x0f\x07\xcc\xca\x5f\x6b\x94\x45\x87\xca\x92\xf7\x8c\xd9\x91\ -\xfd\x3d\xed\xb4\xb7\xc4\x41\x89\x99\x03\xe4\xde\xca\xcf\x57\xdc\ -\x61\x61\x7f\x76\x9b\xbc\x23\xb9\xc6\xc6\xe6\x51\x58\xf6\x10\xf8\ -\xa7\x61\x1c\x62\x2e\x28\x19\xf0\x6b\xfd\x35\x1c\x74\xc9\xd9\x05\ -\xe0\x62\xa5\x49\x30\x56\xfa\xf9\xe8\x8b\xd5\x70\x8e\xf7\x38\xbb\ -\x63\x39\x4f\xb7\xeb\x96\xec\x08\x8f\xf3\x0b\xa7\x41\x95\x85\xde\ -\xde\x54\x6b\xef\x68\x68\x03\x2d\x40\x85\x55\x76\xe9\x4f\x21\x78\ -\x16\x44\x23\xe1\xc1\x74\x00\x8b\xe0\x9d\x03\x00\x73\x1e\x95\xbf\ -\x30\x2b\xd1\xe3\x93\x4e\xf4\xd4\x4a\xc9\x70\xbd\xb2\x10\xb1\x4e\ -\xda\x0f\x1f\x49\x48\x0c\xe6\xda\x69\x5c\xed\x93\xa8\x67\xc2\x8a\ -\x87\x26\xaa\x9d\x85\xac\x29\x6b\xf4\x70\xfe\x9b\x3c\xf1\xa0\x3f\ -\xa4\xc0\x3f\x07\xc1\x66\x47\x2b\xb5\x67\x14\x49\x1d\xa9\xc5\x64\ -\xf3\x2e\x04\xe7\xc0\x47\x2f\x6c\xa2\xc5\x1a\x2f\x71\xda\x59\x9b\ -\x6a\x51\x00\x7d\x96\xc8\x48\xfc\xb6\x16\x1a\x35\x22\x5d\x6d\x06\ -\xc6\x8a\x49\xcf\x4f\x94\x97\xcb\xdf\x7f\x0e\x4e\xdb\xd3\x82\x34\ -\xdc\x19\xa7\xe6\xa5\x0f\x29\xae\xc2\x6a\x22\x54\x89\xfa\xff\xfa\ -\xf5\xb7\xb7\xa7\x77\x27\xae\x39\xbb\x20\x4d\x30\x34\xa5\x3d\xbc\ -\x62\x02\x77\xeb\x12\xbc\x70\x0f\x27\x9a\xad\x63\xe6\x15\x8f\x29\ -\xd6\x78\x25\xb6\x4c\xed\x5c\xa9\xc7\xe6\x18\xd3\xcf\xc7\x3d\x24\ -\xe9\x29\xbb\x98\xd3\xd1\xad\x07\xcc\xed\x93\xaa\x75\x32\x3d\x0f\ -\x9a\x0d\x98\xc0\x4b\x4e\xcb\x75\xd2\x57\x61\x92\x53\xef\xe7\x33\ -\x75\x4e\x76\xd3\xdf\x2a\x89\xe7\xee\xd2\x3e\x03\x90\x17\xbe\x74\ -\x3a\x71\xf1\x31\xd5\x61\xb8\x6b\x9e\xc9\xc7\x27\x92\xdd\x4b\xf7\ -\x51\x30\xd4\x35\x86\xae\x88\x47\x62\x98\xf7\xfa\x5c\x0b\x49\xeb\ -\x6b\x5d\x00\x0f\x33\x03\x7b\x75\xb8\xe8\x08\x5e\x32\x66\xc6\x6d\ -\xb4\xf5\x98\x1d\x94\x8f\xef\x86\xa8\x7d\x98\xf0\x70\x92\x3a\xa9\ -\x35\xf4\xb0\x73\x47\x69\x61\x3c\x14\xac\xc8\xa3\xa9\xfe\xec\xd4\ -\x80\x30\x51\xcd\xc0\x3b\x12\xe0\xd4\x3a\x4e\xfa\x80\x06\x8d\x59\ -\xb5\xf9\xe5\x2c\x87\xae\xf3\x69\x76\x21\xf8\x32\x94\xfa\xe9\x6a\ -\x94\x5a\x83\x2f\xf7\x5e\xe2\x75\x3b\xe9\xa3\x79\xf8\x8a\x3e\x06\ -\x22\x4b\x03\x0c\xe9\xae\x66\x0f\x7a\xcf\xf9\x1d\xe2\xdd\xd9\xd1\ -\xf1\x3a\x93\xd5\x30\x06\x60\xa7\xa4\xa8\x65\x17\xc8\x3f\xf5\x23\ -\x5e\x90\xe4\xa0\x48\x9b\x14\xa8\x31\x0c\x73\x02\x36\xc7\x41\xa7\ -\xfb\xab\x41\x48\x3b\x67\x76\x07\x9a\x48\x0a\xf0\xf2\x39\x66\xf4\ -\x1a\x3e\x6d\x46\xe7\x6c\x1c\xbd\x42\x84\x8d\x72\xa2\xeb\xe7\x2e\ -\x4d\x6b\xca\x4e\xf2\x00\xc7\x4c\x0d\xfb\xe7\x3e\x28\x34\xca\x27\ -\x58\xd1\xd7\x46\x07\x4d\x97\x87\x7e\xe1\x3d\x32\xe2\xcf\x16\xc0\ -\xdd\x75\xf0\x83\xdb\x97\xf1\x9b\x0a\x97\xf8\x92\xbf\x17\x2d\xba\ -\x5d\xce\xd8\x79\x0f\x16\xc7\x6b\x98\x72\x02\x03\xf4\x4d\xac\x9d\ -\x73\x80\xf8\xfb\x90\xdd\xa9\xc3\x4d\x3b\xe5\x9a\x3f\xa4\x77\x68\ -\xb8\xa2\x1b\x4c\xc9\x48\xb1\x47\x8c\x1c\x52\x82\x2f\x7a\x94\x69\ -\x66\x95\x0c\x7b\x0e\xea\x93\xda\xa0\xf3\xce\xeb\x19\x85\x54\x9e\ -\x49\x4f\x10\xed\x5c\xe3\xf2\x64\xfa\x1c\xd6\xd1\x34\x9c\xcd\x0e\ -\x73\x1b\xa6\xe1\x72\xfa\x3e\x2b\x98\xe9\xab\x19\xc7\xb7\x02\x75\ -\x0e\xcc\x06\xdb\x60\x62\x6f\xcf\x2f\x2a\x66\xe3\x70\x18\x4c\x89\ -\xc4\xbb\x53\xf9\x00\xd6\xa6\xc9\x16\x49\xd0\x4a\x43\x03\x6f\xc3\ -\xfa\xe4\xa9\x43\x21\x02\xa7\xf5\x7d\x8c\x52\x60\x7b\xd0\xcd\x8c\ -\x5e\x5d\xd2\xd4\xbc\x3f\xcd\x7f\xc8\xb8\xdc\x30\x9f\xcf\xe3\x4f\ -\xce\xb0\xf7\x7d\x17\x55\xbb\x28\x6a\x73\x6d\x87\x99\x94\xb7\x6e\ -\xc3\x07\x60\x85\x8e\x2f\xa9\x8f\x6b\x9d\x86\x19\xb9\xf6\x82\x42\ -\x78\x9a\x03\xa5\xa6\x58\x3a\x8d\x26\x2e\x2d\x5d\x83\x48\x4d\xed\ -\x9d\x67\x79\xea\x53\x5f\x80\x86\xf6\x77\xe4\x84\x94\x1a\x07\x52\ -\x20\x52\xaf\x21\xd5\x71\xdf\x69\x24\x41\x3d\x98\x59\xed\x8e\xfd\ -\xf0\xf9\xa3\xcb\x5d\xe6\x82\x53\x7a\x81\xb4\x7b\xab\x7b\xde\x2f\ -\xc6\x40\x81\xa8\x4c\x58\x58\x35\x18\xfc\x34\x91\x09\xff\x00\x66\ -\xd8\x96\x32\xfb\xc9\xe1\xf2\x3d\xeb\xea\x34\x0c\x6b\x9d\x3b\xbf\ -\x8c\x84\xe6\x9a\xb5\xe8\x70\xfa\xdc\xd0\xb9\x9e\xcf\x77\x19\x49\ -\xe4\x1f\x9d\x65\xb3\x09\xd1\x96\x8c\x67\x8e\x42\x63\xbc\xc5\x2c\ -\xb8\x29\x66\xc6\x7a\x4e\x3b\xdf\x67\xb3\x5d\xd4\xdc\x08\xce\xcd\ -\x4c\x4f\xb7\xca\x25\x8b\x0e\xd4\xb9\xf4\x06\xc2\xa5\xfb\xd8\xc8\ -\x2e\xc5\x7d\xcc\x6a\x9a\x09\x11\xb1\xdb\x2f\xef\xa0\x93\x4d\xd4\ -\xb6\x91\xbf\x7b\xf0\x9e\x73\x50\xa9\xbe\x02\x43\x21\x20\xd6\x36\ -\x88\x97\x5e\xb0\x6b\x0c\xa3\x2d\x1d\xd1\x39\xc7\x6a\x47\xe1\xd5\ -\x93\x11\xb8\x51\xa3\xf2\x91\xe4\xd6\x35\xad\x75\x14\x19\x80\x0f\ -\xb6\xcb\xee\x4e\xa2\x35\x65\x09\x3f\x12\x5c\xe7\xe8\xae\x3e\xf8\ -\x64\xf2\xcc\x0d\xb4\x09\xcf\x39\x29\x85\x86\x88\x23\x3f\x8e\xf8\ -\xec\xb1\xe9\xbb\x7b\x98\x09\x5c\x19\x6c\x3c\x8a\xab\xec\x92\x1d\ -\x16\xa9\x3c\xec\xd7\xeb\xf9\xbf\x0b\xdb\x43\xe7\x33\x83\xf0\x40\ -\xf0\xfd\x00\xdc\x5d\xf5\x3f\x0e\x60\x16\x8e\x69\xd9\x0c\xe6\x1d\ -\x8b\x2d\x84\xf3\x39\xcc\x18\x5c\x56\xcc\x73\xa6\x99\xcf\x39\x18\ -\xce\x84\x11\xb4\x40\x74\xcc\x74\xa9\xe0\x30\x5a\xd4\x9a\x42\xe6\ -\xf8\x8c\x79\x10\x27\xed\xe8\xa0\x45\x3d\x67\xe1\x10\x5e\xf3\xa2\ -\x0e\x7b\xf6\xc1\x77\x32\xc5\xa3\x1b\xe3\x3a\xbb\x7c\xc7\xb7\xbe\ -\x0b\x8b\x13\x41\x59\x87\xc9\xc2\xd4\x0f\x99\x19\xec\x32\x4c\x7d\ -\x73\xb9\x10\xa6\x86\xa3\x12\xbd\xdd\x89\xcc\x18\x32\x3c\xe6\x8d\ -\x9f\x07\xb7\xc4\xa8\xd3\xd0\xcc\xb8\x2d\xfb\xd9\xc5\xda\x81\x28\ -\x1e\xa8\x61\xb9\x9d\x9d\xc3\xb5\x73\x81\x37\x9d\xe7\xa9\x1d\x6b\ -\xe0\xc2\x68\x83\xb0\x4a\x84\xef\x0e\x85\xfb\x28\x0c\x9c\x86\x34\ -\x12\xa9\x42\xcb\xdb\x2c\xe4\x40\x6f\xcb\x22\xfe\x31\x33\x84\xf5\ -\xab\x4d\xf7\xb7\xc3\x7b\x3a\xd1\xb5\x0b\xea\xbb\xd3\x37\x91\x4b\ -\x85\x54\xf1\xdd\xfb\x72\x97\x68\x96\x3e\x5c\x4e\x76\xbd\x76\x08\ -\x5f\x24\x37\x6d\x6a\x61\x33\xe9\xa2\x81\xca\xee\x32\x60\x48\xda\ -\x47\x3e\x8e\x1d\x73\xed\x98\x97\x27\xab\x19\xa7\x77\xeb\x8f\x68\ -\x14\xca\x48\xfd\xd4\x30\x77\xd0\x09\x9c\x69\x6b\xd2\x84\x17\x44\ -\xe4\x48\x76\xeb\xd9\xb3\x8c\xc2\x3a\xd0\xdb\x8d\xb2\x6c\x76\xea\ -\xa2\x38\x9d\x86\x3f\x55\xf8\xa7\x3b\x21\x8f\xc2\x65\x76\xaa\xe6\ -\xf9\xf1\x3f\x9f\x77\xd4\x43\xcd\x49\xd8\x81\x0d\xa5\x32\xfe\xf9\ -\xd6\xa9\xef\x22\xb6\x69\xcd\x9e\x1c\xf0\xc0\x6d\xf7\x57\x4e\xbf\ -\xa3\xde\xfb\xa5\x65\x79\xe9\x38\xbf\xc0\x01\x39\x8e\xc2\xa9\xdc\ -\x4e\x7f\x4c\xeb\x67\xd5\x2f\xd7\xbb\xbd\xe0\xb3\x79\x56\x46\xd2\ -\x37\xb3\xf6\xe7\x73\x99\x09\x5c\x7f\xaf\x8d\xe4\x70\xbd\xc0\x92\ -\xaf\xc5\x11\xbd\xe7\x2c\xf5\x7c\xa1\x00\x32\x8d\x47\x8c\x62\x1c\ -\x76\xef\x31\xe3\x72\xae\x19\x4f\xe4\xee\x03\x44\xc8\xa2\x9b\xa1\ -\x5f\xf6\xc5\x30\x58\x79\x98\xf6\x60\x14\x49\xd3\xf9\x31\xe7\xe4\ -\xf0\xc3\x42\xdb\x38\x3a\x30\x59\xfc\xa8\xaf\x81\x59\x40\xfb\x1f\ -\x8c\xd9\x9d\x4f\x2d\x6b\x3a\x5a\x46\x41\x35\xe3\x05\x0d\x77\xb1\ -\x16\xd2\x53\x81\x18\xfd\x1e\x10\xa6\x0d\x52\x26\x54\xc7\x82\x9f\ -\x49\xb0\x51\xcd\x54\xb7\x9c\xd7\x55\xc9\x78\x68\x51\xe8\x44\x9e\ -\xbe\x15\x21\x5f\x35\xc4\xf0\xa1\xe5\x49\x1b\xaf\x1c\x41\xf8\xdd\ -\x61\x78\xec\x83\x17\xe3\x22\x7e\xbe\x72\x0b\xb5\xaf\xda\xe1\x28\ -\xf5\xda\xcd\xed\x4f\xfb\xe7\xcb\xbe\x7f\x5a\x75\x1f\xdd\x8f\x01\ -\xec\x4e\x07\x55\x3a\xa4\x19\x3b\x28\xa2\xeb\x88\x1d\x67\xa7\x01\ -\x6d\x0c\x56\x9d\x4f\x3e\xe8\xe1\x4f\x27\xdc\x6f\x5d\x4f\xab\x22\ -\x3e\x72\xe5\x30\x89\x7a\x31\x7f\xec\xad\x8b\xcb\xb8\xc1\xd1\xed\ -\xb7\xc7\x60\xdc\x7d\xdd\x83\x32\xde\x45\xd5\xc9\x18\x13\x08\x14\ -\xb6\xa4\x0c\x20\x2a\xa7\xa5\x53\x4b\x76\xee\xf9\xa9\x09\xa4\xf3\ -\xdc\x8e\xcf\xd8\xc1\xdd\x61\x5a\xd1\x51\xe5\x57\xb1\xee\x32\x02\ -\x6a\x8d\x11\x68\xe8\xdf\xf1\x30\xec\xa2\xe8\x6a\xe1\xeb\x7b\x21\ -\x9a\xb9\x68\xc7\x25\x8e\x5d\x75\x98\x36\x3d\xd7\x8f\xe9\x1f\xd7\ -\x53\xe6\xa0\x27\x88\xf9\xcd\xc1\x18\x4d\xff\x3d\x00\x0f\x3b\x40\ -\xaa\x7e\x9e\x3b\x3a\xb7\xa9\x8d\x8d\xb3\x37\x8c\x6d\x58\x81\x95\ -\x7c\x67\x66\x69\xdd\x43\x0a\xfe\x72\x46\x14\xe9\x41\x9f\x9a\x43\ -\xd9\x24\x67\x3d\x71\x0f\x0c\x9d\x01\x5d\x72\x5a\xf9\x03\x97\x3e\ -\x07\x32\xda\x39\x54\xce\x70\x7c\x0e\x3f\x9d\x75\xaa\xaa\xd7\x63\ -\x52\xb8\x1d\x03\x1e\xfd\xce\xd5\x0c\x7b\xd0\x74\xa6\x3e\xca\xcc\ -\xc0\xf7\x7e\x54\xb0\xde\x9e\xaf\x0d\xbe\xb5\xf2\x20\x0e\x1e\x08\ -\xe9\x23\x10\x70\x0f\xbb\x25\x4b\x7b\xd3\x1e\xa8\x3b\xbf\x4f\x67\ -\xeb\x9e\x00\xbb\x3b\x61\x4c\x0b\x5a\xb2\x40\x5b\xf6\x3e\x8e\xa1\ -\x9d\x6e\x71\xa3\x63\x73\x3a\x0e\xc5\x70\xc3\x79\xa0\xea\x18\xd4\ -\x47\xfa\x70\x37\x71\x2a\x99\x0b\xfe\x53\xfb\xc3\x5f\xbb\x8c\x39\ -\xc3\x63\xba\x40\x8a\x88\xcf\xc5\x8a\x45\x99\xc1\xd6\x79\xda\xe9\ -\xb2\xd7\x6d\x61\x1b\x43\x82\x39\xba\xa2\x94\xee\x90\x41\xc3\xc9\ -\xe4\x6b\xa7\x11\x8a\xf1\x98\x50\x4e\x35\x8f\x37\x07\x8f\x1c\x09\ -\x87\xbd\xed\xa8\xe9\x41\x95\x30\x9a\xbe\x63\xfb\x98\xa7\xf0\xad\ -\xf0\xfa\x9a\x9c\x3f\xac\xdd\xff\x84\x16\x1e\x1d\x80\xd0\xb4\xe5\ -\xc1\x5b\x09\x54\x29\xca\x4e\xb7\x9d\xa3\x08\xa9\x04\xeb\xd9\xfd\ -\x88\xa1\xc5\xc3\x6d\xad\x68\xb7\xb9\xde\xed\x3d\x18\xf9\x9b\x29\ -\xc5\xd1\xc1\xb5\xd3\x78\x01\xa1\x31\x38\x83\xf3\x53\x90\x8a\xd3\ -\xd1\xad\x80\x8d\x36\x67\x31\xfb\x32\x88\xf6\xab\x41\xce\xf7\x6b\ -\x7c\xb6\xf7\x8b\xb2\x30\x0e\x92\x3c\x34\x69\x0e\xce\xfa\x92\x3c\ -\xd2\x43\x88\x3f\xff\x59\x72\xe6\x89\x01\x37\xf6\xd1\xd1\x73\xd7\ -\x35\x1b\x94\xd2\x53\xd8\x9e\x6e\xa9\xf6\x30\xd4\x39\x0a\x6a\x74\ -\xdb\x3a\xdf\x9d\x0e\xd7\xd1\x34\x60\x48\xe3\x83\x04\xa6\x12\xa1\ -\x9f\x48\xe6\x2c\x3e\xbd\xd0\x41\xe9\x64\xa0\xee\xe4\x59\x6b\x63\ -\xa2\xc5\xe4\x05\xbd\x84\x2d\x7e\x76\xc1\xf6\xde\xb8\xf4\x0a\x47\ -\x52\x2e\xfd\xcf\x69\x10\x24\x15\x44\xf8\x39\x74\xf3\xf1\x0e\x6b\ -\x5d\xe3\x4f\x9d\x9b\xd3\x25\xcd\xba\xf9\x74\x8c\x78\x38\xde\x15\ -\x87\x86\x2b\x69\x61\x83\x36\x4a\x8f\x11\x14\x30\x03\x8b\x20\x06\ -\xb6\x8d\x8e\xbf\x3e\x4c\x07\xde\xe0\xde\x8e\x19\x46\x47\x31\xc5\ -\x7c\xcc\xc3\x79\x0e\x5d\xa6\xa4\x39\x05\x3d\x2e\x3b\xfa\x7b\x13\ -\xc0\xad\xd7\xda\x39\x38\x59\xa2\x0b\xf7\x70\xce\x4a\x0b\x7b\x30\ -\x3b\x9d\xe6\xd1\x75\xe7\xc9\x22\x79\x24\xa3\xbe\xfe\x1b\x35\xee\ -\xf3\x4d\x5e\x89\x0c\x8e\xf9\x7e\x3d\x3c\x37\x1d\x39\xd3\xf2\xf8\ -\x4c\xbe\xce\x61\xbb\xf4\x6f\xe8\x82\x2f\x20\xef\x69\x87\x5f\xe6\ -\x2d\x1d\xdf\x1a\x9c\x74\xb3\x17\x23\x8e\x88\x63\x25\x86\x77\xa3\ -\x04\xc2\x1c\x1e\x6a\x69\x97\x9c\x20\xb1\xc5\x1c\x1a\x7c\x1f\x3e\ -\x6a\x08\xf3\x90\x70\x1a\x73\x27\xd5\xd3\x68\x04\xb2\xc6\xfa\x2e\ -\x5f\x9b\x4a\xf2\xf4\xa0\x7f\xef\x31\xce\x00\xd8\x09\xc8\x30\xcd\ -\xe9\x19\xc3\x15\x15\x10\xe1\x1a\xd3\xf2\xad\xa0\x51\xfa\x4e\xc1\ -\x3c\xd8\xaf\x8f\x58\x03\xe3\xaf\x45\xd8\xf7\x2e\x29\xc7\x38\x18\ -\x3a\xba\x42\xd3\x30\x26\x29\x70\x79\x3e\xbb\x5b\x9e\xd3\xa0\xf6\ -\x73\x2e\xd0\xd8\x8b\xfe\xef\xf7\x38\x57\xd3\x5d\x95\xff\xd8\xb9\ -\x7d\xd2\x56\x2b\xce\xe5\x1a\xb4\x69\x6f\x3e\xf3\x47\xeb\xd8\x93\ -\xfb\x60\xc6\x9b\x23\x36\xd0\x01\xb4\xcd\xdc\xcc\x08\x07\xab\xe9\ -\xb4\x67\xd7\xe1\xac\x8a\x03\xec\xf5\x75\xb8\x5f\x85\x55\x76\x93\ -\xa7\xae\xb0\x6c\xd1\x99\x21\x4c\x88\x69\xdf\x07\xe5\x38\x8d\x86\ -\xf8\xe5\x6a\x3c\x9f\x93\x94\x6e\x2f\x2d\xff\xd3\x54\xab\xf2\x6f\ -\x9e\xab\x44\xbb\x6b\x45\xd2\x81\x76\x52\x80\x2d\xe9\xe3\x93\xb1\ -\x72\xc6\xba\x8d\x59\xd0\x6a\x33\x4a\x32\xde\x1e\xf4\x6f\xee\x62\ -\x32\xf5\x85\x83\x12\xde\x36\xe6\x41\x11\xd5\xa1\x39\x7f\x00\xc1\ -\x36\xc6\x37\xb4\x2b\xa9\xbd\x72\x3e\x66\x7a\xcd\x19\xfd\x36\x54\ -\xfe\xb9\x2f\x84\x4f\xca\x24\x03\xb8\x55\x63\x7c\xd0\xa0\x6c\x4f\ -\x96\x50\xd0\x16\xe7\xb3\x0d\x13\x15\x1e\x36\xdd\xd4\xc8\x4e\x24\ -\x7f\xf2\xb1\x76\x0c\xb3\x89\x24\x53\xb5\x6a\x45\xc4\x9d\x39\xf4\ -\xae\x84\xce\x52\xdf\xf2\x58\x9c\x67\x00\xb9\xbf\xf2\xc0\x2b\x30\ -\x8a\x27\x8f\x1b\xb9\xc9\xd5\x8d\x1b\x94\x6a\x71\x10\x18\x2c\x76\ -\xb4\x3e\x31\x74\x29\xe5\x9e\x64\x49\x0f\x6a\x2b\x66\xa7\x5c\xc4\ -\xe1\x39\x36\x24\x4b\x24\x36\x5f\x10\xc6\x7c\x38\x45\x59\x94\xd6\ -\x06\x59\x88\x37\x39\xc4\xed\xc6\x06\xbd\xbb\xba\x4d\x9b\xdb\xec\ -\x26\x24\x2a\xe6\xc5\xc3\x7b\x21\xb9\x05\xad\xbe\xa8\x34\x27\x47\ -\xbd\xbd\xfb\x6b\xf6\x53\xf0\x94\xb3\x83\x97\xed\xf7\xb4\x96\x9c\ -\xd4\x4e\x12\x7a\x68\x7a\x1e\xdd\x12\xb5\x3f\x52\xb4\x9c\x0f\xbc\ -\xa2\x1b\x92\x87\x52\x6f\xc4\xc9\x61\xce\xce\xcb\x39\x3b\x81\xda\ -\x5d\x2c\x11\x6d\x0a\xdd\x88\xee\xc7\xf0\x3a\x2a\xde\xad\x8d\xc3\ -\xbc\x66\x65\xd4\x80\x28\x3c\xda\xfe\x8f\x39\x06\xd3\xaa\x76\x52\ -\x1f\x9f\x49\x01\x1c\xa5\xd5\xfd\x85\xbe\x11\x7b\x86\x89\xa2\xb0\ -\x6c\x7e\x44\xef\x25\x3e\x68\x8a\x39\x8f\xc7\x60\x87\x96\x2a\xd7\ -\x52\x1e\xa0\xfc\xd2\xba\x45\xd4\xdc\xfc\x76\xc6\x7a\x24\xd6\x55\ -\x70\x32\x15\x18\x91\x32\xa4\x39\x6b\xe9\x3c\x74\x31\x12\x0f\x3e\ -\x3a\x0c\x74\x08\xb5\xf5\x40\xb5\xec\xeb\xfe\x08\xad\x60\xf8\x0e\ -\xc2\x08\x1c\xf3\x62\x30\xba\x7e\x7a\xcc\x78\x8a\x77\x60\xfa\x4a\ -\x0e\x3b\x90\x52\x17\xa7\xf4\x6d\x90\xe5\x59\xe0\xcd\x42\xaf\x28\ -\x1f\x22\x5f\xa9\x40\xaa\xdf\x11\xaf\x3a\x6c\x87\x0d\xf5\x61\x31\ -\xfb\x88\x69\x65\x23\xac\xf6\x15\x98\x78\x75\x2a\x07\x6d\xf9\xa0\ -\xc4\x3c\x69\x82\xda\x49\xe0\x31\xc8\xf9\x0b\x6d\xcf\x93\xfe\x07\ -\xc2\xc6\x52\x62\x77\xef\x2a\x77\xd1\x30\x27\xd3\x97\x73\x69\x98\ -\x8e\xa8\x2a\x74\x3b\x0b\x61\xea\x2a\x67\xb7\x4f\x1f\x36\xc2\x65\ -\x85\xfc\x6f\x50\xea\x3f\x02\x0f\xff\x26\x01\xf4\x2e\x2a\x7f\x41\ -\xb8\xa5\xa8\x50\xf4\x07\xc4\x5d\x63\xa2\xa6\x03\x7c\x28\xb3\x65\ -\xb3\xef\xf1\x6c\xbe\x9b\xc9\xcf\xff\x53\xb1\x90\x49\x98\x3d\xa8\ -\x7c\xce\x10\xb9\x21\xfc\x6b\x74\x5f\xde\xdf\x63\xa2\xa5\x57\x78\ -\x25\xd0\x65\x66\x33\xdd\x25\xa5\xcc\x4f\x18\x0d\x22\x3c\xef\xe7\ -\xd0\x85\x0d\x20\xe6\xb9\x2e\x71\x50\x86\xe8\x0b\x98\x84\x83\x2a\ -\x75\xee\x93\x3e\x7b\xca\x19\x2d\x81\x3f\x16\x90\xee\x97\xd7\x9c\ -\x86\xef\x6c\x89\xc3\x77\x9f\x03\xcf\xf7\x5b\xa0\xe5\xb0\x62\x9e\ -\xba\xdf\xc3\x84\x05\xed\x6a\xc6\x83\xb2\x3f\x35\x9e\x38\xba\x72\ -\x06\xda\x00\x49\xfb\xbb\x19\x59\x95\x69\x49\xeb\xd1\x69\x4d\xfe\ -\xe8\x1e\x5a\x9e\xcf\x5f\x80\xb7\x7f\x47\xf5\x3c\xd8\x24\x01\xcc\ -\x1c\x54\x50\x33\x58\x19\x49\xad\xf7\x9e\x20\x3a\x8a\xb3\xd7\xac\ -\x24\x1e\xb4\xf4\x87\x13\x3c\x92\x0d\x94\xcf\x58\xb8\x9d\x99\x07\ -\xd5\x29\x63\xef\x13\xb8\x92\xa1\x55\x57\x74\xde\xf8\xba\xcf\x47\ -\x12\x3d\xd9\x36\x53\x83\x47\x58\x75\xa6\x1e\x05\x72\xcd\xc5\xdb\ -\xe5\x6f\xda\x45\x6b\xd2\x16\x47\x41\x82\x64\x49\x58\xe7\x3b\x64\ -\x95\x5f\x78\xbe\xb8\x6a\xad\xa9\x65\x07\xb9\xed\xf4\xeb\x79\x8e\ -\xce\xfa\x51\x54\xbd\x40\xbf\x0d\x91\x4f\x9d\x21\x5d\x04\xe2\xf8\ -\xac\x32\xa1\xae\x71\x24\x56\xf9\x18\xf8\x8c\x57\xfe\xfe\xba\x6b\ -\x96\x9d\x35\x7e\x02\x56\xcc\x47\x87\xa8\xba\xf5\xf4\xa6\x56\xa7\ -\x7e\x70\xd2\x28\x5c\xff\x64\xe5\x48\xa8\xe1\x46\xcc\x49\x05\x24\ -\x1f\x85\x84\x01\x86\x56\x51\x85\xb3\xbb\xcb\xd6\x0c\x8d\x32\xf6\ -\xa0\xe9\xfc\xe9\xae\x8c\xa7\xd4\xe0\x3c\xa7\xb3\xf0\xd6\x31\x3a\ -\xe0\xab\x76\xf0\x11\x51\x7c\x10\xba\x7c\xed\x58\xe5\xa8\x92\xc3\ -\x11\x98\x1a\xfc\x8d\x39\x46\xcd\xc4\x61\x8a\x2c\xa7\x0b\x2b\xd3\ -\x0b\xb7\xf6\xa8\x10\x46\x9f\x85\x6c\xef\x4e\x72\x35\x67\xcc\x76\ -\x0c\xa6\x73\xe4\x2c\x87\xda\x25\x9f\xb1\xdd\xcb\xde\x48\xc7\x13\ -\x51\x4c\x41\xfb\x53\x6f\x50\xc9\xe5\x33\xd1\x78\x74\x8a\xba\x9b\ -\x6c\x25\x42\xde\xb6\xa3\x13\x12\xe8\xa6\x46\x82\xa2\x81\xba\x26\ -\xdd\x43\xf2\x51\xb4\x36\xc0\x8e\xf1\x85\xf9\xfd\x21\x7a\x0f\x0d\ -\x93\x26\xea\x3d\x0b\x81\x30\xcb\xa0\x30\x87\xf0\x87\x8e\x42\x6c\ -\x72\xe7\xe5\xe1\xa7\x64\x8f\xc3\xcb\x0e\xca\xa2\x26\xb7\x5d\x73\ -\x28\x9c\xc5\x38\xc7\xc9\x6f\xb0\x9e\x15\x34\x74\x2c\x32\x9e\x9b\ -\x3b\xfa\x9c\x9c\xfb\x27\x5d\xe6\x10\xd9\xab\x06\xa5\xc5\x6a\x63\ -\xce\x64\xc1\x98\x01\xbd\x63\xe6\xd3\x10\xec\x86\x91\x06\x13\xe3\ -\xc2\x8d\x15\x3a\x07\x1d\x07\x79\x75\x2a\xa7\xa0\xb8\x0e\x59\x77\ -\x08\x24\x0e\xf7\x3a\xcb\xf7\x22\x27\xad\x22\xbb\x4e\x1c\x1c\x5d\ -\x0e\x64\x36\x05\xf9\x3a\xf8\xed\xb3\xf8\x9a\x54\xaa\xa0\x64\x19\ -\x4d\x4a\xc3\x44\x8c\xe8\x30\x22\x18\x2e\xfb\x65\xa1\x4a\xf4\x1d\ -\x39\xa3\xe0\x95\x7f\x15\xd5\x67\x80\xc8\xf6\x31\xd9\x5b\x27\x38\ -\x86\x9f\xba\x3e\xac\x03\x49\x36\xdc\xe7\xe0\xc4\x20\xb7\xbc\x0b\ -\xab\x6d\x5f\xe7\x28\x7c\x2b\xb2\x2b\xc8\xe5\x10\x4e\xe5\xb2\x9c\ -\x7d\x1e\xf0\xd3\xaa\x79\x16\x57\xc7\x7e\x39\x92\xf9\x2f\x94\x47\ -\xa5\x93\xea\x38\x0f\x25\x74\x51\xad\xea\x1c\x78\xa7\xc3\xb5\x8e\ -\x20\xf5\x8d\x8c\x37\x6a\x7b\x0e\xc2\x9d\x0f\x80\x2b\x53\xf8\x66\ -\x18\xd2\x43\xa3\xb5\xe7\x09\xfd\x9b\xae\xe2\xf3\x2f\xcd\x57\x87\ -\xd3\x6a\x7b\xda\x59\x3f\x85\xe8\xb3\x43\x32\xb9\xee\xb3\xbb\x5e\ -\xfb\x70\x50\xee\x14\x67\xc1\xd2\x6c\xa1\x91\x58\x93\x0c\xcb\x6e\ -\x3a\xba\xa0\xaa\x39\x2a\xc1\x0f\xc2\xa4\x0d\xfb\x77\x7d\x60\x77\ -\x83\x54\xe9\x0c\x78\xdb\x5d\xfa\x3c\xb1\x28\xfa\xcb\x7e\x99\xb0\ -\xe4\x03\x25\xc5\xc6\x8e\x8e\xc7\x0e\x4d\x64\x0e\x48\xe2\x40\x1f\ -\xcf\xf5\xb0\xf5\x02\xb0\x5e\xe2\xf9\x4c\x86\x8c\xbe\x17\x5d\x87\ -\x4e\xf2\x05\xc0\xed\x83\x9e\xd3\xeb\x69\x0e\xb0\xc5\x0b\x74\x28\ -\x73\x1c\xb4\xe5\x76\x39\xfe\x15\xa2\xbe\xbf\xd2\xaa\xca\xd8\x28\ -\xe8\x91\xdf\x74\x32\x53\xfc\x3c\x67\x25\x9e\x85\x15\xc1\xf6\xcf\ -\xab\xeb\x9d\x26\x2a\xee\x54\xe5\x7b\x7b\xc5\xa0\xee\x9d\x54\x52\ -\x10\x68\xc9\x31\x04\x66\x26\x24\x80\x83\x30\x95\x2c\x0f\x64\xf9\ -\x4c\xbe\xe9\xe8\xb8\x60\xd2\xa8\xc6\x60\xd0\x29\xee\x9f\xdd\xa9\ -\xee\x7c\x7d\x29\xca\x86\x3e\xc2\x0c\x43\xf4\x6d\x45\x83\xd6\x98\ -\xe3\x77\x24\x47\x24\xd9\x67\x28\x13\x83\x37\x1a\x6f\x07\x88\x35\ -\x7f\x9e\x43\xf7\x37\x07\xa7\xcf\x9f\x9b\x45\x54\x9e\xd9\x4f\xaa\ -\x91\x86\xf9\x95\xe1\xcf\x14\xbb\x3b\x35\x14\xb3\xbb\x3a\x67\x6d\ -\xc6\xfa\x86\xcd\xbd\xb9\xc3\x03\xfe\x7d\x56\xcc\x5f\x65\x47\x6d\ -\xf6\x02\xf5\x9e\x46\x08\xfc\x34\x58\x38\x34\xef\x7f\xa6\xd2\xce\ -\xae\xe4\x71\x1d\xfa\x36\x43\xc8\x71\x19\x5d\xa8\x64\x2c\xd7\x1a\ -\xe3\x81\x47\xe7\xda\x25\xca\xf4\xd2\xf0\x9e\x1d\xc9\xf5\x00\x67\ -\xdf\x1a\x5c\x40\x9d\x39\x33\x62\xbd\xad\x38\x9f\xf7\x1d\xef\x6f\ -\x8f\x35\x97\x33\x3e\xc3\x7e\xbd\xb4\xf4\xbb\x0c\x15\xba\xb3\xd9\ -\xe3\x84\xb2\x58\x3e\xee\x61\xeb\xf8\xfd\x1e\xc9\x30\x8b\x68\x85\ -\x9d\x96\xe0\x86\xf2\xb8\xb7\x70\xad\x75\x53\x21\x07\x28\xca\x0e\ -\x1e\xc0\x26\x9f\x3f\x95\xdd\x5a\xe2\x01\xee\x06\x1d\x6f\xef\xbb\ -\x44\x2b\x1e\x86\x75\xc4\x12\x1f\x3e\x6e\x0f\xe6\x45\x16\x8e\x1b\ -\xfa\xd8\x03\xfc\x25\x5e\x9d\xf1\xf5\x29\x57\xc8\x62\x29\x8b\x05\ -\x9a\xc3\xa6\xff\x27\x80\x41\xad\xc7\x54\x67\xa0\x29\x80\xc9\x6e\ -\x9a\x3f\xa7\xe5\x98\x7b\x97\x31\xca\x93\x02\x3c\x73\x3e\x7e\xec\ -\xff\x27\x3d\x7b\xea\x1e\xff\xd4\xf5\x7c\xb2\x8c\xde\xf7\xa4\x35\ -\x77\x91\x1e\x3f\xf7\x09\x97\xe3\x5c\xe3\x9a\xdf\x4f\x5a\xb6\xf2\ -\xe9\x9f\x30\xff\x5a\x46\x49\xe7\x60\x1f\x36\x17\x01\x76\xb6\xf7\ -\xf8\x21\xac\xee\x40\x29\x35\xb4\xcd\x0b\x62\x39\x50\xf1\xa4\x52\ -\x7c\x0f\xcc\x3a\xb8\xfb\x7a\x56\xae\x69\x9d\xa8\x1a\xdd\x23\x7d\ -\x46\x9b\xe1\x04\x43\xe5\x0a\xa8\x65\xaa\x91\x74\x1f\x6d\x1f\xff\ -\x18\x7a\x87\x2f\x62\xe2\x5c\xb4\x1c\x89\xbd\x51\x0c\xd1\xfd\x2c\ -\x6c\x1d\x53\xb0\xd3\x3d\x8c\x51\x6e\x45\xb9\x09\x64\xcc\x7f\xe2\ -\x98\x3a\x9e\x0e\x6a\x8a\xdb\xdd\xfb\xd8\xa9\x76\x3e\xb0\xd4\xa2\ -\x50\xf2\x00\xf1\x2d\x2c\xf9\x3b\x08\xcb\xd4\x72\x23\x6c\xf8\x23\ -\x1d\x70\xd2\x51\xe8\xdf\x21\x96\x84\x6f\x22\x68\xea\xd9\x0c\xdf\ -\x66\x6e\x80\xdd\x8c\xc3\xd3\xbf\x76\x9f\x09\xc4\xd1\x4d\x44\xdc\ -\x22\x18\x23\x91\xf2\x4e\x45\x77\x93\x0c\x1a\x01\x6c\xd0\x98\x72\ -\x30\x6d\xe9\xb7\xe4\x10\x0c\x7f\x43\x01\xd2\xfc\x23\x05\x82\x64\ -\x78\x24\xfe\x38\x06\x5a\x56\xf7\xc3\x02\x69\xab\x9e\x39\x4a\xd7\ -\x72\x70\x70\x1e\xff\x4a\xe0\x57\xf6\xfc\x3c\x7c\x25\x36\xbe\x16\ -\x2f\x3b\x0f\xfb\xc7\x7c\xa4\xe8\x4a\x29\xe1\x38\xd8\x6c\x58\xac\ -\xbf\x0e\x57\xd3\x9a\xa1\x99\x06\x06\x5f\x0f\xe0\xad\xa1\xb7\x23\ -\xb0\x7d\x17\x9a\xeb\xe4\xa2\x1c\xc8\x7b\x0b\x47\x9f\x26\x1e\xdf\ -\x86\x72\xbf\xba\x0d\x29\x31\x27\x3b\xaa\x8d\xa7\x03\x13\xc7\x10\ -\xca\x61\xe7\xd8\x74\x87\x72\x34\xb2\x83\x6a\x94\x89\xf3\xb3\x78\ -\xc4\x70\x57\xf2\x21\xe4\xeb\x98\xaf\xd4\xef\xff\xcf\xc2\xe8\xfc\ -\xbc\x95\xc3\x80\x99\x5e\x1a\xa3\x9b\x71\x88\xd0\xe7\x7a\x55\x55\ -\x0c\x33\xad\xb7\x39\x4f\x26\xb7\x1a\x54\xa4\x47\x22\x54\xa6\x23\ -\x1a\xb3\xac\x00\x98\x49\xb9\x4c\x66\x06\xd1\x34\x08\x6d\x8d\x9e\ -\x59\x68\xff\xa2\x78\x36\x81\x48\x14\x55\x24\x35\x09\x98\x48\xc1\ -\x1f\x39\x0c\x80\x40\xdb\x9d\xac\x62\xa6\xdd\x9c\xb1\xe4\xdf\x25\ -\xa5\x93\x59\x4b\xbc\x98\x22\x0a\x93\x9c\xf3\x59\x2a\x7a\x0e\x10\ -\xb0\x83\xc5\x60\x87\xce\x29\x69\x6d\xd3\x28\xe1\x49\x67\x9d\x06\ -\x29\xef\x44\x74\xff\xf1\x80\x3f\x5d\x37\x1f\xeb\x3d\xe9\x91\x79\ -\x4e\x18\xc7\x20\xf4\x09\x0f\x70\x59\xa7\xbf\xc5\xf4\xe1\x6c\x49\ -\x77\x33\x12\xfe\x50\x5c\xcd\x02\xc0\x86\xd1\x4f\xd2\x80\xbe\xed\ -\x9f\x3f\xed\x29\x09\x1a\xb5\xeb\x9c\x02\x4c\xd0\x93\x42\xee\xf4\ -\xf8\x2c\xa8\x43\xcb\xb8\xe5\xa0\xcc\xb7\xcb\xdf\xfe\x9a\x70\x27\ -\xca\xcf\xf4\xf9\x83\x46\x61\x52\x53\xe5\x05\x8c\x9e\xef\xe9\xbb\ -\x5d\x7e\xba\x02\x7f\xdb\x7f\x9a\x67\x2c\x7f\xa7\xff\xe2\xa1\x85\ -\x7c\x77\x69\x51\xb3\x20\xff\xf4\x3c\x2d\xc0\xbd\x49\x37\xd6\xa1\ -\x0f\x42\x76\x3a\x8e\x7b\x6a\xea\x3a\x5e\xce\xb1\xf2\xe8\xe2\x3f\ -\xc4\x5d\xe4\x45\x15\x69\xba\xdb\x7d\xd7\x7c\xf2\x2c\xba\xd4\x0e\ -\x57\xd2\x6d\x59\xf0\xb9\xc6\x83\x25\xec\xd2\x69\xf4\x73\x0c\x87\ -\x9e\xad\x63\x8e\x1c\x20\xf6\x01\x7a\x1e\xb9\x93\x95\x31\x15\x3d\ -\xcc\xb1\x5e\x05\x52\x5a\xf1\x1f\x58\x7e\xeb\x62\xa7\x96\xaa\x0c\ -\x36\xec\xad\x47\xac\xc2\xf6\x21\xeb\xf0\xcf\xe4\x1a\x84\xdd\xf3\ -\x0d\x13\xd0\x5f\x01\xbe\xf1\x11\xf7\x8b\xea\x5e\x8c\x13\x37\xca\ -\xf9\xff\x39\x7b\x97\x2c\x4b\x8e\x5d\x4b\x0c\x80\xd9\xe1\x5d\x9a\ -\x4c\xf5\x34\x0c\x75\xd5\x54\x4f\xf3\xa8\x51\xd7\x25\xe3\xb8\x01\ -\x6a\xe0\x6f\x66\x1e\x49\x15\xdf\xba\x8f\x64\x32\x33\x22\x8e\xbb\ -\x7d\x80\x8d\xfd\x71\x1a\xac\x9f\x99\x34\x87\xd9\x8f\x8f\x88\x83\ -\xd0\xfb\xda\xd8\x2c\x92\xb9\x7d\x6f\x91\x0f\x7a\x37\x5b\x9e\x14\ -\xeb\xf7\x41\xd3\x78\x36\xc6\x03\x27\xa8\x10\x67\x3c\xc9\x56\x62\ -\x50\xd0\x1a\x31\xa8\xab\xc5\x0c\xaa\x36\x3c\x92\xf4\xb2\xfd\x8e\ -\xf6\x06\x4d\x01\x69\x89\xac\x4f\x8d\xd8\x79\xb4\xc6\x64\xb9\x9a\ -\x42\xb5\x35\x39\x40\xad\xd8\x63\x6d\x52\x4e\x2f\x2d\xe0\x59\xdc\ -\x8a\x1f\x8b\x09\xef\x4b\x8d\xe6\x53\xc0\xc6\xbc\x32\x70\xbf\xfa\ -\x38\x84\xde\x57\xf2\x9f\x81\x57\x07\x6e\xcc\x34\x49\x1d\xc0\xcd\ -\xcc\x69\x59\x14\x43\x68\x1c\x67\x03\x53\xdd\xcc\xe6\xdf\x02\xa9\ -\xb9\x5f\x56\x4c\x4f\x7d\x9a\xca\xc5\x3d\x55\xbd\xb7\x8c\x31\x47\ -\xc5\x81\x8e\x8b\x31\x0b\xac\xf8\xfb\xf8\x7f\xfe\xaf\xff\xf1\x3f\ -\x89\x8a\x05\xad\x07\xa2\x83\x58\x68\xdd\x03\x84\xa8\xd9\x53\x20\ -\xc6\x09\xb5\xdf\x3e\x08\x16\xfc\x00\xe0\xb2\x03\x74\x68\xfe\xcb\ -\x98\x00\x63\xa8\xb9\x01\xaf\x2b\x3d\xc6\x17\xfe\x8f\x7c\xf5\x4c\ -\xc2\xe2\x64\x67\x8d\xc2\x5a\xcb\x3a\xf2\x32\x21\x2a\x2a\x8e\xf1\ -\x19\x20\xf0\xe8\x18\x99\x6c\x7b\x5a\xe0\x87\xeb\x8c\x1e\xfe\x27\ -\xd0\xfb\x9d\xaa\x53\x91\x96\x31\x06\x0c\xcf\x53\xc2\x1c\x16\x26\ -\xea\x53\x91\x02\x0c\x91\xfd\x77\xe9\xe5\xc9\xe2\x0d\x9d\x3b\xd4\ -\x20\x10\x4c\xf8\xf2\x8f\xe1\xff\x1c\xcd\x64\x0b\x58\x46\x0e\xd4\ -\xda\xad\x90\xd5\xa9\x71\xc0\x00\x82\x05\x0c\x80\x14\xb6\xda\x88\ -\x39\xc6\x44\x1c\xca\x21\x2f\xa8\x44\x45\x59\x08\x55\x33\xa1\x17\ -\x28\x84\x3d\xa5\xe6\x65\xe8\xc4\x68\x8d\xa5\x42\xdb\x6a\xb2\x60\ -\xdf\x93\x86\x4e\x9c\x68\x90\x05\x2b\xeb\xb3\x0d\x52\xd3\xd0\x1c\ -\x83\xd0\x14\x00\x68\x52\x38\x68\xee\x14\x58\xce\x93\x66\x8f\x7d\ -\xe0\xaf\xf1\x17\x20\x4d\x18\xa4\x1a\xb2\x0f\x0d\x58\x11\xf0\x48\ -\x16\x8a\xcb\xe5\xe0\x47\x78\x68\x05\x3a\x5b\x03\xdb\xd4\xe8\xc2\ -\xb8\xd7\x56\x41\x61\x09\x46\xf5\xe2\x7e\xf9\x46\x70\x7a\x1c\x5a\ -\x56\x10\x11\xd0\xb4\xc4\x76\xf2\x06\x67\x14\xb7\x37\x4b\x74\x47\ -\x01\x9c\xa4\x54\x32\x51\x67\x38\x28\x54\x21\x4d\xd8\x10\xcd\x29\ -\xb2\x60\x5c\x28\x93\x9a\xe5\xe1\xc1\x31\x32\xb7\xe6\x9e\x34\x2b\ -\x2b\x26\x2a\x50\x81\x6f\x09\x4a\xe0\x5a\xb9\x7f\xe2\xb9\xfb\x45\ -\xbc\x18\x9e\xe7\x47\xb3\xdc\x34\x22\x09\x70\xe8\x1e\x04\x33\x3d\ -\xf9\x7e\xff\xb1\x26\xdf\xf7\x75\x35\x4c\xd0\x1c\x39\x01\x31\x43\ -\x04\x2b\x72\xbd\x59\x1d\xa5\xf1\xb3\xaa\x94\x85\x23\x03\x48\x0f\ -\xff\x07\x68\x20\x8c\xa9\x7f\x5e\x8d\x70\x96\x4d\x1e\x23\x72\x46\ -\x33\xae\x30\xb9\x11\x62\x1f\x58\xd7\xbe\xe5\x86\xe1\x08\xf0\x80\ -\x06\xc1\x98\xd3\x2c\xa1\xd3\x8d\xc9\xe9\x6d\x34\x26\xd0\x98\x76\ -\x21\x73\x9c\x0a\x6e\xf6\xe2\xd4\xbf\xc5\x3f\xd6\xd0\x49\x84\x0d\ -\xbb\x50\xdc\x73\x6a\xf2\x33\x1a\x95\x01\x27\x0c\x9a\x40\x03\x0c\ -\x04\xb1\xf5\x42\xe3\x14\x32\x93\x3d\x13\xfb\x9f\x58\xe1\x43\x31\ -\xe9\xef\x54\xa1\x1a\xa8\xee\x39\x6b\xda\xb0\x69\x53\x45\xc3\xfe\ -\x6e\x5a\x9e\x07\xbe\xb1\xb7\xab\xb5\x3f\xda\x39\xec\x02\xee\x31\ -\xa7\xbd\x23\x29\x80\x01\xc2\x83\x9a\xc3\x85\x53\x0b\x76\xb1\x50\ -\xd6\x40\x36\xf9\x89\xa0\x55\x1a\x08\x73\x0c\x20\xf2\xdc\x21\x35\ -\xc0\x48\xa9\x5a\xa1\x04\x59\xde\x16\xdb\x3e\x59\x06\xbf\x08\x03\ -\x08\x3c\x36\x09\x16\xf8\x59\x8f\xd2\x6e\x28\xdd\x05\xe7\x70\xea\ -\x91\xe6\xd0\x89\x35\x6f\x21\xb3\x31\x0b\x6e\xf4\x0b\xd8\x99\x04\ -\x56\xe4\xe1\xb0\xfd\x34\x86\xe6\xcc\xb8\x4e\xcb\x19\x05\x0e\xd4\ -\x20\x01\xa3\x99\x7e\x8c\xa1\x0c\x0c\xd7\x91\x90\xd8\xd9\xc1\x91\ -\x3f\xe4\x34\xda\x08\xb1\xad\x81\xd0\x0e\x70\x60\x89\xcc\x40\x6d\ -\x2c\x87\x99\x89\x80\x73\xee\xfd\x1d\x20\xc2\xf7\xfb\x0f\x30\x2f\ -\x5b\x47\x65\x32\x59\x74\x1a\x75\x8a\x12\xe7\x1f\x70\x4c\x01\x05\ -\x15\xb2\xa3\xa1\xa6\x2f\xbe\xbf\x05\x9d\xaa\xec\xfb\x83\x8a\x6e\ -\xc2\x9b\x5f\x2b\xf2\xc9\x72\x24\x11\xe3\xf9\xda\x02\xba\x37\x25\ -\xe1\x7a\x6a\x67\x2b\x01\x34\x3f\x52\x43\xee\x97\xbd\x21\x7f\x66\ -\x48\x98\x64\x31\xb3\xcf\x76\xc3\x06\x32\x5d\x87\x6e\x07\xb5\xcf\ -\x7e\x64\xc1\x72\xc0\x13\x4b\x6c\x09\x22\xc0\x44\xf0\xd8\x76\xaa\ -\x5a\x3f\x37\x7d\x40\xd1\x9c\xc1\x31\x32\x5f\xd2\x3e\xba\x9e\x37\ -\x96\x6b\x84\x62\x4b\x87\x62\xef\x6b\x3d\xcb\x47\x18\x7a\x45\xe1\ -\x07\x69\xf0\x33\x86\x51\x89\x07\x59\x67\xe0\x72\x4c\xf5\xc9\x80\ -\x14\x81\x38\x5b\x69\x4c\x58\x60\xe7\xd7\xa0\x2c\x0f\x86\xd1\xdb\ -\xed\xd7\x18\xd8\xd6\x62\xd2\xd6\x1c\xcf\x11\x76\x16\x08\xf5\xf7\ -\x6b\x74\xad\xc5\x0c\x1e\x74\xa9\x3a\x28\xef\x6c\x3c\xc7\x6e\xd5\ -\x70\x84\x9c\x18\xa1\xb9\xeb\x92\xee\xa7\x51\xb5\x83\xc8\x46\x83\ -\xea\x6e\x8d\x84\x46\x53\x43\xad\x1f\x04\x00\xbe\x26\x0d\x31\xae\ -\x85\xc5\xdc\xd8\xd9\x47\x09\x0e\x45\x01\x0b\xdb\x12\xb5\xfd\x89\ -\x34\x2d\xd7\x09\xa2\x40\x26\xd2\x9c\xa7\x22\x22\xb2\xf5\x63\xe1\ -\xc3\xc4\xc0\xeb\xb1\x67\x47\xc9\x5e\xb1\xbb\x07\x71\xc2\x7a\x94\ -\x92\xee\x2e\xaa\xba\xbf\x38\x02\xb1\x05\x16\xb0\xc7\x8e\x0c\xcc\ -\x3c\x2f\x04\x60\x42\xe0\x61\xc0\x30\x70\xe4\x61\x22\xe9\xf3\x22\ -\x44\xcb\xd1\x72\x0a\x9c\x25\xa9\x8a\x9e\x86\x84\x03\x1e\xf8\x01\ -\xe1\xa5\x04\x79\x54\x89\x06\x42\x76\x9f\x3f\xeb\x47\x69\xf3\x96\ -\xff\xe4\xaf\xc0\x9b\xaa\x67\xad\xb8\x57\x00\x9c\x46\x98\xc0\xc8\ -\x12\x9b\xcc\x09\x46\x7e\xab\x47\x7c\x08\x0a\x3c\xfc\x98\x7e\x1d\ -\xc3\x33\x21\x69\xee\x6e\x4e\x66\xd1\x2d\x63\xc6\x5d\xef\xf7\xb5\ -\xc0\x13\x41\xd2\xdd\x08\x42\xd7\x91\xd2\xb4\x37\x13\x19\x82\xb8\ -\x8b\xbe\xc6\x2c\x83\xa2\x75\x13\xdf\x1f\x84\x76\xbf\xa4\x33\xa8\ -\x6b\x58\xbd\x06\x59\xeb\xc7\x9a\x25\x49\x4d\xba\x01\xf3\x62\xcf\ -\x1a\x0c\x40\x19\x84\x69\xf4\x86\x66\xcb\xce\x3f\xfa\x95\xe7\x30\ -\x36\x10\x59\x0e\x9a\xfe\x0c\xfa\xdf\x39\x8c\xf4\xaa\x25\x91\x88\ -\xe6\xe8\x65\xc5\xbb\xac\xce\xec\x72\x9d\xc5\x08\x0f\x2f\xfb\x7a\ -\xfa\xf7\x39\xe7\x4c\x4b\xdf\x8b\x28\x1d\x09\xbb\x58\x9a\xe2\x88\ -\x31\xaa\x5a\x16\x1d\x81\x00\x16\xc9\xf2\x2c\x3e\xf3\xcd\x6d\xca\ -\xfe\x7d\x0e\x73\x14\x31\x4a\x84\x1f\x56\xcc\xa2\x81\x9d\x81\xae\ -\x71\xa7\x19\x02\x59\x02\x33\x45\xd8\x62\xfb\xda\x31\x39\x53\xda\ -\x08\x2c\x3e\xdc\x45\xe8\xe2\x74\xd7\x2e\x95\x7d\x2c\x5f\x44\xe2\ -\x79\x49\x42\x5c\x16\x75\xcc\x1f\x88\xb3\x17\x8b\x86\x88\x63\x55\ -\x3f\x7a\x46\x53\xcb\xfa\xd2\x62\xcc\x91\x40\xa7\xbd\xe4\xcc\x49\ -\x8e\xa9\xa1\x22\x5a\x74\x88\xcc\x61\x09\xcc\xf9\x01\x66\x0a\xab\ -\xdb\xe0\xa7\x93\x36\x87\x99\x43\x81\x1b\xe5\xc2\x3e\xcb\x20\x0d\ -\x07\x1c\x95\xc7\xdd\x9f\x35\x55\x14\xd8\x3e\xaf\xff\xfb\x18\x03\ -\x84\x31\xa7\x33\x96\x30\xaf\x9b\x1c\xd2\xb5\x4f\x14\x55\x7e\x24\ -\xad\xac\x05\xa9\x9b\x8d\x14\x9e\x72\x4c\xa7\x36\xaa\x29\x94\xec\ -\x2b\x76\xd7\x46\x6b\xba\x82\x0e\xe4\x17\x13\x68\xb8\x2e\x08\xee\ -\x83\x2b\x35\x25\x45\xd2\xbb\x4f\x4a\xf6\x1a\x25\x77\xdc\x3f\x5f\ -\xb8\xb7\xf9\xb3\xb7\x10\x46\xa5\x94\x56\xea\x6c\x3e\xff\x21\x03\ -\x58\x00\x3e\x03\xc2\x88\xa4\x86\x6f\x3a\xa0\x50\xe9\x7a\x15\x09\ -\xeb\x0e\x3b\x78\x0c\xba\xc0\xa6\x99\x9d\xee\x07\x87\xdd\x3f\xe3\ -\xd8\xf6\x15\x76\x91\xef\x9e\x56\x8f\xd8\x5c\x0c\x11\x3f\xdb\xbf\ -\xbb\x29\x89\x37\x69\xd8\x74\x6d\x7e\x47\xfa\x57\x9c\xf4\x39\xcc\ -\x18\xaa\xf0\x94\x70\x47\x10\x47\x9f\x2a\x22\x5e\xff\x1e\x5c\xe7\ -\xf9\x57\xd0\x46\x62\x72\xe8\x26\x14\xee\x5e\x5a\x5c\xc4\xf4\xe2\ -\x1b\xf1\xef\x00\x78\xd5\x00\x65\xde\xcf\x0b\x95\xa9\xec\x81\x9d\ -\xbe\x5a\xbf\xe6\xe7\xf3\x9f\xb0\xfa\xa6\x31\xad\xa9\x9a\x31\x05\ -\xa2\xe2\x3a\x5a\xf7\xb6\x17\x39\xb0\xe9\x20\x32\x63\x47\x36\xaa\ -\x04\x85\x21\x01\x86\xf9\x84\xba\x80\x8a\x21\xc4\x56\xc1\x45\x53\ -\x0e\xa8\x39\x2e\xf7\x67\x6d\xe7\x5f\xa4\x01\x70\x04\x09\x37\x3a\ -\x9d\x37\xc4\x5e\x5c\xd9\xe4\xb8\xd2\x44\xd1\xd7\x20\xd1\x41\xcf\ -\xaa\x54\x90\x9b\x01\x81\x9b\xaa\xe4\xd4\x9d\x62\x54\x86\x80\x00\ -\x4b\xcf\x23\x16\x2d\x7a\xfc\xcc\x17\xd6\xa0\xf5\x3a\xed\xac\xba\ -\xa3\x9d\x02\x40\xbb\x36\x4a\x34\x60\x9c\x2e\x39\x38\x4e\x33\xbe\ -\x8a\xf3\x05\xb6\x66\x06\xef\xfa\xbe\x42\x27\x0f\x9e\x8d\xeb\x7d\ -\x6a\xd0\xfd\x6e\x06\xb3\xa3\x2b\x53\x8a\x7b\x00\x00\x20\x00\x49\ -\x44\x41\x54\xc9\x84\x8d\xe2\x75\xe4\xd3\x01\xfe\x82\x68\x53\x01\ -\x01\x30\x74\x2e\xf5\xbd\x0c\xa8\x76\xce\xc6\x3e\x21\x0c\xfa\x68\ -\x98\x00\x6c\x19\x83\xf1\xfd\xcd\x9d\x2f\x82\xb9\x05\x4c\x53\x6d\ -\x1f\x99\xa1\xe8\x9e\xba\x5b\x2c\xb2\x86\x35\x7b\x18\x6b\xd5\x16\ -\x39\x1c\x3f\x8a\xde\x55\xca\xbd\xab\x08\xf9\x6e\x45\x0d\x9b\xc9\ -\x16\x36\xed\x73\x4e\x58\x8b\xa4\x95\xe8\x32\xed\xcc\x9f\xe3\xe3\ -\x74\x52\x96\xd4\x1c\x41\xd2\x3d\x69\xd0\x66\x0c\x62\x99\x93\xe5\ -\xfb\x0e\xf4\x2c\xa2\xfd\xe7\x21\xcb\x41\xda\x6d\xbd\x1d\x6b\xcd\ -\x28\x10\x67\x1f\x55\x12\xbd\x20\x44\x70\x33\x15\xdd\x0c\xca\x30\ -\x7a\xe2\x08\xab\xf6\x51\xa7\xa1\x92\x06\x23\x43\x0f\x0b\x9d\xbc\ -\x83\x1b\xcb\xd8\xd9\xae\x07\xc8\x2b\x3d\xab\x9a\x25\xf5\x09\x5b\ -\x4e\xbd\x93\x46\x8e\x8d\xa6\x0a\xae\xe1\xb5\xfb\x45\xb6\x29\x1d\ -\x58\xe6\x65\xb3\x2c\x07\xd8\xd8\x04\x08\xe3\xf3\x01\x76\x7a\xb5\ -\x58\x81\x3e\x46\xa1\x99\xb2\x39\x40\x2f\x8b\x6b\x20\x9b\x20\x2b\ -\xe0\xab\x54\xe4\x52\x7b\xa5\xbc\xdf\xe8\xd8\xda\xe0\x80\x87\xd3\ -\x96\x98\x96\x52\x02\xda\x7d\xce\xa6\x79\x82\xc8\xae\xd3\x9c\x53\ -\x89\x8c\xae\x7e\x5e\x5c\xa8\xf9\xc8\x65\x00\x40\x6d\x7a\x7d\xa3\ -\x6c\xee\x7a\xa8\x2a\x07\xd0\x9f\xbf\x9b\x56\x11\x6d\xb4\x6c\x9c\ -\xdd\x3a\x7d\x73\x7e\x45\xab\xe1\x72\xe2\x8e\xaf\xc6\x54\xb7\xa9\ -\xba\xca\x91\xba\x9d\x7f\x75\xf5\xf6\xe7\x9f\xfd\x4b\xa5\xe5\x72\ -\xdc\xff\x7c\xdc\x29\xbc\xe5\x82\xb1\xca\x46\x10\xcb\xbf\xe7\xa4\ -\x8c\x04\x2c\x3c\xdc\xcc\xf5\xd8\xcf\xa0\x1f\x53\x8d\x72\x03\x4d\ -\xe7\x41\xa5\xa8\x3c\x5b\x2e\x5c\x52\xc2\x10\xd7\xab\x36\x60\x01\ -\x32\x00\xcd\xa9\x86\x4b\x16\x04\x9b\xc8\x16\x99\x60\x70\x1d\x42\ -\xfb\xe6\xe0\xe1\x04\x88\x82\x6a\x68\xf7\x37\x61\x60\xf2\x96\x5b\ -\x21\x83\x08\x38\xfc\xc5\x8f\x38\x1c\x19\xd9\x26\x38\x6c\xc5\x12\ -\xc3\xc0\xd9\xb3\x7e\xf6\x97\x5a\x73\x79\x44\x0e\x81\xdc\x6d\x9c\ -\xd8\x28\x20\xe5\x28\x66\xb4\x16\xc9\x6d\x80\x6d\x6a\xa5\x82\xb7\ -\xe7\xe0\x3a\xeb\x60\x88\x92\x32\x80\x10\x9d\xbc\x7e\x19\x9f\x22\ -\x72\x50\xc9\xda\x02\x76\xf4\x6c\xcc\xe6\x48\x82\xb6\xd8\xa5\x88\ -\x2a\x5b\x63\xe5\x9b\x69\x20\x90\x2c\xe0\x95\x4e\x51\x3b\xef\x5e\ -\x4c\x7f\x36\xb6\x02\x3d\x5c\x67\xf2\xda\x8b\x13\x22\x35\x5c\x08\ -\x13\x3f\xc1\xa3\x17\x1b\x2d\x0f\x43\x9c\x51\xb0\x4c\x1b\xee\x86\ -\x0a\x41\xf7\x29\x5c\xde\x08\x94\x0c\xdb\xfd\x62\xa1\x4c\x19\xe6\ -\x4c\x24\xca\xf1\x06\x6e\x17\x7f\x2d\x04\xc4\x0e\x53\x06\x77\x75\ -\x2a\xce\x85\x3e\x01\xa4\xd1\x9c\xb5\x58\x1e\x2b\xd0\x36\x5a\x90\ -\x87\x54\x83\x6c\xc5\x09\x34\x41\xa6\xa7\x7c\x53\x69\xf2\x71\xa7\ -\x23\x1a\x6d\x90\xe4\x4e\xc1\x4b\xeb\x7a\xa3\x38\xb8\x40\x55\x2a\ -\x5d\x34\xed\xe8\xdd\x38\xc3\xa7\x82\xc1\x05\xb6\xc2\x74\x6c\xc5\ -\xb9\x37\xc3\x4a\x07\xd8\x42\xf6\xc2\xd4\xa4\x83\x15\x20\x39\x35\ -\x8c\xf5\xb4\x71\xb5\xbb\x63\x0f\x03\x1a\x85\x0d\x2f\x05\xa2\x53\ -\x42\x0e\x24\x1d\x2b\xe5\x2b\x27\x71\x04\x7b\x03\x24\x51\xd0\x88\ -\x15\xa8\xfb\xe1\xed\xa6\x27\xa1\xa3\x54\x93\xfa\x70\x47\xa3\x4d\ -\x3c\x5e\xa9\x43\x47\x33\x25\x67\x13\x36\x1c\x25\xe4\xee\xe0\x15\ -\x13\x20\xca\x20\x6f\xcd\x82\x2a\xce\x68\x2e\xd0\xa7\x7a\x5e\x18\ -\x81\xc4\xd7\xb9\xa1\x8c\x42\xee\xc8\x47\x65\x32\xe9\x05\x1b\xb6\ -\x42\xa6\x1a\x16\x21\x9c\x8d\x6b\xd5\x18\x1d\xba\x28\xc4\x66\x04\ -\x82\x97\xcb\x3a\x45\xeb\x23\xce\x57\xcd\x82\xa1\xd2\xb3\x58\xe3\ -\xb1\xfa\x99\x14\xfa\xd8\x70\x62\xbd\x53\x74\xe2\xac\xe2\x2e\x71\ -\x83\x16\x76\x4e\x41\x55\xcf\xfd\x5e\xc5\xec\x43\x51\xf1\xa6\xa3\ -\xea\x3a\xbe\xd6\x63\x79\x16\x9b\x3b\x41\x96\xa0\x4c\x28\x34\x17\ -\xa0\x4d\x7f\xea\x39\x6a\x2c\x26\x24\xc7\x8d\xae\xc7\xe7\xa4\x08\ -\xe4\xc8\x9d\x7a\xd3\x0a\xee\xc0\xe5\x41\x05\xbb\xe5\x54\x5d\xf4\ -\x52\x9d\x9e\x89\x61\xf6\x54\x0d\x92\x76\x33\x8c\x9a\xe3\xe5\xd4\ -\x1e\xf3\xdb\x33\x8d\x0b\x84\xb6\x30\xbf\x67\x52\xf9\x07\x75\xda\ -\x10\x22\xc2\x10\x81\xe7\x79\xe2\x7e\xbf\xd1\x41\xdd\xe4\x68\xe2\ -\xdd\x1c\x2b\xd7\x22\xc5\x5e\x39\x9e\x1b\x42\x86\xce\xb6\x77\x22\ -\xed\xef\x99\x7f\xb9\x65\x05\xb9\x71\x49\x01\x1c\xeb\x3e\xf1\xc6\ -\xd5\x73\x90\xf4\x6b\x3c\x9d\xfa\x39\x3e\x47\x6d\x74\x0d\xd8\x0e\ -\x5d\x69\x05\x01\x25\xe4\x0b\xf0\x4a\x4f\x84\xd0\xdc\xee\xcd\x65\ -\xd6\x69\x7e\x03\x15\x17\xcc\x70\x1f\x5e\x2d\xde\xe6\x4e\x07\xff\ -\xff\x67\x52\x73\xa5\x68\x09\x94\x50\x6a\x33\x41\x71\xe0\xd8\x27\ -\x51\xd5\x61\x10\x46\xd9\xc7\xa6\x61\xa6\xfe\x72\x11\x52\x2a\x10\ -\x85\x7a\xd9\xd0\x34\x86\xd6\x9e\x22\xe5\x9e\xb1\x67\x39\xa6\x3a\ -\x2c\x8b\x39\xf9\x62\x69\x4c\x22\xf7\x4f\x75\x36\xba\x66\x6d\xfa\ -\x05\xea\xa6\xaa\x45\xb9\x44\xe6\x25\x6f\xae\x71\x4d\xc3\x54\xa7\ -\xb1\x52\xee\x58\x48\xd7\xd9\x8a\x46\xd6\xfc\x37\xa7\x92\xc6\xde\ -\x41\x4a\x7a\x2c\x4c\xa0\xc9\x49\x35\xdc\x1b\x58\xcf\xd7\x2c\x7b\ -\xaf\xf7\x03\x12\x51\x0a\x58\x34\xf5\x3b\xd8\xf5\xdb\x3b\x27\xdc\ -\xf7\x6d\x79\x1f\x24\x80\x8b\x5f\xa5\x16\x9d\xde\x2f\xad\x3e\x64\ -\xc6\x12\x45\x23\xe5\x7c\xa2\x5c\x13\x44\x61\x7c\x44\x48\x46\xe1\ -\xa3\x32\x71\xc3\x00\xd6\x52\x06\x50\x1d\x68\x19\x80\xa6\x49\x53\ -\x30\xcc\xdc\x92\xb2\x69\xd2\x14\xa1\x72\xff\xe8\xdd\x3e\xd3\xf0\ -\x21\xbd\xdb\x1b\x02\x13\x48\xfd\xcd\x8d\x4a\x9a\x1d\xa4\xff\xbe\ -\x05\xae\xf5\x50\x9e\x68\xea\x2d\xba\x33\x99\x07\x7c\x2d\xdf\x50\ -\xa4\x3f\xb4\x0b\x92\x65\x79\x8e\xd3\x27\x1c\x68\x94\xc2\xa3\xd3\ -\xaa\xb5\x94\xd3\x58\xed\x6a\xc9\xf8\xc4\x6d\xfa\xe8\x46\x09\xdb\ -\xc5\xac\x46\x1d\x05\xcd\x08\xcb\x70\x68\x42\xbb\xdd\x01\xad\x51\ -\xee\x0a\xff\x1b\x77\xe7\x21\xcb\x02\x60\x7a\x60\x54\x04\xb3\x4c\ -\xc3\x70\x7b\x7e\x2d\x2c\x94\x92\xb6\xc0\x5d\x1c\x50\x16\xe0\xc8\ -\xe0\x5c\xc0\xc6\x37\xed\xe7\x16\x05\x3d\xa9\x4e\x0e\x08\x67\xd0\ -\x09\xab\x70\xd3\x9b\x8b\x81\x33\x9e\x5d\x6a\xba\x56\x70\x62\xa1\ -\x70\xf4\x0f\x03\x80\xf8\x39\xb5\x78\xf0\xe6\x3c\xdc\xff\x10\xcd\ -\xe1\x31\x0f\x17\x15\xd3\x67\xbc\x33\x05\x55\x66\x73\xc5\xb3\xa3\ -\x90\xa2\x90\xc7\x2d\x73\x83\x0a\x75\xa5\x67\x55\x54\xf7\x48\x74\ -\x0b\xd9\x6a\x39\x4a\xee\xce\x37\x62\x93\x06\x15\x7a\xf5\x03\x65\ -\xad\x1c\xf1\x03\xf6\x43\x27\x91\x36\xda\xf4\x4a\x78\xac\xab\x40\ -\x6c\x7d\xd4\x1d\x4e\x49\xdc\x92\xe8\xef\x7a\x10\x8c\x69\x2f\x02\ -\xbe\x3a\xea\xf4\x70\x3f\x68\xf6\xe7\x5d\xc8\x6c\xbc\x6a\xb7\xd6\ -\xc7\x9b\x48\xdc\x33\x43\x0a\x9f\xdc\xcd\x5c\x2e\x06\x2b\x57\x8d\ -\x1a\x29\x6d\xf8\x36\x2d\x6e\x22\x1d\xe8\x36\xc4\x82\x1c\x07\xe0\ -\x28\x39\x4d\x75\x1d\xd5\xf3\x4b\xcf\xe5\xe2\x6e\x84\x02\x34\xca\ -\xd4\xa5\x4d\xec\x52\x68\xe7\x05\x7f\xe7\x8f\x9f\x42\x0e\x2c\xc1\ -\xd2\xbb\xc3\x25\xc6\x98\x75\x2f\x7a\xb1\x35\x3a\xc3\xe8\x4c\x0c\ -\xd2\xcc\x2d\x90\x7a\x28\x28\x6e\x4d\x28\x1e\x9a\x05\xb8\x16\xd6\ -\x75\x7a\x90\x74\xc6\x61\x1a\xb0\x2c\xb0\xf6\xc9\xc9\x6f\x59\x34\ -\xbb\xc1\x03\x62\x3d\x73\xf5\xbc\x73\x67\x58\x0f\x7d\xac\xd9\x2c\ -\xfa\xeb\x1b\x52\x19\x46\x13\x79\x65\xbc\x4d\x23\xeb\xe7\xdf\x9b\ -\x83\xd3\x75\x74\x1c\x13\xd1\x6a\xcc\xb0\x17\xfc\x81\x8c\x52\xcf\ -\x24\x43\x07\xea\x3c\x94\xd2\xf4\xc0\x1a\x36\x5a\xe8\xac\x55\x9c\ -\x5f\xa6\xb4\xe7\x64\x03\xdb\x64\xe8\xd8\x2b\x34\x02\xf0\xa9\xae\ -\xad\xd0\x12\xec\x7e\xc9\xa9\xda\xcb\xde\x70\xcd\xbd\x69\x93\xa8\ -\x81\x64\x7a\x97\xda\x99\x12\x76\xd6\xb0\xa1\xc3\x74\xb8\x5a\x7a\ -\x91\x41\x46\x91\xdb\xb3\xa9\x44\x2a\x50\x31\xe0\x66\x8d\x15\x4e\ -\xaf\x5b\x21\xb7\x87\x13\x27\x98\x78\xcf\xaf\x23\x33\x65\x81\xab\ -\x31\x0e\x5f\xd7\x4c\xfb\x35\xbb\x3b\x2b\x58\x91\x4d\xe2\x02\x46\ -\x8c\xd6\x84\xab\x8e\xc4\x00\x88\x47\x40\xd5\xdf\x9e\x03\x05\xd3\ -\xa6\x1d\x27\xdb\x80\x70\x9a\x3c\x60\x5d\x9e\x05\x1e\xf3\xb4\x04\ -\x5a\xf1\xb5\xc1\x41\xb9\x38\xa9\xe1\x7d\x8a\x74\x5b\x43\x03\x5c\ -\x0f\xbd\x3d\xfb\x12\x89\x83\xb6\xac\xb2\xb0\x4c\xd6\xce\x6d\x92\ -\x57\xdf\x95\x1e\x3f\x58\x22\x7d\x4a\x93\x1a\x00\x28\x1f\xbc\x80\ -\x7d\xff\xb8\x89\x94\xdf\xed\xb7\xf5\xa2\xf1\x3c\x23\xdd\x77\xbd\ -\x28\x0f\xce\x3a\x1c\x3a\x32\xb8\x4c\x81\xb9\x19\xc8\xcc\xe2\x7c\ -\x37\x01\xe8\x81\xea\xa0\x3b\xe8\x63\x0d\xe3\x06\x0e\x85\xf5\x7e\ -\xd6\xd2\xe8\xce\x9c\x84\xcd\xdf\x20\xea\xd0\xbd\x39\x86\xbe\xde\ -\x4e\xf0\x12\xc2\x41\x71\x8f\xe5\xb8\xdd\xc7\x14\x91\x2a\x72\xea\ -\x19\x71\xb7\x6c\x87\xe3\x6c\x94\x4b\x8d\x7a\xab\x41\xd2\x91\xd9\ -\x43\x9d\xe5\xf5\x0c\x13\x1b\x90\xf8\xdf\x8f\x3a\x50\xfa\x1e\x11\ -\x59\xe1\x3a\xbc\xc7\x43\xc4\x48\xb1\xfd\x8c\x23\x1a\x76\x00\x8a\ -\x89\xaf\x73\x93\x91\x6b\xec\x0c\x97\x80\xe1\xc2\xe2\x51\x65\x6c\ -\x18\x8c\x09\x02\xcc\x63\xe1\x0b\x36\x1d\x41\xdd\xe4\xfb\x4b\x8d\ -\xb1\x2d\xa6\xe5\x6c\xf2\xc3\xbd\xe0\x1d\x89\xec\x0b\xb4\xf0\xe0\ -\xb4\x09\xef\x39\x31\x44\x53\x35\x45\xd6\x91\x5a\x8b\x96\x63\x52\ -\xe8\x22\x5b\x8c\xdc\xa1\xfd\xc5\x18\xb2\x3a\xe0\x28\x68\x7c\x87\ -\x54\x84\x36\x69\x84\x79\xd1\xac\xf5\xfc\x5a\xf8\xd5\xcf\xc2\x5e\ -\xfc\x48\x86\x93\x3d\xa0\x42\x47\x24\xca\x94\x74\xe8\x76\x9e\x0d\ -\x07\xc3\x7d\x66\x06\xd0\x25\xd7\x94\x74\xaa\xdf\x4c\x05\xda\xcf\ -\xbc\x17\xd7\x9a\x01\x82\x96\x2a\x4d\x96\xed\xe2\x62\x6b\x0d\x7f\ -\x13\x45\x6b\xe0\x74\x10\x62\xb3\xaf\x96\x25\xb0\xec\x40\x1c\xc5\ -\x8e\x5a\xf3\xb1\x9c\x4e\x48\x7f\x44\xb1\x0a\x7f\xcd\x9a\x2f\x48\ -\x84\xc0\x27\x60\x52\xed\xd8\x73\x12\xe3\xc9\xef\x50\x83\xab\xcb\ -\xe4\x20\x6b\x61\x2e\x56\xdc\xcb\x21\x32\xa5\xba\x96\x51\x39\x5e\ -\xa9\x48\x05\x3d\x21\xb1\x66\x2e\x85\xc8\x60\x59\x69\xc3\xa9\x4c\ -\xfe\x2a\xe9\x03\xc8\xeb\x44\x9c\x37\x91\xea\x71\xf8\x48\x8a\x86\ -\xd1\x0a\x52\x66\x6e\x74\xd6\xe3\xcf\xd0\x8d\xca\x67\x9c\x66\x89\ -\x91\xe4\x11\x1e\xd8\xad\xa5\xd3\x65\x11\x41\xce\x83\x0b\x7b\x40\ -\xb6\x17\x96\x05\xa4\xb5\x41\xd4\x36\x5d\x68\xe6\x34\xaa\x67\x49\ -\xaa\xd8\xa7\xfc\xbe\x75\x6d\x1c\xfb\xb3\xe2\xad\x49\x94\x57\x74\ -\x5e\xe3\x06\x8a\x49\xc8\x56\xa4\xa8\x03\xde\xb4\x33\x40\xe2\x4c\ -\x10\x3b\xa0\x65\xcf\xd0\x43\x2e\x1a\x4d\x69\x08\xdc\xe1\x9c\xe4\ -\x0d\x9b\x6c\xc5\xdc\x45\x1c\xee\x9a\xa1\x9a\xd1\xf1\xfe\x8e\x21\ -\xa7\x24\x41\xf5\x3a\x83\xae\x5d\x20\x5c\xa7\x77\xe7\xb3\x14\x40\ -\xb3\x0b\x16\xd3\x32\xb0\x27\xab\x15\xfb\xdc\x1b\x5d\x23\x4f\xa6\ -\x01\x89\x4d\x49\x03\xb3\x5a\x7c\x03\xe1\xab\x78\xb8\xd1\xac\xaa\ -\x06\xa6\x50\x28\xeb\x73\xae\x88\xed\xdd\x65\x30\x2d\xb2\x3d\x08\ -\xf3\x6d\x1d\x75\x8a\xc9\x01\x0f\xa9\x51\x4e\xc9\xd9\xca\xb5\xed\ -\xcd\x50\xd2\xb6\xdf\x9a\x4f\xa8\x2b\x06\xfb\xe4\x12\x05\x43\x61\ -\x80\x05\x50\x72\x53\x0f\x21\xea\x8d\xbe\x6b\xcd\xea\xe5\x6f\x8d\ -\x8f\xe7\x48\xee\xb4\xd1\x46\x13\xc3\xfd\x9e\x24\x40\xfc\x0d\x75\ -\xce\xdb\xe7\x66\xde\xd1\x32\xe3\xaa\x5a\x22\xd6\x25\x34\xfa\x78\ -\xba\xb4\xad\x02\x58\x48\xd3\x21\xb6\xe7\x03\x95\x7e\x5f\xb3\x2f\ -\xbd\x06\xa1\x83\x09\x13\x85\xbf\x08\xc8\xec\x99\x37\x3a\x71\xac\ -\xd4\xed\xea\x4c\x0c\x6d\x5a\x55\xb8\x28\x56\x34\x9e\x94\xca\xb5\ -\x2c\x0e\x42\xea\x3a\x5e\xe6\xf6\xa6\x93\x8e\xca\xba\x39\x68\xa3\ -\xc5\x78\xc2\x9b\x50\x88\x68\xd4\x74\xc5\xec\x67\xba\x7d\x56\x41\ -\xa3\x02\xdf\x8d\x79\xb4\x88\xa4\xeb\xc4\xa8\x16\xca\x22\x67\x03\ -\xde\xf3\x99\xce\x66\x9d\xed\xfe\xbc\x45\x1d\x14\xf8\xfe\x5f\x39\ -\xb6\xfd\x66\xe6\x12\xf9\x6d\xe4\x29\x65\x7d\x4a\x5d\xa9\xe1\x75\ -\x0a\x53\x33\x97\x82\xfd\xb3\x51\xb5\xd1\x58\x3d\x28\x19\x40\x3d\ -\x20\xef\x60\x61\x80\xe5\xf9\xaa\x98\x3a\x28\xac\x93\xa7\x0a\x46\ -\x5a\xcc\x0e\x5a\xd3\x80\x8a\x76\xaa\x16\x48\x5f\x6e\xd6\x0c\x08\ -\x96\xe9\x55\x80\x1f\x2c\x96\xf8\xd6\x48\x4d\xcb\x81\x65\x49\x83\ -\xab\x25\x5f\xfb\x7e\xa4\xdf\xe7\x8d\x66\x5b\xcc\x24\x76\x10\xf5\ -\x6c\xae\xf6\x9c\x2f\xb9\x52\xec\x7d\xd9\x05\xd3\x8b\x93\x25\x84\ -\xd7\xe9\x2f\x1e\xe0\x57\xaf\x0d\x0a\xb5\xf3\xf5\xfc\xc4\xba\xa4\ -\xb6\xc9\x3c\x77\xdd\x67\x6b\x02\x25\x80\x3f\xde\x82\xe4\x9c\x11\ -\xd0\x29\xdb\xda\x2b\x78\xc4\xc9\x2d\xc2\x63\x6f\xb4\xc9\xff\x9c\ -\xe7\x74\xd9\x56\x9a\xae\x39\x71\xc1\x1b\x51\xb7\x4c\x17\xb3\x71\ -\x25\x60\xf5\xa2\xc7\x14\x02\x46\x33\x15\x8b\xa1\x77\x94\x00\x25\ -\xc0\x51\x08\x84\x16\x90\x4c\xc8\x69\xf3\x56\xac\x2d\x43\xfd\x44\ -\x45\xd3\xce\xf3\xdf\x37\x1a\xb3\xe9\x0a\x46\x41\xfa\xdc\x0a\xb1\ -\xe0\xe5\x2e\x12\xde\x8b\x2f\x3f\x94\x88\x4a\x21\x36\x28\xf8\xb3\ -\x3e\x69\x73\xd4\xed\x6d\x51\xf8\x28\xd2\x9d\xb3\xb0\x38\x0a\x91\ -\x3b\xf7\x91\xe9\x75\x9c\x4e\x79\x05\xbd\x25\x8b\xe9\xab\x9d\xed\ -\x5e\x04\x60\xeb\x9c\xfb\xc8\x14\x0b\xcd\xa7\x22\x7b\xd0\x73\x3f\ -\x62\xe3\xad\x96\xca\xee\x99\x4a\x41\xf1\x33\x0e\x33\x89\xa3\x3c\ -\x39\xed\xe1\x52\x74\xd5\x34\x0b\xb9\x88\xf5\x75\xf8\x80\xd9\xd5\ -\x17\xd7\x36\x08\x6b\x73\x13\x30\x91\xe6\x0b\x04\xb2\xe1\x8b\xb6\ -\xe4\x93\x38\x22\xf6\xd8\x44\x25\x26\x86\xd2\x9b\x50\xfd\x7c\x05\ -\x81\x21\x28\xae\x8a\x78\x3c\x43\x6e\x39\x45\x12\x36\xc2\xd5\x7e\ -\x55\x28\x79\xb7\x75\x43\x9f\xe8\x8c\x7e\x2f\x36\x3d\x8b\x8a\x5a\ -\x93\x46\x54\x37\xef\xae\x73\x12\xf0\x9c\x0f\x07\x28\x8a\x28\x98\ -\x19\x40\x56\xd0\x70\x1a\x59\x5b\x6e\x87\xd3\x08\x1a\x1b\x5c\x70\ -\xec\x36\x11\x81\xf3\xf3\xd7\x14\x73\x2f\x4a\x99\xeb\xbb\x15\x57\ -\x35\x9e\x07\x92\x43\x9b\xbe\x42\x68\xf6\x7d\x47\x52\xb9\x20\xbf\ -\x1c\xae\xc5\xb6\xb5\xa1\x46\xa5\x58\x90\xee\xac\x94\x3a\xb2\xde\ -\x10\xc4\x14\xde\xa7\x7c\x98\x3c\x6b\x88\x2c\x17\x33\x6c\x19\x10\ -\xcf\x6e\xb7\xb0\x3d\x79\xea\x69\x3f\x4d\x96\x07\x95\x2e\xa4\xc5\ -\x19\xc9\x32\x7f\x9c\xd6\xbc\xe7\x8b\xd5\xbd\xb3\x67\x29\x61\x71\ -\xb6\xbc\xa1\xd4\x41\x93\x14\x88\x00\xc7\x5d\xef\xe3\xd6\xca\x1d\ -\x6c\xa1\x92\x5d\x83\x47\xf3\x7a\x43\xb6\xf7\xb8\x0c\xa2\xee\x50\ -\xd6\x1a\xab\xcb\x85\x6b\x9d\xe1\x75\xd2\xe0\x58\x20\x63\x31\x0f\ -\x72\x87\x32\xa9\xc2\x7a\x3e\xf4\x31\x9e\x57\x53\x35\x8a\x37\x2b\ -\xe5\xdb\xa4\xeb\x6d\x32\xb6\x5f\xac\xfe\x1c\xc5\x4d\x29\x6c\x2f\ -\x56\x9a\xee\x6d\x5a\x9c\xef\x68\x40\x0f\xae\xc5\xa0\x13\x63\xe1\ -\xff\xca\x16\x16\xae\x05\xf8\xb9\x0e\xaf\xfa\xa9\xaa\xb9\x6b\x13\ -\x84\xdf\xb3\x09\x2b\x4d\x91\x5e\x26\x69\x71\x1b\xbb\x5e\x19\xee\ -\x21\x9c\x15\x7a\x79\x9b\x7e\xea\xc4\x60\x35\x1a\x1d\x44\xbe\x4e\ -\x59\x5f\x2f\x80\xcb\x91\x3f\x06\xdd\xa5\x4c\x6d\xb7\xf4\xec\xdd\ -\x73\xeb\xf6\x49\xca\x51\x4c\xb9\x82\xf8\x25\x24\x9e\x44\xc1\xa8\ -\xaa\x9f\x01\x10\x58\xf2\x00\x8a\x02\x36\x2c\x39\x85\x0e\x90\x00\ -\xa4\x9d\xb5\xaa\x03\x1e\x25\x93\x89\x0e\x5d\x77\x05\xa3\xd9\xef\ -\xcf\x3f\x50\xb1\x6c\x94\x76\x64\xee\xa5\x31\xcb\x4b\xbc\xc5\xcb\ -\xfb\xf2\xe9\x1d\xbe\x34\x62\xb9\x06\xa4\x01\x70\x59\x93\x39\xd5\ -\x9c\x43\x47\x47\x72\x32\x1c\x14\xc0\xb2\x42\x99\x6a\xc3\xa2\x59\ -\x47\x2a\x5b\x32\x2a\x64\x05\xd4\xf6\x46\xb0\x84\xff\x6a\x83\xc5\ -\x07\x25\x91\x5b\xe4\x00\xb6\x01\x2e\x1d\x34\xba\x3e\x09\x1e\xa5\ -\xcd\x22\xcf\xd8\x0c\xba\xb5\x15\xf4\xd8\xcf\x81\xa8\x1b\x80\x23\ -\xae\xe4\xa8\x33\xc9\x68\x88\xf6\xbc\x2b\xa5\x4e\x64\x96\xe6\x9a\ -\x5a\x3d\xb7\xdf\x4d\x35\xfe\xe0\x9c\x52\x51\xb9\x8b\xeb\x59\xb2\ -\x5a\x33\x14\x2e\xb8\xb2\xa2\xa1\xd6\xf3\x8b\xcc\x74\xca\xbf\xf7\ -\xf7\xa5\xb1\xba\x9d\xed\xd0\xb2\xff\x6a\xde\x54\x3f\x43\xd6\xa6\ -\xad\xea\xeb\xcd\x81\x33\x5d\xd7\x1c\x93\x25\x91\x9d\xb5\x61\xd9\ -\xb2\x22\xdb\x84\x9e\x37\x09\x8a\xcd\x47\x45\x8e\xb0\xed\x70\x13\ -\xdd\xcf\x4a\x2a\xe7\x9c\x35\x57\xf3\xbc\xd0\xa8\x75\xaf\x5a\x5c\ -\xb1\xa2\x2f\x26\x2a\x0c\x6e\xab\xbb\x90\x6d\x2a\x11\x12\x4a\x87\ -\x31\x34\xae\xb5\xcd\xcb\x5d\xa4\x97\x63\xbe\xc6\x38\xee\x48\x34\ -\x5a\xca\xb1\x51\x05\x99\x9f\x4e\x43\x24\x2a\x76\xbf\x36\xf5\x08\ -\x0d\x86\x34\x71\xe4\x0d\x11\xc9\xdc\x97\x92\xe1\x80\x4e\x9b\x03\ -\x75\xed\x59\xcf\xfb\xa1\x2b\xea\x3a\x84\xb7\x0b\xd9\x11\xc2\x61\ -\x02\x4f\x17\xbd\x5d\xd0\xaa\x8a\x96\x55\x1d\x55\x1f\xb3\x72\x49\ -\x1a\xb7\x8f\x3a\x14\xfd\x10\x4e\xe4\xae\x25\xb7\xb7\x0b\x9e\xb2\ -\x79\x09\xf1\x00\x99\x2b\x58\x99\xf0\xd8\x4f\x1b\xfc\xd3\x46\x39\ -\x2a\x61\xbf\xbe\x08\x2d\xff\x4c\xe1\x21\x6e\xc5\xbb\xeb\xde\x90\ -\x3b\x05\xae\x05\xb8\x16\x84\x07\x06\xe9\xe4\xcb\x26\x43\x7b\x33\ -\xd8\x8a\xcc\x2d\x93\x05\x00\xe0\x31\x31\x75\x36\xed\xdc\x0e\xc5\ -\xcc\xbe\xc0\xa6\x99\xf1\x26\x0e\x0a\xad\x10\x37\xb1\x2c\x62\xfe\ -\xb3\xdb\x9a\xeb\x1a\x5f\x71\x99\xee\x3f\xa3\x88\x28\x07\x3b\xae\ -\x15\x6d\x64\x97\xe5\xeb\xb4\xa2\x0b\x51\x9d\x99\xea\x81\xcf\x5d\ -\x61\x74\x2b\x72\xb1\xe5\x77\x41\x6f\x34\x22\xd6\x00\x83\xc6\xb4\ -\x1f\x12\x44\xea\xa8\x84\xcd\xd5\x07\x83\x7e\xa1\x14\x2e\x6a\xb4\ -\xb9\x9c\x00\x3c\xd7\x89\x51\xfb\x3a\xad\xa0\x33\x52\x67\x31\xcc\ -\x78\xff\x8b\x83\xae\x78\xe8\x48\xda\x6f\x5b\x05\xa1\x2d\x63\xfb\ -\x36\x15\x80\xb2\x8e\x31\xc0\x82\x9d\xa6\xf9\xab\xae\x92\xbd\xd8\ -\x5b\xdb\x14\x89\xda\x45\x15\xc5\xc0\x05\xe9\xab\xeb\x39\xa6\xbf\ -\x08\x87\xc6\xb0\x4e\xdb\x55\x42\x85\x5b\xc6\x50\x5d\xd3\x4f\xe3\ -\xbf\xeb\xcf\x37\x8a\xb5\xed\xbc\xa0\xc6\x70\x5c\x9c\xf9\xf5\x2a\ -\x15\x92\x4c\xb7\x5a\xf4\x8e\x46\xf5\xf4\x35\x5b\x83\x8f\x83\xe9\ -\x50\x74\x97\xe8\x54\x40\xe0\x6d\xda\x00\x2f\x4c\x88\xb3\x08\xa9\ -\xf9\x45\xe0\x7a\x25\xcf\xda\x6b\xc2\xf4\x71\x80\x14\xbb\xe1\x44\ -\xe6\xb4\xf9\x1d\xd0\xef\xbc\x03\xac\xc2\x1b\x0d\x94\x63\xaa\x9e\ -\xba\x2a\xd3\xba\x35\xfd\x23\x9e\x01\xc8\x2c\xb0\x5b\x46\x44\x01\ -\xdc\x26\x53\xaa\x9d\x61\x41\x40\xe2\x32\x1d\x4c\xe7\x36\x47\x83\ -\x1b\x1d\xfd\xa0\xb2\x9d\xc1\xe9\xb2\x4d\xcf\x6f\x40\x4c\x3d\xd3\ -\xde\xfe\xc2\x3a\x05\xdf\x90\xe4\x3a\xd1\x83\x8b\x26\x4c\x43\x5a\ -\x95\x89\x02\x6e\x1b\x8e\x39\xd6\x63\x50\xb7\xcc\xfa\xa4\x18\x29\ -\xa2\x38\xea\x99\xee\x81\xd7\x0e\xae\x70\xa5\xf7\x02\x9e\x11\x2b\ -\x5e\x2c\x21\xa8\x7d\x32\x64\x93\x01\xfb\x79\xca\xef\xd3\x94\x3d\ -\xf8\x5c\xa0\x8d\xbe\x1a\x05\x0d\xb6\xe0\xe9\x2a\xbf\xe8\x34\x2b\ -\x69\x13\xe9\x0a\x80\x30\x78\x27\x55\xf4\x7f\xd2\xe9\xea\x6d\x65\ -\xb9\x09\xc5\xa0\x1e\xae\xdc\xa6\xf6\x2a\xc8\x17\xf6\x30\xd5\x65\ -\x76\xfe\x97\xc0\xe6\xcb\xfb\x0f\xfa\x58\x61\x24\xa8\x0e\x69\xe8\ -\x94\x68\xdc\xc3\xaa\xdb\xf4\xcd\x00\xe7\xd6\x60\xc4\xcb\x58\x07\ -\x7d\x59\x3d\x7b\xb8\x01\x30\x15\x74\xaa\x9a\x49\x81\x9e\x1d\xc6\ -\x78\xee\x15\xb2\x0c\x2a\x2c\x71\x3c\x95\x1e\xe7\xf9\x57\xee\x26\ -\x98\x93\xbc\xa2\xdd\xe7\xd4\x46\xb6\x08\x06\x3d\x2c\xd5\xd2\x7c\ -\x63\xe7\x32\x3f\xc6\x0c\x19\x5b\x76\x25\x28\x85\xb0\xd5\x87\x23\ -\xbe\xad\xae\x9b\x69\x9f\x73\x35\x7d\xb1\xc7\xd5\xe8\x1e\x86\xcb\ -\x34\xba\x3a\x53\xef\x93\xce\xf5\xe7\x60\xeb\x70\x2f\xc4\x83\x71\ -\x50\xb3\x01\xf3\xb3\xb8\xc1\xd1\x79\xce\x78\x14\xc7\x7e\xe7\x9e\ -\x7a\xda\x95\x20\x4d\x50\xa2\xd3\xe8\xa5\x1b\x35\xa5\x05\xbb\x32\ -\xe0\x9e\x36\xec\xe9\x9f\x23\x29\xcd\x55\x37\xaa\x6c\x15\xac\xa2\ -\xb6\xbe\x57\xca\xb4\x5d\x22\x16\x83\x02\xc4\x23\xa2\x6c\xac\x6e\ -\xce\x78\x39\xfb\xf3\xbc\x12\x8e\x4b\xd5\xef\x4e\x9f\x5e\x01\x23\ -\x08\x8f\x2b\x1a\x96\xae\x6d\x9a\xe9\x94\x9d\x1f\x85\xa5\x74\x1d\ -\x5d\x62\x75\xd1\x2b\x9b\x45\x16\x6f\x45\x64\x45\x96\x38\x11\x49\ -\xec\x0b\xe1\x10\x4d\x4a\xe7\xe6\x06\x05\xc7\x82\x0b\x19\x1e\xd0\ -\xb3\x61\xb4\x2e\xfa\x36\xca\x5f\x52\x68\x1c\x81\x20\x3b\x15\xd2\ -\xdc\x44\xda\x44\x63\x17\xeb\x4a\xbf\x94\x1c\xb9\x93\x42\x45\x8b\ -\xdf\xd3\xbb\x76\xf0\x4c\x24\xbb\x04\xd5\xea\x3a\x03\x49\xb5\x28\ -\x29\x13\x44\x2f\x12\x10\xae\x17\x67\x0b\x1f\x04\x32\xcb\xf6\xb4\ -\xe4\x75\x57\x63\x40\x0c\x07\x15\x2a\x42\x73\xb7\x85\x75\x07\xab\ -\x65\x85\xd8\x82\x05\x33\x96\x1a\x6e\x48\xad\xa3\x7a\x46\x95\x2c\ -\x68\x29\x22\x02\x0f\xd1\x86\x2d\x9a\xca\x4e\x07\xf3\x03\x37\x46\ -\xff\x96\x0d\x74\x13\x42\x86\xe6\x49\x94\x1b\x0d\xa4\x53\x4e\x1c\ -\x58\x0c\x0b\x20\x0a\x7a\x6d\x3c\x46\x52\x01\x45\xd1\xe4\x69\x0e\ -\x2d\x4a\xad\x79\x5a\x01\xb0\xa3\xe4\x37\x94\xb3\x16\xb4\xc3\x6d\ -\x9e\xed\x10\x3a\x26\x10\xa4\x33\x65\x76\xa0\xe1\x32\x3d\xc8\x9f\ -\xf3\xcc\xba\xea\x54\xab\xd2\xac\x63\x16\x03\xad\x08\x45\x1f\x6f\ -\xdb\x85\x0d\x54\x32\x31\xb1\x5d\x82\xaa\xd1\x79\xa0\x0e\x0a\x9d\ -\x82\x96\x4b\xd4\x35\x1d\xa3\x71\xd4\xc7\x6d\xcc\x1e\x7b\x87\x9b\ -\x7b\xe7\x6f\x68\xf7\x7e\x60\xee\x53\x16\x35\x60\xd8\x78\xe1\x86\ -\xf8\x0e\xd3\xc7\x24\x5a\xe8\x08\x27\x04\x2d\xf6\xbc\x61\x68\xd3\ -\xfd\x9c\xf9\x5f\x5e\x68\xb8\xcb\x54\xbd\x74\x5a\x03\x10\x48\x13\ -\x6f\xa2\x61\x32\x33\x8b\xc2\xdd\xbe\x51\x91\xd9\xa9\xd8\x92\xda\ -\xd2\x82\x3e\xba\x01\x4b\x5d\x0f\x7a\xd6\x8e\x32\xcd\xeb\xda\x4f\ -\x34\xa0\x45\x33\x58\x30\xa8\x90\xee\xb2\xa4\x7f\x4f\xd7\xd0\xa3\ -\x98\x28\x74\xd4\x05\x72\x14\x68\xe7\xc4\xea\x9e\x3f\xe4\x47\xc5\ -\x9e\x7b\x73\x6b\x56\xae\x53\x27\x37\x92\x11\xb8\x50\x08\x6b\x60\ -\x2e\x1f\x0c\x84\xa4\x73\x89\x45\x08\x70\x34\x45\x02\x5b\x61\xc6\ -\xa2\x06\x04\xa6\xd5\xec\xd3\xb1\x46\xb8\x6b\x21\x9f\xbd\xa9\x92\ -\x43\x4f\x13\x8d\x1b\xd8\x5e\x2c\x39\x62\xb5\x39\xf2\x75\xa3\x94\ -\x34\xb8\x3a\x57\xfe\xa6\xc3\x3a\x7f\x6d\xfc\x72\x7f\x77\x77\x2e\ -\x6d\x7c\x67\xd0\xff\xf7\xbd\x5c\x27\x06\xa7\x20\xfd\x92\x19\x44\ -\x3d\x1b\x86\xc3\xdc\x0a\x36\xb7\x4b\x6e\x67\x3a\x33\xc3\xf3\xf3\ -\x0d\x47\x34\x2d\xac\xf4\xb7\xfe\x87\xa6\xfd\x0c\xe6\x66\x2a\x1e\ -\x18\x6c\xae\xaf\xf8\xb9\xd6\x3f\xd9\x1c\x3b\x00\xb2\xaa\xe4\xb3\ -\x20\xf9\x70\xe8\xcf\xcb\x09\x6d\xb9\x54\x56\x93\x2c\x88\x50\x67\ -\xc4\x2c\xc6\xe0\x85\x66\x99\x20\xe6\x30\x16\x07\x36\x23\x8f\x9a\ -\x23\xb8\x4f\x22\xf4\xfc\xd2\x5c\xac\xb8\xfb\x79\x9b\x58\xd4\x3c\ -\xac\xc6\x7a\xa1\xd0\x1f\xc5\x74\x74\xd3\x1f\xdd\xf6\xe3\xa9\xa9\ -\x3a\xb3\x99\xfa\xa4\xa1\xac\x8d\x81\xcd\x52\x5f\x76\xb9\x80\x98\ -\x9e\x17\xbf\xb6\x1f\xb6\x66\x8d\xcd\x20\x42\xba\xc4\x82\xc0\x22\ -\x33\x5e\xee\x61\x94\x1e\xb6\xec\x6b\x6b\x01\xa5\xbd\x3a\xce\x68\ -\x3a\x72\x18\x60\xb5\x98\x01\xef\x57\x5a\x23\x66\x13\x74\x00\x18\ -\xc8\x00\x30\x1b\xf0\x59\xdf\x69\x36\xd5\x45\xe3\x8b\x4e\xcd\x2e\ -\x4d\xe5\x1c\xc5\xa0\xa9\x68\xf7\xf1\xed\x9e\x4c\x8a\xf3\x7e\x2e\ -\xdc\x9a\xdf\xcc\x6d\x7c\x52\x37\xec\x99\x83\x30\x0a\xe0\x9c\xff\ -\xad\x4d\xb4\x01\x43\x9b\xbe\x33\x7b\x98\x79\x03\xdb\xe5\x98\x32\ -\xe9\xef\xab\xe0\x64\x6d\x0a\xed\xde\x74\x4d\x9d\xac\xc6\x0c\x71\ -\x57\x41\x37\x8f\x62\x61\x03\x48\xb3\xad\x09\xb9\x91\xb3\x9a\x18\ -\x40\xb8\x48\x24\xae\x7a\x44\x2a\xc0\x1b\x01\xc8\x00\x4f\x9e\x73\ -\xe6\xdf\x64\xf8\xaf\x3a\x57\x01\x80\xc0\xc7\xf2\x09\x30\x72\x95\ -\xd6\xa3\xe3\xbd\x29\x1f\xb3\xb6\x54\x2b\xe8\x01\x03\x08\xff\x82\ -\xef\xdf\x7f\xc3\xf8\x4c\xb3\xff\x4d\x3b\xd2\x78\x28\xf2\xc4\xa5\ -\xef\x23\x64\xb7\xb7\x24\x10\xf8\xf2\x8f\x49\x41\xa6\xb9\x8a\x0d\ -\x7b\x71\xfa\xe7\xff\x79\xbe\x69\xa7\x6a\xd6\xa4\xb1\x01\xcd\xb5\ -\x46\xc0\x0f\x76\x6b\x16\x0c\x81\x47\x21\xf8\xf2\x8f\x8a\xc3\x6d\ -\x91\xa2\xe5\x25\xe1\x50\x17\x99\x2f\x7f\x55\x60\x4d\x94\xf9\x1b\ -\xe2\x7c\xd8\x65\x54\x14\xe3\x89\x62\xe7\xe8\xb2\x2c\x10\xdb\x58\ -\x80\x08\xb5\x36\x62\x64\x18\x28\xf0\x35\x44\x7d\x08\x66\xfc\x84\ -\xe7\x36\x19\xcd\x6f\x79\x63\xc7\x10\xf9\x5b\x51\x08\x85\x23\x62\ -\x52\xa2\x62\x02\xb4\x00\xfe\x81\x1f\x2b\x22\x8c\x0e\x09\x5f\xcd\ -\x89\x81\x01\x6b\xe9\x78\xd4\xc3\x7a\xdd\x28\x60\x62\x92\x41\xff\ -\xbb\xbe\x5a\xc8\xe1\xb4\x4d\xbc\x54\x33\x6a\xda\xb9\x25\x9a\x45\ -\xf2\x04\xe5\x6b\xc0\x40\x04\x9c\x5a\x78\x2e\xb6\x9c\x18\x40\xcd\ -\x0a\x28\x48\xd2\x40\x84\xe7\x79\xd4\x05\xcf\x72\x72\xdc\xfd\x31\ -\x2e\x44\xfe\x5f\x30\x69\x98\x56\xad\x86\x49\x5a\x93\xf8\x70\x14\ -\xc4\x8a\x3e\xf4\x42\x69\xf1\x6a\x14\xc9\x14\xce\xea\x24\xea\x07\ -\x38\x03\x19\x3d\x23\x02\x04\x10\xbe\x4d\x4f\xa8\xd9\x3e\x4e\x39\ -\xc8\xe2\xef\x91\x65\x99\x62\x18\xd9\x07\x81\xe0\x93\x00\x2f\x6b\ -\x7a\xb6\x06\xdc\x7f\xc6\x9f\xe7\x6b\x19\x69\x3a\xf5\x9a\x44\x9a\ -\x8a\xc1\xa9\xd5\x0a\x9a\x03\x63\x13\xa5\x82\xe5\x1c\xad\x42\x83\ -\x71\x27\xab\xc8\x69\x92\x15\x17\x3c\x22\x02\x0d\xcd\x9f\x22\x9b\ -\x5a\x7c\x61\xb5\x67\xea\x54\xd7\x69\xa2\xee\x65\x94\xc2\x05\x8e\ -\x0c\x8e\x28\x94\x89\xa6\x59\xff\x9b\xc5\x2e\x02\xd0\x7a\x80\x45\ -\xe0\x11\xcd\xd7\x88\xbd\x06\x03\xa6\x85\xad\xca\x93\x93\xe5\x1f\ -\xf9\xa6\xab\x23\x0e\xd5\x3c\x09\xc2\xe3\xda\x27\x03\x5a\x92\x72\ -\xd1\x27\x3f\x4b\x7e\x8c\xa2\x3c\x9b\xb3\x58\x4c\x29\xe9\x09\x2d\ -\x50\x2b\x00\xec\x51\x3e\x88\x00\x9f\x4f\x6a\x50\xec\x79\xd1\x20\ -\x60\x1c\x80\xcf\x53\x06\xf7\x76\x46\x0c\x00\x1c\xa2\x39\x28\x85\ -\x72\x28\x46\x3f\x11\x37\x8d\x21\x82\x85\x9a\xc3\xe7\x39\x5b\x89\ -\x5c\x02\x7c\x51\x00\xd6\xdf\x29\x74\xde\x1c\x10\x75\x0f\xac\x58\ -\xc7\x9e\x25\x32\x06\x02\x59\xa6\x95\x4f\x65\xa8\xc4\x09\x38\xf8\ -\xa1\x19\x6f\x8f\x95\x9a\x4b\xcb\x21\x9c\xc5\x09\x4b\x9b\xab\x5a\ -\x84\xab\xab\x20\x15\x74\xfb\x27\xd7\x86\x08\x10\xcc\x46\x41\x5c\ -\xcc\x1a\x12\xce\x0c\x73\xd2\x81\x38\x7e\xe1\x01\xc2\x4f\x14\x80\ -\x7b\x11\xc5\x5e\xd4\xc1\x5f\xba\xef\x5a\x71\x83\x41\xa5\x81\x5d\ -\xd8\x6d\xd3\x4e\xb5\xeb\xa7\x06\xa0\x39\x90\x31\x08\xe0\xeb\x45\ -\x95\x05\x77\xfe\x35\xa7\x6a\x12\x91\x61\x8c\x01\xcf\xf7\x07\x98\ -\x2f\x81\xe9\x76\x0e\x2d\xd3\xe9\x70\x38\x71\x39\xc5\x6b\x02\x82\ -\xe6\xf4\x85\x23\x29\xa1\x5e\xa2\xa5\xb1\xe6\x0f\xc0\x83\x1c\x93\ -\x2f\xc1\xde\x34\x45\xe1\x6c\xc3\xdb\xa0\x76\x81\xc0\xa0\x01\xff\ -\xc8\x3f\x91\xa5\x84\x41\xb3\x2f\x8d\xaf\x21\xae\xfa\xb5\x18\x96\ -\xd4\x40\x6d\x00\x7e\xfe\x2e\x7a\x23\x28\xc1\xc6\x96\x33\xc7\xff\ -\x14\x07\x47\xd3\xcf\xd6\xec\x26\xa6\x0d\xa1\xe7\xf6\x9c\x18\xd9\ -\xc2\x95\x1d\x60\x73\xe9\xe6\xb0\x1c\xb6\xe7\x08\x0e\xf5\x62\x9a\ -\xcd\xb8\xa1\xd2\x6c\x84\x10\x64\x65\x01\xb8\xf8\x9b\x8d\x81\x15\ -\x4e\x2c\x0f\xe8\x95\x28\xc0\x8f\xd8\xdd\x6c\x0e\xa5\xa0\xc1\xf4\ -\xae\x1d\x59\xeb\x6f\xd3\x50\x2c\x20\x9b\x0e\xc0\xd2\x3b\x8c\x88\ -\xe0\x91\x9f\x30\x4d\xd2\x33\x37\xc1\x27\x41\x05\x23\xa1\x69\x4e\ -\x6b\x83\x3f\x00\xf8\xa7\x01\x6e\x49\x15\x9f\x46\xd7\x5e\xc6\x5c\ -\x61\x8b\x16\x61\x20\x99\xc1\x36\x78\xd6\xdf\x4a\x81\x0f\x33\x9a\ -\x11\xf7\x0e\x22\xc2\x0f\x7f\x23\x44\xd9\xcf\xaf\x65\x1a\x65\xd5\ -\x3a\x2f\x20\x96\x62\xc2\x52\x5c\x1b\x09\x2d\xc3\xc9\xde\x1f\x6b\ -\x7e\x97\x36\xfb\x0a\x64\x3f\x46\x3f\x1f\x61\x7d\xbe\xb1\x13\xd6\ -\x63\x84\x4f\x6a\x60\x92\xef\xe3\xef\x53\x63\x6e\x20\x0c\x16\xfc\ -\x1d\x3f\xeb\x27\xb2\x83\x62\x6a\x45\x9a\x8f\x04\x20\xf0\xfd\x2e\ -\x8b\xbd\x98\x07\x10\x1a\xd4\x3e\x93\x7d\x30\xa6\x75\x3e\x0d\x9b\ -\x9e\x59\xa6\xa6\x08\x17\x9d\x54\xae\xd1\x47\x7e\x60\xc0\xc8\xd8\ -\x8c\x60\x00\x0c\x58\xcc\xb6\xfe\x9d\x9a\x47\x1a\x04\x6f\xb9\x50\ -\x84\xac\xef\xcf\x32\x41\x99\xb9\x31\x0b\xe6\x9c\x56\x3f\x4e\x8f\ -\x62\x33\xe3\x24\x03\xb2\x08\xe1\x59\x62\xef\xc7\x8d\xaf\xf4\x7c\ -\xf0\xdb\xe8\x21\x06\xe1\x27\xf5\xb6\x06\x9a\xe9\xd7\x58\xc0\x1f\ -\xd6\xa9\x8b\x83\xc1\x43\xff\xfb\x12\xf3\x0c\x21\xb0\x80\x72\x82\ -\x61\xf5\xef\xc4\x09\x20\x0b\x18\x09\x7e\x64\xe9\x6f\x9c\xca\x1c\ -\xe3\xe7\x09\x20\x18\x71\xc0\x42\x7d\xf7\x59\x97\x8c\x66\x74\xe1\ -\xda\x31\x75\xdf\xb4\x9f\xc5\xa9\x73\xa4\x39\x95\x08\x68\x0d\x5c\ -\x07\x74\xc7\x04\x78\xe4\xc9\x49\xba\xc5\xf6\x40\x89\x46\x52\xb4\ -\xe9\x69\xa0\x5f\x1d\xd0\x2e\xab\xff\x89\x66\xca\x3f\x29\x0d\x7a\ -\xbe\xfc\x0d\xa6\x1b\xc5\xf9\xec\x4d\x13\xc0\x97\x1f\xa3\x47\x0f\ -\xdd\x17\xe2\x53\xf4\x01\x84\x53\xff\xbc\x85\x6d\xbb\xf0\x36\x9c\ -\x98\x11\xe1\x11\x3d\x5f\x3f\x32\x1a\x1b\xc1\x29\x85\x3e\xf4\x01\ -\xa6\x60\x14\xe9\x46\xb3\x09\xdf\xa3\x82\x14\xf8\x0f\x69\xad\x30\ -\x11\x96\x08\xcc\xcf\xf8\xab\x0b\x53\x59\x8d\x0d\x5a\xb6\x4b\xa5\ -\x38\xc9\x96\x6e\x4f\x95\x52\x60\x68\x68\xeb\x5a\x93\x92\x90\xb6\ -\xb4\x7c\x45\x19\x9d\x04\x30\x4c\xb0\x2f\x22\xf0\xf9\xd8\x48\xd4\ -\xdc\xfa\x9a\xa5\xb2\xc0\x36\xb1\x90\xe8\x82\x9d\xab\x9c\x45\xed\ -\xe8\x70\xa8\x4f\x60\x2c\xc7\x2b\x90\xa9\x1a\x8c\x58\xcc\x0b\x52\ -\x9b\x90\x41\x69\x8e\x12\x5e\xcd\x18\xb6\x02\x04\xf6\xce\xd7\x90\ -\x7f\x2e\xbc\x4d\x0e\x07\x45\x2e\x5a\x0d\x34\xba\x02\x46\xd1\x28\ -\x11\x46\xb8\xc2\xb5\x07\xc5\x1a\x46\x99\xe0\x75\x92\x67\x4c\x90\ -\x74\x7a\x0c\x5b\x6a\xbd\x88\xda\xd1\xf7\x09\x1a\xa5\x06\x40\xb2\ -\x19\x51\x17\xbe\xe4\x13\xfb\x21\x5c\x73\xa6\x90\x4f\x44\x36\xd0\ -\xce\x17\x03\x90\x9b\xb8\xbf\xa1\x76\xcd\x62\x94\x8f\xbc\xa3\x1b\ -\xd5\x0a\xcb\x88\x66\x18\x25\xe1\x8d\x6a\x54\x27\x0e\xfb\x74\x46\ -\x27\x07\x74\x24\xc9\xbf\xd2\x1a\xe0\xb4\x3c\xce\x60\x42\x5b\x04\ -\x44\x66\xbc\x31\x12\x9d\x7a\xb3\x54\x2f\x33\xba\x28\xbc\x90\x8c\ -\x0e\x90\xf4\xbe\x03\x61\x2a\x85\xe8\x08\x9d\x0b\x45\x33\x58\x9f\ -\xaf\x37\xdb\xb7\x89\x9a\xba\x28\x99\xb8\x9d\xe5\xd0\xb3\x20\x22\ -\xd0\x67\xc6\x85\x77\xfc\x79\xd4\x35\xe8\x05\x93\x1f\x66\xf1\x6b\ -\x22\xc0\x54\xa7\xbc\x27\x6f\x3f\x83\xab\xe9\x44\xd8\x38\xed\xca\ -\x77\x0d\x84\x17\x6b\x42\x72\xe5\xc8\x87\x85\xab\x9c\x42\xd5\x7d\ -\x22\xd2\xce\xbb\x8a\xa6\x21\x5b\xc3\x7d\xff\x8b\xec\x22\xd5\x73\ -\x6a\xf6\xa0\x4c\xbb\x9c\x07\x42\x84\x44\xff\x49\xec\x5d\x7f\x16\ -\x6d\x78\x06\x70\xc9\x5e\x42\xe3\x89\xa8\xf5\xfa\x48\xda\x61\x9b\ -\x26\x15\x77\x4c\xd0\x9c\x29\x9f\xc4\xa9\xc8\xba\xd3\x4f\x7d\x72\ -\x26\x4d\x98\x5e\xcd\x03\xf0\xd5\xf1\xeb\xcd\xc8\xa1\x89\xa4\x21\ -\xef\x99\xc6\x5f\xc7\x6e\xf8\x90\xe7\x80\x6b\xd3\x32\xba\xa0\x6e\ -\x20\x06\x68\x96\xca\x6e\xac\x04\x17\xa7\xc4\x3d\xd8\xb2\x22\xaa\ -\x71\xde\xdc\x5c\xd5\xb6\x9c\x28\x44\xdc\xb4\xc5\xbf\x4f\x85\x60\ -\x7b\xbe\x8e\x80\x26\x22\xee\x7a\x1b\x80\x66\x27\x5c\xd6\x7d\x35\ -\x09\xd9\xb5\x56\xa1\x4f\x83\x44\x6c\xc9\x9f\x1b\x48\xc9\x8a\x92\ -\x46\x49\x7e\x5b\xc3\xbb\x7e\xcf\xa7\xb1\x4d\x37\x77\xb9\xff\x46\ -\xa1\x26\x57\x63\x1e\x2e\xff\x3e\xc7\x34\x9d\x48\xe6\x68\xaa\xb6\ -\x4e\x9b\x58\x1a\x9d\x86\x26\x76\x17\xde\xa6\x04\xf1\x33\x50\xe6\ -\x01\x79\x53\x35\x6c\x7c\xb0\x46\x02\x1f\x43\xb4\x41\x84\xb7\x4c\ -\x31\xe4\xee\xa2\xdb\x58\x13\xbd\x71\xd6\x06\xd4\x8c\x65\x20\x27\ -\x6e\x1f\x18\xa1\xa5\x64\x61\x20\x48\x57\x3a\x32\xf3\x1e\x2d\x9c\ -\x47\xd6\x18\x65\x9d\x4e\x9b\x76\xdc\xac\xca\x49\xf2\x9d\x0c\x18\ -\x96\x0f\x49\x11\x66\xeb\x60\x5d\xd0\xa1\xe5\xe2\x7a\x68\xf7\xbf\ -\x4e\xde\x8a\xde\x51\x3c\x0e\x67\xb8\x6f\xb4\x1f\x97\x11\xdd\xe1\ -\xa0\xf9\x79\xaf\xa7\x76\x29\x9e\x8f\xb3\x0f\xb6\x49\x65\xd3\x16\ -\x47\x33\x29\x91\x9b\x85\x65\x42\x71\xd3\xea\x54\xd3\xb5\xdb\x1e\ -\xad\xe6\x64\xf6\xd5\x9a\xa6\xca\xa7\x73\x39\xad\xed\xd3\x50\x9a\ -\x14\x93\x09\x7d\x8e\xab\x0a\x57\x82\xca\x56\x5d\x7d\xa5\x00\xa3\ -\x03\x11\x00\xa7\xff\x6a\x3b\x8b\x9d\x35\x45\xc2\x2d\x3e\x06\x84\ -\x80\x44\x8a\x49\xcd\x3b\x45\xdd\xbf\x27\x16\xe6\x54\xa5\x9b\x0e\ -\x39\xa5\x27\xf5\x3d\xef\x19\x5f\xe7\xe4\xd4\xe3\x2f\x94\x39\x35\ -\xca\xdd\xb5\x24\xa5\x41\xfd\x9d\xce\x96\xb7\xe6\x74\xca\xa0\x00\ -\x47\xbd\xc0\x3d\x87\xaa\x48\x07\xfc\x6b\x7e\x3c\xae\x84\xf0\x42\ -\x83\xf7\xb0\xf5\x72\xf7\xc0\x00\x32\x8d\x15\x97\xf3\x4d\xea\x9f\ -\xab\x79\xac\x65\x5d\x39\xdb\x20\x4c\xcc\x38\x75\xad\xde\x59\x63\ -\x99\xc4\xb3\x28\x88\x3d\x60\x84\x89\x5b\x9c\x6b\xda\xcb\x25\xe2\ -\x11\x96\xaa\xbe\x64\xcc\xd1\x2e\x2e\x68\xa2\x26\xba\x64\xd1\xf4\ -\x77\xc1\x95\xb6\xc1\x70\x66\x42\xd5\xac\x8e\x26\xd8\x64\x77\x08\ -\xe2\x43\x07\x42\xe6\xa8\x32\x00\x4d\xb0\x88\x8d\x33\x9b\xd4\x41\ -\x89\x0e\x73\x77\x0a\xa1\x8d\xa2\x05\x62\x96\xc6\x82\xd7\x46\x28\ -\xee\xf0\x72\x68\xed\xa3\xd2\xdf\x68\x48\xbe\xd4\x49\x1c\x37\xc1\ -\xab\xbd\x69\x5c\x54\x04\x85\xea\x76\xa1\x66\x70\xc8\x67\x53\x07\ -\xe0\x13\x41\x21\x35\xc9\x28\x69\xe7\xde\xc9\x7b\x34\xa2\x53\x2c\ -\xe2\x99\x0f\x72\x63\xe5\x70\xb1\xe9\x45\x41\x11\x47\xe3\x6e\x0b\ -\x4a\x36\x82\x37\x1b\xfc\x66\x03\x7e\x77\x2a\xac\xc6\x08\xff\x46\ -\x9c\x0f\x9b\x86\x26\x0e\x6b\x0f\x02\xbc\x1e\x2e\x78\xa5\x6d\x31\ -\x48\x68\xcb\xfc\x33\xf8\x81\x43\xb5\xa8\xda\xec\xba\xba\x2e\x25\ -\xb9\xee\x74\xa1\xa1\xde\xb4\x1c\x2d\x57\x02\xf0\x74\x8b\x18\x9f\ -\xc8\xff\x11\x4e\x51\xbe\x94\x67\x79\x33\x82\x18\x48\x20\x13\x42\ -\xf0\xba\x4b\xf7\xd1\xb2\x82\xc0\x27\xc4\xe6\xa0\xb4\x17\xf3\x4e\ -\x89\xd4\xa6\x84\x2f\xfa\x28\x6a\x7b\x34\x68\xa7\x22\xf0\xc8\x06\ -\x8a\x2c\x0b\x42\xf0\x8d\x63\xcd\xd6\xe0\x14\x0d\xf7\x1c\xa5\x8d\ -\x32\x52\x8c\x4c\x7a\x5c\x00\x34\x8a\x5c\xb5\xc8\xd7\x8c\x36\x3b\ -\x13\x82\x06\x53\x8d\x39\xc6\xa9\xb3\x31\x03\x10\x65\xce\xae\xb8\ -\xe4\x7b\xa3\x2c\x6d\x22\xfd\x46\x37\x6b\x8d\xb5\x1f\xb8\x2e\x4a\ -\x6e\x66\x14\x14\x94\x49\x6f\xaa\xc2\x9e\x37\x2e\x5a\x9f\x98\x95\ -\xcc\x39\x5f\x7f\x52\x62\x22\x04\xdb\xf4\x63\xa0\xbb\x5e\xad\x68\ -\x6c\xe9\xc8\x82\x2a\x20\x12\xf6\x58\x83\xbd\x01\x05\xac\x8d\xf9\ -\xc5\xdd\xb0\x52\x2e\x7c\x9d\xae\x75\xac\x99\xab\x73\x20\xa2\x52\ -\x96\x37\x2a\x90\xef\xc3\xa0\x6c\x6f\x96\xd2\x57\xb7\xb1\x6d\x1d\ -\x8d\x31\xc2\x39\xb4\xbf\x17\x7c\x35\x1c\xca\xd0\x50\x3c\xb2\x05\ -\x2b\x05\xfe\xf6\xce\x0b\x1b\xb4\x4c\xd6\xf1\x10\xdf\xff\x46\x7d\ -\x3b\x9f\xbf\x15\xa3\xa5\x8b\xf4\x60\x5f\x91\xa5\xeb\x00\x32\x94\ -\x92\x8b\xee\x70\x08\x6e\xf6\xee\x18\x7b\x29\x26\x6b\xe2\x21\xe4\ -\xe9\xae\x38\xcc\xec\xe9\x8d\xca\x95\x8d\x83\xd5\x03\x8c\xa5\x49\ -\xb5\x75\xc4\x62\xda\xb9\xbd\xd8\x85\xd0\x60\xc0\xee\x58\xe6\x0d\ -\xf1\x70\x06\xfb\x28\x8d\x2b\xab\xbb\x9e\x4d\x0b\x22\xc3\x67\xd3\ -\x87\x31\xac\xf4\x35\x76\x6a\x2e\x20\x30\x2e\x9b\x9e\x63\x01\xf4\ -\x2e\x76\xe5\x4e\x7b\x2d\xef\x3f\xce\x4b\xdb\xc3\xd1\xd8\x37\x6a\ -\xe4\x85\x4a\xe9\x6e\x72\x7f\x00\x68\xa4\x4c\xa9\xf4\xac\x37\x2b\ -\xfb\x66\x0a\x04\xa1\x1f\x11\x6b\xb6\x98\xd7\xb1\x7e\x77\x4a\xde\ -\xbe\xd7\x5a\xe1\xec\x67\x10\x0b\xdc\xc2\xce\x97\x98\x5d\x3c\xba\ -\x3e\xcd\xb4\x43\xc5\x4c\xc8\x8b\xeb\x34\x81\x5a\xd7\x2c\xb5\x9b\ -\x79\x15\xfc\x02\x54\xf9\xfa\x77\xed\x7c\x9e\x0b\x46\x6b\x66\xc8\ -\xf3\x52\x17\x61\x9b\x38\x87\xcd\x79\xa3\x54\x62\xe5\xf8\xa9\xde\ -\xbf\xdc\x65\x84\xc6\xb8\x09\xfb\x6e\x67\x68\x8c\x56\xa3\x46\xb3\ -\xe9\xa0\xc7\xc0\x0b\x25\xcc\x26\x81\xd8\x2b\x90\xa8\x77\x50\x34\ -\xab\x12\x20\xe2\x58\x70\x8f\xe3\x71\x06\x04\x63\x8f\xfc\x40\x75\ -\x9a\x5c\x06\x8a\x00\xac\xf8\x6c\x64\x0d\x84\xff\xff\xa0\xe5\x5b\ -\x64\x44\xcb\x10\x94\x3b\xf8\x55\xa3\x47\x70\x37\xdb\xa9\x59\x5f\ -\x38\x01\x06\x85\xd6\x29\x73\x6c\xf5\x40\x51\x06\x4e\x91\x6f\x04\ -\x43\x86\xb6\xfc\xb9\x11\x3e\x02\x82\xd8\x26\xdc\x37\xda\x72\x0e\ -\x4c\x30\xcf\x47\xd7\x54\xb9\xf6\x5c\xa4\xb0\x24\x92\xd5\x25\xc6\ -\xe6\xda\x1b\xc7\x9d\xba\xef\x9a\xe1\x23\xdb\xb2\xd6\xf4\xe1\x17\ -\x51\xd6\xec\xd0\x40\x6c\xf0\xda\x8a\x4f\x13\x9c\xb9\x7b\xe0\xfb\ -\xe2\xe5\x25\x17\xc3\x00\xda\xc2\xc1\x52\xcf\xa3\x19\x78\x78\x20\ -\x46\x2c\x6c\x88\x14\x67\x8a\x72\x50\x9b\x4a\xcf\xed\x94\x17\x1b\ -\xb1\xf9\xc8\xd4\x13\xab\xeb\x26\xed\x81\x95\x65\x1f\x5d\x0f\x9b\ -\x14\xde\x3b\xba\x4d\xa5\xe3\x45\x16\x13\x10\xe6\x85\x4a\x29\x5b\ -\x32\x71\xf9\x9d\x5b\xdc\xf2\x35\xd8\x26\x36\xe3\x62\x7d\x59\x9a\ -\x93\x77\x6e\xbb\x55\xa6\x6d\x91\x8b\xa5\x90\x6b\xd7\xbc\x8a\xde\ -\x02\x3b\xac\x7c\x6c\x8e\xea\xc0\xd3\x10\x8f\x2a\x72\x47\x5b\xa4\ -\xa8\xed\x6b\x9d\xd4\xf8\x0f\xbe\x9e\x15\x7c\x62\xb1\x9f\x45\x0f\ -\x51\x39\xac\xbd\x3d\xa4\x34\xd0\x34\xd3\xfe\x40\x11\xf9\xee\x3d\ -\x56\xe8\x97\x16\xeb\x4c\xac\x70\xd0\xff\x0d\xfa\x5d\x73\x1e\xf6\ -\x03\xbe\xea\x4e\xa2\xe0\x36\xa7\x36\xba\x98\x1c\xdc\x34\x06\x29\ -\xfa\xbd\x2a\x3a\xef\x02\x4f\xf8\x2d\x7b\xc7\x8a\xee\x18\x9d\xcb\ -\xd5\x2e\x37\x4d\x13\xcc\x12\x9e\x46\x08\x81\xa1\x4c\x1e\xc7\xcb\ -\x84\x30\x9b\x65\x39\x0e\xd4\x5a\x74\x38\xf5\xab\x7f\x6f\x1f\xb7\ -\x17\x41\x3d\x6c\x21\x96\x5b\x76\x18\xda\x84\xca\x2f\x1b\x06\xb9\ -\x18\x7f\xdc\x85\xaa\xc8\x1e\xd5\xc0\x5b\xc6\x0c\x36\xe7\x43\x2f\ -\xf0\x0e\x4d\x0a\xab\xad\x7f\x64\x0b\x21\xfc\x5a\xe4\xa4\xd5\x1f\ -\xd9\x85\x55\xa7\x8c\x2b\x78\xf5\x00\x25\xe0\xd7\x2c\x9a\xcf\x8c\ -\x8f\x52\x9c\x21\x34\x7d\x1f\x23\xc2\xb0\xe7\x9b\x67\xa8\x65\xe7\ -\xf9\x3a\x5d\x5d\x6b\xb8\x9b\x4d\x48\xb1\xde\xad\x1a\xb1\xa4\x0e\ -\x49\xb2\x06\x30\x41\x30\xfd\x79\xb1\x51\x3f\x24\xd6\x03\x1d\xc8\ -\xe4\xdb\x54\x29\x9c\xd5\xb6\x70\xf5\xd4\x04\x8e\x57\x47\xbd\xfe\ -\xbe\xf1\x7a\xde\x09\x62\xdc\x1b\xfb\x7f\xaf\x01\xd9\xbd\xb9\xa5\ -\x2e\x10\x47\x49\xaa\xac\xc8\x65\xf2\x04\xa5\x69\xf5\xff\xe9\xcf\ -\xfd\xe5\xb5\xe9\x15\x39\xce\xf3\x6c\x0a\xe1\x58\x73\x60\xba\x0d\ -\x86\xde\x54\xdd\xd6\xdd\x9b\xa6\x28\xef\xa7\x9b\x68\x9c\x62\x8d\ -\x22\xfe\x8e\x5a\xa3\x64\xd2\x8f\xfc\x76\x26\x09\x34\x83\x86\x1a\ -\xab\xf2\xf6\xfe\x09\xc8\x0c\x9a\x7a\xf3\x56\x75\x94\xb7\xcf\x16\ -\x01\xa8\x94\x14\x1b\xcf\x9b\xac\x1a\xbb\xca\xd8\xd0\x27\x69\x54\ -\x5d\x37\xb3\xbf\xf5\x85\x85\x00\x00\x20\x00\x49\x44\x41\x54\x78\ -\xd6\x65\x0a\x81\x31\xb2\x41\xc6\x56\x84\x45\xd3\xec\x20\x30\x66\ -\x0e\xe4\x3e\x29\x69\xc1\x6b\xbb\x39\x0c\xfc\xbb\xbf\x6e\xfb\xa8\ -\x01\xbf\x3e\x39\xb3\xa9\x95\x58\x58\xe9\x4d\x53\xb3\xbf\x3b\xbd\ -\xd7\xa0\x33\x4d\x10\x80\x76\xad\x35\x54\x46\x4d\x77\xbd\xec\xd9\ -\x44\x72\xbd\x47\x11\x94\xe2\x27\xb8\x54\x13\x0e\xe9\x7e\x5b\xbd\ -\xa8\x74\x5a\xbc\xee\x93\x21\xe9\x8d\xc5\x3d\x6f\x71\x1c\xd9\x63\ -\xbc\x56\x4c\x55\x2b\x6b\x41\x75\xf6\x36\x13\x8a\x90\x2c\x2e\x00\ -\xb1\x01\x07\x34\x36\x7d\xeb\x3d\xe7\xb1\x9a\x76\xd4\x2c\xbd\xfe\ -\xcc\x79\xcb\xab\xca\x0c\xc9\x7a\x66\xed\xd1\x40\xb5\xee\x08\x17\ -\x4b\x56\x5a\x9c\xfe\x89\x75\x37\x89\x81\x34\x1e\x11\xe2\x64\x13\ -\xfc\x7a\x8e\x3a\xab\xca\xce\xe5\xd9\x3f\xbf\x33\x8e\x6a\x8c\xd1\ -\xad\x96\x42\xdf\x03\x24\x11\x15\x50\xa7\x39\x62\x7a\xf2\x41\x23\ -\xa6\xbe\x00\xd6\x50\xe0\x82\x61\x7a\x76\x69\xd9\xad\x08\x72\x3b\ -\xe7\x25\x9b\x42\xb0\x68\x1f\x04\x68\xae\xdb\x63\x8c\x66\xa2\x51\ -\xf5\x54\xfb\x3b\x8a\x28\x07\xa9\x0d\x6d\x32\xaa\xdc\x71\xd7\xa3\ -\xa0\x62\x2f\xc1\x00\x1c\x12\xe7\x05\x73\xa7\x29\x9f\x8d\xff\x9d\ -\x3d\x52\x59\x12\x0a\x96\xfa\x12\xcd\xa6\x6c\x02\x61\xa4\x9f\xf7\ -\xe0\x4a\xbd\xd5\x3a\x0a\x2a\xc7\x45\x31\xdc\x0c\x01\x6a\x41\x64\ -\x45\x4e\x88\xca\xe4\x40\x29\x04\xba\xdb\x0b\x90\x28\xef\xdd\x1f\ -\x04\x74\x91\x23\xb0\x84\x0e\x24\x0e\xff\x41\x46\x1d\xa0\x6d\xc3\ -\xd3\xb9\xa9\x2e\x56\x8d\x68\xe8\xb7\xa3\x97\x6f\x81\x98\x3b\x5d\ -\xe4\x76\x98\x9e\x76\xa3\x10\x3f\x77\x36\x35\xc9\xa2\x09\xb7\xb3\ -\x2d\x74\x34\x8c\x34\x60\x01\xc2\x80\x27\x5e\xbe\x04\xd2\x5d\x29\ -\x6c\x7e\xa1\x9c\xf1\x81\xfa\xf2\x2b\x55\x52\xc4\xdd\x7f\x38\x2c\ -\xbf\xab\x23\x51\x4c\x77\xb0\xa7\xaf\xa7\x15\x26\x65\x0e\x8a\x40\ -\x6f\x68\xa8\x1b\x2f\x2c\xb3\x15\x4f\x97\x9f\xf7\xc2\x20\x36\xf4\ -\x65\xba\xd5\x02\x57\xe1\x2c\x38\x9d\xee\xd8\x50\xd6\x9a\x77\x40\ -\x18\x88\xc2\x3d\xf3\xe6\x9c\xd2\x9c\xa1\x99\xfb\xe5\x9f\x93\x35\ -\x64\x09\x0a\x08\x21\x05\x65\x22\xbe\x27\xee\x6b\x08\xaf\x45\xc2\ -\xd9\x80\xbd\x88\x4f\x29\x45\xde\x28\x67\xd3\x54\x1b\xc3\x3a\x11\ -\x8c\x06\xa4\x98\x54\xec\x48\xee\xe9\xc6\xf3\x5e\x3c\xc5\xaf\x2f\ -\x86\x0a\x12\xd6\x69\x36\xd9\x95\xf2\x5b\xf3\xd9\xe8\x9f\xac\x84\ -\x53\x47\xde\xd2\x6c\x01\x4a\x91\xd9\x11\xcb\x15\xc9\x39\x2b\xdd\ -\xa0\x50\x75\x5d\xb2\xc6\x6b\x5c\x42\x5c\xec\x26\x96\xaf\x3f\x17\ -\x83\x00\xfd\xa1\xa0\xca\x89\x61\x07\xa6\x84\x7c\xcd\x50\x4c\x9a\ -\x45\x5c\xd7\x97\x34\x1a\xb8\x4c\xb1\x43\xa7\xe5\x21\x97\xa6\x1d\ -\x85\xb8\x9e\x39\x10\x58\x09\x57\xa6\x91\x02\xec\x1d\x8d\x24\x04\ -\x07\x0d\x6f\xe6\x3b\x11\x60\xbb\xcd\x79\xf7\xb3\xaf\xb9\x6c\xf9\ -\x54\xd2\x0d\x2a\x44\x0a\xdd\xa6\x53\x69\xb2\xe0\x18\xc7\xdd\xd2\ -\x44\xd9\x56\x74\x52\x7a\x72\x44\x71\xd1\x29\x81\x58\xa3\x48\x82\ -\x52\x15\x34\x92\x55\x44\xcb\xfb\x65\x49\xf4\xfa\x1e\xbd\x48\xaa\ -\x4d\x79\xac\xc9\xa1\xef\x81\x0a\x8d\xc6\xb3\x5b\xce\xab\x17\x5e\ -\xc5\xfd\xf2\x62\xe2\xb0\x53\xe5\xf2\x59\x5b\x00\x37\xcd\xf3\x6e\ -\xb8\x34\x4f\x87\xf3\xdf\xbe\x1e\x58\x5a\x21\x2f\xf8\x6e\x74\xd1\ -\xfe\xee\xc5\x8f\xbd\x08\x6e\x22\xa4\xee\x2a\xd8\x8a\x52\x03\x68\ -\x29\x68\x68\x15\xf8\xb8\x9c\x6f\x9e\xb5\x57\xa6\x5c\x0a\xd8\x4a\ -\xd2\xcc\xcb\x19\xed\xcf\x69\x7c\xe6\xf1\x7c\x2b\x18\xe3\x8e\x64\ -\xbc\x83\x5e\x25\x5e\x42\x27\xe1\x2f\xf1\x05\xcd\x29\xad\x6a\x79\ -\xa1\x4d\x48\xda\x67\xb7\xf5\xb4\xb3\x00\x6e\x13\x0f\xa5\xff\x2b\ -\xb7\xa5\x9f\x8b\x0c\x35\x17\xae\xe3\x78\x19\x96\x5a\x5c\xb2\x4b\ -\x08\x2c\x05\x15\xfb\x6d\x4d\xb6\x09\x36\xbc\x3b\x45\x3a\xf5\x2f\ -\xce\xf5\x92\x8e\x81\x4e\xab\x13\x78\xcf\xf9\x24\xba\x30\x22\x4a\ -\xd1\x3f\x46\x79\x77\x23\xc3\x6d\x85\x6c\x0d\x8d\xf6\xf3\x74\xa0\ -\x0d\x7f\x9d\x6a\xef\x9f\xb7\xae\x63\xb8\xbc\xe7\xd4\xc1\x09\x88\ -\x3b\xf5\x59\x16\x18\x0a\x6f\x96\xe6\x7a\x6f\x30\xda\xfd\x8f\xc9\ -\xda\xd0\x73\xd2\xea\x1f\xcb\xc1\xe3\xa4\xf4\xe8\xfd\xe2\x23\xb9\ -\x36\x29\x92\xc2\xb1\xb2\xb5\x67\xa3\xdd\x05\x7b\x03\x5e\x28\xae\ -\xd2\x43\x8b\x63\xa2\xbc\x83\xff\x17\x93\x08\x82\x3c\x1b\xeb\xb9\ -\xe7\x53\x65\x04\x32\x5a\xa6\x1c\x8e\xbc\xa3\x4c\x7d\xa0\x80\x76\ -\x95\x4b\x83\x61\xfd\xd7\x33\x42\x19\xb9\xe5\x5d\xe6\xcf\xc9\xcd\ -\x91\x7c\xbd\x02\xe0\x78\x75\x31\x3c\x98\x01\x30\x0e\xa7\xd6\xbe\ -\x2e\xa0\x49\x9c\x6a\x56\xeb\xde\x70\x31\x72\xd0\x62\x85\xf4\x86\ -\x77\xa9\x09\x91\x58\xdd\xa0\xef\x77\xee\x5f\xcc\x5f\x1f\x11\x85\ -\x40\xbe\xe9\x5a\x48\x92\xde\x04\x69\x5f\x4b\x55\xbb\x10\xa8\xcf\ -\xba\x84\x8c\xfa\x5b\x51\x01\x9e\x59\x9d\xe4\x81\x48\x10\x53\xa5\ -\x83\x36\x57\xc5\x8f\xe5\x20\x4c\x7a\x20\x06\x42\x1e\x3e\xfd\xd5\ -\xca\x92\x33\x23\xa0\x06\x15\xd7\xcb\x7c\xbf\xd8\x87\xd9\x4b\xc7\ -\xe4\x31\x1a\x8d\x65\x94\x38\xea\xb6\xb3\x72\x0f\x6c\x4b\x7e\xbc\ -\xbc\xea\x11\x3a\x97\xdc\x50\x57\xc2\xbe\xa1\xd0\x91\x15\xcb\x3a\ -\x1c\x76\x30\x46\x86\x18\xa5\x4b\x0e\x5e\x9e\xa3\x7d\xdd\x9a\xc4\ -\x0d\x46\xaf\x90\x35\x42\xa8\x5e\x11\x24\x45\x5e\x0a\x3d\x10\xf2\ -\x1d\x3f\x7e\x81\x42\x4f\x38\x4f\x24\x2b\x73\xc5\x98\x55\xd3\xd3\ -\x5d\x01\x39\x13\xce\x17\x03\x53\xd2\x8f\xc0\xa6\x6e\xb9\xa1\xe5\ -\xe0\x74\xc7\x74\x8c\xba\x5d\x29\x19\x5f\x59\x0f\x9c\xf5\x92\xf3\ -\x32\x8e\xcd\x4a\x47\x01\x26\x31\x7d\x63\x5c\x87\x35\xea\x2b\xd2\ -\xeb\x6e\x3a\x08\x7f\x38\xf0\x5f\xe8\x1c\x60\x6e\x76\x6e\x40\xe0\ -\xcf\xe5\x17\xda\x61\x2f\xc2\xea\x88\x9d\x12\xe5\x2b\x05\x93\xa2\ -\x3a\xf4\x8a\xb8\x2a\x70\x32\x5a\x21\x5b\x35\x15\xf1\x7b\x59\x0e\ -\xba\x6b\xd5\x60\xec\xe3\xfe\x74\xe2\x63\xb3\x63\x2e\xcd\x0d\xf0\ -\x51\x84\x7b\xe0\xa6\x9a\x19\x18\x7d\x55\xb2\x5c\x61\x0b\xee\xf5\ -\xe6\x4c\x19\x46\xae\xe5\x9c\xe7\xe8\xd8\x1d\x9d\x2c\x85\x5d\x70\ -\x0b\x3b\x2d\x4e\x77\x07\x1a\x0f\x03\x6a\x9d\x85\xc8\x17\xb4\xab\ -\x44\x1a\x6c\x76\xdf\x6f\x81\xc6\xb5\xf9\x16\xa7\x67\xc3\x99\x0d\ -\x17\x60\xc1\x85\x62\x27\xd2\xad\x7b\x85\x25\x90\x7f\x29\x34\x88\ -\xf8\x7a\x45\x70\x0e\x55\x39\xd0\xce\x25\xec\xd3\xb1\xca\x59\x07\ -\x00\x2c\xb4\x45\xc0\x74\xb0\x2b\x07\xd9\x95\x5e\x79\xdb\x33\x0c\ -\xbf\x64\x4a\x49\x07\xcf\xae\x20\x88\xd1\xd6\x80\xe5\x08\x45\xf7\ -\x7b\xea\x66\x33\xfc\xaa\x9f\xaa\xd3\xf3\x4a\xa3\x6a\xda\x87\x3b\ -\x42\x1e\x13\xd1\x2d\xf2\xe1\xfe\xd9\x87\xc5\x9a\xec\x67\x54\x99\ -\xf8\x3b\x0d\x66\x9b\x18\x54\xbb\x73\xfe\x6d\xce\x42\x98\xb4\x5b\ -\xbc\x14\xd8\x6f\xef\x85\xbd\x11\xb3\xbd\xc0\x18\x2e\x9b\x55\x4f\ -\x73\x4c\x5b\x6c\xfd\x12\xaf\xa6\x6f\x88\xa9\x37\xe4\x7e\xbf\x92\ -\x01\x60\x05\x7d\x2a\x80\xbb\xb8\xaf\x2a\xf5\xab\x83\x79\xb1\x86\ -\x8d\x52\x86\xc2\xd7\x82\x3f\xef\x27\xfa\x57\x00\xca\xdb\x94\xca\ -\x29\x58\x7b\x68\x72\x53\xc0\x78\x4e\x23\x6c\x8d\x6c\xa1\x58\xe7\ -\xd4\xf3\xce\x7a\xa8\xae\xbc\xc5\xfa\x43\x1d\x03\xcb\xd4\xad\xd2\ -\x52\x5d\x4b\x57\xcf\xeb\x6b\x21\x0a\x9a\xa5\xe9\xe7\xb8\x87\xa0\ -\x53\xa1\xff\x9d\xd9\x6f\x5a\x87\x0d\xc2\xd6\xd8\xdd\x8b\xd7\xd4\ -\x7c\xe6\x33\xd1\xf3\x6e\xd9\x34\x7c\x07\x80\x77\x30\x3e\x33\xa2\ -\xb0\x35\xb3\xad\xd6\xc2\x8b\x83\xb3\xed\xc1\xb7\x6c\xba\xc3\x8d\ -\x8e\x6c\x3f\x8d\xa4\xde\xba\x4b\xac\xe7\x12\x9a\xca\xdc\x40\x21\ -\x6c\x50\x54\xb5\xf0\xae\xd9\x8e\x8b\x53\xa6\x82\x8c\xad\x8e\xfe\ -\x0d\xd0\x7c\x5f\x93\x09\xc4\x48\xc9\x3f\x8d\xf3\x49\xf0\x42\x83\ -\xdb\xad\xee\x33\x3f\x2f\x98\x27\xc7\x64\x06\x0f\x10\xaa\x35\xba\ -\x97\xa9\x8e\xec\x14\xff\xe6\x24\x9a\xf5\x84\xca\x52\xb0\x68\xa8\ -\x40\x0d\xd7\xd0\x9d\x87\x01\x70\x60\x1a\x4d\x73\x6f\xc0\x2a\xeb\ -\x24\x19\x3e\x58\xb2\x37\x39\x42\x3e\x1c\x60\x3f\xef\x0f\x38\x9a\ -\xbb\x1d\xfc\xf0\xb0\x6d\xa7\x09\x67\x50\xbb\x01\xea\x84\x66\xb6\ -\xe7\x7d\x90\x35\x56\x8d\x2a\x23\x14\x9c\x75\x2f\x0e\x63\x74\x66\ -\x56\xcc\xca\x09\x5d\x76\xe9\xcc\x4d\x90\xd7\x8f\x57\xe7\x7a\x26\ -\xe2\x56\xc7\x93\x13\x04\xf7\x4d\xe4\x85\xf3\x8a\x0c\xa4\x7a\x39\ -\x44\x38\x64\x70\x20\x2b\xc7\x41\x8e\x1c\x18\x28\xb6\xa2\x99\x39\ -\x90\xcd\xd5\x0a\x7e\xfb\xfe\xd0\x29\x10\x01\x09\xed\xc7\x41\x16\ -\x87\x15\x3c\x5b\x3c\x46\xca\xa1\x1d\x90\x93\x62\x20\xc2\x86\x16\ -\xf4\xc6\x13\x0c\xf5\x45\x19\x2d\xcb\x22\x17\xed\x52\x7a\x85\x4f\ -\x44\x58\x22\x4c\x36\x3e\x7f\xa0\x11\x1c\x93\xa3\x38\x38\xd6\xd0\ -\x6c\x25\xc6\xc8\x90\x8a\xb0\x39\xd7\xf5\x40\x79\x66\x51\x40\xda\ -\xa2\xe3\x9c\xe2\xd4\xef\xd5\x28\x91\x85\x72\xc8\xf6\xb5\x85\x32\ -\xaf\xaa\x36\x47\x3e\x49\x09\xd3\x10\xa8\xc2\xf3\xa2\x1f\xf0\xd2\ -\xee\x62\x61\xae\x97\x99\x1c\x05\xa2\xa2\x4f\xf4\x4a\x77\x72\x3d\ -\x1a\x36\xe7\xe7\x0d\x71\x87\x62\x19\x2c\x02\x30\x4e\xab\xd2\xb7\ -\x70\x4e\xd7\x08\x22\xa6\x5e\x62\x3f\x38\x79\xcb\x4d\xd1\x73\xd9\ -\x5d\x1e\x8d\x5e\x5b\x34\x72\x41\x7d\xe4\x8e\xc2\x38\x8d\x36\x7f\ -\x26\x4e\xdd\xd5\xa5\xf9\xab\xf4\xba\x7a\x11\x20\xf2\x6b\x9e\x8f\ -\xd4\xc3\x47\x14\x95\x5d\x25\x1e\x20\xf4\x09\x4e\x1d\x20\x6c\xa8\ -\xd4\x79\x36\xa4\x16\xb1\x5a\x77\xdf\x4c\x34\x3c\xcc\x8f\xa2\x10\ -\x5a\x27\x80\xc1\xd2\x4c\x78\xf4\xdc\x95\x86\xbe\x87\x8d\xf6\x25\ -\x04\x57\xb9\xf4\x64\xbc\xf8\x04\x0e\xbc\xa9\x10\x3c\x75\x84\x43\ -\xcc\x72\xd5\x27\x6a\xf5\xfb\xa1\x4e\x93\x58\x9e\xc8\xd9\x09\xa4\ -\x7d\x8c\x10\xed\x63\xe5\xb3\x43\x36\x7a\xbb\x69\x87\x8b\x9d\x15\ -\xa9\x55\xf7\x56\x2e\xba\x30\x1a\xe6\xcc\x57\x90\x67\xda\x72\xfc\ -\xf2\xdd\xc2\x51\xbc\xec\x05\x76\xee\x7f\x0e\xc6\x02\x6e\x88\x1e\ -\x92\x04\xe2\x5f\x75\x67\x5e\x84\x23\x71\xba\x6f\xd6\x60\xe8\xe2\ -\xe2\x58\x5d\x9a\x6a\xbb\xd2\x7f\x96\x1b\x85\x69\xb4\xa9\x5a\x3f\ -\x1b\xe4\xd7\x42\xa5\xae\xb7\x6b\x81\xb5\x4f\xc0\x31\x2d\x79\x1b\ -\x53\x80\x5e\x28\xc0\xdb\xda\xbc\x09\xee\x3b\x3d\xf5\x1e\x5c\x7b\ -\x82\x70\xef\x21\x97\x89\x15\xdf\x3f\x2f\x14\x33\x93\xf8\x19\xf8\ -\x34\xe1\xa1\x42\xb5\x5c\xf8\xbd\x9a\x0e\xc4\x5a\x1e\x0c\x27\x59\ -\x5e\xe2\x9d\xad\x2d\x90\xd7\x9f\x79\xd8\xd2\x0b\x5c\x2d\xf3\xbd\ -\xb8\x5d\x5c\x9e\x77\x08\xd8\x39\x44\xe5\x75\x6d\x8f\xb8\x48\xb3\ -\x88\xe7\x95\x13\x95\xf8\x35\x84\xd0\x6e\x91\x4f\x45\x83\xba\xc7\ -\xf1\x11\xd4\x7c\x87\x4a\x01\x26\xc7\xfd\x40\xe6\x14\xca\x94\x2c\ -\x85\xfa\xbe\x46\x61\x05\xdc\x98\x2f\xee\x7a\xd9\xf3\xbf\xea\x1d\ -\xb5\x5e\xc1\xbb\x04\x3f\xfb\xe4\xf9\xc6\x9e\xc1\xb7\xc6\xb0\x50\ -\xcb\x42\xc8\x17\xc0\xd8\xef\x09\xc4\xd5\xd4\x63\xd7\xb3\x46\x21\ -\x5e\x99\x1e\x4d\x17\xaf\x21\xc1\xda\x98\xae\xae\x69\x84\xa1\xce\ -\x7d\xf2\x4b\x8e\x9a\xeb\x0e\x9b\xe9\x8d\x1b\x85\xa4\xbb\xdf\x10\ -\x4a\x06\x95\x35\x5f\xe2\x76\xfc\x50\xa8\xc6\xfe\x66\x2b\x5d\x1c\ -\xe5\xd0\x6b\x92\x29\x9b\xdc\x79\x94\x90\x1a\xe3\x41\x60\x8b\x29\ -\xda\x40\x05\x0f\x44\x9f\xd0\x35\xfc\x08\x43\x6b\x39\x92\xd6\x7c\ -\x02\x6a\x16\x18\xc1\xd4\x75\xca\x3d\x96\x84\x23\xcb\xcc\x6b\x6b\ -\x8a\x06\xf1\x8d\x51\xf5\x3a\x51\xbf\xe1\x31\xf6\x7c\xc3\x88\xaa\ -\x34\x63\x7d\x18\x40\xad\x06\x77\x8a\xb8\x5b\xdd\x87\x54\x04\xd8\ -\x1a\xd6\x04\xe0\x14\x10\xf5\x86\x68\x14\x86\x96\x4a\x81\xc8\x35\ -\x89\x28\x41\x9b\x4e\xf3\xa9\xad\x04\xc0\x1a\x44\x4d\x3a\x14\xb0\ -\x48\x27\x21\x3c\xe2\x12\x92\x86\x6d\x60\xaa\x37\xa9\x51\xff\x51\ -\x6a\xb2\x03\x94\x4d\xdd\x34\x14\x2b\x7f\x32\x11\x04\xc1\x80\x49\ -\x05\xa1\x1c\xa8\x3a\x9a\x40\x5c\x18\x80\x3e\xb4\x65\xb6\x74\xae\ -\xae\xd7\x84\x91\xa3\xd3\x0e\x00\xf5\x78\x07\x94\xa3\x10\xae\xe2\ -\x39\x45\xd1\x86\x1e\x40\xb6\xe9\x2a\xaf\xbb\xd2\x07\x1a\x3a\x44\ -\xa8\x16\xab\x91\x07\x83\x07\x17\x56\x0a\x5a\x57\x2f\x5f\x4b\x61\ -\x2b\xd3\xb7\xfc\x3e\xab\x84\x3f\xf6\x11\x62\x45\x0f\xff\x9c\x09\ -\xf2\xbf\xf3\xd7\x4e\x93\x50\x8d\x04\x65\xb8\x9d\x53\xa5\x7c\xa1\ -\xf5\x18\x94\xae\x5b\x41\x01\x72\x9d\x5a\x9d\x22\xf2\x38\xa6\x1a\ -\x52\x1c\x00\xfb\x06\x29\x3c\x74\x16\x80\x91\xfc\x53\x36\xab\xf5\ -\x83\x7e\x77\xb9\x84\x25\x34\x57\xd2\xb2\x83\x4e\x5a\xe3\x69\xc9\ -\xfc\xaf\x38\xed\xbb\x4e\x4a\x32\xd0\x54\xf6\x11\xb2\x97\xe6\x6b\ -\xc1\xee\x0c\xf6\xdb\x34\x0a\x62\x6e\xc7\x25\xed\x1b\xae\xc2\xdc\ -\xde\x68\x8d\xf2\x73\x67\x39\x44\x44\xf0\xfc\xe2\x08\x07\x91\x8a\ -\xd0\xa9\x4c\xce\x83\xa7\x34\xd3\xbf\x1b\x06\x1c\x17\xd3\x5b\x72\ -\x79\x45\x59\x47\x69\xcc\x38\x64\x08\x61\x8e\x8d\x0c\xbb\x08\xa1\ -\x17\xa4\x58\x9a\x1f\xb8\x4e\x7d\x2a\x72\x15\x96\xaf\xaf\x1b\x42\ -\x2e\x6b\x55\xc2\xaa\x9d\x70\x9e\xa8\x95\x03\x00\x84\xbf\x68\x4e\ -\x56\x4c\x67\x02\x61\x97\x2c\x20\x05\x1c\x0c\xe0\x32\x0d\xbf\xa3\ -\x5a\x0a\x56\x51\x20\x85\x68\x41\xea\x31\x61\x5c\x8e\x2a\xaf\x5e\ -\x18\x54\x6e\x3c\x8c\x22\xc6\x7e\xcf\x86\xe1\x22\x94\xa6\x2d\x77\ -\x2e\x9d\x4f\xcd\x9e\x1d\x04\xb8\x04\xfa\xda\xa9\x58\xd0\x1d\x68\ -\x7a\xab\x9e\xa1\x04\x5b\x73\xa5\xa0\x07\x21\x85\xf3\xaa\x4e\x96\ -\x7b\x3a\x7d\xa3\xf2\xc6\x3f\x77\x2d\x5a\x18\x47\x40\xcf\x9c\xb9\ -\x21\xde\x52\x29\x49\x36\xb5\x8a\x3d\x8c\xd0\x50\xc4\xfc\xfe\x70\ -\x86\xaf\x0a\x5f\x0d\x52\x68\x0e\x35\x42\x11\xd6\xf5\x44\xd6\xec\ -\x8a\x00\x2f\x2b\x26\xa8\x67\x96\x81\x81\x73\x22\x2f\x14\x24\xa3\ -\x31\x29\x31\x03\x5f\xf5\x85\x55\xf7\x25\x42\x4d\xc4\xbf\x4f\x1f\ -\x73\x9a\x71\x3b\x9b\x46\x2b\xb4\xdd\xd7\xe1\x8f\x34\xb0\x72\x36\ -\x76\xcb\x75\xda\x50\x6a\x4c\x4d\x60\x09\xd7\x5c\x62\xd1\x1d\x97\ -\xc2\x3d\xa8\x68\x7c\x6a\x72\x94\x2a\xa7\xff\x3c\x69\xb4\x0c\x3d\ -\x24\x8c\x62\xe8\x77\xbd\x8e\x16\x5f\x43\x3e\xa5\x99\x5c\xbd\x69\ -\x0f\x9a\x7c\xde\x67\xbe\x7f\xd8\xa7\x20\x20\x9d\xde\xb8\xbd\x9b\ -\x08\xa2\x2d\x05\xb7\x94\xbd\x5c\x5d\x01\xd9\x6a\x23\x4a\x81\x9f\ -\x62\x0e\x54\xa8\xb9\x05\xa8\x72\xf3\x1d\x2f\x14\xd9\x9c\x57\xa5\ -\x2a\x55\x0c\xd5\xbf\xe5\x91\x2d\x10\x98\x80\xc7\x99\x5a\xf7\x90\ -\x5b\x74\x57\xe7\xd6\xce\x78\x90\x30\xa7\xb8\x9d\x93\x99\x29\xe9\ -\xd9\xc4\x7e\x7e\x48\x03\x58\xf7\xc6\x6a\x77\x9d\x73\x46\x89\x1b\ -\x1d\x61\x00\x4c\xd4\x72\xf1\x92\x6a\x99\x54\x7f\x07\x48\xb9\x99\ -\x4b\x60\x48\x13\xce\xbb\x6e\xc4\xcf\x35\x22\xda\x25\x6b\xc6\xd1\ -\x1c\x01\xad\xc9\x46\x00\x81\xc7\xb4\x45\x10\xe1\xf1\x10\x46\xc7\ -\x85\x0d\xe4\x74\x30\x91\x44\x1c\x6d\x8d\x51\x48\x40\x38\x17\x99\ -\xef\x67\x92\x62\xe6\xa6\xd3\x54\xa4\xbf\xfc\x72\xbd\xde\xd1\x07\ -\xd5\xb6\xd4\x44\xab\x84\x49\xb7\x73\x42\xe0\x08\x3a\x4e\x30\x6c\ -\xfb\x77\xe8\x46\x45\x57\x08\xb4\x46\x0d\x14\x9d\xfd\x92\x88\x26\ -\x6e\x3a\x2b\xd5\xce\x72\xd2\xc8\x03\x40\x84\xd0\x39\xe5\xf3\x57\ -\x8d\xdd\x2a\x13\x46\x25\x53\x90\x01\x73\x19\xa6\xdd\x00\x04\x56\ -\x1b\x78\x1e\x94\x20\x6a\x95\xae\xd8\x8f\x92\xf7\x15\x5c\x01\x79\ -\xf4\xac\xc7\x17\xba\xe4\x20\x84\xb5\xfc\x7e\x5a\xe5\xcc\xe7\x58\ -\x0f\x64\xf7\x20\x5b\x36\x1e\x0b\xc2\x64\x58\x00\xac\x2f\xf3\xbb\ -\x34\x1c\x72\xcc\xe4\x32\x7f\x59\x73\x78\x68\x50\xbc\xf2\x81\x08\ -\x60\xdc\xd8\xef\xf3\x0f\xe0\xf8\x84\x65\x39\x22\xc0\xb2\xec\x1e\ -\x1c\x13\xbe\xf0\x55\xb5\x01\x0e\x90\xa7\xd8\x70\xb2\xf2\xd7\x59\ -\xd8\x38\xa1\xf6\x43\x43\x8a\x66\x11\x04\x7e\xf8\x1b\x39\x44\xc0\ -\x36\x6a\x1b\x89\x7a\x30\x3e\x66\x65\x3c\xe2\xd0\x73\xe3\x8d\x08\ -\xd0\x45\xc9\x60\x50\xe6\x70\x92\x41\x61\xf8\xba\x25\x63\xb3\xc0\ -\xd6\x23\x80\x91\xf3\x85\x3b\x67\x55\x4a\x43\x20\x04\xc0\x5f\x35\ -\xac\x70\xc7\x13\xde\x10\x1c\x48\x0d\x0a\x81\x09\xa1\xc5\x72\x4c\ -\x06\xc1\x3f\x8f\xe6\x24\x0c\xa4\xd0\x68\x20\xa7\x36\xe4\xe1\x95\ -\xe9\xe4\x96\x3f\x84\x68\x88\x0e\x68\x8e\x00\x2f\xd7\x8a\x55\x2b\ -\x7a\x06\x66\x84\xe7\xe7\x07\x06\x7d\x22\xc9\xbb\x72\x68\xe7\x40\ -\xf8\x81\xaf\xda\xbe\xfa\xb3\x93\x1f\xa5\x2b\x82\x86\x12\x3e\xc8\ -\x9a\xab\x53\x10\x34\x96\xc7\x72\xab\x54\x7c\x8a\x02\xf0\xd8\xba\ -\xa8\x48\x13\x22\xc2\xcf\xfa\xc7\x3a\x7b\x82\xcf\x18\x20\xeb\x07\ -\x84\x08\x00\x94\x42\xf4\xf0\x57\x9d\x57\xec\xe0\x1b\x65\x93\x7a\ -\x96\x85\xb8\x9d\xbc\x6b\x4e\x14\x92\x00\xa2\x01\x8f\x70\x59\x9b\ -\x3d\xa5\x1e\x27\xc2\xf7\xfb\xd5\x0c\x08\x48\xe4\x9b\xec\x7b\x8c\ -\xa1\x9f\xe7\x09\x1b\x77\xe5\xbc\x6b\xad\x68\x39\x51\xf0\xd5\x43\ -\x59\xd4\x21\x08\x1f\xa5\x4d\x2c\x78\xba\xa9\x40\xd1\x8c\x90\xc7\ -\x05\x98\x76\x60\x59\xd6\x03\xa0\x5a\x81\x76\x9d\x15\xb7\x86\x2b\ -\x6d\xd2\xd5\x32\xf2\x6b\xf9\x44\x08\x00\x13\x27\x30\x02\x2c\x64\ -\x0b\x5f\xd5\xf4\x76\x77\x52\x72\x2a\xa0\xc7\x00\x90\xe7\x50\x60\ -\x1e\x0c\x1e\x3e\xeb\x63\xf3\xef\xfa\x29\x41\x9e\x35\xfc\xd0\x82\ -\x12\x4b\xc3\x04\xb2\x22\x8b\x47\x9f\x23\x25\x57\x9a\x53\xc8\xca\ -\x90\x02\xf6\x07\x1e\xf0\x7b\x4a\xb5\xd5\xab\xd1\x3e\x38\xc2\xb9\ -\x53\xbb\x53\x1b\x52\xe6\x6f\xb8\x99\xd5\xcb\xc1\x51\xe8\x25\xff\ -\x44\xd1\xe9\x51\xee\x44\x04\x34\x47\xe4\x14\xc9\xa3\xef\x50\x0f\ -\xe5\x12\xb0\xc8\xa2\xba\x25\xca\x6c\x11\x61\x84\xf5\x08\xf0\x64\ -\x20\x61\x5d\xdf\x60\x06\x10\xd6\x0c\x35\xe7\x53\xfa\x98\x56\xc3\ -\x2f\x4e\x9d\x24\x0d\xf2\xcb\xe7\x0b\x2c\x0f\x20\x69\xde\x49\x6a\ -\x55\xf4\x62\xf8\xda\xda\x1b\xb0\xf4\x67\x74\x4d\x0b\x0d\x6b\x7a\ -\xbe\x46\x35\xb0\xcf\xe2\x8e\xa7\xe6\xe0\xba\xf8\x6b\xcd\x40\x9d\ -\xcc\x6a\xd2\xa0\x16\x23\x5f\xbb\x3c\xa6\xe5\xab\x38\xf2\xa7\x67\ -\x90\x3a\x44\x96\xb8\x85\x5a\xfc\xd9\xf9\xa2\xd6\x36\xe9\xea\x44\ -\xe6\x58\x47\x80\xf0\xc3\x0f\x4c\xec\x68\xb4\x3b\x37\xe2\x00\x58\ -\x0f\x02\x4e\x32\x1a\x4f\xd2\xb7\x98\x57\x43\xb4\x6f\xe0\x82\x82\ -\x5c\xb9\x3f\x30\xb2\x62\xdc\xa4\x43\x60\xa9\xfe\x3a\x2e\xf1\x81\ -\x16\x50\x8d\x04\x02\x1c\xd3\x19\xb6\x21\x30\x1b\xf5\x14\x23\x33\ -\x47\x51\x6c\x1a\x60\x2c\x01\xa3\x59\x83\xd2\x75\xa0\x5e\xa6\x92\ -\xb6\xc6\x82\x60\xc0\x16\x36\x0d\x9a\x82\x46\x9e\xbf\x35\x22\xa7\ -\xac\x6a\xd5\x7c\x0d\xeb\xaf\x3d\x01\xd2\x1c\x59\x5b\x28\x1a\x40\ -\x2e\x74\x80\x13\x4a\xc9\x59\x05\x4c\x1c\x95\xef\x65\x3f\x77\x4e\ -\xf2\xdd\x90\x25\x83\x3d\xdd\x04\xe0\x81\x08\x02\x2f\x80\x93\xbf\ -\x87\x87\x1d\xba\x91\xc8\x30\x42\x50\x9b\xf2\x39\x11\x58\xfe\x6e\ -\xa2\xf7\x5a\xe0\x4c\xc0\x66\x1a\x81\x02\x8d\x62\x36\x88\xe0\x2b\ -\x4b\x81\xc3\x59\xa8\xcc\x52\x9e\x95\x3c\x85\x89\x46\x11\xfa\xe9\ -\x1a\x4b\xf6\x06\x07\x31\xee\x14\x7f\x9e\x20\x46\x00\x91\x34\x8b\ -\x19\x50\xc3\xe6\xa1\xb8\xee\x5d\xec\xf2\x59\x60\x11\x36\xa0\xc3\ -\x8d\xad\xd4\x3d\x4f\xe0\x1f\xcb\xb9\x1a\x48\x30\xe7\x5f\xc9\x26\ -\x00\xa5\x31\x2d\x58\xb0\x78\xc1\x87\x3e\xe7\xf3\xc1\x09\x3f\xbc\ -\x80\xc9\x93\xac\xed\x8e\x61\x01\x19\xd6\x70\xf3\x03\x8c\x00\x73\ -\xd3\xf7\x08\x2c\x18\x2c\xf0\x63\x13\xbd\x0f\xa6\x1e\x0c\xcd\xc9\ -\x0d\x0a\x60\x86\xbb\x0e\x0c\x93\x9e\x8f\x1e\x71\xc5\x5a\x34\x13\ -\x08\xc8\x40\x8b\x20\x5a\xca\x32\x19\x23\x41\x36\x67\x0a\x39\xab\ -\xc8\xc0\xe0\xae\xf4\xd6\x33\xf2\x59\x5f\xab\xdd\x38\xe8\xea\x6e\ -\x08\xc4\xcc\xf0\xfd\xf9\x3b\xf6\xc2\x30\x96\xce\x2a\x60\xe7\xf7\ -\xe7\x1b\x0d\x91\x3b\x45\x56\xfa\xe4\x92\x47\xf7\xb8\x83\x5a\x23\ -\x29\x6d\xc0\x02\x5f\x78\x00\x87\x52\xf6\x50\x28\xf2\x43\x11\x35\ -\x9b\xf2\xc1\x1f\x40\xb1\x69\x83\xe8\x7d\xca\xa2\xd3\x7f\x9a\x1f\ -\xf8\x5a\x0e\xa1\x46\x4e\xa8\x8b\x62\xbc\xbf\xf9\x17\x7c\xbf\xff\ -\x0d\xad\x1b\xe2\x88\x66\x5d\x07\x65\x08\xcf\xfa\x07\xd0\x73\xb6\ -\x1c\xcc\xa2\xb4\x5b\x58\xfc\x37\x08\x20\x7c\xc2\x35\xaf\xe4\x64\ -\x99\xae\xcb\xef\x64\x0a\xcd\x20\x87\x49\xd4\xd7\x00\xd0\xcf\xfc\ -\x00\xd1\x80\x69\x79\x4e\x1c\x13\x58\xaf\x0f\xc6\x35\x84\xf7\xe1\ -\xaf\x69\xa8\x46\xd7\xda\x99\xfc\xe0\x47\x16\x0c\x03\xf6\xf5\xbf\ -\xab\x89\x1a\xa0\x4e\x88\x7f\xf8\x6b\x7b\xdd\x72\x21\x51\x33\xaf\ -\x08\x46\x64\x8c\xb2\x4d\xe4\x72\x12\xbe\xe2\x9e\x60\xf4\x1e\xc0\ -\xa3\x08\x2a\x55\x10\x00\xe4\x6b\x20\x3e\x5c\xa5\x41\xcb\x72\x58\ -\xc9\x9a\x31\x40\x80\x85\xc9\x16\xf3\xb3\xcc\xef\x77\x76\xea\xab\ -\x3b\xdd\xe2\x32\x39\x00\x36\x06\x85\x78\xcd\x84\x0f\xd0\x28\x46\ -\x5c\xe5\x3c\x25\x02\xe0\x47\xe0\x01\x6d\xaa\x18\x16\x80\x0c\x60\ -\x58\x30\xab\x15\x73\xa5\x50\xf8\x01\x30\x2d\x68\x37\x1a\x0a\x5b\ -\x14\xba\xc0\xf4\x40\xa3\x9a\x76\x8d\x1b\x55\x06\x2d\x47\x08\xf5\ -\x02\xe3\xe5\xe8\x85\x5a\x35\xab\x0f\xfc\x0b\x2d\xc7\x72\x19\x22\ -\x87\xc8\xb5\x55\x9c\xfa\x27\xc0\xff\x98\x96\x4a\x29\x11\x7a\xd0\ -\x7a\x01\x2e\x46\x55\xcc\xf4\x74\xc1\x9d\x96\x60\x0f\x79\xa3\x0b\ -\x72\x58\x9e\x9e\x22\xc7\x7a\x08\x0f\xd2\x20\x49\xe1\xbc\xc4\xfa\ -\x28\xbe\x6c\x74\x0b\x11\xce\xc3\x1f\x60\x96\x03\x37\x44\x72\xd6\ -\x3c\xa0\x00\xcc\x39\x6d\x93\xad\xe4\xa3\xee\x97\xb0\x65\xe4\x34\ -\x44\xd4\x45\xdc\x83\x3a\xa5\x66\xc3\xa6\xe8\x2d\x37\xc7\xbf\x7f\ -\xe4\x49\x97\x4b\x9b\x0d\x79\x59\x02\x25\x56\xf9\x28\x0c\xb4\xe3\ -\xff\x5c\xec\xea\xb3\x50\x20\x70\xd4\xd4\xae\x6f\x3a\xdd\xc7\xf0\ -\x1c\x5c\x45\x19\x70\x73\xf3\xbb\x26\x89\x0b\x5c\xf5\x19\x6e\x3d\ -\xfe\xf6\xd7\x08\x0e\xb5\x14\x3a\xea\x4d\x2b\xe1\xb7\x78\x52\x6d\ -\xc0\x0a\x90\xe4\x02\x9f\x9c\xa6\x4e\xf5\x2a\x48\x95\xfd\xfa\xb0\ -\x26\x62\x40\xa7\x0b\xb9\xe8\xdf\xad\x66\x77\x94\xb9\x5a\xc9\xd7\ -\x89\x5e\xa3\xdd\x90\xed\xcf\x10\xbf\xba\xa0\x5a\xab\x55\x2a\x48\ -\xd1\x6d\xf2\xc3\x56\x84\x86\xbe\xc3\x51\xe7\x40\xc6\x30\x38\xf8\ -\x55\xdb\x71\x77\xc2\xc2\x77\xcd\xda\x45\x98\x1f\x7f\xaa\x20\xde\ -\x28\x9a\xe1\x22\x2d\x9b\x0c\xae\xd6\xdb\xf1\x7e\xc7\xd8\x50\xac\ -\x6a\x93\x4f\x05\x7d\xa6\x66\xd7\xbd\xc7\x49\x78\xa3\x0a\xd4\xd7\ -\xa0\xfe\xde\x01\x22\x0f\x70\x64\xa1\xa4\x96\xb4\x7e\xaf\xa0\xae\ -\x22\x00\xa1\x84\x18\x58\xcf\x2e\x8a\x0c\xc0\x5e\xa0\xb9\xd3\x16\ -\x9d\x80\x4e\x80\x08\x23\xa6\x51\x12\xfc\x75\x8c\x20\xd2\x3b\xdf\ -\xc7\xf2\x38\x4a\xb1\xb8\x9b\x4e\xe8\x44\x98\x4e\x03\x14\x41\x4b\ -\x80\x50\xfe\xf9\x4d\x5b\x55\x39\xfd\x37\xda\x5a\xb8\x2b\x99\xe0\ -\x5c\x30\x69\x32\x28\xe9\xda\x57\x39\x68\x64\x0e\x81\x18\xc6\x01\ -\xd4\xa8\xdd\x55\xec\xfc\x3e\x5d\xee\xd4\x61\x59\xbc\xad\xf9\x9c\ -\x38\xdc\x74\x25\x78\x71\xe9\x6c\x4c\x89\xf2\xec\x14\xe4\x1b\xc5\ -\x0c\x01\x43\xb7\xab\xff\xbc\xe7\xf3\x50\x73\xce\x14\xe9\xf9\x80\ -\xfb\x09\xe9\x8d\x70\xa5\xf5\xd7\xa6\x0a\xcb\xbb\x13\xe9\x08\xb7\ -\x17\xe4\xb4\x13\xfc\xfc\x8e\x8f\xa9\xe9\xb4\xa9\x0f\x77\x01\xbc\ -\x69\x7c\xc1\xc4\xec\xd8\x84\x3e\x62\xd7\x88\xc1\x10\x62\xc0\x66\ -\xc9\xed\x6a\x48\xba\x9f\x9d\x25\x00\xb9\x7f\xc6\x4e\x95\xac\x92\ -\x00\xc2\x69\x93\x4d\x3f\xc3\x46\xd3\x85\xbd\x51\x4d\x61\x3b\x95\ -\xaa\x89\x52\xf5\x0a\x21\xa4\x96\xe5\x18\x4c\x1a\xab\x0c\x09\x19\ -\x76\x63\x24\x5f\x0f\xc1\x78\x90\x12\x6c\x5e\x4c\x22\x48\x00\x80\ -\x66\xa1\x60\x15\x3a\x3c\x8f\x66\x7e\xb0\x7f\x9e\x7a\xbe\x39\x45\ -\xbf\x9f\xb7\x2f\x39\xa2\x9e\x39\x69\x3a\x77\xd9\x02\xcd\x7f\xfb\ -\x4b\xb8\x9e\x03\x7c\xdd\xcf\x72\xa3\xc7\x39\xd8\x20\x9d\xf6\x5f\ -\xb5\xca\x4e\x23\xae\xce\xb4\x87\xe3\x1f\x52\x33\x52\x72\x00\x3d\ -\xbe\x4e\x31\x3f\x22\x72\xb0\x00\x1b\x28\x12\xd3\x40\xfe\x02\xae\ -\x42\x9b\xd5\xf2\x3e\xdc\x62\xc3\x29\x16\x47\x86\xfb\x6e\x91\x12\ -\x7a\x3e\xce\x63\x62\x22\x65\xaf\xa0\x35\xac\x58\x5c\x99\xeb\xfe\ -\x06\x0b\xc0\x95\x2d\xd3\x8a\x0d\x88\x1c\x38\x8e\x33\xa5\x69\xfb\ -\x64\xb4\x5c\xcb\x63\xbd\x10\x46\xae\x32\xd7\xf5\x5b\x73\x38\x65\ -\xdb\x07\xfa\x80\x82\x79\x14\xb5\x98\x85\x2d\x03\x53\xf1\x44\x98\ -\xa1\x47\xcb\x1a\x65\x18\xf3\x6d\x04\xa8\x47\x61\x58\xb3\x33\x6e\ -\x94\x51\x50\x6b\x2e\x05\x94\x72\x92\x45\x96\xd5\xba\xa0\xd0\x35\ -\x83\x0b\x0a\xaf\x14\xc8\x3c\x54\xe0\x3a\x55\x17\x90\xb4\x88\xf7\ -\xf5\x4c\x2e\x7d\x72\x39\xc5\x93\x4e\x9a\xe5\xcc\x98\x7f\xb2\xca\ -\x8d\xe0\x48\xbf\xac\x0a\xfd\x65\x41\x71\xaf\xb2\xcc\x0b\x1d\x8d\ -\x49\x8c\xcb\x46\x84\xf5\x72\x11\x18\x16\x57\x97\xa5\x3a\x88\x2b\ -\x95\x8e\x8d\x6a\x12\x87\x5a\xea\xb1\xfa\x85\x56\x28\x0c\x9c\xd6\ -\x87\x84\x54\x1a\x25\x00\x89\x17\x7e\x06\x1a\x3a\x1f\xd4\x9b\x27\ -\x81\x17\x27\xb1\x17\x5a\x45\x1b\x13\x17\x17\xc5\x5b\xb1\x5b\xa9\ -\x2f\x43\x46\x77\x10\x0a\x87\x3f\x6d\x8a\xa2\x08\xc5\x14\xc3\xc7\ -\x46\x46\x43\x02\x06\x5e\x29\x57\x54\x5c\x16\x77\xdd\x44\xe4\xe4\ -\x1c\xef\xbe\x88\x38\x81\xb4\x70\x15\xe7\x85\x26\x2d\xb0\xa2\xae\ -\x54\x16\xa3\x6f\x42\x2a\xb4\x8b\x51\xde\xd7\x12\x0c\xbb\x7b\x20\ -\xc5\xc7\x22\x0b\x22\x1c\x26\x1d\xcf\xf1\x4d\x72\x67\x88\xa9\x89\ -\xce\x38\x74\x21\x95\x96\x18\x4e\x6b\x7c\x52\x10\x23\x33\x83\x7e\ -\x09\xc8\xf4\x5c\x11\x92\xc8\x02\xa9\xef\x9b\xa8\xba\xef\x9d\x0e\ -\x48\x52\xac\x20\xe3\xd2\xf2\xc1\x85\x00\xa0\xcc\xab\x06\x23\x1b\ -\x5f\x0b\x88\x2c\x8d\xd5\x6e\x95\xbc\x67\x81\xb5\xc6\xd6\x90\x9a\ -\x4c\x13\x58\x2d\x63\x69\x8c\x61\xae\x67\x8f\xa1\xcb\x36\x41\x96\ -\x61\x64\x0f\x49\x47\xa3\x7a\x61\xa3\xa2\xfa\x13\x25\x7b\xc6\x28\ -\xe4\xb2\x85\x17\xa1\x2b\xe0\x22\x6b\x6b\x4c\xe4\x45\x5c\xcd\x19\ -\xe6\xdb\xce\x88\x68\xa6\x46\x4c\xd3\xc0\x74\x5d\x54\xed\x89\x65\ -\x64\xd0\x67\x71\x23\xf5\x46\x83\x60\xe4\xd9\xb4\xbd\x3b\x12\x00\ -\xa6\x6c\x96\x5b\xc6\x94\x6b\x33\x0b\x10\x21\xb7\x08\x02\xa8\x19\ -\x74\x99\xb1\xe5\xb4\xa0\xb1\xe9\x66\x5a\x71\x8b\x96\x47\xd7\x9e\ -\xdd\x88\x30\x55\x3f\x47\xaa\xe5\x6f\x9e\x5f\x3e\x99\x53\x57\x27\ -\xac\x3a\xd0\x41\x21\x30\xe6\x8a\x30\x17\x2b\x78\xff\x01\x44\x9e\ -\xa6\x8b\x85\x41\x66\x67\x0b\x8e\x70\x01\xc7\xa4\xf1\xdc\xa8\x34\ -\x52\x74\x7e\x37\xa5\xf8\xdd\xee\xfd\x4d\x1b\xd9\x01\x24\x78\x71\ -\xc0\x92\x44\x1f\x11\x0b\x5d\x7d\xd3\x30\x45\xe1\xee\x3a\x85\x82\ -\xec\xaf\x11\xe2\x65\xcf\xd2\x51\x0a\x52\x0f\x89\x7d\x73\xff\xdb\ -\x81\x9c\xb3\x19\xc3\x4d\x20\x4e\xa1\x95\xa8\xb4\x70\xed\x57\x78\ -\x9b\xae\x44\xb7\x73\xd2\x12\x8b\x86\x28\x83\x94\xbb\x7e\xf8\x4a\ -\xfb\xd9\x8a\x67\x96\x53\xf8\x0f\x04\xcd\x15\xb2\xef\x4d\xd3\xf4\ -\x42\x9e\x33\x7a\x47\x14\xc3\x06\xaa\x85\x29\x1c\x4e\x7e\x21\x42\ -\x0f\x27\xcd\xcd\xa0\xa7\xee\x51\x9c\x05\xa8\x91\xf6\xee\xf4\x1e\ -\xa3\x98\xa4\x43\x29\xc8\x33\xc6\xc0\x05\xf9\x77\x8d\xe1\xdb\x73\ -\x22\xcf\x0a\xc3\xbd\xf5\xb4\x53\x13\x0b\x99\xdb\xf2\x05\x6f\x39\ -\x8c\xf9\x3e\xa0\x98\x36\x8c\x34\xbc\x28\x71\x09\xd9\xb0\xac\x6c\ -\x64\xf0\x6e\x1e\xe2\x7f\x4d\xfb\xf9\xd6\xf0\x91\x83\x3a\x03\x0f\ -\xce\x9f\x36\xb4\x41\x08\x2d\x90\x29\xce\x2c\x33\x10\x6a\x6b\x20\ -\x1a\x43\x3a\x8c\x2d\x5a\xf3\xd4\x5c\xde\x12\x94\x75\x87\x62\x29\ -\x79\x8d\x41\x01\x2d\xcf\x7f\x50\x77\x41\xbd\x19\xff\x44\x88\x6b\ -\xfd\x49\x0c\xc8\xcf\x38\x91\xac\x31\xda\xf3\x81\x09\x0b\x57\x73\ -\x8d\x54\xf0\x9e\x81\x64\x01\x7e\x7e\xf7\xfd\x1c\x68\xac\x8d\xc5\ -\x56\xdb\xe2\x55\xdb\xec\x54\x40\x80\x2e\x71\x21\x19\x17\xd3\x2c\ -\x0a\xc3\x0c\x04\xb6\x78\xa2\xcc\x44\x64\x5c\x19\xe3\xc6\xa9\x59\ -\x1f\xb6\x96\x9a\x9b\xe6\xe5\xdc\x6d\xe7\x68\x50\xcf\xbb\x31\x12\ -\x14\xd6\x89\x5c\xf2\xdb\x22\x56\xa7\xd0\xf7\x76\xf7\xd5\x01\x2a\ -\xab\xf1\xda\xa8\x6b\x5f\x47\xd1\xad\xd5\x66\xb0\x4a\x7a\xc0\xd8\ -\x74\xf2\x2a\x07\x19\x06\xc8\x48\x31\x62\x3a\x62\x15\x9a\x16\x9f\ -\x9b\x54\x68\x77\x3a\x87\x0b\x90\x42\xd6\xcc\x85\x26\x32\xb2\x2a\ -\x33\x56\xc8\xed\xdd\xfc\x13\xce\x5b\xf6\x47\x5b\x0c\x21\x6e\x34\ -\xaa\xcb\x4a\xaf\x78\xb4\xd1\x5b\xf2\x62\x4b\xe2\x39\x30\x20\x53\ -\xbc\x14\x75\x75\xb1\x11\x27\x12\x94\x7d\x6a\x28\x5a\x9a\x51\x54\ -\xbf\xfe\xdd\x35\xad\x35\x10\x8c\x30\x3f\x9f\x76\x91\x72\x50\x20\ -\x20\x3a\x65\x2f\x4c\x76\x74\x3a\xd3\x38\x30\xa8\x55\x5a\x4f\xa4\ -\x33\x62\xa2\x18\x92\x08\xad\x77\xdb\x2f\x82\xd4\x26\xec\x23\x0c\ -\x8a\xca\xdb\x21\x1d\xc9\xe1\x82\x17\xbd\x0e\x35\xc1\x6c\x1c\x82\ -\xce\x45\x37\xdd\x03\x11\x75\x81\x3c\x73\xdb\xdc\x37\x37\x32\xde\ -\x2f\x0e\xc2\x96\xf2\x0e\x02\xc5\xa0\x82\x60\x85\x25\xa9\x71\x73\ -\x7f\xcb\x57\x21\x9b\x74\x6d\xee\x3b\x69\x89\x6d\xb4\x07\xa2\x42\ -\xcd\x69\x2e\x08\x2d\x23\x41\xe0\x3e\x71\x82\xea\xc0\x05\x00\x24\ -\xeb\xd5\x1b\xeb\xf6\xfc\xc7\x18\x81\x74\xc8\xc5\xc1\x6c\x80\x36\ -\x36\x0b\x17\x08\x16\xea\x54\x20\x45\xd0\x42\x60\x4f\x9d\x13\x5a\ -\x50\x71\xc9\x5e\x88\x29\x0c\x46\x90\x66\x77\x26\x2a\x7a\xaa\x40\ -\x3d\xb3\x18\xe9\x07\xc0\x30\x37\x9d\x75\xb7\x16\x97\xea\x2a\xb9\ -\x9a\x5e\x03\x40\xb3\xdc\x42\xdb\x61\x87\xb9\xbe\xbb\xb4\xed\x4d\ -\x64\x38\x29\x08\x81\x94\x4b\x36\xac\x57\x6d\xdd\x86\x3c\x06\x8d\ -\xc9\x2d\xae\xd5\xfd\xc1\x9e\x63\xe6\x7a\x78\xf1\x48\x34\x83\xa7\ -\x2d\x05\x75\x5d\xec\xd3\x87\x6f\x14\xf6\x71\x7e\xf8\x65\x2d\x66\ -\xc5\x2f\x94\x0d\x4f\xd1\x7c\x46\xb1\x09\x03\x64\x24\x90\x31\x24\ -\x03\x7d\x35\x23\x09\xdb\xc4\xda\x29\x55\xba\x27\x7e\x5a\x83\x88\ -\x4d\xab\xa4\xb4\x00\x22\x3c\x75\x65\x97\xec\x9f\xaa\x9d\x00\xcf\ -\x28\x23\x0a\x8b\x75\xa5\xff\xae\x36\x47\xa0\x32\xad\xae\x68\xe5\ -\x5e\x44\x7b\x53\x51\x83\x96\x4f\xbd\xd7\xe8\xc3\xdb\x6a\x43\xeb\ -\xc5\x8d\xe4\x45\x27\x47\xde\x56\x8a\xc9\xe9\xa5\x28\xed\x93\xbc\ -\xd3\xde\x7a\x0f\x06\x46\xc8\xfd\x73\x84\xb5\x1b\x72\x2a\xaf\x1a\ -\xc7\x82\x6c\x1f\xeb\x53\x9a\xdd\xff\xad\x00\x21\x41\xf8\x22\x87\ -\x82\x27\x35\x0e\x92\x67\xe3\xce\x36\x60\x3e\xc4\xfd\x00\xf7\x5c\ -\xbe\x6a\x93\x7e\x73\xe4\xeb\x17\xbf\x4f\xdd\xcc\xf4\x85\xf6\x5c\ -\x42\xb8\xba\x0e\xd2\x06\x3c\xed\x71\x0f\x55\xfb\x79\x9b\x4c\xfb\ -\x7e\xba\x39\x30\xea\xff\x8d\x32\x21\x5a\xe1\xca\x59\xa7\x4c\x9e\ -\x5f\x45\x37\x01\x3d\xb9\x51\x40\x66\xf8\x88\xd9\xba\xba\x4d\x3b\ -\xd6\xe0\xf6\x7a\x36\xd2\x38\xc0\xcb\xfa\x5e\xfb\xbd\x41\x46\xd9\ -\x5d\x1b\x68\xcc\xaf\x1a\xb4\x7f\xf3\x97\x08\xb6\x70\xf1\xaa\x11\ -\x92\x90\x18\x60\x36\x71\x4b\xe9\x81\xfe\x4c\x2b\xf8\xab\x7b\x8a\ -\x0a\x93\x04\xcd\x1c\xa6\xbe\xab\xf2\x79\x49\x03\xa2\xb1\x98\xd8\ -\x80\xd9\xa3\x4f\xf6\xa9\x9f\x33\x2e\x30\xb2\x1f\x74\x72\xed\x20\ -\xc1\xda\xce\x8b\x92\xfb\xa6\x17\x5d\xd1\xb6\x6c\x76\xff\xd8\x27\ -\x38\xb9\xa6\x39\xd7\xb6\xec\xb5\x41\x02\xb3\x75\xfd\xfb\xc4\x4a\ -\xf3\xc5\xb8\xed\xff\xfd\xec\xd8\x83\x64\xeb\xef\x3b\x8a\x63\xc0\ -\x7b\x83\x1c\xda\x59\x8a\x7b\x95\x23\xa8\xdc\x9b\x8e\x05\xbc\x36\ -\xe0\x92\x1f\x90\x5d\xe7\x05\x70\x34\xf4\x75\x86\x91\x35\xe7\xe6\ -\x20\x0b\xa3\x98\x3e\x50\xd1\xca\x49\x37\x26\xb1\x77\xe4\x0d\xb7\ -\x82\x09\x4b\x19\x2b\xa4\xc0\x59\xd5\xe1\xa5\x06\x95\x4f\xfd\x2b\ -\x14\x13\x34\xb3\x83\x87\x92\xf3\xc7\x78\xd6\x4b\x0e\x7c\xcb\xe5\ -\xac\x11\x24\xa3\xfa\x27\x80\xe0\x1e\x04\x52\xdc\x58\xeb\xe7\x3f\ -\xb2\xf5\xa2\xce\x48\xc0\x30\xdd\x21\xcf\x77\xf6\xee\x4f\x20\xd7\ -\xe9\xfb\xad\xa1\xac\x77\x80\x4f\xdb\x96\x37\xfc\x58\xbe\x56\x59\ -\xd3\x4e\xd7\x65\x44\x40\x56\x3a\x23\xb9\x84\x86\x6d\x0d\xd9\x44\ -\x72\xea\x02\xe7\x2b\xf2\xa6\x1c\xd9\x55\x04\xc6\x92\x5a\x27\x9a\ -\xe1\x6a\x47\xce\x57\x2c\x6e\x3f\x62\x1c\x5c\x2c\x9a\x0e\x2d\x64\ -\x2d\x2e\x6d\x89\x52\x63\x22\x70\x34\x51\xb0\x46\x4d\xc4\xf7\x80\ -\x58\x22\x82\x25\x39\xda\x65\x31\x7b\x45\x32\x23\x06\xb4\x34\x99\ -\x0d\x11\x78\xcb\xe4\xb9\x1d\xb0\x03\x30\x9d\xab\x4a\x48\x5f\xc1\ -\x16\xae\xf3\xac\x1e\xea\x67\x41\x98\x80\xdd\x2a\x12\xaa\xf8\x11\ -\xda\x04\xa2\xdb\x81\x92\x89\xc7\xb9\xf1\xf9\x55\xfc\xf8\x69\x88\ -\x37\x33\xab\xc6\x66\xa9\x36\x8a\xf9\x4e\x17\xc0\x42\x4f\xbc\x8e\ -\x49\xa3\x41\xd6\x77\xc0\xcc\xa1\x9f\xf2\xc3\x79\xe0\xc5\xaa\x7b\ -\x0b\xa0\xdc\xa9\x0f\xc3\x69\x20\x86\x2e\xd2\x39\x0c\xe9\x74\x05\ -\x2c\xd3\x9d\x42\x0b\x0b\x27\xde\x46\x13\xd1\x31\x74\xd2\xa5\x46\ -\x73\x25\xba\x19\x2a\x10\xe1\x39\xbd\xac\x3a\x2f\xa7\x06\x31\xc3\ -\x53\x0a\x0c\x12\x6c\xda\x2a\x70\x47\xc7\x00\x24\xca\x74\xa9\x50\ -\x30\xc3\x7d\xd4\x7f\x61\xcc\x98\xb2\x5d\xc5\xfb\x6c\x20\x01\x72\ -\x14\x59\xb5\xe9\x7e\x43\xf6\xf7\x02\xf6\x2d\xa8\x14\x02\x59\x86\ -\xa4\x0e\xd9\xc3\x25\x77\x1d\xda\x26\xc4\x5c\x9a\x0d\x2c\xa1\xe1\ -\x6a\xfd\x0a\x41\xdd\xcd\x03\xa9\x3b\x9a\x79\x63\x55\x29\x81\xb5\ -\x51\xdc\x1d\xd2\xea\xc4\x2f\xa6\xd3\xd8\x73\x75\x18\x93\xfe\xaa\ -\xcf\x56\x1b\x4e\x24\x6a\xf4\xb9\x4e\x26\x25\x70\x32\x6a\xbd\xec\ -\x6a\xf6\xd1\x07\x32\x97\x26\xa8\x0f\xe4\x6b\x91\xd4\x5d\xf3\x46\ -\x95\x34\x0a\x54\x50\xaa\x4a\x03\x94\x97\xf1\xa3\x39\x60\x1b\xc5\ -\x03\xeb\x7b\x92\x7d\x0a\x8a\xc7\xe4\x90\x2a\x09\x81\x3a\x75\x6c\ -\x77\xe0\x8c\x7d\xcd\x8e\xda\xb1\x36\x9a\x6e\x3f\x5f\xbf\x3e\xe6\ -\x84\x37\xa6\xe5\x58\xc5\xf5\x45\xb3\xb9\xed\xb2\x40\x07\x49\x79\ -\xfe\x5a\x14\x48\x2b\xec\x63\x92\xb0\x03\x1f\x3b\xaa\x7a\x8d\x02\ -\x70\xfb\x27\x79\x9f\x86\xc1\x2f\xa0\xdc\xf5\xcc\x91\x83\x16\xaa\ -\x6b\xbb\x4c\x6e\x04\xae\x85\xde\x7b\x18\xb5\xbc\x4e\xe3\x6e\x8d\ -\xe5\x4d\x67\x56\x69\x6e\xf9\x35\x0b\xaa\x0b\x7f\x36\xaa\xc8\x49\ -\x0d\x6f\xd9\x48\xde\x04\x3c\x07\x25\x23\x32\x6a\xf0\x6c\xdc\x5c\ -\x67\xe9\x9a\x16\x07\xf6\x8e\xbb\x86\x0b\x00\x87\x9d\x76\x15\x80\ -\x58\xec\x5d\x8a\xa9\xb7\x88\xe5\xc2\x6c\x54\x2f\x68\xcd\x75\x65\ -\xc1\xdc\x29\xa5\xf9\xbe\xa5\x51\x0c\xe3\x1e\x23\xdc\x02\x56\x3b\ -\x5d\x8f\x4a\x46\x50\xec\x65\xa9\xfe\x2f\x72\xbc\x07\xa7\x4c\x52\ -\xac\xf9\xa4\xfa\x49\x71\x5d\x55\xb0\x7a\x6a\x9d\x44\x26\xc2\xa7\ -\xa4\xde\x07\x98\x12\x4d\xef\x7e\x56\x9f\x4e\x9c\x67\x8d\xc3\x0d\ -\x00\xd9\xf7\x59\x9d\x98\x0a\x66\xac\x4a\xd4\x62\x61\xfe\x70\x69\ -\x40\x61\x1e\xcd\xca\x4e\x31\x74\xe7\x46\x77\x2f\x06\xfc\x36\x83\ -\x99\x76\x66\xb0\x44\xe4\x4f\x36\x58\x85\xad\x04\x72\x64\x3f\xa9\ -\x92\x0f\x5f\xc1\xe3\x98\xbe\xd1\x9e\x9f\x78\x99\x6e\x0c\x28\x80\ -\x5e\xc6\xd6\x38\xa0\x1a\x77\x69\x5b\x64\xfd\xbe\xba\xed\xbf\xd4\ -\x13\xef\x8d\x95\x29\x1b\x11\x8e\x4c\xa6\x4a\x15\xdd\x8d\x68\x74\ -\x4d\x1a\xdd\xf4\x12\x11\x53\x69\xca\x83\xfe\x5d\x9c\x40\x5d\x47\ -\xbf\x9d\xa1\x8f\x69\x54\xd5\xbe\x1c\x82\x25\xa2\xb3\x86\x5e\xbb\ -\x6e\xbb\xf1\x35\x94\x7e\xaf\x59\x6e\xff\x5d\x1d\x96\x57\x7b\xa6\ -\x8d\xe9\xd5\xf6\x30\x5c\x62\x73\xde\x6a\x4c\xd8\x5c\xff\x36\xc0\ -\xaa\xd1\x02\x1d\x34\xd4\xf7\xf8\x3c\x0f\xfc\x25\xea\x0c\xa8\x5a\ -\xda\x65\x4d\xf1\x82\xf9\x66\x4b\x9b\x05\x01\xb5\x42\x57\xa7\x21\ -\xd6\x1c\x90\x8e\x52\x89\xb2\xa0\x64\x76\x84\x8f\xda\x03\xdd\x29\ -\x32\x6f\x97\x48\x1e\xf6\xdc\x42\x27\xd9\xb2\xda\x9c\x8f\x2c\xa4\ -\xb4\x14\x00\x0e\xe7\x90\x18\xbe\x57\x3e\x32\xe1\x05\x29\x33\x74\ -\x15\x9c\x36\x44\x21\x3a\xd4\xf1\xb9\xe7\x0f\x51\xe8\x9b\x2a\x8d\ -\x6e\xcf\xef\x68\x3a\x1b\xd8\x3a\xe3\x9a\x03\xc6\xd2\x8a\x0b\xe5\ -\xd8\x97\xc9\x92\xbc\x8d\xf4\xbb\xc5\x2b\x70\x5e\x10\x84\x27\x47\ -\x38\x7f\xfd\xb4\x21\xa7\xc8\xe9\xb9\xf0\x6d\x0f\xbe\xa9\x85\x61\ -\x7a\x13\x67\x63\x7c\x14\x80\x39\x08\x06\x11\x3c\x0c\x85\xa2\x56\ -\x79\xec\x76\xa8\x62\x17\x6e\x07\xa2\x6f\xc5\xf7\xc2\xb4\xdc\xe5\ -\x8d\x4d\x74\x0d\xc2\xac\xf9\x42\x20\xad\x89\x8a\xd1\xf6\x1f\x8a\ -\x8c\x93\x93\x0f\x07\xca\x05\x17\x74\x15\xfd\x59\xa0\x5f\x22\xb4\ -\xd1\x68\x9e\x96\x25\xd5\x8a\xaf\xdb\x41\x02\xdd\x0e\xf7\x96\x31\ -\x02\x00\xc0\x64\xcf\xde\x69\x7a\x35\x2b\xe9\xd8\x43\x55\x98\xcd\ -\xb6\x2e\x9e\x46\x81\x61\xe6\x30\x84\x79\x84\xbb\xe6\xc2\x9b\xe2\ -\x70\x16\x62\xa3\x83\x15\xb0\x61\x8c\x00\x63\x70\x0e\x20\x96\x22\ -\xb8\xd5\x8b\x48\xd7\xbe\x8a\x8b\x7f\x3b\xdc\x32\x1f\x68\x1c\x61\ -\x9a\x41\xf5\xa1\x5a\xd0\x21\x88\x51\x21\xf4\x12\x61\x6f\x53\x22\ -\x63\x2d\x28\x45\xa6\x35\xaa\x5f\x57\xe4\x49\xab\x56\x43\xa6\xdc\ -\x7e\x19\x61\x24\x50\xf4\x07\xbb\x78\x45\xb5\xd8\x9c\xcf\xa4\x9c\ -\x11\xfe\x7d\x16\x08\x8c\x46\x3d\x3d\x44\x41\x45\x43\xd6\x23\x09\ -\xaa\xa6\xe1\x1b\x74\xa7\xf3\xaa\x82\x16\xca\x5e\x27\xb8\x81\x94\ -\x0f\x6a\x01\x9e\x5c\xa6\x51\x08\x9c\x1f\xaf\x6a\xb7\xb6\x02\xb1\ -\x66\x51\x21\x29\x1b\xde\x27\x8e\xb1\x46\x4d\x4f\x45\x8e\x00\x9b\ -\x29\x00\x33\xa7\x2b\xe1\xe6\xd8\x86\x45\x03\x21\xf7\x24\xd4\xc3\ -\x14\xa1\x69\x6b\xf0\xdd\x25\x34\x78\xa4\xd0\x8b\x7a\x6c\xdf\x42\ -\xae\xcf\x13\x3d\xbb\xae\x1d\x46\xd4\x74\x94\x70\x99\xa0\xdd\x28\ -\x8b\x00\x77\xdb\xe3\xab\xb6\xe5\x12\xf8\x0d\x37\x1a\x4e\x03\xf0\ -\xfe\xa4\x21\x80\x43\x3f\xfd\x9b\x4b\xe1\xb5\xe8\x91\x3b\x3b\x41\ -\x5c\x87\x53\xf4\xb2\xfc\xa6\xe5\x28\x35\x45\x5d\x37\xce\xe0\x15\ -\xcb\x1b\x4c\xb8\xd2\xcf\x61\x09\x54\x5f\xca\xda\xa8\x26\x0e\x95\ -\x46\xdc\x4c\x54\x8e\x3b\xd4\x69\xcd\xe9\x0c\x8a\x97\x67\xfa\x9b\ -\x3d\x7f\x8d\x87\x00\xaf\x74\xcc\xd5\x71\x77\x71\xf3\x48\x89\x3d\ -\x84\x5b\xb6\x4e\xac\xc7\xda\x60\xd6\x38\x71\xaf\x4b\xa9\x8b\x2a\ -\xc5\xd0\x4c\x59\x40\x07\xff\xb6\xeb\x01\xc4\x04\xfc\x20\x61\x92\ -\x93\x45\xb3\x84\xd5\xb9\x44\x78\x6b\x71\x67\x95\x12\x15\x71\xdc\ -\x5a\x04\xbb\xce\x37\xa9\xd5\x7b\xed\x75\xd3\x5d\x5d\xdc\x1d\x21\ -\xb5\x62\xcd\xd4\xc8\x4d\x70\x2a\x70\x59\xde\xf1\x3e\xa9\x7a\x7d\ -\x6f\xb0\xd2\x79\xfa\xf6\xdf\xb9\x00\x80\x52\x80\x5a\xd0\x42\x19\ -\xc6\xec\x40\x91\xc7\x10\xc4\x40\x40\x8e\x06\xca\xff\x79\xc1\x93\ -\x85\xf9\x35\xbb\xd0\xdc\x0a\xf9\x9c\xb8\x2b\x2d\xdb\xea\xc9\x90\ -\xce\xac\xa0\x82\xfb\x20\xf3\x94\x31\x70\x73\xe8\x86\x17\x40\x19\ -\x71\x34\x1d\x5b\x66\x28\x4a\x00\xa6\x03\x3a\xdb\x86\x4b\xf0\x3e\ -\x88\x58\xa6\x00\x00\x20\x00\x49\x44\x41\x54\x70\x80\xa8\x7e\xd6\ -\x45\x9d\x2d\x11\x11\x79\x9e\x85\x70\x77\x0e\x6f\x53\xcc\x3c\x37\ -\xbd\x71\x74\x2d\x95\x36\xb1\x95\x4c\xb1\xd2\x04\xc8\x5c\x63\xef\ -\xd3\xc3\x0a\xb2\xac\xed\xfc\x73\xe6\x89\x84\xa9\xd2\x95\x61\x81\ -\x53\x3f\xd4\xca\xfb\xec\x9e\x4f\xa9\x7f\x9f\xbf\x1d\xac\xe7\x21\ -\x6f\x7a\x2a\x52\x91\x35\x16\x34\xb4\xec\xd1\x72\xa8\x9c\x16\x8e\ -\x7a\xd1\xe6\x88\xb6\x52\x11\x18\x4e\xde\x3d\xd7\x3c\x1a\x43\xa3\ -\x43\x44\xec\x4c\x9f\x70\x55\xd2\x02\x23\xf2\x60\xdc\xc8\x22\x72\ -\x88\xb8\x35\x15\x5d\xf3\x94\x96\xcd\x48\xee\x70\xe3\xdb\x76\x94\ -\xe6\x61\xbb\x98\x8a\x38\x3b\xdc\x88\x20\x7f\xc6\x51\x1c\xe9\x38\ -\xd0\xfb\x95\xe9\xec\x04\x69\x47\x2f\x18\x74\xa7\xa3\xd3\x47\xd1\ -\x4c\x23\x80\xb2\xd8\xd3\x01\xd0\x9f\xb9\x6e\xbe\xa4\x71\x45\x21\ -\xe1\x0d\x6f\x4b\x2e\x97\xb2\x90\x73\xd4\xda\x35\x22\x1c\x83\x6a\ -\xb1\x82\x3b\x1c\xaf\x5c\xa1\xe2\x05\x86\x7b\xfa\x6f\x7c\x68\xf1\ -\x89\x9d\xf1\xdc\x19\x32\x57\x08\x9a\x99\x08\x1c\xd9\x5f\xe2\x16\ -\xa5\xb2\x95\x7d\x9b\xa5\x68\x86\x87\x52\x8c\x74\x77\xbb\xfc\x1d\ -\x4d\x4e\x01\xf9\x3b\x9f\xde\x73\x8c\x20\x9a\x14\x2e\x87\x51\xb1\ -\x30\x15\x9f\x5d\x3e\x31\x99\x6a\x81\xd6\x31\x9a\x87\x28\xda\xfd\ -\x02\x1d\x1b\xff\xbb\x1e\xd0\xcb\xbf\xde\xb1\x2f\xb1\xd1\x68\x6b\ -\x12\xb9\x3e\x66\x6c\x9a\xaa\xfa\xbf\xb5\xcc\x81\x0e\x71\xcb\x16\ -\xca\x83\x7d\xb9\x3b\xe2\xe1\x54\x86\x8d\x0f\x2d\xa2\x2e\x9d\xc4\ -\x72\x36\xf8\xc5\x0e\xb9\xae\xe7\xe0\x44\x1b\xad\xb6\x86\xaf\x9e\ -\xb4\x48\x3e\x28\xb2\x3a\xc1\x55\x7a\xc4\x2c\xd4\x01\x8c\xbc\x21\ -\x6c\x13\x63\xd8\xf6\x8b\x82\x36\x6a\xd3\x4e\x03\x41\x33\x1b\x76\ -\x5b\x7a\xbf\xe0\xbf\x41\x95\xab\x21\xcc\xcd\xe8\xe6\x16\x3c\xea\ -\x34\x3a\xe9\xb9\x42\x9a\x13\x36\x82\x9f\xbf\x28\x03\x52\x89\x70\ -\xcb\xaf\xf1\x33\x77\xa5\x06\xa2\x4a\xd2\x04\x83\xf6\x1c\xa6\x38\ -\x9b\x76\xc3\x5c\x24\x8a\xcb\x5a\xbf\xe0\x42\xdc\x7e\xa1\xa9\x55\ -\x1b\x5e\xdc\x32\x0d\xb3\xe8\x83\x46\x55\xf3\x73\xff\x21\x8e\x3d\ -\xcc\x35\x80\x12\x2b\xb8\x45\x57\x5d\x46\x5f\x2e\x3d\x64\x37\xd7\ -\x3c\x36\xad\xdd\x0e\x0a\x46\x68\xbb\x07\x6d\x6f\x2a\x98\x06\xc2\ -\x95\x50\x56\xf0\xa0\x54\xa9\x57\x51\xd2\x48\x91\xb8\x50\xd8\xee\ -\x34\xeb\x1d\x08\xba\x35\x4f\x95\x1e\xf6\xd6\x0c\xb5\xa9\x4c\x9f\ -\xb9\x17\x9d\xd8\x9f\xa8\x6a\xd5\x85\xf4\x04\x98\x1c\x10\x78\x9b\ -\xe6\x99\x5a\x2f\x34\x04\xfb\x64\x2f\x00\x33\x01\x60\xc1\xd0\xe5\ -\xc4\x79\xc3\xcf\x51\x58\xf5\x7f\xae\x94\xba\x92\x41\x16\x38\xe9\ -\x88\xfc\x2d\xbc\x35\x85\x8d\x82\x96\xf4\x71\x78\x89\x59\x38\x73\ -\x10\xf9\xd7\xfa\x87\xab\x94\x41\x2e\x8d\x3c\xfe\x8e\x8a\x57\x7d\ -\x68\x50\xc1\xeb\x7d\x14\xcd\x97\xde\x8f\xbc\x92\x7a\xc9\xf2\xd8\ -\xd9\xc3\x01\x68\x6b\x70\x32\x95\xa9\x04\x5c\x00\x43\xf8\x63\xc3\ -\x2f\x4d\x23\xd5\xcd\x17\xf6\x7a\x6d\xcf\x34\x6c\xe7\x03\x5d\x26\ -\x1c\x42\x6d\xb2\x76\x66\x1e\xed\xf4\xdf\x51\xa2\x7c\xea\x9f\x39\ -\x73\xb4\x8e\xbb\x0a\xb1\xe7\x84\x62\xcd\x2c\x2c\xf9\x98\x85\xf2\ -\x2b\x8c\x8d\x85\xa5\xf7\xb2\x4d\xe7\x25\x1b\x0c\xaf\xbb\x6a\xc1\ -\x11\x4d\x6e\x3c\x17\xb7\x5e\x3f\xb5\xec\xb0\x81\x4f\x83\x3e\x5b\ -\x6e\x68\x39\xab\xfc\xb3\x98\x5c\x65\xe0\xc7\x1a\xb8\xef\x06\xb8\ -\xaf\x6b\xcc\x03\x49\x1d\x86\xa0\xdd\x25\x53\xa3\x24\x98\x5f\xa9\ -\xc6\xf5\x3c\x72\xc9\x9e\x4f\x8a\xbd\x66\x93\x0a\xbc\x53\xba\x76\ -\xfb\x14\x0f\x39\x35\x46\x89\xde\xe1\x76\xfe\xed\x67\x55\x8d\xb0\ -\xa0\xf2\x33\x4a\xc6\x03\x34\x60\x09\xaf\x60\x11\xbb\xad\x7a\xe9\ -\x3f\xf0\x92\x29\xeb\x06\x14\xb7\x3a\xaa\x69\x93\x9b\x29\x5c\xfa\ -\x0d\x90\x1b\xf2\xc4\x1d\xc4\x36\xa4\xd8\xef\x00\x89\x9c\xb2\x6b\ -\x78\xd8\x2e\x7c\xcb\x04\xf8\x7a\x38\x91\x8d\xbb\xf1\x8a\x72\x29\ -\xd5\x89\xc2\xd2\x13\x59\x60\x2d\xd1\x8c\x2a\x1c\xc0\xb2\xd2\x5e\ -\x58\x36\xab\x6e\x9b\x8e\xd1\x1c\x85\xfa\xc1\x97\xfc\x1c\xcc\xbe\ -\x02\x3b\x8d\x05\x8c\x8f\xce\xbc\x4c\x50\x9b\x70\xa5\x54\x03\x00\ -\x2e\xc1\x6e\xc6\x31\x26\xc0\xc6\x37\x95\xc3\xe7\xbe\x07\xd3\xd5\ -\xa2\xbf\x6d\xfc\xc5\xcd\x59\xc7\x6a\x74\x2b\x48\x10\xa8\x0a\x2a\ -\xf1\xbc\x0c\x88\xcc\x9d\xf0\xc2\xfb\x88\xb0\xbd\x1b\xaa\xe9\x69\ -\xe1\x4d\x77\xd3\xdf\x2f\x09\xc0\x53\x79\xd0\x35\xad\xdc\x50\x43\ -\xb1\x89\x52\x34\x43\x46\x55\x10\x1f\xe7\x43\xa4\x41\xa4\x10\xbe\ -\x52\x1b\x4b\x11\xe4\xac\xfc\x0c\x65\xb3\xc3\xaf\x4e\xd2\xfc\x5d\ -\x53\xbf\x3c\x65\xa7\xb8\x85\xa5\x6e\xe6\x11\x39\x0a\x79\x0d\xec\ -\xdc\xe8\x3a\x7b\x30\x9e\xf4\xf0\xb0\x56\x78\xf8\x21\xe9\x1a\xb6\ -\x9d\xfa\x06\xd6\x94\xeb\xd7\x9a\xe5\x3d\xf6\xc9\x52\x4c\xd9\x6c\ -\xea\xa8\xd2\xda\x77\x94\xd9\xbf\x37\x11\x59\xa8\x73\x2f\x42\xdc\ -\xb1\x70\xd7\x48\x26\xe7\x57\xe2\x67\xde\x2f\xca\x70\x8d\x34\x47\ -\x4d\xd5\xf1\x8c\x8d\xca\xb5\x5a\xf0\xeb\x79\x4e\x60\xcb\xb8\xab\ -\x08\x6c\x20\xc6\x83\xc2\x38\x24\xa6\x9f\x98\x53\x64\xc0\xf5\x3a\ -\xcd\xbe\xa3\x7c\xe9\x86\xe7\xeb\xcb\x40\x32\x75\x04\x84\x1e\x80\ -\x0a\xb8\x32\xc4\xb6\xe8\x1a\x82\xe6\x09\x4f\xd2\x0b\x05\x34\x90\ -\x5c\x18\x98\x30\xd3\x23\x0b\x4d\x11\x8b\xe6\x2f\xc5\xac\x7b\xbe\ -\x50\x1a\xf4\xc4\x74\x16\x64\x6b\x2e\xad\x58\x8a\x98\x05\x8e\x82\ -\xab\x6a\xe1\x98\x9f\xf6\x7d\xa3\x38\x11\x39\x68\x55\x27\xfd\x41\ -\x9b\x97\x89\x64\x29\x3f\xf6\xde\xe9\x46\x85\xe9\x01\x8f\xfe\x6b\ -\x8c\x1c\xae\x64\xb7\x8c\xba\x7d\x4f\xa9\x45\x3e\x5f\x2e\xd6\xbb\ -\x83\x1e\xfa\x25\x7c\x14\xda\xc5\x85\xd3\x0b\x00\x2f\x6a\xf0\xdc\ -\xab\x11\x60\x5f\xc0\x00\xc2\x8e\xb4\xf3\xc6\x2c\x57\xd7\xb5\xe2\ -\x44\x76\x6d\x90\xa9\xaf\xf5\x16\xf4\xce\x87\x66\xe9\x36\xb1\xfa\ -\xd3\x5a\xbe\x35\xb6\xa7\xf2\x6c\xcf\x20\xd2\x9f\x22\xa8\xca\x47\ -\xc9\x8a\x3d\x0c\xfa\x72\xce\xb4\x29\x33\xdc\xa9\x64\x6a\x6e\x93\ -\xfc\xe5\xba\xf6\x97\x05\xe0\x12\x9c\x99\x53\xf9\x3d\x8a\x8d\xbb\ -\x37\xe0\xa5\x2b\xc0\xdd\x5c\x69\xcb\x1f\xab\x26\x3d\x95\x61\x10\ -\x93\x77\xdc\x0a\xd4\x7d\x4a\x87\x6a\x25\x1f\xe7\x51\xe8\x77\x66\ -\xa3\x05\xbe\x99\x8f\xdc\xa6\x92\xed\x7e\x99\x76\xf7\x05\x88\x49\ -\x50\x4d\x86\x64\x71\xc9\x73\x83\x63\x9f\x56\x46\xc3\xad\x51\x1e\ -\x5e\x8f\xa0\xc6\xbf\x28\x18\x67\xf9\x8b\xd2\xb3\x35\x6f\x7f\xb1\ -\xbd\xa3\xdb\x67\x60\x91\x30\xb7\x38\x1b\x17\x4a\xcb\xfa\x46\xe7\ -\xcf\x9b\xdc\xa7\xbb\x39\xd1\xc5\x36\xf5\x38\xa9\xac\xe7\xf7\xb9\ -\x4d\xac\x93\x8a\x9d\x67\x35\xbf\xe4\x32\xd1\x18\x9d\x46\x8e\xdc\ -\xa5\x02\x46\x4f\x44\xa0\x63\xaf\x8d\xa2\xb2\x77\xa0\x0b\x90\x0c\ -\x08\x1a\xb0\x16\x5f\x1b\xcd\x6b\xad\x5c\xf3\xf8\x6c\x0d\xe8\x33\ -\x7e\xc2\xb0\x68\xbf\x3b\x44\xd2\x96\x2a\x81\xe0\x04\x08\xd4\x90\ -\x81\xae\xec\x99\x98\x20\x49\x06\xf7\x4e\x73\x7a\xcd\xdf\xbb\xd4\ -\x7c\xcc\x3e\xff\x0e\x9e\x54\x87\xdb\x47\x38\x1a\xa7\x30\x0c\x3b\ -\xe8\xed\xa5\x46\x19\x96\x07\xb6\x24\xe8\xa4\x03\xa6\xe2\x78\x70\ -\x66\x6e\xa1\x85\x36\x9f\x93\xfa\xf3\xdd\xd7\xf7\xe2\xa6\x11\x84\ -\x14\x6b\x4c\xa7\x90\x1b\x55\xdd\x01\x6a\xbb\xe7\xb4\x56\x95\xe6\ -\xe5\x50\x7b\x83\x0c\x05\xf6\x9f\xd7\x26\x84\x96\x87\x24\xc0\xea\ -\x0a\xe9\xf5\x8b\xdd\xd7\xa1\x37\x2e\x14\x53\x2f\x7c\x23\x63\x1b\ -\x01\x26\xd3\x93\x56\xc2\x36\xf6\x54\x87\x96\x05\x44\x00\x8f\x51\ -\xb9\x68\xba\xd6\x24\xc3\x80\x05\x00\xfe\xd7\xfa\x2f\x7c\xe8\x03\ -\xd3\x3a\x6c\x17\x75\xfb\x22\x72\x9f\x79\xfe\xc7\x5c\xe5\x5c\x38\ -\x6e\x0f\x6b\xc1\x82\x67\x3d\x30\xc8\x4d\x28\x3e\xe0\x01\x14\x48\ -\x0f\x3c\x46\x25\x1a\x8c\xe1\xcf\xaf\xa2\x72\x33\xa6\xe0\xa7\x35\ -\x3b\x48\x33\xe8\x3c\x2c\xca\x83\xac\x53\x30\x0a\xe4\x04\x43\x70\ -\x86\x63\xc4\x01\x26\x66\xfd\xea\xde\xf8\x5f\xfe\x1a\x3d\x90\x72\ -\x33\x16\x17\x1f\x2d\x7e\x97\x1e\x50\x08\xa6\xc3\xd1\x4b\xfb\x59\ -\x5c\x10\x1f\x69\x97\x84\xff\xef\x79\x7e\xc2\x54\x83\x70\x1c\x81\ -\x77\x3a\x51\x71\x13\x07\x73\xf4\x19\x49\x99\x64\xf8\x09\x84\x6e\ -\xf1\x03\x28\x8f\xfe\xfc\xa4\x8e\x62\x0f\xff\x44\x11\xaa\xfd\xab\ -\xa1\xcf\x30\x80\x81\x81\xd7\x4f\xd2\x3a\x80\x60\x8c\x8f\x15\x1f\ -\x08\x43\x00\xbe\xac\xa6\x0d\x68\x26\x1c\x04\x03\x90\xcd\x36\x9e\ -\x01\xfe\xbb\xfe\x49\x93\x0a\xd9\x0a\xe4\xa1\x39\x5c\x61\x47\x4b\ -\xaa\x4b\x19\xd6\x6c\x8c\x31\x40\x9e\xd5\xc7\xff\xce\x2b\xb6\xae\ -\xf6\x81\x9f\xa4\x84\x79\x71\x4b\x08\xb2\x1e\x00\x5e\xb0\x96\xc0\ -\x7f\xfe\xf3\x7f\x98\x80\x77\x24\x22\x85\x2b\xd6\xc7\xb0\x04\x13\ -\xff\xfe\x00\xa6\x17\x9b\x00\x5f\xf6\xcc\x2c\xe3\xca\x8a\xc0\xd7\ -\x28\x2e\x5a\x0c\x2c\x73\xbf\xe2\x20\xb8\x4a\xd1\xf5\xe8\xab\x91\ -\x32\x71\x5b\x8d\xaf\xff\xf3\xfc\x13\x07\x98\x1b\x61\xa4\xde\x8c\ -\x4b\x0e\xd1\x28\x89\xf4\x0f\xf0\xfa\x5a\x26\xdb\x03\xc2\xe6\xf8\ -\x43\x4a\x0a\x58\xf6\x3d\x1e\x42\x78\x9e\xbf\xc3\xbd\x87\xa8\x67\ -\x55\x20\x33\x3c\xeb\xbf\x39\xbd\xe4\x42\x3b\x84\xe2\xc2\x28\x0f\ -\x4c\xfc\x4b\x43\x1b\xeb\x84\x80\x10\x1e\xcf\xb6\xa3\x61\x07\xc7\ -\x08\xf3\x12\x22\x82\xe7\xf9\xc9\x43\x5a\xc0\x2e\xa4\x95\xa6\x20\ -\xcf\x6a\xb4\x99\x40\x02\xcb\x04\x92\x48\x40\x2c\x6f\x43\x9f\xc1\ -\x38\xce\x0f\xa4\x99\xa2\xd4\x70\x00\x12\xf8\xca\x8f\x35\x0f\x13\ -\xc8\x9e\xa1\xc0\x02\xf1\x4b\x63\x79\x86\x1d\x45\xde\x11\x58\x3b\ -\x8b\x36\x99\x73\x14\x92\x81\x61\xc8\x63\x16\xb3\x66\xd8\x62\x39\ -\x61\xaa\x91\x4a\x8a\xad\x1f\xcb\x6b\xfd\xa3\x59\x5c\x7e\x1e\x18\ -\x20\xa1\x14\xe5\x09\x0b\x35\x52\x02\x23\x03\x43\x82\x6e\x20\x20\ -\xb0\x6c\xff\x87\x2b\x9a\x07\x78\xb8\x56\x7a\x3d\xaa\x73\xc8\x3f\ -\x51\x2e\xc4\x05\x4b\x16\x10\x2d\x00\xf8\x80\x08\xc3\x80\xa9\x67\ -\xa0\x4d\x23\x97\x3c\x20\xa8\x74\x6d\x0f\x2f\x04\x5e\xcd\x9c\x27\ -\xe2\x1c\x8a\xc6\x56\x35\x0e\x9a\xeb\xe5\xda\x07\x9d\xe0\x1a\xa0\ -\x06\x7a\xe9\x3c\xcf\x63\x79\x70\x6c\xa1\x9f\x96\xb5\x47\x03\x80\ -\x00\xbe\x9c\x6b\x8d\x68\x28\xd0\x62\xcf\x67\x2d\xdd\x51\x28\x50\ -\xec\xc6\xb3\x31\xd0\xf5\xa6\xd9\x80\x64\x20\x9d\xb7\x61\x31\x69\ -\x30\x9e\xbf\x52\x14\x31\xd0\x44\x35\x38\xc9\x20\xd7\xbd\xc0\x73\ -\x1b\xee\xb5\xbe\xad\xc0\x50\x2d\x69\x9a\xe6\xb0\xed\x7f\xcf\x25\ -\x83\x45\x51\x84\x11\x11\xfc\xfd\x7c\xbb\xc6\xd3\xfe\x27\xa0\xe1\ -\x40\xcf\xc3\x01\x4c\xba\x2e\x0f\x8a\x71\x10\xc6\x64\x74\x5d\x1a\ -\x32\x8c\x1c\x96\xa4\xca\x4a\x43\xf7\x05\xd8\x68\xac\xdb\x94\xc2\ -\x26\x55\x2c\x1c\x80\x96\x44\xe0\x3b\x45\xe1\x0a\xdf\xbd\x59\x65\ -\xd3\xfd\x69\x7e\x9b\xd8\xfd\x07\xf0\xd1\xc9\xae\xc5\x33\x88\xa0\ -\xdd\x71\xff\xbc\x80\x57\x23\xe9\xb4\xf1\x33\x75\x9d\x2c\x21\xc1\ -\x72\xdd\x49\xb1\xd3\x4e\x4a\x51\xae\x55\x04\x0c\x2f\xe6\x28\x70\ -\x60\x05\x95\x2b\xb4\x50\x9a\x08\x07\x63\x68\x76\xd0\xf3\xac\x16\ -\x40\xef\xa0\x21\xbb\x46\x7b\xe9\xf7\x56\x0a\x9d\xde\xaf\x26\x6a\ -\xd5\x1c\xcf\xf5\xb7\x99\x38\x68\x36\x54\xd0\x94\xac\xe0\x5f\x5c\ -\x26\x4c\xa5\xd1\x4b\x76\x8e\xe6\x84\x7a\x56\x1e\xee\xf2\x0a\xa3\ -\x41\x3e\xb6\x77\xdd\xcc\x68\x59\x7e\xde\x23\x4f\x06\x9e\x9b\x61\ -\x58\xfc\x1e\x10\x40\x5b\x37\x4e\x45\x34\x3f\xe3\x94\x08\x80\x53\ -\x9f\x29\x68\xca\x0a\x2a\xe8\xba\xf9\xe1\x6f\x14\xe6\x88\x23\x8b\ -\x52\x2b\x5e\xa3\xa0\x2c\x74\x67\x28\x4d\xe0\xc3\x7e\x3f\x38\x00\ -\xe2\x99\x52\x96\x11\xe9\xeb\x77\x60\x9b\x66\x45\xfd\x63\xeb\x0b\ -\x81\x81\xc6\x04\x84\x0f\x54\xd2\xf2\x57\x16\x0c\xb2\xe7\x36\x46\ -\xbb\x27\x07\x20\x7c\xe1\x31\x1d\x3d\x84\x11\x89\xfe\x77\xad\x4f\ -\x57\x3c\x9f\xc7\xce\x68\x02\xc2\x05\x34\x10\x96\x2c\x78\xbc\x70\ -\xa7\x61\x79\x99\x10\x13\x6e\xa1\xa1\xb6\xeb\xc1\x3b\xae\xe0\xe3\ -\x2a\xdf\x5f\x33\x37\x67\xb0\x8e\x96\xee\x1f\x92\x98\x6c\x84\x33\ -\x2e\x10\x80\x0c\x03\xf5\x04\x1e\xf8\x81\x25\x00\x73\xfc\x15\x4d\ -\xe2\x0a\x9a\x3a\xc3\x63\xf4\xd8\x21\xe3\xa0\x41\xaa\xd9\xf7\x82\ -\x07\x38\xd6\xa3\x9e\xd7\x1c\xf4\x38\x96\x07\x08\xd5\xf9\x76\x14\ -\x90\x9b\x51\x0f\xe6\x25\x1c\x0d\x2e\x8d\x91\xe7\x2f\x0a\x10\x0e\ -\xf8\xca\x8f\x69\xe9\xd5\x71\xbb\xee\x53\x40\xfd\xfc\x62\xcc\x2c\ -\xb0\xe9\xb4\x5b\xc1\x8b\x23\x9e\xee\x74\xed\x93\x4c\x77\xe9\x45\ -\x00\x79\x56\x68\x18\xa3\x76\x89\xd0\x2c\x86\xef\x4a\x2a\x3c\x91\ -\x37\xa5\x14\xda\x41\x7d\xbf\x1c\x91\x49\x5e\x87\x78\xcd\xc3\xf0\ -\xcd\x38\x08\xcb\x6b\x73\xc3\x15\x00\x80\x9f\xf5\xb7\x1a\x64\xc9\ -\x02\xb2\x58\x29\x65\x22\x69\x9d\xf1\x5d\xdb\xf9\xbe\xe9\x30\x7f\ -\xf8\x1f\x3b\x8b\x3f\x91\xa5\xaa\x15\x46\x84\x5e\x7e\x5a\x41\x6f\ -\x24\x1b\x18\x83\x5a\xb7\x5d\xa4\x53\x3a\x11\x19\x1f\x3d\xa8\x9c\ -\x32\x50\x47\x8e\x84\x56\xcc\x61\x98\xd2\xfc\xe6\xf0\x96\x1c\x7c\ -\x0e\x97\x2a\xa2\x5a\x88\xb1\x8d\x38\x7b\x4a\x7c\x34\x55\x26\xe4\ -\x76\xe7\xbe\xe7\x01\x98\x7e\x61\x96\xc2\x99\x4a\xc8\x9c\x3a\xaa\ -\xd5\x71\x3c\x1d\x13\x0f\x2e\xb6\xa0\xa7\x39\xc0\xdc\x46\x9b\xf6\ -\x0c\x18\x01\xe4\x69\x7c\xcf\x0c\x26\xe4\xe0\xd8\x7e\xe6\x5f\xdd\ -\x60\x40\x64\x43\x14\x67\x39\xd0\xe4\x42\xab\x52\xcc\x83\xe5\xb1\ -\xa6\xcf\x73\x15\x28\x1a\xcc\xf8\xd9\x8c\xae\xe7\x42\x50\xcf\xb9\ -\xf2\xef\x4b\x9b\xbd\xe6\x2a\x54\x21\xff\x99\x11\x4c\xdb\xe6\xef\ -\xbf\xe5\x74\x6d\x1b\x84\xd9\x32\x68\xfc\x2c\xe2\xc6\xd5\xd7\x62\ -\x6d\xa5\x96\xc7\x4a\x6f\x7f\x9e\x2a\x58\x2c\x02\xe7\x18\xed\x7a\ -\x66\x05\x1a\x12\x52\xf8\xf6\x30\x0a\x5a\x6e\x45\x3a\xe0\x81\x42\ -\x23\x6a\x13\x17\xfc\x76\xa9\x43\x67\x1d\xf5\xe3\x0b\x52\xd4\x69\ -\x0d\x95\x9f\x7f\x0a\xed\x07\xea\xb3\x92\x65\x09\x6b\xed\xbf\x57\ -\xda\xe4\x4a\x6d\x0e\x73\xa3\x90\x54\x2b\xfe\xfa\x7d\xc4\x02\x65\ -\xc1\x84\xde\xfe\xd9\xd2\x35\x93\x73\xb2\xc3\x1b\x6a\xb8\x27\x1b\ -\x70\x79\xbf\x90\x5a\xc9\xc3\x96\xba\xba\x7b\x71\xba\x56\x66\x63\ -\xb9\xa5\x9c\xbf\x4c\x3a\xde\xd1\x5b\x3a\x38\xcb\x0d\xd5\x62\xd7\ -\x0e\x48\x14\xc4\x9e\xc7\x13\x88\x58\xac\x63\xcb\xa9\x82\x61\x7c\ -\x6d\x6a\xc5\x41\x62\xaf\xe9\xe0\xe8\xeb\xda\xa7\xe8\xf5\xec\xbb\ -\x3a\x86\x49\xa2\xbb\x71\x7e\x89\x6b\x42\x50\x1b\x0c\x9f\x8e\x94\ -\xc9\x36\xdb\x25\xa4\xc1\x94\x96\xb1\x72\x11\x2a\xa7\x5e\x8c\xef\ -\x9c\x6e\xec\xc5\x4a\x37\x2a\x90\x46\xfb\xcd\xf3\x29\xcf\x94\xfd\ -\xf3\xf5\x26\xc4\x52\x7f\xf0\x44\xee\x85\x08\x90\x35\x67\x4f\xc3\ -\x2b\x29\x8a\x5b\x01\x88\x26\xbe\x52\x0d\x33\xb1\x7e\x9c\xce\x84\ -\x37\xed\x2d\x66\x98\x77\xfd\xfc\x57\x1d\xe2\xb6\x5f\x2b\x85\xe9\ -\xd4\xc2\xe2\x81\xda\x02\xde\xa9\x26\x54\xcc\x4c\xdc\x91\x4f\xf7\ -\x9e\xd9\xea\x5a\x68\xe9\x39\xed\xe1\x5f\x27\x51\x47\xa6\xdc\x2f\ -\x8e\xb1\x77\x6d\xa8\x03\xc7\xdd\x5c\xa9\x9a\x13\xc1\x8b\x6e\x53\ -\xcf\xcc\x3c\xb7\xab\x3b\x5b\xfb\x1c\xb0\xca\x14\xe6\x7d\x22\xfb\ -\x32\x2b\xd1\x10\xd6\x31\xb6\x7c\x9d\xfe\xb9\x26\x7e\x32\xfe\xc3\ -\x26\x32\xd0\xa8\xe2\x2f\xba\xec\x4a\xab\x86\xa4\xdb\xd6\x00\xd9\ -\x3d\x5e\xa3\xb3\x4b\xf4\x2c\x71\x9a\x63\xec\x01\x01\x0d\xc7\xb5\ -\xe7\x30\xc7\x5f\xf6\x9c\x67\x38\xc5\x65\x90\x7a\xc6\x6d\xc0\xcb\ -\xf3\xb6\xcd\xe0\x82\x98\x9c\x56\x38\x1d\x86\x5e\xcc\x16\xaa\x91\ -\x92\x53\xa6\xe8\xa2\x07\x8e\xfb\xf7\xae\xcf\xf5\xf3\x27\xf5\xea\ -\xce\x5a\xd0\xf5\x9c\x5a\x42\xcb\x48\x2b\xdf\x63\x58\xd1\x86\x31\ -\x41\xa0\xd4\xdc\x41\xba\xfa\xfd\xe6\xa2\xb8\x4f\xd1\x87\x01\x1a\ -\xd9\x68\x97\x4c\xb6\x8d\x66\xea\x80\x1e\xe1\xee\xca\x4a\xf1\xac\ -\x46\xe1\xeb\xfc\x76\xbf\x78\xce\xe1\x3e\x2d\x1e\x44\xe9\x8e\xbc\ -\xc5\xec\x38\xa3\x03\x1d\xe4\xc1\x9a\xb1\x46\xb0\x80\x9b\xe1\x51\ -\x4c\x44\x91\x4b\xec\xe5\x88\x41\xc3\x30\x47\xb5\x55\xa4\x17\x4e\ -\x0f\xac\x8e\xd5\xc3\xa6\x92\xb2\x0a\x18\x0f\xa7\x49\x85\x9f\x4f\ -\x20\x6e\xbd\x8f\x97\xcf\x3f\x73\xa2\x2c\x17\x2a\xa8\x74\x7d\x77\ -\x7d\x86\x0b\x1c\x14\xa7\x32\x02\xbc\x98\x84\x38\x55\x16\x24\x74\ -\x58\x6d\x0f\xef\xfb\x76\x33\x79\xab\xf6\x1f\xce\xd2\xc1\x42\xfb\ -\xae\xec\x8d\x93\x5d\x31\x62\x7c\x27\x4d\x87\x28\xc9\x68\xb1\xb9\ -\xe0\x8d\x1e\xeb\xf5\x3b\xc9\xe9\x8a\xa9\x7b\xa0\x80\xd5\xaf\x46\ -\x7a\xa3\x81\x1b\x22\x04\xb3\xda\x44\xb7\x5c\x00\x2e\x2f\x86\xba\ -\x33\x95\x54\x33\x05\x2a\x85\x93\x0b\xd8\xb0\x36\x62\x7c\xa4\x26\ -\xa7\x0d\x66\x19\x47\x32\x1e\x59\x40\x5e\x18\x50\x31\x2a\x48\xb7\ -\x3e\x47\x6c\xb4\xd0\xaf\x2e\x39\xfe\x79\xe6\x30\xd4\xce\xf2\x00\ -\x90\xaa\x78\x8f\x82\xaa\x87\x60\x5a\x13\xcb\xc8\x70\xe4\xaa\x89\ -\x6c\xad\xe8\x63\x4e\x64\x64\xd8\x26\x39\xf9\xc5\xfb\x18\x35\x9d\ -\x98\xd2\x9e\x5b\xc2\xaa\xb5\x2d\xd6\xcd\xcd\x0d\x7c\xda\x22\xcb\ -\xa6\x94\xd8\x74\x69\xde\x30\x91\xb8\x41\xb6\xd1\xf7\x62\xd4\x3e\ -\xb3\x89\x69\x59\x39\x10\xcf\x40\xbb\xf9\x55\x2e\xac\xd4\x2f\xac\ -\x10\x68\x66\x1e\x89\x1f\xb0\xc2\x0f\xc0\xb2\x7f\x43\x0c\x57\x18\ -\x77\x02\xd2\x9e\x49\x92\x3b\x6f\x74\xd0\xea\x34\x87\x07\xc5\xe5\ -\x7c\x9e\x37\xc1\x37\x7b\xb0\x24\x61\x88\x3a\x93\xa4\xb3\x5a\xb1\ -\x25\x00\xc0\xab\x68\xd9\x6c\x33\x10\x95\x80\xc0\x46\x81\xe2\x78\ -\xbe\xb2\x69\xb4\x80\x30\xf4\x85\x03\x7e\xb7\xf5\x74\xde\x7a\x4e\ -\x86\x2c\x71\x1c\xa8\x65\x57\xe4\xfb\x7c\x1a\x4d\xcf\x0b\xb9\x34\ -\xd4\xd8\xe8\x28\x55\x11\xe4\x74\xc5\xcd\x0c\x16\x61\x00\x0a\x87\ -\xa1\x44\x9b\x98\xc2\x85\x66\xd0\xa8\x79\x43\xb3\x3c\x70\x36\xdb\ -\x60\xe7\xa1\x67\xc6\xcd\x68\xba\xbe\x6a\xa5\x8a\xbb\x63\x91\xdc\ -\x29\x4b\x5d\x53\xd8\xe9\x8b\x04\x58\xb2\xdb\xb0\xed\xcb\x49\x14\ -\x59\x2a\x61\xa9\x5d\x74\x11\x09\x79\x50\x39\x04\x53\x0c\xee\xc8\ -\x21\x16\xba\x59\x4e\x17\xbc\x59\xcb\xac\x91\x9d\xba\x22\x0b\x3d\ -\x38\xaf\xd1\x68\x6b\xde\x19\xc9\x49\x3f\xcd\x40\xdf\xbd\x90\xdf\ -\xdf\x07\x1e\x14\x94\xd0\xb5\xd4\x77\xb7\xf4\x8c\x59\xb8\x00\x87\ -\x80\x2c\x9d\xd0\xea\x7e\xcc\x4e\xda\xa9\xc7\xc2\xb3\x15\x76\x6f\ -\x4d\xc0\xfe\x6b\xc8\x12\xc5\x57\x6a\xae\x20\xc2\xa1\xbd\x80\xd4\ -\xe8\x86\xa5\x85\x54\x15\x45\x96\xa6\x1e\x61\xe8\xd9\x23\xf0\x5a\ -\x98\x56\x51\xf5\x1e\x10\xfa\x46\x9d\xab\xff\x7d\xd7\x17\xe4\xb9\ -\x7a\xba\xab\x75\xa0\xae\x68\x29\x36\x94\x1e\x4b\x16\x5d\xb0\x37\ -\x2e\x46\x15\x7f\xa2\x23\xbf\x16\xe3\xf0\x7b\xf0\x70\x75\x35\x7b\ -\xa5\xf2\x9b\xa9\xca\xee\xf2\x97\xf7\x2a\x87\xdb\x6c\xff\xb3\x5c\ -\x19\x3c\x19\x11\x50\x9c\x52\x8b\xa7\xec\x95\x2a\xd7\xf5\x90\xef\ -\x59\x3a\xa9\xdb\xce\xc2\x77\x6f\xb6\xaf\xda\xaf\xf2\x7b\x16\x73\ -\x0b\x94\xc7\xad\x69\x25\xcb\x94\x22\xa2\xd2\x7c\x2d\x90\xc5\xe5\ -\x7d\x16\xad\xf8\x18\xa1\x7f\x4e\x17\x32\xd5\x79\x91\x94\xbb\x2f\ -\xa6\xf0\xeb\xb5\x11\x56\x93\xa0\x34\x5a\xf2\xb5\xa8\x03\x6b\xe9\ -\x92\x89\xb2\xde\xdb\x9d\xf2\xcb\xde\x00\xbc\x81\xad\x49\x13\xab\ -\xc8\xbd\x9e\x63\x1c\x80\x18\xb6\xb3\x90\x1a\x3d\x56\x30\x69\x55\ -\xde\x80\xc1\x4e\xf3\xe7\xb7\x2c\xa0\x5d\x07\x9c\xcd\xd8\xfe\x6c\ -\xd4\xff\x6f\x44\x36\x57\xd6\x25\xe8\x83\xdd\xe3\x7e\xb0\x41\x46\ -\x7b\xe7\xb0\xe5\x83\x79\xb0\xbd\xd6\x36\xfe\x59\xf3\x0f\x51\x44\ -\x48\xa8\xab\x34\xe1\x2a\x3d\x70\x82\xdb\xab\xac\x7f\x9d\x4a\x8d\ -\x6d\x5f\x8e\x9c\x3c\xbb\x26\x49\x76\x49\x8c\x4e\xb9\x74\xaa\x46\ -\x6a\x91\x4f\x68\x39\x8e\x43\x8d\xd4\xa9\xbb\xb7\xba\x83\xa0\xd7\ -\x66\xf4\x8b\x81\xf5\x79\x66\x93\xcd\x4c\x74\xbd\xd6\xfb\x57\xc3\ -\xd3\xb1\x99\x50\xd4\xaf\xe1\x0d\xf7\x3e\x79\xde\x81\xa9\xf6\xac\ -\x31\xf3\xa3\xb8\xb8\x7f\x52\x89\xf4\x49\x55\x28\x97\x06\x67\xa3\ -\xf5\xee\x14\x62\x4e\xa7\xf2\x1b\x68\xe3\xae\xbe\x8a\x84\x4a\x94\ -\xac\xfb\xdd\x78\x4a\x64\xaa\x2b\x77\x1a\x75\x2d\xc4\x00\x92\xbd\ -\xd1\x0f\x0d\x78\x03\xc1\xa8\x69\x3a\x11\xa5\x80\x26\xa6\x7f\x84\ -\x05\xf3\xd6\x05\xff\xf6\x83\x45\xd0\xa6\xe8\xa8\x30\xf5\x39\xc6\ -\x9d\x76\xfd\x44\x73\xc1\xe2\x76\x82\x20\xe6\x65\xef\x81\x9b\x52\ -\x44\xf8\x8e\x0c\x68\xb7\xcd\x66\x4e\xf7\x84\x60\x3e\x85\xa0\x02\ -\x22\x23\xf8\xad\xba\x78\x92\xd3\x4c\x38\x35\x77\x00\x95\xab\x8a\ -\xc3\xf4\x54\x52\x2e\xba\x70\x00\xa3\x8b\x1d\xee\x8a\xc6\xae\x3b\ -\xa3\xc0\xd1\x34\x89\x23\x78\x92\xa4\x1d\xe5\x77\xa7\xde\x25\x8a\ -\x79\x2f\xd8\x36\xe7\x29\x14\x88\x71\xba\x97\xc5\xdd\x91\x90\x5b\ -\xce\x02\x56\x93\x07\xbf\x34\x49\xf5\x47\x7b\x0e\x4a\xb5\x4d\xee\ -\x79\x06\x36\x01\x84\xd9\x1d\xa6\xcc\xc0\x63\x8c\x61\xf6\xfa\x49\ -\x75\x72\x17\xb4\xb5\x96\xf2\x6c\xcb\xa5\x10\xf6\xaa\x1b\x62\x58\ -\xc5\xd0\xbe\x66\xb2\xe8\x7b\x17\xff\xe2\x05\x51\xef\x86\x23\x45\ -\x9c\x08\x7b\xe2\x3b\xc2\xa0\xd9\x83\xe3\x58\xc7\xc6\x49\x43\xfb\ -\x1c\x53\x8c\x2a\x88\xa5\xf2\x7b\x6f\x17\x9c\x23\x4d\xbd\x29\xec\ -\x41\xd0\xbb\x1d\x6b\x45\xd9\xc7\x9c\x67\xd1\x2c\xa5\xf0\x27\xa7\ -\x89\x96\xa2\xd1\x8d\x34\xec\xf3\xec\x07\x1f\x83\x1e\x16\xec\x4e\ -\x5d\xbb\x80\x1a\x31\x0a\x5e\xc6\x7b\x38\x6d\x0b\xa4\xdd\x27\x28\ -\x58\x3f\xab\xeb\x93\x46\xac\xe5\x7f\x83\xd0\xbf\x35\xa2\x57\x13\ -\x00\x1f\x7a\xcb\xa9\x49\xa1\x56\xe8\x25\x92\xdc\x1a\xbc\x08\x7d\ -\xed\x01\x84\x0e\x1c\x65\x83\xb8\x94\x32\xe7\x31\x01\x85\xfa\x71\ -\x9b\x56\xb1\x9d\x5f\xfa\xfe\xfa\xc4\x30\xd6\x5f\xd0\x78\x47\x70\ -\xcd\x1b\xfa\x0a\xe3\x98\x36\xb8\xeb\x9d\x82\x84\xbc\x09\xfe\x97\ -\x7d\x3e\xcc\xb0\x61\x48\xa7\x48\x9f\x14\x6b\x21\x4c\x9b\x3d\x73\ -\x69\xe6\x23\xe3\xa4\xbb\xbe\xee\x3a\x12\xdc\xf4\x5c\xfa\x7b\x60\ -\xbb\x90\x21\x0c\x74\x9a\xd3\x23\xcc\x62\x2a\xb3\xeb\x5f\xe9\xb5\ -\x31\x4a\xf4\xb7\x82\x79\x72\x44\x37\x1c\x46\x3b\x2f\x4d\xe1\x0d\ -\xfc\x10\x96\x57\x4b\xe1\x36\x51\x2f\xda\xcf\xce\x48\x70\x31\x37\ -\x85\x85\xb9\x4f\x4c\xdf\x74\x68\xbf\xfd\xf5\xa6\x73\xbe\xdd\xcf\ -\x37\x70\x05\x8a\x8e\xaf\xea\x76\x9a\x7e\xe8\x30\xd1\xe0\xdc\x58\ -\x2f\xfb\x36\x8d\x5b\x92\xa6\xbe\x37\x56\xbb\x2e\x2b\x9b\x03\xbe\ -\x3e\x83\xeb\xe4\xd7\xee\x6d\x94\xd3\x1a\xbf\x86\xcf\x57\xe1\xff\ -\x9f\x22\x53\xfc\xec\xa8\x67\x78\x14\xe2\xd4\x33\x8e\xb0\xed\xd1\ -\xc7\x0a\x36\xe8\x60\x33\x26\xc0\x13\x13\x51\xc9\x38\x07\x2c\x93\ -\x4f\x0f\x1d\xde\xa7\xf0\xd7\x09\x22\x43\xa7\x4c\x5e\xcf\x4e\x88\ -\x50\x6f\x0f\x2e\xad\xec\x16\x28\x99\x6c\x9e\x25\xc7\x88\x57\xd7\ -\x60\x6c\x6b\xba\x4c\xa1\xea\x10\x0d\x9b\x13\xc1\x56\x98\x6e\x05\ -\xbd\x50\x59\x7b\x55\xbb\x57\x00\x0d\xbf\x57\x0a\xb0\x4a\x78\x99\ -\x6c\xc8\x19\x43\x70\xe8\xaf\x48\x0e\xd3\x91\xa3\x09\x2f\xfa\xe9\ -\x63\xfd\x6d\xa6\x0f\xcb\x0d\x82\xb6\xc6\x3c\x8c\x91\xe8\x34\x9b\ -\x61\xb8\xc7\x25\x2c\x9b\xda\xe4\xcf\x3a\x7a\x9d\x09\x25\x84\x58\ -\x04\xe6\xfc\x14\xaa\xaf\xfe\xb7\x2f\xaf\x04\xec\x25\xcd\x7a\x32\ -\xfe\x00\x3b\x23\x06\x55\x9e\xb2\x7b\x1c\x20\x5d\xf6\x28\xb9\x56\ -\x75\x68\x1d\x2e\x8f\x36\x87\xec\xf8\x20\x47\x48\xb9\x7e\x9d\x61\ -\x80\x44\xc6\x9b\xf8\xb9\x32\x3c\x3e\xa5\xe8\x4e\x75\x8b\x72\x34\ -\x74\x31\x51\x6a\x35\x56\x01\xd2\x8d\x2a\x4a\x46\x4f\xd4\xba\x58\ -\xca\x14\x7b\x1c\xac\xaf\xea\x84\x9b\x59\x6b\xab\x35\xf6\xcc\xbb\ -\xc9\x0c\x17\xa7\xe3\xfa\xfe\xd3\x05\xf2\x5a\x7f\x16\x0f\x09\xc4\ -\xdf\x1d\x55\xeb\x5f\xf3\x0d\x29\xeb\x54\x2c\x3b\xe0\xcb\x42\xdd\ -\x91\x28\xdc\x3e\x38\x6e\x5f\x2f\x8b\xf5\x61\x56\xbf\xd0\x50\x7b\ -\x1a\x8e\xc2\xb1\xb9\x9a\xf9\x85\x60\x0d\x97\x26\xca\x84\x60\x38\ -\xf8\xe6\xa3\xa2\x1a\x6c\xcd\x96\x8e\x6a\x05\x74\xd4\x2b\x91\x06\ -\xef\xdd\x4b\x4f\x66\xf6\x8d\x03\xe6\xb6\x93\x34\x99\xd9\x50\x4d\ -\xd9\x3f\xbf\x72\x55\xf4\xb0\x80\x67\xbb\x3c\xcc\xca\x99\xf7\xc9\ -\x15\xc6\xf8\x55\xc3\x47\x29\xc6\xed\x82\xf0\x3e\xb9\x41\xe9\x61\ -\x9d\xae\xfd\x59\x8a\x0a\x48\xd1\x8f\xd9\xc3\x55\x9e\x6c\x2b\x9c\ -\xc6\x95\x0a\xa6\x74\xb1\xd5\x10\xa0\x4a\x97\x50\xe3\x01\x7b\x57\ -\x64\x61\x84\xf6\xe7\x5d\x03\x70\x52\x2e\x54\x97\x00\x7b\xe1\xb3\ -\x51\x01\xe3\x92\x16\x08\x1a\x9a\xbd\xa8\x82\x78\x6d\x81\xb8\xce\ -\x55\x8e\x8d\x8b\xaf\x86\x07\xda\xa8\x78\x8e\x45\x59\x27\x98\x53\ -\xa3\x05\x46\x5b\x74\x53\x8c\xf2\xef\xe6\xa7\xfd\x47\xf0\xa1\x53\ -\x8e\x8a\x01\xc4\xe5\x62\x03\x6b\x7c\xe0\x92\x2f\xb5\xd3\x41\x77\ -\x8a\xac\x58\x30\x74\xe8\xd1\x8a\x63\x56\x1a\x02\xa8\x4e\x44\x9e\ -\x9c\x28\x57\x4b\xb9\xde\xe0\xe0\x1f\x26\x4a\x50\x7e\xa6\x01\x58\ -\x29\x93\x86\xe2\xfe\x3b\x01\xfe\xbd\xa0\xda\xa9\x80\xaa\xfb\x29\ -\x94\x80\x3a\xd1\x0d\x64\xbb\x18\xb7\x48\xea\x4e\x5a\xf3\xee\x17\ -\x17\x52\xa1\x2e\xf1\x86\x6e\x4a\xb3\xec\x55\xda\x28\x34\xda\xe3\ -\x4e\x2f\x0b\x5a\xe9\x86\x90\xe9\x9f\xdf\x73\x8d\xaa\x19\xc3\x3a\ -\xc2\x6b\x6b\x81\xef\xd3\x7f\x86\x1e\x8a\x7e\xad\x75\xff\x50\xb4\ -\x07\xa5\xc6\xac\x61\xbd\xf9\x3f\x59\x4a\x0b\x60\x51\x0b\x53\x15\ -\xc9\xcc\x97\xe6\xb4\x06\x99\x7b\x87\x52\xa8\x1f\x9e\x71\x23\x7c\ -\xa5\xdd\xfd\xd6\x3c\xd4\x9c\x96\xee\x44\xda\xd1\xf1\xf6\x67\xb7\ -\xff\xd1\x65\x0f\xee\x0d\xd5\x6f\x13\xa3\x74\xaf\xe3\x7b\x03\x84\ -\x52\xce\xa4\x32\xb5\x32\xcd\x88\x4e\xcc\xa9\xad\x83\xbe\xb7\xe4\ -\xe5\xc2\xfe\x3d\x77\xeb\x34\x17\x39\x9d\xd9\xda\xe7\x2c\x20\x5d\ -\xb5\x43\x6f\x8d\xd8\xbd\xf5\xb8\x58\x56\xe3\x75\x3d\x85\x81\xc5\ -\x2f\xef\xf4\x66\x1b\xff\x46\xdf\x54\xed\xea\xb3\xe5\x7a\x25\x8d\ -\x9b\x41\xb9\xa5\x7b\x63\x75\x47\xa1\x3b\xf5\x38\xd8\x0a\x1e\xa5\ -\x80\x7e\xef\xa2\x12\x9c\x4c\x83\x13\xcd\x90\x4d\xbe\x6b\x96\x24\ -\x03\xb5\xac\x9c\xb8\xe7\x2c\xcb\xcd\x7f\xb6\xc8\xbe\xa3\x33\xc6\ -\x44\xa9\xfc\x72\xd0\x61\xc3\x49\x34\xeb\x3e\x35\xa7\xd8\x9c\x32\ -\xf7\xa2\x4e\x2c\x00\x18\xc2\x35\x17\x7e\x9d\x68\xd4\xf3\x66\x9f\ -\x12\x38\xfd\xbc\x2c\x96\xf3\x0e\x18\x5a\xf7\x79\xa4\x86\x50\x9e\ -\xc1\x1d\x04\x61\xd8\x8d\x34\xd2\xa9\xd6\x80\x22\xc6\xe6\x12\xea\ -\x0d\x85\x37\xa8\x6e\xe6\xd0\xc0\xc7\x8b\x99\xc8\x3e\x51\xbe\x51\ -\xe0\x02\xac\x84\x6a\x99\x9d\xd6\xdc\xae\x1b\x73\x9a\xf8\xc2\x74\ -\x45\x74\xec\xad\x06\xe4\xca\x36\x81\x0d\x4d\xa6\x3c\x07\xab\xc6\ -\xe9\xd6\xf1\x60\x31\x1b\x34\xb0\xbb\x7c\xb2\x9d\x19\xce\x92\x8a\ -\xe9\x0e\x1f\x13\x74\xaa\x54\xdc\xe3\x0c\xf3\xe7\xc8\x1b\x0d\x97\ -\xa2\xde\xbc\x4e\xe2\x05\xef\x01\xed\x47\xbd\xc6\x00\x6c\x1a\xcc\ -\xed\x73\xb2\x69\x4d\xbd\x76\x1c\x63\xc4\xfb\x72\xd3\x94\xbd\x39\ -\x77\x67\xbe\xdb\x04\x5a\x8a\x15\x6b\xcf\xa9\x7d\x03\x5d\x6b\x6d\ -\x56\xd8\x4c\xf2\xc4\xdd\x44\x1e\x27\x03\x74\xf6\x23\x1b\x63\xe1\ -\x9a\xf9\x3a\xc7\x9e\x51\x7c\xd4\xe8\x31\x65\x2d\xff\x37\x6f\x87\ -\x75\x5b\x20\xd4\xa9\x79\x50\x0b\x9c\x5b\x98\x27\xc0\x61\xa7\x1a\ -\x34\xab\x62\x91\x49\x56\xf8\xef\xc9\xd8\x8e\x78\xd4\x60\x4d\xa5\ -\xa1\x49\x50\xe2\x92\x53\x2c\x05\x11\xdd\xd1\x42\x29\x1f\xd6\x9a\ -\xa5\xf6\x30\x4a\x1e\x49\x9b\x83\x4b\xa7\x8d\x70\xf2\xa8\x79\xb8\ -\x40\x1b\x4a\xf7\x5b\x2d\x17\x37\x54\x91\xf1\xa4\x47\x08\xb7\xb1\ -\xa7\x5c\xae\x3b\x37\xe4\xe8\xe1\x79\xde\x40\x3a\xed\x71\xc4\x86\ -\xaa\x45\x87\xa9\x36\xd2\x0d\xa7\x16\xb3\x36\xa6\x0c\x7d\xcf\xf6\ -\xfd\xdb\x01\x26\xaa\x87\x22\x74\xfa\x9f\x35\x85\x6c\x68\xdd\x5a\ -\x80\xb2\x32\x20\x17\x32\xd7\xc2\x37\x33\x1b\x87\x39\x8c\x08\x40\ -\x0e\x14\xf5\x4f\x9d\xbf\x84\x73\x14\x26\x65\x03\xa1\xf0\x9e\xf1\ -\xe0\xa7\x07\xd2\x4a\x26\x32\xe6\xea\xce\xb5\xc2\x8a\x5c\x73\x40\ -\x9e\x6d\x0a\x66\xef\x91\x3c\x08\x9b\x4a\x1a\xf7\x19\xb6\x7b\x73\ -\xf8\x92\x92\xdd\x54\x85\xca\xbb\x7b\xdf\xcd\xc2\xb6\x1f\x1c\x8a\ -\xb2\xb8\x23\xd4\x6f\xda\x28\xd8\x9c\xad\x22\xf8\x7b\x79\x01\x58\ -\xd1\x7a\x88\xb0\x42\x78\x92\x72\x76\x66\x62\x54\x82\x81\x4f\x4f\ -\xf2\x67\x1e\xe0\x53\x1d\xbe\xba\x25\x8d\x2a\x4e\xc7\xd4\xdc\x9c\ -\xd9\x0f\xa7\xfd\x2b\x98\x05\xaf\xf2\xaa\x4b\x36\xc8\x4a\x6d\x10\ -\xb0\x18\xe2\x64\xa6\x10\x45\xa4\x7a\x50\x8e\xe4\x8e\xb0\x57\x67\ -\x2a\x08\x2a\x08\x25\x4a\x5c\x02\x75\x19\x38\xb2\x8c\x3c\x16\x21\ -\xdf\x2f\x17\x8a\xef\x52\x60\xa7\x14\x10\x7b\x13\xe9\x6b\x8d\x4d\ -\x90\x9b\x0b\x4f\x5b\x43\xa7\xa2\xd0\x31\x65\x28\x08\x1a\x49\x71\ -\xad\x83\x73\x02\xb0\x15\x3a\x7b\x76\x53\xa7\x9d\x96\x33\x98\x31\ -\x69\xb0\x2f\x55\x5b\x6f\x8e\x78\xcb\x99\xf1\x46\x78\xbd\x53\xd9\ -\x74\xae\xda\xee\xc4\xa3\xc1\x70\xed\x8c\x99\x31\xec\xeb\x85\x2e\ -\x2c\x03\x7c\x69\xb4\xf6\xc6\xaa\x36\x2e\x3e\x5d\xd8\xbf\x66\xa7\ -\x68\xf7\xe9\x05\xbc\xe4\x46\x25\xcd\xbc\xd3\x1f\xdf\x32\xea\x5e\ -\x0b\x9a\xa3\x81\x7e\x3f\x1f\xc1\xc2\x57\x6f\x77\x89\xdb\x75\x9f\ -\x67\x90\x3b\xa3\xd1\x1d\xf9\xdf\xa6\x8b\x5d\x07\x84\x7d\x82\xfd\ -\x82\xf6\xba\x11\xcd\x1b\xa8\x72\x3b\xfb\xd8\xf4\x48\xec\xf4\x1e\ -\xde\x1a\x01\xf9\x33\xab\xe6\x46\x1b\xa7\xf2\xe7\x54\x47\x8d\xe1\ -\x46\x1b\xef\xdd\x27\x4b\x34\x40\x16\x00\xd1\x07\xe0\xf9\xb6\x69\ -\xbf\x54\xc6\x0a\xf2\x71\xc6\xec\xf5\x88\x3e\x7f\xc7\x08\x95\xe2\ -\x26\x9b\xd9\xc8\xeb\xde\x2a\x8e\xbd\x2d\x19\xb4\x16\xa6\x72\xcf\ -\x64\xc3\xd7\x90\x6d\xbb\xc7\x77\xe0\xa6\xc6\x07\x98\x39\x90\x9e\ -\x35\x7c\xac\xbf\xac\x11\x56\xd2\xe3\xb0\xfc\xc0\x97\x35\xe5\x0d\ -\x7b\xd5\xe0\xb4\x3b\xb4\xb0\x99\x6e\x2e\x8d\xfb\xbe\xbf\xbd\x77\ -\x37\xe3\x11\x94\x16\x8f\xd2\x81\xa3\x0d\xd4\x29\x93\xbb\x60\x4c\ -\x41\x6f\x32\x71\xd3\x31\x36\xd0\xc0\x1c\xac\xb4\xd9\x3d\x19\x38\ -\x8d\x0a\x6f\xcf\x92\x57\xe6\x1d\xa2\x35\x9e\x99\xc3\x29\x9a\x3d\ -\xc8\xae\x5d\x55\x93\xb1\xa0\xb5\x63\xd7\xbc\xb3\xd7\xd5\xd0\x7f\ -\x5d\x4c\x0b\x5d\x8d\xaa\x6e\xef\x64\xe0\xb4\x5a\x40\x2e\x80\xd3\ -\x32\x5d\x91\x31\xbe\x0c\x55\x95\xf2\xfb\xda\x84\x4e\x72\xe8\x51\ -\x6b\x98\xe6\x38\x0d\x3d\x4f\x8f\x48\x5a\xeb\xe5\xcf\x9a\x1a\xcd\ -\x13\x0b\x33\xa9\xd6\xa9\x7c\x99\x64\xa6\x9e\x9c\x0e\xa7\x5e\x9f\ -\x96\x75\x70\xf5\x0d\x00\x5e\x82\x39\xd1\xf2\x28\xa2\x1d\x04\x87\ -\x95\x8e\x93\x98\xc3\x83\xd9\x83\xba\xa0\x6b\x3a\xea\xc2\xb8\x20\ -\x53\xb7\xa6\xea\x4c\x77\x2f\x0b\xd1\x34\x0a\xee\x4e\xa4\xee\x31\ -\x58\xd0\x09\x75\x40\x73\xff\x78\x05\x23\x1c\xf1\xa0\xd6\xcc\xdd\ -\xf8\xdc\xcb\x02\xf1\x08\x3a\x4a\x97\xcd\x44\xdd\x9c\x6a\x8b\x89\ -\x3b\x22\x1b\x14\x02\xe7\x55\x73\xa1\xa3\x84\x32\xbb\xb9\xf6\xd1\ -\x4b\xa8\xed\x8e\xea\xe0\x96\xaf\xf1\x86\x3e\x9e\xb4\x0a\xdc\x0e\ -\xab\xe2\xf7\xdf\x34\x23\x12\x07\xa3\x52\xb3\xf2\x3d\x09\x0e\x5b\ -\x50\xe3\x48\x9a\x76\x7a\x94\x04\x8d\x91\x35\x8c\x2d\x36\x96\x1d\ -\xea\xb2\x80\x85\xd4\x35\x6a\x5b\x64\xad\x49\x40\x0f\xff\x2c\x07\ -\x35\x11\x20\xf3\xb5\xf9\xde\x27\x36\x78\xd8\x9d\xf7\xa2\x05\x2c\ -\xe5\x5b\x0f\x0d\xcb\x1c\xe2\x82\x32\x79\x61\x0c\x16\xb8\xe8\x5c\ -\xee\x08\x52\xb5\xdc\x07\x40\x60\x2b\xd4\x07\x60\xb8\x2d\x05\xef\ -\xbb\xd8\x35\xeb\x64\x81\x00\x70\xd9\xc6\xc7\x6b\xa1\x72\xa3\x27\ -\x75\xbe\xb2\x35\x3e\xe4\xa1\x77\x72\x14\x29\xb8\x1d\x1e\x4e\x0d\ -\x7d\x33\x81\xb8\x21\x4f\x5e\x50\x80\x23\xae\xf5\x99\x80\x46\x1e\ -\x44\xf6\xd8\x4b\x1e\xce\xde\xfc\xfa\xc4\xa6\x5e\x36\x59\x88\xdf\ -\x9b\xe4\xdf\x1a\xd1\x37\x0d\x46\x3f\xe0\x37\x37\x37\xa8\x99\x55\ -\xee\xc4\xe5\x53\xd4\x44\x39\xa9\xa0\x84\x52\xcc\x4f\x10\xef\xbd\ -\x82\xaf\x9b\x1a\x7f\x40\x84\x2f\x93\x08\xb9\x14\x2c\xf7\x02\xcf\ -\xed\xd2\xf7\x5f\x27\x73\xfe\x13\xe0\x2b\xf2\xbf\x42\x70\x0b\xc5\ -\x0d\x0e\x0f\x2d\x50\x16\x8b\x4e\xf9\x4c\xe7\x26\x47\x4b\xc3\x71\ -\x8f\xb1\x4c\xa0\xf4\xdf\x71\xd3\xe0\x1c\xd4\x33\xa0\x36\xc5\x40\ -\xe4\x66\x4d\x8e\x96\xad\xe7\x39\x2a\x4c\xb8\x51\x82\xba\xb9\x47\ -\x7b\x0e\x86\x82\xde\x1a\xab\xd3\xda\x9a\x0f\x9a\xdb\x95\x52\xb6\ -\x3d\xe7\x6a\x9e\xf1\x5b\x43\xb3\xdb\x10\xff\xdb\xbf\xaa\xde\x2f\ -\xbf\x9e\xd8\xda\xe9\x8d\xd5\x6f\x0d\xc1\x6f\x05\x36\xfc\x32\x6f\ -\x6a\xb4\xd8\xcd\x3e\x3a\xff\x5b\xc6\x41\xfc\x9b\xc9\xf2\xf1\x7b\ -\x6a\x93\x2e\x9b\x9d\xb8\xc0\xeb\x74\xaa\x6a\xd9\x4e\xc4\x5c\x8e\ -\xf5\x16\x93\x0b\x58\xd7\xd3\xac\xa2\xca\xfb\xfb\x24\xc4\x2b\x48\ -\xd3\x1c\x5c\xa1\x20\xcb\x46\x3f\xa2\xad\xf0\x45\x6b\x10\xd2\xa1\ -\x34\x29\xb6\x95\x76\x97\xd9\x85\xfc\xeb\xba\xf5\x3a\xca\x75\x34\ -\x34\x32\x5c\xf6\x66\x7a\xd2\x40\x21\x00\x90\x7f\x33\x8d\xba\xdd\ -\x07\x71\x2e\x4c\x10\x5c\xc1\x02\x70\x93\x0a\x88\xec\xb9\xbe\x27\ -\x39\x2c\xa3\x87\x15\xe6\x03\xf4\x53\x3e\xcd\xe0\x23\xd0\x3a\xac\ -\x5a\xd0\x0e\x5a\xc4\xdd\x29\x18\xfa\xe7\xf6\xbc\xe5\xe0\x1d\x76\ -\x70\xc7\x32\x34\x79\xd7\xf4\xc4\x64\x42\x80\xc6\x48\x39\x89\x99\ -\xa5\xe1\xe2\x3c\x0b\x81\x21\xcd\x0b\x28\xea\x35\x2c\xd3\xf8\x38\ -\x2b\x85\xb4\xf1\x05\x67\x68\xd8\x39\x89\x69\xa0\x91\x49\x01\x0f\ -\x10\x22\x0c\xfa\x74\x87\x47\xff\x7a\x83\x22\xfa\xa1\xe2\xf6\x4e\ -\xbf\x3f\x33\x2b\xbd\x74\xd2\x11\xa4\xbb\x6b\xd7\x3a\x83\xa4\x58\ -\xa6\x93\x79\x0b\xc8\x6e\x82\x33\xa2\xf0\x5a\x82\x30\x36\x0d\xef\ -\x91\xd3\x86\x65\x48\x51\xee\x58\x24\xb1\x08\x44\xdc\xde\x2d\xf7\ -\x21\x08\x6e\xba\xce\xad\xe6\xe5\x32\x08\xe9\x11\x16\x1d\x28\xae\ -\x0c\xa3\xc6\x0c\x0b\x78\x11\x8f\xe6\xef\x04\x64\x0b\x58\x5a\x23\ -\x82\x8e\x5a\xe4\x8c\xa0\x90\x9d\x82\x4c\xea\x74\x1d\x60\x06\xdf\ -\x9a\x2a\x48\x2a\xfd\xf6\xf5\xa6\x17\xab\x3e\x9d\x41\xf7\xc9\x41\ -\x39\x04\xf6\x0d\x95\xa3\x7c\x9a\x3e\xfa\xab\xf4\x17\x2e\x99\x31\ -\x3b\x82\x0c\x71\xb8\xf9\x88\x3b\x1f\x28\xb3\xa2\x93\xee\x15\x82\ -\x38\x23\x04\x0c\xca\x08\x90\x59\x80\x80\xe3\xe7\x5e\x71\xdd\x92\ -\x8d\x97\x4d\x80\x1a\x34\xaa\x14\xb4\x23\x8e\x18\x39\x33\x66\xb1\ -\xb6\xd3\xb1\x18\x45\x2d\x34\xe1\xfc\xf9\xdb\xa6\x94\xdd\x31\x30\ -\x1b\x39\x1a\xe6\xc0\x85\x72\x20\x21\x1e\x40\x17\xf4\x3d\xe9\x19\ -\x40\x6d\xd3\x43\xa7\x6e\xed\x9b\x49\xe4\x29\xb4\x38\x6c\x17\x5a\ -\x16\x69\xf9\x39\x97\x2c\x98\xf0\x01\xb1\x22\x40\x63\xc2\x2c\xf3\ -\x0b\x00\x00\x97\x1d\x40\xd4\x73\x17\x4a\x43\xad\xff\x4e\x77\xd4\ -\xdb\x2f\xce\xcf\x68\xc6\x0f\x24\xd8\xa7\x1b\x8e\xa6\xa2\x05\xb8\ -\x41\x09\x1b\x75\xba\x57\xc9\x85\x8a\x00\xc8\x76\x10\x63\x49\x0c\ -\xc7\x2d\x1b\xc5\x2e\x07\x94\x32\xce\xd7\xa3\x56\x6c\xad\x46\x40\ -\xef\x86\xe4\x7b\x93\x18\x36\xdf\x6e\x67\x0a\x0b\xcc\x93\xf3\x8f\ -\x3a\x8d\xee\x40\x33\xfa\xa1\x81\x5c\x90\x26\xcf\x59\xb2\x14\x07\ -\x59\xad\xf1\xf8\x2d\x4b\x85\x36\x5c\x66\x89\xe8\xe5\xcd\x0c\xc0\ -\xcb\x8a\xcb\xcc\x9c\xab\xae\x65\x35\x1a\x81\x36\xca\xc3\x55\x1f\ -\x65\xae\x58\x03\xf0\xc8\x2b\x69\xc5\x1a\xe7\x94\x0d\xaf\x6e\x45\ -\x74\x14\x02\x49\x05\x4c\x91\xb5\x1b\xda\x44\x33\x5f\xfe\x7b\x80\ -\x38\x70\x1e\xee\x02\xdd\xfe\x3a\xa8\x26\x06\xfa\xb8\x50\x97\x86\ -\x85\x41\x32\xc6\x45\x5a\x27\xc0\x13\x75\xff\x54\x1d\x55\x6d\x72\ -\xfa\x84\x4d\xae\xda\x90\xe6\xfa\x09\xc5\xe9\xce\x46\xd1\x39\x1d\ -\xc3\x83\x62\x20\x76\x06\x62\xb8\xb0\xbd\x4d\xf8\xdc\xb8\xa6\xd3\ -\x45\xfc\xa0\x16\xee\xda\x4d\x07\xa7\x2a\x2a\xbd\x5f\x70\xd7\x75\ -\x57\x0c\x61\xd2\x75\x49\x13\xeb\x75\x9a\x38\x2e\x0c\x84\x3d\xa0\ -\x52\x4a\x38\xe3\x3b\x1d\xae\x9f\x2b\x10\x51\x0c\x6f\x41\xa3\xb7\ -\xc6\x69\x6f\xac\x76\x43\xa2\x1a\x66\x7b\x9b\x7a\x10\x0c\xb3\x24\ -\x86\x72\x06\xe9\x46\x63\x90\x28\x3a\xf6\xcf\xf8\xe6\x48\xf8\x1b\ -\x45\xf6\x8d\x86\xfb\xc7\x3f\x0b\xef\xc5\x93\xd4\x6c\x40\x94\x7f\ -\xd7\x2d\x6e\x3a\xc0\xa0\x63\x97\xe9\x70\xa7\xd4\x12\x54\x5b\xfb\ -\xba\x76\x88\xf0\x25\x87\x2e\x8d\x30\xb8\x18\x39\x08\x48\xdc\xdf\ -\x29\x87\xe4\x6b\x03\x71\xa3\x7f\xee\x13\x33\xd7\xf1\x22\x9d\x8d\ -\xad\x5a\xee\xf3\xb5\xa9\xf6\xdf\xa3\xae\x8f\x7b\x71\xa6\x61\xc8\ -\x70\x11\xf4\x2b\x10\x24\xc5\x5c\x47\x6b\x8c\x31\x2c\x4e\x25\xd8\ -\xa5\x46\x37\xc7\xae\x5f\x64\x28\xa1\xc7\x5b\x21\xc9\x90\x59\x6e\ -\xc1\x56\x60\x0c\xad\x4b\x14\xca\x6d\xaa\x63\x76\x53\x54\xe8\x5f\ -\x4e\x47\x64\xa3\x96\x73\xd7\xec\xa1\x81\x3e\x4a\xf5\xc2\x88\x39\ -\x49\x0a\x20\x37\x5a\x2c\x3b\x85\xd3\x73\xdd\x04\x1a\x4d\xbd\x3d\ -\x5b\xa7\xaf\x49\xc9\x4a\x84\xd4\xa6\xa7\xb9\x17\xc1\x5a\x92\x8e\ -\x8a\x35\xfb\xf0\x22\x47\xa9\x3a\xa8\x9b\xc3\xa7\x36\x26\x1c\x06\ -\x65\xf9\x33\x8d\x68\xd8\x22\xc3\xc8\x36\xb8\x36\x0e\x1f\x98\x55\ -\x7f\x67\x7a\x1e\xa7\x15\x0a\xdc\xc3\xa7\x03\x30\x03\x9d\x3c\x79\ -\x76\xa5\x4e\x92\x18\x18\x68\x03\xd4\x57\x02\x50\x62\x10\x89\x9d\ -\xe5\x03\xdd\x50\xc5\xdd\x21\x09\x06\xa9\x2d\xf8\x62\x6a\x77\x92\ -\x99\xd9\x36\x1a\xe4\xdb\x64\xb7\x9e\x85\x6a\x65\x2e\x66\xd2\x51\ -\x6a\x2d\xe9\x01\xd2\xb2\x3b\x03\x62\xba\x3e\x87\xe1\x84\xc7\x9e\ -\x88\x98\xc4\xa7\x53\xa9\x1b\xd8\x0c\x08\x8f\xc9\x1a\x5a\xde\x26\ -\x54\xad\x15\x47\x5d\x9f\x67\xd2\x85\x95\x61\x53\x35\x37\xa3\x68\ -\xb1\x06\x8d\x48\xce\x07\x43\x2e\xa4\x00\x68\x13\x38\x4e\x33\xa9\ -\xfa\xf3\x7b\xbc\xc3\x95\x7d\xe4\x83\x1a\x20\x18\xff\xef\xff\xfd\ -\x7f\xfe\xcf\x8a\xd0\x52\x09\x7d\x13\x6b\x2e\x82\xf9\x4a\x10\xdd\ -\x9e\x37\x60\xb5\xc8\xc1\x52\xcc\x8b\xa1\x13\x0c\x4f\xa7\x29\x58\ -\x36\xc2\xb0\x4c\x92\x9f\xf5\x80\xa0\x00\x83\xe6\x47\x20\x0c\x18\ -\x83\x34\xbb\x00\x11\x1e\x7c\x74\x71\xd1\xd4\xa9\x82\x05\x0c\xba\ -\xa7\xcc\xc3\x0f\x00\xd5\xb4\x69\x01\x79\x1e\xfd\x5a\xa4\x59\x05\ -\x3a\x95\xb0\x43\x7e\x58\x16\x04\x0c\x40\x1a\xb0\x78\x59\x53\xc1\ -\xed\x45\x20\xe9\x3e\x5b\x68\x53\x9b\xff\x8f\xb2\x37\x5d\x97\xe4\ -\xb6\xb1\x45\x01\x90\x5b\x7e\xff\x87\xbd\x6e\xd5\xce\x20\x70\x7f\ -\x60\x26\x19\x59\x3e\xea\xcf\x2d\xcb\xa5\xda\x95\x19\xc1\x01\x58\ -\x58\x03\xe9\xb1\x37\x8a\x68\x94\xc0\x73\x62\xcc\x91\x0c\x01\x78\ -\x7d\xe2\x99\xb0\x60\xe6\xfc\xa0\x3a\xc9\x09\x40\xb3\xff\x7e\x64\ -\x99\xc8\xb0\x08\x4d\x49\x00\x87\x22\x6a\xcb\x27\xe6\xf6\xf6\x00\ -\x00\x20\x00\x49\x44\x41\x54\x32\x72\xd0\x27\x1c\x80\xe5\x32\x17\ -\x78\x9e\x5f\xfb\x47\x7b\x7e\xac\x9f\x11\xcd\x92\x7a\xb9\xc9\x05\ -\xf9\x66\xd2\xe2\x52\xb3\xc0\x10\x3e\x4b\x73\xb0\x66\xd8\x9a\x96\ -\xa4\x70\x9c\xb0\x60\x69\x56\xc0\x50\x24\x64\x3d\x8f\x86\x42\x5a\ -\x2e\xcd\xc3\x1f\xc0\xa1\x39\x16\xe1\xe2\x23\x90\xc1\xa9\x68\xb6\ -\xdd\x6a\x18\x5a\x26\x00\x7a\x88\x2d\xd3\x03\x69\x76\x8c\xbe\x13\ -\xb0\x1c\x9c\x49\x13\x9e\x55\xe9\x16\x10\x8e\x93\x64\x1a\xae\x4f\ -\x34\x66\x03\x84\xc9\x2c\x2f\xc9\x4c\x1f\xb4\xe0\x8b\x00\x62\x9c\ -\xe9\x3c\x69\xdc\x74\x16\x31\x74\x66\xd9\x7b\x2d\x6b\x1c\x05\x1e\ -\x7e\x80\x2d\xab\x0c\x01\x60\x8e\x09\x73\x4c\xdd\x0c\x04\x31\xf1\ -\xaa\xdc\xeb\x7e\x78\x2d\xf0\xa0\x56\x2f\x48\x7c\x9a\x32\x68\xc2\ -\xe2\x4f\x1c\xc2\x50\x32\x48\x9c\xfe\xb8\x40\x43\x7c\xc8\x0b\xc0\ -\x87\xf5\xcf\x34\x44\xed\xe1\x3f\xe6\xda\x68\x71\x03\x16\x06\x4b\ -\x56\x84\xb3\x68\xd9\x32\xe6\xd4\xac\xae\xdc\xa5\x1a\x9e\x8d\xcb\ -\x28\x2a\x9a\xfa\x9e\x99\x4a\x86\x7a\x99\xeb\x56\x82\x08\x94\x5a\ -\x06\x04\xf8\x88\x7e\x7e\x6e\xd3\x2f\x54\xcb\x62\xd2\xf5\x17\x9a\ -\x18\x04\xa5\x39\x0c\x77\x8d\xd3\xf3\x01\x08\x34\x71\xde\x9c\xbb\ -\xd0\x3e\xbb\x8f\xf6\x4d\x24\x67\x67\x87\xee\x07\x1a\x9a\x3d\x26\ -\xc3\xec\xff\x4d\x84\xaf\x40\x1e\x05\xb2\xb9\x9e\xdf\x52\xf4\xa8\ -\xd3\xd7\x92\xa5\xe7\x00\x91\xd2\x2c\x88\xf4\x3c\x42\x3d\xef\xdc\ -\x70\x48\x3c\xd2\x1d\xdd\x56\x58\xd7\x67\xb8\x63\x9a\x0b\xdf\xe2\ -\xa5\xd9\x25\x41\x29\xb1\xc2\x81\x45\x5d\xfa\xec\x02\x0f\x6b\xff\ -\x98\x80\x6b\x86\x07\x07\x42\x9a\xba\x3f\xd7\x45\x31\x2e\x73\xdc\ -\x94\x56\xf4\xa9\x43\xe1\x54\x5d\x86\xed\x19\x30\x60\x85\xfc\xbc\ -\xa4\x11\x39\x25\x10\xcf\x13\x5b\x73\xc6\xc0\xed\xd2\x1b\x63\x18\ -\xc5\xd0\xce\x40\x61\x6b\xc2\x8b\x85\xb8\x51\xcf\xc6\x18\xb0\xd6\ -\xd3\xb2\x9f\x76\x17\xbe\xaa\x51\x49\x03\x1d\xb2\xf3\x81\x62\xd2\ -\x1c\x59\x7e\x04\x25\xa4\xd1\x35\xaa\xdc\x51\x7f\x8a\xf4\xf0\xaf\ -\x7a\xb3\x9e\xfb\xb4\x17\xf8\xfa\x5e\x1f\x7e\x42\x83\x4b\x84\x71\ -\xef\xf8\xb3\x78\xd6\xa7\x69\x2e\xb1\x5c\xb0\x20\x00\xbf\xf2\xa8\ -\xf9\x49\x18\x17\x50\x68\xd5\xc4\x74\xb4\x61\x48\x74\x6b\x90\xb6\ -\xdc\xbb\x2c\xd0\x3a\x42\x8b\xc5\x69\x37\x22\x06\x90\x2c\x33\x27\ -\xeb\xd9\x78\x4e\x38\xe3\x7c\x41\x4c\xa0\xf3\xa0\xfa\x57\xb3\x00\ -\x71\xcd\x5a\x36\xbf\x4b\x96\xde\xe5\xe8\x41\xa3\x50\x26\x57\x98\ -\x88\x34\xbe\xb1\x30\x7a\xf3\xe8\x99\x70\xfe\xf9\x97\x7c\x02\x60\ -\xd5\x30\x53\xb4\xcc\x47\xbd\xcf\x1f\xfe\x05\x37\xbf\x42\x30\x6d\ -\x1b\x7a\x8d\xa2\x9a\x1f\x37\xa6\xd1\xe8\x97\xce\xc4\x58\x71\xbf\ -\x26\x68\x42\x44\x30\xe8\xc7\xb2\x2e\x3f\x01\xb6\x28\x48\x60\x8e\ -\x6a\xa4\x66\x1d\xbf\xfc\x07\x04\xb3\xa0\xf5\x56\x10\x41\x41\xa6\ -\x47\x34\x02\x06\xc2\x0e\x5d\x7f\x2f\x01\xc1\xc4\x01\xbf\xfc\x58\ -\xfc\xc3\xb8\x52\x9f\x19\xb9\x4c\x5f\x29\xa2\x5d\xc8\x5d\xeb\x78\ -\xa5\x06\x8c\xa8\x01\x80\x44\x04\x32\x0a\xde\x4a\x00\x63\xcc\x74\ -\x5a\x8e\x4e\x05\xcc\xc8\x86\x1b\x00\x45\x63\xc0\x92\x07\x1a\x39\ -\x8f\x2a\xe0\xcd\xca\xea\x30\xd3\x2c\x3d\xa7\x35\xd3\x4b\xac\x9e\ -\x78\x2c\xc7\xcd\x8e\x7f\x00\x1c\x91\xa9\x84\x88\xf0\x40\xee\xaf\ -\xa4\xc6\x4a\xe0\x3b\xbf\xeb\x57\xef\x3f\xd2\x7b\x41\x70\x69\xb0\ -\xab\xc6\x3d\xc1\x2f\x2f\x3d\xdf\x83\xde\x96\xe7\x1c\xce\xa9\xeb\ -\xc7\xca\x09\xcd\x21\xb2\xcc\x45\xcd\xd1\x81\x47\x72\x7f\x10\x4d\ -\x0d\x74\x29\x35\xeb\x63\xb6\xc6\xc3\x99\x3a\xec\x59\x8b\xee\xb0\ -\xbb\x00\x06\x00\xfd\x8c\xd8\x1b\x64\xeb\x49\x08\xad\x7e\x59\xa6\ -\xb9\x93\x6c\x46\xd0\x34\xb3\x76\xff\xb1\x4d\xff\xf5\xce\xd5\x89\ -\x10\x11\xc2\x82\x8f\x32\x83\xac\xf1\x03\xcf\xfc\xb2\xa9\x97\xd8\ -\xf9\xec\x83\x08\x2a\xef\x27\xeb\x28\x06\x9a\xba\x5e\xb9\xc6\x48\ -\x18\xc8\x4f\x64\xb5\xb9\x98\x16\xd6\xda\x60\x60\xcd\x09\xc5\x90\ -\x8d\x40\x73\x4e\x56\x90\xf3\x93\xd2\x0b\x90\xa8\x65\xbc\xc6\x5a\ -\xf0\xd8\xfd\x68\xfb\xb3\x30\x0a\x08\x11\x9e\xb5\x62\x7d\xe2\x25\ -\x96\x66\xc9\x27\xee\x19\x47\x52\xb4\x81\xd4\x3c\x48\xb6\x08\x1e\ -\x2d\x9f\xca\x04\x1c\x5c\x2f\xe9\xf5\x71\x5a\xf7\xb3\xef\x1f\x22\ -\xcd\x81\xf3\xfe\xc2\xd6\x2f\x99\xcc\x40\xeb\xef\x27\xf7\x88\x65\ -\x50\x22\x2a\xa0\x4a\xe0\x75\xa9\xb1\x63\x64\x15\xda\xa4\x3e\xaf\ -\xc5\x16\x13\x44\x14\x67\x12\x82\xa4\xc6\x2a\x1d\x2f\xf0\x6e\x13\ -\x0b\xb8\x59\x22\x2a\x7a\xe1\x88\xa0\x70\x4f\xa1\x47\xb1\xae\x6f\ -\x60\x16\xdb\xc5\xcd\x2f\x42\xde\x7c\xbc\xcf\x9b\xf0\x10\x29\xdc\ -\xcb\x72\x8c\x88\x91\xef\x33\x7c\xa2\x35\xc6\x46\x09\x31\xcd\x87\ -\x3d\x2b\xbd\x84\xbb\x58\x32\xb9\x9f\x69\xb7\x28\x78\x11\xe1\x63\ -\x17\xc5\xea\x14\x0b\x02\xe5\xd1\x8d\x3e\x4d\x97\xa1\xef\x7d\x35\ -\x44\x4a\x02\x29\x4b\xdd\x55\x71\x51\x11\x81\x49\x9a\x63\xa3\xf6\ -\xa3\x10\xa6\x13\x37\x47\x97\xdb\x5f\x63\x98\xab\x9d\x53\x34\x68\ -\x7b\x7f\x38\xec\xb3\xdc\xec\x23\x3b\x45\x63\xa7\x6d\x2d\x5e\x00\ -\x53\x33\xce\xd6\x5a\x87\x65\x2a\x11\xc1\x0f\xfe\xa7\x8c\xdc\xe9\ -\x50\xe6\xf4\x0b\xb7\xd2\xdb\x6e\x7c\x70\x4c\x6b\x6a\xc9\x82\x2b\ -\x3e\x23\x74\x74\x56\x11\x49\x8c\x22\x57\x65\x6d\x1c\x13\xd0\x0c\ -\x3e\xa4\x53\x5b\x02\x91\x06\x6d\xf4\x53\x78\xa1\xa9\x51\x8a\x41\ -\x2f\xef\x22\xd6\xff\x96\xa7\x93\xcf\x68\x34\xa1\xe9\x55\x07\x22\ -\x9b\x25\x39\xf4\x1c\x93\x74\x8b\x14\x58\xa0\x29\xe9\x29\x3a\xa7\ -\xf2\xdc\xa9\x68\xf1\xd0\x72\x64\x0a\x52\x6c\x88\x97\xd3\x0c\x94\ -\x46\x37\x9a\xa5\xaa\xdd\xe3\x80\xe4\xef\x77\x73\xd8\xa3\x02\x93\ -\x08\x05\x05\xc7\x73\xc0\x3c\x0c\x5b\x33\xd5\x52\xd8\xd9\x11\xf6\ -\x51\xec\xe4\x8b\x35\x72\x98\x22\xc0\xa1\x51\x93\xc8\xb1\xa3\x46\ -\x2d\xf2\x03\xf6\x2d\x9d\xde\x8b\xad\x5c\x39\xea\xf2\xe9\xb4\x0a\ -\xde\x74\x35\x8d\x3e\xc4\x12\xcf\xaf\x6a\x45\x2a\xdf\x25\xc2\x49\ -\x9b\x85\x7a\xa2\xf0\x24\x94\xce\x50\x1e\x7c\x6c\x6e\x9f\x2a\x7a\ -\x37\xcd\xd8\x46\x17\xac\xa8\x7a\xb8\x23\xc1\xdd\x5b\x01\x83\x89\ -\x20\xd1\xc0\xf2\xe6\x70\x75\xe8\xa2\x62\x62\x10\x3d\xe9\x55\x9f\ -\xe4\xeb\x7b\xb5\x49\x0f\xc4\xd4\x6f\xa7\x70\x54\xe1\xb8\x16\xb1\ -\x77\x5a\xac\x8b\x55\xdc\x06\xfb\x46\xb3\xdc\x9f\x47\x46\x48\xe8\ -\xfb\x5e\x5f\x26\xc5\x3b\x4d\x17\xf1\xd4\xb8\x7d\x9b\x1e\x55\x6a\ -\xa4\xde\x47\x10\xb6\xd9\x12\x55\xa4\x82\x60\x37\x9a\xe8\xd9\xe0\ -\x7d\xff\xf3\x6e\xa6\x1a\x77\x6d\x98\x7c\x9d\xfc\x1e\x39\x7a\xdb\ -\xf9\x74\x7b\xb6\x15\xf1\xde\x87\x42\x03\xe9\xfe\xe7\x6f\x41\xf7\ -\x6f\x26\x1d\x44\x37\x6d\xd5\x6a\xd3\xd9\x66\x74\x00\x17\x6a\xea\ -\x16\xe1\xd0\xd0\x6f\xcb\xaf\xc1\x00\x45\xb5\x38\x47\xd7\xb0\xa0\ -\x6c\xda\x94\x37\x05\xe9\x9d\xe6\x1b\xe7\x87\x54\x53\x09\x07\x91\ -\x09\x7e\x46\x75\x3f\x4e\x4d\x89\x02\x5a\xd5\x4d\xae\xbb\x9a\xc6\ -\xf7\x43\x67\x4e\xe0\x55\xe7\xb2\xd3\x52\x15\x10\x4d\x6d\xa4\xda\ -\x78\x73\x0f\x91\xb6\xa6\xb7\xdf\x7a\x46\x99\xde\xa8\xd7\x3f\xf3\ -\x3f\x56\xb8\x70\x30\x78\x3c\x32\x66\x58\x13\x00\xbb\xd4\xc1\x72\ -\x86\xf8\xa0\xd5\x8e\x42\x1d\xd3\xef\x3b\xc7\x4c\xa3\x88\x62\xb1\ -\x0f\xd6\x40\xcf\x39\xb7\xac\xbd\x94\x24\xb0\x99\x8f\xf9\x44\x89\ -\x4a\xf4\x45\xae\x05\xab\x31\x3c\xfb\xa9\x44\xd8\xe0\x1c\x40\x0f\ -\x65\xa0\x35\x91\xc5\x45\x98\xf6\x6a\x31\xe0\x24\x33\xe0\xca\xf7\ -\xcb\x36\xa1\x46\x44\xa0\x39\x14\xa4\x00\x03\xaf\x40\xae\x67\x94\ -\x6a\xed\xd9\xee\x4f\x03\x48\x25\xef\x7f\x2d\xf8\x01\xaa\x59\x8c\ -\xd3\x77\x05\x3d\xcc\x96\x7a\xfe\x1c\x16\x4b\xfb\xe2\xb6\x79\xd7\ -\x63\xdf\x35\xa5\x95\x71\xb6\x9f\x51\x88\x04\x24\x23\x0c\x17\x7c\ -\x3a\xa5\xb5\x22\x86\x33\xb7\xeb\x07\x73\x2a\xec\x2e\xa8\x36\xed\ -\x24\x2c\x7a\x7d\x6a\xcd\x7b\x37\x9f\x3a\xcf\xc8\x1d\x74\xd3\x3f\ -\x9b\xed\xcf\xe0\xf8\x73\x51\xba\xf6\xd5\x01\xae\xe1\xeb\xd3\xeb\ -\x06\x8b\x90\x58\x25\x67\x36\xde\x7b\xb1\x94\xf7\x5e\x82\x68\xda\ -\xda\x1c\x25\x8e\x89\x62\x52\x9f\xeb\x62\x95\xbc\xaa\xf4\x2f\x18\ -\xe6\xb2\xb8\x8a\x89\x98\x00\xc0\x0c\x87\x79\x5e\x86\xe0\xe0\x91\ -\x33\x81\x2d\x18\xae\x6a\x59\xe4\xc5\x59\x24\x43\x70\x31\xdb\xd5\ -\x66\x01\x19\xe3\x59\x2b\x1c\x6f\x24\x05\x21\x84\x89\x04\x62\x8b\ -\x93\x3d\x73\x86\x53\x24\x49\x0c\xa6\xa3\x48\x0a\x03\x3a\xba\x86\ -\x66\x4f\x39\xde\x0a\x5a\xc5\xcc\x95\x26\x65\x1a\x84\x28\x0e\x3e\ -\x71\x58\xb9\x73\x5f\x3a\xfc\xa5\x83\xdf\x70\xf7\x22\x1b\xf5\x3a\ -\x47\xdc\xf3\x8a\xaa\xef\xfd\x4e\x57\xa0\x91\xdf\x9d\xbc\x38\x61\ -\x9b\x20\x04\x45\x0d\xdb\x58\x37\xb8\xc0\x91\x13\x80\x49\xc7\x2b\ -\xc1\xa8\xa1\x03\x23\x6c\x87\x86\x2f\x78\x01\x1f\xaf\xd3\x55\x2b\ -\x10\x8d\xd6\xa3\x3a\x37\x45\xd1\x66\xa2\x9c\xa4\xd3\x42\xbd\x78\ -\xd4\x9d\xad\x0a\xbd\xeb\x1e\xca\xef\x2d\xaf\x45\x45\x04\xb4\xda\ -\x25\xe9\x8d\xd4\xac\x85\x03\x14\xfb\x5a\xa7\x93\x2e\x17\x39\x3f\ -\x50\xb0\x18\x88\x5c\x2b\xfc\x4e\x15\x0a\xba\x88\xe5\xa1\x79\x7e\ -\x01\xd8\x28\xbe\x35\x44\x30\x9a\x78\x5d\x37\xa6\xbc\x8a\x6c\xa1\ -\x52\x28\xb0\x27\xce\xab\xd0\x15\x95\xa2\x08\xa7\xdd\xb9\x84\x41\ -\x43\x3a\x42\x31\x08\x2c\xf1\xf5\x66\x82\x6c\xb7\x4d\x8d\x5c\xb0\ -\xdc\xb7\x84\x08\xe3\x67\x44\x1c\xc2\x6e\xdc\x42\x44\x11\x20\xa9\ -\x89\xed\x12\x9a\x81\x61\xa8\xe0\x28\xee\x47\xd7\x80\x6c\x2f\xb2\ -\x83\xce\xd0\xad\x98\xe7\x7e\xd8\xdb\xe8\x3e\x27\xb7\xd5\xfc\xe5\ -\xdb\x04\xa2\xe8\x55\x08\x02\x15\x25\x14\x9d\x84\x6e\x3a\x1e\x29\ -\x9c\x7c\x10\x4a\x0b\x68\xbb\x58\x6f\x16\xfe\xfb\x45\x89\x08\xb1\ -\x8f\x69\x6b\xbc\x55\xb6\xe2\x4d\x55\xb1\x3a\xaf\xdf\x81\x10\x50\ -\x7c\xcd\xcc\x66\xb2\xe2\x7a\xbb\xe1\xd3\x86\x14\x24\x2a\x62\xbb\ -\x35\x56\x52\x74\x45\x75\x1f\xd7\x4b\x1a\x2f\x6b\x1d\xb7\xa6\x31\ -\xe8\x92\x6e\xad\x5c\x8d\x3b\x04\xbe\xea\x95\xe2\xdd\xe3\x45\xcb\ -\xd1\x34\x29\xe7\x85\xe9\xc5\x1e\xe0\xf6\x8e\xe1\xef\x86\x06\x39\ -\xe9\xa0\x66\xd1\xbc\xd3\x4a\xde\x34\x50\xde\xe0\xf1\x46\xdd\x6d\ -\xae\xb4\x40\x09\xe2\x54\xfa\xbb\xed\x23\x36\x8d\xd2\xb2\x90\x4a\ -\x2c\xc5\x52\xa7\x9c\xdc\x2d\xb5\xe1\xa5\x71\x25\x9c\xaf\x16\xdb\ -\x4a\xab\x7c\xfe\xae\xb1\xb9\x51\x7e\xfc\xcf\x93\x4e\x21\xad\x74\ -\x2b\x9f\x3e\xee\xba\x98\xbe\x87\xe9\x14\x7b\x53\xea\xf7\x40\xbe\ -\x53\x1a\xdf\xf4\x47\xcc\x6b\xfb\xb9\xf0\xa2\x81\x1b\x46\x01\x95\ -\xa2\x61\xd9\x61\xa8\xd4\x5f\x07\xc2\x4c\x35\x14\xf5\xcc\xd2\xf3\ -\x33\x77\x49\x9e\x17\xb8\x53\xfb\x84\x52\xa3\x02\xbb\x63\xeb\x68\ -\xa0\xc1\xab\xee\x4d\xea\x5a\xda\xd6\x05\xf6\x98\x84\xf6\x0c\x6d\ -\x3f\xba\x33\x71\x65\x72\xaa\x65\xb9\x7e\x16\x8a\x18\x89\x8c\xc2\ -\x01\xcc\x18\x92\x7c\xed\xd4\xcc\x64\x62\xfd\x8f\x1f\x90\xc5\x45\ -\xf3\x52\x74\x5e\x51\xd3\xec\xf7\x9a\x94\x06\x97\x9a\x81\x4e\x3b\ -\x53\xb1\x66\x00\xb2\xfd\xf7\xd1\xc2\xd4\xff\x21\x88\xb3\xfb\xc8\ -\x0d\x15\x81\x11\xce\xcc\x18\xc1\x1f\xcd\x22\x22\xd6\xdb\x02\x31\ -\x5a\x9c\x43\xfc\x44\x04\x93\x7e\x1a\x00\x26\x01\x22\x11\xf8\x2a\ -\x68\xda\x3d\xfb\xb1\x8f\x30\x4c\x9c\x30\xe8\x3f\x76\xbf\xd6\x58\ -\x0c\x93\xaf\xc8\x32\x47\xe8\x3e\x69\x96\xaa\xe7\x2b\x67\xc9\xee\ -\x3a\xb7\x37\xf5\x88\xa8\x8c\x8e\x46\x63\x1b\x36\xf5\x86\x83\x52\ -\x5e\xf5\xf5\x80\xf8\x02\x10\xdd\xc3\xc5\xd9\x35\x85\x35\xdc\x38\ -\xb4\x46\xfd\x1d\x44\xf3\x0a\xbb\x23\x9f\x36\x36\x2c\x49\xd3\x8e\ -\x7f\x91\x6e\xf7\x6b\xd7\x42\x0e\x93\x69\x80\x40\x34\x42\x82\x7b\ -\xe4\xcb\x0b\xf0\xe4\x7b\x67\xd3\x40\x77\x97\x5e\x84\x1f\xfa\x47\ -\x0d\xcb\x82\x2a\x39\x03\x1c\x71\xfe\x98\x98\x41\x1b\xe2\x54\x96\ -\x04\x3c\xe0\x46\x79\x7b\x7e\x95\x4e\xd3\xf3\x3d\x68\x7f\xe2\x8d\ -\x95\xc4\x64\x6f\x1e\x68\x3b\xf4\x83\xa8\x72\xb8\xb3\x21\xc9\xa9\ -\x1c\x15\x44\x9b\xdc\x9d\xc6\x6d\x41\xb7\x62\x5a\xe9\x15\x7a\x41\ -\xba\xbb\x57\xe8\x61\x3c\x47\x01\xbb\x6d\x6f\xcc\x79\x81\xc2\x82\ -\x99\x35\xf5\x2a\x0f\x2c\x76\xa4\x45\x73\x63\xa4\x09\x27\x0b\xfa\ -\x40\xb4\xe9\x1f\x1e\xa3\xe1\xd8\x76\xbd\x5c\xe4\xb8\x30\x2e\xd1\ -\x5d\x8c\x88\x95\xe2\xc8\xb2\x71\xce\xed\x32\x43\xca\x89\x49\xb5\ -\x5e\xc7\xbb\xdd\x75\x3d\xf8\xdd\x24\x81\xf1\x84\xa9\x9d\x9e\xe2\ -\xac\x11\x2f\xb2\x18\x32\x8d\x9c\x01\x60\xb2\x80\x10\x47\xe3\xf2\ -\x96\xa7\xf1\x86\x7a\x56\x54\x5a\x1b\x46\xb1\xc3\x82\x0e\x34\x6d\ -\x6f\xac\x3c\x04\x39\x79\xba\xb7\x30\x45\xcf\xe2\xf1\xf7\xe4\xff\ -\xdc\x0b\x21\x89\x51\x3a\xe6\xa6\x85\x01\x28\x4f\x22\x9a\x28\x61\ -\x54\x90\x2e\x81\xb4\x21\x88\x29\xc8\xc6\xa5\xf4\xb7\xaa\x99\xc9\ -\x4d\x3c\x00\xe4\x89\xe4\xee\x36\x5d\x32\xa7\x2d\x4f\x6b\xff\x26\ -\x3e\xaf\x97\x2f\xbe\x24\xa3\x33\x3f\x56\x04\x97\xe0\x52\x8b\x25\ -\xf0\x67\xc3\x70\x09\x86\x85\x1e\xf4\x57\x79\xf2\x54\xbe\x0b\x9b\ -\x0e\xe9\x26\xc4\xae\xd3\xa3\xbd\xd8\xdc\x39\xd1\xba\xff\x20\x78\ -\xcd\xa8\x21\x20\x86\xee\x14\xa4\xd7\xe9\x0a\x37\x6a\x90\x1b\xc9\ -\x80\x6c\x95\x7c\x4d\x64\xe7\x93\x43\x1f\xb9\x24\xdc\x28\x45\x3e\ -\xca\x47\x3f\xa4\x3d\x0f\x27\x40\x21\xb6\xc6\xca\x0e\x54\x12\x10\ -\x7e\x02\x81\x8e\x5c\x3c\xa1\x30\xa6\xe9\x54\x4e\x6c\x97\x4a\x43\ -\xe0\x10\xae\x48\xf3\x6d\x8d\x1f\x05\xd5\x61\x6c\x33\x7b\xa3\x50\ -\x0c\x72\x5c\xf3\x90\xd4\x31\x9b\x48\x31\x87\x63\x69\xcd\x2a\x72\ -\x97\xb0\x9c\xc6\xbf\xeb\x52\x7a\xa4\xc3\x79\x66\x3b\xcd\xaf\x67\ -\xb1\xdc\x69\x77\xbb\x4b\x5f\xcf\x8e\xc1\xcb\x59\x61\x97\x1b\x6e\ -\x13\x9f\xc6\x61\xa7\x98\x36\x55\x3b\x6d\x01\x38\xb4\x14\xdf\xce\ -\xb2\xf7\x18\x01\x6c\xe7\xfd\xdf\x1a\x46\xf9\xea\x06\x78\x8b\x5f\ -\xb8\x6b\x42\xce\x49\x91\x7c\xc9\x30\x1a\xef\xdf\x8f\xf9\x78\xbf\ -\xb7\xe7\xbf\x9b\x3b\xd4\xc6\x44\xbe\x68\x97\x6e\x46\x2d\x21\x98\ -\x2f\xd4\xc0\x3d\xbc\xb9\xda\x84\xdf\xcc\x3e\xbc\xb9\x62\xe9\x59\ -\x87\x87\x5b\xde\x17\x37\xc4\x0a\x7a\xbd\xbd\xe3\x9e\x43\x53\xa2\ -\x13\xe0\xb1\xb3\xd3\xcf\xbf\x07\x1e\x78\xe0\xc7\x81\x1f\xc1\x8b\ -\x4e\x2d\x29\x6c\x91\x75\xc7\xdc\x34\xda\x27\x0d\x76\x16\x1a\x75\ -\x2f\x0c\xa9\x50\xa3\x6a\xc8\x69\x7b\x87\x91\x3b\x57\x26\x5e\x43\ -\x25\x1b\x82\xa0\xc0\xb2\x35\x4c\x02\x46\xb1\x15\x34\xd4\xfd\xd9\ -\xa6\xec\xd4\x5c\x8f\x11\x0b\x7d\xdb\x81\x27\xd8\x1c\xa0\xeb\xdf\ -\x5f\xe9\xb6\xef\x20\x8c\xb3\x85\x28\x26\x0e\xbb\x2d\x79\xd2\xb2\ -\x0e\x2d\xaa\x4d\x1b\x52\x1b\x9f\x1a\xeb\xa4\xb0\x8e\x00\xfd\x30\ -\xcc\x70\xb0\x4d\x59\x34\x82\xa4\x4c\x9b\x09\xe3\x98\xa7\x06\x98\ -\x5b\xbd\x43\xa8\x93\xbc\x0b\x58\x10\x35\x28\x32\x08\x0b\xf0\x5a\ -\x1a\xd7\x62\xa0\x5d\x8b\xec\xf8\xa2\x2b\x4e\xdd\xd2\x02\x71\xb7\ -\x63\x92\x66\xc9\xef\xa0\x81\xbe\x9f\x9d\x4d\xf3\x45\x6f\xb6\x4f\ -\x78\xa1\xdf\x01\xdc\x9c\x3e\xe5\x64\xf3\xb8\x69\x87\x99\x82\x11\ -\xd2\xeb\xfd\xc6\x5b\x93\x18\xec\x22\x93\xac\x0d\x2c\xba\x72\xd7\ -\xff\x16\x8b\x7f\x92\xa9\xb1\x43\x64\x74\x65\x15\xbd\xdb\xba\x3c\ -\x03\x8b\x13\x30\x39\xcf\x83\xda\x98\x57\xf3\xa8\x7e\x26\x49\x58\ -\xbe\xe3\xa0\x18\xee\xb8\x51\x86\x80\x6c\x67\x37\xb7\x29\x65\x7d\ -\xc6\x6a\x97\x4f\x80\xcb\xe8\xbc\xa6\xf1\x42\x21\x98\x58\x02\x49\ -\x89\x10\x98\xca\xc3\x46\xe3\x9e\x36\x51\x5e\xa1\xeb\x95\xb4\xf9\ -\x5d\xa0\xe6\x79\x01\xde\x74\xb8\x70\x91\x4a\x82\xbb\x9a\x28\x70\ -\x81\xd1\xfc\x67\x58\x2a\x3c\x2f\x63\x33\xa3\x0a\xfd\x71\xa4\x36\ -\xd2\x37\x8b\x8f\xf5\xc0\x75\x4d\xdc\x8a\x84\x4a\x45\x38\xfd\xe7\ -\xdd\x76\x54\xb3\x73\x9c\x46\x27\x35\x11\xdc\x05\x8a\xf0\xe2\x2c\ -\xe5\x07\x98\xa1\x64\xce\xbd\x0f\x7f\xfb\xd0\x63\xbc\xa5\x88\xbc\ -\x23\xf5\xe9\x36\x83\x2d\x00\xb2\x53\x09\x4a\xa2\xbc\x1f\xd6\xc5\ -\x11\x25\x0e\x1d\x19\xad\xa8\xce\x43\xce\xdf\x49\x9f\xd2\xba\x83\ -\x8d\xac\x05\x38\x67\x9b\xee\xf8\x7f\xcf\x70\xdc\xfb\xc5\xae\x1c\ -\xe2\xef\x17\x37\x16\x97\x32\x30\xae\x3a\xa7\xfb\x40\xd2\xe4\x30\ -\x39\xe0\x64\x5a\x29\xb7\x85\xd5\x89\xcb\xa3\x97\xb2\x39\x4f\x06\ -\xfd\xa2\x58\xec\x72\x75\xbf\x73\x1d\x05\x52\x6b\xe6\xdb\x67\x84\ -\x01\x83\xc4\xa6\x31\x79\x21\xea\xe1\x93\x53\xd9\x5b\x51\x55\x8b\ -\xb5\x1e\xee\x4a\x71\x91\xa3\x0c\xa0\x39\x36\x23\x12\xec\xd3\x72\ -\x32\xf3\x0c\xde\x62\x00\x3c\xcf\x89\xe0\x42\x0d\xe8\x56\xe0\x3e\ -\x1d\xa9\x85\x63\x1e\x46\x9f\xcc\x61\xa9\xff\x71\xca\x5f\xe4\x8b\ -\xd4\xcb\x95\xdb\x24\x36\xf5\x98\x70\x98\x69\xdc\xa6\x0f\x7d\x2f\ -\x72\x43\xc1\xf6\x03\x73\xa7\xc4\xca\x76\x31\x8f\x39\x63\x82\xab\ -\xef\x68\x6c\x97\xd9\x4f\x41\xae\xb3\xd8\x4a\xab\x7e\x4e\x1a\x2a\ -\x51\x73\x55\xdb\x0b\xe1\xa3\xc9\x3b\xf2\x69\xe0\x28\xf6\xf4\x2c\ -\xe5\xb0\xf8\x8f\x82\xcc\xbe\x89\xd3\x32\x65\x17\xf8\xb7\xa2\x8e\ -\x03\x4c\xe8\x48\xe7\xfb\x94\x86\x90\x5e\x03\x99\x01\xef\xc5\x77\ -\x75\x4d\xba\x85\x46\xcb\x36\x9d\x79\x33\x39\xf9\x66\x8a\x20\x8d\ -\x9d\x90\x0d\x52\xfb\xae\x22\xa5\x69\x3a\x9d\x0b\xbf\x9d\x27\x37\ -\xaa\xcc\x5b\xf8\xee\x75\xb2\xf6\x97\x86\xec\x96\xd3\xf4\xf6\xbd\ -\xab\xbb\xae\xc8\xf7\xc9\xc6\xed\x0e\xe8\x79\x38\x37\x07\xd5\xd5\ -\xc1\xba\x0b\x7d\x3c\xcf\x80\xbf\x7b\x56\x5c\x9d\x02\x8d\xfd\x91\ -\x22\xef\xd4\x2b\x22\x56\x70\xe4\xa4\x21\xde\xd7\x16\x44\xf6\x59\ -\xb3\x28\x86\xda\x57\xcb\x31\xa7\x7e\x9b\x7c\x75\xa3\x22\xbe\x3a\ -\x4c\x7e\x9b\x4c\xef\xff\xfe\xd1\x1c\xbd\x98\x9a\x1c\x54\x65\x00\ -\xe0\xc5\x5f\xff\x6c\xb1\x49\x0f\xb9\x1e\x7b\x2f\x04\x71\x9f\xf8\ -\xf4\xe9\x4f\xa4\xa8\x24\x93\x16\xa4\xe4\x67\xba\xc6\x44\xf8\xd9\ -\x26\x10\x78\xa5\xa9\xba\x55\x78\x95\xf5\x3b\xa8\x03\x90\xd3\x39\ -\x41\x04\x58\xdd\xf0\x85\x0b\x95\xfe\x1b\x70\xf8\x43\xca\x68\x61\ -\xa7\xd2\x72\x66\x87\x79\xf9\xee\xec\x0d\x40\xd7\xb9\xd3\x91\x17\ -\x15\x6b\x81\xcb\x5a\x17\x65\x0d\xd4\xfd\x43\xa4\xa1\xb6\x62\xe0\ -\x3b\x9b\x64\x44\x48\xbf\x43\xec\x37\xa3\x4b\xcb\x16\xf8\x3c\x69\ -\x98\xfe\x57\x35\x68\x79\xe6\xaf\x34\xfe\x0a\x46\x12\xc7\xe4\x65\ -\x85\xfe\x89\x42\x7f\xef\x84\xf0\x9b\x5b\x65\x65\x22\x39\x00\x1d\ -\xcd\x6e\x61\x67\x84\xae\xd6\xf7\x05\x25\x33\x45\x1b\x77\x6a\xd2\ -\x96\x3a\x1d\x6a\x6e\xac\x2c\x49\x4f\x37\x93\xaa\xbf\xc5\xdc\x38\ -\xfd\xed\x2d\xd8\x3a\x1b\x36\xda\xce\x2c\x0b\xe8\x31\xc6\x58\x05\ -\x53\xa0\xee\x67\x42\x73\x9c\xe4\xd4\xad\x05\x80\x9a\x6e\xcd\x52\ -\xe8\xb4\xc7\xb4\xd7\x72\xa5\xd6\x5a\xc5\x1b\x00\x33\xd8\xbe\xd4\ -\x69\x6d\x0a\xee\x60\x84\x94\x9f\xeb\x80\xcf\x36\x98\xf9\xca\x16\ -\x28\x13\xf1\xc8\x3f\x13\x73\x05\xec\x0f\x73\xcb\x80\x90\x15\x67\ -\xa7\x0a\x3a\x13\xcd\xd0\x17\x5b\x0f\xfa\x72\x51\xf8\x74\x43\x3a\ -\xe2\xb6\x84\x63\x3c\x9e\xd9\x0f\x1c\x5d\x79\x8c\x5a\x8c\xd8\xa5\ -\x88\xa9\x8f\x16\xa5\xf0\x1c\x3b\xc2\xe3\x88\x01\x5b\xa1\x44\x26\ -\x2e\xbc\xd9\xdd\x66\x51\xa9\xf7\x12\x51\x7e\xf6\x28\xc4\x07\x45\ -\x91\xe6\x4d\xa3\x10\x9a\x3b\x59\x79\xba\x4b\x8a\x13\xa0\xa2\xcb\ -\x2a\x94\xe3\x42\x7f\x4c\xed\x5a\xeb\x86\xf1\xee\xaa\x96\xd4\x1f\ -\x82\x05\x9c\xcd\x43\x5d\xe0\xdc\x6d\xdd\x1d\x4d\x46\x81\x08\xc5\ -\x8d\x7e\xdb\x9d\xf5\x84\x8c\x4b\x4a\xd0\x4e\x6b\xe9\xce\x3d\x5c\ -\x9a\x6d\x6f\xce\x08\x33\x68\x19\xca\x65\x1f\x4e\x6a\xe5\x92\xf1\ -\x34\x6c\x45\xc4\xf0\xa2\x77\x78\x0f\xa8\xad\x5a\xa0\x98\x8e\xb6\ -\x0b\x67\xa4\x9d\xa9\x8d\x82\xbd\x79\xf0\xd1\x6d\x38\xc9\x49\x06\ -\xb1\x42\x64\x0a\x6d\xee\x4d\x5f\x0a\x0b\x81\x65\xa2\xed\xfe\x39\ -\xd5\xcd\x0f\x0b\xe5\xf4\xb4\x01\x3e\x33\x71\xb8\xf0\xc7\x29\x7e\ -\xfe\x6a\x85\xc3\x38\x38\xb1\xb7\x0c\x0f\x61\x85\x2a\xd1\x27\xc4\ -\xcc\x71\x08\x7a\x36\x1c\x34\x97\xaa\xdd\xdd\x53\x02\xb9\x61\x51\ -\xc3\x00\x0a\x63\x8f\xaa\x81\x61\xcd\x2a\xe3\x05\xc2\x1c\x46\x0f\ -\x47\x53\x45\xc3\x86\xe0\x7c\xfd\xec\xb2\xa1\xa4\xfd\x22\xa4\x4e\ -\x31\xa1\x8e\x16\x57\x77\x2b\x9f\x5c\xb3\x21\x5f\x62\x99\x5c\x7a\ -\x28\xd3\x61\x52\xe0\xbf\xc7\x29\x71\xe0\x54\xc0\x97\x62\x29\x9b\ -\x50\x68\xa8\xf3\xfe\x5d\x38\x8a\xc1\x9d\xfa\x36\x2e\x45\xbc\x44\ -\x23\x2d\xb2\x65\xfa\x14\x9a\x2e\x5c\x68\x54\x5a\xac\xad\x00\x7f\ -\x60\xd3\xde\x01\x61\xda\xdd\x16\x4d\xb8\xb0\x06\xa7\x7b\x0c\x10\ -\x6d\x85\xbe\x80\x5c\x9d\xda\x5c\xd7\x00\xfc\xfe\x1e\xc3\xed\x69\ -\x73\x5c\x7a\x9b\x64\x65\x50\xe7\xca\x50\xd3\x36\xc1\xbc\xe4\xda\ -\x1c\x93\x97\xfc\xb5\x05\xe9\x98\xe6\x59\x2d\xb7\x46\xe5\x7f\x2a\ -\xaa\x8b\x86\xac\x3d\x83\x2f\x4d\xd5\x31\x91\x1b\x74\xb8\xdc\xed\ -\xec\x8e\xaf\xda\x2a\x90\xaf\xba\x89\xdb\x77\xba\xda\xcf\x3b\xf8\ -\x86\x09\xb8\xed\x53\xec\xbf\x35\x55\x7d\x5a\xb9\x4d\xd2\x5a\xa3\ -\x7b\x6a\xc6\x6e\x8d\x6c\x16\xf6\x7c\x5d\x4b\xbd\xb1\xe2\xde\x6e\ -\x6f\x9a\x8a\x57\x5d\x1c\xe2\xf5\xfe\x0c\x2a\x9e\xdf\x55\x92\x67\ -\x7a\xdf\x63\x1b\xe0\x83\x78\xcd\x98\x7a\xcb\x4b\xf3\x33\x42\x35\ -\xd2\xd2\x68\x6a\x4e\xed\x72\x36\x4b\x80\x1a\x54\xb3\xc0\x56\x71\ -\xf3\xbc\x4d\x2a\xfb\xda\xf0\xc9\x23\xba\xf3\xf2\xae\x7b\x83\xdd\ -\xc9\x13\xb7\xe9\xde\xea\x11\x21\x5b\xee\xd6\x0e\x94\xde\x2c\xf5\ -\xff\xfa\x4e\xbe\x14\xa2\xde\xac\xe8\x3e\x7b\xac\xb9\x83\xc3\xcd\ -\x2f\xe9\xf2\xa6\xfb\xd9\xd8\x2e\x27\xf0\xc1\xa5\x18\xee\x13\x67\ -\xa5\xed\x19\x3b\x69\x73\x81\x06\x31\xf6\x94\x53\xbc\xcc\xfc\xc8\ -\x83\x61\x13\x48\x7e\xf2\x3d\x1b\x8b\x8a\x3a\xfe\x99\x61\xbe\x6e\ -\x77\xce\xc5\xae\xdb\xcd\x4d\xaa\x26\x28\xde\x01\x5d\x69\xa5\xed\ -\x59\x20\x29\x78\x5c\x9b\x6e\xc1\xbf\xee\x69\x2c\xec\x8a\x66\x6d\ -\x0e\x6c\x5a\xb2\x11\xee\xbb\xfa\xbd\x56\xea\xa9\xe0\x0e\x44\xa5\ -\xe6\x19\xdc\x35\xa2\x9c\xe7\x58\x30\xf0\x32\xc9\xbd\x4c\xce\xb5\ -\x89\x61\xeb\x96\xd1\x6a\x4b\xa5\xe4\x2e\x03\xe2\x18\xe8\xae\x2d\ -\x7e\x01\xcc\xc6\x76\xfe\x2c\xa3\x73\x9f\x77\xd5\x08\xaa\xb7\x6c\ -\x1d\xa9\x98\xfb\x66\xb1\x8d\x68\x5a\x2b\xd9\x72\x68\x05\x21\x59\ -\x59\xf6\xf7\xb9\x23\x34\x80\xd5\xb9\x83\x55\x4c\x26\x95\xda\x44\ -\xc9\xb1\xf6\x39\x51\xcd\x4f\x02\x0b\x1a\x25\xb2\x71\x35\xe7\x22\ -\x02\x6c\x05\x7c\x4c\x2a\x6a\x00\xa1\xa0\x8d\x2a\x83\x29\x5b\xf4\ -\x5d\x58\x4f\xc8\xa3\x2c\xdf\x2f\x06\x12\x0f\x53\xd2\x9f\xb5\xcc\ -\xc4\xa1\xd2\xa4\xc6\x4b\xb0\xa4\x7f\x67\x1e\x76\xb0\x70\x2e\x50\ -\x5f\x3a\x2e\xfe\xf7\x87\xed\x8e\x50\xf9\x1c\xc5\x9a\x41\xba\xe7\ -\x37\x49\xe7\xbb\x7b\x3d\x7c\xbb\xa8\x63\x42\x51\x9e\x77\xcb\x01\ -\x2a\x8d\x15\x00\x02\x2c\xcd\xc2\x21\xd2\x05\x82\x6e\x9d\xd2\x38\ -\xca\x96\xf2\x50\xd1\x52\x84\x62\xff\x6c\xcf\x60\xe9\xc4\x67\x50\ -\xfe\xce\x49\x04\xcf\x92\xe6\x30\x96\xcf\x4e\x71\x08\xb1\x1c\x05\ -\xa9\xce\x70\x16\xc6\x19\x36\xb8\xb6\x79\x9c\xd2\xd9\x34\x7c\x05\ -\xc9\x8b\x75\x27\x66\xad\x1a\x07\xd6\x50\x27\xa1\x65\x45\x71\x2b\ -\x18\xcd\xdd\x09\x08\xc8\xdc\x1b\x7d\x42\x22\x9b\x75\x73\x2d\xf4\ -\xe3\x52\xf6\x9c\x08\xd7\xd5\x1d\x05\x9b\x00\x2e\x84\x61\x6c\xe1\ -\x08\xaf\x36\xc4\x4a\x2f\x4c\x77\xa3\x9a\x61\xd9\x5d\x0b\x09\xa5\ -\x21\x50\x4f\x29\x6b\x41\xbf\x8e\xea\x25\x87\x59\x6b\x7f\xf2\xca\ -\xb5\x4d\x37\xc8\x9d\xab\x3c\x5d\xfe\xa0\x11\xf5\x29\x9b\x53\x09\ -\x91\xee\xe1\xa2\x02\xdc\x33\xac\x36\xe7\x37\x2a\x74\x8f\x2a\xe0\ -\xf6\x1f\xb7\xae\x9c\xf2\xf5\x7e\x29\x93\xad\x79\x96\xa3\x61\x61\ -\xfb\x2e\xa3\x18\xa5\x10\x62\xb3\xd8\xff\xf6\x17\x95\x50\xe9\x76\ -\xe0\x0b\x1d\xd6\xf1\x6f\xa6\x0c\x2e\xef\x14\x34\x07\x29\x22\x18\ -\x30\x0e\x03\x8c\xa0\x07\x37\x7b\xda\xa7\x35\xdc\x89\x50\x76\x63\ -\x14\x81\x15\x09\xf6\x3e\xe9\xf1\xc3\xbd\x71\xdc\x31\xd4\xaf\xed\ -\x58\x14\x84\x63\xca\xbe\x5f\xb6\xe4\x17\x3c\xc2\x85\xa3\x9e\x39\ -\x60\x58\x26\xd4\xbb\xc3\xdf\xdf\x72\xbc\x6e\xb9\x45\x12\xc1\xe3\ -\xe3\xa0\x47\x45\xf1\xd7\x42\xe8\x77\x9a\x71\x6d\x6c\xef\x3a\x9e\ -\xff\xd5\xe6\xfc\x6d\x6a\xb4\x2a\x4f\xbf\x0c\xcc\x11\x21\x68\xdd\ -\x4e\x3e\xcd\x89\x10\xbe\x14\x7c\xd0\x72\xc0\xf6\xf5\x85\x15\xcc\ -\x8a\x90\x69\x6a\x81\xa7\xf0\x3f\x4c\x80\x6b\x03\xd5\xd6\x37\xbd\ -\x69\xa8\xde\x0d\x3f\x1a\x85\xcf\xcf\x49\x18\x0a\xe6\xb8\x25\x31\ -\xe3\xa6\xd7\x7a\x9b\x18\x56\x50\xe4\xf2\x67\xe3\x4b\x16\x62\x01\ -\x56\x2a\x76\x70\xe6\x53\x25\xd0\x20\xc5\xb1\xd7\xc3\x5a\xdf\x35\ -\x94\x7d\x6f\x55\xe0\x89\x81\xc2\x94\x04\x37\xb0\x65\x6f\x6e\x65\ -\x19\xcd\xdc\x01\xac\x72\x0e\xb1\x39\xaa\xfe\xb5\x41\x93\x52\xc0\ -\x43\xd7\xc1\x26\xc8\x84\x51\xfd\x88\x34\x83\xb4\x6b\xde\x59\x0b\ -\x30\xdd\x1a\x61\x6f\xbe\x11\x00\x06\x97\x80\x57\xbc\x6b\xde\xf0\ -\x30\x21\x4a\x43\xa8\x84\x3a\xa0\x03\xd1\xf6\xf3\xd4\x18\x42\x9a\ -\x1d\x7a\x34\x74\xc6\xac\x81\x2b\xe0\xea\xcf\x22\x41\x76\x77\x23\ -\xad\xec\x08\x07\xcb\xb2\x81\xc8\x22\x9e\xad\x6e\xf0\x69\xc6\x6e\ -\x49\xaf\xd9\x96\x12\x2e\xd6\x0e\xb4\xc4\xfd\xb8\xe9\xa3\x98\x59\ -\xa1\xd0\x90\x18\x40\x34\x44\x1e\xb6\xeb\xcd\x99\x4f\x7b\xe3\x1f\ -\xf0\x65\xea\x5c\xf6\xba\x14\x53\x8f\xdb\xfe\x14\x34\xdd\x38\xb1\ -\xd6\xb6\x83\x8a\xa2\xe4\xce\x9c\x09\x10\xed\xcb\x74\x3a\x8c\x8a\ -\x00\x61\x05\x38\xc8\xca\x72\x92\x0e\x3e\x1c\x1a\xf2\x02\xf2\x35\ -\xea\x61\x99\x8a\xee\x3d\x46\x02\x01\xba\xcf\x44\xc8\x00\xea\x11\ -\x53\xd0\x31\x4c\xfa\x03\x78\x50\x19\xcb\xd4\xe7\x64\xf1\x9c\xf4\ -\x0d\x93\x54\x80\x65\xb9\xa5\xa3\xb7\xbb\x00\x4b\xf5\x17\x40\x00\ -\xb2\x86\xcf\x9d\xb5\x6b\xdd\x74\xab\x29\xc0\x8c\xba\xdc\x8d\x90\ -\x41\x60\xba\x17\xfc\xb9\x69\xec\xe1\x2f\x88\x26\x21\x2f\xe6\xea\ -\x5a\xa5\x07\xee\x4e\x15\xac\x5a\x21\x28\x9e\xef\xfe\xb3\xbd\x6d\ -\x42\xa1\xd4\xa9\xb0\x1c\x94\x09\xa2\x99\xbc\x47\xef\x26\xdd\x26\ -\xdb\x69\x0a\xce\x2b\x6e\x23\x4c\x6c\x17\x33\x99\x55\xa9\xd2\xbe\ -\xa6\x65\x76\xd5\x4d\x81\x31\x9e\x1f\xd5\x68\x80\x5b\x3b\xa7\xdc\ -\x4f\x73\x19\x09\x63\x06\xae\xdf\x0f\x9b\xc8\x71\x9f\x64\x1c\x08\ -\x8e\x3b\xf5\x14\xaa\x0d\x90\x8e\x38\x59\x18\x60\x62\x4c\x90\x76\ -\x2a\xd2\x18\x08\xfc\x11\x75\xbf\x81\x44\xc1\xa6\xd9\x5d\x23\xb3\ -\x51\x8e\x57\xd3\x58\xed\xba\xb7\x1a\x6c\x27\x95\xbb\x2f\x6e\x0b\ -\x5e\xa6\x1d\xde\x10\x0b\xc1\xdc\x2e\xcd\xdc\x48\x45\xe7\x82\x7c\ -\x2d\x5e\x1a\xfa\xcb\xfa\xe7\xad\xb0\x91\x36\x07\x46\x11\xf8\x19\ -\x33\xc7\xbe\x21\x1c\x95\x86\x38\x33\x23\x00\x3d\x21\xf6\x04\xa8\ -\x74\xc6\x62\xce\x01\xa8\xd4\x09\x19\x89\xe6\x15\x04\xcf\x43\xe5\ -\xea\x1d\x35\x8a\x51\x05\xdb\x64\xc8\x3b\x60\x81\xcc\xf5\xb9\xf1\ -\x9c\x99\x19\xc6\xfc\x69\xb4\xad\x9b\x49\x88\xba\x58\xd2\x11\x5c\ -\x1b\x85\x64\xd1\xcc\x0c\xcc\x83\x7b\x81\x4d\x7f\x91\x2f\x5a\x1f\ -\x09\x2a\x6c\xb7\xb8\xef\x8d\x74\xba\x7a\x62\x77\xc1\x2c\x13\xc9\ -\x31\x30\x40\x0e\xc6\xf3\x20\x1b\x39\x98\xb4\x3d\x63\xc8\x2c\xaf\ -\x97\xe2\xdb\xb1\x3e\x7e\xa7\x23\xe0\x4d\xbf\x33\xc2\xf9\x29\x74\ -\x3f\xaf\xa8\x69\x02\x32\x58\xa6\xb2\xd7\x69\x86\xd4\xb4\x75\xde\ -\x34\x72\x9b\xab\x52\xa5\x85\xa0\x69\xd4\xb6\xe9\x24\xb3\xdb\xf6\ -\x42\x71\xa9\xca\x89\x4f\x9f\x7a\x9c\x3a\x9c\xa0\xf6\xc2\x0a\xeb\ -\xfd\x93\x6e\x88\xa5\x88\xae\xfc\xf8\x8e\xe4\xa9\xf9\xc8\x56\x6c\ -\xe3\xbd\xa9\xa8\x54\x1f\x28\x96\xe3\xb7\x69\xb3\x67\x17\x12\xde\ -\xb5\x28\xe1\xda\xd8\xa8\xb0\x7c\x00\x13\x63\xcb\x95\xb9\xd1\xed\ -\x8e\xa9\x0a\xdb\x05\x86\x7f\x9f\xee\xbc\x6b\x87\x4e\xe4\x93\x79\ -\x19\x43\x82\x0b\xf8\x07\xd7\x0c\x2e\xbf\x03\x65\x2b\xca\xdf\x9a\ -\x9f\xfd\x1d\x57\xaa\x53\x6d\x58\xdf\xfe\xb3\x4f\x00\x83\x8e\x8d\ -\x9b\x2e\x2c\x8c\x19\xb6\x66\xef\x2d\x27\x8b\xf9\x7f\xa2\x58\xa6\ -\xce\xc2\xce\xfb\x98\x08\x75\x60\xa3\xc5\xaf\x14\x5a\xec\x3e\xb9\ -\xf2\x75\xc1\x41\xc9\xe9\x08\x7b\xb5\x14\x8f\x02\x0a\x36\x53\x9a\ -\x42\x0d\xf6\xe1\xbd\x8a\xe1\x8d\xfd\xc2\xfd\x77\xe1\xe5\xfe\x20\ -\xdc\xad\xee\xbb\xa6\x72\x50\xc9\x19\x0c\x5a\xf4\x4a\xe4\x9a\xdd\ -\x20\xcb\xc1\xb8\x11\xac\x11\x3f\xa7\x19\xa4\x65\x5e\xf5\x67\x7b\ -\xd1\xb0\x03\xdd\xe9\xc8\x05\xe0\xc8\x72\x44\x2e\xe0\xb2\x35\x3d\ -\x36\x9d\x69\xcd\x25\x72\x79\xe7\xe6\x0c\x47\x7d\x82\x13\x8d\x78\ -\x95\x05\xb4\x75\x68\x14\xac\xed\xa8\xd6\xbb\x71\x1c\x80\x42\x63\ -\x33\x99\xc9\x44\x0d\x46\x8f\x35\x53\x83\xac\x85\xec\x1d\x9a\x01\ -\x17\xdf\xd9\x25\xc3\xee\xec\x0a\x94\x09\x72\x4c\x2a\xbd\x98\xce\ -\xd6\x4f\x22\xb0\xb8\xee\x3f\x81\x8d\x3d\x81\xf8\x6a\x4a\x15\xb2\ -\x80\x97\x77\x5a\x0d\xda\xc0\x1c\xf6\xdc\xf9\xf4\x00\x81\x60\x40\ -\x66\x6d\x3a\xf0\x47\x9b\x8b\xb2\x4d\x5e\x1c\xd4\x04\x82\x55\xc2\ -\x6b\x9b\x13\xe3\xf6\x79\xe2\xfb\xbd\xb8\x82\x3a\xb8\xa0\x51\x02\ -\x14\x51\x27\x3e\x99\xce\xf5\x84\x57\x75\xd5\xf4\xe7\x2c\x90\xbf\ -\xa7\x4c\xc9\x90\x08\x70\x8d\xb6\xf7\xc3\xad\x1a\xd3\xbb\xf2\x3c\ -\x7f\x9c\x06\xdd\x81\xa1\x0a\xd8\x08\x58\x4e\x1c\xcb\xa6\x23\xaf\ -\x40\x39\x9a\x51\x0e\xc4\x5e\x45\x29\x7b\x88\x10\x00\x9e\x60\x0e\ -\xf8\x3b\x1a\x7e\xec\xb4\x40\xe4\xb5\x31\x28\x18\x06\x0c\x05\x77\ -\x7c\x0a\x6d\x2c\xbc\xb9\x8c\x1a\x34\xad\xf3\x9a\xea\xb3\x1c\x97\ -\x8c\x5f\x92\x44\xa4\xb8\x3c\x8b\x6a\x9f\x8c\xc7\xff\xfb\xf9\xff\ -\xd4\x3d\x67\xa4\xfb\xd5\x00\x0c\xbb\xe6\x4f\xd8\x57\xba\x2d\x06\ -\x82\x3c\xfa\x05\xc7\x98\xf0\x80\xe6\x84\xf0\x12\xf0\x7b\x57\xb3\ -\x54\xf4\x43\xfe\xf2\x7f\x03\x5d\xd0\x6c\x0e\x3f\xc0\x51\x1b\x8b\ -\x40\x2b\xd0\xdc\x03\x6d\x31\x90\xc0\x40\x82\xff\x7b\x7e\xe1\x67\ -\x0c\x40\x41\x18\x82\x61\xc9\xed\x87\xe5\x23\x7f\x2c\x28\x50\x3f\ -\x5d\x5c\x54\x08\x9a\x4f\x13\x36\x8b\xaa\xb9\xd2\x73\xd6\x7c\xeb\ -\x69\xc0\xef\xe7\xbf\xfa\x42\xc7\x84\xcf\x5a\x9a\xb5\x35\x72\x32\ -\xb2\x78\xc5\xc8\xb6\x16\x25\x7e\xb1\x7c\x3e\x9f\x4d\xf3\x54\xad\ -\x7c\x29\x8c\x0d\x3c\x0d\x7e\xb1\x53\x0a\x7e\x80\x05\x81\xe9\x57\ -\x4f\x0f\xa2\x18\x83\x92\xf8\xe6\xff\xc0\xc2\x4f\xd1\xca\x58\x2c\ -\x1d\xa7\x93\xcf\xc7\x5d\xa7\x9c\xb6\xc7\xa4\x86\x1b\x03\x01\x9e\ -\x05\x8f\x3c\x30\xec\x67\x6b\xee\xd5\xb2\x03\x68\x01\xd1\x0f\xc8\ -\xf3\x0b\x82\x08\x8b\x74\x52\xe5\xa3\xf6\x65\xf3\xcc\x55\x8d\x02\ -\x44\xed\xf3\x69\xa4\x50\xfc\x77\xfd\x1a\x2d\xaa\x60\x72\xa4\x63\ -\x73\x42\x84\x85\x4f\x1c\x1c\xec\x13\x8d\xa1\x6b\x14\x09\xf5\xf9\ -\xf8\x38\x16\x86\x52\xd6\x98\x61\xe0\xc7\xd0\x2a\x2b\xf2\x86\xa9\ -\x29\x85\xcc\x94\x42\xb7\xfa\xf3\x79\xcc\xbd\x8e\x00\xa6\xda\x93\ -\x47\xa8\x2a\x22\xfc\x6b\x61\x80\xee\x32\x99\xb3\xe1\x01\x30\x08\ -\x9e\xe7\x01\x44\xd6\xf7\xec\x34\x55\x9c\x5a\x90\x02\xc3\x27\x04\ -\x90\x64\x5a\x41\x32\x97\x4a\x73\x3b\xfa\x3c\xb6\x1e\xf5\x1d\x7a\ -\x46\x92\xaf\x93\x47\x9e\x3c\x30\xc2\xb6\x57\xff\x79\xd2\x84\xcf\ -\xfa\xc0\x63\x56\xfd\x28\x02\xfc\xac\xd8\x7b\x8c\x00\x8b\x7f\x73\ -\x3a\x0a\x7b\x16\x0e\xc2\x6f\x14\x42\x02\x1e\x0f\x5e\xb3\x67\xfe\ -\x2c\x56\xe7\x29\x33\xa4\x18\x76\xb1\x30\xb3\x85\x10\x3f\x66\xeb\ -\x3e\x32\xdb\xc6\xaf\xc0\x91\x97\x6b\xfc\xb9\x92\xe0\x07\x33\xc3\ -\x47\x7e\x61\xc0\x80\xe1\xb6\xae\xb6\x6e\xfc\xb3\x7e\x48\xc3\x35\ -\xff\x19\xc3\x82\x07\xcd\x19\x91\xc5\xa6\x81\x6c\xfb\xb6\xa0\xc4\ -\x38\x80\x6c\xdf\x08\xad\x10\x48\x23\x1b\x1a\x66\x99\x14\x22\x02\ -\xbf\x6c\x74\x1c\x4e\x74\x3c\xd4\x87\x83\xe0\xf3\xf9\xd3\xa2\x1c\ -\x60\x71\x4c\x2b\xb4\x90\x55\x11\xbc\xe7\x09\x79\x48\xa0\xb3\x78\ -\x34\x1c\x7c\x24\xea\x29\xc5\xf9\xaa\x18\x63\xec\x8d\x1f\x21\xc2\ -\xa4\x9f\x96\x93\x23\xe8\xf1\x0a\xc6\x29\x67\x01\x96\x8f\xb9\x54\ -\x1a\xcd\x17\x1c\x01\xd7\x0b\x4e\xd7\x67\x2d\x7e\x4b\x1c\xc1\x18\ -\x91\xf3\xa5\x13\xef\xcc\x8a\x72\x9b\xf9\x5d\x07\xb2\x64\x95\xd0\ -\x44\x09\x46\xb2\x37\x61\xbf\xbf\xbf\x8d\xdb\xff\xf0\xaf\xbe\x8f\ -\x32\x01\x24\xfb\x67\x22\x82\x85\x6c\x6b\x07\xc2\x92\x59\x96\xd2\ -\x19\x69\x0e\xcb\x05\xec\x19\x48\xf1\x9e\x99\x61\xc9\x6f\xd1\xae\ -\x8d\x6d\x52\xc2\xf0\x59\x4f\xe6\x8e\xd9\x9d\x32\xc6\x4f\x4c\xf7\ -\x63\x2d\xb1\x5e\xd0\x51\xbe\x09\x02\x2f\x89\x89\x15\x94\x08\x0e\ -\x45\xcc\xed\xfb\xfc\xb2\x7d\xae\x4e\x03\xc5\x42\x6b\xae\x05\x7c\ -\xa2\xbc\x06\xf3\x3c\xab\x4c\x4c\x66\x14\xa1\xfe\x33\xfd\x5d\x9f\ -\x54\xe3\xa1\xe1\xb5\xab\x06\x4c\x3b\xcb\x24\x3f\x27\x4a\x71\xd6\ -\xda\x4c\x16\x90\x30\xef\xc2\xf8\x75\x4c\x3a\xa4\xe1\x54\xd9\x40\ -\x4e\x2b\x48\xa7\x66\x9d\x41\x65\x97\xb8\x6e\x22\x01\x22\x44\x84\ -\x0f\x7f\xf4\x9f\x0b\x5d\x4d\x82\x26\x87\x20\x2b\x5d\x53\xfd\x7d\ -\x84\x99\x02\x22\xfc\x3e\x6c\x67\x9d\xbb\xa8\xba\x30\xde\xeb\x89\ -\x55\xf2\x83\xd8\x1a\x1e\x45\xff\x71\x50\xec\x73\x4d\x53\x35\x27\ -\xde\x62\x10\xb0\xf8\xa3\xeb\x6e\x0c\x20\x18\x86\x70\x8f\x00\xd4\ -\x18\xd5\x31\xb6\x9e\x9b\xcc\xe6\x84\x46\x02\x7f\xd6\xbf\x80\x30\ -\xe0\xc7\x72\x31\xc5\x1a\x8e\x85\x9a\xcd\xf7\xb0\x51\xc6\x30\x41\ -\x38\xe7\x7d\x0c\x22\xf8\xe5\x5f\x5d\xff\x6c\xd6\xd6\x76\xce\xb0\ -\x08\x10\x0d\x60\xfe\x05\x80\x61\xcc\x1a\x36\x57\xb2\x0a\xc2\x40\ -\x63\x02\xd5\x40\xe5\x09\x04\x0f\xaf\x06\x3e\xa1\x4d\xd7\x9d\x12\ -\xfe\x61\x06\xe4\x61\xd9\x9e\x08\x82\x4b\x01\x46\x9f\xf2\x38\x5d\ -\x1d\x6b\xac\xcd\x8a\x21\x39\xaf\x27\x27\x7a\xa2\xcf\x3b\xa8\xe7\ -\x08\xf0\xd8\xfe\xd4\x3f\x03\xad\x39\x4d\x8e\x95\xe6\x98\x21\x64\ -\xee\x70\xcd\xdc\x63\xcd\xf1\xb4\x8c\xaa\xde\xe4\xb0\xd5\x2f\x9f\ -\xa0\x74\xd2\x98\xb9\xf7\x0c\xec\x5f\xeb\x4f\xa3\x07\x2e\xc8\xfb\ -\x93\x86\xc0\xe7\xf3\x6b\xf5\xc1\x88\xbc\x30\x11\x82\x31\xf5\x67\ -\x7d\xf8\xa3\x59\x50\x36\x01\x13\x73\x5f\x16\xd3\xd3\x7d\xf8\x17\ -\x26\xfd\x28\xbb\xa5\xba\x51\x5a\xad\xf0\xc1\x95\xda\x74\xa4\x68\ -\xb4\x90\x26\x90\xfd\x1a\xe0\xb0\x2c\xc9\x59\xa8\x9d\xcb\xea\xd3\ -\x27\x28\xfe\xe2\x6e\xd0\x71\xbe\x30\x3c\xa8\xf7\xca\x0f\x75\x77\ -\x3f\x32\x19\xcd\xc7\x81\x6d\x77\x88\x34\xdd\x3b\x00\xc0\x0f\x10\ -\x3c\xb0\xc2\xa9\x97\x4c\xf3\xe4\x32\x0a\x22\xd2\x9c\xd2\x8d\x3d\ -\x56\x1b\xf6\x5f\xfe\x6c\x12\x82\x61\xf5\xb4\x52\x3d\x35\x67\xaa\ -\x4f\xa4\x3d\x57\x51\x3d\x16\x3e\xfa\x69\x6d\xfa\xc6\x0f\x9b\xe1\ -\x92\xe5\xd8\xca\x1f\xbb\x1f\x24\x86\x18\x0a\x5a\xea\x7e\xf8\xb0\ -\x0b\x9b\x46\x19\xe2\xac\x0c\x45\x87\x74\xf7\x56\x7f\x2a\x37\x37\ -\xf1\xb3\xf5\x37\x68\x81\xc1\xe1\x32\x31\x1f\x0d\xd0\x3b\xe0\x16\ -\x83\x80\x13\x18\x05\xd6\xe7\x31\x57\xe9\x7f\xe1\xc7\x4a\xcc\x1f\ -\x04\x98\x73\xfe\xb3\x8d\xb4\x3c\xe4\x2b\x29\x3e\x6e\x75\x79\x8a\ -\xb7\x15\x31\x17\x2b\xb6\xd0\x51\xf7\xe2\x82\xa8\xa9\xe0\x14\xb4\ -\xb7\x63\x4a\x17\x02\xb1\x1d\x35\x35\xbb\xe7\x91\x19\x14\xfb\x40\ -\x33\xf5\x0f\xab\x50\x81\x72\xd4\x2c\x22\xf0\xcf\x9c\x2a\xdc\xfb\ -\x3c\xba\x15\x07\x85\x25\xb7\xc8\x03\x83\x7e\x54\x3b\x65\xac\x00\ -\xb1\x00\xe3\x44\x97\xdd\x6e\x96\x03\xa5\xc9\xae\x35\xdd\xc6\x40\ -\x08\x26\x54\xe3\x01\xa7\x62\xdc\x51\x02\xb6\x60\xb1\x37\xce\x72\ -\x22\xe4\x4a\x13\xa3\xa2\xcd\x45\xbb\xb1\x9d\x9f\x4c\x30\x2c\xa5\ -\x3a\xe9\x11\x06\x96\x00\xe1\x3f\xd1\xcd\x3b\x75\x13\x4b\x6e\x19\ -\x9a\xb8\x54\x8c\x02\xa4\x17\xa6\x8f\x61\x57\xa3\x2d\x09\x54\x9e\ -\x3a\x02\x2c\xcd\xcf\x52\xf9\x56\x22\x5d\x6c\x42\xc9\xc0\x19\x7d\ -\x23\x12\x46\x2e\x8a\x7f\xc7\x49\x65\x82\x59\x84\x9f\x8d\x0a\x82\ -\x55\xe5\x64\x3a\x32\x79\x00\x78\xb6\x82\x6d\xf1\xd3\xb8\xf9\x6b\ -\x2d\xb3\xe2\x97\x38\x3c\xdc\xf0\xc4\x29\x32\x2d\xb9\x7d\x33\x05\ -\xf8\x9b\xe8\x3b\x9d\x8a\x4e\x4d\x0a\x9b\x63\xdb\x1b\xf7\x3f\xd0\ -\xba\x41\x85\x08\xc8\xd7\x31\xfd\x9e\x5f\x81\xdb\xfa\x27\x03\x14\ -\xb4\x71\xc0\x17\x4e\xb4\x5e\x92\x28\xd4\x90\xf0\x31\xe6\x2b\xc2\ -\xff\x26\xe0\x17\xa9\x88\xd0\x2c\xff\x4e\x5a\xde\xfa\x25\x3a\xe7\ -\x2c\x68\x61\x9d\x8e\x68\x22\xfd\x84\x0c\xfb\xcb\xc2\x93\xe2\x9d\ -\x24\x35\xd3\xa7\x3e\x55\xd4\x1b\x29\xcf\xe7\xfe\x21\x03\x18\xec\ -\x40\xa2\x92\x05\x76\x50\x19\xac\xe1\x0b\xca\x81\x51\x8a\x60\x71\ -\x7c\xbf\x37\x93\x84\xee\x7c\x37\xb6\x49\xdb\xc8\x1c\x30\x48\x07\ -\x47\xb2\xcf\x43\x31\x69\x6c\x0f\xb6\x51\x29\x06\x92\xb9\xaf\x6a\ -\xec\x83\x2c\x0b\x8c\x26\xcf\x5f\xa9\x0e\x5e\x76\x89\x0e\xe5\x3d\ -\x9c\xf4\xc4\xce\x08\x50\x67\x56\x32\x5a\x4e\x41\xba\xed\xfc\x67\ -\xf4\x89\x70\xa7\x83\x26\x74\x8c\x1d\x55\x5d\xeb\x32\xf1\x1c\x5f\ -\x35\x38\x6d\x4d\x94\xac\x34\x45\x10\xd7\x61\xd8\x71\xba\x0e\xe2\ -\xe1\x9c\x77\x33\xde\x80\xad\x38\x8c\x69\x27\xa8\x4e\xcf\x9d\xa2\ -\xd2\xa4\xc5\xac\xd6\x4d\x86\xee\x21\x9d\xcb\xa7\x35\xbe\x52\x23\ -\xac\x17\xbf\x4e\x7e\xde\xfe\xf2\x89\xa0\x3f\xbb\xba\x67\xb5\x29\ -\xbe\x4f\xba\x02\x59\xbd\x9c\x29\xb7\xe7\xfc\xc6\x9a\xa8\x13\xc9\ -\x43\x16\x60\x0b\x31\xa2\x0d\x7c\x1a\x51\xa6\x3e\xab\xd1\x1c\x77\ -\x3a\x20\x04\x90\x12\xff\x06\x25\x45\x4f\x8c\xf2\x13\xe2\x76\x38\ -\xb5\x61\x58\xe8\x4e\xe1\xc2\x59\xe8\x46\x64\x21\xdf\x6a\xae\x90\ -\xaa\x17\xa7\x05\x36\x44\x9f\x38\xee\x8f\x88\x1b\x70\x93\x24\x03\ -\x6a\xa4\xf8\x38\x41\x18\x50\x65\x76\x9f\x38\x35\x0a\x3d\x07\xd3\ -\xd8\x22\x40\xcd\xb9\xce\x1b\x81\x9d\x7d\xa0\x53\x7f\x8c\x2c\xcf\ -\x3c\xd3\xa9\xad\xd1\xb8\x8f\x9b\x6e\x8f\x0e\xd6\xc1\x40\x6a\x6e\ -\xc4\xbb\x01\xce\xb0\x09\x5a\x3b\xc7\x63\x8a\x6f\x81\xdc\xad\xf1\ -\x2e\x34\xbc\xed\x3e\xac\x92\x84\xfa\x67\x56\x8d\x57\x9f\xc6\x64\ -\x2e\x25\x07\xe8\x25\xa1\xe9\x09\x06\x46\xdc\x4f\x05\x14\x31\xa7\ -\xb5\x3c\x0f\xf7\xf3\x16\xdb\xe4\xb3\xea\x5b\xfb\x9d\x45\x17\x86\ -\x3b\x86\x69\xce\x9c\x33\xce\xb9\x60\x28\x94\xb3\x64\x00\x02\x1b\ -\x30\x3c\x10\x61\x79\x86\x98\xbd\x2b\xff\x7e\x03\x76\xf7\x4e\xcf\ -\x4f\x2d\xe7\x1e\x47\x05\x96\x7a\x23\xcc\x3b\x01\x8b\x83\x6b\x6a\ -\x79\xfb\x19\xeb\x80\xaf\xeb\x0c\xc1\xe2\x2b\x00\x00\x20\x00\x49\ -\x44\x41\x54\x13\xd1\x86\x21\xbb\x66\x99\xdd\x8d\x11\x0b\x9b\xaa\ -\xd0\xc3\x49\xca\x44\x58\x36\x37\xe4\x72\x03\xf9\xc4\xb8\x51\xf9\ -\x40\x9a\xa4\x27\x73\xc5\x52\x3b\x0e\xe5\xfe\x12\x92\xcb\xda\x70\ -\x0a\xe8\x68\xd3\xe8\x30\x76\xc2\x22\x19\xa9\xac\x0a\xbe\x53\x55\ -\x2b\x0f\x06\x8b\x0e\x11\xc7\xdc\xce\x3d\x2c\x20\xcc\x45\x2f\x6a\ -\x8d\x40\x4c\x44\x2f\xce\xd7\x49\x65\x95\x83\x7d\xe2\xeb\x77\x82\ -\x8d\x5b\xb9\x06\x46\x42\x0a\xb6\xc6\x18\x61\xa3\xee\x9d\x77\xa3\ -\x12\xb9\xeb\x96\xf1\x8b\x15\xb9\x4b\x6a\x10\x99\x43\x8b\x77\xc9\ -\xce\x3b\x26\x9a\x8d\x0f\xdb\x5e\x4c\xcb\xdc\xe9\x79\x25\x3b\x4d\ -\x24\xff\x3b\x37\x8a\xdb\xf4\x03\x9a\x5d\x1f\x55\x72\x1a\xa8\xfb\ -\xf7\x3b\x65\xac\x87\x3f\x2e\xbb\xdc\x09\x80\x9f\x40\xeb\x76\x1a\ -\x07\x11\x01\xa7\x03\x41\xe9\x7c\x07\x00\xea\x2f\x08\xdf\x79\xf7\ -\x02\x72\xe4\x80\x1c\x54\x0c\x1b\xd7\xe3\x51\xcc\xd9\x54\xac\x14\ -\xd9\x6e\x53\xae\xff\xfb\xd8\x6a\xb5\x42\xe7\x24\xd4\x1c\x0c\x66\ -\xe3\x19\x47\xa9\x65\xe2\x5d\xb7\xb5\x16\x0d\x37\x35\xcf\x66\xdc\ -\x6d\xd8\x8b\x90\x19\x45\x37\xeb\x02\x0f\x41\x76\xaa\xc2\x32\x07\ -\x3f\x9b\x6a\x8e\x01\x03\x28\xb4\x1c\xea\x98\xc6\xba\x80\x89\xba\ -\xc6\x09\x7d\xe2\x84\x31\x9e\x15\xdf\x08\x61\x49\x4d\x56\x98\x7c\ -\x32\x73\xa8\x64\xaf\x78\x13\xe0\xf4\x1e\xdc\x8a\xae\x01\xba\x6e\ -\x05\xf1\xee\x7c\x83\x78\xcf\xf7\x91\xd5\x9c\xd6\x33\x86\x40\x1a\ -\x95\x44\xbe\xe8\x4e\xd0\x0e\xf6\xa4\x22\x52\xb1\xa9\xb7\x35\x66\ -\xa3\x76\x24\x6e\x17\x71\x20\x27\x82\xea\x84\xe8\xf4\xd4\x72\xd1\ -\x91\xe5\xee\x34\x7d\x4c\x39\xac\xc2\x3c\xa0\xda\x93\x0b\x34\xed\ -\x81\xac\x55\xb4\x3a\xd2\x8a\xdb\x81\x13\xc0\x73\x7d\xe2\x3b\x73\ -\x04\x07\xeb\x87\xf8\x89\xac\x1c\xb4\xe2\xa6\xda\x9f\x8e\x42\x61\ -\x3d\x8a\x42\x9b\x14\xb7\x22\x71\x90\xf2\xcb\xa1\x04\x6c\x92\x1c\ -\x54\x98\x5d\xa3\xd8\x0a\x1d\x04\x40\x98\x00\xb2\x60\x32\x34\xad\ -\x07\x6e\xe7\xe0\x1e\x29\xb0\x53\x3a\x23\xa4\x54\x62\xb3\x46\x81\ -\x94\xfb\x51\x9a\xa3\x66\x2b\x92\x79\x2b\xbc\xfc\x67\xd2\x17\xab\ -\x6d\x4e\x37\x2e\x02\xb4\x1c\xad\xef\xd4\xb7\x9a\xb3\x72\x9e\x9d\ -\x49\xf5\x68\x6b\x01\x2f\x3a\x8e\x72\xd1\x2b\xa0\xb1\x5a\x5f\x58\ -\x9b\x0c\x37\x37\xca\xfa\x48\x1b\xf9\x98\x98\x92\xef\x53\x68\x67\ -\x59\x4c\x06\x0a\x35\x89\x90\xae\x19\x54\xbc\xe8\xaa\x7f\xec\x21\ -\xc5\xd3\x80\x1d\xea\xfa\x36\x17\x62\xbc\x88\xb4\xf7\x18\x86\xab\ -\xfb\x27\xe0\x85\x7e\x28\xf0\xea\x13\x7e\x34\x49\x14\x7f\x4e\xba\ -\x67\xf5\xe0\xe5\xdd\x55\xeb\xcd\x94\xe2\x76\x7e\xed\x54\xd6\x3d\ -\x4a\x23\xb4\x7b\x86\x58\x1f\x1a\x29\x92\xc8\x9a\xb9\x3a\xc0\x5d\ -\x28\x8e\xd4\xee\x3a\xbb\xab\x10\x36\x70\x14\x2d\x4a\x44\xae\x19\ -\x68\x2b\x34\xa5\x66\x1e\x24\x61\x16\xb9\x99\x4c\x81\x59\x6e\xaf\ -\x8d\xd2\x0a\x2d\x33\x8d\x8a\x6e\x6f\xd7\x63\x13\x60\x00\x8f\x70\ -\xc9\x68\xdb\x9b\xda\xfa\xd7\xac\x01\xf0\x72\xa1\xb1\x5a\x88\x6d\ -\x05\x5b\xa5\xd0\x98\x07\x92\xde\xc1\x64\x2c\x08\x6b\x02\xc9\x0c\ -\x86\xf4\x48\xe1\x28\x78\xf7\xf5\xc7\xa6\xb0\xdf\x23\x21\xd2\xe4\ -\xca\x0b\xe1\x75\x80\x95\x9e\x73\xc9\x2b\x97\xac\xd6\x0d\x2b\x8a\ -\xf3\xd6\xc8\x4b\xd2\x0f\xb3\xc9\x2a\x7a\xa7\xd0\x73\x8d\xa6\x81\ -\xd1\x9a\x8a\xbb\x03\x28\xfe\xb4\x7d\x33\xca\xf9\x23\x65\xbd\xdf\ -\xb4\xb3\xcd\x7c\x00\x2f\xf1\x40\x2f\xd1\x08\xd7\x7d\x48\xc9\x06\ -\x4a\x73\x8d\x51\xd8\x5a\x0a\x00\x82\x2c\x9d\x76\x0b\xc0\x13\x19\ -\x92\x0a\x62\x93\x40\x84\xc0\xc3\x46\x31\x44\x18\x30\xf1\xa4\xe3\ -\x92\x0d\x1c\xe6\x36\xe9\x96\xa2\xa7\xd2\x7f\x58\xaf\xdf\x2d\x4c\ -\x16\x6e\x9a\xfb\xe2\x68\xe9\x8d\x7b\x68\xae\x2c\xaf\xd2\x87\x09\ -\x88\x60\x01\xc8\x17\x0d\x51\xa1\xe3\xb5\x08\x05\x37\xb0\xa8\x14\ -\x3c\x84\x03\xbc\xc3\x6d\x5f\xc5\x99\x63\x43\x02\x69\x53\x3e\x6c\ -\xfa\x7a\x29\x3d\xc1\x0d\x3c\x52\x0d\x3f\x6e\xb5\x96\x0e\x40\xe8\ -\xb0\xd2\x4a\xca\x6b\xa5\xe6\x2f\x29\xeb\x8b\x57\x68\xff\x7c\x02\ -\x9b\x41\xc9\x69\xea\x46\xa3\x7c\x0f\x73\x9d\xd4\x0b\x3b\x83\xd2\ -\x66\xf2\x90\xef\x02\xcb\x01\x58\x4c\x15\xba\x80\xb9\xdc\xa6\x9b\ -\x7d\x72\x1e\x94\x0b\x32\x5c\x4f\x05\xdf\x94\x94\x2a\x26\x0b\xe9\ -\xda\xf8\xf1\xec\x5e\xf3\xd0\x5c\xd9\x10\x18\x64\x99\xc3\x9b\xd3\ -\x3e\xea\x01\x59\x0b\x33\x4b\x24\x1f\x02\xe6\x57\xaf\x53\x98\x65\ -\xfa\x21\xbf\x10\x27\xa8\xae\x22\xea\x22\x2b\x9a\x5d\xb4\xbb\xe0\ -\x03\x02\x18\x85\xb9\x67\x46\xb0\x19\xf5\x93\x28\x8d\x4b\x1b\xc5\ -\xca\xe1\x66\x58\x8b\x1b\x87\xf4\xb8\xfc\xe4\xbc\xbc\xcf\x4c\x01\ -\x0c\x21\x26\x18\xd2\xe5\x14\x28\x24\x2f\xcc\xd4\x36\x54\x30\x0f\ -\x6f\x42\x6a\xa6\x19\x9d\x67\x6e\x74\x09\x9f\x4e\x62\xb1\x06\xc6\ -\x9c\xf0\xd0\x40\x25\x65\xb9\xb5\xef\x05\xbd\x22\xdf\xb0\x5e\xb4\ -\xfb\xd4\xe4\x0d\x01\xad\x97\xb6\x39\x1b\xf9\x22\xde\x91\x68\xd7\ -\x70\x78\xb0\xb4\x6b\x3f\xd2\x73\x5f\x1b\x26\xa5\xca\xac\x92\x0a\ -\x3e\x02\x4d\xce\xe7\xa8\x14\x87\x9c\xa3\x6d\x76\xc9\x46\x25\xea\ -\xc8\x9c\xad\x6d\x28\x1c\x7f\x5b\x17\x6c\x54\x0a\xe1\x27\x5c\x61\ -\xf2\x1d\xe7\x81\x8f\x97\x9c\x99\x56\x18\x50\x86\x23\x56\x27\x3f\ -\x00\x84\x05\x2b\x03\x7a\xab\xbb\x62\x2d\x1a\x71\xc2\x74\x14\x8e\ -\x74\xca\x72\x0b\x7a\xee\x53\x8b\x9b\xdb\xd9\x68\xdf\x11\x24\x6d\ -\xe8\xa5\x7d\xae\x6c\x26\x42\x80\x1a\xcf\x69\x85\x29\x49\x9b\xea\ -\xd5\xf7\xe0\xcd\x63\x29\x96\xc6\xa0\xee\xe4\x45\x04\x30\x66\xb1\ -\x6e\x1d\x25\x40\x57\xb6\x43\xff\xd9\x0e\xdd\xfe\x0e\xc7\x17\xe1\ -\xfa\x11\x86\x58\x0b\x28\xdb\xc7\x73\xfc\x5c\x8a\xe2\xc6\xdf\xdb\ -\x38\xe2\x18\x36\xee\xf5\xe7\xfa\x05\xed\x3a\x3d\x09\x14\x94\x0a\ -\x45\xea\x9c\xbc\x91\x1b\x24\x94\x82\x92\x2d\xc3\x4e\xd1\xc4\x15\ -\x05\xe8\x35\xe0\x9b\xf9\x6e\x60\x51\x83\x16\xc3\xea\xa2\xe8\xa2\ -\x48\xcf\x37\x66\x39\x38\xfa\xe5\xd8\xb7\x69\x69\xae\xad\xb3\x11\ -\xad\x66\x48\x59\xa4\x2d\xe6\x0c\x64\xdd\x75\xac\x6f\x82\xff\x4b\ -\xbf\xb2\x37\x0e\x79\xbe\xd9\x1e\x21\xa7\x50\xcd\xb3\x50\x66\xb9\ -\x16\xab\x51\x7c\x02\x1d\x85\xea\x1b\xb0\x97\xff\xcc\xf1\x77\x44\ -\x7a\x35\x88\x68\x7a\xbc\x6b\xc3\xee\x74\xe9\xbf\xe9\xc5\xb8\xeb\ -\x5f\xf6\xdc\x21\x4a\xad\xb1\x6b\x49\xea\xef\x1f\x25\x40\xf5\x16\ -\xc4\xf9\x4d\x23\xbc\xdf\xdb\xfe\xef\xae\x02\x60\x11\x74\x9b\xe4\ -\xb0\x7c\x2e\x7d\xd7\x6e\x77\xdf\x8d\x2a\xa0\x53\x09\x8f\x33\x54\ -\x32\xbb\xae\xe8\x8e\x7c\xa2\x74\x6d\x3a\x8d\x96\x27\xf6\xfc\xa4\ -\x9c\x1b\x61\x28\x23\xa9\xb9\x02\x4e\x80\x32\x80\x28\x30\x7a\x71\ -\x9c\x91\x10\x06\x0d\x95\x61\x30\x3c\x0a\xc6\xe8\x30\x7b\x73\xe6\ -\xc1\xe1\x02\x74\xcd\x21\x6a\x85\x64\x34\x9a\xab\xb8\xbb\x42\x7b\ -\xce\xe1\x36\x0a\x7e\x56\x18\x1b\x65\xa3\xa9\xbe\xb9\x1e\x1a\xbc\ -\xda\x80\x5d\xa8\x8e\xa1\xdb\xb9\x86\x37\xdd\x0e\x2a\x73\xa1\x9b\ -\x9a\x3c\x71\x77\x23\x0e\x73\x9b\xcd\x75\x02\xcd\x6a\xfc\xfc\x4c\ -\x42\x2f\xa0\x27\x0f\x10\x5e\x59\x3f\x38\x98\x65\x06\x40\xf8\x97\ -\x35\x9b\xb4\x3d\x28\x59\x76\x15\x38\xf2\x5a\x80\x4a\xc2\x24\x06\ -\x43\x67\xc0\x5b\x76\xa1\xde\xc7\x83\x51\x4d\x27\xf6\x4c\x31\x77\ -\xc0\xf6\x66\xda\x69\xac\xd0\xcf\x0c\xaa\xae\xc8\x80\xe7\xe4\x88\ -\xd7\x6b\x03\xc9\xcc\xc6\xdc\xe8\x40\xbd\x03\x0c\x0b\x3c\xc0\xda\ -\xa6\x9f\x92\xcf\x39\xf6\x34\x48\x68\xc6\x12\x36\x92\x4d\xb3\x7b\ -\x3a\xe1\xc6\x54\x4e\xd2\x90\xe5\x36\x71\x87\x5a\x77\xeb\x85\x98\ -\xf9\x82\x00\xed\x4c\x45\xc9\xc6\xbc\x06\x3a\x1f\x67\x93\xc5\x1e\ -\xe5\x00\x02\x82\xa1\x55\x41\x4c\x77\xb0\x8e\x09\xd6\xae\x39\xbe\ -\x98\xea\x44\x3e\x9a\x0d\x30\xa2\xa6\x0a\x1a\xa2\xee\x97\xe9\x48\ -\x77\x08\xbc\xcb\x07\x50\x96\x0d\x7f\x0d\x3b\x4b\xa7\x9a\x7b\x31\ -\xc7\x90\x99\x1b\xc8\x2a\x1c\xc3\x28\x32\x9e\x58\xa0\x71\xec\x0a\ -\x87\x81\xc6\x6e\x59\x1d\x36\xee\xc2\x96\x06\x9e\x88\xe9\x69\x6f\ -\x6d\x9c\x5f\x10\xa0\xa0\xf6\x69\xb2\x33\x89\x53\x0c\x15\x15\x95\ -\xa5\xee\x6d\xe2\x93\x08\xb7\x15\x07\x06\x1a\xee\x2a\x53\x1c\x45\ -\xac\xc9\xa4\x66\x4e\xe1\x93\x0a\xd5\x7d\x89\xe0\x61\x0e\x71\xcb\ -\x47\x09\xed\xcc\x56\x87\xf8\x79\x36\x88\x6c\x53\xaf\xe6\x4e\xe6\ -\xcd\xb9\x8e\x81\x8d\xf6\x77\x5c\xf8\x49\xbd\x10\xe0\x92\x7d\x4a\ -\xdd\xdc\xc3\xf2\x48\xc4\xc7\xd9\xa4\xa3\x78\x42\xa7\x69\x60\x0b\ -\x1d\x6d\x61\x69\xa6\x8d\xf2\xac\xae\x40\x45\x44\x6d\x3b\x97\x65\ -\x4b\x74\x44\x72\x24\xc7\x5f\xd0\xf4\x52\xa3\xd9\x50\xcb\x92\xc6\ -\xc7\xf5\xaa\x8a\x04\x93\xeb\x2c\xda\xf4\x21\xaf\xa4\x0e\xd8\x83\ -\x59\x83\x32\x59\x9c\x8b\x83\xe5\x59\xe6\xd8\xf3\x30\xee\xf9\x17\ -\xda\xdf\x1b\x72\x5c\x9d\x79\xae\xc8\xf4\x06\xed\xd6\x22\xa2\xba\ -\x8a\xa5\x15\x7c\x69\x8e\x4b\xd0\x63\x64\xa6\x49\x6d\xa0\xdd\xd5\ -\x88\x21\x0c\xdc\x85\xb7\x20\x6b\xba\x34\xf0\xd5\xdc\xc0\x83\x22\ -\x47\x84\x74\xdf\xa8\x45\x1d\x11\xb5\xcf\x3f\x7e\x8a\x0e\x90\xc2\ -\x04\x23\x0e\x24\x8b\x68\xf0\x3d\xb8\x37\x30\x63\x8c\xd0\xbc\xb8\ -\x99\x05\x99\xbe\x02\x61\xc4\x84\x43\x08\x0f\x13\x05\xc2\x11\x6f\ -\xb5\x46\x3e\xd4\xbf\x56\x41\xa5\x6f\x26\x2a\x6f\xc8\xa6\xbb\x7f\ -\x5e\xa7\x04\x52\x12\xec\x2d\x27\x2e\xbe\xbf\x6c\xc5\xbe\xd1\xf6\ -\xc0\x04\xd3\x8c\xd5\xb7\x54\x00\x9c\xce\xf7\x25\x08\xf5\x5b\x61\ -\xab\x48\xda\x59\x7e\x23\x49\x9b\x98\xee\xb6\xc9\x59\x64\xd5\xf5\ -\x5c\x74\x82\xd6\x04\x22\x6f\x69\xf6\x94\x01\xb1\x95\xfa\x15\x66\ -\x2d\x83\x8e\x22\xfd\x68\x48\x6a\x50\xeb\x1e\x28\xbb\xd3\x39\x2e\ -\xd3\x28\xd8\xc4\xea\x49\xa3\x95\xa3\x98\x76\xb7\x54\xc2\xde\xe0\ -\x07\x02\xef\xb5\x39\x66\xe8\xf8\x31\x21\x2b\x9f\x99\xf6\x67\x7a\ -\x99\x42\xdd\xa8\x88\x37\xd7\xc0\x7a\x69\xef\x93\x29\xbf\xb4\xe7\ -\x1c\xaf\xc6\x1c\x18\xda\xcf\x7a\xf4\xb8\xe8\x3d\x9f\x4b\x7e\x8d\ -\x3d\x08\x1c\xbf\x3a\x04\xde\xf6\xff\x5f\x27\x00\x35\x73\x68\x03\ -\x5d\x5b\xc3\x66\x9a\xc7\x31\x46\x64\xf3\xc4\x5b\x6c\xe6\x15\x60\ -\x77\x7d\xa1\x84\xd5\xec\x43\x79\x7f\xbe\x37\xd9\x00\xd6\x73\xdc\ -\x7f\x22\x19\x10\x58\xac\xb8\xe1\x32\xb1\xba\xfd\xdc\xa4\x2a\xda\ -\x33\x37\x6d\x25\x71\x9a\x3c\xb9\xc9\x88\x46\xc1\x40\xd7\x9c\x52\ -\x9a\x82\xbc\xe5\x99\x1d\xcf\xb7\x4a\x31\x68\x1c\x19\xa2\xae\xec\ -\x3f\x02\xe5\x45\x00\x64\xb5\x7b\x90\x1e\x93\x63\x40\xaf\xfb\xd6\ -\xff\xf0\x8e\xdd\x62\x5c\x40\xce\xf5\x2f\x7d\x62\x1a\x51\x99\xae\ -\xcd\x04\xbe\x9a\x99\xbc\xae\xb9\xd7\xc8\x04\xb2\x3d\x29\x8d\xe9\ -\xa4\xd3\x06\x6f\x24\xd6\xab\x79\xd8\x3e\xc1\xcf\xb3\x8e\x9a\xf6\ -\x31\xba\x6b\xbb\x53\x70\x67\xa7\x00\xeb\x5d\x6d\x1a\x37\xbf\x77\ -\x96\x07\xa0\x1b\x35\xbd\x03\x73\xc9\x34\x12\x6b\x60\x32\x68\x07\ -\x60\x89\x56\x56\x24\x68\x3a\xbf\x34\x0b\xe2\xed\x7b\xf8\xf9\xe1\ -\x94\xc6\x00\x87\xc2\x78\xc4\xde\xc3\xb2\x66\xc2\x07\x0a\x9b\x99\ -\xd9\x6d\x3a\x84\x97\x77\xbf\x33\xc4\xda\x04\xb8\x9c\xb3\xab\xd2\ -\xe7\xb0\xe4\xaf\xd1\xce\x96\xe9\x19\x8b\x0d\x00\xe7\x3e\x29\x6d\ -\xf7\x17\x55\x83\x94\xad\x36\xa3\x73\xe2\x79\x36\x4d\x1d\xad\xab\ -\xb4\x77\xd8\xe8\x8e\xf7\xe8\x0e\xa5\x21\xf3\x78\x94\x89\x25\x0b\ -\x06\x10\x4c\xda\x03\x1b\x25\x0b\x58\xc1\x77\xad\x89\x66\x78\x0c\ -\x2d\x0c\x8a\xf6\x46\x45\xfc\x18\xa1\xaa\x99\xf1\x64\x02\x43\x44\ -\x80\xa5\x95\x00\x6e\x28\x2d\x60\x9f\x5a\xe8\x0b\xca\x31\xb8\xfe\ -\x9c\x1a\xe8\x76\x0f\xfe\x1d\x25\x2b\x41\x17\xd7\x6e\xdd\x4c\xc1\ -\x89\x7e\x62\x02\xb4\x1d\x5a\xbe\x61\x2a\x3d\x88\x3b\x17\xb8\x6f\ -\xfe\x0d\x71\x43\xbe\x5a\x12\xbf\x5d\xb6\xf7\xc3\xc4\x91\xec\x65\ -\xce\x79\x2b\xc5\xa3\x46\x6f\x5a\xe6\x72\x98\xc2\x64\x2e\x14\xa8\ -\xd2\xe0\x01\xc5\xf7\x24\xac\x5a\x96\x15\xae\x86\xc7\xe6\xe2\xd7\ -\xf9\xb9\x8e\x60\x05\x61\x99\x38\x37\x0f\x31\xb6\x24\x6d\x7f\x97\ -\xb3\x51\x5d\xe2\x60\xc2\x9c\x74\x39\x6a\x57\x69\x48\x63\x14\x07\ -\x3d\xd1\x46\x4f\x4d\x1f\x32\xc3\x43\x04\x60\x2d\xbe\x04\x76\xaa\ -\xb1\x04\xa2\x18\x62\x78\x73\xa0\x1b\x1b\xa2\xfe\x82\x6a\x6d\x1b\ -\x52\x37\xdc\x2a\x07\x6f\x05\x4a\xce\x7f\x3f\x2f\x2a\x73\x51\xb3\ -\xf5\x78\x77\x27\xeb\x45\x22\x49\x2f\xac\xfb\x45\x89\xe5\xf0\xca\ -\x77\xa8\x8e\x74\x39\x59\xf6\xa9\xe8\x7e\x38\x84\x85\x39\x27\x6d\ -\x34\x0f\x55\xb2\xd4\x73\xb3\x6e\xa7\xee\xf4\xa5\x0d\x4f\x36\x19\ -\x80\x4a\xab\x0b\x64\x34\x1c\xdb\xb4\xd9\xf7\x46\x49\x20\x83\x26\ -\x53\xe3\xf5\x73\x84\xa1\xea\xa4\x5b\x42\x7b\xa2\x17\x0f\x5e\xdc\ -\x99\x3a\x75\x87\x19\x00\x0e\x67\x20\x6f\x94\xf2\x5d\xec\x6e\x4f\ -\x6f\xfa\x1f\x68\x8e\x8a\xf7\x5c\xae\xee\xaa\xf6\x6c\x87\x3c\x00\ -\x84\xcd\x7e\x6d\x2c\x0b\x6f\x7c\xa3\x3f\xec\x17\x98\xeb\x3d\xbd\ -\x00\x75\x2d\x4e\x6a\x30\x97\xd9\xf4\x4a\xd3\x3a\x68\x2a\xfc\xa3\ -\x8e\x4c\xa1\x31\x39\xa9\x88\xb2\x78\xcb\xd0\x32\x2d\x95\x9d\x73\ -\x1c\xc1\x8b\xee\x06\x27\xc5\x69\x4c\x36\xb3\x08\xb9\x3e\xaf\xaa\ -\x43\x0a\x25\x8c\x17\x58\xeb\x31\x9b\xda\xd1\x76\x63\xd5\x8e\xb5\ -\xc2\x70\x71\x03\xff\xf6\x46\xa5\x82\x6c\x7a\x8e\xcc\xd4\x30\x14\ -\xeb\xf8\xd4\x75\x40\x33\x6b\xe9\xe0\xc1\x68\x3a\xaf\xea\x16\x06\ -\x2f\x60\x62\xfe\x2c\xfa\xda\x8c\xec\x0d\xd4\x9b\x1d\x7a\x9b\xe2\ -\xee\xe7\x0a\x51\xab\xb0\xbe\xe5\x75\xdd\xb4\x9b\x49\xd7\x7c\x6f\ -\x9e\x6e\x56\xf6\xd9\x20\x73\xd3\x5b\x1d\x1a\xec\x6d\x8f\x1e\xcf\ -\x0c\x00\x30\xa8\x6c\xef\x7a\x30\x29\x4e\x63\x89\x52\x03\xd4\xb4\ -\x69\x0a\x60\x10\x81\x80\x41\xdc\x40\x05\x46\x9f\xb2\x54\x97\x47\ -\x32\x6d\xb8\x03\x25\x05\x3c\x05\xcb\x2a\x94\x66\xa6\x60\xfb\xa3\ -\xe5\xef\x8d\xd0\xba\x10\x9c\x8d\x6a\x4c\x19\xb0\x87\x35\x57\x87\ -\xe4\x9b\x0e\xe8\x9c\x68\x4a\x52\xd0\x2f\xfa\xa1\x06\xcc\x14\x5b\ -\x72\x37\x59\xc0\xa2\x73\x09\x93\x98\x68\x2e\x17\x00\xce\x00\xae\ -\x9b\x3b\x2d\xf2\x3b\xbd\xf8\xed\xbd\xba\xde\x16\x04\xd6\x92\xa8\ -\xc7\xda\xd4\x22\x82\x8e\xf9\x9a\x5b\xe8\x60\xfc\xb0\x49\xb3\x34\ -\x87\xdf\xa7\x45\x1e\x67\x04\x8e\x4f\x28\x30\x6a\x10\x59\x46\xd3\ -\xda\x5a\xc5\xc3\xb6\x9f\x1f\x40\xfc\x09\x1a\x22\x59\xc1\x1e\x94\ -\xc0\x98\xaa\xd9\x04\x48\xd8\x40\xad\xa7\x69\xc4\xc4\xc2\xe0\x31\ -\xea\xe7\x04\x93\x95\xe4\xa4\xa6\x1e\x8c\xc9\x92\xaa\x4c\x92\x4a\ -\x41\x1e\x60\xe6\x33\x85\x69\x53\x29\xfd\x7f\x03\xe3\x52\x83\x4d\ -\x47\x43\xbc\x1a\xb8\x13\xac\xd1\xc3\x25\xb3\x36\x56\x2d\xbc\xb7\ -\xed\xfb\x51\xce\x07\x89\xbc\xd9\x63\x10\x50\x6a\xaa\x96\xc7\x78\ -\x5b\x5f\x92\xb4\x43\xbe\x4c\x71\x7b\x03\x28\xd7\xc6\xaa\x36\x7b\ -\x61\x21\xef\x54\x19\x94\xe2\xc8\xcb\x9b\x9b\x77\x71\xe5\xb5\x3e\ -\x85\x01\x60\xe0\x4f\x73\x90\x0e\x76\x90\xb3\xec\x28\xff\x3e\x1f\ -\x51\x54\x92\x08\x1b\xdd\xfc\x11\x86\x21\xd8\xf2\xa6\x5a\xbe\x8b\ -\x05\x4f\x46\x11\x14\xd4\x30\xb7\x1a\x35\x84\xd4\x5d\xd5\xe2\xa2\ -\xb4\x85\x55\x2c\x3f\xb3\x8e\x91\x6b\xc0\xa4\x23\xf9\xed\x90\x31\ -\xba\x9f\xea\x70\x56\xd8\xff\xee\x36\xb5\x8a\x16\x41\x69\xb8\xe0\ -\x95\x83\xeb\x5f\xdf\x86\xed\x51\xe4\xcf\x32\xda\xad\xb4\x98\xb4\ -\x66\xa5\xab\xa5\xb4\xd2\x81\x28\x0e\xaf\xfe\xb9\xa0\x35\x9d\xd7\ -\x71\xb2\x21\x69\x03\xd2\xae\xb3\x1d\x74\xc8\x40\xa2\x10\x19\x3a\ -\xfd\x04\x28\xc6\xa9\x18\xcf\x19\x0b\x3d\x0d\x0e\xeb\xd0\x2c\xd8\ -\xc7\xf9\x19\xec\x69\x00\xa8\x13\x13\x19\x45\x4d\x0c\x11\x4a\xfd\ -\x92\xd9\x58\x0e\x0b\x69\x9b\x04\x13\x09\x3e\xfc\x34\x7a\xa4\x16\ -\x7c\x33\xb2\x99\xa6\x35\xb8\x5c\x05\x9a\x9b\x6d\x74\x30\xae\x80\ -\xd5\x69\x8e\x73\x12\x6a\x41\x18\x85\x47\xab\x0e\x75\xe2\x14\x20\ -\xc1\xc2\x90\x91\x1b\x00\xd6\x84\xf3\x3b\x2d\x86\x87\x67\x2a\xed\ -\x17\x9b\x8d\xed\x05\xfe\x5a\x98\xf4\x22\xee\xd2\x1c\x14\xbe\x77\ -\x88\x2e\xcb\xfa\x6d\x21\x8f\x32\x2c\x3b\x83\xdb\xf4\x51\x0b\xf0\ -\xa7\xef\x1d\x2c\x54\xb3\x4d\xd8\x1c\xcd\xc8\x52\xda\x9a\xee\x0d\ -\xc9\xe0\x1e\xa3\xba\x10\x95\xc3\x8a\x24\x74\x58\x5e\x6c\xa7\x55\ -\x6f\x5d\x63\xbd\xb8\xe6\x12\x6c\xc8\x9e\x78\x8f\xd0\xc3\x55\x61\ -\xe8\x94\x80\x94\xb3\x3f\x8c\xda\xb1\xdc\x1a\x15\xab\xc1\x47\x2f\ -\x28\x50\xee\x1a\x36\xcd\xe5\xd8\x0f\xec\x97\x4c\x8d\x37\xb4\x9e\ -\xdf\x9b\x30\x30\x77\xa0\x3c\xc0\x25\xa9\xaa\x40\xcd\x7a\xf6\x8d\ -\x06\xaa\x67\x2f\x1d\x36\xfd\x31\x65\x35\xf7\x35\xf4\xcb\xba\x4e\ -\x78\x44\x60\x11\x07\x88\xb2\x9b\xcc\xb8\x73\x6b\x5c\xae\xa6\x83\ -\xad\x0d\xba\x6c\xda\xb4\x6c\x66\x15\x8d\x9f\x3f\xff\x29\x28\xde\ -\x06\x84\xbd\x14\xeb\x35\x3c\x79\x8c\x59\xb2\x0f\xbd\xa9\xa9\xcd\ -\x8d\xed\x4d\x7a\x99\xcc\x21\x07\x76\xe9\x67\x66\x2d\xea\xba\x25\ -\xf0\xae\x23\xc3\x63\x0c\xa9\x14\x40\x75\x7b\x82\x2f\xc1\xb9\xde\ -\x28\x57\x0b\xe6\x7b\xb3\x52\x02\xbf\x8b\xae\x08\xdf\x34\x9b\x05\ -\xa8\x7c\x2b\x16\x2a\x4a\x5a\xd9\x1b\xe7\xb3\xb6\x7b\x0a\x94\xd9\ -\xe0\x1a\x16\x6e\xd6\xd4\x35\x8c\x53\x32\xb7\x87\xd2\x1a\x78\xff\ -\x77\xbb\xae\x6c\x9b\x42\x45\x36\x8e\x9f\x29\xf2\x75\xaa\x8a\x95\ -\x85\x71\x39\x63\xb5\x59\x16\x3d\x0b\x2e\x13\x75\xc1\x6d\x22\x54\ -\xcf\x16\x4f\xc0\x86\x74\x44\xec\xf7\x98\x5c\xa7\x8a\x95\x69\x80\ -\x97\xa0\x63\x7f\xa3\x8c\x11\xab\xf3\xda\xb0\xfa\x84\xeb\xa6\xc5\ -\xec\xac\x94\xbc\x6f\x5b\x60\x3b\x26\xc8\x5c\x9d\x13\x21\x6c\xde\ -\xb9\x59\xc0\xc7\x5a\xc4\x9c\x40\xd5\x4f\xf3\x66\xf9\xaf\x29\x21\ -\xef\x96\xdb\x4a\x0c\x33\x47\x36\xa7\xd2\x7e\xc9\xa8\x0b\x46\xc0\ -\xc5\x24\xa9\x35\xce\x2e\xe2\x31\x7a\x3e\x94\x7c\xb5\x00\x4d\xfd\ -\x0e\xa7\x3d\xf7\x8e\x01\x87\xeb\x99\xaa\x85\x79\xd1\x09\xca\xd3\ -\xcc\x8d\x76\x39\xc5\x85\x20\x57\xee\x37\x3c\xa8\x6a\x4e\x93\x0c\ -\x23\x1e\xa1\xac\x47\xac\xc1\xf1\x58\x16\x3d\x8f\x46\xb2\x15\x8c\ -\xf2\xc5\xc8\x25\x53\x92\x7a\xf4\x00\x41\x3b\xf7\xdc\x46\xb2\x05\ -\x48\xc3\x4a\x2a\x3c\x90\xce\xbf\x2a\xed\x2e\xd6\x9a\x4d\x5b\xf9\ -\xd4\x02\xef\x81\xe1\x62\xcc\x0a\x2c\xe6\x62\x5c\x8e\x48\x46\x0e\ -\xeb\xf4\x3e\xd9\x81\x4d\x67\xcb\x07\xe3\xa4\xd7\x3f\x06\x7c\xd9\ -\xc9\x44\xe6\xa6\xec\xeb\x09\x0d\xb0\x6c\x71\x8c\x01\x76\x52\x80\ -\x5f\x3e\xe1\x14\xb9\x03\x3f\x51\x3b\xcb\xed\xdd\xc2\xc6\x82\x93\ -\x23\xee\x02\xe5\xce\x00\xa8\xc6\x5c\xb0\xd8\x1c\xd2\x95\x52\xe9\ -\x6b\x2d\x42\xcd\x91\x01\x65\x82\xc0\x63\x75\x11\xc6\xdf\xa7\x0b\ -\xa5\x43\x32\x81\xc6\xa1\xbc\x1c\x0e\x8d\x7f\x6f\xa8\x78\xf0\xfc\ -\xdd\x89\x2e\x10\x25\x2b\xf8\x25\x2d\x80\xd5\xa9\x44\x69\x3d\x7e\ -\xb9\x0f\xa8\x82\x3b\x8a\xaa\x37\x16\x77\x71\x06\x63\x66\x75\xac\ -\x34\xaa\x1d\x61\xbf\xf4\xf0\x98\x16\x10\x10\xae\x7e\x3e\x6c\x85\ -\xe5\xb0\x90\xcd\x78\xf8\xee\x66\x88\xe9\x9a\xa3\x97\x20\xdb\x4b\ -\xce\x1f\xc1\xe6\x5a\x81\xd8\x8b\xdc\x3a\x1d\xe9\x68\x3c\x6f\x4d\ -\x17\x5c\xe8\x59\xa5\xbb\x07\xb5\xa4\x55\xff\x71\x0f\x8b\x35\x14\ -\x49\x34\xcb\x60\x80\x4f\xa9\x64\x1b\x73\x3e\x40\xe2\x3a\xab\xa4\ -\x32\x06\x4d\x0b\x2c\xfc\x75\x2d\x73\x6b\xa7\x43\xd7\x85\x24\x30\ -\xc5\x5c\x97\x5c\x9c\x77\x3b\xb4\x63\xb2\x96\x08\x25\x11\xc1\xa0\ -\x1f\x58\xa4\xa8\x19\xf3\xb3\x51\x87\x9c\xea\x32\x53\x57\x17\x02\ -\x6e\x68\x88\x60\x34\x9f\xb5\x09\x14\xb1\x64\xf3\xb3\x71\x70\xab\ -\xf1\x7e\x2f\x50\xbc\x97\x6e\xcb\x8c\x7d\x52\x79\xe3\x4a\x43\x15\ -\xe8\x56\xad\xc0\x32\xdb\xff\x9f\xd3\x65\x8e\xe0\xb5\x20\x63\x5b\ -\x77\x8e\x1e\xf2\xc6\x5b\x87\x4b\xa6\x4f\x9f\x18\xe9\xce\x89\x77\ -\x16\xb4\x1b\x6d\x8e\x64\x98\xed\xbd\x39\x79\xbd\x21\xca\x4a\xe5\ -\xdb\x72\x70\x80\x5b\x8e\x5d\x6b\x56\x1c\x85\x67\x09\x70\xe0\x70\ -\x8d\x8b\x89\x97\x44\x4e\x0d\x70\xd7\xbb\x35\x33\x0d\xda\xde\x03\ -\x2b\x45\x81\x28\xa7\xcf\x79\x64\x72\x2b\x36\x9a\x03\xd8\xde\x58\ -\x2d\x0b\x9e\x26\x38\xf4\x71\x59\x58\x51\x1c\x96\xb7\xe7\xac\xe0\ -\x11\x5b\x33\xc3\x8d\xde\x7b\x9b\x2a\x54\x4a\x5f\xfc\x3b\xbc\xac\ -\x01\x2d\xcd\x20\xbb\x63\xd3\x04\x18\x7c\x64\x60\xb5\x77\xb4\x34\ -\x1b\x07\xf8\x89\xec\x3e\x90\xd4\x58\x3d\x46\xbd\xac\x41\xba\x60\ -\x9a\xc4\xfa\x59\x7c\x6a\xc4\xdb\x99\x4e\x36\x51\xd3\xb3\xb9\x36\ -\x47\xaa\x97\xa4\x69\x0d\x6e\xd8\x2f\x4b\x84\x46\x6b\x03\x30\x1a\ -\x9d\xcf\x11\x5c\xd7\x08\x45\xb3\xbd\x99\x31\x44\xf3\x88\x9b\x15\ -\x79\x20\xb6\x3e\x05\x2f\xcd\x26\x0a\x10\xcc\xb0\x4a\x67\x38\xc3\ -\x6f\xb3\xb1\xa1\x30\x5d\x10\x29\x63\xfa\xa0\xe2\x90\xe9\x6c\x2a\ -\xf5\xe7\x9c\x44\xd9\xcc\x22\xd2\x92\x18\xcd\x3d\x2e\x9a\xdb\xd4\ -\x14\xe0\x65\x9a\x75\xa3\x43\xf6\x5f\xa7\xd7\x49\xd5\x8d\xba\x5b\ -\x7f\xbf\x4f\x9b\xf5\x7e\xa5\x46\x9f\x84\xa3\x01\xe6\xd0\x36\x66\ -\x7c\xb9\x6a\x68\xcf\x86\x20\xfe\xdf\xd5\x15\x6b\x77\xff\x7b\x05\ -\x06\xfd\xac\x7a\xc9\xd0\x59\x92\x93\x4a\x73\x6b\x69\xcd\xb0\x08\ -\xeb\xda\xc0\xfa\xec\x46\x16\x78\x6c\x7b\x43\xb8\x09\xf8\x63\x2f\ -\x79\xe1\xba\x85\x6f\x57\x3d\x95\x4f\x74\xa2\xf9\x2b\x54\x2b\x12\ -\x01\xb6\x3a\x43\x9f\xe8\x93\xfa\x63\x9c\x06\x32\xd0\x41\x89\x22\ -\x21\x93\x2b\xd4\x3d\xd8\x9b\xbd\x5c\x17\x23\x35\xe8\x17\xfa\x21\ -\x99\xc1\x4b\xd6\x15\x70\x50\x11\x81\x7d\x7f\x24\xbb\xc7\xb3\xf4\ -\x02\xb0\x64\x09\xf7\x37\xa1\xdc\xbf\x13\x01\x9e\x32\xb6\x45\x6b\ -\xcc\xa1\xe4\xf6\xed\x93\x64\x57\x1a\x69\x8d\xc0\xaf\xd3\xe3\x9a\ -\x27\x75\x82\x02\x5d\x0a\x11\x00\xbe\x88\xca\x70\xed\xdf\x7f\xe4\ -\x81\x89\x33\xb4\xd6\xad\x79\x23\x9b\x8e\x58\xf3\x51\xf7\x80\xd8\ -\x99\x95\xe0\xd6\x0e\xb3\x70\x9e\xcb\x97\x2c\x37\x2e\x21\xef\xee\ -\x35\xf0\x78\x91\x8f\x76\x77\xac\x05\xf4\x73\x66\xd8\xb1\x64\x1d\ -\xd7\xb2\xb1\x0a\x1d\xdd\x3f\x1b\x96\x9a\xcd\x18\x8c\x90\x9d\x30\ -\xc5\x99\x1b\x83\x08\xb7\x5b\xb7\xa9\x2a\x91\xc6\xc4\xc0\x4a\x2a\ -\xa0\xbf\x7b\x22\xd2\x5c\x46\x96\xa2\x65\x2f\x7a\x5e\x73\x43\x44\ -\xa0\x72\x07\xa5\x6c\x26\x40\xf9\x28\x4b\x56\x11\x40\x3a\xf5\xba\ -\xcb\x0c\x80\x68\x63\x6c\xc0\x99\xdf\x28\x55\xfb\xd9\xfd\x80\x13\ -\x00\xe3\x17\x4d\xe5\x05\x1c\xf1\x77\x0c\x1b\x50\x28\xd0\x1c\x0c\ -\xaf\xe0\x58\x01\x8b\xfd\xf9\x90\x80\x45\x99\x24\x95\x17\xe9\x74\ -\x5a\xce\xfa\x90\x20\x8d\x5b\x2c\x0a\xe7\xf3\xf9\x77\x13\x8f\x66\ -\x11\xa0\x5d\x5a\xea\x66\x08\x51\x51\xf1\x05\x61\x33\xee\x1a\xa7\ -\xa4\xb8\xd8\xe6\x58\x1f\xcb\x71\x7a\x8a\x18\x9a\x40\x96\x6a\xad\ -\x9c\xe4\xb7\x48\x8d\x1f\xd0\x3b\x18\xe8\x16\xd3\x9f\xe7\x37\x32\ -\x6e\x98\x19\xe0\x91\x12\xdc\xa7\x39\x14\x8e\x86\xa0\x5d\x7a\x3e\ -\xd8\x42\x7a\x22\x7d\xbb\xea\x67\xbc\xf8\xc5\x49\xf0\xfb\xfc\x09\ -\x21\xaa\x14\x4a\x9b\x8a\x41\x19\x3e\xcc\x6a\xc9\xa9\x4e\x1a\x71\ -\x31\xbb\xfd\xfc\x62\xfd\x7c\x94\xb0\x9c\x35\x2d\xba\xe9\x9f\xf5\ -\x1b\x23\x5f\x02\x1d\x07\xb3\xe5\x2e\xa1\xe8\xc1\x41\xf0\x03\x64\ -\x01\x71\x08\x8f\x36\x51\x56\x50\x2d\xf9\xa3\x26\x60\x6e\x23\xee\ -\x74\x40\x1b\x11\x7f\xf0\x0f\x10\x4f\x98\xf3\x07\x88\x26\xb0\x7c\ -\x40\x7e\x3f\x80\x38\xe0\xb1\x9c\x18\xa7\x28\xa4\x36\xd4\x75\x50\ -\x04\x8f\x7c\x54\x8f\x31\xb4\x88\x81\xc5\xb1\x58\x97\x30\x3c\xcf\ -\x1f\x6d\x3e\x89\x82\xf6\x34\xcc\xe9\x70\x0c\x82\x7f\x3f\x4f\xa3\ -\x5f\x4d\x21\xa0\x7f\xfe\x81\x89\x43\x75\x0d\x66\x88\xf1\xcf\x50\ -\xe4\x9b\x3d\x13\xc9\x9e\xe1\x47\xfe\x00\xca\x50\xe7\xae\x56\x34\ -\xe8\x67\xf8\x5d\xff\xd7\xe8\x9d\xf2\x14\x47\x39\x42\x10\xf8\x84\ -\x7b\x0f\x0e\x75\x9a\x0c\xf4\x05\x09\x16\x3c\x3a\x59\x90\x9c\x26\ -\x30\x5b\xea\x3b\x8b\xa5\xa3\x13\x04\x53\xc2\x35\x26\x84\xb0\x00\ -\xed\x80\x13\xb0\xf6\xd2\xc4\xc3\xc5\x14\x01\x17\x30\x28\xaf\xd6\ -\x75\x41\x3a\x2d\xa3\xa0\x0a\x2c\x2b\x14\x09\xb3\x51\xf7\x4b\xf2\ -\xcf\xfa\x03\x73\xce\x78\xbf\xae\xcb\x69\x7c\x5f\xcb\xb2\xf2\xfc\ -\xaf\x08\xe1\x15\x81\x25\x0f\xf0\xca\x69\xee\x30\xb3\x05\x66\x35\ -\xf5\x78\x62\x8a\x65\xce\x5f\xae\x3b\xb1\xe7\xfc\xf0\xa7\x70\xdc\ -\xa7\xee\x4d\x82\x70\xb4\xf3\xdf\x3f\x30\x13\xe9\x59\x38\x0e\xd9\ -\xe7\xf3\x09\x2a\x27\x38\x6f\xda\x2c\x7c\x85\x35\x87\x8b\x68\x02\ -\x95\x5c\x3c\x2c\x07\xe5\x1f\xfc\x85\x89\x8a\x4c\x93\x21\x88\xd3\ -\x26\x72\x0c\x00\x1f\xcf\x91\x83\x6e\xc3\xaf\xf9\x50\x9a\x1f\x36\ -\x50\x73\x48\xb4\x90\x36\x07\x1f\xa7\xfd\x51\x5e\x90\x64\x22\xa7\ -\x88\xe5\x44\x6b\xe6\xed\x33\xd1\xa0\x26\x46\x46\x66\xf8\xb5\xcf\ -\x8d\x2c\x6d\xba\xe6\xb9\x21\x3c\xb4\x90\xda\x11\x30\x86\xcc\xea\ -\x42\x34\xfc\xce\x74\x7c\x14\xb9\x6c\x02\xf0\x58\xd0\x62\x89\xbd\ -\xd0\x33\x55\xa9\x95\x6c\x13\xbf\xe1\x6e\x55\xb8\xec\xfe\x51\x60\ -\x45\x88\xe3\xec\xac\x57\xc6\x92\x07\x08\xa7\xe6\xd0\xc1\x80\x61\ -\x93\x6d\x42\x06\x19\xe9\x2a\xf5\xac\xd5\xac\x8a\xd3\xc6\x5b\x0b\ -\xef\xb5\x3e\xe5\x4e\x18\x41\x0f\xf6\x86\xe0\xf7\xf9\x53\xa6\xb6\ -\xa4\x66\x37\x63\x44\x2e\xe0\x07\x16\x0c\x5c\xf0\x63\x40\x1b\x01\ -\x86\xc8\x5f\xe4\x81\xb5\x9e\x43\x1f\xeb\x3f\x1b\x05\xd4\xe4\xc2\ -\x1b\x33\xd3\x12\x4a\xa3\x8b\x48\x31\x8c\x90\x62\x60\x03\x06\x22\ -\x61\xd8\x3d\x43\xec\x27\x33\x71\x18\xa0\x66\x48\x81\xb7\x9d\x4d\ -\xce\xe2\x0e\xa6\x81\xe9\x1e\x7c\x7d\xb3\x7c\x9a\xa8\x3c\x62\xee\ -\x2c\x7b\x8c\x2b\x85\xbc\x15\xff\x3e\x91\x5d\x80\xa0\x8e\xa9\xc3\ -\x2c\xf4\x15\xf0\x18\x51\x80\x65\x53\xe0\x88\x2e\x17\x86\x86\x81\ -\x66\x8c\xc5\x54\x01\x23\xc4\xd6\x8b\x33\x16\x36\x03\x20\x6c\xa6\ -\x07\x5e\x34\xf4\x0c\xae\x04\xa9\xd6\x7a\xbe\x52\x0a\xdd\x1e\xad\ -\x15\x4d\x05\x18\xf8\x75\xd1\x3e\x38\xc3\xa5\x17\xa2\xab\x00\x65\ -\xc8\xf6\x8e\x49\xcf\x12\x9a\x03\xc4\x72\x6e\xc8\x80\x24\x66\x56\ -\x06\x07\xeb\xd9\xfb\xbb\xfe\x24\x29\xce\x5c\xed\xf4\x3b\x29\xa3\ -\xe2\x21\x01\x62\x43\xc5\x59\xcf\x19\x73\x1f\x02\x02\x84\xcf\x78\ -\x62\x8d\x20\x6a\xd6\x65\x32\x25\x54\xa7\xfb\x94\xf5\xe5\xf1\x2c\ -\x8c\x00\x83\x86\x16\xf4\x08\x66\x98\x94\x6c\x1f\x7d\x26\x02\xcf\ -\x47\xd1\xee\x81\x2b\x4d\xb5\x20\x03\xeb\xd9\x72\x9c\xc0\x75\xd4\ -\x2c\x06\x20\x68\xee\x91\x52\xed\xb1\xb3\x16\xec\x0e\x66\xcc\xfc\ -\xae\x88\x1d\x29\x54\x41\x24\x00\x7e\x9e\xf8\x35\xd7\x7a\x3a\x1b\ -\x01\x00\xe0\xc1\x4f\xd4\x02\x88\x9a\x11\xa8\x91\x34\xda\x80\x3f\ -\xcf\x6f\xd3\x45\xba\xa1\x11\xd8\x7b\x7d\x78\x01\x3f\x2b\x63\x67\ -\xa0\x58\xf8\x1b\xd7\xc6\x19\x0b\xbe\x94\x07\xfd\x18\xd8\x36\x60\ -\xc9\x03\x48\xd4\xe8\xc0\x12\x14\x7b\x02\x96\x5f\x7d\x4e\x31\xe1\ -\xc6\x30\xa4\x01\xd3\x21\x0d\x37\xcd\x59\x0c\xf0\x2c\xcb\xb5\xb4\ -\x1c\x24\xf8\x03\xc0\x18\x39\x8b\x71\xd6\xd9\x1d\xfb\xc8\x07\x70\ -\x52\xb2\xad\xd0\xe2\x7b\x08\x2d\x93\x4b\xef\xc2\x07\x46\xa7\x2b\ -\x0f\x05\x95\x3e\xfc\xaf\x36\xd9\x66\x68\x56\xdd\x18\x49\x10\x1e\ -\xf9\x17\x06\xfd\x98\x3c\x01\xe3\xee\x8e\xfa\x16\x1e\x5d\x2b\xe4\ -\x19\xa6\xbe\x8f\x14\xb0\x67\xf8\x34\x76\x11\xca\x82\x41\x9a\x07\ -\x2a\x32\xe0\xb3\x7e\xed\x7e\xd4\x0c\x56\xcd\x0a\x35\xf6\x0b\x12\ -\xac\xf5\x7f\x20\x4e\xa7\xf4\x01\x0f\xe9\xb3\x1f\xa8\xf7\xfb\x0f\ -\x69\xe8\x89\xbf\xa7\x60\x60\x90\xe6\x4c\xa5\xa9\x9b\x9e\xef\x1a\ -\x35\xaa\x4c\xae\x8f\x70\xd4\x79\xc8\x10\x60\x82\xf7\x10\x5a\x5f\ -\x58\x8e\x9c\xa4\xb9\x0a\xa1\x6a\xca\x3e\xee\x2a\x6c\x2e\xb4\xee\ -\x40\x3e\x0c\x18\x7c\x16\xc7\xa0\xc7\x41\x84\x90\xe5\xc0\x80\x05\ -\xbf\xea\xff\x87\x60\xfb\x29\xdd\x4c\xa1\xb0\xcb\x7c\x08\x14\x91\ -\x11\xde\xf0\x11\x00\x09\xc7\xd0\x07\xc5\x58\x2e\x43\xdf\x09\xc3\ -\x03\x34\x29\x86\x2b\x68\xa6\x70\x30\x07\xf0\x5a\xc0\x8f\xed\x9f\ -\xa1\x7b\xc7\xff\x3e\x67\x31\xa1\x88\x29\x89\x53\x6b\x58\x0a\x73\ -\x15\x8a\x60\x92\x02\x95\x8c\xce\x5c\xd2\x39\xb0\x23\x2e\xd3\x7e\ -\x1d\x4b\xc3\x2c\x81\xfc\x70\x99\xb4\x54\xa3\x8c\xe0\x87\x42\x06\ -\xbb\xaa\x59\x8f\x75\xa2\x9e\x59\xe4\x14\x17\x32\xb4\xde\x40\x62\ -\xe5\x17\x83\xe7\xb0\xb6\xef\x58\x69\x3d\x3b\xa2\xe2\x4d\xa4\x82\ -\x80\x23\x2e\xc5\xa8\xcf\x30\x6d\x88\x9b\x6b\xd8\x86\xa6\x28\x85\ -\xe9\x29\x8e\x7b\x31\xfa\x3a\xc4\xe7\x84\x1e\xd0\x0a\xa1\x07\x02\ -\xdf\xe0\x32\x42\x7f\x43\x24\x20\x3c\xb4\x58\x37\xee\xbf\x6a\x2f\ -\x46\x1e\x08\xe2\x23\x75\x08\x3b\x55\x90\xe4\x5d\x77\xb4\x5d\x60\ -\x84\x3b\x20\x1d\x68\xbd\xe7\x10\x55\xf1\x70\xd8\x1f\x37\xb7\xa9\ -\x62\x99\x8a\x1a\x2e\xf8\x88\xc0\xc4\x09\x28\x4e\x47\xcb\xd0\x40\ -\x7f\x80\x08\x8e\x06\x52\x9b\xb8\x79\xe7\xcf\x2c\x49\x65\x33\x74\ -\x3b\xa8\x00\xc3\xdd\x02\x13\xd1\x43\xfb\xdf\x45\x34\x6f\x82\x8a\ -\x8b\x8c\x53\x40\xc5\xb2\xd3\x1c\x21\x0a\x45\xe5\x95\xee\x60\x8d\ -\x57\x24\x91\x73\x72\x84\x8b\x2e\xb0\x5f\xc4\x69\x45\x9f\x7c\x7a\ -\xfc\x92\xad\xb3\x4d\xcc\x4a\xb6\x83\x4f\x36\x11\x87\x1e\x07\x02\ -\x61\x24\x42\x91\x05\x91\x53\x81\x3b\x07\xb9\x8a\xd8\xe7\xff\xa4\ -\xa1\x38\x7f\x9d\xc2\x41\x2d\xff\xb7\x11\x66\x33\xa7\xe8\x18\xe2\ -\x82\xf5\x70\x4d\x16\x36\xd1\xac\x1d\x6a\x26\xef\x1d\x30\x8c\xa2\ -\xfc\xa8\x05\x3a\xe8\x88\xdf\x69\xc9\xd1\x0c\xc2\x86\xe4\xfa\x01\ -\xfc\x53\x2e\xcb\x4d\xa7\x42\xe8\x6e\x9e\x14\x85\xd7\x6e\xcd\x3e\ -\x6c\xe2\x52\xb3\xfa\x76\x7d\x1c\x94\x0c\xac\x5b\x0e\x13\x18\x6d\ -\x37\xec\x88\x23\x08\x38\x1d\x54\x15\x4f\xc8\xc9\x4d\x3c\xab\xa0\ -\x52\x18\x6d\xb8\xd8\xd2\xae\xb5\xa2\xc0\xee\x3c\x76\x6c\xc2\x62\ -\xa5\xab\x54\xd7\x4e\x06\x70\x51\xfb\x9e\x3b\x58\xc4\xe6\x09\xa8\ -\xa5\xf1\x4e\x9d\xc8\xfa\xb3\x17\xb9\x53\x58\x5d\x94\x9f\x73\x5e\ -\x8e\xa6\xdc\x1b\xa5\x1f\xa8\x26\x20\xaa\xf3\x14\x43\xd8\xf9\xaa\ -\xfd\xdb\x9d\xaf\xe0\x3a\x19\xfc\x9b\x81\x42\x22\xa4\xd8\x0c\x62\ -\xe4\x72\xfe\xee\xda\xa1\x4e\x69\x7a\x37\x12\xa8\x4e\x5d\x4d\x93\ -\x5a\x1a\x97\x01\x5d\xab\x7c\xec\xb5\x28\x14\xe1\x3a\xe1\xaa\x93\ -\xde\x34\x38\x28\xe7\xb8\x94\x8c\xc7\x82\x10\x83\x23\xc9\x30\xe2\ -\xac\x05\xb3\xc3\xaf\xc6\x1c\x01\x7e\x39\xdd\x0e\xca\xe4\x1d\xee\ -\xb4\xf9\x76\x66\xc0\x77\x4b\x6b\x5f\xb7\x04\x6a\x20\xe2\x2e\xa2\ -\x88\x50\xc0\x5a\x29\x7a\xd1\xd4\xf0\x55\xdd\xa5\x3b\xc1\x32\x73\ -\x9e\x45\xd8\x75\xbf\x37\xc9\x2c\xca\x17\xfd\xac\x35\xd3\x7e\xb6\ -\xea\x1d\x7d\xea\x8b\xfc\x0c\x24\x91\x83\x3e\x1b\xef\x4e\xce\x35\ -\xe8\xd1\x16\x1a\x37\xe9\x50\x72\xa5\x8e\xf2\x61\xb6\xa5\xe7\xfd\ -\x77\x37\xc8\x6a\xe4\xb1\x33\x75\x76\x33\x18\xaa\xb9\x61\x35\x4f\ -\x2c\xde\xff\x8c\x83\x96\x2d\x2c\xbd\xba\x2d\xd7\x49\xbb\x9e\x63\ -\x7e\x16\x73\xb8\xaa\x01\xdd\x35\x62\xe4\x2c\xa3\xb0\x44\xe7\xe6\ -\x9e\x9b\x14\x4a\xd7\xa7\x89\x43\x4b\x31\x39\xf4\x09\x75\x9d\x2a\ -\x37\xeb\xf8\xe6\xf4\x5b\x4c\x87\x8c\x82\x48\x32\x34\xd6\x87\x95\ -\xc5\xc3\xe6\x98\x48\xe6\xf2\xe7\xae\xa6\x51\xd7\x08\x00\xa3\xde\ -\x6d\x84\x1e\x99\x03\x25\xb7\xac\xbb\x3a\xcf\xf1\x4f\x4c\x3c\xb8\ -\xde\xc3\xc8\xf0\x80\x4e\xec\x9a\x25\xbc\xf8\xbb\xd5\x3a\x72\x38\ -\xd5\xcc\xdf\xdb\xc2\x6e\x68\x36\x21\x5c\x64\x1b\xab\x81\x9e\x00\ -\x51\xe2\x9c\x60\xd9\xa4\x25\xac\x40\x40\x4c\xb7\xa9\xb1\x07\x88\ -\x08\x26\xc2\x35\x92\x41\xd7\x02\x6b\x88\x37\x67\x54\x11\x5a\xc3\ -\xeb\x53\xa5\x6b\xfe\x1d\x6e\xce\xcf\x82\x61\xb7\x4f\x16\xf4\xcd\ -\xa2\x0a\xc6\x89\x54\x1c\x86\xb7\xf3\x44\xee\x67\x90\x58\x8d\x4b\ -\x82\x00\xa6\x7b\x72\x9a\xa6\xaf\xc5\x78\x1f\x8d\x1a\x89\xa9\xb5\ -\x0e\x20\x4f\x9a\xf9\xca\xcd\x3b\xc1\xc3\xdf\x35\x94\x5c\xc1\x97\ -\x98\x88\xd9\x39\xa6\xcc\x87\xec\xa2\xa6\x27\xb7\x03\x76\xba\xc4\ -\xee\x38\xa2\x88\x80\x00\xce\x11\x76\xea\x50\x90\xfb\x3b\x9d\x55\ -\x82\x92\x12\x88\x5a\x2d\x30\xc9\xfe\xd9\xf4\x04\x48\xdd\xdd\x26\ -\x47\xe1\x62\x96\xa5\x86\x3a\x19\x27\xb9\x96\x5b\xfb\x78\x39\x1a\ -\x33\xb6\xf9\x0c\x6e\xfa\x2b\xb3\x05\x5f\x7b\x7e\x0d\x4b\x68\x41\ -\x9c\xd2\x88\xc5\x92\x9e\x24\x79\x9b\x28\x9c\x99\x07\xc5\x09\xd0\ -\x8b\x86\x14\x69\xe6\x1c\x5a\x2f\x43\x33\xa1\x3f\x04\xce\xdc\x68\ -\x6b\x20\xa2\xc7\xbe\x24\x69\x60\x99\xa8\x76\x80\x3a\x70\xb1\x10\ -\x90\x79\xf7\x03\x49\x1c\x22\x68\x36\x9e\x64\x1b\xa2\x2d\x1a\xaa\ -\x81\x84\x64\xbf\xae\xe8\x1c\xf9\x74\xca\x6f\xe9\x65\xae\x2b\xac\ -\x0e\x44\x58\x1d\x9c\x6a\xa8\xa5\xf3\x79\x99\xe1\x91\x34\xab\xa0\ -\x31\x94\x6b\xeb\x68\x29\x75\x01\x38\xc9\x2c\x07\xc6\x3a\xb2\x29\ -\xdc\xf5\x28\xfe\x2f\x7e\x9f\xd1\x7d\x9c\x56\x2a\x36\x55\x65\x1b\ -\x08\x1b\xbd\x35\x29\xa9\x4a\x7a\x41\x73\x28\x84\x88\xc3\x2a\xfc\ -\x67\xa0\x6b\x41\x27\x65\xd4\x1d\x85\x58\x90\xd3\x5e\xec\x56\xa1\ -\x9b\x9a\xf4\xfc\x95\xdd\x1e\x1c\xef\xce\x35\x8e\x53\x57\xa1\x28\ -\x6f\xf6\xbb\x90\x61\x82\xa3\xe4\x9d\xdd\x5c\xd9\x0e\x1a\x1b\x0c\ -\xe3\x07\xc3\x46\xb1\xcb\x90\x6e\xb4\x7d\xce\x58\x8c\x21\x9c\xf6\ -\xcb\x16\x1a\x6a\xfb\x9c\x7c\x6a\x25\xab\x35\x14\x7e\xd8\x84\x5a\ -\x86\x25\x67\x03\x92\x05\x90\xe8\x7c\xb1\x8b\xbe\xeb\xc4\x1e\x5a\ -\x86\x6e\x3c\x3f\xff\x73\xdc\x34\x27\x75\x38\x08\xf3\x19\x71\xf8\ -\xf9\x14\x5e\x8a\xc5\xef\xf0\x53\xa4\x14\xa5\x57\x3d\x15\x40\x33\ -\x59\x11\x2c\x93\x6f\x6f\x4a\x6c\x2f\x81\x65\x85\x84\xa4\xda\xb3\ -\x94\xec\x52\x91\xba\xe7\x0d\x30\xe0\xca\x5d\x47\x38\x68\x24\x61\ -\xe5\xec\x59\x7f\x98\xee\x5e\x58\xa6\x78\xf1\x68\x16\x67\xc0\xb2\ -\x48\x6a\x46\x8b\xdb\xa1\x6b\x73\x6a\x91\xec\x74\xab\x4e\x9b\xeb\ -\xba\x1e\xf9\xa2\xbd\xa0\x41\x81\xf2\xba\x79\x4d\x65\x36\x94\xcd\ -\xa0\x13\x89\x55\x9a\xcf\xe2\x04\xfb\x66\xea\x73\xac\x69\x29\x14\ -\xf2\x32\xbd\x72\x9b\x5d\x65\x8c\x25\xd5\x06\xa0\x1a\xfb\x48\x71\ -\x73\xad\x6e\x7a\x77\x77\xb6\xdb\xf7\x26\x9b\xa5\x82\x54\xc6\x99\ -\x17\xa0\x70\x64\x3f\x9d\xcd\xd5\x68\xc2\xf5\xbd\xb9\xac\x6e\x69\ -\x7b\x10\xaf\x7e\xff\xd9\xa8\x4d\x95\x52\x8e\x87\xa6\x73\x04\xe2\ -\x1a\x59\x46\x2c\xc5\x05\x14\x53\x2b\x18\xc0\x10\xc1\xb5\x73\x68\ -\x3a\x1a\xbc\xfe\x8a\x0f\x06\x50\x7a\xb0\x2b\xb9\xcd\x7d\x31\x5b\ -\x0a\x07\xcd\x96\x71\x26\x2d\xda\xc0\x0d\x7a\x10\xaa\xa1\x16\x25\ -\xc0\x10\x0d\x6e\x0d\xde\xdd\xc2\xd6\xa5\x1a\x1e\x78\x7e\x0f\x5c\ -\x69\xf9\x00\xa6\xf5\x7c\x71\x7d\x0d\x0a\x7c\xc9\x78\xea\x77\x00\ -\x18\x95\x59\xc2\xe6\xba\x9e\xb3\x61\x8a\x50\x7f\xa6\x03\x88\xe5\ -\x76\xc9\x49\xe3\x06\xd0\xc9\xe9\xc8\xbc\x37\xee\x3a\xa9\x91\x2e\ -\x2f\xd8\x2c\xbb\x09\x92\x42\xfa\xd9\xdc\x36\x77\x57\xb8\x6a\x0a\ -\xa0\xf5\x8d\x5c\x25\x23\x0e\x54\xad\xf1\xd3\xc3\x6b\x6b\x6e\x10\ -\x10\x0c\x92\x2c\xac\x01\xc2\xa5\x2d\xac\xf3\x5f\x9c\x76\xdb\x1e\ -\xbc\xed\x2b\x8f\x83\xd8\x1b\x61\x86\x8d\x1e\x4e\x07\xe8\x39\x2c\ -\x63\x8a\x31\xa3\x53\x50\x9c\x0a\x37\x0a\x20\x2f\x0d\x90\xce\xcf\ -\xc1\x91\x45\x96\x7b\xee\x34\xb6\x52\x8d\xb3\x37\x2a\x4a\xef\xf6\ -\xc9\xdd\xb0\x9f\xf9\xc4\xc4\xd8\x98\x5d\x98\x00\x37\x92\xea\xad\ -\x1d\x40\x66\x73\xb6\x8e\xb5\xe8\x4e\xbf\x72\x3a\xf8\x29\x18\x3d\ -\x12\x38\x15\x09\x50\x33\x7f\x5d\x19\x66\xad\x9e\xf0\x73\xda\xc2\ -\xb1\xa7\x4f\x9c\x82\x9a\x2d\xad\x46\x41\x21\x40\xe1\x03\x50\xf4\ -\x3f\xcf\xfd\x0c\x2e\xca\xcc\xa8\x37\x7c\x7d\xc6\xbe\x2d\x96\xf5\ -\x43\xcc\x95\x78\x71\x3b\x07\xc0\x9c\xce\x23\xf6\x61\x73\x80\xac\ -\xc0\xda\x5a\x2b\xde\x5d\xde\x39\xe9\xc7\xa0\xf7\xf6\x68\xf8\x41\ -\xe6\x6a\x82\x49\x69\xb2\xf1\x16\x01\x98\xad\x78\x60\x89\x0b\xfe\ -\xc6\xf7\x8e\x02\x9a\x57\x82\xfc\x0d\x95\xd8\x50\xb9\xbf\x38\xb4\ -\xa6\xc3\xde\x4a\xfa\x9e\xbd\x38\xef\x86\x11\xe8\xf8\xd9\x6c\xf4\ -\x09\x1c\x00\xb3\x3c\xb0\xc3\x6a\x37\x34\x23\x56\xe0\x11\xb6\xe9\ -\x13\x00\x00\x6e\x36\xdd\x71\xf8\xbb\x26\x4c\x3a\xb2\xd9\x2e\x7b\ -\xa2\x46\x6f\x6a\x1d\x35\x56\xb1\x7c\x4d\x05\x67\x2b\xee\xc0\xa8\ -\x6f\xb5\xa0\x1f\x51\xf4\xb8\x31\x48\x5c\x26\xd6\x5c\x92\x0b\x1a\ -\x05\x60\x30\xc5\x04\x0f\x60\xc1\xc0\xa1\x14\xa1\x92\xeb\xe5\xcd\ -\x0f\x95\x9c\x0d\xf5\x9a\xd0\x69\xe2\x00\xb7\x04\x65\xcb\x1c\xda\ -\x0a\x97\xd2\xe0\xee\x3a\x14\xa2\x4c\x9b\xd7\xe9\x26\xc7\xa4\xc9\ -\x75\x4c\xc3\x53\xe5\xa7\x4d\x30\x6c\xc2\x58\x27\x21\xdd\xe6\x14\ -\xc2\x45\x0d\xdc\x6a\xd4\x3d\x86\xa4\xdb\x79\x92\x8b\x56\xc5\xc7\ -\xf6\x2e\x62\x55\x47\x3b\x22\x02\x62\xb2\x6e\x44\x37\x86\x9b\x2c\ -\xe8\x7d\xe9\x0d\xe6\x25\x9f\x4b\xb0\x17\xe1\x47\x71\xa7\x4d\xcc\ -\x5a\xbf\x55\x22\x5e\x8a\xba\x2d\x58\x71\xd0\xa1\x95\x50\x93\x17\ -\xcf\x53\xa8\x86\x28\x89\x7e\x0c\xa3\x36\x0a\x43\x53\x4e\x34\x3e\ -\xb8\x8f\xe2\x77\x6b\x6a\x22\xa5\x0c\x5e\x74\x1b\x3e\x5d\x73\x44\ -\x2b\x91\x2e\x8e\x8c\x25\x11\x56\x0d\x82\x4d\x63\x6a\x96\x08\xb2\ -\xe9\x98\xb8\xf3\xfd\x69\x2b\x90\x17\xcb\x51\x20\x22\x71\xba\xfe\ -\x94\x9f\x5b\xa3\x13\x5c\x0f\x44\xe0\x17\xc7\x69\x4e\x01\x1d\xb3\ -\xb8\xe8\xc2\xcc\xbd\xc8\x7b\x8d\xf2\x0f\x55\x90\x7f\x33\x17\xa8\ -\xce\x5b\xd5\x75\x3b\x82\x24\xe3\xef\xd0\x1a\xf3\x3d\xe7\x6f\xa7\ -\x3e\x12\x51\xac\x65\xbd\xe8\x0d\xb4\x12\x08\x81\xb1\x9e\x8b\xba\ -\x6e\x35\x9f\x4c\x69\x62\x3e\x5d\x67\x13\x0e\xe1\x45\x60\x94\xfa\ -\x83\x53\x17\xf1\x36\xa9\x84\x4d\x1f\x98\xc5\xf5\x38\x9e\x87\x16\ -\xda\xbc\xe5\x16\xd6\x50\xe1\x71\x35\x10\x62\x56\x8a\x23\xd6\xbd\ -\x26\xb9\x56\xde\x1a\xa8\xf7\x49\xac\xbc\xea\x7a\xba\xdb\x17\x87\ -\x4e\x6f\xbf\x9f\x5a\x50\xea\x45\xff\xb4\x4f\xb0\xae\x99\x54\xf0\ -\x62\x5c\x53\xe8\x53\xd7\x1c\xb1\x0b\x20\xb8\x37\x57\x7b\x11\x76\ -\xcb\xa0\xeb\xba\x27\x29\x97\xbb\x04\xed\xb9\x9a\x7b\x9c\x67\xc1\ -\x61\xb6\x7c\xd5\x88\xbd\xe6\x71\x01\x75\xab\x6f\xe8\x53\xcd\x61\ -\xe0\x57\x7b\x6f\x04\x49\x8f\x34\x26\x05\x97\x0c\x26\x6f\x58\xf6\ -\x7b\x37\x40\x53\x77\x86\x5d\x75\x10\x80\xd7\x48\x85\x3a\x29\xef\ -\x86\x40\x16\x25\x33\xca\x44\x06\x46\x99\xde\xdd\x0c\x59\xba\x31\ -\x89\x7a\x4c\x98\xc6\x49\x5c\x2f\x9b\x0d\x5c\xd5\xe8\xc2\xda\xdd\ -\x32\x39\x2c\x66\x28\x5d\x84\x00\x00\x20\x00\x49\x44\x41\x54\xc2\ -\x6f\x00\xd8\x81\xd0\x17\xdd\x3a\x14\x33\x03\x05\x83\x4a\x9d\xd3\ -\x80\xb3\xdb\x7b\xe3\x30\x6e\xd8\xc5\xfa\x4d\x27\x84\x0a\xe4\x76\ -\x4b\xc7\x75\x1a\xae\xc4\xd4\xae\x9b\xae\xc4\x34\xb7\x4d\xe3\xca\ -\x74\x29\x6a\xa2\xb2\xc7\x7c\x8a\x09\x37\xd3\x17\x6a\xe6\x09\xae\ -\x97\x23\xa3\x7e\xfa\xb9\x78\xa4\xe8\x89\x03\xc7\x2b\xc0\x3b\x6d\ -\x6a\xe9\xaf\xeb\x5c\x01\x4d\x2a\x7b\xca\x18\x1a\xac\x41\xf7\xbb\ -\x6b\xe8\x71\x46\x01\x6e\xd3\x44\xb7\xe7\xe6\xce\x88\x08\x0d\x98\ -\x35\x5f\xbc\x42\x7b\xe7\xee\xc6\xfe\xfd\x7d\x9a\xd9\x73\xd2\xb0\ -\x33\x54\x0a\x7b\xc2\xcd\x6a\xdc\x3e\xdc\xc1\xed\xf0\x2c\xb0\xb3\ -\x51\x9d\x02\x57\x8b\x13\x11\x73\xcc\x46\xd3\xd7\x3b\x20\xaf\x4e\ -\xc1\xd8\x9a\x32\x6f\x2c\xb1\x64\x98\xee\xe7\x99\xe7\x31\xb6\x75\ -\x16\xd3\x63\xea\x4d\x83\x4f\xe6\xed\x3b\xec\x93\x58\xaf\x59\x66\ -\xc4\x11\x95\xac\x2b\x37\x79\xdb\xe8\xf9\x75\xa0\x90\x3a\x2c\xcc\ -\x50\xc6\x68\x60\xcb\x77\x72\xf6\x85\x07\x52\xbb\xa3\x26\x2c\x8d\ -\x22\xe3\x91\x53\x66\xc9\x0c\xbc\xe9\x61\xa4\x81\x54\xe3\x6a\x82\ -\x60\x32\x2e\x9d\xdb\x1e\x7b\xcb\xef\x42\x42\xa6\xf7\x8b\xa7\xe5\ -\xb3\xa0\xf7\xb3\xd6\xed\x4b\x41\xad\xa0\x8c\xa0\x6d\xa3\xc4\x97\ -\xe3\x55\x1c\x72\x7a\xc1\xaf\x21\xbc\x60\x2e\x69\xee\x8a\xb3\xc2\ -\x75\x4a\x11\xd4\x72\x61\xb1\xa2\x02\xeb\xf5\x10\xdb\x05\xc5\x7b\ -\x50\x9e\x23\x44\x31\x37\xcf\x8d\x8b\x90\x42\x68\xc2\xa2\xc9\x18\ -\x5d\x50\xbb\x17\xf0\xee\x4e\x83\x4e\xe9\xca\xc0\x55\x1d\xf9\x7a\ -\xa0\x31\x94\x8e\x5b\x1b\xad\x47\xba\x55\xb2\x73\x64\x9d\x4b\xbd\ -\x78\x05\x7a\xa0\xa6\x21\x54\x82\x14\x29\x2f\x78\xe4\x08\x64\xf6\ -\x91\x73\x2b\x62\xa3\xc0\x48\xe4\xc3\x51\x60\x9f\x28\xf9\xf6\x4e\ -\xb7\xc7\x15\x68\x10\x99\xd5\x68\xdd\xd4\xbe\x9b\x07\x0f\xa3\x80\ -\x4a\x94\x73\xc1\x93\x2d\xc8\x72\x9d\x56\x89\x51\xe2\x98\x95\x8c\ -\x2d\x31\x41\x04\x90\xa1\x8d\xc1\x70\xb3\x01\xe4\x42\x85\xc3\xa6\ -\x07\xab\x45\xc4\x90\x52\xf0\xd4\xcb\x74\xcb\x6d\xda\xd7\xf8\x80\ -\x61\x23\x62\x08\x11\x2e\x6f\x17\xa3\xeb\xfb\xae\xf6\xcc\xb1\xee\ -\xb1\xd1\x67\xc5\xa6\xa1\xcf\x63\xc5\xb6\x35\x48\xa3\x34\xa6\x42\ -\xc6\xd7\x46\xce\xe9\x47\x2d\x84\x77\x07\xba\x2a\x94\xa7\x6e\x95\ -\xca\x7c\xcb\xa1\x63\x15\x65\xb2\xbd\xbf\xe2\xc0\x18\xbf\xee\xf9\ -\x63\x54\xcd\x41\xb0\xf1\x9a\x1b\x28\xc2\xc9\x99\x56\x5a\xe7\xb2\ -\x82\xa4\x17\xe9\xec\x9b\xcd\xa8\x34\x44\x55\xe8\xd2\x29\x6b\x24\ -\xef\x56\xd3\x0f\xae\xe3\x82\x76\x8a\xf3\x37\xf0\xe7\x86\x5e\x9f\ -\xd9\x33\x5d\xaf\x52\xe3\x20\xfa\xef\x19\xd6\x20\x15\x1b\x79\xbb\ -\x28\x86\x18\x37\x9b\x31\x26\x8f\x4e\xc3\xd3\xf3\xab\x20\x9e\x58\ -\x51\x67\xd3\xe8\xec\x93\xa0\x0b\xd5\xed\x3e\x09\x35\x9a\xd2\x56\ -\xe4\xb7\x62\x8e\x39\x9c\x1b\xeb\xf9\x58\x81\x10\x31\x2d\x56\x2f\ -\xc0\xcc\xb1\x15\x50\xe3\x10\xca\xc5\xe8\x86\x04\xb4\x4d\x5d\xf7\ -\xc6\xb8\x5a\x6b\x9f\xd9\x4d\x49\xeb\x5d\x9b\x95\xef\x31\x51\xa2\ -\xd3\x88\xe5\xd6\x84\xbf\x39\xc5\xde\x02\x22\xeb\xe4\xee\x6f\xbf\ -\xff\xf6\xbf\x75\x5a\x16\x7f\xf9\x2c\xbb\xc6\xe9\xe6\xc0\xf8\x66\ -\x22\x51\xce\xce\x16\x84\xbd\x15\xd2\xd8\xc1\x86\xf6\xe7\x73\x5a\ -\x6e\xbe\x99\x68\x7c\xb3\x49\xdf\xf7\x4a\x6a\xe3\xc4\xe5\x4b\x80\ -\x63\xb4\x08\x13\x5f\x5b\x61\x58\xb5\xd2\x70\x49\x40\x1a\xdd\xd8\ -\xcf\xc0\x30\x04\x30\x07\xdd\x74\xcf\x35\xc6\xc8\x66\x45\xde\xa7\ -\x4e\xd8\x9e\xee\xd8\x0c\x45\xfe\x6a\xce\x61\x39\x90\x88\x8f\x82\ -\x93\xde\x6c\x47\x9e\x14\x1d\xa6\x39\x6d\x6d\x95\x60\x7a\x7c\xb1\ -\xf2\xdf\xcf\xa3\x46\x9d\x14\x7e\x3d\xb3\xd0\x35\x82\x70\x06\xf8\ -\xc6\x44\x57\x55\x62\xc0\xc2\x91\xc9\xe7\x41\xbd\x82\xc6\x86\x29\ -\x77\xa1\xb0\x34\xab\x6d\xa0\xe2\xc0\x59\xc0\x04\x65\xed\xb8\xc9\ -\x05\x6e\x94\xf8\x7c\xbe\xea\xff\xf5\xe8\xfd\xb8\x24\xa6\x54\x74\ -\x80\x24\x2f\xd3\xe3\xf5\x14\xe7\x3b\xf1\xb6\x31\xf6\xc0\x32\x2d\ -\x72\x0c\x0c\x80\x14\xe0\xb1\x7a\x94\xb6\x7c\xbd\xbd\xf9\xde\xd7\ -\x7b\x68\xb1\x17\x03\x93\xa8\xa9\x50\xb0\x71\x66\xd0\x57\x6f\x60\ -\x0a\x4b\x9f\xf2\x11\x91\xd6\xcf\xb0\x4a\x73\x92\x53\x3d\x44\x04\ -\x7c\x9e\xa0\x5e\x2a\x0d\x67\x29\x33\x89\xe6\xd1\x48\x32\xb2\x35\ -\xc4\x21\x3f\x2d\xc3\x05\x31\xb3\x0f\xd3\xc0\x16\x27\x53\x0a\xd7\ -\x43\x33\x6c\x88\x5a\x64\x41\xb7\x96\x18\xaf\x77\x62\xa5\x05\xef\ -\x66\x4e\x2d\xe6\x28\xd8\x01\x6c\x80\xb3\xfd\x9a\xf9\xcc\x84\x1b\ -\x60\xa1\x8a\xd6\x78\x8c\x3a\x30\xd9\xd9\x13\x37\x0a\xf7\xf1\x1e\ -\xdc\x64\xc2\x1b\xeb\xe5\x8d\x72\xaf\xd7\x6b\xed\x96\xda\x44\x80\ -\x18\x60\x6f\xb9\x90\xb9\x7e\xf4\xd7\xe6\x29\xee\xc2\xe2\xb6\xa4\ -\x88\x4f\x88\x11\x45\x6c\x02\xb2\x60\xd2\x8f\x8a\x43\x85\x63\x21\ -\x2b\xc5\x4a\xbe\x5e\x32\x21\x80\x34\xf1\x02\xca\x00\x72\xde\x23\ -\x58\x0e\x92\x40\xa7\x24\x19\x34\x65\xfd\x31\x00\x52\x2c\x9c\x2e\ -\x7a\x46\x00\xa6\x56\x3c\xf3\x4a\x00\x76\xcc\xf3\xc2\x5c\x8d\xde\ -\x44\xa1\xb3\xf0\x3b\x85\x2a\x5c\x6d\xa6\x16\x8e\x46\xdc\x50\xc4\ -\x2a\x62\xd6\xc9\xcd\x65\x42\x87\xbe\xf9\xb5\x99\x52\x9a\x9c\xfa\ -\xdf\x63\x6b\x28\x6c\x8a\xc4\x0c\xcb\x1b\x1b\x37\x60\x08\x21\xaf\ -\x21\x1a\x05\xe5\x47\x46\x70\xa2\x90\x90\x15\xbd\x45\x34\xef\xf4\ -\xc5\x65\xef\xd2\x27\x05\x0b\x4a\x18\xa3\x15\x8d\x34\xb2\xb8\xdf\ -\x03\x07\x89\x48\x0d\x23\x44\xac\x6b\x9f\x40\xfc\x14\xc1\x35\xd9\ -\x01\xb4\x54\x38\x49\x08\x63\x99\xd8\x9f\xec\xc0\xd5\x3f\xb5\x65\ -\x4d\xa4\x43\x50\xd2\xdc\xa0\x38\x7e\x93\xdc\x8b\x16\xc9\x7c\xb9\ -\xc8\xe2\x81\xf1\x63\xfa\x2d\x78\x41\xa7\x57\x36\xb3\xc5\x95\x2f\ -\x53\xb9\xdf\x8a\x36\x0a\x82\x1b\x60\x6f\xc8\x5c\xef\x73\x03\x1b\ -\xea\x7e\xe3\xe2\x4a\xc6\xdb\x54\x30\x62\x06\xaa\x18\x53\xac\x10\ -\xe6\x9c\xc2\x8a\xa1\x29\x00\x66\x0c\xe2\x13\xc0\xc2\xf1\xef\x13\ -\x53\x78\xd1\x7a\x8d\x03\xed\xad\x87\x11\x30\xe9\xcf\xaf\x4d\x84\ -\x08\x2c\x11\x98\xf1\x7b\xce\x2c\x28\x06\x69\x87\xae\xbb\x5c\x45\ -\x43\x69\x08\x4f\xd5\x66\xea\x77\x1f\x26\x72\xbd\x5b\x57\x57\x6b\ -\x7e\x29\x75\x7d\x9f\x66\x50\x00\x45\xd8\xb4\x66\xd4\x03\x62\x5f\ -\x8a\x60\xcf\xd9\xea\x34\x95\x0d\xff\xe5\xda\x54\x15\x94\x99\xc6\ -\x06\x02\x41\x4c\xa2\xda\x77\x2d\x61\x93\x5c\x2f\xc3\x91\xb4\x0b\ -\x30\xe7\x21\xdc\x68\x48\xae\x79\x80\xfd\x80\x27\xbc\xe6\x28\x1d\ -\xa8\x34\x73\xa3\xbc\x36\xb8\xda\x38\xeb\xbc\x56\x2b\xf4\x3d\x32\ -\xa1\xa1\x87\x58\x28\x46\x92\x31\x11\x69\x55\xa8\x8d\x56\x70\xf2\ -\x2f\x48\xb1\xbc\x38\xc7\xdd\xa6\x47\xb5\x79\xd8\x1d\x9a\x8e\xf5\ -\x57\x90\x47\x7c\x09\xab\xfd\x36\xd5\xfb\xe6\x7c\xf7\x6d\x92\xd3\ -\x35\x24\xef\xff\xee\x5b\xf3\x95\xd4\x1c\x69\xcd\x5c\x05\xfe\xb2\ -\xf0\x80\x83\x4e\x98\xcd\x55\xc6\x62\x54\x2a\x61\xee\xd5\x17\x7d\ -\xa5\x50\xd0\x22\xdf\xc3\x31\xcf\xc6\xfd\x3a\xd3\xab\x74\xd9\xba\ -\x16\x29\xa9\xf7\xf5\xde\xac\x1a\x39\x9d\x36\x96\xfa\x82\x7d\xd2\ -\xdf\xef\x01\xdf\x4d\x0b\x20\xf4\xba\xae\xc1\x6d\x6b\xbf\x7e\xc6\ -\xcd\xf0\x25\x72\x15\xe1\x8c\x7c\xe9\x54\x31\x88\x02\x91\x59\xcc\ -\x98\x2a\x9b\xb4\x46\xc1\x0c\xdd\xc8\x7a\x6d\xfa\xf7\x62\xf4\xbe\ -\x5f\x69\xbb\x7b\xb8\x17\x74\x80\x47\x73\xe0\x8d\xd5\xeb\xd4\x34\ -\xc0\x9a\xcc\xd9\xf3\x82\xb5\xb2\x7d\x0e\x0d\x22\x29\x65\x11\xc5\ -\x01\x5a\x08\xe3\x30\xd8\xc4\x21\xb7\xbd\x59\x01\xd2\x4a\xdf\xe5\ -\xd0\xbd\xab\x6e\xab\xc7\x55\xb8\xc9\xce\x48\x78\x5a\x06\x00\x3c\ -\x96\x8b\x9a\x00\x70\xb5\x4f\xaf\xae\x6e\xfd\x73\x29\xeb\x8a\xb9\ -\xec\x25\xc4\x03\x64\x72\x60\x3b\xa8\xbe\x82\x61\x15\x8f\xce\xbb\ -\xfb\x92\x59\x87\x58\x43\x84\x25\x9a\xcc\x00\x66\xc7\x0f\x88\x64\ -\xd6\xa1\xea\x77\x4a\xc6\x13\x72\x33\x5d\xf3\x4b\x2b\x8d\x69\x12\ -\xe4\x39\xb4\x42\x48\x66\xfe\x02\xa1\xa7\xcb\xda\x0d\xa0\xda\xf3\ -\x1f\xc1\xba\xec\x4e\x92\x62\x7b\x62\x1c\xeb\x50\x10\x0e\x96\xcc\ -\xbe\xb6\x59\xab\x07\x75\xd8\x84\x9a\x23\x37\x6c\x02\xea\x86\x05\ -\xd8\x80\x6d\xb7\xd8\x5f\xcc\x87\x1b\x6a\x75\xdd\x96\xd8\xf5\x19\ -\x29\xa1\x5f\xc1\xb3\x38\xe5\x04\xbe\x84\xae\xec\x84\x7d\x4f\xea\ -\x67\x18\xd6\x54\xa5\x16\x59\x6b\x9f\x74\x02\x8c\xff\xd8\xe0\x09\ -\x89\xd4\x6e\xbd\x1f\x9c\x79\xd1\xeb\x98\x97\x03\x2d\x67\x59\x91\ -\x49\xe2\xf6\x96\x54\x0e\xc3\x83\xe3\x5a\x0b\x1f\x47\xb0\xdc\xdd\ -\xcb\x37\xb5\x41\x57\x35\x83\xa5\x53\x93\x92\xb7\x1a\xee\x7e\x46\ -\x0f\x4b\x5a\xd9\xb8\xa0\xb1\xb3\x09\xf9\x22\x05\x1a\xa1\x39\x7f\ -\xd5\xbf\x26\x5e\xd0\xdd\x6b\xf6\x93\x40\x82\x80\x04\xbb\xbd\x7a\ -\x1d\xbb\x06\x2a\x1e\x2d\x39\x24\x4d\xa0\xe6\x11\x78\x43\x19\xf4\ -\x26\xa7\xd7\x91\x51\x76\x6d\xd8\x19\x59\x06\xd6\x48\x71\xa1\x13\ -\x41\xda\x93\xa3\xa8\x1e\xae\x25\x8b\x07\xd7\xb4\xa2\x31\xac\xf6\ -\xd6\x7e\x79\x09\x97\x4b\x9c\xe0\xe1\x15\x4e\x4b\x01\x33\xd6\xa2\ -\xd0\x0f\xed\x41\xe6\xa4\xf8\xd3\xd0\x10\x5e\x8f\x4d\x21\xad\xb9\ -\x72\x8a\xde\x14\x9b\x7c\x16\xd2\xb3\x50\xb3\x93\xdf\x11\x90\x5a\ -\x1c\xa0\x69\xa9\x74\x53\xe5\x18\x99\xb0\x8b\xfd\xbf\x36\xf8\xd2\ -\xc7\xca\xe0\xfa\x92\xb6\x96\xce\xc2\x2f\x69\x12\xd0\x6c\x62\xa1\ -\xc4\x11\x60\x59\xb7\x00\x0c\x24\x3b\x97\x98\xd5\x8d\x86\x30\x68\ -\x8d\xc3\x90\xa4\x86\x28\x33\xa6\xe1\x02\xb2\x1d\x18\xb7\x26\xc3\ -\xdf\xdf\x13\x36\xc0\x5a\x50\xfe\xbc\xd0\x8a\xb4\x95\x26\xa0\xab\ -\x7d\x78\x14\x13\x80\xe1\x4c\x58\xb5\x12\x61\xd7\x4b\xd4\xce\x8e\ -\x36\xcd\x10\xf3\xc7\x14\x39\xc2\x55\xd9\xa6\x36\xa3\x68\x3a\x7a\ -\x48\x22\xfc\xf5\x1d\x62\xd8\x08\xd1\xa1\xf9\xa8\xa3\x7c\xd7\x31\ -\xa9\x66\x4c\x8e\x40\xde\x9d\xee\xe5\x60\x8b\x10\x06\x55\xc1\x2f\ -\xaa\xb8\x2e\x2a\x9d\xf3\x12\x32\x9c\xb9\x51\x55\xcf\x40\xa7\x95\ -\x7e\xa3\x22\x95\x82\xa7\x14\x7e\xcd\x49\x2c\x46\x6d\x7c\x16\x55\ -\xe1\xde\xe7\xae\x68\x77\x7a\x5d\x47\xaf\x71\x2b\xd8\xac\x40\x2a\ -\x14\x60\x66\x0e\x00\x8d\x08\x35\x9f\xce\x23\x1c\xfc\xbe\x40\x6e\ -\xe7\x30\x03\x28\x3f\x1f\xe0\x6c\xc4\xe0\x3d\x10\xf9\xa6\xad\xba\ -\x35\x57\xbb\x06\xf7\xa0\x5f\x6e\x74\xa8\xbd\xb0\xdb\x59\x16\x37\ -\x3d\xd5\xff\x6a\x94\xf1\x4a\x93\xbb\xe4\xa4\x7c\xfb\xde\xe7\x45\ -\xbf\xda\x7a\xca\xfd\xc0\x8d\x1e\x46\xa8\x19\x44\xe0\xd4\x96\xba\ -\xb6\x9d\x51\x80\xa5\xc9\x8f\xbb\x87\x2c\xa6\x61\x9d\x61\xf6\x2e\ -\x46\x29\xbf\x07\x2e\xf4\x51\xda\xfe\x37\x3e\xf6\x69\xb7\xae\x87\ -\xc3\x12\x79\x9b\xcc\x14\xc3\x21\x75\x91\xd5\x7b\x39\xf5\x74\x68\ -\x94\x6e\x8e\x22\xec\x6c\x3e\xd6\x57\x6a\x9d\x37\x41\x48\xd8\x34\ -\x3c\xae\xb7\xac\x4d\xe0\x99\x7d\x28\x5d\x23\x4b\xe9\x32\xda\x28\ -\x88\xcc\x0d\x5a\xc2\x7d\xda\x2a\x6e\x11\xbd\x4d\x9c\x2d\xd0\x58\ -\x4c\xb3\x4c\x95\x2a\x7b\xa1\xf8\xf9\x33\x40\x19\xe7\xfc\x57\x28\ -\xcc\x2b\xde\xce\xcf\x9b\x6a\x50\x75\xbd\x45\x87\x07\x35\x48\x76\ -\x59\x8d\x40\x11\x52\xe6\x7a\x7b\xd5\x87\x49\x4c\x6e\xa0\xb1\x6c\ -\x6e\xc0\x55\x09\x70\x8f\xa6\x97\x43\xc7\x74\x6b\x36\x53\x2a\x22\ -\xcd\x31\xb3\x9e\x31\x7d\xdf\xfd\x36\x4a\x5e\xfb\x3c\x66\x32\x54\ -\xcf\xad\xcc\x27\x44\x8b\x41\x51\x87\xd4\x6c\x9e\xf6\x42\xdf\x35\ -\xe9\xd4\x35\xd8\xc1\x66\x28\xac\x11\x77\xf6\x6b\x14\x50\x7b\xde\ -\x26\x53\x60\x70\x39\x86\xea\x0c\xe9\xf3\x40\x15\x86\x89\x69\xe9\ -\x9b\xf7\x81\x4f\xbc\x5e\x27\xa3\x58\x4c\x6b\x46\xbf\x1b\x3c\xbe\ -\xc0\xa7\xbc\x68\x7a\x7b\xd9\x9e\x67\xa1\xe2\xbb\xac\x24\xf6\x7b\ -\x10\x90\x74\xff\xa8\xd6\x4b\x82\xd1\x45\xc0\xe9\xa8\x5d\xcf\x4c\ -\x54\xa7\xe9\xd8\xdb\x95\x2d\x44\x25\x8f\x4f\xd2\x69\xb2\x82\x35\ -\x6d\x2f\x14\xe9\x8d\x0f\x88\x3c\x28\x3a\xd6\x8d\xdb\xaf\x17\x2a\ -\x3e\x01\x03\x23\x05\x35\xb4\x36\xe0\x5d\x9f\xb7\x4e\xa0\x6f\x07\ -\x42\x60\x19\x9d\x73\xc1\xf4\x70\x60\x8c\x31\x67\x45\x75\xd0\x50\ -\x84\x27\xdc\x5b\x5c\xe4\xe8\xce\x67\x3b\x6d\x23\xdc\xf1\x2e\x62\ -\x52\xb7\xa0\x8d\x97\xed\xbf\xbf\x6e\x1c\x43\xdb\x1d\xb1\xe2\x52\ -\xc0\xba\x9d\xb3\x14\xa1\xee\x5e\x08\x56\x21\x74\x1d\xe7\x2e\x10\ -\x18\xac\x5c\x51\x45\xca\xf4\xdf\x9d\x50\x36\x77\x11\x72\x92\x7d\ -\x99\x47\xf8\x68\xb8\x32\x8d\x7b\x1c\x14\xb1\x40\xdb\x04\x0e\xc4\ -\xba\x5f\xb8\x86\xd6\xd1\xb0\x89\x91\xc4\xf7\x63\x16\x13\x3e\x12\ -\xe0\xb2\x10\x5f\xfb\x4c\xbe\x8e\x49\x00\x56\x11\x7e\x83\xd1\xa9\ -\x30\x32\x5c\xd8\x26\x1a\xee\xd4\xa8\x23\x60\x37\xd5\x10\xd6\xe9\ -\xdb\x63\x5d\xbd\x66\x34\xd2\xc6\x2f\xf6\x90\x3b\x3d\xc4\x6a\x40\ -\x33\x8d\x3e\xb9\x8a\xe7\x27\xc9\xb3\x8d\xa0\x68\x7b\xfe\x54\x05\ -\x39\x5c\x20\x47\x3b\x38\xaa\xe5\xbf\x90\x9c\x5c\xdc\x62\x90\x91\ -\xd7\x16\xb7\x8d\x15\x23\xe7\x56\x60\x9f\x17\x47\x50\x70\xca\x04\ -\xc3\x8d\x07\xa0\x4e\x3c\x2a\x7a\x14\x3c\x76\xbd\x98\x77\x0a\x1a\ -\xbc\x50\x91\x6e\xc5\x9c\x37\xd6\x38\x72\xd3\x57\xab\xf4\x0a\x06\ -\x44\xca\x3a\xa7\x15\x7b\x50\x7c\x5e\x26\xc4\x48\x72\xd8\x58\x47\ -\x13\xe0\x07\xb1\x21\x62\xee\xbc\xb5\xf3\x97\x9d\x5e\x10\x00\xa1\ -\xeb\xf6\x4a\x32\xf9\x80\x7f\x4a\x3e\x4e\x07\x59\xb4\xce\x5b\x00\ -\x17\x9d\xa4\x8a\x5a\x45\xed\xc3\x73\x90\x1d\x59\x18\x19\xee\x6d\ -\x59\x1f\xf4\x8d\x6e\x64\xb4\x25\x39\x9b\x2a\x59\x23\xea\x2d\xdd\ -\x6f\x68\x0e\x9a\x9e\xe3\x32\x5b\xd3\xb9\xe2\x82\xf2\x29\x4b\x2f\ -\x8c\x97\xe9\xe1\xea\xd9\xd2\x34\x08\x80\xc0\x38\x62\xb2\x9d\xf4\ -\xb5\x51\xad\x24\x8f\x89\x06\x95\xec\xbe\xa0\x08\x0d\x0a\x71\x74\ -\x58\xef\x47\x5e\x86\x86\x33\x67\x58\x74\xc9\x52\xc3\xa9\xe7\x57\ -\xcd\x50\xf1\x7c\x9a\x0b\x61\x0c\xa5\x47\x5d\x34\x9d\x01\x68\x12\ -\x3c\x09\x44\x50\x6b\x45\x0b\x43\x58\x5c\xa8\x41\x14\xf9\x2b\xe6\ -\xb9\x26\xab\x5d\x9a\x7b\xf1\xd7\x42\xcf\xbf\x50\xe7\x6e\xcd\x0b\ -\x7d\x31\xb7\x78\xa3\x51\xfd\x35\x14\xfa\xff\xe5\xd7\xa4\x07\x56\ -\x37\x53\xb9\xa2\x79\x7a\xfb\x59\x6f\xd3\x39\x9f\xe6\x56\x4d\x9f\ -\x3b\x98\x35\xaa\x3b\x8d\x30\x92\x71\x36\x44\xe6\xf4\x71\x01\x6a\ -\x56\xd3\x87\xc6\xc4\x7d\x98\xc3\x17\x3f\x67\x2b\x84\xdc\x0b\xfb\ -\xcb\xe7\xbf\x85\xce\x6f\x2f\xe9\xeb\x74\x2e\x74\x9b\xad\xa9\xc3\ -\x70\x08\x1c\x11\x90\x8b\x19\x55\x00\x19\x72\x4a\x96\xd3\x58\xcf\ -\x4d\x92\x3a\xdd\x4b\x17\x31\x58\x45\xbb\x1c\xf7\x1c\xc1\xed\xe5\ -\xf9\xef\x63\xbc\x37\xd3\x24\xd8\xd9\x14\x17\x7d\x66\xea\x54\x4e\ -\xbd\x1d\x22\x19\xed\x9d\xaf\x86\x12\xa9\x85\xbd\x3c\xbb\x3a\x11\ -\x1d\x14\xb9\x53\xc7\x74\x3a\x82\x2f\xe1\xeb\xfa\x6b\x81\xea\xa5\ -\xa9\x1a\x38\x0d\x30\x49\x8a\x71\x86\x74\x5f\x80\x03\x96\x04\x66\ -\x6c\x42\xb2\x53\x3c\x1b\xe0\x55\x40\x41\x95\x4e\xd8\xfb\xb3\xf8\ -\x8d\x64\x6a\x60\xfb\x33\xf5\x7e\x5f\x3d\xe7\xb0\x64\x29\x7a\x87\ -\xce\x90\x79\xa4\x50\xf2\x1c\x09\xa1\x01\x00\x11\x72\x2d\x64\xa6\ -\x10\x66\x79\x2f\xea\x5e\xe7\x52\x93\x21\x03\x1e\x79\x82\xc2\x9b\ -\x66\x1c\xd4\x34\xc0\xe4\x8d\x05\x32\xa8\x2f\xaa\xc7\x83\x0c\xab\ -\xb5\x31\xe8\xfd\x08\x8f\x3a\x2b\x9b\x7e\x8b\x48\x67\x43\x1e\x6b\ -\xe4\xf6\x38\xe0\x35\x8a\x39\x69\xba\x1b\xf2\x9e\x7b\xb8\x83\x92\ -\x44\x3f\x91\x99\x35\xc6\x8f\xb1\x8c\xf4\xd9\x7e\x3e\x1f\xa3\x1e\ -\x8a\x19\x1f\x15\xd0\xd1\x28\xae\x63\xcc\x00\x17\x11\x87\xd6\xc2\ -\x66\x94\xc1\x5b\x26\x68\x9c\x4d\x85\x7d\x83\xa5\x76\x8f\x75\x80\ -\x36\xc1\xaa\xce\xad\x95\x19\x66\x75\x3f\x7b\x5e\x98\xcb\x93\xca\ -\x9d\x54\xe9\xd4\x4a\xb5\x5f\xa1\x53\x73\xe3\x36\x64\xaf\x99\x33\ -\x32\x6a\xb3\xfd\x32\xf6\x1d\xc0\x67\x25\xdd\x31\xe9\x82\x65\xcf\ -\x79\xe8\x73\x19\x85\x54\x80\xd0\xa5\x42\xde\x03\xcd\x0f\xff\x09\ -\xd4\x9a\x80\xe0\x67\x8c\xc3\x02\xd5\xbb\xef\xa0\x20\x2c\xff\xfe\ -\x8f\x99\x06\x68\x0e\x51\x2c\x4c\x1f\x97\x01\xc3\xe3\xb4\x1e\xa1\ -\xb0\x5e\x67\x41\x60\xb3\x1f\xe7\xf5\x5b\x9c\x37\xf4\xa1\x10\x50\ -\x68\x40\xc4\x72\x9b\xd6\x32\x0d\x86\xe8\x08\x78\xce\x09\x80\x08\ -\x1f\x10\xf8\x41\x86\xf1\xa3\x87\xc1\xf3\x3c\xc0\xcc\x30\xad\x59\ -\xfc\xc3\xbf\x99\xb1\xc2\x36\xdd\xd2\xab\x1f\x88\x00\x7e\x17\x03\ -\x40\xb5\x53\xe7\x38\xec\x34\x47\x81\xe1\x29\x39\x1f\xd1\x0b\xc0\ -\xd0\x06\x70\x7d\xac\xd8\x4f\xf7\x18\xb2\x9c\x28\x9a\x3f\xf0\x3c\ -\xbf\x30\xec\xa0\x62\x51\x21\xa0\x06\x84\xea\x0e\x7f\x9e\x7f\x6d\ -\x24\x3c\xa2\xa3\xae\x77\xd3\x1f\xfe\x0d\x01\xb2\x90\xe6\x14\xe8\ -\x25\xab\xb1\x78\x1f\xf9\xb5\x4c\x88\x69\xf6\xf5\x8a\xf0\x89\x68\ -\x01\xc9\x96\x23\xa4\xcf\x3a\x8b\x50\x34\x0e\xfa\x62\xf6\x93\x26\ -\x34\x73\x18\xd3\x0a\x01\x26\x0a\x74\xf0\x66\x8b\xfc\x91\x3f\x20\ -\x42\x30\xdd\xd6\x13\x09\x06\x25\x0d\x92\x87\x00\xf3\x47\xdf\xa9\ -\x28\x27\x99\xe8\x1f\xcd\x0b\x61\x84\xc7\x29\xa8\xf6\x3e\xa1\x6a\ -\x6f\x10\xe0\x79\xfe\x55\xbb\x71\x04\x80\x1f\xcd\x8a\xf2\x75\xa4\ -\x2e\x31\x6c\xa6\x1e\xd3\x4c\xd9\xaa\xb3\x20\xc2\x07\x74\x8c\x3f\ -\x9c\xc7\x6b\xa3\x54\x24\x15\x87\x22\xdb\x3a\xb4\xc4\x6c\xb4\xcd\ -\x2c\x4b\x0f\xf5\xcf\xfa\x57\x03\x80\xc7\x8f\x35\x20\x03\x86\x2c\ -\xe0\xc5\xf0\xf0\x03\x4c\xcb\x26\xb0\x79\xb0\x90\x19\x43\xa0\xe5\ -\xf8\x08\x67\xc3\xee\x85\x0e\x59\xce\x8a\x1e\xe0\xd6\x44\xcb\x8a\ -\x4c\x0c\xd7\x04\x32\xe9\xb4\x4b\x0f\xfc\x3e\x85\x65\x64\x90\xf5\ -\x89\xec\x0b\x62\x01\x16\xb7\xd7\x25\xd5\xc7\xc0\x52\x63\x47\xcf\ -\x56\x03\x13\x62\x12\x04\x22\xe7\x1a\xb7\x51\x04\x47\x89\xbc\x8d\ -\x68\xa2\xe3\xb9\xb2\xb9\x5a\x2d\x82\x5f\xf8\x63\xda\xaf\x9f\x3c\ -\x48\x25\xa7\xa1\xff\x5a\x9e\xdd\x94\xde\x60\x3e\xc0\x20\x24\xc0\ -\xbf\x9f\xcc\x29\xb3\xfc\x23\xc4\xe1\xe9\xe5\x01\xe0\x10\x6c\xe6\ -\x31\x36\x8d\xfb\xac\x07\x60\x0c\xbd\x60\x23\x43\x0f\x82\x3e\x07\ -\xa3\xd8\x07\xbb\x50\xb7\x34\x3b\x2b\xa8\x82\x98\xe1\x80\x56\xb8\ -\x3e\xc6\x67\x47\xdb\xbf\x62\xec\x08\xcf\xa1\xe3\xb5\xb4\xf0\x00\ -\x00\x1a\x33\x5c\x03\xe3\x02\x37\x31\xbb\xeb\x16\x86\x8c\x68\x88\ -\xd9\x2e\x13\xc6\x7f\xb5\x60\x96\x09\x20\x0b\x68\x5a\x03\x0f\x04\ -\x88\xff\x00\x50\x31\x8a\xb0\x06\x9f\xdc\x65\x13\x04\x16\x5b\x13\ -\x5a\x9d\xde\x8c\xea\x25\x4b\xe0\x43\x00\x13\x28\x9c\xa3\x2a\x62\ -\xc8\x16\xf4\xa8\xf7\x9e\x36\x7e\xb8\x35\x5f\x6c\x7a\x8c\x09\x6e\ -\xa3\xeb\x6c\x6b\x05\x16\x3e\xeb\x93\x94\x16\xd4\x3f\xf3\x91\x07\ -\xc6\xd4\xcf\xf2\xf0\xaf\x1a\x08\x94\x0b\x58\x44\x4a\xd6\x4d\x0d\ -\x17\xe6\x08\x6b\xf7\xef\xe2\x39\x4f\x50\xf4\x9e\x79\x2f\x0d\x78\ -\x5c\x57\x6a\xe2\xe1\xd0\x90\xda\x7a\x5b\xa4\x20\x08\x07\x10\xa2\ -\x79\x2f\x6b\xa9\xb1\xc9\xbf\xeb\xd7\x6c\x87\xf3\xf9\x0d\x2b\xe0\ -\x85\x08\x1e\x77\xbd\xa2\x7d\xc2\x69\xae\x5d\x46\xa5\x1a\xa2\xbf\ -\x67\xc0\x00\xa1\x11\x19\x66\x40\xb5\xa1\x95\x92\x11\x67\xcf\x77\ -\x74\x17\x51\x2c\x7b\x50\xa7\x16\xd2\x34\xb4\x83\xa8\x34\xca\xac\ -\xf7\x4f\xd9\x17\x91\xf7\xe7\xc2\x7b\x7e\xac\x30\x1c\x6d\xb2\x0c\ -\xde\x8c\x40\x66\x1e\xa1\x51\x64\xb8\xb8\x7a\x65\xce\xd8\x6c\xba\ -\x22\x6f\x3c\x16\x99\xb1\x8e\xbb\x93\x1d\xd4\x22\x8c\xc0\xe1\xdd\ -\x1a\x1c\x00\xe0\xd7\x58\x30\x03\xbd\x49\x4e\xf6\x81\xea\x9d\x52\ -\x4b\x11\xa0\xa7\xeb\x1e\x40\xe0\x59\xff\x02\x0d\x77\xa0\xf5\x7c\ -\x2f\x0c\x56\xca\x07\x96\x39\xd9\xaa\xf8\x44\xca\x14\x01\x2d\x87\ -\x47\xd7\xcf\x80\x39\x46\xd1\x02\xd9\xf7\x5b\x1f\x0d\xc9\x66\x68\ -\xb4\x70\x67\x76\xac\xcf\x13\xcf\x9d\x88\x40\x3e\x8f\xda\x7a\x5b\ -\xa1\xbf\xe0\x63\xa6\x33\xe4\xc4\x71\xab\x13\x6c\x8f\x0b\x84\xde\ -\x27\x40\xd8\x90\x1c\x10\x3c\xee\x20\x2c\x4f\x1a\x5b\xd9\xb0\x68\ -\x0c\x82\xcf\xe7\xa3\x53\x33\x67\x16\x59\x86\x17\x11\x01\x0c\x80\ -\x8f\xe7\x5e\xba\x21\x88\x74\xea\x9b\x46\xd3\x98\xbc\xc0\x80\x00\ -\x26\xa5\xea\xb3\x01\xae\xda\x74\x45\xe2\xbd\x3a\xfd\x1a\x2b\xe9\ -\xb3\xfe\xdb\x58\x3c\xee\x7a\xec\x7a\x7c\x8d\xbb\x30\x5d\x2d\x61\ -\xb9\x7b\x74\xbd\x3e\xcf\x13\xf8\x0a\xc0\x08\xd7\x46\x0c\x66\x83\ -\x51\xe4\x3c\x18\xdc\xd7\x23\x0c\x18\x48\xf0\xaf\xfc\x17\x58\x96\ -\xe6\x6a\xe9\x42\x0c\x8a\xf4\x10\x80\x5f\xd1\x33\x05\xd8\xe2\x5f\ -\xc0\x27\x52\xa6\xc1\x5d\xff\xc2\x03\x13\x70\xfe\x28\x0b\xc8\xf4\ -\xd0\x24\x0a\xd0\x0a\xaf\x78\x67\x0f\x3c\xaa\x93\x5d\xcb\x8c\x36\ -\x16\x2c\x59\x30\x65\xc0\x1c\x33\x19\x30\x85\x39\xf0\x78\x0c\x06\ -\x3a\x48\x66\x39\x4f\x88\x96\xc3\xf6\xa8\xab\x5c\x71\xa5\x5d\x66\ -\x5f\xac\x20\xf1\x6f\x50\x2d\x49\x20\xde\x93\xcb\x01\x1e\x0b\xfe\ -\x76\x1d\xf7\x2c\x26\x0c\x2a\xf9\xf8\xe4\xd4\xcc\xf2\x4a\xfd\x81\ -\xff\xfc\xfc\xc0\x9f\xf5\xa8\x04\xc5\x3e\x1f\x3a\x6d\x0a\x11\x84\ -\x26\x3c\xf8\x01\x10\x82\xc1\x0a\xb0\x05\xd5\xd6\x1c\x3f\x1f\x5e\ -\x11\x98\x2c\xb8\x4d\xea\x11\xe1\x91\x4f\x78\x2a\x44\x06\x9b\x4d\ -\x09\x01\x11\x1e\x4d\x0b\x8d\x9a\x0e\x24\x23\x39\x10\x01\x18\x7e\ -\x4b\xce\x1a\x84\x1b\xa1\x4f\x19\x3e\x56\x3f\x6b\x8d\x32\xac\x76\ -\xd3\xf5\xa7\xf9\x64\x2b\x28\xa7\xf1\x68\x96\x00\xd2\x32\xf0\xdf\ -\x06\x02\x7e\x0e\xf3\x32\x72\x99\xde\x95\x1f\xf8\x6d\x7a\x3f\x6e\ -\x20\x82\x9a\x32\x79\xcd\xb9\xd6\x82\x31\x06\xac\xb5\x60\x4e\x9c\ -\x21\xeb\x53\x97\x36\x4c\x1d\x0f\x42\x64\xf7\xd4\xac\x15\x00\x2e\ -\xf4\x9d\xec\x9c\xa1\x68\x92\x5a\x86\x08\x63\x09\x74\x84\x96\xad\ -\x34\xc6\x7c\x41\xba\x28\x92\xa5\x05\x21\xf3\x8c\xa4\xea\x30\xc0\ -\x9c\xf0\xe0\x10\xcc\x0a\x76\xf4\x74\xe7\x4c\x53\x68\xa0\x50\xc3\ -\x33\x23\x41\x5c\xa2\x3b\x6f\x68\x00\x23\x4c\x2a\xc8\x0b\xbf\xe8\ -\x67\x36\x84\xf2\xe7\xe7\x3f\xc0\xcf\xb2\xc6\x50\xb3\xa8\x22\x20\ -\x96\xe5\x6e\x2f\x1c\x34\xa9\x8e\xb4\x52\x1c\x5e\x39\xc5\x51\x67\ -\xbe\x1e\xf0\xc9\xbe\x98\x86\x35\x3c\x36\xf2\x70\x67\x1a\xe6\x44\ -\x69\x26\xf8\xa5\x81\x49\xd5\x74\x93\x12\x55\x70\xe9\x28\x9d\xe8\ -\xce\xa5\x45\x54\x54\x21\xa6\x78\x0c\x8c\x78\xa0\x53\x31\xf9\xa9\ -\xef\x4b\x08\x06\x8d\x16\xde\x9c\x08\xf3\x54\xe7\x15\xdf\x70\x11\ -\xc0\x4b\x4d\xef\x52\x83\x09\xab\xc9\x45\x00\x02\x04\x4d\xe3\xd3\ -\xd6\x09\xe2\x06\xa2\x63\x24\x9a\x43\x04\x4d\x8e\x2e\xa8\x96\x27\ -\x42\x5b\x45\xd4\xed\xc9\x6d\xf3\x0f\xfd\x16\xa7\xfe\x2a\x2e\xf7\ -\xb6\x31\xeb\xc8\xdd\x36\x33\x65\x6e\x1a\xc7\x78\x7d\x94\x19\x35\ -\x65\xf3\xe8\x1a\xbf\x3a\x7d\xb8\x06\xb7\x74\xb3\x05\xa5\x71\xa8\ -\xf1\xc4\x94\x51\x66\x82\x27\xe2\x8a\x25\x07\x05\xb7\xbd\x8d\x44\ -\x4d\x03\xa5\x65\x25\x66\x16\x5b\xa3\xd7\x52\x58\xa5\x33\xab\x31\ -\x42\xda\x11\x43\xa7\xd7\xe0\x49\xe1\xd9\xc5\xc4\x71\x06\x8c\x4a\ -\xff\x72\xfa\x0b\x14\x8b\x5f\x47\xa7\x47\x07\xa5\x85\x7a\xb0\xe9\ -\x45\xd7\x10\x85\xfc\xe6\xcc\xd6\x51\x5f\xb3\xbc\x25\xd2\xe0\xcb\ -\x40\xb3\x56\x43\xc7\xd0\x1c\x57\x13\x35\x55\xb4\x1d\x87\x5f\xe0\ -\x9a\xb7\x42\xb6\xfe\xd0\x4c\x83\xc8\x72\xa2\xaa\xb9\x3a\x6e\xb8\ -\x5b\x50\xb2\xbd\x69\x01\xec\xae\x53\xc5\x1a\xbe\xd1\xa5\x8d\xd2\ -\x41\x16\x0a\x7d\x4e\x17\x1c\x04\x4a\x5a\x2e\x5b\x60\x29\x4b\x9a\ -\xef\xd4\x9c\x94\xd8\x03\x5c\x6c\xa2\xcb\x44\xe7\x96\x1b\xd5\xcd\ -\x5c\xfa\x3b\xc6\xcd\xe7\x6b\x8f\xa7\x70\x57\x3a\x5e\x25\x33\xce\ -\x88\xcd\xcc\x0c\x83\xba\xd3\x9b\xeb\x86\xcd\x93\xcd\x10\xe2\xd3\ -\xd1\x2f\xd6\xbc\xec\xe1\xaa\x7d\x8a\x36\x84\x1a\x25\x45\x3c\xe3\ -\xe7\x12\x5f\xb2\xbb\xe6\xc5\x44\x10\xe0\xea\x80\x2b\x9b\x5e\xa7\ -\x0a\xb9\xeb\xf9\xba\x3b\xaa\xee\x59\x90\x37\x63\x83\x63\x2a\x68\ -\xc0\x4b\x52\x5b\xdf\x4d\x4f\x3a\x4d\x13\xe1\x7f\xc9\x5c\xea\x93\ -\x94\xd4\x85\x0c\x77\x30\xb3\xac\xc3\x4a\xf7\xca\x77\x71\x4e\x04\ -\x9d\x16\x1e\xba\x11\x7a\x02\xb4\xc2\xe2\x4a\xeb\x40\x8f\xeb\x36\ -\xab\x01\x86\x30\x02\x0d\x6c\x96\xce\xfb\x1a\x9b\xa6\x05\xae\x6e\ -\xc9\xde\x78\x2d\x49\xc7\xc9\x78\x27\x1b\x0d\x31\xce\x04\x71\xf7\ -\x62\x39\xce\xe4\x6f\x93\xda\xea\xb2\x97\xef\x9f\x1b\x40\xe1\x0c\ -\x00\xb6\x06\x8d\x05\x83\x62\x95\xf7\x67\x3a\xac\x55\x3a\x76\xa5\ -\x80\x56\xe7\x56\x05\x49\xcd\x54\x6b\x33\x45\xea\xf5\xcd\x3f\xc0\ -\x9c\x13\xa3\xbc\x9b\x29\x00\x63\x66\x04\xc0\x55\xc2\xab\xa9\xe5\ -\x1f\xd6\xb3\xaa\xb9\xcb\x01\x1c\xf9\x85\x31\xed\x37\x29\x8a\x06\ -\xe2\x2a\x4b\x20\x1a\x48\x80\x28\xf2\x69\xab\xfb\xe2\xdd\x53\x6a\ -\x61\x09\x14\xc8\x43\xd6\x73\x4d\x9b\x9e\xd3\xfd\x50\xef\x7b\x89\ -\xc9\x1c\xa2\xc0\x1c\xf3\x62\x23\x5f\xf6\x1e\x96\xba\x09\x57\x9c\ -\xeb\xcb\x40\xd6\x78\xbf\xbc\xd3\xb3\x53\xdf\x1d\x40\x0c\x42\x3b\ -\x33\x3c\xa4\x5a\x64\x01\x85\x7e\x55\x2c\x48\x5e\x79\x5a\xa3\xe4\ -\x7c\xf6\x33\xc1\x62\x7b\x28\xe5\xb0\x3e\xe5\xac\x6e\x96\x22\xd4\ -\xf6\x9c\xd3\x37\xa5\xea\x27\xa5\xeb\xcb\xbb\x5e\x2b\x81\x62\xe0\ -\xb4\x32\x77\x3a\x32\x01\xb6\xfb\x4a\xf5\x22\x75\x22\xf5\x63\x7f\ -\x0e\x17\xdd\x1c\x2b\x4d\xb0\xdd\x1f\xe5\xf3\xcc\xd9\x99\x03\x1b\ -\x53\xc1\xf7\xe8\x5e\x7b\x37\x6a\xb2\xd1\xbd\x08\x13\x30\xaa\x67\ -\x31\x07\xf8\x3f\x2e\x1a\x30\x80\xf9\x3c\x4f\xe1\xfa\x9b\x3e\xc4\ -\xd0\x6e\x6a\x62\xb1\x9d\x28\x60\x76\xa3\x25\x60\xad\xe7\xff\x8c\ -\x40\xb0\xb9\x58\xf3\xf8\xbf\x43\xc0\xc0\xbb\xf5\x61\x71\x1e\x89\ -\x30\x59\x30\x2b\xd3\x62\x16\x91\x66\x1b\xd8\xc6\xcf\x75\xe3\xf8\ -\x9f\x35\x71\x2a\xea\xe1\x48\xbe\x37\xad\x28\x3a\xfd\x71\xc7\x03\ -\x13\xa3\x31\x52\x1a\x38\xd8\x58\x98\x6d\x42\x27\x8c\x81\x66\x57\ -\x74\xf1\x46\x87\xc0\xcb\xf8\x7f\xa7\x83\x11\x22\xcc\x31\x42\x93\ -\x15\x4f\xd7\x43\x86\xd7\x52\xd7\x12\x73\xd2\xf2\xc5\xd8\x28\x78\ -\xe1\xb0\x48\x6d\x7c\xe9\xd6\xa6\x62\xc1\x87\x2c\x4e\x79\xc4\x42\ -\x99\x1f\x00\xcb\xc7\x8f\x2e\xde\x75\xfa\x82\x71\xb3\x57\xda\xc9\ -\x8f\x08\x2b\xa5\xb4\xc7\xe5\xa4\x62\x50\xd9\xb8\xfd\x52\x4f\x24\ -\xd0\x91\x3d\x7f\xcf\x30\x86\x6d\xbc\xcd\x41\x07\xdc\xcd\xca\x73\ -\x7b\x12\x35\x4d\x51\xa8\x3b\x4d\x71\x09\xf4\xed\x3a\xa2\x81\x96\ -\x16\x5e\x79\xe2\xa4\x16\xc0\x4a\xe5\xe4\xc3\xf5\x2b\x0c\x56\xda\ -\xa6\x52\x84\x9b\x01\x80\xf9\x31\xa3\x16\x33\xc8\xb0\xd1\x7f\x0d\ -\x02\x95\xe6\x6c\xa8\x86\x22\xd4\xb4\x2d\x6a\xbb\x3d\xb7\x22\xfe\ -\xf1\x0b\xc7\xb3\x24\x2e\x49\x71\x2d\x07\xa3\xda\x5d\x1b\xf2\x2d\ -\x68\xd4\x49\xb7\x4e\x2d\xcd\x56\x34\x42\x66\x6b\x4c\x92\xa1\xa3\ -\xbb\x48\xbb\xe6\x43\xb5\x51\x3d\x38\x42\x25\x11\x54\x5d\x1d\x83\ -\x6a\x0e\x19\xaf\x14\xdf\x1e\x7a\xa4\xd0\xdb\x54\x31\xfe\x8c\x1c\ -\x1b\x48\x59\xe2\x66\xa6\xa1\xdf\x63\xd9\x04\x5b\xff\xb3\x05\x61\ -\x1a\x90\x23\xe2\xa6\x2d\x10\x9f\xfb\xd6\x68\x9f\xa6\x14\x9c\xce\ -\x78\x80\xf7\xe2\xd2\xd6\x51\x38\x42\x79\x91\xc5\xe6\xf2\xc7\xb6\ -\x6e\xa2\x40\x66\xd8\x2d\xf9\xd3\x60\x00\x63\x8a\xa3\xae\x52\xb3\ -\x7c\x17\x35\xa9\xe1\x52\xb0\xa0\x53\x71\x98\x8e\xcc\x30\x69\xba\ -\x96\x93\x0d\x54\x9b\x49\x7a\xd1\x40\x78\xb1\xa9\xe6\x2f\x18\xc6\ -\x01\x08\xcb\x8c\x31\xb8\x18\x29\xc8\xa5\x00\xca\x42\x08\x11\x5e\ -\x33\xd5\x76\xdd\xdf\xa1\xa9\x28\x82\x63\x77\x0e\x55\x79\x07\x5d\ -\x26\x20\x14\xf7\x94\x5b\xd2\xbf\xc7\x25\x40\x6f\x3c\x2f\x76\xe9\ -\xad\x70\x05\x2a\x19\x7e\x94\xe1\xae\x02\x4d\x8b\xeb\xcd\x54\xe4\ -\xaa\x6d\x94\xd1\x1b\xa5\x2e\x29\x6c\x7d\x32\xd6\x8a\x59\x2b\x84\ -\xc1\x8a\xeb\x1b\xd0\x70\xa3\xec\xfd\x5d\xdf\x95\x8e\x5e\xb5\x38\ -\xae\x5a\x92\xfd\x7c\xec\x94\xe3\x1e\x56\xfd\xcd\x88\x04\x02\xc4\ -\x2b\xf7\x20\x75\x8a\xbc\xde\x0d\xbb\x8e\x94\x9a\x06\xcb\xa9\x3a\ -\x5d\x4b\x37\xc2\x59\x33\x9d\x56\x93\xea\x57\x63\x26\x10\x3a\x5d\ -\x18\xe5\xa6\xe5\xa3\xed\xef\x9d\x2a\xeb\x34\x57\xdc\xcc\x36\x60\ -\x13\xc1\xb3\xbb\x28\x63\xd7\x07\x79\x5b\x4d\xc5\x55\x19\x2e\x62\ -\x7b\x42\x7a\x35\x9f\x68\x8d\x79\x89\xeb\x70\x4a\x59\xcd\x93\xb3\ -\x4e\xea\x7a\x87\x7c\x33\x92\x81\x72\x7e\x37\xda\x7f\x14\xa0\x03\ -\x90\xd4\xf9\x97\x0b\x9d\x14\x8a\x51\xd6\x18\x46\xc5\x73\xed\x90\ -\xc5\x2f\xa8\xce\xb8\x02\x9a\x70\x9a\x15\x49\xda\x77\x23\xaf\xa2\ -\x89\x23\xcb\xf9\x34\x9d\x0e\x18\xa0\xe6\x20\x32\xb0\x3a\xce\x71\ -\x3a\xe6\x0a\xea\x54\xcf\x69\xf5\x99\x2f\x38\xa2\x41\x6f\x71\x24\ -\x00\x00\xe6\x94\xc8\x22\x19\x11\x50\x2c\xe3\x8f\x7c\xa6\xb6\x6a\ -\xbb\x11\x9c\xee\xaa\x27\x43\x74\x5b\x14\x0a\x64\x28\xaf\x37\x41\ -\xc8\x3d\x80\x7c\xa3\xd0\xa2\x48\xba\x14\x36\x96\x01\xa7\x19\x55\ -\xf9\xff\xa9\xc9\x92\x18\x94\xc4\xef\xf7\xc6\x61\xab\x55\xa9\x3a\ -\xe8\x49\xc6\x22\xb9\xe9\x49\xd6\xfc\x09\x82\xc7\xb9\x5e\x81\x55\ -\x39\xa3\x4d\x74\xa8\x51\xac\xdf\x23\x39\x48\x02\x6c\x3f\xef\x97\ -\x65\xc0\x23\x58\x5d\x3c\x13\xcc\x08\x47\x6b\x9f\xa8\xae\xa2\xf7\ -\x7f\xee\x5a\x5a\x4e\xe7\x68\x91\xfd\xce\xc8\xcf\x54\xef\x56\x67\ -\x54\x79\xfd\xb5\xef\x25\x11\x81\xe9\xd3\x04\x2a\x23\xe2\x87\x35\ -\x50\x35\x11\x46\x6a\xb6\xab\xd2\x56\x10\xfd\x95\x9b\x1e\x7a\x11\ -\xe1\x18\xf1\xaa\xb3\xdf\x6a\xee\x69\x1a\xf8\x5a\x91\xbb\x01\xae\ -\x32\xc9\x5c\xab\x8e\x3c\x7a\x73\x43\xbe\x99\x09\x1b\x3a\x81\x30\ -\xf4\x70\x42\x28\x53\x13\x2c\xc8\x4d\xc9\xb5\xb0\xc5\xa6\x97\xb2\ -\xa1\xc0\x86\x80\x27\x17\xbb\xe4\x16\xc8\xa5\x90\x90\x7e\xf8\x06\ -\x49\x9b\xcd\xb1\x8d\xa4\x70\xc5\xf3\xd2\xf4\x42\xd2\x35\x16\x64\ -\x5c\x55\x1d\x2e\x18\xa2\x4c\x10\xc5\x85\x3b\x96\x2c\xbb\xd3\xdd\ -\xa1\x07\xdd\xa9\x25\x9e\x9b\xa1\x43\x2e\x4a\x74\x8b\x6c\xdb\x28\ -\x28\xe9\xa2\x03\xd5\xc2\xb6\x88\x70\x9d\x46\x14\x9c\x7e\x52\x94\ -\x28\x0b\x03\x04\xe0\xe7\x30\x0e\x70\xbd\x47\xd5\x99\x8c\x91\xcd\ -\x42\x35\xf0\x40\xa3\x21\x09\xac\xd0\xd8\x29\xdd\x6c\x05\xf2\x37\ -\x20\xf5\x37\x81\x08\x4a\x4e\x51\xa3\xb1\x71\x20\x00\x05\x60\x51\ -\xda\xc7\x12\xb4\x54\x7b\x17\xf6\xf6\x82\xa1\xc6\xae\x8e\xad\xf8\ -\x7b\xba\x4d\x3a\x0b\x4c\xd7\x05\xda\x73\x67\xe9\x93\x9f\xe9\xba\ -\x08\x7c\xf4\x12\x6a\xa3\x7a\x38\x7f\x3e\xa3\xed\xc7\x32\x20\x6e\ -\x97\xe1\xea\x3a\xbf\x62\x63\x8c\x30\x42\x4c\xdd\xc2\x6e\x6f\xa8\ -\xb5\xe5\xcb\x78\xce\x55\xb5\x61\xc6\x26\x30\xc5\x66\xdd\xee\xe9\ -\xe9\xc0\x98\x0e\x59\xf6\xfe\x46\x4c\xfd\xa4\x4d\x25\x7d\xaf\xd6\ -\xef\x40\x17\x83\x8a\x9a\x38\x8f\x97\x8b\xfc\x34\x02\xa0\x16\xfc\ -\x2d\xd9\xa9\xd9\x11\x43\x8d\x82\xd0\xc2\x9d\x6c\x62\x7e\x1b\xf0\ -\x55\x01\xba\x6b\xb8\xa0\xa2\xb5\x6e\x38\x22\x98\xba\x3e\xe8\xba\ -\xa4\xb4\x27\x36\x70\x06\xdc\xb1\x71\x05\x80\x05\xa0\x13\x0f\xb4\ -\xff\x2e\x76\x89\xb1\x2c\xa3\x87\x62\x39\x07\xbd\xa9\xe9\x42\x10\ -\x3a\xdb\xa6\xed\x2c\xbe\xdb\x65\xb7\xc2\xa5\x9a\x0f\xf9\x9f\x1b\ -\x13\x3d\xa5\x28\x03\xaf\xd3\x41\x4a\x08\x26\x2a\x48\xd5\x34\x8d\ -\x2f\x4e\x78\x48\xc5\x59\x6b\x6b\x72\x7a\x51\x7f\xc9\x97\xb1\x0e\ -\x88\xcd\xd0\x05\x09\xee\x80\x08\xec\x56\xd0\xe3\xd2\x58\xd4\x20\ -\x60\x6f\x72\x2f\xe0\x0e\x66\xe1\x4a\x98\xd4\xd8\x36\x21\xaf\x9f\ -\xc5\x66\x1b\x0e\x2a\x5e\x75\x78\xdb\x67\x21\xc6\xb8\x23\x90\x2e\ -\x46\x49\x9c\x8e\x69\x37\x3b\x6e\xbe\xd8\xcd\xdf\xf6\xcc\xcd\x4c\ -\xe3\x6f\xc6\x1b\xb7\xff\xec\xcd\x55\x32\x06\x4e\x5b\xef\xb3\x60\ -\xe7\xa6\x2f\xdc\xf3\xbc\xf4\x5e\x1c\xad\xf1\x17\xe8\x85\xfc\x3e\ -\x20\xeb\x53\x33\x69\x67\x4e\x34\x2a\x30\x92\xce\x43\xd2\x02\x89\ -\x51\xde\x27\x6b\xe7\x5d\x76\xda\xee\x4b\xdb\x17\xeb\x40\xca\x07\ -\xdc\xf4\x55\xe1\x0f\xb7\x35\xa5\x23\x9b\xc2\x52\xc8\xed\x7b\x84\ -\xa8\x20\xfa\x4c\xda\x30\x6c\xe6\x4e\x1e\x5d\x13\xeb\x5f\x3c\x84\ -\x7c\x35\x80\x4b\x6a\x80\xea\x75\x2d\x18\xcb\xc1\xf3\x91\x6a\x83\ -\x49\x5d\xc7\x86\xf8\xd3\xb4\x7c\x68\x74\x5a\xbf\xc4\x68\xd7\xbf\ -\x0a\x02\x11\x1f\x7b\x02\x77\x73\x94\x66\x88\x54\x0d\x0c\x58\x5d\ -\xa5\x87\x4a\x1b\xd8\x73\x98\xca\x0d\x52\xcd\xa5\x72\x8a\x64\x26\ -\x0b\x9b\xec\xb3\x37\x8d\x0b\x04\x4a\x4e\x29\xa7\x5d\x7a\xdb\xcb\ -\x84\xc1\x34\x39\xc3\xcb\xef\x39\x89\xcd\xe4\x48\x8c\x76\xea\xee\ -\xce\x60\x81\xe1\xd6\xf1\x90\x8c\xb2\x7e\x20\x35\x7b\xa6\xe7\x61\ -\x5c\x46\x93\xc3\xa8\x4d\x09\x46\xb0\x99\xea\xb9\xed\xc1\xd4\x4a\ -\xe8\xf3\x60\xf2\xa4\x2a\x63\xb9\x4f\xb4\x06\x25\xeb\xc5\x25\xb5\ -\xce\xb0\x8e\x06\xb2\x3e\xbb\xb7\xfb\x3a\x34\x7f\xad\x46\x1c\xc6\ -\x38\xe0\x30\xcc\x0b\xb2\x5d\x80\xa3\xe7\x9f\x16\x70\x64\x3c\x87\ -\x51\x8c\x27\xa8\xe9\xf2\x09\x2b\x18\x76\x37\xb5\xa9\x8e\xd4\xfb\ -\x5f\x03\xa9\xc4\x37\x40\x98\x90\xc5\xf9\x55\xec\xf3\xeb\x5f\x13\ -\x8b\xfb\x5a\x0c\x4b\x30\x83\xf8\x38\x63\xcb\xea\x35\x6d\x82\x3a\ -\x29\xbc\xd2\x5b\x4e\x08\xd8\xd8\xce\x2d\xd4\x39\x84\x7f\x48\xd3\ -\x32\x52\xb8\x61\xab\xbb\x85\xb9\xd8\x98\x60\x59\x31\x26\x86\x08\ -\xeb\xa2\xc9\xfc\x25\x2e\x62\x54\xb5\xd1\xe4\xd0\x6d\xdd\x0e\x4b\ -\x70\xd1\x2b\x56\x37\x1d\x76\xb7\x87\x18\xb5\xe2\xcd\x6b\xa1\x58\ -\xc3\x3a\x09\xb9\xda\xab\x9e\xe8\xd2\x0d\xad\x4d\x23\x0a\x24\x52\ -\xae\x73\x20\x71\xac\xc6\x14\xe5\x5d\x10\x65\x8e\x8d\x7f\x8e\xe1\ -\x01\xac\x92\x39\x5c\x2a\x36\x57\x5a\xa6\x5b\x78\xaa\xc6\xcd\x4d\ -\x1e\xc4\x49\x1f\x26\x34\x3c\x11\xd5\xaa\x33\xf1\x9c\x31\x6a\x07\ -\x6a\x41\xc9\x59\xd7\xc8\x32\xa3\x82\x5a\x90\x6a\xa1\x2f\xe9\x3c\ -\x13\xc8\xaf\x04\xba\x40\x3e\x86\xb6\xa6\xca\x4d\x32\xf6\x18\x00\ -\x7f\xbe\x43\xb4\xc8\xe1\x00\x88\x07\x08\xb0\x09\x78\xed\x0c\x22\ -\x04\x1c\xd9\x2c\x60\xe1\x8f\x87\x69\x03\xdc\xe9\x51\xfd\x12\x5d\ -\xad\x19\xaa\x4d\xd5\x81\x1e\x96\x31\x75\x86\x01\x82\x82\x14\x3e\ -\xa9\x53\x77\x86\xa0\xc6\x4e\xa4\x46\xc1\xdb\x8d\x43\xa0\xb8\x26\ -\xb9\xe1\x46\x6c\x72\xf4\xe9\xc7\xd0\xf7\x5f\x0a\x3c\xb8\x1e\x7d\ -\x7b\x63\xb5\xd9\x80\xb7\x62\x5b\x8e\x22\x7c\x77\xc9\xc4\x72\x71\ -\xb5\xc0\x6d\xec\xc5\xd4\x18\x9a\x25\xa2\x9c\x70\x0e\xa7\x24\x31\ -\x3a\x9c\x1b\xb0\x44\x10\xdf\x85\xfa\x12\x2e\x5a\xa5\xf1\xf5\x5c\ -\x2e\x1e\xe9\x30\x5a\xdd\x11\x4d\x32\x65\xee\x7a\x27\xea\xad\xff\ -\x0e\x1d\xce\xa1\x87\xbb\xe8\x4d\xb4\xdf\x8a\xcc\x11\x1a\x82\xc8\ -\x94\x41\x33\x0f\x11\x33\x07\x70\xf4\x1f\xbd\x40\x36\xc5\x05\x91\ -\x01\xaf\xee\xca\x24\xd1\xcc\x07\xe0\xe4\x17\x15\x02\x00\xcc\x98\ -\xf6\xef\xc6\x38\x42\xd8\xa4\xb9\x35\xd8\xbc\x1a\x98\xdc\x8a\xea\ -\x4a\x41\x6e\xb4\x4a\x2b\x16\xa5\x85\x22\x52\x5c\xc8\x82\x12\x7a\ -\xc2\x56\x70\x6e\x7f\x66\x5c\x98\xe1\x86\x0a\x2d\x54\xb6\x9b\x7c\ -\xec\xd3\x2d\x38\x66\x6e\xf9\x8e\x7a\xb4\x46\x4e\xa5\xe9\xa0\x7a\ -\x9c\x51\x06\x67\xb0\xbd\x53\xc3\xb9\x51\x44\xe9\xd0\x56\x55\x13\ -\x1c\x22\x7d\xd7\x72\x69\xee\xf6\xa6\x1d\x0f\xea\xb1\x05\x9f\x63\ -\xd5\x25\xbe\x64\x5e\x5d\x04\xea\x3b\x7d\xeb\x46\x01\xf4\xbc\x41\ -\xb9\x9c\x08\x2c\x02\x3f\x03\x63\x2a\x7c\x4e\xd3\x7c\xda\xd0\xf7\ -\xcf\x8d\x5a\x88\x38\x01\x4a\xe6\x56\xa5\x97\xf5\x0a\xcc\xcd\xb1\ -\x3c\xe0\x5a\xf7\xec\x18\x33\x68\xe1\xfe\x1d\x56\x6b\x4c\x4f\x83\ -\x93\xbd\x0d\x58\x96\xef\xd8\x9a\x49\x18\xc7\xb4\xc9\x9d\x3f\x61\ -\xb3\xfd\xae\x93\x01\xdd\x5a\x7a\x1e\x71\xc9\x82\x0a\xd3\x85\xb6\ -\x87\xb8\x34\xe9\x7d\x6f\x51\x31\x19\xd8\x8d\x1b\xea\x0b\xc9\xf7\ -\x88\x8d\xfa\xcc\x20\x8d\x0e\x78\x3b\xdb\x71\x6b\x3c\xdb\x94\x83\ -\x31\xe6\x26\x15\x90\xab\x77\xec\xd8\xc0\xca\x3d\xeb\x2e\x1a\x88\ -\xad\x30\xbd\xee\x29\xdc\x80\x03\xf8\x89\x7c\xac\x64\xea\x4c\xad\ -\x51\x00\x2c\x4a\x07\x1a\x88\x71\xbc\xe3\xe6\xbc\x56\x0b\xef\x19\ -\xc0\x13\x0e\x68\xd3\xa9\xa0\xe0\xb9\x1f\x15\x97\x49\x53\xb3\xa6\ -\xa7\xc6\x34\xf1\x7d\xd1\x9d\xa9\x01\x4a\xa4\xdb\xe1\xfc\xda\x26\ -\x88\xe5\xe7\x1d\xa6\x2c\x47\x73\xc5\x4e\xb2\xc9\xcb\xca\x40\x36\ -\x37\x5a\xda\x9d\x1b\xe5\x68\xde\x06\xc0\x70\xb3\xb4\x74\x00\x1d\ -\xa6\xc5\x75\x36\x50\x6d\xfe\xb5\xc9\x78\x52\xb7\x68\x6e\xb3\x27\ -\xf8\x96\xe0\xa1\xd3\x17\xf1\xe0\xad\x31\xc0\xc5\xbd\x57\x5a\x64\ -\x8d\x36\x55\x62\xf5\x28\xf8\x7d\x1e\x34\xfd\xac\x4d\x85\xb7\xf8\ -\x27\xc2\x8d\x8a\xef\xd3\xca\x7b\x9d\xc2\x2c\x27\x38\x75\xd4\x77\ -\xf8\x57\x03\x23\xff\x75\x67\xc5\xc4\x3d\x43\x3a\x84\x62\xd3\x2d\ -\xcb\xe7\x6e\xdb\x3e\xf7\x11\xbe\x14\x0a\x85\x6f\xa6\x5b\xa8\x3c\ -\x98\x15\x28\x55\x7f\x42\xdc\xed\xc9\x65\xe3\xf6\x16\x0d\x08\xb2\ -\x0a\x7d\x2b\x77\xda\x2c\xb4\x11\x17\xd4\x99\xa3\x7f\x26\x36\xc4\ -\x0b\x19\x93\xb7\xe9\x0f\xd5\x1d\xe3\x6a\xfe\x11\x33\x4c\x13\x61\ -\xa6\xfd\xa5\x1f\xd0\xa3\x85\xf7\x2e\x90\x36\x3d\xdb\xd3\xea\x73\ -\x34\xcb\x27\x62\x56\x51\x61\xd8\x12\xd7\x01\x74\xfa\x17\x07\x2a\ -\x07\xcd\x4b\xd3\xae\x6d\x3a\x46\x3a\xed\x58\x6b\x59\x4a\x7b\x4e\ -\xd3\xe2\x60\x75\xf1\xe7\xb6\x50\x08\x7b\x6e\x8c\xbf\xaf\x51\x34\ -\x57\xfa\xd9\xac\xc0\x41\xb2\xa0\xbf\xbe\x58\xb3\xd9\xf3\xce\x4a\ -\x03\x48\xe3\x7b\xd1\x68\x17\x9a\x52\x57\x26\x88\x7c\x5a\x51\x5b\ -\xa9\x7e\x95\x83\xee\x4d\x89\x27\x90\xa3\x24\x9a\xec\x22\x7f\xf6\ -\x37\x54\x50\x16\x9d\x34\x68\xf0\xef\x23\x1c\xb6\x9e\x8e\x82\xe6\ -\x41\x46\x59\x38\x53\xa1\x47\x49\x3a\xef\xb9\x46\x44\x44\xcd\x27\ -\xe8\xe2\x36\x57\xb9\xe9\xb1\x61\xeb\x33\x87\x32\x7e\xe6\xd4\x4c\ -\xe9\x3a\x82\x02\x0e\x40\x79\x8f\x25\x8d\xbe\x4e\x65\x77\xfb\x68\ -\x33\xe4\x08\x3d\xa2\x3b\x7b\x41\x47\xf4\xd5\x30\x63\x5c\x5d\x9e\ -\xbc\x61\x5d\xc1\x27\xee\xf6\xf3\x75\xba\xba\x3b\xc5\xed\x8d\x43\ -\x3a\x09\x42\x9f\x58\x95\x3f\xa7\xe5\x4a\xb8\x90\x56\x12\x9c\x01\ -\xbc\xe4\x0c\x59\x5a\xf9\xc8\x0e\x26\xbe\x8f\x5c\x0e\x52\xc4\x9b\ -\xce\xab\x53\x8c\x01\xd3\x79\xcf\x11\xea\xe7\x81\xa0\xd3\x45\x36\ -\x5e\x4c\xf4\xe0\xb5\xa9\xa2\xd2\x20\xdc\xa8\x54\x4e\x77\x44\xcb\ -\xbf\x4b\x5a\x85\xc4\x1a\x24\xcf\x7c\x91\xd4\x8c\xa0\x8b\xb0\xa3\ -\x98\x29\xb6\xfd\xe8\x0e\x95\x18\x3a\x38\xde\x34\x60\xe1\x08\x28\ -\x46\x57\xb5\x89\x68\x6d\x06\xf6\xa9\xe3\x2d\x83\x28\x0b\x5f\x28\ -\xba\xc5\x3a\x0d\x63\x33\x3f\xe8\xb9\x57\xde\xd0\x92\x89\xb8\x03\ -\x4f\x4d\x7f\x00\x00\x20\x00\x49\x44\x41\x54\x9b\x6b\x6b\xef\x86\ -\x0e\xca\x45\x4c\x4f\x31\xaf\xe6\xe3\xd2\x93\xfb\x84\xed\x8d\x4e\ -\x47\x97\x2c\xa2\x6c\xb6\x4e\x0a\xd7\x51\x18\xb5\x82\x5d\xf3\xff\ -\x82\x2a\x46\xb0\x25\x48\x53\xf9\x6a\x92\xc5\x40\x6b\x36\x46\xa1\ -\xac\xbd\x33\x39\x0e\x07\xc0\xcb\x65\x1f\xf4\x3f\x80\xab\xa5\x3f\ -\x40\x77\x37\x7b\x0b\xa2\xdd\x75\x8a\x27\xad\xed\xcc\xc0\xf2\xf7\ -\x5c\xb0\x96\xeb\x67\x1f\x30\xee\x93\x38\xa2\xaf\x76\xf6\xd1\x40\ -\x79\xce\xe2\xa0\x2b\x65\xde\x29\x3c\xd7\x4c\x36\x48\x89\x80\x14\ -\x30\x34\xa2\x02\x64\xa3\x27\x8f\x74\xab\xac\x6c\x93\xb7\xac\x42\ -\x69\x54\x54\x7e\x69\xb0\xf9\xa4\x4e\x35\x2d\x16\xc3\x6e\xdd\x7e\ -\x4c\x87\x7d\x82\x45\xea\xd6\xdb\x35\xae\xf8\x0e\x84\xd8\xf9\xee\ -\x7a\x13\x07\x0d\x13\xa8\x82\xa6\xc7\xba\x45\x44\xe0\xa5\x81\x6f\ -\xcf\x18\x31\xcd\x7e\x70\x2a\xa3\xa7\x14\xdc\xad\x80\x35\x4d\xbb\ -\xd2\xf4\x47\x50\xb9\x8f\x73\x73\x40\x9e\x9d\x88\x05\xa6\xc8\x33\ -\xf4\x35\xd7\x8e\x73\x73\x35\x69\x08\x19\xc8\xc5\x8f\xb2\x18\x04\ -\x37\x2b\xfe\xed\xb9\xf9\x9a\x20\x52\xb3\x1a\xa3\x16\x67\x26\x12\ -\x76\x2d\x6f\x60\x00\x4e\x91\xa6\x70\x5d\x55\xbd\x57\xba\x13\x86\ -\x19\x18\x40\xb3\xfb\xae\xd8\x02\x96\xc9\x5c\x36\x17\xa6\xb9\x36\ -\x20\xd0\xcb\x80\xa8\x41\x2e\xdf\x63\xa0\xb3\x92\x0c\x58\xa7\xee\ -\xae\xac\x60\x26\x1c\x0d\xb9\x9b\xe1\xe0\x34\xb0\x7d\x9f\xaa\x06\ -\x38\xf4\x4f\x3b\x9b\x53\x3f\xee\xcf\xdd\x9c\x39\x51\xe0\x16\xca\ -\xeb\x60\x22\x43\x3e\x5b\xaf\x7f\xd5\xc9\xd7\xb3\x4b\xb1\xd1\x0b\ -\xc1\x0c\x2b\x80\x57\x63\xbb\xf4\xbb\xd7\x80\x04\xe1\xcb\x79\xb7\ -\xb6\x7a\xae\xc4\xd8\x70\xfd\xdf\xd1\xf4\xd0\x4e\xd1\xbd\x53\xd2\ -\x73\x50\xca\xc1\x9e\xe3\xc5\x40\x32\xae\x4d\xda\xf4\x8b\xf1\x11\ -\xd5\x05\x90\xa1\x67\xca\x29\x75\x9f\x7a\x6c\xa2\xcd\x7a\x31\x11\ -\x52\xe3\x6b\xd7\x87\x70\x3f\x54\x15\xe1\x25\x9c\x65\x0c\x07\xc7\ -\xe1\xd3\x36\xa3\x2c\x73\x04\xb4\x60\x2e\x4c\x1b\x62\x34\x33\x08\ -\xa4\xce\x0d\xc7\x98\x4c\xb0\x51\x01\xef\x93\x09\x46\x28\x08\x3c\ -\x9e\x53\xa5\xd0\x94\xd8\xe5\x67\x5d\x71\x04\x1b\xee\x28\xde\xd1\ -\xfd\xf6\x40\xcc\xf6\x82\x05\x80\x06\xc1\x7a\xd2\x56\xba\x1e\xca\ -\xfc\x70\xe8\x9a\xc2\x0f\x0c\x49\x2f\x7f\xe6\xeb\x98\x59\xbf\x3b\ -\x16\xea\xa6\xc0\x70\xfb\x72\x1d\x8b\x81\xa9\xbd\xd5\x8d\xc6\xf3\ -\x02\x4c\xb0\x4c\xee\x8c\xf3\x2c\x4b\x28\x27\x28\x73\xd6\xe0\x5d\ -\x83\x39\x6d\xa9\x60\xd6\xdd\xcf\xcc\x14\x01\x07\x90\x7f\xee\x1a\ -\xe4\xca\x0c\x6b\x69\x26\x92\x2f\xd2\x81\x3f\xfa\xcd\x50\xc3\x86\ -\x89\x04\x70\x31\x30\x3e\x41\x2f\x00\x3b\x54\xc4\xdc\x70\xea\x3b\ -\x7a\x9e\xd2\x1c\x39\xc2\xc3\x00\x34\x7a\xce\x8a\x8b\xed\xd1\xa6\ -\x9f\x8a\xb0\x2d\xa3\x55\xf4\xc3\x88\x0c\x39\x75\x54\x5b\xb6\xc2\ -\x56\x2f\x5a\xe7\xd7\x7f\xda\xff\x4e\x58\xe8\xb2\xe8\x06\x23\xfd\ -\x82\xa7\x6a\x6f\x5e\xf4\x31\x6e\xb2\xa0\xfa\x0d\xdb\x83\x1b\x15\ -\xc6\x51\xaa\x7c\x1d\x7e\x10\xdb\x3e\x28\xc8\xf2\x00\xcb\x69\xb9\ -\x08\xd7\x75\xf2\xbb\x60\xe2\xcf\xeb\xa5\xed\xe7\x02\x5d\x0a\x8f\ -\x68\xaa\x76\x61\xe8\xb6\xc7\xfc\x3c\x40\x73\xc1\xeb\x13\x18\xb3\ -\x5b\x96\x3e\x59\xee\x05\x16\x36\x34\x59\x69\x12\xd8\xe2\x1c\xf6\ -\x66\x30\x27\x38\x77\x3d\x49\x5c\x70\x7a\x0f\xbf\x6a\x0d\x52\xb7\ -\xb6\x37\x2d\xa9\xa3\xf1\x42\xce\xf3\x67\x52\x8f\xe5\x89\x57\x85\ -\xfe\x4c\xea\x78\xea\xd2\x41\x24\xb2\x8c\x14\x36\x0a\xd4\x04\x66\ -\x4a\xa7\x36\x9c\x89\x82\x97\x46\xac\x52\x04\x7d\x62\x3e\xdd\xe5\ -\xaf\xe8\x86\x0e\x6c\xfb\x85\x3a\x77\x52\x23\x7a\x10\xb4\x83\x4c\ -\x6c\x7a\x07\xbc\xe9\x6e\x5a\x61\xbd\xdb\xeb\x27\xce\x19\x7a\xa2\ -\x56\x00\x40\x9b\xbc\xf4\xe2\xb6\x53\x15\xa9\xe5\x97\x88\x05\x38\ -\xf6\xac\xc4\x6d\x2e\xd3\x3e\x47\x1a\x14\x49\xa1\xde\xf0\x8b\x0e\ -\x2b\xe3\x0d\x1a\x2a\xcb\x94\x88\xbb\xe0\x95\x52\xc7\xc6\xd5\x21\ -\xdc\xbf\xd7\x36\x51\x61\x09\xe0\x71\xff\xfc\x8b\xf9\x40\x6b\xf1\ -\x52\x00\xbd\x51\xf1\xff\x46\xfd\xf3\xb3\xf2\xd0\xed\xc4\xc4\x11\ -\xbe\xe6\xf9\x81\xe9\x4d\x33\x96\x23\xf5\xb4\x15\x21\x7f\x0d\x10\ -\x15\x02\x9a\x49\xa7\xe5\xa0\xb7\xf1\x3d\xdf\x2b\x47\xcd\xe5\x07\ -\x61\x73\xeb\xdf\x6b\x0e\x36\xea\x9c\x67\xca\x9d\xc1\xa0\x7b\x93\ -\x5b\x19\xb2\xc6\xb4\xe1\x75\x7d\x9e\xbb\x91\xcd\x4e\x1b\xcc\xf0\ -\x66\xd7\x8e\x43\xd0\x13\xb5\xee\x49\x56\x42\xe4\xa4\xee\x74\x31\ -\xfa\x6e\x72\x21\x87\x76\x9b\x81\xe8\x07\xf6\x41\xe1\x5d\xf3\x76\ -\x67\x34\xb4\xb0\x54\x03\x61\xb1\x18\x28\x90\x6b\xaf\xbc\x49\x23\ -\x8f\x39\x91\x8d\xf3\x4b\x90\x11\x25\xe5\x3c\xbe\xd4\x61\x86\xe5\ -\x34\xc3\x20\x3f\x64\x95\xa4\x51\x78\x55\xd1\xd4\x2d\xa0\x41\x7d\ -\xbf\xd6\xf7\x1b\x7b\xc4\x2c\xe0\x65\x9f\xb6\x6a\x53\x85\x97\x50\ -\x63\x9d\xb0\x97\xbb\xb3\x80\x79\xca\x38\xb3\xf5\x6b\xbf\x55\x53\ -\x45\x7c\x3a\x23\x69\xd4\x50\xc3\x80\x01\xeb\x14\x21\x6b\xe9\x41\ -\x2d\xe2\x05\x9d\xe5\x24\xf9\xfc\xf8\x72\x56\x53\x4c\xe7\xac\xce\ -\x0c\x5d\x92\xad\x45\xe1\xc2\xe4\xd8\xab\x55\xfe\x1a\x80\x9e\x9a\ -\xb0\xf3\x9d\xf5\xf7\x66\xb6\xf2\x42\x41\xd7\x3e\xef\xf0\x32\xfd\ -\x93\x65\x8d\x0d\x01\xc3\x63\x35\x8a\xc6\x45\x68\xa2\x53\xa5\xb7\ -\x9b\xa4\x83\xa5\x6d\x79\x89\xbc\xb3\x3c\x6b\x71\x1b\xe6\xdc\x83\ -\xd9\x31\xa6\x5a\xc2\xa6\xc7\x45\x7e\xf5\xde\x51\x16\x90\x1c\xd3\ -\xf2\xd0\xec\x5d\x74\x8a\x31\xb1\x3a\x9c\x99\x22\xb3\xa8\x68\x1e\ -\xdc\xa9\x05\xd4\xc5\xca\x1d\x6e\x9c\x9f\xdf\x44\xe9\x94\x28\x2c\ -\xd7\x8b\xa1\x25\x4e\x53\x11\x5f\x16\x67\x78\x47\x23\xbc\x50\x24\ -\x9d\x92\x3c\xcf\x13\xcd\x1e\x94\xee\x92\x98\x00\x67\x2d\x58\x73\ -\xb2\xd0\x0b\x45\x6d\xe4\xb8\x16\xa8\xbe\x78\xa9\x8b\x3a\xc9\x9c\ -\xfb\x56\x11\x54\x06\xbd\xc7\x37\x9b\x39\xdf\x39\xba\xd2\xe8\x74\ -\x52\x11\x06\x01\xe2\x1e\xba\xba\xf3\xe7\x65\x29\xea\xe0\x6e\x3f\ -\x31\x23\x13\x01\x1a\xd9\x69\x3b\x6a\x02\x4e\xcd\x18\x43\x5d\x02\ -\x3d\x7b\xab\x1c\xb2\x6a\x3d\x0b\x05\x4d\x87\x03\x15\x25\x71\x53\ -\x78\xff\xac\xc6\x39\x76\xa2\x60\x31\xc1\xba\x1d\xea\x81\x7e\xce\ -\xdd\x5c\x61\xa3\x8c\x0c\xb2\xf7\xaa\x74\xbd\x87\x57\x08\xbf\x3d\ -\x19\x3b\x28\x0f\xf0\xff\x33\xf6\x66\x4b\x92\x1c\x39\x90\xa0\x02\ -\xe6\xc9\x99\xff\xff\xd6\x95\xe9\xae\x0c\x37\x60\x1f\x70\x9b\x7b\ -\x14\xbb\x28\x14\x16\xc9\xca\xcc\x88\x70\x3b\x00\x85\x1e\x85\x2c\ -\x2e\x2f\xf8\xe3\xe2\xb6\xcd\xa3\x4d\xb4\xc8\x79\xb8\xee\xdd\x9a\ -\x63\x25\xac\x1e\xba\xea\x28\x25\x6f\xf8\x06\x16\x2f\x88\x4b\x23\ -\xd0\x8b\xbd\x31\x19\x09\xc1\xfc\x4b\xf0\x60\x5a\xf8\xe3\xf3\xb5\ -\x68\x89\xd7\x94\xcd\xb1\x37\x11\xfd\x32\xc8\x40\xe6\x68\x20\xce\ -\x4b\xfa\x4b\x51\x12\xc0\xc2\xc6\xef\xa1\xa3\x78\x29\xa4\x28\x28\ -\x36\xdc\x90\x57\x29\x2a\x52\xac\x83\x2f\x17\xde\x1b\x62\x1e\xa5\ -\xa0\x6c\x69\xfa\x89\x28\x1c\xba\xf8\x98\x1f\xf4\x2e\x8d\xd8\x81\ -\xa0\x65\x30\xfd\x05\x61\xe7\x23\x0b\xcc\x56\x42\x5a\x63\x5f\x61\ -\xbd\x3f\xb3\xcb\x4e\xe1\x7d\xf0\xe6\xff\xa6\x09\x7d\x9b\x08\xe8\ -\xa0\xa4\x54\x50\x63\x72\xc2\x5d\x83\x64\x85\xfa\x55\xd3\x4a\x27\ -\xad\x50\xa3\x62\x90\x4f\xb0\xd8\x8b\x2e\x5b\x17\x65\xe7\x9e\x7a\ -\x2d\x6d\x81\xc9\xbb\x99\x5d\xbc\x98\x2f\x0c\xbd\x61\x43\x09\xf3\ -\xbd\x48\xe5\xca\x04\x2f\x5d\x5a\x74\x84\x34\xcc\xe4\x21\xc0\xf6\ -\x1c\xa3\xa0\x72\xd7\xf4\xd9\x81\x09\xad\x6c\xc1\x9a\x5a\xc6\x94\ -\xa3\x78\xff\xf3\xf2\xa1\x07\xad\x6d\xe4\x4c\x35\x7a\x1e\x8f\x42\ -\x81\x5a\x48\xa3\x8c\xe6\x2d\xd1\x54\x7a\xee\x43\x46\xe5\x9d\xc4\ -\x64\xe6\x56\x09\x32\xb4\x67\xf7\xf1\x30\x3c\xa8\x66\xfd\x4b\x3e\ -\xd6\x08\x02\xad\x73\xa7\xd6\x50\xd1\xd9\xae\xeb\xfa\x3a\xa5\xea\ -\x93\x45\x7d\xa1\xab\xa7\x25\x76\xdc\x1b\x54\xb4\x9a\x9e\x7f\xf6\ -\xb5\x50\x6e\xd3\xc3\xb7\xa9\x5f\x99\xcc\xec\xf7\x22\x8b\x34\x1b\ -\x43\x7d\x29\xfa\xfb\x44\xbb\xdf\x35\x7d\xff\x44\x88\x6b\x0f\x3c\ -\x4f\xa0\xd0\xad\xbb\x73\x7d\xe7\x34\x25\x0a\x36\x0c\x3a\xe5\x6c\ -\x04\xc3\xdc\x46\x52\xbe\xa0\x40\x33\xa2\x40\x02\x1b\x11\xa7\xf2\ -\x37\xbd\x54\x4d\x73\xd4\xf2\xe3\x4e\xda\xb0\x4e\xb6\x8b\x52\xe4\ -\x5e\xe2\x75\x22\x1c\xff\x7e\x5d\x17\xf6\x5d\xda\x91\xdc\xa5\x84\ -\xc6\x68\xc0\x64\x07\xb4\xc9\x97\xb4\x06\xcb\x0c\x93\x28\x73\xb1\ -\x44\x04\x3f\x7d\x6a\x12\xac\x08\x52\xcf\x37\xd3\x57\x90\x61\x68\ -\xc0\xe8\xb2\xbb\x14\xd4\x44\x1e\x65\xac\xb3\xae\x65\xfa\x21\x6d\ -\x8e\x8e\x54\xd4\xc8\xb5\x56\x99\x90\x29\x1d\xb9\x9d\x3e\x35\x83\ -\xbe\x6b\x21\xb1\x33\x86\x41\xbd\xbb\x24\x9c\xce\xa0\x6a\x00\xaf\ -\xbe\x53\x61\x9b\x1a\xa5\x35\x0b\x55\xbb\xf2\x0a\x83\xad\x76\xd6\ -\x20\xa6\xb1\xcb\x8b\x7c\x69\xa6\x4c\x4e\x05\xdc\x05\x82\xa4\xbb\ -\xa4\x67\x4c\x81\x62\xea\x54\xf5\x2f\xd0\x58\x26\xf1\x3d\xb0\xc1\ -\x7a\xb5\xbd\x88\xc3\xc5\x0e\x19\xbc\x7e\xae\x9b\x60\xbf\xd0\x6b\ -\xe8\x31\x86\xc6\x3d\x4c\x27\x14\xd3\x19\xb9\xc0\x46\x3a\x7a\x23\ -\x79\x02\xad\x3a\x63\x06\x7a\xb6\xd4\x6b\x56\x1d\x89\x0d\x17\xf4\ -\xa4\x97\x1f\x93\x59\x71\xa3\x87\x2d\xf9\x35\x1a\x6e\x7a\x42\xe0\ -\x9f\x1f\x3f\x81\x2a\xef\x52\x1b\x9d\x2f\x23\x4c\x9a\x14\x62\xdc\ -\xe9\x5c\xd4\xff\x5e\xc7\x9f\x93\xb7\x6e\x0a\x42\x2f\xac\x3a\x1c\ -\x77\xb5\x7a\x40\x9d\x40\xcb\x74\xcc\x59\x5e\xa4\xad\xd9\xec\xcd\ -\x55\x53\x47\x5d\xb7\xfe\x3a\x55\x6a\x4d\x7e\xb9\xe7\x25\x6d\xbd\ -\x7d\x4c\xea\x59\x15\x24\x58\x7c\x21\x4c\x50\x7f\xef\x8f\x23\xa5\ -\x7e\x10\xee\x79\x39\x7d\xf4\x06\x08\x3e\x91\xa9\xb0\x43\x6a\x5c\ -\xea\xa2\x28\x04\x82\x10\x45\xd9\xc2\x8d\x8f\x15\x23\xca\x80\x5c\ -\xa9\xfd\x31\x07\x98\x55\x97\x57\x43\x4d\xb9\x27\xb7\xa7\x46\x63\ -\x4f\x9a\xc9\x2d\x20\x26\xdc\x7b\x0f\x6e\xaf\x52\x59\x8f\xc7\x98\ -\x9d\x22\xf0\x93\x29\x8d\x25\xc2\xad\xf0\x17\x1f\x1b\x25\xbb\x33\ -\x59\x59\x4d\xdb\x04\x6a\xab\x14\xa2\xc7\xbd\x31\x71\x6e\xb1\x5a\ -\x0e\xd1\xe5\x9f\xff\x86\xf1\x83\xd9\x37\xf3\xde\x9f\x2c\xf8\x6d\ -\xdc\x62\x16\x9b\x31\x12\x89\xe6\x4a\xd2\x36\x98\x2c\xf7\xca\x2b\ -\xa6\x5f\xf9\x8f\xa3\x83\x5e\xfc\x29\x61\x7b\x76\x90\xaa\xe5\x5c\ -\x58\x91\xe7\x47\x9d\x7c\xb0\xc4\x29\x5c\xcb\xec\xc5\xcd\x74\x82\ -\x93\xda\xd0\xc5\x8e\xb7\xe7\x4a\x40\xca\x99\x90\x16\x7b\x26\x84\ -\xbd\xfe\x58\xf4\x72\x7f\x6c\xe1\x49\x99\x14\x6c\xfa\xf8\xcf\xff\ -\x27\x2d\x8d\xb5\x89\x37\x69\xc5\xa5\x18\x96\xb8\xf6\x1c\xed\xc2\ -\xe6\xd4\xb5\x30\x2c\x83\x00\xec\x2e\x92\xb7\x3d\xc3\x3f\x7a\x83\ -\xe9\x02\x2f\x06\x89\xa5\xa8\x8b\x08\x2e\xd7\x62\x6d\xf9\xa4\x23\ -\xd0\x28\xe0\xc5\x36\xd9\x1d\x4d\x87\x4c\xdd\x4d\xea\xe9\x7e\x80\ -\x7d\x6b\xe6\x2d\x55\x63\xcd\x5e\x88\x1a\x6a\xb4\xd6\x8f\xed\x2d\ -\x47\x83\x23\x2f\x66\x53\xe8\xd8\xa2\x70\xe2\xd2\x71\x91\x3f\x1f\ -\x34\xb7\xcc\xf8\xd9\x91\xbe\xfe\x99\xf6\xbb\x81\xc4\x19\xb5\x2c\ -\x82\xa5\xc5\x0f\x63\xa7\xf7\x12\xa5\x1b\xe0\x76\x27\x27\x91\x89\ -\x2c\x52\x33\x7b\xa9\xa9\x4c\xd3\x7f\xf9\x94\xf2\xd6\x7b\xd8\xf1\ -\x12\x2b\x94\x3e\xcf\x66\xf0\x25\x84\x18\x71\xa0\xfa\xb9\x50\xb6\ -\xd7\x9c\x8d\xf7\x76\x17\x20\x05\x59\x13\x93\xc6\x2f\x46\x99\xfb\ -\x6d\xeb\x97\x9d\xda\x98\xe1\xb4\xcc\xd8\xfa\x49\x9d\xa6\x15\xeb\ -\xda\xd0\x4d\xc1\x66\xd7\x49\x6a\x35\xb5\xbc\x16\xc0\x96\x47\xb1\ -\xf5\xd7\x4d\xe4\x29\xf5\x6d\x66\x6d\x6c\x76\xc4\xd0\x8f\x7f\x58\ -\xfc\xd4\x50\x00\xd8\xf2\x71\x73\x98\x55\x97\x5d\x43\xd4\x36\x14\ -\x17\xb3\x4f\xf2\xd9\x8c\x20\xbc\xd3\x61\x25\xdc\x7c\xb7\xec\xa1\ -\x29\xca\x26\x22\x08\x8b\xd3\x4e\x9a\x4d\x72\xd3\x7a\xc5\x39\xd4\ -\x75\x37\xac\xcf\x06\x36\xc0\x9d\x4a\x3c\xb7\x9c\x98\x3f\xf2\x9b\ -\x96\xe4\x1a\x41\x5e\xae\xab\x12\x62\xe8\xfe\xf3\xa0\x5b\x14\xed\ -\xda\x72\x80\x7a\xb3\x11\x13\xc8\xeb\xf2\xfb\x26\xc4\xee\x7e\x36\ -\xd2\x2a\x6b\x73\xcb\x69\x31\x54\x53\x45\x4a\x80\xac\xcb\x8b\xcb\ -\xd5\xbe\xde\x6e\xa4\x0e\x92\x00\xc0\xaf\x4f\x94\x97\x92\x45\xdd\ -\x78\x9e\x0f\x2d\xdf\x9f\x99\xd3\x13\xc1\x90\x97\xb9\x9b\x39\x80\ -\x25\xf7\xa7\xde\x0f\xf9\xa4\xda\xde\x01\x98\x09\xbf\xfa\xa7\xb4\ -\xb0\xca\x9e\xbd\xe4\xb9\x30\x9e\x33\x13\x6b\xbb\xe8\xab\x75\x8e\ -\x7c\xdc\x95\xf7\x2d\xc0\xf8\xba\x2e\xcf\x29\xaa\x60\xdc\x07\x4d\ -\xb6\xb3\x47\x9a\x70\x7c\x36\x3c\xfa\xd0\x3d\xa5\x36\x26\x68\xdc\ -\x3a\x1b\x0e\xa3\x4c\x33\x64\x59\xe3\xd2\xed\xc8\xa3\xa0\xee\x74\ -\x77\xbd\x37\x36\x76\x51\x08\x8f\x66\x21\x40\x92\xda\x63\xc6\x96\ -\xd8\xf1\x7d\x5d\x64\x1f\x13\xbc\x88\x7b\xd9\xb8\x73\x0a\xcf\xbb\ -\x69\x1a\x9d\xea\xb3\xe5\xb7\x00\x9c\x43\x1f\x62\x6b\xdd\x91\x7b\ -\x9c\xae\xa7\x41\xdd\xfa\xb4\x60\xf9\x26\xb5\xce\xbf\x7e\x07\xab\ -\xc6\x34\x93\x06\x02\xef\x5b\x8c\xb6\xed\x85\xee\xf2\xc9\x02\x5f\ -\x97\x03\x97\x84\xff\xde\xbf\x1e\x61\x82\xcc\x99\xac\x82\x58\x52\ -\x83\x5b\xd1\x05\x66\x30\xa1\x4d\x73\x94\x85\x2c\xab\x3b\x1f\x1a\ -\x40\xc6\x5a\xd1\x0e\x93\x22\xb5\x1c\x18\x67\x6c\xdd\x15\xa0\x9c\ -\xd1\x1e\x0b\xcc\x9a\x8d\xa7\x38\xab\x87\xdd\x24\x47\xfd\x9e\x32\ -\x50\xd1\xc1\x28\x8f\xc8\x91\x6d\x0d\x84\x19\x03\x6d\xfc\xa2\x72\ -\xa5\x0a\x8c\xa8\xe9\x4e\xea\xeb\xd1\xc2\xc8\x83\x72\x47\xc0\xd6\ -\x1b\x90\x6a\x7c\x15\xd3\xfa\xfa\xb3\x7f\xcd\xbd\x79\x37\x3b\x6c\ -\x8a\x09\x3e\xe3\x83\xdb\x62\x7e\xe4\x88\x68\xf0\x23\xf3\xcf\xbe\ -\xad\x09\x61\xf5\x58\x8c\x0b\xe0\x85\xe5\xa6\x66\xe2\x54\xf9\x2d\ -\x4e\x09\xeb\xd3\x32\x30\x3e\xf2\x31\xba\x6b\xec\x0b\xcf\xbc\x8b\ -\xc6\x70\x7b\x0e\x97\x15\xa4\x77\xa3\x38\xda\x5a\xfd\xc8\x27\xa3\ -\x38\x66\x93\x6e\xae\xc0\x5b\x3f\x10\xbd\x33\x7c\x57\xbd\x16\x97\ -\xa0\xba\xed\x6e\x7e\x52\x94\x40\x71\xc6\xc5\x67\x6f\xcf\xcf\x0b\ -\xd7\xe1\x09\x4a\xdd\xb1\xbe\x79\xe5\xf4\x94\xb5\x86\x1b\x37\xed\ -\xdc\x93\x57\xcb\x0a\x0c\x46\xca\x67\xff\xd7\x1c\xc2\xf9\x6a\x00\ -\x68\x8a\xfc\xf1\xd9\xbf\x60\xb9\x80\xa5\x95\x83\xd5\x26\xd5\xdb\ -\x3d\x16\xe2\x7c\x94\xc6\xb8\x20\x66\xfc\xea\x67\x3a\xa8\x8a\xb1\ -\xcf\x16\x16\x20\x8a\x5f\xf9\xcf\x68\x92\xc2\x89\x3a\x8c\xea\x2c\ -\xfc\xd8\x1b\xb0\xd5\x62\x7d\xc2\xab\xd0\xfb\x8f\xd8\x4b\x91\x41\ -\x16\x77\xd5\xc7\x75\xa1\xab\xdd\xc7\xa2\x02\x5a\x5a\x52\x13\xa5\ -\xc6\xda\x50\xc8\x1d\xae\xd0\x9a\xf5\xed\xe7\x73\x83\xaf\x05\xb9\ -\x37\xf8\x5a\xb8\x00\x3e\x04\xec\x2b\xb9\xd5\xf6\x61\xaf\x17\x5e\ -\xb7\x3b\x91\xac\x85\x8b\x1d\xbd\xd1\x69\x01\x1b\x7d\xf2\x6a\x19\ -\x37\xfd\xf2\xc7\xcb\x18\x2d\xa8\x22\x9a\x3f\xb7\x2e\xa5\xb8\x9a\ -\x45\x5b\x00\x1e\x55\x8e\x04\xda\x25\x22\xa3\x13\x15\x1f\x33\xb2\ -\x3b\xe3\x68\x73\x31\x32\x47\xae\x9c\x1a\x3c\xcb\xc1\x74\xdc\xb3\ -\xd0\xe0\x27\xc2\xb5\xc8\x67\x3c\x1a\x8e\x50\x5e\x03\xa1\x52\xcf\ -\xf9\xb8\x18\xa3\x89\xd4\x0c\x4a\x53\x4f\x3c\x2f\x34\x24\x0b\x9f\ -\xe5\x34\xc6\x2d\x20\x29\xb3\x89\xb8\xb8\xcd\xa5\xaf\xd9\x5a\x6e\ -\xf5\xe0\x36\x3f\xf0\x3d\xb8\x97\x5a\xb6\x92\x06\xff\x18\xf4\x14\ -\x17\x27\x12\x14\x96\x97\xab\x21\x80\x47\x81\x16\xf6\xc3\xa2\x53\ -\x77\xd0\x44\x82\xc5\xe1\xbf\x8b\x4b\xdd\x8a\x88\xb0\x5f\xe7\x83\ -\xf2\x50\x39\x06\x57\x52\x81\xe8\xc5\x5a\xf4\xb4\xc1\xb4\x82\x40\ -\x92\x4f\x9f\x9a\xa6\xe0\xab\xcb\x31\x41\x6a\x23\xf1\x6c\xd8\x95\ -\xec\xb0\xd3\x05\x66\x0b\x39\x14\x95\x34\x9d\xc8\x00\x5f\x77\x25\ -\x22\x6a\xf6\xbf\xed\x60\x22\x52\x5c\xff\x5c\x58\xeb\xb2\xcb\xf6\ -\x10\x59\x8b\xec\x6c\x20\xab\x68\xb9\xb3\x70\x05\x80\x8b\x79\xe8\ -\x06\x77\xe3\xe7\x17\xd2\xd2\xd0\x73\x6f\x4c\x6d\x1f\x2d\xa4\xa9\ -\xb6\xeb\x12\x85\xa9\x68\xaf\x0c\x20\x03\x40\xf9\x98\x26\xd3\x3b\ -\x65\xec\x45\x4b\xd1\x79\xc9\x8f\xc9\xe8\x2a\xba\xef\x77\x03\x85\ -\xfa\x5c\x19\x9d\xb6\x48\x9e\xe3\x64\x94\x39\xe5\x67\xb6\x55\xfd\ -\x7c\xc1\x0e\xee\x76\x9c\x05\x64\x99\x4e\xd2\x82\xfd\x7a\x91\x9f\ -\x0e\x86\xee\x92\x58\x21\xcf\xd5\xfc\xfc\xe8\x4f\xba\x25\xa5\x53\ -\x65\x34\xd5\x98\xfa\x9a\x37\x2d\x16\x47\xdc\x03\x5a\xae\x4a\x2f\ -\xa0\x17\x46\x43\x74\x4e\x89\x1f\xf6\xc6\xe7\x04\x91\xff\x2e\xbe\ -\xed\xfb\xbb\xbb\x8d\x76\x20\x09\xea\xf9\x69\x83\x2c\x52\x93\x47\ -\x0b\xad\x2c\x6e\x41\xba\x4a\x02\x19\x16\x9a\x9f\x1b\xcd\xf3\xf3\ -\xe7\xe7\xff\x60\xef\x4f\x66\xdd\x84\xf6\xd0\x0a\x3f\x19\xae\x67\ -\xf3\x45\x55\xb6\x53\x13\x66\x15\x67\x28\x85\xda\xd3\x5c\xe1\x9c\ -\xe6\xa5\xb6\x50\xf1\x4a\xe9\xe8\x53\xba\x68\x9e\x4d\xa8\xee\x7b\ -\xce\x2b\xb4\x08\x8d\xe7\xb4\x31\x0e\x8d\x03\xa7\x7e\x38\xf6\xf6\ -\x6a\x74\xf9\x2c\x06\xf4\x78\x6e\x79\x4f\xe1\xa1\x8b\xc3\xe3\x3d\ -\xd0\xd7\x29\xe5\x09\x08\xc5\x7f\x5b\x11\xe3\x81\x67\x8e\xcb\xd4\ -\x9b\xbd\x1b\x65\xbc\x39\x9c\x7d\x9b\x66\x9f\x93\xf5\x31\xd9\x02\ -\xda\xd4\x11\x93\xd2\xdb\x26\xda\x88\xa0\x6e\xaa\xe7\x64\x26\x2f\ -\xab\xdd\x05\xfd\xff\x51\x32\x0e\xde\x26\x69\x73\xbb\xf0\x41\x85\ -\x7a\x9a\x33\xd8\x7a\x2f\xf0\xb0\x34\x91\x0b\x4d\x89\x34\x6b\x16\ -\x0a\x8e\x07\x1e\xf4\x33\xd3\x21\x69\xe6\x6f\xaa\x87\x5c\x0f\xa3\ -\x09\xa5\x94\x32\x40\x2c\x2b\x8b\x17\x52\xb3\x19\x99\x44\x9c\xf7\ -\x9c\x9d\x91\xf3\x59\xae\x94\x3d\xf4\x3b\xb0\x83\x2f\xdd\xf9\x38\ -\x98\x0b\x15\x91\x52\x53\x16\xb4\xb3\x87\x23\x26\xa1\xe5\x60\x9d\ -\x6b\x4f\xb4\x62\x17\xbe\xe9\x50\x07\x60\x30\x40\xf4\xd8\x92\x5a\ -\x54\xf3\xa1\x5b\x77\x2f\x07\xb6\x02\x1b\x9c\xc6\x6c\x07\x85\x7e\ -\x4e\x47\xce\x73\xd2\xac\xd4\x5b\x4e\x27\x2d\x80\xaf\xcc\xeb\xec\ -\x86\x16\x2a\x3d\xa3\xb5\x4d\x86\x14\x43\x57\x8e\x17\x73\x1b\x02\ -\x3d\x4e\x97\xae\x77\x26\xd1\x9c\x32\x0e\x3d\x64\x80\x6d\x1e\x26\ -\x1f\x80\xdf\x49\x5b\x94\x1a\x79\xd5\x99\x42\xcd\xd9\x58\x9f\xb5\ -\x6b\xdd\x75\x35\x10\x50\x9d\xee\x8f\x2b\xef\x3d\x1e\x13\x3a\xc0\ -\x40\xe5\x8c\x5c\x91\x70\x55\x9e\x67\xcf\xe2\x9f\xac\xdf\x74\xe8\ -\xe3\xbc\x41\x87\xb3\x65\xdc\x9c\x2c\xa6\xa4\x51\xb3\x31\x68\x4c\ -\x34\x43\x58\x66\xf5\x17\x3c\xdc\xfc\x38\x77\x5c\xff\x8b\xc6\xa2\ -\xe8\x35\x43\x00\x8d\x6f\x93\xbe\x92\xe2\x48\x4e\xc4\xba\x84\xe8\ -\xb1\x7e\xf0\x62\xfa\x92\xbf\xdf\xe6\xea\xf8\xf2\x67\xae\xb2\x5b\ -\xae\x62\x30\x1a\x17\x26\x4f\xe0\x76\xcb\x6d\x43\x67\xb8\xed\x0a\ -\x24\x1a\x44\x4a\x43\x48\x5c\x87\x3d\x0f\x34\x29\x2f\x97\xbd\x5f\ -\x34\x10\x3a\xa9\x61\xda\x5c\x49\xe4\x48\x27\x5f\xe5\xce\x73\x5e\ -\x52\xc9\xb3\x84\x40\xb0\xdc\x2f\xe2\x2e\xeb\x56\xa7\x2b\x71\x1c\ -\xe4\x2e\xd2\x1c\xf9\x05\x47\xe1\x0e\x00\xb2\x5d\x30\x9e\x61\x7f\ -\x92\x89\xe4\x54\x37\xe7\x10\x91\x5a\x42\xb5\x7e\xe1\xbd\x7b\xc3\ -\xd4\x9b\xae\x26\x68\x57\xb4\x8d\x33\x5c\xe7\xba\x70\x9f\x9b\x88\ -\xde\xc3\x41\x99\x3d\x53\xca\x22\x5b\x45\xc5\xd1\x98\x72\x0c\x13\ -\xa8\x9b\x8f\x1c\x07\xb5\xcc\x84\x9f\xa0\xb2\x10\xf1\xf1\x8c\xda\ -\xd8\x5b\x82\x77\x5c\x3a\xba\x71\x79\x4b\x99\x1f\x50\x43\xb5\xd9\ -\x0b\x33\xe6\x6b\x50\x56\x4e\x8d\x4b\x88\x56\x15\x02\xc6\x65\x68\ -\xa5\xe8\xc1\x1f\x3e\x0e\x34\x77\xd5\x41\x86\xf9\x21\x0f\xa2\xbc\ -\x60\x98\xd2\x6e\x79\xd2\xcf\x6e\xa8\x7a\xc6\x55\x4c\x04\x03\x01\ -\xf6\x62\x3f\x9e\xb8\x3d\xe7\xd0\x23\x6c\x2f\xee\xed\x22\x60\x5e\ -\xe6\x74\x75\xfd\x83\xb5\x7e\x5a\x61\xb5\xb1\x63\x23\xfb\x39\xae\ -\xdb\xf5\x39\x14\x23\x66\xca\xcf\x28\x1d\xe7\x3c\x87\xe3\xdb\x45\ -\x76\x3a\x32\xc4\x7a\x20\xe9\x19\x5b\xa8\x11\xba\xa2\x65\x4f\xbc\ -\x07\x40\x9e\x8d\xf7\xa9\xb7\xea\x8d\xd5\x9b\xbd\xf4\xbe\x75\x84\ -\x8c\xcf\xc6\x9b\xd3\x25\xb0\xe8\xbc\x9c\xa0\x41\xd7\xf6\x75\x1a\ -\x9c\xa0\xf6\x17\xba\xc3\x55\x17\xa6\x32\x8f\xa0\x4a\x8a\x7c\x30\ -\x42\x5a\xe3\x46\x38\xb8\xb2\xdb\xb6\x37\xba\x10\x83\x8e\x46\xae\ -\x9a\xe9\x10\x17\x07\x65\x27\x4c\x49\xde\x8a\x89\x73\x92\xa3\x32\ -\xb3\x6a\x74\x93\xd3\x6e\x65\xe4\x7f\xa5\x21\x05\x2a\x8e\xa0\xa8\ -\x42\xd2\x42\x6b\xf9\x45\x33\x52\x6b\xba\x87\x9c\xdb\xbf\x9f\x3a\ -\x04\x03\x76\x62\x5a\xd5\x9f\xbd\x60\x63\x61\x35\x7b\xd9\x08\xfd\ -\x35\x5d\x93\xf9\xa9\xae\x59\x88\xac\xe5\x88\x38\x37\xda\xc9\x6a\ -\x59\x73\x68\xaf\x4b\x13\x78\xa1\x37\x4b\x6a\xb7\xfc\xcd\x62\xba\ -\x19\x42\x94\x02\x80\x1e\x21\x8d\xf3\xf2\x47\x22\xfb\xff\x66\x84\ -\x21\xf9\x41\x3f\x33\x07\x8d\x61\x41\x1e\x06\x5e\xe7\xdf\xa2\xe5\ -\xa1\xeb\x92\x54\x34\x71\x7d\xfe\x30\x33\x8a\x48\x08\x7d\xe6\xa5\ -\x9c\xd3\x9d\x8e\x38\xa7\x63\xdb\x17\x4a\xdf\xb5\xd6\x63\xaf\x76\ -\xb7\xb7\x6f\x54\xde\xe1\x6c\xdb\x1a\x91\xf7\xe7\x30\x27\x92\xdf\ -\xd6\xf9\x00\x68\x0f\xda\x7d\x38\xb0\x91\x4e\xbd\x5f\x22\xcc\x51\ -\xa4\xaf\x49\x6d\x3d\xf5\x68\x8f\x8b\x59\x78\x1a\xa1\x74\xed\x87\ -\x72\xde\x45\xa7\xc6\x32\xf6\xc8\xfc\xcc\x66\x4c\x41\xa7\x37\x66\ -\xd1\xe9\xb4\xaf\xba\x0b\x39\x0b\xab\x53\xd7\x41\x8d\xfa\x57\x6b\ -\x89\x7d\x02\x19\x60\x8a\xd7\x15\x2f\xc1\xe3\xa6\x0f\xa7\xc3\x4d\ -\xf2\xa4\x77\x69\x9e\x45\xc9\x58\x4a\xd7\xcb\x1b\x91\xf7\x04\x69\ -\x34\x73\x5f\x8f\x11\x70\xdf\x35\x6c\x95\x2f\x49\x2d\xb7\xed\xb9\ -\x2e\xa2\x98\x96\x96\x09\x46\x28\x5d\x55\xed\x9f\x38\x1f\x77\x46\ -\xbf\xe4\xda\xeb\x4c\x87\x2f\x74\x56\xa6\xcb\xe5\x8d\x52\xcf\x80\ -\x30\xeb\x1f\xd1\x16\x31\x73\x50\x1d\x79\x39\xf0\x6d\x20\xcd\x5a\ -\x0b\x58\x2b\x27\xc8\x76\xb7\xa3\x05\x16\x77\xda\xeb\xf6\xd7\xb8\ -\x41\x5a\xac\x9d\xd1\x34\xf1\x55\x16\xf3\xa9\xe7\xec\x52\x17\x14\ -\x30\x1c\x5f\xbb\xe5\x91\x73\x29\xc9\xa6\x58\xe3\x3e\x91\xb4\xf5\ -\x2e\xf9\x42\xe9\xbc\x4f\x1f\x45\x2e\x3d\x96\x83\x78\xac\xdc\xb9\ -\xdd\x83\x96\x9e\xf5\xc5\x60\xba\x34\xdd\x9e\x3b\x0d\x9f\xeb\x8b\ -\xdb\x99\x34\xb5\xb2\xe2\xd6\x3f\xd5\xf8\xd9\x6b\x8c\x3b\x73\x65\ -\x08\x74\x7c\x86\x17\x73\xd2\x85\xe1\x13\xae\xe5\xc4\x59\xc6\xb2\ -\x9c\xd9\x17\x70\x07\x9e\x83\xcb\x07\x85\x15\xc4\x9e\x9b\xeb\x9a\ -\x3f\x8d\xfb\x49\x1b\x70\xb3\x9d\x8d\x55\x54\x67\x3b\x47\xf6\xb8\ -\x37\x5c\x12\xd6\x68\xc2\x1b\xf7\x7d\xe7\xba\x15\x8f\x6b\xd1\x76\ -\x3e\xc5\x3f\xaf\x14\x61\xb5\x8d\xbb\x9a\x23\x56\xd7\x0b\xb9\x92\ -\x0c\xcb\x51\xa2\x28\xd0\x38\xc3\x38\xc9\x8b\x78\xb3\x4a\xb5\x49\ -\x01\x3f\x85\xe5\x3d\x0c\xb7\xa1\xee\x8f\x02\x99\x2c\xc3\x49\x71\ -\x66\x50\x1d\x0f\xd8\x85\x66\x91\x7c\x1e\x88\xd8\x56\x6d\x17\xfa\ -\x6a\x02\x3a\x64\x31\x11\x0d\x03\x83\xed\x50\x8f\x87\x22\x31\xae\ -\xdd\xa3\x41\x40\x0b\x22\x9e\xbc\x72\x19\x5c\x79\x2b\x78\x28\x25\ -\x51\x27\x87\xbf\x34\x68\x5c\x16\xa2\xec\x00\x76\xbf\xac\xa8\x6e\ -\xbd\x40\xcc\x39\x2c\x2b\x21\x16\x70\x97\x31\x1e\xf5\xfd\x2f\xba\ -\xda\x46\x8c\x0d\xdc\x16\x0e\xe8\x1d\xcd\x44\xb7\x0a\x56\xe8\x4f\ -\xb3\x44\xb7\xe1\x35\x24\x82\xd9\x54\x41\xbc\x3c\xab\x43\x1e\xf6\ -\xdd\x69\xa4\xe1\xcd\x16\xb3\x35\xd4\xf1\xef\x8b\x2a\x60\x15\xa7\ -\x25\x2e\x63\x98\x9b\x64\xc8\x74\x9b\x70\x50\xc6\xaf\xfa\x01\x16\ -\x05\x8b\xaf\x5b\x8e\x06\x38\xa6\x18\xfe\x2d\x22\x2b\x85\xe9\xc2\ -\xfd\xc5\x6e\x9b\x3c\x64\x2f\xce\x8c\x28\xb4\x1f\xee\x71\x78\x66\ -\xbd\x30\x33\xf8\x32\x03\x0f\xed\x56\xe2\x58\x10\xbd\xb1\xb7\x3a\ -\x09\x6e\x63\xe9\x6a\x76\xb4\xe2\x0d\xbe\xe6\x85\x1c\x96\xe3\x4c\ -\xb6\x9e\xc5\x47\xec\x19\xc8\x9b\xcd\x2c\x92\x12\x15\x0d\x1a\xb5\ -\xbc\x1e\xa4\x03\x61\x80\x3e\x6e\x1d\xca\x3f\xaf\x59\x38\x31\xd5\ -\xfd\xd6\x58\xe9\x0b\x82\x6d\xa1\xbd\xd3\x92\x3e\xa3\x06\x32\x24\ -\xfc\xc8\x31\x8b\x82\xcb\xc5\xcf\x73\x6a\xc5\xd3\x34\x05\x31\x6d\ -\x21\x88\x03\x05\xe4\x85\xc3\xa9\xe1\x48\x5a\x51\x4c\x9b\xba\xa6\ -\x22\x1a\x04\xf4\x43\x57\xa1\xb4\xab\x61\xf3\x8b\x9f\x16\xe5\x65\ -\x07\x71\xfd\xa9\xce\x0c\xb2\x3c\x54\x78\x9a\xd7\x30\xa6\x3d\x6e\ -\xf7\xa0\x33\x2a\x13\x5b\x3e\xb7\x36\x37\xa7\x3e\x41\x70\x43\x0c\ -\xfd\x12\x74\x9b\x1c\x71\xd5\xaf\xc2\xf4\x61\x73\xac\x2f\x3a\x9f\ -\x88\x33\xf8\x22\x6e\x8f\xc6\x44\x08\xee\xfa\x45\xa3\xb1\xa0\x66\ -\xce\x60\x13\xe8\x9f\x57\xc1\xf0\x7b\x40\x6d\xe8\x0a\x4b\xcf\x94\ -\xce\x99\xf9\x67\x57\x16\x04\xd4\xce\x49\x6a\xe1\xca\x7f\xfb\xf5\ -\x34\x24\x70\x4a\x69\x02\x5f\x4e\x3b\x55\x03\x6d\xc4\xe9\x3c\x4a\ -\x32\xdd\xe3\xc0\x6d\xaf\x2d\xa7\x43\x85\xa9\x45\x35\xbc\x02\xfb\ -\x9c\x85\x6d\x75\x59\x1c\x01\x0f\xcc\xa3\x47\x31\xd1\xf1\x9c\x26\ -\x23\x60\xc6\x0f\xf4\x49\xa7\x34\x93\x9c\x73\xca\xf4\x06\x90\xbc\ -\xd9\xad\xff\x6f\xe6\x17\xd4\xee\x8f\x27\x2a\x1e\x3c\x94\x81\x3a\ -\xf7\x82\x10\xdd\x1d\xb1\x37\x9a\x3a\x5e\x7b\x1a\x3c\xb0\x8e\x9d\ -\x42\xcd\x29\x94\xf3\x8e\x95\xc7\xf9\x13\x6b\x49\x1f\xf1\x21\xfc\ -\xc5\x78\xe2\x4d\x3f\x2c\x0f\x60\xb0\x68\x85\x14\x96\x24\x0f\xb1\ -\x7a\x37\x0c\xc0\x57\x53\x98\xa6\x5f\xf4\xb8\x17\x5b\x77\x15\x32\ -\x7b\x6a\xed\xf8\x38\x23\xe3\x35\xf6\x29\xbf\xdc\x3a\xf2\x0d\x33\ -\x1c\x95\x74\x68\xb8\x66\xa4\x81\x7f\x7d\xc4\xb5\xe0\xb0\x6b\x67\ -\x7a\xb8\x6a\xda\x1a\x97\xfc\xf9\x7a\xc4\xec\xf4\xfd\x8c\x23\xbe\ -\x47\x5b\x1e\x8e\xdd\x59\x15\x48\x6f\x34\xbb\xa7\x2f\x09\x85\xc9\ -\x4c\x80\xa3\xae\xbd\x4f\x2a\xef\x69\xc2\x72\xea\xe5\x08\xe9\xb2\ -\x4a\xc3\x00\x69\x65\x8e\x15\x11\x81\x85\x5d\x87\xf7\x2c\xde\xdf\ -\x8d\x1d\xc4\x69\xaa\xcb\xd9\x68\x47\x6d\x19\xd5\x78\x18\x77\x80\ -\x86\x2b\xed\xc8\xc1\x8c\xe6\x28\xdc\x2a\xdb\xeb\xec\x1a\xeb\x0a\ -\xa4\xc6\xd0\xde\xe5\x64\x46\xb4\x4d\xcb\x2a\xf7\xca\x2b\xd9\xa3\ -\xbe\x3f\xf7\x8d\x14\x48\xc8\x66\xdc\xa5\x44\x90\x6d\x35\x97\x0f\ -\xda\x5c\x5a\x50\x4d\x9f\x3a\xda\xbd\xda\xdd\x61\x77\x2d\x27\x65\ -\x50\x9c\x1a\x1c\xef\x4b\x44\xf2\x4e\x0e\x10\xae\x3b\xcf\xa4\x2b\ -\x72\xb8\x80\x93\x82\xf1\xf3\xf5\x3e\x5b\xac\xd6\x67\x0c\xd6\xc2\ -\x8b\x26\xfd\x45\x6b\x1a\x74\x64\xc2\x4a\x7f\x83\x09\x2e\xe9\xab\ -\x26\x36\xfa\xa5\x53\xdf\xcb\x30\x56\x53\xb0\xea\x2e\x43\xc1\xbd\ -\xf6\xba\x18\xaf\xac\x0c\x89\x64\x68\x32\x5d\x88\x87\xd8\x5e\xbe\ -\x8f\x84\x1b\x02\x32\x8a\x63\x13\x01\x12\xde\xed\x3c\xfb\xf1\x7e\ -\x06\x8c\x9d\xb6\xad\xe3\x6b\x09\x0f\x14\xaf\x0e\xdb\xd6\xa8\xa0\ -\x6f\x38\x0c\x1d\x48\x8a\x9f\x5d\x90\x26\x2e\xc1\xb4\x9f\x71\x3b\ -\x12\xbb\xb3\x60\x2f\x7e\xfa\xbb\x0d\x70\x9c\x29\xf5\xba\xa8\xfd\ -\xbb\x40\xf6\x97\x5c\xa1\x55\x69\xe9\xa7\x6b\x99\x15\xff\x7e\x49\ -\x11\xb0\x29\x47\x0b\x2e\x44\x3f\xd1\x5f\x77\x3a\x51\x6a\xe8\x2a\ -\x01\x74\xfb\x83\x12\x60\xbb\xd3\x95\xd4\x21\xd5\xa7\x1b\x49\xed\ -\xeb\xf9\x2e\xdd\xfe\x72\xa0\x42\x6a\xdf\x4f\x15\x6b\x71\x4e\xfd\ -\x52\x88\xef\xe6\x26\x39\x2e\x65\x4b\xe0\x59\x8e\xdc\xf1\x51\x38\ -\x8f\x70\xc8\x7c\x6f\x1d\x8d\xfc\x82\x6a\xfd\xa5\xb0\xca\xc6\xa0\ -\x8d\xb2\x63\x1a\x5a\x39\x36\xb3\x40\xae\x11\xfa\x76\xae\xb3\x5d\ -\x42\xab\x09\xac\x63\x33\xd2\xf5\x7f\x42\x92\xe2\x07\x90\x7f\x06\ -\xd7\x05\x6a\x68\xb2\xe6\xba\xbd\x40\x6e\x53\xac\xba\xc6\xc7\x59\ -\xe1\x86\xa7\x23\xd7\x97\xa2\x37\x8b\xf7\x8a\x41\xa2\x66\x23\xfb\ -\xc8\x04\x82\xb9\xc7\xed\x1e\xbe\x47\x2f\xc6\x12\x69\x9d\x4a\x6d\ -\x54\x8e\x02\x17\x82\xf4\xd4\x27\x97\x6e\xa8\x1a\xf9\x5a\x69\xd3\ -\x4d\x3a\x1a\xba\xb0\x50\x22\xac\x36\xcd\x58\x89\x12\x11\xad\x14\ -\x67\x47\xd6\xd3\x31\x93\xf3\xe2\x93\x86\xf6\xcd\x0a\x0b\x6a\x13\ -\xaa\x99\xa3\xc3\x2d\x7c\x38\xd7\xc3\x50\xc6\x7b\xf6\x1b\xd4\x43\ -\x20\xa2\x48\xe0\x61\xfb\xce\x97\x9d\x87\x6f\x34\xe6\xe6\x92\x9f\ -\xf9\x6f\xfd\xb8\x97\x41\xb9\x94\x72\x52\xed\xfa\x17\x11\x60\x38\ -\x6a\x2e\x37\xec\xf0\x09\xbf\x53\x1c\x2b\xa8\x5d\x0f\x7a\x91\x3e\ -\xd6\x3f\xeb\x77\xf3\x82\x4d\xcf\x35\x26\x04\x5c\xa0\x7c\xef\xf5\ -\x6c\x1c\xed\xd6\x27\x25\xab\x0a\x5b\xfd\x6a\x31\xfe\x9e\x95\xa3\ -\x8f\x0b\xa7\x82\x47\x93\x50\x6e\xd3\x0c\x5a\xa8\x80\x76\xfa\x6a\ -\xe5\x7d\x5e\xd4\x7f\x33\x6f\xd0\x7e\x7e\x3b\x40\x68\xb6\xc7\x07\ -\x3f\x29\xb4\xb6\x17\xb7\xd7\xf5\x7e\xa6\x47\xf1\xbd\x09\xb8\x74\ -\xbd\xba\xf3\x55\xd8\x2b\x27\x80\xa4\x0d\x60\x99\x13\xc0\x49\xdf\ -\x69\x43\x6b\xec\xbd\xf3\x8e\x4c\xe4\xf7\xa0\xca\x9e\x13\xab\x79\ -\x86\xd0\x57\x1a\xe9\xb7\x06\xe4\xdf\x7e\x4d\xba\xdc\x77\xf7\x49\ -\x5f\x61\xb3\x50\x56\x9e\xd4\x4e\x6e\x35\x85\x3c\x1d\x0a\xe7\xeb\ -\x95\x83\x32\xd4\xf2\x8c\xbe\x9e\xa1\xdc\x26\x54\x92\x5a\x96\x38\ -\xff\x42\xcb\x95\xcf\xfc\x88\x61\x61\x4c\x03\x16\xed\xa6\x0b\xdd\ -\x48\x01\x73\xaa\x27\xb9\x6f\xe9\xeb\x19\xaf\xb4\x9c\x59\x52\x4c\ -\x8f\x00\xda\xa2\x98\x0f\x73\xa7\xa7\x41\x45\x20\x82\x6d\x3d\xbf\ -\x44\x6b\x2c\xfe\x71\x2d\xb9\x3c\xa9\xa7\x4e\xe1\xfa\xdb\xa4\x97\ -\x64\x82\x03\xf3\x0e\xf5\xf3\xdc\x8d\x0b\xa0\xce\xa4\xe9\xc0\xe4\ -\x01\xdc\xa5\x99\x0b\x1f\x86\x6d\xca\x50\xda\x2d\x27\x74\xba\x2c\ -\xbb\xb7\xf9\xd0\xb1\x66\xd3\xf7\x46\xa3\x7e\xd4\x59\x41\x3f\x5c\ -\xa3\xc6\xa1\xa6\xa7\x0e\x90\x26\xa9\xc2\x08\xbd\xf8\xb7\x06\x0c\ -\xa3\xe9\x8e\xfd\x8d\x56\x2b\x9e\xae\x94\xa9\x03\x12\xb2\xa6\x45\ -\xcb\xdd\x19\xa7\x53\xb6\x4f\x25\xa9\xeb\xdb\x7d\x30\xf0\xd8\xbf\ -\x3a\x4d\x8d\xac\x11\x7c\xde\xef\xbe\x23\x93\xf3\x48\x8a\xc1\xa4\ -\x18\xd3\x2e\xfe\x31\xf9\x8b\x67\xc7\x92\x62\x66\x3c\x62\xa5\x0b\ -\x75\x99\x37\x89\x65\xaa\xfa\x6b\x94\xd8\xf3\x24\xc3\x74\xa6\x68\ -\xeb\xdb\x01\x60\xfe\xd7\x33\x48\x0b\x25\xca\xc1\xc0\x63\x98\x13\ -\xc1\xef\xf1\x5a\x7b\xa6\x99\x2e\x97\x82\xe8\xd0\x99\xa6\xb3\x29\ -\x99\xa1\x5e\x4d\xb1\x0e\xea\xab\x14\xad\xf3\xaa\xdd\xb1\xda\x24\ -\x65\xa7\xeb\x48\x14\xdf\xfd\xb0\xb7\x49\x8b\xf1\xf2\x43\x64\xad\ -\x21\x53\xd8\x56\x54\x09\x15\x9d\x29\xc6\xe2\x3c\x28\x08\xae\x51\ -\x91\x95\x62\xb2\x3e\x85\x3a\xdd\xbd\x0a\x91\x29\x47\x1c\xb7\xaa\ -\x6a\xb9\x5b\x78\xb8\x4d\xe5\x87\xd4\x1c\xf7\x6a\x22\x11\x63\x5c\ -\x9f\xac\x08\x59\x97\xec\xfa\x2d\x8a\x24\x74\xa1\xc6\xa9\xe6\x74\ -\x5e\xb3\xba\x68\xb7\x85\xdb\x37\xd8\x4e\xfd\x42\x6d\x22\x6d\x23\ -\x67\x98\x0d\x7a\xa2\x8f\xfe\x7d\x9b\x56\x6d\x9b\xe5\x8c\xeb\x65\ -\x80\xf5\xf3\x8f\x7d\xbb\x3b\xe8\x6d\x91\x03\xb6\x21\xae\x44\x4b\ -\x91\x7c\x20\xbb\xee\x3a\xa6\xb2\xb1\x95\x2a\x3f\x89\x8b\x07\x9e\ -\xa6\x04\x1d\xdd\x62\xa7\x5c\x49\x4b\x7a\x67\x02\xc9\x05\x42\xd8\ -\xb0\x1b\x65\x20\x33\x7f\x88\x46\xd8\x9e\xec\x8d\xb5\xae\xd4\xf3\ -\x90\x2c\xa7\x0f\xcc\xf0\x4c\xed\xea\x56\xff\x30\x47\x6e\x40\xd2\ -\xd4\x22\x64\x4e\x67\x4e\xda\xcb\x34\xb4\x04\xdd\x87\x78\x5b\xec\ -\xcd\x6e\xb7\x6e\x17\xd6\x86\x6a\x6b\xdb\xc0\xfe\xdf\x9c\x27\xcf\ -\xe1\x22\x94\xf6\xc1\xb1\xae\xee\x72\x9c\x24\x02\xf1\x85\xb5\x16\ -\xd6\x32\xee\xf1\x2d\xdb\xdf\x6f\x4d\xc1\xae\xeb\xb2\x7e\x9e\x5c\ -\x3c\x8d\xa3\xe0\x67\x9b\x9e\x74\xea\x56\x4e\x11\xc9\x0c\x38\x32\ -\x2f\xc7\x3c\x6a\x9f\xa8\x3f\xbb\xfe\xae\xd9\x4d\x67\xd0\x1d\x03\ -\x5f\x73\x84\x80\xe1\x8c\x78\x4e\x92\x09\x3a\x69\x01\xae\x05\xe8\ -\x56\xc1\xdf\x68\x42\x73\x72\x21\x29\xaa\x3d\xe9\x2d\x6d\x07\x65\ -\xb8\x29\x9d\x93\xdc\xe1\x27\x5e\x4d\x0a\xfb\xa1\x6d\x00\xc1\x0d\ -\x39\x23\x10\x72\xaa\x69\xa9\x45\x46\x07\xed\x5a\x94\x8d\xbd\x6b\ -\x82\x64\xbf\xd7\x04\x8a\x32\x83\x8d\x8c\xea\x69\xe2\xd9\xf7\x69\ -\x7c\x37\x18\xe8\xd3\xc7\xa0\x8b\xc4\x44\x5b\x31\x73\xb1\x8a\x92\ -\xf8\xdd\x1e\x39\xb9\xf7\x5b\x1f\xfa\x98\xb7\x09\xe3\x3b\x75\x34\ -\x68\x91\xe1\x70\x65\xe6\x39\x36\x09\xa6\x0c\x9a\x1c\x7a\x9e\xa3\ -\x49\x0b\x87\xd8\xe0\xc2\x9f\x85\x52\x80\x70\xb5\x27\xaf\x76\xb1\ -\xf7\x70\xe2\x63\x84\x92\xab\x2b\x90\xda\xcb\x9d\x45\xd9\x9d\xaa\ -\x69\x04\x21\x7f\x87\x5c\xe4\xa9\x21\x62\xcd\x09\x3b\x89\x9b\x51\ -\xf8\xf9\x6b\x13\x04\xa3\xfe\x68\x4c\x31\xa9\xce\x4d\xd2\xd6\x52\ -\x69\x57\xd9\xf5\x82\x8a\x0f\x0b\xe0\x39\x21\x7c\xd8\xfb\x63\x8d\ -\x6c\x9e\xba\x27\x08\x3b\x75\x84\xb3\x59\xdc\xe5\xc5\x98\x59\x83\ -\x8f\x42\x03\xcd\xd4\x04\x3d\x20\x15\xdd\x26\xe6\xaf\x4d\x55\x37\ -\x7a\x20\x6f\x6c\xa7\x19\x89\xbe\x36\x6d\x6f\x7a\xca\xb8\x61\xce\ -\xd0\x63\x6a\x01\xdf\x9a\x2c\x3f\x1e\xf9\x51\x5f\x29\xdf\x2f\x8d\ -\xe1\x68\xe0\xbf\x4d\x1f\x68\xae\xbb\xa2\xdf\xbd\x68\xf1\x5a\xb0\ -\xfb\xdf\xce\xca\xb7\x5f\x22\xf2\x98\x1c\x76\x2a\x34\xf0\x69\xd4\ -\xa3\x79\xa7\xd9\xdd\x35\xc1\xee\xdd\x9d\x24\x87\xd6\xab\xa8\x89\ -\x68\xd4\xc4\x6e\xda\x81\x06\x32\x73\x66\x53\xf2\xcc\x09\xea\x9f\ -\x93\xbc\x5b\x4d\x2b\x21\x33\x89\x1e\xd2\x86\x70\x0c\xed\x15\x3d\ -\xb5\xbb\xc2\xef\x21\x82\xe0\xcd\x13\xfe\xad\x4f\x39\xa9\xa5\x63\ -\xbd\x3a\x9d\x3f\x68\x59\xe3\xfb\xb8\x21\x50\xd7\x81\x19\xe5\x99\ -\x33\xdb\x34\x1c\x87\x6b\xe2\x44\xf9\x35\x01\x76\xc7\x84\x35\x74\ -\xa7\xda\x9a\x05\xf0\x5d\x11\x36\x4d\xe7\x49\xe7\x1d\x70\x52\x63\ -\x13\x04\xb8\x5c\x9f\xf5\x0c\xf7\x4e\x63\x2e\xe2\x46\x33\x96\xde\ -\x81\x36\x3d\x5f\x6b\xa8\x5a\x13\x6b\x41\xee\x34\x9b\xbd\x56\x3b\ -\x15\xb8\xd3\xeb\x5a\x6d\x81\xbb\x8d\x76\xde\x9f\x57\xcb\x04\x4d\ -\x4c\x84\x8a\xc1\x13\xbf\x17\xd9\xed\x7c\xe8\xac\xae\x5d\x53\xea\ -\x88\xbd\x08\x56\x4b\xa3\xd7\x6d\xdc\x20\x59\x0f\x86\x5a\xa7\xef\ -\x16\x60\x51\xce\x82\xc0\x5b\x56\x60\x73\xd9\xcc\x3b\x98\x07\xf3\ -\xa7\x1c\xbe\xe3\x79\xdc\x4d\x26\x53\xee\xcd\xd1\xec\xaa\xb4\x49\ -\x16\x82\x1a\xa8\xb8\x2c\x98\xee\x7a\xd0\xc2\x92\x96\xe0\x94\xb3\ -\x39\xb2\xe7\xcc\xe8\x49\x77\x3a\x46\xb3\x6c\x3c\x1f\xda\x93\xe3\ -\xad\x24\xb9\x61\x48\xf1\x15\xe9\x54\x17\x38\x37\x49\x75\x5e\x06\ -\x9d\x6a\x50\x47\x96\x5d\x4a\x1c\xc8\x23\x13\xb0\x2b\x4f\x8a\x5b\ -\x28\x1d\x35\x9b\xcd\x44\x67\xa3\x4b\x77\x63\x03\x44\x10\x67\x02\ -\x1f\x32\x12\xd7\x33\x84\xd6\x9d\xef\xaa\xa9\xa1\x16\xaa\xf6\x44\ -\x0c\x49\x34\xa3\x51\x52\xdb\x46\x9c\xc1\xc8\x76\x09\xdf\xb8\x65\ -\xa7\x48\x97\x9c\xc6\x26\x9e\xb4\x6d\xe8\x3a\x27\xe5\xcf\xaa\xc5\ -\xcb\x0e\x12\x56\x30\x55\x73\x90\x7a\xa4\xe5\xe2\x3e\x4f\xb4\xde\ -\x5d\xa0\xd8\xdf\x4b\x08\x26\xd3\x62\xb5\x19\x36\x9c\xc5\x76\x4c\ -\xa9\x9a\xcd\x79\x06\xe4\xa9\xa6\xde\x25\x74\x22\xf1\x4f\x9b\xf0\ -\xeb\xe3\x12\xea\xee\x89\xf0\x5c\x88\xa0\x9a\x6c\x17\x35\x96\x1e\ -\x41\x71\x37\xcd\xd6\xd6\x66\x8f\xc9\x95\x11\xa1\xbb\x7f\xae\xda\ -\x50\x68\xeb\x70\xc2\xe6\x99\x5c\x37\xc3\xe9\x94\x45\x83\x1e\xa2\ -\x5a\xf6\xc4\x39\xc2\xa7\xed\xa8\xba\x9d\x3d\x6b\x2d\xff\x7f\x76\ -\x40\xdb\xfb\xba\xa1\x7b\x99\x7b\x1d\x33\x20\x9c\xd3\xcc\xa7\xb0\ -\x5d\x32\xee\x60\x43\x46\xe2\x3b\x13\x0d\xdd\x40\xb7\xe3\x9f\xc5\ -\x05\xd7\xe4\x34\x28\x01\x98\x53\x82\x93\xdb\x7e\x9a\x52\xc4\xd7\ -\x8d\x42\x79\x79\x71\x08\xbf\x60\x02\x28\x38\xc4\xb6\xea\x2e\x59\ -\xff\x36\xbd\xd0\xaf\x45\x58\x34\xba\xcf\xc2\x69\x68\xac\x64\x5a\ -\xc5\x9e\xdf\x67\xcb\x27\x0b\xb5\xfa\x8c\x4d\x27\x49\xae\xb3\x1b\ -\xb2\x8d\x43\x00\x7d\x9e\x5f\xd1\x58\xbf\x89\xfc\x3b\x25\x55\xa3\ -\x08\x6a\x0e\x6a\x27\x55\x6b\xe8\x08\xd9\xe9\x69\xc7\xfc\x75\x11\ -\x63\x87\x63\x5a\x7b\xb6\x84\x19\xa6\xfb\x97\xf1\xc1\xa3\xa9\x1d\ -\x67\x34\xeb\xe3\x67\xa2\x13\x49\xba\x53\xec\xeb\x64\x6c\x27\xe5\ -\xca\xd6\xe2\x7e\xa5\xb5\xc5\x19\x56\x3a\x1d\x1a\x21\x8e\xe7\xa4\ -\xa5\x50\xe9\xb2\x97\x86\xbb\xaa\xd1\xb8\x0b\xde\x27\x62\x35\x69\ -\xd4\x47\xbe\x19\xbf\x3c\xb7\x3e\x95\xf3\x6c\x8d\x6c\x80\xa3\xf1\ -\x24\x07\x61\xdc\xf0\xdf\x05\xfc\x34\xc2\xbb\xbb\x23\x5d\x4d\xa0\ -\x5f\xe8\x63\x2a\xaf\x74\xda\xb7\x5c\x94\xb7\xc9\x13\x25\x41\x11\ -\xa5\xef\x3a\xde\xd3\x6a\x13\x87\x9e\x0d\x14\x93\xf5\x53\xd3\x7a\ -\x16\x55\x45\x73\x3b\x57\xf8\x7e\xe8\xa2\x5f\xf5\x5b\x8f\xf5\xd2\ -\xcd\x5e\x30\xa8\x7e\x49\x13\xa6\x70\x67\x93\x31\xf9\x80\x97\x9e\ -\x67\x50\x3a\xc5\xbd\xe7\xb4\xaa\x11\xc8\x1a\x11\x2c\xf2\x0c\x18\ -\xd5\x9c\xd6\xf3\xa0\x01\xbe\x9d\x43\x2a\x94\xee\x7f\x5d\x92\x10\ -\x2e\xbb\x5f\xcf\xb6\x17\xed\x19\x0e\xe7\xc2\xf5\xf3\x4f\x36\x23\ -\x8a\x72\xf4\xe4\x70\x88\x0b\x0b\xf8\x98\xe0\x1f\x9f\x75\x50\xad\ -\x02\x74\x1c\x71\x74\x6e\xc1\xae\x47\xcc\x4b\x18\x0b\x84\xf9\x56\ -\xa7\xde\x92\x9b\x7d\xf5\x62\x78\xbc\x07\x9a\x06\x46\xf2\xb9\xdb\ -\x8d\xb2\x5b\x13\xb4\x93\x9a\x66\x80\x8c\xb4\xa9\x4a\xe8\xc1\xe1\ -\x3a\xb0\xb6\x07\x4f\x03\x84\x30\x02\xc3\x97\xc6\x9d\x43\x27\xe6\ -\xc1\xc5\x79\xdf\x55\x11\xfd\xd0\xe6\x48\xd3\x36\x89\x78\x93\xa8\ -\xc9\x78\x9a\x40\xc3\x13\x28\x60\x05\x34\xf5\x6b\x76\x86\x9e\xd3\ -\x67\x62\xad\x80\xef\xc3\x70\x4a\x5a\x2c\x0a\x67\x26\x15\x65\xe8\ -\xac\xb6\x7a\xad\xcc\x19\x3c\x00\x58\xc3\xc8\x42\x8a\x99\x22\xe6\ -\x16\x99\xe7\x7b\x33\x8b\xd2\x70\xe8\xcc\x49\xd6\x6e\xc0\x9e\xf3\ -\x20\x62\x82\x66\x3e\xa0\x2f\xba\xe2\xf5\x7e\x87\xfb\x1e\x8a\xfb\ -\x38\xce\xe4\x20\xfd\x6a\x68\xa4\xd9\xcd\x9e\x94\xbe\xd2\xfa\x66\ -\x05\x6f\x5a\x2f\xda\x11\xc9\xb3\x2b\x0f\x8e\xe6\x7d\xbd\x56\xcb\ -\x50\x8c\x13\x41\xfb\xc4\x70\xb7\x30\xa2\x1a\x3a\xcb\x09\x1c\xc7\ -\x99\x2d\x34\x28\xac\x23\xc3\xf2\x65\x0d\x26\xdb\x8c\x30\x22\x31\ -\xae\xde\xe1\x0d\x82\x40\x7e\x33\x49\x3a\xc9\xf6\x0f\xbf\x77\xa6\ -\xf0\xc4\xe4\x30\x8f\xd8\x9e\x11\x42\x2f\x54\x8d\x74\x26\x61\xc9\ -\xc2\x83\x5b\x21\x2e\xf4\x7e\xc8\x17\xf5\x4a\x9b\x33\xa1\xa1\x2d\ -\xf7\x5d\x76\xc4\x6c\xaa\x63\x1f\x66\xae\xbc\x98\x47\x2e\x08\xf3\ -\x23\x28\x95\x06\x97\x3e\x8a\xdb\x9d\x2c\x72\x79\x41\xa1\x53\xfc\ -\x1e\x21\xa8\x72\xc0\xad\xa2\x29\xc4\xad\x29\x55\xb3\xac\xf6\xc5\ -\xce\xec\x53\xa9\xec\x05\x6c\x33\xdd\xee\x3e\x12\x07\x05\xbb\xdb\ -\x09\x99\x47\x9a\x4f\xd4\xbc\x14\x53\x76\x81\xb9\xa4\xa6\x8c\xdd\ -\x92\x3b\xc2\x11\x75\x9b\x8d\x74\x50\xd8\xe4\x0b\xdd\x83\xba\xb8\ -\x02\x85\xd4\x47\x21\xa1\x8b\xc1\x68\x0d\xf3\x43\x0d\x79\x41\x00\ -\x00\x20\x00\x49\x44\x41\x54\x61\xcc\xc1\x6e\x81\xac\x47\xf1\x1e\ -\xcd\xb8\x92\xfc\x95\x42\xf2\xa0\xa5\x41\x86\xa0\x34\x1a\x23\xe3\ -\xeb\x52\x1a\x11\x0c\x34\x62\xd0\x19\x34\x75\x7a\xe1\x98\xa7\x31\ -\x15\xa3\x10\x1c\x3e\x5d\xb3\xca\x3c\x82\x46\x23\x9f\x7c\x65\x0e\ -\xa7\xb8\x9a\xf8\x49\xe6\xf7\xac\x83\xf2\xb3\xed\xd5\x91\xf8\xd7\ -\x9d\x06\x29\x6f\x94\x3f\x2b\xfe\xa3\xf1\x65\xb4\x9c\xa3\x41\x29\ -\x2b\xe4\xf0\x74\x1c\x22\xb7\x55\x2f\x5b\x64\xd7\x1d\x3a\x71\xaf\ -\x7a\xe8\xc3\x45\x4e\x39\x45\x9d\x03\xa4\x1a\xc5\x7d\x88\xce\x4b\ -\xa7\x14\x91\x00\x9d\x5a\x31\x72\x76\x8e\x9c\x1b\x62\xc5\x56\xfa\ -\xba\x16\x92\x97\xfd\x22\xa8\x8f\x13\xb2\x4f\xaf\x88\xd8\x27\x18\ -\x85\x54\x77\x54\xad\x8a\xd6\xdb\x5d\xa0\x08\x0b\xff\xe7\xd0\x19\ -\x16\xc2\xd9\xe9\xa7\x03\x71\xeb\x67\x40\xd3\xfb\xf1\xd1\x96\xd4\ -\xfa\x25\xbc\xb9\xd6\x75\x54\xf9\x95\x52\xc6\xd6\xc4\x96\xcd\xb2\ -\xbe\xe8\x47\xf6\x5f\x11\xfd\xca\x9e\xd2\x97\xa9\x21\xc6\x84\xf9\ -\x31\xd9\x21\x19\x36\xd4\x6f\xc8\xf1\x37\x67\xba\xf3\x9f\xdf\xe8\ -\x4e\x6f\xcd\x66\x27\x50\x1a\xfd\x67\xbd\x53\xd4\xbf\x3a\xd5\xf5\ -\xdc\xb3\x5d\x4d\xe8\x8b\xc3\xad\xa6\x09\x4a\x69\x4b\x48\x69\xd8\ -\x02\xc3\x35\xa4\x1a\x55\x25\x4a\x97\x00\xea\x97\xb1\x36\xfd\xdc\ -\xfa\x3e\x2d\x19\x74\xb5\xd5\x74\x18\x67\xc8\xb0\x64\x91\xf4\x86\ -\xbe\xe2\x1b\x22\xde\x72\x13\x4f\x57\xc8\x37\x6d\xca\x2b\xb5\xfd\ -\xed\x2c\xa6\x69\x96\xf0\x2d\xbb\x69\xbc\xbf\x66\x2c\xd5\x29\x58\ -\xa5\xbd\xe2\x11\xf1\x50\xf9\x7a\x77\x15\x68\x0f\x53\x01\xa7\x8c\ -\x82\x93\x4d\xf2\x7d\x62\x56\x79\x6a\x6f\xa3\x97\x30\x68\x08\x97\ -\xde\xe7\xa4\xd3\xcd\x18\xe2\xe7\x50\xa3\x66\xe1\x69\xe8\xa1\x8f\ -\x89\x00\x92\x05\x14\x94\x72\x02\xa7\x03\xdc\x3f\x1e\x22\x1c\x19\ -\x5a\xa9\x5d\x8a\x05\x7e\x3b\x48\xba\xa6\x16\x2b\x7e\x5d\xd7\x3f\ -\xf8\x7c\x3e\x03\xf0\x0d\xc0\x2e\x8e\xaf\x41\x41\x0c\x4d\x65\x02\ -\xa9\xef\x1a\x2c\x15\x37\xea\xe0\x39\x9d\x8e\x4a\xa8\xaf\xad\x02\ -\x90\xab\x89\xc8\xdc\xb0\xab\x26\xe2\xe1\x82\x1c\x0d\x4b\xb2\x8e\ -\x5e\xd6\xe2\x39\xf1\xd9\x0d\x44\xe9\xd4\x4a\x71\xa0\xe3\x75\x5e\ -\xad\x18\x06\x57\x21\x17\xb1\x76\x62\x1d\xe0\x47\xed\xdd\x15\x80\ -\x12\x73\x06\xb0\x77\xd6\x47\xb0\x55\x23\x67\x93\x9c\xb1\x35\xb4\ -\xcf\xf4\xcc\xa4\x4b\x73\x83\x70\x22\x4e\xbb\x70\x6f\x3c\x95\x2c\ -\x78\x99\x2a\x23\x8b\x54\x12\xa4\x0e\x60\x28\x9a\x2a\x66\xab\xc7\ -\xa2\x8d\x19\xe6\x47\xce\x88\xa8\x2d\xb9\x1e\xcd\x55\x4a\x70\xb4\ -\xe4\x36\xc1\x42\xab\x6c\xab\x55\xc2\x9a\x36\xbd\xce\x89\xdb\x0a\ -\xfb\xfc\x6a\x1e\x7b\xf6\x1e\x83\x2d\xab\x2c\x34\x66\x72\x4f\x1a\ -\xa9\x4c\x26\x4a\x51\x67\x2d\x3f\x6d\xba\xf8\xb5\x3a\xde\x4d\xda\ -\xc8\x69\x91\x84\xe5\xf5\xdf\x77\xea\xf7\xd9\xc8\xd1\x5f\xdc\x57\ -\xcb\x1c\xca\x3e\xeb\x60\x5e\x0c\x13\x9f\xb3\xfe\xc8\xd8\x0d\xe0\ -\xfa\x73\xff\x07\x3f\x6b\xb9\x2d\x77\x6c\xc0\x1b\x22\x66\x45\xa8\ -\x4e\xe7\x90\xae\x9d\x41\x05\x5c\xde\xfb\x53\x08\x2a\xa6\x0d\x25\ -\xc1\x72\xa2\xac\x61\x70\x0b\x47\xd5\x7c\xae\x4b\x81\x0f\xff\x31\ -\x11\xe3\x5a\x2e\x6b\x9f\x0e\x24\xbf\xfb\x37\x5d\xe7\x28\xad\x57\ -\x9d\xfb\x78\x6f\x3b\x80\xc3\xce\xbd\x59\xad\x12\x99\x75\xe9\xed\ -\x39\x24\x08\x51\x9d\xe7\x50\xd8\x07\x04\xdc\xde\x31\xa9\xba\x03\ -\x4c\xf0\x74\xb7\xfb\xe4\xeb\x6f\xda\x0b\xb3\x5f\x04\x0a\xb1\xc9\ -\x92\xde\xf8\x15\xc6\x8a\x22\x68\x8b\x1f\x64\xee\x20\xb5\x4d\xbb\ -\x65\x99\x2f\x1e\x04\x7c\x4b\x19\x2c\xd0\xc2\x47\x7e\xbd\x41\xe3\ -\x0c\x1c\x15\x0f\x8d\x23\x10\x7e\xf1\x71\xe1\xa0\x58\x98\x1f\xb3\ -\xd1\xea\x70\xe1\xbe\x05\xbf\xfa\xc7\x0d\x2d\xd8\x11\x2b\x7f\xbd\ -\xb8\xb0\x18\xb8\xef\x7d\x04\x73\x0a\x94\x19\xcb\x51\xb0\xff\xaa\ -\xe5\x56\x5d\x8e\x38\xdb\xa2\x11\x7f\xbd\x0b\xb7\xfe\x42\x84\xb1\ -\x48\x71\xf1\x3f\x20\xfe\x01\xdc\x62\x59\x65\xbb\xe1\x87\x42\x17\ -\x61\xf9\xe4\x93\xb1\xfc\x00\x20\xdc\x30\xb4\x21\xbe\xf7\xf5\xf3\ -\x7f\xed\xb3\xfe\xdc\x10\x15\x33\x8f\x50\xc2\xf2\x14\xf3\x2d\x37\ -\x74\x17\x8a\x6e\x19\x0f\x34\x51\x45\x26\xa7\x18\x7a\x00\xa5\x1b\ -\x51\x8c\xc6\x88\xa9\x85\xf8\x4a\x4e\x26\xb8\xad\x11\x51\xc5\x47\ -\xb4\xad\x87\x05\x30\x43\x89\x93\x9e\x79\xeb\xc6\x12\xf5\x66\xd2\ -\x7e\xe6\xe5\x16\xf6\x5b\x6f\xc8\xc1\x4f\x07\x80\xdf\xdf\x5f\xfc\ -\xac\x72\xb3\x14\x27\x66\x5f\x17\x83\x55\xec\x70\xc1\x06\x33\xf0\ -\xeb\x56\xe0\xe4\xa1\xbf\x31\xfe\x0f\x9b\x5e\xe8\x0d\xdb\x32\x92\ -\x54\x3c\x0b\x74\xb4\xcf\xf3\x73\x7f\x9a\xf0\x98\xf0\x71\xa3\x8b\ -\xb5\x09\x97\xbb\x5d\x8e\x50\x67\x9e\x39\x48\x1f\xf5\x1c\xa8\x14\ -\xbd\x92\x85\x3e\x7b\x91\xf0\xd9\x7f\x6a\xdf\xc5\xce\xf6\xd0\xa8\ -\xc8\x72\xa0\x44\xfe\x8c\x8a\xb2\xf8\x27\x75\x32\x3b\xa8\x1f\x07\ -\x1d\x26\xc0\x0c\x15\x02\xad\xeb\x15\xf0\x10\x12\x6c\xa7\x93\xae\ -\x46\x60\x0a\x90\xc1\x10\xbe\xff\x6f\x80\x02\x29\xde\x16\xcf\x3b\ -\x93\x6d\xeb\x3d\xae\x87\xd0\x04\xf8\xf3\xf9\x7c\xfe\x83\xeb\xfa\ -\xbf\xc9\xff\xa6\xa0\xfb\x26\x15\x70\xbf\xd0\xcb\xec\xbd\xef\xfd\ -\x19\xe8\x35\x3c\x0f\x2d\xdd\x96\x88\xcd\x0c\x81\x3c\x07\x04\x04\ -\xd9\x1b\x10\xc1\xf6\x9c\xc0\x8f\x86\x01\x0d\x55\xf1\x14\xb9\x3d\ -\x20\xec\x8c\x70\x6e\xc2\xf7\x7c\xbf\x0b\xf4\xe3\x97\x7d\xbb\x55\ -\xba\x21\xc1\x6e\x0d\x62\x6f\x82\x0a\x42\x93\xd4\xac\xc5\x84\xd2\ -\x98\x19\x46\xa3\xb9\x3d\xc7\xae\xbe\x4e\xc0\x12\x54\x34\xc6\xbd\ -\x37\xae\xeb\x82\x42\xb1\xe8\x4a\x60\x4a\x89\x2c\xa3\xc5\xa9\x74\ -\xe9\x8a\x89\x28\x1e\x17\x40\x3f\xf8\x95\xff\x57\x97\x52\x34\x9b\ -\xc4\x20\xf6\xe2\x43\x96\x6b\x23\x03\xc1\xbd\x0c\x84\x13\x9b\xf4\ -\xde\xf7\x0d\xba\x56\x73\x67\x5c\x03\x35\x57\x25\xdc\xa2\x9e\xc5\ -\xe2\x0d\xbf\x50\x96\x69\x42\xbf\x06\xd2\x61\x81\x25\xc2\x82\x1b\ -\x35\x64\xff\x49\xaa\x8f\x51\xa2\xc3\xec\xc3\x9b\xef\xfb\x53\x19\ -\x68\xe8\x45\xbf\xb8\xe3\xea\xe7\x01\x12\xfa\x89\x63\xf7\xc2\xfe\ -\xb4\xf8\x06\xb2\xcf\x32\x8a\x53\x62\x9f\x0e\xc3\x29\xd0\x2f\x8d\ -\xf1\x96\xd7\xac\x2a\x75\xf6\xc0\xde\xa6\x53\x22\xe6\x8a\x26\x41\ -\x69\x04\xd6\x32\x71\x7f\xe6\xaa\xed\x3d\x40\x37\xa3\xbf\x84\x71\ -\x90\x49\x04\xd4\x85\xe5\x80\x42\xf6\x3d\x26\x6f\xbd\xd8\xd6\x28\ -\x88\x3b\xdb\x23\x9b\x29\xa3\x85\x7f\xe8\xbf\x35\x61\xdc\x35\xe5\ -\x24\x2c\x60\x79\x00\x7b\x68\x5b\x92\x7e\xaf\x50\xdc\x60\x00\x37\ -\xdd\xae\xd3\x65\x2c\x77\x01\xc4\xe2\xa6\x43\xac\xcf\x1c\x8b\x9b\ -\x79\x86\x7d\x06\x37\xa4\x51\xe0\xfb\x19\xc4\xf6\x73\xf6\x6f\x02\ -\x8b\x0e\x27\x37\xb4\x5c\xb1\xa5\xd4\x56\x8c\x37\x83\x96\xbb\x22\ -\x40\x14\xc0\x6d\x8b\xf9\x82\xe9\x39\xec\x78\x71\x84\x9e\xa8\x5c\ -\x3b\x65\xfb\x19\x68\xc0\xc0\xfd\xb1\xa6\x64\x35\x17\x60\x40\x71\ -\xdf\xbf\x9e\xe3\xc3\x83\xf9\xb1\xbc\x00\xfe\xc8\x7f\xed\xce\x0a\ -\xc9\xc4\xb6\x69\x8b\xf8\x33\xbf\x69\x3a\x02\x03\x0a\x09\xb0\x92\ -\xc4\x9f\x6f\xd7\x4d\x97\xe3\xdb\xde\xf7\x23\xbb\x2f\xe8\xce\x1a\ -\xf7\x73\x30\x54\xa2\xa9\x34\x71\xb3\x01\x23\x8b\xf1\xfb\xfb\x9b\ -\x8d\x45\x9a\x1a\x35\x43\x2f\x0b\x11\xb6\x5a\xad\x67\x28\xc6\x3a\ -\xbf\xa3\xf1\x50\xef\x01\x99\x93\x72\x4c\x58\xf8\xb3\xff\xe3\xe1\ -\xb9\x04\xa2\x2b\x87\xd1\x11\x92\xfe\xc1\xff\xcb\xfa\x2b\xd6\x10\ -\x5c\x56\x72\x11\xe3\x57\x7f\xdd\x5d\x92\xed\xcc\x3a\x02\xa3\x3f\ -\x49\x95\xf3\xda\x67\x15\x4a\xbf\xd6\xc2\x7f\x3e\xff\x2d\x53\x86\ -\xc8\x1e\x0b\x9a\xdd\x2d\x75\x3e\x86\xc9\x84\x85\x85\x59\xf0\xbd\ -\x32\xb6\x1c\x60\xb1\xc6\xd9\xb5\x00\x2c\xec\xcf\x6f\xee\x25\x3a\ -\x27\x35\x64\x39\x5c\xf1\xff\x99\xd9\xd9\x3a\x61\xf8\xb4\x71\x6f\ -\xcb\x29\xe4\xa0\x40\x6e\x64\xa6\x1a\xc8\x72\x00\x99\x9a\xf3\x34\ -\xc9\xa0\x10\x8b\xdc\x05\x42\x59\xe0\x6c\x52\x41\x19\x8c\x5b\x7f\ -\x1f\x21\xdf\xfd\xac\xf8\x38\x03\x89\x9c\xff\x47\x2d\xa8\x59\x17\ -\xe1\x73\xff\xc7\x7f\xee\xca\x3b\x3c\x7b\x19\x56\xcb\x09\xa3\x2b\ -\x1b\xcb\x6e\x22\x12\xda\xc1\x33\x52\xa3\xd7\x88\x91\xa3\x16\xcd\ -\xb1\xc9\x7f\x2c\x57\x6c\x2d\xe0\xf6\x66\x77\xad\x65\x4c\xa9\xbd\ -\x8d\x9e\x9d\x46\x5d\x1f\xa8\x33\xe3\xd4\x2d\x20\x95\x81\xeb\x0a\ -\xa4\x31\x83\x3a\xab\x2b\xdd\x50\xac\xd7\x04\xef\x10\x60\xee\x57\ -\xda\x02\x25\x7d\x10\x69\xf3\x2d\xfa\x44\xd5\x6e\xad\x49\x48\x8c\ -\xe1\xce\x22\xd5\x0e\x93\xef\x54\x97\xca\xb1\xa2\xc1\x3d\xb6\xef\ -\xc7\x6d\xd3\xf3\x03\x1d\x15\x91\xa4\x73\x59\xb7\xc9\x4d\xd7\xe3\ -\xe6\x0b\x4c\x50\x3c\x7d\x13\x34\x98\x62\x22\x76\x68\x68\x2f\xee\ -\xa6\x7d\xad\xb9\xcf\xd4\xc2\xa1\x8b\x7d\xd2\x84\xf4\xf4\xb7\x53\ -\xb6\xf8\xac\x4a\x9a\xee\x7b\x44\x3a\x73\x26\x86\x1e\x6a\xb5\x80\ -\xd0\x39\x25\xbc\xef\xbb\xdc\x87\x4e\xae\xa9\x67\x8f\x5d\xec\xe1\ -\xc7\x7a\x38\x88\xb1\xe7\x5c\xd1\x65\x79\x02\x64\x8d\x0f\x39\xef\ -\x5b\x93\x88\x53\x53\xb3\xfe\x7c\xa5\xb9\x25\xcd\xa6\xbb\x9a\x23\ -\x80\xf0\x83\x9f\xa1\x7f\xca\xc2\xac\x85\x9c\x76\x6b\x53\xa3\x9c\ -\x96\x6e\xe3\xe2\x95\x23\xdd\xf1\xfa\xfd\x3d\xc5\x81\x2f\x90\x49\ -\x83\xf2\xc9\x46\xc4\x0d\x74\x41\x6c\xc7\x8c\x17\xf1\x2b\xe5\xcb\ -\x2e\x03\x1a\xae\x4f\x3d\x47\xeb\xe3\xdf\x97\xaf\x6b\x3c\x93\xbd\ -\xb7\x4f\x60\xeb\x40\x5a\x44\x49\x1b\x5c\x41\x35\x89\xb4\x7b\xbc\ -\xa3\xc9\x12\x79\x57\xc7\x74\xb7\x8f\x21\xce\xc0\xc5\xd0\xb6\x4d\ -\x2b\xf0\xab\xb2\x39\x22\x04\x3c\xac\xe4\x55\x87\x10\xf6\x69\x35\ -\xcb\xa6\xaf\x54\x75\xa1\x73\xe5\x30\xe5\x94\xcf\xbf\x5f\x37\xa1\ -\x19\x23\x76\xba\x1a\x6d\x96\x1e\x34\x21\x76\xd4\x8a\x1b\x75\x23\ -\x1a\x8c\x37\xd4\x1c\xcd\x32\x22\x1c\x42\xe3\xfd\xf5\x8c\x2d\x76\ -\xf3\x0a\x5e\x57\x16\x0c\x56\x57\x54\x90\xad\x15\x28\xd7\xf1\xf9\ -\xba\xa6\x4d\x1d\x20\xe9\xb4\xd8\x43\x38\x1c\x6e\x62\x7c\x58\x2e\ -\x63\xa0\x66\xeb\xaf\x54\x49\xbb\x0c\xad\xc9\x54\xa5\xcc\xc8\x53\ -\xf7\xf4\x5e\xb1\x06\x48\xdf\xa9\x7a\x07\xca\xfd\xdd\xfd\xed\xdd\ -\xd4\x61\x81\x86\xb3\x61\x5a\x85\x43\xa7\x75\x72\x10\x4b\x74\xae\ -\x57\xa3\x30\x7b\x51\x20\xdc\xd0\x7e\x4e\x17\xc1\x98\x2c\x45\xb3\ -\xbc\x55\xb0\x74\x25\xa2\x1a\xdf\x23\xa9\x16\x6d\xa0\xa0\x4c\xc7\ -\x14\xad\x23\xdb\xcd\xec\xa2\x9f\x6f\x7d\x82\xe9\x60\x43\x4d\x63\ -\xf6\xa0\x8d\xfe\x2f\xbf\xfe\x36\xa1\xfb\x66\x06\xf1\x36\xe5\xf9\ -\xdb\xf3\x79\x9b\x76\x9e\x16\xe8\x5d\x77\x32\x5d\x19\x9f\xf7\x57\ -\x51\x4a\xff\x66\xec\x00\x37\x91\x79\x32\x4f\x42\x3e\xdc\x29\x9b\ -\xdf\x68\x3e\xa1\x49\x39\x5f\xbf\x88\x80\x2e\x7e\xb8\x5b\xf6\x3b\ -\x03\x32\x27\x20\x31\x19\xa8\xd8\x87\xd5\x6c\x38\x2a\xc8\xf9\xa4\ -\x35\x47\x64\x0c\xda\x14\xac\x18\xcc\x65\xd1\x4e\x7a\x98\x50\x78\ -\x7d\x51\xe1\xba\xf4\x60\x35\x9c\x34\xc2\xc7\xe7\xc8\xfa\x90\x2a\ -\xd9\x5d\x00\xd0\x0f\xa7\xdb\x5e\x51\x1e\x2b\x87\x07\xc2\xad\x71\ -\x15\x6f\x08\xea\x1e\x3d\x73\xa9\xce\x09\xe4\x98\x26\x61\x46\x00\ -\xa8\x2a\x7e\x78\x25\xd5\x38\x74\x47\xd4\xd8\x36\xef\xf7\xe2\xbb\ -\x66\xf3\x34\xa7\x79\xd0\xa5\x9b\xab\xda\x69\x5e\xa1\x58\xcd\x8a\ -\x5f\xda\xa4\xf2\xef\xfb\x90\x51\x74\xb8\xbe\x04\xed\xac\xd8\xf8\ -\xe7\x9f\x7f\x7c\xad\x1d\x34\x5b\x7f\xbf\x8b\x9b\x8b\x69\xb3\x26\ -\xcf\x9c\x52\xac\x6c\xc2\xbe\x9d\x99\x27\x28\xd8\x69\xbb\x3f\x01\ -\x42\xef\x8a\x5a\x90\xbb\x39\x4d\x87\xbe\x8d\x39\xf7\x53\xd0\xd3\ -\x44\xc4\x7a\x39\x3d\x8d\x23\x5c\x8f\xd9\xfc\x08\x2a\xd2\x66\x0d\ -\x2d\xd5\x8a\x66\xd0\x11\x80\x30\x68\x13\x55\xcb\x77\x8d\x86\xa8\ -\xe5\xaf\x85\x19\x45\x80\x3b\x4c\x55\xc3\xb0\x6b\xa2\x52\xeb\x29\ -\x94\xb5\xdc\x79\x36\x29\x5a\x43\x22\xf2\x78\x9e\x92\x6e\xb5\xd3\ -\x0d\x33\x2d\xcc\x43\x5b\x9b\x35\x2f\x0d\xb6\x86\x2a\x81\x97\x83\ -\x12\xe0\x59\xfb\xc3\x22\x79\x12\xd0\x38\x00\x47\xcf\x38\xf0\x26\ -\xcd\xf7\x93\x38\x8b\x4c\x2a\x8e\x41\x7d\x32\x16\x5a\xab\x53\x7a\ -\xc1\x08\xff\x3b\x9b\xce\x59\x36\x17\xe3\x8a\x02\x34\xd3\xaa\x63\ -\x4c\x1d\x87\xf1\x16\x0c\xac\x99\x2d\xb4\x96\x88\x6d\xaa\xa5\x85\ -\x74\x40\xf7\x18\x2d\xab\x5b\x85\x28\x2a\xc0\x76\xe7\xb8\x7f\x8a\ -\xb3\xad\xcb\xa5\xc3\xca\xdc\x9d\x41\x5e\x2f\x9c\x29\xc0\x1b\x2e\ -\x5c\xcd\x45\x29\x78\xc9\x88\xc3\x9b\xfa\xe1\xc8\xed\xdb\x1c\xa2\ -\xb7\x68\x56\x82\x72\x80\x16\xde\x19\xbc\x5f\x73\x1f\x28\x5a\x67\ -\x1c\xef\x39\x0a\xf6\xd0\x3f\xd4\xa8\xb8\x87\xf6\x41\x14\x97\x4f\ -\x47\xc2\xcc\x6f\xd0\xcd\x2e\x06\xdd\x5d\xd0\xca\xf9\xf5\xe2\x54\ -\x9d\x2c\x04\x5f\x28\x41\x86\xfe\xea\x28\xfa\xcb\x76\xb4\x35\x22\ -\x59\xb0\xd8\xdf\x36\x81\x33\x81\xe7\xa2\xcb\xb5\x48\x2d\x95\x9b\ -\xc3\x4d\x89\x12\xe5\x23\xe6\xf7\x91\x3e\xd1\x40\x22\x4e\x64\xb3\ -\x7f\x6f\x11\xb1\xef\xdd\x42\x78\x2d\xbb\x6a\x0d\xaa\x91\x88\xdb\ -\xff\x7b\x62\x7c\x52\x5f\x50\x63\xe2\x32\x4d\xe1\x34\xd7\x28\xee\ -\x7d\x15\xe8\x17\x3f\xe9\x03\xf1\x77\x18\xec\x7e\xd3\x0f\x30\x5f\ -\x40\x50\x3c\xc8\x1a\x63\x55\x43\x34\x62\x8d\xfe\xc3\xec\x96\xeb\ -\x53\x9c\x1a\xa2\xce\x18\x7b\x9f\x69\x03\xe4\x93\xa0\xc5\xeb\x21\ -\x6a\xed\x4d\x1a\x86\xc6\x40\x93\xe7\xae\xde\x14\x69\x1a\x60\xd8\ -\x44\xa9\x10\xe5\x05\x52\xc2\xe5\x16\xdf\x3c\x0e\xc6\x1d\xa9\x10\ -\x23\x90\x72\x8e\xca\x39\xd1\x45\x11\xc1\x05\xe0\xce\xd9\x7e\xad\ -\x83\x45\x3c\x0a\x40\xf5\x09\x5e\x4d\x4f\xc2\xf0\xa4\x57\x7f\xe4\ -\x97\xab\x4d\x79\xf9\x08\xaf\xec\x9c\x73\x15\xfe\x57\x9d\xca\xfc\ -\xff\x34\xed\xab\x87\x08\x3e\xf4\x73\xcb\x33\x3a\x96\x53\xb1\xe4\ -\xf0\xbe\xe8\xc2\x71\x1c\x45\xf5\x34\x10\xa9\x04\x60\x4c\x0a\x45\ -\x7b\x0d\x6f\x9a\x8c\xa2\x23\x2c\x5f\x83\x94\x46\x25\x48\xfb\xee\ -\x6f\x4e\x99\x4d\xe7\xf3\xbf\x34\x05\x32\xff\xa4\xed\x3b\x7e\xd5\ -\xdc\x04\x9d\xe5\x7c\x1e\x9d\x3e\x12\xc5\x24\x27\x67\xc6\xd7\x57\ -\xda\x77\x07\x95\x47\x13\x70\xeb\x81\x97\xd1\x68\x17\x98\x62\x8d\ -\x75\x18\xc4\x04\x30\xa3\x77\x4d\xda\x82\x86\x03\xc2\x77\xdb\xf1\ -\xed\x46\x10\x04\x40\x37\xc4\x9b\x67\x8e\xf3\x9d\x5b\x56\x99\x7e\ -\x09\xc8\xa6\xbf\xbb\xe8\x3d\xa2\x2c\x44\xff\xb5\x71\x4a\x5d\x06\ -\x60\xc6\x19\xcd\x55\x4b\x70\xbf\x53\xec\x5e\xfe\x3d\x69\xc3\x47\ -\xb6\x5d\xd8\x25\x17\x8d\xbe\x3e\x13\x43\xf9\xdf\xdf\x13\xf9\x1d\ -\x28\x47\xd8\x66\x2f\x94\x75\xac\x39\x7e\xec\x39\x11\xfd\x6b\x31\ -\xde\xcd\x3a\x1e\xc8\xb6\xf3\x03\xc3\x58\xe9\x2c\xc2\x4a\x0b\x5d\ -\x59\x6f\xa1\xed\x48\x4b\x67\x37\x84\x37\x9b\x7d\x9d\xf4\xeb\x08\ -\x8d\xef\x53\x1b\x6a\x51\x92\x3e\x1d\x88\xbc\x35\x66\x7d\x1a\xf0\ -\xc4\xc9\x49\x33\x60\xbb\x6a\x97\x3a\x23\x6c\xf2\x83\x47\x9e\xdb\ -\x00\x5c\xa2\x99\x0d\x8a\x16\xeb\x71\x9e\x29\x1a\x06\xe5\x93\x92\ -\xb3\x68\x2d\x9a\x38\x63\xa5\x11\x52\xd7\xe9\x06\x98\x21\x37\x35\ -\xc1\xfe\x04\x2b\x26\x35\xeb\x00\x8d\xce\xb5\xe2\x90\x06\x51\x0f\ -\x7a\x2d\xde\x1c\x65\x33\xbd\x5f\x9b\x90\x5c\x8b\x0d\x34\xfb\xdb\ -\xaf\x33\xee\x04\x11\x85\x92\xee\xd0\xa6\x7b\x66\xe2\x01\xd6\x0d\ -\xd0\xca\x19\x15\x76\x8f\x14\x26\x19\xf5\x6c\x64\x5f\x31\x00\xe5\ -\x75\x00\x74\x7e\x87\xa2\x35\x3b\x6f\xf4\xdc\x9d\xd7\xf2\x00\x0a\ -\xea\xf5\x73\x35\x5e\x61\x38\xd0\x5c\x51\x29\xac\xf3\xe9\x3c\x8f\ -\x1d\x5c\xa0\x95\x6e\x74\xf5\xdc\xf9\x51\x1f\x5b\xf3\x4d\xed\x0e\ -\xf4\x5a\x54\xab\xd6\xaa\xb3\xbf\x05\x08\xfb\xfb\x7f\xc4\x26\xf8\ -\xf3\x4d\x89\x4b\x64\xd5\x0e\x33\x29\x9b\x78\x8b\xba\xa3\x74\x80\ -\xbb\x91\x67\x47\x00\xb9\xc6\x8e\xf4\x29\x13\x51\xff\xba\xca\x2d\ -\x2b\x6a\x74\xb8\x3c\xd7\x24\xbf\x35\xeb\x51\xbb\xa9\x49\x67\xf0\ -\x72\xde\xa4\x4d\x49\x07\x7c\x21\x5e\xc3\xd5\xf3\xfb\xf9\xf9\xb1\ -\x01\x05\x18\xb4\x30\xcc\x3c\x64\x87\xbb\x31\xb5\x86\xd6\xea\x85\ -\x8b\xe9\x9f\xe6\x0a\xe8\x07\xe3\x2d\xd8\xcb\xe9\x0c\x8b\xa7\xb1\ -\x40\x1b\xc7\x44\x40\x66\xa7\x16\x04\x17\x72\x58\x4f\xeb\x44\xcd\ -\xcb\x3e\x31\x02\x52\x79\xea\x9b\xbe\x68\x7f\x4e\xdb\x59\x65\x1a\ -\x48\xcf\xfc\x9a\x6b\x14\xfc\x89\x16\xb4\x0f\xc6\x5e\xdb\x7a\x38\ -\x53\x0d\x0b\x4c\x44\x13\xc5\xc3\x50\x23\xfe\x60\xba\x44\x75\x0b\ -\x78\x2e\xbb\xc7\xe4\x2b\x3f\x8a\x73\x6a\xc2\xfc\x66\x17\xda\x26\ -\x0d\xcc\xec\xe2\x72\x8c\x82\xa1\x1f\xc6\xe1\xec\xa3\x1e\x88\xc8\ -\xe1\x5c\x13\x2e\x4b\xf7\x2e\x64\x85\x3a\xfa\xec\x45\xa0\xa0\x39\ -\xaf\x35\x97\x99\xd0\x4b\xc1\x90\x9f\xfa\xec\xbc\x60\xd2\x50\x78\ -\xad\xf0\x92\xce\xf1\xbd\x1c\x39\x56\x69\x8a\xe1\xa8\x52\x1a\x59\ -\x47\x91\x03\x86\xea\x27\x0b\x11\xe2\xe2\xab\x46\x61\x75\xf9\xf3\ -\x8c\xa0\x5c\x0e\xaa\xc7\x6e\xe1\xb3\x5d\xd4\x4b\x6b\x64\xc0\x94\ -\x58\xbf\x07\x63\x96\x91\x45\xac\x01\xf7\xf0\xf3\xcb\x18\xd9\x14\ -\x5a\xe6\x86\x3b\x52\xb6\x42\xe4\x87\x7f\x5a\x63\x67\x2e\x5e\x3d\ -\xc4\xd5\xa6\xa2\xeb\xa1\x9f\xea\x22\xfb\x14\xb2\x76\x8a\x56\xc2\ -\xab\x76\x70\x86\x70\x5e\x87\x70\xfc\xe9\xc0\x67\x67\x6c\x73\xf2\ -\x92\xf7\xfd\x14\x17\x52\x20\x42\xa7\x7e\xa8\x9b\xb0\x28\x26\x4a\ -\x5c\x46\x29\x01\x1a\x90\x4f\x0f\xd9\x34\x53\x24\x38\x71\xec\x5e\ -\x1c\x64\xc1\xe1\xe2\xd6\x00\x1e\xa6\xd6\xc3\x75\x35\xe4\x2e\x6e\ -\x3d\x0f\x2b\xce\x93\xb8\xad\x48\x92\xee\x11\xb7\xa8\x88\x61\x47\ -\xd0\xed\xb4\xce\x87\x6a\x7e\xf4\x24\xe2\x7b\x06\x2d\xc3\x8f\xd2\ -\x09\xcc\xe8\x01\x8a\x8a\x3e\x50\x2a\x6a\xde\x28\x38\x9d\x4a\x68\ -\x7b\x97\x52\xbb\x91\x53\x99\x68\x3a\x42\x6b\x70\xb8\x8a\x85\xcb\ -\xd7\xcc\xfa\xc2\x38\x2b\xfe\x4d\x63\x53\x52\x62\x7d\xcd\x34\x1a\ -\x97\x97\x1c\x85\x0a\x3f\x8d\x69\x46\x06\x48\x73\xa8\xd4\x57\x37\ -\xc4\xf9\xda\xd3\x37\xb9\x83\x6d\xf9\x7d\x15\x6b\x5f\xe5\x80\x99\ -\xe7\xaa\x17\xcd\xca\xce\x5a\x29\x3f\x3b\x03\x9f\xca\x40\x46\x42\ -\x30\x1d\xa6\x07\xb8\xa6\xb8\xfa\x55\x9f\xa4\x45\x2b\x53\xd3\xe9\ -\x80\x77\x06\xbf\x57\xe8\x31\x3f\x34\x34\x5f\xb5\x52\x87\x86\xf0\ -\x5b\x23\xf4\x8a\xc2\x7b\xa3\x3c\xf3\x8a\x7a\x18\xf9\xdf\x8a\xcb\ -\x39\x19\x7e\x82\x5b\xf4\x70\xae\xe3\x9e\xad\xf4\xb6\xe7\xc7\x64\ -\x5c\x5e\xcf\x99\x77\x5d\x96\x0c\xf1\xff\x9c\xa2\x73\x3e\xf3\xfe\ -\xe7\xb5\x17\x4a\xc0\x4b\x88\x38\x8d\x3d\x76\x4e\x0b\x3a\x20\x5a\ -\x21\xa1\x4f\xf4\x3c\x68\x42\xc3\xf4\x40\x7b\x14\xc4\xbb\x56\x0d\ -\xad\x10\x7d\x00\x33\x41\xd8\x77\x10\x32\x35\xc7\x7d\xdd\x79\x48\ -\xaa\x0c\xe5\x67\x07\xcf\x2e\x6f\x5e\xef\x04\xe4\xec\x4c\x0e\x73\ -\xa2\x2b\x0d\x1e\xea\x0c\xa1\xe6\xae\xf8\x36\xd9\x7c\x6a\xd2\x73\ -\xc2\x79\xac\xc7\xd0\x8e\xa8\xe7\xd4\x55\x74\xa6\xbe\xac\x7b\x19\ -\xfa\xe1\x79\x8e\xb8\x29\x06\x77\x6b\x79\xc9\xf7\x91\x01\xcf\xa1\ -\xd5\x63\x7a\x4c\x5c\xb3\x4e\xec\xe2\xb4\x21\x2f\x39\x26\x22\xc7\ -\xe4\x4b\x1c\xe7\x16\xdd\x26\x2d\x60\xa4\x2e\x27\x6c\xf7\xfb\x9d\ -\xb4\x40\x20\xfe\xb1\x06\xb3\xd3\xaa\x22\x30\x5d\x34\x0d\xb9\x48\ -\x76\x33\x5e\x69\xa1\xdc\xc4\xef\x26\x25\x7d\x2d\xed\x78\x1e\x18\ -\xd1\x3d\xe4\xdc\xc1\xfc\x0c\xa2\xe0\x10\xcd\x88\x5c\x89\x3c\x4d\ -\x1c\x06\x18\x64\xc0\x6a\x35\x46\xeb\x75\x9e\xc7\xac\x5f\xf6\x24\ -\xbd\x1b\x82\xb8\x59\x4f\x6a\xc6\x62\xd8\xda\xe8\xd5\x8f\xc9\xb9\ -\x2e\xab\xf5\xfd\x9a\xe6\x88\x31\x42\x31\xd6\x2a\x43\x52\x87\xeb\ -\x5f\x36\xe0\x98\x13\xd5\x00\xc8\x8d\x0a\x8b\xd2\x6b\xb7\x6c\x56\ -\x3d\xa6\x64\x1c\xf7\x2c\x3a\x7b\x69\xea\xf5\xb2\x06\x09\x60\xd5\ -\xf7\x49\xfa\x38\x84\x57\xc3\xdb\xfd\x4a\x55\x7b\x57\x8d\x8b\x16\ -\x56\x5f\xff\xbc\x24\x0b\xc8\x10\xcc\xdb\x0a\xe7\xad\x09\x21\xa8\ -\x4e\xc7\x3f\x96\x12\xb9\x3d\xa9\x0e\xee\xa2\x14\x76\xdc\x11\x94\ -\xf6\x22\x4a\x4c\x01\x25\xf1\xab\x1b\x52\x3f\x0c\xea\x80\xde\x89\ -\x4e\x90\xf3\xad\x03\xed\x9c\x97\x76\x70\xd3\x51\x9c\xed\x7f\xa1\ -\x63\xbc\x5d\x2c\x91\xfc\x2c\x47\x37\x4d\xce\x23\xbd\x63\xc1\x30\ -\x8f\x86\x2d\x33\x73\xc5\x36\x81\xa4\xc5\x7a\x0b\xf7\x4b\x27\x92\ -\x42\xab\x02\x2d\x36\x50\xd5\x46\xd8\x8b\x2b\x09\x5b\x30\x03\x24\ -\x43\xdc\x0e\xa5\x4c\x18\x0f\x73\x0a\xc5\xc6\x0f\x31\x3e\x7b\x0f\ -\x87\x2c\x73\x07\xe4\x1c\x21\x0b\xd4\xc5\x85\xec\x3c\xe0\x95\x88\ -\xb2\x5d\x54\xab\x32\x18\x02\x81\x08\xa6\x46\xe3\xb2\xd3\xc6\x23\ -\xd0\x94\x98\x07\x7d\x44\x5a\xf0\x71\x68\xd7\xec\x50\xbd\x00\xdc\ -\x36\x85\x51\x72\x27\xb5\x05\xba\xac\x08\x4d\x97\x3a\xe7\x7b\x87\ -\x59\x07\x5f\xeb\x51\x30\x0c\x7b\xe4\xe3\x42\xa6\x16\x7a\x1d\x7a\ -\xb2\xd3\xb8\x65\x8c\x7a\xdb\x9f\xb7\x42\x9e\x20\x32\x75\x04\x67\ -\x38\xf0\x72\x7d\xca\x7b\x61\xb5\x8f\x75\xa6\x23\x7f\x21\x73\x57\ -\xa8\x82\x63\xed\xb2\xf6\x7d\x77\x04\xd7\xb1\xeb\x5a\xe2\x67\xfd\ -\x8d\x36\xfb\x9c\x86\x70\x1b\x6d\x13\xde\x2c\xd8\x7b\xe3\x79\xab\ -\x14\x42\xe8\x0d\x0e\xeb\x39\x31\xda\xb3\x91\x6d\x54\x01\x4d\xaa\ -\x9d\x9b\xd8\x80\xb2\x50\x20\xae\xec\xae\xd3\x10\x25\x9b\xa7\x21\ -\x82\xdf\x66\xee\xb2\xda\xe5\x89\xed\x07\x2e\xfb\xba\xdb\x83\xc6\ -\x50\xc5\x6f\x3b\x93\x2e\x06\x70\xf9\x24\x06\xf9\xdc\x62\x16\x62\ -\xd2\x04\x6d\x94\xd1\xe5\x7a\x9b\xca\xd3\x1a\x1c\x78\xac\xf1\xf3\ -\x16\x08\xf7\x9b\xb9\x40\x34\x6e\x5f\xc4\xb6\x1a\xcd\x55\x18\xd6\ -\x78\x93\x29\x59\x10\x22\x23\x2e\xfa\x12\xee\x80\x10\x7d\x99\x74\ -\x9e\x74\x9d\x42\xb9\x65\x50\x29\x00\xf6\xc0\x77\x7a\x58\xe6\x47\ -\x53\xdc\xff\xbb\xb4\x49\xad\x31\x20\x8c\x0a\xa2\x69\x8a\xf2\x5c\ -\x9b\xec\xa0\xd0\x49\xa5\x8b\xc9\x8f\xe4\x5a\xa9\x7b\x43\x06\x50\ -\x55\x36\xd3\xea\x94\xad\x9e\x15\x16\xcf\xa9\x80\xbf\x0a\xe2\xfe\ -\x1a\x8c\x27\xad\x30\xfc\xb7\x89\x95\x68\x73\x3e\xfe\xf7\x31\xe1\ -\x49\x1b\x7c\x03\x49\xe6\x24\xf1\x7f\xfb\xf5\xf6\xfd\x7a\x63\xde\ -\x79\x1e\x9d\x0a\x18\x7a\x08\x6d\x26\x13\x7d\x02\x86\x17\x1b\xe8\ -\x87\x41\xd0\x0b\x05\xf0\x69\x6f\x2e\xd9\xa4\x74\x9d\x4c\x9d\xc7\ -\xfc\x30\xca\xc8\xef\xe7\x53\x04\xd5\x48\x73\xd3\xcc\xef\xfb\xdb\ -\x34\xa3\xce\xdb\xe7\x67\x92\x54\x75\x78\x7e\x18\xde\xb2\xd0\xe4\ -\x30\xb5\x08\xb7\xbb\xf5\x62\xf8\x30\xa7\xed\x11\xa3\x12\xe7\x49\ -\xe6\xe3\x0c\x23\x2d\x47\xdc\xa9\x47\xb0\x34\xd7\xca\xc6\xf6\xf0\ -\x5b\x1a\x5b\x5b\xae\x12\x62\xe2\x2b\xef\xfb\xb3\x4f\xb0\x48\x46\ -\x76\x5f\xba\x77\xa2\xc7\x99\x50\xab\xc9\xe8\x7f\x9a\x18\x7d\xb3\ -\xd5\xef\x85\xf2\xb7\x9c\xb9\xb7\x35\x44\xc7\xc4\x60\x30\x5e\x8e\ -\x86\xaa\xd7\x6e\xbb\x83\x48\x6a\xf5\x8c\x08\xa0\xd1\x38\xf6\x3b\ -\x32\x32\xc1\x50\x77\x7a\x7d\x6f\x79\xd0\x55\x41\x3a\xea\x8a\x30\ -\xa7\x31\xf7\x3f\x19\x45\xfc\x23\x46\x41\x23\xdf\x33\x80\xdd\x85\ -\xab\xdb\x86\xbb\xd4\x46\x3e\xf7\x38\xc8\xe3\x7d\x50\xcb\x8c\xb7\ -\x00\xed\xd0\x0a\x8b\x37\x6c\x3b\x6b\x84\xb7\x67\xb6\x95\x66\x98\ -\xfd\x58\x27\xcb\xe2\x5e\x5a\x86\x5c\xdc\x49\xe5\x24\x29\xa3\x36\ -\xb2\xdb\x60\x25\x5d\xcf\xa8\x70\x46\x01\x37\x5b\x78\x6d\x66\x59\ -\xa6\x01\xd5\x97\xe7\x9e\x4c\xa9\x97\x7c\xb5\x39\x55\xbc\x1c\x30\ -\x7b\x39\x7b\xc3\xc5\x57\xb6\x4f\xf5\xa6\xed\x7a\xe8\xce\xd2\x58\ -\x2f\xe1\x32\x32\x00\x5a\x30\x02\x8a\xe3\x2e\xe9\xef\x98\xb7\xb6\ -\x90\x63\xbb\xaf\xb6\x33\x6f\xac\x86\xaf\xf0\xca\xc8\xc7\x12\x02\ -\xae\xb5\xdc\xa1\x85\xb4\xac\xbe\x45\xdc\x31\x6d\x41\x17\x4f\x4d\ -\x52\x14\x7e\xf2\xe4\x96\x0e\x37\x0d\x3f\x40\xaf\xeb\x6a\xe3\xb5\ -\x3d\xfe\x0c\x51\x9f\xd8\x44\xc1\xe0\x24\xaf\xae\x7d\x21\x4a\x97\ -\xbe\x27\xad\xe0\xef\x5c\xf4\x6f\xbc\xe0\x37\x6d\xc6\xbc\xe0\x3a\ -\xcb\xea\x19\xc0\x27\x69\x97\x89\x07\xbf\xf4\x9c\x97\x13\x38\x0f\ -\xd6\xfe\xb3\x23\x9f\x0a\xcd\xf6\x5a\x0f\x7b\x4e\xcb\xd4\x0a\x4e\ -\xf0\xdd\x0c\x5d\x28\xcd\x0c\xf4\x38\x78\x02\xfd\xb9\x75\x63\x67\ -\x61\xe6\xa6\x17\xe9\x18\xb4\x21\x77\xb8\x06\xe9\x08\x4f\x8d\xc2\ -\x4f\x52\xa3\xe4\x7d\xbc\x77\xf5\x5d\xa8\xda\x3f\x33\x81\xa6\x5d\ -\xd7\xe3\x59\xe4\xb8\x15\x4d\xfb\xb1\x40\x97\x4d\x64\x94\x19\xd8\ -\x93\x0a\x0a\x26\x2c\x2e\xe1\x65\x2f\xf0\x49\xc4\xb0\x71\x6e\xf8\ -\x02\xd1\x10\x20\x93\x2f\x72\xf1\x83\x95\x69\x3a\xb7\xd9\xeb\x5f\ -\xaf\xc8\xff\xb4\x4f\xa6\x0c\xfc\x3c\xcb\xb1\xc7\xc5\x80\x35\xc3\ -\x75\xb4\x38\xf0\x3d\xd3\x27\x72\xd7\xd0\x05\xc1\x0f\xca\xda\x61\ -\x93\xbb\x08\x2c\x54\x99\x34\xf4\xa4\xc0\xd5\x1a\x5d\x8f\xef\xc7\ -\x2d\x5f\xe2\x31\x25\x39\x41\x86\x68\x7c\x77\x3b\x13\xb0\xed\x1a\ -\xea\x54\x8e\x26\xeb\xca\xe9\x34\x4d\xba\x08\xa3\xd2\xda\xbb\x83\ -\xd3\x4a\x4a\x6b\x33\xd8\x68\xfb\x90\x89\xb0\xdd\x45\x68\x20\xa5\ -\xe1\xd8\xc9\x3c\x75\x55\xa1\x87\xa4\xb4\xd9\x70\x27\x38\x99\x8e\ -\x49\xa8\xe6\xaa\x34\x4c\xd1\xe8\x4d\x64\x57\x9a\x5e\x50\x93\xc4\ -\x6c\x93\x44\xb8\xe9\xc7\x5b\xa1\x59\x68\x96\x23\x96\x28\x5e\x7a\ -\x5a\x41\x7b\xa6\xdb\x63\xa2\x17\xf4\x04\x9a\x13\x00\x3a\x33\xb9\ -\x1e\xa3\x99\xa3\xc0\xfe\x1f\x1a\xec\x4e\xc5\x3a\x1b\x33\xb4\x28\ -\x06\xa5\x2f\x28\xb6\x4f\xa4\x0a\x85\x5d\xed\xdc\xf3\xcf\x06\x57\ -\x4f\xfa\x1c\x88\x7f\x8e\xe3\x9d\xbb\xff\x08\xa3\xf4\xcf\x70\x7b\ -\xb3\x56\x74\x1f\x1d\x16\xe2\x96\x1b\x68\x85\x87\x5d\x63\x56\x48\ -\x82\x75\xa0\xb4\x36\xf5\xae\x2c\x99\xcb\x2f\xca\x6f\x1a\x26\xd2\ -\xf9\x41\x3e\xf2\xf7\x9a\xbe\xe5\x0d\x31\xc6\x61\x0f\xfe\x68\xae\ -\x44\x46\xa8\xe7\xd3\x9e\x1b\xff\x5a\xe0\x66\x2c\xc6\x97\x18\x00\ -\xfd\x97\xe2\x38\xdd\x44\xdb\xb5\x75\xe6\x6e\x9d\xd3\x9f\x04\x92\ -\xd6\xf9\xb9\xc9\xff\x54\x8c\xa7\x80\xff\xe5\xb3\xaf\xf3\x5b\x67\ -\xec\x46\xd3\xf6\x65\x11\xba\xc2\x12\xff\x7d\x32\xb8\xe3\x19\xf8\ -\x79\xb9\xc6\x83\x2c\x00\xcd\xfc\x39\xce\xd7\xd2\xf7\x5e\x3f\x47\ -\x68\x3a\x46\xce\x99\x80\xad\xd4\x30\x71\x78\x69\x2a\xfa\xae\xe6\ -\x15\x72\x0b\xcd\x5a\x22\x9a\xc1\xac\x43\x74\xae\xa8\x5e\x8b\xf4\ -\x60\x6e\x5e\x6d\x32\x88\x19\xa7\xa1\x22\xc9\x71\xec\x79\x9a\xea\ -\x20\x82\xd0\xd3\x41\xb0\x83\x8a\x9d\xaf\xa7\x0e\xae\x0e\xc0\x1b\ -\xdb\x01\xd8\xdd\xd6\xc7\x05\x95\xf6\x3d\xb9\x6e\x85\x09\x22\xac\ -\x56\x10\xbb\x56\x93\xb4\x69\x6e\x9f\xda\xad\x47\xad\xb5\xe3\x3c\ -\x90\xd1\x9c\xcf\xec\x28\x0c\x3d\x66\x4a\x30\xe0\x59\xac\xa1\xc3\ -\xce\xfb\xd6\xcc\xa4\xb8\x9d\xab\x42\x33\x30\x7d\xee\x35\x99\x92\ -\x12\xe9\x7b\xb1\xb4\x39\xdd\x57\x20\x1c\xf1\x34\x35\xce\xc8\xf8\ -\x17\x71\xc0\x9d\x5d\x9e\x01\x0f\x48\xce\x46\xb1\x53\x45\xf7\x6d\ -\x74\xc5\x51\x57\xcb\x23\x00\xf8\x31\x08\x69\x75\x5f\x81\x1f\x41\ -\xad\x93\x2f\xfb\x78\x37\x2d\xf2\x36\x60\x52\xc3\x35\xb0\x93\x4b\ -\x34\x99\x37\x2b\xe4\x0b\x41\x99\x55\xc5\xbd\x6f\x07\xdc\x1a\x18\ -\xf8\x52\x9b\x5b\x4d\x45\x79\xf6\x76\x00\xaf\xb1\x47\xc1\x79\xd6\ -\x1b\x28\xc6\xa0\x09\xec\x6b\xcb\xc5\x1c\xb5\x8f\x1c\x99\xb9\xda\ -\x8c\x52\xd6\x98\xfe\x6a\xd3\x6c\xc6\x1e\xd9\xda\xb4\xbe\xbe\x8f\ -\x2e\x6a\xc8\x5b\x5f\x90\x44\x66\xf1\x59\xa1\x5b\x4f\x1a\xca\x59\ -\x5c\xbe\x1e\xea\x6a\x9b\x84\x73\x58\x8f\x41\x2d\x09\x37\x3c\x3b\ -\xf7\x7a\xe6\xc0\x7e\xd0\x52\x6a\x64\xdc\x47\xfe\x6d\xd4\x29\x46\ -\x81\x22\x7e\x5a\x8c\xc6\x22\x89\x89\x42\x6a\x95\x7a\xc6\x43\x7f\ -\x98\x1e\x9c\x29\x47\x53\xf5\x58\x98\x1c\xf3\x67\xae\xaa\x9b\x30\ -\x26\x1a\x68\xa3\x47\x76\x84\xa2\x0a\x83\x43\xec\xeb\x08\xa8\xa4\ -\x0b\x86\x20\xde\xea\xc8\x54\x78\x43\x28\xb5\x53\x3c\x68\x4c\x13\ -\xe0\xd3\x27\x72\x31\x9f\xc6\x01\x26\xd1\xbc\x35\x57\x30\x76\x9b\ -\x62\x5e\x99\x36\x2d\x4e\xf3\x0c\xa1\xde\x0a\x51\x66\x20\x3e\xbe\ -\x00\x6b\xac\x5d\xd5\x75\x04\xdb\xe6\x25\xe6\xc5\xbd\xb2\xd9\x25\ -\x1a\x05\xc7\xdd\x71\x7e\xae\x9c\x74\x99\xf3\xdf\xdc\xdc\x12\x99\ -\x32\x8b\xb1\x94\x9a\x5e\x80\x46\xb8\xf4\x9b\x66\xe5\x0d\xbd\x7f\ -\x0b\x9d\xeb\x13\xab\xb8\x50\xcf\x29\xd3\x5b\x43\x13\x4e\x88\x17\ -\xfe\x49\xea\x89\x1e\x02\xe7\x2a\x98\xfc\x00\x70\x6d\xc1\x6b\xb2\ -\xb8\xda\xc4\xe0\x44\xb2\x47\x23\x72\x98\x58\x48\x36\x22\x27\xf8\ -\xb0\x2a\xa8\x9b\xd7\x01\x14\x48\x73\xd5\x49\x1b\x94\x74\xf6\x0b\ -\x8b\xd8\x98\x5e\xf5\x40\x49\xa1\xa9\x5d\xcb\x6c\x29\xa7\xc0\x84\ -\xfb\x1e\x8e\x9f\xc8\xf1\xb9\x71\x69\x19\xe5\xd1\xe0\x9e\x45\x84\ -\x3e\x54\x96\xd1\x8c\x11\x77\x20\x66\x3d\xb4\x7c\x15\xc2\x4d\x19\ -\x9e\xe8\x49\x76\x83\xb2\x72\x1a\x50\x9c\x07\xee\x59\x04\x2e\x5e\ -\xaf\x56\xad\x15\x4c\xbe\x6b\xc2\xe6\xe7\x00\xa1\xac\x93\xe9\xa5\ -\xc0\x1d\xdf\x03\x8d\xb6\xa1\xdc\xc8\xfa\x9c\x7b\x9e\xba\xab\xcd\ -\x5f\x80\xa5\x73\x8d\xfd\x55\x2f\xe4\x13\x9b\x28\xdc\x42\x4f\x0b\ -\x7a\xea\x60\x54\xa8\xa8\xab\x2f\x77\xc2\x2c\x09\xb5\xb2\x4e\x88\ -\xdd\x04\x84\xd3\xe5\x09\x20\xd3\x15\x6f\xb7\x3e\xe6\xd6\x54\x43\ -\x8c\xfa\xeb\x46\x40\x88\xc2\x63\xb9\x91\x40\x06\x8f\x47\xce\xdf\ -\xb6\xa6\x39\x9d\xa1\xec\xd9\x2e\xea\x7a\x20\xc1\xc5\x71\x7e\x1d\ -\x13\x52\xdf\x83\xdf\x2c\xcd\xbf\xb1\x1c\xfe\x8d\x0a\x78\x9e\xdb\ -\x21\xb4\x07\x1d\xa5\x33\xfd\xfb\xc8\x6a\x1f\xe1\xdc\x8f\xa9\x25\ -\x45\x38\xf9\x4b\x5e\x18\x59\xe6\xdf\xd9\x90\xd5\x9d\xa9\x23\x8f\ -\xf0\xad\x6d\x7c\x6b\x9e\xba\xd6\x6e\xb6\x75\x5d\x9f\x4a\x7f\x37\ -\x3f\x68\x16\xd3\x24\x73\x1a\x11\x71\xc7\x94\xde\x3a\xbe\x67\x95\ -\x8e\x78\x84\x3e\xbb\x2d\xd1\x7f\x80\x2e\x8a\x19\xf6\x1e\x7f\x74\ -\xf8\x58\x8d\xcf\x66\xbd\x4c\x73\xe8\x38\x91\x68\x04\xab\xd6\xfd\ -\x45\xa3\x49\x5b\x49\x65\xff\x0c\xcd\xce\xb3\x81\x2d\xab\xf9\x37\ -\xf0\x58\xa4\xa6\xcd\x6f\x54\xd4\xa1\x61\x1f\x7b\xb2\x8c\x62\x2e\ -\x77\x34\x64\xdf\xcf\xd2\x40\x94\xac\xc1\xba\x0e\x8f\x64\x18\xdc\ -\xf4\x79\xc6\x90\x59\x30\x63\x7b\xa3\x55\xa1\xc1\xc7\x6b\x63\x9a\ -\x74\x71\x91\xe6\x0c\xf9\x9d\x46\x1b\x20\xef\x04\x92\x1a\xe5\xd8\ -\xa7\x26\xfc\xc5\x5e\x3b\x6a\x9e\x15\x59\x9f\x7e\x1f\x73\xfb\xac\ -\xcc\x9f\x48\x4a\x03\xe4\xae\xa2\xa0\xe5\xc0\x9b\x1e\x77\x29\x9a\ -\x8e\xa9\x80\xba\xf8\xbc\x86\xab\x22\x9f\x4d\x63\xdf\xc7\x0e\x96\ -\xbb\xdd\xb7\xd5\x11\x7c\x80\x0e\xec\x06\x63\x65\x43\x0e\xaf\x37\ -\xc4\xb3\x5f\xcd\x3d\x78\x8f\x66\x7b\xd4\x11\x6c\x0e\xdd\x22\xef\ -\x74\xdf\xbf\x31\xbc\xd2\xe9\x10\x31\x15\x92\x0a\x32\x06\xb9\x86\ -\x55\x20\xdb\x57\x67\x1a\x39\x45\xce\xa5\x39\x2d\xeb\xde\x85\x43\ -\x33\xa5\x86\x6d\xa1\x18\x5d\xb3\xd6\xd6\x31\xc9\xc6\x00\xba\x5c\ -\xf7\xaf\xe5\x56\x91\xeb\x3e\x80\xdd\x9e\x29\xd6\x64\x4a\x01\x7c\ -\x92\x47\x27\x49\x9c\x7d\x9e\x05\x58\xf9\x9c\xee\xda\xbc\x56\x81\ -\x75\xce\xdc\x21\x0a\x2d\xb4\xe2\x22\x47\x1c\xe9\xe0\xa0\x83\xdc\ -\x32\xdb\xdd\x61\x96\xae\x14\xcb\x7f\x43\x87\x6c\x0f\x6a\x8e\x4a\ -\x43\xc0\x1d\x3c\xd3\x7c\x30\x62\x59\x56\xec\xae\x1b\x67\x3a\xf9\ -\x58\x04\xa9\x5f\xe1\x86\xb6\x50\x0a\xe3\xf2\x74\x97\xee\x27\xef\ -\xf6\x98\x64\xae\x7a\xf1\x90\xdf\x42\x32\x33\xe9\x7b\xb8\xd8\x45\ -\x51\xc8\x58\x82\x86\x54\xac\x3c\x40\xb9\x21\xec\x89\x0e\xe8\x4a\ -\xc3\x83\x5a\x84\x4e\xb7\x90\x9a\x7e\x89\x23\x49\x4c\x17\x88\x05\ -\x7b\x0b\x6e\xb7\x70\x1c\x89\xee\xde\x19\x87\x54\x81\x95\xc6\xb4\ -\x6a\x6f\x2b\x3c\xe2\xf2\xd9\x37\x52\x9f\xa1\x91\x27\xf6\x08\x6c\ -\x6e\x97\x8e\x68\x43\x20\x56\x39\xf2\x6d\x77\x4b\x1c\xf3\x85\x7e\ -\x78\x91\x39\x1a\x45\xb1\x76\x4e\x6f\x5c\x50\x5b\x02\xfd\xd0\x57\ -\x19\x75\x21\x9b\x2a\x00\x3f\x3e\xeb\xde\x5b\x53\x50\xb9\x61\xcf\ -\x85\xb9\xc2\x50\x2d\x63\xa1\xe9\xd5\x5c\x90\x1d\xa3\xfe\xe5\x2e\ -\x8b\xa6\x0d\xe3\x14\x72\x6f\x35\xd7\xaf\xc8\xbe\xd2\x98\xc2\xf9\ -\x86\xba\x3c\xf9\x1c\xed\x69\xc6\xe1\x50\xcf\xea\x59\x54\x53\xd3\ -\xe2\x54\xc3\x67\x9a\xb0\xe2\x21\xf3\x3b\x3d\x86\xba\xe9\x8a\x25\ -\x74\x90\x04\xda\xe3\x93\x14\xad\x46\xc9\x7e\xc6\x4a\xc7\x2f\x6e\ -\x13\x2e\xcb\x57\x39\x44\xd0\x01\x68\xa4\xed\xfd\xf7\x89\x6d\x4c\ -\x67\x24\x38\xf0\x5c\xa9\xf1\x10\x3f\xe0\x74\x5b\x61\xdd\x26\x05\ -\x2a\x94\xd3\x4e\x55\x05\xae\x6e\x95\xdb\xf4\x58\xed\x10\xc6\x59\ -\xfc\x89\x67\x5e\x9c\x11\xdf\x83\x3b\x1f\x97\xdb\x1a\x0d\xdc\xa0\ -\x09\xa1\x90\xd2\x9e\xcd\xd5\x51\x65\xa2\x2f\xe7\x56\xbf\x6c\x1d\ -\x65\xd4\x26\x84\x5d\x3d\xbc\xf0\x98\xea\xda\x7e\xea\xa9\xf0\x27\ -\xe0\x54\x54\x4a\x8a\xb5\xc4\x9c\xa0\x90\xad\x6d\x79\xa5\x40\x67\ -\x41\xc7\xe4\x40\x6c\x34\x5a\x41\xd7\x99\x8d\xe3\x49\x2f\x8b\x35\ -\xc6\xe7\xc4\xeb\x65\x52\x39\x29\x97\xda\xa6\x48\x7f\xa7\x59\xd9\ -\x7a\x59\x8d\x64\x31\x85\xd2\x61\x6e\xd3\xdf\xd7\xd6\x72\xfc\xb2\ -\x7c\x93\x00\x9f\x0c\xbc\x91\xd0\x39\x45\xa3\xae\x4e\x40\x21\xbf\ -\xe0\x7c\x02\x6a\xb2\x4e\x1a\x54\xf0\x51\x88\xb9\xb3\xd8\xc9\x06\ -\x38\x1b\x08\x3a\x9e\xbf\xe8\x0c\xd1\xc6\x17\x8d\xda\x74\x78\xfc\ -\xdf\xe9\xe5\x7f\x2b\x5c\xde\x68\x9a\xff\x2b\x25\x6b\x4c\xfa\x83\ -\x8c\xe5\x31\x26\x8f\xe9\x16\xf0\x1a\x58\xcd\xbe\xae\xfa\xfd\xc5\ -\xc4\x60\xd5\xb4\xed\x8f\xd7\x74\x71\x15\x51\x6f\x76\xef\x41\x93\ -\xb5\x1f\xcf\x07\x2b\x84\x5e\xa7\x4c\x93\x02\xe4\x19\x74\x54\xad\ -\xd1\x58\x7b\x7a\xc2\x34\x67\xbb\x37\xa7\x88\x0b\x69\xe3\x7b\xe8\ -\x0b\xe5\xf8\xac\x39\x45\xf3\xc4\x66\x8e\x21\x82\x17\x46\x8b\x03\ -\x85\x4e\x28\x09\xe0\x93\x9a\xb9\x0a\x70\x80\x9b\x4d\x13\x66\x11\ -\x09\x0a\xe2\xf5\xc8\x07\xb3\xcd\xe0\xf7\xf7\xb5\x8e\xbd\x1b\xe7\ -\x6c\x69\xa9\x9f\x0d\x1e\x7f\x5d\x1f\x7d\xca\xff\x06\x34\x0e\x90\ -\x99\xf1\x08\x6f\xcd\x67\xc4\xae\xe9\x3e\xce\x9f\x53\xa7\x79\x3a\ -\x33\xa2\x85\x00\x17\xad\x5b\x0f\x10\x5c\xff\x75\x3f\xe5\x79\x22\ -\x77\x31\xe8\x28\xa8\xf3\xde\x00\x31\xb5\x1c\xbf\xd9\x58\x94\x3e\ -\x16\x0f\x7d\x4f\xb0\x18\xec\xae\xbd\x4b\xff\xc5\xe4\x5e\x04\x34\ -\xff\xac\xee\x03\xcc\x2d\xe3\x11\x3b\x1e\x09\x3b\x5c\x4f\xe3\xb5\ -\x6f\xca\xc8\x1f\x86\xdb\xbd\xaf\xd2\x77\x89\x3b\x45\x32\x79\xb3\ -\x89\x4f\x46\x26\xc4\x7a\x11\xb3\x46\x30\xe7\x56\x54\xae\xd6\x49\ -\xdd\x46\x9b\xfe\x95\x51\xc3\xce\x50\xe1\xb7\xe9\xea\x98\x16\x35\ -\x90\x87\xbc\xd8\x89\xda\x88\x13\x9c\xec\x5a\xd8\x68\x06\xc5\xa7\ -\x98\xfa\x00\xb3\x0b\x60\x96\x96\xa3\x85\x1c\xb0\x74\x76\x53\xe0\ -\x25\xa1\x7b\x53\xec\xca\x1c\x3c\xb5\x65\x72\x38\x0c\x72\x67\x49\ -\x95\x76\x3d\x7d\x0c\x42\xd7\x2a\x02\xc9\xfa\x4f\xf2\x98\x88\x61\ -\x41\x9c\x89\xb9\x8e\x01\x5c\xd7\x85\x25\x8a\x0f\xe9\x23\xc7\xf1\ -\xba\xf1\x5f\x6c\xb1\x51\x23\xd1\x02\xc7\x34\x87\x2f\x80\x08\x37\ -\x99\x6d\xa1\x28\x5b\x43\x19\xc1\xb8\xfe\x8d\x36\x3e\x8d\xeb\x8b\ -\xca\xc4\x89\x5e\x47\xfe\x38\x17\x95\x80\x6d\xee\x80\x1b\x71\x70\ -\xb1\xf9\xc8\x53\xb8\x9f\xb9\x6d\xa6\x5b\x88\x8a\x02\x22\xff\x3d\ -\xd2\xce\xcb\x94\x40\x55\xf1\xf9\x55\x10\x6a\xfc\xbc\xd6\xca\xf1\ -\x1f\x94\x71\xcb\xaf\x1d\xac\x17\xe7\xe4\x40\x54\x21\x6a\xda\x0b\ -\xd9\x9e\x33\xa1\x33\xa3\x8b\xbc\x19\x10\x99\x89\xf1\xa9\x39\x4b\ -\xa3\xa9\xff\xba\x7b\x98\x65\x0d\x11\x96\xe7\xa4\xf8\xe1\xbb\xff\ -\x1f\x88\x2f\x08\x53\x3a\xa8\xa9\x07\xd6\xfe\x2c\xc5\x7f\xef\x4f\ -\xfa\xf8\xb3\xeb\x87\x4c\x88\xec\xf4\x9b\xe5\xb6\xa0\x58\x39\x56\ -\x0f\x67\x94\xb5\x08\xa2\x7f\x3c\x13\xc5\xb3\x97\xc4\x32\x58\xd4\ -\xa7\x39\x7f\xe4\x03\x12\xc5\xe5\xcf\x55\x65\x79\x33\x62\x08\xc3\ -\xe6\xdb\x22\xbb\x60\x5a\x2e\x22\xb2\x1e\x98\x80\xf5\xb3\xb0\xef\ -\x5f\x5c\x6c\x01\x6f\xdb\xb9\x75\xb2\x4d\xbb\xa0\x6b\xe1\x23\x1b\ -\xcc\x17\x96\x6b\xb2\x54\x8d\x12\x10\xa6\x13\x29\xf9\xf4\xec\xad\ -\x4b\xbc\x28\xdf\x04\x12\x60\xff\x63\x39\x2f\xb8\xc2\x6e\x3f\x46\ -\xc3\x1e\xca\x46\x1b\x9f\x38\x20\x9c\x7e\x2a\x5a\xbc\xd6\xcb\x59\ -\x00\xb7\x37\x23\xf1\xb7\x92\xd3\xb6\xdc\x85\x28\x16\xfe\xee\xee\ -\x83\x8b\x71\x7f\x2c\x2c\xd6\xa6\x98\x3f\x29\xd0\xdc\x9f\x8f\xbd\ -\x86\xcf\xef\x33\xfb\x87\x34\x9d\xc5\xee\x5b\xe6\xa5\xa7\x62\x53\ -\x0c\x6f\xb1\x77\xb7\xc5\x87\x0e\xc7\x31\x5b\x3f\x06\xcf\x0b\xbb\ -\x35\x75\xd8\x88\x34\xb4\x65\xef\x8d\xcb\x0f\x08\x11\x73\x6c\xe4\ -\x9f\xcb\x0b\xd5\x10\xba\x3a\x4a\xd5\xb5\x7e\x28\xd1\x2e\x7d\x11\ -\x74\x47\xc0\xb6\x65\x8c\x14\xb7\xda\x26\xd8\x82\xff\xea\x27\x43\ -\x62\xc5\x9b\x38\x55\xff\xfc\x54\xf1\xd1\x3f\xf6\xba\xfd\xb2\xd0\ -\x70\x76\xf3\x82\x45\x3e\x65\xd2\x71\x11\x83\xb6\x64\x00\x2f\x98\ -\xf0\xab\x3b\x6d\xeb\xc3\xb5\x90\xbc\xb9\xbb\x45\x72\x1e\x7a\x91\ -\x66\xb6\x97\x04\x45\x92\xec\xf3\xab\xf3\x68\xe5\xc5\x17\xc1\xcc\ -\xc3\xac\xc6\xad\xbb\xfb\x45\xbe\x7f\xef\x51\xf0\x44\xa6\x54\xce\ -\xb2\xa4\xc0\x9c\x4e\xe1\x4d\xbe\xb5\xfc\xe6\xe5\x13\x97\x5e\x9e\ -\x55\xaa\xb8\x65\x3b\xe5\xc4\xce\x94\xad\x96\x94\x11\x9f\x73\xd0\ -\xfd\xca\xbe\x19\x23\x5c\xfd\x96\xdd\x8a\x66\x2b\x72\x4b\x9f\xaf\ -\xf9\xfe\x83\x5e\x12\xf4\x1c\x41\x99\xcd\x10\xad\xa1\x53\xcc\xfc\ -\x31\x02\xee\xdf\x4f\x1a\x69\xf4\x22\x89\xa3\x18\x21\x47\x5c\x45\ -\x07\x6d\x2b\x73\x00\x23\xf0\xd1\x43\xa5\x09\x1e\xbc\x4d\x96\xe1\ -\x37\x5c\xc0\x82\xc6\x85\xa2\xfe\x6c\xbd\x07\x9a\xcb\xee\xde\x16\ -\x8d\xb0\x99\xd5\x38\xaf\x7f\x19\x8a\x2c\x7e\xb9\x10\x2d\xdf\xcf\ -\xe6\xae\x6a\x7d\xd4\x2c\x72\xa4\x01\x59\x55\xb8\x16\xfa\x7b\xeb\ -\x27\xf7\x27\x61\x0d\xd6\x46\x52\xa1\x0a\xcb\xc2\xde\x7f\xda\xfe\ -\x62\xe0\x32\xa3\x94\x58\x13\x0b\x1d\xb8\x93\x2c\x94\xd4\x2f\x8d\ -\x33\x4c\xb9\x8b\xa1\x23\x23\xc5\xd6\x11\x39\x63\x44\x5f\x29\x74\ -\x6f\xe2\xfd\x2a\x0e\x57\x21\xb6\x1c\xeb\xc3\x28\x48\x09\x70\x3a\ -\x63\x41\xf6\x2e\xf6\x06\xa6\x5b\x69\x2f\x80\x82\x46\x13\x0d\x93\ -\x50\xd1\xc4\x6d\x9d\xad\x07\xb8\x43\x84\x3a\x5f\xb2\xf9\xe2\xf6\ -\x7d\x0d\x1c\x34\xaa\xb7\x87\xd9\xa3\x5b\x47\x13\xee\xe8\xba\x09\ -\xa0\xcb\x3d\xfe\x94\xdc\x9c\x4a\xf1\xc1\x9d\x53\x4a\x61\xc2\xd2\ -\x00\xa5\x56\xde\x87\x42\xe2\x26\x00\x3e\x99\x6c\xe6\x50\xbf\x9f\ -\x3f\x99\x09\x18\x2e\xa5\x65\x77\xbd\x9d\x82\xda\x74\xbe\x1a\x99\ -\x49\x06\x3a\xdd\x52\x14\x26\xbc\x48\xd8\x0a\x00\x00\x20\x00\x49\ -\x44\x41\x54\x6d\xd8\x51\x04\xba\x6f\xa5\x64\xd0\x70\x6a\x4a\xd5\ -\x39\x02\xad\xa8\xe7\x06\xbf\x6b\x30\x44\x14\x9f\xfb\x3f\x00\x18\ -\x6b\xfd\x64\x5d\x15\xf4\xf2\xb5\x18\xbf\xfa\xff\x2c\x03\x2a\xd6\ -\x9b\x72\x66\x67\xa9\x5a\x4e\x4f\x34\xa1\xcb\x82\xd3\x8c\x62\xdd\ -\xa8\xd4\xe2\x5a\x48\x03\x3d\x5b\xed\xa6\x8a\xcf\xe7\x0f\xf8\xfa\ -\xc9\xc9\x3c\xb4\x26\x7d\x8a\x9d\xb9\x8b\xcc\x8c\xe5\x77\x3e\x85\ -\xb6\x56\x0b\x78\x8b\xa8\x96\xfb\xf6\x67\xeb\x80\xbb\xec\x6d\xcf\ -\x46\x4b\x97\xa6\x3e\x55\x66\x94\xf9\xfc\xbe\x6f\xe8\x5d\x91\x0c\ -\x20\x9b\x54\xdf\x37\xcc\x3a\xdb\x59\x12\xfa\x43\xb8\x16\x83\xd7\ -\x85\x45\x9c\x53\x68\x3a\x18\x4a\x1c\x86\x20\xb1\x77\x16\x39\x20\ -\x6f\x59\x83\x44\x56\x23\xc5\xf9\x4e\xeb\xc2\x5a\x3f\x0f\x56\xc2\ -\x07\x7f\x70\xf1\xe5\xc0\x83\x1d\xcc\x6b\x99\x66\x97\x96\xe5\x4c\ -\x89\x8a\x35\xe8\xe8\x3a\x20\x33\xc3\xfa\x23\x77\xea\xa2\xd3\x85\ -\x91\x17\xf8\xb2\x7b\xff\xf6\xfd\x4a\x07\x48\x12\xfb\xeb\xcf\xfd\ -\xc1\x75\x29\x2e\xfc\x93\x94\x7b\xb8\xe9\x8d\x38\xf8\x6e\xcf\xa7\ -\x19\x5a\xc5\x3e\xd8\x82\xcd\x7f\x32\x1f\xb5\x37\x0d\x20\xc1\xba\ -\x08\xfb\x73\x0f\xa7\x53\x03\xb1\xad\x16\x14\x28\x6e\x11\x90\x98\ -\x09\xd6\x6e\xb6\xef\x36\x45\xb3\x2c\xc3\xf8\xfa\x95\x86\x6d\xe2\ -\xfa\x71\xe0\xb3\x2d\xcb\xd4\x5e\xd1\x0f\xae\xa8\x05\xec\x02\x72\ -\x46\x0e\x2c\xe3\xd1\x3f\x5f\x34\xb0\x6e\x3b\x9d\x70\x9e\xd5\x67\ -\x7d\x55\x00\x72\xfc\xb9\x00\xa7\x23\xa0\x59\x88\xdd\xb8\xcc\xc7\ -\xd5\x64\xac\x87\xad\xb7\xed\x1c\xed\x66\x20\xc8\xda\xc9\xce\x41\ -\xbb\x77\x6e\xb1\x09\xe8\x2d\x84\x8b\xf0\x83\x8b\xa6\xf3\x4a\x5c\ -\x9a\x4a\x86\xe8\x07\x8a\x49\x12\xce\x69\x56\x74\x19\x15\xcb\xa9\ -\x79\xd4\xd0\x12\xd1\x16\xc8\x7a\x39\x75\x88\x5d\xa1\x31\x91\x8c\ -\x5c\xac\x91\x4a\xbd\x38\x17\xd8\xb5\x16\x6e\xb9\x0e\x33\x84\xa2\ -\x9f\xa9\x52\x1a\x3b\x94\x61\x46\x89\xca\x19\x3d\x38\xb6\x34\x00\ -\x84\x18\x29\xea\x0b\x97\x1a\x85\x92\x0d\x4a\x55\x47\x86\x8a\x9e\ -\xb3\xe8\xc7\x68\x80\x40\x43\xbc\xc4\x6d\xd6\x97\x9b\x0b\x70\x3a\ -\xc2\xf4\x4b\xc6\x72\xa6\x42\xbf\x40\x35\x74\x73\x64\x1b\xac\x96\ -\x6b\xe4\x85\xcf\xf6\xc3\x12\x54\x01\xb2\x2a\x94\xa8\x34\x43\xb0\ -\x75\x5b\x83\xb2\x3d\x5c\x97\x69\x08\x81\x05\xdb\xc7\xcb\x9a\x3c\ -\x54\xee\xa1\xa6\x68\x85\xc9\xbe\x07\xdf\xfc\x62\x64\xa1\x52\x88\ -\xff\x0b\xe2\xd8\x0a\x9b\x8b\xf9\x40\x49\xeb\x70\xf9\x9e\x41\x84\ -\x74\x42\x42\x43\x0a\x3a\x3a\x97\x85\xc9\x49\x6f\x69\x74\xc3\x2e\ -\xd2\x2e\xe4\x12\x2e\x3e\x34\x18\x8a\x1f\x7a\x3f\x8c\xa2\xa2\xd3\ -\x0b\xa3\xe0\xf9\x86\xe0\x87\xc5\x6b\x15\xb4\xf4\x0a\xfc\x3f\x2c\ -\xdb\x51\x34\xb5\x87\xc8\x5a\x4e\x3e\x39\x0d\x77\xcb\x78\x6e\x19\ -\xda\xdc\x4c\x34\xd8\xc5\xab\x67\x51\x96\xfa\x3e\xb5\xc9\x34\xbd\ -\x20\xc2\x39\x86\x57\x1e\xba\x92\x42\x8c\x75\x50\x0c\x6a\x4a\xf0\ -\x5d\xd7\x23\xa7\x40\xcd\xa7\x16\xf6\xbc\xd2\xa4\x3a\x11\x48\x56\ -\xc6\x76\x57\x24\x8a\xe0\xd6\x36\x41\xe5\x68\xc4\x8e\x60\x41\xd0\ -\xd4\xb8\xbc\x4d\x0d\xcf\x66\x49\xf5\x74\x6c\xeb\x7a\x9f\x42\x78\ -\x1f\xf6\xe3\x58\x83\x32\x19\xef\x75\xa3\x87\xf2\xe2\x8b\xa9\x00\ -\x0d\x44\xef\xd5\xf9\x34\x1d\x4b\xbb\x53\x25\x97\x45\x34\x61\x38\ -\x9a\x9e\xfb\xf2\xd4\x1a\x34\x77\x0c\x73\xcf\xea\x39\x53\x8f\x49\ -\x8a\x24\x21\x47\x5f\x90\x6d\x03\x28\x3a\x4d\x11\xc3\xba\xd7\xe7\ -\x71\xaf\x14\xba\xb4\xdb\x7d\xa1\x50\x3e\x04\xee\x60\xb7\x23\x6f\ -\x54\xae\x34\xac\xe1\x07\x6d\xe8\xe9\x02\x88\x81\xd2\x9b\xa1\x45\ -\x51\x9f\x4b\x9f\x86\x89\x94\xbe\x20\xb8\x38\xb4\xb0\x9d\xd2\xf6\ -\x4a\xf1\x8b\xf7\x2f\x78\xd5\x9e\x9e\xb4\xe5\xbf\xd1\x08\xdf\x34\ -\x9d\x6f\xd3\x01\xe0\x74\x95\x2c\x30\xee\x7c\xc6\xaf\x14\xe4\x2f\ -\xaf\xe7\x8d\x06\x19\x93\xa7\xaf\x14\xc7\x31\xa9\x99\xd3\x5e\x91\ -\x9d\x8e\xa9\x99\x01\xa8\xe1\x2a\x1b\x71\x0d\xa5\x69\x1a\xba\xe5\ -\x70\xcb\xd4\xf7\xc8\x02\xa1\xbf\xeb\x0b\x2b\x54\x9d\x87\xce\x35\ -\xa7\x51\x04\x40\x17\xf8\xde\x75\x36\xb7\x09\x4f\x39\x90\xbe\xaf\ -\x95\x53\x07\x5e\xc5\xe9\x1a\x5a\x34\x6e\x8e\xbd\x9d\x1b\x22\x61\ -\xee\x85\x1f\x3f\xe3\xd7\x23\x33\x71\xeb\x0d\xa6\xcb\x4b\x2d\xc9\ -\x41\xf3\xa0\xe4\x6b\x33\x14\x68\xfb\x92\x1f\x74\xf9\xd2\x5f\x75\ -\x47\xbf\xb5\x7e\x9a\x9e\xbb\x34\x91\xbd\x08\x3f\x73\x32\x53\xc7\ -\x2d\x45\xed\xea\xae\xc1\x9d\xea\x9e\xa6\x0e\x7a\xe4\x9d\x69\x19\ -\x76\x0c\x3b\x6c\x3f\x57\x25\x0d\xe5\xc2\x5d\x8f\x1e\x93\x69\xd0\ -\xfb\xfa\xa6\xc7\x7a\x38\xa7\x61\xdb\x19\x4c\xc6\x78\xe2\xe6\x12\ -\x7b\xee\x5d\x73\x05\xe6\x41\x4b\xcc\x02\x5f\x74\x4c\xb7\xde\x26\ -\xd5\x06\x4a\x9e\x26\x39\x9c\xec\x1d\x11\x7d\x05\xf4\x62\xa5\x5c\ -\x2d\x6e\xa6\x32\x50\x9d\xde\xdf\x1a\xa9\x18\x16\x24\xf3\x21\xa6\ -\xd4\x58\xa3\x46\xaa\xb3\xcc\xee\x94\xb5\xde\xcf\x06\x9b\xf0\xcc\ -\xa9\x23\xbf\x9c\x13\x3d\x2e\x26\x34\xea\x11\x9f\xb0\x55\x1e\x67\ -\xfe\x86\x8e\xbd\x60\xc3\x00\x4a\xd3\x2b\x7b\xce\x2b\x3d\x1b\x7a\ -\x4d\xd6\x33\xdb\xba\xe4\xe2\x94\x14\x71\x77\x25\x6c\x99\x6d\x99\ -\xea\x17\xe6\x50\x51\x71\x24\xd0\x23\x8f\x29\x6c\xe8\x8b\xcb\x7a\ -\xdf\xbe\xcb\x45\x59\x1c\x4d\x0d\x12\xf9\xe4\x44\x7b\x40\x9f\xeb\ -\x48\x56\x50\xa0\x88\xb0\xb6\x8f\xac\xc5\xf4\x16\x1c\x56\x8e\xee\ -\x33\xbf\xb7\xf3\xe6\xdd\x7d\xa6\x3b\x3e\x75\x97\xb6\xa7\xcd\x6f\ -\x85\x46\xa2\x85\x6a\x06\x6d\x4f\xd4\x38\xb6\xc5\x75\x2c\x13\x86\ -\xb9\x69\xb4\xf8\xb2\x83\x43\x10\x41\xac\x0b\x74\x14\x84\x72\x06\ -\x2e\x06\x4a\xff\xc8\xe9\x20\x40\x7f\x0e\x2e\x37\xc6\x08\x36\xa8\ -\x5a\x9d\xba\x65\x07\xb5\x3c\x9a\x02\x8b\x5f\x90\x26\x99\xa1\x81\ -\x66\xdb\x68\x9a\xa6\x9c\x4a\xe2\xb3\x50\xe8\x7e\xd2\x4e\x18\xd4\ -\x0a\x18\x6d\x0d\x3f\xa5\xb8\x9e\xb1\x92\xd6\xc6\x31\x86\x15\xc1\ -\xfe\xb8\xdd\x28\xb5\xd0\x58\xde\x1e\x0a\xeb\x5e\x27\x6c\x96\xe7\ -\xba\xfc\x02\xf1\x8c\xb3\x91\x45\xe6\xd4\xbf\x0b\x97\xd9\x27\xf7\ -\x4a\x5d\xfa\xe7\x7e\x3b\x0b\x62\xa7\x90\x55\x30\x1d\xc7\x04\x18\ -\x8d\x52\xbf\x10\x66\xd1\x63\xa5\x37\xaf\x56\xf8\x48\xb8\xd5\xdc\ -\xf5\xc8\x38\xa6\x5b\x36\xf9\xcc\xc3\x65\x79\x02\xfb\xae\xa6\x6a\ -\xad\xf5\xa4\xec\xe0\xb6\xe7\xab\x2b\x01\x09\xa0\x9e\xb9\x32\xfd\ -\xf5\xe2\x45\xcb\x49\x79\xa3\x76\x65\x54\x55\x2b\xbe\xbb\xc1\xc9\ -\x74\xe5\xf3\xb1\x63\x3f\x7c\xf7\x7e\x2d\xe2\xe2\xfb\xf7\xfd\x03\ -\x3c\x35\x4d\x69\x7b\x1f\x51\x75\x83\x1e\xfa\x66\x15\x4e\x07\x6a\ -\xa4\x49\x0b\x7e\xe6\x64\x72\xed\xcf\x4e\xfd\x1d\x0d\x9c\xc3\x06\ -\x64\x53\x85\x38\x2c\xc9\x37\x41\x64\x6e\xa9\xbe\x1b\xd9\xe4\x41\ -\x4b\x04\xa2\xdd\x8c\x2b\xa2\xbf\x88\x86\x74\xb7\x67\x6a\x16\xb2\ -\x23\xa4\xb2\x9f\x0b\x8d\x72\x78\xc5\xfb\xd5\x73\x2f\x37\x40\xe0\ -\x45\x9b\x7a\xba\x66\x26\x50\x16\x85\x5e\x6f\x8c\xfa\xa4\x25\x8a\ -\x0f\xcf\x05\x49\x97\xa8\xaf\x45\xe4\x7a\x2d\x96\x93\xea\xc8\xdc\ -\x6c\x76\x15\x65\x6e\x47\x93\x52\x01\x3c\xdc\x9d\x82\x0e\x28\x2f\ -\xf8\xc1\x37\x3a\x9c\x81\x68\x32\xce\xe6\xc7\x65\xf5\x62\xf2\x10\ -\xdc\x79\x6d\x77\xd1\xc6\xfe\x5e\xcc\xc6\xc5\xde\xb5\x9d\x12\x54\ -\x96\x16\x2c\xc3\xbd\x01\x72\x37\x29\x48\x31\x30\xba\xe4\x2c\x90\ -\xce\x41\x23\x3a\xd7\xdb\xa1\x15\x6a\x19\x39\x9d\x0a\x33\x75\x32\ -\xd3\x10\x68\x14\xf8\x22\x5f\xa9\xbc\x27\xb0\x34\xf5\x87\x6e\xfb\ -\xaf\xfe\x8e\x9a\x61\x61\x5f\x89\xd7\x41\xd5\x7c\x6b\xfa\xba\x66\ -\xa8\x9f\x4f\x6f\x4d\xec\xf9\x7d\xde\x74\x49\xe3\x6b\xf9\x7a\x04\ -\x4d\x47\xe3\xd1\xf7\xb4\x9e\x14\xcd\x53\xba\x30\x56\xfa\x3b\x88\ -\xf5\x70\xce\x53\xa3\xf3\xf4\x70\xd9\x4e\x93\xef\x11\x10\x23\x62\ -\xc6\xe9\x66\x2f\x42\xd0\xe7\xcf\x8f\xcc\x47\x1b\x8d\x24\xf5\xb7\ -\xd6\xd6\x95\x75\x41\x6a\xfb\xb4\x9f\x8d\xa8\xd8\x87\x6e\x02\x41\ -\x61\x5a\xb5\xd2\xe9\xcc\xce\x2d\x39\xc2\x91\xaf\x41\x05\x0c\xf0\ -\x63\x05\x62\x4f\x2d\xfe\x23\xc1\xe6\x35\x58\x18\xaa\x36\x14\xa2\ -\xa5\x2d\x48\xb7\x5c\xa4\x5b\x6b\x92\x92\x8a\xd0\x97\xe6\xac\x23\ -\x26\xb6\x9d\xdf\x15\xf4\x47\x77\x78\x7d\x63\x56\x58\xf4\xa6\x94\ -\xd9\x46\x06\x78\xd3\x88\x04\xc9\xc8\x0e\xe6\xcc\x49\x22\x51\xf0\ -\xcf\x71\xfe\x1d\x94\x73\x68\x73\x02\x94\x92\x58\x44\xf1\xcf\x6e\ -\x08\x11\x03\x80\x93\x1a\x27\x4d\xe3\x1a\x76\xf2\xa6\x2b\xe3\x87\ -\x6b\xe4\xd3\xe8\x8a\xf2\x7e\x44\x93\x80\x74\xb6\x4a\x1f\x78\xe4\ -\xd9\x80\xd3\xdd\xb3\x65\xfb\x9d\xee\xb9\x5f\x28\xc7\x63\xaf\x07\ -\xa3\xec\x51\x23\x84\xfe\x1d\xd9\x40\xb0\xce\xcf\x6f\x15\x1c\xfa\ -\x70\x50\x7d\x03\xa3\xfa\xd7\x9f\x71\x01\xaf\x00\x08\x96\x49\xa6\ -\x1b\x78\x58\x0d\xe6\xd3\x98\xa3\x83\x9c\x41\xa9\xcc\x06\x17\xd3\ -\x95\x1c\x29\xdd\x00\x16\x09\x14\x0b\xa2\xb7\x07\xd0\x57\x80\xf3\ -\x96\x3d\x0d\x47\xda\x5a\xa2\x94\x7e\x6c\x67\xba\x18\x48\x72\x4d\ -\x84\x56\xb3\xb8\xb1\xcb\xd2\x1a\x80\x58\x64\xd2\x5c\x75\xba\x73\ -\x57\x8c\x9d\xa3\x9c\xa8\xe4\x77\x47\x9e\xdc\x9a\xb9\x77\xd5\x29\ -\xe4\x73\x3d\x50\x6a\xa9\xa4\xa6\x24\x31\xc6\x3c\x11\xfa\xff\x45\ -\x24\x0c\x95\x5c\xa0\x78\xe5\xb4\x77\x51\xab\x21\xab\x0b\x7f\xb7\ -\x19\xb5\x0d\x48\x03\x89\x2a\x44\xa1\xbd\xae\xc5\xe5\x10\xa2\x73\ -\x73\x89\xee\x89\xfe\x6e\xf1\x2e\xd7\x45\xba\xe4\xdc\x36\xf1\x4c\ -\x08\xa6\xb2\x34\xf7\x51\x39\xbb\xa6\x46\x76\x58\xbf\x9a\xe6\x4b\ -\xb0\x6c\x3c\x7f\xfb\xb3\x59\x45\x03\xb3\x20\x62\xa9\x50\xd6\xf8\ -\x5e\x21\xbe\xf7\xdc\x20\xf5\xd7\x68\x1f\xcf\xe5\x9f\xbb\x8c\x66\ -\x26\x2f\x7d\x55\x2c\x70\xf1\x5c\xb9\x2c\xa7\xa3\x08\x8f\xdf\xb3\ -\xeb\xe1\xde\x8a\xfb\x8e\x3e\x9f\x1b\x71\x65\x32\x7b\x6f\x14\x69\ -\x14\x32\xa3\x30\xd3\xb2\xbc\xa4\x2e\x19\x81\x89\x3d\x2d\x10\xf4\ -\xaa\x0c\xa4\x97\x03\x60\x50\x5a\xd8\x8d\x42\xa8\x9c\xef\xd2\xc4\ -\xa1\x17\xcc\x64\x3a\xb5\x87\x48\x98\xf8\x6b\x61\x70\x22\x66\xdf\ -\xb4\x06\x70\x0a\x63\x68\xe4\x00\x60\x6d\x19\xf9\x29\xdf\x26\x69\ -\x7f\xb3\x61\xee\x17\x6e\x3a\x32\x35\x4b\xea\xa9\xcd\xa0\x79\x10\ -\xea\x89\x70\xed\xe4\x60\x6a\x7c\x66\xca\x58\xb2\x07\x0f\x9b\xd2\ -\x72\x99\x86\xdd\x7e\x06\x7b\x1e\x62\xf0\xd5\x1c\xfd\x7a\xa0\x72\ -\xd8\xff\x53\x5e\x80\x05\xd8\x80\x5a\x1c\xc3\x8b\x86\x34\x97\xce\ -\x08\x1c\xad\xa0\x4b\x6a\x98\x34\xbd\x49\xf0\x9b\xa8\xbc\xf4\x57\ -\x47\x91\xd5\x1d\x1b\x4f\xc7\xc9\xf6\x07\x4a\xcb\xc5\x47\xb8\x2d\ -\x3d\x26\x4f\xc0\x91\x91\x33\x3e\x7f\x7c\xd5\xf4\x44\xa1\x1d\xb4\ -\x98\xca\x14\x69\x97\x1c\xeb\xeb\xd4\x6a\x18\x6a\xbc\x5e\x9a\xfe\ -\x39\xf3\x17\xfd\xcf\x31\xa5\xe8\x99\x65\x3d\xcc\xbb\x0c\x78\xba\ -\xf9\x42\x0b\xcb\xd4\xe6\x42\x49\x05\x2c\xbc\xc5\x0b\x44\x83\x6f\ -\x2f\x6b\xd5\xb9\x42\xfa\xbc\x4f\xa2\xd8\x92\xd0\xd1\xea\x31\x6d\ -\xa3\xd7\x02\xa1\x07\xa6\xe3\x2f\x4d\x25\x94\x5e\xf5\x39\x0f\x43\ -\x17\x79\x6a\x80\xdf\xcc\x45\x7a\x73\xf3\x86\x80\x9f\x13\x47\x3a\ -\x62\x1f\x68\xd8\x7d\x73\x73\xbf\xc2\x57\x63\xaa\x8e\x7a\x4f\xb3\ -\xa7\xf5\xb5\xb1\xaa\xd7\xc8\xad\x59\xc4\x30\x1d\x98\x05\x7f\xe4\ -\xdb\xdd\x83\xfa\x2f\x4d\x07\x65\x40\x00\xe5\xf4\x48\x75\x7b\xec\ -\x4b\x14\xe8\x9a\xe6\x0b\xe5\x22\xcc\xf9\xfd\x5f\x27\x76\x6e\x08\ -\x93\x77\x51\x34\xcd\xfe\xff\xc2\x0d\x75\xf0\x12\x82\xbe\x48\xd7\ -\x70\x6e\x7d\xfd\xec\x3c\xcc\x35\xef\x81\x5e\x16\x93\x14\x35\xac\ -\x1b\x68\x74\x3d\xe7\x06\xba\x35\xa0\x32\x8d\xa6\xfe\x7c\x3f\x4a\ -\x18\x4e\xab\x6b\x1d\xa6\x52\x67\xa1\x0f\xab\x37\x4e\x0a\x27\xd1\ -\x4a\x90\x30\x9a\xa5\x04\x00\x52\x5f\x38\x19\x01\xc0\x0e\xa6\xe9\ -\x71\xb7\x14\xdb\x28\xa2\x72\x00\x71\x4a\x7f\x50\xfb\x0f\x30\x5b\ -\x24\x5d\xfe\x92\x8a\x9a\x67\x7f\xed\xe5\xb5\x56\x33\x2b\x70\x00\ -\xb4\xd5\x34\x1d\xa8\x9b\xb5\xc7\xee\x5e\x27\x7e\xf6\x6b\x73\x93\ -\x14\x07\x72\xda\xdd\xe3\xec\x84\x88\xbe\x81\x4f\xeb\x0d\xb4\xd7\ -\xcc\x36\x34\x7d\x33\x3d\x0c\x36\xde\xf7\x2a\xb7\x49\x5e\x19\x65\ -\x58\x93\xf0\x77\xbb\xfa\xd3\xf0\x04\xc3\xdd\xd5\x68\x9f\x01\xec\ -\x9e\xe7\xcb\x39\xb1\x0a\x8a\x2e\x20\xe6\x54\x1a\xc0\x5d\x80\x37\ -\x1a\xb7\xa1\x4c\xe7\x3c\xe8\x5f\x6b\x72\xba\x27\x68\xa2\xa4\xaf\ -\x93\xf7\xc7\x0e\xf2\xa1\x4e\xa7\xc5\xf7\xcf\x30\xd8\x2f\x4b\x8e\ -\x2b\x97\x4b\x9f\xa5\x04\x5c\xe0\x2f\x93\x76\x6d\xec\x90\xdd\x2c\ -\xe0\xc3\x21\x14\x2f\xba\x78\x9a\x1a\x44\x67\x9c\x10\x5b\x80\x73\ -\xe7\xb2\x5d\xe6\xe4\xa2\x63\x9a\x14\xb9\x36\xcc\x3a\x92\xce\xdf\ -\x50\x1f\xa5\x05\x56\x32\x0b\xec\x98\x28\xb4\x30\x60\x66\xb4\xc6\ -\x46\xc6\x34\x83\xfd\xf0\x58\x6b\xa5\x1b\x4c\xe7\x9e\x77\xc4\x8e\ -\xd9\xcc\x0c\xea\x80\xe0\x6c\x76\xe6\x03\xda\x59\x9e\x49\x8c\x2b\ -\x4f\x37\xbd\x10\xfd\xbb\x11\x40\x1e\xbe\xf6\x43\x12\x88\x62\xd8\ -\xfb\x52\x48\xba\x26\x8e\xd1\x2e\xc8\x72\x65\xba\x3e\x30\x9e\x68\ -\xa4\x97\x2f\x9b\x24\x3d\x5d\x9b\xa4\x59\x83\x36\x57\xb2\x63\xbc\ -\x1a\x42\x48\x21\x75\x37\xcc\xed\x49\xd6\x01\x10\xd0\x10\x02\x32\ -\x45\xf0\x72\x2d\x98\xd8\xb7\xcc\xc6\x4b\xcf\xf7\x12\xc8\x8f\xdb\ -\x96\xc3\x85\x98\x81\xe2\x73\xd0\x06\x92\x3c\xae\x29\x26\x0f\x8a\ -\x81\x3a\xa7\xdb\x36\xb8\xeb\xf4\xa8\x02\x9f\xf7\xbd\xf3\x42\xf8\ -\x01\xb0\x2e\x4a\xf4\x57\x10\x63\x2f\x1a\xfa\x36\xd5\xcb\x82\xef\ -\xfc\x62\xc8\x82\x28\x0f\x06\xce\xf5\xba\x04\xaf\x19\x24\xac\xf3\ -\xf0\x72\xc3\x19\xb3\x67\x17\x81\xe2\x1a\xf9\x21\x67\xd1\xf1\x70\ -\x45\xfa\x4b\xf3\x55\xc8\xfa\x79\xb3\x4a\xe6\x1f\xe1\x30\x15\x18\ -\x73\xe9\x56\xd8\x9f\xa3\xbc\x08\xf0\x15\x84\xb3\xa5\xb4\x8b\x77\ -\x4e\x49\xbb\x97\xcb\x79\x90\x67\xd3\x9e\xb4\x09\x4a\xaa\xe1\xcc\ -\xab\xe0\x47\x4e\x48\x16\x41\xc9\xa0\xd5\x61\x91\x6a\x3f\xc0\xcc\ -\x4f\xc8\xc1\x00\x38\xfd\xc8\xb3\xa3\xed\xcf\x2d\x76\x3a\x0d\x85\ -\x32\x3a\xcf\x80\x14\x97\x1e\x97\xd0\x70\x75\x0c\x8a\xf5\x11\x8a\ -\x69\xda\x1c\x2b\x5e\xc2\x59\x34\x0a\xf1\x6e\x80\xd3\x1d\xb1\x7a\ -\xd3\x7a\x02\xcf\x9d\x3e\xf7\x9d\x8e\xd5\x6f\x84\x27\x75\x2f\xd7\ -\xdf\x4b\x23\x4d\x4d\x6c\x4c\x98\x13\xfc\xe7\x44\xb4\xd9\x8b\xa3\ -\xdb\xdc\x86\x73\x29\x3f\x50\xb4\xb7\xd7\x3b\x9c\x07\x07\xfd\x47\ -\x8e\x09\x70\xb7\xda\x2e\x04\x10\x4d\x47\x72\x7e\x4e\x7f\x9d\x10\ -\x24\x58\x42\xe8\x71\x1b\xe7\x24\xe4\x2b\xb0\x40\x33\xee\x83\xbb\ -\xbd\xcc\x41\x81\x7c\xbb\xa3\xb4\x67\xa4\xd0\xb4\xcd\xb5\x13\x9c\ -\x87\x21\x82\x9e\x59\x6e\x8f\x70\x6f\x7c\x35\xa3\x08\x6d\xe2\x79\ -\x2e\x7c\x7b\x6d\xbd\x61\x79\x6b\x96\xdf\xa8\x6b\x6f\x93\x9f\xd7\ -\x49\xd0\x4b\x93\x77\x36\x57\xcc\xa5\xb9\xfa\xeb\xd4\x65\x4c\x40\ -\x38\xe9\x44\xa0\xd7\x92\xe8\x68\x0e\x67\x63\x75\x36\xa6\x99\xbd\ -\x37\x5e\xfb\x59\x48\x09\xde\xb0\x8b\x4e\xe3\xcf\x1c\x2e\xad\xa0\ -\xf0\x4e\xc5\xfe\x46\x69\x24\xe2\x49\xf1\xeb\x9f\x1d\x34\xf3\xfa\ -\x3a\x7d\x0f\x5e\x34\x2b\x7d\x4c\xfb\x81\xbf\x9f\x15\xb1\xb8\xd4\ -\xc1\xc6\x0c\x79\xf5\x82\xb5\x1b\x56\xcd\xf7\x4d\x0e\x86\xc6\xfd\ -\xdd\xdf\x43\x73\x3a\x44\x54\x83\xfa\x4a\x37\x7e\x07\xdd\x9a\xe9\ -\x55\xbb\xcb\x4c\x6f\xd4\x34\x67\xea\xc1\xbb\xbe\x77\xc5\x4d\xb6\ -\xfa\xfe\x2a\x13\x21\x3f\xd9\xdc\x8c\xc0\xc0\xea\x0a\x08\x3f\xe9\ -\xd6\x3d\x82\xa7\xcc\xae\x38\xf7\xaa\x78\x4e\x13\x40\x58\xb4\xb2\ -\xd8\xb5\xfb\x5b\xd2\x3c\x28\x6a\x40\x76\xd7\xe5\x78\xdd\x78\x99\ -\x28\x57\x6e\xa3\x3c\xe8\xef\xf3\xbc\x74\xb0\xfd\xc5\x69\x38\x83\ -\xe4\xe3\x5e\xf4\xe9\x2a\x73\x8b\x9d\x11\xe0\x23\x1b\x3f\x2f\x13\ -\xf8\x01\xb8\x91\xbb\xed\xea\x3e\x32\xfc\x02\x84\xaa\xfa\xa1\x5b\ -\x7c\xd3\x98\x7a\xaf\x97\xbd\x23\x39\x32\x7d\x50\xac\x3d\x60\xf5\ -\xa4\x10\x06\x68\x2d\x07\x10\xc1\xaa\xc3\xc9\xf7\x2d\x47\x2c\x9c\ -\x39\xe7\xb9\x27\xe3\x6c\xeb\xd4\xd1\x64\x74\xc4\xfd\xec\x66\x38\ -\x70\xf6\x10\x37\xed\xe8\x79\x4f\x84\x07\xc1\x2b\xc3\xa1\x3d\x73\ -\xeb\x2b\xba\x4f\x42\xec\xbb\x9d\x0d\xde\xea\x4c\x0e\x95\x32\x17\ -\x11\xd3\x2f\x97\x2b\xfa\x77\x43\xa1\x98\xca\xf7\x5f\x57\x04\x74\ -\x06\x2a\xbf\x23\x10\xd2\x0b\x6a\x65\xca\x42\xfc\x0d\xdd\x3a\x29\ -\x1c\x99\x60\xcc\x94\xe9\xc4\x39\x2a\xf5\xe2\xbb\x91\x8d\x8e\x03\ -\x55\x72\xf3\xcd\xc5\x50\xff\xbd\x1c\x07\xb9\xd1\xf4\x5a\x01\xdc\ -\x9c\xe8\xc8\x0d\x1a\x44\xee\xb6\xe8\xdc\x61\xd0\xed\xc7\x0d\x39\ -\x97\x03\xdd\xc2\xa0\x1d\x6a\x0b\x04\x0b\x0b\xe2\x74\x19\xe3\xdb\ -\x6c\x1e\x7b\x9a\x3d\xd5\xc5\xaf\xbd\x00\x0f\x63\x82\x28\x0e\xb4\ -\x15\xbb\x50\x9f\x70\xf7\xee\x3e\x2e\x1c\x73\x8e\x0b\x8a\x0e\x69\ -\xdf\xa8\x2e\x3c\xf5\xcc\x56\x71\xb1\xbb\x35\x3d\x66\xc5\xad\x22\ -\x8e\x4c\x60\x4c\x25\xa1\x25\xea\xdc\x50\x60\xef\x14\x7f\xe7\xe8\ -\x9b\x8c\xea\x57\x97\xc3\xce\xc2\x9a\xd7\xb9\xc1\xed\xd2\xed\xbd\ -\x04\x71\xe5\x57\x6d\x02\x48\xd8\x45\xc9\x92\x69\xd9\x95\x63\x43\ -\x4d\x44\x19\x86\x00\x0d\x0d\x61\x78\xe6\xcc\x74\xfb\x1a\x05\x03\ -\x53\x5b\xab\xe4\x6e\x90\x6f\x79\x40\xee\x6e\x88\xe9\xe8\x32\x26\ -\x72\xfd\x20\x3b\xc4\xe6\xdf\x0a\xa6\xa9\x9f\xa1\xbf\x86\x85\x7e\ -\x45\xb9\x9b\x3e\xa8\x44\x99\x34\x90\xd7\xae\xb9\x3a\xb9\xfc\x9d\ -\x6a\xb2\x9b\x43\x5f\xcf\xce\xc0\x9b\x2e\xc7\xb1\x3a\xea\x81\xd5\ -\x6b\x16\x7d\xec\x1a\x35\x13\x75\x32\x96\xbb\x35\xe6\x04\x7a\x05\ -\x4d\x78\xa5\x8b\x1d\x12\x84\x89\x18\x74\x2a\x21\xea\x97\xa2\x33\ -\x30\x62\x56\x75\x40\xa0\x9a\x91\x70\x25\x74\x3f\xdc\xf1\xdf\xfb\ -\xe7\x43\x90\x72\x33\x7a\xc9\x80\x3a\x11\xac\xbf\x35\xd3\xcf\x0b\ -\xb8\x53\x2e\xbf\xeb\xee\xde\x82\x3b\xfb\x54\xed\xd4\x88\x75\x26\ -\x00\x7c\x2a\x9c\x54\xb6\xc3\xe1\x8e\xa9\x35\x06\x5c\xb9\x34\x9d\ -\x36\x38\x1b\x85\x6e\x40\x50\x6b\xe6\x5b\x51\x18\xe7\xde\xa3\x21\ -\xe8\x97\x8c\x16\x0a\xfd\x5a\xf4\x13\x86\xe6\xaa\x37\x39\xaf\x9a\ -\x97\xc3\x7a\x3e\x82\xb9\xfb\x14\x63\xba\x88\xe9\x6b\x23\xd2\x81\ -\xb6\xdc\x37\xfa\xfd\xe7\x45\xa4\xc4\xdf\xf6\xe5\xbf\x4f\x88\xf0\ -\xaf\xeb\x60\xfe\x9e\x01\xc8\xbf\x36\x35\x7f\x73\x10\xd4\xd3\xe9\ -\x4e\xff\xb7\x03\xc7\xf6\x23\x43\x43\xc4\xff\x2f\xf6\xca\x23\x44\ -\x94\xf1\xaa\xf1\x3a\xa7\x6a\xe4\x85\x6e\x6f\x1a\xce\x89\x9b\xd1\ -\xeb\xf7\xa3\x48\x29\xf0\x74\x0f\x8d\x15\x1d\xda\xd9\x8d\xa9\x55\ -\xfa\x5f\xce\xd9\x31\x29\x4c\x8a\xf1\x7d\xfc\x39\xc2\x86\x60\x8d\ -\x42\x91\xbe\xb2\x03\xde\x68\xb6\x7d\x92\x1c\x40\x21\x81\x1a\xd8\ -\xc2\x99\xbd\x37\x00\xd7\x36\x2a\x67\xf0\x2b\xe5\xba\x67\x1d\xda\ -\x1d\xeb\xf4\xbc\xbb\x67\xfc\xbd\xe7\x7f\x3e\x00\x14\x7d\x99\xa8\ -\xba\x16\x3d\x8e\x6c\x06\x65\x03\x86\x76\x06\x48\x9b\xb4\xd5\x6b\ -\x9c\x63\x84\xa1\x5d\x6a\x9f\xef\xb7\xfd\x71\x4e\x82\x03\xf4\x5e\ -\x59\xb8\xdf\xa6\x10\xd9\xe2\x60\xeb\x1a\xf7\x73\xb2\x11\xbc\x29\ -\x80\x9b\x1b\x8d\x09\xbc\x5b\x77\x27\x70\x5f\x8e\x40\x6d\x8d\xf2\ -\x01\x7a\x74\x8b\x6f\x4e\x89\x88\x6e\xf1\xeb\x80\x2d\xde\x30\xc2\ -\x7d\x9b\x4d\x3e\x5e\x1c\x3f\xe3\xee\x82\x9b\x37\xcc\x87\x63\x9f\ -\xfd\x5a\xe5\xc6\xfd\x06\x5a\x94\x05\xf8\x19\x0b\xe3\x66\x66\x07\ -\xc8\x33\x3e\x73\x2e\x56\x46\x9c\xcd\x2a\x4e\x3b\x45\xd5\x6d\x75\ -\x97\x36\xf6\x80\x78\xa3\x22\xee\x74\xcb\x95\xa3\x4a\x68\x31\xbb\ -\xc7\x04\xa9\x03\x5c\x48\x4a\x35\x0d\xaa\x79\x30\x93\x44\xdf\xa7\ -\x5b\x7d\xfb\x0d\xd9\x8e\x4f\x5f\xe3\xf7\x44\x34\x78\x49\x39\xa9\ -\x6c\x13\x37\xf0\x13\x88\xae\xe7\x43\x87\x9b\x69\xd5\x9e\x41\xaa\ -\xf6\x90\x98\xb4\x87\xcf\x80\x60\xb3\x3c\x40\x26\x5f\x5a\x8f\x20\ -\xb8\x28\x32\xd7\x74\x72\x29\xb7\x98\xb7\x7b\xbc\xd8\xfb\x53\xd4\ -\x89\x10\x51\x3a\x72\x1e\xe1\x65\xfd\x62\x35\x44\x99\xab\x81\x62\ -\xb3\x72\x8e\xe2\xe2\x14\xe8\xcd\x03\x76\x6a\x40\x44\x08\xab\xd1\ -\xdd\x86\xd5\x6c\x04\xd8\x41\x1e\x0f\xe6\x6a\x28\x84\xec\xa2\x9f\ -\xa8\x3b\x38\xad\x71\x90\x73\x05\xe8\xaa\x36\x4d\x0f\xd2\x88\x81\ -\xba\x89\x43\x1c\xa4\x4b\xcb\xaa\x37\xf4\xef\x61\xdd\xae\x2d\x3b\ -\x88\xcb\x66\xd5\x06\x5d\x45\x4d\x24\xb6\x71\x2e\xb9\xc1\x40\x68\ -\x1c\xab\x45\xb4\x29\x40\x15\x66\x9d\xea\x67\x07\xa1\x2d\x78\x0b\ -\xbb\x33\xed\x90\xd3\xe9\xb8\xd1\x2c\x50\x5c\x6f\x30\xa5\x25\x74\ -\xb7\x75\x16\x31\xda\x45\x58\x52\x03\xdb\x69\x14\xd2\xf1\x7f\xdf\ -\xd0\x7e\x19\xf8\x22\xbe\xb5\xa8\xa0\x7b\xb9\x59\x46\xb8\x87\xdd\ -\xc9\x99\x6c\x16\x9a\xf6\x5c\xcd\x06\xb0\x17\x63\x76\x60\x0d\x29\ -\x99\x3b\x04\x26\xbf\x36\x0e\x1d\x47\x29\xae\x58\x75\x7a\xda\xe0\ -\x17\xa5\xed\x44\x9d\x13\x1d\x51\x6e\x4d\x37\xbe\x6a\x11\xaa\xe0\ -\xa0\x43\x23\x71\x3d\x26\x16\x78\x50\x51\x0e\x7d\xc6\xa9\x8f\x61\ -\x1f\xe3\xa3\xd3\x6b\x6b\x3d\xe6\xeb\xa3\x59\x4e\x72\x8c\xdd\xf5\ -\xe5\xb2\x7f\x14\x6e\x35\x0a\x67\xc5\x30\x1f\xc9\x7c\xbb\x38\x34\ -\x9c\x3a\x13\x25\x61\x59\x4e\xaf\xb2\xc7\x3f\x1a\x55\x8d\xe2\x81\ -\xc8\x5c\x2b\xe1\xd3\x2d\xcf\x08\x4b\xbd\x58\x33\x3b\xa8\x30\xcd\ -\x32\x0c\xe7\xb4\x65\x2d\x97\x35\x89\xcb\x7a\xfb\xec\xd5\x1d\xe4\ -\x14\xfb\xd9\x38\x2a\x37\x73\x9c\x16\x39\x10\x7f\x77\xba\x26\x1d\ -\x13\x87\xa0\x07\x71\x9c\x62\xf4\x57\x2a\x27\x5c\x43\xb9\xb0\x1e\ -\xd3\x09\x6e\x59\x31\xbd\xe1\x7b\xcd\xc9\x8a\xcb\x93\x15\xb2\x91\ -\xae\x8b\xb6\xde\x17\xfe\x26\xf5\x18\x71\x17\x71\xd9\x35\xe0\x4a\ -\x9a\xd3\xd4\x5b\x63\xa4\x2d\xbb\xec\xcc\x88\xeb\x85\x55\xba\x9a\ -\xfa\x94\x52\xf4\x76\x4a\xb8\xa4\xd3\x16\xe9\xbb\x56\xa6\x8b\xa6\ -\xdf\x1a\x3c\x09\xca\x27\xdc\x95\x8d\x35\x03\xe7\x23\xf4\xfb\x5b\ -\xa1\xfb\xa6\x19\xd2\x23\xa8\x5c\x46\xe3\xf4\x34\x33\xfa\xa6\x17\ -\xfb\x46\x43\x7f\xb3\x5e\x7f\xd7\x23\xf6\xb0\x56\xfd\x1a\x7c\xfa\ -\xb7\xe0\xf2\x13\x84\x79\x6b\xc4\xbe\x4d\xbe\x94\xd8\x8a\xae\x86\ -\x04\xbf\x16\x5f\x0f\xb4\xfb\xd4\xc4\xed\x3c\x4f\x45\x8a\xaa\x1c\ -\x0c\x13\xfc\x8b\xee\xa9\x42\x77\xd1\xee\x5b\x1a\x93\xf3\x73\xf2\ -\x03\xe9\xa8\x3f\xc6\xc4\x57\x40\x0f\x67\xb0\xbf\x36\x16\xee\x05\ -\x46\x07\x65\x48\x68\x0f\xab\xfd\xaf\xc0\x83\xbb\x9f\x15\xbd\x99\ -\x73\xaa\x3e\xd5\x30\xfd\x1e\xa1\x02\xc2\xba\xf5\x34\xa6\x63\x65\ -\x40\xea\x49\x7d\x4b\xe7\xe5\x35\x9f\xbd\xb2\x35\x50\xaa\xd8\xb8\ -\x93\x36\x47\xd0\x34\x3f\x1a\x9f\xb1\xa8\x6b\xab\xa2\x00\x5d\x80\ -\xef\xd9\x37\x03\x15\x4d\xfb\x6f\xf5\xe8\x1a\x6f\x4c\x94\xff\xfe\ -\x7c\x33\x30\x7c\x97\x5c\x44\x37\x86\xb6\xb6\x65\x78\x75\xe0\x92\ -\x1f\xd3\x08\x8b\x66\x20\x77\x06\x36\xe6\x3d\x99\x13\xdd\x01\x84\ -\x06\xf0\xad\x98\x4c\xa5\x7e\x6e\xbd\x51\xe5\x3b\x58\x50\xcd\xc8\ -\x37\xb0\xc3\x5d\x0c\xef\x3d\xd6\x2d\x81\x41\x2c\xe6\x9c\x7e\x18\ -\x45\x3c\xce\x0c\x95\x31\x19\xc2\x59\xc7\x66\x0f\x5b\x81\xf2\xef\ -\x93\x72\x40\x71\x3b\x3b\x46\xfc\xf6\xdf\x20\x07\x24\xff\x36\xdd\ -\xb6\x38\x97\x6b\x80\x77\xa2\xb7\xeb\xf6\xe7\xba\xcd\x86\xe7\x45\ -\xe7\x18\xa6\x40\x49\xd5\xf4\x7a\xf6\x01\x40\x37\x93\xa0\x64\xd2\ -\x34\xba\x77\xca\x3d\x80\x47\xb3\x6c\x6b\x44\xd2\x05\x33\xe4\x1e\ -\xe3\x4c\xfc\x32\xd9\xcf\x1e\xc6\xc1\x58\xf2\xb3\x9f\x53\x17\xa8\ -\xd9\xc0\x86\x6b\xae\x99\x94\x96\x26\x7b\xa5\xf3\xac\x3e\x18\x46\ -\x11\x43\x14\x2c\xa2\x8b\xf9\xc2\xbd\xed\x70\x11\xf2\xb1\x6b\x38\ -\x8c\xc9\x07\xe0\x7f\xb2\x91\xb0\x6f\x74\xbb\x49\x82\xbd\xd9\x7f\ -\xd6\xd5\x16\x8d\x4e\x0a\x96\x2a\xd6\xe5\xa8\x95\xa8\x0b\xc5\x5a\ -\xa7\xde\x2e\x2d\x69\x79\x44\x31\xf1\xe0\x6b\x41\xb7\x8c\x87\x1e\ -\xc5\xa4\xd9\xbb\x6e\x6b\xfe\xb6\xf8\xa4\xe3\x9a\x1b\x85\x17\xf4\ -\x73\x37\x53\x05\x1a\x56\xb2\x21\xba\xcb\xef\xbb\xad\x90\xd8\x64\ -\x34\x48\x02\x72\xd4\xdf\x86\x6b\x33\x89\xbe\x99\x7f\xf4\x84\xe6\ -\xbc\xfc\x89\x1d\x1d\x31\x03\x8f\x2a\xa3\x38\x4d\x33\xc4\xc5\x71\ -\xaa\x0a\x2c\x0c\xaa\x21\x2d\x33\xc7\xd8\xb7\xe4\x18\x7e\x0a\x20\ -\xb9\x0e\x3d\x66\x60\x17\x62\x45\xbe\x61\x78\x95\xd9\x48\xc8\x5a\ -\xec\x31\xec\xb4\x66\xef\x89\xe9\xbd\x59\xb0\xec\x00\xe3\x99\x67\ -\x70\x5a\x73\xfe\x19\x53\xc8\x28\x7c\xc5\xf5\x55\x6e\x6b\xde\x47\ -\xc1\x91\xa3\x25\xd0\x71\x08\xbe\x5d\xb6\x9d\xf2\x97\x8b\x19\xdb\ -\x35\x66\xfa\xd0\x70\xbc\x73\x90\x0b\x45\x63\xe5\x74\xb4\xec\x39\ -\x71\x81\x7a\x8f\xe7\x1a\xc8\xc9\x17\xcb\xe3\x3e\xdd\x38\xa9\x5c\ -\x6f\x79\x69\xa5\xb9\xa2\xc7\x21\xfe\xbc\x94\xf8\x70\x67\xc2\xbf\ -\xb8\x11\xc6\x24\x0f\xb3\x70\x94\xb2\x28\x3f\xdd\xe6\x9a\xfc\x63\ -\xda\x38\x3f\xaa\x07\x9b\x96\x72\x33\x33\x08\x10\x65\xf9\x33\x5c\ -\x87\xa3\xd6\xf2\xe7\xa6\x4d\x07\xd3\x41\x0f\x6e\xd9\x45\x16\xf4\ -\xd1\xa7\x6f\xe1\xa2\x26\x79\x61\x49\xd0\x51\xe3\x12\x52\x9b\xc6\ -\xec\xbd\x41\x6b\xc0\x57\x06\xe6\xa0\x2c\x86\x87\x85\x6c\x30\x31\ -\xb3\x89\x92\x07\x72\x3a\xd0\x49\x2d\xcd\xcd\xe9\x9a\x34\xa9\x25\ -\xc8\xc6\x5d\x8f\x7c\xbb\x70\xcd\xeb\x36\xf8\x11\xb4\x2b\x22\x8f\ -\x86\x63\xee\x3f\xf5\xf3\xc7\x23\x1a\xc8\xf2\x3b\xa2\x19\x0a\x4e\ -\xfc\xff\x32\xf1\x48\x07\xa4\x63\xed\x70\x8b\xa6\xd0\x46\x4d\x7e\ -\x45\xf0\xf0\x0c\xe9\xfc\x56\x74\xe6\x64\x49\xfb\x9a\xe2\x36\x19\ -\x88\xcf\x47\xc6\x74\xeb\xf1\xfa\xd4\x53\xb2\xbc\x7f\x35\xab\x68\ -\x9f\x7e\xfe\x05\x8d\x7f\x6b\x66\xce\xd7\x1f\x54\xe3\xd3\x5a\xfc\ -\xdf\x9b\x81\x2f\xb4\xc3\x33\xaf\xee\x0b\x3d\xae\xd3\xd7\xde\x68\ -\xbb\xa7\x1e\xe2\x6f\x0d\x16\x40\xaf\xcd\xd5\xb7\xd7\x9d\x77\x52\ -\x63\x62\xbc\x3a\xa7\xbd\x51\xe7\xb0\x06\x0f\xf7\x6f\x01\xbf\xa7\ -\xf6\xef\x6b\x01\xfb\x98\x02\x4d\x47\x30\x11\x79\x4e\x84\xd3\xb1\ -\xcb\x9e\x9f\x69\x3d\x5e\xde\x33\x17\x0d\xfe\x01\xbe\xb6\xc2\xee\ -\x14\xb4\xfb\x43\xb0\xfd\x77\x5d\x79\xe6\x0c\xaa\x5e\x73\xcf\xfd\ -\x1b\x15\x10\xbc\xcc\xf9\x41\x0f\x70\x38\x1c\xdb\xf0\x0e\x78\x15\ -\x6e\xe8\x80\x29\x26\x38\x73\x06\x31\xab\x56\xb1\xaf\x69\x86\x22\ -\xd3\xe4\xc0\xef\xb9\x99\x53\xb6\xd2\x95\x8e\x0e\x60\xc8\x1a\xad\ -\x9f\x02\xd1\xb0\x5b\x11\x64\x00\x3c\x49\xe5\x0e\xe5\xf4\xa3\x51\ -\xb2\x4c\x83\x6f\x41\xe0\x46\x79\x2b\xd3\x9a\xcc\x27\xa5\x02\x7c\ -\x6a\x6d\xbb\xa9\x13\x5f\x8d\xd5\xb4\x5d\xf7\x13\x0d\x69\xe5\xac\ -\x16\x6d\x0d\x2d\x27\x90\x1e\x4e\x8f\x72\x84\x69\xf3\x61\xd2\x33\ -\xcd\x62\xb8\x6a\x1a\x67\x05\x90\x68\xdb\x2f\x84\x8b\x8d\x15\x12\ -\x60\x22\x13\x81\xd6\x32\xc5\x9f\xea\x43\x43\x74\x3a\x07\x86\xf6\ -\xbd\x1e\xbe\x87\xdc\x12\x52\xbf\x77\x66\xd1\x75\x7d\xa2\xac\x32\ -\x2d\x4b\x23\x2a\xcf\x18\x23\x08\xd6\xfa\xe7\x65\x8a\xda\xee\x29\ -\x71\x16\x52\x1b\x64\xdc\xfb\x2e\x5a\xf3\x97\xba\xaa\x33\x02\x54\ -\xe9\xa0\xd0\xef\x32\xb2\x52\x1c\x54\xeb\x0d\xda\x41\xce\x2a\x6f\ -\x03\xf5\xb3\x82\x71\x68\xc2\x83\x96\x29\x92\x56\xe7\xf9\x19\xc9\ -\x1e\x20\x70\xea\xaa\x31\x59\x6c\x91\xa3\xab\xb1\x6f\x76\x9d\x93\ -\x7b\x6b\x4e\x52\x23\x4b\x55\xdd\xa2\x5d\x01\xf0\x75\xe5\xdd\x49\ -\x4c\x87\x0c\x64\xfb\xfa\xd8\x03\xec\x06\x11\xae\x3f\xfa\x27\x8b\ -\x93\x94\x91\xab\x39\x88\xf3\x5a\x20\xde\x25\xa6\x0b\x14\xc9\xa7\ -\x3a\xd7\x0f\xe3\x77\xff\x7a\x06\x90\xcd\x06\x64\x4b\x06\x13\x12\ -\x2c\x87\x24\xba\x62\x25\x13\xd3\x76\x9a\xc7\x9f\xfd\x7b\x8c\xf2\ -\x29\x75\x25\x10\xc5\x2d\x9f\x2c\x70\xd1\xd0\x73\xd1\x1b\xea\x99\ -\x4b\x31\x5d\x49\xc1\x79\x84\xd0\x6d\x01\x78\x1b\xc5\x23\xf3\x32\ -\x2e\x10\x2e\xa8\x5b\xa4\xff\xe2\x3f\x39\xf2\x23\x51\x17\x3f\x72\ -\xa2\xec\x9f\xfb\xbf\xe6\x3e\x42\x1e\x16\xd8\xe8\x35\x06\xb6\xdf\ -\x0e\x70\x73\xba\xfd\x15\xc2\xbb\xf0\x7b\xff\x07\x24\x2b\xf5\x1f\ -\xf6\x29\x0a\x82\x82\xf9\x7b\xff\x9a\xc0\x9a\xd9\x91\x28\xfb\x19\ -\xe4\x17\xfe\x47\x2d\x47\x81\x2f\xc2\xa5\x0b\xfb\x16\xa8\x6c\xdf\ -\x6c\x8a\xcf\xfd\x27\x9f\x4f\x34\x71\x4c\x02\xdd\x37\xd8\x69\x79\ -\xb1\x50\x2f\xcf\xf0\x09\x4e\xf2\xcf\x22\x7c\xe4\xe3\x84\x83\x6b\ -\x52\xe2\xc8\xee\x84\xbd\x1d\x95\x0e\xa1\x37\x11\xb0\x62\xe2\x23\ -\xb8\xe5\x0f\x98\xff\x31\xd1\xb0\x5b\xbc\x33\xfd\x03\x21\x01\x2f\ -\xc1\xef\xe7\x17\x44\x96\x61\xc4\x20\xe0\xb3\xb1\xc9\x9e\xc5\xb5\ -\x16\xf6\x8f\xe5\x04\x6c\x6c\xb7\xf0\x76\x56\x24\x33\x16\x2f\x6c\ -\xa7\x38\x58\xc8\x72\x47\x10\x3d\x5b\x49\xff\x58\xfe\x14\x59\x3e\ -\x89\xfc\x56\x2e\x0d\x63\x41\x2e\x73\xf8\x0a\x6a\xc4\x7d\x7f\x6a\ -\x9a\xa9\x8a\xfb\xe7\x17\xd8\x84\x45\x17\x16\x5f\x96\xc1\x75\xb1\ -\xff\x2c\xc1\x1d\x2e\x8e\xbe\x40\xf7\x2e\xeb\x58\x43\xc9\x76\x66\ -\x2f\x59\xc3\x79\x8d\x02\x6a\x73\x85\xcd\x91\xaf\x89\x21\xf8\xc4\ -\x9e\xb4\xa7\x78\x7f\xee\x74\x74\xab\x40\x39\x25\xb4\x9e\x0b\x54\ -\xf9\x1b\x69\x54\xd2\xa7\x10\x21\xdc\x65\xe0\x0e\xb7\x3b\x2d\x63\ -\x88\xfc\x3d\x13\xb6\xa2\x50\xd6\x7e\x00\xfb\xe1\xf2\xe7\x16\x4f\ -\x12\xbf\x0a\x4d\x66\x06\xf9\xe1\xb2\x97\x00\x6c\x09\x2b\x6b\xfd\ -\x94\xbb\x99\x5f\x0e\x37\xc2\xc0\x25\xa6\x8a\xff\x8c\xd9\xb3\x4d\ -\x37\xe2\x22\xa8\x59\xc1\x95\xdc\xea\xdb\x69\x29\x8d\x47\xce\x92\ -\xeb\xf3\xf7\xb3\xbd\x79\xdc\xe0\x75\x35\xa7\x75\x7b\x1e\x1f\xdc\ -\xe9\xec\x04\xa7\x0e\x85\x66\x90\x94\xb1\xf1\xeb\xec\x6b\x3b\x38\ -\x39\x69\x63\xfe\x7c\xc3\x85\x4a\x2b\x23\xca\x4c\x5a\x8c\x8e\x6c\ -\x42\xf6\x95\xce\x54\x3b\xad\x52\xec\x92\xfb\x15\xc9\xbd\x5d\x61\ -\xd2\xb6\x16\x99\x18\x37\xfe\x3c\xe8\x66\x9d\x8a\x72\xab\x67\xde\ -\x90\x42\x18\x23\xd0\xf2\xbe\x3f\x60\xd4\xf3\xed\x86\x2b\x4a\xf6\ -\x73\x7f\xf5\xe3\xc5\x8e\x31\x08\x2c\xff\xa9\xe7\x32\xfd\x3a\x38\ -\xb2\x2d\xb0\xd7\x03\x2e\x89\x36\x98\x09\x7f\x3e\xbf\xd6\x28\x37\ -\x2d\x6a\xd7\xa9\xfd\x8a\xa1\x7e\x6b\x29\x16\x61\xd0\x6e\x99\x2e\ -\xdc\xfa\x07\xaa\xab\xd6\x9d\xee\xa4\x73\x1b\x60\xf4\x39\xe8\x61\ -\x6b\xf0\xe9\xef\xfd\x1f\x10\x18\x6b\xf9\xe9\x99\xa1\xd5\x4e\xe5\ -\xcd\xe0\x4a\xce\xe2\xb1\x17\x0e\x5b\x6e\xc0\xcf\xb6\x2c\xf4\xc2\ -\x14\x87\x0c\x4d\x07\x69\x22\x8e\x41\xbd\x36\x1e\x0e\xa7\x83\x61\ -\xe7\xda\x57\x61\xee\x48\xbc\x14\xe2\x6e\x9f\xdd\x72\x2b\xe1\xe5\ -\xe8\x27\x00\xfd\x58\x01\x11\x61\xd9\xae\x9d\xf9\xaf\x1a\xdf\x5f\ -\x8b\xc9\xee\xc0\x84\x66\x2e\x57\x8c\x80\x68\x37\x8a\x24\xdb\x24\ -\x78\xff\xf9\xa4\xbb\x27\xf3\x7a\x5a\x4e\x27\xf2\x22\x79\xc7\xab\ -\x67\x55\x6d\xa8\xbb\x9a\x16\xd5\x8a\x96\xe7\x0b\xca\x04\x8f\xec\ -\x6f\xb1\x8c\x9d\xa0\xb9\x67\x8e\x5c\x31\x2e\x3a\x4a\x2e\x5a\xe2\ -\x63\xc3\xe3\x4a\x7b\x2b\xce\x88\x61\xb9\x6b\xfa\x3a\x2c\xc5\x2b\ -\xeb\xad\xa8\x80\x3c\xa6\xfa\xc6\x2f\xff\x75\xda\xd7\x4a\xe0\x36\ -\xa2\x3a\x74\x6f\xfc\xe2\x06\x2b\xe7\xf9\xdf\x41\x83\x6d\x41\x5b\ -\x0d\x24\x59\xad\x28\xbb\x26\x78\xd0\x8b\x3a\xb5\x4c\x46\xf5\x33\ -\x21\x0c\x22\xca\xd4\xc6\xa6\x29\xa2\x02\xf5\xf5\x6d\xe7\xc5\xd5\ -\xc6\xcb\x7e\x16\xa8\x9f\x1f\x28\x67\xe2\x90\x53\x18\x60\xe6\xfb\ -\xc3\xb5\x6a\xd0\x43\xa7\x23\xff\x29\x30\x53\x15\x97\x06\xc5\x33\ -\xc2\xc4\x25\x0b\x78\x5c\x46\x0f\x63\xb9\x20\xf7\x0d\x56\xc5\x1f\ -\xfd\xaf\xb3\x43\xfc\xde\xe2\x1f\xd3\x45\xf9\xdb\xfd\x73\xff\x67\ -\x34\x21\xe0\xd9\x9c\x0a\x35\x26\x06\x5a\x56\x9d\xd7\x24\xbf\x5e\ -\xdf\x91\x1f\x42\x24\x3c\xe8\xe8\x44\xbf\x49\x8f\x36\x27\x68\xcb\ -\xb4\x12\x67\xc6\xdc\x54\x8d\x1c\x37\xd9\xc7\xcf\x8f\x65\x4e\x46\ -\x13\x10\xe3\x1d\x2b\x81\x28\x73\x3b\x6f\xda\x29\x0b\x08\xf6\xca\ -\x8d\x12\xfe\x7e\xee\xdb\xce\x96\x91\x11\x67\xb9\x9d\x20\xc5\x7d\ -\xff\x37\xef\xef\x8b\xff\x29\x67\x68\x7f\x1d\xbf\x0e\x46\x2d\xb7\ -\xed\x66\x66\xb0\x1f\x25\xcc\x84\xcf\xe7\x4f\x4d\xee\xd4\xf6\x3d\ -\xb3\xd7\x17\xac\xf8\x73\xff\x31\x56\x92\xc2\xce\x5f\x11\xac\x9f\ -\x2b\x75\x5e\xfb\xfe\xcd\xc6\x9e\xaf\x35\x84\x34\xf0\xc8\x82\xd4\ -\x55\xdf\x95\x73\x4a\x17\x63\x11\xe3\x73\xff\x17\x57\x1a\xad\x2c\ -\x6f\x6e\x35\xf3\xc5\x44\x14\x6b\x51\xd6\x21\x7d\x38\xa0\x8c\xca\ -\x7f\xd3\x38\x73\x91\xe7\x15\x89\xe5\xd4\xad\x15\x00\xd5\x1a\x13\ -\x68\x15\xcf\xa1\xf2\xbb\x20\xf7\x20\x55\xe3\x82\xc5\x06\x0a\x8b\ -\xf9\x53\xdf\x91\x7b\xe8\xcd\xca\xfe\xf5\xfa\xea\xfa\xf1\xbc\x33\ -\xca\xf9\xaf\x12\xb2\x0e\x29\x80\x59\xdc\xaa\xfe\xf2\x9c\xad\x8f\ -\xad\x4a\xd6\x16\xe1\x63\x97\x91\x90\x42\xf6\x1f\xeb\x5b\x44\xb0\ -\xe5\x4e\x16\x87\xe5\xa5\xc2\x72\xbc\x16\xb0\xae\xe5\x46\x2a\x94\ -\x52\x09\x01\x61\xcb\x7f\x6d\x2d\x40\x41\xfb\x03\xa5\x05\xda\x1f\ -\x5c\xa1\x10\x50\x2a\x6b\xef\xb5\x96\x8f\xcd\x22\x1d\x9c\x1f\x6c\ -\x70\x0b\x77\xb3\x66\xc3\x62\xfb\x8a\xb3\x6c\xd3\x0d\x47\xb5\x13\ -\x91\xb7\x0b\xd7\x2e\x7c\x24\xa5\x67\xad\xe5\xa1\x62\x9a\x64\xc1\ -\xc1\x85\x8d\x4b\xa2\x4d\xae\x38\x50\x37\xb7\x0a\xd7\x26\xac\xec\ -\x1c\xcd\x60\xfa\x74\x3d\x96\xd1\xaa\x24\x85\x86\x8c\x35\xec\xbf\ -\x47\xfa\x37\x77\x47\x18\x4c\xee\xb2\xd3\xfd\xf2\x73\xd3\x29\x1e\ -\x8c\xaf\xfb\xf9\xf9\x3f\x95\x92\x9d\x36\x34\xe6\x98\xa6\xb7\xf8\ -\xe8\xb8\x72\x23\x34\x04\xd5\xa2\xd0\x65\x39\x05\x22\xde\x1c\xba\ -\x2d\x2c\xa1\x0b\xe9\x56\xd2\x09\x0d\x29\x52\x40\xae\xe4\xc4\x72\ -\x73\x3e\x8c\xe2\x21\xd0\xac\xee\x68\xf8\x8e\xec\x6a\xb3\x69\xaf\ -\x51\xf5\x98\xdc\xd1\xa9\xfd\xd9\x9e\x9f\xa5\x79\x91\x06\xa2\x98\ -\x34\x48\x3d\xf9\xf8\x18\x1a\x9a\x12\xcf\xa3\x36\xf3\xc1\xbb\xee\ -\x5c\x62\x4d\xfb\xfd\xbb\xc2\x63\x75\xfb\x62\xb4\xd0\xd7\x7d\xa2\ -\xc2\xde\x5c\xb1\xd8\xfa\x88\xa2\x27\x0b\xce\x18\x51\xee\xe0\x10\ -\xd7\x7b\xd7\xf6\x99\xf5\x8b\x3f\x2d\xb9\xc3\x85\x89\x6d\x01\x9e\ -\x68\x4f\x4c\x74\x7c\x20\x54\x97\x65\xae\x0d\x0f\x50\x6c\xa8\x6d\ -\xb9\x71\xf5\x70\xbc\x8d\xd3\x64\xd8\x0a\x26\xe0\xe2\x49\xa9\x3d\ -\x27\x23\xb1\x14\x0d\x00\xa9\x69\xa3\x6d\x92\x3b\x0b\xab\x04\x3d\ -\xe8\x5b\x0e\x13\xbb\xf3\x1a\xfd\x2b\xba\xff\xa6\x75\x5a\xba\x32\ -\x33\xe2\xfc\x65\x07\x21\xbf\x4c\x42\xea\xf7\x6b\x5d\x85\x8a\x49\ -\x84\xd3\x56\x9e\xc5\xe2\xcb\x2d\xa7\xd7\x70\xd4\xcb\x09\x31\xbd\ -\x4c\x14\x0e\xe1\x73\x36\x14\xa1\x19\x3a\x74\x4e\x5f\x91\x7e\x2f\ -\xe4\xdf\x26\x02\xec\x5a\xcc\x85\x36\xbd\x8b\x29\x15\x2f\xa7\x75\ -\x94\x06\xf3\x8d\x1e\x96\x39\x56\x27\xda\x1b\x8f\x51\xc2\x15\x4e\ -\xc6\xc4\x70\x22\x9f\xfc\x95\x3a\x11\xeb\x87\x89\x1f\xb4\x8c\x7a\ -\x96\xf4\x57\xaa\x15\x87\x81\x84\x90\x93\x48\x1a\x05\xf3\x10\x3d\ -\x27\xa7\x73\xb8\x2f\xf1\x58\xf3\xa7\x1b\x5a\x37\x9f\xe8\xf9\x24\ -\xfd\xeb\x4f\x0a\x63\x1a\x20\x51\x5b\x75\x4a\x63\xaa\x2b\x0d\x40\ -\x9c\x68\xec\xd4\xff\xe6\x44\xad\x9f\x2d\xd0\x87\x49\xc3\x98\x84\ -\x3e\x4c\xcf\x9b\x58\x3c\xe2\x0d\x68\x39\x1d\xf5\xca\xb3\xf0\xb4\ -\x1a\xc7\x7e\xcf\xbe\xfa\x9b\x5e\xaa\xb3\x3f\x98\x2c\x6c\x3c\xf4\ -\x8f\x84\xf7\xa9\x52\xd7\x84\x51\xfb\x73\x8a\x33\xc3\x8a\x47\x10\ -\xf2\xa4\x52\xf1\x6b\x9e\xda\x98\xd8\x93\xe4\x9d\xf1\xa6\x83\x7c\ -\x73\x54\x7d\x73\x51\xb4\x26\x77\x27\x18\x72\x7e\x7d\xd7\xb8\x7c\ -\x9b\xb8\x76\x01\xfc\xb7\x49\xe3\xff\xa2\x95\xed\x96\xf3\x53\xda\ -\x70\xbe\x7f\x3e\xa6\x9e\xa7\x35\x3c\x0d\xa3\x0b\xb4\xcf\x3c\x75\ -\x06\x2f\xba\xf5\xee\x4a\x9a\x5a\x97\xd0\x9e\x2a\x25\xd5\x38\xea\ -\x02\xe2\xa7\x96\xf4\x04\x53\x4a\x6b\x86\x8c\x28\xf9\x66\xbc\x92\ -\xfb\xd3\x27\x83\xa0\xd3\x21\xd5\x69\x59\x32\xcf\x9c\xd2\x15\x57\ -\xf0\x76\xdc\x41\x23\xc8\x9c\x57\x4d\xe3\x89\x67\x76\x94\xb3\x27\ -\x3c\x49\x1e\x9b\x34\x4d\xd2\x42\x77\xdf\x19\x56\xa7\xdb\xe7\xf6\ -\x73\x33\xee\xf1\x33\x80\x76\x1a\xef\x48\xad\x7f\x2f\xd4\xef\xfb\ -\x4e\xca\x19\x6d\xc9\x08\x9e\x22\x83\x88\xd7\x1d\x9c\x11\x22\x6a\ -\xb4\xa0\x06\xb4\x90\xb3\xbd\xfa\x1a\xdb\xed\xcc\x7b\xae\x7f\x6d\ -\x99\x5e\x56\xc9\x73\x5a\x93\xd7\xa4\xca\x0d\x2e\x98\xbc\xb6\x94\ -\xf7\x2c\xbd\x76\x6f\x06\xb3\x21\x26\xaf\x42\x93\x22\xfe\xa6\x3b\ -\x2f\x47\x56\xa9\x5b\x51\x5f\xdc\x2c\x43\xd6\xe0\x91\x38\x4a\x35\ -\x28\x49\xc9\x44\xd7\x61\x01\xd8\x6a\x81\xbd\x22\xa5\x9f\xb2\x1a\ -\x40\x2a\x27\x0e\xcb\x98\x62\x22\x28\x33\x49\xf5\xb3\xc1\x1b\xac\ -\x2d\x43\x3b\x7f\xdf\x77\x03\x93\x70\x4c\xc5\x64\x30\xab\xea\x8c\ -\x2a\x06\x95\xe7\xb7\x72\x79\xf3\xc3\x5c\x98\x56\xf3\xe0\x17\xea\ -\x34\x9a\x94\x94\x37\x9a\xcf\xca\x46\x66\x43\xff\x3e\x36\x3c\x1c\ -\x43\x88\xd0\x7c\xed\xb9\x04\x74\x2d\x77\xc9\xa6\xcf\x3a\x44\x6a\ -\x61\xed\x1e\xda\x1f\xdb\x8c\x14\xd3\xf5\x44\xe3\x18\xde\x38\x89\ -\x0b\xe1\x38\xc6\xb8\x5a\x01\x85\x27\x55\x0b\xcd\xf9\x45\xe2\xe2\ -\x6e\x79\x09\x87\x25\x78\xb8\xd0\x84\x10\xd2\x2c\x8d\x0b\xe9\x13\ -\xb5\xc5\x12\x9a\x97\x4e\x8f\x92\xc8\x56\x1a\x97\x75\xb3\xa6\x75\ -\x0e\x2e\x7b\xc3\x65\x5a\x54\x1f\xd1\x2f\x2f\x78\x3c\xe7\x21\xd6\ -\xec\xe2\x95\xae\x35\xe2\x1b\x4f\xf9\x70\x84\x69\x87\xc2\xe2\x95\ -\x61\x70\x86\xae\x8a\x67\x6d\x69\x0a\xf3\x13\xb1\xd3\x27\xf5\x61\ -\x72\x5c\x6f\x2f\xd8\xc5\x5d\x6d\x60\xe8\x97\xaf\x97\xbd\x3f\xc7\ -\xc6\x5b\x58\xd7\x4b\x41\xee\x97\x88\x51\xa5\x68\x94\x1e\x6f\xce\ -\x56\xc6\x65\xde\xa3\xc1\xb2\x83\x30\xc2\x95\xb7\x4f\x1d\x27\xda\ -\x27\xaa\x96\x1a\xce\xc1\x35\x9f\x9b\x48\xe0\x62\x60\xa7\x9b\x60\ -\x50\xfe\xb8\xcc\x19\x0e\xaa\x49\x37\xd1\x58\xdd\xd9\xa7\x5f\xb4\ -\x59\x46\xde\x7f\xdf\x33\xc2\x65\xf6\xd0\xec\x78\xc3\x78\xe5\xab\ -\x28\x3b\x06\xe6\xb4\x5a\x00\xf7\x1e\xce\x39\xea\xef\xff\xf0\xf7\ -\x1b\xaf\x67\x29\xfd\x85\x5e\xe9\x48\xba\x4f\xc8\xf8\x25\xa4\x75\ -\xbd\x04\xc2\xf2\xd8\x6b\x5c\xcf\xb7\x87\x80\xeb\x3e\xb4\x15\x72\ -\x64\xca\x98\x06\x6d\xf1\x8f\x23\x77\x7e\x51\x92\x24\xf2\x1d\x3a\ -\xb5\x9e\x33\xa5\x2d\xac\x93\x98\x20\x27\x85\x48\x0f\x6d\x27\xf1\ -\xbf\x8a\xfa\x09\x2f\xba\xb5\x46\x8b\x79\xd0\x42\xf5\x1b\xc5\x8c\ -\x9f\x85\xa7\xba\x7b\x68\x20\xed\x07\xb0\x21\xfb\xc5\xb8\x20\xee\ -\xb1\x55\x6e\x4a\x1a\xd9\x57\x34\x5d\x0b\x65\xbc\x9f\x69\x0c\x00\ -\x78\x63\xfa\xd5\x97\x4f\xdb\x00\x00\x20\x00\x49\x44\x41\x54\xe2\ -\x9c\x98\x8e\x6f\x3e\xfd\x24\xed\xd1\x06\xdd\x32\xdd\xe9\x20\x5d\ -\xf4\x20\x85\x7e\x82\xa3\x50\x58\xed\xf3\x90\xd6\xf0\xad\x61\xd2\ -\xa0\x3a\x05\xe5\xa9\xb7\x7b\x4c\x69\x0c\xec\xe2\x75\x14\x7b\x7c\ -\x6a\x77\x16\x70\x3c\x3f\xfd\x42\xcd\x7a\x0d\xc0\x75\xdd\xba\x10\ -\x5e\x1a\x9c\x2f\xcd\x8d\x4a\x16\xb0\xdd\x29\xad\x4f\x26\xba\x38\ -\x5d\x44\x20\x24\x10\x0a\x7a\xcd\xb4\xc0\xef\x7f\xa7\x96\x31\x0a\ -\xea\xd0\x40\x7c\x31\x9d\xaa\xe2\x99\xa7\x8e\x13\xbd\x89\xe6\xa2\ -\xc2\xe6\x3e\x5e\x49\xf5\x2c\x2f\x26\xcd\x5c\x25\x22\x4e\x73\x85\ -\xd9\x90\x70\x1a\x22\x98\xf3\x5b\xbc\x1e\xc9\xf7\x8f\xd4\xaa\x2e\ -\x60\x7f\xda\xe7\x2d\x63\x6a\x08\x65\x0b\x46\xf7\x62\x52\x28\x26\ -\x27\x31\xdd\x52\xbf\x3f\x64\x14\xa4\x7a\x4e\x7d\x0e\xad\xe4\x94\ -\x0c\xac\x47\xc3\xfa\x6f\xb4\xec\xa9\x71\xbc\x1e\x8d\xca\xdb\xbf\ -\xd7\x1a\x9d\x94\x7c\x37\xc5\xab\x40\xf0\x36\xd5\x0a\x6d\x08\x3d\ -\x0a\xda\x55\x8d\x90\xeb\xb4\xf3\xb3\xe9\x39\x53\xcd\xb5\x6d\x80\ -\xab\xfa\xbf\x68\x09\x63\x32\x7f\xcd\xa6\xcb\xd1\xa7\x4e\x91\x0f\ -\xfd\x7a\xdc\x3f\x69\xb2\x90\xda\xbc\xa0\x14\xa2\x28\x75\xa9\x8b\ -\xe1\xa4\x8d\xcd\x1a\xd2\x96\xf7\xba\x7e\x0a\x24\x71\xc3\x88\x5e\ -\xec\xaf\xf5\xe3\x53\x65\xf1\xa6\xea\xb6\xe6\x4b\xd4\xe3\x6a\x6c\ -\xba\xf7\x06\x2a\x6b\x02\xcb\x0e\x2c\xe2\xbb\x7e\xb2\x1b\x9c\x95\ -\x93\xe9\x4e\x4a\x7b\x36\x17\xea\xca\x61\x2f\xdc\xd3\x97\xc2\x1b\ -\x82\x00\x95\x58\x2b\x8e\x62\x07\xb8\xbc\xef\x94\xb4\xf4\x67\x4d\ -\x07\x78\x27\x03\x8c\x8b\x38\x1c\x76\x30\xcb\x5d\x9c\x7d\xea\xa2\ -\x3c\x25\x0a\x49\x55\x07\x4a\x62\x72\x68\x39\xb5\xa2\x65\x21\x2e\ -\x31\x51\x70\x39\xb2\x8f\xaf\xb8\xd2\x5d\xf3\xcd\xf8\x8b\x44\x67\ -\x88\xbc\x4f\xb3\x20\xfc\x18\x52\x9c\x54\x61\x9b\xce\x91\x31\x79\ -\x54\xab\x96\x46\x85\x62\xaf\xf4\xaa\x0c\xc3\x2e\x77\xb2\xc6\x86\ -\xdc\x7e\x7f\x48\x4c\xc7\xbb\xcb\xb0\x35\xe5\xbc\xae\xaa\x97\x9a\ -\x2d\x7e\xd6\x31\xfc\x27\xeb\xfb\x5b\x04\x17\xc7\x3f\x7d\x3c\xfd\ -\xa6\x51\x89\x22\x90\xb5\xdc\x95\x56\x98\x28\x30\xb5\xae\xce\xe9\ -\x0f\x4e\xdb\x8b\xa2\x5e\x10\x16\xe1\xb1\x32\x8d\xa2\x52\x85\xe9\ -\x1e\x49\xcf\x6d\xea\x3b\x2f\x4d\xa9\xc9\x48\x1e\x8a\x1a\x42\xee\ -\x55\x85\x99\x84\x43\xca\x9c\x80\x14\xc2\xe7\x47\xac\xd3\x30\x88\ -\x6c\x44\xae\x6c\x4d\xe1\xb8\xa0\x45\x93\x92\x64\x8d\x1c\x9a\x8c\ -\x1e\xcd\xfb\x5f\x5f\x9c\xa3\x64\x20\x90\x8a\xca\xea\x10\xa7\x61\ -\x88\x37\x4a\xc5\xf1\x37\x3e\x36\xb5\xdc\x8d\xb0\x4a\xcf\xf1\xac\ -\x4f\xdf\xba\x79\x55\xf8\xe9\x27\xb2\x1a\x21\x7f\x49\x51\xd8\x8f\ -\x34\xf5\xbd\x8d\x17\xbb\xd6\xf2\xd7\x56\x0b\xb6\x0e\x29\xf6\x46\ -\xa8\xbf\x1e\x1d\xc5\x7c\x18\x34\xa0\xf5\x5c\xdc\xaa\x58\xe3\xc5\ -\xae\x47\x90\x63\x47\x4f\x57\xda\xb2\x94\xa0\x37\x05\xbb\x5f\x04\ -\xd8\xe3\x10\x14\x78\xd6\x88\x09\x6c\x45\x6d\x9c\x1b\x13\xce\x45\ -\xff\xd8\x3a\xba\x14\x6b\xfd\x14\x37\xde\x9b\x5a\x6e\x13\x08\x73\ -\x81\xb4\x49\x17\x89\xf1\x72\x0b\xe1\x2d\x7a\xe7\x98\xf2\xb5\xa9\ -\x5d\x8c\xbb\xe9\x5a\xcd\xf6\xbd\xc2\x39\x89\xa8\xe5\x93\x77\x3d\ -\x55\x6d\xd8\x28\x4e\xb0\x51\xa1\xb6\x31\x6a\x3e\xd6\x34\x08\xd3\ -\xc8\x63\xa0\xf3\xe1\x7b\xd8\xf4\x54\xd4\x27\x03\x5f\x5c\xd9\xb0\ -\x47\x7a\x39\x85\xa6\x89\x30\x38\xf1\xd9\x1a\x06\xf5\x71\xf1\xc8\ -\x05\x79\x2d\x34\x14\x23\x66\xc1\x8c\x5d\xae\x0a\x93\xcc\xff\x1e\ -\xc2\xd9\x17\x0b\x7b\xc8\xeb\x5a\xe8\x39\x2d\xa1\x61\xa0\x27\xc8\ -\x3d\xa6\x9f\x7a\x3c\x87\xd7\x82\xa7\x9d\xe7\xc3\x45\x2f\x50\x62\ -\x3a\x73\x82\xde\xa7\x06\xe4\x01\xbc\x9d\x46\xc6\xca\xc0\x35\x1b\ -\xe4\xa7\x3e\xea\x7d\x5a\xf7\x4d\xcf\x13\x93\x0c\x2c\x06\xed\xa0\ -\x85\x52\x66\xe5\x3d\x1a\x90\x17\x60\xa9\x17\x9a\x6b\x9d\x02\xe1\ -\x2a\xb6\x8d\xd6\x72\x7d\x45\x2c\x13\x91\x97\x9e\xaf\xa2\x23\x2c\ -\x53\x3c\x43\x08\x78\xfe\xec\xe7\x94\xae\xce\x91\x33\x53\xe9\x44\ -\x9e\x33\x78\x33\xc7\x77\x94\x6e\x54\xea\x81\xea\x31\x91\x40\xd3\ -\xfd\x3d\x2d\x91\xf1\xaf\xd3\xa0\xf8\x39\xd1\xd0\x0b\x6a\x92\xf0\ -\xad\xe8\xce\xa6\x85\x38\x69\xd5\x8b\xe6\x7d\x8a\xd4\x60\xdc\xb8\ -\xb9\xe9\xaf\xfa\x19\xc2\xff\x32\x75\x79\x4c\x38\xf0\xb5\xb0\x67\ -\xe2\x81\x1e\xc7\x7d\xfb\x3e\x3d\xda\xc7\x14\xbb\xde\xef\xdb\x94\ -\xeb\x9c\x5a\x25\xec\x44\x7b\xde\x09\xb4\xc1\xb8\x8a\x4e\xea\xe7\ -\x43\xea\x18\x5a\x13\x00\xad\x78\x94\xd3\xf5\x55\x53\x13\xa5\x6d\ -\x22\x2a\x0d\x75\xe6\xaf\x8d\xd5\x57\xa3\x8b\x7f\x71\x82\x9d\x4d\ -\x37\x5e\x35\xb6\xa7\x7b\xe0\x53\xfb\x55\x19\x7f\xc9\x48\xa1\xc3\ -\xb8\xa8\x4b\x80\x6e\x07\x5d\x11\x67\x52\xb3\x03\x17\x60\x8b\xd9\ -\xff\xc8\xe9\x1e\x99\xef\x09\xd9\xd8\x26\x3d\x11\xff\x72\x8e\xd3\ -\x77\x77\xc4\xe7\x04\xb1\x26\x3a\x9d\x69\x53\x7b\xd7\xea\xbb\x1d\ -\x5a\xbf\x83\xd5\xc0\x5f\x26\x61\x15\x31\x73\x39\x50\x11\xf5\xc6\ -\xd4\x0c\x46\xcc\xd9\xc6\x86\xec\x9d\xf6\xf2\x96\x27\x6a\x53\x3b\ -\x76\x10\xea\xc1\xd6\xf1\xf6\xca\x18\x26\x7c\x4c\x3f\x8b\x61\xa0\ -\x6d\x92\x24\xa2\xa6\x01\x55\x9d\x16\xe9\x7e\x09\x67\xce\xb3\x88\ -\xef\xfd\xe5\x19\x83\xf3\x75\xcf\x7d\xb5\x4d\x4f\x1c\x60\x49\x18\ -\xb6\x09\x65\x7e\x23\x73\xab\x33\xda\xfb\x58\x6e\xa3\x9e\xde\x27\ -\x72\xd8\xa5\x2b\x1f\x31\x46\x78\xd1\x38\xe2\x88\x64\x89\x75\xa0\ -\xaf\x5a\xd0\xb1\x06\x74\x6a\xcc\xce\xc0\x73\xc1\xf7\x8c\xcd\xf7\ -\x5f\x32\x41\xb8\x61\x20\x83\xef\xf1\x28\x7c\x95\x52\x70\xef\xc7\ -\x3a\x1c\x0e\x84\x3e\x40\x31\x0d\xd6\x76\xd3\x24\x2a\xeb\x79\x07\ -\x03\x74\x7b\xde\x97\x08\x6e\x7c\xb0\xf7\xc7\xbf\xe6\x83\xab\x26\ -\x7c\x45\x67\xda\x20\x47\xaa\x19\x24\x35\xa5\x0a\xb4\x53\x1a\xcf\ -\xb6\x5c\xfc\xea\x00\x91\xc8\x24\xa2\xe6\x00\x08\x58\x2e\x16\xad\ -\x9c\xe8\x00\xec\x5c\xcd\xe6\x3c\x66\xb3\x9c\xc3\xca\x53\x5f\xa9\ -\x2b\xa7\x19\x85\x62\x4e\x1c\xb6\x27\x91\x57\xd7\xbb\x3d\xfc\x4b\ -\xd2\xb1\x28\x17\x18\xd3\x8b\xcd\x7b\x1b\xf7\x8e\xf1\xa8\x7f\x1e\ -\x4c\x89\x18\xcb\xd1\xcd\x6a\x82\x79\x9c\x59\x34\x18\xef\x41\xf3\ -\xf0\x8d\x20\x65\xca\xe2\x9a\x93\x1b\x8d\xa6\x19\xcb\xa6\x7b\x5c\ -\x80\x9c\x01\x97\x9d\xf7\x9c\xf9\x3d\xdd\xa6\x58\xcb\xc9\x68\xab\ -\x82\x85\xdc\xce\x9c\x0b\xa1\xd4\xda\x34\xd0\xa0\x3a\xce\x02\xf7\ -\xad\xe0\xb1\xa3\x3d\xb4\x14\xe2\x03\x96\x48\x8c\xd7\x96\xb7\x20\ -\x23\xd4\x2e\xdd\xd6\xe9\xa0\xcc\x91\x36\x6a\xe5\xfa\xe2\xca\xb4\ -\x4d\x43\x21\x1d\xb1\xa6\xb4\x9b\x37\x0d\xc9\xc6\x75\x15\xf7\xbe\ -\x8c\x59\xa4\xd6\xfb\xde\x4e\xd9\x02\xb0\xdd\x99\x52\x05\x2c\x1b\ -\xfb\x10\xe9\x9f\xb4\x2e\xd3\x1c\x45\x63\xb5\xca\x7d\xb1\x1b\x1c\ -\xb4\xe6\x86\x74\x86\xcc\x9d\x2e\x40\x8f\xcb\x0b\x3f\x46\x4c\x8c\ -\x10\xc5\xc3\x72\x9b\xe8\x8d\x16\xb3\x9a\x56\xca\xaf\x5b\x3a\x5d\ -\x90\x38\xb5\x23\x8f\x90\xcf\xd0\x70\x99\x3c\x3c\xe9\x53\x19\x04\ -\x1d\x19\x54\x10\xe0\x5a\x85\x78\x77\x8d\x01\x4d\x2a\xc3\xb7\x9b\ -\x3a\x1a\xe2\x69\x9e\x11\xe1\x94\x7c\x14\x2d\xfb\x51\xe8\x3c\x45\ -\xef\x6c\xcd\x6b\x3a\xc9\x9d\x3f\x4f\x9b\x23\x13\xb7\xc2\xb1\xf8\ -\xf5\x71\x8c\xd8\xe7\xb2\x1a\x10\x3b\x4b\x8e\x38\x90\x6b\xe2\x59\ -\x59\x3d\xcf\xc9\xcd\x61\x21\x3c\x1a\xa3\xef\xf4\x2d\x21\x67\xb4\ -\xb6\xf3\xc9\x74\x44\x18\xd1\x14\xff\xfa\x4b\xa7\x1d\x7f\x9a\xf6\ -\x7c\x09\x45\x8f\xf0\x57\x76\xd7\x51\xc5\xa4\x28\x01\x76\x59\x3d\ -\xd7\xf0\xd3\x51\xae\x3b\x35\x75\xa0\xc5\x8a\xa9\xef\x4d\xed\xfc\ -\x5e\x73\x9a\xff\xa0\x40\xd1\xb4\xdc\x0e\xda\x4d\xee\xd7\x76\xc1\ -\xc7\xe9\x60\x4d\xe8\xce\xbb\xe3\x3d\xa7\x8b\x5f\x8b\xc9\x71\xd7\ -\x11\x40\x5a\x05\xb0\x31\xb3\x79\x9a\x19\xa5\x5b\x1d\x4f\x43\x05\ -\xb7\xdb\x9f\xb1\x09\x34\x9c\x0a\x3b\xe5\xb2\x28\xd9\xcb\xe5\x4b\ -\x7b\x4e\x44\xbf\x14\xc1\x51\x38\xed\x3a\xe0\x87\xa1\x41\xd2\xcd\ -\x1a\x38\x60\x67\x5a\xdc\x3b\xef\x46\x1b\x8a\xb7\xd8\x87\xee\xb2\ -\xc8\xa3\xf9\x1c\x93\x36\x22\x40\xd6\xb0\x5f\x8e\xf3\x1b\xb8\x93\ -\xbe\xd4\x0b\xf4\xd3\x2e\x3a\x50\x78\xea\x21\x57\x6d\xcd\x71\x37\ -\x3e\xca\xff\xbc\x06\xe3\xa4\xee\xfd\x7d\xcc\x2d\x81\x74\xcb\x1d\ -\x41\xb8\xdd\x4d\x75\xbd\x9a\x02\xfc\xbd\x35\x79\x52\x2d\x3b\xa5\ -\x8c\x19\xb9\xcf\xba\x71\x01\x70\x98\x19\x1d\x53\x52\x69\xd4\xe4\ -\x3c\xc7\x45\xd3\xf9\x32\xea\xae\x30\xdf\x30\x17\x64\x1c\x93\xe2\ -\x16\xd6\xae\xf3\xdc\x7e\xcd\x7c\xfc\xb7\x63\xa7\x7d\xa6\x82\x3d\ -\xe2\x67\x54\x4d\x97\x29\x9d\x21\xe1\xa1\xab\x5e\x21\x61\x3b\x23\ -\x29\xea\xc8\x3e\xad\xca\x4a\x2c\x6b\xb6\x19\x28\x1b\xf5\xdb\xde\ -\x3b\xcd\xd1\xd4\x9b\xaa\xae\x6b\x66\x9e\xac\x92\xbe\xbf\xf9\xdc\ -\x97\x2f\x8d\xf6\xd9\x1c\xef\xf6\xb3\x88\xad\xf0\x0e\x5b\x7d\xf2\ -\x69\xd5\xde\x3b\x9b\x46\x4f\xe5\x32\x86\x40\xd0\xb8\x7c\xea\x65\ -\x05\xfe\x35\xeb\xd0\x04\xa5\x50\x7a\x47\x3e\xdc\x65\xfd\xf3\x92\ -\x5c\x2f\x7a\xdc\x73\x7e\x9e\x2a\x4a\xff\x1e\x74\xef\xce\xce\xd5\ -\x56\x0f\x8b\xe6\x50\x22\x33\x34\xa9\xeb\xb6\x9f\x53\xf4\x5a\x9b\ -\x74\x38\x01\xbe\x85\xd9\xf7\xbb\x70\x27\x25\xdf\x6a\x14\x3a\xec\ -\xfc\x2b\x2b\xcd\x93\x94\xe3\x84\x7d\x50\x4d\xed\xfa\x93\xca\x9a\ -\x1d\xd9\x74\xfa\x00\x46\x83\xfe\x3e\xf6\x9f\x16\x3d\xfc\xa4\x9a\ -\xe7\x2e\xa0\xfa\xe7\xd5\x6d\x0b\x47\xd8\x5e\x0b\xe1\x2a\x31\x9a\ -\x67\x11\xf9\x65\x7f\xda\xf5\x76\x04\xcf\x68\x65\x54\x41\x64\x51\ -\x1c\x93\x34\x31\xaa\xb8\x68\x55\x73\x12\x15\xc2\x5a\xd5\x1a\xbc\ -\x69\x52\x53\x7b\x80\x46\xd9\xa1\x33\xa1\x6d\xf2\xe9\xfa\xa7\x72\ -\x57\x42\x38\xcf\xe4\xe8\xa2\x5b\x04\x95\xa3\x15\x3b\xbb\x08\x8a\ -\xca\x78\xd1\xf9\x6c\x40\x57\x85\x0b\xd2\xd1\x00\xc6\x88\x55\x23\ -\xa4\x92\x5b\xbe\x95\x6b\x29\x3c\x4f\x29\x0b\xe4\x84\xfc\xa7\x33\ -\xcd\x5a\x76\x17\x0c\x61\x61\xdb\xf8\x49\x0b\x50\x6b\x70\xaf\xa0\ -\xbb\x88\x66\x00\xb3\xd1\x0a\x0c\xf9\x0b\xf6\xe9\x06\x20\x1f\xb8\ -\xc6\x69\x22\xea\x5d\x67\x46\x61\x3d\xa9\x31\xed\x2a\x5b\x53\xbe\ -\x6c\x6a\xb7\xe2\x45\x72\xf1\xf7\xb7\xd0\xc8\xbd\x89\x09\xd7\x5b\ -\x2e\x4c\x68\xc0\x1e\x17\xb7\xcc\xe7\x79\x4e\xbc\x64\x5b\xd3\x6a\ -\xcd\xdc\xbc\xc4\x95\x77\x5e\x5c\x8b\x3a\xba\x19\xd3\x50\x24\xc5\ -\x0a\x90\x74\x60\xb4\x71\xab\x71\x9d\xc3\xe8\x20\x1a\xf1\x12\xd9\ -\x73\x4e\x5c\x72\xc3\x2f\x7e\x5c\x94\x0f\x9a\x29\x76\x59\xcb\xb6\ -\x42\xb5\xac\x7b\xd1\x74\x18\xc5\x67\x9e\x4d\x67\x05\x66\x92\xac\ -\xb2\x2b\x3d\x3e\xa7\x79\xf8\xfb\xff\x53\x24\x6f\x9d\x3c\x98\xaf\ -\x23\xff\x5d\x87\xb1\x81\x34\xd1\x48\xbb\xdb\x5e\xac\xd1\x95\x8d\ -\x77\x6a\x04\x9b\x75\x7c\x77\x2a\xeb\x87\xb3\x72\x6b\x8c\x40\xef\ -\xc9\xed\x3e\xae\xff\xa6\xfd\x29\x61\x7d\x38\x08\xea\x81\xbc\xbf\ -\xeb\x21\x14\x2d\x39\x7d\x58\x3d\x3f\x83\x1c\x3b\x62\x4f\x90\x84\ -\x72\xeb\x1c\x2b\x5a\xd1\xb7\xe0\x56\x4d\xcb\xe1\x7a\x4f\xda\x42\ -\x96\x27\x6f\x9b\xbf\xea\x34\x52\x67\xe0\x67\x5f\x4d\x3c\x5e\x34\ -\x36\xa3\x30\x5e\x87\x7e\x4c\x4a\x74\x2e\x01\x38\x55\xc1\xf2\xc8\ -\xdd\x6a\xcf\x5c\xa4\x28\x6c\x14\xae\x5d\x38\xa9\x79\x47\x03\x3f\ -\xa6\x59\xf2\x9c\xc0\xa9\xa4\x99\x4e\x35\xee\xad\x78\x54\x19\x9a\ -\xb7\x38\xa3\xc4\xd2\xbe\xe1\x4c\x5a\xbb\x73\xd2\xc2\xf9\x7e\xd1\ -\xe3\x49\xe6\x2a\xaa\x4c\xf7\xcc\x40\xcb\xcf\x42\x29\xe9\x45\x7f\ -\x0b\x7e\xf5\xb5\xfa\x74\x02\x8d\xf8\x80\xae\x37\xf0\x0f\xbd\x4d\ -\xe4\x48\x5f\xe8\xb5\x5d\x0b\xd1\x82\x87\x49\x8e\xe6\xdc\xcd\x35\ -\xc6\xd7\xfc\xff\x8c\x7d\xe9\x9a\xe5\xc6\xad\x64\x00\xc9\x92\xe7\ -\xfd\xdf\x75\xc6\x52\x1d\x26\x30\x3f\xb0\x27\x79\x5a\xb6\x3f\xdf\ -\xbe\x52\x77\x57\x9d\x22\x73\x01\x02\xb1\x7c\x71\xe9\x13\xaa\xd0\ -\xfb\xf1\xef\xb7\x2d\x6a\xd9\x96\xc9\x42\xed\x7d\x5b\xc0\xa6\x0c\ -\x44\xbe\x4f\x4e\xe6\xf7\x93\xa2\xc5\xbf\x4c\xc3\x5e\x75\x96\x21\ -\x33\x08\x83\xa2\x9c\xba\xcc\x3b\xa8\x26\x98\x78\x34\x58\x01\x80\ -\x7c\xb3\xa8\x7f\x9b\x2c\x7e\xa3\x73\xfd\xf9\x3d\xbf\x65\x99\xf1\ -\x1f\x27\x92\xe7\x9a\xfa\x13\xb5\xae\x03\x5c\xe3\x3c\xbc\x56\x1a\ -\xb2\xf4\x69\x5d\x4c\x9b\x02\x28\x8c\xc2\x5b\x74\x52\x03\xd9\x21\ -\x4f\x55\xc5\x8e\x26\x47\x34\xb5\x32\x0f\x7a\x21\xbc\x1e\xc0\x32\ -\xf0\xf5\x65\x3a\x3e\xa6\x6e\xdf\xa8\xe8\x19\x59\xb2\xd3\xc5\x31\ -\x0a\x61\xd1\x72\x43\xcd\xda\xac\x3f\x37\x15\xa7\x3c\x3f\x63\x0e\ -\xfa\xc4\x83\x3d\xe3\x0e\x2f\xb6\xfc\x39\x19\xda\xe2\x67\x6e\x03\ -\xe9\x05\x8d\x19\xe4\xf9\x43\x8f\xa9\xa1\xba\x21\xd1\x1a\x5a\xac\ -\x01\xb8\x8b\xe6\x24\x70\xd4\x86\x31\x95\x67\x1e\x93\x90\xd3\x31\ -\x76\x37\x0d\xad\xb9\xa7\xf2\x73\x32\x27\x31\xb5\x54\xd0\xe2\xa4\ -\x35\x1a\x53\xc0\x73\xd1\xf8\xa5\xe1\x7b\x59\x77\xd1\x68\x87\x74\ -\x44\x44\xf0\xb3\xae\xd1\x3c\xf6\x21\xc9\xa0\x6e\x86\x09\x4f\x6a\ -\xb7\x42\xb6\xf3\xdd\x76\xff\xdb\xda\x0f\xd3\x0c\xd5\xfd\x0a\x9e\ -\xf4\x46\xbc\xb4\xe1\x3b\x81\x2e\x7b\x3f\x6e\x50\x13\x4e\xb3\xcd\ -\xe1\x78\x4e\xc0\xad\x4f\x8d\xbc\x48\x91\x3b\x15\xae\x12\x03\x1c\ -\xed\x7a\x7f\xca\xfa\x9d\x41\xf8\x7c\x3e\xcd\xd4\x66\x82\xe1\xb6\ -\x2e\x18\xb7\x08\x94\xb6\x7f\x46\xfb\xdf\xd5\x0f\xad\xb8\xe0\xc6\ -\xc6\x77\x73\x89\x7e\xd8\xc5\x45\x7a\xab\x39\x0a\xc5\x28\xb5\xdb\ -\x66\x27\x4d\x8c\x24\x29\x52\x93\xc4\xee\xa3\xe7\x5d\x12\xb5\x1c\ -\x57\x32\x45\x94\x4c\xa3\x5c\xf1\x1c\x57\x8e\x8c\x19\x73\x83\xa1\ -\xa0\x26\xf1\x14\x6b\x46\x3e\x12\x0e\x51\x68\xa0\x55\x12\xa9\xe1\ -\xc4\x8d\x8e\x35\xf5\x1c\x46\x6b\x94\x21\x56\xb7\xa6\xad\x67\xdf\ -\xb4\xbc\x21\x4f\x5a\x67\x84\xa6\x44\x1e\xb4\x12\x50\x1d\xce\xa2\ -\x25\x5e\xcc\x05\xb9\x09\xfc\xc3\x73\x9c\x4e\x6b\xa0\xd0\xda\x1a\ -\xc9\xfc\x7b\x52\xcf\x4d\x88\xc7\xc2\xd8\x5b\xd3\xb1\x86\x28\x34\ -\x62\x4d\xa8\x18\xae\x81\xd1\xa4\x72\x99\xad\xd6\xf7\x69\xf6\xec\ -\x5a\x76\x9b\x36\x32\xed\x61\xb2\x34\x03\x5a\x43\x8b\x13\xda\x01\ -\x76\xfd\x08\x45\x66\x0e\x1e\x45\xbe\x8d\xbb\x15\xc0\xcf\xc8\xb4\ -\x9a\x1a\x1c\x4a\x21\x35\x81\xa1\xcb\x27\xad\x41\x4b\x89\xe2\x8f\ -\x39\x03\x94\xa9\x53\x4b\x1c\xb9\xbf\xf5\x77\x82\x0b\x6d\xb2\x13\ -\xb4\x82\x85\xd0\x4f\xcd\x75\xb2\x7d\x5e\x37\x26\x55\x0a\xdc\xc3\ -\xc2\x37\x56\x7a\xd1\x68\x16\x16\x36\x45\xb3\x77\xa7\x6e\x31\x62\ -\xfb\x04\x94\x21\xcb\xf6\x6e\xe7\x28\x9c\x54\xd2\xfe\xfc\x4f\x96\ -\xc9\xdd\x82\x38\xdc\xa9\xc8\x53\xfb\xac\x01\x97\xd1\x9c\x25\x55\ -\x2b\x6c\x44\xdf\x10\xf5\x37\x4a\x88\xe8\xa4\xaa\xfa\x9e\xee\xe6\ -\x19\x3a\xe8\x08\x3b\x8d\x33\xb2\x81\xe0\xb0\x30\xe5\x31\xb1\xee\ -\x4e\x61\x9a\xa9\xf5\x07\x75\xcb\xc7\x47\x51\x24\xa2\x35\x47\xf6\ -\xb5\xa4\x25\xcd\x2f\xdc\x51\x99\xa7\xf0\xbe\xec\x6e\x55\x2d\x06\ -\x21\xf6\xf2\x14\x9f\xeb\xc1\xb4\x7a\x2a\xd5\x6a\xfd\xd1\x40\xd0\ -\xd4\xb3\x46\x18\x65\x2b\x9f\x60\x0d\xcc\x71\x0c\x6e\xe8\xd3\xad\ -\x95\xc7\x81\x9e\x06\x0c\x34\x34\x83\x65\x7b\xec\x67\xe8\x99\x25\ -\x44\x26\xc8\x15\x11\xe8\x22\xe8\xa6\x17\x7a\xe5\x1a\x66\x0f\x23\ -\x5b\x4d\xa4\xe9\x04\xaf\x66\x81\xfb\x05\xb1\xde\x02\x5a\xc0\xd5\ -\x74\x89\xa1\x87\x8b\xac\xac\x5a\x30\xfb\xc1\xe7\x8f\xa6\x54\x51\ -\x66\x26\x83\xce\x15\x67\xdb\xf6\x73\xc0\xdd\x0f\x49\x65\x0a\xdd\ -\x5b\x71\x23\xd4\xd6\x64\xb3\x62\xce\xf5\x2d\x01\x82\x52\x32\x01\ -\xfa\xbb\x9e\x54\xe8\x97\x0b\x9d\xbc\x21\x6a\xee\x9f\xf9\x3e\x02\ -\xcc\x50\xbb\x47\xa5\x91\xaf\x66\x60\xf5\x3d\xb2\xae\x3a\x7d\xc5\ -\xbe\xaf\xe4\xc4\xeb\xa8\x66\xc6\x7a\x8c\xb8\x90\xa5\x80\x30\x3d\ -\x80\xa9\x4e\x5d\xd3\x37\x0d\x65\x80\x02\x71\x9e\x37\x50\xa0\xa9\ -\xc1\x8b\xce\x0e\xfa\xa2\x41\x3a\xf4\x69\x71\x57\x2e\xae\x80\xd9\ -\xa6\xed\x31\xea\x93\x34\xb7\xc5\x3f\x85\xf3\x06\x65\xfb\xc5\xe8\ -\xe6\x98\x2a\xbd\x01\x35\xdd\x9c\xe1\x49\x2d\x96\x41\xfd\xfe\x1e\ -\x18\x7e\x7c\x26\x34\x41\xfd\xa0\x43\xca\xd8\x5f\xb3\x98\x97\x67\ -\xc8\x30\x9b\x43\x24\xa7\x23\xee\x35\xcf\x0a\xe6\x74\x7c\xac\x33\ -\x6e\x8f\x89\x58\xe5\xcd\x51\xca\x2a\xe2\x9c\x51\xba\xbf\x58\xf9\ -\x3f\xff\xdd\xdb\xcf\x2c\x27\xf0\x37\x9a\xad\x88\x1d\xd3\x47\x9e\ -\x53\x01\x5c\x64\xd4\xcf\x88\x5d\xd0\x9a\x00\x84\x5b\x69\x34\x01\ -\xfd\xfb\xaf\xd0\x28\xb5\xda\x74\xb9\x6e\xb6\x33\x07\x1e\x51\x06\ -\x3e\xfd\x47\x4a\x28\x78\xb0\x39\x8a\x9e\xef\xc7\x92\xe4\x37\x7c\ -\xfc\xec\x3b\x62\x88\x50\xfb\x21\xef\x96\x78\x87\x22\xc0\x5a\x09\ -\x0a\x85\x9e\x3d\xec\xe2\xb3\x9e\x76\xfd\x7f\x18\xa6\xc5\xa4\x5a\ -\x29\x0c\xe5\xfe\xb2\x9f\x85\x5f\xee\xf8\xd1\xb0\xc8\x58\x1f\xd6\ -\xc4\x9a\xb4\x83\x7a\x1c\x30\x95\x94\xe7\xdc\x57\x11\x67\x13\x1a\ -\xc5\x37\x0a\xac\xa2\xe2\x8a\x88\xf8\x38\xbb\xea\x7e\xa6\x41\xdb\ -\x5b\x76\x6e\x25\x6d\x52\xc0\xea\xae\x9c\xeb\x7a\x4c\x7e\xa9\x4f\ -\xb7\xe4\x86\xe2\x2a\xad\xa8\x38\x53\xc8\x4d\x6a\x86\x62\x98\x24\ -\x9b\xbd\xb7\x08\x99\x70\x86\x0d\x63\x31\x6e\xba\x12\xdd\x01\x36\ -\x6f\x28\x05\xa3\x0b\x69\x78\x82\x1e\xfd\x84\x73\x22\x5f\x7a\xb6\ -\x4b\x95\x52\x7c\xdb\x37\x63\x5a\xc3\x1a\x24\x6c\x88\x20\x09\xc8\ -\x0d\x08\xe2\x40\x33\x8d\x91\x37\x19\x5c\x13\x14\x9b\x7e\x06\xf5\ -\x8f\x1f\xdd\xa8\x15\x44\x00\x5f\x94\xbc\xcf\x9c\x44\x05\x55\x44\ -\x09\x57\x50\x45\xda\xc5\x27\x98\x74\x28\x4d\x88\x42\x1f\x1d\x7f\ -\x8c\xf2\xe3\x92\x32\x17\xb4\x55\x08\xec\xb5\x2a\x94\x57\x26\xa2\ -\x9a\xe1\xad\xf4\xce\xb7\xbe\x49\xf1\xc3\x6b\x04\x16\x1a\x32\x2a\ -\x49\xa5\x01\xb9\x3d\x76\x58\x35\x12\x1e\x5a\x02\xa4\xfe\xe2\x3c\ -\x58\x0b\x15\x22\xed\x7c\x73\xdb\xf5\xeb\x32\x5b\x5f\xf8\x24\x31\ -\xdc\x3b\x22\xc7\xc7\x38\xb6\x3f\x0d\x81\xf7\x4d\x4c\xbd\xf0\x5b\ -\x07\x2a\xdb\xb3\x7b\x22\xfd\xba\x65\x57\xa1\x85\xd7\xb6\x12\xa8\ -\x72\x9f\x4a\xb8\x29\xbb\x90\x2b\x66\x37\x45\x71\x54\x33\x34\x6d\ -\xbc\xce\x5c\x05\x69\xd4\xbe\x0d\xa2\x9f\x6a\xb2\x9c\x6e\x13\x93\ -\x0c\x43\xf4\x7e\x40\xfb\x06\xb8\x1d\x44\xaa\x10\xa1\xcc\x9e\x0d\ -\x1d\x9b\xe4\x94\x4f\xb0\xa5\x04\xa1\x96\xb5\xe1\x48\xff\x62\x68\ -\x50\xe9\x78\xba\xee\x64\x01\x51\x29\x63\x63\x1a\x37\x26\x29\xe9\ -\x1e\x58\x28\x5b\x64\xb4\x45\x21\x01\xea\xa8\xdd\x1e\x05\x7b\x86\ -\xd2\xad\xf5\x9a\xab\x14\x87\xe8\x65\xe4\x6d\x2c\x0f\xfa\xfe\x16\ -\x10\x8a\x3e\x81\xe8\x01\x8e\xcb\x31\x4d\x99\x93\x02\x7b\x67\x97\ -\xc7\x09\xf0\xa3\x78\xac\xe6\xea\x25\x44\xb4\x6b\x0a\xc6\x2d\xec\ -\x6e\x47\x71\x19\x49\x0b\xc7\x1e\x8d\xc3\xfe\x82\x7c\xf5\x06\x65\ -\xfb\x78\xde\x85\xce\x1c\x3a\xcd\xb2\xde\xb5\x38\x8f\xe5\xeb\x41\ -\xb2\x81\xb6\xbf\x58\x6e\x94\x15\xbf\xce\x47\xa6\xda\x72\x44\xee\ -\x4b\x11\x15\xf6\xec\xcd\xc5\x09\x3d\xa4\xdc\xa7\x7a\xf1\x67\xb5\ -\x57\xaf\x87\xc8\x78\xba\x09\xee\x3c\x17\x16\xd8\x41\x97\xfa\xaf\ -\xb6\xaf\x2f\x2f\x34\x95\x27\x35\xb4\x2e\xeb\x34\xe6\x19\xeb\x63\ -\x3d\x28\x16\xf5\x77\xf0\xf8\xba\x83\x8a\x75\xac\xfb\xf3\x9d\x5d\ -\x3c\x6d\xfe\x01\xa9\x8b\x2d\x3b\x51\x6d\x36\xf7\xcd\x08\x47\x9b\ -\x3e\x26\xa8\xdb\x10\xcf\x00\xd3\x9c\xb4\x9b\xb6\x96\x32\x03\x85\ -\xb0\x1c\xa9\x34\xda\x0f\x35\x67\xb3\xdd\x43\x79\x89\xb1\x68\x22\ -\xd6\x71\x86\xdb\xfd\x2c\x07\x4d\xf3\x39\xc1\x62\xe5\x43\xa7\xa7\ -\x5f\x8a\x76\x0c\xf7\xd4\x6a\xb8\xf4\x91\x8f\xd8\xef\xd7\x1b\x86\ -\xba\x47\x63\x95\xfa\xc4\x68\xc6\x70\x64\xdc\x1c\x53\xd7\xee\x5c\ -\x16\x77\xfa\xd4\x7c\x1e\xf7\x28\x30\x28\xf5\x19\xbc\x8e\xa7\xfb\ -\x64\xdc\x43\x45\x8f\x7e\xd3\x0b\xed\x9c\x18\xea\x51\x00\xd9\xe7\ -\x95\xb2\xb0\x4e\x80\xa3\x7e\x3f\xa8\xea\xcf\xc6\x48\x46\x73\x18\ -\xf4\xa1\xae\xc3\xb6\x29\xa1\x26\x4b\xa0\x0a\x20\xbf\xfb\x20\xa3\ -\xee\xf9\x4e\x75\xff\x77\xc3\x8a\xd7\xa9\x7b\xd3\xab\xe9\x58\x27\ -\x87\x4e\xe4\x00\x6c\xde\xd6\x8e\x10\xca\xdc\xab\xb1\x1b\x08\x18\ -\x81\xad\x11\x4c\xce\x2d\xc7\xcf\xfe\xd2\xed\x9f\x41\x87\x5b\xa0\ -\x8e\x9c\xbf\xee\xd0\xd9\xb5\xb8\x32\xde\x49\x27\x7c\x29\xf4\xcf\ -\x1a\xc4\xa0\xa4\x49\xb9\x70\x0e\x67\xbd\x68\xd8\x3d\x48\x38\x40\ -\x37\x9b\x30\x18\x15\xf9\x2c\xd8\x07\xd0\xf3\x2f\x64\xc4\x93\x89\ -\x31\xdf\x27\x1b\xcb\x84\xce\x5c\x3f\xb6\xba\xea\x9b\x26\xee\x25\ -\x7b\xb2\xee\x56\x67\xb7\x08\x32\x83\x4a\x55\xa1\xf7\x1e\xcc\xa7\ -\xac\x3f\x1d\x68\x89\xfa\x85\xdb\x7e\xee\x83\x8d\x88\x56\x21\x07\ -\xab\x8b\xb1\x80\x07\x35\x9d\xd0\x43\xbf\xaf\xf6\xfb\x2f\x4d\x19\ -\x1b\xb8\x81\xc6\x4a\xe8\xe0\xd7\x22\x1e\x4e\x80\x34\x26\x54\x8c\ -\xee\xd1\xf0\x90\x14\x60\x97\x2b\xb8\x4f\xcc\x2c\xf1\x83\x0a\x5c\ -\x0d\xa1\x91\x94\x14\x60\x9f\x3a\x2e\x55\x77\x75\xfe\x58\x6c\x80\ -\x1b\x65\xb0\x5e\xcd\xd3\xa0\xd5\xb4\x39\x99\x14\xac\x34\x90\x6b\ -\x7d\x42\xbe\x67\x6d\xf2\x18\xad\x4c\xbb\x66\x90\xb2\xb7\xd9\xb7\ -\x67\x6f\x10\x93\x61\x11\x73\x45\x6f\x92\x9d\xf4\x90\x13\xe0\xba\ -\x1b\x47\x3b\x0a\xc6\xa0\x02\x5e\x49\xff\x30\x64\xfc\x0a\x93\x83\ -\xb0\xf2\x0d\xf7\x13\xef\xb4\xb9\x77\xc3\xcb\xba\x7c\x25\xc2\xad\ -\x1b\x3f\xd7\xcf\xe0\xa0\x7f\x3e\x56\xe4\x7f\x3e\x7f\x3b\xfa\xb9\ -\x92\xfa\xa5\x0a\x0b\xb5\x85\xe5\x08\x2d\xc2\x21\x48\xf4\x42\x89\ -\x2f\xc8\xe7\x76\x67\x32\xcd\x51\x1e\x96\x37\x2b\xaa\x96\x8f\x94\ -\xa9\xb8\x2b\x69\x25\x99\x93\xe2\x05\x1a\xb5\x75\x1a\xc8\x81\x02\ -\xb8\x35\xdc\x0b\x39\x9b\x3d\x9b\xe4\xd8\xb7\xd9\x62\x39\x2f\x6b\ -\xfd\xe4\xc4\xc5\x67\x8e\x46\xe4\xda\x4e\x41\xf4\x8f\x00\xe9\x39\ -\x57\xc0\xdf\xf7\xc7\x73\x5a\xca\xb9\x25\x0a\x30\x66\xe0\xf7\xf7\ -\xef\xcc\x08\x08\xa4\x67\xad\x0b\xca\x8a\xad\x82\x7b\xff\x03\x4b\ -\x20\xf9\xf1\x06\xa7\xa6\x72\xc2\xc0\x4d\x1f\x8b\x60\x23\x40\xc9\ -\x34\x27\x2b\x8d\x34\x04\x1b\x26\x70\x67\x12\x37\x37\x70\x27\x17\ -\x8a\x22\xa4\x72\x46\x22\x0f\xaa\x5f\xb2\xff\xec\xbf\x71\xf9\x71\ -\xc0\x17\xc6\xc1\x6f\x7f\xe6\xe3\x68\xcf\x05\x59\x0b\x3f\x6e\x16\ -\xb2\x7c\x8c\xac\xfb\x6e\x54\xa4\x49\xff\x50\x01\x6e\xfc\x82\x84\ -\xb0\x78\xe3\xba\x7a\xa0\xe7\x0f\xae\x8b\xf0\xdf\xfb\x6f\xf0\xcf\ -\xc2\xa2\x6b\x88\x93\x49\x09\x58\x3f\xf8\xdd\x7f\x43\x94\x70\xad\ -\xcb\x8a\x54\xd9\xd3\x61\x12\x1b\x5b\xd8\x0f\x09\xb6\x82\xdb\xc9\ -\xb8\x5b\x05\x9f\xfd\x0f\xe8\x5a\xc0\xfa\xc1\x75\xfd\x18\x62\xe4\ -\xc5\xe8\x22\xc2\xdf\xf2\x49\x2d\x13\x29\x61\xa7\xe9\xc4\x4a\x71\ -\x7e\xb9\x66\x72\xa2\xb4\x71\x5b\xee\x70\x22\xd4\x65\x7a\x0b\xb0\ -\x53\xee\x3c\xab\xc8\x0b\xd1\x10\x23\xab\x70\x8e\xc4\xd7\x62\x08\ -\x7d\x8a\x8a\xd4\x0a\xee\xba\xb8\x36\xca\xda\x24\xc2\x75\xab\x81\ -\xfa\xd5\x8f\x21\xa2\x5c\x28\x55\xfc\xde\xed\x3f\x9b\xc5\xdd\xaf\ -\x46\xeb\x62\xd7\x96\x10\x6e\xbd\xb3\x70\x66\xd9\x83\xc2\x99\x08\ -\xad\x3f\x33\x45\xb9\x13\x16\x2d\x42\x46\xc1\x03\x14\x25\x8c\x21\ -\xf8\xe0\xe3\xd5\x43\x1c\x82\xd4\xb8\xd5\x02\xd9\xbf\x96\x9f\xe5\ -\x05\xcb\xf6\x10\xeb\xb5\x7e\x40\xcb\x0c\x75\x8a\x1a\xd1\xe8\x1f\ -\x20\xfc\xfa\x74\x2d\x81\x04\xf6\xe7\xd3\xf0\x58\xf1\xf5\xaf\xa1\ -\x83\x74\x1a\x60\x80\x1d\x3b\x22\x23\x28\x18\x4d\x92\x9a\x98\x1f\ -\x47\x19\x43\x77\x98\x93\xb7\x98\xc4\x61\x97\x3b\x5e\x07\x2e\xf2\ -\x1c\xaa\x1c\xbf\x04\x78\x9c\x46\x1c\x03\xf0\x1e\xc0\x3a\xa6\xe9\ -\x1c\xe7\x9b\x06\x61\x22\xb3\x60\x20\x3e\xc5\x85\xe2\x17\x9f\x26\ -\xee\x2d\x03\x07\x70\x4d\xed\x10\x17\x89\xd3\xa9\x3b\xe2\x5e\x5a\ -\x85\x35\x50\xfe\xd0\xcd\xfc\xea\x06\x2b\xd9\x85\xe8\xcf\x7e\xc3\ -\x1a\x61\x12\xfb\x7c\x61\x69\xcc\x42\x4e\xcb\xbb\x92\xbe\xff\x11\ -\x0f\x45\x8e\xd9\xce\xd6\xd4\xb7\xaa\x12\xb6\x7c\xec\xcf\x6b\x18\ -\xab\x20\x7f\x4e\xa2\x85\xbd\xff\x31\xda\x4c\x00\x29\xee\x52\xca\ -\xba\xed\xc2\x3c\x26\xcc\xec\x1a\x0f\x11\xa3\x16\xef\xa0\x15\xc2\ -\x28\xe7\x8b\x26\x65\x54\x64\xfb\xcf\x52\xd3\x7c\xf7\x0e\xca\x1c\ -\xb6\x5a\x4d\x6c\x93\x23\x28\x58\x9a\x0e\x55\x8d\x56\x84\xe6\x22\ -\xa7\x5e\x30\x88\x6e\x34\x63\x5e\xef\x43\xd5\xb5\xab\xc0\x2f\x6e\ -\x5c\xdd\x0e\xbf\x53\x7f\xb8\x69\x8f\x7b\xc3\x74\x36\x47\xb6\x3a\ -\x6a\x98\x41\xa6\x0d\x61\x66\x6c\xba\x9b\xa5\x3e\x65\x7e\x1c\xf9\ -\x39\xf4\x4b\xdb\x8d\x13\xcc\xbc\x67\xb5\xe9\x6f\x2f\xd0\xca\x58\ -\x67\x81\xe9\x07\x97\x33\x44\x3e\xf8\xdb\xce\xb3\xe5\xd5\x83\x18\ -\x28\x16\x77\xc0\x47\x3e\x2d\x1f\x8f\x0d\xe9\xc7\x36\x47\x5f\x26\ -\xe8\x2e\x10\xe0\x0c\x13\x8e\xf5\x67\xf7\x85\x62\xb1\x05\xc3\x44\ -\x31\x26\x50\xdc\x7a\x08\xf2\x1d\xcc\xcc\x9f\x23\xb4\x31\xf9\x3e\ -\xe3\xe5\x4e\x0a\x75\x50\x1b\xbb\xf3\xa7\x45\xd5\x60\x36\xb2\x6a\ -\xcd\xbc\xfa\xba\xfb\xe0\x4e\x6a\x1e\xa3\x9f\x6f\x14\xdc\xb8\x5c\ -\x9b\xda\x9a\xd2\xd0\xbe\x7d\xee\x68\xfe\x8b\x9a\x14\xb4\xf4\x38\ -\xab\x6c\xcf\xff\x98\xa1\x13\x49\x4e\x3b\x95\x04\x7a\xef\x8c\x1b\ -\x01\xb8\xe4\x17\xd8\x60\x15\x7c\x3e\x52\x72\x0c\x2c\xd3\x5c\x26\ -\x9b\x44\x21\xd8\x83\x0a\x3c\x69\x6c\x84\xad\xbf\x76\x6e\xfa\x07\ -\xe6\x41\xa5\xda\x80\x7e\x20\x58\x06\x50\x28\x43\xf4\xd7\x3f\xf7\ -\x05\xd0\x85\xb5\xd8\x63\x45\x0e\x2d\x27\xcc\x31\xf1\xe3\xe7\x7b\ -\x34\x21\x68\xd3\x13\x12\xcd\x7c\x4c\x5a\x0e\xa2\xc8\x9c\x64\x6f\ -\xfd\xb8\x13\x76\x37\x9e\xd9\x69\x7c\xb4\xe5\x63\xf7\x85\x98\xc3\ -\x20\x61\x39\x9b\xd7\x9a\xa8\x4d\x66\x96\xf5\x17\xff\x60\xb9\x87\ -\xa1\xdd\xf1\x65\xce\xb3\xb7\xd6\x0b\x8b\x7a\xc0\x8d\xc8\x44\x6e\ -\xab\x01\x7e\x56\x9a\x86\xb0\x4b\x54\x84\x08\xe2\x86\x08\x10\x81\ -\xb0\x4d\x90\x52\x86\x10\x26\x71\x7a\xb7\x29\x51\x38\xed\x3a\x53\ -\x8a\xc4\x7d\xa5\x9b\xde\x39\x33\x2d\xc3\xa0\x4c\x70\x5d\x7f\x65\ -\xac\x4b\x18\x36\x2c\xfa\xc1\xef\xfd\x4f\xd3\x88\xce\x4c\x37\xd6\ -\x6d\xeb\xd7\x81\x57\xe6\x0b\xec\x53\x38\xd1\x1b\xf7\x7d\x63\xb3\ -\xe0\xba\x2e\x5c\xb4\x40\x4c\xd8\x58\xa0\x8f\xc7\x08\x11\x70\x7b\ -\x23\x1a\xf1\x32\xd1\xf8\xaf\x06\x19\x48\x8b\x18\xb2\xed\xe7\x0d\ -\x1f\x11\x3e\xfb\x77\xde\x7b\xe9\x5d\x20\x58\x17\x79\x8e\x63\x93\ -\x0b\x45\xc4\x86\xd7\xb4\xe6\xbb\xe0\x4c\x92\xe5\xf5\xc9\xb6\xde\ -\x64\xad\x65\x5f\xbf\x19\x95\x6d\x37\xad\x08\x86\xd4\x96\xbf\xb1\ -\xb7\xd1\x6c\x59\x8c\x59\xc0\xe2\x1a\xab\x28\xfc\xba\x40\x3d\xb2\ -\x2d\xf8\xe2\x44\x02\x45\x24\x2f\x6c\x76\x27\xb0\xa5\xd6\x65\xd3\ -\xb0\x7e\xae\x93\x5c\x99\xb2\x6b\x8f\xe0\xb9\xed\x36\xe7\x66\x2c\ -\xf0\xd7\x61\xd7\xd9\xb3\x02\x7c\x74\xf8\x82\x94\xcb\xa9\x5f\x11\ -\xb3\x5b\x17\xd8\x05\x5d\x61\xc1\xeb\x8d\x6d\x5d\x87\x7d\xeb\xb2\ -\x47\xe6\x93\x17\xfb\x8b\x79\x4c\xa4\xd2\x4c\x21\x42\x44\x99\xe7\ -\xd8\x31\xc7\xdc\x9c\x96\xe5\x4a\xdf\xd1\x94\x45\x51\xe4\x14\xc2\ -\xcf\x0d\x49\xbc\xf8\xa7\xc2\x01\x9d\xd6\x68\x4e\x78\x9e\xb0\x0e\ -\xff\x67\x2f\x12\xae\x5e\xbc\xf4\x9c\x9d\x68\x76\xb1\xdc\xca\xb4\ -\x78\xfa\x23\xfc\x93\x23\x3f\x87\x20\x7b\x83\x7d\x62\xd4\x3c\xba\ -\xb3\xc8\x5b\x44\xf8\x0f\x93\x4f\x78\xdc\x60\x23\x32\xb9\xdc\x40\ -\xe2\x9c\x72\x48\x14\x86\x8e\x9c\x5f\x27\x7d\x0d\x95\x19\x45\x6b\ -\x19\x25\xe4\x45\xc7\x51\x62\x57\xce\x09\xa4\x51\xc7\x6e\x9b\x50\ -\xb4\x38\x80\x42\x4f\xef\x23\x13\xca\x1b\x45\xf5\x62\x8b\x4b\x9b\ -\x13\xb9\x1a\x6b\xfd\x60\x31\xcd\x14\xef\x18\x97\x6b\xfd\x8c\x8c\ -\x77\x23\x81\xbc\x08\x08\x4f\x13\x14\xa2\x17\xd7\x3b\xf5\x29\x81\ -\xeb\x13\xff\x60\xb5\x77\x66\xa2\xbc\x4d\x15\x18\xd7\x2b\x0d\xa6\ -\xe8\x13\x6e\x9b\x1c\x3a\x46\xea\x0d\x40\xa5\xbe\x53\x66\x3f\x78\ -\x38\x32\xa6\x35\x39\x1f\x0d\x1d\x69\x77\xfd\x71\x7a\x5d\xb7\xc2\ -\xa6\x28\x35\xaf\xcc\x54\x29\x04\xf2\x3d\x97\x67\x84\x38\x7a\xe5\ -\x7d\x5d\x7f\x3d\x27\xc0\x5d\xd7\xa2\xe1\xdf\x77\x22\xca\x8e\xa0\ -\x77\x93\x0d\xe5\x03\x79\x5e\xcd\x88\xfb\xe9\x5c\xd7\x4d\x05\xc2\ -\x22\x57\x0e\x37\xac\x39\x09\xfe\x6e\x52\xf2\xed\xfd\xd2\x49\xef\ -\xea\x86\x10\xad\x40\xc8\x2c\x32\x42\xe6\xe6\xd9\xfe\x5e\x43\x8b\ -\x3f\xa9\x95\x16\xea\xdc\x35\x28\x4f\x7d\xe0\x7a\xd1\x83\xb4\x3d\ -\x78\x08\x8a\xfb\xb4\x25\xe9\xca\x49\x25\x2d\xa7\xcc\x40\x2b\x97\ -\x47\x19\x10\x26\xa5\xa5\xd3\x52\x79\x98\x3b\x60\x50\xf7\x16\x5d\ -\xae\x33\xe0\x57\x1b\xed\xfc\xf9\xbc\x29\x0f\x17\x3e\xf6\x10\xf8\ -\x74\xb6\x55\x0c\x4a\xb5\x72\xe4\xc7\xb0\x07\x00\x7f\x77\x9d\x7a\ -\xe6\x9e\x15\x85\x8f\x94\xd3\xa9\x36\x27\xad\x60\x3b\x9f\x65\x43\ -\x3d\x68\x16\xd0\x87\xce\x0f\x20\xf0\x2e\x8d\xcc\x99\xed\x58\xa6\ -\x4d\xdf\x74\x43\x34\xd0\xea\x93\x95\x30\x1d\xbc\x6a\x6a\xc7\xa4\ -\x4f\x47\x5d\x2d\x64\x98\xa8\xec\x8b\x4f\x4d\x27\x46\x16\x53\x80\ -\x7c\x65\xaa\x13\xd4\xd8\xd8\xeb\x4c\x57\xd2\xa2\xc3\x15\xd0\xa6\ -\xcf\x71\x12\xac\x83\x82\x64\xce\x6e\xa5\x7d\xbd\x5e\xf6\x57\x9f\ -\x40\x58\x8e\x1d\x29\xb9\x1e\x9e\xf2\xbe\x4b\x2b\x93\x87\x06\x84\ -\xb0\xa9\xb4\xd0\x6f\x39\x61\xf3\x7b\xf0\x2b\x9d\x30\x75\xcb\x8d\ -\x4a\x08\xd7\x25\xc6\xbe\x59\x7a\xb5\x30\x68\x9f\x30\x36\x2a\x21\ -\xaf\xe9\x78\x89\x16\x8e\x31\x8a\xe5\xd0\x28\x92\x1c\xd3\x57\x86\ -\x82\x92\x59\x34\x74\x4a\x5a\xf9\x46\x14\xee\xb5\x47\x1e\x5e\x98\ -\x7a\xd5\x19\x53\x53\x6a\xcb\x29\x5d\x43\x17\x3b\xcc\x23\x48\x93\ -\x05\x50\xbf\xdf\x8d\x14\x18\x8b\xff\x32\x39\x89\x72\x82\xf5\x93\ -\x36\x5a\x5a\xb0\xfe\x39\xd4\x73\xa6\xba\x09\xc5\xd8\x81\xd2\x26\ -\x54\xdd\xd4\x64\x68\x89\x2e\xa8\x7e\xd2\x9c\xc7\x3b\xad\x83\xca\ -\xbd\xfe\x64\x3d\x62\x64\x7d\xb2\xe7\x78\x66\x3a\x65\xfd\xd5\x34\ -\xb1\x72\x68\xe5\xac\x36\x2e\x30\x79\xc5\x44\x95\x9f\x66\x39\xa0\ -\x2f\x39\x69\x2e\x31\x4e\x66\x40\x84\xa1\xb7\xcf\x43\xae\x63\x1c\ -\x7b\x93\x80\xf5\xb3\x92\x5d\x75\x4e\x6a\xef\xe1\xda\xad\x0f\x2d\ -\x95\xe9\x74\xf9\xc1\x60\xb1\x8f\xba\x9c\x26\x88\x31\x39\x4f\x2a\ -\x76\xcb\x99\xa4\x43\xbf\xc8\xf9\x3e\x74\xe8\x74\xc3\xb0\x07\x00\ -\x6e\xb1\xf8\xa7\x75\x9c\x3f\x24\xfa\x48\x08\xec\x7b\xfc\xbc\xc3\ -\xd9\x43\xd1\x25\x1b\xa6\xfa\x1c\xf7\xfd\x9b\xd2\x06\x6b\xaa\x6e\ -\x77\x9b\x2e\xbd\x29\xeb\x3b\x2d\xf8\x22\x3f\xa0\x62\x9c\x1c\xa9\ -\xc3\x3d\x87\x20\xa8\x19\x5d\x1c\x1f\xbf\xc7\x7c\x35\x14\x1f\xe9\ -\x32\x64\x9a\x0f\x0f\x6c\xf3\x63\x40\xb9\x0c\x23\x72\x42\xe8\xe9\ -\xe0\x86\xf6\xa8\x3b\xb4\xac\xdc\x68\xf1\xe7\x04\x56\x84\xa7\x1b\ -\x0a\x33\xf6\xb6\x69\x59\x8a\x3b\x75\x95\x71\x41\x2b\x72\x54\x9e\ -\x02\xf5\xfc\xaa\x82\xe9\x84\x73\xb8\xac\x31\x2d\x28\xef\x76\xb0\ -\x34\xdb\xaf\xb8\x50\x5f\xb8\xf7\x06\xee\x71\x33\x22\xc0\x28\x0c\ -\x92\x2b\xdc\xdc\xae\x9e\xee\xd0\x76\x08\x1b\x37\x1a\xd9\x58\x59\ -\xbe\x0c\x7b\xb0\xde\x4a\xf4\x9e\xbc\x58\xa8\x69\x51\xb8\xee\xe9\ -\xd1\x94\x5a\x57\x6e\xc1\xcb\x5e\x14\x27\xf7\xd8\x26\x7e\xec\x36\ -\x9c\x29\x1a\x8c\xe6\xac\xf1\x72\x97\x87\xc3\x46\x23\xa6\x4a\xc0\ -\x2e\x97\x3e\xe2\x8d\x45\x3f\xde\x2c\x5d\x43\xf4\x0f\x75\xdd\xdc\ -\xea\x17\xb1\x51\x4b\x6d\xe2\xd9\x9c\xf6\x5e\x8a\xec\xa4\x18\x5e\ -\x57\x1d\xda\x9e\x51\xd1\xf3\x17\x62\x43\xda\x21\x2b\xd8\xfb\xd3\ -\xa6\x62\xcb\x4d\x29\x82\xda\x18\x0e\x33\x81\xee\xb3\x4d\x63\xd7\ -\x02\xaf\x9f\x74\xe4\x41\x88\xc1\xa5\x82\xeb\x3a\x18\x91\x87\x0c\ -\xd3\xe0\x18\x8f\xe2\x4c\xd9\x27\xc1\x4e\xfd\x22\xcf\xac\x1a\x06\ -\x04\x0c\x6e\xc6\x0c\x42\x8e\x32\x16\x24\x3e\x68\x15\x67\x97\xa6\ -\x23\x8f\x90\x07\x68\xd0\xc5\xcd\x08\x7a\xad\x37\xa7\xd0\x6a\x45\ -\xfe\x24\xe8\x56\xdd\x58\xfc\x2c\x34\x3a\x65\x08\x01\x4c\x10\x5e\ -\x34\x59\x2b\xc5\xa8\x60\x69\x82\xe2\xf6\xf9\x51\xfb\xad\xcc\x15\ -\xe2\x5c\x5a\xae\x17\xe4\x6c\x2c\x72\x1a\xcd\x36\x71\xe4\xb0\xc2\ -\x26\x79\xd7\x7d\xe8\x72\x19\x65\x6b\x72\x35\x1a\x37\xf5\x3e\x53\ -\x2b\x8f\x04\x11\x18\xbd\xfc\xfc\x9b\x0d\x07\x83\x1e\x40\xca\xc9\ -\x83\x1f\x8d\xed\xe2\xd7\x62\x2d\x8a\x18\x11\x9a\x1a\xce\xf3\x1d\ -\xef\x4e\x2b\x94\x74\xa8\x0c\x6a\x68\xf2\x2a\xa2\xf9\xc7\xb6\x3f\ -\x23\xef\x21\xc1\x91\xfc\x11\x93\xca\x6e\x58\x30\xcc\x7d\xa2\x4e\ -\x71\x7a\xf2\x1b\x48\xd0\x5d\xa0\x84\xe4\xb5\xb9\xe7\x11\xda\xfc\ -\xc5\xb0\x83\xde\x8d\x06\x7a\xa0\xb3\xa0\x1c\xa5\x12\x14\x54\x54\ -\x10\xb4\x53\xcc\xa2\x50\x4c\x80\x90\xaf\xd4\x66\x44\x31\xec\xe9\ -\x5b\x95\xc3\xc3\xfa\xd0\xa0\xf5\x80\x76\x0c\xe3\x0d\x6a\x36\xd6\ -\x94\x45\x2b\xe9\x86\xd0\x76\xbd\xc9\x5d\xcd\xad\xd8\x3e\x93\xe5\ -\xb4\x4b\xae\xe9\x99\x4d\x86\x0f\xcd\x69\x4e\x84\xc5\xe9\x35\x2b\ -\x4d\x8b\x6c\x1d\x14\x3d\xcb\x68\xcc\x8d\x4a\x2c\xad\xe0\x4d\x66\ -\xc9\x7a\x86\xef\x9a\x55\x6f\xd2\x5a\xac\x90\x2d\x0d\x4c\xe8\x73\ -\x27\x6d\x9d\x1f\xc5\xff\x74\xd9\x0c\xed\xc9\x75\x04\x36\x63\x58\ -\x1f\x03\xf4\x0a\xa0\xc5\x04\x1b\xb9\x57\xaf\xc3\x82\xff\x85\x92\ -\x1c\xf4\xe3\x97\x69\xca\xb7\x42\x19\x78\x37\xff\xf8\xa6\x35\xba\ -\x3c\xff\x0b\xee\x36\xb8\x57\x37\x3f\x61\x9b\x54\x67\x2e\x5c\x14\ -\x73\x9c\xf7\x44\x2f\x38\x73\x0a\xe1\x06\x14\x84\xb3\xa9\x3a\x8a\ -\x38\x6a\x36\xda\xad\x90\xe6\x73\xba\xa3\xf2\x0a\xae\x71\x4c\x86\ -\xb2\x6e\x9b\x3f\xe3\x9d\xf7\x7e\x45\x6e\x4c\xe0\x43\xf3\x7d\xe6\ -\x40\xb3\x67\x01\xba\x70\xee\x0c\x15\x0f\x10\x4d\xa1\xb8\x68\x41\ -\x23\x03\x75\x19\xbd\x4b\xd3\x11\x2e\x40\xd0\xa0\xa5\xef\x16\xf0\ -\xeb\xf5\x0b\x6b\xcb\x72\xba\xbc\xd8\xf5\xe8\x15\xd9\x05\xe2\xb8\ -\x13\xea\x69\xce\x93\xff\x7d\xd1\xcf\x45\xc6\x52\x5f\xe7\x82\xfb\ -\x91\x23\x55\xa8\x95\xe7\xbd\x29\x72\x32\xb5\xf7\xfd\x88\x2c\x60\ -\xed\x59\x81\xf6\x8e\xc3\x4e\xbd\xbb\x9b\x76\x8a\x9a\x34\x8d\x6c\ -\xa7\x78\x9e\xda\x35\x3a\xcc\x8a\x16\x08\xa4\x6b\x50\x5e\xd3\x8e\ -\x1f\xa6\xd9\x93\xb8\xd7\xfe\xa0\xcd\x4e\xd6\x46\x7f\x3e\x69\xd2\ -\x72\x0d\x20\x31\xb4\xa3\x8b\xae\xa4\x02\x8b\x76\x1d\x9a\x42\xd7\ -\x95\x00\x7a\x5f\x43\xa4\xb7\xeb\x69\x9d\x82\xca\x6e\xea\x21\x98\ -\x01\xe3\x74\x9c\x87\x07\x4d\x74\x00\xbe\x7f\x8a\x26\x49\xe7\x45\ -\x58\x80\xb4\x3f\xef\x60\x5c\x90\x2a\x54\x6e\xdc\xf1\x35\x76\xd9\ -\xe7\xeb\x36\xd7\x64\x1b\x38\x69\x3a\x37\xab\x8a\xc1\xd9\xe5\x40\ -\x44\xb9\xa1\xcf\xce\x3f\x33\x72\x53\xb4\x66\x2f\x46\xaf\x89\xf2\ -\xca\xe1\x44\xb4\x14\x69\x3b\x59\x7a\x1b\x7a\x8e\x77\xc9\x0b\xfa\ -\x15\x1d\xb4\xd3\x2b\x9a\xfe\x4a\xa9\x42\xbe\xe2\xeb\x18\xd7\xde\ -\x47\xfb\x3e\x45\xc9\x34\x6e\x98\x0d\xee\x19\xae\x37\x9b\x9b\x9a\ -\x40\x28\x3f\x85\xf9\x0f\xb4\x36\xc5\xa7\x51\x00\x6b\x0b\x04\xb5\ -\x8d\xde\x9d\x97\xb0\x5f\xd0\x76\x7a\x99\xee\xe5\x21\x4a\x6d\x13\ -\x54\xe1\xdc\x91\xc1\xec\x92\x77\x38\x4c\xe9\xe0\xcc\x42\xc5\xa8\ -\x69\x54\x62\xe3\xd4\x63\x84\xd0\x37\xd0\x9c\x2d\x1e\x36\xdc\x83\ -\x01\xb9\xd9\x65\x3b\xa2\x22\xce\x93\x5d\x2b\x47\xd1\x92\x86\x1f\ -\x96\x78\x7d\xdf\xf7\x70\xf8\x31\xd7\x1a\xcd\x86\x4c\x87\xa3\x90\ -\x07\x13\xbb\xa3\x8d\x8a\x60\x41\x5d\x27\x26\xa9\x97\x5b\xed\xe2\ -\xee\x96\xf2\x39\x0b\x61\x4e\x4a\x99\x68\x59\x77\xd7\xc4\xef\x3a\ -\x12\xed\x4d\xdc\x4b\xda\x3d\xbb\xea\xc0\x61\xa2\x16\x0c\x68\x48\ -\x78\xe6\x6b\x00\x03\xed\x4f\x9a\x6c\xfc\x7c\x74\xbc\xaf\xa3\xe9\ -\xd0\x26\xfc\x1c\x56\xfa\xe9\x30\xd8\xf3\x69\xc2\x35\x93\x1f\x14\ -\x9f\x4e\x17\x0b\xb1\x30\x8f\xe6\xaa\x32\xa5\xe8\x8b\x66\x60\xea\ -\x68\xc8\x38\xf8\xd4\x8d\x65\xde\x34\x06\xa7\x06\x07\xf9\x33\x4f\ -\x47\xa2\xae\x35\x7b\x4e\x21\x4e\x8b\xe0\xfa\xf7\x5a\x97\x6e\xa0\ -\xdd\x89\x60\xee\x79\x39\x11\x1f\x0e\x55\x0d\x75\xa3\xa2\xab\x68\ -\x04\x99\xb6\xa6\x3e\x1a\x3f\x7b\x7f\x87\x53\x18\x9d\x37\xd0\x97\ -\x60\xd8\x70\x41\xec\x34\x8b\x3f\x4c\x0e\xdf\x34\x9a\x6f\x56\xeb\ -\xcf\xc3\x1f\x65\x47\xad\x6f\xc5\x5e\xfb\x7b\xe9\x62\xe5\x27\x55\ -\x37\x6f\x48\xa4\x99\x9d\xde\x57\xb4\xb2\x8e\xb2\x27\xcd\x71\xe8\ -\x64\x92\x24\x9d\x93\xbb\x0c\x5b\x15\x79\xd7\xc6\x1d\xbc\xfc\xb0\ -\xe3\xed\x20\x93\x85\x5f\x6a\x35\x3f\xa4\x8f\x73\xb2\x03\x03\x9a\ -\xb6\xc4\xd4\x5c\x09\x97\xef\xd7\xd3\xce\x7b\x3d\xd6\x4c\x82\x57\ -\xe9\x1b\xe4\xd6\xe8\x34\x75\x3f\x42\x28\xad\x47\xde\x87\x0e\x64\ -\xf1\xe0\x5f\x1a\x85\xe9\x25\xb7\x87\x52\xd3\xb0\xd1\x5b\x46\x0d\ -\x67\x44\xdd\x6d\xa2\x23\x60\xd1\xa4\xb0\xaf\x14\xb6\xed\x2a\x1a\ -\x49\xd3\x29\x6d\xec\x23\x69\x7a\xc6\x43\xd8\xde\xf5\x47\x2a\x2d\ -\x1b\xb1\xbd\x9b\x7a\x3f\xdc\x82\x51\xe1\x76\xcf\xdd\x88\x21\x9c\ -\x0e\xdf\x50\xf3\x35\x5c\x02\x67\xf1\x7e\x4d\x36\xc2\x71\x97\xd1\ -\xe2\xd4\x43\x58\x30\x1f\x67\x86\x56\x32\x0e\x24\xfc\xac\x9e\xa1\ -\xbe\x2b\x28\x79\x61\x0b\x93\xe7\xff\xae\x49\x0c\xbe\x6b\xa6\x0c\ -\xf8\xe5\x87\xc6\xfc\x9b\xd1\xc5\x39\x31\x1c\xfd\xa8\x4f\x15\x1e\ -\xce\x6e\x6f\x9c\x99\x2c\x82\xe7\x79\x5c\x13\x79\x19\xf1\x06\x6f\ -\xa8\xf8\x7b\xd6\x63\x69\x86\x48\x81\xfb\xbe\x5f\x3f\xf7\xe3\x5e\ -\x60\x7a\x4c\xe7\xfa\x71\xc8\xc4\xef\xcf\x43\x19\x23\x5c\xb8\x0d\ -\x4a\x03\xd4\xfe\x56\xfb\x84\x1e\x2e\xb5\xc1\xc2\x90\xb0\x19\x8f\ -\xa9\xd4\xde\x73\x9d\x91\x9d\x6b\x32\x1a\x0a\x0c\x99\xc9\xd9\x6c\ -\x74\x1e\x2d\x11\x66\x93\x4b\x6c\x8d\xee\xe1\x3a\x98\xd3\x0f\xea\ -\xba\xe7\x3d\x34\x4b\x78\x33\x7b\x49\x40\xe2\xc5\xa9\x30\xf7\x23\ -\xb2\xe1\x5d\x6b\x79\xa0\x70\x34\x42\x6e\x5a\xa4\xd6\x6c\xb2\xf6\ -\x29\xd7\x6c\x6e\x27\x30\xb6\x5f\x41\xa7\x8c\x4b\x19\xa6\x10\x26\ -\xfb\x78\x44\x0b\xb9\xf1\x4f\x98\xaa\x11\xd6\x30\x9d\xaa\x81\xa5\ -\x3e\x5c\x8d\xdf\x9e\x47\x52\xa3\x23\x82\xc8\xa9\xef\xea\x86\x17\ -\x56\x57\xad\x03\xa0\x59\x50\x37\x94\x52\xa5\xa1\x89\x9c\xda\xb0\ -\x36\xf9\x13\x1d\x11\x0b\xe7\x7e\x4a\xd0\x86\x34\x79\x15\x4a\x16\ -\xee\x5e\x75\x18\x27\xf8\xba\x7d\x2a\x1e\x86\x15\xb3\x76\x6c\xe6\ -\x19\xcd\x13\x40\x83\xf2\xec\xbf\x5e\x06\x7c\x71\x26\x5e\x9f\x87\ -\xc8\x9d\x4e\x56\x7a\x24\xc4\x1b\x6a\xf5\xd3\x1b\x29\x29\x97\xb6\ -\x72\x9b\xa7\x00\x00\x20\x00\x49\x44\x41\x54\xab\x00\xbd\xd6\xb5\ -\x32\x27\x48\xf2\xeb\xae\x12\x28\xb2\x3a\xff\xd1\x27\x1e\x89\x8c\ -\x08\xa6\x1d\xf2\x5b\x28\xa8\x23\x67\x12\x13\xb1\xf0\xe7\xd7\xca\ -\x3a\xe1\x95\x61\xb1\x3d\xc9\x36\x9c\xef\x78\x5c\x2e\x78\xa2\xcd\ -\xda\x68\x5c\xd3\xd5\xa2\x0a\x4b\xad\x97\xbd\xb0\x8c\x32\x95\xd4\ -\xbe\xb8\x56\x8b\xc2\x34\x17\xf4\x34\xee\x08\xc4\x49\xdc\xe6\x56\ -\x45\x5e\xe9\x65\xf1\xfc\xec\xfd\x4d\x87\xb2\x34\x1a\x79\x49\x8b\ -\xd7\x48\x3a\x6f\xef\x78\xbb\xb0\x94\x1c\xf1\x5c\x28\x8a\xcf\xde\ -\xee\xde\x82\x77\x91\xba\xc8\x6d\xa2\x53\x55\xe0\x76\x94\x29\x8a\ -\x75\x02\x98\xb7\x4f\x41\x51\x4d\x37\x96\x05\xc3\x0a\xf2\x1d\xaf\ -\xb5\xca\x0f\x43\x6e\xec\xfd\x31\x0a\x8d\x94\xa0\xf9\x99\x39\x40\ -\x8d\x23\x3f\xf3\x31\x02\x0d\x59\xdc\x36\xa6\x68\x52\x26\x83\x44\ -\xad\x12\xfa\xb3\x2e\x60\xe7\x5c\xab\xbc\xd6\x98\x54\xc1\x8d\x37\ -\xe2\x32\x5a\x2f\x97\x45\xa7\xc3\xed\x97\xf7\xd7\x9d\xf0\x18\x3d\ -\x07\xa5\x53\x5e\xe4\xb5\x28\xef\x46\x05\xa3\xc1\xc9\xe2\x8f\xc6\ -\xba\x7d\xa7\x71\x05\xb2\x0e\x10\xed\xa4\xda\x5a\x23\x29\x40\x73\ -\xda\xdb\x2a\x43\xbf\x23\xd8\x48\x0b\xce\xb6\x07\x86\x17\x47\xa6\ -\x5c\xbc\x67\x1b\x51\x2f\x46\x22\xeb\xe3\xe5\xf9\x3d\x8b\x09\x29\ -\x23\x9c\x2c\x4a\xf8\x55\x40\x9e\xc2\xe1\x96\x7b\xc2\xea\x0b\x8c\ -\x2d\x6d\x1d\x4e\xf7\x22\x2e\xca\x8f\x1c\x0e\x66\x7f\x0a\xaa\x3e\ -\x75\x05\xe2\xee\x8e\xa4\xef\x62\xf6\x7f\x2b\x8e\x1e\x34\x40\x0a\ -\x47\xc8\x2f\x7f\xd6\xa9\x8b\x82\x4e\x91\xd9\xcd\x14\xe3\xad\xb1\ -\x93\x97\xef\x23\x99\xef\x73\x06\x48\xcb\x58\xbf\xd2\xce\x99\x72\ -\x29\x7b\x43\xf6\xbf\x09\xf9\x7b\x98\xb8\xe9\x72\xd6\x81\xfe\x3e\ -\xe9\x1a\x19\xc5\x71\xe4\xea\x40\xd9\xe9\xfd\xfc\xa4\x67\xa1\xa6\ -\x90\x44\x0b\xd0\x1b\xcc\x66\x21\x3d\x5c\xee\xbc\x41\x16\x99\x86\ -\x01\x3b\xe8\x39\x89\xc4\xca\x30\xec\x19\x67\xf8\x31\x91\x28\x0a\ -\xa5\x42\x94\xf3\x9d\x94\xa9\x8d\x1e\xd4\x04\x17\x64\x9b\x43\xc1\ -\xa4\x66\xba\x35\xb5\x1e\x6b\xb0\xf2\xb9\x9e\x6b\xf1\x4f\xeb\xed\ -\x71\x8f\xc8\x0c\xcb\x0d\x97\xb3\x88\xb9\x50\x0e\xbb\x6f\x79\x7d\ -\xa7\x31\x11\xa0\x06\xa6\xbe\x01\x0d\x6f\x39\x80\x65\xc2\xd0\xa8\ -\x92\xed\xef\xbf\xef\x1d\xf1\xf0\xdf\xba\xaf\xf5\x35\x44\xb6\x19\ -\xd2\xb4\xfb\x95\x5f\x8c\x07\xc2\x05\xf4\x8f\x41\xcb\xff\x62\x6e\ -\xf1\xfc\x67\x67\x7c\x24\x26\xbd\x6b\xaa\x97\x26\x2d\xcf\xdc\x4c\ -\x7a\x69\x9e\xff\x64\xa6\x71\xd1\xc2\x8d\x5d\xd4\xd0\x66\x0c\x24\ -\x6a\x60\xe7\x99\x03\x48\xad\x58\xe8\xfb\xfb\x35\xe8\x9b\x4a\xfa\ -\x71\x9a\x40\x84\xd6\x95\xc3\xe0\x84\xe8\x61\x94\x50\x13\xf0\x32\ -\xe0\x99\xeb\xef\x2e\x47\x5f\x0e\x17\x3a\xc6\x4e\x38\x83\xcb\x61\ -\x2e\x5d\x8e\x39\x3f\x3b\xaf\x2b\xf5\x30\xec\x61\xb8\x3d\x77\x72\ -\xbe\xcf\xa3\x59\x4e\x60\x36\x26\xf8\xae\x49\xd2\xa8\x85\xd0\x22\ -\x79\xd4\xd9\x3a\x13\x0c\x1f\xef\x8e\xad\x61\xd8\x7b\xe3\xbe\x6f\ -\xcb\xcd\xf4\xba\xf4\x04\xd3\x90\xac\xab\x3d\x9a\x7c\xa5\xb9\x9e\ -\xa2\xfe\xea\x2e\x7e\xc4\x91\x5d\x4a\x4d\xd7\x57\x72\x8e\xee\xbc\ -\x1c\x9a\x58\xfb\xfa\xbb\x19\xa6\xd5\x3a\xe8\xcf\x4a\x9a\xeb\x2b\ -\xd3\x05\xdd\xcf\x86\x73\xa3\x0c\x74\x56\xd6\xdc\xb1\x37\xfb\xd4\ -\x7a\x52\x29\x55\xf1\x00\x99\x33\xae\xc6\xa7\x7c\x9b\x00\x09\xb3\ -\xac\xa4\x3a\x6a\x86\x1b\x83\x9f\x8c\x07\xfd\xe3\xde\xd4\x04\xed\ -\x02\xf8\xc9\xb9\xf8\x82\x4b\x21\xe2\x78\xb0\x26\xef\xbe\x05\xea\ -\x0d\xfd\x9b\xf9\x09\x29\x7b\x06\x99\x1b\xa5\xb9\xc4\x44\x45\x40\ -\xfe\xeb\x65\x8b\x73\x8d\xc3\x70\x70\x22\x13\x41\x2f\x14\xd8\x04\ -\xdd\x18\x53\xa8\xc7\x21\xda\x1c\xd3\x22\x2b\xa4\x3b\x8f\xe4\xd8\ -\xda\x1f\xd4\x56\xcd\x1f\xcc\xb4\x17\xcd\x42\xf8\xf5\x30\x34\xaa\ -\x83\xae\x70\xbb\x92\x31\x0e\xce\x8d\xbb\xf7\x03\x31\x1a\xa3\xfa\ -\x83\xa6\x07\x2a\x06\x73\x0f\xcd\x1b\x2e\x2a\x3e\x55\x79\x24\x55\ -\xa7\x2b\x9f\xb6\xa0\xdd\xa2\x31\xbd\xd2\xa9\x9a\x6e\x29\x0e\xa1\ -\x44\xdb\x5e\x0e\xc0\xc8\xf7\x32\x4a\x92\xe5\x44\x9c\xa1\x78\x99\ -\x63\xe3\xb6\xd5\xf9\xff\xe7\xc2\x2f\xa7\x2c\xba\xae\xa4\xce\xa4\ -\x51\x67\x08\xeb\x65\x83\x97\xe4\x64\xc7\xde\xc7\x5d\xf9\x54\xea\ -\xee\x8e\x08\xc7\x2a\x1b\xef\x8a\x56\x01\x46\x58\x90\x6d\x87\x66\ -\xba\x30\x11\x01\xb8\x87\x85\x69\x51\x46\x6c\xe3\x8a\x44\x03\x88\ -\xb4\xac\x2d\xa7\xa7\x7e\x41\x76\x9b\x5d\x79\x5c\x94\xd9\x10\x42\ -\x00\xe6\xb4\x09\x2d\xfb\x72\x6d\x28\x1b\x17\xb7\xf9\x62\x9f\x9e\ -\x2c\x30\xf5\x29\x2e\x63\x59\xd4\xa1\xeb\x2f\xba\x61\x72\xe7\x66\ -\x3f\x33\x4c\x3a\x3f\xbd\x32\x9a\xda\x45\x46\x65\x6c\x10\x53\xb3\ -\x3c\xa2\xfa\x65\xfb\xa0\xaf\x7c\x39\xe8\x5f\xb2\xa4\x4e\x07\x3e\ -\xf1\x46\x40\xcf\x7c\x9c\x74\x2e\xea\xd3\x0a\x3c\x02\x53\xe5\x00\ -\x5b\x1e\x4e\x68\x5a\x0d\x38\xc5\x46\x60\x6e\x36\xe9\xed\xe7\x89\ -\x40\xc0\xd6\x04\x74\xf7\xb1\x67\xa1\x56\xd4\x2b\x71\x6a\x2e\xf9\ -\x04\x94\x5f\x9a\x20\x41\x0b\xaa\x66\xf6\xc9\x65\x79\x6f\x9f\x94\ -\xa2\x3f\x65\xdc\xd8\x9a\x2c\x0b\xf1\x7e\x59\x88\x07\xdf\x0a\x69\ -\x43\x86\xf5\x6b\x71\xfb\xbf\x20\xd1\x93\x4a\xc3\xf9\xe5\xc4\x4d\ -\x10\x3a\x4b\xa0\xac\xf5\x75\xc4\x1d\xe0\x2d\x53\x45\xee\x2f\xc5\ -\xf8\xcc\xe9\x3a\x1b\x4b\x66\x4a\xf0\xe7\xb5\x60\x8f\xfc\xae\x2f\ -\x00\xc1\x9f\x9a\xa9\x2a\xcc\x6c\x62\xdc\x5d\x59\x28\x7f\x76\x46\ -\xc5\x84\x1c\xcf\x4b\x6b\xa7\x1a\xfa\x29\xa5\xdf\x8b\x08\x8c\x28\ -\xea\xd1\xb4\x18\x91\x0b\x13\x39\x76\xce\xc0\xa8\xa9\xdf\x86\xba\ -\x65\x70\x3a\x29\xea\xd8\xd6\xed\x59\xea\xa0\x60\x9d\x3a\x52\xa6\ -\x10\x66\x17\x38\xc0\x30\xdd\x80\x36\x03\x17\xa5\x2f\x13\xc0\xf8\ -\x5c\x6d\x5a\xc4\x2f\x20\xe0\xdb\xbb\x9b\x94\xc5\x9a\x23\x6a\x7f\ -\xf6\x3d\x50\x9c\xf1\x07\xdb\xe5\xa7\x5b\xec\xb7\xe9\xed\x19\xdc\ -\x2a\x7a\x63\x9f\xef\x2f\xdf\xed\x4e\x47\xe2\xfa\xbc\xbb\x39\xa3\ -\x5a\x41\xb4\x40\xaf\xfb\x55\xa5\x83\xaf\xf4\x92\x33\xe6\xd3\xcf\ -\xd5\x1b\xc3\x49\xaf\x3a\x9b\xb0\xd7\x7d\xfa\xb8\xd8\x5f\x34\x92\ -\xe3\xcc\x58\xe6\x1a\x4c\xf4\xd0\x6d\x76\x2a\x15\x29\x8d\x3b\xed\ -\xb4\x1b\xd7\x31\x35\xa5\x04\x8e\xc3\xf4\x24\x28\x4b\x55\x9f\x49\ -\x53\xff\xd5\xf1\x20\x2f\x6b\xa4\x53\xcc\xb5\xdd\x39\xcf\xb5\xf4\ -\xa4\x31\xd7\xf3\x15\x74\x5b\xef\x6f\x5a\x28\x49\xf3\x20\xcd\xbb\ -\xf8\x74\x48\xb5\x3a\x27\xa8\xd7\x80\xb8\x2e\x97\x57\xb7\xae\x37\ -\x49\x48\x98\xcd\x3c\xd6\x9c\xaa\x03\x30\x92\x4d\xf6\xd0\xf3\xd3\ -\x20\xff\x0c\xcd\xe9\xfc\x5a\x87\xb3\x22\x9e\xf4\xd5\x38\xcd\x44\ -\x09\xfc\xf2\x7e\x03\xa2\x49\xe6\x4d\xc8\x59\x08\x09\xb4\xb2\xbb\ -\xd9\x11\xed\x9c\xfc\x88\x6b\xd2\x35\x7e\x16\x97\x8a\x3c\x62\x78\ -\xaa\x20\xb5\x61\x83\x1e\x75\x21\xae\x3e\xaa\x19\x8d\x26\x42\x07\ -\x19\x60\x51\x50\x89\x09\x1e\x75\x82\xe6\xfa\xcb\x2f\x9a\xb8\xd9\ -\x84\x0d\x8f\x3f\xd7\xd8\x45\x96\x6d\x36\xde\x79\x4f\xb6\xc9\xdb\ -\xe2\x32\x62\x31\x9b\x99\x87\x86\x2e\x80\xde\x6f\x51\x00\xd3\xa9\ -\xb8\x74\xa4\xf2\xc6\xe4\xc9\xe0\x0b\x3d\xee\xbc\x35\x06\x3c\xa1\ -\xc3\x42\x38\xdc\xba\xeb\x8f\x72\xd1\x00\xa1\x8a\x8b\x9b\xa6\xca\ -\xf8\x9d\x15\x4c\x18\x1c\xec\x78\xd1\x11\x44\x46\x5b\xf3\xef\x44\ -\x08\xad\xa1\x16\x28\x23\xea\xc5\xa9\xd9\x59\xeb\x89\x22\x14\x6d\ -\x42\x47\x28\x61\x3a\xa8\x79\x51\x9d\x9b\xfa\x41\x11\xb1\xdb\x6c\ -\xd1\x05\xe5\x3d\x32\x3f\xd0\x3a\xdd\xe7\x65\x8d\x11\x84\x89\x6e\ -\xe7\x89\xa7\x58\x15\x83\xde\x75\xcd\xee\x5b\x14\xd7\xb5\x52\xf8\ -\x5f\x45\x3c\xca\xbd\xeb\x05\x4d\x7c\x84\xc7\x1e\xc5\x73\x49\x1c\ -\x14\xfb\xfe\x64\xe6\x96\xbd\x8b\xa3\x78\x72\x83\x8d\x6e\x39\x19\ -\xd9\x11\xe3\x99\x12\x61\xab\xdb\x43\x3a\x85\xb1\xd3\x58\x3a\x3a\ -\x9c\xc5\x18\x23\xa9\x26\x6f\x68\xda\xde\xdb\xa8\x3c\x89\x08\x0a\ -\x98\x7e\x06\xea\x42\x41\xcb\xda\x62\x9b\x05\x86\x0a\x21\x73\x4f\ -\x6a\x43\x95\x1e\x00\xed\x32\x95\xc7\xe8\x7b\x04\xb9\x39\x0d\x28\ -\x8a\x04\x73\xe1\xa2\x34\x4a\x89\x06\xa6\xb2\x77\xa4\x0e\x72\x77\ -\xd7\xeb\x07\xe7\x02\xf9\x9a\x70\x24\x63\x99\x06\xc3\x62\xb0\x2e\ -\x9f\x06\x14\xf5\x89\xde\x34\x25\xf4\x3d\x34\xf6\xb4\x6f\x15\x77\ -\xd5\xc2\x3c\xde\x8c\x9b\xef\x8d\x88\x7a\x91\x97\x8d\x0d\xb7\x69\ -\xa8\x1c\xe6\x28\x7c\x14\x3b\x5f\x13\xc6\x57\x6a\x27\x3b\x05\xa6\ -\x8b\xdc\xc5\x35\x80\x0f\x4d\x4b\xbf\xfc\x54\x5f\x79\xfd\xe1\x6e\ -\x49\x4c\x90\x7b\x8f\x83\x2c\xa6\x66\x41\x7f\x54\xdd\x80\x2c\x10\ -\xcf\x82\xc4\x80\x11\x3f\xf4\x5a\xbe\x0a\x35\x24\x71\xbb\xe3\x54\ -\xa8\x19\xbb\x06\xf0\x2c\x6c\xe8\x65\xad\x97\xf8\x94\x86\x81\xc2\ -\x79\x59\x3c\x0f\xed\x6a\xe0\x7b\x13\x39\x4d\x05\x15\xf8\x03\x45\ -\xf0\xdb\xa4\xe7\xad\x20\x1d\x97\x07\x4d\xcf\x76\x6a\xd3\x6e\x74\ -\x4a\xcc\x8b\xee\x6e\xec\xa5\x74\x88\xe4\x0c\xf3\x3c\xda\xc7\xc3\ -\xfa\xbe\xe5\x5c\xc1\xe8\x69\xfb\x4b\x63\x95\x26\x10\x01\x32\x71\ -\x4d\x18\xf8\xf1\x99\x78\x3c\xc7\x00\xdb\x02\xec\xe1\x17\xea\xe3\ -\x28\xc4\x1f\x11\x03\x0e\x7c\x1d\x24\x03\xd5\x28\x26\xbd\xa1\xd8\ -\x02\x1d\xe2\xf1\x97\xe7\x43\x27\xad\x48\xc6\x64\xef\xcc\x33\x79\ -\xbe\xe7\x9d\x9a\xcd\xd2\x2c\x07\x45\x47\x1a\x0d\x89\x06\x4d\x88\ -\x3c\xe7\x31\xf4\x0a\xe4\xf6\xc2\x81\x8c\x17\x7a\xbd\x86\xe6\x64\ -\xb5\xa9\xc0\x26\xbc\xd3\x83\xf4\xd0\xa3\xbd\x34\x4c\x99\xfd\xe8\ -\x8c\x10\xe1\xae\xad\xa0\x47\xde\xd3\xa9\xf3\xac\x67\x48\x0f\x2a\ -\xb6\x36\x94\xb7\xbb\xf2\x31\xa6\xf5\x78\x84\x3d\x9f\xee\x8a\x45\ -\xcb\x22\xdc\xf2\x32\x5d\x26\xbc\x6a\x1a\x1f\x54\xb4\xc3\x9c\xa1\ -\xd6\x3a\x8f\x02\xf1\x04\x0c\xfa\xff\x96\x3b\xf2\xf5\x88\x92\xe7\ -\x1a\xe8\x67\xff\x44\xd3\x87\x6e\x24\x35\x58\xae\x95\x0b\x6a\xa5\ -\xe8\x11\x5a\xde\xad\xa9\xc3\x8c\xc6\x58\x38\x91\x99\x19\x6b\x22\ -\x7e\xae\x3c\x7f\x9b\x71\xc4\x76\xc0\xfc\xcc\x3e\xd3\x04\xb9\x5a\ -\x10\xfa\x17\x66\x86\xc9\x04\x22\xcc\x2d\x86\x21\xa1\xa5\x91\xa1\ -\xab\x7d\xb3\xae\x0f\xf3\xa2\x0c\x27\x0e\x33\x13\x92\xf6\x2a\xa9\ -\x0c\x16\xc4\x80\x74\x73\x62\xbd\xaa\x81\xd6\x72\xc7\x8b\x33\x80\ -\xe3\x6e\x79\x01\x17\x89\xf8\x38\x1a\xd9\x01\x7d\xaa\xfa\x0d\xbd\ -\x5e\xfd\x97\xc2\x3d\x9b\x29\xcd\x66\xd4\x72\xb6\xee\xac\xa9\xbb\ -\xae\x2a\xce\x66\x63\xa8\x69\x5b\xd5\x6e\xad\x8e\x69\xb3\x3f\xd2\ -\x29\xda\xf3\x7f\x80\x5b\x9e\x03\xa6\x61\xbc\x22\x9d\x9a\xb9\x80\ -\x75\xe4\xb4\x92\x35\x69\x72\xd4\xa7\xa5\x13\x67\x0f\x24\xe6\x07\ -\xc0\x3f\x0c\x52\xbc\x49\x4c\xd7\xc5\x90\xec\x1c\xe0\x44\xb2\xac\ -\x5c\x93\xd4\x0d\x27\xa2\x86\x8b\x08\x0b\x9b\x40\x9a\x3b\x22\xe2\ -\xe7\x6c\x59\x02\x76\xbe\xc8\xeb\x1e\x4f\x76\x44\x30\x48\xe0\xd3\ -\x7d\x35\xb7\xdd\x30\xfb\x20\xd7\x9a\xa9\x1a\xfb\x29\x00\x09\x73\ -\xe9\x34\x30\xde\xdc\xba\x3f\xd8\x12\x14\xd5\xdd\x32\x23\xaf\xa1\ -\xef\x8a\x5f\xaf\x6c\x90\xb8\xe2\xc3\x62\xd3\x86\xfd\x6c\x2e\x14\ -\x0f\x2b\x15\x47\xa5\x96\x5b\x67\x27\x8d\x30\xe8\x7d\x11\xcc\xd9\ -\xe8\x05\x1d\xc1\x1f\xc2\x3d\xa6\x76\x65\x4b\x8a\xff\x18\x61\x00\ -\x81\x12\x91\xb5\x2d\xa0\xe3\xb2\xb8\x9c\x0b\xe9\xe7\xc0\x2a\xca\ -\x25\xf7\x05\xa7\x9a\x61\xac\x22\xf6\xbd\x7f\x5a\x00\x67\x15\xda\ -\x67\x11\x59\xcd\xa7\x46\xc8\x9e\x2a\x96\x36\x1a\x93\x7c\xeb\x9a\ -\xf7\xb4\x45\xe6\x79\x40\xa5\xf8\xdf\x37\x25\x7b\x3b\x1c\x1c\xcf\ -\x2b\xc3\xe5\x30\x26\x7d\x45\x05\x92\x44\xee\xab\x33\xa7\x6c\xea\ -\xd2\xd5\x2d\xec\xba\x47\x13\xb1\x52\xe4\x6d\xdf\xd5\x27\x15\x71\ -\xe8\x43\x46\x61\xd6\x91\xa7\xe0\x3f\x0b\x09\x98\xfe\x1a\xc9\xe4\ -\x31\x88\x0a\x9b\x77\x71\xcb\x52\xe6\x1f\xd7\x80\xb0\x23\x2d\x9c\ -\x45\x73\xd2\x33\xd3\x49\x68\x26\xbb\xdb\xc1\x46\x23\x63\x89\x28\ -\x38\xed\xab\xc6\xb4\x42\x9e\x86\x4e\x03\x89\x98\xc6\x11\x7d\x40\ -\x34\x45\x97\xb5\x76\xed\x19\x2e\xd0\x58\xaf\x2b\x1c\xc8\xa8\xd3\ -\x0b\xe9\x81\x6c\x05\x55\xf9\xf6\x20\x50\xc6\x6c\xd6\x3b\x2a\x3a\ -\x2f\xf4\xdd\x4e\x50\x99\x34\xa8\x43\xe4\x9f\xce\x50\x41\x89\x39\ -\x68\x38\x84\x05\xe6\x72\x88\x7b\xa3\x31\x3d\x1a\x2e\xf5\x80\xde\ -\x18\x7a\xc8\xa9\xed\xa2\xfc\x7c\xe6\x6a\x49\xaf\x14\xc8\xa4\xa7\ -\xe9\x14\xc4\x77\xbb\xf1\x98\xec\x4c\x11\x3a\x25\x4d\x37\xc5\xd4\ -\xd0\xd7\x2c\xa9\xe0\xc8\x77\x87\xc7\xa1\xbf\x58\x0b\xf7\x2d\xef\ -\x8d\x95\xd3\x87\xe1\xdc\xea\x6e\x44\x90\x8e\x81\xd0\x81\x04\x96\ -\x91\xc3\xf7\x09\x13\x6b\xcb\x2a\x83\x7e\xa5\x16\x9d\x1a\xcf\xf7\ -\xc6\x4f\x71\xb9\x48\xdf\x0c\x4e\x9e\x59\x21\xd9\x8d\xf6\xc8\x8c\ -\x74\x29\x45\x9b\x1e\xd3\x10\x5b\xf7\x46\xb4\x4f\x4d\xbb\xe0\xfd\ -\x5c\x23\x9d\xc6\xf2\x56\xb0\xbf\x0a\xc0\xfb\x84\x95\x29\xe9\xb6\ -\x0f\xca\x10\x95\x73\x96\x1e\xfa\x1d\xf1\xcc\xa1\x68\x2a\xac\x78\ -\x68\x8d\x9e\x1e\xfa\x1b\xcf\x3d\x59\x30\x6b\x70\x2b\x32\x7d\x32\ -\xe5\x91\x16\x44\x5d\x7b\xe3\xc0\x0e\x38\x73\xb5\x20\xf4\xbe\xee\ -\x5a\xae\x5f\xee\xc5\xe6\x9a\x35\x5a\xf9\x98\x74\x47\x50\x2a\x61\ -\x04\x6d\x03\x85\xe6\x67\xcd\x1b\x81\x98\x5e\x84\x47\xbc\x04\x00\ -\xe8\xf2\x22\x21\x1b\x2b\x82\xf2\x65\x21\x99\xd9\x4b\x94\x03\x1d\ -\xa7\xae\xe4\x59\x30\xed\xad\x83\x1d\x81\x03\xd8\x8c\x7d\x10\x0d\ -\xfa\x78\xbf\x69\xa2\x03\x33\x27\xa2\x66\x0e\x75\xe8\x1a\xd6\xd1\ -\x84\x8a\x03\x39\x51\xf8\x4b\xd3\x5a\xeb\x0b\x25\x58\x58\xb3\x38\ -\x7a\xe4\xff\xd0\x7c\x96\xef\x20\x48\x9b\x78\xa1\xd8\x14\xd3\xb5\ -\xf0\x04\x9f\x1c\x89\xd6\xa9\xbd\xfa\x26\x80\x37\x90\x8f\x63\x26\ -\xfe\x90\x30\xbc\x16\xe4\x79\x2c\x3a\x2b\x43\x4a\x4f\xac\xc7\x99\ -\xe2\x11\x9d\xc3\xad\x98\xf0\x92\x1b\x95\x5a\x5c\x4d\xdb\xec\x74\ -\x7f\x6c\xbc\x8a\x98\xfa\xd9\x44\xc6\x26\xb0\xd3\xb5\x2e\x1c\xe4\ -\xca\x5a\x3b\xb4\xc1\xc5\xb4\x30\x10\x7e\xa7\x2e\xd3\x41\x01\xe1\ -\x87\x56\xed\xdb\xd9\xa7\xee\xea\x68\x4d\x73\x33\xd8\x70\x60\x33\ -\x0c\x94\x7a\xfe\x9f\xdd\xad\x2b\xa9\x79\x1f\xb5\x90\xd8\x34\x3b\ -\x08\x37\x57\xaa\x7d\x5d\x5a\xb0\x5d\xf1\x06\x3e\x0d\xcb\xec\x43\ -\xd0\xe3\x0e\x66\x05\xf8\x5a\x0f\xd7\xd3\x49\x4d\xa7\x32\x83\x48\ -\xad\xaf\xe4\x7d\x66\x14\xc5\xf5\x12\xc8\x3d\x59\x23\x69\x38\xd3\ -\x98\x20\x35\x35\xf5\xe7\xde\x9a\x2f\x1a\x7f\xfe\xfb\x1d\xc3\x61\ -\xcb\xe6\x94\xbc\x70\xf6\x0e\xc7\x4d\x5e\xbe\x62\xf7\xf3\xfc\x56\ -\xd2\x3c\xaf\xbb\x9e\x7d\xb0\x62\x50\x13\x9d\x98\x66\xa9\x08\x04\ -\x61\xaa\xf3\x04\x5d\x6c\xd2\x2e\xa9\x11\xed\x40\x70\x68\xca\xac\ -\xbe\xe3\xa4\x68\x33\x56\x46\xa3\x94\x6e\x54\x1f\x4c\x93\xc7\xbd\ -\x4c\x34\x06\xc9\x26\x59\xee\x06\x3f\x16\x2b\x14\xae\x80\x51\xe3\ -\x65\x43\xe5\x9a\x7c\x03\x99\x09\x1b\xe1\xda\xe9\xf7\xbb\xec\x71\ -\x4e\xc6\xaf\xd7\xe7\xfe\x2f\xe8\x5a\xf8\x0f\xff\x07\x6b\x2d\xec\ -\x4f\xc8\x83\x19\xb8\x3c\x07\xe4\xfa\x49\x6e\x2b\x29\xd2\xfe\xdb\ -\x3f\x92\x17\xe1\x57\x72\xcd\x85\xbc\x69\x59\xcb\x2c\x0b\x09\xe9\ -\xee\x12\x84\xb7\xc5\xf6\x90\x3e\x3a\x35\x09\x7b\x6b\x6e\x38\xfb\ -\xe7\x5f\x6b\x6c\xd4\x8a\xa1\x38\xf4\xa3\xf8\xbb\xf5\x4e\xb4\x44\ -\x1d\x01\x0a\x57\xba\xad\x96\x61\xa0\x44\x69\xfa\xb6\x32\x03\x40\ -\xb1\x16\xf0\x2b\x7f\x1b\x32\xb8\x2e\x33\x09\xf4\x66\xc9\x72\x68\ -\xfe\x83\x4d\x1f\xeb\x96\xc9\x8b\x4d\xa7\x1d\xc2\xc3\x87\x75\x8b\ -\x67\xd9\xfc\xa4\xae\x2a\xb8\xa0\xa2\x3b\x0b\x70\x22\xc6\xc5\x6b\ -\x14\xf0\xb7\x98\xcb\x8d\xba\xf0\x60\xb9\x43\x9e\x6c\x13\xf9\x31\ -\x09\xfe\xd1\xca\xbc\x62\x1f\x09\xa6\xbb\x0d\x19\x4d\x4f\x83\x86\ -\x45\x1a\x98\x87\xb9\xea\x29\xb0\x49\xb2\x63\xb7\x0b\xd5\xc6\xc6\ -\xd7\x75\x81\x79\xe1\xf3\xf9\x1b\x42\xcb\x0f\xdc\x3b\x85\xce\xe4\ -\xe1\xa9\xb7\xa3\x38\x61\x3e\x91\xae\x45\xd2\x34\x18\xeb\x03\xac\ -\x1f\x80\xcd\xc5\x8a\x10\xd3\xa1\x42\x21\xa0\x36\xb9\xc0\x32\x57\ -\x24\x5c\x02\xdd\xc0\xad\xff\x24\x52\x65\x79\x34\xa1\xa1\xf9\x01\ -\xf0\x81\x2c\xfb\xfc\x99\xc4\xb4\x2c\x23\x42\xfc\xf2\x53\x06\x44\ -\x3f\x05\x08\xc4\xe6\xf7\x83\x7a\x3b\xc9\x9d\xdb\xc1\x49\x0d\xd5\ -\xa9\x03\xce\x0e\xb1\xc5\xcb\xf2\x2a\x5c\x48\xff\xdf\xdf\xbf\xc1\ -\xd7\x65\x05\x19\x2f\x07\xdf\x63\xc3\xd9\x3d\x12\x9a\x93\x85\x26\ -\x7a\x76\xde\x31\xcb\x0d\xd2\xcb\x6d\x95\xdd\xf4\x40\xec\x1d\x2c\ -\xbe\xb0\xe5\x06\xe1\x9a\x97\x24\x79\xc6\x4d\x14\x03\x2d\x68\x2d\ -\x4d\x4b\xc0\x80\x08\x7e\xf5\x6f\xff\x5a\x3f\x0f\x0d\x46\xe0\x74\ -\x91\x11\x33\xdc\xfa\x10\x79\x5f\x18\xc6\x1c\xd1\x88\x33\xec\xa2\ -\xbf\xe9\x1f\x7b\x97\xdc\xb4\x89\x09\x12\x08\xee\x5b\x9a\x20\x7d\ -\x55\xab\xc0\xb6\xd7\x7f\x3f\xff\x98\x41\x84\x1f\x54\x92\x0d\x93\ -\xfd\x08\xa1\x01\xe0\xb0\xa6\x8c\xdc\xae\x28\x86\x7c\x1a\xbd\x23\ -\x10\x95\x60\xd3\x5b\x62\xdc\xa2\x60\xfc\x26\x85\x38\xd1\xc0\x70\ -\x4c\x53\x05\xe9\xaf\xed\xef\xb8\x6c\x0f\x4a\xd3\xc6\x3f\x79\xae\ -\x59\xaa\x23\x17\x53\x04\x84\x2d\xf7\x6b\x41\x50\xb5\xf3\x2e\x07\ -\x47\xba\xfc\xec\x5b\x89\x54\x7f\x60\x3c\x7b\x44\xc3\xea\xe8\x4f\ -\x00\x4d\x19\x20\xa9\xef\x13\xb2\x5f\xb5\x9f\x2f\x1e\x5a\x52\x2f\ -\xd9\xce\xd1\x8f\x4e\xca\x4a\x14\xd5\xd2\x82\x0c\xf3\x32\x6b\x34\ -\x2d\xd1\x08\xda\xbd\xb2\x48\xb0\x0b\xcf\xb5\x9b\x7e\x49\xfe\xea\ -\xc7\x2e\x57\xd1\x9c\x2c\xdd\xae\x0b\x50\x26\xa8\xe7\x6c\xd9\xfe\ -\xad\xec\x9c\xe5\x8e\xa2\x5b\xb7\x5b\x57\xaf\x5a\x23\xd1\xac\x6a\ -\x7f\xbe\x02\x5a\x17\x98\xb6\xef\xcf\x8f\xa3\xea\x7f\xdb\xd4\xd3\ -\x69\xa2\xb2\x39\xe3\x08\x32\x47\x2a\xf7\x0a\x12\xf4\xb2\xcf\xa7\ -\x29\xde\xdf\x12\x88\x2a\xf2\xe7\xa7\xc5\xb8\xd5\x72\xa0\xd8\x92\ -\x95\x70\x47\xee\x99\x37\xfc\x9f\xdf\x5f\xd7\x70\xfc\xd8\xda\x03\ -\x5b\xae\x1d\x19\x3f\x7f\xb3\xf8\x84\x60\x7b\x13\x58\x85\xb5\x05\ -\xa1\xff\xd7\x2c\x7d\xfd\xff\xda\x6e\xf6\xcf\x21\x17\xfe\xc1\x3f\ -\x55\xe0\x02\x50\xba\xfc\x7c\xf1\x80\x4a\x77\x5e\x65\x5a\xe0\xab\ -\xe8\x67\xe6\x16\xbb\xf0\x91\xed\x19\x5e\xab\xa6\x49\xee\x04\xc6\ -\x08\x37\x5f\xcb\xbc\x0b\x62\xb4\x78\xc6\xa2\xa8\x42\x78\x37\x0b\ -\x7e\x24\xfd\x32\xef\x8b\xa4\x8a\xba\x43\x20\xcd\xa9\xe4\x6c\x4a\ -\xb6\x53\x29\x6f\x3b\xe3\x54\xf1\xa1\x7f\x60\xe9\x56\xcb\x75\x91\ -\xec\x20\xa8\x35\xbb\x2a\xff\x4d\x0b\xf6\xc5\x7f\x55\xb1\xb9\x15\ -\xb2\xc5\x35\x2d\x01\xaa\x95\xd9\x43\x06\xb9\xee\xcf\x1f\x75\x50\ -\x9b\x8c\x10\x0a\x07\x02\x59\x31\x26\x4c\xe1\xba\x98\x19\x66\x48\ -\xc6\xa8\x69\xcc\xf7\x07\x0b\xf1\x7e\xcc\xe4\xa9\xcf\x75\x85\xb7\ -\x6b\x89\xaf\xc6\xf9\x37\xfb\x7e\xe6\x0b\xb7\xe7\x32\x85\xb3\x9d\ -\x7d\xf6\x40\xdd\x6f\xec\x9b\x07\x45\x2c\xc6\x25\x39\xb5\xc5\xa7\ -\x01\x1c\xad\x81\x0c\xba\xdd\xfe\x27\xef\x3b\x09\x79\x82\xef\x55\ -\x33\x09\xfb\x78\x53\x29\x8e\x07\xd8\xda\xfc\x61\x5b\x67\xb7\xfe\ -\x1a\xfd\x4c\xdd\xc0\x0a\x77\x66\x3d\x8a\x12\xf6\xfe\x05\xf3\x85\ -\x9f\x75\xa5\xb8\x3f\xb1\x32\x62\xdc\x12\x99\x4f\x3a\x0a\x66\x6b\ -\x90\x6c\x9a\xa5\x0c\xd0\x0a\x90\x61\x1b\x7d\xcb\x3b\xd6\x7b\xff\ -\x62\xad\x85\x45\x7f\x8d\x66\x59\xe4\x06\xd3\xc2\xad\x82\xfd\xd9\ -\x05\xfa\x11\x35\xf0\x4b\x21\xfa\xdf\x7c\xae\x69\xd1\x4f\xb6\xf6\ -\x88\x6f\xfc\xde\x1f\x6f\x58\x5b\xcc\x0a\x97\x46\xfd\xe3\x6b\x6c\ -\x91\xfa\xf3\x83\xbf\x2b\x80\x2f\xf6\x5c\x3d\x4e\xad\xf6\xc9\xee\ -\xd8\x6e\xec\x26\x22\x10\x62\x2c\xcf\x2d\xa3\x6b\xe1\x87\xd9\xce\ -\xff\xeb\x32\x73\x2e\xe1\x46\xcf\x0c\xa0\x61\xa7\xad\xbb\xd5\xd6\ -\x0a\x91\x9d\xf3\xdb\x4f\xd3\xc8\x91\xd7\x1d\xcb\x9f\xa3\xaa\xe2\ -\x1f\xd9\x0e\xb2\x5c\x63\xa0\xa1\x50\xcb\xcf\x5a\x4e\xc1\x97\xcf\ -\x30\x8a\x88\x3b\x63\xdf\xf7\x00\x4d\xc6\x00\x44\x36\x3e\x7b\xa7\ -\xc9\x8f\xc2\x5c\x30\x37\x29\x96\x00\xba\x18\xe2\xfb\x2f\x22\x8f\ -\xa0\x0c\x56\x31\x26\xcc\xbe\xf1\x49\x09\x81\xd5\x9c\x31\x28\x50\ -\x21\xdc\xf7\x8d\x0f\xfd\x0d\x16\x94\xb9\x86\x9f\xdb\xaa\x1f\x6c\ -\x11\xbb\x7f\xbc\x16\x21\xe5\x41\xfd\x3e\xa7\xbd\x9a\x24\x3f\x77\ -\x2c\x27\xc2\x47\x6c\x7d\x9f\x67\x95\xb1\xde\x04\x37\x99\xf1\xda\ -\xde\x2d\x8a\x07\x8a\xc5\x39\xea\x81\xdc\x0a\x5a\x97\xd3\x55\x25\ -\xdd\xcd\xc5\xf5\x6f\x3f\x74\xe1\xff\xf2\x2f\x7e\xf5\x83\xbf\xf8\ -\x3f\xf8\xd5\x0f\x2e\x0b\x3d\xf3\x8b\xb8\x89\x73\x41\x96\xb3\x81\ -\x68\x06\x42\x24\xe8\x88\x72\x59\xaf\x6a\xbe\xb0\xbe\xe8\x02\x09\ -\xfd\xeb\xb2\x82\xf2\x0e\xed\x81\xd3\x6f\x48\xcc\x5e\x73\x91\x15\ -\xb9\x9c\x2f\xc7\x47\x98\xde\xf1\x5f\xe1\xc2\xe2\x21\x7f\x81\x8a\ -\xed\x08\x2a\x4b\x9a\xb2\x36\x7d\x0d\x79\xe1\xbf\xb0\x69\x0f\x41\ -\x5e\x39\x0c\x7a\x50\x23\x5f\x7e\x10\xb2\x09\xf3\x51\x79\x3e\xa2\ -\x77\x4e\xc7\x20\xa5\xe3\x9a\x1c\x73\x5f\x94\xdb\xfe\xf6\xc5\xd6\ -\x59\x8b\x6e\x5c\xd7\x85\x2d\xe1\x7b\x3f\x85\xc5\xfb\x18\x61\xda\ -\xe6\x65\x0f\xe2\x8c\x69\x27\xe3\xe2\x39\x31\x11\xef\xd4\xc3\x8e\ -\xfc\x49\x3d\x58\x0f\xce\xfa\x37\xaa\x91\x88\x78\x8e\x18\xd2\x8e\ -\x3c\x11\x02\x4f\x69\xbf\x56\x35\x83\x70\xdb\xe4\x9e\xa1\x72\xd1\ -\x35\x8b\xaa\x07\x8a\xef\x87\x08\xd4\x72\xa6\x92\x8a\xe7\x21\x84\ -\x11\x6e\x08\x9d\x22\x4d\xb0\xdf\x40\xcb\x10\x66\x2d\x3b\xf3\x27\ -\xc2\xaf\x38\xf1\x7f\xcb\x0a\xd1\x1a\x53\xeb\x99\x5d\xe5\xa8\x05\ -\x4f\xab\x56\xe5\x16\x15\x40\x0a\xbe\xae\x61\x63\xab\xe9\xa4\x57\ -\x1b\x3b\xf8\xf0\x9a\x8e\x7f\x71\x41\x4b\x09\xd3\x5b\x43\x83\x96\ -\xd1\xc0\x78\xba\x4f\x51\xd3\x39\x8a\xd3\xb1\x42\xe0\x99\x93\xa0\ -\xa4\x0a\x5d\xef\xa2\x6b\xe7\x6c\x77\x9a\xa1\x8a\x7e\x45\x5e\xff\ -\x68\xa0\xd0\x9b\x3e\xa9\xe2\xbe\xdb\x7f\x9f\x36\xcb\x7d\x5d\x03\ -\xf4\x4a\xab\x09\x5a\xe3\x9f\x44\xe3\x6b\xfd\x1c\x34\x20\x1e\x69\ -\xeb\x4f\x7a\xcd\x89\x3e\xaf\xaf\x45\x57\x3e\xff\x6f\x8f\xc2\x81\ -\x9c\xae\x91\x1b\x4e\x60\xaa\x99\x13\x45\xe8\x07\xb7\x1b\x22\x40\ -\x33\x78\xf2\xcd\x55\xec\x7f\xf9\x0f\xa1\x72\xaa\xe4\xd0\x32\x6c\ -\x3c\xb3\xa7\x4e\xd4\x71\x4c\xb7\x99\x5e\x0d\x38\xc6\xb9\x49\x4f\ -\x1d\xeb\xdb\xb9\x92\xb4\x35\x5d\x65\x14\xf0\xa0\x1b\xc6\xb9\xc5\ -\x43\x43\x57\x36\xe9\xce\xf7\x6f\x13\x32\x89\x64\xce\x60\x34\x10\ -\x3f\x34\x1c\xb6\x1f\xb9\xe5\x38\x95\x81\x87\x76\xda\xd5\x96\xa2\ -\x0a\x1e\xdc\x79\xf5\xe9\x19\x27\xb5\x31\xc0\x88\xab\x9d\x85\xe2\ -\x0d\xd5\x74\xfe\x7c\xcf\x8f\xe3\xa3\x00\xd6\xa1\x37\x1e\x66\xf2\ -\xed\xf7\x73\xff\xe6\xd7\x9c\xc8\x38\x43\xda\x9a\xd7\x21\x38\x0f\ -\x00\xa4\x90\xdc\x21\x42\x18\x93\xff\x7c\xa7\xe4\x13\x07\x67\x07\ -\x18\xc5\xea\x2e\x93\x2d\x3c\xf3\xab\x8a\xa6\x38\xdf\xbf\x34\x8a\ -\x50\x31\x3e\xa6\xb5\x31\x4b\x38\xe7\x62\x04\x06\xc7\x94\xee\x8d\ -\x1e\x9b\xb9\x5a\xcc\x39\x8e\x27\x47\xfd\x4b\xd3\x31\xa9\x88\x8f\ -\xcf\x3d\xc4\xed\xf5\xcf\xb7\xd7\x2d\x0b\xc7\xe4\xe0\x65\xd2\x95\ -\xf7\xe0\xf1\x9b\xab\x39\xf7\x12\x73\x1a\x05\xbc\x9a\xed\x48\x99\ -\x17\x0c\xb2\x77\x3b\x4f\xfb\xba\x7d\x9c\x5f\xfc\xa7\x69\x37\xbf\ -\x66\x6c\xbd\xd3\x17\x2d\xb2\x45\x1b\xc0\x53\xfa\xfa\x9a\xd4\x0f\ -\x46\x83\xff\x59\x02\x0d\x07\xba\xa4\xf3\xb7\x29\xc6\x30\x24\xb2\ -\x93\x09\x22\x15\x37\x72\x66\x50\x9d\x39\x7f\xd4\x63\x67\x74\x97\ -\x46\x36\xea\x17\x77\x93\xdb\x98\xd3\xf1\x99\xb3\xe7\xda\xbc\x30\ -\x60\xd9\xcf\x49\x63\xb8\xf5\xc6\xdf\x5f\x6b\xb5\xda\xb3\x67\xb5\ -\xad\x6a\x78\xbe\x18\xc2\x44\xce\x69\x4c\x73\x94\x82\x3a\xed\x6b\ -\xea\x22\xfc\x85\x9f\x36\x75\x96\xd2\xbc\xe9\x14\xe1\xbf\xdd\x41\ -\xda\x18\x60\x6f\x46\x2e\x56\x1f\x3b\x08\xd2\x00\xd2\x7e\x47\xed\ -\xaf\x1a\xcb\x66\x02\xf3\x5a\x47\x92\x37\x54\x9c\x6f\xb5\x85\xa4\ -\xf8\x54\xbf\x35\x62\x1a\x1a\xfe\x9a\xe6\x0b\x68\x68\x9d\x5f\xbd\ -\x18\x44\x07\x13\x23\xff\x9c\x53\xf2\x96\x04\x15\x9c\x5f\xef\x78\ -\x7b\x4f\x3b\xcf\xd5\x5a\x5a\x35\xe9\xfa\x26\xcd\xd0\x0c\x59\xfa\ -\xfe\x9f\xa8\xcf\xd4\x35\xbb\x1c\x40\x54\x97\x07\xb9\x54\x67\x61\ -\xe5\xaf\xd7\x59\x14\x77\xab\x71\x72\xd7\xbe\xde\xe9\x4e\xcb\x5f\ -\x7e\xa3\xf0\xcf\xcd\x8e\x65\x22\xee\x70\x55\x39\x42\x38\xd9\xc5\ -\xc8\x92\x88\xd9\x5c\x40\x91\xd7\xcd\x9e\x27\x14\x03\xed\xf4\xdb\ -\x23\x38\xbd\xa0\xc6\xe3\xae\xa4\xa9\xa0\x55\xd4\x45\x3c\x0e\x6f\ -\x90\x69\x82\xc2\x29\x4a\xda\x85\x08\x85\xee\xdb\x5c\x4b\x3c\xac\ -\x55\x64\xe6\x78\x85\xa0\x8f\x3a\x1f\xfb\x40\x36\xec\x62\x96\x2c\ -\x92\x92\xde\xa6\x2f\xf4\x8b\xde\x1a\x78\xbe\xcd\x39\xea\x2d\x9a\ -\x85\x3e\x32\xc5\x22\xdd\xbc\x5f\xc2\xd4\x0a\x48\x1d\x85\xa9\x8f\ -\x49\xb5\xd1\x32\x72\x54\xdd\xb4\x6f\xd1\x40\xb1\x59\x9d\x86\x93\ -\x4d\x34\x80\x8b\x7f\x86\x61\xc8\x53\x9f\x12\x48\xd6\x69\x73\xdf\ -\x1d\x64\xc8\xed\xcf\x91\x7a\xb5\xa0\x72\x51\x34\x63\x52\x26\x1c\ -\xfd\x62\x31\xc3\x90\xed\x16\xa5\xc0\x76\x54\xb3\x0e\x1f\x4a\x41\ -\x61\x16\x02\x11\xfc\x0c\x40\xc5\x37\x86\xa3\xc4\x63\x0d\x13\xbb\ -\xeb\x0d\x25\xed\x2c\xf4\x6d\xb1\x51\xb3\xf1\xc7\x9b\xd0\x79\x65\ -\x50\x32\x46\x40\x6d\x3f\x38\xd7\x6b\x41\xd3\xad\x51\x23\x19\x1c\ -\x0f\x4d\xce\xb6\x3c\x25\x5a\xcf\xec\x96\x04\x5f\x8f\x0b\xfc\x7f\ -\x6c\xa8\xea\x41\xcc\xc2\x25\xc6\xe5\x7d\x0f\xf4\x9f\xff\x91\x53\ -\xc4\xd7\xa3\xa9\xaa\x43\x69\x81\xae\x53\xd5\x73\xaa\xc0\x03\xfc\ -\xb8\x8f\xe7\xbc\x86\xa9\xc9\x9b\x01\x42\x37\xdb\x78\x13\x9b\xf7\ -\x9c\xbe\x2a\x88\xeb\x19\x76\xa7\xc6\xd3\xb9\xab\x26\x3f\xd3\x97\ -\xa4\x5f\x54\x33\xc2\x00\x8d\x97\xfd\xef\xa6\x15\x83\xde\x10\x89\ -\xef\x87\x85\xf0\x23\x93\x8c\xdf\x8d\x4c\xd4\xad\xda\x24\x9a\x41\ -\x9d\x96\xe7\xe8\x4e\x4e\x2c\x89\x96\x12\x08\x97\x5b\x01\x27\x5d\ -\xa3\x3f\xa3\x2d\xde\x58\xd2\x63\xcf\x3f\x1a\xdb\x23\x44\x3d\x35\ -\xb6\x99\x33\x18\x8e\x8f\x2b\x35\x32\xc3\x35\xee\x85\xd2\x06\xe5\ -\xa6\x49\x74\xfa\x52\xa7\xa5\xb4\xe7\x47\x6a\x04\x9f\x73\x8f\x5d\ -\x57\x05\xa0\x0b\x4e\x67\xc1\xa0\x25\x61\x46\x13\xf4\x86\x49\x69\ -\x98\x57\x4c\xe7\x2f\x07\x6c\x84\x53\x73\xdb\x29\x90\x61\xfa\x13\ -\xcd\x9f\xdd\xb5\x0e\xe8\x24\x20\x20\x7f\xd4\xe8\xbd\x19\x07\xa4\ -\x56\x94\x4e\xaa\x5b\xdc\x9c\x72\x9c\x52\x2b\xf3\x79\xce\x02\x68\ -\xa7\x9b\x0c\x25\xed\x26\x4c\x2b\xb8\x05\xa3\xff\x1b\x38\x63\x05\ -\xe5\x8c\x17\x50\xdd\x45\x75\x52\x7a\xe8\x68\x89\x2a\xdf\x48\x43\ -\x67\x42\xf5\x2b\x5a\x64\xc6\x00\x13\x5a\x8d\x11\xe4\xbc\xd1\x18\ -\xaa\x1a\xea\x9e\xa6\x3c\x6f\xe1\xe9\xdc\x28\x5d\x48\x30\x6c\x86\ -\xe1\xf6\x9b\xd9\xfe\x2c\xfb\xf7\xd9\xbc\xb0\xc5\x18\x33\xd2\xce\ -\xde\xe5\x8d\xb0\x6e\x0c\x53\x89\x6f\x74\xa6\x27\xf5\x0c\xd8\x4a\ -\x49\xc1\x2e\x51\xe7\x1e\x86\x22\xf1\x67\x53\x38\x21\xf7\x41\x1b\ -\x8c\x9f\xbb\xf4\x7f\x8f\xd7\x48\xe2\xcf\xb2\xd6\x2c\x1f\x56\x27\ -\xda\x5c\xba\x02\x90\x7e\x16\xb0\xf8\x0a\x28\x8d\xcc\x54\x7a\x49\ -\xf2\x94\xba\xbb\x0d\xe8\x98\x39\x4d\x24\x57\xd2\xf9\xa3\x29\x1a\ -\x94\xbb\x33\x7b\xe9\x88\xd2\x31\x36\x12\x8d\xda\x6f\x68\x35\xe9\ -\xd9\x1c\x74\x39\x44\x4a\x2d\xf8\x69\xd9\xdf\x9b\xfe\xd0\x4a\x72\ -\xa3\x6d\x86\xfb\x68\x98\x7c\xf5\x3b\xcc\x00\x88\x77\x40\x7c\xec\ -\xfb\x07\x90\xa3\x7e\x1e\xad\x62\x21\xbc\xdc\x75\x15\xd0\xcd\xcd\ -\xce\xfd\xd0\x29\x7d\xd9\xcf\x79\x66\x01\x58\x6a\x32\x8c\xb4\x88\ -\xa3\x7f\x33\x2b\x7a\x77\xbd\xcc\xf7\xc9\xe1\x76\x68\x4e\xad\xe4\ -\x59\x84\x38\xf2\xab\x52\xf6\xa0\xf5\xec\x6c\xda\xb4\x53\xbf\x76\ -\x36\xc4\xe5\x83\x33\x35\xed\x2a\xf2\xd0\x4e\x96\x53\xa0\xb8\xc6\ -\x4b\xb3\x91\x52\xad\x61\x8d\xf9\x06\x2c\xd0\x12\xb0\x5e\x16\x5d\ -\xa4\x17\xae\xb5\x56\xa6\xcc\x0b\x59\xee\x8f\xfa\xe8\xcf\x5e\x8a\ -\x0e\xc4\x4a\xdc\x85\x06\x5f\x44\xfb\x49\x15\xf3\x83\x6f\x87\x95\ -\x2f\xaf\xe4\x9b\xa7\xa8\x9a\x19\x5b\x9a\x9d\x3b\xb4\x28\x5f\x38\ -\x92\xa3\x03\xf9\xf6\x87\xcb\xe1\x12\x44\xdd\x41\xa7\x8d\xd4\x51\ -\xd3\x04\x3e\x1c\x93\x1e\x0f\xbc\x7b\xd4\x6b\x33\x9f\x18\x82\x54\ -\x4d\x57\x22\xa5\x1a\xf5\x03\x32\x32\xb9\xee\xfb\x06\xaf\xe6\x0e\ -\xb6\x28\x27\x24\x68\xda\x30\x55\x1d\x56\xc3\x4c\xcf\x8b\x33\x90\ -\xd9\x93\x47\x1d\xc3\x10\x19\xd3\x1f\x3c\xd1\xa1\x40\x46\x5a\xa1\ -\x9d\x08\x63\xe8\xd7\x84\xd2\xa1\x6d\xa2\x92\x9e\x23\x42\x57\x16\ -\x10\xd5\x70\x45\xe3\xc3\x87\x80\x51\x46\xc1\x57\x22\xd1\xd5\xd0\ -\x72\xa7\x40\x69\x20\x3c\x2d\x88\x9a\x69\x7c\x36\x6b\xe8\xf7\x11\ -\xc0\xd9\x8a\x1c\x3c\xf5\x47\x89\x5e\x90\xb6\x24\x7b\x72\x86\x10\ -\xa5\x39\x43\x70\xe2\x79\xfd\xa4\x18\xb2\xdc\x97\x76\xa2\x45\x67\ -\xb1\xca\x6d\x6a\x24\x50\xfc\xe0\xbd\x31\x9a\x13\xc4\x37\xb1\x3e\ -\x0d\x54\x6a\xea\x4c\x08\x4f\xcb\xe9\x16\xea\xc9\x38\x74\x45\x3c\ -\xcd\x2a\x98\xfe\xbd\x61\x7a\xd1\xc8\xbc\x4e\xb3\x5a\x68\x24\x64\ -\x86\x3d\x46\x93\xfa\xf6\x75\xde\x0c\x5b\xde\x44\xa6\xdc\xa8\x70\ -\x73\xd2\x52\x61\x8a\xc8\xb5\x40\x07\xb8\x40\x0f\x17\xae\x3f\x81\ -\x3c\x59\x84\xb4\xa9\x2b\x94\x5f\xf5\x4e\x4a\xef\xe6\x11\x7f\x12\ -\xc3\x37\xcc\x70\xf4\x1f\x6f\x17\x63\x19\x2a\xfc\x8b\x25\x76\x6a\ -\x54\xe4\xe9\x7a\xd6\x1a\xdb\xf3\x19\x57\x8a\x3d\x3f\x8a\x0b\xfd\ -\xc2\xca\xaf\xc6\xb3\x19\x84\x08\x63\xc0\x4d\xf4\x7d\x1a\x18\x31\ -\x07\xaf\x77\xc3\x37\xd4\x12\x2b\x28\x02\xd5\x68\xa9\x5a\xdc\x82\ -\x76\xd4\xfa\xfc\x9a\x26\x8e\x67\x62\x0f\x94\xc4\x28\x52\xcd\x06\ -\x57\x9c\x72\xee\xee\xb1\x22\xae\x77\xd8\x09\x64\xed\xcf\xed\x28\ -\xf6\x2a\x3d\x81\xee\xb4\x38\x0f\x30\x26\x0a\x3a\xf5\xbd\x26\xb2\ -\xf1\xd1\xc8\xb9\x41\x33\x3f\xa0\x31\xa1\x0e\x66\x41\x3b\x51\x87\ -\x61\xcc\xa2\xb3\xe1\xac\x69\x7e\x35\x8e\xbb\xe9\x5e\x76\x36\xa0\ -\x8a\xa2\x94\x86\x51\x93\x06\xf0\x24\xe7\x74\x29\xe8\xe3\x77\x69\ -\x7f\x55\xc1\xb0\x40\xd6\xa0\x53\xd5\x3b\x92\x71\xdf\x74\x7d\x4f\ -\x5f\xc3\xd3\x01\x4c\x66\x43\x9b\x6b\x84\x12\x21\x37\xb1\xfc\xd4\ -\xed\x74\xcd\x6e\xd7\x09\x2b\x53\x32\x1a\xea\x6b\x86\xa9\xcf\xfb\ -\x94\xb4\x37\x55\xc3\xc4\x65\x14\xf9\xd6\x00\xe1\x4b\x4c\x46\x50\ -\x15\xa3\xa9\x4a\x40\xa1\xed\xb5\xac\x53\x98\x87\x39\x8a\x1e\x05\ -\x28\x1f\x56\xf9\xb5\x1f\xdc\x2d\xd9\x59\x30\x6f\x16\xf3\xf6\xef\ -\xfd\x9e\x63\xbb\xc7\x66\x2a\x5a\xfb\x9a\x5a\x5a\xd1\xd9\xb8\x84\ -\xde\x9c\xc7\xd9\x1d\x53\x25\xd2\x6b\x36\xf0\xda\x74\x49\x7d\x42\ -\x7c\xe4\x41\xb2\x1a\xe8\xbe\x4e\xe7\x44\xa9\x69\x89\xbe\x78\xf7\ -\x74\xca\x32\x5a\x2d\x37\xce\x49\xad\x7b\x26\x9a\xa4\xdd\xec\xaf\ -\x4f\x80\x89\xd5\x28\x9d\x03\x84\x08\xdd\x58\x33\x84\x61\x45\xd6\ -\x03\x91\x4d\xa9\xfe\xfd\xe5\xa5\x79\x88\x89\x9e\x84\x19\x03\xa6\ -\x53\x73\xba\x02\xbf\x4e\x3c\xd1\x22\x71\xe4\xb5\x59\x29\xbd\x18\ -\x0d\xc0\x79\x9a\x9b\x9d\xcf\x4f\x07\x88\x19\x81\xe3\xd4\xe2\x47\ -\xba\xe9\x4b\x8f\x88\xb0\x33\x65\xd6\x51\x19\xc0\xfe\xbf\xc6\x0c\ -\xf4\xac\x4a\x37\xb6\x89\xdc\xb1\x70\x69\x90\xc3\x20\xea\xad\xb6\ -\x30\xb7\x47\x73\x1b\x7d\x7c\x67\x92\xe6\x34\xbd\xc2\xb4\x77\xea\ -\x0f\xe3\x7c\x0e\x73\x32\x14\xc5\x30\xf4\xc8\xbc\x0c\x0c\xa7\xd6\ -\x73\xe8\x31\x1d\xd6\x8d\x67\x53\xe5\x94\x7b\xf6\x5d\x7a\xb6\xdc\ -\x24\xee\x10\xc0\x8c\x25\xf4\xaa\x35\xbe\x36\x1a\x1d\xa9\x5b\x29\ -\xb3\x35\x3e\xcb\x37\x48\x20\x06\xb1\xd1\x96\xa3\x71\x72\x22\x21\ -\x88\x49\x4e\xb8\x04\x2e\x28\x6d\x9f\xfa\xcc\x43\x21\x8d\x16\x32\ -\xbe\x16\x5e\x2c\xd7\xe4\x4a\x3d\x1f\x41\xa8\x34\x10\x63\x1b\x38\ -\xf1\x5b\x93\x73\x6b\x5c\x61\xc9\x10\x33\x0b\x71\xc5\xe2\x23\x0c\ -\xec\x70\x2f\xea\xcd\x89\x8d\x62\x9a\x56\x02\x83\x42\x98\x9d\x50\ -\x72\x55\xab\xe3\xbd\xf7\x36\x0d\xd9\x5a\x1e\x40\xca\x43\xf4\xcf\ -\x5f\xf2\xc2\xc2\x35\x2b\x37\x20\xf9\xbf\x23\x1e\x1d\x35\x5a\xf1\ -\x63\x89\xc8\xc8\x89\xdc\x37\x3a\xd3\x14\x9e\x07\x8a\x6d\x79\x2a\ -\xe9\xf0\xa4\x38\x10\x67\x4a\x0a\x57\x17\x50\x9f\xf4\x0b\x6b\x3e\ -\xd6\x63\xca\xf0\x40\x57\x35\x8c\x3b\x30\x8a\xf1\xb5\xac\x10\x91\ -\xb4\xf1\x94\x11\x34\x0d\x17\x94\xd7\x33\xa6\x61\x11\x6c\x7c\x64\ -\x3c\x82\x01\x8d\x36\xb0\xdd\x15\x27\x90\x86\x6a\x1a\xf3\xe7\xa4\ -\x3d\x1b\x73\xcf\x76\x4a\xf2\x0e\x3f\x6d\x44\x23\x23\x0c\x54\x36\ -\xe4\xdf\x0b\x64\x1e\x08\xfe\x40\xc3\xda\x7a\x78\x5a\x7d\x53\x52\ -\x83\x9e\x39\x23\x32\x74\x06\xfd\x60\xc1\xab\x4f\xdb\x13\x41\x7e\ -\x6d\x3c\xde\x9a\xc3\xe0\xec\x1f\xe2\xdb\x33\x20\xf4\xad\xb1\x3a\ -\xd1\xa8\xb7\xbc\x99\x12\xef\xbf\xdb\x9b\xc7\x3e\x3a\xa7\x50\x71\ -\xee\x84\xd9\xcc\x9f\xb2\x9e\x3a\x27\x3b\x1c\x5c\xbe\x66\x2f\x1d\ -\xc0\x84\x06\xb0\xf1\xd2\xc4\x84\x7b\x5a\x5c\x80\xd2\xa6\x12\xa4\ -\x97\x5f\xac\xef\x9f\xab\x8a\xdd\x9f\x91\x2d\xf6\xd2\x59\xfd\x71\ -\x7d\x9d\xdc\xf1\x67\x83\xfa\x1d\x7d\x9c\x05\x30\x8f\xb3\x91\x68\ -\x7e\x80\x79\xd9\xaf\x31\x61\xcc\x86\x82\x24\x0f\xc8\x6c\x10\x5c\ -\x4f\x48\x79\x16\x29\x92\xb7\x62\xe4\x18\xcf\x45\x8b\x73\xc2\xc3\ -\xc8\x45\x21\xfb\x4e\xd4\x98\xbc\x91\xa8\x58\x8d\x98\x76\xc9\x13\ -\x91\x0e\x9d\x51\x18\x93\x10\x8a\x29\x41\xcb\x26\x08\x99\xfb\x52\ -\x4d\x91\x34\xc8\x39\x32\x75\x02\x10\xaa\xde\x4f\x7c\x9a\xd1\x27\ -\xc1\x55\x5c\x51\x17\xb5\x6b\x35\xee\x16\xe0\xeb\x63\x33\x9f\x4a\ -\x09\x4d\x73\x85\x5e\x04\xf5\xc2\x69\x18\x13\x0c\x4a\x31\xc0\xcb\ -\x28\x57\x5a\x1e\x26\x8e\xa4\x5a\x53\x91\x05\xa9\x17\xd2\xa6\xcd\ -\x70\xcd\x0d\x4d\xaa\xe5\xdc\xbf\x94\x54\xa3\x98\xc6\xf4\xe9\x35\ -\x35\x63\xab\xb3\x06\x98\x80\x94\x34\xc0\xa1\xaf\xd1\x17\xe0\xc1\ -\xa7\x86\xb2\x24\x0b\xa2\x68\x36\x1f\xeb\xbf\x51\x1d\xc7\xb9\xa6\ -\xcf\x33\xee\x1b\x5a\x6e\xb8\xcc\x95\x8e\x61\x85\xaf\xac\x08\xc8\ -\x1a\x24\xce\xd2\xa6\xac\x9a\x98\xf2\xfd\x3a\x09\xaf\xc6\x28\x6a\ -\x99\x3e\x8d\x89\x18\x82\xf6\xb5\x28\xd6\x10\x4d\x0a\x52\xb3\xb6\ -\x56\x8e\x49\x01\x79\xe1\x87\x57\xc3\x98\x37\x40\xe7\x61\xec\x43\ -\xe5\x22\xfa\x70\x87\xd4\x0a\x4b\xb5\x08\x15\xce\xc9\xcc\x49\xf3\ -\xef\x4e\xc9\x75\x22\x9c\xce\x73\xc0\xd3\x20\xe7\x99\x8f\x55\x93\ -\x85\x69\x15\xff\x16\xb4\x1b\x94\xb4\x73\xca\x65\x91\x2e\x02\xf1\ -\xec\xd2\xa8\xfa\xa2\x3e\x08\x90\x86\x09\x99\x62\xb7\x21\x66\xe6\ -\xd2\x5c\x55\x4f\x37\xbb\xd4\xac\x7a\x36\x6d\x3c\x4f\xe9\x7a\x43\ -\x7a\xde\xa1\x7b\xef\x04\x1d\x52\x17\xcf\x91\x85\x04\xec\xe5\x9f\ -\x4f\x38\xcf\x16\x49\x8d\x26\xd2\xe5\x78\xd2\x6d\x3b\xeb\xc3\x9c\ -\x12\x83\x19\x64\x59\x5a\x05\x44\x2a\x3d\xa7\x54\x3d\xf8\x5e\xa1\ -\x8f\x6b\x47\x0f\x0b\xc2\x58\xdf\xe2\xfa\xae\x18\xc4\x7c\xbd\x4f\ -\x3c\xae\xe5\x7c\x1e\x3d\x9a\xe9\x7f\x61\xce\x98\x79\x8d\x83\x23\ -\xa2\x8f\x2c\xbf\xf1\x19\xc3\x7d\xd5\xef\x77\xd3\xb1\x9a\x8e\x0a\ -\x8d\xd1\x13\x2e\xb5\xf9\x4e\x10\x35\xd4\x33\xdf\x71\x4e\xf2\xc2\ -\x6c\x4f\x3d\xfc\xf9\xa8\xb1\x65\x32\x83\xae\xcb\x35\x50\xf0\x17\ -\x76\xad\xcb\xd0\x3d\xff\xe2\xb7\xba\x63\x11\x4e\x8a\x80\x42\xf7\ -\x9e\x8e\x74\x68\x96\xbf\x7d\xf2\x94\xa8\x4a\x5b\xe4\x7c\xda\x02\ -\x57\xbe\x43\xb7\x0e\x8f\x4b\x93\x9b\x85\x6f\xa7\xd7\xe8\x8b\xff\ -\x6e\x34\x25\x11\x02\x4a\xce\xab\x6d\x30\xb4\x1d\x28\x84\xb4\x57\ -\x4c\x8b\x51\xb0\x5b\x02\xaf\xc7\xa8\x32\x68\x03\x13\xf5\xb1\xe2\ -\x2f\xe8\x71\xb1\x39\xf6\xde\xee\xf2\xd7\x29\x4d\x0d\x1d\x77\x71\ -\x7f\x74\xfc\xd9\x8d\xd3\x44\xcb\x9f\xbc\xf6\x19\x18\x77\xee\x8a\ -\x81\xee\x04\xff\x1e\xdd\x35\x69\x40\xbf\xfe\x33\x70\x4e\x27\x6b\ -\xca\x44\x43\x88\xda\x79\xf5\xe7\x41\xfd\x56\xb4\x57\xc3\xb0\xb3\ -\x39\x8b\x26\xcc\xee\xac\xdb\x74\x6d\x31\x99\x20\x8c\xd1\x77\x7f\ -\xe6\x86\xc0\x32\x54\xef\xa4\x55\xa4\xc8\x98\xb5\x8d\x74\x31\x82\ -\x44\xc3\xce\x1b\x41\x21\x74\x3a\xa6\xe8\xce\x10\xc5\x53\x53\x32\ -\x0b\xd3\xed\xd4\xa8\x89\xd8\x26\x85\x51\x80\x7b\x3d\x03\x6a\x07\ -\x12\xaa\x9d\xfa\x48\x59\x28\x2a\x2a\x93\x48\xf1\x74\xae\x7b\xea\ -\x10\xb8\xc2\x18\x9d\x57\xec\x46\xa9\x89\x90\x73\x2b\xc4\x2a\xab\ -\x0d\xaf\x01\xa3\xaf\x94\xb1\xb7\x5f\xe5\x89\xe6\xcc\xc6\x68\x6a\ -\xbc\x0c\x50\xd1\xff\x69\xec\x9f\x00\x27\xdb\x44\x51\x46\x1e\x93\ -\x8c\x06\xfe\x39\xad\x30\xf0\xa2\xbb\x54\xbd\x69\x8b\xe6\xf4\x4d\ -\x6a\x4a\x72\x40\x00\xfa\xad\xe1\x60\xce\x62\x76\x34\x5c\x49\x65\ -\x7e\x99\x46\xd1\xc9\xcb\x97\x63\xdf\x75\x9a\x52\x5d\x6e\xdf\x32\ -\x87\x2a\x13\x6a\xda\x5d\x17\x1d\x2e\x34\xf3\xef\xcd\xe9\x00\x8e\ -\x9a\xf3\x98\x15\x73\x27\xf5\x65\x67\xde\xcb\x33\x1f\x8a\x33\x97\ -\xa5\xa8\xa6\xf2\xc7\xb5\x74\xbe\x87\xe9\xe8\x16\xec\x86\x49\x8f\ -\xad\xb0\xde\xf5\x98\x6e\x95\x39\x0d\x46\xe1\xab\x1d\x68\x6b\x40\ -\x92\x50\xe9\x70\x5f\x9b\x5b\x55\xa3\x6f\xd0\x05\xf6\xe9\x96\xdc\ -\x6e\x2c\x44\xdb\x34\x26\x51\x48\x2d\x86\x80\xb1\x65\x8f\x66\xff\ -\xdd\x62\xdb\x9a\x4b\x0e\x74\x99\x6b\xfa\x11\x05\x5a\xd7\x28\x74\ -\x2b\xf7\xb8\x43\x40\xbb\x34\x57\x24\x59\x7c\xdb\x39\xe0\xb6\xef\ -\xa8\x09\x63\x82\x2c\x2d\x80\x39\xd9\x16\x98\xc1\x9d\x73\x0a\x4b\ -\x2f\x60\xd8\x82\xd0\x76\xab\x6f\x7e\x65\xa7\x04\x2d\xfc\xcf\x13\ -\xd7\xd2\x2b\xe9\xcb\x4e\x53\x99\xd3\x8b\x70\x27\x3e\xef\x99\x59\ -\xfc\x53\xa1\xe7\x27\x68\xe5\x45\xeb\xb7\xa9\x35\xc7\x3d\x4e\x3a\ -\x4d\x86\x8e\x06\xad\x8b\xf9\x63\x6f\x14\x6d\xad\xf6\x1c\x49\xec\ -\x2d\x3e\x40\x2d\xc9\x06\x7a\x85\x81\x56\x97\x35\xf8\x67\xe5\x3c\ -\x8b\x56\x1a\x26\x0d\x70\x6a\x8c\x52\xd6\xd0\x96\x82\xe8\x7f\x0a\ -\x81\xae\x88\x9a\x39\xb9\xd3\x00\x54\x74\x3f\xa7\xe9\x3e\x09\xee\ -\xd4\x7b\xe2\xcb\x0b\xd7\x58\x37\x3c\x26\x56\x06\x1e\x00\xa4\x6b\ -\x52\xd3\x30\x1d\x42\xbb\xa6\xf3\xc1\x38\x39\x68\x59\x6f\xf4\xeb\ -\x05\x2a\x0d\x71\xd4\x8a\x6e\x58\x31\xa6\x6c\xda\x75\x3c\xf8\xba\ -\x5f\x21\xfa\x5a\x43\xf5\xbd\x5a\x5a\x6e\xdf\xbb\x29\x6d\x58\xfe\ -\x67\x5e\x3e\xaf\xa8\xd3\x14\xab\xc1\x93\xa0\xea\x63\x63\xbb\xc9\ -\x49\x67\x51\x88\x9b\xbe\x48\x68\xf3\xc3\x28\x95\xab\xc7\x1d\x00\ -\x00\x20\x00\x49\x44\x41\x54\x88\xba\x23\x9f\x54\xa8\x32\x91\x79\ -\x01\x69\xed\xfd\x94\x86\xbc\x34\x88\x71\x16\x15\x75\xbb\xd5\x22\ -\x2f\x53\xbb\xd3\x4a\x3c\x0d\x42\xf2\x7d\x5f\xc9\x14\xca\xf1\x88\ -\xe2\x6b\x7e\x99\x9c\x94\x76\xbf\xdb\x58\x3d\xc3\xb4\xfd\xde\x5a\ -\x0b\xc2\x1e\x62\xae\x15\x4b\xd3\x7d\x03\xbe\x39\x22\x8e\xf3\x3d\ -\xe4\x41\x84\xe3\x1e\xc7\xa8\x63\x06\x80\xae\xda\x34\x5c\x21\x69\ -\xf1\x68\x20\x53\x9f\x64\xed\xa1\x6f\x13\x2b\x0e\xa4\x94\x3d\x24\ -\x56\x6c\x44\x07\xa2\xc6\x29\xd6\xd7\x8c\x9e\xba\x10\x69\xb8\x8d\ -\x44\xfd\x6e\xdf\x74\x37\x3b\x6d\xe4\x14\x2a\x3b\x72\xff\x09\x59\ -\x8f\xe0\xc3\x83\x0f\x1b\x93\x8a\x02\x87\xbc\xc8\x6c\x0c\xb9\x7e\ -\x08\x0f\x0a\x97\x52\x3a\x1a\x65\xfe\xc4\x72\x53\x04\x77\x0b\x53\ -\xdd\x9e\x5f\xc4\xde\xc4\x05\xea\x1a\x5c\xe5\x15\x2b\xa6\x36\xb9\ -\xa8\xbb\xf7\x70\xea\x61\xc2\x79\x4b\xf6\xa4\x92\x9c\x0b\x16\x2d\ -\x27\xe4\x4f\x61\xa4\x33\x2f\xe5\x19\x12\x78\xba\xd5\x0c\x4a\x1b\ -\x6a\x04\x4a\x4f\x36\x61\xbd\x47\xd6\x26\xbe\xa7\x5c\x74\xff\xbb\ -\xd8\xfe\xfd\xf3\x93\xf3\x64\xbb\xdb\x8c\x59\xa4\xb7\x89\x97\x17\ -\x84\x4c\xcb\x8d\x3e\xba\xc9\xc4\x95\x08\x0b\x41\xa7\x65\x77\x43\ -\x55\xd3\xc3\xe4\x2c\x72\x11\x79\x3b\xe6\x8a\x15\x97\xdb\x12\x40\ -\xc4\x8b\x2e\x98\x69\x4b\xf1\xb4\x8b\xd1\xc0\x4c\xd0\xbb\xb4\x5d\ -\x41\xb1\xa3\x6e\x1f\x4c\xf2\x85\x56\x17\x2e\x8a\xed\x7d\x64\xd0\ -\x11\xa7\xb0\x5f\xba\xa5\xf3\xb0\x84\x0f\x2d\xce\x4f\x5e\x38\x33\ -\x18\xf9\x70\x29\xa2\x72\xce\x3a\x43\x93\xdf\x28\x6d\x59\xd8\x2b\ -\xfe\x85\xe2\x76\x36\x26\x9a\xdf\xfb\x74\x06\x23\xd7\xc7\x8c\xcb\ -\xff\xa0\xa5\x88\x7c\xcf\x03\x99\x97\x28\x23\x5d\xb6\x1a\x52\xdf\ -\xc5\xe6\xcc\x6c\xae\x8f\xff\x52\x58\xd4\xff\x5f\xeb\x3f\x3e\x5b\ -\x18\xc6\xf4\xd2\x72\xae\xdf\xa7\x5d\xff\x6c\x12\xf9\x8f\xb4\xcb\ -\x61\x51\x1b\xaf\x79\xf1\x1f\xe9\xa3\xe3\x73\x87\x95\x73\x47\xc5\ -\xe5\x7d\x5f\xda\xe0\x48\x1f\x19\x43\x03\x73\xeb\x4d\x55\xa7\x1a\ -\x36\xf7\xd2\xf9\xb5\x39\x01\x82\xf1\x2c\x53\x90\x5f\x4e\x8a\x2a\ -\x31\x1d\x93\x46\x0d\xe6\xd6\xfc\xe9\x38\x2f\xce\x67\xa7\x82\xcc\ -\xc4\x51\x8d\x69\xb9\xfd\xfc\x45\x0b\xf7\xdc\x29\x72\xeb\xec\xd0\ -\xc2\xb5\x4b\x72\x51\x0b\x95\x0f\x87\x39\xfb\xe2\xee\x63\xeb\xa6\ -\x22\x49\x3b\x8e\x02\x80\x71\xb9\x03\xeb\x5a\x66\x0c\x53\xe6\x25\ -\xa5\x35\x3b\xcf\xd9\x3e\x81\xae\x89\x9f\xce\xb3\xfe\xa4\x01\x3b\ -\x55\x87\x32\xa4\xda\x2d\x86\xfd\xbf\xea\x4c\x04\xce\xef\xad\xcf\ -\xc8\x92\x60\x87\x30\x72\x92\x01\x2e\x77\xc4\x5b\x25\x72\x50\xbf\ -\x6a\xb5\xf6\xbd\x8f\xa9\x78\x64\x25\xda\x7b\x55\x96\x83\x26\xb4\ -\xf2\xb9\xaa\x9b\x44\x7d\xd3\x05\x15\xfb\xa1\xd1\x4c\x5f\x9a\xd0\ -\x93\x0e\xdd\xf7\x44\x08\xe5\xf3\x7e\xf2\x02\x2c\x58\x1b\xf2\xb2\ -\xff\xc3\x58\x21\x63\x33\x1e\xba\x91\xce\x04\xf8\x71\xe0\xb1\x43\ -\x2c\x7a\x50\x33\xbd\xae\xa0\x65\xda\xed\xfc\xec\x92\xeb\x26\x8a\ -\x6c\x78\xc9\xbc\xb4\x07\xd5\xaf\x9c\x74\x50\xd3\xec\x1a\xa0\x74\ -\x52\x89\xe7\xde\xe6\x9e\x57\xe4\x6b\xa9\xf6\xff\xa4\xbe\xa9\xe8\ -\x8b\xc1\x8c\xd6\xa4\x6d\x35\x30\x54\x76\xa1\xf2\xd4\xa8\x81\xb4\ -\x72\x62\x82\x30\x4d\x72\x37\x47\x0a\x06\x40\xcb\x86\x3c\x9b\x89\ -\x38\x1b\x8a\x41\xb2\xff\x65\x52\xde\x1a\x7c\x6c\x07\x74\x9e\x4d\ -\x6e\x67\xcd\x90\x33\xa8\xac\xb9\xd2\x57\x96\x4c\x01\x5c\xd6\xec\ -\x71\xbb\xd7\x47\xd6\xda\x96\x64\x1a\xe8\x29\xa5\x60\x6b\x1e\xcb\ -\x20\xe6\xf9\x99\x2f\xba\x5c\x23\x6f\x6e\x79\x3d\xef\x4a\x92\x65\ -\xb7\xcc\x29\x13\x1d\xe4\xe4\x07\x10\x95\x0d\x4a\xd3\xd1\xe3\xc8\ -\x36\x7d\x82\x78\xee\xb3\xfd\x16\x1b\x03\x1e\xd4\xed\x37\xe0\x31\ -\xec\xd7\x3b\xe5\xb7\x37\x16\x22\x32\x2c\xcb\x8b\x8e\x57\x18\x61\ -\x48\x10\xdf\xee\xb0\xd3\x5c\xe6\x1b\x40\x1b\x74\x5b\xc5\x3d\xd6\ -\x3d\xc8\x33\xdd\x30\x43\xb1\xd3\x24\x9a\xd7\x91\x61\x47\xc3\x50\ -\x2c\x7a\x0b\x50\xac\x01\x1a\x06\x67\x92\x54\xd2\xd6\x77\xa8\x42\ -\xf4\x99\x19\x16\x12\x0c\x21\x37\x99\x17\x93\xc3\x6c\xcf\x60\x25\ -\xaa\x5f\xaf\x8b\xaf\x2a\xb0\xda\x81\xb2\x40\x23\x60\x70\x8e\xf8\ -\x75\x18\x59\x74\xce\xfd\x70\x3c\x89\x02\xbd\xf3\x53\xb5\xac\xbb\ -\xd5\x13\xd4\x39\x2e\xa1\xe4\xd8\x37\x64\x7a\x17\x5a\x98\x14\x39\ -\xcf\x4b\xd8\xb2\xa7\x11\x05\xb3\x4f\x24\x24\x03\x64\x19\x9c\x96\ -\xbb\x31\x59\xea\x39\x12\x44\x7f\x39\x1f\xb7\x0e\x37\x5b\x98\x3e\ -\x11\xf0\x1c\x99\xee\x94\xc3\xfe\xfd\xb6\x0a\xae\xeb\x2a\x14\xb6\ -\x39\xa4\x54\x9a\xb4\x0c\xcd\x4f\x3f\xe0\x8b\x9b\x8a\x77\xaa\x8e\ -\x68\x52\x35\x08\xda\x9c\xde\x5c\x82\x2c\x1b\xcb\x6d\xbc\xe5\xad\ -\x50\x69\xa8\x96\x4a\x75\xee\xa3\x31\x39\x0e\x8c\xda\x94\xea\xae\ -\xad\xfe\xcc\xa5\xa8\x60\xbd\xb8\x7c\x33\x26\xe8\x02\xf6\x2c\x84\ -\xd4\xc2\xf0\xf6\x56\xb7\x5e\xe5\xb4\x9a\xb6\x67\x59\x68\xd5\x03\ -\x39\x11\x2d\x8b\xf9\x36\xe1\x21\xba\x2c\x47\x60\x5c\xd6\x41\xef\ -\x11\x10\x09\x16\x9b\x75\xba\xb6\x8d\x73\x27\xd5\x00\xb8\x2e\xbb\ -\xe0\x56\xd8\xfb\xfb\xd4\xd1\x1c\x25\x81\xb5\x35\x69\x36\x39\x39\ -\xe8\x2e\x71\x72\xa0\x71\x30\x1b\x5a\x82\x69\x36\xa6\x9e\xa7\x53\ -\xcc\xdc\x95\xb2\x35\x43\xe7\x01\x98\x81\xbd\x2c\x4f\x57\x1f\x3f\ -\x38\x0d\xe1\x92\x3c\x18\xa6\x73\x56\xcb\x83\x6b\x97\xe0\x99\xa7\ -\x71\xa2\x83\xff\xda\xa4\xe8\xdb\xbf\xe3\x57\xc4\xab\x23\xf2\x3d\ -\x8c\x19\xe8\xf9\x24\xf4\xda\xbc\xf4\x83\x5e\xe4\xb6\x60\xc1\x43\ -\x0b\x01\xb0\x5f\x80\xff\x82\xdc\xb2\xbe\xe2\xe9\xbd\x2e\x7b\x38\ -\x4b\xfe\xc1\xad\xb0\x6b\xfd\xec\x58\xf3\x8d\x49\xda\xe8\x4f\x80\ -\xd2\x0f\xba\x0b\xe4\x34\xc9\xa0\xaf\x85\x47\x16\xbe\x3e\xcd\x22\ -\x6d\x9a\x26\xda\x47\xc8\x7a\x4d\x93\xfb\xcf\xf9\xd5\x89\xa9\xa5\ -\x46\x26\xaa\xd8\x4c\x24\x46\xe3\x10\xc8\xeb\x91\x91\x36\x9b\xd0\ -\xa2\xed\x5a\x46\x0c\x67\x73\x15\x40\xc2\xf9\x94\xd5\x53\xea\xcd\ -\x6d\x94\x52\x3b\x64\x00\xc7\x72\x17\xb0\xd3\xf0\xe6\xad\x78\xdf\ -\xed\xdc\x5b\xe3\xd9\x17\xb5\xc7\x9f\xcf\xd0\xf6\x44\x6c\x87\x07\ -\x89\x4a\xd1\xa3\x33\x6c\x9c\x82\x9e\xcd\xd5\xe8\xe7\x1d\xd9\x0b\ -\x89\xb7\x70\xe0\x95\x5a\x15\xf5\x40\x45\x3a\xe9\x5d\x6e\xdf\xae\ -\xf2\xae\x51\x04\x09\x08\xcf\x9c\x9a\xad\x35\x6d\x69\x33\x21\x00\ -\x1b\x74\x6a\x36\x4e\x17\x2d\xd6\x61\x40\xd2\x69\x85\xb9\x8e\x02\ -\x8c\x44\xdc\xa3\xeb\x55\x23\xd9\x9b\xf7\xaf\x05\xd3\x0b\xf0\x36\ -\x5c\x39\x9b\x8e\x5a\xda\x1a\x9b\x13\xce\x55\x6c\x98\x6c\xd4\x9e\ -\xd3\xaf\xb7\xe9\xa8\xf2\x72\x78\xad\xb7\x2e\xf5\x4c\x03\xbd\x57\ -\xc5\xab\x3e\x14\x2d\xa8\x95\xce\x49\x78\x73\x69\x2c\xa0\x0d\x75\ -\xff\x13\x8f\x3a\x88\xfa\x94\x81\x42\xc3\xc1\xc5\x41\x0f\x86\x43\ -\x50\xbd\x1f\xf7\x9a\x35\xe4\xff\xeb\x7f\x26\xd3\xe6\x38\x3b\x89\ -\x3d\x50\x57\xd0\x3a\xd6\x97\xf3\x7d\x3d\xc0\xa4\xb7\x46\x63\x7e\ -\x3f\x99\x80\xe1\x1f\xce\xb7\x11\x31\x32\x1a\x46\xf6\x7a\x45\xdd\ -\x55\x92\x47\x8c\x04\x20\x19\xa5\x92\x7b\x25\x6b\xc1\x85\x45\x0c\ -\x61\xc9\xf3\x55\xdd\xd8\x0b\x49\xe7\xb7\x82\xfa\xba\x2e\xec\xbd\ -\x71\x43\x7d\x2a\xc2\x0d\x44\xe4\x07\xfb\xe1\xd1\x44\x6a\x32\x1d\ -\x5f\xef\xbf\x5e\xef\x75\xe6\x48\x35\xce\x3a\x74\xf4\x0f\xd7\xc1\ -\xcb\x5d\x53\xe9\xc8\x5b\x5d\x15\x24\x4c\xa9\x75\x76\x0d\x63\xc6\ -\x73\x78\x3e\xdf\x17\xc7\xd8\x9c\xce\xd0\x48\xd9\xb4\xe0\xe9\x5e\ -\x8b\x79\xdd\xdb\x07\x22\xd1\x64\xed\xcc\x98\xd5\x83\xd5\xa3\xc9\ -\xf8\xd0\xd6\x9c\xc9\x21\x6b\x49\xd7\x69\x2a\x49\x80\x88\x64\xa4\ -\x13\xab\xb9\x93\xab\xb8\xb3\x33\xe5\x68\xdb\x1b\xee\x1f\xcf\x6c\ -\xfb\xcc\x66\xae\x7d\x1f\x4e\xb0\xab\x1c\x85\x45\xc4\x3e\x57\x1b\ -\x3e\x9c\xf7\x26\x47\x44\x01\xbb\x53\x35\xb7\x7a\x69\x99\xcb\x2e\ -\x36\x81\x05\x49\xef\x24\xb6\x38\x9f\xeb\x1f\xdc\x58\x64\x7f\xa8\ -\x3b\x94\x11\x11\x96\x02\xbf\x6a\x79\x22\xab\xe9\x8d\x72\xda\x44\ -\x84\x7b\xdf\x86\x26\xf0\xe4\x86\x46\x4e\xd0\xe7\x73\x83\xb8\x07\ -\xd5\xda\x4b\x8b\x0d\xb0\xf5\xce\xb4\x69\x25\x43\xb4\xfb\x58\x5e\ -\xf8\x06\xf8\xc2\xb5\xec\x62\x5b\x7e\xc3\x6f\xb5\x7c\x86\x9b\x6f\ -\xb3\x39\x74\xaa\x59\x14\x20\xe2\x22\xe2\xdf\xfd\x37\xd4\x6d\xc3\ -\x45\xdd\x0e\x9b\x2b\x44\x56\xf0\x6b\x16\xf0\x83\xda\xb6\x33\x75\ -\xfa\x1f\x6c\x2c\x2d\xdb\x61\x7b\x21\x77\x36\x52\xff\xfc\xf3\xdf\ -\x71\x08\xf6\x8b\x86\xbc\x59\xdc\xe9\x6a\x25\x60\x59\x85\x38\x91\ -\xe2\x6e\xa8\x90\x9b\xd7\xa5\x55\xb8\xe8\xc6\xed\x13\x13\x26\x3b\ -\x04\x38\x13\xd5\x23\xf7\xeb\xe3\x8d\xe7\xf5\xa4\x5e\xb1\x99\x69\ -\x18\xda\xe3\xc4\x1d\x2a\x44\x89\x88\x70\x1f\x56\xa4\xac\xe6\x3a\ -\xa4\xd8\x58\xd7\xff\xc1\x7d\xff\xed\x36\xc4\xab\x78\xc8\xed\x52\ -\xbc\xe5\x03\x08\x0d\xeb\x4c\x5a\x5e\xf4\x2a\x43\xf8\xf6\xec\x27\ -\x0b\x08\x26\x0f\xe8\xb4\x10\x43\xc2\x8d\x8f\xf1\x8b\x99\xc1\x17\ -\x83\xe4\xca\xb0\xe5\x7d\x33\x14\xbf\x10\xb9\xb1\x89\x3c\x6f\x66\ -\x01\x7a\x79\xee\xd1\xc6\x86\x78\xde\x49\x68\x8d\x5a\xbe\x16\x80\ -\x9b\xfe\xc1\xa2\x1f\x5c\xd7\x4f\x15\xf9\x5b\xb0\xb1\xa1\x44\xf8\ -\x95\x8d\xe5\xd4\x4f\x73\x3f\xbc\x06\xbd\xec\xbe\xe2\xa0\xe5\x36\ -\x6d\xad\x50\x4f\xcb\xb1\xf1\xe9\x07\x2e\x78\x4a\x97\x87\x78\xaa\ -\xe5\xcc\x10\x80\x75\x81\x95\x1e\x62\x7e\x71\x4e\xb4\xd1\x3c\x62\ -\xdd\xec\x9c\xf0\xb0\xf3\xeb\xd1\xe8\xa2\xdc\xb8\xfb\x86\xa2\x46\ -\x13\x7f\x43\x54\xa0\xb7\x34\x57\x22\x69\x97\xe3\x1a\xe6\x1c\x04\ -\x81\xe0\x46\x89\xed\x3b\x1f\xff\xb2\x80\x5d\xb9\x9d\xaa\xc6\xc6\ -\xe5\x26\x80\x17\xe7\xf4\xe5\xbe\x7f\xf1\xee\x88\xe8\x39\x75\xf1\ -\xf3\x2b\xa7\xae\x05\xed\xd2\x19\x39\x51\x2f\x23\xf5\xfb\xf3\x0f\ -\x44\xc5\x7e\xae\xbc\x54\x2f\x5f\xd3\x17\xee\x10\xaa\x26\xd2\xc6\ -\x49\xd9\x20\x90\x17\x0f\x0a\x4e\x91\xf6\x9c\x60\xdd\xbb\xe7\x78\ -\x60\xd0\x29\xde\x1c\xd7\xce\xa9\x95\xc8\x9d\xd3\x11\xf2\xac\x9e\ -\xee\x5c\x75\x03\xe6\x7c\x98\x51\x64\x3c\x6e\xd7\xed\x6e\x96\x27\ -\x60\x61\xef\xc4\x90\x65\xe3\xef\xaf\x3a\x5b\x06\x5d\xf4\x6e\x60\ -\x0e\x65\xc8\x6d\x34\x58\xb7\x3f\xb3\x15\x17\xad\x96\xa9\x37\x00\ -\xdc\xf8\xf5\xa2\x7f\x01\xcb\xf6\xbe\x4d\x92\x7f\xda\xfb\x85\xc5\ -\x3e\xac\x19\xd0\x48\xca\x80\xdc\x46\xa3\xe0\xa6\x0e\x71\xfa\xc4\ -\xe2\xd5\x32\x8b\x24\x69\xd3\x81\xe4\x27\x91\x90\xa4\x18\x04\x6a\ -\xa0\x56\xae\x5f\x7c\xec\xd2\x5a\xae\xc1\x71\xcd\x6c\xd0\xc5\x84\ -\xb6\x6b\x77\x57\xba\xcc\x15\xb5\xdc\x26\x1a\x02\x9f\x16\x13\x81\ -\x22\x08\xd8\xf1\xe9\xdf\xfd\x37\x16\x7e\xec\x6c\x09\x07\x4b\x0e\ -\xe6\x3d\xf0\x2b\xff\x05\xd3\xc2\x85\xcb\xb2\xe2\xa4\x1c\x2d\xb1\ -\x05\x9f\x75\x43\x71\x27\x53\x21\x80\x8d\x32\x7b\xf2\xc2\x6e\x73\ -\x35\xd4\x61\x25\x0f\xcb\xf1\xe3\x15\x22\x69\x71\x2d\xd8\xb2\x4c\ -\x3c\x10\x84\x25\x5c\x97\xec\x4f\xc8\x0d\x28\x70\xbb\xb6\x14\x01\ -\x2e\xc0\x1c\x54\x4d\xf8\x5d\x6b\xf5\x76\xf0\x91\xfd\x67\xbe\xc5\ -\xa6\x02\x01\x08\xed\xad\x95\xc1\x04\xcb\x3d\x0a\xda\x36\xd1\x0f\ -\x84\x6e\x74\x53\x8a\x47\x83\x0c\x01\xe5\x39\x85\x31\x9d\xb4\x98\ -\x15\xcb\xcc\xa2\x45\xee\x1e\x26\x89\xae\x2f\x07\xd4\x98\x19\xbc\ -\xdc\x06\x28\x72\xe4\x56\xf8\x45\xdf\x49\xa5\x0a\x07\x5e\x63\x0e\ -\x94\xeb\x5b\xa7\x6b\xa5\x89\x44\xd0\xf0\x79\x06\x01\xdb\x5e\xa8\ -\x66\xf8\xf6\x98\x19\xe1\xa0\xed\x6f\x07\x57\x51\xc0\x95\xb3\x2c\ -\x98\x01\x56\x3f\x63\x9c\x76\xbd\x65\xa7\x86\xca\xd6\xbd\xe5\x2f\ -\x6d\x35\xba\xe6\xde\xc6\x00\xe2\xa4\xfa\x39\x43\x86\x7e\x5c\xec\ -\xd3\x9a\x4e\xd9\x39\x6d\xac\xe0\xd8\x00\x4f\x3d\x2c\xde\xb5\x43\ -\x20\x9b\xbe\xaa\x7c\xb2\x38\xac\xf3\x41\x53\xf8\xbf\xf7\xa7\xe2\ -\xe4\x1d\xc4\xac\x66\x66\xd5\xe4\xb4\x15\x9d\xc5\x42\xf8\xc1\x07\ -\xbf\x56\x5f\xc1\x9d\x12\xd3\x14\xa2\x80\x8d\xd8\xd7\xd5\xc4\x99\ -\x66\x85\x17\xe3\xef\xfd\x5f\x50\x08\xfc\x9d\xfa\xbf\x82\x82\x09\ -\xc1\x67\xdf\x59\xa4\x93\x47\x42\xf4\x03\xfa\xd6\xdb\x19\x37\xea\ -\x7b\x56\x53\x57\xbd\x98\xf1\xf7\xfd\x8f\x51\xaf\xd6\xd5\x80\x9f\ -\x08\x98\xd7\x0c\xdf\x8d\x20\xea\x70\x53\xa6\x65\x20\xce\xef\xfe\ -\x4d\x40\x5e\xa5\xa8\x8a\x61\x58\xb3\xf7\xb6\xcf\xfc\xa2\x85\x06\ -\x18\xbf\xf8\x05\x29\xe3\x2f\x4f\x6b\x0b\x7d\x4f\x30\x56\x36\xac\ -\x29\xc8\xbb\x4b\x9c\x0e\xaa\xf6\x59\x7e\x9d\x6e\x1b\x71\x36\xd5\ -\x50\x02\x7c\x11\xee\xdb\x72\xca\xae\xc5\x4e\xcb\x25\x50\x02\xd2\ -\xa6\x1d\xcd\x0c\xb6\x45\x6d\x3a\x4d\xe0\x55\xe7\xff\xb3\xeb\x66\ -\xbf\x7f\x6e\x6b\x58\x44\xb0\xa8\x40\xfa\x68\x44\xf7\xfd\x6b\xfb\ -\x43\x15\x6b\x57\x08\xf0\x56\x0f\x09\xdf\x9f\x31\x71\xae\x3b\xd4\ -\x7e\x8e\xed\xf5\xc7\xc5\x2b\x83\xda\xa7\x50\x68\x3b\x93\xc2\xc0\ -\xb4\xf8\x19\xa3\x86\xdb\xb0\x1c\x2d\xbd\x18\xb2\xcb\x28\xee\xba\ -\xac\x5e\xfc\x47\xec\xf9\xac\xcb\x44\xce\xa1\x2b\x0d\x0a\xe4\xd6\ -\x0f\x3e\x7a\x63\x29\x27\x83\x29\x6b\x0d\x66\x7c\xf4\x1f\x67\x26\ -\x20\xdd\x87\x55\x15\x7c\x59\xf6\xde\xef\xef\xff\x03\xe9\x32\xfd\ -\xad\x94\x53\x37\x47\x76\xc1\xb6\xda\x9c\x89\xf0\xd7\x5f\x7f\x01\ -\x62\xbf\x5e\x2b\x42\x86\x93\x21\x69\x9b\x73\x93\xf5\xee\x2b\x5c\ -\xdd\x86\x5d\x79\x71\xca\x68\xb1\x87\xe1\x3e\x75\x0d\x7b\x6f\x13\ -\x5c\x7a\xd3\x94\x28\x6d\x62\x46\x11\x84\x16\x74\xaf\xd5\xda\x7a\ -\xdf\x48\xec\x5a\x0a\x75\xc1\xb2\xaa\x87\x8a\x7a\xce\x92\x8f\x62\ -\xad\xa0\xa0\x1c\x6d\x7b\xc4\xf2\x83\x0e\x73\xa2\x82\x83\x8b\x4b\ -\x74\x82\x7c\x4e\x05\x41\x52\x0e\xc6\xa8\x57\xfe\x07\x63\x00\x47\ -\x78\x8c\xea\xa2\x19\xc2\x9b\xc8\x0b\xb7\x82\x0a\x2d\xdc\x56\x03\ -\x01\xde\xb8\x78\xb5\x66\x66\xa5\xa9\x44\x8c\xbb\x99\x67\x00\x5a\ -\x2f\x00\x2f\x47\x3c\xf0\x32\x95\xe8\x63\xde\x39\xbe\xf5\x43\x14\ -\x1b\x6b\xfd\xe4\x67\x3f\x35\x48\xf7\x7d\xe7\x38\x98\x42\x77\xe7\ -\xae\x3b\x81\xaa\x2c\x2c\x2c\x66\x0f\x24\xb6\x50\xdb\x08\xc5\xc3\ -\xfe\x40\x16\x39\xc3\x8e\x93\x5a\xc4\x8b\x20\xdb\x68\xa9\xce\x55\ -\x73\xb7\xbb\x12\x88\x5a\xe3\x24\x9e\x8c\x3e\x9d\x99\x62\xcc\xfb\ -\xa0\xe7\x85\xe3\x11\x55\x54\x80\xb9\x36\x36\x77\xc6\xe5\x3c\x5a\ -\x7c\xb7\xd8\x9e\x93\x1a\xad\x40\xe4\xe3\xcf\x04\xda\xfa\x8d\x26\ -\x69\xb4\xa5\x55\xfa\x82\x36\x89\xaa\xd2\x57\xd2\x00\xa3\xc8\x9a\ -\x94\xd4\x89\x2e\x2a\xc6\x2b\x2a\x46\xaf\xce\x4c\xe9\x32\x88\x72\ -\x6c\x7c\x9d\x62\x29\x37\x43\x86\x01\xae\x0e\xb4\xfe\x8d\x4e\x68\ -\x94\x60\x7e\xd0\x27\x5e\xdd\xaf\x74\x1a\x35\x3c\x04\xd5\xd9\xf0\ -\xbd\xaf\xf5\xae\x7d\xfa\x26\xe0\xee\x70\x6c\x7e\xff\xc5\x79\x76\ -\xd1\xf8\x6c\x65\xf9\xff\xa4\x50\x50\x1a\x66\x10\x71\xd3\xcb\xcd\ -\xef\xe4\x51\xdd\x23\xfb\x68\xe8\xde\x82\xea\x44\xf3\x79\x9e\x9a\ -\x97\x78\x87\x6f\xe6\x14\x4c\x57\x3a\xaa\x3e\x1d\x10\x29\x75\x1b\ -\x4f\xc1\x46\xac\xf7\x9f\x04\x32\xde\x26\x30\xf1\xac\x4b\x5b\x22\ -\x43\x4b\x92\xd3\x8c\x6f\x9a\x96\xc3\x6e\xbf\xaf\xc7\xfe\xf7\xba\ -\xe3\x54\xcf\xdb\x5a\xf4\x73\xb8\x5c\x56\x4c\x03\x0d\x3b\x79\x6d\ -\xc0\x7b\xb9\xc7\x65\xb8\x72\x43\xaa\x01\x71\x7a\x08\xe1\x87\x7f\ -\x06\x9d\xba\xd3\x63\xad\x86\xb7\x5c\x92\x42\xaf\xb9\x81\x1e\x0b\ -\xa2\xd7\x5c\xc3\x63\xf2\x53\x66\x00\x43\x1b\xd4\xd6\x61\xb7\x72\ -\x66\x39\xa6\x52\x7e\xb8\x5a\x21\xee\xc8\x2f\xf8\xa9\xd9\x6b\x42\ -\xf4\x53\x13\xd5\x81\xbe\x37\x44\x5d\x8e\x68\x0e\x4f\x7b\x85\x2a\ -\x79\x48\xe6\x37\xaa\x6b\xd3\x90\x86\x27\x49\x46\x7e\x74\xad\x2b\ -\x67\x13\xc7\x44\x0f\x56\x4c\x9c\xbd\x29\xb6\x47\x71\x8c\x88\x08\ -\x9b\xc4\x83\x95\xdb\x64\x28\x62\x45\xda\xcf\xba\xe2\x5c\xec\x59\ -\x7a\xf4\xa4\x3f\xc5\x44\x8e\xff\x48\x5f\xa4\xa1\xe5\x0c\x5d\x6c\ -\x9f\xb4\x6a\xe6\x72\x4e\xea\xb6\x26\x55\x5c\x80\x5d\x39\x54\x0f\ -\x8d\x19\x9d\xe7\xb5\x4c\x3d\xa4\x4f\xf3\xa9\xdf\x4d\x10\xcb\xe1\ -\x4a\x3a\xfc\xb9\xe7\xf5\x75\x72\x1a\x71\x2e\x11\xe4\x4b\x31\xe1\ -\x6c\x13\xa6\x70\xef\xed\xf9\x6b\xaa\x8a\x1f\x5a\x45\x29\x13\x7d\ -\x71\xe7\xe4\x56\x13\x9d\x6b\x4d\x70\xd1\x65\x3a\x68\x31\x50\x44\ -\xdd\x2c\x82\x95\x9c\x45\x72\xa5\xd6\xb9\x9f\x71\x99\x33\x15\x20\ -\xc5\x79\xb8\x86\x99\x82\xe7\x50\x2d\x9a\x06\x54\x63\xbd\x8b\x62\ -\x6f\x99\x77\x90\xb8\x1e\x8c\xca\x79\x79\x44\x65\xf8\xb9\x97\xae\ -\xd9\xaf\xfa\x2c\x71\xbf\x04\x4d\x43\xab\x34\x8c\x68\x32\x88\x38\ -\x5f\xa9\x35\xf8\xd9\xfc\xa7\xf1\x1a\x8d\xc6\x50\xc8\x1a\xfe\x9f\ -\x9f\xbf\x2a\x48\x9e\x75\x9c\x93\x11\x5e\x9c\x6b\x54\xd0\xa8\x91\ -\xa7\x63\x27\x1e\x5e\x04\x83\x52\xdc\x9a\x64\x78\xed\xaf\xb0\x38\ -\x1d\xab\xff\x7c\xa2\xa8\xed\xeb\x4a\x31\x84\x6a\xe2\x5b\x0e\xaf\ -\x46\x1f\xd5\x3f\x4e\x29\xcb\x20\xdd\x06\x31\xa1\xb3\xde\x50\x2c\ -\x2d\x40\xdb\x5e\xc7\x85\x19\xd7\xa0\xf8\x49\x50\x93\xfd\x99\x1d\ -\xc3\x0d\xbc\x6b\xca\xa3\xd1\xe5\x75\xb9\xb9\x92\xcf\xb2\xfd\xb9\ -\x26\xab\x27\xfe\x6c\x30\xf5\x98\xd2\x5b\xc1\xf2\xd6\x7e\x9a\x1c\ -\xa9\x80\x8b\x2b\x3a\xef\xe5\x5a\x94\xdd\x2f\x74\x26\xd0\xed\x7a\ -\xa3\xc6\xcf\x8d\x45\x67\xdd\x23\x95\x3d\x2a\x55\x81\x38\xb9\xe0\ -\x9c\x63\xf0\x67\x23\xc2\xf9\x12\x92\xf3\x1f\x3c\x67\x16\x9f\x0e\ -\x38\xfa\x20\xc5\xa9\x07\x04\xd7\xe5\x56\xd6\x1a\xa3\xd2\x38\xb1\ -\x24\x91\x55\x46\x19\x55\xd0\xc3\xf6\x5a\x86\x73\xcf\xa4\xb4\x38\ -\x6d\x11\xc6\x75\x95\x6d\x48\xe6\x5a\x4d\xab\x82\x56\x80\x32\x3b\ -\x4d\x2c\xf4\x1f\xd1\x08\x79\x6e\x88\x68\xea\x1b\xca\x98\x60\x63\ -\xfd\xfc\xe5\x8b\xd2\x53\xe6\x0f\x3d\x9b\x35\x55\x3c\x42\x0c\x99\ -\x9c\xfe\x84\x3d\x10\x9e\xa9\x41\xe1\x1c\x83\x6a\xe6\xbb\x14\x1a\ -\xc3\x8a\x87\xcb\x5b\x89\x1e\xa7\x28\x25\xb2\x64\x6c\xfa\x61\xb6\ -\xc5\x81\x9c\x47\x63\xb1\xc8\x8a\x98\xbb\xd1\x5f\xc8\x83\x8c\x2f\ -\x66\x2c\xba\xdc\xd6\xd4\xb3\x99\x68\xbb\xcd\x3b\x8d\x14\xc4\xe2\ -\x47\xbb\x1a\xc2\x74\x8b\x76\x00\x51\x13\x79\x93\x64\x8b\xbe\x40\ -\x5f\x34\x80\x94\x4d\x54\x15\x5f\x26\x54\x37\xd7\x47\x73\x05\xec\ -\x74\x94\x37\xf7\xbe\xd2\x13\xf2\x8b\x26\xa8\x37\x70\xeb\x10\x6a\ -\xc2\x75\x7b\x53\x2c\xd9\x6d\xf1\xb9\x6b\xa1\xa8\x82\x4e\x43\xcb\ -\x20\x77\x85\x95\x76\xaa\x66\x71\xa8\x9f\x06\x01\xdf\x28\x6c\xef\ -\x0d\xde\xd5\xfe\x59\xc7\xb4\x89\x1a\x7d\x75\x38\xfa\x60\xe7\x34\ -\x2c\x8a\x46\xfd\x83\x2b\x56\xa7\x43\x48\xa3\xd0\x90\xaf\x4f\xe8\ -\x69\x1e\xb2\x47\xf6\x53\x14\xd0\x1c\xd9\x57\x83\xb2\xd3\x2f\x2a\ -\xb7\x6c\xe1\x66\xaa\x1a\x4d\x32\xde\xdd\x10\xd7\x6a\x6e\x91\x3e\ -\x4c\x62\xa5\xe1\xc0\xd8\x45\xf3\x8f\xe6\x39\x60\x93\x01\xce\x70\ -\x1d\x84\xee\xd0\xb4\x78\x39\x53\x43\x87\x8d\x76\x68\x9c\xe8\x74\ -\x1c\xd4\xfa\xfa\x75\x19\x1c\x4d\x1d\x63\x20\xd0\x7d\x5d\xd6\x04\ -\x57\x8b\xde\xd5\xd9\x08\x1d\x2f\x64\x0f\x6c\xef\x97\x60\x44\x6e\ -\xa8\x67\x0f\xe6\xb9\x60\x54\x3d\x72\x00\x8b\xda\x19\x1f\x2e\x95\ -\x76\x47\xac\x01\xc4\x31\xeb\x68\x4c\x53\xa8\xdf\x22\x13\xa8\x15\ -\xc4\xfd\x39\xf4\x77\x3b\x9a\x4b\xf1\x80\xe6\xee\x92\x75\xe4\xe9\ -\x89\x92\x87\xbf\x57\x9e\xdf\x49\x77\xec\xcd\x64\x0f\xde\xcd\x06\ -\x35\xce\x50\x21\x20\x69\xb9\x1e\xbb\xb1\x09\xe5\x5c\x7a\x90\x49\ -\x49\xfc\x8c\x93\x7c\xda\xf5\xbd\x42\x97\xc6\x8d\xb2\xbb\x6c\xca\ -\x9f\xc5\x4e\xd0\xaa\x5c\x8c\xac\xd4\xe8\x52\xf0\x33\xfe\xaa\xcf\ -\xde\x5d\x0e\x85\xca\x80\xa8\x93\xe1\xf2\x61\xde\x59\x10\xa5\xd3\ -\xbd\xd3\x30\x53\x9d\xab\xd2\xce\xa7\x29\xb2\x7f\x9a\x4f\x50\x82\ -\x1e\xfd\x1c\xdd\x23\x2a\x40\xd3\xa6\x38\x1a\x2d\x72\xe0\x6e\x36\ -\xce\x9a\x36\xcd\xbc\xca\x51\x37\xbe\x77\x9a\x61\x2d\xea\x9e\x15\ -\xad\x90\xd2\x41\x23\x7f\xd5\x72\xd2\x72\x1a\xd7\x49\x65\x9e\x61\ -\xee\x71\x37\x2b\xca\xa2\x3b\x28\xa6\x06\xca\x5e\x79\x5e\x57\x4d\ -\x20\x4e\xfd\x97\x01\x0a\x68\xd3\x23\x76\xed\x0c\xa9\x8c\x35\x3d\ -\xeb\x27\xce\x33\xd0\x68\xdf\x3b\xef\x08\x76\x07\xe4\x68\xda\xce\ -\x00\x71\x9b\x34\xaf\xbc\xc7\x92\x16\xd7\x9b\xfb\x6c\x08\xd6\x3b\ -\x78\xc8\x34\x32\xc6\x70\x02\x3b\xcc\x4d\xdb\x1b\xcc\x04\xab\x4d\ -\x44\xc3\xac\x01\xc3\x90\x0c\x4d\xdb\x58\x74\x70\x79\xe6\xd4\xa1\ -\x9b\x15\x01\x24\x7b\xfc\x8c\xf6\xd4\xab\x31\x47\xfb\xf9\x7a\x36\ -\x67\x97\x30\x74\x50\x8e\xdd\x28\x26\xb5\xc1\xf4\x64\x4c\xa4\x33\ -\xf5\xd1\x18\x9c\x75\x82\xb4\x26\x07\x07\x58\xb4\xb7\xe7\x99\x45\ -\x3f\x43\x36\x37\x07\x4f\xd0\xd3\x82\xa4\x1d\x3a\xf5\x7b\xed\xa2\ -\x0b\x46\xe8\xf1\x50\xe7\x38\x43\x14\x5f\x74\x53\x3c\x74\x5a\x4a\ -\xf8\x0a\x42\x4e\x60\x4c\x12\x54\x4a\xa0\x35\x96\xa9\xeb\xbd\x6c\ -\xfd\x1d\x75\x44\x9b\x30\x11\x5a\x6e\x64\x1a\xbb\x70\xcb\x48\x63\ -\x67\x2a\x7d\xa0\x41\x73\x96\x16\x9b\x91\x0d\xb5\x0d\x5c\x36\x14\ -\x8b\x7e\xfc\x3e\x67\x10\xdd\x0f\x8f\x82\xc8\xb9\x8a\x7b\x45\x19\ -\x1e\xa9\xe1\x94\x42\xe1\xe6\x06\x59\x7b\x1a\x1d\xf8\x61\x4a\x4f\ -\x89\xac\x67\x76\xd9\xfc\x2f\x08\xb6\x2e\x30\x97\x79\x1b\x45\x8d\ -\xd2\xf6\xab\x90\x01\x06\x42\x82\x8b\xf9\x27\x11\x0d\x65\xf2\xae\ -\xda\x1e\xe4\xc2\x1c\xeb\x05\xcd\xe2\x35\xc9\x78\x4c\xb4\x9e\xc2\ -\x85\x67\xf2\x73\xd3\x05\xd0\x74\xea\xe8\x02\xd2\xae\xd1\x10\xb9\ -\x73\xba\x24\x12\xce\x2d\xab\x0c\x2a\x92\x33\xdd\x13\xec\x77\x72\ -\xea\x35\x84\x8b\xa2\x39\x2e\x8e\xc5\xf2\xcc\xa3\x69\x16\xe5\xb1\ -\x31\xa1\xee\xd6\x44\xad\x01\x64\x2b\xfc\x5a\x88\xb2\xfa\x68\xd0\ -\x36\x75\xd0\x0a\x91\xdd\xbe\x42\x6d\x52\x85\xa7\xa5\xe7\x79\xfa\ -\x30\xdb\xcf\xca\x28\xcb\x70\xf2\x4e\xdf\xdc\x52\xc8\xf5\x56\x32\ -\xbe\x46\x2c\xe6\xcb\xed\xaa\x83\xae\x64\x7c\xd4\x9d\x61\x99\x89\ -\x9c\xf0\x4c\xb4\x4f\x34\xd9\xac\x54\xc6\x61\x1c\x51\x15\x6b\x0b\ -\x68\xf9\xad\xec\x4e\x92\x4b\x30\x26\x72\xdd\x7a\xf7\xe1\x84\xad\ -\x0a\x12\x0e\xf2\x9e\x35\x40\xa4\xb8\xf7\xc7\x9a\xf6\xd0\x3d\x38\ -\x05\x68\xea\x75\x28\x43\x81\xcf\x8b\x73\xf0\x88\x9b\xc3\xde\xe3\ -\x60\x19\x06\x2d\x78\x3d\x30\x39\x01\x05\x69\x34\x28\x1a\x97\xd1\ -\x69\x0e\xf1\xcd\x94\x60\x36\xaf\xf4\x15\x65\x1c\x76\xad\x71\xe9\ -\xa2\x9a\x91\x33\x67\xaa\x23\xe6\xca\x7c\xec\x4d\x6e\x53\x10\x29\ -\x43\x01\x9c\x17\x8d\xbc\x4e\x44\x5a\x7c\x4b\x36\x4a\xa2\x3c\xf2\ -\x4e\x86\x8b\x62\x90\x7c\xfe\x25\xdf\x2a\xbe\x1f\xe3\x4a\x9a\x4a\ -\x97\x6f\x27\x6a\x44\x9d\x9e\xf1\x93\x94\x8c\xfd\xa2\xc7\xab\xef\ -\xd1\x5d\xff\xf4\xab\x7e\x4b\xb9\x62\x11\x46\xb1\x18\x01\xb5\x3e\ -\x51\xec\x97\xfb\xe3\x82\x4a\x5d\xcf\xa1\x61\x00\xc6\x73\xee\xf4\ -\x11\x4a\x04\x93\xd2\x96\xb6\x5c\x1c\xa5\x26\x98\xa1\x3b\x4d\x57\ -\x40\xbc\x3e\xd3\x3f\x35\xd1\x81\x42\x33\x76\x6a\x73\x18\x2d\xf3\ -\x8e\x74\xc6\x3c\x1c\x3a\x40\xd6\xab\xf6\x98\x46\xd3\x23\x4d\xb7\ -\x57\x76\xea\x7d\x9a\xf7\xd4\x76\x71\xa2\xd2\x75\xa7\xe8\xcc\xa2\ -\xd3\x17\x4a\xa8\xc3\x31\x92\x5c\x4a\xcd\xc0\x6f\x80\xa1\x83\x06\ -\x7c\xe4\x87\xc1\x1c\xca\x34\xdd\xd6\xc4\x35\x59\xdd\x29\xcd\x9b\ -\x58\xd6\x61\xea\x63\xec\x82\xed\x17\xb8\xeb\x7c\x48\xda\x74\x9b\ -\x5f\x0c\x42\x1c\x04\x70\x42\xb2\x42\xbf\xc8\x4c\x4a\x43\xc2\x7a\ -\xe8\x54\x78\xea\xa6\x5e\xcd\x51\x9a\x91\xc8\x6a\x8d\x49\xe6\x2d\ -\x8d\xa9\x58\x01\x4a\x91\x3f\xd4\x63\x40\x58\x5f\xd6\x53\xd3\x02\ -\x55\xc3\x21\xd9\xb0\x69\x3b\x2b\x78\x04\xdd\x1b\x18\x33\x43\xcf\ -\xef\xa4\x60\x99\xb3\x16\xa5\xfb\xe2\x32\x5e\xf1\xa1\x6c\x9c\x5a\ -\x92\x30\x10\x09\x57\x55\xd0\x4e\x9d\xf5\x5b\xce\xcf\xb3\x80\xac\ -\x86\xe2\x04\xc3\xca\x31\x97\x1f\xe7\xdf\xa9\x3d\x63\x2f\x14\x15\ -\xd1\x68\x05\x68\x32\x19\x06\x33\x79\x46\xa7\xe6\x84\xa6\x36\x10\ -\x3e\x8b\xd3\x2f\x67\x3f\x91\x51\xff\xa2\xa2\xa9\xec\x31\x3c\x8a\ -\xe6\xb7\xa9\x44\xb0\x71\xea\x73\xf1\x00\xad\x6a\x2f\xae\x2f\xe7\ -\x48\x30\x5a\x0a\x30\xb8\x25\x6c\xcc\x91\xc6\x2e\xf3\xde\x6b\x36\ -\xde\x8a\x9a\xa6\x3f\xf4\x2b\x7e\xde\xb8\xd6\x25\xd6\xc4\x33\x76\ -\x44\xb3\x80\x4f\x3a\x67\x5f\x2d\xd4\x1c\x22\xb3\x01\xf4\xa2\xbe\ -\x51\xeb\x2e\xe2\xa4\x87\x87\xff\x8f\x4d\x82\xae\xd2\x9a\x9e\x86\ -\x43\x9c\x23\x81\x11\xfe\xdb\xef\xba\x37\x53\xa8\x58\x3b\x76\xaf\ -\xc8\xb0\xe3\x0f\x2a\x3f\xb4\x4d\xb8\x94\x5a\x80\xba\x78\xb6\x67\ -\x35\x5b\xdc\x4c\xdc\x08\xa5\x91\x56\xdc\x58\xf4\x33\x9a\x3a\x12\ -\x1d\x41\xe7\x2a\x7b\x32\x25\x86\xf6\xb1\x45\x65\xb8\x9e\x3e\x41\ -\x03\xba\x7c\x9f\x49\xab\x4b\x25\x44\xe4\xc3\xd5\x97\x39\x0c\x68\ -\x68\x4c\x76\xe3\x19\x9c\x06\x16\x22\x62\xf9\x53\x11\x1f\xc0\xdd\ -\x31\x5b\x86\x6e\x37\x99\x5c\x4e\xff\x5e\xcb\xe9\xf7\x84\x56\xf7\ -\xeb\x6b\x2d\xb0\xd6\xf2\xfa\xe9\x3e\xf6\x56\x51\x59\xb9\x83\xfa\ -\xd2\x4c\x51\xa2\x31\x0b\xe3\x8b\x03\x5c\x0a\xd1\x1c\x79\xfe\xef\ -\xd6\x3b\xcd\x63\x54\x14\x57\x8c\x13\x79\xf1\xb3\x01\x0a\x3b\xd8\ -\xe8\x0e\xf9\x72\x81\xdf\x0c\xc2\x23\x47\x7f\xaa\xc8\xb3\x6c\x27\ -\xd2\xb8\x1c\xfe\x74\xf1\xd3\x18\x3f\x9f\xc5\xef\xde\xbb\xd9\x36\ -\x56\x81\x5e\x14\x13\x2d\xe2\x4d\xd8\x3c\xc5\xd2\x11\x9a\xc8\x77\ -\xcb\x1b\x88\x03\x20\xd3\x9d\x13\xe9\xbd\x5e\x27\x17\x27\xdd\x28\ -\x23\x6a\x99\xdb\x24\x05\x2f\xb4\xba\xcb\xad\x28\xed\xed\xc4\x46\ -\x56\xbd\x3c\x88\x72\x06\x4c\x66\xd1\xde\x90\xea\xe5\xd6\xf1\x22\ -\x77\xd2\x22\x11\xa9\xf5\xea\x6e\x40\xc1\xf3\x8e\x71\xb3\x3b\xdd\ -\xdc\xf7\xe7\xa5\x61\xec\x87\xed\x41\xff\x4a\x11\x6b\x14\x3b\x92\ -\x48\xe4\x39\xe6\xdf\x8e\x18\x75\x7a\xa4\x1d\xe6\x3b\x0d\x4b\x34\ -\xb2\x1e\xbc\xe8\xb0\x67\xef\x81\xc9\x4c\xc3\x35\x2d\x50\xd2\xed\ -\xff\xeb\x05\x3a\x94\xb0\xb7\x6b\xc4\x20\x58\xdb\xb5\x76\xb0\x80\ -\x4f\x92\x17\x57\x45\xea\x81\x72\xdf\xb2\xa4\xe4\x41\x7f\xc3\xd1\ -\x48\x9c\x1b\x7d\xba\x60\xbe\x14\xec\x69\x67\xfb\xa4\x18\x64\x01\ -\x12\x48\x8e\x88\x35\x09\x47\x5e\x55\x20\x6d\x65\x67\x6c\x4f\x51\ -\x32\xb7\xa3\xf8\xbe\xd4\x6c\x7a\xa6\xb9\x83\xe0\x9b\x1d\xe9\xf3\ -\x73\x73\x5a\xe3\xcf\x42\x47\x6c\x2a\x43\xcf\x80\x6b\xe3\x91\xbf\ -\x0b\xda\xdf\xd0\xc7\xd7\x33\xe0\xb0\x19\x3f\x27\xc1\xe9\x7a\xd4\ -\xa2\x1c\x26\xb8\xd3\x8a\x84\x36\x09\x7c\xb7\xf7\x6e\xce\xa1\x7e\ -\x61\x11\x9b\x13\x5c\x8f\x12\xc0\xc3\xa4\x61\x82\x0b\xda\x9a\x2a\ -\x43\xda\x0e\x07\xbf\x51\xdc\x5c\x03\x29\xee\x66\x0c\x9a\x7a\x91\ -\x24\xa7\x83\x0f\xe7\x4b\x6a\xe2\x5a\x12\x7d\xb8\xa6\x3e\x33\xbe\ -\xe8\xe5\x7c\x7d\xb7\x1a\xcf\xaf\xd5\xdc\xa7\x9e\x9f\x9f\x1a\x83\ -\x50\x07\x5d\xe9\x39\xe9\x79\x52\x68\x55\x28\x73\x71\x88\xba\xf9\ -\x43\x98\x54\x37\xeb\x5f\x2f\xae\xd8\x11\x64\x6a\xee\x4f\xaa\x95\ -\x57\x65\x48\x21\xe5\x85\xfe\x27\x71\x3c\x2d\x85\x6c\x32\xc0\xc1\ -\x29\x6e\x76\x97\x57\x23\xab\x14\xe1\xc0\x75\x4e\x0a\x19\xe8\xb3\ -\xf5\xf6\xe2\xc0\xa6\xbb\x86\x96\x1a\xa8\x46\x1a\x91\x14\x01\x12\ -\xd1\x83\x6d\x43\x1e\x22\xaf\x2f\x99\x28\xf6\x9d\x7e\xb2\x60\x4a\ -\xfd\x95\xba\x4e\x4c\xe5\xb1\x7d\xcf\x7d\x7b\xad\xbf\x66\xd1\x90\ -\xb9\x34\x61\x13\x1f\x8c\x03\xe3\xa5\xa9\xeb\x5f\x44\x2c\x80\xf9\ -\x87\xb5\x35\x20\x9a\x93\x44\x26\x9b\xec\x4b\x33\x63\x19\x93\x91\ -\x88\x09\x90\x98\xe4\x5c\xc9\x4c\x41\x9b\xf8\x5e\xca\xb8\x59\xd2\ -\xc9\x6f\xa9\x19\x76\x10\x22\xef\x26\xec\xe5\x31\xea\x80\xbc\xfb\ -\x92\x9e\x56\xf7\xc9\x34\x0b\xd0\x46\xbb\x3d\x65\x24\x61\x3e\x72\ -\xfd\xc1\x9d\x6e\x0d\x6d\xc8\xa4\x1a\xed\x43\x37\x52\x34\xe4\x8c\ -\x8c\x49\x13\x9a\x5e\x1f\xe8\xc3\xe4\xe5\xd1\x38\xc5\xc4\xda\xf3\ -\xba\x72\x48\x98\x70\x0c\x06\x45\x19\x2a\x15\x0d\xd3\xa8\xd9\x12\ -\x4e\x67\x42\x23\x0b\x2f\x29\x5e\xdc\x75\xa7\x81\x47\xb4\x29\x7f\ -\x61\x21\xc3\x90\xa2\x9f\x3f\x65\x64\xa3\x59\x3c\x86\x61\x42\x9c\ -\xa7\x59\x3c\x73\xd0\xa7\x0a\xac\xcb\x7b\x94\xa3\x4e\x61\x6f\x8c\ -\xb7\x4d\xeb\x86\x8b\x6d\xca\xcd\x4a\xf2\x20\xda\x26\x55\xc7\xe4\ -\x4b\xe8\xf5\x8e\x13\xe2\x91\x2b\x18\x79\xea\x6b\xf1\x98\xd8\xd7\ -\xd7\xe3\xe7\x7d\xd5\xe8\xdd\xb3\x79\xdc\xd3\xcd\x2f\x27\xeb\x55\ -\x43\xb1\xd3\xbc\xf7\x91\x23\xc8\x03\xbc\x43\x05\x40\xa3\xf2\xca\ -\x32\x89\xaf\x45\x25\xe0\x85\xa6\x5f\xf4\xee\xee\x8c\x27\x19\x01\ -\x20\xce\x80\xee\x74\xf0\xf3\x2e\xbe\x18\xd8\x7d\xfa\x45\xcb\x9b\ -\x15\x3b\x03\xa2\xb6\x4d\x23\xad\xc3\xe8\xa1\x4f\xa8\xdf\xce\x62\ -\xd3\xd8\x52\x63\x96\x6c\xa3\x00\x6e\x73\x69\xfd\x8b\x56\x4e\x9b\ -\xe1\xc0\xb1\x69\x67\xc3\xb5\xf7\xa7\x4d\x88\x2f\x7f\x0e\x97\x35\ -\x32\xfe\xec\x67\x03\x8e\x83\x35\x24\x07\xd3\x2d\x64\x24\x36\x9d\ -\x92\x6d\x83\x6f\xc5\x4e\x43\x8b\x9e\x93\xa6\x5c\xc6\x17\x48\xdd\ -\x2f\x9c\x7b\xc5\x23\xb4\xb8\x83\x09\x97\xb2\xba\x93\x88\x73\xcb\ -\xc3\x7a\x32\x46\x80\x0d\xf9\xb6\xc5\x60\x08\x10\x05\x25\x84\xf6\ -\x49\xdb\xf4\x7c\x1d\x5f\xc0\xac\xaf\x93\xaa\x79\x51\xac\x3c\x9c\ -\x82\x5a\x10\xb9\x2c\x84\x9f\xe2\x2f\x8f\xc5\x85\x76\x04\x15\x27\ -\x59\x68\x7b\x36\x44\xb7\xf9\x0d\xfe\x64\x8c\x62\xcb\x8f\xdf\x16\ -\xcb\x44\x5a\x47\x98\x18\x62\x9c\xef\x61\xbd\x71\xd7\x93\x34\xc7\ -\xab\xc3\x79\xa5\x15\x86\xe2\xe2\x7c\xa3\x3c\x51\xba\xf3\x59\x77\ -\xcf\x93\xfb\xed\x85\xf0\x19\xe4\x26\x8d\xbb\x39\x52\xbc\x1f\x68\ -\x51\x85\x2d\xab\xf2\x83\x1a\x77\x6e\xcc\x28\xf4\x52\x3b\xeb\x0b\ -\x4e\xfc\xeb\x78\x49\x9d\x34\xb8\xe4\x65\xcb\xce\xcd\x8c\xcb\x84\ -\xf5\x18\x63\x70\x13\x76\xc7\xd7\xa3\x48\xba\x8f\x91\xbe\x0b\x78\ -\x99\x0c\x71\x0e\x9a\xbe\x89\x52\x77\x4e\x69\x28\x29\x69\x5c\x69\ -\xd8\x22\x6e\x57\xed\xba\x3c\xa6\xa6\x9d\xb0\x82\xa9\xeb\x2d\x14\ -\xf4\xb0\x8e\x0f\xad\x8e\xb9\xae\x5d\xe9\x32\xd8\x1d\x6b\x82\xf6\ -\xc1\xe8\xc8\x28\x0f\x8d\xa1\xa1\xdf\xd7\xf8\xda\xd2\x74\x2a\x61\ -\xe2\xf2\xd4\x65\xb5\x30\xc1\x3f\x68\xf4\xfe\xe8\x74\xb7\xb8\x4c\ -\xe8\xf0\xe7\x0c\xa4\x2a\x8c\x28\xd7\xeb\xb7\x49\x47\x37\xa7\xe9\ -\x69\xf0\x38\x1a\x97\x37\x80\xe4\x74\x90\xfa\x16\x5e\x59\x05\x0c\ -\x3c\x04\xf6\xd0\x09\xf8\xe8\x7e\x11\x43\x68\x19\x17\xff\xf5\xf2\ -\xfc\x13\x5a\x4d\x2d\x93\xed\x78\x2e\x8b\xd3\x29\x28\x2c\xfc\xdf\ -\xf6\x4a\xff\xbd\xf3\x72\xad\x06\x79\x8a\xad\xa3\xf8\xcb\xa6\x54\ -\xe8\xa1\x5b\xd8\x2f\xca\x95\x3c\x77\x5c\xd7\x42\x5b\x7c\xbf\xc8\ -\x78\xe7\x23\x8b\x46\x9f\x4e\x9d\x6f\x0d\x56\x98\x5b\x30\x2a\x80\ -\xbd\xf6\x04\xbd\xbe\xcb\x11\x28\x8a\x67\x96\x19\x66\x42\xc0\xd7\ -\x1c\x94\x9c\xe4\x8f\x3c\xa2\xae\x27\xfb\x73\x0e\x52\x16\x67\xea\ -\x44\xb2\x18\x5c\xd1\xd4\x80\xf5\x09\xf5\x73\x02\xfd\x42\xe5\x89\ -\x86\x96\xd6\x6b\xa8\x75\x4c\x8c\x62\x9f\x89\x87\x03\x87\xed\x74\ -\x36\x11\x68\xf6\xd0\xac\x19\x44\xcc\x1c\xec\x06\x1e\x3f\xe7\xf3\ -\xf3\x20\x27\x71\x46\x49\x6a\x7a\xb1\xa0\x5f\xe6\xa5\x53\x77\x8d\ -\xad\x95\x35\x80\x85\x6e\x9c\x11\x81\xbe\xd5\xc8\x06\x25\xd6\xa6\ -\x64\x3b\xb5\x83\xa7\xeb\x9f\x0c\x80\x91\x49\x47\xc3\x6c\x67\x3a\ -\x3d\x9e\x2d\xb1\x53\x70\x49\xd0\xec\x79\xdc\xa4\xa0\xe7\x67\x21\ -\xf3\xb8\x82\x8a\xdc\xe9\xf1\xa7\x6e\x28\x19\x1f\xd0\xa9\xb5\x19\ -\x74\xbd\x68\xcc\x8b\xe2\x1e\x0f\x45\x48\x06\xe8\xf6\x38\x23\x63\ -\x4d\x72\x05\xe9\x15\x75\xa9\x42\x90\x03\x4d\xef\x1a\x2c\xc5\x4a\ -\x0d\x0a\x30\x73\x75\xca\xa6\x1d\x0f\x6a\xd8\xd4\x58\x55\xd3\x50\ -\x86\x57\x31\x91\x12\x70\x98\x1a\x65\xc1\xe7\xf1\x35\xca\x59\xab\ -\xbd\xed\xbf\xda\xbb\xab\x8a\x76\x78\xd4\x83\x96\xc3\xee\x5b\xd6\ -\xdc\x68\x2a\x99\xa6\x1e\x94\x79\x50\x6e\xbb\x3e\x5f\xbb\xfe\x46\ -\x77\x3a\xaa\x51\x4c\x43\xcc\x25\xa7\x96\x77\x03\xb3\xd2\xd9\xf8\ -\xe5\x0c\x41\x93\x4e\x3c\xce\xe1\x9c\x30\x77\x29\xc8\x1e\xe7\xd8\ -\x99\xaf\x79\xea\x8f\x2a\x06\x86\x66\x93\xe8\x0d\x9d\x01\xfb\x4f\ -\x8d\x79\x32\x3a\x46\xce\x93\x26\x56\x66\x53\x30\x99\xce\x99\x47\ -\x1b\xa8\xd2\x99\x25\x94\x8e\xc6\xf9\x39\x55\x86\x86\x27\xd6\x7f\ -\x02\xd2\x42\xae\xa4\x90\x87\xb4\x83\x9d\xc1\xf2\x26\x21\x28\x2a\ -\xa7\xb9\x23\xc7\x1d\x61\xdf\x6f\x01\x4b\xd3\x76\x3d\x80\xc8\x85\ -\x9f\x72\xa8\x2e\x31\x8d\x99\x04\x35\x73\x94\x73\x42\x55\x9a\xd7\ -\xc3\xb2\x1e\x96\x23\x5b\x8c\x25\x7d\x61\x14\x61\x6a\xa5\x72\xa2\ -\x56\x31\x20\x23\x8a\x48\x4e\x80\x59\x1e\x32\x99\x3e\x79\x22\xdd\ -\xd8\x31\xa1\xda\x37\xf6\xfe\x98\x76\xca\x1d\xfe\xb4\x4b\x3d\x98\ -\x0f\x17\x5c\xfc\xa1\xb1\x72\xe7\xa4\x1a\xfd\x3b\xd7\x3a\x74\x43\ -\xc1\x95\xe7\x2a\x3a\x38\x68\x70\x9e\x4e\x3f\x73\x91\xcc\xea\x32\ -\x38\x02\x45\x0b\x90\x57\x14\x55\x83\xca\xc7\x6a\x7c\x48\x1c\x45\ -\x82\x6e\xa3\x25\xba\x48\x3f\x42\xeb\x82\x26\xa0\xf8\x54\x96\x49\ -\x88\xed\xc9\x0f\x36\x52\xc0\x0b\x5f\x96\xf7\x42\x86\x68\x9a\x57\ -\xf4\x8d\xa5\x11\x8e\x1c\xc8\x2e\x1f\x99\x5e\x30\x57\xbe\xd3\xae\ -\x3c\x34\x31\x5b\xc5\x27\x48\xe6\x6a\x46\x6e\xd1\x68\x1a\xa9\x17\ -\x6b\xcd\xf5\x33\x90\xf3\xa2\x40\xda\x6c\x20\x26\x78\xe6\xc2\xb8\ -\x20\xf2\x19\x0e\x66\x9d\xfa\x13\x97\x64\x58\x54\x4f\x31\xf3\x7e\ -\xd5\x23\xf5\x03\x2e\xec\xc3\x8a\xab\xab\x43\x9c\x69\x48\x9a\x40\ -\x94\x9c\x9e\xd5\xa8\x4a\xec\xa5\x3c\x39\x5d\x80\x8c\xd2\xc6\x76\ -\x15\xd5\xa5\xe3\x88\x80\x12\x20\xba\xc3\xa4\xd9\x91\xe8\xc6\xc1\ -\x46\x6b\xec\x92\x23\xcf\x26\x6c\x6d\xc8\xba\x6a\x19\x53\x24\x35\ -\x07\x5d\x07\x65\x79\x22\x58\x56\xc0\xac\xc3\x4a\xff\x9c\x70\xc4\ -\xb3\x8a\x09\xa9\x69\x45\x66\x26\x4f\x34\xce\xa2\x65\xd3\x4a\x58\ -\x59\x39\xbf\x85\xb9\xf6\x29\x4d\x09\x41\x6b\x3d\xf6\x02\xe7\xba\ -\xfe\xf2\xcf\xc0\x4e\xb3\xe1\xcc\xbb\x11\xf0\x17\x51\xed\x8b\x50\ -\xf4\x45\x87\xd7\x27\x61\xcf\x3f\xe3\xcf\xa1\xdb\xa8\xd3\xf3\xff\ -\xfd\x36\x99\x3a\xa7\x46\xdf\x26\x56\x69\xc5\x3a\xa6\x0f\x3d\x44\ -\xb3\x3a\xd0\x0e\x2c\xec\x86\xf0\x65\x81\x37\x82\xb5\x43\x13\xf8\ -\x6c\x36\xe9\xd0\xf4\xfd\x5b\x78\xf2\x9b\x7e\x8d\x1a\x35\xa3\x57\ -\xc9\xa7\x91\x43\xac\x8f\xf3\x5d\xe4\x65\x82\x97\x1c\xba\x86\xd0\ -\x2a\xf4\x7f\xfa\x4c\x6f\x7f\xe6\x9c\x68\xbd\x4e\xe2\x3d\xcf\x46\ -\xe3\xf9\x69\x4d\xe3\x2e\x62\x43\x1c\xdb\x94\x4a\x1a\xaf\x9c\xbd\ -\x89\x34\xa0\xad\x9a\x8c\xe9\xc2\xe6\x45\xf7\x23\x30\xf9\xa5\x08\ -\x6c\xef\xfa\x6d\xf2\xc6\xbd\x69\x36\x32\xb3\xdb\xbb\x37\x83\x98\ -\x41\x0d\x26\x77\x19\x84\x4f\x02\xc9\x5c\xa6\xb0\x6d\x06\x3a\x8c\ -\x65\x0a\x99\x34\xd9\xe7\xf6\x10\x48\xd3\x56\xb1\x5a\x88\x35\xa5\ -\x2e\x37\x8a\xa6\xab\xd1\x6e\xbc\x30\x62\x9b\x0a\x29\x15\xd5\xa4\ -\x67\xf3\x1c\x3f\x3c\x58\xdb\x54\x26\xdd\x1b\xd5\x75\x08\xdc\x9a\ -\xaa\xca\x90\x4b\xda\x0e\xae\x56\xb4\x14\xb8\xa6\x42\xcd\x08\x84\ -\x5b\xfe\x91\xe7\x82\x25\xb8\x71\x02\x75\x2b\xe9\x92\x43\x6b\xd6\ -\xa6\xb7\x2a\x5c\x79\xc5\xa6\xce\x4e\x7d\xb1\xb6\xac\x98\x04\x50\ -\x7a\x46\x94\x16\x70\x6a\xa0\xd7\x3d\x74\x30\xad\x76\x6a\xcd\x0c\ -\xaa\xd1\x3d\xc0\x8e\x73\xfd\x6f\x17\xc1\x27\x75\x4f\xeb\x9f\x53\ -\xfb\xf8\x36\xe1\xc5\x73\x62\x05\xd7\x75\x17\x65\x30\xdc\xfd\x82\ -\xc1\x83\x7f\x05\x05\xbe\x99\x7f\x8c\x7d\xda\xb3\xfa\xf2\xbc\x0c\ -\xc6\x4f\x50\x93\xa4\xe5\xa9\xdd\x49\x47\xe4\xfe\x33\xbc\x58\xe2\ -\x9f\x93\x3c\x33\x2b\x12\x77\x1d\xe4\x74\xd1\x9d\xf7\x42\x4d\x71\ -\xd4\x9d\x56\xe9\xd4\x98\x3a\xa5\x98\x79\x6a\x1a\x4f\xb6\x47\x9a\ -\x0b\xa8\x9f\x0f\x9e\x23\x07\xf9\xb7\xec\xce\x9d\x2c\x1c\xf5\x49\ -\x97\xde\xfa\xc6\x8a\xcd\xfb\xa3\xb2\x94\x56\x8d\x00\x9d\xce\xb8\ -\xae\xeb\x11\x98\xee\xa6\xed\x39\x1d\xe4\xf3\xfe\x82\x39\xda\x46\ -\xac\x8f\xe4\x3e\xa6\x6c\x5c\x04\xf2\xa0\x2e\xc6\x34\x8a\x75\x36\ -\x72\x56\xf8\xcb\x7c\xf7\xfd\x6c\xee\x5a\xd1\x70\x67\x65\x9a\xc1\ -\xc9\x98\xe0\x57\x34\xc7\x05\x2c\x49\xa3\x15\x2e\x2c\xd6\xd6\x58\ -\xad\x27\x68\xab\x2d\x73\xcf\x39\x48\x91\xcf\x36\x74\xfd\xcc\x9e\ -\x89\xa7\x19\x1d\x64\x06\x64\x3b\xe9\x9c\x75\xf7\xb5\x48\x1a\xb3\ -\xcc\xc3\x6a\x14\x5f\x9b\x42\xdd\x9e\x11\x66\xb4\x64\x65\x6d\x99\ -\x81\xc5\xf6\x30\x46\x01\x8d\x88\x88\xa4\xe0\xbb\x4e\xcb\x98\x3f\ -\xbe\x57\xb7\x3c\x74\xc6\x6f\x32\x91\xb3\xe9\x92\x7d\xe3\xbe\x7f\ -\x71\xdf\xbf\xb6\x5f\x98\xc1\xb8\xca\xe9\x96\x29\x4f\x60\x12\x33\ -\xb8\xb0\xec\xc1\x77\x4e\xd0\x35\x91\x01\xca\x05\x44\x9a\x76\x81\ -\xb3\x68\x92\x56\xdc\x46\xb2\xf4\x0e\x5e\x68\xe7\x68\xae\x03\x51\ -\x7a\xe7\x41\x46\x58\x25\x91\x1f\x98\x67\x10\x25\x05\x42\xb4\x0d\ -\x21\xe6\x95\x59\x29\x22\x37\x88\xc5\x93\x47\x6b\x5a\x53\x0b\xcf\ -\x0e\x0f\x73\xbf\x9b\xf9\x40\xa5\x45\xba\xf2\x70\x20\x2a\xfe\x77\ -\x9c\x13\x1b\x8a\xc5\x76\x31\x07\x7d\x5d\x65\x3b\x8d\xc8\x4d\x14\ -\xf8\x99\xe1\x13\x5a\xaa\xdd\x26\x56\x19\xa6\xe8\x5f\x0f\x4c\xd0\ -\x5b\x1e\x08\x7f\x05\xb3\x85\x43\x9d\x37\x26\xda\xd0\x80\x5d\xf6\ -\xae\xe1\x90\x58\x08\xe4\xf7\x69\xc7\x29\x3c\x0d\xf1\x69\x20\xc9\ -\x9c\xa2\x45\xc9\x5a\x55\x8f\xfc\xa1\x42\x4c\x18\x97\x37\x1d\xcc\ -\x5c\xa2\x5a\x66\x2c\x2e\xbe\xaa\xb8\xed\xac\x3a\x35\x65\xd1\xf2\ -\xb0\xdc\x19\xf2\x6a\x63\xe2\x95\x7a\x2b\x8e\xfd\xd9\x85\xc5\x1e\ -\xd4\x68\x34\x4c\x3b\x04\xd0\x1a\xd0\x5e\x14\x0c\x34\x16\x33\x99\ -\xdc\x38\xc4\x0b\xeb\x72\x8b\xd1\xfd\x29\x41\x64\xd3\x0b\x42\xf1\ -\x9a\x02\x7f\x8e\xbe\x95\x76\x73\x72\x72\x73\x63\xa1\x26\x21\xe0\ -\x36\x42\x7f\x49\x9c\xd7\x26\x49\x67\x82\xee\x95\xd6\x08\x8a\x05\ -\xf5\xcb\xb0\xac\xbc\x57\x22\x65\xa7\x13\xe1\x6c\x68\x04\x78\x29\ -\xde\xe3\x79\xf7\x6c\xa8\xb7\x71\x7e\x5a\xe1\x76\xd1\x6f\xe8\x1d\ -\x13\xbd\x59\xaf\x97\xe3\x10\xd1\xea\x3c\xec\x4e\x07\x42\x52\x6a\ -\xc5\x22\xfe\x9c\xbd\xf1\x46\x8f\xd2\x2f\xd3\xab\x97\x69\x4e\xe3\ -\x0a\xe5\x7b\x3b\x0f\x5e\x2b\xc4\xf6\x70\x59\xc2\x97\xe9\xe2\x19\ -\x50\x3b\xb9\xd8\x35\x69\xce\x24\x24\xee\x4d\xc6\x6e\x3a\x8e\xf5\ -\xd0\x8c\x94\x36\xd0\xa6\xa3\x91\xbf\x72\xae\x9f\xca\x59\xc2\xa0\ -\xdc\x89\xde\xd9\xbc\x75\x6b\x26\xe7\x57\xa2\x00\x00\x20\x00\x49\ -\x44\x41\x54\x85\xbc\x84\xb1\x1e\x45\xe0\x9c\xa0\xa3\x4d\x8c\xd4\ -\xa9\x3b\xdf\x8b\x44\x3d\xc5\xcd\xeb\x04\xd3\xe4\x38\x8b\xf4\x08\ -\x6f\x7d\x52\x15\xb3\x39\x14\x47\x24\x29\xa6\x26\xae\x0f\x20\x31\ -\x43\x9a\xc6\x04\xaf\xac\x30\x4e\x9e\xbc\x5d\xe4\xdb\x8b\xfa\x70\ -\xa2\x5a\x13\x11\xce\x09\x02\xb0\x25\xcc\x5d\x34\x9d\xbe\x28\xe9\ -\xbd\x48\xcd\x52\x98\x83\x90\x17\x79\x6c\x87\x9c\x9b\xb3\xac\x47\ -\xc6\xd3\xd8\x63\x0a\x08\x69\xb9\xcb\x11\x95\x13\x2a\x7a\x68\x2f\ -\x67\xb1\xa8\x54\xf4\xec\x20\xa6\xd7\xf7\x98\x53\xb1\xbe\xce\x08\ -\xbd\x61\x89\x3c\x1c\x2e\x4a\x6e\x80\x3e\xce\x4e\x31\x9a\xe8\xfe\ -\xc3\xbb\xd6\x69\x8f\xfd\xe5\x8e\x99\x13\x94\x97\x7b\x52\xc8\xeb\ -\x4d\x2a\x41\x13\x28\x2d\xc7\x19\x34\x8a\xca\x6c\x32\x64\x3f\x8a\ -\xa7\xbe\xef\x45\xcc\xf2\x3b\x1c\x1a\xb9\x33\x33\x9c\xb5\xc2\xfc\ -\x57\xd6\x18\x46\x97\x91\x6c\x9a\x82\xce\x56\x72\x05\x3e\x2d\x51\ -\x53\x4b\xa9\x54\x12\x09\x69\x53\x8b\x41\xe7\xd1\xef\xcf\x71\xee\ -\xb7\x3d\x26\x9a\x7d\x82\xf6\x6d\x1d\xbd\x4d\x8c\xeb\x1c\x3b\x29\ -\xf2\x4e\xd3\x84\x19\x83\x45\xa3\x9a\xfb\x09\xdd\x68\xc0\xf4\x24\ -\x2b\x5d\x3a\x29\xb5\x9a\x3a\xf6\x59\x7b\x2f\x09\x54\x4c\x99\x88\ -\x81\x60\x3e\xd9\xd2\x3d\xe8\x59\xf3\x33\x4a\xd5\x23\x69\xd3\x2d\ -\x39\x65\x66\xcc\xc8\x97\xb7\x7c\xa9\xfe\x9c\xe2\x0c\xcd\x29\xf5\ -\xb6\x33\x44\xc2\x48\xa8\xad\xe3\x0c\x2a\x6e\x34\xc6\x5c\xa7\x23\ -\x44\xfb\xd9\x04\x9d\xe7\x9a\xb4\xc9\x2f\x82\x6a\xa6\x46\x3b\xd3\ -\x2d\x09\x11\x61\x71\xd3\xe2\xd9\x3b\x50\x07\xa5\xd7\x32\xba\x9a\ -\x90\x40\xf0\x6b\xd1\x36\x6e\x0f\x0f\x5e\x69\xde\xd1\xa0\x07\xab\ -\x3b\xf8\xb2\xc6\x64\xbd\x37\xae\xdd\x01\x9b\x34\xde\x97\x24\xd0\ -\x4a\x10\x9f\xd6\x5d\x09\x26\x00\x00\x8b\x31\x99\xe2\x19\x62\x4c\ -\x9b\xf1\xa0\xaa\xc7\x44\x97\x8f\xfa\xfb\xbe\xe1\xc0\x94\x0f\x4a\ -\x3c\xd8\x3c\xa9\x7c\xcc\xf6\x5c\x72\x62\x1d\xba\xd4\x26\x3d\xf1\ -\x86\x2a\xf6\xa4\xd5\x1b\xde\x4b\x60\x7d\x65\xd6\x68\x67\x35\x39\ -\x38\xb7\xf7\xc6\x7d\xdf\x26\xbd\x48\xe0\x84\x12\xb4\xe3\x6c\xb1\ -\x1a\x14\xad\x18\xcd\xe7\x68\xac\xec\xc0\xf5\xc5\xef\x88\xd0\x8a\ -\x40\xde\xd5\x2e\x8d\x3d\x45\xaa\x21\x56\xdb\x72\x97\x10\x99\x5b\ -\x90\x9f\xd3\x1b\x22\x73\x20\x26\x29\xf9\x41\xd9\x1a\xa9\x5b\x7f\ -\x53\x90\x67\x17\xb1\xe7\x3d\x44\x8c\x85\xee\x86\x56\x92\x3b\x15\ -\x59\x21\x4b\x4c\xee\xa4\x22\x99\xb0\x1c\x22\xd9\x1c\x9f\xeb\x4e\ -\xa7\x3e\x3b\x1f\xcd\x8d\xce\xb2\x3a\x2e\xdc\xf2\xc9\xa9\x46\x34\ -\x58\x91\x71\xc5\xb4\x40\x5e\x70\x77\xb3\x09\x75\xb4\xd2\x44\x74\ -\x62\x0b\xfc\xe7\x4a\xae\x6c\x4c\x5c\x10\x8b\xf0\xa1\x45\x08\x4e\ -\x7e\xa0\x76\xdc\x44\x74\x4e\x4d\xd4\x0d\xd5\x8d\xfb\xfe\xa7\x52\ -\xa8\xd5\xb8\xc3\xf6\x27\x96\x75\xe9\xee\x8e\xc7\x6c\xa3\xcb\x30\ -\xe3\x28\x1f\xfe\x5f\xac\x9f\x2b\xb9\xc5\x56\x31\x00\xec\x13\x92\ -\xfb\xfe\xb5\xcd\xe3\x1a\xbb\x18\x8b\xb2\x7f\xfe\x5b\xea\xeb\x77\ -\x64\x37\x0e\xb8\xed\x6e\x83\x51\x6e\xfd\xac\xcb\x3f\x13\x3b\x57\ -\xf6\x76\x81\x23\x5b\x90\x9a\x32\x44\xed\xe7\xe5\xc5\xf8\xc8\x27\ -\x7b\x62\x41\x1c\x72\x97\x5f\x98\xc0\x67\x2b\xae\x66\xbd\x6c\x14\ -\x03\xc6\xba\xac\xc8\xb9\xc1\x58\x19\xb8\x08\x2f\x38\xaa\x20\xbd\ -\x65\xbb\x5e\xa0\xb2\x6b\x2c\xf7\x41\xb0\x98\xf0\xd9\x6e\x75\x2a\ -\x7f\xe5\x01\xdb\x05\xb6\x1f\xf9\xf5\xb5\x6a\x0d\xb1\x06\x95\xf1\ -\xb2\xae\xef\xf7\x37\x72\xbe\x26\xf8\xa0\xb4\xfd\x52\xdf\x7e\x38\ -\xed\xb4\xda\x4f\x97\x4a\x0f\x4f\x0e\x0d\xb7\xbd\xe2\x1b\x11\x52\ -\xcd\xfc\x1f\xdc\x9f\x7f\xb2\x11\x4c\xb1\xbd\x6b\x8e\x98\x08\x1f\ -\xf9\x1b\x21\xf1\x1f\x97\xb4\x6b\x2d\x02\xa1\x0f\xd5\x1e\xad\x19\ -\xe0\x9d\xa6\xd0\x8a\xd2\xe6\x45\xb1\x70\x1c\x94\x91\xeb\x22\xce\ -\x73\xb6\x0b\xc0\xd6\x1d\xaf\x85\xe5\xe7\x42\x84\x70\x5b\x28\xf4\ -\xc7\x1b\x0c\xa7\x07\x8b\x6b\x15\xc8\xa6\x0e\x7f\x13\xdc\x76\x99\ -\x33\xcf\x66\xb7\xc0\xc1\xdd\x42\xfc\xb8\x09\xc1\xc3\xa5\x94\x3a\ -\x45\x03\xa5\x43\x22\x62\x60\x59\x24\x80\xb1\x6e\xf9\xa0\x43\xd8\ -\xd7\xfb\xdd\x6d\x4a\xa8\x69\x2c\xe5\xe7\x10\x41\xee\xbb\x89\x6a\ -\xdd\x5d\x4d\xab\x99\xfb\x30\x7d\xa7\x60\xea\xc2\x47\xfe\xc6\xa2\ -\xcb\xb2\xf3\xfc\xf0\x67\xad\xcc\x17\xd2\x4f\x13\x90\xbb\x33\xa4\ -\x48\xc6\x3b\x6c\xf9\x80\xe9\xc2\xc5\x8e\xee\x85\x69\x8b\xc1\x2d\ -\xf8\x38\x42\x17\xeb\x3b\xc2\x92\xe3\x9c\x95\x46\x97\xde\x2f\x59\ -\x59\x22\xbb\x4d\xad\x63\xca\xef\xee\x53\xcc\xb6\x7f\x38\x26\xb0\ -\xec\xda\x50\xff\x7a\xe4\x7b\x3a\x4c\x26\x68\xea\xb0\x00\xe0\xa3\ -\xbf\x4e\xcd\x36\x6d\x4d\x38\x36\xe5\xd7\xc0\xaf\xad\x6d\xfc\x38\ -\xaa\xcd\x99\x73\x68\x66\x3f\xbe\x7f\xd8\x0b\x6f\xfe\x20\x82\x80\ -\x03\x58\x32\x37\xcd\x3d\x26\x57\x31\x95\xdc\xfa\x0f\x84\x56\x03\ -\x09\x38\xe3\x1d\x02\xd1\x57\x07\xe1\x48\xeb\x19\x59\x23\xec\x39\ -\x3a\x80\x23\xae\xe5\xbe\xc7\x0e\x72\xdc\x1a\xa8\x29\x37\xe7\x4b\ -\x80\xb6\xed\xcf\xbd\x25\xa9\x3a\x5d\x9d\xd7\xa9\x3d\x66\x2b\x6e\ -\x5c\xff\x38\xb7\xa4\xad\xfb\xd0\xa7\x05\x6a\x1c\xa6\x10\x7a\x2b\ -\xfe\xe6\x0b\xcb\xa7\xf7\xe8\x86\x0b\xae\xfd\xba\xf1\xf1\xec\xa6\ -\xcb\x01\x91\x98\x1b\x90\x17\x78\xd1\x30\x74\x8b\x7a\xcf\xe0\x11\ -\xf5\xc2\x66\xa5\x36\xd9\x96\xa8\xe0\x67\x59\x80\xb2\xe2\x6f\xcf\ -\x00\xba\x4c\x26\x40\x92\xa0\x4a\x50\x2d\x23\x87\x8b\xc0\x23\x37\ -\xd1\xd8\x1c\x9f\x04\x6b\xf2\x9e\x4c\x27\x46\x5b\x21\x5b\x7c\xa2\ -\x9d\x14\x2f\x03\x62\x16\xff\xe0\x26\x9f\x6c\x04\xb3\xc4\xdf\x91\ -\x2c\x3b\x53\x25\x73\xf2\xb8\xad\x8d\x66\x10\xb2\xff\xef\x83\xde\ -\x0b\x44\x20\xfd\x86\x50\x45\x9f\x98\x59\x0f\x39\x55\xcb\x6a\xa6\ -\x4d\x75\xae\xc7\x99\xc7\xba\x80\x78\x8f\x54\xe7\xd6\x38\x27\x74\ -\x43\x20\x15\x80\x1c\xf8\xd4\x96\xcc\x4f\x52\x55\xdc\xfa\x4f\x39\ -\xaf\x31\xdc\xfa\xb9\xb4\xbf\x22\xb7\xad\x3f\x7d\x9a\xdb\xd4\x14\ -\xa2\x35\x01\x74\xcd\xc9\x85\x9b\xb6\x30\xd1\x2b\x00\xb7\x9c\xea\ -\xa5\xde\x1c\x32\xaf\x34\xae\x00\x04\x7b\xdf\xd9\xdc\x30\x74\x58\ -\xa6\xc3\x1b\x05\xd1\xaa\xe7\xfc\x10\x04\x0b\x37\x13\x03\xd7\xef\ -\x90\xbd\x77\x52\x4e\x40\xeb\xb3\xff\x1e\xcd\x40\xa7\x34\xc6\xc4\ -\xc9\xfe\x3c\x25\x6d\x32\x66\x97\xcc\x8c\x7f\xee\x8f\x01\xec\x71\ -\xb5\xed\x39\x61\xba\x3d\xc7\xca\x56\xc4\xd5\xf4\x5d\x06\x2e\xec\ -\xfb\xd7\x41\x15\x4d\x40\xff\x62\x03\x4c\x84\xdd\x3e\xde\xf5\xee\ -\xe4\x01\xd1\x11\x0d\xb4\xfc\xfc\x58\xcd\x92\x5e\x79\x39\x45\xf8\ -\x06\x41\x70\xd3\x07\xa4\xab\xdd\x4d\x18\x2c\xaa\xcf\xfd\x71\x80\ -\xc1\x01\x7c\x7f\x0e\x8b\x6d\xcf\x6f\xea\xc0\xd5\x85\xc5\x7f\x8d\ -\x06\x51\xdc\x61\x2f\x03\x77\xe9\x4a\x3d\x91\x69\xf0\xa7\x94\x27\ -\xec\xcf\x0b\x00\xdd\x59\xbf\xa5\xe6\x95\x90\xb5\xf5\x67\x7b\x7c\ -\x50\x0c\x34\x40\xb8\x83\x61\x46\xe5\xfe\xca\x6b\xe5\x3d\x7b\xdf\ -\x37\x68\x01\x8b\x09\x5b\x1a\xbd\x3b\xce\xc6\x30\x58\xba\x05\xb7\ -\x1b\x5c\xfc\x50\xd9\xca\x4b\x73\xad\x56\xdc\xd8\xf7\x6d\xee\xaa\ -\xfb\xc2\xbe\x7f\xb1\x69\x63\x2d\x60\xf1\x65\xf5\x83\xb4\xd8\x01\ -\xad\xa9\x1b\x44\xf1\xf7\xe7\xff\x59\x43\xb6\x0d\x6c\xb9\x62\xb2\ -\x19\x3d\x4c\xdc\xad\x14\xb9\xb1\xdb\x8f\x59\x63\xed\xdd\xf4\x0b\ -\x21\xe0\x2f\x16\x6c\xf9\x60\xf1\x0f\xb6\x7c\xdc\x6e\x3d\x47\xa9\ -\xcd\x9a\x9c\x8f\xc9\x51\x08\xb8\xe1\x8d\x8a\x7b\xcc\x5f\xeb\xa7\ -\x19\x2e\x54\x67\x2b\xdb\x8a\xb6\x61\x67\x9c\x54\xb1\x7a\x92\xec\ -\x8e\x28\x75\x00\xd9\xe8\x97\x5c\xdb\xc3\xcd\xbe\xf1\x8d\x8e\xa3\ -\xfe\xe0\x02\x83\xa4\x86\xaa\xe7\x74\x6a\xcf\x14\xec\x78\xe9\xbd\ -\x13\x9d\x34\x8d\xed\xcd\x15\x32\xf5\x7d\x60\x6d\x4c\x8d\xeb\x7a\ -\xd9\x21\x8b\x23\x40\x8e\xfd\x00\xe1\x99\xfa\x7c\x8e\x28\x7f\xd6\ -\xcf\xa0\x65\x49\x66\xca\xec\x41\x4b\x2b\xf4\x2e\x2c\xa8\x0f\xf7\ -\xb0\xc6\x6f\xed\xa0\xda\xcf\xcf\xcf\x43\x43\xb0\xd6\x4a\x5d\xd1\ -\x5a\xcf\xdf\xaf\x9f\x63\x61\xad\xee\xb4\xc5\x4f\xe7\x15\x5e\x2f\ -\xc6\x0d\x0d\x89\xc6\xb2\xc6\x68\x85\x20\x88\x1e\x08\x1d\x75\x7e\ -\x39\xf1\xd0\xf9\xfc\x75\x2d\x43\xa3\x83\x03\xdc\x84\x98\x7b\xef\ -\x2c\x80\xa7\x1d\x7a\xa0\x1b\x66\xa9\xfe\x27\xf3\x84\x0c\x6c\x8c\ -\xe6\x5e\x83\x7b\x5b\xf9\x4e\xdc\x8a\xf2\xa2\xb0\xd9\x67\xbe\xae\ -\xbf\x86\x3d\x76\x77\x7f\x8a\xaf\xdf\x11\xc0\x74\xd2\x0b\xc7\x38\ -\x9d\x13\xd2\x2a\xbb\x7a\xa0\x2a\x1e\x94\xcd\x9c\x64\x88\xa6\xf0\ -\x78\x6a\x5b\x42\x9c\x7a\xe5\x94\x47\x1b\x2a\xcd\xfa\x4d\xef\x38\ -\xff\xc3\xc3\x8e\xfd\xe5\x19\x12\x37\xed\x10\xb9\x55\xb9\xe4\xde\ -\x92\x98\x0c\x79\x78\x31\xb5\xc3\xd6\x5c\x99\x7e\xb2\xb1\xea\xee\ -\x54\xa7\x48\x3b\xd6\xff\x99\x75\xd5\xf7\x6f\x64\x13\x75\x4a\x1d\ -\x35\x3d\xd5\x83\xae\x18\x05\x75\x2b\x64\xe9\xc8\xbd\x2b\xf4\xed\ -\xcb\x73\x88\xa2\x47\xeb\xd7\xee\x10\xf3\xb3\xfe\x2a\xa4\x2e\xa2\ -\x1f\x14\x83\x6a\xf1\x46\xa1\xfc\x66\x9d\xdf\x35\x4e\xa5\x05\x5c\ -\x2f\x19\x83\xd5\xfc\xbd\xed\xef\xb7\x49\xdf\x1b\x2d\xb6\x3f\x5f\ -\x6a\x02\xfb\x32\x47\xe0\xd1\x7c\x3f\x27\x5d\x51\x90\xeb\xeb\xf4\ -\xcf\x9a\xd5\x35\x28\x40\x53\x83\xb4\xda\x64\xf4\x3b\x52\x4f\x78\ -\x5f\x3b\x5d\xcf\x78\x9a\x47\x18\x2d\x85\x87\x3e\xf8\xf1\x27\x47\ -\xce\x21\x27\xe0\x32\x26\x32\xa3\xb9\x7f\xb3\x35\x7e\x46\x41\xbc\ -\x4e\xaf\x4e\x4a\xd1\x31\x29\x1e\x54\x52\x91\x5c\x53\x2b\x5c\x7d\ -\x5f\x72\x9b\x98\xaf\xfc\xfc\x3d\x8b\xb0\xe8\x85\x92\x9a\x5c\xa2\ -\xa9\x55\xeb\xa6\x16\xe5\x96\xb5\x87\xee\x85\x78\x4e\xc5\xca\x2a\ -\x9c\x87\xd6\xb4\xd3\x2e\xe7\xcf\xff\xa6\x91\x2c\x2a\xa1\x6c\x9a\ -\x20\x24\x97\x76\x49\x5b\x06\x0f\xc5\x67\x25\xbc\x6a\xaa\x2c\x37\ -\xe9\xe5\xfc\x3f\xec\xd9\xf1\xa6\x27\xcc\xe6\x76\xb5\xa9\xa8\xe2\ -\x74\xbf\x8c\x88\x11\x51\x6d\xe0\x73\xbf\x37\x8e\x48\x8b\xbc\x7f\ -\x0a\xe8\x91\xb3\x01\x73\x06\x43\x36\x3a\xab\x40\x82\x99\x53\xf4\ -\x45\x67\xa9\x4f\x31\x7f\xaf\x41\x96\x9f\x49\xbb\xdd\x19\x6f\x6b\ -\xf2\x8d\x55\x53\x0e\xb3\x3c\x34\x74\xf6\xef\xb5\x99\x7a\xf4\x07\ -\x7f\xfb\xe1\xe4\xba\xb6\x97\x69\x0f\xb5\x35\x92\x13\xa9\xa6\x2f\ -\x9d\xcc\x06\xb3\xbc\xb7\xe1\x00\x35\xcd\xa2\xad\xed\xff\xfc\xe7\ -\x3f\x83\x39\x41\x29\x77\x90\x94\x55\xc4\x19\x3a\xf6\x97\xe7\x76\ -\x2d\xfe\xb1\xe6\x1a\x51\x13\x2f\x07\x72\x1c\xc4\x75\x00\x83\x95\ -\xd3\xf8\x2b\xbe\xd7\x8e\x7c\x4e\x8a\x86\x08\x4d\xff\xb5\xb2\x5e\ -\x9b\xf7\x0a\x4f\x73\x8b\x41\xdf\xab\xe7\xad\xfe\xbf\xb5\x68\x00\ -\xde\xf1\xbc\xee\xfb\xb6\x7b\x06\x15\xea\x8e\xf8\x8c\x69\x98\x71\ -\x0f\xa0\x3c\x34\x6e\x9a\x65\x85\x0f\x17\x9a\xe6\x38\x34\x60\x5d\ -\xbe\x00\xbc\xdf\x31\x39\x25\xf4\x5f\x23\xfc\xba\x9b\x40\xd5\xd7\ -\xa0\xa7\x29\x09\x69\x99\xc9\xc5\xd7\x11\xfb\x1c\xe2\x5a\xc3\x1e\ -\x2a\xde\xcd\xd0\xe0\x94\xee\x45\x9c\xf9\x5f\x01\xc4\x5a\x63\xa9\ -\x90\x7b\x9f\x96\x22\xf9\x6b\x68\xeb\xc1\x57\x14\x20\x59\x33\x48\ -\xbc\x4b\x22\x2c\xfe\x4f\xea\x5e\x55\x04\xb4\x7e\xa0\x22\xb8\x72\ -\x54\xa9\xef\x5a\x09\x2b\xde\xa8\x62\x59\xf2\x4c\x76\xf3\x4a\xbe\ -\x2a\xb1\xda\x91\xf4\xd4\xf0\x60\xa5\x93\x4d\x8a\xf3\x7c\x0f\x66\ -\xd3\xe9\x39\x10\xd9\x49\x46\x08\x1a\x95\xb0\x36\x0a\x95\xd4\xf5\ -\x66\x01\xe5\xe1\xb2\xac\x83\xc6\x91\x45\x15\x01\xc2\x93\x1a\x77\ -\x06\xbc\x81\xc2\xc1\x66\x03\xc2\x95\x65\x90\x16\x1c\xcb\xbf\xc7\ -\x71\xa8\x20\xf8\xa2\x17\x16\xaf\x0c\x12\xed\x42\xba\x7a\x9e\xeb\ -\x11\x02\x5c\x3c\xe4\xd5\xc6\x98\x4e\xe5\x92\x3b\x38\x87\x23\xbc\ -\x92\xfc\xa5\x6a\x43\x80\x7a\x00\x21\x1d\x5a\x04\x11\xa9\xc2\x9c\ -\x9e\xda\xb2\x99\x98\xdd\xc2\x39\xb5\x17\xf2\x0c\xc1\xfb\xe6\xf9\ -\x63\xc1\xdd\x02\x36\x07\x55\x80\x4a\xb4\xca\x7e\xd9\x1b\xbf\xd6\ -\x16\xad\x6d\x04\xae\x8c\x02\xa2\x61\xaf\x9a\xa2\xdb\x48\x57\xd7\ -\x68\xa0\x4a\xc0\x6d\x28\x5e\x0c\x99\xae\xaf\x54\x09\x11\x0b\x18\ -\xce\x6c\x14\x6e\xc2\x7c\x3a\x02\x96\xf1\x9e\x13\x65\x01\x73\xd3\ -\x15\xa8\x3f\xef\xca\x1d\x0a\xdd\x4f\x19\xa3\xa8\x44\x08\xe7\xfb\ -\xb3\x1b\x22\xd5\x56\xec\x76\xaa\x88\x76\x5b\x27\x4c\x43\x97\xa2\ -\x43\xd2\xe0\x72\xcf\xd1\xbc\xfe\x51\x03\x40\xc7\xbb\xef\xc2\xd4\ -\x38\x37\xd4\xf3\xa5\xc2\xb2\x9f\x6f\x40\xe9\x93\x96\xd8\x88\x8b\ -\x0d\xc8\x28\x82\x90\x93\xac\xcc\xbf\x79\x69\xd0\x23\xc8\xf1\x1c\ -\xe9\x73\xad\xf1\xab\x39\xf3\xa4\x10\x5d\x1b\xb9\x6d\xf1\xb8\xbc\ -\x67\xc1\xad\x09\xfc\xe4\x05\xce\x67\x78\x71\x37\x08\xe8\xcf\x38\ -\x2e\x97\x7f\x13\x8f\xe3\x51\x6c\x73\xd7\x9c\xa4\x15\xfe\xd3\xd2\ -\x42\x0f\x9b\xf5\xa1\x55\x73\x14\x7d\xf9\xf9\x9d\x45\xba\xd2\xc3\ -\x4c\xe7\x1b\x8d\xb1\x03\x0b\xef\x7b\x38\xa8\x50\x5d\xcf\xb0\x40\ -\x4e\x57\x09\xe7\xb1\x19\xa9\x30\x75\x75\x46\xf9\x01\x76\xb8\x3a\ -\x1d\xfb\x67\xb9\x43\xd8\xd4\x67\x45\x43\x41\x23\xec\xd7\x8a\xde\ -\xdd\x68\x96\x7c\x58\x82\xe3\x69\x3e\xd0\xb2\xb5\x1c\x8e\x69\x36\ -\x03\xab\xe9\x52\xe8\xc8\xd9\x6a\x17\x6c\x2b\xa2\x97\x07\x8a\x46\ -\x30\xb1\xea\x53\xfc\xdf\x0b\x87\x2c\x1a\x42\x8b\xf6\x25\x30\x3c\ -\x88\x3c\xda\x1c\x3e\x7b\x83\x3e\xa9\x67\x45\xe7\x24\xdd\x56\x20\ -\x24\x80\xa7\x69\x7a\xc2\x44\x83\x62\x54\x5e\x7e\x06\x20\x31\x11\ -\xaa\x07\x29\x2d\x13\x71\x65\x3e\x6a\x5f\x7b\xb2\x2b\x4b\x29\x74\ -\xa0\x38\xde\xbb\xee\xd1\x10\xc7\xf3\x79\xa3\xe5\x00\xf2\x47\x03\ -\x1d\xb4\x26\xcd\x9e\x8b\xe5\x49\x19\x33\xd2\x28\x51\x61\x69\xf6\ -\x8d\x0a\x57\xc5\xd4\xfb\x19\x4b\x07\x68\xab\xb9\xaf\x8b\xc6\x7b\ -\xe6\x15\x06\x2b\x95\xf1\x92\x65\x84\xa7\x0d\x7c\xb7\x22\x2f\x8a\ -\x9c\xd7\x2f\xda\x0c\x18\x5e\xc0\x15\x3e\x80\xe2\x01\x2a\x29\x97\ -\xb3\xdf\xcb\xf3\x63\xa7\xc0\x9f\x46\x10\x5f\xf5\xb8\xed\x7b\x75\ -\xfa\xef\xa3\x58\x1e\xc0\x28\x7f\x75\x26\x7d\xd2\xce\x5e\x1a\x36\ -\xac\x91\x1f\x55\xcf\x39\x40\x35\x8f\x8b\x20\x3e\xb0\x6d\x2e\xd3\ -\x09\x9d\x06\x07\x15\x79\xb1\x7c\x9a\xd8\x1d\x3f\x35\xf7\xfe\x5a\ -\x76\x0f\xf0\x61\x60\x23\xd4\x28\xf0\xad\x76\xab\x26\x99\x0f\x30\ -\x41\x47\x7d\x36\xdf\xfb\x6a\xb9\x85\x92\x81\xee\xbc\x24\xe6\x81\ -\xed\xef\xbe\x03\x60\x7f\x6a\x72\x3b\x18\xf1\x7a\x0e\xb5\x9a\xae\ -\xd3\xe2\xc5\x41\xaf\x72\x6b\x35\x9a\x67\x6f\xae\x52\x2b\x1b\xb9\ -\x6f\x7e\x8e\x5d\xf4\x17\x6e\x36\xb9\x58\x51\x31\x75\xd0\xb7\x99\ -\x7e\x4a\xf6\x32\x4c\x26\xfa\xfb\x55\x5c\xfc\x5b\x06\x3d\x98\x72\ -\x3d\x42\x85\x52\xb3\x4f\x33\xe1\x3a\xf3\x38\x9f\xc8\x69\xbd\x4c\ -\x0c\xc2\xed\xc6\x66\x68\xf1\x1b\xbb\x9d\xe1\x70\x66\x93\xc5\xf7\ -\x58\x7f\xef\xbf\x72\xe9\xed\x93\x41\x03\x0b\x28\x1f\xd2\x90\x76\ -\x2e\x5b\x9e\xa7\x35\xf4\x37\x4d\x73\x8e\xab\x7f\x88\xb2\x1e\xd5\ -\x44\x44\x2e\xfe\xc1\x5e\x3e\x4d\x8a\x81\x9f\x23\x48\x42\x8a\x8b\ -\x2e\x9b\xf6\x4b\x1c\x38\x77\x0b\xdc\x0c\x57\xa8\xe9\x30\xd6\x6d\ -\x33\x63\x84\xad\xc1\xc3\x11\x2b\x0c\x22\x77\x29\xc6\xfc\xcf\xc2\ -\xc8\x1b\x07\xc6\x03\xe1\xed\xdc\x64\xf2\x0b\x44\x0f\x37\x98\xea\ -\x6c\xfb\x42\xbc\x5b\x91\xfa\xff\x29\xfb\xd6\x2d\xb7\x71\x9c\x5b\ -\x00\x94\x93\xf7\x7f\xd7\xb3\xa6\x13\x5b\x04\xce\x0f\xdc\x49\xca\ -\x95\x2f\xb3\x7a\xaa\x3b\xa9\xb8\x6c\x49\x24\x81\x8d\x7d\xa1\x16\ -\x06\xe9\x04\xbc\x18\x43\x8a\x86\xf4\x12\x51\xa0\x1e\x73\x4e\x98\ -\xd3\xc6\xaf\x85\x1a\xe0\x02\x61\xc2\x61\x23\xc8\x1c\xa9\x02\x4a\ -\x38\xba\xc4\x3f\x82\x2d\x53\xa1\x6e\xba\xb8\x6e\x50\xd5\x5e\x7e\ -\x42\x09\x3b\xd3\x3f\x73\x5a\x07\x16\x9b\xd5\x44\xd8\xa1\x04\xce\ -\x61\x98\x3d\x20\x2e\x16\x9d\x87\xcd\x15\x0b\x4a\x8a\x25\x0c\x94\ -\x4c\x98\x15\x52\x0a\x16\xd8\x54\x19\xa8\xc7\xfb\x9c\x99\x70\xd1\ -\x42\x46\x8d\x5e\xe6\x40\x01\x87\x78\x54\xe9\x97\xcc\xb7\x51\xdf\ -\x10\x08\x5f\xe1\x0a\xa4\x2b\x90\xed\x99\xf2\x83\xf1\xde\x78\xd1\ -\xab\xb8\x5f\x9b\x7a\x8e\x0c\x88\xba\xc9\x8f\x10\x95\x2e\x36\xaf\ -\xa2\xf9\x62\xd7\xf0\x0d\x47\xf9\xb2\x11\xd8\xda\xee\x11\x95\x82\ -\xdc\xd1\xb3\x15\xc9\xe5\xaf\x3a\x9e\xa6\x49\xf8\xe2\x16\xf8\x2d\ -\x26\xa0\x4f\xa0\xd3\xae\xfb\x64\x70\xb1\x1a\x32\xac\xd9\x30\x65\ -\x78\x1b\x4f\xc8\x76\x78\x23\xf7\x4d\x5f\xd6\x67\x88\x00\x8d\xe2\ -\xd8\x5d\xe8\x4a\xa1\x62\x88\x27\x97\xc7\x1d\xcb\xb3\x8f\x98\x20\ -\x8b\x6e\x1d\x99\xef\x82\x65\x94\x17\x01\xaf\x51\x90\x9b\xb9\x01\ -\x4b\xd8\xdb\xaa\xfb\x9b\x34\x4b\xf7\x16\x80\xd8\x02\x60\x53\x5c\ -\x7c\x9a\x04\xd5\xcc\x8c\x75\xda\x49\x0f\x85\x46\x0d\x47\x75\xc1\ -\xf7\xa0\x07\x9e\x38\xee\xd7\xb2\x9a\xd2\x80\xf4\xc6\xfc\xb1\x70\ -\x85\xf9\x55\x23\xa3\xc0\xc2\x29\xbc\xd9\x0d\x55\xe8\xeb\xf3\x48\ -\xe6\x0b\x0a\x95\xee\x1d\xee\x87\x1a\xd7\x10\x36\xe8\x4d\x6f\x62\ -\x91\x04\xc3\x69\x5c\x5c\x5c\x2d\xb3\xb1\x04\x81\x87\xa2\xce\x19\ -\x09\xa3\x3c\x0f\x46\x6e\x92\x5e\x40\x9d\x68\x9c\x7e\x5d\xa7\xef\ -\xdd\x80\xc6\x12\x18\x6d\x5a\x81\xdd\xbe\xa4\x83\x2b\xc7\x06\x41\ -\xb6\xeb\x93\x4d\x55\xcf\xbd\x3a\x36\x24\xeb\x94\x8b\xd3\xf0\x80\ -\xcc\x08\x48\xc0\x29\xd7\xb5\xc8\xef\x39\x4d\x09\x84\xce\x6e\x3b\ -\x60\xda\x23\x40\x6e\x20\xa0\xf8\x99\x06\xd3\x82\x44\xe7\x6e\x36\ -\x20\xb5\x81\x91\xe3\xfb\xaf\xe1\xb7\x80\x14\xd3\xed\x4d\xb3\x08\ -\xe9\x34\xda\x1a\x51\xe0\x36\x71\x44\xd9\xa3\x2e\xd8\x5d\xc6\x5d\ -\x0b\xf7\x6d\x8f\x2c\xd3\xd0\xe7\x3d\x94\xfa\xbe\x67\x9b\x10\x57\ -\x53\x01\x03\x81\x60\x79\x96\x28\x8a\x6d\x5a\xc0\x2f\xfd\xb3\x9b\ -\xbb\x13\x5f\xc6\x09\x38\xf3\x52\x52\x0a\x00\xdd\x0d\x14\xb9\x68\ -\xf1\xd6\xfd\xa0\xb0\x53\x7a\xe3\xf3\x6f\xae\xb3\x99\x59\xd8\x41\ -\x87\x78\x86\x98\x37\x63\x9c\xd3\x1e\x18\xf5\x57\x71\xa7\x54\xfd\ -\x79\x07\xed\x5b\x9e\x96\x93\x31\x4b\x38\xfb\xea\x84\x1c\xda\xa7\ -\x69\x7b\xac\x51\x5b\xd7\xe9\x47\xd7\xf5\xce\x34\x39\xb0\xa6\xc9\ -\x73\x2a\x83\x1a\x5d\x9c\x16\xb5\x41\x30\xe3\x02\xaa\x80\x78\x8f\ -\x95\xe8\x13\x52\xd7\xbb\xfb\x73\x3c\xd5\xfc\xc2\x9c\xe8\x6f\x9b\ -\x7c\x19\x59\x3b\xf2\x57\x59\x04\x4e\x36\x08\xab\xa1\xc3\x7a\x9d\ -\xf3\x1e\x54\x43\x32\x2c\xf5\x4d\x9d\xbe\xce\x02\x22\x79\x89\xce\ -\x7d\xaa\x89\x8b\x1b\xa3\x4f\x4d\x91\x63\x8a\xa5\x8e\xcf\x13\x84\ -\x6f\x40\x98\xc1\xf8\xc9\xfb\x98\xb1\x0d\x28\x69\x40\x33\xe7\x8c\ -\x1a\x97\x6a\x48\x2f\x60\xdb\x07\x5a\x73\xf5\x41\x90\xa1\xe0\x2c\ -\x8d\x32\x64\xf1\xa9\xe0\xe7\x1d\x59\xab\x00\x37\x08\xdf\x11\x85\ -\x00\x88\x30\x84\xfb\x34\x99\xd9\x68\xd4\x13\x64\x4e\xa5\x8a\xae\ -\x35\x92\x99\x82\x08\xa6\xcc\x28\xa0\xa0\x39\x41\x78\x86\x44\xe1\ -\x02\x35\x17\xfb\xf0\x5f\xb8\xef\x37\xe0\xa5\xf2\x9a\x0b\x8d\x7d\ -\x21\xd8\xd1\x6b\xbe\xf5\x21\xbd\x45\x8d\x1a\xc4\x51\x66\xbf\x91\ -\x74\x69\x8a\x8d\xb9\x7a\x21\xa9\x75\xa2\x02\x08\xc9\x91\xc7\xd2\ -\xb8\x05\x2a\x56\x32\x2b\x58\xde\x65\xd2\x43\x9b\x41\xc2\xa0\x92\ -\x95\x73\x40\x9e\xb6\x85\x1c\xb4\x24\xcb\xcd\xa0\x71\x08\x6e\xcb\ -\x90\x3c\xba\x76\x44\x87\x3c\x9b\x4a\x2c\x7f\x69\x71\x11\x7b\x72\ -\x5b\xcb\xe6\x48\x42\x9c\xa8\x9d\xb1\x19\x69\xe0\x5e\x64\x09\xaa\ -\xab\x61\x3a\x23\x65\x46\xd0\x53\x86\x89\x76\xec\x04\x95\xc3\x72\ -\x7a\x5f\xed\xc0\x59\xc4\xf5\x82\xd9\xf4\x6c\x61\xae\x07\xe4\xab\ -\xfe\x79\x20\x3c\x22\x0a\x22\x54\x43\x02\x49\xcb\xf9\xba\x41\xc7\ -\x14\xb2\xd2\x4d\x0a\xe5\x64\xa5\x02\xa8\x39\x85\x15\x90\xb2\x5e\ -\x63\x13\x57\x2f\x68\xd9\x18\x86\x0e\x85\x5a\x1d\x1a\xe2\xb4\xba\ -\x2d\xaa\x1e\xe8\x87\xac\x27\xca\x82\x6c\x2d\x9c\xd6\xe9\xcd\x29\ -\x38\xdb\x9b\xc3\x30\x1c\x8e\xc2\x47\xdd\xcc\xb8\xd8\xef\xee\x8e\ -\x61\xbb\x3d\xfe\xc9\xbe\xbc\x74\x38\xd9\x80\x4b\x41\x6d\x96\x46\ -\x0d\x23\xfc\xf6\x50\xf8\x2c\x3f\x87\xe8\x64\x26\x91\x9f\x77\x2e\ -\x2e\x47\xab\xd3\x91\x46\xad\xe1\x12\xa4\x9a\xd6\xb8\x54\x34\x6d\ -\x52\xf3\xb1\x8c\xf6\x40\x54\xae\x45\x0d\x05\x64\x43\xb0\x87\x53\ -\x05\xcc\xba\x98\xf2\xa0\xc3\x16\xac\x68\x39\x3d\x40\xc7\xe9\x52\ -\xae\x9d\xe5\x7e\x02\x6f\x02\xf6\x9a\x67\xe2\xb9\x74\x29\x84\x3d\ -\x87\xc2\x1e\xc5\xd5\x95\x84\x20\x9d\x5e\x08\x0f\x56\xe8\x22\xf2\ -\x0f\xee\x85\xd2\xdc\x9c\xfe\xa5\x88\x7a\xfa\xf3\x34\x40\x59\x2d\ -\xc3\x0d\xdf\x17\xde\x75\x1d\xad\x70\x65\x80\x35\x04\xb5\xd8\xe5\ -\x06\x85\xc1\x44\xc4\x79\x55\x8c\xaa\xc2\xde\xa0\x3b\x34\xff\x09\ -\x67\xb8\x13\xd0\xb9\x4f\x0c\x2d\x92\x41\x8a\xe5\xef\x91\xfa\x7a\ -\xbe\xae\x19\xe0\x2b\x45\x5c\x3e\x82\xd6\x4b\xa6\x7b\x38\x81\x7b\ -\xd9\xbd\x71\xee\x81\x92\x4d\xbf\x1e\xda\xd4\x26\xc3\x40\x3d\x50\ -\xf4\x9b\xdb\xa6\x52\x69\xb3\x91\x9c\x6a\x63\xb8\x50\x65\xa9\xa0\ -\xcf\xb3\xa0\xad\x04\x0c\x9f\x23\x0d\xa7\xe9\x2f\x8d\x12\x15\xee\ -\xc1\xfe\xbc\x50\xd7\x37\xc6\xfe\x1c\x7b\x0c\x44\x98\x7d\x33\x5e\ -\xc0\x62\x78\x80\x67\x37\xd2\xd0\xb4\x82\xe7\x70\x15\xe7\x4f\xe8\ -\x46\x20\xf4\x34\x29\xc6\xf3\x9a\xfc\x36\xa5\xaf\x3f\x63\x6d\xaa\ -\xb2\xa1\xf7\xe2\x13\x5b\xc1\x06\x15\xfc\x5c\x72\xf3\x32\xbc\xb6\ -\x87\x94\x8a\x15\xe9\xd9\x20\xd6\x06\x7a\xd9\x4b\x59\x5a\x03\x1e\ -\x21\xe3\x2b\xd8\xd4\x1a\xc6\x92\xb5\xe7\xb9\x63\xe4\xeb\x71\x3e\ -\x9a\xfe\x54\xf0\x9a\x60\xa8\x73\x9e\x14\x73\x9a\xe9\x75\x0e\x34\ -\x8b\xec\xd3\xd4\xb6\x52\xdd\x62\x22\x60\xcd\x5e\x4c\x96\x11\x16\ -\x50\x1f\x7b\x6b\x71\x88\xef\xc8\x5f\x33\xa8\xad\x35\x27\xd2\x2c\ -\x8d\x97\xfd\x4f\x1b\xf9\x6a\x78\x11\xda\x9b\xa0\x34\xf7\x5a\x87\ -\x3f\x6f\x37\x93\x0f\x80\xa5\xd6\x70\x6e\x76\x50\x1d\x2d\xdb\x59\ -\x0a\x65\x10\x50\x26\xfc\xf1\x8c\xcc\xbb\x64\x54\x71\x69\x7e\x47\ -\x73\xbb\x7e\x6a\xac\x80\xef\x66\x02\x13\xb2\x85\xd8\xff\x77\x36\ -\x40\xdd\xbf\x09\x0b\xf0\x1d\xaf\x6d\xb5\xa1\xe9\x90\x10\x30\x6a\ -\x6f\xb1\x9a\xd8\xf7\x64\x32\x73\x8a\xea\x7c\xbc\x47\xbd\x58\xce\ -\xe8\x74\x92\x58\xae\x15\x37\xe3\xaa\xe7\x4d\xad\xe9\x04\x18\x88\ -\x75\xf2\xe4\x51\x45\x99\xee\x65\x43\x17\x1b\xa0\x70\x50\x5b\x0d\ -\xb0\x12\xd5\xe2\xb1\x67\x20\x93\x51\x40\x19\xc3\x9d\x72\xb4\xe7\ -\x37\xcd\x7f\x58\x6c\xe2\x5f\x69\x80\x0e\xa4\xcc\xdb\xfa\x1e\xcd\ -\x40\x44\xf3\x5b\xb8\xe1\x0d\x83\x07\xdc\xf0\x86\x4b\x26\x87\x23\ -\xca\xea\x97\xcf\x22\x30\x5e\x00\x72\x8d\x78\xa3\xd3\xac\x32\x07\ -\xdc\xc0\x38\xe0\xba\x0c\x79\x0f\x0a\x1c\x5b\xfe\x95\x6e\xe4\x34\ -\x7c\x43\xa9\xb6\xba\x62\x9d\x34\xab\xa3\x20\x56\xde\x77\x45\x25\ -\xc5\x7c\xe5\x2b\x6a\xd3\x66\x37\x96\x13\x73\x1a\x33\x53\x9a\x48\ -\x1c\x10\xc5\x10\xb0\x32\x6c\x4e\x56\xee\x98\x85\x78\x05\x07\xd9\ -\xbf\x9f\x2c\x1a\x6c\x75\x2b\xf3\x30\xd7\xf5\xf7\xfa\xc1\x48\x85\ -\xfa\xa3\xaf\x19\x42\x7f\xa3\x67\xe8\xe2\xc2\xd8\x74\x2a\x6f\xbf\ -\xa2\x60\x12\xa8\x57\xff\xf3\x56\xe8\xfb\x62\x81\xd4\xcc\x71\xe1\ -\xa0\x6b\x0f\x32\x5c\xa5\x9a\xf4\xc2\xfe\x34\x14\x3d\x5b\x47\x6b\ -\xaa\x73\x55\x2c\x86\x55\x0b\x47\xa8\xe3\x5a\x02\xa5\x5a\x56\x57\ -\x23\x58\x8a\x45\x2c\xf9\x69\x86\xc0\xb2\xbb\x90\x31\xc3\x9c\x3a\ -\x11\x45\x7c\x81\x5b\xb0\xcb\xe2\xb0\xa7\x8b\xdb\x34\x74\x26\x68\ -\x3f\x21\xa8\x75\xe3\xbb\xcd\x06\x9e\x7d\xa4\x1c\x9a\x11\x8e\x70\ -\xc9\xee\x00\x58\x68\x0c\xa1\xa9\x7b\xd6\x51\x1c\x0f\x2e\x77\x9d\ -\x13\xee\xf4\xde\xb5\xb0\x7d\x0a\x06\x6c\xcd\xdf\x4e\xd1\x5c\xeb\ -\x03\xaa\x34\x22\x7b\x5f\xf3\x40\xd3\x58\x9b\x2b\xb6\x4d\xda\xd1\ -\xc3\xda\x2d\xd6\x08\xdb\x5c\xdf\x92\x2e\x63\x1e\x04\x79\x40\x7f\ -\xd7\x83\x98\x99\x95\xcf\x0c\x3d\x6f\x44\x31\x75\x71\x33\xef\xa8\ -\x22\x1a\x68\x60\xd4\xc0\x10\xfe\xa3\x1f\xa8\xc3\xa8\x5f\xe3\x38\ -\x4b\x11\x51\xb7\x4d\x0c\xc1\x7e\xe6\x60\x08\x48\xe8\xad\xfa\x2d\ -\xe4\x98\x0e\x9d\xa9\x1f\xe7\xa6\x65\xdf\x0b\x4e\xc5\x08\x86\x5e\ -\x74\xa3\x67\x1d\xdc\x12\x71\x49\xb9\xaf\xd9\x74\x2b\xbd\xe7\x31\ -\x53\x2c\xfe\xa9\xd9\x30\x58\xc4\xc1\x59\xdc\x68\x81\x3b\x3b\x40\ -\x41\x63\x0b\x57\xae\x53\x50\xcf\x25\x0c\x75\x32\x15\x0b\xdf\x5a\ -\x40\x09\xb5\xa9\x6d\x3a\x1d\x56\xb7\x41\x4e\xc7\x3c\xec\x5a\xa0\ -\xa7\xe6\x5f\xd8\xf5\x39\x50\x1a\xa0\x34\x91\x25\xea\xa1\xe9\x81\ -\x6c\x2f\x54\x2c\xd7\x18\xa3\xed\x45\x10\xd9\x7e\x5c\xd6\x87\x33\ -\x2f\x70\x29\xe2\x65\x6b\x9e\x4f\xee\x9b\x5c\xf4\x99\x6e\x1c\x85\ -\x82\x8f\xd3\x96\x98\xb8\x07\xb0\x75\xd0\xa9\xd8\xe7\x77\x4d\x95\ -\x44\x58\xa4\x16\xcb\x63\xbc\x1a\x53\x41\xd6\x67\xb2\xe8\xaa\xb0\ -\xb0\x4d\x7c\x92\xab\xb9\x56\x6b\x43\x90\x19\x7f\x3d\x47\x06\xc3\ -\x04\x21\x33\x26\x65\x73\x4d\xcc\xa2\x5b\xd2\xf4\xca\x4d\x5d\x62\ -\xa2\xa0\xba\x30\x12\x37\xb0\x5a\xf6\xb2\x27\x00\x6a\x01\xf0\xea\ -\xf3\x75\x6a\xd0\x06\xa4\x3c\xa0\x03\x2f\xd9\xf0\x9c\xb4\xdf\x54\ -\x75\x40\x41\xdd\x9c\x61\x52\x13\x8d\x36\xd7\x0c\x24\x6e\xac\x84\ -\x08\x14\x67\x53\x1e\xfa\x59\x6e\xe6\x36\x2c\x77\x14\xd1\xbb\x95\ -\x74\x09\x18\x6e\x66\x16\xf2\x78\x2e\x3d\x69\xff\xbc\xe6\xa9\xe0\ -\x73\xa5\xcf\x3e\x51\x30\xd7\x7b\x52\x1b\xee\x30\xbc\x28\x6e\xc2\ -\x6d\x7f\xc2\xae\xbd\x39\x01\x0c\xb9\xce\x47\xb9\x0e\x12\xe0\x8d\ -\x93\x19\xc4\x27\x1a\x98\x00\x91\x3f\x63\xd7\x75\x45\x33\x22\x54\ -\xdd\x1c\xed\x4c\xbb\x06\xc0\x9c\x30\xe7\xc7\xbe\xef\xb5\xb8\x27\ -\xda\x74\x64\xca\x42\xd8\x95\xa0\x02\x3a\xa8\xa1\x9f\xf9\x7b\x4c\ -\x46\xee\xc9\xdc\x1c\x3a\x57\xad\xdc\xa9\xf6\x0c\x26\x15\xa8\x2e\ -\xbd\x37\x95\xf5\x99\x2a\x2e\xbe\xe6\x2e\x3c\x6d\x0f\x20\xd3\x26\ -\x01\x58\x30\x75\xec\x87\xe5\x9e\xb2\xe7\xbf\xbe\x5a\xf6\xd7\x2a\ -\x2b\x01\x49\xaa\xbc\x9b\x62\x08\x2e\xcf\xe5\xf5\xca\x7b\xe6\xfb\ -\x1f\x76\xfa\xac\x9a\x52\x19\xac\xe9\xeb\xca\xa9\xda\x97\x18\xd1\ -\xcd\xea\xf9\x91\x0c\x2f\x32\x47\xe9\x16\x1f\x61\xcf\x1d\xb3\xdb\ -\xd5\xff\xd6\x77\xd6\xe2\x61\x20\x5c\xa6\xdd\x3c\xaf\x9e\xe3\x6c\ -\xb6\xf9\x61\xda\x21\x37\x30\xba\xbb\xa9\x7e\xbd\x32\xb3\x66\x98\ -\x31\x05\x15\xbb\x6f\x06\xb9\x01\x2e\x16\x10\x1f\x99\x16\x2d\xd3\ -\x40\xf5\x8d\x87\xc5\x2a\x17\x8c\xdf\xad\x94\x2e\xd9\x69\x0c\x65\ -\x62\xa5\xa1\x97\x12\xd9\x44\xeb\xd4\x24\x0e\x69\xc4\x07\xdd\xc0\ -\x3e\x42\xad\x85\xca\xb6\xd9\x54\xf1\x9c\x30\x98\xc2\xd0\x44\xd6\ -\x5c\x12\xb2\x47\xa3\xcf\x25\xdd\x01\x9a\x48\xb8\x0a\x42\x77\x0d\ -\x0e\x15\x04\xe4\x14\xae\xaa\x67\x5c\x6f\xec\x92\x8f\x5b\x37\xc7\ -\xba\xe8\xa8\x04\x97\xd5\xc6\xaa\x4d\x95\xbc\x20\xf6\xdf\x1b\x6a\ -\x69\x49\x96\x49\xa5\xce\x3c\x25\xbb\xc9\xf2\xcb\xb6\xe0\x3d\xab\ -\x42\xbc\x09\xf2\x83\xbc\x3c\xf5\xf1\xbd\x8e\xce\x9d\xa8\x51\x9e\ -\x3d\x53\x5d\x67\x93\x62\xd7\x8b\x3a\x2f\x78\x65\x5a\x38\x33\xdb\ -\x7d\xb3\x43\xc8\x43\x06\x91\x3a\xff\xb9\x6a\x8a\xc0\x79\xb4\x90\ -\x2e\x61\x3a\xc0\xe0\x07\x4a\x14\xe6\x66\x44\x9d\xaf\x2d\x92\xb9\ -\x34\x51\x17\x30\xc6\x64\x36\x5d\xd1\xb0\x88\x7a\x61\x3b\xf0\xce\ -\xc5\x3d\x3f\xa2\xed\x67\xbd\x41\xa7\x25\x22\x5e\xb0\x12\x92\xb2\ -\x51\x35\xa4\xed\x61\xf2\xe1\x59\x70\x60\x05\xa1\xc0\xd4\xa9\x51\ -\x29\x07\xab\xd8\xf9\x29\x84\xd8\xd7\x28\x97\x34\x78\xcf\x97\xe0\ -\xb2\xa6\x13\x65\xbe\xf2\x59\x70\x07\xbb\x10\xab\xe6\xe6\x7c\xa1\ -\x52\x33\xa2\xe1\xe7\x3d\xe8\x11\xa1\xef\x3d\x8d\x0e\x43\xea\x42\ -\x18\xd7\x1a\xa1\xed\x55\x9a\x72\x2f\x1b\x45\xaa\xeb\xd9\xfa\x14\ -\x6b\x33\x70\x39\x34\xbc\x2b\x08\xe2\x0e\x4c\x11\xd0\x23\x14\xf7\ -\xcc\x27\xf6\xb1\xee\x1f\x12\xec\xbb\x26\xa5\x66\x0b\xe5\x9e\xed\ -\xff\xed\x14\x2e\x22\x0a\xea\xf2\x73\x81\x89\x85\xea\x77\xe0\xf6\ -\x2f\x81\xa6\x9a\xdb\x34\x8d\x7a\xd3\x0f\xf7\xd3\x64\x0d\xa9\xd8\ -\xda\x96\xe0\x5b\x10\x36\x2c\x73\x18\x8f\xdf\xa7\xdd\x5e\x9c\xdf\ -\xe0\xc1\xf1\x6d\xf2\x25\xd3\xd6\xb0\x35\xd8\xf2\xda\xcc\x5f\x40\ -\x0a\x79\x14\x0f\x59\x6f\x22\xad\x78\xea\xe8\x6a\xcd\x31\xe2\x98\ -\xd6\x34\xf4\x1c\xd2\x16\x7a\x0a\x04\x8a\x5d\x51\x56\x10\x7c\xd4\ -\x96\x9c\x74\x28\xb9\x9f\x4a\x0b\x3f\x16\x5e\x34\x97\x6b\x31\x46\ -\x9e\x15\x66\x8a\x0d\xbe\xf3\x79\x95\xd4\x87\x39\x45\x9b\x61\xa6\ -\x96\x14\x18\x00\x5e\xdb\x84\x1d\x80\x41\x6c\x92\xe2\x39\x8d\x6e\ -\xbf\x8c\xdc\x29\x7f\xde\x58\xe5\xde\x07\xdd\x19\x0e\xfa\x79\xcb\ -\xa1\x5b\xe1\xe3\x34\x3e\x68\xf3\xb4\x47\x7c\xb8\xae\x1b\x00\x40\ -\xa6\x01\xab\xa6\xe1\x13\xea\x6b\x93\xe4\x3c\x8d\xf5\x62\x9c\x4a\ -\xf3\xc1\x92\xba\xee\x1e\x20\x8a\x96\xd5\xe5\xda\x2b\xb2\x7b\x4b\ -\x45\xc7\x48\x3b\xe3\xa3\xc4\xb6\xcc\x69\xe7\x81\xb0\xe9\x5c\xa6\ -\x05\x17\xeb\xc5\xa6\xca\xa4\x60\x04\x96\xa9\x34\x25\x3f\x47\x90\ -\xcc\xd0\xa2\x34\x2c\x66\x07\x0e\x45\x7d\x88\x4b\x13\x33\x3d\x51\ -\xe8\x01\x98\x39\xd1\xfe\xa8\xea\x54\x8b\xb9\x57\x9b\xa0\x0a\x1c\ -\xc1\x9a\x0e\x5a\xe3\xe3\x24\x3c\xe3\x23\xd6\xb5\xd0\x33\xbf\x4e\ -\xf4\x78\x37\x2f\xaa\x43\x06\xa2\x2b\x01\x35\x33\x33\x68\xe6\x2c\ -\xf3\xa3\x91\x07\x06\x12\xdc\xa5\xc0\xaf\x4c\x24\xa1\x93\xee\x51\ -\x19\x2d\xe9\xd2\x4a\xe6\x00\xe8\x99\x96\x25\xba\x22\xc0\xfa\x25\ -\x1f\x94\x34\x0b\x4c\x16\xb0\x8a\x16\x2a\x5f\xa5\x49\x1f\x33\xb5\ -\x1e\xf2\x28\x2b\x63\x60\xad\xff\x5c\x56\xc1\x7c\x3f\x4e\xbd\x44\ -\x26\xdc\x92\xb9\x55\xde\xc4\x89\x68\x56\xd3\xaf\x71\x01\xb3\xbf\ -\x46\x65\x44\x68\x9d\x24\x80\x9b\x44\x24\x81\x01\x6c\xd4\x5f\x65\ -\xec\x70\xfa\x33\x2c\xc1\xc5\x3e\xe1\xf6\x6c\xbb\x75\x7e\x8e\x79\ -\x48\xf9\x5d\x0c\xe0\x75\x05\x96\xdc\xc8\x8a\x91\xd5\xa5\x1a\xcd\ -\xb0\xcd\x34\xda\x62\x5a\xac\x81\x62\x9f\x8f\xd3\x01\xb1\xb0\xee\ -\x98\x3f\xc5\x3b\xc2\x81\x89\x69\xe7\x13\xc3\x7d\x5f\x4a\x66\x5f\ -\x80\x9c\x6b\x2b\xf6\x61\x86\xc0\x55\x58\x60\xa0\x71\xe9\xcd\x7d\ -\x8c\x2d\x78\x33\x5c\x9b\xeb\x19\x5c\xfc\xff\x09\x2f\x73\xdf\xe3\ -\xc7\xcd\xad\x4e\x65\xfa\xf8\x7a\x19\xd7\x17\x8a\x41\x5a\xb5\x63\ -\xb3\xab\x5d\x05\x66\x95\xf7\xcc\x78\x46\xac\xa8\x08\xfa\xa2\xdb\ -\x37\x6b\xe8\x1c\x65\x5f\x99\x2d\x20\x49\x49\x44\x1b\xa1\x56\x67\ -\x94\x4d\x3c\x4a\xb8\x51\x4c\xd6\x45\xa2\x82\x6e\x59\x8a\x62\x6f\ -\x22\xa4\x23\x05\x0b\x22\xeb\x59\x23\x1b\x23\xbc\x8c\x83\xc3\xe5\ -\xcc\x73\x58\x6a\xe7\x8d\x02\x57\x0b\x78\xc6\x10\xac\x83\xd1\xbc\ -\xf0\x30\x4e\x89\x4d\x60\x45\xba\xbd\x98\x5f\x78\xbb\x13\xf4\x3e\ -\x20\x07\x39\x27\x78\x71\x34\x3a\x1a\xe6\x56\xba\xfe\xba\xf1\xd5\ -\x72\xbc\x84\xaa\xd3\x91\x44\x73\xa5\x88\x13\x59\x56\x4d\x72\x8e\ -\xdd\x54\xe4\xdc\xe0\x70\x8a\xdb\x2d\x23\x0c\x07\xb5\xe4\xf5\x34\ -\x45\x28\x54\x28\xc6\x8d\xe6\xe0\xf4\x18\xe6\x27\xe7\x32\xa3\xc2\ -\x32\x45\x2a\x3d\x18\x95\x76\x77\x72\x4a\x54\x89\x68\x47\x02\xab\ -\xe6\xe5\xd4\x7c\x9d\x4c\x46\x42\x37\xf9\x80\x2c\x9e\x0a\x3e\x7d\ -\x2f\xb3\x70\xec\xc7\xe3\xc4\x25\xa7\xbc\xfd\xfd\x11\x5e\x1a\xb6\ -\xaa\xc4\xcd\x42\x15\xc0\xb0\xbf\x16\x90\x2f\x42\xdd\xfa\x5c\x8f\ -\x3d\x68\x77\xa1\xc1\x0c\xd0\x13\xcf\x9d\xf2\xf0\xa2\x68\x5c\xaa\ -\xb6\x69\x86\x09\xc6\x33\xa5\xae\x0b\xd7\xd7\xc9\x14\x85\x0b\xda\ -\x77\xcd\x02\x17\x94\x8c\x17\x95\xc3\xf2\x1f\xdc\x27\x3f\x22\xa2\ -\x31\x0e\xb1\xfe\xe9\x40\xd5\x4c\x1b\xe8\xb3\xfb\xdf\xcf\x34\xd2\ -\xd5\x71\xb2\x1d\xd2\xac\x79\x2c\x8d\x82\x62\xd3\x1a\x64\x55\xdc\ -\x3c\xed\x6d\x1e\xc9\x91\xbf\x87\x8d\xa6\x58\xc1\xaf\xfc\xf9\x23\ -\x27\x75\x66\x77\x6b\x6a\x84\xed\xb5\x4f\xe1\xcf\x8f\x1a\x43\xe8\ -\xcf\xcc\x7e\xbf\x67\xa1\x65\xcd\xca\x89\x08\x7d\x57\x82\x47\x65\ -\x9d\xc4\xc4\xee\x36\xb0\x88\xb6\xf7\xf8\xed\xd7\x49\xf8\xdf\x27\ -\xf9\xf4\x98\x31\x27\x46\x75\xaf\xd4\x5f\xf1\x6c\xc3\x87\x09\x0c\ -\xc1\x05\x0c\xb7\x89\xcd\xf1\xa1\xd1\xf3\x4c\x23\x0a\xd7\x51\x16\ -\x06\xe4\x42\x25\x74\x34\xde\xb2\xda\xbe\x51\xeb\xa4\xe8\x1c\xc4\ -\x28\x94\x7a\xad\xe9\x40\x3f\xee\xd3\xd7\x30\xff\x71\x70\xd2\x72\ -\x80\xe2\xd9\x0c\x7b\x7a\x89\xdc\xa4\x73\x13\xdb\x1d\x8e\x37\xa3\ -\x91\x06\xa0\x50\x8a\xf1\xdd\x51\xcc\x9c\xc8\xd0\x75\xd2\xcb\x64\ -\xfd\x1b\xcd\x36\x9c\x70\x0d\x04\x01\x43\xb7\x01\x05\x06\xe1\x96\ -\x9f\x77\x4b\xca\x15\x02\x98\x35\xa1\xb4\xf8\x34\xdd\x58\x34\xec\ -\xfb\x19\x0a\x5c\x90\x32\x08\x5c\x4e\xee\xa7\xac\x27\xb0\xfa\x61\ -\x6c\x93\xa0\x7e\x26\x50\x98\x18\x94\xcf\xc5\x50\xa6\xfa\x4f\xcf\ -\xe8\x5c\x7e\x26\x16\x76\xc3\xb7\xc5\xb1\x37\x55\xcd\x28\xc8\x7e\ -\x8e\x4e\x5c\xa7\xe5\x5d\xdd\x10\xc6\x33\xf6\xfa\x2a\x05\xc1\x00\ -\xd2\x32\xe7\x74\x94\x49\x95\xb9\x4b\x1f\xe9\xe1\x18\x60\x60\xa5\ -\x46\x13\x51\x64\x8c\xfa\x9e\x72\x95\x9c\x4c\xbf\x97\x82\x46\xa9\ -\x33\x60\xa9\xee\xe3\x24\x18\x9b\x51\xbe\xc7\xa5\x46\xa5\xf3\xfe\ -\xed\xa0\x24\x8d\xcb\x4c\x14\x28\xea\x9d\xfa\x5e\xf1\x1a\x31\xf5\ -\xd5\x86\xa0\x02\xd1\xa4\x7f\xd7\x1e\xfd\x69\x51\x46\xb1\x07\xb5\ -\x1c\xaf\x02\xec\x09\x1d\xeb\x8c\xbd\x79\xef\xfa\x6d\x24\x31\xd6\ -\x13\x86\x1b\x67\x6f\xca\x64\x63\xb5\xe4\x94\x4c\xa7\xef\x7e\x9e\ -\xa0\x87\x57\x6b\xb0\x4f\x98\x6e\x70\xd1\x3a\xfa\x7f\x93\x22\x31\ -\x46\xe3\x4b\xcd\x2c\x23\x6a\x14\x08\x32\x00\xdd\x30\x65\x44\xdd\ -\x98\x7a\x50\xdc\xea\x5f\xa7\x1f\x92\x1c\xf2\xf3\xec\xeb\x95\x05\ -\xc4\x8c\x8c\x11\x47\x54\x45\x18\xee\x39\x61\x82\xc0\x2f\x7a\x45\ -\x1e\xd0\xb4\x2c\x0c\x3d\xd2\x3f\xe6\x30\xe4\x26\x14\x26\x4a\x21\ -\x84\x29\x86\x9e\xc9\xba\xc1\x51\xb8\x0c\x32\x7c\xf4\xa8\x15\xf3\ -\xae\x77\xeb\x60\x0f\x1f\xe3\xb9\x15\x80\xb5\xbb\x17\xd2\x8d\x86\ -\x50\x52\xcf\x64\x0f\x38\xf3\x0c\xaa\x0f\x34\x11\xba\x84\xc8\x55\ -\xe6\x04\xba\x5e\x19\xc4\x67\x8b\x77\xa0\xba\xa9\x78\x8e\x82\xa3\ -\x92\x0c\x9e\xba\xac\xbf\xf7\x31\xeb\xc6\xcb\x82\xf0\x28\xbc\xa7\ -\x00\x5e\x17\xc1\x1b\x54\xa8\x47\x3e\xe6\x97\x0c\x7f\x43\x44\xf8\ -\xfb\xf9\x1f\x8c\x31\x34\xeb\xc6\x36\x6c\xd6\xe0\x00\x9d\x8c\x51\ -\x8e\x22\x49\x2c\x8b\xc0\x9c\x0a\x09\x40\xaf\x31\x61\x71\xdf\x23\ -\x7b\x0f\xba\x11\xde\xf3\x0d\x82\x00\xd7\xf8\x1d\x07\x22\x33\xc3\ -\xb0\x4d\xe7\xc3\x37\xc8\x40\x43\xf8\xc4\xb2\xc0\x8c\xdb\x3a\x10\ -\x3e\x9f\x4f\x2c\x5a\x32\xbd\x9b\x58\x53\x34\xc6\x0b\xfe\xce\x0f\ -\xbc\x48\x33\xa9\x84\x5c\xec\x9d\xa2\xf6\xf7\xfd\x47\x9d\x77\xc0\ -\x33\xc6\xdc\x75\x48\xa7\x9a\x9f\x79\x2b\x56\x45\x56\xf8\x8a\xf2\ -\x9e\x87\xde\x40\x78\x7f\x54\x83\x36\x50\x83\x5e\xd4\x56\x95\x8d\ -\x86\x37\xe1\x66\x84\x97\x3d\xb7\xee\x04\xe9\x25\xf6\x35\x08\x26\ -\xff\x89\xa9\x93\xa6\xd9\x5b\x86\x84\x15\x9d\x37\xdf\xca\xf3\xb5\ -\x1c\xb0\x31\x54\xec\x3e\x4c\x7f\xf7\xe7\xf3\xae\x25\xb2\x3d\x1b\ -\xe9\x82\x37\x41\x83\x03\x83\x7f\x5d\xec\x3d\x45\x04\x3e\x72\xab\ -\xdb\x8e\x37\x50\x28\x2d\x24\x17\x57\x6a\x5c\x9d\x44\x94\x2a\xb0\ -\xd2\x27\x3c\x8c\x5b\x84\x61\xca\x5b\xa9\x6e\x4c\x4d\x00\xec\x9b\ -\xaf\x9b\x93\x4c\x90\x66\x49\xed\xf7\x54\x73\xcc\xa8\x6b\xc6\x98\ -\x03\x11\xfd\x98\x01\x80\xe7\x66\xa1\x37\xa2\x86\xbc\x4d\xf8\x28\ -\x77\x99\xb9\x69\x14\x2f\xfb\x8c\xb7\xdc\x9a\x62\x6e\x66\x03\xec\ -\x3d\xb5\x0c\x80\xc9\x70\x83\x36\xcc\x03\x94\x32\x7a\x79\x61\xea\ -\xda\x25\x9e\x89\x2c\x22\x1c\x69\x70\x71\x1d\x85\xf4\x59\xc2\xcc\ -\x05\x79\x7b\x4e\xd4\xc2\xdc\x47\x9f\x40\x2f\x68\x57\x64\xcb\xc4\ -\x7f\x4f\xb8\xe8\x65\xee\x9a\xba\xfe\x15\x5c\xd2\x89\xdb\x07\xee\ -\xcd\xba\xbe\x1e\xda\x73\xde\x19\xf0\x2a\x7a\x90\x09\x7f\x8a\x46\ -\x6d\x99\x42\x96\x4e\x8f\x50\x0d\x71\x32\x28\xb7\x4e\x5e\x4b\xe4\ -\x80\xe9\xd3\xbc\x31\x99\x21\x31\xe0\x72\xb8\xd1\x16\x2e\xfa\x34\ -\x4d\xad\xa8\xf2\x44\x81\xba\x6d\x83\x48\x3a\xa0\x7a\x9d\x32\x39\ -\x51\x7f\xcf\xcb\xf3\xd5\x32\xef\xa2\x8d\x83\xa6\xab\xd0\x9c\x97\ -\xb3\xce\x87\xec\xfd\x7f\x58\x73\xae\x28\xd2\xb0\x34\xf4\x9d\x2e\ -\xb5\x69\x67\xb8\x75\x4d\xcb\x81\xf2\x4a\xe9\xa0\x89\x4c\xe6\x4e\ -\xa5\x13\x00\x9f\x96\xcf\x39\xf3\x95\x0b\x4a\xee\x8d\xc5\xc7\x1a\ -\x2b\xa5\x4f\x53\x58\xf4\x0a\x6a\x51\x77\xdf\x7f\x2c\xa7\xee\x97\ -\xee\xc1\xa2\xd3\x23\x6f\x21\x6e\x79\x37\x37\x58\x82\x95\xb9\x70\ -\x2f\x05\xbe\x69\x68\xed\x7c\xf0\xfb\x8b\x07\x40\x84\x88\xe0\xc6\ -\x4f\x78\x8b\xe9\x24\x5d\xc1\xb0\x09\x99\x27\x35\xe8\x55\xdd\x84\ -\x94\xb5\xe0\x94\x2e\x9a\x50\x5d\x45\xcd\xd7\x13\x50\xa6\x36\x4d\ -\x78\x03\xb0\x24\xb4\xd0\x9a\x60\xd6\x9c\x2b\xba\xec\xb9\x1c\x6d\ -\xca\x8b\xc8\x70\x17\x81\xbf\xeb\x73\x43\x23\x04\x53\x33\xd3\x42\ -\x3f\x87\x80\x6c\x6b\x47\x5c\x3f\x7b\xeb\x84\x60\xd8\xf9\xc0\xaa\ -\x4b\x15\xd2\x42\x95\x10\xe1\x0e\x3a\x35\x01\xf2\x1d\x96\xd8\x9a\ -\x33\x76\x87\xa6\xb5\x03\xc8\xd0\x1a\xe2\xbd\x48\xd4\x75\x36\xe7\ -\xc7\x1a\xbb\xd2\xf8\x89\xb2\x15\x88\x2e\xf8\xb0\xe6\x70\xbd\x8a\ -\xd6\xc4\x63\x53\x74\xfb\xba\xcb\x35\x31\x63\xae\x52\x8b\xbc\xe7\ -\x7f\x59\x58\x0a\xc3\x3d\x6f\xcd\xfe\xb4\x42\x71\xda\xf3\xaf\x94\ -\xb5\x61\x74\xcc\x01\x53\x18\x18\x46\x34\xb5\x54\x1c\xfc\xa8\x98\ -\xfd\xcc\xa6\xc1\x86\xb6\x0f\xe8\xfb\xb9\x35\x64\x36\x74\xf4\x58\ -\x74\xce\x02\xd3\xd7\xcf\xf0\x7d\x59\x9b\x9a\xa1\x1e\xe3\xf0\xb1\ -\x1c\x28\x10\x6a\x91\x32\x95\x36\x1f\x20\x36\x54\xe7\x5e\x3d\x2f\ -\x6f\x9c\x91\xc3\xd8\xf4\xdf\xbe\x3a\xf8\x63\xb9\x50\x64\xc0\xd3\ -\x5d\x34\xb9\xfa\xbc\x0f\xba\x80\xad\xb9\x50\x5a\xd7\x04\x60\xcd\ -\xeb\x7a\x5b\xfd\x48\x3e\xbd\x98\xba\x5f\x6b\xfe\xac\xe6\xd0\x91\ -\x28\xa5\x37\x42\x7b\x59\x40\xc8\x9e\x1f\xfe\xb4\x82\x99\xbc\x01\ -\x20\xb1\x69\xe7\x1b\x00\xb5\x6e\xd0\xdf\xb6\xd9\xe6\xa5\x00\x11\ -\x4f\x73\xec\x64\x0b\x22\x77\x17\x54\x54\xdb\x98\xea\x31\x50\x9d\ -\x68\x1d\x70\x7d\x7f\xfe\x4b\xe0\x04\x30\x02\x73\xa7\xb1\x4c\x78\ -\x42\x99\x50\x5d\xa5\xa1\xb6\x73\xff\x4e\x9a\x5b\x58\xcb\xd7\x78\ -\x9f\xa1\x59\x94\x3c\xc5\x18\x14\x79\x86\x13\x11\xbc\x2d\x47\x6b\ -\xbc\xae\x04\x26\xd3\xe1\x1f\x00\x00\x20\x00\x49\x44\x41\x54\xfe\ -\x2c\x3b\x0e\x10\x81\xa7\x6b\xa1\xa9\x31\xb7\xa2\xfe\xe1\xa9\xcf\ -\xae\x00\x0c\x7a\x81\xb8\x26\xcc\xf6\xf2\xcf\xad\x74\xd6\xcb\x72\ -\xae\x72\x8a\xe5\xb5\xfe\xdd\xe8\x95\xb7\x30\x20\x6b\xbd\x70\xe1\ -\x80\x29\x6f\xcb\x5d\xd4\xba\xdc\x75\x9c\x7a\x1f\x10\xee\x9b\xcb\ -\x6b\x68\xfe\xad\x7e\x15\x60\x9c\x5a\x4b\x9a\x9a\xe2\x12\x35\x54\ -\xf3\x29\x3c\x5b\x7d\xad\x03\x26\x5a\x62\x4a\x2c\x4f\x6b\xbe\x81\ -\x09\xe1\x7e\xff\xd1\xe7\xc5\xbe\x5e\xee\x7a\x84\x61\xf3\xea\x7e\ -\xfc\x45\x14\xc9\xf9\xc3\xe0\x80\x7a\x74\x61\xba\x04\xe5\x4e\x17\ -\x5c\xce\x6e\x25\xf4\x03\xb3\x2c\xf6\x51\x38\xde\x91\x40\xd8\x68\ -\x70\xdf\xd2\xc6\x59\xfa\xcd\xc4\x62\xc5\xde\xb2\x1d\x9a\x79\xc3\ -\x08\xd1\xa3\xdb\x2a\xc2\x32\xbe\x76\xa1\xda\x9a\xcf\x52\x4d\x20\ -\x04\x34\x84\x0c\xa6\x36\x21\x82\x00\x77\x49\xaa\xbf\xe7\x8c\xe0\ -\xc9\x74\xf3\x99\xd1\x78\x75\xea\x00\x95\x91\x78\x72\xd2\x87\x85\ -\xe9\x86\xa3\x5a\xc9\x65\xe1\x52\x94\x67\x31\xa4\x74\x2e\xf0\xe9\ -\x93\xe0\xd6\x8c\xba\x68\x35\xa8\x59\x55\xb4\xe7\xfc\xe0\x83\x8d\ -\x74\x2b\x62\xed\xa0\xb9\x86\x16\xcd\x68\x13\xb6\xe1\x9a\x9b\xc9\ -\x76\xc8\x0f\x40\xf0\xc2\x5b\x1b\x5f\x1f\x5f\x93\x35\x64\x58\x74\ -\x64\x44\xc3\xc2\xe4\x74\x6c\xaf\xcf\x16\x2b\x25\x86\x64\x43\xbc\ -\x29\x9e\x17\xfd\xbe\x59\x28\x13\x84\x04\x38\x7e\x07\x52\xe3\x75\ -\xab\x98\x83\x84\x5e\x73\x8e\x50\x61\xaf\xdf\xa9\x08\x94\x6a\x8e\ -\x94\xf7\x3a\x58\x50\x46\x77\x0c\x22\xa4\x23\xcf\x5c\x69\x6f\xc6\ -\xf9\x0e\x96\x4f\x52\x28\x07\xfd\x1b\xa2\x8d\x8f\xd0\xb7\x05\x2a\ -\x42\x5a\xe8\xfb\x94\x45\x4a\x60\x2b\x6e\x3a\xa7\x04\x19\x4e\x58\ -\xa1\x16\x40\xf3\x21\x07\xa8\x37\x11\x00\x4a\xdb\x13\x50\xb0\xc2\ -\x6d\xd8\xc1\xe8\x95\xa3\x9a\x99\xd4\xd2\x06\x3d\xf7\x2a\xd7\x1e\ -\x1b\xd7\x93\x3a\x01\x60\x43\xb1\xa0\x48\xf6\xe3\x3d\x52\xd2\x2d\ -\x18\xa4\x89\x97\x9d\x32\x88\x1b\xba\xb4\x1b\xe6\x28\xf7\xd4\x46\ -\xfa\x63\xb4\xf0\xe7\x66\x35\xcc\x0a\xe8\xd4\x42\xed\xab\xd5\x30\ -\x4a\x9b\x76\x9c\x28\x84\xdb\x54\x9d\xbe\x1b\xe7\x54\x33\x12\x38\ -\x18\x73\x40\x59\xab\x47\x8d\xd5\x41\xf7\x55\xf7\xa5\x01\x58\xe8\ -\x75\xe9\x1a\xd5\xa9\x27\xbb\x68\xfe\x69\xea\xb8\x7e\xce\xf5\xf3\ -\x6d\x13\x39\x7b\x07\xd5\x71\x6d\x00\x86\x0d\x2f\xd2\x68\x61\x03\ -\x52\x60\x5f\x64\x73\x76\x65\x72\xe6\x60\x2a\x5e\x78\xda\xc4\xff\ -\xb2\xe3\xe9\x94\x25\xc6\xa1\x3b\x5a\x73\x98\xe2\x3a\x10\x76\xa1\ -\xf5\x41\xac\xdf\x27\xc0\xf0\x48\x93\x7a\xd2\x51\x7d\xfb\x45\x06\ -\x82\xd6\xe6\xbc\xdb\x75\x9b\xf0\x1c\xcf\xf4\x43\x12\x6a\xec\x56\ -\xdd\xdf\xd5\x4e\x5d\x90\xdb\xfd\x8b\xdc\xc8\x62\xda\x90\xec\x08\ -\x3f\xbb\xb8\x89\xc0\x91\x30\x68\x39\xab\x99\x92\x7b\x0c\x11\xa6\ -\x33\x0d\x16\xb3\x02\xb0\xf3\xa0\xbb\xe9\xcd\x5d\x03\x84\x39\xc9\ -\xa6\xc3\x54\x9d\x04\x32\xa6\x64\x6d\xa0\x7c\x82\x7e\xd8\x07\x7b\ -\x0e\x61\xa1\x40\x35\x0d\xd6\xb2\x7e\xd8\xa8\xac\xe6\x7c\x77\xd6\ -\xc6\xca\xd9\x1e\x7e\x69\xfc\xb0\x00\xcd\x67\x63\x15\x0a\x1a\xd4\ -\xaa\xc1\xc9\x7f\xff\xc9\x41\xd6\x43\x84\xed\xe4\xc6\xfe\x2c\x7d\ -\x8d\x53\x31\x46\x02\xc8\x13\x6d\x9d\xb7\x28\x84\xfc\xbe\xd5\x11\ -\x38\xd9\x4b\xb5\xe6\x22\xb3\xc1\xae\xda\xf6\xb4\x07\xbf\xcc\x40\ -\x81\x9a\x31\x4c\x1a\x0c\x75\x79\x82\x33\x84\x10\x32\xf6\x60\xb8\ -\x41\x11\xa7\xd3\x62\xdc\x69\x22\xb8\xe8\xa5\xd4\xb1\xea\xf4\x09\ -\x50\xa6\x36\x43\xcf\x5f\x91\xae\x89\x67\x3b\xf3\x71\x65\xcc\x30\ -\x9c\xdc\x41\xfb\x7f\xcf\x9d\x16\x29\x78\x9c\x7e\x1f\xf3\x19\x8b\ -\x1c\x41\xbe\x4a\x11\x9e\xfc\x07\xce\xb2\x9b\x1a\x55\xe2\x92\x8a\ -\xd5\x1c\x69\xcd\x28\xbd\x90\x1a\x2d\xd7\x1b\xb0\xaa\x4d\xd7\xa9\ -\x70\x32\x63\xce\x46\x40\xd2\x23\x09\xec\x3a\x91\x50\xb0\xe8\x8a\ -\x60\xc5\xf6\xe7\x4a\x9f\x77\x9a\x3c\x36\x9a\xe9\x70\x1b\x7f\xd4\ -\xf3\xa2\x4a\x45\xf4\xf9\xa0\x63\xe4\x80\x3e\x2f\x08\x44\x4a\xd7\ -\xf5\x3c\x5b\x05\x01\x86\xba\x02\xba\x30\xd7\x15\xbd\x18\x6f\x42\ -\x9a\x43\xcf\x91\x42\x02\x1e\x8e\x2a\xc5\x74\xc1\xc5\x43\xda\xa1\ -\x8b\xc1\x69\xb8\xd9\xdc\x49\x4c\x7e\xda\x88\x19\x60\xd3\x0d\x9d\ -\xc6\x6d\x2d\x63\xab\xf1\xe6\x25\x84\x82\xd1\x34\x6e\x39\x0c\x04\ -\x04\x89\xb6\x6d\x13\x83\x08\xb7\x94\xd8\xe4\x9b\xb6\x2a\xec\x24\ -\xd3\xd9\x87\x21\x17\xf9\xc4\x69\xf9\x01\xd2\x5d\xa3\x22\xac\x0d\ -\x83\xea\x43\x30\x9a\x8e\x25\xd1\x69\xd3\x0a\xf8\xc3\x5e\x8b\x5c\ -\xc2\x6c\x54\x38\x53\xaf\x7d\x3a\xd3\x0a\xf2\x03\x95\xd0\x5a\x30\ -\xb8\x60\x68\xa3\x13\xcd\xaf\x39\xa1\x08\x14\x2a\x1a\xa6\x08\x5d\ -\xa0\xa0\xfc\x33\xf2\x24\x36\x7d\x19\xa6\x38\xd7\xa7\x00\x6e\x09\ -\x19\xc5\x08\x69\x2e\xcc\x04\x6e\x4e\x5d\x88\xa5\x10\x10\xcb\x54\ -\x41\xcd\x1a\xf0\xc9\x07\x00\x28\x55\x51\xc5\x56\xc0\x74\x6b\xa3\ -\xe9\x14\x49\xd4\xac\x83\x6c\xfa\xcd\x00\xc1\x1a\xbc\xd0\x4e\xd1\ -\x68\xd7\x04\x8b\x3b\x26\x17\xab\xfc\x53\x81\xe8\x1b\xcb\xb6\xb1\ -\x15\xd3\x14\xe7\xa8\xe7\xb4\xc9\x1b\x8a\xf5\x89\x7b\x28\x9c\x88\ -\xbe\x5b\xa8\x17\x8d\x84\x8f\xf9\xb9\xca\x62\x24\xa7\x3d\x67\x03\ -\x04\x7a\x24\x62\x90\x35\xdd\x54\x06\x16\xb4\xbd\x65\x84\xd2\xbf\ -\x17\x71\xa9\xeb\x3a\xa8\x39\x5e\xa5\xd3\x21\x37\xf3\x80\x7c\x2f\ -\x78\x68\xdc\x60\xfb\xf7\x78\x97\x32\x9e\xce\x6e\xdb\xd8\x33\xa0\ -\x7c\x96\xbc\xab\x8a\xcc\x1e\x11\x6b\xf2\xfb\x36\xa2\xf0\xde\x84\ -\xf6\x00\x86\xfe\x17\x10\xca\x8d\x3b\x24\x69\x45\x75\xbb\xab\xcd\ -\x89\x08\xb6\x7a\xee\x18\x16\x7c\x28\xc2\xea\x3e\x46\x78\x15\x31\ -\xef\x83\xfb\xe0\x62\xd3\x1f\x56\xb8\x08\x8f\xd4\xa9\x27\x27\xae\ -\x30\x18\x30\x73\x0f\x58\x2c\x97\xab\x16\x76\xdf\x55\x3b\xff\x51\ -\x62\xc2\xcf\x41\x31\xc3\x22\x35\x4a\x88\x7b\x6f\x54\xc9\xf5\x71\ -\x53\x9a\x13\xe6\x76\x2f\x99\x5a\x11\xdd\x1a\xac\xa2\x45\x14\xc9\ -\x50\x4a\xb7\x75\xcf\x86\x62\x14\x8b\x7f\x37\xde\x29\xc5\xbe\xd1\ -\x59\x3b\x1a\x5c\xcf\x48\x3a\xeb\xf3\x3c\xc7\xef\x14\x78\x7c\x28\ -\x96\x4e\xc0\x4d\xcd\x1a\x12\x37\x19\x80\xbd\x30\x09\x9a\x75\xb0\ -\x3c\xec\xde\x4e\x01\x9c\x18\x94\x37\x29\x80\xd5\x64\x69\xba\x46\ -\x28\xd4\xf2\xd0\x91\x86\xeb\x2a\x34\x5d\xd9\xaa\xdf\xd9\xe9\x42\ -\x61\x7b\x63\x94\x29\x8b\xc8\x20\x02\x32\x13\x21\xff\x4c\xab\x09\ -\x4b\x33\x35\xe1\x9c\xe0\x92\xd0\x1e\x09\xc2\xb0\xd1\x75\x9b\x8e\ -\xbb\x68\x73\x9f\xae\x71\x3e\xb5\x3d\xc7\x48\x29\x88\x77\x7f\xc6\ -\xcd\x64\xa5\x6a\x67\xd2\xde\x9b\x36\xec\x21\xa9\x9e\x7c\x2c\x4c\ -\x57\xd7\xb4\xda\x5c\x02\x20\x90\x9b\x5f\x78\xcc\x8a\x37\x1d\x52\ -\xcc\xc6\x60\x6d\x58\x66\xd1\xae\x73\x0b\xaa\x75\xea\x54\xcd\x73\ -\x7c\x02\x02\xf2\xde\xd2\x66\x83\x9e\xea\x2f\x28\x81\xda\x08\xdd\ -\xa0\x66\x16\x3c\xa3\xeb\x8d\xd7\xe8\x8d\x04\xa4\xc6\xa2\xc7\xb2\ -\x53\xc9\x58\x16\x0e\xda\x06\x5d\xb3\xe6\x16\x02\x17\x3d\x54\x0d\ -\xf8\xe6\x0d\x04\x1a\x48\x5b\x93\x11\xaf\x13\x86\x60\x57\xfc\x98\ -\xc9\xb3\xb9\xa6\x32\xa7\xab\x6c\x6d\xfa\x32\x04\x1d\x7e\xd0\x50\ -\xdd\x05\xcc\x39\xb8\x67\x16\xe6\x85\x6b\xec\xcc\x1f\xac\x03\x2b\ -\x07\xaa\xea\x1a\xd7\x00\x07\x03\x16\x89\xc1\x01\x1d\x01\x40\x31\ -\x4a\xeb\x4f\x00\xf0\x0a\x9c\x9d\x5c\x6a\x7b\x20\xf9\x09\xe0\xca\ -\x03\x21\x6c\xda\xab\x43\xb0\x16\xe6\xcd\xf9\x94\x5d\xeb\x8d\xa9\ -\x9b\xc6\x25\xd3\x8d\x88\x80\x66\xe6\x8a\x2a\x6d\xd2\x3c\x5f\x99\ -\xed\xb9\x35\xea\x2e\x7a\xad\xe7\x12\x03\x73\x88\x9d\xda\xa4\x5f\ -\xc3\x26\xa9\xb6\x5e\xaf\x74\x0c\x41\x60\xb8\x8b\x31\x81\x7d\xd6\ -\x69\x3c\xcd\xba\xd9\xb8\x35\xe5\x96\x61\x22\x65\xdc\x6b\xbf\xc3\ -\x79\x68\xba\x20\x2c\x3a\xf8\xe9\x1f\x09\xca\x41\x8f\xf1\xe0\xfa\ -\xdf\xaf\xba\xa0\x4d\x1c\x4e\x14\xcd\x4a\x6d\xd0\x5c\x93\xc1\x65\ -\x82\x14\xfe\xf6\xd6\x49\xf3\x21\x33\xa4\x3b\x14\x81\x72\x3b\xd1\ -\x42\x09\xb1\x96\x92\xba\x71\xb1\x2d\x9a\xd0\x09\x91\x8b\xaa\xb1\ -\x85\x13\xfa\xe8\x3a\x46\xde\x52\xc6\xbe\x4d\xec\x5b\x37\xce\x74\ -\x55\xd1\xd7\x98\x81\x1c\x23\x67\x61\xb8\x9a\xd0\xb3\x4c\xe3\x24\ -\x3b\xe7\x96\xf6\x43\x96\x2c\x8d\x7e\xfa\xb4\xe7\x2e\xa2\x43\xab\ -\x0f\x29\xb9\xfb\x4f\x85\xdb\x9c\x33\xf4\x0b\xe1\x7c\x46\xd0\x29\ -\x6e\x82\x47\xc4\xe9\x74\xed\x75\x12\xc0\x9a\xb4\xee\xe1\xa5\xc2\ -\x85\x1b\xdf\xc7\xf2\xc3\xf4\x17\x5e\xdc\x30\xb8\x1b\x8d\x8e\x7b\ -\x7f\x8d\x2b\x36\x1f\x4d\xdc\x9e\xa6\x1b\x72\xae\x7c\xa1\xce\xa1\ -\xd9\x3d\x4b\x1e\x80\x85\x4e\xbf\x4d\x66\xbd\x11\xc0\x10\x18\x97\ -\xdc\x8f\xd2\x76\x9c\x34\x4f\x71\x69\xe6\xfd\x23\x47\xff\xe9\x7a\ -\x9d\x8a\xb5\x6a\x76\x52\xc1\x89\x93\x6d\x7a\x4e\x6f\xf9\x68\xb5\ -\xce\x74\xc8\x88\xf1\x66\x56\xe8\xd8\xa8\x49\xb5\x4f\xf7\xf9\x40\ -\xe5\x9d\x83\x72\xb9\x51\x54\x40\x7a\x59\xfe\x14\xd1\xe8\x26\x38\ -\xc5\x34\x61\x15\x89\x73\xd1\x39\x11\x55\xf1\xfc\x32\xdd\x5e\x9a\ -\x8b\x3a\xd5\x71\x34\x17\x61\x77\xeb\x23\xcb\x50\x5b\x37\x7f\xcd\ -\x5f\x29\xc8\x77\x5c\x6b\xa3\xd0\x86\x5b\xa4\xe6\x1d\x85\xeb\x97\ -\x73\xca\x71\x45\xb0\x71\x9b\x80\xb7\xc9\x7a\x09\x8b\xdd\x0f\x36\ -\x69\x6e\xa9\x88\x70\xd4\x4d\x3d\x4e\x39\xd1\x83\x4a\x69\x2f\xd6\ -\x6b\x17\x7c\x78\x1e\xc3\x1e\xfa\xd0\x0c\x40\x69\x2e\xe8\x20\x56\ -\xef\x93\xb3\x55\x68\x56\x0a\x2b\x2a\x5a\x82\xcd\x7c\xc5\xad\x76\ -\x29\x40\x18\xdf\x52\x43\x7b\x50\x5e\x51\xf7\xe1\xdc\xc3\x08\x38\ -\xd6\x6b\x7b\x4f\x76\x03\xaa\x66\x37\xb4\x55\x96\x9b\x08\x63\x18\ -\x68\x90\xd3\x92\x2e\xc0\xef\x59\x5a\x8f\x7e\xf0\x85\xae\x73\x72\ -\x6c\x7c\x72\x0e\xdb\x9a\x5c\xa7\x0a\x23\x97\xb0\xe4\x99\x8d\xbc\ -\x47\x8c\x20\x84\x26\x64\x75\x85\x04\x99\x90\xc7\x74\x09\xfb\x04\ -\xee\x00\x27\x19\x95\x92\x8d\x4e\x48\xa6\x53\xb4\x7b\xce\xe6\x96\ -\x28\xc5\x86\xbd\xe7\x04\xad\x59\x70\x16\x1c\x8a\x5d\x3f\x1a\xd2\ -\x15\x73\xe6\xdd\xae\x5b\x11\xc9\xbd\x5e\xbf\xd3\xfc\x81\xe4\x71\ -\x5a\xbc\x69\x9b\x8b\x53\x2f\x46\x78\xf3\xf2\x20\x25\xc4\x14\xec\ -\x9b\x75\xcf\x5d\xcd\x44\xdc\xa6\x60\x45\xf0\x4f\x13\xdb\x6e\x0a\ -\xa4\x5a\xe4\xdc\xab\x66\xd9\x9f\x8b\x46\xd6\x8b\xf7\xaa\x55\x23\ -\xdc\x9a\x7a\x06\x28\xe0\x1d\xb4\x29\x52\x05\x5a\x86\xad\x1f\x36\ -\x0a\x25\xd7\xc9\x27\xdb\xfd\x85\x74\x18\xae\xa6\x0c\x18\x85\xed\ -\x7e\xc6\xc5\xe7\xc7\x02\xee\x79\x5e\x1d\x26\x23\x60\xd5\xca\x9f\ -\x34\x9e\x84\x57\x01\xab\x38\x80\xe3\x30\x5f\xe2\x69\xf6\xf5\x33\ -\x4c\x08\xc2\x7d\xd1\xaf\xb1\x31\x94\x42\x27\x68\xf7\xd5\xcd\x59\ -\xc0\x0a\x67\xd5\x1f\xea\x3e\x36\xfc\x9a\x96\x50\x5d\x08\xf6\x91\ -\xed\x9f\x3e\xa1\x26\x65\xb4\xc8\x02\xac\x09\x3c\xbb\x53\xae\x66\ -\x49\x5b\x56\x98\xd1\x58\x3d\xa7\xab\xed\xcd\x08\x2d\x42\xe6\xa7\ -\x5f\x35\x28\x5d\x44\x7e\x38\x1f\xce\xba\x29\xf1\x3d\xb0\x35\xab\ -\xb4\x3d\xe7\xab\x69\xd9\xda\x58\x55\x37\x51\xa4\xb3\xbe\xb9\x3a\ -\x63\xd6\x89\x77\x9a\x76\x98\x4e\xfd\x83\x51\xd7\x55\x93\x8e\x6a\ -\x60\xb5\xbe\xbe\x5e\xb3\x61\xc0\x85\xbf\x97\x4b\x1b\xc5\x61\x46\ -\x69\x46\x1f\xd6\xe7\x68\x94\xe9\x7d\xa5\x2b\x5e\x00\x2f\x9d\x2e\ -\x0e\xfa\xab\xeb\xd0\x68\xa4\x97\xe6\x60\x90\xb9\x9c\xd0\x26\x7a\ -\x56\xb3\x9d\xc5\x18\xc2\x1e\xee\xc9\xae\xcb\xda\x69\x2a\xb4\x59\ -\x15\x3f\xd9\xe2\x6e\xf1\x7d\xd0\x52\xa4\x1f\x0a\xca\x8e\x22\x40\ -\x24\x4c\xb7\x9a\x6c\x5d\xec\x2d\x40\xaf\xd8\x72\x2e\x76\xaa\xe1\ -\x6a\x84\x13\x18\xdc\x35\x4d\xff\x8e\x23\x19\xce\x12\x1d\xe3\x55\ -\x9c\x91\x94\x8a\x46\x4a\xc0\x57\x3a\x5c\xa1\x19\xd2\x3a\x2e\xaf\ -\x0d\xa8\x39\xb8\x55\xb6\x4a\xa5\x18\xc1\x83\x85\xb7\x7b\xed\xb7\ -\x6b\xe9\x28\x26\x66\x06\x31\x4a\x47\xeb\xb8\x15\x15\xb3\x6c\xe8\ -\x9c\x54\x50\xd1\x06\xa9\xa3\x6d\x98\x53\x3c\xe9\x42\xeb\x9a\x2d\ -\x92\xc8\xcf\x65\x6e\x73\x3e\x96\x85\xd0\xf2\x39\xa5\xb0\x67\xfb\ -\xd4\x1c\x17\x6c\xd6\xc1\x19\xec\x5a\x0e\x50\xf2\x46\xc6\x84\x99\ -\x50\x6d\xbf\x53\x83\xe2\x81\xb0\x12\x17\x5d\x80\x27\x02\x0e\xe9\ -\xae\x8e\xad\x98\xed\x54\x50\xd9\x46\xef\x67\x61\xa9\x3c\xd0\x4e\ -\x7e\xa2\xfd\x3c\x6f\x88\x4f\x54\x0b\xd0\x0d\xc1\x3f\xcf\x96\x96\ -\xca\x69\x35\x7e\xa0\x0c\xe4\x7b\xa0\x26\xda\xac\xe8\x1c\xd1\xc3\ -\x06\x8c\xb9\x39\x45\x63\x53\x9f\xd7\x65\xe2\x96\xcd\x8e\x4d\x6d\ -\x86\xe1\x41\x9c\xef\x0d\xa2\x68\x49\x31\x6a\x4e\x0d\x4a\x9e\x5c\ -\x79\xfd\x29\x19\xd4\x4a\xdb\x40\x3c\xef\xc5\x5c\xa8\xca\xb9\x0f\ -\x9c\x9b\x87\x98\x12\x03\x5a\x74\x84\x5d\x5f\x76\x4b\x76\x69\x21\ -\xbd\x3a\x7d\x29\xc6\x08\x11\x69\x90\x79\x60\xc7\x02\x4b\x7e\xa6\ -\x7c\x7d\x0f\x70\x3e\x3f\x17\x7d\xf6\x88\x0f\x13\x11\xb2\x70\xec\ -\x9a\x9b\x94\xe1\xea\x20\xdd\xf8\xa7\x89\xb2\x25\x51\x64\xac\x48\ -\x67\xb9\x1e\xfa\x86\xae\xf5\xc3\xb4\x7d\x9b\x65\x16\xbb\xdd\x4a\ -\xdd\x90\x36\xb1\x70\x9d\xa0\x88\x00\x79\x14\x43\x71\x09\xe3\x36\ -\x31\xa8\xd1\x08\xd6\x04\x95\xe7\xd5\x9f\x0d\x2e\xa6\x1a\x88\x03\ -\x60\xf8\xd3\x47\x61\x14\x40\x94\x1a\x91\x2a\x66\xcf\x02\xb3\xbc\ -\x26\x24\xa5\x3e\x26\x92\xbe\x6f\xba\xbd\x38\xfe\xdb\xba\x3f\x3e\ -\x93\x0f\x5f\xab\xab\xa4\x4e\xc1\xc8\xc2\x8c\x7d\x8a\x0d\xa6\xf3\ -\x35\x0b\x9d\xc8\x2f\x1c\xd9\xcc\xf2\x2c\xb6\xd7\xd9\xd4\x42\x31\ -\x27\x50\x33\x9f\x62\x2e\x01\x13\x40\x5e\xfb\x7b\x25\x68\xda\x1f\ -\xc0\x87\xc6\x90\x74\xa2\x04\x71\x46\x96\x3d\xd4\x32\xb9\xc2\xdc\ -\x07\xb1\x59\x7d\x0b\xf4\x9c\xa0\x93\x71\x4a\x9d\x18\xad\x05\x68\ -\x6d\x2d\xf3\xfa\x1d\x8c\x84\xa0\x04\x9c\x43\x17\xe5\xf7\x06\xb5\ -\x66\x79\xf1\x46\xab\xea\x06\x5b\x72\xa0\x50\x71\xe8\xbe\x91\xb2\ -\x61\x06\xe4\x08\xd0\x9e\x30\x6d\x5f\x51\xd7\x46\xa7\xce\x57\x30\ -\x6b\x6d\xa0\x68\xd0\x66\x7c\xd4\x9b\x4e\x6e\x94\xe1\x0c\xe7\x55\ -\x0d\x29\x32\x19\x38\x01\xad\x50\xd5\xf8\x14\x31\x0d\xdc\x38\xdc\ -\x03\x4a\x52\xd2\x91\xe9\xb4\xd2\x95\xe1\x2b\x25\xf9\x14\x95\x12\ -\x0d\x31\x20\xb0\xdc\x3d\x60\xd9\xc0\x69\x66\x35\x5e\x68\xd9\x5f\ -\xe4\xb9\x62\x77\x33\xae\xf0\x89\x6e\x98\x5a\xb4\x00\x5b\xcc\xa9\ -\x2f\x0c\xfb\xde\x72\xce\x22\xc2\x44\x5e\xa6\xc5\x94\x99\x7b\xdb\ -\xf4\x99\x3b\xc5\xf6\x00\xac\x48\x39\x83\xc4\xa9\xee\x54\xd6\x95\ -\xf4\x9a\x1d\x57\x77\xee\x32\x51\x5e\xf3\x53\xdb\x5a\x24\x0d\xf2\ -\xad\xcf\xc9\x70\xa6\x5a\xad\x63\x0a\x88\xb7\xd6\xf9\x3f\x01\x08\ -\xeb\xbe\xd5\x40\xea\xe2\xbe\xda\x43\xe2\xd9\xa6\xd9\x4b\x76\x18\ -\xdf\xc0\x33\x41\xf8\x1e\x7e\xbc\x7c\xee\x06\x5c\xce\x4d\x63\x4c\ -\x53\x82\x9e\xe8\xa0\x8d\x7b\x09\x00\x9b\xb6\x0c\xaa\xc9\x90\x9e\ -\x23\x41\x47\x35\xed\x35\x8e\x97\x02\xaa\xa4\x23\x84\x2b\x37\x8a\ -\x0c\xe5\xac\xe3\x6a\xf6\x82\x58\x28\xd1\x51\x3a\xd0\x1d\xb0\x3e\ -\x0c\xf4\x85\x5f\x4f\x89\x76\xa3\xbd\x91\x2d\x17\x55\x1a\xaf\xf1\ -\x44\x6b\xa8\x53\x0b\x6e\xcd\x56\xdd\xa0\xd9\xde\x8b\x6c\xb6\xdc\ -\x82\xc6\xaf\x6d\x59\x57\x75\xc3\xc9\xc9\x8e\x94\x02\x25\x1e\x28\ -\x43\x2a\x27\xf6\xc3\x8d\x42\x2c\xed\x63\x44\x6f\xe0\x68\xa7\xaa\ -\x98\xfd\xb7\x66\x6e\x95\x74\x70\x2f\x14\x58\x05\x78\x95\x35\x86\ -\xd2\xb3\xb9\x90\xf8\x38\x46\xdd\x16\x72\xe5\x00\x97\xeb\x35\xe1\ -\x36\xb4\xc8\xbb\x2f\xee\xf7\x4c\x96\xd7\x46\x69\xc5\x24\x70\xa5\ -\x85\x58\x53\xe5\xc5\xc5\xb4\xf1\xbc\x9b\x21\x30\x00\x8c\xda\x80\ -\x99\x7d\xed\xa1\x78\xf3\x8a\x8e\x8c\x47\x2d\xcc\x36\x6e\xcf\x90\ -\x41\x9d\x56\x66\x3b\x81\x65\xc2\x32\x60\x68\x30\x5c\xc8\xae\xcd\ -\xf8\x02\x32\xa4\x97\xcd\x30\xa1\x2e\x2c\x34\x44\xcd\x85\xf1\x24\ -\x23\xb5\x80\x4f\x96\xa7\x8b\x93\x5b\xf4\xc6\x8b\x2b\xd8\x89\x56\ -\xf5\x93\xab\x14\x3c\x50\xd5\x6a\x8e\x07\x30\x3c\x86\xd2\x86\x6d\ -\xfc\x81\xb2\x18\x08\x2b\x03\xd4\xbc\x90\x4e\x89\xa3\x6d\x64\x9f\ -\xcd\x93\x09\x9f\x2b\x24\x22\x1e\x84\x2e\x5f\xdf\x7f\xfc\x1a\x94\ -\xf8\x2f\x8e\xb4\x69\xf5\xc2\xfd\x70\x79\x86\xad\x79\xa5\x92\x8c\ -\x8d\x1e\x51\x7f\x4d\xf1\xcc\x37\xf9\x3a\xd1\xd9\x0b\xa5\xfa\x99\ -\xcb\xd5\x0a\x0b\x7f\xbf\x9e\xb3\xec\x97\x18\x34\x1a\x26\x75\x0c\ -\x75\x72\x23\x16\x9d\xcb\xba\xb9\x3f\x35\xbc\xd5\xce\x9e\x99\x37\ -\x87\xcb\x7e\x20\x67\xc1\x17\x34\x3b\xca\xb9\x0d\x96\xd1\x6b\xb3\ -\x65\x9e\x7c\x46\x9a\x9d\xf2\x57\xf7\x5a\x79\xa6\xae\xfc\xab\x26\ -\x68\xbb\x07\x54\x9c\x48\x97\xa9\x14\x96\x91\x71\x2b\xa6\x8b\x83\ -\xdc\xe4\x4f\xd3\x71\xd4\xf6\x19\x2d\xe4\x9d\x83\x22\xb6\x27\xaa\ -\xf5\x44\x1a\x6b\x0c\xa1\xe8\x8a\x42\xbf\x41\xc5\x0e\xdd\x51\xa7\ -\xa1\xfb\xaf\xd0\xd7\xcf\xbe\x06\xb1\xb6\xdc\xb2\x07\xcd\xdb\x4f\ -\xcf\xc4\x5a\xb4\x64\xc3\x76\x1b\x3b\x60\x34\x2d\x81\x5a\x44\xfb\ -\x33\xa0\x82\xfd\x68\xaa\xbd\x51\x60\x6e\x03\x36\x91\x09\x03\x7f\ -\xc1\xe6\x5a\xcb\xdd\x6e\x1d\x1e\xa6\xea\x27\x24\x5a\x90\x8e\x20\ -\x40\x1a\x43\x88\x97\x40\x56\xe8\xb8\xe3\x99\xbb\xe3\x71\x99\xe6\ -\xc0\x79\xef\xf5\xd7\x9f\xdc\xa8\x78\x15\x34\xe1\xc2\xbe\x59\xc3\ -\xd0\x3b\xdd\xf6\xff\x06\x86\x45\x0d\x52\xc0\xb7\x0c\x9f\x1d\xed\ -\x29\xad\x76\xf4\x49\x17\x44\x10\xba\xca\xbe\x52\x8a\x42\x96\x68\ -\xfe\xd4\x40\x61\x28\xf5\xe8\xe1\x7a\x33\xae\x7c\x06\x9f\xd0\x25\ -\x35\x1d\xe5\xc1\x49\x31\x5c\x70\x65\xc3\xbd\xb1\xb0\x04\xeb\x5a\ -\x7d\x9a\xaa\xaf\xfb\xad\x9a\x8b\xb0\xbd\xce\xaa\x9d\xed\x79\x76\ -\x4f\x13\xdb\x06\xc6\x62\x9a\xd4\x90\x4d\x9d\x7d\xf2\x46\xc5\x6d\ -\x8f\x8d\xfa\xa8\xbd\x92\xd2\x10\x3d\x07\xf5\x8a\xfc\x26\x07\x69\ -\x66\x31\x64\x83\xc2\xba\xd2\x9a\x4b\xdd\x6c\x01\x08\xdd\xe1\x97\ -\xcf\xa6\x40\xc8\x3f\x9c\xeb\xa3\xfd\xdd\xd3\x7e\xa0\xcf\xe9\x62\ -\x6b\x2e\xb6\x7f\x20\x6f\x8d\xcb\x3a\xe0\xe8\x71\x34\x87\xfd\x1b\ -\xe1\xf8\x1a\x80\x68\xf4\x68\x5e\x68\xde\xf2\x85\x2a\xae\xf9\x75\ -\x71\x76\x19\x66\x42\xa6\xb5\x5c\x83\xe4\xf5\xb9\xa7\x72\xae\xae\ -\xb5\x95\xf4\xcf\xc0\x5a\x14\x88\x39\xc7\xa6\xa6\x8a\x0d\x12\x18\ -\xfd\xbd\x61\x86\x47\x43\x71\xfd\x8b\xef\x29\x8c\x0a\x91\xa2\xab\ -\x27\x05\x92\x34\x8e\x46\x82\x9d\xa5\x68\xe0\x0d\x1c\xe7\xeb\x68\ -\x19\x5e\xbe\xe2\x2e\x1c\x99\x03\x50\xc5\x84\xc9\xb1\xd4\x2e\x39\ -\x8c\x77\x24\x0f\x92\xea\x6e\xc3\x8c\x0b\x0a\x42\x5b\xa3\x53\x29\ -\x57\xad\x19\xb0\xa4\xe7\x1e\x3e\x0b\x96\x8c\x3c\x1e\x69\x50\x4f\ -\x5a\x91\x55\xb4\x59\x9d\xb4\x7c\xca\x1f\x4d\x9f\x35\x5e\x62\x95\ -\x39\x61\x0d\x26\x83\xf6\x50\xd5\x62\xd8\x83\x59\x51\x06\x0c\x9b\ -\x7a\xc8\x64\xa0\xf1\xd2\x87\x62\xaa\xdb\xdc\x7d\x73\x84\x62\xba\ -\x11\x88\x7b\xe9\x83\x10\x8c\x6b\xed\xea\xed\x41\x65\x33\x5c\xc0\ -\xae\x1f\xd8\x37\xf1\x75\xe3\xc3\x63\x53\x05\xf6\x90\xee\x45\xbd\ -\x96\x17\x7c\x42\xee\xc5\xec\xca\x19\xb6\x11\x74\x18\x82\x34\x44\ -\xaf\x87\xc4\x06\x0d\x48\xb2\xf2\x77\x3d\x19\x08\x9a\xe7\x80\x1f\ -\x5e\x52\x68\xd1\x66\x28\x61\x0d\x9a\x3a\xfa\xf4\xcf\xa4\x93\x28\ -\x80\x71\x29\xda\xa2\x94\x05\x07\x60\xe8\x10\xc6\x49\x41\x0f\x0d\ -\xba\x1f\x72\x03\x04\x1a\x4f\x98\x54\x8f\x31\xe7\x34\x9e\xfb\x4e\ -\x17\x0d\x1b\x79\xc4\x63\xd3\x8f\x45\x63\x73\x2a\x00\xfe\xb9\xf8\ -\xfc\x46\x25\x74\xea\x01\x1c\xac\xef\xa5\x58\xec\x03\x9e\x35\x8b\ -\x40\xc0\x98\x5a\x39\x47\xe5\x2b\x8d\x62\x1d\xcf\xb7\xc3\x5b\xb8\ -\x4d\xac\xea\x94\x95\x24\x8f\xc8\x0b\x49\x5d\x1d\xd7\xe2\x7d\x50\ -\x41\x31\x6d\x73\x15\xd5\x9e\x30\x56\xb3\x89\xa4\x5c\xe5\xb5\xa4\ -\xf8\x73\x77\x1a\x5a\x8b\xd2\x53\x78\x76\x51\x34\x1d\x0b\x00\x9f\ -\x3e\xac\x53\xd4\x8d\xee\xe0\x81\xdb\xcb\xda\x95\x98\xa0\x3b\xe7\ -\x5b\x0d\x3e\x42\x6b\x50\x74\x08\xeb\xfb\xdd\xec\xe4\x99\x8f\xfa\ -\x90\xa4\x7e\xde\xa6\x91\xdd\xb9\xeb\xba\xfe\x86\xad\x85\x0e\x72\ -\x65\x00\xec\xdc\x72\xc6\xaa\x3d\x3a\x96\xa9\x94\x9c\x0e\x3e\xe0\ -\x3e\xf5\xab\x45\xf4\xa2\xb4\xda\x35\x3f\x18\x62\x61\xa9\x1a\x08\ -\xcc\x98\x05\xcd\x72\x92\x04\xab\x6c\x1a\x9f\xc2\xfb\x62\x86\x64\ -\x4d\x3e\xc1\x7a\x58\xba\x30\x9a\xce\x13\x5b\x2b\x36\xb1\x50\xb3\ -\x4b\xec\xcc\x66\xe0\x52\xe9\x60\x95\x1a\xdb\xd7\x67\x77\x6f\xf4\ -\xe9\xb1\x2c\x45\xe8\xf9\xd9\x7c\xd0\xf8\x9c\x9a\xf1\x6e\x98\xa9\ -\xb9\x60\x68\x4e\x92\x00\x30\xcd\xfc\x48\x71\x56\x9f\xca\x8c\xd0\ -\x01\x09\xe8\xfe\xc9\x25\x9f\x2a\x1c\xff\x20\xed\xa5\x7d\x42\x51\ -\x1d\xfd\x9c\xfa\x2e\xa7\xc6\x12\xe5\x08\x24\x71\xb0\x00\x8a\x95\ -\x73\x34\x02\xee\x32\x28\x85\xbe\xee\x5a\x2a\x89\xc6\x2a\x74\xca\ -\x65\x9d\xae\x3a\x0f\x3f\x8f\x81\xd6\xfd\xf8\xac\x5b\xab\x05\x63\ -\x07\x0f\xa9\x33\x41\xda\x44\x26\x35\x56\x03\x7b\xf4\x86\x9f\x57\ -\xea\x26\x89\xe1\xa8\xac\xef\x73\x46\x23\xcb\x08\x67\x8d\x72\xb8\ -\x48\xba\x9d\x14\x84\xb9\x98\xfe\x71\x06\xdb\x9e\xcc\x70\xbe\x4f\ -\x11\x46\xec\x05\x54\xc3\xd3\xdd\x84\x01\x5c\xfb\x34\xb6\xf3\x87\ -\x43\x7b\xe2\xd7\x7e\xd7\x58\xd7\xbc\xc5\x6e\xa8\x04\x25\x20\xdc\ -\x1a\x42\xea\xaf\x75\x3a\x1f\xdd\xa9\xce\x9f\x39\x5a\x26\xf0\x8d\ -\x6e\x27\x92\x5a\x2e\x92\x78\x36\xbb\x9d\x7f\x46\x81\x54\x9b\x79\ -\x72\xcd\x1d\x79\x4d\x7b\x03\x94\x80\xe8\x00\x98\xa0\x4c\xe6\x91\ -\xf3\x0c\x2e\x06\x4a\xce\x89\x8a\x73\xf5\x01\x54\xc1\x98\x1c\xcf\ -\x67\xba\xef\xb2\x07\xa8\x03\x21\x99\xeb\x70\x82\x9d\x88\x9a\x5b\ -\xa6\xb1\x31\x4e\x9b\xa7\xf8\x3b\xa1\x35\x9e\x45\xe3\x35\x39\x22\ -\x66\x96\x07\x45\x59\x25\x2c\xd6\x44\xf2\xc6\x42\xc9\x67\x49\x96\ -\xf3\x4c\x9a\x43\x64\x9c\x15\x88\x70\x5d\x43\xcd\x87\x0a\xc0\xaf\ -\xe0\x58\x1d\x6d\x3b\xe0\x60\xf6\x6c\x18\x22\x0f\x73\xf7\x25\x35\ -\xa9\x19\x4a\xdd\xf4\xa9\x64\xaf\x85\x15\xcc\x1f\xf4\xab\x65\x76\ -\x31\x97\x89\xed\x32\x49\x24\x50\xb7\x6c\xb0\x8c\x33\x1c\xe9\xe6\ -\xca\xa8\xfb\xe0\x9c\x2a\x25\x21\x66\x18\xe3\xa5\xc0\xb2\x1c\x1a\ -\x2b\x8a\x34\xa2\xda\x0d\x9b\x7d\xa2\xb0\x3e\x38\x4e\x8f\x0b\x95\ -\xaf\x4f\x6d\xa4\x70\xb2\x1d\x25\xbd\x0e\x0f\x44\x44\xd5\x1e\x69\ -\x7f\x39\x5b\x5e\xc7\xc5\xac\xa8\xe0\x03\x1a\xb6\xea\x22\x56\x0a\ -\x56\x15\xc5\x81\x31\xc6\xa9\x7c\x6d\xef\xc2\x8b\xc8\x26\xa0\xcc\ -\xd4\xf7\x28\x16\xe3\x40\x33\x6d\x08\x92\x36\x54\xa0\x22\x7a\x9e\ -\x89\x10\x6e\x1b\x77\x78\xea\xab\x39\x85\x0f\xb4\x12\x6d\x9c\x0d\ -\x69\x60\x56\x4b\x72\x69\x45\xcd\xfa\x39\x0b\xc5\x45\x0e\x48\xa7\ -\xb0\x65\x92\xa5\x06\x64\x14\x3e\x37\xc2\x08\xa1\xbe\xf2\xb2\xd3\ -\xf5\x44\x19\x5b\x57\x70\xe0\xb9\xf0\xd0\x7d\x43\x0b\xe7\xc7\x56\ -\x70\xe9\xcf\x9b\x73\xc2\x35\xe8\xcc\x2b\xe7\xa5\x59\x66\x4c\x43\ -\x83\x38\x34\xc7\x11\x4d\x49\x3c\x13\x40\x58\xad\xf2\xc3\xc6\x38\ -\xb4\x06\x36\xae\x17\x0e\xf3\x0c\x35\x56\x30\xf4\x13\xd3\x35\x68\ -\x1d\x41\xeb\x81\xa5\xc5\xd8\x18\xbf\x8f\xc5\x8d\x23\xe8\x6c\xd4\ -\xcf\xb4\xc4\x2f\x34\x7d\x4c\x94\x86\x17\xad\xce\x37\x53\x8a\x7f\ -\x6d\xb2\xce\xa8\xef\xc6\x12\x6b\xbf\x73\x6a\xc6\xa3\x49\xe6\xd4\ -\x26\x8a\x90\x5a\xd2\x8e\xb1\x71\x9e\xf7\xc6\x0e\x03\xcd\x83\x02\ -\x1e\x30\x00\x5c\xde\x98\x81\x06\x52\x47\x0e\x8b\xe4\x61\xea\x6e\ -\x96\x78\x6a\x3a\x59\xcc\x04\x66\xa7\x14\x69\x71\x52\x26\xd5\xc8\ -\xfb\x9a\x33\x8d\xc0\x37\x07\xb6\x53\x11\x22\x05\x81\xfb\x76\x97\ -\x28\xc3\xe2\x43\xbf\xf9\x5c\xb8\xed\x68\x6c\x66\xba\x49\x8a\xc1\ -\xe5\x49\xf3\xb4\x4f\xb2\x10\x71\x73\x14\x4b\xfd\xce\x39\x73\xc4\ -\x3f\xd7\x93\x76\xab\x37\x3f\xf4\xdd\x44\x61\x9d\x4e\xae\x91\x18\ -\x07\x9a\x4f\xd5\xa8\x49\x49\x80\x7e\xd2\x15\xe5\x9f\x2d\xef\x03\ -\xe7\x51\xb3\x54\x01\x24\x7d\xfc\x08\x3a\x33\xa3\x52\x05\xa9\x4d\ -\xa7\xdc\x24\x2a\x72\x9c\xdc\x85\x0e\x15\x48\x54\xc4\x7a\x04\x25\ -\x0d\xed\x35\x71\xbb\x3e\x85\x3a\x84\x55\xb7\x8c\x91\x8d\xa2\x97\ -\x60\x3e\x6a\x1b\x8e\xb1\x02\x0b\xaa\xec\x8d\x4a\x75\xc4\x45\xbc\ -\x80\x84\xed\xcf\x56\x44\x5b\x8b\x38\x0a\xbd\x2a\x1d\x8a\x3a\x6e\ -\x46\x4b\x22\xdc\x23\x05\xca\x14\xd7\xef\xf3\x89\xb2\x4c\xa4\x36\ -\xce\x0d\x98\x41\x6a\x05\x6e\xfb\xb9\x6c\x66\x4c\x20\x21\x18\xbf\ -\x7c\x8a\xed\xc8\xb4\x40\xcf\x2f\x03\x2b\xaa\x5c\x84\xef\x8d\xca\ -\x5c\xd7\x19\x1c\x01\xb0\xbc\x96\x67\x27\x46\x42\x35\x77\x12\x63\ -\x66\x48\x34\x37\x09\xd6\x55\xad\xa1\x9b\xfb\xc8\x83\xd9\xc3\xa6\ -\xbd\xc2\xe7\x2c\x1c\x31\xa1\x33\xba\xb3\x2f\x9a\x91\x10\x66\x34\ -\x88\x6b\x9d\x4e\xae\xc9\xab\x13\xe4\xfa\x5c\xe9\x39\x7f\x67\x53\ -\x15\x74\xda\x11\x6b\x6b\x5d\xb7\x35\x0b\x90\x4d\xe3\xc4\xcd\xc0\ -\xa6\xef\x2f\xb5\xa8\xcd\x6b\x87\xa5\x5e\x49\x63\x99\xa7\x7c\x3d\ -\x35\x52\x2b\xcc\x88\x92\x9d\x56\xa7\x7e\x6e\x0a\xd6\x9a\xac\xe5\ -\xdc\x22\x1c\x99\x4d\x86\x3d\x68\xdd\x65\x02\xc8\xc5\xf4\xab\x3c\ -\x3b\xb9\xc6\x76\xa6\xd6\x37\x76\x46\x4e\x98\xbe\xb9\xb2\x0e\x0b\ -\x9d\x7d\xd8\x07\x2a\xe3\xa4\x4c\xe8\x37\xd7\x58\x58\xf6\x07\x86\ -\x47\xe0\x37\x1b\x0c\xdc\xf7\xf1\xa5\x69\xad\xa1\xd8\xf8\x8f\x74\ -\xcd\x23\xc3\xac\x50\x0c\xf5\x9f\x7b\xd9\xdf\xfa\x6b\x8f\xd2\xe8\ -\xe6\xbe\x51\xb5\x66\x04\x38\x2e\x20\x48\x8f\x00\x07\x1b\x11\x9e\ -\xea\x95\x9c\xb2\xe3\x50\x8d\x9e\xd2\xf8\x6b\xe6\x67\x89\xd4\x99\ -\xb3\x30\x47\xee\x00\x24\xf5\xc7\xff\x5e\xcc\xc3\xf4\xeb\xf5\x9e\ -\xd3\xd0\x96\x61\x87\x81\x99\x24\x80\x00\xbe\x08\xee\x5b\x32\x84\ -\xd6\xb5\x46\x51\xe3\x0f\xb8\xe1\x63\xfa\x86\xcb\x68\x30\x1c\xe8\ -\x0d\x00\xc0\xc7\xa8\x09\x71\x13\x24\x1d\xf6\xa8\x39\xc1\x14\x7a\ -\x4d\x29\x44\x6e\x7e\x6b\xae\x91\x35\x6c\xfd\x66\xe9\x51\x4a\x83\ -\x6c\x23\x83\xc2\x15\xd5\x86\x84\xf1\xb6\x10\x39\xeb\xbe\x39\x29\ -\x1f\x70\x21\xdc\xf7\xbd\x70\xa9\x2b\x15\x52\x73\x1c\x90\x19\x86\ -\xd9\x6a\x86\xe9\x86\xa5\xb7\xdf\xf8\x57\x0b\x45\x46\x13\xbb\xf9\ -\x24\x4b\x80\x80\xe0\x33\xee\x70\x0e\x03\x04\x98\x83\xa0\x9a\x7c\ -\x30\x72\x2f\xe5\xbc\xee\xb5\x26\x40\xaf\xef\x88\x6b\xaa\x07\x90\ -\x1d\xd2\xa0\xc1\x80\x84\x0c\x83\x5e\xa5\x49\xf0\xac\x28\x81\x09\ -\x53\xaf\x09\xdf\x80\xe3\x32\xbe\x2e\x2a\x7a\xc9\x02\xcc\x7f\xf2\ -\x10\xb2\x8d\x9e\x21\x1d\x50\x6e\xb9\x1b\x42\x6f\xf8\x5b\x4c\xb1\ -\xee\x79\xc3\x30\xf4\xac\x6d\x60\x43\x7f\xc6\x87\x3f\x26\xbc\x1c\ -\x59\xa0\x38\x5d\x54\x00\xde\xf3\xd3\xe9\x2c\x62\xf7\x68\xbe\x41\ -\xc6\x4b\x05\x89\x9e\xb3\x84\x6a\x7c\xe0\x48\xe9\x00\xcd\x19\x18\ -\xf4\x02\x8d\x2e\xd1\x0c\x30\x15\x31\x4e\x98\x30\x60\xca\x5f\x20\ -\xbe\xe2\xcf\x94\x06\x91\x59\x69\x7e\xff\xdd\x36\x97\xd1\x32\x0e\ -\xac\xf9\xb9\xe5\xaf\xfe\x39\x5e\xad\x41\xd6\x3a\x9e\x81\xe5\x03\ -\x6c\xf9\x35\xad\xa8\x10\x82\x81\x2f\xe0\xe9\xaf\x9f\x05\x9e\x1e\ -\x0c\xfa\x39\x6e\xd4\x0d\x9d\x04\x5a\x78\x1f\xdb\x07\x9e\x9f\xdb\ -\xec\xdc\x2f\xa0\x31\x2c\x17\x86\x72\x8a\x82\xb0\x68\x03\x0c\xf9\ -\xc7\x69\x8f\xc9\x1b\x10\x5e\x40\x72\xc1\x3d\x27\xc8\x30\x9b\x7b\ -\xd1\x4c\x98\x0f\xbd\x1d\x5f\x0f\xbd\x88\x66\xb6\x79\x29\x6a\x3a\ -\x41\x32\x13\x14\x36\xd4\x26\x2a\xad\xb7\x65\xd7\x8d\x05\x30\x71\ -\x43\xd4\x99\xd3\x47\x40\xd3\x87\xe6\x06\x3c\xf1\x4f\x50\x2d\x3d\ -\xaf\x44\x8a\x4b\xd5\x67\xbe\x53\x74\x3f\xb1\xf1\xf1\x11\x05\xfe\ -\xf0\xff\x83\xcb\x9d\xa1\x3c\x74\xda\xac\x4f\xd1\xae\x8d\x86\x87\ -\x0e\x18\xe3\xca\x29\x8b\x4d\xf4\x6e\xcc\x10\x54\x37\x12\x41\xcf\ -\xb8\x93\x09\xb7\xdc\x70\x81\x9b\xf5\x08\xc8\xf0\xbd\xe7\x03\x84\ -\x04\xef\xfb\xad\x39\x74\xf4\x02\x29\x54\x55\x77\x1f\xbc\x79\x3a\ -\xab\xe0\x18\xa2\x39\xe1\xb6\xdc\xad\x4b\x1b\x75\x49\x37\x29\x00\ -\x00\x26\x43\x44\x86\x1e\x6e\xc3\xdd\xbb\x5c\x1f\x6a\x86\x43\xb5\ -\x59\xd7\xb5\x66\xce\x99\x9e\x93\x53\x78\xe1\x75\xfa\xfd\xa6\x19\ -\xb9\x85\xa9\x99\xca\x67\x89\xf9\xbf\x78\xfe\xb4\x70\xa4\x68\x6a\ -\x50\x09\xf0\x30\x41\x45\xf0\x13\x74\x4d\x00\x72\xb1\xcb\xff\x63\ -\x4d\xf4\xc8\x18\x00\x33\x9e\x10\x10\xb8\xf9\xbf\x30\x3d\x51\x10\ -\xe5\x02\x16\x09\x9b\xf7\x79\xd7\x9c\x21\x36\xad\x1a\x96\xfb\x8a\ -\xfb\xc1\x5d\x0e\xe2\x0f\xb3\x5a\xdf\x06\xbb\x78\x6a\x06\x8f\xd3\ -\x54\xe0\x03\x88\x79\x06\xe0\xa4\x00\x42\x10\x05\x26\x1b\xa5\x90\ -\xc9\x57\x89\x01\x8c\xde\x00\x8f\xc8\x4d\x62\x2e\xc1\xb1\x38\x32\ -\x63\xc9\x0b\x32\x4d\xae\xe9\xc8\xb5\x1b\x5e\x10\x16\xd7\x39\x9d\ -\xa2\x29\x6b\x82\x93\xf6\x03\x5d\x14\x8e\x78\x01\xe3\x3b\xcf\xd0\ -\x5a\x34\x0d\x04\x21\x82\x7b\xde\x46\x82\x26\x33\x73\x71\xdb\x54\ -\x6d\x58\xee\xf9\x9f\xae\xbd\x70\xa5\xd6\x62\x0a\x0d\x18\xfc\xc8\ -\xdb\xf6\x26\x2a\xd4\x09\x31\x12\x02\x83\xad\x0e\xb8\x68\x78\x29\ -\xa3\xc6\x48\x9e\x79\x49\x49\xd1\xd2\x68\x13\x05\xfb\x82\xfa\x0e\ -\x56\xac\x9b\x21\x40\x36\x2f\x1f\xa3\x8a\x7d\x62\x5a\x19\xae\x5c\ -\x90\x85\xfa\xcd\xa5\xb9\x73\x6b\xf9\x5a\x34\x7b\x06\xd2\x42\xc9\ -\x8a\xfd\x87\xdf\x79\xbf\x88\xec\x99\xc0\x88\x61\x79\xcb\x27\xa4\ -\x09\x41\xa5\x1f\x33\x8d\x21\xac\x99\xd5\xe2\xff\xb2\x6b\xac\xd0\ -\x65\x52\xa1\xdc\xdc\xc8\xc2\x96\xcb\x3f\xef\xcf\xff\x6c\xf2\x9e\ -\xf9\x77\x63\x5c\x51\x73\x39\x12\xaf\x94\x4b\x7d\x7d\x31\x27\x63\ -\x16\xa5\x32\xd5\x70\x70\x8c\xcc\x41\x02\x84\xa9\x39\x6d\x76\xaf\ -\xc7\x20\x00\x19\x40\x23\x29\x62\x93\xfc\x9a\x4d\x9b\x46\x51\xc6\ -\xd8\x00\xc2\xfb\xbe\x2d\x53\x52\x1a\x5b\xc0\xf7\x89\x9b\xff\x83\ -\xcc\xce\xb4\x7c\xc2\xf2\xeb\x7d\xff\x67\x7b\xef\x08\x36\x4f\x80\ -\xa6\x43\x27\xee\x41\x99\x43\x88\x86\xdf\xef\xe1\x67\xfe\xb1\x6b\ -\x71\x5b\x06\xa2\xe9\x1d\x0d\x0c\x56\xf3\xac\x04\x31\xb9\xb2\x0b\ -\xa6\xee\xaf\x58\x28\xf7\x2c\x37\x10\x5f\x51\x03\x4c\x48\xd3\xb0\ -\xe1\xda\xef\xc2\x70\xba\x6d\x4f\xbf\xae\x5f\xad\xc9\xe1\xe9\x1a\ -\xae\xf9\x55\x27\xd6\x28\xf7\x2b\xeb\x80\x10\x3e\xef\xbf\x31\xb5\ -\x63\xb0\xeb\x4b\x5d\xb2\x02\x26\xbf\x19\xe3\x95\x8d\x94\x53\x96\ -\x3f\xb7\x72\x06\x6c\x1f\xbc\x1d\xae\x64\x4a\xd3\x34\xb0\x67\x05\ -\x2f\x87\x35\x83\x6d\x22\x17\x59\xed\x0a\xe5\xec\x57\x26\x08\xde\ -\x08\x4c\xe6\xa4\x6c\x54\x54\xad\xab\xc0\xee\x95\xee\xef\x80\x62\ -\x80\x54\xbc\x72\x7e\x62\x16\x18\x30\xf4\x67\xc0\x00\xb9\x4d\x5e\ -\x60\xda\x38\x99\x16\x5b\xe2\x8d\xb5\x81\xeb\x03\xf4\xac\xbb\xe1\ -\x63\x3a\xcc\xae\x25\xa3\x17\x15\xc9\x0d\xc0\xfc\x68\x86\xdd\x9c\ -\x6a\xc1\xee\x8d\xce\x6d\xa1\xc2\x5e\x5f\xcd\x89\xe1\xb8\x4d\x84\ -\x20\xf8\xd7\x1c\xa7\x4d\x1a\x62\x46\x7d\x63\x90\x4e\xc4\xf8\xad\ -\xf7\x63\x0c\xb8\xe0\x05\xf3\xef\x0d\x3c\x3f\x7a\xde\x23\xc3\xe7\ -\xfe\x1f\xbc\xae\x5f\xaa\xc5\x45\x09\x33\x9e\xeb\x35\xae\x52\xd8\ -\x48\x6a\x7c\x58\x0f\xc7\x81\x99\x93\x11\x59\x30\x41\x57\x13\x4d\ -\x9b\xf6\xf1\x99\x53\xb9\x1c\xdd\x63\xce\xb0\x6e\xc2\xd0\xd5\x40\ -\x38\xff\x25\xef\x58\x78\xc5\xda\x33\x59\x3b\x02\x3e\x4b\x96\x48\ -\xb2\xe3\x33\x14\x4f\xec\x80\xe2\x92\xb5\x71\x5d\xbf\x82\xb6\x08\ -\xd5\x95\xcf\x36\xdd\x41\x85\x0f\x2a\x5c\xa8\x43\x56\x64\xd6\x10\ -\xd7\xa2\xe7\x01\x19\x36\xdd\x28\xfc\x5d\x4f\x69\x16\xe8\xb6\xa7\ -\xb8\x88\x16\x25\x53\xe4\xa1\x70\x80\x4f\x7a\xb2\x17\xfc\x5a\xb8\ -\xd6\x6a\xaa\xe1\x3f\xe2\xc2\xd7\x61\x8a\x97\x85\x1d\x46\x53\x93\ -\xf7\xef\x28\x60\x5c\xc4\xc7\x5e\xc8\xb4\x71\x2e\x17\x8e\x60\xc9\ -\x0d\x39\x19\x38\x38\x9a\xf2\xc2\x5f\x25\x93\xc6\x16\x30\x0b\x4c\ -\xb8\xb7\x09\x50\x50\x07\x09\x72\xa1\x01\x34\x0a\x9a\x23\xc1\x8e\ -\x4a\xbf\x5e\x2f\x18\xd8\xc5\xa6\x6c\xe3\xc0\x01\x2b\x95\x63\x5a\ -\x53\x9f\x16\xe5\x9e\xb3\x04\xc0\x29\xd4\xf7\xb0\x43\x2d\x23\x8f\ -\xc3\x56\x97\xa4\x0d\x3b\xe8\x3b\x12\xef\x14\x90\xfb\x38\x61\x6a\ -\xc5\x75\xa0\xb4\x10\x07\x2c\x5b\xe8\x30\x4c\x79\xcc\x3c\x5a\xa9\ -\x1d\x4e\xf1\x89\xfa\xca\xa9\x8e\x30\xa0\x5a\xd3\xe2\xa6\x57\x1a\ -\x9b\x86\xa6\x99\x2a\x94\xbf\x63\x11\x2d\xb6\xd6\x46\xb8\x2f\x9d\ -\xdc\x7f\xfa\x34\xe9\x9b\x79\x07\x06\x4d\x2d\xf9\xe4\x39\x8d\x3a\ -\x59\x58\xd7\xc9\xe8\x8b\x46\xee\x0b\x92\x79\x75\x81\x80\x91\x1a\ -\xc6\x93\x28\xed\x81\x21\xf3\x3d\xc8\x0f\x72\xdc\xe0\x56\x7b\x86\ -\x8c\xf6\x94\x70\xfd\x01\x91\xb4\xe0\x60\xe6\x26\x52\x27\x03\x10\ -\x3c\x07\x0d\x9e\x44\xdc\x48\xdb\xa4\xa3\x21\x76\x78\x01\x23\x37\ -\x67\x24\xa5\x56\xfa\x5e\x61\x0d\x0f\xf5\xac\x94\x34\x14\x1a\xc7\ -\xd0\xce\x5c\xc6\xcf\x96\xfb\x00\x10\xd7\xb7\x19\x48\x80\x6c\xc2\ -\x6e\x84\x6e\x80\x12\xba\x68\xc2\xa3\x3e\x76\xd3\x5f\xb0\x37\x3e\ -\xd2\xc3\x4e\x37\x0d\x62\xd7\xcc\x3e\x31\x19\x4e\xd3\x2f\x92\xc7\ -\x51\xee\x39\x28\xf9\x87\x28\x84\x5c\x7b\x7d\xa2\xd6\x32\x1e\x8b\ -\x46\x42\xbf\x67\x94\xf3\xab\x4c\x91\x05\x37\x31\x7f\x36\xc1\x74\ -\xa0\xd3\x8f\xc8\x59\xe1\xe2\x9a\xea\x67\x5d\x84\xb1\xc3\xd9\xa0\ -\x25\x1b\xd1\x2b\x11\x69\x9c\x01\x80\xc0\x62\x50\x12\x6e\x82\xc5\ -\xdc\x47\x8b\xd1\x97\x35\xde\x45\x3f\x24\x00\x8c\x64\x7f\xae\x8e\ -\x6c\x30\xab\xf8\xbb\x66\xe2\xec\xcf\x43\x1a\x15\x95\x31\x7a\x33\ -\x8e\xa0\xa6\xe7\x6e\x46\x57\xb2\x33\x59\x56\xbb\xf6\xca\x70\x51\ -\x80\x74\x84\x58\xdf\xaf\x17\x9e\xf6\x7c\x3f\x0b\x09\x42\x9f\x56\ -\xd7\xd7\xd1\x6a\x1f\x69\xa3\x2a\xb2\x65\x26\x69\x8d\x35\x36\x8a\ -\x7d\xc4\x55\x1c\xd6\xcc\x3e\x71\xcb\xb5\x16\xa1\xf0\x3e\xa5\x71\ -\x1d\x4a\x29\xe6\x93\x92\x58\x26\xca\xc8\x8d\x32\x57\xdf\xff\x15\ -\xda\xef\xdb\xd0\x78\x2e\x0c\x20\x68\xf4\xbd\x93\x4e\x88\xa2\xbe\ -\xa2\xcd\xf5\xae\x51\x28\xfd\x5c\x47\xa3\xf7\xda\x54\x81\x4a\x7d\ -\x16\xc1\xd6\xa5\x79\xa2\xb2\x67\x1f\x27\xbf\x2e\x57\x91\x9c\x2e\ -\x36\x33\x07\x84\x67\x26\x06\x64\xce\x11\x15\x6e\x70\xb7\xae\x4f\ -\x16\xd1\xb7\xbd\xc4\xe9\xac\xed\xcf\xa6\xb4\x9c\xcc\x75\xfa\x04\ -\x36\x34\xf0\x60\xed\x4a\x11\x4d\x7b\x7e\x88\x2c\x57\x9f\x14\xc6\ -\x35\xc3\xdd\x4d\x75\x9b\x96\x95\x08\x8a\x6a\xec\xb6\xc7\x1a\x69\ -\x8d\x5b\x1b\xeb\xe9\xd4\xdc\x2f\x8c\x10\xa7\x51\x67\x6f\x41\x3d\ -\xb0\xd7\xa9\x9b\xc5\x44\xa5\x66\x49\x11\xbb\xe9\x98\x39\x23\x12\ -\x05\x83\xc5\x0d\xd0\x84\x67\xd4\x7c\x64\xf6\xbc\xa1\xfd\x73\x1f\ -\x00\xcc\x89\x93\xd3\x49\x15\x23\xe2\x28\xc3\x60\x61\x89\xb8\x56\ -\x55\xa9\xc1\x43\x9d\x22\xc7\x2b\x6b\x05\xf2\x88\x87\xa1\xb5\x9e\ -\xa4\x51\xd1\x85\xa6\x73\x21\x4c\x37\x9b\xaa\x93\x18\xf5\x66\xaf\ -\x05\x92\x3b\x77\x39\x5a\x5c\x2f\x16\xe9\x06\x32\x9a\x15\x2f\x06\ -\xa2\x0c\xa4\x1f\x3a\x2c\xdb\x71\xcf\x3a\x09\xcb\x73\xa0\xed\xd0\ -\xa4\x1a\xd0\x07\x67\x41\x6f\xe8\xb7\x04\x83\x69\x88\xb2\x8f\xdd\ -\xfd\xa6\x54\x11\x67\x1a\x2c\x8c\xef\xb9\x00\x93\xd3\x69\xce\x3e\ -\xa3\x90\xa2\x04\xe4\x85\x01\xcb\x12\x60\x57\x29\x58\xb4\x08\xd0\ -\xd7\x31\xb1\x17\xbe\x2e\xc4\x56\xab\xe0\x63\xc1\x2a\xdd\x5c\xc4\ -\xa9\x7e\x5d\x90\xd8\x4e\xec\xc2\xff\x75\x26\xf7\x58\x34\x2a\x75\ -\xc4\x7e\xde\xbc\x36\xd7\x25\x49\xfd\x8a\x17\xc9\xc0\x9d\x12\xd2\ -\x85\xa7\x25\xb3\x22\x4e\x73\x9d\x46\x01\xaf\xda\x16\x7d\x7f\x2f\ -\x22\x40\xe3\xeb\x26\x25\x32\x0f\x6b\xb5\x8f\xc7\x08\xa0\x74\x03\ -\x0d\x0f\x0c\xf4\x45\x79\x11\x85\x4b\x50\x2c\xe8\x9a\xa1\x11\xcd\ -\xca\x6c\x34\x86\xa4\x72\x3c\x53\x97\xb4\xd8\xa6\x65\x92\x73\x6a\ -\x2c\xca\x2d\x09\x0d\x20\xc4\xe4\xf0\xd4\x98\xec\x0e\x91\x63\x13\ -\xc4\xba\x19\x04\x19\x25\x4c\x8d\x58\xfc\x5e\x6a\x75\x70\x05\x07\ -\xbc\xe8\xf9\xda\xcf\xa1\xf2\xb3\xdc\x68\x05\x0d\x59\xc6\xa0\xa9\ -\x6c\x45\x05\x23\xc0\x28\x4d\x8b\xfc\x5c\xc8\xae\x85\x84\xa6\x2c\ -\xae\x74\x94\xb9\x15\xda\x4f\x81\xaa\x99\x35\x05\x56\x7c\xea\xa1\ -\xc1\x69\xae\xd4\x29\x77\x5e\x6c\x2d\xba\xd1\xd4\x18\xc1\x26\x3e\ -\xef\xcf\x26\x6d\x45\x56\xd2\x13\x8a\x36\xa3\xac\x2d\xa5\x42\xd0\ -\xe6\x7e\xe8\x02\x60\x31\x5b\xd9\x68\x1e\xb9\xe4\x48\x21\x86\x1d\ -\x35\x36\x77\x40\x2e\xc6\x05\xa9\xb1\xca\x6b\x24\xb1\x4f\x50\x0d\ -\x21\xfb\x56\x78\xdb\x3d\x5d\x0d\x24\x82\xca\xe3\xe4\x8b\x70\x6a\ -\xeb\xe2\xff\xee\x3e\x06\x31\xb1\x6d\xf7\xca\xed\xd3\x37\xba\x38\ -\xb4\xa6\xf5\x49\x83\x90\xdf\x33\x62\x6a\x7a\x39\x90\x05\x25\x87\ -\x90\x25\x69\x5b\xa5\x81\xaa\x76\xfe\x5b\x41\xbb\x2e\xd2\xb2\x3e\ -\xce\xd4\x1e\x6e\xcf\x74\x9d\xe2\x8a\xe9\x12\xd9\x5c\x66\xfb\xa2\ -\x4b\x1b\xed\x78\x6f\xc5\x30\x45\x55\x13\x03\xc8\xd0\x61\xee\xdb\ -\x79\x3f\x27\x11\x60\xc0\xeb\x4c\xdd\x8d\x5d\x63\xc4\x6d\x71\x31\ -\x7c\x2b\x82\xa7\x65\x03\x96\x86\xa8\x52\xdf\x5e\xd7\xd5\xa6\xec\ -\x47\xcb\x65\xf1\x68\x0b\x5e\x74\x8d\x68\xc6\x3b\x19\x87\xeb\x8d\ -\x14\x52\xd7\xc3\x08\xcb\x91\xca\xc6\xbc\x3a\x8c\x3d\xd1\x2a\xcf\ -\xf7\x89\x44\x9b\xaa\x31\x54\x2b\x51\xad\x45\xf5\x3e\x39\x64\xab\ -\xb6\x8a\x7a\x5d\x29\xea\x1a\x1a\xaf\x46\xef\xcd\xf7\x4b\xe1\x56\ -\x77\xa2\x00\xee\xd7\x69\x84\xc1\x85\x4e\xd8\x86\x01\x2b\xda\x6c\ -\x3c\x51\x65\x6b\x30\x2d\xf0\x9a\x07\xb4\x86\x53\x3f\x85\xbd\x43\ -\xcb\x0b\xaa\xf5\x58\x66\xa5\x41\x3a\xa3\x9a\x76\xac\xd5\x13\x07\ -\x3d\x65\xac\xb5\xa2\x31\xa7\x60\xbe\xc8\x92\x4b\xb5\x80\xcf\xd1\ -\x00\x5f\x56\xb3\x95\xa8\x19\xcb\x26\x14\x02\x90\x62\xb1\x9d\xd6\ -\xf9\xf7\x36\xc1\x6b\xf7\x3c\xcc\x10\xae\xa0\x8f\xaf\xb1\x10\x95\ -\xbe\xdd\x64\x0c\xd8\x1b\x44\x06\xfa\xb1\xa1\x5a\xb5\xd0\x04\xbb\ -\x5b\xde\xd1\xed\x1a\x00\x86\x3d\x0f\x3d\xcf\xb1\x58\x9f\x3f\x68\ -\x71\x9f\xce\xc3\xb3\x25\xfa\xaa\x4d\xe6\x30\xa2\xc2\xa8\xa7\xb0\ -\x38\x9d\xe6\x6b\xb0\x14\x31\xea\x5a\x03\x04\x65\xd6\x01\x11\x34\ -\x5b\xff\xaa\xd9\x83\x43\x9e\xe4\x88\x5a\x8c\x45\xf5\xa0\xe0\xd6\ -\xff\x64\x32\x38\x5b\xf3\x3c\xd7\xf3\x82\xda\x99\xd1\xe4\x09\xf6\ -\x0f\xb6\xba\x36\xa9\xfc\xd9\xff\x38\xbb\x09\x42\x93\xe5\x3d\xc2\ -\x35\x7e\x25\x58\x0a\x00\x38\xa9\x3d\xb7\xbe\x47\x5f\xfa\xe0\xf7\ -\xcb\x11\x85\xd6\x97\x03\x77\xe5\x45\x6e\x48\x8a\x53\x7f\xaa\x01\ -\x83\xe7\x41\x18\xcd\x0d\x81\xbf\xbe\x7e\xf2\x8c\xbb\xc3\x5a\x2b\ -\x12\x01\xe3\x00\x00\x20\x00\x49\x44\x41\x54\xdd\x28\xe9\x8b\x75\ -\xbb\x3f\x80\x35\x2f\x42\x7d\xf8\xeb\xe4\x81\xd2\xd9\x6e\x11\xeb\ -\x8b\x6d\xa6\x6e\xa7\xde\xf8\xa9\xb5\x80\xdc\x36\x97\xa4\xdc\xa0\ -\x89\x89\xc3\x19\x2f\x74\x07\x66\xdb\x28\xdf\x23\x62\x6b\xee\x95\ -\x18\xef\xbc\x17\xe3\x98\x13\x3f\x3c\x18\x1d\x70\x4f\x95\x77\x4d\ -\x57\x9d\x2a\x69\xd3\x33\x42\x73\xc4\x25\x57\x82\xe3\x51\xe5\x68\ -\x52\xeb\x22\x1e\x91\x33\xd2\x43\x0d\x93\xe7\x5c\xe6\xc6\xcd\x52\ -\x73\xa6\xd0\xb3\xdd\xc3\x19\x7a\x2e\xf9\xc0\x26\xd6\x56\xbf\x8d\ -\x91\x1a\x93\x6b\x68\x8e\xc1\x44\x43\x54\x52\xec\x6a\xd2\x4d\x5b\ -\xf0\x6c\x74\x07\x75\x62\xa4\xc5\x29\x27\x36\xf7\x40\xf6\x70\x6b\ -\x60\x24\x6c\x74\xcb\x61\x18\x2e\x33\xa3\x20\xf6\x33\xbe\x87\x65\ -\x0f\x1f\x6c\x00\x41\x43\xa9\x46\x4c\x50\x04\xb1\x18\x37\xe0\x41\ -\xa3\xb2\x1e\x9e\xeb\x66\xea\x53\x64\xcb\xda\x22\x0f\x26\x83\x70\ -\xcb\xd1\x2c\x34\x37\x5d\xe0\xa3\x9d\xff\xba\x79\xe7\xfd\x4b\xb4\ -\xfd\x14\x4a\x8b\x16\xd0\x1d\xb6\xfd\x0f\x2e\x61\xc0\x56\xe0\x97\ -\xe6\xa2\x2e\xa8\x11\xe6\x1b\x49\x13\x0a\xc3\x00\x7b\xf0\xd3\x9c\ -\x63\x3f\x58\xd4\xb2\x75\xd1\x75\x34\xc1\x2a\x56\xa0\xbd\xad\x6d\ -\x02\x84\xcf\x9c\x5b\xd4\xc1\xfe\x73\x3a\x4d\x4b\x75\x8b\x54\x9e\ -\x05\x2e\xcd\x8e\x1c\x26\x30\xdf\x34\x75\xa3\xa5\xbd\xeb\xe1\x5c\ -\x94\xb1\x98\xd4\x1a\x89\xfc\xbb\x11\x13\x7d\x5e\xb4\x4f\x68\x34\ -\xe0\x68\x02\xe1\x3c\x69\x89\x06\x0c\xae\x6e\x81\x5b\x6c\xbc\xfd\ -\xfe\x3b\x6d\x4a\x40\xa9\x39\x4f\x0e\x8d\xb5\xc1\xca\x2d\xe9\xfb\ -\xe7\x97\x82\xc6\xae\xee\x65\xe7\x09\xee\xe8\x7c\x7f\x96\xcd\x92\ -\x3e\x81\x15\x6b\x50\x2d\xdf\x50\x9d\x1b\xcb\x7b\x5f\x1c\xf2\x9c\ -\x2a\x2b\xcb\x6b\xfd\xab\x13\x62\x34\x14\xf5\x99\xa3\x65\x8c\xb8\ -\x5e\x03\x5e\x9f\xaf\x61\x7b\x94\x21\xd8\x3c\x5b\x7e\xe3\xa6\xa7\ -\xa8\x79\x42\x0f\x00\xcd\x7e\x7e\x72\xb8\xa5\x1d\xdd\xca\x3c\xdb\ -\x08\x55\x02\x20\x64\xd4\x7a\x37\xa6\x3a\xdc\xa3\xba\x57\x35\x23\ -\x81\x28\xe4\x7b\xc8\x7d\x73\xe7\xe5\x1e\x61\x31\x06\x76\xe0\xa1\ -\xfe\x2c\xe7\xdd\x1e\xf6\xcd\xc8\xcf\x29\xbf\xaf\x34\x5e\x8a\x66\ -\xe6\xe4\x64\x57\xa5\xe2\x44\x64\x8d\x15\x65\xc8\xbc\x50\xd3\x48\ -\x3f\x31\x38\x60\x01\xac\x60\x99\x0c\x64\x53\x55\xed\xb3\x25\x58\ -\x02\x7c\xd2\x9b\x97\xad\x5f\xb6\x86\x92\xb6\xcf\x5b\x41\x12\x1c\ -\xb6\xa7\x17\x4b\x7a\xe4\x9a\x45\x2a\x70\xd1\x0b\x04\xd4\x99\x71\ -\x0a\x9b\x6e\x65\xdf\xf3\xab\x96\x72\x8d\xdb\xa0\x26\xe3\xa8\x06\ -\x48\x5d\xdf\xe7\x7b\x4e\xb7\x37\x77\xba\x68\xb7\x8d\x9f\xd2\xad\ -\x70\xd1\x92\x5d\x71\x76\x3b\x7f\xb6\x10\xfa\x6a\x32\xc5\xa1\xfc\ -\xe0\xc0\x8b\xf7\x6b\x44\x45\x33\x23\x87\x5a\x40\xc2\x2d\xb4\xc5\ -\xc4\xac\xeb\x4a\xfa\xd2\x8e\x68\x90\x60\x62\xf0\xe3\x33\x02\x00\ -\x41\x41\x7c\xd4\x04\x2f\xd7\xb0\xda\xc5\x23\x5d\x91\x45\x77\x62\ -\xbd\x38\xd3\x60\x37\xc2\xf1\xa6\x71\x02\x99\x93\xde\x37\x8d\xf2\ -\x99\x95\x42\xe0\x39\x93\x59\x3b\xcc\x02\xa2\xd0\xa3\xb6\xb4\x6e\ -\xbe\x4f\x59\x74\x5e\x63\xb9\xeb\x74\x84\x75\xb3\x6c\x7f\x1f\x05\ -\x5a\x78\x70\xbb\xbe\xa3\xaf\xf9\x75\xaa\x1c\x53\x4f\x36\x7a\xfa\ -\xd0\x5c\x2b\xb7\xf7\xc7\xaa\xc5\x2e\x19\x80\x57\x8a\xd9\xf7\xc2\ -\xaf\x8e\x13\xbb\x13\x55\x16\x28\x3a\x9a\xa3\xce\xdf\x5f\xcc\xb7\ -\x36\xc1\x64\xc9\x90\x39\xb9\xc9\xac\x29\xde\x79\xe3\xa4\xd1\x2e\ -\x42\x7c\xe6\xef\x6f\xde\xdb\x54\x64\xbc\xae\x5d\xdb\x50\x27\x3a\ -\xa4\x28\xca\x9c\x6a\xa5\xcc\xc1\xff\xb6\x0c\x24\xa1\xa3\xf8\x34\ -\x0e\xb2\x61\xa2\x4f\x49\x2a\x86\x6f\x4e\x32\x8b\xad\x29\x3c\x37\ -\x50\x28\x5c\xde\x53\x5f\x04\x64\x1c\xf5\x1c\x18\xf5\xd1\xbb\xeb\ -\x45\x70\xf9\xdc\x84\xbb\x9d\x20\x97\xbc\x06\x4f\xaf\x8e\x60\xb4\ -\x07\xa4\xc5\xe5\x8b\x35\x6f\xa3\xd1\x65\xf8\xfb\xc6\x10\x59\x8b\ -\xc6\x3d\xe5\x22\x1e\xf4\x69\x4a\x9b\x50\x20\x64\xc0\xdf\x12\x36\ -\xb9\x86\xdd\x92\x50\x58\x60\x3a\x27\x5d\xa4\x3b\x21\xaa\xde\x8d\ -\xa3\xc9\x16\x99\xc0\xa2\xa1\xc1\xae\x4b\x81\x1a\x20\x8b\x9e\xfb\ -\x73\x1d\x73\x21\x4e\x02\x6d\x2f\x1a\xb8\x3d\x67\xb8\xb8\x6c\x3d\ -\x51\x39\x32\xbc\x2f\xc5\xa9\x12\x3a\xc4\x9a\x62\x7d\x2a\xee\xb3\ -\x58\x59\x8f\x56\x0a\xad\x0e\x16\xbb\xf0\xee\x9e\x99\xf6\xcb\x09\ -\x26\x30\xcc\x9a\x5f\x76\xa4\x8d\xca\x36\x49\xd8\x37\x56\x2c\x7c\ -\x6e\x69\x51\x0e\x6b\x48\xee\x5e\xe8\x49\xcb\xa2\x13\xc6\x30\x20\ -\x49\xf4\xcb\x11\x3d\x5a\xc8\xc3\x0b\xcd\x2c\x84\xe9\x14\xda\x3c\ -\x84\x74\x9e\xac\x14\x8a\x9e\xf2\xee\xf6\xad\xeb\xb3\x8f\x8d\xbe\ -\xb7\x21\xe1\x30\xb6\x40\xe5\x9a\x33\x94\x74\x51\x4a\x6d\x4d\x14\ -\x9d\x4b\xc0\xac\x04\x31\x29\xb4\x91\x52\x98\x03\xfa\x59\x24\x91\ -\x68\x49\xda\x36\xa4\x09\xd7\x72\xff\xc8\x1c\x40\x29\x8a\x58\x58\ -\x02\x9f\x4f\x68\xe7\x4a\xf7\xc9\xb5\x38\x92\x93\x6f\x48\x63\x18\ -\x72\x1c\xf7\x14\x6c\xd3\xfb\x35\xba\xe3\x7c\xd8\x8e\x73\x53\xfe\ -\x0f\xbf\x22\xe6\x82\xfc\xfa\xa9\x5b\xa3\xd2\x43\x4c\x7b\xba\x14\ -\x2e\x5c\x74\x72\x3f\x87\x68\xfe\xd4\xe8\xf5\xb0\x54\x6d\x7e\xab\ -\xf0\xfd\xa1\x01\x83\x1a\xcc\x3e\xcb\x66\xea\xce\x85\xb7\x4e\x35\ -\x1e\x72\xd8\x36\xfb\x6b\x59\x2d\xaa\xdd\x95\x33\xd1\x74\xd7\x21\ -\x88\x1c\x9e\x81\x92\xc7\x93\x54\x19\x8a\x3c\x3a\xcf\xe5\xe9\xb4\ -\x34\x01\x2c\x6e\x64\xbb\x49\x8c\x24\xb9\x54\x7a\xa8\x67\x0a\xcf\ -\xbf\xb1\x01\xce\x66\x14\x39\x8e\x2e\x0e\x81\x72\x3e\xe3\xc6\xa5\ -\x94\x6f\xa4\x8c\xe5\x98\xe1\x3e\xe7\xe7\xed\x6c\x79\x41\xba\xee\ -\x7c\x0d\x0d\x00\xe2\x04\xa3\x97\xeb\xff\x04\xf8\x26\xfd\x5a\xc2\ -\x54\x2a\xf2\x93\x1e\x26\x0f\xb4\x36\x33\xae\xbd\xa3\x19\x20\x44\ -\xe1\x75\x75\x2a\xf6\xb2\x2f\x89\x08\xcc\xdb\x50\x7a\x5e\xf6\xbe\ -\x30\x87\xe0\x65\x0a\xc0\x31\x5d\x37\x55\x92\x1d\xee\xb4\x19\x1a\ -\x44\x61\xbb\x3c\x93\xae\x49\xda\x63\x27\x9e\xd6\xb3\xed\xc3\x85\ -\xf2\x59\x2d\xf4\xd1\xcf\x34\xdf\xc6\x4c\xc3\xae\x60\x38\x47\x2c\ -\x8b\x90\x82\x7d\xda\x18\x17\x1b\x72\x44\x10\xea\x66\x27\x27\x86\ -\x52\x33\xad\x42\xd8\xf2\xba\x74\x9a\xcf\xfb\xfd\x35\x76\x41\x3b\ -\x93\x1a\xe0\x40\x65\xe0\x83\xff\x14\xc3\x51\xeb\x3c\x35\x84\xc1\ -\x25\xe2\x68\x01\x14\x1e\x64\x08\x7b\x5d\x5e\x4e\x77\xee\x8c\x9c\ -\xfe\xba\xf9\xf3\x46\xcd\xca\xac\x5a\x6f\x07\x6c\x07\x35\x30\x89\ -\x71\xaf\x1f\xd6\x7d\xb4\x03\x07\x64\xd4\x44\x5e\x6a\x58\x2c\x53\ -\x34\x51\x8a\xdf\xe4\x6d\x40\x44\xf8\xb2\x9c\x2c\x3e\xba\xef\xba\ -\x79\xd2\xda\xb0\xfa\x1e\xfd\xa2\xd1\x9c\x32\x1d\xc0\x14\xb6\x38\ -\x21\xa3\x36\xb2\x69\x8b\x85\x75\x9f\xbc\x72\xf3\x3a\xbb\x0e\x3d\ -\xf1\xe3\xe3\xcf\xc6\x95\x9a\x29\xc9\x42\x41\x4a\x4e\xc4\x76\x48\ -\x46\x63\x35\x80\x08\x5b\x62\x72\x2f\xd8\x69\x99\x52\x1d\x1e\xb4\ -\xf6\xc0\x67\x30\xe2\xc9\xc6\x78\x43\xb3\xa1\xb8\x69\x11\xba\xe9\ -\x50\x09\x27\xc5\x12\x30\xbb\x4e\x0c\x8c\x32\x11\x15\x9d\xe9\x1a\ -\x78\x58\x31\x0f\x41\xab\x58\xa7\x45\x50\x0a\xda\x28\x20\x65\x0f\ -\x8f\xf4\x84\x69\x2c\xf4\x21\x7f\x38\x7d\x89\x52\xd8\x5e\xf7\xa2\ -\x27\x2c\x6c\x97\xa9\x60\x75\x85\xf3\x69\x8e\x3e\x2c\xcb\x34\x02\ -\x5d\x30\x3b\xdb\x43\x1c\xbc\xfd\xb8\xee\xf3\x67\x1d\x02\x42\x88\ -\x12\xd3\x01\x67\x16\x84\xb9\xd0\x41\x8a\xed\xaf\x7e\x7e\x43\x15\ -\x47\xe6\x05\xd4\x60\x56\x46\x0d\xf8\x9b\xf3\x13\xe3\x67\xd5\x16\ -\x59\xe3\xc0\x3d\xd8\xd7\x0b\x6c\x66\x06\x46\x86\xc1\x5a\x20\xa8\ -\x63\xa0\xa1\xd9\xee\xf6\x07\x7b\x51\x5a\x4b\xf8\x7e\x18\xac\x6e\ -\x92\xb6\x78\x27\x1f\x8b\xb0\x60\x92\x82\x4e\x01\x06\x1c\x42\x10\ -\xa1\x07\xb7\xa6\x66\x20\x8b\xf4\x4a\x83\xa9\x68\x0e\x80\xda\x54\ -\x07\xbd\x0e\x15\xf5\xd3\x1a\x7a\x00\x09\x9b\x90\x3a\x0b\x29\x92\ -\x9c\x7c\x46\x98\x1e\x64\xc6\x57\xd0\x47\x41\x0a\x95\x03\x0a\xec\ -\x9e\x16\xa6\x3d\x34\x9c\xdb\xb3\xf2\x94\x0d\x93\x93\xd8\x3e\x15\ -\xd2\x0c\x34\x6c\xb9\x3c\xdb\x06\x29\xa9\xfb\x6b\xc1\xcd\x31\x99\ -\x9c\x46\x49\xf1\x4d\x7e\x00\x33\xc3\x45\xa5\xa0\xb0\xc3\xb8\x66\ -\xe8\xb5\xb1\xff\xa2\x87\x32\x3a\xf7\x91\xd2\x91\x1b\x3e\x9c\x29\ -\x39\x05\x31\x4c\xcd\x40\x06\x09\x7b\x21\xc4\x08\xc7\x3d\x4c\xe8\ -\xac\x9c\x89\x3d\x20\x28\xc0\x85\x85\x80\xd5\x99\x89\x96\xc6\x21\ -\x6d\xc1\x7d\x94\x92\xeb\x10\xda\xd4\x95\x68\x3c\x36\x5f\x8a\x10\ -\x5a\x83\x85\x67\xee\x3d\x11\x65\xa1\x4f\x72\x6c\x98\xf2\x8c\x39\ -\x17\xab\x4f\xcd\x8c\xdb\xdb\x37\x17\x3d\x5a\x40\xc2\xf2\xc8\x46\ -\xa1\xec\xd3\x79\x39\x53\xe6\x9a\x66\x01\x55\x34\xad\x4d\xff\x5c\ -\xae\xc5\x9a\xc7\x52\x28\x88\x45\x8f\x91\xc3\xa1\xb9\x5f\x4b\xb4\ -\xef\x6b\x55\x51\x2d\x58\x92\xf2\xec\x9a\xe2\x6f\x99\x6c\xe7\x7a\ -\xd5\xc0\x35\x9a\xfd\x8c\x42\x69\x13\xe6\xee\x9a\x9a\x56\xe4\x44\ -\x14\x53\x8a\x95\x4d\xe2\x0c\x07\x7d\xfe\xb1\xc9\x08\xfa\x7d\x96\ -\x70\xbd\x0d\x57\x4c\x72\x83\x60\x35\xba\x11\xa7\x87\x3e\xd0\xac\ -\xf0\x0b\x63\x45\xb0\x53\xb6\x4f\xc0\xed\xfa\x5a\xde\x54\xad\x9a\ -\xb9\x15\x18\x4e\xd1\x16\xb7\xc6\xb9\x06\x7e\xbb\xb3\xf2\x37\xa0\ -\x62\x9b\x32\xae\xcf\xb5\xe0\x41\x1e\xe0\xf4\x3c\x0b\xb9\x7d\x72\ -\x3f\x83\x3d\xbf\xe8\xb4\x66\x6a\x73\xa3\x86\x97\x1d\x44\x0f\xfb\ -\x75\x39\x4d\xda\xe9\x61\x2f\xaf\x45\xbc\x9a\x6b\xc1\x56\xcb\xf5\ -\x22\xfb\xa9\xb1\x51\x13\x2e\xcf\xbd\x9a\x56\xdb\xf8\x33\x37\x9a\ -\x3e\x48\x1b\x2a\x69\x60\xa2\x98\x7b\xb3\xb3\xa5\xa8\x1a\x71\x09\ -\x69\xfd\x60\x74\xb3\xfd\x67\x2b\x30\x37\xc6\xc8\x86\xae\x9c\xc5\ -\x09\xca\xce\xed\x79\x24\x34\xd0\x9a\x97\xbd\x0d\x60\xd1\xe4\x3e\ -\x05\xb8\xe3\x71\x0a\xb6\xd9\xea\x1f\xea\x5d\x69\xd7\xe8\x99\x11\ -\x50\x6d\x6d\x93\x6c\x26\xcd\xf9\x78\x07\x91\xcb\x33\x43\x94\x11\ -\x4c\x66\xcb\x8e\x25\xef\x0a\xda\x7b\x9a\xf6\x7e\xa8\x65\x9f\x9e\ -\xd6\xf1\x0a\x3c\xa3\x5c\x41\x27\xae\x6e\xb8\x32\x21\xc2\xac\x27\ -\xf3\xe1\x3a\xcd\xac\xaf\x0f\xaf\x7f\xbb\xe3\x1f\x4c\x33\x0b\xca\ -\x46\xcf\xcf\xe2\x6c\xc0\x18\xd0\xdc\x8b\x51\xb8\x39\x7a\x7a\xa0\ -\x39\xd8\xd7\xab\x9e\x1f\x62\x48\x07\x09\x76\x51\xe8\x0f\xc8\x4b\ -\x43\xe2\x4d\xd3\x12\x2e\x6f\x85\x7f\x5f\x47\xa1\x61\xf1\x08\x19\ -\xd8\x0a\x72\xa6\x19\xae\xd9\x51\xab\x03\xcb\x6a\x31\x0a\x74\x7a\ -\x60\x8b\x75\xba\x5f\x6c\x02\xb5\x83\x65\x69\xe9\xee\xbc\xdc\xa0\ -\x56\x3c\x56\x6d\x12\x26\xa7\x12\x22\x34\x51\xc2\xb1\x4f\xff\x6b\ -\xb6\xfe\x3b\x91\x09\x7b\x84\xf9\x0c\x7f\xf6\x1b\xaa\x96\xde\xfa\ -\xd9\x05\x86\xa8\x1b\x60\xd6\x41\xb2\x89\x73\x59\xb2\x08\xde\x0f\ -\xa1\xcc\xbf\x60\xc9\xa7\x4e\xca\xdf\x71\x83\x16\x1a\xd9\x4c\xe0\ -\x83\xf8\x7b\x0b\xed\x8b\xc5\x05\x91\x1a\x2b\xb0\x68\xdc\xd0\xf2\ -\xb3\x0e\xdc\xe6\x2e\xb4\x5c\xc3\xe4\xec\x73\x8c\xa2\xfd\x89\x22\ -\xc1\xa6\x11\x6e\xeb\x2d\x6c\x7a\x92\x11\x7c\xed\xb8\xf1\x46\xf0\ -\xbd\x11\xe1\x65\x94\x0e\x17\x29\xfa\x86\x72\xcf\xb9\xd1\x90\x7e\ -\x42\xf5\xdb\xef\x59\x0e\xc4\x69\x03\x8d\x6b\xe6\x45\x09\xd5\xc3\ -\x94\x74\xa1\x23\x6c\x74\x87\x1a\x96\x79\xde\x2c\x67\xb4\x6c\xce\ -\xd3\x67\xe8\xe1\x8c\x75\x0a\x3b\xcc\x88\x22\x9f\x15\x33\xd3\x30\ -\x77\xc4\x17\xa4\xf6\xa8\x66\xc7\x88\x2d\xb6\x8a\x94\xd5\x75\xb2\ -\xda\xd0\xa6\x0d\x6a\xd7\xfc\xed\xa1\xaf\xb0\x34\x2f\x9a\x7f\x01\ -\x88\x47\x8d\xa2\x60\x3d\x9a\xd9\x9e\x51\x8c\xfc\x33\x0b\x11\x30\ -\x9d\x19\x64\x8e\x0a\x8b\x97\x7f\x81\x78\xd5\x67\x11\x51\x91\xc9\ -\x61\xae\x77\x1e\x00\xdc\xb5\x84\xb9\x79\x6e\x79\x5f\xf8\x5c\x3c\ -\xe5\x35\x23\x18\x83\x8a\xd8\xfc\x4e\x7a\x87\x1f\xde\x82\x79\x78\ -\x95\x66\x7c\xb8\x49\x0d\x8e\xdc\x47\x01\x17\xaa\x9a\x14\x9a\x4b\ -\x06\x14\x03\x3e\x1b\x1a\x54\xc4\xf9\x44\x1d\x69\x08\x2e\xa7\x7b\ -\x24\x48\xd7\x43\x09\x4b\xa3\x46\x74\x37\xc7\x22\xc6\xa6\xd9\x01\ -\xa3\x42\x47\x3a\xa1\xf6\xcf\xe1\xb2\x0b\x5c\x11\x8d\x75\x66\xd5\ -\x04\xfb\xbe\x6a\xa9\xcc\xae\x3a\x91\x7d\x0c\xd5\xc7\xc9\xce\x02\ -\x71\x89\x80\xc0\x9e\x4b\xb3\x16\x9a\x55\xa8\x5d\x9f\x1b\x44\xce\ -\x03\xb9\x61\xcb\x3d\x83\x8f\x90\xf4\x0c\x68\x14\x10\x32\x0a\x1a\ -\x03\x17\xe0\xe3\xa4\x7f\x6e\x7f\x55\xf6\x1c\x32\xe2\xb4\x7e\xd7\ -\xe7\x8c\x62\x92\xfd\x53\x86\x5e\xcd\x93\x52\x47\xcf\xfa\x3d\x66\ -\x75\xcd\x12\x2c\x00\x75\xbd\x83\x0d\x19\x36\x52\x9c\xd2\xb3\xed\ -\x7f\xb5\x60\xac\xcd\xd5\x37\x24\x7f\x5d\x6f\x9d\xba\x2a\xc7\xef\ -\xe1\x29\x01\x02\xb8\xb3\xa8\x80\xd6\x40\x7a\x1e\x48\x9b\xf6\x54\ -\x5a\xa6\x52\xcb\xe7\x7a\x49\x9e\x29\xa0\xc2\x9b\x36\x6a\x96\x73\ -\x55\xdd\x85\x39\x28\xba\x6e\x4e\x13\xc3\xca\xc5\xba\x9b\xc4\x28\ -\x98\xf0\x74\x8f\x30\x43\x8f\xe5\x6c\x85\xdd\xd7\x75\x86\x46\xbb\ -\xfd\xb8\x90\x34\x1d\x6d\xda\x8e\x97\xe9\xf3\x42\x96\x68\xf7\x37\ -\x9e\x86\xd9\xa8\xa0\x09\xaa\x2e\xd3\xcc\x15\x1c\xf0\xe8\x8e\xa0\ -\x7c\x73\x6b\xd4\x57\x0b\x72\x42\x73\xbf\xa4\x3b\xd6\xa3\x3b\xdd\ -\x35\xc7\xd0\x25\x7f\xeb\xb4\x97\x44\xd4\x00\x41\xb1\xdc\xbe\x41\ -\xc4\xb3\xa4\xac\xf1\x3c\xed\x93\x78\xb5\xc6\xba\xea\xcc\x6b\x7d\ -\xba\xc6\x28\xac\x8d\x7c\x9f\xd0\x1c\x26\x2b\x24\x9d\xce\xd7\xb2\ -\xc0\x66\xcb\xa6\xad\x67\x66\x60\x33\x58\xf2\xa1\x82\x5d\x6f\xb2\ -\x89\xd0\x77\xba\xdd\x7b\x1a\xa4\xf4\xe6\x5f\x0a\xf0\x8e\x39\x68\ -\x29\xd6\xec\xdd\x24\x09\x5b\xd3\xbd\x5f\x7f\xee\x3d\x80\x3b\xb5\ -\xa1\x52\xf4\xea\x84\x53\x2c\xba\x68\x5d\x5b\xf1\xef\x93\x8f\xcd\ -\x28\x46\x3d\x59\xa4\x0e\xc0\x01\xf0\x0c\x9b\x95\x21\x91\xe9\x38\ -\x7d\x9a\x3f\x1b\xbb\x25\xd8\x05\x2c\x49\x27\x27\x84\x4b\xc3\x4f\ -\x7b\x98\x59\x58\xa0\xd6\x25\x5b\xa6\x38\x6d\x91\x71\x6f\xaa\x50\ -\x8a\x9b\x92\x8d\x42\x11\x0a\x6a\xb8\xa0\x7f\x3e\x69\x68\xa3\xc8\ -\x42\x77\x4a\xce\xfc\x68\x9a\x9c\x9a\x9f\xd1\x33\x81\x7a\x41\xf0\ -\x94\x17\xe4\x3f\x6f\xb8\x6b\x49\x20\xf4\xfd\x20\x8a\x60\x35\x81\ -\x8d\x1a\xc5\xcc\x66\x61\x5a\x8d\xe3\x6c\x3c\xe8\x81\x93\xcb\x74\ -\x0d\x17\xca\xe5\x09\xa9\x89\xcf\x88\x00\xc8\xea\xe2\xe3\xae\x7e\ -\x81\x90\x83\x3c\xe8\x22\x96\xc6\x94\xe0\x7b\x21\x82\xbb\x5b\x4d\ -\xa3\x3b\x32\xe4\x74\x62\x1b\x31\x6b\x03\x50\xb9\xdc\x7e\x60\xe0\ -\x81\x8a\xe8\x19\x62\xd5\x8d\x49\x96\x2c\x29\x6f\x36\xc4\x75\x6d\ -\xd4\x33\x7b\x7c\x72\xc5\x22\x66\x95\x9e\x13\x50\x32\xc5\x53\x38\ -\xfa\x00\x03\xc1\xd5\x84\xcf\x62\xfa\x3e\x06\x3d\x14\x91\x7e\xc3\ -\x74\xda\x0a\x6b\x30\xb0\xdb\x74\x37\xaa\x82\x3f\x93\x46\xf9\x0c\ -\x11\x2f\x89\x35\x42\x5d\x2c\xc7\xa8\x54\xc5\x31\xce\x63\xfc\xa0\ -\x88\x51\x99\xee\x4a\x22\xd5\xc8\xaa\xa9\x73\xba\xe2\x37\x17\x34\ -\xa7\xa9\x1d\x51\xdd\x05\x45\xed\x48\x23\x1f\x35\x2a\x9a\x58\x2f\ -\x31\xcd\x44\x72\x1a\x1e\xb6\x49\xc2\x93\xc6\xa8\xa2\x51\x6d\x93\ -\x97\x9d\x02\x90\x16\xb9\xf8\xac\x07\x10\x59\xa6\x26\xf5\x10\xf9\ -\xa4\x5e\x48\x5c\x80\xca\x05\x18\x42\xbb\xa2\x92\x83\x45\x1a\x86\ -\x30\xa9\xed\x6b\xdc\x0b\xb6\x59\x1c\x72\x34\x10\x6e\x11\xcd\xa5\ -\xb0\x8b\xe6\xea\x21\x77\xc9\xed\x8a\x55\xcf\xd9\xad\x9e\xd3\xce\ -\xfc\x10\x0c\x2b\xbd\x69\x5e\x51\xdb\x78\x4e\x58\xac\x8e\x38\x65\ -\x05\xae\xb4\x59\x0a\xa0\x65\x2f\x7c\x4b\x33\x74\x98\x3c\xe8\x06\ -\x2d\x31\xf1\xec\x59\x72\x64\x60\x40\x8d\x6a\xe8\xd3\x9d\x5e\xe4\ -\x9e\xf7\x3c\x05\x3b\x38\x4a\x00\x77\x5d\x43\x7e\x7a\xce\xe5\x71\ -\xcf\x7c\x9a\x5c\x24\x62\x59\xd6\x99\xc7\x7a\x50\xa7\x56\x23\x74\ -\x23\x1d\x24\xfc\x9a\xaf\x95\x4e\xb5\xf2\x88\x2a\x1f\x3f\xb7\x15\ -\x82\x53\x3e\x19\xea\xbe\x04\x98\x2a\x23\x42\x5a\xb1\x4e\xa6\xbd\ -\x4c\xa7\x4e\xa3\xd2\x39\x00\x09\xf9\x5a\x1e\xc0\x7d\xba\x66\x24\ -\x96\xf7\x35\x68\x89\x6a\x98\xd6\xe1\x6a\x41\xeb\x41\xa3\x4f\x85\ -\xe7\xf0\x3d\x9f\xba\xb3\xa7\xb0\x19\x6d\x0c\x7b\x5d\x96\xfe\x33\ -\xca\x14\x58\xd7\xeb\x4f\x40\x15\x7e\x75\xdf\xfb\xd6\x34\x9c\x03\ -\x78\xf3\xef\x0d\x32\xb4\x5d\x34\x5c\x82\x4a\x2e\xcd\x91\x62\xd9\ -\x9a\x87\x03\x37\x54\x7a\xa3\x9e\xd4\x24\x28\x7a\x93\x3e\xa1\xf6\ -\xe9\x01\xd9\x04\x46\x9e\xc0\xba\x52\x18\x8a\x08\x5c\x83\xc2\x32\ -\x7c\x7f\xde\xf0\x91\x22\xfa\xe8\x9c\x59\x8d\x45\x88\x61\xc2\x84\ -\xe9\x8c\x0a\xa9\x4c\x0a\x87\x78\xa8\x35\x56\xab\x93\xef\x0b\xc9\ -\x42\xa4\xcb\x5e\x56\xc0\x53\xdd\x94\x00\x78\x4e\x05\x64\xd3\x39\ -\x46\x1d\xde\x56\xb3\x05\x63\x1a\x38\x9d\x97\xae\x57\x71\xf7\x43\ -\x93\x05\x08\x20\x5f\xe1\xda\xec\x5a\x3a\x8d\xb4\xf0\x6d\x8d\x0f\ -\xb2\x97\xcc\x0f\xf5\xb3\x89\x8c\x96\xca\x53\x19\x2e\x95\x72\xa9\ -\x72\x7d\x5a\xc0\x91\xa4\x5d\xae\x66\x17\xb0\xb2\xc1\x34\x3f\xe6\ -\x28\x7f\xa9\x40\xa9\x83\x0b\xc7\xf5\xd7\x64\x04\x63\x7b\x4e\xbf\ -\xd1\x92\x71\x69\x86\x5b\x73\x5c\x92\x19\xb0\xec\x95\xde\xe8\x48\ -\x35\x39\xa9\xff\x1d\x4f\xaf\x32\x07\x3a\xdb\x62\x58\x5d\xc5\x0b\ -\x74\x55\x23\x03\xb8\x03\xad\x2c\x29\x35\xb2\x09\xb8\xf0\xd4\xc8\ -\x9a\x83\xb9\xdc\x89\x5d\x17\x00\x76\xa9\xeb\xd3\x95\xb3\x9c\x6b\ -\xa2\xf7\x32\xce\x57\xb1\x78\x15\x0f\x97\x67\x86\xd9\x32\x23\x7b\ -\x3c\x54\xd5\x68\x5f\xb7\x73\xcc\x05\x83\x66\xe4\xe8\x95\x16\x08\ -\xb3\x74\xc4\x03\x56\xab\x4b\x86\xa9\x63\x56\xa1\xa6\xe3\xf0\xe9\ -\x00\x03\x83\x10\x99\xbb\xc9\x65\x4d\x42\xde\xf4\x69\x8b\x49\xc2\ -\x86\xdc\x44\x9c\xf6\x61\x3f\x72\x1b\xd2\x40\xf6\xfb\x97\x15\x9b\ -\xfa\xf7\xef\x92\x73\xe2\x48\x5b\x6d\xa6\x34\xc7\x81\x16\x2d\x90\ -\x6a\x02\x40\x10\x3e\xf8\x89\xa9\x51\x75\x0c\x54\x0b\x59\x88\xa9\ -\x05\x92\x51\x13\x58\xa9\x30\x53\x6e\xcb\xd1\xf8\x84\xd6\xcb\xf5\ -\x42\x68\x53\x11\x24\x84\xb7\xfc\x31\xc4\x27\x91\x1f\xd7\x33\x20\ -\x22\x7c\x06\xc7\xe4\x00\x9a\x8d\xa7\x6e\x4a\x93\x24\x90\x18\x27\ -\x0e\x11\x21\x5c\x46\x77\xf9\x3b\xfe\xda\xdf\x1f\xe1\xf6\x86\x88\ -\x70\x5d\x7a\xfd\x6f\x79\x07\x6e\x53\x57\x8d\x18\x4f\x76\xf2\x1d\ -\xce\x79\x8e\x14\x0e\xa0\x98\x72\xf0\x3d\x1f\x82\x43\x51\x27\x3e\ -\x96\xd3\x44\x16\xae\x49\xa8\x81\xc1\xfe\x59\x67\xa1\x0a\x72\x18\ -\x82\x24\x3a\xc2\x30\x41\xee\xa9\x0d\xac\x6b\x3d\x6c\xa8\x74\x0b\ -\xc3\x87\xff\x02\xb1\x36\x53\xd7\x75\x85\x4b\x0b\x11\x01\x0d\x02\ -\x16\xcd\x71\x20\x1a\x16\x0e\x92\x54\x2e\x40\x80\xcf\xfd\x1f\xc0\ -\xb8\x60\xd0\x80\x17\xbe\x00\x00\xe1\x13\xd9\x5c\x03\xee\xf9\x47\ -\xc7\xfc\x78\xa9\xf5\xba\x89\x74\x5d\x50\x3d\xcd\xf2\x9c\x51\x9f\ -\xf3\xd9\xb4\x39\x64\xa3\x64\xc9\x8c\x9f\xe6\x9a\x24\x55\x22\x15\ -\x63\xec\x7a\xfe\x31\xdf\x11\x26\xad\x4d\xa4\x92\x37\x85\xc4\x34\ -\x14\x33\x85\x99\x70\xa9\x8b\x5f\x00\x3f\x04\x73\xda\x94\xa3\x72\ -\xc4\xcd\x3d\x07\x84\x15\x6d\x41\xcb\x41\x73\x5b\x79\x70\x57\xab\ -\x01\x1f\xfe\x0b\x6e\x4d\x7f\x9a\xaa\x31\x7f\x4c\xe7\xe6\xf4\x3e\ -\x77\x54\xd2\x7f\x1c\xc9\x93\x62\x7c\xc2\xe5\x10\x9d\x96\x13\x26\ -\x64\xa1\xa5\x41\x2b\x64\x80\x31\x94\x4a\xc5\x9a\x2d\xa5\x61\x93\ -\xd2\x9c\xbc\x6e\x4e\xe0\x65\x58\x03\xef\x4e\x60\xe6\xf1\x57\x58\ -\xd5\x89\x8c\x65\x63\xcf\xcd\x91\x2f\x26\x9c\xba\xbb\xc0\x87\x93\ -\x9e\x48\x58\x8a\x57\x3b\x58\xdf\x43\x27\x28\x11\x02\x3d\xcc\x15\ -\x71\x32\xc0\x40\xb8\xf9\x86\x01\x17\x80\x65\xb5\x34\xe7\x2c\x44\ -\x80\x2b\x1b\xac\x51\xec\xe4\x3d\x97\x4f\x1b\x3c\xdd\x4b\x87\xbc\ -\x1a\xb5\x40\x27\x5f\x23\x68\xbe\x68\xd3\x4a\x1a\x23\xa9\x4b\x73\ -\x2e\x54\x3e\x6c\x71\x16\xbe\xec\x09\x0e\x8d\xf9\xd0\xff\x53\xae\ -\xf8\x8c\x26\xc2\x43\x39\x19\x10\x04\x67\x81\x45\x50\x29\x70\x1e\ -\x4a\x0a\x13\x66\xb9\x3f\xaa\x5f\x64\x0b\xc5\xd6\x26\xcd\x11\x5b\ -\xf6\x02\x47\x44\x8d\x07\x08\x80\x48\x60\xfa\xfe\x81\x3d\xd2\x03\ -\xc8\x26\x85\xbc\xd3\x08\x2b\xab\x60\x82\x00\x0d\x32\xdb\xdb\xb5\ -\x30\x11\xb8\xe7\x1b\x90\x5e\x7a\x7e\xc0\x15\xa2\x6c\x2d\x1a\x18\ -\x86\xff\x3d\x2b\x50\x04\x44\x0f\x4f\xa7\x82\xf3\xc7\xa8\xd2\x10\ -\x3c\xfd\x0a\x30\xb1\xe3\x13\x58\xae\x3f\x30\x78\x4d\xf8\xb1\x3c\ -\x26\xa5\x1c\xe9\xfe\x84\x88\xc0\xc3\x26\x1e\x64\x4d\x83\x64\x21\ -\x45\x92\xc0\x87\x6e\x2f\xd4\xf3\xed\x0a\xaa\x7b\x5b\x6e\x24\xa6\ -\xff\x43\xa3\x9f\x4d\xfe\x44\x31\xa4\x26\x08\x90\xe7\x19\x21\x80\ -\x7c\x80\xd9\xd6\xea\x4c\xf7\xab\xd8\x9f\xe5\xa3\xfb\x9c\xa4\x69\ -\x81\x88\x00\xdd\xaa\x5f\x79\xb3\xe6\xb8\x5d\xe3\x57\x31\x0c\xd1\ -\xec\xa0\x61\xe6\x2f\x2b\xa0\x2a\x16\xde\x0e\x22\x70\xdf\x1f\xa3\ -\x43\xea\xf9\xce\x13\x00\x47\x82\x8f\xd3\x1a\xc7\x3e\x07\xcc\x62\ -\xf2\xc3\x7f\x8b\xc3\x63\xc6\x9f\xf8\x73\x1c\xe7\x33\xed\x8c\x13\ -\x07\x87\x74\x0f\x9f\xad\x89\x8b\x73\x38\xb4\x8f\x49\xcd\x85\x00\ -\xfc\x2e\x13\xb1\x5b\x2c\x43\x30\x6b\x1c\xd4\x44\xe0\xc9\x96\x1b\ -\xa8\x7a\x60\xb9\x27\xa0\xcc\x90\x42\x79\x80\x2b\x91\x65\x4c\xf2\ -\x84\x59\xcc\x0d\x62\xff\x13\x0c\xeb\x6f\x9f\xec\x0c\x12\xb8\x39\ -\x1d\xfc\xd6\x68\x0a\x11\x81\x19\x53\xf8\xd9\xa6\x0d\xfe\x73\xd9\ -\xf8\xcc\x83\x0c\xcc\xb3\xec\x4b\xad\x0f\x58\xdf\xbf\x83\x12\x64\ -\x6c\x26\xc1\x68\xe6\x79\x7e\x2c\x3a\xc6\x27\x9d\x5c\x98\x0d\x00\ -\x1f\xe1\xa0\xcd\xc6\x35\x35\xf3\xa1\x39\x3f\xc0\x1f\x4c\xca\xb5\ -\x01\x52\x51\x83\x31\xc2\x94\x0f\xbc\x5e\xaf\x56\xcf\x29\xa2\xa3\ -\xe7\xd9\xb4\xfb\x5b\x43\x73\xd1\x41\x7d\x22\xf8\xcc\x3f\x70\x5d\ -\x97\x69\xe1\x59\xb5\x50\x76\x6f\x10\x11\x3e\x9f\xbf\xd9\x4c\xda\ -\xdd\xf6\xf7\x39\x60\xe8\xfa\xf2\xfd\xd7\x35\x18\x46\x11\x1c\xe3\ -\xd2\x3a\x90\x73\x1a\x85\x34\x12\x66\x74\x8d\x92\x47\x94\x10\x6d\ -\xae\x84\x37\xfc\xd5\xeb\xc7\x27\xd6\xc6\x2c\xf9\x75\x49\xc1\x55\ -\x40\xff\x65\xe7\xef\x5f\xbb\xb7\xba\x9f\x7b\xde\xa0\xde\x0f\x4e\ -\x4d\xfb\xf4\xcc\x4b\x0a\x2a\xb0\x00\xc0\x7d\xbf\x0b\x6d\x55\xda\ -\xc0\x62\x8c\x61\x39\xa8\x00\x53\x10\xf0\x6e\xf0\x5d\xb8\x72\xae\ -\x03\x8c\x8c\xc3\x99\x45\x77\x45\x19\xe7\x02\x18\xec\x01\x07\xa6\ -\x3e\xf3\x06\x92\xd4\xc4\x79\xe3\x33\xe5\x0d\x24\x17\x0c\x18\xc0\ -\x32\x15\x10\xb7\x8e\x8f\x04\xe1\x23\x7f\x00\xe9\x05\x17\xfe\xd2\ -\xef\xe7\xbf\x96\x6d\x36\x80\xe8\x05\x37\xff\x49\xd0\xd0\xee\x53\ -\xd5\xa7\xbd\xe5\x0f\x5c\xd7\x2f\x8b\xec\x19\x80\xd3\x41\xea\x01\ -\x2c\x00\xf7\xfb\x1d\x40\x14\x52\xad\x23\xf4\xfd\xdd\x7c\xdb\x80\ -\x81\xe0\x1a\x17\xdc\xf7\x0d\xd7\xb8\xe0\x4a\x0e\xee\x03\x82\x11\ -\x5c\x6a\x2a\x94\x8e\x59\x32\x52\x66\x68\x8d\x32\x73\x83\xa2\x80\ -\xa7\x81\x91\x71\x21\x75\xa4\x8b\x99\xb6\xee\xb6\xcd\x1a\x7d\x81\ -\x8d\x75\xbb\x6d\x16\xaa\x4a\x39\x5a\x47\xfa\x61\xb4\x8e\x58\x93\ -\x5a\x56\x46\xf8\x98\x41\x8e\x8e\x44\xec\x68\x67\x59\x04\xc5\xae\ -\x57\x1a\x62\x28\xbb\x88\xd9\xb5\x3a\x16\x12\x0c\x9e\x85\xe5\xd4\ -\x48\x47\x2b\x4c\x8f\x00\xc0\xcd\xa4\xa1\x1e\x20\x97\x59\x8a\xd7\ -\xc6\x4f\x8a\x87\x35\xc2\x05\xc3\x2d\xe5\x37\x64\x6a\xf6\x0c\xae\ -\x2a\xe8\x6a\x93\x24\xe8\x56\xab\x4f\xda\x89\xfa\x7b\x2c\x1b\x57\ -\xdd\xb5\xb3\x00\x29\x00\x7f\xa4\x6b\x48\x9f\x1c\x0a\x1a\x5f\x19\ -\xbb\xf5\xe6\xb0\x26\x18\xbd\x28\xb7\x78\x00\x5c\x69\xa5\xe0\xf7\ -\x78\xa6\x35\xb0\x89\x8e\x65\xe1\x1d\x0b\x48\xd0\x6b\x68\x5c\x16\ -\x17\x40\x81\x7a\x79\x86\x91\x08\xc3\xa0\x7c\x76\xbd\x49\xaf\xe8\ -\xaa\x87\x0a\x56\xb1\x74\x34\x7e\x96\xda\xfd\x0d\xb9\x3e\x5d\x67\ -\xf7\x74\xeb\xdc\xe9\xf1\x23\x2a\x7f\x14\x0f\xff\x40\x99\x09\xc7\ -\xa6\x96\xa3\x46\x8b\x96\x09\x8f\x94\x2c\xcf\x69\x6a\xf6\xf9\xd5\ -\x41\x6e\x9d\x40\x2d\xf4\x07\x61\x3e\x7a\xc2\x55\xe4\x6b\xa5\x60\ -\x3a\xf0\x93\x3a\x98\xdd\x8e\xbe\x51\x29\x8a\xbe\xa2\x3b\xff\xd8\ -\x04\xb4\x4c\x59\x83\xd6\x50\x04\xfe\x03\xc6\x3e\xf9\xe0\xd4\x58\ -\x8d\x61\xc1\xc9\x87\xcf\xdf\x78\xf6\x06\x5e\x28\x70\x40\x0f\xeb\ -\xaa\x20\x8a\x9c\x16\xf9\x2b\x6f\xbe\x51\x6a\x22\xd3\x63\x71\x2b\ -\xb5\xcf\x41\x80\x47\x4d\x4a\x9d\x92\x85\x99\x7c\x08\xaa\x30\xa6\ -\xa0\x54\xba\x56\x34\x34\x98\x02\x59\x34\x43\x88\x42\x61\xd5\x82\ -\xd9\x68\x3f\x28\x96\x93\x62\x93\x30\xe9\x6e\x50\x4d\xcb\x81\x10\ -\xc5\x69\xa5\x24\x9f\x5c\xf7\xaa\xcb\xeb\x20\x2d\xea\xe8\xc1\x04\ -\xa3\x02\x55\xd3\x9b\x68\xdf\x1f\xa8\x6b\x6f\x1a\x95\xb1\x06\x99\ -\xb6\xf7\xdb\x69\xd3\x61\x9e\xcb\x55\xe3\x5a\xa6\x8d\x36\x95\x6f\ -\x94\x16\xbf\x76\xea\x1e\x55\xb2\x0c\x95\xf6\xca\x07\x87\xcf\xa7\ -\x75\x3c\x90\x8e\xeb\xbe\x4e\xc1\x63\x0e\x57\xce\xa5\x68\x1e\x9b\ -\xeb\x22\x96\x89\x33\x35\x0a\xe7\x7a\x4d\xb5\x91\x4d\x17\x3f\x58\ -\x9e\x3b\x5c\xa8\xa3\xfd\xba\x72\x50\x7a\x6c\x13\x2e\x99\x6a\x39\ -\x2d\x6a\x8e\x90\x9b\xb6\x6a\x59\xeb\x0f\x13\xcd\x75\xda\x2f\x8d\ -\x89\xc0\x8f\xb4\xea\x7c\x9d\xb1\x7d\xb6\xf3\xda\x95\x00\xca\xea\ -\xf5\xb8\x68\x14\x9a\x9f\x64\x84\x88\x09\xe1\xe9\xc2\xdd\xc9\xb2\ -\x49\x21\x9e\x83\x67\xb9\xae\x61\xc4\x07\x06\x02\x3e\x4e\x7a\x2b\ -\x1b\xa0\xb9\xa7\xa2\xdb\x9b\x4b\xcf\x36\x2c\xa3\x8c\xd5\x65\x32\ -\x27\x39\xd2\x8c\x30\x02\xd1\x07\x9b\x4a\x85\x99\x88\x19\x84\x8c\ -\x02\x26\x71\x52\x37\xdd\xe9\x92\xac\xe1\x4a\xae\x70\xdf\x5f\xbd\ -\xd8\xdd\x4d\x32\xf4\x75\xae\xeb\x57\x77\x7a\x5e\xcc\xc1\x3c\x4f\ -\xd4\xe3\x6c\x84\x9c\x26\x4e\x8f\x5a\x38\x5e\xb3\x12\x4b\xc4\x8d\ -\xff\xac\xd4\xe6\x77\xf6\xd4\x1a\x61\xe1\x14\x75\x79\xa0\x21\xae\ -\x14\xea\x75\x1d\xad\xa0\x85\x37\x55\x11\xab\x42\x52\x58\x13\x74\ -\xd0\x73\xe2\x51\xd7\x24\xa5\x7e\x6d\xbf\x1f\xdb\xc8\x3a\xd5\x95\ -\x63\x46\x61\x4a\x02\x34\x58\x98\x84\x8c\xbe\x98\xf9\x58\xa1\x57\ -\x97\x6e\xf8\x54\xbf\x22\x60\x63\xad\xf8\x9b\x21\x0b\xcb\x06\x59\ -\x69\xa8\x6c\x7a\x27\x63\xde\x94\xa6\x8a\x99\x83\x15\x35\x6c\x20\ -\x12\x34\x7f\xae\xce\x9e\x0a\xf6\x87\xee\x56\xb9\xea\xf9\x39\x3d\ -\x6a\x09\x92\x5a\xe8\x5f\x2f\xdf\xd0\x18\x60\x1b\x49\xae\x59\x08\ -\x8d\x2e\x44\x46\xef\x33\x36\x62\x0a\xa5\xbc\xc8\xd7\xa2\x20\xad\ -\xbb\xc7\x71\xc1\x53\x09\xfb\x53\xca\x96\x15\x4e\x34\xec\x61\x97\ -\x56\x88\xd4\xa2\xcd\xd1\xfe\xa7\x02\x55\xcc\x71\xc7\x37\x68\x2f\ -\xce\x5b\x11\x26\xc5\xc9\xb0\x0a\xc5\x21\x5d\x5d\xf4\xef\x3e\xd0\ -\x0f\x50\x7d\xf6\x65\xde\xd6\xac\x51\x1f\xc1\x96\xd1\x69\x52\x1a\ -\xd5\x4d\x09\x10\x81\x22\x39\xbd\x1a\x41\xe4\x61\xe0\xf9\x1a\xe8\ -\xb6\xc1\xc2\xc5\xd2\x76\xc0\x70\x3d\x97\x37\x57\x41\x57\x83\xa4\ -\x72\x09\x87\xa9\x43\x6d\x8c\x98\x66\x5c\x59\xe7\x0b\x03\xec\xd3\ -\xbb\xad\x70\x6d\xb9\x17\x18\xb5\x18\x63\xc9\x9f\x28\x59\x3d\xe7\ -\xa2\x80\xf3\xa0\x62\x81\x29\x1f\xd3\xff\x94\x50\x47\x61\x40\x79\ -\x01\xb2\x74\x11\xbf\x53\x7f\x27\x44\x23\x26\x56\xe1\x44\x08\x62\ -\x4c\xef\xd2\xd4\x20\x90\x5c\xaa\x28\xcb\x2c\xba\x19\x6f\x28\x28\ -\x83\x7e\x4b\x93\xbf\x07\xad\x72\x6b\x10\x03\xf1\x67\x68\xf4\xc5\ -\x9c\x4e\x71\xb7\x1a\x06\x78\x14\x51\xc7\x35\x97\xb1\x17\x3e\x8d\ -\xd0\xdf\xa9\x60\x2b\xe5\x80\xe5\x59\xc0\xda\x36\xeb\xd8\xc0\xbd\ -\xa1\x32\x74\x7f\x7e\x60\xb5\x05\x5e\xf5\x5e\x35\x53\x43\x9c\x62\ -\xb4\xd0\x51\x74\xda\x53\x36\x62\x51\x4a\x13\x87\xa6\xe8\x7b\xb3\ -\x98\xb1\x09\x55\x30\xca\x8f\x01\xc4\xf1\xfe\x1c\x9d\x2a\xc1\x92\ -\xd0\x68\x43\xb0\x15\x65\x59\xd0\x61\x13\xbd\xae\x45\x3d\x89\x4e\ -\xdc\xd7\x42\x6f\x13\x31\x07\xfa\x6d\x8d\x12\x54\x93\x8e\x52\xf8\ -\xa0\x51\xa2\x18\x5b\x13\xb8\x5f\xfb\x9c\xcc\x4d\xae\x3f\x5f\xda\ -\x6b\xfa\xc1\xd5\x9d\x29\x17\x91\xb4\x67\x9b\x3d\x34\xed\x49\x63\ -\xe1\x52\x64\x72\xb1\x42\x1f\xe5\x59\xe6\x66\x5a\x92\xd0\x2d\x1e\ -\xf4\x3d\xb3\xd1\x5b\xc4\x28\xe4\x58\x69\xdc\x0d\xb8\x3a\xbb\x65\ -\x39\x60\x15\x0d\x10\xf2\x6e\xab\xbd\x52\x5e\x1e\x9c\xfc\xb0\xd2\ -\x5e\x10\x3b\x35\x5c\x3a\x28\x94\xcd\xe4\x08\xda\x5c\x44\x16\xb8\ -\xd4\xd6\x5d\xdb\xdc\x19\xda\xb4\x01\xb1\x47\xe3\xa5\x1a\x16\x4e\ -\xd7\x48\x5a\x80\x35\xfd\x6d\xda\xd6\x5e\xe1\xcd\x37\xea\xfd\xaa\ -\x53\x1e\xb2\x17\xd2\x0c\xbb\xee\x6a\x3b\x17\x23\x68\xb3\xba\x76\ -\x49\xe8\x73\xbd\xd8\x50\xe4\xbc\x16\xf6\x35\x80\x9b\xe0\xaa\x69\ -\x61\x76\x8d\x98\xb5\xa8\x81\x12\xeb\x51\xe9\x51\x15\xe0\x21\xd1\ -\x67\x8a\x0b\xda\x4e\x84\xa1\xe5\xb8\x80\x96\x81\x6d\xee\xd8\x8c\ -\x02\x63\x6b\xfe\x92\xd2\xa6\x05\xed\x29\xa0\xbb\x98\xef\xac\x7b\ -\xc3\x4a\xa9\x74\x36\xcc\x61\x7d\x85\x2b\x9c\xdb\x99\x8b\x3a\x97\ -\xe9\xb5\x1e\xa0\x2c\xf6\xf1\x25\x5c\xf8\x3b\xb8\xe9\x93\x3a\x2e\ -\x14\x34\x90\x0c\x58\x87\xe2\x16\xbc\x35\x57\xa1\x41\xcc\xc0\xef\ -\xd8\xc3\x21\x81\xaf\x51\x03\x90\x2d\x95\xc5\xb5\x29\x5d\x52\x80\ -\x49\xd9\xf2\x02\xf6\x01\x54\x6c\xe6\x46\x85\x86\xdc\xf2\x2e\xdd\ -\xb9\x8f\x46\x9a\x35\x91\xc4\x54\xed\x64\x62\xd3\x80\xde\xc8\x3b\ -\xf5\x49\xa0\x6f\x8f\x0b\x8d\x3b\xb0\x66\xb2\x67\x51\xb4\xf6\xf4\ -\x87\xfe\xe6\x6d\xdf\xa9\x4e\xa6\x28\x67\xfd\xb3\x9f\xf5\x63\x74\ -\x73\x19\x0f\xef\xed\xc0\xff\x81\xaa\x57\x34\x88\x4f\x9a\xbd\x95\ -\xfe\x27\xa7\x67\x47\xd2\x89\x19\x8d\x81\xa0\xcf\x9c\x49\x80\xf0\ -\x3e\x6a\x9c\x4f\x20\x7f\x07\x4e\x9c\x99\x53\x1a\xfa\x78\x8d\x99\ -\xcf\xdd\x9a\x5f\x69\x8e\x93\xbe\xd6\x6b\x93\x7d\x7a\x56\xc5\xfa\ -\x0a\x0e\xa0\x77\x84\x3e\x15\x8a\x3c\x63\x81\x1a\xca\x5e\x6d\x86\ -\x5d\x3e\x10\x12\x01\x99\x13\xa6\xad\xc9\xcb\x63\x5c\x86\x4f\xb5\ -\x16\xad\x16\xb3\x11\x12\x30\xf7\x78\x71\x1d\x9a\xc7\x79\xa4\xc3\ -\xb4\x7f\xbd\x6a\x21\xcc\x0b\xdd\xab\x4f\xa1\xba\x41\x44\x0b\xf4\ -\x3a\x84\x13\xfa\x4d\x1f\xb4\xf0\x4a\xcb\x46\xcf\xe8\xaf\x95\x87\ -\x7c\x0d\xea\xd5\x8b\xea\x02\x77\x5c\x46\x8d\x77\x6c\x06\x7d\xaa\ -\x45\x4b\x80\x99\xd1\xa4\xec\xdf\x37\x07\x92\x28\xfc\x0a\x42\xef\ -\xae\x5c\x90\xb9\x3f\x25\xbb\x30\x05\xe6\x95\x6f\x8a\x3d\x24\xac\ -\x6e\xe4\x5c\xec\xd6\xf1\x01\x19\x8b\x87\x4b\xc0\xe8\x37\x43\x45\ -\xea\xb2\xe4\x43\x84\x9b\x4d\x3f\x48\x74\x13\xc9\x50\x49\x04\xb6\ -\x91\x2b\xc6\x43\x95\xe0\x82\x77\xd7\xe7\x82\x3e\x16\xda\xe4\xcd\ -\x0e\xb9\x86\x05\x76\xb7\x25\xdb\x2c\x65\xd7\xbc\x05\x7a\x5d\x90\ -\x96\x8a\xa8\xb2\x37\x23\x38\x43\xa4\xa8\x45\x02\xeb\x34\x6e\x40\ -\x41\x9a\x3d\x5b\x4b\x60\xb2\x51\x3f\x7c\xc1\x7a\x76\x93\x0a\x08\ -\x94\xbf\x3c\xae\x44\x2d\x67\x8e\xd5\xd3\x52\x96\x4c\x17\xc8\x40\ -\x24\x61\xe1\x1a\x07\x25\x2b\x2a\x86\x44\x47\x8e\x3f\x45\xb1\x99\ -\x8d\x98\x8d\x00\x17\x8e\xf4\xcf\xf6\xd0\x8f\x0e\x6a\xb8\x5a\xe5\ -\x76\x3e\xb7\xc0\xbd\x68\x9d\xf0\x68\x63\x7a\xdc\xa8\x0b\x4a\x99\ -\xe1\x7c\x05\x69\x13\x7a\xd4\x8b\xe8\x7e\xcd\xba\xbe\x4a\xd3\x88\ -\x81\xd0\x61\x68\x2f\x82\x02\x30\x04\x78\xa2\x51\xe0\xdc\x12\x18\ -\x1e\x0f\x4b\x44\x3a\x4e\xca\x56\x3b\xdc\x8e\x2a\xc2\x91\x67\xbd\ -\x0a\xc8\x6b\x21\x94\x1f\xaf\x1e\xa2\xd2\xb4\x83\xeb\x3d\x62\x2f\ -\xda\xe0\xd9\x91\x8d\x7c\xed\x97\xc9\x83\xc4\x61\x20\xf1\x7c\xf5\ -\x45\xc6\xc5\xd2\xba\xee\x39\xb2\xb0\xfd\x38\x4c\xed\xa3\x81\xa5\ -\x58\x3a\xed\xa0\x5a\x75\x20\xa9\xd7\xc2\x65\x7f\x2f\x79\x66\xb2\ -\xee\xe9\x02\x69\x9d\xef\x82\xf4\x71\xd4\x17\xb8\x09\x8a\xc6\x0a\ -\x49\xcb\x48\x72\x47\x46\x6c\x51\x10\xdb\x8d\x78\x44\xd8\x7b\x63\ -\x85\x29\x5a\x17\xd9\xe2\x41\xdc\x79\xd6\xf7\x0f\x44\x28\x53\x1d\ -\x6c\x39\x73\xbe\xde\x18\x0e\x01\x9a\xd0\x73\xce\xba\x70\x5b\xa9\ -\x9b\x19\x1d\x91\x88\x4c\x14\x6c\x72\x6f\x7b\x6d\x4c\xeb\x8b\x76\ -\x61\xdd\x57\xc4\x99\x0e\x6d\x72\xd4\xdd\x33\x49\xea\x7d\x4d\x57\ -\x5b\x59\x34\x62\xab\x41\x40\x00\x7f\x0f\xcf\xb7\x3e\x97\x2b\x93\ -\xc5\xcc\x60\x8c\x3a\x09\xa5\xa9\x5a\xa7\xb5\x0c\x1a\x87\x50\x1d\ -\xf6\x7c\x52\x15\x46\x44\x21\xf9\xb4\x6c\xbd\xe2\x94\xcb\x58\x69\ -\xbb\xb4\xd8\x73\x5b\xee\x1f\xce\x6d\xfd\x57\xd7\x4e\x58\x23\x64\ -\x04\x97\x40\x68\x7c\xd8\x77\x72\xff\x97\x52\xb4\xf1\x61\x22\x56\ -\xd7\x07\x2f\xb4\xb7\x7a\xbf\xb8\xe4\x45\x11\x11\xc8\x14\x80\xd7\ -\xba\x77\xad\xc6\x5c\x10\x8c\x99\x23\xc8\xe9\x96\xed\xad\x1e\xf3\ -\x9a\x69\x1e\xf5\x5a\x6d\x2f\x71\xa3\x27\xb0\x26\xab\x00\x07\x24\ -\xd2\x1e\xbb\xf8\xb9\x84\x80\x53\x01\x65\x75\x4d\xf5\x86\xd7\xf2\ -\x25\xf1\x0e\x40\x6b\x84\xb3\x8e\x84\x8c\x94\x99\x83\xfd\x71\xd2\ -\xc1\x75\x9b\x73\x6d\xac\x50\xa6\x9d\xf3\xd8\x82\x7e\x93\x3e\x7c\ -\x0e\x51\xae\x0d\x46\x00\xca\xb6\xef\xee\x7a\x3c\xdb\x49\xc9\xc3\ -\xca\x11\x5e\x84\x11\x02\x1c\x94\x39\xaf\x79\xe6\xbd\x81\x34\xf5\ -\x2c\x13\x11\xb8\xef\xd9\xd6\x7b\x44\xbc\x40\x75\xda\xdb\xf5\x80\ -\x3a\x08\x19\xa9\xed\x3f\x38\xa2\xee\x7a\x79\x5c\xce\x09\x04\x36\ -\xf0\x39\xec\x8d\x3c\xe3\xca\xd6\x30\xcb\x3c\xee\xaf\x6b\xe3\xa8\ -\xf8\x50\x52\x1b\xb9\xf9\x11\x50\x1a\x3a\x78\x96\x27\x57\x03\xa4\ -\xac\x3d\x5d\xf5\xec\x0e\xc5\x6e\xee\x83\x25\xab\xa1\x02\xd0\xde\ -\x33\xf4\x7d\x1f\x4b\xc9\x45\x6d\x6d\x25\x00\xa2\x94\x6a\x0a\xed\ -\xb5\xde\xd3\xea\xfa\xe9\xa1\xf4\x22\x08\x38\xb9\x9b\xa4\x78\x94\ -\x0a\x33\xd4\x42\x4a\xbf\x3f\x5f\x63\xca\x0d\x24\x43\x87\x3c\x4c\ -\xf1\xf5\xca\xc2\xa4\xa6\xc4\xdb\x68\x78\xb1\xf9\x16\xcb\x36\xa8\ -\x0d\x18\x8d\x33\x0d\xc7\x17\xe0\x6a\x1e\xa1\x0d\x68\x66\x3e\xc0\ -\x20\x60\x41\x40\x9e\xad\xf1\xc0\x66\x36\x43\x41\xc5\x0a\x8a\x1b\ -\x7e\x73\x46\x4b\x14\x80\x3f\x8a\xa2\x55\x4a\x40\x64\x4b\x19\x4d\ -\x65\xe5\x87\xd6\xc6\x81\xed\xe0\xaa\x2e\x87\xe1\x83\x6b\x36\xeb\ -\xb0\x3a\x84\x20\x87\xa8\x80\xe9\xdc\x54\x91\xb8\x5d\xf3\x82\x70\ -\x03\x34\x04\x39\x92\xdb\xfd\x73\xf9\x83\xc1\xda\xa0\xcc\x3a\xaa\ -\x94\x59\x90\x05\xde\x33\x60\xb8\x74\x46\x87\x66\xaa\xa1\xe7\x2c\ -\x3f\x16\xff\x91\x9f\xd5\xa0\x3c\x85\xc8\x19\x53\x6f\xe5\x19\x1f\ -\xd2\x72\x31\x66\x70\xbd\x25\xdc\xe5\xf4\x6b\x84\x4f\x5a\x3e\x88\ -\x5e\x7f\x0e\xda\x8d\x16\x1d\x18\x61\xc9\x1c\xef\xb7\x16\x5b\x9e\ -\xac\x8e\x30\x64\x04\x39\x90\x91\x23\x7f\xe5\xa2\x01\x37\xcf\xd0\ -\x3d\xe9\x22\xa7\x26\x62\x4f\x53\x01\x2f\x3e\xe9\x47\x64\xf1\x49\ -\xe8\x7d\xa4\xec\x80\xb4\x20\x54\x6c\x5a\x8d\x73\x68\xde\xfe\x83\ -\x3a\x75\x6f\xa3\xab\x1c\xac\xdc\xa1\x34\xea\x67\xd7\x42\xb4\x3d\ -\xe1\x02\x86\xfb\x11\xcd\xe2\x69\xa1\xcc\x0b\x1d\x70\x75\xa7\xd2\ -\x65\x63\x4d\x05\x71\xd0\x9f\xd6\xbc\xbc\x34\x88\x98\x71\x58\xa7\ -\x28\xbe\xe7\x68\x21\x9e\x9b\x27\xdd\xd3\x92\xce\x54\x69\x2a\x2b\ -\xb2\x85\xdc\x0f\xde\x9c\x58\x70\x64\x47\x7d\x33\x4a\x50\xcb\x5d\ -\x2f\xaa\xee\x2d\xdf\x24\x7f\xd6\x08\xdd\x91\xa2\xf6\x98\xae\x4e\ -\xfc\x6c\xb7\x0b\x05\x9d\x73\xfa\x6a\x7b\x1f\x43\xa9\xc2\x11\xea\ -\xc8\x05\x81\xde\x72\xc5\xa0\x35\x23\x82\x51\xff\x1c\x73\x55\x9c\ -\xe2\xd0\xf3\x8b\xf2\xba\xa3\x05\x13\x7c\x8b\x38\x17\x61\xd3\xc8\ -\x54\x7a\x9f\xff\x19\x6d\x36\xd3\xf0\xf0\x9c\x3d\x99\x42\xb8\x25\ -\x72\x16\x26\x54\x68\xcf\xac\x54\xa3\x2f\xe6\x06\x7d\x52\x23\x91\ -\x0b\xb3\x53\xcc\xcf\x71\x09\x79\xd6\x5c\xb9\x86\xa1\x68\x36\xd0\ -\xa6\x38\x07\xba\x8d\x9f\x03\x11\xbb\x17\x00\xd8\x88\x7b\x37\x96\ -\x89\xd9\xba\x0b\xcc\x36\xf9\x54\xc3\x01\x92\xe2\x3e\x79\x88\xc3\ -\xc0\x35\x4b\xaa\x52\xb6\x10\x97\xe6\xcb\x83\x6c\x57\x9a\x19\x35\ -\x60\xf2\x14\x8c\x9b\x54\xba\x69\x5a\x8a\xbb\xed\x35\xe9\xee\xe5\ -\x7f\x47\xb5\xcb\xfe\x70\xe6\xd9\xdb\xe9\xc0\xc2\x96\x3d\x24\x02\ -\x52\xe3\x10\xe6\x7d\x06\xa6\x1c\xe8\x44\xb5\x67\x5e\x8d\x1b\x7c\ -\xca\x22\x85\x71\xb6\x37\x32\xd8\xa6\x9d\x2b\xad\x98\x16\x6d\xd6\ -\x46\x4b\xb6\x29\x8e\x9a\x75\xd1\xc3\xf3\x8d\x9b\x89\x87\x17\xa0\ -\x4f\x05\xb5\x3c\x80\x72\x52\xe2\x73\xd6\xfa\xe3\x9b\x99\x4c\x02\ -\x26\xfb\x74\x2c\x00\x70\x19\x6a\x2c\x51\x6a\x95\xf5\xfd\x29\x45\ -\x1a\xd3\x65\xb0\x02\xa9\x87\xbd\xee\x74\xba\x61\x61\x14\x21\x5d\ -\xcd\xe8\x8c\x22\x36\xe2\x21\x78\xde\xd7\xc7\x9c\xb5\xb5\x2d\xcf\ -\xee\xea\x6a\xdd\x69\x82\x20\xd3\xa4\x8c\xdc\x74\x47\x8c\x45\x4f\ -\x64\x38\xfa\x8c\x1c\x36\x88\xdc\x51\x7f\xae\x99\x0f\xf4\x70\x6b\ -\x6e\xdc\x38\x6e\xdd\xdf\xd8\x8c\xbb\xbe\xed\x87\x9d\xd1\x60\x77\ -\x57\xb4\xd9\xa5\x60\xb2\x60\xbc\x2f\x29\xb4\x72\x67\xf5\xe0\x3f\ -\xb8\xc3\x26\x38\x97\xfb\x7c\x7d\xf6\x2e\x76\x99\x89\xef\x63\xbd\ -\xde\x67\x9e\x61\x7c\xe7\x0c\x13\x2a\x1a\xf1\x66\xb2\x24\xbc\xd1\ -\x00\x69\x60\x56\x74\x88\xc1\x8a\xd8\xd9\x63\xf3\x18\xcc\xed\xba\ -\xc4\x61\xf5\xa2\xed\x06\x71\x7d\x94\xfe\x07\x26\xb0\xe6\xd4\xb2\ -\x79\x43\xe6\xf1\x33\xfe\x5a\x4b\xdd\x27\xc2\x61\x6c\x95\xef\x61\ -\xea\xc4\xaa\x2e\x40\x3e\xde\xc8\x25\xcd\x58\x96\xd1\xfb\x1a\x28\ -\x48\x18\x53\xad\x5a\x70\x1d\xb3\xa5\x88\x32\xff\x70\x69\x6e\x28\ -\xac\x65\x65\x3b\xcc\xd6\x4d\xe8\x84\x3a\xe5\x54\x2f\x47\x74\x91\ -\xa1\x02\x63\xd9\xd8\x46\xa7\xd4\x14\x1d\x98\xf3\xff\x57\xed\x99\ -\x8f\xcb\x4f\xbc\x6b\x54\x6f\x48\x9b\x18\x49\x7b\x00\x90\x9d\xa7\ -\x4c\x0d\x59\x2a\x14\x66\xf3\xe6\xa7\x68\x26\xb9\x18\x68\x54\x6a\ -\x05\x2c\xda\xae\xd0\xca\x94\x30\xd1\xc6\x85\x15\x6c\x7c\xd8\x13\ -\x5a\x29\xcd\xf9\xa4\x3c\x48\x02\x8f\xa8\xd9\x96\x34\xef\xe3\x51\ -\x7c\xf5\x51\x57\xa5\x93\x02\xc0\xb8\x0c\x15\x88\x9b\x49\xc0\xa2\ -\x63\x28\xb6\x69\x29\x03\x03\x5b\x46\x82\x36\x6d\x26\xa4\x9f\x03\ -\x70\x0c\xf3\x02\xd4\x03\xd7\x83\xda\xd4\xcd\x6e\xc0\x35\xd2\x6c\ -\x61\x98\x20\xde\xd3\xe6\x25\x8a\x48\x45\xe7\xbc\x79\xf5\x83\xb6\ -\xd2\xb6\x22\x94\x5a\xc4\x98\x6b\x46\x79\x90\xbb\x23\x79\xcb\x44\ -\x65\x20\x3d\xe6\x87\xa8\x43\x52\x1a\x5c\xac\xe8\x13\x2d\x0e\x92\ -\x6b\xae\xd0\x1a\xe4\xb9\x4d\x27\xe4\xec\xfc\xd7\x33\x7a\xfa\xf7\ -\x6c\xcd\xa0\x8f\xd3\xf1\x9c\x23\x73\xcb\xad\xa8\x7f\x0d\x17\xf4\ -\x22\x14\xd7\xc3\x32\x0b\x9c\x5a\x24\xd5\xc6\x6a\xcd\x5d\x39\xe9\ -\x20\x9a\x73\x26\xef\x9f\x2f\xb5\x70\x8e\xb8\x73\x9b\x98\xb4\x22\ -\x00\xf9\x18\x8e\x1b\x07\x97\xf0\x63\x63\xa5\xa8\x0e\xf0\x17\x00\ -\x00\x20\x00\x49\x44\x41\x54\x62\xee\x0c\x16\xe5\xa6\x09\x91\xd0\ -\xeb\xa9\xb3\xa0\x17\xec\xc3\x0a\x62\x13\xe5\x73\x9d\x06\x51\xa7\ -\xde\xad\x54\x20\x92\x72\x5f\xe3\xe4\xea\x01\xde\x75\xbd\xb2\x84\ -\xab\xe6\x91\x2e\x29\xfd\x59\xf2\xb8\x59\xde\x1a\x56\x9f\x32\xc3\ -\x3f\xd8\xfd\x7b\x43\x71\xa6\xde\x3d\xd1\x5a\x9e\xf6\x9d\x63\xfe\ -\x20\xf3\x72\xef\x55\xbb\xe1\xd7\xc5\x9f\x29\xb5\xe2\xe5\xd6\x48\ -\xb4\x9f\x07\xb0\xd0\x42\x71\xc9\x3e\x03\x73\xf8\x58\x75\x09\xab\ -\xd2\xa5\xd8\x28\xaf\xda\xc6\x40\x7c\x07\x40\x99\x5a\xb5\x1c\x3e\ -\xb0\x49\x87\xd3\xdf\xe2\xd8\x77\xfd\xed\x3e\x77\x70\x83\x96\x41\ -\xb4\x37\x7a\x50\x19\x1b\x7b\x51\xbd\x15\xaf\xff\x44\x45\xa3\x25\ -\x33\x2e\xe0\x02\x9b\x00\x91\x66\x2a\x2d\xda\x4a\x19\x73\x39\xff\ -\x47\xa1\xf4\xde\x00\xf0\x29\x00\xc8\x9d\x6e\x88\x84\x16\x0b\x81\ -\x25\xef\x2d\xdf\x74\xcb\x27\x2b\x0c\x98\x8e\x22\xda\xb9\x67\x6b\ -\x3c\xb4\x41\x8b\x16\x16\x58\xb5\x8a\x7e\x92\x93\xe9\xbc\x47\x01\ -\x56\x9e\x18\x00\x22\x33\x8c\x74\x8e\x20\x1a\x4b\x34\x55\x7c\x2b\ -\x88\x37\x8c\x4e\x39\x68\x64\xf4\xc7\xd3\x44\x4a\x9e\x5d\x31\x7d\ -\x1f\x9f\xeb\xbe\x84\x09\xf6\x72\x31\x92\x68\x6f\x1e\x7b\x34\x03\ -\x22\x37\x5b\xff\xca\x84\xf1\x49\x8f\x94\x50\xfa\x55\x37\xd4\xf7\ -\xc7\xd4\xe1\xc3\x06\x68\xb0\xe5\x42\xbd\x96\x8c\xc0\x5d\x23\xee\ -\x7f\x6f\xce\x4f\x82\xe1\xd0\xc3\x94\xa1\xd1\xea\x06\x6c\x56\xdd\ -\x66\xc4\x23\x50\x1c\xab\x23\x43\x6f\x44\xee\xe9\x36\xcd\x95\x43\ -\x63\x13\x0d\x04\xc6\xa4\x6f\x6f\x78\xfa\xfb\x1f\x90\x40\xe7\x6d\ -\xb5\x9e\x53\x41\xc1\xdd\xe6\x9a\xcb\xad\xd1\x85\x59\x9a\xfb\xb0\ -\x2c\x53\x7f\x59\xe8\xec\x27\x1d\x60\xcd\x93\xca\xc1\xc2\x58\xe2\ -\x03\xce\xf2\x80\xf6\xe7\x84\xdb\x64\x3b\xee\x0d\xa6\x79\x95\xff\ -\xaf\xb9\x7b\x97\xf3\x24\xfe\xdb\xf6\x64\x8d\x39\xa0\x0d\x4c\xae\ -\x8e\x83\xfa\xe7\x66\xa6\x83\xd2\xd8\x6a\x8a\x86\x5f\x11\x95\xe2\ -\x4e\xbf\x58\x58\x68\x7b\x7d\x4b\x45\xeb\x46\x0b\x05\x55\xf7\x25\ -\xf4\x70\xe3\xdc\xbc\x43\x6e\x73\xa2\x6e\x9e\x00\xde\xeb\x29\xdf\ -\xe1\x64\xfd\x58\x51\x71\x8c\xce\x4f\x36\x64\x7c\x7d\x10\xb2\xe3\ -\xc5\x78\x98\xf4\x43\x81\x09\x24\xf5\x30\x03\xcc\x49\x16\x83\x8b\ -\xf3\x7e\xce\x0f\x7a\xca\xd9\xca\x42\x8d\x6d\x32\x22\xe5\xb5\xe7\ -\x41\x18\x8f\x8f\x94\xac\xa3\xee\xa0\x88\xff\x56\x01\x21\x62\x52\ -\x80\xe4\x70\x50\x05\x17\x95\xd0\x07\xe6\x89\x3f\x96\xc3\x9c\x0f\ -\xa1\x87\x1e\x26\x8c\x80\xe1\x56\x16\x42\xc8\x42\xbb\x12\x8a\x96\ -\xdb\x28\x03\x1e\xcc\xdb\xd3\xa6\x8f\x88\xc8\x52\x43\xc8\xe4\x3d\ -\x30\xf3\xeb\x2f\x2b\xd8\x51\x8e\x4d\x00\xd6\xf1\xb5\x17\x19\xa0\ -\x9c\x7e\x8c\x22\x85\x42\xc7\x55\x03\xd9\x08\x04\x90\x06\xc0\x30\ -\x01\x72\xe8\xc8\x0d\xad\xf1\xf1\x7a\x14\x5b\x14\x05\x36\x52\x31\ -\x24\x11\x01\x18\x08\xcc\x14\xda\x83\x36\xf9\x28\x79\x42\x3b\x1d\ -\xf2\x30\x8d\x9a\xbd\x21\x3f\x21\x4c\x8d\xeb\xef\x28\x25\x1c\xb2\ -\x48\x6a\xc8\x1e\x70\x99\x44\x42\x43\xd6\x62\xcd\x49\x9d\xea\xe0\ -\x71\x7a\xf5\xbd\x18\x7e\xa6\x23\x56\xca\xe1\x31\x24\x7c\xf9\x5a\ -\x47\xf2\x17\x92\xe9\xe3\x16\x1a\xad\x21\xf9\x4a\x4d\xc8\xac\x2d\ -\xd7\xa0\xa8\x3b\x60\x5e\xa7\x55\x6c\x1d\xe8\xdf\x21\x3f\x45\xeb\ -\x2a\xbb\x17\x07\x04\xb9\xad\xb1\x6a\xe4\x22\xfb\x34\x12\x98\x9b\ -\xe5\x7f\xbb\x8f\x3e\xb1\x5e\x05\xbe\x52\x29\x73\xe9\xe0\xa7\xce\ -\x8b\x02\xb3\xa2\xc1\x8e\x8c\x02\xda\xfa\xaf\x94\x27\x9d\x5e\x6c\ -\x15\x5d\xc9\x4e\x5a\x01\x9f\x4a\x6b\x01\x2b\x0f\x9f\xf6\x4d\x2d\ -\x0e\x46\x36\x27\x85\x7a\xd9\x6c\xd4\x21\x27\xaa\x49\x65\x71\x8d\ -\xe4\x62\xdf\x8c\x6e\xc4\x23\x11\xe8\x58\x8b\xf2\x15\x58\x69\xcf\ -\x13\xef\x71\x13\x97\x94\x06\xca\x83\x2c\x21\x60\x58\x60\xb8\x53\ -\x4b\xb8\x4c\x99\x11\x19\xa6\x19\xa4\x9c\x42\x61\xab\xdd\xfa\xba\ -\xf6\x9e\x28\xd2\x5e\x73\x39\xed\x1a\x8a\xc6\x6c\x1b\x2d\x41\xbc\ -\x4d\xc8\x27\x85\xc2\xf9\x36\xf3\x2c\xa8\x15\x84\x5a\x44\x28\x9b\ -\x82\x3d\x7c\xf3\xe1\x1e\xb2\x48\x63\x9a\x3c\xd9\x95\x0b\x54\x4b\ -\xfd\xea\xd0\x76\x6f\x85\xd9\xf9\x67\x49\x33\xf4\xa8\x06\x23\x04\ -\x99\x97\x95\x45\x91\x5b\x52\xe3\x92\x9f\x58\x5f\xfb\xd5\x72\x7e\ -\x5a\x4e\xa1\x21\xec\xbe\xaf\x85\x9b\xb0\x17\xf4\x66\xb3\x3d\xec\ -\x7a\xdf\xa1\xab\x2a\xcd\xbd\x94\x20\xd6\xba\x6e\x60\x06\x67\xb6\ -\xc6\xbc\xe0\xd2\x74\xe8\xc4\x9a\x6d\x8f\x1d\xfd\x3a\x45\x11\x79\ -\xb7\x29\xe5\xfa\xdc\x28\x45\x29\x23\x1d\xd0\x3e\xd7\x40\x9d\x58\ -\xc8\xc2\xe8\xd9\xea\x9a\x07\x56\x44\x50\x91\x0e\xd7\x3c\x34\x80\ -\xc7\x22\x1b\x8e\x8c\x88\x08\xeb\x66\x73\x55\xe5\x4e\x2b\xaf\x75\ -\x81\xd8\xb9\x8e\x40\x66\xc5\x7e\xc8\x5e\xc2\xa1\x7b\x81\x01\x32\ -\x2c\x59\xdf\x90\xb9\xcb\xaa\x53\x1e\x9e\x29\xbc\x5e\x37\xf1\xbd\ -\x9b\x02\x1d\xea\xbe\x30\x96\x81\x08\x46\xb3\x75\x57\x74\x5e\x61\ -\x76\x25\x31\x2d\x61\x71\x43\x82\xcc\x0e\x73\x0c\x98\x2c\x74\x16\ -\x0b\xcd\xce\x33\x9e\xf2\xdc\xf1\x33\xc8\x5f\xfb\xac\x95\xf2\xcf\ -\xcd\xae\x17\x0b\x00\xa2\xba\x49\x9e\x75\x54\x6b\xd8\xf2\x16\x9e\ -\xbb\x68\xaf\x57\x80\xbb\x32\xb5\x90\x28\xf6\x2e\x7f\x6e\xd7\x73\ -\xad\x49\x6b\xd0\xe9\xc2\x23\x43\xc5\xa1\x04\xef\xce\x64\x24\xe5\ -\x79\x98\xf5\x18\x8b\x84\x32\xc2\xf3\x9e\x02\xa8\x03\x00\x1e\xaf\ -\x3d\x80\x1b\x20\x27\x55\x1e\xbb\xc4\xda\xe8\xcc\x39\x63\x3d\x91\ -\x05\xb4\x33\xcf\x60\x72\xf9\x5e\x39\x8c\x56\x1b\x5a\xe8\x16\xc1\ -\x74\xc5\xf5\xf9\xcc\x77\xd7\xc9\xe3\x9e\xd7\x18\x77\xf7\xa4\x87\ -\x87\x73\x76\xdd\xb5\xe5\x1a\x2c\x4e\x2e\x99\xf3\x71\x0e\x08\xc6\ -\x28\xe6\x29\xe8\x59\x7e\x23\x62\x73\x31\x6a\xc6\x88\x0f\x90\x87\ -\xad\x06\x53\x5b\x86\x0c\x66\xca\xb7\x76\xd6\x95\xa3\x0d\x25\x3f\ -\x86\x62\xec\x1e\x76\x9b\x87\x4d\x47\x6d\x9e\xd3\x5e\x1d\x37\x07\ -\x94\x19\x62\xdc\x36\xd5\x29\x8b\x71\xa0\xe6\xac\x70\x75\x76\x12\ -\xcf\x91\x21\x40\x32\x4b\x4c\x17\xf5\x91\xe5\x2a\x59\x61\x71\x71\ -\x62\x9a\x1c\xed\xe9\x04\xc2\xab\x69\x23\x3a\x7d\xa8\xa3\x46\xdf\ -\x1a\x17\xc2\x5f\xba\xd0\x63\x41\x48\x64\x0e\x51\x38\x4c\x71\x29\ -\xb6\x47\x31\xc9\x60\xb5\x2a\x3f\x65\xea\xd4\x62\x64\x71\xad\xe9\ -\x88\x12\x9c\xe9\x99\x05\x9d\xff\x86\x56\x03\xb9\x46\xc0\x84\xeb\ -\xce\xa3\xe6\x91\xc9\xea\x1e\x30\x59\x29\x58\xd1\x90\x10\x00\xce\ -\x22\x88\x65\xb5\x56\xe5\xdc\x70\xd7\x52\x63\x5c\xf6\xde\xef\x09\ -\x44\xaf\x46\x8b\x91\x12\x76\xe7\xf1\x03\x82\xfb\x44\xc7\xb3\xd9\ -\xee\xfb\xee\x85\x4a\xa1\x92\xce\x39\xe1\x35\xae\x63\x91\x56\xf9\ -\xc2\xab\xe3\xcd\xde\x58\x41\x9b\x9a\x9d\x72\x7b\x9e\x5c\xae\xf0\ -\x10\xac\xdb\x0a\xa8\x46\x6d\xe1\x6d\x82\x0b\x52\x26\x3e\x78\x2a\ -\xdc\xd2\xf9\xa5\x3e\x17\x75\x92\xe4\xef\xad\x4d\x0d\x20\xa3\x15\ -\x9e\x92\xe7\xf5\xe0\x29\x54\xa9\x2f\xcd\xdc\xc9\xd1\xc8\x1b\xbb\ -\x13\x85\xc9\xaf\xc9\xac\x26\x13\x2d\x2b\x64\x84\xa8\x12\x05\x22\ -\x2b\xc6\x6d\xed\xd9\x90\x2d\xbc\xae\xa0\x2d\xb6\xfb\x83\x39\x55\ -\xd8\x0e\x0e\xa9\x08\x1e\x2f\xd4\xa0\x6e\x9f\xde\x48\x59\x8b\x26\ -\x01\xc0\x72\x88\x64\x2d\xe4\x67\xc2\x60\x0b\x53\x60\xd4\x09\x6c\ -\x69\xc8\x85\x69\x43\x7b\xd7\xe1\x4c\x0f\xfc\x2d\x99\x36\xeb\xf7\ -\x00\x9f\x01\x09\xa7\xd4\xf9\x61\x44\xb9\x17\x91\x3c\x64\xf7\x08\ -\x7c\xa5\xc2\xd4\x66\xe7\xa4\xad\x1b\x63\x00\x2c\x53\xcd\x66\x50\ -\x04\x3f\x80\x69\x58\x8d\x0e\x9e\x01\xbe\x0e\x1e\xe6\x24\xab\x67\ -\x90\x51\x4c\x38\x82\x6e\x4f\x85\xa0\x5a\x80\x3f\xaa\xd7\xf7\xb8\ -\xde\x97\x56\xae\x04\x6a\x3b\x2a\xac\xf2\x39\x0c\x9b\xf5\x95\x8e\ -\xc8\x6d\x92\x55\xf7\xf2\xee\xea\xd5\x27\xd8\xd4\xb2\x11\x5d\xf7\ -\x5a\x0d\x8d\xbc\x00\xd5\xb3\xff\x0e\x9d\x68\xae\xbf\xbc\x2e\x64\ -\x26\x39\x1a\x6b\xd1\x8b\x67\xd5\x50\xd9\xf7\x96\xc6\x8a\x8b\x0e\ -\xd2\x9b\x52\xcd\xc3\xeb\x19\x59\x55\x0b\x7e\xac\x7e\x20\x33\xcd\ -\x5a\x03\x0d\xdd\xd0\xeb\xd4\x98\xe4\x84\x23\xd7\x74\xd5\x86\xc4\ -\xb3\xb7\xec\x7b\xdd\x20\xa4\x1b\x23\x7d\x3d\x27\x0f\xcf\x7f\x68\ -\xb5\x6c\xfa\x0d\x72\x30\x73\x28\x59\x65\xa7\xc6\x2a\x26\x76\x31\ -\x05\xdc\x95\xe0\x35\x10\xb6\xd6\x01\x13\xe6\x8f\x80\x9d\xe7\x20\ -\xae\xba\x58\xd7\x63\xc1\x93\x59\x4e\xf9\xec\x11\xe9\x51\xd6\xba\ -\x18\x2b\xc1\xd4\x5d\xcd\xd4\xa8\xb1\xa9\x98\x8a\x7e\x5e\x5a\x2d\ -\xab\xd4\xd4\xa1\xa6\x42\xa8\xf4\x6c\x90\x94\xba\x30\x4b\x98\x97\ -\x81\x47\x50\x70\xca\x13\x44\x04\xe8\xf5\x2b\x68\xa3\x1e\xd1\xe3\ -\xcd\x3d\x5b\x48\x76\x6d\x58\xc4\x0c\x60\xdc\xf0\x09\x47\xfa\xdf\ -\xef\x6c\x8d\xce\xcc\x48\xc0\x4e\xca\xc4\xf5\x95\x60\x24\x9c\xa7\ -\x68\xd5\xf3\x20\xec\xd8\x1f\xee\x57\x6b\xd4\x44\xc0\x39\x57\xe7\ -\xfa\x13\x80\x2d\x0e\xa0\x99\x4d\x60\x9a\xd8\x68\x1f\x99\x31\x43\ -\xa2\x05\x7f\x02\x35\x74\x30\x69\xa1\x0a\xa8\x4e\x8d\xe7\xb0\xfb\ -\xc1\x7c\x47\x84\x84\x30\x85\x55\x7e\x68\x65\x97\xf7\x58\x81\xd8\ -\xd6\xdf\x18\x18\x47\x7e\x0e\x4d\xfd\xa4\x28\xb8\xc9\x7b\x72\x10\ -\x70\x70\x4d\xaf\x2c\xbe\xf2\xf5\x9a\xf3\x53\xc6\xa8\x00\x38\x28\ -\x0d\x0b\x50\x39\x92\x64\xb9\x25\x83\x96\x90\xb3\x51\xb9\xca\x61\ -\x45\x57\xc4\xac\x04\x37\xde\xc1\x09\x62\x1b\xb3\x23\x5d\x51\x4e\ -\x7c\x3c\xa8\xb5\xf8\xe1\x23\xab\x9b\x0a\x22\xc1\x7d\xbf\x8d\x8b\ -\x9a\x05\xd8\xb8\xd4\x37\x3e\x25\x4e\x26\xb2\x1f\xd2\x3e\xac\x7e\ -\x50\x6e\x8b\x55\x1d\xbb\xd5\x78\x82\xe7\xad\xd9\x85\x2c\xbd\x53\ -\xb7\x2c\x25\x45\x84\x38\xa6\x2a\xba\x9b\x98\xa1\x03\x4f\x10\x9c\ -\x3a\x3e\x47\x09\x44\x6d\x58\x7a\xbb\x06\xdf\x31\xbc\xe5\x13\x93\ -\x97\x9a\xef\xe5\x07\x0a\xa3\xea\x7a\x74\x42\xb3\xa0\x51\x9c\xdc\ -\x7c\xf4\x37\x6f\xc5\x6f\x8c\x98\xe5\x6d\xbc\x51\xd2\xa9\x8e\xa4\ -\x09\x81\xb0\x00\xe3\x27\x84\xd4\x24\xc5\xca\x5a\x00\x10\x2e\x98\ -\x73\xc2\x04\xb6\x0c\x1e\x0c\xf1\x2b\x5a\x90\xcf\xac\x39\x5e\xa8\ -\xee\x3a\x1a\x43\x39\xec\xfa\xdc\x16\xa4\xe9\xce\x67\xdc\x3a\x7c\ -\x9e\x8b\x76\xc8\x67\xf2\xe6\x18\xe9\x7c\x62\x8c\xa9\x92\xda\x22\ -\x23\xea\x34\xe3\xe6\x77\xa3\x1d\x8c\xf1\xd2\xcb\x7b\x8d\x58\x78\ -\xe1\x32\x33\x4c\xdc\xe5\xd9\x1e\x44\xf0\x81\x3f\x30\x6e\xcb\x18\ -\x7a\x99\x73\xde\x1c\xc0\x08\x30\x11\x40\xee\x37\xe0\xa5\xe3\x71\ -\x9a\x3a\x00\x1e\x28\x8a\x2c\x91\xe6\x88\xb8\x50\x5b\x53\xd8\x49\ -\xa7\x5c\x22\xc0\xae\x03\x30\xea\xab\x17\xed\x5a\x24\xde\x9a\x03\ -\xe1\x54\x41\x24\xa0\xf1\x0a\xab\x6a\xbf\x8f\x37\x62\x34\xd8\x04\ -\xdd\x2d\x93\x90\xe0\x0e\x2b\x67\x5d\x7a\x3c\x35\x87\x4a\x9f\x55\ -\xd6\xe7\x07\xcd\x68\x06\x47\x1f\x53\x03\x5b\xd0\x32\xd9\x61\xa1\ -\x6b\xfc\xaa\x28\xa9\xe5\x3c\x40\x09\x21\xac\x05\xfe\x5d\x9a\x06\ -\x04\xdc\xa8\x1f\x48\x99\xfd\x11\x9b\x7d\x71\x65\x7a\xcf\x3b\x72\ -\x4c\x62\xe2\x86\x08\x88\x2f\x35\x94\x41\xcd\xd1\xaa\x93\x45\x47\ -\x8e\xc6\x18\x70\xdf\x6f\xbb\xfe\x92\xe2\x68\x47\xa1\x65\xc2\x5b\ -\xa0\x39\xd0\x55\x8d\x91\xe6\x10\xfd\xd5\x9c\x9d\xeb\x57\xe8\xfd\ -\x34\x90\x78\xc6\x24\x36\x0a\x5d\xe4\xd0\x8b\x39\x68\x74\xf3\x1d\ -\x1a\x4b\xf2\x09\x74\x64\x61\x89\xe5\xe8\x65\x18\xb1\xf6\x14\x6e\ -\xa1\xcb\xc0\x38\x41\x64\x18\x40\xa0\x5f\x09\xa6\xa1\xb9\x02\x1f\ -\x4b\x75\xbf\x1a\xca\xe9\x7a\x19\x8a\x9c\x28\xb7\x7d\x0f\x43\x1e\ -\x9b\xea\x0a\x7f\xb4\xc9\x0b\x87\x97\x2e\x74\x16\xb8\x6d\xcf\xbe\ -\x14\x43\xf4\x86\xd9\x91\xfd\xf9\x29\x40\x90\x6a\xdb\x10\x00\x2e\ -\xd2\xcd\xf5\x0d\x7f\xcb\x9e\xa0\xda\x9f\x74\xe0\x03\x73\xf3\xc4\ -\xa0\x2c\x0d\x1a\x80\x36\x01\x56\x8a\xd5\x00\x70\xd0\x85\x24\xf4\ -\x2e\xfa\x59\xef\x14\x3b\x3b\xd5\xa2\xdc\x7f\x00\x81\x0f\xcd\x58\ -\x7f\x04\xa3\x9b\xa9\x04\xd5\xc3\xa8\xd2\xf1\xf0\x73\xbc\xe7\x9b\ -\x3f\x36\x29\x24\x48\xd7\xba\x22\x7e\xb6\x9c\xc4\x51\xa8\xe0\x5a\ -\xf8\xd8\xb4\xc1\x9f\x13\x20\x75\xc9\xb3\xc0\x50\x67\x0e\xf0\xfd\ -\x59\x26\x43\x49\x79\x23\x77\xbd\x02\x2e\xf9\x90\xc3\x5b\x2e\x40\ -\x42\xb8\xc3\xde\x97\x8a\x91\x92\x7d\x1e\xa3\x79\xe5\xdb\xa5\x5c\ -\x5b\x1e\xd7\x01\x7d\x3a\x11\xbc\x90\x31\xe0\x12\x80\x69\xaf\xaf\ -\x69\x16\xba\x37\x7a\x31\x32\x80\xe1\x2e\x5e\x1b\xb5\xb0\xf5\x29\ -\xd8\x7d\xbf\x17\x2a\x9f\x69\xb4\xbc\xd4\xa0\x3b\x35\x68\x3c\x8d\ -\xda\x6a\xe7\x3c\xa2\xe5\x94\x0d\x75\x74\x43\x84\x01\x6a\x46\x30\ -\x2d\x88\xf7\xfd\xbe\xf5\xde\x84\x51\x86\x4e\x03\x86\xfd\x0f\x71\ -\x1a\x91\xcb\x8a\x5c\x40\x05\x4b\xac\xdf\xbc\x05\x01\xe4\x05\x02\ -\x37\xe0\x44\x20\xf9\xc0\x4d\x18\xe0\x2c\xf0\x47\x41\x12\xb9\xa2\ -\xc8\x53\xed\xd9\x2f\x00\x40\xf8\x43\x05\xa9\xf7\x73\xc4\x4d\x0c\ -\x8c\xee\x6d\x69\x3c\x1a\xfd\xe1\xfb\x98\xf1\x68\xf9\xd6\x1c\xc9\ -\xdb\xf6\x04\xbd\x76\x10\x0e\x32\xef\xf9\x56\x94\x7d\xde\x00\x38\ -\x80\x5e\x03\xae\xeb\x05\xe3\xf5\x1b\x68\x8c\xc8\xa9\x8a\x29\x6e\ -\x2b\x32\x45\x6b\x8c\x12\x53\x10\x77\x19\x01\xf0\x12\xb8\x1d\x98\ -\x88\xd9\x9d\xc4\x24\x55\xfb\xbd\x8f\x4d\x62\xb8\x19\x01\xd1\x28\ -\x8d\x31\x11\x08\x5c\xf1\xfa\x11\xd2\x8d\x08\xf7\xfc\x6b\xf4\x28\ -\x68\x0d\x85\x97\xd6\x53\x44\x3f\xfb\x30\xb9\x85\xd1\xe5\x7d\xcd\ -\xdf\xf3\x13\xcf\x28\x85\x11\x57\x52\xb1\x3e\xfc\xb1\xbc\xbb\x04\ -\xe3\x9c\x26\x87\xc0\x7a\x7d\x6c\x72\xdb\x26\x38\x2c\x30\x60\xc0\ -\xb4\x4c\xc3\xd7\xf5\x3b\x73\xd6\x58\x8b\x73\xcd\x61\xfa\x04\x33\ -\x4a\x1a\xcf\x6f\xc6\xe7\x43\x01\x20\x2e\x5a\x57\x07\xfb\x06\xc4\ -\xfa\x27\x11\xb8\x6f\x86\xe9\xb9\x4f\xd7\x2f\xa5\xe1\xa2\x00\x5c\ -\xe6\x94\x69\x8c\x1b\xb8\x3f\xc0\xf7\x0d\x53\xf4\x1f\x04\x82\x0b\ -\x49\xa3\x71\x8a\xd9\x91\x4c\x81\x1b\xff\x6a\x3e\xeb\x75\x01\xc3\ -\xb4\x89\x8c\xb1\x39\x04\xe0\x9e\x1a\x20\x3e\xca\x5a\xd7\xe0\xe2\ -\x61\xeb\x8b\x61\x5c\xea\x7c\x48\x33\x07\x00\x60\x6c\x1c\x40\x0c\ -\x4b\x7b\x44\xb4\xc0\xee\x7c\xe6\x3f\x9f\xa1\xa0\xc5\xb8\x2c\xee\ -\x06\x95\x78\x43\xe6\xea\x3d\xb5\x7e\xbc\xdc\x95\x71\xda\xee\x65\ -\x7b\xf0\x7b\xdc\xa1\xdb\x04\x4e\xa0\xcd\x1b\xdd\x29\x13\xc6\xb0\ -\xd8\x6b\xf5\xb8\x52\x4d\x92\x31\xba\xf0\x02\xcd\x4a\x15\xbd\xfe\ -\x84\x08\x17\x5d\x96\xfd\xc8\xf0\x31\xdf\x00\x24\x08\x83\x09\xbc\ -\x5d\xd7\x08\xf0\x77\xfe\xcf\x1a\x5a\x5d\x23\xd7\x12\x4d\x32\xf9\ -\xad\x7a\xd5\xa1\x06\x67\x7e\xfd\xc0\xb3\x38\x7d\xd2\x49\x5e\x85\ -\x62\xe4\x2c\xaa\xac\xe0\x13\xe7\xad\x67\xcd\xe9\xfb\x11\x98\xf7\ -\x1b\xde\x37\x6a\x48\xf7\x45\x20\x13\x81\x51\xbf\x5e\x9b\x40\x51\ -\x4e\x02\xb6\x2e\x7c\x0b\xc7\xc0\x2f\x48\x8e\xa3\xed\x28\xb8\x71\ -\xb5\x5b\x3a\xf7\xe4\xd0\x4b\x25\x4d\xe1\x4a\x4e\x2d\x8e\xf6\x77\ -\x02\xa5\x42\xd8\xdc\x8a\xa8\xe4\x54\x85\xa0\x19\x2e\x00\x47\x74\ -\x8a\x83\x48\x04\x05\x3f\xa4\xb9\x57\x91\xa4\x16\x5d\x0b\x0f\x14\ -\x1d\x79\x1b\xc9\xab\x35\xd0\x28\xf5\x48\x19\x04\xca\x0b\xc5\x2f\ -\x91\xb9\x11\x3e\x18\x78\x98\x42\xd4\xc3\xd3\x9b\xb3\xb1\xf0\xbb\ -\x37\x74\xae\x89\xa3\xe9\x8c\xc8\x16\x71\xec\x33\x32\x26\x11\x7a\ -\xea\xb4\xf5\x8a\x9a\xe4\xdf\x29\xe1\xd0\x35\x2b\x41\xc8\x1a\x2e\ -\xee\xc8\xae\x09\xbe\x45\x00\xc6\x75\xd9\x0b\x63\x22\x0b\xe1\x18\ -\x45\x1d\xc1\x62\x3d\x08\x14\x85\x16\xa8\x0c\xba\x40\x0b\x6d\xa2\ -\x80\x83\x80\x58\x75\x6c\x1e\x12\x2b\x77\x71\x7b\x03\x0f\x49\xd4\ -\x31\x33\x03\x3a\x35\x5d\x8b\x67\x14\x10\x86\xe6\x7a\xa4\xc5\x71\ -\x5e\xcb\x61\xc5\x6f\xbd\x06\x2b\xf7\xba\x5f\x1f\x80\xa3\x25\x68\ -\x8c\xae\xf1\x68\x27\x5d\x93\xdd\x75\xef\xcf\x89\xc0\x9a\xaf\x56\ -\x73\x6c\x9e\xa9\x80\x45\x88\x4a\x58\x02\x49\xbf\x53\x82\x4e\x6b\ -\xa4\xbb\x62\xe1\x46\xd1\xf8\x29\x47\x65\x8c\xcb\xc0\x09\x3a\xcf\ -\x65\xe9\xca\xbd\xa4\xb9\xd9\x89\xd1\x90\x28\xb8\xe8\xed\xda\x45\ -\x60\x63\x35\x04\x31\xa4\x7f\x42\x3a\x5f\x11\x6d\x13\xc1\x01\x18\ -\x74\xb6\x01\x69\xaf\xbb\x67\x54\x2d\x46\x21\xb2\x4e\x30\x30\x85\ -\xf3\x50\x72\x90\xe2\xf7\xa6\x6a\xff\xe0\x3b\x82\x08\x85\x42\xd6\ -\x68\xb4\x52\xa8\xc8\x72\xbe\x2f\x2c\xbc\xe8\x49\xfb\xa4\x27\x1b\ -\xe5\xd3\x24\xa8\xe8\x5b\xc2\x8a\xbc\x3b\x54\xa6\x33\xd7\xc1\x78\ -\x03\x04\x66\xa1\x7a\xe1\x2e\xba\xeb\xe6\x46\x65\x13\xf3\xbd\x9f\ -\x2c\xaa\x83\x84\x62\xaf\xac\xeb\x8a\x61\xb7\x55\xaf\xef\xe3\xb2\ -\x50\x60\xfd\x9e\xab\xed\x45\x17\x0e\x90\xc1\x47\x1a\x7b\x17\xef\ -\x53\x03\x2b\xea\x87\xa0\x75\x8f\x82\xb3\x2d\xf6\x69\x2a\xf1\x53\ -\x16\x5d\x00\x75\x5d\x5c\x14\xff\xc8\x83\x0e\xad\xde\x4f\xc2\xcb\ -\x2c\x96\xd3\x16\xc9\xa3\x4a\x82\xd2\xf6\xc0\x54\xc8\xcf\xe7\x13\ -\xe7\x6a\xf5\x9f\x40\x99\x4f\xd5\x9a\xcb\x9f\x5d\xa3\x61\x54\x1f\ -\xb1\xa9\x7c\x18\xab\xc0\x39\xd4\xd6\xd7\x76\xd5\x84\xe8\xf4\xd8\ -\x8a\x6d\x7c\xbe\x66\x8c\xde\x58\xe6\xc4\xdf\x59\x07\xfa\x0c\x17\ -\x97\x51\x63\xbd\x0c\x9f\x66\x40\xcf\x8c\x4b\x2f\x40\x39\xee\x7d\ -\x41\x17\x23\xd5\x78\xd4\x0c\x36\xaa\xd9\x68\x64\xc1\xb2\xe4\xa6\ -\x4c\xa9\xf1\x40\x18\x30\x06\x03\x00\x3d\x3f\x07\x40\xb1\x37\xe6\ -\x7d\xc1\xa4\xc8\xe3\x0a\x25\x17\xa0\x1b\xa8\x49\x15\x4e\xac\x9e\ -\x96\xd3\x55\xcf\x26\xb3\x61\x8f\x86\x01\x52\x83\x14\x67\x6d\xd1\ -\xa9\x00\x2f\x3a\x49\x29\xf1\x1f\x22\x20\xb7\xce\xb7\x2a\xbb\x83\ -\x99\xe1\x45\x1a\xc2\x8b\xb2\x4f\xc6\x01\x11\x86\x96\xf4\xb9\x77\ -\x79\x93\xc4\x0c\x53\x04\x5e\xbf\x46\x61\x48\x14\xf6\x11\x74\x0b\ -\xec\xa7\xf5\x16\x13\xbb\xf2\x7e\xc5\x86\x02\x75\x2d\x86\xd6\xa9\ -\x64\xc1\x49\xa1\xe1\xba\x9e\x4d\x04\x41\xc2\x5e\x9f\x0d\x88\x36\ -\xcb\x6e\x3a\x64\x41\x16\xdd\xa8\x82\xad\xee\xd6\xac\x75\xd3\x85\ -\x63\x33\x4c\x51\x87\xbe\x09\x24\x03\x46\x61\xc4\x98\x05\x6b\xee\ -\x03\x93\x01\xae\xf1\xf5\x1c\x76\x63\x15\xbf\x6d\x64\xa0\x0d\x9a\ -\x9b\x75\x3e\x59\xd2\x6c\xec\x1b\x15\xd1\xb5\x7c\xcd\x03\xa0\xe7\ -\xd0\xa5\x61\x88\x34\x2d\x2a\xf1\x6e\x2c\x24\x36\x69\x17\xcf\xe0\ -\x13\x36\x16\xa2\x34\x4d\x0c\x0b\x03\xe1\xa5\x01\xe9\x07\xfa\xe5\ -\x23\xad\xb9\xbe\x7f\xdb\x17\x56\x33\x2d\x0c\x27\xeb\x11\x53\x70\ -\xbd\xc7\x33\x5c\x2d\x99\x19\x88\x15\x14\xc2\xe2\x88\x2c\xe2\x30\ -\xc5\x4a\x41\x93\x62\xdb\xe9\xb4\xd5\x62\xfb\x9c\xe1\x70\xba\xa0\ -\x4e\xce\x22\xf5\x30\xa7\xc5\x1e\x57\x36\xb7\x2a\x39\x17\x95\x87\ -\x03\x03\x0b\x72\xbb\x59\xf0\xfa\x08\x2b\x84\x97\x58\x0e\xe3\x67\ -\x81\xf4\x37\xd1\x2e\xae\x0d\x5c\x69\x2e\xc9\x51\x40\x73\xfc\x0a\ -\x9a\xa9\xec\x85\x83\x8b\xbe\x43\x74\xeb\x54\x46\xe4\x76\x25\x22\ -\xb3\x04\xcc\x7e\x56\x20\xf9\xa3\xd0\xed\xb6\xe3\x7e\xd4\x86\x0c\ -\xbb\xcd\xf2\x89\xb8\x55\x8b\xfd\xd5\x7e\xba\x6b\x0d\xc0\xfc\x1b\ -\x31\x10\x04\xb1\x05\x62\xff\x76\x3c\x14\xb0\x38\x39\x69\x63\x46\ -\x1b\x67\x38\x6c\x9d\xa7\x22\xba\xc0\xa0\x7c\xe7\x46\x87\x1b\x9d\ -\xda\x71\x08\x9f\x75\x42\xa3\x88\x00\xdf\x9f\xf8\x7d\x92\x0b\xf0\ -\x1a\x36\xa9\x91\x38\xdc\xd5\x62\x54\x69\x32\x6c\xd3\x02\x3f\x0c\ -\xa1\x35\x09\xde\xcb\x29\x9a\x8f\x40\x30\x2e\x0a\xee\xb0\x34\x96\ -\x1e\xb5\xfc\xae\xda\xe0\x78\x1e\x54\x34\x9e\x98\x5a\x29\x40\x06\ -\x62\x5b\x7f\x35\xf0\x72\x09\xa5\x3c\x15\x5c\xb5\xa0\x43\xec\xfa\ -\x9f\xf6\xac\x3f\x90\x80\x6b\x56\x8c\x37\x57\x27\x9a\xd5\x53\xf0\ -\xee\x2a\xa2\xff\xa6\x49\xfc\x2a\x92\x85\x51\x36\x6b\x6c\xeb\x4d\ -\xd7\xcf\xd8\x7e\x6f\x44\x81\x8e\x30\x2c\xa4\x76\x40\x77\x4e\x14\ -\x77\x02\xa2\x7c\x16\xdd\x0e\x3b\x0e\xc0\xe5\xd9\x47\x0b\xa0\x5c\ -\x69\x8c\xf5\xab\xba\x17\x65\x51\x38\x2d\x4c\x3a\x22\x02\x42\x87\ -\x9a\x01\xb6\xd5\x65\x08\x0b\x37\x1b\x44\x71\xe6\xee\x92\x86\x2d\ -\xec\xd7\x4b\xeb\x7c\xd6\xd7\x67\xee\x81\xe6\x16\x7a\xc4\x6b\x59\ -\x3f\x77\x6b\x4c\x9e\x1a\xe2\x04\xda\x12\x38\x40\xa8\x41\xa6\xbe\ -\x6f\xf3\xe6\x20\x2a\x64\x81\x8c\x84\x96\xd1\x28\xc7\x46\x23\x10\ -\x72\x17\x45\xe0\x61\x3d\xc1\x2f\xfd\xfc\x94\x39\x75\x9d\x16\x84\ -\x47\xfa\x74\xd7\x52\x8d\xa4\xef\x2e\xe7\x0c\x97\x48\x8f\xdd\xd8\ -\x61\x74\xfa\x87\xb8\x8e\x75\xf4\xe2\xe8\x5b\x83\x24\x1d\xca\x88\ -\xb3\x63\x01\xb8\x9e\x04\xe4\x6b\xfe\x23\x1c\x83\x42\x2d\xfa\x03\ -\xf9\x41\xaf\x83\x0b\xc5\xb6\xe8\x56\x50\x7e\x68\xf0\xc6\x52\x20\ -\xad\x54\x4d\x7e\xd8\xa3\x46\x6b\x9a\x26\xac\x96\xef\x09\x4e\x89\ -\x3d\x5f\x63\xc0\x81\x3a\x7b\x62\x32\x2f\x67\x8e\xe9\xa0\xfa\xd9\ -\x35\x9a\x9e\x22\x9a\x7a\x49\x53\x9b\x0a\x26\x63\xfd\x1f\xa6\x06\ -\x39\x81\x0d\x6c\xd3\xfc\x6e\x59\xae\xcf\x91\x06\xca\xd3\x52\x6b\ -\xa4\xdd\xf6\x18\x43\xa7\x13\x06\x16\x35\x40\x0e\xcf\x54\x6a\xc6\ -\xb5\x65\xe2\x05\x18\x1d\xd1\x8c\xc2\x76\xe2\x73\x18\x44\x70\x71\ -\xb7\x6b\x0d\x6d\xdd\x5b\x0f\x26\x4a\x2a\x85\x28\xd9\x7e\x6c\xed\ -\x17\x26\xc5\x3b\xb2\xb8\xa2\x81\xb9\x6d\x1f\x2d\x93\xc6\x42\x31\ -\xad\x5a\x3a\x89\x26\x8d\x1a\x20\xb3\x52\xde\xd7\x5a\x12\x97\x98\ -\x0d\x89\xe7\x1f\x63\xda\xe3\xf6\xfa\x64\xc6\x42\x04\xab\xc9\x8f\ -\x4d\x17\x41\x94\xed\x14\x67\x43\xba\x60\xd2\x49\x03\x87\xcb\x39\ -\x8c\x25\xe0\x98\x95\xa6\xb8\x39\xd4\x31\x5a\xa4\x0b\x1d\xcf\xe1\ -\x39\x67\xa1\x5c\xba\x54\xc6\x34\x89\xe1\xb4\x27\x4d\xe7\xcc\x38\ -\x15\x1c\x92\x95\x82\xcc\xe5\x59\x18\x1b\x7d\xb4\xee\x5b\x24\xd0\ -\x0c\x5a\x88\x28\x34\xc5\xc8\xd9\x38\xd6\x98\x82\x75\x25\xca\xc3\ -\xf9\x43\x80\xc0\x3e\xa3\xb3\x69\xbe\xa0\x53\x0b\x35\xb3\x54\x26\ -\xa4\x31\x0a\x69\x68\x3b\x1a\x3f\x1a\x79\x00\xc9\x2c\x59\x57\xf6\ -\xb9\x06\xc5\x73\x43\x16\x8b\x44\x48\x3a\xdd\x05\x63\xa0\x49\xa1\ -\xa2\x42\x1a\xcf\x08\x48\xe4\xbc\x89\x40\x0e\x0e\xb0\x0c\x03\x02\ -\xc0\xc1\x00\x18\xc2\xad\x50\x04\x6e\xfe\xc0\x64\xd6\x69\xa4\xbc\ -\x32\x9a\xc4\xb6\x04\x14\x80\x4b\xa4\x8b\x4b\x53\xbc\x95\xd4\x92\ -\xda\x54\xd5\xc5\x28\x82\x26\x32\x03\x58\xed\x85\xa5\x70\x10\x09\ -\x46\xa3\x10\x12\x60\x6c\xb4\x44\xa4\xf4\xba\x40\x97\xc6\x76\xb8\ -\x6f\xe1\x6f\xd0\xe9\x4e\xb8\x38\x37\xe5\x21\x99\x0e\x30\xd5\x45\ -\x6a\x3b\x9c\x0f\x87\x51\x20\x86\x88\x70\x97\x02\xac\x4e\x51\xc4\ -\x68\x8b\xa9\xcf\xb1\x83\xe0\x30\x3d\x0a\x3d\xcd\x30\xe3\x0e\xa7\ -\x36\x22\x44\x40\x64\x73\x5b\x1c\xa4\xe3\xd6\x69\x0e\x77\x21\xca\ -\x9d\x3d\x2c\xb7\x05\xd6\x1e\x0a\xe7\x40\x5e\xe6\xb3\x31\xc1\xff\ -\x27\xed\xcb\x96\x25\xb9\x71\x2c\x01\xd0\x23\x55\xfd\xff\xbf\xda\ -\x33\xca\xbc\xee\x04\xe6\x01\x3b\x49\x8f\x2c\xb3\xa9\xb6\x36\x55\ -\x49\xca\x7b\x23\xdc\xb9\x00\x07\x67\x29\x6e\x3a\x0d\x69\x2a\x48\ -\x55\x1e\x77\x6c\x6e\x5b\x8f\xa6\xa8\x17\x7b\x69\xf4\xc3\x77\x31\ -\x08\xd8\x05\x98\x71\x52\x9a\x40\x95\xa1\x86\x32\xa6\x23\x17\x6d\ -\x07\x82\x07\x8b\x6e\x93\x2c\x73\x86\x81\xc2\x03\x77\x9a\xa1\xd3\ -\x50\x56\xe1\xbe\x2e\xe4\x09\x1e\x70\x4e\xb4\xa2\x33\xba\x71\x83\ -\x3a\xc5\x39\xf5\x20\x6b\xd8\xb9\x14\x9b\xa3\x99\x46\xc8\xdf\x1b\ -\x0d\xcb\x44\x40\xd7\xd3\xda\x77\x59\x0c\xb0\x1a\x45\x68\x2d\x3a\ -\x9a\x51\x45\xc9\x0e\x4b\x77\xa2\xd4\xb6\x9c\x0a\x5c\x02\x6c\x0d\ -\xa2\xaf\x95\xa3\xd9\x41\xa1\xcb\xe6\x34\xf9\x79\xd5\xc0\xac\x9c\ -\xe6\x13\xef\xdb\x91\xf0\xb4\x85\xed\xa5\x2d\x3a\x68\xe1\x74\x20\ -\x8b\x28\xd0\x62\x4a\xb5\x74\x55\x04\xed\x17\xe1\x28\x87\x79\x1a\ -\xed\xec\x68\x56\xd0\x14\x0f\x45\x45\xdb\x5b\xf5\x42\xaa\x8d\x0a\ -\xf4\x42\x3e\xc3\xbe\xeb\xb9\x90\xb6\xb8\x61\xc5\x5d\x04\xd5\x7e\ -\x01\x66\xf3\xa6\x3f\xef\x3a\x85\x9e\xaf\xe7\x14\xcb\x82\x54\x77\ -\xeb\x62\x0e\x93\x88\x79\x78\x4f\x13\xaa\x4d\x78\xc2\x8d\xd5\xc1\ -\xab\x34\x60\x80\x85\x92\xed\xef\x99\x7a\x06\xe0\xd6\xb8\x9f\xae\ -\xdf\x8e\xc8\xf7\xa6\x86\x96\xcb\x99\x16\xee\xbd\x14\x17\x47\xdc\ -\x72\x58\xfa\x33\xe8\x4d\xc1\xb4\xb7\x35\x5e\xf6\x64\xcf\xde\xeb\ -\x00\x4b\xcf\x34\x4c\xea\xe3\xab\x0d\xf6\x4b\x30\xea\x26\xd0\xff\ -\x72\xf7\x1c\x7f\xfe\xc6\x2c\x08\x1b\xd9\xe2\x3e\xeb\x21\xbd\x9c\ -\x34\x5b\x5c\xa2\x06\x90\x8b\xa6\x54\x8e\xc5\xde\xdb\xd4\xb9\x69\ -\x3c\x58\x96\x5c\xa8\xea\x34\x57\x1a\x76\x2f\xaa\xe3\x7b\xcc\x68\ -\x8c\x91\x29\x00\x10\xd7\x45\x67\x23\xb3\xbb\x1e\x46\x8b\x21\x02\ -\x17\x60\x73\xb1\xac\xa2\xfb\x01\xb8\xb9\x33\xe6\xcf\x98\x7a\xb6\ -\x08\xc4\x54\xb9\x3d\x6b\xc9\xb3\xd3\xdd\x68\xd7\xf3\x23\xcc\x6d\ -\x8a\x76\x48\x1b\x19\x89\xa9\x20\x4f\xb7\x87\x26\x18\xe3\x8a\x09\ -\x5e\x80\x14\x63\x2c\x59\x5d\xa5\xa1\x45\x00\xc2\x37\xc7\xd6\xa2\ -\xeb\x11\x48\xfb\xf9\x6d\x6a\x0b\xc7\xb5\x16\xcf\xab\x16\xfa\x07\ -\x1d\x3d\x0d\x6a\xe7\x2a\x03\xc3\xc5\x54\x22\x54\x1c\x3d\xb0\x78\ -\x83\x15\xea\x59\x8c\x29\xea\xb4\x4a\x0b\x6a\xdb\x9f\xe3\xdc\x60\ -\x46\x23\x56\xee\xf6\xf6\x9e\x58\xa2\x89\xde\x81\x23\x8e\xe9\x16\ -\x54\x87\x44\x67\x22\x51\x50\x89\x16\x1d\xd3\x59\xcf\x2b\xae\xab\ -\x75\x57\x42\xbc\xfa\x9a\x60\xa5\x92\xc3\x8b\xa6\xee\xf4\x73\xc5\ -\x26\x32\x2e\xfd\xc8\x7f\xdf\xb4\x45\xb0\x4f\xac\xda\x7f\x5f\x72\ -\x15\xa7\xd1\x94\x43\x03\x06\xf0\x7d\x62\x55\xb2\x15\xbd\x69\x09\ -\x60\xde\xbe\xef\x9a\x39\x7a\x04\x82\xfc\x54\xa5\xda\xd4\x92\xd5\ -\x4a\xa5\xc1\x8c\x7f\x57\x6b\xb3\xf9\x84\x0d\xcc\xe1\xac\xc3\xfe\ -\xfe\x03\x10\xf8\xa8\x31\xd1\xbc\xd5\x59\x33\x40\x9e\x51\xa6\xb5\ -\xfa\xe7\x2e\x1a\xc7\xb3\x28\xde\x35\xf9\xfe\xeb\x12\x16\x68\x80\ -\x67\x0e\x21\x44\xa6\x4d\x38\xa7\xa9\x4d\x28\xdd\xc6\x89\x8c\xe2\ -\x4d\x9d\x0a\x78\x42\x0a\xd6\x51\xbd\x0b\x79\x71\xdb\xec\x72\x06\ -\xe0\xc8\x0f\x88\xfc\x07\x4f\xa1\x87\x0c\xa8\xa1\x6f\xa3\x89\x7d\ -\x75\x51\x2d\x87\x3f\x56\xc4\x46\x00\xaf\x11\x74\xb7\xe0\x20\x8b\ -\xeb\xa3\x04\x06\xa6\xf3\x8a\x77\xa1\x58\x46\x93\x6d\x7d\xfa\xa5\ -\x49\x69\x78\xeb\xf6\x9a\xf5\xa2\x8d\x17\x35\x08\x84\xc5\x02\x5a\ -\x09\xd8\x5e\x28\xba\x45\xbb\x2d\x4e\x58\x26\x36\x75\xf2\x45\x0b\ -\xad\xb1\x21\x9d\x02\x40\xd6\x51\xe7\x65\x86\x8d\x1a\xf6\xb6\x69\ -\x77\x5b\xd6\x5a\xa8\xef\xe8\xa8\x14\xca\x60\xfb\xb3\x9e\x73\x52\ -\x11\x47\x98\x91\xcf\x90\x08\x0c\xc7\xe6\x48\x1b\xd5\xd5\x31\x8d\ -\xe3\xb0\xeb\x41\x9b\xd8\x2f\x05\xa7\x64\x20\x2d\x66\x1b\xe7\x10\ -\x66\xa7\x8f\xea\xda\xb4\xa9\x10\x6a\xd3\xe4\x8d\xac\x36\xb3\xe9\ -\x94\xa6\x45\x5b\x99\x24\xca\xf7\x09\x66\x45\xf8\xb0\x34\x7c\xe3\ -\x1a\x40\x02\xaf\x13\xa1\x53\x4e\x58\x16\x0c\xd3\x10\x12\xb0\xef\ -\xda\x6d\xcd\x39\x5c\x32\xe5\xd0\x48\xcb\x72\x71\xbe\x8d\x60\x71\ -\xa1\x4f\x7d\x9f\x22\xc5\xe7\xe4\x72\x71\x1e\x50\x74\x6f\xf4\x99\ -\x77\xd3\x88\x2a\xe2\xa6\xc3\x45\x59\xff\xaa\xc6\x0f\x54\x9a\x92\ -\xe5\xdf\xc5\xbd\x50\x50\x9b\x5d\x08\xba\xe8\x0a\x34\xd4\x8b\xa0\ -\x36\xe7\x6b\x61\x34\xe0\x5b\xf8\xb1\xae\xfb\x5f\xbf\x2e\x2b\x92\ -\xa4\xbc\x07\xd7\xb4\x21\xe0\x23\x61\xc2\xe3\x93\x51\x28\x86\x29\ -\x6e\xcc\xe2\xa3\xff\x5e\xba\x0b\x40\xec\xef\xa7\x51\x1f\x23\x47\ -\x6a\x9d\x58\x88\x74\x6a\xf4\x81\x82\xfd\x46\x3d\x3b\x4f\x57\xcc\ -\xc9\x6f\xd9\x5f\x22\x41\x84\xb2\xa3\x96\x00\x9b\xd1\x88\x37\xa4\ -\xb3\xb0\x08\x0e\x26\x48\xcb\x7a\xfd\x26\xcc\xaf\x45\xf4\xe9\x3b\ -\x04\x9a\xef\x34\x27\x40\xd8\x8e\x42\xe4\xd6\x18\xa9\x45\x32\x45\ -\x31\xaf\x96\xf1\xf5\x0d\x78\x26\x20\x14\x7a\x78\xb9\x64\x2f\xb2\ -\xa0\x63\x37\x5c\x19\x47\x4a\xe3\x69\x6d\xa7\xc3\xdf\xa1\x71\x7a\ -\x7d\x06\xdd\xe9\x6b\xdd\xd8\xb4\xfd\xce\x19\x67\x89\x53\xa9\x29\ -\xf0\x26\x6e\xe6\x1c\x4d\x9b\x06\x15\x1c\x41\x38\xe6\x16\x95\x90\ -\x6c\x36\xad\x96\xaf\xcf\xaa\x07\x44\xe1\x00\x36\xbc\x11\x5f\x01\ -\x8c\x16\x04\x6a\xfb\x42\x28\x29\xb7\x9b\x79\x0f\x4b\xe8\xb4\xc1\ -\xb5\xb4\xa6\x1b\x86\x72\xe3\x68\x42\x1a\x6e\x34\xb9\x28\xec\xc2\ -\x01\x77\x0f\xd9\x16\x98\xaf\x13\xa3\xdc\x5c\x56\x5c\x5a\x71\x48\ -\x66\xd9\x9d\xc5\x74\xbd\x23\x30\xf4\xa0\x61\xed\x6c\xe6\x1a\xd5\ -\x55\xac\x02\x39\x3c\x21\xa8\x4c\x61\x21\xee\xfa\x6e\x51\x1b\xfe\ -\xaa\x1b\x6c\x79\x73\x3e\x7d\x3b\x98\x9b\xac\xcf\x43\xe4\xbc\xef\ -\x48\xae\x34\xb8\x5a\x14\xf8\xc1\x90\x42\x2c\x65\x97\x9d\x07\xc8\ -\x39\x41\xe0\xfc\x2b\xbb\x06\x56\x72\x2d\x13\x11\xe0\xaf\x4f\x6a\ -\xc7\x7f\xee\x98\xd0\xc8\x05\x70\x5d\xbf\xe0\x1a\x63\x7b\xfe\x3c\ -\x55\x73\xe4\xb4\xab\xd5\xad\xad\x9a\x10\x54\xd0\x3c\x03\xaa\xb9\ -\x51\x34\xb7\xac\x43\xd1\x89\x9f\x9c\xb2\xde\xc2\x27\x60\xa9\xa7\ -\xe8\xb2\xa9\xf5\x59\x02\xd3\x4c\x9c\xb0\xb0\x25\xe4\x9d\x4e\xdf\ -\xe8\xac\xa5\x81\x38\x9d\x7f\x2b\x3b\x4c\x16\xea\x75\x02\xca\x87\ -\x90\x5f\x9b\xaa\xc5\xcf\x96\xa4\x17\xd3\xc2\x88\x90\x83\x6f\x9a\ -\xaf\xff\xc7\x27\x5d\xcb\xbd\x2c\x91\xb5\x98\x46\x12\xee\x98\xa8\ -\x7e\x02\x52\xa2\x94\xea\x14\xae\xd3\x06\x9d\xe6\x0a\x9c\x9a\x67\ -\xaf\x25\x3c\xfb\xeb\x99\x13\x80\x04\x06\x7c\xe2\xee\x89\xa9\xec\ -\x54\xaa\x9e\x4c\x06\x1c\xd7\x01\x34\x91\xde\x98\xb7\x49\xe6\x0c\ -\x8d\x34\xfa\x19\x83\x0e\x52\x71\xe8\xca\x15\xf0\x53\x20\x65\x8c\ -\x61\x9a\x7f\x00\x31\x86\xcd\x35\x96\xc2\xbd\x72\xee\xbd\xae\xe1\ -\x45\x8b\xd0\x46\xd6\xb2\xa2\x9c\xf4\xd5\x23\x7f\x96\x80\x48\xe7\ -\xdf\xae\xb6\xe7\x4a\x90\x91\xaf\x94\xa2\xea\x5e\x06\x5b\xe6\x4a\ -\xbd\x86\x78\x41\x71\x92\x52\xa2\xb4\x30\xf9\x82\x5c\x6a\x07\x4f\ -\x96\xce\xac\x87\x5b\xe7\x82\x43\xb1\x5a\x25\x59\x46\xf6\x84\x0d\ -\xad\xcd\xc2\xc0\xa6\x35\x68\x13\x20\xc6\x46\xdf\x7b\xd3\xb6\x88\ -\xa4\xe3\xdf\x37\x2a\x63\x9d\x98\x09\xf6\x58\xd5\x68\xae\xa4\x88\ -\xc6\xa1\xe7\x30\xd4\x46\x80\x2d\x63\x8b\xc3\x86\x14\x37\xdb\xd3\ -\x53\x8e\x15\x9a\xe9\x42\x0d\x97\xad\xc8\x43\x9d\xa8\x49\xf1\x4b\ -\x24\xfa\xc0\x75\x19\x8d\x84\x2e\x3b\x54\x15\xc5\x77\x77\xa0\x6d\ -\xe4\x1c\xcd\x38\xc5\xd8\x8e\xc5\x91\x9b\x9d\xd7\x8c\x92\xb4\xbd\ -\xe0\xdb\x5b\x56\x82\xae\x09\x9b\xaa\x96\xe9\x91\x14\x0d\x41\x77\ -\x01\x3c\xeb\x1c\xde\x0a\xc8\x5e\xe0\x17\x2d\x44\xc9\xe5\x70\xab\ -\xe9\x14\xd3\xe3\x11\xd1\x8e\x98\x82\xed\x39\xd8\x73\x15\x00\xba\ -\x76\xca\xc9\x97\x63\x3d\x27\x11\xf8\xd6\xb4\xd3\x2b\x8f\xf9\x18\ -\x80\xba\x5c\x10\xf5\xbc\xa9\xee\x9c\xb9\x4f\xca\x19\xd2\x6c\xa6\ -\xa5\x39\xc7\x25\x1d\xe2\x3d\x1e\x42\x70\x9f\x96\x36\x23\x9b\x42\ -\xf1\xd9\xdd\xd0\x76\x8b\x75\x41\x68\x39\x1d\xfb\x99\xb1\xd2\xd0\ -\x2c\x43\x85\xf7\x9f\x1d\xef\x32\xec\x86\x29\x0a\x65\x37\x9f\x59\ -\xbf\x57\xa5\x0a\xfa\xf9\xc3\xd4\xe9\xc1\x1e\xc6\x88\x85\x6d\xf0\ -\xa6\xef\x11\xb3\x2b\xd7\xa9\xfe\x1a\x0b\x70\xb2\x8f\xaf\x21\xc2\ -\xa5\xf8\x02\x29\xda\xd7\x37\x87\xaf\x2f\x59\x3c\x6d\xfd\xf5\xe9\ -\x41\xa1\xbf\xc3\x5c\xd6\xe0\xf7\x7b\xa1\x52\xa8\x66\x39\xaf\x18\ -\xe6\xdc\x69\x7c\xd9\x54\x41\xa3\xfe\xd5\x4f\xbe\x35\xb9\x66\x68\ -\xf3\xed\x73\xbc\x4d\x7e\x61\x61\x64\xbc\x4d\xab\xe4\xa0\x0f\xd8\ -\xad\x9c\x67\xb3\xd6\xae\x8e\x9f\x49\x99\xee\xc5\x67\xa3\x42\x42\ -\x37\x9f\xd9\x27\xca\xd2\x1a\x39\x66\x68\x66\x34\x3a\xcd\x67\x03\ -\x24\xf3\xe7\x3c\xcf\x03\x83\xe0\xaf\x91\x0f\x6a\x06\x03\x49\x41\ -\x42\xb1\xe9\x00\xe4\xfd\xe0\x0e\x61\xb5\x69\x43\x80\x89\xee\xbc\ -\xc6\x41\xa9\xd6\x9a\x80\x2d\x60\xb8\x04\xb5\x02\x17\x3a\xa9\xd1\ -\xf3\x90\x8a\xb4\xa1\xeb\x31\xf5\x8f\x72\x73\xd8\x73\x6a\x79\xd2\ -\xc6\x66\x3f\x2f\x3c\x38\x3b\x80\xa5\x6b\x6f\xf6\x4b\x11\x3d\x3e\ -\x1f\xfb\xf7\x3a\xc5\x9d\x0f\xec\x06\xc0\x5d\x8f\xb5\xba\x69\x56\ -\x18\xe3\x2d\x46\x63\x6d\xf0\x1c\x58\x75\x40\x41\x4a\x66\x90\x4f\ -\xea\x2b\x22\x8b\xe4\x11\x28\xd0\xa2\x45\x30\x1a\xb2\x62\x42\x81\ -\x04\x3c\x25\x7e\xa6\x4f\x7e\x60\x3a\x6c\xb3\x4c\x14\x3c\x4e\xc6\ -\x9e\xc5\x74\xbd\x52\xd1\x4b\xd5\xbb\x2e\x26\x69\x65\xda\xe3\x00\ -\xca\xa9\x41\x68\xc1\xba\x82\x0a\x5e\x16\x79\xcb\x4e\x83\x3d\xd0\ -\xa3\x0b\xdd\x3c\xed\xc7\x0f\xee\xad\x54\x26\xde\x6c\x76\xf8\x72\ -\xa0\x2e\xa3\x1a\xfc\xec\x2f\x9d\xcd\x9e\x1d\xd4\x8c\x44\x64\xb3\ -\xf5\xf7\xe7\xb2\xde\x5f\xf5\x5e\x04\xd9\x03\x88\x87\x83\xcf\x75\ -\x8a\x68\xfb\xf8\xcd\x11\xd6\x81\x09\x2a\xfd\xb7\x20\x6c\x79\x99\ -\xe9\x06\x9e\x93\x33\x75\x29\x2d\x9f\xbb\x38\xa0\x9e\x00\xd4\xbc\ -\xaf\x7d\x98\xf0\xd8\xa4\x4a\x27\x5e\x44\x1e\xf4\xd0\x75\x53\x6f\ -\x40\xe9\x5b\x7d\xc6\xc5\x10\x6e\x9d\x6c\x24\x43\x6a\xaf\x75\x06\ -\x20\x0c\xfa\xe8\x14\x9a\x3e\x70\x5d\x13\xd8\xd8\x10\x0c\x90\x04\ -\xfc\xfc\xc5\x13\x80\xd2\x0a\x7c\xcb\x0c\xc0\xa8\xcc\x63\xf1\x7c\ -\x13\xbe\xa3\xb9\x00\xa1\xb9\xe5\xd1\x12\xe4\x57\x2f\xce\x13\xea\ -\xbc\x16\x43\x2d\x4b\xc4\xa8\x78\x02\x35\x88\x38\x2f\x68\x82\x1d\ -\xb1\x06\xa9\xa9\xdb\xdd\x29\xe7\xf8\x1d\x96\x07\xba\x71\xf7\x51\ -\x00\x65\x00\xe0\x5c\xa9\xf0\xda\x59\x0b\x87\x5b\x10\xba\x30\x50\ -\x24\xf3\x01\xec\xa0\x8a\x2e\xbd\x21\xdd\x39\x49\xd1\x67\x6f\xf6\ -\xbc\x72\x08\x9d\x2d\xa6\x22\xee\x80\x9d\x5a\xa6\xbd\xb0\x91\xd3\ -\xa6\x31\x7e\x6a\xe3\x01\x73\xf2\x8e\x85\x73\x3a\x84\x5e\xb4\x95\ -\x50\x5c\x5f\xa4\x10\x0e\x31\xd0\xc4\x9d\xc7\x46\x7b\xf2\xa6\x01\ -\x0a\xe4\xe3\x8b\x00\x7c\xe5\x0b\xeb\x01\x7b\x25\x32\x0a\x65\x22\ -\x66\x0d\xd2\x29\x0f\x44\xe9\x83\xb0\x34\x25\x0c\xe2\xcd\x3d\x4f\ -\x73\x85\x34\x67\x9a\x72\xb1\xf7\xa2\x11\xbb\xe6\xe5\x90\xe7\x76\ -\xd2\x8a\x39\xfd\xd5\x47\xc9\x6d\x8d\x50\x31\x61\x88\xcb\x90\x3a\ -\xdd\x0b\x29\x9a\xed\xa6\x45\x0a\x7a\xd6\xaf\xad\x18\xac\x45\xb4\ -\x90\x34\x6a\x89\x14\x7a\x99\xfe\xf3\xea\x54\x06\xdb\x9e\x58\xe9\ -\xb5\x7b\x71\xb8\x23\x75\xee\xc2\x29\x2e\x8e\xad\x0d\x94\xd8\x5c\ -\x47\x32\xa2\x4f\x18\x6c\xb2\xcd\x69\x95\x0b\x99\xa3\x73\xcc\x97\ -\x58\x3e\xcf\x9a\xd5\x81\xd5\xe5\xf3\x0b\x55\x31\x42\x45\x11\x9b\ -\x41\x43\x3c\x4d\x2c\xcf\x7e\x89\x4f\xa8\x54\xc7\xfa\xfb\x43\xb7\ -\x51\x84\xd5\x68\x91\x0e\x10\x7b\x0c\x22\x90\x37\xed\xb1\xa9\x9b\ -\x77\x1c\x1a\xc1\xfd\xfc\x9c\xaf\xff\xcc\x35\x0e\xdf\x26\x4a\xa7\ -\xe6\xfa\xf4\xce\xd7\xf3\xb2\x86\x95\x27\x3d\xb5\x52\x9e\xe6\x0b\ -\x00\xb1\xdc\x47\xd5\x0c\xc6\xb2\xee\x00\xa4\x55\x4c\x6b\x98\xb1\ -\x37\x79\x19\xf0\x48\x85\x0a\x2d\xcb\x77\x99\x47\x10\x2b\xd6\x4d\ -\x29\x66\xd0\xa8\x23\x22\xf0\xaa\x6f\xdb\xf2\x0a\x21\x8b\x94\xb6\ -\x07\xea\xc9\x81\x7b\x8e\x5d\xd7\xb2\xe5\xbd\x86\x0b\xb2\xfd\xfd\ -\x85\x69\x14\x85\xf8\x73\x0c\xce\x6d\x59\x57\x82\x87\xdf\x59\x2c\ -\x89\x79\x37\x29\x6a\x71\x06\xc3\x75\xd8\xa3\x4d\xbd\xdc\x48\x68\ -\xb6\x30\xf2\xf5\x0c\x74\x4d\x2a\xdb\x9d\x56\xcf\x79\xa5\x18\x06\ -\xa5\x17\xf9\x90\x33\x37\x03\xe8\xcb\xd8\x87\x35\x30\xb5\xe8\x78\ -\x42\xcf\x57\xa6\x71\x91\x05\xb8\xd0\xaa\x9c\x55\xe3\x7a\xa0\xb2\ -\x0e\x85\x33\xbe\x59\x46\xb7\x12\x77\x17\x5d\xb1\x38\x8e\x01\x97\ -\x39\x83\xea\x59\xca\x00\xcd\x04\x20\x73\xbb\xb0\xb1\x3f\x8e\x74\ -\x64\x6b\x7e\xd6\x46\x37\x40\x33\x59\x81\x52\x8a\x61\xd2\x3e\x01\ -\x2e\xf1\x24\x65\x3a\x97\x93\x56\x6b\xea\x59\xd2\x29\xd0\x1a\xc9\ -\x64\x8e\xa3\xe5\x5e\xb9\xfe\x0a\x83\x42\xd6\x0c\x23\x10\x60\xd0\ -\xd0\x26\xc9\x01\x1d\x34\x99\x48\x78\x7c\x60\x80\xb7\x6e\x0e\xf0\ -\x3c\x4f\x34\x55\xbe\xff\xea\x7d\x0f\xdb\x1e\x02\x60\x79\xf6\x5a\ -\x92\x62\x30\xbf\xad\xdf\x98\x5e\xd5\x0c\x25\x2d\x5c\x16\x1d\x73\ -\x37\x19\x6a\xeb\x1c\x96\xa6\x35\xee\x4b\x86\x31\xa8\xcd\x57\x5b\ -\xc1\x0b\xc5\x64\x04\x06\xe0\x10\xe0\xa2\xb5\xda\xee\x11\x33\x42\ -\xe9\xa0\xb4\xb9\xa2\xb2\xea\xa0\x06\x0c\x98\x58\x01\xb0\x22\x85\ -\x29\x0d\x20\x9b\xc3\xf1\x35\xa8\xec\x4f\xd9\x72\xb7\x82\x6d\x51\ -\x1a\xab\x09\x1a\x9d\xa4\x11\x60\x39\x29\x5b\x73\xe0\x62\x88\x60\ -\xa0\x06\x97\xcc\x45\x2e\xf4\x60\xf8\x42\xb6\x91\x92\xf7\xa9\x86\ -\x1d\xd4\x3e\xa7\xc8\x63\x1a\x3a\x33\x2b\x31\x98\x56\x9d\x1b\x2d\ -\x32\xa5\x48\x33\x14\x5c\xc9\x69\x2b\x03\xc7\xe7\x13\xf6\xb2\x5c\ -\xeb\xd8\xa1\xf4\x98\xa0\x93\xc6\x1d\x8e\x66\x8a\x06\xdc\x8c\x68\ -\x10\xd9\xe8\x8f\x0c\x57\xf8\xe8\xf8\xe8\xd3\xa6\x28\x81\x1a\x3b\ -\xba\x46\x99\xbc\x1d\x85\x39\xe7\x62\xdf\x20\x93\x22\xf4\xdb\x2e\ -\x67\x81\x12\x24\xb7\x14\x70\x45\x6c\x57\x0f\x31\x1d\x7d\x63\x88\ -\xfe\xa1\x22\x9a\x76\x89\xf8\xa6\x8a\x4b\x48\x00\x70\x7c\x4a\xf2\ -\xfa\xa1\x7b\xc5\xf7\x50\xc5\x86\x7c\xef\x0d\x6d\xb8\xe6\x04\xa5\ -\xc4\x1c\xe9\xe6\x92\x3d\x24\x46\xeb\xa1\x62\x09\xec\x2f\xf6\x97\ -\x21\xd6\xd3\x56\x32\x4a\x71\xd9\x2a\x9a\x2e\x81\xf9\xda\x58\x40\ -\xe1\xc4\xb6\x9c\xa5\xe5\xdf\x6f\x88\x3e\xca\x81\x7b\x2e\x87\xa2\ -\xbf\x8a\x4e\x25\x28\x77\x91\x9b\x35\x2a\xcf\xf8\x06\x60\xca\x4b\ -\xcc\x9a\x30\x3d\x64\x35\x6b\x8b\x0f\xae\x32\x64\x28\xd6\xd6\x40\ -\xbf\x88\xde\xbd\x81\x4b\x34\x7e\x98\xd0\x53\xcc\xda\xda\x1a\x66\ -\xd2\xc9\x93\xee\x0d\xb5\xbd\x56\x0e\xf4\x63\x9b\x9e\xc2\xbc\x22\ -\x02\x4f\x3d\xfb\x8a\x18\x90\x39\x02\x54\x05\xa6\x85\xd4\xf5\xe9\ -\x4b\x68\x11\xdf\x0e\x07\xc6\x05\xc5\x9f\x4b\xd6\xc9\xaf\xb0\x4e\ -\x8d\x29\xaa\xb9\xe2\x80\x08\xd0\x28\xf9\x42\x16\x94\x59\xf9\xd1\ -\xb2\x77\xf3\x1b\x35\xa4\x22\x70\x59\xc4\x79\xce\x8c\xc4\x6c\xc5\ -\x8b\xb8\xd0\x2c\x60\xe6\xc8\xad\xa6\x1a\x2b\xe8\xb1\x82\x0f\xb5\ -\x21\x58\x45\xd9\xf5\xf0\x1e\x78\x35\x7b\xf4\x5e\x20\x7b\xc0\x9f\ -\x98\xcd\x39\xe7\x5e\x2b\x96\xbf\x27\x34\x36\x26\x3a\x03\x8f\x14\ -\x99\xd0\xdd\xb8\xb5\xfb\xb1\x29\x44\xb5\x93\x5f\x84\xdf\x99\xf1\ -\xe1\xc0\x41\x07\xa1\xea\x73\x9f\x8f\x94\x8b\x00\xba\x39\x85\x08\ -\x0c\x02\x78\x38\xcf\x09\x2f\x20\xe3\x10\xe7\x3b\xec\x7f\xb9\x4e\ -\x47\xca\x1e\xfd\x46\xf5\x39\x23\xb0\xb5\x28\x1f\xa1\xb7\x59\x27\ -\x54\x50\xcf\x9f\x96\x30\xbf\x6b\x60\xeb\x7a\x47\x5a\x27\x9c\x13\ -\x64\x3b\x67\xaa\x86\x6b\x9d\x9a\x8e\xad\x41\x61\xd7\x80\xb4\xa6\ -\xaa\x3b\x3a\x76\x10\x30\x66\xe0\xd6\xa8\x67\x73\x55\x35\x57\x54\ -\x0c\x20\x8e\x1a\x5e\x61\x2b\x8c\xcb\x41\xc2\x00\x00\x20\x00\x49\ -\x44\x41\x54\xc8\x47\xd2\x4f\x4b\x8e\xd8\xdf\xe8\x3d\x52\x73\x21\ -\xff\x62\x74\x71\xa4\x6f\x2e\xe3\x88\x00\xb9\xfc\x67\x53\x56\x30\ -\x1b\x00\x78\xc8\xa5\xda\x68\xa3\x0b\x45\x6d\xdd\xb3\x7e\x7e\x3b\ -\x15\x70\x6f\xa6\x95\x3a\x8f\xf0\x6e\x62\xd3\xe9\xa9\x69\x6b\x2f\ -\x85\xe9\x92\x1f\x8f\x8f\x4d\x66\x68\x11\xe5\x7d\x32\x88\x6c\xb6\ -\xf2\xf8\xf7\x5c\x28\xa7\xee\xf1\xcd\x46\xff\x87\x08\xeb\xad\x53\ -\xc8\x8a\xd4\x9f\xfe\x33\xc6\x68\x2e\x61\xed\xe7\x9b\xcd\x3c\x81\ -\x9a\xdc\x88\xdf\xf1\x34\x22\x51\x99\xc6\x28\x45\x6c\xee\x21\xb7\ -\x86\xde\x81\xb9\x9d\xe2\x5f\x9b\xab\xac\xb1\xc8\x89\xbc\xb9\x2f\ -\x43\x93\x5e\x3b\xcf\x2b\xa7\x3c\x94\x32\x03\x59\xed\xcd\xad\xa9\ -\x62\x73\xe3\x1b\x71\x6f\x7c\xd4\xdd\x10\x01\x9e\xa5\xa9\x69\xeb\ -\x85\x4c\x03\x23\x4f\x4c\x49\x48\x00\x7e\x5d\x9f\xb8\x43\x6b\x73\ -\x1a\xf7\xc3\xa5\xcd\x84\x4f\x1c\x2b\xe5\xce\xa9\xa9\xf1\x5e\x49\ -\x8a\x73\xb1\x6b\x98\x28\x00\x6c\xd7\x57\x38\xed\xcc\x27\x12\x0c\ -\x99\x4f\x3a\xdc\x65\xb7\xbc\xdf\xc8\x74\x6c\xc6\x11\x29\x47\xe9\ -\xe7\xc5\xcb\x7e\xae\xff\x0c\x7d\xb6\x01\x4b\xfe\xa4\x35\x0d\xc8\ -\x19\xc4\xbc\x02\x62\xcb\x74\x28\x24\x27\x2f\x54\x64\x6f\x12\xc3\ -\x9d\xb1\x99\x77\xc0\x96\xe9\x54\x33\x23\x5b\xee\x5d\x69\xae\xd4\ -\x84\xa2\xdf\xab\x08\x4b\x96\x95\xbe\x2d\x03\x4e\x8b\x63\xde\x42\ -\xb5\x6f\xc6\x29\x6e\x50\x60\xff\xd5\xa7\x6e\x5c\x3e\xb0\xd3\x1c\ -\x63\x7d\x9a\xc6\xd3\xf5\x8e\x3e\x69\x62\xdc\xb3\x2f\x03\xfc\xaf\ -\x77\xb9\xdf\xb3\xe2\x53\xe8\x6c\xac\x18\x19\x2e\xfc\xd5\xeb\x62\ -\x98\x85\x71\xf7\xce\x9c\xb8\xe2\x20\x31\x5b\x55\x2d\xdc\x72\xe3\ -\xdd\xac\x39\x4c\x38\x45\x39\xc4\x8d\xbf\xee\x5f\xb0\x6e\xa8\x92\ -\x87\x04\x02\x73\xfe\x84\x5d\x2e\x59\xea\xb3\xba\x6b\x3c\x96\x83\ -\x32\x0d\x0d\xb8\x42\xe0\xed\x63\x6f\x6f\x38\x74\x71\x8b\x66\xac\ -\xd8\xbd\x8a\xa4\x07\xda\x83\xc5\x4d\xc5\x7c\xfc\x03\xd1\x40\x00\ -\x96\x9f\x6c\xaa\x84\x82\x62\xe6\x0f\xfb\x01\xfd\xe7\x24\xfb\xc5\ -\xc6\x08\xf0\xcc\x7f\x01\xc5\x6c\x63\x01\x61\x4a\x75\x4c\x11\x98\ -\x7c\x03\x23\xdb\x77\x1b\xf0\x3c\x8f\x71\x70\x35\x3d\xfa\x79\x66\ -\x70\xd9\x95\x0a\xa7\x59\x02\x7a\x9e\x32\xfc\x79\xb8\x05\x28\x8a\ -\x75\xbd\x1e\x48\x2a\xf3\x4f\x73\x87\xca\x0c\x1d\x45\x7c\x7e\x78\ -\x02\xa2\xc0\x40\x00\x92\x01\x04\x03\x2c\xef\x1c\x90\x10\xee\xe7\ -\x86\x8b\x46\x47\x39\x4b\xee\xcd\xf3\xfc\x0e\x77\x3f\x9f\x30\xcc\ -\x47\xb3\x5d\x84\x19\x26\x4f\x9d\x02\xb1\x00\x4e\x13\x0c\xd3\x7f\ -\xe0\xf3\xf9\x07\x3e\x34\x60\x5e\xa6\xa9\xb1\x6c\x81\x2a\x2a\x20\ -\x22\x98\xf3\x0e\xcb\x7c\x4d\xfd\x36\xd4\xcb\x9a\xc2\x47\x1e\x60\ -\x0f\xfc\x35\x6b\x76\x90\x4f\x64\x85\xdd\xf3\xa7\x15\xeb\x55\x69\ -\xa0\xd4\xd2\xdb\x36\xca\x65\x08\xe1\x00\x99\xe6\x8e\x88\x17\x3c\ -\x74\x87\x65\x6c\xbd\x24\xc6\xd0\xd1\xfa\xef\x39\x61\x68\x42\x49\ -\x18\xa9\x08\x5a\x96\x1a\x02\xfc\xf8\x04\x6c\xb8\x6d\x2f\x44\x66\ -\x99\x6e\xe0\x59\x10\x1e\xda\x90\x73\x81\x67\x71\xac\xf2\xe0\x63\ -\x43\x4c\x2e\x02\x41\x84\x8b\x06\x90\xad\x73\x12\x73\x17\x12\x84\ -\x09\x8f\x51\x56\xae\xe6\xae\xe9\x1a\xc2\x67\x3e\xe9\x46\xc3\x3a\ -\x1c\xe7\xe2\xaa\x18\x26\x31\xa2\x74\x4a\x3d\xf0\x54\x00\xaa\x34\ -\xe6\x7f\xad\x81\xb8\x62\x0a\x12\x85\x96\x65\x93\x64\x58\x5e\x77\ -\x00\x55\x75\xe1\x84\xcb\xf3\xbb\xec\x02\x0a\xb4\x72\x58\xfb\x37\ -\x3c\xe3\x23\x51\xb1\xd8\x7f\x96\xf3\x85\x34\x14\xe5\xf5\x49\x83\ -\xe5\x3c\x69\x6e\xc8\xb0\x43\xcc\x64\xaf\x32\x81\xa7\xad\x2f\xf4\ -\x9c\xac\xb2\xc7\x2c\x96\x00\x88\x80\xe7\x6f\xa3\xe2\x61\x7c\x07\ -\xbd\xc8\xdd\xa9\xcb\xde\xb9\x9f\x1b\xa3\x44\x02\x10\xc2\xfd\xf3\ -\x27\xd0\xed\xd5\x24\x67\xd8\x25\xa9\x8f\xe8\x29\x85\xaa\x65\x82\ -\x08\x87\x9e\x94\xa4\xba\x68\x25\xed\xf1\x96\x47\x33\xce\x8c\xa2\ -\xac\xf4\x59\x8e\xef\xfc\x23\x37\xc0\xbc\x2d\xd3\xa7\xb8\xc4\xa1\ -\x23\x86\x4f\xb8\x24\x7a\x91\xd1\x1c\xd8\xa6\x36\x47\xaa\x29\x98\ -\x19\xdd\xe0\x2e\x47\xfc\x73\xa4\x99\xfa\xff\xbe\x2d\xb7\x45\x45\ -\xf7\xd9\xcc\x0c\x52\xc0\xea\x79\xee\xad\x90\x8a\xbc\x1a\x42\x98\ -\xf3\x8e\xb3\xc0\xd7\x2c\xf2\xb4\xf5\x42\x70\xbb\x48\x4a\xd2\x18\ -\x63\xd4\xc6\x74\x60\x14\x8a\x39\x35\x4f\x17\x30\x66\xcd\x49\xf2\ -\x67\x80\x46\xbd\x0a\x4a\xfb\x7c\x80\x2d\x07\x87\x56\x1d\x83\xe5\ -\x94\xf9\x84\x30\x8b\x02\x7d\x3f\x8f\xc5\x1a\x68\xe6\x0a\x5b\x93\ -\x66\xd6\xc9\x92\x36\xcc\x68\xc6\x43\xfa\xdc\xd6\x29\xd6\x82\xd2\ -\xda\xb3\xbd\xac\xd8\xbd\xe7\x4f\x31\x99\xd9\x19\x1a\x5d\x97\x35\ -\x80\x7c\x02\x65\xfb\x8f\x0b\xed\x2f\x6b\x38\xa3\x35\x23\xc2\x33\ -\x7f\x37\x34\x5a\xc5\xe4\x57\x82\x35\xf0\x84\xf5\xb8\x07\x71\xae\ -\xc5\xb4\x66\xc8\x59\x46\x9c\x70\xd1\x03\x0d\x98\x5e\x0f\x04\x25\ -\x29\xf5\xb4\x82\x0c\x48\x1c\x45\xa5\x9b\x24\x39\x43\x83\xec\x34\ -\x0a\xab\x6c\xd6\xbc\x39\x22\x0a\xa0\x6b\xce\xdf\x6a\x89\xc0\xb6\ -\x67\x41\x8a\xe3\xfc\x07\x84\x7f\xa7\x33\xe2\xc8\x42\xda\xc1\xe2\ -\xc9\x7f\xc2\xbc\x87\xf0\xd3\x42\xbb\x01\x10\x44\xc3\x0b\xb5\x88\ -\x9b\x9a\x99\x55\x23\x65\x7c\xfd\x46\xf0\x27\x5e\x11\xb8\xab\x93\ -\x17\xa3\x1c\x92\x92\x1b\xa6\xad\xad\x31\x06\x20\x81\x52\x75\xd1\ -\xac\xdc\xc5\x26\x48\x3c\x61\x8c\x0f\x10\x51\xac\x3f\xa1\x04\x28\ -\x75\x8a\xa6\xa1\xb7\xcf\xfc\xbf\x00\xb8\x5b\xfa\x87\x4b\xd9\xbc\ -\x63\xe2\xd5\x01\x6d\x2d\x64\x27\x31\x90\xc7\x59\x20\x02\x80\xe6\ -\x40\xce\x70\x1d\xfc\x63\xf0\xca\x00\x98\x8e\x52\x93\x4d\x0a\x18\ -\xa6\xdc\x0d\x0c\xf7\xcf\x78\xbb\x25\xbe\xfc\xb1\xc2\x7c\xd8\x77\ -\x2c\xc1\xd7\x22\xf0\x3c\xb7\x82\xb1\x06\xd8\x93\x19\x25\x88\xed\ -\xcf\x1f\x12\xb8\x4c\x29\x27\x3e\xdd\xb0\xbf\x8e\x31\x80\xe5\x31\ -\x00\xb3\xda\xe4\x9b\x5b\x2f\x12\x4c\x0b\x0a\x8e\x67\x60\x0d\x52\ -\xd5\x59\x37\x4d\x2a\x11\x0c\x03\xf5\xd5\x80\x6b\xea\xda\x72\xaa\ -\x25\x02\x8c\x6b\xc0\x45\x9f\x98\xac\xf3\x9c\x76\x7e\x9b\x31\x89\ -\x79\x06\xc8\x33\xe1\x67\xfe\xb6\xc6\xc5\xce\x67\x10\xbb\x7f\xf5\ -\xdf\x57\x16\x82\x01\xcd\x52\x3f\x87\xdd\x5f\xe0\x6e\xd2\x5a\xfb\ -\x8e\x81\xc1\x48\x62\x40\x60\xb9\x6d\x8e\x60\xfb\xec\x1a\x80\xf0\ -\x2b\x59\x25\xfe\x95\x59\xf3\x55\x11\x10\x7e\xe1\x15\xcb\x81\x07\ -\xd9\xf4\x57\xf7\xb1\x37\x90\x68\x93\xb4\x1f\x60\x40\xd6\xfb\xe9\ -\xe6\x09\xf2\x4c\x78\x84\xe1\x13\x59\x6c\x1d\x08\x36\x92\x7a\x50\ -\x3a\xe7\xd4\x3a\x53\x90\x82\xf6\x27\xcc\x76\x97\x0b\xdc\xf8\xa3\ -\x91\xae\x42\xf1\x6e\x34\x66\xe9\x89\x7a\x5f\xd0\x00\xea\x41\x00\ -\x83\x60\x20\x00\x4f\x81\x0f\x0d\xf8\x33\x6e\x18\x96\x03\x19\x94\ -\x19\xc9\x89\x78\xcd\x39\x45\xef\x31\xc6\x07\x3e\xa4\x8d\xa2\xe7\ -\x50\xf1\xf3\x04\x38\x54\x9b\xf8\x0f\x11\xc0\x9c\x30\xe7\xb3\xb0\ -\x7a\x10\x18\x08\x1e\xf9\x03\x31\xf2\xe4\x19\x00\xcb\x18\x23\x29\ -\xbf\xf0\xc0\xfd\xfc\xd1\x7c\x51\xb8\x81\xdd\x8b\xb7\x0a\xd2\x33\ -\x97\x84\xec\x20\x19\x79\xe9\xd9\x78\xbb\xeb\x75\x76\xf1\xf1\x3a\ -\x11\x8a\xa6\x65\x62\x58\x17\x9a\x1d\x5e\xb7\x65\x0d\x3a\x00\x44\ -\x48\xef\x18\xfa\xe7\xb5\xc0\x4f\xc7\x11\xb7\x85\x24\x18\x36\x52\ -\xe4\x38\x00\x23\xe0\xb8\x68\x77\x2a\x8d\x81\xed\x30\xf3\xd0\x4f\ -\x17\x29\x9e\xa8\x1c\x17\x7d\x1a\x62\xaf\x7c\x6f\xb6\x6c\x02\x0f\ -\xa0\xa2\x08\x1d\x1b\x48\xa1\xc3\x10\x86\xc6\x0b\xce\xdf\x2f\x45\ -\x53\xd4\x33\xa0\xbc\x2b\x16\x9b\x20\x50\x14\x1d\x49\x29\x89\x11\ -\x7d\x14\x32\x12\x94\x4c\x16\xcf\x5a\x61\xf0\xc0\xb3\x5a\x2c\xfb\ -\x82\xf4\x8d\xa7\x07\x08\x6c\x56\xac\xb5\x50\x1a\x78\x01\x23\xeb\ -\xd4\xa6\x7e\x0f\x84\x57\xe1\x7f\xbc\xe7\xc2\x33\x3e\xd1\xd1\xae\ -\xeb\xda\x27\x89\x98\xdc\xdb\x61\xe1\x76\x27\x3a\xa1\x0a\xa9\xab\ -\x25\x6c\x45\xdc\xb4\xdb\xb8\x64\x44\x98\xab\xd3\x14\xd9\x8b\x0a\ -\x41\x18\xe6\xf2\x87\x2c\x11\xfc\x99\xf6\xd6\x16\x16\x5c\xcc\x15\ -\xfc\xff\x77\x3d\x07\x6d\x3a\xb9\x13\xf5\x70\x43\x4f\x25\xe9\x92\ -\x01\x2c\xb8\xda\x49\xdc\x11\x10\x0b\x1d\x83\x0f\x13\x03\x45\x59\ -\x5a\xe6\x4a\xb8\x4e\x62\x84\x16\x73\x68\x97\xec\x59\xb0\x4d\x1d\ -\x05\x5a\xfe\x45\x7c\xfe\xc9\x25\x3c\x58\x8e\x74\xb2\x0b\x69\xe3\ -\x45\xfb\xc5\x11\xd4\x09\xbf\x2c\x17\x3a\xaa\x17\x67\x3e\x65\xf6\ -\x73\x82\xc3\xd8\x04\xc2\xa4\x20\xd0\x29\xf4\x89\x15\x28\xb2\x49\ -\xf2\x92\x55\x62\x67\x8c\xd0\xa6\xbb\xac\xa2\x7d\x64\x3e\xd3\x62\ -\x4d\xf7\x51\xcd\x7b\xce\xef\x32\xd7\xf2\x09\xa9\xbd\xbc\x28\xa2\ -\x1d\x85\x57\x43\x84\xb1\x34\xdc\x7d\xe2\x18\xc6\x3c\x48\xd1\x98\ -\xba\x19\x0e\x41\x36\x53\x8e\xf4\x86\x86\xe1\x0b\x63\x60\x9d\x62\ -\xe5\xf7\xe2\xa3\x56\xa9\x53\x25\xb5\x31\x74\xe4\x6e\xcf\x01\x3b\ -\x3b\xe3\xa5\x71\x02\x9c\xf3\xa2\x90\x9a\x5b\x5a\xd2\xc2\x6c\xcd\ -\x97\xa9\x5c\x75\xef\xc3\xbf\xd0\x85\xaf\x70\x33\x83\x16\x83\x50\ -\xe9\xe4\xb9\x2e\x92\x47\x8d\xa0\x85\x22\x14\x57\xcd\xbc\xd3\x46\ -\x36\xdb\xe5\x32\xdc\x35\xbe\xb9\x7e\xd3\x75\x35\x11\xe3\x36\x3d\ -\xb0\x8b\xaf\x3d\x6b\x28\xb9\x8d\x41\xf3\x72\xb2\x8b\x1b\x18\xcc\ -\xc3\xf9\x3b\x8d\x2d\x89\xcd\xfc\x27\x27\x67\x92\xcd\x3d\x27\x4d\ -\x86\xf9\x34\x41\xf4\xfd\xb3\xba\x4a\xda\x39\xb8\xad\x2f\x6c\xfb\ -\x42\xeb\x06\xd7\x3e\x9d\xd6\x05\x6e\xd3\x16\x9f\xc0\xd6\x26\x2e\ -\x9c\x51\x97\x09\x3d\x36\x3b\x6c\xd9\x6a\x90\x6b\x7c\x32\x56\xe2\ -\x30\x61\x6f\xd3\x74\xac\x14\x7a\x63\xe4\x94\x3c\x41\x77\x4f\xa3\ -\x36\x81\xf7\x1c\x20\x6d\xea\x2a\x5d\x96\x0c\x9c\x89\xc9\xed\xd1\ -\x95\x0f\x5f\x0d\xa7\x7c\x22\xf3\x46\xfb\x4c\x46\x51\x75\xe1\xe5\ -\xae\x19\x04\x01\x21\xb0\x8c\xcf\x37\x84\x9d\xbe\xdc\x50\x2e\xa9\ -\xe0\xfe\x6f\xda\x73\x98\xcd\x15\x59\x9a\x51\x02\xb3\xdb\xbd\x17\ -\x43\x1b\x58\xa2\x2b\x6a\xc8\x35\x77\xb7\x54\xbd\x9b\x3e\x7d\xea\ -\x8a\xfd\x9e\xa9\x46\x2f\xdb\xdd\x0b\x19\xb7\x83\xab\x6d\xbd\xe5\ -\xda\x11\xd9\x3a\x36\x40\x6f\x35\x60\x1a\x23\x59\x20\x0e\x0c\x41\ -\x69\x20\xdc\x6e\xfd\xa8\x5f\x83\xb3\x43\x70\x63\x1c\x49\xc6\x10\ -\x31\xec\x4c\x13\x6a\x46\x39\x54\x39\xe8\xf6\x77\x6c\x9a\x16\x89\ -\x2d\xdc\x99\x65\xdb\x9a\x5a\xfe\x19\x4b\xbb\xdf\xf5\x1d\xce\xd0\ -\x5e\x0a\xff\x40\x8b\xbf\xb0\xf3\x72\x82\x1c\xe9\xe0\x02\x33\xf5\ -\x79\x50\x26\x58\xd2\xd9\x2c\x53\x86\xae\x49\x9c\xda\xec\x5a\xf3\ -\xec\xf5\x88\x82\x66\x5c\x26\xb9\x94\x86\x59\x70\x92\x22\x8c\xe6\ -\xd0\x97\x3a\xf1\xbb\x8d\xfc\x57\x97\x4c\xb4\x98\x9f\x64\x80\x8d\ -\x38\x1f\xc9\xde\x48\xd0\x00\x8d\xe6\xdb\xce\x8b\xfd\x54\xd2\x73\ -\x67\x75\x62\xc2\x1a\x86\x58\x9c\x65\x56\x97\xa2\xb4\xba\xc6\x6d\ -\x84\x5f\x85\xad\xf1\x42\x78\x0f\xf5\x9d\x40\x70\x45\xb6\x04\x2d\ -\xe1\x90\x18\xe8\x25\x0b\x47\x98\xb0\x5f\x36\xd4\x1c\x58\x60\xc9\ -\xf7\x90\x64\x44\xd5\xc3\xd1\xa7\x29\x85\x9e\x11\x8b\xca\xdc\xa3\ -\xdc\x60\xa3\x5a\xf6\x52\x49\x0d\x67\x9b\xa4\x61\xe1\x37\xeb\x02\ -\x59\x32\x61\x20\xc7\x9f\x94\x55\xa2\x62\x41\x52\x43\x59\xab\x03\ -\x61\x66\x1e\x54\x17\x23\x41\x79\x2d\xd2\x47\x50\x31\x70\x1b\x45\ -\xcb\x54\xb3\x08\xb6\x4b\x7b\xd5\x4e\x29\x42\x5f\x8a\x52\x3e\xd0\ -\x38\xca\x21\xc7\x57\x75\xc4\x53\x11\xb3\x60\xd7\x01\xc5\xc1\xe4\ -\x48\x3d\x8d\xb3\xa0\x5c\xfa\x1a\xcb\x20\xca\x6e\xa4\x72\xa2\x93\ -\xd4\x8d\x24\x32\x5a\x01\xd0\x33\xc7\x7a\x13\x22\xf2\x04\x47\x16\ -\x0c\xfd\xa6\x81\x8b\x33\x8c\xfd\x1c\x7e\x2c\xd0\x0f\x75\x83\xc9\ -\x68\x87\xba\x5b\x6d\x8b\xac\x82\xcb\xda\x34\x1d\x0a\xd5\x58\xb3\ -\x8a\x0e\xf3\x72\xb1\x06\x0d\xc5\xf9\xd1\x62\xe6\x28\x94\x61\x95\ -\x22\x5c\xfd\xb4\x8d\x40\x3e\xda\xa5\xe7\x97\x39\xd9\x14\x9a\x0f\ -\x87\x3f\x40\xda\xf1\xc7\x24\xb4\xe9\x80\x18\x1e\x39\xd3\x9b\x82\ -\x36\x50\xa8\x62\xe1\x56\x59\x9a\x28\x6a\xda\x9a\x4e\xb3\x51\x0d\ -\x74\x4e\x8b\xc1\x91\x3e\x41\x60\x26\x78\xac\x38\xc1\xd6\xac\xf8\ -\xba\x15\x45\x88\xe7\x6a\x7e\xd0\x9f\x37\x81\x4d\x6d\xdc\xdd\x12\ -\xbd\x48\x92\x28\xe8\xf5\x33\x9d\xf4\x38\x29\x9e\x6f\x17\x25\xa7\ -\x35\xb9\x60\x27\x02\x7a\xc1\x2d\x1e\xb0\x89\xe3\x40\x55\xa4\x08\ -\x36\xce\x03\x7f\x31\x99\x10\x6a\xc7\x6b\x98\xcd\x08\x95\xc2\x78\ -\x11\x64\x17\x0d\x5c\x9c\x0f\xcd\xc9\xef\x64\xf0\x50\xf7\xd5\xd8\ -\xf6\x69\xa5\x9e\xba\xf8\xda\x9d\x52\x4f\xae\x83\xa7\xe2\x4f\xde\ -\x74\xaa\x22\x3a\x89\x6b\x36\xee\xe5\x2d\x9a\x05\xb1\x72\xe7\xdf\ -\x1c\x03\x47\xbb\xda\x22\xfb\xa8\x69\x80\x17\xdd\x19\x55\x2d\xeb\ -\xb5\x35\x06\x1e\x16\x0b\x35\x78\x32\x34\x5b\x35\xd1\x88\x62\xa2\ -\x53\xd9\xb8\x52\x0d\x55\x66\xd5\xb0\xec\x05\x4f\x1a\x38\xed\xa6\ -\x15\x2d\xd7\xf0\x2d\x6b\xcc\x02\x2e\x4f\x3a\xce\x34\x66\xca\x70\ -\x4e\x04\x78\xc9\x14\x3b\x53\x77\xf3\xf7\x52\xd9\xc3\x50\xce\x5a\ -\x73\x58\xa5\x3d\x84\x55\x81\xaf\xef\xe6\x53\xa7\xcf\x9d\x26\x45\ -\xa5\x60\xc6\xae\x5f\x09\x8a\xfe\xc4\xa6\x67\xad\xce\x9d\x5a\x6d\ -\xd6\x1c\x3c\x3a\xb6\x14\x18\x40\x96\x1c\xc1\x3b\x28\x13\xca\x04\ -\x5a\xf4\x77\x50\x68\x1f\x9f\x85\x76\x84\x30\x79\xc2\xc0\x2b\x9b\ -\x32\xb7\x44\x0f\xc3\x0c\xab\x7b\x20\xc3\x61\xab\x4c\xc0\x99\x15\ -\xe1\x46\x76\x68\xc0\x78\x4a\x4c\x47\xfc\x6c\xa9\xdf\xd5\xd7\x2c\ -\x63\xa5\x1b\x72\x07\x56\x78\x37\x0f\x00\xfb\x7b\x5e\xd8\x8b\x50\ -\x98\x77\xd4\x77\xa5\x9f\x8f\xbe\x34\x86\x94\x67\x95\x01\x01\xab\ -\x76\x29\x7e\x5f\x3d\x33\x62\xc2\x3a\x82\xb6\x59\xf3\xc3\x4e\xf5\ -\xd0\x16\x53\x50\x80\x25\x5c\x8d\x90\x7c\x00\x16\x60\xb1\x52\x15\ -\x91\xb8\xd5\x8b\x5e\x87\x4d\xe1\xa0\xd5\xbd\xad\xdb\x7a\xf7\xae\ -\xcd\x7b\xa5\x71\x7a\xbd\xc9\xc2\x40\xfc\xab\xbd\x8b\xd4\x0a\xc2\ -\xc1\x5c\x87\x0f\xcc\x82\x9e\xf5\xa9\x16\xed\xfe\x3b\xe6\x66\xf6\ -\x01\x8b\x4b\xe8\x7c\x9e\xd0\x8f\xa1\xd3\xe1\x98\xe1\x79\xa6\x87\ -\x4c\x59\x8c\xc0\x27\x18\x67\x50\xa6\xe5\xcd\x85\x11\xb3\x39\xae\ -\x43\x90\xec\x0b\x86\x45\x55\x48\x00\x2f\x13\x1e\x20\x1a\xe1\xae\ -\xb7\x52\x16\x2b\x70\xe8\xd1\x29\xe1\x18\x6e\xfb\x26\x9a\x2a\xa4\ -\xfc\x19\x90\x21\xf3\x5a\x2f\xf1\xa2\x65\x95\x9d\x1e\xc8\xac\x80\ -\x30\x7e\xac\xe6\xfd\xc0\xfd\xfc\xc0\x9c\x1a\x70\xed\x40\xc1\x18\ -\xc3\x26\x87\xbc\xdf\xa7\xf6\x9d\xaf\x28\x70\x19\x02\xa1\x5b\x9b\ -\xa3\x6f\xe2\xd8\xa4\x3e\x8c\xc3\xc5\x47\x69\x4d\x0a\xdd\xa1\x6a\ -\x9a\xcd\x2d\xc2\xd5\x45\x84\x6b\xf7\x2b\xb4\x39\x7a\x05\x9d\xcb\ -\x44\xb3\x88\x33\x8b\x7f\x98\xc5\x65\x10\xcc\x54\xa2\xa2\x1a\x1d\ -\x31\x77\x9d\x0a\x5b\x90\x2a\x43\xd7\x68\x20\x76\x7a\x46\x14\x94\ -\xd0\xf9\xd4\xaf\xf6\xe6\x87\xe7\x58\xe9\x52\x97\x4f\x5b\xa8\x37\ -\x57\xc9\x77\xb5\xc2\x12\x77\x61\xdf\x0a\x84\x84\xdb\x20\xcc\x74\ -\x33\x2a\x93\x2d\xae\x85\x31\x62\x84\xf8\xd5\xd0\xc6\xe0\xa5\x42\ -\xf2\x6c\xa9\x18\x7d\xf8\xc5\x12\xb9\x52\xd8\x0d\x36\x22\x40\x19\ -\xf0\x88\xe4\xd4\x03\x00\x40\x5d\xeb\x02\x9d\x3d\x20\x20\xdf\x72\ -\x20\xf4\x33\x64\x43\xe2\xc1\x97\xea\xb0\x43\xc0\xe2\x34\xd2\xce\ -\xaf\x16\x9e\x56\x18\x0e\x00\xb6\x49\x13\x74\xe4\x8d\xec\xa5\xd1\ -\xa0\x40\x34\x94\xc3\xdf\x33\x34\xb0\x69\x35\xf7\x97\xa2\x53\xce\ -\xd9\x8a\xff\x4a\xb9\xd9\x8d\x13\xa4\xa4\xbb\x43\x43\x47\xcf\x13\ -\x87\x62\xa0\xb1\xb8\x5b\x29\xe2\x7b\x05\xca\x9e\xc5\xca\x3e\x55\ -\x0b\x8d\x4f\x98\x57\x70\x14\x32\xa7\xdf\x69\x52\x5c\x18\x92\x0e\ -\x86\xeb\xfb\x22\xd8\xed\x68\xb9\x88\xc1\xd9\x6a\x8a\x10\x9b\x46\ -\x13\x6e\x1a\x36\x44\x40\xfa\x94\xe7\xd6\x35\x2f\x82\x33\xd6\xf7\ -\x1a\x7c\x18\x54\xcb\x70\x16\x52\x9b\x54\x30\xad\x12\xca\x00\xa2\ -\xb3\x69\x85\x4f\xb9\xd2\x70\x62\x17\x58\x86\x90\x5b\x92\x9e\x70\ -\x32\xf0\xd8\xed\xa6\xb0\x99\x00\x21\x5c\x4d\xeb\x52\xf5\x34\xba\ -\x0e\x3f\x41\xe3\x70\xb4\xee\x2a\xa0\x0f\x16\x2d\x86\x83\x19\x3e\ -\xf5\x19\xf8\x8e\xe6\xae\x85\x63\x7d\xc6\xad\x51\x95\x6a\x3d\x5c\ -\xa6\x87\xd8\xb5\x4c\xad\x58\x3e\x34\x55\x3d\xb7\xab\x00\x43\x46\ -\x5b\x69\xc5\x3c\xbc\xbb\x3b\xad\x45\xf9\x89\x65\xe0\x05\x93\xb3\ -\x1e\xde\x26\x8c\xeb\xef\xaa\xe0\x87\xde\x0d\xd0\x0c\x24\x56\x2a\ -\x68\x5e\xd4\x75\x9d\x73\x4c\x97\xd8\x34\x8a\x6f\xc6\x03\x89\x41\ -\x2c\xe1\xb0\x95\x61\xc0\x6b\xcc\xc8\xe9\xfb\xd7\x20\xfb\xd4\x0c\ -\x70\x9d\x54\x59\xc3\x49\xcb\xb4\xf0\xed\x5c\x79\xbb\xdb\xb6\xb3\ -\x98\x7c\xfa\x7a\x35\xfd\x6b\x3a\xb0\x42\xcb\x47\xf3\xb8\x16\xff\ -\x5e\x2c\x7d\xdf\x3a\x9b\x24\x26\x8e\xd7\xaf\x00\x4e\x8f\xeb\xec\ -\x48\x9b\x5c\x72\x2d\x23\x9b\x11\xb6\xb0\xd4\xd0\x28\x1e\x10\x78\ -\xd7\x40\xc5\x9d\x5c\xb2\x3c\xd9\x01\xcb\x05\x30\xf0\x06\xa6\x52\ -\xa8\x01\x64\x71\x6d\xe5\xd0\xf1\x02\xe7\x39\x8b\x41\x69\x92\x6c\ -\x0c\x98\x01\x59\xeb\x0e\x34\xfa\x9d\x94\x73\x8d\xcc\x89\x51\x91\ -\xfa\x6a\x40\x01\x6d\xd2\xa0\x01\xb5\x6b\x6b\xc9\x50\xf3\xf3\x36\ -\x40\xc4\x80\xd1\x5c\xd7\xac\xdc\xc6\xca\x0a\x81\x6e\x22\x23\x2c\ -\x7f\x99\x78\x9f\x4d\x0b\xde\x9d\x42\x97\xbd\x5b\x14\xec\xcd\xf1\ -\x74\xc9\x5e\x8b\xc6\xcf\xef\xbf\x6d\x4d\x63\x89\xe0\x49\x0d\x5a\ -\x7b\x66\x9b\x03\x67\x07\x84\xc5\x1a\x5a\x81\xfd\x8e\xa8\xf4\x34\ -\x05\x05\x8c\x42\x3c\xb9\x18\x4b\x1d\xf4\x94\x02\x5b\xe6\x2b\xaf\ -\x81\xe7\x65\x4a\xa7\x77\x26\x6d\xce\x8c\xc2\x0c\xc2\xf4\x35\xab\ -\xb5\x02\x16\xe4\xce\x0a\xae\xc6\xe0\x47\x69\x96\xf0\x00\xd2\x07\ -\x18\x87\xb2\x53\x68\x00\x97\x50\xf8\x0b\x49\x07\x1f\x18\x56\x10\ -\x5d\x6b\x1c\xae\xa3\x97\x9d\x73\xa6\x29\x44\x35\xce\x4a\xa0\x79\ -\xd8\x3b\x49\x8b\x7c\xdf\x73\x2e\x91\x69\x79\xa6\xa4\x03\x8f\xeb\ -\xea\x53\xbc\x1a\xbc\xad\xc4\x9d\x59\xce\xd5\xbb\xb9\x5f\xab\xa1\ -\xaa\xda\xb3\xaf\x7d\x07\x1a\x3d\x19\xa6\xca\x5c\x5c\xf7\x77\x5d\ -\xd7\xa2\x51\xa4\xc6\xf4\x12\xa3\xa6\x5e\x61\x50\x70\xb8\xb4\xdc\ -\x10\x21\x8a\x09\x90\x18\x29\xe3\xe1\x25\xf5\xe4\xec\xc5\x96\x77\ -\x73\x73\x49\xdf\xf8\xbc\x62\xfc\xb3\x4c\x2b\x80\xa5\x21\xc1\x42\ -\x18\xf4\x93\x14\x05\xda\xcb\xb4\xc6\x84\xd2\xe8\x50\x91\x65\xaa\ -\x45\x0e\xa5\xe8\x4d\x6f\x81\xb0\x39\x5d\x11\xc5\x70\x01\xc2\xb0\ -\x0a\x51\xda\x8e\x21\xda\xd5\x8a\xb3\x8f\x76\xcb\x26\x69\x1b\xe7\ -\x7c\x41\xd5\xa0\xc4\xbc\xe9\xa9\x35\x64\x6b\xe1\x91\x99\x0a\x36\ -\xf9\xc2\x12\x1e\x8a\xdc\x38\xa8\xc8\x90\x23\x66\xa3\x3d\xd1\xc2\ -\xd5\xee\x28\x67\xb1\x97\x15\x80\x71\x7d\x6c\x5c\x6f\x4d\x74\x71\ -\xdb\x42\x99\x20\x3c\xb2\x30\x00\x8c\x5c\x1e\x08\xa4\x89\xce\x02\ -\xef\x00\xaa\xa4\xe9\x72\xb3\xe8\xc1\x42\x73\xab\xe6\x12\xe9\xe8\ -\x14\x4d\xfa\x9c\x8d\x02\xe6\xd2\x74\x00\x84\x39\xf5\xb0\x40\x3a\ -\x59\x84\x0b\x14\x20\xb6\x38\x7d\x25\x02\x47\xb6\x06\xa9\xea\xa6\ -\x59\x0f\x05\xc1\xa4\x6f\x9e\xc6\xe2\x18\xda\x12\xd4\x26\xc0\xb5\ -\x3b\xb5\x18\xb0\x67\xbe\x37\x4f\x52\x46\xd7\xbb\xdb\x9c\xff\x1c\ -\x22\x2c\xb6\xa4\x62\xae\x88\x4e\x73\x28\xbc\xf4\x46\x0f\xc8\x90\ -\xd0\x93\x70\x9d\xb1\x18\x91\x13\xd5\x4a\x39\x10\xab\x1c\xa5\xf3\ -\xd6\x10\x93\x8b\xd9\x6b\x31\x05\xd0\x04\xde\x10\xc8\x34\x96\x29\ -\xc3\x8c\x1c\x98\x4a\x0b\xab\x17\x11\xb3\x80\x70\xe6\xbe\x0c\x18\ -\x07\x0a\x5e\xf9\xf7\xc5\xc4\xc0\xe0\xd4\x90\xbc\x88\x27\x30\x5c\ -\xf1\xe7\xbb\xdb\x50\x9d\xd2\xe4\xcf\xcc\x24\xfb\x34\x21\x29\xa3\ -\x0a\x4f\x76\x2f\x08\xf7\x66\xef\x8a\xd5\x63\x84\xad\x20\xc5\x96\ -\x61\xd6\x2f\xc1\x09\x24\x62\x5a\x3b\x87\xaf\xec\xfd\xd0\x99\x86\ -\xf0\x2d\x60\x76\xfd\xf7\xda\x14\xbb\xad\xbf\xa2\x55\x6b\x7f\x28\ -\xa7\x56\x15\x01\x6c\xce\xa2\xad\x71\x83\xbf\x1a\x1a\x10\xe0\x56\ -\x38\xe7\x19\x64\x2b\x89\x20\xac\xb2\x1b\x2d\xc5\xd7\x72\x13\x86\ -\x27\xf5\x88\x67\x37\x8f\x41\x43\x4c\xc3\x95\x92\xa8\x39\x36\xfa\ -\xcf\x90\xc8\xee\xb3\x09\xa1\x73\x6d\xac\xb9\x8c\xc9\x5d\x77\x98\ -\x5f\x5c\x63\x13\xe1\x06\x39\xbf\x2b\x90\xbf\x18\x60\xd8\xda\x67\ -\x5e\xd7\x46\x89\xc7\x40\x39\xe4\xb4\x3d\x06\x0c\xba\xd0\x1f\x8e\ -\xb9\x58\xcd\x4c\xe2\x6b\x58\xb1\x84\x53\x65\x15\x6e\x13\x5d\xa6\ -\x61\xe5\xad\x79\x8d\x3c\xaa\xa0\x30\x73\x9c\xe7\xe9\x0a\xb9\x58\ -\x04\xbb\xbb\xa6\x15\x64\x4a\xf7\x4d\xd3\x20\x02\x3c\x52\x3e\x77\ -\x5a\xeb\x4a\x65\x2c\x85\xd0\xa1\xc1\x3d\x16\xba\x71\xef\xf5\xfd\ -\xb2\x6a\x4e\x5a\xa3\x8d\xb5\x79\x80\x25\x4e\xa2\x37\x35\x53\x0e\ -\x53\x0d\x64\x65\x0d\x42\x61\xaf\x18\x90\x4a\x84\x61\x9a\x20\x80\ -\x11\xb2\xab\x81\xe2\x3d\x43\xc9\xd7\xf7\x8c\x89\xa7\x3f\x6d\x2e\ -\xbd\x20\xbd\x3e\x03\x01\x69\x94\xbf\x4a\xe7\x62\xc6\x78\x86\xf2\ -\x65\x7a\xa4\xae\xc1\xa3\x4d\xbd\xa5\xe4\x5b\x69\x2d\x31\xa3\x49\ -\x95\x75\x72\x4b\x04\xdd\x69\x72\xa6\x81\x82\xcc\x30\xd3\xfa\xf6\ -\xfe\x4e\x81\xbf\x7d\x7d\x3b\xb0\xbd\xd3\xb9\x03\x00\x0f\x1a\x60\ -\x8f\xe7\x70\x6d\x26\xc2\x9e\x93\xb5\x9e\xc3\xda\x04\xdb\xc9\xcd\ -\x18\xf7\x4a\xd2\xdf\xa1\xd1\xb7\x1b\x45\xf8\x2f\x67\xfb\xba\x57\ -\xdd\x09\x36\x80\x8d\xc2\xdc\x12\xaa\x59\xad\x2f\x2c\x83\x1a\xf3\ -\xc4\x0c\x08\x0c\xc3\x6b\x1e\x97\x79\x6c\x46\x50\xe5\xdd\x15\x9d\ -\x9f\xd7\xe3\x4a\xad\xce\x89\x52\x04\x44\x97\xf8\x1e\x79\x66\xdc\ -\xab\xf5\x8c\xf7\x09\x15\xc3\xb4\xf3\xda\x9a\xa5\x71\xc1\x07\xe5\ -\x10\xec\x5c\x00\x10\x1c\x30\xa6\x4b\x60\x06\x88\x19\x90\xc4\x9f\ -\x31\xad\x17\xe0\x6e\xb2\xc5\xfc\xc0\xf3\x3c\x30\x67\x69\xe8\x5a\ -\x18\xf4\x03\x17\xfc\x13\xdf\x6f\x8c\x0f\xcc\xc9\x30\xc6\x67\x0d\ -\x08\xde\xf3\x81\xb8\x78\xef\xe7\xa8\x2b\x39\xda\x1d\x21\xc6\x05\ -\x01\xe1\x74\x4d\x93\x7e\xa1\x5e\x60\xa3\xf1\xc2\xe1\x44\x13\xd7\ -\x0b\xcb\x51\xab\xd2\x39\x98\x36\x35\xa1\x33\xc7\x5e\x0f\x24\xee\ -\x4d\x16\x9c\xe8\x12\xdc\xee\x65\x90\xc7\x36\x7c\x48\x70\xc3\x29\ -\x86\x9c\x3a\xc8\x64\x9f\x75\x77\xd2\xc3\x72\xf1\x20\xca\xc2\x19\ -\x97\x03\xea\x6a\xa8\x22\x57\xca\xca\xcc\x7b\x98\xce\x01\xab\x4e\ -\x35\xd3\x03\x4f\x8a\x8e\x66\x69\x20\x8a\xe6\xec\x84\x28\xbb\x3d\ -\xf9\x69\x3a\x99\x9e\x78\xc9\x4b\x7e\xb3\x50\xaf\x34\x04\x2c\x66\ -\x1c\x15\x55\x6a\x8b\x3f\x09\x28\xed\x30\x5f\x6d\xb1\xcf\x05\x21\ -\x05\x6d\x73\xfd\xc4\x7e\x10\x82\x5b\x93\x4b\xc9\x7f\x61\x2b\xd6\ -\xc1\x90\x60\xa3\x64\x78\x36\x95\x06\x67\x8e\x68\x64\x18\xf3\xea\ -\x51\x54\xd6\xb2\x50\x00\xd5\x20\xa3\xb8\xe7\x54\xfb\xfe\xea\x04\ -\x26\xd0\x0b\x50\xfa\x4b\xa1\x0b\x44\x86\x96\x2c\x34\xad\x7a\x88\ -\x4a\x4d\x82\x2f\x3f\x9f\x25\x82\x4c\xab\xbb\x9a\xc8\x13\x88\x5c\ -\x6f\x42\x74\x7d\xb1\x4d\x42\xbc\x23\xd0\xdd\xf9\xb2\xaf\xfc\xd0\ -\xaf\x36\xf0\x2c\xdb\x38\x95\x08\x8b\x26\xac\x37\xf0\xe1\xbc\xb4\ -\x14\x83\x0d\x81\x2c\xcd\x60\xbf\x50\x28\x9a\x4d\x1a\xa1\x00\x78\ -\x15\xfc\x9f\x8b\x44\x0c\x23\x86\x44\xb3\xcf\x94\xb5\x74\x16\xaa\ -\x53\x1d\x28\x04\x22\x7a\xa7\x69\xd9\x45\xb6\xbb\x7a\xe1\x0b\x62\ -\xbb\x4e\x83\xb0\xe7\xf5\xb5\x29\xf9\x58\x38\xe6\x18\x29\xf4\x8e\ -\xce\x4f\x98\x70\xc1\xf5\xbd\x80\x0c\xa3\x09\xb1\xf5\x32\x17\x8d\ -\x13\x34\xb0\xcc\xff\x5d\x5f\xf7\x1e\x60\x2a\x7d\x24\xff\x9a\x1b\ -\x52\x27\x25\x7e\xf9\x4a\xc9\x36\xd4\xe9\x27\x6e\xd6\xf4\x40\x18\ -\x71\x0f\x6d\xe2\x80\x3d\x17\x6a\xcd\x47\x13\xbc\x02\xe9\xee\x94\ -\xc7\x9d\x56\x73\x62\x16\xe0\x42\xf1\x08\x97\x88\x5a\x20\x3a\xb8\ -\xc2\x7b\x71\xd5\xc3\xd2\x61\xb3\x33\xaf\xec\x80\xe3\xc4\x6e\xb1\ -\x92\xdf\x9e\x27\xd6\x20\x23\x5e\xde\xeb\xdc\xb3\xdb\x36\xdb\xb2\ -\xb1\x50\xe8\x77\x4d\x61\xfd\x8e\x3d\xcb\xac\x68\x5c\x64\xa8\x83\ -\x66\x4c\x37\xa1\x38\x59\x96\x49\x5a\xa5\x66\xc3\x04\x4f\x7c\xd9\ -\x81\x37\x09\x59\x82\x02\xbc\x79\x9e\xe5\x9d\x2e\x6a\x89\x7c\xd0\ -\x68\x7d\xa5\xa2\x96\x06\xa4\x58\x9a\x7c\xd5\x1b\xe9\x3d\x81\xe6\ -\x2f\x23\x61\x10\x35\x16\x4a\xed\x30\x36\x0e\xb3\x44\x3c\xc2\x36\ -\x31\x26\xd7\x90\x3e\x29\xf8\xf7\x95\x39\x46\xdf\x2b\x26\x23\x20\ -\x2b\x92\x29\xd6\x88\x35\xfe\x87\x60\xdd\xfa\x1c\x56\xca\xb0\xdb\ -\x9c\x37\xbd\x51\x73\x74\xdc\x9d\xe8\x04\x7a\x4d\xe3\x60\xa1\x5e\ -\x03\xf9\x7e\xfb\xe4\x7b\xc4\x74\x6d\xbb\xff\xcb\xc8\xa0\x85\x2d\ -\x17\xc0\x18\x25\x41\x49\x58\x4e\xcf\x6f\x74\xd2\x2d\x13\x8b\x3b\ -\x83\xa8\x32\x1b\x92\xc1\xc4\xad\xe6\x55\x13\xa4\x27\x1a\xfb\x6f\ -\x8d\x0d\xa2\x40\xcd\x88\xcb\x7e\xb4\xd7\x3f\xa1\x79\x27\x02\xc1\ -\x94\x96\xbc\xd5\x01\xe9\xd6\xd7\x6b\x10\xbf\x7f\x89\xe0\xcb\x64\ -\xb0\x52\x8a\x97\x7f\xbe\x68\xd2\xd2\x2e\xdc\xe4\x35\x72\x01\xd1\ -\x54\x73\x22\x00\x10\xb9\x96\x33\xf7\x81\x09\x4a\xd1\x16\x11\xb5\ -\x6b\x37\x90\x1d\x3d\x92\xa2\xd5\x3c\x23\xc0\x10\x1a\x23\x02\xc6\ -\x11\x55\x92\xe1\x0d\xda\xf3\x3c\x31\x25\xf3\xbd\xbf\x82\x7e\x08\ -\xda\x88\xab\xb4\xb3\x03\xec\x61\xe6\x02\xaa\x11\xf3\x86\xb9\x3d\ -\x53\x12\x8b\xfc\xcb\xa6\x79\xde\xf7\xe6\xb8\xad\xa1\xd4\x77\xb8\ -\x60\x8a\x74\x00\x92\x99\x8d\xdd\x95\x67\x1a\x59\xd3\x28\xf6\xd7\ -\xeb\xba\xae\x66\xdf\xda\x02\xd4\x8c\x17\x8c\x85\x8b\xa6\x52\xa8\ -\x74\xc9\xaa\xb4\x9b\x66\xd3\x8b\xd2\x2c\xb3\x99\xb8\x15\x41\x4a\ -\x03\x11\x10\x43\x0c\x3d\x61\x79\x0d\x22\x06\xe9\x14\xb3\x96\x37\ -\xe4\xe3\x5e\xd8\xb5\x5f\x3a\x4d\x60\x2b\xa0\xa1\x69\x3b\x3c\x3c\ -\x53\xcd\x15\x24\x7e\x4f\xd5\xe2\x60\x69\x10\x9b\x6f\xff\xcb\x08\ -\xbb\x0a\x01\x2b\x4d\xed\x8d\xc6\xb2\x8e\x6e\x76\x6b\xd3\x9e\x9c\ -\xde\xfb\x07\x89\x60\xba\x6d\x92\x01\xac\x07\xae\x65\xbe\x08\x72\ -\xb3\x21\x6e\xda\x37\x7a\x0f\x72\x46\xd8\x0b\xdb\x98\xe4\x44\x46\ -\xcd\x38\x53\x34\xaa\x2b\x5e\x2b\x78\x66\x52\xc1\x7c\xfc\x3e\xce\ -\xb4\x1f\x36\x01\x36\xe1\x38\xd2\xd6\x6a\x90\xed\xd1\x2a\xd8\xdc\ -\x61\x70\x62\x58\x12\x23\x76\x71\x74\xfd\xdf\x80\xd3\xbe\xb3\xd9\ -\x5d\x6f\xb1\x01\xae\xcf\xc9\xcb\x6e\x4a\x86\x4d\x23\x5d\xa1\x4b\ -\x72\x14\x1e\x91\xec\x7b\x18\x5d\x03\x31\x78\xb9\xb1\xb6\x6a\xd1\ -\x6e\x46\x1f\x0a\x1e\x50\x69\x90\xca\xe5\xc8\x69\x45\xda\x10\xe2\ -\xf8\x42\xc3\xe8\xb9\xfa\x67\x9e\xa0\x9c\x62\x14\x55\x95\xa6\x96\ -\xb6\xba\x7d\xcd\x81\x7c\xa1\x1e\xb2\xb4\xa5\xc8\x62\x23\x7f\xd7\ -\x21\xb8\x46\xc4\xc2\xbb\xfd\xfb\x0d\xc0\x70\x54\xcc\xbb\xb5\xa3\ -\xcd\x59\xd8\x59\xd1\x79\x69\x6e\x90\x46\x11\xa4\xb6\x8e\xf9\x6e\ -\x76\xe3\x27\x2a\x90\x52\x41\x30\x80\x96\x04\x6f\xd6\x58\x07\x6a\ -\x97\x6b\xe5\xc1\xaf\xcf\xa1\x17\x31\xa9\x8d\x62\x2f\x5a\x8d\x3f\ -\x3e\xac\x63\x1f\x98\x79\x6a\xf9\xce\xb2\xd0\x35\x85\x91\xe6\xfd\ -\xd4\x73\xd7\x8f\x12\x7c\x5a\x31\x28\x65\x9f\x4f\x00\xb8\x0a\x07\ -\x7d\xb4\xa9\xd8\x4e\x71\x3c\x03\x16\x08\xb5\x0a\xc9\x06\x0e\xfb\ -\xef\xdd\x00\x7e\x9f\x3e\x8c\xd7\xc2\x00\x96\x89\xe5\xb7\xff\x84\ -\x19\x0e\x4b\xa1\x57\x54\x90\x82\xc2\x4a\xb7\x17\xcb\x52\x18\x01\ -\xdc\xac\xfb\x5b\xd3\x02\x70\x9c\xce\xe1\x42\x21\x72\x21\x7b\x5d\ -\x8b\xb1\x3f\x40\xd7\x8f\x40\xa7\x03\x3b\xdf\x40\x4e\x0d\x82\x37\ -\x5b\x1e\x38\xf9\xe5\xf7\x6f\x9a\x39\xa7\x6c\x1f\x3e\x67\xae\xbf\ -\x9d\x39\xa2\x08\x2c\x26\x0d\x59\x70\xbb\x9f\x2b\x75\xb9\x37\x98\ -\x5d\x87\x51\x23\x2d\x00\xf6\xc0\x72\x39\x36\xed\x29\x06\xe7\x28\ -\xba\x8d\x6a\x0e\x9e\xe8\xe3\xe6\x44\xdf\xcd\x61\xa2\xb0\x17\xe7\ -\x75\x60\xd2\x39\xd1\x34\xbe\xd0\x43\xd7\x5b\x1c\x03\xf7\x86\xe9\ -\x14\xc8\xdc\x99\x27\x1c\x9c\x07\x04\x30\x90\x0b\xc2\x45\x6d\x0b\ -\x37\xb7\x09\xd8\xc0\x2b\xb3\x8f\x98\x01\x48\x75\xb9\xea\x1a\x48\ -\xa6\xb7\xcc\x3d\xaf\x0e\xc1\x10\xfa\xe9\x37\x4a\x5c\xea\xad\xa0\ -\x81\xd8\xfb\x9f\xa1\x1e\x1e\x6e\xef\x69\xae\xd3\x54\x2b\xce\x23\ -\x3f\xaa\x82\xe6\xc5\x91\xcf\xe5\x08\xbc\x81\x3c\xd8\x26\x60\x63\ -\x99\xe0\xd5\x7b\x89\xa1\x07\xda\x26\xb3\xa2\x64\x84\x01\x6f\x46\ -\x14\x69\x35\x25\xe5\xfc\xf1\xa8\x17\xd7\x0d\xe5\x24\xa4\x37\x5c\ -\xb8\x51\x55\x21\x62\x43\x67\xe8\x02\xdf\x26\x5b\x6b\x08\xb8\xdb\ -\xe9\xc3\xc9\x42\x1e\x76\xdd\x1f\x1e\x01\x3c\x1d\xdd\x0b\x33\xc0\ -\x2c\xfa\x7e\x7d\x80\x9b\x5d\x79\x9f\xfa\x2d\xf1\x0f\xcd\xeb\x46\ -\x5e\xa6\x58\x63\xa1\x7b\xee\x52\x8d\x6a\x83\x4f\x48\xa9\x85\x76\ -\xdd\x9c\x7b\x13\x78\xe0\xf6\xa0\xb0\x76\x17\x48\x9d\x1b\x4b\x4e\ -\x80\xb6\xc9\x7f\xf9\x9d\xfe\x3b\xda\xef\x1e\xa8\x86\x76\x22\xe5\ -\xbd\x1b\x53\x0d\x05\x26\xef\xe7\xa2\x94\x60\xe1\xaa\xc7\x7a\xcb\ -\x0a\x65\x51\x2d\x9b\x07\xa8\xaf\x19\x9b\xe3\xba\x62\x6a\x16\x4a\ -\x6b\xe6\x76\x17\xbb\x06\xac\xae\xd1\xc6\x32\xb3\xbf\x3f\xc6\x00\ -\xf6\xc6\x2a\x0b\xcb\xf3\xe1\x46\x51\x64\xd9\xcb\x47\x0c\x4b\x6d\ -\xbd\x62\xd6\xc4\x65\x0e\xea\x41\x68\x79\x06\x99\x5e\x42\xad\x78\ -\xb3\x68\xb1\xe2\x73\xc9\xb6\x59\xe9\x1e\x22\x02\x13\x5f\x68\x87\ -\xac\x09\xcc\xb1\x58\x45\x11\x55\xd5\xd1\xc9\x72\x40\x95\xb0\x36\ -\x77\xad\xa9\xa3\xe4\xa2\x2f\x02\x32\x7d\x8a\x4b\x57\xaa\xdb\x8d\ -\xa8\xc5\xf3\x11\x8d\x32\x07\xbf\xe4\x1b\x93\x05\xb8\x9d\x43\xff\ -\x50\xa8\x6d\x96\xa4\x17\xa1\xd5\xd4\x72\x1e\xd3\xfa\xc8\x94\x68\ -\x9b\x7e\xb5\x62\x65\x71\x32\xa9\x1a\x99\x4e\xab\x18\x39\x86\x2d\ -\x4d\x15\x15\x2a\x1a\x17\x41\xa1\x17\x18\xed\x19\x94\x8c\x95\xdd\ -\x2d\x2c\x37\x9e\x22\xcd\x5a\xec\x12\xad\x88\x14\x03\xcf\x59\x04\ -\x91\x67\xa4\x37\x50\x19\x4a\x7a\xa7\x58\x53\x42\xd6\xe8\x78\x6e\ -\xa5\x9a\x0f\xa9\x88\x91\x3d\x57\x0c\xd5\x72\xd4\x80\x13\x27\xdc\ -\xaa\x1c\xd9\x27\x15\x66\x59\x2f\x47\xf4\x53\x1b\x26\x76\x9b\x76\ -\x50\x33\x8f\x8a\x14\xc5\xc1\x8e\x52\x44\xe8\xa3\x5d\x8c\x02\x6b\ -\x13\x2a\x9e\xbc\x73\x86\x4d\x8b\x1e\x50\xff\xde\xb0\xb5\xae\xf6\ -\xf4\xe1\x34\x57\x7a\xee\xa4\x5c\x59\x06\x84\x1b\x30\x10\xbe\xd2\ -\x28\xbc\x68\xf0\xc6\x37\x68\x38\x72\x2e\x4e\xb6\xf7\x83\xa3\x3d\ -\x33\x0a\x97\xb2\x8e\xac\x3d\x26\x0a\xc6\xb5\x81\xb6\x4b\x27\x0a\ -\x5c\x12\xb3\x58\xaf\xd7\xb6\x34\x44\xf3\x78\x7e\x78\x71\xbc\x50\ -\x88\x6a\x21\x5d\x8b\x82\x46\xcf\x30\x0a\x82\x04\x95\xc7\xf5\x1a\ -\x29\x8e\x0f\x0b\xf2\x97\xe6\xa1\x52\xcd\xfc\xe7\xb6\x9c\x1d\x29\ -\xd4\x21\x82\xa6\xb1\x44\x70\xf7\xa5\x2c\xa0\xbd\x69\x75\x77\xaa\ -\x89\xd3\x42\x54\x4b\x43\x59\x5d\xde\x00\x5f\x29\x32\x3e\x19\x8c\ -\xcb\xdf\x2d\x87\x6b\x53\x13\x93\xc7\x03\xc2\x8a\x67\x43\x1d\x5c\ -\x26\x7e\xff\x4d\x53\x15\x6e\x5b\x5c\x33\xaa\x2c\x16\x01\xc9\xf6\ -\x79\x2d\x86\xd9\x34\x84\x07\x9d\xc7\x9a\x6d\x04\xb0\x39\x83\x69\ -\x61\xc6\x9b\x16\x27\xd6\x3d\xae\x00\x9f\x6c\xff\xfb\xcc\xf6\x28\ -\x41\xed\x5e\xcc\x95\x89\x5c\x75\xfc\xf3\x86\xbe\xd2\x7e\xba\xd6\ -\xcb\x43\xe8\xeb\xb4\x67\x09\xb5\x0f\x3a\x6f\xbe\x33\xbf\x4b\x08\ -\x00\x98\x47\xd3\x65\x41\xa5\x92\x16\x7a\xb3\x5b\xa5\x63\xc9\xf5\ -\x4a\xf7\x4c\x69\xb6\xf1\x0d\x64\x2b\xfa\x93\x35\xec\xb8\xb2\x26\ -\x20\xf6\x89\x9f\x63\x7a\x66\x2a\x25\x0c\xf7\x79\x84\x60\x3a\x01\ -\x7a\x41\x08\x19\x13\x22\x25\x5c\xb2\xdf\xc1\xdc\xa6\xc2\x73\xf2\ -\x91\x3a\x95\x54\x21\xd8\xb2\xff\xd2\x44\x0a\x32\xfc\xb6\x18\xc4\ -\xac\xc0\xae\x37\xfd\x54\xa7\x56\x38\x40\x88\xf3\xf3\x16\x59\x82\ -\xb0\x94\x80\xe4\xc5\x38\x87\x97\x16\x41\x16\xfa\x27\x7a\xf1\x39\ -\xc3\x7c\x27\xeb\x1a\xda\x9a\xae\x8e\x8e\x72\x4a\x22\x9c\x5d\xeb\ -\x1a\xb7\x78\x4d\xd4\x10\xfc\x38\x77\x8c\x0d\x13\xd4\x32\x3f\x57\ -\xc8\x69\xde\x1c\xda\x19\x5d\x5b\x29\x95\x10\x5e\x03\x94\x0b\xc0\ -\x4b\x2b\x20\x1e\xb7\x30\x00\x73\xe8\x44\xd7\x7d\xbb\x39\x90\xae\ -\xcc\x0a\xbf\xb3\x90\x82\xd6\x95\x4b\x8b\xc3\xc1\x71\xe0\xbb\x53\ -\xa2\xc0\x9d\xdf\xf3\x85\x05\xe1\xd4\xf5\x3c\x6f\xd7\xe9\x91\x1c\ -\xdd\x59\x8f\x00\x82\xd7\x30\x07\xb3\xb8\x00\x5e\x2b\xf0\xc2\x1a\ -\xcd\x23\x74\x0e\x37\x1f\x48\xf0\x7c\x05\xbd\xd2\x99\x11\xb8\xae\ -\xeb\xd4\xd2\x23\xfd\x6a\x66\x3f\x20\xd0\x18\x2a\x0f\xb3\xca\x19\ -\x96\x1a\x3e\x72\xae\x4a\x44\xd3\xce\x0e\x38\x37\x86\xf1\xb3\x50\ -\x40\x06\xa5\x7c\x42\xbc\x19\xaf\xbf\x7f\x6e\xc6\x27\xf5\x79\x4e\ -\xb7\x58\xe7\xa7\xfd\x3e\x32\x17\x6d\x1d\x2c\x0d\x78\x84\x0b\x30\ -\xf9\x58\x4e\x9b\xc5\x28\xd1\xb5\x4d\x92\xe3\xcc\x61\x33\xb8\x23\ -\x00\x32\xf9\x05\xe1\x05\xd7\x03\x33\xe8\x35\x0a\x84\x66\x60\x30\ -\x21\xc0\xe4\x9f\x10\xfa\x6b\xd1\x31\x80\xd1\x79\xbd\x0c\xf7\x7c\ -\x92\x46\xee\x8d\x81\x05\xaf\xea\xa2\x7e\xd4\x01\x8b\x2e\x00\xe1\ -\x05\x41\x21\xb8\x65\xc2\x94\xe4\x0f\x3b\x7f\x12\xcd\x26\xf5\x96\ -\x47\x69\x45\x96\xd2\x2d\x05\x61\x23\x40\xfd\xfd\x26\x82\xf3\xa2\ -\x6b\x4e\xc3\xc7\x4a\x0e\xc5\xc0\x44\xa5\xb3\xc9\x11\xf8\x99\x3f\ -\xa6\xd5\xc0\x68\xac\xb4\xa6\xbb\x80\xc8\xa7\x5e\x60\xa2\xf7\xa7\ -\x15\x2d\x63\x0c\xf8\xb1\x9c\x25\xcf\xa9\x01\x9e\x05\xd5\x21\xf8\ -\xb1\xdf\x6f\xdd\x5a\x24\xc9\xfb\x45\x35\xd1\x36\x48\xa5\x56\x95\ -\x67\x74\xdf\x7f\x62\x93\xf8\x68\xbd\x77\xee\xb7\x2e\xf6\xa9\x0e\ -\x64\x7e\xf0\x09\x8b\x06\xa3\xd3\xb4\x94\x08\x28\x87\x88\xc4\x45\ -\x2a\x98\x17\x15\xd2\xc8\xa4\x70\xfb\x3c\x9e\xc3\x33\x6c\x8d\x10\ -\x22\x90\x2d\x56\x8d\xfd\x9d\xc6\xd7\x35\x7a\x80\x08\xd0\x50\x03\ -\x09\x81\x01\x8f\xe5\xe0\x34\x9a\x50\x4c\x04\x04\xe6\x3c\x50\x71\ -\x90\x62\x4d\xcd\x62\x01\xec\x8b\xdc\x91\x64\x22\x82\x7b\xfe\xe8\ -\xa2\x17\x00\x9a\x58\x5c\xda\xf4\x33\xeb\xfb\xbf\x00\x91\x0b\xbf\ -\xd7\x26\x79\x46\x55\x11\x79\xcc\x02\xd4\xe8\xab\x36\x94\x21\x24\ -\xf8\x33\x35\x47\x63\xd8\xc4\x49\x2d\xed\x15\xd5\xd4\x8b\xe2\x01\ -\x66\x04\x62\xca\xe8\x80\x41\x81\xcd\xce\x1f\x5d\xcf\x17\x7d\xf4\ -\x73\x12\x46\x81\x21\xf3\x81\x41\xa3\x34\x1c\xa3\x09\x2f\xf5\x40\ -\x99\x4d\xc4\xae\x5c\xe1\x07\x68\xe8\x9f\xb9\xe1\x51\xaa\x08\x28\ -\x9f\x5d\xaa\x6e\x86\xd9\x4f\x42\xcb\x0d\xd1\x84\x77\x10\x23\x3c\ -\x4e\x81\x89\x26\x36\x37\x57\x1d\xf4\xac\x1a\xd0\x8c\x9b\xf9\xcc\ -\x6e\xa0\xe1\x8d\xa8\x1d\xbc\xb7\xe7\xb0\xf8\x22\xb7\xc2\xd4\x62\ -\xe4\x94\x0e\xe3\xcd\x5c\xe1\xed\x8b\x65\x7f\xf0\x7d\xf7\x86\xcb\ -\x8f\x37\xfb\x7d\x3f\xfc\xc0\x45\xe4\x15\x0d\x3c\xb1\xf6\xf3\x40\ -\xf4\xc9\x54\x14\xd7\xb6\x5f\xf5\xf3\xdd\xb1\x7f\xaa\x05\xbd\x3a\ -\x7f\x0e\xb8\x9f\xff\x93\x0e\xa4\x92\x20\x92\xde\x63\x17\xfc\xf0\ -\x4f\xa2\x54\xb5\xa0\x96\x8f\xe6\xcc\xc8\xb3\x4d\x85\xdc\xd4\x45\ -\xcf\xb3\x3b\xb4\x42\x41\x97\x8d\x75\x3e\xe0\x07\x7e\x67\x91\xc1\ -\x39\xed\x63\xdb\x00\x8f\x15\x2c\x2a\xe2\xd7\x4b\x70\x10\x69\x68\ -\xb2\xa0\xe6\xe8\x85\xae\x4d\x36\x6b\xe6\x9b\xef\x34\xe9\x09\x14\ -\x3f\x0b\xe0\x89\xbf\xcd\x15\xca\xb2\x62\xe4\x0a\x4b\x7b\xb6\x9f\ -\x17\x66\x0e\xa1\x1f\xd5\xbd\x2d\x0b\xf5\x2d\x69\xab\x12\x0d\x45\ -\x9c\x1f\xfa\x53\xe2\xfc\x13\x42\x55\x41\x92\x9d\x25\x0f\x17\x41\ -\x79\x6a\x33\x65\xda\xda\x84\x5f\x65\x7a\xaf\x06\x1e\x38\x2e\xf8\ -\xc3\xff\x5a\xb6\xa1\x4d\x78\xf1\x6a\xa1\xa8\x5c\xdc\xa0\xb8\x35\ -\x36\xba\x5f\x27\xdb\x7e\x93\x32\xed\x21\xd4\x18\x08\xc2\x28\x10\ -\x80\xa8\xd0\x98\x32\x3b\x46\xf8\x4f\x04\xe9\x56\x3d\x29\xc6\xd4\ -\xc9\x30\x32\x76\xed\x2b\x17\x1d\x04\x5b\xa1\x59\xdd\xe6\xba\x7b\ -\xee\xc3\x77\x2f\xe8\x68\x34\xb7\x40\x80\x5f\xb6\x27\x45\xc3\xda\ -\x91\x81\xe0\x81\x09\xbf\x01\xe6\x93\x74\x78\xcf\xce\x2b\xba\x1f\ -\x66\x04\xf8\xf8\xb6\x1e\x96\x31\x99\x4d\x17\x20\xc2\x9f\xfb\x6e\ -\x67\xaf\xbe\xd7\x2c\x76\x6f\xdb\x1f\x32\xc8\xf2\xd7\x9c\xa6\xac\ -\x6e\x71\xf7\xfc\xdf\x60\x84\x90\x9b\xab\x90\xdd\x03\x32\x80\xe5\ -\xb7\xe5\x73\xf9\xde\x77\x37\x4c\x73\x0c\xb3\x0c\x3a\xb4\x1c\x2b\ -\x19\x00\x41\x30\x93\xd4\x0d\xd7\xa2\x10\xdd\xf9\xd7\x18\x01\x29\ -\x84\xbf\x60\x0c\x8d\x78\xf0\x33\xf2\x86\x5b\x2d\xab\x1d\x80\xe1\ -\x07\x84\xa7\xe6\x6c\x02\x00\x3f\x3a\xb5\xb8\xf0\x8a\xcc\x32\x61\ -\xb1\x5c\x1e\x81\x3f\xf2\xbf\x40\x48\xf0\xa1\x0b\xc4\xf6\x25\xcf\ -\x09\xc8\x37\x10\xb3\xea\x42\xc0\x28\x50\x5c\xb5\xbb\xda\x80\xfd\ -\x99\x77\x6b\x2c\x51\xbc\x99\xb0\x4c\x40\x48\x83\x8d\x87\x67\x44\ -\x54\x44\x70\xf7\xbc\xb3\x91\x97\xe2\x14\x37\xc8\xa6\xf2\x3f\xcd\ -\x12\xdc\xa3\x60\xf4\xdd\xb1\xd2\xd2\x20\x9c\x74\x12\xf4\xb6\x3c\ -\xa6\x29\x33\x9a\x1b\xa2\xa4\x76\x8a\x15\xcd\x3f\xd6\x28\x5d\x97\ -\xd3\xce\x73\xca\xec\xf5\x11\x42\x5a\x7b\x07\x75\xd5\x32\x03\x6f\ -\x7e\x5a\xec\x06\x98\x29\x19\xda\xf4\x6f\xb2\xdd\xaf\x74\xb5\x60\ -\x67\xa7\x4a\xfc\xcb\x7f\x80\x88\xe0\x43\x9f\xd0\x0d\x85\x4b\xab\ -\x08\xfc\xbe\xff\xd5\x7b\xd7\x8d\x26\xec\x3c\x03\xd1\xfb\xfc\xc1\ -\xdb\x9c\x95\x0d\xa4\x0d\xb7\x57\x36\x5d\xcf\xad\x7f\xb6\x4e\xbb\ -\xcb\x7d\xf8\xe7\xcf\x9f\xd8\xbb\x1e\xb5\x93\x9a\x44\x7d\x3e\x44\ -\xd4\xe2\x71\xbc\x81\xbc\xf0\x82\x3f\xfc\x3b\x1b\x2f\x4c\x5b\x7f\ -\xff\xff\x1b\x6f\xf0\x04\x47\x5f\x3f\x20\x66\x1e\x25\x00\x78\x69\ -\xbe\xeb\xc5\x96\x43\x4b\x97\x3d\x1b\xcd\xdf\x7a\x6e\xff\x7c\xbf\ -\x6c\x1f\xd9\xc4\x89\xcc\x80\xe5\x79\xe0\x1a\x1f\x98\x88\xc0\xa8\ -\x1a\x79\x1a\x04\xc8\x97\x6a\xa2\x45\x33\x4c\x65\xea\xb9\xc0\x6c\ -\xf2\x19\x61\x8d\xa2\xe1\x19\x99\x68\xb5\x31\x8a\x7b\x92\x7f\xf4\ -\xe7\xe2\xa5\xeb\xa6\x98\x77\x24\x8b\x28\x0d\x6f\x06\x5d\x6d\xd8\ -\x71\xcf\xc7\xbe\x3f\xd9\xe4\x6b\x68\x6d\x39\x19\x9e\xe7\x0f\x30\ -\xfe\x00\x22\xc1\xa0\x0f\x8c\xf1\xd1\x77\x10\x93\xb4\x07\x44\x66\ -\x68\xbb\x83\x8e\x88\x39\xe0\xb9\xf1\xff\x68\x86\x29\x9b\xe7\x99\ -\xd7\x33\x83\x80\xe8\x97\xbe\xeb\xf1\x01\x86\x8c\x26\x0a\xc0\x8c\ -\x07\x5c\x1f\x84\x71\xa9\x6d\xbf\xe6\x27\xea\x19\x7c\x5d\x34\xa2\ -\x23\xf4\x11\x5f\xd5\xdc\x24\x62\x85\xbb\x38\xcd\x46\xa5\x9a\x1d\ -\x05\xcd\x87\x7f\x1d\xef\x46\x51\xc8\xcb\x04\x82\xb0\x59\x24\xa6\ -\xa0\xda\x72\x88\x26\x86\xf8\xae\x21\xeb\x16\xce\xd7\x47\x85\xd8\ -\xc4\xeb\xad\x1b\x5e\x44\xe7\x41\x37\x83\x11\x06\x10\x3b\x82\x80\ -\x85\x6e\x47\x6a\x7d\x96\xa0\x00\x00\x20\x00\x49\x44\x41\x54\xdb\ -\xb8\xf1\xb9\x39\xbd\x3d\x0c\xd1\x8f\x60\x36\x30\x61\x3f\xee\xc9\ -\xea\x89\x2e\x61\xd0\xa3\x84\xce\x88\x6b\x74\xea\x24\x81\x88\xac\ -\x13\xac\xf5\xf9\xd6\xd1\xfc\x18\x9f\xc6\x1b\x5b\x29\x3a\x34\x48\ -\x29\x09\x20\x6d\x2a\x12\x35\x30\x90\x77\x19\xf1\x67\x98\x9f\x1c\ -\xfb\xda\x9f\x0f\xca\x5a\xd3\x93\xe1\xa6\xb1\xaa\x8f\x3a\xed\x5a\ -\xe1\x40\x1b\xec\x1a\x05\x44\x5c\x8c\x09\xc8\x02\xf5\x8a\x18\xb2\ -\x72\xfe\x6d\x83\x65\x4e\x96\x58\x31\xa3\x4e\x84\x3e\x4a\xaf\x1a\ -\x88\x8a\x04\xc9\x81\x26\x99\xc5\x91\x14\x17\xa2\xf4\x05\x8b\x69\ -\x9c\x8f\xb4\x4b\xbe\x44\x3a\xda\x50\x04\x04\xab\x8b\xe5\xf7\xff\ -\x10\xd1\xc2\x21\x37\x10\xc1\x13\xe5\xdd\xc9\x73\xa1\xcc\x02\xa8\ -\xa3\xd5\x84\x79\xe4\xe0\x7b\x30\xa1\xd2\x3d\x0a\xd2\xdd\xcc\x4c\ -\x78\xfb\xb3\x62\xcd\x8d\x87\x16\x52\x58\x42\x14\x7e\xc8\xc1\x7f\ -\x0a\xb7\x2c\x2c\x73\xae\x2b\x87\x95\x6a\xd6\xbb\xd5\x72\x43\x6c\ -\xa5\x37\x0e\x62\x16\xd2\x14\xee\x9d\xbc\x9c\x5d\x94\xeb\x27\xe8\ -\xcb\x99\xe5\xc5\xf2\x84\x6b\x5b\xd5\xb6\xd4\x09\x48\x45\xaa\xa8\ -\x7d\x47\x38\x52\xeb\x70\x9d\xd4\xd1\x08\x0a\xa9\x37\x2c\xa9\xb7\ -\x93\x3c\x97\xf0\xc5\x55\x6a\x09\x07\x4f\x60\x88\x5a\x23\xea\x16\ -\xd8\x69\xd2\x53\xa8\x4a\x61\xb8\x20\x41\x3f\x1d\x61\x98\xc1\x89\ -\xf3\x3b\x55\x4c\x8a\x09\x47\xb1\xe3\x8e\x7d\x82\x03\x18\x1e\x9d\ -\x2b\xc9\xd8\x5c\xae\xea\x00\xa0\x36\xe4\xfd\x3b\x58\x03\x35\x15\ -\x34\x48\x17\x54\xa7\x60\x95\x46\x3b\x34\x57\x69\x02\x90\xe6\x01\ -\x97\x2d\x62\xd9\x28\x8e\xca\x54\x2e\x0d\xcb\xa2\x03\x71\x97\xc3\ -\xf8\xfb\x8b\x58\x3e\xd8\x1a\x84\x70\x72\xd0\x8b\x60\x6d\xec\x85\ -\x1f\x94\x9c\x3c\x58\x76\xf8\x8a\xb4\xa7\xc6\xa1\x5b\x42\x87\xe6\ -\xe6\x45\x64\x9e\xfa\xe1\xd1\xa9\x45\xc5\x91\x4f\x60\xb5\x63\xef\ -\x46\x06\xb0\x24\xec\xfc\x77\xce\x6c\xeb\xf9\x74\x59\x84\x88\x53\ -\x7f\x93\x01\x20\x00\x10\x52\x83\x72\x37\xd5\xe9\x0b\x49\x9a\x43\ -\xc4\x3b\xa6\x11\xe7\x99\x7e\x8f\xd4\x81\xa0\x40\x44\x51\xc0\xe1\ -\xf4\x5c\x99\x2f\xae\x0f\xf3\x00\xf3\xb5\x1e\x49\xc7\xdb\xd1\xff\ -\x0c\x5f\x5a\x69\xd1\x9b\x2b\xab\x01\xd0\xe2\x59\x42\x18\x76\xe4\ -\x52\xec\xa4\x91\x2b\xa5\x3e\xef\x46\x0f\x50\xf5\x89\x5d\xd5\x15\ -\x0a\x66\x03\x84\xd0\x23\x48\x36\x03\x86\x25\xde\xa5\x8c\xc1\x0b\ -\x80\x8a\x1e\x1a\xb2\x4d\x5b\xf8\x99\x25\xba\xc3\x37\xa0\x74\x16\ -\x4f\x09\xa2\x5e\xa7\x75\xf9\x3c\x7b\x0e\xa6\x9f\x7f\xd7\x75\x81\ -\x3c\x33\x0d\xa6\x16\xe7\xda\xcf\xe7\x9f\x43\x28\xb5\x18\xcb\x27\ -\x7f\xd6\x9a\x27\x28\xc2\x20\x04\xf0\x0b\x7f\x1d\x4d\x78\xc4\x80\ -\x01\x0d\x36\x2f\xcf\xd0\x00\x84\xc6\xe6\x90\xf7\xf5\x4f\xe1\xaa\ -\x7b\xfe\xe7\xb5\x3e\x59\xf7\xa9\x88\xc0\xa8\xf4\x46\x49\xaa\x25\ -\xe2\x50\xd7\xd0\x51\x26\xb0\x4b\xbd\x0a\x82\x30\xc6\x3f\xa1\xc3\ -\x83\xb5\x0e\x40\xda\x34\xae\x32\xcd\x1d\x99\x19\x9e\xe7\xc7\xfe\ -\x6c\xa7\xcc\x89\xd5\xbd\x5e\xdf\xb5\xe7\x17\x6b\xcd\x1a\x1d\x30\ -\x9f\x85\x92\xa1\xe9\xf5\x55\x78\x12\xbc\x68\x78\xc3\x13\xa1\xc8\ -\x6a\x58\x9e\x36\x98\x1e\x78\x65\xb3\x3c\x60\x33\x13\x1a\x63\x44\ -\x96\x6b\x61\x2f\x97\x5e\x23\x33\x21\x2b\x03\x4b\x38\x6b\x05\x64\ -\x89\x2c\x53\xa9\x67\xb4\xb0\x01\x1e\x46\x31\xf6\x7e\x02\x53\x43\ -\x3a\xae\x5f\x65\xd0\xc0\x8d\x21\x43\x44\xe1\x8d\xc0\xcc\x00\x6e\ -\xce\x35\x27\x5c\xd4\xc8\x7c\x5d\x24\xc8\x20\x70\x8d\x4f\x13\x48\ -\xe7\xf9\x6d\x36\x90\xce\x81\xe6\x9a\x10\x2f\x45\x24\x37\x7a\x26\ -\x4c\x2d\x7e\x60\xea\x05\x0a\xd0\xfe\x3f\x92\x9d\x01\xb4\x88\x93\ -\x45\x44\x8a\x45\xb4\x7f\x08\xa5\xec\x62\x48\xda\x74\x48\xe1\x58\ -\x22\xf9\xcf\x7a\x5d\xa3\x08\xb9\xa0\x98\xf9\x81\x59\x72\x57\x53\ -\x0d\x37\x86\x88\xd0\x55\xbf\xb1\xa4\x1d\xa2\xf4\x22\x4a\xf4\x05\ -\xc7\xa1\xe7\x2a\x0e\x89\xa3\x58\x44\xdb\xc1\x26\xc6\xf3\x95\x75\ -\x9c\x6b\x17\x46\x36\x17\xd5\xda\x75\x9a\x2d\xf5\xfa\x19\xbc\x58\ -\x60\x20\x74\xfb\x4c\x84\x54\x6e\x40\x1e\x00\x94\x48\xd6\x9c\x33\ -\x8a\x4f\x6f\x14\xe7\x23\x00\x34\xe3\xc2\x26\xcf\x39\x11\x02\x1a\ -\x14\xe2\xe4\x2a\xaa\x8f\x26\x99\x3a\x1d\x8d\x08\x33\x8d\xfb\xe0\ -\xf0\xf6\x4d\xaf\xe6\xa2\xd0\xaa\x0b\x71\xfa\x83\x8b\xde\x25\xdc\ -\xbe\xd2\x08\x25\xa9\x60\xf9\xee\xb9\x4d\xee\xa9\x37\xd5\xed\x62\ -\x4d\xca\x56\xd0\xd7\x9c\x76\x8a\x6c\x54\x32\xd5\x11\xf6\x12\x86\ -\x93\xcc\x26\xdf\xe3\x19\xa5\xf8\xea\xc7\x5a\x28\xb6\xa3\x5f\x8d\ -\x09\xb6\x1f\xa6\x76\xa9\x95\x7a\x18\xa5\xb9\x53\x39\x0f\xd4\x26\ -\xa7\xf2\xb8\x93\x8f\x23\x36\x79\xc0\xe2\x91\x0b\xbd\x82\x04\x0d\ -\x95\x17\x78\xa5\xcf\xb5\xc2\x67\x35\x24\x28\x34\x2b\x90\xde\xec\ -\x9c\x78\xee\x49\x69\xa5\x25\x53\xc3\x9b\x9b\x4f\xa1\x5e\xa5\x8d\ -\xb0\x37\xd6\x83\x47\x6f\xfc\xfc\x19\xe1\x73\x30\x3f\xd8\xf3\x5c\ -\x3c\x20\x78\x96\x06\x1b\x8b\x33\x20\xb3\x9c\xc5\xd7\x9e\x2f\x66\ -\xf4\xce\x9e\x77\x67\xcd\x0b\xa3\xbd\x4f\xd8\x9a\x97\x5a\xa0\x88\ -\x60\xd0\x8b\xc3\x81\xd1\x34\x76\x48\x35\xcb\xcc\x04\xe9\x05\x64\ -\xa9\x4e\x6c\xba\x2f\x31\x76\x85\x47\x68\xec\x6b\xbb\xd3\x61\xc7\ -\xc9\xf4\x5c\x54\x0d\xca\x21\x00\x2e\x6e\x90\x85\x16\xca\xe1\x15\ -\x21\x5b\x01\x97\x1a\x0b\x36\x00\xe3\x94\x43\x54\x77\xd7\x68\xd4\ -\x64\x0f\xc9\x76\xbd\x29\x5a\xbe\x4d\x35\x70\x50\x67\xb3\x7c\x1f\ -\x13\xc4\xfa\x48\x6f\x5b\xae\x74\xb0\x8c\xf0\x50\xcc\xa9\x49\x71\ -\x89\x65\xd8\xef\xaa\xc8\x49\xda\xd6\xa5\xaf\xe5\x83\xf6\xcf\xa7\ -\xbe\xc5\x04\xc8\xdd\x10\xf3\x0e\x1e\x86\xa0\x42\xcf\x98\x5b\xd6\ -\xd9\x94\x25\x77\x71\xc9\x01\x8b\x77\x0f\x19\x3f\x52\x86\x1e\x46\ -\xb3\xb4\x33\x20\xb4\x12\x16\x6d\x20\x02\x38\x0d\x66\x92\xa7\xe5\ -\x0f\x25\x03\xe6\x89\x26\x80\xdd\x3c\xc8\xf2\x21\xf5\x89\xea\x5f\ -\x49\xab\xae\x68\xda\xe3\xec\x94\xd5\x91\x6d\x55\x02\x52\x52\x68\ -\x49\x65\x09\x40\x43\x1b\x20\x38\x39\xc9\x0d\x18\xe6\xc0\x37\x27\ -\xc0\x18\xb8\x05\x8f\xf2\x84\x12\x67\x31\x22\x5c\x7e\xda\xfb\xca\ -\x3d\xed\x16\xe8\x54\x04\xf3\x12\xe7\x91\x9e\x33\xe4\x9c\xdf\x97\ -\x33\x90\x8a\x26\xd8\xef\x22\x68\xac\x18\xad\x34\x39\x80\xcf\x96\ -\xda\xe0\x7b\x49\x6a\x12\x1c\xb7\x26\x27\xee\xb0\xda\x10\x80\xc7\ -\xbc\x50\x38\x24\x87\xab\xad\x83\x18\xe1\x6b\xd6\x5d\x95\xf5\xee\ -\x77\x23\x80\x3b\xd2\xdf\xa4\x4c\xce\xd0\x74\xf1\x61\xc8\xd1\x32\ -\x9c\x24\x24\x02\x64\xcc\x02\x58\x29\x64\xa6\x9d\xba\x24\x19\x0e\ -\x0c\x7b\x5e\x19\x16\xfa\xa3\xdf\x07\x7a\xef\xfb\x89\x60\xd3\x2c\ -\xc7\x94\x28\xf3\x59\x3d\xa4\x7a\x7d\x27\x18\x7a\xdf\x73\xe8\xf2\ -\xda\xfc\x6e\x8e\x81\x58\x26\x5f\x30\x9a\xee\x16\x61\xb4\xc9\xb7\ -\x47\x90\xc8\xe4\xd4\xe3\x11\xd8\x34\x4d\x17\x3c\x89\x4f\x69\xd5\ -\xf0\x9c\x99\x61\x3e\x3f\xc0\xf7\x63\xb5\x9a\x32\x34\xc6\xe0\x04\ -\x64\x78\xaa\x14\x62\xa9\x49\x85\x79\xa1\x3a\x0f\xd3\x33\x96\xc8\ -\x12\xc1\x56\x37\x87\x8c\x6c\x31\xda\x22\xa4\xa0\xc7\x45\x44\xc1\ -\xe4\x6e\x20\x42\x12\xee\xc3\x82\x1f\xfd\xbd\xd6\x18\xaa\x0e\x51\ -\x62\x02\x89\x26\x27\x02\xeb\x29\x64\x10\x68\xd0\xe6\x5e\x44\x45\ -\xb3\xfe\xcc\x1e\x28\x6d\x7b\xd5\xe3\x99\x48\x06\x4c\xd1\xba\x96\ -\x65\x26\x25\xd6\xde\xc3\x65\xcf\x7f\x42\xfa\x03\x24\x73\x2a\xd9\ -\x65\x3a\xfd\xfb\xd1\x2b\xe5\xf9\x81\x2b\xc2\x61\x3b\x76\x95\xdc\ -\x7a\x4e\xd4\x6b\x2d\x6a\xf1\x2f\xc8\x56\x13\xcb\xca\x52\x74\x20\ -\xbf\x20\xbe\xb8\xdb\xbe\xd6\xb4\x64\xc2\x9e\x1a\x30\x39\xf8\xff\ -\x3b\xa2\xc0\x05\xa1\x86\x2e\x54\x17\xe7\x6c\x17\xc4\xbd\x58\xab\ -\x46\x97\x7a\xc8\xbe\xe8\xd4\x97\x33\x92\xe9\xc5\x44\x9c\x6b\x25\ -\xa3\x42\x6f\x06\x04\x81\x47\x47\x9b\xc1\x40\xd2\x80\xba\x98\x9a\ -\xc8\x5e\x68\xee\xc2\x49\x7c\xa1\xef\xf2\x66\x71\xef\xa1\x91\x99\ -\xf6\x3e\xcc\x59\xae\xda\xc4\x2e\xd1\x3b\xdc\x39\xff\xd5\xfc\x21\ -\x0e\x76\x94\x82\xa2\x98\x13\x91\xa1\xd8\x89\xc8\x94\x0b\x70\xe0\ -\xab\x60\xf9\xa4\x83\x49\xa1\x34\xb7\xf7\x90\x45\xa8\xb4\x3c\x14\ -\xe7\xe3\x07\x57\x5f\x5c\x44\x4d\x8b\xeb\x55\x6d\x32\x30\x68\x39\ -\xe8\x48\x0b\x5d\x25\x4e\xce\xad\x9d\x8d\x01\x2e\x5d\x98\xaf\xa0\ -\x8e\x22\x22\x61\xde\x51\xb5\x6e\x91\x31\x24\x4b\x5a\x3c\x84\xc0\ -\x3c\x0c\x28\xb6\x89\x8f\x65\xe0\xc0\x6c\xee\x9a\x50\x2e\x3b\x08\ -\xdd\x57\x2f\xc0\x2e\xa4\xc6\x41\x5f\x03\x07\x1d\x55\x47\xa4\x23\ -\x02\x8c\x6e\xca\x50\xf2\xe8\xb0\x7c\x86\x8f\xe5\xfd\x38\xe0\x91\ -\x14\xd5\xd9\x8a\xf3\xda\x7c\xac\x85\x7f\x7f\xff\xef\xf9\x65\x39\ -\x55\xdf\xf9\xf4\x55\x13\xda\x42\x61\xfd\xc2\x1a\x3d\xe6\x01\x7c\ -\x7a\x08\x99\x2f\x24\x30\x94\x27\x17\xee\x46\x7b\x4e\x53\x20\x9f\ -\x8e\x2c\xe0\x68\x26\x16\x7f\x43\xfc\xd7\x09\xee\x6a\xc6\x93\x6e\ -\x65\xf6\x1c\x06\xb5\x29\x99\x16\xc3\x6e\x96\x30\x61\x2c\x62\xeb\ -\x63\xa4\xc3\x4b\xb8\xb8\x90\x52\x00\xa7\xed\x8d\x58\x46\xe5\x44\ -\x51\x44\xb1\xc6\x03\x70\x09\x86\x35\xbe\xbd\x0c\xcb\x0b\xec\x7f\ -\xd6\x83\x98\xa3\x79\x81\xbd\x18\x71\x61\x7f\xbe\x7c\x8a\xbc\x93\ -\xaa\x34\xca\xbd\x56\xdd\x31\x29\x42\xbc\xe3\x37\xe2\x77\xa0\x21\ -\xef\x24\x6a\xb6\xc4\xd0\x74\x82\x89\x08\xc7\xd9\x69\xd4\x4e\x4c\ -\xbf\x82\xa2\xa5\xa2\x00\x29\xa4\x65\xfc\x9c\x2d\xcc\x6b\x93\x57\ -\x35\x57\x78\xd0\xe0\x45\x7c\x88\xdf\x97\x65\x2a\xac\xf8\xe0\xe8\ -\x0c\x0d\x02\xa3\xed\xe8\x5a\xab\xae\x66\xe1\x12\x7b\xc8\x0a\x5c\ -\x73\xe0\xe4\xc5\x06\xbe\x47\x60\x40\xbb\x37\x80\xba\xb5\x79\xd3\ -\x72\x70\x07\x70\xe3\x5e\x9a\xdd\xa4\x42\xe0\x01\x60\x2b\xe6\x60\ -\x74\xbb\x77\xcb\x99\xf4\xe6\x7d\xcb\xc6\x6b\xe6\x0d\xfd\x1e\x89\ -\x80\x53\x1a\x2f\x8a\x1a\xdc\xb2\xd6\xbc\xa9\xde\x35\x5a\xf5\x2d\ -\x62\xb9\xaf\xad\x61\x2f\x75\xcf\x85\x23\x92\x97\x54\xeb\x63\xef\ -\xd0\xcc\x37\x3e\xa4\xd3\x2e\x26\xde\x1c\xe8\x9a\xe5\xf7\x61\x7f\ -\xaf\xda\xd6\xcd\xa4\x00\xd2\x41\x76\xf8\x24\x1b\x26\xb0\x78\x16\ -\x15\x27\x35\x77\x0d\xe8\x5d\x24\x09\xb5\x4e\xf4\x89\x1a\x2d\x41\ -\xf3\x35\x53\x4f\x38\x6d\xed\x53\x0b\xdd\x5d\x00\xab\xb6\xd1\xb5\ -\x90\x62\xce\xb6\x08\x18\xee\x80\xf9\x7d\x46\x30\x2d\x74\xe6\x37\ -\x03\x68\x93\x83\xce\x51\xa5\x23\x66\x0f\x44\xf0\xa2\x09\xa6\x06\ -\x50\x48\x68\xd5\xe5\x75\x2d\xab\x63\x5d\x1a\xb8\x9d\x6a\xcf\x3a\ -\x99\xe7\xc2\x92\x5a\xc1\x0b\xa4\xae\x77\xdd\xb3\x28\xcd\xdd\xb3\ -\x4e\x6a\x0a\x13\x16\x8b\xae\xdd\xeb\xb5\x39\x1f\x98\x3f\x37\xdc\ -\xf7\xad\x80\xc2\x40\x18\xc3\x29\xe8\xd4\xf4\xa7\xaf\x75\xbb\xd4\ -\x7d\x41\xad\xf6\x6a\x9a\xfc\x12\xd5\x28\x8b\xb1\x8d\xdb\xe5\x43\ -\x98\xa6\x30\x4c\x61\x98\x46\x69\x1d\x34\x16\x13\xae\xdd\x6c\x63\ -\xb8\x71\x51\x9d\x44\x4a\xda\xaa\xff\x73\xfd\x53\x1a\x3c\xd5\xb9\ -\xcb\x16\x30\x4c\x40\xf8\xa4\x75\xbe\x9b\x91\x94\x3a\x31\xe3\x53\ -\x9e\x16\x77\xd4\x7d\x15\xc4\xbc\x09\x7e\x19\xdb\xe9\x52\xc6\x85\ -\x01\x08\xe6\x85\x07\xcc\x00\xd7\x2c\xe6\x06\x6b\x71\xd4\xb5\x31\ -\x4b\xbe\x01\xc8\xd7\x49\x42\x74\xbe\x20\x66\x52\x20\xdb\xe1\xe4\ -\xa3\xd9\xd6\xe2\x2c\x61\xa3\x35\x31\x9c\x3d\xe0\x30\xc2\x6d\x77\ -\xc7\xbb\xfd\xb3\xd8\xd8\x53\xea\x88\xf2\x0a\x2a\x56\x17\x44\x9f\ -\x0e\xad\x75\xb3\x54\x3a\xc3\x30\xde\x75\xa2\x92\x9d\x67\x5f\x10\ -\x0f\xe9\x19\x05\x9d\xa2\x52\x2d\x57\xb1\x34\x8a\x73\x1f\x71\x03\ -\x1c\x04\x92\xd0\x68\x04\xb4\x5a\x75\x7b\xe8\xac\x51\x2f\xa8\x4e\ -\x8a\xdc\x66\x0e\x53\xf4\x0b\x22\x2d\xa8\xee\x78\xa0\xd7\x4a\x18\ -\x0b\x6f\x1e\xd3\x7a\x72\x3d\xcc\xe4\xe8\xe0\xc2\xcb\x77\x48\x37\ -\x45\x41\x29\x0b\x5f\x3a\x07\xbc\x84\xe2\x55\x34\x71\xbd\xb8\xd9\ -\x43\x15\x11\x5a\x43\xe8\x09\xda\x37\xcf\x18\xb5\x13\x91\x69\x7f\ -\x70\x47\xc8\x0a\xaa\x24\x92\xa1\xd3\xf5\xbb\xb0\x7d\xae\xea\x26\ -\x87\x01\xbb\x4b\x33\xf8\x38\x8a\x8b\x0f\x45\xf0\x18\xa3\x3c\x33\ -\xb3\xbb\x1f\x89\xd2\xe9\x01\x5f\x9a\xa2\x16\xb4\xca\x3d\xbf\x46\ -\xbe\x83\x1f\x99\x3b\x97\xcd\x7d\x06\x44\x4a\x5b\xa7\xb8\x4c\x14\ -\xda\xc5\x54\xa8\x63\x44\xe7\x69\x56\x14\x0b\xab\x2b\xd6\xa4\x66\ -\x0b\x0b\x38\xbf\x82\x37\xdd\x08\x66\x6f\x30\x68\xd0\x6b\x73\x21\ -\xa6\x15\xaa\xee\x68\x91\x97\x23\x29\xae\x3e\xe5\xb5\xd4\x8b\x71\ -\xcd\x6a\x5b\x01\x98\xb5\x55\x3d\x4e\xf7\x2a\xb5\xc7\x44\xd7\xb2\ -\xd0\xb2\xa7\x4f\x1e\x10\x40\xd0\x72\x41\x96\x42\x18\xaa\xab\x96\ -\x08\x30\x4a\xc9\x42\x6b\xd6\x12\xa1\x55\x43\x3c\x7d\x4e\x5a\x0a\ -\x15\x4e\xb1\x3c\x72\x34\x16\x6f\x01\xb2\x41\x05\x82\x51\xfa\x28\ -\xda\xa6\x56\x82\x63\x8d\xfb\xb3\x69\x46\x0d\x22\x3f\x00\x2f\x86\ -\x34\x03\xf6\x8e\xa4\xeb\x8f\x72\x7d\x85\x39\x85\xce\x9c\xfc\xe4\ -\xd1\x39\xe0\xc1\x2d\x6b\x3f\x5f\x77\x2a\xf5\x46\xef\x83\xb9\xff\ -\xbd\xb0\x24\xd5\xfd\xd8\x7e\xbe\x00\xc8\x28\xda\xde\x65\x8b\x4a\ -\xd1\x76\xe8\x34\xb1\x84\xce\x8a\x02\x4d\x4e\xe5\x74\xfa\x4e\x05\ -\x2e\x63\xc2\xba\xc4\x6f\xac\x54\x72\x08\xda\x27\x95\x3b\xb8\x07\ -\xb6\xe3\xcb\xf9\xb1\x9a\xb0\x64\x03\xec\xe2\xef\x0b\x60\x3e\x30\ -\x4b\x11\xd3\x9f\xb3\xd2\x95\x65\x01\x1f\xd1\x85\xfa\xa6\x01\x0f\ -\xd6\x00\x71\x68\x4f\x01\xfe\x4e\x57\xac\xd3\xa6\x0e\x2c\x19\xd0\ -\x25\xe5\xfd\x14\x43\x1b\x06\xd5\xda\x9d\x44\xeb\x48\x10\x76\xd9\ -\x6e\xa9\xae\x46\x02\x73\x3b\x88\x76\xfa\x1b\x6c\x40\x09\x00\x1e\ -\x45\xfc\xfd\xdc\x62\xfb\xce\x1d\xa0\x72\xf7\xbf\x3d\x4f\xcb\x9b\ -\xd1\x11\x53\xff\x66\x62\x61\x12\x84\xe9\x46\x5f\xed\xc2\xaa\xc6\ -\x39\xfa\x57\xc1\xa2\x4d\x2f\x7a\x2d\x99\x09\x78\x7a\xcf\x4a\xa3\ -\x3e\xaf\x51\x42\x91\xfd\x7e\xca\xb5\xa5\x13\x55\xde\x02\x8d\xb7\ -\x7b\x8a\x11\x98\x3a\x58\xc1\x40\x20\x38\x9b\xc3\x9d\xbf\xcf\x61\ -\x9a\x31\xc6\xa5\x76\x32\x77\x5c\x37\x7b\xc1\x00\x3c\xad\xa8\x0f\ -\xa7\x9b\xc2\xaa\x5a\xb2\x12\xf3\x39\x53\xbb\x9f\xd7\xc9\x14\x9b\ -\xfe\xaf\x5a\xbd\xc7\x9a\x23\xab\x91\x69\x3f\x63\xd8\xa7\x76\x1e\ -\xbd\x53\x41\x45\xff\xd9\x76\x9e\x12\xfa\x4c\x16\x2d\x54\xc2\x4c\ -\xb5\xd8\x6d\xc1\x55\xa3\x8a\x7c\x45\x0e\x95\x7f\x06\xf5\x46\x93\ -\x96\x2d\xe9\x7a\xff\x58\xd3\x80\xcb\x33\x87\xc6\x22\x39\xb1\xb1\ -\x3a\xf3\x02\x8e\xf9\x5e\x71\xf7\x79\x33\x3e\x79\x03\x11\xf2\xcc\ -\xde\x7f\x4f\xe4\x5b\x31\x86\x23\xa1\xf6\x32\x4f\x52\x03\x91\x40\ -\x06\xc6\x5a\xa1\xa5\xee\x61\xd3\xf3\x65\x4d\xf2\xe4\x39\x8a\x14\ -\x1a\xe3\x93\xe3\x61\xb3\xec\x07\x37\xca\x78\x00\xf1\x82\xc9\x4f\ -\xc0\x61\xce\xc6\x0e\x0d\x80\x5b\x81\x3a\xad\x6f\x45\x2e\xb2\x18\ -\xeb\x1b\xc2\x69\x5c\x1e\xfa\xb8\x26\xbc\xd7\xc2\xe4\x74\x29\x6b\ -\x5a\x34\xe4\x26\x74\x97\x39\x48\x57\x32\x47\x28\x34\x0f\x67\x74\ -\x7b\xdd\x76\x20\x0d\xa0\xd2\x95\xf5\xdf\x47\xa1\x81\x90\xd7\x90\ -\x46\x5a\x66\xf4\x5d\x1f\xc6\xfc\xc4\x29\xe2\xa8\x78\x0d\x50\x85\ -\x23\xaf\xdd\x9d\x15\x01\x4e\x6e\x62\x8d\x82\x41\x03\xba\xaa\x2a\ -\x51\xcb\x62\x8a\xbb\xd0\x9b\xec\xe0\x70\xb4\x98\xfc\xe2\xb4\x8b\ -\x69\x78\xd7\xbf\x67\x07\x9d\x9a\x9f\xd7\x80\xbd\x41\xda\xf0\xd2\ -\x05\x42\xb3\x70\xce\xd3\xb6\x56\xf8\x69\x01\x7e\x00\xe7\x29\xc0\ -\x29\xb8\x2f\x8b\x91\x62\x3a\x22\xb5\x88\x58\x4c\x2f\x26\xeb\x67\ -\x8a\x4b\x94\x82\xba\x38\x85\x61\xda\x48\x58\x1b\x2a\x45\xe1\xe7\ -\x9c\x91\x4d\x22\xbe\x07\x36\x4d\xc9\x8e\xce\x76\xaa\x41\x75\xa1\ -\x01\x9b\x1a\x41\x4e\x33\x6c\xea\x49\xad\xd9\x2e\x99\x67\x34\x16\ -\x4d\xd3\xd8\xe8\x1c\xd9\x7c\x0e\xf0\x6c\x9a\x57\xca\x81\x11\x52\ -\xc4\xb2\x54\xc4\x2c\xdc\x61\x09\xb3\x4c\xbc\x95\x0b\xef\x18\x02\ -\x25\xf3\x4b\x3c\x56\x97\x2c\x76\xd2\x2f\x93\x91\x4a\xe9\xaa\x05\ -\x57\x33\xe5\x28\x3f\x67\xf2\x7c\x3d\x9c\x93\x58\x76\x9e\x50\x85\ -\x49\x80\xac\xa5\x2e\xbc\x66\xbb\xac\xff\x7d\xce\x7b\xa1\xd6\xf6\ -\x9c\xb5\xea\xc8\xf7\x36\x81\xd8\x7f\x6e\x77\x46\x43\xa4\x73\xae\ -\x93\x50\x2e\xa5\xf6\x3c\x0f\xfa\x34\xf4\x8b\x81\xa3\x69\x46\x19\ -\xcd\xcc\x67\x9b\x12\x90\xda\xf0\xcb\xa1\x28\xa8\x0c\x00\xd8\xc2\ -\x8c\xd3\xc1\x92\x6b\xd3\x2d\x7e\x06\xe5\xf9\xc1\x48\xee\x2b\x62\ -\x8d\x66\x7e\x87\x88\xd4\x2c\x36\xd3\x60\x51\xb2\x35\xb3\x66\xd5\ -\xa6\x61\xfd\x33\x0b\x95\xa6\xeb\xca\x30\xec\xe8\x13\xf8\x0b\x05\ -\x9b\xfd\x3b\x4f\xd3\x30\x84\x1b\x9e\xd1\x74\x9b\x31\xc9\xa2\x69\ -\x0b\x7d\x23\x65\xce\x8b\x52\x01\xa5\x4c\x80\x69\xe1\xc5\x95\xb5\ -\x28\xa4\xee\xb2\x85\x36\xb4\x4e\xea\x3d\x3f\x6e\x43\x8f\x8d\x22\ -\x13\x13\x1a\x74\xba\x7d\xf2\xc6\xb0\xd8\xd1\xfb\xdd\x8c\xc4\x2d\ -\xff\xe9\x64\x45\x7c\xd2\xba\x25\x7d\xfd\xec\xd4\xf5\x66\x67\x1c\ -\x86\x31\xd1\xac\x67\x53\x87\xa8\x99\x7c\x62\x53\x61\x2d\x7a\x97\ -\xb3\x9b\x08\x48\x6a\xde\x55\xf9\xf9\x98\x76\xdd\x6c\x77\x09\x9b\ -\x1d\x7f\x8d\xef\xea\xc5\xdc\x72\x9f\xd5\xb3\x64\x61\x9b\x6c\xfa\ -\x51\xcb\xa8\x5a\x69\x93\xc7\x8c\x3c\xb2\xf0\xea\xa2\x81\x65\xe0\ -\xf6\x1e\x51\x18\xc4\x58\x0f\x71\x2e\xe0\x72\xce\xb9\xb3\x58\xd1\ -\x11\xa5\xd3\x5c\xd6\x54\xae\x05\xd4\xb3\x24\x4d\x46\x7c\x52\x84\ -\x8b\xb6\x45\x8a\x89\x8a\x14\xe9\x05\xb7\x5a\xc2\x5d\x0a\x8b\xcb\ -\x1e\x59\x1e\xe6\x42\x0d\x3f\xd9\x68\xe7\xd9\xa6\x25\x7d\x05\xa1\ -\x01\x67\x30\x40\x4e\x6b\x70\xd7\x66\xd1\x02\x28\xa4\x61\x8e\xdf\ -\xcf\xc7\xe9\x29\x2e\xfa\x24\xe8\xce\xae\x80\xeb\xfb\xdb\x19\x02\ -\x55\x5b\x74\x8a\x0f\x40\x07\xa7\x84\xfe\x4a\xbb\x5f\xa7\xa8\xe2\ -\x20\xab\xd3\xf5\x00\x16\xc6\x4a\x67\x74\x31\x38\x7d\x98\x8e\xf7\ -\xa5\x0f\x23\xc6\x06\x72\x63\xb3\xa6\x8f\x46\x03\x18\xc6\x65\x94\ -\x6c\x73\xf4\xab\xfa\xf1\x1a\x7c\x1b\x54\x5d\x33\xb0\x82\xd0\x92\ -\xcf\xa5\x19\xb2\x80\xe8\xc7\x2c\xca\x63\x22\x55\x6a\xfe\x38\x7b\ -\x38\x86\x26\x02\xba\x2e\xc1\x9d\x08\x0b\x93\x6a\x0a\x37\xa9\x41\ -\xba\x12\xd2\xd6\xb8\x4a\x9d\x52\x9a\x51\xd8\xf3\xdc\x00\x66\xb0\ -\x91\xcf\x57\x5a\xaf\x81\xab\x5e\x1d\x00\x78\xce\xe5\xdc\x9f\x6d\ -\x0a\x39\xc5\xea\xce\xd8\x67\x63\x31\x1a\x83\x22\x39\x51\xe0\x47\ -\x58\x34\x20\xb8\xfa\xba\x6f\x8b\x04\x18\x50\xf0\xa0\xbd\xf0\x0f\ -\x7d\xfd\x17\x88\xf2\xe1\x62\x37\x2a\x1e\xc3\x63\xab\x7f\x0f\xbc\ -\x8c\x71\xbc\x1d\xfe\xe8\x5f\x92\x4b\x9e\x0e\x9e\x69\x64\x1b\x42\ -\x8c\xb2\xd0\x71\x78\x3f\x84\x4b\x01\x98\x17\xe4\x88\x29\x89\x3a\ -\x4f\xcd\xd2\x22\xd0\x86\x14\xa1\xe5\x12\xc0\x21\xf7\x4a\x70\x01\ -\xb4\xd0\xd0\x67\xde\x8b\xd5\x7c\xd1\xcf\xd7\x03\x3e\x2e\x8b\x70\ -\x91\xf3\x77\xd6\x6b\xb5\xa0\xf3\x94\x11\xbf\x53\x05\x50\x0a\x67\ -\x91\xb8\x89\x25\x9f\x99\x53\xb3\x95\xfa\x29\x08\x25\x90\xd6\x55\ -\xb7\x85\x13\x4e\xbb\x4b\xd9\xfb\x7b\xaa\x68\x4d\x1e\x18\x8a\xdc\ -\x6b\x31\x41\x30\xf4\xbb\x01\x1d\x85\xbc\x04\xb5\x71\xe1\xb0\xdb\ -\x3c\xa5\x94\x13\x5d\xe6\x0c\x77\xb0\xe0\xfd\xd2\xec\x9d\x74\x3a\ -\x15\xfd\x6d\xf9\x57\xc5\x4e\x76\x9a\x2d\xa9\x5e\x16\x29\x2e\x07\ -\x0b\xb3\x3b\x67\xd9\x24\x27\x7f\x9d\x84\xc4\xb4\x11\xa8\x07\x99\ -\x2e\xa1\xae\xed\x00\x0f\x14\xbb\x4c\xfb\x10\x61\x89\x43\xeb\xf9\ -\x69\xe8\x94\x5f\x6d\xf6\x39\xa6\x86\x74\x6c\xc0\x7d\xdd\x57\x34\ -\xa7\x6a\x86\x2a\x08\x11\x5c\xef\xfa\x0e\x60\x41\x6b\x09\xdb\x94\ -\x76\xa5\x5a\x40\xb5\x2b\x06\x59\xce\xb1\xaa\x9d\xc3\x57\xa0\x60\ -\x0f\xf0\x85\xb0\x61\x8e\x82\x71\x69\x60\x7c\x12\xc7\xb0\x4e\x36\ -\x17\x80\xc7\xde\xc9\x90\x44\x80\xc3\x54\x02\x04\x78\x56\x11\x6e\ -\x0a\xed\xfb\xfe\x26\x73\x3d\x54\xf2\x4e\x4c\x6c\x41\x5d\xb8\xd0\ -\x22\x06\x6a\x41\x58\x1d\x9a\x82\x3c\x75\x40\x15\xbb\xba\xa2\x82\ -\x64\xe4\x8c\xc9\x5c\x0f\x76\x17\x98\xb9\x9c\x16\xc4\xd0\x91\xf0\ -\xf5\xfb\x57\xcd\x58\x2d\xf6\xe2\xf2\xaa\xe6\x3f\x38\x36\xbd\x9a\ -\x7e\x86\x27\x4d\x55\x4c\x6f\x51\xef\xa6\xfd\xce\x92\x98\x1e\xc8\ -\xb6\x36\xb2\xc1\x52\x9e\x7c\xb9\x5b\x60\x2f\xcc\xb5\xef\xc7\x38\ -\xab\x29\x8c\x46\xdc\x16\x9f\xb6\xe2\xa8\x28\x60\x00\x0d\xb8\xf3\ -\x9b\x22\x72\xd4\x96\x66\x06\x69\xa1\x3d\x9b\xc1\x8d\xd3\xfa\xea\ -\xda\x14\xd9\xef\x54\x23\x67\x81\xb0\xeb\x5c\x17\x20\xc5\x68\x93\ -\xb8\x08\xf5\x3b\xed\xaf\x44\x2b\x98\x86\x80\x01\xda\x14\x14\x4b\ -\x03\xa2\x77\x57\x01\x1b\xa3\xe1\x2b\x20\x5d\xc9\x91\x5a\x8c\xd5\ -\x62\xbf\xfb\x9d\xcc\x85\x5e\xe9\x79\x32\x54\x32\x8c\x1e\x61\x00\ -\xa6\xd4\xe0\x1e\x40\x94\xbd\xb1\x3a\x37\x99\x35\x70\x3c\x5d\x05\ -\x17\xca\x1d\xb2\x3a\x0c\xc7\x33\xe9\x7b\x5d\xdc\x80\xc8\x8a\xd3\ -\x0b\x0d\x64\xdc\xe2\x5d\xe2\xf6\x6c\x40\xa6\xea\x13\x39\x28\x6f\ -\x3b\xc0\x39\xdf\xb3\x2c\x57\xed\x6c\x18\x79\x2d\x81\xc0\xe6\x72\ -\x96\xc6\x39\x10\x61\x1e\xae\xbf\xe1\xd6\x14\x40\x63\x09\xbd\x35\ -\x11\x59\x4b\x24\xa5\x2a\xe3\x5e\x3a\x30\xa1\xf7\x60\x36\x0e\x4e\ -\x09\x74\xa0\xa5\x46\xae\xc4\x84\xcf\x4c\x77\x18\x26\x00\x93\x61\ -\xd0\x72\xa0\x70\x8e\xa0\x27\x26\x45\x0f\x9b\x26\xba\x36\xad\x88\ -\x18\x94\x4b\x2d\x9c\x95\xf6\xcd\x66\xcc\xe0\xe0\x91\x1b\x87\x20\ -\x5c\xdb\x64\xa2\xae\x27\x77\x9d\x6e\x59\x5e\xcc\x19\x1e\x7b\x08\ -\xed\xad\xfa\xf8\x1a\x7a\x9e\xe7\x2f\xb5\x5a\xd5\x9b\x29\x35\xc3\ -\x58\x26\x40\xc5\x6f\x80\x2c\x1f\x4d\xb1\x5a\xb6\x69\x5b\x1a\x7b\ -\x55\x76\x09\x52\x89\x92\x59\x3e\x3b\x49\x85\x29\x39\xf4\x6c\x0a\ -\x96\x5c\x0a\x18\x38\x83\x8c\x93\x06\xed\x5a\xaf\x1e\x96\xac\x53\ -\x1c\x77\x94\xc6\x2d\xa7\xb6\x4b\x10\x3c\x45\xa1\xca\x4f\xe0\x30\ -\x21\x23\x1c\xba\x36\xca\x92\x98\x20\x40\x41\xbb\xc4\x60\x5f\xd5\ -\x6c\xcd\x4a\x81\x14\xf2\x7a\x49\x65\x1f\xd7\x45\x36\x21\x2c\x35\ -\xad\x9d\x85\xea\xb7\x60\xf4\xc4\x71\x05\xa0\x50\x25\x37\x75\x9f\ -\x5c\x6f\x1a\x97\x58\x94\xe6\x06\x87\x4b\x08\xef\x89\x43\xbe\xff\ -\x0c\xca\xa6\x46\xf0\x58\xa4\x62\x13\x46\x5b\x3a\x35\x5e\x6d\xf1\ -\x31\x76\xd1\xfa\x09\x89\xc6\xd6\x59\x8f\x1d\xb9\x2e\xe3\x58\x22\ -\x4a\x1e\x2e\xad\xd4\x47\x2a\x93\xb6\xea\x52\xe2\x07\x3a\x14\x07\ -\xba\x91\x62\xb7\x0d\x69\xf7\xce\x86\xcb\x41\x4c\xcb\xf4\x09\x60\ -\x8c\x4f\x1c\xec\xad\x1d\x14\x7a\xe1\xe5\x73\x3a\xc4\xb4\x30\x53\ -\x8c\xe0\x45\x47\x9a\x84\x75\x00\x2a\xa1\x3b\x41\xcd\xdf\xb2\xc5\ -\x40\x8e\x30\x16\xda\x0f\x92\x6e\x1c\xe5\xa3\x52\xd8\xaf\xab\x11\ -\x06\xb7\xf0\xdf\x95\x0b\xec\xa3\x5f\x9e\x46\x63\x44\x68\x14\x9b\ -\xd3\x7b\xbb\x86\x0a\x89\x99\x95\x7f\x2b\x65\x92\xe6\xb6\xb3\x8d\ -\xbb\xdd\x74\x3b\x4b\x26\x54\x2d\xee\xc5\x39\xeb\x5e\x84\x50\xa1\ -\xcd\x11\x4c\x41\x60\x16\x18\xd7\x39\xdb\x61\xd5\xcc\x38\x6a\x58\ -\x1d\x07\x4f\xf4\x80\x01\x19\xd0\x8a\x40\x36\x1e\xde\x69\x85\xbe\ -\x86\x06\x5d\x61\xd2\x10\xcd\xf5\xba\x96\x0a\xaa\x84\xe2\xdc\x75\ -\x8e\x67\xce\x21\x6e\xde\x8b\x5a\x3e\xdd\x92\x90\x7f\x2b\xb2\xcb\ -\xb8\x17\xb9\x2d\xdf\xa8\x36\xa4\xb5\x41\x00\x8f\x47\xa0\x56\xfb\ -\x45\xc1\x8e\x08\xe3\xb2\x9c\x15\xde\x05\xbc\x1e\xab\xd0\xe7\x99\ -\x0b\xb0\xe2\x0d\x9c\xf1\xad\x37\xc7\xcc\x17\x2a\x5a\x52\x01\xd3\ -\x3c\x67\xda\xfe\xa0\x32\x35\xbc\xac\xc0\xf7\xbc\x34\x81\x9d\x5a\ -\xc3\x16\x41\xa1\x68\x2e\x76\xa0\xa2\xe5\xcc\xf4\x3c\x25\x3d\xd0\ -\xd3\x95\x12\x8d\x5a\xa1\x2e\x4b\x66\x6e\x12\x1a\x29\x37\x00\xa0\ -\xb8\x01\xdd\xb2\xd8\xf7\x22\xa0\x36\xe7\xf8\x32\x31\xcd\xf3\x76\ -\x96\x60\xdd\x11\xcd\x0c\xb7\x70\x49\x0c\xb3\x8a\x13\x68\x90\x13\ -\x41\xea\x39\x44\xe0\x53\x59\x8a\xc6\x7b\xa5\xaa\xd4\x22\xc1\xbf\ -\x3f\xd2\x3e\x31\x0a\xf0\xa1\x34\x55\xf9\xbc\x0a\x78\x43\x3d\x73\ -\xaa\x9f\xd7\xb8\xd0\xbe\xed\x6c\x45\x3f\x43\x7d\x1d\x1f\xac\x5f\ -\x2b\x80\x65\x05\x16\x9a\x0b\x60\xa0\xe1\x8e\x2a\xc0\xcb\x1a\x3b\ -\xbc\xfb\xfc\x5c\x04\xa3\x7c\xc4\x46\xb5\xb7\xbf\x0e\x94\x88\xce\ -\x6d\xd3\xd8\xce\xb8\x0f\x2d\xd7\xfe\x1c\x04\x98\xad\x30\x27\x31\ -\x43\x94\x07\x32\xc6\xb8\x66\x65\xad\xa0\x83\xbc\x84\x46\x43\x9f\ -\xa8\xbc\xd5\xf3\x71\x6e\x71\x93\xa4\x24\x5b\xdf\x0b\x7b\x6f\x98\ -\xcb\x7b\x5c\x9a\xa3\xfa\xdd\x32\x68\x96\xe3\x1e\xd4\x3b\x78\xc4\ -\x99\x44\xa5\xf0\xe9\x35\x05\x6d\xc5\x7f\x3a\xd9\xd6\x69\x8b\xe7\ -\x40\x8e\x0d\x30\x44\x43\xe4\x27\x4b\x58\xbb\xbf\x35\x66\xfd\xbf\ -\x4b\xe4\x40\x91\x87\xaf\xa3\x2c\xf4\xbc\x51\x28\xef\x68\xc0\x59\ -\xff\x99\x4a\xd9\xb2\x1c\xaf\xb9\x33\x67\x52\x9b\x2a\xb9\xaf\x70\ -\xc4\x1d\xd5\x34\x26\x9e\xd5\x55\xf6\x47\x9d\xa0\x9f\xf3\xd5\x0e\ -\x53\x92\xa2\x1b\x9f\x05\xa4\x18\x78\x99\x25\x77\xa1\xe4\x99\xe3\ -\xe6\x89\x21\x80\x84\x8d\x26\xd6\x0c\x8d\xa0\xb3\x22\x1c\x80\xea\ -\x66\x52\x5d\xe7\xe6\x9a\x50\x2a\xb9\x96\xce\x9a\x08\x5a\x29\x66\ -\x30\x7d\xee\xd9\x99\xf7\x23\x2b\xb8\xdd\xf3\xbb\xd2\x95\x6e\x05\ -\xb1\x35\x30\x58\xda\x04\xfa\x38\x55\x11\x81\xe1\xf6\xff\xe6\x6e\ -\xe9\xa6\x62\xde\xb8\x6b\x84\xc1\x01\xc4\x15\xd2\xcf\x64\x56\xf1\ -\x34\xd0\xcc\x5a\xea\xef\xe2\xa6\xcd\xdc\x33\x0b\x25\x82\x94\x4f\ -\xac\xae\xb5\x59\xdc\xf2\x64\x0f\xe7\x64\x84\x8f\x87\x36\xfb\x0c\ -\x40\x57\x96\x0f\xcb\x13\x5a\x51\xc2\x2b\xf4\xf7\x15\x90\x42\x07\ -\xfa\x7d\xd8\x60\x7f\xf6\xb2\xfb\x6f\xfd\x8c\xee\xff\xc0\x52\xa9\ -\x7a\x0c\x8f\x00\x8c\x99\xdf\x71\x18\xf3\xcd\x25\x1e\x23\x9c\xbb\ -\x35\xb0\x98\xcd\x30\x4d\xcd\x39\x09\x44\xa8\x49\x8c\xae\xeb\xd3\ -\x26\x69\x18\xec\x0d\xb2\x3b\x70\x02\x1c\x06\x04\x97\xfb\xf6\x53\ -\x14\x9c\x1c\xc1\x69\x9a\xed\xc3\x96\xc3\x70\x0e\x48\x9b\x62\x85\ -\x23\xe7\x22\xcc\xcb\x81\x61\xc6\x97\x28\x97\x31\x50\x24\x4e\xc3\ -\x22\x9e\x4d\xae\x3a\x5a\x76\xc3\x13\x0f\xf2\x92\x2b\x04\x7a\x39\ -\xf2\x4c\x0e\xa6\xe6\x14\xf8\xe6\x9a\x81\x76\x56\xaa\x09\x10\xc2\ -\xb4\x60\xc9\xa4\x81\x55\x64\x73\xda\xd8\xd2\xa9\x42\x8f\xa1\x77\ -\x7a\xbb\xa9\x98\x3b\x85\xaa\x3c\x46\x64\x58\x0d\xd4\x8c\x8b\xc8\ -\x6a\x02\x82\x3f\xfc\x07\xc8\x73\xc0\xcc\xf1\x0e\x2c\x34\x19\x80\ -\xe0\xcf\x73\xa7\x25\x6c\x1c\x7c\x45\x63\x36\x9f\x8e\x70\xb9\x2d\ -\x2b\xe9\x67\xbe\x79\xc6\xa4\x86\x3c\x9f\xc7\x51\xe3\x41\x70\xf3\ -\x84\xcf\xe7\x13\x22\x77\x7d\xd6\xee\x2a\x26\x36\x28\x9c\x0d\x3d\ -\x04\x04\x18\xf6\x6c\x98\x67\x8a\xf5\xdd\x15\x0a\xd2\x49\x4b\xf8\ -\x31\x1d\xae\xe9\xe9\xd0\x9d\x09\x07\xa0\xa0\x92\x0f\x64\xa7\x3a\ -\x38\x72\xf7\xf3\x3c\x41\x47\xa8\x63\x59\x3f\x28\x19\xee\xfe\xd9\ -\x84\xe2\x70\x66\x9e\xe6\x24\xe5\x08\x86\x58\x46\x81\x82\x2c\x9a\ -\x85\x62\x6b\x63\xd8\x21\x62\x79\x69\x04\x13\x68\x20\x30\xdf\x80\ -\x63\xb4\x09\x4c\xa5\xc1\x47\x0e\x8f\x74\x4b\xd7\xcf\xd0\x86\xe8\ -\xe6\x9f\xc8\x44\x6a\x41\xbf\x26\xc2\xf7\x46\x7e\x9d\x42\xd0\xc8\ -\xa2\x5d\x48\x73\x98\x28\x7e\xb1\x21\x69\x88\x66\x3b\x6d\xcf\x1d\ -\x39\x9c\x0f\x49\x2c\xe7\x64\xfe\xe8\x67\x37\x13\x00\x12\x2a\x14\ -\x54\x04\x46\xbd\xe4\xc3\xf6\x34\xba\xa7\xea\xd0\x69\x8d\xa4\x24\ -\xa2\xc9\x86\x12\x4f\x7e\x2c\x7b\x24\x2f\xc9\xe1\xb4\x34\x44\xf8\ -\x3d\x6f\x1d\xf2\x47\x11\x6f\x85\xe9\xb0\xb1\x7f\x4c\xbe\xa0\xa3\ -\x40\xce\x95\x96\x59\xa6\x1e\x9a\xb3\x85\x52\x2d\xa3\xb3\x71\x0b\ -\x9e\x34\xe6\x3e\x51\x40\x3f\x75\x12\xde\xf2\x39\x32\x76\x37\xaa\ -\x93\x3e\x5b\xc6\xd4\x4e\x3d\x4e\x45\x74\xed\x1d\xe9\x85\x06\x98\ -\xeb\x3f\xd6\xae\x7c\x4a\xce\x8b\xe5\xe8\xc9\x0d\xc0\x39\x59\xf4\ -\x66\x68\xd0\xa7\x59\xc7\x56\xf3\x10\x9f\x50\x23\x20\xdc\x06\x06\ -\x0d\xb0\x26\xca\x2c\xa1\x05\x00\x2e\x02\xb8\xa7\xbb\x62\x29\xb0\ -\x22\x9b\x07\xdf\x8f\x52\x02\x51\x8d\x26\x44\x58\x51\x68\x2b\x26\ -\xe6\xf8\x63\xeb\x88\x9a\x36\x53\xcc\x9e\x9e\xb9\x58\x73\xc7\x19\ -\x31\x42\xc7\x74\xcb\xa3\x5a\x0d\x29\x26\x05\x2e\x20\x47\x04\x96\ -\x1f\xcb\x9d\xbb\x80\xd9\x0c\x5e\x90\x83\x3e\xf7\x58\x8e\x98\xbb\ -\xe7\x81\xe8\x3a\x77\xed\xde\xed\x13\x65\x42\xa0\xf1\xd1\xa0\xeb\ -\x38\x03\x8d\x4e\x24\x67\x8a\xa4\xa2\xd9\x87\x78\x0a\x2b\xe4\x05\ -\x04\xd8\x02\x62\x55\xf7\x49\x41\x4d\xf6\xbd\x7e\xc3\x0f\xe0\xbc\ -\xa3\x09\xf3\x3c\x31\x1c\xaa\xcf\x14\xcb\x91\x12\xfc\x94\xa2\x35\ -\x69\x67\x34\xe8\xa8\x4b\x4e\x7b\xe1\x03\x8d\xac\x01\x1f\x77\xd3\ -\x91\x04\x95\xce\xde\xc0\xc3\xbf\xcb\x74\xcd\xe9\x84\x5c\x42\x7c\ -\xef\x62\x93\xef\x74\x23\x32\x0a\xa4\x80\xc0\xb3\x30\x45\x52\x5f\ -\x17\xeb\xb0\x68\xda\xc6\xb0\xbc\x3d\xa7\x7c\x72\x7e\x87\x41\x14\ -\x53\x39\x42\xcd\xf3\xbb\x9f\xdf\x4d\xf7\x50\x9f\x2f\x33\x2b\x8a\ -\x1c\x35\xc6\x05\x38\x2e\x6d\xb6\x0c\x15\x1e\x03\xf5\xdc\x2f\x0e\ -\xa4\x68\x6e\x7f\x08\x17\x3c\x78\x03\xe2\x80\x0b\x32\xda\x01\x21\ -\x9b\x05\x8a\x13\x3e\xa9\x65\xfa\x7d\x86\xe5\xd8\xfd\xb1\xe7\xa7\ -\x62\x7b\x0c\x27\xd4\x8f\x7e\x06\xce\x58\x0c\x60\x37\x49\x41\xbb\ -\x03\x09\x6e\xb9\x0b\xe8\xc5\x20\xcf\x67\x03\x50\xd1\x27\x0b\x2c\ -\xc0\x38\xf5\x5e\x45\x3d\x27\x19\x58\xf7\xad\xe9\x9d\x3c\xe0\x79\ -\x8c\x5f\x11\x57\x92\x53\x02\xfb\x1e\xc6\xad\xbd\xf0\x82\x1f\xfc\ -\x09\xcd\x4b\xd0\x6d\x91\x43\x0f\xfc\xf0\x4f\x3c\x19\x05\x5e\x25\ -\x68\xb7\x88\x08\x7f\x9e\xbb\xd4\x0f\x2e\x7e\x1a\xb1\x86\x19\xd8\ -\xa2\x5c\xc4\xf2\xe2\xac\x29\xb2\xac\x28\x2f\x1c\x03\x1f\xa0\x0b\ -\x46\xe4\x06\x02\x3c\xb6\xce\xc0\xc0\x8f\x2c\x7c\xad\x1e\x99\x77\ -\xa9\xd7\xd4\xbe\x3b\xfb\x08\x86\x67\x22\x5c\x1f\x0c\xf7\x3f\x29\ -\x94\x45\x16\xd0\x2c\x33\xbc\x9a\x65\xbd\x96\x14\xf8\xd6\xed\xdb\ -\xf4\xce\x26\x52\x24\x70\x99\x5e\xe6\xcd\xac\x81\xd1\x8d\x5e\x94\ -\x06\xea\x13\x66\x24\xd2\x33\x8d\xaa\x93\xa5\x3d\xb7\xc9\xc0\x93\ -\x80\xf1\xdf\xa4\x85\x95\xfd\xe7\x8d\x19\x1b\x33\x6b\x10\x7a\x62\ -\x4d\x38\x26\x6b\x0e\xe7\x6f\xbb\x49\x3e\xca\x2c\x30\x63\x07\x24\ -\x84\xf1\xf9\x0f\x08\x3c\x9b\x09\x19\xc6\x59\x21\xc0\xf2\xc7\x32\ -\xc2\x18\xa6\xeb\x5e\x19\x01\xf1\x03\x83\xfe\x63\x3a\xfd\x2b\xb2\ -\xd8\xdc\xe6\x1d\xcd\xc8\x85\x61\x96\xe9\xaa\xa4\x23\xa0\x9d\xc1\ -\x7f\xe6\x4f\x34\xd0\xee\xa4\x2a\x93\x81\x65\xea\xb4\x7e\xe4\x9b\ -\x78\x18\x42\x5e\xe3\x93\x36\xd7\x2d\x89\xdd\x47\x63\x8c\x9c\xf2\ -\x02\xc0\xf3\xfc\x76\x2b\x70\xad\xd9\x38\xa3\x2e\x10\x11\x7e\x0c\ -\x24\x02\x03\xa0\x34\xbf\xd3\xc3\xeb\x09\xee\x3f\x66\x2c\x86\xa3\ -\xe9\xdd\x7c\xea\xf5\x2f\x4f\xdd\x0b\x0f\xc0\x45\x04\x48\x9f\x06\ -\x60\x4c\xbe\x01\x48\x33\xc5\x7c\x80\x72\x5d\x18\xcd\x14\xa3\xd2\ -\x0d\x89\x52\x17\x5b\x69\xac\x93\xf4\xac\xa2\x41\xf0\xeb\x3f\xff\ -\x03\xc4\x13\x7e\xfd\xe7\x7f\xe0\x22\x43\xcc\x99\x4b\x07\x1c\x3c\ -\x5e\x89\x70\xc9\x37\x83\x87\x51\x64\x5a\x4e\x51\x48\x67\x29\x34\ -\xb7\x34\x68\x4d\x14\x40\x39\x48\xe8\x53\x50\x04\x0c\x01\xad\xdb\ -\x31\x87\x88\x1c\x32\x7c\xad\xe5\x3c\xd8\x34\xac\xd9\x6b\x6f\x6e\ -\x2e\x74\xd0\x46\x98\x20\xbb\xa0\x8e\x52\xec\x62\x3b\x6d\xb0\x22\ -\x59\xdd\xd6\x59\x8b\xb8\xb1\x99\x27\xc4\x94\x07\xbb\x6f\xdf\x9a\ -\x17\x34\x8c\xd2\xd8\x08\x39\xbc\x53\x8a\x56\xf1\x6d\x4c\xcd\x9c\ -\xfe\x66\xd9\x4b\xab\x99\x87\xe6\x00\x9c\x2e\x76\x09\x87\x99\x23\ -\x57\xd8\x9a\x4b\x2a\x97\xd8\x8a\x48\xd7\x11\xbf\x48\x77\xbc\x49\ -\x8d\x44\x8e\x8a\x31\x93\x51\x77\x53\x90\x13\x87\xbf\xe4\x78\xac\ -\xc2\xe7\xf8\xe7\x88\xaf\xa1\xe6\x44\x3d\x6c\xb3\xf2\xa5\xbb\x10\ -\xb8\x53\xca\x12\x59\x3d\x23\x7b\xab\x73\xd6\x10\x08\x37\x40\x5f\ -\xaf\x0c\x3b\xca\x5d\xa7\xa0\xa7\xdc\x0f\xb5\xb7\xd7\xc6\x64\x88\ -\xba\xbf\x59\xda\x6d\x9b\x0e\xd4\xc9\x50\xda\xe9\xee\x85\xa7\xb6\ -\x22\x35\x97\x07\x0e\x1c\xf2\x71\x44\xe3\xbb\x29\x44\x11\xf3\x86\ -\x64\x51\xbf\xeb\xea\x4a\xd7\xf4\x0c\x87\x40\xeb\xd3\xf4\x92\xe0\ -\xac\xe1\x40\xa7\x5d\xf9\x73\x33\xc1\x69\x5a\xc6\x72\xcf\x23\x59\ -\x50\x6b\x44\xe3\x95\xb7\x9f\x9f\xa8\x25\x2e\xa2\x66\x11\x4c\x5a\ -\xae\x23\x81\x0b\x8f\xba\x3e\xab\xe9\x0e\x89\x2b\x9d\xae\xf0\xe5\ -\xab\xeb\x1f\x1f\x34\x0b\x48\x18\x45\x10\x14\x79\x30\x89\x53\x84\ -\xa5\x07\x2f\x9e\x68\x40\x84\x4d\x57\xc3\xd1\xc0\xdb\xb4\x80\xd7\ -\x73\xc9\xce\x24\xdc\x6d\xbe\x1b\x6d\xb9\x08\xa3\x71\xa1\xb8\xc5\ -\xbb\xe4\x6b\x3b\x57\x99\x13\xf1\x25\x73\xad\xc3\x70\xd5\x94\xd0\ -\x80\xea\xcf\xf7\x9c\x42\xb4\xec\xb7\x1a\x32\xcc\x45\x6f\xd0\x27\ -\x1b\x52\x7e\xc6\xda\x54\xf5\xbd\x56\x5d\x0d\xa9\xd0\x30\xd5\x0c\ -\x82\xac\x71\xa8\xf9\x6d\x74\x8d\x98\xfa\xc7\xcf\xdb\xb4\x3c\xfe\ -\xbf\xaf\x16\xdc\x25\xeb\x9a\xc2\x59\xb2\x86\x76\x3d\xde\x28\x71\ -\x24\x82\x25\xba\xc4\xb3\xc1\x0c\x80\x93\x36\xf5\xd3\x22\x8e\xe7\ -\x2c\xb6\xec\xd0\x18\x0c\xd5\x89\xf4\x95\xa2\x6f\x8d\x94\x3f\xa7\ -\x0a\x78\x49\xd1\xca\x9e\x26\x74\xab\x33\xeb\x6a\x93\x9f\x88\xfd\ -\x42\x4f\x66\x39\x9a\xcc\xac\x68\x79\x52\x81\x07\x0c\xd3\xb1\xb5\ -\x33\x43\x32\x8b\xef\x1c\x58\xe1\x13\xfd\xcc\xb1\x8b\xbd\xe8\xb4\ -\x21\x96\x62\x92\xa3\xcf\x37\x1a\x61\xbb\xb7\x86\x8c\x7c\xbe\xc1\ -\x16\xa0\x74\xc7\xb4\xb3\x5c\xf3\x00\x53\xd7\x85\x51\xe4\x0f\x03\ -\x19\x20\xe9\x47\x7e\xa7\xda\xba\x19\xd0\x6b\x8e\xfa\x0c\x3e\x9f\ -\x8f\x39\x1f\x4b\x43\xee\xbd\x66\x1b\x78\xf6\x05\x96\x83\x86\xda\ -\xc1\x92\xed\xf7\x88\x12\xea\xb4\x61\xd5\xe6\x81\x6c\x72\x2b\x52\ -\x5c\x3d\x11\xb6\x3a\x87\xf8\x32\x20\x5c\x8e\xc3\xcd\x31\x86\x9d\ -\xd7\x94\xa0\x5b\x39\xbb\x14\x8c\xdf\x27\x65\x43\x34\xac\x17\xd9\ -\x82\xc9\x8b\x29\x97\x83\x8b\x02\x7f\x8b\x61\x21\xa5\x86\xf9\xf9\ -\x2c\xfd\xdc\xf4\xdc\xa2\xd5\xf0\x65\x9b\xdc\x02\xf4\x70\xbe\x46\ -\x5b\xa4\x66\x6c\x96\x59\x74\xd4\xa8\x9f\x19\x49\xe4\x75\x4d\xad\ -\x2f\x2f\xcb\x12\xed\xdf\x87\xe5\x29\xd3\xfd\x95\xb2\x9d\x6e\x8e\ -\xfe\x8e\x1c\x50\x95\x00\x92\x3e\x30\x43\x73\xb4\xb3\xb8\xea\xf9\ -\x16\x0c\x2c\xd3\x60\xa9\x93\x32\x37\x47\xe9\xfd\x1e\x2f\xec\xe7\ -\xf2\x3c\x91\xd2\xc9\x96\x2c\x38\xda\x8a\xb5\x34\x55\x5a\x22\x63\ -\xa2\xf9\xa2\x9e\xe5\xb7\x6a\x9f\xb9\x3c\x09\xcd\xc9\xfb\x65\x8d\ -\x70\x61\x2f\x95\xb3\xe4\x92\x1c\xf9\x4f\x41\x1b\x72\x28\xa8\x8c\ -\x36\x84\x41\xa3\xec\x0b\x60\xf8\xb6\x71\x1e\x5b\xfa\x2c\x17\x01\ -\x6d\x80\xa5\x2c\x8d\xe1\x16\x6e\xcc\x5e\x40\x88\x1f\x6e\x8e\xbe\ -\x40\x3a\xf0\x61\xc9\xb2\x58\xc7\xc5\x55\xbc\x19\x9b\xdf\x2e\x6c\ -\xb2\x26\xc9\x53\xb7\x75\x8a\x34\x8e\x34\x9e\xf5\x05\xf6\x3c\x97\ -\x3a\x9e\x1c\x4b\x72\x33\x16\xa7\xb6\xb2\xe0\x44\xcc\xea\x97\xf6\ -\x0f\x5d\xe9\x1b\x74\xa6\x36\xa6\xbd\x30\x75\xee\x67\xd3\xe9\x18\ -\xcf\x33\x74\x68\x5d\x77\xa2\xd3\x3e\x43\x30\x1a\xea\x9a\x29\xe4\ -\x58\x02\x67\x13\x6f\x4f\xf3\x02\x9f\x78\x54\xaa\x0f\x0e\x0a\x57\ -\x28\x98\xbb\xcd\x67\x73\x95\x43\x8a\x6c\xb1\xac\x42\x7b\x00\x60\ -\xa0\x51\x98\x55\x55\x0b\x59\x2c\xf4\xaf\xb4\x3c\xd0\xcf\x76\x5d\ -\x9f\x43\x76\x06\x06\xad\x47\xd6\xaa\xee\x10\xb4\xdc\x9b\x6e\x13\ -\xb4\xd3\x32\x62\x5f\x04\xef\x9e\x6d\x30\x41\xa7\xab\x68\xc6\x13\ -\x4e\x21\xd4\x7f\x87\x60\x48\xb1\xf5\x5f\x9d\xfc\xa4\x52\x36\x8b\ -\xee\x06\xdd\xc2\x5f\x91\x88\xd5\xa9\x46\x1f\x11\x27\x45\xd6\x0b\ -\x9f\xb8\x21\xa8\x50\x06\x7a\x0e\x56\xa2\x4e\xea\x54\x49\xe3\x32\ -\x9b\xf5\x14\x2c\xfb\x3a\x23\x59\x8a\x25\xce\xa6\xc2\xd7\x55\x36\ -\x02\xb8\x08\x5d\xcd\x2e\xba\x1e\x06\x3d\x9e\x79\xa3\x7b\xf8\x1e\ -\xaa\xb4\x42\xb2\xfd\xb6\x38\x11\x1b\x17\xbf\xef\x61\x9f\x34\x83\ -\x98\x1e\xc1\x6c\x5a\x4f\xe2\xe5\x4d\xf3\x56\xd7\x5d\xeb\x65\xb2\ -\x41\xad\xee\x45\xe1\x40\x16\xcd\xef\xc9\xf5\xaf\xe6\x3e\x51\x73\ -\x57\x0c\xa0\x28\x74\x9a\x6e\x77\xbf\x36\x3e\xa3\x15\x6b\x7b\xe3\ -\xd9\x7f\x37\x1a\xf4\x96\x97\xa7\xc7\x45\x73\x4c\x15\xa5\x3a\x89\ -\x2e\xb4\x22\x3a\x50\x9c\xbf\x65\x93\x61\xd8\xbd\x9f\x1c\x3c\xa5\ -\x15\x52\x5b\x84\x41\x01\x0b\x1a\x05\x07\x0f\xee\x4b\x45\xc9\x83\ -\x25\xbc\x15\xa9\x9e\xe7\x10\xc1\xdb\xd5\xf6\x3f\x41\xb1\xa4\xd0\ -\x36\x9b\xf2\x22\xb8\xee\x6e\x9b\xb4\xe8\x8a\xaa\x6e\x6e\x2f\xfc\ -\xdd\xc5\x75\x03\x5f\x74\x3c\x6c\x85\x62\x0d\x6c\x25\x40\x51\xea\ -\xf3\x9c\x12\xa1\xa2\xc8\x08\xe2\x19\x2f\x35\x28\xbd\x2c\x4d\x42\ -\x02\x1a\x10\xd4\xc5\x37\x93\x88\x41\xbf\x36\xb7\xc0\x7a\x4e\x4f\ -\xa7\xfe\x72\xf9\x5e\x64\xb6\xc8\x26\x96\xde\x41\xc1\x91\x45\x9b\ -\x07\x5f\xfa\xe4\x40\x9c\xde\x3b\xb7\x42\x57\xc2\xd4\xc8\xad\x9d\ -\x75\x8a\x92\x1a\xb7\x2b\xbe\x67\x32\x3e\x78\x31\x1b\x58\xce\x79\ -\x2e\x73\x24\x63\x4d\x38\x62\xec\x19\x99\xab\x60\x7e\xa5\x2b\x79\ -\xb3\x5c\xf5\xd5\x68\xc9\xea\x24\xbd\x69\x5b\x9b\x2b\xa9\x8e\x9e\ -\x41\xd9\xf4\x3a\x63\xda\x5e\x53\x46\xc2\xaa\x23\x67\xa7\xe7\xda\ -\xb9\xed\x21\xe2\x2e\x07\x70\x2a\x5d\xd7\x73\x0e\xb3\xa9\xd0\xdf\ -\x33\xe0\x73\x34\xcd\x89\x62\x0d\x3d\xdf\x10\x81\x09\xda\x74\x43\ -\xef\x52\xee\xf1\x26\x5a\xce\x86\xf3\x1a\x19\x68\xb7\xd6\x5a\x3a\ -\x05\xfe\xff\xff\x8f\xff\x1c\xb1\xef\x15\x31\x31\xe4\x40\x44\xa7\ -\xb8\x52\xc9\xa2\x12\x49\x4a\x58\x6d\x8c\x45\xba\xa1\x09\xfa\x14\ -\x5e\x92\xc1\xc0\xf2\x64\x90\xb4\x2c\xf7\x10\x3b\x0d\x14\x3c\x1d\ -\x2e\xb5\x5c\x85\x2a\xa7\x5a\x21\x38\x48\x52\xe8\x58\x6f\x48\xa9\ -\xff\xa2\xd8\x07\xf8\x42\x79\x2d\x6b\x46\xce\x1e\x94\xb2\x6f\xb2\ -\x25\x1b\xea\x6a\x40\x71\x7e\x3e\x8a\x49\xb4\x08\x36\xf0\x25\xf6\ -\xdd\x9c\xf0\x21\x67\x9e\x2c\x5a\x9e\xb8\x1f\x75\xed\xba\x09\x94\ -\x53\xa7\xe9\x9a\x70\x11\xc1\x85\x0c\xd7\xf8\xa5\xac\x1c\x52\x10\ -\x08\x29\x5d\x77\xaf\xea\x3e\xdb\x80\xc4\x4c\x96\xdd\x5c\x6e\xdd\ -\xfa\xdd\x1a\xed\x7a\x46\xad\xf1\x3e\x31\x0c\x61\xfc\x62\xf6\xd4\ -\xc1\x1e\x6a\xb5\xac\xdd\x9f\xc8\x3b\xcd\x17\x04\xc6\xc7\x06\x40\ -\xd7\x48\xf6\x02\xab\x31\x19\x33\xc3\xe5\x53\xd3\x62\x00\xd3\xeb\ -\x30\xdc\x5c\xb6\xc3\x21\xda\x80\x59\x02\xdc\x75\xcf\x5c\x34\x7c\ -\x02\x20\x54\x62\x68\x04\xe0\x02\xa3\x7a\x31\x27\xc5\x43\xc7\x6e\ -\x5a\x08\x84\xb8\x7d\x2d\x6e\xbf\x38\xa2\x84\x6b\x37\xe6\xc5\xcf\ -\x03\x4a\xcd\x00\x00\x20\x00\x49\x44\x41\x54\x9e\xb6\xb0\xb3\x85\ -\x06\xd3\x58\x2d\x9f\x93\xe6\x05\x31\xe5\xd0\x91\xaa\x52\xe8\xb4\ -\x78\x11\x98\x2f\x5a\x2b\xea\x48\x78\xd3\x85\xcd\x25\x81\x7e\x9f\ -\x00\xad\x5c\xd4\xe8\xa0\x7d\x4a\x26\x89\xae\x31\x48\x8e\x7c\x99\ -\x9b\xde\x87\xe1\x5b\x78\x6b\x39\x7c\x4b\x91\xf8\xe6\x96\xd7\x8a\ -\x0c\xca\x48\x67\xcd\x75\xe0\xcd\xfc\x81\x64\x17\xf5\x56\x0a\x53\ -\xd3\x37\xac\x39\x1d\x66\x6f\x29\x25\x8d\x3d\x10\x50\x6b\x42\x9e\ -\x9a\xa5\xf0\x8d\xa3\x4f\xdd\x7c\x21\x8b\x53\x0c\xee\x2f\xb9\x50\ -\x90\x70\x0b\x32\x8e\x77\x08\x9e\xdf\x63\x01\x6d\x9c\x4d\xbd\xda\ -\xc9\x62\xec\x9b\xfe\x7d\xd3\x28\x45\x4a\x7e\xd7\xea\x3c\xb8\x6a\ -\xf7\xd2\x5d\x8a\x80\xc5\xd0\x8a\xf2\xec\x7c\x12\x49\xcb\x25\xdf\ -\xa7\x79\x76\xa5\x23\x45\x90\xb4\x67\x41\x06\x9a\x69\x0c\x6c\x16\ -\x3f\x90\xa1\xe9\xf1\x6a\xf4\xc0\xa6\x63\x31\x31\x35\xc3\x2a\xd6\ -\xf6\x83\x60\x14\xe4\x56\x8e\xeb\x0a\x16\x1d\xd1\xe9\x72\x42\xcc\ -\x8c\x12\xa7\x2b\xf9\x7e\x16\xd1\x9c\x16\x01\x81\x87\x79\x9b\x1e\ -\x54\xe1\xc5\x29\x28\x31\x29\x76\x86\xfa\x70\x11\xf5\xb6\x80\xef\ -\x3a\x31\x72\x36\x13\x86\x2b\x5e\xd5\x28\x75\xc4\x7a\xd7\xd5\x6c\ -\x87\x3b\x15\x2c\x8a\x4e\x88\xe5\x70\x3e\x54\x9f\x56\x97\x03\x38\ -\x1b\x3e\x8a\xd0\xc5\x98\x6a\x09\x9f\xad\x69\x23\x00\x93\xc2\x20\ -\x24\xe7\x55\x29\x20\xaf\x93\xaa\x63\xe1\xee\x4e\x4b\x65\x22\x1b\ -\xef\x92\xb2\x70\xdc\x27\x85\xab\x60\x1c\x9b\x9e\x30\xa8\x61\x5e\ -\xaa\x4a\x9a\x94\xaf\x13\xeb\x9c\xf4\x27\x15\x25\x81\xb7\xab\x4c\ -\x11\xcd\x60\x41\x18\x10\xaa\x3b\x2b\x9f\x0d\x2f\x80\x5b\x61\x94\ -\xc1\xc5\xe5\x39\x94\x1c\x18\xb1\x62\x5c\xe2\xbc\x4e\x2e\xbc\x52\ -\x5d\xf1\x5d\x67\x35\x3a\xee\xef\x21\x20\x79\x36\x2c\x68\x2d\x29\ -\x55\x6d\xa5\x16\xae\x00\x57\x35\x31\xc8\xf5\x38\xb7\xf7\x69\xf5\ -\x91\x9d\x23\xde\x00\x8c\xe6\xb9\x77\x74\x75\xdc\x00\x2a\x5e\x32\ -\xdf\x16\xcb\x63\x94\xd6\xd0\x87\x06\xb6\x58\x4a\x7b\x83\xda\xf3\ -\xa1\xa4\x99\xe4\xac\xce\x7a\xed\xae\xc1\x74\xee\xf5\xa7\x3a\xca\ -\x1b\x0f\xd7\xb6\x68\xe8\x65\xbb\x8f\xab\x89\xc9\xc9\xa1\xf0\x2d\ -\x37\x08\x51\x75\x4e\x9e\x31\x84\xcb\x44\xbd\x4f\x86\xa5\xdd\xef\ -\x3d\x60\x9b\x8d\x3a\x68\x80\x4f\x31\xdb\x08\x33\xab\x38\xfb\x0f\ -\x19\x80\x56\xac\x93\x9f\x4b\xa8\x3a\xa8\x44\xe4\xb1\xcd\x82\xfd\ -\x7b\x4d\xd0\xfb\x85\xc3\xd9\x8e\x8e\x3a\x96\xdd\x00\x8a\xb6\xf5\ -\xe7\xbf\xa6\x82\x3e\xc7\x88\x96\x65\x12\xdd\x9b\x44\x2d\x30\x83\ -\xce\x87\xd5\x1c\xa3\xdf\x09\xdb\x1e\xf0\xcf\x47\xd8\xb4\xe4\x6a\ -\x4d\x3f\x4c\x1f\xc8\xe6\x9a\x7b\x81\x94\x7c\x32\x9f\xe8\x11\x50\ -\xd7\x69\xc3\x88\xc0\xf0\xfd\x2e\xa3\x57\x2d\xe0\xda\xfc\xf4\x73\ -\x4f\x8e\x8e\xd0\x55\xcb\x74\x6c\x02\xcc\x0f\x60\xcf\xa8\xc2\x16\ -\xf6\xbb\xde\x65\x7d\xbf\x7c\x62\xf2\xa3\x4e\x7c\x0a\xb8\x3e\xc0\ -\x80\x53\x60\xc0\x27\xe8\xeb\x55\x53\x48\xf0\x02\xb8\x21\xc2\xf8\ -\x5c\x71\x6f\x04\x85\xcd\xde\x03\x14\x83\x2b\x46\xe8\xee\x82\x36\ -\x51\x4e\x0d\x1d\xc1\xf3\x3c\x26\x3f\xe1\x3e\x99\x5b\x18\x13\x27\ -\xa7\xcd\x96\x5b\x49\xd2\x81\x3a\x5f\xef\x93\x3b\x18\xef\x0d\x8f\ -\xdd\x79\xb3\x1a\x73\x8d\x34\xea\x70\x63\x38\xac\x60\x4c\x18\x6b\ -\xa5\x86\x11\x4c\xff\xcf\xb6\xdf\x27\x4c\xa3\xae\x73\x63\xcb\x20\ -\xcb\x36\x40\x58\xd7\x50\xd5\xba\x7b\xc3\x18\x31\x8a\x3e\xba\xb3\ -\xbf\x5e\x7a\x78\xa6\xc6\xa9\x22\x53\x6f\xd9\x17\x6d\x53\xe2\x2c\ -\x5d\x7a\x2d\xa4\x20\x84\x9f\xce\x07\x8c\x85\xbc\xa5\xd0\x9e\xad\ -\xd7\x75\x82\x76\xb0\x70\x7e\x19\xfb\xa6\x60\xd1\x4f\x0b\x8a\x8b\ -\x04\x4a\x99\x57\xc5\x79\x95\x86\xb4\x6e\x90\x75\x02\x97\x88\x00\ -\xc5\x25\x9f\xec\x88\xd9\x3a\xf5\xfc\x10\x85\x6a\xb0\x6d\x06\xde\ -\xc4\xe2\xb5\xd1\xfa\xea\x04\x04\xc5\x5d\x8d\x25\x78\xdd\x08\xdd\ -\x59\xcd\x1d\x5d\xaa\xc5\x3a\x33\x87\x83\xcc\x35\xa8\x50\x7f\xca\ -\xe6\x2d\x22\x49\xb7\xc2\xac\x01\xb1\xf5\x70\xed\x0e\x57\x7d\x21\ -\xa6\x48\xb9\xbb\x21\x55\x97\xc2\x98\x14\x1f\x90\xf5\x18\x77\x53\ -\x8a\xc8\xa5\x64\x36\xb9\x2d\x7f\x45\xd9\x51\xc3\x31\xc0\x8d\x23\ -\x83\x62\x83\x29\xdc\xed\xb6\x9b\xd8\x0a\x77\x45\x73\x29\x44\xed\ -\x75\x7d\xa9\x6e\x00\x60\x08\x2b\x0a\x14\x96\xa8\x14\xef\x14\x91\ -\x5e\x34\x17\x0b\x5d\x0c\x4b\x03\xc8\x02\x35\xdd\xf4\xd8\x28\x1e\ -\x0a\x84\x8d\xaa\x5a\x69\x8b\xe2\x82\xcc\x27\x2f\x42\x77\x6d\x24\ -\x6d\xa0\x2f\xa0\x32\xed\xad\xc5\xdb\xb2\x2f\xa5\x07\xec\x1e\xed\ -\x77\x0f\x7b\x13\xf1\x7c\xb9\xe5\xc5\xaf\xfa\x20\x1d\xa9\x1b\xa5\ -\x84\xd3\xd1\x67\x9d\x4e\x6f\xa8\x35\x67\x82\x7b\xff\xd9\xd4\x2c\ -\x72\x71\x31\x17\xf0\x83\x91\xcd\x75\x93\x21\xf3\x45\xc0\xde\x45\ -\x88\xbd\x57\x16\x49\x5b\x3b\x43\x0d\x36\x40\xd7\xa8\xd3\x2e\x24\ -\x22\x11\xa4\xcf\xbb\x0a\xd2\x1c\x79\x5d\x8e\x14\xa2\x52\x9f\x5c\ -\x90\xcc\x05\x7c\x81\x97\x49\xd6\x3a\x6d\x2a\x09\x63\x46\x6b\x10\ -\xa3\xb0\x77\xb0\x28\xca\x42\xae\x6e\x92\x5c\xec\xff\x19\x5a\x88\ -\xed\x8b\x49\x91\xe7\xf2\x84\xd5\xfa\xe4\xb8\xf4\xc8\x03\xee\x50\ -\x62\x6a\xe8\x5a\x10\x6f\x58\x55\xfb\xf2\x86\xbd\x53\x99\x6e\x15\ -\xb7\x28\xd7\xfb\x06\x83\x60\x6c\x45\x66\x9d\xda\xd6\x9c\x18\x09\ -\xeb\x5c\x05\x4b\x08\x3f\xc0\xa8\x26\x12\x6e\x3a\x43\x45\xd1\x53\ -\xaa\xed\xf2\x2e\x86\xed\xdf\xeb\xaf\x13\x81\x13\x7d\x33\x5d\xfd\ -\x66\x66\xa6\xc1\xaa\xf5\xb5\xa6\x0c\x77\x46\x45\xbf\xa7\x8a\x31\ -\x07\x82\xe5\x74\x15\x91\xbd\x2c\x8d\x48\x09\x22\xad\x79\x71\xb8\ -\x08\xf1\x33\x17\x06\xb7\xfd\xdc\xdc\xb9\x6a\x14\x4b\x31\x6c\xf2\ -\x42\xec\xa2\x8f\x01\x90\x94\xf5\x80\xd4\x33\x98\xa1\x75\x63\x5e\ -\xd4\x01\x16\xca\x25\x84\xb6\x77\x07\x72\x79\x6b\x3a\x31\x3e\xd7\ -\x34\xea\xd9\x48\x40\xcf\x1d\x86\xad\xc8\xe4\x95\xdb\x2e\x1d\x3c\ -\x08\xdb\xf7\xd0\xed\x59\x23\xe0\x71\x2d\x5b\x79\x54\x4c\x38\x0a\ -\x88\xa6\x25\x02\x87\x3b\x27\xac\x26\x02\x2f\x77\xfd\x6b\x14\xc9\ -\x72\xff\xbe\x99\x90\xa1\x48\x0b\x3c\xc5\x85\xb3\xc0\xd1\xd8\x77\ -\x60\x79\xf8\xf4\xac\x94\x6b\x02\x18\x66\x10\x8e\xda\xe7\x24\xf9\ -\x45\x2e\x62\xcc\x0c\xa9\x80\x32\x66\x33\xed\x36\x84\xd3\xb4\xb4\ -\x42\xf5\xde\xc3\xa4\x0e\x9a\x1b\x68\x34\xb6\x34\x7a\x83\xf4\x22\ -\x08\xc8\xb3\x9b\x5a\x33\x15\xf9\x55\x4b\xa8\xf4\xda\x3c\x39\x60\ -\xbe\xdd\x75\x64\xd3\x22\xb3\xe8\x3e\xb1\x75\x56\x80\xae\x4d\x75\ -\xd0\x83\x8b\xeb\xfe\x22\x60\xb6\x54\xb7\x70\x1d\x9c\xd1\x04\xd5\ -\xc6\x4a\xca\xf0\x20\x74\xc3\x88\x31\xe1\xad\x0d\xcc\xa9\xf9\x72\ -\x43\x10\x2e\x86\xd9\x64\x99\x83\x32\x6f\x93\xda\x60\xd4\x3d\x9d\ -\x8a\xca\x06\x6a\x9f\x1b\xfe\x63\x0c\xcc\x7a\x67\x39\x28\x59\x63\ -\x36\xaa\x83\xb8\xdd\xd1\x03\xa5\x99\xc3\xad\xbd\x89\xef\xb4\x9c\ -\x3a\x1b\x30\x36\x49\x1d\x5c\xef\x5b\x25\x32\xcc\x46\xa9\x35\xed\ -\x74\xd1\xb5\x36\xed\xac\xe5\x45\x66\x74\x04\x2a\x9b\x61\x0b\x4d\ -\xb7\xc6\xfa\xfa\xe8\xa4\x77\x0c\x60\x1a\x30\x06\x00\xd3\x80\xcb\ -\x27\x55\x9e\x32\x1f\x13\x1f\x59\x50\xcd\xda\xe9\xd7\x07\xc6\xa9\ -\x4b\x5a\x47\x6a\x7a\x81\xf3\x61\x4c\x3e\xd2\xa5\x6f\xfa\x94\xc9\ -\x43\x7f\x65\xa1\x7b\xe0\x36\x62\x0f\x71\x5d\x69\x94\xf2\x20\x81\ -\x1e\xa4\x26\x39\x29\x5b\x1b\xb1\x75\xc2\xf5\x1a\x12\xbc\x6a\x65\ -\xb0\x6b\x6e\x12\x8d\xa0\x9c\xce\x85\xbb\x5b\x47\x29\xbc\xd0\x0b\ -\x7a\x88\xac\xf4\x2d\xe7\x80\xae\xf9\x2d\x0c\x60\x7a\x81\x54\x77\ -\x59\x06\x11\x81\x51\x11\xd7\x4b\xa9\x64\xa5\xb0\x2c\xfc\xfb\x42\ -\x57\x44\x32\x4a\x20\x9d\x98\xea\x39\xc6\x6e\x0e\x55\xfb\xf3\xea\ -\xff\xdd\x72\x32\x06\xf5\x0b\x72\xf9\x6c\xd5\x95\x29\x9d\x8c\xb2\ -\x88\x67\x9b\xfc\xe8\x7d\xd6\xad\x59\x11\x08\xc6\xc0\xa4\x5b\x62\ -\xe7\xeb\xb3\xa3\xd6\x1e\x16\x28\x5a\xe8\x36\x64\xba\xf0\x81\x2b\ -\x35\xc9\xf7\x42\x3a\xc4\x70\x20\x8a\x5e\x1c\xd5\xfc\x0c\xb7\xdd\ -\x76\x2b\xf5\x59\x9c\xfe\xd2\x15\xaa\x87\x79\xe6\xc1\x65\x02\xe7\ -\x40\x45\x8c\x8a\x23\x08\x34\x70\xcb\x60\x3b\x1d\x96\xaf\xc1\x8a\ -\xe1\x20\x95\xf9\x43\x55\x13\xd7\xa9\x7a\xdd\xb1\xad\x06\x2a\xaf\ -\xc0\x03\x14\x7d\x4b\x58\x79\xc3\xd5\xf1\x92\x62\xbf\x7d\xfa\x9c\ -\x75\x02\xa7\xf9\x1d\xf2\xfa\x3b\x5f\x9b\xab\x42\x0d\xa9\x97\x6c\ -\x34\x5a\xa1\xaf\x91\x76\x9a\x85\xc4\x61\x62\xe3\x6d\x93\xd7\x9d\ -\xe6\x62\x86\x85\x4a\x1a\xe1\xcf\xcb\x84\x3c\x01\x0d\x0d\xbc\xad\ -\xcd\x53\x45\xe9\xc7\xdb\xf7\x70\xe0\xa6\xe8\x28\x75\xf2\xe8\x72\ -\x4b\x5a\x8a\x6a\x3b\x57\xcc\xed\x88\x16\xd7\xaa\x28\xf0\x78\x6a\ -\x8e\x12\xd2\xd6\x94\x55\x10\xa8\x36\x67\x52\xf5\x63\x96\x43\xa5\ -\x94\x62\x04\x0e\xcd\x28\xb4\x86\xe7\xf5\x3d\xf9\xbf\x83\x49\x93\ -\xed\x80\x00\xe9\xfe\x24\xde\xf4\x69\x82\xdc\xe2\x21\x8e\xce\x8f\ -\xed\xcc\xc5\x85\xbe\xd3\xa9\xe4\x2b\xd2\xec\x94\x3a\x1c\xa2\x17\ -\x70\x09\x7b\x1e\x1e\x92\xcb\x09\xb6\xa0\xc5\x62\xac\xd4\x59\x66\ -\x7a\xa5\x02\xfe\xad\x58\x46\xb8\x00\xe5\x79\x2d\x0c\x23\x27\xcb\ -\xdf\xc8\x21\x06\xa2\xa9\xdf\xc2\x58\xe8\x32\x6d\x22\x1c\x9c\x1a\ -\x97\x69\x90\x15\xbe\x15\xc4\x59\x23\x4f\xfc\xef\xf9\x19\xb6\xda\ -\xf5\x57\xd6\x47\x75\x12\xad\xcc\x81\x00\x0b\x29\xdd\xe5\x9c\x22\ -\x24\x5c\x8b\x36\x8b\x00\xa1\x17\xed\xdf\x92\x13\x54\x5d\x29\xeb\ -\xd4\x56\xa6\x84\x61\x83\x18\x78\x32\xac\xee\xc0\x22\x3e\x0f\xc0\ -\x14\xb2\x90\xd5\x73\xe9\x06\x66\x86\x31\x2c\xa7\x09\xb3\x56\x08\ -\x77\x5a\xc4\x92\xf8\xb2\x3b\x36\xe2\xf6\xce\xf7\x09\xe3\x96\x43\ -\x67\x00\x29\x09\x1c\x6d\x9c\xf7\xc6\x1d\x36\x9a\xd2\xea\x72\xfc\ -\x35\x6f\xa9\x68\x3d\xeb\x7b\x77\x58\x25\x98\x39\x76\x9f\xc5\x7a\ -\x62\x7f\xe7\x4f\x30\x9d\x5c\xaf\x9b\xd3\x0d\x6d\xd8\x6a\x91\xcf\ -\xe8\xfa\x15\xa3\x7f\x4e\x35\xbc\xc2\x76\x1e\x19\xb6\x45\x99\x59\ -\x07\x2d\xf7\x8d\x52\x6f\xf3\x85\x66\xae\x5a\x52\x39\x3f\x03\x21\ -\xa8\x99\x90\xd9\xf0\x1b\xb0\xd7\x42\x7d\xf9\xb0\x77\x00\xcc\xfb\ -\xbc\xc4\xa5\x40\x31\xf2\x3a\xdd\x99\xd0\xc2\xaa\xdb\xb9\x6b\xf5\ -\x0a\x17\xc1\x59\xad\x5f\x19\x3b\x80\x19\xe7\xb4\x39\x04\x27\x08\ -\x82\xa6\x6b\xdb\x1b\x9b\x3a\x45\xf4\x9f\x77\xa1\x45\xc1\xa0\xbb\ -\x45\x0f\xdd\x03\x96\xc9\xe6\xe6\x41\x9d\x39\xc3\xa1\x89\x92\x39\ -\x23\x44\xbb\x7e\xc7\x9c\x56\x3d\x6d\xda\x93\x40\x0c\x05\x78\x73\ -\x7a\x77\xb1\x8e\xf9\x59\x68\xab\x18\x61\xd5\x0d\xe0\xa9\x5a\x72\ -\x01\xf3\x8c\x10\x05\xd6\xe1\x02\xe1\x5b\x8d\x44\x18\x61\xb2\x80\ -\x90\xde\xe5\xf7\x34\x96\x80\xa4\xc3\x24\x97\x7b\x0a\x99\x61\x4e\ -\x6e\xd3\xfb\xfc\x7e\x02\x17\x2b\x00\x7b\xbb\x13\xaf\x03\x4a\x79\ -\xc9\xe1\xb1\xdb\x84\x85\x0d\xbd\x0b\x1f\xa1\xa4\x54\xf7\x91\x9e\ -\x6b\x7b\x72\xf4\x0b\x89\x60\x56\x71\xa3\xc8\x0b\xb2\x27\x0a\xa0\ -\x0a\x2d\xdd\xea\x6c\xbc\x55\xa5\x66\x79\x67\x4d\x8d\xfa\x87\xcd\ -\x82\xbb\x68\x05\xfc\x67\x6c\x56\xd4\x15\x31\x84\xc8\xd6\x60\x47\ -\x59\xd8\x36\x2a\x7d\x43\x92\x6c\xc2\x26\x35\x59\x9b\xa3\x81\xdc\ -\x72\x08\xc8\x68\x2a\x94\x02\xdf\x04\xf4\xa9\x21\xca\xf9\x75\xd8\ -\x9e\xab\xf3\x9c\x95\x34\xe7\x82\x5a\x04\x17\x11\xea\x84\xe9\x59\ -\x82\x58\x5d\x0c\x2a\x85\x7b\x1f\x97\x2b\x9b\xb3\x20\xe8\x46\x77\ -\xba\x16\x23\xe7\xb4\x8a\x52\x3c\xb9\x4f\x3b\xb0\xe7\x24\xf9\x66\ -\x83\x3d\x37\xac\x8e\xca\x4f\xa6\x06\xfc\x65\x6a\x43\x56\xfa\x85\ -\xf5\x2c\x52\xe4\x76\x84\x2e\x6b\xc9\xaf\xa9\x42\xeb\x9c\x0c\xd6\ -\x7f\xde\xf3\x47\x90\x24\xf4\x0f\x55\xff\xc3\x96\x69\xb3\x66\x87\ -\x34\x00\xa0\xa0\xba\x6e\x8e\xc0\x46\x99\xeb\x5a\x2d\xb0\x67\x5b\ -\xde\x31\x92\xb9\x04\x2d\x45\xa1\x50\x33\x07\xa1\x25\x3b\xab\xd3\ -\x82\xa0\x51\xe5\xea\xe0\xc1\x29\x47\xbc\xe4\x7c\x6d\x85\x5d\xd5\ -\x01\x36\xfa\xc8\x54\xe6\x5c\x2d\xec\x4b\xf3\xb2\x16\x67\xdf\x8a\ -\x84\x66\xee\x20\x35\x1d\x6e\x7f\xf7\x7b\xb1\x4a\xe7\xe9\xae\xd0\ -\x7f\x11\x12\xec\x28\x9f\x52\x15\x88\x0f\x9a\x26\xd9\xed\x7f\x31\ -\x8e\x89\xd9\xa6\xd9\xbc\x02\x13\x76\x79\x7f\x2b\x8e\xb2\xc8\xc6\ -\x18\xdb\x56\x5a\x46\x9b\x82\x9f\xb4\x1c\x98\xc0\xd8\xae\x9d\xf3\ -\x89\x18\x35\x93\x8f\xa0\x34\x15\xf8\x7a\xdb\x63\x3e\x85\x82\x6e\ -\x5a\xb0\xd4\xcd\x8d\xa6\x28\x20\x87\x77\xee\xe6\x43\x50\x62\x19\ -\x64\xd9\x1b\x95\x1a\x4e\xa5\x00\x38\x37\x1c\x75\x82\xba\x23\xb3\ -\x27\xca\x23\x76\x3a\x14\xe1\x46\x2f\xcd\x42\x47\xa7\x8d\x1e\x66\ -\x0b\xcd\x0a\xb9\x52\xae\x74\xdf\x3f\xcf\xf3\x3a\x71\xf8\xa6\x8d\ -\x8b\xc9\x55\x71\xe9\x7b\xe1\x25\xec\x8d\x61\x69\xf0\x11\x3c\xd4\ -\xd2\x74\xa5\x06\x34\xab\xf9\xd0\x4c\x57\xae\x08\x9e\x1f\x5d\xcc\ -\xde\x1a\xcd\x8c\x3e\x41\xd1\x49\xec\xe4\xbb\x4f\xc9\x96\x4c\x20\ -\x24\x35\xfe\xc8\x75\xd0\x75\xc8\x5c\x68\xe3\x6c\x67\xc9\xb4\xf7\ -\x7f\x2d\x59\x78\xe7\x89\xc7\x3e\x71\x50\x7b\x65\xcd\x36\x13\x3c\ -\x34\xdc\x0c\x91\xeb\x24\x65\xea\x86\x43\x27\x09\xb9\xa7\x28\x1a\ -\x29\xcf\x49\xaa\x0d\xdb\x4e\x09\xf6\x2f\x38\x9b\x16\x10\x4f\x72\ -\x88\x75\xc2\x4c\xa4\xb1\x31\xc1\x4c\xe0\x54\x41\xee\xd9\xd0\x7d\ -\x8d\x56\xba\xa8\x48\x89\xca\xe8\x06\x22\x6f\x53\x2e\x7c\x09\x08\ -\xef\x3a\x6a\xb4\x15\x53\xf2\xd9\xac\xce\x88\xc2\xd3\x72\x83\xb8\ -\x38\xc8\xbe\xb1\x15\x8e\x77\x09\x61\xc9\x23\x74\x16\x4b\x71\x80\ -\xa5\x6e\x92\x83\x65\xb2\x2a\xcb\x94\x52\xd6\x1c\xcf\x26\x9d\x48\ -\xfd\x25\x51\xc0\xae\xc9\x5a\x0a\xaa\xe1\x30\xf4\x64\xbd\x37\x60\ -\xa3\xc5\x9e\x40\x0d\x39\x18\x7f\xe1\x2b\xa3\x2a\x47\xaf\x3a\xed\ -\x29\x12\x93\x62\x36\x93\x67\xdb\x6c\x77\x0a\x42\x67\xa3\x88\x15\ -\xf2\x52\xfc\xd6\x9d\xfe\x0d\x30\xb2\x01\xe3\x04\x0d\xa4\x50\xe9\ -\x33\x66\xc7\x68\xd9\x0c\x21\x6d\x69\x13\x19\xd3\x71\xba\x9b\x9f\ -\x03\xb5\x61\x17\x0f\x63\xcf\x13\x6d\x67\x3a\x7e\x7d\x76\xbf\xc6\ -\xd5\xc1\x80\x42\x91\x55\x50\x7d\xc4\x1e\xab\x96\xf9\x68\xe0\x17\ -\x52\x9f\xc6\x07\x03\x0d\x09\x88\x05\x64\xda\xfb\xa7\x0b\x48\x18\ -\x1a\xba\x09\x03\x10\x67\xdc\x71\x4d\xe7\x5c\xee\xe5\x15\x88\xec\ -\xf7\x90\x4f\x2c\xa9\xd1\x51\xaf\x2e\x4a\xcd\x8e\x53\xbb\xd7\x8e\ -\x4a\x7d\xcb\xaf\xaa\x85\x71\x86\xfc\x99\xd0\xd9\x83\x7d\xab\x00\ -\x32\x90\x52\x4f\x97\xe1\x03\x3a\xd6\x11\xc8\x41\xdd\x48\x60\xf5\ -\x90\xc7\x32\xc6\xcf\x42\xb8\x5f\x8e\xad\x88\xa7\x14\x6a\xaf\x5a\ -\x03\xbf\x1c\x2e\x1c\xa1\x93\xc0\x98\xd6\x14\x9e\x2a\x90\x8e\x2b\ -\x0f\x94\x49\x31\x43\x0b\x5f\xac\xb2\x68\x71\x14\x39\x70\x83\x10\ -\xd5\x4e\x61\xcb\x9d\x10\x18\xd7\x38\x6b\x54\xac\x61\x1d\x74\x05\ -\x1f\x11\xcb\xa8\xd8\x1b\xc9\xeb\x1a\xc0\x32\x9b\xf1\x03\xd4\xf1\ -\xbe\x39\x20\xad\x85\xef\xca\x75\x97\x22\xd2\x83\x8a\x58\xe3\x19\ -\xd9\xcc\x42\xa5\xfc\x95\xb0\xd3\x0e\x03\xd5\x60\x98\xb6\xa1\x2e\ -\xa0\x8d\xaa\x8e\x66\x23\x1f\x88\x9e\x14\x34\x92\x32\xdb\x61\x2d\ -\xc0\x9d\x61\x45\x95\xbb\xdb\xb4\x64\x49\x31\xa9\xe1\xd0\x95\x87\ -\x7f\x0a\xce\x6e\x34\xc5\x26\x4a\xd5\x31\x32\x95\xf5\x44\xc3\x9a\ -\xb3\xd2\x54\xf2\xd2\x48\x76\x4d\x86\x44\x03\xe7\x8e\x9c\xbe\x17\ -\xf6\xe9\x20\x03\xd1\xc7\x3e\x1f\x97\x49\x9a\xad\x10\x2b\xcc\xdb\ -\x84\x79\x8d\x4b\x68\x17\xec\x80\x9a\x4d\xe1\xce\x89\x7a\xe0\x56\ -\x8b\xe7\x9e\xc8\xe6\xdc\x7b\x02\x28\x3a\x46\xd3\xc7\x70\x1f\x9d\ -\xe3\x62\x01\xe5\x0c\xcf\x79\x22\x82\x95\xcc\x30\x58\xd7\xbf\x37\ -\x6e\x34\xe0\x64\xc8\xe1\xc8\xe0\x23\xbc\x18\x6c\x2c\x54\x26\x3f\ -\xe7\xa4\xec\x1d\x4e\x83\x05\x44\x6e\x93\x8a\x8a\xa8\x21\x8c\x12\ -\xa3\x48\xcb\xbb\xf1\x00\xdc\x8c\x63\x38\x15\x4a\x89\xb6\x51\xa7\ -\xcc\xda\x77\xf6\x1c\xab\x74\x2b\xc3\x72\xd1\xd4\xf3\xb6\x44\x21\ -\x70\xa5\xb5\x8d\xd8\xa3\xab\x01\x01\x01\x6e\xcf\x67\x5d\xec\xd5\ -\x30\x64\x07\x4f\x66\x2f\x28\x4a\x3d\x1a\xb9\x4b\x2c\x61\x8c\xd3\ -\xe9\x5a\xc3\x42\x2a\x17\xd7\x32\xa4\xa4\x31\x8a\x99\x2b\x60\xa7\ -\x64\x32\xc2\x0b\xf5\x87\x0e\x54\xd9\xb1\xd1\x7e\xdb\xd4\x74\x6d\ -\x80\xcc\xb8\x26\x1c\xe7\x58\x36\xc7\xbb\xf5\xf9\xbc\xd9\xad\xaf\ -\xa6\x3e\xb0\x52\x92\xca\xba\x11\xb7\x83\x46\x69\x9a\x63\xb5\xc8\ -\x96\x76\x7f\xea\x79\xa5\xcd\x95\x02\x93\x04\x1e\xb4\x21\xa6\x31\ -\x52\xdf\x1c\x01\x91\x4e\x55\xa2\xf5\xac\xa7\x83\x29\x04\x8d\x77\ -\x1d\x13\xf6\x7b\xfc\xf2\xa9\x99\xe9\x13\xea\x04\xf4\x8d\xb6\x1f\ -\xda\xd1\x2d\x98\x9a\x5f\x40\x87\x75\x8a\x3e\x41\x78\x1a\x4d\xbf\ -\x4e\xd0\x46\x14\x5d\xe1\x8a\x57\xb4\x57\x51\x70\x5a\x1e\x8f\x46\ -\x89\xe0\x97\xe9\xa2\xb4\x46\x5d\xeb\x98\x69\x53\x1e\xd3\x80\xc3\ -\xb5\x3d\x23\x59\x32\x7e\x12\x1e\x60\x9d\x91\x2d\x6c\x17\x26\x3c\ -\x45\x0d\x82\x3b\x1b\xc6\xff\x8a\xc9\xe0\xe1\xae\x7b\xc9\xf2\xfb\ -\x5b\x73\x8f\x7e\x3e\x91\x82\xd2\x64\x1a\x49\x7f\x37\xc3\xef\x9e\ -\x9a\xe7\x05\x33\x20\xb4\x08\xd8\x46\x0f\x78\xe6\xd8\xc3\xb4\x50\ -\x4b\xd7\xbd\x26\xc0\x70\x5d\x17\x4c\x9b\x84\xaf\x79\xa0\x84\x74\ -\x5c\x83\xb5\x79\xdf\xeb\xd1\x04\xda\xda\x84\x61\x2d\xf0\xbf\x64\ -\x20\x9e\x9a\xfc\x37\x70\x6c\xd5\x13\x85\xa9\x01\xf0\x22\x99\x91\ -\xd4\xb8\x11\x45\x7c\x8f\x9f\x8b\xbe\x77\x82\xb6\x29\x43\xa3\x04\ -\x0e\x2e\xba\x52\xdc\x65\x1f\x61\x05\x06\x6d\x5a\xcc\x8c\x40\x34\ -\xc3\x8e\x9d\xcc\x38\xe8\x85\xa8\x0c\xfc\xd8\x33\x21\xfd\x3c\x5c\ -\x58\x4f\x39\x74\x59\xd6\x17\x91\xd6\x61\xe6\x1a\x8d\xeb\x99\x6b\ -\x0a\x55\x3e\x9d\x05\xfe\x3c\xe6\x7b\x93\xbf\x7d\xd7\xf5\xee\xa9\ -\x13\x4c\x37\xed\x98\x66\xb1\x6f\x99\x8d\xca\xbc\xad\x99\x79\x33\ -\xeb\x70\xc6\x58\xc7\x6a\xb2\x25\xe1\x40\xee\x79\xaa\x71\xcf\x53\ -\xd6\xbc\x04\x10\xee\xe9\x3a\xd9\xd2\x6c\x3d\x6f\x5c\x3d\x82\x82\ -\x90\xe0\x7a\xe0\x01\x84\xa1\xff\x47\xee\x80\xa2\x5e\xf4\x48\x39\ -\xe9\xc0\xca\xa9\x2f\x18\x9a\x3c\x62\xda\x00\x84\x41\x25\xec\xd2\ -\x3e\xfc\x03\xb7\x0b\x5d\x52\x87\x45\x9f\xd8\x74\x13\x2c\x5b\x02\ -\x13\x69\xa8\xb6\xaf\xd3\xdc\x77\x2e\xd4\x4c\x2d\x17\x27\xfb\xe2\ -\x73\x44\x0e\x0f\x01\xa9\x4e\x55\xf4\x85\xe1\x3f\x33\x1c\x6a\x04\ -\x61\xf2\xd3\xac\xcc\xf5\xe7\x8c\x58\x5c\xb7\xdc\x89\x2c\xc4\x5b\ -\xe5\xb0\x6f\x05\xb9\x53\xcf\x51\x8b\x5f\x12\x20\x46\x78\xe6\xbf\ -\x40\x42\x70\x5d\xbf\x00\x11\x60\xc2\x0d\x2c\xac\x83\x3b\x44\x40\ -\xfe\xd1\x0c\x72\xb2\x2c\x08\xf6\x10\xd8\x09\x9f\xcf\x80\x47\x7e\ -\x54\x20\x6d\xc8\x78\x70\x9b\x81\x81\x40\x80\xe5\x36\x3a\x5d\xb0\ -\x6d\x81\xa7\x7d\x27\x41\xf8\xf9\x99\xa1\x4b\x10\x2e\xb2\x2e\xfb\ -\xc0\x73\xaa\xc0\xf1\x21\x80\x8b\xa1\x88\xc0\xad\xb1\x9d\xb3\x64\ -\xb7\x94\xd4\x7b\x54\x25\xc2\x34\x1a\x8f\x58\x2e\x56\x3a\xf6\xc1\ -\x57\xd1\xad\xff\xf7\x1f\x51\x3e\xaf\x37\x5d\x33\x6c\xe2\xf5\xe7\ -\xcc\x39\xe1\x02\xbd\xc0\x45\x04\x78\xe4\x3c\xc3\x83\x71\x1f\x99\ -\x0d\xf5\x12\xd0\x60\x58\x02\xd2\x9c\x0d\xb2\x0c\x16\xa7\xfb\x95\ -\xf7\x79\xf3\x04\xb2\x1c\xa9\xe4\xab\x5f\x8a\x9e\x11\x01\x3e\x19\ -\x88\x3c\xc6\x88\x80\x58\xb0\x8c\xa3\x07\x10\x48\x58\x4d\x2a\x0e\ -\x07\xf3\x04\x86\x67\x3e\x80\x38\x2d\x7b\x24\xf3\x3a\x6e\xbe\xe1\ -\x62\x45\xc7\x49\x08\x54\x57\xc9\xca\x30\xb0\x90\xc9\xe7\x9e\x51\ -\xec\x64\x96\x86\x16\xcc\x22\x02\x93\x7f\xca\x74\x98\x9a\xa3\x23\ -\x94\x7c\x38\xe4\xe4\xa7\x33\x32\x04\xc1\xe1\xe2\xa0\x04\x29\x08\ -\xe0\x79\x2f\xaa\x9d\x9c\x93\x9b\x3e\x4c\x40\x03\xfc\xfc\x00\x9e\ -\x68\x68\x0d\x7b\x71\x74\xb5\x29\x88\xe7\xdc\x91\x89\x8e\xa9\xa0\ -\xb5\x80\x0c\xf3\x07\x7a\xd1\x5b\x6c\x91\x27\x22\x30\x3f\x4a\xe6\ -\x44\xa3\x84\xa2\x37\xaf\xd6\xc8\xce\x7f\x73\x4a\x6e\x8e\x7c\x48\ -\x04\x48\x02\x0f\xfc\x04\x4a\x4e\x16\xe6\xe7\x54\xe2\x09\x02\x2c\ -\xda\x10\x0e\x24\xb8\xa8\xd8\x1d\x92\xa2\x59\x64\xeb\x33\xe5\x8a\ -\x8e\x02\x1a\x20\x40\xea\x38\xd4\x9b\x6f\x0a\x2a\x4d\x34\x26\x76\ -\x91\x6e\x56\xc5\x80\x30\x2d\xc7\x0b\x3d\xbf\x24\x0a\xa2\x0b\x80\ -\x34\x1c\x5d\x68\x68\x83\xc1\x12\xd6\xc6\x8e\xae\xea\xf1\x3b\x00\ -\x6e\xcd\x30\x63\x98\x76\xbe\x72\xe4\x88\x10\x5d\x10\x27\x44\x98\ -\x19\x40\x37\xa9\xf1\x4f\xe4\x4b\xc7\x2e\xbe\x87\x7f\x9a\xb9\x81\ -\x8c\xea\x5e\x45\xf0\xc3\xff\xc2\x85\xe4\xd5\xaf\x4d\x23\x28\xc5\ -\xcf\xf2\xd8\x6f\x4e\x1d\xae\x18\xa5\x8c\xa3\x20\xc8\x9c\x35\x3d\ -\x77\x3e\x70\xc9\x3f\x20\x22\xf0\x03\xbf\x55\xfa\x65\x80\x81\x4e\ -\xe8\x73\x4a\x70\x1b\x2a\x3d\x5c\x44\x6e\x17\x7e\x50\x8f\xe4\x4e\ -\xfa\x79\x14\xd8\x69\xaa\xc4\x54\x03\x34\x47\xd0\xa2\x92\xba\xf4\ -\x34\x03\x89\xd4\x9b\xb9\x1c\xfa\xb1\xc9\x20\x6e\x08\xf5\x1a\x56\ -\x5f\x99\x12\x59\x5c\x3e\x09\x36\x92\x4f\xb1\xd2\xf9\xf6\x66\x36\ -\xb4\xf8\x3f\x36\xc1\xe6\x00\x5d\x88\x08\xe4\x71\x60\xf2\x8a\x2c\ -\x45\x66\xd6\x1c\xb9\x31\x60\xce\x1f\xa3\xb6\x5e\x00\x13\x81\x6d\ -\x2d\x20\x69\x9e\xcd\x3d\xd5\x4c\x6a\x54\x1a\xaa\x88\x6a\x1f\x86\ -\x39\x14\x32\xab\x11\x8a\x29\xf3\x18\x05\x88\x10\x84\x08\xee\xc9\ -\x91\x0f\x78\x32\xfe\xf6\x1c\xc9\xe1\x79\x8f\x00\x80\xac\xfb\xf0\ -\x99\x4f\x4c\x8c\x5c\xeb\xad\xcf\x22\x1b\x56\x8e\x26\xce\x0b\xf4\ -\xa9\xd9\x7a\x96\x99\x38\x61\xc2\xf0\xb3\x91\xb0\x51\x8b\xc8\x68\ -\x4d\x91\xe1\xe7\xd7\xb7\x65\x43\x02\x83\xfe\xac\x02\x3c\x0e\x37\ -\x25\xb2\xcc\x4c\x31\xb6\x42\x14\x70\x6e\x44\xe4\xd1\x01\x38\xb5\ -\xc5\xe2\x4e\x45\x9c\x51\xdb\x90\x02\xb8\xe0\xf9\x59\x16\xe5\x61\ -\xc1\xdb\x22\x08\xd3\x9a\x0e\xb1\x00\x46\x9f\x9c\x92\x99\x53\x65\ -\x8e\x95\x9d\xb5\xc5\x7c\x40\x9e\x7b\x33\xf9\xa8\x05\xea\xed\x39\ -\x90\x38\x34\xfa\x00\x11\x1e\xb6\x26\x14\x09\x26\xff\x18\x3b\x22\ -\xcf\xdd\xe4\x6c\x30\xdc\x96\x03\xc4\xe6\x70\x1c\x53\x56\xab\x29\ -\x7e\x64\x6a\xc6\x23\xb2\x19\x00\x48\x64\x3f\x32\x32\x00\x73\x1a\ -\x3c\x4c\xff\x9e\xe6\xd0\x09\xc3\xe8\xc5\x04\x53\xd6\x80\x5f\xd5\ -\x07\x4f\xfa\x51\xbb\x7d\xdf\x53\x46\xe7\x97\xb0\x87\x9f\x45\x4b\ -\x86\x26\xc3\xa0\xa2\x89\xbc\x01\xe5\x93\xcd\x0c\x00\x3c\xf3\x36\ -\x69\x01\xc0\x7c\x66\x5a\xe4\xd7\x6c\x47\x54\x9d\x35\xc3\x1d\x75\ -\x1d\x42\xe6\xa3\x89\x31\xf9\x9f\xf9\x27\xce\x0d\x27\x1e\xa5\xc4\ -\x84\x81\xa7\xe9\x91\x7c\x52\xec\x3d\x97\xbd\xe7\x3f\xf3\xb7\x31\ -\x8f\xd2\x19\x59\xdf\x05\xc6\xf9\xab\x80\x00\x85\x4e\x56\x40\x22\ -\x7f\xed\xe3\xb9\x5b\x83\x2c\xfa\x84\x94\x06\x6b\x00\xef\x2d\x3f\ -\xae\xb9\xd1\xe8\x11\x5b\x17\x97\x7d\xe6\xdf\x28\xd1\x4c\xfb\x1d\ -\xec\x0c\x20\x21\x8c\xe6\x44\xa5\xfa\x1c\xd1\x1e\x7a\x0c\x5e\x70\ -\x83\x52\x41\x47\x01\x0c\x6e\xb9\x43\xeb\xa5\xe6\x17\xb2\x00\x70\ -\x12\x60\xfe\x6d\x39\x98\x31\x75\xb3\xe9\x99\x8e\xda\x18\x26\xdf\ -\x80\x02\xf0\xa1\x61\xd4\xf8\x52\xdf\x4f\x0e\x2a\x68\xb0\xa7\xca\ -\xe4\x1c\x01\xe0\xe7\xf9\x31\xc6\x8d\x45\x28\x58\x7b\xa2\x51\x1e\ -\x08\xf2\xdc\x59\x0b\xdb\x7d\xa8\x7d\x0c\x87\xb9\x86\x03\xc9\xec\ -\x77\x3f\x8a\xfe\x6e\x00\xf8\x0d\x9a\x93\x77\x4d\x01\x7c\xa6\xce\ -\x2d\x9e\x09\xd7\xb0\xcc\x2a\xaa\x89\xdd\x48\xea\x26\x05\xee\x78\ -\x03\x85\xfe\x52\x45\x73\x79\x6f\x74\xee\x39\x97\x74\x71\x68\xc9\ -\xd2\x71\x79\x9b\xb0\xbc\xf2\x76\x4f\xe0\x4a\x43\x7b\xb9\x9b\x19\ -\x38\x6d\x48\x5e\xa8\x32\x44\x04\x2c\x73\xe7\x31\x06\xd2\x62\xb6\ -\xb9\x7e\x25\x1c\xa6\x37\x43\x23\xf3\xce\x88\xd0\xe4\xcc\x26\x0d\ -\xa7\x84\x9e\x3a\x3d\x86\x96\x34\x27\x3b\x4a\x28\xa1\x78\x60\x07\ -\xbe\x94\xf1\x38\x00\x64\x30\x64\x9d\xba\x61\x16\x36\x51\xd0\x87\ -\x9b\x62\x77\xb0\xf2\x0e\x42\x96\x20\x4d\x2f\xc6\xaf\x62\x95\x5b\ -\x33\x41\x12\x25\x28\x45\x75\x7c\x07\xca\x49\x88\xa4\xb5\xf4\x6a\ -\x07\x8b\x80\xc5\xe6\xf2\xcc\x39\xc6\x91\xce\x8f\xfd\x72\x70\xaa\ -\xe0\xa5\xf4\x93\x96\x5e\xc0\x0b\x45\x63\x14\xe4\x0c\x9b\x03\xcf\ -\x45\x04\x63\xc9\x67\xc9\x02\xa2\xf0\x83\x79\x45\xc6\xd2\x2e\x1d\ -\xf1\xb2\xe0\x40\x68\x39\x47\x40\x04\x1f\x18\x47\xed\x50\x4e\x56\ -\xcb\x74\x41\xa0\x0b\x2c\xbd\x38\xe2\xd1\xb2\x10\x58\xcc\xce\x3e\ -\xd6\x01\x6e\xe2\x71\xd7\xe8\xf9\xe7\x77\x37\x47\x04\x6c\xd4\x2a\ -\xc0\xb1\x4d\x94\x75\xcd\x19\x27\xd8\x83\x5b\x03\x21\x2d\xd6\xb0\ -\x38\x80\x0a\x3d\x41\x27\x26\xb3\x50\xa1\x2a\x92\x8f\x9d\x17\x6c\ -\x45\x64\xe4\x14\x85\x01\x81\x25\xde\x5b\xe1\x5f\x27\x0a\xfb\x5f\ -\x79\xa7\xd7\xfa\x74\xd7\xa8\x29\xf5\xf7\x8b\xa9\x71\x1d\xb9\x8f\ -\xbc\xa6\xc0\x13\xbc\x70\x70\xc7\x2e\x2b\x92\xd0\xff\x9b\x59\x3a\ -\x48\xa2\x7c\x64\x45\x73\xa3\xc3\xd9\x54\xf9\xec\xb6\xc8\x81\x8c\ -\x9f\xd6\x45\xff\xdf\x0c\x07\x26\x53\x99\xaa\x02\xe4\x11\x93\xf4\ -\x10\x8c\x08\x05\x33\x38\xb0\x22\x82\x03\xf4\xa1\x82\xfe\x5e\x66\ -\x1d\xdb\xd7\x11\xd4\x4b\xba\xa1\xfa\x7d\xb2\xd2\x6c\x69\x11\xb7\ -\x41\x51\xcd\xf7\xc8\x73\x32\xd1\xe0\x41\xd7\x0b\x2d\x69\x36\x57\ -\xba\x46\xff\x96\x19\xd1\x15\x7e\x2e\x8b\x51\x6f\xe3\x0e\x00\xe5\ -\xfe\x8f\xa1\xa0\x60\xfc\x5c\x1b\x81\xae\xb4\xe4\x37\xe0\x7e\xd5\ -\x66\x9d\x11\x6a\x7a\xd1\x3e\x71\xee\xbf\xe3\xfb\xdd\x9d\x5e\xdf\ -\x58\x1e\xed\x0e\xf5\xc2\x1b\x00\xae\x81\xcd\x81\xb4\x9e\xb1\xae\ -\xff\xec\xbf\x13\x53\x90\x2f\x54\xec\xb1\x31\xd4\x8c\xaa\xe7\x64\ -\x63\x13\x8c\xa3\xb6\xd8\x35\x70\x30\xcd\x8c\xe7\x90\x61\x08\x2c\ -\x9b\x98\x7c\xa5\x9e\x39\xd5\xff\x44\xed\xdd\x63\x2c\xf0\xc8\x7e\ -\xd9\x9e\x6f\x50\xbf\x07\x0c\x61\x6b\xd8\x14\x45\x8f\xb5\x20\x1e\ -\x24\x9c\x06\x5a\x04\x03\x50\x66\xd9\xe3\x33\xee\x92\xb5\x21\xf1\ -\x06\x98\x68\x6c\xd3\x0b\x9d\x30\xf4\xfc\xb9\x2d\x6e\xc4\x55\xc0\ -\xa1\xb1\xb6\x3b\xca\xd3\x50\x23\x7a\xc0\xff\xbd\x62\xa4\xe1\xa0\ -\x07\x28\xd3\x87\xa4\x6a\x65\x8b\x1b\x9e\xd9\x79\x9f\x26\x53\x61\ -\x42\x31\x3e\x8b\xdd\xf5\x3a\xd1\xc9\x1c\x43\x45\xeb\xa5\xcc\x5b\ -\x34\x38\xb5\x83\x05\xd0\x26\x68\x95\x1d\x73\xca\x3b\x25\xbc\xda\ -\x7d\xee\x66\x09\x4d\x6b\x29\xfd\x5c\x21\x07\x18\x3c\xff\xae\xd1\ -\x09\xfb\xfa\x20\xa1\x36\xc1\xa9\xfa\xfd\xca\xb0\x68\xeb\x88\x31\ -\x32\x5b\xd7\x7d\xb9\xb1\x76\xc2\xed\xad\x87\xdc\x87\xbb\x26\x8e\ -\x57\xa9\x82\x48\xd9\x47\x5b\x8d\x2c\xdb\x7a\x79\x8b\x25\x49\xdd\ -\xe7\x69\x7f\x70\x3c\xe3\xcd\x31\x32\xca\x25\x89\x21\x45\xa5\xbb\ -\x63\xd4\x55\x46\x89\x16\x6a\xd3\x72\x70\x99\x40\xd3\x60\x97\x7e\ -\xc0\xea\x8d\x3a\x6d\x95\xc5\xac\xca\x5d\x73\xd9\x0c\xb4\x08\x28\ -\xd6\x1c\xf3\x34\xed\xee\xbb\x16\xf5\xba\x2e\x10\x33\x44\xe2\x2f\ -\x84\xd3\x6a\x81\x5e\x9f\xe1\xc0\xf0\xa2\xf5\x93\xb5\x54\x13\x10\ -\x40\xb2\x08\x97\xf3\x08\xdb\x59\x1a\x91\x04\xb6\x78\xb9\xe6\xae\ -\x06\xc9\x8d\x8b\xce\x92\xe0\x42\x4b\x8b\x56\x04\x48\xac\xd0\xc0\ -\x40\xa9\xe9\x25\xe3\x09\x5b\xf3\xd2\x2f\xe4\x2c\x88\x56\x7a\x5c\ -\x11\x28\xb2\x1e\xd6\x44\x78\xa4\x58\x41\xdd\x28\xe5\x0b\xc4\x43\ -\x63\x69\x14\x81\xed\x72\xda\x2e\xd6\x2e\x9e\x0e\x7a\xe1\xc2\x11\ -\xdd\xc7\x91\x18\xcf\x60\x1b\x4b\x4a\x36\x10\x2e\xaa\xdb\x2e\x02\ -\xa0\xd7\xcb\x9c\xd9\x5d\xab\x8c\xe2\x06\x00\xe0\x13\xb8\x42\x8d\ -\x21\x24\x75\x0b\x2b\xe2\xda\x40\x2d\x91\x3c\x43\xb6\x15\x64\xf6\ -\xc9\x43\x94\xfa\x7a\x49\x6d\x54\x0d\x79\xa1\xd8\xcc\x26\x88\x2c\ -\xb6\x71\x6d\xe4\xbf\x8d\x74\xc3\x39\x4c\x9a\xfb\x4e\xfc\x3e\x86\ -\x46\xbf\xab\x74\xa5\xf6\xae\xa4\x3a\xd8\x8c\x6c\x30\x25\xa9\x08\ -\x88\x62\x85\x8e\x6d\xfe\xa2\x05\x08\xb1\x7c\xd0\xd4\x7a\x4e\x17\ -\x10\x1a\xd8\x91\xda\x25\xa9\x53\x06\x31\x9b\x57\x92\x62\xb5\x3f\ -\xce\x8e\x99\x30\xc3\x34\x41\xbe\x4d\xee\xac\x11\x86\xe2\x6e\x95\ -\x0d\xa5\x21\x9a\x04\x39\x8a\x47\x0c\xed\x80\xbb\x78\xf1\x9c\x65\ -\x62\x52\x0f\xf1\xd1\x50\x3e\x65\x29\x14\xaa\x11\x46\x84\xa1\x5d\ -\x98\xab\x23\xa6\xe7\x6c\x14\xfe\xb3\xdb\xc1\x42\xa7\x8d\xd5\xa2\ -\x68\x0f\x31\x1c\x45\xd3\x55\xcc\x2c\x94\x37\x12\x2e\x5b\x22\x49\ -\x51\x75\xfd\x4f\x1a\x35\x17\x3b\x73\x7b\xcf\xe4\x81\xbe\xd5\x79\ -\x74\xd3\x37\x15\x4a\xa2\x99\xa0\x48\x34\x27\x98\xa4\x85\x22\x40\ -\xaf\x2c\x33\xb5\xa3\xcd\x09\xcd\x84\xbc\x78\x70\x4a\xb1\x53\xe6\ -\x76\x26\x2a\x61\x9d\x12\x18\x0a\xea\x09\xc4\x79\xe7\x8d\x9a\xe0\ -\xee\x06\xda\x8a\xfd\x42\x4f\x36\xa8\xab\x4c\xfc\xa0\x19\xca\x60\ -\xb5\xb0\x0e\x2a\x07\x26\x55\xc7\x1b\x97\x32\x39\x61\x99\x2d\xcf\ -\x25\xff\x5f\x72\x0f\x49\x86\x2e\xc3\xd2\x28\x78\x61\x17\x68\x7a\ -\xb9\x61\xc9\xa7\xdf\x0d\xaf\x5c\x28\xb9\x98\x64\xa9\x00\xd1\xe2\ -\xef\x09\x10\x5c\xf1\x6e\x75\x4f\x72\x04\xa8\xa3\x4d\x25\x08\x71\ -\x99\x08\x29\xad\xa9\xb2\x14\x58\x3a\xad\xb7\xd2\xc7\x76\x6d\xda\ -\x7e\x67\x9d\x29\x55\xa3\x69\xe8\x76\xe3\x80\xf7\x86\x2a\xcf\x03\ -\xfa\xfa\xef\x46\x61\x2a\x45\x7b\x52\x71\x36\x9f\x0e\xd0\xdc\xe8\ -\x64\x35\xf0\x3e\x8d\x1e\x72\xcf\xc8\xff\xa3\xec\x4d\xb3\x24\xc9\ -\x6d\xa0\x41\x00\xf4\x6c\x5d\x7a\xee\x36\xf7\x98\x7b\xcc\x27\x55\ -\x66\x10\x98\x1f\xc4\x62\x20\xe9\x59\x3d\x7a\x4f\xaf\xa5\xae\xaa\ -\xac\x08\x77\x2e\x80\xc1\x16\x32\x2f\xfc\xed\x74\x93\xe5\xba\x7f\ -\x93\x7e\x67\xbb\x9e\x4d\xb3\x48\x42\x7a\xff\x59\x68\xda\x46\xf5\ -\x24\xd7\x76\x0e\x32\x2d\xc6\x07\x33\x34\xdc\xfe\xdd\x18\x0a\xf3\ -\xde\x04\x31\x34\x06\xdc\x74\xa4\x71\xef\x55\xd6\x93\xf9\x24\x7f\ -\x52\xf5\x72\x5a\x7a\x57\x5c\x93\xfb\x7b\x0a\xe3\x20\x3a\x35\xe0\ -\x91\xa1\x78\x6b\xac\x62\xba\x3d\x0c\xb4\x1a\xe8\xbc\xe8\xfe\x56\ -\x2b\xdf\x6b\xe4\x94\xc2\xd2\x55\x71\x8f\x9b\x98\x77\x8d\x68\xdb\ -\x8b\xb2\x15\xe4\x0f\x5a\x21\x53\xaa\x8e\xd1\x75\x38\x68\xc4\x3e\ -\xdd\xd6\xba\x74\x1a\x6d\xfd\x96\xe5\x23\x91\x0f\x08\x75\x5e\xad\ -\xd5\xd5\xdc\x0b\xe4\xdc\x61\x03\x14\xf9\x83\x42\xf0\x1d\x85\x9b\ -\xf5\xfe\xdb\xfe\x6b\x00\xb1\x49\x73\x86\xab\xe6\x71\x36\xea\x77\ -\x34\x6a\xfb\x67\x61\xdb\x8e\x35\xa3\x96\x5f\x27\x58\x3f\x5e\xdc\ -\xee\x6e\xda\x9b\x5e\x3f\x8e\x6b\xc3\x16\xf9\xa4\x2b\xc4\xf8\xee\ -\x31\x50\xec\xe4\x9a\x64\x66\x43\xa5\x31\x49\x79\xae\x14\xba\x94\ -\x75\xcd\x38\x30\x90\x46\x6d\x34\xd2\xb0\x27\xe2\x44\x88\x76\x42\ -\xfe\xca\x06\x55\x6f\x4c\xa4\x0f\x54\xfc\xbe\x19\x61\x9a\xa3\xb6\ -\x49\x72\x28\x3f\x63\x66\x3d\x39\x5b\x26\x13\x0e\x58\x8e\xd8\x9e\ -\xca\xbc\xad\x9f\x25\x9b\x9b\x60\xd4\xff\xf9\x7b\xad\x5c\x14\xd1\ -\x12\x3e\xf7\x01\xd0\x68\x31\x23\x8b\x74\x86\x61\x79\x6b\xb2\x19\ -\xce\x18\x75\xaa\x2c\x7e\x31\xa6\xd5\xe0\x93\x2e\xb6\x80\x44\x5c\ -\x29\x69\xca\x91\x1e\xba\x94\x43\x98\x73\x64\x6c\x2d\x4d\xfe\x40\ -\x9e\x1a\x92\x8a\x82\x3e\xfd\x95\xc3\x6a\x36\x1d\x61\x5e\x8d\x5c\ -\xb3\xcb\xc6\x50\x44\x68\x56\xd4\x85\xa3\x67\xde\x8e\xd6\xf4\x96\ -\x8b\x2b\x1a\xd3\x31\x66\x34\x1e\x90\xbf\x3a\xed\xec\x17\xab\xf8\ -\x83\x5c\x8b\xbf\x90\x6c\xe7\x35\x34\x63\x0c\x61\x47\xc9\xe2\x33\ -\xf8\x28\x38\x28\x2a\xf8\xf7\x0e\x96\x45\x45\x8a\x62\xdc\xdd\x91\ -\x38\xf3\x5e\x8c\x9e\xe7\x3f\x27\x22\x98\x34\x5e\x73\xfe\xe7\x99\ -\xef\xc1\x32\x68\x3c\x0f\x6c\x60\xba\x88\x3c\xef\x46\x00\xc8\x01\ -\x0f\xc4\x71\x47\x18\xf3\xb3\x0c\x69\xbf\xbf\x5d\xe8\x3b\x5a\x6b\ -\x37\xce\xfd\x00\x2a\xdb\xe8\x53\x2f\xb1\xf6\xb3\xd8\xba\x78\x7d\ -\x51\x07\xf4\x55\x1f\x56\x8d\x3e\x1d\x41\x87\x25\xba\x95\x36\xc5\ -\xdc\x9b\xc2\xdd\xdd\x6d\xe2\xc4\xd6\xd6\x44\x2c\x1d\x72\x22\xdf\ -\xa4\xbd\x07\xf9\x55\xd0\x6e\x3f\xcb\xb9\x2d\xc3\x4c\x89\x1b\x2a\ -\xbb\x53\x89\x08\x8b\xf7\xa6\x57\xf2\xc6\x31\xa6\x36\xb6\xac\x96\ -\x79\x8c\xd2\x11\xba\x66\x6a\x95\xe8\x83\x58\x8a\x36\xb1\x9c\xb8\ -\x6c\x69\xfe\x08\x45\xfa\xd4\xa7\x7d\x3a\x5b\x8e\x44\xbd\xc7\x09\ -\xe6\x1a\x7c\x5c\x88\xc8\x8b\xc6\x03\x50\x72\xa2\x01\xfc\x69\x0f\ -\x29\x8d\x3c\x27\x52\x49\x4d\xe4\x02\x1a\xc0\x66\x36\xa8\xbe\xd4\ -\x11\xf3\x5b\x1e\x45\x4c\xe1\xb8\x65\x0b\xcd\xe5\x66\xb8\x5d\x92\ -\xeb\x73\x2f\x2a\xcf\xa2\x43\x38\x72\xc7\xdd\xcc\xe1\xa6\x89\xc0\ -\xb5\xce\x62\x80\xec\x8e\x9e\x85\x01\xda\x31\x31\x70\x16\xcc\x40\ -\x5d\x7a\xd1\x4d\x80\x06\xd3\x29\x2b\x89\x98\x19\x17\x7f\x1f\x0a\ -\xd9\x8e\xb6\x43\x0b\x64\xbf\x1b\x6b\xd8\xab\x18\x7b\xd7\x78\x70\ -\x9b\x28\x24\xa0\x31\x76\xc7\x4d\x64\x27\x04\xc5\x78\x14\x20\x91\ -\x26\x47\xab\xe1\x1e\x26\x2b\xb6\x94\x99\x48\x94\x44\x79\xe9\x6a\ -\x34\xec\x78\xa9\x69\x6f\x10\x34\x09\xe7\xa9\x46\x65\x55\x5e\xba\ -\x47\x30\xab\xe8\x4e\x8f\xf3\xd7\x86\xea\xca\xf7\xbf\x00\x83\x99\ -\xc7\x38\x7f\x97\xf5\xdf\xce\xe6\x56\x38\x0e\x6a\x13\x86\xba\xfc\ -\xf9\x2a\x97\xaf\x73\x52\x36\x6c\xd6\xd2\x66\x1d\x75\x1a\x83\xa4\ -\x15\x94\x87\x0e\x8f\x2d\x41\x57\xd4\xc9\xf4\x3c\xa8\xf3\xbb\xdc\ -\x8a\xcf\xab\x7e\xd7\xa1\x0b\xdb\xb4\xba\x9c\xf4\x7d\x26\x8c\x25\ -\x39\x6c\x99\xdb\xe7\x96\xc6\xee\xc0\x49\x9f\xda\xc5\xf8\x2a\x0b\ -\xfd\x09\x54\x51\xfc\xfb\x34\x75\x96\xf7\x97\x57\x7b\x77\x2f\xac\ -\x07\x11\xcd\x4d\x4f\x4a\x17\x60\xd2\x1a\xbb\x83\xd3\xe4\x88\x5c\ -\x75\x2c\xcc\x4e\x6f\x2a\x23\x1c\xde\xfe\x6c\xb7\xdf\x1f\x61\x2c\ -\xbf\xe9\x0e\xa3\x61\x43\x77\x49\xab\x08\x82\x68\x34\xcd\x4a\x47\ -\xad\x92\x14\x48\x7e\xfe\xe9\xfa\x27\x9f\x44\x58\xde\x85\x7c\x7d\ -\xc7\xc6\x6b\x4a\x48\x20\x25\x41\x6d\xea\xca\xaf\x42\xa0\xae\xb4\ -\xb8\xca\x44\x32\x79\x9b\xa4\x6b\x33\xbc\xb2\x9c\xac\xa3\xae\x0d\ -\x9d\x93\x8d\xd0\x70\x06\x69\x9f\x37\xbf\x80\x3b\x30\xf0\x77\x0d\ -\xd6\x0d\x98\xbf\x9d\x07\x18\x9c\x1e\xb4\x5e\x7a\xd1\x23\xb2\x69\ -\x36\xa6\xb7\x5f\xc7\xfd\x98\x2e\x89\xdb\x99\x35\xc2\x41\x71\x73\ -\x41\x0c\x09\x10\x43\xb0\x70\xd3\x49\xd5\xb8\x2b\xcf\x6a\xdc\xef\ -\x81\xe3\xf2\x46\x08\x6b\x8d\x6a\xd3\x90\xaf\xda\x21\x28\xa1\x1c\ -\x20\xf1\x96\x6b\x45\x9b\x59\x17\xdb\xad\x6e\xf0\x7c\x39\x2a\x53\ -\xb1\x32\x31\x99\xed\x8e\x5d\x13\x57\x4a\x5d\x55\xcb\x72\x65\xe9\ -\x86\x1e\x02\x60\x06\x33\xc9\x18\xc9\xdc\x4b\xa0\x41\xb5\x2c\xff\ -\x2f\x9a\x70\x75\x0a\xe6\x73\x3a\xc8\x50\xb6\xb6\xf1\x97\xd2\x4b\ -\x28\xdd\x9d\x3a\x61\x89\xcf\xec\x53\x91\xe5\x6c\x6d\xd7\x91\xe1\ -\x3a\xe5\x2f\xce\x36\x61\x5d\x9e\xc2\x37\x69\x42\xea\x5b\x0e\x15\ -\xa3\xcb\x11\x4e\x00\x6e\x94\x8e\x3d\x97\x83\x5e\x36\xd5\x8b\xcd\ -\x6d\x06\x2b\x47\x2d\xc5\x21\x9e\xed\x08\x58\x58\x5b\xa7\xb8\x6f\ -\xcb\x23\x28\x0a\x88\x6b\x0f\xd2\xd5\x08\x5c\x73\x74\x92\xb9\xf5\ -\x23\x7b\x66\x4e\x70\x7d\xf7\xcb\x5a\xc6\x68\x46\x21\xd7\x4b\x8d\ -\xf9\x10\x7d\x97\xe3\x4a\x38\x29\xad\xe7\x6d\xea\x87\x57\xe3\x92\ -\x8f\x3c\x0b\x5b\xb6\x15\x59\x4e\x1c\x2c\x37\x62\xa1\x88\x87\x10\ -\xd2\x5d\x64\x90\x76\x94\x0b\xdf\xb4\xb2\x76\xa2\x5c\x0e\xe7\x2a\ -\xa6\xa2\xb2\x6d\x79\x47\x9a\x34\x30\x21\x0c\xc9\x45\x44\x4b\x44\ -\x16\x19\x84\x77\x8e\xbc\x6b\xb5\x10\x12\xa4\x23\x02\x32\x6d\xd5\ -\x1b\x4d\x4c\xf8\x68\xce\xfe\xfe\x1f\xf5\x46\xc8\x11\x4c\x15\x52\ -\xf9\xf8\xf3\x1f\x2f\x87\x79\x38\x02\x3d\x79\x39\x66\x7e\x86\xd0\ -\x75\xff\x95\x39\x85\x53\x81\x4c\x1c\x25\x0d\x3d\xe2\x19\xd2\xcc\ -\xbb\x43\xdf\x86\x68\x1f\x48\x3f\x2b\x34\x83\x1b\x6f\x1d\xdc\xcc\ -\x2a\x74\xf0\xe7\x52\xc8\xa2\xb0\x7d\xe4\xd4\x85\x80\x8e\x56\xfb\ -\xf4\x93\xe8\x68\xea\xb6\x80\xb3\x91\x4d\x08\xc3\xb3\xce\x8c\x3d\ -\x9f\x06\x13\x1f\xce\x8a\x6b\x1f\x58\xd2\xad\x2c\xd1\xaf\xb9\x8c\ -\x04\x8e\x49\x53\x5c\x6b\x33\x0b\x23\x32\x49\x93\x8d\x68\x2a\x84\ -\xa5\x9a\x07\x40\x24\x31\xf4\xbe\xe9\x7d\x8c\x36\x40\xc6\x9f\x9b\ -\x17\x7c\x2b\x2f\x85\xf3\x19\xe0\xfa\x20\xe2\x63\x8a\xbc\x9f\xaf\ -\x43\xc6\xaf\x0d\x53\xe6\xe0\xf9\xdf\x79\x36\x54\x6b\xea\x8c\x6d\ -\x06\x52\x4e\x0b\xb1\xae\x00\xc7\xf3\x73\xb8\x18\x98\x99\x64\xa3\ -\x6e\x67\x06\x97\xeb\x95\x44\x74\x9d\xb9\x1c\x7b\x60\x42\xc1\xac\ -\x1b\x6a\x7d\x8a\xdf\xd3\x85\xcb\xdf\x2a\x0b\x5a\x1e\xcf\x6b\x01\ -\xf3\x5b\x63\x15\x26\x38\xc8\x2e\xa8\xcf\xdf\x27\xc1\xbf\x15\x64\ -\x07\x28\x65\x45\x71\xd9\xcd\x81\xba\x9b\x1b\x6a\xa3\x70\x3a\x13\ -\x82\xea\xa7\xf6\x93\xeb\x3b\x5b\xf4\x06\x7d\x1a\x46\x6d\x26\xf4\ -\x5a\xed\x11\x5d\x82\xa6\xe3\x2c\x51\xba\x3b\x0b\xd3\x75\x82\x15\ -\x67\x42\x50\x15\x19\x9e\x61\x65\xfb\x51\xa3\xc5\xa7\x25\xb4\x74\ -\xe0\x00\xa7\xac\xcc\xe0\xd8\x0b\x6e\xaf\x12\x44\xe9\x9d\xd1\x12\ -\x8d\x83\xcb\x02\x8c\x9f\xca\x56\x34\xce\xc8\x88\x04\x83\x0d\xe2\ -\x47\x54\xfc\xf3\xbe\xec\x9f\x04\x0e\x6e\xcd\x39\xbf\x36\x5b\x8d\ -\x29\xa3\x4c\xd3\xc1\x6d\x63\x6e\x45\xec\x0a\x34\xe5\xa2\x7b\x13\ -\xb5\xc8\x1b\x63\xca\x89\xda\xd2\xba\xed\x6e\x98\x05\xd4\x2e\x49\ -\x85\xff\x3b\xf5\x42\xb4\x35\x31\x93\xba\xc3\x66\xd7\xb1\x73\xab\ -\x2b\x3c\xe3\x28\xe3\x38\x20\xb3\xd1\x3f\x64\x38\xc7\x25\xe8\x2d\ -\x23\xf7\xe0\x24\x0f\x79\x26\x86\xe9\x46\xec\xcf\xed\xec\x6c\xae\ -\xc2\x27\x78\xc9\x1b\xcd\xbf\x03\xbd\xd6\x6a\xc9\xb7\xf0\x64\x02\ -\x36\x02\xbb\xfc\x21\x9b\xa6\xcd\x50\xed\x16\x92\xdb\x9a\x2a\xbe\ -\x50\x0f\x79\x2e\x8d\xbd\x31\x3c\xeb\xf8\xdc\x0c\xf1\x33\xe8\x8a\ -\xa9\xe9\xf4\xa7\x0a\x31\x3b\x34\x32\x6b\xec\xa4\x07\xee\x06\x68\ -\x9f\x9a\x78\x51\xd4\xfb\x05\x46\xe4\xa4\x56\x31\xbf\xce\xf5\x47\ -\x38\x36\xc5\x7f\x82\x2b\xb2\x84\xe4\x29\xc6\xb3\x84\xd1\x17\x11\ -\x45\xf4\xd9\x5c\x77\x7b\xad\x1a\x86\x75\x08\xee\x33\x48\x04\x50\ -\x2d\xb0\x37\xcd\xcb\xe3\x01\x34\x8a\x34\xb3\x6f\x0b\xe6\xc6\x02\ -\x08\x28\xef\x6b\x86\xda\x36\xd7\x04\xbd\xd7\x44\xbb\x95\x7d\xfc\ -\xf3\x69\xa8\x49\x75\x01\x64\xb4\x44\x89\x71\xe8\xbd\x4d\x77\xb2\ -\x91\x12\xb7\x39\xcd\x42\xb1\x5c\xe8\x64\xbb\x70\x8d\x7b\x1a\x3d\ -\xba\x05\x89\xfb\xcb\xb7\x86\x6b\x43\xf3\xba\x1d\xb2\x82\x05\xa3\ -\x54\x26\x07\x38\x04\xf6\xa6\x8f\x1a\x62\xc3\x9e\x6c\x4d\xd0\x44\ -\xde\xec\xa5\x69\x56\xe6\x44\xcb\xca\xa2\x6e\x13\xd9\xb4\x4d\x3b\ -\x6f\xbe\x35\x50\x78\x01\x6b\x43\xc0\xd3\x2a\xc0\x5c\x40\x25\x00\ -\x00\x20\x00\x49\x44\x41\x54\x5b\x82\xb2\x60\x6d\x4c\x29\x61\xf1\ -\xac\x76\x74\xf3\xc4\xe6\xc6\x15\x4e\x97\x94\x93\x9b\x7f\xd3\x0f\ -\xb4\x8b\x81\x8a\x5a\x68\x3c\xc8\x78\xfa\x28\x58\x32\x5c\xa7\x1a\ -\x87\x9e\x21\x16\x5a\x0b\xc2\xec\x1f\xdb\xa8\x8a\x78\xa8\x88\x6c\ -\x14\xa4\x4b\x8a\x3b\x57\x53\x5d\xd3\x47\x4e\x33\x8f\xd5\xfc\x15\ -\x99\x2b\x05\xd0\x1c\x06\x01\xd2\x91\x16\xab\xe8\xd6\x2c\x4a\x04\ -\xed\x58\x97\xd9\x83\x19\x91\x8e\xbe\x16\x34\x33\x3b\xb8\xdb\x7b\ -\xe6\x25\x43\x17\xab\x5e\x7e\xa1\x01\xf9\xcb\x24\x03\xbb\x48\xae\ -\xac\x4c\x6f\xb4\x2b\x39\x1d\xe7\xec\x2f\x28\x96\xe9\xdd\x81\x0e\ -\xa7\x92\xac\xd9\xb4\x1e\x94\x59\xd0\x4d\xac\x89\xe1\xa6\xab\x00\ -\x57\xa5\xce\xc6\x1f\x1b\x15\xa4\x67\xb3\xd1\x76\xe0\x55\x91\x22\ -\x40\x0e\x19\x47\x2e\x55\x65\xf3\xa0\xab\x20\x47\xb4\x53\x51\x90\ -\x82\x30\xb8\x69\x24\x02\x79\x16\x5a\xc6\x0e\x6d\xe2\x1b\x25\xbd\ -\x9f\x47\x8a\x41\xb4\x81\xee\x99\x36\x57\xc6\x53\x47\x33\x2f\x93\ -\x03\x25\xcc\xf9\x3a\x8b\xfb\x09\x7f\xe4\xd9\xde\x93\xe4\x1e\x92\ -\x0b\xe2\x6d\x9e\xcd\x26\xc6\x74\x3a\x32\xab\x0b\xc6\xe9\xa0\x67\ -\xec\x80\x8a\x12\xbd\xba\x15\xe2\xb4\x97\x37\x97\xcd\x13\xed\x0d\ -\x92\x93\x36\xd6\x81\xc8\x93\x05\x41\x77\xb9\xf3\x69\x2a\xc9\x15\ -\x78\x30\x00\x26\xc4\xea\xe2\x2c\x2d\x97\x3b\x4e\x91\xae\xb5\xae\ -\x33\x2c\x15\x60\xaa\xe9\x3a\x5c\x53\xba\x85\xca\x32\x14\x80\xc6\ -\x7a\x0d\x85\xbd\xfb\x54\xd2\x6b\xe3\xf5\x46\x27\xff\xcd\xe2\x3a\ -\x26\x68\x31\x99\xbf\x69\x3d\x22\x0e\xa1\xa1\xd4\x66\xf4\x78\xf1\ -\xaa\xe9\xd2\x66\xcb\x54\x82\xf4\xe5\x33\x82\x46\x91\xe9\x4a\xef\ -\xdf\x99\x11\xb5\x5e\xf5\xaa\x1f\x7b\xfb\xfe\xed\x67\x31\x1f\x59\ -\x93\xd1\x24\xac\xc6\x4f\xcb\x2c\x0a\xf6\x6d\x63\xc1\x65\x01\x6a\ -\xad\x59\x0a\x0d\xd4\x2d\x80\xb4\xee\x66\x3f\xe7\x21\xee\xe3\xde\ -\xdc\x2a\x4c\x8a\xc0\x60\x47\x2d\x6d\xa8\x2b\x94\x34\x64\x00\x31\ -\x39\xa5\x17\x9a\x1a\xfd\xca\x56\x68\x66\x60\x5b\x7e\xdf\x0e\x06\ -\x64\x4e\x60\xe6\x5f\xfa\x5d\xa8\x5b\xae\x98\xac\x46\x8b\x5f\x62\ -\x1a\x76\xda\xf4\xda\x0f\xda\x1a\xc0\x70\xf1\x15\x2a\x33\xa9\x60\ -\xbe\xa0\x46\x32\xf6\xb1\x99\x42\x41\x3c\x0e\x08\x12\x6b\x0f\x5c\ -\x2f\x8b\xb6\xdf\xb3\x0e\x8d\x07\x80\xd1\xbe\x47\x83\xd6\xc7\xe5\ -\xc0\x16\xb3\x2a\x73\xaa\x1a\xce\x70\x83\xde\x79\x73\xd1\xcd\x5f\ -\xf7\x3b\xa9\xe7\x2e\x02\xe0\xbf\x3f\xbb\xe4\xaa\x72\x33\x67\xb2\ -\xc8\x21\xe4\x4e\x75\x8c\xbb\x2a\x26\x46\x47\x6c\x07\x02\x75\xbf\ -\x4c\xc3\xe7\x9c\x44\xae\xc5\xce\x7c\x4e\x00\x57\x3a\xfb\x43\x5c\ -\x03\x2d\xa5\xeb\x8e\xac\xad\xb7\x4c\x4a\x9e\x40\xfd\x24\x50\x24\ -\x53\xfe\x9c\x45\x07\xfd\x34\x8a\x65\x4c\x38\xcd\x8a\xea\xaf\x4c\ -\x2d\xeb\x36\x0c\xcf\x76\xbb\x7a\xd5\x30\x42\x09\x39\x87\xd7\x60\ -\x53\x5b\x2f\x10\x80\xbc\x9a\xd2\x27\x0c\x3e\x74\x76\xda\x5e\xcb\ -\xaf\x94\xe3\xdc\x4e\x6a\xf8\x21\x19\x30\x9a\x66\x15\x03\x45\xa7\ -\x4f\x44\xca\x44\xf6\xa1\x8a\x0d\x12\x71\x13\x26\xfb\x49\xc6\x9a\ -\x81\xf3\xf2\x53\x81\xb2\x04\xc6\x0b\xe5\x3a\xb3\x0b\x8c\x77\xdb\ -\xe2\x70\xeb\x09\xe7\x27\xdb\xb5\x24\x74\xc9\xb1\x31\xa9\x9e\xb7\ -\xab\x7b\x29\x13\xf7\xd0\x1e\xfc\xe0\xff\x67\xda\x6b\x06\x81\xbd\ -\x89\x5d\xf7\x4d\xdd\x0f\x37\x69\xe3\xc1\xa0\x77\x9d\x07\x2e\x6c\ -\x3c\x3b\x64\x24\xd7\xdc\x1d\x1c\xc6\x5b\x04\x1f\xb3\xa5\x58\x13\ -\x09\x96\xeb\xa8\x8e\x85\xae\x59\x24\x08\x2f\xd7\xc2\x3a\xec\x8c\ -\x94\x7a\x50\x59\x0b\xee\x45\x8b\x4f\x17\x23\xf2\x05\x45\xec\x9f\ -\x55\x7e\x1d\x67\x2f\x9e\xf8\xe8\x21\x9e\x82\xbf\xe7\xbc\x98\xd9\ -\xee\x97\x49\xa1\xd8\x68\xc4\xc1\xe7\x9a\x69\x7f\x06\x2c\x7a\xa9\ -\xe7\x67\x2c\x94\x6b\xbf\xc8\xd7\x3b\x89\x22\xf9\x93\x13\x03\xed\ -\xb4\x94\x5b\x33\x87\x82\x79\xd0\x4b\x29\xf5\xc9\x04\xba\x7d\x19\ -\xd7\xcf\xd2\x19\xf6\xff\x38\x2d\x9c\x57\x6a\x81\x81\x0b\x90\x59\ -\x71\xb9\xc9\x43\x95\xdf\x26\x8c\xfb\x1a\xae\x60\x40\x49\xc7\xb3\ -\x1b\xe7\xfa\xda\xb0\x6e\x19\x39\x3b\x9d\x69\x15\x7d\x45\x3b\xbd\ -\x21\x7e\x4c\x1d\xb4\xe8\x8d\x54\xc5\x21\xa8\x5f\xe0\xeb\xb7\x00\ -\x65\x8b\xbb\x48\x28\xa8\x74\x75\x3e\xfc\xe7\x40\x14\xd3\xb4\x61\ -\x3b\xec\xd0\xc0\xe4\x96\x0d\x24\x74\xe6\x96\x48\x9c\x3b\x62\x49\ -\x6c\x36\xb6\x00\x74\x3d\xef\x84\x92\xcb\xdd\xac\x1a\xc0\xf4\xa1\ -\x7a\x04\x49\xca\x40\x4c\x9e\x6e\x05\x69\xfb\x77\xd1\xd4\x0b\xa0\ -\x61\x91\x57\x24\x45\x45\x08\xfd\xc3\xba\x00\xef\x19\x4f\xa9\xf5\ -\x74\x51\xea\xcd\xa1\x33\xbf\x01\xc3\x44\xf9\xe2\x6a\x49\x7f\x49\ -\xa7\x89\x46\x5b\xc0\x95\xcc\xc0\xda\x9d\xd2\x61\x95\x7a\xb3\x0c\ -\xc2\x30\xe5\x99\x99\x51\x87\xab\xab\x4f\x6f\x89\xe0\xe7\xc3\x54\ -\x69\x65\xc9\x55\x5c\xc7\x9a\x3e\x4a\x3b\xbb\xb9\x89\xef\xf7\xcf\ -\x11\xba\x41\x4b\x84\x98\x37\x30\x4f\x9e\xaf\x23\x5c\x1e\x9b\x4a\ -\x61\x7a\xcd\x39\xb9\x59\x07\x9f\xd9\x90\x73\xa1\x37\x78\xc1\xc0\ -\x9d\x54\xd3\xc8\x75\x87\x04\xc8\x36\xbd\xe7\x16\xd2\x6c\xae\x22\ -\x24\xb8\xad\x31\xeb\x0d\x65\x47\x5e\x71\x22\x34\x21\xdf\x06\xb5\ -\xcd\xb2\x99\xc8\x9c\x13\xfb\x4d\xd6\xd1\x8a\x51\x7c\xa7\xa8\xc3\ -\xca\x7b\x39\xcc\x96\x84\x1c\xec\x59\x62\x72\x9a\x0b\xa4\x62\x11\ -\xd0\x68\x9d\xe7\x99\x64\xb0\x6d\xcf\xe2\x5c\xa6\x62\x06\x66\x07\ -\xe3\xda\xec\x9a\x6d\xcd\xf4\xcb\x34\x69\xe5\x84\xad\xb3\x6b\x74\ -\xa1\xd5\x75\x02\x89\x3a\xe8\x5e\x0f\x8d\x16\x9c\xce\x60\xb3\x8c\ -\xfa\xaa\x94\x3e\xec\x94\x54\x1b\x0d\xd0\x45\xf3\x94\xe5\xf4\xb7\ -\x15\xce\x61\xf6\x62\x75\x57\x8b\x55\xa4\xc1\xaa\xa5\x1c\x78\x0c\ -\xc4\x9e\x00\xb8\x9a\x13\x3e\xcb\x89\xd2\xa7\xe9\x17\xd0\x4f\xb1\ -\x86\xac\xf3\x2f\x8a\xd5\x75\xbf\x49\x38\xaf\xf1\xf0\x1a\xc0\xda\ -\x7a\x69\x77\x7f\x0b\xb1\x0e\x96\x02\x11\x26\x4e\xa6\x96\x90\xcc\ -\x27\x4a\x5e\x3b\xaa\xdd\xa7\xe4\x12\xba\x1c\x7a\x35\x1a\xda\xa7\ -\x60\xc9\x30\x6a\xa1\xe7\xf6\x2b\x75\xd0\x98\xc0\x76\xdc\xf2\x1c\ -\x5f\xe0\x96\xbd\xc4\x17\x95\xbc\x42\xc2\xd8\x1e\x27\x43\x76\xd6\ -\xd9\x75\xae\xf1\x46\xd9\x7c\x56\xb6\xe7\x10\xe2\xc9\x47\xf4\xc8\ -\x1b\x58\x84\x9f\xa7\x26\x72\xa7\xac\x04\x01\x84\x60\xfd\x28\x3b\ -\x3d\x96\x39\x03\x82\x79\xcb\x61\xcd\xf3\x03\xa6\x51\x87\xe9\x57\ -\x68\xc9\x48\x57\x88\xb1\xd3\x23\x2b\x2a\x48\xcb\x92\x3f\x81\x44\ -\xc9\x68\x18\xd9\xa6\x89\x37\x79\x52\x8f\x9a\xa1\xae\x3f\x24\x3a\ -\x3e\x6f\x51\x8c\xa3\x4e\x19\x4b\x3e\x21\x3e\xa4\x58\x82\x7d\x7a\ -\xd0\x99\xc6\x92\x0b\xfb\x54\x43\xf5\x60\x31\x03\xae\x77\x52\x53\ -\x8a\x40\x07\x19\x0c\x0d\xf6\x89\x08\xd1\xe6\x4a\xe5\x45\xf0\x18\ -\xb0\x91\x0c\x1c\xb8\x08\x0a\x3a\x4c\x61\x37\xd7\x3c\x85\x08\x5f\ -\xd8\x47\xd1\xf4\x42\x7b\x91\xfc\x6c\xc5\xb3\x0d\x44\x61\x73\x3b\ -\xe4\xdf\x91\xc8\xdd\xb9\x65\x99\x47\x40\x43\x21\xfe\x73\x41\x4e\ -\xa4\xdb\x82\xe1\xa0\x0b\xe6\x78\xf8\x74\xa7\xe9\x39\x50\x81\x0e\ -\x75\x2b\xf7\x84\xab\xa5\x6c\xe2\xf7\xa6\x70\x0c\xc9\x4d\xbd\x53\ -\xff\x72\x31\x4b\xe9\x5b\xc5\xce\x71\xb6\x28\x5d\x85\x9b\xd8\xb8\ -\xfe\x1b\x34\x17\xad\xc2\xb9\x85\xfb\xad\xc2\x2c\xdc\x19\xa7\xed\ -\x28\xbf\x1c\x87\x00\xf2\xfb\x97\x6b\xa2\x27\x6b\xe8\xd6\x20\x28\ -\x57\x0e\x96\xce\xc6\x4b\x5f\xc6\x0c\x1d\x5d\xdb\x9b\x50\xf3\xac\ -\x93\xd0\x21\x59\x88\x9d\x65\x6d\x5e\xb6\x71\x0d\x8a\x6e\xcf\x5a\ -\x38\x6d\xcf\xa9\xe7\xce\xba\x46\x06\x8a\x54\x93\xba\x44\xa8\x4f\ -\xf9\x8e\xc3\xdb\x68\x2b\x88\xb5\x35\x74\xd9\x58\x8c\x65\xa5\xca\ -\xd6\xe5\xd7\x39\xb6\x16\x2f\x9c\xa6\x56\x46\x8d\x94\x4e\x26\xb4\ -\x57\x55\xb0\x49\x6b\x2c\x64\xc8\x0b\x8a\x3d\x1b\xb5\x87\x01\x35\ -\x34\x5a\x39\x34\x6b\xcf\x3c\x89\x00\xab\x05\x32\xcc\x90\x19\xf7\ -\x9e\xc7\xd2\x0e\xff\xad\x47\x34\x47\xe9\xe8\xe2\xea\xb6\x17\x3f\ -\xb5\xca\xba\x81\xc8\x8e\xb6\xae\xe7\xaa\x10\x3f\xc0\x24\x41\x3f\ -\xba\x38\xab\xd1\x71\xfd\xbf\xd3\xab\x7a\x77\x34\xca\x6c\xc7\xa3\ -\x18\x16\x2b\x49\xdb\xbe\x00\x5f\x8b\xae\x89\x92\x08\x0d\x67\x1c\ -\x23\xdf\x9d\xc3\xe4\x74\x35\xdb\x73\xff\xb0\x70\x69\xba\x81\x68\ -\xce\x85\x5a\xdc\x80\x21\xfd\xf2\x4a\x43\x96\x43\x63\x97\xc8\xbc\ -\x31\x68\x6f\xd8\xcb\x8a\x97\x0c\x30\x73\x5d\xad\xa2\xc1\xc7\x82\ -\x3c\x58\x56\xff\x5e\x05\x6d\x6f\x10\x4a\xc3\xab\x04\xf4\x80\x6b\ -\x81\x74\x43\xe1\xd3\xfa\x85\xdf\x81\xab\xb7\x8c\xab\xf3\x62\xb7\ -\x77\xe0\x6b\x6a\x42\x20\x37\xf0\x29\xf3\xa0\xf8\xbe\x37\x56\x71\ -\x61\xf0\x33\x16\x95\x2e\x27\x77\xf4\x66\x9c\x01\xef\x58\x5f\x80\ -\xb7\xa3\x08\x3d\xc1\x9f\x44\xcc\x37\xd1\x7d\x50\x4c\x25\x26\xc5\ -\x1b\x62\x69\xc2\x44\x73\x9d\xeb\x12\x76\xfe\x3e\x75\xd6\x12\x65\ -\xa5\x46\xaf\xbd\xe7\xcb\xa4\xf6\x1d\xb8\xeb\xf4\x28\xda\x0a\xdc\ -\xa6\x39\xe3\xa0\x3e\xda\xc5\x64\xe1\xa2\xbf\x21\xa0\xf4\x6e\xae\ -\x80\x86\x20\x54\x30\x00\x80\x6a\x18\x0d\x10\x8b\xbe\x4e\x41\x49\ -\x79\x45\x73\xd8\x0a\x5f\xc9\xf7\xc5\x9d\x5e\xc8\x4d\xbf\x16\x81\ -\xa8\xd1\xb0\x46\xbc\x40\x81\x55\xcc\xa8\x5b\x2f\x93\xa4\x55\xc7\ -\x50\x4a\x20\x42\xb7\xcc\x1a\x3a\xd2\x6a\xca\x8d\xc0\x49\x76\xa7\ -\xc9\x85\xa1\x8c\x2a\xb1\xbb\x16\xd2\x45\xc9\x8f\x86\x63\x38\x0d\ -\x59\xcd\x82\x6e\x80\x87\x35\xea\x6d\x36\x28\x1c\xa0\x03\x68\x37\ -\xed\xef\x53\xe8\x3d\x36\x81\x59\x1c\x88\x2a\x13\x22\xf3\xfa\x34\ -\x6a\xe8\x9b\x54\x66\x9f\x2e\x1d\x6b\x52\xee\xa6\x6b\x6d\x0a\xe5\ -\x00\x2a\x36\xe9\x65\x2a\x37\x4e\x47\x4a\xfc\xaf\xc8\xca\xb2\xba\ -\x4d\x74\x0f\x59\x88\x6d\xae\xde\x35\xc9\xc5\x89\xed\x6f\x40\x9b\ -\xae\x8b\x3c\x63\x12\x76\x26\xc0\xfa\xd9\xe5\x04\x38\xbd\x0e\x30\ -\xd2\xad\xb9\x5a\x11\x38\x41\xc9\xb3\x88\xe6\x88\x38\x85\xa8\x81\ -\xb9\x5f\x5b\x9c\xee\xd2\x3e\x15\x65\x9c\x22\x86\xd1\x4d\x3a\xba\ -\x64\xce\x5d\xa3\x43\xc7\x2a\xb4\x5d\xda\xd0\xc1\xb9\xe5\x84\xbd\ -\xbe\xcf\x0c\x06\x86\x85\xdb\x76\x22\x17\x0f\x08\xc9\xdd\x06\x9b\ -\x99\x80\x5a\x9b\x9a\xa5\xa5\x83\xd7\xcc\xe9\x09\xa0\x8d\xfd\x42\ -\xe3\xa4\x55\x5a\x0a\xf3\xdd\x7f\xef\x10\xc4\x7f\xe6\xcf\x72\x90\ -\x92\x87\x64\x48\x5a\x89\x07\xfa\xfc\xf3\xb3\x68\x68\x0b\x01\x05\ -\xfa\x88\x6b\xaf\xf4\x03\x54\x9d\xa0\x83\x58\xe0\xf1\x4c\x3f\xfa\ -\xc7\xa7\x69\x81\xac\x96\x3e\x67\x8d\x03\x3f\x34\x58\xda\x05\x1f\ -\x08\x8f\x88\xd0\xb7\xfd\x2f\x6d\x99\xb3\xd8\x4d\x7e\x30\xaf\x1c\ -\x88\xd8\x20\x68\xd7\xc4\xf1\xfd\xfe\x34\xbe\xaa\xda\x5c\x19\x44\ -\x9e\x83\x34\x49\x17\x7d\xc3\xc3\x5c\x99\x1f\xe2\xc1\xa9\xf1\xf8\ -\xd1\x1f\x77\x40\xf4\x0c\x08\x16\x1a\xe3\x8b\x86\x0c\x0f\xf8\xfc\ -\xf8\x85\xb3\x6d\x12\x59\x4d\x8a\x09\x27\x9a\xce\x4c\x34\xa8\x8f\ -\x3e\xa7\x68\x5a\xea\x32\x8c\xee\xe3\x40\x98\x9e\xb6\xce\x80\x1a\ -\x47\xe0\xee\x10\xa1\xcf\x9c\xf5\xe7\x80\xb6\xac\x39\x61\x9b\x79\ -\x10\x09\x58\xd3\x66\x8e\x46\x3a\x52\x2d\x44\x22\x42\xda\xca\x84\ -\x60\x1e\x5a\xb1\xda\x48\x2b\xc7\xcb\xd4\xdd\x29\xb9\x37\x81\x63\ -\x0c\xfa\xb8\x73\xcb\x33\xfe\xc9\xe6\x76\xc8\xc8\xc6\x54\x81\x22\ -\xc8\xc9\x6b\xaf\x31\xb3\xd2\xcc\xec\xa0\x30\x4f\x88\xef\x3a\x06\ -\xd1\x4f\xe6\xa0\x8d\x96\x87\x46\xb2\x3e\x53\xe4\x20\xb4\x29\x86\ -\xbb\xdb\x0d\x7e\xe8\x63\x1f\x37\x42\x19\x20\xe8\xd7\x74\xe6\x9b\ -\xfa\xe3\x45\xeb\x43\x83\xc7\x0a\xa1\xd3\x20\x3f\x99\xdb\x50\x13\ -\x31\x7f\x65\x5d\xf0\xa3\xb3\x8a\xfd\xf9\x71\xf7\x1d\xb4\x9c\xf7\ -\x53\x50\x94\xe6\xe7\xe3\xb4\x0c\xce\x58\x84\xc8\x13\x5a\xc5\xee\ -\x0f\xe9\xac\x91\x3b\xd2\xdf\x58\x2c\xd7\xbf\x69\x14\xa0\xeb\x32\ -\x53\x6f\xd2\x3e\xf3\x3b\x1b\x0b\xc1\x00\x6f\x3f\xdf\x7e\x3c\xc8\ -\x6a\x99\x30\x38\xe2\x2a\x39\x3f\xa6\x9f\xcf\x1f\x7a\xf8\xf1\x22\ -\xc7\x27\xd4\xcc\x54\x03\xfe\xef\x28\x81\xca\x9d\xca\x62\x47\x18\ -\xe9\xe7\x73\x71\x85\xac\x3a\x69\x7a\x7e\xd4\xee\x76\x66\xbc\x0e\ -\xcc\x1f\xfd\xb3\x52\xbe\xdc\x01\x32\xe9\x36\x99\xd9\xa1\x0e\x0a\ -\x54\xfd\x8f\x00\xc5\xd2\x36\x58\x16\x69\x6b\x8d\x54\x11\xa9\x59\ -\xf0\x3f\x99\xf5\x14\x6e\x8d\xcb\xd1\xf3\x9b\xc4\x1e\x12\x7a\x56\ -\x2e\xcf\xf8\xe4\xfb\x27\x13\xfa\x78\x0e\x9b\x97\x94\x24\x91\xbf\ -\xc3\x11\x60\xb8\x8f\xdb\x7b\xd1\xf5\xe3\xdf\xfb\xa1\xa2\x6c\x9b\ -\xd3\x68\x23\xc7\x63\x05\xc1\xba\xc9\xce\x56\x44\xcf\x8f\x92\xba\ -\x7d\x74\x59\x20\xc7\x14\x91\xe9\x5b\xbf\xa9\xbb\xbe\x2d\x03\xa2\ -\xb0\xf1\xfd\xf3\xe7\xff\x5d\x67\xbf\x3c\x34\x32\x5a\x42\xca\xc9\ -\xee\x89\x89\xf6\xf0\xc6\x52\x88\x4d\xe8\x31\x23\xb5\xcf\x6a\xdf\ -\xfd\xec\xd2\xa9\xa4\x3f\x3f\x34\xfd\x42\x1e\x63\xac\xac\x38\x77\ -\xbe\x8b\xe8\x8b\x28\x0c\x89\x26\x29\x7f\x5c\xdb\xf0\xa9\xe9\x40\ -\x6b\x8e\x3e\x57\x0a\x57\xa0\xef\x21\x19\x2f\x93\x10\xa0\xcd\xf1\ -\x0a\xa9\x3c\xb4\x0e\x78\x8e\x4d\x68\xc2\xd4\x3c\x4c\x9c\x32\x74\ -\x57\x07\xe7\xaf\x09\x2b\xb8\xf5\x79\x20\xa5\xac\x08\xef\xbc\xa2\ -\x9d\xc2\x6c\x1a\x39\x90\xff\x5b\xcf\x5f\x8c\x68\xb2\x83\x1a\x0f\ -\xdc\xd3\xdf\x59\xf8\x4b\xd3\x33\x7c\x5a\x73\x88\x2e\x8a\x09\xf8\ -\x91\x47\x17\xe4\xfd\x5b\xf4\xad\x00\x27\xe6\xc7\xb5\x4b\x45\x06\ -\x4d\x6a\x92\x9a\xd2\x0f\x82\x44\xe9\x0a\xe9\xef\x7f\xac\xc2\x6c\ -\x9a\x92\x6a\x15\xb8\xe3\x01\x5a\xd4\xa7\xee\xac\x35\xbd\x61\x0f\ -\xfe\xb5\xfc\xdf\x01\x88\xd4\x44\x85\xd3\xcd\xf0\xdb\xbe\x89\x85\ -\xcb\x65\x14\x73\xd5\x86\xac\x9c\x4b\x5f\xdb\xeb\x9c\x90\xa6\x75\ -\x9b\x02\xa7\x89\x06\xfb\xa4\x68\xb6\x3f\xf6\xed\x4e\xcb\x4a\x5f\ -\xfc\x95\x9a\xa1\x69\x1e\x54\xea\xc1\xae\xb3\xed\xd5\x2a\x4a\x3f\ -\x6a\xaf\x8d\xbb\x89\xd1\x0f\x6b\xe6\x37\x59\x9a\x77\xd4\xcf\x99\ -\xfc\x59\x39\x89\x2e\x0f\x10\x13\x70\x46\x35\xfa\xa1\x0f\x09\x8f\ -\x05\xbe\x71\x85\xff\xae\x3d\x23\xf4\x87\xe6\x72\x70\x0e\x7d\x0b\ -\xf7\xfa\xe9\xa3\x3f\x39\xe9\x27\x07\xd8\x65\xc8\xba\x1c\x59\x33\ -\xc7\x30\xb2\x2a\x59\xea\xcf\x8f\xf1\xd0\xb7\xbf\xc0\x72\xa2\x1e\ -\x84\x0e\x7f\x1f\x59\xf5\x52\x03\x59\xe3\x7e\xb5\x87\x3e\xf3\x7f\ -\x7e\xee\xbb\xbd\x7c\xb3\x93\xd7\x15\xa0\x2b\x4c\xd4\xb4\x84\x45\ -\xeb\x37\x3f\x8b\xc5\xb5\xde\xea\x6b\x33\x26\xa1\x53\x7f\x68\xc8\ -\x97\xc7\x1b\xfa\xf4\xdc\xc8\x29\xf3\x44\xdf\xa0\x09\xcd\x69\xac\ -\x37\xb3\xca\xeb\x7e\x41\xdd\xb0\x6c\xe0\x5f\xdc\xbf\x08\x48\xcc\ -\xf9\xe3\xe7\xe1\xca\x61\x23\xfb\xd0\x90\xaf\x65\x8c\x90\xd2\x89\ -\x75\xee\xfc\xef\xf3\x53\xef\xd7\xf7\xe5\x93\xa0\xbd\xd1\xf7\xfc\ -\xa6\x94\x24\xa6\x8b\xf1\x7a\x8f\x4f\xd4\x4c\x09\xcc\x00\x55\x97\ -\x56\x06\xd8\xf4\xfa\x81\xa9\x4b\x7a\xe2\x7d\xa8\xfe\xd0\xc7\x5d\ -\x7e\xb1\x19\x8c\xfb\xe5\xe3\x7a\x30\x52\xcd\xfd\x9d\xf5\xfa\x34\ -\xfa\xf0\x74\x3d\x65\xbd\x0b\xca\x89\xde\x3a\x5f\x8d\x75\x99\x84\ -\xe9\xca\xcd\xcc\x09\x32\x44\x8d\xdc\x26\xf2\xc1\x58\x5a\x0d\xe6\ -\x93\x67\xbb\xa4\x56\x7f\xd5\xff\x64\x91\x6b\xe8\xe7\x84\x9b\xd2\ -\x99\x29\xe9\x4f\xd4\x0f\x23\x19\x01\x61\x0e\xc5\xcc\xf4\xf9\x31\ -\xe2\x31\x48\x26\x37\xcf\x87\x07\x13\xe5\x6f\xb9\x1a\x2c\xfc\x4a\ -\x15\xea\x7c\x50\xee\x16\xe4\xbb\x23\x8a\xdd\x0d\x30\x82\xbe\x71\ -\xba\x57\xad\xab\xa2\x8a\x91\x6d\x92\xc5\xb4\x8d\xf0\x66\x4d\xa3\ -\x0c\xc5\xd9\x4f\x9b\x9e\xad\xc9\x96\x40\x18\xec\x38\xc6\xf2\x41\ -\x8d\x58\x05\x1f\x5f\x59\x31\x19\x28\x28\xcf\x15\xb1\x2f\xf4\x07\ -\xac\xda\xa3\x98\xca\x74\xf2\x58\xd4\xe1\xd8\xc2\xed\x50\x31\x55\ -\xb7\x33\xfe\xac\x82\x82\x99\x64\x3c\x2b\x6c\x91\x25\xa7\x1c\x89\ -\xd4\xb1\xc5\xed\xb4\x0e\x4b\x66\xa2\x21\xed\x50\x9a\x1e\xe6\x96\ -\xc5\xe4\x4a\x8f\x6c\x68\x44\x13\x48\x0b\x6f\x93\x0a\x38\x14\xa0\ -\xa9\x2a\x6a\x11\x5a\x9c\x5a\x16\x4b\x8c\xa2\x48\x9f\xca\x08\x4b\ -\x36\x36\xf1\xf7\x66\x20\x24\xe4\x6c\x94\xbe\x86\xae\x1c\xf5\x9b\ -\x8d\x7c\xda\xe9\x8f\x01\x6b\x50\x52\x70\x5a\xef\xfa\x3f\xcd\xc2\ -\x73\xfa\x81\x49\x11\xb8\x3b\x9d\xcb\x9e\xe3\x61\x0f\x32\x66\x49\ -\x31\x34\xee\x21\x14\x64\x2f\x20\x60\x1c\xba\xbe\x08\x7b\x36\x17\ -\x4c\xb3\x75\x6a\x6a\xae\x0d\xbe\x9a\xf5\xa7\x21\x04\x9f\x40\x35\ -\xac\xb3\xa0\x8a\x3c\x80\x08\x75\x93\x8f\xd0\xca\x8d\xe3\xc1\x3a\ -\x58\xa1\xee\x72\x43\x9c\x36\xed\xa5\xe5\xd3\xe6\x1e\x5a\xb4\xa3\ -\xe5\xa6\x52\x17\xc8\x38\x38\xee\xe5\xb0\xcd\xa9\x69\xcc\xef\xae\ -\x9c\x9f\x7f\x7f\xb6\x59\x2c\xed\x0d\x03\x50\x63\xfa\xbf\x2f\xf1\ -\x73\x4c\xd1\xca\x7a\xb7\x9f\x53\xbb\xeb\x5a\xf0\xbe\xbf\xf8\x71\ -\x8a\x81\x79\x23\xd6\xb3\xb5\xc6\x10\xd0\x57\xf2\x81\x6d\xf5\x9c\ -\xaf\x8b\x70\x1d\xb2\xe3\x22\xf2\x2d\xa6\x6d\x26\x44\xcf\xf3\x8f\ -\x3b\x1a\x39\x58\x24\xb5\x77\x17\x11\x41\x12\x01\x16\xe2\x0c\x4c\ -\xb7\x37\xfb\x5e\x13\xb0\x79\xd6\x75\x9e\xd0\x66\xb4\xe2\x00\xc7\ -\xf4\x38\x8c\x41\xdd\x00\x25\x5c\xd2\x98\x99\xfe\x79\x9e\xd4\x85\ -\x1d\x13\x31\xb6\x0c\x07\xad\xc9\x6a\x14\x40\xab\x41\x7d\xe4\x9f\ -\x06\xb4\xad\x09\x1d\xea\x7b\x60\xdf\x66\xdb\x3b\x29\xc4\xa6\x7c\ -\x33\x01\x80\xff\x8c\x31\x52\x08\x7f\x72\xef\x83\x19\x6a\x4d\x07\ -\xd6\x6d\x98\xef\x86\x4d\x3b\x55\xe8\xa6\x79\x78\x8b\xfe\x38\x18\ -\x11\xce\x44\xb5\xcb\x74\x56\x20\x7e\xc0\x2e\x93\x0b\x0e\x33\x94\ -\x8c\x61\x18\x64\x51\xcc\xba\x21\x0d\x45\x18\xbd\x3c\x40\x87\x51\ -\x20\x93\xca\xb6\xee\xdf\x9c\xfe\xce\x3c\x1e\x01\x44\x39\x1a\x7a\ -\xb0\xe7\x3d\xd8\x0e\xa9\xd5\xe3\xce\x04\x26\xd7\x3a\x32\xe1\x25\ -\x72\x97\x02\xbc\x65\xfd\xec\x8e\x75\x75\x5e\x0e\x00\x55\xe4\x38\ -\xab\x19\xc6\xac\x68\x7e\xa2\x1e\xce\x8c\x6c\x8b\x9d\x6a\x6d\x53\ -\xdf\xb5\x4c\x7e\x2f\x1f\x77\x84\x09\x75\xd3\x1f\xbb\xd2\x93\xf7\ -\xbb\xec\x36\x69\x5b\x20\xad\x5d\x27\x1e\x09\x4f\x6d\x54\x79\x36\ -\x4a\x33\x18\x4e\xd7\x2d\x05\x0a\xa8\xd2\x34\x07\x6a\x44\x56\x23\ -\x6a\x3d\xeb\x10\x5d\x3f\x23\xb1\x81\xad\xa8\xc7\x16\x02\x1a\x3e\ -\xeb\xca\xce\x2a\x38\xd9\x42\xed\xfe\xe6\xa7\x98\x51\x98\x8f\x15\ -\xde\xc9\xe1\x2a\xc8\xd4\x58\x05\xc8\x42\xa1\x5f\x72\x92\x5a\x49\ -\x19\x0e\x70\x48\x5f\xa5\xe7\xea\x3a\x7c\x33\xbb\xe8\xef\x80\x5f\ -\x27\xd1\xd7\xf5\x82\x3a\xf0\xe6\xca\xf9\x5c\x99\x4c\x71\xaf\xfe\ -\xf3\x48\xb9\xca\xde\xce\x17\x34\x55\x48\x4d\xd9\x8a\x30\x89\xbb\ -\x1f\xa7\xcf\xb3\xe9\xb8\x4a\xc3\xc8\xb6\x6a\xc1\x91\xb5\xe9\x72\ -\xde\x5d\x13\xa5\xcf\xe5\xfe\x8c\x89\xe5\xca\xce\xd2\x34\x68\xe2\ -\xd6\xd8\x26\x10\x09\x6c\xb7\x96\x71\x46\xb4\x42\xb5\xd9\x23\x25\ -\xf0\xae\x24\xe9\x7a\xb7\x64\xdc\xd5\x5e\x7b\x9e\x07\xfa\x09\xaf\ -\x31\x83\xcd\x82\xf1\x12\xd1\x70\xfa\x30\xa1\x4c\xef\x06\x9c\x2f\ -\x5b\xaf\x44\x83\xc6\x58\x1a\x38\xde\xdc\xaf\x9e\x43\xff\xc4\x80\ -\x38\x29\x41\xb6\xc2\x39\x42\x57\xef\x42\xc3\x34\x21\xb4\x4f\xe9\ -\xfe\xe6\x8d\x53\xfc\x3a\x7e\x11\x4b\xa6\xd4\x68\x34\x3f\x03\xf1\ -\x99\xb5\x0e\xbd\x53\x42\x4e\xaa\x4e\x35\x58\xe6\xa3\xb3\xb5\x60\ -\xb4\x3f\xec\x96\xd3\xc3\x59\x44\xd3\x66\x58\x51\x6e\x42\x40\x81\ -\x8c\x89\xc8\x70\x23\x07\x66\x22\x3d\xf9\xf7\x91\x4c\xbd\x36\xeb\ -\xe2\xa4\x98\x7f\xe9\x55\xf6\xce\x15\xd4\x16\x66\x10\xdb\xa5\xb5\ -\x8e\x34\x4d\xa4\xd7\xd2\x6a\x75\x38\xfd\x70\xa4\x31\x73\x3c\xcc\ -\x55\x28\x01\x15\x53\xd6\x44\xe4\xe6\x76\xa6\x01\x32\x5a\x1c\xa4\ -\x46\x6c\x9f\x16\x52\x6b\xf1\x0e\xf5\x03\x74\x06\xfe\x97\x16\xf5\ -\x70\x58\xc1\xfb\xb3\x5d\xb0\xce\x9c\x1b\xe5\x38\xf0\x72\x7d\xf0\ -\xe5\x82\x7f\x17\x8d\x17\x7f\x58\xba\x7d\xf9\x76\x68\xe7\xf4\x26\ -\x26\x1d\xac\x2b\x90\x77\x73\x99\x91\x0d\xc5\xa1\x03\xbd\x1e\xf0\ -\x4f\x2b\x9d\x4f\x84\xb4\xa6\xa9\x03\x5d\x29\x3b\x69\xc5\x7f\x18\ -\x8b\x0c\x0f\x28\xe7\x26\x41\x2c\x2d\x0a\x0a\x5d\x08\x50\x44\xa2\ -\xc1\xc5\xcb\x46\x57\x31\xf3\xe9\xe3\x82\xc2\xd7\x24\x2f\x73\x9a\ -\x14\xad\x1d\x35\x81\x1b\x14\xe4\x66\xc3\xcd\x9a\x74\x1b\xc6\xfd\ -\xc2\xda\xa8\x8c\x4a\x5b\xe6\xcd\x45\xbb\x83\xe2\xd3\xa6\xef\x82\ -\xc2\xb2\x3b\x29\x59\x6b\xa2\x06\xdf\x0b\x9b\x56\x58\x20\xb5\x82\ -\xca\x41\x91\x16\x88\x5f\x67\x59\x2b\x9a\x39\x2d\x6f\x6b\x8a\x44\ -\x67\x91\xa9\x7c\x59\x9b\x7c\x9a\x25\x39\x78\x84\x79\x41\xcb\xbd\ -\x92\x5a\x71\xb1\x80\x0e\x68\x58\xbd\xd1\xe8\x34\x67\x73\xa7\xc4\ -\x87\x1c\x70\x5b\xef\x24\x26\xc1\xf6\x49\x0a\x45\xd8\x7d\x47\x10\ -\xb9\x80\x4d\x37\xf3\x20\xd6\x91\x36\xc7\x0c\x99\x3c\x66\x2b\xeb\ -\x84\xe8\xde\x60\xa0\xa6\x5b\xdc\x55\xb1\xed\x33\x43\x11\xb0\xc0\ -\x7a\x1f\x0d\xb5\xfd\xe7\xf9\xaa\x00\x79\x96\x06\x7a\x90\x03\x3f\ -\x81\xf4\x22\x4d\x45\x79\x4d\x4c\x85\xfe\xc9\xa6\xbd\xeb\x6d\xc2\ -\x58\xc3\x35\x9d\x26\x17\xee\xbc\x6e\x1c\x7c\x34\xf0\x51\x47\x9e\ -\xc7\x2b\x8d\x27\x85\xd8\x22\x47\x53\x75\x2b\xa0\x6e\x76\xea\xa8\ -\x4d\x88\xe6\x2e\x7e\x9e\x08\xd0\x17\x7d\x32\x81\xb6\xca\x44\x10\ -\xf7\x60\x7c\xa1\x2b\x52\x4e\xf8\xd2\x84\x65\xbb\x43\x95\x8a\xd1\ -\x40\xb6\x80\x2e\x83\xb0\x64\xf1\xc2\x56\xb0\xd1\xf4\xfb\xc6\x20\ -\xc7\x49\x2f\xcd\xe4\x69\x38\x25\xd9\x94\x0b\x8d\x95\xad\xa7\x5f\ -\x9d\x8a\xdd\xf2\xf0\xc0\x6d\xce\xdd\xd1\x22\x73\x33\x62\x57\xa6\ -\xbb\xe3\xaa\x08\x11\xbe\x07\xb7\x87\x67\xf9\x22\x75\xf4\xbb\x35\ -\xd7\x5e\x90\x0f\x9f\x64\x18\x58\xf4\xb7\x5a\x88\xfe\x93\x9f\x4b\ -\x58\x0a\xd4\x49\x70\x47\xaf\x8d\x7d\xcc\x28\x6e\xc1\xad\x1d\x55\ -\xa9\xb3\x86\xb6\xb6\xcf\xdc\xba\x59\xc2\x8d\x0e\x36\x5d\x80\x0e\ -\x93\xa5\xd5\x68\x55\x90\x0f\xc8\x29\xea\xc6\x43\x46\x23\x9f\x9f\ -\x64\xb4\xcd\x4c\xdd\x4f\x4c\x15\x35\xa7\x74\xec\x42\x7f\x7a\xa1\ -\x50\xa2\xa6\x6a\x19\x3a\xd4\x9d\xc3\x9b\x14\x84\xa9\xbb\x98\xd2\ -\x55\x97\x14\x0c\x20\xc6\xcb\x0f\x9d\x27\x93\x79\x34\x0e\x16\x02\ -\x11\xde\x39\x21\xf9\xb8\x0f\x08\x9a\x3e\xe8\x42\xeb\x37\x59\xb5\ -\x94\xb1\xf4\x3a\x60\x93\x4f\x74\xcc\xbf\xde\x97\x6e\x40\x8c\xd9\ -\x5f\xe8\xa3\x2d\x82\x84\x0e\x36\xc5\x5e\x83\x09\xb3\xbb\xca\xde\ -\x33\x4a\x3b\x18\x4a\x9b\x6b\xaa\x4b\x29\xe2\xfe\xb0\xc8\x87\x74\ -\xda\x6a\x38\x38\xba\xc4\xc0\xd3\xd6\x16\x35\x77\xac\x8a\xfb\xcf\ -\xe7\x87\x06\x0d\x67\x0e\x40\x14\x92\x55\x03\xc4\x30\xec\xd8\x5b\ -\xdc\x41\x15\x3e\x3e\x58\x48\x85\x49\x6c\xf3\x67\x90\xea\x56\x78\ -\x56\x7e\xd5\x9b\x96\x1a\xdf\x5f\x00\xcb\xaa\x04\x14\x5e\xce\xf4\ -\x34\x4e\xea\xdf\x62\x6e\x65\xf8\x6f\x84\xd2\xc3\xf3\x3a\x9a\x68\ -\xcc\xb1\x15\x02\xca\x64\x98\x57\x1c\xdc\x50\x4f\x96\xb6\xbb\xae\ -\x01\xc7\xcd\x67\x62\xf9\x6f\x7c\xf2\xd9\x26\x53\x0c\x1c\xe9\x56\ -\xf8\x5e\xfe\x6a\x44\x2c\x51\x1b\xb1\x68\x4b\x13\xfe\xfc\xb3\x7d\ -\x9e\xad\x19\x18\xbc\x25\xc6\xf7\xf0\xc1\x10\x14\xb2\x69\x6e\xfe\ -\x28\x68\x7b\xc7\x3d\x93\x5e\xf3\x6e\x8e\x41\xd0\xc4\x5d\x1a\xb0\ -\x48\xa1\x8d\xad\x08\x41\x9c\xcb\x67\x4b\x53\x84\xc9\x3a\xd2\x5e\ -\x37\x9c\xef\xd4\x9b\x38\x05\x87\x34\x44\xd7\xac\x71\x71\x29\x0b\ -\xe8\x28\xf0\x16\x89\x87\x9d\x56\x36\xca\x7d\x47\xe2\x60\xe8\x86\ -\x00\xf2\xab\xd3\x10\x86\xf9\xda\x39\x16\x06\xbe\x32\xbe\x1f\xcc\ -\xc9\x42\x91\x66\x69\xd0\xa4\x6d\x32\xe4\xaf\x27\xeb\x9e\x01\x05\ -\xe4\xd9\x64\xfd\x38\xed\xbc\x15\x35\xc3\xdd\xb4\xf2\xb0\x67\xcf\ -\x6e\x31\xa3\xcf\xfc\x38\x0d\x2d\x12\x08\xf8\xd0\x28\x9d\x06\x20\ -\x20\x20\x35\xcf\x34\xcb\xcf\x6d\x87\x4e\x84\x69\xcf\xb2\x90\xe3\ -\xe0\x59\x45\xab\x1c\x93\x9b\xb0\x33\xc5\xe7\xc1\x31\x95\xd8\xd0\ -\x50\x81\xe2\x9c\x6d\x96\x3f\x8c\x17\x57\x85\x1c\xac\xb1\xbd\xc1\ -\x94\x67\x6e\x93\xe2\x5e\x3c\x06\xea\xe4\x07\x96\x68\x3b\x54\x89\ -\xc1\x39\x2f\x7b\x86\x97\xe9\x0d\xd5\x3b\xcf\x86\x72\xe3\x38\x9b\ -\x69\xc3\x0f\xea\xe7\x48\x73\xf3\x64\x98\x0e\xf7\x67\xae\xad\x31\ -\x8b\x49\x70\x19\xb1\x48\x4d\x9c\xb5\x10\x57\x3d\x0c\x28\x30\x80\ -\x92\x7f\x15\xff\x46\x7e\xd0\x8e\x74\x2e\x7a\x0e\xb7\xe9\x6b\xda\ -\xc9\x5f\x74\x5b\xa8\xd5\x1c\xc3\xa9\x9d\x4e\x1b\x9e\x3e\x66\x31\ -\x8e\xe9\xdf\xca\xf3\xb0\xe6\x90\x2a\x3d\x2f\x70\xcb\xcf\x39\xc0\ -\x33\xf4\x15\x09\x9d\x43\x02\x4e\x5a\x60\x58\xd3\x5a\xf6\x4a\x23\ -\x73\x58\x7c\x4d\x3c\x24\x49\x0f\xf7\xdf\x00\xb5\x69\x9f\x2a\x98\ -\x41\x73\x8f\x96\xbb\x31\xd9\x40\xb3\x02\xbf\xd4\x0a\x68\x93\x44\ -\xcd\x91\x09\x50\xd3\xd6\x9b\xe0\x7c\x9e\x42\x75\xba\x4f\xa4\x52\ -\x53\x00\xe0\xc5\x3e\xad\xba\xb9\x48\xde\x84\xdf\xd6\x9c\x6f\x69\ -\x2b\xa0\x4e\xed\x5e\xdc\x58\xd6\x74\x56\xb3\xe2\xaa\xec\xa6\x87\ -\x80\x7b\x37\xee\x3b\xf6\x70\x4b\xa4\xba\x53\x65\xef\x19\x6a\x52\ -\xc1\x35\x95\x9a\x06\xb8\x4a\xd9\x3b\xf0\x06\xf4\xe3\xa4\xf8\x42\ -\xec\xc8\xa0\x57\xfd\xc7\x5a\xd7\x9f\x02\xe3\xc4\xf5\x39\x66\xcb\ -\x97\x40\x95\xc6\x5c\x77\xc3\x60\x69\xc6\x2f\xc1\x0a\x79\xb3\x72\ -\x0e\x40\xd5\x20\xef\xab\xbd\x5b\x1a\xd9\x7c\xaf\x9f\x13\xe0\x55\ -\x34\xf7\xde\x98\xe8\x5e\x59\x9b\x17\xd4\x74\xd8\xcb\x64\x13\x62\ -\x91\xbb\xa7\x67\xa3\x8e\x1a\xd6\xa0\x43\xd9\x9b\xd2\x30\x8a\x56\ -\x03\x7a\xdf\x68\x9a\x9f\x02\xe4\xbb\x51\x06\xd9\x58\x53\x6d\x4d\ -\x68\xd1\x6b\x9f\x12\xfd\xb2\x70\xea\xef\x93\xce\x67\x67\x4e\x92\ -\x06\x9b\x21\xcc\x72\xac\x03\x14\xa5\xdb\x2a\x7d\x3b\x91\x4f\x3c\ -\xc0\x4d\xd6\xac\xa6\xab\x07\x30\xe1\x13\x0e\x7c\xc7\x0b\xb4\xdf\ -\xac\xf0\x11\x0c\xdf\xb4\x5a\x97\x16\x8e\x76\xf7\xe6\x02\xa2\xb1\ -\xb1\x7b\x0f\xf0\x56\xee\xcd\x2e\xb3\x20\x19\xe3\xdc\x0f\xb7\x98\ -\x05\xeb\x93\x97\xfe\xeb\xd2\xda\x39\xd4\xa9\xe6\xf9\x01\x14\xe4\ -\x63\xba\x15\x4b\xae\x3a\x31\x18\x18\x38\x70\xe4\x7a\xf1\xa8\x9d\ -\x16\xd8\xfb\x10\x89\x91\x3c\x9c\x5f\xd4\x68\x49\x4b\x0a\x44\x13\ -\x7a\x78\xae\xdc\x33\x56\x52\x85\x3a\x88\xfd\xdd\x9a\xad\x66\xa9\ -\x1c\xcf\x7a\x7f\xa0\xda\xec\xdd\x51\x83\x17\xef\x31\xe4\x19\xe1\ -\xb3\xa2\x5a\xda\x2a\xcc\xaf\xaa\x9f\x61\xb0\xf7\xa3\x06\xfa\x1c\ -\x13\x44\x35\xa3\x41\x83\xd4\x7e\x56\x53\xe5\xb4\x45\x74\xb9\x36\ -\xae\x69\x58\x73\xc2\x65\x6e\x43\xa0\x88\x16\x62\x8f\x2d\x78\x98\ -\xad\x15\x3a\x0c\x68\x08\xbd\x08\xd6\x1a\x9f\xd1\xcd\x23\x10\x6d\ -\x30\x98\xe6\xcb\xdb\x08\x14\x45\xfb\x09\x58\x2e\x47\x17\x6a\xc3\ -\x97\x5f\xac\xaa\x03\x85\x87\x51\xe0\x9e\xf0\x4e\xaf\x54\x29\x6a\ -\xba\x91\x35\xfa\xff\xb8\xfd\xe3\xdc\x2c\xa3\xcb\x65\xd3\x84\x69\ -\x58\x15\xa5\x7b\xf0\xec\x79\x80\xf3\x31\x72\x3e\x26\x16\xb9\x8f\ -\x0b\xcd\x46\x9e\xbe\x88\x14\x9d\x83\xce\x3c\xad\xea\x5b\xca\x66\ -\x35\x9b\x2c\x79\xea\xa2\x9d\xda\x8a\xfb\xfd\xe7\xdd\x10\x8f\xc8\ -\xc3\x4a\x5a\x0e\x34\xd5\xaa\x5a\x1d\xfd\x8d\xaa\x61\x46\x36\x04\ -\x26\x61\x15\xd2\x1c\x87\x8f\xe4\xa4\xe7\x9c\x44\xbe\x05\xf0\xe1\ -\x85\x6f\xc4\x24\x36\xb2\x80\x8e\xf0\xc1\x6a\x78\x38\x2f\xc6\x3e\ -\x70\xe2\x12\xef\x6f\x54\x1d\x27\xbf\x2d\x29\x0d\x7c\x67\xde\x90\ -\x31\x26\x6e\x88\x59\xd0\x56\x6b\xba\xb5\x35\x84\x1b\x2e\x2e\x7e\ -\x68\x28\x8e\x43\x30\x68\xf1\x22\xbc\xc6\x3d\x2a\x6e\x2b\x9f\x94\ -\xc8\x3c\x40\x7c\x6d\x1b\x91\xaa\xb4\xf7\x22\x29\x12\x5d\x0e\x58\ -\x53\xa1\x21\x74\xc1\x78\x1a\x53\x10\x86\xe6\x51\x3b\xdc\x13\xa9\ -\x93\x32\x0d\xa8\x75\xe8\xcd\x95\x9c\xe2\x55\xda\x0c\x52\x74\xba\ -\x39\xc6\x4e\xb7\x4a\xf1\x38\xe5\xfa\xd0\xab\xc7\x7c\x34\x89\x9f\ -\xd4\x7d\xe0\xfd\x25\x3b\xca\xaa\x95\xd2\x1e\x61\x98\xd6\xf6\xfa\ -\xcc\xe6\x74\x77\x96\x42\x0a\xe4\x48\x2b\x80\xe7\x4a\xff\x0a\x3d\ -\xa8\xe6\x48\xe9\x46\x89\xc1\x69\x57\x15\x7b\x22\x30\xd5\x82\x7c\ -\x13\xfc\xb9\xa6\xab\xe8\x1a\x7e\xf1\x32\x19\x59\x4b\x6d\x58\x2a\ -\xb3\x31\x9e\x46\x19\xc6\xa9\x03\xd1\x0a\x41\xa4\xbd\x58\x76\x74\ -\x5a\x23\x4f\x2b\x17\x33\xd0\x80\xe8\xf1\x03\xfe\x39\xf2\x60\x04\ -\x8a\xfb\x15\xa3\x24\xad\x99\x65\x2a\x43\x03\xd5\xcd\xa4\xc6\x22\ -\x10\x35\x1a\xda\xb1\xc4\xce\xe9\xf8\x35\x53\x63\xbb\x8a\xb8\x7f\ -\xbc\xa9\x08\xa6\x80\x65\x7e\x50\x36\xa2\x06\x79\x47\x48\xd6\xe4\ -\x97\x69\xc3\xa5\x41\xb8\x4f\xe3\x4e\x64\x78\xcf\x99\xba\xbf\xf7\ -\x3b\x5a\xdd\x82\x8c\xe3\x67\xc9\xee\x5e\x37\xe1\x2d\x0e\x52\xfa\ -\x00\x4d\x59\xdd\x48\xca\x92\x12\x4a\x9b\x7b\x67\x7c\x6f\x53\x2f\ -\xc6\xc7\x3f\x59\x05\xae\xe2\x58\xca\x8d\xce\xe9\x5d\x39\xcd\x34\ -\x39\xbf\xc7\xa8\x3b\x0f\x83\xe2\x77\x41\x7f\x9f\x07\xc6\x81\x37\ -\x89\xe5\x3f\xc0\x2a\xe1\x8d\x9e\xcb\xa4\x9f\xff\xe5\xb4\x28\x26\ -\x56\xeb\xac\x9b\x4b\x77\x3c\xdc\x1c\x88\xb7\xc9\x31\x03\xf2\xbc\ -\xd7\x30\x5c\x77\x59\x6a\x12\xa1\xa1\xc2\x03\xbb\xd4\x87\x0c\xc5\ -\x4d\x45\x79\x07\x0d\x6a\x9f\x7a\x1a\x95\xd1\x41\x00\x31\x6a\x55\ -\xf8\x99\xf1\xb5\xb6\xda\x41\xc8\xbf\x19\x06\x88\xec\x6c\x07\x9f\ -\x10\x73\x67\xce\xd8\x05\x00\x8e\x7b\x3b\x56\x47\xe8\xea\xcc\x9b\ -\x96\xf5\xd9\xf5\xea\x8c\x16\xa6\x2f\xa9\xa5\x07\x86\x02\x0b\xbf\ -\x86\xa8\x86\x1c\x81\xe9\x34\x6e\x39\xcc\x6e\x14\x80\x3c\xea\xd9\ -\x7a\xb9\x53\x84\x2f\x60\x1d\xc1\xf4\xf1\x16\xe6\x0e\x4d\x2d\x06\ -\xc3\x0b\x98\x7f\x58\x07\x0c\xae\x80\x19\x4c\x94\xae\x8e\x9f\x17\ -\x73\xaf\x9b\xd9\x10\x3a\x46\x1a\xcd\x5f\xff\xbe\xdd\x8e\x1c\x27\ -\x61\xbf\x4d\x6e\x68\xff\x7c\xcc\x70\xfc\x45\x50\xae\x0f\x29\x8c\ -\x20\xdf\xca\x60\x90\x31\x62\x84\x45\x66\x8b\x2a\x2b\xcf\x6a\xd0\ -\x6d\x9e\x0e\xa8\x46\xd3\x01\xd2\x32\xab\x10\xc8\x8e\x35\x3d\x59\ -\x47\x41\x11\x4f\x57\x44\x11\x2a\xcd\x83\x0f\x0d\x6c\x82\x29\x1c\ -\x35\x8a\x79\x33\x5e\xdb\x32\xb0\xde\xfe\xdb\xe5\x3b\xbf\x3b\x45\ -\xde\xce\xfb\x2e\xf7\x59\xbf\xf6\x74\x07\xaf\xf1\x2b\x17\xf4\xc8\ -\xbc\x01\xa7\xa8\xa4\xd2\xc1\x46\xc0\xf1\x63\x1c\xb4\x4a\x0a\xbc\ -\x63\x9f\xa8\x5c\x3e\x3c\x3b\xbf\x9a\xb7\xd0\xbc\xb7\x43\xe2\xd4\ -\x6f\x69\x0f\xda\xbc\x59\xa2\xc2\x9f\x99\xf6\x81\x34\x04\x29\x44\ -\x4a\x24\x5d\xcb\x4c\x38\x9d\xc6\xa2\xf8\x30\xa2\x6e\x1f\x1e\xc9\ -\xd0\x3c\xe0\x7b\xa3\xf5\x23\x37\xca\xdf\x2d\x48\x0e\x73\x9a\x0c\ -\x43\x2f\x0d\xa7\x6c\x0b\x9d\x56\x3f\x3c\x72\xa2\x94\xcd\xc1\x41\ -\x5d\x86\xb0\xcf\x09\x01\x94\x91\xcc\xfd\xb9\xdc\xf6\x45\xe3\xe9\ -\x94\x4c\x08\x08\x86\xf7\x74\x2b\x1e\x94\xf5\xf2\xfc\xb5\x09\x7e\ -\x25\x1d\xbd\x4e\xab\xf0\xf7\xc6\x9a\xc1\x2a\x16\x0e\x38\xee\x87\ -\x88\xaa\xbe\x17\x48\xcc\x2d\x60\xd1\x2b\xb0\x75\x51\xaf\xd3\xc5\ -\x35\x03\xbd\x61\xbe\x9d\x92\x81\xe4\x5a\x43\x9a\x4e\x74\xec\x14\ -\x28\x23\x42\x6a\xd7\x62\x8b\xf9\x6d\x6a\x5c\x3d\xcc\xba\x84\xb4\ -\xb8\xda\xfe\x9d\x82\xaf\xbf\x26\x67\x0a\xd9\x53\xea\xfb\xf1\x53\ -\x5f\x6b\x76\x24\x3d\xfc\xc8\x8e\xa6\xf7\x57\x57\x25\x47\xed\x76\ -\x91\x3e\x04\x83\xb7\xc9\x12\x5a\x64\x5f\x69\x12\x27\x85\xe9\x4a\ -\xfd\xdc\x90\xfa\x28\xee\x3f\x78\x86\x98\xa5\x76\x0f\x29\x6f\x88\ -\xf0\xac\x7f\x48\x16\xee\xe4\xd6\xbd\x0c\x56\xdc\x39\x55\x36\xa2\ -\xef\x86\x72\x53\x9b\xce\xe4\xc5\x8a\x00\x0e\x47\xb8\xf0\xb3\x01\ -\x37\x0c\x8d\x78\x9f\x30\x13\x55\xc1\x8e\x3b\x7b\x35\x25\x73\x43\ -\xe6\x02\x60\x51\x7a\x84\x8f\x8c\x39\xca\xef\xc4\x9d\x7a\x73\xa3\ -\xe3\x30\x67\xf6\xd7\xa2\xbd\x80\x83\x19\xdf\xcf\x54\xcc\x09\xe1\ -\x70\x7f\xc2\x75\xb3\x65\x28\x69\x22\xaf\x77\x77\x49\x35\xcd\xc2\ -\x3b\x68\xde\x22\x3b\xfa\x2e\xf9\x1c\xf0\x92\x53\xb5\x65\x1e\x41\ -\xdd\x75\x8c\x31\x87\x6e\xd3\x2e\xbd\x9d\x3f\x38\xa5\xb2\x37\xc0\ -\xee\x42\x03\xbc\xea\x4a\x9a\x16\x82\x3a\x6a\x8e\x88\x2a\x17\x52\ -\x6f\xa0\xbb\xa9\x9f\xb5\x28\x9f\xd5\xcc\x2d\x6a\x7e\x36\x55\x70\ -\xee\xaa\x4e\x9f\xcf\x7f\x5c\x0f\xa0\x40\x37\x2d\xa0\xa8\x42\x07\ -\xa8\x35\xdc\x46\x44\x32\x08\x68\x83\xe6\xec\x87\x5d\x2f\x48\x17\ -\x3d\x32\x6f\xac\x83\xb8\xd3\x1e\x60\x74\xdc\x1a\x2b\x23\x79\x46\ -\x4d\xd1\xe0\xf9\x44\xd3\x30\x40\xff\x88\xc1\xa1\xa5\xc5\x37\x30\ -\xd6\x80\xcc\x49\x83\x29\x9b\x9a\x3f\x1b\x0b\x59\xbb\x23\xf9\x3e\ -\xf9\x36\x4d\x2a\xa1\x9a\xb7\xf8\x91\x3d\xa6\xd4\x28\xf4\xd4\x28\ -\xcc\x8b\x15\x12\xc0\x48\x35\x2b\x5d\x16\x91\xee\xb8\x6e\x98\xd1\ -\xa8\x94\xc4\x7f\xcd\x1c\x2b\x90\x68\x6b\x61\x3d\xcf\xe9\x0a\xcc\ -\xa9\x4f\x29\x5b\x2e\xa2\x4f\xe6\xe2\x59\x53\x05\xb0\xb7\x46\xc0\ -\xce\x3b\x4a\xb7\xa9\xbd\xfa\xe5\xb4\xab\x84\x75\xd7\x24\xe6\xe2\ -\xdb\xe8\xd4\x0a\x04\x4d\xb3\xe3\xac\xc2\x33\xcb\x36\x99\xda\x84\ -\x15\x7c\xd3\xb0\x1d\x7b\xd7\x27\xa1\x57\xb7\xbc\x97\xfb\xe6\x70\ -\xbf\xbc\xdc\x51\xb7\xb8\x13\x3e\x34\x67\xbc\x65\x5c\xbd\x9c\xab\ -\x84\xa0\x4b\x7d\x8e\x8f\xe9\xd5\xcd\x99\x41\x0b\x45\xa2\xc4\xf3\ -\xa2\xc3\xe3\x33\x77\x95\x02\x84\x1e\xe1\xf2\x37\x57\x2d\xa1\x95\ -\xdb\xca\xe6\x1a\x72\x01\x97\xcf\x38\x51\x84\x9a\x89\x83\xc6\xbf\ -\xe7\x2e\xf1\x78\xbd\xcb\x2f\xd6\xf8\x18\x7c\xde\x0c\x30\x28\x72\ -\xfe\x6e\x81\xc8\x55\x07\x4c\xba\xeb\xcf\x90\x51\x62\xa2\x2d\xf6\ -\x83\x79\xd1\x9d\x65\xbb\xa7\xd1\x3d\x31\x29\xa4\x63\x07\x8c\x84\ -\x9e\x9b\x15\x70\x43\x96\xdf\x26\x1a\x6d\x14\x4d\x27\x4f\x7a\xa7\ -\xee\x01\x85\x6f\x39\x12\x61\x11\x5a\xd4\x0d\x4e\x06\xb9\xbc\x76\ -\xdf\x77\x5b\xf5\xbe\xb1\x62\x91\x48\x7b\x98\xda\xf8\xcc\xd4\xb4\ -\x21\xdd\x22\x93\x58\x96\x0e\x05\xf2\x28\x42\x77\x94\x68\x32\x51\ -\xe6\x98\x9c\x3c\xfc\xe9\xe1\x6e\x7e\x81\x43\x4e\xcf\xb2\xb0\x16\ -\x47\xa7\xeb\xe7\xc6\x82\xac\xa2\xdf\x48\xe6\x5a\xc4\xca\x6e\xa4\ -\xa1\x0c\x2f\x51\x53\xac\x59\x54\xa6\x1e\xc8\xd8\x0b\x79\x67\x93\ -\x9a\xdb\x77\xfa\xc1\x2f\x1b\x8a\x35\x58\x2a\x5b\xe7\x82\xb6\xee\ -\x79\x54\x6f\x74\xd0\x35\xb1\x1d\xad\x0f\xf9\x15\x7d\xf3\xf1\xbb\ -\xf1\xc9\x3b\x7e\xd3\x56\xed\x34\x12\x03\x5b\x70\xa4\x22\xde\xd6\ -\x0c\x5f\x32\xb4\x1a\xc2\xb4\x65\x90\xd8\x8d\xfe\x98\x26\x2c\xa1\ -\x3b\x28\x8a\x21\xb9\xf6\x24\xa7\x13\x76\x2b\xb8\x24\xf9\xf8\x3b\ -\x25\x2e\x2e\xb0\x41\xb4\x05\xff\xc6\xcf\xf2\x82\x52\x8b\x62\xa2\ -\xfc\xd3\x6c\x4e\x99\x22\x2f\x83\x5a\x63\xab\x3a\x13\xd5\xc5\x66\ -\x84\x53\x7b\xb1\x1a\x08\x31\x02\xe0\x43\xdb\x19\x1c\xb4\xd2\xfb\ -\x65\xa2\x4e\x8b\x80\x6c\x2d\xeb\xfa\xb5\xb5\x45\xff\x69\xe2\xe9\ -\x14\x58\x13\x46\x03\xd0\xf1\x84\xe2\xdb\x8b\x55\x31\x94\x8e\x6c\ -\x6e\xff\x4b\x44\x24\xca\x7f\xcd\x91\xea\xdd\x05\x5c\x98\x6e\xec\ -\x42\x16\xe0\x89\x1e\x77\x1d\xdb\x70\x27\x2a\x4a\x37\xa1\x98\xf4\ -\xaf\xef\x3c\xb6\x8b\x7a\x09\xb2\xc5\x03\x4b\xb5\x89\x76\xa5\x69\ -\x02\xb0\x61\xea\xb6\xcc\xa5\xe5\x33\x75\x3a\x16\x5b\x12\xba\xd4\ -\x45\xdd\x2a\x94\x0d\x26\x5f\x69\xbb\xc3\xe3\x00\xbb\xee\x01\x6d\ -\x5e\x83\xfe\xd3\x14\x0c\x31\xe9\xb6\x8a\x73\x68\xea\x86\xcc\x5a\ -\x01\x13\x20\x62\xd7\x7b\x6c\x40\x87\x96\xf9\x48\x08\x9e\x91\x29\ -\x51\x4d\x91\x66\x78\x7c\xdb\xef\x9f\x01\xcd\xa2\xc1\x44\xc3\xb5\ -\xac\xf2\xd9\xf3\xba\x5b\x13\x93\x91\x1b\x5b\x00\xed\x2e\x54\xce\ -\xe9\x97\xee\x97\xb3\xbd\xa2\xcb\xb7\x02\xeb\x68\x1c\xd5\xba\x7e\ -\x0d\x29\x49\x0e\x04\x30\x2f\xee\xbf\x9a\x5d\x8b\xec\xa6\x75\x81\ -\x73\x61\xff\x3b\x57\x53\xa0\xde\xc4\x7a\x0e\x64\xa9\xfe\x7c\xda\ -\x27\x00\x96\xba\xb6\xe0\x12\xe2\xae\xa6\x2b\xf2\x04\x0a\xab\xc6\ -\x32\x48\x3f\xa0\x4e\x53\x46\x7d\x47\xd9\x13\xd3\x65\x52\x18\x2d\ -\xde\xa8\x3b\xb7\x69\xb0\x7c\xbd\x42\xdc\x83\x6e\x9f\xa3\x9d\x59\ -\xdb\x54\x35\xfe\x86\x2f\xa0\xe9\x06\xd8\x59\xef\x62\x8b\x0f\xa2\ -\x98\x6e\x8f\xd2\x69\xf2\xf7\xbd\x01\x8f\x6d\xa4\xa7\x9d\xfe\x95\ -\x79\x12\x40\x73\x18\x95\x58\x7f\x87\x6f\x06\x28\x9d\x9a\x2a\x8d\ -\xee\x95\xef\x90\x2d\x63\x59\x2c\xf7\x9c\x55\xc3\x6a\x46\x26\x0f\ -\x0d\xf6\xb0\xda\x74\x1a\xe4\x43\xc3\xb4\xb6\x5a\xd5\x4b\xb5\x2e\ -\x7b\xd0\x73\x38\x28\x9e\xfa\xa0\x0b\x38\x08\x93\x8c\x9d\xba\x57\ -\x26\x05\x06\x53\x44\xee\x60\xfe\xde\xd2\x60\xe0\x2d\x6b\x6a\x48\ -\x0f\xca\xb9\x37\x55\xb2\x9b\x50\x44\x79\x2c\x92\xc6\x39\x76\x79\ -\x17\xbd\xe7\x7b\x9b\x72\xdf\x69\xef\xc8\x2c\x68\xeb\xde\x6e\xfc\ -\x1c\x8c\x88\x11\x98\xac\x58\xb2\x2a\x44\x89\x50\x27\x4b\x48\x88\ -\xb7\xd2\x36\xfe\xed\x3f\xe6\xe7\xde\x08\x8d\x55\x64\x78\x4a\x0d\ -\x2c\xa6\x29\xb0\x75\x3e\xb0\xe6\x1c\x9e\x69\x53\x45\x23\x21\xb9\ -\x4f\xeb\x87\xa4\x8d\x7f\x06\xc2\x37\xba\x32\x25\x5d\x70\x07\xa4\ -\x17\x33\x68\x92\x4c\x38\x4b\x0e\x00\xcb\x2d\xd7\xad\x3c\x21\x1b\ -\xe3\xc7\x8d\x6b\xc4\x81\x6d\x65\x5e\x46\x1b\xe1\xfc\x4d\x94\x21\ -\xf7\x37\x2d\x5c\x02\xfa\x98\xa3\xe9\x83\x8e\x27\x1b\x89\xfd\x0f\ -\xea\xe6\x0a\x78\xa3\x03\x36\xa7\x94\x4d\x27\x40\x30\xde\x55\x3b\ -\x78\xfb\xbe\x2b\xd7\xa2\xa0\x98\x5a\x69\xa3\x0a\xa9\xbd\xe7\x7b\ -\xdc\xa9\x7e\x71\x71\x1b\xf5\xb0\x3a\xd4\xb7\x68\xe6\xa8\xd4\x54\ -\xe6\x2d\xe0\x4d\x7e\x45\x2d\xd4\x2d\x6f\x6f\x9d\x70\x3c\xd3\x70\ -\x15\xc1\xcc\x10\x76\xd7\xa4\x48\x93\x67\x86\x64\xed\xd0\x28\xb9\ -\x11\x48\x4c\xcc\x44\x38\x1d\xfc\x6a\xc3\x49\x05\xcc\xc2\x73\x13\ -\xc2\x00\x67\x7e\x2f\x28\x3d\x87\x67\x15\xd5\x72\xe4\x1f\xec\x5a\ -\x01\x6c\xaa\x68\xd3\x30\xed\x7f\xc7\x2c\x93\xe4\x9e\xba\xbd\x5d\ -\x10\x32\xe4\x68\xde\xf4\x05\x61\xba\x8d\xdc\x43\xe8\x9a\xc6\x18\ -\x36\x4f\xda\xe0\xc5\x8a\x33\x26\x4c\x23\x26\x5d\x1a\xd6\x9d\x0a\ -\xe0\x43\x70\xca\xdd\x5a\xd8\xf4\x40\x9f\x78\x30\x99\x86\x6d\x29\ -\xac\x5d\xaa\x7c\x1d\xfc\x5e\x9a\x06\x0a\xe1\xb6\x77\x72\xb8\x7b\ -\xa1\x51\x22\x59\xdb\xec\xbc\x49\x8d\x74\x70\x82\x07\x6b\xcd\x2d\ -\xce\x74\x9b\x14\xba\x08\x53\xb9\x34\x81\xc9\x07\x76\x1a\xc1\xdd\ -\x55\x68\xad\x4d\x6d\xc1\xc8\x80\x9c\xfb\xda\xbd\xba\x6d\xa5\xee\ -\x8b\x8f\x8c\x39\x01\xd1\xb2\xc6\x65\xef\xe2\x7b\x6c\xaa\x6e\x81\ -\x8d\xfb\x3e\x13\x4f\x3c\x9a\x87\x70\xdf\x43\xc4\x47\xe5\x7b\xed\ -\x05\xc9\x72\xb5\x02\x57\x33\x05\x2d\x02\xa0\xe8\xe6\x29\xed\xa9\ -\x0e\xf1\xcb\x9a\x99\xe9\x51\x21\x8d\x0d\x36\x00\x00\x20\x00\x49\ -\x44\x41\x54\x01\x97\xbe\xd9\xdc\xe4\xc2\xa6\xb5\x67\xdf\x0d\x28\ -\x78\xb0\x91\xec\xfd\x5d\xe9\x3a\x1e\x9f\x80\x5b\x0b\x33\x8f\xf5\ -\x38\xf8\x3f\x0d\x48\x89\xe8\x82\x3c\x0b\x70\xba\x7e\x33\x56\x70\ -\x57\xd4\x5d\xc3\x67\x85\x4d\xa5\xa5\x7f\xdf\xef\xee\xd8\xe4\x8d\ -\x99\x82\x86\x4c\x1d\x31\x66\xcf\x10\x11\xd0\xda\xed\x71\x1b\xed\ -\x7c\x89\xc2\x10\x8a\x4a\xa6\x2d\xc7\xa7\xe5\x0a\xf1\x0b\x9d\xce\ -\xcf\xf5\x98\x12\xe8\x46\x77\x87\x9f\x65\x60\x41\x67\x97\x69\xd5\ -\x9c\xb3\xb9\x86\xee\x34\x92\xe7\x4b\x2e\xa0\x1a\xfd\x3a\x79\xff\ -\xdb\xef\xc3\x67\x29\x4d\xbb\x35\x3b\x68\xc5\x9c\x16\xf8\x08\xb6\ -\x85\x6b\x58\xe8\xec\x08\xa7\xde\x56\x94\x4b\x23\x6d\x6c\x8b\xc8\ -\x7c\x8c\x49\x4c\x14\xa6\x18\x25\x71\x7e\xf6\x41\x65\x6f\x8d\xe6\ -\x04\x40\x0f\x7b\x29\xe2\x26\x19\x3d\xbf\xe6\xbc\xe9\xeb\xfb\x4d\ -\xaa\x0f\xf1\xf5\x6e\x40\x10\xea\x2c\x88\xa4\xdd\x55\x48\xdf\x1c\ -\x04\xa0\x22\xd9\x0b\xb0\x4b\x3d\xa7\xb0\xd5\x36\x7b\xa8\x7b\xd7\ -\x9a\x05\x3b\x81\xf3\xdc\xd7\x23\x44\x98\x74\x89\xf3\x9d\x75\xb5\ -\x4d\xdb\xba\x5e\x67\x4e\xd4\x56\xb9\x1e\xcc\xb8\xf6\x2d\x75\x9d\ -\x6f\xa7\x63\x7b\xbd\xe4\x2e\xc2\x4b\xa7\xfa\x0d\x72\xb1\x5f\x32\ -\x2a\xa9\xce\x87\xb0\xf9\xdf\xcf\xeb\x49\x46\x03\x32\xc6\xba\x81\ -\xc8\xfe\x39\xe8\x30\x36\x5b\xe6\x44\x15\x81\x90\xd3\xaa\xfc\x1e\ -\xa5\x4d\x3a\xb5\x6a\x5b\x78\xb0\xd1\x65\x9c\xba\x5c\x55\x07\x71\ -\x37\xee\xf2\xa2\x5b\xda\xdd\x7c\x07\x78\x07\x55\xb4\xc0\xcd\x9a\ -\x44\xa9\x37\xbf\x72\xdd\x43\xfc\x36\x4a\x3b\x72\x32\xcb\x21\x99\ -\xeb\xac\xcd\xda\x60\xad\x37\x81\xa6\x54\xd9\xe9\x75\xba\x6e\xaf\ -\x60\x3d\xbc\x4d\xda\xf6\x35\x8f\xf4\xe6\x47\xc6\x1a\x5b\xd3\xcc\ -\xfa\x60\x8c\x2f\x9a\xf6\x21\x31\x26\xb3\x1f\xaf\x37\xea\xbe\x79\ -\x64\xac\xa9\xed\x16\xdb\x10\x3f\x37\xd6\xef\xce\x08\xb2\x4d\x0a\ -\x64\x1a\x92\x81\x6a\x12\xcd\x22\x07\x57\x5e\x80\xd3\x5a\x05\x42\ -\x94\x5a\xf1\xa6\x73\x66\x77\xc9\xf5\xbc\x4e\xe5\x8f\xdf\x5d\xbf\ -\x9b\xb4\x95\xeb\xb5\xac\x2c\x50\x3f\x3b\xc5\x1d\x9b\x9f\x39\x7f\ -\xe0\x83\x8c\xde\xed\xd1\xca\x61\x1a\xe3\xab\x51\x38\xc2\xea\x92\ -\x68\x3d\x98\x25\x6e\x1d\x60\x1d\x5c\xd6\xda\xea\x14\xbb\xfc\x82\ -\x59\xb0\x2f\x2b\x5c\xb5\x49\xd3\x4a\x6c\x4e\x5e\x24\xab\xad\x03\ -\xe7\xc7\x14\x84\xb1\x33\x57\xac\x38\x05\xe4\xc7\x5f\x26\x83\xe5\ -\x28\x53\x6d\x24\xe5\xf5\x73\xd4\xa2\x98\x85\x06\x82\x06\x7d\xe8\ -\x0f\x89\x96\xeb\x87\x4d\x5d\x94\x02\x19\xc4\x8f\xd0\x4a\x4a\x11\ -\x1a\x32\xe8\xcb\x85\xd8\x33\x68\x4d\xaa\x9e\x03\x21\x65\x91\x1c\ -\x22\x4b\x29\xc7\x7c\x53\x5d\xb9\x10\xfc\xac\xcc\x2a\xd0\x46\x7c\ -\x7c\x92\x88\x19\x30\x66\x9c\x8e\x25\x3f\xbe\x19\x1e\x75\xb4\xd6\ -\x35\x11\x31\xde\x9c\xf6\x21\x12\x21\x25\x21\x31\x25\xf2\x85\x2a\ -\x1e\xbc\xf7\x71\x44\x81\x85\x97\x05\x5a\x6a\x57\xd6\x42\x8e\x1c\ -\x26\xf9\x92\x9c\xb3\xc4\x24\x4d\x78\xfd\xfd\xeb\xe0\x90\x44\xb8\ -\x58\x24\x2d\xdb\x27\xfd\xb8\x80\xbb\x28\x1f\xc2\xcf\x72\xff\x92\ -\xf5\x7e\xd6\xc4\x6f\x8d\x93\x4d\x30\xf8\x98\xe9\xf3\xf9\xa1\x31\ -\xbe\x1c\x01\xd7\xcd\x62\x5d\xa1\x41\x95\x36\x4d\xca\x82\xcc\xb5\ -\x37\x43\x04\x1c\x1f\x21\x67\x27\xfe\xfc\x16\xba\xcc\xcf\x20\x12\ -\xa1\x9f\xf9\x93\x1b\x2c\x82\x13\x83\xee\xc0\x6a\x90\x83\x51\xcd\ -\x26\xc1\x04\x6b\x6a\x98\x30\xca\x49\xf7\x11\xa2\xe9\x7a\xbd\xb4\ -\xf5\x75\xba\xc9\xe3\x37\xd2\x9c\x7a\x7c\xe6\x9c\xee\x91\x65\xc3\ -\xf0\xa0\xc8\xdf\xd0\x3a\xb7\xda\xd0\x25\x17\xfb\x21\xa2\x41\x83\ -\xd7\x7b\xff\x96\xb9\xb2\xcb\x6c\x59\xa5\x9a\xaf\xbb\x2f\x5b\x13\ -\xd9\x3f\x9e\x23\x62\xf2\x80\x63\x5c\x7d\x9f\x49\x17\xfa\x89\xd3\ -\xcd\x96\x6e\x0f\x0d\x57\x06\x35\xd7\x26\x22\xfa\xe4\xc1\x09\x54\ -\x5e\xa9\xc2\xdc\xc4\x48\xfc\x19\xc7\xfa\x0f\x01\xb7\xe9\x74\xee\ -\xf7\xe2\x86\x08\x98\x9c\x24\x7a\x16\x7a\x1c\xf5\x69\x0d\x22\xe8\ -\x43\xe8\xa3\xdf\x64\xf2\x01\x27\xbe\x91\xfa\x35\x23\x23\xfd\xf9\ -\x21\xe1\x67\xad\x1f\xea\x41\x9a\xcb\x55\x2f\x90\xe9\xb1\x68\x0d\ -\xfa\xf1\xf7\xf9\x10\x11\xd3\xe4\x3f\x85\xee\x92\xac\x0c\x9e\x58\ -\xbf\xcc\xf4\x51\x3f\xff\x58\x92\x22\xa9\x54\x8e\xd4\x33\x26\x46\ -\x4a\xa4\x9e\xd1\x31\x86\x78\xf0\xf0\xca\x5f\xf1\x04\x94\x45\x29\ -\xa6\xaf\x55\x28\x71\x98\xce\x7c\x27\x95\x30\x8a\x0f\x49\x89\x8c\ -\xd1\x0c\xea\xa1\x62\x3a\x7d\xfd\xe7\xc3\x46\x43\xfe\x93\xeb\x22\ -\xb4\xaa\x62\x42\x4c\x0f\x7d\xd3\xcf\x72\xb8\xf4\xdc\x3c\x93\x91\ -\x7b\x98\x4c\x56\x88\x36\x11\x11\x7f\x32\x4f\x6a\xb1\x36\x66\x36\ -\x03\x73\x10\x31\xfd\xe3\xcf\xf7\xcb\xef\x8f\x00\x85\x2a\xe7\x8c\ -\xc0\xe1\xb1\xb4\x28\x50\x98\x32\x13\xd9\x80\xf5\xc6\xf4\x47\xfe\ -\x5b\xe7\x66\x16\xb2\x8b\xae\xc5\x63\xd0\xe7\xf3\x5f\x1a\x83\xa1\ -\xa8\x99\xa4\x91\x4f\x37\x97\x2f\x9c\x64\x7e\x16\x65\x78\xae\xd1\ -\x8f\x57\x70\xb3\x1b\x14\x91\x91\xf1\x4c\x6d\xe6\xfc\x81\x89\x03\ -\xa9\xbb\x69\x69\x69\x30\x2d\x44\xf0\x6b\xdd\x7d\xb4\x1a\x00\x8d\ -\x93\x5c\x26\x68\x46\xfd\x1d\x99\x91\xce\x49\x1f\x91\x2b\x1b\x20\ -\xdf\x9f\xfd\xc9\xe2\x33\xef\x65\x5e\x7f\x96\x98\xe8\x43\x93\xc4\ -\x98\x78\x06\x5f\x38\x9e\xd3\x3a\x73\xa7\x69\xa3\xc7\xd5\x30\xc8\ -\x57\x9d\x08\x4d\xfb\x90\x2a\x5f\xdd\x0f\xe7\xc7\x1a\xb5\xfd\xc9\ -\x89\x8f\xef\xdb\xf5\x80\x2e\x60\xe8\xba\xaf\x52\xa3\xac\x2b\xe4\ -\x76\x8c\xa5\xcd\x5c\xa1\xc0\x5f\x44\xf4\xbf\xd4\x6c\x2b\x4c\xac\ -\xd4\x2b\x86\x3f\xfa\x5f\xff\xfe\xab\xa0\x5b\xd1\x01\x5f\x59\x0f\ -\x4c\xe2\x8d\xba\xec\xad\x8a\xad\xbb\xf9\xdb\xef\x27\x96\x0a\xf7\ -\xac\xca\x5e\x48\x65\xae\x86\x05\x6a\x04\xe6\x41\x4f\x36\xbc\xff\ -\x6c\x45\xe9\xb3\xd6\x18\x2d\xa0\x66\xce\xef\x74\xf2\x15\x19\x8e\ -\x8c\x17\x70\x32\xf5\x3b\x1d\x19\x17\xe5\xd7\x6a\xb9\x13\xd3\x67\ -\xce\xa6\xbb\x79\x9a\xfd\xb6\xd1\x47\xbf\x3d\xf3\x68\x35\x99\x22\ -\xee\x68\x69\x2b\xd3\x69\x42\x4e\x59\xde\x8f\x1c\x17\xdc\x32\x26\ -\x1a\xb1\xf6\x8d\x48\xf8\x9f\x45\x2d\x37\xa3\x69\x93\x3e\xf3\x93\ -\x65\x9d\x18\x79\xb6\x63\x39\x41\xcf\xcf\xcc\x0c\xc3\x68\xc0\x03\ -\x3c\x1e\xcc\xa4\xf6\x9d\xf7\xb9\x6c\x19\x9a\xeb\x9f\xcf\x31\xc5\ -\x63\x2a\x9d\xbd\x29\x9a\x62\x9d\x05\xee\xb7\xce\x8c\x52\xa9\x1b\ -\x46\xeb\xbf\xf3\xe3\x77\xb4\x94\x06\x2d\xc1\x07\x49\x9a\xec\x40\ -\xa6\x0c\x0f\x07\xae\x7c\x7f\xf2\xca\x4f\x0c\x73\x83\x81\xae\xae\ -\x00\xf2\xec\xec\x17\x23\xa2\x39\x3f\xad\x81\xff\xb8\x8b\x28\x3b\ -\x68\x6e\x34\x49\xed\x29\x70\x4e\x43\x8f\xb4\x18\x30\xd3\x6a\x92\ -\xf9\xb0\x24\x08\xb6\x68\x77\x83\x58\xbf\xb3\x56\x16\x98\xf4\x98\ -\x19\xfd\xf0\x6a\xbc\x55\x0d\x8c\x66\x82\x69\x35\x96\x8a\xc2\xd7\ -\x07\x01\xd8\xcb\x20\x27\x89\xbc\x3e\xf2\x0c\x41\x09\xa7\x55\x37\ -\x9d\xb1\x9f\x1f\x70\xf5\x7b\x1a\x73\x63\x35\x4e\x1e\x09\x21\xd4\ -\xac\xf8\xa3\xae\x8b\x01\x4a\xd6\x3c\x0c\xcc\x25\x33\xfa\xa3\x9f\ -\xd5\xa8\xc9\x02\x83\x65\xac\xac\x57\x32\x23\xd1\x41\x1f\x5b\xfd\ -\x8b\x7e\x7e\x9a\xb1\xcf\x72\x35\x37\x32\xfb\xf6\xda\x6b\xd0\xf3\ -\x8c\x06\x50\x19\x4d\xfa\x10\x11\x3f\x02\xba\xeb\xaf\xca\xdb\x55\ -\xa3\x1f\xfb\x54\xbd\x31\xbb\x8c\x81\xbc\x3e\xb0\x1f\xa5\xff\x7d\ -\x4d\x62\x19\xf4\x63\xeb\x9f\x4f\x3f\x70\x6e\x34\x86\xcd\xbb\xdd\ -\x6a\xa2\x70\x63\x3e\x58\x16\xe2\xe5\xd6\xb4\x73\x4f\x97\xe1\x96\ -\x02\xca\xba\x77\xca\x80\xca\xd9\x4d\x5b\x22\x79\x09\x3c\xcf\xd3\ -\x28\x4e\xf5\x77\x9e\xc8\x68\xd0\xae\x6a\xe1\xb8\x4b\x21\x7e\x11\ -\x89\x83\xd5\x17\x12\x70\xa6\x03\x49\x14\x6f\x00\xc4\x38\x75\xdd\ -\x38\xc6\x44\x44\x24\xec\x85\x43\x8f\xa4\x5c\xc2\x70\xd9\xf2\x37\ -\xee\xe2\x54\xf1\x30\xba\xb8\xd8\xb8\xd1\xb6\x34\x26\x6a\x81\x0a\ -\x03\x82\xf3\xf1\x0e\x1a\x85\x9c\x55\xb4\x3c\x49\x1f\xb8\x71\x73\ -\xe3\x99\x2d\x44\x46\x0e\x3b\x4f\x8b\x22\x96\x4f\x03\x0f\x72\xe7\ -\x35\x35\xad\x62\x5d\xed\x5a\x20\x8c\x31\x7e\x45\x06\xf0\xd7\x6f\ -\x19\x6a\x19\x1c\x9d\xd3\x30\x28\xda\x37\x6a\x9f\x01\xd2\x49\x30\ -\x0e\x26\x19\x8b\xb2\x31\xd7\x44\x49\xb9\xa6\x2a\xbb\x5d\xfb\x89\ -\x34\xd3\x35\xcd\xfc\x98\xac\x85\x68\x9f\x22\x43\xc6\x8e\xfc\x95\ -\xeb\x44\xc6\x0f\x5c\x9d\x7e\xc8\xc1\x5e\x3d\xec\x6f\x29\x26\x64\ -\x35\xd9\x90\xb9\x8c\xdf\xa3\x60\xb0\x34\x0a\x59\xcf\x69\x8c\xaf\ -\x36\xc5\x4b\xe0\x68\xcf\x9b\x93\x01\xda\x0d\x39\xbe\xf7\x9e\xe0\ -\x74\x8a\xc1\xed\x30\x0b\x48\xb1\x2a\x97\xfb\x24\x1d\x0e\x7b\xdc\ -\xa6\x16\xfd\x2c\x10\x98\x6e\x6d\xd3\x18\x2a\xf3\x85\x28\x74\x15\ -\x69\x89\xb9\xdd\x9f\x5f\xc5\xc2\x2c\x3b\x2d\xb9\x4f\x28\xc4\xc3\ -\x94\xeb\xe2\x2e\x14\x7d\x4d\x4a\xe4\x25\x7f\xad\x40\x08\x96\x75\ -\xa1\x8e\x30\xb4\x35\x6e\x94\xb8\x55\x50\x89\xef\x35\xcb\xb9\x3c\ -\x3b\x05\x21\x4f\x4c\x60\xa7\x05\xe3\x20\x9a\xc8\x42\x55\xf9\x9c\ -\x2c\xda\x61\x22\xec\xeb\x40\x1b\x0d\x2c\x02\x9c\xd9\x04\x78\xef\ -\x0b\x41\xb4\x83\x66\x37\x02\xfe\xf1\x73\x97\x81\xf8\xda\x43\x26\ -\xdf\x8d\x22\xc6\x21\xf6\x8e\xc6\x29\x3e\xe9\x13\xcf\x7d\x37\x43\ -\xf2\xc5\x1c\x60\xd8\x95\x96\x4e\x77\x53\x18\xa2\x72\xc9\x9b\xfa\ -\xd3\xa7\xa5\x7b\x1c\x08\xcb\xab\x8e\xea\xdf\xfc\x87\xdd\x9c\xa3\ -\xd3\x86\x42\x73\xb3\xd3\x8b\x00\x38\x8a\x26\x83\xb5\x9d\x51\xac\ -\x5d\xa7\x21\x22\x4b\x3b\x49\xb6\x09\xf1\xc9\x11\xd6\xd1\xac\x83\ -\x8f\xcf\x07\x22\x7e\x42\x07\x3c\x00\x38\xea\xf9\x94\x41\x43\xb4\ -\x42\x44\x60\x19\xef\x20\x65\x21\x44\x8a\x17\x56\x51\xf2\xa8\x67\ -\x69\x75\xfa\x70\x3f\x67\x1e\x19\x87\x70\xdf\xf6\x46\xd8\xe8\x4a\ -\xc7\xfa\xd7\xff\xb1\xdf\x4d\x47\x2e\xff\x36\x9f\x4b\xe6\x60\x11\ -\x6f\xd6\xe4\xce\x54\xe1\xa7\x6b\xd2\x2f\xf7\x3f\xe6\x0f\x2a\x4a\ -\x18\xb2\x98\x1d\x99\x35\xc5\xc4\x29\x57\xd2\x69\x24\x61\x37\x3d\ -\xad\x69\x91\xd8\x2b\x5d\x11\x6e\x26\xe8\xc6\x41\xbd\x2a\x8d\x39\ -\xa9\x4f\x45\xc8\x8a\x05\xe3\x6c\x9b\x30\x6b\xe2\x16\xa2\x6c\xf0\ -\x39\x07\x85\x51\xf7\x3b\x33\x88\xfe\xfa\x7c\x6f\x8e\x91\x95\x35\ -\xc5\x57\x9d\xdb\x02\x90\x1f\x22\xd2\x46\x97\x35\x6f\x90\x62\x22\ -\x7c\xd3\xf5\x12\x06\xc6\x6e\x14\x34\xc1\x9a\x80\xdf\xd9\x15\xff\ -\xe6\x1c\x60\x1a\x6d\xf2\xde\x6b\x9c\xd1\x69\x8a\x5b\xd6\xe0\x6f\ -\xd3\xae\xcc\x9e\xd2\x5f\xa4\x17\x56\xd4\xbf\x6d\x0e\x09\x5a\x30\ -\x6b\x40\xd7\x95\xc1\x74\xd4\x46\xc0\x98\x90\x3e\x39\x2e\x1d\xd3\ -\x99\x05\x16\x2e\x7c\x42\xf7\xe9\xbe\xc8\xee\xe0\x0b\x71\x35\xb7\ -\xfa\xcb\x28\x83\x81\xdf\x9e\x3d\xfb\x80\x01\x69\xc4\x2b\x0f\x52\ -\x81\xbd\x62\x64\x9f\x49\x73\x76\xa9\x8e\xd2\x02\x25\x78\x8b\x84\ -\x62\xe6\xd2\x58\xdd\x0a\xc1\x35\x26\x96\x7f\xb5\x11\xc2\xf6\x33\ -\x3f\x08\x53\x2b\xa8\x73\x11\x28\x35\x5b\x6d\xfb\x8d\x83\xae\x1b\ -\x77\xd2\xb3\xa7\xa2\xe9\x1a\xd9\xc0\xf5\x49\x07\xa7\xeb\x48\x39\ -\x05\xc6\x61\xcf\xbb\xa6\xc6\x1f\x7e\xb7\x42\x96\x16\xf2\x5b\xa3\ -\xca\xd9\x68\x32\x51\x70\x22\x4d\x2b\x90\x15\x76\x77\x13\x52\xdb\ -\xdc\x11\x17\x5a\xca\x6e\x0e\x50\x89\xd3\xa7\x58\x52\xa1\x61\xbb\ -\x65\x79\x85\x1e\x2a\x29\x6f\x9e\x67\xa0\x44\x39\x8e\x3d\x68\x08\ -\xdb\xb3\x16\xf9\x6a\xa3\xd3\xbd\xb9\x12\xe5\x23\x0b\x0b\x1b\xd5\ -\x35\xa9\xba\xd3\x39\xcc\x17\xac\x88\x1c\x01\x7b\xf1\x5d\x44\xf8\ -\xa0\x66\x74\x9a\xe1\x38\x5a\xf7\x5b\x3c\x00\xd9\xa6\xef\xb2\x5b\ -\x63\x5d\x54\x1b\xc6\x40\x4b\xd7\x4e\x34\x9b\x58\xe1\x12\x76\x83\ -\x11\x83\xa0\x98\x5b\x84\x38\x8a\x1c\xc8\x69\x40\xd6\x81\xf9\xc6\ -\x6f\x76\xc6\x9b\x0d\xf0\x6f\x41\x90\xca\x4b\x13\xa1\x9e\xab\x83\ -\x97\xfc\x42\x55\xd0\x75\xb2\x1c\xf6\xf2\xe7\xce\xa5\x54\x60\x31\ -\x5a\x44\x6c\x71\x47\xb9\xd5\xf4\xc6\xc1\x17\xb6\xd8\x33\x2e\x55\ -\xd4\x4c\x42\x18\x77\xb7\xae\xa7\x46\x9b\x7b\xbb\x34\xf7\x6c\x0b\ -\x6c\xc0\xf7\xcb\x4b\xb7\x7a\x26\x34\x0a\xb4\x51\x2a\x30\x2f\x86\ -\x36\xba\x4c\xd8\xe4\x26\xbd\xc0\x01\x89\xc7\x91\xbe\x0a\x5e\xd6\ -\x26\xd4\xbf\x35\x56\x8b\xca\x82\xc6\x14\x70\x4d\xc4\xfb\x05\x3d\ -\x58\x4c\xdb\xc4\xa0\x71\xa4\x92\x46\x32\x06\x32\x9a\x80\xd3\x9e\ -\x40\x91\xbc\x2c\xff\xd1\x28\x63\xbd\x89\x27\x27\x41\x12\xd9\x7a\ -\xc5\xa7\xb9\x17\x24\x8a\x96\xdd\xa7\xf8\x9c\xa6\xa5\x8d\x34\xfe\ -\xb9\x19\x16\xe5\x49\x3f\xbe\xb8\xea\x11\x0a\xda\x05\x96\x66\xe5\ -\xee\xed\xcd\x3f\x6d\x51\x1a\xb2\x4d\x64\xf6\x26\xe7\xd4\x68\xf4\ -\xf5\x9d\xe7\x1f\xef\x96\xe8\x51\x56\xa3\x2e\x76\x80\xed\x7d\xa0\ -\xee\x5f\xb5\x36\x39\x1c\xa1\xac\x35\xf6\x35\x6d\x55\x58\xc3\xdc\ -\x1d\xc5\xb0\x98\xba\xee\x83\xdf\xf5\x57\x6f\xe7\xdf\xdb\x9f\xd1\ -\x04\xbe\x9e\x76\xf6\xae\x98\x94\xb9\x58\x14\x64\x64\xf4\x59\x43\ -\x14\xb5\xe6\x5a\x5b\x99\x7c\xce\x30\x11\x39\x40\x2f\xcc\x69\x3a\ -\xdd\xd6\x5e\xe8\x31\x1c\x31\x24\xd5\x20\x22\xc5\xb0\xa6\x09\x6b\ -\x21\xea\xcf\x4c\x06\x07\x8f\xd8\x8f\xcf\x95\xba\x7b\x03\xe6\x1e\ -\x5e\x8e\xb0\x0a\x6e\xc3\x33\x40\x3d\xa7\x81\xde\x6c\xf3\x89\x35\ -\x99\x2a\x45\xef\x7b\x6b\xaa\xf0\x06\x97\x8d\x0a\x34\xee\xa6\x4c\ -\xf9\xbb\x9f\x6d\xdf\x73\x4b\x4b\xcb\x46\x04\xdd\xcb\x78\x19\xc5\ -\x84\xcd\x7d\x50\xbc\xa3\x01\x93\xf6\x41\xdd\xf5\x92\x9c\x8d\xd0\ -\x6c\x96\x6b\x9d\xaf\x6d\xc2\xad\x60\x8b\x48\x10\x0a\xd6\x03\x64\ -\x22\x46\xf4\x28\xb3\x07\x10\x6f\x26\x42\x61\xa3\xbe\xd8\x40\x1d\ -\x24\xe4\x66\x13\x3f\x60\x3a\x54\xce\xab\xb5\xaf\xed\xd2\xf4\x72\ -\xbb\x23\x0a\xc0\x2c\x0a\xe4\x0a\x40\xf7\x42\xd7\x6e\xc0\x67\xdd\ -\x2b\xf8\x8c\x55\x2b\x83\x71\x15\xd1\x72\xd6\xbd\x2f\x21\xd4\x04\ -\x3a\x38\x94\x53\xbc\x01\xab\x8b\x9e\x6f\x5b\xd1\x2d\x2e\xfd\x00\ -\x00\x22\xa7\xb9\x4e\xcb\x94\x72\x6a\x1d\xd0\x54\xc5\x7a\x60\xa0\ -\xf4\xb3\xd6\x5e\x0c\xe0\x50\xec\x6e\xe5\x7f\xab\x01\x0f\x90\x9a\ -\xfe\xe2\x2e\x48\xb4\xbd\x37\x7c\x31\x13\xb2\x0b\x83\x6a\xfc\xb5\ -\x81\xcb\xdd\xc8\xa6\xb1\x90\xc2\x08\xcd\xea\x0e\x88\x38\x19\xe6\ -\xe9\x79\x51\x9c\xa4\x52\x02\xd6\x5b\x0f\x05\x2f\xca\x6b\xee\xcf\ -\xcb\xf9\xb5\x18\x4d\x7f\x40\x9e\xc0\x1e\x19\x30\x5c\x3b\x65\x44\ -\x53\xe9\x33\x27\xe9\xe7\x43\xfa\x99\x64\xe2\x60\xb4\x4b\x98\x82\ -\x39\xb7\xd6\xbe\x24\xe0\xfb\xbc\x25\x99\xe3\x02\x2f\x71\xa4\x1e\ -\x9c\xd8\x5d\x9f\xf5\xff\x07\xb9\x3b\x2c\x6c\xb9\x46\xf5\xd6\xdc\ -\xbc\xd6\x08\x52\xf9\xbc\xa4\xab\xf3\xd4\xed\xd7\x3c\x64\x37\x9b\ -\xb1\x78\x95\x73\x9b\x7a\x54\xe1\x98\xc5\x0f\x04\xb6\x8a\x53\x0c\ -\x62\x82\x85\x21\x6f\x6c\x68\xd9\x6e\x80\xd2\xd1\xd6\x81\x8f\xd6\ -\x38\x59\x2c\xa0\x17\x6e\x6e\xc3\x4e\xfc\xf9\xaa\x6a\xe3\x6c\x47\ -\xc8\x6f\x34\x6f\xe8\x7e\xd2\x91\xc9\xe2\xdd\x46\xf7\xfe\x1e\x6c\ -\x38\x12\x31\xed\x53\x2b\x02\x3b\xde\x2a\xbc\x38\x9d\x91\x6b\x72\ -\xb3\x9b\x45\x98\x73\xfc\xc9\x8c\x78\xc8\xb6\x41\xa5\x0e\x71\xe0\ -\x41\xef\x6e\x78\xbf\x05\xea\xdd\xc6\xa6\xc6\x7a\x14\xf1\x0c\xe6\ -\x12\xad\x60\x83\x5c\x8d\xd6\xbc\xe9\x1d\x11\x7a\x0f\x7b\x7c\x11\ -\x37\x52\x51\x0c\xe2\xf2\x1c\xc4\x2d\xe7\xeb\x4d\x90\xde\x10\x63\ -\xc8\xd4\xf8\xd5\xcc\x43\xd1\x55\xcb\x1b\x13\x76\x7a\xaa\x53\xb4\ -\x02\xd1\x57\xc8\x4b\xe2\xc1\x05\x7c\x68\x7d\xd6\xdb\x34\x27\x0e\ -\x11\xc9\x6a\xe4\xbc\x54\xf6\x5c\xaf\xd3\xf8\x41\xdb\xd4\x2d\x0e\ -\xe8\x3e\x75\xf2\x0f\xc9\x92\x59\x75\x23\x0d\x41\xbc\x61\xa0\x6e\ -\xc0\xd1\x7f\xbe\x4f\x54\x20\xf7\x6e\xc0\xa5\xdf\xac\x7e\xaf\x82\ -\xe4\x7b\xd6\x56\x58\x10\x27\x85\x87\xed\x97\x89\x3f\xb7\xbe\xa7\ -\x4d\x60\x64\x35\x7d\x92\x79\x50\x90\x5d\xe4\x87\xd1\x08\x0d\x8f\ -\xf2\xf9\xd9\x94\x9b\x46\xf4\xb7\x73\x78\x9f\x36\x0b\x61\x43\x5d\ -\x48\xfa\xb2\x27\x5f\x8d\x3c\xb1\xd2\xe0\x2f\x47\xfe\x2e\x53\x19\ -\xea\x4e\xb0\x94\x46\x27\x18\x9f\x00\xb4\x41\xa3\x53\xbc\xfe\xcb\ -\x65\x7f\x0b\xf6\x26\xba\xdb\x0f\x1b\xd2\x54\x5b\x56\x60\xd1\xbe\ -\x6b\xaf\xe1\x44\xc4\x83\xd8\xd3\x69\x50\xdb\x04\x94\x9b\x3b\x53\ -\x01\x17\xd4\x88\x35\x38\xc8\xb1\xeb\x99\xf4\xf6\x8a\xba\x1b\xa8\ -\x83\x15\x34\x5e\x0a\x35\x88\x86\x10\x9c\xd4\x6a\x77\xde\x4d\xd4\ -\x57\xd3\xe5\xb6\x58\x78\x13\xa8\x37\xe3\x75\x92\x5a\xcd\xad\x80\ -\xf1\xd3\xee\xda\x2a\x39\x89\x66\xdd\x7f\x3f\x6d\x53\xa7\x4b\xa1\ -\xc7\x65\x97\xcc\x19\x74\xcb\xd9\xf8\xdd\x4c\x1a\x22\x14\xf6\xbe\ -\xe6\x9d\x2a\xa5\x21\x65\xc0\x7d\x79\xba\xd3\xee\x31\x28\x99\x77\ -\xd6\x0a\xfb\x91\xdf\xe3\xe6\x9a\x7c\xdf\xef\x7c\x6d\x94\xa7\x79\ -\x3c\x06\xac\xdd\xe1\x72\x81\xb8\xb7\xec\xda\x20\xf4\x7d\xa1\xf0\ -\x6b\x23\xa9\x85\xab\x41\xea\xcb\x75\x2c\x86\x8c\x37\x0f\xd2\x5c\ -\x6c\x23\x0a\x78\x64\x40\x2a\x86\x4c\xa7\x89\xc6\x3e\xa9\x67\xd4\ -\xa6\x61\xc0\x74\x99\x56\xcc\xcd\xb8\x0c\xf7\xd5\x6f\xee\xae\xd7\ -\x1c\x50\x02\x0d\x68\xdc\x15\x7e\x46\x99\xaa\x37\x75\xf5\x93\x71\ -\xdd\x4c\xb7\x62\xa9\x6c\x4f\x0c\x63\xae\xe9\x13\x36\x0b\x68\x81\ -\x1e\x45\x72\x36\xc1\x41\xb9\x6d\x7b\x53\xee\xc1\xd6\x7e\xc6\x64\ -\x9a\x0e\x4c\xf3\x7a\x8d\xc6\x2d\x44\x99\x93\x92\x3d\x16\xa5\x5c\ -\x67\x0d\x75\x99\x5a\xe6\x13\x91\xd0\x60\x5d\x72\x93\xcb\xc4\x76\ -\x9f\xc2\xc7\x3a\xd9\xcd\x88\x6e\x7b\xff\x38\x63\xad\x1c\xaf\x57\ -\x33\x64\x59\xff\x2b\xd7\x79\xb9\xea\x86\xda\xf7\xe3\x8b\x41\x83\ -\x7d\x31\x5d\xd9\xc1\xd6\x04\x72\x8b\x21\x80\xae\x7f\xb1\x16\x17\ -\xf8\xbb\x0f\x0f\xb4\x8c\xd5\x68\xf9\x43\xa0\x6b\x26\xba\xa5\x06\ -\x50\x98\x52\xa6\x00\xcd\x43\xb7\x27\x5e\xb5\xeb\x43\xa6\xcb\x88\ -\xce\x12\x86\x05\xa3\x96\xd0\xef\x8e\xa5\x6d\x34\xcf\xa6\x5c\xd2\ -\x0d\x35\xe0\x0f\x4b\xb3\x14\xcc\xc0\xde\x17\x24\xba\x0b\x0f\x77\ -\x6b\xf4\x1b\xa2\xa7\x60\x01\xbb\x72\x56\x6e\x87\x13\xb7\x1c\xa3\ -\x4e\x55\x38\xc3\xdc\x0a\xfd\x8d\x82\x03\xa7\x00\x47\x58\x67\x76\ -\xd6\xd6\xa8\x4c\xa1\xe1\x0a\x0a\x62\x05\x68\xde\x53\xa3\xd1\xc5\ -\xa9\xfe\x9e\x85\x2a\x67\x90\x5e\x3a\x7d\x75\x9b\xf2\x38\x68\xc6\ -\x18\x60\x22\x50\x36\xac\x4b\x9b\x55\x93\x0e\x13\x21\xe5\xa0\xdd\ -\x44\x31\x59\x94\x15\x0d\xda\x9a\x5f\xb8\x03\x5c\x7b\x86\xff\x7b\ -\xde\x36\x25\x91\x42\xb8\xa9\xbe\x8c\xdf\x37\x13\x10\xa0\x44\xee\ -\x88\xc3\x6e\xc9\x7e\xa0\x20\x97\x35\xa4\x54\xdf\x99\x65\x6b\x5c\ -\xc7\x66\x22\x60\x27\xdd\xab\xfe\x2e\xc8\x67\x72\x8e\xef\x51\x98\ -\x6d\x4d\xcc\xde\x38\xe0\x65\xa0\xae\xdb\x18\x37\xed\x94\xd9\xaf\ -\x05\xec\x5b\xd6\xc5\xa0\x30\x6b\xe8\x76\xf0\xf6\x86\x7c\xe3\x74\ -\x2f\x8a\x0d\x6c\xf8\xdc\xee\xf4\x57\x4a\x80\x6f\x4b\xbd\x14\x82\ -\x79\x51\xc6\xda\x31\x82\xff\x06\xa7\x68\xb4\xfd\x1c\x14\x58\x11\ -\xcc\x12\xd3\x46\x99\x59\x2a\xb2\x5d\xac\x4b\x9b\x8e\xe6\x2c\x38\ -\x8f\xf7\xab\x9a\xe2\xf8\x58\xd3\x76\xb1\xe4\x37\x28\x36\x1a\xff\ -\xd9\x94\x9e\x40\xcc\xf8\x7c\x27\x6b\x7a\x47\xdb\x5a\xef\x36\xa7\ -\xcc\x72\xa1\x79\x50\x3e\x8b\x31\x3c\x36\x81\xa4\x4f\xf7\xb6\x26\ -\x5b\xac\x32\xbf\xba\x98\xa5\xd0\x37\x76\x7b\x62\x19\x81\x4a\x7b\ -\x4e\x06\x16\xda\x5e\xd0\x98\x2d\xde\xba\xfc\xd5\x86\xfe\x05\x34\ -\xb3\x5b\x51\x53\x77\x80\x51\xad\xd3\x75\x07\xa8\x6b\x0f\x26\x34\ -\x79\xde\x78\x18\x35\xea\x15\x6d\xcd\x4d\xd1\x60\x81\xa7\x28\x74\ -\x58\xb8\xd7\xa4\x48\x2e\x16\xf6\x56\x63\x42\xa0\xa3\x65\x40\x64\ -\x9b\x58\x29\x15\xd9\xf5\xf1\x33\x7c\x38\x79\xc2\x5d\xef\x22\xfe\ -\xc0\xc1\xb7\xa4\x95\x1e\xd4\xbb\xb9\xd1\x24\xf7\xf8\x0e\xbd\x14\ -\x0b\xbf\x4c\x6d\xaf\x66\x0a\x77\xca\xcb\x0d\xa0\x3c\xee\x3e\x7b\ -\xdc\xd5\xcd\xbf\x97\xae\x2c\x3b\x8b\x0c\x3b\x29\x1b\x65\xb3\xe9\ -\xd4\xd7\xe9\x6c\x03\x4d\xf3\x1f\xf2\xff\xe6\x24\xcb\x50\x4f\xd9\ -\x1b\x26\x4f\x0f\xf4\x89\x81\x36\xea\xf0\xfe\x3c\xc4\xc5\x3b\xd9\ -\x88\x2b\x82\x62\x9c\x5a\xac\x9a\x9a\x6a\x03\x30\x8e\x67\x9b\x94\ -\x42\x4e\x1a\x65\x99\x38\xbd\xd3\xaf\xf0\x9e\xc8\x3b\x8d\xf4\x6a\ -\xd0\x80\x59\x98\x99\xcd\x74\x05\x4e\x76\xb7\x32\x49\xf6\x46\x81\ -\x2f\xdd\x0c\xe8\x6a\x99\x4e\xd8\x44\xf5\x35\xb5\xe8\xa0\x0f\xe4\ -\x97\xd1\xf6\x5d\x07\x0d\x5b\x74\x76\xe6\xd3\x72\x3b\x02\xbc\x63\ -\xaa\x15\x1a\x2b\xa6\xe1\xc6\x26\x94\x59\x75\x86\xf5\x40\xc6\x80\ -\xad\xc6\x52\x01\x08\x53\xdf\x87\x96\x03\x97\x71\x30\x2d\x6c\xcb\ -\xf8\x3c\xc1\x14\x69\x26\x62\xf6\x92\xf5\xc7\x32\x5d\xbf\xa4\xad\ -\x29\x4c\xdb\xfb\x5f\x4d\x20\x84\xba\x8d\x85\x9b\x84\xd9\xfb\x1e\ -\xbc\x81\x39\xd8\x0c\xdd\xea\xd4\x5b\x43\x73\x73\x20\xee\x54\xe3\ -\xfb\xf9\xd0\x98\x49\xe1\x72\x7c\x64\x84\x0a\xb0\x69\x86\xeb\x85\ -\x3f\xaf\xe0\x6e\x63\x6c\xa5\x96\x8d\x5f\xeb\xaa\xfe\x33\x64\xdb\ -\xd3\x9f\x55\xe3\x3a\x13\xcc\x3c\x57\xf0\x46\xc7\xed\xcf\x24\xb4\ -\xd6\xd2\x5d\x56\x4d\xae\xf5\x5c\x03\x48\x8d\x36\x9e\x77\xdc\x11\ -\x9f\x0b\x18\xdf\xe9\x9a\x05\x55\xec\x01\xca\x6b\x7f\x86\x99\x58\ -\xd4\x62\x43\x06\x38\x9f\xae\x61\xc0\x31\x2c\xb0\x32\x97\x59\x40\ -\x76\x19\xd2\xc4\x3f\x9f\xd2\xee\x08\xe8\x78\xa8\x75\x8e\x06\xd9\ -\x0e\x77\xf7\x9d\xbb\xd5\x24\x83\x20\xfa\x15\x4d\xa5\xb2\xda\x6c\ -\xb9\x4e\x54\xf9\x56\x92\x59\x14\xfc\x4e\xa3\x00\x0b\x50\x73\x2e\ -\xf7\xae\xc9\xd9\x5f\x54\x25\x2a\x4b\x36\x50\x71\x20\x58\x3e\x8b\ -\x42\x7c\x2c\x2d\x62\xcb\x68\xe3\x95\x37\x4f\x10\x42\xc8\xd2\x34\ -\x1b\xf9\xcc\x8c\x7e\xa5\x50\xdd\xb4\x3d\xfb\x26\xc8\xa4\x68\x68\ -\x04\x17\x6f\x5a\x72\xe2\xc1\x47\xf3\x77\x16\xfd\xcd\x4a\x79\xbb\ -\x0c\x8e\x0b\x87\xd0\xad\x06\x27\x2a\x83\xba\x5b\xb9\xa4\xeb\x5b\ -\xe8\x51\x8f\x82\x4f\x80\xfb\x7f\x09\x47\xa4\xb7\xec\x81\xf8\x77\ -\x62\x25\x5c\xe5\x6a\x1d\xcc\xa7\x09\x2c\x40\x51\xf0\x0f\x32\x8f\ -\x70\x3d\x9f\x0a\x46\x96\x10\x4b\x8a\x45\x6d\x33\x4c\xe0\x66\x8f\ -\xcd\x7f\x2f\x64\xb5\x72\x5f\x74\x3b\x74\x0f\x37\x28\xff\xf3\x88\ -\xa2\x1c\x14\x23\xe7\x52\x35\xbe\xbc\x4f\xe3\xb2\x20\x81\x3e\x42\ -\x3c\x29\xdd\x2e\xe3\x98\x7d\x16\xb3\xf6\x82\x26\x62\xd6\xb7\xad\ -\xa5\x95\xb9\xb1\x42\xe2\x7d\x9f\x12\x5d\xc3\x32\x81\x7e\xf3\x3b\ -\xdc\xab\x3d\x0c\x97\x95\x54\x57\xf1\xc6\xbc\x4d\x25\xa2\xa0\x03\ -\x0a\x4d\xcf\xf9\x61\xb0\xca\x5d\xd4\xcf\x75\xd0\xc6\x04\xc8\x7f\ -\x3e\xba\xe1\x49\x37\xd9\x08\x4a\x28\xe5\x04\x7c\xae\xa9\x27\xda\ -\xfc\xba\xf8\x9b\x71\xba\xeb\x05\xfb\x15\x81\x6d\xa8\xa0\x6e\x9a\ -\x91\x72\xc5\x33\x32\xa7\x3b\x97\xa1\x50\x50\x9c\xc2\xd5\x11\x5d\ -\xb1\x6e\x74\x8b\x1b\xd5\x0c\x1b\x6e\x71\x93\x21\x65\xe9\xc8\xbd\ -\xd3\xf8\x96\x51\x04\xc4\x3b\xb8\x8b\x2b\x3a\x13\xd6\xc5\xe8\x93\ -\x1f\xa7\x57\xf6\x42\x49\x36\xa0\x00\xe3\x73\xe6\x65\x7a\x30\xe1\ -\xf7\xef\x48\xea\x4b\xd0\xe3\xd6\x58\xa5\x28\x1a\x2e\xdb\xd6\x8c\ -\x67\x68\xb8\x65\xfc\x07\x4b\x4c\xb3\xe6\x85\xbe\x67\x1b\xb8\x32\ -\xdb\xd4\xf0\xce\xd4\xe8\xfa\x9e\xdf\x40\x99\xbb\x81\x4d\x31\x42\ -\xec\x08\x9d\x8f\xa7\x3e\xfd\x6c\x5d\x86\x05\x61\x85\x6d\xae\x63\ -\x68\x4d\xb9\x47\x73\x08\xd8\x60\x4f\x37\x54\x31\x16\x9f\x3e\x80\ -\x23\x1e\x13\xa9\xfe\xd4\xb7\x07\xed\x1b\x81\x2e\x62\x4d\xba\x67\ -\x73\x8b\xac\x90\x74\x85\xc2\x26\xb2\xda\x04\xb4\x9b\xcf\x51\x54\ -\x1b\x68\x1e\xec\x97\xf3\x9f\x7e\xd9\x63\x37\x77\xc0\xba\xd7\x3a\ -\x9d\xdd\x5e\x41\x45\x83\x68\x15\xbe\x32\x7a\xcc\xf4\xaf\x5a\x97\ -\xd8\x6f\x51\xe8\x85\x5e\x8d\x99\xe9\x47\x27\x12\x94\xd6\x73\x73\ -\xa3\x89\x4e\x51\xdc\xe9\xf4\x33\xdd\x7c\xa3\xd6\xe8\xfb\x23\xcc\ -\x2e\xac\xd1\x9d\xb1\x41\x60\x96\xbc\x6b\x56\x59\xc3\x9d\xc7\x0e\ -\x13\xe7\xfc\xd7\x43\xdc\xa4\x6b\x01\xd4\x62\x17\x4a\x59\xdc\xa5\ -\x01\xe5\x49\xcf\x3c\xdb\x6b\xc6\xdf\x82\x92\xbb\x3e\x0e\xaf\x30\ -\x86\x26\x9f\xda\xf9\xd0\xe8\xea\xca\x74\xb3\xbb\xc7\xf3\xa5\x1a\ -\x0e\x6a\xc6\x5a\x7f\x63\x01\x1c\xc5\x36\xdd\xa2\x80\xec\xb5\xe1\ -\xe9\x40\x1d\x9d\x4e\x7d\xcc\xa9\x52\x2d\x0b\xfd\x4d\x33\x4a\xfc\ -\x32\x21\xe7\xad\x9e\x5f\x0e\xae\x42\xfd\xce\xb8\x01\xcd\x57\xa6\ -\x8a\xf5\xb3\x0f\x5d\xf1\x66\xa3\xe9\x77\x30\x54\x5d\x5a\x90\x3b\ -\xd6\x3e\x39\x5a\xc4\x0c\xdd\xa2\x5d\xeb\xe9\xab\xf0\x72\x56\xae\ -\xe0\x78\x85\x7a\xf3\xe9\x67\xbd\x51\x02\xcf\xb7\x9c\xc1\xfa\x4c\ -\xe5\xbe\x5a\xf2\x84\x75\xb7\x47\x73\xc5\xe3\x8b\x24\x0c\x8d\xc8\ -\x4d\xac\x88\x68\xd0\x3f\x07\x83\x8a\x99\xe9\xc1\x83\x8d\x0f\x21\ -\x2e\x88\x9e\xaf\x21\xbc\x7d\x11\xe0\x5f\x90\x2e\xed\x11\xb0\xaa\ -\x10\xac\x1b\x55\xd2\x41\xff\xd8\x2f\x51\x6e\x07\xc1\xf0\x62\x83\ -\xec\x12\xe0\x48\x6f\x3a\x31\xfc\x3d\xb3\xad\xf3\x1e\xda\xab\x24\ -\xba\x8a\xa7\x96\x5f\xd4\xf4\x2f\x81\x56\xce\x57\x94\xc4\x84\x49\ -\x74\x51\x97\x9a\x7d\xa8\x56\x10\x5f\x70\x9b\x8d\x16\x15\x22\xc5\ -\xa0\x84\x56\xae\x71\x48\x58\xc7\xb8\x79\xb7\x2f\x2f\x84\x4f\x80\ -\xc7\x1d\x05\x45\xe7\x9d\x46\xc3\x69\xdb\x65\x03\x53\x22\x98\x56\ -\x5a\x0b\x1d\x5c\x21\x9e\xd6\x0e\x66\x6e\x7f\x2e\xd2\xe9\x83\x2e\ -\xc3\xcc\xcb\x9d\x8a\xde\xd2\xcb\xb7\x86\x05\x42\xed\x82\x46\xc8\ -\xf4\x77\x61\xb8\x35\x44\x88\xf3\x12\xb7\x8b\x5b\x5f\x29\x40\x08\ -\x90\x52\xb9\xd2\xa5\xb2\x88\xbd\x4c\x3f\x99\xde\x2d\xc0\xdf\x28\ -\x84\x45\x77\xd1\x2b\xba\xf3\x37\x2a\x57\x15\x2b\x06\x93\x2a\x39\ -\xa8\x8c\xdd\x39\xef\x9d\x86\x94\x20\x50\x5c\xc8\xa0\x87\xb8\x51\ -\x13\xf7\x46\x37\xdc\xd8\xea\xef\xac\x60\xed\xb2\x0f\x9f\x47\xf1\ -\xff\x9b\xd8\xdf\x68\xa6\x1d\x3d\x6d\x3a\xa2\x9d\xf6\xe5\x27\xdc\ -\x75\x4a\x90\x85\xa0\x53\x60\x58\xac\x09\x75\xd7\x9f\x61\x37\x9b\ -\xe3\xd7\xcf\x56\x93\xc4\x9d\x5f\xce\x97\xac\x9c\x4e\x67\x3c\x7e\ -\x96\x3f\x6b\x85\x70\x5d\xfb\xfc\x2c\x9a\x16\x3f\x6b\x2d\x4a\x59\ -\xf0\x8b\x95\xb9\xc4\xd2\xbe\x7d\xc0\x38\xc8\x48\xb4\xf2\x45\x2c\ -\x11\x66\xd9\x80\xa3\x77\x91\xb3\x01\xcd\x23\xce\xb6\x70\x20\x63\ -\xd7\x37\xc6\x99\x51\xeb\x45\xb6\x0b\xcf\xae\x6b\xaa\xc2\xbe\x77\ -\x8d\x63\x5c\x5e\xfc\x6b\xe1\xdc\xf7\x5c\x47\x72\xf1\x92\x54\xfb\ -\xe4\x04\x6d\xa7\xdd\xad\x82\x7f\xa4\x0b\x25\xc7\xf4\x0a\x72\xbf\ -\x92\x2a\x97\xb4\x60\x37\x54\x00\x2a\xe9\x9a\x9c\xfa\xdd\x90\x8e\ -\xb3\xd1\x04\x3b\x18\x40\x7b\x73\xa5\xc7\x9e\xdc\x81\x28\xbb\x7c\ -\xd7\xdb\xde\xb8\xc6\x4c\xe4\x77\x45\x3d\x92\xad\x66\x38\xd6\xa4\ -\x0c\x77\x35\x94\x32\x15\x32\xa4\xcc\x70\x6b\xa6\xce\xe7\x8e\x06\ -\x34\x77\x7b\xf8\x65\xb3\x3c\x81\xb9\x51\x88\xba\xb1\xae\xe9\x00\ -\x5b\xff\xb5\xf0\x3e\x60\x26\x9d\x4e\xe5\x32\x04\x48\xb0\xc0\x97\ -\xd7\xc6\xf3\x6e\xaf\x7e\xd7\xed\x21\x70\xc2\xba\xfd\xf9\x68\x34\ -\x85\xae\x69\xd9\x41\xb3\x3b\xe9\xbe\xd2\xb5\x97\x1c\x51\x2e\x13\ -\xb4\x8a\x97\x77\x6b\x9e\x2d\xa8\xba\xe8\x7b\x7b\xa8\xab\x19\xd9\ -\x88\x3b\xd0\x7e\x99\x6a\xf8\x33\x05\xaa\x73\x51\x1e\x87\x1f\x8f\ -\x73\x85\x9f\xb2\x78\x76\xa6\x76\xb0\x8c\x1d\xc8\xd0\x7b\x71\xbe\ -\x80\xdb\x9e\xf3\xa8\x60\xfe\xc0\x44\xd7\xdc\x37\x62\xb0\x94\xb7\ -\x3d\x64\x5e\x36\x70\xc9\xb6\x26\x79\xcb\x2a\x7b\x99\x84\x9c\xa0\ -\xa4\xbe\x36\xde\xed\xae\x6e\xae\x68\xf1\x5e\xa5\x68\x76\xc2\x00\ -\x32\x36\xc7\x8f\x64\x5a\xc5\xbf\x08\xd7\xbf\x9b\x0e\x70\x3f\x83\ -\x0d\x62\x51\x90\x79\x62\x76\x33\xe9\xe0\x6b\xfc\x43\xfe\x7f\xb5\ -\xa3\xf1\x2c\x9d\x50\x38\x70\xdf\xeb\x90\xb7\xda\xe3\xd6\x5c\xfd\ -\x16\x23\x51\x54\xbe\x09\xd2\x86\xa8\x1f\x35\x29\x7b\xe8\x00\x78\ -\xa9\xdc\xfa\xdf\xaf\xd6\x58\x18\xd5\xf0\x52\x5b\x87\xeb\x5e\xd2\ -\xa3\x17\x91\xad\x76\xaf\xfb\xfb\xc9\x29\xfd\x61\x48\xb2\x9d\x7f\ -\x4a\x1f\x1a\x00\xf0\x0e\x16\xe2\xe7\xa1\xe9\xae\xe1\x51\x1f\x2b\ -\xd9\x15\x0c\x23\x5a\xb2\xd6\xd6\xd4\xf4\x2e\xbb\x0c\x0d\xee\x9c\ -\x78\xad\xc9\x16\xfe\x9a\x54\x03\x51\xb9\x2d\xfe\x80\x0d\xf9\xe1\ -\xce\x3b\x65\xba\x38\x8b\xd0\x6a\x74\xc6\x85\x5a\x11\x63\x00\xf3\ -\x07\xb5\x21\x86\xc3\xb3\x69\x74\xba\xed\x3e\x19\x14\x10\x7d\xb1\ -\x28\xf8\xfe\xdf\x16\x4e\x22\xd6\x1e\x34\x66\x66\x34\xb9\x02\xe8\ -\x1e\xa0\x84\x4c\x3f\xbd\x17\x88\x29\x6e\xa9\x5c\x93\x2f\x45\x2f\ -\x7f\xab\xcf\x1a\x5d\x73\xba\x3d\xc1\xc5\x31\x9c\xeb\x2c\x30\x5d\ -\x69\xcd\x49\x1c\xaa\x97\xcb\x40\xf9\x72\xb9\xd8\x3c\xc6\xc0\xbd\ -\xf1\x99\xf7\xce\xde\x6d\x56\x5b\x53\xc5\x15\xa0\x86\xa8\x5e\x3b\ -\xb8\x5c\x7c\xcb\xa0\x5b\x3a\x9a\x86\x5d\x4b\x95\x54\xd1\x65\x2f\ -\xdf\xcc\x1c\x20\x70\x71\x85\xfb\x95\xee\x88\x61\x62\xc8\x4c\x4d\ -\xd4\xda\x68\x7e\x1e\x60\x27\x22\x34\x4c\x1d\xf5\x90\xf6\xeb\x11\ -\x82\x27\x63\xe4\x7b\xc3\x83\x51\xb6\x9c\xaf\x2b\x8d\x01\x03\x35\ -\x15\x37\xa1\xd3\x2b\x54\xeb\xfd\x6f\x39\x0f\xf8\xf7\xbc\x35\x60\ -\x2b\x07\xe6\xd6\x84\x21\x33\x5e\x1c\xcd\x8f\x77\x03\xfb\x98\x4f\ -\x3d\x9d\x92\x87\x49\x6a\x1d\x7b\xea\xa8\x6a\x17\x82\x97\x03\x63\ -\xd7\x21\x49\x9a\xc9\xdc\x26\xd9\x45\xc7\xa5\x46\x1d\x0b\xd0\x03\ -\x8d\x05\xba\x0e\xea\x86\xf8\xab\x3b\x06\x5a\xe2\x96\x88\x76\x67\ -\x71\x43\xe6\x26\x23\x08\x20\xd1\x75\xf2\xd8\x8b\x29\xc9\x09\xac\ -\xb1\x91\x2a\x6f\xc1\xb0\x81\x8e\xd9\x5f\x27\xcd\x6d\x22\x03\x62\ -\xe3\x2c\x3e\x5c\x0b\xb7\xac\xba\xe0\x1b\x7e\x66\x3b\x1f\x05\xcf\ -\x09\xd9\x8c\x1d\xa0\x51\xa2\x0b\xf2\x98\x53\x22\xde\xcd\x3f\x96\ -\xb3\xe6\xe2\x2b\xae\xa9\xb3\x6d\xc5\x52\xd3\x98\x1c\xa1\xe3\xa0\ -\x70\x88\x5c\x3d\x9f\x5d\x21\x03\x01\x83\x47\xc9\xb3\xd3\x54\x8a\ -\x6b\xdf\xce\x22\x3f\xe3\x15\x0c\x85\xc2\xb6\xbc\x9d\xcf\xbe\x5e\ -\xd0\x24\x64\xfd\x1e\x4b\xa7\xc4\xcc\xf0\xc2\xd8\x8f\xd4\x8c\xf0\ -\x01\xac\x04\x05\x66\xfd\xc4\x1f\x38\xb3\x47\x36\x9e\xc7\x04\x8a\ -\x7f\xa3\xcb\xff\xc2\xd8\x00\x8d\xe7\xd9\x58\x75\xca\x4e\x69\x91\ -\x2a\xd4\x36\xd0\xd9\x28\x80\x11\xfd\x65\x5e\x54\x48\xc3\x36\x60\ -\xac\xd8\x86\xd2\x87\xd8\x2b\xd5\x19\x01\xb3\x46\x43\xe2\x97\xa9\ -\x1b\x81\xdd\xb5\xac\xc9\x94\x4e\x83\xa6\x44\x29\x72\x24\xa3\x50\ -\x8a\xbb\xda\x74\xd3\x17\x5d\xa8\xc2\xb7\xe7\x28\x30\xd1\xc5\xf0\ -\xe8\x98\xd2\x8f\x06\xac\x5e\x9a\xc6\xf6\xd0\xe8\x40\xf3\xc3\x34\ -\xb8\xea\xa2\xad\xb9\x0a\xa3\x81\x74\x43\x8e\xf3\xd3\x27\x89\x7a\ -\x86\xd7\xef\xba\x90\x7b\x6d\x15\xfc\x04\x25\xda\x5c\x12\xfb\x64\ -\xca\xb5\x8b\x52\x45\x7f\x69\xd1\xdc\xbe\x3e\xc0\x08\x2d\x89\xc5\ -\x6a\x8c\xdc\x16\xdf\xba\xf1\x4f\xdc\xc9\xec\xfb\x8a\x49\x68\xda\ -\x9d\x71\x80\x34\xc0\xb6\x87\x3c\x68\x35\x8d\x18\x88\x80\x0e\x86\ -\x21\xad\xfc\x3a\xcd\xbd\xeb\x5f\xef\xbf\x47\x75\x6e\x3a\x3c\x26\ -\x34\x65\x59\xae\xba\xd6\xee\xf0\xfd\x2e\xe8\xef\xe9\x2f\x8e\x7b\ -\x17\x46\xc9\x0d\x9c\xb8\x35\x5d\x47\x66\x93\xfd\xb2\xbe\x83\x86\ -\xc6\xdb\xb3\x16\x02\xe9\xc3\xcb\x33\xf1\x48\x17\xb1\xbb\x23\xe6\ -\xd2\x62\x96\x71\x4a\x4c\x2f\xcb\x89\x19\x69\x89\x37\x03\x1b\x25\ -\xd5\xe9\x31\x24\x5d\x43\x17\xb4\xc1\xfc\x59\xc1\x5d\x34\x98\xb5\ -\xf1\xd9\x38\x9f\xeb\x63\xc5\x17\x98\xd3\xde\x97\xae\xff\x73\xb0\ -\x2f\xf8\x72\x7e\xc6\xbf\x37\xb3\xd6\x74\x99\x95\xa9\xdd\xf3\xb8\ -\x75\xbb\xc1\xde\xdc\xc1\x2c\x7f\x26\xbc\x8c\xa3\x57\x84\x88\xe9\ -\x9d\x8d\x12\x13\x2b\xa5\x12\xd1\x47\x13\xb4\x0a\xe1\xf5\x1b\x3f\ -\xfa\x49\x1a\x57\xa3\x74\xf8\x8b\x56\xfd\x76\x3b\x4d\x18\xf1\x5b\ -\xb5\x98\x1f\xf3\x9c\x27\x37\x5a\x30\x53\xcf\x71\x09\x6b\xe2\x45\ -\x57\x98\x44\x34\x86\x34\x94\x6c\x1d\x29\x5a\xa6\x0c\x41\xc3\x33\ -\xc9\x97\xfe\xe1\x9f\x4c\x4e\x26\x74\x1f\x33\x23\x11\xa2\xcf\xe7\ -\x7f\x20\x5e\xf4\xcb\xde\xfd\xec\xd5\x91\xe0\x49\xba\x6c\x4b\x1d\ -\x71\x6a\x41\xaf\x4b\xd8\xb2\x72\x22\xe2\x36\x00\xa7\x97\x1f\xfd\ -\xa9\x54\xec\x08\x5e\xe5\x65\x79\x2a\x2c\xf4\x6d\xdf\x34\x26\x5c\ -\xdc\x73\x66\x26\x93\x18\xd3\x8f\x29\x3c\xff\x55\x3c\xa8\x1f\xf2\ -\x4b\x08\x3a\xdd\xfd\x8a\xc9\xe6\xa7\x0c\x0f\xa4\x72\x9c\x22\x48\ -\x50\x2d\x68\x87\xde\xad\x13\xd3\x87\x98\xc8\xb3\xac\x44\x8b\xce\ -\x59\x8d\x63\x35\x40\x61\xcf\xc9\x7e\xc0\x4e\x5a\x79\x28\x6b\x41\ -\x4e\x0f\xd3\xd5\x74\x06\x5b\xcf\x67\x42\xb1\x03\x07\x64\xac\x15\ -\xdd\xf2\x0d\xb6\x03\x79\x51\x59\x34\x29\x78\x4c\x83\xcc\x8b\x2d\ -\xb6\x2f\xfa\x99\xf3\x8a\xe4\xe6\x21\xa5\x40\x5b\x80\x29\x05\xfb\ -\x1a\xfb\x38\x9a\x32\x4d\xba\x43\x9b\xbf\x8f\x3f\xfa\x4d\x43\xbe\ -\xd6\x44\xc3\x2c\x07\x8b\xcc\x8b\x7a\x35\x3f\x9f\xa3\x19\x58\x81\ -\xc4\x93\x24\xf6\x87\xa3\x1a\xcb\x92\xbc\x17\x08\x51\x88\xad\x6c\ -\x2f\x69\x97\xa2\xc0\xfa\x19\x5c\x05\xc2\xf0\x62\xfd\xa3\x4a\x7f\ -\xe6\x9f\xcc\x61\x08\x91\x42\x66\x7b\xf8\xfb\x50\x2d\x91\xbe\x85\ -\x0b\xdc\xb3\x7e\xde\x77\x4c\x20\x34\x50\x16\x4d\xfa\xce\xda\x97\ -\xab\x80\x9d\xa6\x24\x8e\x76\x8b\x96\x5d\xbf\x82\x8e\x25\x26\xd3\ -\x8f\x3b\x1b\x31\xaf\xf5\x4b\x40\x6d\x09\xf4\x8f\x46\x35\xea\x6c\ -\x3d\xfc\xd1\x9c\x6a\x28\xc4\x34\xed\xbb\x26\xb9\xd1\xc0\xbb\x00\ -\xb6\x1d\xb8\x03\xf3\xcf\xaa\x49\xff\xfe\xfc\xf1\x43\xf3\x71\x6a\ -\x1c\x4c\x6e\xc5\xe8\xc7\x56\x08\xa4\x98\x54\x48\x72\xd2\xa2\xa0\ -\x01\x59\xc9\x6c\x07\x3a\x3e\x3f\x1f\xa0\x5f\x8c\xd2\x38\x3a\x3d\ -\xc7\xc6\xf4\x29\x80\xa0\xc2\xa4\x2e\x33\x9e\x2b\x63\x4e\x86\x93\ -\xe4\xc2\x20\x62\x15\x69\x1f\xfa\xc9\x30\x4a\xe1\x67\xa1\x60\x9f\ -\xa5\xed\x61\x66\xfa\xd0\xc7\x1f\x9a\x78\x90\x73\x07\x32\xe2\x82\ -\x10\x08\xf5\x0c\xf5\xd0\x3a\xcb\x97\x93\x11\xbb\x7e\x26\xa6\x60\ -\xab\xf8\xb4\xb5\xbf\xc4\x5c\xeb\x52\x48\xf1\x22\x86\x7d\xd3\xc7\ -\xcd\x02\x06\x97\x5e\x41\x35\xa6\x93\x8b\x16\x1a\x0c\x85\xd4\x0b\ -\x3a\x7d\x7a\x19\xae\x6b\x4e\xd1\x98\x06\x91\xc4\x79\x67\x8d\x6f\ -\xbf\x83\x67\x92\xf9\x36\x04\xd4\xcd\x75\xde\xf4\x02\xc9\x1b\x1d\ -\xbf\xbb\x06\x34\x20\x0b\xe4\x32\xff\x34\x5f\x7e\xbf\x79\xa0\xb3\ -\x9f\x83\x34\xbf\x8f\xc0\xdb\xf5\xee\x35\x35\x48\x58\x78\x8a\xdf\ -\x13\x2b\xa6\xc1\x73\xc8\x12\x00\x18\x34\x78\x92\x2e\x1b\xbe\xd4\ -\x8d\x19\xe9\x12\x4e\xb3\xa4\xce\x23\xcb\x6a\x29\x90\xca\xa8\x87\ -\x83\x47\x8e\x1d\xea\x63\x0b\x46\x58\xff\xff\xf3\xe3\x86\x38\x4f\ -\x38\x86\x09\xd1\x2c\xe0\xe7\xe3\xe7\xda\xe3\x89\xb1\x62\xe2\xf7\ -\xf0\x2a\xca\x98\xf8\xa5\xa0\x09\x4a\x9f\xe4\xdf\x3f\x68\x9c\x05\ -\xee\xe7\xe3\xd4\xf0\xbb\x01\x8f\x1a\x34\xa6\xde\xf0\xc6\x79\x61\ -\x64\x64\xf2\x59\x4f\x42\xd6\x64\x70\xea\x6a\xbe\xc7\x18\x4e\x13\ -\x9c\x40\x2d\x83\xc9\xaa\x37\xdf\x1f\xfa\x21\xb2\x87\x58\x86\xb3\ -\x36\x2a\x84\x9c\x48\x68\xea\x1f\x12\xf9\x67\x81\x68\x11\x9a\x6c\ -\xd3\x87\xf4\x42\x6a\x93\x88\x85\x64\x7c\xb5\x89\x2b\xf3\xba\x1b\ -\x43\x43\x11\x8d\x46\x4d\xf3\xe3\x7c\xfb\xa9\x89\x4d\x3a\x51\x6a\ -\xa3\xb1\x96\x6e\xd8\xb5\x93\x5c\xcf\x5f\x63\x62\xb5\x83\x72\x31\ -\x51\x16\x07\x53\x77\xc0\xcd\x56\x7d\xf1\xa3\x3f\x19\xc9\x62\xcd\ -\x0d\x6e\xdd\xc7\x7f\x7e\xbe\xe9\x9f\xe7\x8b\x9e\xe7\x1f\x8a\x7c\ -\x37\x0b\xeb\x74\xb2\xdc\x4f\x59\xe0\x7a\x33\x19\xe0\xc6\x8f\x7e\ -\xca\xda\x9a\x5c\xec\x1f\xf6\xeb\xb6\x32\x3d\x17\xb5\xf1\x93\x7b\ -\x87\x4c\x88\xc6\x82\x2e\x22\x27\xb5\x3e\xbb\x6b\x65\xdd\xc8\xea\ -\x33\x23\x67\x48\x0e\x40\x52\xed\x93\x3a\x9c\x70\x08\x3e\x27\x2e\ -\x7a\x50\xde\x70\x5a\xa5\xbc\xee\x4b\xf1\x22\x5b\x75\xdd\x75\x36\ -\x97\x91\xd1\x8f\xfe\xd0\x18\xea\x39\x8e\x0b\x58\x8a\x9c\x42\x66\ -\xa6\x3f\x9f\x9f\xb5\xea\x01\xb0\x4b\xb7\x67\x63\xfa\xcc\x3f\x09\ -\x2e\x76\x4d\xfa\xda\x83\x9f\x69\xa9\xd3\x6e\xcd\xfc\x88\xfd\xa1\ -\x6e\x50\xe5\x41\xe6\xc2\x69\x06\xb1\x42\x6d\x95\x64\x0c\xd0\xa0\ -\x82\x27\x80\x28\xfd\x7c\x66\x02\xf0\x0d\x14\x90\xe5\x18\x3a\xf5\ -\x67\x45\xf2\x78\xce\xa7\x6d\xc6\x6c\x6a\xba\x19\x55\x89\xb3\xa8\ -\x42\x03\xf7\x87\x6c\x16\x98\xff\xf5\xf5\x95\xd2\x21\x22\xa1\x6f\ -\xfa\xe3\xa0\xce\x9a\xe0\x4c\x5b\x27\xff\xca\x34\x33\xfa\x44\x4e\ -\xa8\x16\x98\xb8\xee\xbb\x2f\x92\xb1\xe2\x2c\x50\x34\x2a\xee\xa6\ -\x9d\xde\x93\xbe\x7e\x1e\xf0\x7e\x20\x59\x79\xb0\x22\x44\xdf\xdf\ -\xff\x67\xfd\x5d\x9b\xce\x6b\x8c\x35\xd4\x89\x1c\x2f\x73\xc9\xc9\ -\x02\x1a\xd6\x04\x4b\x88\xe9\x47\xff\x8f\xf7\xa5\xd2\xe4\x1a\x0c\ -\x00\x66\x9e\x67\x63\x01\x51\x3a\xcd\x23\x51\x88\x3e\xf3\x9b\x1e\ -\xfa\x27\xfb\x89\xd0\x7b\x3f\x3b\xf2\x8e\x74\x1b\xb2\x8e\xd0\x18\ -\x2c\x2c\xce\x89\xd3\xf3\x2b\x8d\x49\x88\x23\x63\x6d\x8d\xf9\x32\ -\x3c\x94\x1b\x42\x74\x1b\xef\x27\x2d\x80\xcc\xa7\x20\x9e\xd1\xc0\ -\x06\x45\x10\x58\xfa\x02\xe2\x80\x39\x45\xaa\x5a\x3c\xda\xad\x40\ -\x7f\xdc\x8e\x31\xf3\xa2\xfc\x80\x09\x76\xc9\x80\xe7\x13\x07\x76\ -\x7c\xfe\xe9\x1d\x75\x6a\x4f\x10\xb9\x40\x57\x19\xbb\x21\x1d\xeb\ -\xfb\x3f\x12\xce\x66\xe4\x9b\xa7\x4f\x10\x57\x63\x00\x08\x8b\x7f\ -\xff\x46\x95\x04\xfa\xdf\x81\x20\x6e\xce\x47\xaf\xb4\x1b\x0d\x5b\ -\x65\x4b\x5a\x03\x22\x26\xbc\x4d\x0c\x6d\xa5\xdf\xa2\x29\xdc\x2f\ -\xc8\x52\xa7\x51\x54\x13\x26\xe5\x4a\xf7\x82\x0e\x3d\xcf\x73\xa5\ -\xc6\xc4\x84\x47\xfe\xe2\x88\x26\x50\xbc\x25\x62\x08\xe8\xc2\x63\ -\x9e\x33\xe6\x87\x63\x25\x76\xf5\x30\xe8\x1b\xdd\x69\x85\x85\x7a\ -\xb1\x42\xdc\x5c\xc9\xf6\xbc\x9b\xfa\xff\x38\x11\xd6\x6e\xc3\x0b\ -\x4e\x6b\x66\xcb\x02\x7e\x44\x38\x33\x17\xe7\x37\xa9\x51\x21\xa0\ -\x34\x22\x51\x4b\xf1\x34\x52\x05\x44\xcc\x69\xa7\xf7\x11\x7c\xb8\ -\x42\xd1\x5f\xc4\xb4\x79\x18\x1b\x81\x16\xd1\x88\xc7\x03\x88\x7d\ -\xe7\xb3\xe3\x45\xc3\x87\xb8\xd5\x33\x6f\x84\x1b\xb5\xf2\xae\x3f\ -\x79\xe7\x33\xd6\x21\x7f\x99\x3a\x7b\x10\xb6\x2b\x0f\x3b\xfa\x6f\ -\xa5\x9b\x44\xf2\x01\x1f\xf9\x5d\xd2\x82\x4d\xf1\x02\x2a\x9e\x2f\ -\x79\xaa\xbd\x94\x8d\xbf\x6b\x28\x8d\x3f\xc4\xe2\x39\x2e\xb4\x89\ -\xc8\xad\x40\x96\xbd\xc0\xb5\x4d\xc7\xc9\x36\x89\x94\xb3\x91\x61\ -\x09\x5a\xe9\xe6\xb4\x09\xcd\x3b\xd2\xa2\x94\xa8\xd1\x36\xa3\x40\ -\x1c\x61\x0c\xc5\x59\xa3\xf4\x00\x00\x20\x00\x49\x44\x41\x54\xd4\ -\x50\x0f\x0f\x69\xf6\xe2\xcd\xd4\x68\xa6\x6e\x55\xdb\xcf\x4f\x20\ -\x12\xce\x57\x81\x89\xa3\x24\x62\x7e\xae\x2f\xf3\xac\x10\xd4\xe7\ -\xa1\x4b\xde\x7a\x3f\x73\x63\x52\x58\x52\x4d\x22\xc0\xf6\x5d\x63\ -\xc3\x99\xd3\xb4\x23\x9a\x6f\x7c\xfb\xdb\xfd\x85\x94\x8f\x8d\x9c\ -\xdf\xdc\x3a\x77\x49\x85\x81\x63\x59\x9f\x44\xdc\xe6\x3c\xd5\x10\ -\x22\xba\x2c\x32\x5e\x1d\xbb\x5a\x8e\x1e\xb8\x93\x35\xf3\x91\xa1\ -\xc5\x14\x60\x3a\xa6\x5f\x47\x1c\xca\x86\x9c\x8f\x6c\x8a\x25\x4d\ -\x9c\xba\xc6\x95\x93\xbd\x52\xfa\xc7\x77\xdd\x4c\x46\x99\x64\xf0\ -\xf7\x7d\xff\xee\x7b\xad\xe4\xcc\x40\x40\xb5\xd0\xfa\xa2\xa0\x5d\ -\x93\x72\xd8\x74\x8b\xb4\x9b\x0b\x78\x7d\x63\x27\x15\x28\x47\x9d\ -\x13\xce\x27\x3b\xef\xb9\x78\xbf\x66\x61\x8f\xcb\x0e\x72\xae\x60\ -\xe2\xc8\x89\x6a\x06\x2e\x9b\xd8\x3e\xa5\x06\x6f\xd3\x7d\x30\x09\ -\xa9\xf8\x16\x23\x75\x57\xd6\xb8\x1f\x6f\xc6\x09\x66\x46\xcf\x60\ -\xd0\x84\x9c\x46\x50\x37\xaa\x17\xea\x65\x22\xc4\x96\x2f\x11\x60\ -\x61\x57\x7e\xdc\xf9\x4e\x53\x5e\xeb\x67\xd5\x49\xa8\x27\x42\xe7\ -\x4e\x3c\x8b\xd7\x74\xa3\xa6\x78\x66\x10\xda\xfc\x12\xe7\x72\x9b\ -\x3c\xf6\x28\x90\xb1\x40\x6e\x13\x9a\xf6\x73\x67\x26\xfc\x72\xff\ -\xad\x9c\xa4\x79\xa5\xc4\x33\x53\xd6\xbf\x27\x43\x23\xf4\xde\xa7\ -\x3b\x5f\x81\x60\x96\x60\x48\x30\x70\xd4\x9d\xff\x0a\xbc\x1e\xdb\ -\xbb\xf5\x80\x61\xde\xb4\x7d\xf6\x42\xab\x17\x71\x0a\xba\x33\x7b\ -\x98\xae\x59\x54\x57\xc6\x8d\x05\xf5\xf3\xb6\x36\x2c\x75\x4d\x44\ -\x1f\x67\x8f\xd0\x71\x36\xd1\xc6\x19\xda\x9f\x77\x4e\xac\x0f\x35\ -\x2b\x5d\x98\x09\xab\xe9\x57\x68\x7c\xc6\xf8\xca\x3d\x1b\x93\x2c\ -\x1c\xa4\x44\x8e\xdc\x9c\xf3\xba\xce\x87\x7c\x41\x38\xb0\x9b\xce\ -\xa8\xe6\x19\x90\x81\xc9\x1b\x15\x3a\x28\xf8\x03\xd7\x05\xdc\x50\ -\x4f\x0a\x26\x6f\x8b\x8d\x8d\x86\x4a\x59\xea\x72\x6d\xa8\x85\x94\ -\x92\x3b\xd6\x18\x21\xa5\xbc\x34\x33\x6b\x73\x94\x33\x11\x01\x77\ -\xb4\x1f\xd4\x07\x05\x81\xf8\x14\x10\x0b\xe7\xf4\x2c\x50\xc4\x01\ -\xd9\x24\x69\x95\x89\xa3\xce\xad\xf9\x3b\x69\x8d\xf7\x49\xc8\x00\ -\x3a\xdd\xce\x91\x8f\xef\x37\xbc\x20\x51\xc8\x3e\xc0\x54\x74\xa5\ -\xdd\x12\x5c\x08\x03\x6c\xbb\xce\xeb\xed\x62\xa7\x44\x19\x72\x42\ -\xe3\xc5\x32\x33\x91\xca\x49\x77\x43\x9d\x10\xa9\x25\x8f\x9b\x98\ -\x5f\x69\x1f\xa8\x9b\xc0\x4c\x2e\xba\x04\xc0\x85\xe8\x30\x8a\x20\ -\x26\xc8\x46\x41\xfd\x06\xdf\xbe\x8d\xf6\xe6\xea\xe2\x80\x75\x3b\ -\xf8\x76\x17\xbd\xf6\x1d\x7f\x17\x28\xdd\x0d\x30\x72\xcc\x3b\x00\ -\xad\xbb\x88\x4d\x83\x6a\xa2\xe8\x90\x86\x54\x11\x69\xad\x52\x14\ -\x83\x45\x7b\x88\xc3\x41\x1b\xcd\x96\xe1\x85\x09\x9d\xae\x84\xa8\ -\x73\x4a\x81\xae\x09\xd8\xff\xd3\xbd\x99\xde\x9a\x54\x26\x39\x69\ -\x26\xb8\x0f\x6f\x0d\xf7\x66\x3c\x00\xf8\xe9\x91\x29\x62\x60\xc3\ -\xcb\xb8\x4f\x8f\x57\xcf\x07\x8f\xdf\x30\x4f\x8c\xde\x0a\xd0\xbd\ -\x41\x37\xe0\x77\x95\xe9\xce\xbd\x68\xad\xef\x1f\x5a\x4f\x86\x70\ -\xf1\xa2\x34\xf8\xb4\xf7\x94\xb5\x56\xe3\x98\x1f\x3a\xe3\x79\xab\ -\xe0\x4a\x4a\xe3\x6a\x3e\x62\x62\xb4\xce\xe6\x7f\x96\xe6\x52\x1e\ -\x08\x1b\x67\xaa\x84\x9f\x9f\x6c\x4e\x32\x3c\x26\x9a\x70\x93\x74\ -\x07\x24\x66\x37\x68\x94\xf6\xfc\xd3\x80\x01\xf2\xae\xea\x17\xac\ -\xbb\x12\x82\xb3\x67\x86\x0d\x4b\x4c\x11\xf7\x8c\x26\x25\x65\xa6\ -\x87\x04\xd6\xc3\x67\x29\x5d\x43\x97\x61\x0c\xf9\x57\xdb\x54\xd2\ -\x3c\xc3\x25\x1d\x14\xe9\x0c\xb3\xbd\xb9\x49\x79\x23\x45\x60\x7b\ -\xbc\x9f\x3d\xf8\xdf\x6e\xb6\xb4\x07\xae\x97\x6e\xb3\x21\x8f\x60\ -\xf6\xa3\x2f\xa6\x08\x7f\x3f\x56\x6c\xa3\x60\x52\x33\x11\x2a\x5d\ -\x18\x50\x6a\x2e\x6b\x74\x31\x2d\xe0\xbd\x05\x05\x31\xfb\xea\xad\ -\xe0\xe6\xb9\x15\x41\x03\x28\x4d\xec\x93\x96\xd0\x3e\x95\x8d\x77\ -\x3c\x5b\x0b\x6d\x57\x14\x82\xd6\x6d\xc8\xf7\x5b\x51\x40\x1f\xc5\ -\x4c\xe0\xb2\xe5\x99\x39\xe9\x98\xc5\x69\x74\x51\xef\x69\x3b\x87\ -\x20\xd4\x78\x4d\x2b\x67\x36\x0e\x6e\x7f\xd6\xc2\x9e\x1b\xfd\x34\ -\xc0\x9c\x08\xc6\xf5\x67\x37\x41\x03\x18\x53\xaa\xda\x94\x72\x00\ -\x71\xa5\x0f\x5a\x79\x4a\x82\xe7\x7f\xfb\xec\x40\xed\xb1\x1b\x65\ -\x18\x4c\x5d\x92\x46\x0e\xe0\x19\x14\x66\x96\x88\x68\xad\x39\xf3\ -\xbd\x3e\x48\x7e\x2d\xf0\x9b\x51\xc6\x95\x4a\x0f\x11\x01\xb2\xee\ -\x8a\xa0\x55\x2e\xd3\x3f\x23\x1e\x33\xbf\x2f\xed\xc6\x32\x40\xb9\ -\x4c\xb7\x53\x05\x77\x46\xe9\xf7\x5d\xcf\xd5\x24\x9f\xd6\xef\x7b\ -\xa2\x40\x0f\x32\x6e\xa0\x59\x04\x0d\x57\x43\x39\x12\xa0\x4f\xea\ -\xf6\x44\x4a\xb8\xd6\x94\xf2\xaa\xab\x7a\xab\x17\x6a\xf2\x2c\x8d\ -\xd6\xe6\x60\x89\x9f\x03\x4c\x2f\x26\x54\x7f\xd9\xff\x0d\xd0\x26\ -\x3e\x70\xbf\x1b\x3d\x50\x8c\x4e\x80\x03\xf4\xe5\xc4\x63\xd5\xcc\ -\xc7\x29\xd1\xa5\x24\x55\x53\x9c\x60\xed\x7e\xd7\xcb\xa5\x21\xc6\ -\x06\xaa\x3b\x24\x8e\x6a\xa8\x2e\x72\x86\xde\x78\xed\xba\x26\xc9\ -\xf5\x55\xeb\x45\xd3\x96\xb8\x9e\xd7\x00\x1d\xdb\xaa\x9f\xc2\x9d\ -\xf2\x3c\x53\xef\x26\x6d\xed\xfb\xc9\xd7\x02\x69\x3f\xdd\xe9\x3b\ -\x28\x88\xfb\x7b\xc8\xfb\x42\xd7\x0d\x2d\xe3\x8b\x48\xd7\xb3\x9d\ -\x00\x86\xc7\xde\x92\xb1\x0d\x04\x36\xfd\xe6\xb0\x5e\x97\x9a\x3f\ -\xa7\x27\x0d\x0e\x36\x21\x77\x04\xca\xc5\x03\xd0\x2d\xb9\x9d\x64\ -\xd4\xa2\xd0\xaa\x30\x30\x16\x88\x85\xd3\x4e\x17\x1f\x96\x41\x8e\ -\x06\x9a\x4f\xf4\xc2\x70\xa5\xc2\x9b\x53\x05\xa3\x43\xe4\xad\xde\ -\xfa\x55\x78\x6e\xd4\x5c\xa5\xda\x0b\x6a\x8b\xa9\x7c\xfe\xc7\x56\ -\xcc\x87\x45\xb6\x32\x04\x33\x2a\x20\xa5\xfa\xe6\xa4\xb2\x49\xa0\ -\xb6\xbc\x1f\xf1\xfc\x9a\xfd\xc5\xef\xdf\x41\x67\x09\x7e\x53\xec\ -\xa9\x81\xfc\x51\x43\xd3\x76\xad\x8f\x6e\x97\xdb\x7d\xa2\x53\xd6\ -\xbd\xe8\xf0\xa3\x17\x7b\xd1\x33\x87\x64\x5e\x1b\x35\xbc\x7a\x89\ -\x77\x4b\x5b\xe9\x87\xc0\x81\x16\x6e\x4d\x90\xd3\x5a\x08\x0e\xe6\ -\x08\x59\xec\x56\xb5\x7f\x39\x08\x37\xe5\x60\xf1\xf2\x2f\x1c\x5f\ -\x28\xf2\xf6\xf5\xb3\xa3\x32\x02\x60\x70\xb8\x14\x36\xfb\xe9\x69\ -\xbe\x19\x27\x31\x3f\x1b\x55\xa1\x3e\x17\x83\x5b\x25\x8e\xe6\x39\ -\x15\xd7\x72\x1c\x9e\xd5\x58\x89\xcf\x4c\xce\x83\x30\x32\x92\x28\ -\x0b\xf0\x28\x72\x71\x3c\x81\x97\xc9\x1e\xa2\x5d\x3a\xa0\x41\x7b\ -\x88\xf1\xad\x61\xdb\x41\x92\xf1\x5a\xac\x66\x33\xcb\xdd\x2c\x23\ -\xb5\xeb\x1c\xe7\x87\xa5\xe5\x33\x6d\x87\xdf\xcd\xe2\x3f\xd6\x9b\ -\x62\x94\x02\x31\x38\x7f\x96\x51\x0c\x22\xec\xa8\xb7\xdc\xb9\xf0\ -\x7d\x5f\xca\xab\x0e\xc0\x6c\x7a\x63\x21\x1e\x87\x11\xb4\xaf\x2a\ -\x10\xd2\xba\x98\xc7\x66\x60\xa0\x1d\x78\x61\x75\x03\x97\xb1\x44\ -\xc1\x09\x50\xad\xf3\x7a\x92\x82\x3e\x54\x93\x02\x1c\xc6\x0b\x6c\ -\x98\xed\xa2\x7d\x72\x18\x13\x57\xed\x42\x72\xc3\x46\x80\xac\x26\ -\xb6\x16\xe7\xcd\x4c\xee\xbb\xf1\x0a\xa3\x74\xe7\xff\xa5\xc7\xbb\ -\xa2\xfa\x4c\x83\x8d\xe6\x6e\x45\x4c\x74\x98\x3e\xec\x45\xee\xfe\ -\x7c\x31\x48\x35\xb4\x1c\xf9\xfe\x45\xb6\xdf\x3f\xeb\x8e\x31\x4a\ -\x07\xd8\xd5\x54\xca\xbf\x38\x34\xd4\x35\xae\x70\x4e\x87\xeb\x9e\ -\x45\x76\xa0\x96\xd9\x0a\xf5\x20\x50\xb2\xca\x07\x43\xb3\x8a\xbf\ -\xe5\x77\xed\xeb\x7b\x07\x02\x11\x88\x7b\xcd\xfc\xda\xcf\x32\xcc\ -\x1b\x73\x9a\x22\x4e\xc6\xae\xd9\x35\xa9\x85\x18\x30\xa9\xaf\x8b\ -\x8d\x8f\x22\x52\xe0\x1d\x51\x9f\xa6\x25\xc0\xa9\x6e\x4e\xb4\x9a\ -\x1b\xd4\xd8\xf4\xef\x71\x99\x38\xf1\x09\x78\x89\xc9\x7e\xaa\x83\ -\x99\x09\xe6\x16\x61\xb3\x27\x49\xc7\x3e\x2e\x39\xdd\x8b\x61\x7e\ -\x61\x54\x84\xf6\xc9\x1b\x0c\xcf\xa0\xba\xad\xdd\x1e\xac\xbb\x15\ -\xb8\x84\x34\x4f\x6b\x60\xcd\xed\x7d\xd4\xb3\x9e\x34\x49\xc8\xa6\ -\x3a\x40\x59\xe7\x8f\x26\x5b\x81\xe8\x8b\xa5\xf2\x0b\x2d\x2c\xaa\ -\xf9\xaa\xff\xeb\xc0\xa9\x25\x08\x44\x17\x1d\x31\x82\x19\xfb\x67\ -\xc3\x6c\xc6\x1d\x38\xc7\xe6\xc6\x36\x8d\xd6\xdd\x34\x81\x2f\xfa\ -\x47\xfb\x15\xf0\x40\x76\x91\x0c\x59\xeb\x0d\x9e\xad\xe5\xbd\xb1\ -\xda\xda\xbd\x0e\xc1\x5a\x91\xe4\x04\xfe\x63\x0a\xb4\xb2\xe7\x47\ -\x5b\x8f\xc5\x2c\x52\x70\x5c\xe4\xa6\x26\x30\x2a\x4d\x28\xbb\xfc\ -\xa3\x9e\x83\x40\xe8\xfa\xbd\x49\x0b\x9a\xf2\x21\x8b\x30\xfb\x2b\ -\xc3\xe3\x58\x9b\x84\x39\x86\xf7\x51\xc3\xad\xbe\xed\xba\xb4\xb5\ -\xaf\xd9\xb8\x81\x20\x44\x83\x44\xd4\xcf\xff\xe7\x6e\xc9\x4f\xd3\ -\x1f\x8c\xbe\xd7\x99\x0d\xf4\xa5\x8b\x23\xf3\xfd\xdd\x95\x9e\xdd\ -\x36\x00\xb4\x06\x33\xf1\xfd\xd1\x5b\xa0\xd7\xa1\x40\x8f\x17\xcf\ -\x8a\x13\x60\x67\x88\x92\x7a\xee\x27\xdb\x5c\xd9\x63\x36\xcb\x6e\ -\xdd\x0e\xf1\x97\x1d\x0f\x75\xa7\x02\xc6\x69\xd7\xdd\x3a\xf6\x91\ -\x99\x1f\xb6\xc1\xe3\x0d\x9a\x9c\x17\x85\x42\xfc\x1a\x44\x9a\x87\ -\x3a\x53\xb3\xf7\x5e\xce\x52\xa1\x13\x08\xce\xf5\xcc\x05\xdb\x0e\ -\xea\xe3\xb2\x7d\x47\xf7\x8b\x02\x58\x82\xf9\x7c\x36\xb8\x18\xdc\ -\x4c\x22\x45\xc4\x98\x9a\x0e\x36\x9e\x93\xe6\x12\xaf\xd2\xfe\x4c\ -\x9f\xb6\x00\xfe\x7e\x50\xc8\xeb\xc5\xa7\xe9\xa2\x72\x72\xdc\x25\ -\xa9\x58\x77\x84\x27\xc4\xa3\x62\xb7\x8c\x86\xb1\x68\x47\xf6\xbb\ -\x8b\xcc\x13\x19\x49\x20\x34\x6f\xf9\x67\xf4\xef\xfe\x53\x8e\x3d\ -\x7a\x2d\x18\xfe\x76\xa0\xbe\x15\x27\x37\x04\x6a\x0f\x11\xbd\x15\ -\x54\xf8\xec\x9b\x6b\xd3\x3e\xed\xcb\x3c\x87\x0d\xb9\x98\x45\x81\ -\xc4\xa2\x7b\x3f\xac\x0c\x2f\xf4\x5d\x10\x1b\xeb\x1e\x27\x96\xf8\ -\x31\x85\x69\x96\x08\x24\x2f\x8b\xc8\xa6\x5a\xf2\x40\x26\xf8\x3f\ -\xc4\x26\x50\x6c\xd3\xd1\x98\x0e\xb0\x1f\x66\x86\x4c\xb4\x0b\xa5\ -\x89\x61\xff\x86\x6e\x23\x8a\x8e\x5c\x75\xfb\x24\x65\x2b\xc6\x16\ -\x15\x4d\xb2\xd1\x0c\x80\x03\x43\xfb\xfa\x64\x52\xf2\xfb\x96\xee\ -\xa9\x7f\x07\xe5\x42\xf0\xc7\xf8\x6a\x1a\x2f\x0f\x7f\x82\x4b\x56\ -\xf2\xfc\xc0\x69\x64\x5c\x18\x0a\xce\x61\x71\xa9\x61\x03\x67\x99\ -\xf1\x31\xab\x38\x8a\x06\x90\x99\x88\x9e\xb4\x79\x17\x1e\x49\x37\ -\xce\x40\x6d\x40\xe4\x7b\xd3\xcd\x6d\x02\x1a\xe8\x73\x09\x75\xb5\ -\xfd\xb9\x45\x09\xf4\xa9\x50\x50\xf1\x58\x97\x13\x9e\x75\x07\x40\ -\xcc\x9c\x52\xfa\xee\x17\xd4\x4e\xab\xa6\x91\x42\xe4\x75\x79\xc4\ -\xb9\xeb\x8e\x9d\xce\x58\x50\xb5\xd4\x88\xf6\xc6\xd9\x75\x7c\xb6\ -\x3e\xff\x6c\x74\xda\x4f\x4e\x5f\xb1\x91\x87\xed\xd9\x60\x8e\x2a\ -\xf8\x6c\x3b\xef\xfc\x79\xaa\x91\xf2\x4e\xf5\x58\x96\xf6\x66\xd3\ -\x35\xb2\xfd\x19\xec\x34\xe5\x52\xc9\xcd\xe3\x9e\x30\xa7\x65\x77\ -\x5a\x53\x68\x2f\x22\x18\x54\x12\xfd\xef\xe0\xc3\x9d\xae\x6a\xbf\ -\x34\x55\x7f\x33\xbe\x38\x7f\xff\xcc\xc9\xa5\x8a\x12\x4d\x25\x0c\ -\xda\x54\x5b\x0d\x7e\x16\x18\x60\xe8\x42\x74\x0f\x5c\x37\x52\x68\ -\x22\x0a\x8d\xf6\xac\x03\xd2\x98\xe8\x13\xb9\x86\x4c\x6b\x3a\x1d\ -\x36\xe1\x22\x2b\x9c\x3e\x43\xe8\x8d\x6c\xd6\xe4\x3d\x27\x1b\x58\ -\x08\xc1\x94\xe2\x06\x6a\xec\x93\x4e\xe6\xbd\x31\xb7\x57\x63\x81\ -\x5e\xf4\x9f\xe1\xf0\xe7\x44\xe8\x92\x9d\x97\xd6\xd2\x48\x5d\xdb\ -\x28\xa3\x8b\x4b\xd5\xcc\x38\xc2\x52\x3a\xc2\xab\xfb\x7e\x3c\x3f\ -\xc2\x4e\xbd\x32\x9a\x60\x3e\x12\xb9\x64\xd5\x10\x2e\xfd\x93\xa6\ -\x44\x22\x75\x57\x73\xb9\xa2\xae\x7a\x8f\xb7\x67\xb5\x37\xef\xdd\ -\xb5\x93\xb3\xc2\x98\x67\xbd\x34\xad\x19\xba\xd0\x85\xc6\xd5\x40\ -\xb0\x16\xbe\xcc\x84\xa6\x1f\x66\xb7\x86\x4c\x4e\xe0\xd6\xec\xe2\ -\xa2\x87\xd7\x37\x34\x81\xf4\x10\x0b\xad\x80\xd7\x23\x63\xaa\x80\ -\x39\xfd\x1b\x88\x7c\xad\x33\x7c\x32\x62\x72\xd4\x29\x0b\x34\xb8\ -\x3b\xb2\x62\x23\xb7\xea\xcb\x77\x39\xc4\x8d\xaa\x59\x93\xab\x09\ -\x14\x64\x6b\x59\x6d\x39\xa1\xdd\xdf\x01\xd1\x6b\xe3\x4b\x08\x56\ -\xa7\x56\xe9\x8b\xd4\x29\x94\x98\x9d\x56\x44\x94\xe7\x12\xb3\x82\ -\x35\xce\x03\x31\x40\x17\x30\xcb\x96\x6e\x99\xae\x36\xf4\xf3\x34\ -\x07\xdb\x6a\x59\x74\xa7\xc4\x9f\xcf\x5b\xfc\x40\x00\x49\x99\x4b\ -\x97\x20\xb6\xe5\xc4\xca\x03\x4d\x02\x7d\xa4\xf4\x80\x60\x3e\xc0\ -\x8e\x3c\x39\x78\x73\xbc\xf4\xa6\xf2\x59\xc5\xdb\x68\xa3\xb7\x00\ -\xdb\xa2\xd1\xd0\x2d\x8d\x7c\xdd\x4d\x7c\x5d\xdc\x6d\xe1\x1b\x6f\ -\xf4\x40\x49\xb1\x71\xa0\x7a\x21\x8c\x23\xc3\x20\x2f\xc8\xa0\x12\ -\x4b\xba\x44\xf0\x43\x05\x8a\x23\xf3\x0b\x8f\x36\x2a\x06\x87\x6e\ -\x20\x42\x67\x95\xa1\x08\xb2\x5f\x2f\xb0\xa6\xc1\x00\xaa\xc4\x0d\ -\x29\x54\x3a\x9b\x8e\x49\x96\x3c\x59\x7e\xe9\x2e\x0c\xd2\xe5\x7f\ -\xb3\x44\x5e\x83\x0a\xed\x54\x2c\xc1\x66\x8e\xa9\xcf\x1b\xe8\x1a\ -\x66\xf7\xde\x7c\x74\x57\x9c\x78\xe7\x41\x3d\x0b\x87\xbf\xdf\x34\ -\x09\xb7\xf0\xe4\xfa\xa2\x72\x45\xfa\xf2\xb9\xeb\x7e\x78\xc8\xfe\ -\xc3\xff\x9a\xfd\xf2\x46\xd1\x41\x87\xb8\xe3\x63\xd1\x72\xa9\x94\ -\x5b\x3e\x09\x4e\xa1\x78\x16\x12\x6d\xe5\xde\x78\xfb\x89\x49\x33\ -\x88\xfc\x1c\x1b\xa4\x34\xfb\x7a\xe6\x7d\x74\x4c\x4d\x9b\x52\x13\ -\xe1\xfa\x7d\x9c\x45\x33\x57\xde\x02\xd1\x91\x3f\xb6\x9a\x06\x6e\ -\x69\xf1\xd4\xf6\xe9\x73\xd8\xa1\x0b\xe8\x09\x91\xf3\x9f\x44\x3f\ -\x03\x97\x36\x40\xe6\x68\xcf\x77\xc9\xbb\x5f\x9b\x9e\xe5\x6d\xcf\ -\xbd\x35\xca\x48\xc3\xad\xab\x20\x42\x08\xe7\xeb\x1a\x0b\xc4\x36\ -\xde\x68\xbb\xd8\x73\x3f\xc8\x81\x7e\x19\xe4\xb5\xa4\x7e\xc9\x7a\ -\xf3\x8a\x66\x2d\x86\x88\x39\xd3\x32\x6f\xb1\x02\x5c\x70\x36\x27\ -\x38\xb5\xcb\x69\x15\xb5\xcf\xf3\x5b\xe1\xdc\x2f\xbd\x08\x62\x8d\ -\x77\x3e\x72\xa7\x70\x36\x0c\x4b\xeb\xd1\xa6\x70\x41\x29\xe5\x09\ -\x7a\x26\x82\xf3\xed\xa2\xa3\x35\x2f\x86\x59\x68\x32\x25\x12\x29\ -\x98\x5f\xe7\x4d\x4c\x46\x2b\xc0\x7e\x9e\xd4\xb3\xda\xd8\x4d\x7d\ -\xac\x42\x79\xd2\xc0\xc3\x84\xff\xe2\x9a\x67\xff\x6a\xfd\x34\x43\ -\x0b\xb6\x4d\x17\x37\x89\xdc\x50\xc2\x20\x88\xd8\x12\x50\xba\x59\ -\x3d\x23\xd0\xa6\x9e\xc5\x83\x0d\xde\xfa\x9e\x79\xc6\x71\x6f\x4c\ -\x16\x9b\xa1\xa2\x27\x1c\x1d\xfc\xf5\xac\xbf\x15\x75\xbb\x23\xa9\ -\xd1\x5b\x36\x5a\xa1\xeb\xe6\xf6\xd9\x46\x96\x2e\x92\x71\xde\x68\ -\x5b\xdc\xf4\xd7\x2c\x45\xa3\x2a\xa6\x84\x76\x0d\x95\x53\x80\xdb\ -\xfd\x2f\x1e\x6a\xeb\xe7\xab\x3c\xc7\x44\x22\xb5\x7a\xea\xc1\xf5\ -\xb9\xae\xe4\xd8\xd7\x11\x3e\xcc\x43\xe8\x09\xb7\x3f\xa3\xcd\x99\ -\xf2\x6e\x53\x8f\xd9\x96\x18\x3c\x8c\x0d\x04\x2b\x77\xed\x18\xdf\ -\x9f\xbf\xc8\x59\x23\x84\x3a\xd3\xd2\x5a\x5e\xb3\xe2\x12\x3e\x9b\ -\x3f\x82\xb5\x46\x7e\xad\xa3\x06\xab\x85\x32\x1f\xeb\x01\x02\xb8\ -\xf1\xe7\x8a\x42\xd6\xd5\x2a\x84\x45\xec\xa0\xed\x63\xf3\x74\x02\ -\xa5\xf3\x5f\x81\x96\x83\x3c\x20\x7c\xb7\x3c\x4f\x3a\xeb\x3c\xa6\ -\xcb\x61\x28\xa3\xb7\x33\x6d\x2b\x4a\xcd\x3e\x50\x93\x70\xab\xbf\ -\x70\xdf\xe5\x57\x17\x69\x74\xe7\xa5\x91\xd6\x06\xc2\x45\xcd\xa6\ -\xba\x26\x48\x73\xfe\x34\x37\xde\x2a\xc6\xed\xc8\x4c\x42\x2d\xde\ -\xae\x3f\xaa\xa6\x88\x0f\x49\x4b\x52\x9a\x37\x9a\xe1\x2d\x7c\x98\ -\xfe\x05\x1d\xf1\xd0\x95\x4b\x19\x39\x30\xdd\xb3\x9e\x82\x7e\xbd\ -\x4f\x1a\x27\xad\x3c\xab\xdf\xa6\xe4\xb9\xef\x29\x18\x09\xa3\xdd\ -\xbd\x78\x86\x2d\x0d\x5d\xd4\x90\xf3\xa0\x3e\xea\x5f\x34\x6c\xb8\ -\x16\xa4\x0d\x61\xf4\x64\xc4\x10\x1d\x19\x77\xcb\xfe\x5c\x57\xbe\ -\x9a\xe7\x8f\x62\x9d\xb5\xb4\x55\xd5\x58\x15\xe5\xde\xeb\xc3\xa9\ -\x44\x36\x21\xab\xb7\x03\xc4\x9d\x65\xf4\xf6\x3d\x40\x56\xe2\xff\ -\x7c\x02\x29\x0a\x19\x31\x4b\x21\x34\x22\xd0\xb1\xed\x87\xb9\x50\ -\x22\x74\xaf\xfc\xd3\x0d\x01\x0e\x11\xec\xd2\xab\x2c\xfe\xf6\x84\ -\x82\x05\x6d\x46\x63\xd2\xc2\x68\x99\x68\x5d\x9b\xb2\xae\x7a\x2d\ -\xcb\x5a\x2c\x4c\x63\x23\xc8\x6a\x0e\x94\x35\xed\x72\xdf\xd0\xc0\ -\x96\xde\x6c\x6b\xc1\x7f\xb4\xec\x83\xd1\x91\x2b\x9c\x09\xe3\xa5\ -\xae\x6e\xe4\x93\x0e\x7d\xcd\xf2\x93\xf9\xe0\x36\xe7\x02\xe2\xf3\ -\xef\xbe\x8d\x7f\x95\x63\x6c\x8c\x14\xbb\xcb\x73\xa7\x9e\xeb\xb4\ -\x1b\x84\xd8\xb1\xa9\x30\x59\x7b\xe6\x11\x6a\x30\x1d\xc8\xe6\x6a\ -\x3f\x18\xb7\x9c\xab\xbd\x9b\xb7\x5f\xb4\x0b\x55\xd0\xfd\x2e\x22\ -\x57\xd5\x2b\xaf\xfa\xef\x36\xc6\x76\xa1\x88\xcd\x72\xe0\x0a\x97\ -\x3c\x9b\xd7\x02\xf7\x98\x98\xd9\xbd\xa8\xdb\x73\xae\x96\x8d\xfb\ -\x58\x08\xa2\x5a\x36\xc5\x6b\x29\xfc\x4e\x3f\x0a\x87\xc7\xb8\x95\ -\xbb\x50\x36\xf2\x98\xc0\x49\x2d\xa6\xb7\x26\xbf\x23\x63\x2d\xcc\ -\x73\x9b\x7e\xaa\x1e\x96\xdd\xf0\x10\x2f\x8d\x7e\x77\xe5\x5c\xfa\ -\xbd\xd0\x3b\x52\xa3\x24\xb6\x43\xd8\xaa\xf6\x6f\x74\x10\x85\xcc\ -\xa0\xcb\x3e\x34\x9c\x74\xe3\x3a\x02\x8a\x5a\x36\x57\x10\x6e\xfd\ -\x5b\x23\x9e\x17\xf1\xe6\xf8\x86\xc6\x33\x89\xa0\xc3\xf9\x96\x99\ -\x77\xac\xd0\x80\x6a\x86\x9e\xe6\x3e\x23\xbe\x52\x2a\xda\x34\x38\ -\x9f\x8b\xdc\x41\x8f\x40\x6a\x77\xc3\x81\xec\x97\x7d\xd2\xe2\x53\ -\xb3\xb2\x28\x47\x2a\x94\x9b\x18\xf0\xed\x3b\xe2\x9e\x84\x50\x44\ -\x26\xa2\xa1\x7e\xd6\xd8\x9a\x2f\xc0\xda\x8e\x77\x88\xeb\x03\x27\ -\x4d\xd1\x30\xb1\x4f\x1b\x15\xd6\x2f\x7e\x0f\x11\x26\x21\x5b\x36\ -\xce\xd7\x13\xa4\x53\xaa\x6f\xa0\x09\x16\x6d\x2d\xaf\x4f\x8a\x86\ -\x96\xb9\x3b\xbc\xbe\x67\x08\x9c\x63\xff\x3f\x72\x07\x5d\xda\xf4\ -\xfa\x32\x4a\xa8\x7d\x7f\x02\x4b\x3d\x9b\xc6\xea\x7c\xf9\x17\xd3\ -\xa7\xfd\x6c\x3b\x1a\xb1\x7d\xaf\x63\x60\x70\x50\x80\x14\xa6\xde\ -\xab\xcd\x3d\x26\x1f\xcc\x67\x04\xc9\x35\xb7\x26\x9c\x5e\xd5\x16\ -\x3d\x7c\xbf\x9f\x5a\xdc\xc6\xc8\xc9\xef\x9a\xf4\x7c\x0e\xaa\x2e\ -\xee\x81\xac\x09\x84\x0f\x1d\xcd\xbd\x69\x5a\xa4\x5e\x23\xa3\xe9\ -\xe0\xef\xb0\xe1\xcd\xeb\x2e\x26\x71\x20\x77\x96\x3e\xec\xd6\x58\ -\x60\x71\x9b\x34\xe4\x17\x61\x3f\xae\xb1\x8c\x12\x38\xd6\x6f\xb9\ -\xf2\x62\xe4\xc7\x5b\x40\xed\x31\x2d\x30\x6b\x80\xed\x17\x09\xcd\ -\x06\x30\x30\xad\xf2\x38\xf6\x1b\x1f\xb9\x5d\xa8\x25\xfb\x40\x76\ -\x25\x3b\x95\x13\x25\x1d\xf3\x17\xa0\xab\xce\xe9\xb7\x75\xba\xcd\ -\xa0\x4d\xda\xb3\x67\xe2\x76\xe7\x4b\x1f\x2d\x82\xdd\xf6\x2e\x29\ -\xa8\xc6\x45\x75\xa7\x40\x6e\x7a\x9d\x94\x23\xb8\x93\x6c\x7b\xaf\ -\x8b\x4a\xad\x64\xf4\x99\x1f\xfa\x7c\x3e\xe9\xf2\x5b\x53\x9b\x1e\ -\x21\x61\xa0\x61\x54\x55\x52\x13\x62\x9d\x60\xd6\x26\x6d\x02\x33\ -\x0f\x8a\x5c\x97\x77\x08\xb0\x30\xfe\xca\xb6\xf1\x73\x3d\x6a\xaf\ -\x3e\x05\xad\x40\x79\xd4\xfb\x8b\xe9\x46\xc1\xd6\xb4\x58\x67\x66\ -\xfa\xa0\x56\xdb\x69\xd3\x8a\x4d\x04\x77\xf0\xfa\x6f\x1f\x13\xe5\ -\x3b\x22\x42\x3c\x17\x88\x52\xd3\x68\xed\x06\x31\x97\x9a\xec\xc6\ -\x80\xea\x3d\x43\xb9\x17\x16\xa5\xaf\x53\xf9\xd0\x60\x65\x97\x11\ -\x74\x1d\x96\xad\xf3\x10\x98\x48\x71\x92\xab\xaf\x97\x9b\x71\x15\ -\x73\x4d\xcd\x04\xa8\xf1\xc1\x01\x0d\x80\xa3\xb9\x62\x8b\xe7\xbc\ -\x8a\xd0\x43\xd2\x2d\xc4\xf3\xd0\x20\x08\xb2\x65\x23\x61\x21\xdd\ -\x46\xc1\xb7\x0d\xd9\xff\xbf\xd4\x01\xbe\x53\xa0\xf2\xa1\x95\x23\ -\x0a\x8e\xa7\xd3\xca\x9b\x9f\xab\xe3\x49\x22\x30\x81\x3c\xef\x8e\ -\x45\x1c\x4e\x84\xfd\xb0\xb1\xad\x90\x5f\x3c\xf9\x2d\x64\x6c\x0b\ -\x11\xb6\xcf\x2c\xd7\xab\xed\x00\x34\x76\xb6\x2c\x1b\x09\x3d\xc4\ -\x63\x42\xb7\x6d\xc4\xfc\xb8\x55\x31\xe5\x61\x57\x63\xcd\xb1\x04\ -\x73\x0c\x21\xc1\xd9\x69\x6b\x71\x9c\x2f\x87\x26\x69\x4d\xe6\x6e\ -\x88\x49\xfd\x7e\x69\xdf\xf9\x15\x41\x09\xc0\x9b\xb1\xa0\xb6\x14\ -\x31\xde\xf4\x2d\xf6\x97\x09\x04\xb4\xe8\x97\x2e\x5f\x2e\x94\x9e\ -\xb3\xf6\x40\xc4\x76\xff\xf9\x81\x3c\xbd\x4d\x3e\xf0\x80\xa5\x59\ -\x1c\xf8\x5b\xe8\x30\x1e\x1c\x71\x40\x89\x08\x4d\x5d\xd4\x2a\x7d\ -\x09\xee\xc4\xb1\xfa\x9e\x2d\xa9\x34\x69\xb4\x1c\xac\xe9\xc1\x89\ -\x90\xad\x30\xd0\xaa\xd5\x52\x7b\x60\xb6\xec\xd6\xff\x91\xaf\x46\ -\xd7\xdb\xbf\x6b\x1e\xdc\xa0\x09\x58\x1b\x5f\x32\xd7\xe5\x0a\x7c\ -\xe4\x67\xf6\x62\x59\x3a\x88\x51\x54\x97\x87\x22\x28\xb5\x1d\x4c\ -\xfe\x39\x63\x12\x23\x8d\x3a\x08\x81\xdd\x51\x8c\x1f\x15\x88\xa4\ -\x06\xec\xdf\x08\x85\xeb\x82\xde\xa6\xc6\x50\xe9\xcf\x5b\x88\xe9\ -\x8b\xd0\x99\x21\x90\xfb\x35\x74\x7a\x5b\x6b\xbd\xe0\x52\x68\xe4\ -\xd6\x1a\x13\x1a\x64\x5c\x13\x33\xb7\xd6\xb8\xec\x37\x2d\x24\xf0\ -\xad\x80\x26\x3e\x2e\x92\xc6\xa3\xf7\x28\xbf\xa9\xea\x85\x65\x50\ -\x00\x4f\xed\x9b\xf1\x2c\xb7\x53\x0a\x31\xfe\xe2\xb6\x87\x85\xb6\ -\x96\x5b\x42\x4e\x19\x8c\xd9\x73\x78\x28\xf5\xa4\x26\x05\x5a\x99\ -\x70\x4e\xb3\x5e\x8b\x32\xc9\xc4\xa8\x55\x24\x19\xa7\x9d\x2d\x1e\ -\x0b\xbb\xa1\xc5\xed\xbe\xb8\x5f\xc2\x44\xac\x7a\x0d\x88\x0f\xb0\ -\x68\x15\x5c\x71\x1a\xcd\xba\x58\xdd\xde\xf8\x2f\x8b\xcf\x41\x0e\ -\x3d\x26\x1f\x4a\x06\x73\xc3\xce\x98\xa0\xf2\x81\x7c\x65\x0b\x5c\ -\x35\x3e\x7f\x99\xd4\x75\x34\x7f\x37\xef\xb0\x83\xd6\x34\xcd\xda\ -\x64\x33\xa9\x6b\x12\x6e\xa2\x77\x1d\x4c\xfb\xfb\xb7\x80\x57\xc3\ -\x26\x4e\xc4\x8b\x96\xe1\xd4\x36\x9f\x52\xf3\x9a\xd0\x45\xd1\x81\ -\xcf\x8e\x3d\xca\xc3\x62\xac\x43\x72\xc9\x03\x24\xb7\xb5\xff\x2a\ -\xc3\x91\x4b\xc3\x35\x82\x6a\xba\x95\x85\x71\xef\x31\xef\xb2\x86\ -\x5e\x74\xf1\xea\xec\x5e\x32\x93\x4a\x17\xdb\x68\xfe\xc0\x32\x88\ -\x9e\xa0\x01\x6f\xed\x4e\xde\x9e\x2d\x52\x88\x3c\xbe\xe1\x46\xb1\ -\xcf\x66\xd8\xcf\x11\xbc\x7f\x14\x80\xaa\xa5\xf7\x30\x68\x66\xb9\ -\x19\x99\x0c\x19\xa4\xde\x68\x9f\x13\xc7\x45\x55\xbc\x01\xb9\xb9\ -\xbe\x88\x1a\x98\xf7\x96\xd7\x64\x53\x37\x58\x64\x3b\x87\x37\xed\ -\x4a\xba\x87\x0a\x67\x68\xf5\xd9\x74\xba\x4c\xc5\x20\x23\x0c\xa7\ -\x99\x64\x50\x00\xbb\x53\xdc\x6d\x8f\x45\x93\xf4\xf9\x49\x77\xb8\ -\xb5\x6f\x3e\xd9\xa8\xf4\x7c\xc2\x3e\x75\x1b\x1b\xc8\x1b\x94\xe7\ -\x1b\xd3\xc9\x52\xe3\x4a\xad\xf1\xfe\xad\xc1\x3a\xa8\x66\xe9\x22\ -\x2c\x8d\x72\x7a\x07\x28\xf8\x98\xe8\xed\x53\xa3\xa4\xc2\xed\x6c\ -\x2b\x75\x00\x8d\xb4\x7b\x1d\x5c\xd7\x42\x05\x01\x23\xdd\xb1\x1b\ -\xf6\x58\xa3\xce\xde\x58\x40\x71\x79\xbd\x05\xeb\x62\xdd\x78\x67\ -\x73\x71\x23\xef\x2e\x76\x5d\xe8\x00\xcb\x48\x64\xd9\xd5\xb3\x4f\ -\xe8\x6d\xd9\xba\xdb\x5f\x6a\x0c\x8b\x38\xa1\x60\x88\x7c\x16\xa3\ -\x0e\xc1\x21\xbc\x8f\x68\xdd\x3d\x23\x9c\x5b\xa9\xd8\x28\xfc\xff\ -\xfc\xdf\xff\x97\x89\x77\x5a\x79\x08\xe8\x7e\x4a\x50\xda\xd6\xee\ -\x0f\x64\x42\x88\xb0\xc0\x06\xc4\x97\xd7\xae\x85\x10\x73\x8b\x24\ -\xfd\xa6\xb4\x12\x7d\xb2\x13\x36\x89\x22\x42\xcf\xf3\x6c\x7c\xdd\ -\xc7\x7f\xfe\xe7\xe4\xf4\x42\x93\xf8\xd1\x70\xd8\x9a\x57\x0e\xb0\ -\xe2\xc4\x21\x10\x17\x18\xfb\xcf\xcf\xf7\x91\x2c\xde\x9a\x1c\x9a\ -\x8e\x10\x4b\x3b\xb0\x83\x0a\x18\x39\x0d\xb8\x20\x3f\x20\x6a\x9c\ -\x9f\x6f\xcf\xec\x90\xeb\x54\x66\x7e\xaf\x9c\x0a\x1a\xd2\x38\xa4\ -\xf1\x5c\xa7\x5b\x36\x3f\xfe\x72\x27\x84\xa1\xa1\x36\x04\x9f\x3d\ -\x52\xbf\xe6\x34\x4f\xf0\x81\xe7\x27\xf5\xfd\x26\x6d\x16\xa1\xf8\ -\xec\x98\x8e\xf7\x97\xda\x90\xa0\x35\x8c\x55\xc8\x8d\x31\xe8\xf3\ -\x09\x67\x26\x08\x78\x13\x34\x44\x18\xc7\x84\x2b\x02\x52\xb1\xb0\ -\xe8\xc5\xaa\xb5\x62\xa3\x53\xed\x66\x22\x8b\x66\x9c\x0d\x2e\x3e\ -\xe3\xf9\xf9\x6e\x41\x9b\x88\x66\x31\x33\xfd\xd1\x95\x21\xc6\x6c\ -\x34\x58\x4a\xcc\x28\xec\xb4\x02\x4a\x4b\xcf\x5e\xa0\xcc\xe4\xee\ -\x76\xca\x41\xe7\x8c\x7f\x68\xa1\xe6\x6e\x75\x40\x1f\x72\xfa\xab\ -\xae\x4b\x3b\x34\x3e\x23\x6c\xb9\x21\xcb\x69\xd1\x62\xd6\x01\x2c\ -\xfc\xe5\xcf\x6f\xdb\x3f\xf6\x4d\xcf\xf3\x5c\x27\xa2\x44\x9a\xef\ -\x44\x36\x2d\x62\x5e\x2c\xf3\x07\xe8\x7f\x94\xf9\x50\x69\x10\xd1\ -\x8a\x16\xae\xf5\x9f\x24\xab\xd9\x8b\x42\x43\xfb\x79\xa3\x39\x21\ -\x80\x9c\x46\x0b\xf9\x64\xae\x75\xae\x34\xaf\x05\xb6\x7e\x8c\xc6\ -\x18\x4e\xed\xa8\xd0\xf0\x68\x0e\x70\xe2\x9e\x7f\x0f\xc4\x17\x18\ -\x2b\x18\xda\xe8\xa2\xf1\xca\xe3\xb9\x63\x0f\x4d\xcf\xe1\x88\x22\ -\x03\xe9\xa3\x2b\xe7\xef\xc7\xff\xfe\x2f\x52\x92\x86\x66\x33\xd7\ -\xe5\x23\x3c\xd2\xb0\x26\xc2\x2a\x97\x16\x66\xfd\x99\xc1\x9d\x2e\ -\x1a\xeb\xe5\xa3\x7f\xea\xbd\x4c\xcd\x09\x42\xe6\x0c\x4d\x4d\x5a\ -\xf6\x61\x18\x22\x65\x4c\x82\x7b\xab\x05\xa4\xcb\xd8\x00\xa5\x6a\ -\xa4\x0c\x9a\x0e\xb1\xd2\x3b\x90\x49\xfe\x1a\x02\x5d\xb5\xfe\x7d\ -\x52\x62\xda\x10\x45\xdb\x62\x08\x22\xb8\x33\x8b\xe4\xed\xbc\x4a\ -\x5a\xb5\x55\x2b\x83\x13\x1b\x33\xa2\x1f\xf9\x3e\x26\x7f\x2d\x48\ -\x93\x7e\x36\xc3\x8c\x01\x41\x91\xf5\x79\x5a\x9c\x06\x3c\xab\x8f\ -\x7d\x56\x73\x69\x37\x0b\x71\xa5\xcf\x36\x39\x1d\x1b\xb0\xf5\xb1\ -\x8f\xbb\x79\x06\x8d\x76\x73\x39\x6d\x1a\x33\xe9\x7b\x91\x07\x7d\ -\xff\xf9\x3f\x39\x19\x12\x11\xa7\x7a\x55\xd4\xc8\x9c\x3f\x80\xa8\ -\x02\x00\xe0\x27\xf7\x67\xfe\xf7\x04\xbb\x40\xf3\xf9\xb8\xa9\x8a\ -\x94\xf7\x28\x4d\x8f\x7a\x88\xab\xdb\x58\xda\xe4\x69\xc8\x57\x66\ -\x0e\xaa\xcc\x9c\xe4\xe2\xb3\xad\xcf\xf1\xa9\x76\x60\x12\x19\xfd\ -\xb4\x46\x4a\xf9\x53\xeb\x46\x03\x34\x9c\x34\x1e\x6f\x00\xdd\x7c\ -\x81\xe5\x8b\x06\x0b\xa9\xfc\xb3\xca\x2e\x7e\x56\x43\xf1\x89\xf7\ -\x1d\x8b\x64\x16\x1d\xd2\x8c\xcc\x7e\x1a\xd0\x1b\x53\xde\x28\xdc\ -\xd5\x29\x88\x4c\xea\x1a\xbd\x59\x42\x74\x63\x7f\xff\x96\x59\x37\ -\x63\x8c\xa5\x6b\xf2\x1a\x61\xce\x9f\x0c\x1c\x5d\xdf\xab\x26\x44\ -\x22\x4f\x9e\x5b\x1b\x03\xb3\xe8\xa4\xf6\x03\xb5\x8c\x92\x4d\x75\ -\x00\xf6\x93\xba\xbe\x78\xa6\xa1\x1f\x9f\x73\x7a\x56\x10\x93\xf1\ -\x07\xe8\x96\x03\x74\x29\xeb\x7d\xfc\x99\xff\xad\xba\x4c\xcb\x39\ -\x73\xf8\x9f\xff\xb1\xff\xfa\xf7\x1f\x35\xe5\xc1\x2c\x51\xfb\x2e\ -\x0a\x9a\x55\xc0\x6a\x34\xed\x1c\x39\x7a\x22\xed\x6e\x7b\x9e\x87\ -\x74\x12\xe9\x28\xcb\x7c\xd4\xba\xc6\x9e\x9e\x07\x05\x0b\x63\x2e\ -\xf8\x60\xac\xec\xf5\xa4\x71\xe4\x7c\x4a\x9e\xd1\x08\x38\xfc\xfc\ -\xfc\x97\xcc\x8c\x7e\x7e\x7e\xe8\xe7\xe7\x87\x74\x7e\x32\x42\x23\ -\x32\x99\x98\x77\x96\x44\xfd\x3d\x9f\xcf\x4f\x33\x95\x88\x4c\xc9\ -\xd2\x66\x45\x7d\x6c\xcd\xf9\xaf\xea\x87\x9f\x7c\xf7\x62\x40\xfb\ -\x8f\xfa\x72\x9f\x5e\xea\x5e\x5f\xdf\xa9\xf4\x23\xe3\xcb\xb1\xa1\ -\x8d\xf3\xb9\xb2\xa9\x96\x97\xd6\x3c\x69\x88\x7e\xce\xd9\xc0\xfc\ -\x41\x82\xf0\xe8\xb9\xf6\x5b\xe6\x70\x56\x6d\x8d\xf5\xd2\x34\xb7\ -\xf1\x57\xbb\x4c\x77\xd5\xdd\x66\xf9\xca\x32\x8a\xfa\x9e\x79\xe4\ -\xfa\xe1\xad\x5e\xff\xe8\xba\x47\xd8\xf3\x02\xa3\x81\x67\xcf\x41\ -\xfb\x33\xbf\x57\x07\xe2\xdf\x61\x44\x28\xb4\x55\x1c\xc4\x0d\xa8\ -\x8a\xef\xf2\xe7\xe7\x7f\xf4\xc8\xba\xbf\x13\x3c\xa4\xb9\x86\x29\ -\x31\xb1\x92\xc7\x7f\xa6\xb3\x1f\x7e\x3e\xa4\x4e\x5b\xb5\x19\xcc\ -\xbe\xef\x76\x7f\x3f\x95\xa3\x22\x5e\xa8\xed\xd9\x1b\x72\xe8\x71\ -\xaa\x68\xb0\x7a\x20\x7c\x77\xf2\x40\x44\x1f\x91\x6a\xcd\x60\x57\ -\xec\xc4\xcf\xc6\x6c\x3f\xa8\x7f\x4b\x4e\x37\xe0\x51\x1e\x9c\x58\ -\x73\xd1\x2c\xcd\x6b\xa7\xcc\x41\x73\xda\xb4\x14\xd9\x00\x9a\xdd\ -\x27\x74\x12\x36\xce\x9c\x85\x1a\xf2\x6c\xa3\xe8\xc6\x3f\x33\x02\ -\xe5\xf3\x06\x51\x64\x1c\xcf\x69\x4d\x04\xe8\x28\xa6\xf7\xe2\x5f\ -\x72\x34\x5b\x48\x65\x21\x38\x74\xb5\xb4\x1f\x54\x36\xf2\x63\xcf\ -\xcf\xe1\xdd\x35\xaf\x90\x96\x41\x37\xd4\xf0\xd9\x68\x85\x1b\xda\ -\x61\x7d\xf2\x74\xa3\xfa\xdd\x9c\xdd\x9a\x00\x59\xad\x59\xfd\x9f\ -\xd4\x8b\x37\xb1\x29\xa0\x2c\xc6\x57\x7d\x02\xd2\x28\x7c\x46\xb7\ -\x18\x7c\xae\xd1\x13\x08\xab\x43\x47\xc3\x2a\x80\xa3\xe8\xe6\x6e\ -\x55\x6f\x94\x0d\xf4\x1b\xf5\x34\x0a\xb1\x35\x29\x1a\x55\xbc\xa7\ -\xd8\x79\x6b\x86\xb6\x8b\x65\x21\x32\x63\xcb\x4a\x9b\xf0\x7b\x24\ -\x85\xcd\x95\xa5\xe4\xd3\x1f\xc3\x62\x58\x5f\x0c\x4a\x04\x82\x5a\ -\xb9\x69\x27\xdf\xa8\x23\x39\x8d\xce\x89\xd8\x66\x1b\x62\xb8\xae\ -\x76\x2b\x69\xdd\xf6\x33\xf2\xf8\xa5\x5d\x10\xeb\x60\x64\x08\xfc\ -\xeb\xf4\xaf\x5c\x5b\xcf\x28\xf7\x4e\x3a\xf9\xa9\x6c\xe5\x50\x95\ -\x97\x9f\x46\x73\x6b\x7f\xe5\x87\xaf\xfd\x3d\xf2\xcf\x2a\xf7\xcc\ -\x9b\x7d\x5d\x2b\x20\xf4\x49\x87\xbc\x50\x82\xa3\x41\xcb\x73\x21\ -\x3e\x8b\xaf\xe3\x2c\x38\x2e\x9f\x69\x9f\xec\xbf\xb1\x0c\x96\x9e\ -\x8d\x37\x14\xd5\xa9\x13\x31\xa0\x6c\x13\xd5\x12\x94\xa3\x93\x68\ -\x22\xf3\xf1\x11\x3d\x30\x72\x91\x96\x76\x9b\x74\x6e\x93\xcf\x46\ -\xfb\x23\xcc\xde\x33\x40\xee\x09\x9e\xc1\xf4\x67\x12\x53\xc1\xd1\ -\x26\x7b\xae\xac\x20\xd2\xb5\xf6\xb1\x30\x89\x9f\x1b\xa8\x35\x3a\ -\x59\xd6\x85\x2b\x30\x9d\x0a\x43\x0f\x7b\xb5\xba\x0e\x9b\xfa\x02\ -\x8e\x3b\x25\x75\x89\xbb\x57\xd3\x70\x5d\x47\x0a\x08\xbe\xf4\xa2\ -\x9b\xa9\xf4\xc8\xf4\x32\x51\x11\xe2\xe3\x4e\x44\xb7\x54\xb9\x4c\ -\xda\xeb\xfd\x0f\xa7\x2a\xa7\xfb\xfa\xa1\xdf\x8c\xb5\x59\x2e\x58\ -\x72\xa1\x29\xca\x81\x4a\x1f\xcc\x12\x33\xb2\x76\xd7\xcc\x76\xdf\ -\x8b\x95\x7b\x25\x83\x76\x21\xce\xe1\xd0\x87\xa1\x81\xc9\x2a\x76\ -\x6d\x33\x3d\xb1\xa6\x0d\xb3\x6d\xbf\x31\x4b\x19\xfa\x00\x2b\x27\ -\x82\x49\x83\x56\xab\x44\x8d\xce\x59\x6b\x5c\xda\x48\x26\x72\x2c\ -\xd1\x5e\x3e\xfe\xcc\x0a\x60\xce\x34\xa3\x97\xc9\x90\x37\xf1\x5a\ -\x45\x6b\x16\xb9\x44\xa4\x34\xb6\xa9\xa8\x7a\x13\xb1\x53\xb3\xaa\ -\xae\x5a\x53\x9c\x75\xc6\x3f\xcf\xb3\x98\x31\x73\x92\x24\xad\x53\ -\x97\x12\x96\x99\xcc\x06\x58\x9d\x07\x4b\x46\xf3\xee\xe4\x0c\x84\ -\x1f\xdb\x33\xf5\xdf\xe1\x6c\x1b\x45\x9d\x66\xfc\xa4\x21\x69\x94\ -\xc1\x90\x59\xb8\xde\x65\x68\x8a\xe9\x57\xb6\xc9\x2d\x57\xf0\x37\ -\xdd\xe5\x11\x34\x2e\x8f\xd7\x1e\x4a\x22\xd3\xcd\x12\xb0\x41\xba\ -\x99\x60\x84\x06\xee\xa4\x59\x26\x5d\x20\xd6\xb5\xf0\x21\xd9\x80\ -\x9f\xd0\x8a\x7c\xa4\x60\x6a\xb0\xad\xb6\x29\x94\xba\x31\xda\x6d\ -\x92\x73\xa5\xd0\xc5\x33\x55\xd4\x5f\xee\x7e\x01\xe3\x94\x61\x98\ -\xe4\xfe\xfa\x8d\xee\x29\xe3\x29\xdd\x52\x9e\x2b\xe1\xb6\xd9\x43\ -\xcd\x4f\xe7\x4a\x03\xab\x9c\xb0\xa8\xdd\xde\xd9\x10\x98\x46\xce\ -\xa2\x64\x52\xe9\x83\x19\x0d\x64\x86\xe4\x5e\x25\x22\x7a\x80\x11\ -\x84\x4d\xed\xee\x1a\x8e\x4d\xba\x6a\x19\x3c\x7d\x8d\x27\xf7\x90\ -\x38\x95\xd9\x54\xda\xa4\x7b\xf5\x48\x4f\x39\x80\x0b\x93\x7d\xac\ -\xd5\xdf\x7b\x8c\xc8\x23\x54\x26\x13\x61\x21\xc9\x72\xcb\x26\x18\ -\x9d\x2e\xe7\x48\xe7\x04\x39\x77\x70\x65\xbb\x5d\xf9\x68\x87\x0a\ -\xa5\x05\x34\xd8\x7a\xa3\xed\xfa\x2e\x8c\x4c\x1d\x59\xa4\x82\x73\ -\xfb\xf3\x76\xe3\x40\xdb\xde\x99\x33\x84\xc3\x0e\x12\x2e\x3b\x63\ -\xe1\x97\x6e\x3a\xff\xda\x13\x45\xe9\xab\xaf\x17\xdb\xf4\xda\x00\ -\x50\xf3\xd8\x37\x33\x9a\xaa\xf4\xb0\x1c\xa7\x0b\x5a\x09\x97\x3b\ -\xd7\xed\xe0\xd9\x5a\x1d\x14\xf5\x9a\x84\x33\xe5\x95\xdb\x9a\x45\ -\x60\x3c\x3f\xed\xc1\xc6\x8d\x0a\x43\xd4\x28\x26\x7b\xfe\xc2\xee\ -\x14\x13\xd4\x00\x16\xdb\x2c\x68\x4f\x7b\x57\x4e\x5a\x03\x3a\x4e\ -\x85\xf6\x05\xbe\x9d\x37\x57\xc7\x68\x76\x2f\x74\xec\x42\x17\xd3\ -\xfb\xc8\x7e\x71\xb8\x47\x0e\x98\xf7\x02\x17\x11\xe8\x50\x24\xb3\ -\xe2\x94\xc6\x49\x6f\x6a\xcd\xc6\x93\xa5\x1a\xe1\xde\x30\xbf\x68\ -\xac\x94\x49\xa9\x5c\xde\x32\x84\x1a\x69\x8e\x2f\xa1\x7e\x0b\xe1\ -\xf2\x43\xcc\xf4\x42\x65\x11\xcf\x98\x51\x58\xbf\xeb\xd2\x4c\xcd\ -\xd0\xd6\x10\x57\x31\x12\x07\x5f\xb6\x71\xcd\x9d\xd0\x68\xa7\x0e\ -\xce\x46\x2b\x45\x74\x13\x1b\xab\x12\xc2\xa0\x15\xff\xbc\xef\x17\ -\x25\x28\xa8\x7c\xc2\x0d\x4e\x9b\xac\x3e\xb1\x92\x51\xcd\x18\xad\ -\x60\xdb\xe5\x9a\x68\x77\xad\x58\x50\x51\xda\x1e\x97\x74\x28\xca\ -\x46\x8f\xf8\xb7\x37\xb7\x0e\x79\xa0\x5b\x10\xf2\xf0\x01\xd1\x8c\ -\x40\xdc\x5b\x18\xe8\x7e\x56\xa0\xa9\x49\x44\x5b\x59\xeb\x36\xbd\ -\x91\x90\xb0\xdc\xb7\xad\xd9\xd5\x54\x3a\x76\xe0\x83\x5e\x68\x85\ -\x9b\xf1\x0d\xea\xf2\xbc\x21\xb5\x81\xb4\x4a\xce\x00\xd0\x65\x1c\ -\x34\x08\x85\xeb\xa1\x79\x09\x6d\xce\xf1\x5e\x95\x5b\xf1\xd1\x81\ -\x0d\x77\xde\x33\x69\x3a\x2b\x14\x68\x07\x85\x7c\xed\x2f\x3c\xfa\ -\x4a\xbb\x1a\xb1\x02\x05\x8a\x15\x6d\x75\xd7\x72\xec\x53\xf2\xf6\ -\xff\xa0\xc8\xbd\xad\xa1\x41\x23\xcd\x3a\x2a\x53\xaa\x1b\xc9\xaf\ -\xcb\x38\xfd\x27\xc1\xc4\xa3\xa6\x08\xed\xe7\x2a\x52\xd8\xf8\x55\ -\x9a\x15\xa0\x00\x53\x14\xb6\xf3\xa4\x08\x9b\xc0\xfa\x45\x4a\xd5\ -\x49\x1d\xd7\x83\x2a\x5b\xce\xba\xb1\xa6\xd7\xd4\x55\x7c\x19\xea\ -\x66\x12\x63\xad\xf8\x4d\xdb\x75\x05\xdb\x73\xc6\x9c\xbe\xa5\x61\ -\x91\x3a\xfd\xdc\xa8\x87\x49\xe7\xf4\xc6\x49\x20\x52\x42\x2e\xb6\ -\xcf\xdc\x75\x16\xdc\xa9\x74\x9d\x49\x32\x8e\xef\x96\x67\x41\xd0\ -\xf5\x0d\x02\xdb\x37\x8a\x67\x07\x62\x47\xa3\x50\xc5\x7e\xb3\xab\ -\xa3\xdf\xfb\xbf\x13\xa0\x5e\xa5\x0e\x46\xfd\x73\xf3\x62\x4b\x58\ -\x33\x41\xe9\x9f\x3f\x80\xf1\x30\x6a\xd8\x35\x69\x92\x93\x28\xce\ -\x50\x65\x53\x9c\x7c\x7f\x55\x36\xa1\x95\xf6\xb0\xce\x72\xa9\x7c\ -\xab\xcd\xa2\x3f\x6b\x22\x1a\x17\xb0\x5b\xfa\x59\xc7\xfd\x1e\x30\ -\x5b\x33\x55\x7e\xa1\xb8\xdf\xf4\x37\x78\x77\x27\xe3\x60\x6a\x07\ -\x48\xb6\xfc\x3b\x04\x04\xc6\xf8\xca\x5c\x38\xe1\xc7\x41\xb1\xdd\ -\x80\xc3\xa9\xce\x14\xa6\x5d\x1b\xf5\x38\xcf\x47\x6d\x39\x69\x46\ -\xa7\xc1\xc5\x52\x70\xb9\xab\xb5\xae\xfd\x11\x67\x85\x18\xbd\x80\ -\x25\xd6\xe4\x30\xbf\xa9\x9e\x90\x62\xd9\x9a\x75\xf2\x60\x71\x35\ -\x52\x9d\x50\x0f\xce\x64\x66\xd9\x06\x3f\xdb\xfe\xcc\xe3\x35\x47\ -\xdd\xa5\x7a\x36\x4f\x09\x68\xd5\x30\x03\x75\xe2\x81\x81\x34\xd0\ -\x67\x8b\x82\x5b\x40\x00\x02\x57\x18\x5f\xe1\xc0\xa3\x83\xb0\xb2\ -\x39\xc8\x2e\xcf\x85\xe1\xb3\x72\xce\x00\x68\x3c\x23\xc6\xc6\xa4\ -\xc0\xa6\x2a\xd6\x7f\xd5\xd2\x4b\x27\x16\xf9\xaa\xe6\x75\x59\xec\ -\x31\xe3\xd5\x5c\x66\x2d\x7c\xa9\x17\xe3\x9f\x4f\x04\xb8\x05\xda\ -\xbe\xeb\x6e\x64\x8c\x03\x5d\x2c\x1a\xc3\x2a\x60\x10\x21\xc7\x43\ -\x6e\x8d\xc8\xea\xc2\xd6\x28\x70\x41\x78\x2b\xbe\xa0\x39\xf9\xfd\ -\x52\x0e\x46\x9e\x16\x5e\xfc\x45\x7f\x61\x4e\x81\xe2\x20\xb1\xf1\ -\xdf\x0f\xb0\xa4\xc6\x10\xc1\x78\xbd\x04\x90\x57\x8e\xb5\x72\x22\ -\x52\x88\xd6\xed\x89\xe5\x89\xb0\x85\xad\x30\xd8\x54\x4f\xb2\xd7\ -\xac\x2a\x09\x3e\xa6\x51\x2f\xc0\xcc\x96\x26\x08\x1c\x47\xb0\xa9\ -\xab\x7f\xae\x09\xcb\xab\xfe\x60\x9b\x14\x1d\xcd\xa3\xf5\x77\x6a\ -\x4c\x87\xa8\xd6\xa0\x81\x64\xb9\x4d\x09\xef\x9b\xdf\x98\x8e\xd0\ -\xe0\xdf\xb4\x18\xbf\x6a\xa4\xb0\xa8\xdc\x3e\x63\xff\x79\xf3\x44\ -\xe6\xa7\x5e\x14\x61\x77\x67\xc8\x5b\xe4\x17\x06\x71\x66\xe2\xf6\ -\x1e\x6a\xca\x74\xd8\xb0\x57\xfe\x95\x1c\x8a\x1d\xfc\x4e\x8f\x8c\ -\x0b\x1f\xdc\x8b\x16\x12\xa7\xc4\x04\xb0\x6d\x97\x09\x2d\x55\xf8\ -\xf0\x66\x02\x81\xfc\xf9\x3e\x35\xb0\xa4\x3b\x18\xcb\xfd\x59\x13\ -\x88\xe2\x73\x2a\xe8\x6e\x5e\xf8\xdd\xa3\xd9\xf4\x03\x6b\x17\xca\ -\x1d\x61\x94\xcd\xfc\x44\x92\xba\xc2\x6e\x89\x6d\xcd\x46\xbd\x5b\ -\x19\xc7\xc3\x6e\x20\xc1\x18\xae\x3f\x28\x7a\x22\xf1\xc8\xd8\x84\ -\xfd\x4c\xc2\xcf\x33\xa9\x72\x79\x18\xc2\x47\xe3\x80\x4f\x1a\x1f\ -\x3c\x55\x11\xd9\xa6\x0c\xa3\x5d\x34\x62\xd4\xcc\x22\x18\x74\xa3\ -\x44\xdd\x45\xa8\x0c\x7d\xa2\x08\xd6\x83\x16\x16\xeb\x37\xcf\x19\ -\x9c\x96\xe2\x27\xe3\x53\x2c\xcc\xd6\x35\x41\x44\xd2\xa7\xee\x1e\ -\xb5\x10\x4c\x05\x4a\xdb\x5b\x22\x76\xc0\xc1\xc6\x2a\x20\x44\x2d\ -\x75\xde\x0c\xc8\xfa\x2a\xea\xb5\x17\x55\x76\x47\xe7\x17\xcd\x48\ -\x1b\xd0\x26\x6f\xae\x4b\x3e\xd5\x12\x96\xfc\xfb\xd4\x69\x75\x19\ -\x2e\x0e\xb4\xe2\x03\xbc\x08\x74\xb1\x01\x06\x9f\x46\x13\xbc\x06\ -\xb3\x1b\x1d\x22\x67\x82\x60\xcb\xfa\xf7\x55\xa4\x54\x48\x72\x35\ -\xd9\xcc\xc8\xd0\xa0\xd4\x5c\x55\x61\x39\x6b\x62\xc5\xbc\x0c\x90\ -\xc8\xb6\x89\x87\xe5\x1d\xd2\x74\x4a\xb8\xcf\x4c\xd2\x0d\x6d\x66\ -\xb3\x57\xd9\x5b\x62\xa8\xb5\xbc\xe5\xd1\x8c\x02\x84\x1a\x7b\x63\ -\x6c\xe2\x71\x9c\x58\xad\x38\x09\xe6\xa2\x0f\xee\x34\x50\x62\xa2\ -\xc1\xce\x14\x40\x13\x02\xff\x0e\x39\xd1\xb3\xae\xbf\x0a\xa7\x37\ -\x33\xbc\x5f\x7a\xe1\xc6\x6f\xeb\xc5\xfa\xa4\x73\x07\xdd\x88\xec\ -\xaf\x2e\x9c\x0f\x0b\x7d\x28\xb4\xd9\xe4\x39\x6f\xf7\xbb\x03\x1b\ -\x9e\x7a\xbe\x74\x02\x87\xc0\x38\x39\x27\xc7\xda\x18\x39\x4a\x18\ -\x10\xce\x35\x0d\xcd\x11\xf2\x72\x44\x8e\x7c\x3b\xfc\x6e\x5d\x17\ -\x27\x2d\xce\x81\xa9\xb2\xec\xe2\x6c\x5c\x4a\xdc\x70\xcb\x9c\x0e\ -\x5a\xf5\x5a\x42\x44\xae\x14\xd8\xf8\x39\x6c\xc3\xcd\x47\x38\x3f\ -\x4b\x03\x8d\xcc\xdb\x79\xbe\x83\x3b\x07\xc3\xe5\xe6\x2e\xbd\x4b\ -\x10\x14\xcf\xf3\x78\xee\xdc\xf7\x21\x34\xd3\x8b\x26\x2e\x24\xf2\ -\x21\xd5\xd1\xa8\xb3\x68\xce\xb5\x37\x63\xaa\x0a\x8c\xa0\x8b\xfb\ -\x24\x2b\x00\xca\x76\x75\xae\xdb\xef\x54\x7c\x07\xe3\x72\x27\x85\ -\xc4\xa2\x7c\xa7\x4e\xdd\xe3\xed\x8c\x55\x55\xdf\xb7\xd2\xee\x58\ -\x13\x4e\x3a\xa0\x58\x0c\x24\x0a\x70\xd8\x57\x37\x5b\xc7\x3f\x3f\ -\x9f\xcf\x61\x6a\x95\x54\x40\x72\x8d\x2f\xd7\xc4\x97\x5b\xb5\xf3\ -\x66\x89\x5f\xf7\x90\xb8\x8b\xb0\xb1\xe7\x7e\x99\xd1\xe7\xc2\x78\ -\x4a\x23\x29\xee\x71\x42\x32\xb5\x0d\x68\x5e\x9d\x83\x7d\x2d\x2c\ -\x10\xc7\xb6\x7a\x7a\xc0\x61\xaf\x45\x7d\x24\x26\xd3\x71\x65\x45\ -\xc5\xdf\x59\xef\xbb\xdf\x25\x4f\x1b\xed\xff\x55\x46\xbe\xba\x37\ -\xf3\x97\x27\xbb\x68\x6f\x6b\x6a\x22\x27\xe9\xd7\x22\x9a\xb5\xf8\ -\xbd\xcd\x99\x5c\x61\x52\x66\x2f\x54\xb1\xe9\x1d\x26\x52\x02\xe8\ -\xc8\x28\xaa\x05\xd9\x17\xf1\x18\x63\x1d\xd9\x6f\x21\xba\xc2\x3d\ -\x77\xe1\x82\xa2\xcc\xb8\x9c\x51\xb0\x48\xea\xb9\x33\xee\xb6\xf8\ -\x82\x98\xaf\xc5\xa2\x6d\xe2\x95\xb9\x56\x49\x7d\x1c\xd9\x5c\x5e\ -\x73\x00\x6e\x3f\x57\x2c\x11\x28\x34\xfe\x78\x6b\x5c\xf6\xa6\x02\ -\x37\x7d\x43\x9a\x36\x03\x03\x8a\x4c\x24\x3e\x8b\xf7\x45\xb7\xd1\ -\xe3\x73\xdf\xa8\x9e\xb7\x64\x6f\xfc\xf5\xff\x8f\xb1\x77\x5b\x92\ -\xe4\xb8\xb5\x05\x01\x78\x96\xce\xfc\xff\xaf\x8e\xcd\x11\xbb\x33\ -\x1c\x98\x07\xdc\xe1\x1e\x45\x71\x9b\x8c\xda\x54\xb3\x2a\x33\xc2\ -\x2f\xc0\xc2\xba\xb8\xe9\x47\x0a\x39\xbd\xf0\x7d\xa7\x04\x22\x4a\ -\xcb\x9c\xc1\x97\xa6\x89\xe5\x69\x56\xc1\x13\x5d\xc1\x0b\xd5\x06\ -\xc7\x33\xa1\x55\x9a\x67\xf4\xe0\x55\xce\x66\xec\x97\x00\x68\xd9\ -\xdc\x32\xa0\x1c\x85\x76\xa4\xf8\x44\x29\xbb\xed\x2c\x16\x0b\x87\ -\x3b\xd2\xc7\x00\x00\x20\x00\x49\x44\x41\x54\x62\xa7\xb3\x56\xba\ -\x99\xa3\x4a\x98\xdd\x6e\xfc\x9f\xaa\x73\xdc\xae\x77\xfe\xae\xee\ -\xb4\x25\x2f\x7b\xea\xda\x54\x97\x28\x01\x14\x37\x99\x79\x29\x4e\ -\xa4\xd2\x78\x12\x09\x74\x8b\x7f\x2c\x54\xa4\xeb\x16\x75\x74\x7c\ -\x6b\x1f\x79\x47\xf9\x08\x6e\x01\xc5\xf5\x7d\xec\x68\x5c\xe8\x6a\ -\xde\xd2\xa8\x90\x78\xe3\xfc\xa7\xe5\x36\x41\xea\x93\xee\x96\xcb\ -\xd0\x74\x42\xf9\x33\x38\x27\x55\x9b\x41\x19\x6b\x25\xac\x70\xbc\ -\x1f\x6f\xa8\xb5\x61\xa5\x66\x19\xfb\x76\x7e\x27\x18\x50\x91\x76\ -\x39\x41\x11\x7f\x0f\x25\x03\x04\x4c\x44\xee\x0d\x8e\x16\x1e\xd2\ -\x72\xd7\xc0\x68\xb7\xd5\xa2\xbf\x53\xff\xde\x69\x2d\x57\xe1\xb9\ -\x67\x73\x51\x75\xa0\x75\x6d\x94\x36\x56\xd3\x2c\xc9\x92\xee\x2f\ -\xb6\xf2\xde\xe0\x7c\x52\x17\xd1\x2c\xa2\x25\xcc\x1a\xaa\x5d\xbc\ -\x37\x24\x55\x57\x41\xf2\x89\x7f\x27\xa8\x5a\x52\xde\x92\x9d\x95\ -\x04\xcf\x20\x14\x0c\xa0\x2d\xb4\x6c\x5a\x24\x32\xa6\x1d\x72\x9c\ -\x83\xcc\xad\x3d\x6e\xc5\x58\x69\xf2\x25\xc2\x76\x13\xe0\xd3\x9f\ -\x8d\x01\x31\x4c\x90\x2d\xa8\xbd\x50\xd7\x0f\xa4\x13\x29\xd1\x95\ -\xc1\xe2\xc0\xcb\xae\xd4\x64\xd7\xa6\xb2\x34\xdb\xf0\xea\xce\x38\ -\xf3\xbd\xc8\x72\xd0\xbc\xf9\xa3\x00\x7a\xb6\x16\x49\x42\x16\x39\ -\x62\x40\xa8\x17\xf1\x96\xd3\x04\x11\x7c\x2b\x66\x9a\xc1\x01\xbe\ -\x80\x50\x14\x7e\x6a\x12\xb1\x0a\xe5\xc8\xce\x0d\x20\xa5\xd6\x81\ -\x0c\x17\x3c\x74\x83\xc5\x0b\x85\x12\x9b\xec\xe0\x76\xaf\x03\x5c\ -\x0c\x97\x6c\x6a\x5d\x9f\x0d\x35\xbb\xf1\x1d\x93\xce\xcc\xe6\x31\ -\xbd\xa8\x49\x12\xc8\x59\x03\x56\xf7\x6c\x3b\x5b\x2b\x15\xd1\x5d\ -\xe4\xb0\x68\x76\xc0\xce\x24\x35\xfc\xa8\xb5\xd4\xa3\xfb\x1a\x59\ -\x7f\x0e\x29\x3d\x30\xf6\xa3\xf4\x3c\xb0\x0d\x9d\x9d\xf1\x21\x6c\ -\x2e\xc0\xb9\x65\xc5\x9e\x9f\xc4\x1a\x9c\xac\x16\xbe\xd8\x9b\x4f\ -\xe7\x4d\x34\x5d\x6a\x35\xfe\x60\x6b\x5c\x04\x60\x80\xce\x7d\x7a\ -\x89\xa8\xac\x0f\x8a\x3a\xc2\x35\x7c\xd2\xe4\x28\x4a\xe7\x5d\x57\ -\xda\xe1\xdb\xc0\xc8\x07\x41\x40\x9c\xfa\xa6\xc3\x94\x81\x02\xf8\ -\x71\x86\xd0\x20\xaa\x0c\xb0\x53\x1a\x80\x31\xd9\x0c\x57\x5a\xa0\ -\x0a\x86\xcb\x1a\x80\x08\xb5\x76\x6c\x95\xac\xb6\x81\xe2\xb0\xe8\ -\x9f\xfb\x70\xab\x9e\x13\x57\x67\x10\x0c\xd6\x4f\xa3\xd5\x99\x89\ -\x0d\x01\x86\x79\x83\xb3\x46\x3c\x3f\x2c\x74\x7f\xde\x84\xd9\xf7\ -\x79\xbc\xce\x77\x7d\x1c\x74\x33\x0f\x16\x3e\xea\xef\x49\x95\x77\ -\x36\x8e\x7e\x9e\xf7\xf8\x9d\xa3\xf6\x0e\xdd\xd8\x3e\x32\xd2\xbc\ -\x49\xf5\xc1\xc5\x63\x6e\x92\x30\x41\x87\xad\x71\x3a\x5b\x76\xa9\ -\x5d\x18\x3e\xd8\xc6\xe1\x27\xb5\xea\x64\xbe\xb9\x26\xe3\x17\x72\ -\xcc\x40\xfc\x64\xd0\xca\x9c\xa7\xa0\x05\xdf\x72\x32\x7f\xd0\x65\ -\x0c\xfb\x05\x22\xc5\xed\x91\x34\xac\x16\xea\x04\xc5\xe9\x68\x52\ -\xa9\x4b\x69\x25\xdc\x2e\x6e\x47\x17\xaf\x8d\xc5\x7d\x9a\x10\x17\ -\x2d\xcb\xb5\x5b\x0d\x9e\xb8\x53\x8f\x02\x50\xd7\xe2\x83\x24\x69\ -\x5d\xfb\x97\x62\x22\xe8\x94\x73\x0a\x62\x93\x80\x9e\xe7\x43\x47\ -\x73\x08\xc5\xef\x4a\xff\x3d\xe9\xef\xd1\x0e\xa1\xf7\xc9\xd0\xf9\ -\x7e\x7d\xd4\x49\x35\x9d\x1a\xfb\x62\x5d\x11\x19\x68\x8e\x63\xb0\ -\xae\x53\x01\xcf\x0d\x78\x0b\xc3\xbc\x99\x56\xb4\xe6\xca\x69\x31\ -\xf4\x4e\x17\x48\x3a\xc8\xa9\x19\x3a\x0e\x80\xa1\x6f\xe8\x45\xdd\ -\xf8\x0c\x8e\xe4\x4e\x8b\x38\xc9\x35\x2e\x4e\x23\xc0\x7d\x34\xaa\ -\x0b\xe9\x5f\x0a\xdd\xf3\xd2\x9e\x69\xe4\xbc\x95\xc7\x1b\xb5\xdb\ -\xd4\x40\xb8\xb3\x56\xa5\xb0\xbd\xfc\x0e\xc1\x0d\xcc\xf8\xda\x5c\ -\xbc\x81\x24\xd9\xcc\xa5\x2d\xbf\x1f\x92\xea\x98\x09\x7d\xcc\xcf\ -\xd9\x58\x11\x3a\xb5\x81\x1a\xb2\xe7\xdf\x31\x9d\xba\xb8\x69\x54\ -\xce\x42\xa5\x34\xbb\x65\x19\xec\x27\x91\x4f\x7d\xd7\x54\x1c\xfb\ -\xb0\xe8\x76\x56\x0b\x1c\x0c\x4a\xc9\xa4\x41\x8c\xa9\xd5\x24\x01\ -\xce\xa9\x5b\xa3\x6c\x1c\x88\x2c\xbd\x68\x08\x26\xfa\xdb\x0b\x65\ -\x29\xc9\xee\x58\xe9\xb8\x9c\xa7\x29\x17\x0c\x69\x52\x98\xb1\x51\ -\xe3\xe4\xb0\x77\xae\xc6\x4d\x75\x82\xe4\x0d\x6d\xd2\x5d\x9c\x42\ -\xd7\x29\x83\x75\x1d\x1e\x62\xf2\xd2\x5c\x78\xb1\x51\xbf\xab\x3b\ -\x5f\x9e\x8d\xfc\x4b\xd3\x6b\x5a\xad\xba\xfe\x2a\x90\xb2\xcd\x81\ -\x8e\x62\x0d\xad\xf2\xf7\xfa\x8e\xa0\xb9\xa5\xb9\x20\xfd\x79\x78\ -\xd0\x83\x13\x88\xf1\x77\x38\x27\x1d\x3e\x09\x43\x20\x75\x24\xc4\ -\xe9\xe6\x28\x41\x23\xf6\xfd\x76\xb0\x2a\x38\xef\x2c\x9d\xaa\x11\ -\x30\xa8\x51\x06\xc3\xba\xb8\xbb\x9e\x45\x98\x02\x33\x65\xad\x08\ -\x8e\x89\xb2\xb4\xfb\x4d\x9c\xfe\xda\x58\x19\xa5\x79\xc7\x3e\x69\ -\xb9\x15\x73\x5e\xc4\x68\xbf\xbd\xe3\x6e\xa9\xa6\x04\x7c\x73\xf3\ -\x42\x1e\xb9\x52\x76\x77\x2f\x5f\x33\x5a\x98\xad\x60\xc8\x28\x38\ -\x29\xec\x48\x75\x4e\x6e\x34\x89\x05\x1b\x8d\xec\x06\x0a\x77\x30\ -\xb6\x67\x52\x22\x9c\xa1\xa8\x6c\x14\xb9\x3b\x10\x9a\xee\x9f\xd5\ -\xf2\x3a\xd7\x7f\x07\xa1\x24\xb4\x6b\x3c\xa6\x58\x7c\x04\x14\x7b\ -\x53\x95\xe0\x9c\x45\x74\x58\xe0\x7b\x2f\x04\xb1\xa6\x93\x02\xf0\ -\x6e\x6e\x68\x30\x9a\x59\x77\x6d\x14\xc0\x00\x3c\x0e\x50\x28\xa2\ -\x08\xc4\x28\x51\x2b\x9a\x04\x3d\x33\x9d\x01\x80\x80\xa3\x91\xce\ -\xfc\x50\x0a\x77\xe4\x3a\xa1\x61\x94\x23\x7c\x22\xa7\xc0\x46\x9b\ -\x2f\xcd\x66\x63\xcc\xbc\x18\x7a\x75\x56\xcd\xd4\xfc\x79\x04\x46\ -\x52\x10\xd9\xe4\x27\x6e\x12\xf6\x3c\x4f\x5c\x97\x41\x7f\x45\xb6\ -\x50\xdf\x0e\xf4\x0a\xd2\x1d\x04\xb2\xef\xb9\x5c\x83\x25\x23\x77\ -\x4a\xc5\x52\x25\xf3\x0e\x8a\x6e\xfa\xdc\x5b\xd5\x75\xb6\x36\x0b\ -\x6f\xd3\xbc\xcc\xe9\xb4\x3c\x40\xd9\x10\xf6\x21\x61\x7d\xae\x67\ -\x50\x7e\xe6\xda\x04\x0e\xc6\x0f\x9f\xb4\x4c\x1c\x4c\x9a\xf7\xcf\ -\x7c\xea\xe7\xb1\xf5\x10\xa9\x71\x76\xe6\x99\x3f\xe3\x9f\x90\x14\ -\x19\x15\x0f\x77\xb8\x08\x57\x29\x05\x85\x9e\x8b\x0e\x4d\x57\x07\ -\xe9\x7f\x06\xd8\x56\xeb\xbd\xcb\x34\x8b\xbb\x5c\xc5\x1b\x49\x77\ -\xec\x3c\x00\x65\x90\x26\x79\xf2\xef\xff\xec\xc7\xb2\x0e\x15\x04\ -\xfc\x40\xe3\x8d\xd6\xe2\x0a\x63\x24\xef\xc5\x6a\xe6\x4d\xe5\xa5\ -\x55\x13\xad\xf3\xe1\xa6\x8d\xa8\x6b\xaa\xea\x43\xc2\xea\x5c\x26\ -\x02\xb0\xf0\xd5\x5a\x71\x79\x07\xcc\x02\x6b\x51\x77\x59\x13\x38\ -\xd0\xb7\x6b\x87\x0a\xcb\xb2\xb3\xb0\x15\xc4\x95\x81\x2d\xa3\xa8\ -\x44\x78\xa7\x35\xe5\x25\xf3\x14\xf1\xea\xa5\x28\xf5\x11\x33\x4b\ -\xb3\x82\xee\xe3\x44\x38\x44\xbf\xb9\xa9\x0b\xfa\xdb\xf8\xb7\xdc\ -\x74\x34\x79\x9f\x1b\x0f\xdd\xed\x55\x83\x22\xd5\xd1\xc3\x36\x75\ -\xf3\xd1\xef\x45\x3c\x0f\xd7\xf0\xdd\x1e\x47\x9c\x3f\x39\xf3\xa0\ -\x1a\x2d\x47\xb0\xa1\x00\x9d\xcb\x4b\xbf\x53\xff\xe0\x6e\x43\x7d\ -\xa7\x02\x52\x5b\x7f\x22\xcf\x40\x8f\xfa\x73\xf4\x02\x59\x84\xae\ -\x7a\x83\x26\xf0\x86\x7b\xfe\x42\xe3\x7e\x8f\x28\x95\xea\xf2\xf6\ -\x3b\x47\x3a\x2f\xed\x4a\x5d\xc2\x4a\x29\x40\x81\x25\xd8\xa6\x8a\ -\x51\xdc\x1c\x53\xa6\x50\xd7\xc4\xc4\xf4\xfe\xbb\xa5\x38\x39\xf1\ -\x95\x42\xeb\xcd\x48\x0d\x69\xec\xcd\x16\x80\xc8\xea\xd3\xe2\x00\ -\xeb\x1d\x55\xed\x45\x07\xc6\x34\xc4\x01\x8f\x4f\xbc\xb3\x2c\xbe\ -\x6b\x85\xf0\x31\x24\x6b\xa7\x15\xac\xd3\x88\x8b\x8b\xdc\xdb\x05\ -\x74\x9b\x98\x3b\xaa\x0e\x25\x30\xf5\x76\x86\x5c\xa7\x2c\x72\xd7\ -\x2c\x02\x16\xe3\x05\x4a\xe4\xfd\x96\x6d\xd2\xb8\xed\xf5\xb9\x81\ -\x3b\x20\x79\x53\x95\x74\xb0\xa4\xea\x9e\xc8\xf8\x15\xb4\x29\x0e\ -\x57\xd1\x04\x4b\x27\xc5\x86\x31\x01\x9c\xfa\x07\x2f\xc4\x3f\x71\ -\x66\xdf\x0d\x0b\x6a\x23\xd5\xde\x6f\xa1\x4a\x54\x6b\xfb\x43\xe3\ -\x22\xf0\x42\x17\x71\x54\x5b\x9f\x83\x46\x13\xfc\x94\x02\x34\x1b\ -\x1f\x92\x13\x4c\xcb\x40\xe5\x95\xd4\x52\xd0\xf7\x42\xa5\x60\x95\ -\x35\xa8\x48\x1b\x5b\x90\xb2\xae\x51\xea\xd4\x1b\x2f\xe8\xcc\x6e\ -\x1e\x0b\x8d\xa4\xae\x07\x0d\xb0\xb4\x89\xf8\x4a\x50\x0c\x2d\x3f\ -\xcf\xa9\x89\x7e\x8e\x07\xe5\x78\xa9\x4d\x36\xc4\xfb\x93\xd0\x2d\ -\xd6\x82\x9e\x44\x5d\xc5\x56\x56\xda\xad\x61\xe6\x31\xe9\x25\x58\ -\xc5\x95\x91\xfb\x39\x5c\x69\xdb\x08\x57\xb3\xa6\x49\x35\xab\xf7\ -\xe3\xa4\x75\x4d\x46\x44\xbe\x63\x3b\xab\xed\x9d\xb1\xac\xa0\xe3\ -\xaa\xe3\x1e\xb5\xdc\x1e\x5c\xcb\xf2\x61\x16\x10\x0a\x30\x2c\x20\ -\xb7\xfd\x87\xd2\x18\x5c\x33\x1d\x55\x4b\x23\xc5\x51\x74\x16\x62\ -\x7c\x7c\x37\x2e\xcc\x11\x9f\x7c\xed\x0e\xb4\x60\x36\xee\xf1\x2c\ -\xb0\x98\x2d\x09\x1b\x70\x84\x9d\xde\x7b\xc9\xf5\x59\x11\x62\x9b\ -\x66\x11\xe7\x7d\x44\x90\xf1\x2d\xb7\x3d\x25\x47\x4c\xc3\x6c\xe4\ -\xea\xf9\xe6\xee\x82\x08\xce\x76\xa0\x30\x89\xa9\xd6\xfa\x6e\x62\ -\x51\x41\x69\x04\x0b\x8a\x36\x9a\x29\xfb\x3d\x01\xd2\xeb\x25\xd3\ -\xc6\x91\xfd\x7d\x02\xab\xc9\x54\xe0\xcb\x1a\xc1\xeb\x79\xf0\x56\ -\x0f\x00\x41\xba\xc5\xb1\xb4\xb8\xc8\x7e\xf6\xca\x60\x1d\x40\xab\ -\x0b\x00\xc5\x00\xfc\x95\x8d\xeb\x2f\x6c\x83\x76\xee\x0a\xc4\x3b\ -\xbc\x81\x70\x6f\x40\x26\x11\xb6\x48\x99\xb7\x3a\xe8\xfa\x3b\xbd\ -\x31\x28\x85\x7e\xfe\x47\xc2\x3e\xfc\x60\xf5\x60\x1d\x04\x9c\x4d\ -\x61\x9d\x8c\xbb\xb1\x93\x20\x5c\xd9\x44\x22\xdd\x0d\x12\x47\xd3\ -\x12\x13\x37\xbc\x47\x48\x78\x50\x78\xbc\x2b\x36\xfd\x17\x71\x9b\ -\xca\xb4\x89\xb1\x24\x25\xb0\xc5\x17\xc5\xe7\xfa\x34\x86\x53\xe8\ -\x94\x6f\x81\xf2\x63\x10\x10\x67\xc5\x0d\x4c\xb3\x89\xb2\xd8\x24\ -\x16\xa5\x4f\xf6\xc2\x60\xcb\x08\xb6\x97\x97\x97\x62\xf6\x6a\x13\ -\xcd\x45\xe4\x29\x8c\x67\x33\x32\xb8\xdb\xa9\x83\xc2\x52\xbd\xef\ -\x03\x75\xc7\x8d\x76\x50\x52\x04\x1d\x56\x2a\x86\xf3\x5d\x6f\xee\ -\x47\xb5\x7b\x9d\x88\x4d\x15\x18\xe6\x8b\x77\x21\x1a\x1f\xd4\x34\ -\x37\x3f\xc0\xa1\x13\x8b\xb0\xb8\x26\x0e\xad\xa1\xba\x94\x54\x49\ -\x9b\x87\x6f\x51\x87\x13\x5a\x10\x97\xe9\x06\x69\x56\xbf\x39\xad\ -\x91\xe3\xbb\x78\xa8\x2c\x3a\x1f\xdd\x6e\xa2\x4a\xa7\x70\xca\x44\ -\x54\xb3\x53\xab\x73\xd1\x4b\xdd\x2c\xf3\x9b\xf8\x73\xac\x05\xba\ -\x68\x8f\x14\x3d\xb0\x77\x8a\x26\x24\x07\x3c\xa6\x7f\x95\x47\x3e\ -\x0f\x0d\x7d\x96\xa7\xe6\xe4\x0d\xa1\xaa\x34\xa7\xb3\xf8\xa5\xcb\ -\xc1\x43\x20\xf2\xb4\xe7\x0d\x70\x66\x46\xac\xb5\x2e\x07\x17\x66\ -\xe8\xf4\xd1\x08\x91\x05\xcb\x9d\x53\x85\xb4\x0d\xaf\x20\xc5\x8a\ -\x44\xf9\xb7\x50\x6a\xf1\xe0\x39\xae\x99\x3d\xe6\x0a\xb9\x56\x59\ -\xbb\x55\x08\x8c\xd1\x14\x9c\xae\x58\xd8\xa7\x99\xa1\xc9\x49\xd3\ -\x17\xb2\xdf\xcb\xd0\x83\xfd\x7a\xd3\x5b\x5d\xb8\xe8\xa0\x93\xd5\ -\x5c\x9c\x7b\xa0\x29\x02\x12\xdb\x78\xa5\xea\x02\x61\x4c\x31\x6a\ -\x13\xba\x9a\xe3\xa8\x5e\xc0\x0c\x48\x1f\x00\xe9\xb9\x67\x02\xba\ -\x3e\xbd\xc2\x40\xd3\x23\xd0\x4b\xa8\x6c\xd0\x62\x24\x03\x03\x8f\ -\xf7\x21\x9d\xd3\xd2\x5c\x0d\x59\x0e\xad\x44\x38\x6a\x8d\xb5\x8b\ -\xb3\x98\x28\xff\x1e\x09\x00\x51\x41\x83\x39\xd1\xfc\x10\x92\x63\ -\x9d\x0c\xdf\x85\xdc\x5c\x26\x33\x93\x7b\xdf\xf8\x26\x34\xd6\x5e\ -\x9c\x89\x78\xd2\x07\x4d\x4b\x29\x41\x29\xce\x83\xa1\x82\x30\xf5\ -\x7c\x0e\x10\x28\x77\x95\x69\x7c\x4c\xcb\x3a\x9c\x00\x93\xd3\x4e\ -\x25\x34\x3b\xdd\x26\x01\xb9\x4d\xfd\xd4\xe1\x8f\x43\x5c\x2c\x11\ -\xba\x6d\x4d\x45\x33\xe8\xd9\xa5\x89\xac\x14\x2f\xcd\x64\x0b\x17\ -\x5c\x7b\x54\xed\x7c\xf0\xef\xde\x8a\x70\xb2\xe2\xa5\x6a\x19\xf3\ -\xac\x55\x4b\xe2\x6a\x94\xc0\xb1\x56\x18\x39\xac\xb4\xb1\x5e\xe4\ -\xc0\x6e\xe3\x55\xcc\x1c\x7c\x1a\x24\x40\x4e\xcb\x5b\x14\x1a\x99\ -\x03\xd8\xd8\xac\x19\x55\x3f\x3f\x63\x15\xe8\x9f\x63\xcc\xbd\x45\ -\x00\x57\x8d\x0c\xa0\xfc\xeb\x24\xbd\x4a\x04\xbc\x50\x49\xc1\x39\ -\x02\xac\xd5\x8c\x74\x6e\x14\xe1\x39\x51\xaa\xba\x09\x2a\x80\x51\ -\x0f\x2a\x77\x84\xca\xfc\x56\x9d\xb2\x48\xf8\x12\x3e\xff\x1b\x78\ -\xb5\x3a\x77\xc6\x7e\x4e\x7c\x06\xce\xf7\xc0\xa5\xb1\xaa\xc1\xce\ -\x38\xcf\x36\x81\x5f\xe9\xbd\xed\xbc\xee\xe3\xdc\x38\x8b\xf2\xd9\ -\xea\x39\x86\x41\x67\x32\x74\x5e\x0c\x08\x10\x88\xc0\xe1\x3c\x27\ -\xa5\xad\xdf\x1a\x4d\xe1\x7b\xbb\xe6\x3c\xa2\x01\xd3\x08\xd3\x3d\ -\x12\x95\x12\x67\xe0\xd8\xa7\x00\x26\x82\x09\xa8\x90\x90\x01\x2d\ -\x1e\x40\x6e\xae\x9f\xb8\x95\xca\xce\xa5\xf0\x05\x8a\x69\xd3\xa1\ -\x63\xb9\x50\xfe\xda\xdd\x2f\xef\xee\x93\xb7\xb8\x9c\xba\xa8\x3c\ -\x9c\x1c\x6e\x7f\xae\x1a\x5e\xb8\x9b\xdf\xce\xfd\x59\x73\xb4\x6a\ -\x0d\x0b\x23\x2b\x0b\x66\xe8\x31\x7d\x8c\xb9\x94\x6e\x8e\x11\xcc\ -\xce\x0c\xf8\xa1\x56\xbc\x4f\xfd\x59\x8f\x9b\xe9\xdf\x7d\x3a\x16\ -\xdf\x00\xb4\x7b\x23\xde\x87\x0a\x80\x7c\xc9\x49\x73\xfa\xfa\x05\ -\xf0\xbf\xb8\xda\x62\x71\xc4\xab\x32\x09\x62\x6a\xa0\x76\xad\x35\ -\xb8\x50\x19\x19\x7a\xa3\xc4\xec\x31\x0f\x05\x54\x96\x1a\x16\x2d\ -\x0d\xc8\x94\x62\x62\xb7\x1d\x5c\xc2\xee\x50\xd9\x86\x12\x05\x28\ -\xf1\x7b\xfb\xc6\xca\x69\x9a\xeb\xbd\x13\x78\x32\x03\xa5\xcf\x0f\ -\x5d\x1b\x7f\x00\x80\x87\xbf\xf0\x1f\x1b\xac\xa4\x89\x8c\x7e\xe7\ -\xcf\xc3\xdb\x84\x68\x9e\x81\xb4\x80\x48\x17\xde\xc2\x05\x7f\x2d\ -\x87\x09\x80\xe0\x23\x3d\x57\x80\xab\x0d\xf0\x05\xc5\x07\x20\xbd\ -\x84\x2d\x9b\x47\xbb\x73\x0c\x0d\x88\x80\xc0\x1f\x10\x58\xe0\x28\ -\xed\x2a\x63\x7a\xbd\x1c\xb6\x88\x7e\x9e\xcf\x52\xd2\x0c\xa5\xb5\ -\xb8\x00\x00\x58\xce\x4c\x58\xf0\x36\x07\x2d\x82\xbf\xf2\x8d\xb4\ -\xf6\xb5\x22\xb7\x3d\x8a\x4f\x6f\x98\x68\x2d\xd5\x0f\x83\x58\x9e\ -\x05\xc3\x5a\x04\x7f\xf6\xd7\xf8\x9f\x2b\xbe\x33\xef\x44\x17\xe5\ -\xf9\x82\x10\x2b\xf2\x2c\x90\x08\xb9\xd9\x66\xfe\x79\x1e\x00\x60\ -\xf8\xa1\x05\xab\xf0\x39\xfd\x32\xde\x22\x91\x61\xd4\x9b\x1e\x17\ -\x67\x2f\x7d\xd5\x5b\xb9\xf3\x75\x44\x5c\x51\x18\x22\xcf\xd8\x19\ -\x39\x49\xc5\x89\x4c\x39\xc3\xac\x16\xe2\x96\x46\xff\x3c\x9a\x2b\ -\xe2\x0d\x86\x9b\x72\x2b\xc5\x8c\x60\xf3\x57\x8b\x1a\xfa\x58\xd7\ -\x4f\x20\xe4\x6e\x33\x1c\x16\xb9\x00\x95\xe6\x41\x46\xa9\x01\xd8\ -\xf2\x37\xdd\xd1\x24\x37\xbb\xdb\xd0\x6f\xfe\x9a\xce\xe7\x03\x6b\ -\xfd\x94\x0b\xd9\x73\xba\x9e\x31\x91\xea\x96\xa8\x13\x19\x71\x74\ -\x77\x21\x01\xae\x9f\xcc\x51\x42\xb7\xfc\x5c\x8a\xd8\x78\xc1\x5a\ -\x33\xb5\x60\x85\xed\x71\x1d\xf9\x7b\x10\x5c\x80\x0c\x76\x79\x68\ -\xd1\xfa\x80\xd4\xc9\x1b\x74\x91\xe6\xc3\x7f\x1a\xfa\x51\xdd\xe1\ -\x48\x10\xbe\xb8\x81\x64\x01\xb1\x1d\xe2\xa4\x48\xa0\x3e\xb3\x05\ -\x2c\x8f\xa2\xb8\x66\xdb\xac\xee\x38\x39\x5e\xff\xca\x1f\x40\xf8\ -\xb1\x30\xce\x9c\xfd\x30\xa9\x26\xa6\x8a\x84\xb7\xe9\x90\xd4\x09\ -\x0a\xac\xa8\xff\x5e\x8a\x83\x15\x0e\x51\x0f\x70\x9b\xf4\x52\x73\ -\xc1\x34\xe4\x86\x8a\xfb\xa4\x8b\x89\xd1\xa9\x7a\x18\xc8\x5c\xea\ -\x00\x3e\x20\xfc\xa8\x6d\xb7\xb0\x81\x03\xd8\x68\x2f\x09\x5a\x70\ -\x34\x08\xbd\x61\xb5\x7f\x4c\x3b\x0e\x4e\xa5\x7a\x2f\xd8\x95\x26\ -\x54\x26\xdc\x1e\x13\xbb\x7d\xbd\x22\x02\xda\xfa\x5a\xe8\x07\x75\ -\xa1\xdd\x20\xc1\xdf\xfd\xd7\xec\x86\x11\x98\x37\x90\x28\xe7\x9f\ -\xac\x01\xf8\xe2\x57\x1b\x25\xfc\x58\x93\xf9\x31\x14\xda\xd5\xc7\ -\x12\x28\xf7\xfa\xfc\x3f\x80\xc2\x16\xba\xab\x7b\xff\xe1\x3f\x31\ -\x61\xac\xdf\xcb\xcd\x25\xfe\x5a\x8e\x1f\x81\x04\xb2\xef\x7a\x00\ -\xc4\x15\xef\xc7\xc7\x59\x87\x16\xb5\x19\xea\xf8\xf4\x86\xd3\xe3\ -\x61\x68\x3d\xb2\x61\xd0\x9f\xf7\xc0\x53\x1c\x32\x73\xf2\x2f\xe6\ -\xde\xf4\xc7\xf6\xcf\x67\x4c\x9f\xc5\xf4\xb8\xdb\x34\x8c\xd8\xb8\ -\xf2\x7e\xfe\x9b\x70\xd9\x80\x8c\xc7\x1a\x0e\x6f\xe8\x16\x2e\xd8\ -\xf2\x0f\x10\x90\x16\xe0\x96\xad\xc4\xb0\xcd\xa9\x4a\xe0\x91\xaf\ -\x36\x0f\xf4\xb1\x89\x07\x26\x5b\x00\x08\x9e\xef\x9f\x88\xb4\x48\ -\x13\x9a\xa2\xd5\x62\x8c\x06\xce\x9f\x39\x9b\xa1\x04\x01\xc3\x97\ -\xb7\x6a\x18\x24\x27\xc5\xc8\x49\x4b\xe7\x52\x90\x47\xc6\x1b\xa7\ -\x5e\x72\x97\x1c\xb2\x40\x58\xd1\xb2\x02\x05\xe1\x91\xbf\x2a\x71\ -\xf1\x82\x63\xab\x6e\x58\x7f\x8f\xc0\x03\xff\x0c\x3d\xa2\xeb\x68\ -\x55\x23\xa6\xe7\x33\x02\x53\xcf\xf1\x71\xba\x69\xaa\xc8\xdc\x93\ -\xd0\x44\x17\x4e\x41\x7d\x76\x00\x3f\x3d\x82\xc1\x1c\x41\x0d\x11\ -\xaf\xda\x85\xd4\x5e\x81\x06\x6f\x02\x19\x4a\x2c\xcd\x54\x46\x11\ -\xe8\xaf\xd1\xec\x1e\x03\x58\xb6\xe7\x0a\x03\x00\xc0\x97\xff\xaf\ -\x6a\x9c\xf0\x63\x99\x48\xff\x01\x02\x84\x07\x2c\xb3\xca\x00\x0e\ -\x32\x90\x74\x41\x2f\x60\xbf\xf2\x4f\x79\x36\xa6\xd7\x26\x35\x65\ -\xf0\x46\xfb\xa6\x61\xc9\xf7\xb1\x93\x22\x65\x51\x15\x35\xe7\xeb\ -\xe1\xc7\x9c\xdd\xd0\xf6\x78\x71\x0c\x45\x04\xde\x02\x22\x7f\x01\ -\xfd\x16\xb0\xbb\x45\xcf\xd6\x0d\x5b\xfe\xab\xe0\x0b\x9b\x65\x79\ -\x04\xf3\x5a\x71\xb6\xff\x66\x88\xbc\xd3\x02\xbd\xb1\x16\x84\x87\ -\xff\xe8\x99\x43\x9f\x98\xb8\x62\xb9\xeb\xd8\xf2\x76\xaa\xb1\x16\ -\x51\x3a\x3f\x3e\xcf\x53\x00\x72\x69\x54\x2c\x00\x82\xbf\x7f\x35\ -\xe7\x8a\x8c\xb9\xb1\x9b\xe3\xed\xd2\xfd\x0b\x00\xb4\x6c\x82\xce\ -\xea\x70\x89\x81\xea\xfb\x67\x27\x3b\x1b\x28\x28\x77\x95\x82\x5f\ -\xed\xf5\x2b\x78\xb7\x9f\xa7\x01\xfa\x35\xaa\xa0\xb9\xcc\xc5\x33\ -\x91\x16\xf7\x13\x6b\xd2\xac\xdd\xa3\x18\x07\x80\x87\x01\xe4\xfb\ -\x7f\xcb\x44\x10\x1a\xad\x16\x17\xdb\x92\x9c\x59\x93\xd6\x80\x11\ -\xc1\xf7\xfb\x8d\xba\xe8\x36\x71\xfa\xbb\xff\xb1\xdc\xc3\x12\x3f\ -\x2e\xdb\x6a\x5e\xbb\x33\x70\x35\xea\x6a\x4c\x0d\x41\xe0\xf1\x0c\ -\x29\x52\x23\xa4\xa4\x2d\x6b\x5d\xb5\x65\xc3\xb2\x75\x47\x76\xc6\ -\x93\x08\x7c\xe5\x0b\x2c\x1c\x1a\x71\x32\xd0\x68\x9a\x6b\x7c\xf9\ -\xab\xc3\x9f\xa2\xc1\xa3\x72\x8f\x3e\xf2\xc4\xba\x45\xc9\x60\x6d\ -\xd7\x0c\x6f\xcb\x53\x03\xd2\x3b\x9c\x0a\xb1\x53\x4a\x5d\x9c\xd4\ -\x7a\xcd\x9a\x62\x73\x4c\xfd\xfb\xd5\xf5\xfd\x21\x02\xd8\x3a\xc1\ -\x4d\x43\xb7\xbf\x56\x47\x26\xa8\xb7\x5c\x8b\xc9\xca\xb8\xfa\xda\ -\xf9\x06\x68\xc1\x1a\x84\x16\x0a\x5c\x5c\x06\x1d\xf0\xdc\x1c\xda\ -\x42\x05\x80\xb6\xe5\x64\xe5\xf7\xae\xae\x92\x9e\x63\xaa\x8d\xa3\ -\x35\xdf\xb1\xa4\x14\x94\xdf\xb0\x00\xc5\xcf\xe3\x18\x31\xc1\x8f\ -\xd9\xd0\xf3\x97\x81\x08\x60\xc9\x0f\xac\xb5\x60\x5b\xc4\xd2\xa7\ -\x0b\xe1\x3a\x5a\xf5\x8d\x09\xcd\x4a\xfd\x4d\xe1\x5a\xb3\x88\x66\ -\x32\xbd\x20\x09\x52\x3e\xe8\x0c\x7b\x8b\xf3\xb7\x21\xb2\xbb\x70\ -\xe3\xf5\x10\x75\x93\x8c\xc8\xb2\xe0\xb2\x40\x10\xf2\x84\x1e\x54\ -\x9d\x52\x2a\x27\x92\x5b\x35\x14\x83\xab\x1e\x68\x47\x4c\x64\xf4\ -\x3b\x2e\x6b\x98\x16\x68\x98\xab\xff\x0c\xb1\xcb\x36\x3b\x72\xca\ -\xb1\x63\xf1\xd4\xaf\x87\x16\x22\xb7\x9c\x8a\xa4\xeb\x41\xa0\x52\ -\x5c\x04\xc4\x8a\x6a\x9d\xa2\xbd\x8e\x16\x77\x17\x42\xe0\x14\x43\ -\x27\x67\xda\x9a\x25\xb3\xe7\xc1\x46\x23\xa3\x53\x83\x21\xc9\x27\ -\x8f\x26\x6e\x27\xa9\x0c\x37\xc7\xc5\xc6\x8e\x6a\x0b\x1d\x46\x19\ -\x37\x33\x8a\x1a\xf0\xa9\x80\xe4\x4f\xe3\x9a\x57\xd4\x15\x5f\x32\ -\x58\x26\x42\x48\x63\x3a\x50\x91\xd6\xd5\x26\x56\xf9\x19\xf9\x70\ -\x10\xa2\x7f\x45\x3e\xa5\x04\x22\xbe\xba\xbc\x55\x9d\xd1\xa0\x12\ -\xea\x9e\xd1\x22\x80\x04\x61\x9b\x6b\x13\x16\xe4\x3e\xa8\xf3\x56\ -\x6e\x13\x7e\x02\xd9\x3e\x03\x7e\xa1\x38\x43\xc9\xe0\xfa\x27\x57\ -\x3f\xa6\x69\x71\xc1\xd0\x95\xbe\xda\xb4\x19\x80\xcd\x86\xd8\x43\ -\x4e\x27\x6a\xa7\x14\x69\x9b\x4e\xb8\x46\xc7\xdc\xfe\x04\x4f\x53\ -\x8c\x1e\x62\xcb\xd7\xe0\xe4\xaa\xa7\xc9\x09\x7a\xa7\x29\xe5\xd8\ -\xff\xa7\xe9\x22\x2a\xc2\xac\x67\xc4\x0a\x5b\x68\x9f\x86\x29\x8a\ -\xeb\xe6\x0b\x94\x94\xb2\x81\x78\x21\x70\x34\x55\x50\xa7\x5d\xee\ -\xc2\x44\x66\x5c\x80\xff\x8b\x8e\x2e\x69\xb9\x0c\xc5\x8d\x10\xba\ -\x40\x1a\x8b\x63\x2a\x58\xb0\x36\xfa\xb1\x23\xd8\x9e\x01\xb3\x84\ -\x47\x43\x6d\x3a\x6f\x7b\xf0\x98\xca\x7a\x81\x7a\x75\xea\xaa\x14\ -\xe3\xbb\xc3\xa3\x07\x54\xe7\xd4\x76\xa2\xcb\xe9\xe6\x36\x0d\xeb\ -\x1b\x45\xd2\xce\x38\xd7\x8f\x09\x99\x1b\x2b\xa2\x4d\x0b\x3b\xcd\ -\xc4\x03\x57\xb9\x98\xc5\xbc\xff\xc5\xf0\xf9\xfc\xe7\x7a\x2f\xdd\ -\xf4\xa0\xfd\x2e\x64\x03\xca\xc8\x3d\xf9\x9b\x06\x26\x07\xa5\xab\ -\x17\xee\x62\x99\x86\x03\x25\xee\xf4\x46\x0e\xa1\x9b\x4f\xbc\x3c\ -\xe3\x25\x9d\x41\xb9\x4d\x3a\xc4\x9d\xdc\x86\x5f\xb1\x93\xc4\xb0\ -\xb0\x14\xd8\x73\xc4\x3c\x74\x19\xc0\xa8\xd1\x58\xa6\xcb\x52\x9c\ -\xad\xe8\xaa\x4d\xf2\xa2\x16\x2f\xcc\x80\x1a\x74\x8a\xb8\xc2\x3e\ -\x3a\xce\x87\xcd\xdd\x40\x44\xba\xee\x6f\xf3\x0e\x33\x12\xa7\xd2\ -\xb0\xa8\xa5\x32\x97\x3c\xba\x0a\x92\xde\xa6\x69\x5d\x5b\x93\x19\ -\x74\x2c\xfc\x8a\xf4\xbf\xd1\xb2\xa0\x38\x3c\x2a\xc5\x69\xb7\xc8\ -\x80\x49\x0f\xea\x6e\xc8\xbb\xac\x29\xb5\xa0\xa8\xae\x8b\x5e\xdf\ -\xe0\x61\xf9\x3f\xa7\x0d\xab\x51\x0a\x33\x63\xaa\x90\xbc\x83\x02\ -\x2d\xf0\xf9\x4c\x9d\x17\xb4\xcf\x57\x91\xf4\x9b\x9e\xf7\xf3\xf9\ -\x1c\x45\xe7\xdb\x84\xdc\x1d\x0a\xf3\xdb\x92\xda\x4f\x57\x06\xa0\ -\xbf\x89\x11\x74\xee\x4d\x25\x8e\x78\x96\x5b\xa8\x7d\xd3\x8b\x61\ -\x57\xed\xe4\xa4\x11\x0e\x6d\x27\x02\x46\x43\x22\xa2\x21\xcb\xfc\ -\x3c\xe5\xd9\x63\x98\xd1\x68\xe1\xcd\x2d\x66\xe0\xa8\x2f\x36\x07\ -\x6d\x52\xe0\x25\xc7\xd4\xd7\x3e\x24\x78\xa5\x74\x30\xa7\x1f\x77\ -\xcd\x76\x6a\xae\x64\xe8\x47\xcf\xe9\x5d\x98\x3f\x41\xfe\x3b\x52\ -\x01\x36\x80\x68\xf6\x3f\xf5\x3d\x17\x96\xd6\x8a\x0d\x6c\x80\x28\ -\x57\x67\x65\xce\xcf\x2e\xf0\x72\x4f\x63\x80\xd5\x0a\x42\xe0\x8b\ -\x06\x3a\xeb\x9e\x5c\x8f\x55\x7a\xa1\xd3\xd1\x30\x66\xb3\xf3\xb1\ -\x49\x1c\x82\x16\xc8\x69\x80\x86\x30\x28\xd8\x55\x8b\xee\x46\xe1\ -\x85\x55\x51\xb4\xd4\x6d\xfd\x49\xd7\x89\x4e\x46\x1c\x82\x0d\x21\ -\x06\x40\xde\xea\xab\x0b\x95\xd0\x5d\x52\x01\x16\xc0\xb2\xe6\x6f\ -\x15\x2a\xa0\x3f\x3c\x44\x19\xa1\x9e\xf7\x4b\x9a\x6c\x24\x71\x8a\ -\x97\xe5\xa5\x28\xe5\xd8\x6c\xbf\x1e\x6e\xc0\x65\x32\x41\xed\x92\ -\xae\x56\xd1\x89\x3e\x0e\x41\xef\xe1\xb0\x6e\x8b\x74\x50\xf0\x64\ -\x8c\x86\x75\x4d\x48\x3c\xd4\x9a\x4b\x10\x42\x7c\x49\x4d\x84\xb3\ -\xf3\x68\x99\x5b\x8f\x1b\x68\x40\x6a\x23\x10\xeb\xc2\x4e\x8a\x59\ -\x70\xed\x8b\xdf\x40\x19\xce\x5e\x98\xd2\xef\xcf\x36\x9c\x56\x2c\ -\x38\x34\x12\xb1\xfd\x77\xdc\x84\xd0\x4d\x48\xea\xf4\x26\xa5\x96\ -\x2d\x49\xaa\x82\xda\xe9\xab\x0e\x89\xab\xa5\x77\xeb\x7f\x08\xa6\ -\xe6\xbf\x4f\xde\x3e\x23\x5c\x6f\xbc\x9f\x96\xd8\x0e\xc5\xf9\xef\ -\x5f\xb4\x2e\x95\x2a\x38\xf4\x70\xd5\xce\x7e\x5e\xbc\x87\xa6\x0b\ -\xb0\x1d\xec\x6f\x7a\x9d\x93\xc6\x60\xe3\x69\xa4\x6b\x03\x26\x40\ -\xc7\x61\x5c\x79\xbe\x3e\xc9\x05\x66\x20\xa3\x82\xa8\x71\xc8\x0a\ -\x54\x8d\x47\x9c\xd8\xc9\xaf\x97\x8e\x82\x1e\x1c\xfc\x93\x97\x3f\ -\xa9\x24\x66\xb9\x35\xf2\x33\xd8\xb8\xf3\x8a\x3a\xd5\xf7\x36\x1b\ -\x51\xe1\x1d\x9f\x1b\x1a\x6f\x19\xcd\x6d\x8a\x9a\x26\xa7\xf2\xea\ -\x93\x3a\x45\xd7\x0b\x7d\x52\x48\xbc\xd8\xcb\x70\x5c\xcb\x21\x99\ -\x6b\xaf\x35\x10\x10\xe8\x5b\x62\x6d\x3b\x0f\xdc\x2e\xf4\x39\x79\ -\xf9\x97\xa6\xe7\xd6\xdc\x57\xfb\x74\x6d\x58\xa0\xef\x68\xfb\x07\ -\xcd\x38\x02\xeb\x01\x3e\xd6\xf8\xa0\x1f\x3a\xab\xaf\x7e\x3f\x84\ -\xbb\x93\x6b\x0f\x49\xa7\x2b\x38\xf1\xa6\x61\xd0\x0b\x7c\x97\xfc\ -\x2e\x3c\x2e\x95\x7e\xb1\xd2\x7d\x5f\xd9\xfa\x23\xbe\x6b\xa7\xfc\ -\xf7\x64\x53\x65\x05\x15\x43\xd0\xf1\x5a\x23\x5d\x1c\x56\x95\x65\ -\x60\x05\x13\x2d\xcb\x36\x24\x9b\x26\x52\xd3\x6f\xca\xc2\x10\x23\ -\x47\x1e\x49\x61\x2a\xbc\x9d\x31\x6e\xf2\x40\x8b\xec\x9d\x72\xe8\ -\xfc\x52\xb6\xc0\x1d\xcc\x51\x0f\xf2\x68\x8a\xa7\xed\x7a\x80\x11\ -\x58\xcc\x80\x84\xc1\x25\x5c\x5c\x40\x3e\xc4\x07\x38\xa6\x2e\x75\ -\xda\x2f\x96\xe1\x8c\x46\xdd\xfa\x31\x3d\x85\x1f\x4b\xac\x53\x51\ -\xc0\xa0\x1d\x9e\xb6\xf7\x75\xbd\xd3\x49\xa1\x8f\xa9\x98\xe7\x93\ -\xf5\x86\xae\xae\x9f\x0f\xac\x83\x06\xc4\x2c\x21\x40\x07\xc2\x30\ -\xea\x08\xe3\x15\x7e\xec\x33\x30\x08\x83\x36\x77\x84\x3d\x43\x11\ -\xfb\xbe\xf0\x67\x9f\x9a\xa5\xd4\x42\x50\x97\x71\x06\x2b\xa0\x82\ -\x8f\x37\xeb\xe7\xbc\x17\xa4\xe4\xd0\xc1\xe5\xee\x31\xb3\x2e\xe4\ -\x2b\x00\xd7\x7e\x5e\x23\x2c\xa0\xda\x91\x73\xa1\x53\x62\x06\x20\ -\x23\x83\x19\xa0\xd4\x8c\xc8\x6e\x73\x9e\x66\x0a\xd4\xe8\xe8\x41\ -\x07\xde\xe7\x9d\x50\x8b\xc6\x37\x4a\x5d\x16\x86\x9f\x41\x8f\xef\ -\x7a\x34\x5d\xb6\x0a\xc6\x16\x02\x6c\xc1\xb3\xf1\x3a\x09\x0c\x09\ -\x08\x4e\xbd\x5d\x27\x72\xa2\xac\xf8\xe2\xd1\xcc\x57\x6a\xde\xcc\ -\x97\x6f\x3d\x26\xe6\xf9\x54\xdf\x07\x11\x3c\x8f\x4e\x2b\xf6\xf3\ -\x37\x9b\x0c\x0b\x73\xf7\xe9\x34\xcb\x0e\xfa\x7d\x9d\x58\x25\x2d\ -\x4d\x5e\x69\x88\x1d\xb8\x5f\x0d\x8c\x8a\x30\xe5\xd2\xb0\x9e\x4d\ -\x8b\xb4\xef\x8d\xbf\x80\xb9\xf3\x73\x44\x80\xb4\xe5\xb8\xae\x12\ -\x78\x3c\xa9\xbb\x69\x38\xcb\xe7\x9d\x65\x99\x9b\x28\x10\x14\x58\ -\x84\xcc\x96\xc4\x45\x81\xcd\x32\x73\x8b\x1d\xf2\x96\x91\x47\x54\ -\x91\xff\x39\x3f\xed\x3c\x07\x70\x1b\xd5\x5a\xa3\x18\xb4\xee\xe1\ -\xe8\x39\x8c\xd1\xc4\xb3\x71\xe1\x60\xe5\x57\x5b\x78\x25\x68\x20\ -\x1c\x90\x90\x13\x37\xac\x0e\x57\x66\xd6\xb6\xa1\xc0\x3d\x54\xda\ -\xe3\x3e\x04\xa5\x47\x3d\xe9\x2c\x2e\x72\xab\xc0\xd7\x8b\x4f\xc9\ -\x48\x4d\x75\x3e\xf8\x03\x42\x4f\x80\x2e\xde\x78\x7e\xdc\x5a\xbb\ -\x7d\xa1\x16\x26\xba\xae\xc8\x0f\xbf\xe4\x0c\xdc\x04\xa4\x53\xd8\ -\x56\x9b\xa3\xb7\x06\xab\x6f\xc6\x3d\xa4\x03\xdc\xc4\xcb\x37\x71\ -\x68\xba\x14\x2d\xe0\xa2\xa5\xe0\x62\x93\xda\x90\xd3\xf9\x0c\x20\ -\xa7\x57\x31\xa5\x73\xfb\x6d\xa3\x8a\x2c\xa2\x4e\x48\xb5\xf1\xa5\ -\x94\x0b\xc4\xcd\x2d\xe6\xa1\xee\x96\xe1\x7d\x5a\xd7\xc5\xdd\x28\ -\xc9\x1d\xd5\x3b\xb3\x22\xc0\x8a\xce\x51\x49\xc8\xac\x8e\x36\xe4\ -\x3a\x26\xc0\xb3\xf8\x9b\xef\x88\x96\xd1\x40\xf5\x13\x7d\x9c\x52\ -\x60\x04\x07\xa2\x82\xe4\x83\xdb\xb1\x97\x91\xf0\x2f\xef\xef\xcd\ -\x2e\xf4\xae\x8b\xe2\x81\xa8\xed\x6b\xb8\xf0\xd1\xec\x38\x9a\x58\ -\x0a\xd6\x06\x16\x40\x29\x64\x11\xc7\xc5\xbd\x4e\x41\xe3\x4b\x21\ -\x8d\xa3\x6f\xd7\x02\x9a\x8c\x4e\xe4\xf6\xe8\x38\xdc\x91\x0a\xe2\ -\x53\x51\x20\x84\x1c\xcb\x97\x40\xd7\x70\xc7\x84\x5e\x0c\x10\x65\ -\xde\x50\x34\x8c\x54\xfc\x80\x41\x06\x7f\x1a\x43\xa3\xa4\x26\x2a\ -\x5c\xe8\x22\x66\x92\x80\x4b\x73\x5a\x30\x9f\x1d\x16\xdd\x8d\x14\ -\x5e\xff\x0d\xad\x8b\x4b\xb6\xa0\x7a\x28\x58\x1c\xf1\xfa\x44\xb5\ -\x9a\x8b\xe4\xda\xa7\xeb\xa4\xe1\x70\xbb\xc3\x34\xf7\xa8\xc5\x85\ -\x04\x27\xb8\x5c\x58\xed\xf3\x16\x40\xa8\x09\xd1\x9d\xd6\x85\xe1\ -\xe8\x18\xd3\xa4\x66\xc5\xda\xb3\xd3\x7a\x93\x9a\x26\x21\x28\x14\ -\x4f\xae\xe9\xdb\xac\x78\x25\x9f\x1c\x8a\x4d\x62\x62\xa2\x41\x17\ -\xac\xb9\xee\xcf\x6e\x6f\xdd\xf5\x3f\x10\x1a\xa6\xe3\xbd\x94\x02\ -\xff\x6d\xe2\x7b\x9d\x80\xba\x51\x8a\x01\x2b\xa9\x0b\xab\x3a\x99\ -\x7e\x1f\x24\xe0\x54\xec\x82\x45\x2c\x96\xe3\x1b\x79\x4b\x31\xb1\ -\xc1\x1e\xe4\x2e\x96\xa7\xd5\xa6\xad\x30\xa8\xa5\x92\x39\x3f\x31\ -\xb5\x62\x0e\xfa\x8c\x16\x35\x58\x74\x31\xbe\xa0\x97\x9e\x5f\xb0\ -\x1a\x5d\xd8\x9b\xb3\xea\x66\xe7\x67\x7c\x4e\xa4\x5c\xd0\x6f\xef\ -\x8b\xe5\xd4\x18\xd6\x70\x68\x9f\x1f\xa1\x34\xb0\xc3\x9b\x97\xa3\ -\xa8\x0c\x40\x0c\x94\x0d\x51\xb4\x05\x6a\x8f\xfc\x98\x5e\x0d\x9a\ -\xf3\x69\x10\xa3\x18\x40\xd6\x8e\x46\x4f\x06\x95\xad\x51\x74\xec\ -\xfb\xde\x0a\xee\xd1\x52\xb6\x90\x68\x81\x69\x4c\x31\xa7\x1f\x70\ -\xde\x5b\x98\xec\x0f\xe0\x37\x70\xcc\x27\xa2\x04\xd5\xdf\xc6\x69\ -\xfa\xa0\xbe\x5a\xa6\x8f\xb2\xe2\x0e\x39\x35\x95\x90\xb6\xd1\x3c\ -\x38\x07\x6f\x20\xcd\x0d\x08\xe8\xce\x51\xdc\xf6\x41\xec\xee\x66\ -\x72\xc0\x70\xcb\x84\xc3\xa9\x63\xf6\x66\x85\xcb\xcf\xa6\x62\x42\ -\xf3\x80\xd1\x96\x96\x59\xa0\x6b\x83\x19\xa0\x97\x35\x0e\x6b\x7d\ -\xce\xbb\x48\xa0\x51\x0a\x31\xb2\xa8\xcc\xde\x1c\xd2\xf5\xf2\x96\ -\x45\x75\x6d\x12\x5a\x03\xbc\x5b\x83\x54\x0d\x80\xd2\xda\x1e\x9a\ -\xc6\xf2\xd6\x64\xce\x9a\x63\xae\xff\x7a\x17\x62\x6b\xa4\xf9\x60\ -\xb0\xb4\x29\xc5\xa5\x01\x6f\xeb\x9d\xf9\x68\x20\xe7\xf9\xc7\xb6\ -\x57\x50\xcc\x35\x90\x3e\x47\x06\xd7\xad\x9e\xac\x19\xae\x4e\x4d\ -\xf5\xcc\xc3\xa3\x46\x46\x80\xc5\x04\xcd\x38\x0b\x76\xab\x51\xa0\ -\x18\x7b\xbd\x0f\x1b\xe0\x52\x0f\x69\x05\xb6\xea\x72\xc6\xe2\x44\ -\x09\xe6\x18\xc8\xfb\xa8\x6d\x52\x63\x0d\x11\x87\x92\x8e\xdc\x79\ -\xe7\x60\xd1\x7e\xfa\x39\xef\x56\xfa\x91\xbb\x0a\xbb\xa3\xea\xc6\ -\xfc\xda\x61\x10\xe6\x72\x9e\xcc\xa4\xcc\x48\xa1\x9d\x81\xdc\x65\ -\x80\x51\x9d\x33\xc3\x68\xcc\xea\x9f\x0f\x41\xdc\xd1\xc1\xf4\x82\ -\x7b\x62\x12\x99\x5b\xf5\x6e\xe7\xaa\xd7\x46\x5e\xd3\x71\xbb\x13\ -\xbc\xb9\x02\xbb\xbb\xdf\x58\x52\x31\xd8\x11\x0c\x70\x9e\xed\xad\ -\x30\x00\x7c\xea\x62\x9d\xb6\xc1\x6f\xa2\x2d\x71\x01\xa8\x99\x2b\ -\xc8\x8b\x38\x4f\x8b\x73\x6a\x96\xd6\xb1\x79\x4a\x28\x70\x5d\x38\ -\x79\x60\x59\x0e\x90\xa4\x83\x58\x6a\x2d\xca\xc2\x8f\x66\xa6\x8b\ -\xaa\xe3\x12\xf7\xe0\x50\xe4\x23\x27\x85\x46\x48\x64\x8c\x14\x37\ -\x17\xf4\x8d\x01\x16\x1d\xe2\xb7\x34\x11\x90\xa0\x0a\xa5\xf0\x23\ -\x93\xb8\xab\xcd\xf7\x79\x91\x9d\x46\x0d\x6c\xc8\xfa\xf2\x1a\x91\ -\xee\x34\x8d\xa4\x3d\xd5\x67\x5f\x78\xb6\x08\x7d\xcc\xed\x05\xe7\ -\x0c\xbb\xe3\x42\x9d\xba\x50\x58\xd0\xd1\x44\x89\x61\xc3\x38\x68\ -\xe0\xb8\x54\xde\x2f\xb5\x93\x76\x77\xb5\x32\x3d\xac\x95\xe1\x57\ -\xf1\xe6\xed\xc2\x88\x82\x10\xe9\xf6\xb8\x0b\x95\xee\x76\x80\x75\ -\xd1\x3e\x94\x60\xeb\xd3\xec\x80\xe0\x55\xcb\x8c\x1c\x85\xd3\x11\ -\xbe\xed\x45\xf2\x86\xa0\x3d\x49\x69\x20\x9d\x22\xd6\xde\x85\xa7\ -\xa0\x1f\xdf\xdb\x10\x19\xc9\x03\x41\x8b\xed\x07\x10\x3f\xa1\x21\ -\xb8\x4e\xde\x10\x8c\x8a\x58\x8a\x1d\xa7\xb5\x1a\xa7\xfa\x37\x9a\ -\x9b\x6b\xf3\xd2\xba\x17\x47\x33\xfd\x66\xe7\x4e\x81\x90\x9e\x4d\ -\x1b\x95\x26\x9b\x52\x84\xea\xeb\xb8\x39\x01\x16\x37\xc4\xcb\xe7\ -\x24\xd3\xcc\x1c\x6e\x9f\xf1\xf3\x9d\xa1\xb7\x4b\x9e\x1b\x9e\xa6\ -\x37\x0e\x36\x34\x0b\x7d\xd7\x64\x79\x88\x73\xc9\x52\x11\x5f\x2f\ -\x74\x1c\xfa\x35\xc3\x45\xe0\x5f\x9c\x30\x87\x89\xca\xcd\x74\xa6\ -\x36\xa1\xff\xea\x42\x39\xa7\x57\x6b\x35\x6a\x49\xfd\x23\x54\xa8\ -\xd1\x7e\x89\x62\x98\x47\x60\x99\x88\xf3\xd8\x60\x15\xb9\xfe\xb4\ -\x06\xca\x09\x2a\xfe\x33\xd0\xa6\x00\xf1\xdc\xad\xa8\xa2\xcb\x7e\ -\x67\xe8\x14\x51\x6d\x10\x0c\x71\x87\x0f\x80\xac\x70\x98\x0a\x50\ -\xe2\x93\x2e\x59\x7a\xa1\xef\x66\x87\x7d\x38\xa0\x62\x77\x51\x63\ -\x7e\x6c\x4a\xb4\x1b\x10\x16\xe8\x36\xed\xa0\x99\xf7\xe7\x5b\x9b\ -\x2a\x7c\x11\x56\x63\xe4\x2e\x91\xeb\x13\xe2\xf7\x6e\x0b\x9f\x76\ -\x5a\x2e\xa7\xd1\x0d\xf4\xe8\x82\x09\x3e\x56\x54\xbf\xe7\xff\xe5\ -\x7d\x91\x66\x4c\xab\xd1\x9a\x60\x4e\xd9\x0b\x50\x58\x41\x8f\x9c\ -\xf5\x16\x60\x8a\x30\x32\x83\x04\xa5\xe5\xe6\x4c\x67\x48\xff\xe7\ -\x1f\x6f\x76\xdd\x3c\x47\xf2\xff\x77\x86\x44\xbc\xaf\xb8\x13\xef\ -\x96\xe8\x62\xe9\xdc\x58\x43\xeb\xcd\x06\x1c\x69\x6a\xfc\x4a\x28\ -\x36\xc4\x55\x3e\x1a\x67\x69\x8d\x55\x6f\x56\xc7\xfa\x74\xca\x16\ -\xc2\x88\x18\x48\x73\x1f\xb9\x50\x17\x63\x3d\xac\x95\xf7\x28\x16\ -\x8a\xee\x34\x74\x32\x3a\x5c\x34\x37\xd2\xcd\x20\x7c\x1a\x1a\x6b\ -\xce\xe9\x94\x95\xa6\xee\xeb\xcc\xb4\xf5\x31\x05\x20\x67\x90\x63\ -\x93\x48\x04\x43\xc8\x5c\x5e\x1d\xe8\x6b\x00\x4e\x05\x2c\x4d\x53\ -\x04\x84\xe3\xce\x1f\x4d\x15\x2c\x60\xe2\xc6\xe4\xa8\x51\x14\x48\ -\x00\xbc\xef\x60\x4e\x75\xea\xad\x94\xcc\x9a\x69\x5a\x9b\xca\x93\ -\xf6\x59\x8c\x32\x26\xfd\xae\xb9\xca\xde\x2c\xdf\xf1\x22\x7b\xc8\ -\x77\xce\x66\xdd\x5e\xcf\x6e\xa9\xc7\x8c\x9f\xeb\x28\xbf\x0e\x17\ -\x1c\x08\x10\x61\xf8\xb7\xbf\x66\x14\x43\x4c\x5e\xf6\x7e\x95\x4e\ -\xd4\xfa\xf0\x74\x6c\xb6\x77\xff\xec\xe2\xee\x8f\xc7\x74\xca\xb5\ -\x86\x68\x4d\xbd\x9f\x2b\xbe\xf7\xd7\xd2\xf5\xc8\x85\x85\xa4\x75\ -\xcf\x3e\xdc\xaa\xeb\x19\x11\x67\x30\x51\x1b\xc8\xec\x09\xd4\xbe\ -\xd4\x8f\xee\xc8\x58\xeb\xfb\x4e\xdf\xc3\x56\x1f\x36\xb7\xd5\x32\ -\xb9\xa4\x8b\x59\x5a\xb0\x1e\x8a\x99\x18\xba\x01\x8d\x81\x8a\x9f\ -\x0f\xf6\x22\x97\xa8\x17\x90\x8d\x53\x2c\x52\x1c\xd7\x9c\x8e\xc3\ -\xaf\x54\xb5\x99\xf3\x22\xb7\x69\x51\xbb\x93\xa9\x71\x35\x01\x77\ -\x6f\x0c\x62\x6c\x40\x2f\x29\xde\x77\x2a\x97\xea\xa7\x34\xdd\x19\ -\x07\xc5\x60\xe6\xdd\x40\x29\x76\xea\x21\xec\x36\x52\xf5\x50\xdc\ -\xf5\x5a\x09\xc4\x87\x43\x58\x5d\x3d\xfe\xfb\xf3\xe4\xeb\x86\x38\ -\x36\x0b\xc2\xe1\x46\x14\x96\xf5\xa3\x90\xda\x20\xc1\xa7\x6f\x1c\ -\xf5\xb1\xb1\x6e\xa8\xb5\x80\x65\xae\x40\x9a\x3a\xb8\x6e\x0c\x2b\ -\xf7\xbf\x3c\xcf\x07\xd8\x44\xbd\xd2\x1a\xd3\x9b\xad\xfb\xdb\x88\ -\xfb\xb7\x67\xe0\x6e\x73\x6f\x9f\x3d\xbe\xb7\x70\x1a\x51\x78\x11\ -\xef\x02\x7b\xfc\x77\xf7\x28\x79\xa1\xa7\xc6\x04\xed\xe9\x4e\x3d\ -\x47\xb0\x72\x5c\x02\x32\x66\x0f\x52\x4c\x03\x72\x43\x86\x98\xd7\ -\xa7\x8f\xeb\xa3\x6b\x24\xa8\xa2\x8e\x02\xef\x12\x1c\x0a\x2d\x5c\ -\x8f\x5b\x88\x22\xdb\x73\xda\x3d\x10\x15\x1f\x2b\xc9\xd6\x91\xfb\ -\x90\x61\x8d\x34\xe8\x92\x14\x7b\x84\xdd\xc6\xe4\x97\x7d\xd5\x48\ -\x1b\x0b\x80\x98\x22\x22\x20\x8b\xd0\xdf\x33\xb2\xde\x9f\xfd\x74\ -\x73\x24\x6d\x90\x46\x23\x55\x69\x32\x11\xee\x0a\x67\x80\xb7\x53\ -\xb5\x6a\xba\x9d\x14\xaa\x14\x04\xf5\x11\x60\x33\x96\xa2\x78\x38\ -\x9e\x9a\x7e\xf2\x2c\x94\x12\x58\x61\x9b\xf2\xc6\x0c\x63\x68\xcf\ -\xda\xf7\xb4\xdc\xbb\x06\x30\x81\x1b\xda\x88\xe5\xf7\x8c\xf4\xee\ -\xb8\xa8\xb1\x51\x3c\xaa\x1e\x2d\x33\x4b\xf0\xd7\xbd\x1f\xef\x2f\ -\xc2\xca\xc7\x25\xcf\xbd\xe1\xaf\x8d\x43\x38\xaa\xb5\xbc\xaa\x32\ -\x65\xb5\xb5\xca\x58\x68\x6c\x6d\x1d\xf1\x11\x85\x10\x97\x36\x6c\ -\x9b\x22\x39\x63\x8e\xe3\x1c\xd2\x82\xd1\x2e\xc6\xb5\xa2\x20\x53\ -\x8b\xeb\xd5\x1a\xfa\x76\x66\xc0\x56\xc1\x37\x67\x93\xae\x39\x3a\ -\x98\x21\xb5\x2c\xed\x73\xb2\xb0\xea\x2a\x5b\xd1\x9d\x0d\x13\x81\ -\x37\xc9\xd8\x9c\x41\xdf\x1a\xfd\xcc\x79\x74\x2a\xed\x0c\xe1\xf6\ -\xc6\x65\xa9\x49\xc6\xc2\x70\x58\x6b\x9a\xa3\x46\x5f\xe6\x97\xe6\ -\x93\x8a\x8e\xa9\xa1\x41\x61\x8e\x50\x1b\x4c\xd5\xf4\x14\x17\xac\ -\xb8\xab\x4e\x2a\x75\x52\x9a\x33\xf7\x85\x24\x5d\x2d\x99\x8b\x0b\ -\x39\x44\xec\x6d\x7b\x0e\x64\x08\xaf\x88\x00\x53\x2d\xf4\x38\x0c\ -\x81\x6a\x18\x3a\x80\xc0\x23\x02\x6b\xe3\xaf\x8e\x86\x62\xc5\x0e\ -\x99\xab\xde\x99\x4f\x07\xd7\x9c\x9b\x5c\xff\x65\x5d\x06\xd8\x20\ -\xaf\xf4\x7c\x1a\x11\x20\x2c\x09\xac\x46\xee\x9e\xf8\x6e\x90\x60\ -\x3e\x68\x63\x01\xc5\x8c\xa3\xe8\xc4\x11\x8e\x3b\xe7\x98\xcc\x34\ -\x7a\x18\x85\x6e\x68\x9e\xd3\xb7\xfa\x62\x4e\x93\xa6\x69\x4e\xd5\ -\x73\x42\xc9\xf8\x71\xe3\x9c\xae\xe9\xbd\xd7\x60\xfd\x9f\xf1\x55\ -\xe0\xe0\x53\xd4\x6a\x5c\x76\x67\x90\xf4\x26\x3f\xff\xb7\x55\xee\ -\x18\x9b\x42\x95\xfb\x96\x3e\xff\x09\x40\x65\xde\xdf\xe1\xe2\x56\ -\xee\x10\xdd\x57\x10\x54\xb8\xaa\xc3\xf1\x81\x8c\x46\x1d\x48\x6b\ -\xb0\xa1\xb0\x9a\xa0\x4c\xaa\xc3\xbc\xad\xc8\x57\x82\x32\x08\x54\ -\x80\x77\xb9\xd6\x4c\xdd\xb0\x0b\x1b\x6e\x53\x5d\xa1\x67\x53\x15\ -\xcd\x0d\x0e\x3b\x72\x0f\x38\x47\x1a\xe2\x93\xf3\x7e\xe6\xd2\xb4\ -\xde\x9a\xaa\x08\x88\xf7\xbb\xcf\x19\x1e\xa6\xb3\x22\x9b\xc2\x2a\ -\x38\x47\x7d\xf0\x50\x3c\x16\xb8\x34\x34\x39\x69\x2d\x67\x38\x9c\ -\x00\xfa\xd4\x0d\xd6\xf0\xf5\x34\xb3\xc2\xdf\x6b\x51\xce\xdc\x42\ -\x2e\xf1\x4f\xce\x34\xb9\x3a\x38\x07\xab\x01\x6d\xa2\x67\xa7\x9b\ -\xd3\x04\xed\xd7\x7c\xea\x2f\x65\x5b\x04\x35\x19\xd9\x69\x44\x7d\ -\x43\x16\x5a\xc7\xd3\x39\x96\x19\x82\x86\x5d\xab\x44\x5d\xbc\x37\ -\xc7\x97\x3d\x87\x08\xda\x03\xec\x16\xd2\x67\xf7\x79\x1b\xff\xdf\ -\x0a\x40\x0d\xef\xa2\xd6\x3c\xdd\x50\xe2\xa3\x80\x9e\xdc\x7b\x48\ -\x3a\xe4\xa2\xd5\x41\x90\x99\xe5\xc1\x29\xb8\xcc\x4b\x33\x69\x24\ -\xdd\x53\x2e\x5d\xf9\x6e\x07\xd4\xdb\x45\xdd\x58\xe8\x22\xe6\x3a\ -\x86\xaf\x76\xa5\xd3\xda\x53\x2f\x12\x55\xd3\x38\xba\x2f\xb8\x0c\ -\xa9\x95\xb8\x3c\xda\xd4\x4f\x48\x17\x18\x63\x9f\x9c\xcd\xcd\xc9\ -\x7c\x29\x32\x76\x14\xdd\xb7\x69\x67\x9d\x5c\xb0\xbb\xc2\xbc\x68\ -\x85\xaa\xa3\x5a\xf0\xb9\x5b\x66\xc2\x3e\x8a\xce\xff\xa5\xd9\x9b\ -\x17\x41\x7f\x0f\x6b\x20\x7f\xd2\x50\xa9\xbc\xf3\x47\xde\xc9\xa0\ -\x15\xe6\x04\xc6\x44\xe7\x6e\x09\xed\x29\xed\x3e\xfe\x47\xe5\xa2\ -\xc7\xf7\xa6\x5e\x88\xf9\x5e\x43\x2b\xa6\x14\x31\x76\xb4\x77\x5f\ -\xe9\x3b\x7e\x29\x2c\x73\x82\x9a\x13\x47\x3c\x93\xa3\xf3\x82\xa5\ -\x2c\x6c\xb6\x3b\x1c\x9a\xde\x31\xef\x5a\x6b\xd2\x9a\x28\xda\xc3\ -\x70\xf9\x68\x9c\x1a\x0a\x06\x3d\x38\xfa\x10\xac\x36\xba\xc9\xfc\ -\xac\x18\x45\x23\x20\x84\x03\xa3\xeb\xbe\xfc\x82\x4d\x8c\xae\x53\ -\x5f\xde\xa8\xaa\x75\xdd\xb1\x01\x2a\xf5\x6c\xf0\x10\x4a\x39\x68\ -\x1d\xd4\x2e\x2a\x1c\x74\xbd\x5c\x4b\xb5\xc0\x49\xce\xe9\x96\x47\ -\xc9\x96\x33\x2c\x98\xf0\x52\x34\x51\x38\x5e\xd1\xb0\x4f\x3c\xce\ -\x80\x10\xf5\xfa\xb4\x45\x4e\xf3\x97\xb6\xe6\x55\x67\x82\xa4\x02\ -\xe3\x79\x69\x61\x38\x0e\x62\x6b\x46\x11\x96\x4e\xdf\xa1\x52\x9f\ -\xf3\xb4\x73\x30\x84\xc2\x54\x46\xdf\x07\x49\x4e\x2d\xc5\x1a\x9b\ -\xba\x97\x97\x5f\xc2\xf4\x9f\x92\xd5\x53\xce\x00\xb0\x69\xe1\x5b\ -\xd1\x51\xf7\x83\xb0\x4e\x8c\x1b\x7d\xcf\x26\x23\x5c\x81\x40\x6b\ -\x4a\x24\x69\x84\x48\xd9\x3d\x28\x25\x74\xb5\x06\xab\x9b\x79\x70\ -\x46\x8c\x60\xa5\x15\x31\xcc\xdc\x6e\x2a\x81\xe7\xf3\x3f\x39\x71\ -\x53\x5b\x7c\x29\xc0\x23\xca\xa9\xa5\x55\x04\x3f\x27\x41\x81\x66\ -\xf3\x06\xc2\x9f\xb2\x1c\x13\x0c\xa9\x93\x86\xcc\xa2\xfb\x65\x22\ -\xaa\x82\xa1\xc8\xa5\x0b\x1d\xf1\x65\x52\x85\x56\x94\x04\xf5\xcf\ -\x41\x55\xd4\x33\x90\x24\x29\x81\x78\xd8\xcd\x4b\x06\x80\x37\xfa\ -\x9c\xad\x7b\xcb\x31\x72\x7a\x4e\xa0\xcb\x41\x2f\x92\x21\x69\x28\ -\xc0\x0b\xef\x63\xaa\x75\xf6\x02\x35\x84\x1a\x53\x4b\x06\x67\xfc\ -\x4b\xfc\x0e\xab\xa9\x62\x9a\xea\xce\x74\x0d\x3f\x31\x07\xe5\x00\ -\x00\x20\x00\x49\x44\x41\x54\x71\x97\x56\x1b\xa8\xc3\xe5\xc7\x80\ -\xae\x75\xd7\x73\xb5\x46\xbd\xd2\xbf\x65\x68\x48\xe1\xd7\xc6\x6c\ -\x52\x8f\xeb\xe7\xa8\xb4\x3a\xb6\xcf\xbd\x60\x6a\x58\xab\xe6\xfd\ -\x3d\x7f\xaa\x4e\x22\xf4\x5f\xda\xe6\xe4\xe6\x2e\x97\x39\xf1\x8f\ -\x3f\xdf\x8f\x76\x65\x80\xb4\x00\x47\x3a\x9a\x0b\x68\x9a\x29\x0a\ -\xdd\x5f\x9b\xda\xb4\x49\x14\x5d\x29\x8c\x15\xc4\x9e\x31\x35\xdd\ -\x50\x84\x02\x0c\x45\x4c\x7a\xbb\xde\x3b\xdc\x9e\x4b\xe4\x30\xc1\ -\x6e\x80\x75\xcd\x80\xab\xef\xc8\x9d\xb4\xa3\x3a\x44\xd6\x1c\xbc\ -\x11\x03\xd0\xa6\x54\xd6\x54\xd5\xc9\xfc\x51\x13\x4b\x32\x9b\x2a\ -\xab\xaa\x51\x2c\xcb\x44\x57\x00\xd4\x70\xa6\xdd\xc5\x52\x32\x12\ -\xe5\x30\x8d\x53\x03\xb8\x5d\xb4\x75\x97\x86\x31\x93\x66\x9a\x86\ -\x2b\x64\x0c\x0d\x88\xe4\x78\xb6\x31\xd9\x37\xea\xab\x1b\xcc\xb4\ -\x5c\x2f\xa9\x99\xaf\xee\x04\x6c\xff\xdd\xe9\xd3\xdb\x9c\x8d\x81\ -\x2d\xa8\x9a\x43\x7b\x25\xa6\x0d\x4b\x3f\x32\xab\x99\x7c\xcd\x36\ -\xfa\xa5\x79\x12\xd8\x77\xf9\x74\x67\x9a\x5e\x60\x92\x89\xdb\x05\ -\x4e\x6d\x89\x8f\xdb\x26\xc7\xf6\xd6\xf8\x4c\x87\x91\xb9\xf8\xa7\ -\xb9\x40\x37\x58\xd0\x45\x98\xd3\xae\xd5\x04\xc8\x37\x5d\x0c\x5e\ -\x9c\x4b\x74\x1f\x27\x5d\x4a\x0b\xd4\x7b\x81\x47\x63\x23\x71\x9d\ -\x3c\xf9\xe1\x10\x99\x7d\x54\x66\xbc\x55\xf8\x59\xc4\xfa\xbc\x03\ -\x61\x0e\x37\x1e\x5a\x31\xd6\x87\x18\x5d\x4a\x50\x7b\x60\x20\xeb\ -\xb7\x8d\xcd\xe6\x4c\x28\x46\x0d\x70\x74\x7e\xe1\x27\x84\x9d\xb8\ -\xa8\x17\x1e\x71\x18\x60\x88\x38\x6f\x08\x58\x8a\xc6\xc9\x2e\x79\ -\xa5\x48\x42\x75\x32\xb4\x29\x57\xd8\x3d\x47\x4d\xc8\x87\x20\xb4\ -\x6e\x9a\x1e\xc6\x78\xd7\xe8\xcd\x7f\xff\xd6\xe4\x40\x3c\xbf\xb1\ -\x61\x71\xd8\x71\x3a\x3a\x5d\x90\x62\x94\x13\xc5\xef\x0d\x40\x16\ -\x53\xbd\xa0\xc1\x7e\x79\x12\x86\x80\xba\x52\x5e\x31\x9e\xcb\x0e\ -\x04\x2b\x1a\x44\x2b\xa6\x1c\xa4\x90\x6d\x14\x25\x20\xcb\x7e\xd3\ -\xe6\x49\xc7\xf8\x76\x30\x93\x1e\x2a\x22\xa2\xb6\xd7\x91\x53\xb3\ -\xb2\x70\x62\x43\x7b\x22\xad\x56\x11\x3d\xe6\xd4\xfc\xd4\x70\xcb\ -\xc8\x8b\x72\x1a\x8f\x35\x9f\xbb\x34\x1a\xb3\x88\xde\xd1\x6c\xfb\ -\x05\xf5\xc9\xf1\x3d\x78\xc1\xe4\xdf\x73\x8d\xc6\xa7\x16\xaf\xdb\ -\x9e\xa5\x5c\xb4\x43\xe6\x34\x46\x04\x7b\x7f\xa3\x58\x13\xae\x41\ -\x85\xf0\xda\x6c\xc5\xfb\x67\x6d\xf8\x3a\xf5\x6b\x05\xb2\xeb\x36\ -\xe6\x1c\x41\xc8\x35\xfc\xf6\xa4\x98\xd2\x67\x29\x50\x82\x1a\x4d\ -\xf1\x19\x1c\x50\xc6\x93\x32\x91\x21\xa4\x59\x64\xd5\x75\x15\xd6\ -\xcb\x83\xde\xe9\x62\x5e\x5a\x1f\xbb\xe4\x38\x8a\x7d\x84\x65\xb4\ -\x0b\x80\x45\x78\x64\x6b\x65\x63\x21\x20\x72\xa7\x03\x36\xaa\x73\ -\xd1\x34\xc4\x7f\xc8\x39\xf8\x70\xe8\xd5\x9a\x4f\xdc\xed\xfc\x77\ -\xea\xb5\x88\x52\x51\xe5\x9e\x78\x1f\xcd\x7c\xa1\x51\xeb\xc4\x88\ -\x2c\xa8\x31\xb5\x55\x61\x06\x61\x7b\x3e\xb2\x5e\xd6\x0a\x14\x79\ -\xde\x05\x22\x0c\xb4\x3e\xa5\xa1\x3a\x35\x48\xd5\xe8\x23\x1b\x49\ -\x88\x49\x62\xba\xaa\x4a\x3a\xfa\xc5\x04\x06\x41\x78\x75\x44\x19\ -\x6f\x3a\x93\x75\x9d\xd6\xb6\x02\xa6\x35\x9e\x86\xc0\xe2\x0e\xd7\ -\xaf\xa4\x9e\x17\xb7\xba\x7a\x76\x49\xa5\x1b\x4b\xd6\x9c\x87\x71\ -\x0f\x36\x87\xde\xdf\x75\x7d\x70\x50\x01\x4f\xca\x6e\x82\x49\xda\ -\xd4\x71\xb8\x00\x7a\xd3\xd1\xef\x95\xa4\xe9\xb8\x49\x92\x62\x20\ -\xee\xa6\xa7\x6e\x97\x70\x9d\xd6\x64\x60\x2e\x1a\x5d\x8e\xad\x98\ -\xf5\x78\x88\x83\xf6\x44\xa4\xf9\x34\xa3\x69\x0e\x28\xb2\x14\xa5\ -\x3e\x95\x6c\x96\xdf\x84\xe5\x2c\x87\x51\xac\x6a\xc1\x48\x34\x80\ -\x91\xcb\x24\xf1\x9c\x22\xe5\xb4\x9d\x2d\xf2\xa6\x52\x9f\x03\xa8\ -\x78\x69\x56\x8e\x1c\xb9\x4b\x03\x70\x03\x2c\xa7\x35\x7b\xfc\xb3\ -\xdb\x64\x0b\x33\x07\xab\x4e\x47\x37\x10\x2c\xb7\xf0\x5e\x08\x6f\ -\xd6\x9c\xa7\xc6\x89\x03\x4c\x85\xd1\x90\x4d\x46\x85\x04\x40\x5f\ -\xa6\xaf\xde\x4c\x33\x1f\xf5\x62\xa5\x72\x9d\x00\x7e\x79\x0f\x6e\ -\xc9\xef\x6b\x03\x24\x0c\x9a\x26\xb0\xc7\x58\x26\xe2\x0e\x16\xca\ -\x30\x3c\xab\x4d\x99\xf2\x1d\x0a\x2b\xca\xf5\xfd\x9c\x26\x50\xe3\ -\x8c\x84\xa1\x2b\x6a\x13\xe3\x21\x21\x58\x1e\x4d\x11\xc6\xee\x78\ -\x00\x83\x31\xb1\x69\x6b\x70\x0c\x1f\x18\x9b\xef\x40\x0d\x94\x4f\ -\xa9\x8f\x84\x95\xfb\x6f\xac\xaa\x0e\x8a\xf5\xb0\x70\xd7\xb7\x0b\ -\x9c\x6e\x94\x35\xa3\xb1\x51\x4b\x07\x2d\x99\x68\x8d\x08\x84\x6a\ -\xf0\x83\x51\x77\xa5\x39\xd8\x6e\x81\xea\x37\x7d\x59\xbd\xd3\xe0\ -\x62\xe8\xd2\x58\x46\x4b\x5f\x42\x33\xba\x43\x50\xc7\x42\x00\x73\ -\x35\xd4\xa1\x06\x3a\x48\x0d\x08\x9f\x6d\x96\x3a\xcb\xec\x86\x23\ -\x04\x11\xf4\x52\x7c\xe4\xd1\x82\xcb\x3e\xc0\xc7\x5d\xc4\x8c\x46\ -\xf1\x98\x09\xe4\x5a\x2b\x29\x59\x65\xf4\xae\x06\x0e\x14\x5f\x22\ -\x74\x05\x94\x9b\x4d\x1b\x29\xe9\x8e\x65\xb6\xd9\xbe\xf2\xc7\xa8\ -\x37\x2b\x1c\x3a\x98\x39\x68\xbc\xdf\xe7\xaf\x6a\x59\xc0\xb3\x35\ -\x3e\x36\x21\xd2\x9f\xff\xf0\x5f\x03\x41\xd0\x8a\x05\xb7\x98\xb4\ -\x66\x44\x1e\x20\x5a\x51\x54\x16\xb6\x0d\x2c\x40\xf8\x7a\xf7\xcb\ -\x60\x42\x47\x2d\x19\xfd\x4a\xf9\x3e\xff\x2d\x07\x1f\x1d\x5c\xe2\ -\x4d\x1c\xb9\x05\x75\xd3\x3e\x51\x50\xb2\x16\x56\x44\x19\x6c\x8a\ -\x05\x59\x24\xb3\xc9\x8d\xe9\xce\x32\x4a\x99\x36\x4e\xff\xa5\x07\ -\x7e\x80\x94\xa3\xcf\x46\x43\x34\x5a\x1a\x23\xc2\xf7\xbb\xa3\x00\ -\x16\xcb\xe8\x92\xd2\x10\x3f\xf0\x00\xc1\x02\x32\x3b\x5e\x14\x01\ -\x24\xb6\x40\xce\x05\x5f\x7e\x60\x91\x65\x98\x2d\xa3\x38\x1a\xcc\ -\xc0\xc8\xa0\xff\x50\x46\xb3\x92\x22\xe1\xd8\x00\xe4\x39\x1e\xee\ -\xf7\xa1\x07\xe0\x23\x4f\x4e\x26\x38\xf3\x57\xdc\x30\xe3\xf9\xda\ -\xff\x6e\x7f\x1e\x44\xe9\x3a\x60\x36\xef\xcf\x96\x40\xc6\x09\x49\ -\xa9\x39\x04\x4a\x09\x12\xb5\xf5\x75\x4b\x4c\x77\xbd\x0c\xa4\x46\ -\x1e\x7d\xa7\x4d\x67\xa7\x16\xca\xa9\x6f\xe1\x31\x81\xdc\x96\xbd\ -\xe0\x07\xed\x63\x9b\x78\x72\xe1\x49\x13\xda\xf8\xbf\x49\xcf\xf3\ -\xa9\x09\x68\x6e\x1a\x02\xc0\xde\xff\x68\xcb\x83\x2b\xb8\xf3\x2c\ -\xe6\x81\x26\x1a\x58\x47\xfe\x1c\xd7\x07\x04\x97\xae\x1d\x41\x2b\ -\x5a\xff\x0b\x2c\x04\x0b\x49\x8b\x6c\xd4\xb0\x6d\x3d\x74\x7e\x2c\ -\xc7\xa1\xd0\xda\x64\x95\xa2\xf8\x03\x8f\xfc\x35\x47\xbf\x44\x77\ -\xb1\x98\x38\x3c\xf2\xa4\xed\xb4\xd1\x8f\x56\x99\x48\xff\xf5\x1c\ -\x88\x42\xe5\x10\xcb\x22\x22\xd2\x1c\xa8\x55\xf3\x33\x80\x5b\xf1\ -\xf2\xdd\x7f\x83\xcb\xbc\xe2\x8c\xf0\x86\xd4\x0e\xce\xfd\x47\xf7\ -\x23\x65\xf3\xce\x52\x34\x48\x48\x31\x05\x10\x74\xda\xaf\x37\x02\ -\x3b\x1b\x62\x8b\x1f\x60\x44\xd3\xaf\x30\xfc\x95\x6f\xd8\x52\xc7\ -\xc5\x42\xae\x5d\xe8\x80\x80\x83\x06\xbe\x3e\x75\x5a\xf0\x00\xa0\ -\x5e\xa0\x04\x1f\x20\xfc\xea\x0f\x88\xf5\xf9\x6d\x45\x19\x14\xea\ -\x9b\xd8\xe5\x45\xbc\x22\xa7\x06\x0a\x0d\x4b\x6c\x62\xe2\x54\x0b\ -\x01\x75\xbd\x4b\x3b\x79\x81\x2f\x6b\xde\x93\x48\x31\x0a\x22\x0b\ -\x15\x17\x04\xc6\x6f\xa2\xd9\x50\x2e\x6b\xd0\xbd\xf8\xc8\xa0\xe2\ -\xf8\xe5\xb9\x75\x4a\xba\xf1\x0f\xa0\xfc\xc0\xde\x58\xac\xe5\x8b\ -\xb3\x1f\xfd\xd3\x50\xca\x46\x51\x13\x82\xcd\xff\x6f\x16\x4f\x41\ -\xe1\x16\xe0\x65\x08\xef\x37\xa9\x5b\x49\x6d\xe1\x20\x5e\xb1\xfc\ -\xd1\x86\xda\xa6\x70\x88\x0b\x96\xac\xc8\x76\x79\x40\x33\x04\xd9\ -\xdc\x4b\xdd\x41\x70\xd1\x0f\x08\x7e\x0c\xb4\x70\x30\xcf\xca\x9b\ -\xca\xa8\xf9\xfe\x57\x7d\xef\x2a\xdd\xba\x70\x88\xc9\x0a\x29\xf6\ -\xa9\x93\xac\xd2\x88\x01\x30\xfd\x7f\xd9\x60\xb0\x99\x42\x58\xb3\ -\xa5\x7f\xee\x01\x66\xd4\x3b\x63\x14\x1e\xc2\x02\x5c\xec\xda\x01\ -\x3f\x71\xee\x61\x9b\xe2\xee\x28\x22\x30\x28\xa5\x02\x04\x3f\xc5\ -\xb8\xc2\x4a\xb9\x35\x33\xf5\xbe\x5d\x93\x28\x04\x28\x08\x1f\x73\ -\x2e\xdb\xc2\x07\x13\x20\x9a\x2b\x91\x00\x59\x5c\xa6\x1f\x93\x57\ -\xbb\xbb\xd8\xc0\x5f\x22\x02\xe0\xad\xa7\x1e\x2a\x32\xbc\x08\x34\ -\xa7\xcd\x9a\x13\x35\x08\xd0\x42\x69\xef\x0d\xbc\x19\x16\x19\x67\ -\xd0\xbe\xc8\x82\xd4\x29\x68\xb3\xf5\x27\xc1\x4c\x4c\x66\x9a\x1a\ -\x35\x00\x3c\x7e\x5f\x08\x01\xe2\x0f\x20\x2f\x8f\x25\x02\x5a\x1b\ -\xf6\x7e\x92\x0a\x26\x6a\x13\x62\xa4\x42\x5d\x67\xdf\x4f\x33\xd6\ -\x8a\x1c\x4d\x33\x4c\xc6\xfd\xe8\x9a\x3e\xf4\x4e\x66\xe7\x6d\xf4\ -\x30\xcf\x3f\xf4\x26\xdc\x85\xf3\x7f\x9f\x3f\x99\x6f\x06\x9a\xaf\ -\x18\x92\x0b\x10\x78\xf8\x01\x5a\xa4\xef\xc1\xc0\x56\x7d\x4e\x60\ -\x39\x48\xdd\x32\xdd\x75\x71\xbe\x86\x9e\x6d\x14\x56\xe0\x98\x3e\ -\x78\xa8\x34\x11\xc1\x36\xaa\x5d\xb5\xc0\xde\x75\x42\x01\x9c\xb4\ -\xda\x72\xc6\xbb\x33\xf4\xde\xdf\xa8\x6b\xa2\xb9\x47\x9d\x27\x86\ -\x69\x93\x31\x03\xd6\xf2\x3b\x49\x0e\xaa\x5f\x16\xf7\xbb\x35\xca\ -\x9a\xa3\x6a\xb4\x4d\xca\x69\xa7\x52\xa3\x19\x60\x4b\x0f\xd9\x23\ -\x04\x82\x0f\xb0\x4d\x0d\xf9\xf9\xea\x1f\xb1\xcf\xbe\x96\x05\x23\ -\xd3\x07\x00\x04\xfe\xf2\x17\x9e\xad\x77\xce\xb2\xa9\x21\x7e\x96\ -\xbd\x83\xa5\x93\xcc\x72\xe6\x62\x99\xd6\x22\x0b\x6c\xf9\xda\x14\ -\x62\x45\x2d\x83\xe8\x59\x61\x68\x39\x7a\x3a\x01\x22\xd3\x7a\x56\ -\x5a\xe7\x03\x1f\x7d\x5e\x36\x4d\xad\x8d\x8f\x52\xd5\xff\x96\x46\ -\xcc\x22\x40\x4a\xc6\x20\xff\xe5\xc6\xf3\x49\x0d\x90\xea\xc9\x9e\ -\xfd\x8d\x69\x5c\x84\xe4\x7e\x7e\xe2\x77\x6c\xb9\x4c\x2a\xa1\x38\ -\x26\xc3\x17\x00\xc9\xd8\x14\xd6\x70\x5a\x1d\xc6\x82\xf0\x65\x03\ -\x1c\xd9\xd7\x5e\x07\xef\xfe\xd2\x03\x84\x0b\x3e\x9e\xf1\xc6\x8f\ -\xe6\xb2\x79\xbc\x0c\x3c\x26\x3b\xdc\xe6\x3c\x6d\xd4\x4a\xfb\xbc\ -\x5f\xa3\xd2\x7d\x7c\xcd\x46\x37\xc4\xb0\x90\xe0\x41\x09\x9d\x74\ -\x33\x96\x08\x10\x3b\x6c\x0b\x61\x33\x97\x77\xa4\xe7\xed\xb3\x4f\ -\xd7\xc2\x30\xef\x21\x82\xbf\xfb\x1f\x03\xb4\x4d\xc9\x63\xf7\x68\ -\xc4\x7b\x3c\xa2\x59\x97\xac\xef\x0f\x2c\x0a\x47\x6b\x66\xab\x47\ -\x85\x60\xa3\x9e\x29\xea\x08\xf9\xc0\x47\x0b\x52\x6c\x61\x7a\x41\ -\x46\x10\x0d\xc9\x9d\x1f\xac\x8a\x06\xd1\xfe\x77\x0a\xcd\x94\x51\ -\x9b\x50\x5e\xf9\xcc\x27\x27\xb7\x23\x28\x35\x50\xee\x83\x74\x58\ -\x0a\xfb\x88\xb5\xd1\x86\x4a\xc0\xe8\xa4\x12\xa6\x16\x25\x91\x76\ -\x46\xbf\x88\x3e\x81\x46\x84\xd8\x95\x04\x48\x56\x4e\x39\x76\x77\ -\x35\xc4\x4a\x0b\x1c\x87\xed\x8d\x6e\x46\x85\xa2\x72\xe7\xdf\x27\ -\xc5\x08\x59\xda\x58\x7f\x97\x10\x60\x10\xb3\x51\xf7\x83\x1b\x01\ -\x3e\x80\xb1\x89\xf4\x9f\xe5\x78\x18\x05\x72\xc1\x7b\x33\x39\x0c\ -\x1c\x7e\xd6\xc7\x8a\x46\x0a\x7b\x5c\x36\xcb\x4a\x75\x25\x52\x23\ -\x0d\xf1\xe0\x35\x0b\xc0\x44\x17\xe7\xd3\x4f\xeb\xe4\x1d\x89\xc6\ -\x21\xbe\x3d\x2d\xd7\x31\x8a\xfb\x14\xab\x62\x73\x69\x49\x04\xa7\ -\x3c\xd3\x2d\x91\x85\xb0\x03\x96\x1d\x28\x8a\xd8\x34\x4d\xc4\x10\ -\xdf\xe2\xb4\x54\xf8\xe2\x5e\x84\xfd\x2f\xfa\x9f\xea\x86\x59\x27\ -\x30\xf8\xba\xc6\x77\x22\x53\x4d\xbf\xc7\x87\xc6\x0f\xc0\x0c\x16\ -\xb8\x1b\x2c\x04\x85\x96\x24\x46\xd8\x8a\x6b\x50\x29\x9d\xfe\x4f\ -\x1a\x8f\x80\x17\xdd\x54\x6c\xf0\x0b\x82\x0d\x2b\xb9\xff\x4e\x8b\ -\x33\x44\x12\xea\x44\xd3\x32\xab\x34\x4f\xf9\x63\x27\x4e\x9a\xdb\ -\x30\x54\xf7\xd0\x4f\xec\xfb\x36\xc0\x11\x02\xde\xba\xfe\x72\xb2\ -\xd4\xf7\x68\xda\xa6\x57\x9d\x03\xb4\x29\xce\x29\x5a\x7e\x37\x7b\ -\xe8\xa1\xd9\x13\x95\xf5\x72\x7d\xb7\xac\xbb\x69\x93\xee\x08\x35\ -\xbc\xd0\x22\x6f\xf4\xbb\x03\x89\xac\x7b\xff\xdf\xa8\xca\x87\x96\ -\x0c\x9b\xc1\x07\xfe\x42\x95\xd6\x62\xfb\x13\x76\xe0\x5d\x9f\x8a\ -\x31\x55\x39\xd7\xf4\xe9\xe4\xb5\x8c\x96\x21\x43\x68\x8e\xf0\x63\ -\x45\x2b\x25\xbd\xc2\x28\xc3\xf5\x9c\x06\x30\x5a\xb3\x70\xa3\xbe\ -\xf5\xcf\x8e\x97\xa9\x1a\x74\xda\x30\x3a\x05\xa8\x3a\x68\x72\x79\ -\x67\x1b\x18\xca\xa4\x5d\x91\xae\xd0\x63\xf9\x31\x44\x85\x62\xa2\ -\xb4\x14\x37\x91\x39\xa7\xa3\x73\x52\x5a\x0d\x83\xc8\x6c\xdd\xdf\ -\xf4\x69\x4e\x59\xa9\xe7\x78\x1f\x44\x51\x69\xa2\x35\xa7\x29\xa6\ -\x24\x82\x57\x83\xa8\xd9\x58\xa5\x88\x5d\xb2\xeb\xf7\x67\x40\xf4\ -\x9e\xc5\x05\xda\xdc\xbc\xae\x3d\x4a\xb4\x7e\x4e\x45\xea\x5a\x39\ -\xf5\x2e\xf0\x42\x76\xcd\x3d\x4d\x8d\x71\x72\x3b\x63\xf9\x98\x8c\ -\xd5\x67\x88\x94\x6e\x60\xf0\x8b\x21\x8b\x53\xd1\xf5\x0c\x52\xd2\ -\x9d\xff\xee\x2c\x04\x31\x1c\xce\xa0\x85\xb5\xbf\xe9\x97\x2a\x75\ -\x6b\xfd\x4a\x81\xbc\x4d\x6c\xeb\x19\x91\x94\x3c\xb2\x3a\x03\x8b\ -\x96\x63\xc1\x42\x0d\xad\x07\x49\x1a\x27\xb5\x20\xf4\x75\x68\x4a\ -\x3b\xba\x4e\x96\xab\x29\x11\xde\xfd\xfa\xbe\xe4\x72\x6e\xe2\xef\ -\x35\x1a\x41\xd1\x11\xa5\x63\x47\xb2\x66\xf0\xd4\x77\x9e\x34\x43\ -\xfa\xf5\xf9\x79\x5e\x62\x7e\x76\x6e\xba\x4e\x01\x3a\x4c\x30\xd0\ -\x80\x14\xa2\x8f\xe6\x22\xc5\x9a\x4b\x66\x08\xb3\xe6\x10\xea\xa5\ -\x49\x91\x61\x78\xea\xff\xe1\x55\x7f\x17\x01\xdb\x66\x10\xe5\x11\ -\x17\x64\x0e\x8a\xcb\xce\xdf\x6e\x35\x6f\xf6\xe2\x3e\xcd\xe1\xcc\ -\x06\xac\x6c\x2d\x11\x81\xb5\x7e\x5a\xa3\x95\x8f\xd9\x1c\x9d\x77\ -\xcf\x63\x23\x71\x00\x1a\xa3\x56\x74\xd0\x45\x99\x28\xe9\x16\xa9\ -\xb4\xc9\xdf\xe2\x30\x0c\xca\x28\x54\x6e\xbd\xc2\x64\x7c\x26\x0f\ -\x85\xc6\x46\x59\x0c\x93\x2d\xa8\x6e\x9e\xf3\xee\xa3\x38\x8f\x0f\ -\xd3\xad\xe3\xcc\xb4\xfa\x95\xa5\xeb\x88\x87\x76\xf7\xf6\xbe\x66\ -\x7c\x46\x86\x65\xd3\xab\xb1\x1e\x9b\x10\x74\xca\x77\x8e\xff\xd8\ -\x44\x91\xb1\x6a\x6f\x6d\x32\x05\x3d\x5e\x24\x60\x99\x53\x0f\xd0\ -\xc7\x8a\xae\x51\x58\x90\x1c\xff\x5b\xb1\xe0\x0d\x55\xe3\x58\x12\ -\x5e\xa9\x66\xed\x62\x12\xc7\xb1\xe5\x42\xe5\x78\x92\x12\x20\x78\ -\xb8\x6b\x45\x38\xb1\x74\xb7\x3b\xf0\x30\x3a\xd8\x85\x9f\x5a\x3e\ -\x2f\xd5\xe6\xc3\x50\x78\xa1\xa3\xc8\x42\x0b\x3d\x65\x30\xce\x2a\ -\xee\x82\xf8\xd2\xd1\x18\xa4\xb3\xe1\xd0\x4c\xcd\xfc\xa1\x42\x2f\ -\xe8\x1c\x72\xb8\x14\x5d\xdb\x8a\xdc\x6e\x55\x2e\xe4\x76\xec\x9e\ -\x89\x62\xd4\x14\xb3\x7e\x76\x28\xe9\x0c\x07\xec\xcd\xe7\xf2\xcf\ -\x8f\x49\x29\xc4\x16\xeb\xb9\xb2\xe9\xc6\xb4\xe3\x46\x4f\x13\xe7\ -\x2c\xf1\xc5\x9c\x85\x7a\xa8\xe0\xdd\xe2\x39\x5d\xfb\xee\x5c\xef\ -\x58\x63\x53\x0f\xd1\x1a\x56\x6a\x36\xc5\xfd\xb2\xb3\xdf\xb3\x77\ -\xd1\xd2\xc8\x71\xa1\xc0\xad\xa8\x7f\x0b\x65\xe6\xea\x62\xa3\x88\ -\x99\x1c\xfa\x43\x7c\x2d\xca\xdb\x3f\x2f\x74\x3c\x04\x32\xdb\xe0\ -\x9c\xaa\x55\x41\x79\x3e\x2b\xd6\xc9\x2b\xde\x69\x17\xe0\x1c\xdf\ -\x6a\x83\x2c\x59\xe2\x20\x15\xa8\xd7\xc2\x2a\x51\x24\x67\x19\xc2\ -\xa7\xd9\x07\xef\x21\x70\x35\x54\xc9\x28\x42\xaa\x41\xc1\x0b\xdd\ -\x04\x61\x21\xc1\x66\x0f\xf5\x36\x8e\x3c\x51\xba\xad\xb1\x23\x7f\ -\x36\x49\xad\x3a\x2f\x39\x6d\xc6\x5f\x8b\xba\x29\x5e\x35\xbd\x48\ -\xbf\x54\x78\xd8\x26\x43\xa1\x57\xdd\x43\xad\xe1\x22\x80\x9d\xcd\ -\xb7\x36\xf0\xfa\x5d\xb1\xfe\xfb\x2c\x00\x0b\xdf\x85\xf2\x2f\x82\ -\xf4\x2b\x1f\xbe\x16\x9c\xb0\x52\xfe\x41\x12\x93\x58\x0a\x1d\x0c\ -\x0f\xfd\x1f\xb6\xf3\x44\x9a\x6d\x3a\xc4\xd9\x22\xed\x52\xcf\x0b\ -\x95\x7c\x5c\xcf\x45\x48\xec\x77\x81\x0c\xd7\xcd\xc2\x35\xcf\x80\ -\xd4\xa4\x7c\x44\x11\xe7\x66\x00\x74\xba\xa3\xe9\x7a\xdf\x9e\xfe\ -\x0e\xc8\x08\x14\x8e\x6b\x14\x05\x1c\x5b\xc1\x17\x31\x91\xd2\x99\ -\x02\x35\xef\x25\xf7\xab\x99\x5b\x60\x09\xf9\xde\x18\xd4\xd9\xb7\ -\xdc\x9f\x9b\xe3\x62\x9e\x6f\x9f\x62\xb5\xee\xd3\x8b\x41\x83\x42\ -\x8a\xe7\x9a\xf6\xfa\x32\xd0\xdf\x53\x87\x04\xe5\x3c\x7a\x03\x7a\ -\xf2\xbe\x91\x41\xb5\x35\x78\xe7\x01\xb8\x59\x5c\xbb\x01\xc8\xfe\ -\x17\xc3\xb1\x98\x16\x01\xbc\x66\xfd\x85\x56\xaf\x4c\xb4\xa6\xeb\ -\x62\x75\xda\xaa\x77\x00\xf9\x34\xad\x69\xe3\xc6\xf7\x2c\x19\x95\ -\x72\x8b\x3e\x60\x37\xad\x19\x59\x7e\x2c\x00\xcb\xd8\x1c\x76\x27\ -\xa2\xd9\xf3\x7b\x7e\x5f\xbf\x9b\xd6\xc5\x22\x1c\x7e\xd5\xe5\xf6\ -\xcf\xcb\xa7\xac\xc0\x29\xc5\xc6\x96\xa7\xe3\xfc\xaf\x80\xc6\x4d\ -\x0b\x55\x4d\x15\xb8\xe9\x92\xdd\x6e\xbe\x02\xde\x0a\xc4\x65\xe3\ -\x48\xe1\x66\xda\x4d\x00\xba\x46\xe8\x97\x7c\x51\x5c\x30\xcc\xd7\ -\x92\x96\x87\x3d\xef\xf3\x56\xe7\x49\x05\x86\xaf\xe0\xba\x33\x9d\ -\xa8\xd3\xc0\x90\x63\x06\xee\x1a\xbc\xae\x7b\x97\x23\xd3\xaf\x9a\ -\xa4\xe5\x9f\xa3\x76\x5b\xd4\xdc\x47\x77\x7c\xbe\x9a\x52\x15\xd3\ -\xb4\x0a\x12\x91\x68\x4d\x22\xd6\xf0\x2e\xaf\x53\x86\xc9\x5b\x6f\ -\x4e\x21\xc1\x26\x86\x04\x79\x0d\xa8\x82\xd0\xae\xe1\xd0\x12\x31\ -\xf0\x34\xfd\x40\x68\x4e\x8c\x0b\x3a\x15\xbc\xd3\xd8\x28\x72\xba\ -\x0e\xea\x30\x14\xd7\x63\x90\xe1\x98\x0c\x83\x16\x9f\x1e\x0c\xd8\ -\xcc\x3a\x18\x3e\xf4\x33\x74\x73\x03\x24\x84\x65\x35\x4d\x15\x49\ -\x54\x1a\xa1\xed\xeb\xb2\x06\x6b\x9c\x4f\x18\x18\x89\x73\x2e\xc4\ -\xe8\x9c\x4e\x8d\x3a\xdd\x85\x27\x30\xcf\xc5\x9c\x82\x6e\x2e\xdb\ -\x65\x10\x71\xd3\xd4\x43\x35\x6e\x83\xfa\xdf\x6f\xda\x35\xb0\x7c\ -\xbf\xa0\xd3\x0a\xe0\x45\xc6\xed\x48\x66\x45\x36\x1e\x49\xeb\x57\ -\xef\x44\xf7\xde\xbf\xea\x9b\x6e\xc5\x02\x09\x67\x13\x24\xea\xf0\ -\xd6\xba\xcd\x30\x02\xbc\x65\x6e\x58\xc2\x35\x0e\x84\xb9\xf0\xd9\ -\x85\x11\xd8\x39\x97\xc0\xbf\xda\x72\xc3\x40\xdd\xf4\x20\xe7\x10\ -\xbd\x46\x0a\xbd\xbf\x08\xf2\xf1\xef\x99\xeb\xd3\x8b\xb9\xbe\x61\ -\x19\x7b\xb2\x3d\x4d\x6d\x43\x59\x54\x3e\x1a\xf5\x6c\x20\x1d\x83\ -\x27\x25\xc3\x75\x31\xca\x75\x56\xe4\x8a\x9c\x1b\x0c\xe6\x26\x25\ -\x19\x50\x5a\x29\x3c\x6e\x80\xc0\xd5\x75\x4c\x76\x20\x41\xfa\xa1\ -\x97\x8e\x46\x7d\x31\x46\x41\x64\x07\xd4\x10\x84\x02\xde\x1a\x0a\ -\x7c\xbd\x94\xd2\xae\xd9\x2f\xef\x1d\xcf\x24\x16\x7d\x68\x78\x6c\ -\xb4\x6d\x63\xdf\x78\xbe\x9f\x4c\xce\xee\x7c\xee\xdb\x61\x73\x16\ -\x5e\x70\xc9\xc3\x68\x1b\x3f\xd0\x66\x19\x13\xd5\xa7\x15\xe6\x51\ -\x30\x22\x87\xeb\x4d\xa0\x78\x2c\xe9\xd2\x66\x87\x4d\xbf\x7c\x4b\ -\xdc\xc9\x10\x87\x52\x34\x3f\x79\x49\x6d\xde\x76\x19\xba\x7b\xce\ -\xa0\x1a\x1a\xd5\x92\x4a\x5e\x14\x9a\xfd\x31\x62\xd2\xac\x40\xfc\ -\xd8\x5e\xf1\xef\x39\x38\xe0\x05\xe6\x4f\x71\x67\xcc\x00\x42\xbe\ -\x14\x73\x3d\xb6\x40\xa7\x63\xac\xa3\x72\xe3\x84\x0b\xa2\xc5\x5c\ -\x38\x0e\x68\x56\xbe\x2c\xd7\x2c\x34\x17\x83\xc6\x41\x56\xf2\x25\ -\x0e\xf3\x04\x77\xfd\xab\xba\x47\x60\x6b\x0c\xb0\xd0\xbd\xcc\xce\ -\xdb\x28\x5d\x8e\xbb\xf0\x61\xc5\x7f\x77\xb9\x3a\x8b\x6b\x6a\x4d\ -\xec\x5c\xf3\xca\x1a\xed\x1a\x9c\x5a\xb0\x21\x4e\x87\xd3\xdd\x90\ -\xdf\xcc\x3f\x72\x5e\x3e\x74\xba\x29\x73\xd8\x71\xeb\xbf\x4f\xe5\ -\x67\x60\x9b\x78\x05\xc8\x81\x70\x88\x89\x83\x26\x16\x76\xff\x66\ -\x48\x03\x36\xd1\xa7\x9b\x06\x42\x8e\x89\x9b\x58\x3c\x01\x3b\x35\ -\x8d\x5c\xc4\x5c\x68\xb8\x45\xbf\x47\x65\x7a\xa9\x53\xe4\x5d\xc4\ -\xe9\xfb\xe5\x3c\x61\xa3\xbf\x90\x9d\x4d\x72\x36\xcc\xd0\x6d\xa8\ -\x3b\xd8\xb3\x8e\x3c\x99\x89\x52\x56\xcd\xd6\xfc\xcf\x0d\x34\xe9\ -\x77\xca\x2e\xba\x43\x2a\x81\xf1\x79\xe6\x4f\x4d\xdd\xed\x33\x54\ -\x90\xc7\xe9\x46\x2f\xc7\xe9\xeb\x14\xf7\xbd\x2b\xe0\xeb\x34\xf8\ -\x06\x2c\xdc\x72\x80\xe6\xac\x8a\x39\xdd\x59\x41\xbc\xfc\x49\x8a\ -\x4f\x4e\x87\x76\x07\xd8\xca\x84\xae\xdb\x61\x67\xdc\x84\x94\x70\ -\x52\x1e\x7a\xa2\x85\x3f\x45\x0f\x87\x85\xa4\x5f\x72\xc6\x6e\xc0\ -\x57\x80\xb2\x79\xff\xe0\x85\x5d\xf1\x1e\x63\xe0\xa0\x27\x36\x76\ -\x01\xdb\x1d\x2e\xce\x2b\xdf\x66\x82\xe2\xd4\x7f\x64\x40\x26\xa3\ -\x0e\xd7\x89\x5e\xe6\xa0\xf5\x42\xb8\x9e\x3f\x70\xda\x47\xf3\x69\ -\xc8\xe1\xd3\x6e\x05\xad\xf6\xcb\xb4\x82\x12\x88\x91\x3e\x4d\x96\ -\xb3\x64\x84\x9b\xb9\x42\x34\xa3\xc3\xc2\x7a\xea\xf0\x7e\xcb\xcf\ -\xf2\x38\x8f\x88\x75\x69\x34\xd6\x0e\xcc\xb6\x89\x47\x0b\xde\x96\ -\xa2\xd5\x85\x62\x56\x24\x0d\xfc\x26\x2a\x4e\xa7\xac\xe3\xec\x6d\ -\x61\xf1\x13\x50\xc9\x7f\x17\x8a\x31\x74\xea\xe1\x71\x4c\x68\xfb\ -\xda\x95\x98\x5a\x51\x2d\xda\x0f\x96\x43\x77\xdc\xcb\xb0\x63\x3d\ -\xc3\x79\x43\xd4\xda\xf3\xe7\x3b\x9d\xee\x03\x99\x6f\xe9\x54\xeb\ -\x1a\x2d\x50\x0d\x38\xda\x1a\x2e\xb5\x75\x8e\xc7\x77\x50\xd5\xa3\ -\x11\x29\x3f\x3f\x6a\x3c\x3e\xb3\x3d\x9b\x3e\xd5\xeb\x4d\x6b\xfb\ -\x08\x33\x68\x57\xc6\xbb\xac\xe7\xa0\x82\x03\x29\xc7\xd1\x57\x65\ -\xe6\x14\x58\xf2\x4a\x91\x5a\x74\x13\x8e\x61\xcf\xcd\xe4\x2e\xa6\ -\xe8\x37\xd6\x87\x4f\x92\x09\xaf\x93\x61\x3f\xcf\xc0\x73\x2b\x8b\ -\xee\x1e\xf6\x69\x3c\x04\x00\xf0\x01\xd0\x8d\xee\x52\xbc\xec\x38\ -\xb7\x09\xdf\xf9\x30\x1e\x98\xc8\x5a\xd8\x7b\xd7\x82\x82\xbb\x03\ -\x5e\x13\x4a\x4a\xc8\xb3\xa1\x9a\x33\xb4\x2e\x5f\xe0\x4a\x01\xea\ -\xf6\xef\x4a\x45\x82\x61\xa5\x79\x14\x41\xe2\x17\xbd\x8c\xcd\xb0\ -\x02\x31\xaf\x4d\x23\xcb\x93\xd9\x2d\x9c\xa1\x87\x61\xe1\x0c\x99\ -\x7c\x0d\xcd\x7c\x61\x22\x56\x1d\x15\xab\xb9\x40\x11\x8c\x27\xe7\ -\x45\xe8\x2f\x8a\x04\x3a\x2d\x00\x56\x20\x15\xe4\x9a\xac\x49\x45\ -\xf0\xb1\x30\xe6\x28\xb6\x3e\xbb\xf8\xd9\x1e\xfc\x8c\x35\x50\xf5\ -\x63\x96\xaa\x39\xe6\xa5\xb2\x68\x3d\xa7\xa0\x01\x28\x22\xb1\x59\ -\x7e\xa3\x21\xcc\x4b\xa2\x22\xea\x79\xa9\x0d\x23\x91\xf1\x0e\x73\ -\xe2\x78\x06\x55\xba\x55\xf0\x61\xf0\x61\x45\x77\xa0\x59\x9e\x2f\ -\x66\xc8\x38\xc1\xcf\x7b\xa1\x42\x78\xa5\x0a\xb6\x83\x4a\xf8\x82\ -\x2e\x56\x2a\x2a\xda\x77\x44\xe3\xc2\xaf\x76\xb9\x55\xa7\x33\x32\ -\xbe\xb0\x0e\x08\x36\x20\x09\xf0\x96\x4c\xb9\x17\x2f\xa7\x31\x6c\ -\xbf\xb9\x58\xcb\xc8\xa5\x3f\xd4\x35\x63\x06\x05\xe8\xba\xad\x92\ -\xf1\x22\x7e\x80\x8d\xbd\xe3\xa3\x7d\xac\x2e\x42\x55\x84\x2c\xa1\ -\x2d\xc8\xc2\xa9\x3a\xa0\xc9\xb1\x17\x50\xaa\xe3\x93\x1a\x4b\x90\ -\x59\xa0\xcf\x82\x2e\x28\x79\x65\x7f\xf0\x9d\x7c\xd7\x74\x70\x29\ -\x88\xc4\xa6\x2d\x49\xf7\x31\x03\x3f\xec\xcf\xbc\xb9\x88\xbe\x65\ -\xf3\xdd\x8a\x61\x01\x69\xef\xf5\x57\x60\x09\xef\xe7\x59\xfe\xb3\ -\x9b\x8b\xe4\x40\x19\xbd\x21\x70\x47\x4a\x77\xcd\x83\x9c\x5e\x84\ -\x56\x11\x8a\x6e\xc2\x2f\x0e\x46\xe8\xc4\x15\x6a\x2e\x51\x95\xa2\ -\x13\x60\x97\x70\x73\x30\x83\x72\x17\x0b\x5e\x8a\x73\x6b\x90\x18\ -\x32\xe4\xbd\x4e\x04\x76\xc9\xdd\x71\x53\x03\x68\x0e\x4e\xa5\x70\ -\x43\x68\xa2\x77\x0d\xb5\xb6\x26\x45\x7e\x09\x0e\x97\x0d\xf8\xf9\ -\x34\xe0\x84\x58\x75\x6d\x12\xb1\x6b\xd2\x70\x95\xd7\x3c\x98\x41\ -\x33\x49\x8a\xd7\x4f\x70\x10\xe7\x84\x5b\xc1\x30\x78\xa5\x1a\xfd\ -\xbb\x05\xf6\xf8\xef\x70\x37\x27\x98\x45\x73\xd5\x21\xfc\x36\xed\ -\xad\xc5\x9d\x52\xa7\xce\xe7\x38\x11\xde\xf9\x7c\x01\x8b\xb8\x1f\ -\xe7\xcf\xac\xdf\x71\x97\xba\x81\x8f\xe7\xe8\xe7\x51\xcd\xe0\x12\ -\x10\x90\xcd\xad\x06\xe1\x72\xae\x2c\x24\xc0\x4f\x1a\x31\x29\x7d\ -\x90\x22\x6f\x2d\xcd\xa5\xa4\x98\x20\x60\xa7\x72\x5f\xee\x8c\xb7\ -\x66\x6a\x1a\x22\x54\xa3\x9c\x0a\xd2\xf5\x1c\xa4\x1f\xbb\x83\x3c\ -\xba\xc8\xee\x24\x36\x4b\xa8\xc5\x76\xdf\xae\xd8\xd7\x02\x12\x36\ -\xf4\x22\x7c\x75\xf7\xcd\x69\xe8\xed\x7e\x3a\x83\x78\xa7\xcb\xe9\ -\xdb\x1a\x4c\xe0\x44\xf7\x24\x2d\xf2\x31\xa1\x6d\x74\x0e\x37\xcc\ -\x04\x60\xe0\x97\x35\xf2\x6e\x7c\x52\x4d\x42\x62\x72\x37\xce\x12\ -\xbc\xfd\x3c\xb9\x01\x71\xd9\x9c\x12\xb2\x31\x25\x38\xeb\x34\x80\ -\x8b\x41\x02\x9e\x4e\xb4\x2c\x17\xe0\xbd\xbb\x5e\xb7\x3d\x0e\x3d\ -\x32\xba\x36\x50\xab\x34\x89\x32\x40\x5d\x30\xba\x33\x15\x23\x9e\ -\xf8\x57\xb7\x14\x60\xd8\x1b\xef\x93\x46\xed\x54\x6a\x6f\x0c\x76\ -\x09\x8e\xcf\x75\x6c\x35\x05\x8e\xc9\x75\x99\x48\xe1\x3c\x09\x06\ -\x8d\xd3\x01\xae\xa4\x05\x76\xb7\xdf\x69\x50\x51\x27\x77\xeb\x63\ -\x13\xab\x62\x34\x95\x54\x68\xb9\xd4\x8b\x3d\xd6\x27\xee\x1d\x67\ -\x2b\xbd\xb9\x63\x9b\x89\xd7\xcd\x8c\x6c\x66\x92\xb6\x06\xde\x8d\ -\x41\xd6\xba\x0e\x5c\x56\x0b\x2e\x4e\xe3\x1d\x28\xc3\x8d\x70\x8d\ -\x25\xd4\x0c\x38\x42\xf8\x28\x5a\xbc\x63\x6c\x46\xe2\xf9\x4c\x78\ -\x04\xaa\xc6\x62\x37\x94\x44\x08\x61\xe3\xfd\xc2\xd8\xc5\xb6\xbd\ -\x8d\xe6\x4c\x50\x7e\x2b\x60\xea\xa8\x9a\xbd\xf9\xd8\x90\x85\xa5\ -\x67\xc3\x90\x4e\x01\xc8\x84\x81\x50\x39\x9b\x52\x6d\x17\x25\xbb\ -\x5e\x91\x70\x13\xba\x6d\x74\xa6\xa2\x02\xb6\x67\x10\xaa\x29\xa2\ -\x68\x68\xa4\x16\x38\xc8\x57\xd7\xa2\xbe\x79\x29\x9b\xcf\xcb\xe5\ -\xe9\xf4\x05\x6d\x0a\x76\xd1\x56\xa0\x4d\xa8\xf6\x79\x81\x62\xcf\ -\x8a\x91\xda\x8c\xd5\x8b\xaa\xa4\xaf\x57\x7d\x93\xd3\xfd\xd0\x8c\ -\x0e\xa0\x34\xc5\x1c\x66\x22\x2b\x5d\xed\x36\x6b\x33\x83\x9e\x17\ -\xc3\x23\xe4\xf2\x7e\x60\xfd\xfe\xcf\xe4\x15\x09\xc4\xe4\x17\x6a\ -\x7e\x66\xe1\xe5\x73\x84\xda\x5a\x89\x8c\x64\x97\x6d\x36\xef\x3b\ -\xe8\x7f\x50\xf2\xa1\xb8\x14\xfe\x8e\x20\x15\x9b\xe2\x52\x5d\xbd\ -\x05\xe2\xde\x9a\x2b\x77\xce\x01\xc0\xb0\xb9\x87\xe9\x52\x84\x8e\ -\xcc\xaf\x92\xb8\x6e\x87\x22\x7e\x8c\xc0\x59\x2e\xb4\x30\x48\xc8\ -\xc6\xdc\x1b\x71\xcd\xa1\xc0\xe1\x9a\x88\x4d\xc7\x07\x25\xb7\x87\ -\xcc\x21\x32\xf3\x39\x4a\x53\x5b\xb4\x1b\x22\x5d\x5b\xe3\x1a\x2d\ -\x8e\x83\xba\xda\x07\xa3\x3b\xaa\x83\x84\x45\x71\xdd\xe7\x4f\x01\ -\x62\xb8\x5f\x50\xea\x02\xa3\x9f\xae\x51\xb5\x46\x11\x29\xbd\x84\ -\xe7\x57\x7e\xf5\xce\x49\xa6\xb3\x1a\xe2\xf9\xef\x60\x4e\x2c\xc1\ -\x46\x13\x04\x58\xf7\xf7\x1b\xeb\x43\x5e\xa9\x7a\x37\x17\xc3\xda\ -\x34\xd7\xc3\x7c\xd2\xa6\x01\xe1\xda\xac\xfd\x3e\x69\x30\xed\xa6\ -\x39\xae\x45\x10\x3a\xaa\xb8\x9b\xcd\x32\x3c\x29\x55\x94\x82\x66\ -\xea\x13\x65\xa7\xe7\xa5\x76\xa6\xe8\x9f\x7c\xdf\x11\x46\x81\xd7\ -\x1b\xb9\xb3\xad\x15\xd9\xcd\x99\x3a\xd1\x64\x2e\xd6\xc3\x18\xae\ -\xa7\x62\xb9\x56\x19\xf1\x21\xc7\x77\xad\x14\x1f\xa9\x1c\x54\xc9\ -\x0f\xe3\x1c\xf7\x4a\x29\xee\xeb\x83\x03\xb8\xa8\x94\x2d\x35\xe3\ -\x4a\xca\xcd\x60\x29\x5e\xf5\x4a\xff\x3a\xfd\x19\x0d\x7d\x3e\x03\ -\x01\x94\x1f\xe0\x72\xdf\xa1\x15\xd1\x84\x30\x34\xcd\xef\xc5\x68\ -\x9e\xdd\xe9\x0c\x2a\xf2\x14\xeb\xf6\x5f\x42\x46\xe5\x6d\xad\xdd\ -\xa6\x1c\x39\x75\x0c\x8a\xba\x4f\x3c\x5e\xe2\x2a\x32\x8a\xe3\xfc\ -\x0c\x6b\x86\xe0\x02\x5f\x29\xd1\x12\x53\x9e\xc9\x89\x63\x9b\x7b\ -\x99\xa9\xb2\xf4\x09\xa3\xa8\x27\x9b\x4d\xbd\x4c\xcf\xe4\x7f\x48\ -\xee\xa0\x44\x2d\xc4\x19\x01\x96\x9c\xae\x7a\x59\xa0\xcd\x77\x72\ -\x4e\xf9\x58\x46\x13\x79\x80\x30\x85\x53\x89\x3a\xe3\x15\x96\x62\ -\xc6\x54\xb3\xe7\xca\x3a\x2c\x77\x5c\xb7\xc3\xde\x35\xba\x2e\xa7\ -\xeb\xaf\xd2\x02\xb2\xfa\xe2\xcd\xb9\x0f\xae\xb4\xd7\xa9\x89\xcc\ -\xc9\x7c\x89\xd5\x30\xd8\x46\xf0\xa4\x8e\xfe\x7e\xb6\xf5\x90\xf5\ -\x9a\xed\x89\x02\x30\x09\xe9\xd5\x45\xd6\x41\x9e\xaa\xe5\x7d\x13\ -\x52\x04\x63\x00\x07\x8b\x05\x4d\x6f\x3b\xa2\x32\xa7\xd4\x20\x27\ -\x27\xd8\x69\x7d\xd8\xdd\x67\xc5\x00\x66\xb6\x5f\x45\x02\x71\x96\ -\xfa\x5c\xd2\x19\x61\xed\xcc\x13\x1f\x2c\x30\x78\x34\xc0\x24\xee\ -\x92\xcc\xb6\xca\x27\x56\x18\x7a\xaf\x00\xa0\x5c\x37\x6e\x01\x72\ -\x6f\x2e\x7e\xb3\xd9\x78\x63\x70\x75\x5b\xf5\x91\x31\x5a\x1d\xf5\ -\xb0\x82\x7e\x75\xf2\xb9\xdb\x3d\x7b\x0b\xf4\x95\x17\x30\x32\x27\ -\x58\x9d\x5a\x39\x59\x42\x64\x1a\x5b\x46\xb0\x7a\x99\x3a\xd5\xb3\ -\xfe\x7c\xdf\xe7\x0c\x65\x3a\x55\x73\x3e\x77\xd3\x6a\xa9\x69\x98\ -\x74\x56\x43\x61\xf1\xf1\xbc\x1f\xcb\xdf\x3f\xa1\xbb\x19\xfa\xa8\ -\xb7\xec\x84\xa6\xcf\xb1\x43\xc2\xb5\x39\xcd\x45\x4b\xde\x0b\xd4\ -\x8e\xa6\xed\xf8\x5d\x64\x2d\xbb\x50\x41\xd4\x7d\xf2\x32\x72\x5b\ -\x62\x34\x37\x74\x21\xdd\xda\x95\x8f\xc3\x22\xa7\x0a\x8a\xe2\xf3\ -\xae\x6e\x37\x7c\x41\x9c\xcc\x2d\x6d\x70\x89\xfd\xb3\xf2\xc2\x43\ -\xe7\x02\xa3\x40\xec\x9a\xaa\x73\x11\xe5\x02\xa0\x62\xe9\x8d\x3d\ -\xe4\xd6\x05\x99\xc8\x61\xc1\x2b\x3e\x81\xf2\x91\x2a\x0b\x10\xe6\ -\x14\xf1\x46\x81\x20\x31\x5c\x3b\x38\xcc\x0c\xc0\x05\x29\x14\x6a\ -\x4d\xae\x0a\xfc\x2c\xff\xb8\x2c\x32\xb9\x8c\xe8\x8f\x42\x54\x60\ -\x4c\xb3\x2e\x01\x81\xf2\x14\xb4\x1f\x3a\xcf\x1a\x00\x58\xbe\x8d\ -\x67\xdf\x45\x82\xe7\x61\x2e\x9b\x9b\x61\x43\xac\x0e\xe6\xe4\x95\ -\xb5\xb0\xe3\x17\xaa\x01\xe1\x3d\x03\x84\x4a\x41\x2d\xd0\xec\xcb\ -\x01\x7b\xce\x42\x45\x8f\x62\x0a\x48\xab\x7d\x9f\x85\xa0\x0e\x8f\ -\x98\xf3\x86\x26\x5e\xc7\x4a\x24\x5b\x91\xf2\xed\x87\x1b\x91\x39\ -\xfa\xd5\xf7\x57\x0e\xcd\x07\xd8\xa0\x52\xcf\x68\xa8\x56\xb6\xba\ -\x1e\x38\x6c\x64\xe5\x4a\xfb\xe8\xc5\x11\x45\xe6\x8f\x02\x0e\x6b\ -\x58\x37\xa7\x15\xfa\xde\x72\x4c\xd0\xdc\x49\x2a\x8c\x06\xe8\xde\ -\xbc\xbc\xa1\xed\xc7\xde\x29\x34\xf1\x2a\x5c\xce\x02\x91\x7e\x69\ -\x56\xf0\x55\xc4\xfc\x7b\xc8\x6b\xf9\xac\xa4\x74\x38\x6f\x40\x97\ -\x6b\x7f\x2a\x92\x55\x7f\x3e\xde\xa7\x0b\x93\x1e\xe2\xd3\x94\xe3\ -\xa3\xa3\xb3\x0a\x58\xf5\x6d\xc2\xa5\x59\xaa\x66\x25\x15\xbd\x56\ -\x6a\xa0\xb4\xb5\xd5\xa7\xbe\x80\x1c\x16\xfe\x7a\xd9\x76\x44\x59\ -\x05\xe2\x17\x4a\x4f\x05\x41\xcd\x0d\x0e\x8a\x29\x8c\x08\x17\x0d\ -\xc9\xb0\x93\x0f\x0e\x3f\xbd\xa0\x8c\x04\xbc\xa9\x65\xf2\xa0\x9b\ -\x19\x89\x6b\x53\x76\x6a\x32\x8a\x0d\x3f\x44\x60\x6a\x66\xd2\x90\ -\xd9\x81\x73\x2d\x5f\x18\x8b\x46\xe2\x0c\x9e\x74\x73\x96\x4e\x0f\ -\x2a\xd4\x21\x07\x19\x85\xcd\x34\x86\x5b\x69\x11\x93\x8c\x85\x4d\ -\xe0\xaf\x14\x9b\xa5\x3a\xe2\xcb\xbd\x38\x79\xfe\x87\xc9\x4a\x31\ -\x65\xe9\x99\x84\x30\x6c\xb4\x2f\xf9\x90\xc5\x66\x3c\xe7\xc0\xb3\ -\xf1\x18\xff\x1c\x8a\xc5\x7c\x09\x2b\x4f\x5d\xd3\x6a\xba\x99\x3e\ -\xb5\xda\xe5\x7e\xd4\xfd\x72\x98\x65\xf0\x93\x21\x9d\xc3\x39\xb3\ -\x2d\x7f\x81\xa8\x05\xaa\x7b\x17\x96\x69\x86\x1e\xb6\x6c\x2c\xb7\ -\x7d\x4c\x0b\x12\xe8\x5c\x47\x23\xe7\xe7\x63\xa7\x95\xcb\x39\x15\ -\x87\xde\xf4\xcc\x6c\xbd\x93\xf2\x4e\xb9\x57\xe2\x2c\x58\x11\xa2\ -\xad\x85\x31\x04\x15\x57\xdd\x3f\x67\xd6\x23\x0f\xcb\x78\x2a\x8d\ -\x15\xfd\x3a\x75\xef\x6b\xac\xde\x01\xf8\x7e\xb6\x39\x49\x1d\xa1\ -\xb1\x31\x6e\x8d\x7a\x58\x5c\x5f\x27\x65\x7c\x4c\x5b\xee\x46\x29\ -\x5d\xff\xcc\x08\x40\xec\x31\x24\x9d\xc6\x16\xa7\x08\x57\xb9\x05\ -\xb5\xe7\x43\xa2\xb6\xe2\xee\x04\x57\x1b\x54\xdf\xbf\x0b\xcf\x5c\ -\xcc\x7a\xf7\x50\x91\x22\x68\xae\xd8\x56\xd3\x0c\x9b\x86\xa2\xd9\ -\xfd\x67\xc3\xe7\x8d\xdb\xa5\x61\xc3\xf4\x2b\x88\xe1\x81\x99\x3e\ -\x11\x9d\x72\x1c\x42\x3c\x1a\x0f\x2c\x9a\xb9\x7e\x6f\x6c\x03\xbd\ -\xad\x36\xe6\x55\xb4\x68\x34\xea\xab\x62\x7d\x0e\x8f\xe5\x3d\x62\ -\x38\x16\x8b\x58\x56\xe6\x96\xa6\xc9\x3d\xa6\x8f\xa5\x61\x79\x7b\ -\x9f\x9e\xa9\xb5\xfe\x95\xcd\xd4\xa7\xf4\x51\x13\x33\x34\xf0\x75\ -\x9e\x71\x59\x3b\x1b\x45\x10\x45\x07\x01\x81\x04\x72\x63\x3d\xd5\ -\x73\x64\x66\x77\x3a\x68\xd0\x80\xd3\x67\xeb\xb3\x20\xbc\x78\x30\ -\x94\xf3\x51\x12\x0c\x11\x04\xf8\x10\x7d\xf4\x80\x24\xef\x1e\xe5\ -\xda\xd9\xbe\x71\x17\xd5\x5e\x56\x5a\xa7\xdd\x46\xe3\x35\xd3\xe4\ -\x32\x66\xdd\x20\xb0\x48\x0a\x8a\x68\x76\xe0\xe6\x26\x76\x15\x9b\ -\x5d\xf2\xb0\xe6\xa1\x56\x0b\xf9\x9b\x4d\x23\x62\x5a\x97\x3a\xa2\ -\xb0\x2f\x53\xa8\xf8\x7d\xec\xc1\x95\xd3\xc5\x8c\x8f\x29\x4c\x6b\ -\xe2\x08\x8b\xb5\x65\x97\xef\xc9\xe0\x26\xe7\x25\x59\x02\x98\x6d\ -\x81\x1b\x99\x22\x2c\xab\xbd\x68\xe4\x12\x46\xc7\x28\x2a\x06\x1c\ -\x23\xd3\xc3\xed\x2e\x9e\xd3\x63\x8d\x81\x34\xa1\x3f\xd7\x8c\x1b\ -\x5c\x81\x5a\xfa\xf8\xb6\x3a\x3e\xc5\x84\xe6\x85\x11\x20\x65\x8a\ -\x82\x72\x31\x85\x60\x51\x31\x79\xa3\xc8\xf5\xec\x8c\x46\x6c\x70\ -\xab\x73\x1b\x81\xbb\x78\x33\xf2\xe1\xa0\x07\xee\xf9\xbb\x77\xae\ -\x7e\xbd\x28\x5d\x58\xcf\xbf\x12\x65\x8a\xd8\xdf\xdc\xc9\x16\xf4\ -\x9c\x09\x7d\x3e\x5e\x70\x70\xa2\x68\xb4\x52\xfb\xa5\x73\xa5\x38\ -\x60\x18\x2d\x90\x12\xf3\x19\xa2\xbd\x5b\x15\x5c\x3e\xd0\x0c\x0b\ -\x02\x8d\xac\x62\x62\x43\xfc\x88\xe3\xd9\x02\x3c\x39\x85\xc0\x62\ -\xb2\xf1\xa2\xc9\x60\xd4\xa2\xbc\x22\x3d\x9d\x03\x9f\x07\x12\x8b\ -\x00\x79\x23\x21\x4a\xd3\x11\xf8\xc2\x74\x83\x0a\x6b\xe4\x52\x75\ -\x93\x17\xdb\xa8\xcd\x5e\x14\xe0\x78\x2f\x08\x8e\xa6\x0e\x7e\xd7\ -\x6b\xde\x29\x27\x96\x2f\x71\xe8\xe3\xcc\xea\x16\xd2\x9a\x38\xa7\ -\x22\xfd\x77\x9f\xe6\x2f\xb7\x09\x81\xd8\x04\x72\x24\x5a\x0a\x1d\ -\x19\x40\x80\xf7\x46\xf2\x56\x88\xc4\xe1\x4d\xde\xe0\x5c\x68\x3c\ -\xc5\xda\x3c\x9c\x2e\x2f\xf4\x20\xcf\x70\xab\x4e\x98\x3a\x7b\xfc\ -\x8c\x86\xad\x52\x9d\x28\x34\x4d\x5d\x87\xd1\x3f\x63\xdd\xec\xdd\ -\xc9\x09\xce\xcb\x2d\x0f\x19\x2b\x28\x4f\xed\x47\x1d\x4e\x31\x56\ -\x54\x96\x32\x9c\xd4\x9e\xdd\x63\x14\x4f\xa4\x6a\x44\xe2\x0d\x1d\ -\x99\x75\xb0\x91\x80\xad\x21\xdd\x7b\xab\xdd\x37\x33\x7c\x16\x1e\ -\x45\x34\xd2\x07\xfc\x55\x09\x23\x48\xf9\xbf\xb4\xf2\x35\xfa\x0e\ -\x3e\x77\xca\x1c\xea\x19\xcd\x1b\xc1\xdd\xba\x30\x44\xda\x96\x7d\ -\x35\xb2\xa4\x8e\x02\x13\x6e\x68\xb2\x06\x34\x07\x35\x91\xb2\xa9\ -\xaa\x77\x5c\x64\xc5\x2c\xba\x00\x04\x97\x3d\x43\xc7\x15\x16\x60\ -\xa7\x10\x1e\x13\x12\x80\x42\x71\x86\x53\x1b\x78\x18\xd2\xd9\x49\ -\x0a\x11\xb5\xb1\xcc\x48\x60\xa7\x53\xa9\x3b\x0e\x7b\x2e\x5f\x98\ -\x44\xc9\x90\x0c\x60\xfc\x9f\x3a\x60\x8a\x32\x2a\xf6\xee\xec\x0b\ -\x2e\xae\xa7\xa5\x3e\xc8\x89\x69\x9d\x4a\x6e\x78\xcb\x4a\x4c\xda\ -\x9f\x14\x86\x43\xdf\x4b\xd1\xe0\x50\x37\x49\x22\xa4\x30\x38\x88\ -\xdd\xc0\x1c\xeb\x5c\xd9\x37\xa7\x01\x52\x95\x5d\xd4\x29\xdb\xa1\ -\xe5\xc3\xfb\x64\xe8\xcd\x7c\xa7\x86\x88\xdf\xff\xa2\x42\x33\xc3\ -\xab\xa1\xca\xbf\xd1\x4b\xa3\x41\xc1\xfb\x5a\xb8\x69\xd8\xe6\xbf\ -\xcf\x58\x69\xe0\xbb\x80\x44\xd0\x4c\x96\xaa\x79\x4e\xd6\x0b\x2b\ -\xa7\x0f\xa8\x5a\x27\x8d\x09\x39\xf5\x83\x8b\xd6\xab\xe4\x84\x88\ -\x82\x72\x2f\xe1\xee\xb9\xca\xe4\x1f\xad\x7f\xef\x67\xe1\x2e\xb5\ -\x41\x44\x24\xe0\xc9\x68\x42\x51\x0d\x35\x60\x05\x1b\xb7\xb2\xb1\ -\x30\x6b\x9a\xdf\x9e\xb9\xd7\x69\x41\x97\x85\xc4\xf6\x85\xf9\x18\ -\x32\xdf\xa8\xc4\x55\xde\xd3\x8d\x28\x38\x6a\x1e\x37\xef\x42\x33\ -\x6b\x92\x12\x8b\xa3\xbd\xb0\x45\x02\x3b\x83\x01\x0b\x70\xc8\x72\ -\x32\x37\x5e\xa8\xf2\xfe\xd9\x16\xa4\x9e\xb2\xe7\xd7\xbd\x50\xf5\ -\x0f\x9a\xa9\x9d\xb7\x8b\x46\xae\xd7\xdd\x71\xba\xfa\x7a\x85\xeb\ -\x34\xab\xa9\x7f\xcd\x51\xa4\xc1\xd0\x9a\x46\x58\xfe\xf7\xcf\x97\ -\xbf\x40\x44\xf0\xa1\xea\x6a\xb5\x02\x5d\xfe\x82\xe6\x50\x7d\xca\ -\x02\x66\x04\x33\x46\x48\x71\xdd\xc7\xe6\xaa\x61\xd0\x40\xee\xf5\ -\xb7\xd3\x0e\xd7\x2e\xd2\x4a\x35\xe0\xfd\xa7\xa0\xdf\x00\xb4\xd4\ -\xc0\xd0\xd1\x85\x87\xbf\xf0\xa1\xff\xc0\x07\x3e\xf1\xf0\x98\x77\ -\xa3\x7d\xf9\xde\x08\x5a\x81\x6c\x58\x44\x80\x40\xf0\x58\x38\x20\ -\x1a\xca\xa8\x13\x18\x09\x64\xfd\xe1\x3f\xea\xbb\x2f\x29\x04\x07\ -\x21\xf8\x2c\xcb\xdb\xe0\x6f\x64\x21\x7d\xac\xf8\xd7\x7c\x29\x84\ -\xf5\xf9\x58\xce\x03\xe4\x65\x39\x26\x53\x7c\xc9\xc8\xa8\x7f\xe6\ -\x2f\xef\x22\xd0\x5f\x0d\xb5\x53\x44\x9e\x2d\xe8\x5d\xdc\x4c\x33\ -\xb2\xaf\xb6\xa8\xd8\x9b\x3c\xed\x9e\xc8\x32\x7a\x28\x7e\xde\xdf\ -\x9d\x39\x43\xe4\x21\x77\xf6\xae\x90\x9d\xca\xc0\xcd\x49\x2f\x29\ -\x0f\xaa\xb1\xd8\x00\x40\x3b\x2f\xb4\xd4\xc6\x6d\x78\x3c\xc4\x12\ -\x56\x29\x30\x8a\xcd\xf2\xc2\xd2\xdd\x73\x41\x4e\x94\xc2\xe7\x13\ -\x39\x44\xd6\x1c\x2a\xcc\x60\x53\x11\xd2\xef\xe8\x94\x96\x45\xd1\ -\x80\x13\x11\xfc\xd0\x0f\xfc\x95\x3f\xaa\xf5\x31\x2a\x25\x08\xc1\ -\x16\xcf\x13\x10\xf8\x7e\xff\x06\xf2\x9e\x74\x90\xbc\x54\xbf\xc2\ -\xa1\x7b\xd3\x2c\x27\xcd\x93\x42\x0b\x9f\x14\x66\x45\x8e\x28\x8b\ -\x66\x86\x52\x0c\x58\xb8\x5d\x6a\xd6\x16\xc8\x72\x9b\x55\x51\xf2\ -\xa2\x08\x7c\xe8\xa7\xa0\xff\x62\x79\x5b\x0b\xfe\xec\x3f\xc1\xef\ -\x25\x58\xb0\x10\x35\x5b\x6c\x2d\xe0\x0d\xb6\xff\x00\x7e\xe8\x27\ -\x9e\xd3\x72\x34\x1f\x01\xfe\xca\x86\xff\xd0\x47\xdd\x33\xc3\x02\ -\x56\x0f\xf7\x4d\x08\xc2\xff\x14\xca\xd0\x65\xe2\xe3\x39\x23\x45\ -\x2f\xb8\xd6\x8a\x20\xdb\xc7\x68\x7d\x68\x34\xc6\x2d\xca\x7b\x26\ -\xd1\x70\x45\xed\xf9\x1f\x43\xff\xb2\x08\x72\xfb\xf6\x2f\x08\x7c\ -\x08\x81\x3e\x14\xe8\x2b\x21\x85\x38\xfd\xe1\x6f\x52\x86\xdc\xcd\ -\xea\xe1\x08\x6f\x64\xcb\x59\xa1\x31\x89\x01\x6b\xc0\xf7\xfe\x5b\ -\xc6\xf9\x54\x80\x29\xcb\x59\xb2\xff\xdd\x8b\x6f\xa7\x12\xab\x7b\ -\xe6\x8a\xef\x8f\x48\x11\x7e\xcd\x22\x31\xdd\xf4\x89\x2a\x22\xc2\ -\x5a\x2b\xf2\xae\xfc\xfc\xf9\x1a\xe5\x6b\x15\xae\x3a\x5a\xec\x00\ -\x11\xc3\x53\x2d\xb5\xdd\xc5\xb3\x4c\x3f\x2b\xd5\xe5\x56\x78\x7c\ -\xf9\x01\x12\xd2\x0c\xa9\x08\xf0\xca\x89\xf2\xc3\x7f\x83\x0e\x9a\ -\x26\x00\xa5\x71\xe6\x6f\x64\x48\xf9\x94\xf4\x29\x36\xd3\x82\x7f\ -\x12\x85\xe3\x3e\x8d\x45\xe4\x92\x63\x84\x57\x85\xdb\xc6\xaf\xa1\ -\xf1\x7a\xbe\xae\xc8\xdb\xd1\xfc\xa0\xa0\xc1\xd9\x67\x8e\x92\xc8\ -\xc2\x6b\x1f\xf9\x1b\x19\x74\x08\xea\x00\x08\xb4\x12\x31\xdf\x0c\ -\xb2\x10\x3e\x9f\x4f\xe8\x3a\x3c\x93\x2c\x68\x2f\x8e\x11\x11\x06\ -\xc5\x2a\x32\xcc\x8c\x42\xc6\x1b\x40\xc2\x61\x96\x60\xad\x0f\xac\ -\x05\xc0\xfb\xef\x39\x81\x90\x6f\xa1\x9b\xed\xa0\xf5\x91\x19\x00\ -\xa9\x2e\x42\xf7\xc4\x23\x10\x99\x44\x5a\x7b\x7c\x41\x36\x5b\xa3\ -\xfd\x01\xc0\x7f\x72\xa2\x60\x53\x12\x47\x57\x89\x08\x9e\x47\xcf\ -\xaa\xcf\x27\x33\x7c\x58\xb6\xc5\x2f\x00\x6c\xcb\x85\x59\xb4\x22\ -\xe7\x86\x61\xdb\xbe\x58\x96\x13\xf9\x69\xae\x7b\x1e\x5e\x09\x00\ -\x9a\x13\x47\x55\x20\xdf\x1d\x3e\x8f\xb9\x3c\x76\x60\x65\x33\x47\ -\xb6\x0f\x36\x20\x83\x35\xd3\xb1\x45\x9a\xec\xb4\x5b\xb7\x69\xf6\ -\x86\x6f\x33\x1a\x40\x71\x13\x1c\xbd\x67\xbe\xf2\x24\xdb\xc5\xd2\ -\xff\x08\x08\x6c\xb8\xae\x53\xb2\xb2\xc7\xbc\x98\x4e\x4a\x90\x14\ -\x09\x00\x02\xc8\x03\xbb\x80\x84\x7b\xff\x49\x83\x0c\x42\x40\xf9\ -\x31\x62\xca\x07\x00\x19\x1e\xde\x4d\xe7\xdc\x0a\x30\x64\xd8\xcf\ -\x37\x41\x19\xc0\x0e\x84\x72\xe6\x7c\x05\x9a\x6e\x05\xb4\x58\xb7\ -\xfa\xec\x6f\xb2\x5e\x8c\xa6\xe8\x96\xdf\x00\x02\x9b\x1e\x2b\xc8\ -\x76\x99\xe0\xd6\x89\xf6\xb7\x65\x64\x6a\x0d\xf3\x14\xf1\xbf\xe9\ -\x9e\x2e\x54\x3f\xa2\x0c\x32\x97\x16\xfa\xf3\x00\x00\x20\x00\x49\ -\x44\x41\x54\x95\x42\x05\xae\xdb\x98\x37\xc6\x73\xed\xef\x32\x73\ -\x82\xd0\x0b\x55\xcc\x29\x99\x37\x3b\xcf\x93\x46\x47\x0c\x74\x34\ -\x27\xcf\xf3\x8f\x7d\x96\x4f\x3a\x3a\x5a\x13\xa0\xf7\x5e\xa7\x52\ -\x76\xea\xbc\x1e\x77\xf1\x27\xf8\x39\x20\xec\x0d\x65\x82\xc9\x0a\ -\x3c\x3c\x06\xc4\x11\x21\xf0\x7e\x74\x2a\x65\x60\x74\x4e\x18\x97\ -\x35\xaa\xdf\xf8\xff\xd7\x5a\x00\x9b\x0b\x48\xa1\x4c\x8e\x47\x04\ -\x7e\x68\x99\x9c\x80\x8a\xe7\x00\xc0\x5f\x01\x58\xa6\x1d\x55\xc0\ -\xd5\xb5\xa5\x12\xb2\x12\xad\xb9\xec\xfd\x98\x0d\xe7\x36\x9a\xd9\ -\x83\x7f\x34\x13\x09\x3f\x76\x2f\x69\x26\xe2\xb3\x9f\x30\x46\xf8\ -\xc4\xfe\xf7\xf7\x89\xf0\xf8\x5e\x17\xd3\x91\xd1\x8f\x9d\xef\x0c\ -\x1b\xc1\xb2\xe4\x16\xfc\xdd\x4f\xd3\x71\x01\x22\xe0\x5a\xda\x6c\ -\x92\xbb\x26\x1b\x98\xd1\xf4\x63\x04\x20\x1f\xf8\xca\x7f\xad\x26\ -\x53\xa3\xa0\x50\xed\x5b\xd7\xf7\x35\xa0\x5b\xf8\x6f\x67\x2f\x58\ -\x7e\xe0\x77\xff\x85\x45\x04\x2c\x08\x1f\xfc\x98\x43\x6a\xd2\x57\ -\xbd\xce\xa8\xbf\x9b\x99\x63\x58\xf3\xcf\xf3\x5f\xbd\x57\x3c\x1d\ -\x8e\x3e\x51\xa3\x12\x08\x3c\xb0\xb5\x2a\xe5\x8c\xd8\xe1\xe2\x94\ -\xba\xbf\x5f\x3b\xf7\x56\xd7\x46\xc1\xd6\xba\xfe\xf3\x00\x0a\x01\ -\x93\x4f\xc9\x4c\x1f\x0c\x5a\xe7\xfc\xe1\x27\xdc\x0b\x35\x17\x4e\ -\x80\xdd\x59\x9b\x3e\xf0\xf7\xab\xeb\x1f\x3e\x08\x84\x3f\x4a\x4f\ -\xc6\x1f\xf8\x7c\x90\x5a\xd7\x3f\x3b\xc8\xb5\x56\x58\x86\xd7\x8c\ -\x8a\xb0\xef\x74\xcb\x64\x77\xeb\xf0\xc0\x54\xba\x70\x55\x2f\x20\ -\xc7\xe7\xf3\x73\x15\x58\xba\x13\x1d\x21\x05\xd5\x6b\x18\x19\xb5\ -\x42\x1e\x0b\xcc\x59\x1b\x9a\x8a\xe4\x79\x53\x75\x70\x80\x39\xed\ -\x3b\x95\xa7\x5d\xac\x1e\xcb\x85\x25\x31\xba\xc5\xf8\x4c\x34\x5c\ -\xeb\xfe\x95\xd3\x5a\x74\x03\x68\xcf\x37\x26\x79\xa3\xab\x66\xd7\ -\x85\x45\xac\x8f\x84\xc0\x31\x64\x48\x96\x73\x54\xe4\x02\x6d\x3c\ -\x9a\x00\xaa\x63\x6d\xea\xce\xe6\x3f\x08\xc9\x68\x9b\x86\xf2\x4a\ -\xb5\x42\x17\xb3\xec\x2c\x9a\xb5\xe3\xf0\xc6\xcf\x65\xed\x50\x9b\ -\x1e\x06\x03\x0f\x2d\x68\x32\xbe\xcb\x49\x91\x74\x7e\xbb\x22\x30\ -\xd8\x91\x7e\xd7\x48\x48\xd1\xf1\x11\x99\x9b\x8e\x23\x37\x92\xcd\ -\x27\x63\x41\x98\xeb\xf4\xc3\x27\x25\x1c\xda\x8c\x1b\x45\xe1\x26\ -\x01\x3e\xf7\x88\xb9\xf1\x50\xcf\x9a\x88\xcb\xd6\x27\xa2\x25\x3c\ -\x35\x81\xb7\x69\x7f\xcf\x81\x76\xf9\x67\x5d\xb8\xc2\x80\x00\x24\ -\xd1\x44\x4e\x2e\x6f\x4e\xf1\x5c\x87\x16\x94\x86\x69\xe8\x32\x11\ -\xa3\xbc\x60\x74\x2a\x36\xa8\xae\xf6\x4c\x16\xac\x44\x72\xec\x73\ -\xb3\x51\x06\xf4\x7b\xdb\xac\x6d\x7b\x51\xe1\x82\x59\x82\x0f\x18\ -\xad\x45\xea\x84\x65\x0d\x3b\xd3\x93\xc6\xeb\x61\xd7\xfe\x9d\x95\ -\x36\x28\x6d\x1a\xa4\x06\x2d\x9f\x43\x6b\xd2\xd1\xac\x55\xde\x66\ -\xd2\x1c\x2b\x7d\x2e\x10\x7c\xb7\x22\xf2\x0c\x2c\xd8\x5a\xf0\x16\ -\x1d\xc6\x53\xb2\x31\x3c\x4c\x36\xac\x57\x83\x7e\x90\x6e\x7e\x48\ -\xef\x74\x68\x1d\x08\xe3\x51\xd8\x9f\xf4\x65\x04\xf1\x73\x10\x3b\ -\x5d\x86\x44\xc1\x06\x07\xba\x34\x78\x56\x81\x1f\x6f\x42\xb2\x21\ -\xdd\xa1\x37\x84\x70\x78\x4c\x9b\xd9\x53\xdf\x5c\x34\x07\x78\xd7\ -\x01\xa1\x60\x68\xf0\x50\xfa\x19\x1f\xe2\xf6\xae\xd4\x28\xc2\x7b\ -\x68\xeb\x9f\xc2\xd5\xaa\x84\x51\xaf\x15\xdf\xa5\x51\xb6\x9c\x52\ -\x56\xc2\xaa\xf3\xb3\xf1\xe1\xe2\xe7\x85\x17\x96\xbc\x42\x81\xdd\ -\x84\xcc\x65\xd6\x9d\xd4\x11\xca\x89\xb3\x2f\x21\xb6\xc0\x76\xa2\ -\x01\xa2\xb1\x85\xda\x92\x72\x81\x5a\xf4\x86\xe4\x99\xd8\xcc\x7b\ -\x86\x59\x89\x38\x9d\xc8\xde\xdb\x5a\x1a\x08\x1f\xe7\x48\xfc\xbe\ -\x75\xd2\x12\xdf\x26\x08\xec\x97\x19\xb6\x7c\xb0\xb9\x67\x26\xa2\ -\x5b\xad\x88\xdf\xa8\xb9\x5a\x48\x16\x67\xc7\x96\x17\x25\xb1\xbe\ -\x31\x50\x6c\x0a\xba\x41\x66\x0f\x19\x85\xa7\xca\xbf\x70\xdc\xa9\ -\x82\x2f\x99\x4b\xf9\xd6\xa2\x41\xc2\x9d\x05\x08\x36\xe5\x68\x7f\ -\x4e\x6d\xca\x83\x07\x15\x57\x2e\x40\xe9\x9b\x15\xff\x7c\x6e\x31\ -\x11\xf1\xdc\x24\xa0\xd2\x44\x0c\x8d\x11\xa5\x9e\xdc\xad\x00\xbc\ -\xb0\xff\x2d\x27\xab\x4e\x4a\xef\x59\x7b\xdc\xb4\xa3\xfe\x24\xa6\ -\x09\x4b\x18\x78\x00\x9e\xfb\xbf\xd8\xbd\x4f\xcd\x55\x1f\xf2\x9f\ -\xb7\x65\xae\x99\xb2\x87\xc6\x67\x9c\xe6\x61\xb7\x7b\x36\xa8\x73\ -\x40\x6d\xfa\x7d\x33\x6b\x9a\xcf\xc7\x9f\xff\xb9\xbe\x1f\x67\x7f\ -\x25\x6b\x69\xe8\xd7\xe7\x54\x07\x2e\x74\xcb\x9f\xb5\x86\xa6\x11\ -\x0d\x40\x2b\xa6\x4e\xb5\x71\x27\x6c\x40\x15\x03\x5d\x0d\x6b\x3c\ -\x90\xfe\xc0\x3d\x6e\x4e\xa2\x6d\x1f\xdb\xf9\x2e\x68\xe6\x6e\x79\ -\x3e\xd4\xbb\xdd\x6f\x04\xf6\x77\x6f\xc0\x86\x18\x33\x45\x8c\xfa\ -\x1d\x4d\xe3\xd4\xca\x2d\x2c\xee\xad\x79\x49\x68\x0d\xb6\xdb\xfa\ -\xac\x7a\x4b\x34\x40\xc6\x4f\x59\xad\x0d\xce\x1c\x40\x21\xb8\x32\ -\xd6\x76\x09\xfc\xad\x79\x6a\x78\x61\x52\x48\x09\xd3\x3e\x00\x24\ -\xb1\x31\x05\xf7\x68\x1a\x5f\x17\xad\x86\x10\x0f\x87\x67\x63\xed\ -\xf8\x33\xfb\x02\xe1\x4f\x32\xd2\x42\x4f\xce\xca\x03\xa9\x63\xbe\ -\xd0\xf5\x88\x8a\xfb\x1c\xcd\x57\x81\x2a\x1d\x19\x3a\xaf\xf6\xa4\ -\xbf\x14\xa4\x4e\x77\x63\x34\xd7\x8d\x8b\xa8\xb1\x22\x03\x9d\x12\ -\xc4\xd7\x26\x6d\xda\xaa\xde\xb2\x37\xaa\x41\x81\x53\x13\x89\xee\ -\x39\x52\x11\xfe\xeb\x08\xb3\x18\x9d\xc1\xce\x9e\x65\xd7\xfa\x23\ -\xfc\x42\xd9\x28\x9a\x08\x78\x11\x58\xe2\x02\x0a\x0e\xeb\x36\x3a\ -\x58\x0a\x14\xc5\x46\xc5\x54\xaa\x9e\xe3\x20\x61\xce\x17\xea\x37\ -\xbf\x8b\xcc\x89\x06\x7f\x7c\xe8\x7f\xa0\x5b\x5d\x7b\xf3\x1a\xa4\ -\x1f\x3c\xdd\x79\x0e\x7e\xf5\xbf\x58\x0f\xd3\xa0\x43\x45\x94\x83\ -\x9d\xc8\x7a\xf0\x25\xe2\xb9\x79\x37\x87\x98\x1e\x1c\xdd\x8d\x37\ -\xaa\xb8\xfd\x66\x77\x0a\x91\xfb\xc3\x07\x25\xcb\x27\x2c\xbb\xe6\ -\x97\xc1\x7b\xf0\x6c\x9f\x74\x0d\x4a\x04\x8e\x42\x32\x6c\x7e\xcd\ -\x4e\x1e\x7e\x77\x96\x13\x2b\x4e\xa1\xe5\x6f\x68\x38\xaf\xb7\x36\ -\x8a\x80\x93\xe9\xec\xe0\xa0\x14\xb0\x4d\x8d\x1a\x62\xc8\x64\x9a\ -\xb0\xde\x8c\x75\x3a\x10\x94\x1c\xb8\xe2\xd2\x44\xd2\xdc\xee\x3c\ -\xe1\xae\x05\x1c\xda\x14\x90\x10\x8d\xa3\x2d\x67\xd3\x09\x9d\x13\ -\x2e\x4e\xb7\xb5\x76\xf1\xe1\x62\x54\x10\x8d\x70\x99\xee\xd6\xa0\ -\x71\xc6\x2b\x55\xf7\x37\x5b\x2a\x3c\x02\xa4\xb1\xd1\x1e\xe2\xe0\ -\x16\x82\xc3\xa1\x54\xe8\x4e\x3b\x80\x1e\x2c\x9c\xd6\xd0\x10\x45\ -\x94\x3b\x50\x22\x77\xe7\x47\xcf\x79\x2b\x4b\x15\x7a\x6e\xda\x6a\ -\x67\xe1\x42\x89\x2c\x16\xef\x91\x2a\x35\x32\x68\x46\xc3\x21\x2c\ -\x10\x18\x76\xdd\xa7\x8f\x00\xd8\x50\xae\x5d\xde\xf3\x68\x3d\x87\ -\x9e\x28\xce\xa3\xd7\x93\xdd\x9b\x10\xee\x66\x30\xa3\x51\xac\xcf\ -\xce\x7f\xee\x16\x0e\x00\x42\x27\x02\x9f\xa0\xdd\x20\x2c\xe0\x25\ -\x0d\xfc\x90\x01\xbc\x21\x3b\x95\x1b\x83\x1d\x71\xb3\xc6\x9f\x34\ -\xd0\xb0\xa4\x5e\xef\x01\xbb\xf3\x62\x8f\xc6\x1b\xa7\x30\x7a\x99\ -\x79\x82\xd8\x1a\x66\x60\xe4\x98\xda\x46\xa3\x61\x67\x61\x4e\x1a\ -\xe4\x70\xcc\x9d\x7a\x14\x44\x1a\x6e\x80\xcb\x9e\x9f\x5c\x69\x5f\ -\x09\x18\x48\x5b\xeb\x9e\xf3\x34\x29\xb5\xbc\x2f\x26\x2d\xcd\xf0\ -\x41\xc6\x5a\xbd\xbd\xfa\x1d\xc5\xb3\x4f\x2a\x45\x3e\xc6\x42\x18\ -\xd9\x50\xce\x8f\x8a\xdf\xe1\xa0\x54\x16\xcd\x55\x3b\x21\xe0\x0d\ -\xf4\x85\xfa\x3b\x0a\x3b\x39\x48\xdc\xa6\x85\x19\xcd\x55\x4a\xeb\ -\xc8\x80\xc1\x7d\x29\x9e\xf9\x7f\xd2\x79\x02\x17\x43\xac\x02\x50\ -\x84\xeb\xeb\x84\x15\x6e\x3a\x6b\xfb\x3f\x46\xce\xfc\xc5\xe2\xec\ -\xf7\x4e\xa7\x5b\xaf\x0d\x75\x6f\xe2\xa1\xed\xdd\x66\x95\x8e\xdd\ -\x75\x30\x41\x4f\xe9\x54\xbb\x38\x66\x3d\x4b\x68\x37\x5a\xf0\x3b\ -\xa8\x5c\xbe\xef\xd5\x11\x55\x5a\xbc\xc1\x6f\x34\xef\x5b\xe6\x57\ -\xa5\x60\xe1\xd0\x0a\xea\x3e\xf9\x29\x6b\xea\xb9\xe8\x25\x3f\xaf\ -\xf4\x69\x67\xc0\x64\x6d\x25\xaf\x9a\xa0\x79\xaf\x66\x79\x26\x51\ -\x0f\xdc\x6a\xa4\xb5\xd6\x11\x27\x14\x0d\xaf\x9e\x88\xdd\x84\xc5\ -\xee\x47\xf6\xa1\x03\x49\x91\x8e\x4b\x63\x46\xe9\x94\x29\x3f\xf7\ -\x0a\xc6\x51\xa1\xfa\x0d\x8a\x7a\xd4\x56\xde\xd0\xef\x15\x0d\xf7\ -\xf1\x1e\x11\xe0\xd9\x5b\xd9\x14\xcd\xec\x28\x1b\x7b\x32\xf3\x09\ -\x97\x39\xa8\x71\x4f\x82\x18\xcc\x18\xce\x97\x33\x6a\x42\x44\x60\ -\xd1\x0f\xc8\xde\x46\xa1\xcd\x08\x2f\x02\x05\xb2\x80\x28\x1c\xb6\ -\x72\xff\x6e\x93\x29\x6c\x50\x68\x37\xf7\x4a\xbe\x7b\xbb\xff\xa4\ -\xba\x2e\xba\x8c\xa3\x3a\x35\xe3\x00\xe8\x7a\x5f\x42\x26\xa5\x90\ -\xb0\xfd\xd4\xc7\xfd\x09\xab\x47\x43\x1c\x19\x92\xeb\x5c\x2f\xa2\ -\xe4\x9c\xc2\x10\xf7\x52\x1b\x1f\x13\x7d\x60\x87\x1b\xd7\xe0\x94\ -\xd6\x8d\x6f\xe2\x6e\x47\x2c\x98\xf9\xb0\x96\x6d\x16\xe4\x3e\x06\ -\x36\x3a\x8f\xa0\x8f\x23\x09\x50\x6c\x14\x1e\x10\x46\x6d\xd4\xf6\ -\xeb\xf4\x68\x16\x39\x3a\x98\xd1\xb2\x48\x9b\x3e\xea\x85\xbe\x14\ -\xe7\xac\x4b\xc1\x75\x66\x99\xa8\x53\x1c\x10\x07\x4a\x9f\x5d\xfc\ -\xca\x67\x2b\xa0\x54\xc4\x6a\xd7\x6e\x23\x65\x92\x52\x78\x1a\xd3\ -\x20\xc3\xe5\xba\xab\x0f\x49\x75\xd9\x62\x20\xf8\xe8\x22\x8e\x42\ -\xec\x6c\xf2\x12\xa9\x9b\xc5\x63\xd1\x57\xbc\xe8\x4d\xfc\xf0\xee\ -\x93\x82\xdd\xa6\x56\x64\xf9\x39\xce\xb7\xde\x07\xe2\xd9\x03\x0a\ -\xa7\xb5\x71\x4f\x4a\xe7\x32\xc9\x43\x9b\xbe\x19\x4d\x07\xd2\xe1\ -\x45\xb9\xb8\x9f\x6e\x65\x5f\x8a\x8e\x36\x05\x18\x16\xd6\xec\x76\ -\xe6\x71\x00\xef\xab\xbe\x2f\x8b\x6f\xd3\x8e\xf9\x06\x8d\xa6\x9f\ -\x86\xbd\x3c\x14\xf4\x91\x21\x2d\xb1\x57\x1a\x47\x34\xce\xb3\x1e\ -\x8a\x4e\x9b\xa9\x02\x5d\x2c\xc8\x97\xd2\x25\xfd\xd2\x49\x7b\x59\ -\x44\x2c\x45\xdd\x3d\x93\x05\x59\x60\x73\x36\x8c\xb7\xfd\xba\x6a\ -\xa6\xcf\xb8\x98\xc5\xa9\x69\xe1\x5e\x98\x8e\x51\x3c\x33\xce\x20\ -\x79\xe6\xca\x77\x67\x00\x24\x58\x9f\x14\xf0\x32\xba\x09\x40\x75\ -\x00\x23\xf8\xfd\x2f\x3c\x9e\x73\x13\x54\x4f\xf7\xbf\x11\xe8\x7c\ -\x73\x95\x4a\x6a\xb2\x71\xd7\x79\xd8\x9c\x47\x38\xa5\x58\x26\x52\ -\x6f\x27\xaa\x1c\x89\x7e\x69\xfc\x6a\xe1\x76\xd3\x6f\xd5\x42\x6f\ -\x3a\xa7\x3a\x70\xf0\x43\x3f\x49\x4e\x95\x6e\x3e\x52\x73\x41\x5a\ -\x50\x67\x6d\x50\x64\x9d\x7a\xb6\x7a\xae\x94\xef\x54\xdd\xbb\x2a\ -\x46\x2d\x45\x93\x39\x51\x5e\x2a\xf9\x20\xb7\xb3\x12\x81\x80\x2c\ -\xc8\x94\x8c\xe6\x81\x44\x61\x97\x4d\x37\xc0\xca\x9a\x9b\x16\x77\ -\x11\x5a\x00\xcb\xc3\x02\x0f\x65\x35\xf2\xb2\x9c\x67\x97\x2c\x09\ -\xcd\xd6\xff\xe4\xfc\x87\x16\x6e\xc0\x99\x1b\x47\xf0\xb1\x26\x67\ -\x4c\xf4\x51\x60\x6f\x4e\x0b\x79\x47\xac\xfc\x1e\x40\xbe\x9a\x51\ -\x38\x2d\xbb\x4e\xa3\x72\xbd\x2e\x70\x83\x8d\xa4\xdc\xad\x0b\x78\ -\x00\x47\xb6\xdc\xcd\xa0\xa5\x36\x76\x37\x50\xec\xe6\x92\x36\xff\ -\x5a\xae\x95\x14\xd5\x2c\xd6\x22\x56\xcf\x3b\xca\x89\xd5\xca\xe6\ -\x98\x4b\xde\x4d\xea\x6f\x31\xc0\xd3\x9a\x99\x06\xf8\x9e\xd3\x85\ -\x03\x0c\xe5\x96\xa5\xfa\x0e\x6a\xce\x3f\x3b\x75\x6c\xbe\xd7\xe8\ -\x5f\x34\xe6\xd1\xfc\xe2\xcd\xdd\x16\xcb\xbd\x8f\x71\xf7\x50\xa1\ -\xb4\x56\x67\xc8\x9a\x2d\xd7\x81\x80\x55\xd6\x17\x5f\x00\x83\x37\ -\x7d\x2a\x05\xa0\x7a\xcb\x1f\x53\xb6\x0e\xc1\xa9\x64\x96\x2b\x80\ -\x52\x0d\x01\xba\xab\xf1\xd9\x5c\xbd\x37\x1e\x74\x34\x56\xb7\xb5\ -\x37\x73\x92\x7e\xd3\xe5\xfc\xdb\x44\xe7\x9c\xe4\xe5\x33\xdf\x1b\ -\x47\x51\x5f\xcf\xb3\x7f\xff\x7d\xa9\xb5\xc6\xc2\xca\xc1\x53\xaf\ -\xf5\x32\xd9\x14\xa3\xa8\xc6\x39\xe0\x06\xad\x80\x00\x0b\x4b\x80\ -\x36\xc6\xdd\xbe\x25\xc1\x26\xad\x89\xb2\xe1\x72\x84\x2f\x1a\x13\ -\x5c\x81\xb9\x49\x89\x1b\x92\x06\x26\x24\x90\x2f\x50\x00\x2c\xb8\ -\x8f\x04\xc5\xd0\x0a\x12\x80\x1f\xf9\xb4\xbb\x16\x3f\x06\x90\x9b\ -\x86\x35\xcd\xc7\x20\x34\x59\x39\x65\x85\xa6\x0b\xbd\xd7\x97\x18\ -\xba\xc4\x3a\x9d\xad\xff\xdb\x6f\x0e\xae\x35\xee\x01\x42\xc7\x9f\ -\xb6\xe9\x87\xc5\xfc\x68\x36\xc3\x86\xbd\xea\x20\x25\x35\xb4\xdb\ -\xbd\x21\xa8\x4f\xf5\x3f\x15\xcb\xd1\x64\x70\x0a\x57\x90\x3a\x22\ -\x96\x21\x28\xd6\x53\xd5\xf3\x44\x30\xad\x46\xeb\x65\x4d\x85\x03\ -\xef\x3f\x5f\x3a\x97\xdb\xe9\x48\x07\x9d\xa1\x0d\x7d\x24\x05\x8d\ -\xa0\x14\x8c\x6a\xf3\xed\x21\xb3\x19\x6c\xd6\x8b\x7e\x2c\x21\xaf\ -\x15\x51\x3a\xc2\x7b\xa5\x14\x46\x5a\xb6\x37\xde\xa7\x36\x73\x19\ -\x52\xba\xa4\xa7\x99\xbf\x6d\x7e\x94\x77\x2a\x8d\xec\xbc\x78\x6f\ -\x0b\xc3\x43\x52\xa3\x20\x1a\x53\xe7\x25\x58\xa8\x13\x0c\xc8\x99\ -\x11\xa3\xdc\xeb\x79\xb1\x94\xec\x11\x0f\x13\x2e\x8e\x6a\x62\x8d\ -\xeb\xba\x50\x1b\x0e\x87\x2a\xe3\xa1\x8b\x75\xf9\xbd\xb0\xdd\x91\ -\x6d\xd4\x28\x8c\xe3\xb9\x48\x19\xd5\xfb\xf8\xb6\x52\x4a\xea\xd8\ -\x37\xdc\x82\xac\xf9\x5f\x82\xa0\xda\xcf\xf2\xfc\x09\x53\x13\x10\ -\x0a\xd0\xea\xfe\x32\x32\x96\x64\x45\x01\x0d\xcd\x64\x64\x5f\xdf\ -\xc7\x81\x2c\xc9\xb0\xf0\x7f\xa5\x10\x72\x6b\x60\xeb\xc1\xb7\x25\ -\xb3\x9d\x34\xe4\xd6\x72\x1b\x84\x2e\xef\x6f\xd0\x0d\xbd\x18\x41\ -\x38\x83\x36\x2d\xac\x38\xd3\x01\xa4\xad\x27\xb1\xd1\x7c\x64\xbe\ -\x40\x9a\x5d\x54\x77\xc8\xdf\x2e\x31\x18\x94\xbb\x29\xd2\xad\x13\ -\x28\x2f\xee\x57\x45\xba\x0b\x14\x2e\xa5\x81\x77\x9a\x88\xd2\x77\ -\x29\x8b\x51\xe8\xd6\xd3\xe8\x36\xe4\x6f\x62\x58\x1e\x28\xad\x65\ -\x58\x35\x41\x78\xcb\x7f\xc2\x42\x17\x1d\xd6\xca\x20\x40\xd2\xdd\ -\xa5\x92\x56\x06\xd1\xd4\x2b\x15\xb2\xe8\x31\x85\x1b\x7d\xeb\x30\ -\xe0\x79\x11\xf1\xe6\xa5\x57\x28\x80\xae\x37\x34\x47\xba\xed\xb4\ -\xd6\xb0\x24\x96\x81\x4c\xcb\x65\x12\x5b\x3e\x3f\xce\xe8\x8b\x74\ -\xb6\xb2\x13\xa4\x4c\x2f\xea\x73\xec\x63\x0c\x96\x0e\x0c\xd4\x83\ -\xfc\x08\x12\xaf\xc1\xe9\x81\xd6\x52\x41\xd1\x3f\xf1\x6e\x16\xf5\ -\xcf\x2d\x08\xed\x3b\xdd\x27\xea\xe3\xbc\xb2\xc3\xc6\xff\xee\x93\ -\x4f\x91\xfb\xfa\xbe\x09\xff\x3b\x13\x82\xed\xfb\xa6\x6b\x5b\x75\ -\x93\xaa\x66\x07\x08\x32\xce\x1d\x2e\xa7\xc4\x0c\x03\xe6\x63\x22\ -\x91\x54\x29\xba\xa0\xfd\xd4\x42\x97\x6f\x61\xc6\x8b\xba\xa6\x0a\ -\x08\xfa\xfb\x65\x7e\xdf\xdb\xbf\x14\x93\x09\x7c\x8d\x92\xb9\x86\ -\xfe\x22\x36\x03\x16\x3d\xa7\x34\x66\xc1\x0b\x49\xd7\x6e\x8b\xdd\ -\x7f\x3b\x9a\xe2\x6c\x9c\xdf\xc2\x7a\xdd\x55\xb5\x1e\x1e\xb3\x61\ -\xf2\xa2\x8e\x0d\xe4\xa8\xf4\x36\x12\x33\xbd\x60\x6c\xac\x04\x19\ -\xa1\xe4\xb7\x8c\xcc\x13\x6c\xac\xa0\x03\xfd\xba\x86\x3a\xf8\x7a\ -\x2b\x08\x57\xf9\xbd\xb3\xf1\x96\xbe\x57\x6d\xed\xb9\x24\x42\x64\ -\x16\xf5\x6b\x58\x54\xf7\x09\x2d\x02\xd7\x52\xac\xd0\xf3\x2e\x19\ -\x4e\x05\xc9\x4f\x06\x07\x5f\x1a\x4d\x0c\x4d\x56\xa5\x32\x86\x9b\ -\xe4\xc5\xb4\xe7\x06\x52\xfb\x54\x52\x43\xed\x4f\xf0\x2f\xb3\x29\ -\xd3\x28\x64\x02\xc4\x95\x16\x7c\x5d\xdb\x28\x2f\xf1\x06\x14\x53\ -\xe1\x63\x28\x50\x01\xff\x20\x13\xe5\x67\xdb\x90\x31\x22\xd5\x42\ -\x1d\x65\xfc\x7e\x42\xd3\x7e\xf1\x11\xd8\x1e\x66\x5e\x95\x2a\x59\ -\xce\xde\xb3\x61\xe4\xd0\x0e\xa9\x63\xec\x9d\x4a\x57\x5d\xb5\x51\ -\x3c\x3c\x99\xc1\xed\x65\x90\xb3\x51\x13\xab\xf1\x23\x26\x89\xce\ -\x58\x85\xa0\xc5\x81\x69\xd3\x7d\x36\x86\x5f\x60\x66\xf8\x3e\xcf\ -\x68\x7c\x76\x03\xf3\x9d\xb1\x90\xfa\x6c\x2c\xb1\x4c\x79\x57\x91\ -\x45\x76\x50\x89\x62\x09\xc6\x58\x3b\xf3\x76\xe4\x56\xba\xeb\x21\ -\xca\x2a\x6b\xb2\xb8\x9c\x5a\x0e\x1f\x15\x10\x89\xeb\xc4\xb0\xd2\ -\x91\x8b\x11\x87\x4b\xa0\x5c\xa3\x8e\x88\xc0\xfb\x0b\x5b\xd8\x58\ -\x50\x0c\x9f\x3c\xf4\x77\x29\xe6\xb5\x98\x61\x66\x9d\x18\x70\xf9\ -\xe0\x84\x57\x8a\xde\x81\xb4\x58\xe5\xcf\x22\x6d\x21\x70\x43\x72\ -\xe1\xd5\xd6\xbd\x1e\x24\x75\xa1\xfa\xe1\xd1\xec\x82\x23\x87\xc5\ -\x53\xee\x73\x52\xb5\x8d\x8c\xe5\x01\x69\xb5\x7b\xf6\xc0\x41\xb4\ -\x00\x3c\x2a\xc9\xcb\x52\x1e\x76\x16\x34\xbb\x7d\xcf\x07\xa4\x39\ -\xfb\xdd\x5d\xbe\x6c\xbc\x0f\x9d\xb3\x0e\x66\x13\xcc\xd5\x6e\x37\ -\x0a\xcc\x9d\x29\xcf\xb8\x52\xf0\x1d\xd9\x4b\x00\x6f\x04\x88\xe3\ -\xf0\x38\xb8\xcd\xab\xd9\x19\xeb\x18\x13\x80\x64\x69\xd1\x5d\x0e\ -\x02\x12\x68\x56\xc7\x53\x07\x22\x22\x80\x8b\xc2\x6d\xcf\x75\x29\ -\xe1\x12\xe3\x19\x53\x78\xda\x67\x67\x62\xf7\x2e\x96\xb2\xbb\xd9\ -\xfe\x37\xdb\x4d\xdb\x64\x2d\x79\x1e\xba\xcd\xae\x37\x2a\x5c\x1d\ -\xd4\x02\x56\xa7\x52\x50\x8f\xd6\xc7\xd7\x8b\x1b\x03\x78\x38\xe5\ -\xa5\xf0\x4d\x47\x41\x04\xa8\x0e\x5f\x31\xba\xc7\x56\xcb\xb2\x4d\ -\x6f\x95\x7f\xfc\xb4\x82\x57\x2c\xa4\x38\x2e\x08\x77\x1f\xb2\xb5\ -\xdc\x11\xb8\x13\x15\x0d\xa3\x05\x60\x15\x6f\x56\x5a\x98\xef\x31\ -\xea\x97\x4f\x52\x3f\x6b\x45\xc2\x80\xb2\x01\xf0\x13\x07\x53\xee\ -\xd7\xa2\x83\x2b\x13\xc5\x58\xf3\x54\x82\x03\x47\xc1\x81\x6e\x26\ -\x37\x0b\x7b\xbb\xb8\xb9\x39\xd4\xf5\xc3\x5f\x51\x35\x6c\xfb\xe1\ -\x15\x31\x94\xa4\x08\x3a\xa5\xd0\xe9\xa0\x6e\x9e\x70\x50\xfc\x2a\ -\xe5\xf1\x82\x4c\xba\x15\x73\xac\x67\xec\x1a\x8f\x09\x22\x00\xac\ -\xce\xf7\x96\x7a\xf1\x94\x66\xe2\xc5\xc5\xf0\x15\x7d\xdd\x9c\x45\ -\xe9\x11\x50\xc8\x46\x75\x29\x67\xb7\x85\x56\x67\xb1\xbf\x1a\xb5\ -\xa9\x4e\x02\xd4\x3d\x72\x6a\x27\xb0\xe8\x17\x70\x04\xe8\x4a\xa2\ -\x7e\xb9\xaa\xe3\xf7\xd6\x7d\x08\x4d\xb3\x2a\xb9\xce\x25\xb3\x61\ -\x34\xdc\xf8\xd3\xa6\x8e\x53\xdb\xd1\xf6\x1d\x61\xf9\xf9\x2e\x46\ -\x07\xb3\x3d\xc6\x61\xbc\x60\x53\xe1\xd8\xab\x45\xe7\x67\x87\x0f\ -\xb2\x16\xd6\xbf\x3a\x94\x71\x69\x24\xc5\xcf\x1b\x4e\x8d\x86\xe9\ -\x0d\x75\xeb\x49\xd3\x1a\x75\xdd\x6f\xd7\x43\x04\x1d\x99\x7e\x94\ -\x3a\x18\x14\x3a\x79\xa5\xdb\x55\xb4\xdf\xc3\xdf\x6b\xa6\x90\x52\ -\x6b\xf8\x00\x35\xb2\x81\x83\xb4\xd4\xf7\x30\xd5\x75\x77\xe2\x4c\ -\x83\xfc\x7f\x43\xeb\xf1\xd8\x47\xab\xa0\xf4\x7b\x34\x38\xde\x1c\ -\x47\xf1\xb4\x38\x74\x6f\x6d\x4f\x2c\xd3\x95\xf1\x7d\x6a\xd6\x6d\ -\xc7\xff\xb7\xbf\x66\xf1\x1a\x4c\x00\xec\xce\x7b\x71\xf6\x81\x5c\ -\xf7\xeb\x6d\x12\xe3\xd3\xa9\x73\x92\x51\x26\x5f\x3e\x09\x28\xac\ -\x9b\xca\x8e\x48\x27\xc0\x0d\x6c\xba\xd9\xb5\x56\x29\xf0\xf6\x31\ -\xf9\xe9\xc5\x35\xbc\x52\xd5\x64\x4e\xaa\xda\xdd\x07\xbd\xf9\x6e\ -\xfb\xfd\xb9\x3c\x37\x08\x97\xd2\x1b\x40\x94\x20\x39\xc7\xb4\x0d\ -\xe2\x16\xba\xad\x6b\x83\x70\xb0\xea\x22\xe9\x6a\x5d\x0f\x31\xe9\ -\x71\x03\x04\x8c\xec\xcd\x3a\x95\xcf\x9c\xc9\xce\x3c\xe9\x91\x3b\ -\x59\x8f\x66\xfe\x25\x06\x35\x5f\x6b\x18\xee\xb7\xe5\x4b\x34\x47\ -\xba\x28\x4b\xfc\x5c\x75\x1c\xc6\x28\xdc\xa5\x02\x8c\xb1\x3f\xd0\ -\xe2\x09\x07\x38\x4f\x49\x1f\xfc\x35\xa7\xae\x4e\x9b\x44\x0e\xf3\ -\x99\x76\xf6\x54\x00\x5a\x08\x18\xb6\x49\x71\xc8\x74\x89\x50\x9a\ -\xef\x6d\xec\x28\x73\xfb\xc3\x8b\x73\xa5\x1b\x1b\x63\xea\xac\x0f\ -\x96\x1b\x7e\x00\xe8\x89\x46\xa4\x0f\x50\xce\x60\xee\x3a\x75\x6b\ -\x71\x38\x97\x33\xda\x59\x3a\x5e\x17\x56\x40\x5e\xb8\xd6\x31\x56\ -\xaf\xc8\x0a\x97\xc6\x1c\xb2\x48\x71\x1f\x64\xad\x3f\x83\xe6\xe7\ -\xda\xfd\xa7\xdd\xb9\xbe\x3e\x19\x32\x4b\x51\x8d\xee\x36\x20\x01\ -\x6c\xde\xf0\xc9\x22\x99\x13\x29\x86\x74\xe8\x72\x77\x0e\x2f\x84\ -\x15\xe0\xc1\x97\x71\x1b\xdc\xf3\x8c\x2e\xe3\xed\xcc\x0f\x92\x0b\ -\xb7\xb5\xa3\x46\x60\x13\x33\xb8\x64\x5a\x08\xf6\xf6\xa2\x71\xd1\ -\xa5\xd1\xb9\xa3\xcb\x6d\xc2\xd8\xf1\xbf\xc9\xcc\xa0\x80\x6d\x8b\ -\x4a\x8e\xb0\xc5\x39\xc1\xb9\x5b\x4a\xd2\x5d\x8f\xe0\x6d\x1f\x8e\ -\x80\xc6\x81\x96\x4b\xd5\x7c\x49\xd7\xd7\x24\x87\xb9\x22\x50\x45\ -\xdc\x1c\x1a\xb1\x7d\x1e\x69\xce\x2b\x7c\x9d\x2c\x74\x97\x9e\xf9\ -\x03\xd2\xc8\x00\x3b\x82\x1f\x07\x92\x1f\xe8\x18\x17\xb0\x08\x44\ -\x81\xc9\x86\x98\xb8\x6b\x51\xb5\x31\xce\xc6\xba\x7c\x37\xe6\x23\ -\x4b\x4c\xa9\x4c\x12\x1a\x0b\x04\x37\xe3\x48\x87\xc6\x5d\x8a\x15\ -\x2c\xe1\x86\x64\x13\x90\x18\xe1\x33\x5d\xe8\x59\x7b\x4c\xec\xf6\ -\x71\xd0\x39\x3d\x36\x8a\x26\x98\xd3\x33\x0f\xbe\xdc\x2f\x34\x09\ -\x29\x54\xcd\x1a\x06\x6a\x14\x1f\x96\x42\xff\xf4\xc0\xd3\x72\x62\ -\x5a\x54\x81\x1e\x00\x3d\xc8\x57\xa9\x44\x9f\x2b\x1d\x48\x8c\xbe\ -\xd3\x78\xcd\x56\xac\xee\xad\x4e\x37\xcb\x9c\x11\x49\xd2\xd5\xa8\ -\x65\xe4\xc8\x2a\x28\x50\x87\x8e\x97\x3b\x21\x95\x70\xc6\x08\x6d\ -\x2c\x46\x28\xcc\x5c\xa6\xd8\x5d\x83\x13\xf4\x36\xa7\x13\x51\x6f\ -\x8e\xe6\x25\x87\x61\x3c\x01\xa5\x19\xe5\xf8\x77\xa7\x15\x3a\x20\ -\x87\xae\xab\x4f\x3f\x52\xe7\xc4\xf2\xb8\x7d\x9a\x99\xf6\x0c\x4d\ -\x0e\xc2\x0b\x2d\xe7\xad\x60\xb5\x46\x80\xee\x94\x85\x93\x0e\x58\ -\xe8\xa9\xed\x2c\xab\x48\xb1\x22\x96\x5c\x94\x00\x88\x32\x31\xd5\ -\x4b\x31\x90\x16\xec\xbd\xe9\xb2\x42\x90\xba\x9d\x71\x6d\x18\x79\ -\x20\xbd\xe9\xc8\x54\xf8\xfc\x28\x96\xd2\x93\xce\x6d\x6c\x94\x3d\ -\x75\x81\xe8\x13\x81\xd0\xd6\x98\xd3\x26\x22\x82\x78\x8e\x08\x24\ -\xd8\xb1\x61\x03\xba\x36\x88\x3f\x31\x57\x8d\xf3\x0b\x2e\x85\xc4\ -\x3c\xfb\x22\x40\x7a\xfd\xcf\xf5\x39\xe2\xb9\x46\x2a\xad\x65\xfe\ -\xa0\xf9\x59\x66\x63\x55\xcf\x0e\x2f\x42\x2b\x68\xe1\x01\xe1\x15\ -\x64\x6c\x0e\x73\x46\x05\x8c\xb5\xca\x72\xd1\xe3\x60\x01\xfe\x72\ -\x0b\xcc\x26\xee\x75\xc2\x22\xf7\x7b\xbe\x52\xf4\x73\xbd\xfb\xf7\ -\x80\x1e\x4c\x2f\x5e\x90\x10\x6c\x5b\xa0\x69\x98\x24\xbd\xc0\xb2\ -\xbd\x41\xc6\x62\x71\xbe\xfb\x6d\x8d\xb6\xc6\x00\xcf\xc9\x9b\x20\ -\x34\x8d\x68\x4c\xd3\xca\x54\x8b\x62\x2d\x9c\x79\x72\x88\x08\x64\ -\x54\xa0\xfa\xbc\xf0\xa2\xf9\x93\x06\x12\x73\x4c\x69\x0f\x2b\xff\ -\x51\x78\x82\xeb\x36\x86\x55\xfe\x8d\x2a\xdf\xc3\x7c\xa5\xd5\x1c\ -\x75\x8a\x55\x41\x89\xb7\x26\xc0\xd7\xb0\xd0\xee\xd4\x5e\xb9\x51\ -\x1a\x4f\xfb\xf9\x69\x4d\x3f\x8b\xee\x6c\x34\xf1\x68\x00\xa0\xe5\ -\xf8\xbd\xaf\xc1\x06\xd2\x17\x87\x9d\x80\x8a\x29\x03\xa3\xe4\x45\ -\x03\x7a\xa3\xf3\xd7\xcf\x14\xfb\x47\x9c\x5e\xbb\x43\x7b\x85\xaf\ -\x4c\x08\x0e\xad\x0f\x94\x09\xca\xd4\x7c\xb3\x33\x4a\xc6\x94\x29\ -\x8d\x3b\x08\x04\x3e\x36\x0c\x38\x81\x5c\x6c\x14\xec\xfb\x1d\x9e\ -\xc0\x0d\xa5\x6b\x23\x4a\x52\x90\x41\x86\x94\xa0\xba\xd4\xd6\xf3\ -\x67\xee\x7f\xd5\x35\x6e\x9e\x86\x2b\x6e\x46\x21\x01\x48\x04\xa0\ -\x36\xa6\x62\x0c\x0a\xbc\xd3\xfe\x00\xe0\x53\xce\x3c\xa7\x07\x23\ -\x7c\xb0\x00\xb1\xd5\x4e\xdd\xb3\x32\x81\x0c\xf0\x1e\x2c\x04\x01\ -\x60\x61\x10\x7e\x60\x6f\x6d\x8a\x65\x73\xd4\x95\xe2\xae\xd7\x0e\ -\xfc\x6e\x36\x0a\x72\x67\x4c\x28\x80\xc1\x57\x5d\x6d\x36\xe1\x1f\ -\x10\xf9\xea\x9f\x43\x07\x11\xb5\x76\x58\xe2\x4e\xad\x0c\xfc\x6c\ -\xe0\x0f\x02\x3f\x1b\x3e\x6e\x5a\xe1\xce\x5d\x7c\xbb\x65\xb8\x58\ -\x9a\xae\xbb\x6b\x8a\x07\x02\x73\xb9\x68\x9d\x7e\x27\x65\x42\x35\ -\x37\xee\xf6\x8b\xf5\x18\xb1\x4a\x08\xef\x1a\xb5\x69\x8c\x66\xb3\ -\xcb\x85\xa3\xe9\x62\x66\xa0\x4f\xa1\xe4\x6c\x3e\x11\xa8\xd9\x08\ -\x96\xfa\xcb\xb9\xec\x44\x79\xf0\xdd\x91\x9b\xae\xa1\xba\x1d\x0e\ -\xb3\x78\x8a\x30\x64\xcc\x49\x82\x63\xdf\x75\x54\x6c\xf6\x52\x4d\ -\x17\x93\xb9\x22\x98\x56\xd3\x23\xbf\xab\x85\x9f\xc9\x3a\x44\xff\ -\xf5\xf3\x3b\x8f\x97\x06\xdf\x1f\x2d\x07\xe4\x8e\xd2\x9f\xd3\x2b\ -\xbf\xcd\x68\x61\xba\x25\x1e\x54\x49\xb2\x0b\x42\xc2\x6a\xb3\xbf\ -\x8f\x52\x0c\x23\xa5\xb6\x6e\xa2\x25\x44\x66\xd1\xcc\xcd\x80\x23\ -\x2e\x50\x86\x6b\x26\x13\x4a\x15\x49\x33\xd0\x0f\x85\x71\xcb\x49\ -\xde\x7b\xd7\x18\xb4\x29\x08\x66\x78\x2f\x98\x4d\xb5\x0f\xae\xd2\ -\xe2\x3f\x27\x70\x39\xe1\x5b\xaa\xbd\x0c\xbd\xc4\x4f\x36\x74\x4d\ -\xc7\x42\x8d\x4e\x9a\x94\x4a\x9b\xce\x78\xd1\xcd\x12\x06\x26\xe2\ -\xd9\x4a\x3e\xf1\xb8\x15\xd7\xc0\xed\x79\xee\xc3\x74\xc5\xa9\x0d\ -\x1b\xd0\xb4\x44\x49\x45\x9c\x88\x62\xfe\x79\xcf\x16\xd3\xe0\xe2\ -\x32\xa5\x24\x43\x76\xf6\xd6\x43\x69\xad\x9a\xa7\x1d\xc8\x75\x50\ -\x1b\x86\x53\x66\x9d\x34\xf5\xdc\xa1\x5b\x40\xf5\xea\xbc\x6c\xe7\ -\x40\x1f\x54\x98\x52\x9c\x1d\x1a\xc3\xe1\x9e\x76\xc9\x74\xd9\xfe\ -\x1e\xc5\x26\xcc\xc3\x10\x47\x0a\xb5\xe4\x36\xd9\x77\x0e\xf7\xb6\ -\x58\x88\xd4\x5f\x48\x31\x69\x90\x76\xa1\x44\x56\x08\x61\xd3\x79\ -\x80\x70\x5c\x84\x11\x4b\x54\x42\xab\xe7\x19\x54\x69\xd6\x72\x13\ -\x96\x0b\x44\x0e\xd2\x04\xbc\xfc\x3c\xf8\x40\xd2\x5f\xc2\x4a\xdc\ -\x9b\x23\x0b\x90\x87\x92\x6c\x1f\x28\x2c\x94\x7c\x14\x80\x66\xd3\ -\x4d\xd0\xb3\x46\x38\x8f\xbb\x58\xa3\x1b\x6c\xe2\xe1\xf7\x87\x51\ -\x37\x52\xc7\x07\x85\x42\x67\x27\x91\x17\x42\x1b\x06\x85\xfc\x97\ -\xe6\xa1\xe9\x6a\xb3\xe8\x80\x21\xee\x47\x4b\x51\xdf\xe3\xdc\xc1\ -\x70\xe5\x5a\x81\xb0\x4f\x2a\x4d\x0d\x30\xa5\xf2\xe7\x7b\x74\x05\ -\x40\x35\x20\x9a\x05\xba\x88\xed\x61\x73\xcd\x9a\x6e\x71\x59\xd4\ -\xa4\xe3\x9c\xbb\x0e\xfe\xd6\x38\xfd\x96\xab\xa5\x74\xd4\x6d\xba\ -\x8c\xcf\x98\x0a\x14\x84\x5a\x34\xe9\x47\x82\x35\x92\x39\xbe\x65\ -\x28\x94\x26\x59\xae\xb9\x83\xa5\x48\xfa\xf1\xf9\xe4\xf7\x7f\x56\ -\xfe\xbe\xd0\x1d\x45\x31\xe7\x26\x84\x07\x95\x15\x2d\xcc\x24\x35\ -\x16\x6a\x0f\xce\xfb\x69\x94\xa7\x39\x99\x09\x63\x19\xe9\x3a\x22\ -\xa2\xba\xfe\xf8\x95\xdd\xa3\xf7\x64\xc9\x3f\x1a\x9a\xe3\xf7\x9c\ -\xbe\x69\x8f\x5e\xb5\x2a\xa7\xbe\x49\x00\x47\x70\xf4\x47\x97\x73\ -\x01\xde\xc8\x8a\xd5\x46\x19\xa6\x9b\x6e\xa5\x32\x3e\xee\x59\x7c\ -\x78\xc9\x97\xea\xeb\x55\x9a\x24\xc4\x31\xf6\x38\x2f\xe6\x10\xfd\ -\x62\xde\x31\xcd\xc9\x14\xa4\x91\xd7\xa6\xea\x4e\x05\x4c\x17\xd8\ -\x73\x92\xb6\x5a\x13\x98\xc6\x30\xd3\xc0\xab\xb8\x00\xce\xdc\xc2\ -\x42\xcd\x3c\x7c\x04\x4c\x36\x83\xb8\x5f\xeb\x0a\x61\xbe\xe6\x4e\ -\xf9\x5f\x9f\xb5\x94\xf1\x1f\x8d\x7f\x5f\x3f\x1c\x66\x0f\xd0\xc2\ -\x91\xbb\x41\xcc\x55\x6c\x90\x0d\x88\x50\x00\xd8\xc2\x2a\xbf\x50\ -\x16\x16\x5f\x1a\xbc\x34\xc0\x03\xcb\x5a\x05\xd4\x06\x47\x07\x17\ -\x6b\xb8\xfa\x51\x5b\x47\xb3\x89\xd4\xcf\xca\xc7\x1a\x52\x7d\xdc\ -\x06\x16\x75\x21\xdc\xcf\x37\xd8\x05\x32\x6a\x5d\x6d\xba\x9b\x37\ -\x68\x50\x0c\x7d\x32\x9c\x2c\x08\xfc\xd7\x9c\xb5\x9b\x34\x66\x9e\ -\xb5\x9f\x2f\x3c\x71\x39\x68\x3a\xbd\xe9\x6e\xac\x63\xfc\x06\x22\ -\x65\xd6\xde\xb6\xb0\xb4\x78\xf0\x85\x2b\x31\xc5\xa2\xb8\x74\xec\ -\x01\xba\x13\x0b\xcd\xac\x04\x6a\x5f\xd0\x83\x3c\x53\x27\xa2\xbf\ -\x47\x0b\x05\xbb\x70\x5a\x3a\xb7\x52\x49\x3c\x63\x4a\x5f\xf2\x8e\ -\xee\x79\x5b\xb6\xd1\xdf\xfd\x0f\xac\xf5\x03\xf4\xa1\x41\x45\xcb\ -\xe4\x7a\x21\x73\x4f\xa9\xa3\x68\x9b\x92\xb0\xe5\xf8\x40\xa1\x37\ -\xd4\x4b\xff\x79\x9e\xc8\x31\xf1\x10\x57\x14\xb7\xd2\xd6\x4c\xa2\ -\x0f\xa8\x7b\x57\x2c\x7e\x4c\x1d\x94\x8f\xb1\x3d\xa3\x89\x98\x83\ -\xe7\x89\x20\xf0\x15\x86\x45\x76\x19\x58\x33\xe6\x36\x9a\x1b\x40\ -\x73\x86\x60\xc1\x12\x75\x01\x74\xea\xd6\x36\xf4\xe2\xbb\xd5\xc7\ -\xff\x63\x87\x9d\x58\x26\x10\xd9\x26\xdc\xc2\x3a\xae\x36\xbd\x10\ -\x6c\x01\xd8\xca\xcd\x17\x41\xf8\xfe\xfd\x1b\x93\x8f\xb5\xc8\x0a\ -\x6a\x47\x75\x00\xfe\xf0\x03\x20\x64\x05\x22\x8e\x0b\x88\xd3\x12\ -\xf3\x86\x6e\x01\xc2\x7e\xfe\x09\xa4\x72\x4e\x1e\x01\x36\xb0\xe5\ -\x50\xd5\x7f\x97\xd6\x07\x48\x3e\x40\x48\xc0\xa5\x2e\x26\x5c\x66\ -\x03\xae\x96\xf2\x8a\x70\x3b\x52\xf2\xb1\xf7\x5f\xc3\x06\x3f\xf0\ -\xc8\x7f\x75\xbd\x2d\xfd\x0c\xcc\x0c\xb0\xb5\x00\x5f\x42\xe6\xd4\ -\xe4\x94\x2a\xcd\x31\x50\x9a\xca\xc7\xde\xc5\x03\x04\xff\x31\x3d\ -\x22\xc3\xf6\xe2\x02\xcc\xed\x87\x38\x0e\x14\xa5\x2a\x7e\x62\x52\ -\x42\x88\xf0\x6c\x6d\xa8\xa8\x38\x85\x85\x39\x3b\x69\xce\x19\x80\ -\x4d\x75\x18\x4a\xc8\xb2\x5a\xcb\x33\x3c\x89\x3e\x8d\xe0\x65\x44\ -\x82\xbf\x96\x83\x84\x64\xfb\xae\x68\x84\x04\x00\x1e\x14\x5d\x5f\ -\x35\x6d\x7e\xe5\x25\xeb\x96\xf6\x48\x02\xc4\x18\x85\x3b\x23\xe8\ -\x9a\x86\xaf\x7d\x57\x9b\x18\x10\x00\xb3\x4e\x12\x69\x31\x7c\x99\ -\x03\xad\xe3\x2d\x01\x2a\xa0\x51\xc4\x34\x47\x0f\x2d\xfc\x95\x8c\ -\x62\xbb\x23\xbf\x86\x4d\x03\xe0\xd4\x42\x64\xb4\x9c\x3c\x7d\x27\ -\xc2\x0f\x88\x09\xb0\x3f\x9e\x8d\x67\x13\x66\x5a\x0c\xcf\xde\xca\ -\xcb\xd6\xa4\x31\x7b\x88\x86\x54\x89\xc0\x57\xfe\x14\x8d\x27\x95\ -\x29\xba\xe5\x8d\x3c\x1b\x88\x94\xbf\xef\x60\x81\x16\x54\xdb\x90\ -\xdc\xad\xcd\x49\x34\xd5\x14\xb4\x2d\x41\xd4\x89\x97\x7f\x7e\x3b\ -\x27\x58\xb6\x9d\x93\x08\x7f\xff\xea\xfe\x55\x13\x02\x30\xf7\x36\ -\x6e\x28\x39\x16\xd7\x24\x46\xd5\xf8\x80\x08\xf0\xc3\x80\xf4\x00\ -\x30\x1d\x54\x1e\x81\x8e\xc8\x05\x45\x12\x00\x16\xac\xc8\xac\xfa\ -\xd2\xb7\xe8\xb6\xdc\x71\x2e\x35\xaf\xbb\x80\x00\x22\x05\x75\x36\ -\xca\xea\x77\x7d\x83\x45\xae\x39\x27\x0b\x84\xf4\x7d\x3c\x84\xb0\ -\xf9\x29\x0e\x7c\x1f\xcd\xfb\x8a\xc6\xcd\x33\x47\x04\x36\x30\x2c\ -\xfc\x01\x02\x31\xe9\xae\x5d\xa4\xb4\xe3\xb9\xa3\x10\x7c\xc0\xb2\ -\x73\x6c\xe2\x4c\xde\x64\xc2\x32\x50\x86\x4c\x15\xad\xeb\xeb\x79\ -\xfe\x06\x8d\x30\x26\xb8\x1f\x02\xb2\xe7\xfb\x95\xcc\x11\xd4\x77\ -\xb4\xf4\x5d\x3a\xad\x64\x55\x7a\x78\xd1\xe8\xda\xf3\x7d\xe4\xdb\ -\xb3\x8d\xf0\x03\x44\xcb\xa8\xac\x86\xbc\x1e\x74\x97\xa5\xe7\x85\ -\x05\x8e\xca\xda\x7a\x3e\xe0\x0f\x30\x6f\xb3\xee\xb7\xb5\xce\x5a\ -\x7c\xd3\xfa\x98\x7e\x0f\x80\x43\x7f\xb1\xe0\x6b\xe7\x97\xae\x2b\ -\x00\xa6\x05\xcc\x49\x6f\xf3\x78\x00\x58\x2b\x3e\x87\xc0\x4f\x4c\ -\x82\xbe\xf0\xb7\x9c\x1d\x64\xf9\x8f\x46\x99\x11\x80\xbf\xf2\x8f\ -\x45\x0a\x40\xe6\x2d\xb1\x00\xec\xbf\xfa\x1d\x97\xde\x33\x0f\xff\ -\x31\x87\xbf\x65\x4d\xee\xc7\x90\xdd\x6d\xda\x65\xf5\x01\xfd\x59\ -\x3f\x6d\x3a\xf9\x15\xb2\x96\x5c\xa9\xf1\xb8\xd8\xce\x12\xa3\x8f\ -\x92\x85\x34\x1b\x9d\x56\xc4\xce\x42\x01\x00\xf9\xc0\x5e\x7f\x0f\ -\x57\xd7\xd0\xed\xd1\xca\xf3\x0b\x34\xb6\x42\x0a\x5d\x38\x23\x3d\ -\x2c\xe7\xae\x14\x88\x22\x7a\x8e\x20\xfe\xa7\x99\xd7\xd0\xea\xd1\ -\x29\x5b\xfe\x82\x1b\x68\x45\xcd\x03\x00\x5b\xec\xdd\x41\x35\xa6\ -\xc8\xd8\x1a\x15\xf1\x2f\xf8\xbb\xff\x6b\xa0\x08\x85\x69\x55\x95\ -\x48\xb0\x3d\x17\x9b\x57\x16\x90\xca\x42\xa1\x37\xc3\x5a\x58\x18\ -\x21\x64\x8c\x83\x0f\x20\xae\xb8\x8f\x26\xc5\x53\x83\xdd\x17\x00\ -\x73\x58\xde\xeb\x1d\xca\xa9\x87\x32\xae\x97\xbf\x3d\x2e\x14\x3b\ -\xc2\x05\x24\x08\x7f\xe1\x4f\x38\x08\x7f\x3c\x58\xdb\x0c\x89\x05\ -\x35\xe7\x48\x8c\x55\x11\x79\x57\x92\x59\x7c\xce\x14\x71\xb0\x25\ -\xeb\x2b\xb7\xf5\xb6\xbd\x20\xc3\x3c\x27\x68\xd1\xa0\x61\xae\x3b\ -\x29\xf5\x64\xe7\x8f\x98\x7d\xde\x64\x35\xd4\x7a\x62\xc3\x93\xe2\ -\xc3\x05\xc0\xe6\x0f\x80\xa2\xac\x16\x95\xa1\x2c\x78\x1c\xc0\xac\ -\x2c\x0f\x01\x10\x2b\xcc\x83\xde\xbc\xfe\x13\x40\x2d\x89\xeb\xf4\ -\xa1\x44\x8c\x1b\x5d\xd6\x0c\xaf\x18\xff\x82\x14\xa6\xc1\x82\xde\ -\x40\x7d\xcd\xed\x37\x73\xd8\xfa\xdb\xfc\x0a\x58\xdd\xac\x1f\x42\ -\x7c\xd0\xb0\xbc\x7e\xd5\x66\xf0\x11\x86\xcf\x00\xf7\x96\xdd\x63\ -\x6c\x35\x76\x0d\xe9\x26\x6b\xde\x37\xff\xd1\xb3\x3b\xa4\x23\x08\ -\xbc\x09\x1c\xbe\xdb\x9c\x5d\x39\x8a\x69\xa6\xcc\x6e\x7e\xad\x0f\ -\xfc\xf9\xfe\x55\x0c\x70\xfd\x47\xd7\x51\x91\xd7\x30\x09\x3c\xc0\ -\xba\x33\xaf\x00\x8e\x58\xb8\xb3\x66\xe9\x45\x8d\x62\xa1\xcc\x82\ -\x7a\x3f\xef\xbd\x35\xa7\x50\xd8\xe2\x29\x7e\xf4\x6e\xb0\xf5\x87\ -\x68\xf7\x8b\xd1\xdf\x6b\xc3\xf5\x77\x3f\x06\x86\x7e\x00\x7c\x8d\ -\x0a\x01\x9b\xd6\x9d\xf9\x0b\xfc\x6c\xeb\x17\xb2\x11\x43\xcb\x36\ -\xfd\xee\xff\xc2\x66\x84\x1f\xd4\xbb\x09\x59\xff\xfe\x69\x9d\x18\ -\x5b\x90\x6e\xe9\xc4\xea\xa8\xf6\x86\x50\xdc\x68\x2f\x93\xd2\x44\ -\x38\x3b\xf5\x95\x3a\x1e\xa2\x36\x72\x46\x94\xd8\xc8\x8e\xe8\xe0\ -\xe0\x37\xb6\x8e\x76\x4c\xbb\xa4\xba\x9b\xc0\xdd\xa4\xe2\x55\xe8\ -\x7e\x33\x2b\xb0\xa2\x11\xe0\xfe\xef\x55\x7d\x15\x0c\x17\x25\x2d\ -\xa4\xfb\xb3\x61\x91\x70\xba\x9a\x7f\x36\x64\xcd\xc6\x1f\x66\x43\ -\xdc\x52\x20\x08\xd1\xbc\x7a\xb3\xf2\x21\xca\x4e\xbd\x7e\x37\x49\ -\x7a\x67\xcb\x3a\x98\xe2\x43\xbf\xa4\x23\xff\xc9\x90\x57\x0b\x6e\ -\xac\xe8\x31\x33\x8f\xbc\x98\x82\x7c\x5d\xe6\x3d\x37\x14\xf4\xf6\ -\xff\x87\x1b\x56\x41\x88\x6e\xc6\x19\xed\xdf\x41\x45\x2b\xa0\xe4\ -\x37\x24\xda\x86\x87\x03\xe3\x69\x49\x8c\xe9\x5a\xe6\x05\xb5\xf3\ -\xfe\xcb\x7b\x4e\x2d\x43\xe1\xdd\x3a\x7d\x0a\x04\x16\x7d\x52\x6f\ -\x22\x83\xfa\xd3\x26\x80\x5a\xac\x31\x48\x43\x18\xa1\x50\xcb\x1a\ -\x9a\x6d\x22\xea\x6a\xa5\x8a\x90\x88\xa2\x6b\xb9\x3c\x80\x18\x62\ -\x02\xda\xa7\x89\xf1\x7c\x19\x0d\x59\x86\x56\x88\x2c\x32\xcb\xee\ -\x61\x2d\xce\x86\x1e\x2f\x77\x26\xb3\x69\xd1\x91\x0b\x47\xe3\x5d\ -\x6e\x68\xc2\xf8\xa6\x5b\x1c\x02\x67\xb7\x53\x45\x12\x0b\xf7\xc6\ -\x10\xac\x4a\xd5\x89\x5d\x28\xab\x95\x9a\xe9\x13\x3c\x0f\xeb\xcc\ -\xad\x2a\x01\xc8\xd4\xe6\xbe\xeb\x50\x56\xd3\x19\x4d\x74\xf0\x2d\ -\x23\xc8\xc3\xc8\x3d\x78\xda\x29\x47\x22\x29\x86\xac\xd8\x66\x05\ -\x3a\xe7\xb3\xf0\xc9\x8d\xee\x4f\xbe\x50\x42\x86\xc5\x74\xb3\xf7\ -\x5f\x3d\xf8\xf3\x36\x99\x12\x65\x23\xac\xb0\x52\x36\x0d\x27\x56\ -\xfa\xe5\xba\xea\x5c\xab\xe0\xbd\x59\xed\xcb\x0e\x10\x09\xca\xa5\ -\xdb\xa9\x3f\x75\x5a\x4c\xcd\x00\x63\x0a\xd5\x6b\x74\x41\xa3\x2b\ -\xc9\x3d\xff\x30\xa6\xa6\xc0\xe7\xf7\x1e\xba\x8f\xdf\xe9\x7d\x7d\ -\x86\xd4\x26\xfd\x00\x69\x3b\xfc\x82\x78\xdf\xe2\x46\x9a\x1d\x2f\ -\xdd\x8d\x0c\xaa\x73\xa7\xbf\x9f\xea\x56\x56\xe9\x68\x77\x6d\x11\ -\x41\xb8\xa1\xfe\xf2\x59\x02\x10\x84\x3e\x08\xc8\x81\xd1\x8a\xe9\ -\xba\xaf\xa7\x9a\x0b\xf3\x71\x63\x1b\x13\xc4\x3b\x00\xe6\x54\x73\ -\x31\x13\x10\x9f\x80\x13\x4e\xeb\x68\x9f\xd4\x51\x04\x19\x37\x53\ -\x88\xd0\x40\x4f\x7a\x53\x31\x6e\x11\xe8\x54\xa5\xe1\xe0\x75\xde\ -\xd9\x2d\xf6\x2a\x72\x06\xeb\x94\x43\xa4\x53\xf5\x69\x84\x22\xb1\ -\x19\xe5\x10\x7c\xb4\x48\x1d\xef\x45\x1b\x21\x6d\x6e\x95\x65\x5c\ -\x83\x83\x51\x81\xe9\x69\x26\x34\xee\xd2\xb8\x43\x00\xb4\x01\x6a\ -\x91\x15\xd5\x9a\xda\x1b\x11\xca\x3b\xda\x02\xe8\x2b\x4d\x3d\xd7\ -\x06\x9a\x4e\x2b\xa7\xda\x5d\x9f\x5e\xce\x47\x80\x91\x0f\x56\xd6\ -\x2e\x20\xe0\xfa\x39\xa7\x4e\x9e\xd3\x84\x0c\x8b\x54\x07\x07\x72\ -\x7e\x47\x97\x8e\xb8\x06\xd9\x75\x30\x95\x2a\xb7\x86\xb9\xc5\x39\ -\xad\x9b\x2c\x19\x7a\xc9\x31\xbb\xd7\x71\x37\x4a\x70\xa7\x72\xd7\ -\x9c\xb5\xd5\xe3\x10\x2c\x3b\x11\x23\x97\xb0\xff\x3e\xb7\xfb\xae\ -\xac\x8b\xa0\x87\xfb\x1a\x43\xf8\x55\xa3\xe8\x39\x87\x38\xce\xcc\ -\x4a\xd7\x24\xb7\x3b\xbf\xfe\xb0\xb2\x07\x90\x0e\x3a\xa2\x37\x33\ -\xb7\x3b\xa2\xeb\x96\x9a\xb8\xae\xdc\x4f\xab\x51\x76\xab\xc6\x7c\ -\x01\xda\x40\x45\xb3\x58\x63\xb2\xdf\xcc\x65\x08\xd8\xcd\x55\xca\ -\xc4\x8e\x7d\x5f\x0a\x6b\x03\x23\x7c\x32\xbb\x84\x1b\xbd\xb0\xd5\ -\xca\xc2\xa5\xc9\x47\x8b\xa5\xb2\xcc\xbf\x98\xa8\x15\x23\x2c\xe1\ -\x56\xff\x84\xb9\x0f\xac\xac\x61\x08\x5b\xdc\x80\x86\xc5\xa7\x4b\ -\xb7\xaf\xdf\xea\x88\xf9\x59\x2b\x1c\xb7\x85\xd5\x2c\x4e\x98\xd5\ -\x6e\x7d\x01\xfe\x42\x75\xa2\x26\x54\x3d\x45\x9b\xd4\x16\x7f\xe7\ -\x93\x2f\xcd\xf6\x30\x07\x3f\x9c\x2f\xb4\x8c\x1b\x91\x3c\x28\x77\ -\x1f\x81\x9f\x95\x13\x0a\x46\xfd\xb9\x6d\xa4\x29\xce\x76\x8a\x23\ -\x09\x14\xed\xc1\x9d\x77\xff\x1a\x52\x77\x19\xf9\x55\x1d\x87\x8f\ -\xfc\xa7\x1d\x72\x2f\xcc\x7f\xa7\x5a\xa0\x21\xea\x5e\xfd\xf8\xb4\ -\x30\xf4\x4a\x2e\xee\xb6\x0d\x4b\x65\x54\x0c\x03\x91\xea\x1a\x24\ -\x02\xb7\xd5\x22\xe8\xb9\x4f\xd1\x18\x35\xde\xf6\x3e\x9e\x29\x16\ -\x17\x39\xbd\x40\x76\x2b\x0a\x88\x46\x70\x67\xe4\x8b\x50\x68\xa3\ -\xe0\x17\x4d\x9e\x6c\x6e\xbc\xda\x39\x8e\x5f\xb0\xec\x92\x48\x7d\ -\x99\xe6\x51\x68\x01\xf0\xf9\x7c\x74\x3c\x6d\x07\xb3\x0c\xe7\xa2\ -\x68\xcc\x5d\x53\x73\x84\xd1\x06\xd9\xee\x3a\x12\x5f\x56\x68\x78\ -\x48\x29\x4b\xea\xf0\x62\x63\x43\xcd\xd7\x30\xeb\xf1\x1a\x12\x0c\ -\x4b\x47\xd6\xd0\xa9\x3d\xc1\x4d\xa6\x93\x7e\x37\x05\xbb\xf1\xe7\ -\x39\xd7\x99\x20\xdc\xc7\xe4\x31\xdd\xd0\xbd\xa6\xa6\x24\x9e\x63\ -\x55\x74\x41\x08\x91\x41\x85\x78\xba\x8e\xe1\xa2\x9c\x50\x8c\x6c\ -\x23\x0f\x99\xd5\x86\x6f\xe7\x7f\xb7\x67\xad\xc7\x98\xb4\xf0\x3f\ -\xe1\xee\x1a\x05\x20\x80\x3b\xa3\x12\x7d\xfd\xac\x70\x1f\x22\x60\ -\xdc\x17\x6d\x03\x04\x48\xe1\x74\xae\x2b\xe5\x76\x3a\x3b\x1d\x39\ -\x46\xbd\x09\xbf\x6a\x44\xa1\x64\x5d\x14\xe7\x44\x2f\xdc\x68\xef\ -\xab\xa8\xd9\x2f\x35\x1e\x34\x63\x18\x81\x98\x4e\x95\x70\xca\xc8\ -\xa4\x1c\x63\x75\x7b\xe2\x3c\xd0\x11\xe4\xc5\xf4\x82\x86\xd6\x0d\ -\x0f\x7a\x4a\xdb\x7f\x16\xd2\x2b\x95\x02\x59\x01\x98\xb1\xf6\x7a\ -\x58\xec\x0e\xd7\x36\x14\x6f\x00\x95\xbe\x15\x4e\x5d\x50\x33\xd2\ -\xba\x78\x59\x2f\x36\x8c\x3a\xda\x8b\x00\x02\xd6\xe9\x39\x32\x7c\ -\xf0\x3f\x0e\x91\xe9\xa5\xc6\x16\x2b\x21\x67\x26\x53\x0d\xb0\xbe\ -\xd1\x80\x22\xcb\x04\xee\x82\xf8\x6a\xa4\x74\x6b\xb2\x6e\xba\xd9\ -\xbc\xab\xe8\x7a\xe6\xdf\xff\xe2\x7c\xb4\x4e\x8f\xd3\x94\x38\xa3\ -\x01\x27\x40\xa0\x7b\xcd\x27\xd5\x56\x18\xa3\x5d\xe4\xe3\x7e\x6a\ -\x14\xb5\x97\x00\xdb\xa3\xd8\x74\x90\x84\xfc\xbe\xce\x28\x10\x40\ -\x80\x05\x3f\x96\x09\x03\xe6\x72\x88\x05\xf0\xdc\xf0\x88\x03\x8a\ -\x25\x48\x56\x6c\x72\x85\x99\xff\x93\x53\xe1\x55\x9e\x11\xc3\x8f\ -\x74\xfd\x9c\xee\x01\xcc\x7c\xa5\x2d\x61\x86\x24\x9e\x35\x47\x56\ -\xd4\x4a\xd5\x2b\xdb\xef\x01\x35\x2f\x72\x30\xf4\xcd\x81\x2e\x75\ -\xdb\x45\xe3\xe9\x3f\x89\x52\x2b\x49\xb2\x0e\x0d\x53\x45\xbd\x91\ -\xfd\xbc\xad\x4e\x6e\x06\x25\x14\x3b\xe9\xda\x04\x4a\xa0\x4f\xee\ -\x86\x06\x45\xe3\x5a\xf5\xb1\x34\xa8\x6d\x19\xbc\xde\x6b\x12\xbe\ -\xd0\xd5\x5c\xc7\xfe\x69\xee\x83\x5d\x2f\xc3\xe5\xfb\x70\xde\x2d\ -\x84\x85\x0e\x4d\xdd\x68\x40\xb6\x36\xa9\x94\x9f\x43\xfc\x6c\x34\ -\xd0\xb1\x02\x59\xfa\x19\x56\x09\xa1\x2d\xfa\x23\xd4\x8c\xc9\xa9\ -\x29\x3d\xf4\x2e\xf8\x6e\xa3\x7d\xcb\xac\xab\xe7\x0b\x5d\x41\xf5\ -\x0a\x38\x52\xd2\xdd\x46\xb3\x81\xc5\xd4\xed\xe6\xb0\x5a\xad\xd4\ -\x7d\xba\x8f\xc6\x38\x00\xb1\x35\xba\xe8\xaa\xd1\x0a\x86\x93\x37\ -\x4c\x99\xde\x02\x52\x26\x74\x1f\x5c\xef\x34\x52\xb7\x51\xe7\x32\ -\xad\xa5\xbc\x95\x40\xc0\x37\x00\x00\x20\x00\x49\x44\x41\x54\x4b\ -\xaa\x9b\x3d\x8d\x26\xef\x30\x74\x02\xd7\x1e\x76\xbb\x76\x60\x37\ -\xc8\xc2\xa6\x39\xab\x31\x40\x00\x1e\x9b\x64\xcf\x98\xfa\x00\xc4\ -\x1d\xfd\xe0\x42\xdf\xd4\x75\x21\xdd\x31\x3c\x34\x5a\xc6\xde\x12\ -\xb9\xc4\x2f\x71\xbb\x2f\x17\x20\x08\x29\x73\x8a\x56\x91\xd7\xd8\ -\x7f\x5c\x7f\x9e\xeb\x7a\x0f\x93\x14\x37\xb9\xb0\xf7\xb7\x25\x6b\ -\x57\x64\xe0\xcd\x83\x36\xa8\x1a\x74\xe1\xbb\xeb\xf7\xe7\x83\x74\ -\x99\x40\xc1\x8b\xd0\x1e\xcf\x4b\x0a\xbb\x06\xa8\xa8\xfa\x3a\xf2\ -\x77\xfc\x0e\x6a\x1b\x3d\xad\x45\xe9\x40\x65\x93\x9e\x87\xa9\x95\ -\xf0\x17\x6a\x3f\xe2\x79\x41\x15\xe9\xad\x59\xaa\x5a\xb0\xb1\xf1\ -\xc4\x45\xcd\x6f\xcd\x10\x85\x82\xbb\x49\x40\xc8\xc6\xb2\xe9\x01\ -\xfb\xbb\xf0\x37\x26\x62\x30\x8d\x23\x34\xfb\x0a\x5f\x1a\x22\xc6\ -\x34\x12\x79\x24\xaf\xb4\x03\x09\xae\x68\xbb\xc0\x0b\x57\x14\xe3\ -\x90\x75\x7a\xa2\x37\xb8\xad\xf0\xdc\x0c\x7b\x4c\xe8\xe2\x50\x1d\ -\x4d\x5d\x3d\xe8\xa6\x35\xf5\xd1\xc0\xba\xee\x6d\xd1\x31\xc1\xaa\ -\xe2\x7c\xff\x5c\x41\xb1\xa1\x1d\x14\x8f\xc3\x39\xa8\x6a\x72\xc0\ -\x0f\x9e\xee\x18\x24\xc3\xe2\x5b\x0e\xde\x7e\x3f\xa8\x95\xce\x67\ -\xe6\x05\x98\x87\xfe\xc2\x4f\x84\x6f\x36\x44\x05\x9d\xbc\xa1\x4d\ -\x86\x60\x5a\x66\x07\x72\xaa\x04\x0b\xcd\x12\xa9\x06\x97\x20\xf7\ -\x29\x9d\xd9\xe3\xc6\xd4\x8b\x4f\x31\xb7\x37\x56\x14\x54\x23\xb9\ -\x36\xdd\x91\x7d\x01\xab\x14\x35\xbb\x4d\x0d\xaa\x53\x15\xcb\x2e\ -\x99\x25\x10\xc2\xfa\xb4\xa8\xdf\x39\x89\x2e\xc5\xc1\x9e\xf6\xc4\ -\x00\x59\x88\x94\x2c\x13\x11\x06\xb1\xc3\x6c\x17\x41\xae\x67\xdf\ -\x90\xdc\x9f\x4b\x72\xa8\x77\xb9\x5c\x30\xe9\x4d\x42\x57\x61\xbb\ -\xef\xa3\x1b\xac\x78\x22\x7b\x6c\x97\x82\x4e\x68\xa5\x24\xb5\x13\ -\xed\xa0\xf9\xe4\xba\x75\x57\x52\x6a\x67\x60\x35\xe0\x49\xbb\x7d\ -\x09\x9a\x53\x22\xf4\xbb\xe3\xb1\xc8\xcd\x69\x4e\x6c\x0f\x68\xa6\ -\x19\x07\x2d\xe3\x76\x8e\xb3\x5d\xda\x6e\x32\x70\x9e\x15\xbf\x37\ -\x01\x58\xc6\x1b\x7c\x11\xe2\xeb\x2c\x6a\x18\xe1\x18\x54\xb7\x1d\ -\x68\x81\xee\x16\xd6\xdd\x17\xe1\xa2\x51\x99\x85\xa8\x44\x63\x15\ -\xc5\x16\x7f\xec\x9c\x2e\x7f\xa6\x9a\xa7\xc6\xb9\x41\x6d\x32\xd7\ -\x26\x7f\xae\x19\x80\xee\x6a\x29\xf0\xef\x2e\x60\x30\x38\x07\xaf\ -\x1a\xa4\x37\xc4\xd5\x29\x37\x8c\x41\xf5\x15\x36\x3b\x7f\x73\x0b\ -\x15\x11\xc0\x4f\xcd\x5e\x31\x60\x11\xcd\x12\x5b\xad\xc7\x5e\xef\ -\xee\xf7\x22\xaa\x17\x86\x8c\x49\x9f\xab\x8e\x5f\x65\xa6\xa1\x94\ -\x6a\xa1\x08\x96\x0e\x80\x81\xf7\xa8\x0f\xd8\xde\x1d\x5b\x41\x4d\ -\x66\xbb\xfd\x69\xe2\xf4\x40\xe3\xa9\xa2\xe1\xa6\x13\xb5\x06\x42\ -\xcf\x3b\x29\x32\x84\x6a\x53\xcf\xc3\x12\x5c\x52\xdb\x51\x26\x1b\ -\xf4\x59\x7d\xe2\xeb\xdf\xd9\x26\x44\x34\x5c\xf1\xd8\xc2\xcb\xc3\ -\x8a\x68\x18\x18\x30\xf7\xf7\xbc\x90\xd4\xa4\xa8\x4c\xab\xaa\xf3\ -\x2d\x8e\x7c\x9b\xb7\xe9\xa3\xec\x7d\xa9\x11\x66\x0e\xdd\x28\xcc\ -\x81\xae\x75\xda\xb4\x53\x3f\xd7\x67\x02\x61\x5a\xbb\x3d\xcd\xa6\ -\x9d\xa2\x1e\x4b\x17\xd0\x36\x8d\xc1\xa1\x41\xbc\x80\x3c\x5c\x28\ -\xc4\x6d\x1f\x63\x8f\xa2\x80\xa1\x3b\x02\x33\xdb\x9a\xe6\x2a\x82\ -\x30\x18\x20\x3d\xff\xeb\x96\x03\x48\x17\x97\xcc\xc3\xe2\x1e\xc7\ -\x79\xd0\x74\x42\x08\x6b\xfd\x34\x77\xbe\x0c\x19\xa6\x70\x6d\x06\ -\x94\x61\x5e\x76\xaf\x36\xb3\xe1\x2b\xcd\x11\xf4\x58\x9f\x2c\x5d\ -\x4c\xaf\xeb\xd2\x81\xe2\x65\xd0\x26\xae\x3c\x1c\x55\xbd\x61\xf3\ -\xc6\xfa\x72\xf7\x5b\xda\x44\x34\xbb\x18\x8e\xc4\xf0\x4b\xdd\x7a\ -\x37\x41\x22\xb9\x69\x8f\xbc\x86\xef\x51\x05\x91\x0e\xc7\xa9\xef\ -\xe2\x67\x03\x10\x68\xec\x02\x8d\x9f\x6f\xf9\x96\x7a\x1c\x94\x7b\ -\xd3\x01\x08\x16\x4d\x0f\x02\x04\xc0\xa5\xcc\x1b\x9b\x36\x92\x6c\ -\x63\x87\xa5\x85\x7a\x8d\x1f\xd0\x48\x8f\x07\x84\x17\x20\xf1\xc9\ -\xc6\xab\x31\x4b\x70\x33\x58\x81\x36\x10\x49\xe7\x64\xdd\x3b\x9f\ -\xd4\x9e\xe4\xf4\xe5\x86\xd4\x9d\xe3\x7d\x5f\xa8\x36\x0a\x25\x7e\ -\x39\x34\xe0\x5f\x85\x60\x91\x57\x30\x04\x81\x3d\x4c\x15\xa0\x66\ -\x14\xbc\x99\x42\xcc\xe0\xb0\xea\xe4\xe4\xe8\x05\x4b\xb7\xe5\xa5\ -\x82\xd8\xea\x65\x5d\x03\xdb\x38\x26\x22\x58\x7e\x86\x5f\xfe\x28\ -\x2b\x73\x61\xbc\x5b\x07\x1b\x6d\x02\x16\x91\xff\x69\x91\x09\x35\ -\x88\x57\x26\x8d\xa1\x53\x63\x9c\xde\xc2\xc5\x55\x09\x0a\x95\x32\ -\x11\x0c\x9d\xae\xb0\x05\xf3\x46\x0f\x68\xfa\x8e\x65\x08\x33\x53\ -\xc0\xd5\xb9\x90\xd8\xa9\x70\x45\x17\x23\x67\x78\x6f\xdd\x2c\x7b\ -\xf3\xab\xc8\x39\x27\x62\x72\x14\x1e\xb5\x81\x72\x77\xbf\xd0\xcd\ -\x60\xf9\x5d\xa5\x86\x71\xe3\x03\x47\x0a\x85\x04\x1e\x79\x8c\x57\ -\x6b\x6e\x59\xd5\x45\xcb\x0f\x20\x2f\xbc\x83\x66\x56\xb2\x14\xc8\ -\x82\xb1\x91\x4d\xd3\xc0\xad\x51\x99\xdf\xb7\xda\xf3\x66\xd8\xaa\ -\x44\xce\x46\x66\xdb\x70\x4b\x94\x4f\xfa\x07\x37\xbb\x51\x6f\xc0\ -\xde\xe8\x4e\xdd\x55\x6a\x77\xe7\x1d\xac\xf4\x00\xec\x4d\x15\x39\ -\x92\xb4\xe0\x74\x4a\xca\xf7\xb0\xa3\x30\x92\x1e\x5c\x0a\x2f\xa1\ -\x7b\xc8\x27\x8d\xa0\xc6\x04\x94\x22\x99\x45\xae\x54\xaa\x7e\xd0\ -\x4b\x18\x7a\x78\x7e\x8d\xf0\x06\xa4\x4f\x5f\xd7\xf6\x73\x36\x54\ -\x0a\xdd\x19\x5a\x5c\x69\x93\xcd\x5e\x1d\x10\x36\xaa\x9d\xea\x36\ -\xe3\x94\xb4\x24\x4f\x54\x76\x7e\xd4\x98\x76\x57\xfb\xfc\x78\xc7\ -\xbb\x00\x00\xd5\x4e\x3d\x27\x6b\x2c\x46\x0f\x30\x6a\x51\x75\x4c\ -\xd2\xf5\x85\x8d\xaa\x7a\xcb\xb6\xa9\x13\xfa\xbe\x8f\xd8\x78\xf5\ -\x10\xf9\x44\x04\x37\x17\xb0\x2c\xec\x12\x2e\xa1\x08\xb3\x46\xe8\ -\x56\xe0\x15\x35\xc4\x1b\xad\xce\x2f\x4c\xa0\x5f\xed\xb8\xc9\x50\ -\xc4\x57\xe1\x38\x9c\x36\xd7\x2d\x13\xae\xfd\x6e\xbc\x4c\x2e\x49\ -\xfd\x7e\x41\x9a\x48\x5c\x2e\x74\x20\xb8\x46\x61\x74\x3a\x50\x5e\ -\xdc\x9d\x22\xd9\x11\x7f\x2a\xad\x97\x1c\xcd\xfe\x61\x98\x43\x74\ -\xbe\xb3\x8a\x3a\xc3\x5f\x6b\x5e\x37\x10\xea\xb4\x0a\xe5\xd1\xe7\ -\xcf\xac\xff\x3d\xea\x1a\xa5\xe3\x81\x4d\xce\x41\x08\x70\xfd\xde\ -\x4c\xbd\xed\xbb\x2c\x58\xd7\x61\xda\x42\x05\x57\x72\xfa\x8b\xd2\ -\xc0\x33\xf0\x38\x68\xd7\x16\x10\x5a\xd7\x0f\xe1\xc7\xee\xb4\x95\ -\x4e\x65\x45\x2c\xdf\xae\xc0\x92\x03\x85\x91\x77\x28\x25\xfb\xad\ -\xbe\x27\xe9\x79\x6a\x8b\x9a\xbe\x50\x2c\xa4\xef\x8d\xbe\x7b\x34\ -\x28\xd6\x00\x9e\x23\xea\xb4\x46\xaf\x00\xe4\xcd\x84\x82\x85\xb5\ -\x11\xf9\x10\x94\xca\xd7\x9a\x2a\x04\xd9\x49\xdb\x0e\xb3\x0e\xc9\ -\x7d\x43\x96\x1d\x0a\x94\xc0\x19\xbc\x80\x10\x44\x14\xe7\x96\x93\ -\x01\x98\xbd\xe9\xa4\x64\x3c\xc8\xbf\x4d\x4c\xe1\x4a\x17\xaf\x40\ -\x77\xba\xc9\xee\x57\xda\x5d\xd2\xd3\xad\x39\xf4\xf0\xf4\xd2\x58\ -\xc2\xcc\x98\xac\x2e\x8d\x80\xed\x7e\xe8\x6e\xc0\xda\x60\xd5\x8b\ -\x91\x7d\xb2\x5b\xa8\x94\xd3\xa4\xa5\xbc\x82\x06\x04\xd5\xef\xd0\ -\x9a\xd0\x79\xcf\x12\xb6\xf3\x65\xea\x9a\x6a\x58\xb3\xbb\x46\x86\ -\x83\x64\x4c\x5c\xf3\xfd\xa0\xbc\xe4\x6f\xd5\x58\x0a\x63\xad\xcc\ -\xbd\xe9\x3a\xe6\x64\xd5\xec\x76\xdf\x9d\x86\x26\xf2\x6b\xd8\xf9\ -\xdd\x45\xf7\x1d\x50\xbc\x4d\xdf\xe3\x1e\x14\x32\x87\x70\x3e\x1a\ -\xac\xd7\x7d\x87\x99\x07\xd9\xcf\x75\x6e\x39\xb9\x5e\x3f\x03\x97\ -\xfc\xf7\x1b\x9d\x73\x4e\xe0\x63\x4a\xaa\xd3\xd7\xbd\x9f\x5f\x0d\ -\x79\xd6\x5a\x56\x27\xad\x16\x67\x71\xbb\x9b\x00\x21\xb4\xe6\xe1\ -\x52\x6c\xf5\x17\x91\xe8\x94\x7a\x43\xfc\xfd\xd3\xd1\x2b\x52\xf4\ -\x82\xf0\xf5\x80\xc6\x11\xfe\x47\xa5\x4b\xad\x56\xcf\x31\xa6\xfb\ -\x1f\xf6\x38\xa2\x94\x43\xac\x8f\xdb\x1b\xa7\xf1\x25\x4c\xf3\x3a\ -\x61\xf3\xfe\x9a\x5d\x03\x01\xbf\xf2\xee\x4f\xaa\x60\x49\x6d\x47\ -\xa7\xb3\x2d\xed\x82\xe1\xee\xd6\xc3\x71\xb0\xfc\xa6\xd9\x9a\x8b\ -\xa2\x8e\x80\xa5\x71\x89\xe1\xff\x67\xec\xcb\xb6\xe5\xc6\x71\x2d\ -\x01\x50\xe1\xaa\xff\xff\xd6\xbe\x55\x79\x42\x22\xd0\x0f\x98\x49\ -\xea\xb8\xaa\x57\xae\xbc\x9d\xb6\x8f\x23\x24\x0e\xc0\xc6\x1e\x60\ -\x96\xa0\xd6\x9c\x1e\x91\x60\x7b\x76\x1d\x19\xea\x54\x38\x90\x5f\ -\x36\x15\x24\xa7\x34\xc4\xda\xc2\x31\x12\xa7\x32\xbe\xfd\x6d\x33\ -\xff\xb6\x99\x56\x17\xb1\xf5\x1f\x84\x47\xd1\x86\x31\x9a\xab\x8f\ -\xb0\xa2\xdd\x53\xca\x74\x44\xba\x35\x79\x50\xa4\xaa\x3e\x08\xea\ -\x05\x3e\x01\x66\x45\xa9\xb2\x89\x50\xdb\x40\x8a\x19\x79\xcd\xc6\ -\x81\x85\x33\xed\x05\x7d\x68\xed\x5e\x80\x02\xb1\x4b\xa6\xd2\x3f\ -\x08\x30\x04\x9e\x59\x1c\x40\x4c\x09\x93\x30\x36\x7e\x5d\xcf\x4a\ -\x01\xa7\x16\x58\x87\x65\x3a\xb3\x69\x2c\x90\x5e\x28\x12\x25\x1a\ -\x40\xc8\x26\xa3\xc5\x39\xb3\x15\x89\x0c\x1f\x1a\xd6\x94\x2c\xcd\ -\x4b\xad\x8e\xda\xd4\x80\xe2\x22\x99\xb6\x56\xa3\xc9\x7e\x29\xbf\ -\x35\x76\xa0\x36\xa1\x3a\x95\x21\x42\xab\x15\xaa\xa3\x15\x83\x1c\ -\x1c\xa2\x76\x5d\xcd\xe1\x92\x11\x04\x06\x7e\xa1\x66\x54\x0a\x5d\ -\xa2\x52\x4a\x35\x40\xa8\xae\x9f\xdd\x81\xeb\x00\x9c\x20\xf7\x29\ -\x14\x40\x1c\xf8\x35\xe9\xde\xcd\x28\x08\x59\xf9\xfd\x5a\x85\x79\ -\xdb\x07\x2c\x69\x22\x94\x46\x5c\x09\x36\xe9\x99\xcb\x41\xe5\x3b\ -\x4f\xf3\xe6\x81\xee\x38\x94\x92\xc8\x99\x2d\x53\x91\xff\x13\xf2\ -\xdc\x5c\x12\x8b\x16\x27\xd7\xc3\x6c\x53\xe2\xda\x58\xb4\x69\xb6\ -\xdd\x96\x72\xb0\x5e\xee\x34\xd1\xf5\x2c\xb1\xdc\x2a\x2c\x41\xe6\ -\x02\xa1\x61\x0d\x78\xc3\xc2\x9a\xeb\xc4\x75\xd5\x96\x9e\x28\x97\ -\xbf\x9d\x67\x41\x8d\x3b\x34\x51\x04\x13\x96\x10\xae\x16\xbd\x00\ -\x5c\xe9\xd1\xb2\x83\x11\x48\xbd\x15\xc5\xcc\xfe\xc9\x38\x8d\x3a\ -\x85\xa8\xd3\x78\xd9\x42\xd7\xff\x46\x6d\xff\xed\xfb\xc6\xf7\x71\ -\xfa\x28\x4b\xcb\xd7\x4a\x2d\x2c\x14\x6a\xb3\x15\x60\x03\x0a\x1d\ -\xd0\xcf\x49\x4e\xd3\x93\x68\xd2\x9e\x92\x2b\x46\x30\x48\x32\x23\ -\xac\x04\xce\x02\xfa\xfb\xac\x61\xb4\x98\x53\xb4\x38\xff\x28\xcf\ -\x9d\xd1\x51\x69\x28\xe0\xea\xeb\xf7\xb7\x1c\x1e\xae\xc0\xb0\xe9\ -\xa7\xb4\x86\xe2\x0d\x60\x10\x2f\xf8\x25\x27\x3b\x68\x71\x07\xaa\ -\x33\x65\x60\xc1\x2d\x0c\x3b\x5c\x53\xc7\x68\xc0\x6e\x52\xca\x24\ -\x0c\xa0\x00\x6b\x74\x83\x36\x15\x2c\xdd\x08\x63\x4a\x02\x29\x89\ -\xc2\xf3\x81\xfa\xc9\x8b\x76\xb2\xba\x05\xe6\xe4\x8f\x5b\x03\xc0\ -\x51\xd3\x35\xea\x6b\x0c\x0d\x09\x5a\x90\xbc\x64\x1c\x8d\x40\x02\ -\xa4\x1c\x1c\xdf\x1d\x82\x21\x1a\x91\xb9\xb7\x6a\xaa\xf5\x73\x5f\ -\xad\xb1\x0b\x37\x44\x7f\x2e\x58\x6a\x16\x7b\xe7\xa1\xd7\x33\xa0\ -\xf4\x7c\xdf\x48\x77\x5e\x16\x75\x71\x64\x58\x33\x49\x21\x9c\x64\ -\xeb\xb9\x5f\xa9\xde\xd1\x54\x55\x73\xb2\xf6\xec\xe5\xaf\x0d\x07\ -\xe3\x59\x8a\xb5\x02\xba\x58\x9d\xfc\x8a\x26\xd7\x35\x12\x4e\x1d\ -\x65\xf7\x18\x70\xa3\x90\x85\x95\x41\x6b\xc3\xbb\x4e\xd4\xeb\xfd\ -\x48\x39\xc5\x84\xb0\x62\xf1\xf6\x27\xa5\x0d\x8c\x49\xeb\x03\x8f\ -\x27\x82\xae\x75\xd4\x2d\x4c\x6d\x4f\xd4\x81\x49\xfd\x6e\xda\x1c\ -\x69\xcd\xe3\x20\x45\x63\xc3\x78\xed\x6a\x1a\x37\x59\x23\x3b\xec\ -\xdc\x7a\xbb\x5b\x88\xd4\x5f\x60\xca\x0e\x30\x6c\x94\x6a\x54\x8a\ -\xa4\xf0\x6c\x71\x4d\xba\x67\x7d\xdd\x98\xc6\xd4\xfe\x7d\xbd\x6a\ -\x5f\xbc\x7b\x3f\xfc\x9a\x8f\xe1\xb7\x31\x6f\x71\xf9\xcb\x02\x63\ -\x17\xd5\xf6\x0d\x24\x1b\xd5\x6d\xa5\x9a\xc0\xab\x9e\x00\x7e\x41\ -\xc2\xff\x16\x6c\x98\x05\x74\x5f\x54\xd2\xf2\xa0\x7c\x22\xe7\x45\ -\xcd\xde\x9c\xc8\xc6\xc9\xaf\x97\x16\x1f\x0c\x2d\xaa\xd9\x06\x7a\ -\xe1\x53\x04\xe2\xed\xb3\x93\x2c\x17\xf9\x59\x03\xe0\xa8\x7b\x5d\ -\x4c\x44\x04\x10\x13\xa5\x17\x6a\x0b\x4b\x8c\xde\xc9\xc4\x82\xfe\ -\x33\x27\x60\x6a\xb8\xf0\x8c\x7c\xb8\x5d\x74\xd5\x0e\x54\x7a\x27\ -\x49\x1e\x7e\x49\xc7\x2b\xd4\x26\xe0\x56\x9c\x6e\x7a\x39\x73\xde\ -\x6b\xc1\x9a\x00\x61\xaa\x20\x94\x99\x40\x2c\xb6\x99\xca\x14\xcd\ -\x91\xa0\xda\xec\x24\x32\xbf\x64\xbe\x08\x95\x46\x15\x83\x1a\x02\ -\x40\x80\x61\xeb\x0c\x86\xc4\x56\xc3\x12\x4e\x3a\x1b\x4b\xb1\x48\ -\xd5\x72\x53\x1b\xc6\x61\xd3\x4f\x59\x5c\xc4\x8e\x0b\x34\x0f\x04\ -\xca\x69\xae\xf0\x15\xd3\xb1\xf8\xf3\x94\x76\xf9\x6d\x8f\x15\xeb\ -\xe5\xe3\x1e\xb0\xd1\xa7\x80\xb4\xe3\xb2\xa1\x55\x07\xe4\xb3\x9a\ -\xb0\xb8\xcb\x61\x0d\x26\x4c\x07\x45\x9b\xd8\x70\x36\x19\x72\xb8\ -\x30\xdc\x75\x8a\x43\x9c\x60\xc5\x9b\xe7\x83\xe0\x3a\xb5\x3b\x53\ -\xb0\xd0\x26\xb4\xf8\x4b\xd1\x58\x43\x7e\x13\x1c\xe2\x05\xa9\xc2\ -\x6d\x5f\xb3\x21\x8f\x79\x3d\xcd\x70\xed\xcc\xfa\x3c\xc5\xea\xa3\ -\x7e\xc7\x15\x68\x6a\x14\x3b\x29\x4d\xd8\x7c\x99\xf8\x63\x4c\x51\ -\x70\x61\x02\x30\xa8\x39\x4e\x6a\x33\xe8\xc0\xe7\xa0\xd6\x08\xe6\ -\x73\x97\xc8\x2a\xa9\xc6\x1d\xab\x5e\x47\xff\xec\x2a\xc2\x1f\xad\ -\x30\x11\x2e\x7e\x57\x4b\xc8\xe5\xc0\x61\x9e\x7f\x90\x6b\x04\x2a\ -\x8d\xcb\xf9\xfb\xfa\x79\x7c\xf2\x1c\xc8\x3b\xf6\xfd\xeb\x17\x6a\ -\x04\x94\xc2\xaa\x05\x9b\xcd\x3d\xed\x34\xb1\x4a\xd7\x57\xb5\x0e\ -\x5e\xed\xc9\x5b\x56\xd5\x42\xb1\x4a\x2a\x58\x7e\x9e\x0a\x5e\x45\ -\x0e\x21\x51\xa2\x7b\x0b\x23\xa3\x3e\x23\x0d\x28\xf6\xc9\x3d\x24\ -\x35\x0e\x75\x42\x94\xeb\x3d\x5d\xdf\xf4\xaa\xb5\x7b\x96\xd5\x3c\ -\x28\x0a\x0f\xee\x7f\x57\x7b\x37\xc5\x90\xc3\xcf\x51\x67\x54\xa4\ -\x3e\xc3\x76\x2a\x67\x93\x10\x60\x95\x33\x0c\x60\x98\xca\x2f\xcd\ -\xa5\x9c\x02\x13\xfe\x2a\x36\xb9\xf2\x80\xf0\x0c\xf0\x4c\xd7\x3b\ -\xff\xfb\xa1\x14\xa8\xfa\x4f\x02\x3c\x5c\x55\xfd\x46\x9e\xc6\x22\ -\xe4\x17\xd7\x58\xd2\x32\xc9\x04\x38\xb2\x5b\xd6\xdc\x4c\x24\x81\ -\xdd\x24\x64\x46\x84\x87\x30\x6c\xf7\x52\x4e\xeb\x52\x44\x7f\xd6\ -\x79\x0f\x03\xab\xa1\x04\xca\xd7\x09\x86\x6a\xa0\x10\x55\xe4\xbf\ -\x52\x8e\xea\x14\x22\xcf\x51\x0f\x59\x2e\xc0\x45\x29\x64\x3b\x30\ -\x2b\x0d\xb4\x43\x94\xa0\xcd\x55\x1a\xb0\xd6\xba\x18\x9a\x1d\xa4\ -\x04\x6d\x5d\x43\x1f\x5a\x42\x81\xa6\x55\x26\xec\xb9\x6a\xf5\xee\ -\x4f\xbd\x57\xea\x98\x18\x39\x4f\x5b\x81\x17\x46\xd4\x39\x1a\x64\ -\x9d\x62\x77\xdb\xf7\xce\xe0\xf1\x73\xdc\xeb\x93\x4d\x4f\x54\xb4\ -\x41\x7a\xef\x8f\x00\xcc\x7b\x94\x47\xea\x8c\xb3\xf8\x4e\xe7\x5f\ -\xf0\x38\x1e\xe0\x5f\x9d\x76\x3a\xc3\x4a\x35\xa9\xaa\xaf\xc6\x16\ -\x3e\x8e\xa1\x15\xdc\x87\x1b\x42\x66\xb4\x35\x39\xce\x3a\xd5\x4f\ -\x4b\x38\xca\x82\x10\x34\x0d\x67\x9d\x7e\xc1\x21\x23\xac\x66\x70\ -\xa1\x6a\xa7\xb2\x36\x4b\x8d\x78\x1b\xa8\xb8\xa3\x66\xbd\x9f\x24\ -\x1d\xc2\x6b\x8c\x86\x38\x8b\x46\xb0\x0f\x4a\x70\x91\x26\x40\x36\ -\x7b\xb8\x30\x83\xf0\x45\xea\x52\xa9\xaa\x78\x98\x6a\x82\xdd\x05\ -\x19\xff\x40\x49\x85\xe5\x32\x61\x45\x6c\xc0\xae\xfe\x58\x8b\xf3\ -\x89\xef\x72\xf7\x49\xbd\x7f\x66\xa3\x8b\x84\xae\xd8\xae\x83\x6b\ -\xa5\xd0\x4c\x3f\x54\x31\x43\x81\x7b\x2a\xb8\x34\x24\x64\xb5\x2f\ -\xf4\xc5\xee\x87\x49\xb7\xd7\x6e\x24\x2b\x70\x6b\xcc\x5a\x94\x07\ -\xba\x28\x8e\x98\xe4\x41\x49\x66\x5f\xbc\x4e\xae\x9c\x1e\xd7\xb4\ -\x1c\x52\x8a\x22\xc4\x33\xa5\x05\xa0\x8c\x33\xd3\xe9\xad\xfd\xfa\ -\x4b\xfe\x96\xa3\x55\x44\xe5\x60\xf5\x3a\x6a\x4d\x3e\xf7\x7f\xb3\ -\xc0\xb3\xe5\x41\xb1\x21\x33\xd2\x0f\x30\x1f\x45\x1f\x50\xd4\x7d\ -\x81\x25\x27\x3e\x2e\x9c\x6d\xaa\x22\xcb\xc1\x64\x28\xba\x3c\x40\ -\x52\x02\x88\xbd\x31\xbb\x3e\x6a\xe9\x3a\xc7\xc6\x3d\xee\x28\xc0\ -\xa5\x8b\x4a\x2a\xd2\x9f\x07\x08\x61\xcf\x69\x59\x2f\x8d\x78\xf7\ -\xa1\x1f\xc0\x98\x76\xc4\x26\x10\xdc\x0e\x4e\x32\xa1\xa2\x8c\x11\ -\xcf\x91\xa7\x51\x05\xe7\x53\x72\x60\x3a\xd2\x88\x6b\x58\x1e\x8d\ -\x10\x3a\xae\x01\xc4\x42\x86\x38\xd7\x9c\xb2\xb0\xc4\x1d\x71\xc9\ -\xd4\xf5\xeb\x46\x1b\x12\x5a\x88\x5c\xdf\xe4\x19\x2a\x28\x66\xaf\ -\x8d\x91\xcb\x33\xe0\x7f\x41\x9e\x77\x74\x9f\xd1\x50\x37\x27\x66\ -\xb9\x59\x05\xa2\xa5\xa2\x9f\xf5\x5a\x58\xd0\x78\x36\xbe\x72\x9b\ -\x44\x0b\x35\xad\x42\xfe\xf1\x8e\x34\x39\x65\x43\x16\xf1\xef\x7a\ -\xa1\xa8\x05\xf4\x02\xdc\xb0\xc4\x3b\xc2\xaa\x1d\x30\x4a\x8b\x40\ -\x15\xe7\x56\x06\x6d\xae\x9d\x51\xa8\x5f\x1b\xca\x57\x5c\x12\x73\ -\x42\x4a\x8d\xce\xd8\xdd\xfc\x76\x4a\x21\x61\xba\x46\x66\xfe\x0f\ -\x77\xda\x32\xd0\x32\xc5\xa3\xb8\x74\xb0\x72\xb5\x4b\x78\x6e\xd2\ -\x63\x60\x31\x05\x91\xa3\xb6\x2e\xda\xa9\xaa\xff\xf3\x42\x29\x5e\ -\x0b\xab\x3b\x59\x39\x0b\x87\x59\x04\x33\xee\x79\x48\xb4\xb8\xf8\ -\xed\x34\x5d\xb5\x1c\xd6\x0b\x9d\x4b\x70\x72\x9f\xa4\x0a\x42\x04\ -\xa2\xc6\x94\x9d\x70\x8f\xa2\xb1\x7b\xa5\xe9\x26\x12\xca\x3c\x02\ -\x62\x74\x72\xe5\x63\xa5\xd0\x32\x33\x5c\x34\x0a\x68\x33\xcb\xf7\ -\xe3\x46\x37\x85\x65\x32\x24\x15\x68\xd9\xb4\x3f\x94\xba\x0a\x5a\ -\xd7\xbf\xbc\x52\x6f\x8e\x8d\x3c\x70\xa3\x0c\xe2\x22\x46\x47\x7f\ -\x80\xc5\xe1\x8d\xb0\xdb\x73\xb7\x35\xc9\x85\x33\x8e\x9a\x4b\xf5\ -\x76\x6e\x34\x7d\xc3\x12\x70\x0b\xe5\x4e\x72\x5a\x7a\x84\x99\x7b\ -\xa8\xb3\x9f\xd7\x4b\x30\xad\x6b\x2d\x05\x7a\xae\xcf\x6a\x3a\xa5\ -\xba\xcb\x2b\x0c\x76\x54\x9f\x92\xac\x01\x0a\xe1\x78\xa9\x11\x9a\ -\xbf\x0f\x2b\xd5\x10\x97\x49\xf4\xaa\x11\x6b\x4a\x5f\xda\xef\x98\ -\x0a\x9e\x56\x57\x30\x5f\x97\x84\x8d\x0e\xad\x2c\x79\x3f\x2f\x46\ -\xe3\xb4\x78\x41\xa9\x06\x1b\x2e\x35\xc8\xa2\xac\xa2\xee\x44\xbb\ -\x59\x4b\xa5\xc5\x57\x15\xdb\x36\x71\x6e\x6b\x8b\x4c\xdf\xb6\x4f\ -\xe8\x5d\x7f\x89\x58\x6b\x8e\x9d\xfd\x50\x83\xac\x9b\xee\xc8\x0c\ -\x75\x20\xa6\x40\x39\x71\xa5\xad\xf6\xe0\x46\xf9\x14\x12\xe0\x9b\ -\x0f\x6c\xa6\x6c\xb6\xa6\x64\x16\x92\x46\xbd\x5c\x31\xf5\xac\xa6\ -\x0b\x27\x1a\x5b\x2b\xfc\xc1\xa7\x78\xae\xcb\xdb\xe9\xbe\x03\x76\ -\x07\x40\x67\xc2\xbc\x52\xc2\x50\x5d\x2f\x87\x67\x0f\x12\x6a\xde\ -\xa9\xeb\x97\x65\x86\x6e\x6e\xd5\x76\xe1\x10\x98\x32\x23\xbd\xb1\ -\xb9\xde\x6e\x26\x45\x67\x77\xe3\x06\x64\x16\xb4\x5f\x56\xca\x34\ -\x15\xf6\x0f\xa1\x66\x05\x2e\x99\x55\x04\x67\x83\x36\x39\x4c\xc4\ -\x92\x4a\x0f\x49\xa3\xb3\x0d\x81\xbe\x9e\x41\xb5\x91\x14\xcf\x76\ -\x24\x7b\x07\x55\x1f\x7e\x7b\xd3\x7b\xd2\x83\xab\xcf\x3a\xac\xe6\ -\x76\x24\x18\x7a\x2a\x91\xde\xdc\x64\x86\x2a\xb7\xc6\xaa\xeb\x44\ -\xe3\xe2\x80\x71\x61\x03\x7b\xe1\xa9\x75\x18\x1b\xd5\x38\xef\x6d\ -\xb0\xb3\x3d\xea\xfc\x4b\xa7\x71\xfe\x79\x79\xfa\xf7\xce\xc6\x5c\ -\x9f\x05\x1d\x72\xe9\x18\x08\xff\x15\x8d\x9c\x88\x6b\xbb\x11\xae\ -\xaf\xdc\x71\x89\x50\x31\x0c\x23\x1b\x33\xde\xd3\x4c\x02\xb0\x74\ -\xfa\xee\xe4\x26\x5c\x72\x7e\xd2\x90\xc2\x83\x92\x57\x7b\x65\xb2\ -\x0f\x39\x22\x0c\x11\x52\x33\x53\xd3\xcb\xcb\x18\x6e\xc2\x0c\x67\ -\x3f\x70\xf3\x00\xc9\xc2\xf5\x9e\x29\x3c\x53\xb4\x13\xe3\x62\x50\ -\xcf\x7d\xfd\x9c\x29\xc2\xef\x13\xa3\x2f\x59\xc6\x4a\x88\x51\xaf\ -\x40\x2a\x44\x10\x26\xdc\x66\x79\x7e\x85\xd5\x2c\x09\x28\x75\xc0\ -\xcc\x3b\xb0\xa0\x92\x44\x9a\xf7\xe0\xe3\xfe\xe7\xf9\x01\xc0\xcb\ -\x20\x35\x75\x0a\x1a\x66\x32\x2b\x82\xf0\xcf\xfc\x81\x01\x53\xc5\ -\x7b\xb0\x07\x3f\x4e\x58\x1c\x53\x80\xb4\x70\x77\xd7\x20\x16\x1b\ -\xff\x2a\x85\x93\xc6\x55\x28\x30\x02\xb7\x59\x52\x03\x23\x5c\x98\ -\xba\x15\x64\xb5\x78\x65\xbc\xe1\x11\x75\xe7\xf3\x60\xbf\xcb\x8a\ -\x33\x10\x01\x8e\xfc\x2f\xec\x56\xeb\x8e\x2a\xf2\x4f\xb7\xef\x2e\ -\x68\xb6\x80\xd8\xfb\x75\x01\x33\x6d\x5a\xbe\xef\xf7\x1f\x45\x50\ -\xed\x1f\xa7\x01\xea\x3f\x0f\x7c\x85\xc3\x72\x9e\x60\xc0\x85\xe5\ -\x80\x16\xb5\x85\x27\xf1\x0c\x2e\x9d\x56\xe9\xcf\xd6\xef\xf3\xcf\ -\xfd\x4f\x14\xd9\xed\x70\xb3\xbf\x4f\xe6\x37\xc6\xc1\x00\x04\x38\ -\x2e\x43\x9b\xf3\x3b\x31\x08\x88\xe5\x21\x0d\x18\x30\x70\xc4\x85\ -\x7b\xf3\x8f\x06\xdd\xd2\xc8\xbc\xa1\x21\x16\xfc\x87\xf0\xc8\x03\ -\x40\xfa\xec\xa9\x22\xc5\x38\x80\xe8\x02\xe6\xff\x46\x23\x3c\x21\ -\x5d\xd2\xfc\x22\xac\x1a\x2f\x11\xd8\x39\xcf\x70\x03\xda\xe0\x99\ -\xd1\xac\x43\xc5\x0d\x0e\x66\x4c\xc8\x88\x70\xa1\x84\xd9\x61\xf4\ -\x7c\x4d\x87\x45\x85\x76\xab\x0d\x20\x11\xc1\x3d\x7f\x62\x6f\x65\ -\xc0\x71\x06\x9f\xde\xfc\x05\xa4\x01\x03\xae\x74\xe2\x41\x84\xcb\ -\xde\xf1\x17\x3c\x1b\x43\xe7\xef\xa2\x69\x86\x76\x59\x20\xdc\xf3\ -\x81\xf4\x53\x24\xb3\x6f\xd6\xa2\x45\x50\xe0\x36\x4b\xda\x9a\xb5\ -\x12\xd3\x43\x24\xcb\x71\xd3\xf5\xd0\x1d\x38\xf5\xd2\x9c\x96\xe3\ -\xd6\xed\x9c\x73\xda\xc2\x25\xff\xa4\x37\x6c\xfa\xdf\x6e\xbc\x0d\ -\xd0\xf1\x02\xdc\x50\x32\xdb\x13\xc2\xb7\xd1\x50\x46\xe8\x25\x3d\ -\x94\x11\x71\xc6\xb4\x32\xa9\xd6\x9a\xcd\x11\xe6\x3f\x92\x88\xa3\ -\x87\x61\xd7\x46\xeb\x99\x3f\x76\x09\x51\xa1\xb6\x78\x72\x3d\xc7\ -\x25\x87\x69\x2d\x59\x2e\x31\x80\xfb\x79\x8a\xc8\x16\xc2\xd2\x1e\ -\x2d\xcb\x4b\x93\xea\xcf\x21\x87\x82\x02\x73\x8a\x39\x13\x16\x04\ -\x31\x32\xd7\x00\x9e\xe7\x6b\x19\x6c\x45\x13\xe2\xda\x3f\x21\x98\ -\x91\x23\x47\xea\xa8\xe9\xe7\x11\x09\x5c\x42\x70\xf3\x63\x22\xf1\ -\xa1\xcd\xdf\x2c\x06\x39\x03\xe0\xe6\x5b\xcb\x66\xa7\xc1\x06\x95\ -\x57\x7f\xdf\x7d\xff\xb7\x34\xc0\xc3\x4c\x5b\x34\x1b\x4e\x0b\xaa\ -\x1b\xa6\x65\x42\xc5\x94\xdd\x28\x24\x11\x43\x40\xa9\xc5\xd3\xc9\ -\x0c\xab\xc5\x36\x78\x00\xf1\x30\xd7\xab\xbd\xa0\xab\x19\x30\x1d\ -\x75\x87\x32\xa9\x2f\xc0\xe5\xfc\xb6\x22\xe3\x9e\xfd\xfc\xdc\xcc\ -\x75\xe4\xb1\xfd\x67\xee\xa6\x5e\xb0\xf9\x1e\x91\xd9\xa6\x19\xcc\ -\xcf\x52\xbc\xe1\x81\x31\xa2\xe0\x8f\x5e\xbd\xde\x64\xab\xde\xcf\ -\x4d\x27\xe6\xbc\xcb\xef\x7d\xda\x5d\xce\xc8\x30\x60\xc0\x1f\x1a\ -\xea\x26\x58\xa9\xb8\x2c\xcd\x90\x40\xe0\x56\x36\xe4\x81\x52\x4a\ -\x03\x40\xe0\x6b\xc0\x8a\x1a\x63\xe8\x84\xcd\xb2\x70\xf0\x82\x07\ -\x1e\xcb\x0b\x1a\xda\x74\x91\x4e\x3d\x30\xc0\x0b\x86\x34\xbf\x1a\ -\xea\x64\x5a\x1a\x49\x5d\xb9\x13\x08\x2f\x18\x4e\x69\x12\xb3\x96\ -\x41\x81\x89\x5f\x9b\x16\x0c\x57\x51\x67\x76\x0e\x22\x3c\xfc\x03\ -\x04\xfa\xec\x07\xa1\xfe\x41\xc9\x56\xe8\x47\xf4\x7c\x20\x86\x56\ -\x78\x23\x22\x0c\x44\xf8\x3e\x7a\x3f\x8c\x31\xc0\xf8\x66\xad\xb8\ -\x9d\xf2\x0d\x4d\x91\xd3\x58\x7d\xca\x05\x70\x81\xc8\x03\xcc\x77\ -\x82\x2b\x92\xac\x0d\x24\xd2\xfa\x6c\xa8\x89\x46\x4a\x18\x3a\xf8\ -\xd5\xb5\x6d\xd4\xa9\x6b\x68\x26\x0c\x43\xd7\x94\xc7\x8b\xb8\x9e\ -\x97\x17\xfa\x6b\xe8\xcc\xd1\xb2\xad\x0c\xcc\xf0\xf3\x59\x2c\x02\ -\x64\x4e\x7f\x7e\x0a\xb6\x7c\x06\x40\x0d\xee\x76\xb7\x37\x6f\xba\ -\x51\x3c\x9e\xc3\x1a\xaf\xb8\xff\x4e\x5a\xfa\xa1\xe7\x01\x73\xe4\ -\x5c\x12\x49\x68\xae\xe3\xf9\x8e\x01\xf3\xf9\x1e\x27\x61\xbe\x9f\ -\x58\xb2\x10\x27\x8f\x4e\x41\x02\x21\xad\x5d\xe6\xf3\x6d\x71\x36\ -\xde\x00\x89\x65\xe4\x4d\xcf\x65\x63\x88\x89\x86\x9e\x8f\xe6\xf2\ -\x49\x3e\xfd\xa5\x70\x5d\xd4\xba\x0e\xcc\x80\x55\xb6\x66\x0a\xb9\ -\x68\xae\x65\x65\x66\xf0\x46\xd8\xf6\xba\x96\x4b\xe8\x7a\x3a\x6c\ -\xce\xc8\x91\xad\x39\x64\x3e\xf1\x16\xd4\x50\xf9\x6a\xb8\x02\xa0\ -\xc1\xc3\x7a\x57\x7d\x01\xe9\x03\x82\x97\x4d\xca\x35\x3e\x69\xf2\ -\x0d\x0f\x33\x4c\x76\xcd\x71\x4e\xf1\xdd\x29\x91\x99\xe1\xe1\x2f\ -\x30\x69\x3e\x9e\x7b\x00\x8c\x71\x05\x8b\x65\xce\x6f\x3b\x9b\x86\ -\xfb\x23\x10\xe9\x3a\xe2\xaf\x35\xcd\xce\x5e\xa8\x6e\x8f\x03\xe6\ -\x33\x95\x2e\x88\xda\x6c\x0e\xbc\xb4\x58\x1e\x5e\x7f\x71\xd4\xca\ -\x0e\xe6\x3a\xe5\x75\x8c\x01\xf2\x4c\xb8\xe5\x31\x07\x65\x56\x0d\ -\x75\xd1\xa1\x7f\xe7\xdd\xdc\x98\x57\xed\xd5\xc3\x8f\x81\xa3\x0f\ -\x0c\xfa\x17\xb0\xfd\xfb\x42\x59\xf5\x42\x85\x4f\x8a\xd9\x20\xd4\ -\xce\x52\x0e\x41\x65\xbf\x72\x43\x5d\x38\x3d\xa7\x1d\x0c\x7e\x40\ -\x74\x3b\xe4\x93\x85\x26\x0d\xb3\x83\x7f\xc9\x6a\xc1\xcd\x77\x5f\ -\x8e\x94\xc3\x66\x68\x50\x7e\xc6\xf0\x22\x01\xf7\x6e\x1e\x05\xad\ -\x88\xee\x45\x07\x83\x05\xb2\x02\xf7\x5c\x8d\x83\xe8\xda\xd1\x1b\ -\x8c\x0b\xc5\x34\x00\xa0\x05\xea\x07\x47\x9b\xa2\xac\x17\xb4\x17\ -\xda\x52\xe8\x03\x99\x3f\x51\x3a\x78\xc8\xa0\xcb\xcd\x48\x82\x31\ -\x28\x75\xab\xe0\x0b\x2d\x4b\x00\xb0\xd3\xe2\xaa\x20\x10\x70\x40\ -\xb5\x07\xf5\x4f\xa6\x01\x9d\x23\xc4\xb9\xd9\x5c\x17\x5a\xd5\x95\ -\xef\x6a\xc8\xfe\x8e\x3f\x9f\xcf\xee\x68\x64\x8b\x5e\x2d\x4c\x6f\ -\x57\xa2\x6a\xde\x01\x65\xd3\xcf\x00\x20\x53\xb4\xa1\x10\x6e\x3a\ -\xa2\xa6\xa9\xf2\x70\xbf\xe2\x90\x84\xac\x61\xbe\x58\xec\xde\x83\ -\x3e\xce\xea\xec\xd8\xe8\x4f\xcb\x3a\x12\x7b\x96\x91\x2b\x02\xb3\ -\x38\xed\x19\xf2\x07\x64\x48\x18\xf5\x60\x54\xc0\x65\x12\x8c\x39\ -\xc5\xc0\xae\xc1\xc8\x42\x96\x1a\xe7\x3e\x2e\x08\xce\x86\x4d\x4a\ -\xc1\x8b\x45\xd6\x81\xe5\x92\x05\x47\x40\x31\x33\x94\x7c\x6a\x1b\ -\x6b\xb4\xec\x49\xe5\xc1\x53\x17\x60\x87\xf6\x41\x5d\x93\x3c\xab\ -\xa4\x01\x02\x46\xf7\x24\x48\x74\x2a\x5d\x9f\x9e\xcd\x70\x06\xa0\ -\xbb\x7e\xb1\xa1\x60\x1f\x73\x7e\x4c\x92\x8e\x66\x6c\x61\x58\x1c\ -\x17\xbe\x7d\xdc\x42\x49\x1f\xae\xcd\xd6\x1e\xdf\xa0\xdf\xef\x37\ -\xbb\x5e\xb4\xc9\x22\x48\x5a\x10\xa7\x35\x77\x06\xa1\x23\x22\x0c\ -\xc1\xa8\x9b\x5c\xdb\x74\x9a\xc2\x54\xd4\x57\x2d\xc6\x6d\xb2\x51\ -\x8a\x97\x40\x0c\x4b\xa8\xa1\x4f\x04\xd1\x0e\x79\xc6\xd5\x48\x68\ -\x99\x2c\x1c\x68\xd8\xeb\xd4\x93\xea\x9a\xdb\x50\xf3\xae\x91\xea\ -\xd7\xf9\xdc\x6d\xbe\x37\xe4\xdd\xce\x29\x91\xcd\x69\xcf\xdf\x79\ -\x34\x51\x62\x45\x01\xe8\x64\x43\x41\x23\x86\xcb\x0b\xc0\xe6\xc0\ -\x7a\xd6\x48\xa5\x8e\x11\xb7\x0c\xae\x77\x03\x97\xc2\xef\x2f\x45\ -\x09\x4f\xfb\x5e\x17\x15\x9a\xbb\x39\x31\x16\x5d\x40\x75\x32\xdb\ -\xb5\x1c\xb0\xa1\xb8\xbb\xb6\x77\xc0\x9a\xf9\x57\x69\x29\x8a\x9c\ -\x8e\xd6\x78\x41\xa1\xef\x09\x61\x06\x8c\xba\xc6\xb4\x34\x73\x17\ -\x7d\xfe\xa2\x4b\xa6\x70\x39\x73\x17\x3e\xd7\xb7\x92\x05\xce\x13\ -\x5d\x31\x71\x72\x26\x40\xb5\x09\x3f\xe5\x34\x8d\xb0\x73\x27\xd3\ -\x5d\x8c\x98\x2a\xd6\xc0\xf6\x10\xed\xe0\xce\x8b\x6e\xb4\x79\xd7\ -\xf0\xb0\x84\xe3\x4a\x00\x64\x69\xf1\xbb\xeb\x23\x4a\xdc\xc7\x04\ -\x81\x21\x52\x94\x9d\x92\xc1\xd9\x9b\xb3\x6c\xe6\x08\x55\xc7\xbf\ -\xa4\x2e\x69\xe1\x9c\x7a\x67\x0e\xba\x70\x9e\xbf\x19\xc7\x81\x72\ -\xd0\xaf\xd8\x44\x05\x65\x9f\x98\x7b\xbd\x94\x7e\xd9\x4e\xb7\xec\ -\x6f\xef\xba\xae\xa6\xe5\x59\x19\x44\x39\x8d\xa5\x17\x83\x02\x5b\ -\x7f\x82\x4b\xe4\xc0\x08\x07\xb6\x4d\x4b\x1e\x60\x91\xc3\x61\x79\ -\x47\x35\x43\x25\xc9\x29\xe0\xc9\x24\xa6\x32\x7b\x24\xd8\x0f\xbf\ -\x98\x9d\x39\xf5\xcf\xdc\xee\x06\xd2\xab\x39\xce\x7e\xbf\x9c\x1d\ -\x3e\xa1\xc6\x04\x2c\x6c\x8e\xae\x65\x94\xc2\xea\x72\xb7\x69\x7d\ -\x27\x8a\x3b\x49\x30\xd9\x13\xbc\x93\xc6\xfa\x82\xca\xd0\x21\x84\ -\x4d\x63\xf1\x17\xd9\xca\x7a\x8e\x9c\x6a\xcf\x33\x25\xf5\x37\x0d\ -\xfc\xca\x64\x59\x27\xf0\x85\xc9\xb5\x44\xf2\xac\x9f\x21\xd6\x52\ -\x93\xba\xe8\xbd\x48\x82\x8d\x8a\xaf\xfe\x0b\x02\x97\x4b\x09\x20\ -\xf5\xb2\xd5\x01\x97\xe8\x0a\x1d\xa1\x9e\x41\x3a\x08\x6a\x4e\x7f\ -\x25\x4e\x29\x28\xd2\x76\x4e\x5d\xc8\x8d\x1a\x5b\x69\xf1\x29\xc5\ -\xb0\xa1\x8e\x9b\xb6\xb0\x18\xd0\xac\x13\x74\x94\x8c\xd5\xf6\x01\ -\x93\x6b\x00\xc5\xd4\x67\x93\x4b\x0d\x2c\x00\x17\x49\x17\xa0\x43\ -\x71\xcb\xd2\xbf\xad\xba\x66\xe5\xc3\x64\x0b\xb6\xdb\x6d\x3c\x69\ -\xa3\xc8\xac\xd4\xf2\x93\x4b\xda\x5b\x3a\x36\x5b\xd6\x44\x81\x01\ -\xcb\x86\xa1\x96\x23\xa5\x68\xd1\x6e\x3b\x9c\xdd\x3b\xef\x05\x8e\ -\xf4\xc2\x19\x2d\x2b\x24\xc3\x38\x8d\xaa\x84\x45\x89\x62\x0e\x7a\ -\xda\x5c\xcd\x2d\x04\x70\xdd\xd8\xed\xdf\x55\xcc\x4d\x04\x5c\x0a\ -\xca\xea\x82\xb4\xba\x84\x6d\xf4\x93\x4d\xff\x46\xfd\x33\x16\x1c\ -\x29\x72\x9a\x56\xf7\x44\x71\x52\x93\x4f\x94\x72\xe4\xbb\xf1\xd5\ -\x09\x5b\xa8\xae\xfe\x7b\xc0\xa4\x99\x97\x85\x7f\x7e\x17\xb4\x62\ -\xb1\x04\x90\xae\xc1\x20\x1b\xb5\x5f\xd7\xbf\x03\xe5\x4b\x3a\x80\ -\x3f\xab\x09\x9f\x07\xac\x21\xef\x45\x10\x37\x07\x21\x09\xf1\x22\ -\x0c\x45\x3a\xd1\xe9\x78\x8c\x5b\x61\x98\x08\x9e\x85\xba\x61\xe5\ -\xdb\x26\xdd\xc8\xef\xa8\x70\x61\x02\x00\x86\x47\xdd\x5f\xa2\x09\ -\xb4\xcb\xc7\xad\x7e\x09\x61\x70\xa1\x7f\xd8\xda\x21\x24\x18\xe3\ -\x5a\x38\xf0\x00\xf4\xf4\xc2\x9f\x16\x8a\x11\x1a\x74\x9e\xeb\x88\ -\xcc\x49\xd0\x2f\x70\x8a\xe6\xbd\x89\x48\x8f\x3a\x43\xda\x04\xf8\ -\x50\xc6\xf6\x88\xbc\x15\xfd\x80\x57\xb3\x59\xaf\x08\x9b\x3f\x27\ -\xb0\x0b\xb1\x5b\xf1\x43\x16\x57\xab\x3e\x0b\x12\x6d\x46\xa7\xa5\ -\x62\x71\xc3\x44\x04\xb4\xfc\x18\x94\x2c\x26\x3c\x99\x9e\x0b\x2f\ -\x7b\x9b\x46\xb9\x46\xc2\x0a\x03\x2a\xe7\x01\x02\x86\x66\x23\x1f\ -\x4d\xb7\xf5\xee\x81\xda\x23\xdc\xfc\xb0\x39\x8d\xd5\xd0\xd7\x9a\ -\x93\x56\x0b\xee\x3d\x5f\xa8\xd9\xb9\x4a\xe7\x75\x37\xb8\xb0\x16\ -\x4e\x78\x45\x0c\x82\x80\x2c\xc2\x63\x82\x9e\xf7\x77\x2a\x1e\xba\ -\xb5\xbd\xbc\xc5\x2e\xd4\x6c\x1e\xa8\x0e\x8f\x85\x20\xe7\xf4\xe1\ -\xc5\x31\x32\x02\x68\x97\xec\xae\x01\x2a\x9e\x1e\x90\x7a\x82\x8d\ -\x02\x13\xc1\xd6\x05\x15\xc4\xb4\x50\x43\xcc\xff\xaf\x4e\x33\x66\ -\x4e\xb5\x8b\x31\x81\xdf\x3f\x27\x1a\x54\x3d\xcf\x12\x7d\x4e\x64\ -\xbf\x9e\x07\x39\xd5\xb3\x06\x61\x8c\x84\x8e\xc5\x28\x84\x42\xc7\ -\x46\x2a\xcf\xea\x9a\xed\x08\xaf\x85\x4e\x14\x71\x91\x93\xc6\x07\ -\x9d\x5b\xd7\xd0\x3a\xcd\x74\xbd\x57\xd6\xe0\xd9\xff\x49\xb7\x62\ -\x67\x39\x8b\x80\xd8\xb4\x94\xe5\x49\x47\x36\x90\xa0\xbb\x71\x68\ -\x43\x4d\xf8\x4d\x10\x94\xcf\x56\xcc\xd9\xc4\x84\x43\x0f\x3c\x13\ -\xa0\x01\x04\x91\x11\xe2\x71\x35\x7d\x18\x05\xb0\x51\x0a\x96\x1b\ -\x41\x74\x0a\x6f\xe5\x34\x51\x8b\x60\x11\x4c\x33\x0b\x71\x23\x17\ -\xd4\x49\x95\xaf\xc9\x3c\x19\x38\x40\x2c\x29\x41\xcb\x79\x87\xf6\ -\xc6\x6a\x8c\x02\xfc\x15\x7d\x6c\x00\x63\x42\x46\xa7\x8c\x72\xa9\ -\xd9\xbb\x5f\x34\x9a\x21\x84\x37\x23\xdb\xfe\xe3\x90\xa7\x2c\xe7\ -\xf7\xd8\xa8\x5c\xdd\xd5\x11\x0b\x75\x90\x7f\xd5\x57\xb6\x69\xbe\ -\xdf\xfb\x23\xd7\x2d\x12\x05\x77\xc0\x44\x21\x85\xe2\x9b\x94\x58\ -\xc4\x72\x57\x70\x32\x3c\xd2\xb1\x8e\x9a\xde\xd6\xdd\xd3\x00\xa9\ -\x84\x10\xbb\x63\xde\x53\xf4\xd0\xd8\x6a\xbc\x13\x3d\xd0\x35\x96\ -\x41\xff\x1b\x9f\x25\x9f\x8b\x42\x1b\xca\xdc\xf3\x17\xb3\x58\xa7\ -\xe2\x14\x7d\x45\x23\xe4\x0d\x92\xb0\x1c\x64\x2f\x0b\x20\x65\x7f\ -\xe3\x0d\x7b\x7e\x5e\xa3\x64\x8a\xc5\x11\xc1\xa3\x26\x07\x02\x2d\ -\xf3\xee\xb4\x2f\xd5\x0e\xfd\x2d\x72\xa5\x9b\x2f\x91\x9c\x9b\xaa\ -\xd5\x66\x7e\xcb\xc3\x0c\xdb\x4f\x69\x1a\xd0\x55\x0a\xe3\x67\xe6\ -\x84\xd9\xd6\x57\x9d\x70\xc9\xa9\xb1\xb5\x15\x76\xc1\xea\xaa\x68\ -\x32\x0f\x33\xd6\xb8\x6a\x0e\x6e\x71\x36\x86\x88\x15\x39\x38\x71\ -\x2e\x11\x3e\xe1\x86\x69\xae\xa1\x64\x07\x14\x09\xb4\x08\xa1\x39\ -\xe7\x66\x30\x82\xe3\x4a\x89\x01\x74\x1d\xb6\xbe\xd3\x64\x6f\xad\ -\x46\x2a\x88\xa8\x93\x3d\x56\xf7\x5b\x67\xf2\x08\x23\x5c\x50\x78\ -\xef\x51\x94\x11\x06\x75\x8a\x3d\x68\xaf\xb8\x9e\x24\xb7\x19\xca\ -\x85\xcc\x59\x78\x21\x35\x0d\x91\x94\x22\xa2\x2d\x20\x66\x80\x51\ -\xad\xce\x0d\xf9\x2f\xaf\x8a\xb8\x5f\x24\xbc\x58\xe8\xc2\x21\x1f\ -\xa4\xd9\x70\x6e\x68\x41\xb7\x61\x0e\x21\x70\x31\xaf\x68\x0e\x2a\ -\x55\x20\x1d\xd9\x1c\x52\x28\x19\x2f\x53\xa2\xd6\x24\x28\x8a\xa8\ -\x53\x98\x12\x6e\x49\x92\x8d\xdd\xba\x98\x29\x9b\x9f\x75\x63\x73\ -\x1c\xce\xb8\x20\xa7\xee\x64\xb4\x88\xb4\x01\x16\x73\x89\xa2\xad\ -\x90\x9c\x1a\xa6\x7b\x16\x45\xd8\xdf\x20\xec\x5c\x5d\x4c\x3d\x00\ -\x02\x04\x02\xc8\x90\x42\x42\x39\x5c\x68\x1b\xef\x97\x7c\x32\x61\ -\x6d\x9f\x53\x84\xec\xa2\x9b\x20\xe6\x16\x98\x4d\x71\xbc\x5f\xdb\ -\x4c\xcc\x0c\xd7\xf8\x13\x28\x9d\xda\x61\x0e\x48\xd7\xb4\xf5\x9d\ -\x8f\xa6\x39\xd2\x8b\xc1\x04\xe4\x8b\xdb\x4b\x8e\xd8\x53\xff\x15\ -\x68\x0a\x49\x14\xee\x50\x72\x4a\x94\x86\x82\xe1\x64\xa3\xeb\xd7\ -\x9a\x25\xb2\x7f\x62\xdd\xad\x9f\x8f\x92\x4a\x00\x50\xac\xe8\x47\ -\x9b\xe8\x30\x42\xe3\x56\x33\x79\xae\x99\x34\x0d\xc6\x23\x62\xe1\ -\x8b\xb4\x68\x6b\x7a\x88\x76\xd3\x77\x60\xcf\xe7\x61\xa0\xf2\xbc\ -\xaa\x06\x92\x63\x5a\xea\x41\xcd\x89\xee\x15\x23\x05\xe2\x70\x05\ -\x3c\xa1\x6d\xee\x6a\xd7\x0a\x81\x2a\x24\xaf\x8e\x53\x15\x68\x69\ -\x93\x09\x28\x68\x6b\xcd\xab\x81\x23\xb0\x51\xb5\x97\xaf\xa6\x1e\ -\x5e\x3d\x46\x51\x3e\x7e\xbd\x08\x6b\x53\xe2\xd3\xbf\x96\x55\x12\ -\x61\x9f\x35\xab\xed\x90\xdd\x54\x32\xb7\xea\x84\x49\x2f\x88\xc5\ -\xaa\x9a\x70\xd3\x72\xae\x13\x40\x28\x28\xdb\x46\x21\x6d\xa8\x27\ -\x15\xf4\xce\x8b\xc3\x61\x8e\x9b\x85\x1a\x89\xa9\x0b\xf2\xe6\x1e\ -\x4f\x53\x3e\xe8\xae\x5d\x33\x8e\xcf\x5d\xc3\xea\x53\x10\x85\x07\ -\x13\xe9\x75\x8a\x57\x9a\x1e\xa4\x51\x40\xa2\x9a\xb3\xd1\x8a\x97\ -\xf2\xc4\xf6\xcc\x68\xda\xb7\x6c\x3e\xa9\x84\xd1\x96\x00\x71\xc6\ -\x2d\x3b\xeb\xfc\xec\x6c\xed\x4a\x4e\x28\x2b\x7d\xcf\xed\xaa\xb1\ -\x3a\x02\x36\x4a\xc0\x79\x82\xd1\xef\x81\xae\x59\x82\x83\xf8\xbc\ -\x78\x14\x1b\x0d\xaf\x8e\x3f\xa0\x69\xb0\x70\x9b\xba\xbb\xb3\x97\ -\x15\xd7\x93\x8b\xe6\x0c\x9a\xfd\xf9\xaa\x9d\x05\x03\x74\x56\xf7\ -\xd4\x7a\x27\xb2\xeb\xd5\x4e\x59\x98\x56\x44\xcb\x53\x02\xb0\xdb\ -\xe7\xea\x0e\x78\xed\x5c\xf6\xfb\x4f\xa6\xe9\x4d\xf6\x29\x48\x8d\ -\xa6\x68\x9a\x24\x2f\x5c\x5d\x57\x0c\x12\x0e\x7e\xb2\xd8\xce\x9f\ -\xf4\xc0\x41\xa3\x0a\x87\x5e\x68\xce\xb9\xbe\x86\xeb\x74\x7b\x9f\ -\x3c\xcc\x66\x16\x20\xc5\xca\xbd\x16\xe5\x7e\xa7\xac\xae\x79\x2d\ -\xee\xa4\x9d\xa7\xf0\x3f\xda\x6d\x73\x98\xb0\x38\x85\x19\x17\xbd\ -\x65\x82\xb8\xe3\xb8\xf6\x63\x82\xfb\x02\x24\x37\xc6\x83\x03\xbb\ -\x8b\x8e\x86\x08\x4d\x36\x32\x3a\x48\x52\xf2\xfe\x3a\xfb\x47\x9f\ -\x15\x0e\x6c\xd9\x52\xf3\x98\x01\x66\xf7\xf7\xf2\x6b\x2b\x8b\x61\ -\xd7\x47\x4a\x0b\xac\x1f\x5e\xe7\x22\x17\xa0\x03\xa2\xd6\x21\xb8\ -\x22\xc4\xfd\x6c\xba\x31\x5b\x4e\x24\x5b\x9d\x3b\x58\xe9\xc5\xfc\ -\x8b\x7d\xfa\xb6\xaf\x5e\xde\x67\xad\xf3\x4e\xce\xb8\x1b\x0b\x69\ -\x69\x36\x4f\x1a\xfe\xdc\x47\x74\xa8\x69\xe5\xa8\xf5\x97\x85\x0d\ -\xc3\x87\x41\x46\x9d\x1f\xf9\xf9\xd5\x72\xf3\xd6\x7a\x5e\xfa\xf9\ -\x4b\x06\xac\x36\x43\xb7\x43\x8e\xa9\x9f\xe9\xc3\xeb\xd1\x90\xa5\ -\xa4\x39\x90\x4e\xe1\xd2\x43\x20\xa8\xee\x84\xed\x2e\x14\x9c\x85\ -\xed\x03\x71\x97\x2b\x45\xf1\xa3\xe5\x32\xff\x31\x03\x1d\xbd\x4a\ -\xae\x75\x44\xeb\xae\x35\xaa\x63\xb1\x8c\x85\x17\xd1\x9d\xa7\xc2\ -\xbf\xff\xaf\x4c\x06\x04\x60\xce\x27\x1e\x4f\x68\x36\x36\xc1\xef\ -\xef\xa1\x8c\xbb\x89\x84\x6c\x59\x0c\x99\xcb\x75\x01\x1c\x72\x6e\ -\x32\x8d\xd5\x0a\x21\x13\x46\xbe\xd1\x10\xa4\x65\x11\xcc\x05\x0d\ -\x5e\x92\xaa\x57\x01\x5f\x4c\x36\x6c\xb2\x23\x97\x15\xb7\xcf\xaf\ -\xa3\xe0\x38\x7c\x0a\x4a\x1e\x68\xfb\xc1\x94\xa2\x1d\x66\x02\xc5\ -\x4c\x43\x96\x42\xab\xff\x2f\x11\xd9\x6e\x91\x5c\x9b\x9c\x86\x2e\ -\x97\xff\xc2\x00\x30\x71\xc9\x96\x31\xfb\x4b\xcf\x83\x78\xbe\x77\ -\x72\x88\x6b\xa3\xd5\x8a\x1d\x06\xbc\x46\x0f\x8e\xb6\x82\xca\xf5\ -\x76\x5c\x28\x45\xae\x1d\x52\x8e\xb8\x16\x37\x64\xd4\xc1\xc8\x45\ -\x91\x97\xa9\xe1\x62\x3d\x8b\x45\x42\x4c\x95\xb6\x5a\x9d\x79\x30\ -\x2d\xa2\x15\x9d\x64\x9b\x54\x91\xda\xd4\x87\x7d\xb9\x84\xe8\xd1\ -\xd7\x8e\x53\x1a\xa1\x89\x98\x61\x29\x42\xbb\x2b\x9d\x14\x13\x13\ -\x5a\x1a\xfd\x01\x08\xb3\xbc\x93\x8f\x53\xd9\x58\xa2\xd8\x95\x1a\ -\x8c\x27\x5d\x78\xdc\x84\xf4\x26\xd2\x06\xb7\x0c\x05\x9f\x7a\x49\ -\x16\x8d\xc5\x49\xca\x69\x82\x41\x75\x2c\x8e\x57\xd5\x1c\xa4\xa2\ -\x62\x1e\xe0\xbc\x8a\xd4\xb3\x30\xd4\xc6\xbe\x36\x19\x68\xc7\x21\ -\x8b\xd2\x05\x10\x46\x6f\xa8\xca\xde\x57\xe7\x36\x38\xd2\x41\x52\ -\xf4\x2b\x4b\x26\x4d\x62\xc6\xd3\x4c\x37\x08\xe9\xfc\xe7\x97\xa6\ -\x6a\x2d\x6c\x79\xc2\x32\x35\x49\x3d\x1f\x43\x0f\x93\xad\x94\xa2\ -\x3d\x34\xf2\x7c\xd1\xc9\xd2\x28\xf2\x6a\xfe\x80\xbd\x09\x6b\xe7\ -\xa4\x10\x18\x98\x5f\x0a\xa7\xc5\x65\x14\xaf\xd2\x1d\xc1\x46\x03\ -\xf1\xc6\x97\x01\x42\x87\x9a\x61\xd6\x18\x21\xd3\xa7\xb3\xcb\x5d\ -\x39\x01\x5e\x02\x77\x63\x42\xa8\x74\x9a\x35\x64\xfb\x74\xe7\xe4\ -\xd9\x6e\x40\x1f\x74\x3b\xf9\x7e\x6d\x98\xf6\xa8\x4d\x14\x13\x98\ -\xd8\xdf\xeb\x28\x46\x09\x87\xe0\xf3\x12\x42\x5d\x4d\x6b\x4e\xf4\ -\x1b\x9f\x02\xcc\x02\xd8\x49\x79\xf6\x18\xae\x65\x1f\x2d\x74\x6b\ -\x71\x64\xfd\x12\xb3\x45\x35\x81\x39\x8f\x0a\x46\x98\x6b\x3c\x3f\ -\xa1\x23\x05\x68\x77\xff\xda\x5d\x57\xd5\xfc\xc3\xe9\x83\x8f\x46\ -\x8f\xf3\x0d\x40\x4f\x30\x0f\xdc\x6d\x13\x4a\xce\x0b\x02\xc3\x23\ -\x6a\x3e\x81\xa6\xad\xec\x67\x6d\x05\x38\x9e\x60\x7c\x00\x76\x93\ -\x0b\x47\x89\x25\xf2\x05\xcd\x59\x0c\x0b\x00\x44\x1f\x3b\xc3\x30\ -\x34\x66\x31\x79\xa5\x0c\xa9\x27\xd3\xed\x90\xcc\x70\xe7\x74\x56\ -\x85\x8f\x7c\xde\x40\x91\x51\x27\x3f\x2f\x13\x3e\x2d\xc8\xb1\x51\ -\x4d\x75\x50\xf3\x31\xdd\xe0\xd5\x4c\xac\xe8\x10\x9f\x91\x91\x1e\ -\xee\xb8\xec\x59\x5c\xca\x1c\xf1\xdc\xa7\x4e\xb9\x83\xad\x10\x6e\ -\xe7\x10\x74\xdb\xf6\x5a\x0b\xd5\xbd\x02\x6f\xd3\xfd\x88\x6c\x58\ -\x6d\xfd\xb1\x69\x91\x2a\x45\xab\xef\x7d\x4a\xc0\xd5\x99\x2d\x02\ -\x0b\x50\x8b\x4b\x56\x5a\xad\x21\xaf\x73\x06\x5c\x05\x6c\x4b\xf3\ -\x5c\x0f\x3e\x1c\x06\x8c\x5a\x6d\xb9\x6a\x1f\x3d\xf7\x72\x35\xb3\ -\x58\x2d\xf8\x1b\x63\xc0\xac\x20\xdb\x79\x0c\x39\x5c\x08\x90\xcc\ -\x29\xe0\xa0\xc8\xa6\x14\x9d\xa5\x66\xbe\x41\x77\x90\x6c\x31\x1f\ -\xb4\xfc\xec\x13\x78\x01\xff\xf3\xff\xce\xcd\x7b\x5f\x27\x64\x13\ -\x9c\x93\x1b\xe0\x5f\x69\x88\xee\x4d\x50\x06\x25\x67\x30\x6f\xa5\ -\x57\x72\x63\xfa\xc6\x2c\x3f\x26\xff\x29\x3b\x60\xcb\xf3\xaa\x26\ -\x30\x62\xd3\xc3\x46\xef\x45\xcb\xfd\x2a\x0c\x93\x53\x0d\x2c\xc5\ -\xf3\x00\x99\x42\x06\x13\xda\xce\xcd\xa5\x10\x1b\xb5\x50\xa3\x13\ -\x26\x20\x7e\x22\xff\x34\xd9\x64\xfa\xfe\x09\x33\x8f\xce\xe3\x3f\ -\x7c\xa9\x5f\x82\x59\x74\x91\x60\xb8\xe8\xf9\x52\xb8\x4a\x21\xb7\ -\x6e\xbe\xde\x90\x2e\x1a\xa2\x78\x73\xd5\x26\x54\x16\x7e\xbe\xe9\ -\xa7\x0a\x25\x09\x84\xf4\xb2\x90\x72\x21\x09\x1f\x1b\xad\xce\x88\ -\xd8\x69\xd3\x00\x00\x20\x00\x49\x44\x41\x54\x87\xe5\x5f\x9b\xb0\ -\x8a\x82\xd3\x82\xac\x22\x7a\x09\xbb\x50\x19\x25\xbb\x5b\xa8\x93\ -\x8d\xa0\x17\xc9\x36\x0d\x93\x45\xc3\x55\x0f\x38\x6d\x14\xb8\x51\ -\xbe\x4e\xa3\xd7\x6c\x8e\x20\xa6\x7f\x7c\x68\x38\xfb\x77\xc0\x5d\ -\x6f\xb6\xa0\x01\xbd\x48\xb4\x9f\x31\xe8\x48\x1e\xac\x98\xe3\xdb\ -\x73\xf5\x77\x08\x8e\x9c\x62\x59\xa8\x53\x5a\xf6\x12\xc8\xf9\x60\ -\x67\x99\xe1\x40\xe4\xc2\xd9\x96\xd5\x50\x1a\xbd\xd5\xea\x3b\xbe\ -\x0b\x95\xf7\x3b\x39\x04\xdd\x73\x9e\x2e\x15\xca\xcc\x1d\xfb\xd9\ -\x8c\x50\xa8\x5e\xe9\x10\xc9\x05\xb1\xf7\x50\x58\x28\x46\x2d\x03\ -\x11\x26\x2e\xd3\xcd\xa0\xa9\x49\x3e\x97\x53\x51\xd9\xde\x77\xd7\ -\xc3\x74\x7d\x9c\xed\x82\xf2\x1d\x07\x24\xb5\x8d\x4c\x8f\x24\xc2\ -\x85\xd7\xcf\x79\x41\x1c\xfa\xef\x35\x8f\xca\xdf\x59\x9b\x64\xf9\ -\x0a\x98\x8b\x9e\xa4\xe4\xaa\xb9\x99\xc3\x89\x32\xe1\x7c\xff\xee\ -\x04\x39\x1a\xa8\x90\xfb\x97\xb2\x68\x31\xbd\x0a\x5b\x76\x04\x42\ -\x4f\x96\x0f\x87\x50\x59\xa8\x30\xbf\x5c\x38\x6f\x93\x1a\x7e\xd1\ -\x85\xaa\x98\x9f\x5a\x61\x6c\x24\xd9\x2a\x22\xda\xa8\xba\x75\x5a\ -\xe6\xa0\x88\xd0\x75\x68\x16\xa8\xd9\xfd\xf7\xa6\x0a\x8b\x76\xd2\ -\x19\x68\x91\xc4\x57\x5b\x86\xc6\x87\x87\x46\xc0\xe8\x8d\xd4\x4a\ -\xe5\x7e\xe3\xf0\x47\xf6\x52\xe7\x1d\x35\xa4\x9f\x88\x1a\x42\x08\ -\x48\x69\x1d\xec\x05\xbb\x8e\x81\x5b\x69\xc9\x07\x67\x2c\x42\x8a\ -\x20\x68\x24\x07\x55\xd2\x40\xa1\x16\x8a\x7b\xb8\x6c\x79\xee\x28\ -\x20\x0c\x2f\xcd\x9d\x1b\xd1\x78\x1e\x0d\xb6\x88\x0d\xe6\x99\xe1\ -\xe2\x51\xec\x8d\x42\x37\xe9\xe1\xc4\x80\xdc\x1c\xba\x76\x20\x51\ -\x5a\x8e\x12\x84\x0b\x9e\x5b\xf5\x4a\x7b\xd6\x3d\x77\x70\xbf\x0b\ -\xe6\x14\x40\x9c\x89\xda\xca\xa2\x85\x95\x6a\xfc\x44\x2d\x70\xf5\ -\xd4\x5c\xbd\x15\x64\xc2\xae\x35\x52\x6d\x01\x69\xc8\x59\x59\xee\ -\x08\xcc\xa9\x8f\x52\x40\x13\x60\xe0\x81\x19\xd0\x1a\xf4\x25\xe8\ -\x39\x13\x46\x75\x9d\xf3\x34\x53\x93\x62\x63\x1d\x16\xd4\x66\x6a\ -\xe4\x53\xe9\xa1\xb6\xd8\x62\x21\x9d\x2d\x50\xb8\x80\x10\x55\x13\ -\xed\x6e\x67\x14\x09\x76\xae\x8d\xe9\x4d\xb6\x4e\x9a\xe1\xbd\xce\ -\x40\x54\x23\x05\x92\x66\x58\xd2\x35\x3a\x85\x8e\x5a\x62\x0d\xe2\ -\xe7\xb8\xdb\x63\xdc\x0b\x68\x83\x5a\x65\x0e\x88\x69\x52\xdc\x5d\ -\x18\x05\x43\x5b\x58\x0b\x61\x3f\x77\x19\xd2\x14\xe4\x54\x47\x9c\ -\xa6\xd9\x70\x60\x90\xbc\xe9\x40\x01\x46\xa1\x46\x0f\xbd\x69\x16\ -\x67\x5f\xa0\x11\xe0\x4b\xea\x91\xcb\x6c\xce\x7f\x3f\xa4\x11\xc5\ -\x0a\xf6\xee\x05\xba\xb1\xa8\xb8\x68\xe9\xb0\x83\xbb\xa9\x7b\x7d\ -\x99\xc4\x86\x0b\xa5\xb4\xcf\x7c\x9c\x6c\x94\xf3\x33\x74\xf8\x5e\ -\xb8\x5f\xa6\x43\x85\x0e\x60\x10\x4c\x05\x74\xaf\x7f\x37\x5a\x71\ -\x0d\x01\xaf\x6b\xba\x36\x55\xb5\xb6\x7c\x8b\x19\x62\xab\xdb\x56\ -\xc7\xd8\x6a\x70\x53\xad\xc8\x65\xa1\x0b\x06\x65\xb1\xd6\x3f\x7d\ -\x94\xd6\xea\xc7\x8d\xa6\xfc\xd6\xf0\x79\xb0\xbc\xdd\xc1\x38\xba\ -\x29\x07\xae\xfa\x56\xcb\x80\x8d\x50\x13\x21\x40\xd8\x6b\xe4\xb4\ -\x3a\xef\xef\x4b\x6c\x7a\x44\x55\x23\x4c\x29\xe1\xf1\xb8\x81\x53\ -\xf3\x4f\x62\xec\x37\x29\x9a\xad\x61\x75\x89\xf4\x29\x41\xd2\x5c\ -\x8b\x0c\x02\x32\x67\x4d\xfb\x98\xa4\x8a\x23\xb1\xe5\x57\x5d\xf6\ -\x77\x51\x4a\x1a\xc4\x26\x56\x08\xc9\xff\x1f\xf6\x97\x79\x21\x2f\ -\x96\x95\xc2\xa5\xc0\x8d\x5c\x1e\x91\xc3\xc3\x5c\x74\x54\xe1\x1a\ -\xa8\x4e\x2e\xad\x0d\xc2\x44\x41\x4f\x0b\x3e\x05\xb3\x85\x06\x54\ -\xc4\xdb\x48\x02\xf2\xe4\xb4\xe9\xb7\x8d\x93\x3c\xe9\xa5\xa8\x18\ -\x54\x00\xdb\x11\xf4\x15\x77\xb1\xc2\x92\xb9\x82\xec\x45\x4f\xb7\ -\x99\x3f\x09\xbf\xab\x37\x7e\x7e\x63\x6a\xed\x0b\xcb\x1d\x14\x88\ -\x40\x6e\x43\x20\x9d\x45\xd1\x04\x39\xd0\xa8\xd6\xcc\x8b\x4e\x1d\ -\xab\x13\x02\x29\x39\x51\x6b\x58\x66\x7b\x66\xb2\xd0\x34\xc1\xdd\ -\x32\x29\x44\xe8\x95\x8e\xc9\xd6\x72\x63\xd1\xdd\xad\x1c\xd5\x7a\ -\xd8\xae\xce\x33\x2d\xc0\x93\xa4\x65\x79\xc5\xe8\xdc\xc9\x2a\xc5\ -\x8a\x1a\x65\x44\x23\xc1\x22\x40\x5e\xc8\x84\x0d\xf3\x2c\x59\x0c\ -\x2a\x64\x5c\x05\xfc\xfa\x73\xcc\x2d\xcf\x1d\x0b\x5b\xcd\xcc\x21\ -\x20\x1e\x01\x16\x30\x50\x69\x4e\xdd\x81\x2c\x10\x21\xba\x72\x62\ -\x66\x54\xba\x51\x69\xb3\x20\x5b\x0e\x13\x2c\x13\x8d\x34\x3c\xb1\ -\x44\x72\xe1\xb0\x7f\xae\x12\xbf\xd4\x5c\xb8\xd1\xba\x23\x44\xe5\ -\x7b\x2f\x8d\x31\xc0\x21\x3c\xf3\x40\x5f\x75\x2d\x8d\x37\x97\xd5\ -\x05\x2e\x7e\x2f\x40\x38\x7b\xa6\x0d\xf9\xa2\x2b\x92\x7e\x40\x27\ -\x68\x40\x61\x11\xdc\x7e\x7f\xec\xbf\xbd\xe9\xec\x5c\xf1\x44\x49\ -\xf1\xa5\x81\xaa\x40\xca\x9a\x23\xc7\x45\x60\xed\x45\x41\x2f\x92\ -\xea\x3e\x3e\x67\x79\x6d\x3c\xef\x23\x35\x10\x81\x06\xed\x51\x0f\ -\x0d\x75\xc6\x43\x63\x3a\xe2\xd9\xd4\x62\xaf\xd1\x68\xdc\xad\x12\ -\xa1\x51\xa5\x7d\x36\x82\x31\x85\x2f\x76\xec\xe2\xa0\x44\x57\x9d\ -\xc0\x41\x97\xea\xd3\xdd\xc9\xd0\xf6\x78\xcb\x1d\x81\x34\xe2\xf0\ -\x20\xca\x19\x93\xca\x22\x30\x7e\x99\xcd\xb3\x7d\x8f\x9e\x3d\x94\ -\x05\x41\x8d\x68\x78\x6b\x06\xcf\xcd\xcd\x68\x74\x23\x88\x00\x56\ -\x3a\x00\x45\x35\x14\x94\x16\xcd\xd5\x36\x02\xdb\xd7\x99\x69\x6a\ -\xc4\x9d\xe5\xec\xb7\xbb\xb9\x83\xa0\xbc\x16\xb0\xdd\x42\xb8\x6b\ -\x1a\x40\xd2\x1a\x7b\xd7\xe9\x11\xf4\x40\xeb\x65\x6f\x2c\x13\xcf\ -\x53\x81\x14\x85\x9a\x67\xcf\xe0\x63\x67\xf4\x4c\xc0\x0b\x11\xd0\ -\x5c\x66\x6d\xae\x55\x7e\xfe\xa5\x54\x4c\xf9\xa3\x53\x7b\x58\xef\ -\xbd\x75\xe2\x08\x6d\x12\xe2\xa8\x11\x9a\xb9\xc5\xb4\xa6\x33\x74\ -\x5c\x4e\xfb\x0a\x37\x4a\x32\x27\xd2\x11\x8d\x3b\x56\x20\x02\xc0\ -\xce\x79\x33\xcb\x38\xa0\xd7\x83\xc8\xd6\xa7\x7a\x7f\xd1\xca\x3c\ -\x81\x9d\x7e\x96\x13\x49\x9d\x44\xaf\xd9\x7e\xd1\x20\xb8\xb9\x57\ -\xd1\xd1\x6a\x33\xe5\x6e\xc4\x73\x03\xd6\x2b\x1b\x86\x60\xc4\x14\ -\xae\x1a\x56\x9c\x9a\x25\x6d\x18\x09\xb0\x16\xf0\xae\x7e\x2c\x45\ -\xad\x53\x35\x7b\x46\xdb\xec\x13\x4c\x76\x83\x0e\xa3\xc5\x36\xe0\ -\xc3\x6d\xd7\xe9\xd0\x78\x51\x01\xda\x08\xd6\xe2\x2a\xea\xc7\x00\ -\xed\x60\x09\x71\xd7\x82\x7b\xba\xbd\xfd\xb2\x0f\x62\x0f\xd6\xbb\ -\xc9\x7e\xc6\x1b\x4d\x2e\xcf\xe5\x64\x65\xac\x11\x16\x6f\xd4\x38\ -\x07\x2d\xb4\x7c\x71\x00\x90\x37\x97\xcd\xf8\x79\x90\xf6\xf4\x55\ -\x97\x75\xa2\x4d\xbe\xd1\x24\x93\x3a\xbe\x44\x5c\x10\x6d\x32\x93\ -\x53\x9d\x7d\x62\x48\x9d\xd6\x4a\x8d\xe4\x59\xb5\x57\x6b\x4c\x51\ -\x9b\x5a\x16\xb6\x4e\xfc\xda\x81\xfe\x5e\xaf\x93\x56\x4b\x14\x47\ -\xc7\x51\x34\xbe\xdd\xc0\xdf\xe5\x16\x25\xf7\x8a\x08\x68\x3b\xd5\ -\xad\xc9\x76\x19\x8a\x31\x9c\xf4\x9c\x1d\x2d\x90\x39\x98\x45\x88\ -\x20\xcf\x4c\x59\x85\x11\x2f\x53\x3f\xae\x0f\x3f\x59\x67\x16\x4d\ -\x22\x0e\xd8\x96\xef\xcd\x92\x99\x76\xec\x94\xd4\x2b\x65\x4e\x9e\ -\xdf\x65\xcf\xe2\x52\xa7\x1c\xd8\xc6\x94\x24\x1c\x5c\xc6\x31\x34\ -\x3c\x6d\x2e\x88\x6b\x76\xe7\xe3\x80\x84\xcf\x20\x2f\x6d\x87\x3f\ -\x9c\x3a\xf1\xf3\x42\xc9\xc0\xc8\x44\x14\x18\xfd\xa5\xf5\x71\x73\ -\x1f\x93\xd3\xb6\xc8\x88\xc9\xd0\x7d\x79\xcd\x4d\xa8\x23\x6c\xf7\ -\x0a\xe9\x85\x99\x21\x46\x36\xe6\x44\x9b\x1f\xf8\x05\xe8\x05\x7a\ -\xa5\x82\xb9\x43\xd8\x4a\xd5\x23\x01\x78\x06\x96\x00\xc1\x33\xcf\ -\x7e\x88\x18\xe5\x2e\x51\x9e\x51\x82\x43\xb5\xa1\x3a\x1d\xf8\x3e\ -\xc2\x75\x7f\xb1\x51\xb2\x43\x30\x5c\x17\xab\x2b\x16\xb4\x91\xed\ -\xb4\x06\x72\xc6\xe2\xc5\x92\x9f\x71\x74\xfa\xe1\xf2\xdf\x90\x01\ -\xdd\x8e\xb4\x1e\x7e\x45\x03\xa0\xfa\xae\x4e\x07\x99\x73\x02\xcf\ -\x3b\x9e\x69\xd8\x57\x97\x94\x6c\x36\x21\xe2\xa7\x88\x8b\xbd\x19\ -\xab\x22\xc5\x41\xe6\xab\x88\x0b\xd5\x4c\xd2\x92\xff\x2a\x56\xa7\ -\x8d\xae\x11\x2e\x93\x6e\xc9\xbf\x1f\x58\x99\xab\x75\x75\xd3\x15\ -\xa8\xc1\xd2\x4b\x71\x53\x78\xbe\xd5\x79\xad\x16\xa8\x60\x54\x9b\ -\x59\x28\x04\xee\x7e\x43\x41\x87\x99\x20\xf8\xd1\xa2\xc7\x05\x9c\ -\xa1\x6f\x98\xaf\x00\x43\x47\xe7\x7b\x43\x91\x07\xaf\xed\xf5\x91\ -\x50\xa1\x40\x0f\x4a\x55\xf6\x63\x86\xee\x05\x93\xa2\x9c\x0f\x8e\ -\x3c\x9e\x5d\xe7\x9c\x7e\x29\x25\x5c\x54\x5a\x50\x3c\x49\xe7\x4c\ -\x43\x01\xbd\x45\x30\x10\x23\x58\x35\x48\x02\x07\x7a\x8b\x34\xd3\ -\x97\x4d\x37\x52\xcf\x0a\xe8\xb4\x1f\x0d\x4f\xc5\xff\xd9\x71\xe9\ -\x0d\x28\xda\x2f\x3e\x3a\xff\x2c\x0b\x0d\xde\x5d\xfd\xb8\x15\x1a\ -\x88\x74\x0e\xa5\x44\x81\x35\x34\xea\x78\x29\x5b\x20\x2b\xac\xd4\ -\x25\xe4\x3d\xbb\xae\x4c\x07\x72\xfd\x5f\x81\x58\xf2\xa1\x68\xbc\ -\x06\xc5\xa5\x3e\x0f\x01\xe8\x91\x9d\x82\x7a\x4e\x12\x60\x2f\x79\ -\x0f\xfa\xa0\xe3\xd4\xe5\x40\x23\xac\x9a\x9f\x37\xa7\xb1\x37\xb7\ -\xc4\x9a\xf7\xe7\xfb\x4d\x9b\x0a\x0e\x21\x33\x5a\xfc\x82\xc0\xdc\ -\xc0\x2a\x32\x94\x9f\xa5\x87\xce\x77\x2a\x24\x00\xd3\x19\x14\x50\ -\x27\x44\x05\x8d\xc8\x80\x96\x04\x38\xac\x98\x15\x02\x81\xbb\x65\ -\x33\x75\xe4\x1c\x5a\x8e\xd2\x09\xf8\x93\xf9\x05\x88\x28\x03\x6e\ -\x94\xca\x95\x0e\xdf\x90\x76\xe6\x0e\x76\x15\xfa\x77\x7b\x7e\x48\ -\x96\xad\x56\x4d\xa1\x30\x9b\x7e\xbf\xe7\x05\x80\xab\x36\xdb\x40\ -\xd4\x3a\xa9\xf3\x26\xfc\x42\xb2\x80\xe2\x11\x99\x5f\x58\xef\x1d\ -\x68\x61\x58\x11\x8e\xea\x19\x55\x8f\xa1\xfa\x8c\xa3\xb9\x1b\x12\ -\x2e\x34\xbb\xe2\xc4\x52\xcd\xaf\x1c\xb0\x54\xba\xd2\xc8\xf0\x70\ -\xb7\x2e\xc7\x7c\x96\x12\x72\x87\xca\x88\xc8\xf7\x30\xcd\x31\x4d\ -\xda\x04\x3f\xe9\x60\xf1\xde\xeb\x3b\xa3\x9c\x10\x3b\x95\x4e\xcd\ -\x47\x6a\x1d\xb4\x50\xd1\xa1\xba\xb2\x42\xc4\xd2\x4c\xee\xd3\x9f\ -\x0a\x62\x39\xcd\xaa\xdf\x79\xb4\x00\xea\xa5\x11\x65\x6c\x8e\xb2\ -\xef\x0c\x8d\xae\x41\x9d\x00\x8d\xde\xb5\xd2\xaa\xdb\x9d\x79\xa0\ -\x05\x4b\x09\x69\xde\xc0\x06\x8f\xed\x99\x73\xd3\x4a\xfa\xbd\x5d\ -\x73\xef\xa0\x34\xa8\x2b\x65\x10\x8d\x56\x4a\x92\x81\xdc\x67\x0d\ -\x9b\xd5\x28\xf2\x1c\x27\xa0\x0e\x84\x77\xb7\xc4\x6c\x06\x63\x6d\ -\x00\x44\x44\xce\x9b\xf6\x4a\xa7\xba\xf2\x7a\xf7\xbc\x39\x74\x1f\ -\x7f\x9e\x6b\xb5\xb1\x18\x71\x14\x70\x49\x2a\xeb\xa9\xb2\xcc\xb6\ -\xef\x96\x20\xdf\x88\x00\x5f\x2a\x6b\x4c\x7a\x20\xb0\x51\xc6\xeb\ -\x34\xd2\xe5\x20\xf9\x9c\x12\x40\x50\x23\x30\x6f\xac\xac\x39\x63\ -\xd6\x30\x73\xc6\x02\x18\xe1\xab\xe3\x6f\x07\x21\xde\x99\x1c\x84\ -\x55\x6b\x5d\x1a\x64\xc2\xed\x2e\x66\x51\x97\x50\x16\x81\x0b\x78\ -\xc2\x83\x08\x83\x2c\xc1\x9d\xd3\xd9\x88\xc6\x80\x9b\x6f\xa3\x6b\ -\xa9\xab\x0f\xd9\x64\x84\x19\xc2\x56\x79\x98\x25\x2c\x94\x85\x52\ -\x27\x4e\x03\x51\x6d\x57\x8b\x1e\x89\xec\xff\x7e\xe0\xab\x05\x7f\ -\xd0\xbd\x66\x19\xdb\x09\xdc\x73\x82\x3c\x7a\x98\x2a\xb7\x15\x61\ -\x82\xfe\xbd\x9e\x75\x94\x85\x2d\xa4\x8b\x1a\x49\xa3\x39\x11\x69\ -\x36\x01\x97\x03\x17\x09\xe1\x99\x4f\xf0\x6e\xa1\xa5\x9d\x73\x09\ -\xd3\x4b\x7a\xe3\x28\x28\xea\x05\x17\xdc\x72\x67\x91\x58\xf4\x35\ -\xce\xc9\x56\xbb\xf0\x2b\x2e\x25\x46\x0b\x95\x43\x04\xa4\xab\x68\ -\xad\x6c\x62\x45\xe8\x98\x2b\x8c\x31\xe0\x31\x4a\x06\xda\x12\x0d\ -\xda\x06\x22\x10\x0d\xf8\xce\xff\x14\xe3\x0f\x02\xf0\xcd\x3c\x00\ -\x58\x08\xa6\xb0\x2e\x44\xbc\xd2\xf5\xa7\x38\x27\xdd\xf3\x9f\x0c\ -\xca\x35\xea\x82\xc9\x5b\x81\x00\xe0\xe7\xf9\x2f\x0c\xbc\xd4\x8e\ -\x3b\x36\x18\x67\x48\xa0\x4c\x15\x00\x56\x7a\x4d\xa1\x8d\xf1\xf3\ -\x4f\xb7\xbc\x86\x74\xf4\x1a\x80\x70\x9b\x7d\x3a\xe1\xa5\xae\x2c\ -\x53\x0d\x1f\x40\xf4\xff\xcf\xcf\x4f\xe4\x30\x89\x51\xfd\xd0\xf2\ -\xaa\x50\x04\xbe\x3f\xff\x07\xd7\x75\x01\x7e\xfe\xa5\x08\xf7\x64\ -\x00\x99\x80\x04\x30\x88\xe0\x61\xcd\x9f\xc2\x85\x6b\xae\xf9\x2b\ -\x04\xdf\x28\x3e\x4c\xc7\x26\xea\x4c\x45\x96\x0d\xe5\xf4\x44\x75\ -\xc0\x82\x3c\x10\x10\x41\x70\x00\x90\xd2\x47\xd9\x10\x2e\x7a\xf4\ -\xef\xf9\xd8\xc1\x3b\xf9\x06\xe6\x2c\x10\xf8\x99\xf1\x7c\x88\x04\ -\x6e\x9e\x40\x9c\x56\xb7\x6e\x15\x9a\x41\xcf\xfa\xbc\x19\x3c\xff\ -\x0c\xad\x69\xd3\xf5\x33\xe7\x4f\x20\x3d\xcc\x1c\xd6\xf2\x3a\xa8\ -\x43\x98\x56\x00\xc5\x45\x80\x3a\x85\x52\x7a\xff\x05\x3f\x33\x75\ -\x51\xce\x0d\x9f\xd6\x48\x20\x0c\xa3\x6f\x50\xa3\x5a\x22\x00\x5c\ -\x36\x21\xbc\xf9\x9f\x10\xa8\x8b\x59\xef\xe6\x21\x3b\x60\x3e\xff\ -\x00\x10\x02\x49\x09\x46\xa5\x44\x83\x78\xfe\x68\x71\x1a\x62\x78\ -\x52\xfa\x13\xab\xe0\xf4\xe6\x09\x44\x23\x1a\xb0\x14\x18\x9b\x2c\ -\xd5\x73\xaa\x46\x06\xe3\x2a\x53\x48\x2f\xc9\xaf\xd3\x41\x69\x71\ -\xe5\x2b\x48\xaf\x67\x26\x79\x1e\x94\x53\x31\x34\x87\xe5\x56\x4b\ -\x58\xce\x66\xf3\x11\x56\x81\x2b\x00\x4c\xf9\xc2\x05\x57\xd3\x19\ -\xb1\x4f\x14\x11\xe1\x99\xfa\xfc\x07\x8d\xa0\x3b\xea\x24\x50\x00\ -\xe4\x01\x9e\x5f\xd5\x39\x1e\x34\x32\x7a\xbe\xde\x9a\xd1\x85\x94\ -\x8d\x54\x14\x6d\x9a\x95\x55\xf5\x60\x19\x3a\xab\xc5\xff\x34\x8a\ -\x37\x21\x15\xf0\x25\xa9\x35\x62\x51\x0b\x88\x06\x58\xe1\x30\x5a\ -\xec\x07\x10\x40\x73\xc2\x38\xad\xb3\xf5\xb2\xb1\xdf\x03\x03\x26\ -\xfc\x3f\x9b\x2a\x98\xde\x89\x39\x35\x7a\x84\xf0\xbd\xa7\x66\xf7\ -\xf9\x19\x6b\xf4\x9e\x01\xa8\xd3\xce\xa0\x79\x64\x88\x38\x8b\x00\ -\xcc\xc7\xc0\x1c\xde\x82\x55\xc3\xff\x80\x10\xfc\xba\x22\x77\x67\ -\xf4\xf9\xad\x01\x2e\xba\x27\xf4\x52\x17\xe4\x46\x1b\x46\x40\x60\ -\x33\x4f\x72\x5d\x0e\xbb\xfe\x45\x39\x23\x80\xc4\x56\x80\xba\x33\ -\xed\x0c\x40\x46\x44\x53\xe4\x14\x21\x1a\x0b\xc2\x8a\x41\xd8\x64\ -\x37\x9f\x29\x8e\x72\x39\xb4\xf9\xb6\x42\xb1\xea\x38\xda\xa4\x43\ -\x86\x05\xc9\x17\x10\x44\x18\x24\xf0\x14\x2f\xde\x87\x36\x08\x7e\ -\xfe\xc8\xb3\xd0\x4f\xfb\x04\x89\xf9\x1f\x18\x74\x19\x73\x44\x9b\ -\x9f\x39\x67\x4c\x1b\xc5\x73\x26\x0d\x99\x1d\x31\x19\x63\x40\x16\ -\xf8\xc2\xa5\x94\x7e\x5f\x5f\x81\x50\x0b\x10\x09\x3c\xf3\xbf\x00\ -\x6c\xe4\x65\xc6\x26\x00\x27\x22\xf8\x81\x47\xa9\x7f\x48\x1a\x6d\ -\x12\x7f\xfe\x02\x18\x00\x0f\xdf\xd6\x50\xe9\x34\xca\x1b\x6f\x11\ -\x8b\x74\xb0\xfb\x0b\x0c\xbd\x5e\x27\x12\xff\xdc\x7a\x3f\x88\x39\ -\x2f\x4e\x71\x60\x52\x4f\xd3\xdb\xac\xfd\x3d\x12\xc3\xd7\x19\xd9\ -\x1e\x7b\xf8\xc7\xf2\xea\xfc\xef\xcf\x49\xc4\x35\xfe\x0d\x3f\xf3\ -\xff\x54\xc0\x6e\x3f\x5f\x22\xaa\x4a\xf7\x87\xcc\x2f\x20\x30\x8c\ -\x4b\x73\x0b\x85\xf5\xf9\x66\x81\xf9\x05\x19\x02\x0c\x04\xc4\x57\ -\x9c\x6d\x1e\xca\x7d\xcf\x27\x6a\x23\xbf\x03\x89\x25\xe0\xd5\xaf\ -\xfc\xa4\x04\x43\x0a\x18\x60\xfb\x6a\x5a\x28\xfa\x18\x57\xdc\xf9\ -\x6c\xba\x60\x80\x01\x34\xbe\x6d\x0a\x04\xd1\xdc\xf5\x09\xa5\x9f\ -\xcd\x55\x8f\x35\xc6\x80\x9b\x38\xac\xb8\xf5\xbe\xc8\x08\x9a\x0b\ -\x08\x1e\xb8\x75\x5d\x50\x9d\x86\x99\x89\x17\x00\xa0\xdc\x00\x70\ -\x6e\x78\x50\x34\x27\xe9\x34\x61\xca\xa9\x8a\xfd\xfd\x48\x30\x06\ -\xb5\x41\x33\x11\xc0\xf7\xfe\x8f\xba\xd0\xa2\x35\xb1\xf8\x51\xb0\ -\xd7\xdc\xe0\x60\xfe\x27\x27\x9f\x65\x1f\xfe\xb9\x94\xa6\xf9\x48\ -\x4e\x81\x1d\xbc\x99\xa2\xf4\x67\xc2\x0b\x9e\xfb\x1b\xc0\x92\x67\ -\xa4\x5d\x60\x2e\x71\xf2\x81\x9b\x7f\x02\x4c\x47\xce\x1c\x46\xaf\ -\x3f\x58\xbe\x4a\x1a\xe0\xd2\x98\x18\x48\xab\xe7\xa1\xe5\x10\xa2\ -\x9b\xe1\x5c\xa1\x79\x24\x40\xad\xdf\x18\xdb\xc4\x8e\xcd\xe9\x58\ -\x29\xcd\x05\x60\x35\x86\x8d\x9e\x77\xfa\xf3\x1e\xf9\x8f\x45\xf7\ -\x40\x93\xec\xf8\x3b\x9d\xf8\x94\x8c\x42\x8b\xd8\xb1\x66\xfe\x99\ -\x0c\xc3\xf6\x22\xa1\x03\x48\x33\x1c\x2a\xf1\x42\xf8\x3e\x56\x5f\ -\x9b\xf6\xce\x01\x65\xb2\xfb\xf6\xfb\x95\x58\x8b\xa3\x68\xd5\x45\ -\x26\xc0\x75\xc1\x7d\x2b\x70\x44\x26\x5e\xa2\x85\xf3\x7d\x93\xd8\ -\x5d\x32\x74\x0f\x09\x02\x3f\x96\xd0\xc3\x13\x9e\xe7\x5b\xe2\x1d\ -\x08\xc6\x35\x34\xce\x83\x15\x7c\xbe\xc1\x72\x05\x89\x80\xf1\xca\ -\x5c\x5a\xab\xb7\xbe\xac\xf5\xfd\xa0\x01\x63\xfc\x69\xf1\x0b\x80\ -\x0c\xd3\xeb\x17\x9e\x30\x68\x00\x3f\xfa\xef\x0b\xc7\x08\xb4\xa9\ -\x6b\x79\x74\xb9\x0f\xcc\x9c\x02\x15\x0b\x1b\xd7\x18\x8b\xc5\xa5\ -\x89\x5c\x1b\x97\x15\x55\xa0\x76\x0d\xdc\xa9\x4e\x85\x0e\xe3\x4e\ -\x4d\x75\x44\x19\x1b\x87\x01\xea\x50\x70\xce\xd9\xb2\x5e\x5c\x6c\ -\xdc\x35\x42\x0c\x53\x2c\x30\x13\xf9\xe8\x00\x53\x3b\xd7\x41\x64\ -\xb4\x03\xf8\x05\x81\xc0\xd4\x4c\x94\x4d\x3d\xab\x16\xe2\x25\xd8\ -\x4b\xc5\xe1\xd4\x74\x01\x95\x06\x44\x74\xc5\x24\xa4\x6a\x47\x00\ -\x3d\xdf\x68\x54\x06\xf0\x71\xd4\xdc\x5c\xfe\x20\x43\x40\x99\x59\ -\x8b\x16\xd6\xa0\xba\xe0\xe3\x8b\x05\x03\x96\x29\x48\x2c\xfa\x08\ -\x43\xcb\x1c\x9d\xdd\x49\x66\xe6\x94\x92\x70\x0b\xa5\x4b\xfa\xca\ -\x6f\xae\x5d\x8e\x20\x5e\x91\x5f\x03\x11\xfa\x98\xc9\xd9\x3a\xa5\ -\x30\x2b\x4b\x06\x98\x53\x75\x3f\x6c\x4b\x01\x3f\x78\xcc\xae\xa8\ -\xae\x70\x47\xb4\x7b\x31\xea\x68\x39\x40\x94\xd4\xb7\xd6\x58\x35\ -\x21\xf3\xd5\x6d\xaa\xa3\xa9\xc6\x05\xbd\x19\x6d\x6c\x15\x07\x1b\ -\xe8\xfa\xf6\x14\x70\x5a\xa7\xa5\x85\x36\x97\x9a\xaf\x9c\xdc\xad\ -\xb6\xfc\x9e\x09\x24\xe8\x4e\x55\x29\xd6\x3d\xd2\x75\x6d\x4d\x50\ -\x79\x16\xcd\x61\x88\x97\xbf\x68\xa1\x78\x44\xae\x4c\x89\x0f\xb0\ -\xb2\x24\xe5\x05\x7e\x29\x00\x9e\xd1\xf2\xc8\xb7\x29\xa0\x4a\xe3\ -\x6b\x13\xfc\x29\x39\x2c\x08\x07\x17\x3d\x72\x14\xcd\xa9\xb3\xaa\ -\x6b\xc9\x20\xdc\xa4\x25\x02\xe1\x36\x2d\x11\xfc\x5d\xc4\xfb\x46\ -\x33\xc4\x32\xcd\x47\xc1\x65\x1a\xd1\x69\x1d\x08\xa9\x17\x58\xa7\ -\x98\x9a\xa3\x55\x4d\xe3\xea\x04\xa5\xe4\xca\x34\xe7\x32\x2c\x5a\ -\xa1\x4c\x93\x67\x99\xcb\x67\xa6\x74\x5f\x82\xfa\xde\xdc\xa6\x5a\ -\x96\x70\x46\x52\xc0\xa0\x98\xf5\x90\x99\x3e\x6c\xee\xa4\x66\xcf\ -\xaf\xe1\x97\x90\x36\xe6\xd4\x9d\x5a\x07\xed\xf9\x6b\x8e\x58\x32\ -\x73\x4c\x76\x91\x76\x4a\x8b\xbb\x38\xbd\x8b\xb4\xd3\x5c\x23\xd6\ -\x0d\xe0\xd6\x88\xed\x19\x3c\x07\x4d\xea\xa2\x33\x8c\xff\x7b\x72\ -\xd3\x00\x4b\x18\xba\xe8\x3e\xf3\x1c\xb4\xdf\x04\xe5\xbf\x39\xb5\ -\xfd\x8d\xe6\x18\xd7\x8a\xe5\xf8\xe1\x5f\xd6\x67\x8f\x4c\xa9\x13\ -\xdd\x35\x96\xa4\x84\x72\xff\x62\x07\xbf\x4e\xf2\x60\xc9\xff\x12\ -\xac\xb4\xa1\x9d\xee\x99\x22\xff\xae\xd7\x7b\x73\xb9\x3b\x52\xfa\ -\x25\x29\xf4\x55\xbb\x55\x8d\x19\x62\x8a\x07\x15\x49\x9e\x30\xc6\ -\x47\x8b\x3f\xcb\xde\x8b\x22\xd4\x9e\xed\x07\xb4\x48\x7e\x22\x48\ -\x37\x59\x31\xec\x7a\x39\xa0\x90\x31\x10\x15\xad\x0c\xa8\x1e\x1c\ -\xa5\x50\x34\x5b\xf1\xcf\x30\xe8\x13\x94\x54\xb2\x66\xb1\x7e\xff\ -\x3f\xf8\xc7\xdc\xf2\x14\x3c\x71\xe3\x0e\x52\x15\x4f\x33\x97\x62\ -\xe6\xc8\xb5\x74\x53\x1e\x6a\xc6\x2c\x68\x31\x23\x66\xa0\x23\xf2\ -\x57\x2a\x6b\x6b\x6a\xdc\x54\xa0\xd0\xde\x5c\x8c\xdf\x62\x21\x4a\ -\x11\xef\xf6\xf7\x78\x98\x30\xa3\x81\x30\x6f\xeb\x3c\x6b\xaa\xf7\ -\xdc\xa9\xdf\xe4\x16\x7e\x4c\xba\x66\xfc\xb4\xc7\x06\x7d\x00\x61\ -\xaf\x2d\xbd\xe1\xa0\xd0\xc6\xad\x6b\x1f\x4d\x8b\xd7\x6b\xcc\x66\ -\x00\x03\xdd\x75\x39\xf4\x54\x0b\xad\x0f\xb9\x06\x2d\x95\xf8\x96\ -\x45\x2c\x89\x2d\x7f\x13\x81\xb9\x3f\xeb\x81\xee\xb8\xa7\x3a\x48\ -\x91\x1a\xa4\xcc\xcb\x3f\x13\x44\xae\xad\x19\xdd\x18\x29\x85\xc2\ -\x5f\x5d\xbf\xdb\x94\x0e\xd3\x1d\x17\xb7\xc9\xfc\x95\x13\x67\xd6\ -\x29\xb0\x52\x84\x55\xd6\x32\xc6\x88\x5a\x49\xd0\x97\x77\x3a\x1d\ -\x7f\x3e\x1f\x63\x32\xec\xd9\xb8\x21\x15\x91\x64\x7a\x3d\x39\x5b\ -\x4f\x0d\x5a\xb0\x27\xd0\x98\x3a\xdc\xce\xb8\xd0\x3a\x0e\xbf\xa3\ -\x74\xca\x4c\x30\xe0\x2a\xfb\xcb\xc5\x8d\xb2\xcb\xd2\x1b\xed\x3d\ -\xdf\xff\x84\x51\x0c\x4a\xea\xba\xbd\x62\xd1\x72\xba\xc8\x79\xb7\ -\x9c\x63\xc0\x85\xa7\xca\x7e\x50\x60\x5a\xe9\xbe\xd2\x2c\xbc\x50\ -\x2f\x0d\xd1\x52\xa8\x1f\x79\xf4\x65\x34\xee\xc5\xa1\x5f\xc2\x99\ -\xb1\xb2\xeb\x22\x24\xab\x28\x45\xef\xa6\x34\x5a\x1d\x14\xe1\xbf\ -\x4e\x90\xf0\x45\xcc\xb9\xd0\x8a\xde\x2e\x3e\xec\xc2\xe6\x1a\x18\ -\xaa\x0b\x91\xcb\x85\xd0\xb3\x77\x36\x87\x9d\xd5\x98\x42\x76\x9e\ -\x75\x8e\x31\xa1\xd1\x3e\x74\x02\x34\xac\xf8\x95\xcd\x55\x10\x17\ -\x91\xbc\x7f\xd6\xe1\x48\x88\x35\x97\x6c\x8e\x78\x4e\x4f\x40\x2a\ -\x76\xdf\xec\x68\x7b\x6e\x68\x2c\x9c\x7e\x6d\x84\x66\x29\x88\xa8\ -\xb9\xf0\x54\x9a\x26\x2d\xee\x43\x7e\x82\xfb\x18\xb7\x1d\x5e\x92\ -\xbc\xd9\xdd\xe9\x2f\xc7\xd3\x92\x21\x1b\xd6\x2c\xd2\x76\xb0\xac\ -\x8e\x6f\xd8\x82\x7b\xa5\xe5\x45\x21\x22\x0c\x0b\x60\x8c\x11\x73\ -\xa3\x41\x8d\xb4\x4b\xf5\xd0\xdf\x9a\x77\x79\x10\xec\xbf\x36\xf9\ -\xc5\xb5\xac\xae\x87\x01\x9f\x43\x46\x8d\x18\xea\x89\x6d\x0a\x11\ -\x7f\x8e\x4b\xe0\x27\x1d\xdc\xd5\x38\xb9\xdf\xc3\x68\x35\xcd\xb1\ -\xab\xd8\x4e\xc3\x34\x91\x39\x0d\x6b\xaa\x8a\x65\xbf\xd9\x0e\x57\ -\xfa\xaf\xda\xd0\xcf\x83\x80\x7e\x42\x86\xeb\x62\xcb\x75\x3b\x37\ -\x35\x6e\x34\x70\xd6\x6f\x81\xd0\x2b\xc5\xb2\xfe\xb4\x01\xe9\xce\ -\x47\xb2\xb4\x66\x88\xef\xf9\x8c\x52\xd3\xbb\x16\x83\x89\x92\xef\ -\x93\x4e\x99\x69\x7c\x73\x21\xe5\xd4\xea\xd4\xac\x91\x44\x23\x52\ -\xf5\x0e\xd5\xc5\x2b\xa9\x08\xe3\x95\x0a\xa3\xa7\xe1\xd8\x2e\xcd\ -\x3a\x39\xa0\xa5\x99\xec\xde\x4d\xe4\xd2\x10\x8f\x22\xb3\xff\x42\ -\x31\xd4\xaa\x0a\x35\x89\x49\x8f\x05\x76\x1b\xe3\x2a\x9a\x3b\x18\ -\x00\x58\xde\x33\x9c\x29\x68\xae\x1d\xa3\x17\x8d\xc0\x76\x0e\x6e\ -\xe2\x7a\xda\xbf\x8f\xa1\xf9\xa1\xbf\x8d\x00\x59\x7c\x2d\xe4\x3d\ -\xe8\x97\x8b\x86\x95\xbc\x16\x75\x3b\xec\x88\x31\xe0\xa4\xbf\x18\ -\x5b\x83\x65\x9a\xa3\xa5\x1c\x4d\x03\x4e\xef\x77\xbb\x23\x4b\x26\ -\x16\x16\x8a\x4d\x6f\x84\x54\xcb\x88\x8c\xcd\xc4\x46\xa9\xc4\xdc\ -\x4c\xa1\x9a\x6c\x13\x20\x1a\x89\xa0\x6e\x2f\xeb\x68\xf2\xdc\x8a\ -\x59\x6a\x14\x3c\xd9\x73\x25\xed\x39\xeb\x7b\x7c\x54\xef\xe7\xb9\ -\x54\x90\x31\x21\x28\x33\xb4\xb9\x8c\xde\x12\x40\x3f\x2f\x6a\xa6\ -\x0f\xe0\xf6\x9c\x48\x46\xcb\xae\xea\xc0\x6b\x2b\x6b\x2d\x38\x51\ -\x4a\x73\xa5\x1a\xbe\x0a\x0c\x04\x72\x39\x0b\xa0\x65\xb4\x23\x69\ -\x13\x75\x29\x45\x7b\xe6\x23\x21\x95\x7c\x3e\xa3\x22\xeb\x33\xb6\ -\x09\x95\xd1\xda\x99\xa5\x59\x82\x23\x54\x1d\x1f\x46\x13\x07\x90\ -\x00\x1d\x8e\xaa\x5d\xb4\xf6\xca\xbe\xab\x9f\xf7\x3a\x40\x49\x2b\ -\x1b\x77\x18\xf5\xbc\x28\x19\x04\xc4\x52\xe8\xc4\x6f\xae\xce\x98\ -\x93\xff\x00\x75\xe4\x08\x2c\xbf\xed\x4d\x66\x06\xbc\x3e\x5d\x40\ -\x29\x1d\xb4\xda\xed\xd8\x0f\x85\xde\xa1\x80\x3d\xb9\x06\x56\x60\ -\xa9\x6a\x6a\xd6\x2c\xa5\xa6\x17\x36\xaa\x5f\x9a\xe2\x48\x82\xb6\ -\x2f\x0d\x5b\xaf\x93\xf0\xb5\xd9\xf7\x49\x19\x2c\x4d\x39\xad\x93\ -\x37\x90\x2d\x6c\xd9\x81\xa0\x9a\xd3\xb4\x02\x87\x22\xd3\xce\x07\ -\x03\x73\x48\x5a\x6c\x87\x93\xed\x98\x59\xb5\x44\xcc\x79\x4e\x85\ -\x06\x1a\x9b\x0b\x67\x95\x5c\x24\x70\x0b\xea\x44\xc7\x98\xd5\x8c\ -\xd5\x97\xc3\x00\x7e\xd7\xda\x65\x71\x6e\x99\x62\x1e\xfb\x62\x4e\ -\xe2\xfa\xe7\x34\x7b\x6d\x04\x87\x05\xc3\xd9\x57\x68\x46\xed\x2a\ -\x00\x40\x72\x85\x0e\x15\x59\x5a\x6d\xa6\x60\x1f\xa4\x7b\xb7\xd5\ -\x1b\x9a\x8d\x68\x7d\x10\x63\xee\xd7\x8d\x91\x32\x8f\xda\x5e\x44\ -\x04\xb8\x06\x38\xbf\xa1\xd6\x9a\x59\x4b\xeb\xe2\xbd\x16\xea\xab\ -\x6a\x11\xb9\xd1\x4f\x53\x0a\x94\xee\x81\x17\x35\xb4\x35\x0f\x77\ -\x12\x6e\x81\x9a\xed\x02\x2c\xd4\x03\xc2\x09\x60\x26\x03\x1d\x19\ -\xd5\x69\x09\x4f\x0e\x23\x05\x39\x14\x43\x24\x19\x38\x09\xcd\xe5\ -\x5e\x7f\xcf\xc7\x46\xd8\x3e\xc1\xf2\x7e\xc2\xc3\x27\x67\x79\x88\ -\x41\xed\x11\x32\xe7\xa0\x83\xa8\x1c\xf9\x50\x98\x63\x0f\x4c\x5d\ -\x50\x07\x11\x78\x2d\x8e\xeb\x9f\x77\x5b\x75\xa5\x6d\x8c\xd2\x38\ -\x14\x47\x29\x37\x52\xb0\x22\x24\x29\x44\xb2\x59\x56\x0a\x60\xc9\ -\x46\xc6\x18\x6f\x66\x90\x66\x26\xf0\x92\xd4\x9f\xdf\x85\x96\x68\ -\x54\x38\x60\xed\xe7\xc3\xb5\x8f\xca\xe7\xcf\x87\xd1\x9c\xa5\x74\ -\xa1\x8c\x9c\x56\xf8\x1d\x26\x7b\x56\x81\x53\x69\xaa\x40\xb5\x3a\ -\xd9\x21\x91\x45\x42\xd5\xe0\x3e\xea\x8e\x35\xe8\x96\x18\x7e\x08\ -\x82\xd2\x19\x21\x1d\xf9\xfc\xd2\x9f\x20\x91\xc1\xb5\x1e\x82\x5e\ -\xb8\xd2\x21\x99\xbd\x86\xcb\xae\xbf\xd6\x7f\xbf\x00\xe1\x27\xa4\ -\x82\xab\xc0\x54\x9f\x6f\xe6\xb2\x20\xc0\xaf\x1a\xc2\x34\x1b\x48\ -\x70\xe1\x42\x4a\xf3\x80\x62\x27\x1c\xcd\xdb\x12\x22\x5b\x43\x02\ -\x75\x22\x45\xdb\x85\xc4\x96\x95\x86\xe5\x39\xe3\xd2\x60\xf7\x30\ -\x6d\x6a\xcf\xdf\x2f\x01\xac\xfb\x95\xe7\x82\x4a\x9a\xb1\xca\x2a\ -\x3a\x76\x6a\xab\xd0\xeb\xa4\xa7\xed\x25\xba\x4a\x69\x34\xa3\x29\ -\x76\xab\x7d\xb5\x31\xc6\xc6\x99\x6f\xa0\x0a\x3f\x31\x5d\x8d\x4c\ -\x8c\x16\xec\xbc\xa0\xe4\xd8\x9b\x85\xad\x70\xa8\xf0\x85\x87\x47\ -\xd7\xb0\x52\x98\x46\x07\xc2\x36\x79\x5e\xed\x19\x9a\x60\xd8\xbf\ -\x9b\x8c\xd0\xd5\xad\x5a\x88\x46\x97\x3d\x34\x42\x7b\x91\x93\x46\ -\x28\x4a\x77\x93\xd0\x23\x08\x75\x7d\x8d\x6b\x96\xd2\x38\xb8\xc6\ -\x1d\x94\xbf\x1b\x33\x00\xb4\x4e\x77\x20\x42\x9a\xab\x29\x82\xd2\ -\xd0\x14\x35\xa4\xa0\x8e\x55\x66\xc2\x76\xce\xe3\x8a\xfe\xc1\xaf\ -\xfa\x87\x1a\x70\xfa\x1a\xfa\xbe\x14\x6c\xeb\x84\xa8\x66\x1b\xd5\ -\x35\x00\xe5\xbf\xbb\x79\x02\x72\x4e\x85\x89\xe8\xd5\xe4\xa7\x7f\ -\xbe\x9d\xbe\xf9\xd6\x4c\x1e\xfb\x77\x84\xb8\x17\xc5\x9c\x3c\x7b\ -\xa8\xbd\xa1\xd7\x22\x40\x34\x43\x13\xf4\x36\x7d\xd8\x90\xda\xa5\ -\x91\xe9\x85\x23\xc3\x58\x2d\xf6\x17\x23\x9b\x95\x0d\x11\xe8\xb6\ -\xd7\x57\x93\xc3\xf9\xb2\x1b\xb4\x38\xe8\xf6\xc4\xda\x13\x04\x80\ -\x41\x79\x57\xbd\xa4\x80\xa4\x7d\xf8\x68\x81\xf1\xbb\x06\x1b\x72\ -\x62\x62\x76\xf8\xba\x5c\x78\x63\x2e\xb4\x06\xe3\x60\x68\xb3\x3e\ -\x17\x02\xb7\x74\xd7\xcf\x4a\x98\x93\x57\x89\xe8\x10\x4e\xb7\x50\ -\x2f\xba\x96\xf7\x5e\x69\x7c\x1e\xe4\xde\x2c\xaf\x85\x34\x4a\xc7\ -\x80\x4c\x02\x7c\x8d\x6d\xa9\x00\x68\x02\x01\x35\x83\xce\xce\x2b\ -\x82\x60\xc1\xe4\xf9\xc1\xa7\x12\xb3\xef\xe9\xc5\xed\x37\x75\xaa\ -\xd0\x9e\x5d\x82\xc8\xbf\x4c\xf8\x0f\x0e\xb3\x00\x2b\x60\x60\xda\ -\x1b\x78\xd1\x62\xe1\xd8\xb4\xb3\x1b\x08\xc3\x72\xc8\xca\x3c\x05\ -\x02\xcf\xcd\x62\x5b\x1d\x1e\xf7\xb8\x02\x58\xc1\xb7\xb2\x7e\x70\ -\x8b\xe5\xd9\xd7\x0f\x87\x46\x5d\x0b\x74\xc1\x43\x9c\x86\x40\xba\ -\x3f\x16\x83\xaf\x93\x2b\x30\xe2\x0a\xd0\x2e\x80\xbc\x45\xcf\x54\ -\x6b\xf9\x31\x19\x26\x3e\x41\x21\xac\xef\x26\x8c\xc9\x28\x27\xb7\ -\x52\x26\xe4\xd8\x9e\x33\x6d\xfe\x0b\xf5\x8c\xe1\xd2\xc8\x6d\x9a\ -\x62\x93\xb4\x64\xbd\xd0\xbf\xaf\x7f\x76\x84\x73\x2c\x84\x9b\x7e\ -\x61\xb9\x3b\x6a\x18\x3d\x01\x16\xe0\x0c\x41\xf8\xc9\x3e\xa0\xb2\ -\x14\x44\x42\x2a\x9e\x66\x50\x23\x28\xc7\xaa\xd1\x7a\xe2\xf9\xbd\ -\x35\xd4\x35\x72\xa4\xd7\x52\x5c\x80\x12\xfd\xe7\xfa\x1b\x2d\x01\ -\x89\x5e\x8b\x10\x96\x67\xe9\x32\xbb\x01\x40\x3a\x91\x58\x7a\x3b\ -\xe6\x24\x23\x10\x83\x22\x55\xf6\xa2\xb0\x16\x8e\x22\x13\x90\x4d\ -\x6b\x14\x45\x5e\xa2\x52\x43\x2e\x98\xf6\x73\x31\xa6\x6e\x0c\x11\ -\x4f\x28\xb8\xbd\xec\x86\x84\x3a\xf2\xba\x4e\xbd\x9a\x0d\x71\x2e\ -\x3c\x4f\x73\x7e\x1d\x4d\x9f\x10\xee\x70\xc1\x29\x8e\x82\x45\x1b\ -\xe1\x2f\x0c\x11\xc3\x01\xd0\x0b\xb2\x73\xc1\xd1\x47\xc4\xc8\x12\ -\x0d\x13\x51\x6f\x86\xd1\xa6\x85\x5c\x3e\x6f\x36\x57\x26\x0d\x38\ -\xd1\x31\x62\x22\x95\xc1\xcc\xb1\x6c\x10\xb6\xc0\x65\xcf\x24\xab\ -\xe6\x08\x3d\xf0\x11\x82\x4a\xda\x0e\x5e\xb3\xe3\x84\x22\xe8\x5e\ -\xa7\x73\xfe\xf7\x3b\x17\x18\x49\x00\x07\xc2\x10\x80\xe1\xc9\xd9\ -\x90\xce\x65\x02\x7b\xb0\xe0\x7b\x90\xea\xb9\xf0\x3f\x89\xdd\xe5\ -\x10\xc8\x0a\x94\x44\x03\xff\xbb\x09\x52\x9f\x2d\x91\xc1\xbb\x23\ -\x7e\x9a\x2d\x81\x35\x65\x75\x2f\x0e\x11\x8f\xd4\x25\x5f\x99\xa7\ -\xef\x97\xff\xad\xa3\x53\xd5\xf6\x3f\x90\x19\x54\x4b\x54\x9f\x50\ -\x0b\x2c\x21\xd0\xc2\x39\x22\xdf\xc2\x79\xe7\x6e\x87\x1e\x9f\x6f\ -\xe6\x94\x43\xc8\x74\x96\x99\xb5\xa5\xd3\x38\x04\x46\x0a\x64\xa9\ -\x23\xff\xa3\xed\xbe\x13\xda\xdf\x26\x58\xa1\x77\x97\xa6\x73\x14\ -\x0b\x40\xf6\xe2\x03\xa1\x07\xe1\x9e\x26\xe5\x70\xa0\x2b\xe9\x3a\ -\x85\x82\xc8\x5b\x61\x5e\xa9\x04\x80\xcd\xb4\xc7\x27\x39\xee\xb2\ -\xc8\x58\x9d\xc1\xe6\x86\xc2\xbf\x9d\x25\xb5\xd1\xdb\x7f\xdd\x28\ -\x11\xb0\x1a\x39\xa0\xd1\x25\xfa\x24\xb4\x15\x6d\x9c\x50\x7e\x2d\ -\x72\xf5\x72\x52\x94\x77\xd0\xa7\x50\xbd\xf6\xcc\x2d\xeb\x7f\xcb\ -\xba\x80\x0e\x6e\xe0\x0e\x7c\x54\xd1\x7a\xc8\xbd\xca\xaf\x57\xca\ -\xda\x99\x22\x96\x45\x62\x33\x50\x38\xec\x11\x3d\xc7\x7a\xc8\x39\ -\x14\xbb\x67\xff\xf3\x24\xbe\x47\xd3\x9e\x7e\x40\x6a\x1b\x14\x9d\ -\xe6\x3d\x53\x08\xfe\x46\xb5\xfa\xfd\x7f\x19\x41\x30\xb7\xf7\xac\ -\xb3\xb4\x69\x88\x31\xab\x56\x09\xcd\xb0\x00\x7d\xe2\x32\xcb\x59\ -\x67\xf6\xc2\x55\x18\x4f\xbb\x29\x4f\xea\x53\x26\x0c\x47\xbc\xed\ -\xd7\x69\x79\x86\x24\x1d\x23\xf1\xfd\x11\x9f\x91\x66\x3a\x06\x56\ -\x1a\xb4\x38\x00\x87\x65\x3a\x35\x62\xd2\x5b\xb3\x8d\xde\xe9\x90\ -\x13\x56\x33\x8e\x64\x6c\xa0\x69\x80\x32\x50\x1a\xeb\xa0\x26\x90\ -\xa7\x7f\x99\x09\xd0\x8c\xf5\xea\xe7\xc9\x40\x8a\xec\x77\x97\x25\ -\xa2\x4d\xf3\x79\x9a\x23\xa7\x98\xfe\xfb\xba\x32\xbb\x06\xd1\xb4\ -\x3f\xb3\x00\x39\x52\xac\xe6\xcd\x78\x22\xf2\x6f\xa8\x9d\x63\x54\ -\xc0\x21\x86\xa4\x77\x29\x98\x7a\xdb\x63\x19\xa6\x97\x4e\xaa\x5a\ -\x14\xa8\x76\x8e\x8a\x19\x1c\x71\xdb\xdf\xfa\x1e\xd8\x80\x10\x94\ -\xc5\xc6\xfc\xc5\xe6\xdc\xdf\x91\x70\x0d\x16\xa7\x8d\xd6\x79\x66\ -\x16\xf4\x67\x9f\xa6\x07\x1c\xd3\x33\x3f\x17\x99\x1f\xa5\x35\x57\ -\x10\xfb\x75\x6f\xe0\xb1\xf3\x3e\x19\x26\xbc\xd1\x85\x07\xea\xea\ -\xa4\x31\x16\x43\x1b\xbd\x9c\xab\xe6\x7e\x3d\x5f\x95\x86\x26\x0d\ -\x60\xf4\xc5\x35\x49\x3a\x2d\x6c\x59\xcb\xe5\x84\x8a\xf5\x09\xa4\ -\x80\x76\x5d\xa3\x7b\x78\x36\xfd\x4e\xd7\x5c\x29\xf5\xb5\xa9\xf2\ -\x9a\xda\x6b\x37\x4e\x67\xbe\x08\x13\xb7\x7a\x3c\x8e\xf3\x63\x0c\ -\x0b\x17\xe3\x1a\x5c\x58\x27\xb5\xe9\x9a\x69\x66\xb4\x0e\x20\x8b\ -\xbd\x39\x58\x8c\x13\x14\x2b\x7a\x07\x4d\xc6\xa0\xb4\x87\x67\x37\ -\x51\x5b\x5d\x1e\x31\x6a\x29\x0f\xe4\x76\x3d\xa5\x32\x85\x2c\x44\ -\xbe\x84\xc9\xc7\xf7\x31\x20\x07\x49\xd9\x53\xe0\x1a\xd6\xc8\x7a\ -\xf5\x38\xa2\x51\x32\x8e\x8c\xe8\x4b\xd4\xee\x37\x28\xf1\x0e\x91\ -\x39\x27\x7d\xf0\xe1\xff\xbe\x4e\xb4\xa4\x8d\x0f\x2f\x0f\xd4\xd0\ -\xaf\xea\x04\xa8\x20\x33\x9a\xad\x68\x6e\x41\xf2\xc9\x46\x19\x7f\ -\x92\x6d\x78\xbd\x30\xe9\x50\x48\x5b\xe8\x63\x41\x29\xe7\xfd\xa8\ -\x15\x37\xe1\xc2\x6f\x4d\xba\x07\x85\xba\xaa\xda\xe4\x9a\x05\x04\ -\x95\xd4\x75\x9c\x85\x22\x47\x89\xe6\xf3\x3b\x5d\x0c\xb8\x3b\xf1\ -\x65\x01\xe7\x93\xbe\xc5\x8d\x8c\xd1\xf4\x02\x6c\x74\xac\xd9\xdd\ -\x6a\xa4\xe7\x72\x85\x1b\x9d\x87\x77\x82\x99\x53\x40\x0f\xf8\x6b\ -\x49\xe8\x23\x17\xcf\xb0\xdc\x8b\xe9\x88\x40\xd0\xb1\x72\x4a\x92\ -\x07\x7c\x7e\xc7\xb9\x14\xd0\x32\x68\xb3\x62\x07\x80\x38\x90\xc8\ -\x2f\x53\xcb\x6f\xa8\x78\xd4\xea\x1a\xd4\x79\xca\xbd\x48\xa5\x85\ -\xd6\x95\x8e\x89\xa9\x27\xb9\x90\x80\xe9\x0a\x8d\x4e\xcd\xd1\xb9\ -\x90\xc2\x29\xb0\xa1\xf8\xe5\xbd\xa3\xe9\x00\x2b\x3a\x75\x6a\x50\ -\xd3\x92\xde\xc7\xe4\xd4\xa6\x5c\x6f\x31\x02\xe9\xee\xa4\x06\x16\ -\xa7\x2c\xb5\x56\x5c\x4a\x1a\x0e\x54\x5b\x64\x6d\x4a\x4a\xd1\xef\ -\x49\xe7\x25\x25\x7c\x80\x8f\xac\x75\x14\xef\xc6\xc7\x71\xf0\x94\ -\x89\x40\xac\x11\x2e\x59\x1c\x4b\xc0\xf3\xda\x74\x3e\x26\x1e\x6e\ -\x6e\x88\x81\x7e\x3f\x81\xf6\x01\x90\x01\x1a\x1c\x9f\xf3\x64\x87\ -\x5e\x51\xca\x0c\x39\xce\x8b\xcb\xb3\x90\xa4\x84\x3d\xd7\x4b\x34\ -\xff\x7e\xa3\x97\x19\xa2\x85\x2e\x5b\xc7\xca\x46\x40\xe3\x74\xd7\ -\xe9\x28\x36\x0e\x0a\x62\x9f\x1a\xfe\x4d\x47\x25\x05\x28\xa2\x70\ -\x78\x9c\x45\xbb\xc3\xbf\x68\x7e\x66\xee\x55\xb6\x35\xca\x87\x35\ -\xba\x35\xa1\xef\xd6\xdb\x2c\x13\x08\xe8\xf7\xea\xdc\xe8\x3f\x41\ -\xb1\xc3\xa4\xf8\x9d\x90\xc4\x78\xdf\xa8\x1a\xa8\x13\x1a\x1c\xe8\ -\x6e\xd3\x62\x8e\x03\xd5\x46\x75\x59\xb4\x34\x56\xd1\x7c\x17\xf6\ -\xd5\xaa\x75\xea\x8d\x91\xbd\xe3\xe5\x5d\xe1\x81\x22\x17\x50\xae\ -\xd4\x09\xc1\xd9\xed\xaf\x05\xd6\x2e\x80\x50\xd5\xc4\x3d\xc2\x80\ -\xcd\x7a\x1d\x4d\xa3\xfb\x69\x13\xd2\x89\x12\xd9\x54\xe0\x77\xda\ -\x92\xed\xf3\x37\xd0\xad\xd3\x42\x2f\x9d\xbd\x73\xde\x19\x4a\xc5\ -\x75\x80\xcf\xa6\x85\x82\xe0\xad\x96\x1f\xc0\x6b\x91\x7c\xfa\xbb\ -\x3a\xcd\x5e\x36\x06\x07\x12\xb6\x50\xd2\x95\xad\x31\x17\x1a\xf9\ -\x11\xdd\x37\x1d\x2c\x4c\x9b\x1d\x0b\x6f\xeb\x4f\x60\x00\xc1\x0c\ -\x3a\x51\xa5\xde\xf8\xeb\x3c\x21\x1d\x4e\x5d\xaa\x68\xf9\x3a\x29\ -\x48\x66\x45\x05\xbe\xc6\x1b\x1c\xd9\xd6\x8a\xd2\x8b\x52\x2f\x53\ -\x4c\x8c\xcb\x44\x59\x6b\x12\x1a\x94\x74\x7f\x52\x3a\x17\xc2\x07\ -\x00\xee\x42\xaf\x4f\x77\xbd\x53\xee\xa4\x3a\xde\x42\x04\xca\x8a\ -\xbb\x8d\x62\xc6\x14\x78\x11\xec\x26\x10\x47\x9b\x6e\x3b\xdc\xe6\ -\xb1\xb9\x67\xe8\x59\x79\xb2\x69\xf0\x2a\x05\xb3\x4f\xa3\xe4\xb5\ -\x0e\x84\x95\x8a\xed\x53\x2b\x4e\xf7\x54\x73\x98\x32\x9a\xa2\x00\ -\x72\xa7\x8e\x7b\xa3\xb1\x4e\x26\x02\xe8\x39\x4c\xc3\xde\x9c\xec\ -\x2a\x7d\x6e\x35\x66\x71\x7a\xda\x66\x2f\x7e\xa4\x45\xee\x4d\x0b\ -\x9b\xe9\xd3\x1a\x5f\x50\xff\x0e\xa5\x00\xce\xf6\x56\x10\x2b\x3b\ -\xa2\xcb\x0e\x44\x9e\x0c\x86\x96\xea\x9a\x7d\x06\x75\x1b\xef\x6e\ -\xc9\x17\xad\xd3\xb7\xe7\xb9\x81\x6d\xda\x32\x86\xea\x86\x5c\x3e\ -\x73\x8a\x44\x8a\x33\x97\xbb\xec\x44\xcf\x9c\x85\x3e\xc7\x66\x84\ -\xb3\xda\xc9\xfb\xde\x58\xa8\x8b\xfd\x5c\x73\xb6\x86\xdb\xd1\x57\ -\x8f\x81\x04\xb6\x72\x38\x73\x0e\x33\x5f\x69\x92\x1d\x44\xee\xef\ -\x6e\x4a\x3d\x8b\xc9\xc2\xc3\x0b\xc3\x68\xd5\x8c\x33\x6f\x0c\x23\ -\x07\x7d\x73\xd2\x9b\x36\xee\xf9\x9e\xf1\xa0\x39\x54\x89\x14\xb3\ -\x9c\x1b\xab\x76\xe9\xf0\x04\x99\x92\x22\x61\xc2\xf6\x72\xf1\x2f\ -\x13\xaf\x53\xb8\x6f\xfb\x7b\x98\xdb\x61\xcd\x2b\xc2\x4e\xe3\xa8\ -\x6f\xd2\x22\x7b\xb4\x17\xdb\x8a\x7b\x13\x5e\xea\x03\x61\x73\x50\ -\x92\x9e\x8e\x8d\x67\xda\x8a\x16\x46\x5d\xc8\x17\x4d\x95\x53\x47\ -\x40\xb6\x17\xbb\xeb\x3e\xa6\x5d\x92\xe5\xf0\x2f\xea\x0f\x91\x19\ -\xa2\x58\x47\xa9\x28\x0e\x20\x48\x64\x6f\x7b\x37\xf5\x00\xe4\xcd\ -\x4d\xa6\x4e\xdd\xd0\xf8\xae\x4a\xbd\x70\xd4\x8a\x23\x60\x94\xcc\ -\xcb\x9c\x50\x22\x88\x34\x02\x01\x11\x61\x10\x59\x91\x38\x3b\x42\ -\x2b\xe6\xe6\x67\x63\xa4\x9c\x54\x1d\xa6\x5f\xdc\xf9\xab\xdb\xc4\ -\xcd\xf4\x68\x17\x9a\x98\x15\xa1\xf0\xa3\x9f\x26\xaa\x14\x52\x3a\ -\xd8\x28\xdf\x53\x96\x71\xb4\x16\x23\x86\x4e\xe2\x03\xc2\xd4\x6c\ -\x87\xbd\x81\xcc\xc0\x37\x5a\x34\x0a\x58\x0a\xdb\x27\x43\x71\xb7\ -\xa2\x2c\x73\xc3\x2a\x7a\xd7\x28\x1b\xbc\x83\x16\x2d\x74\x12\xba\ -\xe8\xbe\x3e\xa7\x28\x09\x71\xb7\x31\x76\x63\x12\x91\x47\x51\xa8\ -\xa5\xe8\x0d\x4a\x5e\x3d\x38\xb1\x8e\xf1\xa5\x35\x04\x99\xfb\xe5\ -\x89\x5b\xaa\x51\xd4\x1c\x0f\x3c\x50\x32\x2a\x95\xb0\x94\x2c\xd8\ -\xf9\xce\xd1\xde\x87\x9f\x2a\x2d\x9f\xb3\x1e\xa6\xb0\x71\xcc\xf5\ -\xe2\xa1\x57\x34\xb3\x4f\xb7\xf7\x22\x84\x8a\x8e\x32\x61\xe9\x6e\ -\xc2\x20\xb8\x34\x36\x2f\x28\x68\xa3\x18\x1d\xce\xba\x46\xe7\x23\ -\xd3\xe2\x2c\x16\xdb\x8e\x28\x07\x2f\xbd\xd8\x56\xe3\x61\x22\x74\ -\x9a\x94\x86\xe6\xb1\x7e\xe6\xe1\x85\x3e\x04\x9d\x12\x1a\x62\xfa\ -\xa6\x63\xc8\xe0\x52\xe4\xf3\x5d\x90\x5a\x11\x09\xda\x6a\x4c\x2c\ -\x56\x6d\x5e\x03\x52\x60\xcb\xaf\x13\x3a\x9b\x3a\x78\xfe\x0c\x6e\ -\xfc\x30\x59\x1a\xa7\x75\xea\xc6\xad\x01\x0b\xa6\x52\x8d\x43\x28\ -\xae\x5e\xed\xbc\x27\x6c\x20\x9e\x90\x4d\xc3\xed\xbc\x94\xa5\xf8\ -\x54\x20\x0b\x60\x46\xd1\x3e\x9b\x95\xfb\xa9\x20\x5d\x75\x62\xeb\ -\xaf\x0d\x1c\xe6\x1a\x3a\xad\xb1\xc9\x60\x63\x65\x8a\xcd\xd6\x10\ -\xe0\x32\xdd\xda\x59\x4b\x1c\x20\xa2\xf6\x86\x07\x2d\x09\x64\xdc\ -\x05\x33\xfc\x42\x7f\xb2\xf7\xf2\x0b\x23\x03\x51\x80\x06\x17\x94\ -\xfc\x09\x31\x37\x00\x5a\x89\x4d\x30\x64\x82\x14\xc0\xcf\x1d\x83\ -\xd9\xdc\x1c\x67\x09\x6a\xde\x69\x5d\xe6\xb0\x88\x95\x82\x33\x2d\ -\x6e\x81\x96\xf3\x77\xd9\x9b\x93\x55\xff\x65\x3f\x0a\x49\x8a\xf6\ -\x4a\xb5\x82\xbc\xec\x2f\xb5\x4d\xaf\xf1\x12\xdc\x9b\x0f\x5c\xa7\ -\x96\x10\xf9\x7b\xd2\x28\xac\xd3\xdc\x04\x33\x13\x4f\x84\x3b\xd8\ -\x65\x8c\x19\xd5\xc2\xe4\xa4\xc4\x29\x56\xdb\x99\x18\x24\xcc\x7e\ -\x77\xed\x54\x3a\x6f\x0a\xb1\x71\x6e\x5a\x43\x63\x61\xec\x1d\xea\ -\xe9\x60\xc4\x6f\x41\xc2\x22\xe4\x09\xf2\xca\x9a\x11\x2e\x67\x80\ -\xef\xeb\xfb\xc8\x40\xc9\x66\xf8\xd3\x40\xb8\x06\xee\x1e\x9a\xaf\ -\xad\xc1\x7c\xa1\xc6\x7a\xae\x90\x6b\xd3\xd2\x74\x44\xca\xfb\xe8\ -\xdf\xf9\x94\x4d\xf8\x66\xa4\x71\xd2\xa4\x55\x2a\xb4\xbf\x23\xf1\ -\x5a\x83\x19\x80\x2e\x0d\xad\x95\xda\xd8\x8e\x5f\x81\xbe\xe0\xb0\ -\x6d\xef\x98\x4b\x43\xd4\x6b\xe6\x6b\x7c\x34\xa2\x61\x74\x2a\x68\ -\x95\xae\x34\x46\x46\xc9\x07\x1b\x25\xfe\x43\x27\xa3\xbc\x01\xe4\ -\x41\xc9\xc3\x2b\xf6\x50\x6a\x8c\xd3\x53\x40\x9f\x69\x65\xcd\x60\ -\x01\x40\x29\xea\x2b\xcd\x1d\x85\x98\x58\x39\x9c\xe9\xf7\x34\x9d\ -\xa8\xc8\x68\xba\x30\xa4\xed\x6e\x46\x9f\x34\xa2\x6a\xe0\x6a\x4c\ -\x8e\xef\x69\x76\xef\x07\xec\xfa\x37\x22\x52\x26\x4d\x71\x57\x74\ -\x33\x90\xbc\x0b\x2d\x73\x15\x01\xae\x31\xb4\x3e\x16\x3d\x4c\x35\ -\x30\x99\xe1\xf2\xa9\x45\x2c\x31\x1b\x33\xa3\x3b\x7e\xd1\x22\xfc\ -\xe5\xd2\xad\x16\x21\x1a\x96\xa6\x0b\x59\xc2\xa1\xaa\x2d\x76\x84\ -\x8d\x27\x4a\xa5\xd8\x52\x41\x33\x35\xd4\xba\x86\xda\xe6\x98\x5a\ -\x0b\xc1\x2f\x30\x7c\x68\x94\xcd\x71\xf5\xcb\xa1\x66\x0a\xc4\x83\ -\xc2\xad\x2b\x5e\x9d\xa2\x70\xcb\xc5\xa2\x22\x8a\xc6\x36\x0d\x5a\ -\x9b\xaa\xf3\xc6\xc4\x68\x1a\x31\x26\x22\x1c\x8b\x90\xe4\x25\x64\ -\x58\xd4\x79\xd0\x0f\x6f\x82\x3d\xa3\xe5\xba\x28\x74\x55\x61\xe7\ -\x2b\x18\xbe\xfe\x69\xb3\x9d\x82\x63\x44\xa5\xd1\x4d\xd9\x05\x7f\ -\x2b\x95\x22\xb4\x4a\x90\x89\xf7\xba\x46\xaa\xff\x29\x9c\x3a\x00\ -\x00\x20\x00\x49\x44\x41\x54\x8e\x0b\x0f\xcd\x2d\x9a\x98\x77\x36\ -\xc7\x9e\xbd\x48\x34\xab\xdd\xc5\x88\xa3\xf2\x61\xb1\xe4\x4c\x55\ -\x8a\x0a\x48\x4e\x32\x61\xbd\xe8\x7c\x3d\xbd\x1c\x5a\x7e\x79\x09\ -\x96\xf1\xf4\xd2\x40\x65\x43\x27\x47\xe4\x2a\x3e\x47\x2d\xf6\x5a\ -\x74\xd0\x39\xe9\x3e\x72\x19\xd8\xe9\xa1\x78\xd0\x01\x88\x59\x3c\ -\x73\xda\x89\x17\xaa\x17\xc2\x9a\xfb\xc1\xc7\xbf\xc7\xa7\x0d\x5a\ -\x44\x3d\x81\xd0\x44\xce\xd7\x28\x8d\xa1\xcc\xcc\x18\x03\x0d\x37\ -\x1d\xa4\xae\x57\xab\x13\x53\xfc\x9d\x23\x11\x39\x7c\x69\x6e\xa4\ -\x14\xfc\x0d\xb1\x16\x80\x2b\xa6\x57\x13\xaa\xdd\x41\xbe\x1f\xdb\ -\x8b\xb6\xa5\xb9\x4e\x7b\x0b\xe7\x3d\xff\x6f\x09\xc3\x1d\x68\xf4\ -\x5d\x78\x0d\x89\x84\x36\xfd\xec\x88\x98\x53\x13\xf4\xf9\xd3\x2b\ -\xd2\xf5\x06\x1e\xf9\xc4\x6a\x0d\x81\x94\xa5\x68\x3a\x9d\x4d\x75\ -\x33\x7a\x21\xd4\x90\x63\x81\xa6\x31\xc4\x22\xf4\xee\x45\x0c\xc5\ -\x7a\x69\x52\x29\x44\x8d\x7e\x00\x2c\x13\x39\x68\xc6\x0e\x99\x33\ -\x85\x5b\xc1\xe5\xb4\x93\xc8\x8a\x82\x1e\x8a\x8e\x07\xb7\xd5\xd3\ -\x05\xdd\x1a\x21\xb3\xac\x16\x56\x34\x98\xaa\x31\xcd\x61\xe2\x80\ -\x07\x0a\xf1\x06\x0e\x02\x6e\x13\x42\x31\x37\x53\x40\xf6\xd9\xf3\ -\x01\x19\x7e\x51\x32\x05\xe7\x9f\x60\xcf\x4f\x93\x7d\xff\x1d\x10\ -\xf7\x66\x12\x65\x34\x6a\x2d\x60\x66\xb1\x59\xaf\x0c\x80\x72\xbf\ -\xd4\xef\x4a\xb8\x3c\x4b\x3c\x14\xc9\xbf\xe4\x78\x31\xee\xf4\x99\ -\x46\x8b\x22\xd3\x12\x9d\x90\x53\xb2\xe6\xf3\xcc\x52\xe0\xa0\x0f\ -\x4f\x60\x21\x18\x03\xcb\x34\x7c\xe6\xa4\x92\xf0\x55\x53\x94\x77\ -\x25\x1d\xd7\x50\x35\x6c\xf1\x22\x16\xa5\xec\x25\x9b\x75\x07\x80\ -\xe5\x9a\x9a\xf8\xae\xea\xcd\x2c\x03\x53\xeb\x4a\xfa\xe7\x12\x60\ -\xa1\x66\x24\xa2\x80\x93\x6b\x19\xb9\xd1\xe4\x78\x01\xdf\x08\xd7\ -\x00\x6c\x39\xdf\x85\x42\x19\x52\x8a\x5e\x93\x70\x73\xd5\x93\x98\ -\x9c\x1b\x38\xc6\x13\x06\xfe\xab\x31\x1f\xb8\xb0\x18\xde\x68\xec\ -\x87\x96\x7c\x9b\x68\x56\x4a\x7f\xea\x2c\xf7\x3c\x24\x2e\x3a\x27\ -\x94\x69\xae\xa2\x5c\x64\x08\x67\xea\x60\x4e\xce\xe0\x7f\x76\xcc\ -\x7c\x63\x1b\xac\xdf\x93\x0b\xa5\x46\xca\x3b\x3c\xfd\x5d\x69\xd2\ -\x42\xfd\x1c\x34\x5b\xf9\x0c\xba\x4e\x4d\xbe\x4b\x64\xb2\xe9\x7e\ -\x03\xfe\x46\xc4\x63\x54\x86\x92\xd2\x44\xf1\x95\xe5\xd2\x5d\x54\ -\xe9\x65\xd6\x6a\xd4\xcd\xa0\xe5\x6a\x63\x43\x46\x79\xcb\x09\x8d\ -\x1c\xf7\x77\x1a\x59\x60\xac\x1f\x77\x40\x16\x5c\xcc\x3d\xe4\x3d\ -\x80\x58\x63\x9a\x26\x30\x23\x30\x3c\x25\xd7\xd2\xce\xc9\x21\x9b\ -\x9e\x91\x99\xcd\xed\x92\xa2\x26\xd1\x88\x15\x29\x80\x42\xea\xa1\ -\x63\xdd\xb1\xc0\x63\x34\x7c\xaf\x09\xa9\x58\x91\x3a\x40\x8a\x84\ -\x61\x78\x16\x1a\xc4\x02\x8e\x24\xd5\xba\xbb\x33\x46\xdc\x45\xa9\ -\x45\xdd\xf5\x55\x9d\x36\xfb\x25\x40\x38\x40\xe6\x73\xbc\x33\xae\ -\xfb\xf9\xaa\x6d\xa8\x4d\x78\x34\x05\x59\xff\x92\xe7\x99\xa1\x05\ -\x72\xf7\x0c\x18\xa4\x19\x1f\x9e\xb3\x02\xee\x22\x84\x4d\x3c\x9f\ -\xde\x28\xb3\x38\x9c\x99\x23\x1c\xa6\x7d\x35\x93\x00\x98\x78\x99\ -\xdc\xca\xdd\x33\x3c\x70\xa4\xc5\x74\xa0\x42\xfd\xe0\xfd\x67\xfe\ -\xc0\x45\x23\xdc\x3b\xc6\xf8\x04\xf5\x00\x04\x60\xf2\x4f\xd8\x6b\ -\xfa\x74\xa1\x16\xce\x9e\x83\xe3\xe6\x0a\x3a\x9a\x54\x3a\xd1\x80\ -\xa1\xdc\x6c\xe6\x08\x02\x46\x21\x9d\x0c\xc9\x63\xe3\xfc\x19\xc5\ -\x59\x06\x38\x06\x9c\x02\x32\xcd\x45\x6f\x10\x90\x8c\x42\xb1\xd1\ -\x71\x29\x1b\xea\x3b\x70\x78\x7b\x19\x76\x9a\x9e\xf3\x80\x72\x59\ -\xd8\x64\xcf\x62\x02\x00\x78\x64\x02\x11\xc2\x18\x9f\x42\x89\xd2\ -\xf0\x56\xa0\x0b\x9e\xe7\xd1\xe4\x23\xce\x83\x64\x1a\x25\x91\x5c\ -\x4b\x81\x9a\xbb\x42\x76\x10\x54\x77\xa6\xc9\x77\x6c\xd2\x21\x04\ -\x32\x87\x5a\x7a\x9b\x59\x53\x18\x4b\x14\x74\x59\xe9\x57\x9a\xd3\ -\x34\xe7\x04\x46\x56\xe4\x03\x24\xf0\xf3\x2c\xba\xf4\x62\x7f\x2c\ -\xa3\xac\x66\xdd\x8d\xa5\x39\x71\xd7\x42\xb4\x82\x02\x29\xed\x61\ -\x43\xdf\x85\x39\xb5\xfb\x03\x00\xdf\xa9\x74\x97\x09\x39\x01\x52\ -\x3d\x91\x73\x74\x67\x2b\xb0\xd3\x74\xa4\xf2\x88\x73\x8a\xa5\x99\ -\x50\x14\x13\x8a\x2f\xdf\xcb\x34\x09\xc2\x6a\x54\xd7\x30\xf7\x03\ -\xde\x5d\xdf\xac\x09\x98\xfc\x28\x75\x8b\x95\xe6\x49\x46\x77\xd3\ -\x06\x62\xaa\x6b\x17\x0c\x40\xde\xe9\x8c\x9a\x39\xf3\xd3\x0f\x61\ -\x81\xc5\x5e\x75\x06\x35\xad\xe6\xbc\x20\xa8\x7b\xcd\x3d\xbf\xe6\ -\x8c\x55\xaf\xbe\x11\x97\xe9\x33\x55\x4b\x40\x1e\x10\xed\xae\x5b\ -\x38\x40\x80\x61\x3e\x8f\x7e\x6e\xc2\x14\xfc\x23\xe7\x94\xef\x99\ -\x00\x48\x30\xe1\x51\x84\xcb\xe9\x9d\x56\xdc\xde\x86\x68\xea\x1e\ -\x4c\xdd\x81\x72\x9b\x87\xae\x2f\xaa\x1c\xff\x14\x55\x0b\x4e\x98\ -\xf7\x37\x0c\x3f\x18\x07\xa0\x00\x3c\xa2\xa2\x59\x00\x80\xc7\xb4\ -\x1d\xab\xee\xcf\x8b\xb5\x9f\xa9\x39\x7b\x54\xdd\x31\x6d\x0d\x4f\ -\x2c\xb4\x94\x10\x74\xd7\x89\x01\xab\x66\xa0\x5d\xa4\x18\x34\x19\ -\x02\x86\xc7\xa7\xcf\x32\xc2\x49\x32\xd8\x2e\xc2\xf0\x0f\x4c\x18\ -\x0c\x51\x80\x29\x76\x91\xc5\x1f\xb0\x23\x77\x6e\xc1\x97\x34\xb5\ -\x7a\x99\x78\xce\x15\x94\xe0\x70\x11\x84\xc9\x5f\x7b\x56\x6a\xa8\ -\x23\x6a\xe7\x14\x7b\xf6\xfb\xf8\x7e\x95\x30\x4b\xc9\xc2\x73\x80\ -\xd0\x6d\xc5\xf2\xc8\x8c\x40\xb0\xac\x38\xe3\x70\x61\x14\x1c\x09\ -\x62\xf9\x34\x1d\x4c\x93\x4a\xd2\x8b\x66\x6f\x9c\xbf\xcf\xad\x05\ -\x37\x13\x5c\xd7\x9f\xa4\x9f\xd8\xef\x99\xf2\x14\x2a\x4d\xa5\x9f\ -\x75\xea\x8c\x5e\x49\x94\xe6\x40\x56\x60\x3f\x5c\x22\x3a\x02\x25\ -\x06\x33\x8d\xd1\x1c\x45\xcf\x06\x24\x2f\x8c\x2d\x82\x43\x6d\xb8\ -\x9f\x62\xd6\x33\xa2\x0e\xf5\xe2\xf6\x79\xee\x17\xc4\xda\x80\x00\ -\x96\x63\xb3\xe7\x36\xda\x4e\x5d\x01\x42\x93\x9b\xda\xd4\xdf\x2c\ -\x89\x19\x2d\xb2\xa0\xba\x92\x12\x46\xab\xc3\xc4\xa6\x83\xe5\x5a\ -\x5d\x84\x1b\x20\xe2\xb3\xe0\xf8\xd2\x50\xf2\xc9\x33\x32\xde\x46\ -\x29\x8a\x86\x9d\x87\x13\xee\x30\x80\x41\xdf\x83\x91\x65\xa4\x39\ -\x67\x9a\xfd\xe7\xeb\x9a\xb3\xa0\x46\xd5\xb0\x38\xa8\x08\x33\x99\ -\x1c\xae\xcc\x02\x79\x00\xe4\xb2\x33\xb9\x83\x06\x88\x08\xdf\xfb\ -\x47\x73\xd3\xd0\x26\xf4\x8c\x16\x86\x0e\x40\x43\x80\xa7\xc4\x59\ -\x3c\xe0\x63\x77\x43\xe6\xee\x08\xff\xc0\x94\x0a\xfe\x51\x4e\x94\ -\x41\x80\xf9\xd6\xfb\x6f\x7e\x80\xae\xa1\xf1\x0d\xd6\x70\x7f\x10\ -\xe0\xeb\x36\xfc\x6e\x20\x82\x1a\xfc\xea\x41\x4c\x2c\x77\xba\x65\ -\x22\x6a\x3e\x4e\x18\xfd\x8c\x3a\xdf\x8f\x06\x9a\x85\xe3\x1e\x99\ -\x3c\x55\x7e\x43\xb7\x05\xb3\x02\xf0\xad\xef\x44\x04\x33\x27\xb3\ -\x94\xd8\xa1\x5f\x03\x82\x89\x3f\x5a\x3c\x4e\xdd\x23\xae\xcb\x76\ -\x37\x46\x75\x85\xe5\x98\x46\xc7\x14\x6c\xa0\x99\x67\x95\xe6\xc1\ -\x4c\x3d\x5c\x37\x8b\x88\x70\x87\x2d\x79\x31\x1e\x28\x99\x84\xcf\ -\xfc\xb6\x90\x75\x7e\x9e\xac\x01\x04\xe0\x47\xfe\x0b\x23\xd6\x5b\ -\xd2\xac\x1c\x90\xbd\xed\xfe\x74\x37\xce\x3a\x08\xf2\x18\xa0\xca\ -\xfa\x00\xcb\xe5\xcb\xe6\xff\xb1\xcf\x35\x2a\x21\x4f\x41\xc9\x45\ -\x57\xc8\xbc\x4f\xbf\x26\xcc\x8c\xfc\x71\xc7\x45\x24\x05\xe9\x5d\ -\x8e\x50\xe9\xc1\x0b\x78\x33\x2d\xaf\xcd\xcd\x4e\xd6\x58\x0a\x89\ -\x9a\x35\xf7\x18\x00\x80\x0c\xdb\xcb\xf3\x59\xa8\xcf\x06\x3e\xda\ -\x7f\xba\x51\xdf\x3f\x31\x5a\x74\xc5\x15\xf9\x8a\x22\x00\xf7\xbc\ -\xa3\x31\xd7\xe9\x3c\xda\x24\xf7\x02\x22\x80\x7b\xf9\xf9\xcc\xd2\ -\xa2\x0a\x58\xbe\x91\x6d\x8a\xa6\x11\x76\x17\x3f\x07\x9d\x91\x54\ -\x67\x46\x0e\x28\x96\xfd\xc5\xa2\xac\x2c\x8d\xb8\xba\x82\x9d\x04\ -\xc8\x30\x91\xe1\x7e\xbe\x40\xc6\xc4\xd2\x3a\xf2\xb2\xfb\x9c\x01\ -\x85\xe1\xc7\xd6\x8b\x08\xab\x81\x90\x01\xa3\x6e\xa9\xf5\x23\x0f\ -\x0c\x9b\x4c\x63\x18\xa8\x1a\x1d\x57\x00\x6e\xf8\x02\xca\xb0\xa6\ -\xd2\x01\xeb\x47\x9b\x2e\xfc\xc0\x84\xaf\x66\xcc\xe2\x80\xc9\x26\ -\xf9\x30\x5d\x3f\x5d\x08\xf7\xcf\x4f\x61\x7f\x10\xc0\x34\xc3\x76\ -\xbb\xc3\xee\xe7\x3f\x11\x6c\x0c\xa2\x13\x38\x22\x84\x8b\x75\xcd\ -\xdc\x22\x70\x21\xc2\x23\x0f\x80\x9d\x87\xea\x26\x68\xa8\x6a\x70\ -\x4a\x1b\xba\xe5\x94\xb2\x6c\x1c\x64\x9d\xaa\x1c\x50\x83\xa2\x01\ -\x8b\x69\x16\x16\x1d\x51\x47\x3e\x07\xe0\xe7\x0a\x1f\x7c\xe7\x86\ -\xde\x3c\x95\x86\xf6\x4b\x06\x52\x8c\x42\x0b\xcd\x23\x3e\x9b\xe9\ -\x39\x3a\x32\x91\x61\xa7\x9b\xe0\x59\x16\x0a\x9f\x1f\x63\xec\x27\ -\x8a\x5b\xb9\xcf\x05\x31\x1d\xdb\xd4\xaa\x4e\xc3\x5c\x00\x29\xd0\ -\xad\x43\xa3\xeb\x2f\x5a\x8e\xed\x3b\xda\x68\xf6\x0d\x11\x4d\x5b\ -\xfc\xf1\x22\xf6\xd4\x0b\x1c\xcd\x2a\xdd\x2d\xf5\xaf\x60\x95\x17\ -\x5a\xd4\x8b\xed\xe8\x6e\xe5\xdc\x7d\xe8\xc7\xf2\x3c\xd7\x7f\x36\ -\xc1\xbd\x23\x5f\x76\x79\x8d\x31\xb2\x99\x12\xf8\x9f\xb4\x09\x62\ -\xd3\x1c\xfa\xc5\xb5\xab\xe6\x0c\xbd\x51\x74\x74\x12\x74\x6d\xbf\ -\xde\xb3\x9c\xb0\x8f\x5b\xfd\x59\xb9\x1d\x33\x9e\x0e\x5d\x4b\xa1\ -\x5f\xfe\xfb\x58\xdd\x08\x8d\xb2\xe8\x68\x8a\x3e\x63\x6c\x41\xd9\ -\xae\x44\xaa\xf4\xc0\x3e\x09\x1a\xdb\x73\x13\x58\x1c\xee\x44\x00\ -\x05\x83\xa2\x83\xe5\xf9\xd0\xc1\xe2\x5f\x50\x4a\x33\xe1\x01\xd9\ -\x66\x9d\xcc\xee\x0c\x3f\x01\x18\x23\x03\x2d\x9f\x1b\x2b\x7d\xdc\ -\x02\x86\x4f\xcf\x3d\x70\xcb\x65\x0f\xba\xdb\x16\x95\x35\x55\x83\ -\x65\x05\xa5\xd1\x04\x05\x41\x47\xef\x51\x6c\x78\xf8\xf2\x48\x7a\ -\x0f\x26\x6d\xb9\xbb\x55\x6a\xa3\x42\xe6\x5d\xe4\xcd\x60\x04\x77\ -\x4a\xe1\x97\xbf\x52\x35\xce\x8e\x69\xd0\x4c\x2a\xce\xff\x63\x1b\ -\x05\x0d\x48\x20\xc3\xff\x3b\x96\x26\xc0\xcf\x2d\x17\xc1\x23\xf5\ -\x1c\x1f\x14\x0a\xdf\x87\xd0\xde\xb1\x23\xf4\x66\x0d\xa4\xb9\x09\ -\xc7\xc9\x51\xd5\x14\x51\x5d\x97\x4e\x19\xab\x13\x33\x3b\x1b\xa5\ -\xc6\x67\xfc\x8f\xde\x0d\x13\xd2\xb5\x90\x8b\xd6\xa9\x4e\x54\xd1\ -\x4c\x8e\xa4\xe6\x66\x79\xd1\x24\x25\xd2\x40\x7e\x77\xf7\xac\x93\ -\xf7\x0a\xe2\x6d\xee\x8d\x94\xcd\x2c\x2c\x26\x4d\x41\x68\xad\x56\ -\xfe\xb3\x98\x3f\x78\x71\x6f\x67\x7a\x52\x99\xe8\xa8\x6f\x5a\xb5\ -\x74\x95\x0d\x01\xee\x9f\x85\xb1\xdb\x15\x8d\x8e\xcf\x42\xdb\x73\ -\x46\x2c\xa1\xbf\xd2\x43\x54\xeb\x5d\xd8\xa9\x52\x07\xbd\xc8\xe2\ -\xf2\x16\xcf\xd2\xa6\x4b\xc4\x19\xfe\x5e\xb5\x8c\x49\xb5\xb4\x3b\ -\xae\x88\x1a\x2b\xed\x9a\x2c\x3f\x0a\x10\xa2\xb0\x72\xb3\x26\xa6\ -\x09\x24\x9f\xb0\x90\x5e\x69\x77\xae\xcb\xf6\x3b\x52\xac\x50\x7d\ -\xd7\xd2\xad\x74\xed\xa7\x4f\xfa\x6c\x41\x79\x21\x27\xf5\x8c\xb0\ -\xfd\xee\x3a\xbc\xea\xac\x5b\xef\x04\x0e\x57\x56\x7c\xd5\xf6\xd5\ -\xa9\x40\xad\x89\xe0\x60\xb2\xa2\x0d\x46\xf9\xdc\x26\x84\x45\xe6\ -\xd0\x4d\xb7\x33\xaf\xd4\x3c\x75\x9a\x91\x59\x74\x58\x1c\x3a\xcb\ -\x19\x0b\x67\x8a\x1b\xbc\x7c\xde\x0c\x06\xee\x66\x53\x7a\xbf\x3c\ -\xa6\x13\x5a\x02\x99\x49\xac\xa1\x4f\xbb\xea\x51\xa8\xdc\xf1\x0c\ -\xdc\xc1\x50\xfa\x64\x66\x65\xb3\xe0\x41\x17\x88\xeb\x24\x4a\x16\ -\xa6\x07\x74\x79\x06\x1d\x9a\xa2\x5e\x83\x69\xce\x68\x05\xbd\x7c\ -\x36\xb4\x32\x3a\x4e\x94\x5e\xa2\x2b\x40\x2a\x6a\x97\x2e\x86\x53\ -\xe5\xfa\x67\xed\xe8\x81\x87\xf9\x97\xb4\x0f\x09\x0d\x1e\x4e\x8f\ -\x1a\x07\x00\xf2\x67\x2f\x31\x51\x09\x1b\x7e\x4c\x47\xcd\xea\xfa\ -\x9b\x61\xe0\x1c\x40\x8f\xea\xfd\x9e\x3e\x11\x45\x00\x60\x6a\x39\ -\x86\x1e\x04\x1f\x95\x08\xf6\x95\x14\x53\x2e\x31\x66\x12\x81\x3a\ -\x4e\xdb\x1a\xd2\x70\x7b\x8c\xc9\x13\x46\x6e\xd9\x3c\xe8\xef\xcb\ -\x7a\xb4\x35\x7e\x61\x9a\xa8\x6d\x7e\x06\x35\x07\xe9\x30\xf1\x76\ -\x30\x2c\x26\x95\xd5\x38\x07\x94\xc5\x8a\x2f\xf7\x62\xfc\x1c\x1e\ -\x1b\x0b\x84\x99\x41\x86\x32\xe5\xc8\x34\xf1\x03\x06\x30\x32\x10\ -\x10\x30\x32\x5c\x32\xcb\x28\xdb\x38\x87\x0c\x9a\x9f\xe2\xae\x18\ -\x95\x0a\x22\x07\xee\xf8\xda\x50\xc9\x52\x7c\x34\xab\x46\xc2\xb0\ -\x23\xa9\xba\x84\xb5\x48\xf6\x05\xdd\x0e\xb6\x9a\xa7\x11\xc8\xa8\ -\x3e\xc0\x89\x02\xa3\x8d\x2c\x27\xc0\x74\x8f\xfb\x6a\x19\x3a\xcb\ -\x34\x42\x8e\xd9\x08\xa9\xb7\xd1\x2e\x7d\x16\x41\xe8\x51\xef\xe0\ -\x48\x1f\x9e\x47\xf0\x2e\x12\x5e\xc5\xdb\xbe\x71\x09\xd3\xd9\x6e\ -\xa0\x4e\x94\x90\x6c\x3a\x16\xbf\x97\xdb\xcb\xcd\xe0\x50\x6a\x54\ -\xa6\x14\xad\xe6\xf3\x75\x32\x95\x60\x8a\x63\x27\x74\x3b\xfa\x21\ -\x35\x1c\x14\x8a\x93\xe1\xe8\x07\x4a\x2d\x0e\x5e\x0a\xab\x9c\xf4\ -\x74\x3b\x76\x2a\xef\xb6\xa2\x5c\x52\xec\xf6\x3b\x2a\x2d\x9b\x13\ -\x59\x6f\x20\x92\x8a\xf4\xea\xfc\x07\xf2\x1a\xe0\x89\x25\x88\xe8\ -\x44\x11\x4d\x6b\xec\xfe\x33\xb5\x40\x18\x81\xb2\xae\x3a\xa3\x69\ -\x96\x50\xa1\x37\x2b\xc6\x05\xd4\x0e\x2a\x49\xe7\x2c\x77\x6f\x2c\ -\xe6\xe3\x02\x13\x64\xa6\x2d\x8d\x1c\x68\x47\xb5\xb0\x3b\x8a\x7c\ -\x4f\xbf\x56\x9f\x55\x11\xa9\xae\xdf\x95\xfc\x20\xe5\x2e\x1e\x57\ -\xb3\x97\xd1\xcc\x62\xd0\x2e\x4d\x76\x34\xdb\xc4\xe8\x49\x2b\x4b\ -\xc3\x8f\xfa\xfe\xbc\x10\xe8\xeb\x4e\x3a\xed\x29\x3e\x1a\x07\x5d\ -\x2a\x75\x72\x69\xef\x9c\x3f\xe3\xb1\x0b\xa0\x4e\xe2\xa4\x4d\x9b\ -\xa2\xb1\x18\xc5\xb5\xc9\xe0\xdc\xcc\xfe\x5a\x84\xee\x0b\x07\x7f\ -\xd7\x85\x99\x61\xce\x0b\xdd\xe7\xb4\x8e\x8b\x17\x63\xfb\xee\xeb\ -\xb3\x4a\x71\x2f\x2d\x54\x96\x6b\x2f\x9c\xb0\x5a\xd8\x8e\x45\x7f\ -\xd2\x2f\x09\x5a\xb4\x48\x39\x91\x91\x5c\x17\x21\x38\x7f\x3a\xb5\ -\x73\xa5\x43\x43\x8f\x2c\x48\x2d\x56\x62\x13\x91\x71\x54\x42\x89\ -\x87\x7f\x5e\xb3\xa4\x8f\x40\x48\x8f\xa5\x90\x55\x34\x8e\xf1\xff\ -\x9e\x5f\xc4\xf6\xfd\xdd\x9c\x4d\x1e\x06\xa0\x5a\xa3\x56\x2d\xa4\ -\xe5\xd3\x10\x0a\xc8\x94\xfe\x7a\x57\x70\x03\xe4\x85\x7e\xb8\x6b\ -\x19\x56\xd1\x74\x84\x8f\x57\x4d\xad\x78\x16\xd8\x68\x40\x60\x66\ -\x36\x79\xfe\x06\x15\xa0\xa5\xea\xdc\x7a\xd8\x69\x2b\x9c\xc2\x8c\ -\xa1\x98\x38\x05\x08\x33\x16\x10\x21\x1b\x47\xbf\xab\x92\xa6\x93\ -\xcd\x13\x8e\x3c\x7f\x5d\xcf\xd8\x82\x89\xe7\x95\x80\x08\x7d\xcc\ -\x95\x0b\x81\xa7\x00\xc9\x05\x63\x74\xfd\xab\xde\x19\xb3\x51\x71\ -\xc2\xea\x1f\x2b\x2b\xe2\xec\xda\xfa\xa6\x05\xa3\x9a\xff\xe5\x40\ -\x05\x25\xc5\x67\xd8\x5d\x40\xe0\x21\xbf\x4a\x79\xa7\x91\x5e\xcf\ -\xfd\xe7\xcb\xa6\xab\xdc\x63\x17\x64\xf9\x6e\x12\x94\x77\x37\xf2\ -\x72\x0d\x47\xbc\x1f\xce\xb3\x87\xcb\xb4\x9e\xb6\x90\x5b\x5d\x0f\ -\x54\x40\x83\xde\x94\x8c\x56\xc7\xf4\x10\xdc\xfc\x9c\xb5\xd0\xae\ -\x80\x85\xb3\x6f\xb0\x39\x9d\xc2\xa1\x3e\x80\x6d\xd2\x3f\x4a\x33\ -\x7b\xcd\x7f\xf7\x42\x15\x2c\xfb\x50\x3c\x4e\xa3\x98\x56\x6c\x1a\ -\x30\x6c\x0e\xb6\x3b\x00\xae\xeb\x3b\xa8\xf5\x4d\xf7\x84\xcb\x73\ -\xc0\x02\x04\xd5\x09\xd8\x9a\x65\x09\x87\x28\x87\xfe\x5c\xeb\xef\ -\xbd\x60\x8d\x8f\xa9\x3a\x63\x8b\x1c\xe0\xa2\x8b\x8b\x42\x74\x58\ -\xd8\xf3\xdc\xf5\x43\xe5\x3b\xcb\x64\xa8\xc9\x6c\xad\xde\x46\x65\ -\x37\x0c\xba\x40\xae\x7c\x2f\x0f\x2b\xc3\xe4\x22\x2a\x26\x1b\xbc\ -\x80\xde\xee\x20\xd8\x03\xa8\x85\x97\x0c\x4a\x1c\x36\x25\x74\x80\ -\xda\x3e\x2f\x8d\x62\x34\xa4\x7a\xd4\x30\x78\x20\x7f\xee\x5c\x06\ -\x03\xc3\xc0\x68\x0e\xe3\x8c\xba\x9d\x86\x47\xa9\x08\x69\x8e\x69\ -\xd5\x04\x0a\x58\xad\xe1\x46\x5f\x23\xdc\x7d\xd7\x35\xd1\xcf\x5a\ -\x79\xad\x4f\xeb\xfd\xb9\x49\x50\x98\x5f\x81\xec\x78\x56\xb3\xd0\ -\x42\xe3\x73\x62\xfc\xfb\x4a\x5e\xaa\x3a\xf6\x10\x6a\x13\x00\x02\ -\xf0\x08\xeb\x17\x5e\x85\x9d\x8b\x65\x74\x22\xce\xdd\x6a\x54\xe9\ -\x39\xd4\x1a\x2d\x7c\xe1\xa2\x4f\xb4\xb1\x6f\xe9\x96\x8f\x42\xea\ -\xe5\x49\x3d\x4f\xba\xdd\xdd\x46\x4b\x0b\x17\x2a\xe5\xdb\x01\x92\ -\x98\xb5\x33\x34\x1e\xfb\x5b\xa7\x9a\x1b\x67\x26\x3d\xc7\x2c\xb3\ -\xe9\x17\x88\xb6\x06\x4c\x32\xcd\x42\xa9\x33\x8b\xd6\x2a\x7e\x67\ -\x36\xba\x62\xb7\x43\x86\x81\xcd\x2b\x1f\xe6\xfa\xf9\x66\xf0\xce\ -\x45\xb0\xe5\x2c\xac\x1d\xbd\xd2\x67\x6e\x43\xef\xcb\x71\x62\x07\ -\x3a\xd6\xc9\x9a\x94\x04\x6f\x8c\xde\x5c\x03\xde\x2a\xea\x23\x29\ -\x54\x3c\x21\x8c\x1a\x6a\x67\x9a\xb6\xa5\x31\x66\x48\x1d\x46\x68\ -\x0b\xe2\x52\x59\x53\xcb\x39\x74\x23\x2b\xd2\x9b\xbd\x80\xe8\x85\ -\x78\xd2\x77\xd9\xda\x23\x99\x47\x8e\x71\xa5\xff\x65\x11\xdf\x03\ -\xa8\x7f\x9b\xcc\x6e\x28\x7f\x9b\xa2\x4a\x6a\xa1\xe4\x54\x58\xc9\ -\xd2\x90\x24\xb2\x58\x0f\xe6\x3c\x5c\xcc\x72\x19\x65\xe3\x64\xc3\ -\xe4\x52\xec\xc9\xa2\x73\x92\x42\xd5\x9a\x7a\xa5\x45\x46\x0c\x15\ -\x03\x0c\xe9\x7b\xd4\x51\xfc\x00\x52\x4e\xa8\x8e\xd9\xd8\xc6\x5a\ -\x9c\x87\xcb\xe9\x89\xf7\x17\xbc\x65\x37\xb2\xb0\x69\x00\x8d\xa1\ -\xd3\xe5\x05\x74\x40\x44\xf8\xd0\x08\x0a\x4d\x2d\x8a\x80\xf6\xc0\ -\xe0\xd5\xe0\xc6\x7c\x2f\xb5\x09\x0e\xd4\x0a\xc2\x75\x0d\x0f\x99\ -\x53\x6b\x5e\xdd\xc9\xbe\xbb\x5b\x80\xd3\xab\xc6\x6a\x37\xc5\x39\ -\x65\x1d\x49\x99\xd6\xd6\x09\x3b\x6f\x68\x63\x2b\x66\xa0\x3b\xfc\ -\x65\xe3\xce\x71\x0e\xc3\xf4\x83\x78\x6c\x9a\x82\xbc\x30\x46\xe8\ -\x07\xa1\x82\x00\xcd\xc1\x90\xa2\xc1\xf2\xc8\x03\x04\x86\xe9\x97\ -\x0a\x9f\x01\x8d\xb7\xdc\xa9\xf5\xbf\x0f\x58\x35\x05\x55\xff\x23\ -\xaf\x68\xe4\x9b\xc6\xa2\x9a\x5f\x48\x31\x2a\x11\x81\xa3\xc6\x09\ -\xdd\x11\xb4\x35\x14\xa6\xd3\xf1\x62\x60\xb1\x67\xaf\x0b\xee\x37\ -\xc1\xfb\xc9\x18\x69\xff\x3d\x66\xfb\xec\x5c\x6d\xcc\x40\xfa\x16\ -\x54\x1f\x56\xcd\x54\x0a\x8a\xd4\x6f\x78\x53\xb5\xa2\xb8\x78\xd4\ -\x79\x8e\x68\x92\x15\xf4\xdb\x91\x78\x2e\x5e\xbb\x88\x02\x73\x2a\ -\x25\x5c\xac\x30\x8e\x22\xd3\xdc\xb0\xc2\x56\xa1\x34\xf3\x2d\x03\ -\xc9\xcd\x4f\x7c\x4a\x48\x05\x94\x64\x2c\xb1\x2e\x13\x76\x6b\x72\ -\x9f\x24\xcd\x4d\xd3\xb2\x0a\xfa\xf7\xa9\x5c\xe6\x61\x05\x9b\x40\ -\xb8\x19\x50\xac\x7a\xc0\x1a\x16\x5d\x5d\x81\x57\xe0\x67\xcd\x5f\ -\xda\xb4\xbe\x8b\xe1\x50\xd3\x9a\x23\x94\xda\x02\x5b\x21\x27\x66\ -\x02\x81\xa2\xe7\x00\x95\x06\x3e\xf7\xa4\x94\x7c\xb9\xe5\xbb\xda\ -\x04\x12\x61\x44\xd0\xfb\xb2\x42\x73\x3f\x38\xad\x6f\x31\x36\xe8\ -\xdf\x49\x5b\x00\x96\x67\xd7\xda\x2c\xa6\x50\x54\x1e\xd7\x6a\x2d\ -\x0f\x71\x8f\x95\x60\x73\xde\x15\x4a\x59\x4c\x4b\x84\xc7\x3a\x6b\ -\x01\x0b\xa5\xdb\x3b\xa5\x35\xdb\xb1\xb9\x00\xcf\xd1\xea\x8b\x78\ -\x1f\x9c\x37\xa6\xd6\x22\x43\x73\x9d\x44\x80\xe7\x8c\x9f\x3b\x0e\ -\x39\x50\x15\xc0\x26\xe4\x9e\x7f\x64\xcf\xb6\x7d\x6f\xff\x4c\x20\ -\x8b\x56\xf4\x0c\xba\x74\xc6\xcf\x5c\x26\xae\x68\x60\x98\x35\x24\ -\xe3\x03\xfc\xe1\x88\x19\x92\x32\x74\x98\xc2\xc5\xdc\x85\x43\x6b\ -\x74\x74\xbf\x86\x74\xd5\x93\xc9\x85\x0d\x65\xeb\xcd\x4d\x87\xd8\ -\xce\x9c\xfa\x39\xcd\xf2\x7c\x05\x99\xd4\xf3\x80\x96\x7b\xd9\xb4\ -\x84\x06\x5a\x93\x50\x82\x07\x78\x05\x2d\x5b\xdf\x97\x00\x3f\x1e\ -\x9b\x64\x3a\xf1\xd0\xe2\x16\xf8\x07\x5f\xce\x57\x9c\xe1\x49\xbc\ -\x66\x78\x35\xed\x20\x79\x28\xb0\xd7\x5c\xdd\x2c\xdf\xa3\x65\x38\ -\xba\x41\x82\xe9\x19\xb4\xd5\x8f\x3d\xa8\x17\xe6\x0a\xe8\x1a\x9a\ -\x8a\x14\xb8\x23\x1c\x35\x14\x5b\xd1\xa6\x13\xf2\xbf\xd9\x0f\xda\ -\x64\x0a\x01\x5e\xe9\x5a\x89\x4a\x51\xa3\xa6\xac\x46\x13\xef\x63\ -\x5c\x2d\xbe\x18\xab\x08\x90\xcd\x70\xbc\xd8\x7b\x0a\x99\x41\x82\ -\x17\x04\xb6\x29\x4c\x6c\x09\x2f\x92\x65\x2d\x34\x28\xd2\xd4\xf1\ -\xd0\x84\x91\x8d\x35\x21\x1c\x83\x14\x85\x20\x49\xc1\x6c\x38\x23\ -\x22\x34\x47\x2d\x7a\x59\x10\x7b\xb1\x46\x05\x71\xe7\x46\x21\x80\ -\xe2\xe0\x02\x94\xa2\xe0\x08\x05\x36\x6a\x03\xaf\xae\x63\xe8\x05\ -\xf7\x08\x3e\x74\x2b\xc8\x0b\x2d\xd2\x05\x89\x22\x72\x0c\x99\x8c\ -\xcf\x3c\x39\x52\xcd\xfd\xb0\xd1\xcf\x99\x02\x63\xad\xa3\xeb\xe4\ -\xf1\xe9\xd9\x12\xab\xf3\x1a\xb2\xe7\xe6\xb6\x49\x63\xa5\x21\xe5\ -\x14\x89\xd2\x49\x32\x9c\x61\xd4\x59\xb0\x9b\x2f\x8c\x4d\xaa\x9e\ -\xb1\x02\x7b\x93\x7d\xb2\x67\x0d\x67\x3e\x22\x3d\x52\x16\xea\x63\ -\xb5\x2b\xde\xa9\x9b\xf3\xe8\xb4\xd3\x0f\xe2\x2c\x0c\x03\x89\x96\ -\xd3\x65\x2e\x85\xbe\xd6\x43\xad\xd7\xbd\x32\x6c\x82\xd3\xf2\xa8\ -\x0e\x6b\x9e\xa4\xe6\x32\xa8\x69\x09\x09\xb5\x89\xcc\x84\x95\xd2\ -\x9a\x61\x7d\x55\xd1\xe1\x20\x81\x54\x77\x4c\x9c\x45\xcb\x26\xb5\ -\x54\xd8\xcf\x06\x43\xc4\x3d\x1f\xc5\x22\xc0\xcb\xe5\x00\x4d\xc0\ -\x9a\xfa\x23\xda\x0a\xef\xfc\xb5\x8a\x72\x61\x50\xb8\x3a\xed\x46\ -\xba\xb8\xb9\x16\xdd\x47\x70\xc5\x23\x28\xfa\xdf\x4d\x65\xf2\x53\ -\x5d\x20\x37\xca\x59\xe4\x8e\xe9\x44\x9d\xcc\x71\x0e\x62\xe2\x50\ -\x5d\xc0\x3a\x8d\x4e\x4a\xe1\xc0\xee\x46\x65\x17\xdd\xb0\xa8\x42\ -\x74\x2a\x89\x53\x9a\x6c\x8a\x70\x99\xb6\x94\xad\xd1\x4d\x77\x56\ -\x29\xd4\x92\xd4\xb8\xc6\x74\x51\xe0\x8c\x32\xaf\xf4\x57\x40\x78\ -\x5e\x80\x28\x12\xd5\x1a\xe0\x0b\x48\xe5\x8e\x54\x6d\x3a\x84\x3e\ -\x69\x4b\x9e\x7f\x64\x97\xbd\x51\x02\x0b\x23\x61\x07\x68\xe4\x18\ -\xa7\x54\x01\xbe\x1d\xa9\xcf\xc2\xa8\xae\x8f\xd3\x54\xaa\x01\x3d\ -\x0b\x9d\x3a\xce\xf3\xf6\x3d\x25\x1b\x11\xa7\x7b\x39\x23\x42\x0a\ -\xe5\x9b\x29\xf5\x32\x91\x3b\x46\x25\x00\xb9\x22\xf2\xab\xcb\x22\ -\x27\x10\x63\xc5\x87\x04\xc5\x59\x96\x99\xc6\x08\x80\xb1\x9a\x81\ -\x88\x4d\x14\x59\xf8\x10\x92\x5c\x1a\x80\x9a\x7f\x07\xc3\xf4\x60\ -\xe6\x69\xce\x59\x8c\x05\xb3\x01\x0f\x2e\xaa\xee\x0a\x28\xd2\x80\ -\x07\x02\x5c\xec\xe2\xe5\x00\xda\x4e\xa3\x33\x8f\x0e\x0c\x97\xa6\ -\x84\xcb\x14\x5b\x0d\x01\x46\xec\x24\x9f\x0c\xf9\xd4\x5d\x84\xb3\ -\x26\xaa\x06\x57\x36\x59\x15\x76\x7d\xe9\xdc\x26\x20\xec\x03\xf8\ -\xb6\xfe\x30\xcc\x75\x3c\x16\x85\x99\x83\xf2\x3b\x16\x9a\x9e\x18\ -\x7a\xed\x4d\xbf\x4f\x09\xd2\xe6\xbb\x9c\xad\x45\x3f\x8c\x95\xee\ -\x59\xa8\xa5\x0a\xbe\xce\x17\x27\xcb\x73\x40\x2f\x1c\x28\x7a\x6f\ -\x35\x9e\xd3\xeb\x3c\x6c\xd6\xa9\xe3\x62\xba\x95\x09\x3f\xe7\xbd\ -\x27\xd0\xc0\xc9\x73\xde\x12\x6c\x60\x72\xa7\xa8\x39\x93\x81\xad\ -\x21\xe8\x93\xab\xdc\xae\x54\x64\x14\xb3\x7d\xff\x31\x2a\x03\x81\ -\x36\x67\xdf\x2a\x91\xa9\x2e\xab\x00\xa2\xc6\x6c\x42\x51\x23\x4d\ -\x90\xf2\x3e\xe5\x58\xf3\x9d\xc0\x99\xbc\xbb\x70\xa9\x7b\x04\x90\ -\x06\x5c\xd7\x9f\x38\x5f\xea\x74\xd9\x29\xd8\x13\x74\xed\xb1\x4d\ -\xb8\x52\x7b\xdd\x81\xa1\xd8\xc7\x98\xcd\xca\x64\x00\x42\x5e\xce\ -\x39\x03\xd4\xad\xc9\x3b\x51\xf2\x92\x2a\x3c\x96\x3c\x53\xbb\x57\ -\x64\x00\xa0\x98\x29\xf6\x68\xa0\x9f\x60\x4e\x52\xc7\x10\x23\x0e\ -\x39\xd5\x5a\x5a\xb8\x7c\x5b\x6f\x07\x56\xdd\xe6\x5a\x4c\x74\xcc\ -\xcf\x4b\x90\xad\xe4\xc5\x09\x66\xcd\x02\xf5\xdc\x57\xdd\xb8\x07\ -\x84\x8b\xd1\x60\x23\x82\x40\x08\xae\xcb\xcc\x1e\xda\xe8\xda\x50\ -\x5e\x29\xda\xaa\xfa\xe1\x4f\x0f\xf0\x2d\x67\x40\x16\xd4\x9f\x16\ -\x4a\x95\xbb\xe3\x89\x3d\x30\x7d\xf0\xd5\x6a\x14\x7f\x45\xff\x54\ -\x80\xe7\xa8\x14\xe7\x38\xbd\x2c\x78\x2a\xb6\xbf\x2b\x35\xcc\x0b\ -\xc6\x70\xb9\x93\xb5\x5c\x9a\x6d\x32\x74\x2a\xba\xf3\x52\xc9\x03\ -\xbc\x1d\x50\x50\xe9\xd3\x69\x29\x8c\xd6\xd1\x74\x24\xa4\xfc\x7c\ -\xc6\xb0\xc3\xdd\x5d\x5d\x94\x26\xc2\x2f\xc8\x43\xfe\x5d\x7e\x90\ -\x59\xbe\x93\xe7\x77\x4d\xde\xde\xa5\x36\xc3\x04\x14\x88\x1d\x6e\ -\x5a\x81\xb0\x67\x06\x06\x60\x2d\x1c\x35\x98\xed\x7e\x69\x0a\x4f\ -\xfa\xa8\xa9\xe1\xd2\x15\x39\x2a\x56\xdf\x6d\x1d\xb1\x84\x23\xde\ -\x69\x44\xef\x26\x14\x4e\x2f\x64\xa4\x43\x82\x77\x16\x07\x40\x68\ -\x13\x0c\x0c\xf1\xa6\x7e\xc7\xf7\x46\xe3\xb7\x51\xb2\x5e\x74\x6c\ -\xcd\x2b\x6f\x8d\x55\x5f\x4c\x5a\xc4\xf1\x0b\xbd\xb1\x37\x02\xb2\ -\x3b\x09\xb2\xb4\xac\x16\x38\x1e\x2e\x4b\x6e\x8d\xd0\x82\xe6\x5b\ -\x23\xc2\x67\x1b\xd9\x94\x93\xd9\x1a\x35\xb7\x2a\xf6\xef\x8a\x25\ -\x24\x0f\x92\x26\x0a\x74\x70\xb5\x0c\x54\xba\x04\x54\x8b\x1f\x7c\ -\x87\x60\xdc\xb0\xef\xce\xcf\x41\x2f\x13\x6e\xa5\x19\x74\x8d\x53\ -\x3e\x87\x11\x4d\x54\xcd\x5e\xe2\xcd\x85\x51\xf7\x06\x1d\x80\x1b\ -\x82\x7d\x52\xf5\x77\xfd\x5f\xc9\xf7\x5b\x3e\x53\x08\x86\x01\x23\ -\xba\x02\x65\xd8\x59\xb7\x34\x4f\x06\x66\xe4\x81\xce\x5b\xd1\xba\ -\x23\xf5\x25\xdc\x1c\xa4\x34\xc8\xe7\x6c\x23\x09\xa3\x96\x19\x7a\ -\x35\x30\xea\xee\x14\x69\xa5\x13\x1a\x85\x03\xe1\xf0\x8e\x7d\x1d\ -\x11\x1c\xe2\x0c\xdc\x81\xb4\xef\xec\xda\xbc\x7b\x8f\x4b\xcb\x9e\ -\x70\x83\x1d\x38\xb8\x85\x56\x73\x08\x88\x62\x59\xac\xc8\x74\xba\ -\x89\x5f\x8e\xfe\x73\x24\x0a\x63\xc6\x9c\xc6\xe2\x4c\xfb\x5f\x31\ -\x1a\xeb\x4a\x2d\xc9\xfd\x57\x26\xdf\x24\xaf\x93\xb9\xad\xb8\x83\ -\x3d\xe3\x2a\x35\x30\x4f\x4c\xcd\x5a\x43\x62\x56\xcd\x51\x10\x5b\ -\x5e\xa1\xd3\x8b\xa2\xa9\xa4\x27\xa6\x00\xe9\x76\x05\x9b\x0d\xfc\ -\xae\xcf\xc2\x0e\x80\x22\xb6\xfb\xa7\xae\xa7\xae\x91\x4d\x10\xc3\ -\x73\x82\x92\x96\x4f\x31\x89\xf2\xe7\x1f\x76\xcd\xa8\xd3\x2f\x2d\ -\xca\x9e\x38\x2f\x7d\xed\x4b\x0d\x8c\xff\x4b\xf9\x7e\x8a\x66\xe8\ -\x53\x9b\xf3\x24\xb9\x53\xa1\xb0\x81\x50\x38\x8a\x39\x04\x4a\x68\ -\x42\xa6\x14\x6a\x2b\xef\x2e\x62\x2b\x10\x86\x07\xed\x87\x37\x54\ -\x27\x6a\xe8\x64\x03\x0e\x41\x0d\x8b\xd4\x3c\xc0\x0c\x49\x5a\x2e\ -\xd7\x15\xda\x71\x3d\x63\xb0\x7c\x5f\x88\x09\x4f\xea\x73\x69\xd3\ -\x5c\xef\x0e\x9a\x3d\x26\x04\xff\x22\x98\xec\xbf\x8e\xdb\xdb\x21\ -\x39\x37\x60\x09\x52\x21\x40\xe4\xbe\x61\x98\x7d\xbc\xd5\x09\x28\ -\x1c\x77\xc8\x9b\xd6\x7e\x0b\x04\xc7\x85\x02\xe8\x67\x82\xa4\x06\ -\x3d\x81\x7c\xd7\xc0\xdb\x64\x92\xd8\x1a\x63\xd7\xae\x8a\x45\x32\ -\x14\x6a\x21\x9e\x29\xc5\x01\x9e\x40\xd7\x0c\x0f\x01\x98\xf1\xac\ -\x28\x58\x23\x08\x33\x5d\x37\x83\xca\x38\xb7\x89\xfa\xda\x54\x9d\ -\xe8\xc6\xf4\x21\xc0\xeb\x8f\x1a\x85\xdd\x37\xc0\x33\xad\x91\xe3\ -\xa0\xb1\x22\x92\xd1\x61\x6d\xdd\x4d\x6b\x8e\x04\xde\x99\x61\xd1\ -\x34\x9d\x73\xd2\xd6\x95\x80\x45\x1b\x52\x5d\x64\xb1\xe8\x37\xd1\ -\x6b\x70\x9f\x12\xd1\x6e\xe7\xaf\xab\xe3\x02\x30\x76\x96\x02\xb4\ -\xd8\x80\x97\x88\x13\x3a\xc4\x01\xec\x31\x1e\xfd\xf9\x71\x9d\xe0\ -\x5a\x4c\x02\x89\x37\xd8\x65\x72\x8c\x85\xbd\xe5\xe0\xb6\xcb\x24\ -\x1c\x7c\x26\x89\x8c\x4d\xb4\x9c\x51\x44\x82\xcb\x0b\x22\xd7\x9b\ -\x44\x81\x03\x69\x35\xf8\xdb\x46\xa3\xd0\x56\xbc\x68\x6d\x56\x14\ -\x72\x79\x81\x84\x23\x36\x5a\x6e\x3a\xda\x42\x3d\xdf\x78\xaf\x40\ -\xb9\x39\x03\xa5\x2f\x5c\x61\x15\xd1\x43\x09\x5d\x4c\x9d\x05\x95\ -\x89\x50\x0b\x6a\x5d\x9b\xab\xbc\x4b\xf4\x81\xc6\x24\x62\x02\xd0\ -\x28\xf4\xc7\x11\xc5\xbe\x0b\xb4\xf5\x02\x96\x74\x55\x0c\xf1\x6f\ -\x11\xa7\x23\x87\xce\x2a\x0a\x12\x0b\x09\xee\x01\x77\xd2\x36\x78\ -\xd5\x3c\x69\x41\x50\x39\xbc\xfa\xf9\x86\x40\x2b\x56\xf3\xd9\x59\ -\x71\x53\xec\xa0\x57\x64\xd5\xdf\xc1\xb0\x42\x3c\x0a\x6e\x47\xe6\ -\x80\x34\x87\x40\x78\x0b\xe2\x73\xa4\xc7\xb3\x00\x76\xaa\xd0\xc6\ -\xfb\x29\xc7\x3c\xbe\x4e\x44\xd7\xf5\xe8\x8e\x96\xc1\x65\xc7\x7d\ -\xdd\x54\xcd\x07\xd2\xd5\xe9\xab\x13\x0b\xf5\x90\xa3\x11\xeb\xa1\ -\xcc\xd8\x9c\x12\x71\xd9\xa4\x7a\x60\x3e\x7a\x38\xb3\x84\x53\xa1\ -\x4f\x6a\x50\x2a\xc8\x80\xdb\x24\xcc\xe9\x29\x95\xeb\x1d\x08\xb5\ -\x3c\x6a\x16\x50\x26\x34\x27\x94\xa5\x74\xc7\x8b\x10\xfd\x1c\x3c\ -\xc8\xcc\xe6\x40\xb7\x4f\x1a\x2a\x10\x52\xb5\x32\x8e\xa4\x9e\xb8\ -\xe4\xc7\x89\x8c\x9c\x0b\x22\x3d\xab\xb9\x51\x86\xda\xd4\x92\x0e\ -\xa2\x6c\x58\xf5\x72\x08\x97\x4f\x5a\x5e\x75\x16\x63\xb7\x30\x6f\ -\xb6\xe1\x74\xa6\xbe\x94\xef\x3e\xe3\x5d\x76\x1d\x60\x50\x61\x27\ -\x77\x2a\xd5\x52\xd0\x3e\x08\xaf\x54\x41\xe5\xdc\x53\xc8\x7b\x1a\ -\xaa\x67\x28\x32\xf3\x5b\x23\xcd\x25\xa8\x5a\xa7\x4d\x2c\x69\x5b\ -\xe2\x0d\xf8\x49\xe3\xa5\x13\x29\x35\x1e\x88\x89\x41\xd0\x6d\x38\ -\x32\x3a\xcc\x96\x10\xd6\x7c\x99\x36\xff\x08\x6a\x45\xa7\x86\xd7\ -\x0b\x56\x08\x4d\x5e\x80\xad\x79\x1f\x86\xc8\xf7\x86\x59\xf9\x06\ -\x0e\x86\xcd\xbf\x05\xec\xc6\x9e\xac\xc2\x03\x69\x0c\x06\x0f\xb8\ -\x42\xa3\x92\xb4\x46\x7a\xe6\xa4\xd1\x0d\x97\x01\xa1\x51\x58\x7e\ -\x03\x40\x5e\xf7\xce\x72\xc1\x57\xfb\xea\x6d\xd2\x5b\xee\x15\x3f\ -\x8b\x23\x38\x34\x1c\xf9\x28\x8a\x33\xa7\x2e\xe9\xdf\xf1\x47\x1b\ -\x49\x8b\xb5\x70\x8a\x6e\xa7\xab\x2e\xcd\x68\xb1\x9e\x66\xf9\x67\ -\x37\x9f\x2a\x40\x07\x87\xd1\xc3\x89\xee\x58\xe9\x55\x89\x3a\x93\ -\xe5\x29\xe6\x44\xd1\x9a\x58\x7d\xe3\x99\x13\xc9\x37\xd0\x25\xe1\ -\x3a\xe8\x77\xb4\xba\x54\x8e\x43\x21\x9d\x8a\x67\xbf\xab\xe5\x60\ -\xba\x55\xf5\xd2\xf9\xfc\x47\x31\x7c\xc8\x69\x64\x44\x6a\xd8\xb9\ -\x39\x20\xb3\xf7\xb4\x08\xff\xe8\x7f\xf3\xbd\x85\x1c\x77\x79\x18\ -\xaf\x88\xdf\xf1\xa0\x9a\x3f\x6b\x56\xfd\x6c\x1d\x25\xb0\x9b\xd7\ -\x2c\x43\x9f\x6a\x92\x66\xe9\xa0\x55\xa8\x88\xbd\x48\x0d\xda\xa6\ -\xff\x2c\xa0\x8e\x73\x17\x1a\x5a\x9c\x57\x3c\x01\xc7\x9f\xb2\x67\ -\x47\x91\x02\xe4\x6f\x73\x6a\x5e\x6d\xae\xea\xd9\x72\x06\xfe\x2a\ -\xf0\x9c\x94\xa9\xb8\x83\x20\xa9\x86\x1a\x2b\x92\xe7\xa8\x4e\xdb\ -\xf6\x3d\xd1\xf7\x86\x6c\x7a\xaa\x23\xa8\xe5\x53\x30\x2c\xd4\x2e\ -\x38\xc4\x97\xc0\x99\x9e\x28\x6e\xf6\x00\x10\x0e\x93\x75\x62\xa5\ -\xae\xaf\xef\x06\x18\x9e\xa1\x99\xb5\x4b\x97\x76\x60\x98\xa1\x74\ -\xa9\x06\xc7\x6e\x2e\x60\x97\xf0\x46\xa7\x76\x0d\x54\x97\x39\xe4\ -\x7e\x20\x82\xac\x79\x84\x00\x2e\xa5\xa9\x09\x72\x6f\x60\x0b\x65\ -\x53\xdf\xcf\x57\x5d\x12\x9f\xa7\x19\xa9\x20\x7e\x36\x70\x88\xda\ -\x33\x9b\x30\x67\x4e\x8d\xd9\xcf\x5a\x59\x40\x49\x37\x28\xc1\x4b\ -\xd7\x87\x39\x62\xee\x26\x61\x6b\x74\x42\x59\x0f\xe8\x14\xe2\x64\ -\xd9\x74\xd9\x2c\xf6\x68\x81\x43\xbd\xd1\x82\xec\x61\xd1\x44\xe1\ -\x5b\x46\xac\xe9\xb4\x2b\xbd\x1a\x7a\xa4\x05\x86\x71\x10\x2e\x67\ -\xb9\xfe\xfb\x3a\xe9\x02\x84\xb3\xe0\x3a\xa3\x45\x07\xa1\x70\x11\ -\x28\xf7\x6e\x9e\x8b\x35\xa3\x6c\x93\x1e\x34\x8b\x66\x9e\xbd\x5b\ -\x77\xd7\x37\xd9\xb4\x13\x67\xed\x4b\xbc\x98\xb9\x5f\x02\xba\x08\ -\xd4\x06\xd5\x51\xb6\x01\x1e\x44\x0b\x51\x90\x67\x26\x45\xd2\x6c\ -\x26\xa6\x2e\x08\x27\xc6\x88\xbe\x66\x31\x24\xaa\x9b\x8e\x71\x2e\ -\xae\x23\x12\x2b\x8e\x4e\xb9\x2e\xa9\x37\x01\xec\x3a\x2d\x5e\xe8\ -\x48\xfb\xcb\x4d\xd1\x1f\xd4\x42\x0b\x93\xea\xe9\xf4\x03\x94\xbc\ -\xb0\xb1\x06\x6d\xe2\xb2\xc0\x0a\xdf\xbe\x8f\xcd\xed\x42\x77\x3a\ -\x43\xe1\x13\xc3\xd2\xf0\xb6\x20\x5e\x01\xb8\xae\x7f\xc5\x85\xe4\ -\x53\x8e\xcc\x21\x9a\x25\xb1\x9d\x4a\x7e\x95\x17\x3f\x58\xa8\x5e\ -\x67\x8d\x9d\x94\x82\xad\x86\x49\xaf\x14\x41\x6f\x9e\xb1\x85\x50\ -\x8e\x46\xc9\x51\x3e\x33\x1a\x8a\x8f\x3d\xcb\x03\xce\xc1\x9f\x41\ -\xd5\x13\x3a\x6a\xf7\xf6\x81\xc1\x42\x6f\x2a\xda\xa4\xba\x7e\xb4\ -\xa9\xd2\x70\xee\xb5\xb8\x1b\x05\x95\x43\xc2\xcd\x79\x31\x74\x44\ -\xa5\xb1\xfa\x1b\x40\x72\x72\xb3\xda\xf7\xb8\x65\x4d\xf8\x2a\x26\ -\xb6\x30\xbd\x9d\x42\x54\x01\x9b\x8d\x97\x2f\x3b\x65\xa3\x5d\xe8\ -\x85\xae\xe8\x86\x38\x75\xdd\x79\x93\xc5\xcf\x54\xf1\xfc\xab\x1e\ -\xea\x60\x6c\xd0\x7e\x8f\x34\x68\x3c\xa7\x3b\x05\xd1\xc6\xf5\x7c\ -\x3c\x50\x4e\x90\x17\x2d\x55\x71\x23\x1b\xc5\xb4\x27\x77\x5e\x43\ -\x05\x6b\x90\xa7\xc0\x84\x51\x99\x02\x16\x6a\x8a\x8b\x29\x46\x9d\ -\x68\xd6\xcb\x42\xea\x24\xf5\xf5\xbd\xa7\x46\xc3\xe3\x34\x82\xc6\ -\x1a\x9f\xdf\xa3\x31\x0a\xd3\x60\xc9\xf7\x92\x25\x53\xec\x48\x69\ -\x26\x04\x98\x2f\xa8\x34\xbd\xec\xa9\xf2\x7c\x06\xd4\xec\xaf\x0c\ -\xd3\xa6\xf8\x16\x04\xbf\x59\x30\xd6\x6c\xb2\x75\x22\xe3\xe0\x9a\ -\xbc\x34\xbe\x58\x80\x07\x66\xee\xa6\x2f\x28\xa5\xf8\xdc\xcd\x47\ -\x12\xe5\x1e\x47\x47\xd5\xdf\x74\x69\x23\x82\x75\x93\x8e\x97\xfa\ -\x05\x29\x81\xa7\x1e\xfd\x60\x93\x2f\xc1\x26\xf2\x5f\xa7\x9a\x4d\ -\xa7\x18\x01\x9d\x18\x3e\xd7\x0a\xf0\x9c\xdc\x60\xe5\x10\x8e\x5e\ -\xb4\x3b\xe5\xb9\x92\x01\x57\x4e\x4f\xbb\xae\x8f\x3e\x1b\x46\xd3\ -\x57\x0d\xd3\x1b\xbb\xb1\x06\xe7\x44\x4e\xe4\x40\xcf\x81\x3c\x7f\ -\x35\xa3\x21\xe8\x44\xce\x3e\x5e\x8d\x43\xaa\x56\x92\x8a\x46\x17\ -\x0e\x53\x23\x35\x7f\xf1\xc2\x4b\xda\x04\x18\x0a\xdb\x45\xf7\xc6\ -\xcc\xa9\x9a\xd0\x2b\x8b\xe1\x8d\xda\x1f\xc6\x2d\x76\x86\xea\x04\ -\x7b\x46\x44\xc7\x3a\x4d\x6c\xe7\x96\x90\x81\x27\xd0\x0b\xfd\x12\ -\xca\xed\x53\xab\xf2\x97\xff\x3a\xdd\xd9\xef\xd3\xf1\x32\x01\x87\ -\xd0\xa5\x1e\x43\xd8\xcb\x5d\xa6\x9f\x8d\xf3\x3e\x9f\xbe\x3c\x08\ -\x82\x57\x15\x7a\xc2\x04\x16\x3a\xd8\xd8\x73\xf0\xde\xb4\x9b\x7e\ -\x16\xf8\xf4\x1f\x0b\x25\x7c\xa5\x82\x27\x88\x37\x3a\xc5\x71\x01\ -\x76\x92\x1a\x87\xed\x7e\x72\x70\x61\x37\xb8\xc0\x06\xac\x69\x2d\ -\xe0\xd9\xa7\xb8\x50\xf7\x29\x0c\xc4\x36\x60\xb2\xd1\x4e\xcb\xdd\ -\x79\xa9\xd5\xfa\x09\x1c\xd3\x65\x61\x66\x2b\xa6\x87\xa2\x72\x56\ -\xd5\x89\x4d\x80\xc9\x76\x96\x98\xba\xb5\xc5\x29\xf9\x24\xde\xeb\ -\xaa\xb4\xe7\x3f\xd7\x10\x08\xbc\xb0\x99\x34\xaa\x05\x50\xa2\xb9\ -\x0a\x7a\x1f\xb3\x3a\x06\x63\x9e\x69\x1a\xe7\xc3\x61\xa0\x93\x52\ -\x97\xa4\x59\x7a\x34\x0d\xca\x1e\xd6\x1d\x76\xef\xf0\xdb\x67\xb5\ -\x06\xd0\x22\x93\x08\x35\xa7\xab\xd6\x5e\xc3\xc1\x9e\xba\x0e\xa6\ -\x6e\x28\xae\x59\x82\x25\xf7\x35\x73\x0f\x47\xf9\x3e\x1e\x77\x43\ -\x70\x31\xa6\xfb\x87\x66\xe8\x54\x01\x97\x26\x57\x13\x11\x08\xe9\ -\x84\x83\x24\x51\x0e\x46\x80\xaf\xa7\x98\xdb\xa8\xdc\xad\x57\x1f\ -\xff\x3d\x3c\x33\x24\x2d\xf2\x49\xae\xa0\x7b\x7c\x9f\x1f\x1b\x53\ -\xea\x87\x9f\x8f\xe5\xce\x0c\x13\x0e\xcf\xdb\x2c\x5c\xaf\x40\x90\ -\x83\x62\x02\x08\x3c\x1f\x1b\x55\x21\xc8\xe3\x2e\x4e\x46\x33\xf8\ -\x5c\xf0\x3c\x6e\x8d\x98\x87\x8e\xd2\xc6\x86\xd1\x5e\x6e\xb8\x70\ -\x00\xca\x50\x37\x9b\xe8\x58\x01\x64\x10\xf0\xfc\x47\xd1\x4c\xba\ -\x94\xd6\xc0\x9e\x43\x72\x99\x61\x86\xe6\xe0\xa8\xb5\x64\x1e\x76\ -\x48\x04\x04\x0c\xaa\x83\x44\x73\x89\x33\xf7\xae\x51\xad\x94\xf5\ -\x67\x0f\x1f\x15\x33\xc1\x03\x8f\xba\xa0\x20\xc3\x83\xb7\xfe\x6c\ -\x40\xfb\x7d\x18\x05\x89\xa0\xe6\x90\x10\x24\x1a\xef\xd3\x46\xdf\ -\x50\x13\x54\x28\x4c\x78\x81\x19\xc7\xd8\xa5\xad\xa8\xf0\x17\x6e\ -\xa0\xc8\x16\x53\xd4\x06\x59\x11\x52\xc2\xcf\x96\xa4\xee\x63\x75\ -\x47\x25\xbf\xff\xfc\xa7\x73\x6a\xf1\x6a\xa8\xe5\x9c\x77\xd1\x72\ -\x61\xe1\xb1\xfb\xe4\xeb\x2e\x97\x44\x52\x1c\xbd\xc1\xf8\xb9\xff\ -\x81\x31\x06\xfc\xf9\xf3\x2f\x1b\x0b\x53\x4e\x1c\x89\x80\x09\x80\ -\x49\xdd\xa9\x12\xf9\xac\xe8\x4e\x66\xff\xf4\x26\xcb\x73\x60\x3e\ -\x20\x7c\x27\xf2\x01\x03\x06\x0d\x40\x73\xab\x62\x37\x3e\x32\xed\ -\x58\xb8\x2c\xc6\xa0\xe6\x5b\x44\x8e\x6e\xcb\x9f\x07\xd0\xf3\xdc\ -\xe5\x60\x1b\x81\xae\xf9\xe1\x71\x3f\xff\x05\xa2\x0b\x2e\x1a\xe6\ -\x70\x6c\x54\x4d\xd6\x5c\x85\x29\x25\xdc\xd0\xf0\xbe\x69\xa8\x5c\ -\x34\xdc\x96\x7d\x23\x20\x20\x3c\x75\xa5\xb3\x36\x92\xd3\xec\x59\ -\x07\x5d\xcb\x01\xae\x36\x04\xcf\xf3\x03\x97\x15\x68\xdc\x44\x46\ -\x7a\x11\x4e\xe4\x40\x85\xd5\xa1\x32\x79\xe5\x48\x04\x8f\x3c\x56\ -\x74\x43\x6f\xfc\xed\x30\xba\xe5\x81\x8b\x28\x85\xa9\x66\xe7\xae\ -\xe3\xf3\x01\xb3\xe4\xa0\x78\xd3\x89\x25\xb7\xe9\xeb\x9a\x42\xc9\ -\xd0\xda\xf0\x49\x22\xcd\x8f\x10\x96\x44\xd5\x24\xc5\xfd\x83\x06\ -\x7c\x9f\x1f\xcd\x88\x43\x75\x7f\x63\x4e\xe8\x8b\xc0\x2c\x67\x89\ -\x80\xec\x99\x4a\xa3\x8e\x2d\x13\xe3\x68\x38\xf3\xa0\xfd\xc2\x03\ -\xc3\x72\xf4\x74\x82\xeb\xcf\xc0\xf4\x77\xf3\x06\x41\x75\x68\xca\ -\x62\x6c\x00\x88\x25\xa8\x45\x4f\xaa\xd6\xad\xc0\x57\x50\x50\xf4\ -\x1d\x43\x98\x9b\x38\xea\x99\x2e\xab\x04\xcf\xfc\x6a\xf3\x69\x0e\ -\xa6\x12\x67\xac\x52\x2a\xa6\x3c\x30\x90\xe0\xc2\xcb\xa8\xa8\x9a\ -\x1d\x84\xa4\x4d\xdc\x77\xce\x33\xd7\xdf\xa6\x8a\x53\x24\x2d\xbb\ -\xc5\x18\x06\xb1\xc7\x46\x13\x97\x47\x44\x81\x4f\x5f\x00\xe1\x3b\ -\x7f\x4c\x5b\x79\x35\x13\x0f\x77\xd5\xbc\xd9\x29\x86\xd6\x9c\xc4\ -\x34\x41\xcc\xf5\xef\x6b\xd0\x25\xd9\x93\x1b\xaa\x13\xc0\x01\x82\ -\x04\x0c\x77\xb1\x7e\x1e\xaa\x3d\x42\x8a\x42\x81\x61\x6a\xf3\xe1\ -\x85\x5c\x84\xbc\x5a\x0e\x8d\x19\x08\xe5\xe4\xc8\x2f\x52\xd4\xc9\ -\x9d\xbb\x64\xc9\xd8\xc4\xfd\x08\xa8\xc0\x9b\x53\x25\x27\x82\xc0\ -\xad\xef\x72\xb8\xbe\x74\x86\x2e\x59\xf3\xa9\x16\x31\xf5\xfd\x64\ -\xc3\x5f\xdc\x52\x2f\x7b\xd7\x5f\xcb\x7d\x73\x2d\x91\x80\x00\xe3\ -\x6d\x59\x32\x53\xad\xf5\x05\x3d\x0c\x41\x4d\xbc\x84\x00\xc7\xb4\ -\x10\xe4\x69\x45\x05\x46\xb8\x7b\x0d\xdd\x1d\x11\x01\xc2\xca\x32\ -\x03\xb1\xac\xa5\xc7\x18\x26\x3f\x96\xaf\xd7\x41\x2c\x35\x5a\xa2\ -\xc2\x6e\x18\xb6\xf7\x86\x66\x22\x0e\xd3\x1b\xa3\x39\x2e\x12\x64\ -\x9e\x1c\x63\xc6\xaf\xc8\x7f\xa3\x69\x8e\xcf\x45\xa6\x85\x24\xa7\ -\xca\x79\x18\x2d\x1b\x1d\xd3\x8b\x21\x80\x2f\x4c\xb8\x8c\x8e\xe3\ -\xd1\x1f\xae\x1f\xd1\x9c\xc0\x7f\x2c\xdb\x32\xd7\x20\xe2\x80\x41\ -\x7f\xcc\x41\xed\x01\x82\x3f\x00\x72\x2b\x48\x65\xd3\x1b\x82\x07\ -\x88\x3e\xf0\xcf\xfd\x7f\xfa\xe7\x6d\x4d\x04\x5d\x70\xe8\xc4\xee\ -\x61\xad\x89\x06\x7d\xac\xa1\x7d\x6c\x7d\x9b\x4b\x62\x29\xd6\x83\ -\x0d\xc2\x0c\xc3\xc0\x98\xa7\x7c\x3f\x00\xf5\x27\x41\x33\x2a\xc2\ -\x6a\x4b\xcd\xb2\xd9\xf4\x23\x91\x4e\xc8\x2a\x68\xcb\xd5\x2d\x18\ -\xc3\x70\x2b\x80\x02\xdb\xa7\x0e\xce\xdd\xf2\xed\x0c\x0e\x49\x5a\ -\x2a\xba\x6c\x40\x44\xdf\xe3\x49\x0e\x32\xb9\xe4\x78\x7d\x62\x7a\ -\x2e\x91\x23\xf8\xff\x1a\x1d\xdb\x7f\xdd\x33\x0f\xf9\xfe\x59\xf2\ -\xf3\x32\x06\x06\x30\x75\x95\xc9\xc2\xea\x4d\xe1\xed\xf7\x47\x63\ -\x1a\xa9\xa9\x84\xfe\xfa\xa3\x0d\x31\x55\x0a\xa9\x3b\xc2\x02\x4c\ -\xf9\xea\xdf\xc1\x95\x22\x6a\x99\x49\x28\x30\xe5\xd6\x6c\x4c\x1a\ -\x46\x95\x5e\x1a\x0c\xb4\xfd\x4e\x16\x78\x3b\xed\xec\xb4\x33\xe5\ -\x96\xbb\x84\xe9\x76\x69\x05\x33\x03\x8e\xa9\x5a\x2c\x02\x40\x07\ -\x51\x91\x81\xc6\x50\x49\xa5\x2c\x8e\x9f\xec\x66\x11\xfa\xfd\xff\ -\x2b\x37\x8c\x89\xe6\x2e\x4d\x20\x24\x30\x2e\x04\x16\xd2\x8c\x3c\ -\x54\xe7\xdb\x64\xdc\x58\x93\x43\x0c\x84\x02\xff\x00\xc3\x65\x35\ -\x1b\x0a\x6a\xee\x24\x00\x8c\x8f\xd6\x3f\xf7\x7d\x47\xc6\x2c\x92\ -\xd6\x23\x0e\x0a\x00\x0b\x3c\x38\xcd\x52\x5f\x6b\xa7\x87\x55\xd6\ -\x73\x11\xc1\x45\x08\x3f\xf7\xca\x5c\x0f\x21\x00\x00\x20\x00\x49\ -\x44\x41\x54\x17\x88\x00\xc6\xc0\xc8\xe3\x64\xcf\x66\x24\x81\x87\ -\x05\x9e\x00\xa7\xba\x01\x8f\x3a\x84\x3e\xe6\x18\x98\xa2\x38\xd7\ -\x5f\x4d\x99\x80\xf3\x9b\x53\x58\x31\x89\x0a\x49\x4c\xdd\x1f\xb1\ -\xfa\x59\x08\x2e\xcc\x5c\x54\xf2\xc8\x04\x16\x60\x78\xcc\xe8\xac\ -\x44\xc6\x60\xea\x94\xc5\xf6\xa4\x6b\xd4\x1d\x62\xd1\xfd\xac\x1a\ -\xc1\xeb\xba\x80\xae\x3f\xc0\xcf\x17\xe8\xfa\x03\x17\x49\x49\x63\ -\x39\xd0\xf9\x3c\x07\x88\x45\x76\x5a\x8a\x77\x20\x86\x9a\xb7\x10\ -\x48\x2b\x0e\x42\x34\xcc\x69\xa0\x20\x32\x03\xc1\x5d\x73\xa5\xe2\ -\xc3\xfb\x88\xd5\x2e\xba\x35\x1f\x49\x1f\xb0\x1e\xe0\xd5\x9f\x1f\ -\x9a\x10\x5c\x36\x9e\x7b\x17\xb5\xa6\x35\x68\xe4\x9e\x06\x15\x43\ -\x0b\x0b\x0f\x1c\x46\xc4\x66\xb1\x28\x16\x36\x36\xdc\x5a\xb2\x8f\ -\x4a\xca\xe8\x5e\x0e\x54\x8b\x91\x34\x2e\xa2\xe6\xdb\x3f\x5b\x80\ -\xa9\x35\x24\x35\xb7\x65\xfd\x59\x98\x39\x61\xb0\x88\x88\x4f\x02\ -\xee\xd5\x74\xe0\x62\x0b\xa6\x5c\x26\x50\x68\xdc\xd3\x4d\x47\xb0\ -\xd0\x32\x2b\xcd\x2f\x82\x4a\x11\x1b\x85\x68\x47\x9a\xb0\x21\xa2\ -\x6e\x1c\xd0\x68\x7f\x50\x1d\x5c\xb4\xc1\x8f\xe9\x5d\x41\x92\xa2\ -\x59\x12\x3a\x4e\x2c\x08\x47\xd3\x09\x26\x1d\x2d\x9d\x9f\x18\x33\ -\xdc\x16\x41\x05\xab\xee\x5e\x35\x06\x01\x3f\xf7\x86\x6a\x69\x9e\ -\xc4\x30\x7d\x1f\xbe\xa2\xe5\xbe\x7f\x00\xc8\xf4\x28\xd2\xa6\x17\ -\x17\xfd\x2b\x2e\xca\x93\x35\xea\x8a\xd4\x55\x44\x66\xce\x22\x90\ -\x8e\x43\x60\x6e\x08\x12\x06\x27\x1f\x43\xd3\x38\x2d\x19\x63\x8c\ -\x61\x72\x4c\xa7\x00\x43\x34\xa4\x08\x86\xc6\x15\xf2\x82\x9b\x65\ -\xb8\x96\x42\xc1\x18\x6c\xb9\x29\x15\x2d\xbd\x0e\xee\x48\x15\x6d\ -\x5d\xdd\xf9\x64\xc9\x29\x89\xec\x37\xd9\x55\x17\x4a\x41\x19\x81\ -\x80\xaa\x55\x31\x97\xa9\x39\x17\x27\xcb\xcc\x24\x5a\x46\x16\x16\ -\x90\x2d\x71\x06\x4a\x15\xc3\x56\xb4\x90\x77\xe4\x9e\x06\x99\xb3\ -\xdd\x68\x6e\x56\x0d\x2d\xfc\x45\xbb\xd0\x27\x9a\xd8\x26\x40\x0a\ -\x60\xe0\x51\xcc\xec\xeb\xf0\xc2\x2b\xf2\xc9\xfa\xaf\x4f\x0b\xa3\ -\xf6\x68\x73\x8e\xf7\x1f\x45\x96\x4d\x70\xcf\x88\x3b\xb6\xf3\x3f\ -\xce\x5c\x98\x3d\x9c\x77\x53\x54\x4c\x78\x8a\x2b\x6b\xb5\x87\xc7\ -\x32\x85\xae\xf4\x13\x88\xb3\xab\x53\x58\x01\x1c\x50\x13\xd3\x62\ -\x92\xd9\x75\x93\x05\xd2\x9f\x35\x37\xa1\x77\x15\x7a\xd1\x64\xac\ -\x86\x26\x0a\xcc\x11\xe0\x2f\xd3\x2e\x3a\x4e\x79\xd9\x33\x7b\x20\ -\xf3\x83\x44\xe0\x57\x0d\xe5\xd1\x8a\x9f\xce\xce\x82\x7d\xa2\x8b\ -\x4d\xbb\xb0\xef\x27\x6c\xd3\x5b\x24\x0a\xb0\xb3\x51\x6c\xe2\x73\ -\xed\x4d\xb5\x90\x69\x8a\xc1\x6d\xf2\x29\xf5\x8e\x8b\xeb\x2a\x01\ -\x6e\x11\x1d\x7a\xfe\x8c\xa6\xb3\xac\xae\x5d\x3d\xda\x44\x0e\xeb\ -\xd6\xc2\x90\xa1\x49\xec\x02\x0c\x12\x2b\xb6\x7d\xbf\x56\x33\x00\ -\x01\x39\x3c\xbf\xcb\x68\x3b\x63\xa1\x87\x99\xb6\x82\xcc\xde\xdf\ -\x43\xc6\x25\xa9\xdc\xc2\x9a\x4f\xa3\xeb\x88\x8a\x02\x5e\xd1\x6f\ -\x36\x46\x0a\xf9\xda\x69\xd4\x4e\xbd\x7b\x7a\xf6\x5e\x99\x34\x70\ -\x65\xbf\x74\xe6\x4f\xd5\x45\xce\x69\xf2\x81\x16\x27\x81\xaa\xa7\ -\x61\x06\xf1\x1c\xc6\xc5\x30\x03\x8a\x11\x7f\x77\xea\x2b\x87\x9c\ -\x64\x4e\x5f\x05\xb7\x92\x52\xf8\xc6\x5a\x3a\xb3\x98\xfc\xdf\xa1\ -\x29\x93\x37\x9a\xb6\x34\xb9\x01\xbe\x64\x68\xc6\xfa\x01\xd8\x98\ -\x28\x51\x3b\x14\x03\x2f\x6e\xda\xb7\xba\x57\xd2\xa0\xe3\x14\x4d\ -\xe2\xac\x43\x8a\x69\x68\xb9\x95\x84\x0c\xb8\xcc\x33\xaa\xee\x5b\ -\xbd\x9f\xdc\xc9\x33\x75\xfe\x35\xfe\x46\x4c\x83\x3d\xa1\xb3\xb8\ -\xf4\xee\xe5\x34\x84\x0b\x43\x0c\x6c\xfe\x00\x3d\xfa\xa2\xe8\x93\ -\x21\xb3\xb3\x84\xd5\xc5\x39\x59\x36\x33\x69\x1f\x2c\xb9\x7c\x17\ -\xf6\x08\xd1\x15\xcd\x86\x68\xee\x40\x80\xef\x93\x67\x9c\x3f\xba\ -\xdf\xb8\x01\x69\x4e\x39\xc6\xc2\x6c\x52\xd6\xb7\x02\x58\x73\x72\ -\x31\x85\x22\x9d\x70\xb5\xe9\xad\x52\x19\x65\xaa\xbe\x10\xa8\x67\ -\x9b\x55\x20\x7b\x5f\x83\xbc\xdd\x3b\xf5\x65\x66\x6d\x39\xd2\x66\ -\x15\xd8\xcc\x9c\xd8\x32\x33\x93\xc2\x18\xce\xba\x2c\x2d\xb3\x0e\ -\x04\x03\x38\xae\x46\x77\xd5\xd0\xc4\x0d\xdb\xc0\xb5\xa6\xcc\x70\ -\x41\x24\x25\x8b\x52\xa9\x10\x8f\xcd\x00\x16\x81\x66\x2c\xc8\x6b\ -\x34\x47\x38\x5e\x75\x00\xd3\xec\x55\xb9\x53\x0b\x94\xdb\x7f\x18\ -\xeb\x72\x17\xca\xe1\x42\xdd\xd9\x7c\xe4\x41\xc0\xbe\x47\x72\xa5\ -\x43\x5b\x45\x50\x03\x38\xf3\xd0\x5f\x68\x12\x8b\xab\x09\x13\xa7\ -\xcb\xcb\x32\x2a\xa7\x01\x31\xe2\x76\xf7\x42\xa8\xe1\xbc\x28\x16\ -\x36\x47\x25\x30\x92\xdb\x26\xdc\xf8\xb2\x94\xd3\x34\x09\x5a\x44\ -\xd2\x10\x58\xa0\x69\x7e\x6a\xae\x8b\x40\xda\x65\xbf\x51\x12\x08\ -\xc5\x9c\x98\x74\xb3\x74\xbb\xf2\x09\xfe\x48\xfc\x04\x6e\xe2\x71\ -\x50\xd7\xb0\x55\x7b\x52\x0f\xa5\x8a\x76\xb9\xbe\xec\x44\x71\xd9\ -\x1c\x92\xc2\xc1\x26\x5d\x13\xc7\x18\x40\x97\x21\x9f\x26\x22\x15\ -\x6b\xb2\x1f\xe3\x02\x87\x5b\xa5\x23\xce\x42\xcd\xb2\xbe\x72\xfe\ -\x2b\x4f\xbc\x0b\x8e\xe7\xf6\xdf\xbc\xf8\xf0\x84\xf0\xb0\x17\x15\ -\x6e\x86\x09\xaa\x03\xf4\xa2\x39\xa9\x8c\xf4\x42\xbb\xfa\xd0\x00\ -\xe6\x74\xe7\x89\x50\x68\x7f\xc7\xc6\x81\xf7\xc9\xa0\x3e\x97\x27\ -\x27\x25\x13\xe2\xf3\xd4\xa6\x2a\x5d\x1c\x53\x48\xae\xa9\xe7\xd5\ -\x68\x01\xcd\x15\xb1\x4e\x2a\xdd\x11\x52\xba\xed\x6d\x71\x38\xf2\ -\xcf\xc8\x55\x3b\x65\x86\x07\xb5\x70\xf3\x54\xfa\xa0\xb4\xb6\x33\ -\xa3\x0b\x5c\xeb\x11\xe8\x45\x6a\x7e\xfe\x5f\x22\x0c\x26\x9f\x69\ -\x08\x71\xf8\xa6\x65\x2f\x07\x87\xdf\x9d\xb3\xb8\x37\x0e\x38\x0d\ -\x80\xa0\xa2\x35\xd8\xc5\xd1\x27\x3b\xef\x37\xed\xcc\x87\x46\xea\ -\x4b\x8c\x5e\x4b\xc5\x72\x32\xb4\x30\x0b\xf8\xc2\x2d\x00\x33\x75\ -\x47\x15\x75\x6d\x5a\xd4\x17\x2d\x42\x47\xb1\x57\x0a\x64\xea\x15\ -\x5d\xbb\x11\x06\x93\xa8\x05\x21\xe3\x59\x0c\x1e\xcd\x3e\x9c\x74\ -\x8d\x89\x6e\xd7\x62\xae\x37\x85\x7a\x9e\x11\xe0\xeb\x73\xdc\x4d\ -\x0a\xba\x71\x8b\x4f\xc0\xc5\x5c\x0e\x11\x0f\x7a\x81\x58\x63\x74\ -\xd4\x00\xb9\x7b\x6a\xa5\xc1\xad\x45\x55\x7d\x0d\x0e\xca\x75\x1d\ -\x5b\x15\xe1\xd3\x46\xdb\xdb\x29\xde\x15\x14\xa1\xae\xab\x95\x83\ -\x2b\x18\x42\x99\x92\xae\x19\x90\x74\x36\xd0\xe1\xa4\x91\x76\x81\ -\xbb\xae\x03\x67\x8e\x08\x8e\x28\x06\x99\xd3\x4a\x39\xe9\xeb\xa6\ -\xe3\x8a\xc6\xe0\x63\x14\x18\xd9\x32\xfa\x28\x8a\xf0\x74\xd8\x23\ -\xbc\x83\x16\x2a\x66\xc0\xa0\x6e\xac\x9f\x02\x76\x54\x8a\xdd\x30\ -\x46\x87\x00\xb1\x04\x2d\xba\x9a\xb3\xb4\xbb\xc2\xed\xf0\x4f\xfa\ -\x6a\x71\xeb\x6c\x2d\x8c\x18\x79\xdf\xbb\x84\x4d\x73\x13\x33\x27\ -\x4c\xcd\x1a\x52\x4d\x0a\xaa\x0e\x81\x4f\x3a\xea\x91\x83\xbc\x5c\ -\x7e\xaf\x01\xb3\x0e\x92\x3a\x8d\xb3\x68\x98\xd0\xc3\xc7\xa1\xe4\ -\xe3\x94\x58\x0c\x6a\xf6\xe1\x0c\xab\x92\x44\xe4\x6e\x13\xab\xbe\ -\x97\xf4\x28\x53\xcb\xf6\x74\xc7\x04\xe4\x30\x5a\x41\xb6\x33\x89\ -\x28\x51\xfd\x66\x97\xee\xcb\x46\x56\xdc\xea\xd5\x8c\xea\x0c\xc2\ -\xe0\xb6\xf6\xd9\x74\xb4\x6b\xed\xd6\x0a\xfb\x17\x8d\x6b\xae\xf3\ -\xdd\x48\xa7\x69\xec\x5e\x29\x98\x3e\x81\x85\xa6\xb1\xdb\xe8\xd4\ -\x41\xe8\xb2\x26\x58\xcc\xcc\x82\xc0\xcc\x2d\x3e\xad\x78\xf7\x09\ -\x9a\xb4\x70\xe4\x48\x38\x37\x77\x38\x31\xaa\x2e\x87\x79\x8e\xbe\ -\xfb\x59\x68\x83\x56\x3b\x31\x95\x69\xed\xf2\x6e\xb8\x98\xc7\x88\ -\x1c\x33\x2a\xc1\x8a\xfe\xc8\x8f\x5c\x9a\x8e\x0a\xda\x9f\xde\xeb\ -\x30\x97\x59\xac\xe7\x41\x35\xb6\x72\x6d\x94\x03\x73\xd6\x60\x88\ -\xd3\xfe\x16\xf0\x5d\x8a\x15\xba\x08\x96\x9c\x3a\x01\x60\xda\x74\ -\x7b\x64\xc3\x85\x38\xc3\x51\x21\x2a\xcf\x78\x65\xf6\xe9\x13\x17\ -\xa0\x3d\x9b\xd7\x11\x39\x8e\xca\x0e\x61\xb6\xf8\x07\x71\x7d\xe9\ -\x63\xb6\xee\x6e\x98\x31\x13\x88\xb6\x61\x51\xdb\x7b\x4d\x72\x31\ -\xa2\x79\x4c\x00\xb0\xc8\x72\x82\x3a\x8f\x2a\x4b\xc0\x3b\xfe\x7d\ -\xf5\xa2\x42\x36\x04\xe1\xe4\x74\x54\x6d\xa5\xb3\x59\x38\xbb\xa1\ -\x51\xc9\xe8\xf1\x5f\x7b\x84\x03\x09\xf6\xbc\x9c\x3e\x51\xe0\x12\ -\x48\x76\x36\x2e\xa0\x22\x38\xf4\x43\x9b\xc2\x87\x1e\xdb\x45\x9b\ -\x76\xa2\xf8\xba\x81\xcf\xc8\x66\xb7\xe3\x56\x8d\x8e\xaf\x67\x25\ -\xdf\x48\x71\x2b\xc9\xa6\x94\x9a\xde\x65\x45\x6d\xdd\x89\x69\x45\ -\xd1\x83\xae\x42\x14\x9a\xeb\x61\xf4\xc1\xed\xf8\x40\x3e\x06\xe8\ -\xee\xcf\x1f\x9b\xae\xa7\xb9\x9c\x49\xe2\xd8\x68\x45\x34\x63\x36\ -\x6d\x89\x14\xf6\x22\xb3\x5e\x06\x64\x14\x88\xb7\x2c\x97\x13\xdf\ -\xbc\x3b\x49\x95\x9f\x3d\x08\x86\x1d\x64\x95\xdf\xed\xbf\xb7\x5b\ -\x9f\xbe\x9b\x02\x74\x53\x04\x78\xd5\x07\xd4\x43\x17\xcd\xa2\x3b\ -\x74\x2f\x92\x0e\x86\x62\x87\x62\x5d\x07\x91\x26\xef\x88\xfe\x0b\ -\xbf\x1e\x69\x80\x10\x47\x83\x92\x85\xb5\x1e\x60\x97\x4f\x9f\xde\ -\x42\x09\x5d\x87\xc2\x02\x78\xd5\xe9\x2a\x06\xcf\x59\x0c\x21\xad\ -\x14\x5e\x47\x0e\xc7\xa2\xef\xea\xfb\xfa\xd0\xfc\x20\x87\xe6\x62\ -\xcb\x79\x91\x5a\xf8\x74\x21\x6d\x75\xe9\xa9\x85\xa1\x5b\xeb\x8b\ -\xe7\x3e\xc4\xc1\x2f\xaf\xc6\x11\x10\x0c\xe6\xd9\x79\xcd\x15\x6d\ -\x84\x74\x1f\xab\x59\x1f\xcd\x11\x92\x6c\x9a\xcb\xa9\xe7\x14\xa3\ -\xc0\x81\x50\xb8\x0a\xca\xc2\xd1\xee\x7e\xad\xa3\x80\x24\xb0\xe8\ -\x46\xb1\x4d\x02\xd6\x67\xa6\xb9\x2b\x6f\x7d\xa3\xc4\xce\xeb\xeb\ -\x42\xe9\x5e\x24\xb0\x9d\x59\x59\xb4\x54\x1d\xc0\x88\x8b\xcb\x2f\ -\xa8\x51\x9e\x93\x0b\x82\xbd\xa9\x77\x6d\x0a\x14\xda\x83\xd3\x27\ -\x4f\x80\x88\x03\x1f\x70\x6a\x83\x5c\x0b\xb8\x38\xb9\x05\x84\xdb\ -\x26\xa0\xf8\xa2\xf1\x18\x25\x17\x6d\x16\x9c\x3d\x1b\x42\x16\x7c\ -\x99\xb8\x40\x33\x9a\x78\x33\x30\xe8\xc5\x44\xb7\xe4\x1e\x2f\xfb\ -\xd6\xdd\xe5\x76\x53\x0a\x39\xba\xd5\x8a\xcf\x51\x0e\xfa\xbe\x53\ -\xe3\x17\xbf\x27\x28\x2e\xef\xae\x5f\xab\x58\xbf\x07\xa1\xc2\x5f\ -\x75\x34\x27\x60\xd2\x7f\xef\xe4\x69\x35\x75\x9d\x62\xa9\x6e\x50\ -\x48\xda\x14\x2f\x68\x34\x66\x6c\x15\xa5\x11\xd6\xec\x41\xa7\xab\ -\xb2\x9a\x5f\x6d\xfa\x32\x6e\xcd\xa9\x07\x88\x4a\x89\x3f\x3f\xba\ -\xe0\xc2\x69\x7a\x5f\xdc\xc8\xe0\x7c\xce\x57\x44\x3d\x90\x6d\xa1\ -\xd0\x03\x11\x4a\xba\x41\x22\x02\xb1\x57\x11\x09\x8e\x5a\xda\x91\ -\x36\x96\x13\x9a\x81\x4f\xde\x96\xd3\x5c\x77\xf3\x51\x72\xcb\x7b\ -\x74\x1a\x2c\xe7\x39\xbb\x3e\x97\x05\x58\x0e\x6a\x9a\x4d\xa7\xd2\ -\xb0\xa0\xb8\xc6\x36\x34\x86\xa2\xe9\xae\xcd\xa8\x4f\x9d\xdd\x10\ -\x43\x1b\x51\xff\x0c\xe3\x57\x07\xc5\xd3\x94\xb5\xe7\x07\xbe\x39\ -\xf5\x79\x21\x7e\x0c\xb2\x79\x5d\xaf\x2b\x33\xe9\x2d\xb3\x4e\x5c\ -\x2f\xce\x3d\x1f\xac\xff\x3c\xfe\xab\xfe\x4d\x29\x66\x46\x1f\x17\ -\xb2\x01\xc3\xb9\x9e\x39\xb9\x00\x22\xd6\x28\x1c\x69\x91\x04\xcc\ -\x92\x94\x57\xdf\x39\xa6\x7f\x12\x8d\x32\xd5\x80\xe1\x03\x88\x17\ -\x94\x74\x54\xc5\x25\x1f\xde\x07\x9a\x9e\xa9\x7d\x46\xdf\x2b\x46\ -\x8f\xb7\xa2\xb2\x35\x6b\x35\x3b\xcd\xf5\x55\x82\x12\xd1\x09\xd8\ -\xb4\xdc\xae\xc7\xd5\x67\x9e\x66\x42\xd4\x34\xfb\x01\xfc\x49\x01\ -\x8f\xdd\x2f\x4f\xce\x7a\xbf\xaa\xd1\xec\x8d\xa5\x5b\xc8\xf8\xc4\ -\x69\x36\xfd\xdb\x1a\xa7\x50\xdd\xbe\x6b\x94\x90\x7e\x5f\x6c\x61\ -\xc3\x09\x6e\x58\x63\x35\xf7\xf8\x93\xfa\xf9\x08\xaf\x60\x62\x05\ -\xd8\x3e\x75\x9a\x33\x43\x5b\xa5\x3f\x8f\x79\xea\x73\xe4\x69\x8d\ -\x15\x2a\xd2\x44\x2e\xf2\xaa\xc8\x38\x65\x36\xc6\x1a\x92\xca\x65\ -\x54\x29\x2f\x63\xe1\x13\x2d\xcd\xa5\x83\x95\x4a\xb6\x6f\x4e\x33\ -\xb0\xd8\x3a\x79\xb6\xbd\xda\x47\xae\x64\x9a\x8b\xf8\xac\x71\x01\ -\xf2\x66\x91\xd9\x68\x07\x28\xbd\xe1\x39\x20\x29\x9d\xba\xb1\x22\ -\x84\xdb\x59\x51\x0e\x0c\x02\xc6\x99\x56\xee\xb4\xd8\x66\x72\x36\ -\x4c\x4e\x0b\xc8\x82\x9a\x8c\xa6\xa6\xa3\x68\x84\xee\xd4\x43\xb2\ -\xe7\x3a\xed\xe3\x70\x29\xe8\xc3\x21\x0c\x4e\x3f\x94\x8d\x3c\x67\ -\xd1\x56\x14\x51\x29\xc8\xd1\xe4\x20\x1a\xab\x5f\x92\xad\x45\xce\ -\x48\xcc\x26\xfe\x37\x91\xbf\xeb\xb3\x9c\x82\xa4\x8e\x4a\xa3\xe5\ -\x32\xac\x87\x2f\x0c\xf8\x35\x48\xfa\x34\x29\xeb\x79\x5e\x05\x3b\ -\xa9\x3c\x73\xd3\x56\xcc\x39\x75\x63\x97\x89\xa8\x16\xb2\xe9\x60\ -\xf3\x5b\x53\xe9\x87\x8f\x53\x0d\xfd\x30\x89\x50\x41\xbe\x0f\x54\ -\xb9\xab\xed\x03\xa8\x54\x3d\xfb\xe7\x42\x3a\x3a\xe1\xec\x02\xf9\ -\x27\x76\x5d\xbd\xf0\xd8\xb4\x0a\x44\xe7\x0b\x84\x8a\x5b\x99\x5b\ -\xc8\xb2\x15\xe1\xfe\x27\x2e\x24\x60\x4a\x7b\x67\x38\x48\x9a\x93\ -\xa6\x6a\xa2\xe5\xa0\x67\x49\x33\xc9\xe8\xae\x65\xd8\x28\xa9\xee\ -\xd6\x26\xa1\x7b\xaa\x2e\xa4\x54\xce\x22\x09\x53\x04\x9f\xfc\x6e\ -\x91\x08\x6c\xa6\x32\xb0\xdb\x49\x9f\x1c\xf4\x2a\x8d\x09\x01\x37\ -\x71\xb9\x2c\x97\x1a\x9e\xf6\x82\x00\x08\x3c\xcd\xb1\x51\x2c\xcb\ -\xe7\xe4\x98\xe9\xce\x42\xd9\x4c\x1a\x4d\x84\x39\xa8\x1f\x68\xf4\ -\x1f\xa2\xfc\xdc\x95\x96\x5a\xf7\x4c\xa5\x87\xbe\x59\xf3\x7b\x44\ -\xc5\x89\xe2\xe3\x13\xff\xb8\x1b\x62\x52\xed\x54\xc1\x11\x13\xd7\ -\xf8\x7d\x16\xac\xca\x2f\x2d\xe5\xe9\x9c\x45\xbc\xf2\x1c\x2a\xfd\ -\x59\xa3\x22\x96\x42\xdd\xb5\x7c\xd5\x62\x19\xb7\xdc\x9f\xb5\x68\ -\xe3\xd2\x70\xbe\x07\xfb\xfe\xd6\xe0\x44\x96\x93\x38\x86\x2d\x31\ -\xa9\xe9\xf9\x58\x52\x1a\x60\xd9\xde\x71\xb5\x06\x5f\x1b\xb2\xf8\ -\x39\x83\x5e\xc1\xbf\x35\x9c\xd8\xad\xa1\x95\xd2\x94\xdf\x4f\x4a\ -\x63\xea\xb6\xc0\x3e\x4d\x0b\x8d\x95\xdc\x46\xb5\xf3\x33\xea\x93\ -\xd3\xdf\x40\x73\x8b\x49\x53\x4c\x7d\x67\xd3\xac\x4a\x7d\x69\xd0\ -\x0d\x61\xaa\x39\x42\x05\x57\xde\x02\xb9\x6b\x0d\x41\xcb\x04\x37\ -\xd6\x2a\xff\x3e\x51\x41\xb8\x0c\x68\xc3\x96\x99\x18\x67\x39\x5e\ -\x21\xe0\x89\x46\x4a\x28\xa8\x72\x6c\x67\xec\x30\xe3\x0c\x04\x89\ -\x29\x03\x3a\x7d\xc9\xce\xc6\x28\xcc\xc4\xa8\x8a\x48\x80\xcc\x01\ -\x96\x70\xcb\x85\x4b\x0a\x37\xb6\x89\x15\x16\x50\x80\x00\xe4\x51\ -\xd0\x96\xb8\x00\x10\xf6\xfb\x98\x01\x86\xea\xc2\x86\xad\x31\x36\ -\x66\xce\x34\xbd\xf1\x80\x0b\x44\xbc\xed\xf3\x22\x38\x69\x74\xb2\ -\xe4\x5b\xae\xe6\x25\x6b\x2d\xb7\x9a\x15\xec\xf7\x6d\x2f\x88\xa8\ -\xb8\x03\x27\x38\xd9\xd7\xf0\xe9\x5e\x4f\xe0\x76\x07\x4d\x18\xce\ -\xf1\x33\xbf\x4d\xbe\xf6\xbd\xc5\x85\x49\x50\xf6\x5a\x05\xd8\xca\ -\x3e\xae\x13\x68\x3d\x67\xdc\xed\xf2\x9f\x68\x98\x33\x66\xa0\x4f\ -\xf0\x14\x64\x48\xc0\xd0\xef\x30\x23\xcd\x1d\x81\xd9\x34\x68\x3f\ -\x9f\xa1\x41\x15\xa4\x5d\x7b\x06\xbc\x9a\x50\x41\xc6\x10\x95\xa9\ -\xbd\x83\x70\xba\xce\x8d\x02\xfb\xff\x29\x7b\xb3\x2c\x39\x92\x5c\ -\x0b\x0c\x80\x79\x76\x6b\xcd\xda\x9b\xf6\xa1\x95\xa8\x8b\x19\x6e\ -\x80\x3e\x30\xc3\x2c\x58\x52\xbd\xd3\xa7\xf8\x8a\x64\x66\xa4\xbb\ -\x0d\xc0\xc5\x1d\xb6\xd2\xf5\x16\x29\xed\x5a\x82\xe5\x92\xc0\xa9\ -\xb3\x7b\x2a\x3d\xbe\xbe\x8f\x55\xa9\xc2\x22\xd7\x00\xe7\x5b\xcd\ -\x31\xf7\x7f\x98\x72\x89\xdc\x01\x75\x64\x80\xfd\xc4\xf3\xc7\x12\ -\x9c\x2e\xec\x4e\xa9\xab\x06\xae\xb4\xc6\xea\xba\x5e\x7c\x9d\xdb\ -\xf7\xfb\x71\xd6\x2c\x82\x3e\x93\x20\x17\xd8\xf3\x41\x9b\x5c\x15\ -\x09\x02\x23\xc0\x23\x78\x16\x9d\x75\x32\x11\x81\x63\x56\x20\xd6\ -\x3f\x43\x64\x5c\x4a\xf5\xd2\x0d\x0d\x16\xc1\xcd\x52\xfa\x6c\xae\ -\x5a\x21\x47\x74\x22\x23\x81\x00\x62\x8a\xdb\xbe\xa0\x08\xb1\x19\ -\x08\xc7\xc6\xb8\xa1\x22\x99\xd6\xad\xf2\x1c\xbc\x84\xc5\xe6\x64\ -\x42\x4a\x97\xee\x85\xa5\x0b\x79\x0f\x3d\x67\x43\x55\x48\x0f\x5f\ -\x38\xf5\x57\xfa\xb2\x32\xc1\x9a\x19\x4a\xce\x52\x86\x98\x11\xac\ -\x10\x3c\x9f\xe9\xed\xfd\xf9\xca\xc1\xff\xac\x79\x33\xe9\xc9\xef\ -\x3c\x75\xe0\xcc\xc8\x81\x52\x2c\x8f\xc1\xfe\x61\x59\x3e\x69\x41\ -\x7f\x3b\x18\x6f\x53\xcf\x9a\x3b\x15\x99\x2c\xc5\xad\xaf\xe9\x93\ -\xec\xe0\x4d\xd4\x0d\xdb\x21\x5f\x43\x10\xd7\x4a\xf4\xbe\x66\x99\ -\x7c\x43\x6b\xbf\xa1\x58\x62\x3b\x89\x5d\xb8\x7e\xcb\x12\x00\xfa\ -\xeb\xc4\x73\xe6\x28\xb4\xf5\x55\x36\xfa\xde\x3c\x26\x67\x05\xdd\ -\x17\x02\xa6\x37\x0e\xb0\x5a\x54\xce\xdc\xb5\x78\xc6\xa8\x05\x0b\ -\xe1\x63\x5c\x77\xe7\x5a\xef\x86\xc0\xbb\x76\xa9\xee\x67\xf3\xc4\ -\x6e\xfa\xb3\x6d\x86\x2d\x2e\x6e\x75\xed\x85\xf8\xa9\x2e\x78\x88\ -\x93\xfb\x45\x4b\x6d\x0a\xe5\x41\x7a\xbe\xff\x94\x2e\xf6\x8c\xa9\ -\x43\x3e\xc3\x05\x18\x1a\xa2\xd6\xa4\xb3\x69\xd5\x02\x58\xb1\x73\ -\x2a\x8a\x6b\x39\x0a\x3d\x11\x2e\x5a\x0b\x08\x93\x88\x06\x90\x10\ -\xf6\x89\x69\x73\x31\xdd\xe0\x39\x28\xdf\x34\x01\x02\x95\xea\x6d\ -\x96\x02\xb2\x02\xc1\xa6\xa0\xcb\xbf\x46\xf1\xbd\x4f\x54\xfa\xd7\ -\x3e\x2f\xd4\x6c\xaa\x53\x90\xed\xd1\x17\x50\x6d\xa4\x2f\x67\x70\ -\x75\x13\xf3\xc6\xaf\xa2\x8f\xad\xa8\x00\xf9\xab\xa3\x64\xe4\xb6\ -\x58\xde\x19\xb4\x89\x1a\x14\x37\x54\x1a\x1a\xaa\x7b\x61\x56\xb5\ -\x06\xe7\xc4\xb4\xfe\x77\x04\xea\x31\x6d\x43\x5f\xe2\x79\x2d\x33\ -\x7f\xec\xcb\xcf\x82\xe6\x58\xd5\xac\xc1\xa5\xd8\x15\x40\x41\x3e\ -\x59\xef\x06\x04\xc8\x1c\x1a\x47\x98\x4b\x68\xa4\x9c\xcd\x0f\x04\ -\x98\x28\x07\x3d\x72\xfe\xbc\x6c\x86\x24\x50\xe9\xab\x77\x78\x4a\ -\x27\x4d\x6e\xe0\xf1\x17\xf4\x1f\x8f\x67\xce\xa5\x81\x4a\x76\x04\ -\x8f\x29\xf7\x5c\x4b\x1b\x77\xda\xb2\x5f\x9f\xff\x97\xd5\x32\xcc\ -\x3b\x70\xad\xa0\x7d\xc3\x65\xca\xe6\x67\xf9\xd1\x38\x79\x41\x07\ -\xd8\xa7\xc2\x72\x82\xa3\x1e\xba\xad\xe7\xdd\xdb\x9c\xd2\x42\x48\ -\x2f\x4f\xa1\x5f\x96\x89\x98\x9b\xee\x30\xaa\x49\x14\xe9\xbe\x23\ -\x50\x47\xb6\x1a\x30\x21\x58\x27\x7c\xa2\x7a\x14\x2f\x16\x80\x8d\ -\xf1\x22\xe5\xb1\x32\x00\xef\xaf\x01\xf4\xdd\x4e\x93\x1a\xa8\x8b\ -\x46\x75\x72\x8d\xbc\x8b\xfd\xd3\x80\xc1\x1b\x34\x7b\xe6\x05\x98\ -\x7e\x8b\xa6\x84\xaf\x76\xf5\xf0\x77\x7a\x5e\x93\x01\x9c\x13\xa8\ -\xb4\xb5\xdf\xa3\x61\xbe\x51\x5a\xf9\xaf\xe7\xcb\x51\x70\xa3\xb1\ -\x70\xbc\x06\x20\x0a\x1a\x6a\xad\x5b\x0f\x00\x16\xb8\xec\x95\x09\ -\xaa\xd0\x95\x6e\x7e\xcd\xcd\x1c\xd1\x2b\xcc\x5d\x13\x2d\x85\xca\ -\x9d\xf7\x90\x4f\x19\xd9\x18\x16\x0c\x22\x2f\x20\x03\xbc\xf2\x46\ -\xfd\xd3\xea\xe1\x92\xf3\xda\x8c\xaa\x5a\x0d\xc1\x57\xed\x27\x20\ -\x5c\x42\xbb\x31\x26\xdd\x88\x18\xce\x94\xdb\x9b\xc2\xf2\x73\xe8\ -\x9d\xab\xfb\x71\x79\x6c\x47\xd1\x50\x57\xb6\x0b\x11\x29\x48\xcc\ -\x98\x4d\x95\x03\x90\x72\x9f\x7e\xd6\xb3\x9c\x2f\x53\x66\x0f\x3c\ -\xbf\xad\xc3\x6c\x80\x4a\x0c\x08\x30\xe4\x5c\xca\x40\x9b\xfa\xfd\ -\x43\x8e\x94\x39\x86\x22\x66\x2e\x83\x12\x74\xee\x0e\x3a\x1a\x67\ -\x46\x24\xb4\xca\x75\x18\xe0\x6b\x60\x6f\x01\xa2\xad\xa6\x26\xc6\ -\x6a\x91\x69\xb7\xee\x07\x96\xd3\xd1\x44\x38\x74\x54\x6c\xee\x50\ -\x75\xe1\xbe\xc2\xb1\xf5\x2b\xf2\xe1\x09\xd3\xdf\x9a\xaa\x28\x6e\ -\x58\xc7\xf0\x42\x66\xca\x20\x67\xa8\x22\x09\x85\x97\x7d\x6c\x54\ -\x96\x14\xdc\x01\x03\xec\x5c\x98\x8d\x0f\x89\x99\x91\xd1\x0f\xe6\ -\x3d\x9a\xac\xd2\xd5\x97\xc3\x78\x01\x01\x97\x00\x45\xe6\xe4\xf5\ -\x8a\xbb\x65\x05\x27\x14\xb2\xc0\x40\xb7\x12\x16\xfd\xfc\x52\x35\ -\x03\x85\x7a\x74\x29\x26\xb0\xa8\x4c\x15\x67\x7c\x92\x02\x14\x28\ -\xe1\x59\xac\x63\x8f\x12\x6f\xc8\x28\xf9\xc1\xc3\x3d\xfd\x5d\x47\ -\xd3\x6f\x14\xd1\xc1\xc3\x2e\xc5\xe7\x11\x6a\xf8\x25\xa8\xef\x5b\ -\x43\xf5\x6d\x8c\x1e\xcd\x92\xd0\x35\xd8\x2d\xc6\xcb\x25\x00\x38\ -\x9d\x93\x2c\x94\x58\x36\x80\xbb\x0a\xca\x1a\x17\x84\x22\x18\x7b\ -\xf3\xe5\xfb\xaf\xa0\x76\xc9\xe1\x05\x9d\x62\xd3\x6c\x28\x27\x0a\ -\xfb\x97\x80\xde\x59\x4a\x88\x71\x84\x59\xf5\x3e\xc2\x25\x7f\xa8\ -\x46\x1a\x48\xc9\xff\xf1\x49\x88\x35\x35\x4d\x0b\x38\x4a\x17\x81\ -\x0c\xb8\x66\xbc\x65\x80\x2d\x48\xfb\x89\x34\x17\x89\xfc\x32\x7e\ -\xe3\x80\xaa\xa2\xdd\x4c\xf7\x80\x46\x29\x3b\xc2\xf7\xe0\x31\x9e\ -\xfe\x3a\x11\x65\x31\xa7\x9d\x41\x33\x0b\x9c\x5f\xd2\x64\xa6\xc5\ -\x16\x14\xcd\x57\x9b\xb0\xee\x7d\x4e\x44\x25\x35\x3e\x8a\x27\xb3\ -\x59\xa4\xce\x3c\x2e\x0f\x67\x16\xf8\x5b\x34\x92\x7c\xa1\x2c\xcc\ -\x49\x41\xd2\x26\xd7\xd7\x42\x3d\xad\x84\x77\xb8\x6a\x65\x86\x9e\ -\x53\x1c\xe8\x8b\xce\x2c\xd1\xe3\xd0\xb3\x50\x36\xa9\xbe\x5e\x58\ -\xde\xd2\x70\x65\x23\xa6\x51\x06\x99\x9d\x36\x91\xbe\x8a\x3e\x33\ -\xec\xde\x1c\xd7\xb0\xe7\x77\xa7\xe5\xb5\x14\x03\x03\x9f\x47\x71\ -\x9e\x77\x4e\x33\x02\x58\xde\x4b\x42\x4f\xbe\xa5\xa6\x8f\xb8\x06\ -\x61\xfa\xf3\xbd\x14\x39\x37\x7a\xc0\x5f\x03\xc9\x85\x42\x27\x33\ -\x69\x80\x51\xe8\x4d\x4d\x6f\xa3\x5a\x53\xd1\x58\x7e\x29\xf6\x02\ -\xe0\x28\xb4\x47\xc0\xeb\x24\x2a\x99\x00\x72\x18\x50\xcc\x35\xb6\ -\x7d\xd7\x0a\x5d\x0a\x0b\x0a\xf6\x04\x39\xee\x23\x2b\xc2\xbb\x55\ -\x1b\x67\xd3\xe5\x42\x39\xab\x93\x1f\x05\x08\xc9\xf4\x07\x68\xfa\ -\xc3\x05\x80\x96\xdf\xc2\x10\x80\xc6\xd9\xe0\x27\xd5\x49\xa8\xdb\ -\xc0\x67\x51\x69\x11\x23\x04\xed\xdc\x56\xca\xfe\x2a\x92\x83\x3e\ -\xb1\x20\x5a\x7d\x72\x0d\xf2\x25\x4a\x21\x29\xf9\x50\x6d\xc0\x51\ -\x5a\x43\xac\x93\xe2\x04\x1a\x14\x8c\xe3\x02\x56\x62\x18\x46\xc4\ -\xbb\x23\xcd\xaa\x02\xdc\x40\x66\x4f\xbd\x2d\x73\x4e\x27\x16\xaa\ -\xe7\x02\xc8\x09\xbc\x83\x30\x7d\x82\x5d\x02\x83\x4d\xdb\x0a\x55\ -\xcf\x2a\x59\xc0\x8d\x9d\x3f\xac\xdf\x6d\x62\xc5\xd8\x8a\x76\x24\ -\x73\x93\x13\x31\xd1\xb9\x68\xe8\x38\x58\x76\x96\xa4\x86\x4d\xef\ -\x7e\x05\x87\x5a\x40\x81\x7d\x36\xa4\x3a\x3b\x91\x00\x6c\xb0\x44\ -\xd2\xb8\x23\xac\x33\xd1\x11\x04\x56\xa5\x19\x87\xe1\x05\x27\xf3\ -\xe3\x4b\x16\x56\xdc\xb5\xb0\xff\x35\x0e\xa4\xf6\xcb\x95\xae\x55\ -\x33\x0d\xb1\xe4\x62\x7d\xfb\x7a\x61\x6a\xe3\xfb\x87\x04\x44\xd6\ -\x57\xea\xec\x79\x2a\xf4\xf8\x02\x7d\x1e\x6c\xe7\x29\x97\xc9\xf5\ -\x2a\x3a\xef\x12\xec\x8e\x56\xa4\x23\x03\xed\x7e\x17\x1d\x54\xc8\ -\x01\xa2\x35\x60\xa9\x8d\xe4\x6d\xed\x13\x1c\x2c\x9c\x73\x0a\x3e\ -\x68\xdd\xea\x0a\x66\xec\x07\x49\x03\x96\x8b\x49\x03\x52\x8d\x70\ -\xc9\x69\x74\xb0\x71\x18\x47\x4e\xa4\xb9\xf7\x3a\x55\x4f\x8a\xfe\ -\xaf\x0c\x37\x18\x32\xaa\x09\x90\x75\x4b\x5d\xde\x9d\x6b\x65\xa5\ -\xe4\x79\x4a\x71\x4f\x3e\x98\x47\x01\x36\x24\xd0\xa7\x40\xea\x32\ -\xc6\x85\x9e\x3d\x3f\x7f\x99\x78\x63\xfd\x7e\x1b\x0d\x4c\x32\x53\ -\x20\x12\x73\xef\xd4\x1a\x5d\x2d\xdc\x13\x34\x7b\xc2\x21\x6a\xbc\ -\x88\x89\x64\xd0\xc8\x1c\x50\x27\xb6\x93\x36\xd1\xf8\x9f\x7e\xb0\ -\xc1\x97\x8c\x10\x34\xab\xec\x28\xd2\xf2\xa5\xbe\xd6\x45\xf7\x49\ -\xc5\x63\x68\x13\x97\xcf\x55\xad\x24\x57\xc9\x85\xf1\xcd\x6e\x54\ -\x21\xde\x47\x03\x80\x25\x45\xb9\xd3\x60\xb4\x1b\xde\x96\xe9\x22\ -\xd1\x83\x72\x19\xad\x72\x1b\xeb\x37\xe4\xbf\xd0\x04\x89\xc0\x26\ -\x79\xd4\x8d\x01\x46\x78\x72\x16\x1e\x15\x7e\xe3\x1c\x6d\x0a\x03\ -\x8a\x19\x84\x88\x25\x3e\x5f\x84\xed\x67\xa6\x47\x76\xea\x66\x12\ -\x69\x25\xe8\x32\xc7\x6a\x89\x22\x77\xc7\x91\x2e\xc5\xf6\xb7\x8f\ -\x66\x91\x46\x91\x26\xf7\xa6\x6a\x16\xa1\x6d\x93\xe3\x49\x2f\xa4\ -\xe2\xde\x56\xa9\x2d\x8f\x69\xf8\xd6\x5a\x20\xec\xf6\xda\xdc\xf2\ -\x0b\x9c\x92\x22\xb2\x4e\x9e\x3d\x49\x19\x8d\xdf\x35\x1a\x7f\x3b\ -\xd8\x9f\xe7\x01\x7e\xb7\x45\x70\x70\xd3\x85\x9c\xa2\xf5\xb3\x19\ -\xa5\x11\xca\xab\xf1\x05\x71\x04\x00\x43\x37\x52\x48\x57\xc4\x7d\ -\x34\x54\xf5\x3d\xbf\xe6\x08\xf8\x40\x35\x20\xe0\x41\x41\x04\xb5\ -\xd9\x46\xbd\xfc\xa0\x14\x32\x4e\xa7\x88\x9c\x25\x38\x05\xf5\x68\ -\xe6\x17\x8a\xcc\x14\x8b\x7b\x4e\x6d\xd6\x15\x25\xc4\xa4\xae\x61\ -\x39\xac\x65\xa2\x80\x3e\x59\x64\x9f\x1e\x53\x2b\x42\x6a\xe1\x4d\ -\xa0\x9f\x61\x0b\x0f\x1a\x5e\xcd\x02\xf1\x1b\x65\x17\x1a\x94\x74\ -\x95\x52\xd1\xb3\x68\xa1\x49\x47\xc3\x5a\x4d\x18\xd0\x10\xb9\x56\ -\x00\xc2\xae\xc2\xb2\xf6\xcc\xc9\x43\x75\xcb\x3e\x57\x7e\xfa\x0e\ -\x00\xa3\x69\x59\x46\xd8\xf2\x44\x3e\xb1\x1c\x4e\x81\x92\x8a\x67\ -\xca\xb8\xe1\x85\x1c\x2e\x72\xbe\x1a\x96\x59\x81\xbb\xc5\xb5\x5e\ -\x74\xdf\xd7\xfb\x2c\x60\xbb\xb8\x1e\xda\xb3\xab\xa5\x86\xbb\x21\ -\xfa\x65\xe9\xb4\xb2\x05\xdc\xf2\xe2\x1c\x8a\x43\x73\x52\x44\x38\ -\x05\xf9\x0e\x48\x28\x08\x01\x63\x4d\xd6\x77\xe9\xeb\x79\x5d\x90\ -\x70\xfc\x3a\x11\xab\x8d\xd5\x37\x2a\x11\xdb\x0f\x97\x4e\xb7\x77\ -\xe4\xde\x34\xee\xe1\x08\x18\xcd\x13\xe2\x41\x75\x4a\x6a\x50\x3f\ -\xfb\x78\x5a\x6e\x83\x0a\xbd\x05\xd8\xee\x3f\xba\x50\x66\xb1\xe8\ -\x02\xeb\x9b\x70\x3a\xd3\xb2\x22\x98\xdb\xf4\x1e\x20\x73\xb1\x82\ -\x29\x22\xae\x03\x19\xc2\xf2\x83\x41\x32\x6e\x72\xe1\xa6\x5f\x0e\ -\x9a\x6c\xd1\x1b\x2b\x55\x95\x5a\xd6\x5e\x63\x41\x70\xd2\xee\x60\ -\xf8\x27\xb0\x15\x8c\x02\x46\x4d\x12\x23\x04\x0b\xb7\xe9\x27\x42\ -\x5a\x40\xcf\xf7\x4c\xf6\x1c\x2a\x05\x48\xcf\x60\x89\x98\x16\xa7\ -\x1e\x9b\xe2\x28\xe8\x60\x00\xda\xaf\xe8\xef\x6f\x90\x55\xfc\x51\ -\x8d\xc6\xff\x40\x9a\x8f\x88\x9d\xb1\xc8\xa2\xb6\xe9\x29\x5e\x36\ -\xe6\x80\xad\x61\xc9\x70\xd4\x6f\xac\x8e\xaa\x95\x75\x8e\x8f\x54\ -\xcd\x90\x87\xe1\x56\x17\x55\x28\x00\xd3\xa4\x36\x59\xb8\x3b\xce\ -\x73\xbe\x01\x8b\xbd\xd9\x3f\xee\xe8\x31\x35\x49\xf6\x91\x65\x7e\ -\x5e\x1a\x04\xc0\xef\xc0\x15\xe2\xbf\x53\xf8\x66\x6d\x13\x2e\xaf\ -\x2d\x43\x0d\x82\x2e\x7d\x3b\xc7\xf0\x06\xa6\x61\xcd\x93\xec\x99\ -\x74\xee\x28\xa8\xdf\xe3\x89\xac\xa7\xfa\xcc\xb2\xc8\xe7\x06\x34\ -\xfa\xfd\xd5\xb5\x95\x9d\x1a\x4b\x82\xc0\xe4\x19\x7a\xf4\x95\x86\ -\x1e\x79\x54\xe1\x2c\x6b\x77\x2b\x97\x3b\x9e\xf3\xff\x71\x10\xa3\ -\xde\x79\x7e\x5f\x93\xdc\x01\x70\xcf\x48\x84\xc8\xdf\xc2\x46\x95\ -\x6b\x33\x59\x6b\x60\x14\x8c\x1d\xc0\xd8\xe1\x93\x60\x35\xfd\x97\ -\x86\x55\x3c\x5a\x25\x34\xcf\x02\xb9\x69\xfe\x0e\x7c\x3a\x0b\x27\ -\x6b\xbf\x8b\x83\xb2\x35\x74\x0a\xb0\x2c\x70\x93\x25\xa2\xca\x38\ -\x59\x80\xf4\xda\xb9\x02\x8d\x02\xe8\x0c\x21\xac\x41\xf1\x9b\x23\ -\x92\x46\x02\xbc\x7f\x00\xc2\xa4\x89\x2c\x93\x8b\xe0\xd9\xa0\x74\ -\x38\x14\x77\x60\xd1\x8b\x10\x97\xba\x75\x7c\xde\x7f\x00\xd7\x0f\ -\x10\x52\xea\x18\xd8\x0f\xa1\x05\x1f\x79\x9b\x1d\xb8\x79\x85\xc4\ -\xdb\x7f\x41\x00\x3d\x88\x8b\x3c\x4b\xc8\x0f\x27\x01\xde\x9f\xa0\ -\x26\xa1\x3d\xa4\x2d\xd9\x88\xbc\xf2\x5a\xd0\x1a\xc1\x83\x64\xb2\ -\x36\x43\xe2\x16\x69\x0e\x88\x68\x66\x0d\x93\xf1\x87\x9d\x8e\xc8\ -\x02\x9f\x92\x93\xe4\x53\x19\x66\x50\x43\x01\x4c\x9a\x11\xca\xce\ -\xe9\x04\xd4\xf3\x36\x3b\xed\xda\x68\x3e\xf4\x03\xfb\xdd\xf0\x3e\ -\x7f\x00\xb6\xe5\xc4\x98\x5d\x27\xd6\xa4\xf6\x08\x07\x56\xc7\x40\ -\x76\x1b\x50\xe5\x51\xc0\x67\xff\x5a\xba\xf5\x82\x52\xe1\xc6\xb3\ -\xdc\xf2\xab\xc8\x3f\x61\x24\xbe\xd7\x8a\x66\x33\x2b\xc5\x68\x88\ -\xdc\xd3\xc1\xf1\x03\x0c\x1e\x38\xfa\xc0\x12\x00\xde\x0c\x8c\x1b\ -\x70\x01\x7c\x3e\x12\xfa\xaf\x2a\xa4\x25\x73\x88\xfc\xbc\x9f\xb0\ -\x93\xb6\x6f\x08\x6c\x19\x1d\x6a\xee\xf0\x1e\x53\xa6\x6a\x6d\x2b\ -\xa2\xae\x51\x1b\xf2\x52\x45\x7b\x97\xed\x40\xb1\x02\x83\x6b\x56\ -\x0a\x23\xbc\xf6\x35\x17\x3d\x40\x6b\xc1\xda\x0b\x44\x7e\x41\x7e\ -\x75\x03\x6c\xfc\xd8\x44\xeb\xa7\x87\xf6\x59\x83\xfd\xee\x1c\x2b\ -\xa7\x5d\x70\xe6\xe9\x6c\x2e\x74\xa5\x30\x25\x51\x23\x8d\xe7\x79\ -\xe0\xb3\x7f\xb5\xa9\xb3\x69\x93\x17\x6d\x1a\x9a\x4a\x41\xe7\xac\ -\xc5\x37\xe2\x0a\x1b\x73\x31\xea\x49\x2d\x2c\x98\x0b\xb2\x06\x50\ -\xc2\xef\x2e\x8d\xa9\xbc\x1d\x55\x37\xfa\x1b\x59\x41\xcd\xfc\xab\ -\xfb\x05\x12\x40\x50\x4d\xbc\xae\xe5\x5f\xd4\x9c\xb4\x48\xa8\x37\ -\x27\x9f\x45\x3f\xf6\xf3\xff\xc9\xcb\x78\xe8\xad\x50\x00\xb6\x7c\ -\xf4\xe0\x59\x3a\x8d\xf5\x1c\x18\x2f\xd0\xb6\x6c\xe0\x17\xe0\x79\ -\x38\xf5\x14\x6c\xd3\x67\x04\x60\xb7\xb6\x34\x0a\x8d\x3e\x3b\x0f\ -\xbe\xd5\xac\x0d\x8c\x60\xee\x9f\xa0\xeb\x38\x35\xd4\xe9\xc5\x8e\ -\xee\x62\x69\x68\x35\x9c\x78\x03\x2c\x5b\x4f\xa8\x3f\x37\x6b\xc2\ -\x39\x3c\x80\xf0\xe2\x36\x50\x39\x73\x28\x72\xea\x0b\xf0\xee\x3f\ -\x00\x36\x0d\x12\x56\xb4\x91\x9e\x1f\x43\xa2\xb7\x9e\x1f\x52\xcf\ -\x04\x6e\xda\xb0\xb7\x84\x17\x2e\x73\x86\x8a\x42\x4d\x04\x5e\x2b\ -\xde\x69\x7b\x93\x4d\xa9\x2d\x65\xb7\xb7\x86\xa0\x55\xc4\x85\x85\ -\x63\x7a\x6f\x28\xbb\xa0\x4e\x89\x5e\x50\x2a\xe1\x36\x8d\x9e\x9b\ -\x5d\xec\x08\x5a\xd7\xeb\xe4\x35\x91\x3e\x90\xd1\x98\x86\x65\x36\ -\xf3\x0b\xc0\x6c\x6b\xd9\x8c\x7e\x18\x2b\xb4\x63\x59\x28\x4f\x14\ -\x83\xb5\x50\xf8\x88\xe6\x48\x21\xa7\xae\x54\x0b\x3b\x51\x0a\x14\ -\x51\x16\x84\x20\x96\x13\xe5\x60\x0a\xc0\xcb\x10\xbf\x16\x2f\x6a\ -\x71\xc1\x63\x4c\x89\xfd\xfe\x39\x42\xba\xbd\xa8\x15\x14\x5b\x3f\ -\x02\xb8\x17\x2c\xa3\xe1\xa1\x24\x05\x55\x73\xd2\x56\x6b\x48\x32\ -\x02\x01\xcc\x29\xca\xe8\x3a\x36\x51\xdc\x20\x86\x3a\xb3\xd9\x5d\ -\x03\x1c\xf6\xe6\x76\xcb\x6d\xfe\x2d\xa0\x5a\xee\xab\x00\x13\xc4\ -\x91\xcc\x55\x10\x66\x06\x4d\xfe\x94\x08\x25\xf7\x5c\x28\x7d\x97\ -\xae\x6d\x20\x78\x59\xa9\x26\x44\x8f\xa2\xc6\x46\xf7\x0b\xed\xa5\ -\xed\x5f\x0c\xca\xb2\xe6\xb5\xb9\x49\xc3\xcb\x7f\x22\x50\x19\x61\ -\x69\x93\x6d\xa2\x7d\x01\x80\xd7\x1a\x9c\x07\x7f\xcc\x28\xe4\x37\ -\x81\x2c\x04\xf8\xfc\xfe\x49\x43\x28\x11\x40\x7c\x14\x08\xc1\x74\ -\xd5\x7a\x9e\x65\x86\x4b\x65\x1a\x47\xfa\x39\xf6\xf6\x18\x0f\x0c\ -\x6b\x74\x28\x71\x04\xdb\xee\x7f\xa7\xd2\xed\x72\x36\x3e\xcf\x03\ -\xef\xfb\xa6\xe5\xbf\x79\xe7\x6e\xd1\x5c\x22\xc2\x05\xaf\x68\x8e\ -\x1c\x0a\xe6\xf0\x47\x6c\x90\x8c\x00\xef\xfe\xb4\x49\x16\x18\x8d\ -\x13\x6d\x7a\xc3\x20\xb0\x64\xc1\x5a\x1c\xd4\x65\xf6\x30\x5c\x10\ -\x60\xfc\x5f\x58\xfd\x93\x28\x6b\x05\xc9\xa9\x41\x0b\x3e\xef\xaf\ -\xd6\x13\xac\x77\x06\x4b\x71\x7b\x13\x81\x77\xff\x63\x46\x39\xbe\ -\x06\xec\xbe\x14\xcd\x88\x8b\xf7\x01\x49\x8b\xf7\x33\x36\x80\x08\ -\x2f\x26\x11\x0e\xda\xff\x67\xff\xa3\x2e\xb9\xf4\x1f\x0b\xe2\x4d\ -\xda\x32\x3b\x1b\x48\x6c\x3d\xd7\x0c\x26\xf4\x3b\xf1\x3f\xe1\x9e\ -\x47\x2d\xd4\xdd\xcd\x55\x4a\x2d\x64\x5a\xe8\x3a\x31\xda\x76\xbe\ -\xa4\x49\x49\x9d\xb0\x12\x00\x7c\x0c\xd4\x73\xa3\x11\x8a\xc2\x94\ -\x07\x6d\xd8\xff\x4e\x58\x7c\xcb\xb6\x4c\xb2\x11\x29\xe3\xe0\x2f\ -\xa1\xd6\x02\xdb\x1a\x98\xe3\x0e\x65\x78\x6d\x3d\x3b\x20\x2c\x50\ -\x64\x17\xa8\xb9\x73\x49\x5d\xcc\x86\x8f\x6c\x3a\xff\x81\x4f\xb3\ -\x00\x6f\x2e\xc1\x84\x20\x9f\x4f\xec\x6b\x34\xb3\x0a\xf2\x88\x12\ -\xd9\x9a\xb5\x64\x41\xe7\x0a\xfc\x6f\x9b\x42\x99\x5e\x18\x93\xda\ -\xec\x11\x43\xe9\x8c\x3a\xe7\x64\x18\x46\x33\x68\xee\x7b\x1f\x8f\ -\xbf\xd8\xd2\xa2\x3d\x90\x08\xe8\x11\x80\xf7\x03\xc8\x08\xbb\x98\ -\x86\x55\xe6\xc2\xbb\x05\x7e\x16\xc0\xb2\x58\x02\x42\x6c\xcd\xe2\ -\x1f\xcb\xe1\x02\x37\x88\x72\x47\xec\x41\xb3\x47\x24\xd8\xac\xd3\ -\x3b\x02\x04\x7e\xf5\x19\x54\x37\xe7\x0e\x72\xfa\x40\xe5\x17\xf6\ -\xde\x1a\x6b\x44\x35\xae\x07\x60\xef\x0f\xbc\x96\x53\xb5\x02\x34\ -\xb0\x1a\x86\xf4\x67\xf8\xe5\x5f\xdd\x7b\xde\xc4\x87\x6b\x9f\xae\ -\xd3\x97\xf3\x3c\xcb\x2c\xc5\x3c\xc7\x3f\x9f\x57\xa3\x63\x00\x00\ -\x59\x35\x8d\x84\x08\xb8\x1e\x20\x62\xcd\xe1\x02\x04\xdc\x04\x7b\ -\x5b\x9f\xb2\xf4\xbc\x43\x21\xf8\xc8\x07\x98\x5f\xdd\x07\xc5\xa9\ -\xf1\x09\x0a\x19\xa1\x5d\x2d\xc5\x21\x8a\x7d\x04\x58\xdc\xa1\xfc\ -\xc5\xba\xe1\xe2\xa2\x26\xf0\xae\xd1\x0c\x48\x76\xcd\x0e\xb1\xa2\ -\x18\x3a\x14\x53\xb1\x70\xe8\xf2\x3e\x92\x0e\x53\xc6\x89\xfe\xa9\ -\x30\x74\x6b\xae\x89\x87\xa8\xb2\x80\x58\xb0\x22\x59\x60\xa7\x8f\ -\xfc\xa8\xfa\xe3\x37\x6b\xee\x52\xcc\xb4\x7c\x16\x6b\x00\xf9\x9e\ -\x53\xa4\x07\x1d\xc3\xc2\x47\x75\x6c\x16\xb0\x7b\xe3\x21\x87\x13\ -\x52\x99\x0c\x78\xe3\xb3\x86\x5e\xe3\xb4\x9b\x55\x4c\xc3\xc5\xe0\ -\x61\x58\x59\xa6\x3b\x8a\x38\x26\x77\xb6\xa3\xba\xd4\xb2\xab\x72\ -\x51\x95\x62\xd3\x8b\x7b\x70\x9f\x31\x0c\xee\xf6\xdd\xae\xb3\x8b\ -\xca\x4f\x8e\xb8\x74\x5a\xcf\x17\x44\xfc\xcc\xb8\xa2\xd0\x7c\xf9\ -\x46\x5c\xcf\x6a\xcd\x9a\x67\x1b\xf1\xa3\xb4\x0a\xb2\x4b\xa8\xd3\ -\x0e\xf7\x31\x62\x47\xb9\x53\xff\xaf\x26\x2b\x45\x73\xe7\x7c\x5a\ -\x17\xd7\xfb\xa4\x25\xf3\xac\xea\xcf\xf1\x5c\xf5\x0f\x13\xed\xab\ -\x9c\x73\x02\xe9\x17\xe6\x61\x6d\xbd\xda\x24\xd7\x29\x5f\x4e\x3d\ -\xd0\xe0\x6e\xea\xfa\x30\xbf\xf4\xac\x90\x9d\xa9\xe4\x49\x49\xcb\ -\x4b\xac\x22\x53\xd1\xa0\x72\x0d\x5b\xb6\x09\xa7\xac\x4e\x5d\x0c\ -\xc2\x4b\xfd\x59\x2d\x1b\xc6\x11\x40\x84\x08\xd6\x03\x6b\x7a\xa6\ -\x3d\xbe\x30\x36\x3d\x4c\xdf\x0f\x10\x41\x7d\xbe\x30\xb1\x38\x14\ -\xca\x6d\xea\x62\xe8\x70\x6d\x4e\xa0\x65\xe8\xf8\xe7\xa5\xa4\xcb\ -\x5d\x3e\xd7\x32\x0b\xf5\x4a\x1d\x46\x24\xdb\x2f\xf9\xfe\x16\x8c\ -\x35\x0c\x79\x86\x12\xd5\x46\x66\x6b\x01\x65\x7c\x1a\x1e\xe2\xf1\ -\x9b\xf6\x48\xf7\x7e\xbe\x63\x8e\x3d\xb9\x8b\xb3\x6a\x63\x3f\xf7\ -\xb5\xef\xd3\x6d\x81\x8b\x5e\x86\x5a\x93\x7f\x50\xb6\x85\x7b\x56\ -\x49\x9b\x10\x42\x99\x78\x04\x27\x4d\x75\xae\xd6\x38\x57\xdb\xfd\ -\x99\xe9\x75\x4c\x97\xab\x95\xad\x81\x52\x4e\x0d\x0b\x76\xb7\x4d\ -\x5b\xfc\x59\x53\x9b\xda\x24\x9a\xef\x7f\xc6\x83\xca\xa7\x81\x44\ -\x5e\xee\xab\xdc\x67\x10\xc0\xa0\x78\x86\x1a\xed\x03\xc5\xc7\x12\ -\xb1\x81\xb7\xac\x3e\xe4\xbf\xea\x8b\x2b\x55\xd1\xd1\x74\x21\x3c\ -\xcc\x04\x34\x68\x78\x35\xcd\xe5\x79\x7e\xae\x42\xd1\x26\xc8\xfc\ -\x29\xfd\x1c\xe4\x67\x12\x97\xcf\x8e\xa5\x88\xc5\xe9\xbc\x96\xf6\ -\xec\x9e\x17\x28\x5c\x41\x46\x7f\xcf\xfa\xdc\x6a\xdc\xc6\x0d\x6d\ -\xc6\x32\x91\xbf\x52\x6d\x01\x9a\xce\x02\xcb\xdd\x56\xef\x10\x94\ -\xac\x32\x9d\xe6\x46\x06\x1e\x54\x1d\x73\x3d\xef\xf1\x12\xe9\x92\ -\x46\x1b\x9e\xb3\xa7\xc1\xaa\xb9\x6f\xd8\x68\xd2\x86\xa2\x1b\x5b\ -\x84\x44\x5a\x26\xd5\x69\xba\x70\x37\xae\xf1\xe7\x8d\x78\xa7\x7c\ -\x45\x7a\xda\xc8\x2b\xf2\xa9\x9e\x97\x15\xc8\x54\x28\x71\xbe\x0b\ -\xad\xc1\x93\xfc\x1a\xfe\x41\x88\x1e\x20\x60\x60\x1c\x1a\x71\xcf\ -\x3a\x94\xee\x6a\x5b\x23\x30\x26\x90\xf0\x4d\x16\x50\x01\x86\x6a\ -\xe8\x52\x9b\x67\x0d\xed\xe6\x22\x77\x78\x93\xe5\x03\x72\xd8\xad\ -\xdf\x9c\x1d\xbf\xb2\x4d\xc0\xee\xa3\x05\xcd\xf5\x98\xc4\xa7\x4a\ -\xd2\x18\x36\xb1\x2e\x2c\x50\x7a\x36\xb1\x8d\x76\x5e\xa7\x90\xf2\ -\x77\x33\x8c\x39\x95\xd2\xc6\x8d\x93\x0e\x08\x58\xac\xf0\x51\xaf\ -\x40\x63\x1c\xe4\x9b\xfc\xf2\xf3\xd1\xdf\x27\x38\x60\x5a\xa1\x2b\ -\x73\xc6\x82\xc3\x25\xe2\x13\xa6\xeb\xeb\xd3\xdc\x7a\x83\x29\x00\ -\x12\x92\x85\xf5\xc5\xb5\xb1\xc6\xcc\x28\x75\x3b\x75\x92\xdb\x42\ -\xb2\xaf\x8e\xcd\x70\x61\x30\x0d\x13\xb0\xac\xe1\xec\x7c\x29\xd9\ -\x52\xc9\xe8\xd1\xfb\xec\x41\x75\x27\x64\x91\xb8\x53\x51\xb8\xd1\ -\xe8\xa7\x5c\xa5\x7e\xff\xc7\x18\x6f\x6c\x67\x27\xc1\x8a\x66\x57\ -\x04\xe0\x59\x3f\xca\x90\x8a\xd8\x97\x9d\x21\xd1\xe6\xfa\xac\xe4\ -\xbd\xdd\xe8\x9b\x6a\xe0\x1c\x49\xea\xc5\x62\x5c\x52\xe4\xce\xcd\ -\xdd\xc3\x05\x6c\x00\xb0\x08\x16\xcb\x65\x53\x15\x04\xcf\xc4\xe7\ -\xd5\x81\xab\x75\xb0\x26\xde\x77\xab\x60\x0f\x74\x7d\x3c\x77\x80\ -\x24\xcc\xab\x0e\xbb\x49\xcb\x4d\x52\xb4\xc4\x7e\x6f\x1b\x72\xbe\ -\x72\xb1\xf7\xa6\xca\x9c\x7d\x90\x62\x2c\xdf\x0f\xdc\x72\x80\x30\ -\x86\x57\x7f\xbd\xac\xdb\x65\x20\xcb\xf8\xf5\x18\x69\xd2\x1a\x44\ -\x46\x87\x73\x99\x8f\x31\x2b\xe5\x65\x5e\xd4\x95\x4f\xec\x07\x6a\ -\x84\x97\x79\xc6\x06\xe4\x4e\xc2\xfa\x4c\xf9\xb4\x81\xf5\x6e\x9f\ -\x4d\x68\xcd\x08\x69\x47\x29\xe7\x61\x39\x2d\xcd\x89\x48\xd3\xd5\ -\x0f\xca\x02\x0e\xe7\xb1\xda\xa0\x74\x3e\xb3\x23\x3d\x5d\x88\x8a\ -\xe5\x30\x87\x31\x92\xcf\x8d\xf8\xe0\x03\x40\x74\x22\xce\xf8\x5f\ -\x6d\xcc\x4b\xea\xf7\xcd\xcd\xab\x72\x65\xbf\x35\x2f\xdf\xec\xdb\ -\x05\x41\xed\x36\x2d\xa8\x55\xa0\x4f\x9e\x6a\xb0\xdc\xcd\x52\x1a\ -\xeb\xde\xba\x72\x9e\xbb\xeb\xd1\xf8\x50\xa9\xb5\xbb\x84\xcc\xfa\ -\x27\x5e\x46\x95\x4c\xba\x07\x05\x70\xa1\x54\x91\xa5\x13\xa4\xb5\ -\x86\x7d\x34\x9f\x45\x62\xa3\x55\xe6\xc5\xa8\xcd\x65\x22\xee\xee\ -\xc6\xd6\x73\xa8\xd2\x76\x56\x45\xdf\x96\x3e\x8f\x6c\x5a\xca\xaa\ -\x27\xe5\x68\xe4\x97\x5d\xce\x8c\x7c\x7d\x66\xb0\x4c\xf6\x19\x6e\ -\x95\x46\x4d\xc4\x52\x7c\x4d\x9a\x57\x0d\x26\x6f\x5c\xb2\x4e\x85\ -\x20\xbb\xf0\x04\x48\x41\xa0\x28\x60\xa1\x89\x9d\x83\xdd\xeb\x7f\ -\x9f\x93\x2a\xb1\x70\x19\x9a\x27\xdd\x1a\xda\x5c\x98\x30\xf4\x79\ -\x6a\x4d\xee\x0d\x67\x16\x80\x6e\x4e\x63\x4d\xa4\xdb\xba\x3b\x00\ -\x57\xde\x97\x40\x69\x30\xa3\xb0\x68\xe3\xcd\x60\x27\x8a\x85\x5a\ -\x22\x71\x66\xf9\x99\x79\x00\x56\x57\x37\xd8\x51\x7c\xe3\x68\xf0\ -\xe3\x19\x95\x18\x02\x2e\xce\x61\xd8\xd6\xcf\xc5\x9c\x85\xbd\x49\ -\x2a\x4d\xfc\xb0\x32\x46\xb6\x69\x29\xb3\xb1\x07\x5c\x23\x63\x54\ -\x1d\xca\x7c\x3c\x9f\x88\x41\x3b\x9f\x70\xd0\xfa\x6e\xf1\x0b\x74\ -\x68\x31\x92\xd2\xe8\xe0\x7d\x86\x74\x86\x01\x13\x20\x3c\xcf\x4f\ -\x3f\x23\x0e\x13\x09\x3c\x9d\x16\x2f\x6e\x97\x20\x99\x97\x54\x1b\ -\x32\x31\xca\x73\x9e\x61\x1d\xf4\x6b\x85\x90\xd3\xb8\xd1\x1b\x9b\ -\xe2\xd2\x59\x69\x55\xd8\x35\xa2\xdf\x8a\x1c\x2f\x2a\x89\x01\x80\ -\x34\x34\x13\x10\x83\x1e\x1b\x54\x18\xec\x8d\x34\x60\x6d\xf2\xff\ -\x63\x5a\x2d\x2c\xef\x8e\xe2\xbf\xcd\xfc\xb5\xd0\xde\x7c\xa5\x08\ -\xdd\x1b\xae\x9e\x3b\x96\xef\xf1\x19\x39\x49\x87\x5e\x37\xce\xb9\ -\xad\xf4\x24\x94\x96\xc5\xf8\xb8\x6d\x3c\x4a\x34\x52\x20\x5b\x63\ -\x16\xdc\xc6\xa4\xae\x97\x42\x43\x3a\xe9\x6e\x7c\x80\x6b\xc9\xde\ -\xe0\xab\xa5\x38\x01\x76\x5a\x6d\x33\xce\x52\x4a\xa8\x4f\xcf\x3c\ -\x22\xa5\x41\xa7\xe8\xc0\x36\x44\x10\xab\x36\x87\x04\xb0\x10\x9e\ -\x06\x44\x58\xa8\x41\xd3\x15\xae\xa1\xe9\x1c\xe0\xa7\x3c\x76\x96\ -\xa6\x8e\x5b\xb8\xe6\x6d\xed\x4b\x23\x56\x9d\x53\x47\x56\x20\x74\ -\x2d\x90\xfc\x45\xbb\x7c\xe8\x95\xa1\x68\xd3\x06\x4d\x51\xa4\xe7\ -\xa5\x4a\x84\x10\x77\x0d\x27\x52\xb2\x59\x10\xa8\x65\x5d\x5d\xdd\ -\x39\xaf\xa6\x3e\x49\x1b\x43\xe9\x40\xd3\x0c\x2b\x3f\xa4\x1e\xc2\ -\xc7\x9f\xff\x9b\xab\xf1\xb7\x7f\xd2\xd5\xaf\xf3\xa3\xf9\x4b\xa6\ -\xa6\x4f\x62\x01\x82\x75\x9c\x00\x00\x20\x00\x49\x44\x41\x54\x69\ -\xc4\xa4\x64\x04\x8a\x34\x5a\xa8\xd3\x5b\x11\xba\x0b\x63\xfb\xd9\ -\xed\xae\x74\x93\x1e\x88\x6c\xa8\xfd\x57\x7a\xe7\x29\x7f\x99\xc0\ -\x48\xc6\xf1\x78\x93\x17\x1a\xdf\x0b\x5d\x1d\x78\x5b\xa6\x54\x5f\ -\x1b\xd7\x86\x70\xfc\x9a\xfc\x9e\x2c\x75\x1c\xc1\x03\x40\x36\x69\ -\xdb\x00\x1b\x3f\xd1\xbb\xe8\xa0\xc5\xcf\x9a\x1e\x57\x90\x3f\x0b\ -\x15\xf3\x0a\x31\x8e\x26\x3a\x6d\x40\x33\x9a\x10\x74\x2a\xb0\xa7\ -\x90\xd0\x2c\xba\x91\x56\x9b\x04\x29\xba\x03\xad\xb8\x8c\x90\xb4\ -\x71\xc0\x12\x98\x27\x3c\x75\x5e\x6b\x14\x7e\x9e\x03\x20\xdc\x50\ -\x37\x21\x1e\x0e\x57\x18\xa8\x95\x1f\x51\xca\x03\xa5\xe6\xdd\x26\ -\x94\x17\x9a\xae\xac\xdd\x5c\x9f\xaa\xe5\xe2\xa4\xa9\xb5\x8b\x21\ -\x0e\x51\x48\xfa\x45\xd0\x1f\xa9\x15\x3d\x9e\x65\xd1\x3a\xf2\x32\ -\x8a\xd5\x4b\xfd\xe4\x96\x56\x8b\xe4\x76\xb8\x78\x06\xcd\xe0\x62\ -\x77\x47\x1a\xa8\x44\x9e\x48\xf0\xde\xd6\xd4\x7d\x43\x53\x4f\xb4\ -\xc8\x28\x27\x88\x57\x8d\xc1\x6c\xca\x6a\x63\x5d\x2f\xf4\x70\x98\ -\x2b\xcf\xc5\x0f\xb8\x89\xfc\xe1\xa4\x2a\x0d\x0d\x49\x06\x2b\xfb\ -\x85\xfd\xf3\xd5\x30\x63\x36\x55\xb7\xa6\xeb\x6f\x87\x96\x23\xc4\ -\x5e\xbc\x89\xbc\xc3\x01\x28\x47\x77\xde\x7c\x20\x0c\xc7\x35\x38\ -\x43\x5e\x5b\x9e\x02\xf3\xf5\xf0\x11\xb8\x14\x67\x65\x73\xb3\x53\ -\x43\xc8\x50\x31\xa3\xf1\x82\x30\xbc\xe0\x05\x51\x39\xa8\x05\xba\ -\x6e\x8f\xdc\xc5\xe7\x89\x43\x4b\xe0\x0d\x3a\x26\xdb\xfe\x7b\xd6\ -\x7f\xa3\xa0\x4b\x70\x8e\x8e\xc2\x75\x05\x95\x4c\xc2\x31\x53\x84\ -\x4d\x0f\x64\x45\x36\x8e\xa9\x05\x6a\xce\x15\xa0\x7c\x45\x46\xc9\ -\x0a\x8b\xb9\x3f\xc2\x0d\x91\x54\x1b\x98\xfa\xa6\x49\xa5\xd7\xab\ -\x81\xd1\x1c\xec\x24\xe9\x8a\xec\x06\x22\xc6\xab\x87\x11\xb0\xbb\ -\x00\xaf\x86\x90\xa9\xdd\xcc\x0c\xa3\x68\xba\xa2\xca\x55\x97\x39\ -\x74\x2a\x14\xa2\xd2\x22\xa1\xd2\x15\xc0\x38\xfc\x5d\x84\x5d\x75\ -\x63\xb5\x18\x51\x4a\x2d\xc7\x19\xa8\x17\x6b\xc9\x9b\x43\x28\x36\ -\xcd\x79\xd8\xfb\x34\xa4\x02\x3a\x19\x6a\x3d\xa7\x74\xd4\x80\x93\ -\xba\x17\x60\x18\x21\x48\x29\x2a\x1a\xa8\x00\xa7\xbd\x79\x34\x40\ -\xd3\x9e\xd9\x58\xe9\x00\xbb\x4c\xab\x52\xbe\xbf\x6c\x1a\x4d\x24\ -\xed\xf3\x09\x63\x01\x6f\xee\x8e\x80\xb3\x39\xa9\x85\x5e\xfc\xd9\ -\xdd\x1d\xc2\x6a\xe3\x45\x4c\x40\x4f\xb5\x11\x27\x98\xca\x58\xac\ -\x1e\xaa\x98\x54\xe6\x0a\x4c\x34\x66\x84\xd3\x3d\xc1\xcf\xb7\xaa\ -\x5d\xae\x85\xd5\x3a\x26\xba\x80\x32\x4c\x96\x28\x43\xa1\x11\xa3\ -\x41\x94\x1a\xa6\x64\x14\x24\x05\x28\x27\xeb\x40\x00\x61\x47\x71\ -\x10\x77\x03\x41\xe4\x4c\x56\xa0\x2d\xb5\x3d\x59\x14\x11\xd1\xa5\ -\x18\x9c\x46\x41\xd3\xf1\xf2\x7b\xae\x90\xeb\x02\x59\xee\x6e\x94\ -\x12\x6b\x17\x86\xe6\xf3\xfb\xbd\x94\x7a\xbc\x8e\x44\xb4\xf7\xc4\ -\x96\xe9\x56\x04\xfa\x54\x8c\xa4\x74\x03\x71\x6b\x0a\xef\xb9\x46\ -\x38\x82\x8e\xef\x14\xef\xca\x48\x39\x74\xbd\x98\x53\xbe\x0d\x52\ -\x02\xe1\x73\xa2\xcb\x20\xfd\x1c\xf2\x8c\x2c\xf1\x3b\x41\xa7\x39\ -\xb8\x56\x67\xac\x58\x76\x5b\x52\xb3\xd2\x2a\x58\x60\x77\x00\x41\ -\xba\x83\x5e\xd5\x15\x4d\x92\x5a\x9e\x03\xa3\xfe\x40\x65\x23\xed\ -\x0b\xfb\x65\x92\x48\x6e\x4d\x49\xbc\x5b\xc2\x32\xc8\x4e\xfa\x35\ -\x38\x83\xc0\xb0\xa2\xbd\xcd\x66\xdb\x9a\x53\xfe\x32\x35\x56\xb0\ -\x9d\xc3\xbf\x6d\xa3\x8c\x5a\x4a\x02\xb8\x90\x6f\x91\x32\x57\x9d\ -\x2a\x5d\x9b\xfc\x2a\x37\xa8\x85\xf4\xcc\x60\xc4\xbf\x30\x6a\xfe\ -\xb5\xf9\xc2\x6e\x32\x43\x41\x89\xd6\x1a\x9e\x90\x62\x82\x97\x75\ -\x01\x37\x80\xbe\x1a\xbb\x85\x4b\x09\xf7\x9f\xd5\x69\x98\x60\x54\ -\x72\xdd\xe3\xdc\xfe\xfe\xcd\xed\xb4\x39\x68\x5e\xf6\x4e\xad\x7b\ -\xd9\x74\xf4\xae\x63\x4d\x2d\xe1\xee\xcf\x70\xd8\xbd\x47\x73\x65\ -\x54\xff\x35\xa6\x91\xb3\x8e\x22\xba\xeb\x6f\x09\x1e\x9d\x5c\xbd\ -\x9f\x08\xf9\xae\xf1\x25\x35\x38\xba\x4e\x6c\xfd\x3e\x78\x70\xe8\ -\xbe\x23\xa7\x04\x29\x3a\x30\x66\x86\x25\x94\xc9\xd3\x70\x22\x06\ -\x35\xa7\x4e\x82\x4f\x6b\xb6\xa8\x45\x63\x72\x73\xe8\x43\x46\x90\ -\xa5\x61\xc3\x2a\x73\x42\xc0\x08\x05\xd3\x42\xad\x69\x88\xa4\x64\ -\x40\x78\x63\x05\x37\x67\x97\x6d\x01\xc6\x58\x42\xdf\xb0\x0b\x1e\ -\xeb\x83\xb1\x05\xd2\x3e\x5f\x85\x35\x51\xd2\xb5\x0d\xeb\xc5\x7a\ -\x9b\x7e\xe4\x48\xe9\x5a\xd8\xa3\x67\x83\x95\x60\x35\x58\x36\xda\ -\xef\x85\xb5\xa7\x61\x73\xb5\x74\x8f\x47\x81\x59\x97\xdd\x9a\x86\ -\x5a\xe0\xd3\x49\x39\x9a\x39\x53\x79\x61\x53\x5a\x77\x7e\xa1\x5a\ -\x25\x75\xe4\xbd\x0b\x23\x2b\x52\x55\xf9\xbf\xd0\x69\x82\x47\xe8\ -\x60\x71\xf7\xd9\x23\xd3\x22\xa8\x6b\xc5\x10\x61\x6a\x98\xfe\x66\ -\xf5\xff\xad\x39\x6c\x87\x60\xb1\x04\x56\x5d\x83\xb4\xa9\x66\x0a\ -\x3c\x7b\x63\x5e\xa9\x90\xb7\x1c\x90\x6b\xa3\x0c\x3d\x2e\x00\xe5\ -\x9e\xe7\xe2\x81\xb9\xf5\xe7\x74\xa4\x0e\x20\xed\x59\x85\xdd\x32\ -\x19\x81\xd6\x93\xd4\x3d\xa2\xd0\xf2\x00\x92\x15\x26\x58\xec\xe5\ -\x39\x6c\x7a\xfd\x60\x51\x2f\x98\xd5\x1a\xed\x5a\x0c\x10\xba\x76\ -\x8f\xa2\xa1\x84\x92\x7b\xc1\xd5\xc5\xa8\x14\x42\xbe\x97\xb9\x14\ -\x70\x37\xb4\xf9\x46\xe3\x81\x23\x7f\x82\xec\xb3\x03\x7c\x33\xac\ -\x50\xca\x18\xc7\xb4\xdd\x1b\x49\xf0\x84\x2c\x11\xd3\x0e\xa6\xb5\ -\xec\x8d\xda\xe4\x88\x29\xf0\x4e\x1e\xfc\xe6\x69\xdc\x1b\x74\x2c\ -\x14\x80\x0f\x6f\x5b\xcb\x54\x0c\x42\x76\xb8\x5d\xc2\x65\xc2\x5c\ -\x85\xdd\xd5\x58\xa8\x15\x62\x3c\x26\xff\x28\x85\xca\x5c\xa9\x83\ -\x5a\x68\xb3\x03\x66\x58\x75\x9f\x79\x11\x54\x7a\x47\x0f\x57\x5d\ -\x51\x01\x69\x71\x8f\x41\x23\xfd\x4a\x8d\x41\x38\xe8\x96\xdf\x2c\ -\x9b\x63\x2f\x99\x5e\xb1\x15\x57\x31\x39\x3c\xa3\x16\xdc\x94\x86\ -\xc0\xc1\x9f\xa7\x39\xf9\xc9\x38\x27\xee\x85\xdb\x3d\x47\x31\x9a\ -\x20\xc0\xd2\x04\x63\x3b\x1f\xb3\xb1\xda\xd9\xec\xc1\x77\x31\x3e\ -\x0e\x8d\x16\xc8\x98\x74\xc9\xb0\xd3\xc6\x42\xfd\x2a\x0e\x76\xe9\ -\xb8\x66\xd3\x2f\xe2\x00\x80\x84\x00\x84\xa9\x59\xf1\xd7\x16\x90\ -\xb1\x50\xa5\x84\x33\xc3\xc7\x9a\x09\x46\x5d\x9b\x28\x38\x9a\xe3\ -\xd1\x3c\x2f\x08\xea\x3d\xe0\xcf\x97\x50\xe4\xbb\x11\xc2\x11\xda\ -\xec\x93\x6e\x2c\x00\x82\x3f\x1b\xca\x13\xb2\x85\x00\xa3\xba\x02\ -\x33\x6c\x00\xc6\x83\x46\xd4\x0c\x93\x28\x9f\x7f\x9b\x7a\x05\x48\ -\x5a\x82\x91\xa9\xe4\x5a\x42\xd2\x46\x92\x86\x39\x90\x7b\xb6\x29\ -\x30\x61\xe8\x27\x5b\x71\x46\x64\xd2\x94\xdd\x80\x89\x83\x26\x39\ -\x25\x09\x45\x53\x12\xb4\x6f\x77\x94\xe3\xd3\xe0\x46\xb5\x4e\x1c\ -\x3c\x60\x2a\x60\x09\xae\x1f\x58\xb0\x8f\x7b\xd6\x85\x05\x52\xd9\ -\x28\x1e\x96\xcb\xb5\x09\xa6\x76\xae\xc6\x1d\x02\xd5\x95\xf1\x56\ -\xff\x74\xf3\x21\x70\x77\x5c\xec\x94\xbd\x6f\xe7\x82\x4e\x45\xb8\ -\x17\xf9\x5f\x9a\xf1\x5e\x3b\x58\xcd\x68\x9a\x78\xba\x84\x84\x2b\ -\x60\x56\x5c\x9a\x45\xbe\xd8\xc1\xe3\x59\x23\x0e\x70\x96\xca\xf4\ -\x96\xe8\x89\x7c\xca\x60\x3c\xad\x3a\x21\xe2\xe1\xee\x57\xdd\x45\ -\xa5\x4c\xf9\xa1\xe9\x78\x6f\x76\xfc\xb7\x6c\x56\x39\x26\x61\xc6\ -\x06\xb0\x06\xa9\xb9\x26\xfb\xf7\xa1\xca\x00\xe0\x41\x47\x85\xc8\ -\xf3\xac\xf7\xaa\x98\x0e\x14\x07\xb8\x7f\x4e\x11\x3d\x80\xde\xe3\ -\x6f\x2e\xe7\x3f\x7d\x79\xff\xae\xbb\x66\x9f\x24\xd5\x4c\xab\x5d\ -\xce\x25\x6b\x7c\x5d\xcb\x6d\x27\x46\x0c\x50\x0e\x6a\x65\x6f\x7c\ -\x2b\x08\x55\xe5\x4c\x8e\x19\x12\x3d\x3a\xa4\x29\xd1\x28\xad\xb6\ -\x34\xdf\x08\x01\x73\xb0\xd6\x6a\x4c\x03\x82\x9d\x87\x6f\x79\xab\ -\xa5\xb0\x4b\xea\x42\x7d\xd1\x51\x90\x57\x23\x88\x31\x19\x40\xd1\ -\xa0\x31\xd9\x7c\x20\x4a\x47\x3e\x09\x42\xb8\xae\xb5\x62\xb4\xa6\ -\x26\x43\x5e\x46\xe8\x56\x4c\x92\xd3\x70\x61\xcb\x91\x18\xb6\xeb\ -\x3a\x02\x55\x2e\x79\x7c\x9d\xde\xe0\x17\x57\x93\x33\x33\x83\xe5\ -\xcd\x90\xcf\x1b\x6a\x00\xdf\x38\xc0\x67\xf1\x91\x07\xe2\x6e\xd3\ -\xab\x63\xd2\x52\x92\xa3\x05\xa0\xeb\xc2\xbe\x34\x91\xfe\x0e\xf5\ -\x83\x8e\x89\x82\xf3\xe5\xc1\xe8\x1e\x43\xa8\xd9\x0f\x8c\x75\x74\ -\xf5\xf8\x2f\xd3\x9d\x58\x7c\xb5\x04\x95\x33\x24\xfa\xa9\x14\xce\ -\x2f\x07\x46\xe5\xec\xeb\x01\x30\x90\x34\x43\x7d\xbd\x11\x26\x0b\ -\xc1\xbd\x85\xbc\x1e\xd3\xab\x69\xeb\x6c\xfa\xa0\xd5\xe8\x36\xeb\ -\xab\x93\xd8\x31\xb6\x37\xea\x4e\x36\x5a\x6f\xa3\x9c\x85\x3e\xe0\ -\x8b\xeb\x60\xe6\x41\xb4\xff\xd8\xe8\x0e\xfd\x33\x14\xe7\x21\x07\ -\x40\x58\x79\xbe\x68\xc6\x2b\xd9\xac\x2c\x58\xb4\x06\xfd\x52\x51\ -\x1c\xc2\x50\xee\xe5\x3a\x63\x2c\xef\x4c\x8d\x1b\x6a\x90\x76\xa7\ -\xfa\x56\x0a\x9e\xee\xf1\x0d\xdd\x79\xbc\xae\xf3\x2c\xb8\x57\x50\ -\x40\x7d\xea\x4d\x58\x5c\xae\x2e\x08\x90\x04\x75\x22\x8d\x00\xfe\ -\x8d\x5e\xe0\xa1\xc6\x84\x78\x4c\x75\xfb\x14\x73\xdb\xc1\xad\x76\ -\xd3\x09\xd8\x98\xf3\xa2\xb9\xfb\x4d\xb0\xa6\xda\xd0\xba\x5d\x6c\ -\x7e\x9e\x7d\x51\x5a\x95\xcf\xe5\x7b\x20\x62\x90\x92\x9e\xe7\xd9\ -\x20\xf9\xf3\xa6\xc6\x28\x1b\x37\x0e\x27\x49\x9f\xfc\xfa\x3b\x62\ -\xec\x36\xf4\xfe\xcc\x71\x38\x68\xdd\xe2\x14\xa6\xf6\x07\x60\x52\ -\x5b\xb1\xeb\x26\x8e\x86\x17\x07\xb2\x2b\xad\x91\xe9\x53\x96\xbf\ -\xb9\x12\x66\x13\x25\xd7\x4b\x57\x7a\x73\x05\x08\x62\xb9\x7f\x33\ -\xe7\x87\xaf\xa1\xed\x72\xcd\x1f\x74\x4d\xa2\xf7\x0d\x61\x4e\x01\ -\x72\x69\x14\xbb\x46\xe8\x44\xf4\x2f\xfa\x51\x81\xa2\x49\xa9\x4e\ -\x89\x3d\xea\xa3\x15\x4c\xc6\x88\x48\x71\xbd\x07\x75\x57\x3d\xf2\ -\xd4\x6c\x19\x88\xc8\xd8\x18\x1c\xf5\x33\x73\x09\xb9\x15\xde\xba\ -\xc6\x2a\xad\xc5\xdc\xfe\x8a\x70\xc7\xce\x88\x9b\xfe\x57\xca\x44\ -\xaa\x3e\x95\xf5\x85\xf6\x33\x27\x57\x3b\x34\x79\x37\x9a\x97\x7f\ -\x26\x9d\xd0\xd8\x84\xa5\xa0\xff\x3e\xc1\xa5\x6f\xb6\xd5\x9c\xf5\ -\x0d\x0c\xe6\x4c\xb8\x0a\x37\x6a\x1c\x25\x4d\x0d\xb3\xb9\x8e\x66\ -\xd8\x26\x93\x91\xed\x29\xe6\x56\x48\x0b\x32\xf4\xfc\xa2\x93\x45\ -\xb1\xe9\xb0\xbd\x47\x90\x83\xb7\x44\x61\x4e\x82\x01\x8d\x60\xd4\ -\x11\x52\x58\x2c\x78\x9a\x1d\x49\x3d\xcd\x69\xdc\x57\x35\x98\xbc\ -\x02\xa2\x63\x1a\x22\x54\xf6\x07\x5d\xf7\xcb\x6d\x82\xd2\xef\xde\ -\x73\x5f\xdd\x21\xb1\xff\x6f\xff\x60\x39\x2f\x5b\x28\xf4\x70\xdb\ -\x4d\x53\x2a\xe8\x2e\x75\x35\x94\x7d\xea\xdb\xfc\x8c\xc1\x3b\x00\ -\x2b\x45\xc7\xeb\x5a\x56\xa5\xa1\xc3\xd8\xd7\x2b\x5d\xf0\xbc\x09\ -\xff\xa2\xef\x9b\x53\xb1\xd6\x54\x95\x9f\x97\x08\x8f\x81\xd8\x11\ -\x6e\x5d\xcd\x8e\xdc\xe1\xb2\x4d\x41\xf1\x98\x08\xd1\x05\x44\xab\ -\x40\x24\x16\xc7\x8c\x5b\x06\x5e\x10\xff\x9d\x06\xb8\x4c\xe7\x45\ -\x78\xd4\x48\xca\xe2\xb9\xb3\x6e\xf2\xfb\xa4\xb5\xff\x35\xbb\x70\ -\x3c\x2f\x31\x69\x81\x83\xe9\x58\xdf\x2d\x4e\x43\x0d\x04\xa2\x1a\ -\x12\xcf\x65\x6d\x7a\x5d\xb1\xda\x54\x38\x6b\xb9\xb1\x76\x2b\xd8\ -\xe5\x60\xf6\x17\x97\x4c\x9d\x3a\xfb\xe8\x58\x7a\x27\x26\xc8\xcd\ -\x83\xbc\xf1\xd2\x3d\x77\x0a\xfa\xb4\xa3\x3a\x8e\x08\x73\x43\x43\ -\x7c\x9c\xdb\x90\x3b\x81\xb0\x4f\xbe\xd2\xb1\x56\x3f\xa3\xc2\x2d\ -\xab\x58\x1e\x12\xa2\x0a\xf4\x51\xb4\x61\x8d\xc4\xcd\xa4\xc1\x90\ -\x8b\xce\xca\x46\x01\xf7\xe6\x2f\xfa\x81\x69\x77\x2d\x6e\x01\x29\ -\x39\x7a\xaf\x17\x58\xef\xd6\x05\x60\x98\x0c\x00\xe0\x65\xd4\x3f\ -\x36\xb9\xbd\x20\xcf\x80\xc9\x82\x61\x74\xf6\x90\xae\x81\x19\x2c\ -\xbc\x4f\x8c\x65\xd0\x0f\xbc\x09\xf1\x6d\x45\x05\xb9\x6c\x5c\xdb\ -\x30\x58\x98\x3c\x62\x8e\x91\x72\x15\x29\x63\xd1\x08\xb9\x09\x49\ -\x0b\x30\x2e\xc1\xbe\x77\xba\x48\x6d\xc2\xd8\x90\xd8\xe7\x98\x5c\ -\x10\xa9\x46\x2f\x39\xb7\xd0\x8c\x4e\xbe\xd2\xf8\x42\x30\xcf\x57\ -\xba\x86\x33\xbf\xd6\xf1\xce\x9c\x4d\x61\x01\x70\xcc\xb1\x7e\x32\ -\x5d\xbd\x36\x81\xc5\x6a\x15\xce\xc9\xa1\x7c\x09\x3b\x6d\x00\xc5\ -\x31\x31\x83\x43\xec\xed\x62\x53\xcd\x33\xe1\x3e\x23\xb9\x58\xe3\ -\xfa\xfa\xaf\x8d\x73\x08\xf9\x05\x81\xdc\x75\x8a\x5f\xcb\xbc\x91\ -\x46\xff\x24\xfa\x31\x43\x0b\x6c\xcf\xb0\x17\xa8\x1a\x25\xe0\x8d\ -\x24\x39\x65\xa3\x5c\xce\x51\x0c\x0e\xca\x6b\xec\xc1\x32\x79\xec\ -\x97\x4b\xfe\x9a\x3d\x83\xa5\x50\x4c\x17\x40\xa3\xab\xd5\xe7\xdf\ -\x80\x91\x02\x23\xe8\xf7\xe4\x26\x8c\xf7\x3f\xc5\xb0\x12\xdd\x44\ -\x45\xcd\x09\xb2\x30\xa3\x98\xed\xac\x46\xf5\x4c\xbb\xf1\x3d\xe2\ -\x07\x8a\x66\xac\xae\x19\xcf\x00\x6a\x01\xc4\x95\xab\xcd\x43\xe7\ -\xc0\x61\x32\x20\xe8\x9f\xa0\xa0\xab\x9c\x0d\xae\xd2\x6d\x3b\x12\ -\x7c\x50\x6d\x2c\xbc\x36\x28\x35\xcd\x14\x05\xc2\x81\x74\x16\x04\ -\xfa\xc7\xd6\x81\xba\xa7\x1e\x04\xbf\xec\x45\x0c\xe4\x57\x04\xaf\ -\xf4\x19\x6c\x54\xe3\x12\x56\x0d\x18\x8d\xe5\x51\xc8\xf9\x14\x87\ -\x0c\xd1\x24\x9b\xd3\xc6\xd4\x57\xa7\xb2\x6c\x96\xed\x38\xf2\xaa\ -\x72\xaf\x9b\x9e\x08\x77\xc4\xd5\x31\x29\x60\x01\x30\x2f\xce\x39\ -\xdd\x5f\xdd\x32\x5d\xd6\x00\x13\x8a\xa5\xb3\x40\xd3\x20\xc9\x11\ -\x04\x3d\x9a\x48\xec\x39\x36\x39\x91\x1d\xcd\x17\xaf\x11\x16\xed\ -\xce\x80\x62\xd9\x32\x74\x65\x2c\xf9\xb9\x13\xae\xae\xe2\x34\xd9\ -\x7e\x5e\xf1\xde\x65\xea\x50\xe2\x0f\x62\x90\x6f\x13\x42\x19\x94\ -\x98\x51\x4c\x39\x25\xf0\x74\x3f\x6d\x02\xa1\x5e\xe0\x99\xf8\x7f\ -\xef\xad\xb4\x2d\xf7\x9a\x16\x4c\x03\x25\x3f\x7f\x9d\xbe\x6b\x13\ -\xe7\xfa\x99\x9d\x12\x9c\xcc\x10\x88\xb0\xef\x34\xe5\x50\x93\x85\ -\xd0\x7a\x16\xca\x79\x82\xad\x0e\x7e\x2c\xd3\x6a\x89\xb9\x69\xe2\ -\x58\x1f\xc9\xaa\xf1\xfc\xa9\xac\x07\x28\x1b\x4a\x9f\x6a\x90\x5b\ -\xce\x53\xf9\x2a\x49\x65\xe6\x98\x24\x60\x9f\x66\xe3\x0a\x93\x01\ -\x9f\x3e\x7a\x3c\x06\xc0\x49\x43\xd4\xda\x3b\x8d\x5c\xc2\x3c\x03\ -\xbb\x94\xa1\x65\x81\xd2\xcc\x98\xe4\x91\x09\xf7\x7b\xe4\x0b\x55\ -\xb3\x18\x29\xf5\xc0\x55\x4f\x25\xf0\x55\x8f\x73\xe4\xdc\x49\xa7\ -\x83\xfa\x44\x03\x90\xad\xd7\xc2\xe2\xfa\xb9\x42\xcf\x5e\xcf\x2d\ -\x07\x50\x94\x66\x0e\xb0\x68\x37\xad\xf9\x64\x4c\xf4\xe9\xfd\xc9\ -\xac\x00\x5e\xe7\xdf\x85\xee\x92\x3d\xa9\xdd\x7a\x0e\x16\xd6\x0f\ -\x50\xab\xc7\xf2\x11\x9c\xd3\xb6\x9b\x74\xa2\x6a\xf4\x2a\xd5\x6e\ -\x23\xc0\x33\x02\xaf\x33\xaa\x43\xe2\xfc\xc4\xf8\xfb\xe6\x57\x60\ -\x9a\x68\x9f\x5c\x62\xf9\xda\x6d\xea\xe5\x7a\x4c\xa8\x3a\xf3\x7e\ -\x66\x12\xd2\x31\xe5\x69\x75\x62\xc9\x31\x6b\x6b\x55\x63\xe3\xd2\ -\xed\x39\x2c\xde\x29\xee\xd8\xf9\x7e\x42\x5b\x5a\x74\x94\x2c\xe9\ -\x48\x09\x58\xf2\xd0\x16\xd9\x14\xb5\x98\xef\x6d\x8e\x6c\x49\x37\ -\x82\x61\xd7\x6f\x89\x9c\x9a\xd7\x70\xb6\x34\x17\x42\xb5\x41\x06\ -\x24\x23\x98\x62\x41\x3e\x75\xd2\x94\xfc\xf7\x9b\xd9\xc0\x86\xcc\ -\x46\x22\x3c\xa9\x64\xcb\xa8\x48\x5c\x91\x8d\xe6\x1f\x9f\xfa\x88\ -\xa7\x04\xb4\x91\xf9\xbe\x47\xa1\x54\xe9\x64\xd6\xa4\x20\x60\x18\ -\x8b\x29\x52\x55\xdd\x98\x16\xac\x65\x62\x34\x1e\xfa\x28\x5b\x28\ -\x19\x1e\x96\xa8\x9a\x37\x36\x1d\xa1\xf5\xc3\x80\x63\x62\x05\x2b\ -\x83\x26\xa3\x91\xc0\xfc\x30\x75\x01\x56\xcb\x52\x11\xb8\x6e\xda\ -\x49\x47\xac\x1b\x84\xfc\xfb\xbb\x2e\xa5\x8c\xd1\xa3\x28\x2a\xf4\ -\xc0\x05\x78\x20\x7e\x59\x14\x65\x9a\x37\x60\x45\x2f\x09\x60\x49\ -\x99\x94\xac\x36\x0d\x53\xb7\x97\xcb\x65\x39\x42\xfa\xbe\x65\xc2\ -\x78\xc3\x35\x1b\xab\xaa\x31\x02\xa8\xbf\xe6\xb8\x18\x62\x72\x25\ -\x02\xaf\x50\xd3\x34\xb9\x96\x45\x60\x87\xeb\xdd\xd9\xbc\xc0\x9d\ -\x4b\x5f\x69\x9c\x43\x3b\xd6\x0c\x30\xf2\x66\x8b\xf7\x78\x66\xd2\ -\x74\xe7\xaa\xa0\x32\x09\xb5\x09\xc7\xfc\x6c\xba\x0f\x30\xa6\x7d\ -\x15\x68\x38\x2e\x1a\x51\xab\x6c\x8f\x02\x20\x7a\x40\xe4\x93\x0d\ -\x9c\x8f\x99\x1b\x4a\x8b\x81\xa0\xd1\x25\x38\x5b\x6e\xba\xb3\xcb\ -\x28\x1f\x9d\x54\x38\x73\x70\xbe\x64\xff\x54\x34\x27\xd7\x3a\x47\ -\xf1\x95\xc8\x12\xa6\x87\xef\x85\x4f\x9e\x05\x0c\x14\x8a\x92\x37\ -\xf7\x14\x44\x01\x12\x52\xe1\xea\xba\x4f\x26\xfd\xfd\xe5\x05\x26\ -\xe9\xa5\xeb\x87\x02\xa9\x7b\x92\x58\x18\x33\xc7\xe9\xd5\x9b\xbf\ -\x89\xc8\x9b\x13\xb1\xc6\x49\x98\x92\x72\x05\x6a\x9e\x8d\x6a\x14\ -\x2f\x85\xae\x9b\xce\xa5\x18\xb0\xcc\x37\xbb\xfd\xae\x5f\xe8\x0d\ -\x27\x66\x8c\x47\x9a\x99\x14\x44\xdf\x16\x66\x2b\x30\x9d\x7e\xc2\ -\x36\x8d\xf8\x69\x45\x04\xb7\x66\xb7\x22\xdb\x5f\xa7\x83\x54\xcd\ -\x69\x2e\xa2\x78\xe4\x2b\xb5\xd5\xf7\x9a\xbb\xbd\xb9\xa3\x53\x37\ -\xa1\x98\xa8\xef\x05\x21\x64\x75\x4e\x43\xb7\x86\x96\xb4\x37\xd5\ -\x2c\xb7\x15\xf6\xfe\xb1\x1e\x4a\x33\x93\x34\x76\xb5\x42\xae\x7a\ -\x61\xe4\xee\x5c\xd5\xa7\xa5\x56\x0c\xad\x59\x9c\xd6\x96\x1e\xaf\ -\x14\xb0\x76\xde\x5f\x00\x94\x0a\x1e\x1e\x60\x97\x5b\x4f\x47\xd1\ -\xc6\xd1\x97\x54\xfd\xaf\x4f\x69\x10\x57\x9e\xaf\x6e\x26\x13\xb4\ -\x43\x6a\x54\xc8\x2a\xfa\xcf\xfd\xd7\x9b\xbe\xdb\x59\x76\xd3\x93\ -\xde\xd0\xe9\x39\x1d\xc1\xfa\x3e\x22\x74\xbb\x9c\x53\x96\xff\xb8\ -\xd0\x35\x90\x6c\x3a\xa3\x1d\x67\x4d\xa5\xd0\xa5\x73\xae\x01\x1c\ -\x94\x2c\x89\x28\xc8\x91\x5b\xc8\xaa\x4f\x19\x72\xda\xa0\x4c\x9b\ -\x4a\x39\x27\x24\x20\x5a\x51\x14\x6f\x37\xdf\xc1\x74\xe9\xad\xc0\ -\x04\x8c\xd0\x79\xa5\xad\x7e\xdb\x3f\x4f\x1a\x11\x58\x60\xee\xbc\ -\x6b\x08\x08\xb6\x81\x49\x62\xf1\x0e\x8c\x72\x39\xab\x29\xa6\x25\ -\x64\x06\x2c\x6e\xf6\x11\x71\x27\x9b\x43\x16\x21\x22\xb0\xf0\x39\ -\xa6\x05\x95\x72\x0f\x74\x4e\x3d\xfa\x3d\x88\x50\xc3\xcc\x4f\xe6\ -\xc9\x2e\xe7\x83\x34\x6a\x21\x62\x9a\x5f\x7c\x0f\xf4\x3d\x01\xd9\ -\x2e\x2b\x49\x8a\x98\x8e\x9b\x57\xda\xb5\x73\xd6\xb5\x9a\x39\xfe\ -\xb6\x06\x6f\x83\xe6\x40\xd5\xc6\x03\xea\x39\x0a\x08\xbb\x9e\x5f\ -\x02\x43\x3f\x97\x9a\xc9\xd0\xfb\xed\x3b\x98\xab\x0d\x8a\xc5\x20\ -\x00\xb7\xac\xd8\xd6\xa8\x5d\x0c\x34\x6e\xfb\xae\xd1\xae\xcc\x1a\ -\x9e\x8f\xdf\x97\xc1\x20\x48\x18\x51\xea\xf4\xba\x01\x3a\xca\x08\ -\xd3\xd4\x90\x8c\xd1\x90\x58\xa3\x36\x11\x8f\x3d\x6a\x77\xa1\xef\ -\x33\x2c\x3a\xd2\x66\xba\x55\xdf\x59\xa5\xe2\x75\x87\xe9\xea\xc2\ -\x8d\x56\xbb\x6a\x46\xa2\x9f\xcf\xd9\x23\x10\x68\x44\x45\x86\xde\ -\xe7\x59\x14\x92\x0a\x59\xa5\x6e\x84\x30\xdd\x72\xa0\x6a\xad\xa5\ -\x3f\x93\xd1\x69\x79\x0b\xa0\xf9\x33\xc8\x17\xea\x3a\x50\x5a\xfb\ -\xa3\xd9\xfc\x07\x68\x6c\x16\xb5\xcf\x96\x17\xd6\xf3\x98\x45\x27\ -\x19\x8a\xaf\x59\x47\x40\x68\x68\x11\x36\x87\x3b\xa2\x15\x1c\x60\ -\x15\xaf\x79\xb6\x8e\xeb\x83\xa4\x09\xbd\x70\x51\xe4\x13\x90\x4d\ -\x7b\xd8\x16\xdf\x2b\x2f\x2c\xbb\xfc\x44\xab\xc1\x1c\x59\x96\xef\ -\x1f\x68\xaf\x3b\x90\xf8\xe6\x78\xb2\x78\x04\x31\x79\x1c\x22\xf0\ -\xf3\x98\xdf\xbe\xa5\x25\xe3\x0a\x72\x42\x52\xc9\x18\x5e\xd6\xc3\ -\x63\x8d\x4b\x1c\x61\xc1\x42\x84\x7f\x60\x5b\x40\x5b\x16\xa7\x64\ -\xa8\xaf\xfa\xe0\x6b\xd7\x4f\x04\xd1\xb8\x10\x94\x64\x69\x79\x15\ -\x45\x63\x84\x45\x64\x81\xa1\x4a\x1b\x5b\x48\xb0\xc5\xd0\x71\x2a\ -\x22\xf2\x0d\x96\xe5\xa5\x3f\x8f\x3a\x0c\x4e\xee\xbe\x80\x3c\x04\ -\xf2\x4a\x14\x9f\x0b\x7e\x0a\xcd\x81\x80\x48\xe0\x37\x72\x3c\xf4\ -\x7b\x79\xe1\xb4\xe8\x3f\xfa\xf7\x88\x8b\xa8\x23\xe9\x1a\x6c\x56\ -\xde\xfc\x6a\x28\xf1\x22\x1b\x20\xa2\x6a\x2e\x3e\x7b\x5b\xa6\x81\ -\x5f\x84\xab\xe4\x24\x28\x72\xf5\x3c\x0f\xbc\xf2\x0b\x24\x0f\x3c\ -\x11\x7e\x0c\x99\x6b\xe5\x61\x73\xe4\x21\x6e\x2b\xac\x4a\xc5\x9d\ -\xdd\x98\x15\xe5\xa3\xff\x84\x0d\xaf\xc0\x02\xde\x0b\x84\x10\x7e\ -\xf7\x0b\x6b\x69\x08\x2e\x96\x26\x6d\xd1\x02\x7a\x16\xbc\xef\x27\ -\xb5\x16\xa2\x8d\x0a\x15\xfa\xe6\x4b\x1b\x5e\xde\xe6\x0e\xb5\x61\ -\x01\xc2\xa2\x1f\x9b\x80\x6c\x78\x2d\xe4\xce\xd7\x9c\x88\x00\x39\ -\xda\x41\x04\x7f\xf8\x1f\xad\xd3\x05\x01\xd8\x1b\xfd\x04\x12\x3e\ -\x1f\x4d\x68\x17\xdb\xbc\x9a\x39\xa2\x97\xe9\x0f\x2d\xd8\x54\x34\ -\x0a\xb8\x8f\xc6\x78\x63\x86\xc1\x22\x12\x3c\x3e\x49\x62\x06\xc1\ -\x0d\x1f\x5c\x40\x66\xe9\xad\xdf\x43\xa7\x7c\x80\x0c\x6b\x09\x6c\ -\xfe\x98\x4d\x39\x02\xec\x27\x9a\x39\x9d\xe0\x0a\x6c\xf8\xa4\x55\ -\x00\x9a\x16\x8b\x08\xd0\xb2\x2a\x30\x0a\x61\x2c\x85\xad\xb2\x89\ -\x59\xc4\x72\x62\x16\x20\xa1\x95\x92\x95\x06\x2a\xf0\xd9\x1f\x6d\ -\x1e\xad\x02\x61\x66\x60\x62\xb5\x4a\x46\xb0\x1c\xb7\xa7\x34\xb5\ -\x56\x04\xd8\xe5\xff\x79\x3f\xe5\xe2\x2a\x7a\x2f\x22\x9b\x62\xa5\ -\x2d\xbe\x17\x6c\x2e\x80\x47\x44\x78\xf7\x0b\x8c\x19\x2b\xe0\xe6\ -\x1a\x3e\x91\x7c\xe5\xa3\xce\x9e\x50\x00\x03\x49\xbb\xdc\x17\x39\ -\x9a\x95\x00\x80\x5c\xdb\x02\x08\xf8\x66\x11\xc5\x58\xed\xbe\x75\ -\x4f\xbd\xef\x0b\x84\x9c\x6e\x46\x42\x51\x04\x6c\x11\xe0\xbd\x61\ -\x21\x69\xae\x5c\x0b\x3a\x24\xa0\x67\xc1\x9f\xfd\x0b\x0b\x09\x7e\ -\xe8\x07\x90\x18\x90\x6d\x9f\x59\xd6\x1a\xbf\xd6\xc4\x84\x88\x78\ -\xab\x91\x87\x15\xce\x2f\xfd\x31\x11\xaf\xe8\x39\x2b\x64\x94\x6f\ -\xfd\xf9\x7f\xe5\x37\xb5\x66\x48\xa1\x1f\x0d\x73\x19\xcf\x35\xb4\ -\xf7\x33\x2f\xf8\x57\xf4\xfc\x8f\x3d\xe1\x80\x8a\x9d\x97\x3b\x1c\ -\xd6\x50\xdd\x07\x1b\x58\xb6\x61\xaf\xd4\x97\x46\xf3\x04\x00\xc8\ -\x0f\x10\x22\xfc\xda\x45\xeb\x39\x7f\x8e\xfe\x9b\xfb\x34\xb0\x7c\ -\x2c\x8f\x99\x01\x59\x4d\x2e\xea\x24\xfe\xa5\xd7\xec\xb9\xed\xfc\ -\x66\xcd\x46\x83\x65\x80\x86\xfc\x36\xe7\x2b\x91\xd4\x6a\xc0\xd2\ -\xcf\x8f\x92\x74\xb0\x6c\xfa\x32\xa7\x51\x49\xa3\xac\xe8\xaf\x99\ -\xe9\xa0\xb9\x89\x6e\x90\x68\x64\xdc\xda\x1d\x0a\xf2\x1f\x39\x8a\ -\xe6\x86\xab\x14\xd6\xcc\x5b\x79\x2d\xa7\x0c\x71\x69\xb6\x8e\x37\ -\x89\xf6\x0a\x3e\xf0\x0b\x8b\x08\x84\x17\x2c\x58\x20\xf2\xd3\x0a\ -\xd1\x08\xf6\x46\xb1\xcc\xae\x0d\x0b\xf5\xec\x60\xdc\x00\xb4\x4d\ -\x77\xb8\x4d\x37\xb1\x2d\xb8\xf6\x05\x60\xd1\x1c\x45\xbf\x73\xd6\ -\xd3\xf5\x6e\x24\xf0\xbe\x9f\xae\x09\x93\x8c\x67\xd0\xa6\xeb\x93\ -\x93\x65\xd1\x06\x8a\x4b\xae\x97\x07\x67\xe7\xc1\x67\x6e\xbd\x46\ -\xf3\xde\xfb\x2d\x54\x78\x32\x70\xc4\xf5\x2a\xf9\xfd\x05\x96\xed\ -\x69\x6b\x0c\x3c\xfb\x4a\xb8\x39\xda\x39\x5d\xca\x8b\x64\x79\xff\ -\x28\x28\xf2\x63\x02\xf5\x5d\x5c\xe6\x50\xc3\xc1\xc3\x00\xc2\xb5\ -\xe3\x7e\x47\x32\xc3\x2f\x22\x2c\x6f\x16\xca\xf3\xf2\x75\xf8\xbe\ -\xbf\xba\x27\xa4\x4c\x53\x01\x81\x9e\xff\x03\x44\x04\x3e\x9f\x3f\ -\x41\x47\xfc\x14\x8d\x4b\x38\x29\x57\x13\x2b\xcc\x89\xba\xdb\x77\ -\x7f\x48\x5d\x3d\x55\xe7\xea\x66\x5d\x5a\x70\x8a\xd1\xe4\xfd\x5c\ -\x4c\x36\x4c\x46\x14\xc8\xfe\x5f\xa1\xea\xbb\x53\x32\x03\xc9\x8f\ -\x16\xad\x76\xa7\x57\x03\x0c\xaa\x0e\xc9\xc6\x26\x01\xe6\x96\x93\ -\x85\xf2\x02\x5a\x26\x69\xe1\x0c\x04\xc5\xdc\x1b\xe1\x0f\xef\x61\ -\x44\x96\x39\x7c\x0f\x12\x6c\xcb\x21\xf5\x3d\xe1\xf5\x85\xd3\xee\ -\x5f\xf8\x58\xdc\x05\xa5\x06\x58\xac\x60\x5e\x08\x7b\x7f\x72\xaa\ -\x21\x2b\x3c\x03\xea\xf9\xa5\x39\xa2\x0f\xac\xb5\x0e\x4a\xb7\x52\ -\x3c\xc9\xd8\x50\x4f\x80\xec\x9b\xb5\x41\xc2\x9d\x8d\x28\xf3\x0e\ -\xc2\x14\x2d\x5d\x7b\xdb\xea\x63\x35\xef\x78\x53\x37\xb9\x7c\xc2\ -\xe1\xcd\xc4\xb2\xf3\xb7\xd0\xa8\x89\xc2\x50\x0a\x9b\x7e\x78\x81\ -\x20\x82\x96\xe8\x1f\x3d\x0c\x18\x23\x7f\x30\x4c\x94\x88\x92\x0a\ -\xfb\xc5\x80\xe3\xfd\xfc\x2f\x9a\x3b\xaf\xea\x77\xe8\xf8\x18\x5e\ -\x73\xe5\x5e\xec\xd9\x9c\x18\xf5\x08\x08\x02\xcb\x36\xd0\x01\xb3\ -\x89\x95\x1d\xd9\x73\x1f\xcb\xd9\x73\x93\x89\x30\x87\x31\x30\xe0\ -\x7d\x33\x83\x75\x89\x9e\xb9\xb0\xd9\x7a\x09\xd6\xfd\xe4\x51\x11\ -\xec\xc6\x29\x08\xb0\x1e\xc0\xc5\x9a\x63\x0b\x66\x02\x25\xa2\x92\ -\x1f\x8b\x4f\xd0\xf3\xe7\x77\x30\x7b\xfa\x54\xf0\xb3\xff\xd1\x1d\ -\x2d\x14\x53\x27\xc1\xd4\x71\x6d\x79\x75\xbf\x2d\xeb\x6b\x90\xd5\ -\x90\xca\xa3\x52\xe0\xd5\x9a\xe7\x47\x80\xdf\x0d\xb4\x16\xf0\xbb\ -\x35\xc7\xca\x73\x48\x64\x73\x1b\xdd\xa2\x35\x1d\x3e\x36\xf5\x05\ -\x47\x22\x86\x7a\xac\x7f\xa5\x64\xd1\xb3\xe2\xa2\xa3\x0c\x23\x51\ -\x94\x58\x04\x7e\xc8\x2e\x7b\xeb\x90\xd9\x84\x75\x5c\x78\xa4\x78\ -\xa1\x1d\x06\xca\xca\x08\x2c\x5a\x48\x3d\x25\xc9\xda\xc3\xd4\xaa\ -\x70\x7e\x8e\x23\x1d\x4d\x27\xe9\x82\x6b\xff\x73\x9b\x19\x56\xe1\ -\x8a\x93\xfd\x9f\x4f\xbd\x14\xd9\x52\xf4\x68\x61\xa2\xe3\x52\x86\ -\xe0\xa9\xdb\xe9\x2e\x72\x28\x16\x64\x8a\xd4\x10\xaa\x35\x1c\xd0\ -\xb0\x7c\x36\x47\x50\x19\xab\x0f\xff\x4a\x24\xbc\xe8\xba\xaa\x23\ -\xd7\x37\x71\x68\x5d\x70\x14\xc5\xa3\x35\x46\xcc\x6d\xb4\x3c\x9f\ -\x51\xa2\x31\xf7\x31\x7a\x3a\xab\xad\x92\xb3\x55\xfe\x1e\xb8\xb9\ -\x88\xe5\x8d\x49\x36\xdf\x5d\xc3\xb0\x2c\xcc\xb2\xf3\xc6\x4d\xfe\ -\x9f\x87\x61\xa3\x98\x69\x71\xc8\x51\x94\x1d\x49\x7b\xfa\xfb\x66\ -\x2f\xef\x16\xa4\xab\xd8\x50\x57\x9e\x7b\xba\x38\x56\xae\xaf\x16\ -\x41\x8f\x5d\x68\x42\x39\x4d\xd3\x69\xe2\x40\xad\x0a\x1a\xeb\x28\ -\x7a\x16\x71\xd8\xe9\x4d\x8d\x0f\x5c\xe8\xa7\x80\x46\x6f\x30\xc1\ -\xbe\x2c\xfd\xb5\x37\x76\xe5\xef\x1d\xd3\x3a\x16\xd8\xb0\x33\x57\ -\x0d\xf1\xce\x7d\x66\x45\x68\x17\x68\x61\xe4\x01\xb4\x39\xc7\xf3\ -\x7d\xd7\x73\x82\x70\x88\x80\x45\x04\xf6\x7e\xaf\x7a\x1e\x15\xf8\ -\xfa\x85\xf4\x94\xa2\x1a\x2f\x7b\x9c\x72\x5f\x14\x0b\xf2\xc4\x79\ -\xec\x40\x1c\x6e\xd8\x91\xb4\x47\x96\x4b\x54\x1b\x02\x4f\x2f\x06\ -\x43\xb4\x2a\x01\xa7\xa0\xb5\xcc\x00\xcf\x7a\x86\xfd\x70\xba\x45\ -\x01\xb2\x06\xc2\x16\xd4\xb5\x4e\xdb\x49\x08\x16\xfd\x5c\x27\x16\ -\x61\x6f\x8b\x3f\x57\x24\x98\x99\x41\x5e\x82\x67\xe9\x3b\xde\x20\ -\x00\x7b\x5b\x53\x95\x40\x41\x34\x7b\xd7\x49\x41\xc6\x05\x40\x69\ -\x0e\xdb\x54\xa6\x46\x3d\xc8\xc9\x87\x8f\xe9\x2a\x9c\x93\x61\x0c\ -\x07\x59\x7b\x7a\x65\xca\xe2\x1a\x83\xc8\x51\x82\x6f\x5a\xae\x1d\ -\xf9\x61\x28\x65\x12\x09\x23\x8e\xc0\x3f\xdb\x82\x46\xa5\x5b\x2d\ -\x7b\x10\x8b\xa9\x47\x9a\x10\x08\x54\xd3\x06\xd7\xc6\xec\xf6\xa9\ -\xaa\x6b\x69\xfd\x67\x85\xe9\x08\x5c\xad\x98\xa9\x19\x22\x40\xa3\ -\x01\x0d\x27\xe6\x33\x06\xe2\x1b\xbd\xe8\xa2\x43\x9e\x1a\xa2\x3a\ -\x99\xe7\x0d\x90\x69\x85\x7d\x02\x15\x13\x6b\xc8\xc9\x8c\x52\xe5\ -\x34\x00\x99\x90\x6c\xbd\xc2\xa1\x43\xe5\x19\x91\xc1\x46\xb3\x69\ -\x9f\x91\x92\x63\x83\x37\x84\x9d\xf2\xd9\x49\xd7\x2a\x42\x23\x8b\ -\xdd\x0b\x3f\x2f\xd0\x88\x51\xf5\xce\x75\xda\xc8\x3e\x71\xb1\x40\ -\x72\x6f\x5a\x8a\x1e\xc7\x1d\xe3\x2a\x85\xae\xde\xb7\x64\xa6\x27\ -\x95\x6a\x57\x0d\x88\x1c\x7d\x27\xa3\xea\x69\x83\xc5\xa5\x36\x11\ -\x33\xdb\x22\x3b\x07\xcc\x0d\xd5\xee\x9e\x07\x9f\x76\x3e\x08\xcb\ -\xf5\xfd\xdc\xac\xa0\x67\xf6\x5c\x77\xa0\xd5\x26\xf3\xc1\xff\x66\ -\x86\x62\x68\x35\xa1\x88\xf0\x57\xdb\x7e\x62\xe7\x56\x68\xc1\xaa\ -\xee\xd4\x34\x27\xa1\xef\x2c\xf1\x2d\xb7\xda\x43\x44\x80\xb6\x4d\ -\xb9\x05\x06\x35\x1a\xe2\xce\x13\x39\x87\x2c\x0e\x2e\x11\xc1\xa0\ -\xb7\xd6\x89\xa4\x84\xde\xd3\xa3\x6c\x30\xa2\x2c\xca\xc4\x48\x4c\ -\x67\xd9\x9e\x97\x53\xd7\x9e\xf2\x7c\x3f\x5a\x35\x70\x77\x91\xf3\ -\xf3\x47\x27\x78\x49\x11\xae\xd4\xc8\x73\x6a\x94\x54\xef\x6e\x54\ -\x05\x7f\x7f\x9f\x8d\xfa\x2b\x07\xc5\xf8\x34\x1f\xc3\x68\xe4\xf3\ -\x6b\x70\x01\x2b\x28\xf4\x55\x2d\x2e\x03\xc4\xb2\x1e\xf1\xfb\xb4\ -\xfc\x32\x3d\x6f\x6c\x2a\x42\x58\x92\xd3\xaa\xbd\xb7\x02\x64\x16\ -\x9b\xe1\xcc\x2d\xb2\x77\xe0\x9a\xa8\x6c\xb0\xf9\x70\xed\x83\x62\ -\xd6\xe5\x52\x11\x0c\x76\x16\x29\xed\xae\x66\xfa\x59\x9d\x3c\x8d\ -\xd0\xfc\x19\x2e\xbb\x1f\x2b\xdd\x35\x9f\xc3\x2a\x13\x75\xbc\x1a\ -\x6c\xb8\x2b\x24\x5a\x8e\x66\xb2\xa9\xb8\x39\x35\x06\x05\xda\x9c\ -\x61\x13\xf4\x78\x14\xbc\x29\x5e\x12\xcc\x0c\x4f\x5c\x5c\x5c\x2d\ -\x3c\xd3\xb4\x00\x5d\x08\x3b\x68\x31\xca\x28\xc8\xce\x34\x90\x16\ -\xa3\x50\xf8\x39\x5b\x0b\xaf\x4e\x99\x30\x3e\x2e\x41\x58\x31\x0b\ -\x7c\xbb\x3c\x30\x28\x87\xd3\xfd\x4d\xd8\x0b\x08\xed\x98\x09\x6c\ -\xbc\x32\xe9\x4b\x85\xfa\x91\xc5\xea\xd2\x70\x61\xa4\xa6\xd7\xd8\ -\x05\x95\x42\xe8\x74\xaa\xd8\xe8\xa1\x7f\x40\x6d\x34\x67\x98\x1d\ -\x26\x47\xba\x3a\x1e\x75\xcb\x76\x52\x87\x1a\xd3\x01\x54\x6e\x3d\ -\x96\xd1\x6b\x2c\xce\x42\x7f\x09\x1d\x0f\x39\x7a\xd7\xa9\x85\x81\ -\x74\xe1\xa9\x0d\x70\x53\x0e\x82\xc7\x54\x57\x78\x18\x4a\xf8\x68\ -\x77\xcd\x62\x17\xbe\x3b\xdc\x21\xde\xb8\xf5\xc9\x33\x16\x4a\x24\ -\x9f\x40\x80\x19\xd5\x12\x16\x57\xd8\xf6\xa3\xd3\xa3\xc4\x82\xd6\ -\x56\x1a\x55\x34\x0e\xae\x21\x06\xab\xda\x38\x23\xe9\x74\x8f\x3a\ -\x65\xa7\xdd\xdd\x4e\xfb\x84\x92\xd7\x86\xd8\x1a\x99\x33\xb8\xb4\ -\x17\x4d\xf5\xc0\x5c\x45\xa3\x97\x17\xb6\xcd\x6e\x8a\xe6\xd0\x8b\ -\xcc\xf3\x19\x21\xdc\x2d\x8f\xa8\x83\x94\xd5\x4a\xdb\x9a\x2b\x30\ -\x47\x32\x1c\x74\x31\x04\x8c\xa9\x2c\x01\xc0\x3b\xf8\xed\x00\x1c\ -\xbf\xbf\xf0\x51\x0d\x9b\x98\x76\x0b\xbb\xb5\x6a\x04\xa8\x22\x5f\ -\x27\x16\xfe\x8c\x75\x9a\xc4\xcd\xaa\x3b\x26\x5d\x52\x8b\x5d\x3a\ -\xa8\x8e\x39\x77\x92\xc3\x19\x70\xdd\x72\x89\x6e\x5a\xba\xea\xf0\ -\x51\xd6\x29\x09\x94\x98\x87\x80\x7b\xe3\x2c\x5a\xf4\xe8\x84\xad\ -\x50\xdf\x10\x97\x71\xb3\xf9\xa0\x48\xba\x0b\xa2\x7f\xef\x0d\x25\ -\x6c\x93\x9c\x72\xfb\xa4\x1d\x74\xbc\x33\x0e\xdb\x78\xdd\xcb\x3a\ -\xc9\x64\x92\x62\x70\x82\x63\x2f\xeb\xf9\x56\x2f\x87\x19\x28\x4c\ -\xb4\xac\xc8\x70\x3a\x82\xd8\x74\x87\x6d\x2a\x45\x11\x32\xde\x0a\ -\x01\x52\x44\x10\x9b\xee\xc8\x90\x70\x57\x94\x49\xa5\x35\x6f\xbb\ -\x78\xd9\x72\xba\xec\xb9\x33\x29\x23\xc1\x68\x4c\xb1\xd6\xa1\xd3\ -\x6b\x45\x64\x68\x19\x28\xcf\x65\xa4\xa0\x3e\xd7\x4c\x26\x74\xaa\ -\xa6\x67\x2c\x16\x80\x84\x7c\x64\x35\x85\xb8\x13\x40\x82\x2c\x0c\ -\x6b\xe4\xcb\xfc\x7d\x9f\x44\xea\xee\xa0\x70\x52\x50\x4e\xbf\x37\ -\x0d\xea\x5c\x98\xc1\x9f\x3e\xd1\x85\x7e\xa7\x95\x30\x5f\x9f\x48\ -\xcd\x70\x66\x5f\xb7\x34\xed\x8f\x2f\x26\x2e\xf4\x97\xc6\x43\x4c\ -\x0b\xc8\x22\x25\x88\x74\x35\x27\xd5\x00\x1a\x47\x0c\x06\x00\x29\ -\x22\x2c\x16\xc0\x3e\x5c\x5d\xb3\x38\xaf\x40\x57\xd5\x03\xd6\xfd\ -\xea\xa0\x29\x1d\xcd\xd3\x21\xbe\x6f\xc2\x69\xb8\xba\x05\xf7\xe6\ -\x1b\x82\x4a\xa5\x13\x0d\xcf\x8e\xd3\xc6\xc6\x75\x12\x55\x28\x4f\ -\xb0\x42\x5f\xd9\xb2\x16\x4b\xc6\x9c\x6b\x39\xc8\x4c\xb8\x90\x3c\ -\x10\xd9\x4c\x2d\x60\x1d\xe7\x55\x15\xb8\x73\x41\xc0\xc5\x1a\x2f\ -\xe4\x37\xf7\x0e\xe5\x3b\x52\x2d\x2a\x1f\xef\x1a\x07\xb0\x3a\x69\ -\xb6\xef\xbe\xbb\x30\x27\x85\xec\xc9\x73\xba\x06\x3f\x07\x58\x48\ -\x77\x2a\x64\x69\x30\x3d\x70\x55\xef\x92\x1d\xb2\x0b\xd7\x36\xb7\ -\x7d\x54\x05\xfe\x98\xd4\x6f\xa9\x5a\x13\xbc\x3b\x63\xc6\x5d\x8a\ -\x55\x76\xff\xd3\x9b\x0b\xde\x31\x15\xcd\x86\x81\x9a\x41\x87\x4b\ -\x50\xdc\xf1\xb4\x02\xd8\x60\xcf\x14\xad\xee\xa4\x11\xa1\x41\x00\ -\xb0\x57\xae\x89\x0d\x4b\x9b\x04\xfb\xdf\xc6\xa4\x25\x8b\x44\x75\ -\x94\xfa\x32\x7f\x4f\xc5\x82\x3c\xf7\x8b\x14\x5a\x9a\x03\x33\xc5\ -\x8a\x9c\x79\xe8\x08\x33\x83\x55\x20\x1d\xa7\x1b\xe0\x83\x8f\xfe\ -\x2e\x81\x85\xd3\x72\xbb\xe7\xd0\xa5\x07\x63\x78\xb0\x04\x47\xfe\ -\xd6\x97\x1c\x27\x81\x34\xba\x21\x09\xb6\x49\x07\xcf\x74\xca\xcf\ -\x6c\x6e\xab\x9c\x41\x46\xf8\x50\xef\xa4\xcd\xc9\x95\xad\x66\xf5\ -\x89\x79\xcb\x67\xc3\xea\xd2\x4d\xc5\x71\x78\x97\x1a\xdb\x0c\x2d\ -\xd8\x34\x55\xc0\x99\x85\x59\xea\x6b\x6f\x9c\x53\x6e\xb0\xa3\x21\ -\xf7\x49\x20\x80\x34\x29\xc2\x19\x88\x2e\x43\x3f\x5f\x22\x17\xb0\ -\x98\xc5\x70\x1d\x1c\xec\x00\x9a\x34\x40\x58\x8d\xb0\xb6\x9d\x2d\ -\x8f\x88\x7c\xd5\xfa\x80\x59\x57\xa6\x90\x13\xd3\xc5\x08\x24\xd0\ -\xc1\xf3\x2c\x44\x58\xf2\x40\xb5\x72\x11\xd4\x2d\xbb\x62\x22\x50\ -\xc2\x6a\x51\x35\x0e\xdb\x0e\x3d\x31\x4b\xe0\xb4\x4a\xa5\x93\xe3\ -\x2b\xca\xb5\x74\xb1\x76\x5b\x58\xe5\x73\x44\x92\x15\x7f\xbb\xc0\ -\x30\xed\x57\x8b\x1d\x79\x34\x99\xc3\x12\xb7\x4d\x6d\x58\xc2\xe5\ -\x07\x4c\xdb\x52\x0b\x38\xfd\xcc\xfc\xaf\xd9\x04\x37\xf7\xb9\x7b\ -\xf3\x42\x7d\x4c\x5d\x02\x79\xeb\x21\xb6\xa1\x8b\x81\xe5\x4b\x68\ -\x1a\x0b\x37\x6b\xf1\xeb\xe5\x4d\x38\x2c\x5a\x27\x72\x8b\x07\x17\ -\xba\x15\x7e\xb0\x0e\x21\xb6\x17\x44\x3a\x4d\xf0\x82\x85\x82\x42\ -\x85\x55\xa0\x4a\xaa\x85\xab\x5f\x77\xbb\x51\x08\x80\xd2\x00\x41\ -\x03\x51\xd1\x16\x3a\x95\xa9\xd6\x1a\x88\x83\x67\x38\xf9\xd7\xce\ -\x4c\x4d\x7b\xd7\x38\xf2\x1a\xe4\x0b\xba\x13\xb0\xe0\xe4\x52\x33\ -\x30\x6b\x3e\x85\xa2\x1b\x14\xcd\x4e\xe3\xae\x83\x5b\x7f\xf3\x15\ -\xa1\xbe\x4d\x18\x0f\x4b\x54\xe8\xef\x2e\x5c\xa5\x84\x9b\x96\xa4\ -\xea\xfe\x52\x0b\xa0\xc8\xfd\x82\x2f\xfa\xb1\x91\xb1\xe5\x6e\x66\ -\xdf\xd7\x64\x66\xca\x54\xf4\xfb\x0c\x40\xe6\xc8\x5f\xd9\xdb\xa8\ -\xa4\x88\x0d\x89\xfe\x9b\xa6\x47\x63\xa9\x28\x0a\x12\x1c\x1a\xb1\ -\xfa\xae\x15\xb6\x7c\x82\x87\xdf\x9d\xd1\xf4\xeb\xc8\x32\xde\x76\ -\xcd\x04\x82\x74\x24\xe3\x4a\x55\x91\x93\xbb\xae\x8d\x18\xb7\x09\ -\x82\x90\xcd\xcd\x85\x80\xc1\x45\xb7\xcf\x84\x21\x8c\xaa\x9c\x36\ -\xda\x93\xb2\xe1\x13\x44\xe3\x2e\x36\xed\x02\xd9\xc3\x60\xe5\x57\ -\x95\xf3\x44\x62\xfa\x23\xb8\x35\x28\xb4\xe5\x87\x70\x68\x56\xef\ -\x99\x76\xd2\x1d\xe2\x18\x8c\x76\x63\x48\xb2\xd3\xa9\x60\xdb\xc4\ -\xd4\x29\xb6\xaa\x71\xc5\x8a\x04\xb0\x04\x75\x0d\x5d\x00\x2a\xd4\ -\x26\x58\x7c\x61\x22\xd4\xdf\x27\x6b\x7a\x89\xba\x46\x50\x2b\x7e\ -\x0a\x5d\xd6\xb7\xe6\x8a\xca\xf7\x0b\xb3\x83\x76\xd6\x9d\x7f\xb7\ -\x02\x81\x2b\x02\x55\xc9\x9e\xa2\x4f\x60\xf4\x7d\x3d\xa5\x08\xe2\ -\x46\x69\xb2\x26\x2b\x34\xc4\xfb\x62\x38\x43\x46\x29\x9d\x67\x7f\ -\x9d\x98\xe1\xd7\x69\x2e\x4c\x63\x16\x9b\x44\x8b\xdc\x34\x69\x83\ -\x31\x10\x6e\x6b\x4b\x01\x01\x9f\xf1\xd6\xe2\x1f\x11\x64\xb9\x4b\ -\x05\x9d\x76\xd3\x62\x93\x13\xac\xb6\xd3\x7d\xea\x93\x9f\x90\x87\ -\x91\xca\x3e\xa7\x00\x61\xf3\x5e\x8a\x54\x2e\xb6\xcc\x66\xa8\x85\ -\xc2\x09\x84\x34\x87\xdb\x35\x68\x89\x02\x1b\x08\x58\xb0\x7c\x3f\ -\xc8\xa8\x13\x37\xf2\xb1\x2c\x3b\x1c\x31\x0b\xc5\x2e\xa2\xd9\x32\ -\xef\x18\x9d\x53\xec\x7d\x02\x03\xa7\xca\xed\x81\x2c\x4a\x0d\xf2\ -\xe6\xc5\x73\x1b\xad\x19\xaf\xd9\x72\x7d\xb2\x9f\x6b\xc2\x73\xc4\ -\xbe\x01\x07\xd3\xc5\x37\x8c\x30\x86\xf1\x4c\x5d\x7f\x22\xd0\xd0\ -\xf5\xa5\x1d\x65\x82\xb2\xa0\x05\xf1\xcc\x08\x6b\xf7\x2f\xd6\x73\ -\xb7\x36\x53\xd2\xc1\x13\xe4\x56\x23\x54\x06\x91\x80\xc0\x5a\x68\ -\x4b\x6e\x68\xce\x31\xd7\x01\xa0\x34\x1d\x61\x05\xe7\x69\xad\x52\ -\x7f\xd4\xa9\xa3\x37\x68\x09\xbc\x11\x59\xe1\x0b\x00\x2b\x9e\xf1\ -\x8a\x06\xd4\x95\x6a\x2d\x7a\x68\xf5\x28\x85\xc8\x6a\x34\xc6\x0b\ -\x0d\x86\x40\x8f\x99\xd9\x43\x13\x58\x33\xab\x56\x99\xa4\x70\xd3\ -\x73\xe7\x7d\xdb\x01\x3d\xad\x99\x86\xc6\xad\x32\x6c\x08\xed\x33\ -\x9d\x66\x56\x52\xcc\x6d\xba\x73\x25\x35\x7d\xf4\xc1\x4a\x38\x32\ -\x2b\x4f\x1d\xfd\x8d\xad\xe4\x14\xcc\x99\xf7\x99\x08\x13\x7c\xad\ -\x7d\xf3\xcf\xbb\x61\x84\x39\x6a\x1a\xcd\x3d\x26\xc8\x76\x2e\x74\ -\xa7\x69\x08\xb3\x0b\x66\x1a\x16\xe9\xbb\x99\xb0\x39\xf3\x67\x6f\ -\x8f\xb1\xd9\x50\x0d\x76\x52\x43\x3a\xeb\xb0\x9d\x6c\x38\xd6\x3e\ -\x88\x91\x0d\x1c\xd4\x7e\xe4\x89\x0c\x11\xe8\x23\xdf\x30\x7c\x98\ -\x56\xd5\x74\x77\x72\xa9\xe1\x90\x69\x23\x99\xc8\xa4\x8f\x90\xdd\ -\x96\x3b\x0d\x23\x0c\x75\x22\xa7\xc6\x95\x4d\xc8\x10\x39\x00\xd5\ -\x00\x21\x5e\x28\x42\x0a\xcd\xcd\xc9\x54\xc0\xec\x8b\xc9\x68\x7e\ -\xa5\x21\x82\xcb\xc4\x01\x8b\xa3\x49\x1a\x19\x68\xc1\xcb\xd0\x51\ -\x4e\x44\xee\x36\x95\x31\x3a\x3f\x51\x39\x14\x45\x19\x34\x97\xaa\ -\x66\x3b\xc8\x91\x3c\xff\x37\xc1\xef\xcd\x4d\xae\x36\x5f\xec\x63\ -\xdf\xea\xee\x67\x34\x33\xcd\xf9\x90\xc3\x58\xa2\x16\x61\xee\x8e\ -\xc4\xcc\x81\x3c\xbb\x10\x0f\xdd\xd6\xbb\x36\xba\x98\x8b\x1e\x4c\ -\x4b\x70\xfb\x9c\xcd\x5d\x12\x34\x2f\xa1\x09\x8d\xfd\x62\xa6\x32\ -\xbb\x6b\x36\xe8\x02\x24\x89\x8c\x4a\x71\x27\x5a\x3e\x4b\x1c\x6e\ -\x5f\x12\xd6\x9a\x10\x19\x0e\x58\x3a\x35\x67\xcc\xd5\xf1\x7d\x9f\ -\xf7\x40\x50\x3c\xbd\xf1\x84\x6f\x97\x9a\xd3\x09\x28\x5d\x94\xf4\ -\xce\xc6\xd8\xf8\xcc\x1c\xbf\xef\x0d\x5d\x58\x0b\xfb\xc4\xe3\x72\ -\x71\x4d\x10\x41\x8e\xec\x86\x4e\x05\x42\x48\xd7\x46\x42\x04\xd9\ -\xaf\xa1\xa4\x2f\xc0\x66\x9d\xe4\xa2\x3a\xac\x85\xde\xce\x12\xcd\ -\x31\x1c\x19\x4b\x48\x37\x00\x6c\xe6\x63\xfa\xd8\xf2\x1e\xc2\x82\ -\xf5\xee\xf6\xe3\x14\xcf\x6f\x53\x4d\x18\x1a\x4d\x3d\x0f\xa8\xa1\ -\xe0\x00\x17\xcb\xf2\x6a\xa5\x6b\x93\x57\x81\x6a\x10\xb3\xae\xa8\ -\x37\xb9\x6b\x10\x54\x4a\x8f\x4f\x54\x0a\x15\x91\x3a\xfd\xa6\xe6\ -\x6c\x08\xf2\x1c\xe8\xd9\x9a\x3e\x9b\x4e\xb6\x85\x46\xf0\x80\x0c\ -\x92\x59\x3e\x1b\x3d\xab\xaa\x2f\x78\xb5\x29\x0e\xc7\xd0\x76\x26\ -\xac\xa4\x22\xb6\xf3\x5a\x5a\xd1\x8a\x17\x8a\xc7\x44\xd0\xbe\x19\ -\x13\xf8\xe4\x4a\x46\xf8\x79\xa7\x73\x5c\x28\x4c\x03\x78\x01\x04\ -\x90\xd7\x4d\x14\xf0\xc8\x37\x9a\x26\xcc\x47\x90\x2f\x60\xa3\x47\ -\x47\x31\xcc\xbe\xa5\x6f\x8d\xfe\x74\x15\x3b\xd7\xde\xc5\x97\xb0\ -\xac\x37\x6a\x53\x81\x55\xd9\x0c\x61\x00\xb2\x4b\x40\x71\x71\x95\ -\x2b\x7b\xc2\x67\x44\x58\x0a\xb8\x39\xe5\xc5\x23\x63\x6b\xfd\x15\ -\x64\xb9\x9a\x1f\x14\x9b\xfb\x3c\x1f\x76\xd0\x2c\xc5\xf2\x97\x30\ -\xee\xe6\x7d\x05\xf8\xbc\x48\x9e\x2e\x91\x6e\x25\x9d\x4d\x6c\xbd\ -\x0f\xd5\x49\x0f\xab\x4d\xb7\xe8\xf3\x71\x3d\x2c\x2e\xba\xbc\x6b\ -\x2e\xc0\x9b\x78\xef\x04\x2d\x96\x57\x32\x50\x3c\xf2\xf1\xa4\xe7\ -\xea\xe8\x10\x71\xc5\xaf\x9d\x22\xcb\x50\xb3\x0d\x39\x00\x85\x28\ -\x5e\x23\xa7\x09\x81\xfe\xb3\xac\x68\x2e\xba\x5e\x47\xd5\x51\x32\ -\xac\xd7\x41\x9d\x41\xeb\xa5\x06\x52\xe6\x44\xc5\xdf\x49\xe4\x1a\ -\x99\x4c\xa0\xb2\x5f\x18\x41\x73\xf0\x1a\x8b\x81\xa1\xda\xa5\xc3\ -\x85\x01\x72\x8b\x13\x89\x5f\x33\x36\xca\x23\xae\x8f\xad\x59\xd6\ -\x68\x07\x66\x05\x4a\x8a\xa1\x15\x92\x00\xe0\x4e\xca\x2b\xeb\x8c\ -\x7b\x6f\x7d\xbc\xd9\x50\x41\x98\x8a\x24\x68\x57\x4c\x2e\x5a\xae\ -\x2c\x5e\x79\x18\xc7\x67\x67\x2c\xf9\x7b\x00\x88\x3f\x06\xe0\xb8\ -\xa1\x09\x17\x9b\xff\x07\xdc\x15\x32\xc0\x3f\xac\xeb\x36\x4d\x3a\ -\x8f\x69\x7d\x00\x00\x20\x00\x49\x44\x41\x54\xcc\x9c\xa0\xdc\x5b\ -\xdd\xe2\x7e\x1c\x13\x89\x22\x25\xa8\x13\xa3\x2f\x39\x52\x87\x91\ -\x81\x30\x0c\xb2\xc4\xf8\x73\xbb\x01\x8a\x27\xb0\x40\xad\x98\xff\ -\xb7\xfd\x5e\xcd\xc8\x26\xe0\xe8\xcf\x41\xc2\x20\x4f\xfe\xfa\x95\ -\xbc\xb9\xf8\xc6\xd4\xf1\x77\xed\x60\x85\xcb\x26\x32\xf6\x84\xe0\ -\x7d\xdf\x06\xf8\x5d\xed\xe4\xa1\x65\x8a\xf7\xfb\xdb\x6a\x90\x3e\ -\xd1\xe6\xe6\xac\xdc\x86\x20\xfe\xeb\x3d\xef\x0d\x77\x2a\xc5\x76\ -\x0e\x8a\xd0\x01\x68\x65\x53\x95\x4e\xdc\x57\xab\x77\xb1\x68\x27\ -\x07\x21\x20\xc3\x89\x05\x93\x9e\x1e\x12\x0f\xd3\xba\xc7\xc4\x4a\ -\x98\x1b\x1d\x42\xc4\x76\x14\x77\xab\x4b\xaa\xc1\xeb\x84\x5f\x12\ -\xe6\x9d\xbb\x4c\xb9\xa1\xfd\x58\x15\xce\xb5\x4f\x59\xa7\x3b\xa2\ -\xe9\xc1\x6d\x7e\x99\x41\x29\x18\x9d\x46\x26\x26\xd2\x27\x3b\x7c\ -\x16\x9e\xb9\x48\xca\xc9\x74\xf2\x03\x07\xd5\x4d\x48\x7d\x77\x6e\ -\x41\xb6\x6d\x8a\x50\xba\x62\xb6\x83\x9a\x7c\x3c\x5c\x0a\xef\xa4\ -\x90\x49\x22\xa1\x81\x1a\x63\x55\x1f\xb4\x02\x42\xed\xd2\x57\xcb\ -\x06\x90\xaf\x1a\x28\x68\x0b\xc1\x5f\x78\x4d\xb8\x06\x0f\xc9\x04\ -\x2a\x54\x23\x08\xd1\xf4\x8d\xe7\x5b\x75\x08\xe5\x87\xef\x34\x8d\ -\x9a\x87\x42\xb7\x1c\x98\xfb\xa2\xcc\x4e\x5f\xda\x14\xa0\x53\x3b\ -\x9f\x40\x21\x1d\xf7\x91\x52\x55\x91\x2c\x60\xb2\x43\x7e\xa9\xd6\ -\xc1\x35\x5d\xca\x10\x32\xf1\xa7\x40\xb3\x1f\x8f\x3f\x13\x71\x62\ -\x52\x07\x96\x8a\x92\xb5\xe9\x2c\xc7\xe5\x6d\x33\xb0\x98\xa0\x10\ -\x76\x37\xbb\x36\xa9\xac\x0d\x7e\xa9\x88\x7d\x82\x21\x8e\xe2\x55\ -\x57\xca\x42\xbd\x88\x8c\x06\xb9\x37\x55\x99\x3b\x85\xd7\x43\x3b\ -\x9b\xb5\x34\xe3\xf0\xdc\x08\x30\x64\x94\xcd\x78\x03\xca\xb4\xcc\ -\xc3\xec\x80\x19\x3e\x85\xea\x11\x82\x7f\xe5\x06\x84\xc3\x4e\xbf\ -\xf0\x2f\x17\x07\xba\xb3\x63\xcd\x8e\x58\xd7\xcc\xa2\xdb\x5a\x59\ -\x8b\x5a\x48\xa2\x17\xac\x32\x68\x33\xed\xd9\xac\xd4\x02\xfa\x97\ -\xda\xd1\x90\x71\x18\x20\x2c\xc4\xc8\xb9\xc1\x31\x4d\x20\x80\x23\ -\x0f\xa4\x36\x08\xf7\x8b\x14\x46\x56\x53\x05\x92\xa4\x3b\xf5\xc5\ -\x7b\x1f\x6e\x79\xd8\x29\x6d\x4b\x56\xa0\xa1\x41\xb9\x83\x49\xdf\ -\x35\x6a\x9d\x4f\xf0\xb9\x5a\xd8\x32\x54\x97\x2d\xf1\x35\x60\x88\ -\xad\x16\xb9\xf5\xf3\xd6\xaf\x4f\x71\x8e\x24\xbd\x0b\x22\xcf\x4f\ -\x44\x40\x76\xb7\x15\xcf\xc2\x0f\x2c\x20\x7b\xe5\xba\x7e\x4e\xda\ -\x31\x1b\xdf\x8a\x8c\xb2\x9a\x56\xee\x9e\x0b\x84\xcd\xa1\xcf\x8b\ -\x06\xa7\xb8\x62\xd5\xa0\x6c\xd3\xbc\xc8\x98\x60\xce\x4b\xb7\x34\ -\xd4\x88\x67\x93\x42\xe6\x18\xa7\x9f\xf6\xc9\xb3\x41\x24\x0a\xad\ -\xd8\xa3\xe4\x60\x09\x05\xbd\x53\x04\x8d\x36\x23\x61\xf1\xbe\x63\ -\x22\x53\x81\x2c\x29\xf7\xe2\xf7\x22\xf3\xd6\x04\xde\x28\xf1\xc7\ -\xdf\x49\x65\x59\x6b\xae\xb4\xf9\x77\xba\xb0\x9d\x31\x28\x47\xce\ -\x56\x84\xed\xb6\x00\x50\x1c\x67\x52\x6a\x74\x64\x34\x86\x5c\x14\ -\xcd\xd9\xbc\xac\x2f\x45\x9c\xb4\x2c\x2f\x0f\x95\x8f\x9f\x9d\xa1\ -\xe4\x53\x15\x7b\x6a\xdc\x29\xdc\x6f\x8e\x8e\x9c\x74\x7e\xa2\x22\ -\x9c\xd7\x7a\xc6\x81\x89\xc8\xc1\x01\x89\x67\xa1\x80\x49\xd1\x0c\ -\x53\xda\xa6\x93\x65\x13\x72\x05\x23\xad\x50\x39\xd8\x1f\xee\x38\ -\xca\x52\x82\x5d\x25\x28\x93\xc9\xb8\x48\xf6\x4b\xa3\xe5\x8d\xfc\ -\xa0\x1b\xd0\xe1\x52\x8b\xdb\x9a\x08\x07\x5a\x09\x01\x34\xc8\x52\ -\xcd\x39\x08\x9f\x13\x50\xe4\xbf\xae\xa7\x3c\x7b\xf3\x59\xeb\x36\ -\xc5\x2f\x3a\xa3\xfe\x75\x23\x70\x15\xb9\x51\xaa\xda\x67\x9e\xec\ -\x95\x8b\xee\xae\xad\x0b\x90\xb8\xe7\x53\xf3\x94\x8c\xaa\x19\xf0\ -\xad\xa0\x9f\x81\xc5\x76\x3e\xc5\xdf\x11\x33\x78\xc2\x5c\x2f\xab\ -\x34\x16\x37\x57\x5e\x77\x46\x67\xa9\x06\x4f\xb9\xf3\x68\x68\x88\ -\x2a\x4d\xad\x37\x54\xf7\x67\xe8\xef\xbc\xd3\x3a\x4b\x3d\x8b\x5c\ -\xcc\x54\xb0\x80\x34\xae\x6f\x67\x3b\xbf\x86\xf3\xb1\xc9\x57\x43\ -\xc5\x63\x60\xb4\x1b\x9d\x79\x3d\xbd\x2a\x75\x17\x52\x0b\x99\x1a\ -\xa7\x34\x87\x5a\xb4\x2c\x80\x99\x0c\x30\x78\x4b\xef\x50\x80\x17\ -\x92\xe0\x23\xc0\xc8\x05\xad\x51\x42\x21\x41\x12\xab\x53\x42\x2b\ -\x8c\x4d\xb2\x59\xa5\x3b\xf9\x5c\xfa\xe0\xc1\x73\xbf\x66\x98\xf9\ -\xdf\xce\xd0\x5e\x8f\x4c\x6d\xfa\x0a\x80\xb1\xfe\xce\xae\x2e\x0e\ -\x8b\xd4\x30\x84\x5c\x63\xcf\x76\x3f\xb1\x29\xb7\x58\x8e\x82\x01\ -\x2d\x64\xb3\xe6\xea\x34\x1f\x77\x70\x07\x3c\x6c\xc8\xd9\x82\x05\ -\x1b\x77\xa7\x8a\x7d\x41\x25\x85\xb5\xf1\xaa\xf5\xbd\xdb\x4a\xa3\ -\xbb\xc8\xd1\x69\x77\xec\xf9\x46\xc9\x51\x4f\x18\x79\x97\xfc\x8d\ -\xd4\x3c\x50\x14\x07\x1e\xe8\x99\xc5\xc5\x3e\x50\x9f\xc8\x12\x84\ -\x7b\x1e\x0c\x16\xf4\xdb\x79\x97\xce\x22\x9b\x94\xab\x3a\x2e\xd7\ -\x86\x15\x55\x97\x50\xec\x35\x6b\x27\x70\xfb\x59\xf5\x60\xf7\xc3\ -\x28\x4d\xa1\xea\xf7\x13\xc8\x14\x71\xe3\x4b\xb5\x43\xfb\xdf\x72\ -\x94\xea\x38\x7b\xfe\x77\xad\xd3\xcc\x7a\xbd\x52\x03\x17\x0d\xeb\ -\x74\x38\x82\xeb\x36\xc8\xbd\x38\x0e\x81\x77\xea\x4e\xfa\x9f\xb1\ -\x29\x63\xa1\x57\x4c\x23\x12\x24\xd5\x66\xec\x30\x94\xe8\xa2\x5f\ -\xa5\x74\x7e\x8b\x25\xb4\x86\x40\xde\x10\xbd\x73\x64\x60\x74\x44\ -\x98\x2f\xfc\xe4\xd4\x22\xaa\x80\xd1\x3f\x8f\xa3\xbc\xb2\x38\xde\ -\x2d\xdb\x01\xa5\x13\x2c\xb3\xef\x95\x49\x95\x93\x43\x3f\xa4\x21\ -\xbf\xea\xbc\x03\xf0\xc4\x74\x47\xb0\xd8\xd9\xae\x15\x62\xdc\x4a\ -\x15\x8c\x1c\x36\x9b\x56\x75\xed\xd2\xbd\xb0\x1b\xfc\x97\x28\xc4\ -\x95\x0b\x3e\x1a\xfe\xd8\x2f\x5c\x0e\x75\x6e\x94\xb7\x30\xc6\x89\ -\xe9\x1e\x9e\x93\x1b\x86\x40\x8a\xa1\x35\x09\x76\xca\xb0\x0c\x57\ -\x52\x68\x4d\x6d\x9d\x30\x56\xfd\xe3\x37\x84\xf4\x00\x2d\x18\x03\ -\xfb\xd0\x8b\x7d\x50\x63\x05\x1b\xf5\xf6\x9c\x2e\x77\x68\x44\x70\ -\xdc\xcd\x2c\xc7\xba\x4f\x34\x30\xad\xd1\x13\xb1\x5c\xed\x99\xb6\ -\x1c\x95\x84\xc9\xda\xbe\xab\x76\xc1\x82\x6c\x14\x54\x3b\xd7\x65\ -\xdf\xa9\x9b\xcc\xfd\x32\x1d\x99\x29\xde\x28\xea\x47\x55\xe7\x27\ -\x3d\x6b\xf5\x5c\xd6\xef\x6d\x79\x7f\x6e\x4c\x24\x78\x14\x19\x11\ -\x91\x31\x35\x4f\x01\x66\x98\xb9\x08\x49\xa3\xe6\x11\x54\x5a\x98\ -\xe5\xf9\x78\x6e\x5a\x01\x75\x56\x5f\xac\xc7\x16\xf7\x30\x4f\x92\ -\xbe\x06\x62\x52\x4d\x0b\x10\x78\x80\x83\x2b\x8d\x32\x88\x9c\x6e\ -\x61\x3f\xdf\x2e\x7f\x56\x82\x56\x8c\xc7\x05\x8e\x5f\xed\xa2\x6f\ -\xc8\xf0\x9c\xb6\xc5\xf8\xfd\x1b\xe2\x5f\x75\x1a\x55\xd3\x5b\xf6\ -\x2f\x09\x07\x53\x84\x22\x03\x4a\xcc\x9b\xcd\x1c\xca\xe4\x6d\x6b\ -\x3e\xe9\xbf\xeb\xcc\xee\x90\x5a\x27\x64\xae\x54\x2b\xe8\xca\x5e\ -\xa9\x14\x9c\x66\x50\x10\xcf\x6f\x77\x10\xec\x32\xe1\x8e\x33\xd3\ -\x68\xce\x82\x15\xa0\x94\xe3\x8e\x3b\xad\xca\xb1\x98\x46\x60\xe8\ -\x26\xd1\xc2\x7e\xf5\x7c\x32\x4d\x15\x51\x38\xc7\xc5\x19\xe7\x19\ -\x9f\x85\x84\x5f\xc1\x0c\xcf\xea\x14\xab\x62\xfb\xa4\x26\x1b\x4d\ -\x34\x73\xad\x6d\xcf\xc7\xdd\xed\x12\x84\x82\xb3\x40\x87\x13\x94\ -\x69\x7a\x6f\x9f\x8c\xc7\xe4\x5c\xf5\x66\x1b\xf5\x5e\x0a\x57\x33\ -\x30\x69\x31\x14\x20\x38\x0e\x7a\x0e\x9a\xac\x94\xe9\x61\x49\x87\ -\x30\xfb\x76\x8b\xda\xc1\x11\x08\x3d\x2c\xf4\x5d\x17\xe5\xb6\xe2\ -\x6e\x7e\x53\xeb\xca\x7a\xe6\x01\xaf\x92\x2b\x56\xa7\x9a\x94\x12\ -\x10\xc0\xc6\x1c\x40\x7c\xec\xec\x27\xd3\x64\x9d\xeb\x47\x5a\xe1\ -\x6d\xa6\x22\xe0\xe7\x11\x94\xa9\xa1\xe5\x12\x3a\x61\x61\xd2\x28\ -\x2d\xd7\x09\x9b\x2f\x78\xd1\xc0\xaf\x15\x53\xc9\xde\xc8\xf2\x39\ -\xdd\xba\xd4\xc0\x8c\xa6\x03\x1a\x4c\x0c\x69\xcd\x37\x25\x43\x66\ -\xec\x43\xae\x1a\x20\xa9\xa6\x65\x94\x92\x87\x0b\x60\x8f\x23\x2c\ -\x5e\x8d\x6d\xde\xa8\x29\x25\xe8\xdb\x3d\x20\x19\x40\xbe\x9e\x63\ -\xc9\x34\xab\xd6\xfa\x85\x69\x52\x34\x7a\x5e\x53\xb9\xbe\x11\x4a\ -\xd8\x6f\x9c\x15\xe5\x5e\xfa\x66\x90\x16\x2c\x9b\x41\x57\xae\xb2\ -\x9e\xfe\x59\x29\xa8\xf7\xca\xec\x48\x00\xa0\xea\xb6\xbb\x06\x7e\ -\xc7\x54\xdb\x9f\xf9\x3a\xa2\xa8\x54\x9f\xb7\xec\xdf\x8f\x8b\xbe\ -\xe2\xf2\x2b\x94\x2b\xe4\x14\x1b\xba\x5f\x3b\x66\x32\x60\x71\xac\ -\xeb\x5d\x64\x35\x3c\x50\x96\xba\x04\x12\x42\x75\xe1\x18\x93\x0e\ -\x25\x11\x9d\xc8\x85\xb0\x22\x85\xbe\xb9\x24\xf9\x0f\xbe\x9e\x10\ -\xf5\xed\x42\x25\x64\x09\x77\x8e\x83\x02\xc2\x4e\x6d\x2b\x62\xf2\ -\x5b\xd6\x86\xd3\xea\x92\xe3\x5a\xb5\x3a\x4a\xf1\xc1\xc8\x21\x92\ -\x2e\x92\x63\x0c\x5f\x84\x3c\x38\xa9\xb9\xb7\x54\xca\xc5\xd7\x1c\ -\x10\xc2\x73\x9c\x5a\x75\x60\xf1\xfe\xfc\xa8\x5c\x86\xfc\xab\x98\ -\xfc\x5b\xce\x48\xd2\x5d\x9e\x14\x95\x36\x84\x45\xd2\xb3\x9f\xa5\ -\xe4\xbf\xc3\x5f\x47\xc7\x87\x40\x10\x57\xa7\x7e\x14\xab\x7b\x24\ -\x02\xa0\xc7\x02\x98\xd3\x95\xc7\xbf\xef\x42\x02\xe6\x4f\x34\x27\ -\x74\x75\x38\xf4\xf7\xbd\x8f\x02\xb6\x4e\x63\xea\xe6\xdf\x98\x36\ -\xe2\x4e\xeb\xcb\x8b\xbc\x64\x18\x38\xcd\xc0\x10\x1c\x2e\x8e\x80\ -\x38\x74\x43\x00\x45\xfc\xdd\xae\x2e\x9f\xac\x18\xc2\xeb\x8e\x67\ -\x66\x69\x4d\x42\x07\xa0\x51\xdf\xb4\x37\x1f\x7a\x46\x3d\xc0\xb0\ -\x61\x99\xb3\xa0\x6b\x74\xea\xcf\x6a\x0c\xf9\xf8\x5c\x44\x3f\xff\ -\x42\x05\x98\x62\xd5\x15\x94\x27\x1e\x7a\x0f\x11\x77\xfc\xdb\x23\ -\xa9\x5d\x0e\xb7\x4d\x44\x3c\xf4\x42\xc2\xe7\x3e\x23\xb3\xef\x0f\ -\x22\x59\xa3\x77\xe6\xc1\xea\x51\x30\x0d\x5d\x67\xa7\x60\x15\x7d\ -\x13\x40\x16\xb9\x46\x15\x3a\x0d\x55\x2a\x95\x47\xaf\xf0\xb7\xe4\ -\xf6\x50\x38\xc1\x39\xbd\x69\x85\x56\x00\x00\x03\xbc\xa9\x13\x28\ -\x3a\xa6\x5c\x1d\x99\xad\x94\xbe\xda\x8c\xf9\x7e\x6d\xcd\x22\xc2\ -\xb1\x5f\x26\x35\xf8\x68\xba\x10\x8e\xbc\x15\x10\xb8\xa4\xc3\xe3\ -\x57\xc4\x3a\xbf\x7f\xa1\x18\xd1\xba\x14\x05\xa9\x69\x60\xb8\xeb\ -\x43\x67\x91\xe8\x68\xb6\x50\xb7\xff\x75\xa3\x81\xb8\x23\x60\xb7\ -\x80\xeb\x3a\xb9\x44\x96\x30\x04\xf8\x57\xc6\x8c\x4c\xda\xb1\x5c\ -\xe9\xd0\x6d\x2a\x63\xa5\x69\x50\x82\x04\x9b\x31\x0d\x0a\x34\x9d\ -\xed\x37\x17\xbf\x2b\xe3\xa0\x4e\x72\x70\xff\xeb\xdf\xa9\x7b\x64\ -\x36\x67\xd8\x26\xe4\x9d\x2e\x1b\x7f\x26\x80\x90\x1d\x6c\x8b\x3a\ -\x61\x88\xf7\xc7\x36\xe1\xb1\x69\x0e\xb5\x77\x89\xc7\xc4\x0f\x91\ -\x15\xac\x92\xa4\x48\x7a\x96\x63\xea\x5a\xaa\xd6\xa6\xbb\x6b\xf5\ -\x15\x48\x5f\x41\x8b\x8e\xe8\xaf\x56\x48\x1d\xe7\x25\x77\x00\xad\ -\xae\x79\x9a\xa0\x1d\x5d\xee\xfb\x98\x2c\x5a\x5c\x0b\xe0\xf7\x77\ -\x62\x05\x36\x23\x34\xaa\x36\x08\x77\x7a\xa7\x33\x56\x04\x8a\x03\ -\x6b\x82\x0c\x51\x98\xd3\x6a\x12\x89\x69\xb1\x4e\x33\xd8\x1a\x4a\ -\x36\x1b\x00\xb0\x3c\x3a\xa1\x11\x8f\x1e\x27\x58\x31\xa7\xe7\x12\ -\x57\xa3\xf1\x2b\x35\x6d\x13\xb1\xbf\x0b\x75\x33\xdc\xc1\x56\xf1\ -\x89\x59\x03\x62\xd9\xd6\x0c\x5e\x18\x36\x95\x09\xa4\x84\xcc\xf6\ -\x2e\x7a\xe6\x56\x82\xc5\x4d\x23\x18\x14\x71\xb1\x49\xc9\x53\xa6\ -\xe8\xd2\x80\x9f\x9a\x89\xe5\x4f\x28\xcd\x1d\xee\xae\x8b\xe9\x7e\ -\x68\x97\xf0\x32\xaa\x38\xf0\x51\x80\xd7\x68\x84\x5e\xfb\x61\xe4\ -\xcb\x21\xee\xaf\x74\xc1\xd4\xfb\x51\x6b\x88\xa7\xbe\x50\x8d\xa1\ -\x9e\x2f\x92\x10\xfa\xeb\xdd\x1d\xb2\x06\xf6\xe6\x38\xb3\xb1\xaa\ -\x69\xcb\xdf\x6a\x00\xff\xf7\xc2\x07\xd8\x2c\xe1\xc3\x1d\xb1\xe6\ -\x57\xb9\xc9\x83\xeb\x17\x85\x8b\x39\x08\xf5\x29\xee\x65\xfd\x42\ -\x61\x2c\x20\x4b\xdc\xfb\xce\x54\x0b\xd6\x04\x72\x0c\x6a\xfa\x39\ -\x4a\x85\xa5\x31\xf6\xba\xb8\xf3\xb8\xd1\x45\x79\xe8\xd7\x0a\x60\ -\xe6\x75\x9e\xc6\x82\xec\x2e\x6d\xc0\x75\x4a\x8e\xea\xb4\x35\x1a\ -\x43\x9b\x1b\x5e\x98\x06\x00\x00\xcf\xcb\x1f\x6b\x1e\x9e\x42\xdf\ -\x5a\xd9\x4d\xc2\x56\x4b\x61\xd2\x07\x29\x42\x9a\xcb\x14\x13\x22\ -\xcb\x7b\xe1\x0d\xcb\x9d\x90\x8a\x16\xe3\x1f\xfe\x03\xff\x31\x83\ -\x81\xb5\x56\xe6\x51\x58\x07\xfc\xd9\xbf\xe6\xbc\xa4\x87\x0e\x17\ -\xa1\x32\x8a\x7e\xfd\x0d\x02\xb8\x35\x1c\x95\x4d\xcf\x2a\xa4\xb9\ -\x50\x5e\xbc\x23\x11\xac\xe0\x55\x0b\xb8\x49\xf0\x7e\x05\xf8\x61\ -\x58\xe0\xa1\x61\x96\x41\x81\x4a\x94\xf9\x38\x35\x8b\xfd\xee\x91\ -\x82\x04\x22\x6c\x78\xc1\x1d\xfe\x35\x18\x0d\x2d\x03\x08\x81\xe4\ -\x81\x8f\x2d\xae\xa7\x5c\xc8\xb5\xf1\x7b\xf9\xd7\xf2\x06\x9e\x73\ -\x0a\x64\x96\xee\xb3\xc0\x09\x13\x00\x92\x68\xda\x17\x4a\x6b\x5e\ -\xab\xf8\xce\x1b\xc4\x70\x48\xb1\x4e\x5c\x18\x60\xef\xcf\x41\x27\ -\x8c\xc6\x8c\x19\x36\xff\x13\x9f\x97\xf0\xb1\x46\xcd\xb5\x48\xfa\ -\x2e\x89\xf4\x09\x30\x3b\xdf\x59\x7f\x56\xfa\x79\x40\xde\x3f\x31\ -\x22\x7f\xca\xcf\xc8\x41\x41\xfc\x44\x71\xb9\xe8\x07\x68\x2d\x9b\ -\x0a\xe9\x5a\xd3\x9c\x03\x1d\xa9\x52\x8c\xb8\xed\xeb\x13\xc2\xe7\ -\xbf\x9a\xf4\x49\x5b\x33\x7f\xb6\xb9\x38\x21\xbd\xb0\x36\xc2\x67\ -\x4c\xfa\x82\x96\xe4\x39\xa1\x64\xb9\x3f\xfb\xed\x48\x1f\xb3\x06\ -\x2c\xcb\x3f\x6a\xcb\xe9\x36\xa2\x8c\x8a\xe2\x92\x6e\xfc\xb7\x34\ -\x2c\x20\x0c\xf0\x6a\x7e\x17\x3c\x0b\x9e\x1f\x32\x3d\x98\xe6\xcd\ -\x50\xa1\x77\x3e\x8f\x1e\x94\x7f\xf8\x05\x12\x2c\x0e\x35\xde\xf0\ -\xab\xcd\xe8\x47\x76\x64\x0a\x79\x8a\x39\x04\x0d\xc9\x2d\x40\x39\ -\x2e\xde\x65\x01\x88\x6e\x60\xf0\x0b\x1b\x88\x0d\xdd\xdc\xa6\xc5\ -\x32\x6d\x9d\xc8\x86\xf7\x35\x4b\x54\x0b\x99\xdc\x5b\x8d\x3e\x08\ -\x1f\xf8\xa1\xa5\x59\x36\x4c\xc5\x26\xfc\x35\x71\xb3\x3a\x36\xed\ -\xfd\x6b\xa2\xd9\xc7\x9e\x8d\xb4\x02\xe2\x95\x7f\x9a\x93\x9b\x16\ -\xf3\x18\xa8\xdd\x67\xbf\xe9\x5e\x86\xd4\x2e\x51\x44\x84\x17\x3e\ -\xf6\xae\x32\x36\x00\x84\x6c\xb4\x2f\xf0\x1a\xe8\xb3\x9c\xcd\x6f\ -\x01\x97\xee\x6c\x27\xfc\x1a\xa5\xb4\x68\x0d\xcd\x82\x9e\x45\xe0\ -\x45\x7d\xbe\xe4\xda\xb7\x46\x1f\x20\xd8\xb8\x35\xbd\x8c\x30\x28\ -\x5f\x62\x85\x22\x11\xc1\xaf\x7c\x62\x2f\x3f\x63\xca\xab\x03\xa4\ -\x3d\x88\xbe\x59\xc4\x12\x00\x6c\xe9\x51\x00\xd3\x80\xe4\x23\xff\ -\x44\x86\x4c\x52\xa1\x20\xdc\x00\xb7\x39\x93\xa6\xe5\x7f\x8a\xa9\ -\x51\xc0\x9e\x8f\xa4\xed\x38\x3b\xaa\xaf\x55\xd3\x86\xad\xb4\xd9\ -\x08\x87\x94\x46\xdb\xf9\xe0\x3f\x91\x53\xa5\x0c\x81\xd4\x1a\xa8\ -\xad\xae\x44\x30\x33\x95\x69\x24\x91\xa1\x8e\xef\xaf\x9d\xf9\x64\ -\xb9\x55\x68\xef\x4b\xa9\x23\x1f\xfe\x44\xc4\x80\x7e\x24\x73\xe3\ -\x62\xa5\xe9\xe8\x6a\x7d\x35\x36\x02\x01\xd8\x2e\xe8\xc7\x4c\xce\ -\x3e\x1f\x4e\xc4\x1d\x11\x90\x35\xe3\xc4\x27\xa8\xbc\x77\xd2\x8b\ -\xa8\x94\x9d\x64\x56\xbd\x06\xcc\x74\xaa\x63\x41\x9b\x67\xb3\xee\ -\xe7\xa9\x69\x80\xdf\x4f\x29\xb2\x4d\xdc\x55\x0b\x63\xd7\x83\xce\ -\x69\x6c\x49\xb0\xb7\xfa\xfa\x8d\x2c\x1e\xac\xa6\x12\x15\x89\xfe\ -\x12\x34\x2c\x5e\x34\x57\x73\x10\x9f\xa0\xe0\xc7\x68\x92\x56\x4c\ -\xf8\xcf\xb7\xfc\x1d\xfb\x5d\x05\x25\x8b\xeb\x69\x59\x93\x48\x02\ -\xe8\xb4\x21\x63\x3b\x10\x20\xe0\x43\x45\xab\x24\x80\x8b\xcc\xc7\ -\xd6\xb2\x62\x10\x2d\x07\x4f\xb5\x46\x7a\x8f\x5b\x64\xc6\x7a\xec\ -\xb3\xef\x6c\x5e\x7d\xdf\xf2\x0e\x20\xf2\xf7\xf7\x57\x33\x87\xdc\ -\x8c\x06\x75\xef\xb3\x9d\x33\xaa\x13\xde\x45\x07\xe9\xe0\xaf\xae\ -\xc5\x5f\xd6\x9c\x3c\xda\xac\xff\x26\x73\x0c\x5c\x0f\x10\x20\x7c\ -\xde\xff\x59\xce\x5a\xa7\x8c\x7a\xad\xb3\x0d\x25\xdf\xe4\xfb\x1b\ -\x33\xb8\x15\x16\x7c\xf8\x17\xd6\xfa\xb1\x1c\xc6\xee\x6c\xa8\x6b\ -\xae\x4c\x58\x24\xa5\x0f\x18\x39\x71\xca\x88\x60\x86\x11\x7c\x6d\ -\x05\x87\x70\x00\x53\x2a\xa2\x7f\x6d\xfd\xeb\x73\xdc\xf2\x31\x00\ -\xea\xc7\x6a\x9a\x1f\x5b\xe7\x66\x25\x8d\x7a\x5e\x6f\xd8\xfa\x7b\ -\x56\xe8\x2f\x44\xd8\x1b\xe1\x05\xa5\x52\xb2\x30\x68\x24\xe7\x68\ -\xd2\xf7\x6b\xe7\xd9\xb6\xba\x6b\xa5\x41\x43\x38\xbc\x95\x7a\x0f\ -\x6a\xa8\xf5\x06\xe1\x27\xa4\x1d\x10\x13\x44\x04\x34\xb7\xbf\x00\ -\x6a\x7c\x82\xc0\xdc\x9b\x0e\xe4\x83\x76\x1a\x1a\x4f\xe9\x14\x73\ -\x28\xb4\x61\x31\x30\x89\x87\xcb\x66\x4c\x69\xcc\x4d\x90\xf9\xd3\ -\x00\x44\x5a\x4f\x6a\x91\x44\x74\x7d\x45\xcc\x03\x34\x06\x89\xc8\ -\x86\x0f\x6c\x4f\xe6\xd0\xda\x8f\xf3\xb4\x27\x42\xf8\xb3\x35\x07\ -\x8f\x7e\x48\xc1\x5a\x26\x65\xc1\x58\x03\xf5\xcb\x1f\x58\x42\xea\ -\x80\x4c\xa4\x5e\x00\xae\x5f\x87\x53\x4b\x8f\x32\x28\x6a\x0b\xd2\ -\xdc\xa4\x51\xcd\x55\x3f\xf8\xd9\x3b\x9b\x76\x52\xc3\x1d\x16\x07\ -\xd7\x16\x6c\xfe\x55\xe1\xcc\xd0\x6c\xd7\x66\x41\xc1\xc5\xe1\x80\ -\x6b\xcc\x1d\x07\x22\x7c\x80\x42\xf2\x00\xa1\x52\xf7\x08\x00\x7e\ -\xe5\x4f\x80\x4e\x11\xcd\x51\xe4\x0f\xba\x2e\x0b\x43\xc0\xe8\x7c\ -\x84\x8f\xe6\x70\xf2\xc7\x58\x4d\x85\xa9\x04\x2b\x40\x6c\x78\x87\ -\xf5\xb9\xd5\xb1\x0c\x08\xbc\x37\x7c\x3c\xa7\x6f\x69\x3d\x67\x42\ -\x48\xc0\xb5\x80\x61\xeb\xb0\x65\xab\x0e\x14\x65\x87\x2e\x1f\x8d\ -\x9d\xf4\xee\x8f\x69\x35\xcd\x41\x18\x73\x3f\x6b\xdc\xcc\x56\x13\ -\x3c\x59\xb0\x04\x63\x02\x4e\x96\x87\xf6\xd9\xbf\x20\x5b\x19\x00\ -\x0f\xfd\x17\x3e\xef\x1f\x78\xe8\xbf\x4a\x05\x9c\x16\xd0\x0d\x71\ -\x94\x1d\x76\xe4\xe0\x96\x8f\xa8\x17\xae\x66\xab\x24\xaa\xca\xee\ -\x8e\x67\x02\x43\x6f\xce\x4e\x8b\x43\xfd\x7b\x52\x6d\x5a\xff\xc2\ -\x3d\x47\xd0\xac\x28\xf4\x82\x82\x28\x43\xcd\x9e\x27\x16\xcc\x86\ -\xae\xb7\xc9\x40\x3c\x0e\x3a\x02\xb4\xce\x1b\xe3\x80\x57\xbb\xe8\ -\x9e\x54\xad\x41\xab\x94\x45\x99\x40\xa1\x85\xa5\x9d\xe9\x82\xde\ -\x19\x47\x96\x51\xb5\x46\xbd\x5e\x9a\xe9\x5a\x72\x15\x0e\x0a\xe6\ -\xc2\x3e\x90\xbc\x15\xc5\x70\x6d\xd8\xfc\x00\xf2\x02\x7c\xef\x1b\ -\xaf\x17\x1b\xda\x5e\x11\xd5\x39\xe2\x77\xd1\x73\x9b\x50\x50\x47\ -\x7e\x1d\xbd\x11\xa3\x6c\x69\x53\x9c\xd6\xd3\x37\x2a\x54\x73\xa8\ -\x62\xe7\x30\xbf\x29\xf6\xb7\x66\xc4\x35\x38\x3a\x0d\xd7\xf4\x79\ -\x36\xba\xa3\xe7\x85\x1d\xb4\xc6\x83\xef\x0e\x57\xab\x70\x19\x93\ -\xd7\xd0\xa0\x60\x22\x5e\xcd\x79\xce\xf2\xd5\x1c\x71\x21\x84\xc6\ -\xf5\x0d\xeb\x66\x48\xb7\xbd\xff\xac\xff\x34\x11\x73\x2b\xc8\x84\ -\x3b\xfd\xc5\x9c\xc4\xc2\x81\x48\x86\x50\x1c\x86\xd0\x59\x08\xc8\ -\x27\x75\xee\x52\x53\x90\x43\x18\xd9\x5f\x39\xda\x29\xef\x83\xbb\ -\x98\xb4\xe6\xcf\x80\x4d\x6f\xc8\xb2\xc8\xda\xe7\x74\x04\xc9\x73\ -\xca\xdc\x31\x04\x95\x9e\x82\x87\xbd\x34\x5e\xa7\xc2\x4e\xf9\x6a\ -\xc6\x17\x28\xc0\x9c\xe6\x11\x33\xcf\xc5\x29\x0f\xc1\x4b\x4f\x54\ -\x24\x7e\x66\x47\xd4\x89\x24\x9e\x0d\x41\x6a\x24\xe3\xdd\x1a\xd7\ -\x1c\xe5\x22\x3a\x8e\x30\x69\x8a\xc2\x34\x23\x19\x0a\x12\x3c\x28\ -\x74\xa9\x2f\x92\x86\xd8\x5e\xed\x6e\xc1\xc3\x8a\xd3\xf6\x55\xb3\ -\x49\x38\x27\x56\x59\x9f\x87\xae\x4c\x06\xed\xb8\x59\xeb\x8e\xa0\ -\xf3\xba\x1e\x3a\x45\x62\x03\xe1\x7f\x7a\x51\x6f\x2e\x69\xe9\x04\ -\xbb\x1a\xa5\xaa\x4e\x33\xf4\xe7\x7b\x0a\x90\x05\x91\x35\xe6\x6b\ -\x6a\x21\x36\x3b\xe0\x86\x42\x62\x0a\xd1\xab\x13\x6d\xcb\xe2\x99\ -\xd4\xa7\xea\xd8\x36\xe8\x33\xf9\x4d\x28\xa8\x4d\x99\x23\x78\x4e\ -\x96\x3c\x68\xf9\x8a\xe8\x8a\x34\xaa\xdd\xed\xfc\x0c\x7a\xf7\x65\ -\x4a\x06\x25\x3b\xa9\x06\x22\xe7\x19\x21\x8d\x16\x99\x3c\xff\x55\ -\x26\x35\xe5\x1d\x03\x5e\x29\x9b\x4e\xef\xab\xce\x5b\x8d\xd6\x0e\ -\x08\x83\x6f\xd7\xa8\x8b\x8d\x82\x3a\xb4\x06\x73\x2a\x07\x6d\xba\ -\xd1\xf5\xc9\x58\xa7\x3c\xb0\xc3\x70\x60\x82\x79\xf3\x7f\xd3\x94\ -\xea\x96\xf5\x95\xa1\xf3\xfd\x0c\xd9\x20\xf0\x3c\x8f\xed\xcf\x3e\ -\xe5\x57\x1b\x64\x68\xd4\xee\x9a\x17\x88\xae\x51\xa1\x6d\xb5\x8a\ -\x86\xc0\xea\xe7\x5e\xfe\x53\x64\x01\x3e\xb5\xb6\x31\x71\xc7\xc1\ -\xde\x91\xa6\x49\x5d\xd1\x04\xe4\xbb\xab\x99\x5e\xa9\x0b\xe1\x6c\ -\xde\x25\xa7\x5a\xbc\xf9\x6a\xc1\xef\xcf\xfb\xc1\xa5\x67\x25\x6c\ -\x05\x2d\xd8\x0d\x55\xb4\xf8\x75\xf3\x0d\x84\xf1\x9e\x62\xa2\xf3\ -\x9c\x13\x43\xec\xd3\x52\x22\x0c\xea\xaf\xc6\x37\xec\x04\xe0\xc9\ -\xea\x0f\x9b\xea\x4f\xca\xef\x5a\xab\xd5\x0b\xf2\x97\x5a\xaf\x6b\ -\xbd\x20\x1a\xd0\xab\x8e\x1b\x93\x11\x35\xca\xb6\x7a\xcd\x95\x69\ -\xe1\xa8\xef\xd8\x2d\xf1\x33\x8f\x6a\x03\x04\xbd\x35\x19\x57\xd0\ -\x18\x3d\x51\x4b\x00\x9b\x09\x27\x76\x67\x5a\xe4\x56\x3b\xa8\xa9\ -\x01\x1e\xef\x3d\x73\x9c\x7e\x06\x5b\xa5\xea\x97\x39\x03\xb7\xa5\ -\x9f\x2b\x52\xd6\xfa\x49\x8f\x2b\x8e\x87\x97\xa8\x9d\xfa\xcf\x0a\ -\x17\x44\x2c\x13\xe1\x4a\xdd\x94\x96\xb9\xe9\x4d\x3d\x90\x53\xb1\ -\x9f\x00\xd6\x8f\x28\x19\xd3\x2f\xa2\xeb\x7e\xec\xb3\x68\x34\xc4\ -\x8e\x89\x96\x27\x75\xdd\x28\xff\x48\x04\x69\xc9\x8e\x7f\x75\xd3\ -\x06\xe9\x94\x51\xfd\xf9\x96\xde\x19\xce\xc6\x03\x38\x72\x37\x11\ -\xa0\x38\x8b\xe7\x39\xeb\xb5\xb5\xbb\xf3\xae\xb5\x02\x08\xdb\x4e\ -\x03\x7f\xa5\x69\x9c\x83\xf6\x3b\xad\x19\x05\x67\x5e\x0f\xe5\xd8\ -\xcf\xcd\x10\xdc\x10\xc2\x74\x2d\xb5\xb8\x77\xd7\xc0\x18\xa1\xed\ -\xae\x5d\xf1\x83\xc6\xbf\xed\xaa\x56\x9c\x88\x8d\x46\x28\x17\x31\ -\xa0\x17\xf2\x8a\xc2\xaf\x63\x34\x5a\x0f\xd2\xa0\x29\xd0\xd3\x9b\ -\x9e\x62\x35\x2a\xd8\x0f\x82\xea\x1c\x56\x0b\x8a\x2a\x9a\x4b\xb4\ -\x05\xe1\x71\x1a\x19\x67\xc6\x89\x7f\x76\x9d\x02\xad\xe4\x87\x1f\ -\xae\x2f\x86\x1e\x92\x76\xdf\x64\xa2\xe3\xbc\x70\xb2\x18\x9c\x74\ -\xad\xdb\xd8\xd9\x47\xe9\x61\x62\x30\x28\x3a\x72\xe4\x13\x79\x6e\ -\xcd\xca\x40\xcb\x60\x8b\x5c\x9c\x6a\xca\xa2\x65\x50\x6a\xd7\x8f\ -\xe8\x5b\x64\xea\x1b\x3d\x8a\x22\xc4\xeb\xa6\xd0\xc9\x48\xa5\x0d\ -\x19\xdd\x8e\x5e\x9b\xa0\x54\x14\x17\x6a\xbe\x29\x20\x69\x60\xb5\ -\xd3\xc7\xd2\xa2\x14\x87\x6e\x04\x43\xa9\xe1\xba\x39\xc6\xfc\xf9\ -\x78\x34\x78\x70\xa1\x9a\x01\xb2\x05\xfe\xa6\x2d\x67\xfd\xcc\x7c\ -\xe1\x2e\xbb\xe0\x5e\x5d\x16\xcd\x35\x91\xe4\xa4\x44\x20\x5e\x23\ -\xac\xb0\x26\x5a\x42\xb7\xa8\x47\x0f\x75\x95\x74\x27\xc4\x0b\xa5\ -\x91\xec\x62\xda\x8d\xb2\x91\xb7\x39\xcb\x0b\xc0\x4f\xcb\xbc\x99\ -\x3c\x71\x91\x1d\x85\xb5\x08\x06\x22\x9b\x1a\xb6\x0d\x58\x69\x13\ -\xb0\x55\x18\x7c\x14\x66\xeb\x6b\x90\x74\xbc\xdf\xb1\x56\xe1\xb0\ -\x61\xcd\xf7\x97\xce\xbe\x94\x3a\xc7\x55\xed\xa0\x4b\x63\x10\x33\ -\xc5\x41\xad\xb2\xc9\x0c\x3b\x62\x6c\xf4\x07\x35\x4b\x49\x33\x0d\ -\x60\xc7\xe8\x87\x76\xc3\x03\xa6\x67\x46\x4b\x6b\x6c\x01\xf0\xf9\ -\x81\x99\xa3\xd1\x75\x20\x04\xa5\x93\x0f\x31\x6f\xdd\x27\x04\xcf\ -\x95\xce\x57\xe9\x96\xed\xf7\xa5\x68\x40\x3d\xcf\x84\xee\x94\x33\ -\x82\xe7\x2c\xaa\x20\x75\x15\x7a\xfc\x12\xc8\x37\x5b\xf2\xd2\xb4\ -\xba\xb5\xb8\x1b\x20\xa8\x43\xdb\x2c\x6c\xb9\x14\x2e\x3d\x13\x10\ -\x46\x38\xba\x16\x2b\x3f\x51\x49\x70\x71\x62\x72\xe7\x36\x84\x37\ -\x4d\x11\x18\xfa\x59\x3e\x65\x4b\x17\x63\x20\x96\x73\x6d\x30\x08\ -\x2c\xcf\x56\xc4\xd3\xed\xb4\x3a\xf8\x75\x8a\xdf\x4d\x20\xcd\x7f\ -\xa7\xfa\x9d\xaa\xa2\x62\x1d\x0d\xc5\xc8\x21\xb5\x22\x1d\xc0\xb3\ -\x62\x50\xd2\x4a\xdf\x8d\x78\x6a\x33\xa6\x34\xfb\x2e\x26\x27\x16\ -\x78\xc5\x8a\x58\xe9\x93\x01\xb4\x73\x95\xf9\x3d\x9c\x1f\x63\xa2\ -\xce\xa9\x6b\x49\x27\xe0\xa2\x3f\x92\x53\x1f\x9d\x2e\xa7\x67\xf6\ -\xa3\xc8\x45\x0f\x2c\x25\x50\x76\x15\x9a\x37\x76\xda\x74\x3a\x2a\ -\xee\xcc\xb0\x94\x73\xc2\xa8\x81\xc0\xf5\x1d\x91\x46\x16\xf0\x0a\ -\x4d\x39\x11\xa9\xa3\x2f\x64\xd8\x37\xb7\xf3\x5d\x22\xaf\xcb\xf5\ -\xb9\xfd\x3e\xde\xfd\xac\x33\x83\xa5\x5a\x34\xc6\x3d\xb9\x3b\x00\ -\x56\xf8\x8d\x27\xb5\xb6\x81\x9c\x18\x7b\x13\xec\x1c\x56\x64\xdf\ -\x32\x0a\xfd\xb9\x4d\x6a\x7f\xa3\x8d\xa6\x5d\x7d\x9e\x01\xd4\x40\ -\x81\xd4\x79\x51\x4c\xd6\x34\x78\xd5\xe8\xfc\x8c\x61\x58\x94\x46\ -\x27\x1c\x74\x2b\xa4\x3e\xe9\xe3\x12\x10\x4b\xc5\xbc\xa3\x03\x13\ -\x65\xa2\x74\xcd\x4d\x84\x68\x74\x73\xff\xf1\x01\x8c\x61\xd1\xd6\ -\x7b\x1d\xe5\x66\x3b\x4d\x4f\xe3\xf4\xb3\x00\x80\xe8\xd0\x48\x75\ -\x40\x76\x37\x50\xf0\xfb\x1d\x8e\xb0\x3c\xa7\x31\xc0\x0f\x08\x49\ -\x8d\x36\x35\xd4\x80\xd9\x00\x5f\x22\x9a\xc2\x8c\xce\xa8\x38\xd9\ -\xc9\x36\x60\xeb\xb5\x9a\x3c\xad\xec\xb9\xd5\x78\xdc\x34\x70\x7a\ -\x3e\x5c\x28\xeb\xa2\x2e\xc0\x10\xfb\x5b\x8a\x0c\xe6\xef\x11\x40\ -\xde\x78\x84\xfd\x39\x74\x93\x16\x3a\x68\x92\xdc\x12\x2e\x50\x8c\ -\x16\x58\x1d\x9f\x7d\x98\xb0\x19\xc4\xf2\xad\xae\x34\xc8\xe9\x92\ -\x3d\xc0\x5b\x60\x2a\x54\x50\x1e\xd9\x97\xae\xe5\x5d\xbd\xb6\x84\ -\x49\x61\xcf\x4c\x2d\xe3\x48\x5a\xb3\x8d\xcd\xf5\x91\xe2\x7c\x31\ -\xc0\xa3\xa2\x95\x52\x2c\x6e\xe3\x60\x81\xa5\x88\x8b\xdb\xa3\x20\ -\xc4\x98\x55\xcc\xaa\xd9\x1f\x92\x5b\x3e\x12\xe6\x0b\x51\xc7\x69\ -\x2d\x4a\x9d\x1e\xe5\xf4\xd8\x99\x5b\x43\x45\xd8\x78\x70\xfd\x71\ -\xa9\x03\x5a\x75\xc6\xb3\x14\x3e\x2f\x30\x74\x94\x9d\x2f\xe0\x15\ -\x06\xe4\x6d\x3c\xd1\x9b\x7b\x8c\xd9\x64\x08\x1d\xb9\x18\x62\x17\ -\x0e\x51\xc9\x9c\x58\x36\xee\x2f\x99\x2a\x8f\x53\xdf\x80\x61\x4b\ -\xba\x22\xe6\xc2\x7a\x32\x1b\xa1\x20\xb4\xf5\x70\x0d\xdb\xf0\xcd\ -\xa6\x29\x37\xab\xf6\xc3\x35\xea\x12\xb0\x5a\xb3\xbd\x46\x63\xe3\ -\xdf\x5f\x67\x88\xef\xe0\xe9\x63\x11\xca\x17\xbb\xe4\x2f\x22\x6b\ -\xa0\x1c\x83\x7a\x16\x07\x88\x64\xc1\x15\x96\xd9\xd8\x90\x74\x18\ -\x16\xc2\x22\x63\x14\x5d\x4d\x22\x84\x83\xe2\x83\xc8\x3a\x75\x4b\ -\x12\xb6\xb9\xf5\x71\xd8\x2f\x37\x64\xf9\x0b\x2a\x83\x96\x2b\x90\ -\x5c\x61\xcf\xa1\xc0\xe0\x15\x47\x4d\x54\x9b\xf9\xed\x5c\xe2\x1d\ -\x07\x7c\x2d\x0a\xc8\x44\x9a\xbb\x05\xcf\xa5\x33\x5f\x34\xfa\xae\ -\xd7\x81\xcc\x04\x09\xc3\x0e\x25\x74\xc0\x3d\x20\x58\x33\x7c\x0e\ -\xfd\x84\x94\x09\xcf\xb0\x49\x96\x8b\xd6\x62\x49\x5e\x39\xbd\x01\ -\xa7\x70\x8c\xf3\x77\xea\x34\x94\x9b\xde\x21\x02\x8a\xe3\xdf\x3e\ -\x95\xea\x39\x32\x72\xe8\x4b\x56\x17\x03\x63\x9f\x1a\x7f\xd3\xca\ -\x78\x48\xa3\x9b\x2c\xec\xa1\xd9\x02\xa1\x16\xee\x8a\xac\x85\x97\ -\x9e\x7d\x94\x4e\x4a\x76\x3e\xdd\xa6\xe0\x1a\xc5\x87\x51\x8a\x73\ -\x34\x3d\x76\xd6\x00\x34\x13\x89\x68\x96\x8c\x26\xca\xde\x50\x18\ -\x22\x26\x21\x22\xdf\x97\x3d\x44\x0d\x50\x68\x91\x09\xcc\x03\x74\ -\xd8\x05\xd8\xf0\xcc\x28\x01\x08\x2a\x9e\x84\xb9\x07\x80\x1a\x13\ -\xf4\xbc\xa2\x2f\x3a\x2a\x03\x77\x04\x6b\x0e\xc8\x5d\xc3\xe5\xf4\ -\x3f\xf6\xd0\x68\xd3\xa1\xd4\xa8\x06\x0c\xa7\x2e\x4c\xed\x4e\xd1\ -\xd8\x28\x25\x17\x63\x8c\xe5\x48\x9f\x11\x1e\xa0\x88\x07\xcb\x69\ -\x80\x85\x86\xd4\xb3\x5f\xdc\xcd\x4f\x69\x89\xf6\x99\x9f\x1f\x03\ -\x4d\xa4\xfd\x79\xa7\x2d\x3d\xf0\x77\x57\x35\x02\x0a\xda\x32\x50\ -\xb1\x74\xff\xd2\x8c\xd5\xe7\x2c\x84\xcd\x3c\xe3\xaa\x39\x45\xf8\ -\x92\x43\xb4\xef\x5a\xac\x71\x57\x65\x63\xf6\x97\xd8\x07\x07\x8a\ -\xa0\xba\x88\x69\x11\xe5\x9f\x6f\x83\x02\x9c\x68\x79\x2b\x5e\xbc\ -\x09\xcb\xb9\x2f\x60\x69\xb1\x8e\x68\xdb\xcf\x33\xb2\x56\x11\x96\ -\xbb\x53\x5e\x09\x8b\x8d\x6c\x33\x49\xd3\x19\x3e\x3f\x73\x68\x70\ -\xb0\xb8\x18\xc6\x51\x9e\x28\xb2\xd8\xa4\x7f\x6a\xf2\xaa\x79\x95\ -\xd3\xd4\x82\x82\xce\xaa\x2b\x72\x93\x2a\xa4\xd9\x9c\xbc\x8d\xa1\ -\xa1\x34\x58\x01\xc0\x95\x4f\xdd\x4d\x39\xb0\x84\x24\x97\xc6\x31\ -\x00\x1b\xd7\x87\xd6\xe0\x52\x6b\x88\x18\x4e\x8a\xba\x37\x60\x64\ -\xa6\x4b\x64\xa6\x53\x19\x4e\xba\x9b\x66\xb2\xdf\x93\xdc\xec\xf8\ -\xe3\xf7\x3d\x24\xb7\x98\x4a\x54\x47\x3e\x2a\x6e\x3a\x43\xed\xd2\ -\x87\xbc\x82\xa9\x61\x01\x19\x45\x2b\x34\xad\x76\xc6\x63\xc0\x55\ -\x37\x7b\x33\xe2\xd8\x32\x82\xe7\x3d\x77\xe9\x33\xb5\xca\xed\xf2\ -\xfe\x32\x69\xb9\x1b\x52\xb9\x56\x2d\x33\xb3\x18\x48\xfc\x1d\x65\ -\x03\x46\x40\xe1\x44\xed\x2c\xa8\xe5\x05\x76\x4c\x20\xf5\xdd\x6c\ -\x77\xca\x76\x56\x88\x47\x6e\x80\xd5\x95\x9c\xb5\x48\x51\x88\x0d\ -\xea\x62\xd7\x1e\xc7\xfb\x27\x8a\xc6\xa1\x19\x4e\x15\x00\x60\x9a\ -\x97\x54\x5b\xf9\x85\x3f\xa9\x2d\x34\x93\xa1\xef\x67\x3f\xdf\x0d\ -\x2c\x38\x99\x2e\xdc\xb4\xc9\x1e\x22\xef\xec\x8b\x9d\xf8\x4e\x61\ -\x04\xad\x6c\x47\x5a\x0f\xd0\xa7\xe3\x63\xcd\x96\x78\x92\x05\xfd\ -\xcc\xad\xf4\x4f\x61\x3e\xbe\x56\xbf\x2b\xa5\x81\xce\xee\x52\x8a\ -\x85\x8a\x2f\xa8\x34\x63\x26\xbe\x83\xe7\xce\xd4\xc2\x39\xa1\xf3\ -\xb8\x02\x28\x0d\x70\x9a\x70\xc9\xfb\x29\x03\x25\x75\xe3\x75\xc7\ -\x65\x22\x82\xe7\x2e\xb8\xc3\xe8\x58\x57\x08\xb8\x33\x4b\x4a\xc8\ -\x1c\x9a\x0a\x82\xe8\x87\x9d\x0c\x27\x8f\xe2\xc2\x98\xa8\x05\xf6\ -\x49\x55\x9d\xce\x1a\x3d\xfc\xda\x19\x2b\x47\xd5\x74\x07\xec\xd3\ -\x99\x14\x59\x46\x77\xea\x8e\x81\x3b\x0c\x1f\x07\x0a\xaa\x1b\xe5\ -\x45\x29\x1b\xca\xa9\x56\xc9\xb1\xcd\x3d\x83\x89\x4c\x11\x7e\xcd\ -\x1a\xf0\x49\x16\xa3\x16\xb4\xe7\x05\x4d\x27\xdd\x61\x91\x39\xa2\ -\x14\x5d\x03\x64\x08\x6e\xb5\xdc\x9e\x94\xaa\x76\x59\x0d\xa1\x1d\ -\xd5\x90\x3e\x70\xeb\x70\x39\x50\x56\x1a\xc7\xd4\x14\xf6\xba\x2b\ -\x13\x3a\x7f\x99\xfb\xc1\xb9\x3d\x40\x15\xe9\x14\x5d\x43\x06\x1c\ -\xe6\xff\x06\x62\x6e\xe2\x4e\x09\xd4\xc5\x16\x34\xbf\xc0\x88\xd1\ -\xb8\x0a\xf4\xac\x8a\x0c\x82\xeb\x45\x29\x95\x4b\xa4\x51\xfd\x2e\ -\x08\xf1\x22\x82\x25\xdc\xec\x96\xf3\x12\x74\xd4\xad\x38\xfe\x38\ -\x3a\x61\x7a\xb3\x8a\x8e\xb7\x75\x5f\xd1\x56\x4a\x3e\x7e\xbc\xdb\ -\xaa\x53\x82\x4b\xb0\x72\x1c\x22\xfb\x4e\x95\xf0\x26\x8f\x19\x70\ -\x61\x68\x9c\x94\xf5\x25\x16\x76\x9c\xcd\x59\x86\x39\xaa\x5e\x83\ -\x8a\x7b\x1b\xda\xcf\xc7\xcc\xa5\x21\x1e\xd4\x29\x2f\x74\x86\x5d\ -\xaf\x20\x99\xc6\xa8\x37\x13\x1d\x7d\x5f\xad\xa9\xea\x6b\x79\x1d\ -\xa3\xfd\xda\xf8\xdf\x68\x9e\xf3\xf2\x3e\xb3\x80\xaa\x6d\x31\x5f\ -\x5d\xd9\xfc\x00\xf5\x06\x99\x21\x4d\x47\xb6\xad\xa9\xd8\x17\xb5\ -\xd0\x0d\x24\x56\xec\xaa\x11\x20\xfc\xaf\x7e\x1f\x81\x6b\x53\x1a\ -\x00\x91\x9c\xd3\x2a\x6f\x72\x45\xd2\xed\x2e\x68\xca\x4e\xad\xa0\ -\x27\x32\x9c\x32\x9f\xc8\xcf\x4b\x81\x05\xd4\x27\x34\x85\x0e\xc7\ -\xc8\xa7\xa5\xb7\x01\x24\x5e\x2c\xae\x45\xe7\x65\xeb\x4d\x18\x2f\ -\x15\x27\xe3\x3a\xf4\x3f\x41\xb7\x5c\x10\xce\x4a\x6a\xb9\x9b\x16\ -\xec\x40\x10\x93\x8f\xd3\x5b\x02\x8f\x1a\x49\x5a\x60\xb6\x53\x60\ -\x9c\x09\xf1\x24\xc0\x52\xd7\x02\xed\x00\x58\xd0\x0c\x89\x76\x09\ -\xd4\xc1\x0b\x38\xd5\x11\xd8\x13\x50\xea\x8c\x07\x38\x9c\x4f\x85\ -\x10\x08\xdd\x25\x75\x1d\xd3\x99\xa4\xf1\x48\xe8\x0a\x6f\xcd\x94\ -\x0c\xc4\xfe\x9c\xe0\x52\xd1\xe3\xc9\xb1\xf6\x83\x4e\x6e\x82\xf2\ -\x14\x81\x43\x03\x2a\x7b\x96\x59\x09\xbc\x64\xd7\x53\xef\xa4\x90\ -\xb6\xe6\xb0\x4f\xcb\x6f\x31\x04\x4e\x1b\xe5\x12\xc0\xcc\x9c\x99\ -\x5f\x80\xa7\x43\xa0\x8c\xe9\x82\x5c\x7f\xf6\xb4\x1b\x0f\xf6\x81\ -\xc0\x51\x7c\x05\x62\x5e\x74\x6b\x2c\xaf\xe6\xf0\x41\x8f\xe9\xe8\ -\x53\xe2\x9c\x4e\xba\x46\x3b\x64\x04\xae\xfb\x19\xce\xc0\x73\x9f\ -\x38\xe0\x46\x55\x6b\xd7\x4c\xde\xa1\x45\x7b\xdc\x9c\x0b\xab\xde\ -\x2e\x1b\x37\x0a\x8d\x0f\x0e\xc0\xb7\x52\x13\x9d\x6d\x00\x85\x29\ -\xa3\x0e\x77\xd2\xe8\xa4\x7d\x6d\xd3\x15\xf0\x01\xd8\x09\x68\x50\ -\x52\xf1\x82\xce\x07\xd0\xa4\x1d\xd5\x64\x87\x99\x61\xd1\x3a\xee\ -\x58\x44\x8c\xc6\x98\x4b\xbe\xe7\x5f\x9d\x32\xeb\x1d\x73\xd4\x50\ -\x1b\x6a\x7e\xb8\x4f\xa9\x13\x4c\xd9\x66\x35\x2d\x31\xe2\x96\xe5\ -\xb1\x0e\xd6\xb4\xca\x2a\xf7\x42\x28\x06\xaf\x74\x3c\xaf\x81\x95\ -\x23\xaa\x6f\x95\x90\x00\x88\xd5\x7f\xc6\xcc\x7d\x32\x14\x7b\xc7\ -\x7a\x71\xea\xa4\x6f\xa4\x09\x28\x57\x13\x85\xd9\x54\x45\x14\x0f\ -\xd6\x7c\xc4\xda\xd8\xaa\x11\xc9\x49\x01\x84\x06\xc8\xf4\xb0\xec\ -\x2f\xc0\xd2\x52\x43\x35\x06\x00\x74\xe0\xd8\x16\xbe\x87\xe6\xe6\ -\xcf\xb3\x5b\x7d\x13\x36\xe9\x50\x98\x40\x8d\x4a\x28\xaa\xfb\x2e\ -\x75\x68\x68\xc5\xc0\xf5\xe6\xbf\xed\x1e\xe7\x36\xdc\x41\x03\x8e\ -\x28\xb4\x83\x61\x78\x42\x96\x83\xfa\x85\xe2\x78\xa3\xb6\x7e\xa3\ -\x44\x06\x53\xef\x32\x5c\xe0\xed\xd3\xfe\xb1\x6e\x9f\x1f\xc0\xcd\ -\x3a\xc8\x61\x04\x79\x2c\x14\x85\xd4\xa7\xe0\xa9\x99\x11\x9e\x36\ -\xaf\x13\x16\xeb\xe4\xd7\xca\x4b\xbe\x98\xdd\xb8\x06\x29\xa9\x4e\ -\xb5\x30\xcc\x60\xc4\xa5\x01\x56\x29\x16\x35\xfb\xdd\x57\x32\x43\ -\x00\x96\xdb\x54\x97\xae\xb7\x5d\x52\xd4\x68\x80\xde\x1a\xa1\xf4\ -\xe4\x67\x9f\x24\x21\xd4\xa9\x97\x0c\x9a\x43\xfa\xb5\xc5\xff\x05\ -\x1a\x5e\x46\xc0\x64\x59\x49\x96\xfe\x3c\x69\x56\x1e\x7c\x88\xc5\ -\x1e\x1a\x99\xb5\x73\x45\x89\xc2\xe5\x36\x4a\xae\x5a\xb3\x7a\xc9\ -\xef\x91\x0b\xd2\xaa\x0e\xd2\x43\xa1\xf2\xbb\xf1\xc2\x9d\x0f\xeb\ -\xcf\xa0\x6b\xc8\x79\x62\x94\x71\x79\x35\x5d\x8d\xe2\x2f\x68\x6c\ -\x96\x70\x3f\x1a\xe0\xfa\xb3\x68\x71\x89\xc9\x45\x2e\x4d\x90\xc8\ -\xd4\xec\xed\x43\x3c\xb9\xcc\xa2\xbc\xa1\xd2\x65\xda\xe4\x66\x05\ -\xa9\xf9\x4a\x34\xd6\x0f\xf8\xda\x38\xcf\x26\x91\xe0\x74\xd4\x8a\ -\xe9\x44\x7c\x4f\x35\x49\x08\xb4\x8b\x8b\xce\x68\x68\x96\xaa\x86\ -\x25\x2f\x38\xfc\xba\xb1\x7d\xa2\xe5\x05\x36\x37\xd4\x95\x40\xde\ -\x7d\xa6\x8f\xb7\xe2\x0b\x9a\x76\x42\x03\x2e\x31\xa7\x86\x25\xc3\ -\xca\x8b\x5d\xc1\xe4\x84\x2f\x50\xc1\xff\x3b\x11\x54\xdf\x37\xcc\ -\x85\xe3\x4f\xc7\xa1\xe4\xc1\x97\x52\x9d\xcc\xa8\x5a\xa1\x52\x01\ -\x0d\xb8\xe8\x63\xf8\x3e\xf1\x82\x19\x68\xd9\xa9\x5b\x49\xc7\xe2\ -\x46\x0b\x81\x62\x2b\x1b\xeb\x99\x31\x5d\xe4\x82\xab\xfd\x4c\xe9\ -\x7f\xe8\xa8\x02\x8c\x2b\xba\x13\xb1\xa0\x71\x2e\x59\x5c\xa9\x21\ -\xd0\xc2\xde\xc5\xc8\x0e\x4e\xc4\x3a\x01\xa5\xae\x3a\x50\x43\x2d\ -\xf8\x76\x4c\x24\x84\x2f\xd3\x67\x08\xfa\x30\x84\x96\xe0\x7b\x20\ -\xa8\x9e\x8d\x0c\xdf\x82\x97\x2b\x3d\x90\x8d\x32\x4a\xd5\x15\x09\ -\xb0\x00\x45\xd0\xb4\x20\x88\x74\x47\x87\xa3\xc9\x1e\x0d\xac\x39\ -\xf9\xf9\xbb\x51\x4b\x7d\x47\x64\x21\x28\xa1\xb5\x79\x01\xd4\xbd\ -\xca\x3e\xed\x40\x0d\x60\x4c\x50\xa2\x07\xae\x07\xa5\x07\xb2\x18\ -\x5a\xe8\xb4\xc6\x4b\x46\x9a\xe9\x6a\x50\xf6\x55\xab\x73\xd0\x59\ -\x90\xdb\xd3\x01\x86\x88\x4c\x88\x96\x07\xb3\x54\xb6\xd2\xaa\x20\ -\xb0\x25\x74\xba\xad\x30\xb9\x66\xa4\x74\x6a\x1c\xe7\x73\x9c\x4e\ -\x64\xa9\xda\xbb\x02\x5e\xb7\x70\x50\x2a\x4d\x55\x4c\x40\x80\x01\ -\xfc\xce\x60\x31\x11\x36\xdb\x94\xc4\x8b\x45\xf9\xa2\x79\x39\x9f\ -\x97\xc0\x77\x77\xb1\x49\xd7\xc9\xcf\x58\xad\xd6\x2f\xce\xbb\x72\ -\x8c\x52\xca\x5d\x80\x85\x16\xdb\x41\xab\x6a\x8b\x2d\x9c\xe7\x45\ -\x4e\xdf\xb9\xe5\xa6\xf5\x48\x10\x68\x94\x78\x6d\xaa\x32\xfc\x59\ -\x6d\x84\x38\x4e\xc4\xf0\xc4\x45\x3e\x74\x6a\x6c\xbf\x5b\x81\xb7\ -\x4a\x0f\x3b\x8a\x76\x29\x11\xd9\x9c\xda\xad\x9c\x02\x65\x26\xd5\ -\xa9\x37\xa7\x31\xad\x97\xd0\xc1\xfa\xb4\x22\xc3\xd2\x37\x9c\x66\ -\x28\x74\x3f\x83\xec\x1e\x51\x83\x8d\xee\xde\xea\x3f\x85\x03\xdb\ -\xdc\xd6\x49\x6a\xe4\xea\x7a\x67\x79\xad\x2e\x2b\x53\xb6\x5a\x1f\ -\xd4\x3d\xcb\xfd\x6e\xbb\xe5\x3a\x76\x8a\xec\xdc\x0b\xbb\x9d\xd9\ -\xb9\xdf\x6c\x6f\x72\x25\x50\x12\x20\x71\xbc\x6b\x73\xf3\xb8\xae\ -\x65\xa7\xbd\x4b\x09\x70\x8e\xc9\x15\xa7\x79\x10\xcb\x58\xc0\x76\ -\xa6\x54\x29\x8d\x53\xf5\x2a\xa3\xc8\x1b\xa4\x58\x97\x28\x5f\xa8\ -\x6e\x14\x80\x13\xb3\x94\x30\xdc\x75\x71\x0b\xc5\xc1\x38\xf0\xa9\ -\xa8\xc0\xf6\x58\xa2\x7d\xd6\x9f\x19\x15\x22\xc9\x4a\x8f\xba\xd0\ -\xee\x48\xde\x65\x12\x98\xc0\x35\x17\x0b\xf2\x7f\x0f\x37\x8e\x58\ -\x6e\xfb\x05\x6b\xed\xcf\x9c\xea\x74\xf3\x31\x08\x09\xce\x7c\x26\ -\x21\x5b\xd9\x01\x80\xef\x51\x31\x13\x07\x51\xaa\xd4\xce\xdf\x1b\ -\x2b\xf6\xf0\xf1\xe8\x37\x20\x2c\x86\x29\x42\xe1\xc9\xd8\x47\x06\ -\x8a\x98\x7b\xa6\x6a\x14\x05\x60\x2d\x73\x8c\xd5\x7f\x3f\x3a\x8d\ -\xc0\x3c\x03\x57\x7e\xc0\x65\xcd\x4a\x2e\xac\x73\xa4\x2c\x4b\x79\ -\xac\x14\xbe\xf7\x46\xdd\x79\x6c\xa3\x02\x2b\xc8\xba\xa8\xd9\x1a\ -\x52\x29\xa8\x57\xb3\x04\x1e\x68\x96\x94\xd1\xb4\x1b\x56\x90\x75\ -\xf2\xac\x17\x2f\xc7\x24\xa4\x52\x62\x12\xb1\x9e\x53\x8d\x58\x9c\ -\x48\x47\xe1\x5d\x73\x74\xf4\xd9\x62\xa7\x6b\x19\xdd\xd0\x29\x81\ -\x0c\xa0\xc5\x7f\x5c\xb4\xb6\x19\x8c\x6b\xce\xa6\xcb\xa9\x94\x46\ -\x2f\x3e\x36\xa4\x88\xb8\x5b\x63\x32\xe4\x18\xc2\xa9\x06\x94\xfa\ -\x37\x4a\x3d\x81\xba\x6d\xed\x53\x27\x63\xe6\x06\xdd\x75\x07\x9a\ -\x5d\x65\xa5\x50\xa0\x8d\xeb\xf3\x19\x71\xa3\xa5\x68\xc3\x51\x16\ -\x2a\x3b\x3a\x45\xed\xb0\x48\x5a\x9d\xf3\x95\x39\x97\xef\x25\xf3\ -\x2a\x45\x9f\x98\x05\x69\x09\x34\x14\x36\xf2\x1f\x75\x6a\x82\xb0\ -\x6b\x9f\xb8\xd9\x70\x9f\x3a\xa5\x55\xc6\xde\x12\xc8\x84\x5f\x72\ -\x1b\xad\xb8\xd8\x0c\x62\x4d\xe9\x0e\xda\x09\xe7\x04\x6c\xf0\x7a\ -\x31\x46\xe1\xb9\x7f\x22\x0b\xa5\x4d\x7b\x06\x5a\x59\x5a\x52\x77\ -\x2f\x8c\xff\x52\xcd\x36\x0a\x2a\x04\xc5\x7a\xd8\x51\x61\x7d\x36\ -\xd0\xac\x94\xdb\x04\xcc\xbf\x27\xbf\xd7\x70\x61\x30\x57\x38\x34\ -\x9d\x61\x04\xe7\x9a\x26\xd0\x8d\x18\xfc\x60\xe1\xc3\xbd\x92\x12\ -\xf4\x08\x5a\xd9\x82\x74\x4d\x2f\xb4\xa1\x2f\xf4\xd5\xda\x20\xe5\ -\x67\xb7\x80\x42\x82\x0b\x1a\x27\x4d\xc8\x5a\x2f\xe2\x2a\x9a\x6e\ -\x13\x09\x91\x08\xb7\xae\xa6\x12\x28\xd0\x04\xfe\x1b\x4e\xe0\x81\ -\x2c\x64\xd2\x2f\x41\x11\x3a\x4d\x58\x6a\xe3\x8b\xdd\x78\x26\x91\ -\x60\x38\xf8\xdf\x49\x2b\xf4\xe9\x59\xea\x07\x9b\x6e\x67\x41\xd2\ -\xa9\x3c\x8e\xa0\xd2\x13\xf1\xc6\x7d\x2f\xb4\xc9\xf2\x73\x96\x93\ -\xb5\x21\x99\x77\xd0\xc4\x6d\x80\x7d\xa2\x9c\x85\x99\xe6\xca\x40\ -\x04\xe4\x06\x18\x50\x16\x6e\x64\xff\x2c\x93\x26\x97\xb5\xff\x8d\ -\xfc\x8a\xe8\x99\x6d\x14\xc5\x1e\xc0\x8f\x35\xcd\x4a\x4d\x14\xcb\ -\x1a\x0a\xdb\x66\x73\x7a\xea\x6b\x6b\x19\x45\xb2\x73\xeb\x8f\xa9\ -\xa5\x67\xa8\x4c\x7d\x9f\x80\x22\xdd\x81\x36\x0f\x8d\x00\x64\x61\ -\x14\xe2\xd2\x76\xf6\x41\x50\x8d\x9c\x5e\x9b\x06\x43\x0c\x5f\xc3\ -\xb6\xed\x02\x16\x6b\xe4\x21\x4a\xc2\xf5\x17\xaa\x21\xfb\x16\x4a\ -\xcd\x58\x4c\xef\xd4\x86\x3c\xd6\x5a\x30\xd1\xd3\x18\x47\x6a\xa0\ -\xbd\xe5\x8a\xf9\xcf\x98\xeb\x7c\x37\x4d\x8e\x4c\xcd\x1c\x9a\x76\ -\xc3\xfe\xbe\x06\xa3\xd3\x95\x6a\x0a\x85\xf2\x77\x36\x8b\x72\x9d\ -\x18\x56\x33\x93\xd3\xc2\x9f\xcb\x7a\xe1\xc3\x64\x44\xc6\xfd\x7a\ -\x35\x4f\x92\x2c\x16\xe1\x62\xdf\xee\x85\x7b\xdd\x4b\x58\xec\xd4\ -\x3d\xbf\x2b\x6b\x32\xec\x1a\xe5\x42\x67\x3f\xd9\x26\xbb\x1b\x52\ -\x51\x36\xde\x0a\xc6\x3d\xcd\xbc\xe4\x30\xfb\x6b\x30\xe2\x9e\x00\ -\x00\x20\x00\x49\x44\x41\x54\x22\x69\x01\xb2\x22\x99\x45\xc6\xfc\ -\x5a\x00\x2c\x0d\xdd\x5f\xb1\xea\xe7\xa9\x4d\xaa\xe8\x39\x8e\xa9\ -\x3b\x99\x0e\x0d\xc2\xb0\xaa\x9f\x2a\x7b\xe8\x43\xd3\x08\xa7\xb2\ -\x04\xe2\x7c\x65\x29\x1a\xc6\x7b\x63\x91\xef\xed\xbb\x36\x31\xf4\ -\x49\xb7\x1a\xa0\x98\x26\x68\x73\x92\xd9\xa3\x36\x8e\x2b\x7b\xdf\ -\xe9\x7d\x6e\x0a\x93\x3f\xcb\xf2\x2c\xad\x30\x78\x18\x1a\x48\x07\ -\xef\x2e\xec\x0b\xbd\x4b\xfa\x7f\x67\xa3\xb9\xef\x9a\x0b\x39\x00\ -\x20\xff\x3c\x02\xa7\x31\x4d\x50\xe2\x8a\x99\x45\x78\x63\x4c\x13\ -\x89\x18\x5a\x50\x50\x19\xb5\xc6\x14\xd8\x9b\xd2\x8c\xc3\x07\x24\ -\x5c\xa3\x46\xee\x0d\x92\x03\xd3\x50\x1c\x6a\xfd\x9e\x9d\xff\x64\ -\x52\xe0\x98\xdc\xb3\x5c\xf5\xff\x4e\x33\x7d\xac\x91\x51\x3a\x2f\ -\x0e\xe6\x87\x51\x3d\x81\x0e\xf9\x4d\x93\xe2\x98\xc3\x76\x07\xd6\ -\x3c\xcb\xad\xae\x8d\xac\xa1\xb1\x4d\x45\x57\x63\x59\x78\xdd\xeb\ -\xa6\x4d\x15\x40\xc1\xf2\xef\x67\x3a\x6e\x41\x75\x85\x43\x54\x1b\ -\xdc\xd2\x0d\x23\xa9\xde\x72\x66\xac\x60\xb9\x3c\x32\xc1\x5e\xda\ -\x81\xe8\x0f\x7d\x33\xc0\x7f\x7e\x28\x69\x46\x96\x8d\x15\x97\xda\ -\xe8\x54\x89\xb2\xa9\x22\x22\xe0\x9a\xfd\x84\x70\x1d\x85\x9e\xa3\ -\xef\x93\xb2\x87\x22\xc5\x95\xcf\x2c\x2b\xf1\x29\x8d\x8d\x5e\x12\ -\x54\x85\x9b\x90\xb9\x3d\xc8\xda\x30\xee\xe2\x6f\x6f\x01\xdf\xe0\ -\x8e\x51\x1d\x15\xa2\x66\x4c\xa1\x63\xd6\xa7\x21\x6a\x19\x56\x59\ -\x72\xc5\x86\x00\xdc\x9b\x1b\x40\x84\x85\x6a\x4d\xc9\x23\xa4\x4e\ -\x8c\xa3\xea\x36\xb3\x38\x8a\xef\x6b\xb8\x9b\xf3\x6c\x6d\x2a\x52\ -\x6d\x69\x83\x4f\x8a\x25\xd9\x1b\x40\x73\x88\x26\x0a\x26\xda\x79\ -\x22\x11\xfc\x7f\xf9\x07\xcd\xe4\x83\x51\x60\x6f\x69\x94\x19\x17\ -\x79\x72\x59\x9f\xca\xa3\x7f\x61\x0b\xc3\x0f\xdc\x43\x8a\xd7\xd0\ -\x9a\x85\x6b\x9e\x65\xb3\xb9\x21\x05\x93\xd3\xea\xde\x14\x2a\x23\ -\x5c\x9c\x16\xc1\xec\x7c\x0b\x3d\xc7\xa8\x2a\x4d\xc8\xe9\x5b\xd6\ -\x28\x94\xab\xbc\xbb\xdd\xe8\x0e\x26\x3e\x66\x2a\xba\x38\x0c\xfa\ -\x61\xd3\xa0\x35\x14\x6e\x1c\x96\xb2\xb4\x38\x87\x92\x9b\xd2\x68\ -\xaf\xde\xa0\x72\xa1\xda\x50\xe3\xce\x4f\xd4\x54\xdd\x24\x3f\xa6\ -\x17\x5f\x29\x22\xc6\xd4\xc3\x81\x17\x24\x41\x03\xe5\xbc\x1c\xd9\ -\x45\xff\x32\xf4\x22\xb1\x39\x72\x52\x71\x68\x7b\x32\xff\xad\xaf\ -\xcf\x3e\xf9\xca\xa6\x7c\x85\x6d\xaf\x30\x02\x23\x07\x0d\x63\x2d\ -\x9d\xd8\x28\xfe\x2c\xc7\x54\x10\x8d\x6a\x6a\x65\xa4\x8a\xd8\x47\ -\x51\x47\x80\x36\x76\x87\x61\xfd\x6b\x5c\x73\xbc\x73\xfd\x23\x67\ -\xeb\xc1\x03\xba\xee\xce\x49\x70\xcd\x79\x89\x4b\x01\x55\x10\x25\ -\x8c\x65\x8e\xb1\x0b\x88\xf4\x25\xff\xce\x01\x2c\x7c\x9a\xde\x27\ -\x0b\x8e\x1a\x98\x08\xc7\x19\xe9\x94\x22\xa5\xba\x40\x2b\xee\x3d\ -\x34\xf5\x3c\x67\x25\x0a\xb0\xc3\xf1\xcd\x80\x80\xaa\x7d\x74\x4d\ -\x9c\xc7\x3d\xe4\x24\xb5\xa0\xc0\xc6\x66\x10\x32\x90\xaf\xe4\x48\ -\x55\xd7\xae\x68\x6c\x4b\x33\x99\xd6\xcf\x78\x66\xcd\x58\x33\xf0\ -\x75\x52\xd7\x0a\x12\x9d\x66\xee\x4b\xd1\x14\xec\x31\xbc\x53\xc5\ -\xae\xb4\xed\x11\xa0\x7c\x36\x6e\xfe\x2e\xc8\x2c\x94\xef\x9a\x2f\ -\x91\xb4\x11\xaf\x13\x23\xad\xf5\x6c\x82\x48\x85\xc6\x8a\x18\x79\ -\x33\x6e\xbc\x83\x34\x02\xc3\x65\x7e\x4e\xbe\xe6\xf4\xf4\xcf\xf3\ -\x65\xec\x04\xd3\x29\x8c\x92\x72\xc6\x1d\xa2\xad\x4e\x5c\x27\xc8\ -\x59\x3a\x76\xd3\x92\x25\x28\x68\x2c\x15\xcf\x57\x0a\xd4\x59\x8a\ -\xa9\x42\x7e\xdd\x63\x82\xc3\x7a\x39\xd4\x9f\x35\xf4\x83\xb8\x80\ -\x16\xc4\x04\xec\xf6\xb3\x57\xc3\x0e\x2c\x48\x7e\x9a\x56\x6c\x2b\ -\x74\x67\xd4\xc9\x1b\xf2\xf9\xa4\x7a\xd6\xe6\x07\x22\xe3\x28\x0c\ -\x47\xc4\x0b\x4d\x32\x53\xb1\x0d\x24\x91\x68\x65\xd3\xfa\x6c\x8a\ -\x98\x05\xe8\xe7\x19\x9f\xb9\xeb\xb7\x70\x4e\x88\x51\x2e\x77\xf3\ -\xa3\x00\xa7\xec\x0c\x73\xb7\x69\xa0\xb0\x9b\xe3\x8c\xfd\x3d\x4c\ -\xab\x16\x54\x1d\x1d\x34\x3a\x61\x67\x34\xd0\xa0\x9a\x52\xa3\x08\ -\x4f\x10\x48\xcd\x21\x76\x3c\x0f\xc9\x38\xc4\xd0\x56\xeb\xdf\x5d\ -\xd7\x3d\x88\x46\x35\xdd\x66\x1a\x41\xce\x56\xe1\xed\xf3\x69\x9d\ -\x50\x61\x07\x59\xd0\xbe\x9f\xbb\xd0\xf1\x25\xf6\xa5\x31\x49\xf0\ -\x16\xa8\x0b\xd1\x9c\xaa\xdb\x22\xe7\x7d\xed\x93\x12\xbf\x73\x28\ -\xdd\x27\xdb\xd7\x7f\x56\x9b\x8a\x7f\xa5\xca\x17\xc9\x8e\xd8\x73\ -\x27\xa9\xcd\x3e\x85\xd5\xb8\x4f\xc0\xf5\x40\xb5\x8c\x2f\x7a\x9a\ -\x7e\x2d\x6a\xd0\xe2\x45\x41\x72\xf4\xfc\x90\xee\xd9\x0c\x82\x19\ -\xf0\xcd\x9b\x2f\xe6\x35\xd9\x34\x3e\xa1\x4d\xdf\xed\x4c\xc2\x26\ -\xd9\x30\x16\x9d\x5b\x54\x21\x24\x05\xb9\xc2\x60\xae\x1b\x2c\xe6\ -\x5b\x52\xdc\x9d\xc1\xe2\x1d\xd8\xc2\xa0\xa3\x31\x2d\xcd\x62\x75\ -\x3e\xee\xd9\xb3\xd8\x18\x33\xfe\x6f\xfc\xbf\xff\xaf\xff\x53\x3c\ -\xc5\x7a\xad\x05\x60\xee\x5a\xeb\xe7\x31\x7a\x9a\xfe\x9e\x07\x6f\ -\x09\xb0\x51\xa5\x20\x8c\x23\x88\x08\x9e\xe7\x29\xf4\xa4\x42\x85\ -\xda\x9f\x0b\x2d\xa3\xf0\x71\x71\xc3\x2a\xa2\xe8\x79\x80\xbd\xfc\ -\x02\xd1\xb2\x1c\xa8\x27\x0a\x59\x54\x27\x47\xf8\x9f\x1d\xb2\xab\ -\x38\xc0\x40\x41\x7d\x3e\xfb\xd7\x0e\x50\x75\x00\xf9\xa1\xd5\xf8\ -\xc8\x9e\x84\xfe\x58\x83\xa3\xd9\x11\xda\x25\xb3\x8d\xb5\x09\x1f\ -\xd5\x2c\x79\xb2\x38\xf2\xb8\x04\xe5\x28\xc4\xfd\x67\xfe\x7c\x3e\ -\x49\xfb\x28\x69\xd7\xb5\xc9\x8c\x29\x9e\x21\x8f\xda\xc0\xac\x40\ -\x9d\x00\xcc\xf5\xde\x1d\x89\x8c\xa2\x49\xf8\xc0\xef\xe7\x9f\xd6\ -\x98\xb9\x63\x8c\x3b\x11\x6e\xfe\x93\x96\xef\xd8\x0b\x7d\x5d\xf6\ -\x6f\xbb\xa8\xa3\x98\xb0\x8d\xbc\xed\xb3\x65\x7e\xd2\x4a\x3a\x24\ -\x22\xfc\x02\x47\xf6\x90\x60\x22\xfd\x8b\x08\xc8\xb2\x04\x50\x54\ -\x6c\x5e\x13\xca\xf5\xdd\x33\xd0\xfa\x09\x13\x04\x6c\x34\x00\x6a\ -\x23\xe6\x1a\xf4\xe9\x5f\x07\x00\xe0\xf7\xfd\x9f\x3d\x7b\xb7\x5a\ -\xdf\x2d\xef\xc0\xe9\x08\xad\xe9\x65\x5b\x67\xc8\xc0\xf0\x1b\x17\ -\x27\xef\xdd\x9a\xa4\x79\x48\x3e\xcf\x13\x36\xc2\xfe\xce\x5f\xb1\ -\x86\xab\xba\x6d\x11\x69\xe6\x0b\x3e\xc0\xa2\xeb\xcf\xe9\x07\xfe\ -\x0e\xbd\x29\xd8\xef\x6f\x6b\x6a\x26\xba\xae\xeb\xa7\xbb\x53\x22\ -\x62\x50\x51\x19\xe4\x40\x68\xea\xff\xff\xfe\xfe\x51\x2a\x9b\xd1\ -\x57\x5b\x9e\x9a\x08\xfc\xd9\xff\x83\x85\x8f\x05\x0e\x3f\x9d\xae\ -\x44\x18\x81\xc9\x1e\x40\x39\x0b\xcb\x17\x3f\x96\xf3\xb6\x4a\x06\ -\xd3\x4e\x5a\xaf\x65\x6a\xa9\xad\x2c\xa9\xf6\xa1\x16\xd2\x31\xb9\ -\x59\x0d\xb9\x74\xaa\xc3\xe6\x7f\x34\x1b\x09\x57\x99\x5a\x41\x64\ -\xe6\x6c\x79\x73\x6d\xea\xeb\x57\x10\x20\x50\x26\xb5\xfc\xf7\xa0\ -\xcb\x2a\x80\x5d\xeb\x07\xb6\xfc\x66\x57\x21\xde\x80\x25\x7a\xb7\ -\xe2\xf2\x59\x6d\xea\xec\x7b\xee\x7d\xff\xb1\xaf\xbd\x3a\x45\xcc\ -\xa6\x4f\x9f\xf7\x0d\xa3\x85\xaa\x5f\xf2\x7f\x3e\xfc\x27\x32\xfb\ -\x1c\x8d\x7e\x3c\x2c\x52\x08\x5e\x4c\x6b\x63\x6f\x92\xea\xff\x36\ -\x6c\x78\x08\x62\x6f\x56\x6b\x71\x00\x80\x4d\x86\xca\x89\x83\x0d\ -\x75\x3a\x0e\x20\xf0\x6b\x7f\x67\x1d\x85\x70\x4c\xb3\x10\x95\xda\ -\x87\x4b\xc5\xe0\x41\xbd\x03\x90\xe0\xc8\x77\x6a\x8a\xe6\x94\x4c\ -\xcd\x04\x1d\x14\x3c\xa7\x59\x86\xc3\xa3\x60\xbb\xb0\x98\x37\x10\ -\x69\xf6\xdd\xa2\x9f\x76\x4e\xaa\x28\xbe\xeb\xc2\x2a\x3d\x4f\x01\ -\x81\x3f\xdd\xae\xf8\xda\x18\x9c\x8d\x83\x17\x9c\xdb\x3e\x9f\xdb\ -\x22\xfb\xd9\x14\xfb\x17\xff\xe4\x05\x0d\xc9\x80\xd0\xf3\xb3\xa0\ -\xf7\xcc\xcd\x64\x23\xf6\x4f\x31\xe7\x68\x74\xaf\xf2\xcc\xba\x36\ -\xb1\x4f\xaf\x22\xdf\xce\x7f\x66\x9b\x84\x07\x48\xc4\xbf\x76\x1f\ -\xd8\xdd\xc9\x3b\xbe\x8e\x30\xc2\xc6\xff\x85\x86\x87\xe8\x81\x87\ -\x56\xd3\x73\x7c\xde\xff\x27\xdc\x19\xc8\x42\x66\xb5\xf0\xd4\x73\ -\xed\x97\xbf\xe8\x1c\x3d\x48\x93\x38\x73\x6c\xca\x3b\xf6\x67\xf1\ -\x47\xfe\xd1\x73\xd2\x72\xfe\x16\x3d\xb6\x96\xf4\xe7\xfc\x95\x3f\ -\x26\xf4\x7f\xda\x24\xd9\xe9\x55\x1f\xe0\xd8\x2f\xb2\x39\x40\x32\ -\x30\x9a\x29\xcb\x6f\xec\x2f\x7d\x96\x0b\x10\x1e\xa0\xe7\x27\xef\ -\xac\x3d\x6d\xe5\xc5\x72\xd0\x34\x67\x53\x29\x70\xd3\xbc\x45\xbf\ -\xde\x0b\xbf\xed\x3e\x8c\x3b\x47\x39\xa9\x96\xe3\xb7\x23\x08\x3b\ -\x01\xd8\x0d\x00\x0c\xaf\xbc\x66\xfa\x63\x41\xb2\xf2\x1f\x05\xa4\ -\x91\x80\xf9\x85\x8d\x59\x63\xad\xf5\x53\xee\x08\x5b\x5b\xbb\x07\ -\xa7\x56\x83\x25\x85\xfd\x2d\xd7\x0a\x0a\xca\x5e\xa9\x91\x2c\x07\ -\x3d\xbf\x9e\x03\xcd\xac\xe2\xf2\xfb\x4c\x99\xeb\xb3\x77\xd2\xa4\ -\xc1\x35\x31\xf2\xd1\x7d\x0b\x0f\x00\x3c\x00\xf2\xd3\x8b\x68\xfc\ -\x7f\x62\xdc\xea\x7b\x2b\x7e\x3e\x3b\xd0\x6f\x0d\x5f\xd8\x6b\x5b\ -\x4e\x1e\x0f\x73\x83\x30\x33\x29\xae\x91\xd2\xf4\x7e\x6e\xaa\x70\ -\xba\x3a\xd6\xc9\x27\xef\xff\x45\x5c\x4e\x9c\xb1\x65\xad\xec\xfd\ -\x9d\xae\x5b\x1b\xc3\x1b\xa8\xa2\xba\xe6\xdf\x94\xe0\xdc\x4c\xd6\ -\xe0\x8d\xec\xbb\xf3\x19\x01\xbc\xef\x6b\x9f\x4b\x86\x69\x59\xe6\ -\xa8\x01\xa8\x7b\x63\x34\x0e\xde\x74\xc2\xbe\xc4\x8c\x40\xa3\xa3\ -\xef\xf7\x9f\x53\x8f\x54\xee\x9f\xdf\xfd\x46\x86\xd5\x22\x8a\xf8\ -\xa3\x94\x1c\xbc\xad\xe6\xcd\x90\x67\x7d\xaf\x9f\xfd\x96\xcf\x45\ -\x6e\x55\x1e\x7b\xd6\x25\x0c\xab\x64\x78\x39\xe3\x44\x84\x61\xcb\ -\x6b\xd3\xbe\x65\x0c\x20\x29\x12\x10\xbe\x04\xd8\xef\x83\x32\x0c\ -\x05\x70\x9f\x20\x27\xaf\x17\x48\x56\xd4\xff\x3a\x8d\x46\xd8\xfc\ -\x09\xfd\x20\x08\xe9\x79\xf1\xa8\xfd\x3a\x3e\x08\x8f\x87\x87\x61\ -\x38\xfe\xac\x08\xc7\x43\x40\x78\x9c\x93\x2f\xf9\xc0\xc5\xc6\xba\ -\xad\x18\xb4\x4c\x01\xb7\x8c\xf4\x0f\x17\x0d\x57\x43\x4c\xaa\x48\ -\xfd\x89\x83\x61\x0a\x74\x15\xb0\xfc\x3f\x80\x60\x69\x42\xb9\x15\ -\x78\x39\x51\x03\x58\xb8\xdb\xc6\x68\x1a\x18\x44\xf8\xa1\xff\x6a\ -\x51\x6b\x07\x25\x36\xf3\x87\xa5\x69\xe4\x42\x17\x11\xbd\x19\x40\ -\x70\x36\x55\x8d\x6a\x82\x5c\xa8\x41\x27\xba\x5e\x6d\xc0\xf5\xcf\ -\xdd\x9d\x6c\x2a\x0d\xd2\x46\x88\xe1\x1a\xa7\xdf\xeb\x29\x79\x5c\ -\xe6\x20\x6b\x08\x36\x23\x5f\xb9\xf1\x18\x82\x5d\x32\x43\x49\x0c\ -\x6e\xf7\xd4\xb3\x10\xde\x08\x3a\xd4\x75\x77\xb1\xe1\x2f\xda\x8e\ -\x80\x6b\xb1\x8d\x42\x8b\x40\xe8\xc8\xaf\xc8\x8d\x69\x42\xf7\x40\ -\xdc\x56\x39\xcc\xef\x9a\x9f\x69\x2b\xed\x61\xc3\x27\x9a\x2b\x41\ -\xb9\x3c\x0f\x64\x69\xc6\x0c\xba\xbe\x75\x6a\x96\x97\x26\x06\xa5\ -\x2a\xa6\x72\x93\xda\x10\x17\xd6\xba\x5a\xff\xd7\x89\x81\x1c\x9f\ -\x81\x5a\xf6\xc3\x6d\x94\x9d\x23\xe7\x7d\x4c\xa2\xe0\x5f\x72\x1d\ -\x26\x7a\x8e\x5f\x7e\x7f\xe1\xa3\xce\x95\x23\x71\x3c\x72\xb2\xbc\ -\x69\xe5\x3b\x22\xad\xd1\xd9\x6b\xb0\xa8\xa1\x81\x28\x48\x39\x39\ -\xa6\x62\x46\x02\xf2\xdd\xce\x35\x1b\xc5\x47\x2f\x85\x41\x61\x75\ -\x15\x8c\x37\x55\xf4\x17\x54\xfd\xa4\x45\x74\xb7\xd1\x10\x1d\xdb\ -\x24\xc6\xb9\xec\x0f\x3e\xa9\xe1\x2a\x7a\x16\xb4\x00\x61\x31\xc0\ -\xa1\x36\x55\x49\x33\xbb\x58\xeb\x07\x75\x37\xff\xec\xa2\xa7\xb2\ -\x7e\x43\x87\xe7\x56\xc4\x79\x31\xdf\xb3\x80\x9e\x95\x7b\xbd\x51\ -\x25\xc8\xdd\xa7\xac\x71\xf8\x4a\x97\x1d\x19\x58\x6d\x67\xd7\x4c\ -\xb3\x8c\x8c\xa8\x53\x9f\x2c\xb8\x2e\x7b\xf0\x98\xe4\xec\x58\x22\ -\x54\xe9\x89\x42\x5f\xa7\x21\x24\xc3\xd1\xd0\x1b\xe0\x38\xfb\x70\ -\x4c\xd9\xa6\xd6\xa0\x50\x70\x4b\x76\xda\x5c\x07\xdf\xfe\xa9\xc5\ -\xd4\xa1\x67\x83\x73\x3f\x05\xda\x5b\x75\xbe\x75\xed\xc8\xb7\xb5\ -\x79\x0f\x18\x3e\x0d\x5f\xc6\xdf\x27\x29\x0d\x0b\x84\x53\x6e\x84\ -\x98\x9a\xa3\x55\xb5\x05\xbf\x3a\x87\x79\xdc\x05\xf3\xd7\x67\xd2\ -\xa2\x4a\x2c\x42\xa0\x6a\x3d\xae\x93\xaa\x90\xf7\x52\x6b\x64\xb7\ -\x55\x0a\x0e\x04\xf8\xf4\xa9\xd2\x2d\x01\x28\xe8\x40\x4d\xa7\x84\ -\x79\x47\x3d\xe4\x7a\x6b\x0c\x85\xb2\x0a\xc8\x15\xf0\x5b\xf4\x93\ -\xba\xa7\x14\x37\x59\x61\xc7\x80\x72\xcb\x59\x4c\xaa\x10\x5d\x26\ -\x71\x61\xa2\x61\xb6\xf6\x95\x7a\x5d\x29\x82\x79\xa6\x2d\x40\xe1\ -\xd0\x5e\xc5\x1e\x07\xca\xb8\x0b\xcf\xd5\xf2\x7a\x22\x02\xba\x57\ -\x9e\x83\xe3\x7c\x64\xe6\x70\xb5\x95\xab\x2d\x39\x3a\x89\xed\xd4\ -\xf1\xfe\x65\xcd\xdf\x68\xdb\xf3\x6b\x77\xc9\x45\x7d\xe7\xdd\xa0\ -\x8a\xe0\xa7\x64\x23\x4d\xb3\x96\x0d\x84\x3f\xc5\x21\xba\x68\x9c\ -\xac\x90\x8e\x38\x13\x3e\x2b\x8f\x9a\x23\xf6\x9d\x2a\x5b\x28\xcc\ -\x25\xdb\x4e\xf5\xb9\x1c\x34\xd0\x79\x87\xa6\x85\x37\x15\x27\xde\ -\xaa\xc5\x97\x31\x51\x93\xaf\xac\x81\x46\x75\x2e\x01\xc9\x7a\xb6\ -\xfc\x5c\x9c\x40\xa5\x34\x01\x78\xa1\x91\x7f\x7b\xdf\x39\xd5\xf1\ -\x1c\x55\xb2\xe9\x5a\xc8\x0e\xd8\x6d\xef\x75\x7a\xb3\xaa\xeb\x60\ -\x3e\x59\x3b\x2b\x3b\xb8\xec\x6c\x16\x6f\xcc\x35\x67\x54\xb3\x9d\ -\xe8\xaa\x7f\x93\x2e\x1b\x68\x94\x4e\x75\x15\x5f\x16\x08\x2e\xe5\ -\xfb\x6c\x49\x37\x60\x34\x77\xde\xa9\x3d\x4f\xbb\x76\x2a\xec\x92\ -\x92\x51\x99\x3c\xf8\x63\xad\xf7\x1c\xc9\x3a\x7d\x93\xa0\xac\x62\ -\xd0\x33\xad\x1f\x12\xea\x91\x2b\x06\x34\x6f\xd3\x70\x67\x4e\xa3\ -\xd9\xad\xcb\xe0\x8c\xe2\x4e\xc3\x02\x16\x81\x45\xc9\xc7\x0d\x2a\ -\x55\x19\x61\x07\x7f\x91\x8b\x95\x2b\x03\xe0\x92\x88\x3d\xc2\xa2\ -\x61\x88\x82\x00\xe9\x1e\x08\x86\x9d\xfa\xa6\x62\x52\xd7\x1d\xb1\ -\xd9\x2e\xe7\x42\x5b\xb0\x4a\x46\x10\x86\x23\x3c\x78\x51\x0b\x1f\ -\x7f\xe2\x21\xc6\xd3\x82\x37\x85\xaf\x21\x05\xf5\x2e\x36\x34\x06\ -\x36\xc2\x07\x3c\x6d\x73\x85\x32\x0c\x19\xe0\x6a\x65\xd9\x8b\x66\ -\x0a\x4e\x67\x2f\x78\x17\x20\x59\x6a\x34\x42\x7b\x69\x55\x95\xe0\ -\xd4\xc1\x2e\x5e\xbd\x89\xd7\x0d\xf9\xb2\x89\x95\x5f\x1c\x59\x9c\ -\x35\xb6\xeb\xb1\xe0\xe3\x72\xb1\xaf\xff\x58\x63\x40\x36\x21\x8c\ -\x82\x88\xd2\x02\x24\xec\x37\x0b\xcd\x28\x85\xac\xba\xa1\xdf\x31\ -\x8d\x4c\x44\xe4\xcd\xe9\xa6\x19\x04\xa4\xe5\x2b\x37\xdd\x5c\x6e\ -\x7c\xcf\x53\x1b\x7a\x14\x80\x51\x40\x6e\x60\xee\x2e\x97\x80\xbd\ -\x09\x65\xb7\x53\x25\xba\x5e\x38\x84\x67\xe1\x90\xa8\x21\x95\x2c\ -\x90\x74\x96\x01\x74\x04\x13\x9a\x1e\xc1\xa7\x64\x58\xe8\x49\xa7\ -\x6b\x62\x07\x2c\xf4\x71\x12\x7c\xb3\x98\xfd\x76\x01\xca\xed\x79\ -\x4b\x0f\x88\x65\xe6\xd0\xae\xd5\x10\xc5\x99\x23\x53\x0b\xfb\x48\ -\x79\x0f\x26\x5b\x9f\x72\xf9\xcf\x28\x47\x73\x06\x57\xaa\xc4\x74\ -\x42\x4c\x4a\x48\xbd\x50\x0d\xa5\x76\xbb\x7f\xa7\x2c\xa2\x4d\x44\ -\x6f\x45\x9d\x7f\x2f\xea\xa8\xe1\x44\x26\xb1\x14\x3a\xe7\xfb\x3d\ -\x9f\x6b\x24\x60\x90\x68\x9a\x3b\xfe\x9c\x94\x40\x4c\x73\x95\x9a\ -\x29\x77\x52\x7a\x29\xcc\x25\x8e\xc3\x1f\xd7\x57\x1d\x52\xa3\xe9\ -\x80\xa4\x8b\x52\xb1\x79\x26\xd3\x45\x09\xdf\x8c\x30\x4a\x53\x22\ -\x6b\x50\x30\x7b\x51\xa8\x56\xce\x74\x2d\x5e\x26\x03\xa1\x4d\xee\ -\x05\xfe\xda\xb4\xa4\x76\x61\xb5\x33\x75\xb2\x1e\x00\x7b\x8e\x9f\ -\x23\xad\x5c\x6c\x80\xf1\xd8\xa3\xa5\x40\x6f\x7a\x08\x69\x54\x17\ -\xb9\xac\xed\x89\x0f\x44\x1c\x43\x34\x3a\x62\xf6\xdc\xba\xf7\x5f\ -\xae\x40\x07\x0d\x3a\x1d\x36\xea\x0a\xd4\xfb\x27\x80\x91\xd1\x40\ -\xc9\xb4\xc1\x96\x8b\x46\x56\xba\xc9\x04\xf0\xa1\x85\x70\x67\x4c\ -\x5a\xeb\x0c\xfd\x8c\x60\x40\x6c\x1a\xfe\x69\xc4\xa3\xf4\x70\x2c\ -\xd1\x24\x15\x28\xab\x9a\x9f\x3e\xed\x09\x1d\x5e\xd1\x1a\x51\x4c\ -\x10\xb3\x61\x57\xe3\x48\x33\x05\xa0\xd5\x9a\x55\x71\x7d\xae\x65\ -\x67\xde\x74\x4a\x6e\x94\x09\xa8\xf7\x8c\x1f\x77\x7a\x36\xe8\x7d\ -\xb9\x8b\xcd\xb9\x4e\x7d\xc9\xac\xac\x57\x9c\xdb\x7d\x7f\x18\x3d\ -\xb4\xec\xab\x83\xfe\x5b\x40\xb9\xc8\xf0\x29\x86\x44\x6e\x04\xe0\ -\xee\xac\x52\xa2\x3b\xa0\x80\x77\x62\x59\x3b\x50\xb4\x64\x18\xc0\ -\xa8\x46\x3e\xf0\x2d\x2a\x02\x11\x04\x8d\x02\xcd\xbb\xd1\x4a\x6b\ -\xbe\xd3\x55\x22\x63\xb5\x45\x10\x08\xe5\xf3\xaf\x00\xc3\xad\x29\ -\x4b\x2a\xb6\x35\xed\x44\x4d\x4f\x1d\xda\x53\xc2\x92\x2b\x05\xc0\ -\xe1\xaf\x8e\x8d\xfa\xe8\x7f\xc7\xa2\x57\x8b\x96\xf8\xd4\x60\xa5\ -\x9e\x36\x5d\x02\xbf\xb5\x89\x0e\x78\x06\x55\xcf\x8d\x41\x2e\xd3\ -\xa1\xdb\x19\x87\xc5\xa6\x3d\xf7\xb1\x04\xdd\xf2\x96\xc9\x76\x80\ -\x93\xd5\xbd\x0f\x3f\x8d\x5d\xb2\xd6\xcf\x68\xe6\xa6\xc1\x17\x5d\ -\x26\x86\x39\x19\x8c\x33\xec\xcb\x44\x5e\x4d\x53\x25\x72\x3c\x23\ -\x63\x6a\x18\x89\x5c\xf5\xcf\xb6\xff\xc0\x1a\x58\xb7\x87\x0a\x56\ -\x00\x32\x90\x7c\x40\xf0\xbe\x5e\x28\x24\x3e\xd8\x75\x84\x25\xfb\ -\x76\x6f\x49\x3f\x83\xe6\x96\xe9\xa6\x27\x78\xd4\x3e\x3d\x60\x5b\ -\x02\x80\x6b\xc6\x4f\x6e\x77\xcf\x72\x6d\x9a\xef\x7a\xef\x03\xaa\ -\x03\x82\x9f\xe6\x3c\x18\x5f\x63\x99\xe6\x2e\xea\xd7\x94\x26\x22\ -\x02\x3c\xde\x9d\x62\x45\x2e\xb9\x82\x88\x6b\x4c\x27\x56\x08\x01\ -\x49\xf2\xa2\xa8\xa6\x09\x54\x72\x26\x3a\x72\x58\x46\xd8\x38\x3b\ -\xfb\x7c\xc0\x85\x10\x94\x76\xa4\x84\xe1\x46\x26\x75\xdc\x59\x04\ -\xf2\x9c\x96\x32\x99\x73\x02\xff\x35\xbd\x4b\x66\x49\x68\xd0\xa8\ -\x1e\xfa\xab\x04\xcc\x79\x48\x71\x9d\x68\x90\x5b\x8c\x17\x1b\x53\ -\x6f\xc8\x50\x04\x18\xdf\x6b\x63\xa5\xc5\x19\x45\xe6\x92\x8a\x3a\ -\xa9\xa5\x3d\xbb\x85\x39\xe2\x03\x60\x5f\x07\x4c\xe6\x18\x5c\x73\ -\xcb\x0b\x43\x18\xee\x39\xc6\xa1\x96\xc3\xbe\xb4\x4f\xac\x70\xd0\ -\x87\xea\x61\x30\xa9\x4d\x07\x62\x3a\x8c\x2f\xda\xdf\x2b\x53\x29\ -\x64\x51\x7d\x8a\xeb\x1a\x9c\xae\x63\x45\x12\x17\x8a\xc2\x2c\x6c\ -\xc1\x93\xe5\x97\xd2\x4c\xb6\xac\x2c\x6c\x59\xcc\x10\x41\xee\x88\ -\x31\x26\x4a\x39\x3f\xd7\x8d\x67\x8c\x6e\x2e\x51\x56\x74\x98\x80\ -\x1c\x01\xc6\xdf\x8f\x6a\xa8\x17\xb2\xd0\x51\x04\x35\xed\x84\x19\ -\x39\x08\x70\x4c\x31\xf2\xe7\xa0\x38\x64\x6e\xcd\x46\xe8\x0b\xd1\ -\xde\x35\xfb\xd7\xdd\x80\xdb\x9a\xfe\x45\x57\x0a\x42\xcb\x1b\x03\ -\x0a\xcd\xc1\x0d\xb1\x8c\x10\xd1\xc8\xc7\xda\x63\xcf\xfe\xa5\x99\ -\x93\x2e\x5c\xe6\x92\x6b\xa7\x05\x8e\x96\xfe\xe4\xf9\x74\xea\xa1\ -\xa5\x07\xf4\xaa\x08\x17\x7e\xb5\x42\xad\xc5\x67\x5e\xc8\xd4\x10\ -\x65\xa5\x1d\x60\xa3\xf1\xe8\xf6\xa1\x96\x87\x52\xcd\x5b\xea\x44\ -\x94\x9a\x8b\x25\x35\x4a\x45\xa7\xa8\xa5\xa3\x17\x5a\x93\x5c\x4d\ -\x2b\x00\xc7\x54\xad\x04\x26\x93\xf4\x2b\x42\xcf\x3c\xea\xf4\xe7\ -\xea\xf8\x45\x58\x02\x98\xa1\xe5\xe0\x25\xcf\x3d\x75\x78\xe9\x06\ -\x9a\xa8\xe2\x92\xe2\xd8\x14\x07\x2c\x8d\x4b\x95\x42\xcf\xd8\xab\ -\x7a\x9d\xca\x25\x95\x0b\x9a\x23\xa9\x3f\x93\x99\xb9\xe3\xe7\x28\ -\x21\x82\x6c\x38\x29\x81\x7f\x99\x52\x4d\x37\x32\x0f\x62\xd7\x50\ -\x56\xce\xa0\x75\x73\x98\xd5\xe9\xe2\x1e\xa1\xe4\x25\xfc\x55\x5e\ -\x9b\xe4\xa4\x51\x8c\x80\x00\x23\x85\xbb\xf8\xbf\x9b\x59\xd1\xd7\ -\x89\x0c\x99\xd6\xa2\x05\x1b\x23\x84\xb3\xa8\x8b\xac\xff\x0d\x14\ -\x49\x90\xad\x7f\x98\x5d\xe8\xc9\x95\xae\xd9\x48\x01\xd1\x5f\xc8\ -\x60\x1b\x98\x55\xbe\xb9\x67\x69\x51\xf3\xb4\xe2\x83\x98\x32\xe2\ -\x02\x2b\x15\x2a\x9d\x47\xb5\xb9\xe6\xb8\xf7\x83\x6e\xcf\x02\xff\ -\xf6\xe8\xbe\xd1\x2f\x7b\xd8\x7d\xd7\x1c\xde\xa6\x43\x75\x92\xe1\ -\xae\x79\x62\xfa\x17\x36\x31\x84\xc8\x19\x2f\x50\xb3\x00\xc5\x02\ -\x9f\x15\x70\x50\xc7\x60\x5a\xff\x31\x1a\x67\x40\x83\xe9\x30\x07\ -\xa5\x31\xf0\x3b\xd2\xa7\xda\x90\x66\x03\x38\x40\x0b\x67\xa9\x68\ -\xb8\xb7\x86\x0d\x2b\x65\xac\x58\x46\xd7\x1c\x1a\x28\x82\x79\x2a\ -\x3a\x0d\x7c\xe0\x27\x9c\x92\x31\x9a\x58\x1e\x75\x48\x86\xd5\x57\ -\x6a\xd2\x68\x0c\x04\x0f\x9d\xf9\xdf\x8b\xea\xbb\x66\xb0\x36\x11\ -\x88\x08\xbc\x9d\xda\x3d\x27\x5a\x09\x82\x2a\xd8\x66\x6e\xbe\x45\ -\xbb\x4d\xf1\x2a\x65\x38\x1a\x96\x8d\x24\x37\xba\xae\xee\x29\x29\ -\x4d\x3a\x5f\xa6\x55\xd3\x50\x4b\x10\xbe\x06\xdd\xde\xea\x0b\x2f\ -\xf0\x75\xdd\x29\xc5\x53\x73\x59\xc1\x74\x6f\x02\x7b\xf3\xa8\xf9\ -\xf0\x5f\x9f\xe7\x4d\xef\x57\xcd\x3a\x26\x15\x7b\x82\xf4\x7a\x26\ -\x50\x4c\x56\x9b\x45\x7c\x75\xc9\x13\xf7\xc8\x1d\xe0\x52\x68\xd2\ -\x47\x90\x35\xe2\xb5\x96\xc1\xab\x19\x86\xbd\x43\x78\x82\xee\xf7\ -\x8d\x12\xc9\x5c\xb5\x93\xdc\x74\xfb\xbd\xf6\xda\x71\xd7\x06\x23\ -\x08\x69\x44\xda\x24\x78\xaf\x19\xa5\xf6\x9c\xe8\xd4\x65\xce\x72\ -\x82\x4d\xbf\xdb\xdf\x2f\x55\xfa\x8d\x3a\x14\xb2\x14\xbd\x18\x95\ -\x6e\x64\x1f\xae\xd3\xcb\x3c\x44\xe7\x9b\x7e\x74\xdc\x56\xee\x5c\ -\x94\x2e\xd2\x8a\x8d\x34\x2c\xa7\x21\xb3\x48\xb0\x40\x4a\x5e\x6b\ -\x89\x09\xf9\xd5\x71\xab\xf8\xc9\x13\x59\x43\x62\x74\x17\xe3\x87\ -\xfa\xe1\x2a\x36\x01\x88\x8b\x9f\xfe\xa3\x82\x66\x2b\x88\x05\xa5\ -\xa5\xb4\x93\x6b\x27\x10\x42\x20\xd9\xc5\xc5\xe3\xe5\x61\x71\x04\ -\xa3\xea\x8a\x83\x47\xae\x48\x20\x54\x97\xa0\x3a\x63\x5d\x7f\xa5\ -\x71\xd5\xcc\x81\x99\x40\x3f\x9b\x21\x65\x4a\xd9\x62\x03\x6c\x22\ -\x49\x3d\xe4\xd3\x22\xd7\xed\x60\xbf\x8d\xf3\xbb\x73\x9d\x21\x49\ -\x4e\x7f\xb3\xe0\xdb\xff\x3f\xff\x48\x6c\x53\x45\xb7\x83\x0a\x52\ -\x43\x8d\xfd\x73\x2c\x8a\xa6\x2a\x36\xd5\x47\x75\x6c\xb7\x71\xb2\ -\x08\x01\xf3\xaf\x65\x1b\x64\xb1\xc9\xf0\x84\xb5\xe9\x5a\xcf\xf9\ -\x7c\x21\x0b\x4c\xcd\x61\xd0\xcd\xb7\x0d\x7d\x6b\x88\x5a\xbd\x40\ -\xf0\xdf\x27\x00\xdf\x46\xec\x93\xdb\x5c\x0b\x6f\xb9\xa1\x5d\x08\ -\x8d\xfa\x45\xee\x40\x86\x69\x1f\xec\x8d\x3b\x5d\x4c\x3e\xf2\xe0\ -\xa1\x2b\x45\x30\x7e\x6d\x19\x1b\x50\xa6\x0d\x20\x26\x7a\x65\xf9\ -\xeb\x21\x8f\x38\x28\x8a\x46\xd0\xc1\xbf\x14\x96\x2d\x1c\x36\xce\ -\x0b\xb6\x0b\x70\xdb\x61\x4f\x71\xe9\xb7\x81\x62\x75\x2d\x4c\xb0\ -\xf5\xaf\x45\x99\x0c\x3b\xfe\x84\x1e\xf0\xc8\x0e\x92\x8b\x41\xc4\ -\xff\x4b\xd9\x9b\x25\x49\x96\xe3\x5a\x82\x00\x48\xf3\x7c\x5b\xee\ -\xc5\xd5\x46\x6a\x1b\x5d\xaf\x5f\xba\xe9\x25\xd0\x1f\x98\x49\x5e\ -\x8d\xac\x14\x49\x89\x08\x77\x1b\x54\xaf\x72\x00\x0e\xce\x90\xe6\ -\x00\x58\xe8\xc6\x2e\xde\x7f\x82\xaa\xa9\x45\xed\x28\x3a\xc5\xa5\ -\xef\xe2\xb2\x66\xb8\x3a\x16\xe0\x1e\x20\x2c\xe5\xaf\xf2\xb5\x93\ -\x3f\x1f\xec\x93\x2b\x10\x2a\xbc\x73\x89\xa9\x13\x82\x00\xf2\xb0\ -\x4b\xfc\xcc\xa2\xf2\x02\xb8\xca\x03\x64\xa3\xdf\xa2\x19\x6f\xd0\ -\x36\xc9\x4d\x0d\x1d\x80\x3c\x25\x68\x51\xee\x6b\x24\xa9\xda\x5d\ -\xe7\xe7\x1c\xc6\xaa\x39\x41\xa4\xc6\x07\xc6\xe1\xa8\x65\xb1\xab\ -\x2e\xba\x21\xe6\xba\x9e\xf9\xb2\x27\x8d\xa2\x19\xf7\x13\xdb\x79\ -\x68\x85\xaf\xe9\x69\xa0\xb8\x55\xc2\x16\x89\x00\x61\x19\x2c\xfd\ -\xbe\x42\x0a\xad\xe2\xf9\xc6\x39\x26\x68\x7d\x4a\x94\xd3\x70\xa7\ -\x82\x27\x58\x55\x6c\x75\x2b\x35\xd4\xa9\x7a\xa5\xb9\xf4\xad\x71\ -\x9c\xd7\x47\x81\x32\xbe\x16\xbc\xf5\x6c\xe0\xd0\xb8\x76\xf3\x1d\ -\xd7\xc3\x81\x3d\xcb\x08\xf7\x26\xb3\xb7\x97\xbc\x13\xf7\x02\x1a\ -\xbc\x70\x2f\xd6\xfa\x7e\xd6\x10\xce\xd7\xd7\xe3\x54\x24\x1c\x68\ -\x86\x13\x10\x94\xef\xb8\xeb\x63\xad\x17\x0d\x29\x6c\xcf\x82\x36\ -\xe7\x30\xac\xe8\x84\xb1\x64\x00\x80\x71\xe9\xcf\x40\x0d\x0d\xd6\ -\xb3\x66\x82\x84\x85\xb9\x07\xb2\x22\x88\xd1\xea\x54\xc3\xc9\x16\ -\xa9\x82\x05\x24\x21\x60\x78\xd4\xfc\x01\xf6\xe8\x00\x6b\xae\xaa\ -\x2e\x68\x6b\x38\x8e\xfb\x23\xa4\x00\xe3\x12\xad\x81\x19\x44\x1c\ -\x8d\xd9\x0c\xe6\x46\x16\x70\x65\x0f\x4b\x31\xf0\x80\x4f\x03\x2e\ -\xd1\x42\xa0\xc5\x5c\x59\x93\xc6\x9e\x8d\x78\x8b\xf2\xf8\xd2\x68\ -\xbd\xd5\x34\xad\x39\xde\xf2\x2b\x89\x54\xcf\xce\x54\xf6\x0b\xae\ -\x98\xa4\x01\xb0\x6a\xea\x63\xbf\x3b\x60\xcd\x49\xd7\x6c\x40\xc6\ -\x4a\x16\x05\x52\x9f\x1c\x61\xc6\x09\x84\x7d\x52\x63\x5b\x08\xc0\ -\x8b\x36\x2c\x69\xb2\xb7\xc9\xf0\xe9\x20\xbd\x1b\xb1\x89\x3c\xd7\ -\x7b\xfb\x00\x2e\x89\x73\xea\x0e\x37\x17\x3c\xde\x18\x2a\xd8\xe2\ -\x58\xaa\xf9\xce\xb5\xce\x6b\x4d\x95\x36\x98\x55\x8b\x24\xd0\x83\ -\xca\xd3\xc1\x95\xc3\xc0\xeb\x26\x47\xb8\xd2\x2a\x2f\x75\x84\xee\ -\x39\xd3\x48\xd2\x16\x7a\x0f\x25\x97\x51\x1c\xb0\x19\xa1\xdb\xee\ -\x9a\x38\x28\xcd\x94\x69\x3e\xcb\x18\xe8\xad\xd6\xbd\x49\x61\xfe\ -\x79\x0a\x59\x5d\x7d\xe9\xa8\xad\x6c\x48\xe7\x97\x7d\x09\x01\x31\ -\x2d\x55\x05\x61\xc5\xc0\x5b\x50\x86\x1e\xdb\xfc\x67\x46\xc7\xe6\ -\x81\x70\x82\x1b\x6d\x3d\xdd\xc0\x2a\x97\xbf\x66\xdf\xf0\x3e\x51\ -\x00\x28\x0e\x6b\x91\x22\xdc\x68\x3f\xde\x0c\x91\x23\x31\x1e\x90\ -\xeb\x07\x5e\x56\xda\x31\x69\x00\xd3\x1e\x78\x71\x83\x64\x4e\x20\ -\xb4\xb9\x4b\x45\x76\x85\x51\x53\x3c\xac\xb1\x8d\x6f\x8d\x83\x4e\ -\x77\x3a\x48\xd4\xa8\xb2\xca\x54\x8c\x37\xe7\x1a\x36\xc4\x52\xe2\ -\xa0\xad\x56\xbb\x18\x8e\x62\xa9\x2f\x38\x0e\x5f\x11\x58\xe9\x9d\ -\x5e\xe8\x2b\xd0\xb5\x39\xe8\x4e\x2e\xf4\x9f\xe5\x05\x94\x6c\x98\ -\xa6\x11\x21\x04\x58\xb2\x2d\x44\x2e\x6e\x51\x99\xaf\xe3\xbc\xfb\ -\x44\x7a\x24\xec\x85\x23\xb7\xac\x1e\xe8\x05\xc1\x6b\xcd\xa5\xb9\ -\x16\x06\xed\xd5\x39\xf6\x52\x68\x00\x2c\xc1\x4f\x45\xb7\x3d\x15\ -\x7a\xe5\xc7\x36\xed\x01\xa5\x65\x37\xe0\x68\x4e\x8f\x35\x0f\xfd\ -\x16\xc8\xf9\x3a\xc2\xb7\x83\x89\x1a\xa2\x43\x1b\xd8\x80\xc9\xf3\ -\x35\x53\x0c\x0f\xcc\x65\x72\x70\x82\x9b\x8e\xa0\xd2\x6e\xf7\xdf\ -\x59\x29\x6b\xe7\xa1\x81\x61\x1d\xea\x6b\x58\x85\xfd\xf4\x95\xb6\ -\x91\x74\x8b\x17\x94\x0e\x8b\xee\x30\xc2\xb3\x73\x82\x9c\x99\x54\ -\x54\x28\x1b\x4e\x0f\xc3\xe6\x46\xe6\x74\xc2\x9a\x68\x4e\x84\x46\ -\xaf\xcd\x76\x22\x3f\x3b\x79\xbd\x94\xe2\x6d\x58\x8e\x59\x98\x89\ -\x00\x34\x4d\xd0\x55\x74\x4d\x64\x02\xf7\x2c\x36\xfb\x9e\xa8\xda\ -\x9b\xf2\x8c\x04\x9a\xd5\xb0\x70\xd5\xe3\x15\xc3\x86\x9a\xa9\xe3\ -\x62\xed\xdb\xa5\x23\x00\xcb\xdb\x24\x39\x11\xbd\x5b\xc3\xcf\x50\ -\xed\xc6\x3b\x95\x15\x9c\x82\x58\x26\x9e\xab\xe6\x63\xf1\xb9\x16\ -\xe4\x00\x08\x46\x29\x58\xac\x68\x8c\xb3\x5f\x9a\x16\x4c\x36\x0d\ -\x20\x1a\xfd\x31\xdd\x4a\x21\x73\x92\x0e\x60\xa1\x6a\x3e\xb7\x33\ -\x86\x6c\x12\x0f\xfb\xb4\x08\x8f\xe9\x51\x35\x9d\x89\xec\xa5\xc8\ -\x69\xba\x34\x17\x1b\x1a\x8c\x35\x38\xdc\x0b\x11\xaf\xdf\x2c\x1c\ -\xdc\x9b\x04\x44\xb9\x16\x47\x22\x0f\xb8\x43\x6c\x07\x5a\xd6\xe6\ -\x10\x75\xae\xe3\x6a\x26\x83\xe6\x60\x56\x1b\xa1\x00\x10\x65\x9f\ -\x2a\xa7\x2e\xe5\x15\x28\x3a\xce\x7a\x08\xe3\x03\x6c\x13\x59\x29\ -\xac\x10\x77\x97\xb3\xa2\x8f\x7b\xf8\x76\x1a\x08\xb1\x99\x02\x70\ -\x46\x8c\x35\xca\xa2\x87\xee\xde\xdd\xd0\xb0\x34\x4a\xe7\xf9\x54\ -\x1a\xd5\x17\x84\xbc\xa2\xce\xde\x08\x63\x19\x64\xf8\xbe\x61\xd9\ -\xe8\x8f\x0e\xfe\xc2\x8c\x46\x0a\x8b\xe6\x3a\x27\x72\x79\x9e\x29\ -\xe9\x20\xef\x1f\xa9\x56\xf0\x3e\x15\xf1\xfa\x04\x6a\x46\xa1\xd1\ -\xfd\x4a\x56\x61\x7b\x16\x3e\x26\xb1\x09\x3d\x11\x1e\x34\x7c\xcf\ -\x95\x03\x9f\x88\xa3\x51\x78\xcb\xda\x70\xed\x5e\x35\x60\x51\xbd\ -\xb8\x6c\x11\x33\x4e\x1d\xa3\x4b\xa1\x8c\xaf\xd3\x9a\xb7\xa2\xf9\ -\x3f\xd5\x61\x7d\x9b\xc2\xba\x29\x49\x00\x89\x80\x69\xcf\xaf\x5a\ -\x80\xb8\x6b\x6b\x7e\x5b\x9c\x49\xd8\xa7\x06\xed\xac\x61\x6c\x67\ -\x40\x65\xab\x50\x17\xf4\xe4\x5d\xb7\x39\xb2\x52\x1c\xf1\x78\x89\ -\x6d\x80\xaa\xa0\x3b\x6b\x29\x7e\x62\x1d\xbd\x69\x78\x99\x9f\x46\ -\x95\x3e\xcc\x2b\x6c\x6a\x24\x42\xa1\xa3\xcb\xd7\xe8\x01\xc1\xb7\ -\xcf\x19\x9a\x64\xc3\x9b\xaa\xa6\x6f\x73\xe7\x53\x82\xd6\xc4\x0d\ -\x44\xbd\x2b\x08\x00\x1e\xb6\x1c\x52\x6c\x94\xf2\x6a\x23\xfe\x66\ -\xc4\x71\x38\x65\x4a\x82\x18\x78\x4c\xa6\xd3\x6c\xa7\x3d\xab\x91\ -\xd9\xa0\xe8\xf6\xf6\xae\x67\xb2\xc1\x8b\x02\x68\x05\x40\x96\xf2\ -\xba\xcc\x96\xf0\x76\x07\xef\x11\x0d\x35\x8f\xb1\x82\x00\x75\x9a\ -\x15\xcf\x3b\xf6\xdb\xc8\x0c\xb3\xa0\x40\x43\x1b\x9c\x98\x85\x83\ -\x9e\x07\xa0\xe7\xc2\xac\x07\xbf\x6f\x66\x46\x80\x1f\x17\xad\x0b\ -\x00\x09\x1b\x65\x0d\xc3\x8d\x4b\xb3\x93\x36\x3e\x65\x88\xdd\xd6\ -\x55\x73\xd4\x69\x0f\xdb\xc5\xef\x58\x34\x51\x1c\x60\x00\x00\xcf\ -\xe2\x96\x9d\xa3\xa8\x5b\x6e\x9c\x9a\x7e\xe1\x41\xb2\x3d\xe1\x5c\ -\xe2\x92\xc2\xe2\xf4\x16\x8d\x1f\x7c\xec\x92\xd8\xc2\x26\xb9\x3b\ -\xfe\x69\xaa\x3d\x41\xa5\x70\xba\xb8\x72\xa7\xb9\x35\x57\x2e\xbb\ -\xc5\xc5\x9e\x2b\x7b\xb8\xb2\xf3\x32\xe5\xe9\x56\x98\xc5\x2a\xb6\ -\x2e\x66\x2c\x7c\xf3\xfc\x45\xab\x67\x1a\x5c\xc6\xf6\x44\xdd\x5a\ -\xd2\xe9\x48\xfe\x9a\x09\xe5\xaa\x7b\x91\x4d\x1c\x9e\x60\x76\x8e\ -\x6b\xaf\x2e\x83\x9e\xad\xb0\x72\xc1\x32\x2f\x58\x6b\x75\xb4\xc8\ -\x9b\x8c\xd2\x28\x86\x8e\xc6\x7f\x16\x49\xb8\x5e\xed\x19\x1c\xb5\ -\x89\xf7\x67\xa6\x3f\xb3\x8f\x92\xf5\xf0\xdb\x0a\x71\xa3\x29\xb2\ -\xbc\xe8\x5b\xe2\x52\xdc\xd7\x6f\xda\xa4\x07\xd5\xca\x02\xe2\xc4\ -\xc2\x1e\x95\x8e\x22\x5a\x10\x47\x73\x05\xaf\x01\xcb\x37\xdd\xd9\ -\x4e\x05\x42\x94\x8e\x08\xda\xf7\xb5\x82\x68\xcb\x57\xca\xbf\xe7\ -\xfb\x54\x15\x14\x30\x70\xc7\x23\x38\x0a\x20\xe7\x76\xf7\x5c\xa6\ -\x6a\x67\xaa\x05\xf6\x88\x49\x02\x59\x64\x81\xf0\xdd\x0c\x41\x8a\ -\x88\x7d\x2f\xc8\xde\x9e\x8d\x1a\x6c\x64\x30\x76\x35\x03\x98\x48\ -\xfa\x73\xa4\xd2\x99\x0d\x45\x23\x08\x6a\x6a\x6f\x84\x71\xbb\xf8\ -\x14\x41\x8d\xc3\x39\x4c\x5e\xb4\xa8\x1c\x6e\x9a\x60\xf9\x6a\x71\ -\x2e\x40\x0f\x6f\x3e\x3e\xc3\xa5\x14\x25\xf1\x80\xdc\x38\xe4\xcd\ -\x99\x2f\xa6\x7e\xa9\xb9\xeb\x28\xe6\x28\xe7\x6a\xb9\x6c\x77\x3b\ -\xdf\xfa\xb9\x15\xa3\x0b\x22\x32\x5b\xe6\xcc\xcb\x82\x16\x3e\x8c\ -\x7d\x0a\x21\x37\xcb\xfb\x71\x9a\x6f\xd8\x9a\x16\xa7\x5f\xe1\x6e\ -\xf1\xaf\x88\x3e\xe1\xee\xaa\x59\x27\x6d\x85\x62\xd2\x02\x72\x57\ -\xa3\xad\xe4\x39\x91\xf6\xf5\xdc\x22\x25\x04\x06\x4a\x3b\x97\x20\ -\x8c\x83\xa8\x4d\x8b\x88\x36\x73\x14\x4e\xe0\x90\x08\x8d\xe0\xdb\ -\xe9\x2b\xc0\x50\xe8\x87\x4f\x9b\x50\x06\x25\x72\x8e\x30\x8d\x68\ -\x45\x1b\xbe\x15\xac\x7d\x6f\x70\xb8\xbd\xc2\x71\xbe\x55\x44\xf7\ -\x0d\x48\xc8\x82\x66\x5d\xa7\xcc\x75\xcd\x3b\x5d\xb6\x5a\x5c\xe7\ -\x44\x8c\x1b\xd0\xa2\xf7\x86\x8a\xc8\xba\x46\xc2\x2c\xef\x03\x6c\ -\xe1\x77\xfa\x15\x62\x71\x21\xa3\x68\x10\x5a\x81\x8a\x37\x9d\xc7\ -\x28\x0c\x01\x0e\x2d\x0f\x11\x5c\x6c\xcf\x77\xd1\xbf\x85\x02\x9b\ -\x28\x98\x62\x5a\xe8\xd2\x81\x61\x31\x32\xfa\xe7\x8f\x8f\xbf\x5c\ -\x26\x80\xd0\xa6\x3f\x75\x2a\x05\xdb\xfd\x05\x11\x6c\x3a\xa2\xe6\ -\xf1\x7b\x2e\x29\x3a\xf6\x1a\xa9\x17\xae\xfa\x23\x1f\x03\xe4\x4c\ -\xef\x63\x93\xa8\xa2\xea\x51\x60\xa8\x35\x48\xdc\x68\x53\x00\x8f\ -\x35\xce\x06\xbc\x12\x74\x0d\xec\x06\x0c\xbd\x35\x4c\xdf\x2c\xf5\ -\xef\x80\x1d\x86\x54\x21\xd6\x0f\x53\x01\x04\xd2\xa5\xb8\x32\x05\ -\xdc\x6e\xdf\x81\x0a\xe0\x9a\x18\xd6\x63\x46\x86\x05\xc5\xbb\x9e\ -\xba\x32\x3d\x52\x23\x44\x6d\x25\xac\xbd\x0e\x43\x0a\x5a\x35\xed\ -\x8d\xe3\x7e\xd6\x08\x5c\x35\xff\x50\x02\xca\xfb\xc4\x8e\x37\x13\ -\x0f\x2c\x34\x72\x29\xe7\xfe\x6a\x80\x21\xa2\x40\x0d\x12\xbf\xd1\ -\xf3\xb3\x31\xad\x77\xe1\xda\x9e\x3f\x14\xfd\x56\xcf\x09\x0d\x90\ -\x84\x60\x03\x40\xb9\x85\x73\x23\xcd\x00\x5c\xfe\xc9\xe0\x64\x3f\ -\x8f\xae\x40\x37\x16\xd7\x64\x01\x78\x8a\x09\x98\xfe\xee\x5c\xc3\ -\x88\x43\xfd\x0d\xd8\x6b\xe4\xae\x7b\x63\x11\x00\xfe\xb4\x6c\xa9\ -\x6a\x37\x5f\xfb\x0c\x2a\x8f\xfd\x1b\x93\xeb\x6d\x02\x78\x7d\xcf\ -\x66\xc3\x3e\xac\xe9\xde\x62\xd9\x8d\x5d\x65\x4e\xd5\xe0\x81\xe1\ -\x0a\xe6\x4d\x41\x80\x41\xa6\xe1\x88\xd1\xe1\x30\xdb\x71\x06\x82\ -\x3f\x76\xf9\x8b\x0a\x26\x8d\x07\xce\xac\x93\x22\x6e\x5c\x69\x3f\ -\x78\x07\x30\x3c\x1d\x69\xdb\xb8\x9a\xd7\x04\x64\x34\x5b\x45\x74\ -\xab\x44\x0f\xa3\xab\xa2\x50\xb5\x62\x56\x4e\x39\x67\x23\x45\x5b\ -\x01\x60\xfa\x15\x21\x45\x95\xd0\x1e\x04\x11\x1a\x2f\x76\x19\xd7\ -\xda\xc6\x32\x38\xe2\xf0\xeb\x0d\x16\x9e\xe2\x4c\xa1\x1c\x4d\xc1\ -\x07\x6a\x86\x4f\x9d\x78\xed\x54\xab\x37\x1e\xea\xb6\x02\x1a\x85\ -\x26\x2f\xa8\xcc\x3b\x8a\x84\x74\xb1\x50\xc7\xd6\xb4\x42\xe3\xd2\ -\xc2\x92\x63\x82\x74\x7f\x3d\x2b\xb3\x13\x64\x05\xb7\xbc\xe6\xbc\ -\x54\xbb\x52\x3f\xec\x07\x8d\xeb\xcf\xe3\xbd\x58\x83\x1e\x7c\xeb\ -\x97\xe0\x68\xcd\x81\xfe\x3e\x1d\x2f\x7b\xe6\x42\xf2\xdc\xab\x26\ -\xc4\x7f\xc6\x9c\xa3\x3f\xcf\x3d\x3f\xc3\xc4\xdb\xbb\xe0\x91\x99\ -\x61\xf1\x8a\xc6\x61\x0f\x90\x05\xe9\x08\x78\x2f\xfe\x4b\xb1\x21\ -\x55\x3c\xbc\xd2\x8d\xc7\xc6\xe2\xdd\x6a\x1b\x37\xbb\xcf\x65\xeb\ -\xf2\xde\x18\x55\xa1\x6c\x58\xac\x37\x31\x36\xb6\xbc\xa0\x5c\x1f\ -\xdc\x26\x64\x89\xe4\x5e\xa8\x8a\x34\xad\x50\xa2\xa2\x3d\x5a\xd9\ -\x4c\xc7\x81\x56\x68\x5a\xee\x04\x26\x18\x62\x4d\x0f\x83\x64\x66\ -\xdd\x73\x0d\xc1\xa3\xed\x19\x4a\x9b\x72\x32\xf3\x56\x3c\xf4\xc6\ -\x21\x0a\xdd\xca\x65\x67\x29\xf4\x92\xdb\x01\xe9\xa0\xc8\x88\xa6\ -\xe6\x30\xb1\x90\xb3\xf8\xaf\x1a\x39\x3d\xcb\x0c\x64\x11\xbe\x3a\ -\x30\x22\xa5\xd6\x11\x1a\xed\x4f\xdc\xc1\xbd\xa0\x67\x99\xc1\x04\ -\x25\xdc\xb1\x09\x6e\x0b\xa5\xf0\xe6\x06\x77\xb8\xa6\xfa\x05\xec\ -\x45\x39\x99\xc0\x98\xa8\xd0\x0e\xb9\xf2\x80\x0a\x80\xe3\x02\x63\ -\x84\xc3\xb4\xe4\xdb\x54\x3c\xa6\x55\x16\x71\x8f\xdb\x25\x5b\x1b\ -\x14\x73\x38\x13\xc6\xcc\x64\x29\xb1\x11\xad\xa1\xc6\x33\x28\x36\ -\x1d\x56\xb9\x68\x03\xaa\x02\x17\x0f\x5a\x13\x14\xdd\x97\x07\x4c\ -\xb6\x29\x49\xa1\xfa\x75\xdd\xe1\x56\x50\xf9\xf7\x19\x8b\xc0\xf7\ -\xb8\xde\x67\x46\x41\x8a\xc6\x7b\x2b\x8a\x28\xa7\x16\xb8\xd3\x02\ -\x91\xdb\x24\xd1\x75\x46\x35\x4e\x40\x04\xaf\xe1\xcd\xc7\xdd\x29\ -\x54\x4c\x0a\xb2\x31\xbf\x15\xc5\x71\x27\x60\xb0\x78\x01\xc7\xb0\ -\xa9\x1e\x5e\x11\x5f\x1c\xfa\x94\xf9\x79\xb6\xe6\xe9\xa4\x56\xdd\ -\x29\x44\x66\xad\x5e\x3f\x53\xec\x54\x22\x96\x33\x0f\xce\xbf\x66\ -\xe0\xcc\xc8\x11\x39\x35\x1f\x62\xe6\x25\xc0\xd2\x1c\x79\xfd\x99\ -\x0e\xfa\x89\x69\xa7\xaf\xc5\xa4\x4d\xae\xb0\x7e\x07\xb1\x33\x88\ -\x53\x13\xac\xd6\xcf\x23\x26\xa6\xe3\x1a\xf0\x2b\x57\x03\x83\xeb\ -\xde\x05\x2c\xce\x72\x76\x9e\x58\x06\x14\x30\xe8\x54\x5f\x3c\x79\ -\xef\x9c\xe8\xef\x7a\x46\xcf\x0b\xf5\x40\xe9\x44\xe2\x67\xae\x03\ -\xbc\x67\x56\x7e\x9b\x54\x7d\x73\x9a\x3d\x5c\x2a\x27\x19\xa0\x46\ -\x67\x46\x50\x71\xb5\x15\x31\xa3\x9d\x60\x2a\x70\xa4\xca\x62\x31\ -\x95\x71\x99\x85\x53\xef\x06\xce\xc8\xa7\xf2\xa2\x5c\x8a\x5e\x2c\ -\x73\x43\xa1\x51\x00\xa5\x30\x54\x94\x11\x05\x57\x60\xe5\x5b\x3d\ -\x56\xf3\x0e\x93\xd3\xee\x67\x10\x47\x73\x95\xfb\xa1\x53\x86\xf5\ -\xef\xc6\xb6\x3e\xc4\x00\x82\xda\x90\xe8\x5a\xad\xd3\xf6\x6a\x32\ -\x94\xd6\xe0\x45\x13\xe5\x61\xbc\xeb\x7e\x6f\x62\xe8\x8e\x9c\xa2\ -\xcc\x39\x1d\xb5\xbf\x27\x1a\xc0\x25\x87\x29\x00\x7d\x67\xc5\x70\ -\x3f\xcb\x6f\x92\x96\xba\x5e\xa2\xd1\x06\x39\xa8\xe7\x9d\x62\xbc\ -\x39\x60\x36\x80\xc4\xa6\xb3\x66\xb3\xcf\xd6\xb0\x08\xcb\xf5\xb3\ -\x71\x45\xd9\x01\xf8\x46\x33\x8a\xc7\x9a\xad\x32\x21\x82\x91\x51\ -\x43\x39\xf9\x88\x49\xda\x18\x7e\x7e\x9f\x94\x43\x66\x8e\xa6\xcb\ -\x27\x5e\x7e\x86\x4f\x96\x8f\x21\xcc\xd4\x28\x3a\xbf\xbf\xbf\x30\ -\xe7\x84\xbf\xf2\x6f\x98\xf8\x03\x83\xb4\xd9\x12\x56\x6d\xc2\x98\ -\x2a\x84\x7d\xf8\x03\x2b\x90\x89\xa1\xa8\x24\x09\x0c\x56\x14\x67\ -\x31\x00\x8d\xd1\x38\xa4\x5a\x7c\xa1\x3a\x04\x21\xc3\x18\x04\x44\ -\x3f\x30\x1d\x9d\xb4\x82\x25\xc3\x00\xf5\x45\x0f\x24\xd5\xd4\x80\ -\x66\x0a\x2d\x5f\x70\xc2\xe6\x6c\xa4\x85\x05\x81\x8e\x3b\x09\x18\ -\x3e\x26\xe4\x98\x46\xa3\xf2\x05\x30\xe7\x1f\x78\x9e\x07\x1e\xef\ -\x9e\xcd\x26\x7e\x59\x72\x79\xcd\x77\x5a\xa0\x56\xef\x58\x33\x0b\ -\x00\x40\xc6\x80\xf5\xf9\x6c\x85\x60\x66\x6d\x69\xf1\xfe\xd1\x25\ -\x63\x6e\x3c\xd5\x51\x4e\x81\xed\xc7\x6a\x15\x3f\xa0\xb4\x68\x65\ -\xc9\xf0\xbc\x31\x06\xe0\xa4\xdc\x5c\x94\x53\xbf\xf5\xfb\xb1\xc3\ -\xa3\x8a\x54\x97\x15\xf4\xa6\x9a\x31\xda\xe6\x40\x6c\xc8\xd5\x20\ -\x82\xb5\x7e\x4b\x03\x41\x4d\x62\x80\x84\xf0\xf0\xd3\xed\x9c\xb7\ -\x43\xf6\x77\xe9\x21\x38\x48\xad\xc7\x99\x8b\xb6\x6d\x31\x7c\xf8\ -\x6f\xec\x1b\xa2\x01\x32\xc8\x26\x7f\x59\x88\xfb\xa6\x9f\xd1\x1c\ -\xd8\x62\xe7\xa5\x9b\x6c\x51\xe3\xb2\xfb\x85\xa1\x39\x69\x70\x50\ -\x65\x70\x50\xb1\x3f\xb7\x83\xdc\xdd\x9c\x16\x87\xf8\x77\xd0\x0f\ -\x7c\x9e\xff\x0e\x67\xbe\x98\x00\x95\x82\x86\xcd\xb4\x64\x31\xb7\ -\xc9\x66\x58\x83\x92\x1b\x28\x90\xd1\x34\xad\x99\x32\x87\xa3\x47\ -\x00\x88\xd3\x4a\x1e\x5d\x97\x65\x3f\xe7\x31\x3a\xdf\x00\xba\x5a\ -\x2b\x6b\x51\xa1\x42\x66\x59\x7c\x4c\xae\xd4\x45\x08\x4a\x96\x97\ -\x5f\xae\x39\x91\x15\xdf\x23\x5c\x72\xb6\x70\x00\x12\xc5\x44\xcf\ -\xa9\x4a\xe4\x34\x3a\x40\xe0\x87\x63\x72\xe9\x39\x53\x91\x30\xee\ -\x0d\xa2\x53\x6e\x61\x98\x83\x15\x59\x1a\x81\xe5\xc4\x09\x03\xd2\ -\x28\x41\xae\x68\x7b\xca\x8a\x7c\x59\x49\xbd\x31\xbd\x87\xc6\x1b\ -\xe8\xeb\xff\x45\x50\x60\xc4\xc2\xca\x63\xaa\x64\xfb\x79\x39\x35\ -\x0e\x75\xb2\xee\x97\x33\x5a\xc1\xf4\xf0\xa7\x65\xdb\x79\x0e\xd2\ -\x02\xfd\xbc\x17\x7c\xac\x38\x41\xa3\x7c\x41\x64\xce\x88\x08\xfc\ -\xe5\xff\xc9\xb2\xa8\x84\x6a\xc6\x85\xf3\x7c\xcc\xf8\x42\x3f\x57\ -\xf6\x02\xc1\x3e\xdf\xb5\xd6\x41\x49\x72\xd1\xac\xae\x5f\x6e\xc2\ -\xe7\x31\x46\x43\x05\x35\xc3\x6b\x59\xd8\x31\x35\xd1\x3f\x11\xc1\ -\x87\x57\x31\xea\xc1\xd2\xc8\x0f\x00\x41\x60\xfc\xd5\xe6\x94\x3d\ -\x0e\x61\x05\x7d\x4a\x40\xb3\x7f\xdc\x42\x98\x06\x35\x76\x40\xd0\ -\x7f\xcb\x54\xba\x82\x0e\x02\xba\x47\xe3\x79\x3b\x23\xa0\x34\x5a\ -\x1f\x2e\x45\x1f\xe5\xfd\x52\x5d\xfd\x42\xb7\xc3\xa7\x85\xf3\xe2\ -\xdf\x0c\xfb\xc5\x53\xf7\xc8\xf2\xdb\xb2\xe5\xf2\xcf\xa5\x50\x10\ -\xa1\x34\x29\x1e\x0f\xb0\x00\x90\xe1\x11\xd1\xb3\x97\x40\x9d\xe2\ -\x1c\xd8\xb0\x62\x7f\x3d\x9b\x71\x51\x5c\xb0\x7a\x0e\x2f\xfe\x4d\ -\xe0\x43\x28\x1c\x22\x9d\x3d\xc1\xeb\x03\x39\x32\xf4\xc2\x7e\x94\ -\xa2\x90\x42\xd7\x58\xd9\x23\x2c\xfe\x5c\x6c\x0a\x0c\x59\xb8\x50\ -\xa1\x50\x7f\x3e\xbc\x81\x4d\xda\xb8\x71\x20\xc4\x4f\xb8\xc8\x09\ -\xa0\x86\xd9\x87\x6b\xe9\x00\xe6\x0f\x0c\xbf\x8f\x84\xc2\x68\x03\ -\x11\x60\x4e\x84\xdf\x8f\xe5\x74\x4d\x33\x82\x58\x46\x81\x73\xbd\ -\x29\x15\x2a\x0e\x17\xba\x62\x7c\x7e\x1f\x6b\x90\x28\xc1\x2d\x0a\ -\xc5\x82\xde\x7f\x48\x40\x1e\xc7\x30\x66\xd1\xbd\x09\x2c\x3b\x1f\ -\xfc\x6e\xab\xe0\x08\x11\xc1\x80\x50\xe0\x01\x00\x00\x20\x00\x49\ -\x44\x41\x54\xe7\xb3\x22\xca\x44\x5c\xf3\x57\xce\x48\x75\x0d\x1d\ -\x11\x8d\xb1\x62\xd2\xb0\xec\xef\x3f\x2a\x8a\x58\x0f\x84\xf7\x83\ -\x99\xa6\x10\x65\xe1\x46\x48\x85\x54\x0e\x41\x09\x14\x0b\x98\xc7\ -\xbd\x29\x3f\x9a\x23\xf3\xff\x2c\x85\x24\x8e\x3f\xfa\x7c\x44\xb5\ -\x68\x14\xe7\xaf\xdd\x05\x30\xf5\xf5\x05\xe2\x8f\x45\xaf\x82\x30\ -\xc6\x84\xcf\xf3\xdf\xa1\xa9\x8b\xbb\x93\xdc\x3c\x45\x73\x2c\xb5\ -\xf6\x18\x36\x1e\xa4\x06\x6e\x02\x3c\x70\x62\xad\x69\x3e\xb6\xd6\ -\x53\x0c\x46\x76\xcd\x3a\x00\xcb\x2c\x77\xe5\x02\x7e\xac\x79\x80\ -\x69\x1a\xd0\xa7\xe9\x79\x59\x1e\x40\xd0\x82\x14\x16\xc0\xc2\x4f\ -\x28\x50\x3c\xcb\xd2\x43\x5d\xf5\x9c\xce\x7d\xa0\xfb\x78\x34\x10\ -\x44\x56\x16\xff\x1c\x4d\x79\xd2\x73\xa7\xdf\x2d\xac\x01\xf0\x79\ -\x16\x81\x9d\xbf\xff\x06\x01\xab\xb7\x64\x6c\xc0\x3a\xc2\x42\x93\ -\x82\xc0\x68\x34\x50\xdd\xc3\x14\x20\x64\xcd\xbd\xcc\xe9\xd5\x00\ -\xe6\xdf\xed\xd9\xea\xda\xaf\x35\x62\x36\x51\x74\x00\x21\x6b\x3d\ -\x85\x21\x34\x4a\x1c\x82\x31\x52\x78\x1d\xd3\xa4\x3c\x63\x17\x2c\ -\x60\x98\xa4\x71\x29\xba\x77\x38\x98\x07\x91\x05\x86\x04\x63\xcc\ -\x36\x09\x25\x37\x56\x82\x47\xf9\x1b\x24\xea\x04\xee\xbe\x03\xf6\ -\x3a\x97\x54\x57\x3c\x03\xcf\x46\x32\xc8\xb4\x16\x9d\xf6\x9e\x7f\ -\x80\x48\x82\x0e\x38\x40\xb5\x78\x60\xf9\x73\xfa\x19\x25\xa5\x57\ -\x60\xc1\x32\xc6\x1a\x56\x16\x92\x3c\x3a\x1d\x62\x0e\x5b\xf6\x85\ -\x9f\x6b\x2c\x46\xe4\x04\x82\xd7\x10\x54\x28\xb3\x08\xbc\x1e\x58\ -\xae\x51\x34\x4d\xfb\xb0\xf3\x88\x90\xf4\x7e\xb1\x7f\x77\xc9\xd2\ -\x62\xcd\xce\xa2\x01\xb0\x7e\x1f\x7d\x9f\xf0\x17\x10\xfe\xc4\x3f\ -\x27\x59\x8e\x50\x1f\x7b\x27\x12\x38\xb6\x82\x5a\xa9\x20\x55\xb3\ -\xa2\x9a\x16\xb2\x31\x28\xc7\x28\x7f\x99\x03\x51\x49\x32\xae\xdd\ -\x38\x0e\x18\x98\x53\x90\xea\x52\x55\xff\x3d\xdc\xa8\x58\x80\x51\ -\x9b\x03\xa7\x25\x0e\x50\x5b\xe2\xde\xc9\xea\x25\xc6\x4b\x22\x28\ -\x77\x14\xe3\x8a\xb8\x1b\xb9\x4e\xda\xca\xe5\xd4\x26\x05\xb9\xc1\ -\x91\x2f\xe3\x45\x4e\x4b\x62\xe1\xa4\x52\x34\xf4\xfa\x75\x5a\xe5\ -\xdc\x7e\x3a\xc6\xcb\x37\x8a\xd7\x0d\x31\x4a\x74\x84\xde\x05\x87\ -\x5f\x80\x67\x81\x74\x40\x23\xba\x70\xe1\x37\x01\x65\x3b\x1e\x30\ -\xa7\x4a\x3b\xb8\x5d\x45\xf8\xde\xb4\x00\x50\x9b\xac\xf8\x7b\x1c\ -\x55\x1a\xd8\x04\x9c\x7a\x31\xb0\x70\xac\xb9\xff\x54\xc4\x7d\x15\ -\x33\xbe\x50\x3d\xeb\xb3\xbe\x3e\x23\x86\x52\x6c\xe0\xe1\x66\xa6\ -\x40\x80\xd3\xbb\x36\xca\xab\x98\xd5\x6e\xe1\x42\xdf\x74\x55\x37\ -\xe1\x68\x22\x44\xe3\xd0\x75\x9d\x9c\x7a\x3c\xa6\x76\x38\x48\xd7\ -\xa4\x98\x2d\x2f\x72\x13\xcf\xd7\x29\x41\xbc\x5e\xc8\x86\x3d\xc5\ -\xde\x95\x9e\xd4\xb3\x68\x5a\xbd\x58\xec\x97\x25\x9c\x42\x55\x57\ -\x40\x17\x1a\xca\x30\x9d\xdd\x37\xab\xdf\xaa\xc3\xf2\x5f\x89\xd7\ -\x06\x25\x86\x0b\xed\xeb\xc5\x5d\xec\x2c\xa7\x0c\xcc\x7e\x7c\x95\ -\x75\x31\x6c\x0a\x7f\x22\xb9\x2b\x34\x01\xc1\xa9\xbe\x20\xf4\x7f\ -\xfe\xfc\x97\x15\x6b\x52\x6c\x85\xb3\xc0\x9c\xa3\xb8\xaa\xb6\x30\ -\xdb\x74\x26\xf3\x4b\xb5\xd3\xaa\x21\xb4\x8e\xe1\xf2\x87\xdc\xa8\ -\x62\x81\xa8\xbb\x6b\x22\x25\x77\x5c\xf5\x07\xe6\x9a\xe9\x19\x84\ -\x80\xed\xeb\x54\xcb\xb1\x52\x9f\xf8\xf5\xf9\x6f\x91\x0a\x65\xe2\ -\x00\xbb\x9e\xa1\xa0\xc8\x28\x7d\x5a\xdd\x4d\xb9\xeb\x74\xaf\xda\ -\xa6\xf4\x38\x8a\xba\x75\x5c\x13\x9b\x74\x57\x3c\xd0\xe8\xe4\xf4\ -\x63\x14\x22\x59\x90\x0b\x08\x3c\xcd\x30\x62\x17\xac\xb7\xb5\xd0\ -\x9c\x51\xaf\x06\xf8\xd7\xf3\xc8\x0d\x1c\x1d\xf0\x68\x6b\xab\x9a\ -\xca\x40\x09\x1c\x95\x32\x71\xf3\xfd\x44\x10\xe2\xf9\xd8\x7f\x35\ -\x18\xeb\x46\xd5\x6a\x67\x93\x14\xad\xea\xae\x7b\xb3\xe7\x02\xa4\ -\x00\x87\x89\xf2\xab\x9e\x6c\x8c\x91\xfa\x9f\xc8\x17\x4c\x76\x45\ -\x82\x51\x64\xb4\x2d\xfc\x2a\x30\x3f\xa8\xdc\xc7\xfd\x2d\x6d\xfc\ -\xe8\xfa\x1c\x5d\x53\xcb\xe2\x1b\x9c\xd6\x78\x06\xa2\x9f\x45\xe6\ -\xdc\xce\x18\x69\x77\x56\x7f\x7d\x4a\xed\x71\x25\x27\xd9\x74\xb6\ -\xea\x15\xab\x39\x87\x07\x91\xa3\x39\xf5\xd5\xcc\xc7\xf8\xfa\x68\ -\x19\x8b\x36\xa5\xd4\x05\xfa\x7c\x5d\x93\x9a\x77\x24\xc2\x30\x21\ -\xfc\x08\x5d\x6d\xd5\xb0\x28\xa0\x86\xaf\xb4\x48\xd7\x25\xb9\x79\ -\xd2\x6d\xe9\xee\xce\x69\xff\xa4\xa9\x3a\x0c\x4a\xd8\xa2\x07\x46\ -\x6a\x3c\x11\xb9\x4c\x50\xa9\xdf\x67\x16\x16\x0f\xa8\x0d\x3e\x89\ -\xd1\xfd\xf0\xa4\x54\xbf\xfd\xee\xaf\x9a\xae\x6f\x93\xb5\xff\xe0\ -\x67\x9d\x93\xbd\xb2\x63\xca\x14\xac\x01\xe9\x44\xd7\xe9\x65\xff\ -\x79\x74\x75\xf7\xdb\xa5\x00\xef\x53\xdf\x9c\xd6\x66\x23\xe6\x34\ -\x76\xbc\xc4\xb4\x94\xfb\xad\x50\x27\x6b\x20\xae\x83\xa0\x0e\xaa\ -\xed\xaf\x79\x8f\xe9\x90\x7a\x4e\x46\xbd\x9f\x94\x6b\xac\x5a\x33\ -\x49\x6a\x31\x79\x86\xde\xd7\xcf\x35\xd9\x65\x50\x9e\xfb\xae\x3b\ -\xcf\x1c\x43\x89\x2c\xdd\x5a\x69\x9f\x9f\x2b\xc1\x0f\xf9\x9e\x23\ -\x9b\x9c\xef\x52\x21\x0e\xe0\xb9\xd6\xf0\x4e\xa5\x9f\xf4\x5f\x01\ -\x9c\x74\x66\x82\xdd\xab\x56\x78\xb0\xe8\xb9\xe1\xff\x9c\x58\x2c\ -\xb2\x43\xc2\x66\x87\x89\x9a\x06\x9d\x85\x5b\x47\x8d\xa6\x85\x73\ -\x6d\x41\x8c\x92\x0e\x1a\xd8\x02\x6f\xf5\xb0\x1c\x48\xd6\xd1\x42\ -\x73\x91\x8a\xe2\x90\xd3\xce\xf4\xc8\xf8\x01\x4a\x77\xa3\xdd\xb6\ -\x5d\x92\xb7\xad\xb8\xc2\x28\xc6\x1c\xe5\xc2\xb4\xf1\xa8\x1b\x5a\ -\x84\x9b\x1a\x64\x08\xe1\x80\xcd\xa9\xa9\x7d\xbf\x51\x03\x95\x4f\ -\x18\x81\x62\x50\x8a\xf6\xea\x4a\xb6\x87\xbc\x1d\x17\x8f\xa8\x09\ -\x08\x6d\xd9\x47\xd5\xda\xbb\x6a\x6d\x8a\xfa\xef\x4a\x47\xc0\xa2\ -\x05\xc8\x05\xff\x1e\x96\x7a\x06\x24\xfb\x65\x41\x11\xac\x5c\xa9\ -\x40\x1e\x22\xed\x08\x83\xd3\x1c\x60\x73\xbe\xf9\xa1\x9f\x76\x08\ -\x69\x42\xf7\x68\x62\xfc\xde\x44\x52\xd3\xa4\xbc\x71\xbc\xbf\x1d\ -\x94\x37\xf1\xb3\x4f\x38\xf2\x70\x59\xc7\xf4\xe7\x4d\x18\xbe\x7b\ -\xe7\xf5\xad\x8b\xdb\x6b\x57\xec\x2c\x2f\x76\x15\x58\xf2\x61\x6b\ -\x8a\x87\xe0\xb3\xbe\x17\x2f\xc8\x9c\x06\xb3\x5b\xb2\xdf\x9d\x04\ -\x17\xb0\x60\xd8\x9c\xc7\x44\x04\xf3\x19\x1c\xae\x82\x22\x36\x00\ -\x2c\xc5\x47\xd5\x12\x84\x5d\x3f\x5e\x9a\x3e\x81\xf5\x49\x4a\x8e\ -\x5b\xea\xee\x40\x4a\xb7\xd1\x95\x26\x30\xf6\xfd\xe1\xa1\xb8\xad\ -\x54\x45\x82\x59\x0e\x07\x6e\xbd\xf2\x66\xaa\x73\x29\x73\x05\x6b\ -\x87\xa5\x68\xfe\x68\x46\x11\x00\x08\x3f\x8d\x42\xa4\x14\xe4\x15\ -\x3f\x8c\xf8\x14\x35\xb7\x5c\x11\x22\xc0\x42\x17\x75\xea\x01\x8b\ -\x36\xb2\x54\xac\xb4\xf3\xf9\xd5\x3d\x39\x43\x19\x96\x6b\xb0\x14\ -\xa8\x6e\x44\x20\xc9\xe1\x17\xd3\xbc\x0a\x60\x20\x9f\x5d\xbf\x3a\ -\xe2\xb3\x16\x77\x3d\x64\x9f\xe2\x88\x4d\x4c\xab\x86\xaa\x6a\xe8\ -\x38\x33\x84\x80\x4e\x6a\xde\xf6\xbb\x52\x28\x0d\xd1\xbc\xd6\x86\ -\xaa\x86\x93\x63\x88\xd4\xe1\xa0\x27\x57\x1a\x5c\xea\x2d\xcf\xdf\ -\x77\xe4\xd9\xc8\x68\xba\xd7\xfd\xc2\x5e\xeb\xb3\x9d\xbb\x7d\xfd\ -\x13\xe8\x24\x26\x9a\x3e\x6f\x20\x58\xba\x1b\x1e\xdc\xa8\xdb\x02\ -\xb8\xca\x3d\x86\xb2\x9f\x0c\x1b\xdd\x93\x8a\xee\xc1\x7f\xc2\xb8\ -\x34\x23\xc5\x89\x10\x30\xe2\x35\x8e\xb3\x0e\xb3\x61\x4c\x8a\xf6\ -\x6a\x14\x6c\x89\x54\xe2\x1e\x24\x5d\xdd\xf7\x94\x59\xc1\x26\x71\ -\xe3\xf6\x7e\x35\x24\xdb\x32\x92\x36\xda\xb9\xfa\x73\x72\x4c\xaa\ -\x5e\xc1\x3f\x81\x03\xf8\xf1\x0f\x2c\xc0\x06\xf9\x1e\xf4\xea\x91\ -\xe0\x68\x05\x8f\xdf\xc5\xe4\xc5\xa9\xdf\x51\x11\x35\x32\x0e\xd0\ -\xa9\x9f\xe5\x76\x57\x2d\x37\x30\xe7\x46\xa7\xcc\xa0\xde\x9c\x90\ -\x48\xa5\x7a\x31\x94\xa8\x8d\xd3\xb6\x3a\x29\x5b\x14\xb5\xc8\x92\ -\x8c\x24\x09\xd8\x18\x25\x18\x27\x4e\xb3\x76\x30\x88\x10\x61\x2d\ -\xb1\xdc\x2d\xd3\xfa\x81\xe9\x4a\x01\x43\x8b\x79\xac\x4a\xde\x9b\ -\x8c\x91\x26\x0c\x28\x67\x1e\xe7\x06\x96\xf5\x09\xef\xbd\xa9\x0a\ -\x1a\x1c\x2f\xa3\x95\x51\x16\xd2\xc5\xe8\x4b\x16\x05\xfb\x24\x7e\ -\x2e\xb9\x31\xca\x80\x19\x6e\xce\x72\x18\x0d\xa9\xf1\x1f\x35\xe0\ -\xce\x73\xbf\x52\x5b\xcd\x87\x6e\x7f\x6f\x64\xbe\x36\x4f\x5c\x35\ -\x84\x1e\xc8\x9b\x40\xaf\x78\xf8\xed\x2d\xc7\x14\x00\x68\xec\x66\ -\x14\x72\xd1\x1e\x9d\x20\xea\x49\xbb\x3c\x75\x71\xfb\x59\xd7\xb5\ -\xfc\xee\xc4\x3c\x40\xd8\xc8\xa3\x78\xae\xbf\xe7\x91\x64\x2a\x78\ -\xed\x43\x35\x8e\xe8\x0c\x76\xf7\x98\x05\x34\xd0\x31\xc1\xa5\xd1\ -\xce\x36\xbd\x4b\xc8\xc2\x96\xef\x3a\x69\xdf\x23\xd7\xfd\x21\x09\ -\x00\xdc\x68\xa8\xc2\x66\x44\x25\xa2\xa0\x4d\xa1\xb7\x56\xcf\x85\ -\xdb\xb9\x93\x7f\xa6\x8e\x85\xb4\x53\x5b\xc3\xca\xff\xf4\x17\xc0\ -\x41\x80\x03\xad\x4e\x1d\x80\xf0\xd8\x3a\x29\x5a\xb9\x54\xf5\x5d\ -\x80\x0d\xd2\xc6\xaa\x76\xd5\x59\x64\x8e\x14\x9d\xe2\x17\x94\xc0\ -\x17\x4e\xa4\xa9\x2f\x63\x5e\x49\x8c\xb6\x1d\xd9\x62\xbb\xcc\x09\ -\x58\x6d\x80\x4b\x16\xca\xc9\xff\xa5\xa3\x10\x3b\x78\xa4\x88\x30\ -\xcb\x07\xf1\x94\xaf\xc5\x83\xdf\x0c\xcd\x89\x2f\xf4\x1b\x91\x39\ -\x91\x7f\xc6\xee\x92\xb2\xeb\xc1\x9a\x13\x0a\x87\xa0\x1a\x9d\x0b\ -\x8a\xd8\x46\xe5\x4d\x2c\x88\x08\x58\x28\x91\xb9\xa0\x93\xe6\x72\ -\x4f\xee\xde\xca\x78\xe4\x4d\x17\x42\x81\xae\x73\xe4\x09\x58\x49\ -\xd3\x82\x94\x21\x78\xff\x1d\x29\xc1\x4b\x42\xf8\xc8\x22\x15\x2d\ -\x44\x36\xd9\x18\x2d\x6c\x96\x8a\xf5\xf3\x6d\x6d\x84\x9d\xf5\x1e\ -\xa0\x78\x71\x81\xba\x1d\x22\x23\x6c\x70\x6f\x7a\x34\x3e\xc4\xcb\ -\x67\xf1\x43\x87\x30\xb6\xbe\xd6\xfe\x79\xbc\x58\xd1\x0b\xb6\xa2\ -\xa9\x1e\x12\xc3\x0c\x57\x6a\xe1\xec\x90\x90\x80\xb4\xc6\x51\xda\ -\x73\x29\x85\x12\x63\xa0\xbd\xb8\x1d\x78\xef\xe1\x8c\xab\x21\x35\ -\x22\x62\x14\xc8\x15\x28\x35\x21\x6a\xce\x1a\xd6\xb0\xbe\x0d\x55\ -\xe3\x92\x0d\xf4\x22\x92\x6f\xd4\x8b\x26\x1c\x85\x1e\x78\x19\x68\ -\x2e\x04\x9d\x53\x0b\x7f\x4c\x94\x79\xd7\xfa\x21\x58\xe6\xd1\xc8\ -\x30\x51\xa2\x74\xf4\xbc\xf2\xdd\x6b\x8f\xbf\x69\x1a\xb6\x83\x9d\ -\xa4\x82\x0a\x66\xf5\x6c\x13\x15\xcd\x0d\xdf\xe9\x17\x50\x09\xd5\ -\x39\x55\xf1\xc0\xed\xcd\x1a\x57\xef\x20\x0c\x9b\xe3\x48\x1e\x87\ -\x0e\xa6\x24\x28\x35\x3b\x5a\x26\x2b\x74\x28\x3a\x89\x27\x2b\x3a\ -\x12\x45\xc7\x51\x68\x98\x91\xf7\xd7\x8d\x6c\xce\x22\x48\x4e\xf4\ -\xba\x00\x17\xd9\x54\xcd\xb4\xed\x67\xb9\xea\x16\x6e\xda\x91\xab\ -\x7e\x07\xd5\x31\x52\xda\x64\x9b\x5a\xf8\x30\x95\xcf\x67\x61\x2d\ -\x64\x2b\x27\x9f\x5a\x30\x30\x6e\x3a\x45\x2f\xb3\x89\x30\x34\x8e\ -\x75\x6f\xfb\xb9\x58\xc5\xcd\x6e\xe6\xe2\xb6\xd7\x29\x40\xbe\x5b\ -\x86\x4b\x29\xdc\xdd\x8e\x5b\x70\x0f\xab\xa4\x14\xbd\x13\x37\x9a\ -\x5f\x3c\x37\xc2\xed\x8c\xc2\x96\xe9\x55\x73\x54\xf2\xd1\x8e\xa0\ -\xaa\x05\x7d\x08\x8b\x63\x56\x64\x19\x1a\xc8\x25\xbd\xa9\xba\x4d\ -\x23\xda\x5d\x5d\x27\x75\x85\xf6\xc4\xc0\x06\x12\x88\x4d\x06\x77\ -\xdb\xfa\x9c\x20\xc5\x3d\xc0\x78\xd5\xef\x36\xb0\x89\x37\x6d\x6c\ -\x39\x57\x09\xa9\xd0\xef\xc6\xa1\x55\xf2\x86\x9f\x68\x5f\xc3\x49\ -\x45\xf6\x4c\xad\x7a\xd9\xbb\x3e\xbb\xb7\x18\x17\xfd\x17\xd4\xdc\ -\x41\x68\x61\xf2\x7a\x6c\xb8\x7e\xda\xf2\xca\xec\xbc\xa5\x9a\xbb\ -\x25\x04\xe0\x51\x0a\x65\xad\x56\xea\x20\xd7\xcf\x9f\xb2\xa1\x44\ -\x03\x89\xfd\x7d\x51\x39\x67\xf2\xce\xb7\xb9\x18\xa1\x9d\x57\xab\ -\x18\x31\xed\x53\xaa\xef\x13\xc1\xbd\xa6\x7a\x33\x0f\x3a\x83\xa8\ -\xe1\x9e\x7d\xb8\x67\x87\x11\x6e\x11\x04\x62\x99\x53\x2b\x0c\x80\ -\x62\x3a\x8c\xeb\xd8\x2f\x01\x78\x08\x34\xd7\xd0\x3e\x41\x96\x23\ -\x0b\xb5\x03\xd1\x67\x83\xf1\x66\x12\x01\x9b\x5b\xa2\x83\xa1\xc6\ -\xe7\xd6\xc6\xae\xda\xf5\x17\x07\x4f\xd8\x5e\x5f\xbf\x07\xbb\xa6\ -\xe9\xff\x66\x02\xb7\x37\x4f\xda\x10\xc1\xa6\x5d\xdb\xb4\x8d\xb4\ -\xe1\x3a\x50\x9c\x9b\x8b\xae\xdb\xd9\x5e\x29\xb7\xd9\x75\xf6\x17\ -\xe7\x41\x1c\xc5\xf8\xc3\xe1\x50\x48\x09\x0a\xde\xf4\xfb\xa4\x75\ -\xfe\x0b\x23\x45\x3c\x82\x23\xf8\xb1\x6b\x3b\x7b\xcf\xb3\x4b\x0a\ -\x18\x13\xa0\xc5\x4b\x4f\x72\xd3\xa5\x66\x8d\x40\xb0\x4c\xe7\xaa\ -\xe7\xca\x54\xa6\x1a\x49\xbb\xdb\x85\x24\xfa\x00\x78\x35\xbb\x80\ -\xde\xd0\x3a\xe5\xd0\x51\x51\xe7\x84\x43\x45\x4f\x0a\xe5\xed\x25\ -\xcf\x31\x79\x8f\x00\xaa\x89\x51\x11\x16\x88\xf4\x4c\x29\x2e\xc8\ -\x9d\x8c\xa4\x82\x29\x0f\x7d\x6d\x56\xad\x37\xe4\xab\x70\xfc\x3d\ -\xe7\xc5\x04\x78\xd5\xf5\xae\x8d\x58\x0b\x22\x26\xd0\xed\x79\xd1\ -\xd1\x7a\xf0\x83\x6a\x84\x83\x8d\x36\x83\x14\x53\xb8\x63\x62\x50\ -\x51\x7b\x13\x14\x92\xed\x03\x7f\x9f\x2e\x4e\x24\xa2\x83\xde\x92\ -\x7a\x98\x92\x08\xfe\x0f\x82\xd1\x9b\x50\x56\x42\xd4\x77\xba\x01\ -\x56\xaa\xc3\x80\x1c\xcd\x9e\x85\xfa\x97\x8d\x5d\x27\x0f\x84\xad\ -\x29\x65\xb7\x9d\x2e\x3f\x6f\x48\xda\x93\x4a\xb0\x28\x6e\x2e\x57\ -\xf2\x5a\x10\xa6\x28\x74\x6b\xbc\x4a\x6a\x75\xb3\x1e\xfe\x87\xa9\ -\x56\x34\xba\x35\x74\x6e\xfc\x94\x82\xec\xd9\x2e\xa6\xd5\x26\xab\ -\x88\x39\xbd\xf0\x8d\xe3\x5c\x76\x00\x80\x69\x85\x99\x58\x51\xb0\ -\x22\xd3\x49\xa0\xe2\x31\x22\x5d\xd0\xe9\x34\x4a\x1a\x23\x10\xb9\ -\xdb\xa1\x8a\x5f\x36\xf4\x5e\x90\x82\xd1\x0e\xd5\x39\x2f\x45\xaa\ -\x50\x63\x0e\x5e\xa8\x1d\xbb\x35\x74\x10\xe2\x4a\x40\xe9\x9d\xa2\ -\xc0\xa5\x09\xc7\x57\x0a\xeb\x1b\x1d\x28\xa7\x4d\x4a\x31\x18\x48\ -\xd7\x43\xf1\x8d\x5a\x54\xf3\x3c\xbe\x65\x5d\xc8\x05\x1c\x08\x87\ -\x32\xd9\xdc\x26\xa5\xa0\xa4\x5b\x70\x69\xe6\xe1\x81\xd2\x54\x8d\ -\xbe\x23\xa5\xb0\xf2\xa2\x58\x44\x22\xab\x2b\xac\xae\xdd\x20\x67\ -\x15\x96\x80\x05\x5d\xa3\x4d\xa5\xdc\xc1\xcc\xb7\x5b\x04\x4c\x17\ -\xa4\x0f\x6d\x12\xa4\xf6\xeb\x94\x11\x16\x85\xbe\x06\x1e\xce\x09\ -\x54\x42\x4c\xa5\x68\x0c\xa8\x4f\x36\x84\x03\x09\x87\xb7\xcf\xee\ -\xa0\x9d\xad\x98\x4a\x78\xa3\xbd\xdb\xe9\xca\xcb\x3a\x56\x17\x2e\ -\xce\xb3\x4a\xce\x26\x63\x6f\x08\x0e\x50\x46\xe6\x56\x32\xae\x4e\ -\x9f\x89\x21\x9a\x4d\xe0\xcc\xc1\xb2\x5a\xf6\xbf\x19\x12\x1c\xaf\ -\xd7\x3e\x83\x2c\x92\xd9\xf6\xaf\x34\xc1\xb9\x88\x17\xfe\x14\x46\ -\x47\x99\x67\x04\xad\x99\xeb\x19\x65\x97\x02\xb3\x16\x73\xf5\x7e\ -\x2c\x81\xb2\xa7\xfe\x0b\xdb\x6b\xaa\xc6\x40\x85\x04\x5e\x7e\xee\ -\x49\xc3\x13\xcb\x5d\x5b\x2b\xa3\x27\xc4\x5c\x2f\xe4\x42\x7d\xba\ -\x87\x8e\x1b\xc5\xbc\xfc\x5e\x77\xf8\xbb\x15\xef\x37\x0a\x15\xbf\ -\x14\xc9\x22\x18\xb1\x0f\x61\x14\x25\xa9\xd5\x44\x20\x9d\x66\x52\ -\x07\x0c\x65\x73\x31\x74\x83\x1f\x9f\x58\x65\xfe\x90\xdb\xa8\xff\ -\x14\x1e\x32\x1c\xec\x8f\x3d\x6e\xa2\x4d\x4b\xa2\x31\xca\x99\x9b\ -\xc4\xfe\x73\x46\x40\x07\x40\x85\xfb\xc4\x9a\x68\x94\x26\x99\x5a\ -\xd3\xbc\xd3\xc8\xbe\x45\x87\xec\x80\x53\x34\x39\x02\xaf\x8d\xd4\ -\x5b\xad\xf7\x2d\x02\xc5\xc3\x89\x65\xb9\x23\xe4\x4c\xed\xab\x18\ -\x1d\x0b\x25\x74\xaa\x2b\x1a\xe4\xfb\x9e\x5b\xd2\xb9\x08\x51\xc7\ -\x45\x66\xdb\x3f\x3f\x83\x5b\x53\xb5\x83\xec\xb7\xba\x48\xe4\x81\ -\x69\x16\xe8\xcd\x24\xac\xd1\xd3\x9e\x03\x90\x44\xac\xd3\xbf\x3e\ -\x6d\xde\x01\xca\x5d\x2c\x72\x46\x83\x50\xa1\x98\x3b\xeb\x07\xc3\ -\x9a\x5d\xe3\x4f\x6c\xed\x53\x86\xc0\x3b\x73\x0c\x8b\xd5\xa1\x6b\ -\x35\xdd\x5a\x1e\x05\x8f\x28\x21\x5d\xcf\x7e\x3e\xd8\x3d\x06\xff\ -\xe0\x16\xe9\xf7\x69\x1d\x2a\x20\x5f\x1d\xfa\x44\x56\xd0\xbf\xd9\ -\x38\x63\x3a\xa4\x55\xdd\xab\x6a\xad\xc4\x9a\x9e\x19\xfb\x35\xdd\ -\x61\xcd\x18\x88\x59\x35\x73\xd4\xeb\xc5\x5d\x43\x38\x6a\xd4\x42\ -\x3c\x9b\x62\x84\x85\x43\x8f\x69\x4c\x69\x4f\xd6\x8d\xfb\xa0\x86\ -\xc2\x6c\x4c\xf8\x01\x66\x86\x69\x54\x63\xa6\xa1\x7b\x59\xf4\x9f\ -\x73\x8b\xad\x4a\x2a\x93\x23\xce\x5b\xb0\x5c\x43\x6c\x61\x5c\xa6\ -\x03\xbc\xa1\xd7\x16\x6e\x67\xa3\xc5\x46\x35\xfb\xe2\x56\xd3\x27\ -\x09\xca\xed\xe6\x8b\x26\x43\x4a\x01\x1a\xba\x8d\xe2\x4d\x8f\x2f\ -\xf9\x31\xa1\x9b\x01\xa7\xb1\x41\xc9\xf0\xc1\xcd\x7a\x97\x8b\x68\ -\x70\x73\x58\xdb\xa9\x77\x97\xc9\x4b\x0a\x4b\x33\x3c\x37\x8b\x24\ -\x69\x87\x39\xca\x37\x6e\xf3\x6a\x59\x33\x99\x93\x50\x05\x95\x72\ -\x14\x2f\x3b\x75\xe7\xf6\x7a\xfb\x6b\xcf\x29\x1b\xc8\x45\xdf\x65\ -\xa9\xf1\x5d\x9b\x40\x87\x0e\x28\x51\xad\x5a\x9c\xf7\xf7\x35\x7f\ -\xf4\x02\xcc\x83\x69\x35\xba\x54\x7e\x8e\x08\x5c\x91\x5e\xd4\xcb\ -\x93\x2f\x76\xfe\xd7\x03\x95\x57\xa1\x23\x22\x00\x0f\x73\xa3\x5b\ -\xc9\x89\x97\x93\x96\x18\xae\x46\x85\x33\xac\x9f\xa5\x99\x0d\x18\ -\xe5\xc4\x2d\xec\x49\x1c\x55\xac\xf6\xc4\x56\xa0\x17\x4e\x70\x1c\ -\x42\x96\xb3\x06\x07\xd7\x9d\x8d\x73\xff\xcf\x9c\xf1\xb6\x87\x96\ -\x15\x7b\x78\x5e\xbc\xb5\x11\xf5\xb8\x82\x9a\x83\x74\x2b\x72\xf6\ -\x1c\x8e\x7d\x2d\x11\x59\x61\x59\x1a\xf1\x9d\xf6\x2b\xb2\xd2\xae\ -\xd4\x05\xf8\xd5\x15\xa9\x50\x76\x54\xe4\xae\x0d\x83\xb8\x05\xf2\ -\x4b\x7e\x8f\xea\x6f\x36\xe5\x4e\xa1\x89\x38\x9d\xd5\xbf\x9a\x4b\ -\x03\x1b\x4a\x0a\x14\x8d\xc8\x00\x06\x14\x0a\x44\x7e\xa7\x65\x1d\ -\x85\x85\x5b\x6c\x6f\xfb\xa5\xd2\x01\x25\xec\xf7\x2d\x35\x90\x46\ -\xa7\x19\x0d\xd5\xb6\x68\x95\x96\xd9\x3a\xd4\x28\x64\xa0\x54\xe3\ -\x5a\x20\x5a\xec\x9f\xf0\xb6\x96\x8e\x89\xb0\x74\xee\x3b\x64\x06\ -\x1a\x9a\x1b\xaa\x67\x84\x88\x97\xce\x7e\xd7\x1f\xd3\x72\xf8\x32\ -\xcd\x94\xe2\xf8\xa7\x17\x7c\x4e\x70\x9f\x63\x7a\xb2\xaf\xa5\x26\ -\xce\xca\x59\x52\x3b\x2f\x9d\x2a\x18\x6b\xcf\xdc\x5a\x85\x7e\x13\ -\xb5\xaf\xe1\xc1\x36\x85\x20\x0b\xa0\x27\xa0\x3c\x0c\xc1\x27\x96\ -\xf2\x9d\x4e\x2c\x64\x34\xb1\xfe\x75\x6e\x52\x52\x83\x6c\x07\xd4\ -\x9c\xa4\x2c\x64\xe2\xf3\xe0\x4a\x67\x2d\xae\x8e\x17\xfd\x56\x9d\ -\x24\x32\xca\xf5\x4e\x38\xc1\x20\xb9\x06\xd6\xd3\xe6\xba\xea\x0c\ -\x11\x77\xd4\x64\xc1\x6e\x2f\x1e\x19\x70\x36\x55\x6c\x91\x14\xf4\ -\x75\xba\x77\x30\x1f\x84\x15\x0d\x86\x2d\x37\xb1\xdc\x43\xcc\x3e\ -\xc1\x28\x93\x14\x90\x6c\x48\x50\x9b\x7c\xc6\xb4\x6c\xaf\x40\xd0\ -\x72\x20\x0c\x8b\x8b\xaf\xba\x39\x84\x2b\xa6\x17\x46\xea\x20\x48\ -\xd7\x89\x0d\xb2\x5b\xaa\x8f\x0b\x70\x80\x65\x4a\x8c\x31\x29\x97\ -\x4d\xe3\x51\xa9\xb0\x91\x5b\x46\x27\x40\x70\xd3\x0b\xe7\x34\x32\ -\x9f\xf7\x00\x0c\xc6\xc3\x6d\x8d\x46\x64\x49\x35\x7d\x11\x2a\x21\ -\xf4\x67\x18\xf0\xde\x50\x7d\x6b\xaa\xaa\xf9\xcb\x7e\xee\x5f\x73\ -\x8c\xe2\xbe\x73\xc0\x95\x60\x20\x1b\xad\xb1\x48\x1a\x00\xbe\x6a\ -\x6b\xfb\xcf\xdb\x1d\xe8\xa8\x7d\x76\x58\x99\x45\x71\x16\xd3\x09\ -\x4c\x94\x5a\x71\xaf\x75\xf6\x41\x42\xe8\xc1\xac\xe8\xaf\x90\x64\ -\xb3\xec\x06\x4d\x95\x39\xcf\xb2\xef\xcd\x67\xaf\x75\xe5\xc2\x4c\ -\xca\xe6\x79\x07\x15\x47\xb0\x9e\x9c\xea\xbf\xb4\x31\xe0\x94\xaa\ -\xb4\xcf\xd1\xef\x06\x60\xdb\x0f\x56\x23\x83\xd6\x53\x43\xe0\x32\ -\xe5\xc4\x88\x36\xd1\x6f\xaf\x83\x15\xc9\xbd\x6d\x92\x9d\x1e\xe0\ -\xcd\x51\x4b\x33\x4b\xb9\x7f\xfb\x79\x17\x00\xab\xd8\xd9\x48\xae\ -\x55\xe7\xd6\x50\x4a\x71\x45\xde\x67\xae\xbb\x4c\x28\x26\x85\x92\ -\x7d\xc9\x7a\x99\x64\xf9\x40\xc6\xae\x3a\x8b\x21\xca\x66\x70\xad\ -\xa5\xcf\x94\x6c\x1d\xc0\x9d\x31\x25\x2c\x47\xc8\x3b\x22\xc2\xf4\ -\x87\x41\x32\x22\x47\x21\x28\x1b\x05\xd1\x64\xee\xc5\x0d\x8d\xa1\ -\x01\xaa\xd0\x8b\x0e\x82\x69\x82\xeb\x55\x52\x8a\x6d\xec\x77\x13\ -\xf0\xfb\x20\x70\x2f\x02\xed\xff\x84\xa4\x79\x30\x36\x1e\x46\xb1\ -\xc0\x55\xa3\xec\xc8\x66\xdb\x8b\xdc\x2d\x27\x19\x56\x47\xb3\xc9\ -\x79\x99\xfa\x33\x08\x58\x0b\x76\xce\xc3\x87\x44\x27\x56\xc1\xc1\ -\x0d\xc7\x10\x68\x8d\xa3\x52\x40\x46\x64\xe6\xb8\x73\x18\xda\xc4\ -\x8e\x90\x60\xd1\x85\x73\x5e\xb4\x07\x0c\x25\xfb\xa9\xd8\xf3\xf6\ -\x26\xa7\x5f\xea\x67\x01\x3e\x2e\x88\x9e\x1c\x1b\xf8\xb6\xd1\x6f\ -\x07\xdb\x6b\xde\x45\x14\x69\x10\xd4\x25\x32\xea\x0f\x33\x6f\x48\ -\xe6\x8a\xa5\x7d\xd2\x3b\xfa\x46\x24\xec\xae\x3a\x7a\x68\xc3\xeb\ -\xf4\x43\x47\xdc\x77\x9a\x12\x1e\x13\x86\x9c\x82\x05\x28\x30\xc8\ -\xe8\x09\xd5\xc1\x27\x0f\x45\x2f\x46\xb2\xb9\xc7\x0d\x59\x1e\x9b\ -\xe9\x05\x36\xe4\xab\x15\x33\xe4\x79\x3f\x5d\xc8\xbb\x02\x78\xd0\ -\x1c\x33\x82\x5b\xd3\xc4\x31\x58\xf3\x20\xed\x34\x86\xe8\x53\xc5\ -\xe3\x70\x3f\x44\xe0\xbd\xa9\x0e\x8a\x0a\x63\xd7\xe1\xed\x54\x3a\ -\xa2\xed\x52\x29\x41\xc1\x11\xf0\x69\xc1\xdc\x7e\xd9\x9b\xc6\x0b\ -\xec\xe2\x71\x7b\xee\x3e\x69\xb4\x46\x13\x57\xbb\x68\xbd\x01\x8b\ -\x57\x38\xb2\x21\x1d\x52\x6b\xe3\xb4\x99\xee\x22\xd6\xbb\x06\xe8\ -\xa0\x49\xf8\x63\x5a\xd6\x44\x94\xe6\x6e\xcf\x1d\x7a\x6b\x64\x13\ -\x7c\x71\x17\xbe\x9c\xa9\xd7\x62\x55\x27\x57\xe6\xcc\x39\xcc\x2c\ -\x83\x58\x9b\x60\x77\x88\x03\x8a\x4b\x44\x01\x4a\x3f\x8c\x14\xb5\ -\xf3\x7d\x26\xd2\x2f\x5d\xdc\x9a\xf8\x9d\x12\xd4\x1b\x2d\x3a\xc2\ -\x4c\x3d\xd8\x3a\xf7\x63\x0f\x75\xdd\xc3\xa5\x0f\x2d\x67\xd1\xa6\ -\xea\x9e\x1f\x80\x0c\xc0\xf8\xe8\x39\xcd\xa9\x53\x12\x3c\x01\x90\ -\x2b\x0d\xc9\x1d\xb8\x36\x56\xa6\x17\xce\xad\x32\x94\x51\xf4\x48\ -\xc3\x74\x3f\x4f\x4c\x09\x84\x38\x6c\x9e\x1d\x2c\x61\x6b\xaa\xe4\ -\x82\xe4\x9f\x67\x9d\x35\x4f\xbb\x79\xcc\x65\xad\x90\x5d\xe8\x8c\ -\xb7\xf7\x87\x65\x4a\xd7\x7b\xc9\x40\x43\x37\xfa\xa5\xd4\xcf\xc9\ -\x73\xd4\x4a\x48\xa6\x83\x02\x7b\x41\xd4\x33\xdb\x32\x83\xc7\x3f\ -\xff\x30\x63\x61\x54\xd7\xbd\xb0\xde\x1f\x79\xa6\xb4\x49\xfe\x46\ -\xa1\xe6\x7c\x1e\x02\xa7\xb6\x57\xeb\x80\x5c\x1f\xd2\x37\xe6\x01\ -\x84\x1d\x05\x67\x99\x0c\x39\x22\x4c\x66\x99\xfd\x78\x34\x03\xa4\ -\x46\x32\x50\x77\x3b\x9e\x9c\x52\x47\x38\x2f\x46\x21\x39\x95\x6d\ -\x6b\x39\xe8\x4b\xd8\x00\x22\xe0\xaa\xd7\x99\xbd\xb2\xfb\x27\x13\ -\x04\x8b\x89\x68\x19\x3a\xb0\x99\xad\x70\x99\x8a\x23\x00\xaf\x4e\ -\x09\x5f\x06\x6c\xe9\x3d\xf6\x04\x20\x7c\x9b\xfe\x27\x25\x37\xa9\ -\x92\x7b\x0e\xe4\x1b\x50\xf2\xce\x92\x81\x2b\x43\xc0\x01\x63\xe1\ -\xb3\x99\x77\xa1\xb8\xd6\xde\x23\x34\x9c\x99\xa9\x57\x7e\x5f\x09\ -\x58\xe7\xa0\x5e\x17\x5d\x8e\x8c\x17\xb6\x86\x01\x7b\xd5\xc9\xb4\ -\x02\xd0\x0e\x79\x71\x2f\x2a\x6f\x0d\x4f\xe6\xba\xe1\xd5\xb8\xa6\ -\x9e\x4b\x95\x65\x91\xd3\xa9\x32\x91\x94\x8c\x4a\x88\x67\x24\xfc\ -\xa5\x81\xfc\x66\x7d\x8f\x1d\xa0\x6d\xc6\x5f\xf6\xfe\x51\x41\xa8\ -\x9a\xf7\x07\x51\x43\x32\xac\xd0\x32\x9f\x72\x87\x2e\xab\x19\xa1\ -\xf3\xaa\x54\x72\x91\xb5\xbd\xcc\x75\xbc\xec\xc8\x84\x95\x27\xb4\ -\x70\xc3\x59\x4b\x5a\x01\xb6\xfd\x9e\x31\x30\x3a\x35\x5b\x4d\x3b\ -\x3e\xd5\x04\xc2\xef\x4f\xa3\x2f\x06\x05\x51\xb8\xbd\x07\x5e\x56\ -\xea\x00\x5f\x01\xf6\xac\xfb\xc6\xc6\x94\x70\x90\xdd\xce\xb3\xe5\ -\x8f\xa7\x82\xf1\x02\xcb\x73\xf1\x6e\xe0\x97\x8c\xd7\xcf\x75\x82\ -\xd1\xfc\x04\xd5\xee\x30\x75\x0f\x96\xd9\x41\x53\x47\x64\x6c\x53\ -\x23\xa4\x36\x8d\xd0\x4b\x2a\xe9\x4c\x88\xea\x64\x84\x20\x31\xe6\ -\x06\x73\xe4\x40\xe8\xe3\xb6\xbc\xc0\x56\x43\xf3\xab\xe0\xdb\x83\ -\xf8\xf8\x82\x94\x12\x8c\xc8\x43\x11\x61\xb5\x97\x0c\xfb\x5f\xb0\ -\xe0\x2e\xa5\x26\x62\xf4\x55\xa5\x50\x22\x9d\x26\x0c\xa3\xfc\xf0\ -\x96\xde\x2d\x4b\x2d\xc3\x3d\xd7\x02\x80\x23\x43\x07\xb7\xc9\x5a\ -\xbe\xa7\xd5\x68\x2c\xda\xa3\x75\x8a\x15\x15\x83\x8d\x9a\x6b\x13\ -\x0b\x06\x6b\x7a\xf6\xcf\x51\x80\x60\xa0\x09\x1c\xb6\xea\xbb\x3f\ -\x7f\x5d\xf0\x37\x7e\x79\xfe\x9f\x0b\xaa\xb3\x5b\x16\x73\x88\xe3\ -\xa9\x04\x79\x46\xa9\xb0\x18\x70\xfc\x84\x4d\xf5\x3e\xc6\x5e\x60\ -\x1b\xec\x4b\x13\xb7\xd6\x0a\xeb\xf1\x9c\x06\x64\xc8\x2c\x8c\x59\ -\xa8\x11\xfe\x7c\x54\x50\x5d\xb9\xf5\x87\x68\x18\xee\x34\x93\xdc\ -\xd8\xfe\x7c\xee\x05\xb9\x37\x4f\x37\xb4\xfd\x2c\xde\x6d\xdb\x6f\ -\x97\x94\x3a\xcb\x38\x0f\x9e\x22\x7c\xb2\x5e\x68\x91\x93\xf5\x4a\ -\xb3\x58\x61\xbd\xbb\x5f\x6c\x5e\xa8\xc8\x25\x23\x0e\x1d\xa5\xbd\ -\xea\x70\x28\x79\xca\xf8\x14\x53\x0b\x7a\x47\x45\xab\x46\xa2\xa0\ -\xd7\xe7\x04\x03\x0e\x6a\x16\x56\x9e\x72\x75\xf5\x31\x2a\xe4\xde\ -\x14\xd6\xb5\x50\x11\xc7\x70\xe1\x2c\xbc\x78\xa4\x2e\x8e\xdf\x7c\ -\x8f\x13\x63\x37\x10\xc6\xa9\xc1\x61\x39\x5e\x22\x0e\x1a\xd7\xbc\ -\xd0\xd3\xf2\x3d\x65\x72\x7d\x72\xd6\x69\x9b\xa8\x0d\x20\x3f\x77\ -\x20\x2f\x5e\x04\xbc\xd0\xa4\xea\xe7\x00\xa7\x36\x41\x04\x06\xae\ -\x46\x76\x79\x03\x28\xd0\x2c\xe3\xdd\x92\x59\x1b\x3d\x6a\xcf\xa5\ -\x23\xa3\x14\x37\x53\x2d\x7a\x6e\x3a\xc2\x46\x5f\xd9\xf7\xb9\xff\ -\x7e\x59\x46\x51\xf3\x5d\x7f\xb3\x67\xc6\xb0\x56\x8e\x9f\xdf\xa8\ -\x31\xe9\x7c\x51\x4d\x7d\xaa\x63\x5e\x3d\xd3\x8e\x3d\xef\x34\x3f\ -\xce\xe7\x33\xc6\xd0\x80\x7b\x48\x7b\x6c\x0d\xe2\x90\xa0\xa4\x1c\ -\x45\x25\x8c\xb2\x8e\xba\x10\x5b\x60\xcb\x0d\x04\x6c\x8d\x98\xdf\ -\x75\x1e\x7b\x4a\x17\x14\x3b\x18\x15\x08\x87\x03\x6c\x2f\x78\xf0\ -\x2b\xfd\x46\x0a\xdb\xe2\xee\xda\xd8\x69\xe7\x6d\x5f\x32\x36\x64\ -\x3e\x4c\x2d\xdc\x81\x12\x5c\x5b\x88\xa7\x01\x05\x64\x4e\x5c\xa7\ -\xda\x61\x41\xb3\xe9\x72\x6f\xd1\x35\x0c\xb8\xd2\xaf\x2b\x3b\x52\ -\xf7\x1a\xa5\x2e\xa4\xe9\xc1\x74\x4f\x4d\x82\xa2\xb9\x9b\x1d\x0c\ -\x41\x0e\x64\x3a\xd6\x61\x88\xf1\x51\x31\x56\x29\xb5\x86\x81\xc9\ -\x91\xe7\x23\xb9\x27\x15\x30\x4a\x8d\xdb\x2d\x2c\xd5\x90\x32\x63\ -\x7f\x1a\x88\x11\xd6\xf1\x18\x7a\xf3\x0e\xe1\x77\xc0\xcd\xd7\x65\ -\xea\xce\xfa\xa4\x59\x40\xbe\x18\x20\x6c\x75\x55\x9d\x5c\x5d\xf6\ -\xf5\xf5\xc0\xbe\x34\x50\x7b\x5d\xe0\x67\x17\x33\xc3\x18\xb9\x66\ -\xa4\xee\x13\xab\x09\x3c\xc0\x7b\xc1\xee\xe4\x2a\x66\x7f\x0f\x61\ -\xf2\x32\xca\xb9\x7d\x6b\xec\x6e\xcd\x60\x75\x33\xc6\x97\xe9\xd0\ -\xbd\x85\x79\xd7\xe4\x54\x76\xd2\x01\xdc\x47\x53\xb5\x0e\x10\x20\ -\xb5\xc7\xd8\x58\x4e\xfb\x04\xf0\x76\xd7\x7d\x63\x05\xec\xe0\x56\ -\x6d\x68\x06\x25\xc8\xb1\x40\xf7\xa3\x3a\x69\xaf\x96\x15\x59\xe9\ -\xb5\xc2\x0c\x5d\x7a\x57\x41\x62\xcd\x45\x3b\x6a\xb5\x92\x27\x5a\ -\xc1\x92\x66\x9a\xf3\xf6\x7c\x2f\x52\x97\x23\x33\xd0\xdd\xb9\xdb\ -\xd7\xac\xa6\x79\x54\xbc\xd1\x8b\x67\x6e\xf7\x84\x30\x95\x89\x38\ -\x34\x60\xb1\x1a\xee\xf9\xe0\x65\xe0\x2c\x46\x7d\x4f\x61\xa2\xed\ -\x75\x2a\xbe\x32\x05\x10\xd3\x0c\x46\xa5\x47\x16\x6b\x83\x0c\xf3\ -\x79\x7e\xcd\x12\x7b\x46\x68\x25\x8a\x16\xcd\x93\x06\x7c\x3e\xff\ -\x53\x74\x36\x04\x84\x02\x60\xc1\xaa\x08\x0b\xf8\xa3\xc2\x6e\x44\ -\x82\x69\xb4\x29\x40\x80\xf1\x67\x82\x08\xc2\x2f\x2f\xb5\x79\x16\ -\x80\x01\x33\x12\x60\x48\x04\x26\x03\xfc\x5b\xfe\x6d\x4e\x1c\x8d\ -\xa9\x11\x54\xc1\xe7\xf3\x6f\x0d\x91\x15\x82\x11\x85\x2e\x03\xc1\ -\x04\x22\x82\xe7\xf3\x49\x24\xdd\x02\xbe\x10\x11\x9e\xe7\xb7\x78\ -\xde\x43\x5a\x4d\x7b\x6e\x0c\xea\x64\x6d\x89\x18\xdd\x8a\x94\xfb\ -\xeb\x97\x0d\x7e\x00\x86\xc0\xc3\xbf\xda\xac\x39\x4f\xdc\x7e\x8d\ -\xa3\xd5\xcb\x2d\xe0\x43\xf0\x4a\xc0\xa4\x8d\x81\x8c\x69\x39\x26\ -\xfa\x21\x0e\xfa\x01\x44\xd2\xac\x2c\x10\xf3\xcf\x37\x2a\x1f\x63\ -\xf8\xfd\x4b\x71\xac\x7b\x1e\x36\x27\xbd\x2c\x42\x7d\xc3\x6a\xe6\ -\x8d\xd9\x97\x5a\x5e\x47\xf2\xc3\x35\x7b\xe8\xf7\xf9\x35\x07\xbf\ -\x14\x0a\x7b\x58\xf3\x18\x03\x1e\x11\x58\x38\x42\x74\x3a\xca\x05\ -\x3a\x7d\xc2\xe7\x68\x5f\xdb\xa0\x6c\xee\x44\x9f\x2d\x88\x77\x69\ -\xb3\x24\x08\x28\x9a\x63\x35\xc6\x04\xfa\x99\x3d\xfc\x76\xa9\x1e\ -\x4f\x60\x80\xa0\x52\x53\x46\xa1\xa5\xc4\xd4\xd2\x0e\xe8\x70\x34\ -\x84\x01\xc4\x2b\xfc\x8c\x99\xfe\x84\xab\x9a\x08\xc2\xb4\x66\xdc\ -\x4a\x40\x58\xf2\xd1\x22\x79\x12\x20\x4e\x58\x80\xc0\x4b\x33\x1e\ -\x18\x05\x16\x17\x97\x2c\x22\x45\x21\x40\x2d\xac\x55\xcf\x8f\xc0\ -\x4c\xc0\x6c\x53\x46\x9a\x4a\xfd\x13\xa5\x09\xfc\x5a\xd2\xa6\xf3\ -\xbe\xeb\x84\x43\x20\x83\x73\xb1\x50\x6e\x99\x45\xf7\x11\x02\x2c\ -\xf8\x0b\x08\x13\xc6\xcf\xbf\xae\xba\x22\x5e\x6a\xc9\x22\x45\x40\ -\xcb\x82\x30\xa6\xbe\xee\x87\xa5\x84\x5e\x8e\xa4\xfc\xd8\x85\xa3\ -\xc9\xe7\x14\x26\x0e\xe8\x3c\x77\x37\x1b\xe0\x3f\xa1\xc3\xd1\x88\ -\x99\x5e\x84\x2d\x58\x80\x34\x1a\x20\x82\x36\x35\xd4\x35\x60\x94\ -\x42\x6d\x29\x42\x57\xc2\x86\x34\x2f\xf8\x1b\x34\x9a\xe1\xf9\x28\ -\x2c\x40\xa4\x45\xc9\x5f\x78\xd2\xba\x35\xa8\x6e\xc9\x65\xff\x08\ -\x9b\x2d\xef\x8c\xd0\x48\x7d\xaf\x46\xf9\x5a\x49\x2d\x51\x2d\x52\ -\xe1\xb9\x0b\x03\xc8\x32\xc4\x4c\xa9\x3a\x2b\xd6\xd5\xc8\xc0\x57\ -\xe0\xb4\xbd\x2e\x2e\x65\x82\x00\x8b\xff\xc6\xdf\x39\xaf\x9d\xa1\ -\x32\x10\x3f\x3a\xdd\x06\xcb\xfa\xb2\xa2\x79\x20\x01\xcb\x03\x1f\ -\xa3\x9a\x8c\xda\xf4\xc2\x82\x69\x4d\xe1\x67\x3d\x9b\x38\x36\xc3\ -\xc7\x11\x01\x7e\x17\x6f\xc2\x7d\x0c\xd7\xd5\x81\x13\x96\x7c\x8a\ -\xd6\xa3\xe6\xab\xb0\x15\x56\x2b\xa6\xef\x60\xdc\x75\x40\x06\x21\ -\x73\x9b\x5c\xb2\xe9\x6a\x09\xa4\xa0\xf4\xbf\xbf\xbf\x8d\xca\x8c\ -\x52\xbd\x17\x58\x73\xd2\x8a\x43\x63\x4c\xa9\xed\x32\x7b\x4c\x63\ -\x40\x42\x30\x60\xc6\x67\xa3\x53\xe7\x01\x9f\xe2\xda\x89\xdc\x9d\ -\xc9\x3c\x6c\xba\x36\x40\x52\xb2\xe4\x96\xcd\x2d\xdc\x39\x0f\x71\ -\xa8\xd6\xd1\x0c\x13\x70\x20\xf0\x62\x15\x5f\x0f\x68\x45\x2d\x19\ -\xd8\xc1\xd8\xe9\x29\x7e\x41\x7a\xf3\xec\x54\x33\xb7\x7d\x17\xb6\ -\x4c\x43\x03\x5f\xd6\x7c\x31\x9d\x11\x45\xf3\x79\x41\x6b\x2c\xaa\ -\x96\x6a\x18\xd5\xce\x7f\x36\xd9\xe7\x26\xe4\xcf\x53\x80\x17\xb7\ -\x02\x39\x69\x66\xfa\x9a\xff\xf2\xff\xc0\xc4\x59\x00\x3e\x6a\x7a\ -\x1d\xb6\xf5\x81\xe6\x62\x8b\x80\x80\xf2\xd8\x7d\xc8\x30\x78\x29\ -\xb0\xc9\xd0\x26\x5b\xe4\xda\x81\xcf\xaf\x35\x87\x59\x88\x57\xdb\ -\x72\x81\x7f\xeb\xdd\x27\xd3\xca\x67\xbd\xe3\x84\x55\xf0\xbe\xc8\ -\x29\x35\xfe\xfa\xfe\xa4\x5e\x96\x04\x1e\xd1\x67\x35\xe4\xe9\x53\ -\x3c\x3b\x87\x3e\xf0\x0b\xc0\x04\x34\x7e\x8c\x42\x37\x81\x48\xb5\ -\x13\x02\x00\x0f\xff\x1b\xc6\xf8\x57\x6a\xaa\x8a\x0e\x51\x84\xe0\ -\xd7\x27\x36\xc1\x9e\x61\x8b\x38\xd1\xf7\xf9\xbb\xfe\x3b\xdf\x6f\ -\xa1\xea\xea\x7e\x9e\xb0\x1c\xf8\x42\x5f\x33\x56\x2b\x10\x00\x8c\ -\xa1\x77\x9d\x39\xa2\xb6\xc6\x85\xf4\xce\x5c\xe6\x18\x4c\x60\xb6\ -\xf6\x7e\x47\x2f\xfb\x5d\xe3\x6f\xd3\x6f\x3b\x38\x4e\xa4\xf1\x30\ -\x6c\x1a\x57\xe1\x9d\x6e\x99\x85\x3c\x48\x6a\xb1\xdc\x51\x59\xf3\ -\x3d\x9f\x60\xda\x2c\x6b\x52\x91\xb0\x99\x02\x7d\x50\x73\x0c\x75\ -\xef\x65\x8e\x28\x19\x08\xf3\xe1\x07\x26\x4e\x18\x73\x04\x45\x79\ -\xad\x15\xf9\x49\x9a\x13\xc6\xa5\x66\x83\xa2\x2b\x2d\x96\x51\xd8\ -\x1d\x96\x35\x53\x0d\x83\xd1\x03\x4d\x5f\x39\xf2\x4e\x93\x4f\x59\ -\xf7\xae\x27\xcc\xec\xb4\xb5\x38\x00\x78\x9f\x8e\xd5\xe6\xe5\x59\ -\x59\x80\x53\x50\xda\xd3\x52\x84\x69\xc0\x23\x0c\x52\x26\x67\x35\ -\x16\xe3\x23\xff\x0e\x1d\x2d\xa2\xb4\xe7\x04\xc0\xc0\xcf\x67\x63\ -\x23\x59\x73\x65\xa3\x94\xb5\x3a\x60\x32\xc6\x88\x3a\xd6\x81\x5d\ -\x11\xd1\xd8\x0c\xcf\x4b\xf2\x5c\x2d\x00\x40\xf8\x58\xfd\xf7\xaf\ -\x64\xbb\x2f\x7d\xed\x03\x09\xfe\x67\xfd\x1b\x34\xb5\x93\xe0\xc7\ -\x8b\x8e\xc5\xe1\xd6\xfd\x91\xc7\x20\x3e\xbd\x77\x10\x11\x7e\x46\ -\x02\xb3\x7f\x7f\xff\x5f\x20\x22\xf8\xf9\xf9\x57\x0b\x8e\x17\xd2\ -\xbf\x7f\x9e\xdf\x98\xe4\x22\x63\x64\x75\xfa\x6b\x79\x6c\x7f\x0c\ -\x00\x6d\xf2\xfc\x25\xd8\x44\xf8\x61\x86\x39\xd4\xa5\xd6\x2d\x2a\ -\x18\x12\x78\x61\xf8\x1b\x4d\x8a\x07\xf6\x7a\x83\x88\x34\x60\xda\ -\xdd\xc5\x96\x67\xe7\x4b\x57\xc4\x73\xa8\xfe\xc6\xd4\xd4\xf7\x21\ -\xd1\x4f\xb2\x13\x8c\xca\xcd\x5e\x9f\x91\x3e\x55\x26\xfb\xb3\xf5\ -\x6b\x13\x52\xa7\x12\x98\x61\x85\xf5\x34\xcc\x0b\x78\xe9\x2d\xe7\ -\x40\xd9\xc0\x01\x0b\x1e\x40\x16\xf8\xbb\x3e\xca\x42\x61\x35\x0a\ -\x13\xd1\x7f\xce\x23\x47\x07\xbb\xb6\xe8\x66\x13\x59\x27\x23\x38\ -\xc6\xf5\xef\xaa\xa5\xf0\x9b\x60\x7e\x35\x11\x72\x2f\x2a\x1b\xb2\ -\xcf\xe6\xd0\xc3\x18\xdd\x97\x8f\x84\xaf\x39\x21\x1b\xe2\xee\xd9\ -\x09\x4a\x57\xab\x7c\xdb\xe4\xe0\x6b\xc7\xbb\x2e\xd3\x9c\xd9\x2c\ -\x19\x4f\x4b\xf2\x13\x05\x22\xa3\x3a\x89\x05\x11\x57\xad\x40\x1f\ -\x61\x96\x70\x45\xa1\x82\x8e\xa4\xfb\x5f\x2d\xd2\xbf\xa1\x2d\x77\ -\xf7\x9f\xbb\xf0\x97\x8b\x91\x07\x8c\x59\x42\x45\x4f\xba\x8a\x94\ -\x83\xb0\xff\x77\xd2\xb0\x2a\xe2\x9c\xe6\x13\xcb\x9a\xbf\xb9\x39\ -\x4d\x0a\xbc\xb9\xef\x71\xa0\x9c\x1c\xbf\x63\x14\x73\x92\x70\x0a\ -\x2b\x4d\x62\x73\x1c\xb4\x91\x30\x73\x29\xc0\x4b\xa3\xc6\xf0\x28\ -\x55\xb5\x50\x58\x0e\xb1\xb8\xbb\x41\x39\x22\x66\xba\x83\x40\x6d\ -\x36\xd4\x17\xe8\x05\xc1\xff\x62\x0f\xbf\x53\x8e\xea\x85\xbe\xa3\ -\x22\x81\xc2\x86\x3e\xb1\x52\x6a\x49\x83\xfb\x82\x62\x41\xe9\x6a\ -\x64\xa4\xb4\xe1\x5a\x17\xd0\x09\xac\x4b\x19\x04\x16\xc0\x92\xd0\ -\x21\x84\x98\x7a\xa3\x64\x0e\xfa\x09\x2d\x22\xec\x94\x3d\xa1\x6e\ -\x2a\x00\x49\x0b\x74\xcc\x5e\xc3\x8f\x4f\x4b\x69\x86\x62\xc7\x8d\ -\x37\xdd\x88\x85\x94\x06\x08\x95\xd4\x02\x00\x80\x51\x74\x6b\x4d\ -\xec\x1b\x14\x13\x31\x5a\x10\x02\xb1\xa1\x51\xa3\x6b\x27\x02\x75\ -\x72\xea\x49\x9b\x9e\xb0\x65\xe6\x58\x28\x7a\x04\x59\xe3\x66\x9a\ -\x82\x7d\x57\x14\x2b\x7a\xfd\xdd\xd4\xa6\xe4\x29\x32\xd6\xea\x6b\ -\x8c\x9f\x63\x82\xd9\xcf\x19\xba\x50\xca\x24\xf6\x2c\x21\x1d\xc8\ -\x5a\x35\x7b\x70\x37\xa9\xcc\x22\x31\x5a\xb6\xfd\xbc\x39\x7f\xda\ -\xd4\xab\xe9\x31\x44\xac\xc0\x96\x93\x46\xe9\xe0\x06\xdc\x23\x31\ -\x82\x12\x82\x18\x5a\x30\x47\x20\x9d\xb3\xc5\xb1\xde\x28\x58\xda\ -\xaf\xb9\x74\x06\xc9\xc9\xc5\x7d\xd4\xc3\x6e\x7d\x3d\x38\x02\x8e\ -\x4c\xc5\x5c\x16\xaf\x16\xd2\x48\x08\xee\x13\xd8\x6d\xcb\x9d\xa6\ -\x37\x42\x4f\xa7\x06\x2b\x9e\x66\x3c\xcc\xa0\x07\x8f\x58\x0c\x68\ -\xaa\x3e\x88\x46\xac\xd1\xe9\xca\xda\xf3\x29\x04\xef\x93\x9b\x82\ -\x22\x03\xae\xeb\x34\x7b\x6c\x34\xf0\x9c\x1a\x79\xb6\xde\xe8\x13\ -\xdd\x9d\x32\x7a\x33\x04\x41\x38\xe8\xdb\xb7\x69\xba\x93\xe7\xb2\ -\x5b\x1c\xdb\x0e\xf6\xc5\xa2\x94\x55\x23\x00\x97\xec\x4a\x82\x59\ -\xc2\x6c\x1d\xd4\xac\x77\xd6\x80\x1f\x3d\x2b\xec\x39\xf9\xdd\xa4\ -\xeb\x99\x61\xce\x3f\x41\xb1\x93\x46\x07\xfb\x72\xcf\x30\x03\x87\ -\xe6\x76\x1e\x13\xe5\x3a\x6f\x1f\x05\x58\xf4\x60\x71\xd7\x80\xb8\ -\xcd\xb8\xee\xb1\xb5\xd1\xa7\x6d\x4d\x63\xb7\x21\xf7\x89\x99\x03\ -\x5f\xaa\x15\x1c\x3a\x65\xce\x79\x5b\x20\x37\x7e\xbe\xef\x34\xb5\ -\x9c\xe6\x43\x61\x0b\xe1\xab\x66\xfd\x3a\xf5\xb4\xd7\x27\x96\xbd\ -\x13\xac\x95\x36\x99\x9a\x69\x42\x60\xc0\xca\x40\x2a\x7a\xe7\xf7\ -\x6c\xc9\x7f\xfa\x9f\x36\x22\x3f\x47\x71\x73\x33\x2b\x92\x17\x3d\ -\x3e\xe1\xf8\x3a\xf1\x69\xc1\xe4\x02\x87\x2e\x3c\xc0\x62\xf6\xc6\ -\xaf\x53\xa5\xdd\x5c\x4a\xa5\x1f\xbb\x09\xc6\xa9\x57\xaf\x9a\xfc\ -\xa4\x65\x5e\x72\xe6\xfc\xbc\x5c\xbe\xf7\x39\x9d\x38\x2b\x2b\xeb\ -\x52\x1b\x20\x25\xa3\x67\x8e\x01\xc4\xd8\x3e\x09\xa6\xcd\x2c\x2e\ -\x5c\x0a\x4f\xda\x68\xcd\x14\xbd\x6b\x96\xa8\x59\xa3\xe7\xf9\xcd\ -\x0d\x90\x13\xdc\x7c\x0f\xec\xf9\x50\x31\x95\x09\xb0\xa6\x9a\x8f\ -\xd0\x3c\xa8\xf5\x75\xb2\xf7\xb6\x96\xfc\xbd\x4c\x9c\x1a\xd2\xed\ -\xb4\x70\xc0\xcb\x84\xaf\xac\x07\x48\x7f\x87\x16\xe7\xe1\xfa\x2e\ -\xa1\xc6\x00\x6b\xd9\xba\x26\x59\x0a\x16\xc2\x20\xf8\xc1\x3f\x01\ -\xd8\xb8\x5e\x0f\x80\xd3\x6e\xbd\x09\x39\x2f\x9b\x34\x0e\x0c\xec\ -\xe1\x82\x80\x5d\xa3\xe2\x62\xf5\x4a\x7b\xf3\x43\x64\x98\xd5\x31\ -\x47\x76\xcd\x32\xbb\xd6\xd5\x74\x4b\x82\x02\xcf\xf3\x64\xf6\x0e\ -\x67\x68\xae\x4f\xa4\xd8\x1d\x51\xb6\xa6\x2a\x82\x67\x7d\x43\xa0\ -\xd3\x04\xa5\x89\x76\x81\x92\x0f\xea\x16\xcb\x35\xa2\x32\x29\x05\ -\x39\xf6\xae\xc8\x63\xf0\xb8\xcb\xf7\xb4\x26\x67\x64\xa3\x40\x92\ -\xc2\xc9\x25\xe5\x77\x14\x94\x26\xf2\xae\x36\x3e\x77\x24\x5a\x0b\ -\x77\xcb\xc9\xb2\x31\x76\xe3\x88\xbe\xa1\x9c\xcf\x4a\x50\x6d\xaf\ -\x73\xc2\xbb\x89\xef\x84\x02\x4d\xad\x5a\x94\x76\xc0\xb1\x84\xa8\ -\xd1\xef\x32\x1d\x10\x3c\x59\x18\x06\x4a\x34\xf5\x52\xb1\x06\x5c\ -\x5d\xe6\x74\x11\xcf\x39\xe1\x91\x1f\xa8\x91\x4c\x36\x74\x84\x01\ -\xd8\xb4\x34\x37\x1a\x83\x17\x55\x11\xe0\x8c\x67\x03\xcc\x0b\x42\ -\x4f\x15\x54\xa0\x43\x40\x5a\x34\x28\xbb\xf0\xb4\x6c\x34\xa1\x72\ -\x21\xb8\xa6\x6c\x6c\x45\xa5\x9c\x7b\xe6\x76\x29\x84\x59\x03\xfd\ -\x44\xe6\x4a\xcd\x0f\x41\x6b\x78\xb8\xa0\xb8\xb1\xfe\xc1\x43\x15\ -\xd5\x9c\x85\xc2\x1c\xc1\xad\xad\xed\xcf\x37\x2a\x0f\x03\x86\xe3\ -\x4e\x50\x18\x60\x9c\x76\xbf\x71\x41\xac\xa0\xb1\x12\x9e\x45\xaf\ -\x4e\x5a\x4b\xde\x5c\x4c\xcc\x86\x7f\x03\x0c\xc0\x2f\xcd\xfe\x00\ -\xdc\xed\xab\xf9\x62\x50\x01\x1e\x4c\x5e\x85\xfc\xc3\x40\x26\xee\ -\x46\x29\x20\x26\x9a\x3f\x43\xbd\xfd\xbf\x85\xca\x1a\xe2\xd4\x35\ -\x0a\x98\x8b\x12\x98\xd3\x9e\x70\x50\xa6\x8e\xcb\x7d\x3b\xb4\x75\ -\x4d\x3d\xfd\xf5\x21\xc0\x40\x8e\x67\xd8\xa8\x26\x86\xe0\x51\x69\ -\x1a\x9c\xca\xc6\x66\x7a\x51\xa7\x77\x59\x33\xca\xf7\x3c\x3c\xd8\ -\xcd\x10\xa8\x00\x05\x92\x56\xd5\x5b\xc3\x56\xe9\x90\xca\x4c\xb0\ -\x8b\x65\x2d\x9d\x0c\xcb\xea\xe1\xdd\xe4\x85\x08\x5e\xb3\x5b\xea\ -\x64\x48\xe0\x9d\xd6\x36\x2b\x20\x84\x67\x61\x45\x4c\xe1\xea\x7a\ -\x6a\x9a\xac\xb0\xc7\xa2\xf7\x8a\xb3\x50\x1f\x58\x14\xfe\x6e\x99\ -\x0f\xbe\xb7\xec\x3c\xa5\xa9\xeb\xc8\x1c\xb4\xea\xba\x50\xba\x5d\ -\xbe\x47\x84\x11\xa8\x77\x2d\xce\x76\x1d\x1e\x16\x7a\x53\x38\x4a\ -\xb9\x8c\xdb\x9b\x51\xcf\x51\x3a\x1a\x74\x6c\xfa\xd0\x57\x93\xa1\ -\xcd\xcc\xc3\xe9\xda\xe1\x56\x57\x8a\x95\xaa\x83\xba\x16\x79\x17\ -\xca\xe7\xae\x17\x7d\xa3\x8a\x0e\xc5\xc9\x1b\xdd\x50\x23\x9e\x7c\ -\x2f\x52\xde\xad\x58\x9a\x14\x1a\xe1\x98\x16\x13\x5b\x04\x63\x6d\ -\x70\x3f\x7f\x0d\x04\x22\x2c\x67\xe3\x50\xf4\xdc\x03\x74\x03\x58\ -\x0c\x3b\x6e\x0e\x24\xbb\x6a\x82\x8e\x26\x12\xc6\xf1\xfa\x9b\xa6\ -\x45\xfa\x34\x85\xca\xc4\x1c\x5b\xed\x83\x47\x2c\x80\x02\x0b\x56\ -\x2b\x78\xec\x80\x69\xb8\x98\x52\x8b\xf2\xfd\x9e\xa0\x32\x25\x2c\ -\xda\x9e\x60\x71\x58\x33\x54\x1d\x90\x43\xff\x38\x40\xae\x5a\xb9\ -\x5a\x5d\xcf\x28\x82\x31\x0c\x43\x72\x7f\x2c\x73\x3d\x46\xd9\xcd\ -\x1f\x28\x1c\xee\xaf\x99\x34\x00\x00\x20\x00\x49\x44\x41\x54\xe4\ -\xf0\x8b\xa5\xf6\xde\xf4\x9f\x00\x35\x1d\x46\x0e\x7d\x0d\xde\x68\ -\x80\x70\xa5\xf8\x67\xb1\x5f\xe2\x30\x6c\x42\x99\x7a\x60\x6a\xc0\ -\x01\x08\xc0\x50\xb5\x48\x80\x67\xc1\x96\xb1\xfb\xcd\xc4\x62\x76\ -\x7e\x54\x3d\x95\x19\xd9\x54\xea\xe0\x06\x8e\x79\xdd\x56\xf3\x06\ -\xbd\xee\x4a\xbb\xee\xae\x11\x17\x63\xc1\x80\xe8\x94\x08\xa1\x9e\ -\xcd\xfe\x79\x5b\x1c\x8d\x81\x82\x22\x2a\x8b\x68\xd9\xb1\xad\x56\ -\xa2\x8c\x16\x90\x42\xef\x83\x4e\x15\x46\x33\x40\xab\x41\xec\x28\ -\x7d\x7f\x78\x30\x30\x23\x34\xcd\xff\x0d\x7c\x19\x6e\x3c\xee\xee\ -\xb9\x76\xd7\x2e\x50\x30\x65\x0e\x08\x06\x86\x10\xb7\xcf\xa0\xd6\ -\x05\x7a\x56\xa4\xf6\x2d\x5d\x56\x87\x19\x30\xa9\x5c\x28\xd7\x87\ -\xb2\x8d\x60\xcf\x0d\x44\x8d\x98\x89\xfe\x55\x75\x50\x7d\x1d\xb5\ -\x48\x99\xca\xa2\xf0\x1e\x42\xd2\xa1\x31\xdc\xa0\x7f\xe3\x8c\x51\ -\xb7\x40\xc4\x2b\x07\x3b\x1f\x56\xb5\x69\xbd\x20\x0a\xa6\xe7\x90\ -\xe0\x3a\xdb\xe8\x79\xd3\x92\xd4\x89\x8a\x8e\x70\x3f\x5a\xd4\xd4\ -\x86\xa5\x89\xa9\x97\x15\xae\xde\xd1\xfe\xa4\x40\x0f\x95\xcb\xaf\ -\x59\x67\xa3\xdc\xc8\xd5\x96\xd7\x47\x8d\xfa\x49\xa2\x8c\x2b\x32\ -\xd2\x2c\xde\x25\x1d\x08\xb3\xc0\xf5\x26\xea\xee\x82\x33\x4a\x9e\ -\x84\x84\xad\x39\x6c\x8e\x56\xb9\xc9\xe0\x12\x12\x57\xd1\x86\x23\ -\xa1\x9b\xbb\xee\x6b\xc7\xc8\x89\x66\x7b\x5d\x3b\x95\x6c\xcf\xdd\ -\x39\x8a\x93\x52\xe4\xee\xaf\x43\xd4\x55\xa4\x69\x1c\x40\xee\xd3\ -\xb3\x1a\x9e\x26\x90\xe2\x51\x21\x04\x18\x14\x66\x1d\xde\x3c\xb0\ -\x35\xe5\x2e\x4e\x0e\xf7\x37\xe7\xbe\xef\xda\x83\x2d\x6f\xc8\xed\ -\xa6\x6f\x4d\x52\x9d\x54\x69\xb0\x9b\x6d\x56\xb7\x21\x26\x0b\x65\ -\xb5\x06\xbd\x87\x6e\xe2\x77\xe4\xcc\xb3\xcf\x9c\xb4\xb5\x23\x3c\ -\x2f\xe8\xdb\x9b\x15\x38\x8d\x9f\xeb\xd7\xfa\xa4\x77\xd0\x8f\x15\ -\x0e\xb9\x1f\xdd\x28\xc4\x27\x6c\x81\x3c\xba\x6e\xd0\xc4\xf6\x58\ -\xc2\x28\x19\x4a\x58\x21\x49\x52\x5f\x21\xf5\x75\x87\xf5\xf4\x18\ -\x79\x09\x11\x2a\x83\xc7\xff\xbd\xae\x11\x7b\x6e\x23\x1a\x44\x29\ -\x79\x1f\xab\xf1\xb4\xe3\x7b\x68\x84\x49\x45\xb8\x76\xc9\x82\x9b\ -\xfd\xec\x1b\x5a\xde\x35\x9a\x6a\x72\xe3\xee\x47\x60\x85\xf1\x9e\ -\x2b\x27\xc2\xd6\x57\x0c\x75\xc3\x58\x3d\xa2\xd0\x1b\x45\x36\xaa\ -\xe9\x3e\xa1\xae\x5a\xa3\xbc\x88\xca\x01\x2c\xbc\x99\x9f\x8c\xa4\ -\xdf\x49\x82\x2b\x64\x60\x87\x5e\x86\xf0\x1a\x30\x0a\x45\x2f\x93\ -\x94\x34\x04\x20\x6b\xc0\x60\xd7\x02\x19\xe5\x0f\xbb\x69\x42\x16\ -\x16\xbb\x3d\x31\x1e\xfa\xbc\x1d\xd1\xd4\x7c\x24\xec\x93\x41\xe0\ -\x40\xfd\xbe\x09\xf8\x6b\xe0\x79\x47\xaa\xe1\xeb\xbd\xf3\x4f\x08\ -\x76\x9d\x2a\xec\xf7\x53\x03\xc6\x8a\xdb\x5d\x4c\x5b\xa1\x14\xd4\ -\xd5\xa2\x5c\x30\x9d\xc1\xa1\x3b\xad\x61\x9b\xa4\x8e\x26\x68\x8f\ -\xb3\xe8\x45\x18\x5e\x45\xe0\xb5\xe1\x0a\x4d\x0e\xf6\xdf\xd9\xa7\ -\x4e\xfd\x73\xac\x54\x6c\x9d\xb8\xd1\x57\x44\xd7\xad\xdf\x03\x35\ -\x76\xbb\x6b\xa7\xce\xe2\xe7\xb8\x85\x6a\xb1\xd7\x5c\xd5\xca\xef\ -\xde\x81\x0f\xa8\x91\x2a\x6d\x6f\x92\x1a\xd4\x84\xc6\x2e\x27\xb8\ -\x8c\x04\x66\x74\x1b\x93\x3b\xf0\xfd\xeb\x67\x6a\xcb\x0b\x12\x0b\ -\x42\x75\xcb\x76\xb5\xf3\x46\x5c\x4d\x93\x23\x56\xb8\x6a\x71\xea\ -\x3a\xd7\x1e\x11\x91\x39\x65\x12\x36\xf8\xf5\x29\xe4\xff\x47\x3a\ -\x0e\xee\xf9\x78\xce\xa2\x08\x20\x94\xdb\x5d\x1a\x22\xfe\xf6\xc3\ -\x33\xff\x52\xf0\x7d\x3a\x93\xe8\xff\x3a\x06\x43\xdd\xe4\x64\x33\ -\x75\x92\xde\x10\x03\xcf\x98\x02\x5e\xd7\x26\x95\xa6\xa7\x50\xe8\ -\x5c\x2f\xef\x0e\xc0\xe9\xdc\x58\x22\x36\x2e\x2c\x99\x1b\xf8\x76\ -\xfb\xe7\x1e\x0b\xf3\xee\x50\xdc\xf5\x63\x88\x1d\x58\xaa\x00\xef\ -\x8d\xc9\x73\x6a\xe0\x37\xe8\x9c\x33\xfa\x24\x33\xf0\x0c\x77\xaa\ -\x46\x0e\x42\x36\x71\x1f\x1d\x48\x6d\xfa\x3f\x8c\x98\x9d\xd4\xdd\ -\xd0\xf5\x19\x28\x55\x53\x0e\x4d\xad\xba\xda\x65\xf3\x45\x01\xb0\ -\xe3\x55\x29\x56\xf5\xf1\x8c\xd2\x5d\xa6\x8b\x16\x8e\x64\x14\x33\ -\x0e\x08\x9d\x54\x37\xfc\x2a\x20\x9c\x37\x58\x9b\xe6\x31\x6c\xcb\ -\xed\x6c\x75\x0d\x6c\xd6\x47\x16\x26\x6e\x8d\x50\x78\x46\x84\x6f\ -\x82\xde\xd3\x43\x92\x51\x12\xda\xa6\x43\x7f\xc5\x61\x7a\xd7\x0d\ -\x35\x24\x7a\x8f\x06\x48\xec\x86\x66\xc6\xa2\xd2\x2c\xde\x32\x01\ -\xc3\x52\x8b\x00\x16\x7d\xaf\xd5\x56\x5c\x07\x43\x18\x40\x6c\xb5\ -\xfe\x48\x3d\xea\x0b\x60\x38\xc6\xcf\x17\x77\xb8\x65\x0f\xa4\x52\ -\x9d\x3a\x6d\x45\xb5\x35\x1c\x4d\x85\x6f\xe8\xa8\xf5\x07\x85\x45\ -\xf5\x90\x14\xd6\xaf\xf5\x34\x9a\xd6\x4e\x49\x5c\xcb\x42\xf0\xe0\ -\x63\x68\xea\x13\x9d\x3b\xb3\x18\x85\x86\x1b\xfd\x00\x11\x0f\x31\ -\x61\xb5\x7f\x26\xa2\xa6\x13\xea\xc8\x49\x15\x26\x9e\x9b\x34\xed\ -\x61\xb9\xb0\x7e\xee\xee\x50\xb7\xc3\x46\xbf\xdf\xad\x80\xf1\x55\ -\xe4\xd7\x8a\xab\x2a\x96\xbc\x1c\x3a\xd5\x4a\x7d\x77\x21\xbb\x15\ -\x22\x57\x2a\x07\xce\x86\x5a\xb6\x01\xaa\xc0\x35\xcf\xe6\x7a\x90\ -\xda\xf8\x9b\xe5\x39\x1a\x46\x9f\x14\x56\x91\x5f\x16\x6e\xb6\x29\ -\x87\xa1\x43\x66\x3b\x1d\x54\x10\xe3\xcb\xbe\xfd\x5e\x7c\x71\x99\ -\x3a\x8b\x0c\x3c\x9a\x56\xc4\x01\x84\x7c\x08\xe2\x53\x1f\xe5\x97\ -\x9f\x1d\x0c\x63\x66\x70\xb4\xc0\x2b\x4a\xf7\x0d\xc1\x39\x10\x51\ -\xea\x48\x10\xf3\x63\xcd\x34\xc1\x02\x80\xf9\xf3\xb3\x09\x66\x21\ -\x50\x93\x40\x34\x9d\xba\x40\x94\x94\xd3\xea\xdc\x54\x78\xf9\x30\ -\xf4\x02\x25\x3f\x94\xf9\x74\x54\x64\xcc\x7c\x35\x89\x66\x98\xdb\ -\x7a\x4b\xeb\x5c\xda\xa8\x28\x12\x94\xb8\x66\xd5\x2b\xa5\x09\xc5\ -\x52\xa4\x82\xf4\x3d\x59\xf4\x85\x49\xe1\x92\x5e\xe8\x5e\x9b\x2b\ -\x39\xc0\x87\xff\xa4\x31\x73\x87\x25\xbc\xae\x2f\x7c\xdf\x3f\x56\ -\x98\x26\x20\x63\xc5\x1a\xa9\x03\x64\x36\x9d\xb8\xbb\x1b\xeb\x8c\ -\x83\x25\x82\x67\xf7\x69\x53\x3d\x0b\x57\x79\xdf\xd5\xce\x95\x43\ -\xbc\x63\x4e\xae\xd1\x68\x03\x2c\x5c\x00\xd4\xa9\x42\xfa\xa5\xeb\ -\x52\x00\x5d\x0a\x72\x74\x40\x42\xca\xc4\x5a\x5e\x40\x29\x79\x15\ -\x82\x67\x19\x40\xdb\xbe\x18\x71\x0f\x08\xee\x8d\xde\xde\x36\xad\ -\xf2\x39\x75\x9d\x5f\x88\x96\xab\x4d\xbb\x53\x54\x63\x1d\x51\x9e\ -\x6b\xa1\x6d\x2a\x53\xb6\x70\xeb\xe3\x02\xc4\x71\x34\x64\xc4\xd9\ -\x4c\x79\xc0\x7d\x07\x78\xde\xe5\xcd\xf9\x9c\x57\x47\xd8\x05\xc0\ -\xb3\x13\xb5\x39\x36\x62\x6c\x38\xd6\x55\xe4\xf5\xe6\x3c\xc5\xa5\ -\x48\x2f\xb1\x14\x28\x17\xea\xfd\x8a\x82\x8d\x64\x0f\x11\xf6\xfb\ -\x5b\x36\x46\x06\x7e\xa1\x62\x6d\x94\x22\xfc\x53\xf6\x1c\xeb\xe7\ -\x89\xa5\xf9\x63\xb2\x49\xdf\x54\x36\xb3\x28\xf2\xef\x74\xd4\x38\ -\x9f\x84\x73\x32\x50\x62\x3e\x70\x50\xcb\x91\x51\x60\x8f\xcc\xcc\ -\xc7\xb5\x6c\x6c\x3a\xd7\x55\xce\x2d\x01\x1a\x7a\x3a\x9d\x11\x12\ -\xdc\x8c\x30\x90\xd8\x40\x9e\x71\x52\xc3\x29\x73\x96\x00\x3b\xd3\ -\xc4\x1b\x03\x7f\xae\x0c\x75\x32\x3c\x32\x2b\xaf\x88\xe2\xc3\x8d\ -\x54\x96\xd1\x1b\xd7\xe5\xee\xca\xaf\xdf\xd9\x43\xfb\xd7\xee\xc0\ -\x11\x6e\x40\x4c\x37\x1f\x3a\x6d\xd8\x81\xfe\x98\x6f\x56\x39\x87\ -\x31\x8f\x70\x72\xfb\x7d\xe0\x66\x80\x50\xa9\x5a\x6f\x53\xd5\xff\ -\x84\x12\x78\x73\x2f\xbe\x4d\x56\x6b\x63\xd1\x1b\x27\x6c\xf4\xf7\ -\xbd\x36\x98\x63\xb4\xc9\x64\xc6\x43\x54\xe0\x7f\x65\xed\x8a\x39\ -\xad\x60\x16\x18\xf8\x27\xcf\x3f\xdb\xcb\x60\xd4\x41\x90\x9e\xef\ -\x7a\x35\xd5\x39\x0c\x76\x36\x20\xcb\x73\x0d\x9d\x64\xda\xdc\x48\ -\xb3\x16\x8a\x50\x70\xc9\x89\x59\xd5\x75\x86\x9b\xdf\x51\xbb\x96\ -\xba\x0e\xeb\x94\x3d\xf3\xa1\xb4\x2e\x1e\xd7\x33\xbc\x4e\x79\xeb\ -\xdd\x24\x16\x4d\x00\x7c\x1a\x67\x35\xdb\xf5\xc8\xdb\xf2\x67\xff\ -\x04\xa0\x0f\x70\x67\xeb\xee\xd4\xca\xa3\x71\x96\x52\x57\x22\x44\ -\x84\x0b\x1e\x39\x65\xd9\xb8\x6a\x8f\x5b\x72\x65\x11\xb6\x66\x3b\ -\xa7\xb0\xcc\x1c\xf9\x9d\x7f\xc6\xcf\x06\x54\x78\xbd\x68\x1e\x03\ -\x35\x54\x7c\xe8\x6d\x4f\xc3\x24\x0c\xb7\x22\xd0\x45\x91\x20\x79\ -\x10\x11\x49\xd8\x5f\xba\xfe\x4a\x3b\x3c\xa5\x7c\x30\x66\xba\x73\ -\x24\xa6\xb3\x74\xc4\x06\x20\x0c\x0e\x20\x0a\x6d\x6c\xf4\xbd\x86\ -\x6c\x32\xc0\x18\x17\xfb\x70\xe7\xeb\xbb\x95\xa5\x07\x25\x3a\xda\ -\xe6\x50\x69\xf0\x44\xcb\xa5\x23\xe7\xc1\x90\xf0\x85\x7c\x4d\x1f\ -\x7f\x6b\x82\x1c\x29\xee\xcf\xf1\xe6\x88\x87\xe6\x94\xa6\x52\x7f\ -\x36\x3a\xd4\x0d\xad\xd2\xc5\xce\xd7\xc5\x86\x2c\x05\xe9\x7f\xcf\ -\xa3\xda\x6d\xcb\x8f\x22\x08\x19\x9a\xdb\x9b\x6c\x07\x19\x6d\x8b\ -\x1c\xa1\x4d\x46\xe4\xf3\xb4\x8b\xfe\x08\x85\x5b\xfa\x67\x1f\x84\ -\xa2\x6d\xa3\x08\xf6\x23\xe3\xc7\x67\xa6\x14\x34\x5b\x51\x42\xba\ -\x14\x6b\xab\x24\x17\x39\xa5\x8e\x5a\x31\x27\x9b\x16\x26\x69\x09\ -\xdd\x88\x40\x40\x11\x4d\xf1\x30\x3d\x38\xb5\x59\x5a\x28\x27\x1f\ -\xb9\xd5\x98\xc2\x57\xa4\xf8\x5b\x13\xfa\x2d\x73\x0b\x45\x4d\x0f\ -\x5c\x84\x1b\x13\x40\xd9\x00\x01\x28\xd4\x56\x42\x20\x86\xb2\x56\ -\x12\xd1\xa9\xe5\x7c\xd2\x4a\x25\xf5\x6a\x1b\x5d\xa3\x72\xb3\x77\ -\xd7\xab\x03\x91\xae\xef\x99\x30\xa7\x62\x61\x26\x92\xe3\xf4\x7a\ -\x06\xd4\xfc\xbb\xb7\xa9\xc7\x6e\x53\x1d\x40\x02\xfa\xeb\x38\x27\ -\x95\x47\x01\x85\x15\x01\x93\x76\x99\x71\x3c\x1f\x3c\x68\x26\xfe\ -\x1a\x3d\x07\x29\xd7\x82\xb4\xcc\x38\xd5\x7f\xf2\x2b\xe2\x5a\x83\ -\xd1\x5d\x43\x02\x5f\x02\x51\xab\x7b\x51\xd0\x06\x65\x6f\x5c\x7c\ -\xca\x08\x8d\xfe\x98\xba\x44\x7b\x9d\x2c\xae\x72\xdb\xc5\x51\xa5\ -\xe1\x61\x40\xfc\x39\x1c\x45\x6b\x7e\x18\x11\xe5\x83\xdf\xf5\x0b\ -\x05\xc2\x7b\x9b\xe8\xb9\x31\x8a\x46\x73\x8c\xa4\xd5\xd9\x4b\x93\ -\x4b\x40\xfa\x35\x57\xe5\x6b\xe3\x76\xa3\x40\xf6\x71\x59\xcd\x6b\ -\x64\xa7\x7e\x1a\xbd\x69\xec\x8e\x8d\x16\x3e\x2b\x45\x57\x90\x0e\ -\x64\xf7\xa6\xc3\x03\x6a\xfb\xdd\xe5\xd3\xcf\xfa\x3e\x8b\x3b\x97\ -\x2c\x90\x98\xf2\x32\x9c\xb3\xbd\x61\xb4\x4d\xf1\xa0\x9a\xf2\xf9\ -\xad\x0d\xd5\xd5\x66\x0d\x60\x38\xe9\x3c\xce\x5f\xac\x9a\x8e\x73\ -\xa4\x7e\xbe\x6e\x7c\x03\xe4\xf8\x0e\x52\x04\x5d\x55\x4d\x96\x65\ -\xbf\x67\x06\x01\xfa\x49\x4f\xd4\x50\x5f\x28\xb9\x72\x60\xed\x70\ -\xa3\xd8\x15\x2d\x90\x55\x7a\xfd\x0c\x09\xaa\xf6\x0a\x98\x47\x18\ -\x81\x3c\xff\xeb\xb0\xd8\xfe\x52\xec\x63\x52\x7f\xa3\x71\xc1\x5d\ -\x1a\x60\x9e\x92\x01\x28\x4a\x80\x89\xbe\xbb\xd2\x86\x9b\x1a\xc3\ -\x22\xc3\x5a\xd9\xea\xa8\xf5\xbd\x2b\x8f\x5a\xa5\xbb\xdd\xf6\x26\ -\x63\x73\x0b\x0e\xad\x8a\x4e\x06\xd9\xa8\x7c\xda\xbc\x8e\xa3\x01\ -\x41\xa8\x76\xf3\x08\x95\x9c\xa2\x51\x28\x13\x80\xf9\x02\x20\x76\ -\x09\xc7\x2d\xeb\xef\x9f\x80\xc5\x63\x62\xdc\xa6\xa5\x5f\x80\x9f\ -\x52\xf0\x6b\xf9\x88\x6d\xa2\x5b\x0d\x0f\x8f\x58\x16\xcb\xba\x53\ -\xf0\x08\x63\x9f\xe8\x64\xde\x99\x4a\x02\xec\x86\x08\x01\x46\xf5\ -\xc9\x94\xc7\x1f\x04\xce\x2e\x3d\x6b\x2b\xf3\x27\xa9\x68\x9f\xb1\ -\x3b\xd4\xc5\xc4\x0d\x0a\x60\xfa\xf4\x0c\xab\x4a\xaf\x46\x8e\x3b\ -\xe8\xf6\xcc\x7d\x02\x43\xd6\x50\x4d\x24\xf8\x70\x06\xf2\xd6\x0c\ -\x2a\xb9\x00\x64\x57\x8a\x79\x75\xe5\xad\x7f\xef\xe0\x07\xde\x6b\ -\x9e\x83\xde\x18\x9a\xb2\xfc\x7e\x24\x69\xd1\x04\x2d\xce\xc9\xce\ -\x5e\x16\x3e\xa6\xc9\xd2\x28\x8d\x5c\x4c\x81\x30\x98\x61\xfa\x39\ -\x56\x0d\xa2\x66\xa1\xc6\x6b\x32\xf3\x24\xe6\x27\x00\xad\xba\x9e\ -\x53\x3a\x82\x30\xac\xee\x0b\x4f\x81\x2a\x29\x82\x74\xac\xf6\x7e\ -\x24\x72\xac\x0e\x6e\x2f\xf4\x05\xd9\x7e\x11\xf3\xd9\x75\x3b\xe5\ -\x0a\xb1\xe7\xfe\x88\xa2\x25\x91\x3f\x43\x98\xf9\x2c\x90\x01\xb7\ -\x6a\x7b\xfe\x63\x2e\x62\x12\x28\x93\x9b\x07\xd4\xc0\xde\x40\x8b\ -\x3c\x54\x4c\x9e\xc8\x0d\x68\x46\x06\xb3\x7c\x3d\x16\xaa\x13\x78\ -\x28\xeb\xed\xb2\x2b\xa6\x1d\xe4\xe8\xc9\x0d\x81\x29\xcd\x4f\x39\ -\x79\xd9\x03\x4a\x45\xcb\x08\xcf\x05\x0b\x07\x19\xe3\x6c\xeb\xc4\ -\x63\x01\xd2\xbc\x16\xe3\x19\xae\xcc\x7d\x21\x43\xcd\x41\xb2\xc6\ -\x84\xf9\x8a\x10\x45\x71\xbd\x51\x29\xfa\x88\xdd\xa8\x04\x41\x7d\ -\x1c\x07\x05\x0b\x4c\xf8\xcf\xb0\x0e\x4d\x86\x17\x57\x22\x3e\x71\ -\xa2\xb8\xc4\x77\x4e\xb5\x9b\x2f\x28\xc2\x24\x40\xe6\xe0\x04\x16\ -\xc0\x87\x82\x8a\x3e\xbb\x63\x21\xcd\x86\xdc\xf7\x8b\xbe\x9b\xad\ -\xec\x07\x96\x17\x47\x82\x81\xcb\xe4\xc1\x8b\x36\xe0\x76\x27\xc7\ -\x4b\x30\x30\x17\xbb\x51\x0f\xd5\x23\xc2\xd2\x58\xe5\x84\x82\x76\ -\x0b\xe1\x17\x2d\xc2\xfe\x19\x51\x71\x06\xaa\xeb\x5a\xa7\x18\x45\ -\x90\x2b\xcb\x42\x5b\x4b\x91\x28\x90\xf9\x61\x16\xea\xaa\x89\xe5\ -\x4b\xb9\xff\xae\x23\x2b\xef\x5c\x03\x96\x4f\xc4\x99\x2e\x54\xa2\ -\x76\x79\x09\x45\xba\x79\xa0\xae\x02\xa1\x01\x03\x62\xbb\x8c\x6b\ -\x51\x4d\x71\x02\xf6\xcb\x95\x0e\xe4\x69\x9f\x45\xb5\xaf\x37\xcb\ -\xe0\xd8\xef\x4e\x49\x61\x51\x31\x7f\x4b\xa6\x87\x7c\x4e\xf9\x69\ -\x47\x3e\x50\x50\x18\xb7\xa9\x75\xf6\x1c\xae\x5f\x1c\xe5\x21\x8f\ -\x96\xdf\xd1\xce\x3c\xd8\x27\x39\xa3\x50\xc7\x0a\x85\xac\x00\x13\ -\xd5\x4d\x74\xd7\x1b\x54\x11\xf1\x8d\xea\xd1\xa7\x65\x1e\x82\x28\ -\x96\xd9\x94\xba\x03\xac\x3f\xff\x5a\xd0\x8c\x2d\xb0\xdb\x43\x53\ -\xc7\xd5\x9c\x27\x7e\x7f\x2b\xaa\x39\xed\xdb\xaf\x4d\x46\xbd\x70\ -\x4b\x30\x73\x75\x06\x23\x9b\x0c\x71\x11\x47\x6f\x86\x34\xfb\x14\ -\xcf\xd1\x49\xd5\x3d\xd8\x7e\xa1\x75\xbd\xf4\x71\x77\xb1\x13\xcc\ -\xa9\x0e\x74\x5a\x0d\x23\xc3\x80\x3a\x5d\x30\x5a\x15\xbb\xd1\x08\ -\xb6\x40\xf4\xdb\xf4\x48\xa4\x08\xde\xa5\x7e\x15\x67\x91\x80\xb7\ -\xa9\x53\x65\x83\x70\x27\xa2\x15\xa0\xaa\xf2\xfd\x65\x03\x23\x44\ -\x96\xd1\x11\xd5\xe4\x82\x5b\x33\xdd\x8b\x85\xd4\xc9\x64\x70\x68\ -\xbd\xf7\xf6\xa9\xc0\xfd\x6e\xc1\xf2\xda\xcd\x54\xc4\x1b\x7b\xca\ -\xa9\xa7\x4e\xa7\x9c\x29\x42\xb1\xa7\xc9\xcd\xe8\xed\xfd\x61\x68\ -\x35\xaa\xde\xce\x4c\xa5\x0c\x89\x0e\xba\xa7\x65\x3a\x61\xd1\xbd\ -\x21\xb9\x2e\x23\x35\x82\xe8\x71\x30\x70\xb7\xb4\x8e\xe2\x16\x3c\ -\x43\x6e\xc5\x3a\x0f\xa3\x12\x90\xd4\x65\x62\xd2\xa2\x97\xd1\xa0\ -\xf4\xeb\x9f\xee\x94\x5b\x42\x89\x45\x56\x98\xd3\x00\x1a\x9d\x56\ -\x56\x5f\x37\x8c\x25\x8b\x30\xcd\x89\x10\xa1\x59\xab\xbf\x4d\xce\ -\x77\xdd\x98\x9b\x03\xa0\x9c\x4d\x0e\x96\xba\x2e\x1a\xc7\x2a\xb8\ -\x2d\x41\xdb\x99\x7b\xe6\x26\x28\x2b\xf5\xaf\x66\xa7\x5e\x75\x6b\ -\xff\xb7\x54\xde\x58\x5f\xab\x64\xd4\x35\xca\xe2\x9e\x25\xf8\x66\ -\x4d\x4e\x97\x3b\x16\x8e\x3a\xcd\xc1\x88\x46\xdd\x07\x4e\x73\x15\ -\xb7\xd5\x0f\xcd\x2c\x35\x03\xb7\xda\x64\x91\x90\x19\x59\x24\xad\ -\x77\x0f\xf3\xf5\xf7\x38\xdc\xdc\x6d\xab\x99\x7d\x52\x8c\x65\xdf\ -\xe5\x00\x83\x5a\x23\x51\x59\x3e\x31\x81\x6a\xf4\xe7\x0a\xae\x64\ -\xdd\xfa\x00\x03\x9a\x9b\x9e\x80\x87\xb8\x17\xb0\x16\xcd\xac\x4b\ -\xc0\x8c\x1b\xb0\xff\x4e\xe0\x46\x6b\x75\x86\x98\x54\xf0\x83\xea\ -\x24\x90\xdb\xdd\x8d\xc8\xa1\xfb\x0c\x37\x47\x72\x03\x32\xad\xf9\ -\x7c\xa8\xc0\x9b\xa6\x0a\x1a\x73\xc5\x9b\xab\x8c\x63\xcf\xb3\xd6\ -\x01\xdd\x51\x18\x73\xfe\x4c\x45\x1d\x8d\x21\x4d\xa0\x3c\x0e\x81\ -\x8a\x87\x81\x94\x06\x09\xe9\x85\x7d\x61\x54\xe5\x5d\x47\x57\x73\ -\x4f\xeb\x3d\x3c\xdf\x8a\x3f\x31\x61\x3c\xd0\x96\x8f\x44\x12\xa9\ -\xf0\x67\xb2\x75\xde\x57\x21\x6e\xc5\xce\xc1\x64\x90\x2b\x07\xbd\ -\x3e\x54\x36\x23\xb6\x68\xac\x40\xed\x1a\x59\xa8\xbd\x16\x2a\xa1\ -\x61\xb2\x19\x38\xb8\x09\x83\x76\x9a\x14\x87\x00\x85\x0b\x58\x71\ -\x36\x2c\x21\xb2\x62\x63\x40\x8a\x42\x8a\xb6\x0b\xc6\xba\xdb\xa0\ -\xde\xd1\x35\x7f\xa7\x0a\x8a\x3a\x0a\xb1\x4a\x23\xb8\x9a\xf9\xc7\ -\xae\xf9\xd2\xc5\x3f\xa0\x1a\xa7\x89\xc8\x5d\x4c\x7f\xb8\x21\x61\ -\xa0\x85\x8d\xda\x77\x68\x86\x7a\x11\xd0\xf2\x89\xd0\x1d\x02\x31\ -\x5d\x1b\x1b\x07\x3b\x05\x9d\xce\x3f\xde\x0b\xe9\x31\x2c\x77\xc8\ -\x3e\x8b\xc8\xc5\x92\x2c\x68\xd5\x7d\x6d\x43\x2c\xc2\xe2\x79\xb4\ -\x0d\x76\x6b\x50\x5a\x21\xe8\xd4\x99\xc8\x22\xfa\x0f\x32\x61\xca\ -\x25\xe5\x7a\x2e\xde\x00\x84\x61\x36\xa8\x6e\xc5\x79\x13\xea\x47\ -\x5d\xfd\x4f\xc1\x91\x9b\x16\xcc\xf9\xcc\x3a\x75\x1b\x31\x2e\x4f\ -\xc4\xff\x0e\xb4\xd6\xc9\xe9\x8e\x3a\xf9\xef\x7a\x9e\x27\x82\x31\ -\x23\xf7\x29\xbe\x66\x01\xd1\x9f\x38\x84\xb8\xfc\xbc\xb8\xb0\xb5\ -\x52\xd8\xa8\xa6\xf9\xda\x26\x91\xdd\xb7\x52\x90\x6b\xbb\x04\x86\ -\xa2\x5a\xd5\x25\x2b\xb5\x0d\xa7\xf8\x58\x5c\x57\x92\xd7\xc3\x61\ -\x7b\xd0\x32\xf4\xc2\x9c\x60\xb5\xc0\x5a\xd5\xb1\xac\x9c\xe8\xd2\ -\xe9\x08\x57\x93\xd2\x61\xb3\xad\xa9\x39\x5d\x3b\x90\x50\xf9\xdc\ -\x15\x59\x67\xee\x02\x88\xbb\xa6\x01\xed\xb5\xd8\xf4\xa1\x98\xb4\ -\x74\x4a\x4f\x39\x4f\xc6\x0c\x01\xfa\x6e\x4e\x03\x05\xeb\x67\xbc\ -\x50\x40\x68\x0b\x10\x2d\xaf\x39\x82\x9d\x83\x04\xcf\x5d\x8f\xb5\ -\xd3\xa5\xcd\x55\xb1\x02\x67\xae\x89\xbb\x3a\xd9\xb5\xd7\x23\xc7\ -\x64\xac\x6a\x27\x2b\x3f\x7f\x9f\x5e\xf5\xfd\xed\x2e\x7d\x1b\x5f\ -\xbe\x16\x32\xe0\x19\x8c\x66\x3b\x5d\x5d\x2b\x2d\x8c\x95\x61\x99\ -\x9d\x34\x06\x5d\x75\xd5\xcc\x61\x13\xfb\x32\x40\xd8\xe4\x37\x53\ -\x82\x5e\xf2\xf5\x06\x59\xb6\x2c\x29\xb7\x16\x07\x6b\xde\xfc\xcf\ -\xfc\x6b\x18\xdb\xb4\x1a\x84\x9b\xb9\x8a\x48\x29\x86\x76\x9a\xd8\ -\x65\xff\x3b\x08\xa0\xda\x82\x0b\xdd\x0a\xf7\xa9\x6a\x77\x32\xf3\ -\x69\xc1\x0d\x44\x3c\x50\x91\xfa\x9f\x54\xf5\x38\x14\xc8\xad\x3b\ -\xef\xc2\x96\x95\xe6\xf1\x0f\x16\x29\x5d\x68\x4a\xdb\x1a\x36\x2d\ -\x28\x31\x01\x5b\xd8\xb3\xa7\x24\xb2\xb0\x9a\x67\x78\xd1\x03\x12\ -\x66\x27\x40\x54\xe8\xb2\x1d\xc8\xd8\x43\x58\xaf\x93\x3c\x07\x4d\ -\xdc\xdc\xc6\x53\x19\x4b\xd6\xa2\x03\xb0\xd5\x05\x57\xef\xc4\x55\ -\xf2\xae\xd6\xa6\xc9\xab\x6b\x62\x33\x8d\x29\x79\x6c\x52\x04\xf2\ -\xb7\x3b\x23\xb5\x1c\x3f\xad\x61\x48\x18\x48\x05\xfd\x95\xa5\xe0\ -\x1a\x17\xac\x4e\x83\x2d\x6c\x9e\xcf\xbb\xca\xf5\xe2\x48\x66\x02\ -\x86\xed\x59\xbd\xc9\x0e\xde\xc0\xe2\x13\x04\x19\x41\x4b\x0d\x07\ -\x53\xea\xce\x87\xfe\x4c\x9c\x9e\x55\x9f\x83\xdb\xcc\xdf\x6b\xca\ -\xe2\x5c\xb0\x9b\x1c\xd9\xe7\x47\xa1\xd1\x14\xd5\x08\x1b\x60\xb4\ -\xd6\xd2\xe6\x1c\x39\x8c\x55\xc4\x9a\x2a\x96\x27\x3f\x5f\xe8\x86\ -\x10\xfb\xd9\xd5\x68\x64\x97\x81\x84\xe3\x78\xbc\x85\x08\x4b\xa1\ -\x29\x0a\x70\xd8\xed\x13\x75\x23\x0c\x5e\x99\xa7\xe5\x61\xd0\xe6\ -\xe7\xd3\x26\x5e\xd5\x50\x4e\x27\xb3\xf2\xb5\x3e\x89\x26\x92\xb0\ -\x9c\x41\xd6\x80\xf9\x33\x25\xcc\x7d\x2d\xd0\x0d\xcd\x30\xa7\xfd\ -\x6e\x80\xa1\x0e\xdb\xa2\xfe\x0b\x26\x8b\x19\xdb\xbd\xc1\x1b\xcd\ -\x7a\x97\xa9\x1c\x1a\xe0\x41\x36\x88\x21\xcb\xd8\xf5\xe6\xdc\x28\ -\x87\x63\x80\xd8\x73\x09\x47\xd1\xd0\x73\x96\xec\xcb\x4b\x7d\x50\ -\x69\x8f\x8f\x03\x22\xe5\xa2\x0d\xe0\xad\x9c\xbf\xce\x8e\x99\xcb\ -\x9c\xac\x92\xab\x69\xa1\x59\xac\x8e\x27\x0f\x7f\xec\xcf\x87\x86\ -\x61\x02\x46\xa3\x80\x30\x80\xe5\xb1\xa0\x37\x2d\x88\xb0\x24\x61\ -\x13\x0a\x3c\xf2\x17\x86\x0c\x20\xf9\x03\xcc\xc5\x52\x18\x16\xd0\ -\x24\xe0\xa7\x23\xa3\x64\x1d\xa0\x77\xc2\x1f\xfe\xc0\x44\x82\x89\ -\x03\x7e\x88\x80\xf9\x81\x05\x0b\x68\xa8\x0d\xe8\xb2\xe9\x82\x2f\ -\x24\x42\xcb\xe3\xb2\xe7\xf0\xc8\xaf\xe6\x64\x38\x9f\xdd\xf6\x1a\ -\xd1\x84\xb5\x3e\x8d\x8b\xe9\x4d\x04\xd9\xef\x19\x03\xd5\xa7\xdf\ -\xd8\x30\xe2\x85\x9c\x5d\x9e\x3f\x63\xc0\x5f\xcb\x01\x73\x84\x43\ -\x16\x87\x9e\x0a\x80\x60\xd9\x26\xd4\x4b\x7f\x00\x0a\xc6\xa5\xa2\ -\x74\xcb\x01\x47\x1c\x99\x2d\x3e\x7d\x26\xcf\x95\x22\xe4\x1b\xf7\ -\x59\xeb\x08\xf4\x1b\x16\x26\x4b\x44\xf0\xe0\x0a\xea\x84\xa3\xe7\ -\x4a\x9d\x14\x73\xe9\x7b\x34\x27\xc4\x26\x31\x4e\x7f\x52\x07\x17\ -\x86\xcf\x7a\x0e\xed\x8a\x6e\x8e\x5f\xcb\xd9\xfa\x77\x84\xe9\x8e\ -\xf9\x03\x3f\x44\x0d\x7d\x59\xeb\xa3\xcf\x0f\x11\xc6\xc0\x86\xcc\ -\x8b\x08\xf0\x23\x2d\xab\x82\x68\x26\xca\x03\x00\x2c\xbf\xd6\x78\ -\xe0\x95\xc7\x2c\x45\xe4\x2f\xee\x80\x05\x96\xd8\x0b\x2b\xdc\xe4\ -\xd4\x32\xdb\x32\x83\x08\x0c\x81\x27\x58\xdc\x8b\x3b\x9d\x8e\x4e\ -\x18\xae\x15\xa0\xba\xd1\x66\x8e\x84\x71\x02\xc3\x07\xe0\xf9\x24\ -\x32\x6e\xb4\xa7\x7e\x51\x7a\xe6\x18\x45\x71\xef\x07\xdd\xf3\x3c\ -\xb0\x84\x81\xc8\x90\x4d\xf2\xcf\x35\x1d\x14\xf5\x35\x8f\xd3\xea\ -\xdd\xa6\x4f\x1f\xf9\x64\x58\x36\x2e\xf8\x23\x23\x9c\xb8\xfc\xeb\ -\x58\x56\x4c\x0d\x48\x54\xeb\xe8\x2e\x84\x7f\xd7\xff\xe8\x67\x87\ -\x08\xc4\x13\x60\x0c\x1b\xd3\x4f\x20\x14\xf8\xc5\xa5\xce\x58\x38\ -\x4c\x4c\x8f\xc5\xc1\x12\xe0\x81\x22\x68\xe7\x0e\xa2\x3c\xf2\x64\ -\xc3\x61\x59\x51\x54\xa6\x0a\x09\x40\x64\x4c\x01\x60\x2d\x02\x25\ -\x68\xa2\x73\x4e\xcd\x85\x59\x2b\x9c\x91\x06\x22\xfc\xca\xdf\x38\ -\x58\x15\x0d\xcb\x5c\xb2\x01\x08\xcf\xfa\x55\x13\x10\x6f\xe8\x71\ -\xb6\xa6\xf9\xe1\xcf\xa9\x2d\x74\x17\x4e\x01\xcd\xab\x88\xe4\x77\ -\x2a\x97\x9e\x16\x02\x2c\x0b\x80\x66\x73\xef\x1b\x46\xc7\x20\x81\ -\xcc\xd1\xc1\x24\x30\x61\x49\x81\xff\xf0\x27\x27\x49\x20\xe9\x0e\ -\x68\x6b\xec\xc3\x7f\x61\xd8\xfe\x8a\xc2\x90\xd5\xe0\x65\xcc\x09\ -\x7f\xed\xec\x8b\x1d\xe2\x7a\xb3\x70\x88\xcc\x46\x56\x7c\x2f\x60\ -\xda\x78\x3f\xf2\x0b\x84\xc3\x02\xc0\x57\xba\xb8\x79\xa3\x30\x31\ -\x10\x3f\xcd\x71\x49\x00\x0a\x2c\xab\xcb\x2f\x59\xac\x2e\xa7\xe2\ -\xd3\xdf\xa5\x1a\x5b\x58\x66\xb7\x4b\x2d\xf3\x6a\x49\x06\x48\x07\ -\xaa\xe8\x36\xfe\x84\xb0\xcc\x98\x80\xeb\x65\x76\xa1\x7b\x7a\xc6\ -\x1f\x55\x51\xfc\x20\xa3\x42\xe5\x5e\x24\xee\xb4\x72\xa1\xcc\x41\ -\x44\xcb\x00\x23\x40\x20\xbb\xc7\x96\x45\x62\x78\x2f\x8a\x31\x29\ -\xed\x93\x24\xd7\x2a\xb2\x3b\x5b\xd9\x5e\x50\x37\x45\xb5\xe8\x75\ -\x94\xd4\x33\x9c\x24\x9a\xce\xda\x24\x62\x0b\x85\x65\x5e\xaf\x56\ -\xd3\x4a\xd9\x5c\x61\xcb\xac\x93\xe5\xe2\x5c\x86\x0c\x1f\x5e\x36\ -\x25\x52\x87\x4f\xb1\xc9\x83\xe7\xf6\xc8\x75\x7a\x9d\x4d\x96\xf8\ -\xf4\x02\xa1\x3d\x77\xff\xcc\x7c\xff\x68\x2c\xc6\x13\xfb\xc4\xc3\ -\xaa\x99\x7f\xe1\xf3\x11\x98\xe3\xbf\x0c\xe1\x96\x08\xf3\x14\x46\ -\x60\xf8\x68\x03\x4b\xea\xf2\x89\xe2\x16\x0a\x2b\xbe\x1f\x11\x61\ -\x59\xf1\x13\xa1\xc8\xa8\xcf\xee\x2f\xff\xb7\x61\xe8\x96\x17\x35\ -\x00\xd6\x93\x8e\x7d\x8b\xd9\x10\x78\xa5\x44\x31\x57\x20\x87\x73\ -\x7d\x2d\xcf\xf9\x53\x16\x4d\x50\x80\x89\x0d\x33\xd2\x0c\x4f\x2e\ -\x0d\xaa\x50\x52\xf2\x0f\xa7\x54\x54\xe5\xa3\xd6\x4f\x1f\x98\xf4\ -\x2f\xfb\x6c\x47\xd1\xed\x21\x3c\xf2\xb4\x20\x62\xad\x13\xd2\x22\ -\xfc\xc3\xeb\xa2\xd5\x1e\xed\xfc\xf2\xa6\x5c\xb1\x9b\x04\xc0\x60\ -\x12\x7c\xd6\xaf\x9d\xdb\x64\x8c\x22\xf3\xbe\xb5\xf3\x6a\x19\x55\ -\x54\x6b\xe7\x3c\x1b\x9c\xbe\xb6\x40\x75\xbd\x04\x9a\x0f\x27\xf2\ -\x31\x7d\x09\x03\x0a\xc1\xb3\x3e\x76\x67\xd3\xc5\x44\x86\xe1\x79\ -\x9e\x42\x45\x77\xcd\x4f\x46\x2b\x30\xad\x9c\xae\x0d\x82\x8d\x79\ -\x09\xcc\x9f\xd2\x23\xa1\xc5\x90\x1a\x6b\xc1\x58\x41\x18\x75\x2b\ -\xc1\x68\x8d\x2e\xa6\x89\x89\x03\x75\x8e\x77\xa3\xe6\xdc\x39\xe8\ -\x3b\x40\x5d\xe4\x34\x66\xc3\xce\x7b\x1a\x00\xfc\xb1\x69\xb4\x15\ -\xe6\x4e\x13\xb7\xe7\xe5\xe7\x7b\x68\x7f\xdc\x5e\xdf\xa5\x06\x28\ -\x61\x12\x15\x83\x03\xd6\xfb\x88\x68\xc0\xef\xf3\x7f\xa0\x26\xee\ -\x56\x06\x0b\x12\xc2\x82\x5f\x05\x89\x02\xc4\xa7\x02\xd0\x0b\x7c\ -\x44\x2c\xb7\x4a\x73\x5e\xd5\x0d\x13\xe0\xc7\xa2\x45\x3e\xeb\x03\ -\xcc\x19\x80\xeb\x0e\x7f\x5e\xc7\xfd\xc2\x07\x06\xda\x99\x47\xd3\ -\x6c\xcb\x13\xd0\xf6\x1a\xb9\x83\x47\x62\xb5\x10\xc0\xef\xfa\x37\ -\x78\xf4\x00\x54\xf6\x8e\xe9\xf3\x1e\x78\x42\x6f\xed\x0e\xc6\x48\ -\x02\xbc\xf4\xbd\xfe\xc2\xaf\xd5\x1f\x0a\x2a\xbb\xa4\x83\x61\x82\ -\xac\x27\x9a\x6b\xd7\x23\xaa\xf7\x42\xd6\xec\xff\xfe\x68\xfd\x3d\ -\x27\x46\x9f\x22\xf2\xc0\x30\xd3\xbb\x25\x4f\xac\xf5\x87\xdd\x18\ -\x24\xcd\xd5\x74\x88\x02\x96\x29\x0a\x20\x63\xc0\xfc\x57\xe6\x3e\ -\xfe\x46\x7d\x40\x96\xbf\xe9\x80\xbf\xba\xcc\x3e\x6c\x2a\x68\xb2\ -\x09\x28\x2a\xa5\x74\x62\x88\xaf\x46\x06\x0f\xb6\x4e\x71\xe4\xe4\ -\xc6\x33\x0e\x00\x35\x21\xc7\x5c\xd5\x54\x9c\x5a\xbb\x71\x0a\xd4\ -\x97\xa8\x8e\xc6\x8b\x51\x80\x75\xfc\xa1\xa5\xb1\x69\x46\x45\x70\ -\x44\x04\xfe\x8c\x19\x85\xbb\x23\xdf\x5c\xba\x71\xaa\x3a\x1a\x4e\ -\x9d\x95\x54\x1a\x5e\x41\xa4\x76\x33\x0b\xf1\x69\x0b\x4b\x43\xe5\ -\xbd\xd4\x9a\x36\x5a\x94\xd2\x89\x3b\x3f\xff\xb3\xd6\xc1\x4b\xdf\ -\x93\xd1\xb5\xd1\x7b\x1b\xe5\xcb\x75\x9c\x1e\xee\x61\x2b\xed\xae\ -\xab\x7b\x62\x6d\xb2\x68\x33\xd7\xa8\xce\x2d\x42\xda\x24\xdc\xd2\ -\xc5\xa3\x08\xac\x88\xb0\xa4\xdd\xa7\x98\x50\x7b\xfc\xa4\x63\x5f\ -\xba\xad\x14\x97\x29\x3b\x50\xdc\xf2\x1c\x8b\xce\x46\xcd\x9e\x66\ -\x8c\x68\xe3\xb3\x95\xa4\x17\x01\x21\x00\x17\xdc\x82\x2c\xe0\xd3\ -\x0b\x21\xcf\x51\x72\x37\x1e\x7e\xda\x44\x0c\x8b\x03\x0c\xc4\x68\ -\x9f\xab\xeb\x42\xd0\x33\x31\x6c\xf5\x2d\xeb\x0a\x59\x27\x02\xa2\ -\xcd\x65\x20\x64\xa8\xb1\x72\x0c\x39\x59\xa9\x9a\xa0\xd0\x79\xc9\ -\xee\xd8\x48\x17\x74\xae\x1f\x98\x27\xf5\x16\x23\xa9\xdd\x73\x93\ -\x2a\x9d\x61\x77\x5e\xea\x48\xe0\x80\x61\xd6\xd9\x61\xad\xce\x46\ -\x13\xe5\x8a\x1c\xd9\x51\x4a\x75\x4a\x83\x07\x15\x30\x0f\x5f\x43\ -\x6a\xc9\xf4\x27\x68\xb9\x6a\x74\xe6\x6c\xc5\x45\x0e\x31\x84\x89\ -\xbd\x42\x4e\xb1\x93\x2f\xe8\x98\xa4\xad\x7e\xca\xd5\x30\x0e\xbf\ -\x30\x30\x81\x6a\xc2\x91\xe1\xbe\x44\x64\x39\x1e\xfb\x74\x53\xf5\ -\x1e\xe1\xba\x58\xc5\xc4\x32\xca\xbc\x61\x34\x1a\xda\xfe\xb9\x0d\ -\xea\x96\xb4\x5e\x44\x87\x6e\x0b\x46\x8b\xa0\xf0\x4b\x85\xa5\x3e\ -\x85\xd2\xb0\x39\x05\x55\x6e\xf9\x73\x9d\x7a\x00\x08\x30\x8b\xf8\ -\xd7\xff\x9c\x09\x42\x53\x4a\x56\xf1\xcb\xee\xd0\x54\x46\x7d\x58\ -\xfe\x5d\x76\x19\x12\x51\x9c\x97\xba\x36\xa4\x51\x1c\xaa\x2b\x54\ -\x45\x40\xf9\x62\x66\x01\x4d\x47\x5a\x3e\x5f\x41\x7b\xbe\x89\xf2\ -\x26\x62\x7f\xe1\xe8\x1b\xa2\xef\xae\x5b\xbb\x46\x22\xa8\x52\x36\ -\x21\xc2\xa2\x25\xca\xe2\x3f\xe9\x69\x50\x29\x5d\xb6\xb6\x7d\xf2\ -\xbe\xbc\x69\x8c\x60\xe5\xdc\x93\x4e\x0d\xea\xeb\xda\xb9\x23\x7c\ -\x9a\x92\x08\x5c\x85\xf7\xe0\xc8\x76\x0b\x79\xf6\xdc\x2a\xba\xa0\ -\xf9\x0c\x2d\x7b\x65\xa3\x2b\xf7\xe9\x25\x36\x2a\x57\x8b\x39\x81\ -\x8c\x39\x89\x28\x0a\x90\xd6\x38\x5f\x75\x9e\x2d\xd7\xf2\x3b\xcd\ -\x4b\xed\x94\xb9\x58\x70\x4b\x9b\x72\xb9\x81\x8a\x36\x6a\xd4\xe9\ -\x8f\x8c\x49\x95\x5d\xac\x20\xe4\xa6\xa3\xd0\x46\xac\x20\xe1\xd5\ -\x92\x1b\xc5\x9c\x59\x51\x03\x78\x45\x60\xa1\xba\xa3\x69\x93\x09\ -\x41\xed\xda\xa9\x5a\x99\xd1\x03\xf9\x79\x96\xec\x1e\xff\xda\x01\ -\xde\xb0\x93\x59\x5f\x6f\x5a\x67\x2a\x0e\x70\xb0\x4f\x7c\x24\x44\ -\xfa\x31\xbd\x40\x6a\x79\x51\xb4\xe5\x1c\xf9\x19\x11\x40\xf1\x85\ -\x0a\xec\x26\x46\xca\x48\xc1\x42\xed\xba\x18\x73\x31\x5e\xdc\xd2\ -\xaa\x9b\x59\xd1\x9a\xdf\xf4\xc0\x54\xec\xa7\x61\xf5\x35\x12\xe7\ -\xd3\xb8\xba\xfe\xed\x53\xf8\x3e\xf9\x95\x23\x18\xf8\xf6\x3f\xda\ -\x5c\xf8\xce\x75\xfb\xa2\x01\x6a\x67\x29\x46\x24\x43\xfe\x31\x06\ -\x95\xac\x4e\x66\xa5\x4c\xee\xf5\xfc\xa0\x02\xbe\x8f\x38\x97\x9d\ -\x7d\x45\x35\xe3\xf2\xc2\xfc\xa2\x49\x5d\xe0\x79\x30\x4c\xdc\x78\ -\x69\x6d\xf5\x41\x52\xdd\x2b\x35\xb7\x02\xe8\xe9\xf2\x99\xaf\xd7\ -\xa7\x4b\x9f\x85\x11\x72\xde\x29\xd1\xd4\xa6\xde\x73\x18\xa0\xe1\ -\x77\xa7\xbb\x6a\x32\x07\x9d\x7e\x37\xb7\xa9\x9f\xc3\x30\x03\x2c\ -\x01\x89\x06\xae\xbe\xc6\x7f\xca\x57\x8d\x7c\xb7\x5d\x86\xc2\x0a\ -\x62\x04\xe5\x0f\x2a\xfb\x82\x4c\x02\x54\x4d\xef\xe8\x88\x7c\x8a\ -\xef\x2b\xe7\x3e\xdb\x33\x83\x2a\x63\x82\x74\xf1\x5e\x1b\xeb\x22\ -\x9e\x39\x43\x80\x34\xfb\x5a\x23\x44\x60\x03\xe4\xd8\xee\x8c\xe9\ -\x9d\xf5\x4e\x45\x23\x1b\xd2\x0d\x2c\x84\x13\x73\x2a\x81\xe2\x58\ -\xa7\x39\x45\x39\x39\x08\x3e\xfc\x72\xda\x86\x34\x6e\x62\x1c\x58\ -\x3e\xce\x24\x15\x48\x8e\x31\x60\x8c\xee\x00\xe7\xa3\x5e\x77\x31\ -\x59\xa6\x9b\xc9\x42\x80\xc3\x0a\x37\x05\xa3\xc5\xcd\x8d\x6f\x94\ -\x1e\x6c\xee\x28\x44\x60\x87\xba\x1c\x87\x41\x0d\xe7\x6c\x07\x1b\ -\x96\x7a\xb0\x70\x94\x23\x77\x4b\xe4\xd4\x93\x5c\x82\xec\x6e\xaf\ -\xed\x4a\xbb\xb8\x88\xd8\xdb\x38\x12\xbb\x2e\x46\x27\x7e\xf4\x35\ -\x87\x64\xd7\x2b\x75\x41\xa9\xfd\x4c\xd2\x29\x9b\x90\xb4\xa9\x20\ -\xb3\x16\x3f\x5c\x16\xda\x69\xd2\x01\x25\xc0\xb4\x88\x37\x4b\xa0\ -\xa5\x08\x5e\xdf\x57\xe4\x69\x6c\x93\xaa\x0c\x21\x4e\x8a\xcc\x40\ -\x3b\xe8\x90\xdd\x1c\xb4\x23\xc9\xe1\xa6\x93\x85\x9f\x98\x61\x8a\ -\x38\xf5\x3d\x2e\x6a\xcc\x2c\x04\x77\xff\x29\x01\x76\xba\x59\x47\ -\xd3\xbf\x65\x78\x34\x1e\x9c\xf6\x5b\x6e\xca\x59\x40\x3b\xdd\x2e\ -\x75\x7f\x71\xe8\xc0\x2c\x81\xd6\x9d\xd6\xe2\x45\x94\x73\xf8\x07\ -\x0c\x0b\xdc\x7e\x62\xa2\xb0\xeb\x6c\xc6\xcd\xd5\x0f\x87\x81\x0a\ -\xb6\x9f\xfc\x90\xc6\x8f\x4e\x57\xcd\x35\xd4\xc7\xf8\x00\x6c\x8f\ -\x33\x83\x78\xa9\x58\xb0\x06\x8f\x19\x2b\xb9\x0b\x5e\x29\x22\x04\ -\xa3\x64\x77\xd4\xf7\x97\x99\x7a\x70\xcd\x32\xb1\x4b\x42\xf8\xf5\ -\x52\x66\x40\x9d\x26\x95\xe0\x6e\x0f\x63\x4c\x63\x88\xaa\xeb\x19\ -\x47\x90\x6b\x16\xdc\x94\x85\x1d\x66\xd3\xb0\x64\x01\x2e\x8e\xfd\ -\x76\x1a\x2b\xec\x5a\x01\x6a\x36\xf5\x91\xb3\x04\xb8\xf1\xd3\x31\ -\xc0\x0d\xc0\x8d\x1c\xc9\x92\x5d\xac\x17\x66\x87\x51\x89\x8f\x18\ -\x9e\x43\x90\xdb\x8a\x73\x50\x57\x35\x6f\xd2\xf2\x1c\x19\x85\xe2\ -\x8b\x61\x84\xc0\x52\x7e\xf7\xa6\xcb\x85\x6b\xa1\x4e\x0d\x3c\x50\ -\x8b\xef\x6a\xd9\x8c\x0d\x68\x2a\xb3\xac\x28\x7c\x6a\xe3\xce\x54\ -\x9b\x04\x00\x64\x56\x1c\xa5\xd2\x79\xc1\x4c\x08\x0a\x15\xca\x82\ -\x4d\xb2\x19\x8a\xb5\xae\x28\x2f\x52\x16\xcd\xb7\xe6\x66\x37\x71\ -\x68\x86\x07\x12\x73\xf2\x6c\x46\x9c\xee\x27\xf0\x1e\x75\x01\xa3\ -\x51\x5d\xcc\xfa\xe0\xaa\x89\xbb\x9b\xe2\x50\xd3\xce\xee\x74\x44\ -\x30\x2a\x23\x1c\xce\x8b\x67\xee\xd8\xab\xc9\x80\x94\xcf\xb5\xb2\ -\x0d\xf7\xa6\x8b\x0b\xa3\xa1\xd2\x2f\xfd\xb3\xb7\xc8\x8b\x04\x48\ -\xb1\xb9\xc3\x32\xac\x5e\xbc\xb9\x94\x40\x1c\xe0\xca\xfd\x07\xae\ -\x07\x69\x86\x0c\x5b\x54\xc5\x45\x93\xd3\x68\x93\x0e\x16\x0e\x89\ -\xdd\x7d\xfb\xac\x29\xf6\xdc\x4a\x7b\xea\xaa\x09\xb5\xa9\x08\xc5\ -\x58\x53\x5a\xc1\x3f\xca\x14\x4a\xb6\xc2\x7f\xa7\xf6\xf6\xe6\xca\ -\x09\x0c\xf2\x4a\x25\x4f\x80\x1a\xd2\xc4\xab\xd4\x4e\x09\x3c\x94\ -\xd7\x5c\xe2\x5b\x5c\x53\x28\xc1\x16\x80\xe6\x60\x08\xa0\x39\x4a\ -\x35\x2a\xe2\x30\xd1\x42\xba\xd2\xa7\xb4\xa8\xfe\x01\x80\x4f\x68\ -\xa1\xea\xd7\xa4\xd8\xff\x0b\x3d\x1f\xa1\x58\xe1\x4b\xa3\xc8\x57\ -\xcd\xe7\xdd\x35\x91\xba\xc9\x86\x60\x03\xcc\xd4\x9c\x88\x01\x64\ -\xc6\x7d\x5f\x4d\x0f\x80\xcc\x68\xc1\xc2\x9b\x3d\x22\x06\x29\x99\ -\x31\xf1\x0c\xe4\xde\x34\xc4\xa4\xe3\xd2\x54\xed\x6e\x8e\x75\x3f\ -\x36\x63\x38\xac\xc6\x46\x3d\x87\x54\x99\x43\x2b\xeb\x88\xe6\xcc\ -\x0b\xb0\xc2\xf1\x18\x03\x0c\xc4\x8d\x3a\x4d\x36\x29\x3e\x74\xe2\ -\x71\x3f\x72\xd3\x14\xed\xf7\xa3\xb8\x8b\x2a\x1a\x54\x20\x1e\x89\ -\x90\xa8\xde\xde\xb4\xa3\x59\x69\xea\x3f\xe6\x9d\x36\xbf\x35\xd0\ -\xa7\x04\xa6\x3b\x01\x57\x16\xca\xf9\xb3\x20\x29\x8b\x8b\xd3\xf0\ -\xcb\x33\xb0\xca\xbe\x1b\x49\xa0\xb1\xb3\x81\x9a\x35\x7d\xcb\x20\ -\x05\xcb\xee\x84\x61\x94\x52\x30\x0f\x05\xd0\x1c\x2b\xe7\x40\xa7\ -\x68\x92\x9b\x01\x41\x5c\xd4\xd8\x93\xb9\x7d\xd1\x54\x73\x85\x76\ -\x81\xb8\x39\x02\x9c\x6f\x3c\x74\x17\x61\xe9\x7e\xb3\x75\xf5\x62\ -\x44\x11\xa7\x25\x9f\x82\x24\x61\x73\x94\x11\x80\xc8\x24\x92\x4d\ -\xbc\x09\x2f\x96\xd8\x41\x1d\xb9\x6d\x6c\xec\x2e\x30\x47\xc6\xc8\ -\x9b\x33\x0b\x65\xa1\x1d\x7a\x9d\xed\xd0\x6f\x1b\x6c\xa7\xb6\xb5\ -\x02\x48\x80\x60\xb6\xdd\x70\x5c\xd0\xdb\xb3\xf7\xd7\x9e\x93\xc0\ -\x59\xec\x43\xb9\x7d\xa6\x59\x40\x6d\xae\x3f\x61\x00\x10\x31\xc1\ -\xea\x88\x85\x0c\xb2\xfc\x32\xb4\x42\xbb\x4e\x9b\x80\x4f\xcd\xc5\ -\x96\x48\x0e\xc8\xa9\xdb\xc3\x3a\xb1\x48\x47\x2e\x36\x07\x17\x24\ -\x9b\xf4\x48\x6e\xd2\x1a\xbe\x97\xc1\xa1\x5e\x04\x3d\x67\x83\x87\ -\x7c\x3a\x1d\xd6\x46\xad\x52\x39\xb0\xeb\xaa\x58\x04\x7e\x66\x1a\ -\x1a\x68\x83\xd1\x25\x06\x15\x51\xdc\x2f\xe6\xdd\x55\xef\x66\x4b\ -\x5b\x43\x39\xfd\xeb\xab\x6b\x50\x4c\x27\x65\x5c\xb9\xea\x5e\xd0\ -\x0f\x18\xda\x30\xf2\x36\x35\xe5\x8e\xd4\x8d\x23\xc7\x63\xa3\xb2\ -\x2c\xf3\x92\xa3\xda\xa4\x62\x31\xb3\xc1\x98\x26\x2a\x5d\x82\xcf\ -\xec\x2e\x2c\x62\xd6\x5d\x5c\xbc\x4d\x58\x35\xa7\x8e\xef\x4e\x83\ -\x81\x37\xc1\xf5\x19\x66\xc8\xf0\x7d\x6f\x78\x68\x71\x33\x73\x88\ -\x69\xea\x93\x9a\x4f\xb9\xe9\x84\x2e\x39\x47\x87\x5e\xe3\xd4\xf8\ -\x81\x9d\x43\x71\x50\x17\x9d\xcf\x6e\xc1\xeb\x85\x6f\xcb\xfd\x2a\ -\xd3\x25\xa5\xef\x0d\x57\x51\x25\xb8\xb1\x9d\x25\x3d\x17\x0a\x5f\ -\xb5\x61\x88\xdd\x7d\x54\xe9\x7b\x52\x34\x41\x66\x3b\x7d\x43\x19\ -\xa3\x08\x76\x81\xfe\x0e\x16\xd0\xf5\x62\xab\x1a\x88\xd4\xc2\xe4\ -\xcf\x64\xae\x85\x19\x1f\xb1\x1b\x22\xb5\xe9\xec\xfb\xc5\xdd\x05\ -\xeb\x19\xaa\xe7\x43\xa2\xb7\x9e\xe9\x06\xc4\x89\xe8\x97\x49\x1e\ -\x9a\x6e\x81\xa4\xd6\x95\x16\x03\x01\x4a\x09\x4f\x57\x3f\x3e\x1b\ -\x98\x91\x61\xd4\xae\x35\x24\xc0\x62\xab\x5d\x1c\x5e\x2f\xb9\x6a\ -\xb0\x65\xec\xdc\x04\xf0\x9e\x91\x24\x22\x07\x28\xd7\xdb\x06\x36\ -\x2a\x24\x1e\x93\xd7\x98\xdc\x19\x5a\xbb\x87\xac\xde\x1c\x17\xeb\ -\x06\x38\x1a\x2f\xf4\x4f\x72\x5d\xf7\x48\xa8\xf6\xc4\x69\x76\x6a\ -\xaa\x13\x2d\xa8\x4f\x24\x8d\xe9\xc0\xc0\xa9\x11\x29\xfb\x7f\xd9\ -\x33\x67\x72\x6a\xe2\x8a\xfd\x90\x5f\x77\x9b\x12\x3a\x75\xb5\x8e\ -\x6e\xb1\xe9\xd5\x94\x75\x80\x16\xf8\x89\x5d\x5b\x05\xb5\x31\xec\ -\xd7\x59\x9f\xbc\x70\x6b\xc4\x9d\xb2\x26\xc2\xc5\x68\xa0\x86\x91\ -\xfb\x14\x0e\xc3\x74\xa0\x4e\x1e\x5b\xe4\x0c\x74\xe2\xc5\x15\x3c\ -\x0a\x06\x10\xbf\x4c\x06\x68\xd3\x7f\x43\x99\xc6\x34\xcc\xa6\xd4\ -\x20\xae\x81\x01\x28\x1c\xd0\xe3\x9c\x0b\x9a\xd6\x96\x95\x79\xd3\ -\x82\xe2\xc5\x76\x1c\xb6\x89\x7e\x1a\x31\x48\xd1\x7f\xa7\xe3\xa5\ -\x9e\x4b\xab\x88\x99\x3b\x18\xd7\x7f\x07\x25\xeb\x07\x7b\x8d\x93\ -\x00\xee\x68\xd1\x00\x7d\xe5\x9a\x31\xd7\xa2\x6b\x76\x9e\x37\xa6\ -\x54\x1a\xa7\x5b\x7d\x47\x6d\x8f\x8d\xad\x49\x60\x18\x38\x22\x44\ -\x18\x0e\xbd\x64\xd6\xde\x6e\x9e\x75\xbc\x16\xbe\x80\x65\x08\x25\ -\x7b\x90\xa0\xc6\x3d\xa8\x61\x97\xe7\x58\xfa\x1d\x53\x02\x47\x58\ -\x02\xa8\x10\x14\x90\x75\x9f\x16\x86\x0b\xaa\xe7\xe1\x19\x7b\x24\ -\xd8\x5b\x06\x35\x68\xfd\x26\x61\x10\xe1\xef\xa9\x4e\xa6\x69\xd7\ -\x57\xb2\xe9\xb0\x40\xb5\xf7\x55\xcb\x7a\xfb\x2c\x5c\x72\xb2\xaf\ -\x41\x6f\xa4\x60\x58\x34\x03\x8b\x02\xa1\x86\xcd\x2c\x7c\x82\x32\ -\x8f\xb0\xdd\x3b\x01\xac\x92\x4d\x6d\xb9\x79\x12\x38\xa5\x9d\xc2\ -\x18\xa9\x9a\xa0\x08\x4c\xa4\xa1\x53\x05\x4c\xfa\x1c\x7a\x28\x96\ -\x8d\x19\x53\x08\x87\xa1\xcd\xc9\x22\xe1\xdd\x81\x2a\x2e\x2f\xa7\ -\x04\xba\xc5\x33\x24\x3d\xb0\x7a\x63\xa6\xd3\x06\xb7\xdc\xa9\xdc\ -\x70\x55\x54\x89\xe1\x1a\x54\x97\x61\x43\xe0\x58\x72\xe4\x76\x14\ -\x7d\x19\xa4\xa9\x77\x5d\x5a\x6a\x47\x42\x3a\xec\x08\x3f\x46\xc1\ -\xc3\x92\xc2\xda\x66\xa5\x89\x67\x63\x05\x25\x13\xe6\xb0\x58\xde\ -\x10\x88\x44\xed\x4e\xc4\x14\x2f\x0e\x76\xb2\xf3\x92\x6d\xa1\xd2\ -\x26\xf6\x7b\xa5\x63\xa1\xeb\x3b\x9e\x26\x12\x74\x13\x01\x69\x87\ -\xd6\x04\x1e\x6a\x05\x9e\x92\x77\x4e\xfb\x6e\xfb\x0b\xa9\x0d\x34\ -\x43\x4f\x22\x27\x36\x8d\x08\xe5\xc1\x5f\x8b\x25\x58\x7e\x23\x77\ -\x60\x18\xdc\x0e\x55\x42\x34\xef\x62\x4e\x28\x53\x9d\x10\x81\x1a\ -\xc5\x60\x0c\xba\x8e\xb0\x03\x91\xe4\x65\x91\x01\xdc\x0d\x2b\x4c\ -\x63\xc1\xc4\xba\xa9\x09\xbb\x8b\x5f\xac\x83\x4b\x36\x58\x29\xb6\ -\xf7\x7c\x98\xbd\xb9\x1a\x63\x34\x6b\xf7\xb3\x79\xa2\x2f\x21\x8a\ -\x39\x75\x22\x4b\x56\x07\xe3\x59\x7b\xbe\xc7\xb3\x4e\x8e\xbe\x23\ -\x95\xd8\x1a\xca\x9c\x14\x12\x78\x73\x8e\x81\x0c\xbd\x99\xcd\xf8\ -\xeb\x67\x3e\xf3\x26\xd8\x51\xd7\x22\x94\x0f\xa2\x05\x76\x7a\x12\ -\xc9\x8d\x2e\x7b\xd2\x4b\xea\x3e\xe9\x14\x5a\x73\x71\x6a\x47\x37\ -\x1c\x68\x61\xe7\xc9\xdb\x67\x0b\xf5\x39\x14\xa1\xb1\x99\x8a\x60\ -\x0d\x21\x6f\xc2\x6e\xd9\x1a\x2b\xaa\xcc\x9b\xd3\xfe\xbb\x15\x0b\ -\xd8\x1a\x16\x94\xcc\x63\xaa\x39\x6b\x33\xa8\x30\x64\x74\xce\x0c\ -\x7b\x56\x06\xd3\xb2\x83\x7e\x77\xf4\x1c\x99\x85\x82\x45\xfd\x55\ -\xe0\x55\xb2\xdc\xb4\x70\x5d\x6d\xd9\x38\x6c\xb4\x86\x9c\x26\x61\ -\x79\x4f\xc7\x64\x7a\x0c\xa3\x6b\xbc\x17\x19\x3a\x1e\x2e\x61\x8d\ -\x2c\x0d\x58\x41\x4c\x73\xa0\x0d\x97\xb9\x82\x62\x86\x04\x40\x04\ -\x78\xc2\xb2\x75\x58\xf3\x9d\x70\x2b\x28\xd3\x2d\x95\x01\x40\x86\ -\x1b\x4a\x94\x89\x20\x20\xb0\x0c\x40\x70\x01\x3b\x5e\xa6\x53\x06\ -\xe9\xc8\xdf\xa0\x24\x43\x9b\x3e\x72\xd3\xc2\x9c\x2c\x85\xfc\x0c\ -\x7a\x73\xca\x9b\x8e\x36\xad\xcc\xb3\xa8\x4c\xb4\x96\x90\xb6\x5c\ -\x26\xde\x34\xbb\xd4\xce\x2b\xb9\x04\xff\xee\x85\xa9\xdc\x5c\x5d\ -\xeb\x1d\x54\x0e\x66\x86\x4f\x4c\x9d\xa1\x34\x94\xcb\x27\x04\x46\ -\xcd\x4e\x43\x82\x15\x16\xfc\x59\x40\xcb\xeb\xcc\xb9\xfe\xbb\x4e\ -\xd5\xf7\x86\x92\x9b\xc5\xb6\xef\x71\xd7\xde\xb8\xd3\x5c\x75\x2d\ -\xd3\xba\x52\x2c\x22\x86\x63\x22\x11\xa0\x2d\xd6\xf3\xfb\x73\xb9\ -\x3f\x33\x1c\x34\xf7\x1d\x76\x77\xd2\x2b\xf1\xc4\xb3\xdb\x92\x51\ -\xf1\x26\x03\xc8\x7b\xa3\x06\xa4\x9e\xb4\xb9\xb5\x3e\xf9\x9c\x0b\ -\x70\x12\x1a\x78\x78\x0a\x6d\xf3\xc0\x3b\x83\x6a\x8b\x75\xc6\x1e\ -\xf1\x0a\x0c\x67\x30\x75\x82\xde\xae\x93\x7a\x6b\x9a\xf4\xf9\x7d\ -\xcf\xf9\xc4\xb6\xae\xb7\x3d\x0e\xe9\x5a\x99\xdf\x3f\x8a\x06\x55\ -\x40\x64\x14\xaa\xe1\x3d\xca\x04\xbe\xb0\x26\x68\xfc\x49\xc6\x09\ -\x96\x95\x2d\x8f\xb1\x25\xce\xa6\xbd\xb2\x2b\x5a\x8d\xf2\x96\x55\ -\xf5\x42\xb9\xf5\xfa\x25\xeb\x95\x95\x8d\x6d\x34\x12\xb0\x31\x66\ -\xf0\x88\xe7\x20\xa2\xe6\x04\x49\x20\xc6\x5e\x01\x73\x1f\x84\x6d\ -\xe5\xd7\x2a\x00\x00\x20\x00\x49\x44\x41\x54\xb6\x67\x91\xaa\xc5\ -\x79\x61\x8c\x58\x3d\xec\x99\x5a\x08\xf8\xca\x38\x09\x2a\xe0\xcf\ -\xb4\x69\x35\xde\x1e\x74\x33\x1d\xcb\x35\xb4\x52\x87\x2b\xf4\xc5\ -\xc8\xae\xb0\xbd\xfc\xcc\xba\xdc\x3d\xfb\xa4\xaf\x66\xbc\x69\x6d\ -\xb1\x32\x33\x4c\x8a\x0e\x5f\x32\x4f\x6b\x7f\x5f\x8f\xa8\xb7\x6a\ -\x6a\xb5\x54\xdb\xcc\xe6\x7e\xee\x67\x28\xdb\x7b\xe0\xcd\xe2\x7d\ -\xb6\x17\xe7\x71\x4c\xd1\x56\xd8\x21\xdf\x0e\x33\x02\x8e\xa4\x1a\ -\xb8\xf2\xec\xab\x58\xd8\x2f\xbc\xbe\xad\xdd\xfa\x32\x0b\x0f\xbf\ -\xcc\x97\x1d\x28\x63\x3a\xff\x76\x86\x93\x0e\x71\x8e\x01\x59\x18\ -\x88\x00\x18\x9e\x40\x1b\x9d\x51\x45\x30\x60\x39\x0a\xc0\x3d\x61\ -\xbc\x5f\x10\x92\x4e\x34\x48\x40\x34\xca\x81\x86\xc0\x1b\x22\x88\ -\xc5\xfa\x3d\x72\x14\x2e\x09\x67\x35\x94\xaf\x1a\x16\x60\xa9\x23\ -\xaa\x2b\x9f\x5f\x72\xee\xcc\x44\x74\x47\x2f\x5b\x43\x60\x61\xb0\ -\x8c\xa7\x42\xa3\x4f\x4a\x2a\x85\x2e\xe9\x6b\xb7\x40\xbd\xd8\x2c\ -\x48\xd1\xc8\xd6\x69\x0d\x60\x09\x80\xb6\xd9\x25\xf2\xe9\xfe\xa3\ -\xc5\xc1\xb8\x3c\x6f\xba\xa2\xff\xa7\xc6\xe2\xc5\x85\x4a\x6a\xe0\ -\xe5\x6a\x84\x0c\xd9\x28\xa7\xf0\x92\x3f\x76\xa2\x63\xd8\xe8\x9d\ -\xee\x0f\x87\xbe\x0e\x86\x21\x9f\x6b\x1c\xd3\x41\xa0\xb2\x0e\x36\ -\xdb\xfb\xb7\x9c\x89\x63\xda\xb9\x25\xb3\x6b\x71\x08\xc5\xfd\x72\ -\x7d\xd1\xc8\x49\x6b\x96\x34\x73\x68\x02\xca\x4a\xdb\x7a\x9f\x8a\ -\x0a\x94\xc3\x06\x83\xc2\x12\x9f\xa5\xad\xeb\x70\xb9\x44\xbc\xe8\ -\x8e\xaa\x83\xd4\x88\x42\xae\x06\x51\x36\x53\x01\xd7\xa7\xec\x56\ -\xd8\xfb\x04\x56\x86\x8a\xc4\x9d\x32\x53\x8b\x88\x8d\xc2\xb6\x5f\ -\xe4\x33\xa6\x71\xd4\xf3\x53\xbc\x71\x08\xb7\xae\x79\xd0\x6e\x7b\ -\xd0\x29\x1f\xc8\x1f\xe0\x32\xea\x07\x54\xd1\xe9\x51\x1a\xc4\x79\ -\x81\x97\x40\xd5\x51\x22\x94\x2f\xef\x3f\x0a\x27\x34\xf4\xaf\x21\ -\xe2\x12\x36\xfb\xc8\xd0\xa9\x27\xe5\x7d\xba\x85\xed\x6d\xfb\x70\ -\xd1\x9c\x26\x82\x7d\xd1\xfb\x21\xc4\xe5\x2e\xb0\xcc\x41\x0f\x8c\ -\x8a\x82\x1a\xee\x0e\x52\x0a\x9a\x42\xbd\x43\x75\x6d\xa5\xb2\x17\ -\x21\x5c\x63\xb7\xb9\x0a\x75\x3e\xca\x5b\xd1\x71\xfb\xfb\x2b\x2d\ -\x84\x8b\x8b\x22\x63\xd3\x48\x78\x0e\x60\xa5\x89\xef\x2e\xa1\xc8\ -\x06\xfa\x6d\xa3\x01\x34\xf6\xc6\xf2\x7c\xc2\xca\xaf\x33\x27\xda\ -\x65\x07\x07\x15\x5d\x4e\x00\x4a\xb6\x64\x66\x18\x72\x40\x4c\x6f\ -\x49\xe0\xd5\xc6\xbc\x9a\x4f\xf8\x59\x77\xa2\xfb\x77\xfa\x1e\x49\ -\x21\xe8\x04\x45\xf4\x42\x90\x45\x82\xb7\xac\xb0\xbd\xd8\xbf\x1a\ -\x02\x56\x90\x0b\xb5\x88\xa3\x00\x80\xa8\x3d\x5f\x96\xc7\xd6\xcd\ -\x3e\x71\x5f\xe5\xfd\x70\x9c\x3d\x8d\xbe\x0d\x69\x82\x42\x6d\x12\ -\xdc\x11\x6c\x2f\x38\x93\x7e\x05\xaf\x21\xf1\xfa\x91\xad\x98\x2c\ -\xb5\x82\x58\xfc\x34\xe4\x8d\x22\xfc\x2d\x9b\x70\x73\xe4\xc3\x1e\ -\x2c\xce\xe8\x53\xcc\xda\x0d\x71\x04\xcc\x82\x30\xf0\x36\x8d\xb8\ -\x85\x9c\xd6\x67\xd5\x5e\x0f\xd7\xf3\x96\x42\xe3\x1c\x9b\x9a\x29\ -\x0a\x69\x06\xd8\x42\xde\x93\xaa\x05\xe8\x9a\x37\x29\x45\x7c\x99\ -\x72\xd6\x49\xce\xc5\xf9\xee\xad\x4e\xb9\x82\xb9\x65\x62\xe6\xc5\ -\x75\xd2\x55\xa9\x35\x5a\x77\x27\xd4\x3a\x8d\xeb\xba\xad\x13\x5c\ -\x1a\xdd\x11\x6f\xbf\xcf\xe2\x0c\x55\x60\x6b\x88\xd7\x80\x18\xb5\ -\x6f\xb5\xa8\x0f\x81\x3d\x5c\xf4\xc9\xc7\x90\xdf\x5d\xe3\xf0\xb5\ -\xd6\x8a\xba\x01\xb9\xed\xf3\xfc\x08\xed\xb3\x11\x28\x9a\x51\x6a\ -\xb5\x66\xb8\x67\x8b\x6b\x2b\x05\x26\x4c\x10\xd2\x75\xc7\x9c\x12\ -\x15\xdc\x32\x09\x5d\xe2\xa3\x0e\x4f\x68\x6b\x93\xa2\x1f\x70\xa0\ -\xa7\xb2\x68\xfa\x3d\xb9\xd2\x74\xe7\x0a\x0c\xa7\xbe\x51\xae\x99\ -\x79\xa3\x0d\x5b\xc9\xf4\xc9\x7b\xfd\x8a\x97\xf3\x2a\x5c\x13\x45\ -\x4a\x33\x6a\x0d\x0f\xdf\xef\x11\x2c\xb9\x94\x6e\x56\x03\x90\x83\ -\x25\x77\x00\x8c\x3e\xc0\x74\xe6\x44\x04\x32\x24\x28\xf7\x55\xcb\ -\x1b\x8d\x7d\x89\x14\x99\xde\xa5\x46\xed\x8a\x62\x1a\x8a\x05\x2d\ -\xd0\xea\xf5\x60\x91\xa0\x16\xd4\x22\x97\xc2\xd5\x6d\x45\xc8\xf0\ -\x75\x83\x71\x47\x04\x82\x2e\xb6\x2c\x34\x91\xa6\x39\xec\x74\xf7\ -\xa5\x7a\xf0\x34\xbc\x63\x28\x3d\x49\x58\x8b\x12\x02\x3c\x38\xec\ -\xed\x00\x6f\x07\x44\x36\x79\x4b\xe4\x8a\xe0\xc5\xb8\xd1\x85\xc2\ -\xf5\xf5\xe8\x6c\x38\x37\x86\xd9\xcf\x6a\xf1\x99\x05\x4c\xb5\x71\ -\xdc\x51\x16\xe7\x1f\xdf\x0e\xf4\xb6\x30\x17\x83\x10\xb5\x45\xc8\ -\xe5\xb9\xc7\xc6\x1f\x50\x10\x56\x0c\xca\x4d\xd0\x05\x23\x68\x36\ -\x7f\xf6\x23\xab\xe4\x39\x14\xa4\x83\x0b\x1a\x60\x01\xcf\x1b\xf1\ -\xa3\x68\x8e\x32\x9b\x21\x44\xf5\xed\x02\xd1\xd7\xae\xe6\x19\x33\ -\x2e\x6a\xad\x13\xc7\x96\xef\x82\xa5\xf8\xed\x76\xe4\xed\x39\x95\ -\x7c\x29\xfc\xa6\x59\x2b\x17\x94\x5b\x52\xa3\x2c\xe0\x08\x2f\xed\ -\xd6\xe5\x6f\x8d\xad\xc6\x0f\x9c\x21\xd0\x3d\x54\x70\x5c\x91\xbc\ -\x2c\xd1\x46\x5a\xfd\x5b\x73\xc8\xf2\x31\x07\x35\x3c\xa8\x66\x0d\ -\x8d\x91\x04\x40\x08\x46\x34\x48\x62\x62\x4b\x01\xcf\x92\x80\xf8\ -\x7c\x93\x5e\x55\xf2\x7a\x60\x98\x69\x87\x8a\xc0\x81\xa6\x15\x2e\ -\x00\x6f\x76\xcb\x34\xa0\x85\x69\x92\x6b\xe6\x8a\xa9\x80\x16\xd2\ -\x9b\x79\xc3\xd6\xa4\x35\x24\xd2\x10\x75\x2a\x16\xd0\x72\x50\x92\ -\xf3\xb0\xef\x01\xd0\xeb\x28\xde\xd6\xe5\x32\xde\x73\xf2\xca\xc1\ -\x91\x53\xf5\x52\xb4\xbb\x38\xfc\x46\x85\x69\xc5\x1a\xbd\x81\x05\ -\x09\xa0\xdc\xac\xe3\x8f\x7f\x6e\x0e\x85\x21\xe8\xf7\x48\x39\xd8\ -\x42\x86\x7d\xfa\xd8\x7a\x35\x2c\xf9\x47\x3d\x88\x31\xa8\x22\xcd\ -\x49\x15\x0f\x7b\x65\x39\xce\x79\xce\xf7\x29\x5d\xd3\x89\x66\x36\ -\x53\x4d\x51\x7c\x8a\x56\xa7\x45\xb1\x47\xcb\xe7\x87\x44\x57\x9a\ -\x6e\x4e\x3d\x93\x62\x81\x4e\xbd\x28\xeb\xb9\xea\x74\xb4\xa2\xe6\ -\x1e\x82\x1d\xfa\xa4\x9b\xfd\x33\xc7\xdd\x54\xe9\x43\x2e\x50\x47\ -\x98\x61\x7a\xd1\x9e\x48\x59\xdf\x0b\x1e\x2b\xfe\x39\x3e\x61\xc4\ -\x19\x94\x7a\xc4\x22\x78\xbf\x5a\x50\x8f\xa3\x58\x16\x91\x17\x33\ -\x1c\xda\xf2\xe4\x92\xd6\xb8\x1b\x67\xd4\x40\xd9\x7b\x51\xb7\x8e\ -\x66\xf0\x0d\x2d\x86\x92\xc5\x98\xfa\x46\x47\x61\x93\xf5\x91\xd4\ -\xb8\x01\x50\x68\x7d\x1d\xd0\x80\xa6\x63\x6b\x45\x09\x14\xad\xb4\ -\x17\xb1\x65\xe2\x31\x80\x95\x3a\x8b\xb9\x06\x5d\x43\x04\x66\x3a\ -\xe4\xd9\x59\x68\x3a\xe0\x25\x71\x2a\x44\x63\xef\x14\x4f\xb7\xe3\ -\x46\x47\xb4\x11\xda\x14\xca\x73\x6d\xb0\xe9\xba\x31\xe5\x12\x80\ -\x20\x5c\x2c\x9b\xeb\xf3\xa6\x33\xd8\x3c\xc1\xe6\x04\x2a\x3d\x36\ -\x46\x2e\x93\x91\x1b\x65\xcf\xb3\x27\x83\x4a\x6c\x6e\x98\x31\xa7\ -\x44\xcf\x0d\x5a\x76\x4f\x62\x6f\xc6\x11\xcc\x9b\xd5\x95\x4a\x5e\ -\x7c\x73\x38\x8e\x56\xba\x9b\x7e\x5e\xeb\xd8\xc7\xfb\xd9\xe5\x80\ -\xf0\x1e\x17\xf1\xde\x78\xf4\x7c\xcb\x2b\x0d\x1b\xfb\xc4\x6a\xd7\ -\x03\xea\xfd\x37\x0b\x50\x54\x9b\x2b\x0f\xdd\xe6\x0d\x9c\xc5\x03\ -\xac\x20\xab\x01\x08\xbd\x99\x28\x81\xee\xe3\x13\x5a\xb9\xbc\xd3\ -\xbd\xa7\x2d\x79\x7e\xdb\xe7\x36\x20\x9d\x34\x6f\x35\x73\x35\x28\ -\xdb\x25\x08\x67\xf3\xe9\xf5\xd9\x6a\xd4\x3e\x44\x84\x39\x7f\xa2\ -\xc8\xd7\x2d\xe0\x99\xb2\x60\x86\x2e\x1f\x9b\xd2\x5c\x9a\x4a\x2e\ -\x26\x43\xb8\xf9\x04\xd8\xb4\xe7\xc6\xb2\x69\x8d\x95\x31\x1e\xf6\ -\x3a\xc7\x27\xe7\x84\x78\xd5\x8f\x92\x69\x03\x65\xa3\x59\x33\xcb\ -\x26\x27\xc1\xa0\x7d\xe6\x99\xb8\x8e\x40\x69\x79\x05\xab\xbe\x4c\ -\x2d\x05\x9b\xb1\x08\x22\x6e\x59\x83\xfa\x3c\x5d\xba\x42\x34\xc3\ -\x8d\xd9\x35\x68\x5a\xb3\x14\x4d\x98\x9b\x82\xc8\x25\xaf\x24\x68\ -\x74\x5b\x28\x22\x9a\x94\x33\xf0\xae\x38\x4c\xa8\x0b\x6c\xfd\x22\ -\x29\x85\xee\x11\x34\x5c\xfe\xd9\x3a\x61\x9b\x5a\x69\xb1\x49\xb6\ -\xb1\x18\x04\x1e\xe0\x67\x01\xe0\x0c\x7a\xc4\x02\x86\x61\x17\xa9\ -\x0b\xd1\x55\x84\x6c\x36\x8b\x3c\x82\xe3\x5f\x05\xa3\x41\xe3\xba\ -\x4e\x9a\x0c\x65\x30\x53\x83\x41\x66\xd3\x7e\x5b\x54\x2d\x38\xd9\ -\xc3\xc5\xe8\xf8\xd0\xeb\xa1\x44\x1b\xc5\x50\x05\x74\xab\xfd\xfe\ -\x1a\x14\xb7\xff\xae\x74\x82\x81\x28\xec\xeb\x86\x75\x13\x8e\x61\ -\xc5\xc7\xa0\x5b\xb6\x84\x34\x7a\xc8\x63\x8e\x79\x22\x25\x28\x51\ -\x3a\x62\xb8\x4f\x2d\xfc\x35\x0e\xaf\x39\xad\xc0\x23\x5b\x8c\xb1\ -\x14\x3c\x78\x8f\x26\xd0\x4c\x2a\xd2\x32\x19\xdf\x98\x63\x2b\x1a\ -\x0a\x32\x04\x00\xbc\xa4\x39\xf9\xf4\x8d\xbe\x3b\xc1\x3c\xd7\xe9\ -\xd4\x89\x82\x27\x82\xa5\x36\xc1\xd2\x2e\x08\x73\x43\x6e\x05\x26\ -\x55\x4e\x7b\x59\xb7\x44\x27\x6f\xba\xea\x28\x6a\xe6\xc4\x55\x27\ -\x87\x03\x98\xd5\xf6\x5e\xd7\x11\x35\xc3\x97\x8e\x24\x8f\x3c\xb4\ -\x6a\x76\x5c\x34\x65\x10\x39\x6d\xb2\xeb\x0e\x2e\x8d\xd5\xde\xb8\ -\xe9\xcf\x9f\xc9\x05\x6f\xfa\xb5\xf3\xf2\x60\x04\x98\xe1\xf4\x66\ -\x9a\xa3\x72\x38\x31\x8b\xd9\xcc\x4b\x52\xe5\xe0\x4d\xa7\x48\x6d\ -\x52\x2c\xa6\xae\xa0\xb8\x68\xb1\x1c\x92\x23\x91\xea\x76\xe8\xdb\ -\x65\x70\x4c\x4b\xc7\xf6\xba\x8d\xd6\x69\xf9\x64\x9e\x77\x83\x90\ -\xe0\x8a\x9f\x61\x6a\x5f\x8b\x77\x6e\x4f\x39\x8c\xab\x81\xc3\x70\ -\x14\x51\x48\xcd\x16\x2e\x44\x89\x78\xcd\x5c\x04\x14\xb8\x51\x4d\ -\xb0\x20\xd2\xb5\xd8\x2e\x21\x8b\xf9\xb3\x56\x9b\xda\x81\xac\xde\ -\x28\x40\x3f\x2b\x7c\x32\x16\xf6\xf7\x92\x66\x16\x00\xcb\x68\x6f\ -\x56\x58\x32\xb7\x6c\xa6\xca\x70\x88\xe6\x69\x5f\xdb\xe5\xfc\xab\ -\xae\x75\x78\x04\xc1\xc2\x95\xee\xf9\x76\x5e\xed\x77\xc7\xf9\x7d\ -\x56\x10\x05\x1d\x2c\x00\xd5\x2b\xc5\x8c\xac\xa1\x0f\x3a\x32\x97\ -\xf8\x86\x6a\xfa\x20\xe5\xc6\x68\x06\x14\x3b\x8a\x3a\xda\xdf\x55\ -\x13\x24\x2e\x7b\x11\x2d\x70\x96\x23\xe4\xda\xdf\xef\xcd\x5e\x1b\ -\x3b\x75\x4e\xf2\x0c\x70\x63\x04\x6e\x53\x2c\xbc\x1a\x95\x54\xdd\ -\x5a\x3d\xe3\xbf\x51\x95\xdf\xd6\x7c\x3b\xab\x63\xff\x73\xbc\x07\ -\x31\x0a\xf2\x18\x3f\x96\x4f\x07\xe5\xbd\x17\x57\xe0\x1f\x4a\x37\ -\xda\x60\x52\xa4\x56\xc9\x6d\xf4\xdb\xda\x0a\x73\x1c\x27\x32\x14\ -\xf6\x86\x81\x86\x4c\x25\x67\xd3\x81\x48\xbb\x9f\x04\x38\xf2\x1d\ -\xf1\xd1\xe2\x3e\xc1\x30\xda\x74\xb6\x78\x65\x1e\xf4\xc6\xb6\xe6\ -\x42\xf5\x51\xdf\x24\x3a\xa8\x8e\xb7\x5c\xc5\x01\x77\x2d\x6e\x9d\ -\x8a\xa4\xb3\xec\x8a\xc9\xa6\x03\x7c\xb7\xf3\x45\x8d\x2a\x2e\xf7\ -\x7f\x99\x3e\x08\x7f\xec\x6e\xe0\x12\xfe\x8e\xb9\x37\xe8\xe2\x76\ -\x87\xe9\x8e\xbc\x3b\xfd\x69\x6d\x50\x6b\xbd\xb7\xc6\xa2\x38\x76\ -\xbe\x4c\x4f\xd5\xc8\x96\x8e\xfa\xe7\xed\x8e\xaf\x75\xc1\xed\xbc\ -\x0e\x27\xbe\x02\x58\x90\xaf\x03\x20\x2d\x4a\xa2\x29\x24\x8d\x42\ -\x19\xfa\x7c\x95\x83\x33\x8e\xfd\x44\x24\xc7\xeb\x53\xcd\xa0\x5c\ -\x69\x80\xc7\x6b\x2a\x1a\xc5\xb3\xb1\x2e\xf5\x18\x4b\x18\x71\xec\ -\x9a\xb6\x26\xe1\x40\xd6\xf5\x5c\x02\x76\xc5\xcd\x5e\x90\x3b\x25\ -\x5a\x74\xdf\x2c\xcc\x3c\xd6\x6a\xf4\x24\x2c\xff\x01\xb5\x32\x69\ -\xa3\x35\xa4\xd8\x81\xf9\x7a\xa7\x71\x31\xfa\x68\x77\x76\x3d\x87\ -\xec\x2e\xcb\x46\x0d\x03\xae\x48\x3d\x3b\x9c\x1a\xf4\x83\x8d\x20\ -\x2d\x17\x6e\xaf\xfd\x25\xa6\x80\x72\x3d\x03\xc3\xa4\x06\xa5\x65\ -\x64\x2a\x10\x99\x00\xe5\x5a\x0b\x26\x89\x32\xe8\x44\x80\x51\xff\ -\x89\xff\xfb\x7f\xfd\x3f\x42\x34\x83\xd6\x94\x41\xbe\x5d\x53\xe2\ -\x94\x0f\xdf\xe8\x8e\xa8\x3b\xa2\x4a\x34\x1b\x55\xe5\xcf\x54\x6a\ -\xc8\xaf\xac\x76\x50\x54\xbd\x8d\x67\x25\xcd\x39\xc1\x0d\x2e\x9e\ -\x47\x13\xbd\xe7\xf8\x17\x8c\x89\x1a\x70\x7a\xf9\x50\xe7\x9c\xd1\ -\x48\xd4\x8e\x39\x05\xed\x43\xad\xbb\x01\x2e\xe3\xcb\x1c\xc3\x2e\ -\xfe\xd8\xe4\xc6\xd2\xb0\x97\xbe\x06\x5f\x22\xbf\xf2\x37\x42\x8e\ -\x89\x66\x14\xdc\xfc\xe8\xb8\xf0\x7f\x9e\xdf\x74\xfe\x19\xa3\x89\ -\x39\x57\xb1\xa0\x8c\x83\x73\x50\x66\x55\x20\xc2\xaa\x48\x5d\xcb\ -\x58\xb1\x7c\x8d\x81\x67\x8e\x55\x20\x44\x04\x18\x39\x26\xb3\x21\ -\xd6\x49\x35\x1b\x65\x23\xe6\x33\x72\x74\x69\xad\xd5\x35\x67\xe6\ -\x28\xe7\xdf\x5f\x43\xf9\x76\x37\x42\xe7\x78\x0b\x95\x10\x58\x9b\ -\xe6\xc5\xc5\x64\xa2\xe3\x49\x3f\x19\xf8\x6b\x69\xd9\x22\x02\xbf\ -\xbc\x32\xb8\x79\x5b\xdc\x44\x04\xbf\xbf\x7f\xb3\x39\x66\xa7\x4b\ -\xae\x6c\x14\x8c\x9e\xe8\x9b\x65\xad\x4f\x64\x89\x51\x0d\x20\x7c\ -\x13\xff\xfa\x01\x54\x50\x5f\x2c\xd3\xb3\x9b\xb9\x48\x38\x5f\x7a\ -\xc0\x99\xa3\xda\xfe\xfc\x08\xc3\x8a\x55\x40\x63\x04\x08\xff\x44\ -\x93\xe5\x42\x4f\x00\x80\x4f\x1b\xfa\x49\x3c\xef\xe6\x1c\x57\xf6\ -\xe5\x40\x6a\x4d\xfb\x92\x55\xb2\x15\x52\x80\xea\xfb\xec\xe1\xbf\ -\x36\x91\x53\x94\xc8\xa7\x4b\x3e\xa1\x7d\x4c\x43\x84\xf4\xa3\xcd\ -\x69\x09\x11\xf6\x1c\x1f\x5f\x1b\x24\x70\xc4\x21\xf0\xfa\x1b\xee\ -\xa0\x79\x36\x66\x4a\xfd\xa2\xa4\x2f\xf8\x99\xe1\x5a\x3b\x22\x0a\ -\x33\x14\x6f\x86\x6a\x98\xa6\xe6\xc2\x7d\x82\x52\x70\x52\x22\x17\ -\x7c\x58\x0e\x14\x2e\x9c\xc7\x90\x55\xbb\x8a\x69\xf0\xb1\xff\x4f\ -\xb9\xd4\xdc\x02\x33\x51\x96\x99\xdd\x52\xae\x25\x4a\xf7\xbd\x39\ -\xfe\xc4\xc1\xfb\x0b\x4f\x68\x46\x9c\x4e\xe9\xe7\x80\x7e\xbe\x9f\ -\xdc\x77\x17\xfd\xd1\x47\x18\x06\x38\x8d\xae\x37\x40\x6b\xb3\x09\ -\xf7\x3c\xaa\x7a\x9e\x7d\xd6\x53\xf6\xcb\x3c\x09\xda\x2d\x24\x75\ -\x1c\x85\x06\xf3\x6f\x64\xae\xf4\x3f\xe7\x46\x45\x6b\x71\x09\xd0\ -\xa7\x63\xcd\xe0\x48\x68\xeb\x98\xd6\x41\xd9\x6b\x45\x18\x8c\x56\ -\x4c\x56\xaa\x92\x6a\x04\xff\x02\x94\x73\xd5\xf7\x98\x4f\xc2\x17\ -\xfe\x6e\x97\x3f\xe5\x94\x00\x20\x9a\xde\xf8\xbe\x32\xe1\x49\x30\ -\x01\xaf\x7a\x22\x22\x82\x47\x38\xce\xea\xca\x4c\xf0\x86\x9a\xe5\ -\x39\x5c\x0d\xeb\x5d\x90\xc1\xb1\x23\xe8\x4b\xc9\xba\x48\x77\xb4\ -\x7d\x5f\xc5\xff\x8b\x8b\xd9\xad\xf9\x04\xf9\x34\xc0\x6d\x3f\x43\ -\x17\xff\x36\xf3\x14\x0d\x6c\x49\xf0\xe7\xef\xfa\x3f\xe1\xc6\x4b\ -\xa5\x58\xf7\xdf\xb5\xd6\x27\x18\x1a\x6d\xda\x6f\x67\xe5\x2f\xff\ -\x6a\x76\x22\x52\xa1\x0b\x8d\x70\x06\x64\xf9\x9c\x3a\xa2\x47\xe2\ -\x19\xe9\xdf\xcf\x60\x25\xb0\x2c\x6d\x7a\x04\x01\x60\x02\xf3\x2f\ -\x00\x0a\xcc\xf1\x2f\x5b\x5f\x53\x11\x7e\x8b\x11\xf9\xcb\x1f\x00\ -\x41\x18\x76\xb6\x8c\xa2\x23\x14\x58\xba\xbf\x0b\x90\x74\x9c\xff\ -\xf6\xfe\x22\xb7\x6b\x2b\x84\x19\xd6\xd7\x46\xf3\x23\xff\x5f\x2b\ -\xb8\x39\x4c\xa1\x7e\x0c\x70\xd0\xbc\x1f\x02\x03\x84\x71\xea\xbe\ -\xb2\x1c\x1f\x1c\x53\xa3\x40\x22\xfb\x48\x29\xe7\x1c\x46\x9c\x7f\ -\xf5\xb3\x77\x30\xd0\xd6\xd3\x28\xba\xae\xd5\xc0\x24\x4a\xe0\x10\ -\xd5\xc5\xb3\x16\xe1\xb4\xed\xf3\x65\xe6\x02\x11\x10\x5d\xd8\x1a\ -\x08\x1c\xba\x73\xcf\x87\x62\x5e\x00\xfc\x94\xdc\xb6\x5e\x17\x36\ -\x0a\x25\x0c\x58\xf0\x9b\x3a\x19\x31\x4d\xee\x02\x60\x3b\x17\xd8\ -\x72\x20\xab\x59\x92\x47\xef\x38\xa8\xfb\x3c\xbf\xc7\xbe\x58\x2b\ -\xcd\x12\xe6\xcc\xec\x4b\xb1\x1c\xb2\x7a\x7f\x9d\x10\x48\xa1\xf0\ -\x51\x36\x2a\x64\xd3\x6b\x59\x1c\x9a\x24\x7e\x3e\x9b\x93\x67\xde\ -\x87\x68\x61\xe3\x37\x6a\x5f\x9c\x49\x04\xd7\xfa\xc1\xbf\xe7\xf9\ -\x7d\x8a\x56\x0a\x0f\x57\xec\xcc\x91\xea\xb5\xb8\x66\x37\xb9\xe3\ -\x32\x45\x7d\xf9\x3c\x4f\xfb\x1d\x7f\x4b\x7d\x8a\xce\x26\xaa\x06\ -\x21\xfc\xdb\x43\xda\x37\xa3\xa5\x67\xfd\xdb\xcc\xed\x36\xda\xa3\ -\x03\x17\xfe\xda\xcb\xdd\x5e\x41\xdc\x87\x3f\x71\x56\x74\xd6\x84\ -\xd7\x73\x27\xd8\xec\x72\x14\xb2\x9c\x28\xaf\x69\x22\xb8\x99\xf2\ -\x9c\x5d\x4e\x55\x2c\x13\xbe\x9a\xf9\x29\xf0\x39\xa2\x13\x5c\xfe\ -\x43\x0e\x48\x01\xb5\x7c\xd5\x1a\x2f\xb4\xc8\xc0\x06\x6b\x6c\xc1\ -\x26\x58\x00\x66\xe2\xf4\xab\xff\xcd\xfc\x98\xf4\x40\x9f\xc9\xcc\ -\x62\x7b\xd8\x40\x1e\x43\x34\xab\x7f\x97\x17\x43\x3d\x70\x31\x32\ -\x66\x46\x52\xbb\xec\x29\x71\xa1\x97\x39\x1a\xc7\x9c\xa3\xef\x46\ -\xab\x1b\x64\xae\x22\x4f\xd0\x09\x9d\xaa\xc7\x0b\xdb\x65\xdd\x2f\ -\x14\x9f\xfd\x58\x13\x14\x46\x15\xd4\x29\x32\x44\xe7\x74\xa9\x1e\ -\x24\x96\xf9\x23\x88\x86\xb4\x28\xed\x70\xbd\x8e\x70\x7b\x46\xd6\ -\xa8\x85\x8e\xf4\xcc\x18\xcf\x18\x90\x8b\x75\xe4\x0d\xca\xb9\x8d\ -\x32\x3d\x47\x05\x58\x62\x34\xab\x62\x61\xb5\x54\x87\xcb\x8f\xf2\ -\x4b\x70\x17\x1f\xbe\x65\x96\xbc\xf1\x8f\xdf\xbe\x87\xaa\xd9\x04\ -\x55\x94\x33\xc7\x57\xb5\xd8\xdb\x9d\x7a\x74\x6d\x70\x1c\x8a\xd5\ -\xb9\x71\x9f\x6e\x8e\x31\xd3\xae\x96\x4e\x44\x02\xbd\xa9\x08\xba\ -\xc5\x50\x37\x1f\x0b\xcd\x8d\x26\xf3\xe5\x62\x1c\x34\x92\xe6\xe5\ -\xd3\x01\x96\x36\x05\xba\xe9\xc2\x18\xe9\xc8\x2d\x63\x94\xe2\x1a\ -\x83\x57\x14\x7b\x47\xa3\xc9\xa7\x43\x98\x34\xd1\x8a\xe6\xbf\x89\ -\x9b\xe3\xf5\x97\x89\x18\x4a\xc7\xf7\xf3\x77\x4b\xe0\x3e\x55\xbf\ -\xa3\xfb\xd7\x0e\x67\x48\xe7\x1b\x64\x6c\xf1\x22\x28\xd0\x78\xf6\ -\x22\x19\xa0\x17\xef\xa5\x66\xf4\xc0\x6e\x27\x4c\x5a\xb4\x95\xe7\ -\x49\x32\x9a\xe5\x36\xc2\xcb\x3a\x74\xd4\xb4\x00\x5a\xc9\xad\x3e\ -\x27\x49\xbb\x95\xf8\xc0\x32\x61\x81\x13\xed\x9c\x48\x61\x9d\xaf\ -\x93\x3e\x8e\xc9\x2b\x5f\xb8\x04\xd9\x00\x52\x33\x89\x38\x5f\xbb\ -\x37\xc2\xb3\x21\xb0\x9a\x37\x9b\x54\xa6\x3a\xdf\x88\x8c\x2e\x07\ -\x8f\x50\xd7\xbc\x9e\x99\x52\x8c\x14\xb0\xf0\xc9\xe7\x0b\x85\x28\ -\x75\x45\x7d\x22\xd8\xd7\xd0\x9c\x7f\x5a\x63\xdf\xb5\x8a\x68\xe6\ -\x2f\xa7\xe3\x5f\x73\xd6\xea\xfe\xcd\x45\xef\x80\x40\x73\x68\x10\ -\x2c\x72\xa3\x25\xbd\x69\x0f\x91\xe5\xd4\x51\x5c\x74\x98\x3e\xd5\ -\xce\x1c\xa0\xb1\x3d\x07\xd7\xcd\x70\xcf\xe7\x8a\xb3\x39\x5f\x7f\ -\xde\x7b\xd2\xa6\x0f\x60\x13\x14\xdf\x37\x91\xbd\x95\xfe\x26\xf1\ -\x77\x89\xf6\xc3\x9d\xd1\xd0\x50\x55\x28\xf4\x2c\xf8\xaa\xd3\xc8\ -\x67\x24\xc5\x32\xba\xeb\xa1\x9a\xab\xe7\x86\x32\xeb\xd9\x28\x6d\ -\x2a\x57\x5d\x3f\x27\xfc\x97\xae\x43\xc4\x6d\x02\x0a\x51\x54\xef\ -\x01\xb8\x3b\xcb\x23\xee\x9a\x4a\x85\x76\xa6\x82\x90\xd1\x7e\x2a\ -\xdd\xd5\xf2\xc9\xd0\x9d\x30\x2b\x0d\x93\x33\x4e\x40\x34\xbc\x74\ -\x15\xaa\x34\x21\xa4\xbb\xa4\x48\x14\x8b\x2c\x0c\x13\x9d\x52\xd7\ -\x2d\x91\xeb\xe1\x1f\x45\x1e\xac\x66\x64\x75\x98\x4a\xdd\x9a\xd8\ -\x57\x4a\xd1\xa9\x05\x8a\xa9\x12\x2e\x90\x85\x96\x75\x91\x13\x39\ -\x21\x77\x94\xb3\xd5\x87\x9d\xc6\x2c\xe5\xbc\x19\x6e\xa6\xc5\xae\ -\x97\x25\x2b\xe8\x8b\x9e\x0f\xa1\x19\x69\xf8\x02\xbd\xfb\xd9\xc1\ -\xa1\x43\x4e\xb3\xb0\x32\x79\xac\x5a\xcd\x7a\x87\x4a\xb7\xba\xde\ -\xad\xed\x7b\xce\x57\x37\x7d\x60\x90\x92\xbb\x24\xc7\xc4\x29\x9b\ -\xc0\x34\xa9\x20\x9a\x01\x50\x9f\x99\x55\xe7\xdd\xaa\x4e\xc8\x6b\ -\x7b\x4d\xf7\xfa\x46\xac\x31\x21\xc1\x83\x81\x24\xc0\x4d\xb6\x51\ -\xa9\x9e\x6c\xf4\x2f\x67\xdc\xd4\xa6\xca\x6b\x4b\x3d\xc3\x67\x6a\ -\x99\x04\xda\x3e\x04\xd9\x8d\x2e\xa8\xe9\x27\xdb\xfd\x8d\x7d\xcf\ -\x39\x90\x9d\x20\xd5\x5d\x9f\x3a\x91\x0a\xdd\x16\x62\x32\x2c\x11\ -\x24\x3d\x43\xa3\x9c\x17\x6c\x91\x3c\xe0\x6c\x91\x27\x09\xd8\x97\ -\xfb\x79\x77\xd4\xdb\x29\xfc\x37\xca\xbb\xad\xd2\x9d\xd1\x13\xef\ -\x1d\xf0\x98\x5e\xba\x06\xbd\x5a\xf7\xab\xc1\x12\x17\xeb\x7f\x69\ -\xaf\xb5\xd2\xaa\x59\x36\x1d\x35\x00\xa0\xcc\xf2\xec\xed\xef\x46\ -\xf6\x30\x14\x0c\xa4\x0c\x63\x57\x87\x66\x33\x76\x1a\xd3\xf6\xb4\ -\x0d\x07\xbc\xb1\xf2\x4e\x9f\x4a\xc7\xaf\x3f\xdc\x03\x37\x47\xbf\ -\x00\x85\x02\x51\xd5\x0f\x77\x5c\x0f\x5d\xcd\xe6\x41\x40\x66\x9b\ -\xdc\x70\xd0\x8b\x6a\xd6\xd2\xcf\xfc\x09\x4b\x4c\xe6\x82\x0c\xc3\ -\xb4\x31\x37\x94\xe0\x3b\x3a\x0a\x85\xe1\x54\x0e\x54\x4a\x41\x49\ -\x64\x31\x6e\xf4\x6a\x28\x78\x4e\xcc\x96\x2d\x00\xee\x97\xc7\xce\ -\x0b\x16\x82\x24\x94\x6c\x76\xbf\xa5\xf0\xc5\x3d\x90\x73\x13\x15\ -\x67\xb1\x97\x35\xc8\x80\xbb\x05\xf7\xce\xf1\x0c\x76\x8a\xbf\x2f\ -\xaa\x21\xa0\x77\xaa\x59\xe6\x1e\xea\xe1\x86\x02\x5f\x2f\x8c\x6a\ -\xe3\x7c\x5b\xe8\x3b\x22\x9a\x54\xc6\x33\xeb\xab\xd3\x57\xad\x70\ -\xf1\x0d\xbe\x15\xc3\x54\x6c\x40\x9b\x86\xc9\x8a\x14\x21\x6c\x88\ -\x71\x5b\x87\x28\x19\xe2\x06\x54\xd4\x76\xe6\x6e\x67\x96\x98\xc1\ -\x2e\xb9\x65\x66\x61\xf7\x25\xf8\xe6\xe0\xd3\xb5\x3e\x55\xd7\x55\ -\x0b\xa0\x5a\x5a\x63\xb1\xc6\xbe\x53\x69\x72\x44\xad\xfb\xc5\x5d\ -\x0c\x13\x41\xea\x94\xd9\x9d\xe1\x10\x1a\xc2\x17\x3a\x05\xfa\x61\ -\x8e\x3e\xf5\x31\x27\x28\x4f\xaa\x07\xef\xa7\x96\x21\x9f\x76\x08\ -\x73\x52\x58\x0f\xc1\x73\xf0\xa5\xe5\x45\x54\x1c\x96\x51\x4d\x0f\ -\xa2\x80\x04\xe5\xf4\xc9\xa8\x66\xa1\x69\xb1\xb5\x9c\xeb\x0c\x41\ -\x88\x5a\x8e\xca\xbe\x76\x87\x69\x54\xe2\x19\x14\x2a\x1a\x21\x06\ -\x35\x96\xe0\xee\x60\xa5\xcf\x68\x68\x01\xe4\x39\x6b\x56\x1c\xfa\ -\xf9\x43\xd4\x91\x46\x97\x52\x26\x0a\x3c\x62\x1d\x52\xfd\xd9\x96\ -\xc1\x22\xbc\x17\x67\xe4\x3b\xd9\x96\x71\x5e\x92\x82\x35\x84\x70\ -\x84\x2b\xd9\x3e\xc9\x8d\xc6\x08\x67\x16\x04\x2d\x5c\x8a\x9b\xdb\ -\x66\xb2\xea\x76\x17\xd1\xd5\xa6\x61\x87\x28\x9a\xe8\x05\x74\xc9\ -\x73\xfa\x8d\xd6\xe7\x5c\x7a\x16\x4e\x6a\x48\x6b\x8c\x4e\x83\x94\ -\x45\xbd\x08\x54\x43\x16\x0b\xf0\x45\x3e\x41\x24\x1c\x1b\x85\x63\ -\xdb\x3f\x62\x53\x2e\x82\x93\x06\xed\xe1\x9a\xc5\x8a\x9f\x59\xd2\ -\xb1\xd2\x0a\x8b\xc8\xf7\xba\xf9\x96\xc8\x7e\xfe\xc9\x25\xc4\xf7\ -\x0e\xce\x21\x4a\x09\x08\x5e\x2d\x0b\x2f\xa6\xb4\x01\x7a\xec\xe7\ -\xc7\xb2\xdb\x74\x05\xfd\x1d\x2d\x78\xba\x36\x71\x55\x17\xbb\xbf\ -\x26\x21\x84\x49\x7f\xf2\x7e\xc2\xd5\x28\xcd\xcd\xfe\xfb\xa5\xa9\ -\x98\xee\xaa\xb6\xb8\xd3\x2c\x5d\x97\x30\xa0\x68\x27\x2c\x3a\x5a\ -\xfc\x2c\x72\x3d\x95\x80\x18\x32\x2d\x16\xf2\xde\x9c\x76\xe5\xd6\ -\xcc\x29\x82\x3f\xdc\x84\xc7\x69\x38\x04\x2d\x5b\xe9\x00\xb4\x42\ -\x23\x91\x40\xc2\x37\x3d\x50\x80\x94\x88\xcd\xd5\x37\x97\xc0\x7f\ -\x15\xf5\xcd\x28\xf6\xda\x76\x76\xa2\xc6\xa5\x08\x4f\xd3\x3f\xa9\ -\x19\xd7\x20\x73\x14\x86\x27\xf7\x00\x65\x40\x66\xbd\xf7\xf7\x49\ -\x4b\x02\x7e\x39\xa9\x72\xed\x59\x73\xa2\x2d\x79\xa3\x37\xc6\x4e\ -\xed\x38\x92\xfe\x54\xa8\x7c\x20\x6a\x0e\x54\xa6\xab\xa1\xcb\x65\ -\x68\x93\x94\x3c\x27\xea\x42\xad\x41\xf5\x19\x08\x9c\x31\x3a\x18\ -\x20\xdd\x6e\x95\xbe\xd3\x7d\xb5\xd1\x92\x83\xf6\xa7\xf7\x25\x46\ -\x24\x48\x32\x7b\xf0\x62\xa2\x90\xfb\xaa\xd2\x93\x69\xab\xdd\x6a\ -\x78\xbd\x03\x57\x54\xcc\xb2\x92\x12\xc9\x47\x7d\x1c\x6c\x96\xe6\ -\xea\xd8\xad\xf4\xeb\x99\x4c\xc4\xcd\xdd\xaf\x6a\xeb\x9c\x59\xe4\ -\xff\x4d\x9b\x5e\x39\x0f\x4d\xd5\x12\xde\xce\x1c\x97\x2a\xec\x6c\ -\x68\x6d\x1c\x01\x46\x61\x9a\x25\xa0\x54\xdd\x3a\x29\x5e\x4b\xd2\ -\xbf\x25\x6b\xb7\x5b\x84\x4d\xd5\x90\x3d\x4f\xd6\x73\x05\x88\x77\ -\xc0\xc3\x35\x82\x47\x0f\x61\xd3\xc3\x68\x86\x6a\xcd\x59\x6d\xd5\ -\x97\x01\x18\xd5\xd5\xd7\x06\x38\x2c\xcf\x11\x52\x7c\x9c\xb1\xd2\ -\x0d\xc9\x84\xca\xe0\x08\x20\xe8\x90\xb2\x49\x49\x74\x60\x40\x25\ -\xbf\x92\x5b\x3d\x3b\x33\xc3\x6a\xdb\x80\x96\x7f\x14\x1f\xa6\x50\ -\x16\x02\x97\xfc\x8b\x7d\x23\xa8\x03\x8d\xa4\xc5\xe8\x3e\x03\xc2\ -\x42\x1f\xdb\x1c\x90\xf4\x10\xd3\x0b\x75\xe0\xcf\xf1\x61\x75\x94\ -\x73\x6e\x97\x97\x51\xda\x28\xed\xe1\xab\xf3\x60\x0a\x77\x13\x02\ -\x97\x2d\x6f\xe8\xc4\x9d\x5b\x19\xd2\x0a\x4d\xb1\x0c\x14\xa8\x48\ -\xa5\xdd\xc1\xfe\xb5\x7c\x99\x02\x85\x23\x0d\xcb\xd1\x74\xf5\xa4\ -\xf2\x61\x5e\xf9\x5a\xe0\xf1\x36\x11\x11\xb8\xbb\xf0\x78\x81\x58\ -\xa9\x2a\x28\xc1\x86\x85\x66\x4a\xc0\xf2\x8a\xd4\xe1\x2d\xbd\xbb\ -\xbe\x97\x38\x78\xca\xeb\x38\xf2\x75\x4c\xb2\x17\xdb\x55\xee\x5c\ -\xfd\x0b\x07\xfd\xa7\x50\x75\x5a\x16\x1a\x6e\x1a\x13\x59\x69\xc5\ -\x29\xeb\x35\xf1\xfb\xb8\xa6\x2c\x34\x94\x11\x8a\xab\x1b\xb6\xc6\ -\xef\x48\x7a\xa7\x2c\xa0\xbf\xa1\xcc\x75\xea\x54\x1b\x50\x8e\x50\ -\x3f\xcd\x69\x10\x2c\x87\xd4\x16\x2e\x0c\xc5\xd4\x45\xa7\x42\x77\ -\xb4\xff\x56\x14\xe8\x48\xfd\x9e\x55\xd3\x1b\x43\x45\x29\x29\xd6\ -\x86\x15\x96\x8c\x25\xc0\x76\xa3\x33\x98\x7b\xa8\x3b\x72\x42\xa1\ -\x31\x54\xe7\x4b\x2c\xda\xbf\xbc\xd4\xa0\x51\xc2\x2a\xff\x9d\x36\ -\x0e\xb6\x5a\xb6\x53\x34\x00\x79\xb9\x0c\x35\xb5\x91\x7d\x0d\x6d\ -\x66\x33\x85\x9e\x70\xd7\xdd\x6d\xba\x50\x47\xf4\x71\x00\x8b\xc0\ -\x44\x9d\x98\xb1\xf1\xe6\xfd\xa2\x0d\x7a\x55\xd8\xa4\xf7\x03\x56\ -\x8d\x3d\x18\x94\xd9\x33\xce\x80\x5e\xcf\x9b\x93\x61\x40\xc9\xd0\ -\x9f\x8f\x2e\xc6\x26\xa5\x5f\x56\xd7\xa6\x6f\xeb\xec\xb8\x54\x5d\ -\xf7\x3a\x1a\x35\xe7\xd4\xd1\x18\x4a\x2a\x2b\x26\x77\xfa\x79\x8e\ -\xc8\x4f\xd9\x03\xb0\xf3\xfc\x4a\x21\xfc\xdb\x44\x43\x8a\xf3\x56\ -\xdb\xf7\x90\x51\x0b\xad\x10\xd8\xde\xcf\xa0\x11\x59\x64\x70\xc9\ -\x2c\x72\xd7\x3d\xbf\xb0\x7b\x8e\x22\x69\x40\x32\xd5\x09\x71\xa1\ -\x2b\xda\x20\x01\xdb\x7e\x37\xed\x4f\xfc\xdc\x61\xf4\xe6\x7e\x47\ -\x44\x73\x2d\x76\x3f\xe1\x6a\xc6\x12\xb0\x4d\x22\x6f\xba\x9a\x6a\ -\x11\xbc\xdb\x79\xc3\x06\xf6\x00\x40\xb1\x62\x87\xd7\x09\x0b\x23\ -\x34\xea\x4d\x05\x65\xaa\x8b\x15\x87\x11\x98\xa4\x23\x16\x4b\xb9\ -\x1f\x93\x7a\x2c\xb0\xb9\xcf\x6e\xeb\x91\x00\x23\x43\xd2\xd7\x3a\ -\x99\x51\x3f\x1e\x48\x23\x45\x9e\x9a\xd2\x39\x47\x47\xdb\xc5\x1b\ -\x04\x6b\x48\x4c\x0f\x55\xc1\x4f\x96\x07\x40\x06\x2c\x77\x13\x04\ -\x0d\xfa\xe4\xa2\x4d\x1c\x2f\xfb\x24\x62\x4f\xf8\x5d\xaf\xd3\xa9\ -\x5f\x98\xf4\xa8\x2d\x1a\xa5\x1a\xf7\xc4\x1d\xe5\x13\x35\xc1\x58\ -\x47\x6a\x98\x51\xb2\xb7\x28\xdd\x93\x63\x58\x8e\x70\x04\x56\x91\ -\x80\xd1\xca\xed\x1e\x32\xf9\x63\x9f\xbe\x27\x2b\x60\x98\x90\xbe\ -\x39\x0e\x17\x27\xd2\x73\x2d\xc0\x71\x8f\x61\xa9\x0d\x78\x0b\x1d\ -\xae\xae\xbb\xcb\x2d\xea\xff\x41\x4b\x14\x21\xe1\x11\x5a\x2b\x19\ -\xef\x50\xa8\xf6\xf5\x3c\x22\x7a\xa9\xc5\x2c\xc7\x6a\xa7\xeb\xde\ -\x34\x32\x2e\x71\xe8\x15\xb1\x9b\xc9\x24\xd0\x34\xc8\xef\x0c\xbe\ -\x68\x1b\x2b\xad\x34\xe9\x98\xb5\x86\xac\x0e\xbe\xcd\xcd\xef\x85\ -\xf1\x74\xd4\x57\x60\x51\x29\x04\xad\xce\xe9\x3a\x2e\x2a\x8d\xa8\ -\x94\x7b\x10\x8d\xf0\x9a\x79\xa8\xbe\x66\x00\xf4\xf3\x1b\x95\xa9\ -\xe0\x67\x9a\x4d\x6b\x41\xe0\x1f\xc3\xc1\x71\x50\x68\x1f\x19\x36\ -\x13\x1d\x01\x65\x24\x34\xfd\x9f\xb4\x9a\x34\xcf\xb7\x2d\xb7\xf3\ -\xa5\x19\x6b\x0e\xda\xb0\x60\x8c\x9f\x02\xfc\x2f\x65\xd3\x88\x5c\ -\x74\x75\xde\xa3\x48\xfb\xd9\x15\xac\xdd\x83\xb9\x93\x71\xe4\x20\ -\x7e\xc9\x49\xc0\xb3\x11\x0b\xe3\xa6\xa8\x12\x46\x63\xff\x34\xa9\ -\x92\x23\x9d\x47\x71\x2e\x15\x61\xa8\x79\x55\xf7\x64\xf8\x83\xbb\ -\xcc\xe9\x7e\x93\x96\xab\x75\xc1\x0c\x7b\xe8\x1c\x02\x36\x2c\x2a\ -\xe3\xd0\xa3\x10\x04\x8a\x18\xc2\x4a\x9b\xa8\xb5\xe2\xdc\x91\x0f\ -\x80\xe2\xc0\x24\xc7\x88\xfd\x8d\xfe\xb6\x87\x17\x7f\x15\x4a\x6e\ -\xa3\x4e\x2d\x30\xb0\x74\xaf\x66\xd3\x0b\x17\xa7\xa6\xa3\xc3\x87\ -\xeb\xb4\x2c\x05\xa4\x8a\xc8\x49\x71\xf2\x42\x0b\xec\x65\xa0\x30\ -\x6c\x38\x1a\x23\x6f\x64\x8b\x8d\x70\x7f\x4f\x72\x99\x34\xe1\x8b\ -\x88\xb2\xd4\x9e\xbc\x37\x0e\xa3\x51\x21\x57\x39\x8c\x19\x16\x10\ -\xfc\xd9\x0a\x85\x5d\xfc\x7b\x1e\xf6\x03\xfe\x03\x1a\x06\x76\x1b\ -\x69\xed\xa7\xd9\xdc\x2c\xc5\x15\x2a\xcd\xdc\xe1\x38\xdc\x8c\xf2\ -\xba\x40\x5a\xc1\x54\x93\xb6\xaf\xcf\xa5\x85\xed\xdd\x11\x1b\xa7\ -\xbd\xc5\xa1\x63\xc5\x84\x94\x8b\xa1\xfa\xe1\x45\x70\x2e\xdc\x5c\ -\x22\x21\xc2\xf6\x04\x37\x47\x36\x39\xf9\xdd\x2d\x27\xe3\xcb\x73\ -\x54\xc4\x0f\x40\x58\x11\xb6\x05\x9e\x01\xa4\x7f\xe6\xe6\x06\xf9\ -\x0c\xb8\xd3\xfc\x2a\x95\xa4\x06\x6d\x9b\x0d\xf3\x37\xbb\xfb\xbc\ -\x44\xea\x04\x53\x4e\xe7\xa9\x30\x87\x38\x33\x27\x12\x09\xa4\xc3\ -\xcc\x24\x26\x5a\x65\x1a\x21\x7c\x36\xa3\xcb\x8b\x27\xc2\x42\x13\ -\xa3\x6c\xc6\x6a\x6e\x9f\xeb\x4b\x8c\xa6\xa2\xda\xbe\x3e\xad\xf0\ -\x35\x87\x76\x08\xbb\xe3\xd4\x6b\x73\x1f\xe8\x1b\x45\xce\x97\x86\ -\xd9\x1b\x78\x20\x6f\xc1\x9a\xb7\x0f\x94\xea\x8d\xd0\x10\x5c\x84\ -\xf1\x3e\x5d\xb4\x7d\x5c\x0d\x11\x3a\xc2\x57\x9d\xf9\x30\xb4\x9b\ -\x20\x02\x6c\x39\x1f\x61\xd3\xbc\xbf\x24\xa3\x01\xf6\x68\x9f\xa4\ -\x6d\xd0\x76\x3e\x7a\x51\x15\x97\x1f\x70\x01\x6a\x12\x35\x3f\x80\ -\x05\xc4\xa2\xe5\x0a\x28\x2d\xcb\x0a\xa1\xbb\x91\xc5\xa4\xcd\x00\ -\xc5\xd7\x6f\x22\x9a\x11\x34\x5d\x41\x81\x7d\xaa\xdf\xb2\xde\xf8\ -\x02\x00\x52\x03\x15\x93\xf2\xb5\xfa\x4f\xdb\xb4\x0c\xbd\x70\xe4\ -\x4d\x0b\x46\x07\x7d\xaf\xd1\x8c\x33\xce\x2f\x72\x6a\xf6\xd7\xc0\ -\xe5\xfe\xc8\x0c\x33\x0a\x6a\xcc\xbd\x61\x2e\xc0\xc5\xd0\xe9\xeb\ -\x5a\xb2\x65\x30\xe5\xe4\xc6\x29\x50\xf9\x1a\x73\xad\x81\xe9\xd0\ -\x74\x39\xad\xf6\x1b\x74\x4b\x0d\x6b\x9a\x87\xfd\xc8\x11\x8e\x8d\ -\x13\x19\xe4\x23\x1a\x24\x8f\xd0\xa6\xc5\x8c\xdd\x28\x2a\x0b\x26\ -\x6e\xa1\xf0\xff\x14\xc9\x21\xd5\xe4\x87\xce\x3a\x69\xd0\xbf\x80\ -\x6a\x50\x38\x59\x11\x69\xfb\x37\xa9\xba\xee\xbc\xea\xd4\x59\xbc\ -\xd6\x17\x62\x60\x33\x85\x0b\xa7\x3b\x17\x7e\x8c\x5d\x99\xc5\x34\ -\x55\x77\x57\x59\x57\xca\x5b\x5d\xab\x3b\xfd\x9f\x99\x0f\x57\x4e\ -\xc4\xcd\x20\xa6\xb9\x39\xdb\xf9\x56\x72\xbf\x90\xf0\x2b\xd0\x43\ -\x06\xd0\x83\xb1\x57\x6a\x1c\x2f\xca\xcd\xd4\x63\xbb\xbf\xe8\x9e\ -\x73\x74\x77\xd1\x93\x23\xc8\x3b\x68\x6d\xb2\xd3\x90\x57\x52\xaf\ -\xc3\x78\x8d\xb7\xf7\x61\x9e\x89\xa5\xd6\x48\x20\x2f\x63\x56\x6e\ -\x34\xe9\x3d\x27\xee\xed\x0e\x0e\xf6\x56\x69\xbc\x6f\x46\x1d\x95\ -\x92\x78\xa3\x38\xc6\x84\x08\xd1\x06\x1a\x3a\xb5\x19\x45\xfb\xd6\ -\xcd\x3d\xb8\x0d\x1b\x0e\x96\x12\xba\x33\xf8\xb0\x39\xf2\x4b\xd0\ -\x33\xb8\x51\x46\x6a\xfb\x3c\x17\xb4\x7e\x7e\xb5\xde\x6d\x9f\xc2\ -\x5a\x47\x1d\xaa\x80\x44\x86\x78\x03\xf0\x11\x25\x94\x94\x44\x3c\ -\xd6\xf9\x91\x27\xc6\xd2\xe9\xc0\x15\x64\x31\x73\x9b\xb9\x69\xa0\ -\x21\x40\x1c\xfb\x15\x83\x60\x44\x00\xfd\x2e\x81\x80\x9c\xc6\x1b\ -\x4f\x69\xea\x0b\x15\x40\x19\xf1\x26\x95\xa6\xb7\xa0\x86\xb1\xb5\ -\x09\xc4\x16\x5a\x76\xf5\xa8\xb7\x32\xcd\xe3\xc6\x52\xc4\x6b\x8b\ -\x83\x1f\x58\xf2\xff\x93\xf6\x66\x5b\x92\xe4\x38\x96\x20\x00\xd2\ -\xbc\x66\xfe\xff\x57\xa7\xb3\x33\x4c\x85\xc0\x3c\x60\x27\x29\xea\ -\xd1\x33\x71\x4e\x94\x67\x79\xd8\xa2\x2a\xca\x05\xb8\xb8\x4b\xc9\ -\x8d\x32\xbf\x7b\x22\xa5\xef\xd0\x4b\x31\xe6\x0b\xd1\x29\x8c\x9c\ -\x74\xee\x13\xf5\x2b\x76\xeb\x80\x19\x0c\x26\xa5\xe8\x95\x4b\x72\ -\x38\xb6\xa0\xcc\xfe\x3a\x98\x19\x56\xb1\xce\xc5\x5a\x6c\xdb\x87\ -\xd4\x1e\x3c\xde\x8d\x13\x9c\xc6\xf0\xee\x4c\x72\x19\xcf\x6a\x75\ -\xd9\x42\x3c\x95\x6d\xfd\x12\xd0\xb6\x1f\x5a\x8b\x3b\x1d\xe2\x46\ -\xfd\xdb\x8a\xa3\xe3\xf0\x1f\xa5\xa9\x90\x74\x58\xf3\xe6\xdb\x8b\ -\x52\xb6\xd0\x4e\xdf\x08\xfb\x18\xfb\x14\x97\xee\xe8\x6c\xcd\x71\ -\xa2\xad\xa0\xd8\xad\xcd\x47\xe3\xe4\x4a\x09\x0c\x46\x19\xaf\x53\ -\x3d\x40\x3c\x1a\xe0\x03\xb1\xdc\x0b\x19\x9b\x56\x41\x2b\xb6\x4f\ -\xf4\x64\xb7\x15\x67\x78\x0e\x4a\x98\xee\xbb\x92\x42\xbe\x23\x31\ -\x97\xd7\xd5\x0a\x34\x49\x6d\xc7\x5a\x6b\xb3\x27\xff\x4e\x71\x51\ -\x9b\x5f\xd3\xad\xb5\x30\xea\xdd\xa1\x2e\x6d\xb9\xb1\xe8\x20\x76\ -\x57\xcd\xd5\xa6\x42\x12\x4e\x61\xa1\x39\xa1\xbb\x46\x64\xff\xdf\ -\xbc\x4f\x84\xcb\x24\x8a\xcd\xed\xf2\xa4\xaa\x7a\xb0\x2a\xbe\x82\ -\x27\x1e\xa6\x7d\xc4\x69\x8b\x8b\x5f\x19\x58\x28\x00\x0c\x96\x07\ -\x58\x50\xb3\xf3\x9a\xb5\x78\xb5\x13\xe6\x46\x3d\xdb\x43\x10\xb5\ -\x29\x19\x57\x22\x55\x68\xea\xb6\xf3\x6d\x80\xbb\x73\xba\x6b\xe5\ -\xcf\x6b\xd1\x92\xb9\x24\xfb\x85\x42\x81\xa8\x39\x5d\x68\x9f\xc4\ -\x56\xb7\x48\xd2\x98\xef\xde\xe0\xa0\x1a\xaf\x84\x0e\xce\xb4\x54\ -\x88\xd4\x75\x84\x91\xbf\x72\xd7\x98\xed\x61\xd7\xf7\xe9\xf4\x1d\ -\xd4\xc9\x09\x45\xb9\x4c\x0f\x5a\xfa\x7d\xff\x24\x5d\x07\x0f\x0a\ -\x73\xa3\x68\x4b\xf5\x9d\x82\x40\x62\xb1\x7c\x4e\x02\x2b\xc2\x8f\ -\xeb\xb4\x2e\xbe\xd6\x1d\x2f\xf9\xd6\x98\x5e\x26\xcb\x24\x16\x9c\ -\x0b\x97\x80\x71\x6b\xb4\x22\x38\x73\xbd\xea\x44\xde\x74\x5c\x19\ -\x9b\x51\xe8\xa1\xd5\x08\x03\xf3\x87\xb9\x5d\x72\x9d\x4a\xd6\x89\ -\xa9\xa0\xbc\x70\x37\xec\x77\x3f\xea\xde\x29\x82\x57\x1a\x32\x0b\ -\xb7\xa8\x04\x2f\x7c\x05\xc9\xca\x10\x9f\x46\xaf\x68\x88\x84\x2b\ -\xf5\x47\xe9\xfc\x0e\x4e\x11\x7a\xee\x1b\xdb\x34\x6b\x14\x92\x5c\ -\x07\x16\x57\x2b\xde\xa5\x4f\x5d\xb0\x3b\x88\x7e\x05\x2e\x08\xdb\ -\x44\x7e\xbf\x43\x5a\x41\xe7\xb9\x47\xa8\x48\x7f\xba\xae\xd6\x3d\ -\x59\xc1\xd4\x02\x84\xd8\xe4\x0d\xb1\x84\xab\xdf\x76\x15\x32\x10\ -\x9f\x8d\xb4\xdf\xb5\x0c\xd2\x74\xaf\x07\x0d\xec\xdb\xfd\xde\xce\ -\xcf\x6a\x56\xe4\x1e\xad\x0a\x58\x6e\xd2\xb5\x2b\xdd\x30\xf7\x8f\ -\x37\x9a\x1a\xe5\xe3\x35\x84\x1c\x93\x34\xbc\x82\xbd\xfd\x8c\xe8\ -\x21\xe7\xad\x09\x12\x30\x1b\x7d\x07\x33\xa5\xd1\xa4\x6f\xee\xa9\ -\xdd\x2c\x14\xaf\x00\xbc\x0b\x2b\xf4\xd6\x5b\x39\xe5\x47\x84\xb5\ -\x4e\x73\x96\x1b\x7d\xfa\x46\x39\x3d\x1b\xa6\x6c\x76\x78\x6b\x4c\ -\x44\xee\xcd\x24\xb8\x0c\xa6\x4c\xe5\xd9\xd6\x39\x47\x15\x6e\xd3\ -\x6e\xa1\x00\xbc\xf1\xd2\xc0\x21\xa2\xb9\x65\x72\x0a\x0c\x42\xbc\ -\x6e\xa0\xc6\x56\x37\x7a\x00\x75\x73\x27\xb6\xfa\x1a\x9d\x5a\x7d\ -\x01\xa5\x09\xe9\x9a\x6b\xe5\xe7\x8f\x6c\xd9\x69\xfb\x5a\x6f\xc0\ -\x73\x00\xd9\xdc\xa2\x64\x22\x8e\x21\x9e\xe1\xc5\x49\x16\xef\xb5\ -\x51\x68\xc8\xcd\x9c\x65\x40\xe4\x36\xe4\x34\x14\x96\x9e\x1f\x6c\ -\x35\x94\xc5\x55\x81\x40\xda\xad\xc3\x9e\xb6\x6e\xbc\xd9\x2a\xf8\ -\x8a\x17\xb5\x2a\xea\xdf\x0f\xac\x28\xea\x50\x73\x01\x96\x4c\x40\ -\xfe\x00\x9a\x1b\x4e\x1b\x9b\x42\x09\x00\x24\xa7\x46\x19\x92\xe9\ -\x36\xa9\xbb\xc0\x12\xa7\x8e\x4e\x7d\xc4\x47\xdb\x01\x63\xe1\x96\ -\x40\x69\x85\x5d\x47\xac\x62\xf4\x03\x34\x91\x3a\x1e\x62\xc8\x3e\ -\xb9\x82\xe2\x94\xe4\x53\xa0\xda\x70\x8d\x2d\x18\xb4\xfe\xac\x61\ -\xdb\xd0\xf5\x54\xfe\x5c\xfd\x52\xe7\x4d\x63\x70\x9b\xa4\xf1\x85\ -\xa6\xb8\xfb\xf4\x93\xa8\x03\xe1\xed\x70\x7b\xb3\x6c\x2f\xa3\xa7\ -\xeb\xef\xce\x5c\x1b\x6c\xd4\xc3\x93\xaf\xbe\x51\xb7\x60\x33\x32\ -\x68\x17\xdb\x89\xbe\x3f\x6b\x75\x64\x41\xb6\x11\x38\xdb\x23\xf2\ -\xc2\x3d\xe3\x67\xac\xb0\x1c\x45\xeb\xe5\x06\x24\x70\x71\xb2\xba\ -\xb1\xd5\x7b\x61\x83\x2f\x9b\xb7\x7f\xc7\x36\x79\x53\x2e\x40\xd5\ -\xa3\xf6\x8b\x6b\x71\x50\xb2\xbc\xa8\x08\x87\xcd\x9a\xb2\xce\x70\ -\xcd\x81\x58\x8f\xbc\x4e\x2c\x3c\x4f\xcc\xdd\x72\xc2\x02\x1f\xd0\ -\x28\x68\x7b\x7e\x45\x4e\x9c\xb4\xe1\x14\x58\xeb\x03\xe9\xa4\x96\ -\x2e\x95\x11\x32\x51\x82\x51\xc9\x73\xd7\x1c\xc3\x42\x09\xd7\x35\ -\x68\x54\xe0\x7a\x71\x4c\x27\xfb\x1e\xfb\x84\x20\x9b\x96\xc6\x83\ -\xde\x42\xaf\x5f\x69\x66\x72\x8a\xff\x23\xc5\x9e\xee\xa6\x16\x4b\ -\x49\x1d\xdb\x24\xd9\x85\x9c\x66\x76\x60\x11\xe8\x22\x36\x79\x16\ -\x09\x20\xa7\xd3\x0d\xf1\xa0\x54\x62\xe8\x54\x3a\x38\x73\x20\x90\ -\x62\xda\x2c\xe3\xb1\xa7\x88\x1f\x40\x82\xbe\x4b\xaf\x96\xd8\xd0\ -\xa6\x3f\x49\x87\x4a\xe7\x3d\x13\xf2\xb6\x89\xd7\xad\x30\xd4\x40\ -\xc8\x8a\xb2\xc6\xd7\x96\xcb\x18\x0a\x92\x0d\xa5\x81\x63\x33\x27\ -\xea\xab\x3e\x51\x52\xc1\xcf\xa1\x2f\x68\x74\x12\x12\x07\xf0\x95\ -\x88\x20\x7d\xca\xce\xc2\x46\xeb\x1e\xfd\xb3\x34\x26\x05\xcb\x7b\ -\xd0\x79\x9b\x4a\x6e\x01\xcf\xe1\x1a\x08\x7d\xed\xfa\x7b\x8d\xf9\ -\x6b\x29\xf8\x1b\x05\xb9\x0e\xb8\x8a\x65\x72\x8d\xd6\xd8\x35\x57\ -\x8d\xd2\x4c\x69\x14\x53\x75\x15\x50\xb2\x06\xb1\xd2\x70\x53\x08\ -\xb5\x15\xbe\xf8\x5a\xb8\xa1\x85\x9f\x75\x64\x77\x63\x0c\x48\x66\ -\x50\xb6\x86\x74\x3d\x41\xf3\xbe\xbd\x8f\x76\xe6\x17\x3d\xc9\x49\ -\xd9\x4f\x94\x5a\x1b\x52\xe9\x21\xbe\xa2\x39\x86\xbe\xce\x06\x0c\ -\x58\xe0\xe7\xb9\x1b\xe5\x30\xb0\x68\x08\xb5\xe0\xd4\x08\x00\x30\ -\x0a\x2d\xf1\xa1\xcd\xad\xe0\x1b\x1f\x8d\xd5\x06\x96\x0a\xbc\xda\ -\xf7\x67\xa1\x79\xa1\x59\xfb\xd9\x1a\x91\x0f\x74\x05\x5b\xb4\x89\ -\xae\x40\xe6\xca\x49\x9e\xe9\x9f\xcd\xe6\xe5\x38\xe3\x38\x22\x4c\ -\x96\x7e\x6d\x7d\x8f\x4e\xda\x70\x77\x3d\xe1\x90\x6b\x44\x13\x6d\ -\x59\x41\xe8\x59\x73\xfe\x1e\x98\x01\xc5\x41\x26\x7e\x9d\x04\x21\ -\x8c\x74\x6d\xdd\x82\x76\x33\xec\x9c\x36\x03\x86\x73\xe2\x77\x03\ -\x34\xd0\x00\xf4\x9d\x46\x77\x98\x44\xed\x2e\x7b\x9e\x27\xb4\x07\ -\x33\x87\xdc\x63\xb5\x49\x55\x36\xb6\xb1\x95\x61\x0f\x80\x26\xa0\ -\xf4\xdd\x2a\x4d\x53\x34\x18\x75\xd2\x82\xc3\x40\x27\xad\xa1\xaa\ -\x39\xd7\x4d\x4b\xbd\xc7\x0d\xed\xcf\xd9\xeb\x4a\x9f\xe0\xd6\xa6\ -\xaa\xd6\x41\xae\xd9\xc3\x4b\x3c\x45\xb5\x22\xdf\x87\x01\xcd\x28\ -\x2d\x52\xe6\xf3\x3c\x93\xe2\x7e\x86\x31\x5c\x98\x61\xbe\x22\xc7\ -\xfb\x19\x07\xf0\xdf\x2f\x6e\xea\x8d\x2f\x8e\x90\x0a\x40\xc9\x59\ -\x15\xab\xf7\x6e\xe6\x3d\xf5\xfc\x64\xaf\x0f\x5f\xa6\xae\x3a\x0c\ -\xe2\xab\xbd\xbf\x82\x26\xab\xc8\x8d\x4e\xad\x36\xb9\x06\xf5\x32\ -\x2d\x14\x4d\x19\x05\x02\x75\x8f\x0d\xab\x7b\xd8\xe3\x45\x04\x64\ -\x49\xdc\xbf\x02\x02\x53\xbf\x78\x2a\x9a\x60\x54\x0c\xd7\x48\x49\ -\xcd\x42\x69\xc5\x36\xa7\x2b\x96\x99\x57\x1c\x8e\x5b\xe6\xa6\x34\ -\x28\x2d\xa6\x6f\xe8\x88\x2f\xfc\x41\x3f\xb9\x11\xec\x50\x70\x1a\ -\x8e\x1f\xc0\x6e\xd1\x5a\x37\xdf\xa4\x2e\xe8\x5c\x56\x54\x8a\x5d\ -\x14\x83\x66\x41\x1e\xc8\x34\xf5\xd2\xac\x2b\xdf\xf2\xb5\xea\xeb\ -\xab\x4d\xe6\x7e\x10\x79\x1f\xdf\xbe\x4f\xfa\xdf\xd5\x45\xd3\x10\ -\x94\x41\xaf\x13\xa6\x10\x38\x13\xa5\x6b\xf2\x91\x79\x40\x51\x90\ -\xc8\x8b\xd8\xbc\x8e\x37\xf7\xa4\xef\xfa\xfe\xe9\xc5\xad\xa7\x59\ -\xd6\x1f\x3f\x97\xe3\x40\xe2\x48\xc9\x56\xd7\x94\x41\x14\x79\x0e\ -\x7a\x51\xd8\x62\xad\x85\x07\xd6\xec\x9d\x8a\x74\x2b\x05\x14\x2f\ -\x8e\x8a\xbb\x5b\x9f\xdb\x7d\xea\x78\xff\x07\x58\xb4\x59\xa0\x2a\ -\xe4\x7d\x63\x14\x8e\xb4\xd8\x84\xc3\xf2\xbe\x66\xc8\x70\x9f\x50\ -\xb6\x76\x31\x8b\x34\xcf\x6b\x68\x90\xf5\x36\xd9\xad\xeb\x0a\x4b\ -\xa1\x17\x28\x12\xe5\xb4\x93\xd7\x6a\x1c\xeb\xdd\x71\xb0\x1e\xc2\ -\xe8\x6e\x86\xad\x9f\xad\xa9\xf6\x29\x78\x13\x5c\x61\x81\xeb\x08\ -\x3c\x12\x15\x9d\x1a\xc4\xb4\xc3\x09\x6e\xb5\xf0\x4b\xba\xe3\x7b\ -\xd1\x1e\x87\x90\x1d\xee\x2e\x84\x8e\xb5\x1c\xd6\xbd\x01\xbd\x00\ -\x00\x20\x00\x49\x44\x41\x54\x01\x9c\xef\x74\xb9\xfd\xa2\x50\xdd\ -\x53\x16\x89\x55\x3b\xd2\xa6\xea\x17\x14\x8a\x4b\x51\xe4\xf4\x1d\ -\x34\xc7\x1f\x3d\x7b\xf0\x98\x36\xe6\x05\x8c\x41\x8b\xd3\x02\x80\ -\x0e\xc7\x28\xa7\x0e\xe4\xd7\xe4\xc4\xdc\x75\x2a\x49\xad\x73\xf4\ -\x10\x5b\x46\x5a\x34\x26\x2f\x54\xa5\x43\xab\x05\x63\x1b\x28\xe0\ -\x0b\x95\xec\x04\x50\x32\xd7\x07\x2e\xd4\x35\x2d\x6e\xf9\x1a\x12\ -\x8f\x7f\x9d\x90\x47\xb3\x7e\x45\x6f\xf1\x15\x29\xbf\x21\x93\x6f\ -\x67\x19\xc0\xbb\xa9\x42\x04\xf8\xca\xfb\xc4\xe5\x9b\x0e\x22\x26\ -\xa8\x98\xa0\x42\x5b\x87\xe8\x1a\x46\xbe\xbe\xce\x9b\x16\xe7\x46\ -\x87\xce\x73\x8d\x2f\x27\x8a\x37\x54\xa5\x89\x47\x31\xba\xa3\x19\ -\xf4\xd0\x38\x0a\xb2\x06\x14\xb2\xae\x6b\xa1\x33\xcb\x51\x9f\xca\ -\x4f\xc9\xbc\x29\x76\xc5\x98\x40\x4c\xd5\x48\xe8\x9a\x87\x6b\x0e\ -\xa5\x9b\xda\x20\x26\xeb\x02\x8b\xb9\x0a\x80\x9a\xf3\xe4\x7b\xb6\ -\x29\x3e\xd6\x42\x73\x18\x80\xf3\x00\xa3\x00\xc2\x1f\x65\x2d\x00\ -\x25\x9d\xda\x64\x03\x28\x5b\xb6\x95\x37\x14\x1b\xdd\x0f\x2e\x93\ -\xab\x6c\x3e\xe4\x75\xaa\xaf\xe7\xd6\x4c\x3d\x49\x31\xd5\x71\x20\ -\x80\xf9\x89\xa0\x50\xdd\xc3\x12\xc6\x49\x15\x20\xc3\x1d\x29\xe7\ -\x4a\x77\x3d\xe9\x70\xfe\x3a\x47\xa1\xa6\x9b\x34\x4b\x3f\x2d\x96\ -\xa0\x38\xdf\xe8\x63\xa1\x81\x2d\x05\x77\x63\xe5\x18\x00\x59\x19\ -\x1b\xfa\xb5\xf0\x3a\x7d\x91\xad\xf6\x08\x9a\xdf\x65\x62\x95\x8c\ -\x1d\xcb\x02\x83\xfb\x54\xd5\x6d\xd5\xab\x5b\xf4\x9b\x3c\xa1\x9f\ -\x19\xae\xb1\x95\xc2\xce\x30\x70\xd1\x90\xd7\x6a\x24\x81\x25\x68\ -\xbc\xbe\x86\x1d\x64\x93\xaa\x39\xa6\x11\xbc\x8c\x74\x9d\x03\x80\ -\x21\x80\xcb\x92\xad\xc6\x1d\xf4\xce\xe7\x31\xcd\x9c\xad\x67\xcf\ -\xc5\xcf\xb2\xb5\x1a\xf7\x47\xb9\xcf\x1b\xed\x0d\x06\xec\x8e\xa2\ -\xfa\xde\xd6\x55\x62\xe1\xfb\xc5\x87\x32\x6d\xd2\xd5\x68\x9f\xb4\ -\x69\x92\x87\x35\xa5\x64\x1a\x3d\x0f\xfc\xde\x72\xda\xec\x6c\xa5\ -\xf6\x3b\xa1\xdc\x49\xa9\x89\xc6\x97\x67\xa3\xf7\x2d\x1d\x6c\xb6\ -\x1b\x20\xfa\x36\x5c\xe8\xd3\xcb\x9e\xc3\xe6\x00\x9c\x7c\xd9\xe3\ -\x28\x3e\x69\xea\xba\x6e\x31\xda\x02\x3a\xd8\x2a\x0a\x7e\x62\xe4\ -\x6c\x59\xed\x62\x1a\xd1\x64\x27\xe8\x9f\x73\xd9\x1e\x36\xef\x23\ -\xed\xd1\x85\xf2\x30\x85\x07\xd0\x11\x24\x1b\x07\x12\x4e\x5b\x0c\ -\x08\xbf\xfc\xbf\x8b\x28\x5a\x0f\xf9\xe7\x91\xe8\xf4\x1f\xf9\x5f\ -\x30\xe7\xff\xc0\x9c\xff\x57\x43\x6c\xb4\x28\x04\x78\x50\x2d\x55\ -\x19\x09\x7e\xc2\x5a\x5b\x5f\xdc\x67\x69\xd0\xaf\x6a\x41\xf4\x43\ -\xdf\x1f\xf0\x03\xd9\x71\xa0\x08\x0c\xcb\xe2\x81\xf8\xd0\x1e\xfb\ -\xa0\x31\xdc\x87\xd4\xd5\x63\x00\xc1\x80\x7f\x3e\xff\x89\x45\xa1\ -\x9b\x64\xc0\xf3\x3c\xf0\xf3\xf3\x03\xbc\x00\x3e\xec\x3e\xfe\x69\ -\x6b\xdc\x32\x13\x64\x95\x03\x88\xe3\xd2\x71\x85\x4f\x4e\x04\xaa\ -\x86\x26\x2d\x8a\x57\xe4\xf4\xa8\x00\xb8\x0c\x67\x00\x91\x22\xc7\ -\x20\xbe\x77\xcb\x33\x61\xec\x13\x90\x7d\x01\xfb\xa6\x0e\x14\x94\ -\x74\x33\x20\x5b\xce\x8e\xbb\xb6\xd8\x84\xd0\x91\xaa\xb0\xce\xa7\ -\x54\xd7\xd6\xcc\x02\x88\x9c\xab\xff\xe4\x65\xc0\x68\xcd\x2b\x02\ -\x8d\x69\x4d\x72\x75\xf9\xa3\x10\x01\x0a\xa3\x65\x02\xf9\x61\x92\ -\x79\x1a\x39\xa9\x50\xaf\x3a\x42\x52\x54\xdd\x0b\xb2\x92\x3d\x04\ -\xc3\x6c\x68\x91\x63\x0a\x4a\x96\x1c\xce\x12\x44\x54\x03\x0e\x72\ -\xca\x58\x35\x3e\x31\xf6\x8d\x06\x25\x8b\xc7\xdf\xf5\x1b\x93\x17\ -\xb4\x29\x6c\xe4\x36\x21\x82\xe0\x63\x81\xd6\x02\x9e\x26\xe1\xcd\ -\x84\xc0\x82\x65\xf9\x18\x4e\x69\x82\x48\x16\xcf\x4d\x3c\x91\x9a\ -\x18\x15\xbc\x40\x12\x81\x0f\x32\x0c\x2b\x12\x06\x52\x64\x51\x8d\ -\x31\xac\x38\x58\x86\xec\xff\x6a\x76\xac\x4f\x4e\x44\x9f\x01\xfc\ -\x64\xb3\x08\x86\x42\x61\x49\x43\xc7\x31\xf5\xf2\x60\x5d\xbf\x2a\ -\x92\x76\x91\x2b\xc2\x47\x2c\x07\x03\x86\xd1\x53\xaa\x48\x1c\xe1\ -\x59\x4f\xe4\xc8\xf8\x3a\x14\xf4\xe7\x25\xb0\x8c\x9a\x81\xd5\x3d\ -\x94\xdc\xdc\xc1\xd2\xcb\x19\xc2\xc8\xc6\x0b\x45\x34\xae\xf8\xaf\ -\xe9\x4a\xf4\x99\x2e\xcb\xbe\x90\xb8\x5c\x3f\xfc\x51\x00\xc6\xff\ -\xce\x2f\xc6\xc5\x40\x83\xe1\x63\x93\xc0\x21\x23\x82\x49\xc1\x2c\ -\x7f\x45\x04\x3e\x71\x31\x79\xd8\xb5\x1e\xce\xec\xb9\x68\xfc\xbf\ -\xed\xbd\xfc\x8f\xf1\xa7\x3b\x72\xf8\xfb\xfc\xda\x54\x88\x01\x69\ -\x28\x15\x16\xb3\xb9\x58\x6e\x6c\x01\x9e\xef\xe6\x94\x0b\xd7\x7d\ -\x59\x1e\x06\x48\x47\x95\xad\xd8\x5e\xf2\xc4\x9e\x24\xa0\x03\xad\ -\x64\x48\xc7\xbd\x5d\x23\x8a\x38\x60\x7d\x9e\x70\x71\x3d\x68\xd5\ -\x80\xc6\x0e\x96\xcb\x85\xaf\xe7\x0d\xd3\x27\x33\x72\x4a\xc1\xcc\ -\x16\x8c\xfa\x7c\xfe\xe9\x19\x6a\x95\xe6\x8a\x03\x96\x51\xcd\x9a\ -\xa5\x36\x74\xc6\x43\x9b\x2e\x61\xe1\xae\x13\xc2\xef\x7a\x80\x78\ -\xc0\xb0\x29\x05\x78\x5e\x9f\x51\xb9\x1c\xd1\xf4\x3b\x2b\xf2\xaa\ -\xec\x62\x67\x0f\x8c\xf7\xaf\x91\x36\x84\xb5\x18\x6a\xaf\x63\x29\ -\x02\x5f\x6b\xe1\x8c\x38\xcc\x9d\x32\xdd\x02\x7d\xfa\xbc\x22\x47\ -\xac\x84\x31\x5b\x61\xa3\xcf\xf4\x03\xbc\xdc\x5d\x8a\x00\xf0\x89\ -\x69\x0b\x08\x81\xd0\xaf\xd1\x96\xe8\x68\x12\x69\xe8\xf3\xf0\x22\ -\x28\x84\xe8\x94\x0d\xc2\xb3\x56\xd3\x1e\xee\x74\x62\x26\x32\x23\ -\xa9\x6c\x38\x57\xa5\x5a\xd3\x93\x61\xe8\x3e\x0d\xa3\x4a\x39\xc2\ -\x03\x81\xaf\x53\xaf\x25\x8f\xde\xb7\x91\x4b\x99\xf6\xeb\x41\x3b\ -\x32\xb4\x1a\x4a\x11\x47\x44\x30\xe7\x84\x7f\x9e\xff\x80\x08\xc0\ -\xcf\xf8\xbf\x61\xd8\xb9\xaa\x4d\xc0\xff\xc0\x10\x82\x5f\xf9\x28\ -\x88\x81\xd5\xf6\x7f\x46\x91\xf7\x2c\xce\xe7\x1f\x5a\x3e\x6f\xb0\ -\x10\xf8\xf3\xa4\xdb\xe6\xf6\x80\x65\x71\xdc\x9f\x87\x76\x83\x8c\ -\xda\xbf\xfe\xb1\xfd\x3b\x14\x04\x34\x4d\x09\x5a\x34\x0b\xc2\xc7\ -\x02\x59\x4d\x77\x14\x4d\xe8\x03\x63\xfc\x58\xd3\x45\x31\xd5\xc4\ -\xb0\xc6\xd6\xfd\xf0\xcf\x5a\x40\x38\xe1\xcf\xf8\x63\x32\x87\x61\ -\x48\xbc\x66\x4a\x3d\xa2\x39\x64\xc3\x82\xca\x87\xbb\x77\x92\x5b\ -\x42\x3f\xa5\x9e\xea\x7b\x58\x23\x16\x9f\x70\x60\xae\x13\xe8\x65\ -\xe6\x06\x0c\x0b\x48\x10\x26\x0e\x18\xbc\x53\xe4\x35\x27\x6f\x04\ -\x9d\x90\x5a\x5e\xa9\x53\x55\x6b\x7e\x67\x73\x8f\x1b\x04\xeb\xd1\ -\x1c\x2e\x15\xf3\x1a\x10\xe0\x99\x78\x96\x83\xd8\x27\x4e\xf8\x4a\ -\xe5\x3e\x41\x17\xb3\x0d\x0f\xe0\xd2\x6c\xee\x19\x6c\x92\x09\xf0\ -\x3c\x1c\x74\xc6\xe9\x0e\x82\x00\x40\xec\xec\xa3\xe7\x70\x22\x4c\ -\xc0\x5a\xe0\x13\x06\x64\x12\x79\x88\x20\x02\xf0\xc7\x1b\xd6\xae\ -\x17\x07\xec\xd6\xf1\x00\x00\x32\x30\xa6\xf3\xb8\x11\xdc\x94\x72\ -\x2e\x99\x29\x56\xde\xeb\x9c\x13\x38\xfe\xfe\x17\xb0\x64\x34\x3a\ -\x1b\x8b\x37\x56\x52\x75\xd9\x13\xc1\x66\x2e\x52\x1b\x20\xc7\x6b\ -\x58\xf4\x7c\x8b\x7c\x44\xb2\x70\x16\xcf\x62\x5d\x0b\x10\x97\x01\ -\xd7\x39\xe1\x8c\xa1\x41\xb1\xc1\xf7\x9b\x4e\x5f\x9b\xad\x33\xfe\ -\xdf\xc1\xbe\x70\xc7\xce\xca\xb0\x60\x79\xca\xbd\x62\xd1\x37\x8f\ -\x83\x26\x00\x8f\xe5\xcc\x06\xd3\x60\x8c\x60\xa5\xe9\xfd\xad\xcd\ -\xb1\x0f\x70\xd8\xd6\x35\xa1\x28\x03\x07\x33\x54\x7d\xf8\xfb\x91\ -\xfc\xdc\xff\x0b\xfa\xf3\xa7\xb9\xdb\x06\x05\xd3\xd8\x73\x0f\x3c\ -\xea\xac\xca\xfe\x7d\x9c\xba\x43\x41\xf8\x7d\xfe\x13\x00\x18\xb3\ -\xee\x05\xe6\x05\x73\x8e\x9f\x16\x30\xca\xc5\x0a\xf3\x58\xd0\x7e\ -\xf1\x50\xe6\x5d\x4d\xfc\x13\x34\x9e\x66\x65\x6e\x05\x30\x5a\x98\ -\x16\x98\x95\x3a\x6f\x97\xbb\x07\xc7\xea\x86\x4d\x1a\xc5\x12\x6c\ -\x34\x17\x8a\x1c\xad\x11\x74\x2a\xfd\xba\x84\x53\x96\x70\x3a\xbf\ -\x84\xd8\x17\x62\x9c\x9d\x48\xa7\x52\xf2\x96\x69\x68\x58\x04\x48\ -\xd8\x9a\x0d\x1d\xff\xca\xb3\xec\x01\x7a\xee\x84\x84\x38\x3a\x91\ -\x0e\x68\xef\xe7\xa0\xa2\x94\xe0\xde\x4c\x29\xff\x0b\x57\x1e\xc6\ -\x65\xc4\x4a\x79\x55\xe1\x4d\x77\x33\x5a\xc0\xde\x37\x31\xee\x8e\ -\xf8\x36\xfa\x19\x64\x71\x21\x78\xa2\xf6\xfb\xf7\xa7\x73\x8e\xf1\ -\x93\xd1\x8b\x07\xda\xd0\xe3\x62\x7e\xe2\xc8\xa9\xe5\xf3\xa0\x40\ -\xb9\x04\x2e\x3c\x64\xac\xda\x3e\x79\xc1\xa8\xfd\x30\xe3\x8b\x4e\ -\xe3\x42\x57\x24\x84\xe6\x41\x21\x3b\x6a\x0f\x45\x9c\xfc\x73\xa0\ -\xf9\x6c\x7c\x5e\xdc\x38\xd9\x0c\x69\x59\xad\xeb\x76\x06\xa5\x0a\ -\x5d\x9f\x42\xd2\x5c\x64\x48\xb2\xb8\xbc\x4d\x43\xdd\x71\x92\xe0\ -\x8e\xd8\x10\x0c\x9d\x3e\x79\xd9\xb5\x53\x05\xa0\xbf\x47\xbd\xe0\ -\x37\x23\x83\x1a\x10\xd8\x8a\x2a\x7d\xff\x4e\xd1\xdc\xf5\x7f\xd7\ -\x4b\x0f\xef\xd3\x8b\x53\xdf\x26\x51\xe8\x76\xba\x91\xb4\x00\xd9\ -\x39\xa7\x1d\x66\x7e\x38\xd7\xa6\x62\x6d\xfa\x1e\x6a\x0e\x7c\x2c\ -\x8a\x12\xba\xb5\xab\xd3\x60\x04\x36\x81\xb6\xac\xc3\x0e\xdc\x5d\ -\xd2\xe6\x30\xa0\xc6\xa2\x04\xdd\x05\x4a\xb7\x80\x9d\x43\xbb\x36\ -\x40\x36\x57\x48\xd0\xa2\x12\x30\xe3\x08\xc0\x6a\x9c\x8c\x0e\xb8\ -\x1b\x10\xa4\x4b\x52\x86\x61\x57\x0b\xfb\xf3\xfb\x18\xea\x90\x16\ -\x07\x1e\x02\xe7\xe6\xde\xd8\xac\xf4\x4f\x3a\x34\xca\xd8\xa6\x54\ -\x65\x5a\x15\xe8\x2e\xb6\x4b\x57\xd1\x4a\xb0\x0c\xc4\x3a\x25\x49\ -\x7d\x43\x9e\xcf\x6f\x0e\x60\xee\x4a\x57\x28\x98\xb2\xa3\xfa\x66\ -\xfc\x12\x20\xbf\xc3\x28\x01\xd3\x6a\x96\x1d\x64\xe4\xc0\x11\x19\ -\xc1\xdf\x10\x51\x73\xd5\x14\x28\xb4\x95\x6a\x3c\xd3\x1d\x50\x3b\ -\xd5\xce\x27\xac\x3b\x75\x2e\xf3\xfe\x10\x1d\x4c\xa0\xa6\xb7\xa9\ -\x67\xf9\xa4\xd1\x26\x80\xd5\x35\x0b\x50\xc5\xe9\xf7\x18\x09\x3c\ -\x26\xec\xc3\x68\x2a\x4a\x51\xcf\xe7\xb7\x1b\x10\xc0\xe6\x18\xf9\ -\x36\x8d\x6b\x99\x94\x35\xde\xc1\xb4\x8c\x52\x72\x24\xab\xd3\x6d\ -\xbe\x5f\x82\x39\x7f\x80\x19\xec\x39\x53\xb8\xa8\x8a\x59\x8f\x0f\ -\x9e\xe5\x99\xd0\xe9\x6a\x17\x56\xf4\x5c\x32\xd0\x64\xbb\xbf\xce\ -\x89\x64\xac\x73\x3f\xef\x60\x6b\x0a\x00\x9a\x21\x4e\x64\x99\x01\ -\xb7\x3d\xc3\x9c\xf7\x45\x15\xe7\x03\x28\x4d\xc9\x4d\xb8\xf2\xee\ -\xc8\xc6\x2f\x9d\x3a\xad\x7e\x42\x6a\x51\x0b\x88\x0b\x30\x4e\xf6\ -\x4a\x55\xe2\xd0\xb0\xee\x9a\xb6\x7a\x1e\xbc\x51\xf8\x9b\x3e\x05\ -\x4b\xf4\x43\xd1\x83\xab\x54\x81\xf2\xf5\x3b\xd8\x21\x35\xd4\xda\ -\x6d\xce\x7b\x78\x78\x3b\x57\x8a\x13\x29\x10\x46\xa0\x47\xbc\xc6\ -\x61\xda\xc4\x3a\xaf\x75\x9a\xe1\x4e\x21\x2e\x5f\x14\x1a\x1d\xe6\ -\xeb\x24\xc2\x3f\xb7\x31\xe6\xc1\xb0\x51\x33\x03\xdb\x77\x1b\x58\ -\x5f\x1b\x7f\x44\x04\x5a\x8f\x9d\x43\x54\x00\x0f\xcf\x9e\x64\x05\ -\x7b\x8b\x76\xdf\xc1\x22\x05\xd2\xd2\x79\x4e\x40\x2e\xc6\x6f\xf5\ -\xcc\xf4\xb3\x61\x5d\x94\xaa\x10\x13\xc7\xdb\xc4\xef\x2d\xe0\x1c\ -\x36\xa6\xd1\xa1\x1f\x23\xb0\x38\x86\xc2\x1c\xba\x31\x23\xaa\xb2\ -\xb9\x51\xc3\x21\x02\xe0\x2b\xfd\xae\x03\x78\xc5\xa8\xa6\x32\x6e\ -\xe4\xae\x47\xab\xa6\x29\xd2\xc2\xad\x47\x50\xfe\x6c\x13\x01\x82\ -\x82\xd2\x23\xce\x4b\x97\x5e\x30\x30\xb9\x23\x27\x5e\x28\xcb\xf9\ -\xbb\x86\x99\x56\x08\x2c\xe8\x71\x06\x0c\x6b\x09\xe0\x74\x53\xa4\ -\x05\xcc\xd9\x58\xf9\x73\xf5\x75\xc1\x85\x5e\x4e\x02\x30\x3d\xa0\ -\x75\x1f\xcf\xd5\x07\x2a\x5b\x17\xce\x25\xbf\x89\xc6\x9f\x48\x6c\ -\x17\x79\x42\xec\xc6\xac\xb3\xa4\xe9\x01\xc2\xc8\x6a\x83\x5a\x45\ -\x6b\x61\x34\x50\x39\xf9\x55\xc8\x47\x71\x49\x0a\x92\x2b\x1f\x5a\ -\x03\x86\x42\xc5\x5d\x0f\xa3\xc0\xf6\x45\xad\x63\x4d\xb5\x65\x46\ -\x59\x6a\xc5\x6d\xaf\x15\x1c\x03\xf6\x0b\xdb\x0c\x21\x40\x94\x02\ -\xc3\xc6\xa5\xe7\xf5\x98\x88\xcd\x9e\x8d\x89\xa6\x3a\x55\x08\xfa\ -\x48\x90\xcd\x6b\x62\x24\x0d\x31\x8b\x76\x39\xc4\xd6\xc9\xd2\xe2\ -\x9d\xab\x66\x34\xad\xd4\x72\x55\x0e\x34\x90\x00\xd2\x54\x7e\xac\ -\xb8\x68\xf1\xf9\xba\xc9\xaa\x68\x1f\x5f\x2e\xa0\x2c\xcc\xcf\x0c\ -\x29\xdc\x5c\xac\xf4\xf7\x62\xb8\x16\x79\xa3\xee\x19\x54\xad\xd8\ -\x3f\x04\xb2\x7a\xd0\xf1\x25\x03\xa1\x0b\x9f\x9c\xcb\xce\xc7\x65\ -\x2f\x97\x00\x3a\x04\x78\x35\x20\x69\x9b\xb8\x86\x28\x5b\xd7\x1b\ -\x16\xfa\x00\x30\xc3\x5e\x9b\xe3\xf3\xc8\x11\xf4\x7e\x20\x5b\x16\ -\x52\xd1\x0b\x11\x92\xae\x51\x52\xc3\x16\x29\xd3\x02\x94\x9d\x52\ -\xb3\x8e\xf5\x30\xa5\x9b\x44\x9c\xf9\x1e\x4a\x5f\x98\xc5\xfd\x2d\ -\x92\xc9\x6d\x8a\xb8\x5f\xc4\x6c\x62\x7c\x00\x04\xe0\x1f\x00\x2c\ -\x59\x69\x02\x9d\x32\x02\x26\xc8\x2c\x48\x55\x3f\x48\xe9\x58\x13\ -\xbd\x90\xbc\x37\xfc\x45\xfd\x12\x08\x11\xa3\x34\x97\x25\x24\x01\ -\x29\x45\xbc\xc0\x8a\xd7\x59\x9b\x51\x91\x1a\xac\x08\x39\x59\xb0\ -\xb5\xa5\xc1\xd2\x4f\xc9\xa4\xa9\xb1\xbc\x3a\xd9\xf4\x6e\xc7\x23\ -\x09\x04\x18\x98\xa0\x15\x2c\xc0\x4b\x11\xe8\xd0\x77\x0e\x3d\x64\ -\x63\x6f\x4b\x68\xa6\xd2\xe9\xef\x9d\xd2\xa6\x56\xff\x23\xc5\xeb\ -\x58\xc4\xb3\x6c\x9f\x59\x68\x34\x72\x4a\x93\xda\x05\x0a\x13\x92\ -\xad\xf4\xcd\x4f\xc7\xd0\x78\x05\xbd\x76\x6a\x8f\x9c\x1c\xfa\xfa\ -\x6f\xd3\x00\x9d\x34\x1f\x38\xc0\x80\x9d\x5f\x2f\x66\xa7\xcd\xcd\ -\xb1\xeb\x96\x8f\x75\xd3\x67\xec\x4d\x06\x06\x0d\xbd\x53\x5d\xf5\ -\x2e\x59\x59\x14\x13\xf6\x7c\xad\xa2\xed\x38\x8a\x30\xee\x21\x96\ -\xd9\x90\x60\x18\x01\xbc\x6b\x5c\xf1\xf2\x0c\x92\x36\xa4\x39\x2b\ -\x8e\xde\x72\x36\x56\xb8\x6c\xca\x59\xb5\x35\x10\xe0\xdd\xfe\x4c\ -\x53\x91\x0c\xe1\xb0\x87\x94\x60\xc1\xed\x8c\xa3\x1a\x42\xdc\xd6\ -\x45\xb5\xe9\x86\x16\x03\x51\x8b\xa1\xeb\x5d\x50\x04\xf6\xf1\x3e\ -\x09\xc3\x88\x23\x74\x87\x25\x7e\x44\xca\x7e\x90\xe2\x34\xec\x05\ -\xf1\x80\x1f\xc3\xcb\x8a\x9d\x3a\x1a\x45\x07\x18\xc6\x1c\x69\xca\ -\xc0\xeb\x68\x8e\xfc\xd9\xc6\x14\x12\x39\x1a\x61\xd7\x8d\x54\xea\ -\xf8\x4d\xcf\x1c\x13\xd2\x6d\x5a\x47\x88\xf0\x01\x9b\x96\xc5\x99\ -\x92\x0e\xc5\x00\xf9\xde\x4f\xb9\xc4\x02\x61\x31\x6f\x15\x0a\x2d\ -\xb9\x4f\xec\xd1\x80\x19\x06\x05\xa6\xd9\x42\x6a\x0f\x07\x4e\xa6\ -\xd0\x4b\x35\xd3\x26\x7c\xc5\x18\x5b\xd1\x4e\x82\x31\xa1\x90\xd2\ -\x9c\xbb\x6e\xc7\x03\x5c\xc2\xbc\xa5\x3a\x5f\xb2\x64\x66\x69\x7b\ -\x5e\x18\xc5\x27\x82\x4e\x29\x05\xb3\x99\xc1\x02\x7c\x54\x1b\xf1\ -\xd4\x7e\x42\xbb\x1f\x3a\x98\xc9\x01\x8e\x78\xd6\xe1\x01\x00\xcb\ -\x4d\xcf\xd9\xdd\x38\x89\x4a\x1d\x22\x19\xee\xda\x4c\x98\xa0\xe6\ -\x6c\x62\x50\xe6\x7b\xae\xd6\x08\x37\xcd\xfc\xbb\xfc\x5e\x21\xbe\ -\x5a\x86\xef\xf4\xc8\x57\x6a\xb3\xdf\x49\xb2\x6c\x4d\x50\x31\x04\ -\xea\xeb\x2a\xb3\x60\xe1\x60\x09\x1c\x80\x83\x9f\x9b\x2f\x52\x08\ -\x2c\xba\xaa\x64\x18\xe0\x61\x95\x4e\x11\x77\x53\xc2\x88\x09\x61\ -\xfa\x00\xc4\x1a\xa7\x1c\x82\xe0\xd9\x68\x01\x46\x03\x16\xf7\x43\ -\x68\x48\x47\xb8\x25\xf7\xa6\x0f\xcb\xd4\x24\x4b\x41\x95\x97\xcc\ -\xc6\xe2\x22\x44\x35\x66\x2b\xd4\xd6\x61\x0c\x8f\x05\xdc\x72\x5d\ -\x0f\x0b\x7e\xa3\x22\x37\x29\x93\x58\x00\x34\x0a\x4c\xe9\x54\x6b\ -\x66\x0e\x5a\x64\x6a\xdf\x24\xce\x77\x5c\xfa\xe7\x1c\xe3\x27\x78\ -\xaa\x55\xab\x50\x9b\xaa\x23\xfc\xac\x20\x34\x83\x7e\x7c\xef\x59\ -\xf7\x6c\x99\x2f\x0b\x4c\xaf\x45\x27\x92\x86\x08\x6c\xa2\x33\x54\ -\x1b\x20\x40\x18\x9a\x71\x50\x79\xf8\xb1\xd6\x49\xa7\x4e\x16\x6a\ -\xba\x6b\x6c\x76\x6e\x6a\xf5\x96\x9f\x46\x0b\x03\x49\x5a\x52\x7e\ -\x80\x5b\xa8\x61\x29\x18\xdc\xf9\x23\x13\x98\xb1\x6b\x2a\x8c\x8e\ -\xd0\xcc\x70\xf9\x34\x02\xd9\x51\xbf\xb8\xa4\xfc\xf5\x6e\xa2\xef\ -\x5a\xd4\xb7\xa2\xce\xd1\x59\xff\xbd\xfe\x5a\xca\xe7\xe3\x3f\x8d\ -\x59\x0e\xbb\xcb\x43\x3c\xe9\xbc\xea\x31\x4a\x81\x7a\x16\x37\x15\ -\xcd\x6c\xcd\xb6\x1f\x40\x52\x0e\xb6\x2d\xcf\x63\x2f\x93\x18\xbb\ -\xeb\xa0\x1e\x78\x36\x0a\x37\xba\x5e\x22\xba\xf9\x4a\x73\xaa\xb1\ -\xec\xf7\xa4\xe6\xae\x4e\xbd\xd2\x62\xbe\x94\x9a\xf5\xf5\x5f\x0a\ -\x2b\x81\xf7\x1c\xaa\xc6\xe1\x57\x37\x88\x86\x66\x01\x48\x49\xa1\ -\xe7\xa6\x90\x88\x83\x0d\xc9\x84\xc7\xe9\xa0\x18\x45\xb2\x89\xa1\ -\x84\x39\x4c\x1c\xce\xc2\xa1\x66\x53\x9c\xc6\x1a\x23\xd0\xc6\x19\ -\xef\x45\x2d\xbe\x57\x00\x10\x75\x22\xd7\xc4\xac\xf1\xb9\x60\x42\ -\x16\x84\x51\x9c\x7a\xca\xb3\x37\xcc\x1e\xa8\x5d\xa7\x16\x35\x46\ -\xe0\xf4\xa6\xa4\xd4\x36\x08\x5c\x1b\x2c\x86\x0c\x0e\x07\x36\xea\ -\x56\xc9\xb8\x6b\xa8\xac\x8c\x92\x77\x67\x39\x30\xbb\xf6\x0c\x4b\ -\x1e\x4e\x6d\x12\x9b\x85\x7e\x85\x68\xf0\x10\xbe\xfa\x05\x31\x7c\ -\x22\x2e\x68\xda\x5b\xb7\xb1\x16\xcd\xed\x61\x04\xc6\x15\xc6\x3b\ -\xd5\x24\xa2\xff\xef\xcd\xa9\x8e\xcb\x85\x4b\x70\xd8\xef\x73\xa1\ -\x32\x21\x53\x03\x18\x1a\x88\xf0\x2d\x8e\x00\x32\xa8\xbb\xfe\xff\ -\x31\x81\xdf\x9a\xaa\x4a\xd1\xbb\x9b\xa5\xdc\x0a\x9c\xb2\xa7\x02\ -\xdd\x74\x4d\x9f\xc4\x24\xa1\x23\xcb\x12\x1a\xb2\xbd\xd0\xba\x4f\ -\xa1\x8b\x8b\x5a\x34\x24\x59\x00\x90\xbc\x68\x1b\xe0\xcc\x99\x0b\ -\x30\x0b\xb9\x4d\x39\x6f\x46\x35\x19\x4e\xbb\xea\xe6\x69\x3f\x47\ -\x1b\x8b\xde\x74\xee\xee\x5d\x38\x26\x00\x6b\x53\x80\x66\xc4\x23\ -\x98\x25\xa4\x4f\x58\xb3\x60\xeb\xae\x5b\x68\x14\xc5\x1e\xc3\x20\ -\xa5\x28\x5b\x77\xd3\x23\x2c\x67\x87\xc8\xf1\xf7\xb7\xfd\x88\x66\ -\xa6\xa2\x93\x89\x3b\xa3\x22\xb4\xa6\xc5\x9c\x48\x44\x5e\x75\x26\ -\x3b\xdb\x41\xeb\x82\xa4\x41\x33\xb3\x52\xe6\x4b\xb6\x1f\x0b\x15\ -\x3a\x2b\xe5\x24\x4b\x4a\x0e\x55\xec\x03\xa5\xf4\x2c\xc8\x68\x85\ -\x3b\x4b\x63\x5f\x57\xb9\xcf\x05\xe1\x02\x92\xa5\x5d\xf8\x4d\xa3\ -\xb8\x17\xa6\xc9\xfa\xb0\x02\xd8\x68\xbf\x6b\x19\xd0\x5b\x28\xb6\ -\xe1\xa0\x8b\x04\xf8\x8c\xfc\xbb\x68\x6c\x4a\xe0\x33\x4d\x03\x7e\ -\xd4\xe3\x2d\xf7\x56\x5d\xc3\x23\xe8\x48\x08\x64\x0e\x86\x5b\xc3\ -\x2c\x16\x0d\xe1\x1a\x7a\xa3\x00\x8f\x42\xd1\xfe\xa6\x0d\xe4\x92\ -\x4f\x44\xdb\x54\xc8\xcf\x34\xa6\x74\x8d\xf6\xf5\x33\x91\x5a\x3e\ -\x64\x65\x18\x68\xb8\x73\xd7\xb9\x0b\xe1\xb1\xf6\x76\x3d\x7e\xb7\ -\x83\xdf\x1a\x42\x21\xa5\x2c\x0e\x3d\x8b\xb4\xa4\x50\xf0\x4c\x69\ -\x60\x2a\x1b\x88\x49\xfc\x40\xd3\xcb\xda\x5a\xad\x9a\x49\x03\x8d\ -\x79\xd7\xdf\x63\xea\x47\xb1\x80\xd8\x37\x97\xbd\xb7\x66\xbe\xd6\ -\x24\xea\xb0\x4b\xa1\x19\xbb\x03\x94\xe5\x33\x49\xad\x48\x31\xd7\ -\x90\x6e\x9d\x5e\xcf\x20\x2e\x11\x30\x98\xe7\x00\x41\xd2\x47\x9d\ -\xd6\x8b\x30\xe0\x71\x20\xb6\xc4\xc6\x40\x98\x4f\xf5\x49\xa8\xe7\ -\x70\x85\xdb\x26\x25\x6b\x27\xf7\xcf\x93\x2c\x0a\xa4\x76\xa7\xd4\ -\x67\x1d\xda\x25\xcc\xc2\x07\x2b\x50\x5d\x72\x3e\x13\x7c\x55\x29\ -\xc3\xb2\x9f\x4d\x40\xcd\x1d\x93\xfc\xfc\x44\x69\x34\x79\x12\xcd\ -\x8b\x5c\xc2\x85\xda\x9d\xe6\x45\xbe\x9c\xfc\x99\x6a\x43\xa5\xeb\ -\xa7\xbd\x07\x93\x90\x30\x70\xca\x67\x98\x61\xee\xe2\xd9\xcc\x63\ -\x11\x68\x23\x8d\x72\x98\x0e\x2f\x48\x7c\x33\x4b\x45\xa4\xb4\xb9\ -\x12\xde\x47\xac\xee\xc7\x75\xd2\x2d\x44\x94\xfb\x28\xa5\x61\xe8\ -\x87\x62\x6a\x43\xf6\xb1\xde\x44\x32\x3b\xf7\x1a\xfc\x8b\xe0\x58\ -\xe0\x72\xca\xd0\x86\x28\x24\x2a\xbf\xa1\xea\x76\x88\xad\x27\xdd\ -\xf3\xd8\x0a\x5f\x16\x6c\x7c\x7e\x1d\x25\xc3\x55\x9c\x9c\x0d\xb1\ -\x74\xff\x7e\xe3\x69\x86\x8e\x86\xfa\x45\xee\xcd\x40\xbc\xd6\x49\ -\x11\x26\x0c\xa6\xf3\x81\xa1\x93\x3d\x24\x9f\x3b\x8c\x70\x37\x53\ -\x97\x14\x82\x1a\xe7\x76\xdb\xe0\x58\xfc\x6c\x31\xa6\x30\x97\xaf\ -\x6f\xd6\xe3\xf3\x1d\xbd\xad\x86\x0a\x28\xe1\xa4\x43\x0d\xfd\x2c\ -\xfa\x84\xed\x73\x3c\xe8\x8d\x15\xd1\x41\xd9\xa6\x4c\xd0\x1d\xcb\ -\xe0\xdd\x3a\xb3\x72\xc2\x11\xef\xc5\xfd\x3e\xe9\xea\x88\xf9\xb4\ -\x83\x58\x1a\x85\x0c\xbe\xd0\x2c\xc2\x9e\xd7\x82\x22\x7d\xbc\xaf\ -\xba\x2c\x6e\xc0\x45\x08\x6b\xf1\x6e\xfe\x50\x73\x7a\xc2\xd0\x22\ -\x50\xe8\x4e\x3d\xcc\xef\xf1\xf5\xc6\x3d\xd9\xb3\xd2\x2c\xa2\x01\ -\xee\xa1\xc4\x64\xa1\xad\xc2\x8e\xa2\xfb\xc1\xdc\x0f\x43\xdf\x07\ -\x8a\x48\x8e\xd7\xc9\xc3\x9b\xf8\xb8\x10\x66\x74\x5a\x05\x4f\xb8\ -\x58\x25\x8a\x0c\x2d\x14\xb6\xff\x0e\x3a\x68\x39\xbe\x97\xb3\xf1\ -\xd2\x73\xc5\x85\xde\x88\x9d\x96\x82\xe5\xf3\xd4\xf3\x40\xa2\x99\ -\x76\x74\x7c\x88\x3a\x06\xb1\x69\x02\x11\x00\x70\xa8\x9b\x10\x50\ -\x0a\xc2\x41\x60\x9b\xca\x8c\x2f\x81\x99\x85\x22\xc7\xf4\xda\xd8\ -\x1f\x05\x0f\x63\xe6\x45\x79\xb0\xf9\xac\x55\xe3\x38\x8b\xe1\xeb\ -\x19\x50\x91\x1b\x6e\xc8\xa9\x3f\xbb\x98\x60\xd6\x30\xa4\x6d\x1a\ -\xa6\xae\x58\xb8\x51\x44\xb8\x14\xb2\x35\xc7\x44\xae\x96\xef\x9e\ -\x6c\xff\xf6\x8f\x4f\xdc\xaa\x01\x4b\x47\x87\x5d\x3b\xd2\xa9\xaf\ -\x5a\x20\xd1\x41\x53\xf5\x68\x01\xe4\xfe\x76\xae\xc2\xfb\x6a\x68\ -\xf2\xc2\x00\x38\xd1\x67\x69\xe7\xf9\x80\x69\x93\xa8\xa9\x20\x02\ -\x15\xab\x7e\xa3\x5d\xf7\xdf\xdd\xcf\x17\x86\x7a\x56\xe7\x0c\x2a\ -\xef\xba\x1e\x1f\x02\x97\xb3\x8d\xb7\x8f\xbe\xd9\x1a\xf3\x7d\xcf\ -\xca\xe6\x96\xf8\x16\x3d\xb2\xbb\xfe\xed\xc5\x60\xe4\xf3\xb1\xeb\ -\xa0\xcc\xb0\x3b\x6c\x92\x7f\xac\x2c\x5a\x1a\x56\x0c\xac\x41\xac\ -\x4b\xcf\x9e\xb5\x38\x34\x4e\xe4\x02\xe4\xa6\xcb\x1b\x71\x4f\xaf\ -\x32\xad\xcb\x49\x27\xf7\xc8\x12\x80\x66\x64\xd0\x41\x1e\xfd\xf9\ -\x63\x63\x04\xbc\xee\x4d\x31\x09\x83\x64\xe6\x97\x92\xdd\x7c\x4f\ -\x8d\x83\x42\x8b\x34\x0b\xe0\x60\xe7\xab\x3f\xaf\xb0\xfb\xe3\x34\ -\x1c\x20\x05\xa7\x98\x37\x2a\x2c\x6f\x76\xea\x05\x50\x08\xe3\x0c\ -\x84\x28\x68\x77\xc7\xb5\xd4\x04\xc2\xa1\xc1\xb9\x4d\x2f\xbd\xe9\ -\x6f\x39\x8d\x87\xe3\xdc\xd8\x0c\x34\x56\x99\x1c\xd7\x69\x4f\xb1\ -\x80\xdf\x1b\x5e\x96\xc3\xc6\xfd\xeb\xbd\x38\xfc\x9c\x73\x13\xaa\ -\x74\xad\x23\x24\xa3\x70\x69\x5d\xc4\xcf\xaf\x4d\x61\xa6\x05\x03\ -\x03\x8c\x79\xd9\xc3\xed\xdc\x45\xfb\xd7\xf7\x6e\x66\xef\x31\x73\ -\x71\x76\xcd\x7f\x03\x48\xab\x54\xb7\xcd\x7d\x3b\x1b\xab\x6e\x3e\ -\x41\x66\x20\xd5\xa8\xfc\x17\x37\xc1\x0a\x6a\xd4\x09\x53\x35\x65\ -\x73\xe0\xf5\x36\xb5\xbf\x39\x20\xab\x66\x0d\x37\x23\x0a\x38\x41\ -\xc7\x06\x5c\xc1\xc6\x48\x28\xbf\x44\x5c\x02\x93\x16\xf9\xbd\xd6\ -\xe1\x12\x19\x93\x99\x68\xc9\xcc\x9a\xa6\x85\xca\xcf\xa2\xd2\xaf\ -\xa3\x26\x82\xfa\xac\x47\xef\x21\xf8\x69\xaf\xfb\x70\xe7\x45\x02\ -\x58\x70\x18\xff\x60\x25\x5d\xb0\x00\x0a\x17\xd0\x46\xca\x04\xef\ -\xfe\xcf\x64\x7e\xb6\x0b\xdc\x0a\x2a\xf7\x68\xbf\x74\xcc\x04\x69\ -\x9d\xc8\x11\xc8\x96\x9e\xf7\x4d\xb8\x17\x5d\xb2\x00\xd9\x65\x17\ -\x28\x16\xb2\x21\x0e\x8e\xea\xcc\x46\xa5\x80\x56\xcc\xe6\xc6\xdd\ -\x27\x0e\xee\x38\xf8\x66\x9b\xea\x62\xcd\x13\xe1\xe5\xf3\xaf\x02\ -\xfd\xce\x07\x8b\xa0\x05\x40\xa2\xcb\x0c\xec\x05\x11\x15\x21\xe5\ -\xc5\x59\x30\x47\xab\x14\x53\x2d\x6f\xac\xfa\xc1\x75\x36\x95\x9e\ -\x75\x75\x50\x00\x8f\xdc\x2d\x6f\xe6\xcd\x3c\x42\x04\x76\xeb\xdb\ -\x7d\x4c\x9c\x0b\x87\xae\xda\x98\x7c\x1d\xdd\xb2\xde\xe9\x7d\x52\ -\x04\x97\x15\x25\xac\x93\x2a\x12\x4d\x5a\x27\xe9\x9c\x7f\xc0\x11\ -\x53\xc4\xf7\x22\x45\x8e\x09\x0e\x3b\x3d\xea\x98\x38\xba\x7b\x16\ -\x46\xb6\x0f\xd6\xc0\x68\x80\xaf\x96\xf5\xb7\x49\x90\x5f\x1a\xcb\ -\x44\xc7\x37\x3a\x49\x6f\x68\xc6\x59\x5c\x38\x52\xd9\x1e\x4a\x6a\ -\xee\x8e\x50\xd2\xdb\xe1\x09\xd0\xdc\xc9\x2a\xa5\xaf\x71\xfa\x1d\ -\xc9\xc4\x9a\x8d\x56\x8a\x10\xe4\x92\xb9\x63\x4d\x94\x1d\xa4\xd9\ -\xa2\x51\x41\xb5\x25\x9a\xe2\x0c\x4d\xa6\x30\x15\xf0\x49\x2a\x8d\ -\x9f\x6d\x47\x59\xe3\x26\x1d\x21\xaa\xcf\xf5\x70\x65\x6a\xcd\x76\ -\x2d\x30\x8f\x11\x58\xdf\x1f\x2d\x1b\xa7\xbc\x02\xbb\xbc\xb9\xe4\ -\xaa\xd5\xea\x92\x2b\x22\xdf\xdc\xc3\x74\x7a\xde\x83\x0a\x9d\x12\ -\xfc\x09\xea\x8a\xa2\x7c\x03\xc8\x9d\x02\x2f\x0d\xbb\xfe\xcc\xe7\ -\x28\xd0\x6a\x81\xa3\x0d\xde\x38\x9a\xec\x0e\x6c\xec\xef\xbd\x5e\ -\x60\x4e\xf3\xf4\x7b\xec\xb1\xe7\x5d\xb2\x51\x6c\x4c\xb2\x53\x34\ -\x8e\x69\x15\x72\xa1\x01\xde\xb3\xf7\x6e\xfb\x28\x2e\xee\x92\x77\ -\x94\xcc\x87\x4c\xb6\xdf\x63\x1f\xb0\x04\x62\x7f\x6b\xbc\x55\x7f\ -\xb1\xce\xff\xe6\xcc\x02\xe7\xf8\xa3\x9b\x94\x40\x49\x97\x5d\x6d\ -\x12\x7c\x9b\xe8\x1c\x85\x5d\xd1\x3d\xbc\x5a\xd4\xb7\xf7\x4f\xc5\ -\x7a\x3b\x27\x9a\x40\xfa\xf9\x20\x63\xa7\x8c\x6f\x1a\x8a\xf3\x4c\ -\xea\x53\xce\x9a\xc9\xd2\x1d\x6b\xa9\x4c\xf1\xaf\x6d\x6f\xb9\xf7\ -\x6a\xa3\xce\x2f\x6e\x79\x70\x06\xae\x02\xc5\x7e\xd8\x27\x97\xdd\ -\x24\x83\x4e\x60\x89\xbd\x56\x98\x06\xc2\x72\xb8\xe0\x56\xed\x0c\ -\x92\x4f\x8f\x7d\x0a\x33\x12\xc4\x59\x6c\x46\x3a\x76\xd7\x04\x6a\ -\x9d\x0d\x25\x22\x5f\x3f\x5b\x12\xfe\xba\x76\x6b\x73\x58\xb9\x0b\ -\xee\x88\x3c\x5e\x40\x91\xd0\x44\x5e\xef\xae\x34\xf1\x08\xb6\x3d\ -\x26\xd3\x86\xc8\x37\x16\x75\x80\x0a\x92\xee\xae\xc7\xc9\x4b\x1e\ -\x9f\xd0\x1d\x7c\x2c\xf9\x58\x35\xd7\x4e\x27\x21\x52\x6c\xbf\x09\ -\x60\xf9\xe4\x41\xcf\xb0\xea\x48\x57\xa7\x1e\xbe\xf6\x97\xb9\xd2\ -\xe6\xe4\x20\xcf\xb5\xa4\x45\x06\xbc\x6f\xfb\x8a\x03\x54\x46\x94\ -\x92\x31\x09\xcd\x61\x72\x95\x3d\x7e\x3b\xdf\x82\x91\xf2\x45\x27\ -\x96\xe7\x08\x41\xda\x6a\xa7\xb5\x3e\xf3\x03\xb2\x16\xc8\xfa\x14\ -\x4a\xf4\x0a\x5a\x3f\x86\x76\x09\xaf\xd6\xdf\x50\xd6\x84\x5c\xac\ -\xcc\xdf\x26\xee\x6f\x31\x08\xdf\x5c\xef\xc2\x44\x05\x2a\x00\x6b\ -\x7c\xca\xd2\xec\xd4\xb3\xd4\xdd\x1d\x99\xad\x29\xe5\xe2\xea\x8b\ -\x08\xe0\x8c\x24\xaf\x63\x11\xbe\xba\xad\x22\x2c\xad\xcf\x08\xec\ -\x7e\x93\xa6\xd1\xc4\x16\xbd\x76\x8f\xb7\xb8\xbd\xc7\x0c\xca\x2e\ -\x0d\x0e\x74\xe9\x83\x33\x39\xbe\x99\x96\x9c\xe7\x61\x02\x70\xda\ -\x5e\x0f\x00\x5e\xe1\x06\x4b\x15\x7c\x47\xd8\xbc\x08\x28\xa6\x6c\ -\x15\x96\xc4\x12\x16\x0c\xdc\xe9\xaf\xbe\xb6\xc9\x03\xda\x58\x0e\ -\x56\x1f\x22\xc2\xf4\x50\xe0\x3b\xd2\xcc\x0d\xe1\x62\x1e\x20\x43\ -\xc2\xb0\x41\x73\x32\x32\xe8\x6d\x5f\x3c\x68\xbf\x54\x5f\x1c\x5b\ -\xb1\xc3\x9d\xd7\xec\x53\x10\x9a\xcd\xd1\x44\xdd\x35\xb8\xf1\x7a\ -\xaf\xa3\x55\xe0\x74\x8b\xdb\x34\x28\x5c\x1c\x06\x85\x57\x61\x9b\ -\x27\x8a\x0a\xfb\xe1\x50\x38\xba\x3e\x76\xad\x8e\x41\x15\xfd\x53\ -\xc4\x02\xda\x38\x76\x47\x54\x25\x02\x7d\x9f\x38\xf4\x45\xb4\x84\ -\xbd\x71\x71\xf7\xd4\xee\x87\xb9\x84\x58\x2e\x6b\xf2\x20\xbe\x7f\ -\xee\x9a\x09\x0f\x3f\xb4\xcf\x7d\x20\x5d\x45\xf1\x7b\x06\x4a\xd8\ -\xbf\x6f\x42\xe6\x51\xa9\x82\x94\xf9\xe0\xd1\x18\x98\xe0\xd6\xff\ -\x3b\x55\x8e\xbf\x3b\x33\x59\x71\x35\x8c\x4a\x88\x50\x82\x85\x99\ -\x0e\x84\xdd\x9f\x73\x8c\xbd\xc1\x0f\xdc\x5e\xf8\xaa\x05\xbe\xb9\ -\x62\x31\x35\x91\xa6\x53\xc6\xd6\x92\x6b\xd3\x1a\x68\x6e\x69\xb8\ -\xb1\x72\xcb\xed\xf3\x7e\x9e\xa7\x14\xec\xfe\x1e\x27\x14\x3a\xfc\ -\x91\x01\x74\xd3\xa2\xec\x79\x6c\x18\x54\xb9\x2c\x87\x70\xbb\x30\ -\xd4\x21\x8a\x63\x4a\xbc\x30\xd1\x4a\xd5\x1d\x9a\xb6\x30\x72\x74\ -\x78\xa3\xbc\xe0\x41\x43\xf5\xd7\xea\x0e\x47\x63\xcc\xad\x50\xc3\ -\xae\x93\x0b\x0b\x52\x05\x07\x06\x61\x73\x15\xdc\x13\xe6\xab\xbb\ -\x52\x3a\x21\x51\xa1\x16\x54\xd4\x7c\x00\x40\x71\x0d\xb4\xd1\xbd\ -\x60\x25\x55\x42\x6b\x9e\x53\x1a\x53\x69\x21\xcf\x71\xa0\xb3\x7f\ -\x36\x90\x54\x00\xf4\x06\x12\x25\x2e\x4b\xd8\x32\x89\x18\xf6\x8b\ -\xd0\xb2\x4c\x30\x2b\x71\xb4\x1c\x16\x9f\x8a\x28\x5f\x70\xcb\xf8\ -\xe1\x12\x14\x7c\xb5\x27\x4f\x9a\x89\x6a\x6e\xe8\x5e\x04\x12\x67\ -\x31\x57\x5e\x87\x98\x93\xa0\xd2\x7e\xb7\x89\xb9\x5b\x3e\x79\x56\ -\x0e\xb2\x0d\x53\xe8\xd0\xe0\xc8\xb7\x02\xf2\xb5\xf8\xcf\xd7\xb1\ -\x37\x83\xc7\xa5\xca\x66\xc9\x5b\xd0\x71\x07\xaf\x94\x5a\x8a\x5f\ -\xa7\xbf\x2c\xcf\xd1\x98\x07\x6b\x00\x00\x30\x5c\xbd\x4c\x06\x87\ -\xa7\x86\xea\x46\x69\x6c\x3a\x92\x42\x83\x6c\x74\xc8\x72\xae\x63\ -\x05\x72\xea\x65\xed\x16\xc8\xe5\x79\xa8\xc6\x47\xad\xc5\xcd\x43\ -\x4e\x2f\x74\xb2\x49\x28\xab\xe6\x60\x37\xec\xc9\x73\x6d\x36\x5a\ -\x7e\x9e\xd1\x03\xd2\xc4\x88\xb7\x09\x04\xde\x79\x6f\xc7\xa4\xa5\ -\xa2\xe5\x2f\xdd\x73\x69\x1c\x76\xcd\xc8\x69\xe9\xbe\xdd\xfd\x7e\ -\x1f\x12\x6e\xc6\x34\x7e\x5f\x6f\x75\x06\xfc\x00\xe0\xa3\x7b\x68\ -\xd3\xd9\x00\xb0\x89\xc3\xeb\xb9\x46\xdd\x01\x33\x7a\x8e\x42\x3f\ -\x92\xd4\xec\xee\xc1\xf4\x7b\x0b\x8a\x83\x02\xd0\xa1\x52\x0b\x04\ -\xed\x8d\xfa\xf3\x3f\x32\xdb\xf8\xc7\x3e\x7b\xe3\x78\x9a\x36\x2c\ -\xf2\x90\x64\x5a\x73\x01\x36\xbd\x19\x1b\xe9\xb7\x9e\xdb\x25\x1f\ -\xc7\x01\xd5\xf5\x84\x1c\x21\xa9\x6e\x0a\x62\x0f\x6b\x9c\x76\x20\ -\x22\x9a\x19\xa6\xa0\x2a\xc6\xa4\xdc\xe8\x6d\xba\x0d\xd7\xa6\xa9\ -\x59\xa9\x71\x0b\xf3\x98\xdb\xc4\x96\x82\x21\x53\xb3\x03\x55\xa6\ -\xa4\xf4\x58\xfe\x02\x68\x8a\xd4\x62\xfa\xd9\xd6\x27\x6e\xec\x9e\ -\xd5\xee\xad\x1d\xa0\xc3\xdb\x94\x5e\xd4\xfd\x59\xb7\x09\x1f\x51\ -\x27\xfa\xff\xd7\x9f\x9f\x2c\xa7\x37\xbd\xd4\x6e\x89\x1e\x94\x32\ -\xfa\x0b\x23\xe3\x85\x66\x79\x9f\xc0\x8d\x88\x03\xf2\x32\x9f\xec\ -\x33\x82\x0b\xa0\xee\x54\xd4\x7b\x7d\xf7\xd2\xc0\xc5\x14\xac\x83\ -\x20\xd5\xc8\x45\x30\x27\xc1\x6a\x2b\xbf\x51\x9d\x19\xe0\xe3\xe0\ -\x53\x89\x79\xc0\x62\xe3\x5e\xd9\x66\x75\x42\xba\xc7\xe6\xe0\x06\ -\xd4\xa0\x69\xe3\xd8\x80\x95\xa4\xe2\x9e\x00\x38\x79\x7c\x84\x9b\ -\x3a\x09\x01\xc9\x02\x09\x75\x15\x1c\xb4\xcb\xaa\xf7\x0f\x5a\x2b\ -\x22\xb8\xd7\x44\xd5\x5e\xa5\xeb\x6e\x01\x87\x99\x8c\x36\xf9\x09\ -\x4a\xa1\x9c\xd7\x0a\x4c\x6f\x41\xbf\x21\xfa\xc9\x59\x7c\x00\xd7\ -\x28\xfc\x49\xba\x8e\x67\x45\x96\x15\x92\x3e\x45\x50\x2a\x8d\xe6\ -\x02\x00\xf0\xe2\x18\x5a\xcd\x69\x0f\x8e\x06\x8c\xa1\x56\xe7\x0d\ -\xd1\x8c\x85\x9d\xc2\x52\x28\x08\xd3\xc0\x6e\x95\x7a\x2b\x0c\xce\ -\xfc\x03\x2b\xd4\x99\x7b\xf8\xd8\xf6\x7c\x14\x4d\x77\x0e\x69\x09\ -\xc7\xdb\x36\xf3\xce\xe1\x6f\xa1\xa0\xd6\x10\xf8\x05\xae\x17\x40\ -\x69\xa0\xf0\x46\xe5\xca\xff\x3d\x88\x82\xe3\x9b\xcd\xc0\x03\xe0\ -\x6e\x49\x17\x0a\x46\xbb\xc8\xb6\x3c\x8f\xdd\xbd\x8a\xbf\x79\xfc\ -\x7f\xe1\x08\xf3\x36\x1a\xf6\xa6\xaa\xea\x1e\xe2\x99\x36\xc3\x8d\ -\xed\xfd\x12\x5d\xd1\x8f\x30\x27\xa8\x48\x05\x8b\x0e\xfa\x30\x47\ -\xf1\x0c\x1c\x0e\x42\xed\xfd\x6f\x48\xab\x1f\x86\xf9\xb9\xea\x86\ -\x5a\x86\x12\x3a\x57\xf6\x28\x56\xd6\xb3\x8d\xa7\x09\x18\x93\xd6\ -\x3a\x50\x5a\x71\x88\x41\x0d\x28\x13\xa5\x42\x7d\xa4\xac\x3c\x00\ -\x99\xcd\x06\xf7\x8e\xc4\x49\x43\xbc\x01\xc8\xdc\x70\x98\xd3\x66\ -\xbe\x8d\xd5\xb7\xf1\x35\x84\x73\x1e\x5c\x1b\xf8\x89\xb3\xb8\x5a\ -\xe2\xa5\xa8\x4d\x6b\x0f\x35\xc5\x80\x10\x8b\xea\xfa\xfd\x09\x6d\ -\x66\x8a\xce\x6f\x88\x53\x4e\xb2\x83\x52\x24\x4e\x79\x18\xd7\x26\ -\x2a\x0e\xe8\xa2\x53\xf2\xcb\x45\x97\x00\x36\x1d\x87\xe6\xf1\x69\ -\x11\xe6\x6b\x93\x97\x9b\xe7\xf8\xa8\x3f\xa9\xb3\x6c\x08\x3a\x1d\ -\x4d\x37\xb5\x20\x4c\x28\xa1\x7f\xd5\x96\x76\xd7\x1b\xc4\xfa\xa5\ -\xbd\xc8\x25\x4b\x22\xe0\x36\xdd\xb4\x60\x00\x9d\x01\x72\x6a\x94\ -\x08\x33\x49\x9e\x10\xc1\xad\x1e\x25\x1c\xf4\xd2\xbd\x2b\xd6\x37\ -\xde\x1b\x23\x29\xfa\x1b\x89\xc6\x60\x6c\x68\xf7\xd8\x28\x10\x18\ -\xb6\xd0\xbe\x06\x00\x2e\x8d\xa3\x53\xa1\xb0\x8b\xad\x3d\xd7\xee\ -\xa6\x39\x6a\xc5\x0a\xba\x5e\x6f\x7e\x9d\x08\xf1\xa6\x6b\xca\x9f\ -\x03\xe5\x72\x3d\x81\x99\x3a\x11\x45\xac\x26\x13\x7d\xa6\xe3\x40\ -\x1f\x16\x41\x5a\x3b\x43\xe7\x28\xc5\x27\x47\xd1\x1b\x67\x2e\x0b\ -\xec\x11\x49\xb5\x00\x9b\x38\xd2\xa2\xdf\x1c\xe0\x74\x1f\xf5\xfc\ -\x1a\x88\xd3\xdc\x75\x47\x23\xe2\x1d\x62\xc2\x28\x3b\xed\xb0\x7f\ -\x1e\xde\xc0\x56\x3d\x25\xb5\x61\x2d\x87\x2e\x58\xc0\x69\x91\x74\ -\x69\xde\x4e\xe6\xc7\x5b\xe1\xf8\x8d\x5a\x5d\x8b\xbe\xea\x08\x5c\ -\x7f\xb6\xef\xc8\x55\x3f\x1b\x9a\x40\x86\x68\xb3\xeb\x78\x47\x3e\ -\x9f\x4a\x99\xf7\x89\x74\x00\x7d\x2d\xd6\xc2\xfa\x9d\x42\x13\xbf\ -\xe9\x5c\xf6\x29\x10\x5b\xdd\x21\x90\xa1\xcd\x7e\x97\xee\x14\x39\ -\xc0\xc7\x9c\x01\xed\x8c\x12\x9f\x88\x98\xcb\x18\x89\x73\x13\x01\ -\x48\xc2\xa0\xc2\x8b\x4a\x85\x5d\xd2\xdc\x04\xa1\xee\xe7\x13\x34\ -\xed\x96\x1d\x7b\x01\x3b\x8e\xc9\x2b\xc1\x9f\x2b\xd5\x5d\x8a\xab\ -\xaf\xc0\xf3\x7a\xef\xa3\x31\x75\xae\xe1\xbf\xa2\xba\xa0\x4a\x23\ -\xce\xc9\x03\xb7\xba\x05\x40\x82\x7e\xcb\xdb\x1a\xae\x8c\x14\xd5\ -\xd6\xe3\xeb\xeb\x3d\x1a\x75\x31\x50\x0a\xf3\x19\xfa\x94\x5b\xa9\ -\xdc\x7c\xa1\xf7\xd2\x51\x33\xb9\x51\x83\xc8\x59\x43\x31\xdc\xd9\ -\x2d\x18\xb6\xf9\xe7\xe7\xb5\x37\xf0\x1d\x28\xb9\x37\x56\xba\xc7\ -\x47\x07\x35\xa0\x1b\x6a\x84\xb6\xbe\xee\xf9\x52\x2f\xd7\xe6\xf3\ -\xcd\x90\x6c\x7f\x86\x30\x14\x04\x21\x54\xf0\x47\xca\x34\x2e\xa9\ -\xc2\x23\x9e\x77\xab\xcf\x98\x8f\xba\xfb\x68\x9e\x36\x56\x4f\xd5\ -\x91\xee\x26\x6e\x04\x23\x18\x73\x1a\xec\xce\x47\x8d\x5d\xcf\x40\ -\x1c\x92\x40\x6d\xcd\x70\x63\xb6\x9c\xad\x0d\xe8\x6d\x79\x7c\x08\ -\xb0\x9c\xc1\x95\x14\x5a\x66\x86\xc7\xce\x9e\x04\x8b\xbc\x7e\x2d\ -\xfe\x0b\xcf\x02\x82\x79\xaf\xad\x7e\x7f\x7f\xd5\x52\x13\x07\x08\ -\x26\x9a\xe1\xff\x7c\xe4\x71\x6a\xa9\x3d\xd0\x47\x47\x6a\x80\x80\ -\x0b\xe1\xc3\x8f\x97\x5d\xad\xd1\x62\x66\x90\xa9\x05\x8c\x77\xe3\ -\xcf\x42\x18\x03\xf5\xef\x68\x68\x78\x1a\x08\x10\x4e\x18\x34\x95\ -\x4f\x4d\x03\x10\x49\xf3\x13\xc6\x00\x7e\x2c\x11\x9a\xcc\xb3\xdf\ -\xdc\x7a\x42\x23\xa2\xd6\x7b\x8a\x1c\x30\x36\x07\x17\x40\x86\xc7\ -\x85\x9f\x64\x63\x6d\x5e\xc1\xf9\x64\xf4\x69\x16\x03\x89\x66\xf8\ -\x80\x05\xa3\x09\x2c\x78\xd0\x5c\xfa\x1c\xc1\x41\x82\x49\x56\x3c\ -\xd8\xe2\xf8\x7c\x56\x1b\x07\x93\xe4\xf6\x42\x02\x58\xcf\xea\xbc\ -\x1b\x77\xa1\x1a\x04\x20\x03\x98\x3d\x17\xca\xe8\x01\x8c\xb0\xfc\ -\x3d\x8c\x09\xeb\xf9\xcd\x45\xb3\x74\x8a\x30\xc0\x04\xc0\x84\xf0\ -\xfb\xfb\x1b\xb4\xae\x1a\xc6\x3a\x0c\x55\xfa\xe5\x0f\xb8\x7b\x91\ -\x3b\x9a\x08\x08\xf0\x50\xe7\xa5\xb0\xd7\x76\x2e\x6c\x2d\x1a\x08\ -\xe1\xf3\xfc\x63\x96\xbf\xa8\xba\x12\x48\x3a\xa4\xa0\xb8\x39\x3d\ -\x20\x5b\x76\x17\x92\x6e\x88\x30\x0d\xc8\x50\x59\x2d\xaa\x57\x3c\ -\x23\x61\x00\x1e\xa4\xa3\x7a\xa7\xa4\x1a\xfd\x4a\x2c\x9f\xe5\x77\ -\xfd\x57\xdf\x9b\x0b\x7e\x5d\x57\x63\x39\x22\x34\xed\xff\xb7\x3c\ -\x88\x1d\xb5\x59\x28\x91\xfb\x30\x22\x9b\x80\x0a\x71\x8d\xc3\x91\ -\x0b\xab\x38\x3a\xe6\x0d\x59\x34\x4e\x54\x07\xab\x01\x08\xc0\x4a\ -\xbb\xfa\x6c\x69\xf4\xe9\x5a\xe9\xef\xf9\xd7\x3e\x4b\x0c\x6a\xa1\ -\x66\xa2\x2c\xc0\x9f\x01\xb2\x9e\x98\x16\x36\x8b\x64\xbb\xd4\x96\ -\x70\x34\x8d\x8b\x17\xf8\x84\x79\xc2\x84\x61\x69\xe0\x7b\x51\x96\ -\xd4\x0a\xca\xe4\xf2\x40\xc4\x74\xdf\x09\x22\x7c\x00\x60\x99\xeb\ -\xcd\x28\x7b\x6a\xd0\x8f\x35\x92\x04\x4b\x34\x87\x86\x06\x46\xad\ -\x22\x88\x00\x38\xb4\x17\xe5\x7f\x42\x3b\x21\x0c\x91\x9f\x61\xaa\ -\x32\xf8\x7d\xa4\xd0\x39\x38\x33\xb8\xc6\x02\x62\xcb\x91\xc2\x92\ -\xa3\x83\xaa\x7f\x21\x44\xa0\x31\xe0\x63\x13\x09\x2e\xae\x53\x43\ -\x40\x41\x1e\x44\xf8\xf0\x6f\xe8\x41\x02\xb0\x30\xc1\x2a\x91\xe6\ -\x55\x78\x01\x41\x23\x69\x36\x5e\x90\xf9\xcf\x8f\x14\x0c\xc9\xd7\ -\x09\x00\x9a\xd3\x65\xf6\xbc\x42\x0c\x3f\xf4\xa3\x79\x7a\x30\x40\ -\x08\xe1\xf1\x9c\x39\xb7\xed\x76\x94\xd8\x45\xe2\x61\xb6\x11\x90\ -\x82\x36\xa3\xf6\x27\xaf\x4f\x68\x35\x10\xcc\x2c\xc1\xae\x1e\x8e\ -\x8c\x77\xcf\x5c\x59\x85\x6d\xa5\xe7\xd1\xe7\x79\x36\xea\x28\x47\ -\xe0\xa6\x4f\x0c\x1b\xb2\x8b\x2b\xa6\xa0\x44\x04\xeb\xf9\xcd\x8b\ -\x93\x08\xaa\xcb\xa9\xd9\x68\xb4\x49\x81\x14\x47\x24\x22\x84\xc5\ -\xff\x8f\x9d\xfe\xa3\x50\xb3\x25\x8c\x43\x44\x18\x9e\x07\x8b\x2d\ -\xb0\x3d\x69\x0b\xd8\x7c\xe2\xf5\x8f\x12\xbb\x01\xcd\x4d\xd4\x69\ -\x23\xda\x6c\xd8\x7b\x99\x5c\xa6\xb2\x99\x8f\x42\xe2\x0e\x72\x7a\ -\x2f\x3d\xeb\xbf\x9a\x8d\xb4\x28\x42\x9d\x3d\x7c\x7e\xc0\x5e\x64\ -\xaf\xa3\x20\x59\xb6\x7f\xfb\x84\x46\x02\xd8\xf3\x90\x59\x2c\xae\ -\x76\x8f\x58\x36\x14\x0f\x78\x22\x3b\x27\x01\x9f\x68\x16\x07\xa6\ -\x09\x8b\xb8\x17\x65\x99\x4c\x22\xc2\xc7\xef\x3b\xb1\x90\xe2\xe2\ -\x86\xb5\x60\xc5\x7d\xa2\x41\x9f\xeb\x68\x5c\x1e\x2c\xb6\xf4\x11\ -\x4a\x2d\x31\xde\xfb\x95\x7f\x60\x58\x8e\x0b\x49\x5a\xd3\x3b\x85\ -\x4c\x78\x15\xd3\x26\xb4\x46\x9c\x63\x8f\xac\x62\xa3\xef\x9a\x86\ -\x9a\x69\xb9\xe0\xd7\xa6\xd1\x64\x53\x4a\x37\x2c\xd0\xdf\xf5\xb8\ -\x93\x30\xfd\x89\x4b\x13\x6d\xa2\x17\x79\x8a\x66\x6b\x4e\x84\x65\ -\xea\xaa\xb5\xca\x23\xff\x14\xaa\x8f\x53\x59\xf3\x3e\xfe\x3c\x2b\ -\x5e\x0f\x5f\x81\xc2\x5f\x00\x19\x1b\x7b\xa3\x50\xc0\xe4\xd7\xb4\ -\xc5\x04\xe3\x67\x96\xbb\x45\x01\xb7\xe5\x53\x79\xeb\x1a\x68\x3e\ -\x4d\xef\xfd\xac\x07\x06\x0c\x40\xfc\x03\xc2\x13\x18\x3f\x89\x69\ -\x23\x02\xc1\x3f\x80\xa0\x39\x9e\x5e\x72\x0f\x4e\x3a\xea\x12\xff\ -\xf3\x51\xd1\x83\x7f\x8c\xf4\x3f\x16\x29\xf1\x1b\x13\x5c\x96\x8c\ -\x3e\x20\x33\x64\xf8\xd8\x44\x48\xa9\x4b\x14\x75\x4b\x9c\x6f\xf8\ -\xbf\x40\x82\x8c\x69\x34\x60\xb6\xe9\x13\x89\xad\xc8\x09\x28\xa3\ -\x80\x97\x10\x67\xfe\xef\xfa\x47\x81\x02\x29\xd4\x34\x63\xd6\xa0\ -\x08\x2c\xfe\xaf\xad\xbf\x91\x83\xde\x30\x1a\xc3\x98\x48\x29\x8b\ -\xc7\xdb\x6c\x7d\xff\x2c\x0c\xcf\xf3\x0b\x19\x49\x60\xd9\x98\xc6\ -\x80\x62\x11\x58\x53\x80\x58\x9b\x36\x5e\x0b\x96\x65\x73\x89\x35\ -\xd7\x82\xa2\x19\x44\xa8\x39\xa5\x3e\x19\x1c\x04\x30\x07\xc2\x7f\ -\xe9\x7f\x99\xa1\xfd\x80\x81\x3f\x30\x89\x5a\xe8\xed\x63\x00\xed\ -\x80\x1f\x2b\xa8\x4d\x2b\x6d\x77\xd5\x32\x37\xbf\x6a\x98\x56\xa9\ -\xb0\x49\x9b\x74\x5d\xe4\x6c\x0c\x84\x0f\xa9\x65\x37\xce\x01\x3f\ -\x5a\xb6\x03\x33\xc3\x67\x59\x61\xcf\x7a\x8f\x8d\x41\x61\xe8\x94\ -\x72\x15\x86\x67\x89\x66\x51\x5a\xee\x23\x5a\xb3\xc3\x96\xe3\xb9\ -\xc8\x35\xb3\xd8\xe5\x3e\xec\x6e\xb1\xf6\xbd\x83\x8a\xf3\x75\xf6\ -\x00\x0b\x3e\xf6\x79\xac\x68\xfa\x6b\x23\xf4\x00\x67\x90\x2e\x62\ -\xa3\xd3\x11\x20\x7c\xcc\x02\xd3\xeb\x40\x01\xa5\xaa\x0b\x03\xa0\ -\x4c\xf8\xe5\xff\xd8\xfd\x47\x30\x06\x65\x58\x39\x09\x4c\x9c\xb0\ -\x3e\xff\x5b\xeb\x07\x4a\xc3\xb2\x60\x07\xc8\x82\xe7\xf7\x03\x40\ -\x7a\xbf\x90\x65\x6d\x6a\xb0\x38\xc1\x40\x86\x8f\x01\xe3\xc2\x3a\ -\x84\xc1\xcd\xfc\x86\xf1\xb1\xf5\xef\x8c\x19\xdd\x09\xe4\xa6\xc9\ -\xf2\xe8\x59\x6f\x74\x7a\x46\x67\xdd\x31\x00\x2d\xf8\xcf\xf3\x1f\ -\xf8\xa1\x1f\x40\x5e\x30\xe7\x60\xeb\xe4\xbe\x00\x00\x20\x00\x49\ -\x44\x41\x54\x1f\x78\x9e\x7f\x60\xce\x3f\x30\x33\xb5\x5a\x34\x54\ -\x0b\x48\x0b\xee\x58\xec\x10\xae\x66\x50\x5c\x5b\xd0\x68\x54\x54\ -\xa6\x5d\x95\x2b\x9b\x3a\x15\x08\x51\xa7\xaa\xc4\x8a\xa8\x4e\x32\ -\x1b\xeb\xea\x46\x23\x9b\x07\x7f\x71\x29\xd9\x8b\x09\x66\x48\x6a\ -\x4d\xa1\x0d\x39\x6f\x55\x8a\x6b\x95\x5f\x44\x24\x2b\xc3\x12\x25\ -\xd1\xf8\x46\x35\x40\xdc\xb0\x07\x75\x2f\xc9\xf1\xb9\xeb\xc3\x4e\ -\x84\x80\x97\x5c\xd3\xee\x15\xd9\xd7\x02\x64\xd8\x54\x0a\x8b\x68\ -\x90\xa1\xd2\xe0\x28\x8c\x37\x00\xba\x8e\x2c\x10\x34\x36\xf7\x42\ -\xc4\x3a\x26\xda\x1c\xc4\xb6\x91\xb0\x7d\x7e\x88\xb3\x1c\x0c\xd8\ -\xad\x9b\x59\x9a\x16\xa8\x7f\x46\x1c\xa2\xd1\x6b\xe6\xd9\x0b\x8a\ -\x19\xe9\xe1\x52\xa8\x96\xfb\xf8\xbd\x8e\x54\x69\xdc\x9d\xd0\xac\ -\xf9\x09\x2a\xeb\x8b\xf8\x96\xa6\x1d\xd6\x25\xe3\xe3\x96\x77\x55\ -\xc7\xc4\x5d\xfb\xc4\x25\x9b\x81\xa1\x5a\xfd\x2b\x32\xd6\xd3\xee\ -\x81\xa4\x27\xdd\x1c\xc6\x26\xe3\x95\x72\xd5\x11\xf9\x77\xa7\xa6\ -\x37\x3d\xce\xed\xfb\x2a\xda\x14\x56\xc7\x20\xdb\x64\x74\xe4\xa4\ -\x82\x3a\x36\xf4\x33\xff\x24\x3d\x17\x2b\x55\x6e\xa9\x6e\xa0\x4c\ -\x1c\xf2\xb9\x9e\x41\xd5\xf5\x35\xad\xb5\xcc\xc1\xca\xc3\x9c\xb1\ -\x3b\x92\x6e\x34\xb3\x36\xba\xdf\xd6\x71\x50\x30\x41\xbe\xa2\xe8\ -\x75\xdd\xee\x53\x61\x82\x6a\xa4\x03\x8d\xa7\xaf\xe1\xe5\x56\x34\ -\xf9\xb4\xc7\x63\x0d\x58\x5e\x39\xe1\x6d\x2d\x87\x85\x7b\x11\xd1\ -\x8b\x5c\x27\x4d\xab\x70\xc8\xf1\x3e\xc8\x6b\x7b\xc9\x73\x66\xfa\ -\xa4\x44\x8a\x1e\xd6\xce\x30\xc9\x3f\x43\xab\x17\xcf\x62\x94\xc2\ -\x59\x92\x6e\x1a\x66\x0b\x3d\x3b\x2b\x68\x51\xd4\x8d\x7f\x0e\xa4\ -\x77\x85\x72\xa5\xac\xd7\xfe\x1e\x82\xb1\xb0\x9f\x23\x52\xf7\x8b\ -\x81\x57\x61\x51\x9e\xd6\xd7\x5d\xe3\x90\x61\xe4\xf9\x3a\x46\xa3\ -\x40\xea\x6f\x52\xfa\x38\x20\x5c\x6d\xdf\xdb\x9a\x95\x13\x2f\xbd\ -\xa2\xfb\xb2\x23\xd0\xa7\xa5\x77\x04\xa1\xd7\x3b\xf2\xf8\x74\xa9\ -\x18\x2a\x29\x82\x1b\xe7\x3c\xaa\x6a\x86\x1d\x8d\x47\x01\x21\x2a\ -\x2c\x09\x2b\x90\x1b\xd0\x43\xaf\x13\x69\x00\x84\x39\xf2\xf9\x54\ -\x87\x4c\xf9\x92\x5f\xd5\x42\x68\x5b\x33\x2e\x07\x6a\x9f\x39\x6f\ -\x06\x7c\x90\x04\x22\x1d\xac\x97\x72\x6e\x64\xe1\xe4\xfb\xbb\x68\ -\x57\x3d\x58\xb9\x52\xf9\x6a\xf4\x4a\xd0\x9c\x52\xf7\x57\xf7\xc7\ -\xd5\xce\x1f\x67\x3b\xf7\x77\x4a\xab\x1b\x36\xd5\x7c\xbc\xfe\x04\ -\x47\x34\xe5\x77\x9a\x57\x02\xa6\x42\x45\x23\x12\xf4\xbf\x74\x9b\ -\xb5\x60\xa1\xd7\xe7\xbe\x3b\x5f\xea\x1a\xf8\x89\x37\xcf\xdc\xb5\ -\x52\x4d\xaf\xca\x77\x7f\x76\x74\x74\xb9\xb8\x17\x6b\xa1\xed\x9f\ -\xc7\x7c\x65\x31\xe5\xe7\x0f\xe5\xec\xbe\xd0\x6d\x8b\xb9\xcf\xa9\ -\xbd\x71\xbb\xf1\x97\x9c\xc6\xa2\xcd\xb9\xea\x98\x78\x53\x14\xc6\ -\x34\xc9\x38\x01\xae\xe1\x0b\x43\xa3\xd1\xee\x13\xcd\xa9\xc4\x96\ -\x19\x59\xcf\x32\x12\x88\x10\xe0\xa6\x23\x47\x73\xbd\x16\x3c\x0c\ -\xd9\xc4\xeb\xe5\x43\xab\x59\x1d\x63\x8d\x4a\x68\xeb\x23\x6b\x44\ -\x9d\xbc\x4d\x22\x10\x18\xc0\xf8\xd8\x73\x02\xd8\xa3\x4b\x72\x0a\ -\x2e\xc7\x9d\x18\x67\x8e\xe9\xbc\x7b\x66\x96\x32\xa7\xb4\xfd\xa8\ -\xae\x97\x94\xa6\x50\x3b\x2b\xed\x62\xa6\xa4\xcf\x19\xdb\xb9\xab\ -\x51\x17\xc6\xc4\xa8\x96\xf9\xac\x4d\x7a\x53\x34\xba\x5f\x83\xdd\ -\x89\x95\x55\xb4\x4f\xe9\xba\xe4\xc0\x19\x2a\xb9\x7e\x98\xb9\x4d\ -\x07\x8f\xdc\x2e\xf1\xdf\x99\x4e\xc0\x09\xcc\x61\x89\x91\xd8\x62\ -\x18\xa4\xb8\x59\x4a\x9e\xe3\xcb\x1c\x93\xc7\x98\xc1\xda\xa8\xf5\ -\xdb\x54\x23\x9e\xc2\x39\x1d\x56\x40\xb0\x15\x95\x4e\x3b\x59\x29\ -\xa6\xdb\x8b\x87\x30\xb4\x28\x67\x1a\xd1\x4c\x2e\xfd\x26\xb8\x87\ -\x52\xd0\x79\xb3\x92\x1e\xfd\xf6\xf3\x70\x9c\x05\xa5\x4d\x29\x5c\ -\x03\x82\xe6\xc1\x2a\x82\xa7\xf1\x40\xe0\xbe\x54\x06\xe7\x74\x14\ -\x94\x63\x77\xb7\xf9\x17\xff\xa0\x39\xf4\x08\x4b\xdb\x88\xbb\x8f\ -\xbf\x73\x70\x77\x3d\x93\x4f\x45\x68\x13\x9f\xd6\x9f\xc3\xd5\x8c\ -\xe3\x45\x8f\xe5\xb6\xb8\x35\xd3\x27\xdd\x64\x7a\x81\xe6\x8b\x9c\ -\x0a\x75\x8c\x4a\x98\xa9\x87\x04\x46\x51\x23\x27\xa7\x58\x51\x60\ -\xa3\x5b\x31\x6f\x9f\x25\x5e\xc7\xe5\x74\x09\xb0\x74\x47\xb3\x18\ -\x75\xf3\xd6\x10\x14\xf2\x11\x6e\x07\x2d\x97\x90\x4f\x22\x82\x67\ -\x39\xfd\x80\xdf\xc3\xf1\xde\xf4\x1f\x5e\x54\x0a\x1f\xa2\xce\xfd\ -\x12\xab\x21\xda\x4e\x0f\x10\x90\x48\xf2\x06\xa7\x90\xc8\x8a\xb5\ -\x29\xd8\x03\x9c\x7b\xee\x99\x34\x6d\xdb\xed\x19\xd5\x7a\xe8\x66\ -\x44\xc2\xcc\x47\x61\x7d\x14\x0e\x9b\x68\xf4\x6c\xba\x1c\x23\x44\ -\xa8\x22\x89\x98\x5e\x8d\xff\x89\xa9\x8f\x5a\xdb\xaf\xa6\xc5\xeb\ -\x85\x29\x1e\xfc\xf4\xee\x18\x84\x2d\xe7\x48\x2f\x46\x2c\xd4\x23\ -\x35\xb0\xa1\x36\x56\x87\x4e\x29\x2b\x34\x34\x40\x86\x01\x23\xa6\ -\xca\xbd\x00\xe1\x72\xa1\x51\x43\x09\x7b\x9e\x5b\xd7\x53\xa9\x96\ -\xd3\x4d\x2a\x9e\x28\x54\xdb\x1a\xb2\x29\x05\x01\x36\xcd\x65\xdf\ -\xa3\xdb\xe7\x50\x3e\xce\x06\x9e\x34\xb3\x91\xbd\x92\xdf\x03\x30\ -\xf9\x42\xef\xe8\xcd\x0d\x1f\xba\xa5\x9e\x6b\xe2\x2e\x6e\xae\xfb\ -\xa4\x59\xcd\x47\x0a\x95\xc6\xf2\x38\xc6\xcf\x2c\x34\xdc\xbc\x3c\ -\xdc\x26\x1f\x4b\x93\xc6\xec\x93\x8c\x11\xcf\x08\xe8\x6c\x06\xdb\ -\x1a\xa4\x9d\x88\xad\x6b\x00\x5b\xa1\x3b\x14\xf5\x44\x32\xe4\x12\ -\xaf\x46\x32\x1d\x80\xa1\x52\xac\x5a\x93\x52\x1b\xf3\xc8\xaf\xf9\ -\x2e\xbc\x06\xc0\x2b\x70\x94\xb8\x4b\x31\x61\xc0\x94\xa8\x22\x8c\ -\xc8\x5e\xdb\x35\x2c\x15\x78\x44\x9a\x56\x24\x0c\xf0\x18\x80\xfc\ -\x9d\xed\x04\xcc\x7b\x34\x0c\x02\xf0\x8b\x96\xca\xef\x35\x89\x02\ -\xe1\xb4\xd1\x57\xb7\x42\xb8\xad\x61\x96\x26\x52\xaf\xae\x9b\xe9\ -\x3c\x2a\x91\xeb\xb7\x1b\x07\xf4\xe7\x73\x52\xa0\xf4\xf9\xb8\xf5\ -\x3e\xa4\xc1\x91\x9b\x3c\xe1\x06\xb6\xc4\x73\xd9\x73\x90\x5e\x1a\ -\x06\xdc\x43\xab\xe1\x04\x7d\x83\xa5\x7d\xfb\xfe\xb1\x01\x25\xfb\ -\xbd\x60\xb4\xa1\x45\xdb\x5b\x93\xc8\x78\xd2\xc6\xec\x8f\x9d\xf1\ -\xa4\x94\x41\x80\xae\x43\xc1\x19\x67\x54\x6a\x1e\xb2\xc0\x46\x4c\ -\x5a\x30\x17\x15\x7e\x18\xff\x34\xd7\xdb\x04\x0d\xcf\xd8\x14\xe9\ -\xe0\x66\x2b\x22\x69\xbb\xeb\x4a\x8d\xc1\xdd\xad\x52\x38\xf3\x9e\ -\x6e\x66\x20\x7b\x63\xd5\x43\x8c\x5f\x28\xa3\x02\x2f\x9f\x5f\x6a\ -\xbc\x7b\x3d\xe7\xc1\xb3\x0b\x90\x95\x26\x0d\x95\x96\x27\x5e\xcb\ -\x78\x63\x6c\x51\x0d\xd5\x28\xde\x9d\xed\xb8\xe8\xb6\x48\x8a\x5c\ -\xa4\xd6\x3e\xdb\xba\x96\xac\x05\x80\x20\xce\xca\xa8\x51\x44\x2c\ -\x20\x61\x9f\x74\x67\x90\x72\x46\x6e\x10\xf8\x57\x2f\x0f\x3f\x45\ -\x9d\x9e\xc0\x00\xa0\x35\x9b\x21\x49\xd2\xe8\x57\x02\xcd\xec\x80\ -\x05\x76\xc0\x91\x51\x27\xc2\x24\x1b\x65\x3e\xa3\x75\xa8\x34\xce\ -\x48\x4e\x91\x1b\xe1\x09\x70\x34\x52\x97\x28\x0e\x37\xb4\xf4\xba\ -\x81\xaa\xa5\xbe\x33\x59\x1c\x88\xc6\xa4\xee\xd2\x25\xa3\xb3\x82\ -\xa9\x37\xad\x6f\xc6\x53\x8c\xd0\x28\x06\xc5\xef\x2f\x25\xbc\x94\ -\x7a\xf7\xed\xbf\x9f\xac\xa7\x72\x76\x79\x76\x1d\x0e\xa5\xba\xe2\ -\x80\x39\x74\x9a\xcd\x9e\x41\x4a\xce\x6e\x2a\x68\xaa\xdb\x5d\x36\ -\x3d\x80\xd1\xae\x76\x01\x58\x6e\x0a\xd3\x24\xd8\x04\x3e\x3a\x71\ -\xcb\xbb\xda\x93\xac\x81\x92\x2a\xc5\xbc\x80\xe6\x6c\x9c\x60\x34\ -\x8e\xb4\x00\x41\x61\x91\xd9\xef\xc5\x13\xb5\x31\x84\x80\x42\xc8\ -\x69\xbc\x5f\x13\xc2\x23\x77\x1b\x4a\x29\xa8\xb3\x8e\x8c\xb1\xd9\ -\x01\x4b\x99\x0e\xbd\xf1\x53\x77\xc4\x25\x33\xb4\x78\x43\x09\x6b\ -\x48\x62\x4e\xab\x62\x21\x40\x9f\x3e\xa4\x6b\x13\x94\x20\xda\xce\ -\x9d\x0d\x84\x90\xcc\x4e\x7e\x7d\xbe\x8a\x26\x6b\x7e\x0f\xb5\xc5\ -\x5a\x82\x30\x01\xb7\xc2\x9b\x0e\xad\x53\x3e\x83\xf4\xea\xf7\x1c\ -\xac\xfd\x00\x79\x2b\x54\x2a\x0a\x14\x08\x05\x6e\xa1\x87\x98\x62\ -\x4a\x79\xd1\x79\xb1\x51\x0f\xfd\xe0\x05\xe6\x40\x6e\x7b\x11\x89\ -\x4d\xc3\x96\xd3\xa2\x6e\x44\x20\xd5\x89\xa2\xb8\x1e\xd5\x0b\x54\ -\x9b\xa3\xd1\x84\xdf\x22\xa2\x87\x6a\x59\x9f\xe1\xca\xe7\x8d\x81\ -\x90\x51\x79\xa8\x65\xeb\xb8\x06\xea\x9b\x4b\xcf\x3e\x01\xb9\x1a\ -\x63\xc0\xe9\xb6\xd7\xd0\x79\xea\x8d\x9c\x06\xf5\xe9\xfb\x65\x61\ -\x10\xf9\x81\x51\xb5\x37\xc5\x21\x47\x0a\x7d\xcf\x81\x0d\xf6\xe2\ -\x9e\x15\x7f\x1a\xf5\x99\x58\x90\x25\x96\xc0\x3d\x86\x07\x88\x10\ -\x9e\xe7\xb3\x35\x34\x74\xdc\xa8\x27\x78\x30\x20\x93\xe8\x25\x43\ -\x40\x5f\x8a\xe0\x28\x56\xa5\x4f\xa1\x2b\x8a\xb5\x37\xda\xe4\x3a\ -\x1e\x9f\xe4\x99\xb3\xa6\x53\xf9\xd0\xd6\x80\xba\x0e\x61\x80\x40\ -\x22\x08\x4c\x7a\x6b\x90\xb8\x4e\xae\xea\xd7\x30\xa6\x4f\xd4\x44\ -\xb3\x10\x94\x35\x06\x32\xea\x0c\xe6\xa5\xb0\x6b\x21\xb7\x82\xe8\ -\xf8\xfc\xc9\xc4\x64\x2d\x8f\x49\x32\x07\xb0\x81\x37\xd5\xd7\x80\ -\xdb\x45\xb6\x4f\x4b\xfb\xbf\x09\x7e\xc4\xc5\x47\x0f\xa0\xfc\x94\ -\x02\xa4\xea\xd2\x4c\xef\xf1\x02\x74\xdc\xf4\xbb\x79\xb6\xd8\xa5\ -\xee\x81\xef\x54\x34\x7e\x88\x90\x03\x3f\xc9\x42\x4f\x3b\x81\x5c\ -\xb7\x0d\x9c\xa0\xb0\x70\xde\x05\xd4\xa9\x1d\xe4\xfb\xb4\x17\x06\ -\xa0\x3c\xf1\x99\xb5\x30\x60\xa1\xa6\x35\x3d\x4c\x62\x8c\x1a\xaf\ -\x54\xd1\x8b\x68\xff\xd0\x1e\xe0\x61\x0f\xef\x00\x1b\x19\x51\xab\ -\x82\x4a\x1e\x5c\x9a\xd3\x71\x2f\xb4\x7a\xd0\x69\xdc\x53\x17\x7b\ -\x60\xae\x53\x42\x81\x30\x49\xf0\x73\x9f\x17\x03\x0d\xa7\x98\x39\ -\x30\x09\x89\xb4\x7b\x21\x08\xa5\x89\x2d\x8e\x6c\x2a\x9d\x1e\x9b\ -\x0e\x05\x36\xf6\x45\x35\xd9\xa1\x03\xc4\xf8\x96\x73\xd6\xf7\x7d\ -\x41\x8c\x11\xe0\x9b\x9b\xe3\xdf\x0c\x05\xea\x3d\x27\x32\x5e\xcf\ -\x57\x34\x3d\x88\xbf\xdf\x74\x0d\xbb\x69\xd4\x4a\x83\x1b\xb4\xa6\ -\x34\x29\x38\xa3\xd7\x8b\x6e\x47\x9c\xb6\xde\xd4\x8e\x4a\xf9\x0b\ -\x46\x87\xa8\x3c\x40\xc8\x9a\x08\x3b\x33\x69\x68\x11\x1f\x34\xe0\ -\x6d\xfa\x45\xbd\xce\xf0\x7d\x26\xa4\x77\xd9\xd8\xf6\x1b\xcb\x13\ -\x13\x54\x44\x00\x9c\xf8\xd2\xd0\xf6\xc6\xea\x0e\xbe\xbe\xbb\x8f\ -\x06\x63\xa0\x98\x98\x35\x8d\x51\x84\x0b\xab\xa9\x12\xc3\x52\x17\ -\x5e\x93\x44\xd0\x66\xe6\x83\x40\xad\x41\x0b\x90\xa6\x05\x0c\xa7\ -\xc9\x87\xaf\xd9\x55\x80\xee\xe1\xa6\x39\x54\x65\x2f\xa3\x81\x17\ -\xba\x8b\xd6\x69\xd2\x12\x21\xbb\x14\x26\x2e\x41\xd1\xae\x93\x18\ -\x8b\xe2\x98\xb6\xee\x9f\x91\x2c\xac\x24\x12\x71\xd8\x9c\x0f\x9f\ -\x34\xee\x4d\x8f\x31\x0a\x06\x23\x10\x8e\x60\x5d\xe8\x7a\x4b\xdd\ -\x20\x41\xd5\xb9\x55\xbd\xde\xb6\x37\x2e\x6c\x9e\x31\x46\x30\x86\ -\x5c\x1e\xe4\x8d\x25\x96\x29\x50\xcb\x48\x95\x65\x6b\xd1\x22\x83\ -\x4a\x00\xef\xc1\x4a\x01\x48\xab\xfb\x7d\x0a\x1e\xd3\xa6\xcf\x2b\ -\x03\x08\x7d\xfa\xcf\x17\xc7\x65\xeb\x17\x76\xc6\x42\xd3\xec\x40\ -\x32\xc2\x3c\xbe\x28\xa7\x87\x23\x24\x26\xea\xfc\xac\x8e\x2d\x4a\ -\x55\x05\x98\x3b\x35\x29\x0f\xbb\x52\x98\xcb\x1d\x11\x5a\x20\x30\ -\x29\xcd\x23\x9c\xa2\xd1\x1a\x8f\xf1\x93\x8e\x78\x22\x00\x11\x98\ -\x67\x28\x9d\x19\x10\x54\x64\x22\xa6\x1c\x85\x4e\x51\x3f\x38\x2c\ -\xce\x58\xfb\xdf\xb9\x5f\x98\x2c\xd3\x00\xf1\x6a\x17\x4d\x4e\x77\ -\x2c\xb4\x75\x71\x71\x21\x83\x92\x0d\x70\x47\x65\xc2\x3e\xde\x0f\ -\x90\xb6\x08\xcf\xc9\xd7\x0a\xca\xe4\x86\xe0\x6c\x0d\xaa\x37\x65\ -\xd5\x46\x7e\x17\xc4\xa5\xe1\x45\xb5\x2e\xa6\x36\x9a\x2f\x38\xeb\ -\x31\x3d\xe0\x22\x02\x4f\x1b\xee\x04\x46\xf1\xcb\xe5\x73\xa3\x65\ -\x55\x0c\x5e\x91\x17\x2f\xfe\x60\xfb\xef\x3b\xf2\xd1\x0b\xc8\xbc\ -\xcc\xa1\x88\x38\xef\x14\x08\x6f\x64\xd9\x74\x0e\xc3\x10\xe9\x44\ -\x72\x8b\x4b\x1f\xe1\x4b\xf8\xa7\xeb\xa8\xb0\xd8\x69\x56\x2a\x93\ -\xa3\xaf\x8e\x24\xe7\xb4\x29\xc3\x0c\x39\x35\x19\x8d\x46\xb8\xcc\ -\xf6\x5e\xad\x9e\xe7\xf8\x29\x45\x21\x36\x12\x8b\x00\xa8\x5d\xfd\ -\x15\x99\xc9\x9c\xb4\x9b\x38\xb2\x51\xfb\xa4\x70\x23\xb7\x03\xd6\ -\xc5\x9b\xb7\x4b\x55\xed\x8f\xd9\xa1\xa6\x5c\xd3\xc8\xd1\x28\x08\ -\x3c\x69\x85\xec\x7b\x86\x53\x85\xcc\xb3\xd2\xb7\x28\xdd\x34\xb7\ -\x02\x34\x9f\x59\x4e\xad\x14\x80\x19\xcd\xf0\xe5\x98\x30\xba\xd3\ -\x14\xc0\x15\xf0\xb8\x5e\xca\x08\xa5\x08\xa6\x34\xef\x00\xbc\x8a\ -\x6b\x1d\xf9\xc3\x2a\x8e\x2f\xd3\x3c\x30\x24\xcb\x91\x5c\x8a\x4c\ -\x3b\xdd\x7f\x79\xd0\xc3\xf5\xcc\x60\xec\x86\x2e\x59\x90\x73\x00\ -\x1b\x70\xd8\x69\x9f\xb9\x6a\xa7\x80\x9b\x8e\x89\xee\x9e\xf5\x57\ -\x73\x98\x60\x6b\xb2\xb4\x41\x5e\x2d\x17\x04\x9c\x9e\x8b\x95\xe6\ -\xfa\x92\x4b\x06\xcb\x8c\x07\x25\x26\xb8\x61\xa6\x81\x25\x26\xa3\ -\x89\x98\xfb\x83\x18\x68\xe6\x1d\x20\x6d\x12\xf2\x81\xdd\x2e\xd7\ -\xf6\x25\x6f\x9f\x9b\x4f\xac\x6d\x2f\xae\x41\x2d\xfb\x8d\x04\x8f\ -\x67\xef\x81\xb3\x51\xd0\x5b\x38\x65\x47\x36\x55\x8f\xc2\x01\x96\ -\x8d\x6d\x5d\xdc\xcd\x10\x4e\xe0\x23\xe9\x95\x95\xae\x02\x70\x86\ -\x23\x77\x30\xc9\xf7\xaf\x3d\x9b\x92\x5d\xa5\xc5\x98\x3b\xe3\xaf\ -\xb8\x07\x44\x9e\xb0\xfc\xaa\x06\x35\x9d\x3e\x8e\x51\xdc\xcd\x81\ -\xf0\xac\xdf\xc8\xab\x63\x2f\x40\x3c\x4c\x73\x58\x48\x37\x3f\x11\ -\x8a\x0a\xa6\xaf\x04\xd3\xd5\x60\x5d\x5f\x9b\x29\x8a\x6a\x09\xeb\ -\xa4\x60\x84\xd6\x2e\x1b\xcd\x07\xd2\x20\x86\xf3\x18\xb3\x66\x59\ -\xa2\x70\x72\xad\x5a\x09\x8c\xb6\x1c\x88\x5b\xe8\x6a\x9c\xf1\x2c\ -\xaf\xc6\x4e\x5e\x74\xb7\x7b\x9f\xf1\x0a\x6a\x85\x06\xda\x29\x8c\ -\x68\xf9\x86\x4e\xc5\x93\xbc\xdd\xf5\xdb\x96\x1d\xa9\xa3\x01\x8e\ -\xae\x2f\xc9\xfc\x48\x3a\x9b\x40\x29\xae\x81\xf2\x9b\xae\x7b\x65\ -\x9d\xc7\x7a\xe1\x3c\xa3\x10\x00\x14\xe7\x1c\xf6\xdc\x5d\xcb\x67\ -\x40\xa4\x40\xc9\xad\xeb\xd6\xd5\x51\x5f\x78\xe1\x4f\xd8\xdf\xd7\ -\x66\x44\x10\x8d\xf1\x5e\x7f\xbd\xd1\x16\x5f\xa8\x80\xc9\x22\xd8\ -\x33\xc6\x66\x6b\xa6\x6e\xd3\x12\x44\x54\x7d\x76\xd1\xc4\x12\x20\ -\x88\xe9\xa4\xf2\x71\xaa\x19\x0a\xc5\x5e\x1d\x66\x00\x94\x35\xe6\ -\x19\x23\x60\xc0\x31\xa4\xeb\xb1\x53\x51\xd9\xf6\x8b\x37\x01\x9d\ -\x11\x63\x53\x78\xf9\x3b\x18\x10\x35\x71\x0b\x72\xd7\x7a\x62\xd9\ -\xb3\x24\x1a\x8d\x42\x9c\x6e\x86\x1c\x45\x5b\xcb\x15\x83\xd3\xbd\ -\x73\x3f\xa7\x6e\xb4\x7b\x5f\x17\x5e\xab\x77\xd6\x07\x5c\x19\x5d\ -\x07\xd8\x5b\xb2\xe2\x18\x96\x95\xc7\x0a\xc8\x48\xb8\xc1\x52\x0c\ -\x64\xf4\x0b\x28\x9b\xb3\x0b\xb8\xd7\x68\xbf\x97\x18\x1a\x21\xba\ -\x52\x74\xb9\xe8\xbe\xe4\xcb\xf7\xbf\xc9\x06\xea\x5a\x8c\xda\xc5\ -\x82\xa5\xbb\xcb\x34\xd9\xc4\x0a\xa3\x61\x07\x60\x98\x8d\x9a\xe6\ -\x0d\x4d\x34\x1b\xb6\x50\xf7\x58\x15\x96\x22\xce\xb6\xff\x5d\xdc\ -\xb2\xe2\x97\x56\x0d\xc7\x85\x6f\x5e\xdf\x24\x37\xcd\x83\x89\x02\ -\x6d\xdc\xbb\x87\xdb\x85\xce\x65\x41\x64\xe6\xf8\x95\xcd\x1b\xad\ -\xcf\x05\x85\xb9\xf1\x59\x3f\x54\x3c\x11\x34\x84\xcd\x95\xae\x5c\ -\x09\xfb\x07\xbe\x7f\x28\x49\xa9\xa2\xeb\x41\xbe\xe0\x42\x33\x6b\ -\x0b\xa8\x5b\x57\x07\x75\x0f\x3a\x62\x21\x56\x90\xb9\x8e\x62\x20\ -\x1d\x9d\x77\x0b\x8c\xdc\x90\x62\xbe\xbc\xa7\xda\xa8\xea\xeb\xe2\ -\x40\xb4\x21\x74\x22\x02\xec\xcd\xf0\xa5\xd0\xdf\x37\xef\x4d\x2b\ -\x54\x35\x20\x61\x14\xc1\x7c\x64\x62\x28\xe5\xcc\xdd\xb1\xce\x42\ -\xb5\x4e\x61\x10\xee\x01\xcd\x42\xfb\x06\xea\x6e\x3a\x10\x36\xe5\ -\xef\x27\x20\x49\xa5\xef\x75\xc4\xd7\x1d\x23\x19\x67\xcb\x63\xa8\ -\xd4\x49\x17\x0c\xef\x68\x0f\x97\xf7\xfc\x37\xa7\xad\xe6\xa4\x77\ -\xd1\x80\xbc\xd1\x1f\x2b\x6d\x31\x84\xc2\xc2\xa5\xd0\xc0\x2c\xac\ -\x69\x1e\x6b\x5a\x9f\xd1\x03\xfc\x70\x11\xdf\x96\x7d\xb2\x1f\xd6\ -\x8c\x90\x74\xec\xa4\xb6\x64\x9e\x95\xae\xd9\x03\x8d\xfd\x7a\xf1\ -\x64\x2e\xc7\x41\x25\xdb\x50\xf9\xe3\xe2\x85\xcb\xa4\x4f\x4e\xd7\ -\xce\xe4\xa8\xf7\xcb\x10\xa5\x6a\x44\x94\x9e\xa1\x13\x03\xc5\x23\ -\xd9\x02\x4c\x27\x56\x8d\xc1\xf6\x1a\x16\x07\x23\xad\x4e\x1b\x18\ -\x73\x94\x16\xb6\xf0\x02\x41\x5f\xe9\xa7\xad\xfc\x9d\xde\x80\xde\ -\xa6\x97\xf3\x03\xd9\x8a\xa4\x1d\x28\xf1\x40\x6a\x03\x40\x18\x8e\ -\x86\xee\x5c\x67\x5a\x40\xf7\x10\xf6\x0a\x24\xdc\xa6\x00\x02\x48\ -\xdc\x82\x93\x35\x13\xe7\xa5\x41\xf3\xcc\x23\xd7\x04\x34\x8e\x7b\ -\x45\x10\x65\x6b\x3c\x73\x7d\x03\xaa\x28\x5d\xb0\x9f\x6d\x5c\x27\ -\x87\xb1\x1f\x2b\x45\x1c\xc2\x0d\x2f\xe1\x2f\x69\x05\x35\xd2\x79\ -\xde\x41\x39\x9b\x6f\x5a\xc7\x66\x4d\x5e\xac\x94\x9d\x2e\xe5\xc0\ -\x42\xa5\xf5\x1d\x85\xea\x56\xe4\xe0\xa6\xef\xc1\xf6\xdf\x07\x40\ -\xb8\xa4\x6d\x9f\xa9\x01\x02\xb2\xfd\xfc\xbc\x37\xa4\xb9\x7e\x25\ -\xc0\xa9\x74\xe2\xa4\x4c\x52\x29\x44\x2b\x7d\xb3\x66\x10\xa5\x8e\ -\x39\x47\x2c\x74\xd4\x00\x95\x22\x7f\x2e\xf3\xbe\xcf\x9d\x86\x23\ -\xc5\x55\xcf\xad\x93\x6e\xe7\x60\x75\x00\xfb\x3e\xe9\xda\xdd\x68\ -\x5d\xab\x36\x5e\x50\xf0\xd1\xcf\x2f\xca\xef\xab\xe0\x5e\xa3\x73\ -\xb6\xf3\x45\xf2\x80\x21\x39\xf2\xe5\xfa\x74\xb9\x52\x02\xd1\x58\ -\x2a\x94\x99\x69\x60\x0e\x88\x37\xea\x3b\x82\xd1\x73\x77\xb6\xc9\ -\x06\xe0\x08\x35\x70\x34\xe5\x0e\x72\xd0\x60\x77\xd0\xe6\x46\xf1\ -\xc5\x2f\xd3\xc1\x1b\xc0\x8a\xdb\x24\xa2\xb1\x66\xd0\x6d\xce\xe5\ -\x95\xb9\xe1\xcd\xa0\xee\xa5\x69\x66\x50\x10\x72\x91\x30\x8c\x31\ -\x83\xaa\xda\x58\xf0\xae\x47\x6c\xa1\xee\x5a\x60\x06\x88\x01\xd5\ -\x90\xcb\x59\x11\x04\x4b\x3e\xa5\x86\xc8\x6c\x52\x42\x79\xd1\x99\ -\xf7\x46\x9e\x19\x4a\xe0\xae\x4d\x30\xd1\x18\x56\xac\x26\x67\x52\ -\x00\xf9\x10\xd5\x98\x29\x04\x5c\xbc\x09\x7c\x3d\xea\x8f\x30\x33\ -\x11\xe9\xb1\x3f\xf1\x4c\x31\x59\x56\x4e\xf9\x97\x70\xf4\x86\x26\ -\x3b\xb9\x51\x8d\x7b\x4e\xa5\xb1\x5c\x64\x5d\xde\xb3\x9c\xbd\x80\ -\x51\x36\x1d\x6c\x89\x35\x55\x40\x1e\xe4\x75\x5d\x83\xfa\x7b\x17\ -\x10\x69\x88\xb0\x7f\x6f\x05\x6e\x18\x59\xb3\x54\x0b\x8b\xa5\x4a\ -\x39\x6a\x2d\xd6\x41\x99\x52\xbf\x20\x9b\x27\x9e\x77\xbb\xab\xc9\ -\x42\xa4\x3a\xc9\x32\xeb\x3d\xc9\x0c\xb3\x67\x45\x05\xd1\xab\x8c\ -\x51\x67\x2b\xd0\x33\x4f\xc1\xcf\x89\xdc\xf4\x10\x8e\x7d\xa3\x17\ -\x28\x17\x1d\x50\x9a\x08\x8c\x18\xeb\x55\x24\xdb\x2f\x6d\x94\x12\ -\xcc\x56\xdd\x9a\xd6\x82\x81\xd8\x42\xe6\xda\xf7\x39\x6d\x84\x86\ -\x26\x80\x9b\x38\x11\x0b\x6d\xc1\xd1\x1f\xa7\x18\x35\xcb\xc6\xed\ -\x62\x8b\x9f\xbf\x38\x84\xfb\x91\x83\xf4\x6f\x90\x99\xbd\x09\x23\ -\x8c\x3b\xa7\x05\xe0\x06\x07\x58\xe9\x46\xcb\x5c\xdd\x84\xce\xc9\ -\x14\x33\x9b\x39\x43\xcd\x15\x13\x4b\x00\xb9\x07\xb4\x26\xf6\x8b\ -\xdd\xa6\xf6\x85\x33\x9d\xbc\x61\xa3\xe7\xa0\x1e\x60\xe1\xf2\x55\ -\x68\x77\x7c\xa1\x55\x88\xec\x5a\x80\x34\x09\xd0\x86\x5e\xe2\xce\ -\x41\xcf\x53\x90\xcc\x98\x42\x13\xdd\xd3\x9b\x41\x06\x9e\x0d\xdd\ -\xae\x51\x03\xc8\x3c\x8f\x90\xb9\x06\x22\x75\xa7\x7b\x2a\x4b\x60\ -\xc0\x32\x57\xac\x3d\xbf\xc2\x9d\x03\x9d\x9a\xe9\x68\x74\x6a\x8a\ -\xf0\xc8\x5e\x7b\x9b\xfc\x7e\xbd\x7c\xf8\x2c\xd2\xfe\xcd\xc5\x15\ -\xd3\xbd\xe2\x95\x20\x11\xda\x6a\x14\x90\x6f\x5c\x63\x6f\xfe\xf8\ -\xe5\x75\x43\x37\x76\xf9\x56\xbc\x38\x88\xe2\xb9\x5c\x95\x76\xc1\ -\xe1\xf6\x86\xd9\x18\x6c\x8d\xba\xec\x53\x64\xea\x08\x7e\x5a\x9d\ -\x93\x21\x88\x4a\xe1\x51\x4a\xa9\xf4\x1c\xa8\x0b\xa8\x30\x8c\x2e\ -\x03\x4d\x4b\x62\x19\x70\xe5\xeb\x07\x74\xaa\x2a\x12\xb5\xfd\xfe\ -\x37\x3d\xdf\x7b\x20\x76\x8f\x91\xa8\x99\x4b\x72\xc9\x21\xab\xf4\ -\x0a\x6e\x66\x1c\xa5\xf1\xf7\x22\x85\xdf\x2f\x78\xbc\x4c\xc9\xa2\ -\xc0\xb0\xc9\x73\x2d\x36\x10\x54\xc8\xdd\x5e\x0b\x2b\x7d\x32\x66\ -\x67\x95\xc6\xb1\x18\x68\x8e\x70\x39\xdd\x51\xc9\xb3\x94\x5e\x31\ -\x51\x46\xc0\x97\xa2\x44\xce\xa9\x6e\x9d\xa8\x8b\x77\x56\xe7\xf3\ -\x67\xe3\x46\xce\x36\x85\x1e\x27\x45\x2e\xa8\xe3\x02\x42\xec\x4a\ -\xf5\x08\x7a\x6d\x5a\x0d\xf8\x1c\x93\x0e\x8d\xf7\xb3\xef\x0b\x0d\ -\x87\xe6\x18\x39\x4d\xeb\xcd\x0a\xb9\xbf\x6f\x36\xea\xba\x33\x13\ -\xb6\x80\x52\xe0\xd3\x51\x94\xa8\x15\x70\x91\x0d\x99\x15\x73\xdc\ -\xa5\x1c\xd9\x4c\x12\x01\xe3\x87\x4e\x23\xf4\x7a\x7e\xfe\x75\xca\ -\xab\xc3\x4c\xd5\x91\xb0\x12\xd6\xf4\x0c\x3c\xb3\x76\xaa\x61\x06\ -\x04\xd1\xa6\x0a\xe7\x6d\x6f\xf3\xe8\xfb\x41\x4e\x9d\xde\xdf\x28\ -\x7f\x22\xf7\x3d\xb4\x7f\x4d\x0b\xe2\xc5\xfd\xeb\xf1\x0a\x60\xb1\ -\x9b\x6f\x39\xe4\x84\xf9\xbc\x20\x9c\x4e\x0d\xf4\x00\xb5\x5d\x77\ -\x6d\x9a\x20\x01\xf2\x85\x0a\xd8\xce\x02\x06\xb1\xe6\x7b\xc0\xb0\ -\xc9\xa4\x02\x82\x0b\xfa\xa4\xa2\xd2\xe4\xf2\x1e\x2a\x14\x60\x64\ -\xcb\xd9\xaa\x46\x52\x39\xb1\xa8\x45\xa2\x0b\xfa\x6f\xa0\x66\xdf\ -\xc3\xf2\xd7\x86\x35\x81\x62\xd8\x98\x02\x66\xf1\x7d\xe9\xac\xa5\ -\x01\xdf\x35\xb4\x9b\x0b\x7d\xd2\x73\xc8\x3c\x82\xe2\x03\x48\x53\ -\xcf\x24\x0f\xe8\xb6\xc0\xd8\x90\xad\xe8\x06\x77\xa2\x6a\x4e\x52\ -\x88\xc2\xa8\x44\xeb\x83\x8f\x9e\xaf\xa5\xc1\x20\x78\x09\xfc\xdd\ -\xa7\xa0\x61\x92\xc6\x3d\x7a\x47\x38\x8c\xce\xfc\xde\x58\xe6\xbe\ -\x3b\x91\x00\x47\xa1\x0c\xdb\x54\x2c\xcd\xe1\x2a\xe5\x33\xf7\x89\ -\xc7\x12\xec\x1a\x40\xa5\x6d\x2e\xcb\xba\xa4\x98\x46\xf5\x30\xe6\ -\x98\x94\x5c\xf6\x01\x6e\xcd\xd5\x49\xd3\x6d\xf5\xaa\xa4\xff\x82\ -\x60\x0d\xd3\xa5\x2b\x20\x1c\xcd\x9a\x6b\xfc\x71\x02\x8e\x15\xe0\ -\x5d\x30\xd8\x24\xb5\xbc\xc2\x0c\x02\x8f\xed\x4f\xa5\x14\xf2\x65\ -\xd8\xd1\x3f\x07\x6c\x91\x24\x7f\x33\x58\x43\xb8\x4b\x7e\x12\xac\ -\x90\x70\xdd\x25\xa3\x0a\x83\x4d\x8e\x1f\x06\x98\xfe\x67\x47\x20\ -\xa9\xeb\xa9\x2e\x86\x04\x61\x52\xc1\xa2\x14\x17\xbb\x70\x6a\x37\ -\x1a\xdc\x79\x1a\xf6\xa1\x63\x43\xae\x62\x93\xd8\xdf\x79\x20\x98\ -\x1f\xc2\x41\x1d\x04\x81\x29\xa3\x6c\x78\xd7\x27\x60\x84\xef\xba\ -\x30\xaf\x86\xc0\x79\xc0\xb0\x53\xb7\x98\x75\x38\x2e\xb8\x51\x67\ -\xb0\xba\x06\xe6\x02\x61\xcf\xcc\x01\xcd\x0e\x72\xea\x9a\x58\xd8\ -\x5c\x9d\x38\xc0\xc0\xe2\xba\xb2\x7d\x60\x28\x30\x70\xd8\xda\x40\ -\x78\xa0\x87\x28\x2e\x73\x05\xc4\x72\x3e\x31\xab\x13\x57\x22\x2d\ -\x5e\xc4\x0d\x80\x22\xea\x7e\x1b\xc7\xee\x61\x8d\xde\x40\x09\x76\ -\x9d\x49\x16\x84\xcb\x1c\xb2\xe8\x68\x04\xe8\x0b\xf3\x3b\x26\x47\ -\x2f\xa6\x15\xb7\x03\x36\xa6\x10\xc1\x49\xbf\x37\x45\x49\xe7\xaa\ -\x19\x6a\xa5\x58\x6c\xe8\x05\x1f\x8d\x60\x0d\x72\xd6\x75\xc0\x6d\ -\xe2\xc4\x20\x25\x68\x78\x77\x73\x54\x3b\x7b\x31\x24\x92\xd8\x51\ -\x13\xb2\x43\x6a\xbf\xa4\x67\x5c\x8c\x3b\x5d\x52\xf9\xee\x15\x03\ -\x5f\x0d\x85\x17\x3b\x24\xf7\x1c\xb6\x76\x70\x11\x36\x8d\xe0\xb7\ -\x66\xac\x87\xa0\xda\xba\x34\x04\x45\x47\xd9\x74\xa1\x12\xde\x33\ -\x3a\xa2\x91\x44\x0a\xaa\x6c\xa5\xe4\x3a\x82\xed\x54\xbe\xb7\x1c\ -\xbc\xfa\xfe\x6a\x71\xa4\x53\x49\x31\x8e\x3e\x5b\x5e\xc6\x3b\xed\ -\xad\x9a\x60\xd0\x45\x6c\xcf\xb6\xa7\x34\xfb\x4b\x4e\xc3\x9c\x8d\ -\x4e\xda\x0f\xcc\x9d\x6e\xd2\xa7\xc6\x91\x08\x1f\xe7\x97\x18\x02\ -\xd8\x69\x24\xfe\xb9\x54\x6a\x43\x77\x9c\xc2\x72\xc6\x54\xfd\x48\ -\x69\x88\x82\x6e\xac\x17\x94\xa3\xb1\x3b\x25\xaf\xa2\xbc\x55\x17\ -\x5a\x29\xa4\x7b\x74\x40\x3f\x33\xf2\x3c\x76\x6b\xf5\x3a\xd9\x25\ -\x3c\xb5\x17\xfa\x0b\x9f\xcb\xc4\xde\x32\x4f\x24\xdd\xb7\x3a\x7d\ -\x17\x0f\xfd\xe3\x9b\xd3\x59\x16\x62\xd5\xfc\x47\x5e\x75\x1c\x09\ -\x1c\x95\x06\x46\x0a\x98\x3b\xca\xfa\xb3\x42\xd7\x62\x51\x61\x08\ -\x04\x55\xd2\x01\x92\x34\x01\xc0\x23\xf3\xc6\xbf\xe6\x1b\x18\x72\ -\xd2\xea\xc7\xd9\x50\x50\xcd\x43\xe4\x8b\x7e\x97\xdb\x79\x24\x16\ -\x09\xa1\x42\x7b\xce\x00\xe8\x98\x84\xe9\x1d\xe7\x79\x44\x0d\xf0\ -\x72\x7b\x74\xa7\xc5\x51\xd5\x81\x41\x14\x36\x7c\x73\x75\x64\x8e\ -\xd7\x7f\xd3\xc5\xdd\xf4\x09\xe2\x21\xb4\x58\xef\x26\x38\xa8\x47\ -\x2c\x0b\x84\x09\xc6\xc4\xa2\x7f\xe1\x6c\xfe\x8a\xc6\xb5\x53\xc4\ -\xa0\x23\xe4\x02\x07\x2d\x1d\xe0\xa4\xfc\xbd\x81\x52\x6d\xff\x44\ -\x08\x77\xfe\xf7\x31\x7c\x62\x0b\x1b\x4d\x70\x5c\x35\x83\xa9\xbd\ -\x92\x92\x8d\xc6\xf6\x4c\x18\xaa\x2b\x5c\xbf\x65\xed\xcf\x66\x05\ -\xca\xdd\xc0\x05\xf8\x38\x2f\x6e\x94\xaf\x1b\x63\xe6\xde\x90\x92\ -\xa9\x81\x18\x86\xe0\x46\xfd\x55\xb0\x60\xcc\x8b\xfe\x4c\x28\x28\ -\xbe\x4e\xa1\xfd\x2b\x40\x58\x40\x91\x7c\xcd\xb8\xb9\x05\xcb\x41\ -\xe5\xae\x67\x6a\x32\x31\x92\xd2\x4b\x43\xe0\xe1\xd4\xfa\xe9\xd1\ -\xb0\x4a\xee\x21\x75\xfd\x94\x48\x9f\x0f\xc7\xde\x9e\x00\x63\x58\ -\xbd\xc4\xf9\x19\x4a\x4e\xc5\x3a\xbd\x3b\x8b\x7a\xd8\x8c\x1d\xa4\ -\xad\x91\xf3\x1e\xab\xae\xa7\xf5\x4e\x56\xd7\xd3\xda\x38\xd6\xc0\ -\xf0\x75\x34\x45\xba\x7e\x25\x72\xd4\xf6\xda\x41\xa3\x0a\x1c\xa4\ -\xe8\x20\xe5\x34\x36\x03\x4e\xb9\x9a\x45\xc4\x1a\xf5\x75\xbc\x39\ -\xf0\xc5\x67\xc1\xd2\x35\x60\xc8\x9d\xb6\x1c\x3a\xed\x9c\x5a\x47\ -\xd6\x25\xa6\x89\x13\x94\x67\x2c\x02\x90\xf1\x1e\xab\x4c\xda\x4a\ -\x4c\x8e\x8c\x17\x06\x19\x37\x77\xcc\x68\xf6\x08\x12\x64\x24\xcd\ -\xa4\x53\xf3\x2f\x37\x8f\xea\xc0\x60\x77\x11\xb7\x73\x1c\x13\x1c\ -\x20\x8f\x34\x81\x6c\xb4\xea\xbf\x53\x56\x7d\x00\x0f\xb0\x1f\x18\ -\xa4\xb9\x26\xee\x03\xef\x17\xcc\x03\x19\xec\x37\x65\x58\xde\xd4\ -\x0f\xc8\x18\xba\x49\x85\xc2\xaa\x53\x03\x5c\x57\xa1\x2d\xf8\x81\ -\x63\xfa\x97\x38\x8a\x17\x10\x19\x6f\x99\x75\x83\xfc\x0c\xfd\x70\ -\x7e\xf9\x13\xc5\xf3\x00\x7d\x20\x8f\x1d\x88\x8b\x01\x96\xe7\xaa\ -\x48\x17\x42\x7b\x96\xc9\xfa\xfd\xa8\x47\xbe\x0b\x5c\xa1\x1e\xe0\ -\x98\x76\xdd\xfe\x33\x60\x05\x0d\x8d\x41\xe0\x63\xd9\x4f\x31\xd9\ -\x6a\x8d\x0c\xc1\x62\x5d\xdc\x89\xe6\xf4\xe2\xe2\xf9\x64\x36\xca\ -\x30\x17\x31\xb2\x67\x4c\x60\x39\x1e\x45\x40\xaa\x62\xb8\x9d\x22\ -\x39\x2c\x64\x38\x83\x0f\x9d\x12\xf8\xfb\xe8\xf3\x8f\x11\xa8\xd3\ -\x34\x45\x9b\x49\xe5\x81\x43\xe4\x43\x79\xbe\x41\x0d\xf5\xd5\xd7\ -\x32\x62\xec\x1d\xc2\x76\x58\xb0\xf8\x37\x44\x7a\x11\x0a\x6a\x02\ -\x51\x14\x82\xc5\x0f\x20\x91\xfe\x7e\x01\xf8\xe5\x62\x9b\x49\x68\ -\x6d\x4a\x1e\xbc\xcc\xac\x94\x20\xb0\x5c\x12\xe4\x1c\xa9\x8a\x87\ -\x21\x43\x64\x75\x3d\xf0\xd1\x6c\x33\xa2\x40\x4d\x98\xd3\x08\x61\ -\xc5\xe1\xd6\x8b\x66\x30\x23\x96\x35\x94\x5b\x3d\x30\x2b\x77\xb4\ -\xcc\x32\x24\x02\xb6\x9c\x13\xa7\xb6\x02\x9a\x5d\x35\xa8\xd6\x64\ -\x59\xef\xc8\xf0\x68\x58\xaf\x60\xb1\xe0\xc5\x28\x24\x1c\xf5\xc2\ -\x8a\x3a\xa2\xb4\x22\xc9\x53\xe5\x23\x57\x89\x10\xd8\x9e\x6f\xa5\ -\x61\xd4\x46\x64\x3d\xff\x34\x8d\xd7\x7e\xc9\x7d\x96\xe6\x98\xfc\ -\xd0\x4f\x88\xec\x7d\x7f\x7d\x84\x41\x3e\x29\x2e\x55\x3a\x93\x87\ -\x4a\x9b\xe4\x9a\x34\x6b\x89\x64\xc1\x5a\x14\x01\xb8\x0e\x4a\x3c\ -\xf2\x8f\x55\xb9\x79\xa8\xe9\xb8\x7f\xd8\xef\xff\xd8\xd4\x07\x03\ -\xb9\xa9\xae\x78\x9f\xf5\x01\xf7\xbb\x77\x03\x01\x66\x00\x1a\xdc\ -\xf2\xea\x3c\xf3\x68\x44\x4e\x8e\xae\xcf\x47\x96\x7e\x16\x84\xc9\ -\x2f\x0f\xa5\x05\xc1\x27\x9e\x9f\xa6\x91\x40\x31\x6b\x91\xc5\xc0\ -\x43\x9a\x79\x04\x58\x36\x8e\xaf\x7f\x31\xc3\x1c\x40\x4e\xb4\x3f\ -\x0a\x2b\xb2\xec\x28\x9b\x84\xb9\xb0\xdb\x98\x02\x08\x00\xbf\xcf\ -\x27\x8a\xac\xb1\x87\xb6\x12\x82\xd8\x85\x20\x95\x7e\x59\x34\x90\ -\xcb\x74\x50\xe4\xda\x50\x81\x8c\x4d\x00\x68\x39\x2e\x44\x33\xe8\ -\x64\xbe\xc4\x1e\x07\xc6\xb0\x7e\x76\x49\x2d\xfc\xf0\x27\x15\x7d\ -\xa8\x79\x80\x14\x4f\x0f\xe1\xa9\xc5\x78\x7c\x1f\x99\x61\x02\x81\ -\xa0\x9d\x39\x65\xd2\x52\x7f\xc7\x42\xc9\xe2\x31\x32\xdc\xc0\xce\ -\xc4\x11\x97\xbb\x67\x10\x65\xb1\xe0\xba\x4c\xcd\x83\xe3\xe5\x1a\ -\x8f\x1f\x10\x59\xf0\x63\xcf\x6b\x99\x56\xc4\x91\x7a\x34\xd3\x04\ -\x82\xa9\x7a\x07\x66\xb3\xbd\x4f\x6a\x8d\x4e\x5f\xb4\x21\x91\x67\ -\xc5\x45\x88\x30\x22\xab\xc5\x13\x9b\x96\x73\x34\x8c\xfe\xec\x7b\ -\x45\x41\xbb\x01\x0f\x7f\x80\x70\xda\x45\xba\xe9\xd3\x40\xb3\xa4\ -\x08\xa8\x53\x50\xfc\x4c\x90\xcc\x65\x11\xde\xd0\xec\x70\x59\x73\ -\x79\xe3\x66\x66\x61\x99\x52\x2c\x4f\x8b\xe2\x10\xf1\x29\x98\xbb\ -\xaa\x9a\x06\x49\x96\x45\x78\xe8\x9a\x25\xd0\x7b\xf8\x57\x56\xea\ -\x14\x23\x42\xc5\x03\x8b\x51\xc3\xe6\x23\x2b\xed\x34\x5d\x38\xa9\ -\x9f\x92\x67\x87\xdd\x91\x68\x7b\x1b\x10\x80\x58\x43\x97\x3d\xea\ -\xe4\x03\x6c\x99\x64\xa4\x05\x15\xfb\x33\x1a\x30\xe7\x84\xe7\xf9\ -\x6f\xcb\x2f\x63\x66\x3d\x43\xc8\x29\x50\x8f\xad\xfb\x42\xff\x66\ -\x3c\x62\x27\xde\x80\xc6\x74\xaf\xdc\xec\xdb\xed\x79\x3c\xbe\x3f\ -\x10\xd5\x2f\x4a\xa8\x69\xba\xd8\xa9\x68\x41\x15\xa5\xd2\xd4\x09\ -\x7c\xd6\x7f\x63\x42\xac\x6b\xda\xdc\x20\x7d\xf2\x00\x9f\xd0\xf0\ -\xc9\xaa\xb4\xc9\x65\x39\x9b\xa9\x85\x8d\x00\x7a\xe0\x43\x17\xd8\ -\xa7\x66\x66\x78\xc0\x0f\x2c\xcb\x53\x74\xe3\x21\x01\x6d\x58\xbd\ -\x38\x05\xfe\xd5\x9d\xe9\x91\x0b\xd0\xcf\x51\xf2\x7c\x22\xd3\x65\ -\x79\x23\xee\xfb\xec\x79\xd2\xae\x3b\x75\x86\xa5\x89\x40\xce\x48\ -\x9e\xa2\x2b\x0f\x18\xcd\xb3\x2f\xf1\x9c\xaa\x54\x83\x80\xda\xa8\ -\xa2\x6b\x9c\x58\xe0\x59\x9f\x46\x1d\xf4\xfa\xca\xe9\x58\xbf\x4f\ -\x09\xc7\x75\xa3\x0b\x6f\x04\x34\xfc\xb4\x99\x56\x89\x30\x8c\x91\ -\x86\x63\x24\x43\x19\x31\x9a\xdd\x02\x8c\xe5\xb3\x2b\x16\xf5\x6e\ -\xa4\x12\x8d\x3d\xeb\x9e\xe1\x67\xc5\x04\x49\xb3\xd6\x6c\xef\x5b\ -\xdc\x4f\xa7\xfd\xdb\xe7\x0e\x23\x26\x57\x82\x0b\x04\x67\x9c\x37\ -\xe2\x39\x4a\xa4\xb5\xc3\x67\x89\x85\x1c\x17\x8d\xbd\xb8\x01\x15\ -\xc1\x63\xf4\x3d\xa5\xeb\xda\x9d\x67\x7b\x96\x48\x3d\x04\x78\x29\ -\xc0\x84\x35\x24\x9b\x9c\xee\xbc\x62\xa2\x95\xcf\xb9\xfe\x5d\xd1\ -\x01\xd7\xb8\x1b\xfb\x39\x0f\xae\x00\xa1\x11\x11\xfe\x84\xd6\x5a\ -\xdf\xfb\x07\x7e\xcd\x7f\xd5\x9d\x59\x17\x00\x8e\x16\x43\xa2\xc0\ -\x4e\x9e\x19\x24\x03\x1e\x79\xac\x56\x7d\x1a\xd0\xbe\x7c\xbf\xaf\ -\x65\x39\xa2\x96\xb3\x1b\x4c\x27\x68\x56\xec\xbf\xcf\x7f\xf5\xbe\ -\xb3\x09\xa6\x06\xb3\xeb\xfd\x30\xc6\x80\x8f\xd5\x92\x04\x69\xc0\ -\x34\x70\x46\x0c\xc8\x03\x0b\xdc\xe2\x43\x30\x19\x5e\x4c\x00\x44\ -\x3f\x76\xbf\x68\x7c\xcc\x9f\x3f\x7f\x40\x60\xc1\x9f\x3f\x7f\x54\ -\x63\x55\xa7\x4c\xe2\x1f\x5e\xd8\x69\xdf\xcd\x0c\xc2\x6d\x8d\xb6\ -\x6e\x17\xb9\x4f\x3e\x5c\xbc\x1e\x48\x92\x67\x48\x79\xf1\xb1\x0b\ -\xb2\x2d\x13\x9e\xb1\xeb\x39\x58\x4a\x86\x4e\x71\x11\x31\x1d\x06\ -\x1f\x7a\x27\x6e\xf6\xe2\x89\x4a\xe5\x45\xc1\x8b\x9b\x83\xdf\xbf\ -\x41\x21\x5b\xf6\x0f\xfa\xd4\x01\x0e\x51\xa0\x08\x1e\xb4\x95\xbb\ -\x00\xb3\x23\x4d\xa3\x69\xa5\x0a\x52\x52\xdc\x4c\x92\x23\x3a\x8c\ -\x81\x89\x57\x64\x5e\x84\x42\xe3\x02\xc5\xc3\xdf\xc5\xd0\x27\xb5\ -\x46\xda\x64\x50\x98\x54\xa8\x8c\x65\x2a\x49\x04\x38\x0c\x11\x87\ -\x73\x52\xd1\x52\xcd\x11\xaf\xeb\x87\x88\x82\xa9\x53\x4d\x4b\x82\ -\x77\x2d\xf9\x77\x0c\xab\xe7\x32\x6c\xfa\xa4\x1d\x35\x6d\x2e\x78\ -\x68\x49\xde\xae\x75\xaa\x74\x25\x0f\x23\xa6\xa2\x41\xd8\x22\x03\ -\x60\xa0\x7a\x3b\xd4\x43\xc0\xca\x29\x1f\xcd\xef\x60\x73\x9b\x19\ -\x15\x97\x2c\x10\xf2\xa0\x11\xe3\xc7\x3f\x7a\xc0\x10\xbe\x4e\x8c\ -\xe2\x92\x42\xb6\x83\x13\x8e\x67\x91\xc1\xaa\x74\xd5\xc9\x48\x15\ -\x96\x57\xdb\x78\x3b\xf4\x7f\x4c\x1c\xeb\x5c\x7d\x6f\xc0\xc0\x52\ -\x2e\x46\xe9\x22\x52\x44\x6d\x39\x3d\x8c\x4a\xe5\x2c\x05\x8e\x8e\ -\xec\x37\x77\x33\xf0\x68\x02\x2c\x06\x05\x2f\x46\x0f\x56\xb4\x90\ -\x59\xb8\xde\xec\xfa\xa3\x90\x03\xa7\x92\x9c\x02\x70\x75\x2a\x65\ -\xa3\x52\x8c\xc3\x48\x23\xb2\xf4\x60\xa4\xbd\x7c\x20\xee\x18\x64\ -\x5a\x2f\xf8\x3c\x98\x51\x84\x42\xab\x06\x00\xf0\x33\x06\xb0\x35\ -\x5e\x31\x96\x37\xab\x6a\xde\xec\xa0\x4f\xa7\xb0\xfc\xf9\x9a\x61\ -\x95\x94\x41\x11\x31\x5f\x06\x3a\x26\xaa\x88\x49\xb1\xa0\x12\xe0\ -\x8b\x80\xc7\x84\x21\x0a\x16\x8b\x14\x88\x1c\x28\x48\x61\xff\x31\ -\x6d\x44\x2d\xb9\xc0\x28\x26\x08\x69\xbb\x2c\x58\x28\x65\xb2\x17\ -\x7c\x6e\x02\xd1\xcf\x80\x3e\x49\xed\xf3\x0d\x0f\xec\x25\xda\x69\ -\xc8\xd4\x74\xa7\xcc\x00\x77\x23\x9c\xf7\xc9\x44\x7b\x5f\x02\xa5\ -\x51\xf0\x98\x8f\x95\x20\xd3\x4d\xa7\x69\x1a\x56\x2c\xd4\x36\x67\ -\x34\x70\xa1\xa7\xe3\xa6\xe7\x0c\xa7\x2f\xd7\x52\x31\x6e\x86\x3e\ -\xd0\xa6\x59\xed\xde\xd9\xc5\xe8\x78\xe6\xb2\xec\xae\x7a\x6f\xd3\ -\x2e\xb5\xe4\xa6\x4e\x05\x2c\x36\xea\xb7\x33\x47\xb6\xe7\xb1\x3f\ -\x57\xb9\xd0\x9e\x08\x8a\xad\x7c\x79\xfd\xcc\x0c\xc3\x9b\x8d\x4d\ -\x5f\x49\xa0\x45\xa0\x3f\x2f\x09\x33\x11\x8a\xcf\x05\x20\x5d\xeb\ -\xc4\xcc\x65\x54\xf3\x2d\x85\x4e\x78\x3a\x20\x5e\x69\x41\xfb\x7a\ -\x29\xd3\xa5\xde\xfc\xca\xa1\x23\x8e\xe7\x2a\xdd\xae\x3a\x01\x02\ -\x6c\xd9\x9c\x3a\x79\x72\x16\x0e\x1d\x34\xc3\xb3\x0e\x18\x05\x58\ -\x93\x92\xfb\xd5\x4d\x55\x7c\xef\xe7\x64\xc7\xee\x7f\xcf\x04\x65\ -\x6d\x74\x76\x9e\x09\x95\x9f\xd6\xf5\x24\x92\xe7\x43\xc4\x0f\xe0\ -\x66\xaa\x82\xcd\x49\x6d\x9f\xfa\x73\x09\x3e\x7f\xfb\x1c\xba\xcb\ -\xe2\xbb\x13\xec\x2d\x4e\xe4\xcc\xc7\x1b\xdb\xfb\xbb\x51\xb7\x8a\ -\x61\x08\xae\xa2\x4f\xca\xf3\x2b\xa8\xfc\x88\xc5\xf9\x97\x2e\x84\ -\x77\xb9\xdc\xec\xf9\x59\xde\xe4\x13\x7b\x83\x9f\x32\x8f\xf3\xf9\ -\x0d\x9c\xf1\x5c\xf3\xfd\x2e\xab\xdb\xca\xcf\x08\xa7\xe8\x04\xa2\ -\x05\xa5\xfc\xac\xae\x39\xd3\x9f\x95\xc6\x20\x58\x8c\xad\x64\x97\ -\x49\x1c\xe7\x5e\xae\xf3\xaa\x07\xdb\x29\x9b\xf9\x57\xfa\x4c\x08\ -\x54\xef\x3f\xd0\x1d\x2b\x09\x7e\x24\x9b\xda\xa8\xaf\x64\x35\xa0\ -\x29\x80\x70\x7c\x67\x64\xb8\x6b\x6f\xd5\x8c\x8a\xa8\x79\x5e\x11\ -\xbc\x9e\xdf\x0f\x09\x78\xd1\x45\xeb\x46\x45\xe7\x97\xe6\x74\x6c\ -\xa0\x83\x31\x37\xea\x14\x99\x93\xb9\xe3\x76\xfb\xca\x4c\xb2\x58\ -\x1b\xcb\x05\x9b\xa7\x60\x1f\x82\x6e\x53\x83\x65\xc1\x0a\x69\x41\ -\x38\xd2\x99\xbf\xea\x3e\x38\xbf\xb6\x1e\x92\xf9\xc5\xe6\xba\xc2\ -\x10\x45\x9a\xfb\xc9\x6b\x31\x20\x5d\x03\xb5\x2d\xdc\x3a\x45\xba\ -\x09\xfe\x23\x63\xc8\x0b\xd1\x6d\xe4\xfc\x37\x95\x08\x15\x91\x23\ -\x96\x8d\x9b\xc1\x69\x3b\x8a\x59\xc3\x92\xa5\xe9\x50\xdc\xa9\x2e\ -\x38\xe7\x38\x34\x2d\xdb\x38\xa6\xfa\xdf\x0b\x2d\xa1\x16\xd2\xd8\ -\x39\xa3\xf8\x72\x21\xbe\x69\xbb\x08\x70\xcb\x94\x38\xb3\x25\x6e\ -\x87\xde\x18\x3f\xad\x51\x85\x32\xd1\xd0\xc2\xd6\x2f\x45\xb3\xa5\ -\x6e\x1c\x5a\xb0\x83\x1e\x9a\x3e\x0c\xb1\x4c\xca\xe8\x4e\x1f\xf4\ -\xf7\x39\xe5\xe7\xd0\xda\x70\xa1\x0b\xd1\x61\x69\xba\x89\x6c\xe5\ -\xfc\xfb\x2e\x9c\x1f\x5b\xbe\x57\xa2\x91\x55\xc4\x79\xe3\xe7\xd7\ -\xe7\x77\xd3\xa9\xed\xc5\xfc\x69\x58\xb1\xca\xa1\xd5\x69\x37\x9d\ -\x9b\x3e\x62\xfd\x44\xa0\x2e\x08\x30\x3c\x30\x68\xc2\x0f\x8d\xc8\ -\xb3\xd2\x74\x78\x13\x52\x56\xb7\x23\xcb\x92\xd0\xa9\x9a\xae\xad\ -\x31\x28\x33\xe1\x36\x21\xa6\x37\x30\x95\x22\x75\x05\x58\x9c\xde\ -\x21\x15\xc8\x58\xad\x71\xda\xed\x52\x6b\x11\xe8\xb4\xad\x5b\xf1\ -\x2d\x22\xd1\xf8\x01\xf4\x4c\x14\x8f\x84\x98\x9c\x13\xcb\x9b\xde\ -\xee\x6e\xe1\x8c\x97\xfd\xb2\x7f\x96\x52\x5c\x3b\xcd\x94\x76\x33\ -\xef\x00\x64\x10\xa6\xcc\x2e\xaa\x60\x53\x71\xbe\xc4\x37\x47\x25\ -\x2b\xc0\x33\x80\x74\x1d\xce\x4d\x9d\x72\x74\x5a\x50\x63\xcd\x11\ -\x72\xcd\x50\x71\xf2\x8a\x1c\x33\xb7\xfd\x34\x5a\x18\xc4\xa5\xfc\ -\xc7\x51\x26\xa3\xd0\x7a\xe8\xa6\x5e\x2d\x34\xb2\x50\xbe\xd3\x3d\ -\x71\x2b\xdf\xa0\x53\x9b\x60\x1c\x67\x63\x6f\x78\xb0\x03\x24\x92\ -\xda\x1e\x9f\xbc\x56\x77\xc3\xb8\x77\xa4\x36\x27\xab\x38\xa6\xc5\ -\x7c\x2e\xce\xa4\x6c\x40\xf2\x75\x05\x22\x8b\xfc\x4a\xe9\x44\x4c\ -\x2a\x1a\x49\x06\xa5\x24\xaa\x2b\x40\x33\x0d\x6a\xce\xb5\x07\x3a\ -\x79\xc2\x1a\xc0\xca\x49\xf1\xf3\x73\xce\xb5\xbf\xa8\xd3\x18\x6e\ -\x54\x38\x8c\xf0\x54\x05\x24\xf8\x5f\xe9\x1a\x6b\xb1\xe1\xb6\x4a\ -\xb0\xdd\xa3\x7d\xcf\x51\x89\x99\xa0\x83\x42\xf5\x4e\x3d\x76\xbb\ -\x67\x6f\xc4\x25\x28\xe6\x20\x03\x48\x7c\x8d\x93\xd2\x16\xad\x40\ -\x74\x33\xa7\x09\x53\x69\xaf\xee\xc4\xba\x53\x57\x6d\xca\x9f\x53\ -\xef\x61\xfa\x4e\x8a\x33\xe7\xad\xe9\xdb\xc5\x3a\xba\xc6\x3c\xf8\ -\x37\x1d\xe2\xb0\xe8\x57\x9a\xe6\x71\x8f\x84\xd0\x22\xa5\x35\xb0\ -\xe4\xba\xce\xdd\xb1\x58\x58\x4f\x0d\x01\x9d\x7a\xc5\x6b\xcb\x09\ -\x9a\x3a\x0b\xfa\x6a\x65\x3f\x08\xed\x79\x72\x3c\x57\xcd\x5c\xf2\ -\xa6\xd5\x5d\xfb\x16\x20\x83\xed\x4f\x8e\x1a\x07\x4a\xe4\x02\x98\ -\x2e\x25\x41\xa3\x73\x8d\x7a\x8e\x11\x5e\xec\xf8\x6b\x44\x89\xd3\ -\xd7\x8e\x4c\x37\x32\x34\x9f\xf1\x6b\xd3\xf4\x06\x8a\xf0\x1b\x15\ -\xd8\xce\x9b\xb5\x4e\x93\x8c\xe6\x80\xdc\x1a\xef\xcd\x15\x15\xba\ -\xa6\x1e\x02\xa0\x20\x40\x5c\xdb\x24\xb2\x9a\x10\xec\xcd\x07\xbe\ -\x36\x5c\xaf\x7a\xd1\x2b\x50\x73\x07\x13\xbb\x6e\xe9\xb1\xc9\x33\ -\x87\xce\xb7\x9b\xd6\xa0\x9d\x5d\x72\xb8\xd3\x69\x2e\x5e\xae\xd1\ -\x6a\x04\xe2\xad\x35\xb9\xe6\x5d\xc0\x32\xa5\xb0\x51\x34\xfd\x5f\ -\xf4\xfd\x26\xd8\x9c\x12\x2b\x45\x55\x7f\xc9\x6c\x03\x98\xfd\xf3\ -\x9e\x34\x5a\x8e\x5e\x05\xcc\xc3\xba\x6f\xab\x3f\x6b\xa3\x03\x65\ -\x1f\xde\x62\x12\xd4\xb9\x14\x0a\x08\x55\x24\x13\x2c\x61\x6c\x07\ -\x52\xb3\xdb\x38\xc0\xf1\x0a\x48\x77\x3b\xff\x05\x42\x33\x06\x1b\ -\x18\xcb\x88\xc3\x54\xcd\xdd\x41\x11\x3c\xa8\x1d\x23\xea\x64\x1e\ -\x07\x12\x7a\x58\xad\xa2\x2e\xb0\x37\x2d\xbb\x2f\x77\xc9\x3c\xda\ -\xb9\xbd\x88\x08\xc8\x9e\x54\xbd\x15\x33\x41\x69\x43\xb5\xdc\x95\ -\x9e\xf5\xce\xfc\x98\x08\x11\xbf\xea\x76\x94\x02\x41\x1e\x03\x6a\ -\x07\x9c\xd2\x43\xaa\x13\x97\xb8\xc8\x8f\x7b\x70\x2e\x60\x31\x2b\ -\xc0\xef\x81\x8b\x31\x45\xa2\x1e\xd2\x2b\x42\xc5\x7d\x90\xda\xf4\ -\xe5\x55\x08\x57\x3a\xd3\xe6\x46\x63\xef\xa5\x86\xb4\xee\xc0\xcc\ -\xbe\x90\xeb\x04\x8f\x2e\xf9\x09\xbe\x10\x6e\xcd\xaf\xd3\xff\x18\ -\x9e\x12\x12\x4b\xe5\xe0\x1d\x87\x5b\x94\x14\xeb\xe9\xea\xfa\x15\ -\xce\x45\x7b\x76\xd2\xf6\xbf\x95\x9a\x49\x9d\xe2\x02\xcf\xf5\x75\ -\xed\x13\xad\x8a\x5a\x11\x11\xcc\x31\xee\xd3\x46\xff\x5c\x71\xbb\ -\x68\xa9\x86\x3b\xeb\xfa\x7c\x4d\x75\x7f\xd5\x84\x50\x29\x5c\xab\ -\x96\xa1\x70\xce\x03\x29\xc1\xd2\x80\x9d\x79\x39\xdd\x26\x55\xda\ -\x65\x56\x47\xfc\x37\x64\x8c\x60\xc2\x1c\xda\x90\xfb\x73\xca\xc3\ -\x51\xda\x3a\xc3\x8d\x8e\x49\x94\xee\x52\xd9\xac\x78\xce\x18\x6d\ -\x07\xfe\x1b\x9f\x96\xf8\x3f\x00\x00\x20\x00\x49\x44\x41\x54\x70\ -\xb2\xca\xda\xf5\x26\x6b\x5c\x1b\xb0\x74\x3e\xc3\x43\x73\x02\x17\ -\x97\xce\x08\x04\x46\x8a\xb5\xf6\x2d\x06\xe1\x7d\x62\x61\x94\x3b\ -\xbb\x40\xd0\x28\x8b\x28\x70\xd8\x07\x33\x2c\xb5\x96\xf6\x48\x85\ -\xc8\x59\x61\xa3\xe4\x56\x17\xb9\xa8\x54\xca\x74\x86\x4b\xbe\x91\ -\x58\x96\xd1\xb8\x6a\x20\x84\x95\xfe\xd0\x9c\xb0\x28\x4d\x00\x04\ -\xba\xb3\x61\x9e\x8b\x75\x4a\x4b\x50\x06\x56\x69\x23\x5e\xf1\x12\ -\x29\x66\x06\x38\x1a\x50\x90\x42\x7d\x56\x7f\xb5\x97\x06\x50\x7f\ -\xd6\x02\x28\x5f\xe3\xfb\x96\x99\x2f\x06\x13\x90\x74\x60\x29\xd3\ -\x5d\x38\xb9\xfc\x4e\xf5\x00\xa7\x90\x86\x1e\x52\x9a\x21\xce\x0d\ -\xcc\x68\x21\xba\xbb\x15\x74\x89\x19\xaf\x85\x89\x4e\x3b\x29\x44\ -\xd1\xe1\x2e\xd9\x50\xf7\xfc\x7d\xa3\x35\x8e\x7c\x41\x6d\xe5\x0c\ -\xa7\x46\x68\x13\xbc\x0c\xb5\xc4\x46\xbb\x09\xc0\xc2\xa7\x9d\x31\ -\xcd\xd6\x3f\x07\xa2\x12\x71\x8a\xe9\x10\xc6\xd9\x93\x8d\xcc\x2b\ -\xb0\x79\xb3\x55\xde\x9f\xa5\x8c\xc8\xb6\xd3\x73\xa7\xb3\x32\x52\ -\x7f\x7c\xdf\x6f\x14\x45\xdb\xea\xf7\xa5\x8b\x1e\x01\xfb\x79\x88\ -\xda\x88\xcc\x30\xdd\xa0\xd6\x8e\x63\x29\x42\x4f\x1b\x75\x0a\x94\ -\x1e\xb6\xaf\x7b\x9b\x54\xe2\x0b\x28\x16\x24\xb4\x6b\xb1\xeb\x14\ -\x85\xb4\x8a\xaf\xba\x69\xb1\x86\x39\x0c\xb1\x6a\xe6\x67\x29\x0e\ -\x9d\x46\x5b\x35\xd4\x50\x68\xb7\xc0\x02\x38\x30\xe9\x10\xb0\x07\ -\x93\x9a\xe6\xc6\xdd\x1c\x05\xca\x84\x8e\x82\xd6\xad\xee\x80\xcf\ -\xa6\xa5\xea\xf7\x17\xbe\xd6\x36\x74\xcd\x56\x7b\x6b\x10\xde\xb4\ -\xf7\x2d\x5b\x0e\xa4\x64\xfe\x74\x1d\xe9\xdd\x48\x07\xca\x04\xf6\ -\x7d\xf2\x25\x72\x77\xc4\x15\xcf\x98\x2a\xf5\x13\xc7\xf9\xb9\xca\ -\x3e\x2f\x79\x80\x50\x18\x40\xfe\x14\x19\xa3\xf0\x8e\x09\xfd\x0b\ -\xa0\xf8\x06\xc9\xf7\x3c\x28\x79\x0d\xbb\xf5\xc6\x7d\x60\xd9\xab\ -\xc2\xe6\x14\x1d\x96\x6c\x26\xd1\x80\x66\x44\x54\x7d\x0b\x90\xb2\ -\x3e\xdb\x41\xde\xca\x20\xca\xfa\x22\x41\x0d\x6c\x1a\x59\x69\x35\ -\x5e\x68\x63\xd7\x5e\xbf\x95\x89\xa9\xd1\xa0\x21\xb2\x70\xf5\xac\ -\x58\x98\xc0\x37\x7e\x31\xb6\x15\xcc\x28\x8e\x5e\xfb\x97\xe8\x9c\ -\x92\x13\x76\x5b\x7b\x31\x05\x03\x63\x48\xaf\xca\x4e\xc3\x92\x2b\ -\x2b\x61\x44\xe2\x14\x33\x01\x65\x24\xbc\xad\x6b\x7d\xaf\x58\x98\ -\x31\x05\x74\x61\x89\x5e\xe2\xf6\xcf\xdc\x6d\xb1\x9d\xe6\x97\x88\ -\xf5\x38\x11\x0f\xe8\x17\x0f\xbf\x8c\x42\x29\x9c\xc8\x9c\x1b\xbd\ -\x34\xb3\x0a\x67\xbb\xa0\x33\xdb\xc9\x84\x85\xa6\x3d\x40\x01\x80\ -\x25\x9b\x43\x8c\x9c\xdd\x2d\x86\x07\x9e\x6d\xa0\xb4\x9c\x14\x2b\ -\x1c\xe4\xc5\xbd\x26\x0e\x46\xfc\xee\x58\x45\x72\x69\x4a\xb0\x3a\ -\x89\xf5\x49\x96\x06\xdb\x21\x20\xf7\xc5\x8a\xce\x85\x65\x4c\x93\ -\x8a\x8a\x96\x40\x0f\x48\xad\x42\xfa\xeb\xeb\xc7\x14\xce\xb9\x56\ -\xa7\x7d\x0e\xcb\xd3\xbc\xf1\x8a\x24\xa5\x3d\x67\x99\x28\x01\x46\ -\x02\x77\x52\xd5\xce\x7c\x01\x9d\x9e\xec\xa3\xe2\xbb\xe3\x52\x70\ -\x9a\x6d\xea\x92\x14\xc7\xfb\xe1\x7d\xdb\x8c\xfd\x77\x4f\xd3\x45\ -\xbd\x6c\x8a\xa0\xb7\xde\xa6\x21\xf5\x73\x5e\x7f\x31\x5f\x98\x47\ -\xb6\xdb\xfe\x32\x13\x59\x29\x08\x29\x66\x36\x94\x04\x95\x53\xed\ -\xa4\x2b\x1d\xb5\x4e\xc7\x4e\x94\xcf\x26\x4c\x85\xaa\x1b\x0d\x34\ -\xce\xd3\x62\xdf\x5f\xdf\x20\xd3\x51\xe1\xa1\x3b\x74\x27\xa9\xb1\ -\xec\x3d\x0f\xba\x3c\x73\x2e\x85\x30\x41\xb5\xba\xce\xc2\xcb\x27\ -\x39\xd8\x9c\xc9\x82\x1a\x28\xb9\x96\xbc\xc8\x25\xb7\xb8\x77\x3a\ -\x80\x74\x8b\x70\x2f\x40\x7d\x72\x42\xd7\x62\xe9\xdd\xb5\xe7\x46\ -\x5f\x42\x98\x90\x57\x7d\xb1\xa3\x2f\xa6\x17\xed\xcd\x3b\x85\x4f\ -\xcc\x95\xa9\xd0\xec\xda\xda\x20\x3c\x5e\x0d\xb7\x86\x9e\xe0\xb0\ -\x36\x6e\x53\xcc\x6d\xaa\x86\x27\x88\xa3\xb4\xad\xa4\x56\xfb\x73\ -\xcf\xc9\x6f\xda\xf5\x02\x77\x74\x1d\x6f\x53\xb8\xb8\x7c\x29\xcd\ -\x78\xf0\xd3\x26\x5c\xbd\x28\x65\xc8\x78\xbe\xd1\x19\x0c\x5b\xc0\ -\x70\xcd\xfb\xa8\xff\xff\xee\x5a\xd7\x1b\x10\x2e\x93\x65\x73\xdf\ -\xb4\x02\x87\x70\x02\xcb\x63\xca\xb3\xe3\x08\x3b\xa8\x6f\x48\x99\ -\x87\x55\xa9\xaf\xf5\xec\xf6\x62\xc1\xe6\xc0\x47\x06\xcd\xb7\xfd\ -\xed\xa1\xae\x0b\x7a\x76\x0f\x5b\xa0\x7d\x35\x41\x90\x92\xa1\xd2\ -\x9b\x2a\xf9\x8a\x70\x43\xa0\xee\x23\x0b\xe3\x2f\x9c\x0a\xf4\xbb\ -\x2d\x3e\x24\x6e\x53\x35\x28\x2c\x8b\xe6\x1c\x37\x28\x0d\x01\xbe\ -\x00\x7f\xbb\xe1\xc8\x7b\x71\x8d\xa5\x08\xaa\x76\xef\x23\x0a\xc8\ -\xfa\x2c\x16\x64\x00\xfc\x38\xee\x33\x6f\x2a\x86\x65\x5c\x41\x22\ -\xce\xae\xd3\x61\x3a\x6a\x87\x43\xff\xf7\xf2\xbc\xcf\x89\xe2\x2c\ -\x5a\x92\xfa\xa1\xf3\x65\x22\x91\x77\x9c\x07\xb9\xba\xf1\x86\xe6\ -\x90\xbe\x3b\xb4\xde\x4c\x9a\xb4\x18\x7e\x52\xaf\x58\x5f\xa7\x37\ -\x6a\x38\x4e\x20\xc4\xd8\x3c\x8a\xc5\x78\x50\x3d\x44\x71\x5d\x81\ -\x29\x31\xf0\xda\x8b\xf3\x51\xa7\x23\xde\x3f\x5e\x4c\x38\xe2\xce\ -\xe3\xbc\xc7\x6e\x77\xa0\x83\x00\xcc\x79\xc7\x3b\x9b\xa0\x7f\x26\ -\xf7\x75\x7f\xcb\x2f\xac\xee\x83\x3b\x63\x62\x37\x5f\xe2\xa0\x79\ -\xb7\x6b\x3f\xfe\x64\xb8\xd3\x6d\xa1\x50\x41\x11\xb3\x08\x3f\x5e\ -\xa3\xe5\xd9\xbd\x37\x84\x15\xc0\xab\xd4\xed\x6c\x6c\x9d\xb2\x8f\ -\x61\x7e\x54\x18\x4c\xc8\x17\xdd\xd9\x7e\xbe\x39\x95\xd6\x9e\xaf\ -\x70\x01\x6e\xce\x3c\xc6\x33\xef\x10\x0a\xd8\xf7\xf6\xfa\xfb\xbd\ -\x2e\x22\xc0\xcb\xcc\x6e\x0c\x88\x96\x9d\x6e\x67\xf4\xbc\x9c\x66\ -\x0d\xd3\x95\x3d\x7a\x1e\x07\x95\x09\xd2\x32\x1e\x03\x62\x06\x61\ -\x86\x4d\x09\xa1\x75\xac\x64\xfd\x00\x22\x7f\x71\xad\xce\x7a\x1f\ -\x2e\x31\x17\x40\x23\xeb\xaf\xed\x09\xe7\x67\x72\x32\xbc\xaa\xf9\ -\xc5\xd6\x0d\xda\x14\xdd\x6a\x24\xe6\xa8\x9d\x49\xc8\x2c\xde\x49\ -\x35\x56\xfb\x94\x49\x0d\x05\x66\x52\x03\x8b\x06\x01\xea\x9f\xf6\ -\x42\x46\x09\xb8\x6c\x4d\x95\x58\xd0\x5c\x7d\x38\x0c\x20\xb4\xf2\ -\x48\x5d\x0c\x30\x37\x6e\x6a\x41\xb9\xfd\x72\x6e\x23\xe3\x8a\xc6\ -\xf9\x01\xca\xb6\xa1\xd9\xdd\xea\x58\x1d\xf7\x62\xa8\x7a\x6f\xfe\ -\xfe\xcf\xfe\xa1\x2b\x9a\x53\x5d\xa9\x76\x0e\xad\xb0\x74\x8a\xc4\ -\x6b\x06\xd6\xed\x40\xbe\x67\x07\xbc\xf1\x30\xfb\xa6\x73\x86\xcf\ -\xea\x21\xcb\xdb\xc1\x74\xa3\x57\xb6\x0b\x21\x16\x6d\xa1\x95\x88\ -\x19\x40\xc0\x84\x47\x36\x1e\x34\x76\xfb\x78\xfc\x52\xb4\xec\xc8\ -\xa9\x6b\xd6\x76\x03\x81\xa4\xa8\x94\xa9\x93\x4d\xc6\x68\xa3\xa9\ -\x85\x4d\xbb\xaf\xd9\x81\xdf\x7a\xb5\x2c\xe6\x0f\x86\x4d\xd1\x89\ -\x41\x75\xa1\x5a\x7d\x0d\x21\x84\xb3\x8f\x9e\x1e\x23\xa7\x44\x38\ -\xcf\xdf\x47\x94\xa3\x7a\x72\x31\xe4\xb2\x8d\xaa\x68\x7d\x45\x99\ -\x18\x4e\xbe\xb9\x36\xa7\x16\xaa\xfd\xb1\x26\xc4\xcc\x42\x2a\x65\ -\xb0\x52\x32\xdd\xc9\xc8\x9f\xd5\x63\x05\xe2\xdc\x34\x86\xf2\xa8\ -\x5d\x00\x85\xbd\xf4\x3b\x5a\x9d\x19\x2d\xd2\x9c\xbf\xce\x66\x78\ -\xd9\x41\xdb\x3f\x84\xaa\x9b\xac\xa8\x65\xac\xe5\x83\xe6\x93\x48\ -\x99\x23\x77\x74\xd1\xda\xd4\x29\x1a\xdb\x67\x41\x50\x8b\x23\xcc\ -\x29\x3a\x73\xc9\x6f\xcb\x09\xed\xb2\x5c\x25\x3f\xfb\xb8\x80\x0b\ -\x75\xb8\x43\xa3\x88\xae\x39\x83\x19\x6f\x8d\xa0\x17\x99\x6c\x11\ -\x03\x48\x13\xfe\x4e\x46\xbe\x23\xbb\x39\x19\x18\xb6\xd6\xc4\x3c\ -\x54\x30\x98\x00\x80\xfd\x9e\x16\x49\x87\xa6\xb0\xd2\xc7\x4e\x99\ -\x7e\xff\xfd\xeb\x0c\xd2\xbc\x7c\x36\xf7\xd7\xdd\x5f\x7b\x7b\xfd\ -\xc0\xd6\x20\xfa\xc4\x4f\xa7\x26\x4e\x89\x96\x42\xc7\x4c\x6a\xaa\ -\x6c\xa1\xc3\x2f\xd6\xb9\x41\x43\xc5\xae\xfb\xf4\x8b\x6d\xbd\xc7\ -\x21\xec\xf6\xe7\x5c\x42\xa6\xeb\x3d\x09\xa6\x65\x68\x31\x18\xe1\ -\x9e\x2b\x57\xe6\x43\xa5\x52\x37\x7a\x36\x3a\x10\x51\x00\xcc\xad\ -\x39\x60\x80\x8c\xc8\xb8\x3c\x77\x24\x09\xdc\xa6\x37\xba\x19\xf3\ -\xd1\xd7\x63\x77\xd4\xab\xc6\x28\x3e\xd1\xb8\x17\x1e\x0e\xac\x3a\ -\x23\x45\xa7\xad\xda\x5c\x25\x55\x89\x8d\xe1\xe1\xf1\x22\x75\x12\ -\x9b\x0d\xb6\xae\xdf\xb1\xed\x17\xa2\x19\x20\x54\xff\x9c\x57\x82\ -\x72\x7c\x2f\xb8\xdf\x27\x0d\x70\x2d\x64\xf7\xa0\x54\x91\xf3\x3c\ -\xea\xc5\x67\xd9\x17\x66\xe3\xfd\x9d\x0a\x77\xb7\xd8\x0f\x93\x79\ -\x2b\xd0\x62\xdd\xda\x73\xf2\xec\xbc\xab\x8e\x88\xb3\xad\xd4\x7d\ -\x31\x5b\x08\x75\xb8\xb6\xd2\x69\x9a\xc3\xf0\x46\xed\xac\x7b\xb5\ -\x4f\x6f\xaf\x00\xa4\x15\xc8\xcc\x45\x23\x44\x1d\x05\xf9\x66\xcb\ -\x0e\x5f\x22\x3b\xb4\x8e\xfa\xb9\xee\xcd\x34\xcf\x40\xcb\xdc\x2a\ -\x0c\x1d\xac\xd3\x5a\xbe\x96\x4b\x7d\xe2\x7a\xcf\x02\x43\x24\xcb\ -\x4f\xc7\x6b\x61\x7f\xda\xf3\xcb\x9d\x26\x7b\x3d\x18\x77\xfa\xb0\ -\x9e\x25\x51\x63\x35\x8b\x73\xce\xe9\xac\xd3\x9e\xed\xef\x5b\x8e\ -\xd2\x16\x14\x1c\x8d\x5d\x3c\xcb\x5b\x56\x25\x07\x1d\x30\x6b\x8c\ -\x62\x58\xb2\x01\xd7\x1a\x5f\xc4\x17\x8a\x27\xc6\xdd\x0c\x32\x22\ -\x22\x49\x36\xd6\xd8\x5e\xa7\x51\xab\x35\x2f\x72\x9f\x2f\xf5\xb1\ -\x33\xd3\x2a\xe8\x5f\xeb\x24\x57\xd3\x06\x8b\x0c\x21\x4d\xae\xea\ -\xc4\xdb\xb5\xb6\x7b\x1f\x64\x1a\x0a\xbf\xa7\xe2\xbc\xc6\x04\x2f\ -\xd8\xcc\x55\x34\xcf\xec\x07\x16\xea\x9f\xf3\x86\xd6\x8d\xcb\x41\ -\xda\xda\x0b\xa2\x74\x0a\x29\x16\x93\xd7\x83\xe5\xf2\x50\xd4\x46\ -\xda\x10\x6f\x4a\xde\x30\x16\x94\xba\x8a\x25\x8f\xcc\x00\x5f\xe8\ -\x9c\xe3\x3d\x6f\x20\x98\x52\x80\x16\x99\x48\x17\x1b\x67\x47\x2b\ -\x05\xcf\xd4\x76\xd9\x28\x1e\x2e\x9c\x6d\x5f\x13\xe2\x5a\xfa\x52\ -\x04\xc1\x96\x95\xf2\xd6\xc8\x70\x68\x21\xd6\x45\x2f\x15\x81\xbf\ -\x17\x9f\x7d\xd7\xa8\xb8\xa8\x80\x09\xae\x74\xa9\x08\xe0\x45\x38\ -\x44\x8c\x7b\xe1\x97\x4d\xcd\x2a\xe4\x97\x44\xe9\xad\x69\x57\x07\ -\x45\xc2\x12\xe6\xae\xce\x2a\x1e\x2c\xa9\x85\xc2\xfd\x62\x0e\xb3\ -\x84\x99\x10\x13\x49\xa7\xab\xc5\x51\xe5\xf4\x3d\x15\x55\x99\x23\ -\x21\x18\x4a\xc8\x75\x70\x1b\xbc\xfb\xb7\xf5\x77\xe8\xf1\x5c\x9c\ -\x4f\x89\xc6\xb4\x03\x54\xf2\x32\x0a\xca\x5f\x3d\xc8\xe7\x1d\x49\ -\x79\xfb\xbb\x7d\xe3\x52\x0b\x2d\x1c\xcd\xfe\x15\x11\x41\x9e\x5f\ -\xfd\x7d\x9c\x76\xff\x22\x53\x47\xee\xac\xc6\x29\xc2\x02\xb8\x14\ -\x89\x56\x77\xb2\x42\xb3\xac\x4e\x85\x70\x47\x0c\xb1\xec\xa7\xd5\ -\xa2\x04\xc6\x81\x28\xf7\xe6\x8a\x9a\x83\x5d\xc8\x73\x2e\x5c\x7e\ -\x2c\x19\x73\x39\x19\x87\xc8\xe9\xd2\xf5\x7f\xa2\x53\xab\x4c\x3e\ -\xda\x54\xc4\xb3\x5c\x8a\x79\xce\x80\xbc\xcc\xce\xa0\xe0\x0e\x58\ -\x78\x23\xe8\x07\x3a\xbb\x50\x18\x7a\x40\x25\x01\x7d\xa5\x8a\xf6\ -\xfd\xec\x3f\x33\x6b\x77\xae\x94\x06\xd9\x51\x6c\x9d\x9c\xf8\x04\ -\x4d\xdf\x5b\x0a\xf2\x91\xc8\x5e\x17\xb5\xb8\x82\x06\x84\x15\x99\ -\x6c\x9c\x05\x74\xda\x91\x6b\x03\x56\x51\x4e\x77\x49\x35\x23\x99\ -\x76\x0e\x52\xa1\x43\x72\xd3\x56\x5c\xc6\x26\x85\x9e\x86\x9b\x20\ -\x9a\x9a\x4e\x09\x51\xea\x88\xf0\xa0\xd5\x28\x10\x63\xb4\x8d\x65\ -\xaf\x29\x68\xcc\xa6\x77\x14\x0e\xe3\x0c\x10\x01\x99\x10\xc0\x9a\ -\x53\x94\x73\x22\x0a\x30\x60\xbc\xf6\xae\x5c\x02\x8c\xdf\x80\x2e\ -\xa1\x3a\x8d\xe9\xe7\x07\x31\xc1\x6a\xf9\x43\x35\x0f\xa6\xaf\xc3\ -\x13\xd8\xf3\x92\x7a\x00\x0e\x7b\x86\xc8\x07\x08\x58\x69\x61\x49\ -\xbf\x55\xdd\x15\xd7\xc9\x3b\x72\xd9\xf3\x52\xc0\xad\x9e\xbf\x07\ -\xcf\x66\xe8\xf0\xd2\x74\xbc\xe9\x02\xdf\xa9\xf2\x15\x78\xec\xce\ -\x91\x3b\x45\x2a\xcd\x0c\x0c\x04\x2b\x14\xe1\x3c\x8f\x31\xb4\xa2\ -\xef\xcd\xe9\xf7\xec\x45\x5d\x53\xab\x69\x83\x4f\xea\xdb\x65\x22\ -\xd4\x82\x87\xd7\xd1\x58\x55\x0b\x69\x67\xcc\xe0\xc2\x33\xcf\xc8\ -\x5a\xc0\xeb\x73\x0b\x0a\xaa\xd3\x19\x19\x10\x8c\x92\xeb\x7f\x07\ -\x08\xc8\x94\xac\x88\xad\xe0\x54\xb6\x25\x07\xb0\x45\x04\xf1\x99\ -\x4b\xe8\x77\x29\x18\xca\xf5\x99\x0d\xdb\x8a\xc2\x59\xb4\x57\x1d\ -\xd0\xae\x07\xfa\x9a\xcd\x69\x13\xab\x5b\x3d\xd1\xad\xf1\xdf\x69\ -\xab\xfb\xe4\xa0\x67\xa9\xc9\x2b\xf5\x7b\xe2\x30\x17\xca\xb4\xe7\ -\x77\x3d\xa5\xde\x6d\xf4\x1a\x7c\x9e\xfa\xc5\x7e\x3f\x3b\x30\x1f\ -\x4c\x05\xe4\xc6\x18\x68\x4c\x84\xe3\x99\xe0\xb6\x27\xfe\xf6\x8f\ -\xe9\x99\xf8\xbc\x9d\x15\xac\x28\x36\xe3\xb1\xc7\x39\x80\xe3\x9b\ -\xe4\xe2\xa0\xcb\x89\x5a\xea\xa3\xe7\x7d\x5d\xe8\x89\x6e\x1c\xe3\ -\x4d\x9c\x82\xb3\xb9\x81\x23\xb3\x10\x30\xa6\xa8\x88\x16\x61\x24\ -\x15\xb8\xcb\xbd\x4e\xa2\x4d\x9d\x42\x5b\x2b\x23\x18\x7c\xe2\xca\ -\x2b\xf2\x59\x8f\x35\x81\xd0\xef\xaf\xe3\x61\x72\x33\xf1\xf1\xba\ -\xa0\xe6\x86\x25\x63\x47\xf3\xe3\x40\xe0\x30\x8b\x83\xa2\xa9\xe3\ -\x2d\x17\xae\x82\x87\x91\x57\x5b\x9c\x1e\x99\x97\xed\x9f\x01\xb0\ -\x18\x18\x1f\xcd\x48\xc3\x27\x1b\xab\x5a\x60\xe9\x8b\x53\x9b\x53\ -\xa6\xed\xb0\x7d\x09\xe3\x4a\xf4\x67\x0b\xe2\x1c\x64\xa1\xba\x9b\ -\xc9\x82\xd0\x51\x48\x05\x6d\x80\xa4\x19\x35\x2c\xe6\x0d\x1d\x05\ -\x98\x48\x4d\xac\x56\xf3\x1a\x1c\x01\x60\xcf\x71\xaa\x8b\x89\x79\ -\x6b\x50\x36\xd4\x53\x0a\xed\x8e\xa5\x84\xbd\x66\x78\x2d\x9a\x9d\ -\xb9\x8f\xc1\x77\x1a\x52\xed\x9e\x07\xde\xa7\x71\x22\xa7\xab\x9e\ -\xa3\x0a\x7e\xef\xd6\x0b\x91\x7d\x82\xe7\x2e\x4a\x92\x01\x90\x6b\ -\x2d\xcb\x79\x70\xea\x66\x3a\x8d\x0d\xcb\x81\x75\x0b\x71\x91\x8a\ -\xa8\xf6\x0b\xa5\x0e\x1d\x62\x31\xd3\x39\x5d\xeb\xcd\xcf\x39\xc5\ -\x4b\xc7\x46\x68\x8e\x59\x75\xbd\x04\xb2\x3f\xba\x40\xb6\x5d\xf0\ -\x60\xf6\xca\xa6\x03\xb8\x8d\xea\x87\x4d\x13\x6e\x85\x81\xd8\xd4\ -\xe1\xd4\x1d\x40\x71\xc9\x91\xa3\x71\x0c\xeb\x76\x63\x39\xe7\xc1\ -\x7f\x69\x58\xf1\x9d\x9a\xd6\x1a\x32\xbc\x07\x4c\xce\x31\x40\xe4\ -\x9f\xab\xfb\xdd\xfd\x10\xc6\xce\xfd\x25\xd2\xcf\x9f\x9f\xd0\x31\ -\xb8\xc5\x2d\x2f\x00\x9a\xe5\x92\x42\x3c\x72\x4f\xfc\xb3\x1a\x65\ -\x2a\x0c\x28\xb0\x8c\xdb\x3f\xe0\x07\xba\xcd\xb0\xb4\xa9\x10\x87\ -\x18\x7b\x04\x49\xa6\xb9\x82\x7a\xb3\x4a\xfe\xba\x37\x54\x00\xe8\ -\x85\xba\x60\xb4\xd8\x92\xd1\xa4\xaf\xf7\x69\x14\x81\x66\xe1\x5b\ -\x33\xf4\xdc\xe5\xb1\xd8\xd3\x3a\x3d\x52\xca\x34\xc9\x7f\x9e\x19\ -\xec\x07\x50\x34\x24\x33\x71\x46\x41\xf3\xe3\x11\x81\x67\xa5\xa5\ -\xce\xa3\x4e\x2d\x86\x3d\x6f\xd9\x1b\x3c\x84\x86\xc2\xed\xe2\xd9\ -\x28\x4c\x9d\x5a\x84\xf4\xa5\x80\xc4\x83\x42\xd3\xa6\x64\xe6\xb6\ -\xa7\xaf\x6b\xa4\x46\x44\x2a\xb0\xc0\xad\x18\x0e\x7a\x2c\x2a\x80\ -\xda\xef\x3d\x02\x28\x19\x66\x09\xc6\x7c\x39\xff\x0b\x3d\x3a\x1a\ -\x80\xcb\x67\x8e\x9b\xee\x83\x17\x6f\x7b\x62\x9b\x7c\xf9\x3a\x66\ -\x68\x7a\x01\xbd\x2a\x38\xb4\x38\x48\x1b\xb2\xf6\xe5\x9f\xa3\xe8\ -\x2a\x94\x24\x37\x6b\xab\x7b\x3a\xa6\x97\xf4\x6d\x62\xb7\xce\xe2\ -\x7d\x03\x29\xa3\x51\x6c\x14\xb5\x3a\xa9\xc3\xe3\x0e\xee\xaf\xb7\ -\x87\x6a\xdf\xce\xe3\x7a\x3f\xed\xf4\xe0\x46\x45\x7f\x71\x47\x7c\ -\xa3\x0b\x7a\x33\xbf\x62\x57\x94\xd0\x7b\x3f\x8f\x04\x9a\x0e\x2d\ -\xa5\x01\xc5\x0c\x4b\xe0\xd0\x4e\x30\x9a\xa5\xf1\xc1\xaa\xe1\xbf\ -\xb2\x3d\xde\xa9\x8d\xf2\x7f\xc4\x54\xe9\xef\xff\xa4\x05\x8e\xa2\ -\x17\x41\x48\x83\x04\xd8\x68\xa8\x6f\x5a\x25\x36\x07\xb6\xc8\x75\ -\x02\x09\x83\x0f\xf3\xc9\x6f\xe1\xe6\x35\xe7\xed\xed\xae\xd8\x35\ -\x6a\x0a\x24\x07\x34\x95\xaf\x47\x2a\xb3\x4b\x0e\x7a\x9e\x88\xc0\ -\xa0\x9f\xc3\x72\xbf\xfd\x1e\xfe\x46\x2f\xfb\x2e\xaf\xf0\xfa\xa5\ -\x16\xe5\x6f\x4d\xdc\x9b\x79\x8a\x00\xbc\x98\x11\x5d\x77\x63\xa7\ -\xae\x06\x90\x76\xe6\xc9\x45\xa6\x12\x60\xc8\x21\x7a\xec\x23\xc6\ -\x1a\x97\x43\xf3\x79\xa3\xd8\x6d\x40\xe3\x4b\xe0\x74\xbc\x17\x67\ -\x08\x79\xae\x22\x82\x35\x81\x69\xda\x86\x70\x07\x32\x2b\x05\xf1\ -\xf8\x1d\x02\x55\x79\xb6\x9d\xed\xdc\x28\xde\x00\xa4\x2e\xd5\xe2\ -\xfb\x11\x4f\x3d\xb8\x39\x0c\x27\x40\x36\x5c\x60\x78\xd2\x9c\xed\ -\x4e\xe6\x62\x20\xf3\x46\x89\x66\x63\x42\xd1\xcf\x6c\x39\x9f\x11\ -\x66\x5e\xbd\x13\x04\x6c\x6a\x69\x5e\xb6\xb7\xb5\x22\xdb\x9f\x45\ -\xa6\x10\x86\x25\xc0\x47\x63\x25\xcb\x28\xb1\x9e\x6b\xea\x31\x52\ -\xeb\x63\xcf\x49\x6b\xf6\x2a\x17\x41\x04\x98\xcc\x0f\xf0\xb3\x62\ -\x2a\xa2\xbc\xcf\x1f\xed\x72\x65\x59\xce\x53\x17\xb3\x6b\xa7\x39\ -\x80\x88\x8b\x08\x30\x79\xa0\x8a\xe4\xff\xc0\xa0\x01\xff\x7c\xfe\ -\x39\x0c\x18\x34\xf8\x12\x4a\x91\xc8\x00\x3c\xf5\xf7\x33\x03\x30\ -\xc0\x9f\xa1\x8e\x30\xbf\xb2\x74\x81\x15\x1a\x1a\x10\xc2\xe2\xa5\ -\x68\x36\xaa\x8e\x88\xd4\x81\xa1\x21\x2d\x64\x5d\xb6\xf3\x3a\xf5\ -\x00\x57\x3b\x65\x31\x9b\xdf\xdf\xf5\x5f\x18\x63\x84\x6d\xa3\xa3\ -\x80\xc3\xbc\x89\x1f\x58\x20\xc0\x40\xc3\x42\xf1\x48\xa7\x1b\xfe\ -\xac\x1e\x59\x30\x60\x68\x01\x21\x00\xb0\x1e\xa5\x6f\xa1\x16\xb5\ -\xab\xe6\x6c\x88\x73\x57\x33\xdb\xea\x91\x5f\x75\xe6\x41\xa5\x3e\ -\x44\x20\xa8\x2d\xf0\xc5\x9f\xc3\x9a\x17\x89\x83\xd2\xf7\x7c\xfe\ -\xb1\x8c\x2a\x09\x2a\x97\x90\xd1\xc5\x8c\x8a\x81\x80\x40\xe3\x27\ -\xba\xed\x05\x0c\xcf\x72\x27\xa1\x5f\xcd\x11\xc2\x09\x34\x7f\x60\ -\x44\x56\x94\x8e\xa5\x3d\x98\x2d\x85\xa3\x60\xa2\x46\x7d\xd6\xff\ -\xc8\x27\xb2\xc0\x26\x52\x9b\x66\x0a\x4b\xe4\x2c\xfd\x19\x99\x53\ -\xc2\x20\xa1\xb3\xf2\x6c\x32\xc7\x04\x32\x44\x58\x2d\xad\xd7\xfa\ -\x6f\xfe\x6e\x80\x26\x36\x64\x7e\xe0\xb7\xac\x4d\x84\x8e\x44\xea\ -\xc1\xff\xbc\x4c\x12\xad\x75\xdb\x82\x77\x03\x0c\x28\xdc\xf4\x1e\ -\xb2\xb8\x51\x15\x60\x94\xe9\x01\x1e\x34\xbc\x16\x26\x5d\x1c\xd0\ -\x86\x69\x17\x1f\x5b\x2f\xec\x4a\x20\x61\x90\xa5\xf6\xc5\x63\x0c\ -\x3d\x2a\x3c\x97\xc3\x68\x67\x95\x2a\xf8\x79\x96\x35\x89\x9a\xed\ -\xf0\x08\x03\x3e\x16\x10\x3a\x06\xc8\x43\xf1\xd9\x4c\xd3\xe0\x55\ -\x71\xe9\xa8\x13\x9f\x08\x4f\xd4\xcc\x19\x64\xcf\xb9\x29\x7a\x11\ -\x0f\x85\xf6\xe1\xe6\xa7\x1f\xb4\x04\xd8\x6c\x51\x97\x53\xc8\xd6\ -\x08\xfb\xff\x5a\xc0\xae\xb1\x0e\x3a\x41\x5e\x62\x3e\xea\x87\x30\ -\xe3\xf0\x7d\xc0\x96\xf7\xe1\x13\xd2\x41\x64\xd3\xe3\xcc\xb2\x02\ -\x40\x58\xf2\xb1\xcc\xb4\x62\x3b\xed\x39\x78\xf6\xec\x95\x36\xac\ -\x14\xcd\xe5\x3a\xc7\x61\x39\x1d\xc0\xca\x9b\x76\x5b\x9c\x32\x11\ -\xf5\xbd\xca\xc0\x9d\x46\x43\xea\x72\xa6\xa0\xc0\x07\x06\x28\xaa\ -\x0a\x11\x18\x0a\x11\xe2\xbb\x58\xf7\xbf\x9b\xf4\x80\x4d\x78\x50\ -\xf9\x41\xb0\x28\xa7\x71\x7a\x59\x8e\x36\x5c\xfa\x65\x9d\xd2\x50\ -\xc9\xe0\x8a\xb3\x15\xf5\xfc\x16\x10\x80\xc1\x45\x0d\xab\xc1\x88\ -\x38\x09\xf8\xf3\x04\x21\x23\x75\x72\xb6\xd7\x86\x07\xbd\xeb\xb3\ -\x25\xf2\x60\x4c\x50\x1d\x1f\x01\xac\xcf\x2a\xd9\x32\xa3\x65\x0e\ -\xb1\xe5\x16\x2d\x76\x20\x87\x62\x3a\x28\xa2\x56\xcd\x69\xb2\x22\ -\x16\xc6\x68\xcb\xeb\xc7\x89\x9c\x6c\x34\xa9\xb5\x5d\xe8\xb6\xaf\ -\x7c\x7b\xd3\xf4\x8e\x35\x2e\x58\x10\x80\x65\x39\x6b\x84\x7f\xf4\ -\x54\xe2\x3e\x95\xf8\x5d\xff\x04\xed\x6c\x98\xd9\x08\xa3\xb3\x32\ -\x46\xe4\xe8\x00\x67\xc1\xeb\xe1\xcd\x30\x11\xf0\x19\xc5\x55\x90\ -\x73\xf6\x52\x6c\x9d\x31\x18\x09\xc5\xa1\x2c\x68\x83\xcb\xf4\x1d\ -\x7a\x1f\x61\xe8\x9a\xf4\x7d\x7e\xf8\x37\x9a\xde\x51\x99\x14\xa4\ -\xf7\xe1\x7a\xfa\xda\xc3\xb0\xdb\x50\xd0\x80\xe5\x13\xba\x41\x75\ -\xd2\x93\x00\x41\x6a\xce\xa4\xf0\x3a\x82\x76\x35\x73\x6e\x35\x4a\ -\x60\x2b\x3e\x05\xe0\x71\xba\x02\x27\x38\xa7\xee\xb6\x3a\x6d\x26\ -\x72\x5b\x6f\x0a\x10\x74\xd5\x29\x06\xfd\x63\xd9\x99\x23\x1e\x98\ -\xd3\x22\x07\x22\x3c\x0f\xf7\x94\x0c\xa0\xa6\x8d\x40\x36\x57\x3b\ -\x5a\x90\x8e\x8f\x08\x22\x9f\x40\x95\x95\x01\x39\x0b\x58\x4b\x1b\ -\x35\xf6\xe6\xa2\x06\x71\x3f\xfa\xf4\x18\x4b\x93\x22\xc6\x30\xf9\ -\x88\x07\xa6\x5b\x18\x3b\x26\x2d\x10\x25\xa7\x98\xe1\xd8\x57\x5c\ -\x01\x41\xd8\x4f\x4b\xf3\x09\x13\x98\xb1\x07\x38\xb2\xfd\x2a\x71\ -\xaf\x69\xca\x08\x41\xe0\xa7\x01\x85\x69\x82\x30\x81\x40\xe0\x63\ -\xfa\xbf\x30\xba\x41\x6e\x93\x16\xcf\xb9\x74\x23\x2e\xad\xdd\x7c\ -\xca\x2d\xf0\x91\xff\x04\x40\x81\x45\x33\x1c\x77\xe2\x7a\x74\x0d\ -\x63\xd1\xa5\x09\xc6\xb9\xcc\xb4\xce\x89\x03\x66\x4c\x0f\xac\x59\ -\x80\xb7\xe2\x72\x6a\x9f\xc5\x2f\xe7\xa4\x51\xeb\xb2\x9a\x49\x05\ -\x66\xc4\x60\x00\x5a\xa1\x9a\x22\x0e\xa0\x01\xf0\x3c\x4f\x5b\xbb\ -\x1d\x50\x00\xf8\xc0\x13\xf7\x0a\x01\x16\x96\x92\x45\x60\xc8\x02\ -\x12\xbb\xd3\x71\xc4\x34\x18\xac\xc1\x67\xcc\x09\x75\x6d\xb5\xa5\ -\x0d\x29\xd2\x64\xc4\xeb\x88\x31\xf4\x59\x7e\xa4\x18\x38\x08\x7a\ -\xc8\x89\x62\xc9\x36\x62\x51\xf7\xb9\x04\x3e\x35\x47\x69\xc5\x19\ -\x5b\x75\x4f\x3e\x61\x77\x4a\xe1\x12\x51\xe3\x44\x54\x76\x09\x05\ -\x85\x17\x61\xd0\x4f\x36\x5f\x62\x21\xc9\x34\x81\x82\xf8\xce\x91\ -\xed\x84\x66\x5a\x49\x1e\x2c\x4c\x0a\x4a\xff\x03\x7a\xee\x0f\xaf\ -\x83\x3c\x27\x15\x00\x1e\x11\x10\xfe\xc0\x24\x02\x1a\x3f\xda\x37\ -\xf8\x7d\x3b\xf5\xf3\x7b\x96\x1a\x74\x64\xc4\x93\x4e\x81\xc6\xd0\ -\x35\xb1\x4a\xad\xac\x67\x8b\x31\x2a\x1a\x4d\x97\x23\x27\x12\xcc\ -\x56\xdd\x23\x44\x85\xd8\x6a\x27\xb4\x1c\x52\x28\x03\x15\x86\xf5\ -\x3c\x0a\x1c\x04\xb8\x47\x3a\xb4\x01\x04\x7e\x18\x16\x2e\x5d\x54\ -\x9f\xdd\x43\x80\x82\xa1\xb3\x3e\x1f\x80\xf1\x03\x0f\x2f\x40\xd4\ -\x3f\x67\x43\xe5\xa0\x66\x40\x39\xfa\xcd\xc1\x73\xef\x76\xe6\x66\ -\x37\x6b\x0b\x9e\x64\x43\x15\x58\x45\xfa\xb7\x24\x70\x77\x93\x0a\ -\xfb\xe8\x42\x0d\xc3\x32\xc2\xd3\x87\x5a\x70\x06\xe7\xa1\x37\x47\ -\x3e\x43\x7a\x8c\xa3\x8c\x36\xa1\x8a\xdf\x25\x8a\xf8\x30\x74\x47\ -\x13\x80\x19\xcd\xc9\x1b\xcd\xa1\x26\xb3\xef\x93\xa8\x44\x06\xc6\ -\x66\x6e\x20\xe6\xd2\xb3\x0b\xc1\xc7\xc5\x92\x12\x92\xf2\xb5\xfd\ -\xdc\xaa\x8b\x90\x70\xe5\xa2\x43\x94\xfb\xed\xf5\xdf\xf5\x2e\x97\ -\xb1\xb1\xe8\xa5\x40\x80\x0d\x65\x16\x34\x71\x9e\x9c\xa2\x7a\xd7\ -\xfe\x80\x64\x98\xa1\x80\xd3\x4e\x8a\xd3\xa1\xe5\x11\x55\xca\x5e\ -\x47\x83\xb9\xb9\xbd\x55\xd4\x4c\xb6\xa9\x44\xd3\xae\x19\xfd\x60\ -\x77\xb1\x22\xe2\xe2\x42\x37\x5e\x73\x58\xbe\x09\x22\xbf\x71\xf2\ -\xcf\x67\x7e\xe6\xbf\x5c\x51\x5f\xbe\x0b\x24\x1d\x94\x20\xd4\x10\ -\xc5\x9a\xf2\xde\xec\xe9\x8b\x98\xb7\x4e\x39\xc6\x18\x65\xb2\x2a\ -\x29\xaa\x74\xca\xea\x4f\xa2\x60\x8f\xf0\x81\xb8\x53\x41\xd3\x19\ -\xfb\x24\x85\xa2\x59\x29\xff\xfd\x42\x9b\xdd\xf3\x78\x0e\x33\x0e\ -\xa1\x8b\x3e\x0b\x4a\x20\x6c\xcd\xe5\x29\x34\x1b\x84\x46\xbb\xb8\ -\x23\x9e\x3f\x05\x01\xc4\x52\xe4\xba\x89\x80\x9b\x87\x40\x43\xb9\ -\xaa\x99\x0a\x14\x7e\x7a\x9d\x22\xe9\xae\xcd\x46\x19\x58\x0e\xc3\ -\x90\x3a\xc5\x07\x9b\xf0\x52\x99\xb6\x13\x4e\xbb\xb0\x31\x4a\xdf\ -\xd4\xfb\x40\xb3\xcb\x0d\xba\xdb\xd6\xbc\x8f\xb0\xc3\x2e\x13\x76\ -\x7b\xa6\x5e\x80\x0f\xc8\xb3\xf1\x9d\x96\x3c\x3a\xfa\x5c\x9a\x9a\ -\x4a\x61\xf3\x33\xd4\x11\xe5\x5e\x90\x74\xc0\x60\x8c\x9f\xb6\x96\ -\x2b\xb0\xa0\x94\x3e\x09\xe4\x17\x68\x7b\x3d\x9c\x6e\x5e\xfa\x3b\ -\x71\x5b\x23\x25\x78\x1d\xaa\x2b\x15\x24\x87\xbf\x1a\x6b\x5c\x26\ -\xd6\xd8\xe8\x8f\x12\xa1\xde\xf5\x2c\x1c\x5e\x70\xa4\xd5\xe3\x45\ -\x57\x9b\x54\x56\x81\x52\x3c\xbf\xb8\x4a\x75\x1d\x19\xbc\xd3\xd9\ -\x04\x8e\x29\x34\x86\x81\x43\xa5\xf3\x10\x64\x86\xcd\xc5\xb0\xa1\ -\x98\x44\xa8\xf6\x4b\x3f\x87\x1f\xfa\xb9\xec\xc7\x42\x89\x77\x60\ -\x65\x9b\x98\x7f\x9f\x9c\x97\xf3\x8b\xd0\x00\x4d\x0c\x40\x4b\xa9\ -\xfe\x69\xfc\x72\x3b\x77\xbb\x9e\x49\x5a\x36\xdb\xfb\x59\xeb\x14\ -\x20\xaa\x35\xfa\xcb\x6b\xee\x13\x61\x04\xfc\x4a\xe9\x7d\x63\x08\ -\xdc\x7e\x4f\x3d\x07\xf7\x69\x5b\xb7\x7a\xf7\x89\xfc\x73\xd5\x1a\ -\xb5\xc0\x56\x86\x92\x23\xd5\x33\xae\x7a\x48\x2d\x7e\xa5\x7d\x1d\ -\xcd\x6f\x01\x3b\x6f\x62\x23\x3c\xf6\xdc\xe9\x88\x7b\x4c\xfe\x60\ -\x6d\xf5\xc7\xd8\xe8\xed\x6f\x53\xb4\x93\x99\x30\x5f\xce\xab\x6a\ -\x75\xde\xf4\xb5\xfb\x33\x80\xf7\x29\xd9\x31\x5d\xbd\xee\xcf\xf1\ -\xb5\x66\x6a\xae\xad\x85\x71\x71\x3a\x7c\x7e\x99\x48\xdb\x59\x57\ -\xdf\x7f\x30\xc4\x6e\x3f\xc2\xb4\x53\x12\x6e\x91\xc5\x18\xc7\xf5\ -\xd8\x91\xa3\xd7\x33\xd7\xa4\x3a\xb0\x18\x8d\x9a\x44\x07\x19\xfd\ -\x20\xa2\x7e\x16\xd9\x01\x38\xb6\xc9\xec\x59\xd3\xb8\x56\x5a\xcf\ -\xbe\xe9\xf9\x67\xce\x6b\x29\x52\x1a\x04\xc8\x5c\x56\x2e\xd1\x18\ -\xe2\xd9\x71\x04\xc3\x18\x05\xfe\xfd\xc3\x26\x63\xee\xd2\x58\x67\ -\x32\x1e\xc4\x1c\x6c\xad\x68\xa8\x0b\xbd\x97\x28\x46\xe8\x1e\x4e\ -\x1f\x53\xf3\xdb\x1a\x23\xcd\xe3\xec\x6b\xaa\xcc\x13\xdd\xbd\x7c\ -\x71\x82\x8e\x65\x4d\xfd\xd8\x70\x05\x28\x29\xd7\xcc\x0c\x73\x20\ -\x99\x2e\x47\xda\x18\xbe\x2d\x4c\xa7\xba\xe0\xae\x55\x11\x73\x6a\ -\x4d\x6d\x13\xd9\x45\xa2\x6f\x8a\x01\xe7\x5b\x86\x4b\x52\x37\x10\ -\x4b\x63\x15\xd4\x21\xd9\xb4\x45\x97\x05\xcb\x0c\xcb\xcf\x35\x49\ -\x4f\xfc\xe0\x7c\xda\x59\xad\x5d\x70\xcf\x54\xb2\x6b\xdf\xba\x5b\ -\x69\x3c\x66\xa7\x7e\x54\x9b\xfd\x1b\xcf\xd3\x39\xbc\xbd\xd0\xd7\ -\x4b\xc5\xa9\x82\x7a\xa4\x8d\xd7\x03\x90\x0b\xad\xe7\xcc\x28\xa9\ -\xe2\x44\xe3\x8a\x42\x1e\x64\x6e\x55\x2d\x97\x20\x3d\x10\x8a\xa9\ -\x8c\x5e\x7e\x12\x93\x11\xe0\xb4\xf6\x1d\x73\xc6\xe4\x45\x7f\x3c\ -\x9d\x7a\x38\x70\x6b\x57\x0c\xaa\x64\x34\x83\x6b\x6d\x1b\x94\x02\ -\x35\x03\x31\x4a\x13\x70\x29\xbc\xc6\xb5\xd9\xde\x29\x6a\xfd\xfd\ -\xe0\xeb\x05\xc0\x9b\x78\x79\x8c\x51\x1a\xd4\x9c\x78\xfc\x4d\x23\ -\xf0\xd6\x64\x55\x5a\xc4\xad\x68\xba\x8d\xdb\xcd\xd1\x42\xd1\x78\ -\xc2\x70\x2b\xdb\xa9\x94\x8e\x84\x52\x84\x64\xd3\x6b\xc8\x60\x75\ -\xe8\xa2\x9a\xdd\x21\x9a\xff\xe6\xcf\x6f\x49\xcf\x62\x41\xd6\xe2\ -\x72\x51\x2d\xa4\xcb\x7a\x36\x01\xbf\x10\x1e\x62\x55\x37\xb0\xf8\ -\x1b\x55\xe3\x76\xe1\x37\x61\x6f\x03\x46\xb8\xd0\xd4\x28\xd6\x12\ -\x37\x7d\x5b\xae\x11\x9f\x86\x9e\xc1\xba\x94\x19\x53\x01\x0a\x60\ -\x5a\xfd\x92\x8f\xf6\x29\xd7\x90\x1f\xf2\x2b\x0d\x0d\x58\x52\x0c\ -\x1c\x14\x2b\x4a\xbd\x5b\x5e\x1b\xd0\x0e\xd5\x5d\x28\x9b\x3c\x64\ -\x28\x96\xc3\xfa\xf9\x73\x3d\x59\xa3\x99\x3a\xb5\x3f\x59\x10\x72\ -\x09\x31\x1e\x8d\x9e\x1b\xaf\xa8\x9c\xb7\xf4\xe6\xa0\xc9\x70\x31\ -\x23\x28\x97\x8c\x27\xd6\xfb\xc0\xa1\x34\x2e\x10\x5a\xad\x71\x68\ -\x3d\xa1\x5c\xa0\x27\x7d\x4e\x1a\x25\x50\xf8\x09\x41\x39\x0a\x1e\ -\x45\xa5\x37\x04\x19\x2c\x4e\xe5\x9e\xc1\xa0\x32\xaa\x81\x51\x91\ -\xdc\x87\x8e\x94\x5e\xd7\x20\xec\x85\xbd\xa1\x8f\x61\x0d\xcd\x49\ -\x0f\xdd\xed\xb6\x83\xe6\x64\xac\x07\x16\x81\x27\x74\x96\x76\xf5\ -\x52\x09\x70\x6f\xbc\xff\x5d\x5f\x32\x4c\xaf\xd7\xa9\xc6\x27\x25\ -\x88\x2f\x7a\x40\xcb\x6a\x04\x39\x85\xe4\x65\x32\x5f\x2d\xbb\xd1\ -\x4c\x67\x44\x32\xd8\x9b\x99\xa3\xf1\x92\xcd\x30\xa6\x6a\x53\xee\ -\xfa\xdc\xf3\xfc\x22\xa7\xde\x72\xd2\x80\x32\x4c\x7b\xd8\xf3\x51\ -\x87\x61\xb8\x9d\x0b\x31\x29\x32\xaa\x36\xef\xb6\xdc\xb0\xd1\xef\ -\x30\xf4\x8b\xc2\x78\x05\x10\x88\x6c\x92\x28\x18\xf7\xd0\x90\x51\ -\x5c\x09\xeb\xd9\x87\x31\xfd\x3c\xdf\x6f\x9e\x39\xaa\xa3\xab\xc5\ -\x3b\xb7\x27\x47\xd8\xcd\xb9\xe0\x05\xec\x94\x42\x69\xae\x31\x16\ -\x28\xf8\xaa\x31\x42\x34\xbb\x6b\xfc\x77\xcd\xee\xb5\xc6\xd8\xa9\ -\x67\x47\x20\x2f\x35\xbd\xce\x7e\x16\xf5\x49\xa5\x9f\xdd\xa3\x99\ -\xa7\x88\x30\x5c\x23\x10\x00\x01\x57\x71\xc0\x08\x9a\xe4\xbf\xa1\ -\xed\x55\xad\x8d\x35\x6c\x9c\x2e\x74\x71\x8f\x00\x5d\xef\xe5\xbf\ -\x3d\xab\xbd\x29\xc6\xa2\x91\x3c\xf3\x26\xdf\x81\x85\xff\xaf\xff\ -\xdc\x5d\x06\xcf\xc9\xa9\x6a\xef\x2e\x34\xcb\x1a\xc1\x50\x81\x2f\ -\x2a\x6e\x79\x88\x30\x2f\x8d\x65\xab\xf5\x71\xc6\x14\xa9\x17\x7e\ -\xce\xa0\xe9\x77\x52\x3d\x14\x8e\xfc\xaa\x0a\x78\xba\x41\x94\x8c\ -\xc6\x34\x10\x03\x88\x3c\x9f\x6d\xf1\x3a\xa4\x0e\x35\x23\xb6\x52\ -\x9f\x83\x09\xc1\x6c\x75\x8d\xd6\xcf\x38\xdd\x9d\x33\x73\x41\x05\ -\x05\x88\x07\x2c\xdb\xbd\xcb\x74\xde\x41\x87\xe5\xe4\x06\x62\x93\ -\x7b\x6c\xd2\x82\x95\x20\x5c\xd4\xbf\xd5\xc2\x9e\x48\xe3\x69\xa0\ -\xc7\x1d\x4d\x77\x5b\x3a\x79\x9a\x9e\x04\x30\x63\x31\xfb\x05\xce\ -\x25\x9b\x43\x9e\x05\x4c\x18\x41\xb7\x92\xd7\x4e\x08\x00\x5f\x79\ -\xec\x3e\xb9\xb2\x86\x81\x04\x72\xf4\xe7\x42\x51\xd3\x57\xb1\xc8\ -\x61\xfb\x8a\x62\xc3\x7f\xe3\x7a\x36\x44\x48\xdc\x1e\x14\x43\x17\ -\x40\x38\xc3\xbe\xd8\xef\x66\x1a\x5f\x10\xb9\xba\x80\xbe\x08\x38\ -\x61\xeb\xd4\x33\xc8\xf3\xcc\x20\x3a\x10\x0d\xb9\xa1\x74\x72\xc1\ -\xcc\x64\xa3\x49\x49\xb1\x7a\xc7\x63\x12\x21\x70\xea\x68\xe4\x36\ -\x31\x1b\xa3\x69\x3e\x64\x29\xf5\x8f\x61\x69\xe1\xc8\x26\x5e\x77\ -\x97\xb8\x97\xa4\xf4\x1d\xdd\x61\xbf\x44\x04\x60\xf9\x54\x8a\x1c\ -\x59\x57\xca\x4b\x0d\x6c\x7e\x3f\xcc\xa8\x4d\xb8\xfa\x1a\xa5\xb8\ -\x04\xf7\xc6\xeb\x40\x86\xfe\x72\x09\xdd\x3e\xa7\xfd\xf5\xdc\x84\ -\xb9\x15\xc1\xf2\xcc\x84\x86\xf2\x44\x83\x0b\xd7\xc3\x0d\xad\xa8\ -\x19\xa3\x64\xf0\xbc\xd8\xaf\xdf\xd3\xe1\xed\x19\x0d\xa3\xb8\xb1\ -\xc4\x24\x75\xd7\x6d\xdd\xde\x4f\xd7\x26\x7e\x3b\xfc\xef\xc5\x82\ -\xf3\xbe\x6f\x9f\x5d\x5e\xbe\xdd\x59\xf1\xd0\x87\x24\x97\xa8\x4d\ -\x19\xff\xd6\x0c\xab\x7d\x7c\x74\x3c\x1b\x57\x7c\x6f\xc0\x8a\x31\ -\x8a\x6b\x23\xcb\xbd\x5d\xc5\xc6\x2e\x78\x25\x00\xa5\x08\x4b\xba\ -\x08\xde\xf4\x94\x6d\x7a\x27\xbb\x86\xa2\x68\x32\xd0\x68\x82\x82\ -\xa5\x98\xc1\x63\x3a\x51\xf7\xf6\xdd\x02\x3d\xd7\xc0\x44\x6a\x7b\ -\x7d\x6f\x6e\xdb\xf4\xa6\x4e\xbc\xaa\x1a\x0c\x39\xcd\x45\xf6\xf3\ -\xd5\xa7\x2a\x76\x21\xb9\xff\x44\xe4\x0d\x39\x55\x04\xf7\xbc\x39\ -\x4e\x02\xd3\x96\x53\x76\x7c\x96\x54\x4c\x01\x86\xd1\x49\xb7\xf5\ -\x2f\x5b\xf0\x69\x4c\xbf\xa4\x6b\xff\xbc\xa9\xfb\x5e\xf4\x78\x51\ -\x60\x8d\x30\x67\xe0\xb4\xef\x69\x6f\xe8\xbd\x31\x3f\x9d\x27\x6d\ -\x0a\x52\xd6\x97\xdb\xfa\x56\xe7\xd6\x5a\x98\x7a\x1d\xd2\xce\xb0\ -\x3a\xb5\x81\x34\x75\xf1\xc2\x94\x5a\xe4\x01\x96\xe2\x6f\x0b\x0d\ -\xc6\x75\xfe\x1e\x92\x70\x59\xdc\xf3\x27\x6b\x36\xd6\x4d\x9f\xa7\ -\x18\x88\x89\xbe\xe1\xbc\x03\x57\xf4\xb7\x58\x72\xae\x64\xd3\x5f\ -\xf5\x00\xd2\x5d\xd9\xe1\x13\xaf\xa0\xbe\x73\x3d\x0f\xc8\x00\x97\ -\xa7\x4d\x5c\xd5\xe9\x35\xd7\x71\x04\xd3\x6e\xcc\x16\x74\x8d\x09\ -\xd2\x01\x58\xb5\x58\x8c\x66\xcc\xc2\xff\x42\x67\x75\xd7\x84\xe4\ -\x99\x40\x17\xbd\x1a\xbd\xfe\x6c\xb9\xb9\xce\x15\x8b\x73\x28\x45\ -\x60\xdc\x10\x6d\x4a\xba\xb9\x4d\xec\xf7\x7b\x5d\xab\xa5\xa9\xee\ -\x40\x04\xf6\x91\x3e\xe0\xd6\x74\xe3\x65\x7a\x2b\x41\xa7\xca\x40\ -\xef\x2c\x8e\x53\xcf\xb7\x37\x04\xdb\x94\xf7\x3a\x1d\xee\x5a\xbb\ -\xf6\xe1\x82\x3b\xcf\x9d\xd4\xc8\x7f\xa3\xb9\x3b\x66\x92\x65\xcd\ -\x55\xbd\x7e\xee\xf7\xe2\xec\x57\x9b\x6a\xc1\x57\x5b\xf3\xb7\xd7\ -\x73\x33\x0c\x13\xc1\xa0\xd1\x1e\xde\x05\xee\xac\xed\x91\x25\x37\ -\x06\x8d\xf1\xde\xeb\xe4\x7a\xd7\x5a\xfd\x9b\xf5\xec\x12\x9b\x8c\ -\xdf\xd1\x3c\xcb\x55\x18\x0e\x52\x81\x47\x19\x6a\xc5\x3f\xa0\x31\ -\x6f\x6c\x0a\xd3\x40\xb8\x0a\xd8\xee\x3a\xf5\x39\x67\x19\x9c\x10\ -\x08\x77\x90\xdd\x19\x13\xb5\x69\xd7\x21\x57\x6a\x18\xc9\xef\x51\ -\xd0\x49\x98\x78\xfd\x89\xea\x7a\x1c\xce\xe2\x7e\x8e\x71\xb1\x52\ -\x6f\xf5\x48\x7d\x56\xeb\x5a\xe7\x1e\x4d\xea\x7e\x1f\xd8\x9f\xf3\ -\x6d\x0c\x9b\x07\xc3\xea\xbf\x10\x4d\xce\x1f\x01\xbf\xd0\xc2\xe1\ -\xc2\xa6\x59\x3a\x0a\xfc\x36\x7e\x26\x41\x33\x9e\xe2\x70\x08\x03\ -\xb4\x82\x1e\x25\x36\xa6\x53\x99\x9c\x41\x2e\xae\x11\xc2\xa4\x08\ -\x36\x80\xdc\xb8\xa7\x7d\xcc\xee\xa3\x53\x17\x34\x53\x89\xfe\xd8\ -\x12\xb6\x91\x8b\x70\x1e\x5e\xc7\xef\x44\x14\x66\x01\x9d\x26\x60\ -\x42\x56\xa2\xd7\xc2\xfc\xfc\xe0\x56\xa1\xb7\xe4\xc2\x71\x4a\x8b\ -\xbf\x42\x8a\x20\x42\xb9\x8a\x58\x5f\x2f\x82\x6d\x51\x04\xad\x0e\ -\x8a\x4d\xa6\xdb\xd9\x8a\x6c\xc8\xd5\x69\x4d\xbc\x37\x54\xde\x7c\ -\xd5\xe0\x59\x22\x2c\xa1\x6d\x69\x8c\xe2\x6b\x6a\x10\x7e\x2d\x9c\ -\x6f\x4d\xd3\x37\x31\xeb\x2d\x33\xe4\x1b\x52\xd4\x03\xf4\xf0\xa0\ -\x8a\xfd\xad\xc0\x3f\x26\x6c\x20\x57\xca\xcf\xed\xd9\xdd\xb2\x4d\ -\xf4\xb0\x5f\x5f\x9a\x79\xd8\x68\x4c\xd4\xe8\x46\xb7\x66\x77\x2f\ -\x98\xfb\xe7\x67\x53\xd3\xf4\x4c\x09\xc0\xa3\x1a\x42\x68\x6d\x9c\ -\x14\x34\xf1\x3d\xc2\x78\x5c\x18\x49\x55\xcb\x89\x6c\x50\xbb\x4a\ -\xee\x9b\xeb\x6a\xba\x38\x3a\x0b\x48\xb7\x61\xde\x33\x2b\xea\x44\ -\x6e\x8c\xe1\x67\x79\xbb\x8e\x85\x19\x68\x0c\x58\x0f\x87\x3d\xea\ -\x51\xc0\x84\x76\x11\x8b\x86\xe7\xa4\x6e\xa5\x1b\xd3\x8b\x13\x20\ -\xa7\x56\x8f\x88\xf4\x4c\x03\x01\x59\x6c\xb1\x33\x36\x69\x1a\x79\ -\x26\x2e\x61\x98\x38\xd5\x66\xbc\x1c\x5c\x4e\x53\x83\x42\x8b\x8c\ -\x69\x5e\xf0\xf8\x97\x15\xcf\x23\x04\xc0\x41\x01\x8d\x8b\x71\x45\ -\x23\xe4\x96\xd5\x4e\x87\xee\x8d\x1a\xe9\x05\xe9\xb1\x06\xb7\xa9\ -\xba\xe5\xa7\x45\x76\x97\x37\x8c\x45\x53\x1b\x99\x43\x75\x02\x1f\ -\xae\x69\x66\xa9\x6d\xb4\xe7\xba\x1e\x3e\x2b\xd1\x62\xa2\xd9\x29\ -\x56\x3e\xc9\x68\x0d\xa1\x17\x10\x8f\x21\xaa\xa3\x34\x66\x72\xf9\ -\x8c\x68\x3b\xbf\xb8\x65\xd6\x50\x89\x3f\x60\xb4\x73\x90\xa9\xac\ -\x33\xb7\x0d\x96\x8c\x55\x68\x96\xfe\x70\xa5\xe7\xfd\xdb\x62\xef\ -\x3a\xa5\x3f\xbe\x6a\x15\xfb\x75\xbb\x27\xdc\xed\xcc\x33\x1a\x77\ -\xfb\x5b\xa7\x72\x4e\x3b\xd3\xf9\xb4\xc9\x57\x9a\xf6\xff\x55\xa8\ -\xea\x9e\xf7\xc8\xa6\xa7\x14\x10\xf9\x6f\x4c\xf7\x42\xeb\x02\xc5\ -\x15\xd4\xb4\x4d\x22\xf2\x2f\xe2\x43\x46\x14\x2c\x22\x5a\x44\x21\ -\x61\xbd\xb4\xfd\x86\x2b\xce\x7a\xe3\x68\x8a\xb0\x65\x17\x9d\xd9\ -\x4b\x4d\xc3\xb9\x4d\x21\x03\x44\x62\x6f\xfe\xd6\x41\x28\xac\xe7\ -\x36\x57\xd0\x19\x56\xa3\xa9\x86\xee\x65\x73\x11\xfb\x46\xa9\x44\ -\x9c\x5b\x81\x7e\x3b\x9b\xa8\x00\x5d\x7b\x30\x7d\xde\xad\x82\x17\ -\x94\x7d\xbf\x0f\xa9\x9b\xe7\x54\x96\x85\x03\x13\x72\x34\x7d\x09\ -\x88\x08\xf0\xdd\xa5\x58\xe4\x2b\x28\x99\xef\xe7\xe7\x6c\x2a\x2f\ -\xd4\xfe\xca\x8a\x68\xac\x1b\xc2\x63\x2f\xfe\xdb\x49\xd0\x1b\xa8\ -\xdd\xf3\x35\xf3\xec\xb8\xe5\x18\x79\x30\xba\xcb\x1e\xaa\x5e\xbe\ -\x32\xac\xe0\x72\x4f\x03\xa8\x5e\xad\x81\xe1\xff\xa2\x9e\xa8\xbf\ -\x63\x50\xcd\x4e\x33\xb0\xc6\x02\x13\x49\x4d\x3e\x7b\x7d\x54\x1a\ -\x5a\x24\x3a\x9e\x18\xed\x9f\x0f\xe4\x9f\x9a\x99\x29\x16\x71\x03\ -\x16\x25\xb1\xd9\xb8\x47\xc1\x7c\x69\x32\x30\xa7\x6b\xec\x36\x87\ -\x98\xde\x05\x4a\xa3\xce\x9c\xbf\x9b\x6c\x42\x08\xcb\x94\x8c\x60\ -\xb3\x67\x08\x80\x1e\x96\x7d\x46\x93\x02\x28\x05\xe2\x60\x0a\xe9\ -\xe3\xe5\x04\x2f\x09\x95\x96\xee\xb1\x4c\x85\x66\xae\x9a\xf2\xb3\ -\x4e\x27\x74\x2d\x25\x37\xf0\x2c\x32\x2a\xb7\xb3\x26\x40\x1a\x01\ -\x98\x22\xeb\xae\xed\x59\xe6\x41\x0f\x6c\x0f\xec\xce\x45\xf5\xcc\ -\x80\x76\x38\x14\x3a\x1d\xb1\x34\xed\xc6\x5b\x91\x8c\x5c\x2c\xb6\ -\xd9\x4c\x1a\xb1\xf3\xdd\xdd\x45\x48\xfb\x3a\x8e\xc0\x3b\x09\x50\ -\xa3\x86\xb6\xb0\x49\x1e\x28\x84\xa1\xe8\x6e\x5b\x50\xd0\x25\xe1\ -\x2b\x35\xad\xfe\xac\x6f\xd4\x27\x64\x7c\x9f\xc8\xbd\xe8\x7b\x76\ -\x33\x8b\x3d\xf1\xba\x73\x60\xfb\xc5\xb0\xa7\xce\xbf\x1f\x22\xf7\ -\xcc\x8c\xaa\x53\x6b\x28\x4d\xc9\x51\xa9\xe3\x5c\x19\x4e\xa5\xa0\ -\x92\xa5\x52\x1a\x6f\x1a\x30\x06\xbd\x4e\x19\xb8\x68\x2f\xa2\xc6\ -\x62\xdb\x78\x00\x30\x68\x7c\x9d\x20\xb9\x6b\x50\xe5\x43\xd7\x42\ -\xbc\x6a\xae\x6e\x13\x99\x1b\xb5\xee\xd6\xb4\xdc\x5e\xff\xdf\x9c\ -\x86\xf6\xcf\xc0\x6d\xfe\x0f\xfa\xdb\xdb\xcf\xb7\x22\xef\xe4\x84\ -\x53\x38\xaf\xd5\xff\x96\x9a\xab\x1e\x90\xe9\xf4\x14\x2f\x80\xeb\ -\x24\x6d\xce\xf9\xb5\x69\x15\xea\x66\xec\xb5\x49\xd2\x00\x3f\x47\ -\x4f\xe9\x38\xe0\x9c\x1b\x5d\x9b\xd0\x74\x03\x93\x6d\x19\xfa\x64\ -\xab\x5b\x1e\xd7\xf7\x99\x34\x3c\x29\xef\x17\xaf\x09\xf6\x49\x7d\ -\x48\xbb\x57\x7d\x96\xa5\x70\xe0\x7c\x9e\x6c\xb6\xe1\x02\xdc\x43\ -\x0e\x21\x73\xd4\xc4\x2d\x7a\xc9\x0a\x4d\x1a\x2a\xde\x0f\xe1\xfa\ -\x7a\xe1\xd5\x63\x33\x2c\x81\x4a\xbf\x41\x2a\xcd\x24\x66\xf6\x4e\ -\x09\x04\xf5\x67\x1d\xc2\xe8\x46\x99\x4e\x4d\x0c\xa7\x53\x83\xee\ -\xa9\x91\x54\x9c\x5c\x53\xab\x4c\x4b\xa1\x21\xfe\x15\x2d\x8c\x3c\ -\xc0\x92\x9f\x73\x62\xd5\xd0\xef\x86\x92\x3b\xe6\xc8\x5f\x4c\x4a\ -\x6e\x62\x01\x42\x98\xe3\x8f\x4d\xcb\xa9\xbb\x03\x5a\x21\x85\xe4\ -\x93\x4a\x6f\xb0\x47\xb3\x68\x5f\xfc\x6c\xee\xa9\x5b\xb8\x79\x2d\ -\xc2\x23\x77\x82\x5b\xa1\x7d\x7c\xd6\xe1\xd6\x45\x66\xa0\xc1\xa1\ -\xc7\xf5\x0b\x19\x54\x52\x0d\x4c\x78\x07\x98\xa8\x84\x82\x7f\xa3\ -\x17\x87\xcd\x7e\x99\x10\x6d\x94\xb8\xa0\xf4\x46\x11\xe3\xfb\x32\ -\x7f\x67\xae\x3b\x8e\x82\x8f\x81\x80\x3c\x97\x0c\x22\x3e\xaa\x00\ -\x09\x9d\xca\x9c\x53\xfc\xee\x1c\x17\xc0\xe4\xa1\xb3\x06\xcd\x72\ -\x03\x49\x53\xc9\x62\x20\xb3\xe7\xf4\x1c\x20\xd6\x25\xf4\x5a\xbf\ -\x97\xdb\xd9\x90\x8c\x99\x3a\xf9\xa2\x90\x90\x64\x2f\xb3\xeb\xdd\ -\xc4\xb4\x61\x99\xc2\x12\x06\x1f\x20\xa5\x58\x97\x7f\x87\xda\x5f\ -\x5c\x69\x1d\xe4\x64\x58\x31\xfd\x21\x33\x5e\xf9\x56\xd8\x9f\xda\ -\x9e\x91\x34\x42\x7c\x77\x61\xdc\xa7\xad\x95\x12\x79\xbc\x0f\xf1\ -\x09\xb8\xbc\x32\x6b\x70\x73\xa9\xbb\x02\x70\xde\xa1\x39\x80\xc4\ -\x95\x3d\xc1\xef\xae\xa3\xd7\xbb\x93\x5a\x5d\x41\x74\x9b\xc8\x27\ -\x80\xcc\x48\xe7\x54\x3b\x9a\x4b\xb9\xd6\x34\xbb\x2b\xe7\xff\x1f\ -\xba\xde\x19\xfe\x0c\x5f\xd8\x33\x72\x4c\x34\xfe\x6d\xa3\x87\x5f\ -\x1a\xd0\x98\xda\x1e\x21\xf2\xf5\x67\x94\xd7\x87\x64\x60\x99\xd2\ -\xe0\xf1\xa2\xf1\x23\x4a\x56\x50\x5d\x5b\x6c\xff\x37\x81\xab\x42\ -\x9d\x2b\xe7\xa5\x1a\xa7\xf1\x09\xc6\xc0\x2d\x3a\x61\x67\xa8\x5c\ -\x9c\x9d\xb7\xe7\x2a\xa0\xfa\x27\x6a\x7d\xc5\xae\x23\x4d\x76\x59\ -\x0d\xf8\xf5\xba\x85\x79\x77\x93\xcd\x50\x75\xc6\x1d\xa0\x71\x87\ -\x5d\x6e\xb5\x70\xde\xd3\x62\x13\xf6\xed\xf3\x1a\x14\xd3\xfb\x5b\ -\x3d\x49\xc5\x86\xbf\xee\x93\xf9\xb6\xf8\x1c\xa1\x74\x57\x3b\x2c\ -\x7a\x8b\xed\x2b\x93\x43\xde\x44\xce\x66\x5f\x6c\x13\x16\x7e\x0d\ -\x4a\x93\xcd\x86\xdc\xf9\x9e\xdc\x68\x7a\xbb\x9e\x65\xb1\xbb\xdd\ -\xb8\x9e\x89\x33\xc8\xb6\xd1\xe1\x36\x37\x23\x34\x87\x13\xc2\x12\ -\xc4\x07\x07\x1d\x2d\x1c\xe6\xf0\x9d\xbf\x7b\x1b\x0f\x36\xcb\xe4\ -\x97\x22\xbe\x1e\x24\x9d\xea\xb0\x39\xe3\x40\x0f\x90\x0b\x2a\x93\ -\x00\xee\xad\x00\x00\x20\x00\x49\x44\x41\x54\x44\xa1\x2e\x38\xdd\ -\x70\xa7\x3b\x44\xb1\x4b\x89\x64\xf8\xf4\x4b\xa8\xd8\x94\xfa\x54\ -\xcf\x2f\xa0\x9d\x22\x52\x26\x79\xf2\xff\x32\xf6\x66\xd9\xb1\x24\ -\x39\x96\xe0\x05\x44\x8d\xcf\x23\x6b\x35\xb5\x9a\xda\x42\x2f\xa3\ -\xd6\xdc\xa7\x33\xc3\x49\x13\x01\xfa\x03\xa3\x88\xaa\xd1\x23\xea\ -\x78\xf2\xd5\x1b\x48\x33\x35\x19\x80\x8b\x3b\x10\x36\xfa\x04\x79\ -\xc1\x6d\xba\x29\x3c\x52\xfa\x94\xad\xf9\x65\xbe\x1f\x14\xbf\x4d\ -\x96\x4e\xea\xdf\xa7\x80\xc0\x7e\x51\x77\xb3\x87\xdf\xfe\x77\x1a\ -\x80\xfc\x27\x93\xad\xdf\x68\x83\x37\x24\xaa\x21\x92\xec\xd6\xf7\ -\x37\x7e\x33\x85\xee\x41\xdb\xfb\x1d\x8f\x94\xc6\x53\xf4\x5a\x8f\ -\x52\x6f\x61\x8f\xdd\xc4\x02\x18\x58\x5a\x21\xde\xd2\x1a\xd1\xfc\ -\x3c\x78\xe7\x4d\x3f\xbf\x7f\xde\x8a\x25\x6a\x66\x26\x4a\x03\xe2\ -\x93\x8e\x7e\x49\xc5\xc1\x34\x98\x3f\xd0\x4d\xe2\xb8\x9b\x7e\xc8\ -\x6a\x36\x38\x1d\x4d\x8c\x8b\xfd\x6c\x76\x3b\x88\x53\x99\x24\x96\ -\xed\x65\xcd\xda\xfd\xfd\x94\x63\xdb\x5e\x2c\xdb\x6b\x5a\x95\x1b\ -\xd2\xb4\x29\x4b\xed\xc2\x39\x7f\xbe\x86\x03\x9d\xc4\x34\x26\xdc\ -\x99\xc8\xe3\x0c\xea\x6e\x3c\xd7\x0b\x7b\x3e\x95\xea\x71\x59\x7c\ -\xb0\x2b\x3e\x8b\x84\x7e\xf9\xa1\x35\x54\xc8\x89\x86\xba\x03\x13\ -\x9a\x91\xcb\x1d\x72\x51\x98\x1b\x5c\x31\x0f\x76\x70\xac\x37\x63\ -\xcc\xd4\x02\x25\x8b\x9e\x74\x52\xda\x32\xfc\xba\xa1\x98\x21\x4a\ -\xd6\x34\x33\xaa\xcb\x79\x38\xcd\x52\x1d\x19\xb6\xe5\x11\xf6\xc7\ -\x5c\xcd\x49\x36\x85\xc3\xcf\x7c\xff\x33\xa6\xdd\x91\x91\xa2\xf9\ -\x5d\x9f\x51\x74\xae\x4b\x34\xce\x18\x11\x71\x9a\xb8\x96\x5e\xef\ -\x30\x76\xda\x9b\x3a\x6d\x0d\xa1\x3e\x16\x79\xf4\xa1\xf1\x12\xac\ -\x7c\x4e\x69\xca\xe1\x41\x95\xb6\x1c\xef\xf4\x55\x3a\xee\x21\x21\ -\x24\x55\x28\x5e\x5a\x7e\x1f\x95\xe6\x0c\xb8\x6e\x13\x8f\xbd\x28\ -\xda\x9d\x36\x89\xce\x50\x4e\x7a\x08\x44\x6f\x2b\xa8\x31\x43\x36\ -\xd0\x8f\xda\x5e\xd3\x07\xfa\x69\x4c\xd9\x70\x52\x82\x39\xcf\xcd\ -\x5b\xf3\x43\xa7\xf5\xfc\xee\xb4\x56\x3a\xf0\x3a\x37\x4e\x2a\x78\ -\x37\x60\x78\x76\x0e\x40\x4e\x7b\xf7\x78\x05\x9f\x62\x52\x69\xcd\ -\xab\x28\xc3\x0d\x9c\xa2\x56\x08\xfe\x9a\xff\xf5\x1f\x4e\x57\x9e\ -\xfe\x2d\xeb\x3d\x18\xf6\xd6\x2c\x9e\x8d\xc6\x2f\x41\xde\x94\x06\ -\x39\x9f\x9b\x84\x13\x10\xef\x9f\x53\xea\xe2\x3d\x93\xb1\x9e\xdf\ -\x79\x57\x3e\xb0\x78\x3e\x65\x55\xe9\x73\x63\x63\xcd\x1f\xfd\xa3\ -\xfe\xec\x9f\x1a\xab\x11\xb4\x70\xd0\x63\x2a\xc3\xcd\x80\x4c\x77\ -\xfa\x2e\xff\x83\xde\x4d\x1e\xde\xd7\x4e\x83\xe6\x62\x56\xb5\x5a\ -\x18\xf0\x6c\x43\xdc\x35\xc6\xcc\x0c\x5d\xe3\x36\xad\xdc\x1a\xec\ -\x27\x5f\x82\xb8\x1b\xb8\xee\xa1\x75\x0b\xd8\xc6\xad\xee\xdd\xa7\ -\xdc\xbe\x7f\xc6\x7d\xff\xf4\xca\x71\x80\xb0\xb0\xcc\x3c\xaa\x51\ -\x62\x55\xe7\x56\xff\x89\x83\xb7\x22\x01\xf8\x0f\x98\x7d\x82\x64\ -\xe3\xb7\x31\x78\xa1\xdb\x9d\x1f\x9e\x8b\x3c\xca\x50\x48\x59\xa1\ -\x74\xed\x51\x07\x6c\x99\x65\x3a\x38\x3d\x06\xf4\xb7\xbd\x16\xa0\ -\x6d\x44\x1e\x91\xa6\xae\xab\xd3\xff\xfb\x80\x69\x89\x3d\xdb\x25\ -\xfa\xdc\x58\x25\x5f\xde\x69\x24\x96\x8b\x24\x99\x0a\xdf\x5d\xbe\ -\xe0\x5a\x7d\xf6\xc3\x94\xdd\xd2\x99\x98\x37\x2e\x70\x0f\xcb\x3c\ -\x45\x70\x36\xc1\x58\x0d\x41\x3b\xc9\x9f\x28\x84\x1f\x1e\x8e\x18\ -\xa2\xbe\x59\x62\xdd\x13\x61\x65\x84\x38\x9d\xeb\x7b\x45\xfe\xd4\ -\xb2\xa2\x9f\xf9\x2e\x46\xdf\x50\xb1\x5f\x0a\xeb\xdf\x1c\x93\x42\ -\x64\x7b\x8a\x02\x93\x8b\x8a\x3d\x84\x38\x37\xea\x86\x7c\xb3\x53\ -\x31\xf7\xf0\xd8\x47\x11\x22\xef\x97\x4e\xb8\x93\x50\x77\xb5\x79\ -\x98\xbc\xd9\x44\xa2\xb9\xe7\x99\xa7\xf4\x66\x65\x69\x87\x8e\x6e\ -\x85\x48\x5d\x0c\xf7\x00\xd6\x2d\xd8\x91\x6d\x9c\x1a\x36\xee\xaa\ -\xd8\xdc\xc5\x9e\x02\x02\x9f\xb8\xc9\xfd\x67\xec\xa8\x20\x7b\x76\ -\x4d\xd7\xea\x8c\x47\x8d\xc6\x3f\x66\xb2\xf4\x69\x4d\xe4\x90\x8d\ -\x71\x6b\xc6\xfe\x09\x1d\xdb\x26\x74\x0f\x1c\x6b\x62\x40\x96\x66\ -\x50\x36\x1d\x06\x01\x4f\xc5\xf5\xa7\x1c\x94\x25\xd2\xa8\x39\xba\ -\x4d\xfa\xc6\x18\x5b\xce\xd6\x15\x8d\x6a\xbc\x3e\x36\x0d\xc3\xe3\ -\xfb\xe7\xd0\x6a\x34\x47\xbb\x43\x2b\xf3\x44\xbd\xbc\x4f\x2d\xdc\ -\x66\x5e\x9a\xa6\x88\x1a\xef\x50\xa8\x2e\xc9\xe6\x6c\xd7\xe9\x6c\ -\xb7\x9c\x1d\x43\x24\xcc\x66\x5d\xbf\xf2\x65\xf5\xa4\x76\x6a\xf4\ -\x92\x58\xa5\xe7\xde\x2e\xb3\x93\x85\x10\x6a\x13\x59\x6e\x8b\x7a\ -\x78\xa6\x09\xe2\xd1\x2e\xbf\xc8\x73\xf7\xcf\x79\x8c\xa4\x0c\x2b\ -\xfb\x04\xd2\xed\xad\xa7\x38\x6f\x1d\x35\xe9\x65\x7a\xa6\x4a\x5b\ -\x51\xd2\x26\x18\x1f\xe9\x49\x3b\x35\x8a\xd8\xa7\x5d\xed\x19\x91\ -\x0b\x97\x0b\x7c\x69\x7f\xd6\x02\x2e\x73\xac\x17\x47\xe3\x2f\x4e\ -\xa3\x39\x09\x85\x3e\x02\x6b\x27\x9a\x6d\xeb\x6b\xec\xd3\xf7\x08\ -\xf5\xf5\x49\x8a\x90\x47\x34\xb4\xe2\xca\xd6\xc6\xca\xe2\xbb\x52\ -\xef\xef\xe2\x6e\xdd\x74\xb7\x54\x05\x17\xe9\xaf\xf4\xa8\x4e\xb7\ -\x1e\x1e\x3f\xb0\x51\xf0\x8e\x69\x51\x9f\xd4\xdc\x32\x95\x1e\xf4\ -\x47\xff\x09\xf5\x2f\x82\xda\xb3\x31\x40\x6f\x80\xe2\xfd\x23\x41\ -\xaf\xfe\xbd\x17\x8e\x69\x43\x84\xc4\x46\x93\x87\x3e\xb1\x79\x7e\ -\x0d\x4f\xda\xc3\x3e\x69\x0c\x4a\x91\x31\x32\x64\x7b\xcd\xd5\xa8\ -\xb3\x83\x04\xfb\x14\x38\x28\xc4\x82\x07\x4d\xd9\x36\x39\x8c\x83\ -\x5f\xee\xeb\x89\xcd\xb1\x54\xb6\x38\x0c\xe0\x9e\x07\x74\x3e\xdb\ -\x7d\xed\x46\xde\x4f\x82\x2a\x0d\x91\x7e\xa4\x07\x93\xec\xae\x89\ -\x7a\x14\xdc\xda\xee\x53\x8f\x8d\xe9\x13\xe3\x0d\xf4\xfb\x54\xd8\ -\x2b\x97\x35\x79\x33\x1f\x79\x0a\x00\x3f\x3b\x07\xd6\x06\x48\x1f\ -\x13\xc3\xff\x94\x69\xb1\xdf\x55\x7c\x03\xab\xf6\x75\xf1\xcc\xc6\ -\x79\x5c\xeb\x1a\x93\xfd\x9d\x1e\x7c\x4e\xcc\xfb\x33\x19\x3d\x58\ -\xba\xbf\x6e\xb9\xe7\x1e\xdd\x3f\xe3\x7f\x76\xf4\xbd\x4d\x21\x6f\ -\x52\x00\x6d\x6e\x9a\xf7\x73\x8f\xb8\x74\x9c\x1b\x70\xd8\x3e\xe3\ -\x27\x13\xab\x72\x93\xbe\x4f\x43\xf7\x89\xe2\x43\xb3\xe5\x9f\x8b\ -\x35\x25\xab\x80\xc2\xe3\xf3\x93\xa0\xc5\xf9\x9f\xad\xb5\x92\xe2\ -\x16\xf5\x17\xe9\x4e\x65\x0d\x61\xd1\x27\x3d\xf9\x42\x65\x47\x9e\ -\xef\x69\x97\x7e\xf8\x34\x0a\x57\x06\x4e\x2f\xea\xac\x97\x69\x4c\ -\x0d\xcf\xc1\x2a\x57\x68\x07\xbd\x1e\xde\x3b\x89\xed\x27\xd1\x32\ -\x53\x8a\xcf\x7e\x28\xb6\x1a\x35\xc0\xdd\x81\x02\x85\x3a\xf8\x46\ -\x91\xc3\x18\x8c\xb4\x94\x35\x54\x6d\xac\x58\x60\x5c\xe9\x4f\x10\ -\xc3\x99\x1b\x78\xdb\xf8\x88\x27\x7b\x48\x3e\x6c\xb3\xeb\x3d\xbf\ -\x01\xf5\x8c\x1b\x8c\x72\x55\x1b\x8c\x31\x06\xde\x28\xbb\xf5\x48\ -\xa2\x2e\x29\xaa\x7a\x81\x63\xfc\xff\xc1\x5c\x53\x2a\x37\xa0\x50\ -\x6e\xee\x54\x2e\xca\x64\x66\x0c\xba\xa0\x4c\x58\xf2\x6d\xc6\x40\ -\x8a\x74\xed\x20\xef\x5c\xed\x75\xc4\x46\x93\xa3\xa8\x77\xaa\x08\ -\x9b\xf9\xad\x2c\x31\x4b\xc4\x98\xdc\x90\x35\x6b\x4b\x3c\x13\x02\ -\x65\xf0\x20\x50\x5c\xc3\xe8\x4a\xd3\xdd\xeb\x12\xfd\x09\xf1\x65\ -\x64\x4e\x35\x73\x84\xa7\x03\x6a\x8a\x85\xbb\x5e\x74\x58\xa1\xb3\ -\xfb\xe4\xeb\xc4\x38\x4c\x2c\x44\x17\x06\x33\xd6\x7a\xe3\x7b\xda\ -\xe1\x93\xb6\xd1\x3c\x52\xb8\xaa\x2a\xd0\x39\xbd\x50\x8f\x2d\x37\ -\x76\xca\x17\xcc\xf2\x98\x06\x7b\x78\x59\x71\xf2\x99\x2d\xb7\xe4\ -\xec\xb0\x37\xa7\x43\x52\x4b\xc5\xf6\x0d\x62\x77\xe4\xf2\x9c\x2a\ -\xc5\x94\x37\x98\xed\x67\x8c\xb0\x86\x8f\x67\x04\xbf\x54\xc3\xe8\ -\xde\xb9\x28\xc6\x1e\xe4\x6d\xe1\x99\x3e\xce\xc7\xaa\xa9\x7d\x65\ -\x60\x4c\x37\xc9\xd8\x0f\xea\xe5\xd4\x2d\x7e\xb2\x01\xa6\xb8\xd4\ -\xd8\x72\x2a\x7c\x02\x67\xcd\x1b\xb9\x2b\xe3\x68\xa3\x68\xaa\x7c\ -\x30\x91\xcc\x6d\xeb\x45\xc6\xd3\xcf\xb1\x0d\x38\x9b\x79\x06\xb5\ -\x49\x9b\x6d\xac\x9f\x9f\x9f\xe6\x68\xd6\xac\xcb\x97\x7a\x0e\xd2\ -\x3b\xbf\x97\xd9\x97\x53\x6a\x3c\x98\x19\x53\xde\x6e\xac\xc2\x1e\ -\x36\x17\x13\xc0\x91\x87\xe5\x89\x18\xee\x22\xe9\xe9\x17\xbb\x8f\ -\xa0\xaf\xd7\x36\xe9\x5b\x9e\x43\x65\xa5\xda\xc0\x35\x2e\x8c\xc1\ -\x79\x99\xbd\x75\x3a\xdd\x8c\x92\x6e\x4b\x44\xb6\x9e\x99\xf0\x2d\ -\x33\x51\xec\xe1\x04\xa9\xa0\x8c\xd8\xb6\x2c\x37\xc3\x33\xd5\xbc\ -\x5f\xcc\x83\xeb\x35\x87\x4b\xa4\xed\x2d\xf1\xcc\x1a\xde\xec\xc0\ -\x69\x30\xc6\xb8\xf0\xfd\xfd\x6f\xb3\x0c\x0e\x47\x30\x3d\x68\x4d\ -\xeb\x07\x24\xc3\x83\x80\xdd\x34\x41\xc5\x73\x49\x0c\x21\x5b\x1a\ -\x1a\x99\x4e\x90\xb1\x06\x67\xce\x77\xf2\xeb\x25\x11\xf6\x7d\xf2\ -\x9b\x17\x25\xd4\x69\x18\x4e\x73\x1e\x8c\xa5\xdf\xa6\x1d\x02\x83\ -\xe9\xcb\xcd\x1c\x80\xa5\x00\x78\x40\xe5\x07\x18\x03\x34\x5e\x2e\ -\x51\x62\xd7\xab\xd8\x7b\x5a\xba\x1a\x05\x62\x94\x7d\xf8\x16\x06\ -\x1d\xae\xa9\x4e\xd1\x52\x9f\xa4\xc8\xc2\xfb\xfd\xb3\x15\x22\xb7\ -\xc9\x1e\xd7\x64\x33\x86\x73\xd2\x9c\x98\x64\xce\x5c\x2f\x97\xef\ -\x69\x6d\x14\xd1\xd3\x15\x93\x3a\xd2\xba\x5d\x68\x63\xd3\x2b\x19\ -\x45\x69\x61\xad\x64\xf6\xd4\x05\x2f\x55\x18\xfc\x2d\xdf\xdb\xe4\ -\xe4\x72\xa4\x30\x54\x4e\x3f\x6b\x39\x0f\xfe\xca\x3c\x1d\x55\xf1\ -\x29\x17\x59\x0a\xf6\x46\x8f\xf5\x5e\x51\x2f\x88\x4e\x07\xa6\xc8\ -\x75\x03\xda\x26\x60\x76\x66\xfd\xe8\xdb\xce\x8c\xa6\x59\x2b\xbd\ -\xc1\xc8\x80\x5f\x03\x1a\x78\xcb\x54\x32\x1c\x60\x22\xa2\x30\x98\ -\x14\xcc\x5f\xd5\xe0\x29\xa0\xa8\xef\x7f\x6b\x94\xc9\x5c\x13\xd3\ -\x8e\x3f\xa7\x30\x96\xb7\x48\xb8\x72\xff\x77\xed\x4d\x44\x9c\xc8\ -\x10\xc8\xdb\xcf\x17\xe2\xa4\xe6\x11\xea\x59\x58\xc8\xf3\x4e\x4d\ -\xb6\x29\xc3\x70\xdf\xca\x65\x9f\x93\xbb\x1c\x4a\xc8\x28\x06\x7b\ -\x08\x76\xa3\xa9\xb7\xe9\x16\x3b\xa5\xeb\xbd\x2c\x6f\x8a\x3a\x6d\ -\x9f\x0d\x3c\xbc\x88\x3c\x27\xe8\x82\xa8\x69\xe8\x38\x82\x3f\x87\ -\x5d\x44\x53\x4c\xdb\x5b\x67\x68\xd3\x7e\x90\xb4\x89\x53\x50\xfe\ -\x0e\x03\x8c\xb5\x3c\x77\xec\x6a\xc5\xbb\x04\xad\x05\x6f\xcf\x53\ -\x62\xe2\x9c\x2e\x48\x6a\x7e\x05\x03\xef\x16\x67\xd1\xf7\xbc\x17\ -\x9a\x84\x3d\xab\xb3\x17\xc6\x4b\x53\x86\x10\xeb\xa5\x26\x2d\xbe\ -\x56\x22\x80\xbc\xd1\xfd\x2d\x24\x3b\x0e\xcb\xe9\x4d\xec\xf5\xc8\ -\x52\x98\xf2\x63\x8e\xbd\x91\xcb\xc8\xfb\x54\x50\xde\x73\x63\x33\ -\xf4\xa2\x7e\xa7\x9d\x97\xf6\x35\xa3\x82\xd5\x6a\x24\xe2\xe1\x94\ -\x6a\xae\xca\xce\x81\xad\x4f\x34\xca\xb8\x83\xa6\xbc\x1b\x88\x8d\ -\x2d\x4e\x47\x95\x3c\x03\xf0\x34\x07\x30\xcd\xde\x54\xb1\x7b\x3e\ -\x64\x01\x49\x03\x26\x10\x1b\x85\xec\x6d\x08\x78\xad\x7d\xf1\xa6\ -\x34\xdc\x47\x69\xb8\xee\xfe\x0e\x1a\x0b\xc1\xe8\x6d\x1b\xef\x74\ -\x7f\x2f\x6f\x59\xee\x29\xc4\x49\x4b\xb3\x5e\x60\x21\x09\x50\xd9\ -\x04\xdf\xe7\x80\x2b\x40\xbb\x13\x18\x4e\x20\xd7\xef\x5f\x32\x40\ -\x91\x29\xa5\xaa\xb6\xbe\x22\x67\xcf\x6f\xd7\x0c\x61\x54\x85\xd2\ -\x82\x92\xd5\x2b\x11\x2d\x33\xd8\x9b\xb5\x30\x7f\xd3\x69\x75\x3b\ -\x39\x0b\xc2\xf3\x47\x2d\x9b\x94\xf0\x33\x67\x46\x4a\x9c\x40\xa8\ -\x7d\xc6\x33\x0d\x30\xcc\x73\x40\xb1\xd6\xc2\x5a\x6f\x08\x04\x73\ -\xbe\xa1\xba\xbc\x3f\x40\xe6\x22\x32\xbf\xbc\xce\x7e\x5b\x48\x32\ -\x5b\x0e\x98\x5c\x03\xb4\x96\x39\xe7\x01\x7b\xe6\x59\x02\xfe\x39\ -\x2b\xb4\xf7\xcf\x0a\xe0\x72\x3d\x9d\x6b\xb0\x60\xec\x91\xa8\xbf\ -\x24\xa5\x24\x0e\x44\x13\x61\x8c\x0b\x3f\xf4\xed\xce\xa4\xab\xf2\ -\xc8\x7c\x2d\x8f\x01\xcb\x51\x55\x6b\xe5\x18\x76\x4e\xd8\xd4\x6e\ -\x42\x97\x83\x76\x3d\xee\xa8\xd9\xb3\x2f\x99\x99\x13\x68\x7a\x4a\ -\xc9\x88\x8d\x81\xa0\xaa\xff\x78\xed\xf1\x36\xcd\xb4\x2e\x5c\x74\ -\xd9\xc4\x6a\x3c\x2c\x48\xca\x09\x4e\xcf\xeb\xde\xd1\xda\xf0\x9c\ -\xdf\x51\x0b\x5b\xec\x79\xb1\x0b\x25\x25\xcf\x36\x4d\x43\xe8\x5a\ -\x50\x9f\x01\x45\xa5\x7d\xb2\xcb\x60\x5a\xb6\x89\x68\x7a\xd5\x97\ -\xcb\x92\x15\x13\x4c\xbd\xfb\xe7\xdb\xe4\x8d\x49\xb3\xbb\x2d\x0a\ -\x54\x7d\xd0\x69\x9e\x20\xe7\x33\xb0\x02\xe6\x4c\x99\xdf\xa6\x58\ -\x4a\xe0\xb1\x8f\xb5\xf3\x22\xd8\x68\x2c\xf8\x80\x24\xb1\xbb\x8e\ -\x71\x36\x7e\x61\x8f\x1d\x21\xb9\xf8\x25\x87\x21\xe8\x9a\x96\x10\ -\x2d\x99\x8c\xbd\x15\xe0\x4d\x1f\x71\x43\x4c\xc9\x72\x06\xce\x6c\ -\x13\x51\xc9\x29\x50\x34\x04\x1c\xf9\x00\x4d\x87\x75\x8a\x5e\x6f\ -\x68\xee\x3f\x38\x22\x9e\x0e\x31\x4f\xef\xf1\x13\xdf\xf9\x57\xcb\ -\x59\xa2\x36\x19\x7b\x70\xc5\x19\x9c\x0d\x44\x9f\xf6\x3d\x21\x4f\ -\x4f\x54\x88\xfe\x3e\x2b\xe7\x67\x2f\x0e\x4a\xdf\x83\x8f\xef\x67\ -\x9b\x88\x35\x91\x76\x4c\x50\x3e\x51\x24\xf1\x61\x96\xaa\x8a\xca\ -\xa5\xf9\x88\xd4\xeb\x46\x8f\x19\x63\xa0\x78\x3b\xde\x80\x88\x6e\ -\x88\x34\xa9\x37\xaa\x84\x86\x08\xdd\xd1\xbb\xde\xf9\x9e\xc8\xed\ -\x56\xd8\x61\x40\x54\x30\x28\xd0\x48\xae\xa6\xa1\x51\x75\x6c\xfd\ -\x5d\xfe\x1a\x76\x5a\x5b\xbe\x0f\x47\x1d\xbb\x6e\x07\xb0\x71\xbf\ -\x5d\x64\xa3\xe5\xcb\x95\xa6\x2d\xd6\x2e\x37\x7b\x60\x72\xea\xec\ -\xe6\xf4\x18\xd3\x82\x68\x20\x3b\x72\xbc\xac\x90\x26\x30\x32\x35\ -\x1c\x11\x50\x4b\x16\x5c\xce\x57\xfe\x4c\x73\xaf\x08\x97\x35\xe4\ -\xfb\x0b\xea\x0c\x49\x39\xb0\x05\xa0\x1f\x88\x1d\x75\xd7\xd1\x3e\ -\x41\x62\xfd\x38\xd9\x3c\x27\xe2\x66\xa1\x7b\x20\xc6\x63\x9f\x80\ -\x85\xe8\x58\xf5\x99\xae\xf3\xe9\x2c\xbb\xed\x47\xd1\xa4\x76\x7c\ -\xa4\xd3\xa2\x72\x00\x4f\x5a\x49\x14\xbe\xac\x39\xf4\x3c\x91\x15\ -\x74\xb7\xba\x7b\xe7\x22\x2d\x5d\x65\x17\xc4\x4b\x02\x11\x41\x25\ -\xe4\x8f\xb4\xa1\xcd\x02\x9e\xb4\xe9\x4f\xf0\xa0\x33\xe2\xf6\xe7\ -\x61\x2e\xe1\x02\xec\x1b\xea\xed\x08\xf2\xe9\x40\x10\x9a\x42\x35\ -\x90\xb2\x8e\x2f\x7e\x98\x62\x53\x5b\x3f\xf4\x38\x59\xb8\xed\x4d\ -\x7d\x76\xe9\x4d\xe0\x69\x2b\xc8\xff\xd9\x4e\xfa\x31\xaf\xe8\xc3\ -\xb9\xc9\xde\x10\xf7\x69\x6d\x84\x63\x3f\x9d\xb1\x32\xf5\x98\xe2\ -\xf1\xe3\xe4\xcd\xc5\x82\x1b\x25\xf0\x09\x8d\x7f\x72\xf3\xbc\x4f\ -\x32\x68\xd3\x34\xe5\x54\x02\x9f\xcd\xa7\xfe\x93\x7b\xe9\xd3\xe4\ -\x92\x1f\xcc\xad\xfa\xeb\xe5\x07\x36\x43\x02\xb8\x87\xb1\xc7\xc7\ -\xc9\x20\x76\xf3\x8a\x7e\xcf\x0d\x72\xf1\x3e\x6a\xd2\xbb\x0d\x2f\ -\x79\x3c\x68\x9c\xaa\x01\x65\x6a\xae\x8c\xd1\x3c\xb6\x09\x2b\x3f\ -\xd1\xe5\x7d\x8f\x5c\xc4\xc9\x5e\xe0\x07\xed\xea\x5a\xcb\x19\x17\ -\x5a\x67\x66\x3a\x02\xea\x7f\xfc\x9c\x7f\xd5\x49\x6f\x4c\x20\x3d\ -\xce\x97\x3b\xa0\xf4\xbb\x4e\xeb\xf9\x79\xf7\xfb\xfe\x34\xb4\xb2\ -\xfb\x9a\x8b\xc2\xbd\xe9\x95\x2c\xe7\xaa\xdf\xb7\xda\x5c\x78\x11\ -\x39\x72\xda\xf5\xd6\xed\x7c\xf8\x40\x4b\xdd\xef\x08\x77\xda\xcb\ -\xa1\xc5\x09\x2e\xef\x77\x81\x81\x90\x1d\xac\xdf\xe3\x40\x7a\x5d\ -\x27\x3a\x93\x2a\xfa\x34\xd1\xcf\x1c\xce\x14\x0f\xf8\xbd\x4f\xc5\ -\xa4\xd8\x73\xc4\x8c\x55\x41\x2d\xfb\x6f\xa4\xc9\x8e\x47\xaf\x60\ -\xd7\x9c\x45\xed\xc0\x2d\x26\x28\xa2\x9a\x6c\xfd\x5e\x37\xb9\x51\ -\x9e\x57\xce\x68\x79\x3a\x17\xa9\x7d\x7f\x06\xe3\x2d\xe1\xae\x6d\ -\x5f\xaf\x30\x12\x88\x87\xba\x0e\x9b\xee\xbc\x90\x13\xa9\xdb\xc5\ -\xe3\x17\x73\xd2\x8d\xfa\x05\xfc\xc9\x2e\xda\x8a\xa7\x2e\x4c\xe3\ -\x9d\x9a\xd3\xec\x69\xd9\x1d\x39\x04\xfa\x7c\x98\x91\x37\x53\xa4\ -\x39\x32\xde\x10\x7d\x52\xe3\xf6\x07\x17\x9c\xf4\x18\xd1\x1b\x87\ -\x32\xde\x97\xdb\x07\x36\x61\xbf\x6e\xa1\x7d\x55\x70\x52\x65\xc9\ -\x6c\x99\x03\xeb\xbe\x69\x59\x6f\x5c\xeb\x3e\x66\x8d\xe0\x60\x6a\ -\x4e\x53\xa7\x39\xc3\x6f\x1b\x53\xfd\xf3\x91\xc3\xe6\xb4\x74\x27\ -\x9a\x16\xbe\xa2\xd3\x74\x5d\x8d\x6a\x94\x34\x13\xfd\x70\x61\xd2\ -\xb3\xe1\xc8\xa9\xf1\xe8\x54\xa4\xe4\xf7\xaa\x42\xbd\xe3\x37\x5d\ -\x97\x3e\x04\xd9\x3d\xd3\x0c\x9e\xfe\xfb\x4d\xe7\x14\x54\xab\xca\ -\x3d\xa0\x8f\x97\x60\xf0\x8c\x49\x9b\x85\x2f\xe9\xe3\xeb\xa8\xc2\ -\xf0\x89\xf2\x88\x2a\xfc\x23\x1c\x35\x0c\x36\x9a\x80\xfc\x29\x98\ -\x39\xd1\xc5\x07\x0d\xd6\xa7\xf7\xfa\xa4\xbd\x5a\xa8\xe2\x99\x99\ -\x0d\xd1\xfc\xf0\xbd\xf6\xd7\x51\x54\x10\x50\xb7\xb1\x37\xa1\x7a\ -\xb4\x11\x03\x17\x02\x92\x3b\xb5\x7f\x00\x8e\x0c\x14\x7a\xe6\xa5\ -\x37\xed\x59\x5c\xb7\x95\x72\xbf\xbf\xc7\xcc\x72\x8b\x9c\x35\x7e\ -\x79\x91\x7c\x52\x2c\x74\xcf\xad\xe8\xef\x55\x34\x5d\xd3\xb6\x00\ -\x55\xdc\xad\xb3\x87\xbf\x08\x82\x0b\xa9\x55\x31\x9c\xfa\x1c\x09\ -\xef\xbd\xa0\x1b\xa0\x4d\xfc\xaa\x59\x28\x1c\xb4\x22\x6f\xee\x45\ -\x00\x1a\x94\x08\x97\xa1\x9f\xa1\xd3\x1a\x35\xb9\x25\x39\x2e\xfb\ -\x00\xa6\x56\xd3\x0e\xea\x71\x09\xfb\x99\x23\xcf\x74\x20\x34\x5a\ -\xce\x13\x2f\x8c\x35\xd8\x7a\xd6\x30\xac\xa6\x51\x24\x3f\x6b\x16\ -\x0e\xfd\xeb\x56\xfc\xda\x45\xc7\xa0\x6c\xa4\x6c\xb2\x57\x40\x97\ -\xfe\x13\x08\xe2\x28\xf5\xb3\x58\xbb\x21\x9d\x51\xee\x08\x63\xd1\ -\xba\x35\x22\xdb\xd9\xdb\x27\x02\x61\x57\x1e\x99\x7f\x5d\x3b\xa3\ -\x0c\xe2\x71\xe3\xd6\x77\xd7\x3f\xa3\xc1\x07\xc5\x89\xb6\xfd\x6c\ -\x13\x79\x6f\xc6\x83\x32\xa7\x52\x67\x36\x14\x17\xc6\xe1\x50\xd8\ -\x83\xea\xf9\xc3\xb3\xe1\xc7\x62\xf9\x13\x15\xeb\x39\xd7\x6a\xa7\ -\x5c\x97\xe0\x8f\x6f\xe7\x6c\x64\xaa\xd5\xfd\x22\xe5\xc0\x79\xbe\ -\xbc\xc3\x9c\xe7\x1f\x1b\x87\x98\x70\x79\x61\x13\x4e\xe7\xec\xc5\ -\x38\x13\xff\x4a\x57\xbb\x47\xc0\xec\xcf\xa8\x1a\xab\x93\x26\xf6\ -\x99\xfe\xf6\x7b\xac\x44\x2b\xe2\x15\x8f\x51\x19\xff\x44\x59\xff\ -\x4f\xf5\x3d\xbb\xe4\x60\x6e\xae\x78\x09\x46\x73\x51\x76\xab\xf0\ -\xfd\x6c\x22\x71\xde\xd3\x3d\xdc\xfc\x99\x66\xce\x9b\xe5\x74\x69\ -\x48\xe5\xa6\x53\x7d\x7a\xbf\xb1\xa2\x6d\x52\x22\xa5\x5d\x21\xdd\ -\x24\x23\xe9\x40\x78\x46\x96\xb8\xad\xf7\x0d\x50\x0d\xaa\x95\xee\ -\x14\xc9\xdb\x5d\xd3\x0a\xe6\xdb\x67\x23\xff\x19\x20\xfb\x48\xd7\ -\xef\xce\xb1\xbf\x34\x52\xac\xb8\x51\x53\x23\xb7\xef\xe9\xde\xbf\ -\xad\x88\x0c\xc1\xe5\x8d\x91\xd1\xa9\xec\xa7\x1e\xbd\x37\xe5\x72\ -\xd0\x04\x37\xe0\xbd\x37\x70\x1f\x80\xea\x73\xcd\xa4\x03\xac\xff\ -\xd9\x45\x17\x04\x33\x93\x09\xcf\x46\x67\xab\xbe\xb4\x33\xa9\xd6\ -\xd6\x43\x3c\xe9\xe7\x12\x40\xd2\x92\x01\x69\xf3\x36\xb0\xa5\xfb\ -\xba\x4d\x7c\x7b\x3c\x47\xd0\xfe\xba\xf9\x4f\x00\x31\x03\x03\x8a\ -\x01\x1e\xfb\xe7\xd4\x01\x45\x5d\xab\xa2\x46\xb6\xcf\x91\x3d\xa3\ -\x4a\xac\xc1\xdf\x9e\x9d\xdd\x2f\xec\xfa\x38\x05\x27\x45\x37\xbe\ -\x5e\x32\x8d\xb2\x26\x9e\x02\x4d\xb2\x3b\xad\xb1\x2f\xfe\xa2\x96\ -\x18\x0a\x1c\xcd\x8b\x89\xbd\x23\xb7\xe4\xb2\x17\x8c\xdd\x10\x22\ -\x5d\x94\x20\x5b\xc8\xac\xce\xe5\xc2\xb5\x0a\xe0\xea\xd3\xa1\x8e\ -\xcc\xd2\x91\x5b\xb0\x3b\x5b\x3d\x04\xa5\x85\xfe\xcb\x45\x99\xc9\ -\xf0\xf1\x30\x51\x59\xb5\x38\x8d\xaa\x28\xd9\xa4\xf5\xe1\xdb\xb8\ -\xb8\x42\x35\xa3\x58\x0b\x71\x5b\xd0\x56\x94\xf7\x4b\x9e\x4d\xb4\ -\xcf\xc4\xee\x12\x77\x34\x09\x40\xe6\xdb\x94\x96\x8a\x1f\x0f\xe6\ -\xbe\x30\x1f\x2f\x56\x6f\x87\xc3\xe9\xe9\xb6\xf0\xdd\x9a\x32\xd0\ -\x4a\x6d\x6e\x36\xdb\x66\xed\x94\x1f\x77\x81\xdc\xc4\x8c\x87\x3b\ -\x5d\x8a\xbc\xe9\x53\x41\x77\xa0\xdb\x52\xda\x1a\xe9\xee\x83\x2e\ -\x34\xff\x34\xad\x82\x7c\x08\x5e\x74\xe1\xf2\x6f\x82\xd3\xee\x78\ -\xb4\x23\x49\xe5\x58\xb7\x6b\xa8\xd6\x47\xe4\xef\x53\xe1\x90\x07\ -\x17\x8d\x4c\xb9\x8f\x67\x14\x01\xb4\x78\x28\x4c\x3f\x6a\x2f\x8e\ -\x66\xe8\x6e\x68\x71\x3e\x67\x6c\x54\xa8\x33\x6b\x09\x1f\xd0\xdb\ -\xbc\xa8\x02\x91\x74\x7e\x3c\x82\xfa\xa3\xe6\x98\xd6\xd9\x0f\x3b\ -\xca\x1a\xaf\x49\x7e\xb5\xc2\xdf\xf2\xd5\xf2\x05\xeb\xa3\xc6\xa1\ -\x34\x14\xeb\x38\x84\x2f\xef\xed\x9a\xe3\x1d\x55\x56\x50\xd7\x47\ -\x72\xba\x08\x1e\x9a\x9c\x16\x8e\x5a\xdf\x47\x2a\x08\xfc\xe6\x72\ -\xe4\x21\xcf\xd1\x5c\xf9\x3a\x5c\xd4\x33\x2b\x0d\xa0\x58\x4e\xf7\ -\x60\xba\x36\x67\x21\xa3\xa4\x7a\x0e\x56\x0f\x25\x8c\xb6\x8d\xa4\ -\x05\x79\x0f\x37\x9a\xb1\x26\x47\xc9\x2e\x19\xab\x55\xa8\x21\x96\ -\x2b\xa7\xf7\xdc\x1c\x11\x37\x73\x8e\x7e\x31\x3f\x4c\xda\xc3\x22\ -\xd8\xfe\x8c\x32\xd3\xa9\x9a\xda\xda\x13\xac\x3b\x58\xb2\xce\x09\ -\x50\x37\x2a\x40\x73\x1e\x05\x3f\x52\x6f\x76\xdb\x68\xa3\x69\x07\ -\xb8\x54\xc5\x17\x32\xef\x86\x0e\x53\x88\xcc\x70\x8a\xf5\x8a\x79\ -\xbc\x1e\xd9\xc0\x30\xd5\x33\x88\x97\xaa\xe9\x53\x05\x2f\x07\x06\ -\x49\xb6\x2c\xb4\x7d\x8f\xae\xa6\x67\xe9\x0d\xe0\x6a\x93\x33\x6c\ -\xeb\x3a\x03\xa8\x8f\x40\xde\x87\x94\xbe\xcf\x5a\x1c\xf4\x1c\xc6\ -\x5a\xc3\xf5\xdc\xce\x09\xd4\x43\xa0\xb8\x07\xd4\x9b\xe8\x7b\x6c\ -\xf5\x3c\x81\x20\x07\x58\x92\x99\x88\x4e\x13\x84\xec\x76\xdc\x11\ -\xf2\x1d\xf9\x51\x99\x39\xd6\x40\x24\x74\x1d\xc2\xe0\x5f\xa7\xfe\ -\xe1\x88\xd6\xe9\xc5\xe9\x38\xfa\x8b\x49\xd0\xd6\x9c\x8a\x7a\x81\ -\xd9\x1a\xff\xa8\x29\xf4\x21\xa6\xc4\xbf\x72\x8f\x99\xf8\x25\xa7\ -\xea\x9f\x02\x67\x9f\x8c\x90\xc2\x1c\xe3\x9f\x9d\xe9\xe8\x30\x1c\ -\x42\x46\x55\x98\xcb\xa1\x9d\x41\x38\xea\x83\x74\x27\x7c\x78\x4d\ -\xa7\xbe\xf7\xc9\xdc\xe2\x36\xb9\x0b\xd0\xcb\xcf\x42\x8b\x8c\xd8\ -\x0b\xe3\x1b\x1b\xc6\x69\xbd\x76\xf6\xae\x2d\x5f\x2d\xf5\x49\x07\ -\x6d\xce\x73\xa3\x5b\xdc\x0e\x3f\x16\xf7\x06\x7a\xa8\x01\x3c\x28\ -\x79\x83\x1c\xc0\xc1\x93\x03\xfb\x13\x98\x48\xc4\xbf\x3e\xff\xfa\ -\xcc\x1a\x98\xe0\xc1\xaf\xbf\x35\xcb\xe7\xf3\x39\xf7\xf9\x3f\xe5\ -\x5c\xf5\x38\x88\x32\x52\xaa\xf3\x04\xd4\xa2\x10\x0e\x03\xa3\xa4\ -\xb0\xc6\x94\xe6\x7c\xdf\x3b\x7f\xf1\x41\x5f\x47\xe9\xf8\x4c\x6e\ -\xa6\xb5\xd6\xda\xbc\x06\xac\x29\xbb\x72\xe4\xa2\x41\x97\x0e\x9d\ -\xb0\xc7\xf4\xf4\x7a\x55\x44\x76\x67\x07\x7c\x76\x68\x46\x8f\x7d\ -\x91\x32\xb1\x22\xd7\xfe\x47\xf3\x12\x12\x97\x18\xa3\x05\xb5\x7f\ -\x9b\xa8\x2e\x39\x26\x72\x62\x79\x9e\x5a\x54\xc1\x7a\x01\x6e\x92\ -\xe1\x74\x62\xb4\x9a\x21\xa4\x23\xd4\xf2\x71\x97\x48\x82\x2d\xaa\ -\x62\xb5\xfd\x92\xac\x45\xcf\xba\xeb\xda\xdc\xc6\x1c\x81\x23\x7a\ -\x6d\x0e\x75\x44\xad\xb8\x47\x6f\xaa\xb4\xf1\x0e\xfd\xf8\xe6\x7d\ -\x21\x09\xc4\xc6\xd9\xfe\xc6\xf2\xf7\x35\xd0\xe9\xd6\x38\x85\x86\ -\x27\x2e\x2c\x69\xc2\xea\x0f\x23\x5d\x63\x2e\x3d\x0b\x3d\xd3\x6f\ -\xff\x14\x62\x6a\x15\x71\xd2\x05\xd9\x4c\xcd\x08\xc0\x6a\x9d\xb0\ -\x3b\x8e\xcb\xa6\x0b\x57\x63\xc2\xa6\xa0\x56\x30\x48\x85\xc7\x41\ -\xcd\xad\x44\xe4\x1e\xd6\x99\x54\xac\xd7\x47\x91\xa5\x1e\xa1\xc8\ -\x4f\x02\xc9\xb4\x6c\xc6\xf4\xfc\x95\x9d\x5e\x10\xef\x4f\x5b\x36\ -\x05\xa7\x9b\x11\x15\x9f\xba\xd3\x25\x58\xdb\xc6\xa5\x7c\x7f\x5d\ -\xdb\x15\x65\x04\x5f\xe3\xd7\x83\x8d\xdd\xe0\xa2\xd3\xe4\xba\xd5\ -\xb7\x1d\x9c\xd7\x46\xf3\x7a\xa2\x6b\xfc\xb3\x59\xc8\x83\xc1\x01\ -\xee\xa1\x7c\x4f\x48\xef\x27\x34\xfd\xd3\xa5\xba\x7d\x8e\xe0\xd4\ -\xf5\x7d\xb2\xd7\xff\x74\xb0\x55\x63\xa4\x9b\x81\x4a\xbf\x98\x82\ -\x7b\x5f\xba\x29\x79\xd4\x82\x3d\x8e\xcd\xdb\xa8\xfd\x09\xdd\xae\ -\xfd\x5d\x82\x61\xe8\x70\x0b\xed\x26\x14\x0d\xd7\x48\x7d\x08\x97\ -\x3c\x9c\xad\xf6\x90\x54\x4e\xa3\x37\xed\x5b\x72\x9b\x6c\x96\x70\ -\xb8\x0c\xa4\x06\x48\xa6\x37\x53\x2d\x18\xd6\x5f\x5b\xb7\xd7\x96\ -\xb4\xc7\xa6\x43\xeb\x97\xad\x83\xbf\x5e\xe9\x4c\xbd\x7c\x8e\xd2\ -\x4d\x5b\xb6\x23\xa4\x17\xff\x64\x43\x25\x7d\x5e\x77\x54\x82\x8f\ -\xa6\xbd\x19\x8e\x32\x9b\x2e\x4b\xa4\xad\x21\x0e\xcd\x00\x15\x95\ -\xa6\xa3\xd7\x49\x7d\xb2\xc2\x58\xdb\xfd\x28\x21\x5a\x56\x35\xfe\ -\x79\xec\x99\xa7\x2b\x3b\xac\xb7\x5b\x38\x33\xf9\xb4\xb6\xd6\x28\ -\xdf\x91\x54\x7f\x56\x79\x6e\x50\x11\x7f\xf7\x10\x5b\x80\xf1\xaa\ -\xa9\x43\x2f\x8e\xa0\x0f\x45\xf1\x3d\xe1\x3e\x74\x59\x39\x6d\xe9\ -\xd3\x61\x17\x33\x3f\xba\xd1\xd2\x43\x44\x08\xd6\xce\x30\x40\x37\ -\x0b\x3a\xcd\x28\xe2\x33\x89\x49\x13\xa7\xc3\x60\xd7\x4b\x26\xb5\ -\x8f\xc7\x31\x15\x89\xaf\xab\x0a\xc1\x07\x63\x97\xfb\x19\x50\xd3\ -\xc7\xdc\x47\x22\xb7\xa6\x01\xe0\x63\x8d\x8d\xc3\xe2\xcd\x5e\xef\ -\xe0\xd3\x4c\x63\xd4\x24\x80\x79\xb7\x50\xd7\x87\x49\x10\x3f\x4c\ -\x3d\xfa\x54\xb6\xb3\x12\x08\x65\xc4\x42\xb6\x0e\xf9\x81\x1e\x1a\ -\x7b\x3b\x24\x05\x4f\xd3\x6c\x15\xaa\x69\xcc\x7f\x40\x35\xbc\x65\ -\xb4\x65\xdd\x32\x52\x7b\x01\x07\x08\x7a\x1c\x6f\x6f\x32\x9e\x26\ -\x56\xf7\x89\x18\x6f\x4d\xea\xa7\xbb\xe6\xe9\xac\x3f\x9d\x1b\xa3\ -\x18\xfe\x9d\x3e\xb9\xd0\x23\x13\xfa\x24\x53\xd5\xa7\xc1\xac\x5b\ -\xce\x52\x5f\x03\xa7\x09\xc9\xc7\xfb\xe6\x43\x1c\x49\xcf\x26\xa2\ -\xcd\x09\x2e\x0a\xe5\xf5\x71\x1a\x66\x06\x5d\x86\xf8\x6b\xa3\xef\ -\x76\x60\xa5\x33\x6e\xe2\xf9\x6e\x39\xa6\xcd\x7c\x86\x9a\xb9\xc0\ -\xfe\xbd\xf0\x00\x66\xd8\xdf\x19\xf8\x7d\x7a\x5a\xb4\x77\xfd\xbd\ -\xb1\x75\x5a\xee\xbe\x86\xf9\xb1\x0e\xf9\x27\x60\x34\x18\x3a\xc1\ -\xe8\x12\x8f\xb4\x90\x30\x87\x70\x9a\xd9\x16\x2a\xdb\x1b\x3f\xcf\ -\x4f\xd3\xa5\xe9\xb8\x9c\x74\x65\x79\x08\xac\x4d\xba\x2a\x3d\xee\ -\xc3\x13\xd0\x39\xb3\x97\x3e\xd1\x66\x23\x27\x13\x30\xca\x5c\x9f\ -\x1a\x45\x8d\x65\x5b\x78\x79\x84\x48\x89\x71\xd2\x6d\xfa\x18\x02\ -\xdc\x08\xdd\xfe\x3d\x2d\xbb\x53\x1a\xfd\xb6\xf2\x09\x85\x42\x77\ -\x75\x67\x64\xa9\xd6\x54\x57\x79\x6f\xb4\xe5\x1c\xb8\x6f\xeb\xb4\ -\xcc\x2a\xba\x74\xc8\x06\x30\x76\x47\x87\xae\xbb\x1f\x1a\x22\xe2\ -\xd2\xa4\xb2\xa3\x07\x4f\xa3\x3d\xe2\xca\xaf\x57\x14\x15\x71\xb8\ -\x9b\xc0\x7e\x21\x0c\x44\x68\x54\xb7\xcf\x7c\x6d\x1b\x28\x28\x68\ -\xdd\x85\xee\x12\x06\x86\x36\xae\xb3\x9a\xed\xa2\x50\xd2\x44\x4a\ -\xe7\xc3\x46\x4f\x5b\xb1\x51\x57\x4e\xaf\xd2\x24\x21\xc9\x80\x9a\ -\x14\x3c\x10\x9a\x5d\x22\xed\x28\xbc\xf2\x66\x19\x2c\xb2\xc7\x8d\ -\x64\xbe\x16\x9c\xca\x32\x06\x48\xd6\x61\x78\x66\xe3\x49\x52\xbb\ -\x40\x3a\xcd\xb0\x5f\x3e\xa0\xe1\x88\xb2\xfc\x42\xe3\x72\x7b\xe0\ -\xd6\x89\xb3\x9b\x63\x9c\xc5\x7d\xcf\xb0\x8a\x66\x76\xad\xb5\x15\ -\xd6\x3d\x03\x68\xbb\x6c\x82\x1e\x85\x96\x53\x42\x77\x8d\xc4\xae\ -\x7d\xa1\x1b\xe0\xd3\xe9\x23\xa1\x15\x82\xa3\xfc\xd6\xd8\x47\xc1\ -\x37\xcc\xe5\xec\x21\xdf\x6c\x47\x24\xc7\x61\xc3\x7f\x36\x57\xbd\ -\x01\x19\x59\x30\xe5\xe4\x07\xf7\x89\xdd\x46\x35\xfd\x40\x25\xac\ -\xcd\x2f\xf7\xe7\xd0\x26\x12\x85\xb0\xc9\x67\x7e\xfa\xc3\xd7\x2a\ -\x78\xf8\xf1\x92\xcd\x06\x89\x7e\xe7\xde\x3f\x5d\x1e\x89\x14\xd1\ -\x78\xb8\xd4\xb8\xd1\xa4\xd4\x8c\x63\x1e\x9e\xeb\xf6\x7d\x98\x1f\ -\x79\xce\x37\x3d\x84\x4f\x95\xc9\x85\x10\x84\x81\x95\x8d\xdc\x1d\ -\x3d\x66\xc5\x46\xf5\x7a\x2a\x22\x89\x7a\x8e\xd6\xd8\x58\x2c\x06\ -\xb6\xc7\xa4\x60\x6c\x31\x02\x65\xfb\xdf\x69\x54\xeb\xa0\xcd\xf1\ -\xe6\x98\x74\xc4\xde\x3d\xea\x44\x6e\x54\x08\x31\x2c\x8e\xe2\x3d\ -\x6e\x9a\x99\xc6\xe7\x26\x7a\xec\x5e\x48\xac\xb8\x0c\xea\xc7\xa0\ -\x0a\x9c\x74\xd8\x28\x29\x85\xea\x06\x1d\xa4\xf4\xdc\x2b\xc4\xc5\ -\xae\xf4\xe8\xf8\x99\x97\x99\xc7\x22\xc4\x19\x79\x02\x36\xf1\xd9\ -\xdc\x74\x34\xfd\x9d\x11\x6d\x8d\x63\x2f\x3d\x7a\x86\xd5\x66\x7c\ -\xd0\xd6\x49\x33\xe3\x7e\x00\x2a\x7a\x93\xc1\x8f\x9f\xc5\x2d\x68\ -\x33\xd6\x7a\x9f\x64\x53\x9b\xa8\x52\x73\xfb\xa4\x9d\xb6\x45\x84\ -\x0c\xc8\xb5\xfd\xa0\xa9\x1b\x50\xa1\x9c\xb0\x6e\xc0\x92\xc7\x34\ -\x48\xa7\xa3\x31\xdd\x22\x2d\xe6\x2a\x13\x91\x93\xba\x67\xa8\xed\ -\xdb\x41\x37\xd7\xe4\x02\x65\x80\x61\x70\xd7\x23\x6d\x06\xf0\xc6\ -\x42\x3f\xd1\xde\xfa\x24\x72\xdc\xd6\xf5\x6d\xcf\x29\x3f\x52\x96\ -\xee\x45\x58\xd9\x16\xdb\x87\xee\xda\xa5\xe3\x6e\x23\x22\xc8\xa2\ -\x5b\xe0\xed\x93\xce\x94\x1e\x30\xcd\x27\xb7\xac\xde\xc0\x93\x17\ -\x89\x8b\xde\x5b\xd3\x97\xaf\x81\xb5\xa1\xc1\x55\x9f\x28\xf6\xc2\ -\x2f\x34\xd6\x4a\x7a\x50\xd4\xdc\xd0\x68\x8c\xbb\xbb\x59\x73\x20\ -\x21\xee\x0d\xf0\xf8\x98\x9d\xd4\xa7\x9e\xbf\xd1\x37\x3f\x7d\x8e\ -\x1f\xa9\x92\x61\x9c\x22\x85\x40\x51\x2b\x22\xe3\xef\x14\x19\xb6\ -\xd1\xdc\x50\x85\xe2\x53\x1d\x71\x9e\xef\x8f\x4d\xde\x87\xe6\x96\ -\x32\x0a\x44\xb6\xb8\x0c\x9b\x6e\x70\xad\xe1\xd0\xc9\xa6\x09\x85\ -\x3d\xc7\x30\xb4\xe9\xe7\x52\xaa\x69\xf2\x38\xe5\x6d\xe2\xd0\x41\ -\x0b\xfb\xbe\xf4\x10\x68\xdb\x63\x32\x3e\xf7\x4b\xff\xdc\xd0\xfe\ -\x3e\xe5\x8a\xa6\x97\x40\x1f\x03\xc0\x59\x91\x8d\xd2\xd3\xcf\xdc\ -\x42\x63\xa3\xc9\x7c\x9a\xda\x7c\xa2\x74\x46\xcd\xd7\x41\x2b\x37\ -\x08\x0b\xbf\x02\xc5\x6f\x61\xd4\x94\x20\xdc\x27\x4d\x60\xa7\x5e\ -\xee\x99\x87\xb8\x53\x8a\xf5\x38\x03\x08\x47\x7e\x5a\x0d\x15\x12\ -\xb0\x3d\x22\x2b\x6e\x35\xeb\x09\x9e\xe7\x7b\x8e\xbb\x58\x0e\xd0\ -\xb6\xfe\x8b\x0c\x4f\xd5\xfb\xb9\xb8\x03\x5b\xbe\x9e\xd6\xaa\x6c\ -\x2e\xac\x9b\x16\xcb\xcc\x5c\xc2\x22\x8e\xb2\xbe\x63\x92\x34\x63\ -\x8b\x35\x17\xd3\x59\x62\x49\x1a\x7c\x7f\x8f\x17\x8d\xa0\x2e\x4d\ -\x1f\xc7\x85\x6d\x63\xfd\x30\x33\x2f\xb8\x0c\x55\x8e\x51\x9f\x6c\ -\x9c\x82\x07\xfa\xda\xb3\x78\x6f\xbb\x84\x49\xfc\x3e\xac\x51\x60\ -\x1e\x98\x83\xf6\x8b\xdd\xc7\xfd\xcc\x1c\x8e\xa8\x4e\x45\xe0\xbd\ -\xf3\xa4\x0a\x15\xa3\xbe\xf7\x92\x5a\xd6\xdc\xcb\x14\x90\xf9\x7e\ -\xc8\x92\xa0\x46\x1a\x7b\xe2\x26\xf3\xd1\xd0\xed\x8d\x54\x16\x9b\ -\xfc\x9c\xc1\x14\x05\xc4\xd3\x84\xe1\xe4\x10\xdf\xa7\x1f\xe7\xc1\ -\xaf\x37\x5b\x64\x4e\x87\x18\xdd\x29\x27\xb7\x3c\x92\x12\x2d\x43\ -\x77\x9a\xd8\xf9\xbe\x56\x9b\x56\x19\xaf\x5d\xb2\xd1\x0e\x4a\x47\ -\x2e\x3a\xa9\x87\xdf\x11\xc3\x4f\x56\xf1\x9f\x37\x73\xd1\x5f\x3e\ -\x65\x3b\x45\xe3\x74\x4e\x98\x28\x29\x36\x92\x41\x8a\x8f\xa3\x7c\ -\x9d\x5b\x58\xe6\xa7\xd0\xe0\x8f\x4d\xb0\x3e\xbf\xb6\x4f\x53\xa2\ -\x73\x1f\xe0\xc3\xf7\xfd\x27\x4b\x7f\x6a\x61\x95\x9f\xfe\xed\x23\ -\xa7\xfb\x28\x98\x97\xbc\x77\x11\x34\x35\x11\xac\x36\x13\x0d\xed\ -\x54\x1d\xfb\xfd\xe5\xcd\xd2\x27\x3b\xf8\x98\x5c\x6c\xc5\x99\x1e\ -\x61\xd5\x72\x15\xff\x04\xf4\xa0\xd7\xea\x85\x14\x1d\xe0\x89\x78\ -\x81\xbc\x92\x3a\xfc\x7c\x61\x9e\x36\xcc\xfd\x32\x63\xb0\x2e\x5f\ -\x2d\x9c\x76\xdd\x65\xa2\x51\x7f\xf7\x9e\x59\xa2\xe6\x6a\xd5\xcf\ -\x3f\x7f\x6f\x4c\x55\x64\xab\x5b\x8a\xcb\x66\x1b\x3f\x9d\x2a\x78\ -\xb5\x72\x2f\x68\x5b\x92\x88\x2c\xe1\xf7\x7d\xf2\xb8\x67\x52\xc7\ -\x72\x38\xc2\x9d\x45\x9f\x6b\x67\xf9\xce\xd7\xdb\xc2\x5d\xe3\x7d\ -\xf1\x79\x19\x53\x5d\x32\xfd\x5c\xcc\x49\xdb\x83\x8b\xe3\xf1\x26\ -\xda\x14\x8b\x0f\x54\xf3\x70\xb0\x62\xda\xce\x79\x03\xcd\x22\x2e\ -\x42\x92\xda\x77\x16\x10\x11\xff\xd1\xa7\x3c\x71\xc6\xdb\x9d\x36\ -\x1b\xfa\x31\x92\x8a\x98\xab\xa4\x15\x08\xb4\x15\xcf\xbe\x96\x86\ -\x4d\x85\xd4\x51\x69\x6a\x74\xaa\x1e\x74\xfb\x74\xf6\x6c\x4d\xbe\ -\x76\xca\x5d\x6f\x66\xc7\xad\x78\xaf\x49\xac\xec\x82\xec\x0f\x34\ -\xa8\x73\x5a\xa6\x7a\x16\x83\x0b\xc0\xb5\x35\xdb\x09\x64\x3c\x36\ -\x10\x7b\xb4\xc5\xaf\x85\x2b\x0d\x40\xd5\xe3\x8c\xb1\x35\xfd\xf4\ -\xa1\x18\xfd\x64\x8f\x7d\xd7\xdd\xae\x56\x58\xea\x8e\xc0\x37\x73\ -\x9e\x2e\x4a\xbf\x2f\x41\xfd\x55\xaf\x24\xa2\x7b\x90\xe8\x41\x88\ -\xf9\xa7\x26\xea\x46\x11\x3c\xb5\xb6\xee\x1a\xdb\x69\x78\xdd\x89\ -\x5e\x1c\x44\x1a\xba\x87\xfd\x2e\x6a\xf4\xfe\x87\x89\xca\x4d\x57\ -\x0c\xfd\x95\x85\x71\x8c\xeb\x33\x6e\x83\x8f\xef\x7f\x6a\x66\xce\ -\xf3\xe9\x69\xc2\xd4\x69\xea\xfb\xdf\xd9\x81\xb7\x5d\xbb\xe8\x2e\ -\x9d\xb7\xcf\xe5\x04\x28\x6a\x92\x9c\x8e\x89\xfa\xd0\xa4\x7c\xb8\ -\x4b\x09\x9f\xcd\xa0\x7e\x5b\x97\x79\xef\x0e\x86\x9e\xd0\x93\xdb\ -\x8f\x93\x9b\x00\xc5\x67\xa9\x88\x18\x93\x7f\x9e\xd4\x32\x33\x68\ -\x50\x66\xd2\x69\x9c\x45\x2c\x7e\x47\xc5\x84\x6d\xda\x1a\xd5\xdd\ -\xff\xa0\x03\xe9\xbf\x51\x40\xd3\x65\x75\xcd\x46\xf5\x07\x54\x2f\ -\x3f\xe3\xad\x96\x67\x5d\x61\x49\x91\x35\x8c\xf5\x07\xdc\xcc\x7f\ -\xee\xb1\x03\xe3\xba\x6e\xb5\xcf\x36\x11\xc3\xc0\x60\xb9\x31\x11\ -\x08\x67\xbd\x26\x0f\xe7\x00\xb9\xeb\x6b\x33\xc4\xe9\x9f\x8f\x2a\ -\x68\x0c\x93\x63\x2c\x6f\x1c\x9b\xf4\x65\x89\xe0\xba\xc6\xa6\x8d\ -\x8b\xfc\xcc\x25\xab\x3c\x0a\x42\x8e\x24\xea\xf9\x5c\x3e\xb9\x02\ -\xbb\x33\xa8\xfa\x30\x23\x4c\x91\x04\xd7\xad\x9b\x0c\x47\x3c\x7f\ -\x63\x43\x4c\xcc\x5e\xa2\x64\x3b\x6c\xac\x4b\x53\xcb\x81\xea\xdc\ -\x6b\x65\xd0\xb2\x0e\x6f\xa3\xfe\x49\x4d\x3b\x4c\xb7\x64\x6e\x63\ -\x68\x09\xd0\x76\xa1\x57\x41\x78\xda\x84\x3f\x09\xef\xb2\x40\xe8\ -\x28\x9e\x87\x4b\xde\x2f\x10\x14\xe5\x89\xcb\xcd\x06\x62\xd9\x42\ -\xa4\x91\x82\x2d\xf9\x7d\x42\xbf\xb5\x8f\x0b\x4b\xdf\xb5\xf0\x30\ -\x86\x7f\x72\xb6\x3b\xd0\xda\x44\xa4\x06\x6f\xda\xab\xba\x1b\x38\ -\xad\xc2\x3f\x15\xe9\x96\x53\x75\x6d\xc6\x0b\xd6\xd0\x55\xa6\x49\ -\x50\x30\x53\x94\xed\x5a\x8e\xb3\x53\x27\x6f\x6c\x63\x6c\x9d\x0b\ -\xff\x70\x45\xc9\x67\x49\xbf\x8b\xd2\x4f\xe4\x4e\x28\x32\x2b\x12\ -\x5c\xde\x1a\xc3\x2a\xf6\x28\x47\xc0\x27\x97\xb8\xeb\x97\xca\xfc\ -\x81\x6f\x8d\x95\x88\xdc\x34\x15\x2a\xba\x35\xc9\x9d\xcf\xfd\x4f\ -\xef\xe3\x77\xd4\x8b\x6e\x74\x95\xf0\x93\x7f\x9a\x16\x9d\x3f\xaf\ -\xff\xf9\x93\x39\xc9\x93\xeb\x5e\xff\xf5\xe0\xf1\xe8\x64\xf8\x29\ -\x60\xb8\x17\x25\x00\xa0\x17\xd7\x5a\xa4\xb0\xbd\x2f\x74\x9e\xf5\ -\x05\x40\x1e\x1b\x44\x6a\x30\x56\x44\x2a\x3c\x19\x85\x84\x05\x6c\ -\x5a\xe1\x1f\x7a\x8a\xfd\xbd\xf9\x05\xcf\xbb\x30\xe8\x99\xc2\xe9\ -\xd1\x04\x82\x83\x46\xf3\x59\xc7\xb0\x5d\xfa\x42\x90\x31\x1a\x35\ -\x88\x5d\x30\x1b\x4e\x43\xd4\x0a\xf1\xd6\x14\x36\xdd\x1c\xf1\x95\ -\x4d\x46\xd7\x61\x8a\x7a\x6a\xbb\xb2\x6b\xa6\x1a\xda\x1a\x39\x4e\ -\xa2\x19\x08\x6b\x1a\x9f\x61\x22\x76\x82\x73\xba\x2d\xba\x60\xb8\ -\x95\x74\x5f\x1f\xfd\x02\x92\x2e\x6e\xa6\xf6\x3a\xbb\x76\xec\x50\ -\xe2\x93\x83\x0d\xe2\x0d\xdd\x39\x05\xe9\x0d\xd5\x59\x76\x76\x0a\ -\xa4\x7a\x73\x14\xbe\xa6\xe1\x13\x64\x9f\xbb\x66\x96\xe1\x13\x0d\ -\xba\x1a\x05\xba\xbb\x88\xfa\x21\x91\x79\x6a\xf4\xac\xb3\x39\xcf\ -\xa1\xdb\xaf\xc3\x7d\x91\xae\xcd\xd5\x32\x00\xa2\xd9\x8b\xd2\xa0\ -\xa7\xfa\xe7\xa1\xde\xf0\x55\x63\x75\x9f\x58\x2b\x8a\x9e\x7a\x6f\ -\x08\x28\x9f\xc9\xce\x23\x65\xbb\x63\x9a\x96\x23\x68\xc5\x51\x04\ -\xf3\x36\xe9\xbd\xe7\x3b\xda\x7d\x41\x09\x68\x7d\x72\xde\x7a\x6e\ -\xea\xf6\x86\xe8\x69\xd2\xaf\x1f\xf5\x20\x9f\x40\x9e\x3b\x9d\x70\ -\xff\x4c\x6c\xad\x0d\xa5\x6d\xea\x34\x06\x6f\x7a\x8f\x0c\x4a\xfe\ -\x85\x6a\xd5\x91\xf5\xd0\xeb\xc8\x11\x43\x11\x13\x9d\xde\x74\x9e\ -\xcd\x15\xdd\x82\xc2\x9f\xce\xb0\xc3\x0d\x8c\xca\x2f\x9b\x89\x8e\ -\x46\xf3\x89\x31\xd1\xf2\xfb\x9e\xb4\x3f\x7c\xa7\x9f\x3d\x9a\x86\ -\x1c\xcf\xa0\xe5\x42\x3f\x66\x36\x25\x00\xaa\xf7\x7d\x71\xcf\x91\ -\x42\xd2\xb6\x92\x62\x2d\xda\xa8\xd5\xf7\x7c\xc7\x02\x3e\x75\xd3\ -\x26\xd7\xa1\xcd\x49\xa1\x66\xed\x46\x34\xb4\xfd\xbc\x93\x02\x1f\ -\xc6\x0f\x74\x6b\x7c\x4e\x90\x59\x3e\xcb\x02\x1e\x68\xf2\x9f\x80\ -\xdd\xb0\xf5\xff\xdd\xf7\xef\x3e\xa9\x2a\xf7\xf6\x0f\x00\x97\x7c\ -\xd8\x87\xc7\x3a\x39\x01\x91\xd0\xef\xec\x7b\xe9\x18\xd5\x84\x69\ -\x92\x96\x11\x8f\x06\x48\xc6\xad\x15\x7d\x98\x34\x3f\xad\x83\x5d\ -\x53\x75\x02\x8f\x77\x1a\x73\xaf\x65\x9e\xac\xfd\x8b\x35\xa0\xb7\ -\x18\x9b\xf3\x8e\xb1\x5c\x47\x3f\x03\x49\x92\x3e\x9b\x80\xaa\xe8\ -\xa3\x94\x43\x5d\x4a\xc4\x69\xfe\x12\xd4\x50\xda\x24\x07\xc8\x5a\ -\x45\x6e\x6c\xa2\xf2\x73\x70\x49\x03\xb1\xe7\x80\x49\xd6\x2c\x20\ -\x4a\xdd\x19\x6b\xd5\x9e\xcb\x4d\x2f\x2e\xc6\x26\x93\x88\xaf\x17\ -\x5d\x84\x35\x2d\x0b\x82\xc4\x43\x2e\x99\xf2\xc0\xfb\xe1\x85\xcb\ -\xb5\x38\x9c\xfc\xfb\x09\xf2\x7c\xa9\x1f\x31\xdb\xcc\xe1\x07\x82\ -\x38\x3a\x45\x0f\xae\x54\x79\x49\x89\x3d\x08\xf8\xc6\xd3\xd5\xa8\ -\x7d\x31\x21\x23\x43\xf0\xde\x73\x36\x87\x3b\x40\x57\x17\x88\x2a\ -\xbe\xe5\x3b\x4a\x22\xcf\x68\xf1\x0b\xc8\x37\x98\xb6\x0d\xcd\x20\ -\x0c\xa7\x9c\x98\x3f\xbf\x62\x2d\xd3\x80\xb1\x32\xc6\x30\xdd\x83\ -\x88\x1f\x2c\x02\x4c\xfd\x31\x63\x02\xf6\x1c\x0c\xd6\x2d\x40\xd1\ -\xc6\x33\xec\x7c\xf3\x72\x36\x64\x98\x85\xfc\x9b\xbe\x3d\xa4\x14\ -\x87\x7b\xdc\x05\x1a\x17\xa6\xfe\xf8\x66\x75\x71\xfc\xb4\xae\x7a\ -\x8c\x01\x12\xe0\xc7\x85\xf1\x66\xc5\x7e\x59\x03\x18\xa3\xd9\x4b\ -\x31\x69\xa5\x80\x14\x1a\x02\xfa\x70\xd4\x31\x3f\x17\x52\x60\x78\ -\xf6\x8d\xb1\x4a\x06\x68\x5c\x18\x34\xf0\xa3\xdf\xb6\x57\x2f\x64\ -\xf7\xad\x5a\xcd\x65\x4c\x74\x5c\x01\x08\x76\xdd\x95\xa8\x40\xf4\ -\xdb\x1d\x06\x87\x17\x02\x2e\xf4\xa7\x2a\x78\x7e\x50\x1b\x68\x45\ -\xce\xca\xd5\x34\x41\x7f\xff\x6c\x49\xda\x14\x08\xb3\x58\x41\x3e\ -\x69\x62\x84\x00\xdc\x37\xb2\xf1\x8e\xed\x7b\xfc\xbf\xf8\xa9\x7f\ -\x1b\x79\x69\x4c\xb8\x98\xc0\x3c\x30\x65\x6f\xbe\xd3\x90\x25\x91\ -\xfc\xef\x96\x93\xa1\x1b\x7a\x7e\x52\x3c\xb2\xd6\x6f\xc5\xf6\xd7\ -\x7c\x38\x58\x7b\x71\x4f\x91\x25\x46\xe5\xc0\xc7\x9a\xcd\x4a\x8e\ -\xa0\x25\xd0\x0e\x46\xcf\x73\x0e\x64\x7c\xea\xba\x1d\x90\xf6\x9e\ -\x27\x0a\xf2\xf0\x42\xd2\x0f\x04\xa3\x42\xbd\xf7\xe2\x22\x92\xcf\ -\x1d\x95\xd6\xf9\xb2\x67\x8e\x1d\x08\x61\x76\xea\x1a\xbf\x7d\xfe\ -\x50\x26\x2d\xe5\x78\x24\x15\x04\xdd\xce\xf2\xd1\x9a\x4d\xf1\xf5\ -\x9c\x14\xd8\x2c\x36\xed\x67\xbd\xf9\x1b\x44\x8c\xcb\x9d\xdb\x82\ -\x43\x9e\xae\x87\xeb\x27\x51\xd3\xb8\x32\xc8\xc3\x8d\x2d\x20\xf9\ -\x27\x1d\xb4\x32\x9c\xbc\x5d\x20\xef\xf9\xef\x5b\x51\x9f\x9a\xb4\ -\x41\x50\xfc\xdd\xc4\xcd\x0c\xd5\xcb\x0b\xdc\x48\xb6\x37\xb0\x88\ -\x41\xbb\x43\xa4\xa3\x84\x12\xc6\x3e\x7c\x25\x2d\x69\x90\xbd\x3e\ -\x28\xb0\xf4\xc7\xd7\x8b\x4d\x43\x38\x9c\xbf\x88\xc1\x42\x78\xcf\ -\x37\xae\xeb\xc2\x45\x81\xac\x13\x30\x43\x7b\x26\x78\x8b\x40\x68\ -\x61\x38\x0b\x84\xa0\xb8\xda\x6b\xf8\xc9\x8b\xa5\x21\xf6\x5a\x48\ -\xef\xcc\x1c\x36\xde\x90\xbc\xb8\x98\xa7\xbe\xef\x68\xee\xe0\xd6\ -\x14\xaf\xa4\x56\xd5\xfb\x6f\x08\xb6\x2e\x94\xec\x9b\x72\xca\x12\ -\x0e\x99\x53\xdf\x80\x5a\xee\x87\xfa\xdf\x25\xcf\x5e\x61\x28\x44\ -\x5f\x20\x0f\x0a\xee\x05\xa8\x09\xdd\x17\x48\x1d\xd1\x17\x6e\x53\ -\xb2\xa8\x6a\x2e\x40\x2a\xc3\xad\xd6\x96\xaf\xe5\xa5\xe9\xc2\xb8\ -\xe2\x7d\x62\xb8\x36\xcd\x89\xc6\xfa\x76\x0a\xfb\xdf\xa9\xf6\x00\ -\x00\x20\x00\x49\x44\x41\x54\x5f\x4c\x0a\x83\x3b\x2e\x1e\xa0\xfd\ -\x93\x99\x68\x44\x57\x4d\x00\xc9\x51\xf5\xf9\x2a\x74\x37\x1a\x02\ -\xa9\x8b\x5c\xe4\xef\x87\x10\x50\x2f\x9e\x75\x60\xc9\x04\x31\xc0\ -\x52\xe6\x05\x17\x11\xc0\xcb\xa9\xb8\xef\x56\xe8\xc8\xd6\xc4\x0c\ -\x00\x53\xb4\x15\xe4\x07\x0d\x48\x04\x8b\xbe\x8d\xb8\x7d\x59\x94\ -\xe6\x5a\x2b\x51\x6a\xfb\x3b\xb6\xbf\x79\x22\x35\x59\x0a\x01\xfb\ -\xfa\x9e\x2d\xc7\x8f\x3c\xba\x04\x3a\x8c\x08\xae\x04\xf5\xf3\x61\ -\x6b\x1b\x75\xe0\xf2\xa9\xef\x5a\x3f\xe9\xf0\xab\x44\x50\x5a\x9e\ -\xd1\x15\xe0\xc6\x8f\xdd\x59\xee\x84\xa9\xda\x72\xce\x44\x40\x43\ -\xb0\xa1\xab\xb4\xb6\xf3\x73\xe6\xd9\x67\x1e\xa6\xb9\xbf\x58\x0c\ -\x73\xd1\x79\x4c\xe9\x78\x63\x7d\x4c\xb2\xbd\x36\x22\x5f\x90\xa9\ -\xb9\xf3\x31\x34\xef\x97\x91\x79\x52\xa1\x21\x55\x51\x2c\xf6\xa9\ -\xa1\x86\xa1\x44\x0f\x89\xb7\x9c\xa4\x11\x39\x81\x2a\x15\x0a\x4d\ -\x96\xfd\xb9\xde\xdf\xe5\x6c\x96\x96\xe7\x2b\x27\xa7\x44\xef\x72\ -\xd7\x44\xcb\x9e\x4c\xb3\xc0\x2b\x9f\x3f\x35\xb9\x40\xa2\xd9\xb2\ -\xf1\x97\xb2\x2e\xca\xbc\x48\xcf\x91\xb3\xfa\x82\x0a\xa4\xf6\xc6\ -\x71\x69\x69\x38\xb5\xb1\x93\xd4\xa3\x1b\x04\x3f\xae\x4f\x32\x27\ -\x55\xc6\xab\x34\xc7\x50\x2c\x05\xc4\xcd\x53\x92\x02\xde\x56\xf4\ -\x5c\xdf\x37\x3b\x70\x3e\xc2\x60\x3b\x65\x78\x64\x3d\x49\x09\xda\ -\x65\x4d\x85\x32\x1b\x10\x11\xbf\xeb\xfc\xcf\xfd\x44\x4c\x86\x4e\ -\x9c\x65\x3a\x1b\x5d\x2f\x06\x06\xa5\x83\x9c\xab\xf2\x91\x28\xd8\ -\x19\x9b\x56\xb3\xd9\xc5\xfb\xfd\x6d\x6f\xd5\xfe\xae\xb0\xdc\xb4\ -\x50\x09\xba\xd2\xc0\xd0\xbb\xc3\xf2\xce\xb6\x9a\xb9\xbe\xa0\xe2\ -\x1a\xdb\xd0\xe5\x4d\xe8\xfb\x3b\x27\x2a\x83\x2f\xcb\xc9\x8a\x33\ -\x6a\x10\xa6\xce\x18\x35\x54\x50\x6e\x6f\x30\xbc\xbe\xe3\x06\x2e\ -\x70\x33\xce\x80\x5a\x4d\x2f\x42\x80\xf8\x1e\x68\x4d\xef\x7f\xeb\ -\xff\x87\x2b\xee\x4e\x72\x5a\x3d\x06\x06\x0f\xbc\x78\xe0\x4d\x76\ -\x3f\x73\x7e\xf6\x3e\xf1\x72\xf0\x7c\xbe\xc5\xf6\xac\xe7\xe8\x12\ -\x5d\x66\xda\x34\x17\x14\x0b\xf3\xfd\x6d\xff\x56\x2b\x67\x6c\x50\ -\x35\xd6\x3f\xba\xbc\xfe\xd4\x36\x99\x5e\x79\xe6\xc8\xfc\x77\xea\ -\x0e\xfa\xc4\xcc\xa2\x98\x2e\x08\xde\x46\x39\xa5\xa4\x5f\xe4\xba\ -\x52\x55\xcc\xf9\x6d\xb1\x38\xc4\x76\xc7\x4d\x33\xba\xf8\x02\x1b\ -\x1e\x3a\x07\x2e\x02\xfe\x7e\x2d\x30\xfd\x81\xe8\x37\x98\xfe\xe0\ -\x22\xbe\xc0\x43\xb7\x6c\x04\x26\x4e\xbe\xb9\xd9\x80\xaa\x1d\x50\ -\x2d\x4b\xc6\xd6\x01\x59\xf0\x18\xbb\xe1\x41\x14\xa7\x4b\x2c\x60\ -\x90\x08\x22\xd3\x37\x87\xd1\x61\x4c\x8b\xe5\x1b\x7c\x30\x58\xee\ -\x28\x83\x84\x4f\x31\xa2\x73\x15\x77\x27\x7a\x40\x11\x3a\x05\xed\ -\x01\x55\xad\xf1\x88\xa9\x75\xb6\x85\xe5\x63\x6a\x42\xbd\x27\x0a\ -\xeb\x64\x15\x1f\x07\xf2\x26\xb4\x3c\x39\xf8\x41\xa5\x28\x67\xc0\ -\x18\x95\xda\xcd\x97\xe2\x67\x1a\x69\xf9\xae\x60\xef\x8e\xd1\x82\ -\x5c\xb5\xb2\x95\x82\x4f\xca\x84\x21\x57\x21\x73\xb0\x80\xbc\x6e\ -\x85\xbe\x5e\xa6\xc9\x18\x5c\x13\x2a\x59\x94\xce\x67\x81\x88\x89\ -\x52\x4a\x73\x69\x98\x2e\x64\xa9\xe0\xaa\x71\xa0\x3f\x21\x39\x9a\ -\x61\xba\xe9\x75\xe2\x40\x09\x21\x7e\xe9\x8c\xf4\x66\xae\x10\x41\ -\xa2\x46\x0f\x8c\x60\xc5\x0a\x9d\xbe\xbc\x19\x67\x0d\x87\xa8\x4e\ -\x2f\x65\x0c\xb2\xad\xbc\x99\x8a\x68\x5d\x18\x57\xcb\xe1\x51\xaa\ -\x82\x41\xfd\x82\x19\x83\x36\x7a\x63\xcf\x2b\xb1\xc6\x63\xa4\xed\ -\xf7\x5d\x9f\x34\x0e\x07\x1d\x7d\x5c\x5f\x9f\x26\x53\x77\x17\x2b\ -\xb4\x29\x1c\xa7\xac\x49\xdb\x85\x73\x4b\xfd\xf6\x4b\x93\xb5\x34\ -\x36\xc1\xc3\x37\x34\x30\x26\x14\xa3\x9b\x1d\xda\xf3\xd2\x5d\x9b\ -\xa5\xba\x52\x13\x58\x36\xa5\x2e\xf8\xa4\xa6\x59\x53\x13\xf6\x93\ -\x0a\x38\x5d\x13\xb1\xa1\xc4\xc1\xa8\x5b\xa1\xb1\xec\x85\x5d\xe3\ -\x1b\x8b\xf3\x20\x62\x1a\xcb\x4c\xad\x15\xf0\x4b\x40\xd8\xd8\xec\ -\x0e\x88\x94\xc3\x5f\x57\xa4\x34\xe3\x0b\x2a\x64\x88\x7b\x43\x1c\ -\xb4\x0b\xd0\x56\xe4\xc7\x39\xd2\xe9\x29\xb9\x06\x06\xa7\x64\xab\ -\x32\x53\xaa\xf0\x5b\x84\x34\xbe\x88\xc2\x59\xa1\x99\x2f\x94\xe5\ -\x3c\xc9\x2e\xf4\xf2\x0b\x9c\x93\xe2\x16\x53\x63\x4d\x3d\x8c\x92\ -\xd8\xf3\x50\x71\x13\x89\x99\x0e\x7d\xe4\x96\xae\x1a\x56\xe6\x1c\ -\xea\x05\xca\xe9\x98\x78\xf0\x79\xe3\xef\xe4\xf3\x2f\x55\x1b\x65\ -\x8a\xfd\x68\x34\xbd\xd4\xce\xf1\x48\xf5\xea\x49\x73\x32\xe0\x5c\ -\xda\x33\x3f\xb2\x84\x98\x9a\x36\xc4\xdc\xa1\xac\x48\x2a\x13\x80\ -\xb0\xeb\x77\x53\x5a\x47\xf7\xe4\xd1\x2d\xf0\x49\x64\x4e\xe9\x50\ -\x59\x2e\x77\x20\xfa\x45\x07\x89\x36\x31\x8e\x3e\xa9\x3b\x82\x4a\ -\x3b\x4b\x08\x97\xb6\xcf\xc7\xed\x2f\xd2\x41\x4a\x34\xc3\xdd\x0d\ -\x59\x3d\x68\xdb\x3d\x78\x5a\x15\x55\xf3\x49\xbd\x0b\xcf\xa9\xd1\ -\x4f\x94\x67\xdd\x23\x07\x0e\xa1\x4b\x13\x6c\x8f\xdb\xb4\x21\x7e\ -\xbf\x9f\xb9\xdd\xb9\xd3\xf6\xd0\x95\xee\x6b\x1d\xe0\x51\x01\xd6\ -\x0a\xed\xb2\x07\x50\x3f\x64\x82\x5d\x3c\x1e\x27\x1e\x71\x47\x54\ -\xd3\x5d\xa6\x14\x7d\x22\xd6\x5f\x7b\x9c\x2d\xdb\x3c\x8c\x6a\xad\ -\x81\xda\xfe\x51\x6c\x74\x5d\x44\xe6\x57\xea\xf1\x5a\x6e\x4d\x36\ -\xe4\x0b\x99\xca\xa9\xe4\x8e\xbc\x7b\x43\x5b\x6f\x43\xda\xc4\xeb\ -\x54\xde\x52\xd6\x39\xdb\x9d\xef\x5a\x69\x6d\x34\x55\xdb\x11\xd2\ -\xce\xbc\x1e\xdf\xa1\x18\xdb\xd4\x07\x9b\xc9\x00\xd2\xce\xbf\x3f\ -\x72\x69\x5f\xd9\x35\x35\x95\xe3\xa7\x30\x30\x2b\x58\x1a\xb2\xda\ -\x5d\x2c\x9a\x81\xb6\x39\x59\x93\x72\x1c\x7c\x72\xad\xcb\x91\x55\ -\xd7\xcb\x35\xda\xdf\x1d\x38\x3b\x8c\x93\x06\x41\x35\xa6\xfe\x2e\ -\x91\x48\x0a\x6c\x9f\xf2\x8e\x63\x2a\xf2\x9f\xfd\xaf\x53\xc3\xc9\ -\x2f\x91\xee\x78\x29\xa3\x99\x1f\x85\xeb\xab\x3d\x25\x0b\x2f\xe7\ -\xdd\x18\x29\xb2\xba\xa3\x79\xdf\x5d\x8d\x7d\xca\x79\x68\x86\x90\ -\xca\x56\x7d\x98\x6c\xb2\xaf\x21\xde\x1a\xc0\x68\xe0\x59\x0a\xf4\ -\x39\x8d\x1f\xa2\x7e\xdd\x5c\x73\x8f\x1c\x63\x03\x88\x24\xb5\x52\ -\xe1\x72\x6a\x72\x1c\xa7\x34\xd3\x38\x18\x51\x23\xe5\x3d\xdc\x33\ -\x09\x9d\x51\xd1\x0d\xe3\x14\x25\x83\x88\xd8\x8b\xd5\x8c\x81\xae\ -\x6e\xa9\x0f\xa9\x35\xe6\xaf\xf2\xe2\x6b\xd3\xcb\x0e\xa7\x64\x86\ -\x9b\x2c\xad\xa6\xd9\x74\x93\x1f\xb8\xe9\x8d\x9d\x1d\x27\xd5\xcf\ -\x87\x06\xac\xa0\xd5\xcf\xb1\x62\x8a\xcc\x3c\x68\xc3\xe9\x94\xfd\ -\x9e\xec\x8c\x00\xef\x23\x08\x87\x49\x08\x75\x22\x3f\x86\x50\x66\ -\x51\x09\xb1\xb1\xf5\x28\x98\x00\x82\xf5\x9e\xd9\xf8\x67\x6e\x26\ -\xca\xce\x7e\xf8\xcf\x1f\x18\x50\xad\xaf\xd7\x05\xf1\x49\x8c\x1d\ -\xb6\xdd\x24\xc1\x6a\x49\x02\xad\xe5\xc5\x87\x7d\xe3\xe1\x01\xb2\ -\x91\x33\xc3\xd6\x1c\x17\x4a\xa7\x80\x2c\xc9\x51\xb4\xd1\x8b\x96\ -\xeb\xa3\xa2\x20\x17\xd0\x1c\x58\x57\x9f\x2b\x85\x36\xa9\xc4\xaf\ -\x3a\xb5\x1a\xbb\xc6\x6b\x8e\x05\x3a\xe8\x15\xd8\x63\xd9\x70\x93\ -\x35\x7c\x9a\x9b\x4d\xb0\x97\x73\x71\x21\x1a\x3d\x81\xd9\x8b\x41\ -\xd7\x97\xac\xc8\xdc\x61\xa3\x26\x0a\x59\x21\x25\xfe\x81\x2b\x17\ -\xad\x2c\x34\x6a\x8a\xdd\x66\x37\x8e\x94\xc5\xfe\x41\xe9\xcc\xd1\ -\x37\xd3\x84\xb2\x21\x39\x71\xb0\xd1\xb2\x22\xb5\x1f\x60\x63\x8c\ -\x34\x77\x58\xa9\x91\x78\x6f\x79\x42\xaf\xf7\x6a\xd4\x26\xdc\xac\ -\x32\x75\xe9\x76\xd9\xd2\x35\x40\x3a\xc0\x8e\x88\x82\x66\x35\xd5\ -\x22\xf9\x5f\x6e\x8c\x6b\xa0\x3b\xfc\x70\xb3\x90\x0d\x01\xa5\x8d\ -\x4f\xd7\x36\x56\x8e\x03\x20\x40\xdc\xee\x2c\xa9\xcd\x71\x72\xd1\ -\xdb\x3e\x15\x22\x68\xb8\x42\x66\x9d\x68\xeb\x66\xf5\x91\x7e\x58\ -\x33\xfb\xf8\xe8\xbf\xa4\x10\xa0\x7a\xef\x9a\xc1\xa2\xa4\xec\x85\ -\x65\xa0\x5c\x76\x77\xdb\x5a\xec\x34\x32\x39\xa8\x34\x21\x6e\xaf\ -\x67\x91\x46\x17\xab\x0a\x71\xb9\xae\xbc\xc4\x6a\x5d\xda\x4e\x51\ -\x2d\xba\x52\xa7\x21\x46\xf6\xca\x26\x5c\xcd\xec\x8b\x9d\xb6\xb0\ -\x82\xfe\x45\x45\x5b\xcd\x4b\x19\x64\x13\x66\x3b\x6e\x1e\x9b\x61\ -\xd1\xe5\xd6\xa1\x27\xda\x38\xed\x00\x1a\x86\x18\x0e\x1d\x45\xcb\ -\x1d\x55\x0c\x46\x1e\x17\x27\xdd\x63\xf8\x23\x98\xbd\x12\xc1\x6c\ -\x17\xcd\x47\x6d\x98\xe7\xa3\x6c\xb4\xa9\xf5\x27\xd1\xcf\x14\xc4\ -\x0a\xef\x94\xa2\x2c\xcc\x23\x93\xa8\x9e\xf3\xea\x8e\xa5\xe9\x70\ -\xd8\x85\xa6\x2f\x2f\xe8\x52\xe1\xd4\x0c\x1b\x14\x2a\x57\xe5\xe4\ -\x79\x43\x24\x9d\x5e\x16\x56\xb0\x8d\x57\xdf\x4f\x2c\xda\x0c\x46\ -\x1e\x1c\x86\xc2\x7c\xe0\xa0\x02\x21\xa6\x24\x64\x56\xde\xef\x6e\ -\x53\x1c\xce\x44\x44\x78\xcb\x74\xcd\x24\xa7\x58\x5a\xc9\x1b\x3f\ -\x37\xcf\xe9\x7a\x81\x64\xd4\xfa\x59\x39\x1a\xa5\x6c\x35\x6a\x44\ -\xd2\xbd\xe2\x92\x3a\x0d\x4e\x5a\xfe\x5d\x05\x25\x1f\x54\xb0\x65\ -\xaf\x25\xcd\x0f\xbc\x08\x51\x22\x0c\xbc\xbc\x70\xac\xa2\x45\xb0\ -\x52\x3f\x16\xaf\x95\xf1\xbf\xbc\x81\x34\xa7\xd8\x68\x0c\xd9\x7f\ -\xfe\x6c\x13\xfb\xdd\x9a\x18\x39\x99\xe8\x9d\xbf\x9e\x02\x69\xaa\ -\x66\x12\x6d\xb2\x55\x9e\x28\xa3\x9e\x97\x53\x49\x7b\x96\x63\xc0\ -\x3a\xa2\x64\x53\x79\x2d\xb6\x84\x35\x46\x3d\xef\x26\xb2\xd5\x3a\ -\x5d\x6f\x3d\x66\x00\x22\x6d\x7b\x5f\x70\x72\x44\xfb\xf3\x08\xa7\ -\xbf\x2a\xc0\xfe\x46\xc3\x33\x86\x02\x39\x28\x25\xad\xd1\x21\x8e\ -\xa9\x48\xd9\xd7\x2b\xe9\x1e\x5d\xa2\x92\x0d\xae\x7d\xde\x62\xf7\ -\x11\xf5\x3c\x44\xa4\x2b\x69\x77\xcc\x5b\x82\x04\x6a\x86\x8e\x36\ -\x41\xd8\xed\x8c\xe3\x53\x4b\x2b\x0f\x4d\x01\x6e\x7e\x3f\x75\xa0\ -\x85\x7c\x04\x18\xcd\x49\xd2\x75\xb4\x72\x9c\xec\xfd\xc5\x7a\xbe\ -\xfc\x73\xfe\xaa\x35\xdc\xd6\x68\xe5\xe6\xdd\x9d\x72\x89\x2b\x20\ -\x57\xe2\xfd\x69\x4d\x22\x93\x88\xd2\xa6\xf0\x4c\x17\x56\x9c\xf1\ -\xd2\x8c\x50\xf0\xbd\x11\xbd\xc4\x6d\x33\x46\x04\xb9\xe2\xab\xad\ -\x85\x2f\x08\x16\x58\x9b\x11\x0a\x8f\xcd\x40\x69\x07\x7e\x90\x56\ -\xd6\xf1\xdd\x35\x22\x53\x24\xcc\x9d\xfe\x2e\x70\x27\xe5\x05\x57\ -\xa3\x9b\x2d\x57\xba\x56\xcb\x81\x46\xc7\xa3\xf5\xe7\x59\xa7\x29\ -\xba\x51\x0e\x4f\x19\x51\x3d\x9b\x91\x53\x5e\xfb\xec\x5e\xfe\x73\ -\x2f\x3b\x8b\x46\x7b\x7f\x87\xdf\x84\x26\x20\xb3\x6b\xc1\x00\x64\ -\x43\x62\x0d\x3f\x6f\xe0\x51\x67\x89\x33\x7d\x35\xb6\x46\xd3\xef\ -\x88\x00\xba\xb0\xb4\x58\x42\x36\x71\xf2\x75\x1a\x06\x08\xf3\x7d\ -\xa7\x13\x66\x2d\x49\x6d\x6d\xf3\x43\xa6\x9c\xd5\x8f\x9a\x13\x4d\ -\x6a\x8d\x8b\x9f\x11\x34\xf2\x5e\x4a\x0a\xab\xd7\x84\xf6\x5e\x06\ -\x9a\x8f\x37\xc2\x50\x47\xa9\x5c\x5b\x85\xe7\x2d\x47\x49\xe9\x02\ -\x78\x36\xfb\xcb\xa0\x12\x33\x80\x97\x81\xa8\x7a\xf9\x9e\x2e\x9d\ -\x7d\xc0\x6d\x4a\x56\xc7\x32\xfe\xdd\xc0\x12\x80\x30\x37\x90\x6d\ -\x92\x4d\xcc\x16\x2d\xd3\xfb\x45\x26\x14\xdb\xf9\xf0\xa7\x8a\x2b\ -\xaf\xa1\x38\x27\xf6\xf4\xa0\xeb\x3a\xe9\x87\x3f\xaf\x18\x28\x8c\ -\x72\xdf\x95\x05\x90\x4d\xfb\xb0\x2c\x2e\x68\x79\x66\x65\xed\x11\ -\x07\x3e\xdc\x55\x5b\xc5\x68\x84\xe2\xba\xcb\x8a\x82\x89\x26\x5c\ -\x30\x49\x20\xac\xde\x70\xda\x1d\xf4\x52\xf6\xb3\xd0\x9e\xdc\x60\ -\x33\x4d\x99\x62\x60\xd3\x8b\x7d\x72\xae\x0e\x34\x47\x6e\x28\x79\ -\x6e\xdb\xf5\x2f\x5b\xfb\xe3\x02\xd3\x80\xa8\x7d\xbd\xac\xd0\xf4\ -\x4b\x8e\x09\x63\xbc\x12\xa5\x81\x6f\x90\x68\x6a\xe2\x40\xe1\xf4\ -\x77\xe9\x01\xa5\xd6\x23\x28\x53\xb4\x74\x58\x22\x9e\x79\x55\x1f\ -\xdc\x80\x3b\xa3\x88\x35\x43\xeb\xbd\x12\x6d\x4e\x8e\x28\xf1\x8d\ -\x43\x5b\x81\x83\x57\x73\x30\xea\x9d\x6e\x14\xfa\x23\xb3\x1d\x98\ -\x39\xaf\x03\x11\x6c\x94\x80\x36\xf4\x29\x77\x37\x78\x20\x66\xa3\ -\xa5\xad\x44\xad\x28\x05\xc9\xf7\x24\xf7\x71\xc4\xf6\x51\x06\xb5\ -\x72\x88\x4e\x09\x1b\xa5\x41\xd5\x6c\x17\x49\x9e\x85\xa7\xdb\x65\ -\xac\x67\x7a\x7c\x0b\xae\x55\x3a\x18\xbc\xdc\x9a\x84\x78\x2e\xa3\ -\x42\x7a\x1d\x31\x16\x25\x30\x16\x40\xeb\xc6\x83\x8d\x46\x4e\xa1\ -\x18\x31\x91\x6b\x41\xb8\x1b\x72\xb5\xdb\x29\xde\xf4\x60\xdd\xb1\ -\x45\x9a\xa8\x3f\x11\x58\xa6\x44\xa3\x84\x4e\xf7\xa6\x7d\x23\xc2\ -\x9b\x9d\x18\x5d\x9f\x21\x9b\xe1\x4c\xb9\x5d\xf4\x0d\xb5\xc8\xcb\ -\x7a\x70\x36\x26\xcb\x39\xbe\x9b\xf5\x6c\x2b\x14\xad\xf8\x2d\xeb\ -\x69\xbd\xe5\x8f\xd1\xaf\xa1\x83\x22\x75\x59\xee\xce\x38\xd7\x47\ -\x0e\xfd\xaf\x62\xf0\x66\x7a\x61\x47\xe4\x03\x92\xdd\xfd\x2d\xaf\ -\xaf\x87\x8c\x2c\xbe\x9b\x60\x34\x81\xb1\xa4\x24\x6f\x60\xe9\xda\ -\xf2\xdd\x6c\xdd\x2a\x5a\x69\x79\x3c\x83\xcf\xee\x43\x4f\xcf\x2a\ -\xc1\x10\x9f\xb6\xaa\x1f\xb2\x36\x55\x79\x70\x30\xf4\x7c\x15\xbe\ -\xe9\x3e\x8e\x02\x54\x79\xd7\x22\x24\xe2\x5f\xd3\xaa\xa0\x66\x70\ -\x37\x2f\x70\x94\x2e\x5d\xcd\xf4\x02\x87\x71\x07\x95\x46\x33\xf2\ -\xaa\xcc\xd5\x4a\x9b\x96\x46\xd2\x06\x16\xd9\x32\xb4\xe9\x59\x66\ -\x57\xd9\x85\xcc\x7a\xdd\xc0\x90\x9c\x3e\xaa\x4d\x2a\x49\x1a\x3d\ -\x03\xf7\xd0\xd2\x53\x7f\xaf\x4d\xc3\x78\x33\x55\xc9\x75\xee\xc0\ -\x4f\x50\x84\xb7\x89\x8c\xa6\x31\x42\x4e\xe0\x09\x20\x76\xb3\xa1\ -\x63\xfd\xa4\xc5\x3d\xa1\x74\x9c\xed\x99\xc7\x14\x10\x3a\xee\x0d\ -\xc9\xd3\x94\x4c\x8f\x3a\x4e\xbb\x0e\xf0\xc8\x4c\xcb\x0c\x3c\x1c\ -\xd9\x6d\x3e\xb5\xaa\x07\xd1\x8a\x3a\x6a\xd4\xb9\xa3\x5d\xf1\x29\ -\x07\x1f\xb9\x89\x9f\xf4\x98\x0b\xcd\x4a\x9a\x3a\xc0\x26\xae\xa5\ -\x2b\x5a\x55\xdf\xb7\xf6\x19\x70\x02\x38\xe8\x39\x34\x71\xf7\x26\ -\xfd\x8b\x72\x12\xff\xa4\x91\xb8\x19\xc7\x44\x33\xe5\xb5\xa1\xe9\ -\x66\xeb\x7d\x98\x66\x60\xa6\x36\xc1\xa6\x48\x9c\xf4\xb4\xe7\x0c\ -\x9a\x33\x3b\x2f\xa5\xec\x15\xc7\xb0\x4d\xf2\x43\x33\x88\x02\x96\ -\xf2\x0c\x5d\xf9\xf4\xd8\x0b\x70\xfb\xfe\x2d\x08\xdc\x0b\xd9\xb8\ -\x13\xf4\xd4\x79\x50\xa5\x8a\x59\xa1\x2c\x3e\x2d\x59\x5b\xe8\x7d\ -\xe5\xbf\x69\xcb\x8a\xd4\xe6\x94\x39\x6e\xf6\xeb\x25\xea\x57\xb0\ -\x03\xb7\x66\x79\x1e\xba\x21\xcd\xe7\xa4\x18\xf5\x7e\x68\xf8\xa3\ -\x73\xa7\x3c\xc2\x06\x2c\xb0\xf6\x73\x53\xbc\x61\xeb\x53\xda\x7b\ -\x86\x5f\x68\x67\xce\xf3\x3b\xdc\x43\x3b\x3b\xa0\xf4\x3d\x2b\xb5\ -\x89\x7b\x70\xb6\x9b\x54\x41\xda\x94\x0f\xbb\x26\x2b\x7e\x2f\xa6\ -\x40\x0f\x01\xaf\xcf\xda\xbb\x67\x4b\xf3\x9c\x2e\x2a\x6f\xe6\x04\ -\x68\x13\x80\xc7\x3b\xaf\x9b\xba\xdc\x4c\x5f\xda\xf3\x61\x3a\xde\ -\xa3\xbd\x3f\x89\xa9\xf1\x66\x9e\xb3\x9c\xa2\x27\x35\xd5\xa1\x27\ -\x5d\x75\x39\x67\xda\x73\xf6\xc8\x21\xad\xfb\xa5\x32\x03\xa9\xa8\ -\xf4\x0c\x3f\xe3\x10\x42\xd3\xac\x2b\xad\xc2\x1c\x4e\x9b\x0c\xba\ -\xa0\x62\xf1\xd1\x57\x9d\xb7\x99\x1a\xd0\x58\x31\x03\x65\x19\x62\ -\xcd\x95\xa6\x99\xd4\x5e\x73\xe8\x96\x07\x77\x33\x01\xf1\xff\x63\ -\x36\xea\x1e\x9b\xe4\x69\x77\xdd\xc9\x98\xa6\x9b\x43\x89\xb3\x13\ -\x62\xf0\x25\x3e\x90\x68\x77\x2e\x11\x1e\x63\x6d\xee\xfa\xee\x26\ -\xcb\x58\x31\x75\xf3\xcd\x22\x9a\x93\xb8\x01\xc2\xc4\x32\xd0\x3d\ -\x40\x21\x46\xd2\xd2\x37\x3d\x24\x53\x93\x38\x54\xe6\xd4\x95\xd2\ -\x0a\x27\x9f\x93\x7a\x70\xb0\xd1\x3e\x17\xc4\xa4\x06\x49\x07\xec\ -\xf7\x2a\x43\xd9\x28\xae\xa1\xb7\x0a\x83\x21\xcd\x89\x73\x58\xc3\ -\x0f\x1b\x0c\x88\x40\xf9\xc2\xf5\x96\x97\x15\x32\x5e\x6c\xea\x18\ -\x58\x9d\x1e\x41\x1e\xcc\x09\x60\x71\x6b\x24\xb4\xf3\x8e\x0c\xdd\ -\x9e\xc0\x26\xee\x0c\x0d\x92\xe5\xb8\xd8\x8b\x7b\x7b\x11\x67\x02\ -\x6d\x60\xcc\xd5\xc2\x2d\x05\x34\x9c\xfe\x36\x0c\x2b\x14\x9d\xb6\ -\x01\x17\x92\x2b\xab\x9b\x05\xa6\x1c\x14\x88\xcb\x38\xea\x6a\x44\ -\x81\xe4\xf6\x6b\x39\x7b\x54\xf1\x38\x30\x98\x41\xab\x84\x8e\xdc\ -\xad\x20\x01\x0c\x35\x9a\x1f\x2b\x9b\x2d\xbc\x1c\x21\x92\x5e\x60\ -\x0f\xd7\x7d\x14\x72\x6c\xaf\xe1\x92\xd7\xbe\x79\xc5\xdc\xf4\x48\ -\xcc\xca\xfc\xf5\xe7\xab\xa8\x4f\xaa\xd0\x25\x5b\xa1\xf1\xd2\xfd\ -\xf5\x94\x68\xba\x0a\xdf\xfd\x40\x72\x27\x93\x96\x83\x15\x9c\x57\ -\x85\x39\xa4\xd8\x26\x8d\xe7\xa8\x49\x57\xb4\x43\x59\x1c\x51\x43\ -\x06\xf4\x5a\x10\x29\x01\x62\x69\xd4\x10\xfb\x7b\x89\xcc\xa7\xb9\ -\xf0\x4a\x1e\x79\x5c\xd6\x51\x94\xaf\xd4\x80\xf8\x42\x44\x59\xc9\ -\xe6\xa1\x2f\x9a\xc1\xc9\xe7\x01\xa3\xda\x85\xad\x85\x80\x9a\x8e\ -\x82\x36\x21\xa2\x78\xc0\x1e\x11\x81\xa5\xb9\x33\x06\x4a\xe9\xe3\ -\x5f\xd1\x46\x51\xd8\xf2\x5a\xaa\x38\xd4\x4d\x10\xbb\x8b\x70\x7b\ -\x01\x1d\x41\xbe\x89\x79\xc9\xda\x72\x40\x76\x2a\x06\xa3\xac\x68\ -\x71\x70\x7f\x23\x03\xc3\x73\x8e\x8e\x9c\xd5\x44\xb2\x50\x76\xf8\ -\x4f\x17\x4f\x1c\x00\xdc\xd6\x6a\x0f\x72\xdc\xe8\x5c\xcc\x10\xe6\ -\x2c\x60\xa1\xd5\xf0\x22\x1c\x1e\x3b\x12\xac\x9d\xb2\xf8\x2a\x84\ -\x9e\xce\x62\xfb\x4c\x8b\xdf\x45\xe2\xe6\xaa\xf6\x6f\x7f\xc1\x2b\ -\x1d\xf6\x32\x9f\x42\xcb\x0e\xb8\xa6\x51\x2b\xc7\xf0\xac\x00\x78\ -\xa5\x96\x2d\x2d\xb5\xb2\xb9\xd2\xcd\xd5\xaa\xff\x7b\xa4\x15\xec\ -\xab\x8a\x15\xb2\x26\xd2\x68\x67\xa1\xc3\xf2\xfd\xd8\xad\x68\xd9\ -\xa7\xc7\x49\x35\xa4\x6a\xa8\x9c\x2a\x64\x93\x0b\x06\x0f\xa0\xca\ -\x87\xa2\xf9\xd8\xd0\xde\x35\x4c\xbc\x07\x6f\x9a\xd7\x81\xbf\x4e\ -\x5e\x7e\xb6\xca\x16\x85\x50\xf4\xc7\xdd\xe0\x07\x07\x6d\xd2\x68\ -\x5f\x92\x17\xc9\x06\xa0\x50\x33\xb5\x60\x4e\xda\x2e\xb4\x04\xbc\ -\x1b\x85\x12\xbc\x9f\xed\xf9\x5e\x76\x90\xa1\xb2\xc9\x46\x9b\xe6\ -\xf8\xf7\x8b\x91\x71\x36\x1a\x7f\xb7\xcf\xcd\x77\x18\x95\x93\x16\ -\xe4\x6d\xfb\xb7\x5d\x64\xe8\xd9\x6b\xf8\x69\x8d\x13\x95\x95\x78\ -\xe8\xa0\x06\x7e\x05\x2b\x06\xd8\x27\xc5\xb2\x15\x14\x56\x3c\xc4\ -\xd9\xc1\xcd\xc4\x83\x8a\x7a\xbb\x69\x88\x7b\xbc\xc2\x1e\x56\x1c\ -\xfb\x35\xba\xc6\xae\x29\x59\xf2\xf6\x69\x74\xd0\xf1\x4c\x07\x12\ -\xf9\x6a\x43\xfb\x44\xa3\xe7\xdd\x48\x81\x66\x69\x3b\xbf\x87\x66\ -\xab\x9f\x83\xa2\x16\xa1\x10\x82\x70\x51\x71\x1a\x2a\x43\xe5\x07\ -\x20\x76\x00\xf4\x68\x42\x55\x01\xcf\xaf\x09\x5a\x6a\x77\xf3\x45\ -\x4c\x40\xd0\x80\x88\xcd\x8d\x91\x40\x32\xa0\x39\x41\x5d\x15\x3c\ -\x9c\xb5\x82\xec\xb5\x44\x14\xe0\x63\x8f\x72\x28\x87\xc2\xd8\xbf\ -\xb3\x40\x4e\x17\xbc\x4b\xa7\x54\x27\xa0\xa8\x49\xd9\xeb\x99\x7d\ -\x15\x4c\xdc\x02\x9a\xb9\x65\xf2\x85\xab\x18\xb5\xa9\x6d\x38\x90\ -\x05\x08\xa5\x70\x8d\x4a\x8f\x90\xa9\xa9\x47\x3a\xab\x46\x0e\x1c\ -\x1b\xc5\x77\x73\x49\xf5\x33\xa7\xcc\x14\xda\x9f\xbb\x14\xa3\x03\ -\xb1\x19\x14\xeb\x45\x30\xe1\x4f\xd5\x1c\x44\x58\x0e\xe4\xb2\x06\ -\x98\x2a\x3b\x23\x03\x9a\xf2\x09\xdb\x6b\xdf\x45\x1d\xa5\x07\x9a\ -\xad\xec\x13\xe1\xbb\x9f\xc1\x77\x3e\x13\xbb\x77\x47\xba\x06\x77\ -\x33\x84\xfc\x99\x5b\x13\x24\x5b\x30\xf4\x41\x6e\xc8\xcf\x24\x3f\ -\x9f\xa6\xf1\xb5\xa9\x2c\x40\x3a\x6f\xf4\x59\x35\x44\xca\x2d\xfd\ -\x25\xd9\x25\x76\xaa\x5f\x0d\x00\x21\xf0\xb5\x8e\xbb\x73\xf9\xbf\ -\x5b\xae\x87\x9b\x48\x93\xa4\x96\x57\x9a\xcd\x12\xdb\xf7\x26\xd7\ -\x10\xa6\x26\x9b\x42\x93\x46\x79\x37\x85\x86\x33\x74\xeb\x84\x01\ -\xf1\xfb\x27\x6a\xd3\x58\x58\xea\x53\x62\x65\x3b\x37\xd7\xb2\xc9\ -\x63\x32\x63\x54\x80\x25\x18\x98\x0f\x2e\x83\xd3\xd9\x54\x15\xd8\ -\xad\xad\x6e\xaf\x63\x62\x00\xf2\xbf\x5c\x4b\x60\x12\x10\xf2\x1a\ -\x94\x0e\x83\x8c\xa5\xcb\xb4\x5d\x8d\xce\xb9\x40\xf8\x43\x7f\x55\ -\x24\x49\x9e\x08\x9a\x4f\x08\x61\xf8\x90\x75\x59\xfd\x7c\x66\x06\ -\xaf\x62\x44\x60\x01\x4b\x67\x19\x4e\x88\xda\x3a\x56\xf1\x89\xbc\ -\xd8\x24\xb3\xbb\x18\xaf\x91\x8d\xa3\xc8\x04\xc9\x8f\x67\x4d\xad\ -\xec\x07\x3a\x1d\x79\x38\xfb\x2d\xc2\x7d\x7f\x2e\x63\x22\x70\x18\ -\x30\x59\x2a\xb7\x03\x63\x62\xcd\xac\x88\xfd\x7d\x36\x63\xbf\x68\ -\x5c\xad\x7e\x15\x6b\xee\x79\x40\x87\x03\xf1\x83\x70\xe9\x12\xf0\ -\x8b\x71\x5d\x25\x1e\x5e\xf2\x93\x0f\x80\x72\xac\xac\x4e\xf7\x0b\ -\xe7\xac\x8e\x9c\xc9\x3e\x34\x31\xee\x96\x39\x96\xf9\x08\x2d\x1e\ -\x4e\x71\x71\xb9\x75\xd5\xe5\x2f\x6f\xfd\xf1\x1b\x83\x06\x94\x2e\ -\xcc\x39\xf7\xa2\xd3\x1f\x40\x1c\x88\x49\x50\x48\xfa\xc7\x72\x1c\ -\x9f\x3c\x91\xfd\x6d\x45\x50\x13\x8e\xaa\x5f\x5e\x56\x95\x5e\xa5\ -\x5d\x68\x45\xa3\xd5\x9c\x4e\x69\x13\x4d\x6e\xc0\x59\xf8\x87\x91\ -\x81\x90\x37\x5f\x51\x54\x86\x16\x4a\xd5\x26\x79\x5b\x26\xe0\x4c\ -\xfb\x5e\x99\x56\x50\x5a\xf3\xe2\x28\x9c\x2f\xd4\xa5\x8a\xb7\x1f\ -\x1c\xc3\x33\x09\xb0\x49\x7d\x7c\xb1\xf7\x06\xc5\xff\x42\x3e\x33\ -\xb0\x39\x37\x6a\xcf\xbd\x11\xa8\x4e\x10\x5d\x90\xa6\x39\x50\x45\ -\x51\x48\x50\x8e\x7c\x81\x82\xca\x8a\xe0\xb7\x7a\x46\x0b\xea\x68\ -\xac\x8f\xad\x21\x1b\x57\x78\xe4\x02\x44\xcb\x78\xd1\xcc\xa7\xd1\ -\x81\x3d\xdc\x59\x4f\x87\xc7\x3e\x2c\x2d\x6e\xb2\x1d\xae\xbc\x05\ -\x54\x76\x1a\x53\x65\xf3\xc8\x46\x87\x4c\x64\x50\x34\x85\xae\x1b\ -\x8f\xbf\x21\xa3\xe9\x1e\x76\xa3\x00\x20\x1d\x2d\xff\x69\x62\xb5\ -\x3b\xa0\xe9\x26\xbc\x45\xe3\x7a\x07\xc2\x19\x94\x37\x71\x3d\xd2\ -\xe5\xd4\xb4\xa2\x7b\x4a\x3a\x52\x69\x5e\xf2\x3d\x6f\x04\x1b\x77\ -\xfc\x3d\x65\x43\x6d\x7b\x58\x74\x51\x9a\x82\x57\xee\x64\x54\xe5\ -\xa6\x99\xaa\x42\x27\x09\xea\x71\x27\x92\x39\xdf\x6d\x99\x62\xad\ -\x39\x8b\x00\xd5\x8f\xce\x56\xaa\x6e\x1b\xab\x4d\xb3\x12\x61\xe5\ -\x9a\x16\x99\x29\x9c\x3f\xf2\x8b\x8c\x86\xd1\x2a\x21\x7f\x3f\xd4\ -\xbe\x3f\xff\xf2\xb9\xe4\xc4\x83\x90\x26\x2c\xd2\x42\x79\x44\x15\ -\xa3\x85\x59\x6f\x1a\x33\x9c\x3a\xc4\x8a\x59\x58\x5e\x14\x71\x90\ -\xfa\xa9\x4d\xab\xd2\x6b\xcb\x27\x03\x51\x28\x75\x9d\x89\xac\x6a\ -\x24\xda\x5a\x61\x2d\x2b\xe6\x42\xce\x0e\x91\x77\x34\x60\xa5\xec\ -\xab\xf0\x63\xde\x03\x21\x1b\xe1\xd3\x8b\xee\x55\x21\x9d\xce\x00\ -\x90\x54\xb2\xb5\xc6\xa2\x3d\x0b\xf1\xa2\x83\x1c\x5c\x83\x9f\xd1\ -\xd1\x60\x19\xa4\xe2\xa5\x6e\x4c\x19\x94\x3e\x6a\xac\x02\x59\x3e\ -\x8b\xfc\xb3\xf8\x89\x62\x9e\x8e\xb0\xed\x9b\x4e\x32\x83\xea\x9f\ -\x5d\x3e\x17\xed\xe7\x55\xff\x37\x06\x2c\xfb\x34\xa4\x51\x2c\x6d\ -\xa2\x38\x1f\x09\x7a\xdd\xb1\x11\x4d\xef\x42\x54\x9f\xfc\xae\xbb\ -\xac\x89\x57\x47\x43\x43\xdb\x21\xba\x53\xf3\xb6\xc2\x14\x80\xae\ -\xe9\xf7\xa0\x36\x8a\x5d\x31\x3a\xd6\xd2\x36\x31\xdf\x27\x17\x5b\ -\x63\x4c\x5e\x70\x87\x3b\xef\xa1\xb1\xc9\x09\x4f\x38\xc1\x21\x28\ -\xc0\xb3\xa6\x89\x5a\x67\x9c\x99\x48\x35\xda\x96\x17\x6e\xe2\x94\ -\x9d\x38\xfc\xbb\xc3\x9f\x2a\xb5\x46\x1d\x1b\xd2\x9e\xc0\x14\x45\ -\x71\x67\x5f\xc5\xa9\x6e\x05\xaa\xf1\x46\x83\xbb\x98\x93\xda\x67\ -\x24\x9f\x70\x84\xf4\x5a\x27\x27\xa5\x7b\x43\x11\x45\xb1\xe9\xa1\ -\xe5\x30\x4a\x33\xcb\x6b\xc2\xce\x98\xa9\xba\x81\x72\x0a\xb9\x9f\ -\x77\xae\x95\x89\x3d\xa1\xec\xa7\x46\x68\x17\x9f\xb4\xcd\x72\x4c\ -\x56\x82\x09\xa3\x9b\x09\x83\x7e\x60\x05\x30\x5d\x49\xd7\x7d\x74\ -\x46\xd5\x2e\xff\xa0\x47\x5d\xf5\xf9\xb5\x7f\x8f\xb5\xe9\xd3\xb4\ -\x0d\x30\x4e\x83\x07\xdd\xb4\x70\xa9\xd3\xc6\xb3\xa3\x67\x25\x97\ -\xca\x46\x81\xdb\x63\x4e\x74\xcf\x27\xf5\x5a\xe6\x7c\xe6\x75\x8f\ -\xf1\xd6\xd4\xd3\x61\x8c\x11\x6c\x95\x0a\x21\xae\x4c\xc2\x3a\x60\ -\xf9\xe1\x3e\xd3\xcd\x9a\xbc\x37\x72\xa0\x06\xcc\x76\x46\x81\x37\ -\xed\x68\x7a\x21\xa1\xb8\xaf\x8a\x2e\x5b\x56\xeb\x5e\xb7\xd6\x2b\ -\x03\x86\xcd\x74\x72\xa2\xd5\xa8\xc7\x01\x52\x8c\x30\x4c\x8b\x69\ -\xd6\x8a\x29\xe7\x43\x44\x87\x03\x96\x41\xc5\xde\x1d\x8e\xad\x1e\ -\xae\xf7\x60\x74\x65\xd1\xbe\x47\xf5\x03\x5d\x54\x37\x60\x5b\xfb\ -\x3a\xba\x50\x66\x4a\xfe\xa9\x8b\x16\x78\xc0\xba\xac\x66\x1c\x3e\ -\xf1\x8b\x75\xc0\x36\x36\x51\xd1\x04\xe1\xca\xb5\x51\x6a\xed\xc8\ -\xf4\x3a\x62\xb6\xc1\x47\x42\x3d\xd6\xf0\xad\x09\x5a\x03\xaf\x31\ -\x30\x5c\x53\x2e\x6b\x99\xd1\x8f\x07\x60\x07\x50\x8e\x30\x74\xca\ -\x26\x98\x1f\x2c\xe1\x05\xd7\x6b\xfc\xe0\x62\xc1\x17\x9b\xbe\x61\ -\xad\x05\x59\x3f\x59\xec\xb0\x5e\x45\x17\x72\xbd\x0d\x29\xb5\x6f\ -\x12\x9c\xca\x3d\x23\x89\xdd\x45\x4c\x28\x46\xbe\x86\x5a\x72\x43\ -\xfb\x99\x00\x79\xd9\x58\x91\x7c\x72\xb5\x60\x42\x5b\x08\x43\x99\ -\xb1\xe8\x6d\xa3\x77\xf1\x43\x84\x76\xda\x4a\xe0\x5f\x0c\x40\xb8\ -\xe8\x16\xcb\x0b\x91\x15\xb6\x90\x2a\xbb\xdd\xb5\xbf\x2f\x34\x37\ -\x2a\xd9\x0c\x0e\xc4\xed\x7e\xc7\x6d\x81\xec\xb4\x0b\x9b\xc0\x71\ -\x4e\x68\xa8\xf4\x00\x0a\x9b\x04\xa2\xe7\x2c\x94\x2b\x89\xfd\xf3\ -\x17\x74\x98\x5d\x2c\x33\xcc\xaa\x5e\xc4\x0e\x7c\x55\x2c\x4c\x30\ -\x06\x96\x0b\xea\x48\x75\x23\x49\x7e\xcb\x4f\x33\xd7\x28\x21\xa1\ -\x78\x33\xb1\x18\x60\xfe\xc6\x18\x57\x86\xf9\x19\xfa\x01\xbc\xbd\ -\x61\xdb\x72\x50\xe8\x28\x74\xd6\x69\x8d\x5d\x74\x08\x43\x45\xbe\ -\x8e\xc0\x5f\xdd\x74\x4a\xef\x6c\x88\xd7\xc6\x75\x1e\xe3\x05\x0c\ -\xc6\x4b\xa4\xd1\x0f\x97\x93\x31\x1d\x49\x6c\xc8\xf0\xc9\xd7\x35\ -\x54\x6c\xe0\xe7\xcf\x7a\x36\x8d\x10\xbd\xe5\x97\xb0\xee\x26\x1c\ -\xcc\x9c\xae\x3d\x99\x68\x4e\x7b\xd6\x9a\x68\xb9\x0a\x56\x41\xc0\ -\xa9\xcd\xf8\x43\x55\x84\x6f\x45\x6b\x84\xa8\xd2\xdc\xe8\x1b\xf5\ -\x1c\x37\xab\x15\x3b\x30\x7d\x5a\x15\xaf\x2d\xdc\x23\x07\x51\x9a\ -\x7d\xe4\x34\xd1\x0f\x92\xd1\x5c\x0b\xc3\xf1\xaf\xd8\x14\x0b\x7f\ -\x46\xb3\xa8\x57\xd9\x2f\x16\x0c\xd3\xee\xa0\x51\xad\x9c\x12\x14\ -\x7a\xc0\x11\x05\x6c\x70\xb5\x7d\x1c\xa2\x1c\xee\x4d\xb2\x67\xbd\ -\xd1\x6e\x9d\x3c\xfa\x44\xf9\x88\x3f\x10\x99\x58\xee\xa8\x06\xe9\ -\x97\xcf\x8a\xd3\xb7\xa8\x5b\xe0\x42\x61\x83\x82\x0c\x05\xcb\xfb\ -\x81\x6a\xe8\x79\x75\xa0\xa4\xad\x29\xc4\x69\x7b\x45\xdd\x23\x28\ -\x78\x9a\xce\x83\xc5\x8b\xd7\x71\xb5\x67\xcd\xcd\x5a\x78\x24\x57\ -\x3b\x1b\x05\xa7\xc8\x8d\xf6\xbe\xc4\xc5\xb7\xd1\x3c\x50\x64\xc1\ -\xf0\x4e\xa1\x53\xa7\x5f\x0f\xbd\x8c\xd7\x2e\xd2\x9a\xc6\x3d\x59\ -\x3e\xd6\x65\x32\x00\xb4\x38\xf3\x9b\xc6\xca\x27\x6d\x9b\x00\x5d\ -\x75\x9b\xf0\xf2\x69\xad\x1e\x85\xa8\xd0\x83\x8c\xa2\x44\xc6\xdb\ -\xf3\x6d\x75\xc6\x2b\x8a\x89\xe6\x3e\xd6\xd2\x1d\x20\x12\x0e\xa3\ -\xd4\xe8\x69\xea\xcf\xdb\xb9\xea\xc0\x0d\x2d\x8f\xfd\x3b\x76\x47\ -\xa2\xfc\x2b\x42\x8a\xcd\x08\x3e\x28\xc6\x3b\x6f\xcc\xf7\xa5\x17\ -\x16\x8f\x51\x5a\x9d\x24\x23\x37\x8d\x9e\x1c\x85\x14\x35\xa1\xba\ -\x51\xc0\xd7\x71\xa9\x62\x0b\xb1\xce\xe9\xbc\x76\xfb\xf7\x36\x2f\ -\xf3\x86\x47\xd1\xd8\x12\x12\xee\xa0\xe3\xa0\xc4\xf3\x2d\x3e\x21\ -\x9e\x93\xe9\x59\xc8\xd7\x77\xd3\x95\xe5\xeb\xe3\x04\x2f\xd8\xa7\ -\x50\x58\xc0\xe0\x3f\x0e\x86\x0c\x63\x51\x68\xa3\xfc\x26\x95\x5a\ -\x36\xdc\x54\xa5\x02\x7c\x37\x83\x9c\x2c\x18\x47\x9a\x4a\x88\xbe\ -\x37\xbd\xe7\x66\xcd\x4d\x46\xb5\x8b\x69\x44\x27\xf9\x86\xae\x2b\ -\xa7\x00\xc6\x15\x6f\xe7\xc1\x68\x0f\xb2\x9a\xfe\xd1\xf6\x7c\x4a\ -\x07\xb6\x29\x5c\xd1\xc4\xc3\x68\x85\xe4\x6e\x23\xdf\x63\x3c\x06\ -\x2e\x7f\xe3\x7b\xf3\xa3\x54\xc6\x00\xd4\x68\xb6\x01\xb4\x98\x56\ -\x4e\x36\x0d\x4b\xb8\xf7\x66\x4a\xe6\x26\x4d\xe0\x9c\x5a\x05\x9d\ -\x91\xf1\x72\x93\x27\xec\xc6\x0f\x01\xc2\x8d\xef\x7b\x04\x4d\x07\ -\x81\xda\x1a\x8a\xa2\xb5\xef\xe5\x25\x5f\x65\x92\xb3\x3b\x46\xef\ -\x46\x4a\x6d\xfd\x76\x8b\xf7\x17\xbe\x92\x72\x86\x98\x36\x0b\x81\ -\xdc\x34\x45\xa8\x67\xd4\x79\x94\xb6\x52\x4e\x41\xb7\x00\x60\x3d\ -\xa8\x63\x91\xc5\xd9\xdc\x0c\xe1\x80\xb5\x99\xa5\xa9\x99\x4f\xa5\ -\x86\x9b\x93\x52\x1b\x5a\xc7\x9c\xb2\x66\x5e\x60\xd4\x9e\x9e\xaf\ -\xb4\xbe\xcb\x78\xc8\xd7\xc6\x6c\xaf\x89\xe5\xda\x28\x80\xaa\x7b\ -\xf4\xc6\x88\xe7\xbd\xc2\x0c\xb9\xeb\xb2\xb0\x65\xa0\xa9\x6b\x13\ -\x49\xae\x76\x8e\x9e\x8c\x19\xa7\x29\xba\x5c\x20\x34\xba\x03\xe5\ -\x8c\x1c\xc0\xd9\x20\xce\x99\x71\x9a\xcf\xe8\xc8\xef\x61\xc0\xc4\ -\x40\x8f\x7f\x67\x0f\xdb\x8e\x67\xc9\x5f\x7f\xa7\xbe\x9e\x59\xdc\ -\x65\x55\x13\xdc\x8b\xa6\x65\xf0\x4a\xc7\xc6\x60\xbd\x10\x11\x66\ -\xcb\x91\xea\x75\x49\x4e\x91\x50\xce\x88\x4f\xf9\x5d\x2f\xe2\x74\ -\xb9\x0c\xc0\x41\x62\xea\x48\x70\x0f\x84\x9d\x49\x16\x40\x7c\x78\ -\x28\x90\x1b\x30\xd9\x5d\x32\xa1\xf4\xe3\x9f\x7f\xb1\xa0\xd2\x6c\ -\x33\xa7\xe2\xf6\xfd\xff\x9a\x56\x97\x5b\x25\xc5\x79\x0f\xb2\x08\ -\x58\x04\x33\x0c\x2b\xd6\xb4\xb8\x08\x8f\x8d\xe2\x7c\x2d\x5f\x76\ -\x86\xb0\x60\x28\x43\xa6\x7d\xbd\x06\x7f\x19\x8f\x98\x5e\xc9\x19\ -\x35\x4a\xd7\xca\x31\x5e\x74\x71\xa9\x67\x71\x67\x1f\xd5\x65\x1c\ -\x7d\xd7\x67\x65\xc3\xe1\xda\xa6\xb5\xc2\xc7\xde\xb3\xaf\xcc\x3f\ -\xc7\x17\x94\x62\xf0\x30\x7d\x17\x35\x2b\x69\x77\x2d\x13\xcf\x9a\ -\x32\x0a\x9b\x3a\x05\x2a\xbe\x57\xe7\xd4\x6b\x8a\x94\x49\x72\xc5\ -\x1b\x9a\xa2\x8d\x1e\x16\xbd\x92\x04\x8a\x60\x1c\xf0\xc1\xec\x1b\ -\xd4\x79\xa9\xad\x52\x59\x22\xb8\xbe\xc6\xa6\x4f\x38\xc0\x2d\x3f\ -\x6b\x9d\x4a\xd3\xd0\xfa\x2d\x84\x18\xba\x71\xd5\xcb\x19\x66\x78\ -\x16\xd5\xc8\xec\xa5\xd4\x11\xf8\xf8\x34\xa6\x6c\xe6\xec\x54\xe4\ -\xa3\x85\xa2\xe2\x8d\xe4\xf0\xba\x28\x5c\xac\x00\x9b\x1a\xf4\x1b\ -\x47\x91\x99\x41\xba\x8c\x1f\x5e\x1d\x80\x1f\x36\x63\xa7\x9c\x85\ -\xcd\xe2\x26\xc8\xe7\xc7\x90\xc3\xcf\x1c\xec\x96\xc9\x10\x60\x87\ -\x28\x94\x97\x59\x58\x4b\x09\x65\xc9\x05\xa2\x2b\x33\xe6\x9d\x72\ -\xe2\xb9\x0c\xbb\xa6\x6d\xa7\x21\x75\x2d\x5a\x58\xfe\x53\xd3\x2c\ -\xd4\x34\xb2\x53\xfd\x7c\xfa\xc3\x72\x4c\x5f\x8f\x5c\x25\xbd\xa3\ -\xd0\x51\xe0\x76\xeb\x5d\x39\x2e\x37\x6e\x0d\x60\x37\xf3\xd0\xc3\ -\x79\xeb\x49\x57\xb5\x69\xec\xc2\x91\x2e\x5f\x47\x7f\xde\x5a\x36\ -\xe9\x10\x5b\xdb\x4d\xff\xa0\xa2\xc0\x25\xe9\x16\xc7\xcc\x8d\x92\ -\xe1\x05\xf0\x18\x87\xa6\x8f\x37\x84\xd4\x42\x54\x9b\xe1\x02\x95\ -\xe3\x1d\x89\xff\x07\x40\xb2\x28\x8c\x02\xd9\x1b\xdb\x96\xcd\xb3\ -\x09\xb4\xe1\x19\x47\xe4\x60\x8b\x5b\xc1\x2e\x69\xc5\xb3\x4c\x80\ -\x47\x1a\x91\x58\x73\x11\x19\x40\xde\xdc\x88\x3e\x22\xa9\x15\xea\ -\xdb\x9a\xba\xb0\x98\x56\x9f\xe2\xb9\xb8\x9a\x93\xc2\x07\xa3\xfb\ -\x78\x75\xbe\x68\x96\x46\x52\xb9\xad\x33\x49\x9a\x90\x99\xaf\x0c\ -\xa7\xe2\x34\xff\xb7\xd0\xb2\x79\xc1\xab\xf9\x27\x51\x00\xb8\xa5\ -\xeb\x18\xf6\xb9\x49\x19\xf4\x50\x84\x0a\xb3\xa3\xac\x22\x1b\x7d\ -\xc2\x38\xdf\xbb\xdd\xaf\xd2\x91\xa9\xd2\xe8\x34\x35\x1d\xac\xe3\ -\xb1\x47\xce\x28\xee\x7a\xac\x9c\x8a\xde\xf6\x75\x21\xa0\xf6\x33\ -\xd7\x41\x83\xe2\x2c\xeb\x77\xdd\xc2\xca\xa6\xab\x37\x90\x35\x05\ -\xac\x49\xf3\x39\xd5\x7d\x42\x88\x29\xa8\xf8\x7b\xc2\xd6\xb3\x0d\ -\x32\xfd\x16\xff\x29\x78\x8a\xb5\x96\x5f\x63\x6d\xa8\x05\x54\xef\ -\x53\xe8\xca\x73\x0c\x23\x89\xbe\xd7\xdb\x19\xd2\x5d\xf3\x62\x3f\ -\xe4\x24\x32\xcc\x66\xc2\x18\xc8\x27\x9c\x59\x3c\x11\xd4\x11\x54\ -\xd2\x05\x1d\x7b\x5c\x44\xe5\xb6\x55\xa8\x75\x84\x52\x87\x25\xf7\ -\x36\x89\x22\xb1\xe7\x2f\xec\x21\x97\xba\xd9\x6b\xdb\xd2\xd1\x04\ -\xd6\x04\x92\x93\x76\x1e\x36\x05\xaa\xb3\x96\xfd\x6c\xdc\x4d\x42\ -\x54\x05\x03\x52\xf7\x56\xfc\x3f\x9d\xae\x57\x5c\xcd\x24\xa3\xad\ -\x65\x45\x4e\xa7\xea\xd7\xec\xcf\x06\x5b\xe3\x17\xcf\xb4\xee\x46\ -\x8b\x3e\x09\x60\x77\xd3\x7d\x44\x11\x31\xe2\xfd\xf3\xd9\x1e\xd7\ -\x59\xa8\xd4\xb4\x7b\xe1\x32\xe7\xa6\x0b\x68\xe8\x7a\xdc\xa7\x4e\ -\x43\x0a\xba\x1a\xbc\x19\x55\xc8\xad\x09\x8a\xf3\x92\x1a\x7d\x0e\ -\x7d\x6a\x11\xa6\x04\x09\x5e\x4b\x4e\x00\xe9\xa6\x67\xae\x66\x3b\ -\x9b\x2b\xad\xf3\x5a\x75\x37\xdb\xf1\x52\xcd\xef\x91\xda\x3b\xa9\ -\x1b\x24\x8f\x8e\xc0\xdd\xb1\x53\x8f\xfc\x4e\xf5\x5a\xa1\x26\xcd\ -\x61\x68\x11\x6c\x83\x33\x58\x1a\x09\xc4\x46\x8d\x56\xfa\xb7\x1e\ -\xec\xae\xa9\xbf\xdb\x0e\xb6\x38\x3f\x48\x8e\xb3\x61\x0f\xa0\xbd\ -\x92\xde\xbc\x52\x4b\x6c\x60\x4a\x7c\xbf\x6b\xb3\x76\x0f\x43\x96\ -\xd0\x33\x11\x37\x7a\x5f\x63\xd6\xd0\xa6\x47\xb5\xd7\xb8\xa0\x6d\ -\x1a\xc2\x06\xf6\x7b\x3c\x0d\x1a\xed\x5f\x1b\xe5\xd4\xad\xb5\xb6\ -\xff\xaa\xae\xc5\xf6\xb3\x6b\x8f\x34\x5d\xdc\xe0\x9c\xfa\x26\x18\ -\x11\x4d\xdf\x18\x9b\x51\x49\xa3\x5b\x6c\xb4\xe4\xca\x25\x64\x0f\ -\x07\x2e\xad\x12\x87\x16\x0d\xee\x17\xe0\xb5\x4c\x65\x41\x49\x19\ -\x6a\xa1\x5c\x5b\xd3\xdc\x33\x98\x6f\x5e\x97\xf5\xbb\xda\xe4\xfe\ -\x84\xe1\x20\xb4\x4d\x8f\x56\x1e\x73\x06\x6a\x58\x8f\x20\xd0\x66\ -\xa8\xe7\x8d\x5f\x64\x78\xa9\x02\x7c\x19\x18\xc2\x02\xc5\x05\x9d\ -\x7e\x9f\x86\x6b\xad\x54\xde\x55\x49\x38\x02\x9c\xf4\xc9\x55\xeb\ -\x63\x44\xe1\xce\xb9\x5c\x26\x22\x22\x35\xef\x52\xf1\xa1\x83\xd5\ -\x0b\x2c\x0a\xf6\x7c\x5f\x16\xc5\xf5\xe3\xd9\x15\xff\x1a\x03\x12\ -\x81\x8e\xe3\x0f\xde\xeb\x6f\x0c\x4f\x2d\x7e\x0b\x70\x5d\x03\x2f\ -\x7a\xa5\x5d\xba\x51\x0c\x18\x6f\x79\xa7\xe1\x05\xf3\x68\x76\xdc\ -\xce\x80\x5f\x2e\x62\xf5\xd0\xb4\x42\x31\x2e\x9f\x68\x7c\xdb\x81\ -\x38\xd8\xa9\x77\xbe\x65\xc7\x80\x10\x19\xe7\x12\xc6\xab\x37\x23\ -\x23\x05\x93\x82\x7d\x43\x8a\xaa\x4d\x3f\xd0\xdc\xde\x22\xcb\x40\ -\x05\x53\xde\x7b\x41\x3e\x2e\xef\x6e\x6d\x02\xb7\xc4\x8d\x19\xc2\ -\xf6\x5c\x57\x06\x9f\x11\x2b\x7e\xa4\xb2\x8d\x14\x65\x79\x1d\x7a\ -\x21\x73\x4c\x71\xb1\xf3\x92\x0a\xb2\xd5\xa0\x62\x2d\x9b\x0a\x79\ -\xb6\x0b\x75\x61\xbc\x5d\xe1\xa0\x69\xb6\xbe\x1a\x07\x36\x0f\x80\ -\x07\x96\x08\x96\xe7\x8b\x0c\xba\x32\x74\xb9\x73\x95\xf9\xc7\xc9\ -\x3c\x7e\xb9\x96\x50\x52\xf1\x82\xe2\x3d\x7f\x40\x43\x73\xec\xce\ -\xf8\x63\x0e\x85\xde\xd8\x19\xea\xe5\x14\xae\x14\xdf\x16\x25\xe6\ -\xdb\x3f\xe7\x68\xae\x55\xc2\x26\xd3\x69\x4f\xb2\x30\xe8\xc2\xd0\ -\x0b\xc3\x1d\xb5\x32\x34\x59\xd2\xe4\xde\x11\x2c\xe7\xbc\xab\x6d\ -\x98\x41\x03\x73\x4e\x90\x3b\xeb\xd1\x5b\xf0\x85\x17\x96\x4a\xa6\ -\xae\x07\x4d\x52\x1b\x9f\xbf\x1c\x90\x2e\xe8\xfa\x69\x48\xb2\x53\ -\x24\xbc\x11\x67\x05\x64\xbe\x8d\x3a\x21\xba\xe5\x5d\x45\x43\xf2\ -\xfe\x5e\x86\xa0\xd3\x78\x2c\xe6\x24\x93\xe3\x47\x09\x41\xfd\xb0\ -\x64\x62\xbc\x7f\xde\x3e\x16\x8e\xd7\xc4\x79\x20\x0c\x62\xbc\xcd\ -\x48\xdc\x70\x64\x2f\xea\x97\x14\x2f\xfa\x67\xbd\x2b\xf7\xc9\x05\ -\x93\x34\x86\x7d\x8d\x46\x93\x19\x17\x35\x9d\x14\x53\x1e\x54\x4b\ -\xc4\x33\xe4\x2e\x5c\xf4\xf2\x0c\x39\xa7\xd3\x11\x30\x7f\xde\x96\ -\x89\x16\xf9\x63\x22\x0d\xad\x35\xdd\x9c\xe5\x55\x71\x3a\x6c\x1a\ -\x17\xd9\xce\xe0\x6f\x3f\x4c\xc2\xb2\x19\xcd\x5a\x5e\x11\x99\x33\ -\xd4\x0a\xb8\x55\x39\x42\xd2\x27\xc4\x7b\x58\x60\x45\x0d\xbc\x5d\ -\xe3\x67\x17\xc4\x00\xa7\xe8\x9c\x20\x98\x6f\xd7\x48\x88\xd1\x1a\ -\x24\xc7\xfd\xd6\xc4\x89\xfe\x1b\x80\xe2\x7a\xbd\xec\x33\x5a\x54\ -\x1a\x13\x1e\x58\xf3\xdb\xf4\x6f\x6c\x87\x65\x5c\x2a\xd1\x30\xbf\ -\xf1\x03\x52\xce\x67\x94\xba\x0b\x1a\xf8\x02\xe1\x5b\x7f\xb2\x89\ -\x62\xd9\x9b\x6d\x06\x81\x74\x41\xd4\x42\xb7\x6d\x27\xbe\xd2\xd0\ -\x67\xe8\xc0\x5c\x3f\x20\x35\x8a\x81\x3d\x2b\xf6\x5c\x8c\x97\x01\ -\x24\xf3\x07\x83\x19\x53\x01\x5d\xbc\x51\x25\x88\x87\x81\x32\x4a\ -\x80\xbe\x4c\x87\xb3\xb9\xb6\x11\x44\xff\x4e\x2a\xf0\x69\xb5\x0d\ -\x31\x7a\x49\x4c\x65\x7a\x3a\x7d\x4c\xae\x96\xf0\x1e\xf1\xd0\x26\ -\xba\x66\x97\xdb\x11\xee\xa6\xc1\x73\x0b\x4b\xe1\xb0\xb9\xe6\xa2\ -\x50\x26\xc5\x30\x5e\xe7\x65\xa2\x6e\x5d\x0e\xc2\xd5\x19\x39\x69\ -\x5a\xce\x1e\x06\xd4\xa7\x04\x51\xc0\x30\x08\x13\xef\xfd\xd2\xee\ -\xaf\x11\x84\xb7\x5b\xde\x5a\x91\xce\xee\x3a\x69\x5a\x30\xe5\x51\ -\xf4\x93\xa7\x80\x69\x65\x08\xbd\xd3\x6d\x72\xb4\xef\x1f\x93\xfc\ -\xb7\x33\x06\xba\x33\x59\x01\x4c\x82\x85\xe5\x39\x4c\xbd\xb9\x2a\ -\x0b\x6d\x2b\x7a\xb8\xe8\x56\x61\x07\xee\x05\xe1\x5c\x6f\x9b\xe6\ -\x8b\x1b\x47\xa0\x9b\xe8\x48\xb2\x30\x98\x91\x3f\x53\x9a\xfb\xeb\ -\x7b\x7e\x63\x88\x65\xc6\x40\x28\xd7\x59\xcc\x23\x57\x06\x56\xc6\ -\xfe\xf1\x98\x0b\x07\xbc\xa6\xe7\xdc\x09\x8d\xa4\xa5\x96\x05\xb2\ -\xe2\x47\xdf\x9e\xc9\xd8\xb3\xf2\x34\xdd\xd9\xa6\x4e\x43\xba\x95\ -\x5d\xaf\x88\x8a\xbc\x70\x0a\x4d\x67\x0e\x10\xb7\xc2\xca\x6c\x06\ -\x30\xf8\x85\xe1\x92\x83\x0c\x12\x77\xea\xec\x5a\xeb\x70\x15\xa3\ -\x6d\xaa\x2b\x10\x5f\x97\xa3\xe9\xa3\x34\x9b\xd3\xf7\xfc\x2e\x9d\ -\x05\x02\xc5\xbf\xea\xf5\x4d\x23\xc3\x8b\x7f\xe6\x43\x87\x39\x4d\ -\x6a\xc4\x4a\x48\xb1\x4c\x9a\xb6\x83\xe9\x72\x5a\xe3\xe5\x67\x5b\ -\xcf\x13\x1b\x56\x30\x2f\x40\x65\xa6\x6e\x07\x3a\x9c\x8d\xd3\x80\ -\x49\x9f\xf8\x1a\x63\x69\xec\x6e\xa4\xaa\xd0\xa9\x9b\xe3\x68\x07\ -\x40\x99\x19\x53\xfe\xbb\xee\x6e\x94\xb3\x25\xf9\x5a\x90\x76\xd7\ -\xd0\x46\x57\xf5\xf5\x2d\xd3\xf6\x63\x98\x2e\x90\x80\xf5\xca\xe7\ -\x37\xe7\x3b\xf7\xeb\x16\xf0\xad\x8d\xc2\x8e\x09\xc6\xcb\x73\x08\ -\xbd\x5d\x20\x77\xec\xa3\x6f\xc8\xb4\xa0\x73\x0a\x40\x4e\xaf\xfc\ -\xf7\x4b\xa7\x7d\x5e\x2d\x83\xb0\x23\x3e\x09\x00\x60\x6c\x39\x84\ -\xec\x79\x51\xd6\xe4\xb3\x67\x85\x4a\x4d\x2a\x54\x8d\x11\x35\x7f\ -\x6c\xff\xd1\x65\x0d\xa6\x50\x9a\xc3\x98\xb9\xd9\xca\x48\x06\xf2\ -\xa9\xa4\xe9\x73\xe2\x3d\xee\x96\xfe\x91\x73\x66\x34\x59\x82\xd0\ -\xcc\x89\xe8\xa0\x7f\x55\xc3\xe3\x53\xb1\x60\xad\x76\x7a\x76\x37\ -\xb3\xb2\xbe\x67\x38\x4d\xb5\xf4\x75\x84\x2f\x28\x09\x44\x7f\xac\ -\xbe\xe2\xbf\xfc\xe7\x36\xea\x2c\x11\x7e\xe6\xdf\x76\xbf\xc4\x74\ -\x5d\xbf\x8c\x41\xa1\xa6\x77\xc3\xf2\xcf\x97\x2f\x3f\x9f\xa4\x1a\ -\x04\x55\x4c\xfc\x58\xad\xbe\x14\x24\x2f\xef\x90\xdf\x99\xdb\xf6\ -\x5e\x7f\xe3\x1a\x03\x57\xb7\xcb\x5f\xcb\x1c\xf7\x98\x21\xeb\x07\ -\x8a\xb7\xc7\x79\x8c\x9c\x7c\xdb\xf3\x1c\xa6\x91\x4d\x53\xac\xe6\ -\x40\xed\x8d\xff\x5b\xdf\x90\x19\x0c\xae\x0b\x8b\x2d\xbb\x8f\x7d\ -\x1a\xfe\x3f\xba\xf0\x35\x2e\xd7\xe6\x37\x4a\xf4\xb8\xdc\xf9\xd0\ -\xdc\xa4\x07\x31\x34\xd6\x18\x4d\x63\x7a\xcc\x81\x37\xfd\x0d\x02\ -\xe3\xf2\x01\x4f\x78\x18\x0c\xff\x9c\xbe\x69\xd9\x00\xe7\x1a\x61\ -\x0d\x9b\xb2\xa4\x4b\x09\xff\x3d\x7f\x52\x82\xc1\xb0\x3e\x06\x0a\ -\xf0\xc5\x58\xfa\xc6\x7b\xbe\x31\xf8\x8d\xf1\xf7\x5f\xd0\xaf\x09\ -\xfe\xb9\xa0\x5f\x13\xd7\x2b\x0a\x8a\x69\x22\xad\x31\x06\xd6\x9c\ -\x18\x63\xe0\xfd\xfd\x6f\xd0\xeb\x6a\x16\xcb\xe1\x1e\xe2\x93\x01\ -\x59\x18\x30\x44\xd9\x8a\x55\xb7\x6d\x6d\x3c\x4c\x6d\x33\x10\x09\ -\xbe\xa6\xf3\x58\x55\x81\xc1\x57\x86\xde\x2d\x5e\x3e\xd9\x82\x07\ -\x7e\x01\x18\x55\xec\x71\x5c\x38\xff\x2c\xc1\x00\x00\x20\x00\x49\ -\x44\x41\x54\x28\xa4\x8e\x04\x18\x67\x56\x58\x13\x15\x8a\x82\x2c\ -\x0e\x6d\x0c\x77\x3c\xd4\x42\x24\xa2\x39\x1a\xf6\x02\x6c\x01\xc3\ -\x1a\xcb\x15\x42\x62\x98\x3d\xba\x6d\x60\x4e\x7b\xdc\xcd\x11\x86\ -\xd4\x11\x40\xd7\x86\x34\x1e\xca\xd2\x96\xd2\x4e\x45\xaf\xca\x58\ -\x2b\xd2\x2e\x0d\x49\x84\xe7\xd4\x40\xd4\xb4\x50\xb2\x48\xed\x87\ -\x1c\x46\xfd\x7a\xad\x55\x45\x0b\xb1\x8f\x8d\x6d\x31\x4c\x18\x7a\ -\x67\x67\xe2\x80\x07\x60\x24\x69\x37\xac\xae\x35\x06\xb8\x6d\x52\ -\xd6\x27\x88\x68\x2e\x7a\x70\xb4\x74\x75\x74\xbc\x1c\xd6\xcb\x36\ -\xfa\xb0\x93\x65\xa7\x73\x89\x8a\x15\x30\xa1\xdb\xda\x26\x38\xb6\ -\xf9\xaf\x28\xe6\x1a\x2d\xac\x4f\xa8\x56\xd8\x25\x07\x12\xc8\x05\ -\x62\x2e\x32\x07\xc0\xa0\x2e\x8a\x6b\x6e\x34\x6c\xe2\xfd\xab\xc6\ -\xf3\xd7\xb1\x39\xbf\x18\xe5\xad\x68\x23\x3d\xdc\x50\x41\x6e\x7e\ -\xc1\x35\x35\x3d\x78\xe0\xca\x6e\xc7\xaf\x9c\x0e\x3a\x61\x03\x1a\ -\x9a\x81\xcb\x9b\xd9\x0c\x2e\x8c\xe9\xd7\xf0\xf1\x38\x2b\x74\x2e\ -\x4c\x2a\xae\x7d\x34\x4e\xe9\xe4\xd4\xa8\x13\xd0\x50\x6b\xd8\xaf\ -\xc7\xc5\x89\xfe\xae\xb5\xda\x44\xce\xa9\x0a\x32\x8c\x3d\xa0\xec\ -\x07\x0a\x35\xc7\x33\x64\x03\xfd\x09\xf2\x57\x26\xa8\x70\x65\x34\ -\xe1\x8a\x07\x0c\x34\xc4\x70\xd7\xd0\x74\x57\xc9\x17\x32\x7a\xc6\ -\x7f\xc1\xa9\x67\xb4\xa0\xf2\xd3\x25\x33\xb2\x30\x00\x4d\xed\x93\ -\xc7\xcf\x55\x83\xe7\xbf\x3f\xc6\x9f\x72\xb3\x0c\xba\x0a\x24\x29\ -\x85\x83\x2c\x73\x8e\x96\xd3\x43\x06\xb7\x3c\x22\xc2\x17\xfd\x69\ -\x17\xd9\x6a\x54\x1e\xcd\xf5\x29\xae\xb4\x37\xdd\xd4\xb0\x6d\xe2\ -\x01\xab\x76\x7c\x10\x84\x5c\x34\xad\x0b\xe2\x66\x08\xd6\x80\xff\ -\xf1\xcf\x51\x36\xe7\x39\x0e\x3b\xf2\xd1\xc1\x8e\x7b\xfe\x53\x65\ -\x47\x35\xb7\x33\x2d\xda\xdc\x90\xfd\xd9\x55\xd8\x24\xf6\xcc\xaf\ -\x46\x93\xa5\x0c\x7c\xd1\x0c\x8a\xbf\x4d\xa5\x3d\xcc\x6c\xb8\xc5\ -\xf0\xf2\x7f\x13\x7f\x27\xc0\xa4\xd5\x9c\x0c\x47\xb3\x40\x8f\xc0\ -\xca\x41\x94\x04\x28\x52\xc6\x0a\xbb\x5c\x2f\xda\xba\x4d\xf6\xcd\ -\xa0\x45\x05\xaf\xf1\x27\x01\xa1\x8d\x3a\xc7\x36\x2d\xbd\xc8\x0b\ -\x0e\x7a\xd0\x89\xb8\x68\x9a\x37\x7a\x1f\x36\x6d\x21\x6b\xd9\x34\ -\xd7\xcf\x76\x30\x4b\x17\x88\xff\x2b\x4d\x08\x7b\x1e\x4d\xe5\x3a\ -\xb1\x6b\x35\xa9\x1a\xe6\x36\x45\xba\x86\x19\x14\x84\x89\x90\x15\ -\xeb\xed\x35\xf2\x4e\x27\x64\x27\xc2\x92\x6b\x65\xbf\x5e\xa5\xe9\ -\x60\x47\x6d\xa5\x1b\x6a\xf8\xaf\x17\x7a\x80\xb2\xc7\x77\x88\x82\ -\xf8\xab\xb1\x2c\x5e\xde\x8c\xcd\xa4\x4d\x5f\xe3\x0b\x70\x9d\x41\ -\x82\x8a\xf1\x3c\x01\x7c\xd1\x5f\x36\x1c\x89\xbc\x25\xd7\xb1\x90\ -\x9f\x8f\x23\xee\x66\xd6\x44\xdd\xe1\x5a\x27\xe6\xca\xcb\x8c\xa6\ -\xc5\xfe\x5e\x9d\x17\xaf\xd1\x59\xf7\xd2\xf4\xd6\x3e\x21\x63\x05\ -\xe1\xb5\x7b\xd2\x75\x46\x49\x14\xe8\x5a\xfa\xa4\x1e\xb6\x0e\xbe\ -\xd2\x01\x35\x86\x07\x2a\x9c\xe2\x7d\x0e\x2d\x30\xf6\x89\xbe\x4d\ -\x04\x80\x39\x7f\xac\xf1\x5a\x28\x4d\xa7\x37\xf8\x66\x36\xf0\x65\ -\x45\xa8\x38\xdd\x1c\x0a\x1d\xa1\xd1\xb0\x09\x01\x29\x1e\x9c\x75\ -\x9d\xea\xcc\xf4\xa8\x79\x0a\xba\xe2\xe0\x59\x2e\x88\x5b\x80\x34\ -\x65\xb1\xcb\xa3\x40\xb9\xa0\xa9\x97\xab\x9e\xcb\x3b\xbc\x31\x43\ -\xa3\x1e\x43\x81\xcb\x25\x04\x67\x63\x15\x4e\x93\x36\x39\x93\xa2\ -\x9a\xf2\x15\x73\x00\x28\x06\x98\xfe\xf2\xc6\x66\x6c\x54\xe1\xb4\ -\xdf\xa0\x77\x4e\x8f\xb8\x05\x70\x9b\xa5\x3c\x65\xb3\x5f\x3a\x3b\ -\xbb\x17\x24\xcc\xcc\xf8\xe5\x45\xb7\xef\x4b\xe9\x82\x4b\x6b\x50\ -\x72\x7d\x39\xc4\xc9\xc4\x69\xba\x35\x30\x77\x06\x32\x02\x00\x74\ -\x22\xad\xca\x26\xb1\x08\x30\x9a\xb8\x58\x0e\x41\xbd\xe3\x96\x39\ -\x96\x4d\x30\xc9\xde\x30\x27\x28\x3e\x92\x0a\xbd\xb4\xcc\x31\x38\ -\x99\x36\xfe\x6a\xe9\x8f\xc3\xe5\x03\xc4\x02\xc8\x95\xe6\x17\x50\ -\xc6\x45\x7f\x81\x69\x95\xe9\x99\x96\xb1\x4a\x48\x71\x98\xc7\xe6\ -\xd4\x1a\x86\x50\x26\x09\xf9\x32\x03\x0c\xbe\x4c\x5e\x89\xb7\x4d\ -\x9c\xdd\xc1\xf5\x1a\xc3\xd7\xaa\xa6\x76\xdf\xfe\x1c\x58\x32\xb3\ -\xbe\x16\x2d\xf3\x1d\x22\xf5\x67\xa6\x2d\x60\xba\xfe\x7c\x33\x50\ -\x1a\xf0\x0c\x56\xaf\x61\x29\x80\x0e\x05\xad\xb7\x0d\x18\xf8\xa0\ -\x17\x26\x03\xc3\x28\xf6\x12\xe7\x19\xc4\x94\x49\x60\xe8\x20\x2c\ -\x31\x6a\xaa\x8a\xc5\x2c\x93\x53\xf2\xa3\x36\xb4\x12\xd6\xcf\xc3\ -\x65\xce\x87\xea\xaf\x05\x30\x1a\xe0\xa0\x0a\x5b\x0e\xaa\xb4\x01\ -\xa4\x76\x57\x4f\x1e\xf8\x4b\xde\x58\xfa\x8d\xc1\x84\x25\xf6\xf5\ -\x5a\xeb\xed\x07\x1c\xf0\xf5\xf5\x17\xe6\x9c\xb8\x5e\x2f\xbc\x7f\ -\x14\x5f\x7f\xfd\x97\x15\xeb\x14\x1c\xec\xba\xe8\x94\x9f\x2f\x5c\ -\x65\x4a\x61\xbd\x5d\xce\x5e\x24\xd0\x8a\x00\x0c\xbf\x04\xb8\x90\ -\x67\x0f\xab\x85\x94\x36\x06\xe2\x5d\xed\x92\x8d\x7e\x46\x21\xf8\ -\xf7\xd1\xe0\x88\x03\x11\x65\x69\xcb\x34\x32\x97\x2a\x9d\x4c\xa8\ -\x8c\x0d\x24\x34\x16\xca\x60\xa9\x69\x8c\x25\x30\x17\xaa\xc7\x62\ -\x01\x68\xc5\x4a\xd0\xbb\xa0\x33\xac\x33\x5d\x0f\x10\xc8\xc7\x2b\ -\x38\xda\x51\xec\x75\xf4\x25\x79\xb7\x76\x21\xe5\xc5\xad\xf0\xfc\ -\x8b\x08\x2f\x1c\x86\x50\x8b\x6e\x45\x4f\xf1\xd7\xdd\x91\x24\xb9\ -\xaf\xbb\x8e\x48\x88\xc0\xc2\xe6\x70\x33\x00\xc8\x65\xcf\xd4\x6d\ -\x6d\x6d\x33\x72\x7e\x26\xc5\x78\xe6\x2c\xab\x07\x73\x6a\xb2\x6c\ -\x22\xe8\xdb\xc4\xf9\xe5\x43\xa2\xa6\xae\xa2\xee\x4a\x8d\x0a\x59\ -\xa1\xba\x35\x4c\xa6\xdb\x08\x7a\x97\xba\x69\x07\x1c\xe9\x4a\xc7\ -\xb5\x38\xb4\xb4\x04\xaf\x0b\x61\x1f\x5a\x39\x44\x57\x4e\x41\x29\ -\x83\xff\xd8\xa9\xa7\x76\xd1\x0d\xa7\x8b\x15\x5a\xa1\x4d\x03\x12\ -\xd6\xd6\x1b\x05\xa4\x15\x51\x57\x0f\xd7\x6b\x0d\x23\x4b\x13\xf7\ -\x0f\x02\xad\x9d\xe2\x21\x6e\xf6\x12\x28\x60\x14\x32\x36\x51\xe8\ -\x56\xb7\xe4\xfa\xa7\xa0\x8f\xb0\x47\xc0\x28\x26\x2d\x7c\xf1\x68\ -\xcd\x78\xe2\xdd\xa5\x15\x10\x2f\xd2\x03\x38\x68\x42\x7b\x0d\xaa\ -\x54\x0f\xd6\x3d\xa7\x13\x31\xe7\x3c\x6d\xac\xd9\x1a\xde\xb5\x04\ -\x3d\xdc\x38\x2c\xed\xab\x38\xe4\x9c\x24\xd6\xad\x56\x41\x91\xab\ -\x15\x38\xd4\x2c\x6c\x73\x72\x32\xde\x0d\x45\x8d\x8c\x0e\x29\xc1\ -\x70\x7c\xae\xcd\xa8\x21\x03\x59\x41\xee\x0e\xe6\x4e\x4b\x78\x59\ -\x0a\x47\xea\xde\x6c\x0e\x21\x32\x36\x8d\x9d\x72\x39\x3c\x89\x38\ -\xd2\xd6\x75\x84\x28\x27\xc9\x5d\x3b\xe3\xae\x49\x58\x99\x8b\xa4\ -\x9b\xb1\x81\xe5\x63\xb0\xe7\x53\xc5\xd4\x30\x03\x74\xfd\x7b\x70\ -\x64\x10\x81\x31\x69\xd9\x93\x22\x77\x37\x23\x71\x13\x18\x7b\x03\ -\xec\x54\x15\x8a\x49\x00\x37\xe0\x41\x91\x54\xd1\xee\x88\x16\xf6\ -\xd7\x8a\x3a\x9e\xb8\x15\x9d\x01\x8d\x31\x1e\xec\xef\x3b\x74\x44\ -\x87\xf5\xc8\x11\x62\x1a\x0e\x6f\x19\x89\x10\xa8\xa2\xc6\xfd\xc0\ -\xf9\xd0\xa9\xd9\x97\x6b\x38\x97\x11\x43\xf5\xc7\x33\xba\xa8\x44\ -\xeb\x2a\xcd\xe5\xaf\xc7\x08\xf0\x41\x63\xb2\x89\x85\x4d\x17\xc6\ -\xb6\xee\x83\x2b\x2f\x19\x50\x1e\xfc\x47\xc9\xbc\x32\x03\xeb\x68\ -\x77\x3a\x6f\x46\x3e\xd2\x41\xa4\x4e\x3f\xf2\xdb\x39\x7a\xf5\xf8\ -\x7c\x76\x6a\x16\x52\xbb\x16\xe2\xfd\xdb\x7d\xe9\x7a\x59\x95\x69\ -\x46\x4b\xee\xf0\x69\xe0\xc9\x30\x9a\xdf\x52\xcf\x1c\x6c\xc5\x35\ -\x6b\x21\xdc\xad\x19\x27\x5a\x06\x0c\xb6\x0f\x9b\x69\xec\x13\x92\ -\x4e\xb7\x1c\x71\xe6\x4b\xa3\x99\xf9\x84\x58\xc5\xad\x9e\x8b\x1a\ -\x58\xf7\xb0\x34\xca\xba\x4d\x91\x94\x4c\x4f\xa4\xe0\x76\x5e\xb0\ -\x9b\x58\x74\x2b\x95\x88\x54\x70\xda\xb0\x00\x84\x17\xc6\x68\x93\ -\xe6\x9e\xeb\xab\xd8\x28\x74\x9a\x4d\x51\xb9\x6b\x42\x8b\x66\xe4\ -\x56\xa1\x49\xd9\x0d\x4a\xed\x9d\x66\xe6\x67\xd9\x12\x3f\x0f\x56\ -\x69\x22\x7b\xe3\x91\x6e\xae\xb4\xd9\x61\x23\x26\xaf\x23\xd6\xab\ -\xa4\x06\x8c\xc8\x29\xd2\x5c\x85\x68\x1a\x07\x49\xe9\x5c\x55\xba\ -\xc3\xe2\x41\xc7\x4d\x33\x23\xbe\x9b\x83\xa5\x54\x21\x1a\x3f\xd9\ -\xa9\x8b\x62\xb9\x92\x1a\x1a\x1e\xff\x5e\x49\xf1\xeb\x76\xe5\x24\ -\x50\xb9\x7c\x8d\xca\xbd\x31\x25\x6f\x93\xb4\x67\x91\xc5\x70\x51\ -\xdc\x13\x47\x4a\xa3\x8c\x99\xcc\x14\xd5\x02\xb3\x24\x35\xed\x0e\ -\x6e\xfb\x8d\x20\x32\x6d\x2d\x53\x4c\x9f\x46\x02\x95\x86\x5c\xc6\ -\x9b\xe6\x3c\xfb\xd8\xb5\xea\x56\x43\x86\x16\x90\x21\xfa\xdd\xa4\ -\x0b\x5d\xd3\xb3\xd2\x86\xdf\x40\x84\xab\xb1\x5e\xf6\x0c\xd5\x72\ -\x98\x9c\x29\xc3\x10\xd7\x83\x75\xcd\x6b\x52\xd9\x96\x9f\xc9\xea\ -\x40\x7e\xa7\x91\x0a\x63\x70\x38\x3a\x76\x60\xb0\x0c\x9b\x26\xf7\ -\xcf\xb5\x51\xdb\xa0\x10\x5a\x99\x5d\x68\xf0\xb5\x94\xab\xb3\xaf\ -\x3f\x05\xb0\xf4\x6d\x6b\x2d\x22\x1c\x74\x41\xa4\xf4\xd2\x61\x4e\ -\xd4\x4d\xac\x2c\x5f\x58\x80\x75\x81\xf8\x07\x7b\x46\xe0\x2b\x1b\ -\x20\xa6\x61\x53\x65\x0a\xaa\xfb\xf4\x75\x6e\x7a\xaf\x21\x04\xc6\ -\xcb\xdc\xbb\x37\x67\x58\x6b\x06\xc7\x55\x2c\x15\x39\xce\xab\x04\ -\xa1\x7c\xc2\x66\xbd\x06\x39\x43\x40\x21\xb0\xa9\x19\x29\x63\x34\ -\x2d\xa7\x79\x26\x44\xd3\xcd\x08\xff\xef\x60\xaa\xb1\x2a\xa6\x05\ -\xc5\xa6\x04\xc8\x40\xa9\xf2\x52\x18\xbe\x16\xae\x8b\xbc\xa9\x42\ -\xfe\x6c\xc3\x6d\x9b\x8f\x44\x4e\xa2\x8b\xf2\x2e\xde\x64\xbf\x28\ -\x28\x81\x82\xf7\x62\x0c\xb5\xaf\x17\x2f\x32\xd4\x5c\x80\x0b\xe6\ -\xba\xf3\x9e\xdf\x18\xba\x9c\x17\xad\xd6\xbc\xa8\x18\xfa\x11\xa7\ -\x36\xb1\xeb\x47\x75\xd3\xb7\xc4\xd8\x53\xfd\x90\x64\xfe\x2a\x8b\ -\x54\x3f\x58\x45\x90\xe3\xf8\x4a\x91\x16\xa8\xbc\x2b\x91\x99\xcd\ -\x10\xa2\x10\x8c\xe6\x66\x96\x02\x7f\x3b\xb8\xea\x62\x09\x73\x84\ -\x42\xa4\x45\x5b\x86\x87\xaa\x59\xbe\x36\xe4\x8d\x04\x18\xfc\x95\ -\xc1\xc4\x1a\x07\xd0\xf2\xe2\x4e\x56\xa3\x3e\xed\x07\x53\x8c\xa3\ -\x57\xb3\x37\x65\x32\x4a\x63\x04\x07\x93\x67\xd6\x20\x6d\x9c\x51\ -\x0e\x51\xe2\xd8\x1e\x95\x6b\x5f\x72\x76\xbc\x41\x00\x09\x96\x5a\ -\x21\x17\x99\x39\xea\x74\x30\x0d\xe7\x2e\x71\xfd\x02\x03\xb8\xca\ -\x7e\x57\x59\x20\xf2\x86\xa8\xe7\x89\x5d\x3e\x91\x91\x69\xd3\x09\ -\xb7\x53\x8d\x06\x2c\x72\x2c\xd0\xc2\x94\xe3\x79\x9a\x7b\x1a\x79\ -\x21\x50\xbc\x6a\xf5\x74\x78\xe6\xcb\x45\xfa\xb4\xe9\x39\xe0\x85\ -\xb8\xb6\x7c\x30\x71\x97\x25\x62\xe4\x41\x46\x6e\xf9\xbc\x74\x9a\ -\x06\x06\xba\x89\x8f\x37\x83\x04\x50\x16\x9c\x99\x51\x45\xe5\xb2\ -\x25\x4b\xa0\x63\x61\xaa\x80\x85\xd3\x59\x0b\x43\x37\x1a\x84\x7d\ -\x5e\xc5\x47\xcf\xcb\x81\x25\x0d\x1b\x06\x76\x4d\x19\xb9\xbd\xba\ -\x34\x3d\xa1\x01\x55\x9a\xc0\x81\xf8\xfa\x5b\x4c\x69\xf3\x7f\x8a\ -\x37\xd5\xb9\xb9\xd2\xc2\xab\xad\x10\x14\x77\x68\x35\x7a\xde\xd4\ -\x99\x3a\xb5\xc4\xa1\x5b\xd0\x67\x8c\xf8\xbb\x63\x55\xb8\xcd\x99\ -\x89\xc9\x2c\x2a\x07\xca\x7a\x37\x91\x47\x9a\x46\x05\xa4\xcb\x32\ -\x93\xfc\x33\xa6\xe5\x84\xa0\x2b\xf2\x4c\x5c\xc3\x30\x62\x06\x31\ -\x12\x18\x49\x23\x96\x4c\x4e\x76\xad\x1f\xb4\x00\x98\x46\x21\xe9\ -\x94\x14\xbe\xde\x90\x15\x54\xd1\x05\x62\x49\x9a\x1d\x33\xb5\x89\ -\x47\xbd\x47\xab\x9d\x46\xd1\x86\xb3\xe8\x9d\x45\x27\x51\x0f\x66\ -\xa0\x32\x8c\xd1\x26\x9a\x87\x53\x23\x97\x8a\x4f\xc5\x39\x9b\xdb\ -\x98\x76\x4d\x48\x3a\x74\x06\x9f\x3d\xe8\x1a\x99\x8f\x22\x66\x6b\ -\xcb\xe1\xc8\x46\xc3\x02\x20\xa3\x11\x8b\xa6\x2d\x42\x49\x47\x14\ -\x08\x9c\xf4\x22\x1e\x6c\x6b\x47\x17\x74\x68\x5e\x1c\x74\x51\x73\ -\x90\x97\x42\x61\x5d\xec\x1b\x50\xf7\x4d\xef\xe8\xc5\x77\x84\x55\ -\x42\x34\x03\x70\xb7\x35\xc8\x7c\x13\x8c\x9f\x13\xa2\x2a\x94\x7b\ -\x66\x48\x93\x3b\xb4\x3f\xcf\x82\xb3\xc7\xf6\x11\x7b\x87\x2b\x5b\ -\x1e\x92\x69\x4a\xfc\xd3\xd5\xd1\xb4\x5c\x65\x93\x0d\x1e\x9b\x50\ -\xfe\x8e\xdc\x73\xd2\x4e\xb6\xec\x95\xf6\x19\xca\x32\xbb\xf6\xd0\ -\x12\x56\x3c\x87\xbf\x9e\x31\x76\xcd\x4b\x03\xcc\xec\x6c\x5a\x9b\ -\x0e\xa3\x6b\x79\x52\x47\xb2\x91\x20\x91\x61\xc7\x41\xb3\x90\x23\ -\x6f\xaf\x6b\x9b\xc2\x00\xc3\x9a\x6a\xdd\xa2\x47\xd2\x75\x6a\xcb\ -\x11\x0f\x9b\x67\xa3\x48\x30\x2e\x07\xbe\x38\xe9\xea\xdb\x54\xae\ -\x85\x07\x67\xf0\xa9\xaa\x23\xb1\x62\xb3\x2c\xd6\xc6\x96\xd0\x70\ -\xdf\xb7\x42\x94\x05\x6b\x96\xf3\x9f\x86\x66\x6c\x79\xf3\x39\x34\ -\x3f\xf4\xee\x0e\xd6\x4d\x41\x72\x82\x46\xa1\xcd\xf2\xbb\x44\xd5\ -\x35\x9c\xd3\xf4\xc0\x01\x9e\xf2\x78\xc8\xec\x5a\xfb\x19\x93\x77\ -\x94\x39\xdc\x76\x27\xc4\xde\x19\x0c\x10\xc6\x75\x59\xe1\x2d\xb2\ -\x19\x33\xa8\x32\x70\x99\xa3\x6f\x4e\xd4\x9b\xde\x86\x14\x2d\xa3\ -\x6b\x37\x71\x11\x71\x1a\x28\x7c\xdf\xaa\xba\x5e\xc8\xcf\xcd\xe1\ -\xb8\xfb\x68\xfb\x43\x5d\x98\x1f\xcd\x1a\x97\xc6\x2f\x41\x0e\x2e\ -\x37\x38\xdb\xb7\x67\xac\xc1\xa9\x06\x84\x39\x25\xba\xe1\x05\x94\ -\xa0\x34\xf7\xdc\x36\x0a\x30\xfc\xa0\xc5\x26\xc5\xde\x29\x6f\xc3\ -\x41\x34\xae\x6c\xc4\xa0\x7f\xeb\x93\x43\x27\xb9\xad\x35\x09\x32\ -\x8e\x2d\x9c\x0a\x49\x31\xf8\xe5\x22\x57\x06\x39\x0d\x2c\x1d\x22\ -\x9d\x92\xce\xbc\x9c\xc4\x16\xef\xdf\x01\x46\xd1\xec\x0b\x6c\x7d\ -\xaf\x6c\x30\x73\x38\x03\x76\x57\xda\xb8\x6b\x56\x36\x5c\x9b\x09\ -\x59\xd7\x7c\x92\x83\xfc\x2d\x2b\xae\xef\xfd\xb0\xd3\x56\x6f\x64\ -\x8a\xa5\xd2\xf4\x82\x7e\xdf\x0a\x01\xe3\x8a\x8d\xb9\x36\xe0\x3d\ -\x3c\xab\x95\xa2\x69\xa7\xc3\xc1\x50\x4b\x2f\xba\x8d\x2b\x57\x19\ -\x4d\x0c\xca\x67\x21\x11\x78\x1d\xcf\xc7\x9f\xb1\xea\xdb\x3d\x02\ -\xea\xdf\x49\x68\xb1\x79\xf8\x90\xc1\xeb\x01\x7f\x04\xb2\x56\xd3\ -\xb6\x31\x70\x2d\x33\xd1\xf1\x69\xb7\x46\xc6\x9d\x0a\xde\xce\xbc\ -\x88\x9a\x46\x29\xf4\x5f\xd3\xb4\x8c\xe4\xec\xb3\x4b\x13\xf8\x52\ -\xaa\x18\x22\xd1\xca\xff\xd4\x74\xc0\xad\x5a\x70\xb4\x5e\xfe\x75\ -\x51\x9a\x70\x2d\x7a\x83\x7d\x1a\x6d\x03\x51\xf3\x03\xaf\xa9\xbd\ -\x35\x47\x36\x85\x65\x33\x67\x73\x46\x9b\xcc\x05\x5a\x7f\x63\xc8\ -\x8f\x9d\xd4\xa1\xf3\x0a\x03\x28\x62\x37\xd5\x32\xf3\x32\xd2\x55\ -\x21\xc5\x63\xd5\x7d\xaf\x0b\x22\xcb\xae\xaf\x1e\x53\xe3\xd1\x18\ -\x82\x05\x4c\x81\xf0\x0b\x5f\xaf\x7f\x61\xfe\x51\xbc\x84\x30\xff\ -\xb8\xd9\xcc\x82\xe2\xeb\xf5\xc2\xcf\x72\xfe\xe6\x60\xa3\x62\x2c\ -\xf1\xf9\x08\x37\x7e\x63\xcb\x2c\x69\xb9\x6f\x1b\x2a\x86\x16\x8a\ -\x98\x5d\xa4\x5d\xe4\xa2\x92\x53\xaa\x70\xa9\x0b\x37\x3e\x73\xf2\ -\x52\x0c\xe7\xd0\x92\x73\x43\x2d\xd0\xb0\xc6\xf7\xa6\x87\x18\xd9\ -\xb5\x9f\xe2\xea\x15\xd4\x2a\x28\xaa\xae\x73\x14\xc0\x0d\x2e\x98\ -\x3c\xe0\x2f\x72\xa2\xb8\xf1\x68\x9b\xb3\x89\x35\xfe\x61\xef\x5e\ -\x1c\xd8\x14\x21\x76\xdb\x4a\xcf\x02\x03\xdb\x61\x6d\xa0\xa0\x66\ -\xd0\xa6\x40\xb7\x4d\xce\x2e\xf6\x56\x12\xe3\x6c\x93\xff\x7d\xdd\ -\xe9\x82\x7c\x0b\x7f\xeb\x4e\x48\xce\xa7\x65\x64\xa0\x9f\x69\x80\ -\x14\x58\x5a\xc6\x00\xf4\x40\x29\x20\x32\xba\x5c\xb3\x56\xa6\x16\ -\x82\x0a\x00\xef\xb0\x99\x04\x65\xb8\x1a\xb8\x0e\x0f\x13\x06\xbb\ -\xa6\x41\xe3\x30\xb1\xcf\x52\xfc\x50\x91\xa0\x30\x35\xbb\x30\xa3\ -\x5f\xc2\xc7\xf2\xc8\x30\xc9\xed\xe2\x23\x54\x8e\x46\x36\x05\x51\ -\x48\x2d\x1f\x05\xfb\xe4\x2e\xd0\x10\x15\x20\x28\x5b\x66\x7c\x63\ -\x88\x4b\x14\xfa\xd1\x2c\x86\x6b\x59\xb7\x8e\x66\xd9\x3e\xcf\xa0\ -\xdd\x75\xe1\x69\x77\x0d\x4c\xd1\x7d\x08\x36\x47\x2f\x68\xe2\x59\ -\xa0\x9a\xfb\xc8\x21\x69\x59\x65\xcc\xb4\x35\x1a\xb6\x77\x26\x54\ -\x47\x51\xfd\xb8\x0a\x66\x71\x1a\x05\x05\x9a\xd7\x28\x8e\xcb\x0f\ -\x2d\xcb\x8e\x33\x7d\xc5\x75\x0d\x47\xe0\x96\x4f\x70\xa5\xf4\x79\ -\xee\xae\x29\x29\x12\xf6\xa2\x40\x19\x8b\x96\x3f\x33\xca\x26\x8a\ -\x5a\xcc\x82\x34\x3a\x8d\x35\x77\x3d\x18\x95\x0f\xa1\x31\xca\xd2\ -\x9c\x77\xf1\xed\x9c\x57\x81\x2e\xec\x41\xe1\x20\x4c\x0d\x07\xcc\ -\x55\xc5\x24\xc5\x34\xa8\x2c\xe5\x6d\x66\xb1\x36\x01\xae\x6a\xf0\ -\xf9\xdb\x94\xd9\x2f\xcd\x5c\xb7\xe4\x62\x66\xbd\xd2\x8e\xbf\x9a\ -\x32\x5b\x63\x2f\x38\xad\x2a\xf3\xa3\x3c\x7f\x2c\x2f\x0b\x9f\xae\ -\xe9\xb0\x33\x42\x0c\x21\xaf\xe2\x96\x9d\xfe\x63\x80\x93\xd0\x48\ -\x9b\xfe\x8a\x9b\x30\x64\x59\x3a\x9d\xd1\x9b\x46\x62\x4e\x9d\x71\ -\xb8\xeb\x5d\x2e\x02\xef\xd6\xbe\xb2\x85\x86\x22\x9b\xfe\xf4\xc9\ -\x4b\xa4\xf4\x0c\xfb\x74\x9d\x5c\xf3\x1b\x57\xec\xd4\xcd\xd5\x73\ -\x62\xe2\x19\x2b\x1d\x16\xcb\x45\x2a\xb4\x09\x7c\x4c\x0d\x6c\x9f\ -\x49\xa0\xd7\xa5\xfc\x49\x17\x4d\xba\x86\xd9\x6e\x07\x47\xc3\x2f\ -\x94\xd5\x7e\xdd\x2c\x23\xb6\x5f\x27\x75\x0c\xfb\x34\xb9\x5b\x9b\ -\x99\xbe\x0b\x49\x91\xad\x1c\x28\xa7\xfa\x04\x38\x23\x7b\xc4\x3b\ -\x88\xdd\x36\x9f\x9b\xbb\xa4\x38\x08\x81\x9b\xd3\x9e\x92\x6e\x34\ -\x65\x6d\x67\xbd\xb6\x51\x5a\xe4\x2a\x45\x0e\xa1\x92\x19\x3a\x64\ -\xf0\x41\x0b\xe2\xee\x6e\x94\xa5\x6d\xe1\x3c\x8f\x33\x0b\xb0\xe5\ -\x12\xd1\x61\x80\x33\xbb\x45\x35\x06\x22\xb4\x31\x67\x4b\xe1\xd8\ -\x4b\xd4\x9c\x41\xdb\x78\x33\xc0\xcd\x64\xa1\xa8\x03\x2c\xa6\xdb\ -\x32\x2f\x57\xa7\x07\xf9\x39\x40\xa2\x9b\x3b\xd8\x19\x80\xbd\x5b\ -\x71\xd3\x83\x71\x0f\xdf\x9a\x09\xa2\xa0\x18\x72\x52\xc2\x22\x6b\ -\x66\x78\xc8\xb0\xed\x0b\xda\xa6\xd3\xc2\x70\xcd\xe3\xda\xef\x41\ -\x75\x5d\x95\x17\x7c\x42\x9c\x2a\x41\xd9\x5c\xce\xb8\x59\x4c\x97\ -\x1e\x91\x42\x86\x80\xe1\xa8\xb9\x6c\x0c\x10\x5b\x43\x97\xbb\x20\ -\xaf\x34\xdd\x60\x2e\x23\x22\x3b\xef\x47\xdd\xe4\x87\x45\xf7\xee\ -\x30\xc9\x6d\x62\x26\x3b\x25\x37\x68\xf8\x08\x1a\xa9\xa6\xdb\x71\ -\xe4\xf5\xdc\x0c\x2e\x62\x4d\x31\x59\x56\x53\xd0\xd8\x68\xe4\x14\ -\xc0\xa6\xc9\xb5\x97\x7a\x80\x6a\x68\x10\xd5\xdd\xa4\xf7\x66\x4f\ -\xd3\x4c\x4b\x43\x97\xb4\x35\xbe\x5e\x2f\x04\xf5\x3c\x5c\x2d\xa9\ -\x1b\xe9\x48\xab\x27\x24\xff\x4d\x37\x69\x20\x8e\x7c\xb4\x68\x20\ -\xd5\x94\xd9\x5b\x03\xdc\x0c\x6f\x68\xe0\xf0\xcd\xf7\x69\x79\xb0\ -\xef\x24\xa9\xc1\x91\x5d\x37\x55\x52\xaa\x50\xf5\xe5\x99\x03\xa9\ -\xe8\xde\x1e\x11\x76\x6b\x0c\x22\x3d\x4c\x7c\xce\xb8\x11\x49\x10\ -\x3e\xea\x9b\x1c\xbe\x86\x61\x1b\xbb\x0c\x45\xaa\xfe\x91\x0d\xd8\ -\x5a\xdb\xbf\x87\x94\x64\x45\xdb\xdf\x24\xd7\x31\xdb\xfe\x09\xcd\ -\x98\x98\x9e\x8b\x2d\x83\x74\xb9\x1e\x50\x7c\x26\x1e\x93\xdc\x74\ -\xd4\x4e\xd3\x88\x8c\xb9\x7e\xb4\x57\xaf\x16\x34\x9a\x48\xd9\x93\ -\x90\x09\x5b\x2d\x40\xc3\xb4\x6c\x8a\x65\xf4\x3c\x0e\xf6\x83\x96\ -\xa3\x66\xb8\x07\x7a\xbd\x20\x7e\xfe\x8f\x9c\x50\x3a\x68\x81\xe5\ -\xe0\xab\x17\xb5\x4c\x8d\x9e\xe9\x1a\x2d\x10\xb0\x16\x58\x6c\xbd\ -\x0b\x19\x18\x37\xd8\x29\xa3\x24\x00\x5f\xc0\xc5\xc0\xf4\xb3\x38\ -\x80\x73\x77\x7f\x24\x26\xf0\x50\x5c\x74\xd5\x9d\xcc\x56\xcf\x5f\ -\x3a\x2e\x8c\x71\x61\xb9\xc5\xeb\x5a\x80\xc8\x0b\x8a\x0b\xc4\x7f\ -\x8c\x38\xe1\x54\xb9\xb7\xb8\x8d\xba\x87\x89\xe6\x66\x76\x5b\xcf\ -\x93\x2a\x17\x0e\x2c\xa2\xc3\xbb\xd8\xf8\xde\x75\x90\x63\x99\x4b\ -\x9d\x59\x40\x8e\x0a\x98\x64\x4b\x33\x1e\xcc\x98\xef\x6f\xd7\x12\ -\x84\x13\xd8\x00\xf8\x8a\x46\x36\x0f\xfb\x10\x6e\x32\x2c\x67\xa8\ -\x23\x97\x51\x0c\xd9\x61\x6c\xfe\x2d\xa4\xe4\x11\xc2\x45\xc5\x33\ -\x1e\xa7\xa1\x4f\x49\xbd\xd2\xb2\xd7\x0c\x7d\x50\x70\xb7\x39\x8b\ -\x98\xcb\xf9\xf8\xc1\xc5\xc4\xd6\x84\xc2\x0f\xf1\x44\xe0\x23\x1b\ -\x86\x97\x4d\xef\x40\xa9\x7d\xe0\x78\xbd\x1a\xf9\x42\x3e\xba\x14\ -\x4d\x61\x6e\x0e\x07\x54\xa1\x6b\x59\xa0\xf2\x18\x5b\x3a\xfb\x98\ -\x0b\xa4\x7f\x30\x48\x30\xf0\x02\xe3\xcb\x29\x84\x33\xc5\x97\x03\ -\x0c\xe2\x05\x16\x2e\x1e\x6e\xeb\xce\x03\xd9\x50\x72\xbd\x81\xb6\ -\x71\xaf\x28\xa6\x0a\x06\x5d\xc0\x74\x2e\xb6\x02\xd3\x05\x92\x23\ -\x6d\xe7\x5b\x0e\x14\x23\xc3\x28\x99\x2f\xbc\x2f\xff\x54\x7c\x92\ -\xa0\xeb\xb5\xd9\xe2\x0b\x1d\x6e\x5b\x4e\xe9\x11\x30\x48\xec\x19\ -\x72\x73\x14\xda\x2c\xd7\x3b\x6d\x53\x5b\xc6\x55\xd3\x9d\x98\x9d\ -\xb8\xb4\x43\xad\x8d\xcc\x1b\xfd\x20\xa8\x09\xda\xd0\x67\xb3\x1b\ -\xad\xfc\x22\xce\x86\x9d\x4a\xef\x24\x62\x08\x91\xca\xcd\x79\x30\ -\x26\x9c\xd2\xa8\x2e\xe9\xea\x08\x2b\xa6\x69\x5c\x85\xca\x27\x55\ -\x6a\x77\x9b\x8a\x8b\xa1\xc7\x05\x04\x68\xb4\x32\x43\x22\x10\xd9\ -\x95\x39\x11\x49\x53\xa2\x30\xca\xe0\x56\xcc\x46\x68\xb0\xa6\x33\ -\x8e\x08\x67\xcf\x14\xcd\xa3\xfd\xcc\x0b\x91\xff\x71\xae\xf9\xee\ -\xc6\x95\x05\x61\x0f\x52\x26\x82\xd2\x0f\x40\x3f\xe9\x90\x49\x42\ -\x6e\x36\xe1\x39\x1f\x49\x5f\xd4\x5a\x8f\xdd\x99\xb2\x10\x86\x46\ -\x53\xd2\x9c\xc8\x96\x39\x56\xcd\xbd\x4d\xe0\x3f\xc0\x63\x16\x31\ -\xae\x39\x4c\xd5\xc4\xa1\xf6\xb1\x34\x67\x2a\x0a\xc4\xd9\x0b\x3a\ -\x91\xe5\xc0\x4b\x58\x30\xdb\x33\x67\x0e\x5a\x19\x1a\xe2\xef\xd3\ -\x2c\x47\xd7\xe7\x5a\x9b\x18\x9c\xd9\xf6\xa5\x81\x03\x9e\x22\xef\ -\x17\xdc\x0a\x33\x94\x6d\x42\x69\x54\x84\xd2\x90\x55\x97\x91\x6b\ -\xcd\x8b\xff\x3e\xf9\x4f\x4a\xd6\x16\x4e\x4c\x1b\x65\x4f\x6f\x81\ -\xd8\xd8\x0a\x70\x6d\x05\xb0\x60\x64\x20\x68\x4c\x3e\x56\x22\xa5\ -\x94\x01\x94\xf0\xf7\x53\xff\xc6\x1b\x53\xe2\x6c\xda\xc8\xc6\xd9\ -\xb7\x62\xb0\xeb\xa3\x40\x84\xc1\x41\x6d\x94\x3b\x57\xaa\x7f\x8e\ -\x0d\x4c\xea\x7a\x0d\x8a\x4b\x77\x54\xa6\x5b\xbd\x27\xb4\xb0\xf1\ -\x1e\x04\x3c\xfc\x51\x4b\x6a\x84\xad\x7e\x91\x83\xf6\xdc\x30\xb0\ -\xb4\xea\xa6\x46\xe7\x74\x14\x37\x5c\xef\x5c\x0f\xb0\x1c\x28\x19\ -\x3c\x90\x61\x9f\x61\xe1\xdd\xf2\xdc\xc2\x4a\x7b\x0f\x90\x77\xed\ -\x6c\xc4\x03\x70\xe8\x8a\xd7\x26\xa0\x57\x98\x6e\x36\x8c\x1a\xec\ -\x75\xa1\xe8\x92\xee\x44\x58\x58\x92\x16\x78\xe8\x77\xee\xc2\x02\ -\x0d\x77\x61\x25\x67\x64\x28\xd7\x94\x65\x50\x9e\xe1\x15\x0c\xee\ -\x5b\x92\xc4\xa6\xd4\xd7\x55\xbf\x97\xcf\x57\xdc\xd0\x87\x73\xdf\ -\xd8\xfb\xf4\xa6\x0a\xda\xce\x12\xc6\x1a\xc1\xa2\x28\xb7\xb1\x32\ -\x6b\x9c\x65\x5a\x46\x7b\xa4\x44\x64\xcb\x2d\x46\xae\xa0\x62\x20\ -\x53\xc6\x7d\x25\xe5\x9f\xa4\xa6\x17\x94\x1d\x90\xbf\xb6\x95\x4d\ -\x71\xed\xcb\xc8\xc9\xf2\xcc\x9f\xd8\xcb\x41\xef\x27\x36\x87\xd1\ -\xe0\x0b\x47\xfc\x90\xdb\xbb\x2a\x69\xda\xda\x77\x1b\xfc\x3a\xf7\ -\xec\xfb\x92\xfe\x05\xc2\x5f\x19\x26\x5c\x61\xe9\xd8\x0c\x21\xf4\ -\x60\x4f\xa8\x2a\xe8\x1a\x10\xfc\x1b\xc0\xf4\xc9\x6c\xd9\xcf\x18\ -\x55\x77\xb6\x9f\xd7\xf4\xdc\x0e\xb4\x82\x2c\x44\x57\x44\x50\x28\ -\x76\xd8\xbe\x4f\xa7\x0a\x5e\x1b\xf2\xd1\x75\xd4\x82\x05\x52\xa7\ -\xca\xb7\x7f\x6b\xbf\x4f\x19\xca\x7a\xda\xb0\x6f\xd3\x24\x36\xc6\ -\x15\xc8\x58\x07\xdc\x6c\xf1\xd3\xba\x3b\x28\x9a\x3d\x24\x3a\x0a\ -\xf9\xee\x1c\x9b\x67\x64\x38\x49\x8a\x37\x8a\xbc\xd1\x65\xfd\x62\ -\xf0\x66\xdf\xd7\x42\xc6\xfd\x28\x44\xdf\x50\x8c\xaa\x3f\xa9\xac\ -\x91\x23\xec\x39\x9b\x13\x2a\x50\x38\xfc\x01\x42\xf3\x0e\x4c\x44\ -\x38\xac\x90\x6c\x60\x65\x00\x31\x2c\xcb\xc2\xed\x83\xbd\xc4\x31\ -\xb4\x78\xdb\xe0\x0a\xc6\x6a\x59\x6b\xb5\x5c\x41\xf6\xa9\x9b\x00\ -\xf3\xbf\x52\xc3\xaf\x7a\xd9\x7e\x5e\x03\xc0\xbb\xb4\xf2\x11\x52\ -\xac\xab\x49\x1a\x18\xe3\x87\x40\xbc\x8e\xcc\xb9\xca\x97\xe4\xa4\ -\xdc\x4b\x4e\xa3\x36\x10\xa5\x05\x89\x5b\x3c\x81\x82\xd6\xc2\x40\ -\xb1\x72\x02\x24\xd7\x85\x07\xca\xb5\xc0\xb9\x76\x06\x10\xb9\x63\ -\x20\xe4\x0d\x92\x1f\x0b\x93\xc7\xd1\xc4\xa5\x1b\xa7\xd5\x74\x3f\ -\xc3\x4c\x82\x5e\xb8\x3c\xe2\x29\x6a\xad\x37\xa6\x18\x9b\x80\x15\ -\x55\x27\x06\x00\x26\x8a\x1f\x52\xfc\x4b\x8d\xd9\x23\xd7\xc2\xfc\ -\x1a\x90\x6b\xe1\xba\x2e\x9b\x54\x7d\x7d\x7d\x61\xae\x65\x17\x0d\ -\x9b\x81\xc5\xd7\xe5\x4e\x6f\x29\x66\xd4\xe3\x00\x44\xda\x1d\x83\ -\x4c\xcf\xd2\x25\x2a\x91\x85\xd1\x6d\x30\xe9\xd8\xec\xec\x62\xc0\ -\x80\x72\xe2\x61\x6b\x5c\xac\x18\x60\xba\x30\x93\xe2\xe4\xd3\x8d\ -\x70\xc1\x81\xd4\x21\xb2\xee\x17\x71\x2c\x76\x0d\xde\xb7\x7f\xdf\ -\x3e\x3d\x91\x7b\x5e\xe5\xcd\xd6\x32\xd0\xc3\x2d\x58\xae\x1b\x07\ -\x9f\x36\xd9\x89\xce\xef\x1f\xe8\x50\xb7\xe5\x64\x78\xe2\x3d\x79\ -\x58\x2e\xe7\x21\x5d\x99\x48\xe1\x14\xa7\x8e\x6a\xd6\xe2\x0d\x63\ -\x05\x52\xc5\x60\x37\xa6\xf0\x07\x3f\xd7\xf4\x3d\x3c\x7c\xbf\x5f\ -\x8d\xef\x4f\x39\x52\x15\x62\x0f\xa0\x75\xd7\x29\x47\x60\x97\x90\ -\xe7\x6f\x14\x47\x3e\x34\x69\x9d\x72\x29\x10\xd0\xb2\xcf\x22\x1c\ -\x09\xe1\xf4\x29\x01\x7b\x53\x64\x93\xa5\x3d\xed\x5d\xb2\xc1\xa3\ -\x15\x3a\x2c\x09\x20\x23\x69\x81\x31\x3d\x2c\x8a\xd3\x30\xa3\x92\ -\xa4\xfe\x79\x21\x0d\xe0\x12\x6a\x20\xab\x3b\xff\xa9\xd1\x1d\xfa\ -\x04\x0e\x3d\x78\x34\xa8\x1f\xa1\x4f\x0a\x9a\x17\xa8\xec\xab\x13\ -\x21\xee\x45\x69\x92\x6c\x31\x2e\x47\x89\x42\x24\xea\xfa\x40\x95\ -\x98\x04\xf1\x66\x7b\x1d\x46\x15\xec\xdc\x7f\x41\x69\x02\x83\xd6\ -\x6a\x6b\xd6\x8b\x15\xe9\x4b\x35\x02\x3c\x91\xa8\x15\xc8\x4c\x57\ -\xec\xc9\x2f\x37\x01\x28\x7a\x14\x65\xe8\xb3\x64\x71\xb6\x7a\x68\ -\xab\x0b\xc9\x73\x32\xdd\xcc\x3a\x98\x87\xf3\xde\x2b\x34\x53\x83\ -\xea\x1b\xec\x21\xf5\xbf\x9f\x13\x98\x38\x88\x23\x6b\xe4\x6b\xb3\ -\x9b\x26\xea\xf4\x33\xc1\xc5\xd3\x75\x04\xaf\x6c\x4c\xaa\x2e\x6b\ -\xd3\x1f\xf4\x2c\x90\x5e\xd4\x18\x0d\x83\xdc\x64\x86\x32\x98\x17\ -\x15\xf0\xa9\x4d\xd3\x41\x2d\x57\x06\x13\xba\xba\x0d\xbd\xeb\x1d\ -\x38\xf4\x04\x9d\xab\x2f\x8d\x08\x46\x19\xe4\x1c\x3a\x23\xca\x14\ -\xd2\x50\x92\xb9\x0e\x0b\x57\x52\x80\x45\xeb\xa2\xc1\x91\xcf\x54\ -\x4e\x78\x35\xa1\xe6\xa4\xad\x2d\x9f\xb6\x68\x0a\x9c\xb5\x51\x01\ -\x37\x34\x5b\x9b\x65\x3a\xb5\xc6\xa8\x21\xbb\xbd\x40\xe1\xae\x77\ -\x63\xbe\x9d\x7b\xbb\x69\x83\xde\xe3\x16\xa2\x89\xf5\x26\x5d\xd3\ -\xe1\xcb\xcf\x49\x6d\x34\x3a\x6f\xea\xc9\xc5\xdb\xe1\xfc\x07\xba\ -\xdc\x95\x6e\x1a\xe8\xe2\xc5\x67\x14\x00\xaa\x72\x9c\xaf\xdd\xb9\ -\xd0\x8c\x15\x9e\x83\x84\xd5\x04\xdf\xca\x37\x9b\xeb\xa0\x5d\x51\ -\xba\x24\x2a\x1e\xe6\x01\x68\xb1\x41\x05\xa0\x6c\x2c\x09\x06\xc2\ -\xa9\x4b\xb9\x09\xe7\xe5\x46\x9b\x0a\xfa\x55\x35\x19\x6b\x13\x95\ -\xc7\xda\x1e\x6d\x6a\x4a\x2e\x72\x3f\xd1\x60\x4a\x97\x2e\xda\x9c\ -\xf8\x7a\xe1\x18\x6e\xaa\xee\x02\xb5\x51\x21\xc3\xb2\x1c\xa4\x5b\ -\xa8\xf6\xa6\xb4\xf3\x73\x27\x0d\x94\xc2\x8a\x78\x35\x70\xc3\xc1\ -\x56\x6d\xf8\x39\xb3\xb1\x46\xea\x0a\xbe\xca\x7e\x3c\xa6\x37\xf1\ -\x7a\x96\x15\xad\xc3\x5d\xe8\xc2\xe8\xe3\xfe\x49\x04\xf0\x41\x06\ -\xb2\x76\x5a\x9b\xf2\x6e\x07\xae\xfb\xc4\x47\x19\x37\xb6\x4d\x36\ -\x9d\x4b\xcb\x45\x3d\x26\x49\xed\x62\x4f\x4b\xf7\x4e\x05\x6c\x93\ -\x54\x6d\xae\x95\xdb\xe4\x6d\x03\x90\x82\x3d\x73\x19\xe2\x8f\xab\ -\x64\x14\xd2\xe9\xa9\xba\x19\x14\xed\x00\x52\xb3\x6a\xa7\x3d\x5c\ -\x9e\x69\xe5\x54\x42\x8f\xd7\x2a\xa4\x1b\xdb\xa7\xe7\x0d\x86\x4e\ -\xc6\x4c\x9b\x26\xc4\x65\x0f\x79\xaf\x6e\xf9\x95\x74\x68\x6b\xdd\ -\x75\x97\x5a\xa0\xab\xba\xbe\x0a\x3d\x90\x1e\xb7\x58\x91\x1d\x78\ -\xe0\x5d\xaf\xbe\x45\x0e\xb8\xcc\x8a\xc6\x43\x6d\x36\xf2\x7c\x66\ -\x1a\x39\x31\x0e\x5d\x1a\x31\xbb\x7e\x6b\xe4\x44\x67\xd3\x11\xbb\ -\xe1\x50\x37\xc7\x88\xe6\x51\x69\x25\x68\x78\x9b\xa8\x8a\xd1\xd3\ -\x4b\x4b\xe4\x4e\xc7\x79\xe6\x8d\x26\x0e\xe4\xca\xdf\x04\x6d\xbf\ -\x5f\x5a\x5e\xed\x3f\xd9\x9b\xff\xc6\x5a\x52\x4e\x7d\x18\x7c\xba\ -\x16\x06\x71\xa1\xed\x0b\x9d\x1a\x36\x2b\x7d\x9b\x4a\x89\xb3\x03\ -\xfa\x33\xec\x9f\xad\x51\x3d\x8d\x8e\x1f\x71\x29\xa6\x3b\x6e\xe6\ -\x54\x0d\x60\xe8\xf6\x56\xe6\x05\x2b\xee\xc0\x58\xf5\xff\x3a\x2c\ -\xff\xb7\xf3\x72\xed\x34\x65\xbb\x0a\x2a\xc7\xcd\x08\x62\x06\x54\ -\x49\x30\xce\x96\x34\x1d\x6f\x73\xb8\x4c\x83\x99\xf8\xd9\x65\x8e\ -\x11\x94\x54\x6e\x6e\xa0\xfd\xee\x62\x67\xd0\x2c\x67\xa4\x8d\xc1\ -\x66\xa4\x44\x66\x96\x61\x67\xb3\x9d\x6c\x22\xa5\x31\x85\x68\x01\ -\x1a\x41\xd5\x5e\x96\xc7\x67\xce\xcf\xf6\xf5\xa2\xf9\x37\xfe\x22\ -\x82\xbe\xff\x8d\x17\x51\x6e\xd6\xbf\x60\x59\x4a\x63\x0c\xcc\x35\ -\xb3\xab\x8f\x50\xc0\xf8\x10\x46\xd0\xd5\xf8\xb2\x37\x30\xac\xc0\ -\x5f\x11\xf2\x29\xef\xb6\xb8\xd0\x74\x50\x56\x24\x09\xb9\x73\x9f\ -\x17\x94\xc1\x81\x8d\x4b\x7e\xd2\x84\xbe\x16\xa8\x4d\x21\x40\xd3\ -\x70\x82\x56\x04\x86\xf5\x6a\xda\x04\x87\xb3\x56\x20\x13\x1c\x13\ -\x87\xb0\xdb\xe3\x1c\x1f\x67\x02\x94\x17\xec\x16\x52\x56\x45\x55\ -\x20\x08\x83\xd7\x16\x2e\x4b\x34\xb0\xd6\x3b\x11\xae\xd5\x16\x51\ -\xd0\xb8\x68\x0c\x13\xc7\x25\xf5\x31\x28\x0a\x03\x17\x0f\xdb\x0b\ -\x24\xb7\x49\x8b\xb2\x15\xe1\xe3\xcf\xc0\x7a\xcf\xa4\x6c\x48\xe8\ -\x5d\xe2\x82\x4f\xbe\x3c\x20\xd3\xc7\x58\x43\x72\xf3\x73\x20\xd5\ -\x02\xa8\xfe\x0f\x18\x17\x84\xc5\xc0\x4f\x2f\x6e\x06\xfb\x24\x80\ -\xc2\x9e\x78\xa6\xe5\xe4\x80\x17\x30\x3c\x36\xae\xb5\x92\x59\x95\ -\x9a\xe8\x78\x78\x73\x4a\x59\xa0\xb2\x14\xbd\x22\x44\xa3\x81\x10\ -\xc6\x41\x63\xd6\xc0\x76\x50\x4d\x4f\xd8\x4e\x9a\xa1\xba\xb9\x08\ -\x03\xa0\x77\xa2\xd4\xc3\x9b\x89\x74\x28\x1a\x6c\xa6\x21\xd2\xad\ -\xa4\x7d\xb2\x22\xe1\xac\x14\xc5\x59\x77\xdb\xa2\xb4\x04\x07\x4f\ -\xa7\xc5\xc0\x32\xb6\xf2\x10\x1e\xee\x34\xe9\x08\xeb\xaa\x62\x8f\ -\x3c\x54\x6e\x65\x31\x7d\x19\x4d\x28\x90\x3c\x56\x9f\x3a\x1a\xda\ -\x6d\x7a\xc0\x99\x28\x9b\xd2\x65\x2d\xcd\xb8\xbc\x50\x56\x10\x96\ -\x8f\xff\x8b\xdf\xae\x17\x3b\x9d\x03\x75\xe9\x35\xc1\x6d\xe8\xee\ -\xb8\xb9\x46\x92\xbf\x67\x71\x8d\xc7\x68\x07\x9b\xa1\x3f\x2b\xf5\ -\x56\x4c\x04\x1e\x1e\x77\x90\xd9\x4f\xa3\x5a\x08\x37\xc4\x20\xbe\ -\xf6\x49\x48\x86\xc9\x89\xdb\x4b\x73\x72\xb3\xcb\xe6\x8f\x9c\x1a\ -\x57\xe0\x0b\xba\xa5\x6e\x14\x4a\xeb\x02\xf4\xcb\x1b\x09\x71\xd3\ -\x87\xa3\xc0\x0f\x47\x23\xdd\xc5\xff\xe4\xf4\x3a\x1e\xa3\x05\x8f\ -\xb3\x5b\xc0\x9b\x5d\xf9\xd2\x77\x33\xc5\xe0\xc2\x67\x1c\x64\x58\ -\x53\x5c\x57\xe2\x67\x82\x78\xa1\xc8\x97\x51\x2d\x83\x5a\xa1\x65\ -\x73\xab\x91\x8d\x07\x33\x1a\x08\xa4\x38\xa6\x6d\x39\xce\x92\x22\ -\xfb\x08\xb4\x10\x37\x3f\x43\x85\xfc\xdc\xf4\xbd\xaf\x6c\xe7\xaa\ -\x65\x65\xbd\xbc\x80\x1a\xe0\x66\xb3\xae\x28\x8a\x6c\x34\xbc\xe8\ -\x06\x0c\x5a\x46\x25\xa3\x35\x5a\xec\xc5\x51\x36\xef\x0d\xc5\xb6\ -\xbd\x3d\xda\x44\x47\xd3\xa1\x6e\x9b\xfe\x1e\x0d\x0c\x47\x44\x44\ -\x73\x28\x84\x38\x12\x89\x61\x34\xd1\x28\xbc\x84\xc1\x24\x00\x5e\ -\xb6\x37\xc4\x7f\x2e\x7f\x79\x20\xeb\x48\x7d\x1e\xf4\xed\x4d\x0b\ -\x79\xc6\x15\xfc\xbc\x6f\x6b\x10\xec\x42\xeb\xb5\x35\xc5\x35\x16\ -\x5c\x18\xab\xf4\x93\x69\xfc\x90\x1a\x2a\x6c\x14\x91\x9a\x76\xb8\ -\xdb\xa4\x9a\x07\x98\xb1\x2e\x1c\x04\x83\xdb\x08\xfb\x04\x1d\x42\ -\xa9\x8d\x62\x6d\x3a\x4f\x99\x56\x1e\x36\xbd\x07\x33\xe7\xdf\xb7\ -\xff\xbd\xac\x71\x51\xf7\xdf\x74\x11\x37\x8f\xae\xe1\xe5\xad\x98\ -\xd5\x66\x12\x14\xf7\xae\x62\x61\xf5\x6a\x5c\x4a\x61\x64\x4d\xff\ -\x48\x77\xb9\x9a\x56\x4c\x5f\x30\x57\xa9\x6a\xd7\xe5\x34\x37\x07\ -\xf8\x84\x70\x5d\x57\xee\xc9\x10\x7b\x55\xb8\xad\x83\x7d\x31\x1d\ -\x56\xd7\x71\x92\x4b\x33\x75\xe4\x1d\xa3\xaa\xde\x44\xbd\x00\x9d\ -\xae\xaf\x29\xfd\x71\xb4\xae\xea\xd3\xad\x30\xf4\xd9\xa7\x8c\x15\ -\x30\x1c\xf7\xc8\x48\xc0\x6f\xe4\x34\x27\x26\x0c\x56\x68\x5d\x5b\ -\xf8\x75\x07\x0f\x74\xf9\x79\x24\x9c\x06\x39\xf1\x0e\x37\x20\x2e\ -\xc2\x7a\xc7\x6b\x73\x06\xb4\x33\xfb\x32\x14\x3f\x75\x86\x05\x30\ -\x7a\x1c\x6e\x01\x33\x51\xac\xcb\xf2\x29\x25\x37\xee\x7b\x73\xcd\ -\x4d\x50\x5a\x5b\xe6\x96\xd4\x2c\x39\xd0\x6d\xb1\xa9\x9f\xf2\x37\ -\x94\xfe\x4e\x9d\x1d\xa5\x11\x08\x99\xc5\xfe\x7a\x37\x50\xa4\x51\ -\x03\x63\x22\x3f\xff\x05\xc8\xcb\x72\xfe\x50\x51\x0a\xb6\x37\x19\ -\x6b\x9a\x4e\xd7\x0c\x39\xea\xbd\x47\xbd\x33\x7a\x14\x88\x5b\xe5\ -\xdb\xfe\xbf\xa0\xc3\xa8\xbe\x94\x00\x65\xcb\x8d\x6b\xa1\xb8\x4a\ -\x92\xc0\x58\x9c\x17\x22\x66\xd3\x9e\x0d\xd7\x31\x09\xb6\x68\x9a\ -\xcb\xd6\x14\x28\x6d\xed\x93\x5d\x22\xec\xf7\x77\x0b\xf5\xf5\xba\ -\x2d\x80\x89\xd1\xa2\x0b\x72\xf3\x78\x84\x04\x8b\xb9\xf3\x8a\x6b\ -\x65\x87\xf8\x33\x6d\x8d\x8a\x51\x99\x9d\x2e\x38\xae\x96\xbf\x56\ -\xa6\x5b\x21\x5b\xa9\x26\x6d\x65\x6d\xc9\x42\x18\xf8\xb2\x39\xd5\ -\x5a\x09\xa8\x2d\x8d\x7b\xdc\x34\x66\x34\xdf\xe9\x18\x0c\xd7\xe9\ -\x91\x03\x4b\xeb\xed\x00\x0d\x95\xce\x9f\x38\x40\x8f\xe5\x26\x57\ -\x05\x08\x89\xf4\x46\x63\x60\xf1\x7f\x1b\xd8\xe5\xde\xf0\x14\x06\ -\x73\xee\xaa\x2c\xf3\x6d\x12\x15\x12\xb0\xbc\xad\xde\x18\xd6\x98\ -\xf0\x2b\xac\xe2\x9b\x4e\x9d\x96\x4b\x53\xfc\x7d\xe7\x3e\x47\xde\ -\x63\x61\x1b\x2f\x4e\xbe\x52\xaf\x0b\x0c\xde\xb5\xe1\x82\xf8\x04\ -\x6a\xf9\x44\xd4\xd8\x59\x65\xe0\x94\xce\x88\x7c\x19\x90\xef\x92\ -\x80\x29\x13\xb8\x04\x63\x68\x9e\xfb\xcc\x97\xc9\x46\x7c\xf2\x66\ -\x1a\x3e\x73\x35\xff\xd7\xb2\x06\x53\xc7\x00\x5e\x0b\x97\x9a\x29\ -\xc9\xd4\x09\x86\x62\x62\x9a\xc4\x26\xa2\x47\x74\xb9\xe1\x9a\x82\ -\xdf\x02\x7a\xfd\x17\x68\x3a\xad\xd2\xbf\x8e\xff\xe7\xff\xfc\xef\ -\xff\x6b\x68\xbb\xd9\xa7\xdb\x42\xb0\xcd\x4b\x04\xfc\x7b\x7e\x7b\ -\x21\xe7\x29\xce\xc4\x6e\xb7\x6a\xc8\xc9\x5b\xdf\x36\x5d\xe2\xe0\ -\xdb\x6a\xda\x31\x1a\x90\xb9\xca\x5a\x33\x1c\xd5\x42\xc0\xc6\x82\ -\xe9\x85\x1d\x37\x5b\x5f\x43\xfe\xd9\x29\x02\x6b\x17\x4e\x6f\x8e\ -\x7c\x96\x03\xc2\x5c\xd4\x93\x0e\x79\x13\x13\xa6\x48\xa5\x32\xab\ -\xf1\x72\xad\x99\x31\x74\x63\xce\xe9\x6d\xb4\x96\xd6\x24\xdc\x62\ -\x44\xf0\x5e\x3f\x6e\xcf\xcc\x1b\x07\x3c\x10\xb2\x15\x14\x8b\x70\ -\xa4\x8c\x89\x82\xcf\x97\x7e\xe4\x6d\x94\xa0\x31\xca\x1f\xff\x32\ -\x5b\x5c\x1a\x4e\x03\x4b\x07\x20\x49\x74\xcc\x16\x2f\xf9\xf4\xc9\ -\xff\xff\x2d\x2b\x26\x68\x7f\xe2\x0e\x69\x43\x71\xd8\x28\xdb\x62\ -\x9d\x70\x9e\xb4\x8b\xf6\xc0\xf6\x6f\xe3\x99\xaf\xe0\xb7\x8e\x6b\ -\x57\x30\x10\xe3\x22\xca\x1c\x11\x49\xc7\xa8\x10\x2f\x5b\x3e\xd7\ -\x1b\xcb\xbf\xb5\x4d\x7f\x96\x3b\x3c\x86\xa7\xd7\x8f\x48\x6a\x77\ -\x52\xd4\xe8\x53\x49\x21\x78\x4e\x4d\x15\x9c\xd5\x0c\x5b\xf3\xf3\ -\xf6\x1c\x81\xbd\xa1\xad\xd1\xfa\x54\x6b\x34\x99\xd8\x1a\x84\x26\ -\xe6\xa7\xc1\xa5\x21\x49\x3a\x19\x6d\xce\x67\x2a\x2b\xf5\x32\x88\ -\xf4\x2c\x75\x1d\x89\x5a\x51\x5e\xa1\xd8\x1e\xb6\xd8\xec\xf6\x97\ -\x5a\xb3\x0b\x0e\x5a\x62\xa1\xdb\x02\xc5\x92\x77\xee\x95\x98\x06\ -\x93\x4f\x48\x78\xd8\xa5\x07\xd2\x14\xb9\x06\xf5\x40\xfd\xf7\x96\ -\x4c\x9f\xca\xd6\xc4\x2c\xcc\x4a\x98\xc9\x68\xa0\xd0\x2d\x7c\xcf\ -\x37\x99\x73\xd0\x17\x96\xac\x7c\x06\xe2\xae\x76\x61\x1e\x22\x4e\ -\x3b\x89\xe9\x5c\x20\x81\x2b\xdf\xc3\x4a\x8a\x90\x35\x71\x45\x73\ -\xb5\xdc\xbb\x2e\x7a\xb7\x22\x07\x39\x95\x23\xcc\xf5\x2e\x2e\x2d\ -\xee\x7a\x0a\x59\x9c\xeb\x2a\x50\x2b\x76\x7b\x5e\x9b\x98\xb9\x89\ -\x0e\x0f\x13\xe8\xba\xd3\x27\xfb\xa4\x76\xe2\xbb\xb4\x2e\x54\x79\ -\x73\x51\xf8\x8a\xfc\x6c\x7a\xa0\xad\xb0\x08\xeb\x65\xae\x57\x18\ -\x34\x1a\xa2\x60\x7c\xff\x38\x13\x5f\x8b\x6e\x08\x43\xbc\xc2\x31\ -\x4a\xa9\x40\x01\xa5\xa0\x5b\x58\x01\x38\x69\x9a\x89\x4c\x50\x7b\ -\xb2\xf6\xb5\xa6\x73\xca\xdf\xa6\x57\x23\xdd\x9a\x9a\x08\x59\x9d\ -\x2a\x46\xd7\x62\xb3\xa5\x4d\x07\x4e\xb6\xcf\x7f\xd2\x74\x2a\x74\ -\x6f\x58\xb1\x81\x08\x75\xbe\x04\xf8\x91\x12\x6c\xd3\x50\xb1\x14\ -\xc0\x83\xd2\xe8\x81\x81\xb5\x66\xd2\xcf\xf2\x33\x22\x8d\xa3\xc4\ -\x28\x2f\xba\x87\x67\xda\x4f\x79\xf9\x74\x74\x16\x87\xc3\xf7\xb9\ -\xb6\xd8\x8e\xe5\x0d\x2d\x7b\x10\x64\x05\x8a\xdb\x87\xf2\xb6\x15\ -\x80\x34\x18\xcb\x58\x08\xfb\xf5\x5b\xfe\x9d\x21\xe2\xf0\xbd\x0b\ -\x9f\x86\x87\xad\xbb\x7a\x83\xc8\x83\x9c\x32\xee\xec\x01\x0f\x65\ -\x15\x31\xa6\x46\x3d\x37\x0f\x64\x85\x62\xb1\x2b\x46\xd8\x69\x83\ -\x61\x56\x93\x53\x48\x49\xad\xae\x04\x81\xc8\x35\x17\x96\x78\x51\ -\x7b\x1f\xd0\x04\x13\x32\x8c\x55\xdf\x0e\x3c\x05\x52\xdf\x26\x2d\ -\x4e\x6d\x72\x2e\x4b\x9a\x62\x84\xf6\x8b\xc7\x85\x39\xff\x9d\x3a\ -\x8a\x60\x22\x28\x08\xe4\xd4\x46\x0d\xa3\x20\xe8\xc6\x14\x21\x62\ -\x0f\xa6\x9f\xf9\x9e\xc7\x18\x19\x45\x00\x98\x66\x54\x74\x25\x79\ -\xa2\xa8\xe6\xc8\x6c\xb7\x29\x3f\x4d\x7b\xa9\x39\x89\xcc\x9c\x29\ -\x7d\x7b\x23\xa0\x59\x68\x76\x6a\xd4\xf2\x58\x14\x71\xa1\x7f\x5f\ -\xaf\xe6\xf6\x37\x53\x3b\xb1\x53\x3d\xed\x67\x2c\x7a\x7b\xfe\x63\ -\x03\xb5\x22\x10\x7d\x5c\x58\xea\x74\xa6\x06\x0c\x4a\xd2\x8b\x05\ -\x6f\x88\xd9\xdd\x73\xed\xef\x64\x10\x13\x63\xae\x99\x9f\xbb\x02\ -\x15\x18\xea\x20\x95\xe8\x2c\x72\x6d\x00\x3b\xea\xe0\x9e\x12\x16\ -\xcd\x04\x6f\x83\x46\xa6\x2e\x55\x50\xa7\x53\x46\xfd\x41\x16\xb7\ -\x9d\x75\x00\x29\xe3\x8d\x1f\x9b\x6a\x84\x59\x15\x53\x69\xa9\x78\ -\x60\xe1\x7f\x7c\x8d\x70\xa3\x44\xbb\xbe\x8b\x2e\xbc\x2d\x20\x2b\ -\xe3\x41\x72\x61\x52\x99\x12\xf9\x0b\xf6\x3b\x6c\x6c\x35\xce\x94\ -\x59\x96\xef\x4c\xa9\xcd\x23\xaf\x19\x97\x7c\x97\x3b\x63\x56\x1e\ -\x94\x35\x84\xa4\xc5\xa3\xb6\x49\x68\xad\xff\x1f\x35\x73\x19\x0e\ -\x50\xb2\x87\x68\x33\xe3\xff\x67\xec\xdd\xb6\x24\x39\x72\x24\x41\ -\x01\xd4\x3c\xd9\x33\xbb\xff\xff\xa7\x33\x5d\x19\x6e\x0a\xec\x03\ -\xee\x6a\x16\xec\x65\x9f\x3a\x5d\x45\x32\x23\xdc\xcd\xf4\x02\x08\ -\xe4\xf2\x15\x8f\xef\xe1\xc9\x32\x8a\xef\x21\x99\xb3\xc8\x19\x42\ -\x9c\x93\x73\xd2\xac\xaf\xc8\x25\x2c\x65\x9d\x1e\xeb\xd3\xee\x47\ -\x50\x65\x2a\x93\x4a\x02\x46\x96\x73\xea\x60\x99\x1f\x7a\xc4\x46\ -\x5d\xa6\xc5\xd8\xfa\x9f\xd4\x0b\x29\xa3\xcc\xdd\xbc\x31\xda\x22\ -\xf9\xac\xce\x67\xc0\xcc\x0e\x80\x6b\xb2\x8d\xec\xdc\x82\xbb\x4d\ -\xda\x14\x51\x71\xa7\x0e\x1e\xcd\x00\x8d\x94\xf0\xdd\x3f\x49\xc7\ -\x24\x38\x20\x19\xe6\x57\xab\xb2\x24\xb3\xbe\xf4\x42\x8b\x97\xad\ -\x89\xbd\xff\x2f\x44\xfc\x7b\x46\xa4\x83\x3b\x13\xd3\x62\xec\xfb\ -\xc7\xea\x2a\x66\x64\x85\xcc\xe4\xdf\x7f\xd9\x2c\x36\xe8\xb9\xc4\ -\x46\xbd\x26\xbf\xc5\xb3\x81\x2a\x96\x93\x4d\xbf\x8b\xda\xf9\xdd\ -\xb7\xfb\x17\xf0\x60\x11\x91\x9f\x65\x37\x4c\x2f\x4f\xda\x65\x3f\ -\x95\x63\xf6\x95\x9d\xee\xc7\x8d\x21\x9e\xa0\xeb\x76\x6a\x24\xbb\ -\x89\x80\x4a\xe3\x1d\x93\x0f\x3d\x16\x27\x4b\xc5\x1a\xf2\x8a\xab\ -\xf9\xfb\xfd\x6f\xc8\xf7\xeb\x46\x7e\xe6\x90\x4d\xdb\xcf\x23\x11\ -\x7c\x59\xb1\xfb\x7c\x6f\x00\x00\x00\x20\x00\x49\x44\x41\x54\xd5\ -\x5c\x6d\x7f\xd6\x0f\xd6\x97\xf1\xb3\x7e\x70\x09\xff\x01\xf1\xc2\ -\x7d\xfb\x85\x17\x9d\xad\xa8\xb9\x6b\x2c\x47\xee\xd6\x82\x92\x67\ -\x4e\xc1\xed\x1c\x1d\x6d\x34\x1a\x47\x05\xbc\x6d\xea\x63\xdb\x95\ -\xf4\xa9\x5b\x2d\x64\x53\x7c\xe3\xae\xb5\xf0\x47\xea\x90\x09\x9f\ -\x78\xd6\x72\xf7\x91\xf8\xf3\xcd\xb1\x36\xec\x78\x2d\x59\xfb\xe3\ -\x45\xf0\xa4\xc1\xa4\xf5\x77\x56\x4d\x2d\x99\x3e\xd2\xb0\x01\x5c\ -\x30\x3b\x5a\xea\x36\xde\x84\x0c\xa6\xba\xdc\xc6\x97\xfc\x85\xa8\ -\xa5\x59\xe6\xc4\xe3\xc3\x61\xe7\xcd\xcd\x06\xd9\x2e\x31\x66\xe0\ -\xe3\xda\x2f\x16\x4a\x34\x96\x9d\x7b\xb8\x74\x25\x35\x4a\x33\x74\ -\x99\x2a\x90\xac\x59\x9c\x52\x3a\x13\xad\x9a\xf8\x41\x41\xba\x20\ -\x8b\xf0\x03\x3d\x90\x17\xa7\x69\x41\xb2\x60\x86\xd3\xf3\x04\x61\ -\x0c\xc2\xc0\x72\x11\x60\x8c\x39\x89\xcd\x19\x47\x7d\x2a\xb8\xfe\ -\xa4\xb3\x9b\xaa\x16\x05\xc5\x9d\xd0\xf4\x5a\x26\xca\x77\x5e\xbf\ -\x86\xed\xa8\x4f\x3e\x75\x39\x35\x2f\x3e\x37\xb9\x9d\x70\x8c\xa6\ -\xf5\x02\xb6\x60\xa5\xef\x01\x63\x05\x2f\x59\x60\x39\x14\xb1\xe1\ -\xc3\x3b\xfa\xb0\x1e\xfe\x92\x4f\xe8\xfc\x5a\xda\xbe\x71\x17\x93\ -\x67\x24\x38\xd2\x2b\x35\x81\x0c\x8b\xf5\xcf\xb5\x46\x61\x58\xd4\ -\x99\xe6\x2b\x45\x9c\xc5\x3b\x0e\x97\x32\x72\x8b\x7c\x43\xc6\x2d\ -\x87\x01\x7e\x71\x2e\x05\x98\x3e\x8f\xec\x86\x62\x07\xd9\x68\x81\ -\x9b\x86\xc9\x26\x90\x85\x92\x46\x8e\xc8\x74\x25\xf2\xe6\x5d\x8a\ -\x96\x1a\xba\x83\x44\xcc\x24\x9e\xc1\x95\xda\x20\x1b\xd4\x32\x48\ -\x2c\x5c\xcf\x10\xad\x8f\xa1\xae\x72\x95\xc5\x75\xda\x2b\xdb\x44\ -\x95\xe9\x02\x8b\x3b\x10\xfa\x3e\x12\x37\x8e\x48\x43\x04\x34\x77\ -\xb5\xdc\x4f\xe4\xc1\x7c\x41\x7d\xeb\xc5\xbf\xef\x75\x54\x2e\x4d\ -\x38\x1d\x19\xe5\xa2\xc2\x4a\x19\xea\x93\x6f\x49\x7d\x07\xd6\x72\ -\xa3\x9b\x88\x31\x60\x10\x76\xee\xbd\xc0\xd5\xaf\x05\xec\x2d\x2d\ -\x58\x71\x97\x95\x3b\x6c\xe2\x1e\x85\x84\x2a\x41\xe5\xc7\x03\x98\ -\x97\xd3\x0a\xa7\xe8\x95\x44\x47\xce\x4c\x68\x6e\x42\x13\xd0\xe9\ -\x4b\x46\xb5\x73\x67\xab\xa0\x0b\xb6\x7f\x2a\xf2\x35\x54\xd4\x9b\ -\xa8\xb5\x82\xf6\x2d\xd9\x6c\x5d\x6e\xc7\x6c\x21\xd6\x94\x5a\x81\ -\x78\xa6\x1f\x2f\x0e\xa2\x11\xe3\x46\x63\xb2\x42\x6a\x0f\xb1\x4f\ -\xf7\x58\xed\x4e\x61\x90\xe9\x3a\x46\x99\x63\xd4\x5c\x11\xd1\xce\ -\xa3\xcc\xc9\xc9\x52\xd1\x5c\x97\xb0\x00\xb5\xc9\x6b\x69\x36\x1d\ -\xa5\x0d\x6a\x90\xc6\x77\x31\x6d\x98\x45\xf3\x6e\x1c\x3c\x72\xdf\ -\x0b\x0e\x48\x1c\xc1\xe8\x41\x6d\xe6\xed\x3a\x3c\x3d\x02\x84\xdd\ -\x04\xc9\xee\x8a\xa2\xd5\x50\xb7\x55\x57\x82\x2c\x02\xe4\x2e\x53\ -\x9c\x74\xb5\xb4\x09\x53\x06\x71\xa8\xe7\xdf\xe0\xa0\x71\xa6\xd3\ -\x15\x95\xfb\x9e\x53\xaf\x58\x04\x88\xe0\xdb\x26\x30\xef\xfd\x01\ -\xb9\x86\x2a\xac\xcd\xbb\xe9\x88\x66\x1e\xdc\x4e\x29\x79\x68\x40\ -\x10\x19\x2c\x16\x30\x30\xe8\xa0\x34\xda\x9c\xd5\x74\x81\x32\xf2\ -\xf8\xb6\x0a\xae\x8b\x9b\xeb\x9d\x86\x4f\x53\xea\xa7\xd9\xef\x22\ -\x33\x1c\xb9\xdc\xb1\xb2\xbe\xfb\xe2\x98\xb2\xc7\xba\xbf\x87\x7b\ -\xeb\x55\xbc\x9d\xc3\x0d\xad\xa8\xf1\x92\x80\xa5\xe7\x67\x79\x30\ -\xba\x01\x18\xfb\x68\xa8\x26\xc5\x92\x74\xa7\xbe\x35\x62\x18\xd2\ -\x4d\x8d\x08\xd7\x32\xeb\x71\x0a\x7d\x6e\xd3\xe8\x98\x2b\x99\x83\ -\xad\x68\x79\x8b\x91\x53\xa7\x6c\x7f\x56\x23\xd8\x99\x2b\xf8\xd4\ -\x6b\xfd\xdb\x35\x23\xdc\xa6\x68\xda\x74\x30\x4b\x6b\x92\x05\xdd\ -\x3e\xc7\x96\x9c\x5a\x7e\x08\xd0\xfd\xcd\xf0\x71\xa6\x5e\x43\x2c\ -\x7c\xf0\xf5\xc9\x5f\xe9\x7f\xa5\xb9\x74\x2e\x0f\xbe\x85\xeb\x63\ -\x09\x7e\x9f\xf8\x64\xf6\x1f\xf9\xdf\xc3\x55\xb9\xcc\xaf\x1c\x1c\ -\xe3\x6f\x06\x10\x13\xed\xc7\x3a\xfd\x90\x4e\x9d\x72\x77\xe7\x55\ -\x60\xf1\x2e\xda\xab\x7a\x83\xc3\x2e\x5a\x20\xd3\xcc\x30\x49\xc6\ -\x57\xc4\xd9\xb1\xfd\x2e\xfe\x10\x61\x45\x33\x1f\xae\xbc\x8d\xd5\ -\x12\xd3\x5b\xa2\xca\xca\xea\x16\xf5\xc4\xea\x12\xb5\xbb\x51\xc4\ -\x24\xf7\x25\xa5\x09\x8c\x03\xe6\x22\x49\x65\x4f\xfb\x8a\x55\x80\ -\xbd\xdc\x3b\x69\xf3\x8b\x04\x3c\x8c\x47\x7a\x5e\xaa\x7d\xc7\xe5\ -\x2c\x12\x82\xb8\x5d\xa1\xaf\x57\x89\xfa\x52\x6d\xdf\xc9\x93\xaa\ -\x1c\xd1\x34\xe1\xc6\xad\xfe\xef\xc2\xa9\x66\xcb\xa9\x7e\x0c\x6b\ -\xda\xf6\xfe\xe6\xf7\x67\xbf\x27\x16\xfd\x78\x63\x16\xba\xe9\x1b\ -\xbc\x3e\xe6\x7a\xe7\x39\x98\xbb\x1b\x4d\x05\x70\x25\x11\x7a\x5b\ -\xc6\x55\xdd\x15\x95\x3d\x90\x74\xe1\x53\x9f\x5d\x9c\x45\xd3\xa8\ -\xec\x1b\x05\x14\x85\x24\x22\x26\xff\x4c\x04\xfd\xfc\xe3\xa6\x75\ -\x9a\x7a\x79\xf5\x7c\xaf\xad\x6a\x3f\xdf\xfd\x05\xcc\xf0\x90\x2a\ -\x6b\x56\x04\x4b\xcd\x71\xdb\xee\x51\xc9\xa0\x60\x24\xcb\x07\x60\ -\x59\x58\x51\x97\x06\xb5\x53\x0c\xd8\x58\xf4\xc7\x06\x39\xdb\xd7\ -\xa7\x68\x32\x84\x0c\x3c\x32\x39\x46\x68\x90\xc9\xb5\xcd\x22\xa1\ -\x1b\xfc\x64\xad\x22\x69\x7d\x1f\xcf\x09\xb8\x14\xf8\x28\x43\x2f\ -\xc1\x75\x7f\xc1\xf4\x07\xd7\xfd\xc5\x05\xe5\x0c\x5b\x83\x18\xa7\ -\xf0\xfe\xf9\xba\xf3\x5e\x21\x08\x44\xa1\x99\x70\x51\xbd\xff\xb2\ -\x45\x85\x36\xb0\x0b\x55\x9f\xb6\xa0\x95\xc0\x9e\xc8\x83\x23\x28\ -\xd7\xa0\x27\x94\xf9\x40\x8c\x2d\x29\x0c\x07\xc6\x66\xf0\x0b\xde\ -\x0b\x58\x1c\xf2\x19\x0d\xdb\x5f\xc5\x40\x80\xc7\xe4\xab\x65\x43\ -\x95\x2b\x56\x51\x1c\x63\xdc\xb8\x5a\xe2\x74\xfa\xd9\x47\x91\x85\ -\x9a\xa8\x41\x0f\x3b\x54\xda\x61\xf1\x35\xa8\x28\xc1\x13\x65\x5a\ -\x23\x8f\x20\x51\xfb\x8e\xfe\x3a\xea\x81\xa3\x28\x0f\x6e\xaf\x59\ -\xac\xeb\x70\x44\x29\x4e\xab\x37\x14\xdb\xac\xa4\xd9\x45\xd6\x89\ -\xd6\x28\x83\x64\xd9\xa4\xaa\x05\xb7\x05\x03\x99\xbd\x48\x0c\x61\ -\xa5\x8a\xd3\x44\x3b\x5f\x99\x23\xdc\x77\x9b\x23\x94\x96\x8b\x61\ -\x3a\xf8\x60\x85\xf2\xc7\xd9\x10\x76\x18\x99\x65\xf0\x05\xb0\x8d\ -\x55\x75\x6b\xe9\x88\x1a\xf2\xbe\x70\x35\xee\xf9\x73\x6d\x2d\xf1\ -\xc0\xc0\x46\x61\xe6\xa0\x63\x48\x05\x07\x93\x96\xb0\x3c\x8c\x17\ -\x8c\xe1\x17\x97\x9c\x26\x1a\x32\x5d\x97\x3e\x0d\x81\xea\xaa\x68\ -\xb4\xa0\x4c\x4a\x0a\x4a\x04\x43\x73\x4c\xbd\xe8\x74\x64\xe2\xb6\ -\xce\x35\x5d\xd3\x7a\x70\x48\x98\x23\x77\xc1\xe5\x63\x5a\xfb\x42\ -\x8d\x18\xcf\xc6\x35\x14\xdc\x00\x09\x6e\x45\xa5\xa8\xd1\x08\x98\ -\xfe\xd8\x2c\x94\x2e\x80\x57\x16\xbb\xa4\x15\xf8\x19\x68\x9a\xb6\ -\x46\x8e\x7d\x2a\x2b\x29\x78\x9e\xce\x6c\x39\x91\x52\xb4\xc6\x55\ -\x52\xbb\x55\x87\xf1\xd4\x86\xc4\xcf\x8d\xd0\x66\xde\xec\x0d\x82\ -\x8c\xe7\x18\xe2\x5e\x6a\xf9\x15\xb6\xfe\xf7\x70\x6c\x5b\x14\xcd\ -\xcd\x82\xe6\x4a\xe4\x3c\x9c\xc5\x1b\x23\x17\x3d\x38\x68\xbd\x9c\ -\x52\x66\x1a\x1c\xc6\x81\x36\xa2\x1d\xea\xe8\xf4\x35\x69\xbe\x62\ -\x48\x8d\x11\x96\x69\x99\xc4\xf5\x95\xcd\xf5\x22\x35\xa6\x14\x8c\ -\x00\x0e\x2b\x75\x29\xaa\x16\xf9\x9c\xb5\x85\xfb\x68\xb8\xf5\x51\ -\x2b\xf0\xfb\xb7\xd7\x70\x42\x24\x74\xcf\x3f\x21\xa4\xb6\xa9\x9f\ -\x87\x9d\x66\xd6\x75\xaa\x95\xd1\xf4\xee\xe4\xa6\x35\xb0\x6c\xb9\ -\x29\xce\x8f\x27\x49\xb3\x1f\x78\xa0\x2d\x79\xf0\x26\xfa\x5e\x6f\ -\x0e\x87\x88\xe6\xac\x59\x20\xf3\x2f\x21\xd3\xe2\xd3\x70\x3e\x29\ -\x42\x43\xe3\x72\xb8\xc6\xf2\xa1\x15\xd5\x9d\x96\xbc\xf0\xcb\x9f\ -\xa8\xd1\x86\xbd\xa8\xb2\xcb\x9e\xbc\x31\x9f\x22\xed\x3e\xe5\xd3\ -\xe1\x7c\x79\xb9\xee\x71\x1a\x59\xf4\x5c\xa7\xa4\xd5\xfb\xd4\x22\ -\x68\x4f\x42\x95\xd9\x48\x61\xd9\x1c\x4d\xce\xb0\xcd\x8f\xcf\xac\ -\x87\x3e\xae\xdf\x85\xfd\x82\x2c\xdd\x28\x35\x7a\x25\x0d\xa3\x92\ -\x9d\x86\x37\xec\xcc\x0d\xa8\x64\x66\xdb\xcc\x98\xd2\xb4\xc3\x46\ -\x33\x37\xa8\xa9\xdc\x3e\x40\xcd\x99\xc9\xc4\x74\x95\x6e\x35\x9b\ -\xc3\x5d\x01\xd1\xc3\xa4\xa6\x35\xd5\xd4\x43\xcb\x7c\xc2\xaf\xd3\ -\x5a\x5b\x55\x92\xe1\xd0\x7f\xb7\xb6\xfb\x8e\x47\xa0\x76\xcf\xb2\ -\x73\x74\x9b\x38\xcf\x69\xca\x29\xe5\xb7\x05\x96\x56\xbb\xd7\x1d\ -\x65\x43\xbf\xc3\x83\x7a\x29\x7e\x1f\xed\x32\x98\xf2\x48\x17\x09\ -\xed\x16\xd1\x70\x3c\xed\x4e\x81\x59\x74\x74\xbd\x61\xe4\x3f\xea\ -\x6a\x34\x6b\x7b\x49\xda\x03\xc5\x29\xcc\xb9\x78\xec\xf3\xb5\x3f\ -\x28\x1e\x87\xb8\xd4\xbb\x62\x11\xb2\x10\x6f\x67\xcd\xd4\x2b\xb2\ -\x3f\xa7\xb6\x87\xb5\x8c\x60\x22\x97\x2e\x73\xe5\x52\x68\x63\x6f\ -\xd4\x64\x0c\x6d\xef\x27\x0b\x91\xd2\x86\x3d\x28\x05\x41\xf5\x43\ -\x73\x4d\x36\x00\xee\x2e\xfa\xaf\x67\x20\xce\xdc\xb3\xe5\x6c\x90\ -\xca\xe1\xcc\x26\x8d\xfd\x5e\x49\xab\xff\x62\xe5\x64\x56\x54\x3a\ -\xc6\x06\x13\x26\x80\x08\x19\xe7\xcb\x23\xca\xc2\xa7\x5f\xc3\xbc\ -\x8b\x68\xac\x65\x0e\xc7\x92\xb8\x28\x49\x5b\x13\x4b\x81\xef\x7b\ -\x73\xcf\xe9\xa4\xb8\xa1\xa0\x65\x31\x39\xf6\x9c\x6c\x3a\xa3\x87\ -\x1e\x56\x5c\xf6\x12\xcd\x9e\x8e\xb3\xdb\x66\xa4\x1c\x35\x56\x0b\ -\x27\x4e\x07\xee\x60\xa2\xa9\x82\x23\x16\xa3\x85\x4d\x9b\x7e\xb2\ -\xc0\x83\x58\x8e\xc4\x6c\x53\x2d\xd5\x67\x56\xe2\x60\x37\x70\xea\ -\x95\x28\xc0\x25\xef\x5a\x48\x34\x75\xff\x11\x00\xaf\x6b\xa7\x1c\ -\x40\x44\xf0\xa1\x3f\x39\xc0\x31\xa2\x8e\x4d\xbe\x37\x6d\xa7\x73\ -\x62\xc6\xdd\x88\x94\x2f\xa4\xc6\xf0\x56\xad\xfe\x64\x86\x90\xd3\ -\x0e\xb7\x1b\xd2\xec\xc8\xa2\x53\xb7\x5d\x77\xe3\x1f\xcf\xf9\xa3\ -\x08\xfd\xde\x37\x18\x3b\xff\xff\xf5\xf9\x63\x3a\x12\xd9\x1b\x9f\ -\xcf\x07\x3f\x3f\x1b\xd7\xc5\xb8\x6f\xeb\x8e\xaf\x3f\xff\x58\x71\ -\xe0\x09\xf4\xe9\xce\xd6\x72\x05\x0a\x28\x74\x61\xf7\x99\x70\xdf\ -\xb4\x20\x9d\xab\xa2\x04\xdc\x64\x74\x09\x73\xfc\x4a\x6a\xaf\x23\ -\x67\xee\x0e\x26\xe7\xe2\x64\x1b\x65\xba\xf5\xba\xb4\xcb\x26\x1c\ -\x3f\x4c\xf3\x14\xe2\xfc\x9e\x83\x15\x19\x36\x25\x90\x4f\x3f\x82\ -\x44\x97\x76\x19\x00\xac\xea\x8e\xd5\xb3\x72\x82\xca\x42\xa0\xb4\ -\xde\x1c\xfd\x40\x58\x3a\x32\x37\xe1\x5e\xe8\x9c\x36\x20\x46\x01\ -\xd9\xdb\x0e\xc2\xeb\x2a\x81\xf7\xf6\x8d\x9f\x87\xb9\x37\x07\x31\ -\xe5\xe1\x70\xcf\x0a\x3b\x71\x2c\xe8\x1d\x96\xa0\x6e\xf6\xd1\x38\ -\xe0\x11\xa0\x09\xd9\xae\x11\x40\x66\x64\x28\xed\x72\x2b\x1b\x19\ -\x4b\x4d\xb4\x28\x18\x8e\x8b\x83\x1e\x2d\x04\xa2\x4f\x33\x0e\xa0\ -\x14\x4c\x66\x21\x1f\xfa\x4c\x3e\xdc\xbd\xfc\x33\x7c\x02\xef\x59\ -\xed\xf3\x8a\x5b\xfe\x07\x72\x82\x66\xe9\xcf\x75\xd8\x45\x01\xf2\ -\xf1\x05\x78\xa7\x13\x5c\x4c\x83\xc4\x1c\x5e\x22\x15\xdc\x39\xf9\ -\x0d\x50\xf2\x4b\xd4\xa9\x54\xb8\xca\xb9\x2a\xb3\xfc\xee\xbc\x30\ -\xd7\x70\xf4\x6a\x6a\x03\x95\x9c\x2e\x73\xda\x29\x87\x1a\x8b\x07\ -\xfd\xa1\x72\xa4\x2a\xdb\x64\xcb\xae\x64\xfa\xe1\xd2\xc6\x8d\xde\ -\x3a\xed\x8b\x0b\x48\x58\x0f\x37\xb4\x5e\x64\x6d\x69\x7b\xd1\x7f\ -\xb6\x04\x8a\x4f\x00\xd6\xc7\x0b\x70\x6f\x26\xbc\xc9\x08\x37\x9e\ -\x15\x73\x0a\xd1\xd1\x54\x4a\x5c\xf0\xa0\x67\x63\xb7\x5c\x87\xd4\ -\x11\x73\x14\x97\x5d\xa5\x39\x74\xd1\x7f\xb5\x89\xac\x37\x95\x5a\ -\xf6\xc6\x42\xb7\xe9\x21\x3d\xd3\x8d\xd8\x2f\x17\x3e\xed\x06\x9e\ -\x13\x41\x00\xb8\xa5\x6f\xce\xa2\xf1\x84\x75\x32\x39\x42\x2e\xad\ -\x19\x0c\xb1\xbd\xc5\x1f\x94\xa3\x56\x9f\xe4\x80\x76\x39\xb5\x45\ -\xb3\xe0\xfa\x92\xa2\x45\x86\x35\x3e\x17\x8d\x47\x75\x02\x44\x5c\ -\xee\x77\x12\x46\x83\xc6\x3b\x6b\x85\x1a\x7b\xee\x93\x64\x98\xba\ -\x92\x35\x5c\x4b\xd1\xec\xed\xa5\xa6\x1f\x84\xd1\x58\xb0\x23\x8b\ -\xb9\x07\xc5\x03\x12\xc9\x75\x5c\xb4\x1f\x0d\x7b\xb1\x07\x6a\x4a\ -\x55\x8d\x6d\x58\x74\x68\x21\xe6\x4d\xa4\x1d\xed\xeb\x8e\x02\x0f\ -\x66\x7d\x8c\x0c\x51\x8f\xcb\xf5\x8f\x17\x85\x4d\x0b\x45\xa6\xd7\ -\x8a\xd5\x1d\x4c\x06\x0a\xf3\x87\xb0\xff\x0d\xf7\xb4\x66\xd0\x91\ -\x8d\x6f\xe4\x65\xa1\x28\xd3\x31\x55\x97\x26\x3e\x67\xbd\x32\xf7\ -\xb0\x7c\xac\x4a\x4b\x54\x77\x02\xb0\xc5\xce\xdf\x7e\x59\x4f\xf1\ -\xfb\xe1\xa0\x48\x04\x92\x6b\x18\x5b\x10\xd1\x68\x2e\xcc\x8b\xd3\ -\xbf\x4b\x5a\x18\x07\xad\x9c\x1d\x91\x2f\xc7\x56\xf8\xa5\xde\xb3\ -\x21\x3b\xf5\x6a\x38\x2a\x01\x90\xdd\x10\xe5\xf3\x1f\x82\x40\xfa\ -\xf1\xe9\x1c\x1d\x96\xcf\x4e\x04\x56\x76\x27\xaf\xd5\xc0\xca\x9a\ -\x9c\x5e\x7d\x52\xed\x61\xeb\xaa\x3a\xbe\xaf\xa6\xc5\xb2\xa4\xf3\ -\x5a\x7d\x94\x8f\x81\xb3\x1c\xc5\x73\x15\x85\x57\xbb\x2c\x44\x62\ -\xe2\xb9\x9b\xc1\x01\xf0\x21\x4e\x83\x14\xd5\xd3\xa0\x48\x52\x2c\ -\x9f\x6b\xde\x79\x7e\x59\x78\xb2\x34\xea\xd8\x1a\x56\xf7\x09\x40\ -\xa0\xd1\xfb\xb5\x14\x93\xec\xe6\x42\x15\xbb\xd1\x9b\x7b\x03\x6c\ -\x2e\xfc\x53\xfa\x23\xec\x2c\xf6\xbb\xa6\x27\x1d\x82\x89\x9d\x8a\ -\x79\xa1\x88\xbb\xd3\x3e\xdc\x6a\xa2\x5d\x6b\x6c\xfd\xf5\xc6\xb5\ -\xe8\x95\x9a\xd4\xee\x95\xfa\xda\x91\xf9\xd7\xf1\xb7\xf5\x67\xde\ -\x1e\x52\x77\x9f\x6d\xa4\xe7\xa4\x9d\x58\x9b\x2e\x18\x50\xfa\x96\ -\xa3\x68\xd6\x01\xc8\x29\x8f\x55\x85\x54\x2d\x6f\x33\xd3\x48\xd7\ -\xb6\x76\x4f\x04\xcd\x54\x61\x6c\x83\xb3\xf6\x30\xa9\xae\xd7\x71\ -\x5e\xef\xf5\x29\x5a\xe6\x25\xa9\xfa\x39\x52\x40\x1e\x64\x95\x39\ -\x5a\x4c\x93\x5a\x56\x65\x4c\xb7\x2a\xcb\xaa\x47\x1e\x4c\xc3\x0d\ -\xa3\xf9\x7e\xa7\xc9\x0d\x79\xc3\xa2\x15\x13\x12\x66\x1c\x38\x9a\ -\xaa\xe9\xf6\xa8\xf9\xdc\x49\xec\x5c\xb5\xbb\x69\x35\x75\xc8\xe5\ -\xab\x71\x27\x08\xff\x21\xa3\xf3\x4a\xe8\xba\x9d\x06\x1a\x7b\x69\ -\x0d\x20\xb2\xd7\x2e\x66\xf8\xa1\xfc\x9f\xd4\xfa\x89\xde\x48\xd7\ -\xaf\xd4\x01\xbb\x7b\xa8\x96\x66\x3c\xc1\x9d\x04\xd6\x4a\xea\xd3\ -\xf7\xfc\xed\x8e\xdf\x7d\x36\x10\x0e\xa0\x71\x37\x29\x31\x76\xdc\ -\x5b\x7e\xe0\xdf\xa9\xbb\x43\xe3\x32\x48\x9a\x65\x31\x5a\x03\x1e\ -\xf6\xe7\x39\xe5\xb4\xda\xea\xd6\x1b\x7b\x6f\x5c\xd4\x9d\x8c\x09\ -\xba\x29\xd9\x4b\xc4\xc0\xfe\xee\xe6\x66\xe8\x34\xf3\xbd\xb3\x99\ -\x52\x77\x0e\xd7\x9c\xec\x79\xb5\xe1\xc7\x35\xcb\x17\x8a\x1f\xfc\ -\xe7\x8f\xe2\x0f\x04\xff\xb9\x7e\xf0\x07\x82\x2b\x34\x34\xff\xfb\ -\xff\xf9\x7f\xf0\xfd\xf9\xc1\x3f\xff\xfc\x83\xff\xfe\xef\xff\x83\ -\xf5\xb1\xb1\xff\x3a\xc2\x11\x63\xba\x73\xea\x8d\xcc\xe0\x80\x66\ -\xc2\x34\x11\x2e\xfe\x60\xcb\xd7\xac\x1e\x23\xad\x3c\x02\x77\x95\ -\xed\x13\x4a\x13\x64\x6a\x4b\xdb\xa6\xba\x20\xc3\x54\x63\xd8\xed\ -\x22\x34\x52\xdd\x14\x83\x41\x17\x8d\xc9\x57\xfe\x79\x54\x97\xad\ -\x59\xd8\xb5\x30\x37\x29\xd7\x91\xe0\xd8\xb2\x1f\xef\x03\xa5\xec\ -\xce\x7d\xbc\xc6\x24\xae\xf3\x87\x45\x2b\xcc\xb7\x58\x2e\xa5\x11\ -\x52\x55\x5c\x2d\xcb\x46\x13\x1d\xb7\x37\xa7\x12\x76\xbc\x32\xf2\ -\x17\xf2\xa2\x02\x40\xdb\x82\x69\xcd\xaa\x9a\x2c\x98\xd0\x17\x84\ -\x78\xf1\x61\x34\xa2\xcf\xe1\xf6\x75\x97\xed\xac\x1f\x26\x68\xa8\ -\x5b\x84\x5f\x46\x81\xc3\xcc\x85\x54\x4a\x59\x43\x5f\xae\xdb\x21\ -\xcf\x15\x08\xfb\x62\x75\x6b\xf9\xc8\x13\xa3\xb6\xb3\xb2\x84\x59\ -\x46\x67\x21\x66\x73\x69\x91\xca\x09\xb3\x48\x80\x12\x49\x97\x0b\ -\xcd\x0c\xf4\xdc\x4c\x59\xa7\xcc\xfc\x14\x74\x3f\xb4\x6a\x8c\xfc\ -\xdd\x5c\x81\xe6\xb4\x49\x12\x92\xe3\x3f\xa9\xac\x69\x62\xc2\x54\ -\x3c\xec\x40\xd5\xc5\xff\xfd\x70\xc0\x69\xb6\xd5\xda\xf2\x13\xfa\ -\x41\x7a\x3a\x24\x19\xa8\x65\x5c\x5f\x8a\x80\x69\xea\xfb\x44\xc7\ -\x5e\xcb\x90\xd5\xa4\xb0\xe9\x81\x0a\x77\x57\xa1\x9d\x82\xd6\x39\ -\x95\x8c\x3d\xf3\xc9\x67\x26\xed\xd2\x60\x72\xcd\x43\xac\x7b\x8e\ -\xe9\x01\xe1\x20\x63\x4e\x47\xb4\xc6\xe6\x32\x8e\xb3\x34\xc1\x38\ -\xb9\x76\xb3\xf2\xed\xd2\x2c\xc8\x39\xcc\x9d\xea\x16\xe1\x7f\x45\ -\x0f\x09\x27\x28\x1e\x6e\x75\x81\xd2\x96\x8b\xfb\xa1\xb5\x0b\x23\ -\x92\x5e\xfc\x50\xcc\x8b\xa2\x08\xe6\xd1\x38\xe6\x05\xde\x9d\xc6\ -\x3c\xe8\xd1\xf4\x37\xe2\x8d\xc6\x65\x53\xc9\x9e\xc3\x12\x7a\x22\ -\x30\x94\x6e\xa7\x16\x72\x22\xf3\xec\x08\xa8\xb9\x83\xc6\x9a\xf7\ -\x3d\x13\x13\x8a\x68\x5c\xc3\xba\x3d\xd6\x89\xfa\xa4\xd4\x01\x01\ -\x41\x9b\x06\x7a\xa6\x49\x84\x5b\x73\xe6\x7a\xe5\xd5\xde\xe0\xde\ -\x70\xa6\xe2\x36\xc9\x41\xea\x7d\x22\x57\x2c\xec\xde\x53\xd3\x92\ -\x41\x3b\x8d\x96\x0a\x46\xcf\xef\x89\x73\x55\xa6\xac\x6e\x64\x14\ -\x59\xf6\xdd\x0c\xc7\x2c\xaa\x58\x35\xec\xc3\xc9\x89\xf9\x41\x25\ -\x53\xa9\xa6\xb2\x27\xfc\x91\xae\xf0\x9e\xab\x89\x4c\x9e\x27\xa5\ -\x03\xb9\x55\x12\x24\xcb\x29\x8a\x17\xa3\x3b\xb4\xc2\x11\x6b\xe0\ -\x08\x79\xde\xea\x0e\x81\xb3\x96\x11\x8b\x52\xe9\xc3\x32\xd2\x4d\ -\xf9\x69\x3b\xdb\x9c\xb5\xd4\x91\xfd\xb4\xf3\x57\x78\x91\xaf\x58\ -\xb4\xdc\x47\x41\x5a\x80\xac\x7d\x6f\xd1\xbb\x14\xa3\xaf\xa8\x70\ -\x9b\x2e\xd1\xa4\x78\x76\x03\x00\x45\xb9\x3f\xaa\x4e\xba\x18\x8e\ -\xb8\x84\x98\x5a\xc7\xbb\x64\xd6\xd7\xc9\x27\xce\x33\x2e\x01\xa5\ -\xe9\xd0\x16\x66\x3d\x36\xf5\xa2\x87\x73\xa3\x35\x79\xbb\xfd\xf9\ -\x63\xea\xe5\x93\x83\x74\x42\x43\x19\x42\xf0\x42\x16\xf5\xaa\x53\ -\xdf\x92\x77\x1a\xaf\xa6\xc9\xa8\xe8\x94\x68\x0e\x74\xef\x01\x16\ -\xb4\x8e\xc4\x59\x28\xfa\x00\x91\xad\x60\xf7\x35\xd4\x72\x7f\xca\ -\xc8\x42\x07\xb3\x80\x98\x32\x3f\x30\xee\x1f\x26\x9e\xff\xae\x07\ -\x56\x97\xfb\x61\xd0\x73\x57\xdb\x87\xbb\x35\xec\x57\xb8\xa6\x3f\ -\x18\x41\x93\x5d\x30\x4e\x85\x71\xae\x02\x9e\xf3\xd6\x18\x0f\x19\ -\xfc\x4c\x15\x17\x00\x7c\xca\xd4\x2a\x4c\x1b\x12\x56\xe4\xe1\x54\ -\xa9\xba\x5d\xf7\xac\x83\xe9\xc3\xb4\x87\x81\x8c\xc8\x31\xe1\x51\ -\x19\x53\x67\x34\xda\x5a\x77\x3b\xcd\x3a\xc6\x73\xb0\xa2\x29\x92\ -\x98\x4e\x92\xed\xeb\x67\xa6\x5f\x4d\xc9\x44\xac\xc9\x30\x0d\xb0\ -\xb9\xce\xcd\x0c\xaa\xfb\x60\x86\xb8\x0d\xbf\xd6\xf3\xd3\x00\xc4\ -\xba\x69\x45\x9e\x65\x35\xd5\xb5\x70\x6a\x9e\x60\x88\x53\xc8\x25\ -\x1a\x00\xd4\x30\xc9\x3e\x82\x1b\x7c\x00\x58\x74\x61\x7b\xc6\x6a\ -\x4d\xca\xdd\xbd\x2f\x2d\xd0\x2b\x1a\x48\xda\x11\xa3\x8a\x04\x2d\ -\x55\x61\x16\xeb\x39\xf9\xe5\x3c\x9f\x50\x58\x5c\x46\x10\x64\x0c\ -\x81\x1b\x44\xcc\xe9\x7a\xfc\xee\x35\xa8\xa3\xe7\xfa\x0b\xd7\x6a\ -\x03\x72\x6f\x77\x3a\xac\x81\x8d\x40\x9d\x26\xda\xc1\x1c\x07\x20\ -\x8f\x08\x8e\x64\x35\x1c\x13\xfd\xaf\xdc\x6e\x40\xd4\xd9\x0b\xd6\ -\xc4\x72\x4c\xed\xa9\xdd\x81\x80\x9d\x09\xdd\xcd\xd1\x99\x79\x43\ -\xc7\x0e\x03\x63\x79\xdf\xae\xbf\x74\x76\x86\x7e\xc1\x44\xb8\x58\ -\x7e\xf0\xf9\xfc\xc1\xc2\x8d\xeb\xc3\xf8\xfb\xf7\x2f\xfe\xb9\x08\ -\xf7\xfd\xc5\xc5\x0c\xc6\xdf\xe4\xc0\x73\x06\xe4\x19\x77\x53\x5b\ -\x6e\x4c\x72\xd6\xb5\x53\x96\x16\x88\x36\x2e\x00\x1c\x26\x16\x72\ -\x9b\x48\x99\x2f\x13\x43\xca\x6d\xbc\x57\x29\x57\x33\x66\x06\x2b\ -\x27\x22\x44\x3e\xbe\x43\x43\x95\x13\x01\xd1\x07\x60\x5f\xee\x27\ -\x2a\x69\xd5\x48\xfd\xb2\x90\x3b\x8b\x3d\xba\x3e\x2d\x77\x2b\xc4\ -\xa4\xc1\x47\xef\x81\x64\x7d\xc2\x41\xcd\x05\xe5\x07\x8b\x3f\x99\ -\x50\x9e\xff\xe7\x16\xef\xe0\x6b\x5c\x4e\x59\xa4\x49\xc4\x9b\x5c\ -\xcf\x31\x71\x47\x31\xb6\x17\xd9\x81\xa3\x8a\x0e\xfb\x6e\xe8\xc6\ -\x26\x81\x2c\xfb\xac\x1f\x2c\x28\x5f\xd8\xba\xed\xb2\x72\x94\x3f\ -\xc6\xc1\x41\x8d\x93\xa0\x2e\x8a\x15\x2c\xfc\xa0\x00\x35\x8a\x11\ -\x77\x67\xa6\x3a\xac\xc9\x8c\x9e\xac\xe1\x68\xfa\x29\x6d\x69\x38\ -\x5b\x5a\x30\x9f\x23\x4c\xd1\xb4\xa9\x2a\xee\x25\x69\xbc\x61\x4f\ -\xec\xc6\xf6\xc3\x71\x49\x19\xa2\x14\x1d\xe4\x7a\x20\xb0\xf7\x2a\ -\xfa\x02\x89\xe2\x26\xb5\xe7\x41\x04\x7c\xdd\x5a\x9c\x05\x5b\x9b\ -\x70\xd6\x0f\x7b\x59\x9a\x97\xbd\xaa\x8f\xd6\xd9\x79\xce\xb4\xb0\ -\xb5\x26\x44\xf0\x4b\xa1\x73\xbe\xf9\xd2\x44\xc6\x13\xf2\x73\xdb\ -\x4e\x66\xc2\xed\x99\x61\xc3\xe2\x76\x55\x01\xc3\xb2\x7d\x6c\x5e\ -\xa2\x5c\xd3\x3a\x5c\xa6\x0b\xa0\xd2\x48\x68\xe4\xe4\x70\xb3\xcb\ -\x0e\xaa\x0e\x95\x38\x7e\xd0\x01\xdc\x89\xb1\x07\xfa\xf6\xee\x62\ -\xe3\xbf\xcd\xc6\x3e\x93\xe9\x83\xc7\xcf\x60\x77\xf8\x99\xda\x28\ -\x19\x54\x03\xcb\x01\x9b\x54\xd7\x2c\xd6\x75\x83\x09\x49\x27\x31\ -\x71\x6d\xe9\x1f\xb5\xf3\xfd\xd3\x4e\x21\x2e\x90\xed\x85\x66\x37\ -\x8d\xd1\x34\xcd\xc8\xa0\xd3\xb4\xd4\x9d\x54\xc4\x30\x93\xcf\x03\ -\xd7\x0b\xc8\x99\x27\xce\x90\x66\x4a\x33\x0a\x51\x5f\x0f\x11\x20\ -\x9d\x1c\xef\x30\x61\xf1\x8b\x8d\x42\x04\x90\x14\x29\x19\xa8\x35\ -\xc3\x00\x89\xed\xb6\xf6\xcb\xed\x80\xc5\x27\x5a\xbc\xe0\x56\xb7\ -\x45\xe5\x0d\x2a\x0c\x37\xfe\x7e\x64\x9f\x64\x51\x1b\x61\xe5\xf9\ -\x07\xb4\x2e\x3b\x3f\xbf\x94\x28\x73\x4d\xa2\xb9\xa2\x41\x55\x26\ -\x47\x29\x3d\x7b\xc5\x29\x27\xf1\x10\x89\x81\xfb\x96\x07\x62\xde\ -\x0b\x69\x43\xb4\xa5\x28\x1b\x01\x70\x05\xd5\xd9\x29\x92\x0c\x32\ -\x7a\x5b\x8a\xaf\xbd\x99\x19\x67\x9e\x3e\xec\xc9\xb5\x51\x7c\x52\ -\x5b\xd4\xcf\xe3\xf5\xcc\x87\xcb\x20\x6e\x11\x6c\xda\x68\x95\x60\ -\x3e\x5b\xa5\xe5\x36\xc4\x61\xf0\x40\xd9\x70\x4a\xbb\x84\xb7\xa3\ -\xa4\x5d\x57\xdb\x9b\x13\xa2\x66\xc5\x1b\x21\xf0\x5e\x20\x5b\x9b\ -\x5b\x4d\xd5\xa0\x00\xe6\x14\xe5\x27\xe3\x10\xd0\xa7\xe1\xa9\x5b\ -\xb9\x6b\x0f\xa0\xee\xa9\x40\x96\xb5\x15\x63\xdd\x96\xbe\x62\x50\ -\x4e\xea\x56\xa3\x1a\xc5\x99\xd9\x0e\x7c\xa2\xb6\xce\x55\xa1\xb7\ -\xd1\xaf\xba\xe5\x7a\xd9\x77\x03\x9b\xca\x35\x37\xec\xae\xc3\x31\ -\x15\x40\xb2\x17\xaa\x31\xd2\x3c\x23\xed\x0c\x56\x9b\x6a\x26\x8d\ -\xdc\xc1\x2c\xd7\x6a\xa7\x91\x45\x34\x25\x24\xa3\x99\x91\xdb\xed\ -\xf4\xc3\xcd\x30\x28\xcc\x4e\x0f\x5c\xae\x91\x18\xfa\x63\x2a\xba\ -\x96\x20\xee\xa3\x36\x35\x89\x70\x6a\x62\x18\xae\xaa\xcd\x7d\x93\ -\x8b\x6a\x86\x9a\x3e\xf1\x38\x5b\x25\x0b\xea\xdd\xa7\x27\xce\x12\ -\xe9\x13\xc3\xa5\xdb\x27\x28\x92\x76\xd3\xf9\xfc\x6f\xad\x26\x42\ -\xb5\x51\x63\x91\x60\xe0\xad\x7f\xc1\x03\xe9\x72\x30\x8a\xcc\x14\ -\x42\xdb\x84\xea\x6c\x9a\xd3\x3a\xff\x70\x1c\xed\x94\xf5\x8b\x7b\ -\x74\x01\x9d\xac\x56\xc0\xcd\x99\x62\x3a\x14\x8d\xda\x5a\x5e\xd2\ -\x93\xb8\x76\x8b\x92\xf2\x1e\xf1\x11\xa6\x43\xdc\xf9\xbe\xd1\x18\ -\x35\x61\xec\x41\x3b\xe2\x4f\x5a\x03\xdf\xee\x49\x01\x3b\x8b\x4e\ -\x0b\x0c\x8e\xb5\xc2\x15\x78\x9e\xfe\xfa\x91\xb9\x17\x13\xec\x7d\ -\x7b\xb6\x58\x27\xc6\xd4\xb4\x0a\x1c\x33\xe1\xd9\x24\x14\x0b\xa4\ -\xe5\xa4\xb6\x35\x64\xcf\xe1\x1e\x80\x7b\xa3\xfa\x64\xf3\xbf\x16\ -\xe5\xf4\xb9\xef\x81\xf0\x92\x52\xa7\xc5\xaa\xee\xc6\x78\xa8\x33\ -\x47\x79\x83\xe0\xcf\x33\x27\xde\x61\xde\xb2\x86\x1e\x4f\xdd\x7c\ -\xa1\xd7\x9b\x17\x7d\x93\xfd\x27\x2c\x0d\x00\x70\xe7\x3b\x94\x5e\ -\x2d\xa7\x4a\xa4\xe1\x9b\x8e\xaf\xde\xf6\x15\xdd\xe0\x23\x9e\x3b\ -\xdc\xe0\xae\x74\x61\x2d\xfe\xa3\xd1\xa1\x57\xe8\xd5\x58\x2d\xe7\ -\x55\x36\xb0\xbf\xd9\xe4\x10\x16\x2e\xb4\xc6\x34\x32\xff\x92\x51\ -\x11\xd2\x0b\x8f\x0a\xfa\x7e\x41\xfa\x03\xde\xdb\x40\xe5\x5d\x8d\ -\x19\x27\xe3\xce\x25\x46\xa4\x66\x2e\x03\x3b\x63\x97\xdf\x99\x17\ -\x29\x84\x15\x72\x7f\x11\xb9\x11\xec\x8e\xad\xe4\xeb\x83\xfc\x5c\ -\xd6\xeb\x1f\xd0\xb5\xb0\x2e\x60\x93\xfd\x8c\x4d\x8c\x4b\xf6\xc6\ -\xc6\x8d\x4d\xd5\x6c\x44\x36\x85\x2b\x61\x6a\x4a\x41\xfa\x1c\x4b\ -\xeb\x95\xc5\x44\xa0\x02\xd4\xb2\x1c\x2a\xfc\xd4\x26\x0b\xa1\xc7\ -\x12\xdd\xd0\x5b\x87\x8d\xfb\x40\xb2\x02\xe5\xb6\xc4\xe2\xb2\x6b\ -\x0c\x7d\x4e\xd0\x75\x9a\x76\x2a\x9b\x25\xa2\xa1\x35\xb2\xc9\x55\ -\x6d\xd8\x76\x84\x1b\x35\xac\x5b\x9d\x72\x51\x5d\x3c\x9c\xe8\x15\ -\xe9\x19\x5d\xf7\xa9\x7f\x4a\xcd\x88\x53\x37\x1a\x3d\x28\x0f\x07\ -\x5f\x50\xc2\x76\x80\x5c\xdc\xf3\x8e\x24\x8b\x03\xd0\xae\x8c\x84\ -\x30\xb3\x90\xd2\x7a\xfc\x44\x20\x64\x43\xcd\x48\xee\x8e\x03\x3f\ -\x27\x6e\x1a\x76\x9f\x5c\xcf\xe4\x44\x32\x3b\xe2\xa9\x68\x94\xc7\ -\x9a\xcc\xd8\x66\x34\x81\x69\x38\x8d\xa9\x5b\xae\x2a\xe2\x82\xf5\ -\x94\xfb\x58\x94\x81\x44\xf8\x04\x6c\x45\x23\x1e\x48\x15\x38\x47\ -\xe5\x02\x80\xa5\x04\xf3\x42\x78\x1c\x6c\x71\xe1\x85\x7d\xac\xe5\ -\x6a\x68\x59\x27\x73\x64\x72\xd5\x14\x20\xb2\x0f\x08\x41\x09\xa8\ -\xc2\x4e\xa2\x3e\xa0\x15\x78\x77\x4d\x3d\x3d\xfb\x60\x75\x21\x76\ -\x5f\x4d\x34\x73\xcb\xcc\x14\x65\x46\x05\xd0\x78\x86\x95\x03\x64\ -\x13\x8d\x3e\x1d\xb0\x09\xcd\x22\x6d\x28\x65\x0f\x48\x8c\xc1\xe6\ -\x75\x50\x21\x38\x2f\xca\xd4\x6e\x84\x8e\xa3\x35\x57\x5d\xd3\x54\ -\x83\x05\x69\x7b\xc1\xec\xaf\x33\x2c\xd5\x43\x51\x45\x7d\xf6\x12\ -\x6b\x86\xaf\x87\xa1\x48\x36\x17\xbe\x97\xb6\xca\x91\x9f\xd2\xa9\ -\xb5\x3d\xc7\x44\x47\x6e\x4b\x34\x4e\x36\xe5\x2e\xd4\x73\x35\xbd\ -\xa5\xf4\x82\x3a\xa7\x18\x3b\x0b\xa0\x3e\xe5\x55\xc5\x34\x29\x80\ -\xaf\x3f\xbf\x9c\xe1\x81\xd0\x39\xdd\x12\x6a\x8d\x40\x68\x13\xe3\ -\xad\x73\x91\x9f\x63\x8a\xaf\xea\x40\x4a\x2f\x5c\xcb\xe4\x21\x7e\ -\x86\xb0\x23\xda\x69\xbc\xa1\x8d\xca\xa5\x0f\xd7\x34\x73\x5d\x32\ -\x4e\x37\xfb\x41\x46\x8a\xb6\xf2\x5c\x0f\xd3\xa8\x7a\x45\xfb\xb9\ -\x5d\x2b\x76\x48\x8d\x22\xd8\x18\x11\x32\xeb\x65\x7b\x43\x4f\x45\ -\x25\x9b\xf6\x19\x08\x8c\x27\x35\x78\xb6\x6d\x87\x16\x26\x66\x6b\ -\xdd\xdd\x8d\x5c\x06\x78\xbd\x4e\x5c\xca\x45\x40\x50\xb9\x3c\x13\ -\xf4\x49\xba\xa5\x3f\xe7\x4d\x2f\x93\x9b\xf8\x7b\xfa\xa4\x3b\x47\ -\x46\x60\xff\x33\x12\x05\x6e\x14\xd7\xfd\xb3\x29\x80\x23\x33\xcb\ -\x38\xf6\xb5\x05\xb4\x39\x9b\xed\x9c\xa8\xe8\x68\xea\x86\x01\x4e\ -\x67\x1f\x8c\x96\xbf\x59\xf4\x77\xb3\x35\xf5\xc9\x27\xab\xd1\xeb\ -\x85\x86\x80\xb2\xe8\x62\x71\x3f\x56\xe1\x46\x69\x18\xf2\x9c\x28\ -\x75\x5b\xf7\x04\x0d\x55\xdc\x59\x75\x57\xb0\x7d\xcb\x10\x03\x49\ -\x0b\xf0\x9d\xda\x2e\x72\x0a\xd8\x96\x3d\xf6\x4f\x4d\x35\xd7\x00\ -\x4c\xe2\x7b\xa4\x41\x87\x3b\x3d\x26\x4d\xcf\x1b\xa0\x11\x2e\x2b\ -\xc6\x88\x90\x2e\x24\xa5\x0a\x3c\x2e\xaa\x26\x8f\xf5\x4a\xd4\x04\ -\xf2\xcc\x49\x0b\x1e\x53\x88\x48\x94\x1b\xc0\x52\x9f\xca\x62\x4c\ -\xdf\x30\xd6\x11\xa5\x7b\x88\x35\x41\x9c\x34\x77\x52\x9a\x94\x5c\ -\xe5\x0c\xbd\xcf\x5a\x8b\x2a\x80\x1d\x61\x97\xdd\x6a\x14\xcb\x13\ -\xb7\xe2\x76\xd1\x09\x96\x69\x9a\xc8\xd8\xeb\xde\x83\x62\xd7\x63\ -\x1a\x4c\xca\x70\xb7\x49\x5c\xb9\xca\x95\xe9\x0b\xfd\x5a\xfb\xa8\ -\x96\x05\xb1\xa8\x4e\xd6\x00\xbb\x9c\xa1\x39\x19\xb3\x7a\x0b\xa0\ -\x9d\x42\xbe\x1b\x3b\x00\x43\xe3\xc6\x87\x86\xf3\xac\x3d\x13\xb0\ -\xa6\x9e\x8f\x3a\xa7\xaf\x1a\x51\x06\xf9\x79\xb7\xb3\x06\x56\xd6\ -\x1c\xbf\x9d\x59\xb6\xc6\x62\xbd\xdc\x8f\x89\x9e\x49\x51\xca\x81\ -\x3a\xd8\x48\xc5\xde\x78\x3e\xbb\x31\x39\x24\xc1\xe2\x4f\xd6\x2b\ -\x9d\x66\xcf\xec\xc9\x90\x6a\x7b\x28\xd6\x8d\xdd\x11\xdb\xf3\x9e\ -\x38\x35\x9f\x24\x61\xc8\x55\x39\x66\x1a\xf6\xe0\x61\xe6\xe4\xd3\ -\x9e\x41\xd7\xf6\x3c\xd2\x3c\x2b\xbb\x4c\x19\xe2\x77\xad\xbb\xe1\ -\xa1\xe9\xb0\xd4\x34\x1e\xfc\xc2\xe6\x2a\xa0\xa6\x81\x5e\x32\xc7\ -\xe5\xc1\x96\xf0\x6b\x30\xa3\x5b\x7a\x97\xcb\xfe\xf7\xa4\x9f\xc1\ -\x32\xeb\x83\x7e\x8e\xa0\xd1\x6d\x01\x33\xa5\x59\xc2\xf3\xfe\x4e\ -\xad\x35\x9a\x09\xd7\xca\xec\xd4\xc5\x97\x83\x0f\x37\xc0\xcb\xda\ -\x69\x6d\x86\x17\xaa\x79\x1f\xaa\x0a\x74\xfd\x17\xd6\x22\xe8\x8a\ -\x33\xc1\xd6\xc0\xf5\x77\x5f\xc0\xf5\x0f\x64\x2f\x2c\x47\xae\xf5\ -\xba\x00\x4f\x80\x5f\xfc\x49\x2e\x25\xbb\x47\x97\x34\x71\xf8\x1c\ -\x91\x6e\x3f\x4c\xae\x0c\x40\x8d\x02\x6a\x3b\xda\xbf\xd4\xe8\x54\ -\x69\x3c\xfa\xdd\xe5\x4a\x05\xcb\xd0\x59\x58\x36\x1d\xf3\x06\x8c\ -\x92\x42\xe0\xa3\x7e\x5a\x00\x3e\x49\x59\x32\x37\xc9\x50\xf9\x35\ -\x84\x40\xd5\xb4\x3a\xf0\x0c\xa2\x30\xc2\x40\x0b\x1c\xc5\x1f\x9f\ -\x94\x15\xd5\xa4\x97\xae\xac\x57\x73\xb1\x4a\x98\xa6\xa1\x38\x9c\ -\xba\x26\x52\x1a\xae\x25\xe6\x2a\x66\x36\xe9\x56\x60\xda\xc4\xce\ -\x32\x77\x0c\xe5\xff\x2c\x77\x5a\xdc\x48\x8a\x49\x8e\x21\x45\x5c\ -\x5c\xbd\x40\xdb\x0f\xee\xdd\x82\xfa\x98\xf0\x67\x2b\x68\xe3\xc8\ -\xfb\xb0\x4e\xfe\x8f\x17\x97\xcc\x17\x96\x7e\xaa\x08\xf5\x9c\x15\ -\x03\x9c\xbd\xc0\x5e\x78\x86\x7f\xaa\xe2\xca\xc7\x5a\x97\x61\xfe\ -\x3b\x5b\xb0\xfe\xf9\xdf\xf6\xf3\x7a\xf0\x6a\x77\xba\xa3\x9a\x60\ -\xe4\x06\xd8\x70\xda\xdb\x4a\x95\xfd\x76\x6b\xd2\x40\x54\xc8\x8d\ -\x50\x32\x75\x3d\x9d\xfc\x56\xd1\x75\x14\xf8\xdc\x48\x8d\x95\xb8\ -\xeb\xd1\x15\x07\xf5\x58\x9b\x3a\x0a\x97\x6c\x56\x6f\xb2\xa0\x58\ -\xed\x54\xc8\xc8\xf9\x59\x8e\x7c\x17\xda\x54\x19\x20\x36\x42\x97\ -\x8f\x56\x29\xe4\x76\xac\x41\xe9\xda\x00\x54\xff\xab\x05\x28\x16\ -\xa5\x89\xdd\xde\x99\xc9\x9a\x56\x69\xa1\x3a\x94\xb9\x13\x57\xf2\ -\xab\x1f\x54\x9b\x56\x58\x76\x1d\x48\xaf\x7e\x83\xfa\x4a\xee\xb4\ -\x73\xba\x46\x32\x33\xbe\xdf\x78\xf7\x18\x61\xae\x49\xdf\x88\xe9\ -\x18\x5d\x49\x61\x10\xad\x43\x52\xe4\xcf\x2b\xb0\x50\x7c\x88\x76\ -\x01\x1f\x24\x28\x3b\xeb\xfe\x3a\x9f\xbd\xb9\xd5\x35\xdd\x1f\x5d\ -\x21\x4e\x8f\x5a\x65\xb7\x06\xd7\x04\xbc\xaa\x91\x8f\xe5\x0d\x0a\ -\xa3\xb5\xf0\xda\x1c\xa7\xee\x32\x73\x08\x0b\xfd\xd5\x45\xc8\xdb\ -\x11\x48\xa3\xc1\xa9\x4f\x58\x59\xab\x28\x16\x34\xb4\x30\x29\x3e\ -\xdd\x54\x66\xaa\xbe\x56\xa8\xfa\xa8\x90\xd2\x50\xc1\x2a\x01\xf7\ -\x17\xf9\xfd\xb4\x69\x7f\x14\x92\x45\x29\xa8\xa8\x2b\x86\x1a\xd6\ -\x74\x71\xd3\xce\x02\x5d\x0e\x50\xa4\xa8\x73\x35\x61\x9e\x21\xa4\ -\x32\xb4\x55\xa0\x33\xeb\xc8\x26\xbd\x99\x19\x95\xf4\x9f\xba\x78\ -\xa5\x37\x3a\x91\x95\x94\x96\xb7\xcb\xe8\xbe\x72\x03\x8d\xa2\x15\ -\x53\x3f\x05\x61\x2d\xce\x69\x76\x7c\xd6\x41\x9b\x69\x13\xcb\xf9\ -\xbd\xa2\x7e\xde\x4d\x73\xc8\x75\xc6\xb1\x99\x49\xac\xae\x8f\xe3\ -\x35\xcc\x3f\xc8\xe9\x9f\x53\x42\x12\x0e\x95\xcd\x6a\x1c\x65\x96\ -\xd2\x9b\x9e\x10\x80\x77\x63\x06\x69\x6b\xdd\x56\xcb\xd5\x2c\xcc\ -\x51\x3a\x08\x0d\x3b\x6b\x71\x1d\xb1\x26\x22\xce\xbd\xe0\x24\x72\ -\xa7\x3d\xa7\xcc\x84\xb1\x46\xac\x85\x15\x14\xea\xa0\x3f\x39\x0d\ -\x8c\xda\x44\x27\x4d\x01\x76\x3e\x63\x72\x63\x03\x93\x4e\x9a\x0e\ -\x41\x3b\x38\xe7\x28\xb2\xba\x31\x02\x35\x13\x1e\x71\x90\x55\xc4\ -\xd6\xdf\xa4\xe2\x50\xfa\x98\xa8\xee\xd4\xca\x46\x71\x65\x7a\xad\ -\x62\x75\x7c\xa3\x78\xa7\x12\xbf\x57\x03\x58\xd4\xd1\x2c\x90\x95\ -\x5a\xf1\x14\xd4\x58\xcd\xc6\x2f\xa8\x75\x24\x01\xf2\x6d\x3f\xcf\ -\x9b\xf9\x00\xb5\x09\xe9\x0a\x1b\xea\x0a\x1f\xaf\x42\xfa\x82\xd5\ -\xcd\xdb\x6b\x8e\xb3\x48\xd7\xfc\x33\x9d\x55\x41\xcd\x78\x25\x80\ -\x63\xaf\x68\xf3\x0c\x65\x54\xae\x5a\x37\x40\x09\x46\x8d\xb1\x69\ -\x38\xe9\x8f\x11\x07\xa2\x3d\x4c\x58\x09\xc2\xff\xab\x35\xcd\x21\ -\x63\x60\x07\x7a\xd6\x98\x36\xcc\xbb\xd0\x59\x03\xf4\xdf\xde\x90\ -\xac\xf9\x33\x02\xdc\xec\x13\xaf\x3e\x11\xf7\x8c\x48\x61\xd3\x18\ -\xdd\x7a\x83\xf0\x49\x6a\x67\x9c\x0e\x6b\x95\xb9\x40\x3e\xf3\xe6\ -\xec\x29\x1a\xf0\xfb\x1c\x85\xc5\xe7\xbd\xa8\x02\x8b\xa5\x39\xe0\ -\xc6\x9d\xb8\x2e\x4e\xa0\xb9\x48\xb5\xb5\x07\x77\x80\xf2\x1e\xb4\ -\x6b\xa0\x7c\x64\x9c\x71\x85\xbb\x77\x30\x39\xd5\xf9\x06\x04\x71\ -\x0f\xd7\x6d\x72\x82\xa0\xaa\x23\x18\x3b\xb0\x09\x2e\x27\xdd\x4f\ -\xc0\x91\x97\x0a\x7d\x99\xcc\x33\x6e\x84\x55\x79\xe8\xfd\x25\xd9\ -\x0e\x01\xb8\xb3\xaf\x33\x09\xe7\xc3\x30\xba\xd6\xaf\x31\xc1\xb8\ -\x53\xc2\x8d\xaa\x28\x3e\xf7\x5c\x4d\x8b\x4c\xea\xee\xb5\x4d\xaa\ -\xc2\xf2\xff\x56\xee\xde\x36\xed\x9e\xc8\xed\x59\x52\x02\x5e\x0b\ -\xb7\xdb\xb1\x87\xde\x2e\xdc\x95\x09\x8a\x7f\x76\xc9\x5f\x76\xd4\ -\x4e\x41\x59\x55\xc6\xc7\x23\x7b\xa4\x31\x77\x7a\xd8\xfb\xb5\xfe\ -\x98\x43\x60\xe4\xa6\x92\x7d\x72\x11\xf3\x0d\x50\x96\xd1\x70\x73\ -\x87\x67\x5c\x23\x1b\x79\x87\xb8\xbf\x60\xb9\xa0\xfb\xaf\x53\xb6\ -\xc5\xcf\x4c\x77\xd3\x0e\x19\x89\x56\x04\xd4\xcf\x45\x58\xe4\xe6\ -\x6e\x5e\x13\x46\xd6\xa3\xe8\x9d\x6c\x0f\xde\x1e\x23\xb4\xd5\x58\ -\x12\x01\xaa\xe0\xc2\x77\x39\x1d\x90\x6b\xd8\x7d\x6d\x28\x7e\x7e\ -\xfe\xe2\xf3\xd1\x0c\x33\x23\x5a\xe0\x0f\x3b\xe2\xf4\x9f\x42\x86\ -\x44\x20\xe2\x79\x17\x7a\xe3\xde\xdb\x42\x62\x5d\x87\x55\x96\xda\ -\x45\x9f\xba\xe5\x5b\x20\x0e\x9b\xd5\xb7\x48\x2f\x46\x24\x7d\xf6\ -\x17\x7f\x5c\x9c\x4c\x69\x07\xae\xee\xd3\x6f\x3e\xfe\x57\x2b\x3c\ -\x76\x5e\x4c\xf1\xa4\x39\x44\x9f\x7e\x70\xac\x45\xb8\xef\x3b\x9b\ -\x10\x92\xa7\xbb\xda\x77\xff\x07\xcb\xad\xe2\x7b\x62\x73\x04\xfe\ -\x7d\xbf\xff\xed\xfe\xfb\x9f\x96\xac\x5d\x8d\xc2\x46\x89\xf8\xd0\ -\x2e\xbc\x40\xe2\x7e\x64\x9b\x6d\x66\x60\x60\x74\x41\xd4\x47\xe5\ -\x1d\x81\x69\x82\xb8\xb8\x14\x79\xad\x18\xd8\xf9\x2b\xf4\x1c\x85\ -\xc8\x12\x03\xb0\xe9\x8b\x0f\xbb\xa9\x85\x1e\x8d\xd1\xb2\x05\x7b\ -\x09\x27\x8a\x25\x08\x1b\xe6\x95\xae\x4d\xd6\x64\x70\x1e\x16\x7d\ -\x03\x7c\xd3\x59\x69\x35\x3a\x96\x53\x74\x98\xb1\xf1\x35\x8a\x93\ -\xf2\x70\xbc\xdb\x39\xa1\xb3\x4d\x45\x7c\xa5\xbb\xd8\x05\xb7\xa8\ -\xa7\x8d\xbf\xf8\xb6\x04\x73\x1a\xc6\x14\x69\x3e\x30\x92\xce\x27\ -\xed\x67\xef\x2f\xa4\x5d\xec\xec\xe1\x92\x48\x57\xba\x3b\x1b\xa1\ -\xa2\x68\xd7\x74\xf3\xbb\x2d\x58\xb1\x87\xd8\xf6\xcf\x13\x1b\xbe\ -\xd3\x8c\x52\x2c\xe9\x13\x1c\x7b\x57\x9c\xe1\x89\x81\x1a\xaa\x6a\ -\x36\x8a\xdd\x89\x29\xb4\x4d\xb6\x7e\xbe\x8d\xf0\x8c\x87\x26\x68\ -\x6f\x79\xe1\xf0\xb7\xc2\x3e\xdc\x36\x69\xc2\xf4\x61\xc2\x70\xef\ -\xbf\x7e\xb8\x2c\x7f\xb6\x5d\x38\xcd\x90\xf5\xb5\x7d\xc5\xde\x0c\ -\x87\x2b\x9b\xaf\xb3\xef\xf7\xaf\x37\x78\x66\xb0\x11\x2e\x6f\xb2\ -\x83\x78\x2f\x87\x5b\x25\xd2\x75\x2d\x26\x4e\xbd\x11\x4c\x33\x17\ -\xfd\x18\x15\x14\xff\xc7\x26\x77\xaa\xc3\x55\x8b\xc8\x78\xcd\xdf\ -\x7d\xbb\xbe\x8f\x1a\x55\xb0\x2e\xa9\x3b\xac\xad\x49\xfd\xf3\xd5\ -\x94\x5a\x3d\x5c\x50\x45\x0d\xac\x79\xd8\x17\x8a\x07\x99\xb3\x35\ -\x40\x43\xd3\x14\x9a\xa2\x6f\x73\xda\xa3\x44\x51\xc3\x50\x41\x1a\ -\xfd\x8a\x3c\x1f\x26\x83\x32\x99\xf1\x57\xff\x6f\xa5\xbf\x3b\x62\ -\xc6\xec\xcd\x87\x08\x6e\xfc\x78\xe3\x6e\x7a\x56\x9b\xea\x70\x4d\ -\x3d\xf4\xff\xa6\xbd\xb3\x10\xe1\xe2\xa0\x67\x86\x39\x81\xe6\x14\ -\xef\x5c\x1b\x22\x32\xf5\x09\x7a\x4c\xa3\x61\x39\x63\x6b\xad\x2c\ -\x0c\xca\xce\xbc\x5c\xbd\x90\x1a\xae\xa2\x61\x17\x3a\xaf\x3e\x8d\ -\xb6\x0b\x6c\x85\x83\x17\x19\xcd\x71\xef\x9f\xd6\x10\x61\x38\x93\ -\xb2\x37\xaa\x01\x32\xa8\x87\x2b\xa7\xb0\x59\x04\x7b\xff\xcd\xfd\ -\x1b\xe7\x50\xbf\x9c\xb7\xfc\x94\x9b\xa8\x45\x1c\x37\x33\x0f\xe0\ -\x2b\xdf\xd6\xec\x77\xfe\x7f\x9c\x2f\xf7\x70\x21\x4c\x93\x17\x84\ -\x9c\x4e\x72\x7e\xcc\x74\x3d\x9c\x11\xf7\xfd\x6d\x85\x59\x0f\x05\ -\xb5\x3b\x67\xdf\x7f\xfd\x6c\x5e\xcd\xcd\x55\x8a\x0e\x8d\xaf\xa1\ -\x9c\x9e\x9b\x17\x53\x1a\xf8\xa4\x64\x37\xfa\x61\x16\xe3\xe1\x56\ -\x46\x1b\xf7\x6e\xce\x6f\xfe\x8c\xb4\x53\x9a\xf8\x2f\x2c\x0f\x7a\ -\x65\x0e\x15\x72\x52\xb3\x21\xf2\x75\x7d\xc8\x7f\x79\x7e\x93\xb4\ -\x3c\x20\xbb\x67\x57\x3b\x97\xa9\x01\x97\x6b\x2d\xdc\xe1\xd4\xe6\ -\xc5\x36\x53\x39\x7d\x99\x01\x92\xb4\xbd\xbf\x12\xc4\x36\x3b\x6b\ -\x72\xaa\xbb\x87\xca\x9e\x2e\x8e\x0a\x08\xee\x79\xde\xb5\xe9\x9b\ -\xbd\xff\xd3\xd1\x0f\xa9\x33\x54\x26\xc8\xfe\xb1\xfb\x69\x5d\x65\ -\x58\xe3\xbf\x2f\xce\xe7\xce\x7a\x28\x67\x42\x7b\x8f\x5b\x26\x8b\ -\x66\x8e\x1f\x2e\x08\xfe\x4f\xd3\xd6\x22\x8d\x6c\x92\x1a\x9a\xcc\ -\x8f\x36\x99\x6c\xf7\x18\xf4\xb6\x10\xec\xae\x73\x6e\xcf\xfa\xdb\ -\xec\xed\x43\xa3\xb5\x55\xc1\xae\x8b\x51\xfd\x19\xba\x0f\x57\x94\ -\xe5\xdd\xfe\x23\xf7\xd0\x8c\x8e\x86\x34\xf4\xd1\x24\xe9\x96\x97\ -\xe7\xb6\xd7\x43\xf7\xcf\xdf\xa1\x8b\xcf\xc6\xd2\x27\xbe\x5b\x6f\ -\x2f\x28\x56\xc6\xf0\x64\x3c\x03\x33\x44\x7f\xcc\xc4\x02\xda\x22\ -\x56\xb8\x19\x79\xdc\xcd\xcd\xb0\xdd\xd1\xbe\x6e\x6e\x95\xa1\x7f\ -\x49\xd6\x82\x3f\xc1\x78\x7f\xdd\x75\x77\x50\x8a\xe5\xeb\x3f\x5f\ -\x2a\xc3\xaa\xeb\x81\xf5\x6e\xf7\xce\x1a\x52\x88\x05\xc6\x4d\x77\ -\x06\x04\x57\xf6\xa5\xad\x85\x6b\x5d\x00\xbe\xb9\x37\x73\x4d\x0b\ -\x2a\x42\x47\xbf\xa3\x2e\x2e\xcd\xea\x19\xb8\x5e\x79\x50\xa6\x89\ -\x67\x5c\xb8\xb0\xf1\xf5\x6c\xd4\x72\x25\xb5\xcb\x79\x43\x94\x70\ -\x37\x7b\xf8\xcc\xf2\x23\x72\x6a\x29\xf0\x73\x7f\x2d\x2e\x85\x19\ -\x84\x7b\x50\xc6\x99\x09\xf7\xfd\x9f\xc3\x3b\xc0\x33\xaf\xc8\xf4\ -\xc3\x49\x1d\x24\xd3\xfc\xfb\x86\x30\x39\x02\x91\xe5\xb8\x7a\xb3\ -\x9a\x80\x85\xc6\x1e\x72\x9a\x29\x5b\x94\x52\x69\xc6\x8b\x85\xf0\ -\x1f\xfd\x8b\xe5\x36\xfd\x1c\xe6\x27\xec\xd3\xaa\x4b\x71\xff\xfd\ -\x36\xe5\x37\xc6\xb3\x53\x16\x7c\xb7\x19\xd8\x31\x08\xc2\x3b\xc1\ -\xc8\xc8\x2c\x0b\xaa\x7b\x18\x81\xa9\x28\xe4\xeb\x32\x0e\x5e\x80\ -\xfe\x07\xe0\x0f\x98\x8b\xee\x1c\xef\x09\x1f\xc6\xfd\xf3\x63\x0d\ -\x33\xdb\x77\xd7\x66\x74\xa3\xaa\xf8\xae\x1b\x17\xae\x3c\xc7\xd5\ -\xef\xef\xeb\x7f\xbb\x9e\x04\xb7\x7d\x80\x48\x17\x4f\x54\x14\xdb\ -\xb2\x62\xb4\x8f\x58\x9d\xde\xe2\x87\x34\xaf\x1b\x8b\x3f\x66\xac\ -\x2d\xec\xa1\xb5\x46\x41\x5a\x6d\xdc\x9a\x46\xc7\x5c\x82\xc2\xfb\ -\xda\x95\x99\xc3\x9e\x42\x44\xe2\xc5\x83\x78\xd0\x83\xe4\x54\x29\ -\x37\x67\x9c\xd0\x57\xbb\x88\x69\x76\xc5\x02\x82\x7e\xba\xe3\x8b\ -\x4e\x3d\x45\xe8\x0e\x58\x53\x18\x2a\x20\xdf\x6c\x6e\xc8\xf0\x11\ -\x3b\xe8\x3c\x20\x31\x7e\x86\x76\xba\xd9\x61\x33\x1f\xae\x84\x4c\ -\x8c\x2f\xff\x98\xef\x53\xbb\x0c\xc0\x0b\xf0\x97\xc8\x57\x59\xbc\ -\x6b\xa7\x8c\x85\x9e\x24\x34\x04\xa2\xa9\xcb\x48\x3a\x13\x13\xfe\ -\x91\x5d\x9c\x6c\x0f\x2e\xd3\xe0\xbd\x2b\x99\x09\x01\xfe\x42\x5c\ -\x90\xdb\x0f\xa8\xe5\x61\x96\xc3\xb5\xad\x71\xfd\xb5\xf1\x88\x95\ -\x38\x4a\x2b\x3f\x10\xbc\x91\x61\xcd\xd4\xef\x14\x0f\x36\x66\xb3\ -\xf8\x8c\xdf\xdc\xcf\xd8\xb9\xf3\x65\xc5\x4e\x74\x37\x84\xba\x87\ -\xc5\x46\x0e\xc8\xfd\x40\x39\x86\x68\x71\xad\xe1\x04\x65\x1b\xde\ -\x0d\x9e\x89\xb0\x2e\x6a\x07\x68\x5d\x2a\xea\x17\x28\xf3\x7f\xe3\ -\x2d\xa3\x0a\x4e\x83\x63\xe2\x07\xfd\x0e\xd4\x69\x9d\x71\xe9\x70\ -\xda\xb8\xa2\x71\xef\xd7\x92\xa7\x68\x33\x2f\x11\xcb\x2e\xe2\xe6\ -\x98\xb7\x9d\xb2\x46\xc4\x58\x01\x1c\xa4\xfe\xaa\xa1\x9f\x7e\x48\ -\x31\x3d\xe9\x9b\xc1\x85\x17\x55\xac\x4f\xa1\xac\xf0\x89\x29\xf2\ -\xe6\x62\xd3\x00\x00\x20\x00\x49\x44\x41\x54\x1a\x80\x72\x71\x68\ -\x9f\x78\x70\xe8\x93\x2a\xb8\x42\x1c\xce\x50\x7c\xfd\xb9\x84\x68\ -\x59\xc0\xf4\x77\x90\x98\x32\x8c\x39\xe2\x9e\x49\x0e\x3b\x76\xff\ -\xfb\xc6\x73\xc0\xb5\xff\xeb\x41\x2d\x23\x41\x3a\x4f\x31\x3e\x1e\ -\xeb\x42\x8d\xeb\x5e\x54\xd1\xa5\x45\xc9\x22\x5d\x49\x81\x4a\x9b\ -\x66\xf9\x69\xb4\xd6\x46\x17\x6c\x13\xbf\xb4\x32\xcc\xa9\x42\x98\ -\xee\x33\xd4\x27\xe3\x34\xa3\xf4\x12\x25\x65\x78\x33\x97\x22\xef\ -\x2a\x6c\x42\x77\x1a\x8d\x2e\xc2\x68\xc1\xd2\xbb\x7c\xb2\xfb\x5f\ -\x79\x66\xb9\x69\x2e\xc2\xe6\xde\x34\x0e\xff\xab\x68\x5a\x09\xf6\ -\xca\x20\x8d\x21\x41\x99\xa7\x91\x01\xb1\x3f\x7f\x69\x68\x75\xff\ -\xef\xb4\x9c\xcc\xcf\x13\x35\x4e\xca\x85\x0e\xea\x50\x3a\xb7\xe5\ -\xbf\xe6\xba\x13\x66\xd0\x36\x31\xb6\xb9\x81\x31\x74\x71\xc6\x42\ -\x68\x66\x90\xb5\xb2\x87\x00\x5e\xff\x55\x4c\x83\x88\x28\x68\x14\ -\x4f\xc6\x55\x13\x5b\x9d\x01\xa4\x86\x26\xff\x33\x9e\xc3\xa9\x23\ -\xe4\x7d\xbd\xda\xc4\x97\x89\xcd\x55\xd4\x2f\x75\x2a\xa0\xe7\x12\ -\x5a\x0e\x4a\x37\x39\x5a\xc3\xe4\x22\xe0\xae\x1c\xd1\x0c\xf3\x06\ -\xfb\x12\x4b\x77\x5a\x4d\xc7\x77\xa0\xd0\xc8\x10\x61\xb1\x42\xb6\ -\x53\x08\x23\xf7\xcc\x33\x77\x98\xae\xf4\x71\xe2\x5e\x0c\xa2\xb4\ -\x23\x44\x7f\x1f\xe4\xf4\x6e\xe8\xb2\xe8\xbf\x5c\xd7\xb8\x12\xf0\ -\x4c\x7b\x78\x29\xf3\x1b\xc5\xd5\x0c\x94\xae\x04\x58\x98\x7a\x51\ -\xe9\x67\x93\x96\x53\xee\xe2\xe5\x60\x19\x97\xeb\x58\x04\xf4\xea\ -\xc2\x86\x3a\xdd\xde\xdf\x57\x3c\x18\x0f\xd5\x34\x8d\x1c\x0f\x9a\ -\xd5\x98\xca\xf3\x95\x45\x5f\x3d\x6f\xcd\x02\xf5\x93\x02\x78\x14\ -\x25\xba\x99\x08\x10\x7b\x06\x91\x5c\xb9\x87\x7a\x13\xab\x63\x32\ -\x78\x36\x4e\xe1\x78\xb9\xb2\xa0\x4e\xea\x7f\xd8\xa5\xe7\xf4\x08\ -\x69\x58\x51\x77\xa7\xda\xfd\x96\x06\x04\xfe\xe6\xba\x4e\x50\x62\ -\x0a\x87\xa1\x0f\x8a\x0c\xb3\xd5\xb3\x3b\xbd\x69\x8c\xec\x38\x3b\ -\xa5\xfe\x93\xc0\x83\x10\x32\xac\x3e\x01\x08\xd7\xb8\x9c\xa6\x4c\ -\xf1\x15\x58\xfe\x94\xcc\x80\x0e\xa7\x13\x55\x5c\xf8\x5f\x31\xfc\ -\xaf\x00\xf5\x7e\xd7\xac\xff\x95\xa0\x53\xe8\xac\x98\x19\x24\x6e\ -\x96\x75\x39\xbb\xe9\x30\x9a\x89\xaf\x2b\xf2\xb7\xa6\x6b\x6d\xff\ -\x46\x43\x9a\xb1\x2d\x87\x96\x3e\xe0\x9f\xb5\x3e\xc5\x1a\x2e\xb5\ -\x61\xb1\x43\xfc\x39\x30\xae\x96\x47\xd6\x4e\xcf\xbd\xa6\xe3\x60\ -\xab\x2d\x15\x1b\x4b\x3e\x0d\x10\xa9\x7d\x1e\xb2\x8c\x4d\x7f\xfc\ -\x2c\xba\x7c\xd4\xb6\xf2\x6c\x2a\x30\xbd\xb2\x4a\x83\x29\x14\x3a\ -\xef\xee\xe0\x5c\x67\x6e\x81\x05\xa4\x1e\x53\x83\x0d\xde\xc6\xae\ -\xb1\x4f\x79\x59\xad\x25\xb7\x37\xb5\x9e\x51\xe9\x00\x85\xa0\xb2\ -\xa0\x40\x04\xd9\xe5\x50\x1d\x1a\x4c\x05\xc0\xfa\x7f\xbd\xfe\x14\ -\x67\x66\xe9\xe3\xfe\x30\x63\xb7\xaf\x81\xc9\xab\x80\x1d\x40\x40\ -\x97\x0e\x6d\x5e\x9c\x63\x45\xdb\x67\x0f\x58\xd6\x61\x6c\x63\xa0\ -\x85\x62\xff\x89\xfd\xd5\xee\xe3\xd5\x68\x9c\x9f\x6f\x32\x80\x32\ -\x86\xa0\xd5\xac\xfc\xf9\x07\xb7\x83\x2f\x42\x37\x64\xed\x83\x16\ -\x1d\x4e\xe1\x5f\xec\x88\x22\xff\xd4\x4d\xf7\x5f\x2a\x60\x37\xff\ -\x66\x07\x15\xf7\xde\x36\x35\x16\x0f\x66\x0e\x90\xca\x9d\x49\x49\ -\x4a\xaf\x48\xfc\xbf\xb1\x3c\x1f\x91\x83\x8c\x02\xe0\x5a\xeb\x9f\ -\x14\x98\x49\xeb\xf6\x80\xcb\xc7\xd8\xe2\x8b\xb7\x28\x13\xef\x9a\ -\x28\x24\xe5\x6d\x5a\x3f\xaf\x11\x18\x18\x14\x2c\x75\x94\xe7\x73\ -\xf1\xc3\x89\x86\x73\x6c\xef\xdc\x64\xe9\x68\x91\x64\xa0\x61\xf1\ -\xc1\x8f\xcd\xde\x47\xbb\x4d\x5c\xd8\x51\xf3\x7f\xd3\x4d\xd5\x41\ -\xa6\x35\x96\x8e\x00\xd6\x43\x88\x5c\x8e\x2d\xfa\x30\x06\x48\x83\ -\x08\x3d\xa8\x52\x8c\x42\x30\xb4\x74\x55\x82\xdd\x50\x87\x35\x82\ -\x52\xfb\xe1\xc2\x31\xb5\xf2\xc2\x3a\x8b\xed\x78\x76\xaa\x85\x7a\ -\xf9\xf3\x11\xa9\x0b\x32\x10\xea\x05\xcb\x05\xa8\x82\x6b\xa7\x9f\ -\x4f\x4d\x77\x78\x58\xd5\x12\xe9\xb0\x00\x57\x7e\xd1\x65\xb5\xe7\ -\x70\xb9\x36\xa7\xde\x31\xa7\x85\xba\xb1\x2c\x24\x9d\xee\x98\x27\ -\x9d\xf1\x9c\xf2\xd0\x41\x55\xaa\x03\xaa\x09\xff\x1b\x95\x8c\x9b\ -\x66\x0e\x22\x03\x31\x2c\x4b\x5d\x3e\x9c\x7a\x4e\xd4\x6b\x0f\x2d\ -\x5f\x77\x37\x0b\xf8\x81\x63\x7d\xf9\xe4\x81\x5c\xf2\x20\x6e\xe9\ -\x19\x4d\x63\xd1\x08\x9b\x5e\x8e\x8d\x0b\x2d\x1b\x49\x63\x9b\xd4\ -\x04\x47\xb3\xdd\x68\x24\xc5\x1c\x6e\xec\x41\x78\x5f\xc7\x1d\x45\ -\x4f\xcb\x5e\xda\xcd\x3a\x56\xd1\xd5\x55\xaf\xe1\xc7\xc3\x89\x70\ -\xea\xb4\x52\x3b\xa3\xfc\xaa\x3c\x2c\x1d\xc2\x59\xcc\x4e\x03\x04\ -\xa3\xa4\xf1\x2c\x69\xa8\x39\xf7\x78\x41\x03\x77\x49\x5a\xe4\x4d\ -\x20\x95\x50\x77\xda\x1c\x69\xff\x11\x99\x9b\x94\x17\x0d\x17\xe5\ -\x0e\x5e\x88\xb0\x73\xd3\xa9\x21\xbb\x12\x0d\x72\x2a\x65\x66\x2e\ -\x54\x4c\x5f\xec\x82\xaa\xac\x2f\x6a\x34\x0f\xc1\x4a\xe4\x90\x95\ -\x4b\xbc\x2d\x65\x9b\x9e\x82\xda\x20\x0f\xba\x71\x47\x08\xea\x4f\ -\x7a\x25\x35\xc4\xd3\xdb\xc1\xa9\xd7\x39\xa8\x12\xd1\xcc\x51\x73\ -\x13\x35\x0b\x78\x0f\xea\xa4\x3d\x26\xb2\xfd\x62\x1f\xcd\xae\xd2\ -\xab\xf3\xdc\x5a\x7e\x56\x6e\xcf\x99\x73\x04\x1c\xb4\x5c\x50\xcc\ -\xe3\xfc\x44\x77\x8e\x42\xd3\xd5\xa4\x11\x44\x19\x3f\xa8\x5f\x54\ -\x79\x4e\x42\xe7\xf4\x38\x78\xf8\x43\xfd\xc5\xcd\x05\x0e\x19\x36\ -\xfe\xd0\xc5\x36\xca\xe1\xd4\x92\x34\xe4\xb5\xef\x03\xcf\x4b\x7b\ -\x3e\x83\xeb\xd5\x71\xad\x47\x23\x3c\xfe\x8c\x20\x75\x33\xec\x2d\ -\x7c\x6a\x2b\xa9\xe8\x0f\x44\xe1\x6a\x38\xa9\x90\x61\x10\x94\xf9\ -\x6c\xc3\x4c\xa4\xbb\xbd\x69\x65\x2e\x9e\x19\x78\xf9\x5e\xe1\xe7\ -\x58\xb9\xcb\xe5\xde\xa1\x56\xec\x37\x12\x64\x66\x73\x79\x1c\x41\ -\xcf\x3a\xcb\x73\x54\xd9\x41\x3b\x6a\x1a\x60\x6e\x74\xcf\x10\xfe\ -\x4f\x0d\x84\x3e\xb4\x5f\x67\xb3\xac\x63\xea\xc1\xed\x3c\x8b\xf8\ -\x89\x30\x5a\x88\xfb\x9f\x98\x0e\xf0\xa7\xea\x11\x1d\xf4\xb2\x97\ -\x7a\xa0\xd5\x1a\x78\xa1\x74\x91\x07\xff\x3e\xf4\x8b\x61\xce\x12\ -\xb6\xd6\xda\x33\xb9\xe4\xf8\x2c\x4f\x03\x97\x64\x86\x60\x79\x9d\ -\xe8\x53\x1e\x5a\xc6\x1e\xf0\x86\x32\x83\xe3\x59\xfd\x5d\xe4\x0e\ -\xc8\x67\x1e\xf1\x30\x42\xcf\xfb\x81\x8f\x69\xed\x03\x98\x78\xd4\ -\x4a\x3a\xa6\xbf\xba\x7b\xe0\xae\x19\x3e\x59\x06\x9b\x54\x63\x10\ -\xe7\x49\x4c\xda\xdb\xf4\x75\xd1\xf5\x38\x53\xba\xa5\x7f\x9f\x3e\ -\xf7\x00\xfa\x0e\x2c\x75\xdd\x1d\xf3\xca\x89\x88\xaa\x64\xa3\xd1\ -\xa5\x0c\x03\x48\xe5\x75\xfc\x9c\x68\xf4\x83\xf5\xf2\xc9\x3f\x43\ -\x2f\x81\x8d\x2b\x41\xa7\xe6\xb0\xea\xf9\x5b\x0a\x1d\xfa\xf7\xc7\ -\x59\x4e\xda\x32\x22\x5b\xce\x6a\x73\xbd\xa4\x9c\x82\xe8\x60\x6d\ -\x60\x7b\xd6\x52\xd7\x99\x89\x99\x61\x10\x5d\x60\x5d\x10\xdc\xed\ -\xdc\x38\x5c\xb2\xbd\x31\xd8\xd8\x2d\xf0\xbb\x99\x42\x30\x0f\xe0\ -\x51\xf5\x32\x76\x8a\xec\x62\x88\xf1\x05\xec\x9f\xa6\x95\xa6\x94\ -\xcd\x84\x7e\xeb\x41\xdf\xce\xdf\x1d\xc6\x75\x9a\x74\xf4\x08\x97\ -\x86\x58\x2f\x22\xe9\xad\x10\x40\xae\x8e\xa9\x95\x35\xce\x7b\x6a\ -\xda\xdb\x40\x20\xe2\x7a\x98\xd8\x6b\x50\x93\x9c\x48\x3b\x0b\x3e\ -\xf8\xd8\x3b\x70\xb6\xaf\xba\x1e\xd9\x1a\xa5\x85\xbd\xff\xe3\xb2\ -\x73\xa3\xe3\x1b\x80\x6b\x1f\x82\x1d\xcc\x11\x08\xf4\xde\xd8\x6c\ -\x0d\xea\x66\xc5\x75\x7b\x01\x73\xef\x6d\x07\x95\x18\x87\x3f\xb2\ -\x87\x16\xb1\x1d\x5e\x2d\x98\x7c\x6f\x9f\x2a\xa9\x66\xc0\xa8\x78\ -\x78\x98\x16\xc1\x1c\xba\x38\xb9\xc1\x41\x3d\xd9\xdd\x98\x82\x08\ -\x97\x07\x04\x8e\x42\x3a\xf4\x34\x1e\x86\xc6\xad\xdc\x2f\x0a\x3b\ -\xd5\x58\xb7\x21\x86\x38\x84\xec\x57\x64\x91\x64\xcb\x62\x45\xd0\ -\xde\xdb\x16\x62\x86\xf9\x19\xd2\x7f\x79\x23\x28\xce\x35\x0d\xb4\ -\xd9\x68\x5e\xa5\x9d\x1a\x2e\x69\x3a\x0b\x53\xb3\xa1\x64\x43\x49\ -\xd2\x95\xd0\xbf\xdb\x65\x29\xd1\x61\xc5\x09\x47\xe6\x45\x0c\x8b\ -\xca\x43\x43\x4c\x48\x4a\x51\xa0\x53\x5c\xb4\x2b\x11\x10\x02\xe1\ -\xef\xf5\x31\x14\x92\x27\xc5\xab\x26\x6a\x9f\xc2\x59\x7c\xa4\x2f\ -\x7c\xe5\xc5\xf2\x59\x75\x18\x08\x33\xf6\x66\x77\x5a\x7b\xea\xb6\ -\x00\x1d\x87\x42\xe4\x10\x24\x1a\x9a\x85\x04\x8f\x83\x01\xfe\x3c\ -\x68\xd9\xb8\xf7\x6e\x87\xf7\xb5\xff\x34\x14\x9c\x87\xf1\x87\xa8\ -\x60\xc9\x9e\x54\x0c\xc5\xd0\x0a\xfd\xe7\x73\x7c\xdf\x44\xb2\x38\ -\xc3\x07\xf3\x50\xda\xf2\x34\x19\xd1\x95\x29\x0c\x8a\x0a\xb6\x24\ -\x5a\xc7\xfd\x5a\xa2\xca\x7e\xe1\xff\x09\xdb\x5d\xa2\xc7\x65\x49\ -\x3d\x7f\x86\x74\x1c\x0c\xf1\xaa\x2c\x20\x7b\x15\x85\xd1\xdd\xe6\ -\x2c\xd7\x64\x59\x40\x9f\x87\x1d\xc7\xf5\x1a\xd6\xe8\xa4\x04\xc6\ -\xce\xe2\x6d\x34\x3f\x91\xf1\xa1\x48\x1a\xa8\xbd\xc2\x56\xc4\xa9\ -\x80\xf6\xff\xca\xe6\xe9\xb0\x0d\xb0\x89\xd6\x5a\xb3\x10\xd5\xb2\ -\x3f\xdf\x1e\x1a\x78\xae\x8f\x31\x59\xec\x1a\x35\xe0\xd1\x1c\xf3\ -\x32\xa7\x40\x6e\xf4\xc1\xae\xa1\x90\x16\xbc\x5a\xd6\x7b\xad\xe1\ -\x4b\xa4\xcc\xd7\x89\x56\xb8\xb8\x51\x35\x63\xfa\x5c\x0d\x32\x91\ -\x69\x3d\x09\xee\x64\xd4\x4c\x34\x0c\x29\x08\x0b\x66\xc2\x87\x39\ -\x41\x8b\x7e\xaa\x97\x33\x93\x0b\xc4\xcf\xa9\x08\x89\x6b\x98\x22\ -\xc3\xc4\x7f\x83\x5f\x94\x9b\x2c\x43\x85\xc5\x28\x2a\x11\x2d\x80\ -\xa0\x8f\x4a\xd8\x0f\x7f\xc1\xbc\xcb\x59\x51\x66\x83\xbf\x43\x5b\ -\xa0\xda\x20\x11\x7a\xe8\x92\xe2\x95\x07\xda\xad\x1e\x44\xcc\x3e\ -\x51\xe9\x54\xdb\xe1\x0c\x7a\x3a\x81\xe9\x5c\x25\x2a\x1e\xac\xec\ -\x6b\x6c\x31\x27\x62\x2b\xfa\xf5\x7f\x7f\xd7\xa2\x0f\xf3\x4a\xd2\ -\xa4\x46\xda\x6b\xa5\xa4\xf7\xa4\xbd\x3c\x01\xb4\x8e\xec\xbb\xa6\ -\xcd\x28\xf0\x5b\x9f\xd3\xec\x82\xa8\x5e\x1a\x9e\xbb\x5c\xff\xb6\ -\x24\x31\x9e\x69\xa4\xed\x64\xe1\x6a\xd3\x23\x2d\xfd\x6c\xff\x3c\ -\xbd\x70\x4d\x37\x31\xe4\x1d\x56\x01\xab\xf2\x68\xbc\xad\x30\xfd\ -\xeb\x16\x39\x07\x58\xe9\x7b\x9e\xd6\x3f\x76\xf6\x38\x6d\xb2\x5b\ -\x06\x57\x13\xf6\x7b\x68\x38\xd3\x35\x32\xc8\xc2\x5d\x51\xa1\xa6\ -\x2f\xdc\x3f\xad\x8b\xc2\xb1\x6e\x04\xba\x75\xea\x8e\x82\xf2\x96\ -\x85\xe8\xed\xfb\x88\x9b\xfd\x38\x85\xc8\x15\x2c\xea\x85\x5e\x88\ -\xc5\x9d\x06\xe4\x77\x9a\xb2\x15\xe3\xb9\x17\x3d\x70\x53\x3c\x2f\ -\x32\xec\xb8\xd3\x25\x72\xcc\x55\xa5\x74\x3f\xd1\xf8\x93\x33\x60\ -\x82\x75\x21\x4d\x68\xde\xb4\xe0\x01\xf8\x7e\xd6\x9e\x86\x13\x98\ -\x39\x5c\x9a\xf4\xbe\xc6\xd6\xd0\x2a\x12\xf7\x11\x00\xcd\x39\x65\ -\xf1\xc2\x5c\xcb\x9a\x3f\xb4\x3b\xe3\x3c\xc1\xcf\x40\x27\x3b\x1a\ -\x6f\xf7\x43\xcf\xe1\xdc\xa6\xb7\x09\xf0\x50\x01\x91\xff\x72\x00\ -\xa5\x47\xce\xc4\x67\x65\xd7\xf9\xb9\x7b\x6c\x07\x23\x93\x98\xf1\ -\xf3\x6a\x1e\x33\x6a\x09\x0f\xf4\xed\x59\x51\x94\x1a\xec\x58\xf3\ -\xec\x7a\x18\x4d\x8a\x63\x4c\x5d\x53\x35\xd8\x4d\x07\x1c\xe4\xbd\ -\xc2\xe9\xed\x30\x34\xa2\x03\x10\x7f\xdc\xc5\x51\x58\xcb\xdf\xde\ -\xe7\x80\x4d\x1d\x94\x1a\xa9\xfa\xbc\x94\x11\x19\x1d\x44\x59\xb4\ -\x93\x3e\x9a\x6b\x2b\x27\x6a\x6a\x1a\xff\xe3\xbd\xb7\x0a\xd4\xeb\ -\x02\x54\x83\x1d\x99\x86\x19\x32\xbd\xab\xb9\x33\x72\xf9\x98\x7a\ -\xaf\x6c\x36\xb7\x07\x20\xd3\x00\x80\x17\xdb\xf7\x90\xfb\x76\x36\ -\xd5\xd7\x9a\x2d\x8a\xcc\xa9\x6f\xca\x37\x88\x19\x4b\xff\xf8\x1a\ -\x31\x6f\x82\xe5\xb6\xf3\x09\x32\x68\xe9\xc3\xcc\x6e\xbc\xee\xf3\ -\xa5\xed\xee\xce\x7a\x63\xd9\xc4\x3d\xe3\x3e\xc2\xf0\x4a\x8d\xe8\ -\xf6\x59\x0f\x53\x8e\x00\xc9\xc3\x67\xa1\x3f\xd3\xc8\x25\xb3\xe0\ -\x63\xc6\x3f\x7a\x15\x56\xb2\x3d\xe6\x48\xed\x67\xaf\x4d\x99\xa1\ -\x25\x11\xec\x7b\x9e\x73\x23\xec\xbd\x51\x85\xe3\xff\xa4\x72\xaa\ -\x6e\x5d\x58\x12\xd9\x76\x5e\xb3\xb2\xb3\x16\x28\xa2\x44\xac\xf1\ -\x12\x8d\x7c\xdd\x55\x0d\x3e\x89\xe7\xc2\x4a\xde\xa9\xd7\xf6\x7f\ -\x83\xdd\xe8\xc9\xdd\x8e\xaf\xd0\xc0\x40\x6e\xa8\x6c\xec\xd5\x2c\ -\x47\x41\xf8\x7c\xfe\x34\x0a\x1b\x35\x4b\xf4\xab\x8d\xdd\x4f\xb4\ -\x8e\xd3\x82\x3b\x1e\x4c\x04\x67\x72\x14\x44\xc1\xdb\x4d\x27\xb9\ -\xe8\xbe\x0d\xdd\x65\x36\x61\xf3\xbd\xa5\xdc\xe5\x72\xc1\x72\xd2\ -\xb1\x42\x57\x24\xb2\xc7\xef\xef\x62\xcc\x37\xc7\xa9\x6e\x2f\xfa\ -\x10\xde\x33\xb9\x8c\x96\x51\xe6\xd5\x2d\x65\xdb\xf9\xf1\x84\x65\ -\x21\x68\x8e\xbc\xf7\x40\xcd\x28\x10\x99\x97\x23\x05\x47\xe1\x15\ -\x3a\x33\xad\xb1\xf1\x72\x04\x2d\x2f\x00\xa1\x89\x06\xf8\x84\x63\ -\x4c\x18\xdc\x09\x24\xb3\x08\xa8\xa8\x91\x82\x89\xec\x1a\x4d\xce\ -\x8a\xbd\x42\x8a\xf6\xe3\xb9\xf0\x18\x05\x6b\x16\xc6\xbd\xf9\x4d\ -\x07\xc5\xd7\xe7\xda\x4d\x22\xfc\x33\x1f\xc2\xf7\xd0\x23\x51\x43\ -\x6a\xea\xb3\x4b\x3e\xf3\x77\xa4\xa7\xa1\xb7\xb2\x1f\xc6\x0e\x99\ -\x41\xe2\x93\xc7\x6a\xba\x42\x77\xa2\x79\x01\x5d\xe9\x66\x56\xa1\ -\x73\x83\x6a\xda\xd1\x2d\x48\x5d\xe0\x9d\xb7\x2e\x32\x84\xbd\x33\ -\x67\xe7\x6e\x87\x2a\x5e\x9e\x63\x9f\xb8\x55\xf3\x25\x00\x48\x6e\ -\xac\xe5\xa1\x80\x4c\x19\xfc\x1a\x5a\x12\xa1\x99\x03\x94\x05\x3d\ -\x26\xfa\x58\xfa\x38\x9b\x44\x77\xdd\x53\x81\x1e\xef\x7f\x31\xcf\ -\x80\x53\x34\x1e\x35\xab\x4e\xed\xc5\xcb\x5f\xd6\x2c\x72\x43\xac\ -\x0b\x8d\xa7\x2c\x16\x3b\xb7\xdf\x5d\xb4\xf2\x80\x3c\xa6\xa1\x0e\ -\x80\x24\x2b\xac\x21\xca\x95\x83\x74\x5a\xe0\xd9\x85\x92\x13\x09\ -\x09\x5a\x20\x05\xfc\x3f\x02\x7f\x6a\xc8\xa6\x89\xf8\x9e\x74\xb3\ -\x3e\x31\x8f\x86\xde\xde\x77\x88\x8f\xb9\xc2\x1a\x51\x76\xf4\x99\ -\x9d\x26\x5a\xcf\xa3\x5d\x0e\xba\xef\x69\x54\xb1\x38\x35\x0e\x0f\ -\x34\x1f\x95\x1b\xd3\xdf\x62\x3a\x9d\x1e\xc6\x27\xbd\x00\xa1\x98\ -\x5c\x91\xbc\x4e\x9c\x0b\xd1\xa6\x37\xa6\xd9\x10\xcc\x67\x96\x9a\ -\xb3\x09\xd8\x38\x9c\x16\x5f\x91\xd6\xdc\x7b\x06\xb8\x7a\xb1\x4c\ -\xe9\xba\xc4\xd3\xb4\xc4\x9b\xc0\x00\x38\xf6\x81\xf2\x53\x77\x70\ -\x8b\x0c\x29\xfd\xb7\x02\xf1\xcd\xf9\xcb\xb3\xf1\x54\x9b\xfb\x1a\ -\xb7\xf3\x4b\xd2\x34\xc2\x8a\xf1\xeb\xa1\x63\x4b\x27\x4b\x6c\xd7\ -\x02\xcf\xe6\x90\xf9\x65\x0a\x73\x9c\xbb\x1d\x41\xee\xe8\x2e\x61\ -\xa5\xa3\xa6\xf1\xff\xbb\x06\xa5\xdc\x3f\x4f\x44\x78\x20\xe4\x5c\ -\xf6\xc4\xe4\x42\xf8\xc8\x0b\xb4\xb7\x77\xb5\x42\xd7\xcf\xfb\x58\ -\x49\xca\x00\xbe\x8f\xa9\x73\xe5\x05\x99\xe1\x10\x98\x1d\xd1\x9d\ -\x59\x76\x3d\xa8\x79\xb7\xe2\x2a\xf6\xc1\xca\x89\x99\x38\xed\xd1\ -\xed\xad\xc5\x8b\x38\x51\xf0\x6a\x2e\x67\x3e\x21\xee\xf7\x7c\xdd\ -\x8d\xa7\x55\x3f\x35\xf6\x0b\xe5\xb9\xdf\xa7\x1b\xf0\x02\xaa\xbf\ -\xaf\xda\xe7\xcd\x65\xf5\xc8\x9d\xfa\xfd\xb4\xc4\x98\x9e\x85\x51\ -\x54\x34\x46\x91\x47\x06\xc6\xbf\x3b\xed\x8d\xf3\xd7\x27\x71\x4e\ -\xdb\x14\xed\x66\x2b\x0a\x5a\x7c\x4c\x56\x3b\xbb\x03\xa0\xd5\xa2\ -\x61\xf4\x6c\xea\xda\x3d\x7c\x00\x83\xf3\x7f\xf3\xb3\x78\x66\x64\ -\xf3\xaf\x9d\xc5\xa3\x18\x4c\x87\x9c\xb2\xd3\xcc\x1e\x3a\x01\x9f\ -\xf3\x0e\xd3\xf1\x8e\x8f\xe7\x33\x0c\x91\xf8\x98\xc4\xee\x02\x31\ -\x69\xae\xc9\xc1\x46\x72\x0d\x1d\xb8\xe9\x93\xf3\xdd\xae\xe0\xa3\ -\x9b\x3b\x5c\x50\xbd\xa1\x73\x8d\xbf\x34\xa4\x01\x24\xf6\x4c\xb4\ -\x61\x8a\xe5\xee\xbf\xf9\x73\x16\x1e\x53\xcc\xc1\x08\x08\xa0\xc2\ -\xf7\x98\xba\xb1\x11\xab\xc5\x2d\xc8\x39\x21\xf7\x3c\xb3\x01\x8c\ -\x87\xfb\x92\x3b\xbf\xea\x38\x67\x57\x9a\x37\x29\xed\xf8\xf6\x13\ -\x49\xa3\xa2\x65\x72\x6b\xae\x05\xd3\x69\xf8\x04\xf5\x12\xdc\xf0\ -\xdf\x5d\x80\x45\x19\xde\xe8\xae\xec\xca\xee\x7d\x1c\x39\xa9\xec\ -\xe1\xc5\x4c\xef\x79\x7d\x22\xfa\x60\xc4\x8c\xf3\xef\xb2\x27\x68\ -\x47\x9e\xbc\xe4\xb8\x95\x41\x1a\x37\xd0\x3e\x43\xbd\x1b\x13\xc5\ -\xee\xe0\xb9\x47\x48\xec\x73\x52\x30\x13\x22\xdc\x5c\xee\xdb\x39\ -\x17\xe4\x7c\x76\x32\x61\xb6\x8b\xd9\xc5\x11\xc1\xeb\x32\xe4\x5a\ -\xe5\xf6\xe2\xc1\x7f\x08\x6b\x51\x0e\x52\xf7\x61\x8d\x15\xb9\x00\ -\xce\x1c\x36\xfa\xa5\xba\xd2\xc1\x89\x9c\x73\xba\x56\x1f\x39\x97\ -\x93\x95\xd9\xba\xb6\xd1\x34\xad\x09\x9d\xba\x20\x0d\x8d\x1b\xca\ -\x8b\x12\x11\x15\xd1\x47\xe1\x18\xda\x1c\x62\xae\x10\xc8\x8e\x38\ -\x93\x69\x6c\x8c\x46\x2a\x6d\x7d\xd9\x88\x97\x9c\xef\x1c\xe8\x93\ -\x72\x39\x6a\xd1\xa1\xe1\x08\xe3\x0d\x19\x14\x1b\x6e\x39\x9d\x9f\ -\x44\x3d\x3b\x95\x2d\x8a\xe8\x7d\x73\xf2\xff\x98\xd9\x39\x48\x41\ -\x67\x5a\xe6\xaa\xe8\x13\x31\xf6\x67\x4f\x58\xe6\x4c\x02\x60\xef\ -\x6f\xe9\x40\xbc\xb1\x85\x46\x36\x0e\xb9\x43\xa1\xa6\xbd\x34\x0b\ -\x43\x5b\x08\x2f\xef\xab\x16\x59\x3c\x0b\xff\x2c\x8b\x3e\x60\x4d\ -\x4c\xd7\x9b\xec\xb9\x78\x49\xdc\x14\x81\x6b\xe2\x34\xc6\xfe\xab\ -\x8c\x06\x44\xbf\xe3\x62\xe0\x05\xdc\xdf\xa2\x1a\x88\xf4\xa0\x39\ -\xfb\x33\xff\x1c\x97\x5e\xb0\x3f\x2d\x7f\x65\xd7\x73\xef\x93\x8d\ -\x98\xe2\x90\x8f\xa3\xa9\x8c\x0d\x4e\x2a\xab\xc8\xdf\x43\x7c\x1a\ -\xeb\x2a\x0a\xe8\xcf\x83\x46\xd7\xdd\xf8\xd8\xff\x6c\x22\x9c\x72\ -\xe7\xf7\x25\x22\x7c\xbf\x5f\x33\x4e\x60\xbb\x94\xee\x70\xc7\x59\ -\x0b\x97\x83\x17\xa1\x87\x3b\x33\x69\x18\x84\x5b\xc9\xda\xac\x40\ -\xe5\x78\x52\x5d\x95\x3f\x36\x49\xf4\x4b\xdd\xc4\xa9\x57\x9a\x04\ -\xc8\xa2\x47\x80\x23\x9a\x08\x76\xfb\x01\x37\x26\x4d\xdc\x79\xe8\ -\x00\x7e\x69\xaa\xec\x67\xfe\x69\x9f\xf9\xe9\xf0\x16\xd3\x8a\xdd\ -\xcc\x51\x10\x07\xb0\x9b\x73\xd8\xbd\x22\x47\x67\x40\xe8\x86\xf7\ -\xe9\x7c\x47\x7b\x0e\x98\x82\x2a\x44\x35\xf5\xde\x49\x31\x04\x58\ -\xff\x54\x53\x40\xad\x91\x44\x98\xef\xf4\x40\x53\x69\x47\x8f\xd1\ -\x47\xb7\x4f\x0c\xed\xcf\xb2\x5b\xfb\xbb\x39\x8c\x93\xac\xac\xb0\ -\xa4\x34\x49\x19\xf4\x9f\xcb\xdd\x2c\xb1\xb1\xc4\x5c\x32\x75\x55\ -\xfd\xc3\x14\xe7\x03\xb9\xfe\x14\x29\x30\xb6\xcf\xb5\x0b\x59\x4f\ -\x1a\x63\xef\x29\xe5\x80\x09\x5a\x7e\x11\x01\x57\x3b\x97\x46\xf1\ -\x14\x8d\x6f\x9b\x86\xce\xc2\x1a\x8d\xa6\x1d\x66\x3c\x66\x3d\xaf\ -\xde\xdc\x87\xda\x32\xf3\xac\xc2\x89\x51\x8b\xf6\x17\x5f\x54\xa4\ -\x3e\x53\x86\xb8\xb4\xc2\xaa\xfb\x72\xed\x66\x75\x0d\xea\xd9\x6d\ -\xdd\xf2\xdd\x5d\xf7\x32\x03\x6a\x3d\xf4\x83\xf6\xf7\x0b\xa9\xb6\ -\x55\x70\xcd\xa6\x92\x2f\xbf\x1e\x57\xda\x3e\x07\x75\xc7\xce\xfa\ -\xbb\xa6\x55\x09\x10\x2d\x9f\x88\x54\x5c\x47\x34\x67\xa7\x9b\x2e\ -\xa3\x4d\x90\x02\x5c\x40\x99\xe7\xa8\x34\xc1\xfc\xa0\x23\xc9\xb4\ -\x48\x7f\xbc\x9f\xa0\x6a\x71\x19\x28\xc4\xcf\xd2\xf6\xef\x50\x0b\ -\x8c\xe6\x3a\xbb\x64\x07\x48\x23\x47\xa8\x84\x56\x64\x82\xef\x81\ -\xb0\xa4\x86\xdf\x49\x4a\x81\x84\x03\x9b\x29\xa7\x8b\x08\x6b\xff\ -\xd4\xd4\x06\x15\x92\x86\x86\xdb\x84\xe5\x9a\x79\x63\xa5\x2b\xdb\ -\x2d\x64\xd5\x76\xc4\xe5\xa6\x20\x4a\x51\xd4\xd9\xb3\xe6\xc8\x6b\ -\x5a\xf4\x1a\xca\x9e\x41\xe8\x7c\x37\xbb\xf9\xb2\x31\x2f\x79\xc1\ -\xae\x09\x8f\xbb\xec\xe1\x8d\x2a\xff\x28\x8a\x9d\x42\x29\x5d\x37\ -\xa5\x8f\x2c\xa4\x8c\x55\x49\x80\x60\x4e\x0d\x37\xfd\xb1\xb3\x7f\ -\xd1\xbc\x5b\x44\x1b\x8d\xb5\xce\xe1\xee\x7a\x6a\x19\x83\x6b\x9e\ -\xb7\xc7\xe4\x4a\x40\x4f\x9a\xe8\x38\x0b\x6a\x5a\x65\xe7\x4e\x19\ -\x43\x55\x60\xb5\xe9\xf3\x24\xb2\xfd\x62\x7d\x0a\xe3\xe2\x60\x1e\ -\xb4\xa6\x57\xd9\xeb\xc6\xd0\x6a\x17\x5d\x18\x34\xd9\x0f\x8a\x93\ -\x49\x31\x23\x47\xe4\x9c\x66\x0b\x8d\x68\x8d\x61\x12\x41\xa5\x65\ -\x8b\xbd\xb0\x1f\xe3\xf8\x49\x41\x24\xfe\x67\xb6\xd1\x7c\xb8\xef\ -\xf6\xb0\xe0\x3e\xe9\x6e\xfb\x54\x95\x46\xce\x58\x07\x56\x45\xfe\ -\xa9\xdf\xc7\x72\x50\x62\x1b\x1d\x9b\x3c\xeb\x52\x23\xce\xc6\x34\ -\x8d\x82\x2b\xe5\x1c\x46\x3d\xb7\x77\x8a\xc6\x9a\xb1\xb3\x89\xa7\ -\x7b\xa7\x9f\x37\xca\x8c\xbd\x83\xf1\x01\x5c\x5e\x97\xd7\x14\x4c\ -\x5a\x86\x66\x38\x57\x4a\x62\x92\xec\x1a\xe4\x2e\x99\xc1\xe6\x8c\ -\x11\xb8\x3e\xd7\x60\x54\x98\x56\x09\x43\xde\xa2\x84\x91\xaf\x16\ -\x9f\x65\xad\x85\x9b\xbe\x0f\x43\xa5\x78\x3e\xe4\xa1\x6e\x79\x1f\ -\xc3\xfb\x80\x2c\x2c\x18\xbc\xae\x74\x02\x34\x60\x69\x81\x76\xc5\ -\x49\x74\x89\x86\x86\xa3\xad\xf7\x03\xd7\x75\x01\x1c\x40\x14\x99\ -\x71\xc7\xb2\xf3\x74\xfb\xf3\xd9\x6c\xe6\x47\xb7\x06\x48\x68\x8c\ -\xbb\x4b\xee\x6f\xab\x55\x56\x16\x08\x91\x59\x65\x51\x50\x31\x5d\ -\x11\x1f\xf3\x71\xbb\x70\x67\xb1\xa7\xb4\x8c\x06\xe7\x9b\x82\x58\ -\x4b\xf7\x93\x74\x04\xe3\x4c\x06\x6a\x35\xa8\x53\x34\xa7\x13\xe9\ -\xf1\xdf\xac\xa8\xeb\x9f\xed\xd7\x69\x46\x88\x39\x4f\x7a\xc8\x89\ -\xc8\x44\x13\x58\x7d\x1b\x3f\xed\x93\x47\xc3\xa5\x2f\x99\x11\x34\ -\x34\x56\x51\x74\x2f\xa7\x1a\x58\xa1\x46\xc9\x71\xb5\xa9\x5f\x4d\ -\x63\xa8\x4c\x92\x8d\x92\x73\x6c\xbe\x9c\xda\xb4\xcf\xb2\x11\x81\ -\x84\x7b\xb8\x2e\x15\x4a\xd9\xf4\x22\x61\x92\xa1\x80\x08\x95\xf5\ -\xaf\x6a\x32\x16\xd0\xc4\x8b\x59\x00\x1f\x3f\xd3\xbe\x87\x34\xe4\ -\xb9\x34\x5c\xa4\xdd\xe5\xa8\xe5\x4b\xa8\x59\xc6\x46\xc8\xaa\x86\ -\x90\x19\x33\x8b\xa2\x0e\xf5\x35\xc4\xf1\xda\x38\x73\xea\xa3\xee\ -\xf8\xef\x41\xaf\x98\x1a\x86\xb8\x04\x78\x0a\x60\x73\xca\x18\x12\ -\x2a\x4a\xa4\x2c\x4d\x1a\x98\x1f\x09\xe1\x3d\xa4\x35\xdc\xda\x4e\ -\x8d\xa1\xe0\xb9\x06\x0d\x9d\xd9\x49\x6f\x0c\xe7\x22\x71\xcb\xf3\ -\xfe\x99\xa9\x1d\xa0\xc9\x2f\x27\x01\x09\xa7\x89\x70\xcf\x37\x1a\ -\x79\x56\xde\xa4\x77\x6a\x1d\xf9\x81\x16\x8d\xe8\xba\xba\x19\x08\ -\x67\x03\x99\x97\x37\xff\x19\x74\xaf\xd0\x8c\x94\x66\xc2\x4f\x3e\ -\x6a\xe5\x55\xbc\x2b\x17\x83\x0e\x2a\xce\xc3\x24\x60\xfd\x62\xde\ -\x51\xe3\xff\x08\xa3\xa5\x84\xba\x3d\xe7\xa9\x4c\x94\x1f\xfb\x37\ -\x4a\xe9\x2b\xb9\xec\x9a\xd3\xbc\xb4\xd7\x8d\x9c\x8a\x70\x01\xc3\ -\x59\x5c\x59\xce\x58\x88\xe1\x19\x04\xd6\xdb\xdd\xcc\x0e\xad\xa8\ -\x1c\x68\x59\xf0\xac\x63\xf2\xa3\x06\x12\xd5\xf9\xe3\xee\xa2\xe2\ -\xb6\xb5\x1a\x87\x36\x67\x56\xda\x02\x19\x95\xda\x63\x2a\x14\xb7\ -\xc5\x33\x04\x7a\x97\x82\xe6\x08\xd4\xf6\x75\x1f\x39\x76\xb4\x2c\ -\x2a\xa0\x01\xf6\x7a\xd0\xf5\x92\x66\x43\x35\x27\xa1\xee\x3e\xf1\ -\x32\xad\x2a\x6d\x2a\xd5\x64\x3b\xa9\x99\x87\x6d\x73\x8a\xb7\x4b\ -\x9e\x4f\x7e\xc1\x53\xb3\x94\x4e\x66\x41\xc6\x27\xd8\xeb\x5a\x54\ -\x9a\xa1\xa0\x73\xc4\xef\x93\x64\x54\xd1\x60\x0b\x18\x00\x1b\xd9\ -\x72\xdb\xa7\x18\xe7\x39\xb8\xad\xc0\x8e\xa8\x1d\x92\x61\x02\x82\ -\x98\x8a\x51\x05\x48\xc3\x43\xe9\x23\x03\x8d\x82\x2a\x08\xcb\xeb\ -\x2b\x03\x8d\xae\x0f\xfb\x5a\x98\xbc\x8a\x93\xd6\x97\xbb\x5b\xa1\ -\x9e\x4b\xbe\x94\x53\x83\x2c\xef\xba\xc8\xcc\x30\x5c\xd9\x40\xd5\ -\x94\xad\x22\x1b\x36\x4c\x73\x68\x5f\x69\xb7\xfd\x57\xe7\x84\x35\ -\x80\xdc\x82\x5f\x31\xb4\xa9\x49\x75\xa7\x69\xb7\xae\x4e\x21\x5a\ -\xe0\x96\x3d\x56\x1a\xaf\x58\x0b\x41\x57\xc7\xa9\xdf\xa9\x3a\xbe\ -\x5c\xed\xd2\xa2\x78\x4e\x93\x35\x1b\x91\x36\x29\x61\x1a\x4d\x8b\ -\x35\xf1\xf1\x19\x2a\xa0\x18\xea\x61\xdb\x98\xb9\x39\x3b\x8d\x40\ -\x24\x5d\xcc\x9f\x35\xc0\x4a\xe3\xa8\xe7\xa4\xbb\xe9\xb0\xb4\x1c\ -\x12\x5b\xba\xf0\xa0\x38\x75\x03\x8c\xa7\x8e\x8a\x9a\x33\x27\x1f\ -\x2c\x11\x29\xfd\x94\xe8\xc3\x60\x85\x74\x16\xea\x57\x68\xe1\xf8\ -\x39\x11\x7d\x00\x20\xe4\x4e\xc8\x7d\xb2\x7a\x4e\xca\x08\xff\x3a\ -\x39\x7b\xe8\xa6\xb5\xc2\xaa\x29\x40\x66\x0f\xaa\x16\x55\x33\x10\ -\x6a\xeb\x5b\x0e\x5d\xfe\x52\x82\x78\x96\x14\x35\xc8\xa4\xb3\x7e\ -\xd0\xe3\x1f\x8e\x88\x88\x26\x20\x9d\x6f\x89\xaa\xae\x13\x37\x50\ -\x52\x67\xc4\x3c\x4c\x49\x3a\xa5\x54\x66\x43\x3b\xb5\x75\x48\xcd\ -\x67\xbe\x67\xed\x8a\xdb\xf3\x79\xee\x06\x6e\x4c\xda\xe0\x99\xb5\ -\x98\xeb\x82\xf6\x68\x84\x13\xbc\xce\x35\xef\x01\xec\x2a\x59\x5b\ -\x05\x44\x78\x11\x7b\xce\x21\xcd\x3c\x2e\x69\xe6\x19\x0e\x6c\x87\ -\x76\x32\x68\xdf\xa0\xd2\x5b\x5d\xdc\x18\x07\x90\xd4\x72\x53\xeb\ -\x88\x4d\xb3\x2e\x9e\x43\xe6\x53\x19\x37\x2a\x7a\x4c\x5b\xa9\xc5\ -\xee\xed\xdd\x98\x66\x95\xf7\x19\xd5\x93\x68\x18\x41\x51\xd3\x6f\ -\x97\xb3\xa9\x7d\x46\x77\x9f\xec\x3a\x6d\xcf\x8a\x58\xd4\x35\x72\ -\x3b\x9b\x69\x56\x8c\x40\xe5\x6c\xd8\x5a\x04\x8c\x05\xaa\xf3\x98\ -\x62\xc2\x99\x40\x58\xee\xb0\xc9\x56\xbf\xed\xfd\xb5\x61\x91\x78\ -\x54\x50\xb8\xd9\xba\x39\xc8\xe5\x5a\xf6\x30\x95\xb9\xce\x45\x97\ -\xc5\x24\x5f\x23\xc5\x5d\xf4\xeb\xf9\x54\x9e\xe8\xdc\x16\xf6\xd6\ -\x6f\x3e\xd8\x0b\xf6\xc0\xb5\x53\x57\x7a\x42\x75\xbb\x3c\x56\x52\ -\x05\xdc\x65\xd0\x2d\x12\xa9\xa7\x67\x23\x68\x74\x34\x00\xeb\xa4\ -\x43\x68\x59\x4b\x56\x8e\x44\x59\x87\x3f\x29\x0c\x34\x33\x49\xe8\ -\xa0\x7a\x85\xd9\x06\x35\x9b\x4f\xa2\xd4\x50\x8a\xcf\xbe\xc3\x60\ -\xa3\xe8\x0e\x36\xd1\xb9\xc1\xf8\xd0\x6a\xd9\x4f\x34\x43\x35\xb7\ -\xbd\xb4\x58\x7a\xe3\x33\x1e\xa7\x9c\x38\x82\x9e\x9c\xfb\x96\x21\ -\xa1\x6d\x94\x5f\x68\x1f\xc5\xd0\x32\x27\x2c\x7b\x6f\x47\xb1\x83\ -\x86\xe7\x08\x61\xe8\x55\xf4\x3b\xc5\xd7\xdd\xbd\x30\xa6\x90\xfe\ -\xc2\x0c\x61\xe1\x44\xb2\x0a\x4d\x09\x36\x9d\x66\xd1\x5b\x85\x2b\ -\x27\x45\x67\xa1\x9a\x29\xe6\x42\x96\x46\xa1\x7d\xf0\xad\x77\x66\ -\xa3\x71\x5a\xb9\xf6\x5c\x28\x08\x3b\x5d\x04\x4d\x1c\x5f\x4d\x3f\ -\xb8\x99\x38\x28\x46\x70\x9d\x8a\x60\xad\x7f\x86\xd0\xdc\x50\x8c\ -\x7b\x3c\x4f\x0c\x9b\x12\x8c\xb5\xc5\xf4\x29\xda\x05\xaa\xb0\xd1\ -\xb0\xfc\xc6\x2c\x44\x8d\x1a\x8b\x44\x42\x88\x39\xd7\x8a\xb6\x86\ -\x34\x34\x8c\x66\x13\x8c\x83\xe6\x59\xef\x6b\xcb\x8f\xd9\x86\xb6\ -\x69\x6b\xa0\xc9\xe4\x03\x81\x61\x33\x1e\x45\x6a\xa0\xd5\x4b\x47\ -\xa8\xa1\xa7\x6f\xd5\xbe\xf5\x7f\x57\x07\xec\x18\xe6\x0d\x8d\xb6\ -\x44\x3d\x7c\xb3\x05\xf0\xae\xe5\xcf\x75\x3f\xe9\x87\x5e\x18\x64\ -\xe3\xd7\x9c\x83\x44\xef\x86\xba\x35\xb4\xbb\x01\x18\x28\xd2\x43\ -\x2b\x2e\x56\xee\x15\xc5\x74\x93\x8c\xfc\x8d\x08\xec\x2e\xe0\xa2\ -\x28\x7a\x56\x63\xe9\x34\xbf\x11\xd7\xe0\xb5\xcb\x71\xc5\x7e\x34\ -\xa1\x43\x85\x80\x07\x4d\x2d\x68\x7d\x51\xbc\xc5\x44\x95\x5b\x20\ -\x61\xc4\x00\x78\x32\x23\xa9\xf1\xf4\x09\x45\x9d\x65\xf5\xe9\x8f\ -\x56\xbe\x4a\x66\x88\x45\x93\xdb\x69\x92\xc3\xd8\x82\x20\xb2\x20\ -\xbd\xf1\x4a\x71\xf8\xb3\x90\x1a\xc5\xb7\x38\x4d\x48\xe6\xf9\x25\ -\xd4\x34\x06\xc4\x2d\x18\xb8\x53\xf1\x0a\x0d\x66\xb4\xe0\x47\xb7\ -\x30\xae\x7b\x40\x5a\x61\x6a\x05\xfc\x86\x73\xf8\x39\x50\xfc\xfb\ -\x85\x72\xa3\xcd\x02\x38\x0a\xff\x95\x14\xb0\xd0\x36\x12\x2a\xec\ -\x34\xa6\x64\x66\x7b\x2e\x3e\x69\x11\x3f\x8b\xb5\x21\xff\x6e\x20\ -\x44\x81\xce\xf2\xbb\x79\x42\x9e\x03\x41\x33\x99\x46\x2f\x69\xdb\ -\x4d\xfa\xf8\x33\x3d\xa7\x89\x1d\xfd\xdd\xd4\xa8\x80\x11\xa7\xa1\ -\x62\x0e\xb2\xf4\xa2\x33\xe1\x10\x51\x97\xcd\xb8\x36\xb3\x81\xf8\ -\x7b\x31\x81\x35\x91\x75\x07\x16\xcc\xb5\x97\x03\xcc\x8a\x2f\xe3\ -\x76\xf3\x61\xfa\x12\x56\xd2\x9d\xee\xb5\xda\xb4\x46\xb6\xb6\xc6\ -\x28\xde\x4d\x45\x16\xf0\x87\x9b\xd9\x00\x3d\x26\x3e\x69\x43\xff\ -\x30\x19\xb1\x09\x5f\x58\x20\x17\xf5\xfb\x08\xa2\x8e\xe7\xe3\xff\ -\x11\xdf\xd3\x16\xaa\x0a\x5c\x62\x88\x3d\x94\x5b\xfc\x40\x14\x55\ -\x33\x86\xe3\x34\xd1\x8a\x89\x21\x51\xad\xed\xc7\x7d\xb5\xdb\x44\ -\x57\x69\x9e\xa5\xfa\x66\xe2\xb5\x2b\x1f\x51\x15\xd7\xfa\xaf\x32\ -\x12\x90\x5d\xae\xaa\x4e\x3f\x53\x26\x2c\x77\x9a\xeb\x74\xe9\x00\ -\xe4\x58\x67\xa6\xda\xec\x0b\xc9\x35\x36\xae\x01\x6c\xc6\x4e\xf5\ -\xae\x7a\x7d\x84\xa6\x01\x9e\xf4\xd4\x5e\x1b\x72\x33\x71\x31\x27\ -\x62\xff\xdc\x6a\x74\x55\x71\x5d\x0b\x75\xd3\x26\x0d\xfa\xd8\x9c\ -\x1a\x2b\xd7\xcc\x89\xf3\xe8\x55\x6f\xb2\xcc\xbe\xfd\xd4\x77\xa6\ -\xe9\x11\x55\x84\x4e\xe5\x93\x4e\x62\xf4\x9d\x6e\xd2\x9d\x9e\xa8\ -\x23\x72\x82\xc0\xbf\x77\x99\xdc\x25\x02\x7a\xf0\xa1\x79\x6a\xc0\ -\xba\x56\xce\x3f\xac\xe5\xf8\x39\xd0\xb9\xb7\x07\xd0\x53\x9d\x31\ -\x23\xd8\x5e\x07\xb5\x2d\xce\xb8\xd8\x71\xaa\x3b\x8d\x2c\x2c\x6b\ -\x91\xb1\x68\x65\x7e\xe7\xc8\x93\x0d\x86\x8c\xd3\xfc\x56\x37\x7f\ -\x6b\x5f\x85\xe9\xca\x3d\x19\x86\x12\x1a\xf2\x1d\x09\xd7\xe5\xa8\ -\x35\x38\x41\xf4\x30\xaf\xea\x09\x04\x29\xfb\x51\x1a\xfb\xb5\x33\ -\x68\xa6\xf9\x18\xb5\x06\xf2\x2e\x46\x66\xbb\xb3\x17\x99\x65\xba\ -\x3a\x7d\x9f\x40\x0e\x86\xf9\xf0\x27\x62\x8b\xd4\xfd\x46\xef\xdd\ -\x00\x55\xd3\xb0\xe7\x7a\xdf\x6b\xb4\x3b\xa6\x33\x93\x43\xe2\x10\ -\xd6\xf1\xab\x40\x64\xd1\x94\x0e\xe8\x69\x5e\xc7\x0c\xe2\x85\xe5\ -\xf7\x2c\xbb\x87\xd9\x65\x9d\xa0\x53\xbb\xae\x95\x48\x47\x14\x63\ -\xdb\x8b\x4c\xf6\xd1\x36\x7b\xce\x54\x50\xc8\xbe\xf2\x1f\xac\x28\ -\xec\xb0\xa0\xec\x17\x6a\xe6\x4c\xdc\x86\xe4\x2d\x7e\x38\xcf\x6c\ -\x8f\x86\x63\x8e\xc2\x7d\x0d\x47\x40\xf1\xc3\x5f\x8f\x29\x53\x5e\ -\xb4\x62\x4d\xd5\xde\x52\x0d\xc1\x61\x6d\x7e\xeb\xed\x9a\x2d\xff\ -\xfd\x17\xb5\xec\x97\x0b\x7f\xe5\xa7\xa8\x56\x00\x44\xbf\x93\xb3\ -\x7a\x97\x1e\xa7\x38\xca\x9a\x02\x4a\x59\xf6\xe0\x3f\x1e\x04\x19\ -\x53\x1d\x76\xa4\xf7\xbe\x7f\xea\xb3\x05\x7f\x5d\xb7\x9b\x3a\x00\ -\xf7\xbd\x71\x79\x40\xd9\x44\xb8\xa2\x40\xfe\x22\xd2\x9f\xc2\xb6\ -\xb7\x37\x07\xe2\x07\x7b\x18\xea\x71\x52\x90\x5c\xae\x19\x76\xe7\ -\xc1\xf5\x8e\xce\xdc\xa7\x91\xf7\xbe\xdd\x75\x4d\x8b\x12\xb1\x0a\ -\xbd\xbc\xf5\x36\x2a\x21\x5b\xf6\x12\x9c\xd6\xc9\xed\xf9\x2e\xb5\ -\x9c\x10\xcb\xad\xd8\x70\x15\x20\x98\x19\x3f\xfb\x9b\xcf\xff\x66\ -\xf5\xbc\xd1\x32\xb9\x88\xe7\x5d\x3c\x7f\xf6\x3c\x0c\x1f\xb5\xee\ -\xaf\x6f\xc6\xf5\x08\xa3\x36\xaa\x9a\x60\xed\x36\x59\xeb\x81\x94\ -\x1e\xbc\x1c\x87\x6a\xd7\xca\xd4\xb4\x75\xa7\xd6\xc5\x68\xcc\xd2\ -\x46\xf6\xc5\xb1\x05\x1f\xae\x49\x39\xb1\xfa\x6b\xcd\x39\xae\x2a\ -\x98\x1b\xda\xb2\xe5\xa7\x8a\xb3\x03\xe1\x62\x66\x6c\xbd\x9d\x9e\ -\xb9\xde\x35\x4a\xfa\x75\x2b\x5a\x6b\xb2\xd0\x90\xac\xa0\xaa\x99\ -\x48\xb5\x72\x6a\xba\x0d\xc0\x77\xff\x05\x6d\x1e\x17\x62\xa1\x9c\ -\x65\xf5\x5f\xe7\x6e\x05\xe0\x1a\x1a\xbc\x8b\x3e\xd6\xa6\xc0\x31\ -\x5d\x0e\x24\x09\xd4\xd0\xbd\x56\xc0\x7d\xbf\x7f\x8f\x62\x65\x0d\ -\xb4\x76\x8b\xe9\x2b\xd6\xa2\x9c\x9e\x86\xd9\x81\xe5\xd4\xfd\x54\ -\x20\x34\xb5\xf0\xc7\xcc\x6a\xfa\x8e\xe7\x4e\x90\xd4\xc9\x4c\x43\ -\xce\x02\x00\x08\x56\x08\xd0\x62\x7c\xbf\x7b\x08\x6d\x35\x59\x20\ -\x56\x8c\xed\x66\x57\x6c\xd3\x9b\x5a\xbb\x44\x84\x6f\x84\x10\xab\ -\x1d\xc6\x3b\xd1\x26\xee\xf2\x7a\x90\xbf\x9f\x24\xac\xf9\xe7\xfd\ -\xe6\xf9\x63\x2e\x4e\x11\xf3\x00\x77\x7c\xfc\x7e\xa5\x39\x7c\x91\ -\x4f\x8c\x4a\xe3\xf8\xdd\x3f\x2d\xb4\x73\xf2\xfe\x6f\x00\x37\xdd\ -\x69\x03\x4d\x7a\xce\x3c\x9f\xc8\xf5\xd4\x47\x9a\x46\x4a\x0e\x57\ -\x93\x61\x9e\xa1\xc8\xb5\xd5\x83\x34\xe1\x1a\xb2\xee\x20\x87\xc1\ -\x22\xb0\xc2\xe0\x8e\xf5\xa3\x6e\x93\x2f\xcb\xa6\x5a\x6a\xb4\xae\ -\x7b\xcb\x58\xbb\xda\xe2\x08\x00\xc6\x96\xfb\x98\xe6\x5a\xc8\x38\ -\xb3\x01\x32\x3b\x32\xdd\xd8\x32\x0e\x57\x9f\x36\x8b\x38\x70\xc3\ -\x99\x0b\xc5\x1c\xc5\xcc\x05\x25\x36\x8a\x87\x33\x0b\x54\x71\xb8\ -\x6a\xf6\x9c\x46\xee\xea\xaa\x4c\x1c\x08\x3d\x63\x15\xd6\xa5\xf5\ -\xc9\x9c\xc0\x93\xbe\x27\x94\xd4\xf6\xbd\xad\xb9\x50\xb3\xae\x6c\ -\x21\xeb\xce\x7e\xe0\xdb\x77\x3b\x43\x36\x6a\x1a\x4e\x82\xb5\xd8\ -\xed\x9d\xd9\xef\xf4\xee\xa0\x67\xd9\x74\x5f\xfd\x29\xea\x22\x50\ -\x13\x58\x07\x1f\xbf\x3d\x27\x92\xd9\xe6\xba\x31\xbd\x21\xc2\x26\ -\xc5\xa2\x00\x28\x4a\x9f\x2d\xae\x83\xb6\xf3\x7b\xa5\xde\x36\xa6\ -\x88\x89\x1e\xf3\x8f\xf3\x2f\xd6\xc8\x89\x0a\x6b\xf3\xbd\xbf\x83\ -\x6a\x95\x99\x57\x41\xab\xa5\x93\x0a\x7e\xb7\x8c\x26\xc1\x7f\xfe\ -\xfe\xf5\xb5\x83\xe1\x14\x68\x75\x85\x40\xf6\xf7\x60\xb6\xf0\x98\ -\x46\x88\x4a\x1a\x41\xa8\x1e\x5a\x34\x55\x28\xb5\x73\x85\x42\x47\ -\x45\x79\xde\x6c\x09\x03\x17\x99\x54\x32\xad\xfb\x35\x75\x43\x7c\ -\xea\xa8\x0c\xa8\xd9\x41\x33\x6e\x26\x08\xea\xb9\x53\xbb\x53\xa8\ -\xa2\x16\x68\xd4\xf3\x3b\x81\xdd\xb6\x3e\xa5\x1b\x92\x7c\x13\x8c\ -\xe8\x1a\x99\x70\xa2\xac\x1c\xc8\xf5\x78\x4e\x56\xdf\xfd\x3d\x40\ -\x47\x29\x76\x8f\x53\xbf\xea\x1c\xe4\x49\xf7\x02\x59\x0e\x5b\x6f\ -\xda\x0e\x2d\xd8\x8f\xfc\xa4\xf3\x64\xe4\x19\x96\xcf\x88\x56\xf4\ -\xcc\xd9\x10\xbf\x38\x14\xc7\x74\xb0\x1a\xe1\x9a\xc6\xda\x30\x41\ -\x1f\x59\x99\xb3\xb1\x9c\xd3\x4c\xc5\x8d\x7b\xeb\xa0\xfd\x0d\x7d\ -\x1b\x11\xbe\xbb\x1c\x8b\x41\x1e\x4f\xe7\x7a\x9d\xb5\x16\x7e\xee\ -\x90\x1a\xac\x34\x3d\xc3\x4e\xb4\xc6\x80\x02\xb6\xe6\x50\x89\x2d\ -\x28\x58\x04\xc4\xbb\x28\x7e\x45\xd6\xa8\xe6\x59\x81\x8b\x19\x5f\ -\xf9\xe2\x22\x38\xf8\xca\x43\x86\x60\x39\x69\x7f\xb1\x78\x99\x81\ -\x03\xa4\xc9\x76\x14\x58\x92\x1a\xf6\x9c\xd6\x7a\xbe\x1e\xf3\x82\ -\xd2\xb2\x1c\xd3\x78\x96\x14\x2e\xc5\x92\xeb\xfd\xab\xda\xcc\x91\ -\xda\x3e\xf6\x35\x7a\x7f\xff\xa6\x7e\xca\x6a\x01\x75\x4f\x4b\x8b\ -\x5f\xda\x1e\xe6\x6b\x1d\xaa\x9d\x81\xd6\x34\xed\x3c\x1f\xed\x7e\ -\x40\x36\x84\xd1\xcc\x31\xb3\x37\xd6\x06\x2a\xc5\xfd\x5b\x0d\x1f\ -\xf0\xa3\x9e\x13\x27\x3d\xe0\xdb\x94\x71\x6b\x2d\xdc\xf7\x37\x65\ -\x27\xdb\x63\x9f\x18\xdd\x2d\xd3\xce\x5a\x59\x56\x3b\x8b\x03\x82\ -\x57\x88\x62\xb9\x69\x78\x66\x03\x24\xf6\x65\x5a\x36\x4f\x68\x6c\ -\xc4\x43\x7d\x93\x5d\xba\x9e\x23\x57\x0e\xfd\x46\xd7\x50\xc0\x6c\ -\x2e\x97\x23\xdf\x24\x3a\x46\xc0\x29\xf4\x53\xbb\x0c\x02\x61\x7a\ -\x9b\x20\x4c\xba\x16\x9e\x1a\x9e\x3e\x8a\x65\x14\x8a\xa8\xf6\xb0\ -\xaf\xeb\x32\x01\x5a\x74\xfc\x91\x1f\x25\xae\xbd\x62\x4a\x9a\x51\ -\x19\x0c\x34\x93\x0c\x6d\x88\x2e\x55\xaa\x79\x08\xac\xf9\x34\xc8\ -\x78\x08\x34\x2b\xcc\xf3\x37\xbb\xd3\x77\x01\xa6\xff\x99\x75\xcd\ -\xf7\xe5\x17\x48\x74\x5a\xcb\x35\x40\xea\x6e\x2c\xd0\x98\x98\x90\ -\x07\x47\x5e\xe6\x10\x16\x8d\x48\x5a\x5b\xef\x5c\xa0\xe8\x01\xc1\ -\xe6\x5f\x97\xc5\xf7\xa7\x21\xba\x92\x3c\x5a\x7d\x72\xfd\x35\x02\ -\xd6\xa8\x19\x44\xec\x03\x8d\x9d\xfc\xe9\x61\x9e\xf0\x38\x34\xd9\ -\x83\xab\xf1\x4a\x31\xeb\x13\x93\xd3\xdc\x62\xe8\x94\x98\x7e\x75\ -\xd4\x1a\xc8\xd1\xb1\xae\x5a\xfb\xf4\x40\x3a\x33\x77\xc5\x27\x8e\ -\xa7\x3d\x7c\xff\x0c\xcb\xb5\x8b\xe7\xf3\xea\x05\x46\x50\x50\x45\ -\x76\x67\x65\x35\xca\x1e\xd2\x98\xc3\x1a\x90\x5d\x4e\x7c\xe2\x94\ -\x59\xa7\x7b\xf2\x5a\xa5\xcb\x09\x37\x4d\x47\xf0\x21\x3a\xd3\xd1\ -\x41\x4d\x84\xfd\xfe\x9c\x87\x15\xad\xbe\x99\x5f\x4c\xbb\xde\x07\ -\x25\xc2\x69\x4f\x53\x0b\x27\x35\x65\x60\x1d\x94\x9b\xa4\xc7\xa5\ -\xd1\xca\x35\x0a\xaf\x50\xcb\x84\x89\x4c\x8f\x69\x98\xd3\x79\x1b\ -\xe3\xdb\xb9\x47\x23\x3e\xc1\xb9\x24\x07\xba\x5b\x82\x7c\x2b\x30\ -\xdd\x44\xc4\x69\x0b\xb3\xe9\xae\xbc\xaa\xc5\x95\x91\x10\x17\x10\ -\xbb\x59\x83\x50\xe5\xd5\x1d\x19\x07\x49\x81\xa9\x40\xc5\x29\xd0\ -\x2d\xa7\xa4\x96\xf3\x44\x4f\xcc\x95\xdb\x34\x06\x19\xde\xcd\xe9\ -\xd2\x56\x39\x6f\xfa\x4a\x4b\x03\x5f\x46\xe3\x7e\xa1\x49\x59\x9c\ -\x40\xd3\x5b\xe4\x39\xb9\xdb\x59\xaf\x47\x43\x3d\xa9\xac\x44\xd3\ -\x82\xda\x09\xe3\x89\x10\x0f\x13\x96\x00\x0c\x68\x3f\xf6\x53\x16\ -\xd6\x08\xf7\xa9\x68\x0e\x76\xa3\x2a\x72\x1a\x24\xcd\x06\xc8\xcd\ -\x27\xb4\x1a\x93\xd4\x36\x06\x58\xd1\x84\xf2\x9d\xa6\x1d\x54\x95\ -\x42\xf8\xcd\x70\x60\x7e\xef\xd3\x1e\xba\xcc\x36\xae\x08\xa5\xf4\ -\xbd\x27\x74\x44\x4d\x30\xa5\x4e\x83\x5a\xb8\x67\xee\xdf\xbd\xb1\ -\x93\xca\xa7\xf9\x73\x55\x74\xd8\x15\x57\x70\xf1\x1a\x79\x45\x7f\ -\x96\xe5\x78\x6d\x34\x47\x51\x09\xf7\x3e\x8c\x66\xe7\xcd\x18\xe4\ -\x13\x9f\xff\xe0\xdb\x05\x72\xcb\xe1\xa6\xfb\x62\x40\x60\x3f\xff\ -\xcf\xeb\xcf\x8d\xa9\x09\xe8\x60\xaa\x84\xeb\x5a\x4c\xf9\x53\x33\ -\x22\x35\x99\x8b\xe6\xf0\xa0\xfd\xbe\xae\xef\xf1\xbb\xf9\xa0\xbf\ -\xc9\xaf\x52\x02\xa3\x30\x9b\x46\x78\xd2\x0b\xf9\x61\x5b\x0d\x29\ -\x10\x2b\xc0\xe0\x54\x9d\xad\x4f\xbb\x0f\x9e\xb4\xf2\x6c\x92\x64\ -\x4a\x11\xde\x32\xeb\xce\x29\x13\x35\xdd\xbb\x3e\xe2\x42\x68\xd4\ -\x67\xa7\xf6\x35\xfe\xbb\xd5\x77\x7c\x84\x6c\xd7\x84\xfa\xba\xae\ -\x04\x41\x75\x44\x34\xd0\x88\x93\x99\x6b\x60\x86\x30\x77\xca\xa5\ -\x36\x9d\xb9\x0a\x8d\xe0\xf3\x99\xc5\xc5\xa3\x9e\xfa\xcd\xa0\xac\ -\x67\x37\x0d\x43\x8d\xd0\xbf\x4b\x3f\xbf\x1a\x0b\x49\xf5\x45\x4a\ -\xf2\x12\x27\x43\xcf\xfd\x11\x34\xc9\x98\xd0\x8d\x33\xea\x97\xcf\ -\xd8\xa3\x8c\x08\x78\x99\xf0\x88\x6b\x7d\x76\x9b\x8e\x3d\x75\xd7\ -\x38\x72\x2d\xd7\x5a\x58\x14\x06\x2e\x3a\x6a\x4d\x6e\x77\x52\x46\ -\xd4\xf4\xfb\x9a\x2a\x47\x0e\x51\x83\xfb\x59\x68\xda\x74\x05\x5f\ -\xdc\xb4\xa0\xad\x38\x71\xcb\x7a\x72\x47\xcd\x4c\x5c\x3f\x9e\xdf\ -\x67\x5d\x49\x83\x2d\x1a\x34\xdc\x1d\x57\xda\xda\xd8\x65\xf8\x06\ -\x72\x23\x21\xc2\x72\x0d\xa5\x65\x4f\x4d\x73\x35\xec\x06\xa6\x9c\ -\xef\xc8\x0f\xa8\xcb\x9c\x64\x4c\x47\xde\x9c\xa5\x77\x8b\x31\x3a\ -\xd7\xf7\x76\x68\xa7\xaf\x29\x05\x7b\xc0\xbd\x6b\xcb\x6c\xe1\xf1\ -\xb0\x40\x1f\x8b\x4f\x79\xe4\xa9\xc4\x16\xd9\x31\x44\x6d\x89\xdc\ -\x11\x94\xda\x8b\x2d\xbb\x64\xb8\xd1\xc3\xa8\xd9\x82\x2e\x4b\x4e\ -\x5f\x00\x05\x97\xbd\x39\x23\x91\xeb\x62\xce\x82\x73\x5e\xa6\x31\ -\xa5\x0a\xb1\x5d\xbb\x5c\x92\x1b\x1d\x66\x1b\xb5\xd1\x29\x37\x35\ -\x3f\x16\xfd\xdb\xff\xce\xff\x34\xf7\x8f\x6e\x71\x7c\x16\xec\x59\ -\xe4\x2a\x37\xea\xcc\xb3\xe1\xb8\xc5\x93\xab\xad\x33\xad\x06\x37\ -\x56\x86\xf0\xc8\x60\x98\x34\xbc\x9e\x23\x76\x4d\xc4\xef\x5f\x32\ -\xba\x3a\x3d\x91\xda\xad\x45\x54\xb4\x13\x6e\xb4\x89\x64\x5a\x90\ -\xa7\x62\xb7\xa9\x60\x98\x7f\x34\x98\xdb\xdf\x79\xd1\x91\xb2\xb6\ -\x4b\x2a\x05\x86\x86\xae\x8e\xad\xfb\x31\xf1\x81\x14\xb5\xf0\xed\ -\x62\x38\x85\xdb\xc3\x16\xd5\xd1\x1e\x8c\xac\x9b\x79\xc9\x06\x25\ -\xe8\xdd\x4d\xac\xd6\xab\x3e\x0e\xcf\xf9\x9c\xf7\xde\xde\xd4\x3e\ -\xb5\x7c\xd5\xa8\x70\xaa\xf0\xc3\xc4\xe2\xe4\x60\x77\x54\xe5\xbc\ -\x2c\xe7\x3e\x78\x0a\x8e\xe7\x01\xab\x99\x10\xdf\x73\x29\x16\x17\ -\x2d\x80\xd2\x62\x34\x54\x09\xfa\x70\x38\xb2\xa2\x60\x27\x15\x6f\ -\x78\x06\x31\x01\x37\x0d\x49\xf1\xc3\x5d\x8a\x79\xd8\xa4\x86\x65\ -\x7a\x24\xad\x94\x73\x23\x0e\x27\x43\x7d\x5c\x2e\x10\x1d\x79\x1f\ -\x81\xac\x0e\x6a\xca\xe1\x36\x35\xae\x45\xa7\x65\x1d\x61\x88\x00\ -\x00\x20\x00\x49\x44\x41\x54\xc5\x54\x10\xf7\x74\xb0\xec\x76\xb1\ -\x6f\x17\x95\x51\x02\xa6\x03\x5b\x4c\xee\x42\x7b\x60\x36\xd1\xe1\ -\x0c\x65\xcf\x2b\x9a\x54\xd6\x35\xb8\xf0\x1c\xfd\x7a\xba\xca\x1d\ -\x13\x23\x8a\x26\x98\x7e\xd5\xa8\x05\x0d\x74\xfc\xf3\xfe\x0e\x37\ -\x8d\x66\xb2\xef\x3d\x96\x9e\xfb\xb5\xa6\xfe\x14\x2d\x86\x82\xfe\ -\xa5\xf9\xfa\x6d\xdf\x28\xff\x4f\xe6\x69\x8f\xb5\x66\xf1\x1d\x1f\ -\xd7\x88\xf2\x63\x9d\xf7\xb5\x7f\xba\xd0\x4e\x1a\x5a\xfd\xbc\x9c\ -\x12\xf3\xed\xa8\xec\x42\xcf\x6f\x1b\x4d\x4a\x1d\x54\x7e\x56\x73\ -\x02\x63\xa5\x3b\xd2\xa9\x63\x8a\xc6\xa9\xdd\x93\x67\xb0\xf2\x31\ -\x83\x1e\x8e\x5c\x78\x00\x16\xf3\xcc\xe0\x15\x51\x16\x9a\x59\x82\ -\xaf\x0d\x42\xb8\xdc\x1d\x67\x99\xca\x6a\x7a\xe0\xd5\x3e\xbf\x4d\ -\x89\xd4\xe9\x67\x12\xda\x09\x7f\x76\x79\x47\xf7\x09\xe5\x70\x1b\ -\xe5\x56\x14\x03\x6f\x92\x82\xd5\x4c\x00\x1e\x67\x62\x80\x2a\xed\ -\x7e\x54\xec\xc7\x1d\xdf\x1d\xd6\xf4\x7f\x58\x4f\xb3\xd9\x20\x28\ -\x47\x0e\xda\x33\x23\xb1\xa8\x50\x3d\x47\xee\xe9\x8c\xf7\xa0\xfe\ -\x8d\xb3\x27\x28\x43\x52\xef\xf3\x7c\xe7\xa2\x8f\x9c\xcb\xee\xbc\ -\x5b\xfa\x59\x29\x46\x82\xd0\xd4\x6f\x0d\x6a\xe1\xa4\x5e\x77\xda\ -\xd7\xe9\x2a\x69\x85\x75\xb9\x30\x9f\xae\xbe\x05\x56\x94\x26\x30\ -\xcf\xa2\x6c\xfc\xfe\xbc\x6d\xd6\x61\xd4\x12\x61\xb1\x31\xf1\x98\ -\x0d\xf6\xbf\xd5\x57\xda\x52\x72\x3c\x66\xe2\xa5\x56\x19\xb1\x3a\ -\x54\xa0\x0b\xeb\xd3\x35\xf0\x09\xac\x5e\xaf\xf5\xcf\xa8\x31\xda\ -\x59\x46\xf4\xab\xec\xac\x9d\x19\xbd\xdc\xe1\xa7\x13\xe7\xb8\xf3\ -\x7f\x3f\xbb\x3b\x35\x15\xbf\x7d\x6f\x12\xa7\x1b\xc7\xf9\x78\x44\ -\x52\xa0\xc0\xbe\x34\x18\x71\x9a\x2e\x7b\x2c\x4b\xc6\xab\xe0\xa5\ -\x7e\xf2\x73\xeb\xcc\x9b\xb2\x18\x0a\x40\x7e\xbe\xae\x39\x96\xc6\ -\xd4\x51\x67\x30\x71\xa3\x74\x86\x0c\x04\x03\x88\x5b\xc7\x33\x91\ -\xf3\x39\x69\xdc\x9d\x92\x3a\xfe\xb0\x2c\x57\xdd\x55\xd3\x1e\xe0\ -\x6c\xfc\x33\x0a\xbd\x43\xfb\xfc\x61\x09\x3f\x4d\x9e\x68\x9a\x8e\ -\x85\xd9\x85\x98\xce\x9a\xd4\xf5\x5e\x2d\xe6\x25\xa6\xa6\x7a\x44\ -\x9c\xc4\x59\x58\x23\x06\x0c\x06\x90\xc7\x08\xb4\xae\xeb\xb4\xda\ -\x6e\xa3\xb6\x37\x61\x7a\x1f\x9d\xc7\xcf\x61\x7e\x9a\x46\xc8\xc9\ -\x4b\x6f\x1c\xe1\x8e\x1c\x45\x8e\x4f\x3e\x3c\x6a\xa3\xf7\xee\x04\ -\x85\xf7\x30\x60\x7d\x11\x65\xff\xdb\xe4\x21\x90\xc2\x91\x41\x14\ -\x34\x0d\xcd\xb2\x7a\xf0\x57\x7b\x41\xbd\xf7\xce\x00\x4a\x3d\x82\ -\xf3\x2c\x80\xd3\xa8\x0a\xc4\x15\x7a\xa7\x0d\x89\xa2\x83\x4f\x4b\ -\x89\xca\xd7\x67\x61\x9a\xae\x6d\xfd\x77\xc4\xc6\x58\xbc\xb0\xb8\ -\xfe\x9d\x5c\x3c\x6e\x96\xf1\x16\x5c\xa9\xcd\x0e\xb8\x0a\xa4\xe6\ -\x26\xe7\x96\xd7\xb3\xa8\xaa\xa2\xc0\xfa\x54\x4a\x8d\x1a\xa5\xd0\ -\x5a\x9b\xbd\x2d\xbc\x51\xa0\x5f\x6d\x90\x7f\x1f\xdb\xc7\x33\xf0\ -\xc2\x9c\x0f\xd4\x3e\xe8\x4d\x81\x54\x36\xcb\xd4\xe9\x90\xb5\x5f\ -\x27\x45\x49\x37\x60\x7e\x66\x2f\x9d\x06\x07\xc7\x3f\xa7\xa6\x6b\ -\x09\x63\x8a\xb0\xed\xe4\x63\xba\x58\x07\xc3\x44\x05\xfb\xc1\xa6\ -\xa3\x98\xe2\x71\x70\x12\xd1\x2b\xca\x14\xff\xf9\x60\x15\xc2\x7b\ -\x3e\xc3\xc3\xa2\x74\xec\x63\xd7\x56\x88\xde\xaf\x48\x7c\x34\x50\ -\x85\xe0\x4b\xbb\x40\x63\xe2\xd3\xa9\x93\xef\x8d\xee\x1b\xb2\x9a\ -\x45\xef\x19\xf4\x3c\xd6\x85\x73\xbb\xf7\x37\x69\x03\x85\x1a\xed\ -\xc7\xef\x3b\x03\x08\x8b\xb7\x2e\x43\x23\xa4\x08\x20\xa0\x23\xc2\ -\x3a\x82\x14\x47\xb3\x9b\xf5\x76\x6b\xae\xa5\x4c\x3c\xa4\xd1\x7c\ -\xed\x1e\xa4\xd2\xff\x28\x17\xb0\xc0\xe5\x34\x27\x84\xc7\x5e\x7e\ -\x38\x97\x49\x7f\x0e\xfb\x78\x36\x78\x80\x28\xbd\x19\xd4\xb6\x5f\ -\x57\xb8\x22\x1d\x00\x50\x36\xc6\xf2\x6e\x26\x73\x36\x1e\x63\xd2\ -\x74\xb8\x44\x9e\x81\xba\x46\xb3\x52\xc8\x96\x36\x71\xd6\x67\x36\ -\x5c\x18\xbc\x1c\x06\x3c\xe4\x54\x93\xbe\xfe\x2a\x0f\x4e\x86\xe5\ -\xf6\x9b\x06\xa7\xa3\xf3\x11\x3d\xdd\xed\xdc\x4b\xd1\xba\x3c\x14\ -\x32\xfe\x1c\x3c\x8c\x1b\x2d\x84\xbe\x1c\xa9\x48\xb9\xe5\xec\xb8\ -\x4d\x87\xba\x50\x9d\x8e\x06\x43\xeb\x2c\xa7\x87\x66\xc2\xa9\x62\ -\x1a\x54\x58\x4a\xc4\x34\x26\xb8\x9d\xde\x9a\x26\x35\xc7\xfe\xd6\ -\x58\x83\x59\xa0\x49\x02\x7a\xd4\x0a\xd0\x5a\xcb\xbb\x51\xa0\xea\ -\xf9\x74\x40\x65\xa3\x99\x87\x88\x80\x57\xd3\xde\x1c\x40\x5c\x98\ -\x23\xf4\xe9\x6a\x4e\xa1\xa3\x21\x11\x1d\xc1\xb4\xe7\x19\x51\xd3\ -\x95\xe5\x20\x44\x4d\xa8\x79\x01\xb2\xd7\xeb\xf9\xf0\x04\x93\xc4\ -\x0b\x6d\x34\x97\x50\x0f\xad\x7e\x39\xdf\x55\xcf\xfb\x86\x5f\xb4\ -\xb4\x87\x8d\xbb\xf2\xe3\x1e\xa8\xa9\x20\x26\x1d\xb2\x4d\x8c\xca\ -\x78\x63\x8f\x89\x04\x11\x59\x04\x1e\x37\x80\x44\xaa\x48\x55\xe5\ -\xf1\x0e\x7b\xe3\xd6\x75\xc1\xbd\x3e\xf9\xb5\xd9\xc4\x33\x43\xb0\ -\x1a\xb5\xd3\xc9\x86\x5b\xee\x9c\x3e\x1a\xff\x39\xb9\x09\x97\x61\ -\xd7\xa6\x70\x65\x09\x75\xca\xfc\x6f\x9f\x6d\xae\x71\x1a\xc0\xfb\ -\x1b\x55\x59\x07\x63\x03\x19\x63\xf3\xdb\x1a\x39\x63\x2a\x7e\x7b\ -\x3e\xa6\x3d\x25\x67\x32\xed\x7f\xfd\x33\xb3\x9e\xd9\xbf\x46\x8d\ -\xbc\x31\x50\xf8\xa8\x57\x39\x34\x9e\xe8\x06\x27\x73\xda\x4a\x14\ -\x9a\x66\x06\x0e\xf6\x82\xfe\x06\x3a\xeb\xbb\x76\x76\x52\xaa\x3d\ -\x54\xfa\x65\x42\x17\xd1\x06\x46\xf7\x0c\x3a\x23\x3f\xb2\xa4\xa8\ -\x31\x8b\x62\x1f\xee\x9c\x70\x3d\x27\x8e\xd4\x9b\x23\xd7\xb8\x21\ -\x69\xa2\x4f\x66\x46\xd4\x57\x38\xc2\xe1\xd9\x4d\x71\x52\x0f\x76\ -\xc6\x3d\xa5\x16\xb8\xef\x8f\xd6\x93\xa8\x51\xc6\x3f\x54\x8e\xa7\ -\x34\x5d\x9f\x46\x9c\x46\xdc\xbb\x69\x9e\xa1\x78\xe4\xd7\xaa\x0f\ -\x76\x54\xc4\x26\x56\xea\x74\x16\xfe\x85\x4a\x55\x16\x8d\x8d\xf6\ -\x25\x86\x2a\xbf\x51\xb5\x3a\x32\x44\xcb\x28\x37\x22\x31\x1a\x8f\ -\xa9\xc6\xc7\xc5\xc4\x34\x46\xe1\xda\xe8\x40\x11\x24\x39\xc5\xc2\ -\x0d\xf1\x63\x0c\xf1\xe5\x69\xcd\x9e\x05\xb7\xbe\x15\xf4\x11\xc2\ -\x4a\xef\x48\xac\xbe\x4f\xa2\x08\xef\x23\x67\xc9\x05\xed\x2f\x3e\ -\xe8\x51\xfc\xfb\x81\x17\xe1\x6c\xfa\x7a\xe9\x30\x98\x5e\x72\x64\ -\x8e\x85\xdd\x8b\xe5\xdf\xa6\x6e\xf4\x2f\x30\xcc\xb4\x08\x6e\xc2\ -\x42\x76\x2b\x5d\xe7\x80\x8f\x69\x5d\x6f\x99\xf5\x7d\x0c\xcf\x44\ -\xff\x23\x48\x1d\x88\xda\x9b\x48\x36\x03\x84\xaf\xeb\x71\x38\xa4\ -\x9b\x23\x51\x8e\x8b\x5b\x7e\xef\xd3\xce\xb6\x15\xe5\x22\x92\xe3\ -\xdd\xa4\x6a\x00\xbf\x36\x77\xc3\xc8\x63\xe4\x7b\xd1\x11\x8a\x47\ -\xe5\x96\xd9\xa6\xa0\x6b\x51\x72\xc8\xce\xc6\x8a\xdd\x71\x26\x0e\ -\xbc\x35\x68\x9d\xae\xe1\xb8\xef\xc7\xef\x79\x9b\xde\x86\x31\x0a\ -\x31\x97\x35\xaf\x53\x01\xc6\x45\x43\x57\xb9\x2b\xaa\x82\xb6\xfa\ -\x85\xef\x0e\x95\x71\x19\xb4\x10\xcd\x9a\x20\xbd\xe7\x99\x15\x55\ -\xb7\x51\x64\x93\x4a\x86\x07\xda\x7c\x9a\xa5\x9c\x88\x7e\xa1\xa2\ -\xf2\x78\x37\xe3\x79\xab\xb9\x5e\x72\xe6\x8c\xbc\xef\xa3\x5c\xc3\ -\xcd\x06\x1f\x2f\x34\xa1\x74\x1b\x6c\xc6\x2c\x0b\xcf\x26\x68\x37\ -\x77\x44\x3d\x0c\x0e\xe6\x67\x94\xd4\x8b\xda\xff\x93\xa2\xba\x78\ -\x03\x2e\x07\x85\x2a\x2f\xc0\x2c\x9e\xaa\x28\x9b\xfa\xc0\x9a\x82\ -\xd7\x74\x7e\xa2\xc1\xbf\xa1\xed\xbf\x4d\xb1\x0b\x20\x28\x58\xb6\ -\x5f\xba\xfa\x52\x1c\xcc\x66\x6c\xae\xc9\x32\x69\xe8\x34\x70\xce\ -\x89\xbb\x46\x50\x6c\x5c\xb1\x04\x6c\x0f\x43\x56\xf0\xa3\x19\xc7\ -\x0b\x2d\xe7\x04\x6d\x8a\x2a\xd9\xcf\x36\x1d\xd9\x2a\x69\xa8\xc3\ -\xf0\xa2\xa1\xbf\xb7\x28\x72\xb7\x65\x90\xe9\x6e\xb6\xcf\xa6\xfd\ -\xb2\xc9\x95\xe7\x14\xea\x3a\x9e\x85\x3c\xdc\xc5\x26\x90\xd2\x9e\ -\x69\x50\x80\x1b\xe0\x58\x2d\xec\xf6\x6c\xa7\x32\xf2\xd1\x37\xea\ -\x17\x74\xe4\x4a\x95\xe9\xd3\x6a\xfc\xd5\x6e\xfa\xb2\xe6\x1e\x23\ -\x7d\xe8\x3f\xcf\x4c\xc1\x69\xd7\x3d\xb3\x81\xb8\x05\x68\x6b\xcb\ -\xcb\x22\xae\xef\x1e\x57\x60\x88\xbb\x83\xde\x6b\x60\x6e\x58\x92\ -\xef\x39\x21\xd2\xd2\x83\xfe\x6b\xd1\xda\xce\xbf\x8d\x99\x95\x14\ -\x53\x61\xa6\xd2\x1c\x97\x12\x0f\x69\x1e\x53\x6b\x98\x7e\xb9\x1b\ -\xfb\x04\x69\x1d\xe7\xee\x3e\xfe\x9c\x0e\xc7\x40\x1a\x7b\xe2\x59\ -\xcc\x93\xfb\x56\x53\x32\x86\x62\x8f\xdc\x07\x85\x16\xbf\xb2\x68\ -\x4e\x70\xb9\x53\x01\xc7\xef\x79\x6d\x48\x35\x0b\xd0\xb7\xda\xe1\ -\x15\x18\xfb\x97\x09\xd0\x79\xd6\x9f\x81\xc7\xf3\x9c\xd2\x3c\x61\ -\xd5\x2f\x71\x81\x6b\x80\xb9\x99\x04\xb5\x9f\xc9\xda\x1a\xf5\xce\ -\x66\xf8\xe5\x73\x49\x6a\x6b\xdf\x9a\x4f\x7d\xe4\x52\x8e\xc6\x92\ -\xe4\x7f\xae\x61\xf8\x6d\x9a\xff\xe2\xee\xd8\xf2\x4b\xdf\x81\xfe\ -\x59\xaf\x65\xfd\x44\x0b\xf7\x7d\x67\x9d\x70\xad\xa2\xf5\xed\xbd\ -\xdd\x3d\xb3\x19\x9b\xb4\xa9\x54\xd4\x17\xbf\xb9\x46\xbe\xdd\xe5\ -\x27\x2d\x54\x9a\xc6\x92\xc4\x06\x05\x71\xbe\x94\x51\x15\x1d\x9f\ -\x7f\xe5\xfa\x0d\xd7\x55\x81\xbe\xae\x2f\xb9\x37\x68\x59\xcd\x10\ -\x20\xbc\x8a\xa4\x9d\x79\x4d\xbe\xa6\xd0\xad\x7f\xfe\x53\x37\x96\ -\x4e\x9b\xde\xa7\x88\x6c\x90\x06\x65\x9a\x12\xf0\x81\x08\xb0\x56\ -\x4a\x7c\xec\xfe\xa7\x3c\xaf\xfa\x80\x60\xde\x69\x54\x8e\xd4\x9e\ -\x53\x7b\xd2\x38\x2f\xba\x56\xa5\x2f\x1f\x8d\x47\xdf\xa8\xd1\x40\ -\xa5\xed\x27\x1b\x55\x62\xbf\x20\x48\xe7\xb8\xd3\x0a\xd8\x1a\x19\ -\x8e\x97\x86\x6e\x06\x50\x97\xee\x13\x61\xd2\x42\x9c\x41\x43\x6b\ -\x30\xb8\xa1\x38\xc6\x76\x44\x3e\xed\xa4\x2c\xb4\x6b\x5a\x41\xee\ -\xc5\x4f\xcf\x43\x81\x63\xd4\x37\x3f\x4b\xef\xdb\x26\x7f\x97\x5a\ -\x08\x6b\x21\x76\x41\x75\xdb\x7d\x88\xe0\xf4\x07\x21\x6b\x1c\x58\ -\x7f\x19\x93\xd3\x6f\x63\x64\x76\x9f\x7f\xb7\x28\xa5\xe2\xa6\x66\ -\xaa\xb5\x3f\xaf\x8b\xae\x5f\x47\xcd\xe7\x58\xfb\xed\x77\x2d\x77\ -\xbd\xd3\x74\x4b\x2b\x17\x2f\x1a\xc8\x76\x15\x78\xd2\xac\xdb\x79\ -\xf0\xf4\x67\x41\x66\xef\x6c\xff\x32\xb1\x38\x50\x46\x5d\x20\x8e\ -\x69\x03\x8f\x0d\xd5\x49\xf8\x61\x9b\xdc\xf5\x3a\xe3\x82\xd1\x29\ -\xf0\x7f\x3b\x50\x7e\x6b\x62\x47\x83\xe2\xdf\x25\x38\xe6\x31\xc1\ -\x34\x11\x3f\xa5\xb6\x8b\xc0\x39\xad\xa0\x97\xf7\xc9\x44\xaf\xf4\ -\x46\x43\xd1\xf7\xa3\xe1\x3c\xf7\xc3\xde\x77\x0a\x61\x45\x04\xf7\ -\x7d\x03\xb7\xe7\x60\x5d\xd7\x28\x79\x55\x22\x0c\xef\xd0\x46\xe5\ -\x3a\xe0\xe3\xb0\xba\x2b\x2f\xed\x05\xdc\x20\xd5\xd7\x89\x4b\xd0\ -\xa8\xba\x46\x45\x1f\x0d\x04\xda\xba\xd1\xd4\x3e\x76\x8a\xa8\xc8\ -\x6f\x8d\xae\xd3\x5e\xd7\xb2\x80\xcc\x00\x55\x9c\x76\x33\x32\xe3\ -\x72\x42\x70\x68\xd3\xe8\xa4\x91\x48\xd1\xa1\x3a\x22\x0d\x0b\x28\ -\xaf\xec\x1d\x1d\xa0\x8d\x86\xbe\x23\x27\x55\x59\x02\xb7\xf7\xbd\ -\x8b\x8a\x1c\xf4\x28\x2f\xd2\xba\xe3\xda\x70\x8f\x74\xaa\x43\xb9\ -\x44\xb1\xaf\x65\xcc\x4c\x30\xfe\x14\xba\xac\x7b\x70\xf5\xed\x3d\ -\xfe\x1c\xcf\xfc\x40\x26\xc3\x04\x25\xdc\x08\xb3\xf1\xe4\x07\xd5\ -\x8f\x5e\x00\x08\x69\x7f\xae\xd3\x38\x09\xdc\xce\x47\x1d\x8e\x5c\ -\x39\x2d\x24\x72\x0d\x5a\x59\x9c\xeb\x98\xce\xd7\x01\xd5\x27\x31\ -\x81\x7b\x3d\x29\xe2\xc8\xf7\x9a\x74\xaa\x11\x00\x4e\xc5\x0c\xd0\ -\x3a\xb7\x90\x82\xeb\x5e\x98\x32\x48\xa4\xf6\x77\x67\x67\xc4\x84\ -\x84\x2a\xd0\x5d\xd1\x1c\x55\xc7\xb9\xc2\x49\x6b\x24\xf4\x5c\x24\ -\x1a\x38\xc2\x1b\x35\x7a\xae\x79\xcd\xbc\x96\xd1\x54\xdf\x9e\x2f\ -\x98\x1a\xb7\xd2\xb9\xd9\x33\xbd\x0b\xa8\xcc\xe6\xa0\x4f\xbf\xca\ -\x68\x41\x3d\x3e\x80\x17\x12\x48\x62\x94\x61\xc8\x49\x33\xd5\xc8\ -\x9a\x3b\x80\xb1\xb4\x8c\xd6\x9d\x01\xb6\xfd\xec\x55\x39\x81\x58\ -\x69\xda\x09\x4a\xcb\xfe\xb7\x69\xca\x23\x20\x34\xcf\x7d\xa7\xdd\ -\x45\xa1\xdb\x72\xb2\xde\xce\xf4\x68\xd8\x48\x2f\xa7\x3e\x72\x16\ -\xd5\x46\x21\xda\x43\xdb\xd4\x1b\x7c\x62\x2e\x06\x02\xd3\xa3\xb0\ -\xcb\xf3\x46\x90\x20\x0d\xf7\xbe\xad\x85\x3b\xab\x9c\xee\x69\xd4\ -\x68\xc0\xf2\x3a\xf0\xe9\x67\xd0\x5a\xeb\x55\xc3\xfa\x0c\xf9\x7d\ -\xd6\x69\x7d\x6a\xfc\xf6\xef\x26\x63\xc3\xa2\x9c\x5b\xce\x53\xd1\ -\x9e\x4e\x60\x08\xed\xbc\x9d\x40\x59\x81\x42\x03\x20\xe5\x7e\xba\ -\xc4\x44\xa4\x00\xf5\xf2\xa0\xd4\xb9\xcf\x9d\x69\xb4\xbb\x86\x14\ -\x6d\x91\xc6\x9a\xf8\x57\xfa\xa8\x53\xc6\xa0\xaf\x00\x1e\x0b\x4d\ -\xa7\x45\x92\xff\x5f\x52\x8b\xf3\x5d\xf5\x29\x51\xc6\xee\x1c\xef\ -\x6f\x36\xbc\xdd\x89\x15\x6e\x7c\x24\x35\x53\x56\xae\x69\x1c\xd5\ -\xd4\x26\xd6\x63\x4e\x8a\x73\xda\xff\xce\x14\x9a\x0e\x7d\xf5\xf7\ -\xd6\x5a\x80\x7c\xb0\xf1\x85\x2e\x8b\x0c\xb9\x4f\xf8\x33\xa9\x89\ -\x6b\xd0\x43\x4f\x3d\x52\xe4\x40\x3e\x6b\xa8\xa2\xad\x6a\x73\xfb\ -\x65\xd2\xa4\x95\x12\x69\xa6\xe4\x9c\x83\x81\x78\x86\xe7\x34\x7c\ -\x0c\x69\xdc\x38\x83\x1b\x65\x53\xf7\xd4\x73\x7f\x77\x99\x73\x99\ -\x4b\x2a\x26\x4d\x31\x27\x7a\x32\x1a\x67\xa1\x62\xa1\x74\xcd\x68\ -\xfc\x65\x13\x2b\xf9\x9f\xa7\x0b\xd2\xd0\xfd\xc1\xe9\xe5\xeb\x89\ -\xd6\xba\xe3\x86\x98\xf1\xf7\x31\x1e\x5f\x03\x19\x08\x3e\x6f\x34\ -\x38\x9a\xe9\xd7\xea\xf4\xec\x99\xdf\x13\x62\xb8\x14\x08\xba\x1d\ -\x26\x85\x1f\xbe\x54\xfa\x78\xa2\xbf\x91\xf5\xd3\xd1\xc4\xcc\x46\ -\x39\xe8\x52\xc4\xaf\xc5\xec\x79\x70\x55\x40\x9e\x3b\x2e\xc9\x14\ -\x52\xee\xd6\xc8\x3f\x90\xe2\x16\xb2\x67\x4d\xc0\x69\x5c\xc1\xad\ -\xb1\xc5\xaf\x45\x79\x3c\xcb\x53\x7f\xd3\x1b\xe2\x40\x3a\x5e\x1c\ -\x7b\x7d\xcc\xeb\x29\xd8\xcd\x36\x96\x40\x50\x77\x88\x34\x84\x85\ -\xb3\x80\xb0\xa1\xc6\x1e\xc8\x08\x8d\xb1\x7d\xa1\xdb\x1c\xd9\x14\ -\x41\x69\x7c\x19\xc9\x86\xfb\x57\x50\xad\x24\x2c\xdf\x99\xb0\xf8\ -\x72\x2b\x7d\xb7\xc7\x95\xc8\x37\xd8\x55\xfc\xd3\x6c\x52\xc8\x0b\ -\xf4\x2e\xc0\x1c\x4d\x3f\xfe\x1d\xc5\x9f\x34\xb6\x9e\xe8\xae\xbf\ -\x0a\x86\xa9\xb9\x16\x65\xc3\x28\x78\xa5\xba\xfd\xd6\xe0\xbe\x51\ -\x68\xdf\xd1\xf8\x9a\xe6\x88\x08\xae\xeb\xd3\x0a\xa7\xca\xb9\xd9\ -\xdb\x9e\xd9\xfa\xf3\x27\xc5\xa5\x0a\x6b\xfe\x28\xf4\x7f\xd8\x59\ -\x54\x24\x5f\x9b\x2b\xe4\x39\x22\x10\xa0\x62\xf9\x74\x0d\xb1\x0d\ -\x84\x98\x5c\xd0\xca\x2d\x46\xd4\x74\x81\xfe\x73\xf7\x9d\x74\x91\ -\xb9\x77\xf2\x06\xac\x35\x3c\x68\x4c\x3a\xbe\x7f\xbf\x08\xd2\x85\ -\xee\x7c\x66\xc4\x99\x4d\x31\x04\xb8\x69\x91\xce\x87\x2e\x52\x92\ -\x2e\xaa\xda\xb8\xd4\xd7\xd4\x8c\x9c\xba\xb6\xb1\x1f\x65\x67\xd3\ -\x93\x96\xf8\x41\x67\xe9\xb1\xb6\x01\x4c\x70\x71\xcd\xd7\x62\x40\ -\xa4\x28\xc1\x5a\xb4\x43\x78\xc3\x88\x4d\x2f\x93\x90\xf7\x29\x75\ -\x37\xbd\xc8\xcb\xab\x9f\x2b\x94\xf6\x65\xd5\x30\xad\x16\xfd\x9a\ -\x7b\x93\xd2\xf9\x13\x67\xa3\xf9\x42\x3b\x3a\x6d\x74\xc9\x03\x5e\ -\xe1\x39\x7e\xe7\xe7\xb6\xff\x69\xe7\x36\xf6\xdd\xde\xef\xac\x83\ -\x22\x04\x16\x98\xe1\xdd\x15\x87\x51\x54\xa6\xcc\x3f\x64\x7d\xa5\ -\x3e\xdb\x9f\x6f\x9a\x3a\x12\xcb\xf5\xe3\xf7\x7c\x9f\x41\xb5\x1a\ -\x3f\x4f\x47\xc0\xb0\x0a\x3f\x0c\x35\x9e\x46\x1f\xbb\xdd\x7b\x3c\ -\x68\x68\xf9\xf7\x5d\x27\xc0\x8d\xd6\xfc\x40\xbd\x0f\xd7\xcd\xdc\ -\x9f\xfe\x2c\xd8\x27\x50\xd6\xc4\xf2\xc8\x55\x9a\xae\x77\x9d\x22\ -\x16\x81\xb3\x54\x99\x5f\xde\x30\x19\xcd\x10\xbf\x1a\x1f\xf4\x49\ -\xc8\x0c\x8c\x7d\x19\x5d\x0c\x96\xc3\x61\xee\x00\x8c\xe8\x0d\xd3\ -\xfa\xee\x51\x30\xfe\xa6\xe5\x1a\x93\x9b\x63\x6a\x19\xc0\x48\xeb\ -\xb8\x87\x1e\x62\x00\x9d\x07\xe5\x4d\xe5\xcc\x9b\xc2\xb3\x81\x20\ -\x0b\x19\xcf\xda\x23\xfc\xe9\x49\x0f\xfd\xd9\xfb\xb9\xcf\x0a\x0f\ -\xb7\x30\xe0\xc5\xca\x8e\x7e\xa6\xad\x07\x20\xf5\xff\x67\x7a\xf4\ -\x36\x99\xa0\x5f\xe8\x77\xd9\x2c\x64\x23\xc2\xcf\x49\x95\xbe\x6b\ -\xac\x80\xa9\x8b\x7b\x95\x1c\x1c\x7b\xe1\xcd\xc5\x6f\xae\xf1\xf7\ -\x7b\xb9\x03\x50\x93\xba\xfd\x3f\xfc\x45\xef\x4c\x98\xb7\x67\xf6\ -\xda\x8c\xd2\x94\x5d\x9c\xdf\xf9\xb7\xce\xed\x37\xa9\x8a\x1e\xe7\ -\xe7\x00\x24\xb4\x4f\x9f\xe9\xb0\x6f\xaf\xfa\x34\xd9\x17\xad\xb9\ -\x7f\xee\x3f\xa7\xdd\xb5\x8c\xd1\xa0\x68\x4e\x0d\x98\xed\xb5\xd7\ -\x5c\x51\x2d\x93\x91\x94\x7a\xc4\x12\x77\x8d\x95\x27\x99\x8e\x89\ -\x7f\xd1\x3a\xf5\x91\x0f\xda\xf7\x7f\x97\x70\x70\x32\x62\xf6\xd8\ -\xd3\x7c\x98\x83\x24\x40\xd3\xce\xaf\x02\x09\x75\xd0\x9c\x29\x68\ -\x81\xe1\xfa\x17\x0e\x81\x7e\xe7\x2a\xc4\xea\x77\xff\x20\x8c\x02\ -\xed\x29\xe8\x7e\x7e\x7e\x74\xfa\x79\xb0\xe0\x62\x02\x3f\xa7\xb0\ -\x14\xd9\x60\xdc\xa7\x93\x47\x30\x6a\x13\x42\xfe\x12\x74\xa6\x07\ -\xff\x36\xb2\x79\xaa\xa8\x59\xcd\x29\xab\x2d\x5e\xb7\x44\x66\x5e\ -\x3e\x7a\xdd\x20\x55\xb3\x6e\x27\x13\xae\xc9\x36\x8e\x77\xc3\x17\ -\x4a\xab\xe0\x9f\x2b\x35\x04\x2f\xbc\xfb\x98\x9c\xf4\xc3\xb4\xa3\ -\x85\xd1\x2c\x6c\x14\x63\x2f\x0a\xb6\x6c\x56\xe2\x32\x8b\x07\xe8\ -\x56\xe8\xa1\xf7\x5c\xd7\xbb\x23\x5a\x51\xc8\x96\xd1\x5d\x3c\xb7\ -\xe8\xa4\x73\x30\xb3\x37\x7e\xfa\x82\x2a\x71\x6a\x7f\xdf\xa6\x49\ -\x7d\xf4\x98\xa9\xe8\x7d\x01\xc2\x44\x88\xd9\x74\x8c\x4d\x8e\x47\ -\xe1\x7a\x16\x49\xf1\xcc\x05\xda\x50\xff\x48\x97\x76\x61\xf0\x9a\ -\xd4\xb7\x27\x57\xb7\xa6\x39\x95\x65\x15\x87\x8a\xe2\x73\xcd\x7c\ -\xa2\x39\x8d\xd9\xf9\x5c\x0e\x02\x22\x7c\x36\x59\x22\x64\x66\xa3\ -\x7b\x1c\xa1\x70\xe3\x90\xfb\xc5\xd9\xee\xdf\xa8\x04\xbf\xd1\xa7\ -\x8a\xb2\xb5\x8a\x62\xd6\x35\x50\xcb\x10\xcb\x07\x6f\xf9\x2c\x50\ -\xb2\xb1\x5a\xef\x28\x12\x6b\xd3\x8d\xd1\xaf\xee\x47\x44\x7c\x50\ -\xfe\xdc\xa8\x22\x73\x6a\xa6\x88\x3a\xfe\x73\x7d\xe6\xf4\x58\x7a\ -\xa6\x5b\xe4\x4c\x38\x25\xe3\x51\xf4\xb2\x3a\xfa\x2c\x7e\xd9\x4d\ -\xcb\xde\x33\x73\xeb\xbd\x99\x8d\xc2\xd8\x8d\x07\x42\xcc\xee\x94\ -\x2c\xe9\x05\x10\xc9\xa3\x89\x55\x9f\x5e\x70\xd3\xea\x68\xf2\xfe\ -\x2b\x44\xfc\x4d\xfb\x25\x50\xcb\xdc\xf3\x9f\x1d\x39\x51\xe4\x8d\ -\x21\xe3\xb2\xd0\x60\x94\x08\xb8\x4f\x75\x44\x15\xa2\x94\x4d\xd5\ -\x58\x57\xca\x79\xe1\x3d\xbf\x3b\x46\xa1\x8e\x37\x07\xcd\x43\x23\ -\x60\xce\x73\x53\x2f\x52\x19\x3b\xcd\x15\xcf\x11\xe3\x02\x68\x3a\ -\xe8\xc2\x8f\xa6\xdd\x58\x94\x65\x14\xa0\x5d\xab\xa5\x4f\xad\x43\ -\x8a\xa4\x45\xfc\x5c\xd0\x41\x7b\x23\xbf\x84\xad\x51\xe5\x3c\x8b\ -\xa7\x48\xbe\x2e\xb0\xa0\xda\xd5\x3a\x58\x39\xe9\x41\xce\xfa\xe7\ -\x19\xae\x4d\x03\x61\xa8\x6c\x35\x55\x48\x80\x21\x00\x37\x02\xc5\ -\xde\xc2\xf2\x02\x98\x46\x56\xcf\x6c\x38\xee\x66\xf2\xa0\x53\x9f\ -\xe7\x8d\xf8\x5a\x15\x02\x5c\x67\xed\x72\x27\x3a\xad\x4b\x1e\xa5\ -\x0d\xa5\x43\xf8\xae\x19\x91\xb9\x9c\xc6\xbc\x7b\xf9\xe9\x13\x61\ -\x2e\x57\x37\xa2\x66\xbb\x9f\xa1\x8a\xa3\xf0\xce\x69\x58\x6d\x98\ -\xcc\x9b\x8b\xf7\x99\xd4\x55\x92\x66\x03\x5f\xb4\x78\x12\xb3\x29\ -\xc7\x16\xc3\x8d\xef\x3d\x59\x05\x54\x07\x29\x39\x95\x75\x32\x55\ -\xa8\x82\x6d\x63\x8a\x44\xcf\x86\x6a\x66\xee\x30\x4a\xdf\x8b\x9c\ -\xb2\xd9\xef\xf8\x1c\xe7\xc5\x3e\x40\x8f\xf6\x7b\x5a\x0b\x91\xae\ -\xe6\xff\xa2\xb1\x3a\x9b\xd6\xde\x81\x58\xd1\x18\xf6\xe9\xd3\xb1\ -\x54\xa4\xef\x99\x85\xa7\x69\xcf\x7e\x36\x3a\x12\x4e\xa0\x72\x4c\ -\x57\xe4\x5f\xef\x97\x93\x7a\x8f\xc1\x12\xa1\xe7\x04\xfa\x97\xfb\ -\x8a\x7e\x39\x63\x9e\x5a\x26\x1d\x75\x4f\xd1\x13\xb5\x3d\xb3\x3e\ -\xc1\x94\xa9\xb7\x7a\xa9\x55\xde\xfe\x77\x01\x8a\xd7\xd1\xc4\xd5\ -\xd9\x93\x79\x9b\x07\x7d\x7b\xb5\xbf\xff\xf6\x9d\xce\x7b\xf4\x0d\ -\x9c\x9c\x6b\xf1\x5d\x73\x85\xe3\x9f\xbd\xd6\x4a\xf2\x3f\x34\x77\ -\x6b\x52\xd6\xf0\xeb\xe4\xf0\xd4\x1e\xe1\x75\xd2\x34\x26\x84\x24\ -\x1e\x81\xd3\xa9\xce\x15\x78\xdb\xa2\x74\x5f\x9b\xc6\xd2\xc8\x3d\ -\x81\x85\x0e\xf8\x8a\x08\x58\xe6\xec\x51\xdd\x35\x1a\x74\xa5\x21\ -\xc5\x99\x19\x39\x4c\xef\xde\x1a\xda\x6e\x8e\xe4\xa6\x29\x2a\x32\ -\xe8\x77\x6b\x15\x63\xc9\xb1\x43\x07\xb9\xef\x02\x76\x1a\x7d\x3e\ -\xe8\xa4\x31\x39\x5b\x7e\xc7\x8d\x9a\x4a\x8a\xd9\xb6\x98\xc1\xad\ -\x9e\xad\x1c\x47\xbf\x27\x08\xe5\xa8\x3d\x28\xc0\x18\x0d\xe8\xf9\ -\xd7\x75\xef\xa6\x59\x88\x0d\xbb\xae\x3c\xd0\xbf\x91\xa3\xa1\xc1\ -\x67\x0e\xa7\x3e\xc6\x45\x8c\x1f\xfd\x82\x89\xcd\x96\x93\x29\x29\ -\x11\x02\x02\xa9\xe7\x50\xac\xcb\x45\x8d\x8d\x53\xea\xc9\xcf\xf7\ -\xed\xc9\xd2\x1c\xe7\xbd\x7d\xe8\xb5\x16\xb0\x08\xdf\xef\x37\x9b\ -\x1d\xd5\xe2\x6c\x86\x85\xe4\x8f\x6c\x43\xda\xc2\x9a\x9d\xd5\x73\ -\x50\x9c\x43\x1f\xf4\x9c\xb0\x5e\xdf\xfe\xb0\x24\x8a\x9a\xa9\x31\ -\xea\xe8\x2f\x54\xb1\xf5\x3b\x2e\x9f\x2a\x78\xed\x7f\xdf\xf7\xdd\ -\x3e\x5f\x9b\xae\xf9\xe1\x1a\x39\x19\x11\x84\xd8\xe6\xbb\x1e\x64\ -\x66\x79\x20\x93\x8a\x5c\x97\xdf\xbd\x7f\x1a\x1f\xdd\xf5\x6e\xe6\ -\xe6\x60\x39\x18\xf7\x77\x4c\xc2\xc3\x65\x8c\xc2\xa5\x2c\x72\x28\ -\xc2\x76\xbc\x77\xf3\x83\xab\x6e\x82\x69\x49\x11\x80\x19\x33\x88\ -\xfc\x45\xd9\xf1\x5f\xe6\x8a\xe6\xbf\x9b\x55\xf1\x7f\xef\x1f\x2c\ -\x88\xd9\x7a\xae\x26\xae\x4d\x3d\xce\x77\x04\xc3\x2a\x96\x99\x9c\ -\x80\xc1\x8b\x33\x5c\xba\x37\x4c\x25\x18\xdc\xf8\x7e\x7f\xd2\x7d\ -\xc6\x8a\x04\x4a\x34\x15\x20\xfc\xfd\xfe\x07\xd7\xf5\xc7\x91\x97\ -\x98\x76\xdc\x49\x9f\xf9\xb9\xf7\xeb\xa1\x48\x41\xd5\x8c\x4b\x91\ -\x5a\x19\x45\x3d\xf1\x5b\x8a\xda\x72\xd0\x41\x89\xa8\xbd\x9f\xa6\ -\x69\x40\x59\x7a\x06\x55\x6a\x22\x42\x2d\xe0\x96\xfc\xa2\x50\x69\ -\xc5\x85\x0c\x5a\x40\x8f\x15\xa8\xef\x61\xd9\x17\x65\x9e\x31\x4d\ -\x1c\xae\xeb\x63\xfb\xcb\x9f\xc5\x63\x72\x17\x39\x64\x52\xb4\x5a\ -\x6e\x42\xd6\x45\xcb\x72\x58\xd8\xc7\xfd\xcc\x8d\x0f\x5f\x94\x33\ -\xcb\xfe\x2a\xbb\xd8\x10\x64\x27\x46\xb6\x83\x92\xc4\x85\x88\x67\ -\x21\xc3\xf8\xd2\x7f\xfb\x5a\x64\x94\x15\xb5\x53\x24\x88\x81\xfb\ -\xa7\x0a\x6f\x2d\x10\x43\x3d\x01\xf0\xbb\xff\x5a\xbe\x14\xad\x66\ -\x7b\x6d\x34\x02\x5e\x84\x9f\xfb\xc6\x22\xe3\xf2\x6b\x5b\xf3\x76\ -\xa8\x02\x5f\xfd\x9b\x74\x81\x8b\x18\x12\x79\xbd\xba\xb0\x40\xd8\ -\x6e\x45\x1f\x26\x17\x9a\x94\x65\xcd\x1c\x32\x71\x47\x21\x86\x71\ -\xdf\x41\x8c\xb5\x0c\x0d\xfe\xe6\xc4\x98\x3c\xb1\xdd\x80\x84\x45\ -\x0b\xa4\x1b\x02\x4e\xba\x21\x27\xea\x16\xb5\x8c\x62\xe3\x27\xdf\ -\x9f\x51\x34\x1c\x94\x02\x83\x97\xe7\xcc\x51\x15\x6a\x51\xe0\x83\ -\xad\xc8\xff\x8a\x66\xda\x3d\x9f\x05\x02\xab\x07\xec\xfa\xca\x27\ -\xa9\xbd\xe5\x6b\x75\xe7\x5e\x9a\x13\xb8\xb5\x2c\x79\x2b\x6c\xcd\ -\x57\x2b\xd0\x44\x4b\x5f\xf7\xfd\xfe\xf5\xb3\x63\xa2\x8f\xd1\xca\ -\xfc\x15\xbb\x5f\x08\xdb\x1a\xd9\x0e\x12\x28\xe3\xa6\xdb\x1b\x36\ -\xf5\xbf\x7f\xfb\x74\x6d\x7b\x46\x54\xd0\x57\x3e\xb0\x47\x3d\x8b\ -\xcd\x8d\x0d\x96\x1f\x3f\xbb\x14\x14\xf1\x13\xce\x9e\xdc\xdf\xbf\ -\xc3\xdd\x6c\xad\xd6\xcc\x13\x46\x4e\x90\x19\xb6\x28\x84\x6e\xc0\ -\x5d\x58\xf7\xfe\x5b\xeb\x33\x5d\xee\xea\xbc\xf8\xee\x1f\xa7\xa9\ -\x02\xd7\x87\x3d\xaf\xab\x99\x1c\xdc\xf7\x43\x3f\xba\x1a\xd5\xdd\ -\x72\xae\xd8\xa9\x64\x94\xe7\x3b\x20\xb8\xf2\x3c\x0c\xad\x54\xa7\ -\x1d\xd2\xd0\x08\xc4\x5e\x55\x0f\xca\x8d\x98\x86\xef\xbe\xcd\x00\ -\x69\x45\x23\x1d\x28\xb6\x51\x1e\x45\x7f\x1a\x30\xb5\x2a\x13\x2a\ -\xe9\xfc\x77\x2b\xda\x16\x74\xfb\x84\x68\xd9\x7e\xdd\xf2\x9f\x7c\ -\xbe\xa3\xc0\x0e\x30\x43\x1a\xbd\x5c\x4b\xcb\x1d\x6e\xc5\x49\x42\ -\xd2\x16\xac\xdd\x1a\x99\xc8\x99\x2b\xeb\x7b\x9f\x82\x91\xdb\x38\ -\xef\xd8\xbf\x48\x5d\x48\x80\xba\x76\x5e\xdc\xbf\x4e\x82\xec\x3e\ -\xfc\x99\x53\x39\xcc\xc2\x5c\xda\xf4\xa2\xef\x8f\xbc\xcf\xee\x6f\ -\xde\xaf\x08\x33\x2e\x2a\x1a\x93\x05\x19\xb3\xdf\x67\x65\x26\x55\ -\x9a\x99\xd2\x56\xb2\x8d\xd2\x93\x2d\x22\x3e\xd1\x8d\x46\x96\x58\ -\x9b\x8a\x0c\xcd\x34\xa3\x1a\xcc\xce\xda\x50\x42\xe6\x14\x9d\x4e\ -\x71\x71\x17\x06\xd5\xbc\xdf\x2d\xc1\x3c\x15\x11\xdc\x6d\xe2\xdc\ -\xd7\x7d\xe6\x24\x7d\x7f\x8e\xda\x6a\x0f\xc6\x4d\xe4\x54\x66\x59\ -\x94\x0d\xbc\x9d\xb7\xdf\x34\x6d\x5a\xa3\xf1\x0d\x6a\xf6\x6e\x77\ -\x33\x77\x50\x8b\x2c\x46\x23\xee\xe7\xc7\x04\xd8\xdf\xd5\x4d\x77\ -\x1a\x84\x9d\xd4\x45\x65\x4c\xd3\xa8\x94\xb1\x50\x5b\x1f\xff\xfd\ -\x6c\xbc\xda\x3a\xd8\xd8\x19\xe2\x1c\x4c\xa6\xa2\xed\x2d\xdc\x62\ -\xcf\x07\x8d\xf2\xbd\x73\x83\xdc\x10\xb9\xb3\xd6\x0d\xc0\x26\xfc\ -\x05\x16\xc8\x73\xb0\xc8\x0c\xcc\x22\x1a\x42\xcb\x4c\xe1\x86\xd7\ -\xa7\xba\x7c\x02\xea\xba\x56\x22\xf0\x82\xdf\x8f\x3d\xc7\xac\xeb\ -\xc3\x17\xbe\xfa\x3d\xcc\x92\xfe\xe4\x6a\x24\x10\xbe\x74\x83\xf9\ -\x32\x13\x9f\x80\xb4\x7c\xa2\x45\x74\x61\x87\x4b\xe1\xd0\x29\x17\ -\x88\x21\xf2\x93\xeb\xda\xf4\xc4\xdd\xb4\x8b\xb1\xd5\xa0\x7d\x03\ -\x3a\x29\x63\x67\xd2\x8d\x59\x25\x7b\x82\x02\x18\x05\xec\x79\x53\ -\xb7\xfc\xcd\x5a\xd4\x32\xa8\x74\xb0\x8f\x7e\x7e\x7e\xf0\x59\xcb\ -\xe1\x53\x6e\xe0\x80\xfd\x8e\xef\xfd\x77\x9c\xcd\x41\xcd\x67\xd8\ -\x9a\xbc\x7f\x6e\x37\xc4\x62\x28\x7e\x00\xfd\x03\xc5\x8f\x53\x01\ -\x5b\xde\xd3\x93\x8b\xcc\x87\x13\x5d\x51\x19\x36\x29\xd6\xfa\x78\ -\x42\x72\x85\xe8\x92\xeb\x93\x88\x14\xe0\x6b\xf2\x54\x81\xc3\x92\ -\xfc\x9a\xc5\x6a\xd2\x3a\x14\x2c\x8a\xcf\xe7\xcf\xe1\xca\xb1\xaa\ -\x33\x97\xe0\xcb\x17\xb7\x93\x18\x07\x75\x64\x76\xc7\x39\x7d\xf2\ -\x32\x2b\x9a\x84\x0a\x04\x6a\xa3\x54\xc2\x40\x59\x4f\xe4\x59\x48\ -\x9b\xed\xe9\x53\x48\x6a\x39\x53\x53\x73\x75\x3e\x83\x6b\xe4\x04\ -\x4c\x64\xd9\xde\xcb\xca\x3f\xcf\x99\x99\x54\x23\xdb\xb5\x3e\x9e\ -\x96\x2d\x39\xba\x0e\x51\x70\x6c\x8e\x31\x96\x3f\xf8\xf0\xd7\x55\ -\xb4\x11\x6a\x29\xe4\xf1\x0e\x44\xf0\xb4\xbe\x6e\xab\x61\xb5\x67\ -\xbd\xf7\x4e\xeb\xcf\x38\xa8\x42\xfb\x63\x07\xd4\xf2\x03\xe0\xca\ -\xf5\xb6\xb8\xfe\x79\xb7\xcd\x9c\x68\x4e\x1f\x51\x4f\x2d\x57\x37\ -\x57\xb1\x35\x75\x8f\x64\xef\x13\x91\xa3\xe3\x5d\x26\xe2\x41\xa7\ -\x73\x5d\x04\x44\x37\xce\xb8\x4e\x44\xd9\xd6\xfa\x95\xcf\x5d\x01\ -\x2b\x70\x46\xe6\x87\x54\xe1\xf4\x32\x75\xfc\xe3\xcf\x27\x0e\x8c\ -\x87\x8b\xd0\x2a\xfb\xdd\x74\xe6\x69\x61\x7b\xdc\x10\xaa\x13\x55\ -\x09\xe1\xe9\xaf\xba\xb5\x3e\x69\x68\x9c\xf4\x70\x5b\x22\x2c\xd0\ -\xd5\x04\xbe\xfa\x32\xf9\x11\x9b\xce\x71\xd0\xf9\x88\x0c\xa5\x8b\ -\xc4\xf2\x1c\x93\x5b\x20\x2c\x48\xa1\xb4\x61\x91\xb8\xde\x2c\x6c\ -\x42\x19\xc7\x52\x0b\xde\x43\x4d\x19\x50\xe8\xfa\x98\xea\x51\x98\ -\x4e\xec\xa4\x3d\x44\x0e\x8a\xc8\xc6\x1f\x37\x3f\x99\xb9\x50\x6d\ -\xda\xc1\x48\x41\x7e\xd1\x21\xb9\x4d\xa6\xd6\xa1\x0b\x58\x73\x7f\ -\x6b\xc5\x4a\xf4\x86\xbb\xa8\x1b\x65\x7c\x92\xf4\xe5\xfe\x1e\x5e\ -\x84\xc3\xdd\x64\x8e\xf0\x69\x06\x3e\x9e\x36\x9f\x13\x36\xbf\xb2\ -\x0e\x8a\x77\x00\x39\x0a\xe0\xa2\x2b\xa7\xfc\x1d\x50\x08\x5b\x5b\ -\x34\x9c\x5f\x31\x23\x35\xce\x86\xc9\x09\xbe\x9e\xe3\x65\x80\xd0\ -\xc2\x1a\xc5\x44\x4c\xc1\x9c\xec\x97\x94\x5a\x43\x6b\x5b\x81\xe0\ -\x21\xe0\x4c\x57\x81\x11\xc4\x43\x8f\x47\x24\x58\x4c\x56\x1c\xbb\ -\xb6\x40\x3d\xdc\x59\x3c\xae\x40\x22\x98\x37\xdd\xa3\x24\xc8\xc2\ -\x80\x2a\x2e\x07\x08\x22\x6f\xae\x80\x0b\x34\x61\xf6\x74\xcb\xbc\ -\x88\x32\xac\x35\x45\xef\xaa\x90\xad\x65\x8f\x1f\xeb\x6f\x79\xb8\ -\x2d\xf0\xd0\xf8\x42\xf7\xcb\xfd\x59\x61\x9e\x44\x84\xcd\x4d\x43\ -\x3a\x2c\x90\x29\x01\x6f\xca\x29\x4c\xa7\x25\xbb\x6b\x6b\x8c\x6c\ -\x3b\x6d\x99\x82\xae\x85\x39\x31\x8e\x00\x78\x6d\x5a\xc9\xe5\x67\ -\x8f\xb2\xa1\xc5\xc7\x24\xc8\xc2\xc4\x4b\x3b\x67\xeb\xee\x0b\xd9\ -\xdd\xd0\xa1\x68\xa6\x35\x84\x37\x06\x45\xe4\xcc\xbd\x4d\x0a\x6c\ -\x4f\x4b\x05\xd2\xb2\xa4\x30\x3c\x34\x16\x5d\x90\xa5\x59\x7c\xaf\ -\x66\x66\x80\x64\x90\x24\x70\x10\x5a\xe0\x78\xff\x79\xce\x7b\x0c\ -\x42\xd0\x42\x7f\x61\x2c\xbc\x65\xee\x75\x40\xb4\x4f\xb0\xd6\x2a\ -\x8d\xad\x26\xc5\x7f\xe5\x5e\xe3\xf5\xf1\x22\x2d\x24\x06\x3b\x41\ -\x0d\xa3\x6e\x79\x13\x1b\x4c\x0e\xda\xb9\x0f\x13\xf9\xcf\xdc\xa7\ -\x6a\xd9\xa8\x3d\xef\xd1\x09\x9c\x26\x0d\xa9\xe9\x6b\x73\x1f\xca\ -\xb9\x7e\xe6\x80\x4d\x63\x26\xcd\x89\xff\x30\x22\xca\xc6\x49\x5f\ -\xcd\x43\x9e\x53\x2a\x3f\x5f\x63\xa2\x4f\x73\xb2\xa9\x7a\x5b\x10\ -\xf7\x83\x5d\xd2\x68\x98\x74\xe5\x5e\xed\x4e\x99\x68\x7a\xde\x27\ -\x9d\xf0\xdf\x73\x29\xfb\x84\xe1\xba\xae\x07\xfd\xd2\x42\xb5\xe7\ -\x7d\x69\x7d\xdd\x49\x13\x94\xe7\xc4\x4f\xe7\xf3\xcc\x61\x85\x8d\ -\xf0\xb1\x82\xf2\xe6\x62\x43\x73\xdd\x34\xa6\x84\x39\x0a\xef\x04\ -\xa6\x4d\x73\xaa\xbf\x4e\xd3\x44\x02\xd0\xd1\xcc\x9e\x23\x50\x66\ -\xd8\x41\x82\x6e\x1d\xc0\xcb\x06\x49\x69\x1a\xc5\xf2\x96\x5e\x26\ -\x78\x35\x39\xa2\x94\x73\x98\x51\x07\xc7\xdd\x43\x02\xa2\x2b\x01\ -\xd3\x0e\xd6\x47\x83\x6b\x51\x51\xe6\x8c\x6b\xb9\x51\x36\x01\x96\ -\xe6\x02\xab\xcc\x8d\x4a\xf8\xf4\x66\xf8\xf0\xf2\xc6\x73\x4f\xd9\ -\x47\x34\x8f\x8c\xf4\x43\xa8\xbc\x2f\x0b\x4f\xe6\xa0\xf7\xb5\xc8\ -\xa0\xa4\x9a\x89\x56\xfd\xab\xa5\x7f\x2d\x8a\xab\x8e\xbf\x47\x5a\ -\x22\x5e\xf2\x3b\xa5\xf4\xfb\xf2\x30\xa6\xb9\x18\x15\xa8\xf7\x98\ -\x98\x44\xa7\x29\xfd\x10\xaa\xe0\xbf\xe8\x94\xb3\x30\xa7\xee\x2e\ -\xe3\x0f\xde\x83\x84\xdf\x0c\x00\xe2\xe0\xa6\x66\x47\x4c\xa8\x09\ -\x0a\x9c\xfa\x97\xf9\x0c\xe6\x8e\x5d\x88\x0c\x01\xb4\x35\xf5\x19\ -\xe9\xb2\xd2\xac\x10\x23\xd5\xfe\xb4\xa2\xe6\x3c\xcc\x8e\xa1\x2b\ -\xcd\xd1\xf3\xf2\x84\xf6\x64\xfb\xe7\x84\x8b\x53\x5c\x5d\x1a\x0e\ -\xca\x6f\xaf\x14\x1a\xb3\x66\xb4\x31\x4f\x80\xc1\xb1\x55\x82\x21\ -\xef\xbd\xa9\x75\xba\xdc\xc9\x2b\xef\xd4\x1a\x75\xdd\x99\x84\x48\ -\x36\x0e\x82\x4e\x45\x1c\xa3\xf1\xfb\xa0\xdb\x29\x98\xab\x41\x66\ -\xe2\x71\xa9\x84\x2b\x5f\xa4\x76\xe7\xcf\xf2\x0b\xff\x5a\xeb\xe1\ -\x8c\xb7\x1c\x01\x50\x0f\x42\x35\x4b\xf3\x69\x47\x1f\x9b\x21\xc1\ -\x1d\x51\xdb\x64\xed\xb9\x74\x07\xc8\x37\x6a\x44\x4f\x84\x47\x6b\ -\xb0\x07\xfa\x4b\x47\xb6\xd7\x91\x8b\xa6\x84\x43\x97\xf2\x04\x16\ -\xfe\x8d\x32\xf8\xce\x17\xd7\x0a\x8b\xc4\xb3\x99\x9e\x87\xf1\x14\ -\x7d\x76\x23\x96\x32\x3c\xd0\x91\xbb\x74\x4e\xbf\x7a\xa1\x7f\x36\ -\x95\xfd\xfb\xcf\x1c\x1a\x4d\xf1\xe9\x70\x01\x52\xc9\xe0\x5d\x4e\ -\xfd\x06\x0d\x56\xf9\x9b\xe3\x51\x8f\xe1\xad\x8c\x1f\x01\xd3\x67\ -\x22\xfe\x7e\xb0\x29\x08\x9b\x22\x90\x9a\x7e\xa5\x5c\xa4\xed\xfa\ -\x01\x5c\xa4\xcb\xe8\xb5\xa6\x36\x50\xc5\xce\x10\xb5\xa2\x45\xb6\ -\x64\x51\x46\x5a\x53\xc9\xa0\x38\xd4\x3a\x7a\xd2\x3e\xb6\x6e\x6f\ -\x98\x5f\xac\xc2\x13\xb9\x6d\x24\x95\xc0\x67\x38\x67\xb3\x15\x0c\ -\xec\xa5\x4c\xda\xfa\x52\x4c\x06\x75\x50\xb1\xcb\x3d\xcf\x1a\x53\ -\x66\x34\x9a\x67\xed\x1d\x45\x5d\x26\x1b\x68\xee\x85\xa5\xcf\xb4\ -\xbe\x3e\xf4\x91\xbb\x0d\x5d\xf6\xa0\x57\x67\x37\xad\xda\x74\x0c\ -\x2e\xdc\xd6\xa7\x33\x66\xa7\x46\xd7\x5a\xad\xc6\x89\x06\xcf\x9f\ -\x33\x83\x86\x1a\xb9\x54\xc5\xa8\x6e\xba\x68\x34\xd4\x27\xa5\xb5\ -\xe7\xdf\x19\x95\xda\x26\x2c\x19\xe7\xd0\xa8\xae\x9d\x26\xb7\x62\ -\xaa\xa5\x65\x01\x9f\x43\x65\x36\x0d\x8d\xb2\x01\x57\x23\x2b\x87\ -\x22\xaf\x8f\xf3\x9e\x50\x37\x34\x08\x57\xc3\xbe\x67\xd9\xcd\x81\ -\x24\x6f\x2f\x19\xcc\x85\x61\x98\x21\xce\xcb\xe3\x0e\xec\xac\x71\ -\x4f\xf5\xa0\xd2\xf8\x1e\xdd\xfd\xbb\x3b\xd4\x99\xbc\x31\x80\x38\ -\x19\x93\x13\x8d\x42\x44\x2b\x7a\x43\x0e\x4a\x75\xa7\x6f\x5a\xe1\ -\x8a\x07\xa5\xaf\x42\xc9\xa3\xd9\xe1\x2a\xbe\x41\x49\x77\x2e\x34\ -\xa0\x4f\x76\x7f\x3b\x1f\xc5\x1b\x8b\x02\xf5\xa6\xf6\xb6\x05\xbb\ -\xe2\x49\x23\x4a\x8d\x8b\x72\x51\x48\x1b\x28\x98\x49\xde\x30\xb1\ -\x7a\xa7\x5c\x17\xbb\x43\x86\x09\xcc\xa4\xd8\x35\x83\x9b\xc3\x7a\ -\xfb\xed\x7b\x8d\x2c\xa4\x07\x1d\x8e\x9b\xce\xae\xe7\x3f\x05\xd5\ -\xe9\x1a\x05\x78\x34\x4d\xf5\x9f\x32\xf1\xd0\x63\xda\x12\x5f\x6b\ -\x02\x6a\x9c\x0c\x0b\xb8\x06\x56\xf9\x77\x73\x8a\x27\x75\x50\xc7\ -\x1d\x16\x0d\xfa\xd4\x4c\x51\x02\xcf\xda\xde\x77\x50\x51\xeb\xe7\ -\xfb\xf9\x92\x13\x68\x19\xe6\x3a\x4f\x8d\x12\x3f\x73\xa9\xa4\x83\ -\xea\xc5\xfe\xa8\xfd\x7e\xcd\x9c\x35\xd0\x70\x10\x3d\x33\x59\x9f\ -\x0e\xc9\xfc\xa2\x09\xe3\xd4\xfa\xf4\x08\x08\x0a\x73\xac\xf6\x0e\ -\x84\x0f\x6d\xe5\x4b\xee\xf4\x69\xc1\x12\xf4\x7e\x34\x53\x05\x6c\ -\x19\x35\xaa\xba\x03\x29\x13\x0d\x47\xc9\x01\xec\x2b\xc0\x8b\xeb\ -\xce\x11\x67\x3f\x68\xc9\x44\xfa\xf4\x8c\xbd\x88\xae\x26\xa0\xd1\ -\x6a\x9d\x46\x5e\x67\x3f\xda\xf7\x76\xda\x9c\x07\x43\xa6\xa6\x9e\ -\xc4\x27\x61\xf4\x78\xaf\x1c\x1a\xab\x34\x9d\x9c\x4c\x82\xaa\x57\ -\x2c\x50\xfd\x8c\x4e\x20\x0a\x6b\x27\xa4\x75\x7b\x00\x6e\xdc\xa2\ -\x65\x38\x58\x04\xb9\x06\x25\xef\x58\x75\x8d\x6f\x9a\x0f\xc5\xdd\ -\xaa\x05\x26\x07\xb3\x39\x75\xd6\xe8\x99\x5b\x02\xd2\x77\x19\x5d\ -\x18\xd2\x88\xb0\x87\xc2\xa3\x34\x69\xca\xb8\xa2\xa0\x1b\x23\xcf\ -\x43\x4f\xd5\x0f\x37\x6d\xf6\x8e\xcc\x0b\xbc\xce\x50\xbc\xa2\x8d\ -\x59\x61\xf6\xb4\xe3\x45\xe3\x8e\x87\x9b\x57\x34\x6a\x45\xe3\xb3\ -\x43\xf3\x1e\x96\xcb\x1d\x6d\xfe\xfe\xa2\x69\xf2\x2d\xc7\x84\x15\ -\xc1\xc4\xa2\xcf\xef\xb4\xf8\x19\x2c\x3b\x34\x12\xfa\x10\xae\x47\ -\xe3\x18\xb4\xc4\xfe\x67\x63\xd1\x81\x5a\x38\xf0\x30\x4d\x78\xe7\ -\x01\x73\x5c\xfc\xeb\x7a\xb8\xd7\xcd\x89\x84\x6f\xf8\x9c\x22\x7a\ -\xbe\x81\x98\xd5\xfb\x45\x8c\x3b\xaf\x77\xfb\x99\x17\x5d\xf0\x01\ -\x6a\x9a\x43\x6c\x0f\x01\xee\xcd\x66\x01\xb7\xd2\xc4\x8f\x32\x68\ -\x67\xaf\xa8\x5e\x6b\x02\xfa\x67\xdf\x7b\x1b\x93\xd2\x35\x74\x0c\ -\x40\x58\x71\x26\xa0\x2a\x85\xc0\x9d\x41\x9f\xb2\x23\x9d\x17\xd9\ -\xbb\x4e\xa7\x23\x17\x81\x46\x88\xca\xa0\x07\x75\xc1\xe5\x6f\xa8\ -\xa4\x1c\xfc\xee\x31\xd5\x51\x80\x56\x2b\xf4\x5e\x36\xd8\xd2\x95\ -\xc1\xa1\x27\x62\x93\x21\xb8\x0d\x31\x4e\xda\x46\x1c\x30\x5b\x12\ -\x1d\x3a\x4d\x53\x4e\xe1\x67\xa7\x08\xf6\x8b\xa7\x4f\x05\xea\xe2\ -\x93\x47\x63\xf8\xa6\xf7\xba\x5a\x61\x23\x69\xa4\xe0\x34\x04\x5c\ -\xe9\x9e\xc5\x1e\x7d\x10\x48\x7e\x50\xb5\xba\x56\xdd\x74\x6e\xed\ -\xfb\x32\xbb\xb9\x05\x8f\x89\x5d\x0f\xfd\x13\x4c\x54\x3d\x2e\xe7\ -\x7a\x4e\x15\xa0\xf9\xc6\x6f\x97\xad\xce\x3c\x8a\x4c\x8f\x42\xeb\ -\x23\x63\xe7\x04\x8b\x4e\x44\xb1\x1a\xa7\x9d\x46\x38\x42\xd6\x64\ -\x2e\xb9\x66\x20\x78\xa3\xb5\x66\xa9\xd6\x34\xce\x74\xd8\x43\x5f\ -\x91\xc7\x01\xcd\x48\x00\xa3\x49\xef\x56\xcc\x69\x33\x19\xa8\x73\ -\x2e\xea\xc3\x37\x53\x04\x6b\xa8\x1c\x89\x73\x10\xae\xd3\xb4\x28\ -\x82\xd9\x65\x0f\x33\x8b\x74\x41\x25\xd7\xc7\x89\x8e\x69\x55\x0e\ -\x67\xdd\x6c\x83\x83\x16\xe6\x19\x85\x5b\x9b\x3d\x7a\xa3\x6f\x46\ -\xe3\x2a\xba\x0c\x88\x0b\x7d\x1d\xa4\x1a\x02\x8f\xf5\x30\x4d\x35\ -\x0d\x30\xef\x3d\xd3\xac\xc2\x2d\x55\x3c\x4b\x2d\x0b\xf3\x2a\x90\ -\xa3\xc1\x9c\x1a\x2e\x23\x16\xa7\x76\xd1\x41\x8a\xde\x24\xb2\x71\ -\xc5\xf3\xe7\xf3\x51\x11\x11\x11\x58\x3c\xee\xa1\x0b\xbb\x7d\x62\ -\x52\x6e\xc9\xd4\x8c\x00\x7a\xe2\x59\x4d\x87\x78\x58\x76\x37\x63\ -\x25\x2c\x6b\xda\x50\xeb\x97\xb9\x53\x4f\xce\x7d\xdb\x27\xd7\x11\ -\x21\x20\xc7\x84\x25\x9a\xa9\x3b\x69\xb9\x19\x4b\xc4\xf7\x04\x66\ -\x84\x1b\x85\x0c\x2f\x3a\x6a\x3e\x42\x71\x9f\x5a\x99\x9a\xa8\x53\ -\x52\xec\x6a\x3a\xb1\xda\xb4\xbd\x18\x07\x95\x4d\xf6\xf5\x9f\xd9\ -\x8c\xa4\x58\x4b\x4f\x29\x6b\x38\x14\x9f\x93\x01\x33\x35\x90\x76\ -\x67\xbb\x15\xbe\xee\x09\x9c\x10\x0d\xaa\x53\xd2\x81\xd7\x73\x92\ -\x3d\xcb\xee\x35\xa8\x43\x7a\xd8\x70\x97\x96\x0b\xcf\xf3\x45\x7f\ -\x71\x35\xcc\x35\x20\x60\x3f\xd3\xc5\x41\x5d\xc6\x49\x97\x12\x6f\ -\x48\xf8\xe1\xa8\xd6\x33\x44\x2b\xeb\x4e\xa6\x79\x93\xb2\x4f\x29\ -\xa8\x26\xd2\x8a\xd4\xa6\x12\xce\x30\xeb\x53\x13\xba\x6b\x1d\xf8\ -\x9e\x4a\xad\x4f\xd2\x5e\x4b\xf3\x62\x75\x6e\x6b\x46\x38\x8a\x56\ -\x69\x66\x34\x5d\x57\x76\xfd\xab\x86\xc9\xee\x1f\xfa\xd5\xbd\x57\ -\x40\xff\x6a\xe6\x31\xd7\x8c\xfe\x02\xde\x3d\x63\x50\x44\xc4\x1d\ -\x03\x83\xa1\x45\xc9\x9a\x20\x2a\x33\x2b\x3e\x1d\xb5\x69\x6a\x2a\ -\xb7\x52\xb6\x62\xd4\xee\xc0\xbc\x9b\x9d\xce\xaf\xcc\x90\xbd\xb3\ -\x5b\xd6\xa8\xda\xd2\xbd\xd7\xe7\xf0\xc1\xd8\x80\x79\x19\x2c\x72\ -\xda\xa6\x96\x0c\x47\x47\xf3\xa5\x09\x7c\xea\xe3\x9d\xd6\xde\x25\ -\x34\xda\x28\x6a\x4a\xb3\xa2\x0e\x42\xdd\x0d\xd4\xfb\x82\x70\x74\ -\x45\xbb\xe3\xfd\x1e\x33\x5a\x9f\x0c\xe6\x83\xfd\x6e\x4d\x66\x9a\ -\x34\x6f\x69\xc9\x66\x4b\x70\x39\xf5\x12\x7a\xfa\x02\xd8\x54\x3d\ -\x26\x56\xec\xf7\x82\x8d\xd5\x76\x3d\x03\xd1\xa1\x35\x8b\xb3\x27\ -\x29\xd2\x1c\xae\xdd\xe4\x67\x85\x3f\x2b\xae\x66\x54\xc5\x18\x61\ -\xbf\xe5\x6d\xde\xf0\x3b\xb4\x85\xa5\xe7\xc4\x0a\x38\x33\x11\x56\ -\x22\x3f\xe2\x54\x12\xf8\xc8\xd8\x90\x35\x64\x53\x95\xd6\x8c\x8d\ -\xb3\x5b\xfc\x51\x76\xbc\x4d\xe6\x61\xf8\x96\xc5\xb3\x38\x27\x25\ -\x44\xcb\x05\xd8\x3a\xc6\xba\xa7\x80\x51\xe8\xa0\xb6\xa4\xed\x6d\ -\x4b\x11\x5f\x34\xf8\xa9\x7d\x42\x54\xc5\x73\x1b\x93\x1f\x26\x14\ -\xf1\x52\xfa\x88\xd2\x36\x96\x2f\x74\x3d\xb2\x16\x98\x2a\x05\x9b\ -\x30\x28\x96\xdd\xa9\x44\x1f\x1b\x9f\x9b\xf6\x64\x99\xd3\x61\xd2\ -\xa8\xae\xcc\xcd\x79\xcb\x1b\xb0\xc6\x73\x37\xad\x10\x81\xf8\x32\ -\xf7\x98\xfc\x3e\xd3\xfd\xb0\x1f\x1e\x9d\x2e\xd2\xb9\xa5\x55\xe4\ -\x7e\x5e\xb5\x39\xf1\xee\xef\xef\x86\x92\xb6\xa0\xd4\x42\x85\xc4\ -\x51\xfb\xd0\x85\xa5\x5b\x61\x16\xd8\x84\xb5\x78\xda\xd5\x2e\xb7\ -\x02\xde\x8e\xf1\x2b\xbd\x8a\x3c\xdf\x1c\x7d\xba\xd5\x67\xe6\xab\ -\xf1\x41\xe3\x4b\x3d\x09\xbd\x07\x46\x6b\x8d\xb4\x23\x60\x76\x30\ -\x44\xcf\x89\x15\x63\x64\x61\x0c\x14\x90\xe6\xcf\x3f\x05\xc6\x27\ -\xcd\x24\xf4\x70\x68\x28\x7a\x14\xc6\x89\xc4\xb8\x05\xf7\x23\xec\ -\x51\xca\xbe\x74\x4e\x90\x3b\xc5\x6c\xda\xb8\xf6\x0b\xcb\x86\x0a\ -\x94\x02\x4e\x71\x9e\x72\x45\x31\x4c\xcb\xfc\x7f\x33\xf8\xd8\x1d\ -\x81\x0f\xcd\xcf\x8b\x31\x8a\x36\x97\xbc\x89\x16\xbe\x1b\xe5\xc4\ -\xfa\xe4\x40\x62\xa3\xb8\x57\x4d\x93\x16\xd3\xa7\xb0\xd9\x50\xb4\ -\x89\x4a\x1c\xca\xdd\xd1\xcd\xfe\xfb\x86\x8a\x37\x3e\x61\x71\x2c\ -\x41\xe1\x34\x21\xff\x09\x92\x74\xb3\xa8\x95\xa1\xdf\xf6\xbe\x49\ -\xcb\x14\x27\xa6\x7f\xd2\xa6\xe6\xe4\x39\x1d\x39\xf9\xd6\xd9\x3c\ -\xa1\xe5\x0a\x75\xaa\x74\x77\x83\x03\x76\x6b\x18\x57\x7e\x9e\x49\ -\xc7\x89\xb5\xce\x69\xdb\x2c\x8f\x34\x47\x5c\x00\x00\x20\x00\x49\ -\x44\x41\x54\xc4\xe0\x9c\x60\xd8\xaf\xda\x5a\x96\xbc\xfa\x16\xbd\ -\xd0\x1a\x01\x11\x34\x8d\x0f\x7b\x11\x1b\x45\x13\xf9\x04\xce\x91\ -\x63\x0d\xbd\xa6\x4d\x75\x9e\xc1\xa4\x28\x93\x83\x11\xb2\xa8\x79\ -\x86\x10\x99\x46\x41\x5d\xd8\xcc\xd0\x34\x33\xaa\x62\x67\xc5\x97\ -\xf5\xfb\x41\x20\x5d\xf0\x1e\xae\x4f\x49\xf7\x26\x2c\x9f\x98\xaa\ -\xae\x66\x26\xe0\x3a\x14\xa0\x39\xdb\x96\xe3\xe0\x52\xcd\x1c\x94\ -\x8c\xb5\x24\x80\x45\xca\x8c\x42\x43\x3b\xd3\x75\x59\xd7\x01\xee\ -\x94\x76\x92\x74\x9b\xdb\xe6\x2f\x7f\x55\xc1\xfc\x0c\x92\x4e\x37\ -\xdd\x52\x36\xb4\x12\x85\x1c\x64\xb2\xf7\x32\xce\x57\x3c\x9d\x4f\ -\x7b\xa6\xd1\xcc\x26\xfb\xf7\xf8\x89\x8e\xc0\xd7\x59\x4a\x47\x23\ -\x45\x79\x0f\x2a\x35\x23\x0d\x21\xd3\x3b\x2c\x7e\x01\x2f\xfb\x24\ -\xbc\x53\xa7\x7a\xe3\x27\xb9\xfe\x67\x43\x18\x91\x2d\xd4\x8a\xc4\ -\x98\x66\x2c\xa7\x1e\xd6\x64\xf3\xf7\xa2\x5c\x5e\x78\x08\x7b\x4c\ -\x0d\xd3\xf6\x3b\x86\x64\x2c\x23\xfb\x4f\x25\xf4\xe9\x35\x61\x55\ -\xec\xe1\x8a\x9a\x60\x70\x4e\x2a\x22\x80\x34\x4c\x75\xde\x3e\x1f\ -\x1f\xc0\x23\xea\x9c\xf6\x89\x95\x01\x6d\x0a\xc6\x0d\x61\x1a\x11\ -\x35\x20\xbc\x9a\x28\xbc\xbd\xdb\x79\x1e\x9c\x8d\x49\x01\x87\x65\ -\xe6\x11\xe0\x52\xb8\xd5\xc9\x00\xa5\x67\xa3\xcb\x0f\x6b\xf6\x93\ -\x19\x90\xda\xaa\xba\xa4\x86\x79\xc7\xe3\xf1\x90\xbc\xde\x51\xf5\ -\xcf\xd6\xbf\x36\x62\x09\x22\x7a\xd4\x4e\x82\x34\xc7\x34\xbd\xa8\ -\xe0\x3a\xd6\xc6\xe3\xf7\x36\x8d\x91\x92\xb6\xa9\x8d\x4f\x9d\xb5\ -\x18\x1f\x92\x60\x5f\x5f\x83\x2b\x19\x52\x22\x00\xe8\xae\x3a\xfd\ -\xe5\x4c\x1d\x00\x44\x9c\x61\x71\xf7\xd0\x73\xda\x2a\x91\x97\xd6\ -\xee\xad\xff\x8f\xb1\x37\xdb\x92\xdc\xc8\x81\x05\x0d\x70\xa6\xfa\ -\xbe\xcc\xff\xff\xe9\x8c\x2a\x83\x0e\xcc\x03\x76\x27\xa3\x74\xd5\ -\x47\x47\x2d\x55\x55\x66\x24\xe9\x0b\x60\xb0\x25\xe3\x1d\x98\xdc\ -\x14\xef\x38\x7b\x28\x74\xb8\xf5\x39\xcb\x50\xcc\x9e\xc3\xc6\xa4\ -\xf1\x0a\xf6\xa0\x6d\xea\x09\xa6\x9d\xbb\xcf\x07\x3d\xc9\xb8\xc9\ -\x3b\x54\xdd\x10\x27\x8c\x25\xca\xf5\xda\xa8\xe1\x4d\x56\x02\x73\ -\x1b\x7c\x04\x4e\x67\x1c\x8e\xb1\x4e\xf2\x5e\x23\x75\x98\x60\x3b\ -\x53\x42\xd3\x5c\x25\x58\x1e\xa4\xcf\x89\x6f\xa7\xdf\x56\x63\xc5\ -\xcb\x87\xe8\x32\x0b\xd1\xe4\x40\xd2\xd3\x62\xbc\x17\xd0\x51\x18\ -\xb1\x15\xc4\xb7\x1a\x01\xce\x9c\xd0\x15\x34\x8a\x7a\xbc\x38\xb4\ -\xf8\xf8\x97\x39\x39\xc2\xd0\x30\x9d\xe0\xe6\x4b\xe6\x3f\x74\xbb\ -\x20\xe2\x5c\xa5\x2d\x50\xde\xe5\x80\xc2\xf5\x39\x45\x15\x68\x9b\ -\x93\x79\xb5\xe2\x1a\x49\xd5\xeb\x1b\x5a\x1b\x9a\x2c\x52\xeb\xa3\ -\xc2\xc1\xca\xe6\x12\xca\xb8\x93\xba\xd7\x73\x56\xbc\xb0\x0a\xca\ -\x81\x52\x52\x28\x57\x2b\xd4\xd8\x29\x78\xea\x97\x4d\xa7\x92\x30\ -\xcc\x74\x82\x7b\x98\x9f\x7f\x70\x71\x0a\x07\x5f\xcb\x42\x72\xb5\ -\xc6\xb7\x4a\x36\x6f\x20\x69\x9c\x63\xad\x49\x18\x7b\xf3\xb6\xfc\ -\x99\x77\x17\xbe\xce\x63\x4d\xbb\x75\xf6\x60\x67\x0f\xef\x8b\x8b\ -\x89\x88\xb0\x7e\xae\x0c\x65\x54\x55\xdc\x2a\xe5\x6e\xeb\xae\x74\ -\xb7\x4a\x52\xb2\x2e\xe2\x74\xee\xdb\xf7\x86\x38\x4f\x77\xf1\x3a\ -\x26\x7c\x0b\x8b\x83\xd6\xb0\x07\xef\xf6\x9c\xe8\x7c\x0d\xf5\x3d\ -\x26\x7e\x6f\x94\x0e\x6e\xfa\xa9\xc8\x89\x49\x23\x8b\xc3\xec\x23\ -\x0b\xc0\x6e\xd4\x40\x7b\x18\x43\x44\xd1\xca\xbe\x1f\xa4\x05\xc0\ -\x14\x25\xcc\x0a\x5a\x11\xc5\x0a\xfb\xed\xce\xeb\xe6\xb0\x14\xaf\ -\xd4\x73\x71\xb1\xfe\x96\xae\x7d\x5c\x60\xbd\xd2\xe1\x8e\xd9\xb2\ -\xab\xba\xc9\x85\x86\x6d\xf7\x08\xd2\xec\xd4\x91\x3b\xd7\x88\x24\ -\x26\x69\x56\xad\xba\x90\x6b\x2f\x90\x27\x52\x2b\x7c\x63\xa2\xf1\ -\x89\xa9\x09\x7a\x86\x9a\x64\x83\x66\x91\x2f\x7b\x52\xe8\x5c\xf4\ -\x0e\x52\xe8\xfd\x4f\x4d\xff\x30\x0b\xfc\x37\x27\xab\x75\x08\xf2\ -\x45\x7f\x0b\xdc\x50\xb6\xa0\xee\x2c\x4c\xac\xd0\x90\x5e\x95\x9d\ -\xc5\x81\x32\xba\x63\xd9\x82\xd1\xbe\xc4\xcd\x55\x78\x97\xd8\x77\ -\xc8\xe4\x62\xe2\xc9\x34\xa6\xdc\x39\x39\xf1\xc9\x35\xd6\x2a\xf3\ -\x93\x2c\xc0\x37\x94\x3d\x0c\xb1\x4d\xab\xaa\x71\x75\xc3\x14\x55\ -\x6c\xdd\x87\x56\x54\x5a\x3e\x9e\x83\x57\xe9\x96\xa8\x59\x88\xe8\ -\x46\x52\x34\xcc\x6d\xd1\x0b\xf9\x9e\x4b\x24\x55\x80\xe2\x8b\x33\ -\x99\xd0\xce\xcb\x35\x03\x7e\x3b\x1f\x3d\xc5\xff\x6e\x76\xb1\xc3\ -\x2c\xc7\x19\x0b\x7c\x21\xe3\x6d\x9d\x1a\xab\x99\x5f\xb8\x1d\xc5\ -\x9d\x74\x1c\x7b\xbf\x81\x7a\x5f\x0e\xc6\xf9\xfd\x20\x91\xab\xb3\ -\xed\x79\x33\x55\xd6\x48\xa3\x79\xf5\x82\xe8\xfc\xf1\x68\xe8\xde\ -\x56\xb1\x21\x38\x0a\x45\x31\x94\x1f\xc8\xfd\xa9\x04\xb7\x3f\x71\ -\xf7\x44\x3f\x4b\x37\x76\x63\xb9\xca\x83\x95\xd0\xb3\x6b\x0a\xa8\ -\x92\x26\x52\xff\xf8\xf9\xb1\xfc\xee\x5a\x45\x27\x07\x41\xf0\x33\ -\x26\x71\xec\x57\x7f\x84\xef\xf6\x49\x6c\xb8\x03\x77\x3f\x43\x2b\ -\xf8\x9c\xdd\xc0\x46\x0d\x47\x6f\x2a\x54\x12\x00\x55\xed\x4a\x89\ -\xfe\x2e\xbe\x67\x49\x8d\xa3\x97\xe4\x00\x6e\x90\x46\x19\x55\x2d\ -\x06\x85\x5e\x9d\x82\xc8\x83\x4e\xdf\xc9\x01\x61\x90\x70\x16\x31\ -\x7d\x30\x69\xe7\x48\x9b\x20\x05\x82\x4f\x5a\x14\xd7\xfc\x7c\x7d\ -\xfd\x47\xe1\xf5\xcf\xd7\xa6\x2a\xcc\x9f\x9e\xb4\xb5\x96\xa9\x16\ -\x7b\x5e\xd5\xa3\x4b\xee\xa4\x9c\xad\xe5\x1a\x29\xdd\x0e\xc0\x48\ -\x73\xbd\xb4\xaf\xf4\x89\x4c\xa8\x36\x49\x33\xa6\x4d\x68\x7b\x78\ -\x80\xd2\x0f\xe0\x83\xff\x64\xc1\xaa\x0e\x36\x59\xa3\xe6\xa7\xb9\ -\x4f\xac\xe2\x3e\x3a\x27\x93\x22\x7a\x34\x29\xdd\x3c\x0a\xd0\x90\ -\x27\xf0\xdc\xa7\x36\xc9\x46\x4e\xb0\xad\xd1\x3f\x27\x69\x66\x8d\ -\x4b\x5e\xe0\xa2\x81\xb4\x99\xcc\xb1\x0f\xd7\x56\x9a\xd4\x40\xac\ -\x3f\xf5\xff\xa9\xaf\x8d\xb8\xd3\xae\xaf\x52\x81\xd7\x10\x65\xdc\ -\xd5\x64\x2a\x0f\x30\x21\x18\x30\xd2\x7f\x7e\x7c\xea\x7b\x41\xc6\ -\xf4\x64\x18\x6d\x0d\xfd\x98\xe4\x1e\xba\xc2\xa5\x78\x4b\xe9\xd6\ -\x50\x35\xd9\xba\x56\x7e\x9d\x1f\x3a\xec\xd7\x33\xcf\xe9\x2a\x5a\ -\x31\xb8\x99\x4d\x5d\xbe\xcf\xf7\xeb\xb9\x33\xcd\x6b\x64\xc4\x93\ -\xd8\x94\xa6\xc0\xad\x00\xf2\xec\xf7\xb7\xd8\x13\xef\x09\x62\xa2\ -\x53\xda\x23\x9f\x72\x3b\xc3\x4c\xfa\x1e\x0b\xbb\x72\x9e\x61\xf5\ -\x61\x7c\x07\xc5\x60\xe8\xd0\xf1\x99\x97\x47\x1e\xa9\x50\x98\x01\ -\x8e\xe6\x5a\xbd\xe6\x22\x50\x9e\xbf\x56\x8a\x2b\x6e\xb9\xdd\xbc\ -\xc9\x4e\xd4\x9b\xed\xdc\x93\xd0\x15\x72\xc9\x16\x98\x19\xd8\xbb\ -\x9a\x4e\x8f\x5c\x09\x90\xf6\xe2\x55\xc0\x1a\x1a\x6b\x2b\x6c\xf3\ -\x45\x73\xa2\x2c\xfa\xf1\x69\xbc\xdd\x93\x57\x3a\xbd\xe4\xc1\x74\ -\x15\x5f\xf9\xb0\x4f\x0e\xe4\x2f\x5c\xf0\x0a\x25\x5a\x90\xf4\x05\ -\x97\x41\x55\xb9\x8e\x4c\xa9\x99\x23\x55\x23\x7d\x01\x67\xf7\x0f\ -\x26\xe8\xed\xcd\x88\xc4\xa5\xaa\xc9\x15\x07\xeb\x83\xe3\x9c\x08\ -\x15\x87\x3b\x4c\x4d\x2e\xd2\x3f\x3f\x68\x32\xed\x30\x61\xe5\xbf\ -\x26\x87\x9b\xb8\xd4\x51\x33\x09\x9a\x0e\x3d\xf4\x33\x07\x15\x7e\ -\x64\x49\xe5\x54\xaa\xe5\xef\x9c\x8d\x02\x2b\x61\xa7\x03\x12\x27\ -\x8d\x32\x35\x26\xa4\x45\x75\xc0\x29\x56\x5f\x3e\x2d\x93\xc7\xbb\ -\x89\x45\xfc\xa4\x3c\x9a\x53\xa3\xec\x13\x9d\xee\x45\xce\x95\xc8\ -\x9a\xb4\xf0\xcc\xbc\x34\x5a\xb6\x8a\x88\xf8\xb3\xf7\xef\xcf\x28\ -\x8a\xc3\xf0\xf9\xf7\x22\x9a\xd8\x72\x77\xe2\x96\xfc\x8f\x28\xb5\ -\xb7\x44\xf9\x77\x5b\xd9\x35\xb5\x2a\x32\x05\xe3\x7a\x5e\x4c\xa2\ -\x8f\xf7\x37\x8b\xa2\x97\x24\x7a\x6d\xd6\xb0\xac\xc3\xd0\xc0\x0e\ -\xd9\x9d\x66\x0c\xd2\x68\xae\xef\xd6\xe3\xee\x2c\x87\xd6\x4c\xab\ -\x3f\xf1\x91\x85\xf5\x96\x67\xe2\x14\x4f\xb2\xe7\x19\xce\x8c\x74\ -\x75\x34\xab\x0a\xa5\xa0\xb7\x69\xb3\x22\xb6\x09\x00\x07\xed\x18\ -\xca\x91\xc7\xc4\x59\xa8\x47\xa1\x3b\x2d\xae\x97\x3b\xaa\x70\xe5\ -\xb5\x51\x7b\x07\x54\x54\x3f\xa3\x06\xc9\x74\x1e\x4d\x2a\x98\xd4\ -\x24\x18\xe1\xe4\xf6\x66\xfd\xea\x28\x9a\x90\x3b\x11\xde\x76\xe8\ -\x85\xbe\x21\xa7\x48\x85\x4e\x46\x61\xa6\x43\x8b\xa0\xc9\x17\x67\ -\xaa\x49\x95\x40\x4a\xff\x93\xc8\x98\x4d\xc6\x4b\x33\x36\x2b\xf4\ -\xa0\xb6\xa4\xad\xfa\x3e\x74\x0c\xaa\x0e\x2e\xf9\x84\x9d\x7c\x02\ -\x48\xe5\xfa\xd7\x29\x66\xc3\x3d\x33\xa9\x3c\x7b\x4c\x88\x1e\x0d\ -\x90\xee\x14\x90\x19\x5f\x3f\xde\x8d\xc7\x5f\xdc\x7b\x4c\xc3\xfa\ -\xf7\x03\xaf\xbf\xda\x05\x4f\xd3\x85\xa0\x66\x16\x8d\x18\xbe\x46\ -\xeb\xb2\xae\xa6\x2d\x78\xf3\xdc\x79\xfc\x1e\xde\xcd\x90\x69\xe6\ -\x42\x25\x4c\x4f\x8d\x58\x28\xa6\x59\xfc\x2e\x2a\x33\x09\x5b\x76\ -\x9e\xbf\xb8\xf0\x12\x6e\xdf\x35\x33\xfd\x0e\x33\x57\x46\x21\x29\ -\x74\x36\x0a\x90\x16\xd0\xdb\x4d\x0d\xd2\xa3\xa1\xdf\x63\x54\xcd\ -\xc6\xee\x86\x33\xcf\x9c\xc8\x9c\x40\x7f\xa5\x29\xe5\x33\xb0\xe9\ -\x15\x45\xa3\xa4\xe1\x40\x45\x8d\x22\x8a\x47\x81\x4f\xca\x8f\xb3\ -\xa1\x67\xb5\x9d\x36\xc8\x68\x0c\x8e\xa0\xb4\x8b\xde\xee\x70\xb8\ -\x7d\xd2\x14\xdf\x5b\x1f\xfa\x8e\xc7\x34\x43\x57\x16\x50\x65\xfd\ -\x4e\x55\x17\xc8\x9d\xf9\x94\xd4\xa9\xe0\x07\x75\xa3\xbe\xc6\xb4\ -\xc1\x56\x9d\x99\x4b\x8f\xef\x4f\xdf\xec\xab\x91\x74\xbb\x33\x44\ -\xfa\x9c\xfe\xbd\x5b\x9a\x9f\x85\xea\xcb\x33\x56\x85\x12\xe7\x84\ -\x66\x89\x51\x2b\xa3\x11\x3f\x19\x11\xe4\x7a\xc0\x2a\x9a\x31\xa2\ -\x06\x3a\xfe\xbf\x1c\xd8\x23\xbd\x9e\x6c\x09\x0f\xb8\x0e\x54\x3d\ -\x26\xbd\xc5\x08\xb9\xb3\xc1\xea\xd3\x91\x14\xdf\xe7\x59\x5d\x53\ -\x49\x1a\x86\x4b\x75\x4e\x66\x6d\xbc\xe7\x9d\x6b\xc7\x2e\x43\x97\ -\xeb\xc0\xf5\x99\xb9\x58\x06\x25\x2b\x29\xe5\x93\x11\xe3\xf4\x2d\ -\xa5\x57\x59\x86\x69\x34\xd7\xeb\xde\x8e\x4f\xba\xc2\x23\x40\x1b\ -\x8b\x69\xd4\x9b\x38\x72\xe3\x3a\xd5\x71\x67\x18\xfa\x5c\x73\xf5\ -\x19\x29\x7e\x06\x2e\xe7\xdb\xc1\x03\x8e\xf3\x39\xce\x73\x9f\x48\ -\xe6\xf3\x5e\x6c\x11\x3d\x7f\xa9\x6b\x82\xd8\x42\x3a\xb3\xac\x26\ -\xc3\xe5\xbc\x1f\xa8\x19\xb8\xb8\xa9\xcf\x9b\xc1\xc5\x21\x6f\x66\ -\x0e\x98\xcb\xac\xff\xb9\xad\xd1\x33\xeb\x34\x6c\xca\xa1\x41\xe0\ -\xd4\x8c\x94\x20\x5f\xe4\xbc\xd3\xa3\xb2\x86\x2c\x1e\x1f\xc1\xcd\ -\x41\x71\x02\xcf\x67\x20\x30\x1f\x2c\x86\xd5\xa8\xd1\x2f\x67\xbb\ -\xae\x51\xcf\x27\x08\x15\x1a\xbf\xd0\xc6\x0e\xfd\x23\xa6\x46\xd9\ -\xc1\x68\x62\x77\xcd\x95\xe9\x21\x30\xeb\x0e\xfa\x3a\x1d\xcc\x1c\ -\x50\xe9\x6e\xa5\x8a\x4b\xbc\xc0\x2a\x31\x1d\x3d\x9a\x16\x91\x42\ -\xef\xf3\x1b\x38\x97\x9a\xb4\xa8\x11\x53\x54\xef\x09\x48\x4a\x0f\ -\xde\x7a\xa1\x0e\x41\xc5\x60\xb7\x1e\xf6\x22\x45\x93\x88\xe3\xe8\ -\x0d\xaa\x30\xa3\x36\x75\x6a\x01\x83\x1c\xda\x9c\xa4\x21\xf2\xb0\ -\x14\x8f\x4b\x3f\x0e\x9b\xe4\xd3\xd2\x33\x70\x70\xa6\x55\x07\xaa\ -\x21\x4f\x7d\x8f\x19\x0e\xbf\x1c\x08\x05\xf2\x88\xea\x23\xbb\x26\ -\x2e\x70\xc9\x00\x34\x72\x21\x34\x3d\x93\xa4\xc3\xa6\x55\x67\xba\ -\x41\x17\x55\x56\x86\x10\x07\xf6\x95\x7a\x2c\x6d\x39\x30\x44\xc7\ -\xe8\x5d\xd9\x26\x0a\x19\xb8\x6b\xc3\x5c\xa3\x1f\xb9\x65\x69\x8c\ -\x8f\x55\x71\xa7\x35\xfa\xaa\x06\x6e\x53\x5a\xb9\x32\xc8\x0b\xd1\ -\x1a\x13\xcb\x96\xd7\x64\xf8\xa0\x93\x2a\xe9\x03\x5d\xca\x69\x1e\ -\x05\x3f\x99\x5b\x61\x21\x08\xdb\xd0\xa4\x5a\xf2\xf7\x26\xe8\x91\ -\x71\x11\x21\xac\x44\x27\xab\x62\x1c\x2c\x6f\x99\x18\x4d\xef\x5d\ -\x85\xcb\xd6\xc2\x1f\xc4\x1b\xff\x08\x17\x66\xb3\xd1\xe5\xc3\x90\ -\x63\x50\x39\xf7\x6f\xfb\x59\xfc\x82\x48\xcd\x82\x85\xeb\xb2\x79\ -\xfb\x8f\xac\xb3\x10\x7e\xb3\xdb\xca\x76\xcb\xff\x7e\x40\x98\x29\ -\x48\x21\x4c\xe6\xd4\xd3\xdc\x8e\x9c\xca\xc8\x8d\x2e\x63\x81\xce\ -\xdc\x44\xd2\x15\x54\x59\xcf\xd9\xff\x9d\x2d\xb8\x39\x6f\x30\xa6\ -\xf1\x9c\xf3\xf0\x8b\x0b\x5d\x43\x52\xbb\x0c\x05\x63\x75\xaa\xd8\ -\x1a\x80\x47\x7c\x8f\xb5\x7e\xda\x7e\xb2\x44\xbe\x31\xe5\xa1\xcb\ -\xf6\x06\x3d\xa9\x4a\x35\x21\x38\x8d\x79\xa8\x74\x90\xc4\x69\xc4\ -\x02\x2d\x64\x58\xdc\xe6\x9a\xe8\xbd\xa8\xec\x94\x5a\x64\x30\xb5\ -\x81\x36\xd1\x18\x76\x43\x02\x76\xda\x1d\x74\x52\x21\xd6\xcf\xf5\ -\x1f\xc2\xf2\xe5\xc5\x61\x9d\x45\x14\x94\x12\x6c\x68\xbc\xa3\xd0\ -\xa5\x60\x5e\x66\xc8\x80\x6d\x75\xb8\x2c\xa8\x8b\x82\x8d\x16\xfa\ -\x7e\x14\x1f\x15\xc8\xc9\x0d\x75\xa4\xa2\x90\xba\x6e\x53\xc6\x85\ -\xd3\xa6\xe6\x69\xf5\x2c\x2f\xce\x6a\x2f\x9a\x8a\x1e\x53\x80\xae\ -\xdd\x8d\xaf\x43\x7e\x2e\x89\xa1\xf8\x64\xb4\x0f\xd0\x05\x74\xd3\ -\x96\x0c\xbc\x16\x28\x2f\xb0\xb6\x33\xe9\x85\x22\x44\xa8\x33\xb7\ -\x32\xdc\x90\x46\x38\xe1\xaa\xaa\xe2\xee\x58\x1e\xed\x51\x17\xae\ -\x3c\x82\x4d\x59\xca\x65\x75\x37\xca\xe7\xa4\x15\x85\x4e\x90\xd2\ -\xc6\xd7\xb4\x55\xa5\x65\x46\x9a\x2b\x21\xa7\x23\x7d\x6d\xab\x2a\ -\x96\x36\x8d\xd5\x9a\xcc\x86\x37\xca\x9b\x21\xc9\xd3\x90\xc7\xa2\ -\x0b\x74\x98\xc5\x9c\xf4\xbc\x79\xae\xf6\x67\x28\xd5\x34\x77\x80\ -\x80\xd8\x82\x47\x65\xb5\x69\x7d\x81\x20\x36\x09\x6a\xaf\x44\x79\ -\xe8\xa8\x45\x5e\xcc\x0d\x94\x63\x2e\xfa\xba\x27\xab\x70\x2b\x7a\ -\x5d\x4c\x70\x67\xb3\xad\xa3\x19\x3e\xb5\x69\xb5\x6f\x90\x8d\xd2\ -\x01\xbb\x95\x4e\x8c\xaf\x2c\x88\x8d\xab\x73\x50\xa6\xd7\x17\x0a\ -\xac\x07\xae\x5f\xf4\x8f\xad\xad\x46\xd7\x84\x5b\x4b\x77\x1b\xfa\ -\x71\x8f\x0d\xed\x56\xd5\x27\x31\x15\xb0\x89\xaa\xbf\x7b\xbe\x9a\ -\x6e\xa7\xd8\xe9\xea\xb1\x36\x11\x44\x3e\x89\x7e\x05\x8c\x41\x9f\ -\xa6\x1b\x15\x22\xbc\x4b\x07\xac\x3c\x32\xfe\xd0\x4c\x82\x4e\xe7\ -\xe4\x0e\x0c\x16\x45\x4d\x0f\x20\xe4\xcd\x90\xa9\x33\x55\x22\x50\ -\x7c\x8f\xf7\xa3\xfa\xbe\x26\x5e\x41\x73\xd7\x8a\x45\x86\xa2\x69\ -\xaa\xe4\x00\xc4\x29\xf1\xd7\x74\x72\x04\x8d\x50\xea\xe1\x82\x38\ -\x26\x56\x6e\xe9\x0f\x6b\xc0\xd1\x8c\xa5\xe0\xf4\x68\xb3\x0b\x27\ -\x77\xe4\x24\x44\xc4\x00\x13\xa7\x5b\x64\x9c\xbb\xf5\x77\xcb\xa1\ -\x24\x4a\x17\x50\x7c\xd1\xc1\x57\x56\x9a\x34\xa0\xe2\x49\x2b\xad\ -\xf3\xc9\xf7\xe0\x46\x45\x79\xa8\xa4\x1e\xd7\x3d\xbf\x1b\x70\xe0\ -\xda\x6b\xa9\x89\xe3\x72\xeb\x09\xa1\x97\xb5\x1f\xef\x4f\x51\x4e\ -\xa0\x78\xcf\x7f\x43\xa3\x66\xf7\xde\x21\xd8\x6d\xe6\xca\xe9\x5a\ -\x47\xae\xfe\x2e\x5d\xa3\xa3\x36\x94\x34\x2e\x1d\x7b\x8d\x61\xb1\ -\x51\x42\x3d\x3b\x6b\x55\x83\xa6\x9c\xce\xe1\xda\xe8\x8e\x95\x1b\ -\x66\xcc\x0c\xfd\x48\xba\x0b\x83\x04\x17\xc4\x7c\xfc\xc5\xf9\xc1\ -\xc1\x43\x35\x4b\x5d\x54\x10\xa4\xb4\x83\x98\x38\x3f\xa8\x88\xe7\ -\x1c\x6c\xf2\x89\xcc\xd5\x7e\x1f\xb0\xe5\x4e\x1f\xf9\x3e\x8a\x0c\ -\x1d\xd2\xa7\xe5\x68\xad\xc7\x64\x6b\xe1\xa6\x3b\x91\xcc\x42\xba\ -\x51\x0e\x55\xc5\x01\xc8\xc5\x15\x14\x2c\x2b\x5c\xb7\x6d\x08\xf6\ -\xb1\xbd\x77\xd8\x9c\x39\x5d\x1f\xff\x3c\x57\x0a\xe2\x36\xca\xca\ -\xf4\xe3\x39\x27\x1c\xe3\x52\xb2\xc2\xf3\xf2\xb1\xf5\x67\x7b\xb1\ -\xc4\x6a\x9a\x14\xf2\xbc\x1c\x6f\x52\x7e\x3d\x07\x62\x71\x2b\xb0\ -\xb5\xac\xd2\x7f\xf7\xc7\x75\x48\x57\x2d\x59\x2f\xc6\x95\x08\xfb\ -\x73\x57\xd7\xdd\x68\x99\x51\xa0\x6e\xcf\x89\xca\xac\x09\xd0\xa0\ -\xc9\x89\x87\x48\x86\x49\x48\xe8\x3e\x7a\x72\xba\x96\xd8\x0d\x54\ -\x52\x44\x30\xcc\x19\xad\xa6\x0b\x9c\x97\x15\x29\x9b\x1b\x61\x5c\ -\xa8\x6e\xb1\x7d\xc5\xe7\xf0\xe7\xf5\x47\x3f\xde\x24\x4f\x6e\x74\ -\xbc\xff\xbd\xf7\x81\xb4\x96\x1b\xcf\x56\x98\x33\x1b\xca\xe2\x5c\ -\x5c\xac\x18\xda\xbe\x1b\x37\x82\x8d\x67\xb6\x9e\x35\x0d\x51\xcf\ -\xb1\xea\xcf\xa5\x10\x8b\xb8\xa4\x7e\x33\x8c\x33\xa6\x29\x42\xad\ -\xc8\x92\x59\x24\xf7\x4b\xd3\x0a\xc9\x5d\x19\x54\xd0\x26\xca\xb7\ -\x11\xbd\x44\xa3\xa4\x45\xd7\x31\x9b\x6f\x3b\x94\xf6\xfd\xaf\x37\ -\x40\x14\x30\xe0\xbc\x4c\xf8\xce\x8c\x9d\x6e\x09\x9d\xb4\x29\xcf\ -\x37\xfa\x71\x6a\x99\xdc\x1b\x7b\x0b\xc4\x9b\xad\xcf\xfe\xa4\xa1\ -\x4c\x34\xbc\x4c\xcd\xd5\xe9\x96\x0c\x20\xb5\xa9\x07\xd2\x29\x8d\ -\x99\xf0\x91\xdd\x8e\x5f\x6f\xd4\x9a\xbb\xcf\x7d\x97\xe3\x55\x3c\ -\xc7\xa4\x4b\x12\x41\xe5\x6e\x8e\x4c\xda\xc2\xfa\x08\xc4\x3f\x6e\ -\x67\xef\x74\x86\xa0\xec\x3a\xf5\xab\x87\x49\xf7\x60\x3e\x55\x36\ -\x74\x7f\x19\xf5\x2c\x6c\x59\xc3\x21\xcf\xa6\x47\xf6\x99\x3e\xcd\ -\xe4\x26\x2e\xe4\x38\x9b\xe2\x90\xb5\xfd\xe6\x87\xa6\x2a\x44\x3f\ -\x26\xc9\x55\xc9\xe6\xd6\x9e\xe1\xd5\xec\x9a\xed\x42\xfe\xc8\x76\ -\x4b\x73\xcf\xf9\xea\x7a\x42\xc0\x6c\xac\x83\x12\xa9\xcd\xd8\x24\ -\x91\x54\xb3\x62\xae\x9f\x71\x67\xec\x00\x81\x13\xcc\x48\x0d\x2a\ -\x33\xba\x3b\x64\x4e\x4c\xd2\x8d\x6f\x6a\x4e\x3e\x5a\x01\xe1\x9a\ -\xb7\x8b\xd3\x72\x99\x70\xb7\xf3\x85\x79\x3d\x40\x88\x0f\x7e\x71\ -\xc5\x74\x9e\x75\xe8\x3a\x18\x0b\x42\x77\x9e\xcd\x9c\xb6\xc8\x46\ -\x53\x09\xe1\x7a\x4d\x24\x57\x66\x20\xc6\x73\xd8\xf2\x07\x42\x45\ -\x31\x76\xf5\x70\x4d\x3c\xf0\x71\x57\xb1\x70\x10\x75\xed\xa8\x3f\ -\xeb\xad\x37\x68\xf9\x3b\x71\x76\x83\x85\xa5\x47\x4e\xdb\x44\xa5\ -\xc3\x74\x83\x7d\x0d\xde\x59\x03\x4e\x10\x26\xee\x98\xca\xf9\x11\ -\x77\xc8\x2a\xe1\xba\x21\xf5\xe2\xc6\x1e\x6b\x34\x15\x14\x91\x13\ -\xf2\x69\x1a\x93\xd5\x1c\x6e\x37\x2e\x5a\xf8\xe3\x39\x4f\xcc\x97\ -\xd3\x5b\x7e\xdc\x40\xcb\xce\xe0\x9d\xca\x3c\x77\xb2\x0d\x63\x23\ -\x6f\x32\x6e\xfa\x94\xce\xf8\x4d\x64\xdd\xee\xcc\x98\x50\xd1\x30\ -\xef\xb9\xbb\x55\xde\xe1\x0a\xc8\x03\x50\x49\xbd\x94\xef\xb5\x9a\ -\xe4\xd4\x14\x2f\xc4\xf0\xec\x67\xbe\xe5\x50\xb1\xbd\x73\x26\xc8\ -\xde\x7e\x37\x33\x94\x3d\x67\x11\x48\xdd\xa8\x4d\xa2\x25\xdd\x80\ -\x3b\x10\xc5\x0d\xe8\x49\x80\x4b\x7e\x9b\x63\x2a\x65\xc6\x8f\x66\ -\x4e\xa1\xf8\xb3\xec\x36\xcd\x48\x01\xfb\xde\x9f\x9c\xbc\x9d\x14\ -\xe1\x60\x1f\x0c\xee\x21\x22\x8e\x82\xf3\xf3\x56\x70\x32\x97\xd6\ -\xd9\xff\xc0\xfd\xf9\xa4\x06\xad\x47\x63\x40\x97\xef\xef\xdb\x1b\ -\x4f\xb7\x8e\x1e\xc1\xe9\xcb\x9f\x55\xd5\x64\x03\x7c\x94\x1b\x9a\ -\x13\x69\x79\x0d\xa0\xef\x14\x73\x66\x76\x20\xa4\xdc\xdd\x54\x6a\ -\x2a\x55\x40\x87\x66\x4f\xf9\xf9\xf8\x7e\x66\x36\x07\xbe\x30\xe8\ -\x71\x30\xe1\xde\xbf\x4d\xc7\xc8\x69\xc7\xbd\x1a\xdb\x29\x62\x38\ -\xf8\xd4\xf7\x10\xe0\x31\x58\xae\x8f\xe5\x47\x23\xf4\x69\x39\x54\ -\x19\x2d\xe1\xf5\x0c\x81\xb0\x75\xe6\x6f\x9d\x81\xc9\xd2\xa6\x42\ -\xc6\x56\x9a\xda\x3f\x5d\x16\x64\x4e\xa4\x09\x12\xed\x30\xfc\x21\ -\x49\x1a\x78\x39\xf4\x36\x8d\x3f\x11\xe4\xb3\x0f\x7d\x98\xa2\x3b\ -\x63\xea\xfd\x39\xb4\x71\x41\x23\xde\x66\x35\x2f\xdb\xb4\x9b\x1a\ -\x8e\xd3\x46\x05\x8d\xe9\x77\xe8\xae\x63\xff\x6c\xd7\x4c\x92\x37\ -\x5e\x5b\x3e\xf9\xf3\x5e\x44\x59\xb3\xab\x0f\x4c\xb6\xde\x58\x31\ -\xfc\x60\x33\x65\x4a\x4a\xae\x58\x4e\x5d\xd5\x16\x02\xbd\xa3\x11\ -\xb2\x33\xed\x57\x3e\x66\x40\x35\xf4\xea\xc5\x7a\xf9\x13\xcf\x48\ -\xcc\x59\xda\x74\xb0\x57\xda\xca\x6b\xbc\xe0\x31\x91\xf5\x7d\x79\ -\xb5\x1c\x5b\x94\x49\x9a\xb4\xe8\x84\xdf\xfd\xaf\x3d\x35\x26\xec\ -\xdd\x40\x77\x76\xf6\x01\xee\x94\x24\xb1\xf2\x00\x7d\x7f\xd6\xc2\ -\xbd\xef\x79\x36\xef\x36\x55\x54\x03\x2d\x3f\x55\x20\x58\x03\xd7\ -\x72\xbc\x64\x9b\x8d\x3d\x87\x23\x22\xfc\x1c\x8a\x1c\x5b\x77\x9e\ -\x35\xa9\xef\x4f\x82\xb9\x57\xcf\x67\x29\x2b\x6d\xa7\xc8\xa0\x6c\ -\xb5\x87\x33\x0f\xc9\x38\xcc\xfa\x62\xa3\x37\xd7\x95\xcc\x3a\xe1\ -\x0a\x0b\xf4\x5f\xbf\xae\x77\xa1\xe1\x6a\x88\xe5\x57\x1a\x02\xf0\ -\x6a\xc7\xcd\x2d\x6e\xbe\x23\xb2\x68\x94\x0a\x13\xf5\x76\x80\xaa\ -\x14\xe9\xdc\xc6\xca\xf9\x39\x24\x4f\x9f\x27\xb5\x51\x77\xda\x1a\ -\x27\x45\x44\x25\x91\xe6\x05\x02\xab\x64\xe3\x66\xa7\xd3\x82\xea\ -\x9d\x61\x90\xc9\x69\xcd\xe0\x33\x6d\x99\x50\x34\xbd\xf4\xbb\xc0\ -\x8f\xe9\xe1\x64\x37\x34\x44\xc7\xd7\xed\x06\x1e\xaa\x9a\x45\x49\ -\xe9\xdd\x28\x11\xb8\xfb\xfe\xcd\xcd\x34\x2f\x6c\x49\x4d\x16\xd2\ -\x15\x11\x25\xe2\x0f\x14\x98\x2a\x58\x15\x32\xe9\x91\xb7\xa8\xbb\ -\x06\x52\x36\x53\x8a\x37\x4b\xf5\x3e\x21\x91\x9c\xda\x88\x58\xd3\ -\x18\xef\x27\x5c\x5a\xa0\x55\x48\x68\x64\x0d\x68\x34\x2d\xe5\x3c\ -\x48\x50\x74\x17\x02\x22\x7a\x21\xdb\xf5\x64\xf9\x49\x05\x54\xdf\ -\xfa\x57\xd8\x3d\x87\x1b\x0e\x22\x2b\x46\xa1\x1b\xae\x63\x9b\xce\ -\x80\x10\x31\xce\x35\x80\xeb\xfa\xc7\x8b\x04\x7d\xe5\x86\x1b\x52\ -\x7f\x04\x04\x37\x5d\x5c\xd0\x4b\x73\x4a\x10\x5c\x69\xad\xa6\x01\ -\x51\x00\xc6\x54\xab\x89\x39\xcb\xc1\x0d\x59\x34\x4e\x9e\xf6\x6a\ -\x50\x5f\x89\x25\x62\x6a\x37\xc5\xc6\xa5\x3f\x3c\x27\xca\xa4\xd9\ -\x6d\xa5\x7d\xeb\x98\xfe\x32\x0f\xba\xe1\xc3\x8d\xf4\x85\x2f\xdf\ -\xb5\x59\x45\xa9\x45\x6a\x78\x4c\xdf\xd1\x7e\x3e\xad\x7c\x96\xfc\ -\xbd\x61\x78\x01\xe3\x6e\x5b\x01\x7a\x25\xcf\x5c\x84\x31\x72\x8e\ -\x86\xee\xeb\xcc\xc2\x79\x9a\x73\x50\xd3\xc4\x04\x27\x5d\x85\x1e\ -\x53\x52\xa5\xf7\xf3\xed\xf2\x4b\x21\x00\xab\x19\x9b\xe2\x41\xc4\ -\x63\x82\x3d\xf7\xeb\x3a\x1c\xaf\x6c\x3d\xf8\x27\x77\xd7\x23\xf2\ -\x40\x50\x11\xf5\x3c\x42\x64\x81\x78\xb5\x33\xa1\x0b\xba\x03\xf9\ -\xe6\xfe\xfe\xf5\x69\x4b\x6f\x13\xc7\x99\xe5\xd7\xa9\xca\x11\xf3\ -\x20\xe0\x32\x45\x0a\xc4\x1c\xae\xb1\xa2\xa7\x6b\x60\x4d\x79\x2d\ -\xe7\x4c\x0f\x2a\x25\xd2\xfc\xe3\x98\xce\xa4\x65\x6f\x21\xfd\x67\ -\xa6\xd8\xa4\xe0\xf0\xa0\xb7\xbd\xad\xc5\x6c\x2c\x69\x7e\x56\x3b\ -\x7b\x70\x58\xd9\x7b\x30\xab\x4f\x79\x98\x2f\xa7\xdc\xb2\xff\x97\ -\x8a\x0c\x09\x5d\x5a\x4e\x10\xfb\xd7\x51\x03\xc5\xf2\x7e\x8a\x69\ -\x30\xed\x87\x5d\x7d\xae\x51\xa9\x69\xc6\x69\xcb\x50\x74\x63\x6d\ -\x7f\x4a\x0f\xb7\x2b\x1a\x94\x6c\x0d\xca\x7a\x9b\x54\x29\xe6\xfa\ -\x0e\x57\xad\xae\xdd\xe8\xf7\x40\x31\x64\xde\xb5\x31\xfd\xfd\x31\ -\x4f\xfb\x68\xe4\x9d\x83\x47\x8e\xcc\xd4\xed\x54\x5d\x97\x0c\xd3\ -\x70\x93\x64\x1a\x8d\xc9\x98\x36\x35\xfa\x50\x77\x68\xed\x85\x7c\ -\x6a\xa0\xda\x1d\xda\x0b\x79\xf1\x9c\x30\x03\x6d\x68\xd4\x4d\x36\ -\x25\xff\x27\x99\x38\x38\x5c\xcf\xed\x7c\xdf\xc3\xe4\x25\xc1\xc7\ -\x40\xdd\x99\x1a\x23\xa7\x73\x2c\x25\xe3\x1c\xb2\xd1\xd3\x9d\x0d\ -\x79\x82\x86\x6e\x57\xfe\xe6\x18\xab\x3c\xef\x1c\xd0\x93\x99\x73\ -\x31\x97\x26\xd0\x9d\x5a\x83\x36\x16\x67\xc6\x00\x2b\xce\xf3\xcd\ -\xe3\x5c\x3a\x45\xfc\x34\x31\x38\x8d\xb3\xc2\x42\xdb\x5e\xcc\xf5\ -\xc5\x68\xc3\x69\x82\xe4\x74\x5f\x26\x90\x0a\x04\x62\x4e\x99\xd4\ -\x34\xdf\x64\xec\x84\x88\xfd\x48\xa5\xb1\x4c\xc7\xc4\x21\xa5\x88\ -\x49\x22\x1f\x51\x18\x5f\xe4\x04\x9d\x6a\x98\xd3\x38\x9f\xaa\xc3\ -\x73\x47\x55\x1d\x6c\x68\xcd\xdf\xcf\xc8\xe8\xac\x82\x3f\x27\x56\ -\xfc\x73\x30\x74\xf4\x49\x5b\x6b\x4c\xb2\x99\x09\x1b\x72\x8f\x5e\ -\x43\x6a\xdb\x0f\xd3\xda\x3c\x6a\x27\x6d\xd3\xd4\x45\xcb\x83\xd7\ -\xbb\x09\xdb\xca\xb3\xa4\xcb\x5e\x6a\x6f\xc4\xfb\x66\xd0\x92\x01\ -\x08\x0d\x19\xcb\xb6\x69\x5e\x4c\xa1\x7b\x56\x67\x4c\x0b\xd7\x75\ -\x0d\x27\xe9\x71\x96\x3c\xdc\x3e\xcb\x18\x2a\xea\xb8\xe5\xa0\xa3\ -\x0c\x7d\xff\xc1\x5e\xa3\xba\xbb\x8a\x55\x6f\x00\xfa\xf2\xe7\x2f\ -\x3a\xa9\x83\xd7\x44\x80\x66\xee\x11\x35\x8b\x4e\xa3\x43\xe0\x41\ -\xe3\x00\xd8\x1c\x03\x99\x5e\x65\x32\x3d\xd4\x2d\x1c\xf5\x1e\x06\ -\x19\x71\x21\x07\x9a\x2a\x5d\xe4\xa9\x0f\x57\x9a\xb9\xb9\xe5\x41\ -\xfd\xea\x6e\x60\x2b\x03\xfa\x2a\xf7\xe0\x6c\x14\xb8\x87\x07\xb7\ -\xa2\x6b\x37\x4d\x0c\x2b\x5e\xb9\xdc\x04\x1c\xdc\x56\x69\x07\x82\ -\x78\x74\x24\x12\xf5\xc6\xf6\xb1\xa9\x1f\xb4\xdd\xff\x3f\xd3\xe4\ -\x63\xea\xd6\x29\x5d\x0f\x6d\x91\x23\x52\xd8\x63\x9a\xc1\x07\xed\ -\x32\x47\xda\xa2\x5f\x44\x9e\xed\xc0\x42\x1b\x79\x6a\x71\xb7\xdf\ -\xb4\x4c\x36\xa9\x0c\xf7\xc1\x77\xa7\x97\x5a\x03\x9c\x93\x0a\x92\ -\xca\x2f\x00\x7b\x8e\x87\x2e\xcf\x4b\xa1\x6c\xda\xe9\x4b\xf0\xe0\ -\xa9\x4d\x50\x91\xd7\x70\x42\xed\x54\x15\xea\x01\xb4\xbe\xb1\x1c\ -\xd5\x49\x44\x8a\xde\xb5\x0f\x5f\x33\xb4\x20\xc3\xb2\x7f\x8e\xdf\ -\x43\x07\xb7\xa0\x1a\x85\xe4\xf6\x62\x6f\xfb\x04\x31\xe2\x08\xf6\ -\xcb\x41\x5c\xf2\xf5\xa0\x05\x9e\x41\x84\xe5\x0e\x66\x6b\x73\xb7\ -\x06\x33\xf7\x62\xd8\xac\x1e\x85\xe0\x22\x6e\x82\xc0\xf5\xd0\xf7\ -\x24\x63\x8b\xa8\x19\xa7\x78\x01\xc5\x18\xf4\x94\x11\x8a\xdb\x82\ -\x16\xb3\x0d\xe3\x7f\xdc\xca\x55\x1a\x5f\x92\x9b\x06\xf2\xf9\x0c\ -\xeb\x32\x2f\x5b\xd5\x3c\x28\x9b\x66\x8f\x74\x16\x54\x0f\xe1\xf2\ -\x96\x61\x5c\xa3\x87\xdd\x6d\x98\x55\xd4\xe1\xb9\x8c\xbe\xe4\xd3\ -\x05\x06\x83\x2f\x9e\x0d\x26\x90\xe1\xa8\x84\xb0\xa3\xe5\x0c\xc0\ -\x8c\x9d\xbe\xa1\x5f\x2d\xfe\x19\x5a\x53\x94\xa0\x8d\x4e\x81\xdf\ -\x51\x2c\xd2\x5f\x2f\xec\xff\xfa\xcb\x2e\x33\x9b\xac\x13\x4f\x2a\ -\x18\xe9\xaa\xc9\x9d\x96\x4b\x69\x38\x92\xad\x1f\xae\xa2\x5d\x27\ -\x71\xc4\x2e\xd1\x9d\xe7\x9b\xac\xf6\x7c\x7d\x82\x97\x8d\xc9\x51\ -\x98\xc5\xd9\x14\x39\x67\x11\x56\xda\xa7\xb1\xaa\x84\xe5\x76\xcc\ -\x1f\xfd\xbc\xd2\x25\x4d\x43\x7b\x97\x23\x1a\xc4\xcf\xea\x70\xee\ -\x7b\x52\xa8\xfa\xbb\xbc\x70\x95\x9d\x30\x80\xc7\x2d\xf6\xc6\x48\ -\xeb\x85\xc0\x0f\x0f\xaa\xd6\xa9\x4f\x53\x07\x36\x76\xc4\x7e\xd0\ -\x4a\xb1\xf8\x02\x81\xae\x83\xaa\xa6\x93\xa6\x58\x4d\xac\x66\x16\ -\x50\x52\xc4\xb5\x66\xc9\x12\x66\x1e\x01\x5e\x70\x59\xc3\x9f\xe6\ -\x0f\x6f\x25\x6e\x06\x61\x52\xd7\xc2\xd0\x53\xdb\xe3\x1c\x43\x95\ -\x70\x7c\xe3\xaf\xa0\xe7\x6c\x6e\x24\xa7\xb3\xef\xb9\x50\x18\x21\ -\xdc\x41\x33\x3b\xbe\x50\xa3\x14\x9f\x61\xb3\xf2\xd4\xe1\x1c\x2e\ -\xbf\x67\x65\x12\x7f\x6e\xea\xc3\xea\xec\x1b\x06\x37\x3a\x06\x7b\ -\x83\x36\x89\x17\x19\x44\x14\x06\xab\x4d\x50\x7b\xec\x0a\x72\x72\ -\xd8\x69\xa5\x5f\xac\xc1\x1b\xf5\xae\x1c\x74\x62\x42\x38\xf5\x59\ -\xc3\x64\x46\x15\x22\xbf\x47\xbd\xb4\xc7\x7a\x08\xca\xd9\xdb\x19\ -\x4a\xd2\x4d\xcb\xde\xf3\x1c\xa9\xac\x2a\x20\x6c\x41\xb4\xfc\xe5\ -\xfe\x7e\xa7\x03\x52\xcb\xf0\xc2\x2b\x75\x3f\x03\x0c\xe2\x1d\xc8\ -\x4e\x0a\xd6\x1e\x96\xf3\x7e\xa7\x20\xb1\x5c\x5f\xa7\x87\xf9\x01\ -\x37\x90\x60\xbb\xb9\x81\x36\xd7\x3c\xac\x02\x5d\xf8\xa9\xbb\xc9\ -\xfa\xa4\xd1\x9c\x9f\x8d\xfd\x73\x8d\x9b\xfd\x78\x3f\xfb\xd8\x5c\ -\x8f\x1b\xcd\x9b\xb1\x0f\x87\x5d\x99\xa6\x71\x61\x4f\xaf\x3a\x8d\ -\x2e\xb4\xd3\x46\xbf\xbb\x3a\x2a\xa6\xa1\x44\xd6\xe4\xc3\xb1\x31\ -\xd6\xb0\xb6\xa6\x3a\x4c\x68\xa8\x99\xd0\x28\xb6\x3f\x5f\x63\xba\ -\xcc\xef\x5d\x0c\x23\x0f\x96\x0f\xa1\x0a\x55\x7d\xde\xc3\x29\xce\ -\xbb\x41\x98\x4c\x96\x2b\xf4\xa8\xb9\xdf\x25\xf9\x3a\xb4\x54\xec\ -\xcc\x95\x4a\x16\xd7\xe1\x81\x10\x30\xf2\x88\x9b\x19\x8d\xa8\x03\ -\x2a\x68\x35\xbd\x9c\xe7\x1a\x8d\x7a\x35\xfe\x79\x19\x62\x46\x1e\ -\xec\x49\x83\xaa\x47\xd4\xbd\xf4\x7d\xba\x40\xb3\xb0\x7f\x6b\xa8\ -\x68\x5a\x30\x4d\xce\xec\x08\xcd\x45\x52\xa0\x6a\xd1\x5a\xc8\xd9\ -\x15\x48\x00\x1b\x87\x3e\x60\xbc\x13\x39\x08\x5a\x4c\x3e\x14\x25\ -\x57\xe1\x70\x26\xc0\x27\xc7\x37\xc2\xfe\xa4\x6b\x9e\xae\x12\x10\ -\xf6\xa9\x0e\x21\x45\xd2\x3d\x3c\x71\x4c\x8b\x88\x1c\xd9\x3d\x16\ -\xaf\x4e\x51\x7e\xe7\x0b\x4b\xba\x70\xf3\xc1\x23\xa6\xd6\x48\x29\ -\xc4\x2d\x5a\xf9\x98\x48\x40\x63\x9c\xcb\xd9\x24\x14\x7e\x4d\xdf\ -\x79\xe7\xaf\x8e\x78\x55\xc2\x87\x79\xc0\x38\x08\x9d\xba\x71\xa2\ -\x54\x31\x8a\xd6\x44\xc0\xc2\x1d\xb2\x71\xa2\x5b\x71\x30\x35\x08\ -\x82\xbd\xb7\x1f\x98\x3c\x0e\x87\x40\x26\x24\xde\x8f\x02\x5b\x34\ -\x91\xec\x70\x3b\xea\x17\x6b\x50\x1d\xde\x50\x25\x6b\xac\xd7\x70\ -\xbb\x32\xfa\x88\xa4\x96\xa6\x2e\x54\x7d\x35\xca\xe0\x10\x81\x36\ -\x63\x86\x11\x48\x2b\xd5\x0c\x9e\x06\x1b\x44\x81\xc8\xed\x12\x9a\ -\x36\x73\x91\xfe\xf5\x00\x79\xbd\x78\x62\x0d\xf6\x49\x23\xb0\x0b\ -\x15\xde\x8a\x5b\x26\x3a\x3f\x40\x91\x03\xb9\xee\x5f\xdf\xfe\x0c\ -\xbd\x20\xf0\xeb\x70\xc1\x3b\x26\x9e\x41\x4b\x3d\x8a\x18\x66\x7a\ -\x68\x3a\x54\xc8\x11\xad\x98\x10\x30\x7a\x08\x26\xf6\xcb\x65\xda\ -\xfe\xbd\x1b\xbc\x8c\x5f\xa7\x9a\x5e\xfe\x97\x7d\x6e\xbf\xe4\xbf\ -\x1d\xc8\xdd\xed\xbc\x5f\xf4\xa1\xef\x19\xeb\xc3\x9b\xc3\x50\x92\ -\xbe\xea\x3d\x0e\x74\x70\x4c\x5b\xa8\x85\x8d\xb7\x3f\xbb\x1c\x41\ -\xaf\x09\xaa\xa3\xac\x8d\xa2\x33\x28\xd1\x2a\x43\x5b\x10\x05\x5d\ -\x0f\x8f\xb6\xa0\xc6\x12\x18\x77\x74\xf5\x59\xf8\x14\x51\x9d\x17\ -\xa1\x9b\x74\x11\x3f\x33\x84\x52\xa3\x94\xe7\x1d\x3d\x0c\x14\x2c\ -\xae\x60\xbd\x4e\xf3\x22\xea\x21\x35\x83\xdb\x73\x0c\xfb\x1e\x76\ -\x3d\x25\x49\x38\x00\x4a\xad\x3b\xb6\xff\x1e\x14\x90\x70\x70\x93\ -\x9c\x74\xbc\xb9\xd9\x71\x3b\x8f\xf8\x51\x30\x3e\x34\x18\x24\x0f\ -\x20\xb1\xbb\x80\x8a\xec\xa1\xd3\xf5\x16\x2a\x2d\xfb\xc1\x71\xe6\ -\xc4\xb3\xde\x95\x7b\xf8\x82\xd2\x77\x2d\x94\x3a\x2d\x48\x9b\xf3\ -\x58\x5a\xff\x39\x26\xd2\x63\x0a\x94\x34\x27\xec\x06\x66\xf5\xfb\ -\xa8\x1c\x0d\x87\xe6\x19\xab\x99\x16\xed\xc3\x50\xa1\xbb\xe5\xee\ -\x9a\xba\xb6\xb8\x81\xfc\xda\xf4\xbc\xff\x3b\x78\x57\xba\x94\x7b\ -\xe4\x05\x41\x6d\xea\x99\xeb\x48\x5f\xd0\xe2\x91\x7f\xd8\x34\x20\ -\x22\x0e\x12\x68\x63\xc5\xd4\xd4\xdc\xbe\xd6\xfe\x6a\x25\x9e\xf7\ -\x34\xc9\x43\xcb\x55\x3f\xd0\xf5\xaa\xbb\x8d\xfb\x77\x37\xfb\x6c\ -\x3e\x8a\x6a\x81\x5a\x26\xb4\x53\x7c\x47\x20\xb1\x76\xf3\x27\x6f\ -\xb0\x18\x8f\x82\x3d\x5c\x4d\x99\x0e\x6d\x92\xff\xeb\xde\xe7\xf4\ -\x5c\xf2\xac\xb5\xcf\xf5\xf3\xf8\xf9\x6b\x9d\x9f\x00\x8d\xb4\x0c\ -\x48\x7a\x3d\x5b\x4f\x1d\xb4\xe3\x02\x15\x43\xd0\x98\x06\xf3\x3c\ -\x7c\x02\xaf\xea\x13\x8f\x73\x12\xd6\xcf\xfd\x98\xce\xc4\xc4\x83\ -\x0f\x03\xb0\x41\x91\xd7\xd2\xae\x87\x7e\xf8\x27\x9d\x95\xb4\x98\ -\x1b\x4d\x83\x83\xb5\x5b\xaa\x7b\xa3\x92\xca\xf6\x3b\x66\x8d\x7a\ -\xb7\x1b\x7b\x44\xa3\xfb\x0d\x54\x78\xba\xf3\xd1\xb3\x46\x41\x99\ -\x77\xd8\x5d\xcc\x0d\xcc\x04\x38\x1b\x29\x8c\x01\x41\xfc\xbc\x65\ -\x9e\xa3\xb3\xc6\x7d\x65\x7d\x48\x63\x33\xda\x1a\x58\x8b\x1f\x26\ -\x0d\x31\x71\x1a\x4d\x04\x38\xe9\xda\x63\x00\x11\x75\xba\x6c\xbf\ -\xe7\xa9\x19\x8a\xb8\xf4\x26\x1a\x8e\xd7\x88\x03\xfa\x32\xd9\xd3\ -\x16\xd7\x22\xa3\x99\x9a\x91\x41\xbb\x4d\xac\xfa\x1e\xf1\xe0\xe4\ -\x6e\xbf\x4f\xf3\x7b\x8e\xdc\x39\x67\x12\x89\xaf\xb9\xee\x96\x08\ -\x5f\x53\xd1\x58\x51\xbf\xe5\xe5\xdc\x53\xf6\xcf\x6b\x4e\x93\xa8\ -\x2c\xd4\x83\x47\xab\x3d\xf8\x97\x86\x43\x4d\x6a\x57\xf0\xee\x7a\ -\x52\x42\x35\x1d\xd6\xb0\x27\xe2\xf1\x34\x8f\x58\x19\x8e\x69\x8e\ -\x5a\xe5\xf4\xf1\x7c\x31\x5c\x22\x67\xf7\xde\xa7\xf6\xc2\x37\x5a\ -\xce\x94\xe2\x71\x30\xb6\x23\xa5\xb2\x8d\x9a\xcd\x76\x25\xdb\x63\ -\x8c\xd8\x43\xc6\xa7\x87\xa1\x44\x14\x18\x3d\xbd\xb9\x1a\xac\x40\ -\x1c\xbb\x39\xc8\x35\x0f\xf9\x34\xe4\xd4\xaf\xa2\x79\xf8\x88\x5a\ -\x29\x78\xf7\xf5\x6c\xce\x02\x9f\x99\x4b\xb0\xda\x29\x16\xa1\xf5\ -\xe2\x67\x5a\x7c\x5d\xe4\xa1\xda\x9c\x2f\x8a\x98\xe0\x0e\xce\xd0\ -\x26\xf0\x0e\x14\x65\xa7\x73\xe0\xd3\x0d\xab\x36\xa2\x73\xd0\xef\ -\x3b\x0f\x9e\xe0\xa2\xc7\x34\x49\x55\x71\xef\xdb\xbe\xbe\x37\x18\ -\x8b\x18\x9b\xb4\x21\x53\x92\xbc\xdc\xd2\x05\x60\x50\x49\x12\x95\ -\x68\xe1\xa7\x51\xe8\x2c\xe5\xa4\xe5\x9c\x94\x21\x12\x4d\xc0\x21\ -\xf2\x8a\x1e\x94\x00\x9e\x85\xea\x28\x2a\xc2\x7d\x0c\x1e\x34\x1c\ -\x16\x9d\xe3\x80\x38\x45\xa4\xda\x00\x81\x89\x14\x9e\x01\xc2\xd4\ -\x2c\x40\x07\x45\x87\x29\xcd\x2d\x08\x47\xb6\x11\xa4\x89\xf4\xf5\ -\x21\xac\xfe\x1b\xed\x56\x46\xe1\x24\xa9\xfd\xaa\x9f\x65\x8a\xac\ -\xad\x68\xf3\x66\x2a\x0f\xb8\xe6\x08\xf5\x92\x39\x52\x96\xc3\x94\ -\xd3\x9c\xde\x08\xd6\xf4\x4e\x07\x05\xe9\xa4\xbb\x25\xe8\xf3\xa0\ -\xed\xfe\xa5\xa9\xca\xc6\xa3\xd1\x3f\xbb\x33\xc9\x68\x84\xe9\x05\ -\x01\x47\xa1\xe0\xf4\xdd\xbd\x72\x64\xd8\xf4\x33\x49\x9f\xc5\x35\ -\x42\x57\x43\x33\x1c\xd4\x40\x2a\xaa\x38\x87\x44\xf4\xe1\xd6\xcd\ -\x3b\x81\xac\x2e\xac\xce\xfc\xac\x40\xe9\x3e\xfd\x12\x46\x36\x03\ -\xec\x40\x89\x1e\x88\xb2\x40\x87\xb0\x9f\xe8\x9c\xb4\x36\xf3\x12\ -\x12\x40\x7f\x06\xf8\xd3\x2d\x80\x9f\x28\xf8\x4e\x8d\x58\x15\x24\ -\x56\x10\x58\xd6\x88\xf4\x01\xe4\x41\xc3\xec\x93\x54\xf9\xea\x3e\ -\x7b\xde\x1b\x42\x6f\x93\xc2\x1e\xb0\x2a\x38\xef\xc8\x51\x38\x1d\ -\x85\x7b\xa7\xc4\x19\xea\xbf\x92\x92\x32\x80\x1b\xf6\x3d\x14\x8d\ -\x2c\x2a\xbf\xb1\x33\x09\x5a\x49\xda\x8a\x35\xdf\x03\x2e\x96\xb6\ -\xdf\x75\x3f\x9f\x85\x50\x0a\xee\x6b\x92\x4f\x2f\x9f\x15\x47\xf1\ -\x88\xd1\x10\xc5\x94\xef\x0d\x30\xec\x79\x46\xd3\x20\xe2\x65\x92\ -\xec\x4e\x9d\x90\xf3\x39\xdb\x7b\x1f\x2c\x12\xe2\xf9\xf3\xbb\xee\ -\x2c\x69\x4a\x91\x71\x98\x2c\x01\x1d\x53\x2d\xfd\x32\x21\x41\x9b\ -\xdb\xac\xa6\x7d\x03\x9e\xc1\xf4\xcf\x7d\xbb\xfc\xb3\x16\x0b\x45\ -\x25\x5d\x42\xdc\x3e\x5f\x46\xa1\x9f\xc0\x2c\x5d\xcd\x5e\x7a\xb9\ -\x43\xdb\x85\xc3\x13\xab\xee\xdd\xf1\x16\x36\xf4\x08\xe8\x8d\xdc\ -\xa4\x72\x70\x8d\x33\xf9\x7a\x84\x50\xbf\xff\x25\xe3\x79\xc5\xf3\ -\x27\x9a\xd3\x17\x56\x1a\x13\xb4\x11\x46\xef\xb9\x41\x75\x56\x7d\ -\x9f\x98\xeb\x01\xb2\x7f\xad\x6d\x1e\x8c\xa4\xe5\x1f\x71\xda\xb0\ -\xe7\xdd\x23\x21\x6f\xeb\x6b\xdb\x23\x4a\xa4\x2c\xc9\xd9\x81\x0a\ -\x77\x36\x80\x92\x3a\xfd\x2e\x34\x73\x67\x43\xf9\x04\x66\xa6\x81\ -\x99\x7c\x6d\xa6\xfa\x39\xfb\xb7\x69\xee\x9b\x19\x12\x45\xb8\xd2\ -\x71\xa7\x77\xfa\xde\x39\x19\x1b\x5f\x9f\xa6\xb9\xcd\x6c\xf2\xce\ -\xef\x4d\x63\x42\x35\x6b\x9b\xf5\xa0\x9e\x53\xa7\x89\x48\xb9\xfa\ -\xa9\xd2\xf0\xaa\xb6\x33\x71\x67\x33\x39\xcf\x77\x1e\x83\x00\x7d\ -\x61\x5f\x4c\x66\xd0\x84\x35\xfb\xf4\x2e\x22\x8a\xa2\x06\x1c\xb4\ -\xee\x83\x39\x70\x36\x56\x9d\xde\xfd\x2d\x23\xd5\x6a\xd1\x7b\xdc\ -\x07\x61\x84\xd1\x5d\xa8\xaa\xe6\xde\xd9\xec\x5d\x66\x3f\x8b\xd1\ -\x54\x19\x92\x44\x23\x08\x93\xc8\xf4\x38\x78\xb8\x56\xb9\x1e\xc1\ -\x73\x95\x94\x26\xb5\x81\x5c\x2d\x1a\x36\xc3\x76\x30\x51\x0a\xb6\ -\xc1\x3c\x68\x30\xdd\x11\x6c\xcb\x89\x5e\x96\x66\xa0\x4f\x24\xec\ -\xff\x7b\x82\xb5\xee\x59\x84\xad\x2b\x29\x5f\xd0\xcb\x10\x3d\xaa\ -\x40\xbd\xa0\x50\xd4\xe5\x5b\x13\x9a\x2d\x96\xf5\x14\x54\x40\x11\ -\x49\xdf\xfc\xb2\x5b\xc5\x8b\x1b\x60\xb3\x9d\xe5\xda\x94\x49\x13\ -\x0c\x2a\x19\x31\x36\x96\x17\x4e\xe2\xa3\x62\x4d\x1e\x71\x9f\x30\ -\x74\xe3\x8f\xce\xe5\x06\xe1\xef\x88\xbd\x54\x20\xef\xfb\xe6\xae\ -\x62\x97\x30\x9f\x2d\x44\xc1\xcb\x0d\x61\x0e\xd1\x27\x35\xfe\xba\ -\xe8\x86\xde\xdb\x8d\x14\x5c\xa4\x0c\x0f\x55\x93\xe9\xa6\xde\x81\ -\x6f\x91\x0d\xe2\x5d\x7c\x72\x09\x9a\x47\x39\xf3\x40\xec\x32\x11\ -\x77\x7a\x64\x22\xfb\x4c\x70\x14\x5b\x31\x34\x5e\x67\x73\xb8\x43\ -\xfc\xe9\xa2\xf5\xd8\x80\x92\x7a\x82\x35\x11\x9f\x2f\x79\x57\x61\ -\xe3\x6f\x7a\x88\xde\x20\xcc\x66\x2c\x90\xb5\x40\x54\x18\x9a\x99\ -\x4e\xa4\xa5\x99\xb1\x8b\x69\x57\xac\xe7\xd1\x00\x44\x11\xc7\x1e\ -\xa0\xfc\x68\xaa\xe2\x02\x91\x27\x3d\x8c\x07\x02\x76\x14\x18\xdb\ -\x37\x35\xd7\xc8\x7d\xe8\xb7\xda\x81\xd3\xa7\x60\x3a\x50\xfe\x4e\ -\x4f\x0d\x57\xa8\x95\x2e\x85\x5d\x9b\x42\x14\x41\xa5\x5c\x5a\xba\ -\xf6\x59\x68\x15\xef\x3a\xce\x88\xd7\x65\x7c\x3e\x03\xae\x49\x71\ -\x80\xf0\xac\xef\xa1\xc2\xdf\x2e\xbf\x4e\xdd\xec\xa8\xe0\x6c\x0e\ -\x25\x83\x4d\xd3\x5c\xe2\x65\x32\x3c\x0f\x73\x93\xd9\x47\x76\xc6\ -\xb7\xcf\x11\xce\x97\xf9\xf5\xe8\x98\x04\xa8\x69\xef\xce\x0b\x76\ -\xac\xcb\xc7\x85\xa0\x89\xd2\xe7\xe5\xd5\xc9\xa5\x0f\xe7\xcd\xeb\ -\xc1\xc5\x8f\xf3\xa5\x4c\x67\xda\xfa\x52\x6e\x08\x24\x9e\x97\xce\ -\x41\x27\xfe\xf9\x1f\x61\xdf\x7d\x12\xa4\x4d\xaf\x23\xed\xe7\x6d\ -\x13\xb0\xa6\xeb\x5c\xbd\x29\x13\x37\x4e\xa2\xa2\x66\xe0\x98\x68\ -\x12\xf5\xe9\x06\xbd\xc4\x26\xe8\x5f\xd7\x43\xd7\x75\x3c\x7f\x9f\ -\x0e\xf0\x00\x00\xcc\xbb\x68\xe3\xbe\x65\xe4\x29\x55\xf3\x2b\x33\ -\x62\xa0\x7d\x96\x85\x72\x6a\x7b\x2b\x4a\x67\x11\x5f\x05\x5d\x34\ -\x55\xd1\x60\xd9\xfe\x59\x50\xdc\x66\xff\x9d\x87\x82\xf4\x34\x89\ -\xd4\x64\xea\x68\x7a\x64\x0e\x6b\xb0\x9d\x8e\xa9\xad\xa1\x0a\xa0\ -\xa7\x37\xc3\xda\x9a\xe3\xae\x6b\xe0\xe3\x67\xa9\xfb\x3c\x9f\x1d\ -\xd7\x7a\x5b\x8b\xd3\x14\x20\xa7\xe4\xed\x9c\xc8\xef\xd3\x34\x0c\ -\xf9\x0c\x97\xb6\xa9\xed\x04\x26\x8b\xd2\x5a\x7a\x91\x73\x42\x28\ -\x6e\xd6\x95\x7a\x97\x71\xfe\x46\xbe\x17\x67\x1c\x40\x15\x6e\xf1\ -\xc2\xa4\x31\x52\x22\x0b\x27\x68\xb4\x3e\xad\xdc\x75\x66\xd6\x64\ -\x93\xc7\xf4\xb4\xa6\x45\x4f\xb0\x27\xe2\x05\xca\x02\xdc\xeb\x9b\ -\xd4\x60\xaf\xfc\xf3\x79\x8e\x37\x16\xc2\xde\xa8\x77\xde\xce\xb9\ -\x00\xe5\xe4\x96\xfc\x6c\x9d\x19\xf3\xb4\xb5\x97\xa1\xed\x8d\x73\ -\x33\xeb\x2c\xe2\x47\xdc\xcc\x5b\xb1\x7c\x36\x06\xd2\xfa\xbb\xa1\ -\xc9\x25\x37\x08\x68\x41\xd7\xa1\x2f\x1a\x1a\xcd\xab\x9c\x70\x7b\ -\xfd\x67\x77\x2f\x01\x74\xa7\x91\x58\xd4\x1c\x69\x98\x45\x8a\x4d\ -\xcb\xd9\x43\x84\xc5\x2b\x01\xae\x88\x8a\x55\xbd\xdd\xd8\x64\x82\ -\x9c\x76\x3f\xc3\xcd\x69\xaa\x05\x28\xed\x12\x5e\xf4\x9a\x4f\xf0\ -\x42\x25\x74\x7e\xe1\xb7\x27\x35\x1d\x51\xc5\x5a\xf5\xe7\xf7\xcb\ -\xb9\x34\x72\x1d\xa9\x8c\x46\x82\x01\x15\xf5\x61\x6a\x1b\xa1\x2f\ -\x7a\xf9\x73\x22\xbb\x26\xab\xa4\x35\x91\x61\xe0\x23\x51\xb7\x6d\ -\x03\x35\x82\xd6\x08\x11\xcb\xa0\xcd\xdc\xad\xb7\x86\xbe\x74\xda\ -\x91\x6f\xfa\xad\xd1\x1c\x46\x5e\x2d\x3f\x97\xbd\x1e\x04\xdd\x50\ -\xe9\x4e\xc8\xdc\x9c\x2a\x75\x84\xa0\x9f\x77\xb1\x74\xa7\xc1\xb1\ -\xf6\x28\x35\xf0\xf1\xfd\x45\xee\x16\xb9\x84\xa6\x47\x2b\x36\x9c\ -\x88\xd9\xb7\x8b\x28\x2e\xf3\xd9\x6f\x48\x2f\x33\x98\x56\xb9\x87\ -\xe8\x91\x7f\xc4\x79\x65\xb5\x80\xc1\xce\xcb\xdd\xe5\x72\x84\xe2\ -\x64\x2a\xd1\x23\xe0\x2e\x0a\x95\xd0\x3d\xf5\x97\x2d\x12\xe8\xc2\ -\x73\x63\x76\x2a\x95\xb4\x7c\x17\x25\x82\xa8\x51\x20\x22\x8c\x17\ -\x51\xd0\x35\xfb\xcc\x08\xcb\x8b\xc6\x63\x20\x9a\xca\xa5\x95\x78\ -\x14\xbb\x8d\xda\x76\x68\x73\x92\xb6\xa7\x78\x2d\x94\x3b\xda\x11\ -\x23\x46\x22\xd7\x6e\x9d\x85\x5e\x5c\x11\x14\xc5\x7c\x15\xbe\x7c\ -\x88\x25\x89\x9a\x82\xe4\xb6\x00\x00\x20\x00\x49\x44\x41\x54\xdf\ -\x8b\xb6\x5a\x5c\x4f\xdb\x71\xfe\xd2\x40\x18\xd5\x06\xc3\x8e\x9c\ -\xc8\xa8\x99\xcd\x09\xf3\xe8\xe8\x35\x0f\xf3\x32\x38\x71\xf7\x94\ -\x6e\x63\x79\x72\xc7\xc9\x35\x07\x0f\xcd\xda\xcc\x8b\x31\x6d\xa7\ -\x53\x5c\xb4\x9a\x14\x55\x31\xab\xd2\x26\x66\x8e\x40\x64\x89\x30\ -\x4c\x9f\x68\xe5\x33\x6a\xe6\x05\xec\x21\xab\xdd\x70\xe5\x2c\x12\ -\x05\x3a\xf6\xc6\xcc\x08\x0b\x0a\xea\xef\xa3\xf8\xb1\x35\xcd\x8f\ -\x35\xfb\x66\xbb\x2b\x29\x0e\xc7\x68\xc8\x72\xd4\x7d\xb8\x1c\x9d\ -\x45\x7c\x6f\xb8\xc7\xe1\x28\x95\x37\x11\xa8\xdc\xee\x61\x88\x8e\ -\xf6\xd2\x41\x4b\x7c\x20\xcd\x61\x9a\x80\x72\xfa\xec\x7b\xd2\x4d\ -\xe2\xd3\x34\xc9\xee\x87\xf5\x00\xf6\x66\xb1\xc4\x58\x24\x50\xb7\ -\x2a\x17\x0f\xc3\x85\x6a\x05\x8f\xeb\x5c\xc7\x53\xc4\xce\x8d\xbe\ -\x63\xee\x81\x89\x1c\x8b\x26\x45\x4f\x8f\x89\xd6\x5b\xb3\xf6\x44\ -\x22\x4b\x4f\x69\x9f\x19\x69\x56\xd2\xb3\x2d\xb4\xa1\x6f\x3d\x4e\ -\x21\x0b\x5d\x22\x88\x8a\x07\x17\xd7\xf3\xda\x78\x9b\x0c\xb6\x69\ -\x2a\x3a\x2d\x99\x5e\x75\x7e\xe7\xc4\xe1\x6f\xc0\x4a\x69\x29\x56\ -\xf8\x2c\x5b\x03\x97\xb1\x83\xcf\xaf\xab\x84\x36\x89\xb9\x0e\xfa\ -\x4e\x13\x21\x8f\xcf\xc2\x63\xaa\x92\x13\x21\xd7\x53\x8a\xe8\x23\ -\xa3\xa6\x37\xe6\x9d\x36\x69\xfa\x56\xca\x10\xce\x91\xb1\xe3\x74\ -\x71\x6d\xb6\xc8\x7d\x8a\x17\x67\x7f\xd5\xab\x32\x3e\x77\xd2\x29\ -\x35\x1c\x5c\xbf\xeb\x40\x4e\x5d\x6f\x15\xc0\xfc\x42\x0f\xab\xb0\ -\xe6\xa1\xe9\x22\x19\x24\xc9\x58\x93\x0b\xdd\xa6\xbf\xdc\x04\xcf\ -\x40\xe3\x12\x93\x1f\x0d\xa2\x87\xa1\xe5\x1a\x4e\xc0\x2f\x0c\x85\ -\xe4\x4d\x31\x36\x41\x4c\x7f\x9e\x55\x60\x38\xe0\x49\xe7\x14\xf1\ -\xa9\xeb\xeb\x13\x2b\x1d\xe1\xb5\x3a\x29\x36\xa3\x50\x97\xc7\xb9\ -\x78\x6a\xbc\xc6\x74\xfd\x35\xa6\x83\xbf\x4c\xd5\xe5\x85\x86\x25\ -\xa0\xa7\x0b\xf5\xb0\x57\xcf\x20\xd2\x96\x0b\x94\xce\x9b\x4c\x83\ -\xc6\x38\xff\xfc\x79\xcf\x7b\xa3\x0b\x69\x9f\xd5\x4c\x9a\xc2\x98\ -\x07\x91\xcf\x96\x93\xd9\x5d\x66\x1c\xf9\xdc\x05\x27\xba\x14\xc0\ -\x93\xea\x9d\x34\xb7\x8c\xb7\xe1\xef\xa6\x5e\x80\x99\x4b\xd4\xd7\ -\xe1\xfc\x9c\x69\x84\xd2\xbe\x77\x84\x6d\xb3\x9e\x34\x40\x1a\xa6\ -\x65\x61\x3a\x1d\xc0\x90\x38\xf0\x08\x07\xa0\x63\x4f\x85\x26\x27\ -\xc0\x8e\x1e\x3b\x92\x7b\x9d\xf9\xf5\x5e\xeb\x21\xf1\x76\xc7\x29\ -\x4e\x13\xa1\xb7\x3b\xbb\x64\x1d\x76\xbf\x44\xdc\x0b\x1f\x59\x81\ -\xb6\x8c\xca\x2f\xd4\xea\xb9\x0a\x95\xa6\x96\x71\x97\xf5\xa5\x3e\ -\xf5\xee\xf8\x0f\x8d\xd5\x9b\xa6\x6c\x98\x94\xe5\x79\x6f\x80\xdd\ -\x6e\x10\x81\x02\xa0\x7b\x8f\x09\x28\x74\x36\x57\x32\x6a\x27\xae\ -\xfa\xdc\x1b\x3f\x66\x9b\xd6\xa5\x4b\x74\x4e\xe0\xf9\x70\x4b\x7d\ -\x9b\xc6\x49\x6a\xbc\x31\xd6\xb5\x4f\x2d\x55\x70\x0d\xaa\x32\x25\ -\x53\x45\x5c\xa3\xa9\x2f\x80\xf0\xa1\x74\x00\x7d\x01\xb4\x48\x34\ -\xa9\xdd\x73\x2d\xd0\x9c\x98\xbf\x30\x89\xde\xe9\xab\xe7\x14\xf1\ -\xbb\x04\x61\x6a\x6a\x77\x4e\xa4\x20\x3a\x0c\x87\x44\x3b\xbb\xc4\ -\x7b\x19\xda\x16\x10\x7c\xa2\xbc\x5d\x13\xc3\xc7\xc4\x48\xa5\x39\ -\xcd\x31\x81\x6e\xf9\x6b\xb8\xab\x59\x22\xca\x83\xea\x97\x1d\x3d\ -\x57\x10\xe9\xec\x0c\xc8\x1c\xd5\x0e\xd3\x05\x3d\x16\xf6\xe2\x65\ -\x21\xab\xfb\x33\xbf\xa7\xdc\x85\xc8\x01\x80\x8f\x26\x7b\xf1\x50\ -\xe3\xbc\xb2\x0b\x56\x6d\x56\xdb\xbd\xa8\x6e\xc6\x07\xd1\x2f\x9e\ -\xa1\xaf\x21\x48\x1c\x13\xbd\x10\xf7\x85\x39\x98\x1f\xd6\xec\xfc\ -\xfe\xb3\x01\x63\x37\x02\x61\xe2\x07\x9f\xf4\x6d\x52\x50\xf6\xd5\ -\x5f\x90\x6d\x79\xd9\xd8\xfd\x67\xf3\xcb\x75\x86\x0a\xeb\x93\x7e\ -\xb5\x26\x9d\xa6\x90\xaa\xd5\x9c\xf2\x9e\x07\x1e\x5a\x83\x18\x8d\ -\x4e\xe6\x6e\x25\xba\xac\x98\xa1\xeb\x61\x91\x7e\x79\x23\x74\x3a\ -\x16\x45\x63\xb3\x46\xe9\x30\x9c\xe1\xba\xeb\x8d\x17\xb7\x11\xb8\ -\x59\xf6\xc5\x3d\x5b\x42\x5f\x0f\xe9\xe5\x22\x59\xe2\x85\xb5\xae\ -\x46\x65\xd2\x26\xaa\xbc\x5b\x6e\xcf\x3c\x3c\x77\x66\x51\x55\x4c\ -\x00\x12\x3d\x95\x74\x4b\x9c\xf4\x9f\x46\x77\x38\xcc\x3c\x9e\x17\ -\x28\xbf\x8f\xd1\x9d\x52\x89\xae\x2f\xca\x77\x6b\xff\x5d\x08\xf8\ -\x59\xff\xe7\x81\xaa\x0d\x1a\x67\x73\x5d\xda\x4e\xff\xe8\x63\x77\ -\x5e\xe5\x24\x56\xe8\xed\xfe\x3a\x31\x8a\xe9\x2f\xad\x19\x3d\xd0\ -\x29\x45\x7d\xe2\xd5\xcf\xa6\x81\x28\x65\xc1\x41\xc3\x78\x86\x1a\ -\xc8\x01\xd1\xc7\x04\xac\x37\x69\xd5\x58\x35\x34\x17\x92\xf4\x37\ -\x71\xef\x8b\x2c\x30\x1b\x9d\x27\xd6\xfc\x0c\x4a\xa7\x86\x44\xbb\ -\x50\xfd\x70\x32\xe4\xc6\xf4\x11\x6a\xe2\x64\x7c\x9f\xae\x55\xfe\ -\x8f\x27\x16\x73\x37\xe1\x58\xad\xb1\x08\x11\x3f\x35\xd8\x29\xf6\ -\xf8\xca\xa6\x80\x54\xbc\x5e\xf6\x80\xeb\xa4\xc2\x58\x1f\x32\x9c\ -\xb8\x86\x2b\x54\x4c\x14\xa5\x35\x3a\xdc\x1c\x23\xad\xcd\x75\xde\ -\x76\x69\x25\xa0\x93\x6a\xfe\x32\x79\xeb\xee\xb1\x00\x67\xfe\x14\ -\x3c\xef\xc8\xfe\xfc\x4a\x0a\x73\xac\xa3\x1d\x76\xd7\x5d\x1b\xfb\ -\x42\x3b\x7c\x6f\x4a\x77\x15\x5c\x32\x83\x35\xa9\x19\x08\xe5\x9e\ -\x4d\x57\xd6\x36\xdd\x58\xcd\x9a\xbb\x57\x84\xf0\x89\xf1\xcb\xb9\ -\x62\xb6\xd7\xfe\xcc\x1f\xcf\x62\x01\x90\x97\xfd\x23\xe8\xd9\xce\ -\x59\x28\xbc\xe8\x68\x4b\xcb\x3c\xcf\x6c\x7b\x85\x07\x42\x26\x9c\ -\x0d\xa0\xd1\xc1\x76\x43\xe7\xfb\xa4\x91\x32\x56\xa2\xd3\x59\x55\ -\xdf\x0b\x98\x93\x51\x72\x82\xa2\x22\x0d\x5c\x45\x33\xca\xa0\xc9\ -\x8c\x00\xd3\x68\x06\x57\x48\x03\xda\x04\x00\xaf\x81\xe2\x28\xed\ -\x35\x9d\xd3\x4a\x77\x20\x8d\x7d\xd7\x6d\x80\x1f\xcc\x19\x6d\xe4\ -\xc1\x46\x71\xf6\xe6\x88\x5d\xa3\x95\x1a\x6a\xdf\x1b\x1a\x1a\x96\ -\x80\x78\x62\x4f\x85\x56\x68\x15\xb0\x96\x14\xab\x4e\x1f\x0e\x76\ -\x8b\xeb\x57\x04\x56\xc8\x9e\x9f\xb1\x02\xdc\x83\x96\x2e\xc7\x64\ -\x6e\x8d\xb3\x11\x4d\x9b\x49\x2e\x25\xe0\xe6\x16\x9b\x77\x35\x49\ -\x4e\xb4\x8d\x2d\xa0\x0f\x36\x88\x69\xcf\x8f\xc6\x28\xf3\x81\x68\ -\x06\xaa\x1f\x81\xab\xbd\xf9\x78\xdc\x11\xf4\x4e\x0b\xcb\x3a\xa1\ -\x35\xe7\x61\x8d\x9e\x8d\x7b\x77\xdd\x13\x33\xf6\x66\x2a\xe3\x2c\ -\x3e\x25\x04\xcb\x69\xc6\xf4\x19\x34\xce\x74\xd8\x73\x8d\xd3\xf3\ -\x7c\x2e\x5a\x7a\x80\x47\xbd\x8e\xe8\x94\xeb\xa1\xfb\xe9\x35\x9f\ -\x32\x16\x6e\x07\x93\x08\xdd\x97\x58\x5b\x99\x20\xb2\x5f\x29\xff\ -\x78\x99\x67\xa7\xf6\x3a\xdc\x1f\x69\xb7\xfa\x89\x5a\x7d\x1a\xae\ -\x94\x2b\xeb\x01\xd5\x29\x69\xb1\x28\xba\x68\x86\xdb\xb9\x17\xcf\ -\x68\x4b\x72\x05\x9f\x59\x8c\x61\x76\x55\x8e\xd6\x76\x2f\x5f\x8f\ -\x77\x2b\xbe\x2f\x7a\xbe\x14\x89\x26\x63\x8d\xcf\xde\xc4\xeb\x8c\ -\xc8\x61\x9c\x99\x5c\x3a\x29\xc6\x12\x2e\x26\x9e\x37\xea\xfa\xfd\ -\x48\x62\xc4\x5f\x8c\xa0\x8a\xa1\x72\xb2\x1b\x8a\xb9\x60\xb5\xa1\ -\x39\x40\xdb\x3e\xb2\x7f\x5e\x82\xed\xb9\x04\x3e\x0a\x86\xb9\xf6\ -\x45\x0e\x41\xbf\xb8\xac\x58\x29\xfd\x02\x00\x7c\xb0\xcd\x27\x5f\ -\x62\x54\xfb\xe3\x14\x38\xa7\xd3\xe9\x6d\x05\x0a\xcf\xac\x96\xeb\ -\xfa\x07\x84\x85\x5f\xfd\x83\x6b\xfd\x33\x3a\x62\x49\xe7\x26\xc2\ -\x26\xcf\x79\x88\x60\x33\x31\x6c\xee\x9f\x9f\x9f\x2c\xf0\x22\xa7\ -\x89\x84\x8a\x13\xea\x0d\x5b\xd0\xb3\x2c\xf4\x34\x28\x74\x65\x5f\ -\xab\x7a\x57\xc8\xdc\xba\x40\x6a\xee\x78\x8a\xed\x94\x85\x0d\x10\ -\x63\x9b\xc5\x19\x16\xfd\x14\x87\x35\x8a\x4d\xad\x0b\x2e\x10\x81\ -\x18\x45\xff\xd2\x4e\x7e\x2f\xb9\x0d\x7c\xda\xf3\x7a\xc4\x27\x1f\ -\x0b\x8d\x51\x39\x56\xa1\xa3\x8a\x51\xb1\x35\x14\x9c\xd3\xbc\xcf\ -\xe7\x5f\x3f\x88\x79\x8a\x63\xfd\xaf\x5b\xfe\x9d\x13\x46\x2a\xf1\ -\x71\x58\x94\xb3\x10\x22\xa7\x87\x1b\x7a\x2e\xed\xe2\x3c\x37\x44\ -\x8e\xdf\xe9\x0f\x94\x96\x07\xa9\xad\xe4\x53\x67\xf0\x2f\x82\x3a\ -\xe7\x0d\xdd\x62\xd0\xae\x6c\xad\x2d\x7f\x1a\xf2\xc0\xd5\x7b\xa5\ -\x39\xc4\x6d\xcf\x14\x95\x91\xd4\x9f\x55\xe4\x5c\x05\x0d\x2c\x90\ -\x71\x76\xa1\xeb\xaf\xbc\xe4\x58\xa1\xcc\x43\xb6\xde\xa9\x43\x9b\ -\x0d\xb1\x15\x58\x7b\x7d\xa0\x60\x2c\x05\x44\xa6\xf1\x84\x62\xe3\ -\xd7\x73\x2a\x96\x87\xc9\x26\x3d\xd6\x5d\x2e\x6f\xfd\x83\x45\x17\ -\xa0\x97\xe9\x28\xbc\x20\x8f\xa9\x65\x77\xfd\xb1\xd7\xa3\x55\x44\ -\x41\xb1\x03\x3d\x3c\x8c\x1c\x3a\x6d\x63\xd8\xad\xc7\x01\xe5\x97\ -\xe5\xad\x7f\x7c\x02\xc3\xee\x90\x54\xe8\xd5\x45\x8c\x5b\x7f\xcd\ -\x36\x98\x2e\x5c\x58\x1e\x0c\x5c\x28\xd0\xa7\xd9\xfd\x66\xc0\x30\ -\x6a\xe4\x3e\x90\x24\x08\x74\xb7\xa9\x87\x2a\xf6\xfd\x67\x98\x8c\ -\xc4\xd9\x21\x89\x96\xff\x41\xe4\xdc\x54\x62\x68\xfd\x5c\x9f\xd4\ -\xf8\xf9\x1a\xd5\xae\xdf\xb2\x1c\x8f\xb0\xce\x16\x29\x7d\xe6\x2d\ -\x1b\x17\x2f\xfc\xd2\x0d\x12\xd3\xb7\x5d\x2f\xcf\x6c\xcb\xc7\x0e\ -\x7c\x2c\xc0\x33\x77\x88\x7d\x5a\x4e\x1b\x9f\x7d\x5b\xc6\x19\x97\ -\x56\x86\xd4\xec\xc1\x75\x11\x6e\x77\xc7\x54\xbf\xf4\x3f\xbe\xde\ -\x2e\x9f\xa4\xdd\xb8\x7d\x5d\x6b\x16\x36\x11\x38\x6b\xcd\xfe\x07\ -\x20\xfb\x1a\x69\xd1\x9c\x8e\x58\xb7\x73\xd7\xb5\x9c\x9f\x8f\xe9\ -\x86\xe0\xe3\xcd\x13\xbb\xa2\xd3\xc5\xef\xfe\xce\x3f\xf4\x6b\xf4\ -\x99\x1a\xcb\x16\x7d\x41\x3d\xd7\xe5\xb4\xa4\xf5\x09\x22\x01\x4e\ -\xeb\xe0\xba\xb4\xa4\x9a\x83\xb5\x16\x54\x3e\xd0\xd0\x9a\x12\xe3\ -\x23\x1f\x3b\xfb\xc8\x1c\x43\x3f\x2a\x59\x68\xac\xc5\x49\x2e\x64\ -\xb6\xf5\xb8\x25\x72\xba\x2c\x0b\x0c\x64\xd9\x3d\x81\x88\x87\x39\ -\x00\x3b\x9a\x2e\x44\x50\x56\xa8\x2e\x28\x6d\xbb\x1f\x3a\x00\xe5\ -\x81\x8f\x49\xed\xec\x5c\x38\xdc\x45\xfd\xf5\x0b\x5a\xf4\xdf\xa7\ -\x54\xae\x21\xd3\xdb\x5d\x22\x95\x9c\xd6\x57\x94\x8d\xd6\x90\xc9\ -\x23\xc0\x35\x8a\xd5\x7b\x7f\x8e\x50\x4f\x49\x73\x1e\x55\xe0\x43\ -\xb7\x4f\xf7\x35\xa9\xe8\x05\x2e\xb1\xe5\x70\x69\xaa\x4d\x8e\x2a\ -\x8a\xb1\xf5\xcf\x40\xd2\xd9\x9b\xa3\x98\x50\xde\xfa\x3b\xcd\x76\ -\x0e\x06\xc8\x1f\xf9\xe3\x1a\x56\xd3\x27\x33\x26\x30\x28\xf8\x34\ -\x30\x94\x10\x91\xed\x91\xef\x15\x39\x4e\xa4\xdd\x80\xaa\x0c\x81\ -\x6e\xfd\xb5\x5f\x73\x5a\xdd\x40\xbd\x01\x7c\x3e\x96\xa3\x93\xee\ -\xb9\xe2\x8c\x13\x5f\x23\x5b\xfe\xa4\xc3\x2a\xd1\x2a\x26\x8a\x37\ -\xbd\xb7\x9f\x2b\x99\x7d\x43\x35\xe5\xb4\x3b\xcc\xcf\xaf\xe1\x67\ -\xee\x59\x7c\x3d\xde\x21\x24\x0b\x58\x8f\xc6\xca\x90\xff\xd5\x9c\ -\x58\x2d\x83\xc8\xea\x8b\x39\x89\x87\xd7\x3b\xf6\xfe\x16\x94\x6e\ -\xc8\x46\x99\x48\xe8\xb2\xef\x25\x6e\x95\x1e\xc2\x80\xd3\x66\xdc\ -\xfb\xbd\x5b\xff\xe4\x59\x4a\x47\x84\xc2\x45\x84\x0f\x3e\x06\x4e\ -\xb7\x35\x21\xa2\x60\x5f\x93\xb7\x9b\xa9\x64\xd9\x79\x00\xad\x37\ -\x7d\xb0\x88\xa1\xb8\xfc\xdd\x87\x34\x64\x61\x71\xe4\x04\x52\xae\ -\xd7\x2a\xea\xd5\xdd\xf4\xee\x6c\xbe\x42\x4a\x42\xc2\xce\xf9\x17\ -\x6c\xdc\xb9\x76\x76\x00\x4b\x31\x35\x16\xa9\xf5\x93\x13\xd3\xd9\ -\x6f\xed\xc7\x74\x9c\x86\xd1\xd2\x47\x3e\x43\xaa\x61\x60\x65\xa3\ -\x80\xe1\x2e\xf9\x5d\xfb\xb9\x17\x1b\xa5\xf0\x8f\x9f\x57\x8b\x7f\ -\xb0\xb1\xed\xfd\x44\xae\xa3\x4f\x5e\x12\x10\x23\xf2\xcc\x2b\xca\ -\x98\x92\xad\x9f\x36\xe1\xdd\xc3\x74\xa5\x6b\x2d\xad\x89\x97\xd9\ -\x5c\x11\x80\x5b\x9c\x4d\x02\xb0\xae\xc7\xe4\x68\xef\x32\xd8\xea\ -\x56\xef\xd1\xc4\xdd\xa3\xe1\x68\xb5\xe7\x62\x90\x5a\x8e\xab\x64\ -\x0a\xce\xca\x09\x3e\xb9\xfe\xfb\xb3\x7f\xed\x74\xf7\xfb\xbc\x6a\ -\x0c\xa3\xe8\x7e\xf6\x9f\x37\x1a\x44\x8c\x76\x71\xb7\x49\x73\xe4\ -\x4e\x46\x3d\xbd\x88\xf1\x91\x7f\x01\x31\x66\x8b\xd5\xa8\x77\x35\ -\x47\x0a\xa7\x6f\x3e\xdd\x7a\x8b\xd1\xf3\xb1\xbb\x24\xeb\xcf\x16\ -\xe5\x00\xc5\xef\xe7\xd7\xd8\x37\x43\x87\x6c\xef\x3a\x56\x60\x80\ -\x8d\x24\x64\x4e\xce\x2d\x2b\xf6\x57\x76\x5a\xba\x47\xed\x9d\x75\ -\x2b\x08\x77\x93\xc0\x2c\xe2\x01\x7e\xa8\x2a\x6e\xf9\x38\xfb\xc9\ -\xf4\x7c\xe2\x60\xc4\x85\x61\x57\x89\xc1\x51\x27\x22\x5c\xd7\x35\ -\xc6\x74\x99\x3b\x21\x8a\x5b\xe5\xb5\xc3\x53\x65\xb3\x39\x0c\x2a\ -\x83\x04\x65\x2f\x3c\xf8\x7d\x0c\xaf\x8a\x9f\xeb\x2a\x1b\xe0\xae\ -\x13\x61\xb6\x0f\xd9\x11\x97\x70\x81\x4c\x14\x57\xa1\x14\x82\x31\ -\x40\xc8\x2e\x21\x41\x4d\x93\xce\x50\x3d\x3e\xa8\x46\xd5\xec\xcc\ -\x49\x1d\xd2\x94\x83\xb3\xbb\xa5\x74\xab\x6b\xda\x83\xe3\x20\x98\ -\xe1\x74\x36\x89\xe3\x93\x4a\x90\x8e\x7e\x9c\x2f\xb8\x4c\x2c\xa6\ -\x89\x02\x79\xd1\x42\x24\x75\xb0\x71\x85\xd5\xc5\x81\x96\x74\x2c\ -\x77\xea\xb3\xf1\xef\x1c\xb5\x47\x51\xda\x75\x19\x8c\x77\x2a\x99\ -\x51\xbe\x64\xba\xe0\x11\xbd\xd2\x30\x58\x0f\x7d\x4b\x9b\x7a\xf1\ -\xba\x2a\xc3\xc8\xed\xbb\x25\x0b\x38\xe0\xe2\x9f\x03\x71\xe5\xe9\ -\xd0\xe8\xc8\x4b\xa6\xdb\xb7\xe6\x62\x81\x7c\xe3\x68\x6e\x80\xb0\ -\x7e\xb5\xa2\xcd\x27\x84\x82\xe6\xac\x56\x87\x10\x98\xb0\x34\x2c\ -\x48\x62\x54\xec\x45\x0f\x9d\x28\x95\x60\x66\x9d\xe8\x10\xa8\x86\ -\xdb\x25\xf3\x95\x9b\x37\x67\x06\xe6\x96\xe1\x7b\xcb\xe8\x47\xf6\ -\xc0\x96\x15\x9b\xc3\xea\xbc\x9a\x7f\x43\x95\xb4\x9a\x66\x85\x07\ -\xd6\x02\xfb\xb6\xcf\xf9\xf3\x0f\x72\x2f\xf5\x67\x23\x2a\x7e\xa1\ -\x97\xdc\xd9\x2b\x77\x9b\xe2\x71\x20\x72\x3f\x53\xcc\x1f\xba\x1f\ -\x9f\xae\xfe\x5c\xff\xc7\x73\xb1\xc4\x3a\x5e\xe2\x5c\x7e\x02\xc5\ -\xb5\x1a\x82\xdd\xf4\x11\x50\xe4\x98\xfc\x9b\x80\x3c\x5c\x97\xb2\ -\x40\x4d\x5e\xf4\x37\x9a\x1b\x9d\x51\x2f\xaf\x06\x29\x7d\x2a\x1d\ -\xeb\x86\xff\x22\x1c\x0e\x4d\x29\x35\x9e\x7c\xa0\xfe\xe3\xf7\x77\ -\xbb\xd7\x14\x4b\xaf\xd2\x0e\xaa\xa6\xab\xdd\x8e\x20\xc8\xb5\xfe\ -\x9a\xbf\x47\xc1\x15\x3f\xf7\x5e\x6a\x84\x7a\x3e\xce\xce\xe8\x80\ -\xf4\x2c\x3b\xe3\x23\xf2\x3c\x8a\x29\xbc\x01\x4e\x83\xde\x8c\x5a\ -\x23\xe1\x0a\x7b\xc6\x2f\xd4\x65\xce\x89\x64\x46\x06\x12\x45\x9e\ -\x50\x82\x29\x34\xf6\x17\x40\xc0\xb6\xe2\xe4\x5a\xfc\xb8\xb4\x80\ -\x70\x5c\x12\x60\x55\xc6\x61\x4d\x66\x3a\xed\xb3\xc7\x6e\x9c\x02\ -\x69\xc5\x75\xad\x83\x26\x69\xae\xa9\x24\x33\xfe\xa2\x1b\x28\x74\ -\xab\x6d\x6d\x3a\x9b\xaa\x4d\xa5\x69\x18\xd6\xeb\xf9\xf8\x8e\xa8\ -\x4f\xb1\x74\xd1\x4d\xbe\x23\xa2\x8b\x2e\x90\x6e\x54\x38\x95\x42\ -\x5c\xb7\x64\x81\x98\xfc\x2e\x94\x6f\xa6\x01\x94\xec\x0b\xbf\x27\ -\x64\x5a\xaa\x57\x06\xe2\xd4\x30\xab\x2a\x7e\x08\x66\x5f\xdd\x22\ -\x0d\xcc\x99\xd5\x27\x16\x4b\x33\xe0\x1a\x69\x6e\xd0\x8a\xc7\x6c\ -\xd6\xb5\x51\xd6\x34\x9d\x7e\x21\x97\xad\x5d\x84\xdd\xb4\x14\xb0\ -\x00\x80\xe9\x7f\x71\xbb\xd6\xd4\x4a\xcb\xf2\x1d\xf2\xbf\xd2\x1c\ -\xb7\x82\xcc\xe7\x65\x60\x6c\x44\x76\x34\x25\xcc\x5f\xfa\x8a\x45\ -\xd7\x90\x34\x1c\xae\x10\x05\x2a\x04\xb0\x43\xe7\xf9\xf0\x96\xaf\ -\xb7\xda\x73\x34\xd4\x9f\x71\x23\x23\x2a\x49\xdc\x24\x68\xb7\xe9\ -\x11\xc6\xfa\xcb\xe9\xe5\x02\xa6\x11\x4f\x7c\xd7\x70\xbf\x34\x97\ -\x38\x49\xda\x5e\x4c\x6b\xa3\xf9\x9c\x19\xa3\xaa\x1b\xd8\x05\x48\ -\xf8\x8b\xab\xbb\xff\x70\x03\x64\x5a\x3e\x2d\xb1\xea\x5e\x57\x77\ -\x3e\x7e\xa3\xc6\xce\x35\x1e\x39\x48\x69\x71\x3d\x26\xdc\x04\x73\ -\x55\x24\x4c\xff\x54\x6e\x53\x8d\x9a\x7c\xbe\x5e\x11\xf4\x9e\x69\ -\x96\x00\x59\x0b\x7c\x36\x6d\x4c\xd3\xdb\xc0\x34\xdf\x11\x27\x31\ -\xb4\x8f\xfe\x7b\xae\xeb\x67\x30\x09\x52\xdd\x11\x54\xd1\x87\xe1\ -\xc3\x1e\x61\xd2\x8b\xbc\x19\xc1\x74\xbb\xd5\xa6\xb3\xb7\x3a\x73\ -\xe5\x1a\x57\x75\xcd\x1e\xc1\xc3\x7b\xe3\xb7\xde\x0f\xa3\x0c\x82\ -\x38\x30\x2d\x59\x33\x49\xd3\x05\x6f\x8d\xe9\x49\x69\xae\xe8\xb8\ -\xaf\xde\xe9\x6e\xec\xd4\xd5\xa9\x37\x4a\xed\x98\x4f\xa4\x3a\xc3\ -\xe9\x41\xef\xcd\x3d\xad\x0e\x94\x2f\x07\x51\x4a\x1b\xc8\xcb\xc1\ -\x8e\x1b\x6e\x68\xa1\x23\x96\x20\xbe\xbe\x9c\x9f\x8f\x01\x6c\xc5\ -\xb5\xfe\x99\x93\x2c\xa2\x23\xda\x88\xde\xcd\x27\xbe\xd4\x1c\x9d\ -\xfd\x23\xaa\x58\x7f\x99\x58\x6d\x15\x4c\x46\xdf\xd3\x39\x9a\xb0\ -\xac\x91\x57\x53\x33\xab\xff\x73\xa6\xab\xf9\x24\x64\x4e\x97\xb4\ -\x5d\x6c\x43\x24\xe4\x39\x37\xfc\x72\x6f\x88\x6b\x1d\x57\x4d\x95\ -\xdc\x16\x54\xb9\x3a\x76\xbb\x40\x39\x1d\x72\x80\xe8\x60\xc5\x33\ -\x70\x96\xd9\x5e\x36\x7a\x43\xbe\x88\xe4\x96\xeb\xa0\x3b\x59\x36\ -\x54\x4b\x97\x26\x06\xf3\x17\xab\x65\x0f\x86\xeb\x9b\x7c\xda\x8c\ -\x2e\x00\x6f\x34\x2d\x69\x17\x0f\x4f\x5d\xcb\x39\xfe\xf5\xf3\x25\ -\x0f\xb6\x23\x07\x2c\x9c\xee\xe8\x10\xfd\x67\x11\xe9\xc1\x71\x7b\ -\x37\x7a\x95\xd2\x08\x76\x3d\xf9\xa3\xe4\x61\xb0\xa6\x25\xe0\xd2\ -\x55\x75\xb0\x21\x2d\xe8\x31\xa9\x62\x47\x03\x52\x56\xa0\x7c\x68\ -\x88\x28\xa9\x02\xf9\x19\x76\x68\xdd\x90\x9b\x9d\x9a\x48\x9a\x7d\ -\xca\xb0\x16\x01\xb2\x12\x29\xb4\x29\x0b\x8a\xa2\xd0\x83\x05\x1d\ -\x8d\x3b\x8b\xf3\x85\x23\xf4\x35\x11\xd6\x83\x2a\xd1\x3e\x1f\x9f\ -\xc2\x47\x9d\xa2\x03\x7a\xc9\xf3\x90\x66\xb6\x22\x07\xed\x28\x80\ -\x82\xa2\x62\xd8\x64\xa3\x6c\x74\x15\xe4\x79\x66\x1a\x59\x56\x07\ -\x7b\x65\xda\xc9\x0e\x2e\x2c\x44\x82\x32\x47\x8f\xcb\x8d\x9d\xae\ -\xf7\x70\xc2\xd3\xa7\x53\x1e\x50\xee\x6d\x81\xc8\xc6\x73\x59\xa4\ -\x9e\x5e\x1f\x89\xe4\xdc\x10\x4a\xa3\xc8\x44\x1e\x91\x92\x21\x90\ -\x11\xe8\x68\xcf\xb3\x87\x1f\x1f\xef\x49\xe5\xb5\x10\x2d\xdd\x85\ -\xe4\xe4\xe2\xcc\xa3\x53\xe0\x45\xdb\xa1\xad\xf1\xc1\x70\x2f\x2a\ -\x11\xbb\x34\x8d\xc6\x36\x24\xb3\x81\x09\x39\x59\xa6\xe0\xff\x2f\ -\x5f\x43\x9e\x2e\xa5\x54\x61\xcd\x89\x52\x86\x55\x75\x18\x07\x3c\ -\x27\xb7\xd1\x94\x65\xf1\x9a\xd3\x27\x79\x14\xd9\x33\x40\x99\xca\ -\xdc\xc4\x77\x29\xa5\xeb\x1b\x52\xe8\xcf\x61\xa7\x9d\x1a\xa3\x27\ -\x5f\xbf\xe7\xea\xc4\x94\x84\xf9\xe7\x28\xee\x29\xe9\xd1\xcc\xfc\ -\xcc\x62\x53\xa0\xdc\x35\x35\xf7\x8a\xca\xb4\x42\x4f\xbd\xa1\x96\ -\x4b\x63\x16\xe0\x19\x20\xb9\x9a\xd9\xcd\x7a\x5c\x8e\x56\x18\xad\ -\xa1\xcd\x49\x5a\x52\xc0\x1d\xcd\x0d\x71\x68\x16\xf3\xbc\x7c\xd7\ -\x8b\x0a\xbc\x59\x20\x4d\x2a\x4b\xba\x70\xba\x65\x7b\x58\xe6\x47\ -\x07\x7e\xea\xc6\xfe\xaf\xf2\xc2\x94\x5f\x1a\xf6\x49\xa9\x9d\x80\ -\xd0\x3c\x5f\x97\x47\x9a\x24\xaa\x8a\xa7\x2b\xd6\x74\xa5\xad\xa2\ -\xe5\xf9\x19\xa5\x99\xd6\xb4\xef\xd5\x84\x0c\x0f\xaa\x33\x35\xba\ -\x36\x6c\xbd\x6a\xbc\x7f\x2e\xb7\xb7\x98\xee\x54\x0f\xe7\x5a\xae\ -\x17\x1b\xfd\x38\x97\xab\x40\xa5\xbc\x8b\xd0\x42\x6c\x83\xde\x19\ -\x0e\x47\x74\x66\x09\x66\x53\xc9\x5f\x34\x5f\x77\x33\x1b\x68\x27\ -\xa7\xd3\x48\xff\xa6\x3d\x9a\xb4\x3e\x6d\x7b\xfa\xc8\x15\x83\x82\ -\x1e\xd4\x34\x49\x27\x3d\xc8\x6e\xbf\xde\x22\x33\xa0\xc3\xe4\x89\ -\x34\xd8\x08\x57\x9a\x5f\xb0\x56\xe8\x6b\x19\x6a\x20\xa7\x4d\xa4\ -\x16\x60\x2b\x2d\xce\x23\x6f\xb8\xc5\xa9\x5f\x8a\x29\x54\x19\x38\ -\x68\x39\x1e\x7a\xe3\xf4\x6c\xaa\x28\x0b\xf1\x5a\x17\x16\x59\x23\ -\x5c\x5a\x98\xb2\x51\x6f\x75\x54\xd2\x9d\x81\x5b\xef\xa6\xc1\x89\ -\xfc\xc2\x3d\x6b\x2c\xc4\xbd\x73\x46\x8a\xf0\x08\x5e\x7e\xfb\xeb\ -\xd4\xdd\x0c\xc9\xc2\xb9\x57\xf2\xac\xb7\x60\x78\x69\xcc\x1c\x4a\ -\xad\xce\x64\x88\x70\x18\x72\x34\xe3\x83\xde\x34\x53\x7f\xf6\xaa\ -\x4d\xbb\x47\x33\xb8\x1b\x15\x2c\xdf\xcf\x91\x4e\x1d\xd7\x0e\x5c\ -\x61\xfb\x99\x74\xda\xbc\x60\x64\xb2\x71\x16\x6d\xe5\x6c\x17\xa1\ -\xca\x36\x2d\x5c\x93\x62\x0b\x49\xbb\xf6\xca\xee\xa3\xd2\xd4\x1e\ -\xb5\x86\xe8\xa4\x14\x0e\xf6\x0b\x4d\x9f\x81\x33\x5f\xb4\x33\x7b\ -\x08\x11\x93\xa3\x39\xc1\x2e\x26\x15\xbd\x9f\x91\x22\x65\x64\xf3\ -\x36\x98\x20\xf2\xfd\x55\x86\x31\xc1\xc8\x89\xfe\x21\xf4\xa6\xdd\ -\x91\xbb\x9f\x06\x7b\x6b\xb1\xdd\x1e\x9e\x03\x32\x07\x70\xf4\x4e\ -\xf7\x0c\x47\xd4\xf8\xe5\xbd\x3f\x56\x8f\xcb\x0d\xf0\xff\xf2\xbc\ -\xa5\x56\x63\x5c\x41\xff\xa3\x87\x86\xa7\x2f\x2e\x77\x54\xf3\x45\ -\x29\x1e\x72\xbb\xf8\x07\xa4\xf7\x13\xd5\xe5\x40\x2f\x24\x45\x72\ -\x96\x77\xb5\x9a\x0e\xc3\x28\x7f\x3f\x4e\xdb\xeb\x9c\x6c\x03\xc7\ -\x65\x98\x33\x28\xa6\x25\xe5\xf6\xe4\x74\xa4\xbd\xf6\xa1\xe3\x52\ -\x6e\x7c\x6d\xeb\xc2\x35\xb4\x31\xbe\xc1\x78\x08\xaf\x0f\xa4\xaa\ -\xfd\xf9\x74\xd8\xc9\x89\xde\x02\x39\x35\x28\x9a\x8c\xa0\x8b\x9c\ -\x0e\x87\xd4\xbb\x99\x40\x74\x58\x1d\x69\xd2\x61\xf1\x7b\x1a\x08\ -\x04\x05\x70\x3a\x16\x2d\x5c\x5d\x44\xe9\x8e\x32\xa5\xa5\xa0\x61\ -\x68\x91\xe3\xdd\xf6\xd2\xdf\x2f\x9a\x76\x60\xf1\x1c\x8d\x7a\xf4\ -\x6b\x43\x7d\x19\x82\xdb\xa7\x67\x6b\x14\x13\x72\x70\x62\x27\x4d\ -\xa7\x84\xd8\x67\xee\x09\x91\x24\x8d\x33\x2e\xa5\xa7\x5d\x67\x0b\ -\x74\x3e\x1a\xa0\xb5\xd6\xd0\xe3\x95\x38\xb7\x59\x74\x3b\x05\xa1\ -\x5f\xd0\x6f\x28\xf4\x13\xfd\xa0\x69\x5f\x4f\x95\xe7\xc6\xf4\x33\ -\x74\x01\x69\xbe\x10\x86\x0a\xea\xc5\xb1\x07\x15\xcb\x10\x8e\x3f\ -\x23\x04\x08\xd3\xae\x55\xbc\x29\x25\x76\xdd\x87\x50\x8a\xf4\x41\ -\x82\xc5\xff\xb4\x43\xff\x2d\x98\xb1\x0e\x9a\xb0\xf9\xed\x99\x56\ -\x44\x0b\x4b\x2b\x56\xc1\x98\xaf\x66\x12\x62\x68\xdc\xdd\x8c\x0b\ -\xda\x65\xe6\xce\x8f\x24\x65\xb6\x20\x7a\x5c\x84\xca\x58\x34\x11\ -\xc5\xbc\x70\xe2\xa2\x57\xc6\x33\x4c\x51\x32\xce\x00\xc4\xff\xf9\ -\x8e\xf4\xb0\x02\x0e\xfe\xf5\x28\x30\xf0\xdc\x97\x42\xa5\xff\x53\ -\x29\x73\x04\x40\x27\xb8\x42\xf2\xe0\x58\x47\xee\x09\x33\x1b\xa0\ -\xf0\x94\xe2\xba\xa5\xfc\xcc\x6c\xea\x68\x3d\xb9\x50\x3c\x75\x45\ -\x8e\x20\xef\x22\x3f\x01\x2c\x8d\x37\x5f\xc5\x09\xe7\x7b\x8e\x80\ -\xe1\x2e\xa6\xf6\x67\x2a\x93\x42\x33\x01\xa7\x36\x71\x38\x00\xa5\ -\x68\x06\x3a\x52\x47\xcb\xce\x95\xd0\xac\xf0\x0a\x8d\xe2\x95\x14\ -\x3c\xe9\xa2\x75\xe5\x74\x56\x05\x9e\x02\xe3\xfa\xfa\x5d\xa3\xc6\ -\x39\xad\xcd\x33\xb8\x69\x67\x31\x62\x08\x02\xcf\x3d\x63\x0b\xca\ -\x6d\xcc\xe8\xdf\xfe\xfc\xd2\x25\xa2\x31\x34\x5a\xf6\x90\xd1\x64\ -\xf5\x30\x61\x00\x68\xad\xbf\x4f\xaa\xda\x24\x44\x9a\x4e\x20\xa7\ -\xea\x17\x8f\x82\xac\xcc\x36\x9c\x12\xc8\xcb\x91\xdc\xa2\x80\xa5\ -\x50\x5f\xcd\xae\x1e\xf4\xb7\xe6\x8e\x13\x50\x28\xbd\x5d\x3f\xbf\ -\xbb\x19\x05\x5a\x20\xae\xc7\x5d\x04\x72\xef\x74\x16\xd0\x4a\x91\ -\x6a\xa8\x1e\x4f\x87\xae\xe1\x12\x96\xe1\x9b\xf4\xea\xc8\x59\xf3\ -\x36\x4d\x0d\x4b\xb0\x3e\x96\x2a\x04\x77\x66\x7f\xa5\xc6\x45\x4b\ -\xdf\x15\xe1\xa5\xfd\x3c\xcb\xf5\xec\x53\x63\xa8\x42\xb7\x66\x24\ -\x8b\x19\x29\xc8\x97\x70\xf9\xfd\xe5\xf9\x01\x33\x83\x92\xc6\x14\ -\x94\x0e\xed\x74\xd9\xa2\x37\x1d\x06\x09\x58\xc5\x69\xac\xa6\x51\ -\x91\xed\xa6\x56\xe4\x72\x85\xc3\x99\x50\x79\x0f\x20\xa9\x8d\x01\ -\x6d\xd2\xb2\x67\x40\x78\x69\x77\xed\x7e\xfc\x59\x36\xf9\x90\x73\ -\xa2\x64\x22\xae\x19\xb0\x3e\x74\xd6\x11\x40\xf5\x27\x73\xc1\xe0\ -\x66\x3d\xe4\xee\x2f\x56\xbd\x5d\x5f\x35\x8a\x9d\x11\x14\xb5\x8d\ -\xe4\xcf\x1f\xcd\x06\x92\xb6\x5c\x77\x6f\x73\x6c\xfc\x2f\xdc\x62\ -\xcb\x31\x62\x9c\x8d\x3c\x5f\x45\x5f\x3b\x19\x06\x71\x3e\xd2\xa1\ -\xb9\x09\x3c\x75\xad\x05\x59\xe2\xf4\xd1\x1b\xbc\xfe\x49\xf9\x48\ -\x01\xc8\xfc\x70\xd6\x8d\x22\xdf\xd2\x18\xc2\x98\xe4\x58\x6b\x8c\ -\x8c\x2b\x32\xc6\x47\x69\x45\x93\x45\x45\x00\x8f\x04\x72\xa9\xa9\ -\x6f\xba\xd1\x51\xea\xf1\xba\xeb\xa9\xc9\xe0\x74\x9c\x3f\x71\xcf\ -\xdc\xed\x0e\x26\x15\xff\x6c\x21\xb3\x90\x61\x28\x21\xfe\x7e\xc5\ -\x27\xad\x1c\x34\x6d\x6c\x28\xab\xd5\xfa\xdd\x05\xfa\x30\xcd\xe0\ -\xd1\xe0\xb6\x01\x46\x9e\x8f\x57\x6a\xad\x3a\xd3\xcb\xb0\x09\xa7\ -\x4d\x37\x16\x05\x35\xb3\xa7\xdc\x07\x08\x0a\xf5\x27\xc1\x5c\x9b\ -\xe8\x6f\x9b\x48\xaf\x27\x53\x51\xb5\x35\xb8\x73\xf1\x57\x7d\xe5\ -\x40\x52\x0e\x7a\xc0\x4e\xd1\xc5\x30\x6d\xe9\x9a\xc1\xac\x03\xdd\ -\x39\xc2\xa8\xb2\x0e\x76\x79\xad\x0d\x8e\x5d\xd3\x50\x2b\x73\x86\ -\x59\x86\xbe\x6b\x1f\xc5\xde\x6e\x75\x4b\x9e\x5c\x1d\xe6\x09\xeb\ -\xe8\xb8\xe5\xe1\x5a\x56\x39\x43\x2e\x9e\x4e\x71\x9c\xd1\x45\xb8\ -\x75\xa4\xaa\x46\xe7\x53\x8a\x20\xce\x30\xa9\xb0\x25\xb8\xbc\xfa\ -\xbe\x6f\x77\xc8\x59\x7c\x6c\xaa\x23\x81\x7d\xf0\xd6\x9f\x4c\x80\ -\x37\x64\xb2\x8b\x0b\xbb\xfd\xfa\x73\xd3\xea\x6b\xb1\x90\x48\x43\ -\x2b\xf0\xe2\xdf\x85\x50\xb4\x33\x00\x4b\x14\xdb\x69\x16\x86\x20\ -\x97\x08\x71\x11\xe1\x6e\xd6\xc6\xe4\xb6\xb7\x42\x6d\x02\x41\x2b\ -\x33\x18\x1e\x68\xcf\x61\x0d\x1d\x96\x9d\xd4\xac\x92\x42\x5f\x65\ -\xfc\x5c\x7e\xcd\x92\x20\xb7\x52\xa5\x66\x83\x0c\xb6\x29\x06\x25\ -\xdf\x7d\x1f\x53\x05\x6a\xe1\x93\x55\x8c\x43\x35\x9c\x5b\x93\x2a\ -\xa8\x51\x7c\x6d\x49\xed\x5a\x71\x6c\x23\x71\xdc\x84\x98\xe1\x5e\ -\x18\x8e\x31\x41\x05\xd2\x36\xd7\x36\x9b\xd9\x3d\xd0\x0c\xc2\xbc\ -\xd4\xa2\x81\x95\xd1\x6c\xf7\x46\xc4\x37\x94\x70\xea\x05\x33\x67\ -\x9e\x39\x4d\x5d\x22\xc7\xeb\xb4\x4a\xef\x9a\xc4\xbe\x2e\x39\x10\ -\xd8\x68\xba\xdd\x19\x91\xd1\x1d\xd9\x38\x9f\x2d\xc7\xda\xf5\x7c\ -\x9e\x81\x76\x1f\xdf\xb7\xdb\x4b\x07\x8a\xb5\xf7\x6e\xeb\xdb\x2e\ -\x4e\x3d\x50\x42\x87\x0c\xba\x97\x91\x4f\x18\x36\x64\x6b\x22\x5b\ -\x9d\x1e\x53\x16\xd2\xbb\x15\xf8\x33\x73\x87\xc7\x59\xf0\x4e\x99\ -\xd2\xe0\x43\xeb\x6c\xa0\x84\x09\xeb\x6d\xcf\xbe\x65\x06\x1d\x85\ -\x83\x34\x84\x7d\x50\x17\x54\x47\x16\x08\x87\x2b\x64\xe4\xed\x25\ -\x05\x13\x2f\xd3\x6b\x7a\xcd\x61\x61\x6e\x0e\x70\x0d\x14\xd8\x49\ -\x80\x9a\x54\xa0\xd3\xa8\x42\x1d\xa8\x48\xe4\xbd\x89\xbd\x45\x61\ -\xae\x97\xd4\x9d\x9f\x16\x4c\xa4\x68\x6f\x60\x07\x22\xea\xfa\x32\ -\xb4\x26\x83\xd2\x4d\x4b\x9b\xf4\x1f\xa3\x40\x55\xec\xd7\x86\x61\ -\xfe\xec\xfc\x38\xcf\x09\xab\x4d\x1b\x0f\xea\x2c\x21\xc3\xda\xf9\ -\x10\x37\xa7\xde\x32\x00\xb2\x36\x89\x4f\xa3\x21\xd4\x34\x5b\x05\ -\xad\x20\xa6\xc7\xc4\x46\x8e\x8b\xfd\x0d\x71\x9c\xe6\x47\x1b\xdd\ -\x1e\x7c\xef\xf9\xe7\xe7\x7a\xfd\x8f\xaa\x2f\x3e\x8b\x37\xcb\x6f\ -\xee\x52\x26\x7e\x0f\x7a\xf1\x2e\xfa\xd8\xb1\x27\xa2\x99\x52\x84\ -\xc0\x3a\x2e\xf0\x16\x0a\x3c\x32\xb9\xf6\x83\x22\x79\x36\x0d\x27\ -\xc2\x4c\x47\x34\xc7\x40\xd3\x1b\x75\x28\x26\x57\x22\x0a\x5a\xcf\ -\xc2\xbc\x47\x6f\x54\x61\x2d\xa3\x10\x29\x1a\x97\x5b\xb8\xd3\xf5\ -\x85\xce\x68\xe7\xbf\xe8\xf6\xf7\x4d\x49\x5f\xb6\xaf\x7b\x3b\x56\ -\x1b\xcc\x8b\x2b\x29\x74\xe1\x4a\xb7\xbf\x44\x1a\xf4\xfc\xb6\x6e\ -\xb7\x7e\x10\x7e\x1e\x15\xc1\x60\x2c\xf8\x94\xfa\xe9\x02\x68\x05\ -\xf3\xd0\xbd\xe5\x39\xb6\x53\xa3\xd2\x85\xee\x55\xe4\x15\xc8\x21\ -\x3d\x1e\xc0\x5d\xfb\x84\xcc\x16\x43\x21\x0d\xe4\xe8\xce\xc6\x45\ -\x5d\x93\xbb\x1b\x1b\xec\x04\x64\x92\x12\x0f\x7d\x84\xfd\x76\x1d\ -\xd9\x76\x6a\xba\x34\x0d\xd7\xd0\x0a\x5e\xef\x68\x7e\x14\xae\x8a\ -\xe6\x32\xdc\x72\xb6\x72\xdd\xb9\x8e\x6c\x61\x35\x8b\xea\xe6\xb6\ -\x08\x7d\x35\x0b\x79\xd2\xa2\xbb\xeb\x6c\xaf\xbd\xdd\x74\x03\x21\ -\x09\xa1\x04\x2d\x53\x4f\x16\xcf\x6f\x1b\xb0\x61\x6b\x87\xb3\x4e\ -\x30\x8d\xdf\xf2\x10\xf2\x5e\xd7\x2d\x6b\xec\x9c\x0a\xaf\x2f\x59\ -\x20\x74\x18\xae\x74\xfd\x54\x07\x3b\xa1\xf5\x73\xf7\x46\x70\x2d\ -\x7e\x34\xf9\x5b\x05\xe2\xf7\x10\x07\x05\x9b\xe4\x15\x54\xb9\x18\ -\x39\xf1\x0d\xc3\xaa\x90\xe1\xd8\x3d\x5a\xb4\xef\x08\xfd\x8a\x9f\ -\x51\x95\x40\xbb\x8c\x4f\x4c\xc7\xae\x36\x89\x39\x26\x30\xe7\x9d\ -\xcb\x09\x12\x6b\xa3\x22\x87\xbb\xf4\xd4\x2f\x0e\xa6\x8a\x53\x76\ -\x85\xb7\x0f\xbe\xf5\xd5\xdc\xa6\x9b\xab\x3d\x23\x3d\xd0\x9a\x38\ -\x37\x8f\x68\xe2\x90\xb8\xfb\xf2\xf7\xca\x98\x76\x34\xf3\x8e\x62\ -\x64\x18\xc0\xea\x77\x6d\x9b\x64\x65\xec\xcd\x91\x93\x19\xd4\xcf\ -\x32\x52\xb3\xe9\xa7\x4d\x0c\x19\xd7\xfa\xb9\x06\xc7\xbd\xd3\x80\ -\xb6\x72\x99\x3e\xd1\xe5\x02\xd7\xd0\xbc\x78\x43\xc3\xe7\x03\xd9\ -\x5e\x14\xdc\x60\x98\xb8\x30\x1e\xd0\x5a\xab\x15\xe7\x1b\xd8\x31\ -\xee\xbb\x5c\xcb\xa5\xd8\x6e\x8f\xf9\x73\xfd\x6f\x50\x28\xf4\xe0\ -\xfe\x07\xf2\x00\xff\xfd\x10\x7d\xd0\x89\xa8\xa1\xd8\xac\xa7\xa3\ -\xe0\x6a\x08\x6e\x39\x0f\x19\x5b\x41\x92\xca\xc5\xfa\x62\xe9\x49\ -\xcb\xb4\x53\x4c\xd9\x41\x45\xb0\x5b\xd1\x30\x9a\x3b\x53\xf2\x8e\ -\xc3\x93\xd9\x8d\x29\x82\x6c\x98\x53\x89\x66\x27\x9b\xd6\x76\xb6\ -\x19\x38\x0d\x01\x08\xb7\xa3\x5f\x6b\xb1\x0b\xeb\x79\x5c\x04\x85\ -\xfa\x03\xb4\x3c\x41\xdc\x0b\xf8\xc8\xff\xa9\xe9\xd3\xe8\xad\x9f\ -\x9c\xdc\xc5\xde\xe0\x72\x5a\xbd\xf6\xf2\x59\xf6\x1e\x81\xac\xdc\ -\x3a\x7d\xd1\x0f\x88\xaf\xa4\x22\x86\x08\x18\xc4\x89\x9c\xec\xfb\ -\x53\x48\x72\x5e\x3c\x66\x02\x22\x5a\x39\x4a\x20\x0b\xdb\x24\xb7\ -\xba\x16\x32\x3a\xc4\x26\x3c\xb3\xbc\xdc\x5e\xba\xeb\xea\xd8\xdd\ -\xfd\xf0\x8a\xbc\x20\x47\xc4\xd1\x48\x7a\x72\x45\x8e\xd6\xa3\x71\ -\x17\x1f\x61\x13\x5f\x3e\x5d\x5a\xaf\x2e\x78\x85\xf2\xc6\xda\x5c\ -\x60\xae\xdc\x2c\xf2\x0d\xf9\x88\xca\xce\x30\x23\x5b\x0b\x89\x78\ -\x2e\xa7\xb5\x92\xb9\x5b\x2a\x11\x6e\x21\x5c\x3c\x91\xd9\xb5\x28\ -\xe9\x89\x7b\xdf\xe0\x76\x20\x67\x80\x22\xb1\xbb\xb9\xd9\x44\x6a\ -\x43\x47\xac\x42\x68\x78\x2c\x2b\xec\x93\x61\xb4\x71\xd9\xc6\xc1\ -\x72\xd1\xe5\x7a\x94\x5a\x11\x84\x98\x52\xa9\x6b\x71\x22\xc8\x94\ -\x5e\xd1\x44\x71\xfa\xc9\x5f\xad\x45\x47\xa1\xcc\x7f\xe5\x4e\x9f\ -\xcd\xc1\x49\x99\xa2\x2f\xb4\x44\x84\x7e\x54\x29\x27\xd3\x8f\x90\ -\xd9\x17\x57\x3b\x73\x8d\x33\x3a\xa1\x1c\x8e\x55\x0a\x4e\xf1\x73\ -\xea\xa4\x5e\x82\x34\xed\xd1\x70\x51\x74\x69\x57\x68\x27\x39\xad\ -\x88\xbb\x18\x7a\xe5\xfa\x41\xd3\x4d\xa6\x22\x94\xea\x3d\x2b\xdf\ -\x75\x89\xc6\x45\xe2\x7b\x4d\x3b\xb0\xa8\xc0\x99\x04\x6e\x43\x9d\ -\x35\x0b\x69\xaa\x50\x74\xd9\x36\xb1\xd5\x76\xf1\xa4\x2b\x93\xdf\ -\x29\xcc\xfa\xaa\x0d\x82\x4f\x61\xeb\xdb\x2d\xaf\x45\xed\xdc\x38\ -\xa7\xa4\xd1\x94\x18\x55\xb2\xc7\x7b\x54\x73\xdc\x29\xeb\xd2\x02\ -\x72\x6c\xda\xcb\xaf\x14\x3f\x3a\xee\x84\x79\x87\x00\x4b\xa7\x5e\ -\xbb\xaf\x2b\x22\x4a\x9d\x31\xb1\xc1\x0d\x36\xd1\x5b\x49\x69\x0c\ -\x7a\x66\x82\x3c\x6e\xcb\x3b\x11\xf9\x9a\x52\x50\x8c\x52\x39\x18\ -\x19\x5f\xf4\x55\x8a\x31\x81\x99\xba\x83\xfa\xf7\xbd\x9b\x69\x4c\ -\xe8\x9b\x32\x24\x5e\x4d\xb0\x1f\x94\xef\x74\xa8\xf3\x67\x16\xc6\ -\x0a\x22\xaf\xfa\xda\x9c\x62\xd1\x11\x93\xd1\x8a\x7c\x22\xc6\x0a\ -\x9a\x6d\xdb\x3f\x2b\x0a\x26\x77\x63\x8b\x06\x2a\xc0\x1f\xd1\xb2\ -\xf8\x26\xac\x44\xa9\x13\x5c\x0b\x8a\xbb\xd6\x9d\x41\x32\x9f\x09\ -\xe3\x88\x23\x69\x9f\xad\x33\x72\x1e\x96\xee\x4d\x60\x44\xfc\x33\ -\xb4\x61\xf6\xeb\x57\x6b\x44\xcb\xa9\xac\x32\x12\x1d\xa0\x11\x35\ -\x93\x2e\x0e\x2b\x7e\x58\x23\x49\x55\xd8\x03\xf7\xa3\x54\x37\xff\ -\x14\x37\x64\xd0\xdb\x28\xd3\x41\x59\x8c\x50\x3d\xb9\xcd\xdc\xa2\ -\x81\xe2\xab\x4d\x75\x90\x4d\xe5\xf5\x6c\x8c\x82\x9d\xc0\xe4\x8d\ -\x7f\xe9\xb4\x2b\x1b\xd2\xce\xa3\x30\xe3\xa9\x22\xb4\x51\x1d\xa1\ -\xa9\xff\x7a\x63\x3b\x55\x7d\x51\x8e\xb8\xac\x18\x74\x6d\xc1\xe7\ -\x95\xa2\x79\xb2\x67\x32\x14\x36\x8d\x18\x66\x23\x66\x34\xbc\x1b\ -\xba\x18\xdc\xe8\x95\x8b\x00\xdd\xbb\xb4\x40\xd8\x90\xbd\x10\xf9\ -\x31\xd7\xfa\x7f\xc0\x70\x39\x86\x92\xf5\xc4\xcd\xe2\x3b\xa6\x6f\ -\xf9\x6e\x53\x17\x75\xdc\x0d\x69\x5e\x71\xe6\xd5\x35\x86\x00\x9f\ -\x13\x4f\x06\xb5\x89\x7c\xae\x29\x91\x92\x38\xb0\x7f\xdd\x88\xb5\ -\xc9\xdc\x38\x3f\x07\x64\xe5\xcf\x85\xed\xd3\xa8\xa6\x49\x5a\x7c\ -\x3d\xa5\x3c\xbd\x39\xa6\xdf\x0c\xbd\xb5\xb8\x20\x1e\x9a\x11\x95\ -\xa0\xfd\x1f\xee\xe0\xc1\x96\xea\x2e\xb9\x24\xc9\x3a\x90\xd0\xad\ -\xe7\xc1\x79\x27\xf5\x37\x28\x84\x1b\x9f\x17\x70\x18\x83\xd6\xca\ -\x9d\x71\xd4\x7e\x8d\xb9\xf9\x17\x90\xb1\xcf\xcc\x14\x86\x2d\x53\ -\x75\xe4\x70\x96\x1d\xbd\x72\xaf\xb8\x78\x98\xc7\x25\x70\x18\x9a\ -\x33\xf5\xc8\x16\x99\xd3\x50\x6b\xa0\xec\xec\xb8\xe8\xb2\x7a\x90\ -\x7e\x00\x05\x16\xec\x9f\x17\x3d\x64\xdd\x5d\x72\xd5\x3e\x84\xe7\ -\x5b\x3d\xa8\x82\x3c\xc5\x9c\xa2\x37\x48\xb6\xbb\x5e\x85\xdd\xaa\ -\x26\xda\xc0\x87\x1d\x37\x8b\x42\xf4\x17\x9f\x23\x04\x37\xa8\x12\ -\xe7\x74\xe8\x44\x53\xad\x91\xd8\xb3\x9b\x25\x71\xda\x14\x03\x0b\ -\x5f\x75\x1e\x55\xac\x69\x76\xb8\x99\x07\x02\xa3\x67\x90\xc4\xf9\ -\xd9\x1b\xab\xb2\x87\xe5\x49\xc0\x1e\x09\xe3\x9d\x83\x1b\x17\x89\ -\x24\x15\xcb\x0b\x16\x9e\x1c\xf2\x69\xab\x79\x97\x08\x39\x9b\x17\ -\xa4\xe3\x1d\x11\xe1\x5a\x2b\x9f\xff\x19\xc0\x1a\x0d\x4d\x38\xfd\ -\x9d\x13\xb6\x41\xb1\xec\x53\x25\xfc\x47\xe8\x70\xbc\x03\x6c\xa3\ -\x6d\x46\x51\xde\x0e\xec\xb7\x70\x4e\x15\x7e\x50\xbb\x4e\x5b\x77\ -\x77\xfe\x9c\x5a\xa8\x74\xd6\xb1\xa6\x14\xcd\x65\x32\xec\x6d\xa9\ -\x69\xb1\xec\x3c\x77\x74\xfe\x13\xb9\x2e\x1d\xbd\xf4\xe9\x91\x56\ -\x1e\x52\x3f\x04\x38\xa9\x96\x9a\xe6\x2d\xd9\x8c\xb6\xe4\xef\xae\ -\x61\x32\x24\x6a\xbb\x2b\x26\x46\x88\x6a\x15\x8f\xdc\x88\x62\x94\ -\x07\x78\x8e\xa1\xbd\x76\x98\xd6\xf9\x94\x34\xb2\x1d\xb1\x85\xa3\ -\x90\x91\x63\x2d\xe3\x45\x68\xfc\x22\xdc\x14\xa3\x5e\x46\x86\x94\ -\xfa\xb4\x23\x81\x02\x0e\x2a\xdb\x8f\xa1\x75\x22\x99\x50\x1f\x05\ -\x63\xe8\xea\x94\x70\xd0\x2f\xeb\xdf\xd7\xa2\x07\x5d\xca\xc4\xf1\ -\xb6\xd7\x0a\xf1\xde\xd5\x5c\x47\x53\x3a\x84\xf1\xb5\x2f\x53\xd7\ -\x42\x95\xf7\x11\x7b\x6f\x51\x81\x24\xd4\x10\xd1\x98\x0c\xe2\x30\ -\xc6\x08\xfb\xee\xca\x60\x41\x3a\xa2\x6a\x7d\xa1\xa9\x47\xcc\x15\ -\xb3\x4b\x27\xe0\x53\x1a\xf6\xc9\x57\xb5\x29\xeb\x2f\x93\xa0\x49\ -\x43\x8e\xc6\x5d\x60\x41\xcb\x10\xc5\x16\xff\x79\x39\x8c\x23\xde\ -\xf3\xe9\x4e\xdd\x4f\x3a\x80\xca\x95\xa6\x20\xe1\x9c\x3a\x55\xf2\ -\xa7\xad\xfd\x31\x59\xe4\x39\x05\x1d\x59\x24\x7d\xc2\xe6\xd3\xf9\ -\xce\x8a\x51\xcc\x8c\xb8\x18\x27\x06\x8d\xca\x26\xaa\xb1\xd7\x83\ -\x1a\x42\x5f\xd7\xed\xfb\xe4\xd3\x26\x8f\xc9\x1e\xd4\x79\xbe\xa5\ -\xb9\xc3\xff\x4d\xdf\x1e\x78\x3f\xd1\x63\x68\x45\x07\xd5\xa1\x9a\ -\xf6\x9d\xba\x4a\xc5\x19\x9d\x71\xa1\x6a\xa5\xde\x74\xea\x83\xa6\ -\x32\x9a\x78\xaa\x06\x59\xdf\x9a\xd2\xf1\x51\x0c\xb4\x28\xfa\xed\ -\x93\xfa\x56\x7a\xe6\x33\x7a\xc1\x40\x10\x1c\xb8\xc6\x53\xef\x79\ -\x9e\xfd\x05\x26\xb9\x22\xab\xb4\xbd\xae\x5d\x2d\x1f\x0a\x3f\x2b\ -\xc3\xe6\x38\x40\x5b\xa6\xe9\xcc\xf7\xc8\x12\x6b\x1a\x36\x2a\x34\ -\xbf\x3f\x4f\x03\x4a\xfc\x6b\xb4\x89\x25\x67\x2c\x80\x3a\xad\xed\ -\x0c\x91\xc6\xc8\x53\xc4\x88\xb6\xfd\x42\x49\x8b\x70\xb4\xa4\x06\ -\x46\xa3\x83\x64\x32\x08\x6d\x33\x1e\xd1\x7d\x4c\xca\x4d\x5b\x2b\ -\xce\x3a\x30\xdd\x38\xa7\x26\x98\x7a\x4d\xe2\x56\xe7\x31\xd7\x5e\ -\x4c\xd8\xdb\xee\x37\x7b\x2d\x8d\xda\x4d\xd4\x26\x6e\xf4\x1a\x69\ -\xa0\xc7\xda\xce\x73\x93\x4a\xab\xac\x7e\x2f\x69\x0b\x43\xaf\x66\ -\x06\x5f\xf2\x81\x04\xcf\x8c\xb7\x37\x0d\xdb\x01\x62\x91\x0e\x56\ -\x40\x12\x32\xbe\xe8\xe1\xa4\x51\xec\x7b\x8d\x55\x40\x99\x33\xab\ -\x7c\x0a\xb8\x68\x43\xb8\x4d\x1c\xef\x4f\x4b\x65\xb2\x89\x28\xaf\ -\x6e\xdb\x6d\x05\x34\xbd\xb1\x7e\xc8\x62\x29\x4e\x9a\x65\x8f\x7f\ -\x69\xd2\xf3\x6c\xd2\x3b\x10\x95\x52\x1a\x7a\x09\xd4\xa0\x46\x01\ -\x95\x73\x22\xe3\x31\x01\xdb\x4d\xb3\x08\xc3\xc4\xc1\xe8\xa5\xbe\ -\xd6\x9a\x5d\xb9\xb8\xa6\xbb\x53\xde\x43\x97\xdf\x6b\x84\x38\x1b\ -\xb7\x68\x33\x8b\x41\x1a\xb0\x84\x51\x9a\x5b\x32\x24\xb8\xd2\x6b\ -\x74\x06\x20\x4d\x63\x8e\x37\x26\x09\x21\x2d\xce\x87\x8e\x2c\x6b\ -\x48\x69\xd4\x7b\x63\xe9\xc8\xde\x7e\x0b\xca\x98\xce\x45\x73\x58\ -\x9f\xa1\x31\x92\x68\xee\x0b\x02\x8d\x77\x73\x82\x0a\x6e\xd4\x5b\ -\xee\x81\x22\x10\x92\xba\xfb\xfd\x4e\x21\x79\xc9\xd3\x0b\x8d\xfa\ -\x82\x99\x34\x61\xc6\xbc\x88\x39\x10\x73\x22\x9a\x39\x28\x69\x93\ -\x89\xc5\x8c\xed\x85\xac\xb2\x53\x66\x84\x92\x92\x17\x3f\xa4\xf8\ -\x02\xdf\x12\x97\xc3\x06\x93\x62\xa7\x7f\x3e\xb5\xc9\x4a\x39\x89\ -\xa9\x17\x66\x24\x9e\x76\x15\xf9\x27\x6e\xf3\xa9\x8e\xb8\x75\x57\ -\x98\x78\xe9\xc6\x51\x5d\x53\xa8\x4f\x33\x17\x86\x5c\xc0\xae\x47\ -\x43\x37\x42\x27\xf3\x4d\xcb\xc8\x09\x51\x85\xd9\xac\xa3\x02\x19\ -\xd3\x10\x7a\x71\x5a\x4c\xe3\x4d\xa8\xc8\x65\x89\x1a\xd3\x22\xd9\ -\x5e\xea\x79\x21\x49\x3a\x85\xde\xd1\x4c\xc5\x86\x54\x9f\x8c\x44\ -\x31\xb7\xb0\xb0\x0e\x2d\xdc\xcf\x6a\x1a\x1b\xa7\x0d\xd9\xc4\x27\ -\xce\xfd\x4e\x83\x98\xee\x73\x66\x4c\x67\x2e\x7c\x5d\xcb\x36\x16\ -\xd6\x7e\xd2\x64\x88\xcb\xac\xa0\x07\xff\xea\xb8\xff\x15\xd2\xe9\ -\x3d\x2d\x0a\x66\xd0\x06\x7c\x5c\xce\xd4\xc5\xb9\xdd\x06\xd7\xcd\ -\x14\xba\xa5\x71\xc9\x06\x1c\xc9\x3b\xc4\xd5\xad\x49\xba\x7c\x22\ -\xbb\xa1\xad\x49\xa1\x14\x78\x82\x23\x1b\x47\x9a\x73\x1a\xe7\x61\ -\xb7\xd6\x4f\x5e\x8c\x55\xc9\xd1\xb0\xc6\x97\x3c\xf4\x0e\xb1\xbb\ -\x44\x3e\x9b\xda\x01\xe9\x45\x15\x32\x2f\xa4\xe5\x53\x0f\x21\x25\ -\xe5\x88\xd9\x9e\xe3\x14\x7d\xf6\x46\x2f\xec\xff\x45\xef\xa6\x3f\ -\xd0\x74\x84\xd4\x3d\x85\xcf\xe9\x64\x03\xa3\xf9\x30\xdd\x4e\x04\ -\xb4\xff\x9e\x97\x94\xa8\x89\x95\xc5\xe8\x01\x1c\x18\xe5\xde\xd8\ -\xdb\xf5\x89\x6c\x36\xbd\xe4\xb4\xb5\x30\x96\x40\x0b\x0c\x3d\xdd\ -\x98\x82\x32\x15\xc8\x6f\x21\xd5\xcf\xb2\xe6\x2d\x17\x47\x67\xd5\ -\xf5\xa0\x1b\x08\xcd\x29\x33\x1d\x1a\x83\xf8\xf3\xdb\xe3\x17\x82\ -\xc6\xc2\xa3\x00\xe0\x0c\xbf\x26\xa6\x87\xc3\x5a\x34\x56\x48\xc1\ -\xb3\x5f\x2e\x6a\xc0\x41\xaa\x4b\x08\x60\xa7\xc8\xa6\xd9\x02\x5c\ -\x37\xd7\x0b\x11\xbf\xf8\x22\x1c\xd8\x38\xf6\xbb\x02\xb4\x5d\x8c\ -\x9d\x67\xa6\x4f\xeb\x75\x03\xce\x34\x1b\x53\xb2\x39\x14\xa3\xf3\ -\xce\x9b\x59\x41\xd4\x2e\x40\x7a\xa1\x3b\x92\x03\x6c\x42\x49\x7b\ -\xab\xa9\xa5\x34\x02\x78\x5d\x7c\xca\x6e\x2e\xe3\xc8\x1e\x48\x8a\ -\xb2\x17\x0a\x0b\xa7\x9b\xd3\xd6\xb2\xf8\x7f\xd5\x83\x2c\x9f\x62\ -\xf0\xbb\x06\x92\xa6\x61\x41\xa7\x39\xf6\xfc\xc1\xc7\x74\x33\xee\ -\x0d\xc6\x57\x2a\x64\x81\x44\x6f\x9a\xbe\x93\x82\x48\x4d\xcf\xdb\ -\x03\x2c\x43\xb3\x11\x34\xe7\x3d\xa6\x4a\x7c\xcd\x50\x6e\x75\x47\ -\x43\x49\x80\xc7\xe9\x81\x24\x2f\x3b\xa4\x4f\x82\x4b\x43\xd1\x7f\ -\x96\x00\x7a\x86\x2e\xa6\x4d\x03\x73\xce\x21\x91\x17\xc8\x50\xdc\ -\x99\xa3\xa3\x0e\x8a\x76\x7d\x01\xb9\x2d\xa8\xf8\x39\x13\x1e\x21\ -\xf1\x5c\x02\x24\xa6\x71\x9f\x48\x1a\x1e\x94\x4e\x66\x02\x32\x6c\ -\x52\x5b\xe1\x00\x00\x20\x00\x49\x44\x41\x54\x67\x78\x67\xa7\x3b\ -\x47\xc1\x12\x2c\x80\x74\xee\xec\x81\xc1\x4c\x49\xcd\x63\xcf\xe9\ -\xa3\xdb\x5d\x8a\x03\x25\x4d\xe6\x88\x0c\xb0\xa4\x1b\xbf\x74\x70\ -\x22\x81\x47\x0e\xf9\xe5\x04\x64\xc1\x1f\x5f\x9b\x4d\xc3\xeb\xc1\ -\xbf\xc4\x0a\x96\xdb\xc1\x32\x47\xd5\xe3\xec\xf5\x09\x91\xe0\x67\ -\x02\x16\xed\x4e\x8b\x1c\x3a\xb8\x81\x05\x61\x41\xe8\x4e\x83\x86\ -\x1b\x51\x08\x72\xa3\xc2\xb3\x7f\xd6\xd2\xcc\x9e\x97\xa6\x81\xe1\ -\x5e\x83\x89\xb4\xf8\x95\x8c\xd3\xca\xa9\x74\x67\xc3\x94\xeb\xb3\ -\x34\x70\x6e\xe6\xa0\x9e\x80\x9e\xa0\x74\xe7\x6f\x20\xd0\xdb\x24\ -\xa5\x87\x3a\x93\x36\xa3\x9c\x07\xb0\x6b\x53\x87\xd4\xa0\x8b\x1b\ -\x62\x90\x35\xa4\x80\xc7\x19\x34\x20\x54\xd2\xf1\xd5\xee\x5f\xe6\ -\x2b\xef\xf4\x34\x72\xc8\xcf\xb9\xdc\xd0\x7c\x02\x1f\xdc\x58\x09\ -\x7c\xf9\xd9\x2f\xfa\x2a\x09\x59\x8b\xca\x7b\x22\xeb\xd4\x8d\x33\ -\x40\x58\x55\xa1\xfb\x1e\x35\xac\x0d\x24\x8c\xde\x18\x40\xc6\x5a\ -\xab\x6a\x4d\xff\x3d\xc1\xee\x31\x7d\x5b\xd4\x8a\x0e\x6e\x2f\x7e\ -\xd1\x5c\x57\x83\x25\x5e\xab\xa9\xd7\xbe\x12\x54\xdc\x88\x0e\x5a\ -\xff\x27\xc1\x88\x3c\xa9\x86\xd3\xab\xb6\xda\x97\xcb\x15\xd8\xff\ -\xba\xf8\xc7\x74\x94\xdb\xb5\x77\x0d\xb8\xcf\xde\xa3\x81\x0b\x69\ -\x06\x25\xcd\x70\x6a\x64\x7b\xca\xa8\x7f\xaf\x75\x41\x60\xac\x2c\ -\x49\x23\x8d\x7e\x8f\x97\xe7\x80\xca\x64\x1c\xf4\x73\xb8\xe8\x99\ -\x73\xf2\x7a\xd2\xa5\x33\x87\xd3\x6b\xaf\x3b\x3e\xa7\x03\xb4\xe1\ -\x70\x78\xdd\x14\x48\xae\xfa\xcb\xd0\xe4\xfc\x13\x99\x0f\x7e\x04\ -\x5f\xa5\x26\x82\x35\x37\xfa\xc7\x29\x7f\xcc\x36\x56\xdb\xd8\x5e\ -\x14\xd8\x19\xb4\xef\x0f\xf8\xba\xb0\xf8\xc7\x17\xe4\x4a\xf7\x28\ -\x11\x31\x3e\xa9\x53\x3a\x7e\xf8\x7f\x56\x8c\x26\x3d\x47\xb0\xf5\ -\x36\x94\x61\x34\x65\x92\xd3\x9a\xcf\xfe\xad\xe2\x87\x09\xa4\x3f\ -\x6e\x15\x6d\xef\xff\xd6\x3b\x45\xd7\x19\x08\x16\x63\x4c\xa7\x12\ -\xe6\x08\x70\xfb\x8b\xf1\x17\xc4\x50\xdc\x1e\xfe\x6a\xb9\x2c\x0b\ -\xbc\x22\x4b\x82\xb1\x78\xe1\x93\xec\xce\xee\x28\x54\xc2\xf8\xc8\ -\xef\x01\x80\xf5\xcf\xc2\xda\xe1\x2c\xb2\xc1\xac\xf8\xd5\xed\xba\ -\xb7\xe2\xf5\xb2\x96\x80\xf2\xde\x96\x43\x72\x85\x96\x2d\x72\x7d\ -\x96\x1d\xd2\x9f\xfd\x6f\x5e\xe8\x51\x44\xa4\x73\x0a\xe0\xd9\x0c\ -\xa8\x2c\x18\xd7\x96\xc4\xc9\xb5\xfd\xfd\x91\xd3\x8b\x28\xa7\x5b\ -\x76\x20\x6c\xba\x8d\xd2\xc0\xcd\xd5\x29\x2e\x1d\x21\xdc\xf2\x3b\ -\x72\x4c\x38\x75\x1e\xee\x4e\x75\xef\x3a\x14\x35\xb2\x94\xaa\x08\ -\xfb\xc8\x41\x05\xf0\xf7\x42\xbe\x79\xf7\xfe\x53\xa2\xdf\x2c\x96\ -\xcb\xb1\xec\xd6\xcf\xc3\xd0\x22\x51\x05\x05\xee\x70\xb1\x63\x6e\ -\x56\x9f\x76\xe0\x2f\x22\x6c\x0f\x02\x50\xb7\x59\xe7\x26\x88\x07\ -\x9b\x13\x9a\x59\x90\x47\xd3\x2f\xa9\x01\x61\x66\xfc\xfb\xf9\xb7\ -\xa6\x33\x20\x13\x9b\xfa\x45\xc0\x64\xcf\x27\xb3\xc7\xa4\x65\xa6\ -\x60\x41\x98\x20\xb7\x0c\xc4\x92\xda\x04\x11\x2a\x96\xc3\x25\x34\ -\x45\xc2\x5c\xe6\x03\xb9\x3e\x53\xe3\x23\x83\xd6\xf4\xbb\x6f\x6f\ -\x9c\xf5\x51\x58\xdf\x22\xb8\xb5\xa8\x4b\xe6\x40\x78\xb5\x10\xc3\ -\xe6\xfa\x44\xa8\x39\x8c\x0b\x76\x65\x03\x37\xfd\xc9\x7d\xc9\xce\ -\x2d\x13\x70\xa2\x45\x79\xe0\x1e\x7c\x67\xf5\x69\x93\xf8\x44\xe6\ -\xf2\x77\x4c\x6a\x05\x25\xbb\x85\xf7\xf6\x1c\x1e\x86\xef\x0b\x3f\ -\x65\xc2\xa1\x2e\xb4\x7d\x17\x71\xe6\x16\x69\x9b\xb0\xec\x68\x6c\ -\xc2\xc6\x5e\x6e\x9f\xbe\x9b\x48\x7b\xf3\xb6\x4b\x86\x03\x7c\x91\ -\xa6\x5b\x61\xcb\x11\xa3\xa9\x53\x10\xcf\xe4\x21\xb0\xe5\xa8\x69\ -\x50\x5c\xb5\xb9\x4f\xfa\x3e\xcf\xcb\x96\x93\xf7\xdf\x91\xe5\x5f\ -\xaf\xee\x2e\x42\xa2\xb2\x99\xb1\xc7\x68\xe7\x87\x17\x06\xbb\x15\ -\x52\x4e\x73\x99\xd9\x5c\x93\xf3\x2e\x9e\xa3\xa5\x62\xcd\xf2\x5a\ -\xcb\xb5\x64\x9a\xf6\xf8\x6f\x46\x33\xf1\xef\x9f\x1d\x53\x39\x77\ -\xd9\x42\xcf\x68\xb1\x06\x90\x28\x9e\x67\x9b\x5a\x32\x43\xd9\xce\ -\x36\x15\xcd\xc0\xd3\x6e\xca\x63\x13\x38\xa9\xa6\x4e\xf9\xc5\x89\ -\x4f\xde\x1b\x9e\x98\xea\x92\x24\x4d\x3c\xcf\x81\xaa\xe6\xf1\xf1\ -\x77\xc7\x0f\xa7\x56\x2b\x8c\x3f\x5b\x8b\xb6\xe7\x6b\x33\x9a\x6e\ -\x72\x4a\x7b\x9f\x60\xb1\xce\x9c\xa4\x3b\x0b\xcc\x9a\x2c\x77\x4a\ -\xe1\xed\x1a\x98\x60\x56\x64\x81\xc0\x67\xe8\x37\x3b\x74\x66\x1b\ -\xcd\x9a\x30\x81\x44\x0e\x15\x28\x29\xa0\xbd\x4a\x50\xcc\x60\x52\ -\x9d\xee\x49\xa9\xa9\xed\x85\xa1\x72\x73\x89\x53\xcb\x91\x5b\x5e\ -\xf4\xab\x53\x03\x03\xba\xde\x7a\xbb\xdb\x5a\xb9\xd8\x52\x14\xfb\ -\x50\x6c\xf9\x58\x9c\x0a\x2d\x77\xb7\xd5\x11\xd8\x29\xd8\x36\x96\ -\xe8\x1a\x0b\x2e\x27\xe1\xbd\x7f\x0d\xa8\x23\x3b\x8f\xad\x79\x62\ -\xdb\x0f\x04\xfc\xee\x5f\x73\x41\x73\x73\xa3\x08\xdd\x85\xda\x5d\ -\x73\x3b\xe5\x90\x5d\x13\x3e\x1b\x48\xbb\x87\xc5\x85\xf8\xd9\xcc\ -\xa2\xeb\xcc\xee\xa2\xf1\x79\x01\xce\xa8\xe9\xe9\xd6\xed\xcd\xcb\ -\x93\x02\x9c\x0c\x14\x52\x9f\x1c\x90\xe5\xd2\xb9\xf9\x06\x6f\xc2\ -\x4d\x1f\xd0\xb6\xbb\x40\xf6\x72\x79\x6d\x51\x84\x83\x39\x40\x6b\ -\x79\xe0\x7d\xa1\xe2\x32\xc2\x61\x37\x84\x05\xec\x34\xf0\xe5\x79\ -\x82\xdb\x9b\xf6\xcc\x56\x62\x81\xca\x6a\x8d\x84\x31\x0d\xae\x63\ -\x5f\x6f\x37\x3b\xf9\x13\x52\x0d\x22\x60\xad\x2c\xaa\x63\x4b\x06\ -\xd0\x1b\x41\xac\xe9\x86\xec\x6b\xe1\x23\x96\x33\x74\xe5\xfa\xd1\ -\xd1\x20\xdd\x5b\x12\x80\xd2\x6e\x14\xe0\xe7\xc5\x6e\x31\x0b\x4f\ -\x40\xa5\xe2\x45\x0a\x5c\xbf\x46\xf3\xf6\xbb\xff\xad\x75\x0b\xcf\ -\xf5\x73\x40\x67\xad\x05\xb9\xb7\xb1\x30\x69\x01\x4a\x58\x4e\xcb\ -\xbb\xae\xcb\x73\x89\x78\xe8\x3f\x13\xbc\xf3\xfd\xf9\xfb\xf9\x1d\ -\x20\xaa\x4d\xb7\xd6\x43\x23\xda\x99\x26\xbd\x21\xdf\xe9\x59\xdf\ -\x96\x10\xad\x32\x90\xba\xef\xd4\x7f\x15\xc8\x50\x5a\x3c\xab\x1f\ -\xf4\x51\xe8\x5b\xf6\x26\x5b\x0e\x55\x73\x6a\x4d\xad\x3b\x13\x84\ -\x9d\x41\x16\xb4\xd8\x23\xc3\x5c\x08\xf8\xe0\xd7\x0c\x9e\x5a\x74\ -\xc8\x2d\xfe\xb3\xd2\x82\x7c\x3e\x46\x7f\x5c\x0b\xba\x9a\x8c\x21\ -\x1a\x57\x3f\x1f\xc3\xb9\x32\xeb\x44\xff\xa1\x3f\xfb\xdf\x64\x8b\ -\xd8\xb9\x22\x39\x7d\x25\x65\xdc\xfe\xf9\xcf\x69\xf9\xed\xeb\x3a\ -\x72\xd2\x98\x6c\xaa\x18\x2e\x8e\x51\x73\xdc\xfa\x67\x00\xeb\xb2\ -\x77\x9e\x03\xa4\x6c\x39\x72\x0d\x38\x49\x50\xd2\x19\x13\xbf\xfb\ -\x53\x40\x82\xb3\x72\xe2\x7e\x4e\x49\x8d\xaa\x37\xa0\xd2\x6c\x14\ -\x4d\x5e\x82\xdf\x5f\x6b\xee\x65\x9b\x70\x44\x6c\x08\x70\x75\x34\ -\x41\x70\x74\xec\xca\x83\xb3\x6e\x9b\x17\xb5\x08\x79\x8e\xce\x44\ -\x04\x7a\x6f\x33\x0e\x90\x8d\x85\xd0\x2d\xe0\x71\x59\xf6\x22\x71\ -\x11\x81\xae\x9f\x66\xa1\xdb\x73\x1e\x7e\x00\xb7\x04\xe6\xe4\x63\ -\x1a\x77\x9f\xd8\x0e\xe0\x44\x4a\xa4\x8b\x21\xed\xe0\xff\x61\xa7\ -\x66\xf1\x11\xb0\xaa\xd3\xd6\x39\x9c\xf3\xca\x99\xe9\xca\xe6\x0a\ -\xe0\xcc\xcb\xc9\x02\xcb\xed\x4e\x23\x50\x91\xf4\x48\x7d\x46\xbd\ -\xa4\x42\x3a\x2b\x60\x31\x2e\x89\xb4\x15\x3e\x50\x85\x9a\xd8\xd8\ -\x25\xb7\xf7\x06\xab\x62\xf1\x8f\x4f\x7f\x4c\xf0\xcb\x57\x6d\xfa\ -\xdd\x0e\xfc\x38\xa0\xcd\xf4\x63\x16\x1e\x93\x8a\x22\x29\xb8\x4d\ -\xfd\x94\x56\xa0\xe9\x4a\xb4\x27\xc2\x10\x6d\xc4\xaa\xad\x88\xef\ -\x5a\x96\xd0\x63\xe5\xf7\x6a\x13\xb6\x21\x4a\xf6\xef\xb9\xfc\xfd\ -\x88\xde\x0f\x23\x02\xee\x8e\x80\xe1\xc6\x18\x53\x1f\x7c\xa7\x42\ -\xf5\x04\xf8\x37\xb4\xb9\xff\xf7\xd5\xdd\xf9\xa4\x71\xf0\xe3\x3c\ -\xcc\x86\x7e\xd2\x2b\x03\xc1\x0d\x57\x38\x9d\xae\x21\x41\xac\x28\ -\x94\x76\x24\xc2\x17\x3a\x1c\x08\xd4\xf9\x59\xe5\x10\x8d\x76\x7a\ -\xc1\xa4\xb3\xd6\xa4\x36\x73\xcf\xda\x3a\x4a\x4b\x76\xc8\x8b\x00\ -\x14\xe0\xf5\x3f\xb4\x9b\x01\xc3\x82\x94\xd4\xa8\x42\xf9\x63\x89\ -\x17\xe3\xad\x78\x92\xc8\x62\xea\x16\xe9\x4d\x30\x2a\x55\xec\x51\ -\x33\x81\xe2\xc8\x68\xe2\x95\xb6\xd7\xa5\x0f\x2a\x99\xe1\x75\xfd\ -\x63\x5f\xcb\x85\xc7\xd0\x98\x54\x33\xd0\x34\x78\xd4\x84\xf3\x27\ -\x15\x32\xa7\xaf\x8e\x9a\x6b\xcf\x94\x51\x7e\xa5\xfd\x24\xb7\xbe\ -\x23\xd8\x78\xd2\xa6\xde\x68\x32\x7d\x8d\x45\x8c\x44\x49\x89\x66\ -\x83\xf0\xd3\xa8\x80\x3d\xa4\x1a\x87\xbb\x52\x9f\x16\xe7\xe4\x47\ -\x9f\xd4\x39\x15\x1a\xc2\x5d\x5e\x57\xae\x8b\xb8\xfc\x29\x13\xe7\ -\x5f\xcc\x40\x06\xe5\x29\x2c\xad\xff\x42\x2f\xc5\xca\xfb\x26\xb4\ -\x19\x6e\x78\x6c\x53\xb6\x70\xc3\x14\xca\xa9\x6c\x8a\xea\xf5\x10\ -\xff\xbf\xbc\x0f\xfd\xb2\x8f\xf3\xb9\xfb\x65\x18\xdc\xc4\x9b\x0e\ -\x07\xca\x46\x4f\x65\x7d\x4e\xbc\x86\x03\xe2\xcb\x3b\x3d\xf1\xf4\ -\x3b\xc7\xf4\x4f\xc7\x39\x62\x75\x66\x8e\xbe\x08\xae\x4f\x67\xc9\ -\x77\x7b\xdf\x93\x11\x55\xf6\xf5\x7e\xb1\xf3\xf2\x75\x5c\xcd\x74\ -\xd2\x8f\xce\x49\x28\x22\xb8\xfc\x65\x6a\x17\x7f\x87\xe0\x3e\x3d\ -\x32\x9e\x53\xe0\x0a\xa8\xef\xe0\x95\xe5\x00\x52\x4c\x6a\xba\x23\ -\xf4\xa1\x77\xcd\xc6\x36\xdf\xd3\xae\x7c\x1c\xbe\x2c\x16\x21\xf4\ -\x87\x7a\x79\xb4\x83\xdd\x45\x3f\xeb\x1f\xb7\x6a\x47\x73\xc7\x6c\ -\xd6\xe4\x3c\x83\x53\xa7\x3d\xb7\x0e\x67\xdf\xc8\xdf\xec\x0b\x61\ -\xb8\xf0\x96\x62\xbd\x51\xf9\xfb\x13\x2b\x5a\x21\x71\x68\x71\xfe\ -\xa4\xb3\xa7\x6a\xe5\x49\x42\x19\x9b\x08\xeb\x8a\xbb\x48\x2c\xa7\ -\xa8\x4d\x02\xe3\x7c\x88\xcf\x65\xa2\xff\xd8\xdb\xbb\x19\x62\xe8\ -\xc8\x0a\xcb\x49\x5f\x50\x6f\xc3\xde\x9a\xf0\x98\xf0\xc7\xaf\x6b\ -\xd3\x54\xd6\xd7\xb9\xc7\x44\x0a\xe8\x56\xfd\xdf\x4d\x25\xa8\xd1\ -\xbd\x2f\x9a\xf7\x3b\xb5\x73\x44\x5c\xd0\x3f\xff\xfc\x6e\x3a\xf2\ -\x5a\x57\xfa\xaa\x34\xf3\xe9\x08\x73\x12\x0f\x4f\xa3\x95\x18\xbb\ -\xa8\x6c\xa7\x74\x0b\xb6\xda\x2c\x56\x44\xf0\xcf\x3f\xff\x98\xb3\ -\x22\x04\xba\x6e\x97\x0c\x2c\xac\xa4\xef\xa2\x99\xbf\xe8\x83\x72\ -\x9b\x13\x5f\xd9\xe3\xe7\x0c\xed\x28\x75\x9a\x58\xd0\xea\xe3\x39\ -\x31\xa7\x86\xfe\x5b\x96\x63\x9f\xdc\x9e\xd6\xf2\xf6\x7d\x78\x38\ -\x8d\x9e\xb1\x12\x59\x97\x26\xc0\xb3\xac\x81\x8d\x18\x0d\x41\x9b\ -\x1c\x16\x5d\x38\x1a\xa3\x7f\xd6\x95\xcc\x1f\x4d\xb6\x89\x54\x10\ -\x36\x31\xae\x98\xa4\xb6\xda\xd1\xb2\x41\xeb\xf9\x47\xbc\x82\x69\ -\x93\x64\x48\x61\xe4\xa8\x6f\xa9\x8a\x6c\x5c\x5f\x5c\x57\xfb\xfe\ -\x5c\x28\x77\x6d\x19\x75\x5c\xb8\x95\xfb\xfb\xdd\xa6\x2b\x57\x54\ -\x2c\x42\x2a\x30\x75\x3b\x10\xd8\x4c\x48\x2e\x77\x49\xf4\xc1\xce\ -\x93\x29\x73\x46\x40\x90\xad\xb3\x20\x26\xeb\xf6\x01\x80\x11\x26\ -\xb7\x6c\x67\xf8\x6d\x5c\x99\xbd\x94\x3f\xeb\x1a\xa3\x63\x3a\x0e\ -\xd3\x3e\xc2\x8b\x7b\x30\x90\x4a\x75\xc1\x99\xb8\x31\x01\xb7\xaf\ -\x47\x2f\x4d\x55\x2f\x3e\x18\xf4\xdc\x5c\x54\x76\xcb\x3d\xf7\x29\ -\x16\x1b\x00\xfc\x93\x26\x17\xf7\x23\xc3\x88\xa8\x28\x64\x35\xb6\ -\xde\x0f\xdd\xd6\xe0\x94\x67\xf7\x6f\x17\xee\x3f\x6d\x3a\x71\x52\ -\x09\xed\xf1\xee\x44\x9a\xfe\xeb\xc5\xbc\x8d\xc3\xe9\x70\x79\x79\ -\xea\x94\x77\x22\x8a\x76\x00\xdc\x5e\xa8\x70\x72\xd8\xd3\xea\xdd\ -\xd3\xa1\x6d\x38\x72\x3a\xa8\x74\x8a\x59\xa7\x9c\x49\xe5\x44\xe5\ -\xef\x2e\x0d\xd9\x29\xda\x66\xa6\xc1\xd9\x66\x0e\x23\x11\xc9\x7c\ -\x1d\xa6\x77\x23\x8c\x40\xd0\x53\xc8\x2f\x86\x1c\xd9\x28\xfd\xf2\ -\x91\xbe\xe4\xc5\x22\x30\xd7\xc9\x6e\x53\x2b\x99\xa1\x16\xef\x45\ -\xcb\xd6\xbe\x17\x5e\x7e\x10\x6c\xd9\x5f\x37\xae\xaa\x62\x5d\x3f\ -\x3e\xa6\xde\x29\xaa\xa4\xc6\x01\x86\x87\xe4\x29\xab\xe7\x19\xb9\ -\x5d\xbe\x36\x11\x76\xac\x47\xa1\xd4\xf1\xe4\x08\x39\x6a\x01\xf3\ -\xcd\x4d\xb0\x99\xd7\x1a\x93\xaa\x99\x13\xa6\x2f\x62\x83\xa7\x65\ -\x79\xd1\x5a\x18\xb7\xdc\x49\x6b\xeb\x94\x84\x32\xd1\x68\x84\x76\ -\xb4\xa0\xcb\x08\x06\x46\x43\xc2\xb5\x02\xa2\x73\x4e\xa5\xa1\xd5\ -\xd3\x49\x57\xde\x47\x00\x6f\x14\x1d\xcd\xb5\x12\xf4\x12\x50\xe8\ -\x87\xb8\x35\x0a\xa7\xd5\x7c\xe3\x4b\x2b\xa5\x06\x2a\x1a\x0d\x4a\ -\x63\x11\x6e\xf9\x70\x3d\xef\x0b\x4d\x80\xdd\x84\xea\x67\x91\xd9\ -\x22\x15\x20\x54\xc2\x56\xa7\x00\x4b\x82\x06\x27\x85\x99\x8a\x6a\ -\x90\x86\x23\xe7\xda\x9a\x1a\x4c\xfd\xaa\x47\x68\x8d\x99\xe8\x5f\ -\x9b\x8a\xa7\xab\x17\x32\x27\xab\x6b\x7f\xc6\xe5\x2c\x5c\xee\x58\ -\xad\x84\x31\x2d\x8c\x62\xe1\xca\x2a\x3b\xf6\x77\x5a\xde\xaa\x9a\ -\x2b\x61\xfc\x7a\xfc\x4f\xd0\x5c\xa3\xda\x5a\x68\x1a\xd3\x11\xd7\ -\x61\x8a\xc2\xc6\x6f\x77\x8a\x9e\xf2\xd0\x05\x9e\x9f\xfd\x0d\x0c\ -\x39\x81\x05\x95\xd5\x26\x68\x2f\xae\x78\x9b\x06\x75\x28\xee\xf4\ -\xb2\x50\x96\x86\xe2\x57\x4e\x53\xb8\x69\x9e\x6e\xa2\x65\xa6\x71\ -\x14\xdc\x8f\x06\xa9\x32\x57\xa6\x5d\xf8\x6c\xac\xaa\x50\xb8\x1f\ -\xc5\x3e\x51\x59\xa9\xb7\x28\xcf\x7c\xd6\xc8\x6c\xa4\x0a\x35\x3d\ -\x5d\x69\x01\xc2\xa9\xee\xe8\x99\x46\x37\x78\x4c\xfb\x1f\xe7\x0d\ -\x68\x1a\xdb\x74\x2a\xbd\x9f\x7b\x8c\x79\x4f\xd7\xbb\x87\x45\x83\ -\x84\x06\x8a\xca\x3d\x33\x1b\x3f\x45\xb3\xcc\xf7\xaf\x49\x35\x3d\ -\x18\xda\x94\x74\x9a\xd3\xcc\x9f\x53\xbd\x92\x4e\xaf\xf2\x0c\x14\ -\x57\xcc\x22\xcf\xf2\x04\x65\x34\x1e\xe7\xbd\x1b\x67\xa3\x7b\x88\ -\x24\x55\xae\x42\xdf\x9b\xb9\x09\xfd\xf4\xff\x32\x68\x84\x56\x17\ -\xd0\x0c\x1d\x0e\xeb\x7f\x9d\xe7\x02\x77\xa7\x59\x7f\x3f\x76\xa7\ -\x44\x6e\x71\x84\x18\x3b\xd8\xed\x3f\x3f\xa1\xc0\x88\xa0\x5a\x83\ -\x9b\xee\xb6\x05\xa8\xbf\x01\x40\xa7\x93\xe3\xd4\x86\x39\x15\xba\ -\xeb\xf2\x1a\x00\xad\x5a\xfa\xc2\xf3\xcf\x0a\x95\xb9\xcc\x38\x6e\ -\x47\x78\x2e\x67\x40\xab\x2a\x1e\x4d\x45\x6a\x03\x03\xa3\xf3\x9c\ -\xa4\x51\x94\x6c\xc9\x09\x7c\xd0\xcd\xc2\x00\x2a\x5c\x4b\xc9\xd9\ -\x00\xd7\xf5\xcf\xb1\x37\x22\x6f\xad\x81\xaa\x7d\x82\xef\x54\xc1\ -\x78\x0e\xc1\x06\xa0\x30\x77\x72\x53\x26\xfd\xd6\xf8\x88\x94\x36\ -\x0c\x5f\xb4\x64\x54\x14\xb7\x71\xe6\x85\x24\xe2\xad\xa6\xed\x77\ -\x52\x5b\x33\x2b\x83\x6f\x0b\x6c\xec\x8e\xb2\xca\x5d\x8b\xa9\xc9\ -\x04\x41\x93\x55\xc4\x24\x27\xa6\x34\xbc\xf8\xd1\x60\x93\x22\xcd\ -\x1c\xa8\xb9\x1c\x32\x9e\x06\x26\x79\x06\x76\x40\xec\xc8\xf3\x1b\ -\x3a\xfc\x43\xcf\xb4\x6a\xde\xd6\xe8\xbb\x51\xab\xf1\xe3\x7b\xa9\ -\x2a\x6e\x6c\x5c\x49\x4d\x9f\x54\x6b\x71\xd8\x0f\xa2\xd0\xcf\xae\ -\x38\x09\xd7\xf3\x5b\x63\xd8\xef\x99\x7a\x3f\x4f\x5a\x22\x79\x5c\ -\x86\xcb\x5e\xd4\x63\xa5\x94\x70\xe9\x36\xde\xa3\xe5\xfc\x04\x97\ -\xd3\x2c\x7d\xcd\x6c\x20\x2e\x1b\xf6\xa0\x53\x9a\x28\xfa\x8b\xf8\ -\x30\x75\x03\x98\xa6\x13\xd1\x71\xf6\x46\x86\xf9\x6a\x49\xd9\xa7\ -\x47\x87\x21\x05\xa1\xb5\xc9\xe0\x58\xe9\xbf\x4b\x92\xb3\x4c\x7c\ -\xb7\x22\x28\xa8\x07\x3e\x16\x5f\xe6\x04\xa3\x5e\xfc\x9a\x08\xde\ -\x85\x6b\x0a\xf4\xe0\x38\xc0\x68\x7e\x46\x57\xd9\x83\x33\x5f\x0e\ -\x70\xab\x69\xd3\x74\xf0\xfa\x03\xdd\x7f\x06\xcb\x3d\x51\x8b\x3e\ -\xda\xee\xfc\xcd\x59\x2c\x15\xe2\x0f\x51\x6b\x2e\x62\x91\xc9\xf2\ -\x45\x61\x89\xe0\x12\x74\xa9\x96\x2e\x5e\x45\x56\xb7\xb1\xc5\x98\ -\xb4\xa5\xb5\x39\x30\xb2\xb7\xd6\xf5\xd3\x8c\x03\x1a\xa2\x9f\xc2\ -\xe1\xde\xc4\xed\xb4\xd3\xd4\x46\x1d\x19\x3f\x9f\x8d\x87\x2a\xc0\ -\x74\xbd\x98\x6a\x6b\x6d\x88\xd0\x5f\xcc\x79\xa7\xcc\x26\x42\x9f\ -\xe6\x00\xd0\xe9\x16\xf6\x6d\xea\x23\x61\x37\x9a\xc6\x09\xfb\x15\ -\x69\x36\x2b\x56\x1a\xb4\xa2\xb8\x80\xd5\x33\xd5\xa2\xe9\x38\x5d\ -\x8d\xa8\x21\x52\x81\x88\x86\x4e\xed\x9c\x58\xf5\x4b\xa9\x23\x77\ -\x5d\xb4\x5a\xfa\x98\x79\x09\xca\x4b\x6e\xcb\x5a\x8e\x08\xc7\xf8\ -\x3d\x26\x8a\x87\xf6\xe6\x0a\x04\x19\x15\xa4\x77\xaa\x3a\xb2\xe9\ -\xcc\x67\x5c\xeb\xe4\x9b\x6d\x2e\xc2\x45\xf4\xa4\x78\xc5\xfb\x69\ -\x6e\x6d\xe2\x93\xf0\x49\xbb\xf7\x20\xcd\x83\x16\x96\x74\x19\x3c\ -\xf7\x54\x9c\x13\xd6\x83\xf3\x6c\x46\x10\x16\xae\xc8\xcc\xa7\x10\ -\x3e\x43\xcd\x61\x28\x0c\x24\xc2\x69\x2f\x8c\x08\xce\x0b\x2e\xb5\ -\x55\xf4\x25\x00\xf1\xab\x05\x34\x9a\x65\x6b\xe9\x3c\x83\xfe\x1a\ -\xc8\x27\x54\x0f\x86\x0c\x35\x23\x82\xe1\x3d\x31\x74\x29\x2f\x1b\ -\xea\x08\x3c\xad\xc2\x4f\x9c\x8a\x3b\xf5\x43\x74\x14\x9e\x5f\xcc\ -\x6b\xc6\xf4\xe8\x40\x13\x75\xb5\x7b\x60\x8d\x06\xb7\x9f\xa7\xf0\ -\x3b\xa6\xbe\x9f\xb6\xa9\x15\x0f\xc7\xcd\x73\x9f\x3c\xee\x1c\x5d\ -\xd9\x18\x05\xd5\x6a\x61\x3d\xc1\x2c\x29\xaa\x55\x68\x9c\x7a\xd0\ -\x67\x4c\x38\x93\xf2\x47\x98\x34\xb6\x2e\xc2\x96\x33\xb0\xb4\xdc\ -\x71\x45\xf4\xab\x76\xeb\x0d\x84\xab\xaf\xf1\x0c\xa8\xa7\x23\xf0\ -\x56\x5f\x74\x86\x19\xd8\x19\x08\x35\x9d\x41\xaf\xcf\xb5\xf8\xd3\ -\x26\x76\xd6\xb4\x15\xd5\xba\x47\x58\xd4\x7a\x2b\x9d\x73\x4c\x99\ -\x4b\xa8\xc6\x23\x4f\x92\x88\xd3\x1c\x46\xc5\x27\x5c\x5d\x3f\xe2\ -\x5a\xc7\x34\xb9\xca\x33\x18\x20\x5c\x46\x13\xbd\xd1\x6a\x8e\xc3\ -\xf6\x9c\x0c\x38\x98\xf4\xc3\xe3\xac\xd9\x81\x5c\x27\x54\x7e\x50\ -\xc6\xd7\x31\x5d\x73\x07\x4d\x2e\xcd\x08\xa5\x55\xb8\xe4\xbc\x55\ -\x64\xd7\x04\x38\x34\x5b\xf4\x06\x80\x5d\x45\x83\x8f\x69\x86\x34\ -\x85\x4a\x63\x04\xb1\xde\x10\x5e\x63\x0d\x26\x7b\x48\xbc\x21\x74\ -\x61\xee\x99\x03\x97\x9d\xcb\x00\x65\x9e\xfa\xa7\x33\xe0\xb5\xc3\ -\xa9\x27\x20\x57\x40\x9b\x1e\x6b\xae\x1d\x4a\xde\x28\x12\xd3\xa0\ -\xc3\x25\xc8\x35\x40\xeb\xb3\xc9\xd8\x58\x1d\xe9\x1d\x2f\x31\x74\ -\x9f\x3a\xa7\x8d\x74\x7c\x4d\x67\x87\x90\xb6\x89\x96\xe8\x63\xd2\ -\xdf\xf3\xca\x36\x34\x29\x81\x3a\x9a\x99\xfd\x00\xb5\xac\x19\xde\ -\x6d\xb2\xe5\x4d\xcf\xf6\x5a\x50\xd7\xc8\xaf\x9b\x00\x18\xd2\xa1\ -\xef\xeb\xc4\xaa\xb1\x8d\x46\xfd\x98\xfa\x33\x1a\xf4\xff\xb5\x56\ -\xa3\x9a\xeb\x08\x98\xd6\xe3\x1c\x17\x69\x59\xad\xe9\x41\x40\x43\ -\xff\x4c\x91\x3b\xe8\x8e\x79\x91\xc3\x19\xb5\xe3\x13\xf0\xd2\x47\ -\xb3\x57\x6c\x94\x32\x08\x3b\xcd\x95\x1e\x6c\x07\x32\xda\xdc\x69\ -\xc8\x93\xe0\xb6\x34\x67\xe2\x39\xb5\xa8\x46\xd6\x81\x6d\x93\xde\ -\xc8\x61\xd2\x12\x91\x50\xed\x7e\x25\x9d\xc6\x44\xa1\x67\x3c\xe2\ -\xa1\xfa\xda\x32\x8d\x7d\xdb\x1b\xcc\xb9\xff\x8c\x11\xe7\x91\x23\ -\xac\x29\x03\x11\x21\x5c\x46\x31\x63\x9f\x04\x14\xaf\xd5\x78\x86\ -\x61\x50\xb0\x5e\xe9\x2a\x63\xb1\x48\x0b\x06\x86\xe9\x23\x3a\xf2\ -\xff\x35\xa7\xe0\xa4\x1d\xf0\x0c\xfb\xc5\x30\x3f\x28\x03\x82\xc8\ -\x51\xe1\xe0\x92\x93\xe4\xd8\x19\xa8\x02\x90\xb4\x23\xe0\xab\x72\ -\x67\x30\x5d\xf1\x92\xa7\x1d\xbe\xf6\x6b\xb9\xf0\xd3\x8b\xfc\xfc\ -\xfc\x32\x46\xf3\xdf\xa8\x68\xdc\xc2\xf0\xec\xcf\x20\x03\x51\x4f\ -\x54\x7e\x22\x65\xef\x17\x59\x37\xb8\x38\xdd\x57\x72\x13\x0c\x0d\ -\xcf\x93\xa6\x14\x81\xae\xe3\x72\xfe\x0f\xf7\x3f\xb9\x3f\x75\x89\ -\xa1\x05\xfd\xe2\xe0\x18\x1f\xfc\xf3\x30\xe0\xe8\x8d\x55\xec\x69\ -\x16\x2d\x8d\x40\xbe\x8b\x69\x61\xca\x2f\x79\x5a\x6f\x94\x81\x6f\ -\xd3\xc0\xa4\xed\x79\xe3\x7e\x3a\x8b\x95\x73\x4c\x05\x5f\x86\xa3\ -\xce\xe0\xea\x8b\x17\x59\x2a\x46\x3f\x5b\x94\x39\x0e\x83\x72\x48\ -\x78\xe5\xe0\x8f\xd1\xba\x56\xf6\xc2\xb7\xcf\x7e\x66\x9e\x1d\xad\ -\x0d\x32\x4f\xc9\x73\x10\x32\x4f\xc4\xad\xcb\x07\xfe\x6a\x2e\x02\ -\x6d\xb2\x1a\xfa\xa8\xfe\x15\x25\x03\x0d\x4d\x08\xac\x63\x7f\xc8\ -\x2a\xd4\x31\xaf\xa8\xbc\x07\xf5\xd5\xc2\xfa\x75\x1d\x25\x38\xa2\ -\x75\x35\xeb\xe9\xfe\xd8\x0b\xa6\x68\xf6\x03\xa1\x17\x8c\xa3\x9d\ -\x66\xe3\x39\x80\x0b\x2a\x31\x7d\xa1\xff\x34\xcc\x29\x88\xca\x95\ -\xa8\xf9\x47\xd4\xa1\xac\xf2\xf5\x1d\xd9\xe7\x8d\x26\xfb\x4a\x7a\ -\x90\x3e\xa6\x16\x7f\x41\x2b\xbd\xc8\x0c\xcd\xe1\x1b\x51\x8b\x68\ -\x4e\x21\xde\x66\xdc\x75\xf9\xf1\xeb\x3e\x08\x8d\x5b\xe5\x0b\x1e\ -\x79\x24\x67\xa6\xd9\x49\x25\x6a\x8e\x7b\xf3\xcc\xa2\x3c\xe7\x52\ -\x7f\x44\xb5\x37\xc2\xad\x89\x57\x37\x47\x92\xc7\x64\x3e\x50\x7c\ -\x62\x1d\x93\x8e\xce\x6e\x78\xbf\xe0\x9f\x81\xe7\xec\xb4\xe7\xdc\ -\x77\x24\xd8\x2c\x8f\x1c\x96\xd8\x5f\xcb\x3b\xd3\x00\x25\x14\x5f\ -\x5c\x54\xfa\xb3\xe6\x67\x9e\xcb\x1b\x12\x5d\xe7\x0f\x7f\x31\xc7\ -\x68\xc5\x7c\x98\x3b\x0c\xbd\x95\x17\x11\xac\xc7\x9d\x7c\xb8\xea\ -\xd2\xa4\x1c\x0a\xa6\xfd\xf6\x1d\x36\xe1\xfd\x8c\xe9\x7f\xef\xfd\ -\xfc\xec\x24\xc3\x80\x85\x8e\x87\x12\xeb\x48\x1a\xdb\xa1\x37\x3d\ -\x05\xe8\xa9\x67\x24\xf9\x1a\x7c\x84\x99\xee\x14\xdc\x43\x18\x8b\ -\x3c\x1f\xcd\x29\xf3\xd1\xc6\x94\xae\xe4\xd9\x9c\xa6\xf6\x5b\xbf\ -\xb3\x24\x62\x2d\x58\xb3\xc2\xcd\xa5\x4f\x5f\xb3\xf2\x3a\xa8\x20\ -\xad\x00\x2f\x5b\x77\x63\x2c\xbc\x01\x0f\x51\xf4\x52\x64\x11\xa6\ -\x4d\xbc\x1e\xa6\x3b\x0e\x62\x93\x19\x06\xb1\xd6\x24\x77\xa3\x51\ -\xa7\x1f\xe0\xc1\x91\x59\x28\x2f\x8e\x7c\xbe\x27\x85\xbe\x1b\x02\ -\xa5\x0e\x9b\xa7\x1b\xe8\x78\x6e\x24\x0f\x87\x48\xea\xf7\xb6\x6b\ -\x1c\x07\x83\x89\xa4\x24\x0f\x42\xb8\x5b\xb3\xc2\xb7\xe6\x24\xe9\ -\x1b\x40\x72\xee\xf3\x62\x1f\x84\xee\xfb\x1e\x86\x02\x71\x16\xf7\ -\x3b\xbd\x4f\x08\x43\x57\xcd\x7c\xfc\xf7\x30\x51\x19\x12\x08\x1d\ -\xd9\x67\x11\x42\x14\x06\x3f\x66\x80\xc2\x98\x26\x60\xe1\x12\x47\ -\x79\x77\xf6\x41\x02\xfe\x06\x04\x7d\x99\x62\xa5\x33\x75\x2b\xe8\ -\xf9\x30\x2d\xfb\xc6\x6a\x78\x03\x6b\xbe\xe9\x53\xab\xb9\x76\x4d\ -\x20\x9e\xf5\xd3\xd3\xc5\xf6\xbd\xce\x09\x6a\x37\x9a\x9b\xa9\x7c\ -\xa9\x07\xde\x9a\xfd\x00\xbc\xb8\x4d\xb0\x75\x44\x4a\xd0\x88\x3d\ -\x2f\x87\x55\xaf\xad\xa3\xf7\xe0\xae\x97\xac\x9b\xc6\xce\x46\x4e\ -\x7a\xbb\x86\x5b\xe1\xaa\xe7\xbb\xdb\x33\x31\x79\x12\x97\xe6\x8d\ -\x17\x2e\x5a\x10\x75\x7d\xb7\xaf\x8e\xa0\x30\x2b\x71\xda\xe1\x33\ -\x33\x2e\xd1\x9d\x13\x29\x56\x49\x57\x8c\x98\x5c\x71\xcb\x41\xa0\ -\x97\x4b\x24\x2f\x66\x2f\x02\x8c\xf3\x29\x58\xf8\x31\x4f\x15\xdf\ -\x18\xbf\xbf\xbf\x75\x40\x66\xd7\x4d\x49\x95\xa8\xb4\xf9\x85\xad\ -\x2d\xa1\x5d\x4c\x98\x98\x41\x6e\x8e\x6c\x51\x17\x1a\xc6\xc3\x0e\ -\xad\x89\x34\x3e\x71\x73\xe9\x8d\x97\xad\xe8\x96\x9f\x21\xae\xbc\ -\x06\x1a\x6c\x07\x96\x99\x56\x4c\x0d\x82\x7a\x33\x61\xa2\xfb\xf0\ -\x94\x78\x16\x95\x35\x3e\xfc\x1b\x15\x70\x3c\x4b\x7d\xa1\x0a\xc9\ -\x5f\x6c\xb3\x99\x1e\x68\xd2\x83\x5e\x74\x6c\x28\xa1\xe3\x7b\xf7\ -\x69\x4f\xd8\x91\x37\x8e\x8f\x8a\x34\x14\xd6\x02\xdd\xc4\xd1\x43\ -\x91\xa7\xee\x42\x9d\xd7\x2e\x3e\x19\xfc\xfd\x95\x03\x6d\x6e\x99\ -\x4b\x84\x07\xaa\xfb\xa4\x4a\xba\xad\xa8\x23\x75\xd4\x9e\xb7\xf1\ -\x7e\xf9\xe5\xa0\xb6\x6c\x21\x76\xed\xd6\xeb\xb4\x20\x0f\x3d\x37\ -\x5a\x88\xc3\x4b\x96\xd9\xdc\x3b\x9a\x7a\xb9\x56\x4f\xf5\xe5\xe0\ -\x0a\xb4\x47\xf1\x68\x76\x47\x63\x86\x19\x1e\x3c\x5c\xa0\xf6\x74\ -\xca\xa1\xe6\x5e\xb4\x88\xf0\xf9\x7c\xc6\xc1\x8a\xbf\xd1\x06\x5b\ -\x01\x1d\x6b\x59\x0e\x97\x30\x2c\x6a\xe1\xbe\x0d\x59\x8d\x3c\x08\ -\xa1\x0c\x1c\x40\xb3\x43\x4d\x5b\x61\x9f\xaa\xb0\x14\x6a\x3d\x2f\ -\xfc\x66\x69\xdc\xe8\x6d\xdc\xd6\x2a\x5c\xbb\x17\x8e\x3d\x34\x68\ -\x7c\xcd\x51\x49\x6b\xf2\x9b\x0d\x37\x6a\x82\x5b\x05\xdd\x97\xe0\ -\xc6\x56\x45\x47\x26\xd3\xb9\xc6\xd2\x8e\x1b\x84\x33\xdc\xfc\x3d\ -\x74\xf6\xc1\xd5\x1d\x14\x07\x1d\x7b\x54\xda\xe5\x50\x21\xca\xbd\ -\x21\x5f\xdc\x26\x71\x68\x3a\xaa\x6c\x12\xb5\x9c\x16\x73\x99\xbd\ -\xe9\x05\x75\xa0\xd4\xf5\x9c\x0d\x34\xeb\x5a\x92\xae\x61\x94\x17\ -\xfa\x45\x7f\x0e\xa3\x18\x60\x73\x04\xb2\x82\xc6\xcf\x19\xbe\x5a\ -\xc3\x24\x35\x8d\x72\x87\x2e\xe4\x94\x56\x0e\x3a\xf5\x81\x64\x2a\ -\xe7\x39\x43\xdc\x12\xee\x15\xee\xa6\x46\x43\xff\x93\x93\x63\x3e\ -\x26\x67\xe3\xdd\x99\x79\xc2\xf0\x42\x3d\x7e\xcf\xc7\x9b\x74\x3e\ -\xc2\xb5\x23\x74\x96\xce\x33\x59\x8e\x89\xf2\xd9\xf4\xc5\x99\x4f\ -\xe5\x5c\x47\xaf\xc5\xa4\xbc\x34\xcc\xfa\x6c\xb2\x85\x0e\x04\x5c\ -\xa1\x84\xbf\x4e\x42\x93\x25\x05\xfd\x3b\x0d\x09\xcf\x29\x58\x2f\ -\xa8\x18\xef\x20\x50\xa7\x09\x5a\x6c\xc8\x1e\x39\x4f\x19\x67\x01\ -\xc5\x76\xe6\x47\x9c\x21\xd5\x74\x39\x98\x95\x0c\xe9\x8f\x83\x9b\ -\xdd\x36\x5e\xa0\xfa\x93\xf5\x80\x5d\xd5\x71\xbf\x5d\x0d\x19\xdf\ -\xdf\x27\x83\x8b\x33\x9c\xf5\x34\x6a\x31\xaa\xd8\x33\x82\x24\x74\ -\xa4\xc8\xc6\x43\x8e\xa0\x6c\x05\x68\xfb\xbe\x5c\xee\x9c\xc9\x05\ -\xe6\xe6\x19\xcf\x80\x5e\x83\xfe\x99\xd1\x14\x62\x7c\x8f\xd5\xa8\ -\x76\xf7\x7d\xdb\xe4\x37\x65\x8e\x15\x03\x43\xcc\x66\x54\xb1\x9d\ -\x12\x87\x2a\x8a\x8b\x0a\x4f\x83\x87\x4f\x3d\x78\x98\xf0\x9f\x45\ -\xee\x5b\x63\x49\x87\xf6\xb8\xd6\x87\x26\xe8\x3c\x0c\x15\xbc\x23\ -\x34\xb3\xc1\xc3\x11\xd6\xfd\x67\xfb\xde\x27\xe8\x5f\xc1\xd1\xb7\ -\x75\xfb\x06\xe2\x25\x40\xa7\xe1\xa2\xe9\xe7\xeb\xba\x1e\x13\xa5\ -\xa4\x76\xbe\x9c\x71\x67\xc8\x76\x04\x60\x3c\x62\x3f\x52\x6f\x7d\ -\x37\x1d\xa2\x2f\x66\xe9\x1a\x4f\xaa\x6c\xa9\x0e\xf0\xe6\x04\xe4\ -\xe7\x31\x45\xed\x53\x44\x55\xc9\xb3\xe3\x3c\x43\x52\xa7\xd8\x5d\ -\xed\xda\x84\xac\x6b\x74\xf1\xa5\xf9\x7a\x63\x57\x74\xba\x60\x37\ -\x41\xe1\x2f\xe0\x75\x97\x1b\xa8\xec\xd1\xf8\xd6\x5d\x5c\x8e\x9c\ -\xd9\x10\x93\x62\x79\xde\x9b\xaa\x62\x1f\xd3\xbd\xb3\x01\x3b\xeb\ -\x03\xa2\x30\x6f\x99\x34\xfa\xde\x8c\xca\xfd\x19\x20\x5c\x80\xed\ -\x81\xac\x75\x29\xc4\xb9\x26\xa2\x79\xa2\xab\x99\x2a\xdd\xde\x68\ -\x8b\x15\xb0\x24\xeb\x19\x02\x0b\xcf\xb1\x0a\x89\x40\x50\xb5\xcc\ -\x46\xf5\x4a\x6d\x4b\x1e\x3a\xe7\x25\x96\xa2\xd6\xed\x5f\x43\x32\ -\x60\x38\x42\x4c\x4f\xe1\x9d\xa1\x2c\xd2\x78\xd5\x9a\x93\x0f\x7b\ -\x21\x6e\x6f\xf9\xf3\x4f\x6b\x66\x08\xe2\x9b\xba\xa3\xa4\x56\xfc\ -\x62\x84\xf3\xa9\x4c\x4c\xae\x2e\x3e\x0c\xea\xde\xe0\x9a\xe2\x1d\ -\xd9\x91\xc3\x51\x89\x8e\x9f\xc7\x68\x03\x3c\x50\xd6\x79\x48\x71\ -\x72\xe7\xcb\xfe\x97\x0f\x71\x3b\x1d\x0b\xf0\xbf\xa9\x23\x68\x56\ -\xc2\xf2\x45\xcf\xf4\xb4\x95\x7f\xd1\x77\x35\x7b\xe5\x73\x5a\x96\ -\xcf\x8d\x19\xe0\x66\x61\x1d\x81\xa8\xa4\x89\xd7\x54\x46\x85\xd9\ -\xb7\x5a\xd3\xe1\x5a\x30\xa5\x16\x94\xf9\xbc\x9c\x23\x80\x30\x1a\ -\x73\xd2\x23\xbc\xd3\xd7\x5d\x64\x71\xd1\x51\x00\xf5\x77\x14\x49\ -\xea\xf1\xdf\x46\x26\xc1\x9b\x76\x03\xd3\xd4\x81\x8e\xc2\x6d\xb9\ -\x60\x8c\x41\x0f\xe4\x2e\x9e\xc5\x63\x2a\xd8\x0e\xcf\xba\x00\xfa\ -\xe4\x8e\x67\xbe\x09\x5f\xe3\xb9\x07\x7d\x31\x8a\xc0\xca\xd1\x9a\ -\xf9\x59\x59\x38\xaf\x8a\x1b\xd8\xdb\xb4\x71\x3e\xdb\x1c\xfa\xa5\ -\x11\x7e\x9a\x36\xd4\x9c\x87\x8c\x06\x68\x80\x16\x5e\xd8\xf5\x20\ -\x51\x34\xa0\x84\xe3\x41\xc9\x8d\xef\xb0\x87\x8e\x67\x6a\x11\x5f\ -\x8b\x3a\x9e\x88\xf4\x43\x8f\x37\x2e\x99\x39\x75\x29\xcd\x27\x9a\ -\x5b\x5f\xa3\xce\x90\x37\x15\x4d\xc3\x20\xee\x78\xca\x78\x36\x38\ -\xaf\xfa\x27\xee\x54\xbc\x40\xe3\xd6\xd7\x42\xb5\x27\xc5\xbf\xed\ -\xc5\x9a\xc4\xaf\x9a\xa8\x1d\x76\xc5\x8f\x02\x02\x2d\x9b\xef\x3f\ -\xa6\x83\xa7\x49\x42\x68\x30\xeb\x8e\x3c\x33\x66\xc4\x26\x1e\x31\ -\x59\x10\x19\xd3\xa4\x47\x8e\x52\x6b\x26\xe3\x9c\x0f\x1a\xd6\x30\ -\x2f\x08\x5a\x0e\x49\x85\x2b\xc6\xa5\xcf\x34\x50\xc4\xc8\x08\x66\ -\xad\x29\x25\x92\x70\xd5\x74\x6e\x7f\x69\x6c\x23\xcc\x7d\x88\xf5\ -\x47\xc3\x56\xe6\x3a\xac\x33\x3c\x9a\x22\x78\x93\xa7\x49\xcc\x82\ -\xdd\x33\xc2\x85\xbc\x0e\x1a\xda\x81\x3e\x7f\x2b\x02\xd3\xa2\xbe\ -\xb9\x3e\xaa\x08\x74\x53\x1a\xc4\x74\xea\xdc\x7f\xfd\x55\x31\x17\ -\xde\x30\xb8\xeb\xe9\x1b\x0d\xb7\x1a\x60\xfd\x32\x4d\xd6\xd1\xa8\ -\xe9\x4b\x5e\xcf\x09\x94\x74\xf6\x41\xed\x9f\x69\x55\xfe\xa6\x79\ -\xed\x20\x93\x50\xa7\x93\x79\xb0\xe7\xde\x0e\xd8\xc5\x59\xe2\xf7\ -\x8a\x98\xd6\x76\x0d\x91\x7b\xd3\x73\x05\x62\xad\x25\x59\x88\xbd\ -\x12\xda\x87\xfc\x13\xba\x7c\xed\x72\x4d\x43\x5f\x40\xa6\xd2\x9a\ -\x55\x9e\x14\xa4\x4c\x75\xce\x48\x12\xd6\x46\xc3\xa3\x62\x5f\xc4\ -\x44\x71\xdc\x7d\x3d\xb6\x03\x2d\xb2\xe4\x91\x45\x88\x04\x54\xcc\ -\xac\x47\x1d\x18\xda\x1e\x22\xcd\x3d\xd1\x0a\x2e\x68\x7f\x65\x77\ -\xbc\xed\x9f\xb8\x8f\xb8\x99\x72\xf5\x42\xbd\xeb\x69\x14\x67\xb6\ -\x62\x07\x8c\x9a\xab\x62\x30\x1d\x54\xbc\xa1\xd0\xde\x8a\xb6\x3b\ -\x2c\x4f\xe5\xc7\x94\xfc\x6f\x2c\x94\xb7\xe6\x2a\xd6\x66\xd6\x53\ -\x54\x8d\xd5\x60\x8e\xb8\x30\x32\xf4\xe8\xe2\x93\x88\xeb\x9a\x01\ -\xbf\x67\xc8\xf5\x43\xdb\x29\xda\x72\x17\xcd\xb0\xa0\x53\xf4\xcf\ -\xba\xeb\x9b\x04\x64\x72\x39\xec\x9c\xe0\x85\xa4\xaf\x29\x2a\x6c\ -\x78\xfe\xdd\xcf\x02\x79\x98\x5b\xc4\x01\x5c\xa6\x1a\x3c\x40\xa5\ -\xb7\xc9\x3a\xd2\x12\x5f\x9b\xc1\x90\xa4\xdb\xa5\x86\x13\x60\xae\ -\x89\x9e\x5d\x79\xd4\x97\x87\x67\x41\xa7\x23\xa6\x5c\x44\xe9\xd0\ -\x7a\x22\x6b\xb7\xf7\xa6\x9f\x27\x18\xd5\xe4\x38\x41\xd5\x93\x0e\ -\x9a\x38\xf3\x48\x44\x41\xfe\x7e\x69\x87\xb3\xdf\x91\xe7\x19\x0d\ -\x38\x2a\x66\x25\x87\x4d\xc7\xe7\xa8\x3d\x52\x41\xc3\x52\xd9\xee\ -\x40\x34\x6c\x7c\xe1\xa2\x15\x56\xd6\x7e\x18\x40\xdd\x86\x32\x10\ -\x00\xff\x27\xd3\x63\xac\x38\x32\x5f\x7c\x5c\x17\x87\x78\x0a\xda\ -\x9a\x6b\xd1\x08\x37\x6b\x34\xb7\x6c\x58\x9c\xcf\xac\xaa\x58\xb2\ -\x71\xc7\xc5\x17\xc8\x94\xff\x1e\x21\x01\x5f\xff\xd8\x65\x0d\xa4\ -\x45\xe8\xd3\xb9\xaa\xd9\x23\x06\x72\x10\x05\xce\x8b\x36\x24\x10\ -\xb4\xb0\xd5\xb6\x67\x61\xdc\xc9\x73\x33\x57\xb2\xfd\x27\x45\xaa\ -\xdd\x0e\xbe\x5e\xc8\x3a\x46\xc7\x56\x0c\x06\xe2\xbb\xb5\xb2\x12\ -\x1e\xa6\x1e\xa0\xb2\x8a\x6f\x2e\x8a\x3d\x47\xe9\xfc\x4c\xa7\x69\ -\x41\x1f\x99\xe7\xef\x6d\x87\x93\xb4\x11\x30\x9d\x68\x86\x23\xb9\ -\x11\x40\x39\x04\xdf\x81\xfe\xc3\x04\x8e\xf9\xb5\x98\xbd\xc0\xb7\ -\x83\x81\xd7\xff\x1e\x59\x18\x6f\x0b\xd6\x36\xe1\xf6\xcf\x53\x08\ -\x54\x88\x63\xa3\xb9\x19\x8d\x7e\x34\xe9\x0d\x91\xea\xef\x26\x28\ -\x28\x4d\x3d\x74\xd0\xa6\x68\x14\x52\x48\xf4\x90\x72\xe2\x30\x41\ -\x04\x1d\x42\xea\xe2\xe8\xca\x6b\x73\x7c\x5e\x28\x9d\x96\xd6\x91\ -\xa2\x9c\xde\xd2\x19\x14\x4a\xf8\xf9\xf9\x69\x8d\xe0\xfc\x6b\xad\ -\xe5\x14\xf8\xc9\xab\xee\x85\x8f\x1e\x26\x26\xc3\xc8\xc1\x0b\xb4\ -\x1a\xa9\x77\x3a\x94\xdd\xf8\x4b\x7d\xfd\x66\x40\x72\xb9\x10\x81\ -\x6a\xca\x63\x42\x6e\x2a\x47\x43\xaa\x75\x27\xa3\xe9\xea\xb4\x16\ -\x1d\x4d\x87\xb6\x70\xd9\x6a\xec\xe9\xe0\xed\x53\x52\x5d\xbb\xe1\ -\xcd\x8e\xe6\xaa\x19\x69\xd8\xfa\xbd\xb2\xc1\xa0\x5c\xf3\x34\xa2\ -\x9a\x91\xa8\x15\xa7\x1e\x83\x13\x24\xba\x5e\x2e\xc2\x2f\x04\x22\ -\x65\x9f\x5a\xf5\x29\xe1\xf5\x52\x14\x68\x02\x13\x12\xcf\x96\x3b\ -\x52\x46\x9e\xec\xae\x43\x5c\x4c\x0f\x0d\x15\xcd\xe9\x16\xde\x2e\ -\x0e\x49\xb1\x73\x35\x57\x65\xc0\xc0\x8f\x33\x6d\xb7\xe6\x15\xee\ -\x2a\xca\xd3\x45\x34\x9b\x2b\x83\xe1\x56\xb0\x9d\xe2\x1c\x67\xc9\ -\x66\xdc\x7e\x87\x5d\x72\x3b\xb4\x09\x6e\x8d\x9d\x0e\x84\x2f\x74\ -\xb2\xbf\x81\x41\x63\x4d\xaf\x63\x0a\xbe\x1b\xdd\xad\xed\xf5\x01\ -\xa6\x50\xd1\xad\xf2\x6c\x92\x39\xa1\x8a\x66\x63\x49\xdb\xd5\x1a\ -\x9c\xfe\x2a\x9c\x85\xdf\x9b\xac\xf3\x1c\xee\x7b\xb3\x7f\x2e\x79\ -\x01\x7c\xf2\x7d\xc1\xc5\xdb\xdd\x0c\xe0\x0b\xa5\xfe\xd4\x28\xc0\ -\x41\x06\x06\xfd\x55\xdf\x91\x54\x48\xe8\xd0\x0f\xcf\x02\xfc\x05\ -\x54\x8a\xfd\xda\x8a\xf4\x6a\x66\x8f\x73\xec\xd9\x1d\xd6\xf3\xf5\ -\xc9\xde\x26\x67\x3a\xe8\xb6\x9f\xd5\x1b\x51\xc1\x55\xeb\x9b\x35\ -\x43\x5d\x4d\x80\x8e\xa2\xc7\x8f\x9f\x6b\x81\x38\x68\x6c\xb1\x4e\ -\x2a\x0a\xb7\xdf\xa7\x17\x1b\x8d\x27\xf6\x07\x3a\x8d\x3e\xfa\x2b\ -\xcf\x72\x2b\xd9\x91\xe4\x44\x8d\xe8\xf2\x88\x90\xa9\xbb\x85\xd3\ -\xfb\xd4\xef\x79\x34\x2d\x29\xb4\x22\x11\xba\x86\xb0\xe8\xdf\x05\ -\x25\x11\x7b\x1e\x9e\xf2\x60\x77\xd4\x82\xe7\x0c\x35\x3f\xef\xfc\ -\xc4\x13\x98\x8e\xa4\x60\x49\xcb\xe9\x27\x20\x5b\xf7\x88\x68\x45\ -\xb5\x84\xde\x27\x73\xc4\x3a\x6b\x84\xf9\x71\xcf\xd8\x9a\x99\x6e\ -\x7b\xe7\x64\x50\x28\x83\x42\x5f\x40\xaa\x5a\x7f\x51\x70\xc7\x9d\ -\x19\xfb\x48\x44\xf0\xf3\xbf\x7f\x5c\x13\xe8\xb1\x2e\x16\xce\x68\ -\xeb\x48\xa4\x4b\xc4\xda\x52\xe4\xd7\x33\x79\x1a\x79\xc8\x60\x42\ -\x25\xe5\x5e\xa4\x65\x35\x09\xb0\x8c\x3e\x8f\x34\xef\x69\xa0\x1f\ -\xc8\x26\x32\xfa\x2e\xcd\xe8\xcf\x2c\xe9\x94\xa8\x3b\x74\xb8\xfe\ -\x1d\x79\x79\x0f\xd0\x4e\x2c\x16\x86\xdc\x8f\x29\xbc\x0c\xd6\xe2\ -\xbf\x4e\xac\xbb\x3e\x2a\x64\x41\x11\x76\x4f\x15\xdf\xea\x8d\x94\ -\x67\xaf\xb6\x46\x2b\xa8\xf0\xf9\x75\x7c\x7f\xf6\x86\x2a\x18\x40\ -\xac\x80\xf0\x04\x5a\xbb\xee\xfd\x3c\xdb\xd8\xb5\xcd\x9d\x22\x6e\ -\x7d\x42\x6f\x04\xe3\xf3\xac\xdc\xa3\x82\x66\xb2\x32\x1a\xbf\xce\ -\x22\xe0\x64\x61\xf0\x90\x24\xd8\xcf\xd1\xfb\x15\x0b\x10\xb6\xfd\ -\x2e\x23\xe4\x9d\x70\xe5\xcf\x83\x61\xb3\x7f\x59\x51\x4f\x58\xeb\ -\x1f\xe7\x05\x7b\x30\x1f\x93\x15\x43\xe4\x1a\x87\x87\xe3\xd4\xf2\ -\x9c\x85\x7f\xdd\xf9\x6b\x95\x73\x0c\x14\xd7\x32\xee\xf0\xbf\xfb\ -\x4f\x8a\x0d\xb9\xa5\x67\xd7\x28\xd4\x03\x33\xd9\x9d\x70\xdc\x17\ -\xff\x56\x7b\x69\x37\x7e\x2d\x7b\x86\xca\x96\xdc\x7c\xed\x2d\x10\ -\xcd\x72\xb6\xae\xc6\x79\x2f\x67\x1c\xd1\x46\x51\xf2\x83\x70\xcb\ -\x1e\x42\xe5\x8f\xfc\xfa\xa2\x66\x6f\x16\x14\xb4\x35\x47\xd7\x7f\ -\xf6\x9d\x85\x7d\x20\x33\x24\x66\x63\x2e\x22\x96\x83\xc4\x91\xaa\ -\x4e\xd3\xfe\x95\x08\x7b\x7f\xb2\x70\xb7\x03\x7f\x35\x43\x0c\xc2\ -\xbd\x3f\x6d\xc3\xcb\xd0\x2f\x00\x8a\x5f\x15\x47\xdf\xc3\x61\x8d\ -\x32\xf8\x71\xab\x62\xef\xdf\x41\xc3\x61\x55\x68\xb3\x12\xbd\xf7\ -\x2f\x16\xff\x64\x51\xd9\xa7\x47\x36\xf1\xbb\x71\x87\x6d\x6a\x43\ -\xfe\xe2\x72\xbf\x3d\xe7\x22\x91\xd6\xa0\x30\xf9\xa2\xbe\x19\xe0\ -\xbd\x73\x72\x92\x60\x85\x7f\x86\xed\x8b\xdc\x02\x6b\x57\xd2\x8f\ -\xf2\xfb\x7b\xca\x7c\x50\x71\xf2\x80\x89\x03\x3e\xf2\xa5\xdc\x6a\ -\x4e\xf7\x74\x68\xfc\xd0\xc6\xd5\x68\x21\xe2\x0e\x7f\xac\xcb\x2f\ -\x35\x49\x44\x9e\x9c\xe2\x18\x59\x2d\x66\xeb\x6b\x66\x0e\x7b\x60\ -\x68\x92\x25\xbb\xc8\xdd\xa6\x62\x45\x6b\x09\x44\xe8\x43\xff\xb6\ -\x4b\xf8\x38\x1c\x88\x70\x43\x70\x11\x81\xd7\x95\xcf\xd4\xe3\xbc\ -\x41\xa4\xb8\xd5\x6c\xf4\x99\xd8\x32\xc0\xc6\x7b\xf2\x00\xd7\x00\ -\x2b\x68\x52\x46\xc5\x2d\x44\x8d\x4e\xc7\x58\x4c\xe0\x3d\x1d\x2e\ -\xef\xfd\x5b\xb4\xb3\x46\x43\x8c\xaf\xff\xd1\x3f\xbe\x1e\xb8\x26\ -\x0f\x71\xe0\x30\x63\xef\x1b\x04\xc6\x62\x06\xd3\x95\x97\x8a\xc6\ -\xbc\xcf\x5d\x04\x83\x32\x6b\x16\xb3\x61\xa7\x2b\xf8\xd5\xcf\x2c\ -\x9c\xa3\x51\x20\xc1\x5a\xcb\xf6\x47\xe8\x0e\x9b\x26\x29\x33\xb1\ -\xee\x6d\x07\xa6\xe7\xae\x50\x13\x21\x83\x17\x6e\xf9\x93\x53\x40\ -\xc6\xca\x82\x9a\xd9\x2c\x9b\xef\xfd\xb1\xf5\x22\x18\xb4\x41\xc9\ -\xfd\xe9\x9c\xe9\xc5\x60\x2c\xb7\x05\x57\x9f\x24\x32\x48\x3f\x4e\ -\x27\xa2\xfc\x19\x3a\x4a\x7a\xcb\x6f\x33\xa0\xb1\x6c\x1d\x13\xd4\ -\x47\xce\xd1\xaf\xff\x59\x7a\x45\xf2\x3f\xfb\xd7\x39\xd9\xd7\xe1\ -\xbc\x64\xfb\x70\xcb\x9f\x31\xc5\x09\x6a\x76\xe8\xe9\x3e\x99\x63\ -\x45\xce\xbc\xa3\xf6\x0e\xd5\x73\xb0\x38\xdd\x33\xb5\x69\x3c\x55\ -\xd5\x73\x80\xbc\xf8\x12\x94\xd8\xd7\xcf\xb1\x1b\xae\xed\x61\x82\ -\x60\xdb\x05\xd6\x34\x0d\xdb\x27\x0d\x79\xb6\xc7\xde\xf4\xf7\xf8\ -\xab\xbf\x2f\xc5\xbf\x60\x83\xc0\x6e\x54\xd1\x6d\x8c\x1f\x79\x41\ -\x2c\x23\x2a\xc2\xcc\x42\x34\x1d\xf3\xee\xbb\x72\x8c\x6c\x6f\x39\ -\x38\x07\x58\xb8\xba\xfc\xfa\xd7\x99\x74\xca\x9c\xc0\x73\x98\x35\ -\xf9\x35\xcd\xcb\x11\x4b\x7f\x7f\x81\x48\xa3\x28\xba\xf0\xe9\x39\ -\x88\x20\xfb\xf3\xea\x6c\x55\x60\xd1\xc7\x8b\x23\x1e\x23\x8b\x28\ -\x16\x45\xeb\x2c\x8a\x22\x2a\x8c\x0e\xec\xff\xd2\x40\x9c\x8b\x66\ -\x8e\x11\xd2\xda\xb3\xb8\xa4\x39\x8c\x25\xa2\x9a\x48\xf2\x44\xc0\ -\x45\x7f\xb3\x78\x5c\xf4\xbf\x3c\xeb\x18\x61\xf5\x7c\x37\x4b\xef\ -\x63\x1a\x46\x8c\xbd\xb6\xa9\x12\x45\x3c\x63\xc6\xc0\x97\x28\xb8\ -\xb7\x6c\xcf\xdc\x91\xf1\x73\x23\x9d\x18\x6f\xd7\xba\x56\x51\x6f\ -\xee\x64\xe4\x45\xb1\x4b\x00\xb8\x9c\x12\xd3\x15\x4d\x14\x9f\xfb\ -\xff\x35\xf0\x0d\x2b\x9d\xbd\x2c\x8c\x77\x61\x2d\xbb\x7f\x99\xcb\ -\xba\x26\xa9\xcb\x62\xcd\xc8\x2d\x61\x9d\xbd\x87\xae\x23\x80\xc2\ -\xdb\x8b\xcd\x38\x4f\x78\x4c\xa0\x09\xfb\xb6\xfd\x6f\x26\x44\x01\ -\x52\xdd\x6e\x37\x4e\x90\x8f\x80\xd9\x6a\x14\x26\x06\xe9\x95\xc9\ -\x16\xcc\x8c\xcf\xfd\x27\x63\x6c\xec\x8c\xbe\x06\x9a\xff\xa1\x3f\ -\x09\xb4\x10\x76\x6a\x83\xa2\xe0\xdd\xdb\x22\x4b\x88\x56\x06\xd7\ -\xd6\xbd\x29\xb8\xf7\xc7\xac\x78\x7a\x70\x75\x84\xbe\x93\x1a\xcd\ -\xd2\xcf\xf7\x09\x76\x99\x31\xcb\x4d\xff\xe2\xc2\x85\x05\x76\xa0\ -\x17\x75\x16\xaa\x99\x7b\xd8\x9a\xf9\xf1\x3f\xc7\x43\x0f\xac\x7a\ -\xd7\x84\xc2\xa3\x20\xa2\xa8\x65\x55\x7c\xe4\xff\xab\xb3\xb1\xd3\ -\xe4\x3d\x93\x4f\x74\x03\xec\x8e\x7f\x9e\x29\xa8\x54\xd3\xf9\xfd\ -\xb9\xdb\x9d\x86\x74\xa1\x0d\x6e\xd7\x8d\x5f\x8f\xf4\x88\xd9\x63\ -\xd3\xd7\x12\xb0\xf9\x76\xea\xd6\xe5\xf9\xa1\xfe\x3d\xfd\x33\x6d\ -\xfc\x81\x22\xc0\x7d\xb7\xef\xcf\x33\xbc\x72\x3a\xb9\x91\x35\x22\ -\xa8\x16\xb0\xf3\x35\xf3\x49\x99\x1f\x8d\xd5\x8e\x1c\xb1\x38\xc3\ -\x52\xd1\x62\x80\xe6\xed\xfb\x47\x9d\x16\x9a\x66\x5b\x71\xbf\x78\ -\x7d\xb2\xe1\xba\xbf\xed\xd4\x69\x5e\xc6\x86\x72\x29\x47\x24\x67\ -\x65\x9d\x13\x3a\x69\xf0\x68\x8c\xcc\x8b\xc9\x8c\xba\x14\xe2\xeb\ -\xa3\x4d\xaf\x9b\xa9\x0f\x93\xe5\x88\xb2\xd6\x10\x60\x87\x26\x49\ -\xed\xbc\xfe\xc8\xa7\x0d\xe5\xc9\x59\x09\x52\x1a\xea\x1e\xef\x92\ -\xf0\x84\xa6\x23\xb8\xe2\x63\xa6\x44\x01\xe2\x93\x65\x6d\x02\x2e\ -\x0f\xa1\x7b\xe4\x08\xda\xd7\xf1\x3a\x7b\x6f\x6c\x7c\x3c\x47\xb1\ -\x22\x80\x8c\xc9\x82\x04\xf3\x95\x08\x8b\x57\x81\x1a\xf4\x83\xe5\ -\x13\xb0\xdf\xfd\xf1\x1e\x42\x32\xea\x27\x63\x11\x48\xb1\xef\x0d\ -\x2b\xcb\xeb\x19\x11\x08\xd7\xf2\x60\xba\x28\xea\x94\x87\x81\x6b\ -\xa3\x7d\xd0\x81\xc8\x99\x1b\x4e\xd8\x7d\x7b\xad\x58\x9c\x7d\x7f\ -\x58\x3f\xd7\xe5\x13\x0c\x7d\xf0\x61\x99\x19\x74\x2d\x90\x6e\xec\ -\x3d\xdd\x02\xb1\x05\x9b\xf6\x08\x3b\xad\x29\x51\x0b\xc5\xa4\xc6\ -\xbd\x27\x71\xc4\xc0\x56\x80\x6c\x05\x2f\x6d\x53\xb5\x72\x4c\xea\ -\x36\xa7\x5d\x34\xa8\x1d\x8d\x89\x51\xaa\x06\x77\xba\xc6\x9d\xd6\ -\x1c\x79\x20\xe9\xbd\x5d\x13\xe3\xa2\x3a\xf6\x0b\xda\x86\x27\x00\ -\x00\x20\x00\x49\x44\x41\x54\xb9\x15\x21\xb5\x41\x1b\x6a\x0e\x38\ -\x81\x4e\xf8\xe8\x7e\xe4\x3c\x1c\x49\xcf\x56\x1c\x51\xa2\xe9\x39\ -\xe9\x72\xce\x2b\x42\x03\xd4\x1c\xa3\xa4\xd1\x3a\x03\x51\x78\x13\ -\x3e\x7a\xcf\x59\x26\x1b\xc7\xc8\x3f\x46\xf6\x7c\x50\x0b\x58\x27\ -\xe2\xc8\xde\x68\x8a\x6c\x6c\x99\xd3\x31\x62\xc6\xc5\x57\xe3\x1b\ -\x97\xf1\x40\xea\x68\x9a\x20\xdb\x12\xb7\x9b\xa4\xc7\x3f\xdf\xc8\ -\x4f\x80\x51\x0c\xe2\x39\xfd\xf0\xca\x1c\x16\x71\x2a\xab\x7a\xa3\ -\xc6\x61\xf3\x7b\x68\x2c\xca\x24\x81\x70\x79\x53\x11\x23\x7e\x51\ -\x19\x13\x80\x39\x55\x13\x90\x90\xf9\x51\x1c\x85\x54\xab\x04\x07\ -\x24\x7c\xa1\x15\x3d\xbd\x80\xf3\xdf\xd0\xa9\x7e\x1d\xe1\xeb\x34\ -\x87\xe6\x7c\xe2\xef\xb5\x15\x08\x6c\x97\x59\x86\x3b\xf7\x43\x9e\ -\x04\x42\x36\xb6\xe6\x6f\x63\x6d\xfd\x69\x76\xcb\x48\x3a\x0e\x69\ -\xb8\xac\xe9\x40\xd0\xd5\x73\x8a\xd0\x26\x6e\xa9\xb7\xe8\xd9\x5a\ -\x24\xa9\xc1\x88\x62\x7a\x8c\xf7\x23\xe8\x0f\x2b\xd7\x78\x1c\xbc\ -\x7d\x92\x6c\x28\xa4\x3c\x34\x6e\x27\x2d\x28\x93\xe2\xa3\x60\xf4\ -\xa9\xda\x79\x91\x0d\x1d\xa3\x2a\x2e\xba\xb0\xb1\x9d\xb2\x26\x8d\ -\xea\xe0\x82\x67\xb5\x20\x61\xc1\x49\xad\x75\x0a\x86\x9c\x86\x1f\ -\x87\xd8\x5b\xea\xb0\xc5\x43\x60\x4f\xb8\x18\x2d\x1b\x4c\x1b\xcf\ -\x9f\xb3\x79\x0c\x87\xa5\xd4\x84\x1e\xe7\x43\x99\xe4\xb8\x31\x47\ -\x9e\x65\xdd\x04\xa2\xc0\x91\x36\x38\x00\xaf\xfe\x5e\x4e\xa7\x39\ -\xc2\xe2\xf8\x80\xfa\x34\x51\x01\x61\x29\x3b\xe7\xfc\xdd\xec\xc3\ -\x8a\x28\x29\xb7\xa7\x1e\x82\xcd\xf4\x9a\x5b\x35\xf6\xde\xa2\x2f\ -\xa8\xba\x8c\xf3\xb1\xd3\x25\x63\x1a\xd8\xe7\xf0\x7d\x92\x58\x02\ -\x77\x05\xed\x08\x78\x2d\x37\xbf\xfa\x7c\xea\x79\x69\x95\x71\x64\ -\x4b\x67\x9b\x00\xf0\x31\x25\x7e\x66\xa8\xd9\xc4\xb2\x99\x72\x68\ -\x0f\x12\x66\xac\x75\x8d\x29\x55\x00\x88\xc5\x7e\xa0\xaf\x68\x77\ -\xb8\x84\x9d\x54\xa1\x61\x48\xd2\x9a\x48\x42\x13\xd5\xfb\x8f\x1c\ -\xa0\x80\x85\xaa\xca\xe1\xa2\xc6\xce\xd8\xc0\xc8\x90\x19\xf4\x72\ -\x81\x53\xfe\x8d\xae\x16\xc8\x7e\xd2\xb4\xd9\x9a\xd4\xdc\x9b\xbc\ -\x87\x7a\xe5\x0a\x3b\x7f\x38\xf8\xe1\xa8\x3b\xb7\x33\x1a\x0a\xab\ -\x11\xdc\xe4\xc2\x0a\x24\xf1\xaf\xe9\x3a\x52\xad\xc9\x43\x07\xde\ -\xcc\x55\xb4\xe7\x15\xb1\x8b\xd7\x39\xe9\x7e\x4f\x9d\xd9\x7e\xe8\ -\x58\x53\xa3\x71\x68\x5a\x98\xd4\xc0\x17\xd9\x19\xfc\xba\x95\x1a\ -\xe2\xed\x0d\xbf\xd8\xcf\xcb\xa4\x59\xe0\x5b\x0d\xa1\xa5\xa7\x02\ -\xe3\x69\xcd\x6f\xb4\x61\xd2\xed\x1a\x96\x66\x34\xe1\x76\xe0\x4c\ -\x56\x4f\x64\xd3\xd5\xee\x89\xb5\xd6\x00\xcc\x0b\x1c\xba\xe7\xc4\ -\x56\x9b\x59\x8d\xc7\x9e\xa8\x0a\xd6\xa0\x31\x4a\xdb\x03\x06\x9c\ -\x39\xf7\xe8\x3f\x29\xac\x51\x4f\xf4\x69\x45\x4e\xe4\x9b\x11\x51\ -\xfc\xaf\xf3\x4c\x40\x1e\x76\x2b\x66\xa9\x0f\xed\x53\xfa\x30\x12\ -\xca\x19\x5f\x9b\x7e\x2b\x96\xfe\x78\xfd\xc6\xc9\xb6\x40\x71\x54\ -\x2a\x10\xbb\x71\x15\xca\x58\x8b\x2a\x07\x34\xa6\x37\x3d\x37\x0e\ -\xe6\xba\xfb\x08\x2d\x6f\x13\xd1\xe5\x39\x47\xd5\x54\xf1\xb8\x23\ -\xbe\x99\x4f\x24\x8d\xae\x31\x8d\x02\x94\xe8\x92\x9e\x9f\x75\xe1\ -\x83\xdb\x26\x34\x64\xe7\x15\xfb\x99\x2d\x1e\xf4\xc6\x5a\x7e\x86\ -\x06\x0c\x70\x1a\x97\x5f\xcb\x9b\x61\x89\x75\xb3\x9b\x61\x88\x86\ -\x67\xae\xbb\x04\x4f\x46\x95\x88\xd1\x17\x49\x8a\x02\x4f\xd1\xb8\ -\x70\xb8\x3e\xf2\x38\x83\x86\xd4\x86\x00\xbe\x7e\x4a\xaf\xd6\xbc\ -\x83\x8a\x01\xd4\x1c\x41\x8d\xd3\x57\x77\xd0\x8b\x34\x22\xef\x2f\ -\xcf\xbd\xcc\xaf\xd2\xc2\x85\xa5\xb3\x21\xe2\xfb\x64\x43\xb9\x86\ -\xf4\x20\x81\x42\x51\xc8\x2d\x19\x2f\x11\xd2\x28\xab\xeb\xcc\x2c\ -\x23\x0c\x4c\x98\x08\x97\x75\xa8\x52\xc6\x05\x27\x37\x7a\x87\x98\ -\x9a\x73\x02\x10\x8b\x0e\x50\xdb\x78\x5e\x74\xbd\x0b\x5c\x97\x7f\ -\xc3\x6e\x87\xe8\x23\xd5\x08\x91\xd5\xce\x87\x15\x47\x7e\x37\x98\ -\x08\xfb\xde\xc5\x75\x15\xc9\x07\x49\x0d\x15\x88\x6c\x8f\x7c\x09\ -\x39\x47\xa6\xbc\xb8\xac\x08\x94\x87\xe7\x7d\x14\xc2\x49\x5f\x68\ -\x74\x39\x75\x8e\xbe\x9e\x56\xc1\x6e\x5d\x1d\x3e\xfb\x1a\x39\x08\ -\xab\x46\xab\x70\x94\x4c\x9a\x4e\x62\x23\x46\xc4\x0a\x16\x3c\x05\ -\xb1\x07\x95\xa4\x23\x9c\x67\x60\xa5\x60\x5b\x51\xb1\xff\xef\x39\ -\xc9\x29\x6c\x6d\xae\x7b\xc9\x1b\x3e\x8a\xa7\x93\x6a\x12\xce\x45\ -\x7a\x8c\x90\xc3\xee\x74\x63\x0a\xd2\x6d\x8a\xe8\x6e\x5f\x5f\x0e\ -\xde\x4e\x2f\x2c\x3b\x4b\x00\xbb\x69\xd0\xb4\x17\xd0\x75\xf1\xa8\ -\x74\xdd\x1a\xb5\xdc\x24\xc2\xcc\x6e\x29\x6b\xd2\x61\x04\x12\xe7\ -\xb3\x5b\xd7\x53\xb3\xb0\xd5\x83\x23\x3c\x1b\x70\x73\x3f\xa2\xd0\ -\x0a\xd0\x74\x6f\x92\x16\x8e\xa7\xae\xdf\x88\x71\x76\x68\x03\x0d\ -\x38\xde\x0f\x5d\x45\xd7\xe1\x44\x82\x3a\xad\x9a\x24\x76\x60\x20\ -\x2e\xd6\x95\xb9\x26\x34\xe9\x9d\x3d\x50\x33\xa8\x72\xc3\x42\xd6\ -\x45\xfb\xcd\xdd\x45\xa8\x39\x44\x65\x4e\xd8\xe5\x54\x21\x2a\xe9\ -\x22\x8a\x86\xf9\x26\x8a\xd6\x1e\xca\x29\x91\xf7\xb5\xdc\x19\x70\ -\xd5\x74\x56\x1d\x2c\x08\x1a\x5d\x5b\xa3\xcf\x14\xfb\x55\xe0\x47\ -\x2b\x88\x38\xf6\x95\x50\xc5\x12\xe4\x5e\xd9\x5e\x18\x87\x3b\xa3\ -\x3e\x42\xd6\x88\x18\xec\x4d\x15\x51\xed\x05\x4a\x5a\x1e\x97\xb5\ -\xbb\x9f\x79\xe1\xfc\x15\xeb\xd2\x4c\x5c\x5c\xaf\xd4\x10\xd7\xae\ -\xbd\xec\x13\x69\x6a\x97\x95\x4a\xc4\x85\xde\xb5\xbe\xbd\x78\x0f\ -\x13\x21\x09\x2e\xbb\xe2\xe1\x34\x37\xb5\x7f\x54\x0c\x03\xf9\xa2\ -\xcf\x19\x76\xe6\xcf\xe0\xc6\x6f\x59\x52\xfd\x9c\x1a\x1a\x51\xe2\ -\x74\x23\x7d\xd3\x87\xad\xc5\x10\xa5\x07\x8d\x89\xd2\xf9\x04\x8f\ -\x9f\xe5\x55\x0f\x29\xee\x46\x3a\x72\x62\x08\xdb\x27\x2e\xfc\x70\ -\x42\x3d\x02\xc9\xf7\xa4\x53\xe7\xf4\x57\xdc\x56\x9f\x5e\xb4\xa9\ -\x5a\x54\xd7\xb3\xa8\xa0\x17\x63\x88\x53\x5f\x39\x7f\x06\xa7\xc9\ -\xcb\x74\x46\xe4\x46\x15\x25\x5e\x83\xb2\x54\xa1\xd6\x51\x43\xf0\ -\x83\xea\x99\xe6\x52\x20\xcb\x5c\x42\x44\x5c\xb9\xab\x9d\x7e\x0e\ -\x3a\x1e\x0d\xca\x60\x80\x50\x7a\xd8\x6d\x67\x20\x2f\x97\x66\xfa\ -\xa1\x0e\x11\xd7\x2b\x75\x2d\x5d\x63\x5d\x58\x53\x13\x85\x49\xfc\ -\x27\x1e\x94\x57\x26\x6a\x38\x75\x59\x35\x13\x3f\x8d\x43\x58\x83\ -\xb9\xd1\x9d\x64\xbf\xdf\x59\xaa\x64\x54\x66\xea\xb5\x8d\xa6\xf3\ -\xa7\xb2\x9f\x0f\x0f\x7d\xd9\xaa\x7b\xa9\x07\x9f\xbe\x98\x1d\x4c\ -\x5b\x6a\x71\x12\x31\xd7\x74\x10\x4e\x33\xe4\x10\xca\x77\x57\x39\ -\x2e\x1d\x30\x22\x02\xe6\xa0\x19\x37\xa0\x37\x6d\xd6\x43\x8f\x4c\ -\x94\xb6\xe1\xdf\x28\x5e\xb9\xee\x4e\x0a\x1c\xf5\x68\x95\x02\x76\ -\x34\xed\xb7\x2b\xfb\x2b\xeb\x2a\x2d\x89\xc5\xa2\x68\xe1\x7e\x0e\ -\x9e\xdd\x0c\x61\x67\xf5\xc9\x03\xbd\x18\x1f\xf4\x8c\x41\x7d\xc9\ -\xeb\xa3\x65\x0d\xa0\x68\xfe\x3d\xcc\xbe\x8e\xbc\xbc\x93\x7a\x5b\ -\x41\xce\xc1\x31\x97\xd7\xe6\xa6\x5c\xaf\x77\x7e\x4e\x7b\x7f\xdb\ -\x1c\x8c\xf1\x92\xf1\x96\xd9\x7f\x5d\xbf\x2f\x0e\x8a\x35\x0a\xaa\ -\xb3\xa0\xce\x3b\x20\x9b\xb0\xed\xb0\xb9\x33\xa0\xa6\x26\x9e\x33\ -\xc0\x16\xc0\x43\xc6\x41\x0c\xfc\x63\xd0\x6d\xe9\x8a\xb3\xf6\x21\ -\xa4\x5f\x14\x9d\x6e\x8b\xfe\x2c\xd4\x26\x39\xc8\x3b\xa6\x6a\x38\ -\xe2\x99\x25\xa7\x8d\x1a\x78\x02\x87\x8b\xfe\x7f\xc6\xde\x75\x4d\ -\x72\x23\x47\x12\x35\xc0\x99\xea\x3d\xef\xff\xae\xdb\xaa\x0c\x3a\ -\x70\x7e\xe0\xee\x64\x54\x6f\xcf\x37\xa3\x1e\x49\x95\x19\x41\xfa\ -\x05\x30\xd8\x65\x4a\x7a\xea\x1d\x2e\x30\xeb\xc3\xbd\x55\x5f\x0c\ -\x56\x16\x0e\x0b\xcb\x8c\x8d\xa0\xd9\x4c\x36\x0d\x25\x81\xb0\xe5\ -\x69\xe7\x4e\x4a\xa5\xcd\xf5\x5a\x92\x24\xc2\xc2\xe9\x55\x02\x6b\ -\x9a\x29\xce\xdf\x21\x64\x93\xea\xcb\x1b\xfa\x1d\x80\x51\x7b\x9e\ -\xa6\x21\x2c\xc0\x5b\x32\xbe\x49\x71\x45\x5c\x40\x74\xc7\x10\xb1\ -\x70\x4c\x31\xea\x4d\xe8\xb7\x35\x6c\x39\x39\xc2\xc8\x7c\xa3\xb2\ -\x82\x21\xc9\x41\x4c\xfe\x63\xe6\xe3\x5c\x50\xde\xb8\xc7\x34\x46\ -\x72\x11\xc9\x67\xbf\x88\xff\x23\xd3\xe6\x89\xd0\x86\x0e\x40\x5a\ -\x43\x14\x5a\x20\x4a\x64\xb6\xb9\xfe\x34\x5b\x75\xa6\xd5\x2c\x5b\ -\xc5\x27\x5f\x85\x4e\x86\x7d\xa9\xaa\xb9\xb8\x64\x48\x1d\x2e\x3b\ -\x22\x5b\xc0\xa5\xc8\x6f\xe9\x71\xb6\x78\x43\x46\x85\x1a\xab\x17\ -\xb8\xe1\x7d\x7f\x1c\x1e\x0f\x47\x9b\x36\x2d\xe8\x1b\xef\xe2\x2b\ -\xb5\x37\xd2\x91\x9a\x70\x8b\x89\x29\x21\x69\xa3\x89\x95\x01\x82\ -\xbe\x76\xf4\xa6\x13\x11\x5f\xd0\xdd\x39\x51\x0e\x71\x6e\xa2\x9f\ -\x87\xa3\x5e\x6c\xf2\xad\xe5\x06\x14\x8c\xcb\xe2\xe8\xb3\x3f\x1b\ -\x6f\xb4\xe2\x65\x25\x3a\x22\x00\x5d\x6e\x72\xd1\x12\xd5\xb9\xdc\ -\xef\x12\xa5\x09\x1d\xdd\x6e\x0e\x3f\x81\x94\x33\x8f\x70\x3a\xa3\ -\x38\xca\x08\xb7\xec\x87\xf2\x38\x2c\xb8\x35\x2b\x71\xfe\x52\x39\ -\x03\x9e\x86\x06\xa7\x43\xd8\xe2\xd0\x7e\x01\x1b\x87\x19\x82\x22\ -\x73\x3e\x04\x65\x6d\xdb\xdd\x27\xa7\x25\xe9\x53\xc0\x39\x00\xf9\ -\x36\x6d\xec\xe7\x0f\xf9\x5e\xe9\x54\xb3\xad\x99\x2a\xe1\x68\x92\ -\x69\x12\x88\x19\x10\xca\xcc\xa8\x1d\xb9\x46\x58\x95\xbe\xee\x87\ -\x5f\x66\xf6\xec\xc3\x51\x31\x1c\xf0\xf8\x65\x0a\x43\xe7\x14\xef\ -\xed\xf9\x89\x37\x72\x1b\x24\x9c\x2e\x84\x17\xde\xed\x64\xf5\x14\ -\xc6\xd3\xc1\xdd\x97\x9a\xb8\xc6\xb4\xca\xde\x06\x3d\x00\x8a\x47\ -\x61\xca\x53\x40\xcd\x5c\xcd\x54\xa4\xc8\x07\xed\x25\x98\x9c\xe3\ -\x2c\x8a\xd1\xbc\x0a\x34\x29\x72\xd5\x78\xd5\xc5\x2e\xb3\x31\xf6\ -\x40\x1b\x95\x2a\xc8\xf2\x02\xd6\x42\xd3\xd8\xe9\x7d\xe5\x22\x47\ -\xa3\xc8\xeb\x53\xba\x6e\xf1\xce\x8f\xef\x5d\x5a\xb2\xcc\x6b\xa1\ -\x43\x1f\xd1\x80\x11\xd9\x2e\xd0\x8e\xec\x36\x3e\x32\x49\xfa\x45\ -\xf7\x00\x70\xb8\x28\x99\xa7\x13\xa7\x2f\xda\x98\x00\x46\x00\xe5\ -\x37\xcd\x50\xb0\x13\xb8\xd5\xa3\x3d\x44\xb3\x9b\x11\xbd\x9b\x48\ -\x68\xb3\x03\x0e\xfa\x77\xe9\x31\xff\xe1\xff\xbc\x5a\x3f\x27\x3b\ -\x02\xd3\xe0\x00\x0d\x70\xec\xa1\xc4\x3d\xf8\x74\x91\xba\x8d\xb8\ -\x80\xe9\x9f\xbc\xd8\xd5\x8d\x80\xa8\xe9\x82\xce\xc0\xc9\x53\x03\ -\xa5\xb8\x0a\x8e\x6c\x94\x9a\x00\x0a\x16\xdd\xa9\x25\xda\x6f\x0d\ -\x69\xc4\x43\x80\xc6\xf3\x49\xcc\xc5\xa9\x9c\x8f\x50\x71\x84\xb1\ -\x4c\x4c\x35\x8e\x68\x15\x9f\x5e\xe8\x8e\xc0\xe5\x5d\x06\x46\xfa\ -\x6e\xf2\x91\x0d\x5b\x67\x6e\x04\x1b\xc5\xd9\x1d\x11\xf0\xaa\x61\ -\xd3\xa5\xbd\xa8\xa3\x0a\xd9\x45\xd1\xe9\x54\x4e\x60\xed\x2f\x86\ -\x45\x0f\xcb\xeb\x79\xbf\x75\x93\x18\xf5\xfd\xa7\x2a\xa9\x29\x99\ -\x06\x10\x46\x95\xd5\x81\x62\x70\x4e\xe1\xc9\x27\x58\xc4\xc1\xa3\ -\x88\x29\x8c\x54\x23\x10\x54\x58\x70\x03\x76\xa9\xdc\xe9\x58\x0a\ -\xb8\x20\x71\x90\xbb\xbe\xe7\x95\xc5\x20\x5a\x6d\xd0\xea\x84\x21\ -\xf1\xdc\x15\xa3\x13\x67\xa3\xb4\x1c\x44\xb1\xa9\x2e\xb5\x6c\xa8\ -\xe5\xe7\x23\x3b\x1d\x91\x1b\xb3\x65\xac\x5f\xa2\xaf\x6e\x7d\xe9\ -\x77\xaa\x00\xad\x1e\x41\xa3\x39\x45\x18\x81\x2b\xe2\xb9\x58\xa2\ -\x33\x94\xfb\xd0\x12\x93\x02\xc4\x4e\xc5\xe3\xd0\x7f\xdd\x47\x91\ -\xbd\x20\xed\xcd\xed\x00\xc7\x80\x34\x2d\x60\xd2\x66\x18\xa2\x10\ -\xd6\xe1\xb6\xfc\x3e\x51\x92\x61\x9a\xf1\xad\xae\x23\xf4\x01\x00\ -\x0f\x9d\x61\xb2\x41\xa0\xaf\xe7\xcf\xd4\x65\xb6\xe6\x9e\x08\xbc\ -\x28\x1b\xf5\x8b\x14\x7b\x91\xb1\x69\xbc\x78\x96\xb4\x6c\x77\x6a\ -\x2f\x61\xea\xcc\x61\x35\xe3\xde\x92\x39\x8d\xf3\xf7\x09\xf6\x76\ -\x13\xe0\xa1\xfd\xec\xcc\x10\x1b\x4c\x28\x97\xd3\x5e\x35\x88\x31\ -\xb1\xfb\x79\x05\xac\x3b\x33\x2d\xb9\x3a\x8a\x47\xad\x10\x00\x73\ -\x6f\xc6\xed\x5f\xde\x63\x3a\x89\x08\x0d\x6e\x67\xcf\x5a\x9e\xc7\ -\x3b\xea\x6e\xc9\xe9\xb1\x3d\x87\x6b\x6a\x12\xd3\x60\xc3\x65\x1a\ -\xc2\x4e\x6b\x74\x66\x98\x93\x17\xc3\xeb\x40\x3e\xe2\x94\x55\x99\ -\x13\xab\x42\x2b\xa5\x8a\x93\xb4\xe1\x76\xaa\x1b\x1b\xf2\x2c\x5c\ -\x2f\x4f\x97\x8f\x52\xc5\x0e\x66\xd5\x0a\xfb\x22\x36\x1a\x0d\x07\ -\x9a\xde\x50\x0f\xc5\x7e\x4d\x82\x3f\x4d\x02\x8a\xae\x5f\x1c\x50\ -\xe9\x46\x14\x11\x00\x19\x01\x87\x11\xd2\x2b\x3b\xc1\xe9\x7e\xd0\ -\x32\xd3\x23\xcf\xa4\x42\x35\xab\xc0\x0a\x7e\xfa\xa2\xfa\x67\x45\ -\xa3\xa0\xf7\x29\x43\x06\xf9\xb5\x69\x85\x17\xfd\x3c\x1c\xd1\xc2\ -\xff\x7e\x25\xc5\x64\xc7\x74\xe1\xd5\x2d\x46\x87\x13\xcc\x44\x6b\ -\xed\xdd\x5c\x2d\x37\x20\x8a\x36\x6e\x66\x07\x83\x9e\x32\x9c\x0b\ -\xad\x71\x86\x72\xdb\x70\xf7\xd7\x43\x42\xa8\xa3\x52\xcf\x9f\x39\ -\x8a\xff\x8e\xc2\x2f\x3e\xa6\x7d\x7e\xd0\x8a\x59\xb2\x6f\x47\x64\ -\xd2\x3e\xf9\x30\x47\x19\xc2\xe9\x46\x01\x04\x05\x0f\xdc\xa3\x5c\ -\x99\xde\x9d\x6e\xb8\x23\xe3\x73\x0a\xa2\x50\xb0\x34\x7a\xcc\x38\ -\x14\x97\x7f\x14\x19\x45\x4f\xbc\x83\x3b\x8b\x28\xa3\x5a\xee\xa6\ -\xbb\x92\x86\xd0\x64\x81\x2d\x80\xd0\x9d\xc1\xa9\xe4\xa6\x17\xe5\ -\x22\xa7\xaf\x59\x17\xa5\x79\x98\xb6\xcb\xd2\xc2\x0a\xc9\xf5\x67\ -\xd4\x32\xad\xe2\xe2\x5a\x5a\xf4\xb6\x58\xc2\xea\x08\x3c\x69\xce\ -\x66\x1a\xcd\x15\x2f\xa2\xf3\x42\x7a\xe2\xbf\x69\x4f\xb6\x6f\x06\ -\x0b\x7d\xea\x60\xe2\xdb\x1e\x30\xdd\x02\xb7\x59\x9b\xc1\x40\xd7\ -\xaf\x94\xf8\x3e\x0f\x7a\xd2\x8c\x63\x78\x35\x30\x68\xeb\x65\xa7\ -\x46\x70\x9a\x5a\x84\xa5\xf6\xd4\x98\xb4\x22\x53\xa7\xc5\x70\xe6\ -\x6c\x05\xba\xfd\x15\x19\xa7\x87\x75\x76\x14\x29\xaf\x6e\x26\x8f\ -\x5d\xae\x99\x2d\xff\x66\x40\x51\x41\x86\xf4\x2a\x36\x7f\x5c\xe4\ -\x4a\xff\x6f\xb4\x9c\x97\xf7\x45\x09\x48\xb5\x69\x72\x74\xee\x2d\ -\x3b\x6c\xec\x95\x25\xc3\xbc\x23\x46\xb2\xfa\x28\x70\xbb\x71\x4a\ -\x3d\xeb\xf7\x80\xdc\x0e\x5e\x88\x37\xfe\x6e\x14\x31\xa8\x4e\x36\ -\x1f\x08\xe4\x94\x62\x64\x93\xcd\x2e\xfb\x45\x5f\xe2\xee\x87\x5d\ -\x3b\x15\x5d\x44\xdb\xd4\xbd\x80\x0d\xbf\x17\x99\x46\x2e\x59\x04\ -\x58\x32\x37\x67\x53\xa7\xb2\xaa\x1b\xe1\x8c\x69\x14\x45\x46\x11\ -\x37\x30\xcd\xf3\x23\xe1\xae\x6f\x0e\x56\xce\xa0\xe2\xf8\xef\xe7\ -\xd4\x3f\xb2\x98\xee\x39\x6d\x38\x62\x2d\x44\x74\x50\x81\x72\xca\ -\x12\x93\xde\xbd\x87\x3b\x6f\xed\x25\x2f\xc0\x77\xd9\x6c\x17\x4d\ -\x15\x79\x6e\xa9\x1b\x93\xd4\x5a\xf6\xe0\x6b\x05\x74\x13\x98\xe5\ -\xab\xc9\x52\x3d\xe4\x05\x3a\x26\x5d\x9a\xd4\x4b\x2f\x60\x97\x53\ -\x5c\x39\xa8\xc8\x45\x31\x02\xbd\x9b\x23\x14\x70\x36\xc3\xb1\xeb\ -\xef\x73\x19\x59\xb5\x80\xe7\x71\xd6\xcb\xa4\xae\x4f\x60\x06\x4e\ -\x95\x6b\x0d\x2b\x22\xe4\x78\xb9\x39\x06\x17\xb5\x3a\xee\x28\xa1\ -\x74\x2f\xd6\x93\x62\xdc\x34\xb0\x5d\x0b\x5a\x61\xc6\x0a\x8e\xe2\ -\xb2\xfb\xaa\xfc\x8f\xcc\xa0\xda\xba\xfb\x08\xa2\xdd\x99\x35\xa6\ -\xc9\xa8\x69\x26\x17\xc7\xbd\xb7\x33\x3c\xdd\xa9\x5b\x69\xae\xa0\ -\xd3\x29\xfa\x8b\x4b\xe7\xe3\xaf\x1d\x9b\x6b\xdd\x55\x80\xd2\x09\ -\xd7\x87\xbf\x5a\xaf\xeb\xe8\x8d\x01\x43\x83\xfd\x93\xde\x00\xcd\ -\x5d\xb5\xa8\xef\x3c\x26\xb8\x96\x2b\xe6\x79\x5c\x10\xcf\xe1\x92\ -\xc1\x80\x58\x6d\x12\x7e\x9e\x9f\x39\xb1\x3e\xe9\xb2\x5f\x9c\x4d\ -\xf3\x9e\x50\x79\x30\x11\x9e\xf7\x89\x4c\xf6\x4c\x0e\x09\xcc\x69\ -\x95\x34\xc0\x67\x49\x0b\x72\x9b\x38\x11\x74\x4f\x3e\x59\x52\xfd\ -\x40\x1e\x47\x53\x66\x49\xe4\x00\x1f\x2f\xdb\xff\xd1\x0c\xd1\x98\ -\x72\xee\xde\x06\x0f\x1b\x7a\x3b\x33\x3d\x1e\x40\x9c\xc5\xe1\xba\ -\xb3\xce\x0a\xa8\x54\x85\x23\x60\x5d\xf1\xfe\xdc\xb4\x9b\x46\xec\ -\x9a\x3c\x9e\x34\xcc\xe6\x30\x69\x35\x45\x45\x0d\x74\x76\x5c\xc5\ -\xe4\xa0\x4d\x65\x5d\x37\x2e\xe2\x01\xef\x36\x99\x15\xa7\xc5\xda\ -\xb0\xc5\x0d\x9f\xfc\xdc\x23\x37\xf7\x12\x67\xd3\x89\x4b\x7a\xae\ -\xb5\xbc\x5b\x8d\x51\x85\x96\xdf\xbe\xc6\xc8\x2d\xfe\x90\x53\x9b\ -\x0c\x19\x5b\xe5\xac\x91\x1b\xdf\x78\x3d\xb1\x19\x85\xc9\x46\x9d\ -\xe4\x93\x2c\x9e\x70\xbb\xaa\x62\xdf\x77\xd2\x80\x78\xc5\xc1\x56\ -\x05\xe7\x5a\x2b\x75\x04\x45\x53\xe0\x43\x1b\x85\x81\xfa\xd9\x4b\ -\x0d\xab\xc7\xcf\xcc\xa7\x6a\x8e\x1f\xaa\x02\xd9\xdb\x7e\xaf\x07\ -\x0e\x5f\x29\xe2\xd3\x96\x0a\xed\x6d\x5b\x1c\xba\x24\x3e\xbe\x75\ -\xba\x91\xa7\xb2\x13\x3b\xd3\x21\xad\xaa\x35\x6d\x47\x23\x64\x76\ -\xba\xe0\x49\xda\x40\xcf\xcd\x53\xff\xde\x6e\x87\x28\x13\x8f\x09\ -\x47\xa1\xf3\x18\xe3\x5a\x50\x35\x55\xa1\xe1\xe9\xd3\x91\x1a\xd7\ -\x0a\xd8\x11\x05\x9b\xe8\x84\x05\xf7\x31\x41\x8c\xac\x97\xee\x2c\ -\x18\xbc\x58\xf9\xd8\xc2\x0a\x5b\x79\x0f\x61\xee\x2e\x8b\x22\x0a\ -\x5d\x0a\xe0\xe7\x41\xc5\xfc\x49\xd3\x0b\x79\x75\x0f\x4a\xc4\xc2\ -\x9b\x8c\xc8\x35\x8a\xe7\xb4\xb8\x1a\x39\x17\xf9\x55\x1d\xc8\xd3\ -\x9e\xf4\x0d\x51\x63\x5d\x9e\x3f\x81\x67\xde\x05\x80\xf5\x73\x8d\ -\x8b\x6e\x37\x03\x15\xfb\x01\x97\x7d\xf7\x14\xc3\x53\x43\xc8\x5f\ -\x1a\x79\x6a\x87\x92\x1a\xd5\x47\xbb\xab\x61\xa7\x9c\x38\x70\x10\ -\xda\x3a\x3a\xde\xb3\x4d\xe6\xb6\xd3\x71\x82\x5e\x66\xb4\x27\x4e\ -\x4d\xcd\xf6\xbc\xad\x9a\x12\x68\x33\xc6\xa0\x7d\x39\x95\xf0\x86\ -\x2e\x6e\x76\xf6\x94\x00\x46\xcf\x47\xea\x74\x05\xc2\x0c\x0f\x17\ -\x3c\xdd\x39\x47\x51\xe6\xc6\x02\x51\xf8\xa5\xc3\xd0\x49\x9d\x62\ -\x6f\xc0\xa0\xc3\xea\xf9\xdb\x64\x81\x53\xb4\x3e\x43\x41\x6d\x62\ -\x70\xba\x97\xda\x93\x5d\x3a\x6d\x7e\x93\x02\xd9\x21\x77\x3c\x2d\ -\xd8\x3b\x2d\xd3\x7e\xf7\x02\xce\xc9\x98\x2e\xa7\x26\x12\x64\xef\ -\x44\x2b\xcf\xef\x61\x21\xcf\xf2\x8a\xa4\xe7\x33\x51\xa7\xc0\xf5\ -\x29\x58\xb7\xdb\x47\x35\x13\xf4\x5a\x58\xbd\x67\xda\x25\x13\x00\ -\x21\xd4\x76\xb4\x26\xce\x3c\xbf\x4c\x2e\x83\x2c\x1d\x79\x95\x47\ -\xaf\x38\x72\xa3\xba\x3d\x7b\x08\xdc\xf9\x9f\xd7\xa6\x29\x6d\x97\ -\xf5\x6e\x3f\x70\x02\x42\xf1\xff\x18\xc3\x01\x0f\x3e\xbd\x35\x08\ -\x52\xeb\x4c\x9e\xba\x85\x7b\x37\x3b\x5d\x2e\xf7\x59\x89\xe9\x9f\ -\x6a\x73\xf9\xa3\x04\xe8\x52\xf5\x11\x54\x32\xf1\x09\x1e\x6a\x2d\ -\xdb\xc0\xe7\xd7\xe9\x43\x9c\x74\x5f\xfb\xab\x99\x60\xac\xf5\x4f\ -\x86\xbf\x52\xd0\x61\xf3\x1e\xa3\x74\x1e\x8d\x67\x47\x7e\x11\x17\ -\x2b\x40\xb2\x88\xec\xa6\x43\x7a\x44\x1b\xc4\x14\xe0\x41\xb9\xec\ -\x11\x00\xd4\xc3\xed\x77\xd3\x74\xee\x07\xe5\xbc\x2c\xb5\xcb\xce\ -\xbc\xe7\x9b\x49\x50\x5f\xbc\x42\xa1\x08\x13\xa6\xd5\x74\x8f\x5c\ -\xc1\xd0\xad\x29\x06\xa1\x01\x95\xe2\xce\x9d\xcb\x9a\x4c\xa7\x26\ -\x45\xf5\x93\xc4\x49\xdd\x6e\xd5\x7f\x50\x3e\xb7\x3c\x1a\xaa\x3e\ -\x8d\xae\x1c\xc3\x19\x7c\x5b\xf2\x83\xfb\x41\xc5\x1e\xf7\x8f\x37\ -\x1e\x88\x38\x99\xa0\x64\x4a\x4d\x8e\xc2\xbe\x9d\xc0\xf8\x09\x2d\ -\xad\x1b\xde\x49\xc4\xc7\x20\x40\x0f\xf2\xf5\x57\x8e\x69\xcc\x8c\ -\xeb\xe2\xe6\xe0\xa6\xee\xa4\xe9\xcf\xc6\x85\xf3\xa9\x0b\x6c\xe6\ -\x26\x77\xe4\x81\x41\x67\xc3\x21\x01\xec\x0b\x36\x1d\x67\xca\xb8\ -\x93\xee\x76\x0e\x1a\xb5\x89\xb8\xb9\xbd\x12\xda\xbd\x17\x01\xbc\ -\xae\xe1\xa1\x3e\x83\xe1\x06\x38\xbf\xc7\x4d\xf4\x4c\xac\x0e\xe6\ -\xfc\x4d\x63\x14\x51\x0d\x83\xe6\x47\xd6\xb0\x76\x29\x85\x08\x2a\ -\x08\xb8\xc5\x2f\xc4\xfe\xe2\x04\x9d\xfb\x59\xbe\x41\xfa\x0f\x22\ -\x7e\x0a\x3d\x8a\x47\x82\x51\xd3\xec\xfc\xfb\xf9\x46\x25\x49\xe8\ -\xdd\x0a\xe1\xb4\x96\x8f\x73\x71\x52\x4e\x55\x31\x9a\xc0\x41\xf5\ -\x6f\xf5\x00\xd1\x37\x09\x85\xdd\xc5\x77\x9f\xe4\xd7\xaf\xb3\xec\ -\x57\x52\x10\x99\xf9\xc7\xc8\xb3\x0c\x8e\xa0\x9a\xa3\xb3\x42\xdd\ -\xbc\x84\x93\xe2\x26\xfa\xeb\x8c\x41\x7a\xa5\xf9\xe7\x3b\x61\xef\ -\x0d\xc2\x1e\x43\x0b\xf8\xc9\x8c\x57\x11\xef\x25\xba\x3d\xfe\x51\ -\x33\x74\xb2\xaa\xff\x0b\x46\xbf\x9b\xa6\x39\x3d\xcc\x3a\x58\x5c\ -\x29\x0f\x90\xe9\x48\xdc\x0d\x51\xba\x6e\x3b\x68\xba\x49\x51\x22\ -\x4d\xad\x2e\xc9\x36\x77\x6a\x97\x25\xdd\x64\x35\x98\xf5\x3d\xb7\ -\x65\xcd\xf9\x67\x5c\x8d\x7d\x33\xcf\x18\xc5\x75\x76\xff\x51\x10\ -\x68\xeb\x4a\xd3\x69\x23\x10\x0f\x6f\xac\xc2\x47\xbf\x10\xef\x76\ -\xf9\x39\x4d\x28\x26\x54\x43\x17\xd0\x8a\x88\x8b\x7e\xca\x25\x4e\ -\x9a\x23\x1a\x18\xd7\x5a\x58\xd7\x35\xf2\xa3\xc4\x75\x1d\x65\x5f\ -\x2d\xcd\x4d\x6d\xb9\x88\x8c\xa1\xec\x9b\xf2\xe8\xaa\x0b\xcd\xf3\ -\x8b\x82\xb5\x36\x4e\xe7\xf0\x52\x5c\x70\xef\x93\x35\x1c\x56\xdc\ -\xf3\xe0\x92\xd4\xb7\xe4\xa1\x21\x85\x4e\x25\xfd\x66\x17\x22\x54\ -\x9b\xe9\xf0\xf2\x17\x19\xb6\xf4\x74\x04\x4e\xf6\xf1\x70\x34\x55\ -\xd1\x5c\x9e\x8d\x50\x27\x07\x25\x6a\x2c\x2d\xab\x22\xde\x5f\xfb\ -\x73\x57\x13\x42\xf7\x9f\x77\xcb\xb6\x26\x40\xe7\x14\xd2\x6a\x5c\ -\xef\x30\xbd\xa0\x57\x71\x33\x12\xec\xc7\x54\x52\x5b\x43\x31\x6d\ -\xa2\xdf\x33\x17\xbe\x4d\x2a\x18\x53\x6e\xf6\x96\xfb\xf0\x8a\x9a\ -\xde\x92\x60\xc2\x56\x79\x14\x80\xe5\x08\xcd\xed\xf9\xb7\x67\xe1\ -\xc1\xb3\xe2\xc5\x03\x75\x9b\x76\xcd\x14\x83\x50\x64\xe6\x3b\x92\ -\x26\xbe\x1f\x28\x3a\x4f\xb0\x82\x1f\x17\x61\xa3\x08\xa8\x82\x2e\ -\x75\x40\xc2\xe9\x41\x89\x9a\x3d\x69\x57\xc4\x2f\x34\x3b\x52\x77\ -\x43\xf2\x02\xde\xc5\xb6\xe4\x87\x68\x0a\x47\x63\x6d\x8b\x4c\xe2\ -\x4b\xac\x65\x9a\x93\x8c\x72\x9d\x6b\xba\x93\x5e\x92\x9b\x98\xae\ -\xbd\x13\x73\x77\x0a\x84\x57\x72\xd0\x28\x4d\x8f\xa3\xa3\xe0\xee\ -\x39\x6e\x35\x19\x6f\x0d\x98\x10\x94\xfd\xbb\xf1\xd1\x2c\xc5\xe3\ -\x91\xed\xdc\x7a\x6b\x11\xe3\x7c\x88\xf5\x44\x1c\x1a\x07\x0c\x0a\ -\xce\xad\x4f\x20\xa0\x3b\xdc\x9d\x8d\x47\x64\x0f\x29\xf5\xbf\x6b\ -\x1a\x8b\xef\x19\x27\xa5\x71\xeb\xfa\x07\xed\x79\x4f\xeb\x9a\x01\ -\xa9\x7a\x50\x9c\x5a\xa6\xcf\x2c\x76\xa4\x90\x5c\x9d\x85\xc0\x88\ -\xc5\x88\xef\xdc\x1c\x11\x0b\x70\x0a\x04\xbc\x69\x83\x52\x04\x2f\ -\x99\x71\x58\x87\x0e\x37\xd3\x0d\xfd\xeb\xf4\xed\x1d\x0c\xa1\xa7\ -\x0e\x55\xab\xb0\x7b\x86\x7b\xb2\x6b\x64\xe6\xd4\x41\xa5\x8b\xe4\ -\xbd\x40\x4e\xba\x71\xb7\xbd\x58\xfe\xa5\x66\xa4\xc2\xf8\x7c\x8c\ -\x66\x2b\x2c\x4e\xd1\xbe\x7c\xbd\x55\x11\x65\x13\x96\x1e\x59\x41\ -\xaf\x8d\x70\x2f\x24\xd1\x68\xd5\xcf\xe6\x98\x1f\x81\xa5\xe7\xb3\ -\x49\xf7\x5b\x7a\x63\x43\x04\x6a\x2b\x2d\xec\xb7\xfe\xa7\xf4\x52\ -\x34\x9f\x6b\xe6\x03\x99\xc8\x1d\xcb\x9d\xc8\x16\x17\x9d\x6d\x68\ -\x6a\x09\x22\xe4\x3a\x90\xfd\xcc\x8b\xea\xeb\x3f\x9b\xbe\x9a\xc9\ -\x47\xb1\xb7\x95\xd2\x95\x2b\xa8\xf3\xd1\x96\x0d\x5d\xda\x79\x06\ -\xf9\xbf\xfb\x76\x87\xd0\x21\xc8\xcf\x36\x2e\x9c\xcf\x7c\x9f\x68\ -\x7b\x66\xe1\x10\x06\x47\xc2\xd3\xe5\x56\x9f\x13\x14\xd2\xc6\x76\ -\x48\x84\x7e\xe7\x84\xbc\xcc\x56\x5e\x1a\x8b\x28\xee\x1d\x9c\xad\ -\xa9\x98\x51\xa8\xd1\xee\x32\x79\x09\xd9\x15\x9a\x0c\x95\x93\x72\ -\xc6\x8a\xd4\x40\x43\xca\x6b\x55\x1f\xf7\xc3\x6a\xea\x2c\x07\x88\ -\xb1\x93\xb2\xf8\x8d\x26\x0f\xcc\x68\x87\xf3\x9f\xf9\x0c\x1a\xec\ -\x6e\x82\xfd\x4c\x19\xef\x89\x0e\xf0\x26\x28\xcc\x47\x3e\xdf\xfc\ -\xfd\x92\xe7\xd7\x1e\x4b\xb7\xc5\x09\x68\x01\x65\x59\x77\x91\x4f\ -\x26\xf4\x25\x4f\x49\x76\x99\xa9\x44\xf5\xd8\x6a\xaa\x47\xdc\x4f\ -\xd0\x29\x7f\xae\x63\x3f\x14\x6d\xad\xea\xcc\x77\x8d\x69\x07\xe2\ -\xba\x63\x72\xa7\x49\x3f\xce\x4a\x42\x9b\xec\x28\x98\x56\xc5\x03\ -\x90\x1c\xc6\x55\x0d\x78\x8b\x1c\x34\x39\xf2\x2a\x1f\x51\x0d\xf2\ -\x8c\xfb\x21\xdb\x13\xaa\x9c\xa0\x4d\x8f\x0c\x8a\x02\x48\x1a\x6b\ -\x21\x63\x51\x68\x81\xda\xca\x4b\x7b\xf7\x0e\x7c\xea\x04\xef\x7a\ -\x84\x49\x00\x03\x3a\x00\x96\x26\x65\x51\x4a\x22\x85\x5f\x4b\x36\ -\x57\x4f\x09\x51\x33\x76\x19\xf5\x95\x71\x0b\xb6\x03\x47\xac\x18\ -\x14\xfb\xfc\x5d\x3e\xb1\x5d\xfe\xbc\xc2\x6b\xe9\x02\x9b\x35\x21\ -\x32\xcb\x43\x0f\x04\x16\xa3\xeb\x23\x14\x7d\x01\x8d\x5a\x53\x02\ -\x5d\x3f\x04\x84\xb2\x85\x3e\x0f\xd3\x1e\x18\xc6\x5e\x14\x0f\xd3\ -\x08\x35\x53\x8c\x70\x2c\x0c\xaa\x5e\x17\x52\xd3\x18\x99\x33\xb6\ -\x3e\xf3\x44\x22\xff\xaa\x04\xa6\xe6\xd2\x42\x51\xd0\xc1\x5c\x55\ -\x44\x00\xdd\xea\x0f\x11\xa5\xa9\x60\xc9\x14\x6d\x75\x6b\xeb\x69\ -\xa5\x2b\xc6\x91\x4e\x31\xba\x0b\x55\x25\xcc\x15\xf8\x2f\x14\x22\ -\xa3\x37\x0c\x24\xa1\x3d\xfb\x2c\x3c\x22\x75\xbb\xfd\x1e\xf2\x85\ -\x91\x0b\x35\x05\xf3\xb3\x28\x8a\x8c\xb2\xd7\x82\x40\xf1\x22\xda\ -\xf5\xe2\xb0\x79\xf2\xac\x6b\x3d\x1a\x2b\x11\x9f\x88\x90\x60\xc3\ -\xc4\xe3\xf1\x79\xd5\x9b\xf4\xe0\xbe\x2e\x08\x76\x4e\xaf\xf6\x70\ -\x28\xec\xee\x51\xe7\xc4\xea\xb5\xc0\x92\xf9\x99\x99\x6b\x33\xec\ -\x46\xcb\x0c\x2a\x49\xac\xaf\x33\x7f\xad\xff\x1e\x91\x8d\x0d\xe4\ -\x24\x6c\x50\xb4\xdc\xc2\xbb\xa3\x6a\xa3\xf1\x21\xb8\x8d\xad\xf1\ -\x76\xb7\x79\x37\xd6\x85\x43\x85\xf8\x86\x73\xa1\x26\xc2\x16\x87\ -\xe8\xef\x6b\x41\x9e\x6b\x78\xad\xaf\x22\xf9\xc8\x49\x53\x17\x48\ -\x43\x39\x8d\x0e\x34\xed\x4c\x9d\xb6\xc1\x94\x07\x62\x16\x4f\x22\ -\xd8\x7a\x43\xa9\xec\xf9\x29\xec\x87\x59\xa6\x33\x99\xe8\x08\x86\ -\x2e\xe1\x76\x69\x86\xde\x1a\xdf\xf3\xa2\xec\xee\x81\x2a\x55\xcc\ -\x04\x29\x63\x52\x09\xb7\x5b\x50\xcb\x78\x87\xe1\x32\x6a\x36\xe0\ -\x85\x18\x69\xea\x0a\x91\xe1\xc5\x93\x12\xc3\xe6\x62\xd9\x79\xfa\ -\x6c\x7a\x22\x15\x49\x2d\x64\xa0\xc3\xcb\x69\x7e\xfc\x62\x44\xb1\ -\x40\xb8\x61\xc1\xa6\x88\xac\x9a\x0c\x83\xa5\x41\x13\xec\xd4\x61\ -\xea\x8c\xba\x74\xdd\x5c\xf3\xb9\xa9\x36\xe9\x92\x14\x70\x95\xb9\ -\x7d\x67\xe6\x07\x1f\xc6\x0e\x5c\x7c\x77\xed\x59\x63\x3a\x84\xd1\ -\x25\x06\xae\x33\x55\xb5\x04\xd3\xaa\x76\xb1\x8c\x66\x15\xad\xc1\ -\x82\x80\x7b\x40\x37\xb5\x49\x55\x8a\x36\x8b\xb6\x21\x16\x62\xe5\ -\xc0\x53\x6f\x70\xe9\x75\x42\x58\x74\x96\xce\xf0\xd3\xa1\x40\xca\ -\x0c\x22\x0f\x7f\x2e\xfd\x98\x9d\x65\xbc\x34\x5d\xe3\xec\xac\x54\ -\xd0\x6a\x62\x6b\x5e\xb3\x59\xf1\x06\x30\xa2\x2d\x58\xc5\x9b\x77\ -\x77\x2f\xa3\xa2\xdb\x72\x64\x19\x05\xa5\x9b\x57\xb9\x8b\x8a\xeb\ -\x86\xa2\x99\xa2\x30\x26\x30\x50\x72\x41\x5b\x1e\x0b\x86\xd3\x6a\ -\xcf\x1d\x3a\xf3\xbc\x1e\xc0\xcf\xa0\xa7\xfb\x77\x15\x07\x6c\xf2\ -\x3c\xb6\x06\xda\x1c\xd8\xb6\xed\x77\x00\xd0\x9d\xb4\xdb\x9a\x86\ -\x75\xb7\x45\x07\x26\xb2\xdf\xd0\x56\xf0\xb8\x9d\xba\x17\x55\xd4\ -\xc0\xcd\xd2\xb9\x6e\xb0\x5c\x8d\x5d\xb1\x0e\xd3\x01\x33\x9d\x91\ -\xe4\x05\x49\x3d\x37\x9f\xe8\x33\x1b\x80\x4b\xe2\x50\xd1\x72\x97\ -\xbf\x58\xf7\x99\xf3\x48\x23\x13\x2a\xf7\x93\x49\x4a\xfd\xcf\xb4\ -\xac\x3e\x09\xda\x10\xb7\xe6\x94\x86\x81\x97\x35\x1e\x3f\x16\x92\ -\xaa\xad\xf1\xd2\x8a\x77\x00\x7b\xc8\xf7\x28\x8a\x8b\x5e\x19\x46\ -\x4e\xe4\xee\xbd\xb6\x06\x76\x19\xb2\x64\x4e\x0f\xb7\x46\x25\xe8\ -\xd9\x16\x97\xa0\x2f\x80\x61\xac\x93\xfd\xfb\x69\x58\x95\xd3\x66\ -\x75\x25\x75\xb8\x6a\x05\xc9\x82\x3f\xee\x4b\x88\x82\xfe\xe1\xcc\ -\x9c\x4b\x1d\x29\x3c\x82\x00\x95\x73\x47\x3a\x00\xf9\x5c\xab\xaf\ -\x41\xd0\x71\x06\xb3\x33\x76\xce\x6c\xc2\x03\xe9\xef\xf9\x3f\xe7\ -\x1d\xb2\xd6\x3a\xbe\x7f\x99\x61\xcd\x4c\x4a\x69\x75\x6b\xd0\xbc\ -\x75\x00\x40\x27\xb0\x10\x43\x03\x2b\xa2\xc5\xdf\xe1\xb6\x7d\x11\ -\x35\xc0\xde\x1e\xd1\xe2\xf7\x53\xfb\x6c\xb7\x4a\x98\x83\x3e\x28\ -\x6e\xe7\xf4\xb7\x74\xe7\xee\x54\x19\x01\xcd\xbc\x1e\xf7\xfa\x3c\ -\xff\x0a\xb4\x7a\x03\x99\x44\xa6\x16\x6c\xe5\x20\x84\xfd\x3e\xbd\ -\xeb\xe2\x72\x16\xc7\xa0\x7a\xd1\x65\x13\xad\x30\xb2\xf2\x3f\x6b\ -\xd4\xe9\x7b\xe4\x64\xe6\x73\x73\xdd\xa5\x69\x98\x56\x7a\xe1\x2e\ -\x77\xa2\x22\x59\x65\xb4\xd1\xcc\x6a\x94\xba\x51\x1c\x1a\xdd\xb7\ -\xe2\x34\x7a\x53\x58\x13\xf7\xf6\x19\xe2\xfe\xd0\x66\xc2\x24\x2f\ -\x6c\x08\xd8\xde\xe1\x15\x51\x3a\x9e\x81\x46\xea\x2d\xbd\xef\x4d\ -\x8f\xde\x8e\x7c\x36\x73\xa6\xae\xda\xe1\x67\xb8\xf2\xb6\xcf\x14\ -\x75\xec\x17\xea\xfd\x75\xeb\xed\x8b\xdf\x6f\x7c\xdf\xf7\x96\x46\ -\x23\xf8\x55\xb1\x62\xe4\xcc\xc0\x69\xe2\x4d\x72\x9a\x85\x82\x33\ -\x94\xb0\x72\x76\xcc\x46\xe0\xe2\x7f\x66\xe3\xe4\xd9\x51\x5b\x2d\ -\x67\xa9\x1a\x27\xfb\x6b\x50\xd8\x62\x54\xde\x27\x54\xfd\xf2\xbd\ -\xdd\x1a\x95\xd2\xac\x94\xb1\xb5\x44\xd7\x5b\x3e\x80\x44\xd0\x9a\ -\x3a\xd7\xd3\xb3\xa4\x98\xf1\xd9\x3b\xd9\xe1\x2a\x6d\x54\xcc\x31\ -\x62\x6f\xe2\x51\xad\xc0\x3a\xbb\xc0\x14\x1b\xe6\x73\xbf\xd6\x95\ -\x07\x7e\x18\x2b\xc8\x11\x0a\x89\xc3\xf6\x54\xd5\x42\x90\xd3\xa2\ -\x9c\x57\xf1\x68\x53\x3b\xe5\xc1\x6a\x31\xe2\xe5\x40\x50\xad\x71\ -\xbc\xf7\xbf\x0d\x6d\x5e\x39\x4d\x59\x64\x6e\x31\x37\xee\x19\x10\ -\x28\x73\xac\xbe\xeb\xd6\x34\x87\xa1\xa4\xcf\x29\xb0\x08\xf7\x6d\ -\x39\x3b\x4c\x57\x0b\x0e\xbc\x01\xbd\x41\x50\x7c\xf6\x2f\x88\xd0\ -\x32\x92\xcc\x04\x21\xa6\x23\x9f\x7d\x67\x31\x46\x31\x5e\x5f\x36\ -\x76\x66\x56\xfc\xf9\xfc\xdf\xd1\x88\xc4\x25\xc3\xcd\x62\xb4\x23\ -\x55\x38\xb4\x73\x22\x37\xc0\xc0\x62\xb3\x95\x65\xa9\x2c\x06\x66\ -\x73\x0d\x8b\x22\xa9\x78\xea\xb5\x51\x6e\xf6\x1c\x0e\x47\x8a\x03\ -\xbd\x89\xe2\x4b\x29\x28\x85\x73\xea\x1a\xfb\xe1\xcf\xfe\x33\x45\ -\xe1\xd0\x0c\x4c\x56\x55\xec\x8f\x53\x41\x56\x83\xf4\xdb\x41\xf1\ -\xe7\xae\xf5\x7d\xf9\x73\xa6\xe6\xda\x78\xba\x51\x75\xdb\xdf\xf8\ -\xfe\x36\xa9\x55\x13\x52\xab\x4f\x12\xbd\xd8\xfa\x95\x7f\xad\x90\ -\xd1\x85\xb5\x2e\x08\x29\xae\x65\x7b\x11\x0b\xd0\x70\xdd\xd4\x00\ -\x31\x2a\xa9\xdd\xb4\x63\xb7\x37\xce\x3e\x1d\x06\xb5\xbc\x0f\xf5\ -\x43\x6b\x3a\x9d\x8d\xfd\xb9\x77\xf2\xef\x57\x84\x4a\x3b\x22\xbb\ -\x5c\x6c\x5c\xf0\x1c\x25\x45\x22\x2e\xc2\x9b\x3f\xde\x38\xb8\x9e\ -\x44\x8b\x4e\x04\x12\xa7\xda\x6d\xac\xf5\x03\xc2\xf6\x7f\xb7\xdb\ -\xb0\x06\xe5\x6d\xa5\xf9\x84\xa8\x64\xde\xde\xef\x7d\x7b\x53\xb7\ -\x3c\x50\xf1\x8a\x58\x56\x43\x16\x65\x3b\x05\xfa\xca\xcb\x20\x8d\ -\x65\x88\xf1\xf1\x88\x00\x66\x45\x24\x3c\x09\x4e\x2b\xee\xd0\x09\ -\xf9\xe7\xca\xe7\x00\xa3\xfa\xc2\xd9\x01\x54\x41\xbc\xdc\xcc\x5b\ -\x66\x53\x43\xb3\xb0\xf5\x9c\x2b\x89\x69\x10\x13\x98\x5c\x6c\x1f\ -\x86\x1a\x8f\x22\xbd\x26\xf9\x91\x63\xb5\xbc\x08\x8f\x89\x40\xb8\ -\x34\xdd\xf2\xf1\x5c\x14\x6f\x56\x1d\xf9\x8c\x3c\xa7\xfb\xbe\x41\ -\xcb\x8d\x8e\x9a\x7b\x98\x3a\x5d\x4e\xb6\xfd\xb3\x45\x57\x7e\x6f\ -\xf5\x46\x72\x03\xd8\xfb\x4f\xee\x25\x66\x1e\xd1\xcb\x96\x67\x28\ -\x43\x38\xdd\x0b\x5f\x66\x06\xdd\x9a\x4e\x5e\xe4\xd1\x03\x09\xbc\ -\x40\xb0\xdd\x12\x9b\x0f\x03\xa1\x38\x67\x3e\xfb\x5f\x9b\x30\xe1\ -\x72\x83\x8e\x5a\xff\x44\xb0\x9c\xc1\x3e\xb1\x05\x95\x80\x1f\xe2\ -\x6e\x52\xee\x59\xaa\x28\x4b\x67\x5d\x58\x20\x47\x95\x8b\xc3\x6f\ -\xc6\x15\x1b\x42\xcb\x03\x70\x3f\x6d\xb6\xd3\x1b\x4c\x0c\x44\xfe\ -\x81\xa0\x3b\x7f\x69\xe3\x93\x85\x2f\x87\x5e\x36\x9a\x8d\x30\x84\ -\x50\x31\x5b\x7f\x09\x8a\x2d\x27\x57\xec\x0e\xdb\x6d\xea\xd3\x95\ -\x9d\x83\x46\xe9\xcd\x8a\xb4\xcf\xc4\x45\x9b\xe2\xee\xe2\x26\x94\ -\x6e\x6f\xac\x8c\x4d\x1f\xd7\x7a\xfe\xe0\x62\x9b\x80\xa8\x1a\x7d\ -\xde\x00\xb5\x30\x62\x42\x19\x17\xb5\x0c\xaf\x8f\xfc\xf1\x77\x5d\ -\x93\x32\x5a\xe5\xe2\x26\x1e\x18\x4e\xfe\x99\x16\xa6\x6c\x20\xa9\ -\xe4\x1c\xc0\x56\xdd\xdd\x76\xbf\xef\x79\x7e\x8b\x8c\x82\x58\xce\ -\x49\x44\xd0\x32\xd9\x8a\xc8\xed\xb9\x42\x5a\xa0\x7f\x4e\xfc\x34\ -\x0b\x38\xab\x91\x2e\x07\x2c\x37\x91\x65\xac\xbd\x16\xfb\x48\xd4\ -\x5d\xe4\x59\xb4\xf5\xcf\x67\xbf\xa7\x69\x5b\xbc\x39\xd3\x36\x25\ -\xfa\xdd\xd6\x24\x5c\x54\x41\xd8\xdd\x35\xd9\x72\x2a\x6d\xef\x82\ -\x75\x66\x2d\x42\x70\x8b\xf8\x33\xa5\xcc\x87\x0b\x3d\x2f\x74\xe3\ -\x83\x8f\xe7\x8c\xfd\x94\xf1\x51\xac\x78\xba\xb0\x3f\xbf\xd3\xc4\ -\x22\x83\x8c\xed\x9e\xbb\xef\xfb\xaf\x5a\xfb\xfb\xfe\x3d\x40\x47\ -\x1e\xae\xb0\x3b\x6d\xe3\x2f\xcb\x3a\xf3\x78\x07\xa4\x03\xef\xef\ -\x57\x83\x09\x6d\x39\xa0\xdb\x75\x66\x48\xb3\x04\x03\xbd\x6e\xf9\ -\xad\xbb\xad\x35\xbe\x21\xdf\xde\xfb\xae\xdd\x4b\x84\xad\x73\x02\ -\x82\x7c\x5f\xfa\x08\x0e\x5f\x6b\x65\x0e\xde\xa9\x4d\xce\xfa\xcc\ -\x73\x54\xaf\xeb\x1a\x46\x4b\xd1\xc4\xfd\xd7\xeb\x0f\xdb\x6f\x84\ -\x4f\x63\x29\x84\x34\x40\x83\xce\x0a\x80\xdc\x05\x15\xe9\xdc\xfb\ -\x07\xa4\x2d\xa2\xc4\x69\x95\xd1\xb8\xdc\xf2\x07\x0c\x4d\x33\xbb\ -\xaa\x61\x0d\xd0\x8d\xf5\x17\x26\x77\x69\xdc\xe2\xbf\xfb\xe3\xcf\ -\x27\xef\x14\xa7\x0c\x67\xfd\xb2\x77\x02\x2d\x45\x91\x84\xf1\x68\ -\x75\xe3\xde\x92\x19\x9a\xf0\x1a\x20\x1a\x1d\xf6\x5a\xe7\x04\xce\ -\x6b\xfd\x2c\x7c\xe4\xf6\xbc\x52\xaf\x1d\xfb\xf3\x05\xe3\xc6\xc7\ -\x1a\x41\xfe\xb1\x7d\x7d\x2d\x60\x2b\x96\xda\x1d\xf5\x91\x1b\x2b\ -\x6a\x39\x6c\x03\x5a\xb1\xb0\xfc\x67\x44\xce\x61\xba\x37\xfb\xc4\ -\xed\x22\x21\xec\x48\x54\x1e\xdc\x57\x2b\xa3\xd6\xa1\x0b\x90\x86\ -\xb2\x89\x54\xc1\x90\x87\x49\x38\xb2\x29\x8d\x9c\x81\x8e\x44\x8c\ -\xec\x8f\x76\x95\xae\xf5\xd3\xd0\x7c\xdb\x20\x91\xd3\x71\xda\xd8\ -\x26\xa2\xe1\x3e\xf8\x94\x28\xa1\x36\x41\xa7\xd3\x54\x68\x0f\x0b\ -\xcf\xee\x84\x75\x5d\x76\xc0\xed\x7d\x7e\x2e\xf9\xca\x6f\x1d\xe3\ -\x7a\x7a\x9a\x59\x04\xaf\x5b\x85\xbe\xba\xca\x9c\x48\x24\x1d\xa2\ -\xd5\x44\xbb\xd6\x6a\xe3\x54\x24\xf5\x72\x5a\xa8\xf6\x6c\x94\x23\ -\x5b\x65\xd1\x70\x34\x3a\x05\xf0\xe2\x5c\xd1\xe4\x69\x37\x14\xa1\ -\x1a\xd2\xc8\xc5\x71\x57\x98\xbd\xb1\xb7\x18\x9a\x26\xdb\x0b\x84\ -\x8d\x5e\x16\x0d\x2a\x64\x08\x8d\x89\x73\x92\x96\xa8\x2f\x7e\x20\ -\xcd\x25\x92\x98\x5d\x38\x49\x5e\x7c\xcf\x66\xd4\xb2\x2c\x64\x50\ -\x49\x0d\x3d\xe4\xe6\x7e\xc5\xcd\xe5\xf1\x6a\x19\x5d\x81\x38\x97\ -\x56\x82\xd7\x8f\x09\x2c\x59\x67\x76\x8a\x3f\xab\xcc\x99\x62\x1e\ -\xce\x47\xe1\xd0\x38\x93\xee\x9f\x76\xbc\x5d\xe3\xf6\x36\xcd\xb9\ -\x9c\x93\x6f\x01\xc1\xfc\x68\xe0\xf8\x75\x1c\x5f\xb4\x41\xe1\x9a\ -\xf4\x68\x73\x83\x12\x55\x6c\x69\x08\xab\xbb\x54\x5d\x43\x10\xba\ -\x32\xc7\x2c\xf2\xc9\xca\x55\x5e\x21\xfb\x06\x5d\xff\xe4\xc1\x39\ -\xd0\x3f\x09\x8a\xca\x9e\xae\x53\x89\x8c\xed\x31\xe1\xeb\x1a\xf2\ -\x37\x87\x2e\xfd\xf2\x1d\xe9\xc5\x55\xee\xcd\xbc\xe2\xab\x7b\x13\ -\xaf\x49\x83\x0d\xf7\x3c\xa7\x08\xd2\x8e\xbc\x37\x69\x3c\x78\xbf\ -\x62\x5e\x7e\xb7\x1c\xce\x54\xa7\x15\x6e\x0f\x72\xfe\x66\xd0\xd3\ -\xf5\x05\xda\xc6\x31\x66\x1e\xc3\x7f\x77\x33\xd3\xe6\xee\xf7\xf2\ -\x9d\xcb\xfd\xcf\x2f\x9c\x17\x41\x74\x37\xdb\x08\x57\xbe\x42\xde\ -\x78\x9c\x7b\x6b\xfd\xa4\xbb\x95\xb9\x99\x49\x56\x91\x29\x84\x77\ -\xbb\x66\xe9\x68\x2a\x51\x02\x51\x0f\x8b\xdb\x46\xdf\x45\xfc\xfc\ -\x46\xf1\xec\xff\x09\x73\xa2\x4e\x2d\x3b\xe9\xbd\x74\xd0\x3b\xbb\ -\xc1\x05\x53\x99\xbb\x74\x33\x19\x38\x92\xcf\xf4\x4f\x82\x19\x88\ -\xc9\x6f\x8a\xa2\x09\x4c\x3f\xed\xb3\x31\xb8\x44\x15\x3e\x31\x29\ -\xda\xb7\x69\x38\x78\x4e\xd7\xf8\x74\x3b\x17\xbf\xf3\x02\x61\x5f\ -\xff\xc3\x68\x44\x12\xe8\x3a\xef\xd0\xae\xfb\x33\xea\x75\x5b\xab\ -\x1c\x9c\x03\xca\xe8\x07\x9b\x44\x92\xd3\xf8\x76\xe6\x84\xd5\xcf\ -\x14\xa3\xa6\x42\x9f\xb1\x1f\x3a\xad\xcd\xe1\x13\x9c\x9f\x75\xa5\ -\x36\x17\x49\x9d\xad\x35\xb7\x78\xe5\x84\x59\x45\x40\x7e\xb6\x33\ -\x5d\xe6\xe6\x4a\x95\x41\x19\x20\x65\x15\x47\x2b\xd9\x0e\xa1\x81\ -\x26\x37\x8b\x28\x73\x0a\x1e\xf7\xde\xee\x34\xbe\x43\x0a\x90\x53\ -\x19\x10\x94\xb7\x01\x22\x74\xe1\x2d\xcb\x2a\x75\xa6\xa7\xb9\x4f\ -\x6b\x12\x54\x29\xcd\x79\x74\x4b\x4e\x5f\x8b\xd1\x53\x74\x7c\x0e\ -\x60\x45\x0f\x07\xc9\xd5\xc1\x0e\x39\x26\xe3\x9a\x46\x32\x73\xcc\ -\x50\x14\xd3\x9f\x9f\x9f\xb1\x1e\xf8\xcc\x41\x3c\xa7\xc0\x3c\x29\ -\xa8\x8c\x1f\x7f\x97\x68\x74\x27\x67\x3f\x10\x1c\xac\x42\x19\x39\ -\xe9\x34\x8a\xe0\x58\x7f\xb2\x11\x51\x14\x7a\xac\xd5\x6e\x89\x4e\ -\xff\xdb\x5b\x67\xec\xed\xb5\xa6\x31\x92\x9d\xbb\xf7\xfc\x3e\x5d\ -\x47\xa3\xfb\xf5\xac\x79\x8f\x90\xf0\x3b\x2b\xe8\x6b\x4a\x19\x7b\ -\xa1\xb8\x27\x75\x59\x75\x5a\xc6\x1f\xf7\x3f\x50\x96\xfb\xc3\xe4\ -\xa6\xdd\x99\x31\x11\xed\x0d\x52\x3f\xdf\x7a\xdd\xf6\x36\xa1\x3c\ -\x6b\x0c\x69\x94\x3b\xdd\xd5\x62\x5b\x0d\x63\x0d\x71\xba\x6c\x4b\ -\xe4\xf3\x49\x9d\x07\xe1\x61\xd0\x16\x9d\x76\x67\x07\x2d\x9d\x6f\ -\x6f\xea\x7b\xbc\x40\xc4\xa9\x68\xd7\x5d\xb5\x67\xc2\xa0\x27\x27\ -\xbe\xfe\xae\xb1\x44\x5e\xe3\x29\x8e\x15\xff\x62\x7e\x72\x37\x59\ -\xcd\x59\x3f\x77\x8d\x55\xd7\x57\xe5\xd5\x2e\x15\x14\xcf\x5c\xf9\ -\x99\x43\xe7\x95\x73\xdb\x94\x62\x0d\x17\xda\xa0\x7e\x23\x4d\x40\ -\xea\x88\xbc\xc2\x2a\x1c\x2f\x85\x4b\xde\x91\x3d\x14\xb6\x6d\x2c\ -\x06\x01\xd7\x35\x02\x1b\x35\xb5\x56\x76\x01\x9f\xd4\xaf\x47\x21\ -\xe5\xe1\x82\xef\x0e\x2a\x5d\xf0\xbd\xbe\xff\x1c\xa1\x61\x8f\xa9\ -\xf0\x14\x78\xc2\x40\x39\xfa\x21\xc3\x81\x18\xf9\x01\xf5\xbf\x6c\ -\x33\x4f\x1e\x6d\xfe\xbc\xe0\xca\x0b\x39\xfa\x75\x08\x05\x69\x4d\ -\xbb\xca\xf1\x73\x97\xa3\x5c\xf4\xf2\xdd\xfc\xe0\xe5\x9f\xaf\xb4\ -\x2a\x7e\x31\x47\xc8\xa2\x93\xb6\x21\x30\x9b\x86\x73\xca\x59\xe4\ -\x71\x52\x1a\x03\x95\x94\xe1\xb0\xc7\x2f\x4d\x71\x35\xc7\x86\x2c\ -\xc4\xf4\x72\xd1\x32\xca\xa2\x34\x01\x61\x7f\x87\xd1\x34\x35\xcb\ -\xd6\x67\x43\x59\xd9\x19\x49\x61\xe1\x64\x78\x57\x48\x72\x8e\x64\ -\xa5\xd6\xc6\x38\xc4\x9c\x4a\xc6\xff\x49\x0b\xd6\x70\x3d\xac\xa0\ -\xbf\x8d\x7f\xe8\xe7\x81\x12\xcd\x1c\x0c\x9e\xeb\x20\xd0\x18\xa1\ -\x23\xc3\xe4\xa9\x83\xea\x9b\xfe\x3c\xe4\xeb\x22\x5c\xaf\x0d\xb6\ -\x88\x4d\x05\x56\xb8\x35\x85\x38\xb9\xd5\xae\x71\x98\x49\xe3\x75\ -\x47\x83\xfc\x96\x2b\x37\x0a\x56\x17\x7e\x9a\x64\x71\x5e\x78\xcb\ -\x9c\x4a\xa2\x2c\x9b\x4e\x69\xb2\x9b\x43\xdd\xf7\xdf\x62\xe8\xe6\ -\xae\x11\xff\xff\xf8\x3c\xdf\x10\x45\xa6\x32\x66\x48\x3d\x03\xd0\ -\x2c\x88\xf1\xe0\xa5\x0f\x64\x30\xa6\x77\x1a\x59\x55\xa1\xfb\xb3\ -\xbf\xdf\x33\x38\x28\x4e\x5c\x84\x36\x14\x5f\x5d\x9a\xea\x0c\xf4\ -\xcf\xa6\x45\x25\xe6\x61\x94\x77\x50\x94\x5b\x7e\x4b\x04\x33\xce\ -\x9f\xef\x06\x1f\x5a\xba\xcc\x26\x4e\x6d\x54\x23\x76\x03\xa1\x42\ -\xaf\x4b\x6c\x2e\x8f\xdc\xbb\x6f\x85\x45\x50\xf2\xb4\xbb\xa2\xf5\ -\xa9\x6c\x6b\xe8\xc2\x8e\x38\x2d\x63\xb1\x4a\xfc\xae\xcf\x37\xdc\ -\x63\x07\xac\xb1\x57\xd7\xa6\x48\xd2\x38\xce\x9c\xa2\x41\x9b\xa4\ -\xca\x58\xfa\xb6\x3e\x40\x6f\x34\xda\x32\x02\x22\xba\xda\xc4\x5b\ -\x6a\x6a\x3d\xa6\x78\x54\x41\x5d\xd2\x34\x4c\x00\x00\x20\x00\x49\ -\x44\x41\x54\xae\x87\x1e\x22\xc0\xbe\x32\x60\x59\x5e\x80\x86\xe6\ -\xe2\xca\x5c\x96\xae\x5d\xc9\x57\xf6\xc8\xae\xe4\xb9\x66\x5f\xc0\ -\x98\x7e\x16\x88\xe8\xab\x73\x62\xd1\x7b\x9a\x86\xc1\xcd\x1f\xf8\ -\xe4\x7c\x2b\x03\xb8\xdb\x66\xf1\x90\x5c\xf5\x08\x91\x30\x9e\x52\ -\xbb\x33\x34\xd7\x40\x4d\x80\xde\x8a\x3d\x73\xb7\xfd\xa9\xf7\xa3\ -\x87\xf7\x4b\x8b\x40\xa8\x0c\x24\x6a\xcd\x51\x0b\x5e\x67\x86\xea\ -\x85\x1e\x0b\xd0\x35\x9c\xd6\xfc\xea\x3b\x4d\x5c\x67\x2e\xd1\x5c\ -\x1f\xa3\x0e\x1e\xe7\x93\xfd\x9a\xa0\xbd\xe9\x61\x16\x20\x5f\xb5\ -\x43\xcf\x73\xa0\x02\x7f\x83\x4a\x1a\x53\x90\x9f\xa0\xf0\xab\x42\ -\x96\x67\x4f\xe9\xb2\xd6\x8f\xe4\x88\xdb\x78\xaf\x83\x3a\x55\xfe\ -\x04\x98\x79\x75\x0d\xe6\x4e\xe6\x85\xba\x05\x3f\xf9\x84\x95\xb8\ -\x7f\x0f\x1d\xf7\x10\x07\x6d\xf9\x68\xa8\x2d\xbe\xf4\x4a\x07\x4c\ -\xc5\xfe\x0a\xf8\x44\x0d\xd7\xef\xc4\x4e\xb1\x3c\x33\xc7\xbe\x51\ -\x7f\x9f\xcf\x18\x83\x1a\x7e\x02\x6a\xac\x2b\x9d\x88\x43\x37\x9a\ -\xe0\xca\x8b\x04\xe0\x3c\x07\xf9\xc5\xe2\x3c\x2f\x9c\x66\xdf\x1d\ -\x7b\x3b\x6a\x8f\xfd\x17\x80\xd0\x34\xd6\x6b\xe8\x7d\x4e\xbd\x59\ -\xd6\x06\x8f\x40\x68\x7a\xe8\xd9\xc3\x55\x8f\xf9\x50\x63\xfa\xfd\ -\x3d\xdd\x6e\x7d\xe0\x90\x3a\x24\x79\x7d\x67\xe1\x14\xac\x47\x8d\ -\x32\x5f\x8e\xd8\xe0\xc1\xf5\x4b\x31\x48\x61\xe6\xb4\xb8\x2f\x4f\ -\x06\x4d\xc3\x87\xb1\x86\x1b\x50\xf8\x5e\xe7\x76\xb8\xe0\xd0\xf8\ -\x59\x01\x3c\x65\x06\x0d\xc0\xa3\x03\x64\x8e\xa1\x49\x6f\xb0\x93\ -\x01\xa6\x0c\x25\x37\xc0\xd1\x16\xcf\xc0\xd7\xfc\xee\xa4\x09\x36\ -\x5b\xec\x43\xfb\x39\x52\x59\x8f\xdc\xe2\x0d\x42\xab\xde\xf7\xce\ -\x35\x9d\xe4\xea\xc2\x4f\xfe\xf7\x6e\xd2\x48\x2e\x51\x5b\x1a\x25\ -\x84\x4b\xdb\x83\xae\x11\x68\x11\xe7\x61\xca\x5c\xa8\xc3\x4e\x0a\ -\x1e\x97\x33\xd2\x0b\xca\xb0\xb7\x64\x20\xe7\xb8\xac\x32\x28\x98\ -\xa0\x72\x17\xcd\x8a\x50\x94\xa6\x28\xc2\x69\x3a\xd2\x74\xe3\x84\ -\xfa\xff\xa7\x63\xce\x5b\x0e\xcf\xb7\x43\xe1\x2c\x98\x5f\x17\xaa\ -\x10\xb0\xda\x86\x39\xf4\x50\xcf\x83\x66\x1d\x48\x6e\x65\xd0\xf4\ -\xdc\x89\x1e\xa8\x5a\x53\x3a\x1b\x83\xf6\x91\xf4\xdb\x34\xc5\xbe\ -\xdd\xf6\x09\x03\x26\xb4\x4a\x41\xb5\xbc\x8f\x10\x51\x9f\x18\x89\ -\x1d\x66\x3f\xfc\x7f\xec\xf9\x82\x7c\xe0\xec\xba\x39\x0f\xca\x93\ -\x11\xca\xeb\xb4\xaa\x4e\xf8\x91\x9d\xd4\xb0\x10\x5e\x4a\x73\xdd\ -\x63\xd2\xec\xf3\x8c\x02\x26\x53\xb7\xd6\x7e\x56\x7f\x76\x8a\xdb\ -\x54\x05\xc4\x50\x5d\xe6\xe2\x25\xf5\x2c\x0c\x09\x5b\x58\x19\x80\ -\xab\x03\x21\xeb\x79\x59\x23\xf7\xe8\x18\x9b\xe3\xc5\xba\xfa\x0d\ -\x71\x7f\x33\xdc\x98\xb4\x8e\xf7\x22\x5e\x5a\xa3\x3b\xf3\x83\x90\ -\x34\xce\xb4\x36\xf7\x35\xdc\x7f\xa7\x35\x63\xfd\xb0\x31\x74\x66\ -\x67\xf3\xf7\xf3\x2a\x94\x45\x38\x69\x7a\x31\x94\x2e\x45\x07\x62\ -\x1e\xe6\x0a\xf3\x73\xb3\xd3\x9e\x2e\xb7\x07\xd8\x83\x2a\x38\xf7\ -\xc5\x91\x1f\xd3\x50\x42\xc5\x76\xdd\x93\xe9\x53\xc6\x05\x46\xcf\ -\x9f\xa3\x3c\x45\xec\xaa\x0a\xde\x9a\xf9\x13\x66\xc9\x8d\x44\xcf\ -\x57\x68\x1b\xb0\x01\xb1\x50\xc0\xc4\xa8\x72\x02\xd5\x2f\x95\xf5\ -\xda\x3c\x7c\xb3\xd2\xed\x1b\x89\xfd\x8c\xd4\xa6\xf1\xb2\xcf\x64\ -\xda\xbc\xfa\x79\x41\xc3\x31\xe3\x05\x6e\xe8\xe2\x13\xc1\xdc\xb9\ -\x70\xe2\x94\x66\xa5\x11\x09\x7a\x02\x2e\xdd\x55\x29\x5e\x3c\x37\ -\x1a\x62\xb8\x42\xc1\xcf\xe5\x89\x36\x87\x19\x40\x15\x61\xa7\xa6\ -\x2b\x8b\x21\x3a\x43\x45\x03\x98\xd0\x42\xeb\xd4\xc2\x99\xe3\x02\ -\x06\xbd\x3f\xd3\x73\x5a\x99\x13\xf1\x34\x33\xe0\xd4\x09\x44\xb4\ -\x81\x7a\x9e\x16\x8d\x49\x15\xb7\xea\xfa\x79\x2e\x52\x13\xbe\x93\ -\x53\x8a\xba\xf3\xed\x7c\xb7\x41\x19\xfc\x27\x8b\x72\xa8\xed\x2b\ -\xd6\xa7\x36\xaa\x71\xa4\xe6\x1a\x56\x7d\xd5\xba\xd6\x77\xe6\x46\ -\x91\x29\x17\xbf\x58\x43\x0b\xc8\x9c\xc3\x7c\xb7\x5c\xe1\xea\xf1\ -\x79\x44\x6b\x92\xf3\x95\x81\xf1\xfa\x1f\x6e\xb1\x13\x78\x31\x6c\ -\x59\x69\x94\xa3\x6c\x86\x3a\x7e\xab\x3b\xfd\xc7\x26\x20\x6b\x5d\ -\x0f\x6d\x5f\x34\x73\x20\xa3\x7e\xcb\x42\x52\x39\x83\x9e\x1b\x61\ -\xc7\x49\x01\x0d\xea\x1f\xad\x6c\x8a\x94\xf6\xc8\xaf\x19\xeb\x06\ -\xdd\x2a\xbc\x4e\xa0\xe1\x1c\xf8\x96\xaf\x03\x3e\xb4\x31\x18\x6c\ -\x8c\x34\x4d\xc0\xce\xfd\xa9\x9e\xbf\x45\x14\x14\x69\xd3\x83\x5a\ -\xe6\x8d\xe9\xef\x98\x6c\x06\x14\x36\xed\x44\xf2\x15\xa9\x9f\x5a\ -\x1b\xfe\x0a\xe4\x55\x79\x46\x8f\x7f\x9f\xf5\xb1\xdd\x31\x22\x27\ -\x04\x4d\xc3\x42\x0d\x64\xee\xf7\x40\x98\x21\xd1\xd1\x4c\xce\x29\ -\xb2\x0c\xda\x1b\x1e\x4c\x9a\xbf\x35\xa7\x6f\x94\xc8\xde\x40\x7c\ -\xab\xbd\xbe\x5b\x94\xef\x87\x85\x39\x5e\x8c\x26\x6a\xa2\xad\xa9\ -\x35\xb3\xa9\xfc\x2c\x87\x16\xf5\xa6\xdb\xf7\x38\xc8\xb3\x47\x6b\ -\x8a\x58\xe7\xdf\x86\x8a\xad\xfb\xae\xfd\x8b\x0c\xd1\xac\x01\x6e\ -\xfd\x0a\xaa\x74\x60\x21\xea\xbd\x4e\x69\x26\x75\xe9\xcd\x61\xd2\ -\x15\x9f\xcd\xea\xcc\x3d\x82\xee\x1f\x0d\xcd\x96\x69\x5d\xcf\x07\ -\xc0\xbb\xeb\x4c\x64\x77\x0e\x34\x5a\xa2\xb3\x78\xf0\x6e\xa5\x5f\ -\x39\xa1\x57\xb1\x4e\x9c\x07\x97\x93\x47\x6f\xc6\x46\xfd\x5b\x82\ -\xb2\xa1\x51\x8e\x66\xc7\xf4\x91\x92\xae\xa4\x17\x47\xcd\xf3\x73\ -\xbc\xdb\x4e\x11\x8c\xf7\x7b\x61\xad\x7e\x7e\x2d\x50\xab\x6f\xe3\ -\x68\xda\xd9\x24\x5a\xdc\x47\xcf\x04\xc8\xfa\x3d\xee\x64\x11\xa3\ -\x37\x73\x37\xfa\x23\x5c\x8c\x37\x9a\x5a\x5f\xa8\x3a\xd2\xd8\x1f\ -\xf5\x8c\xdc\x4d\xfe\xb2\x2c\x9f\x08\x95\xff\x72\x76\xe8\x39\x80\ -\xbd\x6f\xb3\x87\x7d\x39\x24\xa8\x69\x2f\xea\x00\xa4\x12\xe3\xa7\ -\x13\x9e\x26\x8a\xb5\x73\xc4\x48\x8d\xb2\x15\x87\xb1\x94\xc0\x4d\ -\xf0\x48\x01\x3f\x0b\xca\xb4\x18\xff\x0b\xa2\xf2\x70\x39\x7b\x3d\ -\x04\x38\x69\x22\xdd\xdd\x46\xf9\xc9\x07\x7d\xa3\xf6\x70\x58\xb7\ -\x02\x65\x15\x2c\xdd\xe5\x4f\x00\xfd\x69\x7c\xd9\xdd\x7e\x8e\x0e\ -\x47\x37\x1c\xae\x27\xf3\x30\x8e\xf1\x30\xe7\x61\xdb\x22\x69\xdc\ -\xc3\xbf\xc2\x30\xe3\x12\x49\x3d\x45\x84\x22\x53\xa1\x2c\x1f\xb9\ -\xcd\xf6\xdb\x03\x8e\x3b\x6c\xa8\x4e\xcd\x5c\x60\x08\x6b\x59\x52\ -\xab\xd1\xd3\xec\x23\xed\x92\xee\xb7\x03\xf2\xf1\x3e\x1a\x62\x9d\ -\x36\xde\x41\x3f\x6c\xb4\x20\x6a\xc8\x8a\x5d\xea\x3f\x23\x18\x8f\ -\x63\xa2\xe6\xfa\xc1\x5b\x62\xba\xb5\xd3\xca\x3c\x90\x9a\x10\xd5\ -\xd7\x48\x3e\x26\x3b\xc7\xe5\x2e\x0a\x21\x79\x7d\xcf\xbd\xd0\xac\ -\xb5\x0c\xd7\x89\xb8\xf3\xa5\xea\x38\x88\xf5\xc5\xa1\x27\xf8\xd0\ -\x76\x49\x14\x9a\x94\x19\x2c\x4c\x4d\xdf\xc7\x0f\x04\x51\xc8\xf4\ -\x1a\xaa\x36\x1d\x5d\x6b\x01\x6b\xa5\x1e\xa6\xdc\xc1\xdc\x25\x33\ -\x27\x22\x5e\x60\x38\xc8\xd1\xd1\x77\xa4\x25\xaf\x87\x34\x63\x1d\ -\x94\xc1\x49\x39\xae\xf5\xdb\x82\x19\x31\x11\xa7\xbe\xd7\xf4\x05\ -\xfc\x4c\x07\xa0\x4e\x05\x11\xad\xe0\x41\x35\xa7\x50\x55\x06\xe9\ -\x6e\x14\x05\xff\x8c\xa4\x58\xca\x29\xf2\x0e\xfd\x85\xb9\x8d\xb7\ -\xfd\xc5\x9d\x96\x1c\xb6\x11\x75\xa1\x69\x9b\xdc\x30\xb5\x50\x4d\ -\x5f\x63\x7a\x50\xf9\xd8\x15\x5d\xbb\x65\xd6\xd9\xa4\xc6\xfe\x3d\ -\x71\xb7\xc4\x7c\xde\x67\xf1\x8d\x86\xb2\x1e\xe8\xe0\xdb\x7e\x79\ -\xee\xff\x75\xb8\x06\x52\x5a\x9c\xf7\x26\xbd\x4f\x77\xfa\x33\x8a\ -\x60\xc8\xb7\x82\xf6\x3c\xe3\x4e\xab\x67\x13\x71\xaf\x57\x1a\xc8\ -\x08\x91\x3d\x11\x61\xbf\x5b\x92\x0e\x6b\x29\xac\x76\x96\xb1\x58\ -\x16\xa1\x9a\xa5\x7e\x6a\x17\xfc\xc2\x3e\x5d\xcf\xcc\x4c\x00\x0f\ -\xc4\x3e\x0d\x06\x5e\x1a\x2b\x6a\xf4\xb2\x98\xe8\x77\xe1\xb9\xb8\ -\xf1\x0b\x6b\x91\x49\x1e\xef\x81\xbe\x1b\x52\xd0\x5f\xa9\x31\x32\ -\xa7\xf3\x22\x1e\xde\xaa\x0f\x80\x46\x22\x87\x52\x9f\x77\x17\x13\ -\xb7\xf0\xf0\x09\x7c\x70\xb6\x4a\xed\x2c\xc1\x3b\x9d\x2a\x60\x21\ -\x25\x9d\x54\xdb\xf8\x09\x71\x26\x65\x43\x55\x93\xec\xd4\x3e\x46\ -\x2d\xd5\xce\x09\x76\xea\x5f\x64\xdb\xa5\x89\x05\xd8\xe9\x5f\x5c\ -\x41\xc2\x5a\x01\xc6\xb1\x6f\x02\xb8\x38\xfc\xdd\xb0\xa1\x0e\xa8\ -\x04\x98\xc3\x8f\xe6\xaa\x6b\x78\x7a\x51\x9c\x4d\x16\x17\xba\x95\ -\x19\x4b\xa2\x99\xe3\x35\xde\x25\xe8\x51\x6c\x86\x76\xcb\xde\x91\ -\xbc\xef\x9f\x17\x16\x04\x0e\x96\x47\x77\x03\xce\xf5\x9d\xbf\x47\ -\x9e\xf1\x0e\xe8\x00\x72\x49\x31\x94\xc5\xf3\x9e\xf5\xb1\x5f\x75\ -\x18\x08\xbc\x35\x46\xfb\x70\x69\x9b\xe1\xf0\xe1\xf6\xaa\xca\xaf\ -\x93\x8a\xf7\x66\xea\x2f\x00\x36\x47\x26\x12\x5e\xb2\x9f\xf6\xd7\ -\x26\xee\x9c\xd6\xd4\x04\x24\x2d\x1a\x6d\xf5\xf3\x4a\x6d\xde\xde\ -\xe6\x14\xb8\x06\x65\x57\x32\xfb\x93\xe8\x7b\xf0\x74\xdc\xe9\x6f\ -\x2c\x21\xa2\x37\xc6\x15\xa3\xc7\xec\xbc\x5b\xd0\xb7\x86\x9e\x18\ -\x9e\x37\xde\x18\x0a\xc9\xe5\x34\x2d\x34\x33\xc4\xcd\x52\x34\xd9\ -\x07\x8d\x31\x71\x9c\x17\x49\xa7\xa6\x2e\xcf\x89\x60\xee\x3d\xcc\ -\x42\x0c\x44\x90\x9c\x8c\x4d\x96\xd6\x04\x86\xec\xc1\x7a\x1e\xa0\ -\xd8\x9d\x28\x7e\x2e\xb1\xaf\x2d\x3e\x18\x16\xe4\x7b\xf2\x6a\xae\ -\x9a\x06\x10\x69\x32\xad\xf4\x2f\x53\xc3\x6f\x80\x5c\xf7\x6b\x48\ -\x97\x63\x91\x01\x0e\xe8\x8e\x88\x9a\x03\x80\x6c\xef\xc4\x34\x79\ -\x5e\x47\x1c\xee\x9e\x44\x84\x2b\xf4\x2e\xe9\x26\xa6\x9a\x42\xd1\ -\x81\xcc\x9f\x87\x3c\x75\xc4\x70\x5a\xf5\xe2\x68\xc8\x3a\xfd\x0e\ -\xb8\xdb\xe6\x77\x2e\x2b\x5a\x16\x84\x1f\x0a\xd1\x9d\x77\x17\x19\ -\xe5\xd9\xcc\xa8\x10\x74\x79\x8a\x86\x9a\xcf\x12\x78\xd5\xc2\x6b\ -\x05\x3d\xf5\xfc\x2a\x00\x2a\xf7\x03\x25\x64\x66\xc8\x96\xa4\x10\ -\xd8\xef\x7f\xdf\xe8\xa7\x53\x9e\xfd\x1a\x7e\x34\x56\x5b\x66\xf8\ -\xa6\x65\x3f\xb9\x0b\x0b\x5d\x8e\xda\xd5\xcb\x79\x43\x58\xbe\x8f\ -\xcb\xb9\xb9\x54\xbd\x88\x6c\x81\x07\x37\x7c\x2c\x40\x60\x04\x00\ -\x32\x89\xdb\x13\xa0\x21\x80\x51\x28\x63\x34\x0e\xb4\xe0\x72\x5c\ -\xae\x11\xfd\xbe\x71\x7f\x7a\x4e\x96\x23\x2d\xf4\x74\x02\xcc\x42\ -\x94\x97\x8b\x9e\x25\x1b\x21\x33\x11\x58\x45\xbd\x6b\x05\x91\x1e\ -\x9a\x23\xda\x46\x23\xa1\xe4\x8e\x53\x86\xfb\x85\xb8\xb5\x87\x11\ -\x12\x5f\xb8\x78\xe1\xba\xfe\x71\xf1\xbf\x3b\xa0\x79\xa8\xb5\x32\ -\x25\x1a\xb2\x45\xb0\xc5\x2f\x86\xd4\x8a\x54\xf0\x26\x8e\x69\xd6\ -\x37\xbd\x8f\x3e\xf2\xc3\xac\x60\xbd\xae\x0b\x9f\x7d\x8f\x75\xde\ -\xad\x43\xe1\xa6\x31\x2e\x02\x1a\x22\xd8\x74\x04\xf4\x43\x81\x07\ -\x98\xe0\x85\xc7\x72\x25\x87\x96\xa3\xa7\xba\xc2\x3a\xe9\x79\x24\ -\x39\xd1\xca\xc2\x79\x17\xd5\x49\xb0\xf3\x5c\xc0\xc3\xce\x9a\x1e\ -\xf9\x36\x78\x35\xee\x95\xf6\xd7\x32\x0f\x21\x95\x67\x60\x78\xb3\ -\xb5\x9e\xcf\x56\x47\x61\x4b\x3d\xbb\xa3\x1d\xb2\x7d\x9f\xc5\xd4\ -\x49\x92\x62\xa7\x69\x73\x0f\x32\x3d\xcc\x72\x61\x6b\x84\x86\xb2\ -\x84\x85\x7b\x9b\x06\x4a\x69\x00\x6b\x54\xb6\xa6\xae\x47\xdf\x91\ -\x47\x56\xbc\x4c\x8c\x65\x34\x62\x6f\x83\xf1\xa4\xfc\x31\x8d\x4b\ -\x2b\xa2\x28\x92\xe3\xcd\x3a\x28\x2c\x23\x48\xba\xe5\x77\x11\xd1\ -\xd7\xb5\xfa\x78\x6f\x4e\x97\x98\xee\x6a\x9a\x00\x83\x99\xff\x48\ -\xd2\xbe\x9e\x0d\x42\x65\xee\xf5\xe9\x9a\x7d\x8d\xc3\xee\xf7\x71\ -\xbd\xbf\x4c\x6c\x5f\x2e\xff\x41\xd7\x0d\x54\xdc\x41\x0a\xf2\xbd\ -\x29\x7f\x41\xba\x23\x73\xae\x1b\x2f\xbc\x51\x90\x92\xe5\xd0\x82\ -\x63\xeb\x7d\x69\xd3\xe0\x3c\xe3\x1d\xcc\x88\x61\x3f\xe9\x48\xa8\ -\x28\x13\x91\xae\x91\x95\xaf\xf7\x4c\x00\x1b\xbd\x49\x60\x26\x28\ -\x71\x99\x05\xbc\x34\x71\xcc\xec\xfa\x81\x5a\xb7\xf6\x9c\x2e\x8b\ -\x17\x78\x71\xf3\xa4\x44\xc1\x57\xe5\xcd\x08\x7d\x99\xdc\x95\x25\ -\xb2\xb2\x7e\xa1\xeb\xcd\x35\x18\xae\xb1\x42\xa5\xb6\xa8\xba\xd0\ -\x26\xa5\xea\xac\x0e\x1a\x4d\xf6\x4a\x53\x82\x44\xd4\x3d\xb6\xc1\ -\xa2\x2e\xbc\x5a\xf1\xa8\x94\x69\x74\x54\x0d\x66\x8f\x1e\xa2\xaf\ -\x4e\xb4\xde\xe4\x69\x4d\xda\xa2\x39\xec\xae\x65\x12\xe8\xb8\xaf\ -\xf9\x7e\xef\xaa\x10\xb0\xfc\xfd\xe4\x7a\x91\x6a\x7a\xdf\x34\x50\ -\x5f\x98\x0f\x67\x6d\x10\xf4\xc0\x8b\xae\x87\x6b\xe0\x3c\x87\x46\ -\xb9\x7a\xbc\xb7\x06\x6a\x05\x45\x2a\xea\xbe\xc8\xcc\x02\x0d\xc0\ -\x0b\x8f\x89\x1f\x2c\x2b\x09\xdd\x68\x45\x07\x63\x63\x3e\x5f\x3e\ -\xa8\xae\xf7\x2b\xe3\x66\xec\xd7\x08\x1f\xe6\x69\xe6\x62\xe6\x0e\ -\x9f\x87\x06\xfb\xed\x0e\xfe\xf6\x7c\xc2\xdc\x82\xb8\x40\x01\x91\ -\xed\x8c\x17\x69\x64\x23\x69\x8e\x97\x73\x92\x58\x98\xf1\x73\xfa\ -\xcc\xb4\x1f\x05\xbe\xfd\x19\xcf\xe6\x3b\xe8\xf3\xc4\x13\x44\x2e\ -\x07\x5c\x7a\xfc\xce\x95\x71\x48\xbb\x58\x16\x0e\x88\x6d\xb5\xbb\ -\xce\x6a\x0b\xb2\xba\x9b\x34\xc1\x1e\x33\x71\x89\x5c\xb8\x03\xf8\ -\x3d\xea\x98\xee\x56\xcd\xbc\x6a\x6a\x03\x40\x65\xe5\x44\x8c\x79\ -\x8f\xa9\x5d\xa7\x75\x87\xe3\xaa\xc5\x7b\xb4\xd8\x05\xbc\x98\x73\ -\xc9\xcc\xf4\x5a\x1d\x54\x67\x1e\xac\x99\xb5\xf8\x45\x86\xb1\x47\ -\x98\xf2\x37\xe0\xaa\x3b\x6a\x87\x15\xbb\xdc\xdb\x87\x3e\xa6\x3f\ -\x63\x2b\x74\x9b\x06\x77\xbb\x79\xdd\x4e\xb7\x59\x0d\x3f\x08\x62\ -\x88\xeb\x54\xaf\x73\x5a\x12\x09\xd7\x8c\xa2\xf5\x21\xa8\x1a\x27\ -\x02\xc9\x94\x02\xb7\x8e\x46\x2e\x5e\xe8\x66\xc7\x6f\x1c\x71\x6a\ -\x54\x91\x37\xd4\x2e\x3c\xfa\x7b\x66\x87\x88\xe6\xe1\xd6\xed\x7d\ -\xd9\x93\x79\xa5\x05\x4c\x6a\x8c\xc3\xf7\x27\x83\x24\x33\x3b\x08\ -\x64\xd4\x88\x14\x14\xce\xa0\xd0\x6e\xa7\xf8\x37\x14\x85\x9c\x76\ -\x91\x56\xa1\xe2\xd6\xab\x1a\xee\x4f\x7e\xf9\xbd\x6c\x72\x76\x16\ -\xdf\x6e\x86\x11\xb1\x22\x47\x73\xe5\x56\x23\xe3\xb0\x4c\xdb\xdc\ -\x67\xa0\xe3\xfc\x3d\xec\xae\x71\xb5\x78\xc6\x06\x3d\x91\xd1\xbf\ -\x34\x71\x4a\x78\x9d\xd0\xdd\x9f\xbb\x4d\x4f\x24\x4d\x40\xc2\x22\ -\xdf\x2c\x49\xb5\x2e\x69\x95\x3c\xb0\x7e\xa1\x58\xfa\x9f\xb1\x4e\ -\xce\x84\xf1\xb3\x30\x7c\x7c\xae\x76\x40\xf5\x43\xae\x10\xe4\x38\ -\x8d\xcb\xf5\x4a\x60\x4d\x53\x37\x22\xb0\xbb\x58\x72\xc4\xdb\x69\ -\x80\x6f\x36\xf0\xd5\x6c\xe8\xdf\x35\x2c\x2f\xda\xad\x2e\x04\xed\ -\xda\x81\x0a\x26\x7c\x09\xa8\xa5\xca\x5e\x28\xb4\xcd\xb4\x52\x8f\ -\xa9\x40\xfb\xb3\xcb\x51\xdf\xa0\x09\xc6\xf4\x50\x3c\xf0\xd2\xc4\ -\xa7\x34\x28\x62\xec\x48\xaa\xe6\x8d\x21\xed\x36\xd1\xd1\x54\x11\ -\xfe\x17\x47\xfe\x5b\x8e\xc9\xbb\x26\xe7\x2b\x1d\xa6\x8f\x51\x8f\ -\x26\xec\x2b\xb2\x1b\x28\xa6\x17\x71\x31\xb5\xec\xba\x2f\xe5\xb2\ -\x86\x86\x98\x3e\x85\xb4\x32\x4a\x14\x33\x7e\x22\x1d\x3c\x03\x88\ -\x91\x9a\x86\x63\x14\xa6\x86\xd4\x31\xad\x49\x29\x55\xd8\x94\x30\ -\x9a\x58\xdf\xc3\x17\xe6\x3b\xec\xd1\x0f\x0f\xf4\x12\x3b\xc3\xe8\ -\x14\x3d\xc0\xf2\xc5\x24\x63\x97\xeb\xa7\x39\x82\xc1\x63\x35\x7a\ -\x23\xfc\xb4\x3b\xa7\xaf\x34\xbc\x56\x20\x41\x46\xe6\xd2\xb7\x22\ -\xa6\xf4\xb7\xe2\x0e\x54\xcb\xb5\x6d\x31\x71\xdb\xe3\x67\x9f\x8d\ -\xd5\xa9\xc3\xac\xe6\xbb\xc2\x64\xbb\xd5\x7b\x4e\x6b\x55\x9b\x5e\ -\x54\x8f\xbd\x11\x26\x0d\xeb\xaf\x6b\xb7\x26\x33\x7a\x14\xbf\x35\ -\xa9\xd1\xaf\x1a\xda\xb6\xa7\xb4\x4f\xa9\x56\x9a\xe9\x50\x0f\x59\ -\x69\xf7\x4a\xe8\xfd\x88\xcb\xe8\x47\x1a\x18\x58\xe7\x39\x0f\xaa\ -\x78\xff\x3e\xf6\xbb\x76\x81\x63\x0d\xc8\x8c\x26\x8c\x79\x03\xf8\ -\x19\x6b\xb4\xf4\x4f\xfa\xfa\x4e\x7a\xe6\x53\x81\x59\x1b\xa4\x3e\ -\xfd\xe5\x1e\x08\x1b\x0d\x57\x20\xd1\x3a\x27\xfb\x5a\xf4\xa0\xd0\ -\xf2\x08\x61\x30\x2f\x02\x90\x19\x1a\xa8\x03\x0c\xf2\x60\x0f\xb3\ -\xbd\x8f\xb0\x77\x6f\x76\x0a\x69\xd7\x11\x58\x6e\x8c\x92\xba\x67\ -\x9f\x91\x04\xd7\xa8\x7b\xde\x80\x4e\xfb\xf9\x27\xc0\xe4\x19\x8e\ -\x03\xd4\xe4\xc6\xa4\x90\xd6\x58\xec\x07\x1b\x83\xbe\x64\x38\xbe\ -\x31\x6c\x2c\xd7\x53\x46\x1e\x5d\xff\x59\x42\x5a\x3a\x39\x99\x9a\ -\x33\x4b\x49\xe7\xc7\x24\x36\x32\x8f\x6c\x9d\xef\xfa\xf3\x84\x17\ -\xb0\x9c\xbf\x7c\x4e\x19\x4e\xc8\x93\xd5\xd3\x1b\x5b\x34\xd3\x87\ -\x0e\x56\xb6\x26\x58\xbf\xed\xad\xd8\x88\x84\x8a\x9c\x2e\xf6\xc6\ -\x1b\x98\xfb\x46\xcf\x35\xa0\xe8\x86\x84\x11\xb7\x46\x74\x4e\x98\ -\xb1\x44\x3e\x2a\x65\x1e\x5d\xb8\xa2\xd6\xb9\xc0\x8d\x0e\x58\x67\ -\x9e\x08\x3d\xb4\xd6\x43\x37\x27\xdf\xa7\x3d\x71\xd7\xbc\x81\xed\ -\xd5\x64\x21\xa7\x81\x56\xe7\xda\x40\x21\xce\x4d\xab\xfd\x77\x51\ -\x67\xa3\x7e\xd8\xfe\x4e\xc3\x1c\xa4\xd5\xef\xdc\x19\x49\x34\x99\ -\x38\x8f\xbb\xb6\x9d\x5b\x0b\x57\xc6\xd6\x90\xcb\x43\xba\x2b\x5e\ -\xaf\xed\x9e\x8a\x80\xa2\x53\x9b\x41\x9e\x26\x8b\x23\x7e\xd7\xad\ -\xfa\x95\x05\xa7\x7a\x8f\xdf\x93\xf4\x5f\x15\xff\x08\x9c\x60\x97\ -\x7a\xed\xd3\x29\x99\x7a\xfc\xae\x00\xb8\x71\x95\x69\x0e\x29\xb0\ -\xa5\xd8\x0c\x01\xfc\xf3\xa8\x9d\xec\xaf\x97\x3a\x37\x2e\x73\x79\ -\xa2\x33\xf5\x31\x2e\x96\xdb\x17\x77\xcb\xd9\x17\xfb\x69\xe4\xf4\ -\xc3\x0b\x0e\x28\x64\xbf\xf9\xef\xf3\xe0\x6c\xb2\xd3\x0d\xc6\xa5\ -\xd8\x1e\x4e\xfa\xe5\xc7\x61\xda\xb8\xa0\xe1\x48\x43\xb4\xec\x65\ -\x48\x04\x13\x4b\xba\xf3\x95\x48\x90\x5e\x1a\x3c\x69\x01\x9c\x32\ -\x69\x54\x24\x99\x33\x70\x22\xe8\xfd\x02\x7c\x33\x27\xb0\xef\x53\ -\xb9\x14\x6f\x1b\x07\x47\xa3\x8a\xe3\xf3\x75\x77\x93\xe4\x2f\x8e\ -\x43\xe1\xcc\x37\x39\x8b\xa0\xf5\x10\x7f\xbe\x39\xab\x51\xd3\xc6\ -\x85\xa6\x29\x0f\x15\xa2\x11\xa0\xd8\x2f\xd9\x7c\x3f\x51\x38\x6e\ -\xa3\x5e\x44\x11\x6e\x34\x4f\x58\x0e\x08\x22\x8b\x88\x67\x50\x33\ -\x1f\x4d\x09\xd9\x25\x21\x00\x6e\x77\x9d\xfb\x87\xfe\x33\xe8\x55\ -\x0f\x01\xe6\x22\xd7\xc8\x60\xe6\x62\xb9\xd3\x60\xc0\xea\x35\x29\ -\x20\xb7\xdc\xbe\xdd\x62\x9c\x1e\xcd\x53\x6f\xf0\x32\xc0\x55\x34\ -\x8b\x58\x2a\xdf\xed\xd7\x69\xc5\xdb\x84\xe0\x9b\x78\x76\xb5\x1c\ -\x1d\x51\x81\xe0\x1e\xfc\x7f\x9b\xf2\x5a\xd8\xf5\x2c\x7e\xac\x02\ -\xe1\xa4\x6a\x51\xa1\xaa\xab\xd6\xce\xb5\x0c\xd1\x15\x95\x07\xe5\ -\x54\xc8\x02\x1a\x7b\x0f\x9f\xfb\x5c\xd4\xa2\x0c\xfc\x7b\x52\xa3\ -\x17\x8d\xf5\xae\x15\xb8\xf8\xa6\xa3\xda\xb2\x0f\x14\xbb\x8c\x52\ -\x4e\x2a\x9b\x88\x7e\xd5\x2f\xf1\xe4\x70\xd9\x6f\xd1\xa2\x8a\x66\ -\x03\x8e\xa2\x61\x46\x33\x2a\xe1\x16\x69\x63\xee\xd4\x8e\x55\xa2\ -\xbb\x14\x6a\x29\x34\x0b\x5d\x4f\x1c\xaa\x4b\x4a\xca\x19\x48\xfe\ -\x87\xfe\xf2\xc5\x0c\x25\x26\x25\x61\x67\x6e\x88\x2f\xb7\x49\xd3\ -\xb4\xe4\x5f\xe0\xd4\x6b\x3c\xe8\xa4\x6e\xab\x3e\x00\x82\x83\x32\ -\xd9\x53\xeb\xff\x57\xe3\x3b\x28\x81\x7e\x39\xff\xb0\xd9\xfc\x6a\ -\x52\x96\x56\x43\x48\x29\x9b\xb9\x2e\x78\x37\xed\x9f\x58\x64\x81\ -\xbe\xeb\x54\xb5\xa1\xab\x4a\x83\x04\x31\xd7\xa8\xc8\x68\x62\xe7\ -\xd4\xa8\xa8\xe4\x8f\x10\x64\x72\xbd\xa7\xd2\x43\x8f\x17\xcf\x79\ -\xb9\x9b\x19\xbd\x4c\xad\x72\x4f\xc5\x3f\xf7\xe9\xfa\xa3\x79\xbf\ -\xae\x66\x98\x82\x97\x26\x24\xc2\x42\x79\x02\x5b\x87\x4d\xeb\x14\ -\xbc\xeb\x68\xc0\x62\xea\x50\x00\xa0\x26\x9d\x28\x29\x7b\x67\x90\ -\x77\x6b\x20\xc3\x80\x46\x59\x21\x9e\x55\xc4\x91\xbd\xa6\x82\x33\ -\xb7\x32\xef\x75\x11\x18\xd3\x87\xea\xf3\x04\x3b\x01\xcd\x6c\x25\ -\x29\xe1\x6a\x3a\x45\x6f\xa6\x98\xd8\xc5\xed\xdc\xce\x9f\xd9\xb8\ -\x2b\x13\xb0\xfd\xbe\x88\x69\x03\x5b\xf1\xa2\xca\x29\xd8\x4f\x27\ -\xcb\x34\xc4\x6a\x11\x26\xc7\xda\xda\x4e\xd1\x0b\xea\x11\x06\xf5\ -\x0a\x87\xee\xa7\x85\x41\xc7\x3c\xaa\xdd\x47\xab\x99\x43\x0c\x87\ -\x41\x2f\xdc\x85\xbc\xb9\xdf\xdb\x59\x37\xf6\xac\xfe\x59\xcb\x64\ -\x0b\x99\xf7\xb4\x5a\x11\x0f\x28\x2e\xaf\x3f\xf8\xb5\x60\x0d\x60\ -\xf9\x0c\x8c\x3f\x1b\xb0\x6e\x3f\x3d\x9b\x88\xa0\xab\x6d\x2f\x54\ -\x5f\x26\xd5\x42\xa0\x25\xc3\x80\x22\xd6\xec\x22\x14\x65\x2b\x14\ -\x6a\x2f\x19\x4d\x4a\xfc\xe5\x4c\xb1\x35\x62\xda\x24\x7e\xdf\xa3\ -\x0d\x24\xea\xda\x98\x51\xcf\x7c\x3d\xb9\x4e\x07\x45\x99\x1a\x3e\ -\xe8\x31\x31\x79\xa7\x47\x9b\xab\xa3\x7a\x70\xac\x19\xb9\x29\x55\ -\xde\xe2\x70\xdb\xf4\xe9\x85\x46\x58\xb5\xea\x03\xcc\x3d\xe9\x86\ -\x50\x8c\x9a\x4c\x95\x32\xae\x27\x7e\x6f\x3f\xe3\xd8\x29\x7e\x25\ -\xf7\x58\x0d\xcc\xd8\xcf\x69\xe4\xe2\x64\x64\x75\xd3\xab\xd9\xf4\ -\x32\x84\x6e\xb0\xb2\xff\xde\x7b\x00\xe5\x27\x28\x4b\x7d\x1f\xf4\ -\x06\x7e\x50\xb1\xa9\x58\x2d\x8d\xa1\xb4\x16\xf9\x3d\x4e\x8d\xb5\ -\xe4\xfe\x06\xf1\xbf\x51\xbf\x33\x3f\x9c\x95\x3b\x8d\x39\xd4\xc2\ -\x11\x26\xdc\x1d\x9b\xe7\x38\xe0\xc9\x0c\x1a\x01\xf2\x1a\x7d\x88\ -\xd6\xf0\x20\x32\x6e\x43\xe8\x40\xde\x50\x66\xa6\xd5\x8d\x5b\x37\ -\x96\x5e\x59\xff\xf4\xe7\x14\x7d\xc2\x3c\x1f\x6a\x6d\x5d\xfb\xf3\ -\x6b\xcd\x05\xf5\x80\x3c\xff\x32\xeb\x4a\xad\x43\xe4\x02\x29\x69\ -\xf2\xe2\x19\x84\x5f\xdc\xe9\x33\xcf\x41\x3d\x89\x80\x4e\x66\x28\ -\x1b\x1a\xbc\x3c\x88\xd8\x38\xe1\x57\xda\x44\x87\xab\xd4\xb5\x56\ -\xf2\xf5\x2d\x63\xca\xb8\xcb\xd6\xb5\x5a\x2e\xc1\xb9\x10\xe0\xb4\ -\x2d\x0e\x2a\xc4\xc2\xc3\x22\xf6\xd6\xdf\xec\xa2\x4f\x34\xdb\x82\ -\x85\xad\x90\xfd\xe7\xba\x5c\x33\xa2\xc0\x52\xec\xad\xe0\x45\xb8\ -\x45\x00\x52\x5c\x4a\x59\xcc\xdd\x81\x32\x91\x59\xd5\xaf\x40\xcf\ -\x94\xad\xa9\x0b\x74\x8c\xf9\x99\xc3\x40\x9c\x8b\xc6\xec\xfa\x6f\ -\x60\x2b\x78\x01\x17\xff\xf8\x42\x2e\x0d\x41\x4f\xd7\x26\x83\x22\ -\x8c\x06\xd2\xc5\xe6\x5a\x36\xbf\x68\x13\x89\x0c\xcc\x0d\xfe\x3a\ -\x75\xea\xcb\xd9\x08\x4c\x6a\x53\xa1\x04\x1f\xe3\xeb\x62\x81\xe8\ -\x72\x4b\x7d\x73\x57\x63\x05\x6e\xf9\xaf\x3b\x2c\xb9\x5e\xc1\x05\ -\xbd\xe4\x93\x18\xb5\x90\x29\x5c\x5e\x94\x44\x6e\x85\x38\xc2\x7c\ -\xcb\x67\xa2\xdb\x52\x8d\x23\x31\xe3\xdf\xdf\xff\xb6\x43\xe7\x1c\ -\xa9\x13\x3e\x9e\xf3\xa3\x1c\x36\xb1\x65\xfd\xac\x00\x7e\xe5\x4f\ -\x4e\x75\x18\x64\xef\xd5\xb5\x77\xc4\xdb\x73\xcc\x5e\xd0\x22\xd8\ -\x3b\xb9\xef\x4f\x3b\xcb\x2f\x0f\xaf\x66\xd7\xe6\x58\x48\x60\xee\ -\x9b\xd4\xe1\x20\x85\xef\x82\xed\x40\xc3\x06\xf1\xca\xa0\xf5\xa0\ -\x03\x7c\xd4\x72\x12\x28\xd0\x6f\xaf\x03\x32\x8c\x39\xf6\x5f\x55\ -\x58\x43\xf8\xbe\xe5\x0f\x68\xfd\x58\x76\x96\x07\x7d\x87\xdd\x2a\ -\x39\x62\xa3\x14\x79\x46\x6e\x11\x1d\xa1\xb1\x60\xfc\x3a\xd2\xb3\ -\x5c\x80\xc9\x6e\xa1\x1a\x4e\x91\x1f\x57\x37\x57\x13\xd5\x26\x00\ -\x2c\x9e\xb3\xc4\xa9\x07\xb4\x75\x55\xd3\x63\x21\x2f\x1e\xda\xe5\ -\x4f\xcb\xf6\x80\x4d\x7b\x76\xbe\x1b\x34\x81\x74\x5c\x5a\x1f\xcf\ -\xf9\x0a\x11\x35\x87\xb8\xdd\x83\xc1\x45\x3f\x4e\x67\xf0\xef\xb8\ -\xa5\x5d\x44\xb7\xad\x5f\xba\x06\x25\x26\xd7\x10\xdb\xfa\x06\x08\ -\x2c\x48\xeb\xe6\x0d\x17\xb2\x2a\xe3\x96\xdd\x6c\xfc\xdd\x26\x3a\ -\xd6\x18\xee\x9a\x08\xa1\x73\xdd\x7d\x7d\x09\xe1\x13\x05\xb0\x5b\ -\xfa\x47\x81\x96\xb9\x74\x2e\xde\x15\x8e\x26\x45\x1a\xaa\xce\xf8\ -\x57\x7e\x9d\x2f\x5f\xe0\x52\x38\x32\x82\x28\x73\x74\x02\x2d\xab\ -\x83\xdf\xdc\x8e\x3e\xb0\x1c\x2a\x85\x7a\x80\xb8\x8c\x80\xdc\x5b\ -\x6e\xbb\xcc\xb5\xb4\x4e\xf6\x1d\xed\x9c\xbf\x63\xe2\xed\x1f\xd8\ -\xde\xd3\x85\x4d\x1f\x00\x8a\xcf\xe7\x4f\x0b\x0e\x57\xec\x68\x14\ -\xfc\xc2\x57\xd7\xa8\x91\xba\x03\x66\xa0\xe1\x7c\x19\x7a\x28\x7d\ -\x12\x39\x69\x44\x06\x6e\xec\x42\xfb\xfb\xc4\xfe\xd0\xb5\x8a\x67\ -\x0b\x65\x31\x20\x48\xc4\x12\x2f\x1a\xcd\x78\x4e\xbf\xfb\x03\xa6\ -\x85\x8b\xb8\x69\xe9\xea\x8c\xd9\xf2\x81\x38\xf8\xc7\x1a\xfa\x9d\ -\x72\xc5\x8b\x1c\xae\xa0\xdc\xd4\x19\xb2\x87\x35\x34\x91\xcc\xe6\ -\xaa\x21\xf2\xa3\xe0\xf3\x90\xcd\x72\xd3\xdb\xaf\x17\xb7\xf5\x43\ -\xe2\xcc\x0c\x4d\xf7\x54\x0b\x88\xe5\xa4\x00\xfe\xea\x7f\x5d\xff\ -\xd4\xee\x49\xa7\xd9\xd9\x44\x53\x21\x71\x06\x1f\x36\xfe\x4a\x8c\ -\x5f\xdf\x1f\x65\xfe\x54\x66\x1a\x00\xb0\xe9\xf6\x57\x76\xb8\x81\ -\xa9\xad\x99\x3f\xfa\x01\x8b\xe2\x22\xb5\xe0\x5a\x36\xfd\xa6\xf8\ -\xda\xdf\xfa\x9b\xae\x9a\xe5\x14\x1c\xf4\xc1\x3b\xef\xee\xc5\xff\ -\xb1\xcf\xa1\x0a\x25\x32\x00\x0a\x0b\x5b\xfe\xb5\x06\xc5\xc1\x12\ -\xf1\xa2\x35\xd6\xe4\xd6\x0f\x2e\x3a\x75\x82\xae\xef\x50\xe0\x43\ -\xb7\x03\xbc\x3d\x4b\xd1\xa7\x79\xba\xcc\x58\x26\x5c\x64\x1b\xb8\ -\x1b\x3d\xee\xc6\x1f\x67\x12\x50\xa1\xfe\x5e\x00\x06\xf5\x98\x61\ -\x86\x1b\x08\x0d\x25\x96\x2f\xb5\x0b\x5b\xff\x4d\xf3\x16\xa6\x1e\ -\x7c\xcc\x0e\x6e\x7c\x92\xe8\x59\x80\x6d\x9d\x63\x1f\x7f\x77\xcb\ -\xbf\xe3\x0f\x2f\x33\x9f\x51\x33\x99\xda\xf7\x9f\x3a\x0f\x96\x3b\ -\x30\xb3\xe6\x79\xfb\x07\xb7\x25\xff\x29\x4a\x07\x07\xdb\xc7\x44\ -\x0a\xd1\xdf\xa4\xff\x52\xcb\xdc\x34\x70\x14\x96\x19\xda\x40\xb6\ -\xde\x74\xdb\xfd\x65\xcf\x61\xf9\xf3\xe3\xb5\x92\x42\x65\x00\xe8\ -\x67\x9a\x61\x8c\x61\x92\xe6\x04\xea\x64\x0d\xc4\x3e\xfa\xe8\x6f\ -\xc6\x95\xac\xd0\xf5\x36\xdd\x66\xb8\xba\x51\xf0\x08\x83\x5e\xef\ -\x15\xf7\x67\xff\x5f\xeb\x9d\xd8\x28\x68\xfb\x53\x54\x71\xac\x65\ -\xc0\x0a\xb3\xd7\x74\x54\xc6\x36\x15\xb8\xd4\x1a\x39\x0c\xe3\x04\ -\x55\xc5\x96\x0f\x16\x16\x2e\xb7\xe5\xb7\x26\xe4\xf2\x09\xf4\xc6\ -\x76\x29\x00\x50\x14\x3b\x0a\xbb\x77\xaf\x0f\x87\x65\x7f\x7b\x06\ -\x5b\x15\x9f\xfd\xf1\xe4\x46\x7b\xce\x04\x85\xee\x9e\xe3\x76\x37\ -\x5a\x22\x35\x5d\xb9\xc5\xe7\xdc\xb7\xe7\xf8\xf9\x00\x23\xc1\x4e\ -\x67\x03\xed\xbb\x6b\x29\x9d\x39\x86\x6a\xe6\x35\xb2\x23\x99\x67\ -\xed\x08\x0b\x1f\xff\x17\x96\xf7\xc8\x5e\xaf\x47\x63\xb4\xfc\x7d\ -\xdd\x54\x16\xfe\x99\xfe\xd6\x40\x98\x08\x95\x17\x0a\xaa\xaf\x03\ -\xf3\x8b\x21\xb7\x3a\x95\x70\x3d\x62\x9c\x62\x18\x63\x3a\x39\x02\ -\x2d\xf5\x10\xe3\xcb\x58\x49\x00\x14\x37\x7e\xef\xdf\x62\x4f\xa8\ -\x96\xba\xd4\x07\x2e\xb7\xdc\x58\xb8\xa0\x7c\xa7\xf6\x38\x3e\x9f\ -\xd5\x75\x05\xd4\x86\xa6\x1d\xa2\xb8\xe2\x43\xc5\x81\xd1\x8b\x88\ -\xec\xb2\x63\xe8\xd9\x39\xc4\x60\x10\xb3\x85\x9a\xb6\xe0\x37\xe3\ -\x3a\x7b\xe1\xc9\x15\xf0\x38\xe8\x55\x54\x85\xe3\x0f\xfd\x78\xf8\ -\xdc\x1c\xdb\xd2\xfa\xc1\x62\xeb\x23\xe2\xc5\xf3\x89\x28\x6e\x02\ -\xaf\x2b\x0f\xa4\x78\xa8\x12\x2f\x5c\xcc\x28\x41\xe3\x90\x69\xe8\ -\x64\x1c\x22\x39\x32\x16\x75\x8a\xa0\x66\xf2\x32\x89\xba\x7e\xab\ -\x8f\x17\x4b\xdf\x91\xc8\x3b\x66\xbe\x05\x1a\x57\x35\xdc\x4a\xa6\ -\x70\xf8\x9a\x17\x98\xc1\xa1\x45\x3f\xd2\x3d\x26\x52\xaf\x17\xeb\ -\x17\x0a\x4e\xe7\x78\x1b\x9b\x96\xdf\x45\xe4\xa7\xcd\x27\x04\x10\ -\x6e\x5a\xa6\x7d\x98\x74\x78\x3e\x83\xeb\x4f\xc4\x51\xa9\x6b\xfd\ -\xe3\x94\x43\x19\xd9\x64\xe4\x48\x15\xaf\x35\x74\x68\x81\x3c\x57\ -\x02\x78\x13\xcf\x6b\x4c\x85\x14\x90\x2b\x86\xeb\x29\xd2\x1e\x39\ -\x0d\x42\xe8\xd6\x3d\xaf\x96\xc4\xa9\x49\x31\x64\x5a\x69\x81\x96\ -\x42\xc9\x26\x40\xba\xdb\xcf\x7f\xb1\x5c\xaf\xc9\x6d\xd8\x98\x7f\ -\x06\x6a\x02\x00\xfc\x73\xa5\x9e\x6b\x48\x8b\x88\x5f\xd0\x20\x1a\ -\x19\x6b\xb6\x8b\x78\xb8\xc9\x50\xfc\x3b\x4e\x47\x55\xec\x2f\x53\ -\x1c\x5b\xef\xff\x5c\xf6\xfc\xc9\xd1\x2e\x4d\x93\x17\x77\xdc\x09\ -\x0a\x90\x08\xb6\x48\x9a\xcb\x70\xda\xb2\x56\x5e\x94\x39\xe0\xe8\ -\x20\xd4\x46\xc1\xc1\x82\x07\x65\x49\xba\xee\x49\x62\xfc\x9f\x2d\ -\x4e\x5e\xc2\x17\xb5\x62\x24\x84\xa0\xaa\x26\x5c\xe7\xfd\xb0\xf8\ -\x7b\x68\x44\x5e\x28\x8e\xa5\x84\xf0\x67\x47\xec\x34\x33\xcd\x89\ -\x12\x40\x8f\xb8\x82\x40\xab\xab\x81\xb6\xa2\x0e\x1e\x7e\xa8\x1e\ -\x36\x9a\x19\x74\x8a\x57\xba\x63\xc6\xe5\x75\x51\x33\xd6\x70\xd1\ -\x0b\xf8\xa4\x32\x74\x02\xf9\xd2\xbc\x0a\xf7\x0b\x5a\xed\xaf\x21\ -\x83\x54\xc3\x95\xd1\xb2\x7c\x62\x2a\xc5\x7e\x8e\xea\x9c\x4e\x74\ -\x5a\x36\x11\x16\x9a\x5b\x92\xbc\x50\x9e\x93\xeb\xfe\x44\x78\x3b\ -\x47\x3d\x00\x9a\x1b\x31\xbd\xf5\xa9\x4f\xe6\xcc\x94\x46\x2b\x9a\ -\xde\x38\xd3\x23\x4f\x69\x34\x0f\x30\x7d\x0b\xd1\x75\x64\x9c\x4c\ -\x1a\xde\x75\xb5\xf7\xa7\xec\x68\x7f\xd1\x8c\x78\x51\xd9\x26\xc7\ -\xcf\x6d\x16\xe5\xc4\xf2\xa4\x52\x91\x94\xce\x8d\x7e\xec\x2d\x49\ -\xb1\x2b\x88\x75\xb2\x18\x92\x1a\x1b\x54\xa5\xd2\x04\x2f\xcf\xa9\ -\xd3\x23\xf8\x12\x99\x9f\x78\xbd\x8d\x33\x33\x53\x69\x36\x7c\x3a\ -\x4d\x91\xb4\x6b\x64\xba\xf3\xd8\xce\x09\x12\x4e\x97\x37\x8a\x62\ -\x74\xbb\xee\xe7\x2a\x1a\x58\x2c\x2c\x10\x68\x9b\xc9\xc6\x30\x6d\ -\x68\x11\x0e\xb5\xbf\x38\xd9\x28\x93\xbc\x1b\xe6\x34\xfb\xd8\x5c\ -\x7d\x2a\xc1\x06\x1a\xa9\x38\x43\x40\xfc\x9d\xda\x9f\xbe\x6d\xa4\ -\x64\x1a\x50\x16\x30\xb9\x99\x8e\x4f\x9b\x98\x08\xdb\x11\xe3\xdc\ -\xb7\x2c\x80\x37\x7b\x8a\x0f\xe8\x62\x6b\xe8\xb1\xdd\x56\xfc\x72\ -\xda\xbf\x5a\xc8\x68\x4a\x98\xb5\xb9\x27\x72\x1a\x5d\xb0\x44\x9e\ -\x59\xa3\x17\xb6\x73\xe6\x87\x9b\xab\xab\x3e\xdd\x7b\x2f\xfe\xb1\ -\xf5\x46\xfb\x39\x55\x16\x02\xd6\xb2\x33\x3e\x2c\x4b\x95\x87\xee\ -\x2c\x6a\x9a\x49\xbd\xad\xfd\xca\xeb\xcc\x86\xd4\xc7\xfd\x16\x53\ -\x80\x5e\xa7\xf4\xac\x3a\x7b\xc5\x8d\x52\x8b\x32\x92\xb8\x88\x33\ -\x36\x06\xb1\xb7\xc3\x3c\xea\xa0\xf0\x9d\x9a\x2d\x7b\x86\x93\x4e\ -\x65\x8e\x79\xda\xd6\xaf\x6b\x22\xbb\x66\x31\x68\xba\xcd\x21\x58\ -\xa1\xaf\xd4\x71\x1d\x51\x20\x74\x18\xa9\x90\x05\x8f\xb7\xa6\xc3\ -\xce\xee\x17\x97\xb5\xd0\x43\x52\x4d\x69\xbb\x06\x51\x54\x20\x7b\ -\x4e\xfe\x29\x83\xe1\xc9\x63\x63\x56\x93\x01\x38\xd3\x78\xc4\x69\ -\x54\xf4\x41\xc6\x9c\x12\x7d\xd1\x8d\xf6\xe8\x07\x4a\x3b\xfc\xd2\ -\x9f\x5a\xf3\xb7\xb8\x3b\xf2\xbd\x39\x3b\xd3\x98\xd2\x04\x10\x11\ -\xe0\xb1\x84\x53\x76\x9b\xce\x64\xea\x1e\x09\x18\xff\x64\x86\x26\ -\xda\xf7\x12\x51\xd3\x55\x52\xad\xfb\xd7\x7a\xd3\x1f\xad\xba\x7b\ -\x78\x4c\xb0\xe2\x67\x44\xfe\xa1\x39\xb4\x1a\x28\x9d\x79\xb7\xb2\ -\xc1\x3f\xb6\x7e\xed\xcf\x54\xbe\x5b\xd7\xa2\xab\xc4\x74\xfd\x79\ -\x37\x41\xff\x2e\xd9\x20\x07\xaa\x9e\xf4\x6e\xf1\xfd\xeb\xfd\xcf\ -\x16\x07\x24\x28\x87\x00\x95\x07\x48\xc3\x5a\xbd\xbf\x8f\x58\xd7\ -\xdd\x4b\x41\x55\xcd\x6e\xdd\x36\xf9\xbb\x79\x02\x37\x7e\x2d\xe3\ -\x39\x9a\x8d\x4d\xba\x10\x28\xcd\x4a\xeb\x6a\x00\x1e\xc0\xab\xc3\ -\x61\xb0\x6c\x7b\x81\x8b\xff\x31\xca\x15\xea\xc0\x03\x2a\x29\xfc\ -\x72\x8e\xe3\xa9\xaf\x58\x74\x35\x41\xbf\xeb\x06\xb4\xb9\xef\xa5\ -\x33\xf5\x95\x9d\x2e\xb5\xcb\x3e\xb5\x5a\x1c\xbe\x44\xa1\xb9\xea\ -\xc1\xc5\x02\x88\x18\xea\x19\xda\x17\xa7\x50\x2c\x89\xc0\x38\x1e\ -\x34\xc5\x98\x16\x54\x02\xfd\x7a\x2c\x06\x02\xbd\xbb\xc8\x1c\x63\ -\xe4\xd3\x24\xe3\x9b\xf3\x49\x2f\x4a\xce\x9c\x8b\xa2\x57\x1d\x45\ -\x4b\x50\x1d\x43\x77\xa4\xa7\xcb\x0d\x95\x93\x0b\x05\x1a\xd1\x43\ -\x89\x9d\x1e\xe0\x87\x3d\xa9\xa3\x7e\x44\x10\x32\xe5\x98\xaa\x80\ -\xef\x0d\x2c\x60\x5f\xfe\x7d\xd8\x37\x7f\x84\x46\x52\x05\xb9\x75\ -\xf1\x22\xe8\xc6\x2d\x9e\x84\x1d\xce\x7b\x99\xad\xf1\x3c\x37\xbf\ -\x39\x6a\x91\x6f\x5a\xb4\x1c\xb4\x11\xf2\xfb\xa2\x85\xea\xa1\xc4\ -\xb4\x2c\xe0\x72\x8b\xa4\xcb\x1c\xaf\x1f\x0b\xb7\xf4\x66\x5f\xb9\ -\x67\x97\x4d\x97\x33\x0b\x3b\x5e\x79\x01\x2a\x4f\xca\x83\xe8\x67\ -\x06\xdb\x75\x0d\x53\x24\x9e\x37\x97\xf5\x6c\x50\x61\x9f\x2d\x62\ -\x5f\x48\x23\x98\x11\x95\xa7\x82\xb7\xec\xb5\x19\xf4\xdd\x33\x7d\ -\x62\x8b\xf5\x10\x6a\xd6\xf7\x7c\x98\x1d\x1b\x6c\x1b\xa2\x2b\x49\ -\x61\xb2\xa6\x5a\xfd\x79\xaf\x16\xcf\x50\x05\x87\x03\x16\x0d\xa9\ -\x94\x41\x4b\xad\x0c\xad\x2a\x1c\x68\x4c\x85\xb2\x89\x77\xf1\x7a\ -\x4d\xf4\xba\xa5\xf8\x7e\xe6\x08\x51\xb3\xcb\x27\x60\xa9\x5b\x8d\ -\xfb\xdf\x83\x14\x1d\xaf\x4f\xf0\xbf\x19\xc9\xc4\xe4\xf1\xcd\x91\ -\xef\x5c\x63\x73\x32\x21\xde\xf8\x50\x36\x69\xaa\xb7\x55\x41\x5e\ -\x00\xdb\xe4\xa1\x10\x76\x22\x8f\x26\x48\x04\x33\xc4\xfb\x4d\x25\ -\xd1\x6c\x71\x67\x7e\x16\x1a\x98\xf1\x14\x5f\x9f\xef\x97\x8e\x8b\ -\xa8\xc7\x3e\x54\x11\xb9\x5a\x13\xa2\xaf\x11\x15\x67\x0e\x55\xea\ -\x19\xd7\x34\x89\x38\x33\x76\x32\xbf\x88\xf9\xe5\xe7\x17\x32\xcc\ -\xab\xeb\x56\x7d\xfd\x77\x05\xe6\xee\x82\x7a\xca\x7b\x00\x54\xf4\ -\x9c\x70\xd6\x0a\x03\x13\x0c\xa5\x6e\xe4\xa1\x05\x68\xc1\xe3\xcc\ -\x4f\x3a\xe3\xdb\x1a\xd1\x67\x94\xc8\x20\x33\x91\x64\x61\x5a\xef\ -\xef\x78\x17\xd2\x8a\x9d\x9e\x0b\xd4\xc3\x5c\x0f\xbd\xdc\xc8\x92\ -\x72\xdb\x7e\xd3\x13\xfa\x33\xe8\x85\x78\x00\x6f\xda\x74\x36\xa7\ -\xb5\x60\x08\xe3\x69\x3e\x19\x80\x41\xb2\x5f\x0a\xd8\x2a\xc6\x63\ -\xc2\x8b\xf6\x7b\x74\x8b\x1b\xa4\x68\xd9\xec\xc7\xfd\xaa\xdb\xa7\ -\x69\x06\xd4\x2c\xcf\xc9\x62\x94\xa1\xc2\x98\x54\x3a\x8b\x80\x0f\ -\x37\xb3\xba\x0b\x2e\x73\xfb\x54\x0f\x4c\xe5\x66\xa4\xe3\x1a\x1a\ -\xd6\x59\x88\x25\xdd\xf9\x9c\x92\xbe\x30\x7f\x59\x29\x8d\xbf\x82\ -\x89\x12\xd9\x51\x45\x1f\xd4\xc1\x3a\x50\x14\x98\xc4\x2f\xf7\x7e\ -\xe0\x72\x84\x19\x2f\xf0\x00\x0e\x9d\x0a\x9c\x59\x9a\x6d\x5f\x18\ -\x78\xb9\x87\xf6\x87\xd4\x02\xc1\x67\x8c\xcb\x4e\x90\x40\x25\x58\ -\x09\xea\xda\x9a\x9d\xe7\x37\xf0\x3d\xb2\x65\x54\x8b\x84\xd7\xf8\ -\x9c\xaf\x3a\x75\xfa\x56\xb4\x4b\x69\x62\x7a\xbe\xd4\x41\x89\x2f\ -\xda\xaa\xb6\xda\x9b\x0e\x13\x05\x3a\x32\xcd\x68\x30\x7d\x14\x6a\ -\x93\xb7\x2f\x21\xf5\xc3\xd2\xf9\x08\x50\xff\xe6\xe6\x98\x67\x3d\ -\xbf\x85\xd6\xea\x43\xb7\x44\x0e\xec\x51\x4e\xc6\x6a\xcd\x08\x26\ -\xe8\x3b\xa6\x33\xe4\xc6\x3a\x7e\xdf\x71\x63\x3b\xd9\x12\xe1\x16\ -\x5e\x2f\xe3\x6c\xb7\xc7\x76\xbb\xf4\x83\xc1\xb8\x8a\x72\x08\x09\ -\xb1\xb1\x93\x6b\xdf\x6d\xed\x2f\xb2\xe9\xa5\xb8\x59\x4b\x35\x56\ -\x66\x1c\x86\xdb\xa7\xbd\x0d\xd0\x0f\x37\x4d\x02\xb0\x64\x7d\x5d\ -\x4f\xea\x71\x23\xa9\x33\x7d\xe8\x7e\x29\x9d\x76\x55\x5c\x7a\x72\ -\xf4\x30\x7c\xf1\xa0\x99\x77\xd7\x60\x81\x98\x5d\x3d\x22\x6f\xb2\ -\xd3\x49\x69\x50\x90\xb7\xc8\xb8\x9f\x92\x96\x1e\xd3\x4b\x8f\x98\ -\x89\xbf\x5e\x22\x45\x0b\xfb\x96\xc7\x12\x01\xc1\x42\x77\xf1\x8a\ -\xd9\xb9\xe3\xca\xfe\xe0\x42\x5f\xbe\xfd\x22\x75\xdb\xea\x61\x42\ -\x31\x85\x67\x46\x11\x5a\xc9\x39\x25\x12\xe7\x62\x9b\x63\x1a\x7a\ -\xa1\xf5\x62\x4f\x1b\x0b\x3e\x0a\xcf\x9c\x58\x61\x17\x45\x87\x27\ -\x2f\x9d\x7a\x80\x31\xcc\xd9\x4e\xc2\x59\xcf\x33\x98\xe2\xe1\x5a\ -\x7d\xb3\xdd\x1a\xb2\xa1\xa4\x6a\xd9\x33\xec\xee\x6b\x19\xd4\xda\ -\x0e\x6c\x17\xf2\x38\xc5\xe7\xe0\xf6\xba\x66\x4a\x29\x36\xaa\xbc\ -\xda\x71\x9b\x7b\xca\x44\xb4\xba\x6d\x70\xcf\x15\xe2\xa3\xa9\x90\ -\x36\x21\x7c\x6a\x07\x24\x03\x56\x23\x03\xcc\x26\x93\xf7\x40\x1f\ -\xa3\x00\x3d\x73\x88\x2a\xa8\x0f\xd9\xdd\x87\x55\x65\x15\xe5\xf6\ -\x1e\xb7\x7c\x0c\x99\xbe\x1b\x3f\xd6\x17\xaa\x7a\x91\x18\x4d\x5a\ -\x5c\x46\xd2\xf8\xca\xd7\xb5\xda\x6b\xd4\x72\xb4\x0b\x24\xe7\x68\ -\x98\x4e\xf4\x7f\xf1\x3f\x86\xaa\xa6\xb3\x50\x35\x30\x82\x3b\x5c\ -\xdd\x0d\xf1\x8a\x89\x51\x47\x9d\xdc\x0a\x95\x0f\x07\x4c\x1d\x4e\ -\x37\x45\x7d\x3a\x1d\x34\x63\x4c\x1f\xa1\xba\xa7\x46\x4c\x30\x69\ -\x4a\xa9\xd7\x08\x77\xc0\xae\xed\x63\xca\x7c\xb9\x34\xa6\x48\x2d\ -\x93\xbb\x66\x8a\x8b\xc7\x13\xc5\xed\xe1\xd8\xcb\x50\xec\xd8\x2f\ -\x2e\x12\xcd\x26\xd9\x8b\xd0\x5b\x6b\x1d\x2e\x9a\x48\x6d\xd0\xae\ -\xd0\xcc\xec\xb4\xd1\x21\x0b\x38\x09\x4a\x0b\xca\x3c\xa2\x51\x3c\ -\x42\x13\x07\xee\x7c\xfb\x28\xea\x77\x73\x8b\x3b\x4c\x70\x02\xed\ -\x1a\xe8\xfe\xf3\xbd\xd5\x74\x74\x4e\x7f\xbf\x19\x0c\xe8\x5f\x0a\ -\x86\x57\x37\xa1\x03\x09\x0d\x6a\x4c\xa7\x49\x75\xf1\x76\xea\x50\ -\x08\xcf\x4b\x12\xbb\x50\x6a\xb7\x0c\x36\x7a\xc1\xa1\xfd\x63\xe7\ -\x9e\x77\x5d\xe7\x0b\x28\xdb\x5d\xbf\x28\x1a\xe3\xe0\xfb\xd7\xdc\ -\xd7\xb7\xd3\xca\x89\x54\xa1\x85\x3b\x05\xd1\x35\xb1\x5b\xcd\x65\ -\xcd\x3e\x88\xec\x3b\xdd\xb4\x66\xd3\x63\xa6\x0b\xa5\x9d\xa0\xef\ -\xe2\xec\x98\xa8\x1d\x41\x96\x31\x21\xd0\xa6\x01\xca\x7f\x27\xd7\ -\xa3\xe4\xcf\x1e\x19\x32\x8f\x02\xdf\x45\xe8\x3e\xa9\x32\x37\x2b\ -\xce\xec\x92\xcc\x48\xa2\xa6\x9f\x73\xe6\x86\x34\xb3\x86\x02\x38\ -\xaa\xf9\x62\x75\x7a\x35\xe9\x5c\xab\x71\xce\xef\x69\x26\x51\x7a\ -\xb2\xc0\xea\x79\x8a\xf3\xf5\x30\x6c\xc9\x49\xe0\x9e\xe1\xad\xbd\ -\xa0\x6b\xeb\xea\x61\xf0\x12\x93\x70\x92\xd4\x48\x81\x24\xe9\x58\ -\x0c\x7a\xcf\xd9\xd3\x72\x4e\x8c\x77\x7a\x36\x16\xf6\x3c\x3e\xad\ -\xe0\x24\x6f\x26\x79\xfc\x3d\xbb\x8b\xb7\x51\xfd\xfd\x8e\xef\xee\ -\x9a\xec\xa0\x6c\xa0\xd6\x48\xbd\x1a\xfb\x84\x2a\x74\x3a\x18\x54\ -\x30\x1b\xa1\xee\x6a\x4e\x33\x74\xdd\xa9\xd0\x4c\xa0\xcd\x1e\xc9\ -\xe1\xe7\xac\xf3\xf9\x0d\x27\xbb\xed\x1c\x74\x63\x9c\x47\x1a\x80\ -\x53\xbd\xe3\x7e\xe3\xb6\x5f\x52\xf7\x28\x92\xf9\x8d\xb6\xbf\xad\ -\x2e\xd8\x41\x65\x13\x4e\xbd\x17\x91\x78\xe3\xce\xad\xc9\x5f\x19\ -\x5e\xff\x86\x88\xf7\x78\x95\xf1\x9e\x9c\x42\xc5\xfa\x1e\xd5\x62\ -\xae\x6f\xf2\x3f\x02\x78\x25\xa9\x85\x12\xba\x21\x9f\x5e\x91\xf6\ -\xc9\x7f\x95\x5b\x8c\x77\x10\x41\x7c\x2c\x95\x19\x58\xe9\xc0\xa8\ -\x33\x3f\x2d\xd8\x44\x74\x84\xc6\x3f\xc0\x89\x85\xb2\xbc\xff\x1e\ -\xa2\x9c\x93\x83\xd6\xbc\xd8\x19\xca\xb9\xfe\x73\x32\xc4\xcf\x67\ -\x11\xef\x17\xbc\x9a\x1e\x0e\x49\x0b\xeb\x99\x5e\x75\x3f\xd3\x23\ -\x96\xa1\xd3\x01\xeb\xaf\x78\x65\xd4\xf4\xe9\x13\x8d\x86\x83\x9a\ -\x0e\xd0\x41\x55\xc6\x23\xce\xa1\x9b\x28\xc9\xde\x06\xb8\xf5\x48\ -\x16\xb4\x40\x63\x6d\xe0\x3a\x95\x53\xee\xe9\x8a\x47\xcd\xad\x37\ -\x0c\x56\x66\x13\x26\x0f\xd0\x2c\x26\x64\xb1\xe7\x36\x15\x85\x50\ -\x42\x6b\x1f\x44\x7d\x6f\x92\xa4\xe7\x7d\x11\x86\xd4\xa5\x6a\xcc\ -\x7d\x78\x32\xbc\xac\x5c\x3f\xbf\x08\x9a\xce\x89\x9a\x4d\x91\x5f\ -\x84\x41\x35\x3f\x80\xc7\xc1\x2e\x73\x1d\xbe\x4d\x1e\x91\xcd\x2a\ -\xa9\xad\xa9\x7d\xcb\xcc\x37\x3d\xb2\x43\x7b\x14\x0b\xb5\xbf\x5e\ -\x6a\x60\x7e\x72\x7a\xd1\x0c\x2c\xe2\xdb\x6b\x3b\xbd\xb5\x67\x68\ -\xc4\x87\x67\xaa\x14\x0d\xa5\xf1\x05\x16\xf3\x63\x51\x0d\x63\x86\ -\x51\xb0\x04\x82\xda\x85\x74\xab\x15\x0b\x07\x4a\x40\x5a\x41\xc0\ -\xae\xeb\x48\x61\x20\x22\x63\xa4\x8b\xe9\xea\xd0\xa7\x6e\xfb\xe9\ -\x81\xb2\x41\x6f\x2a\x17\x11\xa9\xc9\x55\xfc\xde\x58\xff\x61\xe9\ -\x4b\x95\xf3\x80\xe6\x6a\x12\x67\x46\x4d\xe3\xb4\xac\x6f\xd7\xe5\ -\x93\x32\x98\x15\xb9\xe2\x35\x21\x3c\x9a\x95\xe4\xbe\x9e\xd3\x87\ -\x76\x99\x3c\x52\xd9\xbb\x45\xe4\x03\x65\x8b\x1c\x01\x6d\xe2\xef\ -\x77\x57\xbb\x4e\xc5\x2a\x01\xb1\x2f\xa2\x65\xc9\xd4\xf1\xf9\x98\ -\x19\x9f\x7d\x28\x32\x05\x00\x00\x00\x20\x00\x49\x44\x41\x54\xe7\ -\x1e\x0c\xcd\x54\xe8\x6c\x40\x87\x75\xba\x67\xcd\x64\x8e\x01\xf5\ -\x0c\xae\x86\x7a\x0e\xdd\x17\x3f\xcc\x3b\xba\xa0\xf0\xbc\x48\xb6\ -\x6f\xed\xc8\x3e\x0b\xeb\xce\x70\xe4\x59\x8c\x17\x84\xba\x2c\xca\ -\x95\x6c\x64\xbe\xb1\x33\x12\xd4\x28\x8e\x57\x6e\xc6\xb4\xf8\x7e\ -\xa1\xfc\xf4\xdc\x84\x2e\x3a\x8f\xf5\xf5\x5a\xd0\x00\x65\x0b\x3e\ -\xa6\x08\x5f\x4c\x00\x02\x29\x94\x12\x8f\xe7\xbb\xd3\x42\xa1\xad\ -\x38\xe0\x69\x71\xad\x7d\xed\x70\xcd\xb5\x63\x99\x37\xda\x54\x3a\ -\x89\x29\xa6\xbb\xa0\xf4\xef\x20\x90\xc4\x39\xa5\x71\xe7\xe9\xcb\ -\x81\xf4\xdd\xfd\x6a\xba\x44\x05\x3a\xa5\xc5\xbf\xa7\xc6\x79\x87\ -\x26\x15\x29\xf3\xb6\x0e\xbb\x71\x3c\x10\xaf\x79\x65\x74\xc3\x87\ -\xd3\xb0\xe5\x4d\xfc\xdc\xa3\x20\xba\xc9\x4d\xbf\x04\x93\xd6\xfb\ -\x92\xf7\xa4\x12\x4a\x4b\x76\x5b\x7b\x6d\x85\xb4\x3d\xef\x1b\x07\ -\xf5\xe0\x25\xf7\x6e\xc4\x09\xfc\x8f\xe7\xf8\x66\xeb\xfe\x16\x6a\ -\x4e\x3e\x51\xb3\xe9\x22\xb7\x22\xa3\x9a\x3c\xa3\xab\xdc\x4d\x83\ -\xdb\xf4\x6f\xc3\x5e\x19\x0f\xb3\x1e\x8a\xef\x7f\xe9\xa0\x68\xd6\ -\xe7\x71\x63\x04\x3c\xdf\xdb\x33\xa7\x44\x73\xca\x91\xfa\x8e\x68\ -\x58\x5d\x77\x58\xc5\xdd\xbc\x7b\x58\xdd\x97\x95\xe4\x49\x29\x6e\ -\x75\xc4\xb4\x73\x96\x16\x50\x1b\x7a\x42\x7e\x34\x3f\x2a\x07\xd0\ -\xf2\xa0\x34\xa1\x01\x79\x0d\x74\xc3\x7b\xee\xce\x08\x50\x4e\x0a\ -\xd0\xed\x14\x27\x5f\x7f\xb4\x0f\xad\xac\x66\xec\x05\x3c\x5e\x61\ -\x0f\x37\xd3\xf4\x52\x4b\xeb\x63\xf2\x11\x2a\x21\x32\x83\x3a\x28\ -\xe4\x20\x8a\xce\x81\x16\xb4\xcc\x4c\xa2\x61\x88\x33\x68\xc7\x84\ -\x80\x90\x32\x81\x70\xa6\x8c\x68\x8b\xfc\x81\x3c\xe9\x6e\x41\xc1\ -\x24\xb6\x33\x3c\xa6\x0d\x63\xca\xc7\xb1\x56\xfd\x1e\xf0\xa0\x61\ -\x56\x40\x96\x23\xd3\xcd\x81\x53\x14\x2d\xe3\x51\x5a\x43\x26\x6e\ -\xee\x41\x59\x98\x76\x7a\x29\x1e\x67\x88\x31\x5c\x28\xee\x7c\x77\ -\x59\x1d\x14\x69\x0d\x7d\xeb\xce\x29\x7a\xbe\x17\x8d\xe2\x4f\xa1\ -\x3e\x55\x8b\x51\xba\xd2\x09\x14\xcc\x86\x3b\xd7\x87\xf4\xe7\x36\ -\x83\xde\xad\xf0\xae\x71\xa4\xd2\xc9\x76\x59\xe5\xa2\x07\x69\xa5\ -\x82\x8e\xa0\xe0\xb1\xdf\xbe\x99\xf5\x18\x95\xc3\xef\xb0\x96\x03\ -\xaa\x93\x42\x5e\x5a\x3e\xa9\x80\xe8\x47\xc9\x1e\x6b\x69\x19\x85\ -\x74\x44\x68\xd4\x55\x1d\x35\x12\xc5\xc4\xaa\xfd\x90\x68\xae\x34\ -\x1c\x50\x69\x52\xce\xa3\x69\x58\xa9\xf9\xea\xae\x9c\x91\x25\xe8\ -\x2c\x27\x8e\xe8\x81\xf5\x64\xff\xe4\x38\xa4\x15\xef\xcb\xcf\x3c\ -\xd5\xa6\x99\xfa\x42\x53\x1b\xba\x3c\xcc\xa9\x70\xff\x19\x44\x8f\ -\x73\x61\x64\xe7\xd1\x76\xe0\x4c\x5a\xfe\x3a\x43\x47\x00\x71\xbf\ -\x93\x4e\xfc\x65\xb7\xe9\xa1\x1c\x8d\x4e\xd9\xe0\x9f\xf7\xb5\x50\ -\x37\x87\x93\x97\xa0\x73\x1e\x9f\xf7\x7c\xcf\xe3\xe7\xe5\x9f\xf5\ -\x7b\x64\xe8\x81\x19\xe2\x79\x9b\x09\x46\xb1\x42\x6e\x19\x2e\xc9\ -\x1d\x4c\x20\x50\x06\x93\xc7\x80\xa8\x80\x38\xa9\x28\x1f\xb6\xf5\ -\xb3\xdd\x3b\xa0\xe4\x39\x15\x20\x1e\xe7\x60\x31\xc1\xc4\x7b\x0d\ -\x4d\xd6\x0a\xaf\x05\xd9\x1b\xbc\x16\xae\xa0\xa6\x81\xdb\x15\xd6\ -\x33\x1b\xda\x58\x6d\x63\xbb\x8d\xf0\x65\x36\x8d\xcc\x9e\x43\xc4\ -\x85\x64\xb7\x0d\xb0\x42\x4c\xce\xe4\xc5\xf7\x2a\x0f\x7e\xef\x00\ -\x87\x2e\xca\x5f\x38\x8f\xd0\x57\xbb\x80\xb7\xca\x61\x67\x2c\xde\ -\x10\xb5\x8b\xde\x69\x0f\x4c\x3f\x39\x26\xdf\xbb\x5b\x83\xd6\x98\ -\x30\xb5\x23\x71\x99\xe8\x1a\x93\x8c\xe2\x8f\x1a\x25\x47\xc7\x0b\ -\x0b\xfd\x55\x8d\xa0\x41\x4d\x9b\xd2\xa8\x5e\x96\xbf\xd5\xc4\x71\ -\x44\x46\xaf\x5a\x57\x6a\x5b\x14\xdf\xc2\x20\x6d\x53\x4b\x2f\x30\ -\x93\x5b\x5a\xce\x75\xd1\x30\x0c\x0a\x52\xb8\xda\xb5\x1c\x89\x05\ -\x9a\x1c\x6e\x55\x90\x7c\x3c\xdf\x68\xb7\x31\xf9\x9e\xc5\xdf\xe2\ -\x29\x18\x57\x35\xd6\x05\x11\xd6\xcf\x7f\x6c\x91\xdd\x77\x43\xdb\ -\xe0\x0d\x6d\xfd\x7e\xd9\xc6\x63\x4d\xf4\xb7\x8d\x6c\x73\x7a\x79\ -\x38\xd0\xa4\x60\x7a\x4c\x09\x0a\x69\x61\x36\x73\x81\x72\x0d\xd3\ -\x47\x73\x45\x7a\xe7\x98\x9f\x86\x00\x35\xe8\x25\x9f\x7a\xaf\xfa\ -\x9c\x4e\x7c\x3e\xbf\x2e\x0c\xb7\xef\x76\x31\x61\x2d\xe7\xd4\x93\ -\x60\xd1\x3f\x03\x41\x39\x1b\xdc\xfa\x2e\xc8\xc8\x80\x9e\xb3\x00\ -\x9f\x8c\x12\xb5\xcb\x21\x29\x3c\x18\xb4\x5a\xfb\xf7\x28\x7b\x88\ -\x1d\xc6\x1d\x7a\x9b\x7e\x8a\xa8\x9a\x70\xb2\x4c\x86\xb4\xff\xd7\ -\xba\x01\x4b\xb6\x21\x10\xfd\xcd\xa9\xdd\x09\xd9\x56\xf2\x3a\x86\ -\x00\x7f\xb4\xa2\x4c\x2d\xb7\x6e\xd5\x74\x00\x87\x35\x76\x84\x75\ -\xe3\xb0\x28\xa7\x96\x5b\xc2\xd4\x26\x68\x4f\x74\x2c\xf6\x80\x9c\ -\x05\x66\x73\x93\x33\x53\x11\x1e\x59\x33\x6f\xfa\xac\x8c\x75\x48\ -\x41\x73\xb3\x4b\xa5\xef\x36\xf1\x6f\x45\x6f\x59\x5f\xb7\x49\xa4\ -\x60\xfe\x3d\xb9\x8b\xaf\x4f\xe4\x26\x0f\x6a\xa6\x19\xae\xc9\x89\ -\xe9\x5f\x9c\x32\x1b\x9a\x7a\x4c\x10\xb7\xac\x15\x2e\x54\x92\xda\ -\xa4\x6f\xd1\x4b\x08\x6e\x5c\xdc\x51\x98\xaf\x01\xa2\x10\xb8\x59\ -\x03\xcb\x83\x1a\x68\x7b\x1f\x08\x59\xaf\xd2\x6e\xc5\x1c\xb0\xf4\ -\xff\x64\xd6\x57\x5a\xd1\xa3\x9d\x31\xde\x84\xd8\xc7\xa6\x69\xeb\ -\xeb\x22\xed\x99\xad\xa7\x25\x53\x1d\xd3\x8f\x98\x1e\x77\xd0\x85\ -\x41\xb4\x1f\xfa\xca\x28\x14\x6d\x22\xfa\x3b\x12\xd0\x6a\x6f\x47\ -\x63\xf5\x33\x9a\xfe\x49\xe3\x24\x0b\x33\xe7\x6a\xe6\x2d\x61\x84\ -\x3c\xbb\x87\x41\xf2\xe3\xcf\xff\xae\xa1\x61\x8b\x35\xc0\xda\xc7\ -\x8c\xe0\xa0\xb4\xf3\x3a\x8c\x4f\xa6\x75\x7e\x80\x4c\xda\x34\xd0\ -\x65\xf6\x62\xfa\x63\x49\xfd\x95\x5d\xf4\x45\xe1\xb1\x7b\x56\x0f\ -\xca\x43\xb9\x62\x31\x7e\xe5\x2e\x40\xd3\x69\x85\x36\x75\x29\xbb\ -\x76\x4d\xa0\x50\x06\xa2\x6f\x3f\x6e\x4d\xc4\x3e\x8b\x7b\xa7\xec\ -\xd2\x6d\x74\x4d\x8d\xa6\x62\x0f\x49\x96\x62\xbd\x00\x2d\x92\x16\ -\xf1\xcf\xc6\x42\x1e\x99\x5f\xaa\x57\x35\x87\x4e\xa9\xca\xbb\x25\ -\x26\x32\x71\x68\x8a\xdd\x3f\x56\x63\xf8\xa4\x2a\x5d\x56\x15\xdc\ -\xc2\x8b\x0d\xd9\x6c\xc5\x26\xad\x6a\x78\xb6\x34\xb1\xfb\x76\x8d\ -\x1f\xb2\x51\x28\x3d\x4e\x67\xcc\xb4\xa6\xd0\x27\xd2\x7b\x4f\x70\ -\x50\x62\xaa\x20\xec\x91\x2f\x07\x18\x94\x93\x47\x41\x09\xa8\x4e\ -\x9b\x7c\x02\xe3\x72\x7d\xf9\x9c\xd8\x4b\x8b\x77\x61\x25\x0b\x4b\ -\xff\x42\x75\xce\x50\xe0\x31\x09\x3f\x02\xda\xc3\x4e\x1c\x0c\x08\ -\xd2\x1c\x01\x3e\x31\xd3\x23\x57\x4a\x33\xc3\x88\x53\x3b\xdd\x01\ -\xc6\x1e\xc4\xab\xca\xe9\x58\x5d\x9f\xa7\x1a\x28\xdb\x8f\xc7\x9e\ -\x95\xde\x70\xec\x36\x91\x3f\x32\x50\x63\x8a\x28\x82\x45\xae\xd5\ -\x57\x33\x75\x10\x6d\x7a\xfa\x74\xcd\x8d\x69\x2c\x0d\x17\xd0\xaa\ -\xfa\xcc\x28\x22\xec\xce\x03\xcc\x99\x01\xc6\x6f\xb6\xef\x6e\x24\ -\x45\x7c\x42\x7c\x5e\x7f\x14\x8b\x88\xfd\x7e\x8f\x7a\x49\x44\x4a\ -\x5a\x70\x0b\x76\xa3\x60\x9a\xb1\xe6\x4e\x70\x98\x5f\x40\x4c\xfb\ -\x39\xff\xdf\x88\xde\x48\xc6\x88\x9a\xc3\x33\xbb\x26\x2a\x0d\x5d\ -\xf0\x96\x51\x77\xdb\x73\xd7\x3e\xe1\x6b\x20\x7e\x73\x18\xbc\xb2\ -\xb6\x0f\xc2\x21\xbd\x52\xe8\x4d\xf7\x66\xe7\xaa\xd5\x74\x33\x0b\ -\x34\xea\x01\x6a\x20\x47\x50\x41\xc5\x01\x16\xb3\x59\x50\x6f\x74\ -\x4f\xa6\xca\xf2\xbb\xb3\xb1\xd1\x48\x1d\xe4\xd8\x59\x07\x87\x91\ -\x58\x30\xa7\x32\xbf\xca\xcf\xd6\x15\x26\x65\x34\xdd\xbc\x2f\x5a\ -\xb5\x58\x82\x4f\x5a\xd3\x85\x35\x9a\x99\x38\x78\xa3\x7b\x0f\x37\ -\x0c\xa1\x22\x31\xa6\x88\x4e\x6c\x0b\xff\xfc\xac\x57\x6d\xd6\x39\ -\xda\xb6\x94\x68\x19\xd6\xad\x85\xc8\xe3\x8b\x80\xff\xa9\x6d\x88\ -\xcf\x12\x39\x5c\x8c\x4e\xe1\xaa\x3c\x92\x4c\x8a\xf7\x17\x2b\xa3\ -\xa7\xf7\x45\xee\x23\xd2\x69\x17\xcd\x6d\x13\x48\x52\x5d\x82\xce\ -\x57\xa3\x42\xc9\x8c\x2c\x15\xa7\xc6\xf4\x5c\x07\xfa\x16\xb8\xf8\ -\x9d\x8a\xf4\x86\x2e\x2f\x5f\x4d\x9b\x66\xa6\x12\x89\x69\xc7\xd6\ -\xc8\xa6\x78\xa2\x14\x85\xe6\xb6\x3c\xac\x23\x07\xb3\x23\xa1\x94\ -\x1a\x50\x77\x45\x3c\x6c\x61\xe3\x20\x2f\x9d\x44\x0f\x78\xed\x93\ -\x0f\x5b\xd0\xeb\x5a\x79\x58\xbc\xa1\xf1\x58\x57\xbb\xe4\x91\x8e\ -\x56\x39\xa5\x5a\x48\x24\x16\x69\xdf\x7d\x70\x9e\x83\x5b\x2b\x55\ -\x60\x96\x98\x76\x77\x98\xaf\x5d\xe4\x1e\x1d\x10\x9b\xd5\x79\xd1\ -\xb7\x58\x78\xa5\x7d\xdd\x70\x40\x5c\x05\x0e\xc8\xed\x53\xcf\x0a\ -\x38\xee\x5c\xdd\x28\xba\xe1\xc1\xca\xbc\xd6\x08\x4b\x1d\x07\x80\ -\x27\xa8\x77\x73\x0f\xb4\xfd\x10\x76\xf0\x50\xcd\x3d\x96\xc5\xb1\ -\xd3\x7c\x20\x3a\x2e\xa4\x6c\xb2\xdc\x35\x30\x4d\x40\xd2\xb1\x8c\ -\x0f\x9a\xbb\x76\x42\x76\x4d\x83\x9a\xc6\x40\x8f\x3d\xcd\xa2\xd9\ -\xa8\xa7\x7e\x4b\x1a\xd0\xd0\x0e\xc7\xe1\xf4\xd8\x58\x6b\x36\x55\ -\xdd\xc0\x32\xba\x41\xe8\x16\xd2\x32\x2d\x34\x2e\xf9\xcc\x0e\xba\ -\x88\x46\x78\x36\x3f\xf8\xf2\x27\x95\x4f\xd1\x69\x5c\x41\xd1\xf4\ -\x29\x1f\xce\x9c\x96\x7d\x6c\x24\xfe\x62\xa7\x3f\xa3\xd5\xe9\xa5\ -\x40\x34\xfd\x1c\x27\x7a\x16\xeb\x4e\xdc\x72\x2c\x13\x8d\x92\x6a\ -\x76\x58\xd8\x76\xc3\x81\xb7\x0b\x5b\xda\xd9\xc9\xa7\xab\x23\x06\ -\xed\xa8\x8b\x7a\x2b\xe8\x56\xd3\x4e\x99\x72\xaa\xd3\x50\x3b\x30\ -\xb0\x3f\x7e\xe6\x75\x63\x0c\x1e\x01\xba\x3d\xa2\xe3\x5c\xdf\x78\ -\x44\xd0\x77\x34\xf7\xdd\x7e\xbf\x6b\xb9\xaa\x91\x72\x02\x69\x04\ -\x4c\xfa\x94\x86\xb6\x8c\x82\xad\x9b\xbf\x64\xbd\xf4\x76\xee\x8a\ -\x4f\xbc\xfa\x58\x86\xea\x76\xd0\x68\x86\x20\x99\x86\xa1\xd2\xc2\ -\x61\xe3\x8f\x5c\xa5\xb7\xda\x2f\x78\xbf\x6a\xd7\x04\xd2\x5f\xf4\ -\x4a\xde\x68\x36\x7d\x51\xdc\x63\x35\x49\x72\x3a\x96\x4f\x0c\xb2\ -\xe0\x00\x4f\x20\x20\xa6\x22\x38\x29\xe8\x94\xe7\xb2\x6d\x7d\x71\ -\x73\x9d\x78\xdb\xe5\xba\xd8\x69\x9f\x68\x5a\xc9\x9c\x36\x04\x13\ -\x2b\x03\xdc\x5d\xb2\xfc\x42\x3b\x3c\xa3\x20\x4a\x97\x24\xe0\x08\ -\xe8\x75\xba\xfb\xc6\xd3\xd1\x36\xb2\x1a\x01\xc6\xde\x37\x54\xd7\ -\x83\xe5\x51\xb5\xc4\xae\x26\xb9\xfb\x0d\xc9\x7e\x34\xe0\xaa\xdc\ -\xee\x45\xf2\x60\xe5\x52\xc0\x56\xc6\x5f\x4d\xa7\xc2\x4d\xf1\x04\ -\x87\xe2\xce\x83\x90\x6b\xdd\xfc\x5c\x96\x3b\x33\x33\xfb\x34\xb7\ -\x53\x9e\x2a\x5b\x33\x18\x15\x8d\x7e\x94\xb6\xf9\x9a\x13\xc4\xd5\ -\x74\x61\xb4\xda\xc9\x76\xd2\xd0\x95\xd3\xc4\xe8\xb4\x2f\xef\x9a\ -\xe7\x37\xad\x65\x52\xd5\x9c\xc5\x13\x35\x12\xfb\xff\x2a\x16\x94\ -\x04\x8b\xb4\x9c\x02\x33\xba\x43\xf2\x5c\xdb\x90\x97\xf3\xb5\x37\ -\x17\xd7\xd7\xa8\x92\x37\x9a\x20\x03\xa9\xe7\x31\x30\xd9\x1c\x28\ -\x05\x6f\xda\x29\x03\xe9\x2e\xd7\x55\x5b\xed\xc0\x39\x91\x9e\x79\ -\x57\x9c\x46\x31\x1d\x28\x7d\x36\x19\x95\x97\x09\xec\xaf\xa6\x4b\ -\x7f\x8b\xc0\x38\x9b\x9f\x32\x7d\xa3\x34\xb5\x12\xcf\xe1\xe4\xc0\ -\x0b\x1a\x93\xc4\x0c\x6c\xd8\x5d\xa4\x6f\x9c\xdc\x8c\xa1\x4d\x1b\ -\x71\x1c\xd3\x21\xd9\xee\x85\xce\xd8\xd2\xa4\x6c\x92\x76\x26\x93\ -\xe5\x80\x45\xc6\xd7\xd4\x99\xbe\x44\x15\x69\x28\x5d\xb5\xe5\x45\ -\xe2\x9d\x61\x71\x7a\x07\x78\xb8\x71\xfe\x7b\x31\xf5\xa6\x37\xe0\ -\x53\xaa\x66\xd5\xfa\xec\xcb\x27\xa5\x92\xfa\x59\x9f\x9a\x1f\xa0\ -\xb7\xaa\x9b\x67\xd0\x64\x16\xf4\x73\x35\x8e\xc3\xde\xec\xb2\x99\ -\xfa\xb1\x1f\xb0\x6c\x62\x78\x50\xe6\x56\x01\xc8\x1c\x1f\x26\xc6\ -\x62\x4b\x12\x0f\x41\x3d\x44\xc1\xd7\x4a\x6d\xcc\xde\xee\xfe\x23\ -\xe6\x0c\x63\x68\xf9\x61\x6e\xf1\x92\xa5\x54\x2e\x49\x55\x14\x84\ -\x8d\x3a\x5a\x49\x5e\xe1\x9c\x5a\x42\x31\xc8\x08\x33\x5b\xed\x20\ -\x13\xc8\x03\x31\x38\x51\xf0\x8d\x63\x4c\xde\x90\x7b\x56\x06\xfd\ -\x10\x48\x18\xd8\x34\x1a\x3d\x8b\xcc\x5a\x2e\xde\xd5\x16\xfa\xd9\ -\x0c\x18\x94\x20\xac\x23\x20\x6e\x79\xd8\x18\xc4\x7f\xf7\x8b\xee\ -\xca\x8a\xad\xfb\xb8\xc0\xf4\x15\xf9\x38\xc5\x8c\xf9\x7b\x8e\x34\ -\xed\x79\x81\xd6\xc6\xd9\x5b\x8e\xb0\x50\x6d\x57\xe9\xce\x85\x25\ -\x3e\x41\xd1\xa4\xaf\x94\x99\x47\x3f\x74\xd7\x71\x10\x32\x77\xa3\ -\x81\xd2\x73\x44\x01\x77\x5d\xd7\x2b\x9d\xaf\x72\xaa\x56\x52\x01\ -\x8b\xdb\x9c\xe0\xa3\xa1\xf4\xdf\x84\xf6\x29\x9e\x27\xa8\x23\xff\ -\x22\x93\x72\x34\xf5\x67\x7d\x52\xe1\x8f\x7f\x4b\xba\x1a\x29\x3d\ -\xa9\x44\x91\x6e\x1e\xc7\x96\x89\x38\x15\x8a\xdb\xc4\xa0\x66\xc1\ -\x37\x91\x96\x86\x9a\x5c\x4c\x47\x11\x35\x27\x36\x61\xfb\x79\x8e\ -\xd3\xb3\x28\x11\xa9\xac\xb1\xc3\xcd\x13\xcd\xae\xb9\xd3\xf2\xc4\ -\x0b\x02\xe3\xe1\xe3\xa0\x09\x4c\x23\x8d\xd4\xe4\x84\x45\xa9\x1f\ -\xa0\x09\x88\xb4\xef\xb4\xb8\x84\xc1\x24\xf3\x92\xdf\xc7\x3a\x26\ -\x29\xc4\x69\xa3\xa3\x3d\xf3\xe2\x06\xf5\x4b\xbc\x7c\x22\x93\xae\ -\xe3\x17\x4a\x34\x50\x46\x07\x72\x0a\x93\x87\x23\x7f\xbb\xd4\x22\ -\x5d\xbd\xd3\xb0\xd3\xf1\x29\xe8\x4c\x54\xa6\x29\xb1\x30\x42\x7b\ -\x78\xbe\x37\x6d\xfa\x81\x6a\x4e\xd6\xeb\xef\xaf\xf4\xf8\x3d\xd0\ -\xde\x73\xa2\xc6\x91\xf1\xc0\xe5\xc8\x95\x53\x1d\x78\x51\x33\xa0\ -\x00\x78\xb3\x5a\xc5\x7f\xda\x64\x03\x0f\xfa\xec\x63\x42\x9c\xcd\ -\x91\xa6\xeb\x57\x5e\xaa\xed\x4c\x11\xf3\x9a\xce\xe9\x80\xbd\x1f\ -\x1c\x9a\x84\xa2\x12\x2b\x7d\xa1\x28\xba\x76\x26\x9b\x92\xea\x76\ -\x86\xe9\x44\x6f\xb4\x28\xf3\x58\xf6\x98\x4c\x72\xec\x61\xaa\x26\ -\xfe\xbe\x63\x3a\x2e\x2d\xf0\xd6\x41\xc1\xd6\x14\x3f\x27\x93\x7a\ -\x68\xd1\xbc\xb1\x61\xcd\xe2\x77\xab\x66\x61\xe8\xe6\xda\xde\x7e\ -\x14\x45\xab\x6b\x18\xf9\x68\x92\x4a\x5b\x46\xef\x13\xda\xa3\x10\ -\x2c\x1a\x6d\x33\x72\x61\x3a\x9a\x81\x2a\xf0\x42\xeb\x13\x05\xde\ -\xe9\x18\x0b\x00\xff\xb9\x7e\x32\x37\x49\x64\x7b\xf3\xd0\xb5\xa4\ -\xf2\xaa\x49\x4c\xcd\x8d\x5e\x2d\x14\x55\xd3\x00\x44\x7d\xea\xb4\ -\xc2\x1c\x27\x26\x00\xfd\x84\x73\x1a\x5c\x1a\xde\x44\x30\x2b\xd9\ -\x54\xea\xbe\x05\xcc\x77\x69\xb5\x7c\xdf\x0c\xd7\x42\xba\x5c\x8b\ -\xa2\xa9\xcd\x88\x90\x77\xb3\x59\xfe\xa7\x90\x73\xbf\xef\xad\xb8\ -\xb2\x89\x3f\xaf\x59\xd4\x97\xeb\xab\x03\x5f\x7e\x23\xaa\x87\xc7\ -\x27\x23\x82\xcd\xd2\x5f\x44\x47\xce\x55\x8f\x06\x90\x62\xe8\xf9\ -\xf7\xeb\xd3\x25\x73\x2d\x4e\xaa\x92\xd8\x81\xb9\x42\xda\xa0\x76\ -\x26\x94\x86\x48\x1b\x88\x5c\x76\xfe\x63\x0a\x73\x68\x88\xec\x5d\ -\x50\x16\x94\x4a\x82\x15\x9a\x2e\x69\x8d\x2c\x13\xca\x46\x3f\x24\ -\x06\xa1\x9d\xd1\x67\xe3\x5c\xb7\x9d\x4d\xcf\xc2\xf6\xdf\xa3\x76\ -\x04\xe5\x4e\x77\xfb\x24\xb7\x22\x6f\x0a\xf8\x4b\xa9\x02\x49\x03\ -\xe7\xf6\xd0\xda\x84\x19\x03\x72\xba\x50\x80\x88\x78\x8c\x83\xbc\ -\x9c\xeb\x33\x98\xd9\xad\xbc\x3b\x4d\xad\x81\xaf\xdb\x35\x77\x8c\ -\xa8\x3f\x7c\x4f\x28\x61\xf5\x78\x1a\xa5\xa1\xb1\x89\xcf\x31\x9b\ -\x27\xcd\x69\xab\x08\xbf\xb2\x24\xe6\x67\xa5\xba\xbb\x46\xb3\xc8\ -\x8f\x5c\xac\xa0\x9f\x0d\x40\x4c\x76\x69\xbb\x35\x24\x84\x94\xd9\ -\x56\x68\x4c\x2f\xfd\x72\xae\xbc\x35\xab\x55\xbf\xa1\x65\xed\xb5\ -\x3b\x4a\x34\x07\x0c\x76\x47\xbd\x38\x18\x63\x99\xfe\xeb\xf0\x47\ -\x08\xe3\xab\x8d\x9d\xf5\x46\x80\xbf\x21\xe5\x59\xe8\xd2\x0e\x77\ -\x38\x6e\xd2\x1d\x66\x79\xc8\x25\xea\xfb\x94\x3b\xd2\xa2\x5a\x7b\ -\x16\x59\xd2\x5c\x25\x45\x12\xec\x91\x7d\x27\xcd\xbb\xa8\xde\xd5\ -\x80\x0e\xba\x32\xe4\x7f\x36\xc7\x97\xe8\xc7\x82\xcf\x10\x96\xc9\ -\x66\x83\x7a\x39\xea\xf2\xab\x56\x5c\xa7\x03\x9f\x16\x3d\x85\x88\ -\x32\x67\x86\x7c\x63\x93\xd8\xc3\x4c\xaa\x96\xbb\xf1\xc0\xc7\xe4\ -\xf6\xe1\xb9\x25\x23\xdf\xb9\x40\xaf\xf5\xcf\xe0\xcd\x5a\x4e\xc3\ -\xce\x02\x99\x69\x65\xd3\xc7\x7c\x41\x94\xf0\x51\xc9\x22\x38\x0a\ -\xa5\x78\x41\xc4\x9c\x21\xc1\xe6\x7a\x52\x28\x5a\x20\x14\x9f\xfd\ -\x3b\x2f\xae\x6d\x87\xf4\xe5\x16\xd6\x9f\x8f\x51\xc5\xae\x55\x17\ -\x97\x88\x64\x30\xeb\x46\xf1\x32\x43\x48\x2a\x91\xb0\x17\x62\x7b\ -\x47\x30\x45\xc9\xe4\x2b\x24\xb8\xc8\x6c\xa8\xff\x75\xb4\x2d\xac\ -\x90\x57\x0b\x50\xc6\x11\x90\x99\x05\x6c\xb3\x60\xfd\x7c\x3e\x93\ -\x6b\xed\x1a\x19\xf5\x45\x79\x7b\x4e\x57\xb7\x95\x1f\xf6\xb1\x89\ -\x4c\x15\xea\x94\xce\x8c\xfc\x83\xed\x1a\x04\xe6\x46\x67\x08\xc5\ -\x02\x13\x70\xdf\x59\xcc\x11\xe6\xc4\x83\x48\xf1\xf1\xc3\x21\xd0\ -\x41\x76\x6a\x91\x35\x15\x80\xe0\xd7\xdf\xee\xd5\x90\xe5\xca\x5d\ -\xb9\xe5\x86\x52\xb3\x6c\x77\xea\x86\xba\x4d\xac\xe5\x7c\xf0\xe3\ -\x90\x58\x64\xf4\xc5\x8f\xfc\x3a\x8a\xc6\x89\x6e\x0e\x8b\x61\x7c\ -\x26\x9a\xde\x90\x38\x5a\x8c\x3f\xf7\xa7\xe9\x9f\xcc\x8c\x41\xa4\ -\xd0\x9a\x1b\xff\xda\x74\x0a\xcb\xa7\x29\x31\x2d\x12\xa8\x7c\xf0\ -\xc9\x7c\x99\xd5\xcc\x4a\x3a\x35\xe3\x49\x55\xe3\x17\xab\xfd\x38\ -\x50\x31\x00\x86\x72\x98\x1a\xf9\x45\x5c\x34\xbc\x7b\x7f\x2a\x37\ -\xa7\x85\x70\xb2\xdb\xfe\x7f\xf0\x7f\x9d\xe2\xb0\x9c\xaa\x16\x01\ -\xce\xcb\x39\xfa\xff\x7a\xb3\xd2\x82\x0a\x7d\xcf\xa9\xee\xa4\xb2\ -\x2c\x66\x6c\x11\xb7\xa6\xb6\xfd\xc3\x88\xfd\x49\x58\xb1\xe7\x43\ -\x87\xe8\x93\xc3\x7f\xf7\x9f\xdc\xd3\xa5\x7b\x41\x06\xf5\xa9\x7c\ -\x5c\x9c\x1e\xd4\x64\xa7\xc3\x3a\xe5\x47\xe8\xc6\x96\x3a\xaf\xb6\ -\x1b\xb3\x90\xe7\x42\xed\xfd\x71\x2d\x01\xa7\xf8\xbc\x53\x7d\x6e\ -\x3f\xbf\xd4\x05\xee\x86\x04\xde\xfe\x3b\x15\x9f\xfb\x8f\x1d\xc8\ -\x44\x6d\x1f\xad\x7c\x47\x77\x46\x38\xb8\xf5\xb7\x5b\x1b\x83\xcd\ -\xaa\x77\xef\x4f\xe9\xed\xe8\x1a\x53\x76\x52\xc5\xbd\xcd\x32\xdd\ -\x7f\x05\x04\x93\xf2\xfa\xd1\x1b\x17\x2f\x30\xd6\xd8\xe3\x79\x51\ -\x71\xd3\x9a\x89\x0e\xf3\x93\xcc\x29\xf3\x06\x37\x62\x31\x2a\x23\ -\x4d\xb1\xe5\x37\x9d\x8d\x72\x0a\x4b\x75\xd9\xdf\xf2\xc9\x88\x88\ -\xd4\x46\xf9\x3b\x64\x30\x36\x2a\xec\xbb\x3f\xdb\x5c\xbb\x34\x8b\ -\x8f\x31\x71\x22\xc5\x6f\x3c\x1f\x65\xac\x7c\xcf\x6f\x28\x39\x25\ -\x2d\x9d\x34\xcc\x68\xd4\xdf\x2f\xe5\x45\x6a\x93\xd8\xf8\x5d\x17\ -\x7e\x7f\xff\xb5\xb3\xec\xba\xfc\xdc\xe4\xb1\x8e\xd1\x26\xdc\x83\ -\x72\xe8\x36\xe5\xbf\xfb\x8f\xbb\x7f\xc2\x8b\x2c\x1a\xad\xc6\x47\ -\xf6\x43\x3b\xc6\x6d\xf2\xbb\x33\xc7\x8a\x0e\x14\x9c\x52\x3c\xbf\ -\x94\x0e\x3d\x9f\xa6\x3e\xb4\xf3\x35\x88\xa9\x4d\x75\xbd\xf8\xca\ -\xef\xaf\x43\xe3\x17\x61\xc2\xb7\xdf\x6f\x8b\x3c\xb2\xc4\x81\x4e\ -\xe6\x85\x0d\xc5\xe7\xf3\x9b\x7d\x9e\x36\x1a\x3b\x33\x83\xae\x0b\ -\xb2\x7f\xdd\x32\xdd\xa9\xc9\xc1\x60\x5e\x76\x86\xdc\x9f\x8d\xaf\ -\x94\x08\xcf\x89\x0c\x84\x7b\xe8\x18\xc3\xd5\xd2\x6d\x9f\x8d\xca\ -\xbc\xfc\xec\xa2\x0c\x30\xbf\xf5\xce\x7c\xcb\x70\xb0\xad\x3c\x25\ -\xe0\x57\xff\x6b\xf9\x7d\x41\xcf\x0f\x37\x5b\x00\x6b\x5d\xb8\xef\ -\x7f\x87\xe1\x56\x3c\xce\xdb\xa7\xc4\x1f\xfd\xf8\x79\x92\x84\x4a\ -\xcf\x5c\x83\xd3\xa0\x8a\x95\xc2\x0a\xb7\xe0\xae\x35\x1c\xe6\x0c\ -\x1a\xfa\xba\xb0\x2f\x27\x57\x67\xa7\x93\xe3\x1e\x46\x2e\xb1\x07\ -\x6f\xcf\x99\x5a\xeb\x1f\xd0\x6a\xe6\x23\x6c\x6c\x94\x3f\x62\xf2\ -\x0b\xd2\x60\x2f\x48\x32\x1e\x0c\x14\xf9\x53\x7a\xa9\xa3\x36\x03\ -\x99\xa1\x91\x64\x33\x7a\x55\xac\x07\xd9\xe4\x68\xeb\xc6\x69\x16\ -\xda\xf7\xc3\xfd\x00\x71\x8f\xe8\x1c\xb9\x2d\x93\x68\xad\x04\xdc\ -\xfc\xb4\x07\x40\xf8\xf7\xbe\x87\x16\x9c\x3c\x63\x2b\x6a\xc6\x1b\ -\xbf\x47\xb8\x3c\x0f\x4b\xfa\xad\x7f\xd2\x98\xe1\x9c\xbc\x02\x45\ -\x87\xc7\xc1\x78\x89\x75\x2e\x54\xfa\xc4\xde\x14\x04\x75\x4b\x23\ -\xa7\xcf\x33\x96\x92\xb8\xe9\x66\x26\x79\x7f\x04\x7d\x58\xf9\x28\ -\xa8\x77\xd6\x84\xa7\x6b\x23\x7b\xfd\xb8\x3c\xa3\xf5\x04\x8d\xed\ -\x5e\xbf\x0b\x24\xe4\x7a\x3f\x01\xaa\xdd\xf7\xfc\x99\xc1\x10\xca\ -\x3a\xb7\xd9\xea\x13\x5a\x96\x21\x5b\x7d\x76\xff\x3a\xd0\xa7\xfb\ -\xd0\x68\xdb\xfd\x3c\x41\x35\x19\xfb\xd8\xd6\xd7\x6f\x52\x8e\x3b\ -\x10\x17\x99\x99\x7b\x4b\x93\x47\x5e\xc9\x1c\x0a\xd5\xf9\x2d\x7b\ -\x4c\xb7\x24\x35\xf3\x76\xde\xff\xd9\x7f\x10\x19\x5e\xe5\x04\x1a\ -\xb5\x26\x9b\x49\x9c\x84\xde\xf3\xee\x22\x62\xcb\xc1\x92\xff\x82\ -\xd7\x65\x19\x79\xe9\x00\x19\x74\xfb\x5a\x1f\x04\x60\xef\xdb\x9f\ -\x5b\x98\x6b\x20\xeb\xc1\xa0\xb3\x03\x8c\xb5\x7e\x5c\x43\xef\x99\ -\xb3\x1a\xe0\xa4\x34\xe0\xd1\xea\xd4\x1d\x41\xf4\xd8\x16\xc2\xed\ -\x7f\xbd\xe0\xc3\xfe\xc9\xeb\xa6\xaf\xfa\x84\x3c\xc4\xdd\xad\x26\ -\x0a\xe5\x29\x5a\x5b\x29\x66\x66\xa2\x46\xe3\x49\x4f\xa6\xe3\x85\ -\x76\x9a\xc3\x17\x61\x24\xcd\x8e\x5a\xa0\x39\x69\x1b\x13\x04\xa7\ -\xc6\x54\xd8\xda\xca\x2c\x8f\xfc\x9c\x4c\x07\x85\xe0\xe8\xd8\x45\ -\x70\xab\x0c\xca\x01\xba\x70\x31\xc6\xdd\x79\x58\xe9\x31\x42\x5d\ -\xed\x79\x7e\xa6\x5b\x9a\x6b\xd9\x6e\x15\xd0\xd6\x14\x39\xa2\x89\ -\x75\x7b\x77\xff\xd0\x0c\x1d\xa3\xf8\x57\x3b\xe2\xc5\x47\xb6\x96\ -\x37\x83\x3a\xdd\x02\x43\x0f\x03\xd1\x21\x5a\x6d\x6c\xf6\x12\x73\ -\x9e\x39\x51\xcc\xbe\x87\xf8\x78\xf7\xfd\x59\x76\xda\x0a\x65\xb1\ -\x3e\xbe\x5f\x1c\x5a\x38\x8b\x77\x47\x4c\xe8\x7a\xa5\x43\xa6\xe8\ -\x95\xdf\xa9\x93\x49\x05\x58\x2b\x29\x71\x6f\xee\x4a\xc4\xc7\xfa\ -\xea\x07\xe4\xf1\x7c\x93\x26\x26\xd2\xf8\xf2\x2b\x0f\x93\xc1\x9a\ -\xf3\x69\x05\x37\x5d\x12\x7b\xe8\xf1\x10\x41\x36\xba\x40\xcf\x90\ -\x1b\x14\xd9\xf6\xfb\xce\x7d\xd9\xc3\xa4\x69\x95\x69\x80\xd9\x60\ -\x63\x84\xf3\x4a\xd3\xe9\x95\x46\xe7\x72\xd4\x9b\x47\x43\x97\x5c\ -\xe1\xf5\x4f\x89\xbe\xe5\x14\xc4\x53\x85\xd5\xf6\x31\xf9\x31\x59\ -\x3d\x83\xa7\xfb\x7b\x5c\x89\x88\xd1\x30\x29\x49\xcd\x1b\x5f\xaf\ -\xc6\x35\xf6\x1e\x3e\xe0\xeb\x74\xd2\xe4\xcc\x43\x2b\xea\xee\x93\ -\x62\xd3\xa9\x16\x53\x0b\x31\xcd\x01\x16\xc2\x26\xbf\x9e\xe1\xea\ -\xda\x07\x47\xe3\x4d\xcf\xc0\x8d\xee\x8a\x74\x75\xec\x17\xba\xfd\ -\x1c\x99\xee\x5e\x6d\x12\x6a\xa5\x1c\xd2\x0d\xcf\x02\xc7\x9d\xba\ -\x3c\x2c\xd4\x2b\x67\x0d\x61\xb9\x1c\x82\xfc\xf6\x1c\x17\xea\xef\ -\x29\x0a\xd5\x0f\x77\x82\xa0\xeb\x7e\x3b\x7c\x23\x93\xaa\x74\x47\ -\xb3\xd0\xb2\xe0\x56\x24\x5d\x33\x9b\x7c\xe7\xd9\x8b\xde\x0f\xb2\ -\xdf\xa4\x32\xaf\x42\xcf\x1b\xb5\xac\x67\xd7\xe0\x2b\x8d\x5c\xc0\ -\xd8\x7e\x24\x6b\xa3\x2e\x17\xea\xbd\x02\xe8\x11\xb7\x09\x09\xd7\ -\x6c\x09\x7d\xde\x6c\xf8\xce\xf5\xcb\xbc\xc6\x44\x1a\xdd\xac\x46\ -\x1b\x32\x1b\x04\xff\x08\xb5\x07\x5e\xe3\x4b\x4e\xda\x8d\x11\x15\ -\xa2\x31\x94\x49\x89\xca\x69\x02\x06\x38\x35\x5b\x17\x6a\xf4\xf5\ -\xfd\x4a\xa1\xa7\xd4\x67\x19\x3a\xbf\xb4\xa6\xbd\x3f\xde\x60\xed\ -\xbd\x73\xba\x16\x9a\x38\x12\xc5\x4f\x80\x78\x3b\xa8\xca\x7e\x06\ -\xf9\x4b\x2d\xc0\x8f\x01\xe8\xc3\x60\xe5\xcd\xed\x70\x20\xe2\x2e\ -\x37\xc8\x67\xe5\xcd\x91\x47\xcb\x43\x1c\xf8\xb3\x1c\x37\xcd\x5c\ -\x1a\x72\x43\xaa\x05\xf2\x10\x58\x2e\xab\x71\xaa\x22\xbd\xce\x0b\ -\x19\xd1\x23\xe7\xe7\x7a\xd0\xca\xa8\xd6\x7f\x02\x04\xd9\xb8\xee\ -\x87\x79\x0c\x11\xfd\x45\x47\x33\xd7\x6c\x67\x5f\x04\xd7\x5c\x1c\ -\xa0\x31\x40\x48\xdd\x95\x58\xd3\x1d\xf9\x95\x19\xea\xcd\xa5\xfd\ -\x4e\xa7\xa4\xd3\xe1\xec\xab\x3f\x4e\x51\x29\xaa\x75\xad\x77\xfa\ -\x4a\x4f\x7b\xab\xff\xde\x26\x42\x00\x81\xd7\x0f\x98\xe7\xb3\x4c\ -\x37\x5b\x96\x79\xaf\x92\xe0\x02\x43\xd4\x40\xaa\x1f\xfe\x79\xd0\ -\x0d\x6b\x1f\x48\x4e\x9c\xa2\x96\x10\xd7\xa0\xe6\xea\x7e\xb9\x73\ -\xde\x69\xc5\x0d\xa8\xc1\x69\x8d\x7e\x58\x7e\x6b\xb3\xa8\x7f\xd8\ -\x8c\xef\x61\xd7\x7e\xfd\x4c\xc0\x31\xea\x9e\xb8\x4f\x6a\xff\x4b\ -\x6b\xd0\xa8\x7d\xcf\x6b\x50\x79\xdf\x5c\x6b\x4f\x27\xd5\x49\x8d\ -\xab\xe7\xce\x8a\xac\xb7\x2d\x93\x15\x39\xa1\xac\xe9\x0e\xbd\x9e\ -\xe5\x18\x24\xe7\xc9\xe8\x38\xd7\xf7\x79\x3f\xe8\x96\x61\xc6\xd1\ -\xff\x8d\xeb\xc8\x91\xcc\xa9\xb5\x53\x26\x63\x7d\x77\xb0\xbb\xd7\ -\x5c\xbc\x18\xa4\xcd\xe5\xfb\x41\x93\x5d\xd9\x48\xd7\xbd\x58\x77\ -\x9f\xf4\x7d\x39\x18\x04\x87\x01\x88\x94\x61\x5c\x44\xee\x30\x31\ -\xae\x8b\xa0\xdb\x1a\x42\xb9\x2d\x94\xd9\x4c\x66\xe6\xbd\x11\x0d\ -\xef\xf6\x73\xfd\xaa\x82\x44\x1b\x3f\x9a\x33\x5f\xe8\x2d\xa0\x33\ -\x85\x5e\x59\xc4\xe0\x51\x90\x51\x3b\x7c\xfa\x83\xeb\xdc\xd3\x61\ -\xdb\x4c\xef\x99\x00\x0c\x6a\x68\x83\x8b\x52\xb9\x1d\xda\xfa\x3f\ -\xb4\x49\xba\x06\xa7\xb6\xa6\x3f\x1b\x3d\xd3\xa3\xeb\x77\x9c\x0a\ -\xed\x39\x1b\x41\xb1\x59\x08\x1d\x38\xbb\xa6\x87\x15\x3e\x6f\x41\ -\xa1\x31\x40\x16\xcf\xda\xa8\x94\x14\x22\xda\x81\x80\xbc\x54\x33\ -\x87\x3b\x0d\xbe\xea\xcb\xaa\xe8\x7e\x6b\x80\xd5\x91\x3d\xd6\xa7\ -\x9d\xf5\x40\x82\x45\x07\x1d\x68\x70\x7b\x1b\xf5\xec\x74\x72\xe4\ -\xb4\xf5\xac\xec\xa0\x8e\xc8\xe4\x3b\xe7\x28\x08\x34\xd1\x1d\xa0\ -\x7f\xff\x35\xc0\xce\xb7\x46\xb7\x37\x87\x89\x8a\x8d\x0b\xed\xbb\ -\xa5\xec\x5a\xcb\x69\x6c\x33\x20\x34\x2f\x38\x6f\x9e\xce\x4b\x27\ -\x9b\x01\x17\xb1\x74\x9a\x5d\x7c\x96\x7e\x30\x53\x1b\x11\x23\x5c\ -\x84\xd8\xa6\xac\xfd\xdf\x3b\x1b\xe5\x2a\x24\x7b\x41\x3a\x7f\xcf\ -\x9b\xf1\xc2\x79\x91\x87\xc1\x48\x77\x70\x34\x31\xb6\x69\x18\x62\ -\xc4\x7e\xfe\xf9\x8b\x97\x5f\x24\x7c\xec\x61\xc9\xc9\x70\xfd\x77\ -\x7d\x14\x14\xd1\x18\x32\xb8\x0e\xea\x7e\x19\x40\x8f\xcb\xe6\x78\ -\x3f\x4e\xfb\x05\xb6\x73\xfe\x9b\x6b\x0f\x18\x62\x23\xde\x34\x0f\ -\x29\xf4\xde\x26\x26\x61\xf6\xf0\xa0\x74\xd1\x24\xc8\x25\x1d\x4d\ -\xe7\xbe\xea\x3a\x3c\x8c\x2c\xad\xa3\x30\x7a\x79\xee\xe3\x12\x10\ -\x71\x74\x5b\xda\x54\x07\xa5\x35\x09\xf0\x64\xb7\x73\x36\x29\x76\ -\x95\x81\x16\x76\xad\xa9\xd2\xd2\xb8\xb8\x5c\xfc\xef\xa0\x52\x4c\ -\x27\x79\x10\xa6\xcf\x9d\x20\x49\xe5\x0b\xda\x4c\x34\x88\x1a\x42\ -\xb6\x97\x3f\xd5\xdd\xc0\xe8\x08\x4d\xd5\x73\xbb\x29\x86\x69\x4a\ -\x9f\x54\x45\xfe\x13\xb9\x09\xc6\x00\xed\x92\x55\xb1\x2a\x7c\x91\ -\xbe\xe5\x85\xd1\x00\x7e\x3a\x90\xc7\x47\x76\x51\xe9\x43\x68\x4c\ -\x6a\x6a\x1a\x5c\xd4\x34\x73\xac\xd3\xc7\xbe\xe2\xa5\xcd\x18\x84\ -\x8f\xc6\xeb\xa0\xf3\x1e\x54\xcf\x47\xf4\xc3\x40\xb8\xdf\xee\xa9\ -\x35\x8a\x9d\x93\x92\xca\x90\x23\xe3\xeb\x18\x2b\x08\x86\xc3\x1e\ -\x39\x6d\x85\x88\xb1\xd5\xac\xc8\x71\xd0\x30\x37\xe9\xb0\xec\x8f\ -\x0c\x49\xe1\x1f\x28\x76\x86\x57\xc3\x03\x3d\xcd\xac\xee\xdd\xad\ -\x90\x57\xc4\x92\xc8\xa3\xa9\x1a\x41\xa8\xca\xaf\x94\x28\xb8\x8d\ -\x3b\x89\x23\xc3\xc4\xa9\x3f\x82\x4f\x7d\x0a\x0c\x6a\x12\x02\xc7\ -\x02\x96\xae\xa4\x43\x47\x39\xf1\x3d\x7b\x49\x5f\x80\x83\xcb\x41\ -\xba\xd9\x98\x4a\x4c\xca\x52\x2b\xcd\x0e\xd6\xac\xd4\x27\xf7\xcf\ -\x13\xae\x61\x8f\xe2\xf3\xc5\x49\x0d\x8e\xbe\x07\x0d\x6a\xac\x27\ -\x31\xe0\x97\xfc\x77\xd6\x44\xd2\x1d\x6a\xa5\x98\x23\x6b\x2d\xd8\ -\xc0\xb7\x37\xb6\x6b\x4c\x53\x68\x68\x6c\x5f\xee\x0d\xed\x01\xc8\ -\x68\x80\x09\x3f\xea\x82\x33\x0b\x91\x89\x00\xfe\x31\xf0\x92\x2c\ -\x33\xce\xc0\x5e\xf8\x73\xdb\xe5\x9e\x49\x05\xfc\x28\x2b\xbe\xc1\ -\xe8\x4f\x20\x7f\xe5\xc1\xd3\x03\x58\x89\xe4\xef\x8e\xb2\xb4\xad\ -\xf6\x1b\xe1\xc5\xcd\xf5\x2f\xa6\x8e\x7a\x1d\x39\x8f\xeb\x6b\x4e\ -\x55\x01\x16\x35\xa7\x2c\xd7\x44\x4d\xba\xe7\x0c\x51\x9e\x5a\xdc\ -\x79\xff\x3a\xbb\x0b\x4f\xf7\xc7\x98\x0e\x76\x60\xa6\xe7\x77\xc5\ -\xff\xfe\x78\x03\x9e\xae\x9b\x4d\x17\x4f\x5a\xc1\xcf\x1c\x51\x0b\ -\xa8\x0c\x4b\x05\x9e\x5a\xb2\x83\xce\xf7\xc8\x4e\x7b\x01\xb9\xde\ -\xde\x5f\xfc\xc4\xbd\xf7\xe1\x04\x4e\x16\xf1\x73\x34\x51\xf3\xfb\ -\xf5\xfc\xb6\xdb\x9d\x43\xe5\xa9\xdd\x8a\x66\x8b\x30\xfe\x79\xa7\ -\x31\x5f\xbc\xc6\x54\x0f\x07\xd0\x99\xee\xde\x61\xa8\xe5\xc6\x3f\ -\xb4\xa2\x11\x43\x9a\xd4\xd5\x9d\x7f\x55\x96\xa3\x38\x2d\xfd\xa4\ -\x02\xc6\x21\x1a\xce\x1d\xc1\x4f\x66\x6e\x23\xc5\x97\x07\x59\x0f\ -\xaa\x71\x40\xe9\xb0\xd3\x3d\x17\xfe\x31\x59\x9a\xa8\x68\x4d\x67\ -\xa4\x09\xcd\x3a\x32\x1f\x08\x4f\xfc\xee\x1d\x5a\x0e\xf4\xf0\xde\ -\x0a\x55\x43\x73\xb9\x1a\x68\xff\x17\xf1\x63\x1d\xaa\x9a\x53\x25\ -\x5b\x14\x26\x99\xcb\x29\xd5\x32\x9b\xc9\x0d\x33\x7d\x12\x11\x48\ -\x1b\xd1\x86\x13\x53\x38\x09\x26\x62\x98\x07\x9a\x74\x45\xc4\xc8\ -\x0b\x98\x22\xd6\x65\xf4\xaa\x56\xd0\xca\x31\x51\xfc\x56\x74\x4f\ -\x44\x6e\x3f\x0e\xc7\xf3\xbf\x9f\x99\x17\x52\x11\x90\x23\x7b\xa0\ -\xf2\x29\xc4\x9d\x76\x14\xf4\x17\xb4\xfb\x77\xff\x0e\x3b\x6e\x7b\ -\x7e\x92\x1a\x30\xe6\xcb\x0f\x6f\x05\xb3\x4f\x88\xb8\x26\x4c\x8c\ -\xca\x68\xd1\x83\x5f\x9f\x17\xe3\x57\xb4\x4a\xa0\x52\xe9\xdc\x7d\ -\x1a\x51\x1b\xfa\x85\xa2\xf4\xa5\x91\x7d\x3b\x68\x71\x4c\x7b\xbb\ -\xd6\x29\x8d\x61\xbc\x40\x1e\x85\xf9\x4b\xe3\xc8\xa0\x07\xa7\xba\ -\x37\x0c\xaf\x61\x84\x8a\x01\x34\x24\x3d\x50\xc2\x19\xf2\x9e\x3f\ -\xab\x5d\xf6\x41\xf1\x12\x3d\x11\xab\x8e\xce\xe1\xa0\x4f\xcd\x06\ -\x66\xd1\x4f\x7d\xc7\xd4\xfd\x57\xde\x94\x86\x0d\xbc\xca\x28\x90\ -\x17\xc8\x65\x8b\x2d\x33\xe3\x11\xda\x5c\x76\xab\x1d\x00\x2a\x6d\ -\x66\x99\x79\xa8\x62\x4c\x1c\x92\x36\x8b\x67\x38\x4d\xf7\x36\x7c\ -\x33\x0f\xd0\xf6\x9e\x43\xfa\xdb\xed\x56\x85\x3e\xd9\x70\xac\x16\ -\x36\x6d\x54\x00\xd7\x1b\x78\x6e\x8d\x36\xba\xc5\xc8\x2b\xf2\x00\ -\xe2\x1e\x8b\xd0\xad\x66\x01\x19\xae\x90\xb3\x29\xd1\x2c\x40\x85\ -\xa6\x99\x06\xb3\x96\xf1\x50\x14\xae\x3e\x8d\x0c\x9a\x53\xfe\x7c\ -\x89\x78\x89\x39\x55\x05\x95\x5d\xf1\x8c\xbd\x90\x0a\x41\x0f\x87\ -\x32\xa1\xa4\xd5\x24\x25\x9b\x30\xb5\x1f\x9e\x52\xa1\x0d\x5d\xae\ -\xf3\xce\xb2\x8a\xf4\xb0\x3c\xce\x22\xb0\x4d\x01\xcb\x88\xa1\x74\ -\x0c\x39\x39\x1d\x48\x77\x9b\x58\x2c\x9e\x45\x1d\xe1\x71\xc6\x7d\ -\xdb\xeb\x00\xc0\xdb\x00\xc0\xa0\xe8\x74\x63\x1c\x86\x64\x63\xf6\ -\x86\x36\x3f\x9b\xa5\xfd\xbc\x8b\x56\x08\xb8\x8e\x06\x91\x76\xae\ -\x91\xff\x57\x87\x4a\x08\x35\x7d\x19\x72\x7d\x4e\xe9\xba\x4f\x4c\ -\x8f\x66\x4e\x99\x40\x5c\x7a\xd6\x98\x9c\xcb\xfe\x3c\xce\xa3\x69\ -\x15\xcf\xc7\xa4\xed\x2c\xc4\xf4\xa5\x30\x6d\xef\xa0\xc5\x3a\xc5\ -\x39\x3a\x75\x79\xdc\x9e\xdb\xce\xa9\x93\x69\x63\x80\x15\x45\x4d\ -\x9b\x46\xc0\x11\xe7\xa5\x37\x48\xff\x29\xad\xdc\xcb\x39\xce\xc4\ -\x56\x5b\x1d\xdf\x41\x28\x04\xb9\x94\xeb\xcd\xe8\x6b\x71\x5f\x5f\ -\xa6\xdd\x68\x77\x6b\x50\x30\xfb\x9d\xc4\x6d\x7a\xb3\x8e\xb3\xc9\ -\x38\x64\x77\xba\xf4\x19\x8e\xe7\x4c\x03\xfc\x38\xf0\x51\x81\xab\ -\x9a\xec\x86\xd2\x67\x96\x6e\x50\x40\x4e\x35\xae\xe6\xca\xcf\xa3\ -\x36\x51\x54\x7d\x5f\x47\x6f\x6b\xff\x6f\x53\xab\x04\x52\x79\x61\ -\xad\xcb\xa7\x35\x77\x2b\x70\xcd\x4d\x93\xb7\x4f\xda\x7f\xb8\xbe\ -\x43\xc4\xf6\xa8\x60\xf7\x00\xf1\xa3\xa1\xd1\xa6\x0f\xc4\x7a\xd1\ -\x00\x41\x2d\xb7\xb1\x2b\x5d\x75\x46\x7f\x30\xff\x63\xcf\x8f\x8e\ -\xa2\xbf\x69\x94\xcc\xbd\x90\xfe\x92\x73\x88\xaf\x21\xe0\x31\x58\ -\x8e\x2c\xc5\x00\xd2\x73\x42\xc6\xdd\xf0\x80\x9a\x66\x93\x72\xc8\ -\xf0\x36\x9d\x8a\xb3\xf1\xbe\xef\xf1\xbc\x87\x9d\xb8\x0f\x27\x94\ -\xad\xb1\x67\xb5\xdc\xd8\x74\xbc\x6d\x9e\x9d\xa1\x35\x17\xb4\x61\ -\x85\xe2\x61\x66\x51\x0c\xa4\x1d\xcb\x73\x9c\x1e\x55\xbf\xdc\xc3\ -\x12\xfe\x39\xd0\x68\x01\xce\x1a\xb6\xff\x05\x3c\xb3\xc7\x6b\xf0\ -\x5a\xb8\xef\x7b\xd4\x3a\xdc\xa7\x73\x5f\xe2\x41\x3a\x10\x8a\x96\ -\x31\x9a\x27\xbb\x72\xcb\xc6\xad\x7b\x5e\x8e\x9e\xa0\xa4\x27\x32\ -\xa6\x58\xf6\x79\x9a\xb9\x47\xf3\x2e\x90\x68\xa8\xb7\x7c\x6d\x38\ -\x2f\xc4\xd8\x9d\xc8\xd0\x61\xa6\x66\x67\xba\x1e\xf4\x8d\x93\x2a\ -\x08\x9d\x48\x91\x36\xb4\x7f\x4c\x53\x3a\x92\x45\xa5\x09\xba\x32\ -\x67\x06\x8f\xa2\xa6\x5e\x24\xb7\x8d\x7c\x08\x59\xe1\xba\x21\xcf\ -\xdf\x0a\xf7\xab\xd0\x4b\x9d\x01\x64\x5d\x8b\x62\xce\x5c\xbf\xcf\ -\xcb\xd4\x1d\xfc\x2c\xc4\x31\xdc\xb4\xbc\x38\x4e\x1e\x3f\x4a\x4f\ -\xf5\xd2\xd8\x54\x91\xbd\x9a\x73\x53\xa1\x6d\x76\x28\xcc\x7c\x88\ -\x1e\x3c\x5b\xf6\xb1\x95\xc5\xf3\x26\x9a\x7b\xa2\x20\x73\x94\x6a\ -\x54\xc9\xd5\x36\xcb\x7b\x33\xf9\x58\x20\xf9\x7e\x1d\x11\x10\x49\ -\xda\x49\xb9\x14\x31\x74\xeb\x30\x3e\xe8\x74\x90\xd0\x43\xa8\x1e\ -\x87\x53\x0b\xb1\x53\xdd\x33\x53\x88\x00\x92\xca\x9d\x31\xd3\x8c\ -\x70\x3e\x7a\x1e\x9e\xdf\x42\x10\x7b\xb6\x01\x1e\x56\xfd\x35\xe9\ -\x8b\x8b\xfa\xed\x39\xbe\xfd\xff\x6f\x6e\x96\x4f\x61\x6f\x5b\x4b\ -\x4e\x65\x64\xee\xb9\x70\x32\x6d\xd9\x63\x84\xff\x65\xdc\xfe\x26\ -\xb0\x3f\xb3\x45\xce\x7f\xde\xad\xf8\xfb\x3b\x95\x17\x9d\x5e\x37\ -\x35\x39\x27\x85\x11\x5e\x49\x2f\x93\x81\x77\xb4\x91\x22\x8a\xe6\ -\xa5\xb0\xd2\xd7\x6c\x94\x0c\xc2\x7c\x4c\x6a\xe9\x6b\xc3\xab\xed\ -\xe0\xae\x89\xa8\xe7\x29\x25\xea\x65\xd3\x63\xe9\xcf\x90\xa3\x51\ -\x6a\x81\x98\x74\x6a\x5c\x6a\x12\xde\x73\x4e\xce\x4b\x1b\xca\x79\ -\xbe\x64\x20\x6c\xa3\xc1\x86\x39\xc3\x83\x15\xc0\xd5\x18\xb2\x6b\ -\x1d\x48\x23\x2b\x88\x06\xba\xbe\x38\x84\xc8\x11\xb0\xf8\xb6\x6f\ -\x9b\x91\x4c\x5a\x1e\xf7\xb5\x23\xc6\x40\xc8\x10\x57\xcc\xa0\x46\ -\x2f\xb6\x23\xc4\x3a\xd8\x89\xda\xa8\x5e\x19\x12\xdc\x0b\x77\xe5\ -\x72\x57\xed\x45\x41\x9f\xea\x70\xb3\x78\x7e\xb1\x86\x58\x0b\x0d\ -\xb9\x97\xf6\xdd\x43\x77\xa0\x85\x12\x87\xfd\x2e\x7a\x1e\x09\x7d\ -\xa1\x28\xc9\xcb\x3a\xe7\x07\x30\xf1\x4d\x5c\xde\xa7\xdb\xa0\xf7\ -\x3d\x67\x13\x9b\x95\x85\x37\xd1\xcc\x47\x04\x7a\x76\xd0\x1e\xd6\ -\xcc\xf1\xdf\x2f\x77\x9e\x7b\x7a\x67\x14\xa5\xf5\x5b\xb1\xf7\x10\ -\xa4\xd3\xd4\x4b\xd8\x5e\x2a\x8d\x50\x34\x01\x0b\xeb\x30\xcd\xa8\ -\x3f\xc3\x34\xe3\x14\x64\xcb\x68\xac\x3a\xba\x26\xad\xb0\x7d\x30\ -\x15\x8e\x37\x3d\x82\xce\xe9\x00\x31\xa5\xc2\xcf\x39\x8a\x1d\x66\ -\xdf\x17\xea\xc0\x4f\xc4\x59\x48\x4d\x73\xc1\x90\x83\xd9\xa1\x4e\ -\xd5\x5d\xc4\x86\xd2\xc7\x9e\x14\x2b\xe6\x36\x74\xd8\x37\xa3\x6b\ -\x9a\xcd\xd2\xa2\x3d\x2f\x1d\x60\x48\x3d\x57\x94\x49\x87\xe0\xeb\ -\x9d\xda\xdd\x3b\xf1\x32\x25\xcf\xf5\xbb\x23\x9b\x41\x40\xd7\x95\ -\x59\x83\x6a\x9d\x63\x93\x0b\xd0\xa0\x13\x06\x48\xd8\x33\xf3\x88\ -\xae\xd1\xc0\xcf\xca\xf4\x99\x85\x04\x7d\xbf\xff\x52\x43\x7c\xdf\ -\x5f\x8a\x7e\x4a\xd9\xc3\xb8\x2b\x51\x21\xe7\x1d\x80\x97\x66\x06\ -\x93\xd0\x12\xaf\xef\xfb\xee\x2b\x90\xd9\x1d\x48\x9b\x6b\xe0\x97\ -\x3f\xff\x76\xaf\xcf\xeb\x89\x1d\x68\xfd\x02\x5e\x34\xc3\x9a\xf9\ -\x73\x37\x22\xd6\x54\x1b\x63\xa7\x9f\xf3\x2a\x72\xe4\x0a\xee\x6c\ -\xaa\xde\x26\x54\x4f\x36\x0a\xde\x6b\xd3\xce\x2c\xc9\x08\x8a\xa0\ -\x5b\x1e\x4d\x50\xcf\xa5\x93\xb6\x57\x44\x73\x72\xda\x7f\x66\x77\ -\x5a\x7d\xa3\x00\x3e\xb2\x13\x5f\xf8\x42\xb1\xae\xca\xd1\xd2\xa2\ -\x91\xc8\x99\x62\xea\xfb\xd0\x4c\xee\xf8\xd9\x58\xb6\xcf\x40\xe0\ -\x0c\xb7\x8f\xf7\x90\xd4\xbd\xce\x6c\x6b\x94\xcb\x32\x77\xf1\xc6\ -\x3d\xf5\x90\x6b\xd2\x01\x99\x92\xf1\xa1\xba\x83\x84\x6f\xda\x63\ -\x15\xb0\x1a\xf5\x8f\x5b\xe0\x75\x1c\x7f\x2a\xef\xae\x94\xd5\x58\ -\x25\xa8\xd9\x0a\x45\x77\xa3\x91\x3c\x98\xf9\xf1\x43\x7a\x56\x40\ -\xf8\xfb\x63\x85\x39\x82\x8f\xef\xa2\xa9\x69\x7a\x97\x93\x96\x67\ -\x14\x15\xc2\xd6\xcf\xa3\x50\x8c\xe4\xfa\xd9\x98\x38\x5a\xb5\xb7\ -\x6b\x30\x28\x85\xa2\xf0\xa2\x19\x81\x92\x33\x5a\xf6\x43\xdc\x07\ -\x34\xcc\x00\xbe\x4d\x02\xca\x49\xc5\xb3\x3d\x98\x1b\x2a\xc2\xd9\ -\x14\xe5\xe2\x6b\xee\x21\xea\xe3\xcf\xb0\x11\xef\x5d\xb0\x48\x5c\ -\x09\x47\x66\x10\x2a\xcf\xe6\xa4\x4e\x96\x71\x01\xe1\xcc\x3b\x59\ -\x08\x44\x75\x1e\x64\x85\x0e\x4e\x17\xba\x30\xa8\xe8\x14\xbf\xb9\ -\x30\x8f\x94\x70\x2a\x4b\xeb\x7e\x85\xa5\x97\x3f\xad\x86\xea\x15\ -\x25\x28\xd7\x88\xd0\xb4\x66\xf5\x31\xfc\xa6\x66\xa9\x8d\x72\xb8\ -\x4b\x04\x5f\x2d\x57\x85\xde\x0e\x59\xae\xdf\x11\x1c\xe7\x93\x33\ -\xbb\xe3\xf9\xad\x32\x4c\x38\x0b\xe8\xae\x61\xfb\x5e\x18\xe0\x95\ -\xe2\x52\x0e\x58\x97\x15\x7a\x42\x63\x1c\x9f\xda\x86\xa6\xf7\x8b\ -\xf7\xd1\x51\xd7\x91\xd5\xfb\x16\x0a\xfa\xd2\xe0\x4d\xd7\x1e\x6e\ -\xcf\xab\xde\xb9\xa4\x1e\x6c\xe7\x7b\xd1\x3e\x76\xf7\x67\x72\xf1\ -\x34\x1b\xf9\x36\xde\x2f\x7b\x51\x1d\x07\x71\x18\x65\xa4\x41\xb2\ -\x88\xbb\x2c\xc5\x65\xf3\x7d\xba\xba\x1c\xb5\x32\xfa\xc5\x93\xd2\ -\x8a\xa3\xf8\x35\x93\x89\x67\x83\x59\x68\x17\x1f\xe9\xf6\x0e\x7c\ -\xbc\x14\x3d\x20\xcb\x29\x7a\xbf\xc4\xeb\xe2\xe3\xd0\xd4\x9c\xf9\ -\x4e\xe2\x17\x25\xca\x71\x0b\x6f\x9a\x85\xfe\x0e\xb9\x8a\xa3\xb3\ -\xf0\x54\xd7\x0a\xa9\xc8\xa0\x9f\x9d\xd3\x80\x45\xc0\x1d\xe1\x9a\ -\x98\xa9\xf2\x81\x98\xa7\x5b\xe0\xd9\xa8\xb3\x56\x50\x6e\x18\x00\ -\xb8\xe1\x06\x35\x6f\x49\x8f\x56\x04\xa9\x54\x26\x48\xbb\xa8\xa3\ -\x50\x8d\x9c\x96\x5e\x74\x5b\x33\x46\x63\xaf\xad\x70\xee\xd2\x8a\ -\xa6\x1e\x39\x62\xa1\x8b\x3d\x39\x86\x68\xfb\xf5\x11\x86\x8e\xd2\ -\xe8\x01\x6d\xda\x37\x11\x5d\x46\x09\xc3\x27\x20\xe8\x8d\x0b\xfd\ -\x8f\x62\x8e\xaf\xa6\x3d\xc2\xa0\x4c\x29\x6b\x52\x57\xfb\x3b\x9e\ -\x16\xfd\xf2\xba\x9f\xab\x06\xfb\x20\x9c\x0a\x5f\x0b\x48\xa1\xa7\ -\x69\xe0\x08\x12\x6d\x0d\x9b\x4e\xf6\x00\x1f\xa0\x09\xa3\x65\x78\ -\x05\xb5\x8a\xf5\x41\xbf\xe9\xfb\x0a\x64\x06\x50\xb6\x2e\xe5\x55\ -\xef\xf1\xd6\x30\xb8\xfa\x26\x5d\x35\x33\x70\xbd\x4d\xac\xc6\x9e\ -\x6d\xac\x54\xd3\x97\x05\xa0\xb8\x07\xa0\xa8\x0d\xf0\x23\x56\xec\ -\xd0\x16\xc5\x54\x9c\x22\x10\xd8\x1c\x4f\x75\xb8\xbe\x46\xc8\xf8\ -\x6e\x6b\xcb\x33\x7e\x9a\x56\xb5\xd0\x72\x1a\xf6\xca\xb3\x11\x9f\ -\x21\xf6\xdf\x74\xe9\x53\x6a\xa0\xc3\xfc\x25\xa8\xd4\x11\xc3\x62\ -\xff\xf7\xc6\x86\xb1\x64\xd2\x4a\xbb\xdd\x37\x23\xc3\x48\xdf\x9c\ -\xea\xa4\x19\x3d\xa8\x7d\xbb\x9e\x5c\xd0\x0b\xd9\x07\xb0\x74\xbc\ -\xfb\xff\xf1\x1f\x1d\xc5\xb3\x53\xe0\xa5\x15\xc5\xdc\x10\xff\x60\ -\x33\xe1\x1a\x11\x1b\x39\xb0\x21\x79\x80\x22\x56\x7f\xac\x11\x2a\ -\x4f\x78\x6a\xca\x75\x00\xb5\xde\xa0\x06\x45\xf7\x00\x42\x9e\xe0\ -\x24\x0f\xea\x5e\x67\x14\xd4\x24\x83\x5e\x1a\x62\xfb\x6b\x98\x83\ -\x11\x5a\x6c\x40\x38\xd9\x42\x70\xd1\xf5\xa2\x1d\xa3\xe1\x4a\x3c\ -\xf3\xea\x26\x35\x39\x1b\xd3\x03\x28\xed\x66\x5b\x94\xd3\x49\x9a\ -\x94\x4f\x22\xa7\x44\xd6\xde\x9a\x8d\xb8\x3b\x99\x3e\xe4\x1e\xbb\ -\x69\x8f\xe8\x91\xcd\x79\x9e\x01\x31\x24\x79\x3a\x70\x17\x15\x90\ -\x48\xa1\xb7\x99\x0d\xf5\x75\x8c\xa3\x0e\x7d\x67\xc5\xe9\x88\x84\ -\x4a\x03\xad\x45\x63\x9f\x9e\xe0\x59\xdf\x27\xd9\x4f\x60\x3d\xb4\ -\x77\x56\x27\x5e\x20\xba\x93\x56\x1d\xee\x85\x36\x6c\xe2\x9a\xa1\ -\xf8\x7b\x5a\x00\x00\x20\x00\x49\x44\x41\x54\x44\x1e\xf5\x58\x0f\ -\xd2\xee\xff\x73\xcd\x85\xd4\x99\x96\xb6\xab\xcd\x8e\x5b\xa2\x07\ -\x3b\xc4\xfc\x41\x9b\x0b\xbd\x92\x24\x22\x1e\xfa\x81\x7e\x08\xd1\ -\x0b\xcb\x39\x8a\x0d\x73\xdc\xd9\x65\x65\x1a\xa8\xf1\xd9\x09\x6f\ -\x49\x9a\x1d\x5a\x83\x16\xc8\x3f\x89\x8e\x02\x20\x8a\x00\x34\x3d\ -\x43\x24\xc7\x3b\x91\x2d\xa9\x90\xbd\xc9\x49\x44\x15\xcb\x1d\xca\ -\x30\x9b\x99\x9c\x64\x2d\x88\xec\x44\x0a\x86\x59\x04\x33\x36\xc2\ -\xcd\x47\xcb\x1d\x47\xf4\x41\xdf\x7a\x68\xc6\x92\xa2\x81\x07\xb5\ -\x62\x5e\x5e\xc8\x89\xdd\x5b\x81\x10\x56\xd6\xe4\x07\xf5\x13\x79\ -\xc2\xf3\xa2\xe4\xa9\x95\xc8\x49\xfd\xe2\xb2\x1d\x0f\xba\xa6\x4c\ -\xd3\x8a\x8e\x22\x47\x40\x70\x9f\x1a\x46\x6e\x44\xe7\x9a\x77\x2a\ -\x56\x34\xf5\x74\x52\x36\x98\xcb\x31\x2d\x47\xcc\xb3\x50\xaa\x49\ -\xd0\xce\xe2\x26\xb8\xb3\xdd\x5e\xd5\x0c\x4d\xdc\xc1\x85\xa4\x69\ -\x47\x26\x32\x01\x26\xe8\xbd\x1f\x87\x5c\xd1\x17\x91\x88\xdd\xf6\ -\x82\xf2\xed\x00\xfa\x1b\xbd\x82\xf9\x69\xd8\x31\x90\x3e\x79\xa7\ -\xd9\x9c\x17\x0b\x53\x81\x08\xd9\xc4\xab\xb4\xa2\xf0\xfd\xb3\x48\ -\x78\xc9\x83\x47\xf0\xe7\xfb\xa4\x48\x1e\xd3\xa6\xf3\x72\x0b\xbd\ -\x43\x38\xa3\x75\x8a\xde\x9b\xa8\x5d\x35\xa8\x5d\x87\x56\x88\xf8\ -\x75\x12\xdb\xd3\x66\xb2\xa8\xa7\xca\xfb\x0a\x44\x3a\x0e\x1c\x7a\ -\x45\xdb\x62\x9a\xd0\xde\x37\x53\x2b\x50\xf1\xa0\x77\xf1\x8b\xbe\ -\xce\x7e\x06\x43\x9b\x13\x5d\x7e\x37\xa6\x59\x40\x0c\x92\x1a\xbd\ -\x4e\x51\xea\x9d\x6e\xa7\xde\x9d\x4c\x81\x35\x30\x5f\x3d\x68\x93\ -\xc1\x3e\x00\x31\x94\x2b\x3b\x4f\x5f\x28\x2d\x61\x5f\x9e\x45\xf5\ -\x37\x0a\x5b\x9a\x8c\xac\x2f\x45\xb4\xdb\x22\xc7\x64\x8b\x67\x98\ -\xb7\x34\x0a\xb4\x1e\x67\x2b\x01\xe0\x08\x60\x45\x14\xbb\x5f\x1a\ -\x9d\x9c\x4c\xb8\x2b\xe8\x8b\x0d\x78\x7d\x9e\x5a\x6b\xdb\x0d\x76\ -\x52\x83\xa3\xcf\xfb\xee\xbc\xd0\x09\xab\xe9\xed\x5a\x31\x46\xb5\ -\xfe\x3b\x5d\xb1\xbb\xac\x6a\xab\x62\xe3\xfc\xd3\x04\x32\xde\x66\ -\x76\x3c\x0a\x37\x34\xf0\xce\xe8\xd1\xef\x34\xe4\x38\x87\xdf\xa7\ -\xdc\x11\x43\x2c\x49\x37\x8f\xa2\x2e\xa8\xff\x8f\xe9\x34\x5a\xf4\ -\x98\x67\xcd\x6d\xbf\x8f\xd5\xe9\xee\x04\x7f\xbf\x07\xf5\xea\x95\ -\x5a\xf6\xe6\x2a\x74\x14\x33\xd9\x78\x64\x68\x79\x4c\xd5\x16\xb0\ -\x6f\xd7\x1a\x3d\xdd\xd6\xfa\x9e\x60\x7a\xd6\x09\x50\xd7\x9b\x91\ -\xeb\x30\x78\xe6\x90\x75\x60\x6d\x14\xaa\x3e\x91\x0d\x6a\x7a\x34\ -\x5e\x1d\x70\x9b\xc5\x23\x3d\x35\xb2\x2d\x7c\x5a\x3d\xb3\x09\x43\ -\xe3\x54\xd3\x16\x6d\x4c\x0a\x27\x3d\x96\xe3\x66\xdc\xd5\x12\x2e\ -\x6a\x04\x61\x3a\x40\x30\x33\xee\xd0\x66\x7c\x20\x19\x44\x7e\x50\ -\xb7\xb8\xa8\x89\xf9\x79\x08\x80\xf0\x4b\x08\xf3\xac\x77\xf2\x6e\ -\xd6\xd3\xf2\x1d\x9e\xe3\xc8\xa5\x91\xef\x77\x82\xd4\x74\x96\xe4\ -\xa8\x3d\xb8\x62\x39\x4a\x6b\x28\x6d\x4f\x84\xe0\xc0\xb5\x65\x68\ -\xcd\x53\x8b\x9c\xc8\x8c\xcb\x51\x3c\x87\x44\xa1\xd1\xc8\x87\x89\ -\x41\x73\x0f\xce\x26\xe7\x50\x73\x6a\x26\x04\x7c\xc9\xf3\x5a\x5f\ -\xcd\x26\xc6\x74\x89\x2e\xa0\x37\xcf\xba\x9d\x2a\xef\x1a\xfc\xd7\ -\x62\xfd\x49\xa3\xed\xf5\xc7\xbc\xf7\x2b\x60\x58\xa2\x16\x3c\x8c\ -\x38\x9c\x50\x7a\x8a\x24\x2a\x06\x21\x62\x3c\x52\x77\x8e\x72\x81\ -\x7b\x91\x00\x0c\x5d\xe0\xf9\x5c\x1e\xcf\x41\x9a\xc9\x84\xbc\x02\ -\xf8\xe7\x54\x91\x9b\xbc\x08\x8b\xb1\x76\xe8\xb2\x28\x27\xc8\x06\ -\xb7\x50\x6a\xe5\xd6\x30\x09\xa1\x9a\x3a\xeb\x67\xe4\x67\x3d\xf4\ -\x73\xd4\xa9\x90\x6e\x1d\x75\xd4\x41\x61\xfc\xd4\x33\x2a\xed\x1e\ -\xe1\x11\x31\x92\xd3\x6d\x05\xae\xad\x32\x2e\x7a\xa3\xbd\xd0\x78\ -\x40\x21\x66\x57\xa5\x51\x54\xf4\xbe\x7e\x1d\xa2\xb5\x93\x93\xd9\ -\xe9\x48\x03\x11\x4a\xd8\xa2\x39\xb3\xec\x28\xda\xc5\xa6\x13\x7a\ -\xe8\x6c\x60\x8e\x5b\xbc\x96\x99\x0f\xac\xf5\xa0\x30\xd5\x62\xe0\ -\x63\x34\x0e\xe8\x36\x34\xab\xbf\xe4\xcc\x68\xea\x74\xc6\xa0\x3b\ -\x78\x20\x2e\xc9\x6e\x97\xb7\xe0\x26\x1d\xe1\xb5\x42\xcb\xf5\x15\ -\x2d\x78\x31\xa8\x7f\xb7\xf3\xb6\x55\x86\x98\xf1\x67\xb8\xe4\xb9\ -\xe5\xe7\x81\xcc\x8d\x49\xe1\xd6\x44\x77\x8a\xea\xe7\x06\x11\xc7\ -\x74\xe0\x61\x26\x01\x1d\xd4\x07\x1a\x8d\x29\x9e\xc8\x45\x43\xa4\ -\xfb\xf4\x8a\x43\x0c\xca\x3c\xa8\x23\x9d\x9a\x54\x9c\x60\x1a\x13\ -\x0e\x19\xdc\x56\xa3\xf6\xf4\x5c\x86\xc7\x11\x1f\x90\x34\xd5\xd8\ -\x56\xb6\x36\x8b\x71\x24\xa5\x4f\x34\x9a\x8a\x3d\xc6\xbd\xd1\x58\ -\x75\x11\x65\x7e\xaf\x96\xb1\xf3\x30\x0c\x69\x53\xd6\x13\x9d\x8b\ -\x9f\x93\xff\x1c\x4f\x8a\x60\x6f\x10\xdf\x9b\x21\x4d\x07\xc9\xb7\ -\xf1\x7b\xe4\x7c\x9d\x1a\x87\xf3\xe7\xe5\x21\x7f\xec\x2f\x71\x2b\ -\xdc\xb7\xa2\xa4\x37\xb6\xa1\x09\x88\x26\x7a\x16\x69\x7c\xd0\x12\ -\x66\x41\xca\x2b\x26\x93\xe2\x91\x02\x62\x93\x20\xff\x39\x3d\xa7\ -\xec\x5b\xe1\x4e\x3a\xe9\x7f\xda\x8a\x59\xe6\xa7\x39\xc9\x70\x12\ -\x65\x4d\x57\x53\x75\x10\x65\xbb\xd6\x88\x47\xa1\x2e\xb3\x28\x88\ -\x0b\x63\x98\xbf\xbc\xf0\xe8\x3d\x36\x61\x50\x66\x88\x8a\x3b\xaf\ -\x95\x5d\xf3\x28\xd0\x09\x69\x33\x9f\x1a\xd4\x36\xd1\xc8\xc8\x03\ -\x60\x5c\xee\x31\x7d\x24\xcd\x59\xb0\x9d\x63\xd2\xc3\x6d\xe5\x68\ -\xbc\x39\xa7\xe1\x41\xbd\x88\x22\xff\xa4\x4a\x95\x5e\x01\x90\xdb\ -\x34\x0f\xf8\x62\xa6\x53\x9c\x7a\x13\x83\x8f\xfc\x1b\x10\x04\x77\ -\x4d\xc5\x59\x26\xa8\xe5\x59\x80\xe7\xda\xee\xfb\x8c\x70\xb9\x99\ -\xcc\x32\xf4\xbe\x53\xf0\xa2\xf4\x71\x9a\x56\x38\xa0\xa1\xe5\xe3\ -\x89\x93\xd0\xd1\xb5\x1a\xa8\x1c\x37\x5a\x96\xbb\x26\x8e\xac\x32\ -\x4f\x3b\x7b\x82\xfe\x1d\x00\x69\x60\xc9\x72\x70\x51\x78\x36\xd0\ -\xb1\xfe\x09\xcf\xa9\x72\x52\x45\xf5\x19\xf6\x6b\x13\x7f\x4d\x53\ -\xa4\x3e\x45\x81\xd3\xe2\xe4\x0b\x1d\x56\x75\x52\x61\xfa\x94\x8f\ -\x8f\x16\x8b\xa0\xcd\x71\x74\x65\xe6\xd6\xa9\xfd\x82\x3c\x1b\x26\ -\xb9\x77\xd3\xf5\xb5\xa9\x88\xaf\xcb\x57\x5d\x6a\xfb\x04\xc9\x52\ -\xd1\x16\x74\x3a\x26\xba\x48\x33\x01\x51\x33\x5b\x09\xca\xb9\x6e\ -\x31\xc6\x01\x8a\x72\x17\x45\x7f\x7c\x8e\x9f\x46\x6b\x25\xf5\x09\ -\x8d\xd7\x2a\x99\x99\x24\xcd\x4c\xe5\x90\x25\xe4\x7a\x55\xf6\x77\ -\x1d\x6e\x91\x7b\xdc\xaf\x0d\x0a\xa8\x1c\x45\x91\x57\x0a\xdd\x93\ -\x0e\xa8\x4e\x73\xed\xfb\x49\xcc\x91\x56\xa2\x39\xf3\x10\x74\x34\ -\x5b\x67\xd1\xa3\xa8\xc5\xe3\xae\x16\x5d\xa5\x73\xc7\xd8\x7a\x3e\ -\x70\x3d\x4d\x57\x0a\xe8\x7e\xcb\x7d\x7c\xea\x94\x9e\x2c\x89\x99\ -\x77\xe5\x9f\x97\x74\x18\x85\xe5\x77\xd5\x2b\xab\xc4\x64\x6a\xb8\ -\xf6\x91\x88\x40\xd7\xa7\xfd\x7c\x1a\xd4\x49\xa2\xe5\x4e\xb6\x5c\ -\x20\x41\x0b\x1e\x17\x11\xac\xc3\xbd\xb1\xe8\x1f\x98\x93\x4e\x99\ -\x75\x21\xce\xa0\xf0\xb7\x33\xef\x25\x90\xf8\xd1\xe8\xec\xd6\x78\ -\x80\x92\xda\x56\x35\x2e\x9b\xc1\x0e\x15\xd8\xb9\xef\x6e\x3a\x45\ -\x39\xd1\x09\x90\xf5\x5b\xc3\x71\xd2\xfc\xad\x72\xde\x55\x07\x2d\ -\x6e\x9b\x98\xfd\xc6\x93\xc1\x8e\x12\x78\x63\x67\x88\xbc\x9f\xe7\ -\x6f\xd3\xe7\xe5\x7f\x7f\xcf\x7a\xa6\x69\xbd\x3a\xb5\xb7\x6a\x24\ -\xad\xb8\x17\x9f\xcc\xdb\x7b\xdd\x5f\xa5\x15\x4f\xa9\x45\x6b\x4c\ -\xd3\x19\x6e\x3d\x9c\x03\x3b\x7d\xdc\x40\x52\x1d\x3a\xb6\xed\x5a\ -\xac\xe1\x11\x40\x15\x0b\x42\x7d\xd0\x10\x4e\xd7\x8a\xa4\xef\x53\ -\xc6\x66\x78\x88\x30\x76\x73\xf2\x34\xe9\x14\x35\x56\x45\x6a\xeb\ -\x41\xb8\x3e\xae\x4e\x5b\xd9\x2d\x72\x06\xcd\xd1\x8a\x00\x3c\xbb\ -\xa8\x17\x95\xd3\x4f\xb7\x19\x5c\xcb\x2c\x15\x23\x13\xc6\xa8\x47\ -\x3f\x8d\xb7\x58\xa2\x65\x49\x5a\x96\x6d\x82\x3b\x28\x43\xe1\xb6\ -\x97\xe1\x5d\x9e\xf3\xb0\xff\x35\xf1\xb5\xbb\x3b\x99\x03\xc7\x4e\ -\xed\x8a\x60\x5b\x53\x11\x87\x90\xa3\x30\x58\xe6\x1e\xb8\xef\xff\ -\x8e\x14\x71\xf2\x7c\x02\x7b\xf7\x92\xa3\x4a\xd3\x7b\x11\x76\x13\ -\xc2\x99\x3d\xed\x6d\x0b\x73\x53\xfa\xef\xa7\xfe\x01\x96\x83\x91\ -\xe8\x89\xeb\x6d\xb6\x12\xae\x65\xcf\x31\x72\x12\xc2\x90\x61\x79\ -\xa1\xc0\x64\x1e\xf9\xbb\xe9\x0f\x14\x02\x16\x1e\x53\x86\xed\xe2\ -\xd6\xdc\xbc\x5c\x02\x43\x66\xc6\xef\xfd\x5b\x74\x30\xcf\xb7\xe8\ -\x9b\xe0\xf7\xfe\x53\xd9\x06\x52\xee\x2a\xca\x5e\x5c\xca\x46\x4f\ -\x13\x0f\xc4\x2d\x9c\x05\x45\x36\x78\x71\x6e\x92\xc8\x9b\x52\xb7\ -\x85\xfd\x7c\x76\x4e\x71\x94\x29\xb1\x52\x30\xd9\x02\x15\x0f\x01\ -\xf5\x35\x75\x69\x15\x8c\x76\x31\x78\x4e\x15\x2d\x13\x4f\xc3\x33\ -\x87\x02\x41\x08\xd7\xbe\xee\x5e\x13\x34\x03\x60\x4c\xc3\xea\x70\ -\xa8\x66\xf0\x96\xdb\x6c\x48\xc3\xfe\x39\x1b\x28\xa3\x6a\xfe\x7a\ -\x00\x70\xfc\x3e\xa3\x74\xf9\x21\xe1\x4e\x7a\x71\x98\xa4\x75\x29\ -\xee\xd4\xe9\xfd\xee\x5f\x2f\xe2\x1a\x3a\x17\xeb\x90\x15\x37\xee\ -\xa4\x25\x20\x8a\x83\xd5\xb4\x2e\x6e\x2e\xd1\x03\x01\xc7\xc4\xb1\ -\x89\x51\xc3\x75\xa8\x2e\x5a\x76\xe4\xe9\xb6\x43\x9d\x66\xc8\x23\ -\xd3\x3f\xd8\xf8\xbf\x20\xb1\xe7\xb9\xf8\x27\xf7\x82\x01\x08\x1b\ -\xb7\x7e\xa0\x5b\x41\xf4\x93\x6e\x99\x36\x45\xb6\x6c\x27\xd3\x20\ -\xae\x0c\x9d\x2d\xa3\x0d\xf5\x1c\xbb\xdf\x86\x50\xaa\x4f\x83\x6b\ -\xe4\xfe\x91\x0f\x7e\xdc\x72\xb5\x07\x65\xab\x37\x54\x1b\xdb\xd6\ -\x86\x36\xe4\xde\xf9\x94\xca\x84\x8f\xd8\xfe\x8c\x9c\xaa\x05\x78\ -\xe6\x8d\x09\xf5\xf7\xae\xcf\x67\xfa\x2e\x3f\x5f\xdc\x11\x55\xdd\ -\x3d\x6a\xd1\x9b\xc9\xc9\x06\x96\x15\x63\x14\xef\xd9\x0d\x27\xac\ -\xa4\xad\x83\xbb\xbb\xeb\x81\x2c\x8f\xad\x47\x36\x48\x2b\x34\x82\ -\x02\x69\x54\x11\x47\x74\x3d\x43\xa8\x5f\x26\x36\x81\xfb\x64\xd8\ -\xa2\x0d\x91\xae\x2a\x60\xd9\xf4\x25\x11\x82\x6e\xc5\xde\x2c\x7e\ -\xb7\xe7\x4c\x85\x9b\x55\x9a\x2c\x78\x50\xf1\xf6\xd0\x53\x12\x2a\ -\x77\x89\xbb\xc0\x24\xfb\xfc\xcb\xf3\xb9\x38\x8d\x00\x62\x7f\x7e\ -\xf6\xaf\xb9\x0f\x12\x9b\x20\x5d\xb8\x31\x12\x80\x5f\xfc\x66\xbe\ -\xd0\xc2\x95\x48\x9b\x7a\xa3\xb0\xe5\x53\x53\xa0\x43\x1b\x47\x44\ -\xf8\xd0\x7f\x81\xe6\x6d\x98\x20\xa8\xd3\xcb\xb7\xfe\x42\xfd\x3e\ -\x31\x00\x89\xd2\xd0\x03\x8b\x71\x6f\xcb\xb9\xb9\x9a\xfb\x5f\x1a\ -\xe0\x00\xc8\xe3\x8d\x2c\x03\x2a\x9f\xbd\x4f\x21\x7f\x55\x9c\x7f\ -\xc0\xe9\xfe\x6a\x07\x02\x79\x59\xf2\xb1\x77\xd9\x82\xb3\x39\x26\ -\xe8\x04\x7c\x70\x43\x48\xbc\x80\x10\x28\xb1\x4f\x61\xc4\x91\x76\ -\xd3\x0a\x75\xd3\x8f\xce\x12\xd9\x49\xeb\xe4\x0c\x5e\xcf\x7f\x7e\ -\xa9\x4f\xcc\xa9\x31\x3f\x4a\x73\xac\xaa\x29\x56\xa7\x34\x7a\xb8\ -\x21\xb4\xc0\xb8\xbd\xa0\xfc\x63\x9f\xc1\xcf\x27\xd1\x5f\x8f\x58\ -\xb0\x67\xf1\xe7\xfe\x6f\x6a\x9d\xe1\x94\xba\x0e\x7a\x6c\xf9\xb7\ -\x9c\x21\x3d\x00\x16\x1e\x0c\x4a\x02\x6c\x7c\x32\x2a\xc3\x1c\x17\ -\x6b\x52\x4c\x44\xb8\xe5\x8f\xe9\x47\xd5\xde\xb2\x09\xed\xcb\xe9\ -\xef\x26\xdb\x3f\x4b\xdd\x41\x15\x6c\xfa\x06\x77\x00\xfe\xf5\x1c\ -\x2a\x3a\x9c\x63\xe3\x2c\xf9\xa3\xff\xfa\xd9\xfe\x33\x4c\x46\x18\ -\x0a\x56\xcb\xc1\xb2\xc9\xe1\x4f\x8a\xda\x2f\xe3\x08\xdb\xfa\x73\ -\xd7\x3d\xcb\xa7\xea\x93\x03\x4e\xf3\x9f\x4e\x6b\xed\x53\x1b\x43\ -\xce\x77\x82\xab\xc3\x41\xd9\xcd\x83\x6e\xfd\x2d\xa3\x05\x67\xc9\ -\x44\xc4\x88\xaa\xe2\xa3\xb7\xff\x7d\xb6\x33\xb5\xc5\xce\x28\xb5\ -\x9c\x34\x84\x46\xd2\x6d\xbb\x17\xbb\x5b\xe1\xbf\xad\x51\xa2\xd6\ -\x28\x53\x4e\xb0\x32\x67\x8f\x57\xda\xd4\xe7\x74\xa2\x85\xf3\x92\ -\x3e\x29\x9d\xb7\x14\x08\xcb\x2d\xc3\x30\x40\xaf\x3f\x7e\x3e\x2c\ -\x56\xdf\x39\xee\x6a\xea\x80\xce\x8d\x3f\xbe\x1e\x0c\x40\x21\x75\ -\x39\x82\xb2\x63\x9e\x7d\xca\x7c\xfa\x0c\x11\xd4\x73\x94\x66\x86\ -\x95\x4f\x14\x79\x67\xfd\x48\x3a\x27\xea\x4a\x61\x20\x56\xe7\x63\ -\x67\xa2\xc4\xcf\x8a\x00\x63\xa6\xae\x59\x44\x36\x8b\x1f\xd9\x0d\ -\x58\xd1\x63\xd8\xc0\xaf\x5a\xa4\x04\x90\xc3\x7c\x03\x11\xfb\x02\ -\xa8\x5e\x66\x89\x4f\x01\xf2\x88\x6b\x4c\xd7\xd1\xd0\x58\x30\xf6\ -\xde\x9f\x51\xcf\xf5\xe6\x24\x02\x83\xe3\x7e\x4c\x37\xe8\xbc\xa3\ -\x81\x8f\x48\x85\x56\x3b\xb5\xcf\xa2\x27\x6c\x0a\xb8\xe5\xd7\xbf\ -\xcb\xca\x73\x28\xec\xf0\x08\x82\xfb\x53\xeb\x5f\xc9\x34\xe3\xd6\ -\x54\xd9\xbf\xbb\xf5\xcf\x30\x94\x62\xf0\x60\x91\xed\xad\x19\xac\ -\x3d\x35\x62\x0b\xd8\x82\x0f\x7e\x73\xaf\xdb\xe3\xb2\xb8\x84\xe5\ -\xd9\x56\xb7\x7e\xd2\x3b\x21\x27\xcd\xcd\x7a\x7d\xf8\x38\x30\x1b\ -\x18\xe5\x3d\xca\x22\xe0\xb7\x49\x4d\x3a\xe0\xa9\x46\x65\xc0\x67\ -\xff\x96\xfb\xa4\x50\xba\x77\x07\x23\xeb\x8e\xe7\xd3\xd8\x64\x26\ -\xbb\x55\x2c\x15\xfc\xde\x8a\xb5\xb8\xb2\x7e\xed\x21\xe1\x5a\x7d\ -\x04\xea\x68\xe6\x10\x61\xf1\x3a\x0e\xf3\xdd\xbe\x10\x7b\xa8\xd9\ -\xd4\xd0\xd4\x7f\x27\x2c\x47\xe4\x53\x78\xda\x52\xca\x59\x15\xb4\ -\x0e\x94\x47\x68\x10\x46\xd2\xa5\x88\xa2\xb8\xf0\x8e\xdc\x45\xc5\ -\x1c\x39\x33\xae\x4d\x30\xb0\x7c\xff\xff\x8c\xfd\x59\x92\x24\x49\ -\xae\x04\x08\x02\x10\xf5\x28\x9a\xbe\x53\xdf\xa5\x7f\xe7\x16\x7d\ -\xe8\xa6\x79\x15\x6e\x2a\xc0\x7c\x60\x63\x88\xaa\xc5\xeb\x2c\x4a\ -\x8a\xca\xcc\x08\x77\x73\x55\x59\x00\x06\x2f\xe0\x86\xb2\x40\xeb\ -\x28\x2d\x7a\xc3\xcc\x85\xd2\x53\x69\xf1\x50\xcb\x2e\x9d\xae\x60\ -\xc0\xa7\xaa\xc1\x46\xd0\x5f\xfa\xfc\xf7\xe4\xa0\x1b\x81\x37\x34\ -\x44\xb9\x24\xb2\xf1\x7d\x9e\x87\x62\xfd\x7f\xe0\xc4\x9e\xa3\xd6\ -\xd6\x08\x5d\xc7\xa6\x3e\xa6\x2b\x30\xc6\xc4\x31\xb1\x24\x7d\x1f\ -\x82\xf7\x68\x70\x75\x63\xac\xba\x7e\x20\x00\x6e\x39\x8a\xc4\x54\ -\x23\xe8\x53\xf4\x59\x2e\x49\xf9\x67\xae\x9f\x91\x13\x80\x53\x4e\ -\x66\xa6\xf5\xf3\x53\xeb\x88\x63\x33\xf5\x21\x12\x0d\x69\xa0\xcf\ -\x85\x90\x66\xe8\xe1\x0b\xdf\xfb\xa1\xe7\x8a\x26\x2a\x0b\x47\x66\ -\xc8\x75\x52\xad\x82\xdb\x6a\xc3\xea\x70\xa7\x5b\xdc\x4d\x91\xe6\ -\xa5\x16\x4d\x0c\x43\x6e\x44\xeb\xf1\x9a\xee\xc5\x46\xf4\xb3\x7e\ -\xe8\x56\xf5\xa1\xac\x81\x85\x27\x77\x4e\x8e\x19\xea\xef\x24\x34\ -\x2a\x12\xf1\x02\x38\xad\x7a\xda\x86\xca\xbf\x3c\x25\x58\x49\xe8\ -\x1a\xc5\x5a\x51\x48\x82\x47\xbd\xae\x9f\x27\x1d\x29\x0e\x4d\x52\ -\xae\xfd\xfd\x14\xd9\xe6\x6a\xf9\x41\x62\x10\x88\x8a\xb9\x00\x93\ -\x53\xbb\x36\xb8\xd9\xdc\x5a\x34\x7d\x88\x65\x9f\x13\x80\xf4\xef\ -\xea\x89\xd6\xd5\xb4\x13\xd3\x2a\x72\x76\x08\xef\xe5\x12\xd0\x9a\ -\xf0\x61\xa2\x41\xe3\x7b\x24\x68\xf3\x30\x2f\xa1\xd6\x3d\x2a\xd9\ -\xd8\x93\x89\xc8\xab\xea\x83\x22\xd5\x88\x3d\x0f\x6e\xfd\xa4\x9d\ -\x3d\x5d\x0b\x9b\x82\xc0\x95\x31\x36\x28\xcd\xf0\xfb\x56\xea\xa1\ -\xca\xd8\x02\x12\xee\x6f\x77\xe0\x34\xeb\x5c\x3b\xe4\xba\x32\x3c\ -\x3f\x3a\x8c\x67\x8a\x37\x9f\x45\x6d\x84\x2e\x3f\x9d\x2c\x9f\xbc\ -\x7a\x2c\x5c\x90\x12\x82\xce\x99\x36\x1c\xca\x00\x41\x57\x7c\x46\ -\x4e\x95\x6d\xc6\x4a\xa4\x72\x25\xa2\x48\x46\xb2\xfe\xe3\xe8\x21\ -\x2f\x9f\xce\xb2\xba\x36\x38\xd7\xe9\xba\x86\x13\x2d\x07\xac\xbf\ -\xc9\x83\xac\x85\xe5\x1f\x02\x7a\xad\x86\x0e\x95\x1f\x8e\xa4\x5e\ -\xfe\x99\x23\x40\xbc\x8b\xa2\x40\xda\x41\x9b\x58\x46\x17\xf4\xa4\ -\x75\x3b\x22\x1a\xe6\x2d\xf2\x9c\x6a\x89\xd8\x3f\x91\xf4\x8e\x37\ -\x09\x32\x25\x68\x39\x63\x44\xda\x77\x05\xad\x41\x89\x32\x65\x1f\ -\xc8\x6a\x06\xe3\x22\xc5\xd7\x8b\xe8\x25\x7f\x1e\xae\x5f\x66\x3b\ -\x26\x8a\x1d\x23\xb1\x52\x50\x93\xd4\xa4\xb4\xe1\xcf\xe0\x77\xa0\ -\xe8\xa9\xf6\x1a\xba\xd6\x3a\x0c\x1e\x7a\xb2\x6c\x59\x90\x83\x53\ -\x7a\x69\x7d\xd3\x32\x9f\xc3\xf5\xcf\x56\x9f\xc2\x11\x74\xee\xb5\ -\xc6\xff\x38\x55\x5f\x97\x4f\xb7\xf9\x0f\xe9\x9d\xee\x92\x31\x4d\ -\x48\xe0\xcd\x18\xe2\x08\xad\xce\xe0\xd2\x74\x25\x23\x80\xfb\xae\ -\xa9\xe7\x4f\xfc\xd0\x36\x8f\xf5\xaf\x7d\xaf\x2b\xed\x9a\xa8\x5c\ -\x92\xe6\x38\x39\xad\x9f\xae\xc5\x2c\x37\xe8\xa2\x90\x0a\xea\xa0\ -\xa5\x03\xd8\x7c\x30\x1a\x60\x8a\x8e\xdc\x83\x43\x73\x9d\x6b\xb5\ -\x5c\xd6\x10\xd8\x80\x90\xda\x72\xd4\x8c\xfa\x47\x08\x43\x98\x7f\ -\x2a\x40\xdb\xe0\x0e\x23\x8d\x58\x88\xdc\x3f\xea\xa7\x95\xd1\x45\ -\x99\x69\x69\xc4\x24\xa2\x23\x92\x00\x5d\x16\x33\xb8\xfe\xf9\xd7\ -\x8a\x09\xdf\x45\x38\x50\x44\x06\x80\x1f\xab\x6e\x03\x8f\x1d\x93\ -\xd1\xc1\x07\x13\x07\x13\xf6\x83\xc9\xa1\x51\x0e\xaf\x98\xa8\x07\ -\x40\x7c\xe8\xb4\x07\xeb\xe9\xcd\x55\x34\xea\xbb\x02\x93\x39\x19\ -\x19\x39\x80\xb8\x0a\x0c\x47\x7d\x53\xeb\xea\xbf\x99\x9e\x58\x99\ -\xe7\x64\x43\x45\x87\xf9\x44\x4a\x0d\x5e\xad\x41\xcc\x29\xdc\x09\ -\x38\x10\xa1\xf9\x58\x3c\x5f\x5e\x24\x72\x4c\x9a\x84\x87\x57\xc1\ -\xc3\x35\x3a\x81\x39\xb8\x9f\x33\x3a\x25\x01\xc7\x72\x48\x64\x8e\ -\xf9\x34\x43\x4d\x86\x46\x1f\xde\xb4\x18\x7d\xb7\x7a\x7f\xb8\x36\ -\x82\x69\x9b\xd9\xae\xfa\x7c\x9c\xea\x7a\x97\xf6\xb1\x63\x1c\xe2\ -\xcf\xa2\x7e\x9e\x3d\x4e\xa2\x4c\x42\x80\xc4\x8e\x9a\x4b\x0b\x93\ -\x8b\x15\xa0\xd0\x22\xa1\x2b\x9d\xa4\x90\x97\x2e\xb4\x02\x81\x4a\ -\xf7\x1c\x79\x19\x8d\x36\x25\x4a\x75\x66\x58\x20\xa5\x4c\x62\x04\ -\xbe\x89\x5f\xc3\x4d\xbd\x38\xf5\x87\x6b\x31\x51\x19\x0f\x8c\xb2\ -\xf0\x64\xa2\x78\xc9\x4b\x32\xff\x88\xa3\xeb\xd6\x16\x07\xe6\xa5\ -\x7e\xb8\xbd\xe9\xdd\x23\xcd\x05\xf9\x3a\x97\x4c\x2a\x4e\x59\x02\ -\x47\xc0\xb1\xed\xa6\x39\xe6\xa1\xa7\x04\xb4\x08\x5e\xc3\x72\x5c\ -\x20\x50\x2d\x0b\xbd\xd3\xd6\x17\xf5\xc8\x62\x9e\xa5\x52\xe3\xd8\ -\xa0\x03\x4a\xf1\x90\xd1\x05\xc5\x46\xd3\x82\x54\xb8\x3c\x90\xce\ -\xc2\xad\x2e\x00\xa3\x07\xdd\x47\x5e\xdc\x8b\xaa\x79\x4b\x33\x13\ -\x40\x5b\x09\xbc\x55\xb6\x4d\x6b\x59\x4c\x09\x49\x74\xcb\xff\xc3\ -\x4f\x65\xd4\x4c\x31\xbf\x5f\xcc\x3f\x3f\xff\x89\x6c\x03\x1e\x86\ -\x1f\x58\x0c\x48\xd0\x00\x4f\x91\xaa\x27\x68\xef\x7f\xe8\x77\x8c\ -\x2e\xb9\xca\x71\x6f\xb1\x14\xea\x70\xda\x20\x9b\xc2\x65\x49\xa0\ -\xc1\x19\xcf\x6c\x16\x61\xaa\x61\x07\x6e\x34\x1a\xe9\x81\x5e\xda\ -\x69\x48\x9c\x06\x50\x81\x78\xee\xfb\xd8\x5b\x7a\xa0\x73\xc8\xe3\ -\x4f\x93\x07\x70\xc9\x5c\x02\x4d\x99\x3d\xb4\x59\x11\x30\x3e\xac\ -\x4b\x99\x2d\xe8\x65\x2f\x7a\x09\x3a\x9c\xd3\x68\xba\xcf\x3d\xcf\ -\x02\x7e\x1c\x6e\x8f\x0b\x01\x28\x8a\x58\xd8\xa5\x5f\xab\x95\x60\ -\x24\x35\x17\x1c\x71\x12\x40\x77\x4b\x0f\x12\xa1\x0e\x3e\x66\x08\ -\xa4\x15\x9f\x4e\x54\xe3\xa3\xf1\x9b\xb7\x4f\x8b\xfc\xd0\x43\xcb\ -\x76\x89\x83\x9b\x8a\x66\x54\x7b\x1b\xa8\x37\x48\xf1\xf2\x7c\x97\ -\x23\xaf\x29\x27\xfe\xe2\x54\x3d\xe2\x3d\x9e\x97\x19\x6c\xd8\x37\ -\x33\x12\x5b\x73\xef\x5a\x53\x15\x5c\x46\x28\xad\xdf\x79\x33\xe1\ -\x08\x11\xbf\x49\x80\x1d\xe1\xfe\x67\x69\xde\x91\xae\x9a\x0f\x73\ -\xad\x09\x30\xb5\x6d\x73\x07\x67\xe7\x61\x85\xd9\x28\x06\x41\xef\ -\x5c\xbc\xf5\xd4\xb9\x64\xb6\xc7\x02\xa0\x45\x06\xb5\xef\x1b\xed\ -\xc8\x4e\x3a\x24\x82\x47\xd4\x1a\xa7\x9a\x7c\x89\xeb\x4f\x16\x5f\ -\x15\x74\xea\x4d\x52\x68\xde\xb8\x73\xac\x14\xc2\x49\x1d\xfc\x94\ -\xef\x3a\xc2\x70\x7b\xac\xcf\x1a\x7a\x58\x0e\x04\xbc\x26\xf9\xa1\ -\x51\x70\xbd\xe5\xdd\x66\x10\x71\x6e\xaf\x78\x87\xf7\x47\x1f\x0a\ -\xe6\xa6\x20\xbd\x67\xd6\x55\x4e\xd3\xc3\xf1\xee\x59\x22\xad\x40\ -\xea\x8d\x8d\x96\x39\x7e\xe3\x2e\x99\xf1\x67\xb5\x73\xd3\x8c\x4f\ -\x1a\x31\x88\x49\x4c\x80\x82\x9b\xed\xb2\xa3\xc0\x08\x6a\x30\x35\ -\xd5\xc6\x9f\xc7\x4f\xcd\xfa\x46\xfb\x19\xa1\xe9\xa6\xde\xb4\x48\ -\x52\xab\xad\x33\xb1\x9e\x74\x53\x8d\xdf\xa9\xb1\x6e\xdf\x6d\xae\ -\x47\x80\x3a\x07\x70\xc7\x57\xec\x1d\x6d\x17\x49\x26\x12\xfb\x29\ -\x0a\x9f\x3b\x6b\xc6\x6a\x32\x19\x5b\xd2\x98\x0f\x9d\x70\xee\x5f\ -\xd4\xd1\x21\xe5\x2c\x81\x02\x79\x00\x16\xe3\xb3\x6a\x82\x14\x32\ -\xb2\x3a\xf3\x99\xed\x70\x2f\xcb\x46\xc3\x0b\x6b\x26\xe6\xbb\xe8\ -\x65\x7a\x30\x4a\xf0\x39\x5b\xb0\x25\xf2\xdc\xb0\xb0\x9f\xd7\x68\ -\x3e\x97\xb0\xd7\x2f\xf6\x46\x53\xcc\x70\xf1\x77\xc3\x22\xcf\x79\ -\xd3\xfa\xac\x79\xce\xe2\xef\xf9\x13\x6c\x04\x66\x24\xf2\xaa\x1b\ -\xbb\x98\xb4\xeb\x5a\xb2\xa0\xe8\xa7\xf5\x3e\xb6\x7d\xc2\xcb\x72\ -\xdc\x33\x54\x34\xdc\x61\x7a\x32\xea\x95\xa9\xc6\x62\x5a\xa4\x72\ -\x52\x33\xc1\x28\x62\xc4\xa1\x74\x9c\x80\x1d\x14\xf8\x0a\xc0\xae\ -\xac\xcb\xf7\xc0\xde\x02\x52\x44\x27\x35\x17\x2a\x05\x23\xa2\x8b\ -\xfe\xf4\x14\xdf\x24\xae\xd0\x2b\xfa\x68\xfe\xda\x30\x4d\x73\x17\ -\x9f\xf2\x36\x30\x49\x8f\x41\x07\x8e\xfb\xd0\x1c\x88\xb5\x6b\x51\ -\x35\x9b\x75\x1a\x2d\x92\x00\x8b\x23\xa9\x9c\x5a\x64\x15\xcf\x09\ -\xcd\xdc\xcc\x22\xf3\x6d\x91\xea\xed\x9f\xe9\x88\xb2\xa1\xa8\xfd\ -\xd0\xad\xcf\x20\x7b\xb4\x99\x47\x06\x53\x20\xee\x2f\x5f\xb5\xea\ -\x3b\x05\xf3\x7f\x35\x52\x39\x9e\x5f\xbf\x09\xfd\x4a\xf1\xa4\x88\ -\x5b\xc8\x3c\x4a\x39\xa8\xce\xa9\x61\xc7\x33\xce\x60\x40\xd4\x5f\ -\xa3\x63\x00\x2e\x8f\xa2\xf7\x9c\x73\x16\x71\xff\xdb\xc8\xb7\x49\ -\x2e\x76\x6b\x88\xb4\x9c\x75\x90\xd0\x9b\x05\xf1\x9b\x38\xbf\xf4\ -\x05\x87\x80\x1d\x73\xaf\xde\xc4\x6c\xa3\x70\xc8\x24\xf8\x11\xbc\ -\x18\x6f\x22\x10\xff\x44\x7b\x24\xe8\x2c\x75\x9f\x68\x8b\xcc\x7d\ -\x3c\x9f\x3a\x26\x0a\x3b\xf5\xee\x90\x27\xd1\x4f\x52\x6f\x58\x5f\ -\x6b\x05\x2a\x2c\x10\x50\x48\x21\x46\x2c\x0a\x0a\x41\xde\x54\xdd\ -\xd5\x56\xb9\x5d\x4f\x87\xb9\xa0\x53\xa7\xbe\xcb\x20\x87\x86\xd9\ -\x83\x04\x6c\xba\x43\x9c\x01\xc1\x68\xb7\xda\xcf\xbf\xe9\x06\xac\ -\x33\xc4\x19\x1b\xae\x9f\x82\xe8\x60\x41\x16\xad\xb0\xa2\x1a\x0b\ -\x19\xc9\xe7\x22\x64\x8f\xc3\x7a\xe8\x28\x92\x12\xca\x57\xe8\xb1\ -\x74\xba\x87\x15\xa2\xff\xe3\xc8\xd4\xf5\xcc\xd0\x22\xa6\x40\xa1\ -\x61\xfa\xa4\x73\xfa\x49\xa4\x90\x31\x93\xee\x8f\x5a\xe3\x5b\x0e\ -\x9a\xae\x6f\x0c\x6d\x34\x37\xb8\xda\xc2\x44\xdb\x98\x74\x6f\xda\ -\x96\x01\xac\x54\xf9\x63\x13\x85\xf7\x62\x41\xa9\x45\xb7\xe5\x40\ -\x4c\xd3\xe1\x91\x52\x8b\x16\xbc\x6a\xab\x40\x58\x1e\xc1\x82\x4d\ -\xd5\xf0\xe9\x55\x23\xf8\x41\x79\x70\xf5\x2e\xf1\x10\xbb\x53\x15\ -\x4d\xa9\xaa\x70\xe4\x68\x3a\x57\x5d\xd7\x45\xf7\xef\x26\xe2\x1d\ -\xb4\xaf\x99\xe1\x40\xcc\xa4\x3b\x68\xb9\x42\x07\x6a\xd9\x48\x1b\ -\x19\x3d\xf4\x18\x9a\xe8\xbc\xd8\x30\x10\x79\x04\xe8\x1e\x42\xf1\ -\xb3\x48\x32\x3d\x26\x49\x32\x27\x27\xac\x8e\x70\xdf\x59\x88\xda\ -\x73\xf2\xb3\xf8\x2a\x5b\xd9\x37\x2d\x5a\x1e\xb6\xd8\xe0\x8e\x38\ -\x84\x2a\x7d\x95\x30\x37\xc7\x03\x52\xaf\x41\x21\x49\x57\xaa\x72\ -\xb3\xb4\xd6\xea\x25\xca\x99\xb6\xb0\x22\xd3\xb8\x05\x1b\xb4\xb1\ -\x67\x52\x93\x38\x38\x39\x2d\xb8\x85\xcd\x3b\x8a\x62\x17\xed\x72\ -\xad\x79\x14\x58\xac\x7a\xf2\x11\xfe\x5c\x32\x99\x19\x5c\xb9\x18\ -\xce\x47\xb2\x61\x36\x82\xc8\x37\xbe\x33\x04\x8a\xe4\x2d\x06\xa1\ -\xbb\x35\xf8\xb3\x07\x72\x38\x1a\x2d\xa9\xa0\xc6\xa7\x81\x6f\x0a\ -\x83\x05\x8c\x18\xda\x81\xf4\x44\x92\xdd\xb8\x66\xd5\x7e\xd4\xd2\ -\x20\xe4\x1e\xb4\x03\x80\x79\xb7\xa0\xce\xb5\xba\x88\x1d\xd4\xe3\ -\x0e\x66\x66\x30\x4b\x69\x84\x5d\xab\x10\x77\xb4\x75\x36\x92\xd3\ -\x45\x16\x74\x30\xa6\x11\xd9\x01\x94\xe6\x60\x59\x9c\x14\xd6\xb7\ -\xbf\x34\x1c\x70\x8d\x1a\x54\xdd\x39\x7d\x32\x64\x8f\x58\x9d\x93\ -\x1d\xab\x96\x7a\x6a\x2e\xe6\x03\x66\xaa\x2d\x5e\x74\xdf\xb9\x4f\ -\x34\xd6\x75\x18\x09\x24\x90\xf3\x30\x52\x61\xa0\xdc\x23\x00\xc9\ -\x41\x8f\xa4\x02\xc9\xe2\xfa\x6c\xb3\x07\xce\xe6\x59\x5e\xf5\x3e\ -\x6f\xff\x5c\x01\xb4\x03\x45\x76\xc0\x2d\x27\x12\x1c\x21\xc6\xe9\ -\x18\xe8\x06\x49\x34\x68\x7d\xc2\x0d\xaa\x34\xf8\xe2\x85\x33\x6e\ -\x41\x85\x73\x38\x1b\x5f\x81\x9f\xbb\x3e\x9f\xba\x3e\x65\xeb\x3d\ -\xf4\x25\x79\x86\x65\xf3\xcf\x06\x1a\x98\x61\x28\xa2\x55\xbf\x28\ -\xec\x3b\x4e\x5a\xa7\x3a\x4d\x79\x11\xb8\x19\x92\x95\x43\x70\x69\ -\x8a\x4a\x7b\xa5\xd4\x83\xa8\x06\x72\x57\x6c\x2d\xd5\x13\x6c\xc4\ -\x29\x7c\x36\xac\x04\x67\xb3\x8c\x9c\x53\x57\xa0\xb8\xf4\x43\x12\ -\xf0\x06\x9a\x24\xe5\x3a\xb6\xe5\x60\x92\xb1\x6b\xd6\x7f\x3e\xb1\ -\x5f\xa6\xcb\x69\x03\xeb\x18\xf7\x80\xcf\x3e\x8f\xe4\x3d\x34\xea\ -\xc4\xad\xe3\x33\x66\x6f\xac\x25\xc7\xdf\xb8\xf1\x42\x6b\x97\xf5\ -\x04\x9e\x68\xec\xf9\x97\x1c\x6b\x2a\x59\x45\xfe\x77\x14\xd9\xe6\ -\x4a\xc0\xac\xc1\xbe\xfd\xb5\xc7\xbe\xb6\x11\xb4\x6d\xd6\x4a\xc7\ -\x27\x33\x43\x81\x5d\xf2\x3d\x16\x22\xa9\x95\xc2\xed\x9c\x5a\x4f\ -\xc9\x88\x2c\x26\x3e\xaa\xc5\x02\x1c\x35\x78\x99\x12\x8d\xcc\x6e\ -\x34\xf7\x58\x51\xbf\xec\x02\xc7\x93\x39\xa3\xba\xa3\x36\x66\x58\ -\x13\xc9\x2e\x8a\x49\x10\x04\x5a\x3f\xea\xfc\x60\x64\x69\x66\x89\ -\xd9\xb4\x3f\xf5\x88\x9f\xa8\xc3\x31\xe6\x43\xd0\x64\x6c\x32\xba\ -\x66\x2c\x8a\xb4\x2b\xb1\x66\x9c\xc9\xfe\x72\x9e\xec\x8e\x55\x29\ -\x60\x5d\xe9\x5a\xff\xe9\xf8\x26\x6c\x22\xa3\xc6\x17\xe3\xd6\x9f\ -\x4a\x0c\x40\xc4\xe8\xe2\x3b\x0a\x54\x17\x2a\xb9\xc3\x96\x08\xed\ -\xd0\x6d\x2c\x6e\xda\x16\x43\x06\x91\xda\x26\xb6\x05\x05\xf7\xd3\ -\x61\x49\x55\x83\xfb\x49\xc3\x1d\x07\x91\x39\x07\x5c\x3a\xe9\xdd\ -\x6c\x2e\x52\x3f\xc4\x8d\x7c\xc0\x96\x36\x8d\x7d\xab\x9c\x36\x94\ -\x5a\x9d\x7c\x5f\xb4\xaa\xea\x42\x58\x66\xfa\x91\x1f\x12\x76\xbb\ -\x6f\x33\x1d\xe8\x59\x8f\x3b\x5b\x8b\x34\x47\x88\x1d\x6c\xcc\x74\ -\xba\xfa\x69\xe7\x05\x84\x99\x02\x5b\x07\xa5\xe9\xd7\x90\x47\x1d\ -\x93\x80\x5e\x78\x3b\x43\xe9\x1f\xc6\x03\x6f\x8e\x73\x1d\x6a\x86\ -\x22\x3d\x76\x43\x9a\xe4\x5b\x73\x53\x43\x68\xa5\x63\xd8\x6e\xe3\ -\x0c\xc2\x80\x5b\x1b\xf9\x33\x59\xff\xce\x85\xa9\x0f\xf7\xa7\x07\ -\x8d\x2a\x33\xc1\x4c\x4a\x9b\x74\x8e\x70\xab\x60\x8a\xe6\x65\x64\ -\x3f\x80\xa3\x53\x4d\x58\xd4\x0a\x31\x45\xca\x23\x36\xa6\x78\xf1\ -\x32\x14\x7f\x34\x36\x5f\x88\xb8\x35\x1a\x6d\xf3\xa0\xbd\x15\xcf\ -\x09\xa7\xaf\x99\xb5\xc2\xe0\x24\xe7\xff\xdd\x4a\x97\x91\xa1\xc0\ -\xb8\xce\xab\xf0\xa0\x1d\x94\x2c\x7f\xf6\x46\x3a\xc4\x96\x44\xef\ -\x21\xc0\xca\x19\x96\x3d\xdf\x7f\x1e\x5c\x0b\x69\xa0\xd6\xee\x75\ -\x5e\x60\x36\x27\x59\x23\x13\x88\xe4\xcf\xdc\xaf\xe9\xae\xa9\xdb\ -\xa7\xaf\x7c\xe6\xa2\xf0\xbf\xa1\x22\x35\x28\xe0\xdf\x91\x24\x3a\ -\xd0\xc8\xe1\x52\x17\x4e\x93\xd5\x38\x10\x5c\x12\x44\x87\xd9\x01\ -\xa3\xeb\x76\x14\x44\xd7\x3f\x51\x2c\x6f\x2a\x64\x98\x93\xe0\x79\ -\xb1\xb7\x0d\xb0\x41\xc1\x89\xcd\x7f\x5f\x17\x53\x19\x57\xf0\x26\ -\x6a\x9e\x01\xd4\x02\xeb\xed\xe9\x6e\x38\x50\xc9\x9c\xf2\x70\x4f\ -\x32\x6c\x38\x0f\xc1\x24\x93\xd1\x18\x00\xe2\x20\xca\xa4\xe2\xdd\ -\x89\x12\x9b\x99\x9e\xa0\xf1\x8c\x63\x50\x0d\xdd\x24\x34\x53\x3e\ -\x06\x1b\x96\xcc\x76\xac\x7f\x3e\x0a\xca\xa4\x62\x4b\x50\xa8\x87\ -\x83\xd4\x98\xb4\x4d\xa4\xff\x5b\x86\x5b\x35\x5a\x61\x95\x5b\xd4\ -\xe9\xa2\xe4\x2f\x58\x3b\xed\x94\x67\x0f\x94\x9b\x5f\x45\xd2\x27\ -\xb5\x9a\x0f\x2e\xbc\xbb\xe3\xee\xa0\xe5\xf6\x7f\xdb\x16\x93\x4c\ -\x59\x61\x32\xa1\x03\x9c\xf2\x67\x68\xd1\xb8\x6f\x2f\x70\xcc\x86\ -\x46\x8e\x55\xc9\xe2\x7c\x1c\x7b\x1e\x45\xda\x17\xbd\xa3\xac\x5d\ -\x3a\x90\xb2\x1d\x8c\x85\x66\x58\x4c\xd3\x90\xf5\xd2\x48\x72\x15\ -\xed\x2b\x73\x22\x01\x3d\x1e\x13\xa8\x71\x4f\x4e\x71\xfb\xa9\x6d\ -\x4d\x3a\xf1\x95\x54\x79\xa8\xd8\x99\x6d\xd2\x72\xa8\xcd\x68\xd2\ -\x8d\x20\xa9\x53\x6c\xed\xda\x9a\xcd\x43\xc7\xb1\x50\x84\x8d\xf6\ -\xd9\xb3\x77\x4c\xef\x59\x43\x17\xf9\x69\xb7\xb8\x30\x41\x69\x70\ -\xd6\xb5\xdb\x1a\xa2\x43\x74\x03\xb4\x00\xdd\x4e\x8a\x1f\x01\xda\ -\xef\x75\xe3\xed\x05\x3c\xd1\xb0\xfa\xa7\x28\xbe\x1d\x7c\x5c\xc7\ -\x94\xda\x6b\x1a\xa3\xd0\x6a\x72\x52\x07\x19\xa4\x00\xb1\xff\xaf\ -\x35\xd8\x32\xd5\x38\xc6\x94\x32\x6d\xe9\xfb\xeb\xdb\x61\x2f\xfd\ -\x62\x08\xd5\x8c\xed\xba\x7f\x72\xaa\xf1\xbc\xc3\x2d\x28\x61\xf2\ -\x4a\x95\x7d\xa5\x54\x33\x95\x69\x0d\xad\xae\xc5\xa0\xa2\x0b\xfa\ -\xee\xd3\xec\x6c\xfe\xe5\x74\xb5\x6f\x59\x86\xb9\x66\x1a\x83\x4f\ -\xb9\x48\x30\x37\xc2\xfe\x9d\xa1\x7e\xc1\x49\x9d\x41\xd4\x43\x3b\ -\x02\x63\x06\x94\x86\xa1\x1f\x8f\xba\xd3\x4d\x84\x02\x9c\x7e\x31\ -\xef\x62\x49\x70\xe6\xe9\xe4\xcb\x90\xfb\x6a\xe5\xba\xfd\x56\x13\ -\xd2\x8c\x29\x00\xc6\x52\x35\xf4\x2c\xae\x51\x4e\xe7\x6a\x9a\x0e\ -\xb0\x0e\x04\x86\x49\x51\x46\xd7\x4b\x3b\x37\x3a\x18\x77\x3d\x9f\ -\xad\xf4\x7d\xee\x3f\x63\x50\x0d\x41\xbf\xd4\xb5\xa2\x1e\x54\xd9\ -\x13\x64\xd0\x47\x0e\xdc\x04\x20\x74\x98\x71\x38\xad\x74\x3d\xef\ -\x03\x93\x01\xc6\x59\x4d\xcf\xa5\xfa\x86\xaa\x0f\x4f\xb7\xcf\x5c\ -\xdb\x3d\x66\xef\x6c\x56\x91\xd7\xa9\x58\xce\x2a\xf7\xde\x51\xc3\ -\xf9\x3d\x9b\xb5\x81\xa5\x6d\x3c\x77\x5d\x22\xa0\x45\xbc\xc8\xee\ -\xca\x0b\x0a\x39\x9a\xa3\x28\x41\xe7\x60\x10\xd5\x2a\x37\xa5\x47\ -\x46\xda\x77\xa7\x8e\xa3\x63\x8b\x59\x88\xff\x4e\xee\x78\x70\x4a\ -\xd7\x6a\x27\xa8\x33\xac\x0e\xa9\x6c\x2c\x17\x2d\x26\x5a\x8b\x29\ -\xf3\x1e\x4d\xa3\x29\x52\xab\x11\x3f\x6a\x2e\xca\xaa\x98\xd4\x79\ -\xae\xd2\x05\x8a\xe7\xf1\x71\x4f\x67\xc6\x78\x39\xf8\x9f\x96\xa1\ -\xc3\x9d\x46\xcf\x90\x05\x92\xd6\x8a\x10\x01\xd6\x45\x7e\x8a\xd9\ -\xd4\x3c\xd9\x1b\x02\x91\x1f\xc8\x83\x69\x98\x80\xf9\xe4\xcb\x11\ -\x26\x09\x94\x20\x2e\x34\xe9\xcd\x94\x34\xc5\xd2\x28\xd1\xe5\x02\ -\x76\x7b\x2f\xcc\xd3\x78\xc2\x84\xc7\x88\xb8\x5d\xaf\xfe\x8c\x86\ -\xa3\x16\x56\x36\x34\xc1\x91\xe6\xb8\x74\x29\xc4\x89\x7e\x01\xec\ -\x57\x7a\x53\x2e\x2e\x11\xa9\x06\x8e\x34\x50\x83\x34\x30\xe1\x2e\ -\xb2\x65\x75\x33\xac\x6a\xc3\x30\x22\xec\x0e\x7d\x22\x20\xec\x86\ -\x0a\x95\xc6\xc3\xf4\x67\xfd\x1f\x85\x34\xf4\xe6\x6c\x2a\x9e\x01\ -\x35\x31\x8b\x16\x25\xd0\x9b\xe9\xf6\xc3\xd7\x2e\x22\xfd\xb8\xb9\ -\x88\x65\x18\x34\xa6\xde\x3b\xdf\x57\x44\x0e\xd4\xa5\x11\x41\x16\ -\xcf\x37\xf3\xe2\x24\x1a\xca\x15\xc8\x57\x64\xc2\x69\x02\x14\xd5\ -\x60\xac\xaf\xcd\xf2\x28\x7c\x79\x11\xcb\xcc\x91\xd1\x4d\x44\xe6\ -\x86\x31\x72\x71\x3b\x6f\x45\xb6\x0d\x73\xec\xdd\xc3\x34\xa2\x38\ -\xd1\xd1\x14\x99\xde\xe1\x74\x43\x51\x10\x73\x38\x4c\xee\x47\x21\ -\x36\x0b\xde\xa4\xea\x1e\xe9\x79\xff\xe0\x42\x0f\xba\xe9\x2b\xfb\ -\x9b\x0f\x7a\x18\x4d\xb4\x97\x5f\xc0\x09\x40\x63\xcf\x03\xd5\x05\ -\xf7\x6d\x5c\x72\xee\x3f\x2b\x6e\xf7\x0d\x39\x63\xa7\x2b\xe8\xdb\ -\x54\x3d\x1a\x4f\xa0\x65\x34\x05\x34\x72\xeb\xb6\x7d\x09\x7e\x84\ -\x83\x1c\x28\x0f\x77\x4d\xf9\xc0\x65\x50\x26\x65\x81\x01\xd1\xf7\ -\xef\xf7\xd3\x57\x01\x30\x0e\x93\xf4\x61\x61\xd2\x23\x59\x48\x09\ -\xe3\x5c\x84\x98\xaf\x00\x8b\x12\xb4\x88\x8b\x97\x10\x91\xe6\x46\ -\xbb\xcf\xbc\xa3\x10\xa0\xeb\xd1\x20\x69\x34\xc8\x2e\xb6\xc7\x06\ -\xfb\x00\x98\xf2\xd2\xe3\x46\xc3\x27\x15\xfc\x4f\x34\x6f\xc9\xa4\ -\xf8\x33\xce\x6d\xe3\xbf\x6d\xac\x60\x3b\xc5\x92\x75\x47\xb4\x06\ -\x26\xa9\xc4\x7b\xd0\x32\x0d\xf5\x2b\x47\xa7\x95\x94\x3c\x55\xa5\ -\x5b\x8d\x6c\x7f\xc6\xbb\x5c\x6b\x91\x44\xc5\x56\x2e\x55\x0a\xa8\ -\x79\x85\x02\x4b\x39\xb9\x76\x0e\xcf\x26\xcd\x73\x02\x69\xb4\xa8\ -\xcd\x3d\xe8\x9f\x0f\x1d\x09\x52\x36\x6d\x1d\xd4\x17\x6a\x8d\x59\ -\x85\x6f\xc7\x14\x1f\xa7\xc8\x6b\xea\xaa\xf2\xdd\xe9\xfe\xb8\x06\ -\x53\x76\x51\x68\x2d\xa7\x86\xb6\x88\x29\x98\x08\xfc\x0b\x20\xcd\ -\x9c\xe6\xa0\x5e\xa7\xff\x39\x23\x59\xe6\x7d\x54\x67\xbe\xa5\x13\ -\x23\x52\x79\xde\x00\x49\x1e\xdf\xeb\x94\x29\xe4\x1e\x58\xe9\x30\ -\xa8\xe2\xec\x85\x95\x40\x5f\x34\x0d\x12\xbf\xc7\x72\x92\xc7\xe1\ -\x3a\xb9\xaa\x01\x29\x27\x4a\x66\x37\xc6\x92\x9e\xd4\x48\xba\xdb\ -\x6a\xbb\xd7\x21\xfd\x5e\xf8\x67\x36\x20\x89\x13\x58\x68\x77\xf6\ -\x55\x39\x78\x15\x60\x6e\x37\xa9\xdd\xa4\x7b\xd3\xba\x7f\x62\x72\ -\x7f\x11\xcb\x15\x40\xe1\x0a\x4b\x6a\x26\xfe\x01\x1c\x91\xd5\xed\ -\xcf\x49\x83\x9e\xea\x66\x09\xa9\x65\xe4\xe1\x58\xb7\xe3\x0e\x11\ -\x70\x35\x5b\xf1\x33\x49\xed\xed\xd2\x90\x1e\x19\x4b\x75\xbf\x6e\ -\xab\x85\xe8\x1a\xe9\x60\xa0\x64\x04\x4f\xe4\x8a\xb6\x2f\x71\xb8\ -\x1a\xaf\x38\x6f\xb6\x35\x3b\x08\xcf\xe7\xa0\xb8\x8a\xfc\x81\x29\ -\xaf\x3e\xf6\x83\x60\x86\x57\x45\x05\x58\xfa\xc7\xb8\xe1\x1a\x53\ -\x39\x4d\x16\x48\x9a\xfb\x6b\x71\x01\xdb\x69\x74\xc4\xd6\x40\xe8\ -\x0a\xd0\x22\xd9\x24\xaa\x77\x54\x1f\x32\x68\x84\x27\x78\xd5\x59\ -\x96\x9f\x6e\x30\xd4\x0e\x2a\xb0\xd1\xd6\x33\x7c\x9a\x87\xa7\x01\ -\x1f\x5a\xca\xb3\xc9\xff\xf9\xcf\x9f\x83\xfa\xd6\x0c\x2a\x1e\xd3\ -\x71\x7e\x3e\x27\x66\xfa\xd8\x64\xc2\x9c\x16\xef\x18\x66\xfe\xa8\ -\xd1\xc3\x20\x66\xb8\x92\x9a\x94\xdb\x77\x35\xb4\x0f\x8a\xec\x22\ -\xd5\x4f\xd9\xc5\x9f\x3f\x9b\xb2\x06\x7d\x55\xbe\xe6\xc3\x65\x1d\ -\x23\xc3\x1d\x5b\x0b\xcc\xeb\xfd\xc6\x53\x57\xcc\x1e\x96\x64\x3c\ -\x41\xbf\x11\x6e\x5f\x50\xb7\x94\x69\x95\x54\xb4\x8f\x95\x16\x8c\ -\x0d\x14\xc6\xa9\x43\x8e\x5f\x2f\x05\x44\x8e\xf9\x8a\xc3\xc4\xc8\ -\xd8\x11\xef\x3b\x50\x6b\xb1\x39\x51\x60\xa2\xa3\xa1\xe2\x07\x07\ -\x51\xd5\x17\xbe\x1e\x61\x95\xcc\x99\xd8\xee\xc5\x68\x1f\xc8\xfc\ -\x40\xb7\x8b\x8b\x7b\xd8\xf6\xe6\x98\x9a\xab\xc0\xb8\x86\x18\x33\ -\x11\xc1\x0c\x8d\x24\x43\x0f\x7d\xbf\x7c\x6e\x53\x97\xf6\x1f\x85\ -\x1f\x2b\x37\x4d\xd1\xc2\xd7\xd0\x1a\x69\x37\x69\x17\x39\x0f\xe8\ -\xb5\xd2\xcd\x98\x74\xa3\x65\xa5\x05\x38\x12\xcb\xd5\x0a\x99\xcb\ -\x86\x67\xa0\x90\xf1\x3d\x31\x4f\x8a\x27\x01\xbc\x75\x33\xe1\x7a\ -\xd4\x16\xe6\x47\x40\xa6\x49\x21\x43\xc3\x6a\xb6\x34\x2f\xd7\x63\ -\x92\x83\x23\xfe\x44\xe9\x41\xdf\x1e\x96\x9d\xea\x23\x3c\xdb\x60\ -\xd6\x01\x7a\x1a\xea\xc6\xd6\x4d\x98\xf4\x91\xb5\xd5\x97\xea\x3d\ -\x9d\x1b\x51\xaf\x17\x5c\xeb\xfa\xdc\x2c\xe1\x12\x13\xb4\x8f\x1d\ -\x45\x15\x1d\x19\x3a\x21\xc0\xcf\xc6\xa6\x26\x20\xb2\x88\x6d\x07\ -\xca\xeb\xda\x98\x9c\xec\xe9\xfa\x09\x9e\xae\x53\x74\xc6\xaa\x4c\ -\x61\x23\x75\x6e\x06\xd2\x6c\x28\xc6\xfc\xa9\x4d\x3c\x0b\xf8\xda\ -\xc4\x79\x20\x88\x94\xc1\x45\x4f\x65\xe4\x51\xbc\x4b\x51\x5d\xa9\ -\x10\x7b\x32\x71\xea\xe2\xde\x91\x66\xde\x28\x30\x8b\x5b\x13\xb3\ -\x69\xe8\x0a\xd7\x97\x09\x86\x10\x2f\xf6\xbc\x18\x30\x97\x11\x31\ -\x78\xe7\x3c\x28\x22\xdf\xac\x79\xbb\x49\x3f\xa7\xd6\x9b\x78\xad\ -\xbe\xc8\x72\x34\x33\x90\x5f\xab\x8b\x8a\xd1\x36\x58\xec\x6b\x63\ -\x85\xd5\xaf\x45\xc3\xde\x08\x2d\x81\x3b\xd7\xaa\x73\xd5\x58\xe2\ -\x9c\xe3\x97\x4b\xea\x0c\xff\x94\xd2\xab\x7d\x13\x10\xa7\xfe\x8d\ -\x2b\x9a\x00\x3f\x95\xd4\xfb\xc0\xe9\xd8\xbf\x39\xe3\x31\xad\x0a\ -\x13\x03\x14\x1f\xbf\xd9\x22\x3f\xf5\x6c\x9d\x67\xd2\x8f\x39\x0a\ -\x58\x85\x67\x6a\x7d\x2e\x64\xce\x54\x09\xdd\xd3\x2d\x2a\xec\xcc\ -\xe5\x9c\xa6\x10\x3d\xe3\x1f\x64\xb7\x46\x0e\xd7\x08\x07\xd8\xb1\ -\xd7\x3f\x34\x28\xad\xf5\xa3\x2f\x88\xb4\x9f\x00\xcb\x2f\xf0\xb4\ -\x2d\x0e\x58\xcf\x38\xdc\xec\xc8\xf3\xcd\xfc\x0c\xb9\x83\x66\x94\ -\x36\xfe\x06\x93\x4a\x08\xc6\xad\x29\xfe\x79\x1e\xc9\x3c\x7f\xfc\ -\xa6\x8e\x22\x85\xc1\xd1\xd1\x45\xf8\x23\x6e\xc2\x30\x4f\x0c\xa9\ -\x2d\x3a\xa6\x0a\x7d\x56\xef\x63\x42\x86\xda\x17\x01\x7b\xf3\x9e\ -\x92\x30\x80\x86\xef\xd4\x38\x9e\x8c\x0a\x5a\x05\x6c\x32\xcb\x38\ -\x87\x7c\xf2\x96\x34\x54\x1b\xfa\x1f\x63\x26\x59\x4c\x74\x4b\x15\ -\x13\x55\xdc\xa6\x03\x21\x07\x15\x06\xee\xf5\x9c\x20\xe4\x8f\x7e\ -\xef\x8c\xba\x88\xe7\x09\x97\x80\x3d\x61\xf2\x78\xa6\xad\x81\x2e\ -\xf3\x8d\x43\x5f\xc5\x30\x99\xb7\x42\x94\x93\x22\x76\x3f\x34\xa1\ -\xcc\xd8\xd4\x07\xd8\x20\x02\x93\xb8\x19\xd1\x92\x14\x40\xd4\x33\ -\x63\x43\x8b\xc5\xe5\x04\x2b\xdb\x1c\xca\x0b\xd3\xd6\x13\x8d\xa6\ -\x53\xb2\x99\xb1\xa6\x7e\xd7\x29\x12\x53\x76\x16\x52\x0e\x6a\xab\ -\x19\x49\x84\xb4\x13\xef\xd8\x0b\xd6\xd0\x7a\x98\x7a\x39\x28\xa8\ -\x51\xaf\x68\x83\x3f\xbc\x46\x81\xfc\xed\x4c\x99\xb4\xe7\x0c\xc0\ -\x4d\xd7\x50\x7e\x30\x1a\xd2\x23\xa5\xb4\xa1\x99\xd1\x14\x77\xd6\ -\x2e\xe9\x48\x34\x36\x96\x11\x34\x50\x34\x5b\xe7\xaa\xb1\x7c\xa3\ -\x7e\xea\xeb\x64\x7b\x1b\x4e\xcc\xf2\x7c\x5b\x73\xff\x02\x6d\x99\ -\xe3\xbc\xc8\xc2\xfd\x16\x3c\x93\x57\x50\xc7\x76\xd8\xe0\xef\x76\ -\x82\x8e\xe7\x89\x75\x0a\x81\x76\xb9\x0d\xac\x0e\x50\x51\x75\x50\ -\xc7\x1d\x38\x90\xda\x9d\x6a\xf0\xee\xa0\x21\xa9\xa8\x59\x79\xd3\ -\x98\x3d\x81\xe3\x37\x2b\x7c\xa3\x96\x32\x49\x98\x92\x6d\x4d\xf6\ -\x4a\x34\x8d\xf6\x9c\xe2\xf7\xe4\x95\xc1\x4f\x80\x2b\xb6\xe1\x4d\ -\x4b\x78\xd6\x08\x7a\x68\xa4\x8a\x96\x18\x17\x72\x1a\xbd\x3d\xf5\ -\x96\xab\x32\xb9\x1c\x80\xd8\x70\xb1\x76\xb3\xd5\xd4\x50\x7d\xd7\ -\x36\xa6\x09\x97\x34\xbd\xfd\x2d\x1f\xec\x71\x76\x82\x7b\x2b\x05\ -\x95\x1f\xe3\x82\x4e\x4a\xe0\x9c\x71\xad\xfa\xf5\x6a\xc4\x6c\x05\ -\x8d\xa3\x83\xf7\x94\x39\x6c\x1f\x97\x5b\xca\xc2\x25\x90\x79\x4b\ -\x4b\x3b\x35\x7a\xe8\x74\x22\x0f\xcb\xd8\x3a\x98\x6b\x09\x0d\x8f\ -\x12\x35\xda\x36\xbd\xe9\x89\xdc\x32\x91\xeb\x30\xbf\x6a\xfc\xba\ -\x77\xff\x50\x35\x35\x93\x76\x63\xda\x81\xc2\xa6\x80\x4e\x93\xe2\ -\xc2\xda\x93\x83\x48\x54\xa6\x92\x69\xf1\x68\x0a\x2b\x9f\x25\x35\ -\x26\xb4\x6b\x63\x55\x73\x41\xab\xcc\x3b\x7e\x44\xc8\xcc\xd1\x2d\ -\x65\x47\x0b\xd0\xd1\x05\xd1\xcd\xe2\xda\xa7\x48\x7f\x75\x43\x98\ -\xae\x6f\x38\x3e\x66\xe3\xca\x8e\xb2\x3d\x37\x96\x01\xef\xda\x72\ -\xa2\x74\x50\x1d\x12\xa5\x62\xe4\xb4\x42\x67\x5e\x61\xca\x2f\x8b\ -\xb2\x04\xd4\xd6\x9a\x32\xcc\x17\x49\x8e\xbd\xe9\x51\xcc\x66\xe2\ -\x79\x52\xf7\x60\xda\x87\x14\x22\x0a\x9d\x02\x4e\x52\x90\x26\xba\ -\xd6\x8a\xef\xd9\x5a\x0d\x4e\xe1\xb1\x88\xbb\xf4\x99\x52\x88\xe4\ -\x22\x6c\xd4\x66\x00\x9d\xcc\x2c\xb0\xe6\x08\xa3\xab\x16\x95\x9b\ -\x16\x85\x51\x89\x41\x68\x5e\x4e\xd9\x7c\x6c\xff\xf1\x69\x46\x66\ -\x70\x88\x47\xae\x59\x5a\xb6\x26\x9a\x49\xdb\x35\x2e\xb9\x76\xb3\ -\x08\x0f\x5a\xac\xc1\x48\x3b\x27\x8a\xb3\x71\x8e\x86\x21\x0c\x37\ -\xa6\xf0\xb6\xb3\xc4\x78\x2d\x08\x72\xf4\xb0\x48\x8d\x29\x69\x16\ -\xf6\x6b\x31\xa9\x4a\xaf\xc9\x30\x5c\xc1\x22\xce\x60\x8d\xd4\xd4\ -\x8f\x67\x8a\xfb\x37\x11\xb9\x53\x79\x66\xb0\xef\x73\x56\xfe\x00\ -\x00\x20\x00\x49\x44\x41\x54\xee\x03\xf5\x3a\x46\xf4\x78\x39\x8a\ -\x74\x73\x89\xe1\xe2\x58\x9c\xf4\x64\xe3\x79\x98\xaf\xa4\x29\x04\ -\x02\xd9\x53\x45\xe0\xbe\x0b\x03\x55\xa9\xe3\x0a\x1e\xc5\x6c\x4d\ -\xbd\x64\x20\x88\x89\x9c\x63\xf6\xcb\x9b\x33\x9b\x04\x8d\x2a\x29\ -\x45\x6f\x13\x84\x47\x9e\x59\x4d\x76\xb8\xd0\xbe\x9c\x86\x29\x19\ -\xfd\xd8\x93\xaa\x91\x79\x75\x6a\x44\xff\x61\x08\x7a\x26\xf2\x0c\ -\xb7\xa2\x90\x52\x39\x06\xd6\xa4\x63\xc4\x72\x59\xb8\x52\x45\x8b\ -\xcb\x5a\x85\xa6\xd1\xc7\xad\x81\x8d\xbf\x72\xe4\xb3\x31\x46\x6a\ -\x4b\xd1\x72\xd3\x91\xb4\x0a\xfd\xab\x5d\x61\x4b\x77\xc0\x3d\xd1\ -\x51\x6c\xa2\xa1\x88\xdb\x93\x4a\xaa\xaa\xb1\xaf\xe3\xcc\x0e\xf3\ -\x96\x0a\xf2\x64\x0a\x7d\x4d\x5a\x5c\x4b\x23\xee\x69\xef\x3c\xb2\ -\x7e\xe4\xeb\xf9\x37\x2e\xe9\x8d\x21\x98\xd1\xe2\x58\x4c\x40\x58\ -\xc7\x99\x6d\xe0\xfa\xe6\xae\x6d\x6e\xa5\x9d\x93\x75\x46\x9a\x28\ -\x14\x92\x69\x94\x42\x24\x91\x77\xb6\x80\x2a\xca\x8f\x7a\x20\xcf\ -\x29\x29\xea\x9e\xf8\x14\x8c\x1d\xad\x26\x35\xda\x60\x53\x2c\x08\ -\x5c\x32\x14\x6f\x68\x92\xa1\x16\xd9\x41\x51\x90\x40\xf8\xbc\x71\ -\x4f\x85\x35\xf4\x59\xc2\x7f\x62\xb2\x3d\xdd\x72\x91\xda\x53\xe7\ -\x4a\x3a\x9c\x86\x36\x2b\x4d\x02\x32\x2a\xe0\x3c\x07\x45\xa4\x3e\ -\x4b\x17\xcf\xb9\x0f\x15\xd6\x6d\xdc\x73\x78\xef\x39\x91\x27\x68\ -\x6c\xd4\xc0\xac\x46\xb1\x45\x69\xa7\xef\x59\x7c\xb6\x35\xea\x9f\ -\x42\x6b\xa3\x0e\x6a\x60\xab\x32\xcd\x26\x3c\x15\x66\x21\x7d\x96\ -\x96\x4e\x2f\x5e\x4e\xed\x3f\x3d\x35\x32\x1e\x33\xe2\x2c\x83\x08\ -\x65\x06\xf3\x22\x66\x23\xb1\x35\x58\x20\x84\xd3\x10\x5e\xb0\x97\ -\x21\x70\x9d\x2f\x62\xde\x41\x45\xdc\x40\x29\x7e\x6b\xac\xee\x01\ -\x7a\x0d\xe3\x14\xe6\x98\x6a\x1b\x41\x9c\x24\xed\x88\x28\xd9\xb4\ -\x69\xab\x8d\x42\x3f\xcf\x5e\x42\xb3\x2a\x4e\x0b\x0e\x73\x09\x09\ -\x6d\x62\xf2\x08\x07\x15\xa9\xc9\xec\xa0\xb3\x86\x76\xca\x48\x8a\ -\xd2\x88\x34\xec\x34\xc5\x11\xd6\x17\xd3\x87\x5d\x6e\x9b\xc9\xa5\ -\xed\x4c\xa2\xbc\x93\x16\xb1\xe4\x6d\x3a\xb5\x47\x7e\x6e\x79\xe4\ -\x8f\xda\x3d\xb4\xba\xed\xe2\xdc\x5a\xb3\xc6\xb5\xde\xd9\x1a\x56\ -\x4e\x98\xce\x58\xb9\xea\x7c\x13\x92\xa8\x2f\xbf\x51\x1d\x4f\x0d\ -\x17\xd6\x93\x1e\x67\xb0\x6b\xb2\xca\x61\x15\x60\x6c\x0f\xa3\x17\ -\x94\x89\x2c\x8a\x38\x00\x22\xfa\xb9\x72\x5f\x50\x98\xc0\xed\x22\ -\xc2\x31\xd4\x68\xe5\xf2\x0c\x74\x3e\x66\x29\xfa\x78\xa0\xc0\xf5\ -\x2c\xf3\x3e\x12\x34\xd4\x88\x38\x22\x96\xcb\xa7\x3b\x6b\x97\x23\ -\x72\x0f\x46\x66\xe8\x3a\x1f\x34\xed\x87\x47\xc1\x3e\xf4\xd4\xa3\ -\x3e\x78\xd7\x66\x62\x48\xfc\x43\xc6\x14\xcc\x1d\x07\x62\xad\x62\ -\x99\x6c\xd0\xd7\xfd\x9e\xd4\xbd\xe9\xe2\x9f\xd2\x66\x4a\x4c\x0b\ -\x85\x36\x5d\x37\xdd\x5d\xc4\x56\x51\xe9\x1b\x80\x52\x74\x9f\x8b\ -\x5c\x6c\x14\x3a\x44\x44\xbf\xfb\x6f\xd1\xdf\x92\x8e\x96\xcd\x93\ -\xb2\xd2\xad\xce\x51\xbc\x38\x70\x7c\xe9\xa2\x25\x73\x92\x3a\x74\ -\xec\x8e\x0c\x12\x21\x22\x77\xf9\xf9\xdd\xbf\xb4\x92\xd2\x54\xa7\ -\x88\xd0\x15\x13\x9f\x8f\x19\x31\x6d\x12\x22\xfa\xb3\x7e\x48\xc3\ -\x07\xdf\x62\x41\xee\xc8\x79\x92\x48\xa0\x56\xf5\xc9\x42\x16\x02\ -\x7f\xf7\x7f\x69\xad\xff\x10\x69\x76\xf0\xdb\xfd\x3c\x94\x49\x59\ -\x3c\x07\x49\xae\xce\x09\xd0\xdb\x43\xd7\xd6\x0f\x91\x11\xfd\xf7\ -\xd3\x1c\x6e\x34\x66\x58\x41\x0f\x71\xc4\x27\x38\xd8\xca\x93\x03\ -\xab\xec\x88\x6f\xda\x70\x73\x37\x2a\x17\x3b\x77\x7e\x43\x80\x6e\ -\x5a\x53\x57\xae\x82\xb9\x4f\x7f\x5a\x44\x33\x5d\xb4\xd6\xcf\x5c\ -\x78\xf6\x5b\x56\x6a\x7c\x60\xeb\xbc\x56\x4d\x68\xde\x5c\xf5\x84\ -\xd9\x73\x8e\x6c\x11\x4b\x52\xf0\xb4\xfd\xfa\x29\x0d\x1e\xe0\x42\ -\x13\x1b\x85\xaf\xe7\xd8\x34\x4a\xb7\xe8\x27\x26\x04\x47\xa8\x2a\ -\x37\x8a\xda\x97\xe3\x72\x2a\x96\xed\xc8\xba\x02\x9b\x62\x21\xba\ -\xd6\xa2\xdf\xbf\x1f\xe7\xb4\xb2\x90\xfc\xcc\x30\xd6\xa4\xa4\x92\ -\xee\xba\x94\x0c\x9c\x71\x8c\x95\xfe\xea\x5d\xe1\xc1\x6b\x2d\x32\ -\x61\x12\xed\x06\xe3\xa6\x4f\x67\x94\xa5\x61\xc5\xa6\x2a\xe0\x2b\ -\x07\xc5\x67\xc0\x24\x3b\x8a\xa5\x88\x85\x31\x4b\x92\x85\x35\x1d\ -\xcd\xda\x52\x7e\xdf\xf7\x98\xa2\xb4\xfb\x9c\xff\x2c\x77\xb8\xce\ -\x61\xe0\x74\x16\x42\x3b\x27\xb1\x66\x7e\x41\x98\x39\xe7\x9f\x8c\ -\x58\x3d\x51\xec\xd6\xdf\x08\x9e\x4e\x57\x22\xa7\x41\x26\xfd\xf2\ -\x0e\x1a\xa0\x46\x31\xec\x62\x7f\x8a\xf7\xb3\x3a\x07\xa9\xd0\x60\ -\x1d\x2c\x64\x8c\x07\xc8\x4b\xd9\x4c\x68\xc5\x7e\xbe\xef\xdf\xa2\ -\xe8\x4a\x3c\x90\x3a\x6c\x85\xe9\xd6\x8f\x53\x48\x48\xc3\x05\x2a\ -\x5d\x46\xdd\xcd\xf1\xbe\xff\x7a\xee\x97\xbd\x9b\x0d\xdc\xd4\x5a\ -\x32\x39\xa2\x03\x44\x84\x3e\x74\x8f\xa6\xaf\x1a\xfc\x5a\x77\x1a\ -\xa8\x61\x16\x49\xa1\x87\x5c\x4e\x87\xd4\xdd\x89\xed\x39\x51\x13\ -\xf2\xa6\x16\x83\xc7\x3b\x70\xda\x48\x2e\x37\x3c\x60\xf2\x8b\x6f\ -\x65\x42\xbc\xbe\x3b\x26\xfa\x94\xaa\x0b\x46\x6c\x6e\x3f\x9f\xbf\ -\xb4\xd6\x8a\x8b\x54\xca\xf9\x48\xc2\xaa\xfa\xaf\xdd\x85\xf2\xcb\ -\x28\xb0\x22\xa7\xe7\xe3\xe7\xb3\xbb\x9f\x86\xdb\x22\x09\xdd\x31\ -\x65\xd2\x7d\xe4\xf4\xa0\x36\x92\x7d\xfd\x39\x62\x7d\x05\x9d\xd0\ -\x06\x0d\xf0\x8e\x1c\xb1\xfc\x7c\x69\x9b\x91\x1a\x12\xdb\xbf\x55\ -\x98\xaf\x04\x02\x8c\xe3\xc2\x32\xfa\xdc\x9f\x02\xec\x30\xab\xae\ -\xec\x77\xcd\xc1\x2d\x8b\x30\xf2\x4d\x3b\x32\x6b\xfc\x0c\xdf\xf7\ -\x3d\x2e\xcb\x44\xc0\x25\x74\x2a\x77\x64\x22\xbd\x65\xf4\x10\x11\ -\xdd\xfa\x19\xf9\x43\x56\x21\x4c\x54\x13\xbb\xa6\xfc\x76\x16\x58\ -\xe6\xdf\x70\xe5\xa4\xac\x9e\xda\x96\x10\x9f\x69\xc7\xf9\xb0\x73\ -\xf2\x8e\x80\xa9\x4d\x27\xc0\x8c\x9c\x68\xe4\xde\x9a\x4e\x0a\xc6\ -\x30\x19\xd2\xe6\x3f\xcb\x87\xb2\x8d\xac\x29\x7e\x70\x29\x48\x12\ -\x18\x6c\xd4\x9d\xe3\x1e\x4e\x8a\x8f\x4f\x1d\x16\x6d\x56\xba\xec\ -\xcf\xb0\xbb\x66\x22\xfa\xd8\x27\xa8\xcc\x02\xc5\xa9\xdf\x67\xdb\ -\x8c\x94\x66\xce\x50\xbb\x31\x72\x51\xce\x92\x0e\xc6\xca\x91\x85\ -\x98\xa6\x58\x44\xf7\x56\x17\xd0\xe7\x9d\x62\x4e\xa7\xbc\x42\xcf\ -\x76\xdb\xdf\x58\x03\x50\xb4\x13\xc5\x64\x9d\xe9\xbf\xb6\x49\x54\ -\xe9\x3f\xf1\xe7\x2d\x73\x18\x4d\x68\x15\x95\x72\x8d\x50\xf7\x9e\ -\x6e\x6c\x52\xfd\xc4\xb3\xfd\xff\x90\x88\xc5\xb3\x54\x5a\xf2\x43\ -\xb4\x8d\x3e\xf6\x0b\x88\xbd\x17\xf2\x9a\x4c\x8f\xc5\xa4\xfb\x37\ -\xe4\x00\x52\x26\x30\xe6\x0f\x20\x76\xe2\x2e\x17\x37\x92\xa9\x79\ -\x13\x11\xda\xfb\xb7\xdd\xc4\xd8\xe2\x8e\x51\x92\xd0\xbc\x7d\xf4\ -\x37\x82\x83\xb9\x4c\x37\xfc\x3e\x5d\x91\xf3\xf6\x99\x80\x6b\x9a\ -\x39\x44\x73\xf9\xf9\xc4\xfa\x8e\x9f\xac\xe9\xa8\x79\xde\xec\x01\ -\xfc\x16\x60\xcd\x70\xfe\xf1\x26\x3a\xb4\x40\x9b\xc2\xa0\xcb\x3c\ -\x53\xd4\xdf\x2d\x47\x53\xc7\x61\x88\xa1\x74\x27\xcb\x43\xa2\xe9\ -\x5c\xde\x48\x08\x83\x5c\x23\xe8\xc2\x6c\xd7\x43\xcf\x67\xf4\xa9\ -\x69\x8e\x0d\x0d\x54\xe2\x00\xbb\x18\x36\x62\x85\x92\xd6\x9a\xf5\ -\x48\x15\x19\x35\x05\x52\x55\x7f\xad\x73\xf6\xae\x02\xb8\x32\x1c\ -\xde\xe8\xf3\xf9\x2d\x66\x09\xd2\x68\xd3\x7d\x32\xda\xa2\xe9\xf2\ -\x0a\x52\x89\xbf\xfa\x29\xd9\x01\x46\xfc\xac\xb5\xe8\x62\xa1\xcf\ -\x9d\xf1\x3c\x18\xf2\xdc\x43\x80\x7b\xff\x56\x41\x3f\x72\xd2\xe2\ -\x39\x69\x9c\x2f\x06\x06\x0a\x15\x95\x01\xf5\x89\x01\xcd\x7a\xc3\ -\xfd\xf8\x1b\xf7\x93\x26\x38\xc7\xd9\x18\x47\xca\x8d\x6d\x62\x18\ -\x42\xe0\x84\x6e\x11\xd1\x87\x5b\x4f\x56\x9a\x69\x66\x92\xed\xbd\ -\x43\xe6\x64\x69\x80\x53\x8c\x9c\xfc\xd0\x38\xe7\x2c\x3e\x27\x5d\ -\x65\xe4\xc4\x4c\xf7\xbe\x87\xf6\x54\x18\xd8\x5a\x64\xa4\xf1\xfe\ -\xf2\xea\xb3\x31\xc9\x36\xfa\xdc\xed\xfc\x9d\x0e\xaf\x08\x28\xab\ -\xfe\x56\x3d\xb2\x38\x63\x5f\xba\x26\xfe\x6c\xcf\xd1\xd2\xe8\x6b\ -\xf2\x7e\xc9\x28\x9a\xdf\xcf\x5f\xdf\x8b\xb2\xbd\x11\x67\x25\x52\ -\xa1\xeb\x5d\x94\x08\x3c\x46\x9d\x16\xce\x85\x4e\x58\x22\x5b\xb0\ -\x17\xd2\xa1\x28\x51\xd4\x70\xbc\x11\x91\x1a\x25\x23\x82\x6f\xe6\ -\x28\x16\xa6\x38\xfb\x22\xbc\xab\x78\x5c\xe5\xaa\xb4\x03\xa9\x4d\ -\x07\xa5\x15\x76\x9f\x17\x3c\xf8\xa6\xc5\x7d\x58\x22\x5c\x35\xed\ -\x9a\xb5\x47\xc4\x31\x9a\x4f\xea\xd6\xe3\xe7\xd6\x0e\x30\x65\x5e\ -\x63\xca\xd6\x08\xc0\x5d\xa2\x4e\xce\x60\x54\x70\x7e\xda\xf9\xbc\ -\xae\x83\x17\xca\x2d\x54\x17\xb3\xb2\x87\x40\xa7\x94\x7c\xb9\x04\ -\x56\xc6\x74\xb8\xaa\x99\x19\x69\x8a\xcd\xe9\x3a\x10\xa3\xbe\x44\ -\x4c\x79\x88\xfd\x27\xa5\x0b\x92\xb3\xbf\x68\x43\x05\x0a\x32\x46\ -\x54\x2b\xbe\xce\xcf\x05\x76\xeb\x38\x86\x4e\xaa\xdc\xa2\xce\x8f\ -\xa8\xeb\x5a\x9a\xdb\x4f\x87\x38\x93\xa3\x00\x11\x3f\xd8\xe5\x92\ -\xe1\x54\xa5\x61\xf5\xab\x41\xa2\xf6\xb5\xe5\x3a\xa2\xe1\xcc\xc7\ -\x50\xf0\xaa\xc2\x66\x6c\x0a\xab\x81\x51\x46\x37\x2f\xcd\xc6\x56\ -\x55\xba\x2e\xb7\x6b\xe6\x40\x78\xe4\xb8\x5c\x7e\x7e\x7e\x1e\x97\ -\x65\xae\xa9\xfb\xbe\xe9\xba\xfe\x74\x98\xdf\xd0\x0e\x52\x4d\x5c\ -\xf0\x9d\x3c\x26\x9d\x44\x53\xfc\x0d\x9f\xf5\x22\xb0\xa9\x8d\x1c\ -\x27\x06\x94\x32\xc1\x79\x2b\x34\x8d\x1f\xa8\xfc\x75\x05\xc7\xbf\ -\x90\x1f\x99\x06\x33\xc2\xe0\x2f\xc7\xa1\x01\xd1\xd7\x49\xa7\xe7\ -\xd7\xac\x16\x5e\xeb\xd4\x08\x59\x20\xc8\x63\x7d\xf1\x35\xcd\x4a\ -\x6a\xc2\xa9\x5d\x4c\x25\x3d\x59\x9e\x1a\x29\xd4\x1b\xa5\x9b\xe6\ -\xc8\x61\x41\xbd\x61\x14\xcd\x6a\xf3\x70\xae\x4c\x91\x72\xdf\x0c\ -\x9e\xb8\x19\xf1\x5a\x3d\xad\x48\x9d\x4a\x34\x81\x55\x4c\x1a\xae\ -\x63\x2d\xf4\xd2\xcc\xe8\x67\xad\x41\x33\x40\x27\x4f\x47\xc4\x7f\ -\xe2\x19\xcb\x10\x27\xb7\x10\x3a\x83\x28\x83\x06\x69\x98\xeb\x11\ -\x74\x26\xed\x09\x43\x5d\x82\xd0\xf0\x3d\x74\xab\xd0\x18\x89\x2e\ -\xc8\x76\x19\xce\x20\xb0\xff\x5d\xe8\x6c\xa0\x52\xce\x63\x43\x79\ -\x81\x45\x37\x0f\x53\x9f\x72\x01\x7b\xbd\x5b\x62\xe2\x58\x39\x79\ -\xf2\x4a\x65\x2b\xb1\x70\x52\x8f\x32\x05\x30\x9c\xd5\xec\x70\xe4\ -\xc2\xcc\x2a\x22\xa2\x65\x3c\x1b\xe9\xa4\x90\xd7\xfd\x22\x33\xe3\ -\x46\xa6\x86\xe4\xa2\x55\x4d\xc8\x3e\x44\xd8\xc3\x44\x64\x64\xe8\ -\x58\x39\xd9\xbe\x53\x67\xf0\xd7\xfb\x30\xf1\xd1\x0e\x29\x1e\x20\ -\xd3\xa4\x39\x83\xb0\x06\x58\x22\x6d\x87\xad\x14\x1a\x9f\xd1\x90\ -\x31\x4c\x9e\x62\xe2\xa6\x18\x97\xf1\xcc\xce\xb9\x24\x69\x39\x2f\ -\xee\x89\x4a\x90\x93\xc5\xd4\xb9\x5c\xe6\x3a\x2c\x71\x7d\xf4\x49\ -\xbb\x45\x9d\xc6\x25\x2b\x1a\x2d\x6e\xe7\x40\x13\xcf\xfe\x8b\x0f\ -\xcb\x96\x19\x6a\xa8\xb1\x64\x02\x09\x62\xe9\xa2\xbd\x81\xff\x21\ -\x91\xed\xd6\xee\x4c\x4f\x63\x20\x93\xc1\x58\x48\xaa\x56\x3a\x20\ -\x67\x90\xae\x96\x93\xa8\xbc\x68\x4f\x7c\xdf\xff\xc8\x22\xdb\xad\ -\x07\x5b\xc3\x1c\xc0\xdd\x47\x4e\x1a\x57\xbd\x3f\x61\x12\xbb\x42\ -\xbc\xff\xf1\xa9\x06\xcd\x1c\xcc\x74\xb8\xe4\x41\x51\xb5\x8a\x78\ -\xb9\xf8\x2a\x36\x02\xa7\xfe\xed\x34\x6a\x38\xe8\x4a\xc6\x5a\x93\ -\xd2\xeb\x30\x2f\x48\xad\xa0\x82\x11\x82\x44\xfe\x58\x32\x33\xd2\ -\xfc\xca\x01\x03\xa9\x7d\xda\xb4\xbb\x5d\x5a\xdf\x0b\x0c\x5f\x32\ -\xc3\x2c\xeb\x3c\x26\x2b\x2a\x35\x11\xcd\xe9\x4f\xfe\x99\x5b\x8f\ -\x69\xed\x9a\xf4\xaf\x25\x41\x73\x74\xc4\x53\x05\x7f\xf8\xd0\xdc\ -\x63\xa8\x7a\x1a\x20\x9d\x4c\x85\xc3\x41\x33\xdd\x67\xab\x3e\x8e\ -\xaf\xb1\x8b\xd5\x2c\x61\x1e\x15\xf7\xc1\x91\x8b\x9a\x60\xf9\xc5\ -\x42\x26\x3d\xad\x36\xa0\xc8\xa9\x29\xfd\xf9\xf3\x67\xdc\xb7\xa4\ -\x7e\x17\xd7\x4c\x3f\xc6\xd1\xa8\x1b\xaa\xdf\xaf\x3a\x13\x24\xb3\ -\x26\xcf\xf3\x7e\xef\x08\xec\x6d\x9a\xf2\xa9\xf3\x5d\x04\xa6\x65\ -\xe0\x4a\xcb\x41\xbb\x2b\xcf\x02\xb5\xa6\xc7\xc2\xfd\xb0\x54\xa6\ -\x2e\xb5\xf4\x8d\x72\x80\x19\xf2\x9e\xf3\x25\x70\x87\x1e\x91\x07\ -\xf9\x3e\x72\xd2\x7c\x2a\x1a\x54\x9f\xc6\x51\x76\x7a\x18\x10\xfc\ -\x1e\x7e\x9a\x15\xc9\x00\xda\x80\x49\x61\x7e\xc7\xe4\x00\xc7\xc2\ -\xf3\xc0\x25\x30\xd9\xb3\xec\xb8\x7b\x89\x8c\x6f\xba\xf8\xa2\xdb\ -\xfc\xd7\xab\xdd\x77\x42\x7c\xc5\x54\xc8\x6a\x19\x0c\x45\x38\x24\ -\x99\x35\xea\x46\x60\x33\xfa\xc2\xfd\xaf\x91\x23\xb5\xe5\xb2\x5f\ -\x78\x52\x1d\x69\x5d\x82\x41\x11\x71\xc4\x63\x16\x6b\x39\x2a\x77\ -\xa4\x96\xc3\x59\x6e\xf9\xa1\x07\x79\x49\xc9\x65\xed\x4c\xab\xed\ -\x74\x88\x14\x85\xf2\xe5\xdd\x24\x4d\x03\x0e\x63\x2d\x01\x24\x91\ -\x95\x7b\x50\xcc\x98\x82\xc3\x8f\xcd\x88\xa3\xa6\x94\x9b\x30\x35\ -\xe3\x1a\xda\x96\x9a\x5e\xd4\xdb\x87\x62\x06\x0e\x74\xeb\x9c\x14\ -\x53\x6d\x34\xd8\x6c\xf0\x53\x7f\x64\x8d\xec\x18\xa2\xe7\x54\x69\ -\x4c\x3c\x48\x81\x02\x10\xa6\x11\x36\xcd\x29\xec\x8d\xe5\xce\x3c\ -\xde\x13\x66\x35\xcc\x51\x6b\x34\x59\x4b\xea\xd2\xcb\x77\xbc\x4f\ -\xf7\x37\x33\x5a\x21\x72\xce\x84\x75\x11\x74\xce\xdb\x60\x28\x41\ -\x41\x7d\x4b\xd3\x0a\x19\xf9\x51\x3e\xbd\x39\xc5\xef\x4c\x6b\xf1\ -\xa0\x9c\x15\xfb\x00\x36\x67\x5a\x12\xef\x37\xab\xe5\x04\x20\x82\ -\x9e\xe2\x48\x15\x20\x60\x79\xd1\xa9\x8d\x10\xba\x32\xe6\x78\x14\ -\x74\x52\xf9\x60\x0b\x2e\x2d\x33\x23\x0d\x74\xdd\x9b\x41\x25\x0c\ -\xe6\x45\x67\xc0\x79\x81\x2b\xfc\xd7\xd9\xdc\x12\x11\x7d\x94\x0a\ -\x8c\xa8\x44\xf5\x00\x2d\x14\xc4\xb2\xfe\xcc\x65\xb8\x53\x0a\x20\ -\x39\x4a\x49\xb5\x7d\x71\xa0\xcc\x29\xc4\xe1\x4c\x26\x39\x9a\x0f\ -\xcb\x66\x1d\x7a\x12\xed\x66\x26\x0f\x77\x7e\xd3\x82\x7c\x37\xb8\ -\x78\x38\x54\x0d\x3a\x2e\x8d\xb3\x25\x75\x74\xdd\x44\x36\xad\x90\ -\x0f\xc1\x3e\x4e\x5c\x24\x9b\x69\x73\x9b\x5d\xbf\x4c\x56\xd1\x6b\ -\xb7\x79\xa2\xb7\x0c\x9a\x47\x84\x44\xaf\xb6\x24\x7e\x14\x9d\x2f\ -\xba\x05\x14\x7e\xa7\xb8\x58\x58\x46\xec\x04\xea\x22\xcb\x22\xdb\ -\xa4\xfe\xc6\xb3\xa5\x8a\xdb\xb8\xc0\x7b\x2c\xa3\x74\x05\x15\x5a\ -\x23\x4b\xef\x3c\x7b\x76\x54\x0a\x8a\x0e\x54\x40\x91\xb4\x43\x73\ -\xd3\x14\x8d\x09\xee\x54\x00\x3b\xa0\x81\x58\x28\xa5\xbb\x6c\xbb\ -\x69\xa5\x25\xb0\xc6\xbd\xc1\x44\x2f\x46\x26\x4d\x35\x6d\x2a\x11\ -\x01\x9d\xb8\x8a\xb8\xad\x20\xdc\x5f\x0f\xc1\xf4\x99\xb1\xf6\x10\ -\xdf\x3f\xd6\xc5\x3a\x00\x1a\xb0\x1e\x36\x86\xd8\x8c\x72\x51\x7a\ -\x75\x2a\xeb\x9f\xe1\x9d\x8e\xd2\x5f\x7f\xd3\xbf\xfe\xc2\x00\x5a\ -\x6c\x90\x52\x5b\x69\xbc\x1c\x74\x7c\xec\x5b\xa7\x10\xb3\x1e\x59\ -\x3c\x83\x29\xb0\xa3\xd1\x87\x62\x38\x34\x35\xfe\x3c\x41\xe0\xfd\ -\x62\xf5\x3c\x7f\x26\x00\x1a\x2a\x58\x57\x46\xe1\x9c\x3b\xd6\x8d\ -\x62\x82\x7a\x9a\x26\x59\x2c\x0f\xd3\x90\x9c\x24\x78\xa1\xcb\x0f\ -\xcd\x99\x03\x0f\xab\x68\x96\x1c\xc6\x17\x68\xe1\xcf\xaf\xce\x64\ -\x78\xaf\xec\xba\x2f\xb4\xf2\xbc\x5a\xd6\xc0\x61\x68\xbe\x93\x2a\ -\x16\xb9\x73\x12\xf7\x86\x84\x86\xcd\x5d\x6f\x61\x5f\xb0\xd3\x39\ -\xf5\xc5\xc4\xc7\xa2\xf9\x72\xa3\xd9\x55\x71\x00\x55\xc7\x80\xde\ -\xea\x0d\xf8\xee\xcc\x36\x3a\x68\x7e\x1c\x93\xbc\x74\xf9\xdd\xa5\ -\xbb\x7e\x9e\xab\x79\xd6\x5f\x87\x42\x34\xf6\x38\x52\xbb\xc1\x41\ -\xb2\x9c\x62\xab\x71\xb8\xba\x26\xa8\xaa\xc2\x9c\x64\x99\x54\xd9\ -\xe3\xfd\x3f\xdc\x15\x69\xea\xab\x4c\xfb\xcf\x64\xa4\xc2\x2c\xa0\ -\x65\x00\x30\x75\xbe\x70\x84\x4c\x94\x99\xd1\x02\xbc\x88\x4b\x71\ -\x37\xce\x69\x39\xdb\x4e\xed\x5a\x4b\xad\xf6\x39\x36\x1f\x29\x91\ -\xc8\x7e\x2f\x01\xbb\x34\x36\x53\xc8\xd9\xcc\x3a\x52\xc2\x6d\x9a\ -\x8a\xd5\xe1\x11\x22\x57\xca\x4e\x02\x9c\x43\x27\xcf\xac\x55\x1f\ -\x9e\x81\xe9\x00\x1d\x15\x17\x7f\x09\x98\x7f\xde\x49\xdc\xc0\x07\ -\xdc\x8b\xe9\x45\xab\x32\xef\x7d\x01\xb3\x1d\x12\x1e\x46\x31\x16\ -\x7b\x6e\x41\x0d\xf9\x38\x77\xcd\x22\x20\xf8\x9b\x23\xf6\xac\x03\ -\x32\x40\x38\xcf\xd5\xc9\x50\xc9\xdf\xb3\x86\x41\x4c\x05\x5b\xc6\ -\xef\x59\x01\xb0\xd7\x8a\xe7\xbb\x68\x98\xf9\x7b\x12\x2c\x4c\x10\ -\xcb\x4c\xc7\xa4\xde\x48\x5d\xc7\x58\x62\xd1\x18\x9e\x44\x4f\x61\ -\x64\xa0\x41\x8f\x3f\x11\x14\xf5\xfc\xf5\x7a\x1a\x09\xcc\x9c\x21\ -\xa1\x17\xce\x79\xba\x4e\x59\x27\x29\xa3\x9b\x0c\x8e\xee\x9e\x85\ -\x22\x41\xd2\x78\x3b\xb8\xf5\x78\x16\x2f\xa3\xb0\x31\xac\xb0\x50\ -\x26\xde\x44\x2a\x5a\xd6\xd0\x78\x60\xec\xbd\x7d\x6a\x05\xae\x4a\ -\xb9\x59\x55\xde\xc3\x06\x33\x87\xc5\x51\x20\x02\xa3\x83\xb6\x76\ -\x46\xc1\xa2\x05\x07\xd3\xa9\xda\xbb\x93\xcb\xa9\x47\x98\x1b\xd1\ -\x2d\x70\x4a\xb2\xcc\xfd\xc8\xb1\xeb\xe1\x89\x5f\x44\xbd\xa6\x63\ -\xd7\x33\x3c\xdd\x55\x1a\xf1\xbe\x80\xf3\xda\xd6\xde\xba\xa1\xab\ -\xfe\xc2\xe1\x35\xd5\x32\xc8\x38\x0d\x54\x70\x02\x43\x80\x0c\x28\ -\x77\xf7\x2f\x22\x44\xfb\x53\xc5\x96\x1c\x13\xb5\x9c\xda\xcc\x94\ -\x70\x17\xc2\xba\xdb\x56\xe6\xb9\x2f\xba\xc2\xfd\x8f\x25\x8d\x1d\ -\x56\x70\xe7\xb9\x36\x31\x6d\x1b\xa2\xd4\x61\xf7\x8c\x13\x33\x7c\ -\xbf\xb1\x89\x76\x08\x6d\x0d\x28\x5d\x19\x30\xdd\xd6\xd2\xf2\x92\ -\x15\x11\x8d\x3d\x69\x30\x14\xd2\xee\x59\x80\x9e\xf2\xb4\xf8\xf4\ -\xb5\x38\xd7\x1c\xea\xcd\x48\xdd\xfe\x5c\x77\x4f\x33\xde\x32\xe0\ -\xde\x45\xbc\xab\x0a\xc3\x15\xf4\x3c\xc5\x9f\x25\x0e\x10\x65\xaa\ -\x11\xbb\xc5\x14\x66\x65\x5e\x0d\x2d\x37\xcb\xd7\x16\xfc\x8a\xe8\ -\xcc\x5d\xc2\x67\x91\x54\xca\xcc\x6a\xe2\x06\x41\xd2\x9d\xa7\x43\ -\x16\xfb\xa2\x44\xd3\x99\x42\x5b\x79\x7d\x9d\x90\x77\x80\x7c\x68\ -\xae\x1e\xf9\x77\x50\x5c\x93\x0b\xba\xb5\x14\xfd\x48\x09\xb4\xc8\ -\x8f\x93\x42\xb7\xdb\xa3\xc5\xca\x78\xe0\x8a\x10\xdd\x76\xea\xea\ -\x89\x16\xbf\x15\x34\x65\x56\xb1\x69\x87\x10\xb9\x24\xf2\x28\x08\ -\x8f\x75\xb8\xa0\x59\x51\xb6\x19\xee\x0d\xe6\x35\x83\x5f\x2e\x79\ -\x9e\x50\x38\x81\x7d\xc9\xbf\x32\xcf\xcc\x58\xb4\x1e\xe6\x10\xb9\ -\x1f\x19\x10\x49\x6c\xd6\x25\xd2\xe2\xb1\xa1\xe8\x4c\x38\xd4\x33\ -\xad\x42\x79\x31\x3f\xc6\x94\xcb\xe4\x28\x6f\x46\x07\x27\xd0\x90\ -\xc1\x5e\xcd\x15\x52\x0b\x6a\xd5\x30\xbc\x5c\xb6\x76\x16\x05\x36\ -\x72\xa3\xda\x72\x5b\x87\x23\x17\x15\x5c\xb1\xbe\x36\xb7\x53\xfc\ -\xbd\x46\x8e\x61\x65\xf0\x45\xb9\x21\x41\x01\x4c\xe5\xd9\xaa\x02\ -\xe2\xdf\xf9\x4a\x55\x46\x0e\x6f\x8a\xf7\x80\x67\x9c\xe6\x34\x90\ -\x65\xdf\x0b\x91\xca\x61\x6c\xd7\x4b\xa1\xbb\x35\x4e\xc1\xe8\x19\ -\xe7\xa3\xce\x69\xf5\x06\xb0\xcb\x4d\x27\x5c\x8b\xe4\x9a\x34\x34\ -\x1f\xa2\xc7\x44\xfd\x91\x59\xf5\xa5\xe9\x2a\x8d\x06\x3f\xdd\xff\ -\x92\x11\x52\x5f\x29\xb5\x72\x16\xcf\xcc\x66\xfd\xe0\x3f\x8b\xa3\ -\xfc\x0a\x97\x21\xc7\x03\xce\xdf\xbb\xf8\x79\x1e\x5b\xd0\x0b\x2b\ -\x73\xaf\xd6\xd5\xed\xc5\x29\x13\x89\xdc\xc4\x76\xc7\x59\x9a\xba\ -\xaf\x15\xd1\x76\xd2\x98\x81\x69\x69\x15\x93\xc5\xe0\x9a\xec\x37\ -\x5b\x69\x2a\xf7\x5a\xbf\x33\x74\xac\x9a\xd4\xa9\x64\x88\x2a\x3e\ -\x9b\x76\x38\xbd\x46\x43\x52\x16\xf8\x29\xcf\xd0\xab\x27\x64\xee\ -\x52\x10\x84\xfd\x0d\xb5\x5c\xb3\x53\x3a\x42\x23\xb2\xd9\xf4\x3e\ -\xcc\x3b\xa8\xed\xb9\xd9\x5d\x62\xe9\xb0\xce\x76\xdf\x31\xaf\x39\ -\xfe\x84\x53\x22\x72\x52\x92\xbe\xc4\x64\x15\x73\x93\xf7\x5e\xf1\ -\x41\x0a\xc8\xe7\xb1\x77\x93\x4e\x9d\xeb\xd5\xe8\x19\x97\x90\xcd\ -\xf0\x04\xf2\xdd\xa4\xac\x8d\x55\x32\xeb\xf1\x19\x9a\x3b\xf7\x9f\ -\x1c\xf4\x43\xb4\x8d\xb7\xa6\x78\x1e\x35\x96\x9c\x5a\x20\xdb\x8f\ -\x10\x70\x23\xcf\x89\x4c\x4a\x10\x8b\xc0\xe4\xc9\xcf\xd7\x7d\x4c\ -\x89\xdf\x6a\x54\xb2\x19\x53\xd4\x81\xe7\xf3\xce\x19\x2e\x82\xf1\ -\xcf\xf7\xde\x0f\x37\x68\x03\xbd\x59\x4a\x0e\xe4\x9c\xe4\xa5\x0e\ -\x2b\xce\x10\xc9\x20\xfa\x23\x07\x95\xce\x89\x91\x74\x82\xa0\x1d\ -\x21\xe8\xfd\xfc\x30\xee\x04\xec\xda\x31\x0e\x08\x72\xa9\x4a\xaf\ -\x38\xf8\x16\xd8\xa3\xbc\x30\x16\xf2\xb9\xa8\xf7\x05\x6c\xf4\x6a\ -\xd6\xc2\xea\x2e\xe8\x3d\x49\xdc\xc7\xef\x93\xf9\x73\xea\x69\x12\ -\x32\x19\x28\xf9\xf7\xf5\xbf\x5d\x0c\xa7\xb3\x59\xd2\x6f\x34\xc3\ -\x3c\xf5\x3b\x9a\x95\x62\x6e\x44\xdc\x52\xfc\x97\x9a\xdd\x5d\x6a\ -\x4c\x0f\xbb\x3b\x3f\xc7\x62\xa1\xfd\xe6\xe4\xb5\x3b\x73\x2b\x1f\ -\x88\xea\x4d\xdb\x66\x96\x93\xeb\x3a\x24\x10\x26\x09\x3e\x6f\xd2\ -\x0b\x83\x3a\x04\x41\x87\x6e\x4c\x31\xef\xc1\x76\x3d\x7c\x26\x38\ -\x2b\x77\x18\x23\x11\xd1\xce\x4e\x37\x0d\x34\x74\x37\x7d\x31\x43\ -\x2d\x65\xd2\x06\xdf\x9d\x9d\x9a\xd2\xc2\x3c\x11\xd7\x41\xb5\x0b\ -\xee\x72\xd9\x97\x1b\x86\xa4\xee\x61\x11\xf9\xea\xfe\xf3\xc5\x51\ -\x05\x47\xe4\x23\x13\xa6\xec\x62\x09\x5c\x86\x76\x0b\x10\x59\xbe\ -\xa0\x25\x40\x05\x21\xbf\xc0\x57\x58\x24\x8f\x9c\xa2\x28\xde\x30\ -\xe3\xa2\xcd\x32\xd0\x96\xbc\x2f\x6e\x3d\xbf\x57\x3c\xfb\x89\xa6\ -\xf6\x84\x02\x69\x95\xc2\x47\xe1\x7a\xda\xd1\x5b\xd0\x58\x97\x47\ -\xfd\xe9\xde\x81\xd4\xd0\xab\x7d\xf6\x7c\x7e\x56\x41\x8b\x6f\x8e\ -\x87\xb3\x50\x87\x66\xf9\xb5\xc1\xa3\x42\xff\x85\x31\x2e\x00\x26\ -\x38\xc2\xe5\x33\x35\x68\xa3\xc2\x24\x99\x53\x90\xa8\xd8\x31\x16\ -\x3f\xc3\xbb\x2b\x87\x4b\xd6\x23\x8b\x03\x27\xcd\x19\xe8\x5b\xff\ -\x5e\xb8\xf4\x4a\xcc\x12\xe6\x70\x67\x41\xb9\x87\xc9\x4a\x1e\x84\ -\x93\x22\x38\x05\xa8\xe7\xe7\x3b\x69\x58\x1d\xac\x9d\x9a\x8a\x68\ -\x80\x53\xdf\x61\xd3\xa1\xa8\xf4\x4d\x50\xc4\x80\xbf\x54\x50\x29\ -\x88\x44\xb4\x28\x24\x75\xb9\xb1\xce\x77\x17\x41\x8f\x96\xef\xe0\ -\x8b\x68\x36\x8b\x4c\x82\xcb\xcf\xca\x80\xc6\x86\xd5\x2e\xd8\x6a\ -\x80\x29\x08\x4f\x33\x80\x0c\x82\x45\xda\x0f\xb7\xf6\x4d\xd5\x11\ -\xec\x0c\xcf\xc6\x69\x53\xe9\x60\xc6\xbe\x5c\x90\x26\x1f\xe7\x5f\ -\x4e\xd4\x92\x05\x90\x4d\x31\x6b\x2d\xbc\xd3\x7e\xbd\xc0\x2c\x8d\ -\x49\x92\x80\x95\x2f\xbf\x4c\x77\x98\x49\xb4\x41\x30\x02\x3d\xdc\ -\x4e\x16\xc1\xe8\x42\xb8\xcc\x92\xde\x29\xa9\x71\x01\x9b\x3c\xa6\ -\xaf\x6f\x13\xa1\xb3\x59\x90\xa3\x48\x21\x9a\x6c\x69\xb1\xb6\x9f\ -\x7e\xdb\x1f\x03\x88\x34\x19\x54\x50\x34\x2d\xf1\xe7\xb5\x5f\xce\ -\xca\xdd\x01\xc1\x49\x25\xa5\x79\x46\xb5\x1b\x65\x3a\x72\x5e\xad\ -\x69\x42\xd1\x41\x36\xba\x87\x1d\xfe\x62\x6f\x6c\x14\x10\x72\x8d\ -\x6c\x9b\xd4\xca\x7a\x6c\xc4\xa6\x3c\x55\xfa\xf1\x59\xb9\x7b\xcd\ -\xfe\x32\x9d\xb1\x50\x1f\x20\x2f\x53\xae\x9e\xfc\x53\x4e\x87\x87\ -\xfc\xa0\xb5\x86\x29\xd2\x47\x5a\x8f\xeb\xb2\xe3\xb9\x84\x91\xc2\ -\x5b\x00\x79\x02\x3e\xd5\x60\x94\xe4\x40\xc1\x75\x53\x1e\x4e\x97\ -\xe9\xca\x67\x71\xf9\x31\x4c\x4e\x66\xbc\x88\x90\xa5\xc6\x2e\x43\ -\x9d\x69\x03\x28\x49\x11\xd4\x1b\x67\x3a\x38\x7c\xda\x28\xa4\x77\ -\xff\x7e\x6b\x67\x32\xa7\xe4\xed\x32\x2d\x62\x98\x52\x39\x20\xe7\ -\x80\xb1\x6b\xca\xb9\x6a\x05\x3f\x4f\xa5\xc2\x90\x9b\xa2\xd9\x93\ -\xb1\xf7\x3d\x83\xb4\x6d\x5f\x0f\xd7\xd2\x8a\x6e\xe0\x17\xe0\x14\ -\x41\x89\x8c\x1a\x60\x42\xab\xfd\xfd\xba\xf7\x1e\xf7\x1b\xf3\xeb\ -\x3b\x1c\x81\xf6\x71\x4e\x0d\x83\xaa\xfa\x33\x47\xc1\x9d\xf1\x2d\ -\x61\xa2\xd5\x41\xd6\xfb\x00\xca\xd6\x57\xaa\xfd\x00\x95\x81\x3e\ -\x9b\x13\x43\x66\xa6\xfb\xbe\xe9\xdc\x01\x99\xf4\xc4\xa3\x26\xb8\ -\x6a\x1d\xe0\xbe\xdd\x2f\xd9\x61\xf5\xbd\xea\x17\xfe\x5f\x6a\xc5\ -\x37\x97\x58\x58\xcb\xfc\xee\xea\x3b\x41\x0b\x2a\x9f\x03\x0c\xa0\ -\xe7\x30\x37\xca\xd0\xfb\x9c\xec\xe6\x1b\xf8\xe4\xe7\x4f\x46\x0f\ -\xb5\xd6\x4c\x12\x4c\x3c\x54\xc5\xed\xf8\xfb\x5c\x53\x49\xed\x66\ -\xb3\x63\xbf\x69\x4d\x53\x11\x6c\x5b\x83\x16\x3d\x7e\x6a\x57\x15\ -\x62\xdd\xfa\xc2\x2c\x49\xe3\x1d\x07\x61\x9f\x59\xb1\x44\x42\xb4\ -\xdd\x95\xc1\xb6\x06\x55\x19\xd6\x6e\x68\x3b\xcf\xf5\x7c\x0d\xce\ -\xe6\xd7\x11\x22\x8d\xe0\x3f\xa3\xf3\x32\xe7\xef\x9b\x47\xa7\xae\ -\x05\x27\x57\x35\x76\x2b\xa4\x50\x43\x2b\xd2\x23\xdf\x0c\xe9\x34\ -\x98\x38\xf9\x9f\xbe\x89\x4c\x69\xef\xcb\x7f\xd8\x74\xd5\x0b\x5d\ -\xc2\x33\x24\x6c\x55\x40\xa0\xdb\x68\x4e\x6e\xa8\x3b\x39\xc9\xeb\ -\xe5\x7b\xda\xa8\xee\xe0\xaf\x0f\xdb\x51\xb0\x30\xd7\x08\x5d\xcd\ -\x8b\x17\x5d\x64\x6e\x53\xb2\xdb\xca\xe4\xc3\xca\x2d\xa5\xa9\x4b\ -\x5a\xd1\x0a\x5c\x53\x91\x61\x05\x0b\xcf\xf7\x4e\xf3\x83\x97\x30\ -\xba\xe4\xd4\x9e\x1b\x0e\x05\xc6\x7c\x5d\x53\x03\x16\x8b\xec\x2c\ -\xb2\xdf\xec\x59\x49\xad\x26\x52\xaa\x3e\xed\x90\x7d\x11\x5f\xeb\ -\xf5\xf0\xb6\xa4\xfc\x65\xf3\x40\xee\xcc\x63\xcc\xc4\x2a\xb4\xd9\ -\x11\xe1\x6d\xf1\xf3\x30\xd1\xbe\x7f\x1d\xc2\x4c\x1d\x4a\xd0\x28\ -\x24\x9d\x71\xb6\x0e\xce\xfe\xc3\x35\x06\x74\x81\x2b\x37\xfe\x72\ -\xf1\x33\x99\xd1\xde\x7f\x81\x03\x8c\x0d\x4d\x04\xc8\x5d\x2b\x1a\ -\x3b\x1f\x39\xaf\xd5\xc5\x98\x6b\xf8\xfc\x73\x5c\xd7\x35\x1a\x5e\ -\x9c\xfc\x54\x40\xa2\x04\x85\x27\x7f\x36\xd3\xa6\x5f\xd9\x4b\xc6\ -\xd8\x17\x27\xb6\xbc\xf8\x32\x80\xb1\x44\xa3\x29\x5a\x35\x9f\xd4\ -\xb0\x59\xb9\x22\xa5\x9e\xc5\x1f\xac\xd0\x6d\xfe\x19\x79\xdf\x2f\ -\x00\xca\x35\x1b\x15\x68\x4a\x2c\x37\x81\x59\x05\x1e\xbf\x3a\x4b\ -\x66\x12\x84\x7c\x03\x6e\xb2\x08\xa3\x87\x05\x3a\x5e\x78\xf4\xb0\ -\x63\x05\x3a\x96\x11\xb8\x6a\x05\x32\x67\x12\xda\x4e\x22\xe3\x8b\ -\xd0\xcd\xba\xd6\xc6\x79\x26\xc5\x3b\x51\xdb\x15\xa2\x5a\x85\x75\ -\xac\x83\x12\x49\x83\x63\x20\x45\x9c\x03\xa1\x9b\x21\x4c\x4f\x05\ -\x90\xec\x67\x60\x21\xb8\x06\x96\xee\xae\xf3\x7d\x2a\x2e\x80\xe9\ -\x9f\x40\xc5\xeb\x3e\x03\x0d\x65\x52\x15\x30\x38\x76\x9c\xf3\x2f\ -\x53\xf0\x79\xde\x7b\x1e\x8d\x82\xb5\x76\x5e\x90\xca\xfb\x31\x55\ -\x28\x0d\x19\x73\x38\x80\x7d\xb9\xd0\x43\x3c\x3f\x33\xfd\x7a\x22\ -\xe5\x1a\x82\x28\x44\x00\x68\x6a\x93\x8d\x06\x0d\x90\xe2\x38\x1f\ -\x86\xfe\x2f\x67\x3a\x00\x3d\x7c\x52\x12\x15\xe8\x6d\x0d\xb2\x24\ -\x55\xa7\x32\x8e\x42\x23\x45\x80\xae\x62\x33\x8c\x12\xb0\xb7\xc2\ -\x94\x80\x36\x3b\x34\x53\x36\xdd\x06\x11\x44\x48\xdd\x05\x7e\xdc\ -\x72\xf9\xe3\x6e\xb0\xb4\xa6\xcb\x56\x4d\x5d\x51\x5a\xa3\xe0\x29\ -\xb7\xd0\xc8\x47\x2b\xcb\x85\xbd\x89\xf4\x8e\x1c\x1f\x09\x8a\x3a\ -\x4c\xde\x41\x6b\x7b\x82\x81\x75\x5f\x9a\x23\xde\xa4\xcf\xa9\x21\ -\x9a\xbd\x74\xf1\xd3\xc1\xab\xf8\xbc\xf2\xfe\x53\x35\xa8\x27\xa2\ -\x59\xda\x42\xb2\x78\xea\xc0\x2d\xc3\x91\x79\xea\x57\x58\x1f\xcd\ -\x78\x13\xf5\x2f\x68\xf4\xb5\x9f\x3d\xaf\x98\xfc\x2e\x22\xde\xe9\ -\x4e\x52\x7a\xe9\xc5\x97\x47\x5f\xe8\x0d\x4d\x6f\xb0\x4e\x6e\x2b\ -\xd7\x62\xe6\x17\x9d\x1a\xed\x61\x77\x3d\xef\x79\x02\xe3\x0d\xae\ -\x08\x8c\xd2\xe5\x85\x88\x9f\xb6\x17\x7e\x92\x56\xdd\x2a\xf5\x2e\ -\x29\xb4\x6a\x3c\x8c\x91\x2e\xd0\xba\xf1\x53\x77\x9c\xa0\x2c\x67\ -\xc3\xf6\x13\x67\x9e\x0e\x6d\x10\xba\xb2\xf5\x59\xa2\xf3\xae\x00\ -\x60\xa0\xef\xb4\x09\xd2\xd7\xc4\xec\x2c\x7c\x73\x5d\xe4\x59\x0c\ -\xae\xc7\x09\x18\xfb\x9a\x51\xc8\xa2\x9b\x1a\x4d\x63\x1b\x6c\x9c\ -\x34\x77\x9a\x74\xca\xd5\xa0\xd5\xcb\x1d\x9c\x2e\x71\x69\x1a\x66\ -\xb9\x97\x82\xcd\xb4\xd6\x22\xda\x4a\x5b\x43\x47\x8d\x4d\x68\xd0\ -\x54\x5b\x1e\x02\x4d\x90\xfa\x74\x26\x43\x6a\xa7\x53\xae\x8c\xe7\ -\x65\x46\xdf\xa7\xe3\x00\x4c\xf6\x9d\xcd\xcd\xf8\xa0\xce\xd5\xe2\ -\xa3\xd6\x9c\xee\xb4\x13\xdc\x28\xa7\xd9\xfb\x76\xae\x55\xd4\x4f\ -\xdb\x91\x62\xa0\x23\xf6\x73\xb2\xc1\xda\xb0\x32\xbc\x78\x34\xd1\ -\x99\xb7\x69\x0d\x6e\xa6\x6c\x41\xc3\xa0\x24\xe7\xe6\xfc\x72\xdf\ -\x39\x48\xa8\xa3\xbe\x7b\x63\x73\x8c\xcc\x5d\x3e\x68\xc6\xda\xf5\ -\x6c\x67\x95\xbe\xb4\x67\xfb\xae\x7a\x2e\xd7\xea\xa2\xae\x03\x94\ -\xdd\x99\x56\x22\x36\x2a\x7f\xbd\xce\xcb\xf8\x5b\x47\xdc\x2f\xc1\ -\xa6\x02\xf7\x1f\x97\xbb\x09\x88\x7c\x33\x20\xf6\xd8\x58\x48\x3d\ -\xcb\x4d\x8b\xf2\x24\xce\x06\x03\x0e\x1d\xb1\x76\x93\x31\xbd\xc7\ -\xe7\xaa\xae\xfa\xcd\xe5\x2e\x5e\x9a\x6a\x7b\xf3\xf7\xe8\x2f\x26\ -\x70\xdc\xa3\x2a\x8d\xee\x74\x25\xcf\x32\x73\x12\x50\xfc\x7e\x7f\ -\x8e\x40\x4b\x1a\x22\x53\xe5\x69\x1b\xcd\x6a\xa5\x27\x43\xbd\xda\ -\xa0\x8c\xa5\xc5\xad\x06\x9d\x27\x34\x23\x12\xe8\xf6\x59\x7c\xb3\ -\xd8\x43\x9f\xe3\xff\xed\x1a\x08\xcd\x89\xf2\x38\xa0\xfc\xa4\x6b\ -\x12\x37\x42\x3a\x8b\xf9\x08\xfd\xd3\x46\xcd\xe5\xa5\x30\x16\xa0\ -\x32\xe2\x26\xeb\x82\x32\xd6\x9b\x04\xf5\x28\xc1\xcb\xd8\x4c\x56\ -\x6e\x59\x4e\xa9\x5b\x21\x48\x4e\xcb\xf7\x5d\x2e\x89\x7d\x90\x9c\ -\xef\x60\xe4\x9d\xe1\xcf\x77\x4e\x11\xae\x9f\x63\xda\xd2\xd6\xd7\ -\x1c\x6b\x25\x45\xed\x12\x0e\x88\x55\x4c\xfd\xe3\x2f\x5f\xf9\xbb\ -\x0a\xc8\x32\x00\x09\xf7\xbd\x14\xfa\x6f\xdd\x13\xcd\x39\x47\xf6\ -\xc6\xed\xde\xa5\xc9\x6d\x36\xb2\x65\x95\xb8\xee\x85\x5e\x4e\x63\ -\xe3\x9d\xef\xd5\x45\xe0\x61\x43\xac\xb9\xc6\x5e\xa8\x3e\x3d\x91\ -\xe0\x12\xb7\x12\x5b\x3b\x3f\x8e\x4b\x50\x47\xc1\xee\xef\x64\x75\ -\xa3\x6a\xda\xbf\x1a\x0d\xdb\xf8\xbe\x4d\xbd\xb9\xf4\x7a\x45\xbe\ -\x52\xab\xb2\xa1\x92\x63\x22\xa4\x86\xda\x11\x79\x50\x03\x2a\x97\ -\xef\xa5\x31\xcb\x89\xb8\xc2\x3e\x54\xbd\x89\xf8\xa7\xb8\xf2\xbc\ -\xf5\x98\x26\x4d\xa0\xc5\x00\x71\xc4\xcf\xc5\xc4\x5f\x35\x63\x13\ -\xa8\x38\xa9\x29\x06\x53\x24\x1d\x85\xd7\x5b\x00\x38\x66\x8e\xe4\ -\x94\xcd\x0a\x37\xa5\x47\xe3\x33\xd7\xe8\x02\x04\xfb\x29\x22\x47\ -\x0b\x7c\x2a\xdb\xed\x1d\x3a\x99\xa4\x68\x2c\x30\x9a\x40\x4d\x10\ -\x05\x60\x02\xb4\x26\x0b\x5d\x66\x4c\x11\x17\xc8\x85\x6b\x2a\x65\ -\xf8\xac\x56\x59\x07\xbb\xad\xaf\xd0\x4c\xed\xb2\xb9\x16\x5e\xae\ -\x24\xf9\xde\x83\x96\x09\xd1\x7c\x36\x33\x93\x51\xe4\x25\x83\x8d\ -\x79\x58\x8c\x77\x89\xde\xb1\x23\x4d\xbf\xb6\x57\x6a\xef\x77\x76\ -\x08\x36\x78\x8b\xde\x73\x1d\x11\xc9\x45\x53\x12\x58\x43\xc6\xc3\ -\x8a\xbb\x1b\x1f\x3d\x1a\x9c\x9e\x4c\xb2\x82\xf9\x08\xe5\x84\x4d\ -\x3b\xdb\x85\xac\x45\xe6\xd2\xfe\xdb\x7d\xbe\x5c\x6d\x1c\x13\xda\ -\xc0\x27\x2a\x8d\xd3\x53\x05\x6a\x29\x84\x14\x0b\x0d\xfa\x58\x7f\ -\xfd\xd5\x2b\x35\xde\x81\x1c\x71\x10\x49\x27\x2c\xbf\x12\x28\xf4\ -\xd3\x69\x11\x69\xee\x45\xe7\xa9\xf7\x14\x8e\x9e\xeb\x38\x77\x32\ -\x32\x03\xfe\x1d\xd3\x22\x59\x77\x15\xe7\x5a\x34\xe0\x8c\x2e\xc0\ -\x29\x5b\x8a\xfa\x15\xb4\x33\x52\x00\xdc\x6c\x7a\xac\x35\xd2\xfc\ -\x4e\x97\xc6\xe6\xcc\xf7\xce\xea\x66\x0d\x80\xa3\xb5\x82\x36\x2e\ -\x6f\x79\x5b\x36\xb3\xcd\xa8\xb5\x28\xdd\xf8\x84\x41\x54\x50\x2e\ -\xb7\xe9\x68\x82\x24\xf4\x78\x8f\x1a\x06\x9a\xe2\xe3\x27\x78\xa7\ -\xe4\xd1\xfb\x44\x81\x13\xa4\xa6\x67\x63\xca\xc9\x78\xa2\x7d\xac\ -\x4f\x5f\x24\x92\x32\x8d\x07\xd7\xd8\xda\x57\x00\x6c\xc1\x31\x33\ -\xaa\xf7\xc8\xaa\xe7\xc2\xd1\xc8\x15\xad\x9b\x8c\xd6\x61\x65\x3e\ -\xdc\x55\xd5\x00\xa0\xf9\xf2\x33\x6b\x3f\xf7\x99\x1f\xca\x93\x02\ -\xfd\x16\x14\x4e\xf6\x0e\x6c\xa2\x8a\xf0\x8d\x9e\x6b\x78\xfb\xde\ -\x65\xc6\xa1\xe1\xc2\x9a\x66\x3d\xaa\x37\x2d\xfe\x43\xc4\x12\xd3\ -\xbf\x04\x71\x00\xbc\xb6\xe7\xbd\x64\xc7\x79\xfc\x2f\xaa\xe3\x6c\ -\x12\xf5\x85\x12\xae\xc7\x19\x38\xe9\x97\xc4\x79\x46\xf7\x30\x21\ -\x8d\xb8\xea\x4e\x3e\xa9\x88\xf1\x9c\x2d\xb5\xbe\xc6\x15\x21\xb0\ -\xca\xc0\x29\x9a\xe1\x43\x0b\x2e\xf1\x7c\xb0\xa6\x75\xe9\x0e\x0f\ -\x7d\xf9\x25\x72\xbd\xfe\xb0\x27\x82\x5c\x3a\x5d\xb6\xce\x34\xca\ -\x60\x51\xb5\x1e\x95\xc7\xd1\xe7\xee\x29\x6d\x1b\x4d\x3c\x3b\xd0\ -\x0c\xde\x4a\x71\xa3\xaa\x86\x2e\xa8\x33\x2e\x8c\x76\x51\x01\x28\ -\x74\x22\xf9\xf0\x7c\x31\x73\x64\x9a\xb8\xa5\x62\xa3\x13\x69\xdf\ -\xb8\x2a\x33\xe8\x75\x83\x11\x05\x3a\xbf\xe1\x92\x58\xa9\xa0\x88\ -\x66\x4a\x69\x5b\x8a\x1a\x79\x14\xeb\x88\x2e\x20\x7f\x34\x2f\x67\ -\xcb\x17\x45\xed\xc0\xb2\x41\xd8\xa7\x7b\x8e\xc9\xb1\x21\x91\x14\ -\x6d\x73\x17\x5b\xb9\x29\x46\xe8\x5d\x84\x1c\x4e\xe4\xd7\x43\x04\ -\xcf\xfc\x83\x51\xa4\x46\xc3\x23\x66\xaf\x45\x5b\x4e\xae\xf0\x6b\ -\x60\x8e\x0b\xa2\x3e\x48\x61\xab\xdf\x17\xb6\xf7\x47\xc6\x68\x51\ -\x1f\xd2\x15\xef\xb4\x12\x2e\xfa\x57\x18\x91\x70\xe6\x47\x84\x38\ -\x9e\xd9\x7c\x48\x53\x93\xbf\xf5\x90\xbe\xb7\xf3\x9e\x53\x49\xde\ -\x72\x20\xd8\x8c\xee\xed\xd6\xfa\xf9\x0e\x93\x16\xf8\x3a\x4e\x0f\ -\x9b\x79\x31\x26\xd2\x8b\x34\x9a\xab\x1f\xe1\xa1\xcd\x1a\x34\x4c\ -\x32\xba\xd2\xc6\x9c\xfb\xeb\x13\x58\x7e\xab\xda\x83\x83\xcc\x60\ -\xca\x42\x20\x14\x1d\x94\xc3\x08\xe6\xe6\x9f\x9f\x98\x24\x60\xb0\ -\xaf\x17\xcc\x2b\x72\x7e\x1a\xb5\x8d\xfd\x94\x19\x15\xca\xaf\x7c\ -\x62\x23\x1a\x5c\xf0\x81\x04\xc6\x74\x36\x01\x38\x1b\x17\x65\x38\ -\x7c\x39\x39\x1f\xd0\xb8\x70\x72\x7b\xc1\x84\x50\x77\x66\x70\x78\ -\xe2\xf7\x55\x9e\x39\x23\x63\x3d\x32\x50\xe0\x38\x8c\x1a\xb8\x73\ -\x51\xc4\xae\xb9\x26\x0e\x14\xf3\x8d\x2a\x66\xe1\x4c\x56\x8d\x4f\ -\x16\x2a\xeb\x4d\xb8\xcf\x13\xf5\x7b\x99\x9e\xa6\x53\x14\x40\xb6\ -\xb0\xde\x9d\x7e\xa5\x39\xb5\xb0\x16\xcd\x67\x61\x8f\xfa\xb2\xf7\ -\x06\x81\xa0\x50\x9a\xb6\xd4\xd3\x1e\x5f\xa1\x41\x5e\x4f\x11\x10\ -\xb8\xae\xb5\xc9\xc3\x8a\x6c\xa3\xc3\x8c\x2e\x9b\xd9\x5c\xa3\x4c\ -\xee\x00\x68\xd2\xd9\x4b\xb1\xa7\x42\xd1\xd6\x59\x53\xf8\xdc\xf2\ -\x82\xb3\xe7\xc4\xcc\x63\x10\x68\x4c\x92\x1e\x7b\x65\x2b\x65\xd0\ -\xf1\x98\x38\x10\x50\xcd\x5f\xce\xfe\x02\xc0\xb4\x91\xe1\x0d\x6b\ -\x4e\xae\x15\x9f\x77\xc3\xb4\x96\x8b\x1e\x16\x56\x70\x11\x3b\x41\ -\x8d\x0e\x1d\x67\xad\xd2\xa6\x7f\xf6\x53\x5f\x00\x4a\x3b\x32\xdd\ -\x1e\xff\x6d\x34\x0b\xf4\xc8\x01\xe4\x41\xa1\x6d\x83\x04\x33\x87\ -\x63\xb2\x61\x97\xf5\x21\x0b\x8d\x0c\x6a\xb2\x4e\x5d\xf4\x53\x9b\ -\x92\xeb\x54\x08\xdd\x00\x33\x7b\xeb\x15\x54\x00\xf7\xc5\xbe\x4b\ -\x70\x0f\xc9\x00\x83\xcc\x36\x2d\xf9\xe9\x33\x9e\xb9\x2c\xc2\x7d\ -\x41\x4a\xb9\xfa\x21\xb8\x91\x45\x36\x65\x60\xbb\x5c\xb4\xf7\x07\ -\x10\xea\xdd\x67\x7e\xc4\x26\xa8\x7d\xc2\x04\x5e\x43\xa4\xe7\xf1\ -\x31\xb4\xde\xcd\x23\x72\x7a\xe9\x26\x4e\x51\xd9\x58\x03\x52\x4e\ -\xe9\x53\x08\x4c\x06\x13\x2b\xd6\x31\x25\x12\x79\x99\xaa\x9a\xd7\ -\x21\x02\x13\x9f\xae\x3b\xb4\x6a\x16\x59\x57\xc0\x91\x77\x45\x7b\ -\x8c\xc6\x51\x3a\x26\x63\x4e\x24\xf8\xd1\xb4\x0f\xed\x61\x1a\xf1\ -\x85\x69\x8e\x47\x42\x30\x9d\x8e\xb0\x5c\x00\x00\x75\xec\xcb\x01\ -\xc6\x9f\x0d\xdd\xbb\x2e\x4f\x5e\xb4\xc4\x56\x6e\x6c\x13\x74\x40\ -\xda\x7c\x8e\xa3\x0e\x99\xa9\x46\xf4\x05\x1a\x17\xe5\x79\xc6\xf6\ -\x3e\x25\x7b\xa1\x28\xb6\x47\xf0\x04\x85\x4d\xc0\x8e\x0c\x80\x8e\ -\x15\xd6\xdc\xac\x34\x24\x0a\x83\xab\xc1\x4d\x75\x7b\x68\xaa\x14\ -\xb8\xf0\x44\xaf\xe7\x3e\x0e\x39\x32\xd8\x9b\x4f\xed\x3c\xb5\x31\ -\xd3\x3c\x37\x3c\xaf\xaa\xde\x83\x4c\xda\xe2\xa4\xc8\x9d\x80\x60\ -\x16\x74\xbb\xef\x11\xfb\x09\x07\xc1\x98\x8c\x0b\x03\xb0\xbd\x07\ -\xc8\x7d\xf6\x14\xcc\x4c\xba\xf7\x7b\x53\x5d\x14\x67\x6e\x73\x24\ -\x82\x3c\xb1\x38\x97\xcf\xf0\x5e\x55\x2d\xca\x2f\x4e\xaa\x3a\xd6\ -\x87\xca\xf4\x0e\xe3\x6e\x3c\xab\x50\x01\xfc\xd5\x38\x23\x18\xc0\ -\x4d\x04\x70\x7c\x6d\x2e\x38\xcb\x2c\xa5\x39\xaa\x74\xa9\xfe\x7a\ -\x7e\x06\xaf\x39\xb9\x8a\x0b\x76\xeb\xed\xce\x38\x6b\x95\x5b\x0d\ -\x53\x0b\x2d\x6f\x69\x97\x8d\x6e\xb8\xdc\x35\x67\x31\xd3\xe7\xfe\ -\x85\x7c\x92\x67\xb3\xf6\x77\xdf\xf4\xc3\x2d\x10\xf4\xec\x94\x5d\ -\x0d\xd2\xad\x46\x8b\x17\xfd\x61\x76\x27\xb5\x68\xaa\x76\x84\xd3\ -\xfe\xee\x5f\xd7\x66\x5d\x3f\xcd\x47\x67\x21\x59\x3f\xe1\xbc\x12\ -\x06\x19\xb4\xe9\x36\xad\x86\x2b\x37\x6e\x25\x62\x8b\x44\x98\x23\ -\xc7\x03\xf3\xcd\xfd\xdf\x7d\x07\xaa\xed\x59\x58\x4c\x9e\x9f\xa4\ -\x51\xd8\x7e\x22\x87\xcb\x4d\xd9\xb5\x04\xde\x59\xbc\xdc\xb6\x49\ -\x48\xbd\xc1\xdc\x6e\x4e\xaa\xaa\x5e\xf0\x92\x44\xce\x53\xff\xfe\ -\x91\x29\x65\x42\x1f\xeb\xcf\x47\xf1\x3d\x49\xad\xdc\x6d\x6e\xd2\ -\x79\x20\x1e\x85\xdd\x8e\xcd\x93\xf9\x40\xd8\x38\x8b\x6e\xba\xc3\ -\x19\x6a\xc9\x0a\x23\x0c\x18\xa7\xaa\xd1\x9d\x9f\x8f\xa6\x35\x29\ -\xe7\xe5\x4e\x56\xcf\x8e\xa0\x69\x66\x36\xfa\x11\x47\xe4\x94\x1b\ -\x39\x43\x6b\x4b\xcf\x14\xf3\xcb\x38\x0b\x70\x2f\x68\x77\x23\x52\ -\xe5\x17\x1e\xd4\xaa\x2a\x6c\x7c\xd3\xfc\xf2\x27\xa6\x2a\x5d\x94\ -\x22\xd2\xa3\x87\x63\x56\xfe\xfb\x4d\x44\x7c\x2d\xda\x7a\x47\xb8\ -\x9b\xeb\x1d\x0c\x44\xb5\xae\x55\xfc\x8d\x35\xdd\x92\xcc\xfc\xcc\ -\xc4\x9b\x6e\x76\xc1\xbe\x9b\x4d\x67\xd3\xa2\x65\xb2\x70\xdb\x4d\ -\xac\xcb\x73\x51\x96\xe7\x81\x11\xb8\xd4\x68\xe8\xa6\xaa\x21\xce\ -\xcf\x29\x9e\x05\xf5\xdf\xfd\x3f\xc3\xad\xd1\x9f\xe1\x0e\xa1\xae\ -\xd2\xbe\x77\xe4\x14\x2d\xb7\xda\x75\x77\x18\x47\x9f\xe5\xa2\xbf\ -\xfb\xbf\x11\x9c\xbb\xc2\x59\x71\xfb\x01\xc0\x4c\x6b\x09\x7d\x8c\ -\x4a\x63\xa8\xda\x99\x5a\x1c\x66\x22\x39\xd3\x62\x49\x81\xeb\x1a\ -\x14\x00\xa4\x5a\x4a\x64\x87\x18\x51\x35\xc5\x9f\xfd\xdf\x58\x8b\ -\xf1\xfe\xa9\x05\xbc\x6a\x37\xdd\x9b\xe8\x27\x5d\x22\x73\xba\xc2\ -\x1d\x28\xfe\xd9\xb7\x4f\xe3\xb2\xbd\x1d\xf6\xda\x5e\x50\x28\xa9\ -\xd3\x44\x33\x0f\xca\x5c\x64\x6b\xe4\x39\x38\xcc\x6b\xae\xdf\xed\ -\x45\x82\xa9\xd1\x6d\x3b\x10\xb8\x55\x85\x98\xd3\x86\xfd\x00\xde\ -\xf6\x0b\x96\xf1\x1b\xd0\x7f\x3f\x3f\xee\x40\x1a\xc5\xa8\x9f\x0f\ -\x64\x6b\xe9\xfd\x4b\x69\xd1\x62\x15\xf2\xd9\x0d\xc4\x5f\xfd\xeb\ -\x13\x6d\xa0\x26\x17\x6d\x59\x3c\x2f\xc9\x75\x75\x57\x18\x6b\x7c\ -\x80\x42\x16\xb4\x64\xea\x58\x04\x8c\x10\x60\x4b\x0d\xa3\x3d\x58\ -\x09\x45\xad\xa6\x4f\x37\x71\x19\x16\x6c\x3d\x81\xde\x74\xbb\xe8\ -\x9a\x5a\x33\x98\x53\x2b\x76\x16\x12\x89\x08\xfd\x84\x6d\xbf\x33\ -\x65\x56\xbd\xc7\x9b\x3e\xf5\xa6\x7a\x9f\x4b\xb8\x2f\x32\xfd\xdd\ -\xff\xbf\x40\xc2\xad\xc2\xda\xf3\x3c\x15\x61\x3f\x3f\xc3\x4c\x82\ -\x81\x7e\xc6\x91\x89\x76\x5b\xdc\x2f\x89\xd3\xb2\x0e\x57\x3e\xa5\ -\x8f\xdb\xe6\xc6\xfa\xf0\x35\xe8\xef\x9c\x6c\x91\x9e\xae\x7c\xd9\ -\xd8\x7f\x1c\x29\xff\xac\xb3\xf0\x6b\xa4\x93\x88\xe8\xbe\x7f\x7b\ -\xfd\x27\x1d\x2d\x1a\x54\x11\x89\xf7\x8f\x0d\xfc\x8a\xcf\x9b\x53\ -\x8e\xbf\x47\xc3\xe8\xcf\x76\x49\xc6\x76\xdc\x75\xa7\x2c\x5a\x43\ -\xd7\x62\x64\xf4\xd9\xb7\xef\xef\xbc\x3f\x72\xa7\xd4\x51\xfd\x29\ -\xa7\x5b\x89\x39\x9f\x52\x07\xca\x9b\x46\x61\x55\x7d\x69\xd0\xed\ -\xd4\xbf\xfe\x6f\x38\x66\x25\xcc\xcb\x28\x65\x00\x00\x20\x00\x49\ -\x44\x41\x54\xd8\xd3\x61\xdf\xfe\x5e\xb6\x7e\xfc\x6c\x13\xdf\x3b\ -\xa6\xe6\xb4\x69\xf8\xfe\x9c\x06\x50\xed\x28\x5f\x40\xd5\xd6\xdf\ -\xa2\x84\xa7\xcb\x2e\x93\xc4\x64\xff\xa2\x6d\x91\x73\x15\x9f\xd2\ -\xaf\x41\xae\x46\xe1\x57\x3d\xe7\x92\x43\xab\xe7\x39\x3a\x2b\x26\ -\x4c\xdb\x73\xa2\xcc\xc8\xaf\x36\x26\xdb\x5a\xef\xca\xcc\xe8\xf7\ -\x73\x93\x2c\x0f\x57\xe7\xd5\x13\xc2\xd4\x30\xd1\xbe\x63\xa2\x9e\ -\xcd\x75\xac\x45\x71\xfa\xdd\x6f\x52\xf1\x97\x37\x43\x3d\x21\x0e\ -\x07\x61\xf9\x7d\x34\x19\xcb\xba\xd9\xfd\xb5\xff\x06\x98\x6c\x23\ -\x6f\x29\xf1\x81\xdf\xdf\xff\x0e\x2d\xa0\xc8\x04\x42\xd5\xfe\xeb\ -\xd4\x67\xf9\x53\xe0\x56\xee\x31\xa6\x45\x9b\x7f\x87\xc6\x68\x4e\ -\x2a\x99\x74\xb7\x8e\x2d\xd9\x15\x46\xdd\xb0\xdf\x64\xa4\xac\xee\ -\xd6\x4b\x40\x33\xcb\x26\x61\xa7\xb5\xcb\xdb\xe4\x9b\x49\xf5\xb7\ -\xa8\x7a\x27\xb3\xa4\xa7\x96\xdc\x3a\xad\xa3\xa9\xff\xec\x5d\x00\ -\xae\xd8\xb3\xb9\xc8\x1c\x3e\xff\xce\x41\xe3\xa6\xc8\x45\xe3\x45\ -\xaa\xbf\x35\x51\xf4\xdc\x30\x2b\x57\x52\xd2\x1d\x81\xcc\x04\xfb\ -\x57\x48\xe0\x67\xc8\xfa\x87\x12\x04\x52\x1b\x61\xf5\xff\xbd\xff\ -\x27\x06\x04\x57\x99\x1b\x38\xcb\x24\xcd\x71\xee\xd6\x2b\xa1\xd9\ -\x45\x02\xf2\xfa\x9c\xe0\xb1\x44\xd4\x0f\x11\xdd\x9b\x89\x5f\xf4\ -\xd0\x1a\x53\xf1\xdb\x7e\x43\xef\xb5\x06\x9d\x38\xb5\xcd\x75\x7e\ -\xa6\x1e\x5d\xa7\x49\xc7\x7f\xf7\xff\x43\x6c\x12\x39\xb3\x2b\x9a\ -\x96\xb6\x4b\xff\xe8\x5f\x0f\xc1\x55\xaf\xfb\x57\x6e\x62\x59\xf1\ -\x19\xb4\x6c\xed\xd1\xb1\x36\xf3\xfb\x1c\x58\xd2\xd6\x64\xdb\xea\ -\x73\x92\xac\x75\xe1\x12\xcd\x9a\xce\x66\xee\xae\xc6\x07\x2c\xeb\ -\x61\xf2\x74\x46\xfc\x64\xe6\x14\x45\xc5\xd8\xfa\xc5\x8e\xc1\xc9\ -\x0c\xee\xce\xdd\xe4\x30\x52\x9b\xdf\x5b\xd5\x73\x10\x3d\x16\x42\ -\x88\x43\xca\x52\xe6\x67\x24\x9e\x33\x46\xea\x20\x75\x32\x81\x88\ -\x3c\xc7\xea\x2d\x6d\x3e\x45\x75\x59\x30\x57\x16\x48\x8a\x56\xe3\ -\x20\xfc\xa1\x4a\x3d\x0d\x27\x19\x6e\xbd\x80\xbd\xd3\x57\xf0\x60\ -\x98\xbc\x7d\x40\xaf\xa3\x21\xa0\xb0\xba\x56\x3e\x90\x92\x28\xca\ -\x7d\x41\x48\x85\xf0\x6a\xa1\x6c\x11\x44\x47\xa9\xf3\xd2\xd8\x78\ -\x81\x60\x0a\x0d\xd3\x8d\x5e\xf4\x5a\xd4\x2d\x3f\xf0\x56\x8b\xc4\ -\x69\xba\x4a\xf9\x94\xda\xda\xb9\xe5\x0b\xc2\xa8\x14\xe8\x57\x06\ -\x90\x41\xb3\xd0\x16\xde\x52\x79\x32\x55\x04\xb2\xd1\x92\xf5\x98\ -\x1a\x0d\xfa\x40\x4a\x10\xd2\x85\xe8\x40\x89\x84\x78\x50\xac\xf0\ -\xaf\x4d\x46\x97\xfc\x29\xcb\xec\x42\x2d\x83\x29\xa0\xdf\xec\xa3\ -\x39\x17\xb8\x0e\xaa\xcc\x89\x38\xdf\xb7\x87\x4f\x0b\xd1\xc8\x91\ -\x42\x2a\x54\xe7\x6d\x29\x8c\x5f\xfb\xf7\x5c\x3f\xbe\x61\x39\x82\ -\x9d\xcf\x69\xc1\xfa\x69\xdb\xe3\x74\x81\xa1\x40\x2e\x6e\x0a\xbb\ -\xfa\xa2\x5f\x84\xbb\x13\xd8\x73\x52\xd2\x41\xb0\xf0\x96\x6c\xd0\ -\x03\x71\x3c\x85\xec\x89\x88\x6a\xd0\xef\x28\x05\xb0\x37\x18\x7a\ -\xf4\xa5\xc1\x95\xcf\x12\x26\x1f\x80\x0a\x5f\xd7\x35\x7e\x9e\xa2\ -\x51\x45\xb8\xe2\xe9\x72\x85\x5c\x6d\x42\xee\xb4\xb2\x3f\x1f\x03\ -\x07\x1c\x31\x5a\x51\x9c\xec\x6d\xc4\xec\x13\x1c\xf4\xbc\xbb\xe4\ -\x67\x68\xf2\xb2\x20\x90\x28\x76\x14\xb8\xde\xe7\x7e\xee\x42\x91\ -\x47\xd6\x88\x45\x7c\x82\x61\x38\x29\xb5\x5d\x7f\x67\x64\x11\x98\ -\x6a\xd0\x30\x0f\xd9\x11\x72\xbc\xc0\x75\xf3\xb9\x16\xa5\xc2\x72\ -\xb1\x31\x51\x22\xc8\x07\x23\x4a\x7b\x08\x56\x81\xc9\x52\x14\x88\ -\xcb\xff\xbf\x8f\x82\x69\xba\x86\xf1\x7c\xfe\x85\xd0\xc2\x2b\xf8\ -\x91\x55\x46\x2e\x9c\x01\xcd\x31\xf5\x5b\x35\x19\x4e\x4a\x64\xeb\ -\xf2\x1a\x81\x96\xaf\xe7\x86\xa0\x7d\x74\x22\x76\xe5\x43\x16\xcd\ -\x0f\x7c\x3e\x9f\x66\x87\x93\x53\xfd\x0c\xad\x77\x23\x70\xc0\x4c\ -\xd3\x17\xe1\xab\x0d\x16\xb2\xa1\x92\xd5\x62\x6f\x30\x1f\x28\xc7\ -\x38\xcb\xc9\xc4\x41\xff\x0b\x57\x22\xa4\xd8\x2c\x98\x88\xb5\xa8\ -\x5d\xa1\x49\x03\x63\x0b\x6a\x44\xdb\x42\x1f\xc6\x57\xe6\xa1\xb4\ -\x61\x45\xd2\xbb\xb6\x6a\xbc\x67\xad\xdc\x15\x44\xc5\xe7\x97\x97\ -\xc7\xb4\x8d\x78\x1a\x51\xf8\x9f\xd7\x42\x9d\x7b\x33\x4a\x35\x3c\ -\x27\xa5\xf8\xfa\x91\x42\x38\x7b\x22\x2b\x40\x67\x7e\xa3\x3c\x69\ -\x7b\x6f\x3d\xee\xc6\xe9\xe0\x2a\x11\xd4\x9d\x9f\x17\xb3\xe6\x3a\ -\x7a\x3c\xf5\x15\xbb\x28\xeb\x6d\x0a\xb0\xfa\x1e\x28\x7a\x38\x9c\ -\x7f\x04\xb9\x3c\xe6\xce\xab\x46\xda\xf9\x87\x89\x3a\x73\xd0\xeb\ -\xc3\x3d\xd5\xaf\x55\xad\xc0\xd5\x74\x23\xec\x49\x88\x00\xe2\x6f\ -\x43\x74\x6e\x49\xad\x37\x22\xa2\x9f\xd6\x96\x29\xbe\x30\xa1\x32\ -\x33\x4a\x53\xe7\xcc\xbe\x1c\xe7\x89\xd5\x59\xb3\xe8\xf2\xc2\x76\ -\xc5\xbf\x67\x21\x8e\xf3\xad\xcf\xf6\xbb\x35\x38\x49\xc1\xda\xf9\ -\x9d\xac\x0a\xe8\x04\x17\x74\xf1\x43\x03\x93\xfa\x2b\xff\xfe\x7f\ -\x62\x4a\x7f\x1f\xd3\xe3\xcc\xe9\xba\xc0\x0c\x42\x23\xe2\x80\xca\ -\x44\x2b\xc1\x60\xd2\x64\xc9\x1c\x0c\x13\x4e\xed\xc9\xee\xfb\x2d\ -\x1a\x63\x22\x26\x5b\x3f\x7e\x06\x80\xe1\x96\x08\x17\x48\x7a\x5d\ -\xff\x99\x35\x53\x52\x25\x35\x68\x83\x94\x4c\x20\x1e\x0d\x67\xd3\ -\xc6\xb4\xce\x11\x88\x07\xec\xf3\xca\xee\x92\x55\x20\x35\xf5\x8c\ -\x6b\x79\xb7\xe9\xb7\x0a\x0a\x9f\xfa\x99\x5e\x98\x4b\x80\xc6\x9a\ -\x0e\xb8\x1d\x6f\x9d\x50\x2b\xb1\x4a\x4c\xfd\x85\x58\xb4\xb4\x58\ -\xd5\x34\xd6\xbd\x74\x57\xde\x29\xb1\x06\x63\x64\x55\x36\xa6\x88\ -\x9f\x9f\x15\x19\x24\x9d\x4d\x37\xa8\x68\x8a\x46\x53\x0b\x68\x62\ -\xad\x81\xf6\x3f\xff\xe7\xa9\x8f\xb6\x7e\x5e\xe3\xec\xa4\x36\xfe\ -\xf9\xd7\x5f\x23\xee\x22\x34\xc1\xe8\x7c\xdb\x5f\xa2\xb5\x71\x59\ -\xf0\x9f\x1a\xcf\x95\x93\x59\x30\xce\x40\xf3\x8c\x4b\x2e\xbf\xa3\ -\x36\xd1\xd6\x9b\x74\xf7\x99\x2f\xc4\xb4\x7e\x7e\x0e\x83\x1a\x9d\ -\xee\x96\x06\xe1\xc8\x4c\x7e\x46\x99\xb9\xbf\x6a\xdc\xdd\x41\x10\ -\xa5\x3c\x45\xe5\x94\x27\xd8\x64\x04\x88\xa1\xf1\xd4\xe9\x05\xb0\ -\x81\xce\xad\x74\x5d\x11\x33\xa3\x3a\x68\xdf\xe9\xc2\x29\x14\x79\ -\x72\x95\x47\x6b\xc7\xf9\x4b\x95\x5f\x95\x0c\x07\x0d\xe9\x05\xee\ -\x8b\xf3\xb9\x16\x15\x30\x0f\xf9\x42\x46\x2c\x0b\x2c\x2a\x64\xab\ -\xd1\xe4\xb8\xac\x23\x90\xb0\x8b\x8e\x0e\xf1\x34\xdb\xfe\x67\x96\ -\x54\x81\x79\x86\x04\x8f\x0c\x18\x7a\xe3\x57\x86\x23\x9c\xc8\xeb\ -\x25\xe5\x33\xa2\x15\x2f\xb9\x8f\xe3\x32\x03\xa0\x99\xe2\x7c\x32\ -\x91\xf8\x18\x7f\x27\x1f\x16\x5f\xd4\x8a\x03\xdf\xc4\xc0\x72\x75\ -\x8a\x39\xbb\x00\x92\x87\x00\x30\x2f\x6f\x03\x54\x90\x87\xab\x8d\ -\x0c\xbb\xe5\x53\x50\x1e\x4c\x47\xfa\xa6\x68\x5b\xc4\x40\x28\xa7\ -\xce\x3d\xc8\x89\x15\xd9\x31\xf3\x6e\xbe\xb5\x88\x38\xe5\x05\xb8\ -\xec\x35\x86\x0e\x6b\x73\x53\x3b\xdc\xb1\xd6\xd4\xda\xbd\x70\xa6\ -\xf1\xef\xb4\x1c\xe7\xa0\x12\xcc\x4d\xe0\x88\x60\x6e\x4c\x05\xfd\ -\x9d\xb4\xcf\x7e\x07\xad\xed\xa7\xb5\xe7\xfe\xec\x7e\xc7\x90\x63\ -\xc6\xcc\x1e\xce\xb7\xad\x9d\x71\x6c\x52\xfb\x18\x47\xc5\x40\x49\ -\x4c\xfe\x6d\x5e\x7c\x59\xd8\x6f\x8b\x23\x3d\x0e\x9e\x9c\x12\xbc\ -\xfd\xdc\x29\xb4\x9d\x13\x40\x1d\x06\x08\x8e\x98\xac\xc1\x79\x3f\ -\x9f\xe3\x5a\x47\xa1\x15\xa6\x0e\x49\x0d\x5c\xe5\x46\x65\x31\x02\ -\x4f\x97\x45\x17\x30\x97\x8b\xdc\xd1\x74\x0b\xc7\x3a\xb4\xd9\xac\ -\x4f\x03\x0a\x21\x11\x68\xba\xec\x85\xc6\x07\x9a\xaa\x0c\x4a\xac\ -\x4c\x18\x0d\xc3\x0e\xa6\xd1\x60\xe5\xec\x6f\xf1\xaa\x03\xf5\x69\ -\x89\x4d\xbd\xff\x72\x7d\xaf\xa7\xb9\x47\x4e\xb3\xbe\x6d\x90\xce\ -\xcc\x0b\x3b\xeb\x16\x5b\x15\x42\xee\xb4\x57\xd0\x6d\x82\x36\xae\ -\x69\x48\x67\x06\x4c\xf8\x0e\x41\x90\x68\xae\x13\x1b\x8d\x1d\x5a\ -\x15\xfb\x24\x6a\xd0\x3a\xad\x43\xba\x53\x3b\x6a\xa2\x3d\xc5\x2c\ -\xe1\xfc\x1b\x1f\x3d\x90\x69\xed\x66\x24\xc5\xf5\x15\xec\xab\xd1\ -\x00\x71\xc4\x19\x50\x82\x31\x0e\x19\x29\x18\x05\x35\xf8\xd0\x8e\ -\x48\x4b\x0e\x6d\x59\xe5\x86\xf4\xe5\x32\xd6\xac\x1e\x9a\xb3\x17\ -\x4a\xd8\xbf\x72\xbe\x4e\x1b\x72\x07\x4a\x34\xe6\x13\x07\x6d\x96\ -\x4e\xdb\x64\x1b\x77\x59\xd1\x6e\xf8\xf0\x40\x81\x26\x85\x29\x5d\ -\x22\x33\x33\xae\xed\x97\x1d\xb5\x14\x70\x1c\x7b\x2b\x10\xf5\x00\ -\x46\x98\x66\xd0\xe4\x13\x66\xb3\xb8\x3f\x72\x5d\xcf\xc2\x73\x6a\ -\x17\xe8\xab\x3e\xee\x70\xb4\x34\xdf\xcb\x27\x73\x81\x2b\x4d\x52\ -\x87\x59\x47\x35\x07\x41\xa9\x67\xdb\xc9\x51\x22\xda\x48\x4d\x3a\ -\x42\x85\xc3\x14\xa1\x0b\x1f\xe9\xc9\x05\xeb\x63\x62\xd1\x06\x25\ -\xf2\x38\xfb\x4f\x43\x95\x7c\x3e\x05\xd6\xd4\xba\xa7\xd2\x8c\x9d\ -\x1a\xc7\x0c\x08\x17\x03\x3a\x23\x3c\xcf\xeb\x10\xeb\x53\x50\xff\ -\x7b\xff\x49\x19\xd3\x58\x01\x24\x54\x13\xc1\x45\x3f\x01\xde\x68\ -\x50\x15\x75\x50\xbc\xf8\x45\xdf\x57\x41\xdd\xa5\xcb\x0d\x3d\x72\ -\x9a\x45\x44\x46\x58\x24\x31\xfa\x9a\x78\x31\x9f\x72\x73\x8e\x99\ -\x3d\xb9\xd9\x7c\xc2\x96\x93\x25\xdd\x23\x0a\xbd\x97\x51\x18\xb7\ -\x50\x3b\x11\xfa\x07\x97\xd2\x82\x28\x31\x2d\xee\x70\x5b\xa9\x3c\ -\xaa\x9c\xfc\x35\x43\x81\x75\x52\xe5\xd0\x41\x8d\x22\x8b\xc9\xd9\ -\x24\x52\xa0\x54\x82\xdd\xe9\x98\xd8\xa1\x9f\x1d\xc9\xd0\x13\x3e\ -\x79\x80\xdc\x6f\xfa\x32\x5f\x10\xda\x5a\xdf\xa0\xa5\x59\x05\x6b\ -\xfb\x5a\x11\xd6\x91\xf7\xa5\x1a\xd2\x08\xbd\xc9\xf6\xc7\x8d\xb4\ -\x38\x1b\x7b\x30\x39\x50\x30\x86\x82\x37\x7c\x52\x05\x4b\x9f\x67\ -\xab\xb2\xb4\x6c\x1c\x34\xdc\xe0\x1f\xd0\xcb\x1e\xd4\x3a\x3d\x29\ -\x88\xe7\x1d\x6c\x54\xaa\x27\xb3\xd1\xb4\xf5\x39\x8f\x4d\x80\x42\ -\x36\x5f\xcc\xb5\xa0\xf4\x79\x38\x77\xc7\x74\xb9\x6a\x99\xb4\x62\ -\xaf\x38\x0e\x6f\xae\xab\x71\xce\x3a\x37\x6b\x18\x70\x0a\xa7\xb8\ -\x17\x07\x43\x42\xdd\x43\x9c\x46\x5e\xa2\x03\xc4\x6e\x66\x3d\x4d\ -\x83\x92\x99\x55\x54\xf0\x30\x80\x4a\xe7\x3e\x7a\x35\xb3\x78\xb1\ -\x9d\xc8\x29\x9d\x1c\x31\x06\x24\x83\xbe\xef\x6e\xe1\xe9\xc0\x19\ -\xe7\xe3\x3e\xcc\xde\xce\x9a\x23\x18\x30\xb8\xfe\xcf\xe2\xe8\x4a\ -\x31\x7d\xf2\x6f\xc6\xc2\xa9\x25\xc3\x91\x26\xcf\x0f\x54\xbf\x2e\ -\x1d\xe1\xaa\x5d\x53\x4b\x84\x5c\xef\xca\x3c\xe1\x44\xa1\x28\x84\ -\xf4\x56\x76\xc5\x8e\xde\xee\x89\x9a\x18\xf7\x82\x67\x7a\x8c\xd5\ -\xd3\xed\xad\x35\x17\xdc\x59\x13\x61\x19\x6a\xcc\x4e\x0d\xa8\xc2\ -\x16\x79\x9f\xad\xb1\x12\x11\x70\x61\x81\xbc\x8d\xe4\xec\xae\xb8\ -\x14\x45\xeb\xd2\x5b\x87\xfd\x23\x81\x75\x25\x99\xd0\xaa\xc2\x74\ -\x9e\xbc\xc5\x61\x8d\xe7\xb8\xe8\x3d\x78\xf1\x34\x86\x50\x28\xf6\ -\x72\x62\x70\xba\xee\xcc\xc6\xab\x03\x22\x77\x64\x69\x99\x72\xb8\ -\xdb\x0c\xef\xe7\x72\x96\x51\xbd\xc1\x15\x40\x60\xcd\x74\x63\xad\ -\x11\x0a\x8b\x01\x97\x76\x08\x39\xe5\x74\x67\x54\xdf\x4c\xe9\x28\ -\x43\x25\xf3\x04\x9b\xe2\xc3\x11\x27\x0f\x4a\x05\x93\x87\x44\xeb\ -\x24\x7f\x84\x83\x5b\x5b\x45\x4d\x5d\xbb\xd4\x0e\x6b\x43\x77\x82\ -\x08\xea\xcc\xfb\xa9\xf1\xb2\xba\xe5\x70\xeb\x80\xb4\xc5\xfd\x65\ -\x4b\xdd\x68\x49\x7e\xbd\x6c\xca\x76\x38\x40\x7a\x9e\x45\x34\x3d\ -\x8b\x8a\x76\x90\x06\x15\x8d\xa0\xda\xd8\x6b\x8e\xa8\x39\x6d\xca\ -\xd2\xfd\x47\xfb\x33\xd7\x91\x84\xc5\x43\xe8\xa0\xc6\x1a\xe2\x74\ -\xe8\x71\xa7\xca\x9c\x14\x6d\x05\x74\x9f\xcb\xdb\x3f\xfe\x19\x34\ -\x76\xa7\x6b\x8e\x82\xf3\x0e\x07\x00\x92\x7b\x46\x5b\x9b\x81\xba\ -\xcb\x9e\xe0\xd9\xd7\xe0\xcb\x74\xdb\x2a\x11\xb0\x3e\xb5\x00\xa5\ -\x97\xda\x34\xb4\x58\xaf\x01\xac\x60\xd0\xc0\xa0\x75\xa0\x41\x4b\ -\xba\xbd\x41\xb4\x1d\x8d\xa2\x17\xbe\x42\x02\xf8\x19\x58\x63\x93\ -\x55\xc1\x57\x1c\x72\xa2\xca\x24\x31\x33\xda\x81\x88\x2d\xc6\x26\ -\xc2\xa7\xe6\x7b\x5c\x72\xab\xa8\x39\x27\xf5\xdf\xc1\x83\x0b\x37\ -\x42\xf3\xc7\x23\xef\x4a\x94\xe1\x5d\xf7\xd4\x9d\x92\xba\x9c\xd1\ -\x16\xa0\x9f\x3a\x43\x92\x7b\xc2\xc4\xa5\x09\x62\xf2\x8c\x34\x8e\ -\x66\xcc\x72\x6c\x61\xe0\xf6\xc6\x87\xf9\x0d\x20\xf9\xe9\xe6\xc7\ -\x70\x6e\xd3\x9b\xab\x21\xc7\x13\x66\x0a\x53\x1a\x19\xaf\x27\x73\ -\x80\x68\x6b\x4f\xf5\xab\xb0\x6b\x4a\x64\xea\x7c\x9e\x96\xfc\x10\ -\x32\x8b\xa8\x30\xa7\xc6\x86\x60\xd2\xd5\x81\xdc\x19\xa0\x5c\x9a\ -\x92\x0a\x67\x36\x40\x83\xa7\xe5\xfe\x19\x47\x90\x21\xb2\xa7\xf3\ -\xe1\xc8\x0b\xd3\x69\x1c\xc3\x7c\x68\xf3\x18\x16\xea\xc8\xdc\x91\ -\x9a\x08\x70\x19\xcd\xac\xc7\x45\x6f\xdb\x2a\x97\xd1\xe2\xdd\x62\ -\x73\x55\xef\x4d\xad\xd4\x24\x24\xad\x63\x16\x46\x37\xb7\x30\x70\ -\x8a\xe8\x10\x96\xd5\x53\x5e\xa6\x41\x13\x15\x31\x98\x32\xc6\xf3\ -\x0d\x2a\x4f\x35\x83\x6c\xa4\x78\x7f\xe6\xcf\x5e\x01\x9c\x5a\xe7\ -\x46\x39\xe8\xd9\x06\x83\x90\xd0\xba\x85\xb9\xb2\x63\x39\x69\x44\ -\x11\x05\x4e\x50\x9a\xee\x30\xe1\x18\xd3\xa3\x32\xa5\x88\x33\xac\ -\x5c\x74\xe1\xeb\xab\x0d\x20\x54\xe9\x70\x71\x3c\x2c\xd6\x0b\x77\ -\x08\x7d\x4f\x5e\x35\xc9\x5a\x60\x58\x3b\xfd\xf3\x25\xa7\xe3\x99\ -\x69\x54\xf7\xa1\x19\xb8\xe5\x01\xad\x9f\xb1\x89\x0d\x46\x40\x85\ -\x82\x6f\x5a\xca\xc3\xdc\x24\x6b\x30\x4b\xea\x72\x36\x53\xbc\xda\ -\x78\x24\x4c\x88\x58\x84\xae\x08\x11\xd7\xca\x71\x92\xd2\x80\x37\ -\xa5\x2d\xd9\x47\x36\xf3\xac\xea\xf3\x69\x4f\x32\x63\x3d\x00\x5f\ -\x19\xf4\x70\x0c\x39\x5d\x39\x70\xe5\x9e\x78\x50\x9b\x68\xe5\xbf\ -\x6b\xc0\x5d\xc8\xe8\x0e\x80\x2b\xc1\x15\x99\xd9\x4f\xfb\x43\x7b\ -\xef\x70\x78\x53\x32\x89\x33\xae\x40\xc2\xa9\xaa\x26\xc2\x58\x93\ -\xce\xd5\xc2\xff\x15\x3d\x32\xd8\x36\x18\x0f\x32\xef\x36\x30\x44\ -\xc0\x09\x3d\xb2\xa6\xc4\x5e\x4d\x2e\x0c\xce\x7d\x03\xad\x2e\x43\ -\x23\xc7\xca\xc0\x30\x52\x30\x67\x5a\x5f\xe3\x75\xb0\x36\x53\xa6\ -\x9a\xc2\x11\xb5\x1f\x2a\xf3\x15\xe7\x00\x0d\xc7\x41\x62\x71\x7d\ -\xa2\xc6\xbe\x8a\xf7\x97\x8c\x8e\xc5\xce\x8c\xe1\xe5\x8e\x82\x76\ -\x68\x42\xab\x4e\x4e\x37\xc0\x37\xf3\x0b\x3a\xcc\xb5\x1e\x0d\xae\ -\x1e\xa6\x68\x56\x0e\x9c\x79\x9e\xb6\x79\x9b\x1c\xf7\x82\x34\xb8\ -\xa3\x56\x0d\x16\x11\xbb\x99\x55\x1a\x60\x3c\x9a\xb7\xd5\x4e\xc7\ -\xaa\xb4\x72\x5a\x9f\x54\xc6\x30\xfa\xba\xaa\x10\x5c\x87\x8b\x5e\ -\x4c\x5f\x32\x8b\x6a\x4c\x8c\x58\x6a\x84\xb7\x39\x11\x02\x29\xbd\ -\x48\x4d\x40\x8c\xda\x0e\x5c\x30\xb5\x79\xd7\xae\x33\xee\xf1\xa9\ -\x46\x38\xe7\x85\x1d\x25\xcf\x9c\x91\x44\x52\x90\x3a\x54\x63\x6a\ -\x4c\xa9\xce\x51\x73\x2e\x55\xfe\x3e\x56\x7d\x22\xa8\x36\xdc\x6c\ -\x8d\x14\x1a\x37\x9f\xc4\x4d\x6b\x54\x3e\xd0\xb9\xb9\x18\xd2\x10\ -\x43\x71\x53\xd0\x1a\xf4\x12\x3b\x90\x46\x31\x7a\x64\x23\xf5\xf8\ -\x5c\x1e\x41\xce\xa7\x28\xd0\x86\x85\xb3\xb5\x2c\x03\xec\x6b\x47\ -\x13\x93\x67\x9e\x69\xe5\xed\x60\x91\xbe\x42\x3f\x83\x07\x85\xf7\ -\x84\x89\x00\x24\x97\x56\x81\x0a\xc2\x35\xda\x9f\xfa\x08\x1e\x86\ -\x28\x0c\xe1\x6c\xb7\x29\x89\xb9\xe6\xcb\x73\x42\x32\x84\x14\x36\ -\xa7\x19\xad\xcb\x2d\xb9\xdb\x9a\x57\x2a\xc4\xcf\x94\x48\x2e\xff\ -\x1a\x7a\xef\xfe\xe1\x62\x7d\x0d\x71\x6d\x4a\xeb\x6d\x86\x11\xe6\ -\xaf\x2b\x28\x9f\xd5\x34\x01\xfd\xd3\x27\x5b\x4d\x1f\xd3\x9a\x96\ -\xad\xe3\x7b\xec\x51\x70\x0a\x4e\x78\x18\x28\x4a\x36\x0f\xb7\x9a\ -\x72\x64\x21\x26\x0c\x8d\x64\xe4\x69\xad\x9f\x71\xc8\x96\xa9\x44\ -\x5d\xc4\x0b\x5c\xed\xfc\x30\x4c\x74\x2a\x9b\x51\x7d\x99\x20\xe0\ -\x34\xc5\x8d\x65\xf6\x33\x95\xbd\xa6\x2f\x6e\xad\x3d\xa8\x0d\x24\ -\x9e\xad\xc3\x88\x4a\x3a\xcd\x76\xad\x45\x6b\xfd\x1c\x7a\x29\x00\ -\x0e\xa0\xac\x4e\x3d\xd0\xe0\x2e\xbd\x20\x55\x89\x04\xf7\x3f\xf7\ -\x3b\x50\x12\x12\xd6\x42\xc8\xea\xc2\xd2\x68\xbf\x01\xa9\x36\xa0\ -\x1c\x64\x6c\x02\x1d\x53\x75\x66\x98\xe2\x29\x64\xa8\x08\x52\x45\ -\x9d\xa6\x86\x74\xd0\xfc\x33\x2b\x9a\x8e\x9d\x76\xc2\x28\x18\xcf\ -\x33\x4c\x6c\x08\x98\xdf\x02\xd7\xfb\xe0\x97\x12\xfb\x4b\x14\x97\ -\xe5\xbc\x99\x54\x19\xc8\x8b\x49\x1a\xb2\xa6\xf6\x62\x5c\xbc\x32\ -\xf7\x46\x9e\x03\x2a\xc3\xb2\x76\xd1\x74\x5e\xb5\xc3\x94\xc0\xb6\ -\x06\x43\x49\xca\x11\x72\xbe\x3f\x1e\x7e\x20\x66\x9e\x49\x52\x24\ -\xb9\x34\xfd\xb4\x0c\x22\x86\x70\xe0\xb6\x9b\xea\xfc\xd4\x26\x79\ -\x3e\x8b\x53\x3a\xce\x66\xe6\x40\xd4\x89\x8c\x57\xd0\x26\x7b\x22\ -\x96\x6b\x70\x94\x39\xac\x25\xe6\xef\x3c\xc6\x57\x6b\x89\x32\x04\ -\xa2\x37\xfb\x09\xd0\x80\x35\xc5\x3e\x8f\x27\xad\x09\x53\x0c\xa0\ -\x1a\x1a\xc2\x3c\xac\x98\xe4\x78\x06\xe3\x9e\x4e\x5f\xa7\x43\xae\ -\xa0\x15\xf6\x0c\xb2\xec\xdc\x30\xa9\xa9\x09\xae\x27\xa6\xd5\x1f\ -\xb5\x26\x56\x0b\xa8\x74\x5d\x3d\xcf\xef\xfb\x34\x25\x78\xbf\x7b\ -\xb9\x7f\x3e\xd6\x97\xfb\x0e\xff\x7d\xec\xc5\xa4\x02\xa6\x5b\x24\ -\x49\x04\x99\xca\x00\x99\x2a\xce\x0b\x32\xd0\x9e\x13\xa1\x9e\x72\ -\x14\xe0\xfa\x68\x0a\x12\x7c\x38\xa6\xb3\xb5\xbe\x36\x80\x80\x6d\ -\xe2\x51\x0d\x77\xde\x3d\x46\xc4\xba\x00\x7c\xd8\xe9\x5e\x11\x75\ -\x8e\x55\xce\x55\x02\x8f\x6a\xea\xd3\x29\xca\x7b\xeb\xc8\x33\x23\ -\x2d\xb0\xd8\x75\x56\xc9\x0f\xd7\x71\xfe\xfd\xab\x4e\x90\x9a\x0c\ -\x35\xd5\x8d\x05\xf4\x4c\x2b\xc0\x0c\xa5\xa1\x23\xf4\xb8\x0e\xa5\ -\x9f\x17\x47\xe9\x04\xcd\xcf\x70\xf2\x27\x90\xb6\x86\xc6\xfc\x41\ -\x19\x64\x25\xde\x57\x01\x3b\x95\xcb\x19\x6c\x81\x4d\x10\x1f\x40\ -\x06\xd1\x0b\x4a\xd9\xc7\x3b\xe1\xc5\xdc\xbc\x64\xef\xfa\x1a\x23\ -\x27\x73\x64\x0d\x9e\xbe\x16\xda\x94\x56\x9e\x94\xe5\xd2\x7f\xc0\ -\xfa\xaa\xfa\xd6\x9e\xa0\x78\xda\xe7\xa3\x81\x8f\xd7\xf2\xfa\x88\ -\xd5\xc0\x78\x93\x6f\x91\x37\x3d\x24\x88\xbc\xae\xc3\x00\x28\x3c\ -\xa4\xbe\x02\x8f\x22\x42\x77\x5d\x5d\x8b\x64\xc5\x1d\x13\xe0\xad\ -\x6e\x2d\xed\xba\xd7\x0d\xd3\xad\xf0\x6d\x72\x84\xa0\x07\xb3\xd1\ -\x0a\x2a\xae\x53\x50\x37\x18\x38\x25\x80\xf5\xbc\xd3\x34\x07\x35\ -\x8a\xda\x7e\x26\x5a\x1c\xef\x5b\x61\x02\x3f\xeb\xa5\xc9\x16\xd2\ -\x01\x76\x4f\x0a\x34\x43\xe3\x6c\x0f\x16\x98\xe6\x44\x91\x66\x43\ -\xbb\xc3\x28\xaf\x06\x31\x74\xb9\x7b\xb4\x18\x2d\x13\xd7\x23\x9a\ -\xcc\x6b\x09\x0f\x13\xe1\x19\x6c\xc8\x2c\xe0\xf5\xae\x2d\xda\x96\ -\x0b\xa6\x14\x41\x9b\xc8\x83\xf1\x48\x24\xc6\x7c\x0a\x14\x30\x36\ -\x87\x95\x7d\xfa\x64\x2d\x2c\xd3\x7d\x38\xba\x45\x81\xd9\x07\xd7\ -\x97\x70\x34\x6b\x8b\x72\x2a\x8a\x8a\xb4\x8d\xb5\x60\x96\xc4\xbb\ -\xa5\xa5\xbf\x7c\xad\x03\xb2\x8c\x13\x78\x57\xd1\x71\x5d\xd7\xa1\ -\x51\xa1\x42\x6b\x45\x24\xa6\x40\x21\x67\x67\x14\x71\x6e\x22\xba\ -\x88\xe9\x4b\xc0\x65\x26\x58\x2b\x04\x76\x86\x30\x1f\x8f\xf7\x34\ -\x1c\x38\x43\x69\xa7\xd9\x41\x06\xa3\xae\x16\xf6\x99\x91\xed\x4d\ -\x14\x9a\x8f\x8d\x63\xda\x07\xd2\x92\x57\xbc\x91\x01\x35\x8a\x21\ -\x11\x5c\xcb\xf6\x9e\xa0\xc1\x60\xfa\xf9\xf9\x99\x23\x74\x9b\xc1\ -\x6d\x2b\x2c\xd5\x5b\x40\xda\x99\x50\xae\xd9\xf0\x46\xd6\x45\x82\ -\xfd\x7b\x88\x95\xd4\x3e\xb4\x2e\x86\x09\x58\x38\xe5\x2d\x7f\xaf\ -\xf7\x8e\x10\xd6\x6a\xe4\x57\xa1\xb7\x25\xa8\xb7\x08\x4d\x3c\xcd\ -\x23\xe8\xb0\x8c\x55\xd7\xe5\x6d\xee\xef\x67\x5b\x49\xae\xa7\xa3\ -\x1f\xd2\x07\x7e\x96\xc5\xcf\xdb\x93\x50\x7f\x56\x9b\x16\xad\x72\ -\x17\x44\x47\x2b\x86\x02\xf6\xf3\xf9\xdb\xdc\xf7\xc8\x53\xc8\xcb\ -\xc8\x8b\x5e\xe9\xd1\x3c\x19\x99\xd8\xd1\x7f\x48\x09\xe9\xbd\xd9\ -\x11\xd8\x77\x6e\x7f\x2d\xd9\xfc\x80\xc3\x91\xa9\xf6\x85\x7e\xec\ -\x59\x01\xcb\x53\x4b\x87\xc6\x91\x0d\x21\xfd\x1c\x98\x06\xb2\x56\ -\xe6\x0c\x34\x05\xbd\x0a\x13\xcb\x71\xd0\x8a\x7d\x2d\x0c\x88\xb5\ -\x82\xfd\xaa\x31\x2d\xa7\xce\x1d\x05\xe8\x1a\xdf\x5b\xa3\x58\xdf\ -\x59\xa8\x70\x9b\x50\x4b\x01\xcc\x16\x5e\x57\xdc\x97\x01\xd0\x6b\ -\x9b\x6e\x5b\x76\x2a\x85\x1a\x32\xc1\xe1\x0d\x67\x21\xda\x79\x63\ -\x62\x7c\x02\x2a\xf4\xa0\x7a\xc5\xbb\x21\x72\x5a\xb6\x11\xd8\xe4\ -\x6a\x14\xe3\x8b\x8c\x7e\xbb\xa0\x94\x98\x46\xc4\x28\xd7\xcd\x2b\ -\xd6\xd0\xad\x9a\x80\xc3\x15\x19\x5d\xa5\xb9\x49\xe3\x05\x2f\xf0\ -\x72\x9a\x29\x91\xfb\x62\x51\xed\xeb\xa0\x15\xc7\x4c\x5c\xb5\xc4\ -\xfd\xe5\xfc\xc6\x44\xbe\xad\xc1\x21\x4e\xda\xed\xb0\x26\x64\x40\ -\x6d\xf0\x82\x47\x53\xee\x16\xbc\x86\xdd\xc5\x7f\x81\x6d\xab\x9a\ -\x00\xcc\xa1\x72\x5a\xce\xa4\xd5\xb5\x0b\x1b\x0f\x8a\x5f\xdb\x7c\ -\x0b\x92\x6d\x86\x16\x8c\x4b\x23\x02\x5a\x41\x40\x43\xfd\x3c\xda\ -\x05\x60\xed\x7d\xfb\x99\x3a\x26\x0e\x3f\x50\x70\xbf\xb8\x9b\xd1\ -\xa6\x91\x1a\x1d\xf9\x6e\x98\xf9\x82\xba\xab\x76\xae\xec\xc9\x01\ -\x17\xf2\xdd\xa0\xa5\xd3\x5e\xb9\x02\x66\x4f\x36\x81\x91\xb9\x24\ -\xab\xa8\xb4\x6b\xd0\x87\x88\x7f\x88\x57\x44\xa4\xa4\xfb\x9f\xb5\ -\xe9\x45\x04\xbf\x95\x86\x66\xda\x74\xaf\x9e\xc6\x33\x50\xd4\x16\ -\x9c\x2f\x23\xb2\xc0\xa0\xd8\x61\x6a\x42\xed\x99\xf9\x06\xe1\xd9\ -\x0a\xcf\x2f\xce\xa0\x45\x2b\x82\xe1\xef\x5a\xf3\x3b\x41\x07\x64\ -\x33\x64\xd5\xcd\x4a\x2a\xab\x72\x11\x49\x5c\xfc\xe0\xe7\xd2\x35\ -\xe8\xee\x3e\xd5\x63\x07\xf9\x06\xe8\xa9\xc0\x1c\x81\x77\x66\x69\ -\x7f\x95\x46\x4c\x3b\xf6\xa7\xc4\xe7\x03\xfa\x19\xd1\xa4\x27\xc1\ -\x19\x98\xd3\xdc\x8a\x1d\xb0\x4d\xb6\xfb\x79\xb3\x04\x58\x67\x41\ -\xdb\x14\x2b\x49\x42\x36\x62\x16\xe6\x10\xb9\xcf\x71\xda\xb6\x83\ -\x6a\x2e\xe0\x26\xc8\x22\xb4\xfd\x12\xa5\xa5\x7e\x1e\xc8\x7f\xae\ -\x30\x3f\xd2\x8a\x42\x91\xeb\x87\x7e\xf7\x5f\x37\x02\xa2\x68\x56\ -\x0c\x29\x70\xf0\xf3\x19\xc7\x64\x2e\x26\x53\xb1\x97\xd2\x12\x1d\ -\x35\x62\xc3\x94\x00\xc1\x4e\x16\x68\x68\x92\xf2\x69\x93\x0e\x3c\ -\x58\x4d\xb7\x9f\x57\xea\xfb\x42\x39\x34\xd0\x2b\xcf\x52\xeb\xe0\ -\x5b\x7f\x80\x0e\x36\xc1\x54\x37\xa9\xb0\x9c\x13\x78\x6e\xc6\x82\ -\x33\x70\xe4\x51\x33\x9e\x86\x14\x67\x7e\x18\x52\xef\x0d\x8c\x8e\ -\xde\xfe\x3a\xf3\x65\x4f\x2d\x72\x46\x32\x18\x18\x36\xd9\x3f\x9a\ -\x29\x52\x9c\x18\x73\x35\x3e\x45\xa1\x34\x09\x5d\xa5\x3f\x6f\xe3\ -\xed\x75\x85\xee\x30\xe5\x89\xc6\x5b\x82\xce\xbc\x15\x68\xbd\x34\ -\xce\x58\xff\x74\x3f\x94\xc4\x02\x1b\xe0\x44\x80\x9e\xd2\xcc\x16\ -\x35\x9d\x8d\xf8\x92\xb2\xcf\xaf\xba\x37\xae\x01\xbb\x37\xe4\x57\ -\x2e\x38\x4b\xd3\xdb\xc1\x4d\xf7\x4a\xf3\x9c\xd1\x20\x05\xf0\xdf\ -\xa1\xb1\xba\x9a\xd5\xa3\x9d\xa7\x55\xb5\x33\x0c\x30\x92\x9a\xac\ -\xc0\x9c\x32\x6a\x6a\xa4\x46\x94\x88\x1a\xd3\xe5\x2e\x56\x1e\xcc\ -\x3a\xc7\xca\xe5\xc3\xf5\xe8\x4a\xf5\x68\xf2\x66\xc7\x19\xa8\xb3\ -\x84\x36\x09\x9e\x63\x22\xe7\x89\x0a\x63\x33\xb4\x58\x9c\x8e\x06\ -\x7a\x1f\xa7\xbc\x9c\x2e\x33\xb1\xa9\xc5\xc3\x62\x67\xc0\x18\x74\ -\xf4\xdb\x1d\x06\x45\x7e\xca\x46\xf7\xfc\x39\x24\x80\x58\xbc\x78\ -\x52\xfc\x8b\x8d\xa6\x82\xc5\xb8\x5f\x74\x5c\xc2\xb7\x13\xe5\x7a\ -\x74\xdf\x21\xf4\x9d\x87\x40\x5c\x3c\x2f\x08\x52\x53\x46\xd2\xe8\ -\xe2\x26\xe6\x27\xf6\xf9\x2d\x9b\xe6\x89\x50\x09\x4c\x8d\x74\xa0\ -\x1c\x5e\xeb\x1c\xda\x19\xb4\x2f\x4f\xba\xe5\x11\x86\x8c\x85\xf1\ -\x1b\x9a\x92\x36\x95\xe7\x54\x70\x5c\x16\x69\xcf\xbf\x5f\x4c\x49\ -\xc2\x82\x76\x34\x69\x27\xd2\x56\xee\x94\x0e\xcd\x24\x0d\xb5\xbe\ -\x47\xba\x50\xe9\x2e\x0b\xe0\x7f\x3d\x27\x5f\x73\xa1\x6d\xa1\x55\ -\x07\x57\x53\x7d\x30\x57\x21\x69\x81\xde\x1c\x9f\x87\xe7\x1b\x9d\ -\xf3\x7c\xc7\x88\xb0\x10\x35\x65\x92\x81\x3e\x5b\x13\x0a\x6e\xb9\ -\x6e\x1e\x14\x9d\xd9\xe5\x0d\x91\x30\x63\x16\x77\x5c\x5c\xeb\xb9\ -\x46\x34\x2d\xca\xe3\xef\x4b\xa6\xa1\x46\x14\x3c\x23\x31\xfd\xa4\ -\x8f\x9d\x46\x26\xa8\x68\x96\x9c\x4a\x5a\xa1\xcb\x33\x1c\x71\x55\ -\xc3\x86\x61\x9b\x18\x27\x20\xdc\x16\xdc\xfb\x44\x14\x6d\xea\x23\ -\x6f\x4e\x1d\x56\x37\x34\x5e\x98\x4b\x88\x63\x15\xa8\x4a\x6d\xef\ -\x4c\x9a\xce\x78\x42\xc5\x96\x22\x19\x81\xe7\xe7\x04\xef\x6d\xaf\ -\xe9\xc1\xc1\x36\x69\x5a\xaf\x87\x5f\xd3\x83\x1a\x6b\xf5\x5c\x20\ -\xef\xe6\x25\x76\x80\xc1\x2e\xf7\xa4\x99\x15\x31\x29\xc3\x9c\x21\ -\x70\x58\x14\xb1\x56\x70\x79\x0d\x9a\x86\x1e\xfb\x3a\xd1\x78\x0d\ -\x20\x2a\x27\xe9\x1c\x4e\x50\x79\xde\x1b\xdb\x33\xd6\x20\xc5\xc8\ -\xcd\x6f\x3c\xce\x9f\xd4\x14\x25\xa5\x5c\x07\x33\x20\x69\x78\xa8\ -\x1f\x48\x00\xc2\x28\x9c\xe8\xc6\x93\x6e\x1a\x49\x6e\xc4\x9e\x10\ -\x23\xf9\x97\x5f\x1b\xf1\x39\x5d\x38\xa8\xbc\x00\xc0\x34\x62\xdf\ -\x02\xfc\x87\xc1\x84\x49\xdd\x2d\x43\x74\x4f\x7d\xce\x2e\x6e\x5d\ -\x1a\xb3\xd4\x85\x93\xef\xf9\x8e\xe2\xd8\x8b\xe0\x69\x91\xef\x60\ -\xe6\x73\x32\x8b\x3a\x22\x63\xd0\x9e\x85\xa9\x50\xa2\xc3\xdb\x6c\ -\x4c\xf1\x50\x57\x54\xa6\x51\x1a\x31\x12\x59\xf8\x25\xfd\x57\x77\ -\xd9\x87\xbb\xbb\x17\x4f\xc7\xda\x80\x14\xe4\xc5\x7c\xe3\x4d\x47\ -\x87\xc0\xaa\x99\xbd\x68\x72\x51\x6b\xd1\x21\xa3\x64\xc0\x0a\x20\ -\x2b\xe7\xdd\x09\x1c\x76\xbe\x1e\x5a\x9d\x1b\xd0\x89\x92\x19\x23\ -\x99\x37\x86\x0d\x48\x98\x64\x15\xc5\xaf\x1a\x47\x0e\xfa\x3f\x38\ -\x41\x6e\x25\x65\x9c\x0a\x64\x10\x3a\x98\x07\x2c\x22\xd6\x3b\xd6\ -\xc7\x69\x6a\xb0\xfb\x4c\x60\x02\x60\x54\xea\x1d\xf8\xb2\xb6\xd7\ -\xc2\xba\x69\x83\x90\xdb\x13\xf7\xe3\xb4\xcd\xb6\x01\xb6\xbe\x85\ -\xb8\x27\x88\xa0\x19\xa1\x91\xfb\xc2\xa4\x1b\xb1\x70\x40\x7e\x9b\ -\x4e\xa8\x2a\x2d\x95\xa2\x98\x2e\x9a\x53\xed\x36\x62\xc0\xc8\x0f\ -\x3e\xea\xfc\xfd\xa5\xa6\xd1\x02\xf3\x8b\x7e\x5d\xd4\xad\x0d\xf5\ -\x89\x53\xbf\x94\xa8\x58\x14\x83\xe1\x24\x11\xea\x6b\xf4\x00\x4b\ -\x59\x0d\xe2\x2c\x1a\xf4\xda\x84\xf6\x32\x70\x9e\xab\x75\x50\x75\ -\xd6\x26\xc3\xaa\x50\x1f\x67\xf4\x5b\x0d\x80\x13\x53\xfa\x47\x8e\ -\xd7\x00\xa4\x8f\x3d\xf4\x68\xb6\x68\x55\x8d\x37\xfe\x9d\x74\x73\ -\x5b\x9a\x57\x78\xa6\x42\x34\x5d\x1b\xe3\xdf\x56\xe3\x4e\xb3\xae\ -\x4a\x4a\xaf\xd2\x1d\x86\x27\xd4\xef\x87\xda\xa0\xaa\x00\x9e\x7d\ -\xb8\x21\xb2\xfd\xaf\x79\x7e\x78\xd7\x7f\x3b\x33\x92\xce\x99\xec\ -\x90\x02\x1c\xd5\x86\x04\xc0\xc0\xd4\x8d\x25\xc3\xb2\xdb\x7c\xe4\ -\x26\x1d\xd3\xfe\xa4\xf3\xd5\xdd\x5b\x14\xcb\xd5\xe0\x6a\xe9\xd4\ -\x93\xc5\x15\xac\x90\x28\x2d\xd8\xc2\x15\x70\x9b\x0e\x8d\x12\x67\ -\x51\x60\x20\xa8\x1e\x54\x27\x37\x0e\x10\x11\x92\xdd\x0e\x81\x9b\ -\xa7\xd5\xb5\x8f\xf3\x70\x41\xe8\xe3\xf0\x65\xc8\xc4\x49\x9b\x6b\ -\xd7\x33\xf1\xa1\x01\x38\xac\x10\x83\x5a\x22\x09\x0c\x83\x05\x6e\ -\xe9\xb8\x98\xe8\xce\xee\x59\xb8\x50\xae\xf4\x2c\xb8\xcd\x35\x0f\ -\xc8\xcf\xac\xa9\x87\x3c\xc7\x9d\x4a\x61\x6b\x1b\xae\x22\xe5\x14\ -\x63\x8d\xae\x3d\xc4\x81\xc9\xdb\x26\x2b\xfa\x44\xc8\x5f\xe3\xc5\ -\x34\xbd\xa4\x0a\x06\x14\x07\x67\x36\x50\x09\x7e\x69\xa0\xe6\x69\ -\x2e\xf0\x56\xfc\x61\x00\x69\xce\x55\x5d\x0c\x28\xb5\x9f\x9f\x74\ -\x2c\x1d\xdc\xfd\xb4\x35\x46\x17\xaf\x16\xb1\x53\x69\x9f\x70\x6d\ -\xa0\xd3\xe4\x69\x87\x89\x45\xa6\x02\x1d\x71\x66\x39\x58\x20\xcf\ -\x6e\x31\x7c\x53\x8b\xf9\xdd\x01\x72\x15\x7a\xb9\x38\x83\x9c\x11\ -\x04\x10\x68\x7e\x68\x14\xd6\x68\xb4\x50\xe3\xf8\x70\x7d\x69\x7a\ -\x67\x78\xed\x9a\xf3\xcc\x39\xc5\xc9\xe2\xa8\x38\x51\x20\xf4\x3a\ -\xed\xc6\x5f\x0f\xc6\x40\x94\x44\xde\xd2\xc1\xa9\x9c\x25\x9f\x34\ -\x13\x67\xc0\x93\x68\x15\x17\xaa\xe6\xf5\x8e\x71\xd1\x99\xfe\xb0\ -\x5b\xf5\x4a\x64\x21\x65\x29\x51\xeb\x20\x7c\x83\x35\x29\xbb\x49\ -\xe7\x48\x8d\x49\x14\x14\x1b\x8c\x07\x32\x04\xd2\xcd\x33\x7e\x1e\ -\xda\x26\x3b\x44\xbc\x9a\x6e\x5e\xbc\x47\x16\x54\xb9\xe1\x61\x63\ -\x06\x7a\xa0\x49\xd7\x02\x14\xeb\xb0\x54\x17\xcc\xe4\x11\x6c\xf2\ -\x30\x7b\x47\x69\x64\x1d\x21\xf0\x55\x45\x77\x50\x2b\x68\x66\xfd\ -\xac\x0c\xcb\xce\xc3\xb2\x78\xe2\x4c\x2a\x76\xe8\x0c\xa9\x68\x06\ -\x64\x3d\xdd\xc8\x0c\x8c\x7c\x9e\x12\x40\x8f\xee\x99\x53\x33\xa9\ -\xba\xfc\xaa\x33\x1b\x66\x12\x2b\xa6\xde\xa9\xaf\x2b\x19\x44\xbb\ -\x32\x64\x88\x6b\xe5\x97\x48\x27\xde\xbf\xdd\x61\xa8\xc2\x41\x0a\ -\xa5\x30\xd3\x26\x25\xb5\x70\x48\x13\x26\xe2\x3b\x15\x2c\x8d\x42\ -\xe1\x1a\x5f\xd7\x57\x80\x87\x81\xbe\xca\xdc\xbc\xb7\x2c\xf6\x9a\ -\xaa\x62\x51\x94\x28\x78\xcc\xf8\x7b\xd0\xe1\xac\xf9\x92\x63\x73\ -\xad\x61\x4a\x81\xf4\x34\xff\x33\x11\x6a\xce\xfa\xb2\xde\xb2\x58\ -\x52\xda\xd0\x34\xae\xa0\x9d\xb9\x03\xde\xd4\x8e\xb5\xf8\x7f\x79\ -\xc0\x79\xb1\x20\x02\xed\x15\x02\xfa\xee\x77\x93\x8e\x6f\xc5\xa4\ -\x55\xb6\x5c\x34\x68\x76\xf9\xba\x1d\x1a\x47\xae\x66\x6f\xb1\x0c\ -\x5d\x8b\x1b\x51\xb8\x25\xb9\xaa\x1b\x1d\x3c\xe8\x3a\x7a\x97\x66\ -\xe4\xdc\x2b\x65\xd8\x13\x0d\x89\x96\x56\xb0\x83\xe3\x4d\xdb\xe8\ -\xea\x49\x79\x9a\x08\xb6\xe6\xc4\x15\x28\xb4\x1c\x13\x72\x67\x80\ -\xec\xa3\x68\xa2\x99\x5b\x64\xa9\x33\xb5\xc9\xa2\xe0\xd9\x64\x3a\ -\x92\xec\x6b\x76\x16\x9f\x4a\x06\xc0\xee\x56\xc8\x93\x13\x77\x9a\ -\x5d\x57\xdc\xcc\x0c\x14\xe1\x2b\x32\xa6\x4a\x63\xed\x6b\xb1\xf5\ -\x3e\x3b\xc4\xee\xb1\x66\x56\xd4\x4b\x75\xf7\xf9\x7a\xbf\xa8\xcd\ -\xb4\x88\xf3\x8c\x4d\x6a\xa3\x1d\x54\xe3\x5d\x46\x1c\xf5\xef\xae\ -\xd4\xca\x69\x68\x37\xa7\xce\xf3\x22\x09\x71\xbf\x54\x1c\x44\x82\ -\x01\x22\x1d\x2f\xe0\x40\xee\x26\x54\x20\xa7\x4e\xe4\x5c\x1f\x6e\ -\x95\xbd\xfa\x2e\x54\x1b\x79\x44\x86\x3a\x09\x72\x93\x8e\x33\xc8\ -\x3c\x37\xbd\x3c\x82\xca\xd1\x19\x14\xee\x29\x03\xa6\x92\x06\x65\ -\x0e\x0a\x65\xc2\x66\x47\x00\xfc\xbd\xe3\x7c\x8d\x8c\xad\x5d\x8d\ -\xa6\xd6\x64\xf5\xcd\x20\xe3\x62\x21\x93\xa6\x5f\x4e\xc7\xd2\x99\ -\x7b\x94\xcc\x1a\x22\xa2\x65\x61\x6b\x92\x20\xd0\x9e\x1a\x73\x53\ -\x1d\x35\xc1\xac\x09\x3b\x53\x90\x0b\xfd\xe2\x57\xfd\xf0\x09\xb8\ -\xf3\x01\x52\x0c\xd6\x57\x52\x5e\x19\x49\xba\xdd\x20\x98\xf6\x24\ -\x7e\xe8\x37\x89\x88\xf8\x1a\xda\xe0\xaa\xd5\x39\x41\x76\x6f\xb4\ -\x4d\x3b\xb3\x55\x53\x93\x64\x44\x5c\x39\xa1\xb9\xef\x26\xd5\xb8\ -\xcc\xb4\xec\xd0\x74\x95\x8e\x52\x86\x97\x80\xc5\x3d\xca\xf5\x7c\ -\x15\x06\x2a\xf1\xec\x02\x7c\xf7\x09\xd5\xcf\xa4\xb1\xd7\xda\x0c\ -\x1d\x7e\xbc\x5f\xd3\x30\xc3\xd3\x1e\x90\xa4\x43\xb1\x82\xf4\x06\ -\x87\x25\x86\x66\x15\xac\xaf\xd3\x43\x29\x29\x26\x07\x85\xd2\x7f\ -\x5d\xff\xdf\xff\xeb\xff\xfc\xbf\xdd\x62\x91\x0b\xf9\x26\x18\xdf\ -\xdf\x7a\xd3\x36\xa5\x07\xd6\x20\x21\xce\x27\x25\x5e\x79\x43\xf6\ -\xc8\x5e\x20\x97\xc3\x91\x21\x29\x21\x74\x6d\x2f\x66\xd2\xfb\xe3\ -\x96\xdd\x42\xb4\x2e\xb7\x76\x5c\xd7\x05\x4e\x2b\x3b\x6c\x7d\x03\ -\x01\x5c\x32\xea\x9c\x7b\x6f\xda\xba\xc3\x76\x35\x10\xd9\x6c\xa4\ -\x88\x68\x47\x50\xab\xbf\xa0\x74\x3c\xc9\x62\xc7\xe8\xb3\x3f\x25\ -\x08\x2b\x36\x7a\x22\x2b\xc9\x5d\x0d\x97\xba\x1e\xb4\x86\xdb\x9e\ -\x78\xce\x4e\xd2\x88\x06\xb2\x24\x1c\xf4\xc1\xa4\xa3\x48\xfd\xed\ -\x66\x04\x2b\x90\xc4\xc3\xba\x7a\xb8\x52\x11\xdd\xfb\x05\xd5\x90\ -\x36\x18\xd8\x74\x93\x72\x9d\xdb\x73\x3a\xb4\x84\x4c\x3f\x63\x92\ -\x97\x41\x97\x19\xbe\x77\xeb\x1e\xe1\x6b\xdd\x1c\xad\x08\x97\xdd\ -\x61\xe3\x1d\x48\x5f\x1c\x42\xc2\x5e\x78\xfe\xdd\xff\xe3\x36\x9c\ -\xa6\x41\xab\xe3\xa2\xeb\x89\x78\xce\x42\x36\x93\x95\xa1\x1d\x0d\ -\xa5\x08\x79\x4e\xc5\x17\xc7\x1a\x93\xc8\x51\x0b\xf3\x86\xb5\xa4\ -\xd6\x81\x88\x5b\x9f\x6c\xfb\xd0\xbd\x3f\x61\xfd\xdb\x74\x2b\x1f\ -\x5f\x53\x5c\x3a\x5d\x68\x9d\xe6\x25\x3b\x32\x99\x58\xb8\xa8\x75\ -\x22\xcb\x1d\x2c\xc9\x73\xa8\x2c\xb2\x54\x98\x3d\x07\xc5\x69\x25\ -\xb1\xde\x55\x23\xb5\x5d\x3a\xe5\x9e\x31\xef\xc3\xea\xbf\xf5\xf8\ -\xb8\x9d\xf3\x2c\x0a\x63\x66\x69\x31\x71\xa1\x5f\x1a\xe3\xf1\xb0\ -\x7e\x8f\xcb\xdf\xea\x6b\x66\x50\x31\xb7\x1e\x47\xbd\x5b\xb3\x0a\ -\x57\xfc\xc4\x84\x4a\xd2\x32\xb3\x90\x40\x26\xcf\x9b\x50\xd5\x47\ -\x23\xdc\xc2\x70\x05\x2d\x18\x57\x53\xc7\x51\xdc\x6d\xfd\xb4\xc5\ -\xef\x8a\xc3\x4c\x97\x3f\x2f\x12\xba\xed\x6f\x26\x8b\x97\x39\x0c\ -\xa9\x12\x9b\x0b\x62\x3f\xfa\xb7\x92\xd0\xd3\xdd\x52\xb8\x27\xd1\ -\xdb\xee\xa0\x12\x70\x5d\x0c\xd9\xe4\x5a\xd0\x7e\x92\x93\x2d\x89\ -\xf2\x8b\x03\x2b\x8b\x99\xb6\xdd\xfe\xb9\xe2\x82\xc9\xf5\xc7\xe2\ -\x8e\x84\xaa\x77\x4c\xd8\xc3\x44\x82\x56\xeb\x38\xd1\x6e\xde\x34\ -\x4a\x7d\x0b\x57\x2a\xff\xdf\xbe\x83\x4f\x2f\x3e\xf5\xe7\x2a\xbc\ -\x84\xb6\x31\xa9\xfe\x0d\x1a\x2f\xd7\xba\xb7\x98\xb7\x52\x68\x64\ -\x2c\x32\x7b\x9a\xea\x9a\xeb\x3c\x8b\xa2\x8c\x8b\x48\x9d\x66\x14\ -\x6e\xb9\x3f\xcc\x1d\x4b\x25\xa8\x38\x39\x84\x56\x26\x47\x16\x93\ -\xf5\x99\xf6\xd5\xe9\xf8\xc8\x42\x1f\xfb\xc4\x09\x75\x58\x8c\x47\ -\x13\xb4\x41\x04\x69\xa1\x91\x8b\x60\x8d\xb8\x1f\x3e\x41\xa5\x4a\ -\xfb\xfb\x6c\x5c\x7d\x9a\xb5\xf7\x5d\x8d\xd5\x12\xae\xe7\xdc\xb9\ -\x2a\x38\xf1\xe1\x3a\x5f\xaa\x14\x11\x2d\xe3\x0c\xe6\x36\x7a\x49\ -\x56\xb6\x82\xbd\xae\xf5\xfc\xb0\xbe\xe7\x5d\x05\x92\x15\xa0\x86\ -\x0c\x06\x8d\xe0\x58\x64\x6b\x14\x35\x2c\x29\x58\x06\xd6\xdf\xc7\ -\x24\x51\xef\xff\x89\xa9\x31\x26\x94\x76\x61\x75\xdb\x76\x43\x10\ -\x92\x78\x41\xab\x7f\x65\xa2\xdf\xfd\xb7\xcd\xa3\x4c\xa6\xad\x3f\ -\x2f\xba\xe9\x53\xa0\x03\xe6\x4d\x72\x98\x97\xa8\x7d\x22\xff\x31\ -\x8d\x29\x3e\xf1\x38\x5c\xe3\x76\xeb\x6f\xa0\xb3\x5d\x08\x34\x23\ -\x82\x69\xb3\x8b\xf8\x49\x2c\x5c\x7b\xad\xae\x18\x0a\x25\x4b\x9e\ -\x1b\x14\xd3\xe4\x3c\x83\x9d\x31\x70\xd7\xf9\x85\x5a\x5d\x29\x70\ -\xb3\x23\x1c\x4c\xd3\x96\xbd\x27\x98\x9f\xfd\xdb\x67\x6f\x62\xe8\ -\x70\x57\x9a\xde\xb1\xe7\x0e\xc6\x86\x30\xad\xe5\x59\x78\x16\x35\ -\x48\x9e\x6b\x6b\xad\x87\x39\xce\x19\x09\xe1\x26\x42\x8b\xd4\x7e\ -\xa9\x32\x4b\x38\x91\xee\x0e\xb4\xbe\xcb\x1e\xdd\x40\x10\xd7\xd3\ -\x8c\x5b\xff\x56\xc3\x20\xd2\x93\xd3\xac\xa7\x7e\x2b\x7e\x41\x21\ -\xb0\xb5\x8d\x3c\x4e\xd7\xdd\xe1\x1c\x40\xe2\xf4\xd2\x17\xd4\x3e\ -\xb3\xaa\x36\xc8\x12\xca\x99\x98\xd9\x63\x0a\x16\x47\x00\x88\x1e\ -\xe9\xb9\x52\xe6\x0e\x5b\x77\x3d\xff\xe4\x0f\x26\x35\xb6\xa6\x49\ -\xf9\xd8\x38\xef\xac\x66\x18\x10\x27\x8d\x7f\xd5\x19\x2f\x51\x1b\ -\x26\xc3\x03\x01\x7b\x04\xab\x95\x89\x6c\xdf\xd5\xa4\xd4\x1d\x00\ -\x08\xe3\x4d\x1f\x07\x01\x24\x5c\xa5\xa9\xdd\x3f\x25\xa7\x6d\x42\ -\x1d\xfb\x12\xcf\x34\xbf\xd0\xde\x9f\xaa\x75\xd0\xdc\x86\x97\x14\ -\xb3\x90\x69\x9a\x65\xe1\x84\x6e\xeb\xa7\x6a\xc3\x3c\xdf\xb4\x86\ -\x0c\x44\x6a\xff\x8d\x26\x39\xee\xea\xbd\xa3\xfe\xbd\x62\xda\x6f\ -\x0e\x32\x26\x7b\x81\xa3\x26\x65\xbf\x53\xb0\xfe\xb0\x5a\xe4\x3c\ -\xdc\xb2\xed\x65\x32\x9c\x75\xc6\x87\x76\xd7\x66\x10\x84\x9c\xff\ -\xef\x8e\x3c\x3a\x05\x16\x4a\x01\x31\xe6\xe7\x43\x23\x6d\xad\x1d\ -\xe3\x60\x77\x6c\xfa\x04\x4d\x32\x81\x05\xad\xcf\x29\x4b\xe8\xd7\ -\xfe\xd6\xe4\x8d\xa9\xf5\x81\x29\xb1\xf1\xe7\xcf\x83\x65\x90\x53\ -\x63\x0f\x2b\xde\x11\xdb\x23\x05\xee\x75\x05\x47\xf4\xbb\xff\xc7\ -\x9b\xc6\x8c\x47\x89\x8f\xe8\x91\x02\x9e\x25\x9a\xc0\x2a\xdb\x58\ -\xc6\x01\xa4\xdc\x55\xfb\xaf\xa2\xd6\x86\x46\x9d\x94\x78\xef\x02\ -\xf1\x53\x83\xee\x75\xec\x45\x4b\x16\x7d\xf4\x53\xef\x75\x02\x27\ -\x7e\x6b\xfa\x30\x69\x7b\x60\xb1\xf8\x3b\x35\x21\xba\x8a\x6b\x79\ -\xd0\xb1\x12\x34\x11\x18\x77\xd3\x41\xc9\x51\xd5\x36\x73\x85\x6e\ -\xae\x2c\xc2\x99\x69\xfd\xf9\x21\xd3\x16\xc5\xe1\x64\x45\x89\xe8\ -\x12\x3a\x3a\x7b\x46\x00\x83\x78\xfd\x21\x4e\x11\x9d\x7a\xb1\x6c\ -\xc1\xcd\xf5\xcd\x19\xe9\xd3\xe9\x4e\x24\x13\x01\x90\xf2\xc1\xa7\ -\x31\x3a\x6f\x0b\xe4\x29\xbe\x3e\x73\x7a\x24\x82\x42\x4d\x9f\x23\ -\x54\xda\xfa\xea\x6e\x86\x96\x8e\x6f\x69\xd3\x63\x24\xfc\x85\x43\ -\x0b\xda\x51\x7a\x5a\x71\x3f\x91\x61\xe6\xf9\x7e\x9c\x66\x67\x20\ -\xce\x8d\xf3\x3c\x56\xe7\x1b\x1d\x63\x52\xdf\xa2\x69\x10\x21\xbb\ -\xb1\x14\x71\x6a\x50\x46\x36\xae\xcc\x51\x21\x03\x3d\x4d\x98\x5b\ -\x08\x17\xca\x9d\xa1\x96\x8d\xb8\xfa\x25\xbb\xd6\xaa\x35\xf4\x86\ -\x88\x65\x31\xde\x97\x56\x67\x64\xb9\x66\xc4\xca\x40\x21\x0f\xf6\ -\x46\x71\xc0\x3c\xea\x0b\x2d\x8f\xed\x86\x1c\x30\x77\x7c\xd4\xcc\ -\x6b\x23\x29\xc1\x26\x66\x09\xe1\xd8\x58\xd6\xfb\xa4\x12\x0f\xc0\ -\xb7\xf7\x5a\xe8\x70\xd2\x3f\xc0\x74\x62\xac\xdf\x28\x33\xa5\x9c\ -\x80\xdc\x29\x29\x27\x86\x4c\x1d\x9e\x87\x88\xd9\x26\x77\xb8\x13\ -\x4e\x37\xcc\x28\x9c\x84\xcb\xa5\xc9\x8b\x10\x86\x00\x43\x94\x20\ -\x9c\x14\xcc\x1e\x93\x53\x8a\x89\xcb\x5c\x43\x4a\x04\x6a\x96\xba\ -\x03\x47\x3b\xcb\x1d\x28\x9a\x0d\x55\x0b\x1d\x7a\x58\x0c\xf3\x2a\ -\xfb\xe2\xda\xa7\x29\xc8\x66\xea\xf0\x5a\xc8\xc8\x12\x40\x12\xc5\ -\xa4\x73\x88\x46\xbe\xcd\x93\x67\xce\xfc\xb4\xce\x15\xb9\x5c\x37\ -\x28\x49\x75\x9a\x72\xeb\x7a\x7f\x2f\xa8\x1b\x11\x91\x5c\x11\xca\ -\x1c\x3f\x0f\x56\x05\x0c\xbc\x6e\xa4\x94\x16\x82\x6c\x9b\xd6\xf5\ -\x33\x75\x3d\x8f\x75\x24\xe3\x8a\x2d\xe4\x3e\x6e\xe9\x05\x6e\x92\ -\x59\x14\xd6\x19\x65\xad\x33\x72\xd4\x15\x91\x58\x6f\x0e\x2f\x69\ -\x87\x4b\x0e\xb7\x3f\xfe\x42\x6d\x7e\xfb\xff\x8b\x41\x27\xaa\xe0\ -\x9e\x19\xd4\x4a\x11\x73\xba\x84\xac\xa0\x93\x4d\x94\xb2\xb2\xe2\ -\xc8\x88\x0b\x2d\x0e\xb4\xd5\x5c\x54\x6d\x19\xb9\x00\x8a\xf3\x62\ -\x0a\xac\x77\x1a\x4d\x51\x59\x96\x80\x86\x25\xf2\xd1\x20\x4b\xad\ -\x6d\x93\xd3\x69\x30\x6c\xb1\xb3\x51\x50\x6f\x2f\xce\x2c\x40\x0e\ -\x43\x1d\x8a\xe9\x7f\x4e\x1b\x9a\x12\xac\x25\x84\xae\xe9\xdd\x56\ -\xc0\xdd\xfd\xfe\xf9\x59\x57\xeb\x6b\x1e\xe7\xb7\x82\xdd\x3d\x1f\ -\x44\x5c\x47\x6e\x59\x24\x50\x58\xed\xfc\x38\x30\xe2\x59\x42\xe5\ -\x22\xca\x1b\x42\x94\xcb\x0e\xfb\x82\xf7\xc0\xa5\xc9\xcc\x66\xcc\ -\x69\xf5\xf3\xce\xf1\xa9\xb9\x91\xd2\x4d\xb2\xf4\x31\x6b\xb7\xc8\ -\xa9\x71\xea\x79\x4f\xef\x32\x0e\xc0\x6c\xd7\x8f\xb1\xf8\x22\xd3\ -\x3d\xe8\xbd\x15\x1f\xc2\x3d\x75\xa0\x53\x4b\x6d\x19\x55\xb2\x82\ -\x86\x87\xb9\x42\x30\xa5\x08\xea\x33\x1a\xbf\x94\x51\x8c\x2a\x5d\ -\xf2\xe3\x06\x59\x69\x09\x5e\xdb\x2b\xdb\x7b\x85\xcc\x39\x7e\x00\ -\x50\x3f\xf2\x53\xe7\xcf\xf9\xfd\x23\xe7\x3d\x42\x63\x71\x92\xa7\ -\x45\xa7\x58\x02\x25\xb4\x6a\x45\xc3\x80\x25\x43\x03\x66\x23\x4a\ -\x25\xcd\xd9\xa4\xc5\xfa\x02\x93\x5a\xf5\x72\xba\xae\x97\xbc\x1f\ -\xa8\x75\x8f\x18\x31\x43\x2f\x9c\x09\xff\x1e\xb3\xf6\xc8\x7f\x4e\ -\xc6\x85\x08\x9c\x39\xe4\x24\x00\x00\x20\x00\x49\x44\x41\x54\xbf\ -\x4c\x5e\x6d\xd6\x5f\x65\x9f\x3e\xa9\xb7\x1a\xe0\xec\x38\x57\x04\ -\xcd\x50\x7c\xff\xf3\x80\x5a\xa8\x9a\xab\x64\x44\xbd\xca\x21\x4c\ -\x20\x3e\x01\xce\x1c\xa8\x87\x98\xaf\xd8\x3b\x32\x18\x59\x48\x2b\ -\xef\x69\x4b\x3a\xd6\x36\xc0\xe7\xcd\xda\x8a\x48\x1e\xaf\x43\x2d\ -\xdc\x7e\x73\x9f\x0b\xff\x09\x60\xa0\x01\xf3\xb4\xe0\x37\x92\xd2\ -\xe8\x35\x98\xc9\x34\x5d\x92\xe7\x73\x7d\xad\xff\x32\xe8\xdb\x4e\ -\x4b\x73\x2e\xbb\xfe\x61\x48\x74\xd6\x43\x86\x96\x1d\x7b\x24\xd3\ -\xac\xf5\xd3\xa6\x4e\x48\xc3\x16\xbf\x33\x97\x46\xe6\x21\x13\x64\ -\x0e\xec\x9a\x0c\x55\x28\x6f\xfa\x06\x18\x55\x86\x55\xbb\x62\xee\ -\xaf\xd4\xe1\xeb\xfa\xe3\xd3\x24\x89\xc9\x19\xef\x28\xf1\x5d\xfb\ -\xca\x0a\x36\xea\x6a\x75\x17\x37\x3b\x33\x63\x9e\xa4\xe6\x85\x79\ -\x1e\x9a\x79\x4e\x19\x43\xe6\x65\xd7\x0e\x1d\x87\xd1\xcf\x2f\x2c\ -\xfb\xe9\x02\xe0\x00\xcd\xcb\x42\x5e\xa4\x46\x97\x18\x8f\x8c\x16\ -\xb3\x14\x06\x72\xd1\x66\xb2\xf3\xe6\x63\x03\x09\x72\x4f\xf3\xde\ -\x53\xd0\x4b\xe4\x64\x87\xfa\xb0\x5a\xdc\x86\xd7\x99\x73\xdd\xf4\ -\x95\x49\x31\xf2\xfd\xb1\xc8\x38\x8a\x04\x99\xfa\x8a\x3c\x88\xec\ -\x18\x41\x0b\x71\xbb\x09\x6a\xd3\x4f\x7c\xfd\xf8\x85\xb8\x55\x49\ -\x56\x16\x71\xeb\x41\x75\xea\x17\xec\x17\x17\x9f\x85\x59\xa0\xf7\ -\x19\x5e\x8b\xa2\x66\xcc\x64\x7a\x2d\x4c\x5e\xf2\x49\x9a\xfa\xf0\ -\x1c\xf9\xa6\x1e\xac\x26\xc7\xb8\x08\x01\x89\xb4\x2f\xce\x4b\x7d\ -\x20\xbe\x17\x4c\xe7\x28\x7a\x50\x08\xb7\x3e\xa6\x48\xd9\x14\xb7\ -\x5d\xbd\x8d\xf0\x35\xfc\xb9\x17\xd0\x18\xf1\x60\xcc\x03\xd1\xfe\ -\xe1\xd6\x48\xc1\x6d\xe5\x97\xfc\xb3\x9d\x0e\x3f\x10\xee\x49\x22\ -\xaf\x54\xab\x37\xce\xf3\xf3\x39\xc8\xc3\x50\x21\x4d\x0c\xcc\x8c\ -\xee\x7d\x57\xe1\x8d\xfa\xaf\xa4\xf8\x9d\x0e\x72\xe3\x6b\x8f\xf0\ -\xba\x16\x33\xa6\x10\xf4\x79\xd0\xc1\x74\x31\xa8\x2c\x69\x42\x40\ -\xe1\x62\x66\xbc\xdb\x76\xdb\xda\x1e\xd9\x8a\xa2\x62\x1e\xde\x58\ -\x01\xbc\x33\x58\x33\x0b\xcf\xfb\xd6\x47\x03\x52\x59\x2b\xec\x9a\ -\x2e\xa1\xeb\xd0\x06\x21\x4d\x56\xe0\xc0\xd7\xd6\x7d\x64\xd6\x17\ -\xc5\x94\xef\xc8\xe1\x60\xf2\x70\x70\x16\xd0\xb0\x3c\x6f\x0c\x5a\ -\x45\x25\xd4\xe9\x30\xa9\x33\x3d\x22\x73\xcc\x32\x3b\xa5\x4c\x78\ -\xe2\xf9\xae\x98\xea\x61\x30\x6f\x3e\x17\x65\xaa\x29\x59\x6b\xac\ -\xdc\x05\xe9\x06\x9b\x7f\x83\xc9\xf0\xa4\xbd\xc4\x77\x30\x0c\x27\ -\x6f\xa3\x8e\x74\x61\x2c\x4a\x30\x6a\xdf\xd2\x99\x13\x26\xdd\xdd\ -\x80\x8f\xd9\x0d\xd0\x10\xfb\x1a\xec\xa8\x00\xe0\xb9\x23\xdf\x9d\ -\x43\xd8\x1e\x51\x0b\x3e\xb8\x04\x86\x41\xd2\xfb\x44\x9f\x21\xba\ -\x44\x35\x51\xfa\xda\x60\xc1\x04\x69\xe8\x5e\x20\x2a\xa1\x40\x89\ -\xba\xc3\x21\xe7\x24\x11\x48\xe2\xb2\xe5\x95\xd4\xf6\xa6\xa5\xbd\ -\xe5\xb4\x51\x8f\x2c\x24\x0b\xf6\x07\x00\x58\x2f\x5a\x90\xe9\xdc\ -\x3a\x9b\x94\x6e\x72\x3b\xcf\x27\x2d\xa2\x1d\xfc\xc9\xc2\xf3\xd0\ -\x68\xda\xaa\x02\xb5\x29\x82\xe0\xfe\x0e\x46\x49\x54\x53\xe9\x76\ -\x89\xc4\xe2\xd6\xde\xa8\xee\x09\x86\xd8\x55\x93\x32\x3a\xcc\x63\ -\xb8\xf6\x5c\xe8\xe6\xec\x45\xb8\x1e\x9a\x1c\x81\x67\x35\xe9\xf4\ -\x31\xc5\xc2\x00\x5f\xe5\xa6\x1f\xdf\x90\xd7\x08\x0d\x8b\x1e\x0e\ -\x64\x55\x43\x80\x4b\xda\xd4\x07\xea\xd7\x06\x1d\x4d\x0d\xa6\xc6\ -\xe6\x9d\xca\x8a\xde\xd8\x42\x9d\xb5\xc8\xf1\xff\xdd\x40\x2c\xf2\ -\x6b\x16\x38\x56\xb2\x75\xee\x66\xdd\xcf\x71\x67\x18\x4f\x8d\x20\ -\xe9\xab\xc6\xf2\x6c\xac\x50\x4f\x7c\x52\xda\x37\xb9\xb8\x7f\x18\ -\xdf\x3c\xee\x06\x7c\x2e\x54\xf9\x54\x72\x34\xf2\x1a\x3a\x5b\x49\ -\x16\x63\x52\xf5\x04\xf6\xa7\xf0\xe1\x1e\x49\xa4\x9f\x4f\x9d\x2b\ -\xb8\xc6\xb4\x3c\xb2\xd6\xff\xaa\x75\x39\xc1\xe6\xc1\x8a\x31\xfd\ -\xa7\x46\x08\x1d\x6a\xf9\x41\x7f\xa5\x92\x39\x8c\x5a\xa9\x28\xc3\ -\x19\x90\x8d\xf6\x8c\x20\xe7\x08\x60\x8c\x86\x39\x94\xb4\x8e\xc7\ -\x70\x62\xfa\x6c\xbc\xf0\x20\x9f\x6b\xb9\x7f\xd6\xf5\x45\x37\xdd\ -\x43\x84\xbe\xff\xd1\xfd\xd6\xcf\xc1\xab\x1a\x57\x3f\xd7\x1c\xcc\ -\xea\x5c\x56\xae\xa6\xc8\xec\x68\x6a\x09\x1d\x4d\xc1\x94\xa2\xb4\ -\xa9\xd6\xa0\x83\x61\x33\x3c\x8d\xcc\xe4\x70\x9a\x1c\x66\x3f\xf1\ -\xe7\xeb\x0a\xcb\xf8\x0f\xc1\x48\x06\x08\xd2\xe6\x36\x8b\xcb\xb5\ -\x77\x89\x87\x72\x3b\x4e\x65\x20\x23\xc9\xe4\x41\x81\x43\x95\x8b\ -\x5e\x9a\xfb\x3e\x33\x21\x3b\x0a\x66\xe6\xce\x75\x53\x07\x76\xea\ -\x4b\x22\xba\x60\x11\x7d\xee\xf8\xde\x3b\x7e\x0e\x0d\x61\xac\x96\ -\xe1\x83\x22\x0d\x52\x40\x9f\x6e\x46\x97\xac\xa7\xd4\x01\x26\xc4\ -\x22\x52\x46\x23\xcd\xc6\x82\x41\x06\x77\x18\xbc\x89\x33\x30\x4c\ -\xd8\x95\xf7\xc5\x96\xd2\xf8\x81\x01\xf9\x97\xcc\x6b\x22\x1f\x3e\ -\x0c\xad\x9e\x65\x80\xea\x2e\xd4\x46\x41\x13\x11\xb6\x57\x44\x60\ -\x51\xd8\xee\x70\x3c\xad\x94\x4b\x1f\xe5\x8d\x5d\x36\x64\x4b\x9b\ -\x2a\xe6\x81\x7b\x04\x99\x2d\xbb\x7c\xe8\x8b\x5e\x56\x8e\x4d\xb9\ -\xb0\x6c\x68\xb9\x0a\x5d\xa2\x4d\x1a\xa6\x07\x35\x89\x28\xad\x0e\ -\x55\x26\x44\x52\x57\xde\x05\x77\xda\x93\xb2\x44\x57\x72\x21\x7c\ -\x39\x90\x15\x43\x41\xff\x61\x3e\xf1\x14\x99\x8e\x73\x3f\xd0\x10\ -\x77\xd4\xcb\x46\x47\x5e\x35\x1b\xd4\x63\x6b\xa6\x81\xfc\x7c\xd3\ -\x00\x60\x93\xaa\x5b\x41\x7b\x22\x43\xd8\x8f\x1f\x28\x1b\xca\x5c\ -\x78\xbd\x30\xff\x54\xa7\xff\xd4\x80\x31\x2d\xfe\x87\x70\x73\xab\ -\x1f\x0c\xca\x95\x68\xa0\x6a\xb4\x75\xd3\x7d\xbb\xab\x8b\x95\x21\ -\x87\x12\xdb\xcf\x40\x24\x99\xa5\xcc\x31\xbe\x5d\x8c\x88\xa8\xa4\ -\x9e\xad\x50\x3f\x22\xba\xef\x4f\x3f\x57\x9d\x3a\xc3\xeb\xba\x6a\ -\xe4\x7d\x1a\x3c\x9c\xc9\xe3\x8d\x76\xcc\x06\xfc\xb1\xa9\xab\x60\ -\xda\xc7\x45\x7f\x20\x54\x09\x42\xe8\x8e\x20\x3f\x1b\x76\xf4\x36\ -\xa6\x02\x36\xf4\x0f\xb0\x82\x2a\xc0\xd9\xce\x0b\xd2\x9c\xd2\xe1\ -\x0d\xf3\x0e\xb4\x54\x4a\x0c\x8a\xef\xb0\x9f\x2f\x1d\x86\x05\x87\ -\xc3\x22\x4d\x5e\xbd\x11\xd1\x4a\xf4\x2e\x5c\x08\xcb\x08\x42\xc4\ -\x9b\x27\x9c\x08\xe7\xf3\x3c\xd6\x8a\x10\x3f\x1a\x1d\xb5\xb9\x07\ -\xf5\x8b\xf3\xa7\x41\xee\x85\x97\x42\x0b\x10\xab\xc9\xed\xc6\x27\ -\x97\x4d\x94\x32\x9c\x89\xd2\xc2\x77\x3f\x0b\x5d\xac\x61\x23\xec\ -\x77\x02\x47\x34\x8c\x5e\xf8\xe5\xe2\x26\xac\x24\xaa\x41\xdd\x31\ -\x05\x7c\x33\xd9\x18\xcf\x46\x64\x58\xcd\xd6\x34\x69\x87\x89\x09\ -\xa1\x43\xa3\x42\x0e\xcb\x9a\xe7\xcd\x17\xee\x3f\x7e\x66\x06\x0a\ -\x76\x15\x26\x92\x4e\x73\xd2\x53\x74\xc6\x77\x93\x4d\x86\xd5\x24\ -\xbb\x46\x07\x9e\xbf\x01\xf9\x2c\xf6\xca\x0e\x98\xfb\x3b\x9b\xc3\ -\xd8\xbf\xe8\xea\x54\x93\xc3\xd1\x05\x56\x90\x65\xe9\x5c\x98\xdd\ -\x4d\x8e\x3a\x18\xf5\xd4\x04\x1a\xdd\x21\x18\x3f\x7a\xb9\x08\x60\ -\x7f\x16\x6c\x9b\x3a\xf3\x34\xa8\x42\x7e\x38\xf7\xca\x62\x85\xbb\ -\xcd\x33\xc0\xb4\x9c\x4e\xa5\xec\xd8\x0d\xd0\xeb\xda\x2f\x3a\xcd\ -\x3f\x12\x84\x10\xd4\x01\x72\x64\x40\x59\x5b\xb8\xb3\x6d\xaa\x03\ -\x9b\xda\x10\x27\xa9\x9e\xa8\x23\x56\xcb\x58\x0b\x28\xb0\xf9\x2e\ -\xad\x55\xba\xe7\x75\x71\xbf\x62\xed\xe9\x8b\xf9\x8b\x94\x06\x0a\ -\xa9\x95\x04\xb4\x9c\x73\x1d\x47\x6e\x29\xed\xdd\x13\x75\x21\x68\ -\x94\xc5\xa9\x81\xac\x56\x88\xb2\x97\x38\xb1\x17\xb7\x55\x56\x63\ -\xea\xc4\xb5\xd2\x88\xbc\xb8\x61\xbb\x28\x51\xdc\x6d\x46\x5c\xb4\ -\xb0\x05\x56\xfb\xad\x55\x55\x8d\xec\x24\xc6\xc0\x5b\x03\x53\xa2\ -\xd4\x19\x61\xd0\xb4\x00\xa7\x69\xbd\xde\x7f\xbb\xb8\x9b\x51\xe7\ -\xe4\x8c\xb3\xce\x9d\x30\xae\x49\xdb\xff\x0a\x9c\x4f\x8d\x70\x5a\ -\xf1\xff\x84\x03\xf0\xe7\x38\xc5\x62\x4f\x5c\xf2\xb8\x1b\x1f\xe0\ -\x05\x3d\xad\xc0\xcf\xa0\xdc\x6f\xb5\xcc\x30\x1f\x38\xec\xf4\x83\ -\x8b\xfe\x02\x30\xd3\x17\xf0\x93\x0f\xbe\xa4\xbd\x36\xb4\x7e\x76\ -\x81\x35\x3b\x23\x95\xb2\x8d\x27\x5c\x2e\x30\xf5\x90\xa8\x71\xc5\ -\x69\xdd\x09\x74\x57\x23\x7b\xbf\x9b\xcb\xb8\xb9\x9a\x3b\x13\xae\ -\x30\x0a\x30\x04\x0a\x38\x29\xe5\x3d\xb5\x7a\xa7\xae\x4a\x99\x02\ -\x78\x73\xf3\xd4\xa3\xdb\x97\xb3\xd1\xec\xc9\xd4\x19\xcc\x32\xd4\ -\xfe\x0e\xa3\xf9\xc3\x09\x2f\xea\xd9\x8c\x76\xb0\x5a\x6f\x5d\xdf\ -\x8b\x38\x6d\xfa\x2a\x40\x29\x26\x48\xac\x27\xbb\xf3\xa1\x75\x6d\ -\xc6\x5a\xea\xa2\xb0\xf9\x91\x3a\xdf\x94\x30\xd8\x9b\x21\xcf\x4f\ -\xab\xd1\x31\x16\x67\x3e\x84\xfb\x26\xba\x7f\x53\x73\x7f\x5e\xd7\ -\x5b\x0e\x08\x72\x9f\xe2\x04\x73\x02\xf0\x32\xb5\x84\x2f\x7f\x5d\ -\xa3\x33\xd4\xa4\x88\x48\x6d\x58\xb7\xd2\x9d\x14\xb6\xb2\x7f\xb6\ -\x38\x9c\x54\x6a\x62\x91\x68\xc8\xca\x2e\x35\x34\x28\xcd\x4b\x16\ -\x40\xfc\x89\x7e\xf7\x2f\x8d\x88\x15\x4b\xae\x77\xbf\x09\x2c\xc4\ -\x94\x9b\x96\x53\x0b\x3e\x60\x1c\xa9\x05\x2d\x40\xff\x03\x5a\x48\ -\x05\x56\xfa\x9f\x17\xe6\x47\x91\x96\xb4\xb0\x76\x6a\xa3\x7f\xba\ -\x98\x54\xb2\x73\x5e\x8c\xd4\xf6\xe8\x93\xca\x43\x5f\x0f\xad\x67\ -\x20\x2e\x58\xd1\x26\xba\x48\x06\x22\x58\xee\x63\x45\x70\x34\xfd\ -\x44\x6b\x17\x71\x88\x4b\xed\xd5\xd9\x0c\x91\xa4\x07\xe2\x51\xcf\ -\x47\x5a\xc8\x97\x76\xf7\xa9\x71\x60\xab\x8d\x45\xf4\xb4\x1b\xa7\ -\x81\xfc\x29\x88\xd7\xf9\xf8\x6f\x79\xa9\xa2\xb5\xae\x37\x8e\x1e\ -\x36\x79\xc5\xbb\x77\xd4\x25\xb5\x41\xc3\x7a\x1f\x2e\x23\x49\x1d\ -\xd9\x3f\x84\xa1\xcf\x83\xbc\x1d\xda\x54\x0f\x71\x77\xe6\x4b\x95\ -\xd6\x29\x00\x87\x40\x3c\xb6\x3e\x73\x58\xf0\x5d\x3f\x9d\x95\xec\ -\x71\xd0\x8c\x49\xc4\x29\x77\x39\x04\xec\x6f\x74\xad\x79\xb9\x58\ -\x51\x19\xe9\x58\x1f\x3c\xf4\x8f\x34\x05\xa7\x0f\xf3\x13\x2e\x17\ -\x1e\xe6\x14\x9c\xe3\x65\xec\x94\x8a\x0e\xf4\xe4\xe1\x5c\xf5\x30\ -\x0c\x90\x09\x64\x50\xb9\x19\xc9\x40\x71\xcf\x90\xd4\xd2\xa4\x99\ -\x0d\xe3\x05\x81\xf5\xf6\x6d\x0a\xfb\xad\x21\x48\xcd\x9b\xa2\xa5\ -\xaf\xb5\x50\x5a\x0c\x0b\x07\x7e\xc8\x20\x08\x44\xaf\xcf\xa2\x71\ -\x87\x4e\x63\x1d\x5f\xa3\x0b\xa7\x2c\xac\x87\x55\xf3\x61\x42\x73\ -\x7e\x6d\x0e\xd5\xb0\xec\x44\x9d\xbb\x28\x0e\xe9\x30\xa1\xe9\xae\ -\x4b\x39\xf4\x75\x9a\xcc\xae\xc0\x2a\xeb\x61\x1d\x1a\x4e\x75\x4d\ -\xec\x38\xaf\xe8\xfd\x52\x12\x68\xfe\x8f\xc9\xb7\xc8\x55\xfc\xfd\ -\xf7\x69\xb1\x42\xa8\xe3\x31\xed\x91\x10\x87\xf3\xa4\xb1\x9c\xc2\ -\xed\xf7\x69\xb7\x54\xa3\x82\x08\xae\xea\x7e\xd8\xdf\xe7\x44\x20\ -\x59\xd7\xdb\x90\x13\x66\x23\x74\x7c\xb8\x47\x1e\x45\x4c\xdd\x15\ -\xca\xd3\xf0\x82\xbe\x4f\xe5\x4f\xb6\x48\xfd\x1d\xc2\xd9\xd4\x2d\ -\xce\x02\xcb\xbf\x47\x4e\x47\x1f\x00\x19\xd2\x17\x3a\x0b\x00\xce\ -\x38\x2f\x88\x16\x5b\x4d\x9e\xd2\x04\xe2\x51\x50\x5b\x3b\x49\x2a\ -\xb8\x8e\x55\x34\xc3\x0e\x20\x2a\xb6\xbc\xb1\x84\x36\x4d\xc0\x44\ -\x87\x0f\x3a\xb8\x1c\x61\xd5\xd3\x78\xa6\x4c\x84\x3c\x81\xae\x0a\ -\x51\xb3\x59\x18\xba\xc6\x6b\xbb\xd6\xdb\x34\xb4\x14\x11\x10\xac\ -\x49\x1f\x0f\x57\xb8\x1d\x2a\x5f\xcc\x10\x8a\x96\x87\x69\xbb\xfb\ -\x70\x6a\xd3\xd2\x3a\x9c\x89\xd8\xae\xb9\xee\x92\x32\x18\xcf\x3d\ -\x19\x1b\x7b\x38\x26\x4e\xc9\x03\xdb\x9a\xee\xa9\xb5\x57\x20\x67\ -\xec\x6c\x4e\x16\x43\x2c\x0b\x34\x35\x31\xd1\x5a\x01\x2c\x33\xb2\ -\x34\x98\x8a\x56\x99\xf1\x27\x6b\xc9\xb0\xb0\x96\xb1\x47\x76\x4d\ -\x81\x5b\xa3\xd5\x1f\xd0\xd4\xfa\xdf\x31\x66\x61\xce\x30\x65\xfb\ -\xd7\x94\xf8\xff\x0d\x68\xfc\xbf\x80\xcb\x55\xf8\xf3\xf1\x3d\xf4\ -\x29\x1f\x68\x03\x2a\x1e\x4c\x1a\xac\xab\x8a\x55\x60\xfc\x75\x2a\ -\x57\x20\xcc\xd6\x66\xb8\x11\x0d\x60\x90\x83\x85\xf5\xa0\x15\x33\ -\x7b\xa3\x6d\x48\xbb\x84\xf5\x9e\x4d\xd5\x51\x67\x9d\xce\xbb\x6a\ -\x18\x4f\xaf\xd3\xad\xda\x90\x31\xa2\x4f\x73\x24\x64\x0f\xbc\xb8\ -\x09\x3e\x6a\x06\x9e\x7f\x96\x83\x5e\x3c\x4c\x9d\xcc\x1b\xfa\x9e\ -\xea\x07\xb8\x00\x26\x23\x96\x4c\x15\xe3\xd0\xa7\xa2\xb4\x43\x89\ -\x0e\x9d\xa3\xf0\x34\x9b\x69\x60\x29\x80\x99\x8c\x96\xa1\xb7\x28\ -\xa4\xd8\x43\x05\xad\x5a\x67\x99\x1e\x86\x65\x6f\xef\xb6\x28\xb3\ -\xc7\xa0\x63\x00\x47\xca\xd0\x3c\x4e\x50\x85\x99\x49\x77\x02\xd9\ -\x33\xc4\xf8\xca\x22\x00\x0b\x77\x93\xd0\x2d\x31\x93\x84\xeb\x93\ -\x09\xd3\xb2\xa7\xab\xd5\x59\x34\x9e\x22\xd1\x12\x6d\x1b\x95\xab\ -\x8d\x44\x20\x6b\xf3\x96\x23\x18\x38\xc6\xa2\x9b\xad\xb2\x00\x98\ -\xaf\x81\x70\xe4\x41\x9c\xee\x2f\x6f\xf6\x93\x3e\x41\x4b\x4b\x5a\ -\x79\x58\x16\x93\xde\x2d\x72\x5c\xd8\xc1\xca\xa3\x19\xb2\xc1\x17\ -\xe5\xef\xa3\xf2\x81\xc4\xe0\x46\x3a\x0e\x4e\x9c\x42\x3c\x0a\x7e\ -\x9b\x5c\xe2\xf8\x4c\x9c\x08\xa4\x6a\xd9\x26\xb7\x75\x39\x88\x99\ -\x1f\x63\x79\xa3\x4d\xf7\x40\x70\x1f\xe1\x99\xd9\xe9\xbf\x4e\x74\ -\x88\xf8\xfa\xf1\x66\x14\xdf\xef\x41\xd9\x9c\x4d\xe2\xae\x4d\xd1\ -\x48\x7f\x1c\x68\x82\xfa\x87\xbc\x00\x60\xd2\x95\x2e\x81\x03\x19\ -\xfe\x90\x91\x84\xc8\xd1\xe8\x13\x36\x9b\x12\xda\xbc\x3d\x1c\xe3\ -\x9e\x3f\xc3\x37\x2a\x47\x53\xed\x4e\x47\xc5\xb0\xee\xd7\x1e\xbb\ -\xaa\xed\xe2\xa8\x9f\x36\xf0\xb9\xc1\x44\x64\x04\x0e\xee\xbd\x49\ -\xcd\xe8\xe7\xba\xc2\x99\xe9\x22\xae\xa9\x55\xa3\x7c\xfa\xd2\x8c\ -\xe1\x5a\xdc\xfa\xf1\xa7\x77\x0a\x98\x59\xd3\x37\x70\x16\x24\x45\ -\x91\x92\x0a\xa6\x6e\xc4\xa6\x2f\x87\xca\x8e\x7f\x4c\xcc\x66\x87\ -\xd7\xb4\x3f\xb8\x4c\x6c\x87\x40\x3d\x79\xec\x87\xc3\xd3\xb8\xc6\ -\x75\x84\x0a\x2b\x81\x83\x97\xb9\x39\x42\x4d\x7e\xaa\x61\x97\x32\ -\x53\xe8\xec\xa6\x59\x4c\x33\xbd\xd0\x43\xe2\x1f\x77\x66\x24\xa5\ -\x99\x84\xda\xd7\x48\x84\x73\x4a\x37\xd0\x54\x70\x1a\x7c\x14\x0f\ -\x39\xb5\xfa\xe6\x06\x99\x3f\x6f\x69\x39\x5b\x2b\x99\x1a\x14\x22\ -\xa2\xeb\xfa\x33\x26\x3f\x4e\x71\xd5\x42\xf3\x57\x50\x2d\x53\xd4\ -\x5b\xcd\xa5\x90\x9f\xd1\xa8\xe1\x2b\x0a\x36\x41\xb6\x1b\x95\x2d\ -\xf8\x32\xa6\xcd\x44\x12\x97\x92\x26\x92\x1f\xe6\x1b\xf6\x02\x34\ -\x74\x81\xa2\xb5\x3e\xc6\xc5\x02\x6b\xef\xcc\x2b\x4c\xc7\xc8\x42\ -\xd2\xe1\x8e\x11\xe6\x28\x66\x37\xcd\x50\xf1\x38\xbf\x6d\xfb\xa5\ -\x95\x82\xe8\x51\xdc\xf2\x21\xe2\xef\x09\xb0\x4f\x91\x34\xce\xec\ -\xf5\xd0\x88\xe0\x7a\xf7\x20\x48\x2d\x5a\x48\xcd\x13\x98\x49\x6b\ -\xea\x1a\x40\xe3\xab\xbd\xa2\xe7\xa0\xb8\xf5\xb0\xcd\xe6\x0a\x84\ -\xdc\xa7\xe5\x75\x53\x9e\xbc\x11\x58\xe6\xb9\x90\x78\x97\x49\xed\ -\xb9\x3b\xd6\x71\x52\x2e\x65\xd4\x16\xcf\x89\xaa\x95\x1e\xc7\x3f\ -\xd0\xdd\x20\xa1\x35\xd2\xef\x41\xf7\x56\x01\xcc\xf5\x75\xd8\x06\ -\x75\xe8\xe9\x48\xd8\x02\x73\x67\x60\xfc\x0d\x33\x16\x29\xa3\x9d\ -\xa2\x12\xa7\x6b\x6f\x9a\xf4\x54\x52\xf4\x2e\x84\xfa\xba\x2e\x0f\ -\x72\xc5\x8c\x2d\xa0\x7b\x97\x06\x7c\xad\xa0\x0d\x73\x59\x2d\xab\ -\x6e\xba\xd6\x9a\xc0\x08\x00\x91\x6c\x46\x2c\x97\xeb\xfa\xac\xcf\ -\x0a\x26\x1b\x74\x30\x53\x69\x0a\x6e\x4c\xe0\x97\xfd\x44\x41\x8d\ -\x4d\x1f\xb0\x00\x32\xec\x97\x73\xba\x8f\x67\xcb\xea\x3b\x2f\x9c\ -\xf1\x26\x30\xe1\x75\x87\x3b\x52\x1e\x8c\x1d\x34\x92\x02\xd0\x82\ -\xad\x27\xf3\x38\x35\x53\xa8\x1d\xdc\x57\x23\xb4\x27\x19\xad\xf0\ -\xd5\xb5\x56\x8b\xf5\x93\x66\x5a\x53\x3f\x95\x4d\xff\x2e\x90\xf3\ -\x74\x86\xa6\x8c\x26\x39\x9f\xbd\xbe\x30\x37\xbe\xa2\x0b\x3c\xee\ -\x1d\x4b\x83\x26\xa0\x5a\xbe\x01\x4c\xdf\xa2\x5e\xbe\x52\x4d\x19\ -\x43\xea\x2f\x60\xde\x1c\xd4\xec\x9a\xea\x44\x7d\x2b\xb3\x3e\x7a\ -\x7c\x7d\xf8\x7c\x3b\x6a\x07\xf7\x2e\x0e\x0a\x7a\xe6\x5f\xad\xf6\ -\x25\xc8\x38\x0b\x22\x1a\x34\xb3\x07\xb8\x1a\x40\xaf\x21\x94\x97\ -\x26\x2a\xd5\x48\x86\x16\x3c\x1b\xa2\xa3\xb6\xc4\xb3\xd8\xa7\xbe\ -\xf2\x1a\xdd\xb1\xa9\xf5\x4a\x06\xee\x85\x6e\x98\x03\x34\x75\x43\ -\x92\x7a\xe4\x41\x26\x98\x6d\x0c\x14\xf0\x60\x27\x88\xc0\xd4\x37\ -\x3e\xdf\x3a\x68\xc7\xa3\x59\xb6\xd7\x29\xa8\x45\xc8\x64\x45\x16\ -\x68\xb3\xc4\x6a\xdd\x89\x9e\xe9\x50\xb4\xe4\xa7\xc9\x73\xda\x41\ -\xe3\x3b\x59\x2a\x5b\x61\xdd\xde\xe3\x0e\xf3\xf3\x6f\x95\x8c\x49\ -\xd6\xa2\x9f\x34\xc6\x29\xa3\xa1\x7d\xc4\x24\x05\x9b\x69\x58\x24\ -\xf2\x3b\x8a\xd0\xba\x1e\x1e\xe3\x56\x65\x1a\x0f\xa6\x5f\x68\x8f\ -\xbd\x05\xe4\xba\x45\xdd\x50\x2b\xe7\x28\x89\xa6\x41\x98\xbd\x48\ -\x66\xb7\xb4\xa4\x43\xb0\xa8\xc7\x34\x47\x55\x87\x55\x68\x52\xfa\ -\xb4\x1c\x99\xba\xf3\xe4\x14\xcc\xbe\x89\xd2\xd5\x4a\x87\x72\x6e\ -\xdc\x15\x29\x06\x0a\x3f\x41\x23\x79\x6d\xd7\x98\xe6\x16\x89\x15\ -\xcb\x25\x63\x5c\x7d\xda\xa1\x33\xc0\x9c\x76\x34\x56\x34\x9a\x33\ -\x2e\x2b\x65\x16\x2b\xa7\x26\x83\x43\xdb\x8c\xde\xb9\xcf\x45\xc5\ -\x5b\x87\x31\xc1\xfb\xf8\xfc\x6d\x73\x63\x9e\xd4\xb3\xf0\x7f\x9f\ -\xc2\xf5\xd7\xde\x2f\x66\x1d\x90\x6f\x60\x13\x52\xcd\xe7\xf8\xd0\ -\x52\xe9\xa7\x5c\x06\xdf\x26\x12\x6b\x5d\xa3\xc0\xea\x77\x63\x6d\ -\xdf\xfa\x62\x47\x7f\x86\x00\xbf\xe5\x4c\x4c\x5d\xd4\xa4\xf3\x7d\ -\x2b\xd0\x5f\xf3\x86\xea\x62\x93\x42\x7c\x4f\xa1\x2c\x16\x2d\x63\ -\xf6\x91\x01\xae\xb2\x07\x6a\x9f\x0d\xb5\xa2\xe0\x5f\xa9\x75\x28\ -\x63\xbd\xee\x0a\xac\x2c\x4a\xac\xd9\xeb\x73\x18\x59\x3c\xc3\xb5\ -\xed\xfd\x72\xf3\xd0\xa4\x9c\x3c\x71\x20\xc4\x69\x02\x61\x61\xd5\ -\xdb\x8e\x48\x1c\x4d\x9d\xd0\x72\x44\x2e\x75\x91\x89\x34\x72\xdb\ -\x33\x9f\xd7\x31\xcb\x2a\x17\xc6\xe4\x7c\x13\xbc\xbf\x0c\x83\x2c\ -\x8b\x3c\xb5\xe1\x02\x79\x4e\xac\x94\x3c\xae\x80\x6d\x66\xf6\xb5\ -\x6e\xcf\xc5\xc8\x7c\xd0\xf4\xf8\x08\x96\x3b\xd7\x98\x10\x82\x34\ -\x6f\x1a\xa5\x3e\xac\x07\x05\x0b\x1c\xe7\x0a\xf9\x0c\x2e\xfe\x86\ -\xa9\x89\x05\xf8\x45\xe1\x62\xd8\x27\xeb\x7e\x02\x0a\xda\xc1\xdc\ -\xc5\x3c\xe0\x28\x34\xcc\x4d\x8d\xd3\x0d\x4d\xca\xe8\x82\xd2\x4d\ -\x9e\xda\x25\x95\xc6\xe4\xae\x6d\x80\x27\xa5\x64\x14\x59\x96\x01\ -\xa9\xdc\xae\x6e\x89\xba\x1f\xba\x8b\x37\xad\xc3\x38\x27\x32\x7f\ -\xcd\x9c\x55\x71\x6a\x50\x68\x68\x12\xdc\xf1\xb1\x35\x3f\x5f\xb4\ -\x3a\xe4\xe2\xf9\x37\x2a\x6f\x7e\x7d\x91\xab\x58\x08\xaf\x3a\x8d\ -\xf1\xd9\xd5\xe9\xe5\x2f\x82\x57\x7c\x5e\xf8\x1f\x37\xc5\xcf\xb5\ -\x7b\x72\xe8\xa0\xc2\x2c\xaa\x2b\x7c\x0e\x1d\x0d\x6d\x86\x21\x1b\ -\x50\xd7\x2a\x38\xf7\xcb\xc4\x9e\x8b\x31\x10\xd1\x1b\x9c\x41\x9b\ -\x59\x0f\xec\x9e\x4a\xd0\xb4\x7d\xae\xc2\xde\x88\xb6\xfc\x8c\x35\ -\x5c\x45\x63\xe8\x26\x8c\x6c\x0a\x14\xe3\x99\xf6\x74\x7a\x57\x13\ -\x98\x6e\x82\x09\x48\xac\x00\xd9\x4e\x30\xab\xc1\x25\xd0\x5e\x90\ -\xd4\xba\x62\xb0\x6b\x9f\x2c\x06\x79\xd1\xdd\x09\xb0\x1e\x14\xb4\ -\x61\xb1\xc6\xe4\xcc\x30\x6b\x8a\xb7\x07\xae\x87\x6b\x30\xa5\xc9\ -\x97\x3d\xe9\x6a\xa5\x5d\xdc\xa5\x93\x74\xf3\x1e\x23\xdd\xf7\xb4\ -\x02\x5f\x53\x53\xbd\xc3\xf1\xed\xd4\x77\x16\xe8\x9a\x53\x54\xfb\ -\xff\x33\xf6\xae\x59\x92\x24\xb9\xd5\xd8\x05\xcc\xb3\x47\xda\x92\ -\xf6\xa2\x05\x68\x17\xda\xb3\x8e\xc4\xae\x0c\x37\x40\x3f\xf0\x36\ -\xf7\xa8\xf9\xc8\x43\x0e\xd9\x5d\x95\x19\xe1\x6e\x0f\xe0\xe2\x3e\ -\xa8\x51\x63\xdd\x6c\x81\x74\x9a\x3f\xb4\x09\xae\x60\xf9\xd9\xcd\ -\x0e\x4a\xac\x76\x07\xc8\xb1\x5f\x28\xf5\x86\x21\xfa\xaf\x7f\xf6\ -\x9d\x05\xf2\xb7\x86\xea\x34\x72\x1a\xfb\x48\x9a\x66\x8a\xa7\x76\ -\xef\x6f\x8d\x9a\xd9\x8b\x9f\x13\xd0\xe5\xcf\x7d\xcd\xfb\x4b\x4b\ -\xf7\x4a\xaf\x7a\xf7\xff\xc2\x78\x50\x7b\xe7\x7b\x71\x4e\xe4\x49\ -\x64\x64\x91\x71\xa3\xd8\xaa\x98\xf1\x85\xb7\xb3\x90\xc3\xa6\xbd\ -\x7e\x6f\x0b\xf0\x6e\xd3\x13\x6e\xe0\xaa\x95\x36\x34\x40\x0e\xa0\ -\xa6\x8b\x39\xc9\x7b\x9b\x52\x1d\x35\x90\x01\x79\xcf\x9a\x85\x0e\ -\xd9\x49\x4d\xdd\xf8\x5d\x43\xbe\x8d\xee\xcd\xec\x94\xda\xb6\x57\ -\x98\x83\x7a\xe9\xa1\xf7\x31\x45\x4b\x77\x40\x2e\x36\xc6\xa9\xf1\ -\x05\x3b\x30\xd1\x00\x4b\xb4\x98\x9e\xd0\x4e\x92\x4d\xd9\xa6\xbe\ -\x18\x03\xa4\x08\xe9\x10\x91\x49\x8d\x0c\x20\xd9\xaf\x93\xd7\x04\ -\x2e\x3c\x87\x6b\xad\x65\xce\xce\x54\xa1\xf3\x0a\x1d\x32\xa5\xfe\ -\x9f\x97\x76\xfb\xde\xb6\x18\xb2\xd0\x69\x21\xbc\x83\x8b\x18\xae\ -\x36\xee\x7d\xbe\x5b\x33\x42\x40\x72\xab\x19\x94\x34\xe2\xf8\xf0\ -\xe2\x0e\x50\x0a\xc9\x4c\x02\xa3\x45\xea\x0c\x70\xe3\xb0\x3a\x45\ -\xe6\x5d\x84\x13\x61\x9a\x64\x84\xeb\x4e\x2c\xb8\xad\xf9\xe5\x8a\ -\x2b\x4b\x78\x0f\x8c\x54\xcb\x2a\xd2\x6a\xdc\x86\x06\xcc\xc3\x57\ -\x6b\x43\x3a\x7a\x8c\x89\x92\x9f\xa2\xef\x3c\x7c\x5a\x78\xd9\x7f\ -\xa7\x26\xe1\x78\xb9\x07\xfa\xeb\x28\x6f\x37\xaf\xd0\x2f\xee\x7e\ -\xa3\x29\x16\xb4\x05\xbe\x92\x6e\x27\x5f\xa8\x6b\x83\x8a\x48\x48\ -\x83\x90\xb2\x81\xe6\x34\x29\x29\x74\x0e\x43\xdc\x4d\xc1\x59\x56\ -\x80\xd7\x3f\xed\x99\x28\x44\x8c\xfb\xaa\xe2\xce\x54\xe9\xc2\x67\ -\x85\x33\xf3\x02\x31\x61\x6f\x43\x24\x8d\x53\x2f\xb8\xef\x0d\xa6\ -\xcb\xd7\x45\x39\x41\x81\xbf\x85\xef\xbe\x15\xd3\x7f\xa7\x1d\x8c\ -\x3f\xd3\x27\x5d\x30\x5b\xe7\x37\x2e\x79\xd1\x56\xde\xdf\xab\x9c\ -\x93\xc0\xb6\x9e\x44\x15\xd7\xfa\x6e\xb4\x31\x28\x7f\xfe\x4a\x16\ -\xa6\x7b\x27\x02\xb1\xca\x7d\x15\x56\xb9\x7e\x20\x90\x7a\x51\xde\ -\x27\x3e\xee\xd0\xc9\xab\x90\x97\x40\x20\xa9\x4c\x12\x54\x34\x6d\ -\x7f\xfb\xd4\xf2\x04\x28\x08\xeb\xbb\x80\x59\x9d\xaa\xab\x3d\xb3\ -\x85\x8b\x5f\x1d\x60\x44\x07\x52\x1c\x08\x61\x0d\x68\xa6\x10\xff\ -\x02\x5e\xff\x16\x8c\xdd\x68\x45\x7d\x4c\xff\xc5\xbd\xf1\xdb\xcf\ -\xd1\x23\x9a\xf6\x15\xb1\xd4\x27\x51\x21\x69\x29\xca\xe0\x8b\x92\ -\x32\x31\xa8\x28\xe2\x17\xc4\x49\x79\xa4\xa7\xc8\x9c\xa8\x34\xa9\ -\x1b\x05\x58\x05\x33\xa0\xa8\x29\x57\xf1\xe0\x03\xed\x15\x1a\x05\ -\x78\xfc\x8e\xed\xb9\x36\xf4\x22\xaa\xa7\x26\x3a\x3f\x9f\xd9\x39\ -\x55\xb0\xcc\xa3\x72\xc9\x4c\xa6\x8b\x1a\x27\xfe\xcc\x49\xe2\xae\ -\xd5\xd8\x92\x69\xf6\xda\x66\x68\x79\xd1\xb6\x4b\xbd\xa3\x98\xec\ -\x93\x07\x06\x55\x73\xaa\x3c\x28\xd4\x7d\x0d\x94\x69\x0a\x1a\x75\ -\xd4\xcf\xca\x9c\xee\x84\xe5\x76\xd8\xf6\x9e\x00\x17\x5e\xf7\xff\ -\x10\x98\x6b\x15\x34\xf9\xbc\xc3\x3c\xc6\x29\x7a\x59\x23\xc6\x67\ -\x7d\x31\x07\x09\x30\x30\xb2\x61\x42\xff\x17\x80\x83\x8c\xbb\x86\ -\xc7\xa4\x2a\xe3\x25\xa8\x4f\x8d\x5b\xe8\x6f\xde\xf1\x0b\x4c\x97\ -\xd9\x2d\xc7\x05\x4c\x92\xf6\xd8\x89\x8c\xc7\x1d\x8b\x72\xd9\x4b\ -\x17\x61\x42\xb9\xbe\x86\x7b\x5e\x48\x87\x42\x94\xcf\x9a\x93\x73\ -\xea\x74\x23\xcf\xa7\x5a\xdc\xc3\x75\x9f\xd9\x87\xdd\x09\xcf\xdc\ -\xbc\xa4\x8c\x2a\x60\xe6\x32\x61\x96\x92\x60\x84\xc7\x60\xac\x9f\ -\x9f\x3c\x6b\xae\x6b\x95\x56\xc3\x99\x1f\xab\x03\xaa\x6c\x8c\x82\ -\x30\x83\xb1\x47\x15\x81\xd3\x94\xd4\xc3\xd0\xa9\x12\x2a\x50\x15\ -\x03\x77\x1e\x85\x41\x86\x10\x77\x1a\x67\x4c\xd2\x2d\x67\xec\x9f\ -\xa1\xf1\xc9\x6c\x3c\x42\x9b\x20\x7a\xec\x82\xb6\xc0\x63\xb5\x7b\ -\x76\x5d\x3f\x23\xb4\x5a\xd3\x7d\x15\x05\xc0\xe4\x04\xfd\xb2\xf8\ -\x02\x75\x07\x3b\xa5\x8a\x78\x09\x13\x1c\xd1\xd1\x04\xe7\x8d\xbe\ -\x7d\xed\x4a\x7d\x57\xbb\xbf\xf8\xd1\xf0\xcc\xac\xa4\x83\x3a\xda\ -\xcf\x91\xd4\xc3\x23\x81\xd8\xa7\x48\x4b\x0b\x90\xeb\xd9\x52\xc0\ -\xcb\x84\xbd\xd7\x45\x1e\xdf\x90\xcd\x9f\x7c\x95\x72\x04\x23\xe3\ -\x9b\x7b\xec\xa3\x11\x54\x4e\x13\xb6\xd0\x9d\x43\x0c\x88\xe4\x76\ -\x9f\xf7\xfc\xa5\xb0\x14\x8f\xfa\x57\x08\xee\xfa\xc9\x63\xaa\xfd\ -\xd6\xc0\x19\x60\x83\xf6\x19\xcb\x88\x29\x7e\x1f\x69\xe3\x52\x93\ -\xe2\xd0\x96\x14\x90\xb4\x56\x9b\x0e\x89\xbb\x18\xd6\x64\x6b\x52\ -\x6d\x6d\x9f\x6b\x6b\x5c\x4f\x20\xdf\xc6\xe6\xc8\xe0\xdc\x34\x9a\ -\x8b\x3a\x83\xfc\xac\x61\x1e\xef\x38\xd6\x23\x70\xd4\x55\xbc\x73\ -\x2a\x9d\x91\x38\x70\x80\x51\x7b\xe0\x74\x95\x14\x33\x63\x6d\x97\ -\xae\xdd\xf5\x8e\x89\x6f\x34\x60\x7c\x67\x4e\x2a\xff\x15\x00\xb8\ -\x7e\xd8\x27\xd2\x3c\x00\xc4\x98\x68\xf1\x97\xba\xed\x52\xdc\x5e\ -\x1c\xf1\xe4\x37\xb3\x3b\x96\xb5\xcb\x55\x9b\x50\x3c\x44\xbd\xbf\ -\xfa\x6f\x3b\x44\xc2\xec\x40\xd3\x09\x6b\xeb\x86\xe9\x81\x29\x45\ -\x67\x7d\x94\xfc\xd9\x1f\xfc\xb3\x7e\x0a\x4d\x95\x08\x1c\x5e\xde\ -\x99\xdf\xe8\x6e\x66\xac\x3c\x10\xb4\x5b\x36\x2e\x5a\xd8\xaa\x59\ -\x6c\xec\x7b\xdb\xe8\x95\x19\xf7\xfe\x05\xb7\x1c\xa1\x73\x0c\xbd\ -\x71\x3b\x47\x73\xe5\x68\x5e\x39\x02\x90\x97\xfb\xf0\x3b\xba\xac\ -\x73\xfc\x2b\x72\x43\xd4\xd2\xad\x97\x4f\x9b\x16\x7b\x4e\x96\x5b\ -\xd6\x7e\xf4\x93\xb6\xda\xb2\xa7\x3d\x29\x31\x7b\x18\x5f\xd0\x1d\ -\x5c\x36\xbc\x63\x94\xbf\x9d\x23\xcc\x50\x5a\x23\xcb\x40\xdc\x78\ -\x41\xf0\xeb\xd4\x55\xf2\x9f\x4d\x19\x22\x18\x29\xd0\xf5\xef\x4a\ -\xbb\xc4\xed\x3b\x04\x1d\x2b\x34\x15\x41\x31\xf0\xa4\xa8\xf0\x75\ -\x4d\x8a\x51\xa7\x42\x6d\xfc\x9a\x66\x2d\xa9\x9a\x4e\x93\xf0\x87\ -\xf5\x67\xff\x8b\xc5\x57\x78\x3f\x16\x6a\x00\x81\x6c\xc1\x9f\xcf\ -\xaf\x7f\xf7\x0b\xc2\x3e\x42\x17\x0f\x44\xdc\x82\xcf\xfd\x5b\x87\ -\xcd\x32\x17\x9a\x0b\xec\xda\x26\xe0\xe3\xa8\x14\xf9\x98\x3b\xbe\ -\x53\xa0\x70\x22\x9f\xc7\x81\xd9\xe9\x05\x1f\x0d\x5b\xe4\x55\x17\ -\xa8\x4f\x2a\x54\x15\xbf\xfb\xff\xf1\x1a\x83\x4b\x2c\xda\x36\xd9\ -\x96\x6e\xee\x51\x1b\x3c\x70\xc2\x1b\xc5\x91\x8f\xa9\x51\x2f\x32\ -\xcb\x25\xac\xe7\xf9\xd4\xe1\x7a\xdf\xbf\x23\xac\xb9\x6c\x7e\xed\ -\xb2\xfd\xdc\x77\xe3\xd8\x6b\x35\xa9\x4e\x7b\xf8\x44\x7e\x47\xb8\ -\xe5\xf4\x66\xfb\x36\xd7\xbf\xa2\x08\xc5\x65\xd5\xdc\x78\xa4\x9a\ -\xe6\x41\x85\x21\x6a\xee\x65\xbf\x29\xc6\x8f\xd0\xcf\xe2\x93\xb3\ -\xeb\x0f\xd4\x68\x2a\x62\x97\x9d\x78\xe1\x7f\x27\x2d\xa8\x42\x18\ -\x37\x76\xd3\x1e\x48\x8b\x83\xa8\xa6\x49\xfc\xc2\x14\x47\x8e\x23\ -\x9f\x47\x33\xeb\xc8\x10\xb0\xed\x59\x60\x6b\x34\x30\xf6\x3c\x17\ -\x60\x6e\x8f\x6e\x55\x6c\xfa\x10\x05\xf4\xe3\x53\xac\x0b\xb7\x7c\ -\x46\x7c\xc4\x68\x14\x98\x2c\xbc\x3a\xb2\x7f\x42\x58\x1e\xb1\x31\ -\xab\xa6\xbe\xe2\x68\xa6\x69\x7a\x35\xb3\xf8\xc8\x69\xad\x55\x00\ -\xb4\x1c\xbd\xd6\x00\x6c\xa7\x36\x31\x2a\xec\x99\x88\x53\x33\xd4\ -\x27\xcb\xbd\x21\xfa\xa8\x3d\xcb\x9a\xcc\xd8\x3a\xb8\x3c\x27\xe8\ -\x17\x7f\xdc\xa1\x53\x5a\x18\x78\x35\x33\x37\x6e\x2b\xce\xc4\xf0\ -\x39\xa6\x0a\x50\x24\x22\x7c\x6e\xbb\x3f\x16\x5d\x56\x94\x47\x86\ -\x89\x97\x3e\xb7\xaf\xcf\xeb\xfa\xc9\xe7\x50\x0d\x96\x59\x76\x63\ -\xd0\xa5\x19\xc0\x9d\x85\xeb\x9d\x22\x74\x7b\x6f\x8b\x0c\x58\x89\ -\xb5\xf2\x2b\x1b\x0b\x84\xb5\xfc\x12\x8f\xc2\x23\x28\x7c\xae\x75\ -\xe3\x34\x09\x68\x93\x3f\x22\x6c\xf9\x93\x39\xad\x94\xf6\xdd\xfc\ -\xc6\x32\x7d\x34\xa7\x80\x5a\xce\xd0\xa3\xe1\x5a\x59\xc8\x85\xc9\ -\x2f\xd3\xe5\x0e\x6c\x5c\x13\x25\x25\xec\x7d\x27\xd5\xd5\x3e\xd5\ -\xf2\xe0\x78\xd3\xdf\xdc\xfa\xaf\x39\x4b\x82\x6d\xca\xe0\x0d\x7b\ -\x9a\x30\xd1\x27\x29\x1d\xdc\xa8\x7e\xb1\xff\xf3\xfe\xd2\xba\x0f\ -\x62\x8a\x2d\x10\x6c\xfd\x6d\xf4\xb6\x2a\xe6\x49\xcd\x59\xef\x23\ -\xff\xa2\x54\x0c\x94\xe7\xaa\x06\x22\xcd\xff\x5f\x27\x8e\x1e\xe8\ -\x92\xe7\xe0\x20\x72\xfa\xd6\x11\x96\xba\xf1\xf9\x74\x37\x59\x40\ -\xf5\xce\xf7\x24\x42\xa3\x59\x1e\xa6\x3d\xb0\x3b\x4d\x22\x87\xaf\ -\x81\x02\x46\x27\xba\x00\x21\x6c\xfc\x82\x69\xe1\xba\xfe\x31\xc0\ -\x89\x64\x14\x49\x5b\x6f\xa8\x02\x97\x4f\x39\xab\xa9\xb2\xa2\x76\ -\xb3\x15\x63\x3f\xd7\x4f\x1e\x85\xb1\xcc\xcc\x48\xe9\xd7\xf4\xbf\ -\x3e\xf1\x0d\xd0\x24\x4c\x39\x44\xb6\xdd\x00\xae\xdb\x65\xa5\xbc\ -\x0b\xd7\x8a\xf7\x23\xaf\x21\xaa\x60\x82\xfc\x7e\xde\xa9\xc8\x4e\ -\xd1\xfb\xdc\xea\x34\xfa\xe5\x93\x40\x0f\x82\x5f\x46\x71\xdc\xb0\ -\xc9\x1f\x96\xe5\xd6\x91\x16\x0d\x9c\x00\xfc\xf1\x42\x94\xd3\xc9\ -\xb5\x64\x18\x00\x20\xfb\x4e\x70\x81\x33\xa0\xbd\xea\x76\xfb\xfc\ -\xfc\x70\x74\x0b\x96\xc0\xaf\xfc\xe2\x40\x79\x0b\xa4\xde\x96\xc3\ -\x66\x53\x8e\xc3\xcd\xd4\x42\x48\x71\x67\xfa\x5e\x69\xc1\xd8\x35\ -\xdf\xa2\x96\xd3\x44\x8a\x64\x4d\x24\xa3\xd5\x75\xfa\x71\xff\xbf\ -\x81\xab\xcc\x6c\xf5\x9f\x3a\x9d\x33\x8c\x94\xb8\x5c\x38\x33\x0a\ -\x80\x8a\x32\x6b\x0d\x86\x9f\x13\xa2\xc7\x0c\x9a\x9b\x67\x80\x42\ -\xa8\xcc\xaf\xb6\x6c\xd7\xf8\xfb\xcf\xbb\x96\x81\xc7\x17\xe5\x79\ -\x1e\x91\x13\x36\x84\xf4\x1c\x52\xaa\x86\x5a\x64\xdb\x59\xa6\x51\ -\x1f\xdc\x0f\x29\x02\xd4\x72\x05\x41\x84\x5f\xbd\x71\x81\x70\x35\ -\x83\x18\xf2\x86\x7b\x33\x61\xdf\xde\x68\x2f\xce\xe6\x28\xa9\x83\ -\x44\xf8\x15\x63\x86\x5c\x60\xcf\xc7\x9c\x00\xd3\xe7\xb7\xc0\x9a\ -\xc5\xdb\xf2\xbc\x10\xf4\xc4\x85\xad\xb7\xdf\x3f\x4e\x6d\x16\x3b\ -\xab\xe2\x6c\xbd\x75\x36\x27\xcc\x57\xd6\x0f\xb6\x66\x3e\xb5\x9e\ -\x92\x72\xe9\x34\x6a\x26\xdc\xfb\xe3\xac\xb7\x8a\x46\x20\x18\x66\ -\x2c\x62\xf5\x0f\x8b\x83\x15\xe1\xe2\xc9\x04\xf6\x81\xc1\x9f\xdb\ -\xd6\xdf\x45\x7c\xf8\x0e\x58\x2f\xb0\x09\xa0\xc8\xe2\xf5\xcf\xb4\ -\xcd\x3d\x07\xb4\x05\x1f\xd9\xee\x1a\x2e\x58\xeb\xc2\xde\x37\xd6\ -\xba\x70\x5d\xbc\x3c\xb4\x76\x0d\x07\x31\x46\xa1\x75\x4f\x7a\x54\ -\x43\x00\x08\x83\x8a\xc0\x07\x02\xab\xdd\x78\x22\x44\xf8\xae\x19\ -\x60\x66\x2c\x0f\xcf\x54\x84\x66\xc0\xa7\x32\x84\xd1\xf9\x07\xbd\ -\x50\xb2\x1b\xb7\x83\x70\xb9\x9d\x73\x47\x51\xb3\xd3\x55\xb1\x90\ -\x5b\x1f\xfd\x9d\x2e\x37\x26\x4e\xd4\x3a\xbc\x75\x0d\x81\x79\xe8\ -\x03\xa2\x0a\xea\xe2\xf9\x12\x48\x3a\x37\xb5\x75\xb2\x0a\xe3\xf8\ -\x6f\x44\xd8\xe9\x2a\x7e\xaf\x6a\x7e\x5f\xd2\x55\xa8\x59\x3c\x4a\ -\xd1\xe6\xa0\xa3\x2d\x1f\x68\x1a\x3d\xc4\x9f\x5d\x4e\x55\xe9\x48\ -\x3d\x5b\x9b\x67\xff\xf7\x75\x64\x03\x36\xbd\x4c\x34\x0a\x8b\x39\ -\xa9\x6a\x59\xdc\xfa\x1f\xb9\xbc\x88\xc9\x40\x4c\xaa\x8c\x15\x00\ -\x19\x22\xa8\xb9\x7e\x1a\x9a\xa7\x8a\xab\x35\x84\x03\xed\x70\xd6\ -\x7d\x7f\x6f\x22\x82\x4d\x1f\xd7\x49\xf4\x50\x63\x0c\x2a\x48\x2f\ -\x74\x2e\x5e\xf5\x7c\x5b\xde\x02\xb5\xa6\xf2\x6d\x3a\xd8\xcd\x0a\ -\x58\xcb\x35\x06\xbd\x78\x54\xe0\xe7\xfa\x4f\xbd\x8f\xe0\xf5\xd2\ -\xd4\x81\x0d\x34\xab\x37\x59\xb0\xe2\xa4\x10\xf3\xfb\x91\x50\xbf\ -\xd6\x35\xd6\x6b\x64\x3e\xbd\x3b\x2d\x49\xd2\x54\x02\x7d\xf9\x71\ -\x2a\xce\xcc\x77\x69\x74\x82\xeb\x9f\x4a\x77\x44\xd8\xe3\x96\x6d\ -\xfa\x24\xdc\xc6\xbe\xe7\xb4\x72\xee\x36\xed\x5f\xf5\x85\x1d\xad\ -\x6c\xcf\x75\xc4\x20\xe0\xcd\xae\x9b\x46\xe0\x69\x7d\x76\x43\xa4\ -\x2c\xe0\xd7\xa9\xbc\x44\x69\x35\x2c\x7e\x56\xc4\x2a\xe2\x86\xcc\ -\x8d\xe7\xa5\x75\xe1\xf7\xb5\xa0\x09\x12\x79\x93\xad\x9d\x3a\xb9\ -\xf3\x1d\xa3\x39\x9c\xbe\x5b\x0e\xc3\xc3\x84\x19\xec\x94\xdd\x7e\ -\x09\x77\x0d\x1e\xa1\xf6\xc7\x44\x4c\xd1\x1a\xea\x27\x97\x7f\x50\ -\x2f\x50\x67\x95\xd1\x38\x04\x04\xcb\x91\x92\x68\xd0\x95\x07\x6a\ -\x79\xd1\xa1\x1b\x3b\x26\x6b\x8c\x95\xac\x81\x99\x95\x44\x1e\x5c\ -\x6c\x39\x75\x41\xc9\x49\x0a\xd2\x41\x9d\xdd\xb2\xc7\xde\x8e\xcf\ -\x69\xe7\x1b\x7d\x31\x72\x08\xce\x7e\x5f\xbb\x77\x52\x3c\x8d\x23\ -\x0f\xc8\x76\x8a\xe8\xd3\x91\x21\x2f\x44\xdb\x0f\xbd\xc2\xb1\xf3\ -\xf6\x5a\xab\x4d\x3d\xcb\xc8\xa3\x26\x04\x3f\x87\x5d\x3c\xa5\x8e\ -\x0c\xa4\x8f\x69\x32\x61\x0d\x16\x02\x61\x81\x58\x8e\x1c\xb5\xe2\ -\xe6\xaf\x75\x50\xa4\x0f\x3a\xdb\xdc\xdf\x94\x3a\x97\x80\x42\xae\ -\x41\xb5\x93\x52\xad\xfa\xdf\x5f\x97\x01\x51\x29\x20\xd7\xa9\x71\ -\xfc\xf9\xf9\x8f\x37\xb3\xdb\x50\x60\xa9\x80\xf5\x31\xc5\x4e\x63\ -\x24\xd7\x1e\x87\xa8\x9b\xb5\x01\x1a\xdd\x84\xc1\xd6\x41\xd8\x9a\ -\xdb\x44\x2c\x5c\xce\x42\x75\x45\x10\x5c\x28\x6a\xc9\x7c\x0f\xc6\ -\x5e\x38\x69\x96\xf3\xae\x40\x04\xab\xa6\x23\xa8\x26\x04\x44\xca\ -\x66\xbd\xac\x34\x9c\x41\x97\xd3\xfa\x44\x80\xf5\xb3\x5a\x38\xbc\ -\x45\x28\xa8\x34\xf3\x1a\xfd\x07\xbc\x02\x8d\x0f\x63\x22\x49\xf1\ -\xfb\xa2\xa0\x36\x49\xd2\x95\xc2\x30\x8b\xbc\x61\x26\x22\xf0\x36\ -\x50\x50\x22\x33\xcb\xc2\x77\xb2\xa1\xb7\xc7\x58\x9a\xbb\x90\xc9\ -\x18\x80\xb4\xc6\xa4\x32\x6a\x05\xc5\x74\xe7\x2c\xb3\x86\x6e\x15\ -\xef\xeb\x37\x9c\x24\x3d\x23\x88\xa2\x41\x36\xe2\xe1\x64\x3a\xb8\ -\xe6\x93\x98\xf0\x63\xfe\x65\x15\xae\xaa\x11\xf6\x1d\xcd\xdd\x7a\ -\x80\x09\xb3\xd1\xdd\x47\xfc\x86\xf3\x57\xb6\xd4\x44\xf8\x55\x7a\ -\x60\x80\xc9\xb5\x7e\x86\x39\x97\x7a\x26\x69\xce\x0b\x03\x88\xc6\ -\xbb\xbe\x8a\x73\x12\xf8\xb6\x96\x14\x6b\xfd\x3c\xd8\x39\x09\xce\ -\x09\x40\x57\xcf\x27\xdd\x3e\x49\xdd\x09\xd2\x2d\xe6\xe9\x82\x5b\ -\xae\x26\x10\xc1\x01\x68\xcd\xa6\x33\x35\x9f\xa2\x07\x9b\x42\x52\ -\xda\x10\xb1\x40\xc2\x0c\x92\xdd\x26\x8f\x9a\xeb\x21\x5c\x9d\xbb\ -\xaf\xc1\x77\x9d\x30\x8d\x33\xce\x1a\xae\x92\xa9\x84\x9e\x74\xab\ -\x18\xa3\xe0\x32\x7a\x7d\x34\x1e\x41\xb7\x26\x07\xd7\x7f\xa8\xec\ -\xcb\xd4\x19\x20\x9f\x46\x31\xbc\xc6\xf7\x6f\x53\x24\x75\x12\xf8\ -\x72\x03\x99\x88\xac\x38\x58\x5c\x6b\x98\x56\x69\x32\xd3\x92\x0e\ -\xbb\xca\x6d\xf3\xa4\x6b\x67\x8e\x6e\xc6\x72\x94\xf8\xb4\x53\xc8\ -\x07\x7d\x9d\x23\x87\xd5\x00\x86\x7f\xbc\xfe\x3a\x35\x81\x69\x7a\ -\x17\xcc\x33\xdd\xd8\xbb\x9f\x95\xdd\xc2\x5e\xb3\x46\x8f\x69\xe9\ -\x15\x79\x08\x60\x1e\x1e\xfc\x69\x52\x70\xad\xfc\xcb\x22\xd2\x78\ -\xd2\x9c\x1a\x8f\x8e\x44\x62\xf1\xe0\x01\x13\x66\x28\x5c\x17\x5e\ -\xda\x7f\xae\x44\x6b\xfb\x04\xba\x36\xc2\x1a\x48\x79\x5f\xe0\x17\ -\x18\xbc\x0c\xe1\x0e\xbe\xa8\xe9\x63\x35\x3b\xe2\xd5\x02\x32\x1f\ -\x17\xfb\x96\xca\x49\x10\x3b\x29\xc5\x91\xcb\xd0\xaa\xd8\xd7\x92\ -\x26\x76\xa5\x0c\x85\x7c\x1d\x71\xfb\xae\x12\xf7\xf1\x67\xe5\x4c\ -\xa5\x06\x04\x60\x76\x4a\x87\x21\x1b\x6d\x9e\x91\x79\x60\x94\xd3\ -\x39\xfb\x1e\x90\xd2\x89\xcc\xe6\x80\x46\x38\xe2\x1b\x85\x8c\x1a\ -\x82\xc2\x6a\xc6\x20\xd3\xc0\x8c\xdd\x59\x68\x66\x79\x99\x9b\xa0\ -\x05\x00\xe7\x34\xd5\x29\x80\xd1\x00\xf4\x1b\x30\x0b\xa4\x70\xb1\ -\x6a\x41\x93\x99\xbc\x4d\x75\x10\xdd\xf1\x5d\x82\x6b\x2c\x46\x0d\ -\x72\xe7\x7c\xdf\xf8\x31\xe2\xc6\x30\x89\x50\x2f\xb8\x57\x14\x92\ -\x2f\x05\xa3\xc8\x9d\x16\xb8\xa7\xa3\x65\xff\xae\x4b\x67\xc6\x52\ -\xcf\x36\x61\xbe\xac\x8c\x12\xcf\x23\xa1\xe6\x16\xf4\xf5\x60\x7b\ -\x77\x48\x0a\xdb\x77\x74\xc4\xd5\x9d\xb3\x82\x26\x73\x91\xed\xb5\ -\x48\x38\x17\x47\x8b\xc2\xe1\xaf\xf6\xc1\x9a\x6e\x99\x07\xaa\x7b\ -\x8a\x60\x39\x09\xba\xd2\x46\xe9\x7e\x78\x45\xe1\xdc\x57\x8e\x3e\ -\x0b\xfb\x37\x1e\x76\x22\x4c\x98\x06\x21\x51\x64\x92\x53\x16\x3a\ -\xaf\xfd\x44\xfd\xd3\x0e\xda\x9b\xe2\x1e\xd4\x6d\x85\x49\x43\x4f\ -\xf1\x12\xf4\xdc\x8a\x62\xfd\x8b\x61\x49\x00\x39\xbb\x35\xb6\xf2\ -\xa2\x93\xe9\x01\xd7\xe8\xd3\xbf\xc3\xcd\x28\xdf\x35\x79\xd1\xd2\ -\x68\x8e\x31\x65\xb3\xb5\xca\x5f\x75\x8c\x44\xdc\x42\x7b\x29\x03\ -\x06\xb3\xc0\xc2\xcc\x9f\x51\xa6\x71\x81\x8c\x26\x4c\xaa\x69\xcc\ -\xf0\xd7\x6c\xfc\x4a\xaf\x79\x9a\x04\x70\x1a\xb6\xce\xcc\x41\x8a\ -\xc9\xf4\xea\xc0\x0c\xa7\xa6\x2a\xad\xe5\xb7\x9b\x90\xec\xdd\x04\ -\xe2\x68\x80\xc8\xd4\x4c\xf6\xf3\x9b\x12\x01\xd7\xc9\x77\xed\x17\ -\xa1\x18\x3e\x2d\x3e\xfd\x2c\xad\x0f\x3f\x8c\x52\xca\x95\xa9\x0a\ -\x1b\x10\x3f\xb4\xc1\x68\x40\x94\xee\x4f\xa3\xcc\xf4\x22\x41\x8a\ -\x96\x15\x1a\xc6\xd8\xab\x0e\xb4\xf5\x0c\x33\xfb\x07\xfb\x41\x45\ -\x3d\xf7\x25\x71\x39\xfa\xd9\x44\xe0\x03\xd0\x7a\xa5\x2c\x2f\x00\ -\xba\x8b\xfe\x17\xe6\x3f\xa6\xb7\xad\xf5\x5f\x06\x3c\x52\xc6\x11\ -\xd9\xfc\x9e\x16\xd7\x9a\x11\x1c\x36\x69\xe4\xbc\xd7\xd5\x75\x95\ -\x56\x08\x55\x97\x5a\x59\x32\x3b\x29\x6d\x51\xcd\x28\x67\x56\x35\ -\x90\xc5\xe2\x65\xda\xa4\x68\x4c\xe2\x9d\xb0\xa6\xab\xe2\xa4\x3d\ -\xd2\x43\x73\xfb\xb6\x5f\xc6\xf9\xc3\x94\x4a\x50\x1e\x62\xf5\xc3\ -\xa4\x41\x19\x61\x7b\x4e\x11\x2f\xe0\x53\x1d\x49\x47\xce\x7d\xdc\ -\x9d\x0b\xa0\x9d\xe7\xc0\xe5\xa8\xb5\xb8\xd6\x69\xa5\xe1\x96\x37\ -\xd0\x5a\x11\x2f\x24\xdb\x6a\x0a\x35\xd2\x2e\x0b\xa7\x85\xbf\x4d\ -\x24\x74\x98\x1c\x59\xe8\x69\xa3\x5a\xe6\x72\x36\x40\xf2\x5a\xa5\ -\x41\x56\xd6\x61\x46\x41\x44\x49\x35\x7d\x2b\x0e\x89\xac\x46\x4a\ -\xcd\x66\x06\x9e\x96\xf6\xa7\xa8\x6b\xfd\x1e\xd1\x17\x9d\xd0\xbb\ -\xae\x38\x80\xb1\xf9\xbb\xa5\xa8\x63\x7f\xa1\x5b\xd3\x41\xb7\xcf\ -\xfd\xc6\x45\x65\x96\x61\xfd\xcd\x0f\x8d\xa7\x1e\x6b\x28\xcf\xc4\ -\x38\x5b\xe4\x45\xe3\x7e\xc8\x2f\xd2\xb9\xce\xe9\x99\xda\x5c\x4e\ -\x07\xdd\xd0\xeb\x42\xdb\x3b\x97\x83\xf1\x74\x00\x02\x4e\x65\x8e\ -\xbd\x8a\xcb\x24\x2d\x22\x55\x5b\xc7\x0c\x98\xcc\x01\xdb\x54\x11\ -\x52\x40\xfd\x00\x2d\xdf\xad\xde\xeb\xff\xf6\x49\xa4\xff\x77\x64\ -\x15\x26\xb0\xa5\x3c\xb4\xeb\x79\xcc\xc5\x5c\x64\x03\x4b\x4b\x3f\ -\xb9\xc2\x7d\x31\xfd\x6f\x6c\x1a\x13\x74\x4c\xc7\xd8\x2a\x16\xe0\ -\xc5\x1c\x25\xa6\xd7\xe6\x8e\x57\x81\xc9\x88\x5a\x43\xd1\xd8\x13\ -\xe5\xaa\x1d\x03\x1b\xd5\xe9\x0c\x9d\x38\xe1\x30\x49\x62\x6b\x08\ -\xd9\x6a\xa6\x70\xe6\x8b\x5a\x3e\xe4\x48\x8c\x08\xdd\xf6\x6e\x77\ -\x71\xba\xbf\x92\x7f\xfe\x94\x66\xb4\x89\xaa\x34\xb9\x46\xd4\xf8\ -\xbb\x65\x5a\x42\x24\xa7\xdd\xba\x05\xfc\xa3\xc3\x40\xed\xca\x8d\ -\xf1\xa5\x50\xdc\xe1\x28\xe1\x3a\x01\x56\x79\xf0\x24\xfb\x18\x98\ -\x68\xf9\xa1\x67\xda\x19\x2b\x4d\xfd\xbf\x9b\x35\x36\x0f\x37\x2b\ -\xca\x9c\x93\x8d\xdd\xdc\x4e\x90\x3e\xfa\xe4\x05\x8c\x34\x11\x77\ -\xec\xc6\x08\xf1\xd2\x0a\x0a\x49\xfe\x3f\xa4\x50\x8f\x5b\xef\xfc\ -\x39\xf0\x07\xa2\x54\x79\x1a\xaa\x3c\x72\x7e\xa2\x6b\x96\x86\x98\ -\x59\xbc\x4a\x39\x64\x2d\x0a\x3b\xce\x95\x82\x48\x85\x51\x8f\x6c\ -\x62\xa5\x5e\x44\xd8\xa6\x8d\x83\x51\x75\x63\x91\x82\x7e\x96\x37\ -\x60\x86\xea\xb1\xdc\x9e\x9f\xe1\x1a\x8f\x23\x5c\xf7\xcd\xda\xf4\ -\x6f\xf9\x13\x81\xf3\x86\xa3\xe3\x85\xfa\xfc\xbd\xb1\x1a\x96\xae\ -\xa1\xcf\xf0\xbc\x9b\x40\x0a\x24\x0d\x40\xda\x26\xdd\x92\x66\x05\ -\x84\x05\xda\x62\x6e\x6e\xcc\x4f\xad\x52\x37\xc0\xf0\x9f\x11\xe6\ -\x13\xb3\xf8\x12\xc7\x3b\x97\x3f\x4b\x06\x7b\x2e\xc9\x38\x48\x23\ -\x24\x9a\xf9\xe1\x7a\x54\xd6\xbe\xe7\x41\xde\xc2\x4b\x81\x11\xee\ -\x17\x9c\x59\xa3\xfa\x5d\x60\x16\x2f\x0c\xaa\xcc\x88\x22\xba\x02\ -\x49\xa7\x83\xa4\xb4\x67\xbf\x50\x93\x52\x6e\xc6\x04\xe3\xfd\xa9\ -\x22\x55\x1a\x00\x00\x20\x00\x49\x44\x41\x54\xdd\x3b\xa9\xb7\xbd\ -\xf9\x5b\x20\x28\x31\xee\xb6\xdf\x66\x53\x13\x6f\xe2\x07\xc4\xdd\ -\x10\x43\x1a\x75\x8f\xd0\x2d\xe4\xc3\x8c\x65\xa3\x0b\x94\x9f\x59\ -\x66\x04\x1c\xce\x50\x23\x98\xce\x0b\xd7\xb2\xe2\x66\x7a\xd1\x46\ -\xa0\x05\x6c\x6b\x4d\x5c\x90\x72\x96\x2e\xcc\xd7\xbc\x4c\xc7\x85\ -\xed\x39\x72\xb9\x7e\xdc\x08\x63\xb7\xf7\x1a\x88\x25\x51\x88\xb3\ -\x31\x72\xc8\xaa\xdf\x61\x88\xdb\xa6\xea\x41\x45\x1f\xcf\x2a\xce\ -\xcd\x1d\xd2\xd9\x65\x3e\x18\xd0\x74\x22\x1d\x36\xad\x37\x8c\xc2\ -\x7a\x08\xec\xd3\x44\x21\xa8\xcf\x1c\xeb\x5b\x87\xb0\xbd\x99\x01\ -\x1b\x0d\x38\x27\x7f\x1a\xa7\xee\xb1\xae\x71\xac\x93\x0a\x42\x37\ -\xba\x88\x64\x1a\x80\x9d\x55\x96\x0b\x52\x6b\x86\x26\xf5\xca\xdf\ -\xc9\xc6\x9c\x06\x0b\x05\x6d\x89\x06\x2b\xa1\xde\x05\x3c\x34\xde\ -\x81\x23\xde\x38\x9d\x21\x83\x16\x55\x0d\x57\x43\x5c\xf3\x7e\xd2\ -\xc7\xb4\x2c\x41\x36\x15\xb0\x50\xba\xd7\x59\x21\x52\x1a\xab\x5a\ -\x93\xad\x20\x3e\xa9\xaa\x8a\x99\x5d\xe2\x6b\x64\x84\xb5\x67\x31\ -\x4d\x87\x6e\x14\x23\x2c\xbc\xb4\x5c\xee\xa2\xa8\x9a\xee\x52\x95\ -\x33\x64\x9d\x6f\x80\x2f\x5b\x93\x7e\x71\xec\x61\x4e\x6a\x7b\xb8\ -\x6a\xbd\xd9\xc0\x07\xad\xb1\xfd\x88\x63\xe2\xee\x05\x86\xe7\x7d\ -\x85\x16\x27\xa8\x62\xdd\x08\x85\xbd\x68\x8d\xbb\x3a\x1c\xc5\x82\ -\x79\x10\x1a\x22\x78\xec\x8a\xaa\x38\x05\xb4\xa2\x4a\xdc\x7a\x0e\ -\xa0\x65\xa1\xb5\x12\xc5\xd7\x4f\x16\x81\xcc\x57\x35\x9f\x69\xfe\ -\x40\xa9\x5f\xb2\x97\xcb\x8d\x72\xa6\x23\x4c\xb9\xde\xdf\x6a\xba\ -\x4b\x03\x71\xef\xc8\xe7\x72\xe3\x88\x8b\x38\xd7\xf0\x62\x6e\x13\ -\x54\x29\x3d\x1e\x9a\x0b\x5e\x70\x66\x02\x3c\xd2\xe5\x68\x78\x3f\ -\x0c\x5c\x2f\xc3\x33\xa7\x2f\xa6\xc2\x22\x2d\xd8\x39\xf2\x85\x1a\ -\xfb\x62\xc3\xa4\x00\xd0\xd2\x1e\x86\xa0\x9f\x96\x53\xaa\x9a\x0b\ -\x6d\x44\x98\x28\xa2\xd1\xa2\x9a\x2f\xf0\x8f\x39\x02\xb2\xe9\x47\ -\x8e\xfa\xb5\xe8\x77\xfe\x3c\x0b\x94\x6a\xa0\xa2\xeb\xc5\xa5\xfd\ -\xce\xbc\x6f\x9d\x82\x86\x30\xaf\x08\x33\x33\x4c\x97\xe5\xaf\x8d\ -\x55\xdc\xd3\xaa\x63\x52\xa0\xba\x5d\x3a\xb0\xf2\x6e\xec\x70\x6f\ -\x81\x65\x37\x20\xfa\x28\xcc\x8b\x01\x51\xc1\xdf\x7a\x64\x4a\x9d\ -\x46\x03\xfd\xfe\x61\x22\xf0\x32\x47\xdf\xd3\x5c\xa8\x5b\xb3\x77\ -\x26\x92\xb8\xa1\x02\xa9\x03\x04\xe0\x71\x66\x81\xd4\x64\xc9\xc2\ -\x35\xe1\x1c\xa6\x42\xe1\x72\xe7\xef\x51\x71\x34\x49\x0b\x3d\x07\ -\xa1\x37\xb2\x36\x11\xd9\x15\x72\xef\x13\xf3\x3e\x11\x7b\xcb\x3f\ -\x7d\x33\x15\x1b\x81\xe3\xee\x6c\x4b\x5c\xce\x97\xe4\x93\x6d\x73\ -\xf2\x9c\x93\x3c\xa1\x3d\x80\xb1\x25\x3e\xe9\x25\x3b\x13\x4a\x6b\ -\x25\xed\x5e\x55\xd7\x80\x69\xd6\xd2\xe5\x52\x5c\xa0\x7c\xd6\x77\ -\x12\xe7\xd1\xca\x3b\x75\x87\xe6\x9e\xea\xa0\xdb\x21\x8b\xf1\xf7\ -\xf9\xda\x98\xcb\xed\x4d\x95\x79\x07\xd8\x3d\x54\xd3\x76\x92\xb2\ -\x0b\xe2\xe3\x6e\xea\xf2\x0d\x6b\x94\xf7\x68\xec\x34\xd7\x5d\xb9\ -\x39\x96\x4e\xbd\xd6\xd0\x3e\xdd\xa1\xbd\xce\xfe\xcb\x7f\x19\xf7\ -\xb0\xbb\x26\x09\x77\xa1\x7e\x77\x9d\x93\xb2\xe0\xcc\xcb\x69\x4f\ -\x6d\x42\x77\xb3\x19\x5c\xeb\x9e\x4f\x75\x52\xb7\x1a\x02\xcd\xb1\ -\xb9\x5a\xc8\xa3\xec\xc3\x11\x26\x04\xbd\xf4\xa0\x30\xa5\xa1\x46\ -\x43\x3e\x07\x56\xcf\x26\xbe\xcb\xac\x43\xd2\x44\x95\xac\x03\xbf\ -\x9d\xfa\xd1\xb3\x75\xf0\x98\x1a\x20\x0b\x24\x0b\x1c\x35\xd1\xec\ -\x4f\xd2\xfa\xaa\xab\xdf\xad\x30\x5f\xe9\x82\x42\x64\x94\x47\x55\ -\x2a\xc1\x32\x5e\x50\x6a\x17\x08\x67\xa1\x1f\xa8\x7f\xb3\xd2\x5e\ -\xe8\x94\x38\x79\x08\xd0\x99\x96\x59\xd3\x07\xf5\xc6\xa7\x26\x91\ -\xb1\x03\xe6\xc1\xab\xbd\xb5\x67\x7c\xd1\x40\x34\x2d\x34\x93\xcc\ -\x82\x58\xee\x11\x92\x7b\x36\x7d\x99\x74\xf4\x0d\x91\xa4\x49\xc1\ -\xba\xae\x2b\xed\x9d\x07\xe5\xb3\xd9\xc0\x9e\x93\x0a\x73\x0d\x5c\ -\x4f\x8d\x15\xa8\x47\x58\xf8\x7b\xde\x46\xd5\x88\x66\x49\xaa\x68\ -\xd3\x86\x64\x28\x53\x52\x27\xb3\x70\x6c\x14\x72\xbb\x12\xef\x3c\ -\x18\x62\x7a\x23\xd4\x33\x36\xea\x50\x0d\xf1\x35\x37\x81\xa4\x99\ -\xc3\xd8\xa1\x4d\xfb\x79\x21\xf4\x7d\xc6\xdc\xd0\x7a\xd2\x87\xc0\ -\x34\x5c\x92\xb8\xd3\xdd\xa0\x38\x53\xd0\xcf\xe9\xd4\x39\x75\x78\ -\x33\x49\x61\xe6\xcc\x79\xd0\x26\x52\x0e\x74\xf8\x9b\x8b\x53\x05\ -\x33\x53\x36\x81\x45\x5f\x98\xef\x9e\x9b\xf6\xcb\x8a\x8f\x9d\x08\ -\x5b\xb7\x4c\x49\x20\x00\x87\x53\xa9\x52\xd2\x21\x72\x18\xf7\x2d\ -\xec\xbb\x15\xd5\x8a\x4e\x2f\x0e\xfb\x6d\x7d\x37\x3a\xc1\x4b\xde\ -\x14\xd1\x41\x65\x7e\x8c\x36\x5b\x18\x2e\x1d\x42\x6a\x3d\x72\x7e\ -\x9e\xb6\xc2\x1d\xa0\x78\x0b\xa8\x4c\x8d\x10\x4d\x7a\x4c\x77\xfd\ -\x8a\x22\x58\x33\xe6\xa1\xe8\x0c\x61\x35\xac\x9e\x15\xd7\xd1\xd3\ -\x9c\x68\x86\x51\x45\xd3\x97\xe9\x69\xc0\xc1\x3a\xb2\x04\xb3\xa0\ -\x38\x84\xfe\x67\x54\x44\x69\x8e\x77\x4b\x35\x2e\xfb\x68\xc9\x3d\ -\xa0\x65\x86\x12\xe7\xbf\x34\xda\x0d\x71\x73\x22\x45\x05\xd9\x0e\ -\xba\xe8\x91\x83\xd7\x2c\x74\x83\x62\x94\xc5\x6b\x00\x1d\xd1\x30\ -\xc6\x94\x07\x61\xf4\xa3\xa9\xad\x22\x3c\xe9\xa3\x68\xc5\x47\x0d\ -\x5b\x9f\xe6\x4a\x45\xe7\xbd\x5f\x69\xb5\x66\x09\xee\x34\x47\xa7\ -\xdd\xf4\xf7\x2f\x52\x74\x68\xc8\xbc\x47\xcb\x88\x89\x32\xe7\xa7\ -\xd3\xd3\x94\x24\xe9\x4b\x65\xe6\xf4\x64\x05\x44\x43\x90\x99\x47\ -\x51\xd0\x82\x5e\x80\x2e\xbc\x1a\x03\x8c\xec\x1f\x0f\xe2\x35\xa0\ -\xf6\x1a\x9a\x9d\x37\xda\x71\xd1\x59\x1b\xb8\x82\x33\xfb\x71\x1f\ -\xbf\x73\xe7\xbd\x01\xd7\xe0\x41\xc4\xaf\xe1\xa2\x3d\xe7\xbe\xf1\ -\xf5\x21\xb2\x47\x6c\x4c\xbf\xf3\x63\xbf\xee\xd4\x16\x56\xe0\x76\ -\x35\xfb\x4d\x97\x84\xca\xd8\xe1\x0c\xb0\xb5\xd8\x9b\x00\xa5\xd5\ -\x9b\xe3\xeb\xfa\xc7\x1d\x90\x35\x0f\x3b\x7a\x01\x2e\xc1\xea\x06\ -\x8b\x92\xee\xac\x41\x7d\xca\x46\x8a\xea\x5c\xeb\x26\x22\x61\x5a\ -\x54\x40\x9b\xb6\xb6\x69\x41\xc3\x51\x8f\xf5\x51\x33\x69\x9e\x9d\ -\x6d\x52\x2c\x9d\x59\x2b\x8d\xca\xd7\xa3\x07\x4a\x8f\xaa\x84\x97\ -\xd8\x8f\xe2\xd4\xf5\x1a\xe2\x3c\x7f\x79\x5d\xfe\xef\xa2\x61\x73\ -\x7a\xae\x59\x92\x3e\xee\xcd\x31\xed\xa3\x17\x3a\xec\xcb\x5a\xe3\ -\x06\x7a\xc8\xae\x67\x68\x31\x2a\xf5\xfe\xc7\x28\xe8\x2b\x05\x5e\ -\xdb\xfb\xb5\x29\x88\x0a\x61\x8b\x7a\xfd\xa0\x5f\x3f\x4b\x02\x20\ -\xda\xee\xe6\x17\xa7\x66\x1b\xb6\xeb\x30\x23\xb2\xe1\x3d\xa7\x47\ -\x40\x34\x5d\x3d\x0c\xf7\x64\xdc\xbc\x9b\x79\x55\x28\x6f\x30\x1e\ -\x44\x5b\xbc\x83\xb3\x47\x09\xcd\x71\x15\x92\xf2\x09\x22\x4e\x36\ -\x97\x36\x0a\xa6\x5b\x15\x27\x78\x51\x8c\x1a\x6a\x4c\x9f\xaa\xfc\ -\xc5\x4d\x60\xd2\x2d\x13\x35\xc1\x0f\x63\xbd\xbc\x87\x63\xd8\x42\ -\x8c\x45\x2b\x81\x02\x7d\x61\x33\xf5\xbd\x73\xd2\x0e\xdf\x65\x10\ -\x6e\x6e\x41\x46\xef\x84\xe7\xe7\x5d\x80\x98\x3e\x26\x06\x78\x5f\ -\xf2\x02\x86\x0a\x83\x5e\x42\x59\xc1\x2f\x21\xa4\x0b\xba\x74\xa0\ -\x97\xa7\x36\xc5\x9a\x13\x4a\x27\x25\xcb\x18\x28\x74\x69\x58\x47\ -\xbb\x05\xed\xb8\x84\xd9\x3a\x70\x66\xcb\xc4\xb0\xec\x0b\xae\xe4\ -\x75\x77\xd2\xb3\x22\xcd\x9a\x95\x8f\x84\xe0\xba\x1c\x9d\x22\xcd\ -\xbc\x8b\xd0\x29\x0b\xf0\x9e\x2f\x25\xe8\xcf\x38\x2e\xf6\xcc\xad\ -\x90\xe0\x60\xfb\x02\x24\x39\x2e\xee\x99\x44\x4f\xbc\xcc\x18\xa1\ -\x67\x30\x75\xb7\xb0\xdb\x03\x15\x7d\x52\x56\x53\x82\xcb\xa6\x39\ -\xcd\x94\xa3\x67\x5c\x65\xb3\x01\x49\x54\x0d\xa3\xb0\x0e\x77\xc7\ -\x35\x51\x95\x76\xd9\x49\x4c\x04\x15\x8f\x77\xdc\x17\xe4\x56\x33\ -\xa2\xc8\x31\x6a\x4b\x3a\x0f\xbb\xf0\x3e\x26\xad\xe2\xb7\x8a\xfb\ -\x37\x07\x1e\x22\xc2\xf5\xf3\x53\x01\xa4\x87\xc3\x1b\xbb\xb8\x96\ -\xf4\xfa\x9a\x0d\xb6\xb5\x82\x78\x6d\x8a\xa9\xf0\x5c\x6c\x0f\x54\ -\xfc\x35\xdd\x83\xdc\xcd\xc1\x87\xbc\x89\x67\x2c\xfe\x31\xaa\xe4\ -\x30\x2a\x2a\xe7\x2f\xe6\x7f\xf2\xf3\x4b\xa6\xb5\x34\x93\x8e\x86\ -\x18\x4b\x43\xea\x03\xe5\x5b\xd7\x95\xe6\x04\xdb\x9b\xac\x71\xb0\ -\xdf\xbf\x43\xd7\x18\xd6\xf3\x71\xe0\x6c\xfd\xd4\xf3\x23\x77\xe1\ -\x0a\x2a\x00\x29\x48\x56\x18\xfe\x55\xf3\xec\x94\xd0\xbe\x57\x57\ -\x52\x8a\x8e\xdc\x90\x0c\x03\x96\x07\x25\xb0\xdc\xcb\xe6\xe4\x6e\ -\x84\x5e\xd2\x76\x44\xbb\x35\x5c\x62\x39\x3a\x48\xa1\xbe\x1f\x8c\ -\xa2\x63\x6d\x76\x8a\xa6\x1c\xd6\xd1\xfc\x86\xde\xc5\xa4\x21\x79\ -\xe1\xc8\x9c\xa5\xc7\xa1\x78\x4e\xab\x8e\xfc\x30\xe2\x19\x10\x6e\ -\xfa\x8c\x96\x71\xe1\x05\x5d\x6f\xea\x07\xba\x08\x1e\xce\x82\xe5\ -\x58\x36\x2f\xd9\x3c\xe4\x95\x1a\x32\xac\x59\x58\x9d\x97\x72\xdc\ -\x71\x14\x94\x2e\x47\xb8\x11\xa1\x97\x58\xc6\x0c\x70\xac\x57\x85\ -\x20\x6c\xb4\x53\xf2\xa2\x0d\x6d\x4f\x30\x13\xee\xa0\x52\xa8\x74\ -\x2c\xce\xd0\x6c\x3e\x0b\x91\xa2\xce\xd8\xf7\x76\x63\x8e\xa4\x6d\ -\xf2\xb8\x1b\xec\xcf\x6d\xd7\x5c\xec\x47\x23\xfa\xc3\x2b\xad\xc1\ -\x3b\xe3\x20\xbe\x67\x52\x86\x97\x17\x8d\x4e\xdf\x08\x06\x05\x79\ -\x31\x13\x13\xa7\x72\x52\xf3\xc9\xaa\xac\x5c\x1b\x72\x64\x06\xd9\ -\x7b\xff\xf5\xbf\xe7\x4d\x6d\x73\xa1\xec\xe7\xa5\x3a\xcd\x06\xfd\ -\x22\xf7\xdc\x20\xb4\xc0\xe5\x3c\x67\xc5\x9e\x77\xd8\x2a\x3f\x0a\ -\xa5\x6a\xaf\x87\x49\x46\xb7\x09\xf6\x91\x7e\x63\x4b\x18\x0a\xce\ -\x58\x16\x5c\x4b\x04\xa6\x8f\x59\xa5\x7b\x78\x7a\x4c\x49\x48\xd8\ -\x29\xe9\xb1\xf7\xd7\xbc\x2b\x22\x07\xd2\xdf\x09\xc7\x64\x0c\x36\ -\xed\x88\x29\xe7\x0c\xef\xdc\x8f\x92\x1a\xdb\x32\xfe\x82\x56\x97\ -\xd4\xb4\xb8\x07\x57\xa3\x28\x06\xc8\x18\x56\xf0\x59\xcc\x47\x6d\ -\xb0\x1f\xae\x5f\xa0\xd2\xba\x29\xb5\x09\x0d\x5b\xe3\x74\x0d\x8d\ -\x66\x4d\x7c\x53\xb3\xe3\x8c\x91\x32\x34\xf2\xbd\x29\xf0\x66\xe9\ -\x33\xf4\x9d\xb6\xaf\xd6\x00\x86\xe2\xee\x42\xd3\xae\x76\xe0\x56\ -\xd9\x01\x05\x44\xf0\x2c\x4f\x5b\x67\x6e\x74\x4d\xe6\xd2\x62\x78\ -\xad\xa1\xa9\x4b\x5e\x6d\x0a\x2b\x6e\xbe\x54\xef\x4e\x43\x60\x1a\ -\x34\x6b\x61\x80\xff\xad\x66\x88\x9a\xc8\x30\xcf\xb4\xff\x1c\xd1\ -\x1f\xd5\xdc\xd8\x69\xff\xe3\xec\x9d\x17\x3a\x7b\x4c\xce\x72\xfd\ -\x45\xc0\x6b\x9f\x6c\xff\x4e\x1a\xad\x06\xb0\x1d\x16\x1d\x57\xa3\ -\xe7\x4d\xba\x23\x35\x4d\xa1\xb4\x33\xc9\xd0\x6a\x1e\xeb\x94\x0e\ -\xc0\xbf\x9a\x55\xbf\x27\x42\xff\x3c\xac\xfc\xc5\x81\xff\x0e\x16\ -\x72\xea\x28\x63\x52\x41\xfe\xdc\x6c\xcd\x3b\x95\x2f\xf6\x1a\xaf\ -\x41\xf7\xb3\xb3\xb0\xdd\x81\x2d\x2e\x46\xd3\x69\x91\xc6\x04\xaf\ -\x6a\x12\x49\xaa\xa4\x01\x13\x02\xd5\x85\xbd\x37\xb6\xa8\xef\x6d\ -\x9f\x2e\x49\xd4\x9e\x7b\x30\xbc\xd2\x30\x23\x9b\xc4\x75\x68\x83\ -\x22\x0a\x80\xf2\x6c\x46\xd0\x56\x63\xd2\x2a\xce\xc0\x10\x01\x7d\ -\x76\xd3\x1f\xa1\xbd\x43\xfb\x8c\x1f\x02\x2e\xac\x03\x10\x66\x10\ -\x7e\xa0\xb8\x21\xf7\x6e\x53\x2a\x24\x38\x1f\x40\xcd\xe5\xe7\x7b\ -\x32\xca\x9a\x0e\x9b\xc8\xa8\xd8\x3f\xe0\xb4\x4d\x97\x46\xc1\x96\ -\xce\x64\xf1\xcf\xb4\x5a\x23\x69\x86\x56\x3f\xa8\x13\x39\x1c\x0a\ -\x6f\xfb\x39\xc2\x00\xd9\xbe\xc7\x68\x3e\xc3\x29\x75\x8f\xba\xf6\ -\x69\x4e\xf4\x6c\x96\x9f\xd3\xe2\x54\x0c\x1a\x3d\xd0\xff\xf3\x8a\ -\xa9\x8f\xb8\x7d\x6d\xcc\x2f\xe9\xe2\x2f\x81\x6b\xb3\x83\x1b\x94\ -\xbe\x53\xc8\x1e\x4e\x71\x42\x87\x5b\x51\xa7\x62\x98\x8c\xac\x5b\ -\x19\xc6\x68\x9f\x1e\x52\xe7\xe2\xb2\xf7\x00\xd7\xed\x3c\x4a\x2b\ -\x7e\x66\x92\xb3\x1c\x8e\x35\x65\x0b\x6c\x34\x8e\xe5\x0f\x25\x28\ -\x34\x23\x82\x44\x0e\xda\x10\xd3\x4b\xde\xcf\x44\x82\x47\x78\x65\ -\xf2\x8d\xd5\x9c\x45\xb4\x67\x49\xd8\x45\xff\xb7\x91\xa1\xd1\x10\ -\xd7\x68\x10\x0a\x5d\x9c\x17\x5f\xef\xcc\x53\xb4\xa7\x4e\x45\xec\ -\x17\x0e\x3d\xbb\xf4\xfe\x3e\xb6\x97\x16\x1b\x53\x70\x99\x21\xae\ -\xb1\xe0\xa3\x20\x64\xaa\x0d\xab\x87\xab\x8f\x4f\x5e\xc4\x9d\x9e\ -\x48\x1a\xd2\xa6\xbd\xf8\xa2\x81\xa4\xa5\x9b\xe1\xe1\xcc\xb5\xcb\ -\xc5\xc2\xac\x76\x55\xc0\xf4\x63\x97\x90\x30\xe8\x28\x50\x00\xb6\ -\x06\xa9\x5d\x14\xfb\x65\xba\xf0\xc6\x25\x47\xda\x07\x53\x8a\x88\ -\x7b\x00\x34\x1a\xfd\x27\xc3\x31\x69\x5a\xc1\x36\x93\xae\x86\x0c\ -\x72\x01\x02\x3e\xdf\xdb\x8d\x52\xa0\x3d\xc3\x49\x74\x4c\x76\x55\ -\x5f\x12\xc4\xb5\xfd\xbe\xce\xdf\xf7\xce\x31\xa8\x92\x65\x79\x6c\ -\x6b\x90\x23\x3e\x86\x4f\xbd\x03\x46\xb3\x25\x89\x18\x72\x5e\x86\ -\xcc\x4f\x8a\x54\x5f\x7f\xe3\x1d\x04\x6d\x30\xf6\x35\x61\xea\xc3\ -\x88\x87\x9b\x4f\x4d\xdf\xfc\xff\x0e\x5d\xd1\x49\x85\x8c\xfc\xab\ -\xe3\x3c\x29\x3b\x62\x7d\xd0\x9b\xeb\x22\xb4\xcb\x86\x15\x00\xff\ -\xf3\xe8\xb4\x6a\xb2\xd0\x40\x14\x77\xf9\x3b\x69\x17\x8b\xb8\x2e\ -\x03\x6d\x53\x49\xe2\x74\x90\x82\x3e\xd7\x56\x51\xa3\xce\x69\x77\ -\xa1\xbc\x66\xc9\xfe\xd4\x8e\xd5\xe4\xd5\x4d\x66\x34\xc2\x1b\x57\ -\xd2\x35\xf2\xb7\xac\x90\x43\x69\x6a\x1c\x7b\xe0\x2e\x02\x59\xcc\ -\xe9\x31\x35\x3e\x80\x07\x4e\x4b\x34\xcb\xa7\xbe\x82\x93\x2e\x1d\ -\x85\x73\xd7\xd1\xf5\x69\xdc\x37\xc3\x06\x3d\xe8\xba\xa7\x3e\x46\ -\x3b\x5a\xda\xd6\xf8\xe5\x2e\x5e\x45\x6f\x12\x73\x3c\x7b\xcb\x59\ -\x01\xdc\xfd\x72\xf9\xf9\xd7\x45\x06\x41\x6d\x15\x9f\xb6\x85\x73\ -\xed\xd4\x49\x55\xb6\x8e\x0e\x04\x97\x96\x3c\xc2\xa7\xbf\x05\x97\ -\xce\x06\xc5\x9b\x72\x5c\x47\x93\x1f\x0d\x85\xa7\xbc\xec\x2a\x04\ -\x59\x5b\x0e\x59\x3e\xbf\xdb\x90\x67\xc8\x61\xee\xb3\xc7\x79\x33\ -\xa7\x3c\xfb\xbf\xf0\x54\x50\x99\x56\xe4\x36\xe4\x08\x53\x99\x3d\ -\xc4\xf9\xaa\x7d\x4f\x68\x53\x58\x98\x40\x6f\xdf\x9f\x2a\x6c\x1b\ -\x48\x21\x0e\x64\x55\xe4\x80\xfd\xf9\x9e\x73\x28\x1b\x58\x3f\x84\ -\x37\xa5\x4e\xfc\x2a\xc1\x1e\x59\x6e\x9d\xf6\x18\x37\xd9\xb3\x61\ -\x95\x6c\xec\xba\x29\x49\x00\x17\xca\x7b\xe8\xc4\xb7\x0b\xf7\xc9\ -\xb5\xc4\x9a\x0d\x2e\xf2\x1c\x09\xf7\x47\xe9\xf7\x9a\x50\x9b\xcc\ -\x50\x4d\x6f\xa8\xc5\xb3\x64\xce\x9f\xb3\x07\x1e\xeb\x45\xd2\x42\ -\xbd\x4f\x5c\x83\x6e\x9c\x36\xe9\x2a\x98\x8e\x74\xcf\x98\x04\x63\ -\xe4\x4c\xf7\xda\x7f\x98\x8e\x3a\x42\x47\xde\xe6\xf8\x2c\x8f\xda\ -\xc7\x9b\x46\x79\xd6\x7d\xaf\xd3\x7d\xac\x61\xae\x64\x77\x28\xf5\ -\x61\x87\x7d\x17\xd2\xb6\x27\xe4\xb1\x32\x07\x9d\x2f\x82\x90\x5f\ -\x27\x5a\x04\xbd\x5d\x7f\x9a\xd2\x3c\x1e\x19\x78\xc1\xb8\x48\xbf\ -\x1c\x92\xc8\xf0\x79\x68\xc9\x9e\xd3\x0a\xa3\xfa\x46\x93\x2c\x7d\ -\x64\x17\x75\xcc\xcb\xc4\xe3\xa1\x39\x1e\xe1\xb7\x4e\x97\xf3\xfa\ -\x40\x5b\xb8\x7d\x81\xee\x05\x30\xa4\xd9\x58\x0b\xd5\x8e\x60\xed\ -\xeb\xba\x0c\xe8\x38\x6a\xc5\x0c\x04\x6f\x82\x5d\x85\xa6\x4e\x57\ -\xfa\xd9\xb5\x9a\x3e\x8f\x4e\x9a\xe6\xea\x47\x51\xfd\x39\xf1\x4c\ -\xad\x04\x38\x68\x4c\xeb\x25\x45\x97\x02\x96\x8a\x86\xe1\x17\xe9\ -\x88\x38\x1d\x39\xeb\x57\xd1\xf9\x3b\xd9\xf6\x19\xbb\x6e\x12\xbb\ -\x7d\x3e\xd6\x11\x06\x4d\xb4\x3c\x6f\xcb\x6a\x35\xd1\xe6\x8e\xed\ -\x6e\xe0\x61\x66\xd7\xa9\xe2\xff\x4d\x27\xc8\x6c\x0e\xde\x01\xcb\ -\x29\xd4\x72\xac\x4a\xb3\x12\x02\xd6\x65\x4d\x05\x6b\x6e\xb4\x44\ -\x10\xf0\xc5\x5d\xad\xfd\x73\xd9\xce\xb1\x5d\xcb\xb3\x97\xe4\x51\ -\xc8\x77\x5a\x47\xa7\x90\x18\x6d\x0e\xaf\xf4\x83\xdc\x5e\xc2\x6d\ -\x4a\x40\x39\x35\xa1\x6e\x13\xea\x1a\x2b\x56\xab\x3e\xc8\x27\x2f\ -\x76\xa8\x71\x69\x6b\x18\xad\xa0\x6d\xc5\x6b\x2c\xe8\x8e\x66\xbe\ -\x1c\x16\xac\x2e\xfa\x56\x2e\x91\x9c\x6f\x58\x75\xe4\x7b\x08\x97\ -\x5b\x81\xa0\xca\x8f\x29\x4b\x21\xf2\xa5\x83\xd8\x67\x88\x6c\xa3\ -\x7a\xb1\x94\xa1\xc3\x28\x3e\x29\xe7\x34\x96\x99\xa1\xd2\x70\x46\ -\x7a\x50\x3c\xd4\x1b\x60\x52\x43\xe3\xa5\x3b\xc2\x25\x3a\x42\x69\ -\x11\xad\x6d\x72\x66\x07\x89\x9b\x40\x1c\x01\xc0\x8a\xfd\x95\xa6\ -\xd7\x69\x20\x27\x5d\x89\x0e\x4a\x8c\x85\x05\x3b\x02\xb4\xef\x42\ -\x70\xd6\xe4\xbf\x76\xad\x52\xe4\xc2\xdf\x98\x14\xc4\xdd\x36\xce\ -\xba\xb8\x21\x84\x9a\x9a\x90\x07\x25\x47\x6f\xa3\xa9\x30\xe7\xa1\ -\x41\xee\x78\x18\xef\x39\x6c\xb2\x35\x91\x49\x75\x6b\x62\x6d\xba\ -\x1b\x7a\x29\x64\xa8\x0e\xb3\x53\xec\xde\x1a\xa2\x12\x74\x06\x9f\ -\x9e\xb2\x69\xfd\xa6\xc1\x2b\x33\x14\x9b\xe4\xee\x08\x4d\xf0\xe9\ -\x54\x34\xb4\x81\x38\x67\x23\xaa\x6c\x46\x2b\xfc\x0c\xd5\x84\xae\ -\xdc\x7f\x2b\x1c\xe5\xd8\x9a\xc4\x04\x18\xc6\x85\x2c\xc7\x44\xab\ -\x69\xea\x1a\x53\x3f\x8a\xaf\xb0\x74\x8e\x7d\x29\x8a\xd2\x99\x80\ -\x8d\xbe\xe4\xe8\x9e\x45\xb3\x15\x68\x22\x4d\x70\x4f\xa4\x00\x5f\ -\x33\x85\x9e\x5b\xe3\x95\xcd\x8d\x0c\x5d\xd6\xd7\x86\xdb\x9b\xe7\ -\xfa\x67\x93\xee\xf5\x2d\xef\x09\xd8\x55\x7c\x24\x0d\xd0\xdd\xa1\ -\x86\x46\xcf\xed\xef\x83\xc2\x4c\xe7\xa4\x05\x03\xd1\x17\xa9\x66\ -\xcf\x4c\x7a\x6e\xf3\x92\xf0\x02\x76\x91\x26\x8d\xa7\x1a\x52\x8f\ -\xb3\xd0\x3e\x05\x73\xba\x2d\x4c\x67\x2a\x5c\x93\xd9\x07\x95\xad\ -\xed\xcf\xa2\x25\x62\x14\xf0\xa5\x9b\x52\x60\xdb\x14\x9f\x13\xc9\ -\x96\x14\x03\x9b\x9d\x6d\xa3\xf1\x05\x60\x14\xef\xb3\x15\x34\x3d\ -\x6f\xb1\xce\x70\x6e\x05\xcf\xb3\xf1\x1b\x53\xcc\x34\x46\xa1\x89\ -\x7a\xeb\x2a\xca\xdf\x20\x95\xcc\x26\xb8\xa6\x01\x9a\x97\xed\x93\ -\xfa\xf9\x85\xce\xf7\x00\xc1\xf4\x75\x3a\xa5\x5a\xbf\x4b\x32\xda\ -\xc3\xfe\x19\x7b\x86\x93\x88\x82\x68\x63\x3b\xdd\xe5\x1f\x17\xc6\ -\x6b\x1a\x4c\xdd\x8d\x3a\xc3\x8d\x7e\xd5\x69\xc8\x41\x87\x93\x76\ -\x36\xd3\x30\x50\x08\xc6\xc9\x45\x93\x7a\xcd\xcd\x04\x83\x99\xd0\ -\x72\x4e\xd3\x10\x22\x42\x59\x98\x6d\x3d\x4f\xc7\xc4\xd0\x3b\x39\ -\x25\x8a\x28\xf5\x3d\x50\xc9\x33\xa4\xb4\x4e\xe1\x8e\xa1\x23\xaf\ -\x32\x51\x6f\xee\x26\x49\x5d\xab\xeb\x08\xf7\x45\x8d\x1a\xdd\x75\ -\x3e\x76\xbf\xf1\x72\x3a\x7d\x3a\xf7\x5a\x93\x72\x0b\x61\x61\xb5\ -\x84\x0c\x6f\x5a\xe2\x39\x80\xdc\x74\x44\x5b\x14\xc6\x4e\xe9\xc4\ -\x1d\xf5\x4e\xa7\x65\x87\x04\x42\xd3\x9f\x02\x8b\x2b\x9f\x4e\xdd\ -\xe8\x4a\x03\xb1\x27\x31\x9b\xf8\x63\xff\x86\x25\xb7\xe8\x06\xe3\ -\x6e\xf9\x78\x7c\x50\xce\xa6\x61\x0c\xb4\x8c\xc5\x22\x49\xe3\xd6\ -\xa7\xbb\x33\x12\x84\xf1\x7b\x09\xc6\x30\x98\xfa\x6d\xaf\x53\xe4\ -\x2a\x13\x85\xf6\xb3\x7a\x04\xc8\x9c\x16\xa1\x32\x11\x9b\x8b\xaf\ -\xcc\x8d\x53\x61\xc8\xff\x2d\x76\x90\x9a\x93\x23\xca\xc9\x39\x82\ -\x6a\xe3\x3d\x97\xd3\xf3\x74\x45\xc6\x9a\xf1\x33\x56\xa0\xef\xc6\ -\x2a\xfa\x8f\x7f\xe7\x3b\xef\x83\x6e\x18\xd6\xeb\xcd\xd2\x75\xfb\ -\x33\xc4\x51\xdf\x51\xf9\x36\x07\xdd\x58\xf6\xdd\x68\xd9\xc8\xe6\ -\xbe\x82\x59\xd7\x60\x6e\x9c\x61\xec\xf9\xbb\xfd\x7f\xee\x7d\x63\ -\xef\x6d\x13\x4e\x21\xf0\xb5\x3c\xb6\x47\xca\xa4\x63\x0b\x64\xdb\ -\x3f\x8b\x1c\xb2\xae\x4b\xec\x35\x24\x35\xa6\x50\xbe\xaf\x00\x57\ -\x20\x35\x51\x8f\xca\x47\x14\x4a\x82\xad\xd6\xc4\x92\x34\x9a\x7f\ -\x03\xd3\x42\x17\xbc\x68\x8d\x46\x3b\x22\x9e\xfa\x99\x19\x2e\xc9\ -\x09\x22\x4b\xcb\xac\x0a\x8d\xa8\x3b\x1e\x0b\x74\x68\xa8\xd0\xdd\ -\x2d\x9b\xe6\xd1\xff\xdf\x27\xd5\x8f\x09\xac\x26\x65\x89\x29\x39\ -\xe1\x09\x80\x72\x86\x9f\xbb\xbf\xb5\xde\x2e\x1e\xb7\x5a\x67\xfd\ -\x5f\xff\xe7\xff\xf1\x7f\x4b\xda\x8c\x22\x13\xcc\x8d\x46\xa0\xd8\ -\xf7\x9d\xf4\x3a\x6d\x0e\x19\xe4\x21\x80\xb7\x93\xb9\x93\x2e\xb2\ -\x09\x4a\xe2\x8b\xc4\x6d\x58\x03\x09\x52\xc9\xf1\x6d\x5a\x5e\x6e\ -\xa4\xbd\x2e\x1d\x22\x0b\x05\xe3\xd6\xdf\x22\xf3\x53\x69\x88\xe0\ -\x59\x1a\x5b\x3f\xd8\xf7\xc7\x78\xb0\x6d\xc3\x98\xb6\x66\xe3\xa3\ -\x3b\xd2\x34\xc1\xcb\xb5\x12\x30\xd7\xb9\xca\x54\x33\x07\x3e\x3e\ -\xd0\x19\x5e\x66\x1e\x20\x81\x2a\x50\xa5\x5d\xd7\xf4\x42\x2a\xb4\ -\x38\x8a\x2c\xd7\x6a\x11\x23\x17\x6b\x6e\x76\xe5\xd4\x05\x21\x12\ -\xa9\xd9\x91\x53\x14\x15\x87\x97\xbd\x87\xed\x39\x06\x69\xdf\x29\ -\x75\xb0\x31\x2f\xdc\xfa\x71\xfa\x97\x53\x26\x1c\x3a\xb7\x29\x20\ -\xe1\xc6\xc7\x43\x45\x29\x93\xed\x95\x24\xa9\x36\x9f\xcc\x99\xf0\ -\x30\x55\x55\x3f\x6c\xa3\xab\xff\xf8\x77\xe7\x07\x1a\xc4\xbc\x20\ -\x64\xbf\xdf\x34\x2e\xf6\xdd\xb6\x6c\x77\x04\x52\xec\xfd\x9b\x13\ -\x43\x6e\xae\x51\xd7\x75\x61\x2d\x1b\x83\x17\xcf\xb3\xa2\x1f\xf3\ -\xf3\xe9\xae\x85\x2d\x62\x36\xef\xc9\x8d\xb6\x1c\x22\xcd\xa6\x28\ -\x52\xb8\x5d\xaf\x04\xc5\x1f\xf9\x75\x1e\xb3\x54\x61\x32\xa6\xab\ -\x77\x72\x6a\x2d\x9c\x78\x4e\x25\x6e\xf9\x75\x97\x3e\xb7\x21\x67\ -\x06\xaf\xcb\xcc\x34\xfc\x99\x47\xfe\x47\xf3\x9a\x37\x2b\x7d\xbe\ -\xb0\xe9\xf6\xe5\x17\x7f\x97\x5d\xa3\x75\x81\x79\xe1\x83\x3f\x8e\ -\x76\x20\x09\x47\xb5\x47\x14\x5b\x3e\xa9\x81\x99\xae\x51\x96\xa1\ -\xc5\x8d\x96\xb0\xcb\x0e\xcd\xe8\x04\xb0\x00\x4d\x49\x0a\x13\x39\ -\xba\x1a\x93\xd3\xdb\xb4\x7c\xe2\x28\x1d\x19\xc5\x0e\xd6\x53\x41\ -\x09\xb8\xf7\x1f\x33\xac\xb1\x70\x31\x30\xa9\xd3\x56\x63\x32\x53\ -\x86\x26\x14\x2e\x73\xd4\xb4\x45\x29\x68\x5f\x69\x92\xa2\x2d\x74\ -\x73\xf7\x5c\xb4\xc5\x40\x0b\x70\xa5\x65\xd6\xb7\x4c\x26\x0e\x57\ -\x47\x77\x39\x9c\x90\x08\x1e\x5c\xd9\x5c\xac\xfc\x6c\xaa\x28\xe4\ -\x9d\x89\xf4\xc4\x67\xf3\xe3\x14\x5c\xc6\x13\xd9\x0f\x34\x15\x0d\ -\x60\xa1\x83\xae\xca\xc0\xd6\xed\x99\x21\xce\x21\x8f\xe8\x08\x98\ -\x1b\xd3\x16\xbb\xc0\xe2\x0c\x29\x2d\x9b\x8b\x85\xd5\xf2\x84\x04\ -\x72\xfc\x2e\x7b\x87\xb7\xee\x5c\x63\x4c\x45\x65\xa9\xcb\xd7\xf6\ -\xaa\x78\xae\x07\x73\xfc\x3b\xa3\x4f\xe6\x94\x90\xb8\xd1\x21\x6a\ -\x8d\x89\xde\xb5\xf5\x38\x62\x23\x38\x1d\xf8\x24\x68\x5b\x8a\x43\ -\x23\xe4\xfb\xe3\xfe\xa4\x03\x97\xed\x0f\x1d\xfc\xf3\xcf\xfd\x71\ -\xa0\x46\xfd\x3c\x91\x32\x10\xa0\xd0\x74\x19\xf8\xb3\x52\x03\x90\ -\x66\x6e\x9e\xf3\x44\xad\xf8\x6f\x05\x1b\xd4\x27\xc5\xde\x30\x69\ -\x06\x26\x34\xe3\xba\x9d\x7a\x2e\x22\x73\xc1\xa3\xd6\x80\x8b\xfc\ -\xe6\xde\x0d\x0e\x7f\x3c\x9f\x2a\xa0\x24\xd7\xfb\xbb\x50\xfc\xa9\ -\xa5\x48\x44\x7b\xef\x97\xa0\x72\xdb\x0f\xb6\xff\xeb\xdc\x48\x47\ -\xc7\x68\x40\xd5\xa7\xd9\x50\x8b\x6d\x68\x1e\x78\x8b\x16\x48\x09\ -\x22\x9f\x2a\xea\xbc\x20\xe7\x6c\xfe\xc5\xfe\xbe\xef\xed\xa4\xd5\ -\xc1\xde\x83\xa8\x40\xe4\x0f\x14\x7b\x84\x55\x07\x1d\xdc\xa6\x35\ -\x1b\x90\x5d\x34\xd1\xa4\xc5\xae\x74\x17\xec\xd3\xb6\xb8\xa7\xd6\ -\xb2\xfb\xf3\x73\xdb\xfa\x22\x5e\x96\xef\xc2\x3f\x16\x65\xa0\xa5\ -\x7f\xb3\xa5\xe9\x66\x1a\xf5\x9a\xed\xe7\xbb\xc3\x6f\xd2\xc1\xfd\ -\x79\x11\x13\xd6\x15\x39\x93\x3d\xa5\xbb\x05\xfa\x12\x59\x4e\x17\ -\x69\x9e\x3d\x4c\x2d\x33\x88\xac\xbe\xa0\xa4\xf4\xc4\xe4\x33\xdc\ -\xe9\x2e\xdc\xf2\xaf\xe7\xdf\x04\x8d\xb9\xa6\x6f\xc4\x84\x0d\x01\ -\xad\x85\x95\xd9\x56\x82\x4d\xdb\xeb\x01\x2b\xfe\x16\xbb\x85\x39\ -\x14\x2a\xfe\xff\xfb\x7f\xdf\xf8\xcd\xba\xe2\x6a\xd6\xd3\x4a\x41\ -\x07\xfe\x94\x2e\xd2\xb3\xec\xd0\x5c\x2f\xc5\x9b\x80\x6c\x0a\xdd\ -\x9e\x9e\xf8\x02\xc8\x72\x02\x91\x67\xb2\xe6\xf4\xd5\xad\x76\x3d\ -\x73\x6e\xb7\xc9\xf1\x5c\xab\xa2\x9f\x61\x76\x11\x81\xda\xec\xcf\ -\x52\x68\xa7\x3d\x3b\xbf\x44\x6a\x24\x98\x10\xcd\xf1\x98\x9c\x12\ -\x7e\xe5\xd7\x63\x49\xa8\x5e\x3d\x15\xf0\xb3\x3d\xc7\xa8\x46\xb9\ -\xed\x6e\x61\x82\xca\x7d\x68\x26\xa7\xbe\x76\xdf\x9f\xbf\xf6\x65\ -\x91\xa7\x68\xb9\x4d\x97\x4f\xab\x23\xf3\x57\xdb\x7a\xd4\xfc\x0c\ -\xe5\x54\xdd\x3e\xdf\xd0\xea\x23\x7f\xe6\xef\xe7\xe3\x00\x2f\xa5\ -\xb6\x3b\xf5\x6f\x51\xd3\xb8\xf9\x09\xbb\xfd\x3a\x85\xfb\x2a\x59\ -\x0e\x6b\xe9\xb8\x68\x64\xb0\x11\x11\xee\xbd\x71\xcb\xc6\xef\xfd\ -\x8b\xfb\xf3\xf1\xc8\x03\x63\x52\xfc\xe7\x9f\xff\x38\x0d\xef\xce\ -\x26\x3b\x68\xec\xe2\xd9\x55\xe6\x1b\x50\x76\xe1\x7b\xdf\x10\xa9\ -\x6c\x35\xf5\x5a\x32\xe4\x10\x5d\x13\xca\xf4\xe3\xae\x80\xc5\x20\ -\xb5\x3a\xe5\xca\x7f\x76\xcb\xbf\x56\xd7\x52\x48\x14\x64\x38\xc4\ -\xaa\xef\xdf\xc3\x7e\xc0\x9b\xab\x8d\x7b\xff\xf1\x46\x37\xf4\xd1\ -\x0e\x6c\xb0\xb9\x77\xff\xca\xed\x75\x8b\xd3\xb0\x6f\x77\x96\x3e\ -\xb4\x6a\xc9\x2f\x22\xfb\xbb\xc1\xe4\xb9\xef\xdf\x69\xe8\xe4\x51\ -\x13\x50\xb7\x4e\xd3\x1a\x14\x2c\x7f\x5f\x5d\xaa\xf3\x7b\x6f\xbb\ -\xe7\xdd\x84\x46\xe0\x14\xc8\x27\x22\xe9\x2e\x51\xdb\xb4\x11\x6b\ -\x50\x91\x3a\xb5\xc3\xa7\x3c\xbc\xc6\x74\x41\x3a\x2d\xee\x05\xc1\ -\x3d\x45\x9f\xdd\x25\x4a\x1e\x13\x21\x32\xfb\xc7\x66\xc5\x4c\x1d\ -\x7d\xda\xf2\x70\x4a\x39\xa7\x3f\x6b\x5d\x6d\x93\x3f\xb3\x90\xba\ -\xb8\xf6\x5b\x88\x1c\xb5\xdc\x22\x3e\x2e\xd6\x3b\xb8\xe5\xba\x52\ -\x5b\x92\x8d\xf2\x11\xdc\x16\x69\xee\x39\x95\xc8\x5c\x90\x03\x8f\ -\x6e\xdf\x83\xf9\xca\x66\xea\xcd\x2e\xf4\xba\xae\x47\x68\x5b\x06\ -\x2d\x03\xe0\xf5\x63\xe3\x4f\x15\x37\x50\xa0\xd1\x81\xaf\xf5\x33\ -\xec\x9b\xa7\x03\x9c\x60\xd1\x65\xae\x7c\xcd\x78\x41\xda\x33\x5e\ -\x64\x39\x68\x33\xdd\xfc\xc7\x2f\xfa\x8d\x7f\xdc\xf5\x2f\xe8\x16\ -\x4c\xf3\x60\x58\x2f\x76\xb1\x81\xdc\x89\x28\xfe\xf9\xf9\x49\x5a\ -\x88\x84\xa1\x84\x56\x7e\x56\x8e\x72\x77\x38\x13\xce\x4c\x9b\x3e\ -\x0d\xca\x7c\x10\xad\xe0\x6b\x9b\x2c\xf1\xd7\x5c\x88\x45\x3f\x35\ -\xf6\x76\x1d\x50\x22\x7a\x2e\x90\x7e\x13\x55\x4b\xfb\xfb\x8c\xc3\ -\x2a\xbf\x4d\x29\x16\x96\x5b\xca\x76\x54\xb7\x7e\x42\x52\x35\xf5\ -\x89\x82\x5b\x93\xfa\x83\x3b\x94\x5d\xd4\xdf\x63\x70\xb2\xd1\xd0\ -\x42\x4e\xa3\x12\x9b\xee\xfa\xe8\xba\x35\xcd\x71\x40\xc4\x94\x36\ -\x38\xdd\x83\xe6\xe4\xff\x8e\x9a\xdd\x7d\xbf\x54\xf5\x70\x6a\xeb\ -\x46\xd5\x7d\x42\xf2\x4e\xc1\x7c\x71\xfe\xc1\x34\x5e\x29\x9d\x1f\ -\x32\x6c\x31\x03\xab\xc7\x3e\x68\xc6\x1b\x91\x73\x42\x32\x34\x01\ -\x12\xcd\x24\xb6\x07\x6e\x07\xa5\x61\x0f\x0e\xfb\xdb\x99\x21\x5a\ -\x6e\x9e\x93\x2a\xec\xeb\x42\x5b\x96\x09\x3f\x45\xfb\xdd\x61\xac\ -\x7f\xa7\x61\xda\xd2\xa7\x63\x34\xf3\xa6\x22\x2f\x29\x1b\xd8\xe1\ -\xac\x27\xe9\x10\x36\x8b\x7f\x6a\x66\x24\x84\x69\x0d\x1e\x56\xba\ -\x8d\xce\xcc\x57\xa3\xb4\xaa\xa3\xde\xea\x86\x09\x66\x0e\x93\x3c\ -\x7f\xcc\x0c\x15\x7a\xa3\x62\xea\x4b\x96\xd7\x41\x8f\x09\x3a\xa2\ -\x10\x9a\x2e\x88\x52\x7b\x16\x39\x33\xa5\x51\x3d\x69\x2a\x6d\x12\ -\xb4\xd8\x01\xb7\xd9\xfc\x84\x33\x2c\xf5\x89\x40\x73\x55\xa3\x07\ -\x27\xff\x69\xc6\xf2\xb7\xfb\xad\x17\x42\x6f\xc6\x23\xf1\xe7\xaf\ -\xd4\x84\x68\xe3\x0d\x23\xa7\x42\xcb\x03\xe6\xad\xf8\x95\xb4\x0a\ -\xf7\x64\x19\x30\xf6\x28\x9a\x73\x7d\x27\x55\x55\x41\x74\xc7\x5c\ -\xdc\xf7\x82\xd1\x07\xe1\x54\xbc\x7e\xbf\x5e\x3c\x27\x4b\xd4\xa8\ -\x48\xf3\x6e\x35\x64\x7e\xea\xb6\x9e\xd4\xc7\xb0\x86\x2f\x05\xea\ -\xed\x2e\x74\x86\xb0\x2f\x37\xa9\xe8\x32\x80\x60\x57\x64\xf8\xe5\ -\xcb\x30\x32\xe2\x55\x2c\x50\x94\x92\x2d\x40\x34\x9f\x3b\xf0\xbf\ -\xd9\x3d\xe3\xeb\x24\xc0\xb4\x98\xd8\x59\xce\x60\x45\x15\xc4\x19\ -\x1a\x08\xf8\x5a\x3f\x39\x09\x27\x65\xc0\x1b\x46\x11\x03\x2e\xc6\ -\x54\x82\x3c\xf7\x6b\x04\xfd\xd2\xf0\xca\xe9\xec\x15\x6b\xe4\xaf\ -\x5c\xdf\xd2\x19\xc9\xca\xcd\x44\x25\x68\x98\x92\xe6\x3b\x9d\x16\ -\xde\x69\x6a\xac\x26\x7f\x70\xab\xc9\xa4\x28\x76\x7a\x2d\x0e\xed\ -\xfa\xd0\x64\x1f\xfa\xf9\x30\x27\xfb\x56\x33\xcd\xf3\x91\x1e\x4c\ -\x85\x64\xb0\xd0\xf3\x0e\xfb\xef\xe7\xfe\xcc\x89\xa2\xc3\x21\x55\ -\x7c\xbd\xbe\x1a\x5f\x84\x5e\x90\xf6\xc3\x9c\x42\xdb\x77\x66\xfe\ -\x69\x9a\xa8\xdd\xa6\xd3\x78\xd0\x4b\x47\xed\xe9\x4c\x80\xa0\x56\ -\x17\xfd\xac\x01\x2b\x6a\xf5\xd9\x99\x2f\xd7\xb5\x46\x27\x10\xd3\ -\xa9\xc4\x06\xba\xf3\xeb\xd9\x92\xf7\xf5\xde\x90\xcf\x8d\x7d\x7f\ -\x2a\x42\x61\x5d\xd5\x2c\xc2\xf4\x96\x65\x80\xb2\xd3\x71\x55\x95\ -\xb3\x99\x9f\xa6\x0d\x3c\xa6\x9f\xe4\x91\x3b\xa9\xbf\xca\x7f\xee\ -\x13\x34\x9e\xe7\x67\x36\x42\x6a\xe0\x68\xa7\xd7\xf7\xe8\x26\xf2\ -\x1e\x42\x73\x38\xb1\x1a\x8d\xf6\xae\x53\x5f\xcc\x1f\x81\x42\x0e\ -\x62\x96\xb4\x8d\x98\xa5\x2d\xc7\xec\x59\x4b\x9f\x67\x6e\xff\x4f\ -\x3b\xbf\x9a\xf3\x63\x44\x1c\x41\x8c\xd9\xd4\x6a\x74\x15\x4d\x83\ -\x17\xcd\xc0\x7a\x67\x73\x49\x19\xe9\x58\x7e\xeb\xe1\x8d\x4f\x0e\ -\x15\x8d\x51\x1c\xd1\x81\x4c\xad\x61\xb5\xdc\x47\xcd\xf9\x4b\xc5\ -\xf9\xf3\x8b\x53\xd0\x47\x74\x6c\x50\x7f\xb1\xdd\xfe\x3b\x47\xe7\ -\x62\xe5\x66\x0a\xf1\x75\xea\x26\xf4\x36\x24\x38\x0a\xab\xd3\x06\ -\xbb\x1f\x7a\x1d\x39\xf9\x6f\x9b\xfa\xa4\x39\x76\x71\xe9\x99\x99\ -\x10\x99\x56\x04\x02\xd6\x05\x6d\x2a\x8f\x30\x4c\xe5\x64\x11\x35\ -\x1d\x45\x2c\xe6\x68\x1d\xb5\x74\x4a\xd2\x50\x50\x8a\x90\xb4\x46\ -\x35\x38\xd1\xd2\x6f\xf6\x9b\xca\xc5\x79\x8d\x06\x02\xfb\x7e\xb8\ -\x9b\x50\xba\xc5\x05\xed\xaf\x7d\x4c\xe5\x74\x9d\x23\x0a\xea\xc3\ -\x1e\xa8\x53\x5c\x3c\xef\xcf\xef\xaa\x67\x1f\xc6\x13\x6c\xc6\x10\ -\x69\x8c\xc1\xd7\x83\xfb\x9f\x17\x74\xda\xc8\x4a\x13\x1a\x22\x1b\ -\x0a\x5b\x7f\x47\xce\x86\x28\xb0\xc8\x9b\x2b\xcd\x34\xf1\xe0\xfb\ -\x56\x73\x15\x08\xdc\x35\xe8\x39\x0f\x8e\xb8\x5e\x39\xfb\xa8\xe7\ -\x2c\xb9\x91\xa5\x8d\xcb\xf9\xe5\x62\x88\xf7\xcc\xbd\x70\x1c\xc5\ -\x99\x25\xb8\x5b\x4e\x56\xd1\x28\x7a\x20\x60\x3f\x84\xfb\xa5\x47\ -\x69\xe7\xcc\xe5\xd8\x36\xa5\xe5\xd9\x60\x51\x36\x6f\x94\xda\x38\ -\x11\x6e\x7f\x9a\x47\xf1\x1a\xbe\xe8\xab\x25\x9e\xe3\x25\x47\x04\ -\xee\x9a\x09\xfa\x92\x71\x12\x42\xeb\x34\x82\x5b\xff\x0b\x17\xaa\ -\x0e\x3b\xf7\xa2\xea\xea\xd3\x92\x5a\x4a\x8c\xa9\xa3\x08\xb6\xb2\ -\xd3\x6a\xce\x72\x6f\x2a\x44\x53\x07\x55\x07\xed\x1d\x6a\x36\x87\ -\x94\x3a\xcb\xb3\xe9\x49\x7e\xbb\x37\xe9\x08\xfa\x30\xd5\x21\xad\ -\x2f\x66\x2c\x7f\x3b\x6b\xde\x2c\x74\x55\xeb\x12\x2c\x7d\x46\x35\ -\x46\x49\x81\x7a\x3b\x07\x46\x83\x53\x3f\xe3\x8d\xae\xd6\x69\xd9\ -\x60\x7d\xd1\x4b\xd4\x14\x28\x50\x7f\x6e\xf4\x66\x6a\x94\xc3\x4e\ -\xfd\x5d\x81\x1d\xba\xf5\xfb\xa0\x04\xa5\x7e\x8f\x52\x30\x3e\xdd\ -\x10\x27\x15\xb0\x17\x99\xe7\xb3\xcb\x93\x57\x87\x87\x85\xb9\x9a\ -\x29\x61\x66\xad\xf1\x30\x61\xa0\x1e\xf8\x4c\x15\x7e\xab\x7a\xe6\ -\x5e\xe1\xb5\xe0\x1a\x13\xd3\xde\x24\x7c\xc9\x54\x1b\x39\x8e\x74\ -\xe4\x2e\x51\x58\x9d\x77\xf3\x9b\x29\x17\xfc\xd6\xdc\x59\x5e\x0e\ -\xbd\xd2\x46\x81\x46\x01\x6c\x7f\x37\x32\x15\xa7\x0e\x43\x86\xd5\ -\xf6\x68\x0c\xb5\x4d\xe9\x83\xbe\xf3\xda\x40\x6b\x3a\x0e\x9a\x10\ -\xdf\x72\x0a\x75\x9d\xb8\xf7\x91\x05\x79\x1a\x15\x28\x4a\xf7\x8d\ -\xe9\xe8\x6a\x42\x7c\x1e\x02\x74\x1e\x79\x9c\x0e\xfc\x01\xad\xa9\ -\xda\x0e\x8c\x49\x1a\x10\x01\x84\xad\x6e\xae\x1d\x7f\x3e\xfe\xb7\ -\x4f\x5a\x68\x00\x10\x54\x81\xc1\x0d\x6c\x1c\x35\x94\xea\xff\x62\ -\x03\xe1\xe6\x2f\x74\xa5\xf6\x31\xf4\x90\x56\x37\xed\x97\xfd\xda\ -\x1d\x54\x97\xaf\x0f\xcd\xbd\xb2\x88\xcc\xee\xbb\x6b\xc2\xe5\x6c\ -\xf0\x22\xab\xb2\x6b\x68\xf5\x55\x07\x84\x04\x9e\x5a\xae\x92\x3c\ -\x75\x94\xe1\xb5\x46\x52\x54\xce\x51\x37\x9e\xce\x92\x84\xd7\x7d\ -\x3c\x1a\x2b\xba\x5e\x81\x9a\xa8\x6d\xb4\x01\x12\x61\xc0\x30\x1a\ -\x13\xbc\xe5\x7f\x16\xbd\x75\xad\x72\xba\x3b\xa3\x6a\xde\x74\xe3\ -\xf5\x33\xf6\x2b\x75\x3f\x40\xc6\x00\x7b\xd8\xcd\x4a\xf0\x30\x80\ -\x9b\xcc\x99\x37\x9f\x82\x7e\x86\x47\xad\xbd\x0e\x67\x61\x12\x85\ -\xdc\x1b\xfb\xbe\x8b\x69\x05\xca\xba\xea\x2d\xa2\xc1\x6a\xda\x7e\ -\xd7\xac\xac\xc5\x62\xea\x12\xaf\x36\x1c\x3e\x49\xeb\x6c\xe0\x6c\ -\x58\xfc\xde\x0f\x3d\x3a\xce\xa8\x1f\xc1\xfe\xc8\xc3\xb8\x84\x23\ -\x06\x22\xe3\x84\x02\xac\x97\x92\x62\x48\x77\x5a\x54\xa7\x08\x57\ -\x18\x6f\xda\xc4\xf3\x04\xaa\x53\x87\x06\x1a\x67\xd3\x9b\x8c\x27\ -\x35\x7d\x2f\xff\x6e\xcb\x34\xe1\x83\x33\x2c\xc0\x3c\x74\xdd\xe4\ -\x06\x5c\x82\x4f\xd5\x01\xd6\xf0\xf7\xf0\x38\x4a\x2a\x4b\x75\x99\ -\x34\xac\x52\xf3\x52\x0c\xb1\xa7\xd8\x98\x3c\xfc\xfb\xa7\xad\xac\ -\x82\x45\xf3\xa0\x29\xfb\xf4\x95\x2f\x5d\x70\x03\x3b\x90\x63\x8c\ -\xe9\x8b\xe0\xc6\xda\xe4\x7c\x63\xa0\x3b\xea\x05\xa7\x9c\x14\x58\ -\x8b\xc7\x65\x2b\x2f\xa2\xc1\x1e\x3a\xd6\xed\x14\x7b\xee\xc1\xdb\ -\xc4\xaa\xac\x7d\x4f\xe7\xa6\x6a\x2c\x95\xe8\x40\xd7\x31\xfc\xf8\ -\x9f\x01\x75\x7e\x70\xe2\xdd\xc9\x4e\x42\x24\x0b\x1c\x08\xf6\xd5\ -\x26\x87\x18\x05\xc2\xdb\xc1\x61\xcf\xc7\x8d\x21\xb6\xdb\xb0\x6a\ -\xb8\x0d\x45\xd0\x5d\x19\x5a\xe4\x88\xba\x51\x12\x32\x60\x59\xaa\ -\xe0\xea\x53\xad\xde\xf0\x9c\x88\x7c\x0f\x8e\xae\x80\x3c\x19\xa1\ -\xcb\x0b\x3f\x8f\x89\xe3\xdb\x44\xe3\x2d\x23\x69\x1d\x56\xf0\xa9\ -\x05\x80\x56\xe6\x99\xea\x6b\x51\x1b\x9f\x89\x9d\x46\xd8\x6c\xe7\ -\x26\xe5\xfc\xe0\xd6\x0e\xf3\x93\xbd\xb1\x17\x35\x90\xb8\x36\xe9\ -\x3e\x0e\xc9\x1d\x8d\xd7\x79\xe1\x46\xf3\x97\x21\xa1\x9a\x98\x3a\ -\xb0\x11\x89\x08\xbd\x71\x7a\xda\x71\x3f\xa7\xbd\xfd\x42\xe9\x19\ -\x22\x61\xb0\x72\x3a\x7d\xea\x1b\x92\xa6\x8a\x4d\x94\x59\x5e\x85\ -\xc2\xd3\x9c\x48\xbd\x36\x0c\xeb\x50\xac\xbc\x4c\xa6\xd2\x6a\x18\ -\x5f\x5d\x79\xbe\x99\xc5\xc4\x81\xc7\xfc\x9c\x66\xa5\x99\x01\x2a\ -\x20\xf6\x74\xe1\xeb\x76\xc3\x9c\x33\xb5\x30\x43\x68\x46\x28\xae\ -\xed\xa2\xc7\xe4\xbe\x99\xf3\x9c\xcf\xb2\x99\x6a\xc8\xc6\x68\x88\ -\xba\x95\xb1\xc8\x64\x00\xbc\x51\xcd\x38\x72\x70\x8e\xa0\xf3\x9a\ -\xc8\xb7\x29\x38\x55\x4e\x4f\x78\x67\x73\xb8\x9a\xaa\x9b\x11\xe8\ -\xbb\x51\x44\x66\xd7\x8d\x7a\x56\x71\xad\x9f\xfa\x0c\x14\xae\xb8\ -\xad\xd0\xe5\x40\xf3\x3c\xae\x42\x8e\x4b\x0c\x13\xa4\xda\x78\x06\ -\x7a\x8a\x53\xc0\x38\xcf\xdb\x0e\x62\xbd\xdb\x76\xa7\xb9\xc7\xc2\ -\xcb\xbb\x3f\x8d\x24\x5e\x8a\x24\xa2\x66\x3d\xaf\x38\x2b\x7d\x41\ -\xa1\xb7\x06\x47\xf6\xe6\xa7\x8a\x51\x26\x7c\xc9\x6f\x3b\xa8\x28\ -\xf4\x4e\x15\xd4\x87\xc9\xc6\xae\xa0\x50\x5a\x36\x5d\x9a\x0c\x79\ -\x9b\xb8\x48\x18\x12\xac\x04\x7d\xa0\x32\x8a\xe3\xf1\xbc\x3a\x0a\ -\x4f\x4d\xcb\x21\x3c\x80\xad\x59\x7c\x6b\xa3\x19\x56\x11\x54\x5a\ -\xc8\xca\xa9\x9a\xcc\x17\xf1\xfc\x4b\x7b\xe9\xa2\xb7\x69\x0c\x97\ -\xa4\xfe\xae\x74\x5b\x3f\xb3\xa9\x7f\x51\xc9\x3d\x33\x1a\x3b\xd0\ -\xa1\xaf\xa8\x3f\xd2\x8c\x62\xb5\x33\xbb\x1c\xeb\xc8\x29\x4e\x51\ -\x20\x87\x91\x8e\x0e\xc6\x6f\x68\x20\xdd\x64\x08\xd3\xe5\x75\xb0\ -\x4e\x54\x8e\xe6\x1f\x8f\x3d\xf5\x3a\xdd\x7c\xb9\xbf\x25\xee\x4f\ -\x69\x91\x31\x4d\xe3\xa7\xfc\x74\x58\x4b\xe6\x4f\x37\x15\xda\x76\ -\x2e\xb0\xf2\x23\xde\xa0\x4f\xa4\xc4\xcd\xa0\xe8\x28\x44\x89\xc8\ -\x82\xed\x7d\x86\xac\xd8\xb6\x57\x95\x41\x17\xb5\xbb\x05\x43\x5f\ -\xa9\xea\x66\x62\xfc\x46\xc7\x2a\xa3\x23\x0e\x53\x8f\x97\x82\x37\ -\xa9\xef\x82\x74\x66\xc6\xa9\xdd\x05\x72\xa2\xf6\x7c\xc6\x3e\x05\ -\xf9\xa2\xd1\x7a\x82\x40\x32\x8a\xec\x32\xad\xe9\xef\x4a\x0a\x24\ -\xcc\x5c\x55\xe9\xec\xfc\x17\xad\x38\x8d\xbb\x95\x41\x0f\x6d\xeb\ -\xb9\x26\x06\x78\xda\xff\xae\x33\x7c\x82\x62\xbc\x45\xa0\x5b\x70\ -\xdf\xb7\x7f\x57\xf6\x89\xd5\x32\x40\x54\xad\xe9\xb2\xeb\x80\xea\ -\x5e\x23\x0b\xb0\xd6\x30\x5d\x50\x2b\xc0\xc9\x33\x2f\xbb\x6e\xd9\ -\xf2\x1a\x6f\xd7\x36\x0b\x4e\x3b\x79\x5a\x5d\x5b\x7b\xbf\xda\x92\ -\xa7\x74\x05\xdf\xcc\xf0\xcc\x15\x3c\x65\x33\x49\xa3\x6d\x40\x06\ -\x66\x1e\x60\xdd\x29\x9d\xd1\xc3\x10\xec\x51\x1f\x31\xb3\x31\xdb\ -\x92\x51\x37\xa7\x96\x2c\x01\x08\x78\x9e\x96\x03\x13\xe9\x8c\x7d\ -\xc7\x3b\x2a\x86\x54\x6a\x7f\x29\x6a\x07\x69\xcc\x3b\x9f\x58\x75\ -\x1b\x33\x0a\x7e\x6e\x16\xd5\x3d\x67\xa8\x1f\xda\xcb\x35\x1a\x76\ -\xf0\xa8\x90\x1b\x5d\x50\x86\xeb\x51\x4f\xa4\x7f\x79\xc8\x27\x4a\ -\x42\x8a\xe1\x56\x93\x3c\xcb\x10\x15\x66\xd8\xaa\x1c\x07\xe9\x1a\ -\x28\x61\x51\x80\xf0\x28\xcc\xea\xe0\xab\x50\x60\x4e\xa1\xe8\xe4\ -\x88\xeb\x17\x04\xa5\xc6\xed\x6d\xb8\xd3\x6c\x63\x67\x73\x43\x98\ -\x49\xd2\xf3\x34\xe5\x96\x73\x71\x52\x63\x8a\x11\x10\x39\x41\xb3\ -\x3c\x2d\x0e\xb4\xbc\x5c\x8a\xad\xa1\x89\xc2\xa2\x35\x96\x1b\x46\ -\x03\x89\x04\x71\x6e\xa2\x3f\xb0\x1d\xa1\x31\xe2\x67\x50\xb3\x8c\ -\xde\x07\x95\x52\x2b\x60\x79\x4c\x74\x80\x8b\x2e\x30\x31\x3e\x54\ -\xa1\x86\xf5\x0e\xda\xc8\x17\x33\x58\xf4\x1b\xfa\x79\x5e\x9e\xec\ -\x8b\x5f\xb0\x0d\xb5\x6c\x0d\x54\xe6\x6a\x29\x55\xe3\xb7\xf8\x21\ -\x4b\xb7\xc3\xe0\xf7\xf8\xbd\x13\x01\x2d\xee\xbc\xaf\x47\x09\x07\ -\xae\xe9\x94\x68\x53\x52\xa7\x29\xa6\x4d\x6a\x35\xda\xdc\x8c\x0c\ -\x46\x03\xda\x42\x03\x7b\x53\x60\xcf\xf9\xdd\x06\xb4\x3f\x8f\x40\ -\x85\xf9\x44\xda\xc2\x7d\x4f\xd9\x4f\x11\x39\x8a\x66\x86\xd2\x7e\ -\xa0\x88\x51\x50\x11\x71\x6a\xe7\x34\xc4\x9a\xaa\x86\x57\xe9\xdb\ -\x8a\xf5\x5f\xc8\xe5\x9c\x18\xf6\x21\xe7\xc5\x27\xe0\x9c\x14\xf1\ -\x0b\x95\xe3\xcd\xe8\xe4\x9b\x41\x44\x16\xbf\x28\xf4\x99\x73\xd2\ -\x20\xed\x1a\x60\x47\x99\xd7\x41\xab\x8b\x89\x34\x3f\x8a\x5c\xfd\ -\xd2\x60\x3f\x0a\xf4\xd4\x2e\xf2\x0c\x33\x54\x4e\x64\x1b\x8f\xcf\ -\x4f\x5f\xe9\x53\xe3\xa2\xd5\x59\xa8\x55\x43\xaa\x5f\xe9\xab\xd4\ -\xb4\xa0\xda\x0a\x87\x33\x77\xed\xf8\x4b\x23\x0e\x60\x9c\x9d\x6e\ -\xd5\x1e\x34\x87\x40\xa4\x43\x2f\x70\x5a\xc9\x77\xda\x11\x9d\x66\ -\x2c\x27\x68\xd5\x73\xfd\x08\x69\x6f\x1f\x97\xe0\x1a\x17\x30\x1a\ -\x0d\x7d\x16\x1d\xd4\x48\xd6\x43\x8a\x88\xd0\xca\xbd\xd1\xd9\xb4\ -\x59\xb3\x4f\xfa\x5e\x4d\xef\xae\xbc\xef\x70\x4c\x56\x00\x76\xf1\ -\xb9\x7e\x5d\xa3\xdf\x18\x11\x0f\xe0\x00\x77\x9a\x0b\xa8\xb9\x3f\ -\x41\xf4\x33\xf6\x47\xcf\x69\x4a\x7a\xd8\x17\x2b\xe0\x27\x18\xa1\ -\xed\x1e\x6f\xd4\xdf\x66\x14\xc1\x6d\x22\x92\xcf\xe9\x00\x26\x29\ -\xcc\x35\xdc\xf1\x2e\xc2\xbe\x39\x1a\x98\xc8\xb5\xf1\x02\x67\x6d\ -\xca\xa9\x82\xfd\x7d\x13\x9c\x6f\x91\x31\x1d\x7b\x73\xa8\x4d\x0d\ -\x66\x6b\x50\x42\xdc\x3e\xcd\x45\x8e\xa9\x5f\x82\xac\xf0\x89\x0f\ -\x8d\xa9\x44\xcf\x6f\x8a\x00\xd5\xfa\x59\xd7\x60\xd6\x94\x2d\xb7\ -\x8e\x7c\xbd\x02\x0b\x1b\xc8\x85\xdd\xa6\xc2\x3a\x68\xb9\x8f\x2c\ -\x40\x09\x86\x8d\x0e\x10\xae\x83\x11\xd4\xf4\xa6\xb6\x06\x37\x0e\ -\xa7\x89\xaf\x00\xd4\x86\xd9\x4c\x5f\x74\xa5\xd3\x9c\x34\x14\x9e\ -\x99\x81\xc5\x59\xff\x64\x9c\x86\x78\xd3\xed\xa6\x20\x78\x4c\x5c\ -\x67\xb3\x2b\x9b\x06\x80\x31\x9a\x5f\x91\x63\xdd\x6a\x73\x5b\xd4\ -\x39\x7d\xfe\xb2\x5f\xec\x8e\x8f\xbf\xb4\xbc\xe6\x4a\xac\x58\x00\ -\x00\x20\x00\x49\x44\x41\x54\xe0\x6e\xee\x93\xfa\xa4\x94\xc7\x9d\ -\xaf\x6a\x7e\xcf\xdf\x28\xbb\xcc\xec\x40\x06\xa7\x0d\x7a\x77\xbb\ -\xfe\xd6\x14\xaf\x4a\xfd\xf3\xf3\x15\xa3\x58\x3f\x81\x1e\xfb\x0e\ -\xce\xa6\x71\xc7\xc0\x01\xb6\x7e\xa9\x33\xcf\xfb\x91\x0f\xf0\x20\ -\x22\x5c\x14\x62\x3a\x48\x56\xa0\x01\xd5\x7a\x84\x23\xd3\x98\xc8\ -\x53\x3a\xf8\x45\x23\x9a\x0d\xbc\x76\x53\x10\x6b\x7e\xf9\xc8\x71\ -\x4c\x06\xc9\x51\xdf\xc6\x40\xe1\x3c\x7f\xe2\x79\x45\x6d\x61\x7b\ -\xe6\x82\x7c\xee\x09\x96\x1d\xe0\x6e\x9a\xb2\x65\xd4\x40\xb1\xda\ -\xb8\x47\x6c\x0c\x46\x40\x0d\x4b\xd2\x80\x42\x34\x9d\xae\x27\xcb\ -\x80\x07\xe0\x5a\xf7\x50\x4c\xf1\x80\x72\xe6\xc4\x60\x2d\x99\x96\ -\x8c\xca\x84\xae\xed\xfc\x2b\x84\x9a\x06\xe4\xbc\xbc\xb8\xec\x40\ -\xf9\xa0\x95\x74\x8d\x83\x15\x2c\x03\xbd\xe0\xa0\xd9\x9c\x87\x20\ -\xd2\xcd\xa3\xe7\xc4\x6c\x28\x48\xa2\x70\xa7\xd7\x29\x4c\xf0\x86\ -\x3b\x95\xe7\xaf\x28\x10\x16\xd6\xa2\x63\x6a\x72\x20\xde\xa4\x63\ -\x22\x70\xa2\x08\xa7\xa5\x74\x58\x0b\xf7\x21\xc7\x63\x51\xbc\xa2\ -\xa6\xfa\xe0\x1a\xf7\x4f\xdb\x8b\xc8\x98\x58\x19\x62\xc3\xc3\x5e\ -\x53\x0e\xbd\x4d\x34\x56\xa4\x9a\x0e\x84\xe5\x6a\xd3\x47\xca\x56\ -\x48\x07\xd7\x36\xc6\xd8\x1c\x96\xd0\xfd\x59\x53\x4b\x6d\x77\xe4\ -\xac\x8f\xd7\xeb\x7b\xaa\x27\xab\x4b\xd2\x83\x62\x0b\xc5\x7b\xd4\ -\xb4\xdb\x24\xa8\xae\x81\xce\x33\x13\xb6\xdc\x58\xfa\x97\x67\xdf\ -\x1d\xc8\x30\x33\x60\xcc\xe5\x0d\x65\x1f\xda\x0b\xb6\xb6\x8e\xc6\ -\xdf\xfd\x92\x77\x35\xdf\x07\x0f\x6b\x5e\xea\x4e\x70\xca\x13\x11\ -\x39\x43\x40\x69\x4e\x76\x8b\x5a\xf6\x3c\x40\x2b\x37\x85\x1f\x53\ -\x94\xb0\x98\x24\xb4\xa2\xe3\xb4\xfb\x17\xcb\xe4\x52\xdd\x76\x00\ -\x8d\x49\x92\x17\xa9\xae\xeb\x8b\xd0\xc4\x78\x1f\x20\x6b\x48\x95\ -\xca\xd8\xa4\xeb\x7c\x06\xaa\x2e\x8e\xc9\x30\x65\xf1\x55\x00\xcc\ -\x97\xe6\x2f\x29\x70\x4e\x8d\x6d\x2c\xbc\x44\x2c\x15\x4f\x2a\x45\ -\x27\x76\x0d\xea\x1a\x1f\x96\xce\xbd\x29\x6a\x7f\x57\xba\xd1\x0c\ -\x67\x2c\xc1\xdc\x9f\xab\xdf\x5c\xe1\x9f\x35\x42\xb8\x3d\x2d\x68\ -\x50\xfa\xe2\x73\x30\x3f\xb3\xfd\xa4\x3d\xc3\xa4\x26\xe8\x5b\x38\ -\x6f\x35\x0a\xd6\x74\xee\xd7\xb5\x9f\x85\x25\x76\xbb\xb0\xf0\xa0\ -\x3d\xa4\x83\x1e\x61\xac\x77\x63\x03\x38\x40\xd2\xed\xca\x9b\xcb\ -\x6b\x34\xe6\x8f\x3d\x85\x6e\x27\x8c\x14\xa7\x13\xb9\xde\x93\xb5\ -\x02\x50\xc5\x22\x09\x90\x19\x6e\x33\x54\x76\x04\xc1\x32\x61\x69\ -\xcf\x7d\xa9\xb5\xd0\xd7\x46\xfc\x1c\xb4\x60\xe1\xba\x30\x67\x29\ -\xb2\xdd\xcc\xa6\x5c\xc8\x50\xc8\x7e\x72\xe8\x8b\x01\x10\x3b\x71\ -\xfb\x26\x59\x58\x66\x90\x80\x5d\xc8\x1a\x73\xfe\xdf\xa5\x20\x5e\ -\x65\xa3\x3c\xd6\xc9\xca\x33\xf1\x3c\xbb\x02\x0d\x3f\xf5\x55\xfd\ -\x39\xf3\x72\xb7\x3f\x15\x1f\x6f\x16\x23\x43\x1c\xc4\x79\xfb\xfb\ -\x6e\xe3\x3a\x02\xd6\xa3\x81\xe8\xf7\x5d\x6a\x1f\x49\x06\x70\x32\ -\x0b\xde\xed\xc6\x3f\x34\x34\x39\xf9\xbd\x8e\x82\xe2\x41\xad\x69\ -\x67\xc0\xde\x7b\xde\x67\x62\x13\x6f\xc9\xe0\x56\x76\x07\x4a\xe0\ -\xe3\x39\x53\x35\x25\x94\x0c\x5d\xb5\xb3\x43\xc1\xd7\xcf\x90\x00\ -\x50\x1a\x0b\x48\x9e\x9f\xe9\xa6\x78\xd8\xae\x5b\x83\xfc\x83\xa9\ -\x8c\x9f\x7a\x17\xe2\x9f\xe8\x26\xd2\x23\x0b\x54\xc5\x56\x06\x90\ -\x72\x81\x79\x45\x3e\xab\x4c\x21\x3c\xe8\xf0\xdf\x41\xc1\xa9\x55\ -\x97\x72\x44\xf5\x4d\xc3\x5a\xae\xc5\x57\xa3\x85\xff\x0d\x94\x29\ -\x6a\xb8\x8e\x77\x15\x2e\x79\xa6\x67\xe6\xac\x59\xac\xde\x92\x19\ -\x7d\xe1\x45\x3a\x75\x13\xa6\x0e\x8c\x29\x3f\x80\xaf\x47\xdc\x0e\ -\x96\x9f\xdb\xb6\x37\xf6\xfe\xb4\xe6\xc1\xef\x9b\xc8\x51\xf9\x2f\ -\x20\x44\xa7\xc7\xbe\xd5\x79\x31\x79\xec\x6c\xa4\x24\x84\x33\x5b\ -\xe1\xee\xe6\x04\xa5\x05\xeb\x0d\x42\x80\xec\x92\xfb\xb8\x33\x9c\ -\x4c\x8b\x5c\x53\xd8\x3a\x93\xfb\xfb\xc4\x57\x60\x85\x44\x8d\x91\ -\x95\xbf\xb7\x62\x39\x04\xd6\x58\x5d\x5f\x26\x57\x75\x8f\xb6\xe9\ -\x96\x53\x53\x4d\xe2\xc0\xa6\x87\x5c\xe6\x90\x2c\xdc\x82\x70\x5d\ -\x6b\xa5\x12\x11\x3f\xae\x3b\x5d\x9e\x57\xa9\xcd\x6f\x00\xdb\xcd\ -\x72\xe6\x19\xd1\xcf\x34\xab\x33\x79\xdc\xb9\xf0\x5c\x38\xb9\x1b\ -\x50\x95\xb5\x61\xe5\x0c\x5a\xdd\xba\x5b\x2e\x23\x25\xa0\x9f\x0d\ -\xb1\x72\x06\xab\x57\x9e\x9d\x3f\xdb\x2f\x10\x8a\x4d\xf3\x31\x7e\ -\xb7\x1c\xa0\xa7\xf9\x30\xf8\x5a\x3f\xc2\x8e\xa9\x0f\x2e\x5a\x6e\ -\x5a\x77\xfc\x35\x8d\xd8\x4a\xfb\x7b\xec\x37\x3a\xa1\xe0\x8d\x06\ -\x92\x54\xc0\x6f\x90\xc1\x99\x8c\xfe\x8d\xdf\xfd\x3c\xb8\x7d\xac\ -\x2e\xed\x43\xd2\x91\xb2\x4e\x3a\x32\x2e\x1e\x8d\x0a\xd7\xef\x94\ -\x83\x0a\xa5\x4c\x43\x84\x38\x36\xba\x28\xb0\x66\xb1\x7a\xa2\x0f\ -\x5d\x60\x18\x87\x38\xba\xbe\x29\xc7\xb5\x72\x1c\x64\x55\xbf\x75\ -\x3a\xd4\x6b\xd6\xc6\xcb\xf4\xec\xe4\xa4\x4b\x4c\xcd\xfc\xf7\x49\ -\x5a\x73\xc7\x45\xd9\x33\x73\x4c\x17\xa3\x49\x5f\x70\x1d\x12\x5c\ -\x48\x8e\x05\x2c\x76\xab\x59\x73\x20\x82\x7b\xf7\xcb\xe8\xd0\x77\ -\x4d\xde\x3c\x2c\x39\x5d\xaf\x70\x64\xc6\x64\xd6\x81\x71\xe4\xc3\ -\xaf\x3f\xec\xa3\xaf\x45\xaf\x0d\xca\x86\x42\xe5\xe3\x3a\x94\xb0\ -\x5b\x9e\x3d\x32\x39\xa7\x5d\x1b\xfd\x90\x0e\x04\x39\x6c\x41\x11\ -\xc8\x0c\xe0\x94\x48\xff\x9d\xd2\x0e\xd3\xc7\xa4\x51\x72\xa2\xc4\ -\x61\x34\x90\x53\xd0\xa9\xf7\xa8\xcf\x36\x1b\x0b\x55\x36\x1e\x2d\ -\xd3\x11\x60\xaa\x07\x6a\x71\xa0\xde\x78\xe6\x79\xbc\xa1\x8c\x1e\ -\x58\x95\x48\xd2\x49\xe9\x5b\xfc\x33\x5c\x37\x93\xbe\x24\x61\xbd\ -\xec\x05\xef\x71\xe1\x85\xfe\xcb\x80\x83\xd5\x8a\x52\xcd\x4b\x2f\ -\xf4\x73\x01\x58\x04\x15\xa0\x9b\x6c\x98\x04\xe3\xe0\x97\x73\x6b\ -\xc4\xa2\xa8\x6a\xda\xa5\x8e\x39\xd9\xf3\x2f\xc7\x51\x39\xe9\x8a\ -\x2f\x7a\x85\x57\x4a\x2b\xe1\xa0\xd2\x75\xe4\xd7\x5d\xdb\x5e\xec\ -\x79\xbb\xc5\xf4\x89\x24\x26\xda\xd9\x77\x86\xea\x40\xc0\xe5\x2c\ -\xc4\x06\xdd\x53\x71\xd1\xf5\xa2\xfd\x42\x03\xa5\x68\x86\x9c\x7f\ -\xd1\xdd\x3c\x03\xd7\xdf\x11\x4c\x6d\xd6\xed\xe0\x0a\x39\x74\xab\ -\x8a\xe3\xcf\x3e\x2f\x82\xb7\xe9\xe0\xd3\x7c\xa5\x5c\xd2\x88\x0f\ -\x7a\x50\x7f\x2f\x82\x61\x99\x3c\x9a\x64\x2f\xae\xfa\xa5\xc6\x09\ -\xca\xb5\x9f\xc7\xa7\x51\x04\xb5\x24\x2d\xcd\x60\x55\xd0\x61\xbd\ -\xde\xf2\x63\x46\x6b\xd1\xf2\xf3\xf2\x1d\xf4\x46\x97\x30\x9a\xe5\ -\x7a\xdb\xab\xdd\x31\x2d\x73\x71\x14\x9e\xcf\x02\xe4\x6f\x34\xd6\ -\x15\x97\xf2\xdf\x0a\xc7\x30\x60\x4a\x76\xc1\x3d\x72\xfd\x82\x5e\ -\xa3\x5a\x46\x11\xcc\xdd\xf9\x0e\x07\x82\x3f\x05\xfc\x69\x7d\xaf\ -\x18\xfa\xd2\x04\x09\x82\x92\x2f\x3e\x65\x7a\xcb\xa2\x44\x1a\x0a\ -\xa2\xe7\x08\x65\x0d\x75\x58\x92\xf7\xc6\x6d\xad\xf8\xfb\x26\x4d\ -\x2f\x4b\x69\xc5\xc5\x08\x3f\xc2\xd2\x45\x28\x3d\xee\xa1\x89\x64\ -\xbf\x4d\x7e\xcf\x55\xd0\x04\xf2\xee\xe0\xaa\x2e\x96\xef\xcf\xc6\ -\x8a\x3a\x3b\x1b\x53\xc2\xae\x1b\x10\xf6\x22\x4d\xda\x99\xb4\x86\ -\x6b\xa2\xcd\x1a\xee\x9c\x74\x10\x25\xb4\x92\x14\x45\x33\xb2\xe0\ -\x07\x23\x63\x98\xe8\x78\xc3\x62\x2e\xf5\x3c\xe8\x75\xdf\xa6\xd8\ -\x94\x2c\x07\xc5\x56\xca\xa0\x5d\x3d\x98\x17\x15\xa1\x83\x81\xec\ -\x63\x80\x81\x7d\x62\xf7\x42\xa9\xc3\xae\x1c\xa2\x73\x74\xec\x8c\ -\x9b\x71\x66\xeb\x02\xb1\x34\x13\x99\x0e\x7b\x09\xfe\xbb\x7f\xfa\ -\x4b\x63\xa5\xc8\xfc\x4f\x28\x1e\xe0\xc5\x1b\x48\xfd\x2d\x37\xef\ -\x04\xba\x13\x8b\xd4\x6d\x86\x4e\xd2\x80\xf6\xb4\xf3\xd6\xbf\xea\ -\x81\x4f\x06\xc5\x88\xc3\x69\xe4\x39\x03\xca\x77\x73\x95\xf4\xe9\ -\x34\xce\xb8\x99\xc8\x8b\x64\x54\xf4\x94\xe9\x7b\xfa\x9f\x0c\x67\ -\xc4\x1e\xe9\x13\xcd\xe1\xde\x1b\x4c\x2b\x03\xc0\x31\xe2\x78\xf4\ -\xa9\x4d\x25\x2f\xc0\x69\xba\xf6\x75\x27\xd3\x02\x32\x91\x75\x8b\ -\xc8\x9e\x77\x42\x9a\x3e\xf1\xcb\xb4\xfd\x39\xb8\x21\x6f\xac\x5c\ -\x1d\xe8\xc0\x1f\xdb\xfb\x20\xb2\xe6\xd0\xcf\x9c\x45\x84\xdb\xf5\ -\x83\x51\x73\x90\xe7\xd6\x46\x83\x94\xda\x39\xff\x9a\x9e\x8f\x0c\ -\x2c\x7a\xa7\x1b\x2b\x0f\xd6\xc5\xbc\xe7\x38\x69\xc4\xe9\x5c\x48\ -\x48\xe9\x86\x88\x0c\x8d\x76\xdf\xe3\x57\x17\xdd\xbd\x89\x6b\xed\ -\x65\x61\x5e\x52\x59\x6c\x3f\x35\x4d\x4a\x71\x80\x49\x6e\xee\xbf\ -\x71\x5c\x99\xb9\xfd\xfd\x30\xce\x68\x0b\xd5\xc1\x43\x3d\x90\xdf\ -\xfe\xf9\xb6\x4a\xa2\xcb\xb1\xb0\xc8\xa9\x3f\xbc\xf8\xd5\x81\x8c\ -\x8e\x11\x22\x1f\xc5\x71\x17\xf7\x86\x2e\xa0\x6b\xc0\x34\xb5\x68\ -\x3c\xc6\xb9\x93\x8e\x15\xae\x5d\x35\x7e\x0f\x4e\xea\xe0\xed\x1e\ -\x82\xf3\x58\xc0\x0c\x2a\x0b\xe2\xa1\x15\xea\x4d\xae\xef\xbc\x6d\ -\x96\xce\xd4\xe8\x76\x0a\x80\x0f\x71\x7b\x3c\x1b\x76\x04\x43\xfd\ -\x82\xd1\x4e\x85\x6b\xbf\x6b\x07\x95\x48\xa7\x7e\x4e\x21\x80\xae\ -\xa4\xa2\xd1\xcb\xf3\x33\x2a\xe2\x93\xca\x32\xc4\xc5\xee\xda\x18\ -\xae\x6e\x91\x5b\x27\x61\x09\xeb\x0b\x3f\x72\x70\x2c\xec\x4f\xe2\ -\x2b\x83\x2f\xce\xff\xff\x71\xa8\x92\x3b\x36\x1e\x93\x08\x6e\x81\ -\xb3\x74\xad\x2f\x0d\xb1\xdb\xff\xea\x7f\x66\xa9\xda\xdd\x0f\xbd\ -\x29\xde\xfa\x74\x11\xca\xd2\x2d\xf6\x4b\xb3\x9a\xed\xf4\x9d\x87\ -\xf9\x46\x0a\x3c\x2f\x08\x0b\xae\x34\x45\xb1\x42\x5e\xd4\x9d\xc1\ -\x5a\xbc\xc0\x99\x6d\x61\x8f\x48\x1c\x55\xe2\x96\xdf\x52\x3c\xfd\ -\xb0\xe4\x26\x77\x70\x24\x3f\xb0\xc6\x85\xc9\x78\x34\x6c\x68\x88\ -\x91\xc5\x02\x24\x27\x6c\x88\x41\xb3\xe0\x0b\xba\xa4\x1e\x17\x8c\ -\xff\x8c\xb5\xd0\x72\x8f\x1e\x2a\xb8\xd4\x48\x74\x33\x87\x01\xfc\ -\xc4\x7e\x10\x7d\x15\xd2\x53\x37\x93\x38\x3f\x7f\x4b\xa3\xaf\x8b\ -\x30\x90\xf1\xb6\x1f\x48\x8e\x67\xf0\xe2\x1c\x27\x6a\xaf\x5a\x26\ -\x75\x8f\x98\x87\xe8\xbb\x1f\xe8\xfa\xc5\x51\x72\x50\x55\x5b\x88\ -\x23\x0e\x43\x13\x15\x32\x5d\x53\x22\x76\xef\xe2\xdc\x79\x71\x4b\ -\xa3\x45\x19\xfe\x34\x8a\x3e\xa2\xc7\xa4\x37\xc3\x4e\x63\xba\x16\ -\xab\xe9\x2f\xe2\xfc\xf8\x4c\xeb\xea\x48\x71\x19\x32\xd4\xa5\xeb\ -\x85\xb5\x16\xe8\x44\xdd\xf8\x23\x90\xc4\x9c\xea\xae\x8a\xdc\x48\ -\x6a\x09\x3d\xec\x9e\x3b\xa7\x9e\x49\x5c\xbc\xdf\xb2\x73\xc2\x35\ -\xf5\xe7\x2a\x70\x6f\x0b\xb6\xef\x7b\x66\xfe\xfa\x4e\xba\x96\x98\ -\x14\x7f\xd5\xd0\x9c\x28\xf6\xc3\x5d\x0d\xb7\x17\x42\x1f\x54\xbe\ -\x5c\x68\x38\xc5\x27\x5a\x6d\x4a\xe5\x21\xcc\x49\xe1\x81\xb6\xc9\ -\xae\x15\x24\x88\x49\x8e\xcc\x70\x5d\x7d\x34\x46\x82\xff\xa4\x46\ -\x62\x7f\x37\xc5\x70\x87\x42\x4a\x74\x97\x86\xde\x34\xea\x83\x62\ -\x76\xac\x7c\x37\xd1\xd4\xb2\xb2\xef\x05\x6e\x67\x96\x36\x53\x96\ -\x67\xdd\x11\x8d\xd4\x83\xa2\x1b\xb9\x55\x61\xd2\x30\xb4\x65\x45\ -\xd2\xb7\xad\xf3\x4f\x36\xef\x95\x81\x03\xd7\x93\xdb\xb4\x32\x59\ -\xf0\x31\x49\x0c\x00\xee\xd1\xb8\x16\x68\x40\xe8\xcc\x93\x73\xa2\ -\xa8\x0f\xed\xe8\x1b\x9d\xbb\xea\x18\x73\x6b\xd5\x17\x6a\xf0\xbc\ -\x3a\xf8\xc9\x48\xa0\xef\x34\x62\x69\xba\x96\xd1\x58\xb4\x01\xdb\ -\x7a\x14\xbf\x91\x97\xd6\xea\xa5\x46\x37\xc8\xcf\xc7\x65\xfb\x7e\ -\x82\x42\xf9\xbe\x88\x73\xe2\xcb\x2f\x7a\xf3\xde\x60\xbe\xed\x8f\ -\xe9\x34\x8c\xd7\xa6\x69\xcb\xfe\xeb\xe4\x2b\x5d\x1d\x05\xc7\x94\ -\xea\x19\x5e\xae\xad\xf1\x53\xa7\xac\x9e\xcc\xad\x07\x80\x72\x6a\ -\xc2\x15\x0f\x90\x3d\x26\x43\x76\x27\x6b\x31\x0c\x1e\xe1\xcc\xcd\ -\x7c\x2d\xeb\xd8\x95\x93\xa8\x4e\x55\x8e\x7f\xaf\x5c\x6c\x16\x6d\ -\x21\xc1\x46\xa3\xd6\xcc\xdd\x9a\x1a\x38\x6d\x4d\xce\x95\x91\x10\ -\x31\x35\x1f\xfa\x41\x84\x33\xde\x31\x40\xf1\xa9\x23\xbd\x9c\x77\ -\xdd\xa9\x99\x97\x66\x9e\x5e\xcf\x6d\x8d\xb3\xe3\xf2\x09\x2d\x63\ -\x66\xd1\x11\x59\x96\x14\x79\x0d\xb1\x1a\x05\x55\xe3\x5e\xe0\xba\ -\xb3\xf2\xe7\x6e\xb1\x35\x71\xec\x19\xf6\xfb\xf9\x7c\x57\xe2\xb9\ -\x9c\xa7\x64\x87\xb3\x36\x91\x02\xaf\x83\x8a\x2b\x73\xc2\x8b\x66\ -\x2c\x15\xff\x79\x7d\xe4\xe3\x1e\xfe\x6b\x2c\x04\xa2\x95\xa2\x2e\ -\xca\x7c\x09\x6e\xbf\xdc\x28\x26\x82\x8f\x5f\x7a\x11\xf8\xea\x23\ -\x7c\xdf\xb0\xb7\x14\x2f\x98\x89\x8c\x60\x43\x86\x52\x13\x69\x06\ -\xd4\xe5\x44\x8b\xcb\xd9\xc5\xfc\xe1\xc5\x04\xd4\x2f\x4d\xd5\x82\ -\xe2\x8f\xdc\xae\xbf\x2a\x5a\x0f\x16\xa7\x9d\xe9\xe7\xf3\x29\xef\ -\x7f\xac\xe4\xb9\x06\xc5\xea\xe6\x1b\x1b\x9e\x95\xc4\x3d\x10\xcd\ -\x5e\xe8\xed\xb9\x0f\x14\x05\x6b\x4c\x2d\xd2\xc5\x6f\xdb\xcb\xc9\ -\x4e\x9e\x27\x87\x57\x3e\x1e\xb4\x4a\x89\xe6\x65\xc7\x4d\x8a\x3f\ -\x0a\x9f\x36\x85\xae\x4d\x71\xc3\xac\x27\x89\x16\x3e\xf2\x71\xea\ -\xc4\xd5\xac\x7b\x83\x1e\x70\xe3\x77\x3b\x95\x87\xc3\x80\xa3\x5c\ -\xac\xcc\xa7\xff\x1e\xe8\x81\x85\xdb\xae\x6c\x82\x8d\x86\x73\x81\ -\x16\xa7\xd9\x93\x46\x76\x94\x02\xf7\x7d\x9b\xee\x8a\xae\x6c\x24\ -\x55\x6f\x6f\x58\x81\xdb\x53\xbe\x17\xaf\xa4\x18\x76\x14\xe9\xa3\ -\xbf\x60\x2c\xff\x0c\xd5\x44\xb1\xd3\x02\x6f\xbd\xc1\xc4\xb8\x78\ -\xd9\xcf\x16\xf1\x91\xab\x2d\xf4\x5f\xfd\xcd\x84\x7b\x02\x43\x33\ -\x91\xd2\x7e\xc7\xef\x47\x33\x83\xe2\x69\xd7\xbf\x86\x46\xac\xb4\ -\x68\x9a\x39\x26\x31\xb1\xb3\x35\x55\xd6\xb2\x2a\x0b\xa0\x85\x4d\ -\x2d\xe3\x25\x9c\x6a\x50\xdf\xe5\x4f\xcb\xb1\xc8\xe2\x40\xc9\x1b\ -\x3a\xc2\xd6\x3f\xc1\x39\x19\xa0\x61\x4c\x1d\xb6\xfe\x49\xd7\x47\ -\x60\x83\xdd\xde\xde\x3e\xdf\x0f\x7e\x71\x43\xb7\xed\x47\xd6\x83\ -\x5e\xb2\x18\x5b\x3d\xc7\x81\x6b\x72\x26\xdb\xd0\xb7\x8b\x2e\x7c\ -\xf6\xff\xb8\x25\xea\x1a\x34\x1a\x7b\xa4\x3f\xd8\xfb\x83\xb5\x96\ -\xd9\xf6\xc7\x77\x6f\xa1\x7d\x72\x7f\xec\xb3\x35\x64\xac\x53\xd0\ -\x64\x8b\xa3\xd2\x34\x84\xc3\x41\xc3\xba\xe3\x02\x54\x6e\x42\x63\ -\x4e\x9a\xe9\xde\x7f\xec\x99\x2d\xb3\x8e\x75\x78\x29\x2f\xb3\x5b\ -\x7e\x9b\xa3\x57\xfd\xdd\x78\x8f\x37\x2c\x27\x8c\xd1\xdf\x4f\x5d\ -\x5a\xb7\x84\xeb\x9b\x47\x37\xac\xc0\x10\xfd\xfc\x81\xe0\x16\x43\ -\xc3\x66\xe2\xfa\xf2\x9c\x90\x1b\x17\x4d\x0a\xcc\x56\xcf\xd1\x42\ -\xc4\x2d\x90\x07\x0b\x72\x51\x73\xbd\xb0\xb8\xf5\xe3\xce\x41\x6b\ -\x3a\x6d\xf9\x04\xe6\x23\xff\xe3\x99\x25\xab\x0c\x2f\x3a\x15\x50\ -\x6f\x2c\x70\xe6\xc6\x6c\x72\xd2\xa2\x4f\x60\x7f\x7d\x3f\x14\x5f\ -\x9e\xb0\x09\x16\xce\xee\x1a\x02\x8e\xdc\x2c\x6d\x59\x76\x5e\x8c\ -\xde\x1e\x08\xbf\xda\x05\x1e\x34\x4a\x56\xdb\x9f\xcb\x51\xfd\xee\ -\xd0\x15\x4d\xd7\xaf\x7c\x8a\xfb\xdf\x9b\x41\xbf\xd3\x76\x3b\x7f\ -\xec\xbd\xca\xc8\x85\xba\xe5\x83\xc5\x3f\x76\xfe\xb8\x79\x48\xb9\ -\x68\x2e\x5b\xdf\x6d\xae\xf8\x70\xf6\xf2\x10\x59\xa6\x00\x96\x38\ -\xcf\x2f\x52\x3b\xff\xba\x1e\x37\x58\x0a\x51\x33\xda\xf9\xba\x32\ -\x57\x8b\xd5\x28\x1f\xe4\x4e\x54\x1f\xfa\x53\x53\x12\x2f\x30\xc6\ -\x19\x27\xf7\xc3\xe1\xb3\xd3\x55\x65\xdc\x6f\x6b\xb0\x23\x62\x7f\ -\xf5\x89\x13\x1a\xc6\x4d\x0c\x7c\xf6\xdd\x00\x48\x31\xa0\x8d\xe3\ -\x0b\x08\xf4\xde\xc7\xe4\xdd\x91\x29\x77\xf4\xba\xf5\x7e\x35\x97\ -\xc9\xf5\xb5\x3f\x87\x3d\x79\xd7\x2f\x00\x1f\xf9\x1f\xcf\x8d\xbb\ -\xac\x48\x3f\x0a\x3f\xf1\x3b\x44\x50\x8c\x87\x61\xaa\xd3\xdc\xda\ -\x08\x73\x7a\x1c\x74\x7a\xf2\xcc\xc8\xa8\x41\x34\x9f\xe5\x85\xfb\ -\xfe\x37\xac\x81\xdb\x3e\x83\x03\x46\x16\x90\x3e\xbf\x9e\x4f\x5b\ -\xfd\x73\xde\xea\xc5\x59\xd8\xa2\xfb\x04\xc7\x72\xb8\x18\x24\x1b\ -\x84\x65\xfa\x8b\xd4\x4e\x6b\x22\xf7\x9f\x7d\x67\x48\x6f\x14\xa8\ -\xd6\xec\x02\xeb\x22\xfc\xde\xff\x3a\x43\x34\xec\x6f\x36\x16\x16\ -\x36\xbb\xcb\x9f\xfc\xda\xa4\x91\x7e\xdc\x45\x8d\x8c\xbe\x2d\x02\ -\x5a\x8a\xcf\xfd\xc1\x75\x45\xfe\x98\x15\x11\x22\x94\xfa\xcc\xfb\ -\xf3\xfb\xae\xdd\xf3\x02\x77\xee\xaf\xda\x27\xaa\x0a\xda\x0a\xb9\ -\x90\xf7\x6f\xd0\xb0\xe2\x3c\x15\x55\xdc\x7a\x4f\xdd\x98\x8a\x9d\ -\x36\x91\x43\xa4\xb6\x3f\xc2\x36\x1b\x3d\xa6\x41\x19\x72\x35\x79\ -\x04\x7b\x06\xa5\xf2\xc3\xc2\x9d\x58\x67\x20\x76\x4c\x69\xef\xbb\ -\x8c\x8e\x3a\x25\xce\xd7\xc7\xed\xf5\x8f\x59\xef\x1f\x20\xc5\x16\ -\xd7\x92\x11\x58\x4f\x13\x25\xc9\xf3\x73\x46\x31\x38\xad\xd3\x0b\ -\xef\xa8\x7f\x53\x7e\xc2\x01\xf8\x9b\x6f\x80\xde\xd6\xbc\xd0\xe2\ -\x87\xfe\x76\x06\xd2\x4b\x52\x8c\x63\xba\x42\x0a\xcb\xa9\x43\x9d\ -\x97\xda\x8c\x79\xf4\x16\xdc\xf4\x29\x67\x60\x7d\x6a\x23\x3f\xfb\ -\x4f\x1a\x52\x90\x03\x2a\xe1\xa2\xbd\xd6\x0f\xe4\xfe\x93\xf5\x4f\ -\xdc\xbb\x5b\x6e\x5c\x1e\x43\xf0\xc1\x86\x88\x65\x66\xa6\x16\xdc\ -\x75\x61\xc4\x8a\xfb\xfe\xa4\x16\x37\x70\x93\xed\x54\x42\x42\xfb\ -\x5d\x1e\xc6\x4e\x39\xc5\xd9\x50\x12\x7c\xee\x5f\xb7\x75\x2f\x5f\ -\x05\x11\xcf\x99\x62\x75\xa9\x01\xfb\x9a\xc0\x00\x5d\x89\x04\x7f\ -\x3e\x46\x7f\x5e\x54\xf4\x7d\x8b\x0a\x11\xf0\xb5\xb0\x3f\xdb\x69\ -\xc2\x76\xbf\x17\x97\x41\x32\x47\x8a\x58\x81\x65\xb4\x6e\x5c\x3f\ -\xf8\xf9\x25\x97\xbd\x7c\xb2\x7e\x66\xbd\xb0\xf4\xc7\xce\x27\xb6\ -\xbd\xb5\x55\x20\xb4\xed\xad\xb1\x81\x6d\xc1\x0e\x10\x1f\x38\xec\ -\xfb\x8f\x4d\xa7\xc8\x9c\x16\xd9\x35\x7c\x41\xa1\xdf\xf7\xce\xec\ -\xc3\x45\x0c\xf1\x08\x87\x2b\xe8\x05\x41\x6d\xe3\xe0\xea\x1e\xa1\ -\xa4\xd3\x41\xc9\x51\xdc\x1c\xa5\x77\x2b\xe0\x29\x74\x9c\x48\x84\ -\x51\x8b\x56\xa2\xe8\x4f\xfb\xe8\x13\xd1\x63\xcf\xb9\x78\xe3\xf4\ -\x6e\x45\xcb\xd9\x39\x0c\x2c\xb0\x1c\x51\xd1\xc1\x25\x7f\x64\xa8\ -\xa4\xdd\xb7\xa4\x25\xf7\x14\x80\x5f\xb6\xc1\x44\x1e\x63\xcd\x38\ -\x4c\xe6\x58\xb1\x89\x9f\x11\xdd\x74\xd7\x80\xe8\xd8\xe8\x8b\x39\ -\x8b\x6c\x72\xda\xd6\xd5\xf8\x9e\x97\x44\xd1\x8f\xc7\x88\x16\xc2\ -\xf8\xf9\xf9\x79\xa5\x0f\xa5\x25\xf4\x5a\x95\x2a\x1e\xcd\xe5\x40\ -\xff\xa4\x0c\x3d\x08\x50\xb9\xb3\x71\xab\x10\x64\x7a\x0a\xa2\xdd\ -\xd6\x7c\xd8\x0b\xbb\x70\xb9\x37\x56\xec\x13\xa9\xe5\x79\x11\xa5\ -\x23\x0b\x47\xc9\xcb\xcc\x43\x94\x52\x98\x2a\x08\x77\xb1\xc8\x08\ -\x1b\xc4\x04\x77\x38\x54\x6c\x6c\xfc\xfc\xfc\xbc\x22\xd5\xf1\x9f\ -\xd7\x75\x3d\x74\x0e\xb5\xde\x90\x61\x7f\xa7\xfb\x18\xe0\x39\x29\ -\x97\xa3\x19\x52\x86\x2b\x51\xf4\xa7\x0e\xa0\x4f\x4f\x34\x2e\x65\ -\x76\xae\xed\x4f\xf2\x95\x67\x53\xdc\x83\x8e\x1b\x45\xd4\x69\xac\ -\x9a\x62\x6f\x47\x7a\xc5\xd0\x26\x0b\x4f\xea\x39\x64\xab\x26\x4d\ -\x07\x45\xc1\xec\x64\x57\x15\x94\xe3\xdf\x73\x22\x31\x43\xf8\x1b\ -\x05\x86\xa3\x65\xd6\xb0\x75\x91\x28\xe6\x04\x64\xad\x34\x98\x29\ -\xdd\x82\x37\x69\x5d\x9f\xd7\x28\x3c\x41\x07\x52\xdd\xa5\x1d\xdc\ -\x05\x4a\xf4\xa4\xf9\x9c\x90\x88\xb9\x42\xc9\x31\x3d\x0a\x57\x36\ -\x71\x84\x79\xc5\xf2\x94\x4e\x48\xf4\xfd\x43\xe6\xe0\xa3\xf4\x7d\ -\xaa\xd0\x05\xe4\x1d\xc4\xf9\x86\x0a\xc7\xe7\xe7\x03\x75\xdd\x98\ -\xe2\xec\x49\x45\xe9\x13\xb7\x35\x5d\x1c\xad\xfd\x73\x2a\x92\xe5\ -\xa0\x90\xf8\xf7\x0a\x1a\x42\xd3\x27\x44\x40\x34\x62\x8a\xee\x85\ -\x4f\xec\xc1\x75\x4d\xfb\x6f\x0c\xca\xaa\x99\x9b\xa4\x8d\x3a\x5a\ -\x9e\x8f\x9f\x07\x3f\x4e\xb1\xec\x3a\x83\x13\x9d\xa4\x26\x28\xde\ -\x2f\x54\xf2\xb9\x27\x65\xd0\x76\xae\xeb\x9f\x47\x46\x4d\xd2\xaf\ -\x98\x32\xdb\xe4\xed\x6e\x20\x22\x2c\x5d\x8d\x02\x48\xf5\x3d\xbc\ -\xf1\x8f\x89\xbf\xb9\xdf\x35\x37\x43\xea\x93\x30\x6a\xc1\xf3\x38\ -\xcc\x42\xb8\x4d\x54\xf7\x83\x4a\xb9\x92\x59\xe3\x4f\x4f\x22\x8c\ -\xb6\x74\x3b\xa9\xf1\x04\x0e\x0b\xfc\xb7\x69\xd7\x1e\x88\x72\x00\ -\x91\x4c\x6c\x05\x32\x3c\x33\x31\x03\x61\x6d\x32\xd5\xb9\x8d\xd4\ -\x68\x66\x6b\xfd\xcc\xd0\xd4\x4e\x13\x25\xc5\xa2\x2f\x31\x24\xfe\ -\xcf\xe3\xfc\x4c\xa4\xff\xa0\x90\x32\xfd\x93\x8d\x57\x67\x7e\xc4\ -\xf1\xb0\xf7\x27\x29\x7e\x3b\x00\xbf\x46\xf3\x5b\x71\xee\x8a\x02\ -\x5c\x01\xc8\xf1\x2c\x83\x24\xa4\x29\xb8\x6f\xb4\x35\xa5\x47\xdc\ -\x47\xae\x95\x58\x1f\xb8\x73\x42\x0b\x82\x87\xa2\x1a\xe5\x72\x7b\ -\x53\x55\xe8\x75\x84\xa7\xd7\xac\x94\x97\xa1\xe5\xc1\x0e\xb1\x69\ -\x4e\x99\x35\x58\x4e\x22\x1c\x4c\x6b\xae\x9c\xae\x81\xfd\xb9\x6c\ -\xc2\x98\xb9\x81\x4c\x6e\x7e\x74\x43\xb6\x26\x95\x09\xd1\x6c\x72\ -\x33\x09\xf1\x9c\xb8\x7e\x7f\x9c\x7a\x9c\x39\xe1\xe3\x61\xc3\x1d\ -\xab\xb2\x53\x33\x87\x09\x57\x6a\x78\x7a\x3b\x5d\xdf\xbf\x83\x01\ -\x78\x75\x74\xa3\xc3\x82\x1c\x0e\x6c\xf8\x61\xa5\x61\x82\xa5\x18\ -\x63\xb2\x98\x78\x7b\x01\x0f\x7c\x99\xd8\xcb\xce\xf7\xdb\x29\x6c\ -\xf9\x3c\xc2\x22\x3c\x3f\x07\xb7\x3f\xd7\x22\x1d\x84\x86\xa6\x33\ -\x03\xd8\x03\x80\xd2\x65\xfb\xc8\xa7\xe5\xa1\xbd\x85\x1a\xe0\x17\ -\xb4\xd0\xe9\xdc\xba\x7c\xd6\xe0\x3a\x3b\x3c\xa7\xbd\x19\xff\xa0\ -\x89\x75\x84\xaa\xa2\x9c\xae\x07\xbd\x19\x95\xa3\x48\xd4\x74\xe1\ -\xcb\x8b\x7d\x3b\xcf\xba\xee\x2d\x9a\xea\xb5\x56\x36\x75\x11\x00\ -\x4c\xbe\xd7\xce\x58\x91\x79\x7e\x5f\x49\x8d\x8e\x8c\xca\x74\xea\ -\x03\x5a\xed\x40\xcd\xb9\xd8\xaa\x65\x73\x8d\xfd\xe7\x49\x1d\x0d\ -\x65\xb5\x54\xe0\xfa\x69\x6c\x34\x69\xff\xb5\x9f\x44\x76\x51\xef\ -\x44\xfe\x6a\x66\x16\xea\xe6\x34\x28\xf1\x66\x48\xb8\x4c\xc6\xc2\ -\xb5\x9c\xd5\x40\x30\x0f\x9c\x44\xd8\xc6\x2b\x2c\xc7\x54\xdd\x7b\ -\x40\xa4\xf2\x21\xa1\xad\x3f\x78\xc4\xa2\xac\xb6\xa7\x8c\x49\xa5\ -\x6d\xc2\x7e\x0d\x91\x32\x33\xf4\xde\x8e\x74\x4e\x53\x87\xbe\xf9\ -\xfa\xe2\x09\xfb\xc7\xbf\x0b\x11\x79\xba\x3a\x31\xe5\x74\x80\xf1\ -\x6c\xac\xf4\x9b\x1e\xe5\x4d\xc0\xa8\x3c\x2c\xc9\xbb\x76\xc5\x0e\ -\x56\xce\xd1\x3e\xb5\x06\x32\xad\x5a\x85\xfd\x30\x2b\x5b\xc5\x8e\ -\xca\x7f\x63\x1f\x93\x9f\xc4\xc4\x8d\x5a\x91\x8e\x90\xda\xac\x9c\ -\x57\x73\x51\x91\x62\x74\x04\xd7\x5f\xf8\x35\xff\x28\x5d\xe9\xd6\ -\x1a\x7c\xf2\x11\x18\xbb\x7a\x63\xf4\xe5\xc9\xd3\xe5\x8e\x8f\x5e\ -\xb4\x31\xe7\xc2\xa2\x16\x70\x8b\x0c\xbf\xa5\x3c\x94\x77\x17\xf5\ -\xd2\x88\xb8\x4a\xea\x8d\x06\xd5\x4e\xa3\xb4\xa0\x71\x8f\x33\x13\ -\x56\x5c\xba\xad\x00\x67\x0f\x54\xdd\x7d\xb3\x65\x98\xac\x21\x5c\ -\x22\x30\xb1\x3b\x95\x3b\x21\xe9\xc6\x76\xd7\x3c\x28\xa0\x97\x8b\ -\xd4\x99\x9a\x69\x85\xbe\x6e\xe2\x71\xe8\x89\x15\x20\x74\x04\x20\ -\xd6\xa1\x7d\xdb\xe5\x76\xe3\xa0\xd2\xf8\xf4\x88\xb5\x80\xe3\x3e\ -\x4d\x4d\x7c\xbb\x8d\xf1\xb9\x9c\x37\xd5\xed\xe0\x83\xcc\xc4\x5f\ -\x68\x54\x8f\x2c\xb5\x88\x1a\xe0\x6e\x45\xbf\xfc\x55\xea\xbb\xbb\ -\x1c\x95\x48\x34\xf2\xb3\x7a\xb1\xbb\xf8\x82\xbc\x38\xf2\x44\x36\ -\x9b\x15\x4a\x97\x5f\x42\xfc\x2e\x1e\x06\x0d\x9a\x48\xbd\x63\x05\ -\xe1\xf2\x6c\x1d\x19\x06\x30\x5d\x00\xcf\x9d\xa4\x36\xb2\x74\x5a\ -\x9e\x17\x00\x4d\x77\xaf\xc3\x39\x2c\xd5\x11\x7b\x00\x44\xe1\xde\ -\xa4\x6e\x27\x1c\xcd\x1c\x5a\x82\x3c\xa9\xa1\x5c\x8a\x7d\x9c\x1d\ -\xdc\xb8\xd2\xfc\x58\x3f\x0b\x85\x88\x87\x0e\x51\x87\x8c\xe1\xa4\ -\x25\xd2\x01\xf6\x34\x5a\xc7\x81\xf0\xa7\xbe\x42\x79\x58\x5b\xcb\ -\xe1\x18\x96\x54\xa2\xc5\x4e\x43\x7c\x11\x50\x73\x51\x14\x87\x1c\ -\x25\x29\x41\xa1\x23\xa2\xa1\x8f\x22\xaf\x06\x18\x4d\x23\xd4\x29\ -\xbd\x60\x77\xb1\x27\xac\xf8\xe7\x5a\x86\x38\x9d\x2e\x19\x85\x53\ -\xf0\x21\xee\xd4\x49\x72\x52\x31\xb8\xe9\x57\xba\x73\x68\xbf\x74\ -\x71\xf0\xf8\x8b\x28\xb8\xa6\x86\xa8\xa1\xe5\x67\x08\x2a\x0d\x2d\ -\x27\xf9\xc4\x2e\x6c\x85\x25\x41\x91\xfe\x67\xd6\x41\xd1\x42\xcb\ -\x94\xe9\x8d\x75\x65\x35\xd2\xe3\x1c\x7f\xb8\x3a\x7e\xd1\xd0\x9d\ -\x60\xa3\xab\x43\xfd\x7c\x5b\x4d\x0b\xcb\xa9\xf9\xb2\x29\xda\x69\ -\xd5\x5c\x31\x06\x9d\x89\x52\x14\xcf\xdd\xf6\xfa\x13\x8c\x13\x91\ -\xcc\x65\x82\xe7\x68\x31\x5a\xe8\xbd\xef\xc9\xc5\x0b\x1f\xe6\x61\ -\x2c\x52\x13\xab\xe7\x77\xa9\x7c\xcb\x08\xc8\xf5\x49\x99\xa0\xce\ -\x91\x97\xab\xac\x9a\x7f\xff\xf3\xc1\x18\x81\x8e\xbd\x3b\xbe\x47\ -\xda\x93\x7f\xa1\x7a\x07\x6b\xc0\xdd\x2e\x25\x35\xb3\x95\xb5\x83\ -\xd6\x78\x84\x14\x20\x1c\xf3\xcc\x30\x69\x9b\x69\x94\x0a\x44\x39\ -\xdf\xcf\x68\xf0\x86\x99\xe4\x8b\x5b\x9a\x4f\xd9\xa3\x88\xcc\xdf\ -\x18\x46\x12\x09\xaa\xce\x33\x54\xff\x42\x51\x25\x39\x41\x23\x3e\ -\x62\x72\xea\x9c\x59\x7d\xfd\x89\x3d\x63\x03\x85\xa4\xf2\x41\xf5\ -\xc5\x16\x3c\x26\x10\x4d\x8f\xa9\x1e\x1c\xde\xcf\xf0\x95\xfb\xe3\ -\x9d\xf2\x47\x8d\x1d\x71\x02\x9f\x68\xf9\xa5\x67\x66\xea\x69\xe4\ -\x31\x4b\xa0\xde\x7c\xb3\x4f\x18\xc4\xef\x27\x9f\xde\x78\x13\x76\ -\x31\x35\x6b\xf1\xb2\x9d\xcf\xfb\xe2\x80\x6d\xa7\xf3\x9c\x03\x03\ -\xb4\x5b\x83\xca\xbe\x3f\x76\x35\x55\x01\x1c\x1c\x35\x48\xcf\x93\ -\x0a\xcd\xe8\x19\xfb\xb3\xd6\x4f\x4d\xd9\xb1\x32\x33\xf2\x34\x98\ -\x38\x63\x69\x72\xca\x15\x83\x93\x6e\xd6\x80\xc8\x90\xf2\x7d\xd2\ -\x9f\x7b\xab\xf7\xbb\x53\xb7\xd0\x11\xe4\x2e\xe6\xc8\xcc\x8d\x86\ -\x33\x34\xe8\x8a\x07\x75\x3e\xf7\x50\x9b\x5c\xaa\x88\x69\x41\x9d\ -\x6e\x9e\xf4\x7d\x2d\x10\x37\x5d\x9e\xa3\x76\x6a\xe0\x3e\xad\x96\ -\x5f\xab\x0c\xa5\x7b\xd4\x18\x71\xee\xe9\x51\x5b\x24\xf5\x6f\xd1\ -\x03\x70\xcc\xac\x2c\xb7\xeb\x57\x25\x3f\x2b\xfc\xfb\x2f\x86\x38\ -\x7d\x32\x6a\x5b\x73\xd8\xb4\x73\x84\x95\x70\xa9\x18\x98\x97\x0f\ -\x96\x29\xd1\x56\xdb\x8c\xeb\x58\xbc\x7f\xe7\xd5\x77\x1b\xc8\xb3\ -\x48\x19\x79\x43\xe1\xab\xff\x82\x32\x11\x9e\x59\x27\x67\xf8\x7a\ -\x6e\xc2\xff\x16\xf8\xdb\x93\x93\x4f\xfe\x6e\x04\x52\x62\xf9\x04\ -\xc1\xc6\xd8\xb6\xd8\x0e\xa3\x8d\x96\xb9\xd3\xa9\x8b\xc8\xf0\x37\ -\xfe\xbb\x00\x13\x5f\x1c\x0c\x1b\xb7\x37\x50\xe2\x37\x51\x64\x7f\ -\xfe\x96\x56\x1d\x07\xf7\xdf\x75\x1a\x35\xc1\xe3\x97\x06\x59\x9d\ -\xfb\xeb\xf4\x15\x8b\xb9\xae\x22\x0d\x86\xc4\x49\x6b\xa6\xd7\x5a\ -\x20\xa9\xf0\x41\xbc\xf0\x6b\xfb\xef\x89\xc6\x70\x65\x88\xa0\x0e\ -\x2a\xdf\xb5\x7e\xd0\xc9\xf3\xd4\xb2\xbc\xaa\xa9\x23\xfc\x78\x81\ -\x7c\x93\x24\x4a\x08\x35\x2a\x8c\xfe\xcc\x83\x3f\x13\xe4\x1b\x47\ -\xf6\x71\x68\x67\x3c\xb3\x37\x9e\x6e\xc7\xd9\x9d\x81\x82\xbf\xcb\ -\x8e\xe2\x17\x15\x4d\x1a\xb5\x95\xa6\x45\x28\x4d\x9d\x96\x4a\x39\ -\x1b\x5a\xf3\x59\x6d\xd5\x08\x91\x75\x27\x1c\x75\xa7\x38\x55\x71\ -\xf4\xca\x1d\xf9\xa4\xe7\x8d\x19\xda\xb6\x16\xcf\x6c\x86\xe6\xda\ -\xc8\x24\x86\xc6\x8b\xe5\xe1\x28\xc9\x28\xf6\x49\xad\x38\x26\xa9\ -\x66\x74\x0b\x52\x7c\xdd\xa7\x95\x46\x9b\x09\xc4\x19\x23\xc3\x07\ -\x47\xa0\xe1\x04\x52\xaa\x81\x9f\x48\xab\x24\x5d\x42\xb6\x17\x5f\ -\x24\x5f\x8a\x4d\x1d\xf2\x61\x26\x47\xa8\x84\x33\xbc\x3b\xa6\x64\ -\xb3\x61\x8b\x89\xe0\x7a\x37\xbd\x78\x84\x7e\x62\x5c\xe8\xb1\x8e\ -\x43\xeb\xc7\x5f\x72\x7a\x16\xcd\x73\x2e\xb9\xef\x08\x01\xef\xaa\ -\x7f\x4f\x6f\x80\x51\x4d\x71\x74\x04\xd5\x3a\xf0\x91\x54\x3e\x7e\ -\x0f\xc4\xa5\xa9\xd5\x1a\x67\x63\xb3\x55\x3a\xcf\x87\x68\x82\xce\ -\x73\x41\xa9\x49\xe6\x1c\xc1\xec\x17\x4f\x84\x42\x86\xd0\x9e\xe5\ -\x72\xba\xdb\xdd\x1a\x2b\x69\x45\xba\xb6\x46\x54\x9b\xe3\xab\xdd\ -\x35\x2b\xe8\x73\x0e\x00\xec\xfd\x99\x94\x21\xbc\xe7\x42\x7d\x37\ -\x84\x09\x07\xac\x95\x85\xab\x66\x78\xec\x09\x02\xfa\xfa\x56\x9a\ -\x08\x89\x17\xe5\x12\x40\x41\x7c\x7f\x11\x0f\xef\xd5\x7a\xe6\xb8\ -\x4a\xb3\x38\x0a\x47\x4a\x60\x29\x34\x0c\x67\xd3\x15\xb4\x2c\x78\ -\x21\xc6\x2f\xee\x90\xcc\xff\xc9\xb5\xba\x68\xb9\x1b\x16\xa5\x86\ -\x0d\x44\x38\x03\x8c\xbb\x63\x15\x2f\xca\xa6\xa6\xd6\xd8\x4a\xfd\ -\xca\xb5\xfe\x33\x8c\x00\x44\xf6\xb8\x6f\x3a\xec\xc7\x5a\xeb\x2d\ -\xb5\x88\xb8\x1c\x0a\x2b\x7a\x6c\x98\xfe\x58\x21\x75\x37\x9a\x99\ -\xb6\xd8\x10\x03\xd1\x3e\xbb\x82\xc7\x2b\x0c\x39\x6c\x92\x75\x3c\ -\x6b\x26\x7a\x0c\xdf\x86\x1e\x9a\x93\x4d\xd4\xc0\x1e\x9a\x85\x1e\ -\xa1\x34\x52\x3c\xb5\xcd\xd6\xe0\xcf\x1b\xf2\x76\x6a\x10\xeb\xc6\ -\x26\x1a\x92\x04\x52\x2d\x26\x83\x23\xf5\xea\x39\x9d\xe9\xce\x9f\ -\xb1\xb9\xf6\x1d\xb7\x4c\x37\xdf\x02\x2c\x0c\x88\x1a\xf1\x01\x27\ -\x43\xe5\x04\x94\x68\x0f\x8d\x8b\x69\x46\x75\xd0\xea\xcc\x61\x90\ -\xd3\x52\x3c\xe2\x05\xb8\xe5\x9b\xa5\x91\xcf\x19\x29\x00\xa3\x2d\ -\xd2\x70\x07\xdc\xc3\x65\x57\xbb\xd6\x4c\x9f\x46\x2d\xb2\xc3\x15\ -\x2e\xc0\xb9\x02\x35\x98\x14\x82\x3f\x2f\x2e\xcc\x8d\xca\x27\x05\ -\xee\xbe\xb9\x03\x76\x30\xeb\xcd\xb0\xa2\x9b\x39\x04\x58\x63\xd4\ -\x39\x1e\xda\x4f\x0a\x29\x89\xee\x91\x11\xd9\xa7\x39\xb1\x9e\x8c\ -\xc5\xee\xdf\x27\x1a\x48\xbf\x6b\x72\xbd\xa6\x68\x1c\x8f\x1a\xa9\ -\x4c\x20\x2c\xe4\x43\x15\xb9\xc6\x1f\x06\x38\x01\x8c\xd0\x11\xb7\ -\xb2\x65\x4e\x8f\xaf\x05\x56\xb6\xb3\x26\xcc\x1c\x16\x37\xe0\xc7\ -\x9d\x7c\x9d\x65\xa4\x5b\xa6\x83\xe4\x72\x3a\xe0\x91\xad\xda\x82\ -\x18\x21\x2c\xa5\x09\x27\x73\x95\xe4\xd6\x84\x89\x5b\xc8\xc7\x79\ -\xd9\xe3\x97\x90\xfe\x86\xcf\xa9\xd3\x30\xc3\xc9\x49\xaa\x6b\xcc\ -\xd8\x75\x6c\xa2\x0f\x50\xdf\xa8\xa7\x35\xc9\x96\x60\x73\x78\x56\ -\x1d\x34\x62\x55\x8c\xea\x69\xe7\x7f\xec\xab\x5d\xe0\x7c\x8b\x98\ -\xe8\x79\x93\x06\x78\x34\x93\xa4\xee\x4e\x4a\x75\xbe\x07\x00\xc6\ -\xc1\x60\x22\xc2\x15\x97\x5f\x68\x2c\xbe\x4d\x9f\x4e\x57\xc0\xef\ -\x81\x7e\x67\xf3\xd3\x74\x11\x31\xbc\x6b\xd6\x98\x34\x21\xff\xd7\ -\x49\x55\x76\x99\x4d\xdc\x3c\x0e\x1c\x7d\x09\xe4\x73\x3a\x56\xe0\ -\xc0\x1d\xa5\x3c\x0f\xaf\xfa\x39\xee\x50\xa6\xf6\xc0\xe4\xc5\x90\ -\x60\x20\x7b\x7a\x63\x65\x42\xa5\x40\x1f\x79\x1a\xbb\x2d\x9c\x7b\ -\x38\x11\xaa\xbf\x38\x6e\x94\x11\xb0\xf8\xe1\xc3\xcd\xf1\xe9\xd4\ -\x14\x20\x05\x73\x94\x54\x46\x19\x63\xc9\x8e\xec\xaa\x3e\x0d\x3b\ -\x4a\x14\x4a\xb9\x61\xcf\xdc\x9c\xfc\xac\x9e\x57\x12\x93\x01\x76\ -\x2a\xd5\x7b\x41\x8d\x87\x49\x48\xa2\x09\x2d\xf0\x54\xe4\x4e\xda\ -\x52\x07\xd3\x41\x66\x1f\xac\x64\x89\xf0\x20\x06\xa9\xa4\x55\xb3\ -\x82\xa0\xcb\xdd\xc8\xb2\xaa\xe6\x36\xa2\xa6\xd7\x22\xb9\x53\x26\ -\x9e\x74\x8a\x3d\x65\xf2\x2a\x90\x14\x32\x1a\x55\x48\xba\x2c\x9a\ -\x82\x6a\x05\x6c\x48\x9a\x91\x08\xaa\xf9\xe7\xb4\xab\xc5\x97\xcc\ -\x27\x4d\x67\x67\x4d\xd7\x9e\x95\x7a\x5a\x13\x61\x7a\x50\xaa\x5f\ -\x96\x88\x4b\xdd\xb5\x7a\xec\xcd\x60\x36\x16\xde\xc0\x49\xd8\x04\ -\xe3\x69\x9f\x3e\x1b\xed\x6a\x14\x25\x33\x48\xbe\x4f\x3f\x85\x4e\ -\x74\x9b\xf3\xc5\x75\xd7\x29\x3d\xd0\x44\x73\x3d\xe2\x99\x28\xef\ -\xd4\x25\xa1\x66\xa0\xea\x26\x25\x35\x75\xdc\x07\xc5\x2e\xce\x8c\ -\xd5\xf2\x76\x0e\x47\x34\x42\x8a\xfa\xc3\xac\x8c\xfd\x7b\xe9\x08\ -\xf8\xed\x0d\xc8\x0c\x7f\xed\x79\x4b\x38\x43\x73\x0f\x7a\x62\x69\ -\x5a\x78\x58\x40\xbf\xfd\xf9\xbf\x41\x3f\x6f\x8d\x43\x8f\x49\x20\ -\xa7\x50\x27\x55\x4d\xab\xb1\xfa\x01\x41\x0f\x7d\x0c\x35\xda\xa6\ -\x15\xef\x76\xc9\x0e\xdb\xe9\x37\x43\x8d\x3e\x4d\x0e\xe7\xaa\x70\ -\x57\xea\xc5\x5b\x37\x5c\x71\x13\x15\xe1\x00\x3b\x90\xee\x93\xdf\ -\xe8\x93\xda\x9a\xb4\x28\xda\xa6\x86\x6e\xe6\x49\xa9\x56\x73\xf2\ -\xed\x79\x9a\x6b\x16\x55\x81\x12\xfb\x8a\xb9\x58\x11\xc3\x52\xcb\ -\x27\x96\x6b\x35\xaa\x63\x37\x64\xa7\xd1\xfc\x76\x0d\x71\x15\xc5\ -\x18\x19\x7f\x13\x2d\xe7\x87\x11\x0b\x40\x89\xee\xf7\x71\x51\xdf\ -\x4f\xe7\x19\x26\xe1\xf7\x18\x93\x9a\xb6\xe7\x22\x64\xf5\x5d\x5c\ -\xaf\xa9\x57\xe8\x85\xe2\x09\xc2\xa9\x7c\x8b\x3b\x30\xf3\x0c\x5a\ -\x65\x94\xb1\xc9\xf2\x0a\xd9\x8b\xd0\x28\x50\xfb\x74\x91\xf2\x40\ -\xd8\xad\x49\x5d\x8f\xfb\x47\x3c\x1b\xca\x68\xf0\x2d\x60\xb3\xd3\ -\xa3\x55\x72\xe0\x44\x51\x18\xe6\x34\x56\x4d\x7b\x35\x28\x28\x36\ -\x85\x45\x73\xed\x4c\xe8\x96\x9b\x46\x88\xdc\xd6\xc1\xeb\x10\xa5\ -\xca\xcb\xe9\xe1\xe7\x69\x02\xd5\xea\x0d\x05\xd2\xb0\xa9\x53\x9c\ -\xf3\x0d\x47\xf3\x41\x71\x97\xb0\xef\xc1\x3d\x03\xe3\x5d\x1b\xc9\ -\x31\xa1\xc6\xe5\x96\xff\x91\xa3\x74\x36\xcb\x73\x4d\xa6\x4e\x1c\ -\x18\x6e\xb1\x68\x86\x21\xfd\x5d\x56\x54\x40\x76\xf2\x8e\xca\xb7\ -\xef\x9c\x46\x23\xa5\xad\x29\xca\xb1\xb9\x11\x87\xc4\x39\xb4\x48\ -\xa4\xf2\x0a\x7a\xa4\x31\x05\xaf\xa2\xbf\x8f\x2c\x45\x37\x92\xfa\ -\x0b\x20\x9c\xd3\x17\x3c\xad\xc8\xa3\xe6\x09\x23\x87\x4e\x33\x1e\ -\x46\x2a\xde\x00\x93\x67\xa8\x31\x18\x8b\xd4\x33\x9f\x00\xa2\x9f\ -\x8c\x36\x08\x17\xd7\x2b\x73\x96\xa8\x82\xae\xdb\x7d\x11\xe6\x3b\ -\xec\x53\x77\xf3\x15\x70\x18\x31\xca\x51\x41\x06\x7d\x0f\xb7\x91\ -\x7e\xbf\x1c\x13\xed\x7e\x7f\x6a\x33\x1a\xa9\x3b\x49\xf3\x5e\x8c\ -\x73\x41\xb6\x34\x19\x8e\x0e\x00\x3c\x40\x6d\xd5\x09\x4c\x44\x20\ -\xb4\x4d\xd6\x24\x1b\x41\x0e\x0a\x9f\x5d\x66\x19\x97\x52\xb3\xbb\ -\xda\x6f\x94\x13\x2d\x1d\xda\x6f\x3a\x9c\x63\xcb\x2c\x8b\x1e\xfa\ -\x5c\xd3\x40\x7f\x9e\x83\x90\x00\xe5\x41\xb8\xb7\x03\xce\x2d\x7a\ -\x22\xa5\x13\x9e\xbd\x9b\x66\x33\xdb\xa9\xba\x0e\x16\x4c\xb3\xba\ -\xd2\xb0\x46\x1e\xab\xe8\x86\x6e\x3a\xee\xe2\x8a\x55\xea\x60\x28\ -\x1d\x0d\x61\xd9\xc4\xdb\xcf\x5c\x2e\xe7\x89\xe8\xa0\x2b\x9c\x8d\ -\xe2\x2f\xc5\x64\x00\x69\x75\x2e\xc9\x0e\xaf\xb3\xb7\x10\x7f\xa2\ -\xeb\xc5\xe9\xa8\x6d\x32\xf6\xe2\x51\xd7\xb3\xc0\x67\xb6\xe2\xf4\ -\x0b\x07\xf4\x61\x0a\xe0\x05\xc4\x16\x19\x02\xef\x31\xda\xeb\x21\ -\xc0\x1e\xdc\x4b\x78\xb7\x71\x06\x6d\x1f\x15\x3f\x53\xd3\x93\x8e\ -\x83\x9d\x45\x5f\xdf\x10\xdf\x5c\x7e\x3a\xad\xc6\x50\xba\xbb\x16\ -\x8b\x5f\x32\x39\x95\x13\xa9\x4b\x9a\x8a\x16\x18\xd3\x81\xa5\x94\ -\x13\x9e\x27\x1a\xb3\x01\x5d\x73\x3c\xdb\x06\x8a\x15\xbe\x1e\xce\ -\x3b\x5e\x74\x64\x00\x62\x34\xa2\xff\x34\x6a\x45\x98\x36\xd3\xd0\ -\x80\x4d\x37\xa2\x95\x8e\x4b\xaa\xc8\xc6\x38\xf3\x9b\xf0\x12\x5a\ -\x98\x7a\xb3\xd0\x16\xb1\x5b\xb0\x33\xd6\xcf\xd5\x32\x99\x1c\x09\ -\x21\x40\x6f\x60\xeb\x8d\x9f\x65\x3e\xbf\x4a\x92\x44\x78\x5d\x0c\ -\xb0\x19\x91\xf0\x9a\x1a\x21\x66\xce\xb0\x5c\x11\xc9\xc6\xf7\xb4\ -\xff\x0c\x34\x8b\xfb\x61\xe7\x6b\xec\x12\xa3\x2c\xa9\x2a\x6e\xfd\ -\xcd\x4d\xae\x2e\xce\x0c\x6a\x8c\x12\xe1\xfe\x7c\x00\x5e\x69\x00\ -\xd1\xe9\x34\x56\xec\x5d\x13\x3c\x68\xfa\x1d\x73\xab\x91\x23\x43\ -\x6a\xd2\x4f\x22\x35\x3c\x3f\x9f\x7a\x31\xc5\xe4\x82\x59\x43\xb0\ -\x25\x4c\x80\xdb\xf8\x7e\xef\x8f\xef\xed\x0d\x92\x35\xd0\xde\x61\ -\xdb\xdd\x9e\xdd\xa4\x33\xbd\xd3\x98\xba\x1d\xf2\x5f\xdd\x73\xa9\ -\xb7\xa4\x2b\xe9\x79\x49\xff\xf4\xa6\x3d\xb8\xf6\x69\x0e\x11\xe8\ -\x2f\xc4\xdb\xa8\xb6\xfe\x17\x40\xda\xf3\xe7\x68\x4e\xa0\xf2\xd2\ -\x0d\xbb\x77\x9b\x0a\x84\x86\x02\x42\x79\x91\xe8\x17\xea\x65\x34\ -\x5f\x7d\xa2\xd8\x9f\x8d\x09\xc3\xcd\xca\x9f\xdc\xdd\xef\xf1\x7c\ -\x74\x9a\x25\xd6\x64\x78\x9e\x1b\x24\xde\xb8\xfb\x04\xa2\x9f\x15\ -\x24\xea\xc1\xab\x92\x66\x39\x51\x40\x44\x11\xb0\xf7\xfe\xeb\xb9\ -\x99\x97\x2b\x61\x06\x78\xa6\x4c\xa5\xd9\x91\x67\xff\x1a\x97\xa9\ -\x44\x85\x30\x0c\x19\x6c\x52\xef\x24\xce\x34\x84\x58\x15\x32\x1a\ -\x54\xbf\x40\x87\x33\xa2\xc2\x80\x9a\xca\x19\x8b\x29\xc6\x0d\x96\ -\x6b\x50\xd9\xba\x1b\x57\xea\x7a\xa1\x43\xe7\x64\x9f\xa5\xdd\x05\ -\x49\x59\xaa\x62\x78\x2d\x9f\x86\x92\x47\x26\xb4\xcf\xa3\x10\xec\ -\xfb\x37\x29\x9f\x45\xb1\x69\x4d\xf2\xb5\xc6\x94\x58\x84\x46\xd1\ -\x4b\xf2\x19\x00\x4e\xc5\x15\x94\xdd\xbb\xb7\x99\x35\xdd\x68\x66\ -\x1f\x45\xc5\xb6\x3b\x46\x62\x12\x95\xf7\x87\xeb\x10\x03\xc1\x6d\ -\xd4\xbe\xb6\x3d\x4d\x12\x92\xe7\xc7\x2e\xa4\xbf\xc5\xa5\xcc\x35\ -\x1e\x05\x8f\x53\x85\xd2\x84\xc3\xa6\x5c\x1c\xef\xf9\xf2\x7a\x60\ -\x47\xd6\x56\x7c\x76\x8f\x09\x59\xe2\xc5\xe3\xf2\x3b\xa6\x8c\x65\ -\x44\x64\x1a\x86\x82\xba\x39\x2a\x04\x8a\xcb\x8b\xa6\x8d\xd0\x20\ -\xb1\x7f\x66\x57\x3d\x73\xb9\xc0\x72\xd3\x77\x1a\x38\xb2\x73\x92\ -\xa2\x0a\x08\x1b\x62\xad\xad\x78\xd5\x93\xc2\x84\x7a\xf7\xfd\xfc\ -\x4b\xd0\x35\x0a\x59\xe9\xed\x92\x96\xfb\xa6\x9e\x6e\x72\x78\xa5\ -\xe7\x31\x2a\x9e\x3c\x72\x7c\x6a\x3a\xa4\x23\x63\x32\x7f\x0f\xf5\ -\x02\x8e\x52\x63\x6c\x0d\x50\x9b\x00\xbc\xc8\x22\xc6\x64\x3f\x9a\ -\xa8\xf6\x3f\xec\xcd\x54\x04\xb5\xe6\x67\x13\x6a\x21\xba\xda\x9a\ -\x19\xa7\x75\x72\x3b\xcb\x0f\xda\x38\xb1\xe9\xcd\xfa\x9d\x32\x1a\ -\x27\x05\xc4\xef\x4f\x64\xd2\x5f\xef\x83\x65\xdc\x85\x8f\xa6\xaa\ -\x4d\x44\x7a\x76\xa6\x4d\x1e\xae\xdc\x1f\xf6\x2e\xe5\xf8\x39\x61\ -\xcf\xbe\x7d\x7d\xca\xa4\xb3\x27\x88\xb2\xec\xfb\x73\xdd\x29\x42\ -\x36\x79\xd1\x2d\x58\x54\xd4\x7d\x0a\x03\x32\xd6\x7c\x5f\x58\xa6\ -\x9f\x8b\xc0\xdf\x70\xa8\x55\x3f\xdb\x92\x81\x43\x15\xbf\xb3\xda\ -\x73\xd8\xfe\x30\xfa\x47\x2f\xac\x80\x4b\x5d\xd8\x64\x1b\x12\xf4\ -\x51\x00\x14\xe7\xd3\x31\xb1\x8b\xe6\xfd\xa2\xaa\x29\xb3\x6c\xdf\ -\x75\xf9\x85\x26\x28\x00\xa9\x95\xf7\x66\x5c\x18\x0d\x58\x14\x77\ -\x07\xed\x3a\xb9\xd0\x74\xe5\x79\xd3\xee\x63\x51\xbc\xa7\x78\xce\ -\x89\x63\xb2\x34\xd4\xc8\xd9\xdb\x27\x65\x91\xdb\xca\x83\xc6\x2e\ -\x76\x25\xb1\x5a\x7c\x7c\xa3\x35\x8b\x33\x7d\xe0\xc6\x78\xf1\xbe\ -\xc6\xae\x97\xdb\xd7\x4c\xb3\x98\x0f\x08\xcb\xa7\xd9\xab\x83\xf0\ -\x9e\x31\xd8\x5d\x60\x99\x2f\x07\xb8\x05\x17\xad\x94\xe8\x04\x80\ -\xaf\xaa\xa5\xb1\x7a\x64\x55\x9d\x95\x3a\xf0\x08\x67\xfc\x86\xca\ -\xe6\xa5\xe8\x08\xd7\xe4\x37\x4a\xfd\x3b\xa5\xcc\x39\xc2\x97\x0c\ -\x9b\x73\xac\xfb\xed\xf7\xe5\x61\x2d\x33\xc9\xbd\x92\xe0\xd1\x44\ -\xf0\x35\x5d\x50\xd6\x97\xef\xe3\x97\x85\x9a\xab\x56\x14\x3b\xf6\ -\x9f\x73\x7a\x56\x48\x25\xcf\x0e\x5f\xf9\x61\x93\x19\x48\x4f\x4f\ -\x0f\x57\x8e\xc5\x5c\x26\x12\x33\xc4\xaf\x3e\xfb\x3e\x9e\x2f\x34\ -\x2e\x6b\x79\x0d\xd7\xed\x29\xd4\x59\x2c\xd2\x1e\x0d\xa4\x6a\xd7\ -\x92\xb1\x4f\xd0\x56\x13\xc4\xa7\x61\x6a\x1e\xc9\x5d\x84\xad\xf4\ -\xde\x00\xbf\xaf\x93\x3d\x34\x14\x20\xcf\x71\x79\xf0\x97\x2b\xeb\ -\x23\x28\x70\x99\xa6\xee\xa3\xd7\xa5\xcb\x9c\x5b\xe8\xf2\x0a\x76\ -\x25\x0a\x7f\x79\x50\x65\xd4\x27\xbd\x28\x36\xed\x96\x4c\x7b\x55\ -\xb3\x92\x3c\x89\xda\xae\x3d\x74\xea\x21\xf5\xc9\xe3\x72\xcd\xcf\ -\x95\xc8\xaa\x6e\xc2\xa6\xfd\xd0\x59\x88\xce\xcf\x90\xf4\x0f\x68\ -\x43\x19\xa9\xf1\xd4\x8b\x8b\x3f\xcf\x04\x4a\x41\xe9\x5b\x76\x0f\ -\x29\x26\x72\xab\x3b\xff\x99\xa1\x92\xde\x78\xa8\x6b\x6e\x1c\x50\ -\x78\x14\xfa\x07\x7a\x1e\xd1\x02\x03\xa9\x42\x09\x78\xc1\x3a\x34\ -\x26\x78\x15\xa9\x7e\xd1\x47\x92\x09\x46\x69\x75\x9a\x9c\xb4\xfc\ -\x37\x82\xde\x05\xec\x04\xcf\x43\x44\x52\x2b\x00\x00\x20\x00\x49\ -\x44\x41\x54\x7b\xe6\x10\xed\x36\xdd\x95\xaf\x99\x50\x69\x8d\xbd\ -\xa8\xc5\x41\x20\x29\x4b\x55\x49\x85\x98\xdd\x6d\xab\xaf\x9f\x57\ -\x2a\x5d\x9a\xf3\xbc\x9c\x53\x55\x74\x5b\x23\x98\x53\x1e\x72\xd2\ -\xa6\xf2\x6b\x56\xd7\x13\xb9\xf3\x1c\x14\xcd\x10\xa1\xf4\xb8\x2c\ -\xfd\x91\x3c\x00\x9e\x9e\xd1\x36\xc3\x30\xb5\x34\x69\xc3\xe6\x38\ -\xe8\xae\x2b\xdd\xf0\xa2\x48\xb2\x98\x15\x3d\xc0\x12\xff\x1c\x42\ -\x50\x96\x66\xd0\xe0\x16\xf6\xa9\x05\x2b\x7a\xb9\x3a\x6d\x2a\x32\ -\xd0\x2a\x64\x5a\x73\xbd\xf6\xb2\x54\x5b\x56\xc8\xc8\xd1\x89\x06\ -\x24\x37\xb7\x7e\x65\xa7\x4f\x30\xca\x8b\x1b\xa8\xc7\xb5\x84\x1e\ -\xc5\x8b\x5d\x3e\x82\xdc\x55\x5e\xef\xa0\xfe\x1d\x1f\xa1\xc0\xd8\ -\x0e\xba\x5c\x83\x6d\xd1\xc1\x96\x0e\xf6\xe5\x1e\xea\xd4\xc4\xc6\ -\x72\x00\xe9\xe3\x33\x9d\x74\x4f\x7e\xc9\x48\x32\x86\x4b\xe8\x52\ -\x56\xa3\xe5\x4e\x3a\x6b\x68\xd4\xec\x59\x72\xea\x8b\x2b\xc0\xd5\ -\x35\x42\x0e\xdc\x68\x52\x92\x4c\xbf\xa1\x58\xb8\xc8\x9c\x30\xad\ -\x98\x54\x6c\x2e\x1b\x78\xa1\x0d\xc2\xcf\x98\x18\xc5\x19\x54\xeb\ -\xdc\x0e\x78\xd6\x6d\x32\x14\x07\x55\xe2\xee\x05\xdc\xcd\xd4\x03\ -\xee\xcd\x9a\x7c\xf9\xa4\xc4\xa3\x50\xda\x74\x82\x8f\xc8\x92\x60\ -\x63\x2d\x7f\x77\x91\x13\xc9\x0e\xba\x18\x95\xdf\x1a\x7e\xa1\xc4\ -\x20\x9f\x34\x43\x2c\x80\x65\xd0\xd8\xa7\xc6\x87\x72\xca\x9d\xf8\ -\x04\xb9\xf5\x4a\xcb\x41\x33\x6a\xb8\xad\x43\xee\xf7\xb3\xd2\xc8\ -\xbd\xec\x26\x2f\xc3\x9a\x5c\xbf\x98\xe8\x1c\x6c\x81\xa0\xc4\x1a\ -\x10\xc0\xc5\x8c\x40\x51\xa1\xe0\x7e\xaa\xfa\x12\xa2\x3e\xff\x53\ -\x52\xd4\xaf\x2a\xad\xa1\xd4\x34\x52\x51\xec\xd3\xd8\xdd\x4d\x7c\ -\xa8\x99\x49\x50\x9b\x1a\x74\x20\xf5\x00\x62\x75\xbf\x9c\x69\x32\ -\x7e\x6e\xe8\x5d\x38\x80\xf1\x26\x57\x89\xe6\x43\x0c\x21\x39\xcc\ -\xa3\xca\x1c\xa1\xd7\xbb\x19\x6e\xae\xf3\x39\x04\x38\xf0\x18\x0a\ -\x60\x3b\x70\xfb\xbf\x43\x68\x37\x3a\x59\x50\xfd\xdc\x82\xa8\x4f\ -\x4a\xbf\xfa\x0f\xe8\x83\x15\x56\x6c\x80\xf3\xbd\xec\xa2\xff\x7b\ -\x93\x76\xde\x3b\x9d\x9d\xb3\x69\x83\x63\x12\xe9\xd4\xca\x74\x28\ -\x84\x3c\xee\xb4\xce\xfa\x38\x6b\x90\x87\xd6\x4d\xf9\x01\x74\xf5\ -\xff\xda\x50\xb7\xd9\xd7\xe3\xfd\x36\x97\xc4\xa8\x85\x3b\xd5\x6f\ -\xfc\x19\x49\xf0\xae\xc6\xf5\xd6\xf4\x0a\xe9\xd8\x8a\xea\x0e\x90\ -\x55\xf3\x12\x78\xd1\x41\x75\x96\xe1\xdc\xdb\x99\x12\xf0\x09\x58\ -\xaf\xd3\xc8\x35\x53\x32\x32\xd4\xb6\x53\xe8\x2f\x08\x99\x93\xb7\ -\xf8\x20\x46\x5c\x4e\x74\x75\xea\x16\x53\x15\x5b\xe4\x97\x20\xf3\ -\x3c\x90\x7b\x13\xf1\xba\x18\x5e\x50\x53\xf6\x0f\xb0\xa5\xc6\x29\ -\xec\xa3\x4b\xc2\xa4\x40\xf4\x50\xe0\x40\x58\x57\x34\x65\xd4\xc7\ -\x9e\x74\x6c\x96\xc3\xb5\x10\x7b\x64\x31\x44\x16\xcb\x6a\x01\xb9\ -\x69\xf1\xde\xd0\xa0\x41\x0b\x3a\x8c\x30\xf2\xd2\x01\x1e\xe6\x1e\ -\xec\xc5\xe5\x6e\xd4\x3f\x4d\x1d\x8a\xa4\x01\x00\x35\xdd\x03\x43\ -\x9c\xa3\xdf\x90\x2c\x9e\xc5\x5a\x1f\x95\x5f\x14\x7f\xab\x50\x17\ -\x4a\x71\x9e\x1c\x1a\x27\x2b\xe6\xc4\xed\x58\xed\x67\xdc\x6e\x23\ -\xde\x8a\xba\x15\xcf\xc3\x9d\xac\xd4\x74\x23\xc2\x68\x6e\x73\x3c\ -\xdc\x70\x32\x5f\x00\x0c\xe8\x5d\xc2\x44\x6f\x52\x72\x02\xda\x36\ -\xe9\x10\x98\x36\xa7\xbf\xb3\x30\x2c\x86\x51\x4b\x1d\x17\x85\xde\ -\x3b\xc7\xd9\xd1\x08\x99\x5d\x6f\x6d\xf4\x33\xf8\xf5\x6c\xd4\xb6\ -\x5b\xab\xf6\x09\xcd\x28\x5a\x9a\xd8\x37\xd7\x8d\xc8\xd0\xc9\xd5\ -\x54\xd2\x2c\x39\xcb\x45\x52\x41\xdb\x28\x57\xa3\x50\x66\x7e\x11\ -\xfe\xd6\x46\xa7\x87\x96\xee\xcc\x6b\xf3\xc2\x27\xfc\x45\xe0\x96\ -\xb8\x7e\xa0\x5c\x1c\xc1\xa2\xe5\x78\x96\x92\x5b\x9a\xe2\xe0\x18\ -\x83\xdb\xf8\x5b\xd2\x16\x75\x52\x80\x8f\x9c\x35\x3e\x2e\x72\x42\ -\x5a\xf6\xf7\x64\xf8\x6e\xf1\xdf\xb9\xed\x2b\xc3\x2c\x91\x94\xc6\ -\xd0\xb0\x10\xca\xc5\x8d\x32\x0f\x4c\xbc\xac\xdf\xd8\x7b\x7b\xec\ -\x40\xf1\x2a\x23\x27\x6a\x3b\x1d\x07\xee\x1a\xfa\x06\x2a\xbc\x69\ -\x74\x12\x58\xf1\xaf\xb9\x1b\x2d\xb6\x34\x04\xe4\xe7\x13\xbd\x66\ -\x35\x8d\x09\x06\x66\x96\x11\xb5\x02\xc7\x2e\xf8\xdb\xa9\x52\x93\ -\x22\x59\x22\xda\x83\x6f\x8e\x46\x29\x63\xb2\x1c\x3a\x46\x16\xaf\ -\xe4\xfb\x93\xb4\xa6\xfd\xa7\x98\xfb\x9b\x1e\x69\x38\x7c\xa6\xf7\ -\x60\x94\x3b\x9c\xf5\xb4\xa8\x15\x9c\x91\xc3\x55\xb9\x40\xda\x34\ -\x30\xde\x04\xef\x55\x34\x98\x97\x67\xb5\xf7\xce\x60\x5b\xf2\x94\ -\xd9\x1e\xba\x1c\x05\xa3\xca\x74\xeb\x64\x84\x58\xd8\x9e\x5d\x50\ -\xfd\x15\x77\x16\x23\x49\xb5\x89\x4c\x95\xd6\xa8\xc0\x69\xd2\x9c\ -\x60\xc4\x06\x6d\xa3\xb3\x75\x81\xbf\xe4\x9e\x09\x4a\x8c\x8e\x26\ -\x88\x37\x46\xfe\x12\x54\x5c\x17\x71\xd8\x27\x7b\xc3\x54\xc6\x37\ -\x66\x3b\x1c\x14\x4e\x35\xcb\x9d\x86\x14\x07\xb1\xb5\x68\xf0\xa9\ -\x65\x21\x9f\xd8\xea\x13\xf0\xe3\x26\xc6\x0e\xdd\xd8\x19\x96\xda\ -\x03\x66\x89\xb4\x15\xb4\x53\xe3\xa8\xba\x71\xf1\x0f\x88\x6e\xa7\ -\x14\x95\x11\x14\xb3\x26\x85\x5b\xbd\x19\x95\x74\xd7\xbb\xbc\xb0\ -\x28\xc7\xd1\xbc\x7b\x95\x26\x45\x96\x67\xe0\x6f\x07\x25\x03\xf4\ -\x51\x2a\xf4\x59\x94\x5c\xb6\xbc\x53\x87\x09\x71\x8a\xdf\x96\x98\ -\x1f\x95\xee\x79\x20\xe2\x53\x2b\xf8\x20\x62\x76\x26\x2c\xbb\xa3\ -\xe8\x5d\x94\x26\x45\x77\xda\x73\xa4\x7c\xad\x7c\xde\x11\x11\xd2\ -\x3c\xc3\x3d\x3e\xc0\xa7\x7f\xe1\x81\xd2\x8a\xd4\x45\x70\x9d\x6b\ -\xd3\x9e\xa4\xe6\xaf\x40\xac\x2d\xdb\x41\xa6\x58\x1b\x2b\xc3\x79\ -\x4b\xda\x80\xf6\x1e\x4b\xf2\xb0\xfe\x12\xf0\x6b\xfb\x46\xaa\xde\ -\x70\xb0\x2f\x6a\x06\x66\xb4\x40\x77\x69\xae\x69\x46\x13\x95\x00\ -\x0f\x1b\x23\x28\x58\x3c\xea\x75\x5c\x02\xb4\x24\x2f\x67\x25\x9a\ -\x9b\x9e\x36\x30\xe8\x19\x92\x5e\xe0\xfb\xd9\x64\x4e\xb6\x0e\xf1\ -\x91\xb9\x4a\x2b\x83\xc4\x4f\x37\xea\x6f\xf4\xec\xd4\x00\xc5\x9a\ -\x8e\x7b\x20\x28\x66\x2a\x19\x1b\x54\xe4\x8c\x95\x54\xe7\xee\x98\ -\x9d\x26\x15\xa2\x65\x94\xa6\xc0\xa2\x0b\x9b\x3e\x5f\xeb\xe3\xd2\ -\x29\x72\x63\x09\x94\x9e\xdb\xcc\x95\xe8\x30\x5d\xe8\x34\x7e\x37\ -\x37\xe9\xf5\xa2\x4e\x66\x82\xd1\xa3\xb7\x31\x45\xa4\xd6\x4c\xe4\ -\x61\x76\x76\x52\x9c\xcb\x29\x79\x61\xf6\x7c\x54\x19\xdb\x4b\x42\ -\x23\xc9\x0a\xbd\xef\xa4\x8f\xc2\xc1\xb9\xd4\x63\x82\x46\x66\xe7\ -\x63\x6d\xaa\xba\x0e\x9e\xca\xf4\xad\xd5\xf4\x42\x00\x76\x18\x4f\ -\xb5\xac\x29\xb9\x87\xf5\xfe\x73\x1a\xdf\xcf\xb1\x60\xa4\xc9\x18\ -\xd6\x07\x73\x80\x63\xf2\x08\x03\xe4\x2d\x65\xc2\xef\x96\x68\x1a\ -\x49\xaa\x66\x19\x7e\x05\x36\x51\x96\xa0\xdd\xb7\x93\xf6\x12\xd7\ -\x79\x04\xdd\x20\x46\xf7\xec\x9c\xcb\xdb\x5d\x02\xfb\x98\x50\xb9\ -\xc4\xba\xdb\x73\x36\xf6\xd6\x96\x07\x44\x08\xa3\xdc\x5f\x09\x9f\ -\xfd\x67\x56\x06\xd1\x0f\xfe\x6c\xf3\xc1\x5f\x60\x47\xb5\xb8\x6d\ -\x3c\x32\x5b\x54\xb2\xcc\x1e\xee\x0d\x96\x1f\x4c\xfb\x0e\x1d\x92\ -\x1f\xbe\x5e\x78\xdb\xb4\x4a\x07\x62\x08\x6c\xdc\x47\x11\x7f\x7f\ -\xdc\xe7\x7e\xad\x26\x66\x5f\xce\x9f\xb4\x1c\x02\x8a\xc6\xa8\x5d\ -\xb0\x2b\xc6\xad\xf2\x69\x8e\x78\x35\x0e\xdc\x5e\x34\xa7\x91\x42\ -\x9f\x58\x90\x24\x8a\x28\xfa\x01\xb7\x42\x2e\xf4\x20\xf1\x0e\x2c\ -\x47\xc2\x9e\x66\x1c\xe0\x8b\x38\xb9\xbc\x96\xd3\xa2\xc3\x56\x3b\ -\x84\xa2\x4a\x04\x59\xfb\xe0\xdf\x6f\xac\x4a\x12\xf5\x80\x47\xc9\ -\x66\xc2\x34\x45\x54\x99\x2d\x81\x2a\x87\xde\x62\x68\x27\x28\x4d\ -\x11\x98\x1b\x4d\xc1\xbf\x1f\x01\xf8\xe0\x77\x1e\x4a\x0d\x15\x8a\ -\x1c\x1b\x6b\xe4\x01\x3d\xb2\x28\xd6\xfa\xc1\x9f\xfb\xff\x75\xb7\ -\x9e\x46\x87\xf0\x75\x70\xab\x60\x6d\x75\x61\xae\xba\x5b\x5f\x20\ -\xb4\x46\x79\xfc\xfd\xfd\xb7\x1c\x72\x92\x5a\x54\x87\xd4\x27\x72\ -\x6e\x16\x83\xe5\x9a\x79\x37\x44\xd8\xfa\x9b\x2e\x3a\x3d\x7f\x6c\ -\x39\x22\x78\x6f\xcb\x29\x32\x5b\xdc\x3b\xed\xcb\x23\xf3\xe7\xcf\ -\xfe\x17\x0b\x3f\x60\xbe\xcc\xfa\xde\xd7\x88\xdc\x76\x81\xdd\x2a\ -\x99\xb2\xce\x2f\xbc\x3a\x91\x3d\x26\xc6\xd1\xbc\x06\xf2\xfa\x91\ -\x5f\x7b\xa6\xab\x15\x95\xca\x50\xba\x5c\xcf\xe6\x2e\x67\xe9\x8e\ -\xb9\x3c\xfc\x12\xbe\x4e\x7f\xb3\x49\x2a\xe1\x66\x07\x4f\x26\x65\ -\xd0\x50\xd9\x9d\x53\xb6\xdd\xa6\x5e\x7c\xd0\x8e\x2e\xf6\x1c\xa2\ -\x00\x4a\xa2\x41\xf0\x43\x75\x11\xe1\x57\x7f\xf1\xa3\x2b\xf5\x72\ -\xa6\x65\x21\xb0\x1b\xa4\xd8\xd8\x3e\xa6\x43\x71\xc1\x8b\x8f\xe2\ -\x1b\xbd\xea\xcb\xa4\x42\xf5\xb6\x8b\xaa\x71\xfa\x39\x9c\xae\x58\ -\xb1\xf7\xbf\x4e\x6d\x0b\x33\x18\x1e\xcd\x79\x35\xe3\x53\x0b\xc4\ -\x6c\x1a\x8d\x1b\xdb\x6c\x70\x63\x7f\x1e\x07\xfd\x56\xa3\xa3\x0e\ -\xa7\x53\x8e\xcb\xd1\x90\xd5\xb8\xc8\xac\x6e\xaa\x4b\xd6\xd0\x52\ -\xca\xe6\x3e\xb4\x7b\x3b\xf7\x61\x84\x98\x52\x39\x28\x1d\xba\xa9\ -\x8f\xde\x20\x6d\x39\x28\x91\x5f\xea\x17\x9e\x4d\xe4\x1b\xb5\x24\ -\x75\x01\xf6\x67\x3f\x91\x93\xc2\x7c\x70\xe7\xed\x77\x6d\xbd\x3d\ -\x6f\xd0\x5c\xe2\xf2\x62\x74\x2b\xdf\x5b\x6f\x08\x5c\x27\x29\x8d\ -\x32\xe2\xeb\xeb\x13\x39\x66\x7c\x95\x04\x06\x0a\xe5\xcb\xa7\xc2\ -\xfe\xfb\xd6\xb4\x35\x8e\xa9\x7b\x50\xde\x38\xa7\x5c\x7e\x57\xb8\ -\x05\xfa\xe7\xf3\xc7\x32\x68\x64\xd5\x94\xa8\xd1\xd5\x3f\xf7\x6f\ -\x5a\x3a\xf7\x90\xf9\x68\x12\xf6\xd2\x44\x41\x01\x72\xea\x62\xb9\ -\x16\xee\xfb\x4f\x03\x44\xf8\xf1\xfc\x43\x8f\x73\xea\x85\x4b\xc4\ -\x2e\x19\xce\x6d\x45\xef\xed\x77\x40\x60\xe8\x37\x80\x7f\x6c\xf2\ -\x14\x13\x06\x96\x47\x23\x1e\xf6\xe9\x3d\xea\x02\x00\xee\xdb\x0a\ -\x93\xee\x2e\x5b\xc5\x06\xe3\x23\xbf\xf6\xbe\xdd\xc8\x46\x43\x77\ -\xe6\xd6\xce\x7f\xf6\x5d\xe8\xb9\x67\x0d\x12\x01\x3f\xee\x52\x78\ -\x63\xbb\xf1\x07\x35\x21\xb8\xbf\x11\xa6\xcc\x09\xa4\x70\xcf\xd2\ -\x9a\x5c\x11\x11\x74\xed\xec\x8d\x58\x7f\x8a\x59\x21\xb7\xe5\xa4\ -\xdd\x7e\x3f\xa8\x03\x28\x7b\x59\xf6\x94\xe7\xfe\xdd\x5a\xf4\xd9\ -\x61\x1c\xe2\x35\xc0\xbd\x7f\x1d\x80\x32\xb3\x1e\x76\xea\xd7\xf6\ -\x1a\x43\xd4\x7c\x2a\xf9\x28\x96\x55\xcd\xcd\x76\xe3\xe3\x96\xd4\ -\xe1\xc6\xeb\x53\x33\x3f\xf7\x3e\x22\xa3\xf8\x4d\x6a\xa7\xff\x9c\ -\xcf\xbe\xcd\x39\xd8\x01\xc5\x34\x1c\x88\xa6\x95\xb6\x47\xd6\x50\ -\x06\xa9\x66\x81\x0f\xc2\x2f\xee\x71\x5f\xc6\x39\xce\xec\x53\xe6\ -\x4d\x66\xaa\xb1\xcc\x68\xaa\x03\x4b\xea\x39\x55\x96\x69\xc8\x6e\ -\x8f\xb4\x06\xc5\x71\x6f\xa7\x80\xad\x99\x81\x19\x40\x5d\xdc\xcf\ -\xeb\x31\x6d\xb0\xef\xf7\xab\xbf\x4d\x3b\xbe\x92\x36\x8f\x66\xf2\ -\x32\x0b\xde\x02\xa4\xc2\xc4\x43\x5d\x16\x50\xcc\x02\xce\xcf\x98\ -\x39\x56\x9d\x79\xde\x26\xd8\xfb\x73\x67\x5d\xc4\xdc\xd9\x32\x97\ -\x1b\x3f\xfd\x96\x93\x32\x95\x26\x9b\xdc\xe9\xcd\xa2\x5d\xee\x11\ -\xbc\x4b\xae\xcb\x24\x55\xfc\xca\x46\x28\xf5\x89\xa5\xdd\x95\xf6\ -\x3f\xbf\xf2\xa9\xc6\x9c\x38\x29\x90\x09\xcc\xee\x27\xc8\xb5\xc9\ -\xdd\x68\x3d\x07\xb5\x1b\x3d\x65\x86\xa0\x7f\x97\xcf\xe7\xd3\xb4\ -\xaf\x52\x54\xc1\xb8\xbf\xf7\xdd\xd8\x31\xea\x06\x1c\x92\x77\xd4\ -\xe7\xb3\xb1\x5c\x13\x66\xd4\x4d\x19\x8d\xde\x7d\xff\xd6\x9a\x88\ -\xba\xb9\x4d\x81\x85\x26\x48\xc1\xc9\xe8\x10\x37\x9f\xb9\x3d\xe3\ -\x2a\xba\xe0\x9d\x77\xbd\x9d\xaf\x37\x88\x36\x16\x5d\x9e\x87\x48\ -\x39\xa9\xd6\xb6\xfe\xfa\x1a\xb3\x33\xcc\xfa\x87\x3f\xf7\x2f\xae\ -\xeb\xf2\x58\x06\x07\x2f\x76\x81\x08\xa2\xbf\x9e\xb3\xda\xfa\x8e\ -\x55\xe0\xda\x67\xfb\x4c\x9b\x3c\x73\x2f\xe8\x82\x2e\x09\xf8\x65\ -\xdb\xfb\x59\x7f\x49\x99\x81\x61\x11\xfe\x7c\xfe\xd8\xac\x55\xcb\ -\xb3\x5a\x83\x29\x90\x54\x7c\x71\x6d\x99\xa4\xa4\xe6\xaa\x03\x57\ -\x6b\x63\xc6\x85\xbe\x9b\xe8\xf3\xdb\x20\x93\xf9\xc1\x3b\xb6\xb5\ -\xaf\x19\x6c\x1b\x82\xd6\x8b\x90\x97\x52\x74\xec\xca\xeb\xa0\x0e\ -\x61\x68\xae\xe2\xef\xd2\xcb\xd8\xf4\x44\x61\xf3\xe2\xcc\xbc\x82\ -\xc9\x31\x3f\x91\xdc\xd0\x20\x9c\x72\x62\xbf\xb2\x71\xab\x05\x17\ -\xce\xce\x78\x0d\x61\xde\x5a\x2b\x03\x5c\x81\x27\x72\xfd\x5f\x73\ -\x70\xdc\x02\x3d\xb8\xae\xdd\x24\x40\xdf\xac\xb0\xe3\xe2\x71\xa8\ -\x64\xad\x35\x2c\x22\x33\xc7\x06\x95\x67\x12\x13\x48\xc9\x02\x8e\ -\xc7\x14\x47\x53\x5f\xc5\xd6\x78\xc2\xec\xc4\x13\x69\xd4\x26\xbe\ -\x1c\x13\x80\x83\xef\x2d\x61\x51\xfb\xdc\x88\x38\xdd\x94\x9c\xce\ -\x15\x39\x26\xd2\xcc\x13\x48\x42\x67\x20\xb8\x98\xb1\x63\xb3\x89\ -\xf1\x66\x83\x07\x7f\x31\xa7\xab\xa0\x21\x70\xd4\xe8\x6d\x93\xde\ -\xba\xf7\x06\x76\xf0\xa3\x35\x1b\xe4\x37\xda\x22\x35\x8b\xe5\x15\ -\x3f\x7f\x17\x92\x63\x01\x95\x7e\x89\xb0\x94\x23\x15\x28\x69\x13\ -\x31\x8e\x5e\xca\xe0\x9d\x43\xef\xc3\x16\x5b\x2b\x7c\x56\xff\x6e\ -\xc7\xfc\x6d\xfd\xcc\x69\xdf\x73\xe2\x75\x66\x6a\x24\x2d\x67\x18\ -\x31\x3c\x1d\xe5\x7a\x8e\x5b\x7f\x85\xe6\xa4\xc3\x87\x3d\x37\xbd\ -\x0a\x71\x6b\x7f\xe2\xab\x2e\xe0\x3a\x27\x64\x91\x0e\x8f\x0d\x12\ -\x6f\xd8\xb5\x59\xb2\x1f\xee\x6b\xbc\x9a\x13\x1c\xd6\x57\x5a\x42\ -\xe4\x21\xa1\xb9\x66\xa1\x85\x16\x0f\x67\xc7\xa6\x89\xc2\x6a\xba\ -\x0a\x1a\x64\x3c\x28\xbc\xc1\x0e\xb1\x4b\x0b\x3f\x2c\xb3\x16\xd3\ -\xc2\x85\xe6\x28\x79\xff\x0d\x71\xe3\xcc\x2c\xa3\x34\x86\xe9\x08\ -\xa4\x9c\xd6\xfb\x8a\x74\x6e\x35\x7b\xd7\x06\xc7\x4b\x35\x00\x43\ -\xac\xbf\x13\x19\x31\xad\x51\x4e\x3c\x2f\x8c\x6f\x2e\x71\xad\x1a\ -\x5a\x1e\xe6\x0e\xa4\xdf\xf3\x44\xf4\x9c\x0a\xfa\x99\xac\xba\xbd\ -\x21\x88\x70\x62\x4e\xb3\x85\x70\xc5\xb0\xe0\xe3\xcb\xa3\x08\xe2\ -\xf3\x5a\x61\x71\xf1\x82\x52\x69\x60\xbb\xe3\x66\xb0\x02\x92\x6d\ -\x01\x1e\x86\x3a\xd1\x70\x0f\x8a\x2b\xa6\x73\x68\xed\x7f\xb1\xa6\ -\x82\x9e\x26\x3f\xe7\xf9\xd0\x4d\x6f\x54\x81\x8b\x8a\xd6\xdb\x9f\ -\x79\x9c\xe9\xbc\xfe\x39\x0c\x49\x64\x98\x8b\x8c\x09\x4b\x6a\x05\ -\xca\x9e\xdb\xf2\xff\x38\x9d\x21\x55\x27\xf5\x51\x53\xd3\x60\xd9\ -\x6d\x7d\x7f\x10\x73\x9b\xf8\x7e\x63\x93\x98\xcb\x2b\x3c\x0c\xb4\ -\x72\x17\xed\x9e\x88\x89\x76\x69\x53\xd8\xce\x6c\x75\xf1\xf6\x2a\ -\x1a\xb0\x88\xd8\xb4\xa9\xdd\x0b\x61\x17\x5d\xe1\xbf\x9d\x16\x46\ -\x58\xf4\xe3\x68\xb5\xf8\x77\xf0\x9c\x39\x96\x04\xfc\xc2\xb0\xd6\ -\xce\x7f\x29\x87\x2e\x78\x10\x6b\xac\xa9\x04\x2f\x5f\x74\xa3\x83\ -\x82\xdd\xa8\x92\xab\x4c\xb6\xce\x48\x09\x8d\x7b\x85\xdb\xf4\xf0\ -\xd0\xe8\xe6\x7b\x0f\x4b\xef\xa3\x08\xcd\xf3\x8b\x12\xd1\x48\x4a\ -\xaf\xbb\x23\xb5\xb3\x45\x5a\x10\xb1\xd5\x14\x3f\x1e\x4a\xaa\x87\ -\x5b\x6e\x81\x8f\xee\x74\x87\x69\x45\x7d\xc6\x43\xd4\x5d\xb8\x07\ -\x35\x3b\x70\x76\xa3\x0c\x36\x49\x43\x50\xf2\xdc\x79\x72\x1f\x6c\ -\x00\x23\xf9\x59\xc3\x5b\x4d\xe1\x5d\x5a\x4a\xd0\x77\x8a\xff\x41\ -\x99\x64\xc5\xd7\x09\xfb\x15\xe7\x33\x24\xed\xf8\x63\x7f\x87\x7e\ -\xf8\x8d\x86\x1e\xcd\x22\xae\xeb\x90\x88\xb4\x68\x15\x55\xd0\xba\ -\xbe\xc8\x18\x18\x3b\xa9\xb7\x3a\x0c\x42\xca\x40\x41\x21\xca\x5f\ -\x8d\x19\xa2\xbe\xec\x60\x4d\xdd\xc9\xd2\xf6\x75\xdd\x52\xa3\xee\ -\x6d\x40\xb2\x51\x97\x1d\xd4\x6d\xd2\x84\x73\x58\x71\xd2\x18\x7b\ -\xfd\x43\x42\x23\x9a\xc1\x26\x8e\xd7\x41\xdb\xd7\xa9\x43\x6b\x86\ -\x6b\x7d\x5e\x95\x1a\xfc\x66\xfe\x33\xa7\x8e\x92\x4d\x76\xa6\x14\ -\x86\x91\x4d\xd8\xab\x43\x71\x71\x73\x3d\xec\xd4\x6a\xcf\x2a\xb5\ -\x9c\xd2\x35\x58\x30\x43\xea\xe2\xd6\xf9\x09\xec\x60\x4e\x37\x17\ -\xc7\xd9\x48\xc0\x16\x97\x88\x88\x1b\xd5\xf0\xa8\xe7\x1f\x95\xc3\ -\x56\x5c\xb4\x86\xfd\xba\x35\x8d\xe1\x8a\xcc\x60\xbd\x5c\xaa\x52\ -\xc1\xf7\xaa\x82\xeb\xa2\xab\xa8\x30\xf8\xbb\x75\xf9\xc6\x74\xc4\ -\x4a\x24\x4b\xa6\x63\x8d\x3e\x5c\x4f\xe8\x31\xa6\xcd\x80\x45\x1c\ -\xc1\xa3\x3a\x1b\x8a\x47\x61\xa9\x95\x9b\x74\x86\x56\xa6\x95\x66\ -\xa0\x61\x3d\xb8\xea\xa5\xa8\x3b\x7f\x76\xf1\x98\x39\x2f\xa6\xc8\ -\x3b\x80\x96\x45\x6c\xfc\xff\xe4\x64\x8e\xfd\xc2\xc5\xef\xe8\xfd\ -\x59\x18\xab\xb4\xc2\x7f\x95\xfd\x66\xda\x3a\xb6\xc6\x32\x03\xdc\ -\xc6\xc2\xbd\x21\xc4\x87\xb5\x79\xdb\x30\xdc\x53\x15\x9a\x9b\x9c\ -\xf6\x43\xbe\x02\x11\xc3\x64\x2f\x8d\x12\xa8\x28\x00\xfc\x42\x65\ -\x2b\x81\x6b\xd0\x3b\x79\xf2\x2c\x9a\xe0\x71\xad\x6b\x52\xe3\x9c\ -\x86\x53\x1a\x85\x10\x05\x52\x16\xa4\xea\x68\x9a\xaa\x62\xdf\x0a\ -\xd9\xea\x54\x1f\x2b\x84\xcb\xf9\x91\x1e\xee\x5b\x53\xaf\x42\xc3\ -\x6e\x74\x14\x3d\x54\x10\xd8\x70\xde\x39\xb2\x9e\xa2\x98\x09\xa7\ -\x19\x13\xba\x97\x49\xc5\xb5\xa6\x1d\xad\xf4\x3c\x91\xe6\x78\x46\ -\x4a\xe9\xe4\x47\x08\xa1\x35\x27\x62\x33\x42\xef\x46\xae\x11\x06\ -\xd7\x3d\xa7\x3a\x2f\x20\xc6\x4b\xe9\x34\x75\x20\xcd\x60\xa4\x71\ -\x41\x1f\xf9\x2b\x8f\x26\xf3\x9b\xeb\x13\x7a\x8e\xc9\x0c\x26\x1d\ -\xdc\xf0\x57\xde\x7e\x14\x27\x55\xd4\x30\x47\x03\x63\xb4\x18\xcb\ -\x52\x72\x31\x7b\xbc\x4f\x3f\xbc\x84\x5e\xb2\x55\x68\xfb\xc5\xcb\ -\xcd\xec\x83\x5f\x6d\xd5\xcf\xcb\x64\x6a\x20\x23\x37\x27\x78\xf3\ -\x9c\xd3\xaf\xfa\x19\xeb\xd5\xf5\xe8\xfc\x3d\x6f\x34\xc5\x6a\xe2\ -\xd6\xa0\x11\x9e\x40\xd1\x1b\xbb\xa7\xef\x3d\x49\x13\x8e\x0a\x0d\ -\xd6\x74\xa5\xd0\x7c\x0f\xdc\x83\x5b\x93\xfe\x88\x61\xbd\x1f\xe7\ -\xcf\x48\x87\xf1\xe7\xaf\x78\xc9\xc8\x8a\x00\x5e\x2a\x3a\xd0\x1e\ -\x25\x42\x2f\xdb\xec\x33\xc8\x28\xce\x66\x40\x65\xed\xd7\xab\x85\ -\x9a\xfb\xe4\xd7\xa9\x2b\x9a\x0d\xb4\x24\xb3\xa0\xeb\x8e\x06\x5d\ -\x9b\x3a\xe1\xee\xdd\xa4\x24\x43\x88\x83\xa6\xa4\xb3\x39\xec\x16\ -\xed\x7f\x73\x6e\xc4\x17\x43\xa3\x6f\x7a\xe1\xf1\xef\x9a\xde\x2a\ -\xe4\x47\xec\x36\xff\x69\x3b\x4f\x38\x8c\xa4\xea\x6c\xcf\xa2\x92\ -\xc2\xa2\xbf\x85\xb3\xbf\x9c\x8d\x67\xb1\xab\x72\x7b\x33\x60\x34\ -\x66\xca\x48\x4f\xf1\x77\x57\x53\x0c\x6e\x19\x46\xdd\xe8\xa3\xc8\ -\x64\xec\x1a\x5c\x4e\x04\xb9\x98\x18\xd4\xb4\x39\x32\x98\x2d\xe4\ -\x93\x1b\x9b\x74\xb2\xe9\xde\x50\xd9\x34\x55\x54\xd4\xb4\xc4\x89\ -\x7b\x58\xfc\x93\xe7\x1a\x77\xed\xb1\x4f\xe5\xeb\x3b\xaf\x04\x44\ -\x2a\x90\x5a\x5c\x53\x48\x8f\xf7\xa9\xba\x93\x92\xa5\xda\xcc\x9e\ -\x8e\x68\x8b\x2a\xf4\xcb\xdd\xb7\x0c\x49\x64\x14\xfd\xef\xae\xb4\ -\x93\x66\x3e\x9d\x7c\xb5\x64\x5d\x87\xbd\x78\xde\xb6\x61\x5c\x70\ -\xe8\x58\x72\x1f\x1e\xe1\xc0\x6f\x8d\x57\xff\x3e\x4f\x20\xa1\x8a\ -\xca\xf3\xbb\xe4\x11\x19\xe0\xcd\x11\x07\xe2\x23\x7f\x08\xd3\xab\ -\xbb\x6a\x39\xfe\xd1\xc8\x56\xab\x1b\x6a\xcd\x53\x85\x9a\x95\xb9\ -\x16\x05\x5e\xf5\x59\xcf\x45\xa3\x5f\x34\xe4\x17\x2d\x71\x4e\xce\ -\xe1\xf4\x42\x2d\x26\x11\xcc\x4d\x55\xb6\xb8\xfb\x5c\x39\x81\x86\ -\x56\xdb\x98\xbd\x5d\x1f\xdc\x0c\x50\x0e\xad\x6c\xce\xc9\x69\xea\ -\xf4\xd6\x99\xb3\x46\x27\x20\x58\x7a\xab\xae\x3f\x2b\x6b\x80\x62\ -\x6d\x28\xc4\x99\x61\xbd\x59\x90\x57\x60\xa8\x73\x35\xcf\xf3\xec\ -\x2d\xfb\x33\xf7\x96\xbb\x5c\x06\xd8\x6d\x79\x8b\xfb\x00\x65\x35\ -\x0d\xbe\xe4\xac\x2b\x68\x9a\x98\x0c\xa7\xbd\x06\x34\x4a\x97\x97\ -\x0c\x43\x97\xf9\x9e\x13\xb8\x8b\xfd\x76\x34\x5e\xa9\xd7\x93\x9a\ -\x56\x2e\xd7\x3b\x1b\x83\xe8\x9a\x0e\xd1\x29\x8a\x3f\x65\x29\xf3\ -\x5a\xce\x06\x4f\x22\xa4\x7d\xd7\xcf\x00\x5c\x65\x7b\x16\x52\x5c\ -\x76\x8f\xfc\xdf\x6c\xd5\x23\x28\x6e\x8e\x57\x5c\x54\xce\xa3\xb8\ -\x7b\xb5\x68\xd7\x39\x3a\x57\x3d\x2f\x22\x1e\xf6\x9a\x61\xaf\x3e\ -\x34\x48\x9d\x7d\xda\xbb\x3a\x51\x9c\x89\xe1\x0f\x54\xc4\x03\x34\ -\x07\x45\x84\x6c\xc1\xbc\xb9\xc8\x3d\xf2\xa2\xc2\x37\x9f\xe4\xe1\ -\x5e\x63\x17\x12\x1f\x48\xcd\xcc\x14\x79\xd1\xa3\x96\x16\xa5\x4d\ -\x9b\xf4\xbc\xd0\x75\x5b\x41\x0d\x6e\x0d\x6c\x69\x06\xd2\x08\xc0\ -\x0b\x97\x08\x22\x7c\x16\xcd\xf0\x5c\x1e\x49\xb4\x8a\x79\x3e\x63\ -\x33\x29\x38\x7f\xbf\xb9\x1e\x11\xf3\x0b\xe2\xb1\x5b\xae\xcf\x0c\ -\x5e\xeb\xae\x75\xb5\x21\xa7\x08\x3f\xec\x30\x55\x35\x83\xd8\x8c\ -\x03\xcb\xa9\x99\x88\x8b\x79\x13\x0f\xc4\x2b\x72\x58\xe8\x25\x13\ -\xe6\x69\xd2\x60\xdf\x35\x9f\x7f\xb7\xa6\x17\xcd\xac\xae\x71\x51\ -\x75\xca\xa5\x08\x16\x5f\x13\xa9\x51\x81\xec\x86\xda\xe3\x86\xee\ -\xe5\x5c\xfc\xa6\x4d\xd4\x43\xa8\xfe\x72\xf0\x9d\x46\x32\xd1\xe0\ -\xf5\xef\x4b\x99\x0f\xa4\x0f\x74\x2d\x11\xed\x4e\x4d\x4a\x6d\x02\ -\x95\x66\xad\xad\x9f\x2e\x9a\x1e\x6e\x97\xe0\xa1\x07\x7a\x00\x06\ -\xcd\xee\xbd\x37\x56\x0f\x0d\x51\x3b\x18\x39\x13\xcc\x7b\x61\x21\ -\x65\x1e\xe3\x97\x56\xa1\x49\xfd\x10\xee\xe1\xd6\xe7\x79\x44\x4d\ -\x68\xcb\x4d\x73\xc2\x3e\xc9\xa5\x61\x88\x70\x16\x1c\x19\x0e\xdd\ -\xa9\x33\xc3\xa8\xa5\x26\x73\x31\x9d\x34\xba\x24\x0f\xc3\x06\x1c\ -\x20\xf7\x78\xcf\xc3\x62\x1c\xaf\xc6\x41\xfa\x06\x08\x85\x20\x9f\ -\xaa\x78\xe6\x43\x17\x1a\xa6\x05\x89\xca\x86\x8e\x25\xf5\x05\xec\ -\x54\xca\xf6\x4e\xf5\x69\xf0\x48\x2f\xe7\x65\x16\xbb\x54\xb6\xe6\ -\x15\xe8\xdb\x8f\x45\x3b\x99\x16\xff\xb4\x06\x62\x17\x45\x26\x2e\ -\x7c\x2e\x1a\x5c\x02\x19\x64\xe2\xef\x3e\xc5\x99\xc1\xd7\x94\x74\ -\x28\xdd\x9c\xcd\xe1\xf3\x1b\x48\x4e\xe8\xe3\x5c\x22\x5c\x47\x13\ -\x36\x1d\x29\x55\x0e\x17\xbd\xe3\x1c\x29\xc4\xd4\xff\x93\x2b\x99\ -\x2e\xe8\xa9\x74\x46\x0f\xf4\x1c\xac\x2a\xef\x7d\xa2\x2d\xaf\xda\ -\xb4\x88\x25\x20\x56\xd0\x56\x60\xc5\xc1\xe9\x68\xab\xeb\x8b\xf4\ -\x2c\x80\x1a\x90\xd4\x0b\xcb\xbe\xc7\xc7\xdc\x83\x7e\x8e\x22\xba\ -\x74\x2e\x49\xcb\xd4\x7b\x02\x24\xae\x01\x93\x6e\x28\x19\xf4\xf5\ -\x83\x0e\x5c\x88\xb0\x0c\xbd\x8b\x35\xc5\xd4\x72\x71\xa4\x2d\x7a\ -\xf6\xfd\xe1\xd3\x0f\x95\x02\x5b\x99\x32\xd4\x88\x74\x16\xf7\x27\ -\xc0\x14\xd9\x45\xac\x18\x21\x83\xc1\x0a\x31\x8a\xf4\x2a\x9d\xcd\ -\xa1\x23\x1f\x06\x4f\x0d\x14\xcd\x2c\xb3\x68\x68\xf2\x7c\x94\x99\ -\x63\xc4\x84\x9e\xd1\x55\xe7\x61\x01\xd1\xe4\x7a\x46\xe4\x5e\xc4\ -\x98\x6e\x1a\xf0\xb4\x1e\x40\x5b\x3f\x5c\xa4\xbd\xd3\xc7\xe4\xc6\ -\x3f\x47\xbf\xf3\xe2\xfd\xc6\x44\x64\x4c\xeb\xa5\x4c\x51\xc4\x35\ -\x72\x7d\x32\x32\x63\x10\xb4\x01\x1b\x9a\xa6\x35\xaa\xd3\x08\xc6\ -\xd8\x32\xf2\x70\x50\x8e\xe0\xf6\xf1\x67\x47\xa6\x93\x0c\xa3\x89\ -\xa1\x05\xf2\x0f\x7c\x7f\xee\x9c\x3c\x74\xb3\x18\x22\xc5\xc5\x8c\ -\x5b\x28\xef\xed\x99\x91\x65\x53\x71\x6d\xd3\x50\xac\xe7\x74\x9a\ -\xd9\x03\xd8\xe5\xb8\xcf\xd4\xdf\x8d\x9b\x1b\x59\x24\x8c\x5a\xc6\ -\x67\x9c\xa7\xa2\x46\xa9\x40\x69\x99\xb5\xe9\x74\x34\xa3\x29\xbe\ -\x39\x3d\x52\x8b\x32\x90\x07\x30\xf7\xaa\xfd\x05\xbd\x98\x44\xd0\ -\xb8\x1f\xbb\x71\x11\x31\xa7\xb3\xec\x13\x64\xe4\xc6\x06\x93\xf6\ -\x59\x82\x6a\xb9\xdd\xf0\xa6\x83\xd7\x92\x06\x14\x5d\x26\xf0\xed\ -\xbf\xa8\x4d\xfa\x77\xd3\x6a\xc5\x74\x2a\x7e\x76\x4d\x13\xb9\xfa\ -\x06\x65\xd7\x29\x96\x39\x8c\xb4\xda\xb1\x07\x65\x1b\x75\xf2\xb2\ -\x7b\x82\xa5\xb2\x01\xaf\x06\xfc\x4b\xe9\x84\x2d\xdb\x50\xcd\x7d\ -\x52\x14\xa4\x77\x78\xd2\xa6\x15\x7d\x9c\x27\x7b\x6f\xe8\xde\xa6\ -\x39\xf3\x33\xfb\xea\x7f\x40\x1e\x0e\xca\x3a\x1c\xc2\x5e\x11\xd9\ -\x2f\x14\x25\x6a\x82\xbb\xca\xa6\x58\x0f\x24\x9c\xf8\x1d\x29\x7f\ -\x8e\x85\x79\x2c\xae\xb3\x73\xec\x28\xc9\xdf\x9c\x05\xcf\x09\x06\ -\x33\xe7\x58\x15\x8d\x5b\x0a\x55\x6c\xfd\x4c\x7e\xae\xbe\x3b\x17\ -\x86\xc5\xaf\xe8\xfd\x34\x6a\x78\x20\xfd\x87\x2d\xa8\x14\x47\xbd\ -\x4f\xaa\x8a\x7a\x70\x6a\x1b\x26\x5d\xad\xbe\x8f\x73\xbf\x8f\xec\ -\x8b\x99\xc5\x72\x16\x4e\xec\x62\xf0\x27\x22\xae\x8d\x2a\xa3\x6a\ -\x34\x3a\xa5\x79\x31\x9f\x69\xe8\xf3\x9d\xed\xd0\x7a\x8f\xa6\x4a\ -\x0e\x77\xc0\x3a\x08\xe7\x01\x62\x4e\x3f\x3b\x75\x55\x57\xe3\xf1\ -\xb2\x1e\x07\xdf\xff\xcf\xd8\xbb\x65\x4b\x6e\xe4\xca\x82\x00\x9c\ -\x5b\x75\x7b\x50\x3d\x96\xfe\xee\x59\xf4\xa8\x4f\x55\xee\xa0\x03\ -\xfd\x81\x97\xc1\xc9\xc8\x3a\x55\x4b\x4b\x52\x2a\x33\x76\x90\x74\ -\xba\x03\x06\x7b\x64\xb3\x1a\x05\xc0\xdb\xa4\xb0\x0f\x06\x98\x6c\ -\x42\x06\xc6\x0e\x93\x94\xd1\x90\x81\xdd\x33\x16\x4b\x99\xa1\x92\ -\x79\x16\x63\xfc\xbe\x8f\x83\x42\xa2\x50\x8f\x50\xce\xd1\xd8\xbd\ -\x24\xda\xa7\x6d\x6b\x65\x59\x50\xdb\x9a\x62\x93\x7d\x8a\x83\x25\ -\x0e\x08\x65\x6c\x8a\xf4\xd5\xe9\xd0\x51\xe5\x55\x01\xc8\x54\x79\ -\x6f\x45\x62\xaf\x3c\x8a\x99\xd2\xf2\x22\x40\x05\xa4\xd6\x8a\xda\ -\x72\x36\xee\x2f\x61\xd7\x30\x9d\xfd\xee\x2c\x2a\x21\xa8\x3d\x9b\ -\x3c\x2a\xbe\xb5\x71\x4f\xdb\x98\x26\xed\x30\x1b\xd1\x2a\x56\xd0\ -\x18\x02\x32\x7e\xfe\xb6\xff\xa4\xce\x27\xad\x59\xbd\x90\xdc\x53\ -\x40\xfe\xb7\x83\xe3\xc8\x96\xeb\xcc\x15\x07\x1f\x50\xfb\xc2\x47\ -\x03\x9c\xb1\x0b\xd9\xd4\xd5\x14\x50\xb8\xfd\xb5\xbe\xd0\x40\xca\ -\x05\x6c\x85\xde\x13\xdc\x52\x33\xd2\xa0\x2c\xeb\xa5\x1b\x2e\xa3\ -\x5d\xd6\xf4\x98\x59\x35\x28\xcd\x25\xc4\xcf\x69\xa0\x0c\xfa\x63\ -\xdf\xfb\x86\x7d\xf2\x0c\x68\x5a\xdf\xe9\x86\xc6\xa0\xc1\xf8\x3b\ -\x7d\x0d\x5d\x11\x89\xd7\x4b\x7e\x0e\x3f\x1b\xb1\xd7\x0f\xd3\x67\ -\xc4\xc0\x81\xac\x77\xd3\x85\x66\x45\x04\xd4\xf7\xfd\x98\x92\x4f\ -\x86\x86\x7c\x47\x8b\x91\xaa\x15\xf4\xaa\xf4\xc1\x5f\x15\x4f\x01\ -\xf4\xd2\x61\xd2\xa0\xe1\x4e\x7a\xd0\x71\x21\xa0\xf3\x19\xc4\xa9\ -\x2f\x61\xd9\xa7\x79\x90\x16\xe2\xdc\x1f\x17\x5a\x40\x53\x0f\xf5\ -\x56\x85\x02\xf5\xa7\x34\x7e\xce\x7a\x8b\x73\x09\xa8\x55\x0a\x06\ -\x40\xb9\xdf\xd7\xbe\xb1\x00\x88\x04\xca\x9c\xa1\x4b\x9e\xb5\x36\ -\xa7\x4c\x79\x6a\xbd\x81\x61\x55\x7d\x7e\xa3\xdb\x8b\x9e\x75\x8b\ -\xbe\x02\x3d\x7a\xd0\xfc\xdf\x27\x93\xed\xa8\x97\xd4\x5c\x09\xc9\ -\x81\xb6\x89\x94\xa5\xf9\x48\x4f\x3c\xcd\x20\x26\x05\x27\xcf\x22\ -\x01\xba\xe9\x68\x20\xe6\xdf\x95\xda\x59\xcf\xcf\xaa\x04\x3d\x2e\ -\x99\x71\x14\xaf\x13\x54\xc8\x47\x1c\xeb\x90\xe9\x38\xcf\x67\xed\ -\xd1\xec\x45\x74\xa3\xe5\x36\xa9\x4a\x73\x02\x03\x9b\x7a\x0a\x59\ -\x01\xc3\x24\x93\x99\x84\xd1\x2a\xc7\x27\x7f\xa9\x5b\xac\x77\x59\ -\x9f\xf4\xf2\x7e\xcf\xe7\xa4\xeb\xfc\x0b\x6b\x3f\xc9\x8c\xae\xe3\ -\xb9\x3d\x9d\x58\xab\x93\x7b\xbd\xef\x56\x40\xd0\x9c\xa8\xa1\x71\ -\x8a\x45\x93\xe6\x98\xda\xf9\x3d\x8b\x50\x0a\x35\x64\x6a\x3d\x9b\ -\x3d\xc0\xd2\xbe\x06\x4f\x97\x3e\xb8\xf7\x12\x59\x84\xd0\x3c\x2c\ -\x5a\x40\xd7\x95\x51\x77\x3b\xd5\xbd\x27\x7c\x75\x0f\x2a\x2c\x5a\ -\x1f\xc0\xd1\xf3\x1c\x64\x92\xd2\xaf\x07\x10\xc1\x4a\x1a\xda\x79\ -\x3c\x6f\x70\x51\xbd\xb9\xf3\x62\xf3\x9c\x40\xec\x3e\x80\xd7\x9d\ -\xcd\x16\xd9\xa3\xc1\xcd\xb8\x09\x3f\xdb\xd6\x74\x46\xce\xfd\x33\ -\xae\x7f\xef\x4f\x0c\x13\xd6\xc8\x8f\xcd\xbd\xbb\xf6\x7d\xc9\x5c\ -\x2b\x18\x5e\xb0\x46\x23\xb6\xfa\xbd\x1d\x59\x62\x11\x11\x43\x4a\ -\xdb\xda\x54\x83\xf2\x99\x9b\xd1\x65\x02\x07\xc1\x38\xa3\x8d\xde\ -\x42\x6a\x1e\xee\x6d\xd6\x1e\xfd\x8f\x02\xdb\x22\x7f\xc8\x56\x51\ -\x85\x1a\xfd\xa6\xaf\x93\xa4\xef\x9a\xa4\xe7\x86\x28\xd2\x39\x02\ -\x35\xfa\xdf\xda\xba\x12\x5e\xaf\x3f\x0b\xe9\x70\x25\xfe\xcb\xc2\ -\x2b\x35\x1e\xbc\x0e\x31\xf0\x6e\x7a\x03\xad\x57\xc7\x19\x7a\x14\ -\x8b\x67\xc1\x73\x1f\x54\xb9\x2e\x6a\x75\x88\xd4\x91\x5b\x6b\xaf\ -\xcf\xc0\xd3\xae\xb5\xf4\x3c\x26\x93\xce\x92\x30\xf4\x70\xc1\x19\ -\x8b\xd5\xc5\xf2\x55\xc4\xd6\xf5\x74\x41\x6e\xfb\xf3\x55\xf3\xc3\ -\x44\x40\x93\xb2\x47\x01\xce\xcc\x14\x3c\xc9\x68\x54\xb3\x99\xba\ -\x07\x57\xd6\x9b\x1c\x0b\x74\xb5\x0f\xe4\x4d\x4c\xd7\xd5\xc5\x4d\ -\xe5\x45\x20\x45\x02\xa8\x81\x9b\xd5\xf3\x9a\xa2\xc1\x3a\x11\xdc\ -\x81\xa8\x1c\x1b\x8a\x84\x5b\x12\x16\xa0\x6a\x07\x6d\xe6\x58\x8b\ -\xaf\x6b\x94\x75\x34\xcf\xcd\x8d\xd6\xb9\xe1\x84\x58\x7f\xbd\xd0\ -\x8f\xbe\xfd\x7b\x67\xaa\x1d\x8d\xbd\xf6\xc1\x36\x0a\xbc\x25\xaf\ -\x31\x53\x12\x1b\x74\x65\xfe\xd0\x4b\x71\x9e\xa2\x6a\xb1\xd2\x03\ -\x65\x31\xea\xeb\x29\x74\x92\x8b\x61\x53\xd1\xa8\x1b\x04\x93\xdc\ -\x4a\x57\x87\x28\x7e\x4d\x0c\x49\x7c\x8f\x3d\xb5\x1c\x69\x19\xbd\ -\x02\x59\x04\xea\x0b\x8d\x29\xf5\xff\xf2\x7f\xd8\x60\x05\x05\xd5\ -\xbf\x3b\xbd\x6a\x01\x58\xd3\xdc\x41\x7b\x92\x42\x1a\xd4\xb8\xa2\ -\x9f\xd7\x54\xba\x9b\x2d\x1e\x36\xd8\xdb\x50\xc7\xa0\x33\xc4\x92\ -\xa7\x0e\xc8\x30\xd3\x83\x9f\x0e\x67\x36\x29\xf2\xf1\xf9\x7b\x8e\ -\x98\x98\x66\xee\x93\xd1\xd0\x5e\xce\x02\x7f\x3a\xcf\x11\x2b\xb1\ -\x2d\x52\x6c\x26\xbf\x4c\x51\xd3\xdc\x86\x69\xd5\x7b\x4d\x2f\x7b\ -\x78\xc6\x1b\x28\x68\xdb\xfc\xdd\x72\xd7\x47\x02\x44\x32\x29\x80\ -\x48\x65\x79\xa0\xaf\x59\x6c\xc4\x35\xfe\x5c\x57\xe9\x2f\x35\x5c\ -\x9c\x74\xfb\xbf\x97\x06\x00\x2d\x74\x29\x41\x23\x7b\xa7\xc8\x70\ -\xaf\x77\x77\xa8\xd5\x9a\xba\x9f\x45\x82\xe7\x3d\x0a\xac\x03\xd7\ -\x07\x66\x98\xb0\xef\xa9\xf7\xd0\x0f\x9f\x01\xb4\x19\x40\x5e\x2a\ -\xe1\xa0\x01\xaa\xf8\xa4\x51\x89\xc3\xc2\x77\x66\x50\x59\x50\xc0\ -\x24\x68\x77\xc3\x8d\x33\x23\x1c\x86\xe6\x06\x9b\x43\xd7\x4e\x31\ -\x33\xdd\x1f\x08\x7b\x65\x71\x72\x52\x50\xae\x9c\xda\x7c\xd7\x1a\ -\x4a\x1f\x5b\x8e\x80\x74\x89\x20\x60\x9c\xf8\x31\x37\xcb\x24\xf5\ -\x1b\xcf\x62\x5f\x46\x93\x95\xfb\x51\xfb\x99\x46\xd1\xad\x6d\x9a\ -\x54\xd4\xad\x0c\xa1\x2e\xb0\x04\x1a\x33\xdd\xa4\x08\xc0\xe5\x7c\ -\xb0\x26\xf4\x6f\x54\x68\x5c\xaf\x53\xab\x5c\x86\x13\x93\x7c\xf7\ -\xa8\x55\x5c\x7e\xb0\xe0\x59\xe3\xfe\x86\x0e\x74\x36\x7e\x1e\x82\ -\x4f\x59\xb4\xf9\x79\x7e\xd5\xf9\x8c\x61\xe6\x3e\x29\xe3\x47\x5e\ -\xd1\x37\x1d\x2e\x29\x4e\x8d\x14\x80\x51\x2a\xe3\x08\xb2\xfb\xa8\ -\xd9\xf6\x04\x60\xc0\x70\x22\x83\xed\xcf\x33\x5e\xe9\xd4\x10\x8a\ -\x3b\xf5\x51\xd3\x25\xf1\xbe\x0f\xa6\x84\xf6\xc4\xfc\x1d\x00\xd1\ -\xa7\xa6\x33\x6a\x08\x9c\xa4\xb9\x49\xca\xe5\x00\xec\xb2\xca\xa2\ -\xcb\x9c\xc4\xb7\x1a\xd0\x0b\xe4\x8f\x37\x0d\xec\x93\xa9\x36\x76\ -\xd9\xbe\x4f\x48\xe8\xe4\x08\xeb\x23\x67\x53\x2c\x76\xca\x5a\x82\ -\xb4\x5e\x4f\xe6\x94\x3c\x62\x1d\xbe\x00\xbd\xe5\xde\x2a\x3a\x06\ -\x1b\x06\x75\x35\x87\x7e\xf7\x8d\x3e\x5a\x6b\x47\x67\x2d\x32\x72\ -\xbf\x2c\xf2\x9e\xb6\x3e\x24\x0e\xb9\xcf\xf4\x33\xa5\x5a\xff\x19\ -\xc6\x9e\xee\xdd\x4d\xfb\xed\xdc\x31\x37\x89\x20\x92\xd4\x42\xea\ -\x41\xf5\x7e\x99\xa2\x3b\x38\x69\xb4\x43\x8f\xf8\xed\xb9\x94\xcc\ -\xa1\x58\xdd\x58\xaf\xa0\x5b\x35\x7d\xcd\x40\xa3\xad\x31\x31\xd3\ -\x91\xe7\x38\xa7\xeb\xed\x5a\xf8\xe6\xd9\x40\x44\xf4\xb3\xae\xa2\ -\xc1\xa2\x55\x7b\x3a\x6c\xfa\x5e\x18\xa0\xfa\xbd\x89\xe5\x22\xbd\ -\x77\x52\x01\x7b\x1c\x39\xc2\x7a\x83\x77\xae\xfc\xa5\xb0\xd6\x23\ -\x54\xb7\x38\xce\x98\xbe\x2c\x90\x4e\x3f\x45\x75\xf4\x3e\xdc\x7e\ -\x79\x01\xf6\x59\x3b\x1c\x5b\x5d\x8b\xe4\x55\x75\xd2\xe8\x0e\x44\ -\xfc\x8d\x6b\x8c\xe2\x66\x33\xfb\xaa\xc7\x78\x6b\x04\x59\xad\x42\ -\x7c\x9b\x0b\xef\xe3\x70\x31\x7e\xd0\xfc\x06\xed\x81\xa8\x36\xd1\ -\x53\x3c\x5f\x74\x22\xfd\xbb\xee\x4d\xc3\xd1\x46\x99\x22\xd3\xc1\ -\x8e\x02\x5a\xab\x21\xc9\xe7\x78\xa2\x78\x02\x74\x01\xcc\x01\xc3\ -\xe0\xde\x44\x04\x14\x8c\x1b\x10\x79\x9c\x14\x48\x28\xf2\x87\xe8\ -\x11\x28\x34\x98\xcd\x41\x5f\x90\x8d\xc3\xf8\x60\xe7\xc1\x93\x19\ -\x19\x89\xc4\x87\x35\xf0\x5a\x4e\xfb\xc8\xb4\x74\x66\xcf\x2d\x71\ -\x1e\x71\x72\x81\xb9\x02\x59\x33\xe7\xc2\x8e\x46\xbe\x02\x6b\x81\ -\x0a\xda\x14\xa6\x49\x39\x6a\x9a\xc6\x7e\xa5\xbb\xb2\x25\xad\xb2\ -\x5d\xc0\xfc\x8d\xf3\x06\x7b\xbf\xf1\xbe\x1f\xb4\x27\xd7\x95\x98\ -\x9a\xd3\x70\x54\x06\x5d\x48\xc3\x96\xdd\x53\xc7\x69\xe8\x18\x11\ -\x35\x92\xe4\xf2\x73\x36\x1a\x4f\x63\x15\x1b\x45\x66\xda\x2b\x37\ -\xe7\xa7\xf5\x4c\xda\x93\x42\xb5\x17\x61\xee\x9a\x08\x16\xbe\xbf\ -\x40\x31\x66\xc8\x0b\xda\xe9\xe0\x43\x56\x2e\x68\x35\xe9\x7c\x79\ -\x8f\x4c\x99\x78\x29\xa1\xbb\xc6\x77\xb4\x79\xc1\x7a\x3b\x2b\x2b\ -\x1b\xc5\xb1\x4f\x00\xe3\xfe\x31\x55\x78\xe9\xdf\x68\x0d\x6f\x7a\ -\xad\x5e\x37\x07\xfa\x8a\xcd\x47\xd2\x2d\x46\xc1\xc7\x23\x33\x84\ -\x41\x83\x79\xfe\xcc\x55\x46\x35\x0c\x14\x19\xae\x83\x0d\x07\x36\ -\x9d\x77\x47\x63\x8a\x76\xa2\xc3\x4c\x57\x01\x04\x1d\xea\xd3\x5a\ -\xba\xcc\x8b\xb3\xcc\x51\x7d\xd1\x89\x15\x5d\x08\xb5\x20\x2f\x0d\ -\xfe\x56\x7b\x50\x76\x07\x98\xc5\x38\x01\xcb\x5b\x75\xb8\x97\xd5\ -\x41\x2c\x5f\x27\xab\xff\xdb\xe7\x96\xba\x04\x25\x19\xda\x9b\xb7\ -\xa9\x54\x05\x78\xbe\x35\x9e\xf5\xd7\x35\x8a\xf5\x79\xdf\x89\x6c\ -\x85\x53\x9c\xb6\x85\xb5\x17\xbd\xd1\x66\x94\x5b\xdd\x3a\x0a\x4c\ -\x0e\xbb\x96\xa4\xc7\xc8\xe3\xcc\xf3\xe2\xa1\xa9\xbc\xb3\x40\x8b\ -\x7d\xed\x87\xb1\xad\x03\x09\x95\x53\x9d\x99\xaf\xda\xab\xbc\x61\ -\xe8\xfd\x5c\x41\xeb\xc9\xdc\xc1\xce\x04\x2e\x79\xd9\x24\x9f\x7a\ -\xba\x6c\xce\x9b\xca\x13\x80\x94\xa2\x24\x81\x8a\xc6\x37\x0d\x48\ -\x6c\x82\x3c\xa0\xea\x33\xbd\xc3\xbd\x77\x15\x36\xfc\x0d\xa8\xb5\ -\x98\x38\x19\xd9\x90\x33\x94\x76\x0f\xf4\x33\x38\x75\x3a\xb5\x52\ -\xf9\xbd\x9a\x22\x77\x68\xe8\x0e\xd3\x84\xb3\xc9\xe4\xc8\xd3\x42\ -\x28\x1b\xb3\xfc\xf0\x2c\x44\x05\xd2\xc3\x86\x1c\x6b\x9d\x07\xfd\ -\xb8\x81\x0f\xa5\xb6\xb4\x96\x87\x61\xc1\x01\x8c\x10\xff\x75\xe2\ -\x6a\xc3\x6c\x6b\xd7\x3e\x6b\x76\xf7\x9a\xb4\x69\x0e\x20\xb0\x29\ -\x3d\xde\x61\xa2\x31\x71\xaf\xbd\x80\x7b\xda\x51\xf6\xe6\xb6\xdd\ -\xa6\xff\x78\x47\x31\x2c\x18\x0d\x0f\x70\x8a\xd2\x35\xd7\xf9\x5e\ -\x05\x05\x2d\x9d\xfd\xca\xad\x17\xa9\xc0\x52\x74\xbe\x15\xe6\x09\ -\x8c\x34\x5b\xb5\xaf\xda\xca\xe7\x14\xd9\xbe\x34\x08\x5c\xcc\x0e\ -\x61\x2b\x1d\x7f\x16\xf9\x52\xcd\xc5\x2e\xc7\x65\xaa\xc9\x77\xba\ -\x14\xde\xaf\x6b\x6e\xec\x67\x43\xc2\x21\x05\x4a\x27\xad\x7c\xeb\ -\xc7\x75\xce\x05\x2e\xdf\x45\x69\x3c\xd7\x9f\xc4\x33\x56\x68\x9c\ -\x4f\x6b\xfd\x74\x86\x45\x60\x25\xaf\xb3\x99\x62\xf0\xd9\x6b\x45\ -\x94\x11\xd6\xa1\xcf\xbc\xc1\xde\xbb\xed\x85\xf5\xc0\x05\xb3\x14\ -\x28\x68\x34\x4c\xb8\x92\x6d\x23\xb1\x97\x26\xa5\x15\x9b\xcc\x77\ -\x56\xcb\xae\xb5\x5a\xa6\x70\x24\x74\x25\xe7\x72\x55\x08\x6e\x8e\ -\x33\xf7\x23\xb4\xee\x71\x20\xd1\xd4\x26\xf1\xe4\xbf\x15\xf7\xfe\ -\x9c\x36\xa5\x48\x30\x11\xbe\xd9\x45\xcf\x22\x8d\x49\x8f\x82\xee\ -\x39\xb2\x15\xe1\x61\xed\x89\xbf\xf7\x6d\x22\x36\x74\x1e\x39\xd1\ -\x28\xba\x8f\xcd\x69\x91\x9c\xe6\x19\x52\x59\x3a\x35\x4a\xdc\x7b\ -\x68\x59\x7c\x52\xa3\xaf\x08\xcc\xc3\x30\x43\xb9\xf4\x0e\x8c\x74\ -\x9f\x40\x26\x96\x3c\x2d\x54\x71\xea\x97\x4d\x55\x07\xa0\x1d\xdd\ -\x3f\x58\x8b\xa3\x38\x35\xaf\xeb\x62\x29\xa7\x3a\x17\xbb\xca\x70\ -\xd6\xe2\x30\x9f\xd0\xd4\xbc\xe4\xeb\x1c\x46\x18\x8b\x5f\x2c\x0c\ -\xa1\x20\xca\xc6\xef\x6d\x2a\x40\x59\x38\x2c\x2a\x91\xf3\x43\xb8\ -\x29\xfc\xc8\x6a\xc8\xa6\x8a\x88\xe8\xba\x7e\xca\xc1\x8c\x85\xc9\ -\x96\xd0\xc5\xe0\xc4\x25\x5d\x54\xf4\x01\x7c\x50\x19\xdf\x0e\x8c\ -\xd8\xa0\xf3\x3b\x64\x63\xc1\x72\xc4\x06\x94\x21\xc8\xea\x86\x41\ -\x3a\xef\xe3\xe1\x54\x67\xad\x05\xf4\x98\x83\xeb\x01\x18\x3c\x26\ -\x9f\x83\xa2\x39\xf5\x76\xeb\x62\xd2\x1d\xcd\x40\xd0\x5a\xa5\x90\ -\x76\xad\x82\x36\xed\xca\xab\x71\x10\xf1\x9e\xc9\xf8\xbf\x83\x07\ -\x38\x5d\x19\x07\x7d\xf0\x0f\xc3\xaa\x8e\x1f\x6e\x53\x32\x29\x4a\ -\x6f\x54\x5f\x44\x73\x4b\x8c\xcb\xa1\x09\x52\x92\x4b\x9a\x2e\x45\ -\x38\x1d\xe7\xb6\xf9\x07\x9a\x96\x6d\x7a\xd5\x4e\xf5\xda\xbb\xc2\ -\x71\xd0\xc2\x2e\x5c\xbf\x1a\x0d\xe4\x73\x76\xfb\x60\x69\x1d\x15\ -\x16\x5b\xe9\x70\x8a\x70\xa3\xb5\xeb\x19\x81\x09\x8a\x4f\xc8\x04\ -\x8a\x05\xae\x9c\x23\xc1\xac\x3c\x9a\x14\xaa\xdc\x63\x4f\x2d\x0e\ -\x5b\x87\x90\x2a\x1e\x4e\xc7\xd4\xbf\xc3\x2b\x01\x70\x20\x23\xdb\ -\x49\xe5\x2d\x1e\x17\x34\xd5\xe1\x0a\xf7\x28\x3c\x82\x09\x50\x99\ -\x2e\x01\xca\x10\xb8\xb1\x22\x40\xb1\x68\x08\xa8\x07\xea\x18\x12\ -\x04\x53\x2a\x94\x18\x23\x3b\x4e\xad\x2d\x0d\x72\x6c\xa0\xd5\xfb\ -\x2c\x1e\x3a\xa7\xf0\xa4\x37\xf3\x41\x4f\x7b\xd2\x91\x19\x30\x72\ -\x05\x30\xe6\xe9\x18\xf7\x08\x64\x8e\xc6\x5c\x52\x2c\x1f\xc0\x4c\ -\xee\x05\xee\x98\x37\xed\xb8\xfd\xef\x8b\x98\x7c\xd2\x62\xe4\x13\ -\x22\x8d\xe8\x01\x25\x0d\x63\x8d\x15\x6a\xba\x28\x2a\x04\xee\xe3\ -\xf2\xc6\x5c\x5b\x85\x58\xce\x92\x35\xd1\xa9\x86\x99\x81\x23\x1e\ -\xef\x13\x4c\xc0\x23\x8e\xb7\x29\xe4\xac\xa4\xfb\x8f\xef\xa1\xca\ -\x61\x57\x0e\x94\xf9\x83\x6a\xe5\x45\x86\xbc\x44\x37\xa4\x43\x9a\ -\x14\x8d\xaa\x8c\x80\xea\x7c\xb9\x27\xbd\x38\xa6\xa6\x7e\x36\xae\ -\x36\xe2\xc8\x09\x0f\x78\x94\x54\x21\x0f\xa6\x0f\x3e\x71\x37\x22\ -\xb9\x8e\x77\x41\x67\x00\xb0\x2d\x37\xcb\xb1\x76\x55\xf5\x7d\xdc\ -\xdd\xc8\x94\x3f\x20\x65\x70\x66\x45\x6a\xf6\x9a\x6d\x21\x43\x64\ -\x8f\xb8\x80\xc8\x35\xac\xc7\xcb\x08\x26\x1f\xc0\xde\x24\x3c\xd1\ -\xfb\xa6\x4b\x5a\x35\xa3\xa5\x2d\xaf\xc4\xb9\x27\x24\xdd\x5a\x11\ -\x70\x25\x15\x01\xb0\x42\x63\x5d\xd9\x98\x78\xa4\xa3\x64\x29\xd5\ -\xd9\x9b\x68\x52\xa3\x15\x8d\xb1\x4e\xc5\xe7\x8b\x3e\x74\x57\x03\ -\xf9\x46\xef\x76\x2b\x7a\x7a\x4c\xd4\xfa\x2c\x3e\x29\xaa\xf6\x08\ -\xf8\x1e\x00\x5e\xea\xb5\x81\x7a\xb7\x78\x17\x5d\x91\x46\x23\x62\ -\x8f\xe6\x0b\x6d\xc5\x71\x7f\xb4\xa8\xc9\x16\xfb\x44\xca\x44\xa2\ -\x26\xe3\x01\x12\x84\xed\x05\xd9\xba\x2a\x93\xb5\x5c\x31\x01\x1c\ -\x6a\x8d\x23\x3f\x65\x20\x8f\xa9\x8b\x56\x4c\x44\x5e\xd7\x5a\x5c\ -\xd7\xbb\x69\xea\xd4\x9b\x5e\x48\x2f\xc6\x1f\x73\xe0\x80\x43\x83\ -\x6f\x54\x7d\xdc\x13\x6b\xed\xdc\xfb\xa8\xe1\x64\x34\xbf\x19\x75\ -\xe4\x4f\xef\x1e\x2e\x94\xe9\x52\xcb\x42\x95\x15\x6b\x48\x55\x64\ -\x25\xd5\xb0\x59\xff\x0b\xf0\x35\xf2\x50\xf9\x7c\xae\x27\x95\x39\ -\x82\x8f\xe4\x9c\x76\xe6\xfb\xb0\xca\x77\xc0\x40\x23\xdc\x40\xe7\ -\x04\x99\xf7\xde\xce\x14\xda\x33\x3e\xc0\xb0\xe6\x00\xca\x78\xed\ -\x6b\x5b\xff\x04\x3a\x74\x79\x21\xb9\x7c\x82\x91\x85\xf7\xd6\x7d\ -\x70\x50\xa5\xff\x2e\x4c\x1f\xd8\x10\x7d\x7a\xb7\x06\x6d\xea\xb6\ -\x9b\x88\xbc\x40\xb5\x38\x90\x31\x21\x3e\x47\xb5\x65\x9b\x0b\x05\ -\xc5\x62\xa1\x3f\xaa\x9e\x3c\xf1\xe2\x38\x28\x46\x1e\x24\x5a\x9b\ -\x85\x3f\x84\x5d\x4d\x87\xd1\xbd\xf7\xd0\xcc\xa0\x16\x80\x99\xe9\ -\xde\xbb\x5c\x84\x0c\x47\x4d\x00\x00\x20\x00\x49\x44\x41\x54\xb3\ -\x3c\xff\x07\xd0\xa8\x8b\x23\xa7\x0a\x73\xb8\x1c\x21\xef\x9c\x88\ -\x8f\xbb\x55\x19\x0d\x4a\x06\x05\xc5\x4f\x63\x92\xb1\xf8\x1a\xd3\ -\x9d\x41\x5f\xe3\xf4\xc8\x87\xa9\x97\x39\x16\x79\xef\xfb\x10\x02\ -\xe7\x04\xcf\x3f\xeb\x43\x9f\xa2\x5f\x49\x7c\x4f\xa5\x0e\x77\xbc\ -\x93\x5e\x68\x44\x2b\x82\x79\x6d\xf5\x64\xe4\x17\x84\x8b\x5e\x98\ -\xfb\xcb\xbd\x63\x84\x7f\xeb\xbf\x7d\x73\x27\xcf\x9a\x68\xb7\xae\ -\x2c\x42\x3e\xe5\xae\x35\xa8\x1e\xb9\x50\x0d\xa9\x98\xfa\xb0\x35\ -\xdd\x7b\x77\xe0\xda\x92\xca\x92\xf1\x03\x82\x4b\x50\x75\x16\xcb\ -\x39\xf1\xd8\xc7\xda\xf1\x5e\x07\x10\x06\xf3\x70\x46\x11\xf6\x80\ -\xc7\x98\xd4\xe4\x8b\x79\xe7\xb3\x93\x55\x61\xbd\xf9\xfb\x53\x95\ -\x23\x66\xae\x05\xe0\xcc\x07\x6b\x13\xcb\x3f\xf6\x6f\x5a\xf6\x53\ -\x08\x92\x8b\x3c\xc3\x89\x4d\xfe\x0f\x7d\xec\xd3\x63\x7f\xb5\xd6\ -\x30\x71\x9a\x29\x7c\xc2\xdd\x4b\xfc\x40\x8e\x46\x79\x91\x5b\x89\ -\xfe\x7e\xfe\x1d\x06\x0a\x3e\xb6\x56\x6b\x2b\x53\x21\xa6\xdf\xdf\ -\x4f\x17\x5d\x1a\x79\x40\xd0\x04\xde\x9f\xdf\x8e\x15\x88\x35\xe1\ -\x87\xba\x53\x88\x6e\xfa\x6d\x31\x6d\x06\x04\x02\x6d\xe9\xd6\xce\ -\xa9\x50\xdd\xd1\x43\x79\xc6\x94\x5d\x44\x5b\xef\x9e\x5c\xbb\x58\ -\xc4\xb3\x62\x2c\x72\x38\xe8\xb7\x5c\x29\x4d\xe3\xe0\x88\xe6\xd2\ -\x7f\xfe\xc7\x9b\xd5\x00\x18\xf6\xde\x74\xad\x15\x9c\xf2\xf2\x87\ -\x04\x01\x6a\x37\xaa\xb2\xa8\x84\xb7\x0d\x90\xd8\xd0\xe2\x6c\xf1\ -\x7b\x29\x90\x05\x67\xe6\x59\x22\xce\xc3\xff\x25\xb6\x35\x10\xae\ -\x9c\xfe\xf8\xfe\xf0\xeb\xa2\x57\xd0\x19\x09\x58\xd8\xdf\xfb\x37\ -\xee\xed\x8a\x46\xfa\xc7\x35\x50\xb2\x48\xcd\xe8\xfe\x7c\x82\xe2\ -\x46\x0f\x6a\x84\x1b\x37\x28\x68\x71\xda\x3a\xdc\x68\x13\x0b\xd1\ -\xb6\xdd\x87\xe8\x92\x83\xd6\xf1\x43\x77\xec\xdf\xfe\xcc\xe5\xd1\ -\x58\xdd\xfa\xa9\x42\xac\xb3\xa2\x82\x51\x20\x8e\x48\x32\x2d\x5a\ -\x76\x79\x91\x5f\xb4\x8d\x8b\x16\x69\xe4\xe4\x85\x0b\x1b\x66\x10\ -\x91\x16\xbd\xb2\x03\xba\xa1\xf0\x88\x62\xf2\xf3\xf9\xad\x9f\x8d\ -\xce\x60\x1c\xd4\xcf\x7b\x04\x5f\xee\x0a\x7f\xcd\xf7\xfb\x4e\xea\ -\x05\x3b\x6d\x36\x0b\xd2\x60\xd3\xd3\xb6\xdb\xef\xa1\xa4\x20\x3c\ -\xd6\x1f\x1b\x09\x29\x7d\xf6\x2f\x89\x5d\xb4\xd6\x8f\xeb\x28\x17\ -\x11\x6b\xeb\x01\xf6\xfe\xd4\xb4\x1b\x51\xe2\xdc\xaf\x3e\xbb\x35\ -\xa0\x8e\xb1\x80\x91\x80\x11\xa9\x78\xce\xdd\x92\x9f\x32\x5e\x20\ -\x50\xc5\x58\x9c\x3f\xfe\x42\x5d\x03\x1c\xf4\x57\xe1\x33\x69\x0a\ -\xca\x43\xb7\x78\xdb\x4d\x4b\xcc\x4d\x72\xe4\x2a\x0d\x67\xc6\x80\ -\x7c\x22\x67\x2d\x4d\x42\xf0\xcc\xf1\xfd\x35\xbf\xbf\x82\xf1\x08\ -\xb7\x95\x38\x7f\x48\xcd\x8b\x44\xcf\x7e\x4c\x33\x14\xa6\xc5\x8b\ -\x54\x7c\x0f\xaf\xf5\x1b\x34\x28\x61\xcf\xf9\xf9\xb7\xfe\xbb\xec\ -\xd7\x8b\xfe\x97\xba\x06\x11\xfa\xa3\x7f\x68\xc5\xfe\xee\xd6\xd9\ -\xe2\xcd\x60\x5e\x5f\x3e\x0b\xa6\xa0\xe2\x47\x63\x1c\xe7\xc6\xa6\ -\xdb\xfd\x2a\xc0\xc9\x2f\x27\x53\x0a\x7a\xa7\x0c\x9f\xae\x77\x97\ -\x9c\x02\x9a\xae\x5d\x6d\xa7\x9e\x99\x78\x4e\xed\xdd\xfc\xe9\xda\ -\x05\x9a\x65\x11\x23\xa5\x3b\x0a\xee\x06\x30\xec\x00\x47\x9d\xfe\ -\x27\xc4\x6b\x45\xf1\x27\x55\x0c\xfb\xfd\xff\x53\x26\x22\x95\x19\ -\xa9\xad\x03\xf4\x00\x59\x2e\x6d\x86\xb3\x0f\xf2\xfb\x5c\x9e\x03\ -\x58\x0d\x32\x95\x8e\xa3\x33\x2b\xb3\x28\xfe\x8c\x69\x99\x46\xc8\ -\x6d\xad\x05\xa6\x31\x49\xf2\x77\x71\xd1\xad\xff\x19\xd3\x6e\x11\ -\xa7\x1c\x4a\xd8\xe4\xd7\xee\x33\x98\x33\x0e\x7c\xb1\x30\xed\x08\ -\x88\xe5\x62\xb2\x4c\x7d\xe1\xad\x9f\xde\xd7\x4e\x00\x53\x98\xee\ -\xfb\x03\xda\x4a\x1e\x05\x7b\x52\xd2\x73\x1a\x42\x4c\x45\xe3\x35\ -\x66\x22\xbe\x68\xdb\xa7\x33\xe0\x12\xa8\xa3\x96\x3f\xdc\x48\xbd\ -\x0e\x4b\x7a\x81\x26\x62\xd3\x6f\x99\x8c\x88\x08\xed\xdb\x0b\x7d\ -\x62\x71\xf0\x38\x73\xd4\x8e\xa8\x1d\x27\x41\x08\xed\xcf\x2f\xd1\ -\xf2\xec\x24\x8b\x80\x65\x8b\x2c\xbd\x0c\xbd\xcf\xfd\x37\xdf\x83\ -\x1d\xfa\x2f\xe5\x1d\xd4\xcf\xfe\x7c\xad\x7b\x1d\x7b\xcc\x7d\x03\ -\xb5\xf5\x08\xff\x25\xa2\xcf\xfd\xa1\x15\xd9\x99\x56\xf7\xc7\xdd\ -\x2e\x2f\x62\xfa\xb3\x7f\x03\xff\x5c\x4d\xc9\x13\x9f\x0a\xf9\xcf\ -\xd6\xca\xe8\xf4\x31\x79\x3b\xc8\xaa\x2a\x7d\xec\xe3\x67\xf5\x41\ -\xbd\x12\xf3\xeb\xf9\xa5\xff\xf8\xb9\x20\x17\xb1\xfc\x90\xdd\x61\ -\x66\x24\xa1\x75\xca\x1c\x32\xf1\x5a\x2d\xa7\xdb\x16\xf9\x73\xb7\ -\xdd\xa4\xea\x0d\xe8\x75\xea\xd5\x55\x7d\xff\x33\xcf\xc1\xe2\x0c\ -\x0f\xe7\x0e\x66\xbf\x3f\x7f\x9a\x8e\xcb\x17\x50\xd0\xb3\xbe\xfd\ -\x75\x1f\x59\xd3\xb0\x47\x0f\xda\x68\x9c\x23\xbf\xf4\x19\x6b\x7b\ -\x65\xfd\xba\x35\xdc\x0f\xef\xc1\xfa\xca\x58\x22\x2b\x30\x6a\x93\ -\x5b\x10\x6c\xd2\xfd\xf1\xfd\x77\x7f\xe8\x92\x74\xd4\x21\x0d\x6d\ -\x52\x70\xba\xb5\x3b\xbc\x39\xed\x39\xf2\x38\xb8\x69\x39\x51\xaa\ -\xc0\x28\x8e\xe8\x27\x68\x58\xef\xa9\xdc\xf6\xca\x7b\xad\xf1\x31\ -\xe4\xfc\x50\xda\x26\x26\xed\xe7\xf8\x3c\x06\x9d\x20\x23\x57\x55\ -\xe4\xaf\xd4\xbe\xe7\xcf\x3f\x5c\xb0\xf8\x02\x97\x1a\x7a\xe4\xa1\ -\xbc\xd1\x4a\xa6\x30\xf9\x7a\xfc\x6c\x44\x64\x45\x42\xc8\x89\x06\ -\x0f\x89\x6c\xa9\x6b\x4c\xa8\x72\x04\x5a\xe0\xba\x01\xf9\x62\x9a\ -\xd9\x26\xac\x11\xfa\x09\x0d\xb1\x20\x7d\xef\xa4\xdc\x01\xf2\x87\ -\x02\x4a\x47\x81\x56\x21\x36\x04\x56\xaa\xe9\xb0\x36\x5d\xa5\x5e\ -\xee\xe3\x92\x61\x51\x4d\x21\x76\xad\x9f\x27\xfe\xd2\x25\x1d\x4f\ -\xd3\xd4\x21\x0f\xfe\xb2\xcb\xa4\x0e\x69\xc6\x22\xf7\x27\x2d\xf1\ -\x37\xa9\x76\x70\x63\x85\x46\x42\x0e\x99\x65\xab\xa4\x1e\xa4\x47\ -\x66\x74\xad\xa6\xf4\xb9\xfb\x8f\x15\xc2\xb1\x69\x97\xee\x63\x6c\ -\xfa\x24\xa0\x0f\x08\xc4\x2a\x8c\x3a\x4e\x5b\xd9\x4b\x7e\x1a\xad\ -\x14\x03\xcb\x5e\xa9\xc3\x45\xc8\x9d\xd1\x2c\xee\x71\xc6\xc9\xda\ -\x56\xb7\x13\x4e\x04\xcc\x3a\xf3\x28\xf5\x3f\xc3\x31\xca\xf8\xb0\ -\x37\x7f\xcf\xe9\x4a\xbd\x96\x17\xa1\x52\x1a\x0a\x41\xf0\x21\x27\ -\xa6\x10\x6a\x4c\x91\x9f\x21\x19\x94\x7a\x6b\x58\x97\x4e\xe6\x22\ -\x53\x4f\xb9\x0b\x50\xc9\x7d\x20\x5b\x12\xee\x1c\x8d\xb4\xa9\x77\ -\x30\x59\x7a\xca\x06\x09\xea\x04\x1a\x14\x2c\x28\x52\xc7\x01\xbd\ -\xd7\x58\x87\x2b\x84\xb7\x6d\xf7\x60\x00\xca\x18\x31\xfd\x3c\x10\ -\x76\xa4\x4a\x65\x0e\x4f\x3b\x95\xf1\x98\x2c\xad\x31\x25\x97\xba\ -\x7f\x5e\xef\x79\x91\xcf\xd6\x34\xa9\xd6\x5d\x4e\xd1\xb4\x45\xce\ -\x53\xda\x16\xfb\x3d\xb8\x48\x74\x9a\x09\xd9\xf1\x3c\x85\xff\xa9\ -\x26\x7a\x4e\xa7\x3c\x67\x29\xf7\x51\x3f\x98\xf7\x50\x41\x56\xee\ -\x5f\x70\x6b\x50\xa0\x8d\x5a\xc7\x76\x51\x7c\x3a\x53\x79\x8e\xd8\ -\xcc\x65\xf2\x0c\x30\x2b\x0d\x64\x0e\x76\xf5\x9c\x68\x91\x7a\xb1\ -\x90\xc3\x7d\xf3\xbd\x8c\xc5\x22\xc3\x4c\xca\xa9\x4b\xac\x1d\x46\ -\xd3\x7d\xf3\xa6\xed\x4d\x50\xa2\xa6\x31\x3d\x2b\xa6\x6a\x4c\xc4\ -\xd1\xd4\xc2\x1b\x00\x9f\x3c\xe8\x26\xba\xae\xf7\xec\xb8\x42\xc1\ -\xa5\xd7\x2c\xc7\xfe\xc5\xd9\x7c\x30\xd1\x96\x7f\xfa\x3a\x0f\x9d\ -\xa9\x8b\xdf\x09\xe8\x6d\xcf\x7b\x4b\x5b\x9a\x22\x9c\xae\x81\xf9\ -\x9d\x69\xd3\x25\xff\x04\xda\xbc\xc8\x74\xc1\xf4\xd9\x27\xa8\x3f\ -\x2b\x28\x4e\xdc\xa1\xae\x5e\x80\xa4\x93\x6a\x0b\xb6\xeb\x0c\x29\ -\x10\xc8\xc2\x7a\xdf\x2a\x2c\x9e\x68\x47\x6e\x5a\x90\x62\x24\x7f\ -\xa7\x34\xd8\x95\xb6\xd1\x60\x87\x4c\x61\x4f\xcd\xac\x31\xb9\x66\ -\x22\xbb\x3b\x7c\xbb\xcc\x6d\xa4\x98\x21\x3e\x99\xd2\x07\x70\x86\ -\x7b\x96\xc4\xb4\x0e\x59\x30\x88\x58\xcf\x98\x08\x29\xc7\x3d\x8b\ -\xbd\x71\xfd\x10\xd0\xf0\xc0\xcd\x8b\xb5\xa0\xde\xde\x5d\x72\x0a\ -\x3b\xa7\xbb\xb5\xe7\x38\xe2\xd8\x16\xda\x9c\x34\xdc\x98\xf0\x14\ -\x7d\x1e\xa8\x63\x8b\x8b\x7e\xad\xe1\xe4\xab\xa9\xb7\x4d\x7f\x7d\ -\xee\xb0\x70\x0d\xfd\x89\xe7\x27\x6a\xd7\x48\xad\x0f\x08\x27\xc1\ -\x66\x2c\x74\xdf\x63\x5e\xd8\x66\x74\x40\x82\x31\xdf\x5c\x27\x99\ -\xe8\x0a\x73\x0d\x05\x26\x87\x40\x10\x3d\x03\x18\x3d\xdd\x8c\xad\ -\x69\x96\xb5\xc7\x4c\x5a\xb6\x03\x94\x52\xfa\xa4\x53\x66\xa0\xaa\ -\x95\x63\xc9\x71\x86\x17\xe8\x93\xd7\x28\x73\x52\xd2\x7b\xf3\x0e\ -\x8d\xf2\x55\x45\x6e\x53\x62\xb9\x20\x86\xe9\x06\xb8\x7c\xbf\x3e\ -\x68\xd5\x71\xbb\xe6\x24\x19\xea\xd1\x72\x0f\x64\x7d\x4c\x77\x58\ -\x16\x18\x26\x74\xf8\x79\xbe\x13\x99\xd3\x24\x70\x2f\x1d\x3a\x70\ -\xba\x21\x86\xeb\xd6\x54\x29\x7f\x9f\xb5\x19\xd5\xa3\xae\xca\xf3\ -\x55\xa4\xd7\x37\x84\x82\x59\xec\xb9\x92\x00\xc3\xe9\x31\x00\x74\ -\x3f\x07\xe6\x34\xc0\xcf\x0d\xe4\x12\x2d\x40\x58\xcf\x48\x8b\xf8\ -\x9c\xd4\x20\x31\x08\x8f\xdb\x48\x82\xdb\x15\xf6\xd4\xb1\x1a\xd4\ -\xc2\x51\xa7\x54\xe3\x97\xb4\xe5\x38\xdf\x19\x35\x63\x36\x8d\x77\ -\x04\xf4\x88\x0c\xf1\x3a\x3e\x95\xda\xf4\x0f\xfd\x53\x74\x3e\xb1\ -\x9e\x06\xa7\x5d\xbc\xf1\x2a\xd3\x8b\x35\x18\x26\x53\xd6\x53\x6e\ -\xd3\x87\x19\x85\xc0\xbf\xa2\x16\xfa\x6a\xad\x50\x3a\xd9\x48\xd3\ -\x2c\xca\xbe\xfa\x10\xbe\x83\xbe\xa6\x0f\x55\xa5\xe9\x92\xe5\xb4\ -\x0e\x00\xe9\xa3\x81\xbb\x47\x31\x88\x61\x81\xa5\xa7\x4a\x74\x22\ -\x71\x79\x6b\x93\x84\xb2\xf5\xd7\xa4\x30\x72\x3d\xf4\x29\x4e\x0f\ -\x6a\x8a\xf0\xab\x71\x45\x2f\xe6\x77\xca\xc8\x5b\xa3\xf4\xd6\x98\ -\xa1\x39\xc2\xc3\x8a\x9d\x66\x61\x3b\x69\x36\x54\xe8\x68\x6a\x83\ -\xd3\xf1\x4d\x4a\x04\x89\x9a\x1e\x7d\xa5\x37\x2d\x5a\x31\xc5\x90\ -\x31\x1a\x2d\x2b\xd4\x6b\x0d\x17\x3d\xd4\xa7\x14\xb6\xca\xed\xa0\ -\xf4\xdc\x82\xa5\xc5\xc8\x82\x16\xf4\x56\x02\xd5\x49\x01\x95\x21\ -\xd0\x2e\xc4\x62\x1c\x7e\x68\xec\x71\x1f\xcf\x23\x46\xd7\xd1\xa8\ -\xef\xdc\x84\x99\xaa\x59\x2f\xd4\x5f\x98\xd6\xba\x9a\x3b\x8e\x66\ -\x22\x27\xa7\xba\x90\xfa\x19\x04\x6a\xa7\x29\x88\x60\xd1\x2e\x3e\ -\xad\xc8\x80\x65\x26\x52\x9b\x76\xbb\x85\xe6\x3f\xcc\x45\x96\xdf\ -\x5a\xd0\x98\xa8\x69\xd1\xa2\x92\x3a\x21\x8e\x63\xd5\xb8\x3e\x0f\ -\x61\x06\x14\xd5\x91\x94\x15\xe2\xfc\xe0\xe4\x47\xd3\x91\xdf\xa5\ -\x9a\x5f\x3a\xed\x5a\xdf\x34\x06\xa9\xd1\xd8\xc3\x25\x08\xdd\x8c\ -\xd2\x78\x80\x8d\x1b\x51\xad\xe2\x03\x3d\xfd\xf3\x5d\x13\x70\x42\ -\x4c\x1e\xe8\xee\x9f\x1f\xdf\x5b\x43\x70\xef\x10\x8c\x17\x76\x49\ -\x7f\xe0\x25\x25\x9e\x76\xf0\xfe\xd4\x2d\xf1\xa3\xf8\x7d\xa5\x2d\ -\x0e\xba\x9c\xd4\x24\xf8\xfc\xbd\x62\x44\xb7\xb5\x53\xd5\xbb\xf3\ -\xa9\x3c\x28\x10\xb8\xb1\x5f\x7c\x55\x23\x5e\x76\xb7\x80\xda\x2a\ -\x38\x73\x95\x1d\xf1\x30\x1a\x81\xac\x1e\xce\x56\x6d\x53\x86\xa1\ -\xcb\x00\x92\xf8\xc5\x74\xe1\xa4\x38\xb7\x75\xbd\x17\x8f\x33\xcd\ -\x28\x0f\x76\x0a\x6a\xe1\x92\xd6\xc9\x31\xf7\x7b\xc3\x48\xd3\x24\ -\x9a\x13\x7f\x1a\x2c\x58\x77\xdf\x2a\xd8\x5f\x47\xc6\x4c\x15\x51\ -\xa6\x61\x7e\xba\xca\x69\x94\x33\xe8\xbc\x5c\xe0\xe8\x08\x2f\x05\ -\x3d\x68\x4c\x50\xf3\x90\x74\x6a\x91\x8e\xbc\x10\x17\xa1\x73\x89\ -\xc8\x3d\xf7\x6c\x95\xa6\x84\xa9\xdd\x0a\xab\xd0\xe0\x05\x80\x1e\ -\x16\xf5\x56\x87\xfc\xb9\x1f\x26\x95\x3a\x91\xf4\x72\x3d\xb3\xb6\ -\xfd\xad\xe7\xb1\xa4\x68\xb4\x0f\xc3\x03\x11\x77\x9a\x0c\xb0\xe5\ -\x66\xb7\x55\x77\x63\x1e\xad\xac\xb6\x6a\x70\x6b\x9d\x06\x5d\x72\ -\x31\xa9\x2d\xa0\xf4\x50\x45\x55\xe4\xfb\xdf\xc0\xc0\x41\x67\xcf\ -\xef\xa3\x3c\xcc\x1b\x7c\xda\x24\xe1\xe0\xaa\x64\x96\x0d\x23\x13\ -\xdb\xa6\xce\x18\xd5\xa8\x13\xae\x2e\xbe\xaa\xd8\xf1\xf7\x7b\xe7\ -\xb4\xae\x87\x9d\xa0\xbd\x8b\xc6\xc4\x50\x07\xf1\x62\x2c\x64\x32\ -\x8a\xaa\x2c\xea\x33\x28\xdb\x20\x5f\x85\xb3\x69\x64\x9a\xd3\x05\ -\x00\x44\xc6\x1e\xa9\x4c\x0b\x18\x15\x04\xae\x69\x14\xc0\xb1\x0e\ -\x0a\x99\x56\x41\x7a\xd6\x07\x9d\x11\xc7\xc3\x8d\x97\xd4\x59\x20\ -\xc4\x6d\x4e\x50\xa1\xce\x41\xc5\x27\x5e\xb1\x57\x9e\xda\x10\x29\ -\x5d\xe4\x49\x67\xab\x47\x19\x13\xc9\xd2\x4a\xc1\x7e\xe0\xd4\x4d\ -\xd7\x19\x77\x63\xd9\x00\xeb\x62\x22\x5a\xab\xf6\x9a\x6c\x8a\x06\ -\x55\x5f\x04\x34\x52\x00\x74\x3a\x8f\x9c\x16\xc9\x38\xff\x1e\x39\ -\x90\xf6\xac\xaf\x0a\x14\x8d\xcf\x1e\x7b\x21\xd0\x78\xbd\x01\x6f\ -\xda\x39\x1b\x4a\x41\xae\x32\xa7\x39\xf5\x3a\xb9\xb7\x1b\xad\xb1\ -\x3f\xbe\x99\x1d\xf1\x61\x58\x20\x74\x06\x01\x43\x30\xac\x61\xfd\ -\x28\x15\x34\x9b\xba\xcc\x1e\x2a\x24\xa0\x35\xdd\x3a\x67\x63\xe4\ -\xe7\xe1\x9b\x2b\x36\x87\x63\x9e\x7d\x75\x20\x20\x3a\x05\xb4\x6f\ -\x1a\x7d\xfd\x4b\x8e\xaa\x6f\xd5\xdc\x31\x3a\x60\xc8\x85\xd4\x48\ -\x21\x3c\xeb\x71\xa2\xc4\x0d\x96\x82\xeb\x64\xad\x4f\xc9\xfa\x0a\ -\x2c\xed\xf3\xbe\x00\x6b\x43\xd5\x46\xfe\x1c\x83\x03\x64\xad\x3f\ -\xa5\x11\xbb\x31\x1a\xa8\xd5\x4e\x9d\x6e\x60\x73\x95\xc1\x91\x83\ -\xb6\x9f\xaf\xce\xc3\x7e\xaf\x61\x4f\xc0\x09\x30\x71\xbf\x17\x19\ -\x74\x16\x1e\x01\xd8\x39\xd4\x7b\x19\x93\x68\x0b\x8d\xdd\xd5\x22\ -\xb1\xc8\x8c\x21\xe0\xff\x92\x53\x55\x26\xb7\x9f\x47\x5e\x4e\x36\ -\x58\x69\x73\x9a\x9b\x57\xa5\xa8\x0f\x97\x3a\x7d\x29\x68\xdb\x4d\ -\x2b\xdd\x45\x90\xcf\x6e\x87\x1d\x66\x2d\x1a\xd1\xe9\xa8\xc3\xa7\ -\xad\xc5\x7b\x23\x34\xc3\x62\x3b\xd8\xd6\xec\x25\xfc\x98\xe8\x61\ -\xed\x5e\xd7\x91\x87\xa7\x12\xe4\x11\x1c\x39\x26\x4c\xa4\xdb\xba\ -\x48\xe5\x63\xa2\x90\xe8\xa3\xf5\x26\x5a\xdf\x31\x45\xbd\xa1\xd5\ -\x32\xb6\x98\x32\xd8\x78\x89\x6c\x44\x71\xda\xf1\xc0\x8d\x78\x6b\ -\x89\xdb\x9b\x93\x2b\xa3\x70\xe1\x97\xac\xaf\xa4\x64\x26\x47\x38\ -\xde\xc1\xd9\x38\x72\x06\x4b\x9f\x3b\x55\x6f\x96\x85\x58\x1c\xc8\ -\x64\xfd\xfc\xf5\x73\x30\xab\xe3\xba\xa4\x5d\xb3\xca\xe9\x11\x37\ -\xe4\xbc\xcf\x72\xc5\xe1\x12\x13\x1c\xd1\x9a\x9c\x12\x73\xe8\x62\ -\xf2\x3b\x36\x2f\x37\xb5\x02\x1b\x68\x08\x8c\xb4\x33\x68\x50\xbd\ -\xa9\x5a\x30\x35\xe8\xdf\x71\x85\x1e\xe8\x91\xbe\x1e\x1b\xc5\x25\ -\x98\x0d\x35\x1d\x68\x56\x24\xda\x37\x8a\x07\xd7\x9f\x23\xf3\x28\ -\xa4\x38\xf4\x50\xa9\x75\xcb\x7b\xa0\x87\x58\xb7\x37\x5b\x2e\xf9\ -\x7d\xe9\x5f\x08\x6b\xa9\x04\x54\xba\x11\x36\xca\x46\x03\xa6\xd0\ -\xa0\xb1\xb4\x14\x80\x26\xf5\x2f\x6d\x62\x9d\xac\x1b\x85\xf1\xae\ -\x49\xd1\xb6\x3d\x0c\x40\xf2\xda\x77\xd2\x15\xe2\xf9\x68\x14\xa6\ -\xe9\x54\xc4\x6c\x15\x46\x6e\x76\x2a\xd0\x26\x38\x62\x87\xf9\xc1\ -\xdf\x36\xd1\x2c\x6c\xc6\xc4\xeb\x08\x47\x66\x26\x28\x66\x8e\x7d\ -\xe0\x2c\x70\xb8\xb5\x09\x09\x3e\x78\xe1\x02\x6b\x47\xde\x4c\x05\ -\x10\x88\x58\x43\xb3\x55\xa3\x96\xd2\x1d\x08\x4c\x4b\x0a\x81\x81\ -\x09\xcc\x3e\x7d\x4e\x60\x8d\x2d\x74\xbf\xf7\xe7\x89\x45\x21\xe5\ -\x48\xe2\xe5\xf8\xae\x90\xe5\x00\xcc\x82\xbe\x54\x40\x52\x36\xff\ -\xdc\x45\x00\x1f\x2c\x02\x8b\xea\x37\x9d\x94\x34\x1d\x9f\x12\x71\ -\x88\xc6\x3a\x4b\x08\xa1\xe5\x13\x22\x71\x14\xba\x68\xb8\x59\xc8\ -\x70\xb8\x7d\x71\x1a\xfb\x50\xd1\x80\xd2\x06\x9a\xc1\x81\x2a\x29\ -\x53\xb4\x77\xd1\xc1\x0a\xd4\xe2\xd6\x14\x7d\x03\xce\xdc\xf5\x8f\ -\x5f\x1a\xd7\x9e\xf8\x49\x15\xc2\x6d\x50\x80\x86\x4b\xb7\xae\x83\ -\xe9\xc1\xb4\x44\xa3\xd9\x53\x62\xfe\x57\x38\x88\x79\xe8\xb5\xf2\ -\x8a\x08\x01\x7f\x87\x74\x47\xb3\x6d\xae\x27\xe4\xa0\x70\x59\xbc\ -\xfb\x02\xc2\x75\xa2\x5d\x6b\x26\xb5\x4c\xa7\x7e\x2c\xd1\xe4\xd2\ -\x96\xc4\x14\xfd\x0e\x21\xbf\xd8\x4d\x1a\xcd\x9e\x6d\xa5\x9f\xb5\ -\xa2\xd0\x51\x58\x7b\xdb\x29\x65\xaa\x24\xd7\x3f\xa4\x6a\xb4\xab\ -\x20\xb6\x78\x06\x00\xc4\x70\x06\x81\x2b\x91\x3a\xb0\xaa\xdb\xb5\ -\x1b\x46\x3f\x30\x85\x10\xc2\x10\xf4\x62\x1e\x48\x6b\x90\x9e\x71\ -\x13\x07\x18\x92\x4e\x76\x30\x25\xcf\x3d\xd4\xca\x21\x53\xda\x22\ -\xdb\xa6\x6b\x9c\x59\xe6\xd2\x85\x85\xba\x74\xc6\xa2\x4f\x29\xb5\ -\x10\xf5\xdc\xe7\x4c\x95\x36\x38\x17\xe6\xc1\x9e\x88\x38\xd9\xe5\ -\x13\x44\x13\xba\x02\x60\x2b\xd9\x03\x27\x55\x4c\x82\x7e\x9d\x4d\ -\xa8\x80\x44\x82\x3b\x4b\xec\x64\xc7\xd8\xd5\x4d\xa9\x51\xa3\xfd\ -\xbc\xbc\xb1\xe2\x2b\x1a\xe2\xd6\x99\xa0\x6b\x29\xe7\xc4\x1f\x74\ -\xc8\xb9\xc6\x51\xd7\xdb\x80\x68\x37\xc0\x14\x48\xfe\xdc\x28\x37\ -\x11\xb7\x2e\x6c\xb1\xf4\xbd\x79\xcb\x94\xd4\x9c\xe8\x72\xd9\xb1\ -\x18\x50\x59\xfb\x5d\x93\x57\x07\x37\x86\x48\x94\x01\xba\x89\x37\ -\xc1\x53\x6f\x9e\x0d\x0d\x68\xca\x17\x4e\x44\x69\x9a\x67\x28\x47\ -\xe3\xc9\x23\xc8\x39\x37\x6c\x01\xd0\x51\xe2\xff\x46\x7a\x80\xf7\ -\x01\x2c\x1d\x46\x22\x69\x48\xb3\x9c\x4c\x76\x18\x88\xf4\xbf\x6f\ -\xd0\x37\xbd\xc7\x35\x04\xd3\x26\xa3\x14\x22\x67\xad\xf4\xf6\x44\ -\x5f\x32\xb2\x90\xe5\x02\x97\xce\x6d\xf6\xe4\xc3\x91\xab\x80\x79\ -\x3d\x26\x7d\xc6\xcd\x92\xa9\xf7\x33\x42\x8a\xc9\xa8\x8c\x2a\x8a\ -\xc9\x52\x9a\xf1\xd6\xeb\x2f\x06\x46\x50\x18\xa9\xa1\x54\x26\x06\ -\xde\x50\x43\x11\x2d\xbe\xa2\x81\x11\x52\x71\x0a\xde\x7d\x07\xd8\ -\xc6\x5a\x2c\x16\x5c\x2f\xa5\x83\x04\x43\x1b\x11\xa9\x26\xb3\xd7\ -\x3b\xe8\x34\x23\x63\x91\xa8\xdd\x6d\xb1\xb9\xc4\xf8\x1f\x3d\x9e\ -\xd1\x95\x9b\x98\x6b\x44\x9a\xa2\xd3\x3a\xa7\x33\x56\x90\xc7\x84\ -\x89\xfe\xd2\x88\x0c\xd1\x58\x66\x0b\x40\xe1\xa2\x6f\x99\x50\x67\ -\x2a\x73\x4d\x31\xf4\x29\xd8\x4c\xef\x7e\x40\x31\x14\x11\xa5\x43\ -\xca\x37\x02\x6f\xd1\xed\x4e\x1b\xa1\x17\xe6\xaf\x22\xfe\x93\x4a\ -\xd5\xc5\xc7\xd3\x75\x48\x69\x54\xc9\xc3\xed\x67\xa0\x0b\xd0\xe4\ -\x28\x43\x88\x5c\xb8\xa9\xa4\xae\x8a\x4c\x81\xa6\xd6\x23\x72\x46\ -\x32\x83\x58\xe5\x7e\x9c\xe3\x77\xfc\x19\xfc\x98\xae\xf0\x2b\xda\ -\x54\x2f\x42\x26\xa7\xa7\x46\x27\x9c\x10\x99\xa6\xc3\x63\x67\x6e\ -\xf4\x46\xd4\xa3\x60\xa9\x0d\xf3\x6b\x3e\xc8\x71\x9f\xc4\x88\x3e\ -\x74\x87\x6d\x28\x77\xc1\x1b\x9a\x19\x91\xf9\x7c\xdd\xc9\x6f\x36\ -\x38\x1b\x2c\xec\xfb\xc0\x68\x67\x19\x14\x2b\xd2\x98\xb7\x66\x08\ -\x60\x3a\xc4\xdc\x65\x89\xed\x67\x7f\x63\xd9\xb9\x71\x32\xe9\x83\ -\x6a\x61\xbc\xca\x09\xf0\xb1\x56\x44\xc2\xce\x34\x28\x29\x9c\xae\ -\x38\x77\xbc\xd0\x56\x85\x62\x6a\x7b\x71\x13\x62\x16\x0f\x18\x3d\ -\xdf\xbb\xc3\x59\xea\x2d\x22\x21\xd7\xe8\xa6\xdd\xa8\x60\x71\x8c\ -\xdb\x8d\xd3\xe4\x22\x2c\xbd\xa7\xd3\x23\x50\x73\x71\x6a\x00\x46\ -\x09\x89\x2c\x2b\xd9\x6b\x0c\x41\xd9\xd4\x56\x8e\x98\x3d\xd6\xe8\ -\xb7\xfd\xe5\x8d\xc2\xc5\x2f\xb9\x5d\x25\x94\x4d\x1d\x03\xe5\x24\ -\xc2\xca\x9c\xe0\xe5\xd3\x0e\xa7\xb0\x77\x2b\xe0\xe1\x00\x36\x88\ -\x76\xcf\x89\xa8\x31\xd8\x2f\xc0\x94\x7d\xba\x30\xbe\xc5\x42\xac\ -\x91\x22\xef\xe6\x1e\x5c\xce\x45\xf3\xba\xa7\x8b\xaa\xbe\xfc\xfc\ -\xa2\x8c\x31\xd7\x74\xa1\xc1\xa5\x19\xb3\xe1\x8d\x94\x4f\x72\xdf\ -\xdc\xfa\x04\x27\xb6\x86\x36\xd5\x8e\x76\xaa\xf6\xb8\xc2\x87\x04\ -\x68\x6a\x12\xb6\xf6\x81\xf2\x0b\x13\x20\xf6\x39\x79\xe2\xd2\x58\ -\x15\xe3\x39\xc5\x06\xc4\xa4\x37\x97\x5e\xcf\x48\x2a\x00\xd2\x73\ -\xce\xda\xfe\x9e\xe0\x5d\x68\xf7\xbd\x5d\xf7\xe3\x6d\xdd\x08\x34\ -\x08\x4d\xdd\x9a\xe7\x8f\xd6\xc4\x7d\x1d\x82\xf9\x30\xa7\xa1\x0d\ -\x48\xab\xa4\x30\x0b\x00\xa8\x03\x97\xd6\xb6\x18\x96\x30\x16\x7a\ -\x64\xc2\x44\x14\x82\x6b\xa6\x3e\x60\x84\x34\x73\xb5\x98\xe7\xfa\ -\x7a\xe6\xf8\x60\xc0\x2d\xe4\xcb\x84\x5c\x92\x44\x88\xf4\x53\x81\ -\xa8\xbd\x8e\xbc\x20\x51\x62\x92\x28\xac\x85\x09\x9e\xb3\x3d\x99\ -\x20\xe4\xda\x06\x8e\x68\x02\xdf\x13\x75\x1a\x5b\xf1\xdc\xb7\xfa\ -\x0c\x92\xce\x4e\x7b\x08\xf3\x27\x98\x7a\x8a\xf9\x49\xad\x41\xba\ -\xa2\x74\xb7\xc6\xd6\x35\xc0\x32\xde\xaf\xa6\xb3\xa2\xab\xab\x02\ -\x08\xf6\x12\xab\x62\x56\xda\xb2\x81\xdc\x17\xdd\xea\xdc\x97\x71\ -\x2a\x47\x4f\x46\x07\x9d\xec\x19\x1e\xc0\xeb\x33\xb3\x53\x62\xca\ -\xd2\xfa\xa7\xfe\x3d\x2b\xb4\x71\x74\xc8\x19\x92\x6a\x2d\xc7\x1e\ -\xab\xe3\x67\x3e\x9d\xeb\xac\xac\xef\x71\x12\x7c\x82\xb6\xe5\xc4\ -\x67\xf4\xa8\xf5\xca\xa4\x83\xec\x98\xe8\x1e\x67\x25\xa8\x11\xdf\ -\x9a\x69\x2f\x7e\x19\x74\xaa\xc0\xd6\x08\xab\x7d\xd6\x1b\xf3\x31\ -\x5e\x64\x20\x69\xd6\xc5\xf1\x6e\xc9\xcb\xfa\xa2\x47\x8e\x26\x81\ -\xa9\x53\x5d\x5f\xfe\x11\x43\xc7\x6c\x3b\xf6\x58\x2e\xed\xde\xe6\ -\xa7\xbb\x29\xc6\x6a\xf0\x5f\x0c\xd0\x0a\x40\x0a\xd0\xd5\x80\x31\ -\x90\xe4\x75\x01\x0e\xc5\xb7\x7a\x16\x0d\x46\x42\xc8\x16\xbf\xdf\ -\x9b\xab\xb7\x2c\xd4\xd3\x2d\xb2\xc3\xe2\x9f\xce\xa8\x23\xcf\x96\ -\x35\xea\xf9\x30\xc4\x39\xdf\x05\x61\xe2\xad\x00\xba\xdf\x84\xb6\ -\xc0\xcd\x6c\xf2\xba\x6a\xdf\xbf\x0d\xd2\x58\x4c\xd0\x43\x97\x67\ -\xc1\x32\xb2\xca\xbf\x0b\x3e\xba\x76\x98\x7b\x39\xfa\xd9\x86\x7b\ -\xba\xa0\x19\x93\xd0\x7a\x59\x69\x55\xdf\x22\xa3\x34\x81\xd6\xf8\ -\xfb\xe5\x54\x19\x85\x91\x2c\x84\x6d\x66\xc2\x46\xf2\x21\x43\x1c\ -\x6c\x10\xb4\xd5\x03\x18\x81\x69\x09\x22\xb4\xfa\x10\xbd\x69\x5a\ -\x3d\x9f\x24\x8b\x17\xba\x8f\x80\x10\x9a\x0e\xf1\xa8\x9a\x55\xe3\ -\xd1\x3a\x88\x74\x27\xb2\xda\x40\xe7\xa6\xc1\x5f\xf3\x22\xc9\xa4\ -\x32\x3d\x1e\x07\xd0\x8b\xfe\x6a\xe4\x25\x71\x07\x8e\xf1\x39\xdd\ -\xe1\x7c\x96\x4f\x3b\x6e\x4d\x79\xa8\x4e\x07\x9c\x73\x84\xac\x43\ -\xff\xd0\x12\xb3\x05\x8e\x7e\x16\x74\x1e\x65\xa7\x60\xad\x08\x58\ -\xad\x64\x7a\xc9\x7a\x64\xd7\xb4\xee\x3d\x90\x90\x8a\xee\x72\xd1\ -\x74\x1d\x3c\x37\xcd\x6d\x77\xa1\x2f\x4c\xd3\x22\x9d\x89\xe9\x33\ -\xab\x70\x70\xc8\x39\x73\xd2\x78\x4c\xbf\x24\x05\xea\xca\x44\x8b\ -\x87\xe0\xd4\x1b\x34\xdf\x54\xd5\x7e\x47\x98\xf2\xaa\xc2\x2c\x3e\ -\x5f\x43\x80\xcc\x80\x10\x50\x23\x23\x6c\x3f\xd1\x04\xa7\x8d\x6a\ -\x24\xde\x17\xb5\xe6\x43\x9b\xd3\xde\x34\xbe\x9f\xf0\x03\x00\xc8\ -\x0d\x63\x6a\x9a\xf0\xb0\xd6\x28\x26\xb2\xa8\xb2\x6a\xb8\xb4\xdc\ -\x91\xa4\x7e\x2d\x7f\x2f\x1f\x62\x5f\x82\x10\xdc\xa4\x46\xf4\x33\ -\x53\x40\xf7\xa8\x10\x43\x06\x40\x6e\x66\x45\xb9\x66\x67\xf3\x2e\ -\xb3\x14\x6c\xaa\xca\x00\x62\x84\x00\x4a\x2f\x40\x6e\x5e\xfb\xb4\ -\x61\xd6\x6a\xfe\x87\x3d\x7b\x9d\x45\x36\x01\x0a\x8a\x02\x26\x1d\ -\x75\x4a\x34\x6d\xc7\xa4\xf8\x2d\x53\x49\x5e\x9b\xab\xd3\xe1\xc8\ -\xbf\x7a\x87\x28\xfa\x04\x98\xe8\x4a\x8d\x0c\x4c\x24\x3a\x00\x92\ -\x08\x03\x3d\xcf\x83\xd9\xaa\x4d\x0a\x6d\x01\x34\x0d\x19\x0c\x7a\ -\x2b\x8d\x29\x3e\x02\x53\x5c\x82\x19\x7d\xbd\x06\xb4\xb2\x2f\x7a\ -\x42\x1d\x4e\xf9\xb9\xff\x94\xce\xb2\x27\xda\xb3\xd1\xab\x8c\xac\ -\xa8\xda\x2b\x0f\x28\xa6\x26\x7d\x8f\x1d\x48\xf0\x02\x74\x07\x25\ -\x2c\x54\x72\x86\xae\x79\x08\x4a\x6d\x68\xa0\x23\x23\xca\x8c\x68\ -\x85\xc3\x92\xdd\x35\xc9\xea\xec\x18\x78\x4f\xf4\x27\xb8\xf4\xbe\ -\x56\x45\xa9\x98\x0f\x08\xc2\x6c\xd5\x97\x82\xc0\x48\xd7\x8a\x30\ -\x5d\xff\x6b\x4b\xef\x5d\xe9\x07\x2f\xd7\x82\xc6\xe4\xaa\x02\xe2\ -\x62\x29\x47\xd9\xba\x5b\xdb\x80\x56\xce\xaf\xda\xab\x41\x27\xa5\ -\x0b\xdc\xd0\xc8\xdd\xed\xee\xff\x44\xe0\x6d\x4f\x77\x39\x28\x76\ -\x64\xe2\x4e\x70\x72\x45\x11\xf0\x1f\xa7\xbf\xaa\x92\x44\xe8\xa4\ -\x4f\xb5\x84\xd6\x22\xba\x77\x50\xfb\xb4\x35\x15\x4e\x71\xf1\xd0\ -\x76\x66\x70\xea\x34\xcd\x84\xf2\x98\x22\xee\x3a\x17\xfd\x40\x92\ -\xa2\xad\x58\xb8\x30\xae\xa0\x42\xfa\x5b\x01\xe1\xb5\x11\xca\xfe\ -\xc9\x3d\x25\xe8\xe6\xfe\x2a\x06\xcd\xd9\x98\xec\xf3\x1f\x68\xd0\ -\x85\x6c\x7b\xfe\x56\x99\x0b\xc9\x8e\x7d\xca\xd1\xfc\xfb\xfe\x85\ -\xa8\x0d\xff\x9e\x4b\x9a\xb2\x65\x55\x84\x05\xed\x7c\x1b\xd8\x83\ -\x67\xd1\x69\x05\xd2\xfe\x50\x6b\x38\x36\x50\x3a\x73\x62\x29\x2b\ -\x7e\xaf\x29\xd9\x5e\x35\x25\x62\x89\xda\x62\x7f\xe0\xfb\xec\x46\ -\xed\x6b\x0f\x84\xa9\x6c\xba\xe3\x82\x26\x44\xf5\x9f\x72\x59\x7c\ -\xd3\x52\xdf\xea\xae\x62\x52\x94\x5c\xae\x90\x69\x2e\x6f\x26\x19\ -\x93\x50\x74\x08\xd5\xd0\xbe\x1a\x4c\xdb\x13\x60\x30\x1f\xb7\x39\ -\x1b\x86\xb4\x34\x59\x76\x34\xb4\x79\x5e\xa1\xfc\xc2\x32\x07\x13\ -\x68\xd0\x6a\xd3\x79\xcd\x46\x93\x75\x07\xdd\x7b\xc7\xe7\x39\x90\ -\x68\x16\x45\x65\x6e\x8f\xcb\x9e\xf6\xd8\xd6\x99\x55\x24\x07\x10\ -\x65\x7d\x2e\xb8\xe6\x6e\xda\x6a\xbb\x6c\x04\xa7\xdc\x27\xdf\x2d\ -\xe3\xb4\x93\x72\x1a\x00\x9a\xcf\x4e\xc8\xf6\x07\x82\x7a\xe9\x51\ -\x5f\x4d\x37\x46\xd7\x77\x92\x59\xb8\x71\x76\xe8\x6c\xe7\x92\xcd\ -\x7d\xa8\x98\x64\x39\x49\x55\x68\xc8\x82\x91\x01\xa7\x6f\xec\xf9\ -\xbb\xf5\xea\x6a\x23\x07\xac\x69\x8c\x2d\xf5\x78\x05\x34\xb3\x39\ -\x0e\xad\x20\x89\x91\x68\x83\xac\xac\x21\x7b\x48\x0d\x37\x3f\x65\ -\x24\xce\x08\x5a\x05\xd0\xa7\x99\x8f\x1f\xdd\x0d\x44\x6c\x70\x1c\ -\x2c\x1a\x67\x80\x30\x1a\x06\x46\x29\xf9\x10\x38\x7f\x93\xb6\xed\ -\xcd\xb9\x9f\xf5\x2b\xea\xc9\x04\xb7\x5e\x2d\xfc\x85\xe3\x48\x84\ -\x9c\xc5\x43\x9f\xda\xd9\x87\x5c\xce\xcb\x68\xe3\x8e\x34\x60\x0b\ -\xfa\xe1\x85\x1a\xdc\x42\x76\x95\xf8\x85\xe5\x96\xd7\x79\xc9\x8a\ -\x7b\x12\x2a\xc2\xc3\xec\x5b\xcc\xb3\x68\x7f\x79\x3b\xb9\x4c\x98\ -\xb6\x52\x53\xd4\x33\xe3\x27\x8b\x83\x34\x16\x48\x3b\xc5\xe7\xd4\ -\x07\xec\xc2\x5f\x1a\xaa\xa2\x12\xe6\x86\xc9\x14\x54\x03\x1d\xf9\ -\x0c\xb9\xc0\xa4\xd0\xdd\x17\x7b\x74\x8d\x41\x30\xa3\x40\x55\x5f\ -\xc5\x98\xb3\xf8\x7a\xff\xee\x73\x61\xc9\x14\x33\x7e\xe3\x4f\x7f\ -\xf9\xf5\x3c\x50\xc5\x14\x38\x9a\x5c\x87\x41\x99\x17\xa0\x28\x11\ -\x0d\x35\xb4\x0b\x73\x7c\xc1\xc4\x4e\x24\x75\x0a\xf9\xdf\x72\x75\ -\x06\x05\x6a\x45\x7a\x74\x21\x4c\x6b\x6c\xb8\x9c\x2f\x04\x38\xf6\ -\xd4\x9f\x4d\x64\x26\x82\x92\xed\xa5\xf1\xb2\x32\x3c\x90\xaf\x13\ -\x05\xae\x3c\x1d\x7d\x8c\xda\xbb\x15\x90\x49\x83\x22\xea\x40\xd1\ -\x28\x9c\x4f\x44\xa1\xf4\x54\xac\xa1\x41\xe1\x07\x85\x27\x37\xe4\ -\x1e\x6b\x6b\x4d\x65\xcf\x22\xdd\xcf\x4d\x2e\x03\x87\xfe\x73\x88\ -\x9c\x83\xf0\x16\xbd\x29\x79\x52\x30\x47\xe1\xcd\x9b\xe8\xb1\x56\ -\x75\x68\x60\x4c\x7b\xf2\xe1\x55\x20\x03\x4d\xb5\x11\x64\x3e\x72\ -\x21\x18\x0e\x9f\xa6\x6f\xc0\xa6\x43\x02\x19\x2e\x6f\xeb\x9f\x7b\ -\x03\x0e\x0a\xca\x08\xf8\x4b\xda\x91\x1e\x9a\x42\x62\xdf\x8c\xd2\ -\xb8\x86\xdb\x35\x8b\x60\x1a\x82\x06\x18\x1d\x54\x7c\x04\xe2\x0e\ -\x5a\x2b\x3a\xcb\x29\xac\x92\xbf\x1b\xc4\xd0\x17\x5a\xd0\xeb\x74\ -\x6b\x53\xd1\xc1\xbc\x18\xa1\x91\x48\x8f\xc2\x73\x96\xa4\x54\xed\ -\x61\x95\x3c\xa7\xd6\x7e\xe8\x70\xec\x73\x42\x5d\x30\x95\x95\xff\ -\x31\xe9\x43\xca\x69\x1e\xdc\x67\x7e\xde\x38\xb8\xa9\xa7\x0a\x23\ -\x23\x2f\x0f\xb8\xd5\x96\xe0\xa6\x7f\x09\x74\xe7\xf7\x7b\x98\x1a\ -\x85\xa2\x4d\x8d\xc6\x41\x7d\x3a\x76\x4c\xd6\xa7\x2b\x9a\x0d\xaa\ -\x5b\x1e\xa4\x79\x70\x4a\x00\x3e\xad\x73\xdc\xc3\x00\x48\xd8\xa6\ -\x9b\x53\xd0\x94\xa8\x82\x84\x7b\x5f\xd6\x71\xf6\xa4\xe1\xc8\x72\ -\x5d\x67\x3c\x03\xb5\x32\x51\x8e\xbe\x9f\x43\xe0\xcd\xb4\x2d\xa8\ -\xc1\xbb\x0b\xf9\x13\x78\x7b\x84\x28\xeb\x9c\x04\xdb\x61\xee\xe3\ -\x8e\x84\x31\x75\x66\xf3\x26\x29\xaf\xd9\x36\xe9\x0a\x8d\x0f\x6d\ -\x40\xdf\x73\x5a\x7a\x47\xd3\xda\xf4\xc1\xd4\x27\x50\x52\xb0\x78\ -\x8a\xa5\xfd\xfb\xde\xd5\xc0\xe7\x44\x05\x75\x7c\x8f\x73\x3a\xd6\ -\x75\x81\x9c\xf1\xbd\xc9\xdc\xf5\x77\x84\x9f\xd7\x96\x97\x34\x65\ -\x1b\x21\xb5\xe7\x44\x4a\x40\x03\x16\xee\xe1\x1d\x7c\x5a\xd4\x5e\ -\x70\xd2\x0c\xdb\xe8\x64\x0a\x2c\xb1\xa6\x6f\xeb\x7c\x1e\xae\xd1\ -\xde\x03\x10\x12\x3b\x59\x2b\x48\x6b\x1f\xb2\xb1\x79\x1f\x44\x80\ -\xb1\xe0\x67\x41\x45\x50\x44\xe3\x5e\x13\xb7\x9c\x22\x5a\x50\xca\ -\x60\x68\xe2\xd3\x62\x02\xea\x13\x7d\x05\x62\xb3\x10\x77\x1d\xc9\ -\xfb\x64\xdd\xd7\xd0\x7e\x68\xbf\xd1\x58\x81\x4d\xeb\x79\xd1\x39\ -\x0d\xa4\x5d\x13\x5f\x86\x98\x98\xb0\x05\x44\xa6\x71\x4d\x9f\xfb\ -\xcf\x4a\x01\x23\xa8\xad\x19\xef\x77\x14\xd1\xe3\x5c\x89\x61\xa6\ -\x85\x01\x14\x2b\xbd\x68\xc0\xba\x71\xe9\x4c\xc3\x67\x5c\x81\xbf\ -\x0a\x33\x0f\xb3\x41\x65\xd8\xb7\x8c\x07\xc5\x37\xdf\x89\xb2\x4f\ -\x11\x06\x06\x85\x92\x3d\x4b\x65\x00\xf9\xf1\x7d\x9a\x40\xce\xa0\ -\x53\x8b\x1d\x03\x6a\xdf\x55\x14\x6d\xe2\x43\x23\x5d\x35\x9c\x4e\ -\xe7\x63\x23\x25\x56\x9e\x95\x68\x1a\x3c\xf2\x11\x88\x9b\xcd\x3b\ -\x35\x70\x8a\x71\x40\xf3\xde\x64\x61\xaf\x60\xaa\xc0\x31\x54\x80\ -\x3c\x38\x79\xe6\x49\xaa\x7d\xcb\x54\xd3\xa3\x46\xd9\x65\x24\x95\ -\xcf\xa7\x64\x18\xd9\x80\xeb\xcc\xf9\xa4\xb2\xf0\x9f\x43\x02\x55\ -\x0d\x3c\xdf\x1d\x08\x77\x35\xec\x5a\x8e\x86\x8c\xd3\xc0\xe3\x7d\ -\x42\x00\x9b\xc0\x41\x3b\x35\x9e\xae\x41\x5d\xc7\xf9\xb5\x67\xac\ -\x52\x9c\xfb\xd8\xa7\xb9\x49\x0c\xca\x44\x88\xd0\xa5\xf2\xbb\xf1\ -\x0b\x68\x6c\x85\x69\xb3\x1b\xd5\x6c\xf2\xbf\x5f\xb2\x56\x1c\xec\ -\xf1\xa0\x21\x17\xc6\x44\xc6\x85\x5a\xb8\x92\xe1\xc6\x25\xeb\xb8\ -\x78\x6a\x4b\x76\xcd\xf1\xf8\xd1\x04\xad\x74\x1e\xe4\xe5\xff\xdd\ -\xda\x49\xcc\x12\x35\x4a\xed\xc8\x9d\x45\x37\x98\x10\x14\x52\xde\ -\x7c\xec\x16\xd7\x41\x20\x1e\xda\xb3\x1e\x48\x2e\x7f\xc9\x2e\x22\ -\xe0\x10\xff\xcd\x39\x70\x64\xce\x94\x23\x10\xf5\x81\xff\xa0\xe5\ -\xcc\xb1\xa8\x81\xde\x29\x5f\x8a\x0c\x25\xb5\x08\xad\x6d\x1c\xe1\ -\x6d\x8c\xeb\x2e\x72\xb7\xed\x19\xf8\x2b\xb9\xad\x38\x82\xb5\xf8\ -\x07\x5e\x16\x79\xd0\xc1\xbe\x07\xd4\xf9\x5a\xc8\x04\x11\x85\xc3\ -\x64\x11\xf0\x52\xd7\xf5\x4a\x9d\x9c\x1c\xe6\xef\xc1\xaa\x32\xd2\ -\xe0\xa5\x10\xa2\xe2\xb0\x2f\x5f\x1f\x6a\x02\xfc\xdf\xb8\x1e\xf5\ -\x75\xe1\x94\xc0\x35\x1c\xa3\xd6\xe2\x8a\x04\xc8\xf0\xc9\xbb\x7e\ -\x66\xd3\x0e\xd8\xac\x34\x07\xad\x6b\x69\x8a\x8e\x19\xba\xb9\x49\ -\x15\xa9\xb9\x99\xea\xbd\x6b\x53\xb7\x87\x06\xcd\xdc\xc9\x2b\x37\ -\x1d\xc1\x26\x4e\x49\xf7\x26\x4c\x3e\x77\x2d\x99\x0d\x9d\x54\xba\ -\x3b\x22\x4d\x46\xd0\x78\xe5\x10\x65\xf7\x86\xf0\xc2\x69\x6f\x65\ -\xd5\x10\xaa\x96\x99\xcc\x31\x51\x4d\x8b\xd2\x3e\x78\x5b\xff\x53\ -\xb1\x7f\x23\x0c\xdc\x46\x18\x2a\x99\x90\x4a\x37\x1c\x06\x61\x99\ -\x18\x60\x2c\x46\x45\x68\xed\x82\x85\xdb\x3d\xeb\x25\x67\xaa\x7f\ -\x0d\xa6\xa8\x03\xe1\xf2\xa6\x4f\x6c\x72\xa2\xcf\x55\x2e\x2b\x27\ -\x86\xd1\xe8\x0e\x94\xd5\x46\x93\x8b\x20\x53\xfe\xfc\xb5\x80\xf2\ -\x22\x2b\xb4\x1c\x9d\x60\xbf\x68\x8d\x0c\x18\x3e\xcc\x2c\x2c\xb5\ -\x81\xcc\xc4\x1a\xa0\x11\x1c\xd0\x85\x54\xdb\x7b\x98\x26\xd3\x5d\ -\xdf\x9d\x45\x0b\xd0\x7a\xa7\x30\x82\xbb\xa3\xda\xeb\xb4\x7a\x6f\ -\x7d\x68\xcb\x0a\x40\x3a\x68\x9f\x44\xea\xb9\x4d\x60\x7a\xe2\x79\ -\x5f\x16\x94\x56\x0d\x83\x1b\x00\x34\x78\x85\x66\x14\x72\x45\x18\ -\x34\x93\x6b\xae\x43\x9c\x98\x37\x4d\x18\x74\x7b\x7b\x4e\x5a\x29\ -\x9d\xe6\x62\xad\xca\xba\xea\xd0\x54\xb5\x46\x6e\xa3\x00\xf9\x06\ -\x50\xd1\xd4\x6b\x0f\xd0\x20\xd7\xb7\x1b\x39\x38\xb5\xad\xdc\x07\ -\x93\x6e\x19\x46\x2d\x4b\xaf\x26\x4f\x85\xfe\x47\x22\xf8\x3d\xa2\ -\xb0\xdd\x09\x8e\x76\x39\x4f\xa1\xf3\xa7\xf0\x9a\x14\x3b\x26\x30\ -\x93\xb1\x10\xcc\x2f\xd0\xc3\x3c\xb3\x69\xb0\x68\x7c\x14\xb8\x96\ -\xc5\x96\x56\xe1\x98\x94\x97\x6d\x60\x4e\x91\xfa\x1d\xce\x06\x24\ -\x24\x04\xeb\x5f\x63\xef\xcb\x26\x5f\x77\x14\x55\x8b\x87\x4e\x66\ -\x2d\x86\x49\xf4\xa6\x15\x16\xf4\x8d\x6e\x87\x55\xb3\x6d\xba\xb7\ -\x0d\x4c\x8e\x01\xa9\x37\x46\xc3\x9f\x39\xfd\x7e\x9d\x6e\x6b\x86\ -\x71\x87\x36\x26\x33\x81\x72\xf2\xce\x0a\xb5\x43\x1b\x0c\xe9\x67\ -\xb7\xd9\x8c\xb6\x00\x9f\x82\x26\x27\x02\x74\xfb\x28\x38\x05\x28\ -\x72\x9a\x51\x20\x41\xce\xaa\x41\xfc\xcb\x7e\x26\xe4\xfa\x18\x66\ -\x0f\xb9\xcf\x1c\x23\x0c\x0c\x7f\x33\xd8\x99\x46\x3b\x16\xf4\xaf\ -\x55\x34\xbb\x69\xcc\xc3\x23\x4b\xcc\xec\xbb\x16\x9d\xa2\x01\xe6\ -\x2f\xa0\x74\x02\x6a\xca\x5d\x24\x9f\xcc\x9e\x93\x3d\xc0\x34\x41\ -\x1e\xe1\x05\xd8\x85\xb5\x9d\x7c\x4c\xfc\x8b\x8a\x09\x75\x81\x84\ -\x7e\x59\x8c\xe8\x16\x8d\xa2\x1c\xb5\x53\xf9\x90\x9c\x69\x32\x42\ -\xb5\xcd\x26\x8b\x2a\xf6\x9e\x25\x3f\xa4\xe4\xd3\x3f\x63\x6b\x7a\ -\xe1\x78\x57\x76\x99\xed\xe0\xd4\xa4\x68\x68\xe0\xf0\xd7\xb5\x52\ -\x18\x7c\xc1\xb9\x9f\xee\xba\x6c\xef\x19\x5b\x79\xde\x1b\x3d\x43\ -\xa0\x1f\x05\x3e\x05\xe5\x2d\x16\x96\x66\x0d\x13\x8b\x35\x6b\xc9\ -\x8b\x24\xcc\x82\xa0\x31\x8f\xb5\x5f\xef\xb7\x45\x5d\x03\x92\x0e\ -\x22\x21\x05\x7d\x5f\xbb\x2e\xf3\xa1\xad\x93\x9a\x5c\x5b\x4e\x50\ -\x6d\xd3\xbe\xff\x1c\x6c\xa7\x39\x9d\xdd\xfb\x0e\x03\x0c\x99\x75\ -\x3e\xda\xfb\xeb\x8b\xf9\x0f\xa3\x51\xd0\x8f\x4f\x53\xc5\x40\x02\ -\x73\x93\x9a\xe7\x00\x2a\x9a\x05\x1d\xec\x10\xa1\x9f\xa0\x6c\xaf\ -\x23\xef\xf1\x99\x21\xaa\xa7\x74\xc6\xb2\x04\x8d\x77\xdf\xfa\xef\ -\x95\x63\x55\xa3\x3e\x6b\x94\x41\x58\xbc\x38\x58\xd3\x72\x5d\xac\ -\x05\xf6\xbb\x42\xc1\xa0\x71\xd8\x4a\xb4\xfc\x00\xb9\xef\x3f\xc3\ -\xb2\x77\x53\x3b\x67\xf9\xcd\xfb\xa5\x1d\xee\x42\x0f\x3e\x26\x11\ -\x6d\x69\xd7\x1b\x51\x09\x53\x07\xad\x84\xe7\x7b\xff\x21\x11\xa2\ -\x2b\xf8\xf0\x25\xb0\xcb\x1b\xb8\xf5\xc0\x98\x7b\x63\x63\x26\xba\ -\xef\xdf\x59\xb8\x99\x54\xd2\x34\x11\xd1\xbe\xef\x30\x11\xd8\x23\ -\x83\xa6\x83\x26\xef\xce\x80\x08\x8e\x2f\x5e\x43\xa2\x12\x0c\x59\ -\x4b\x86\xe6\x03\xf4\x67\xb8\x05\xb2\x58\x0b\xe8\xcb\x49\x91\x07\ -\xe7\xdf\xa0\xa3\xde\xba\xe9\x13\x59\x09\x4b\xda\xa9\x26\xc5\xa9\ -\x77\x3c\x1f\xe1\x2b\xea\xff\x28\x54\xe2\x99\x7d\x62\x84\xab\x99\ -\x31\x14\x39\x4a\xf9\xf9\xbf\xdc\xee\x75\xbc\xdc\xc5\x4a\x33\x48\ -\x4d\x2c\x72\x5a\x56\x87\x2b\x13\x35\xf5\xcc\xf8\xa1\x41\x39\xff\ -\xf9\x63\x77\xdc\x8b\xe5\x63\xf1\xcc\x0c\x48\x6a\x8d\xde\x95\x81\ -\xb3\x75\x07\x32\x12\xa8\x85\x09\x29\xef\xda\x90\xbd\x20\xf5\xc3\ -\x73\x5b\xa8\xba\x22\xe7\xa6\xc7\x27\xee\xb6\xe5\x36\xea\x3f\xf4\ -\xfb\xfb\x1f\x08\xf7\xbd\x7a\x5a\xc7\xee\x88\x95\x63\xe0\xf3\x85\ -\xca\x46\xec\xd7\x3e\x24\x26\xb4\xa2\xe8\xce\xbc\x33\x17\x8e\x0b\ -\x19\x7d\x48\xb7\x4f\x2e\x1d\x81\x55\xd0\x55\x30\x6d\x3d\x72\x94\ -\xec\x13\xa9\x6c\x3f\xc4\x2c\xf4\xab\x1f\x5a\xb4\x02\x61\x95\x58\ -\x8b\x49\x7d\xd9\x6e\xd1\x1b\xd3\x34\xc9\x7b\x2e\x56\x66\x17\xb7\ -\xfe\x27\xde\xb6\x9f\x70\xa7\x92\x82\xcc\x58\x3d\x27\xc8\xdf\xf1\ -\x9f\xa0\xe4\x20\xb0\xc0\x45\x2f\x73\x00\x40\x40\x1b\x16\x79\x42\ -\x76\x47\xd1\xbd\x49\xe4\x1f\x47\xe7\x62\xdd\x6e\xda\x41\xb1\xbc\ -\x86\x2e\x73\x45\x81\x21\x2c\xf4\xd1\x0d\xda\x31\x1a\x20\x49\x4a\ -\x7b\xcf\x30\xca\x81\xa8\x1e\x6e\x48\x27\xff\xfc\xd6\xbb\x03\x49\ -\xd3\x60\x01\x9c\x10\x3f\xf7\xe7\xc9\x54\x85\xc6\x01\x1b\x3d\x74\ -\x8e\xcb\xac\xb2\x9b\x76\xa0\xef\x7e\xb8\x49\xd1\x08\xfd\x5e\xdd\ -\xbc\xa1\x70\x0a\xa1\x34\x87\xad\x3a\x29\xe9\xd6\x39\xfd\x46\xc9\ -\x89\x51\xe4\xc0\x64\xa0\x73\x4f\xac\x12\xe1\xbb\x43\x2c\x9c\xc5\ -\x75\xd3\x72\x02\xdc\xd2\xbb\x27\x53\x04\xba\xd6\xd0\x4d\x6e\xcc\ -\xf9\xa3\xb6\x16\xce\x02\xfd\x37\xb4\x85\x99\x74\xb6\x44\x82\xf4\ -\xed\x4d\xd6\x9f\xc8\xc1\x91\x74\x32\x49\x94\x34\x8a\x9c\x5d\x42\ -\xfd\xf5\xda\xc4\xa4\xe9\x91\xbf\xe3\x56\xba\x00\x37\x97\xd0\xa2\ -\x1a\x17\x85\xb6\xf6\xd5\xcb\xdf\x05\xbd\x0b\xe8\x63\x9d\xd6\xf7\ -\x4a\x46\xb7\xfe\x4f\x88\xc4\xfd\xff\x34\x0c\x91\xa4\xe8\xdc\xa5\ -\xf5\x1b\x8d\x08\xd3\x9d\x39\x3d\x2f\xc2\x7b\x81\x50\xdc\x0e\x11\ -\xce\x49\xa7\x3f\x93\xcf\xe7\x0f\xc9\x72\x5b\xfc\x6c\x08\xb5\x62\ -\x19\x94\x7e\xf5\x7f\xc0\x6c\xc2\x40\xeb\xe1\xfd\xcb\x07\x5c\x53\ -\x99\xc0\x98\x22\x1a\x83\x8f\xde\xed\xd6\x8a\xb6\xde\xf1\x1d\xef\ -\x10\xbf\xa7\x03\xa1\x54\x91\x71\xc5\x7f\xff\x05\x88\x1e\xb0\x84\ -\xa2\x60\xfe\x02\x35\xeb\x6e\x51\x78\xfc\xbe\xdb\xee\x38\xfb\x57\ -\x01\x52\xb7\x85\x8a\x91\x25\x9a\xd9\x68\xfc\xc4\x19\x06\x09\xea\ -\x09\x2f\xfa\xe8\xed\xb4\x2b\x49\x30\x85\x01\x20\x73\x1a\xa4\xc4\ -\xea\x5b\xe5\x28\xe8\x1e\xf6\x62\x44\xdb\xfe\x54\xfe\x4f\xd1\x1e\ -\xa9\xa5\x09\xaa\x1f\x3f\xb7\x32\x3c\xdd\xd0\xe0\x80\x49\xef\x5f\ -\x30\x3f\x90\xc3\xa0\x44\x68\xdb\xa7\x0b\x66\x99\x3a\x19\xcf\x61\ -\xfb\x94\x04\xc0\x82\x32\x4b\xa0\xb7\xb1\xad\x30\xb9\x46\x23\x91\ -\xa4\x2e\xf9\xf9\x20\x61\xd8\xd2\x80\x13\x06\xef\x5e\x00\x52\xd2\ -\x98\xee\xec\x8d\x39\x79\x51\x10\x66\xa3\xc8\x46\xfb\xbe\xc7\xf3\ -\x6e\xd7\xd0\x5d\x21\xf2\xa8\x33\x1a\xac\x10\x56\x32\xdd\x71\x6f\ -\x57\x99\x0b\x14\x55\x93\x98\xf6\xbe\xc1\x82\xba\x9b\xa8\xb5\xfc\ -\x2c\xf9\xbd\x5b\x03\xe8\x05\x28\x55\x9c\x0a\x99\x54\x0e\x26\xd2\ -\x92\x33\x3e\x80\x99\xc6\xfe\x7c\x4e\xf4\x73\xad\x70\x9a\x8a\xf0\ -\x55\x32\x10\xae\x3c\xaf\x5d\x40\x81\x7f\x37\x94\x95\x68\xec\x23\ -\x7e\xce\xc9\xca\xac\xcb\x80\x2c\x36\xd1\x4d\x51\x1f\xd8\x6a\x8b\ -\xf0\xe4\x1c\x08\x93\xc5\xfe\xea\x86\x09\x3d\xed\x5b\x91\x15\x79\ -\xef\xae\x2f\xe5\x41\xc5\x8b\x1c\x3a\x6b\x30\x8f\x53\x8f\x5c\xfb\ -\xe3\x7e\x3d\xd7\xb2\xbe\xfb\x63\x1f\xa0\x94\xb6\x91\x02\xc7\x34\ -\x51\xb7\x12\xcb\x72\x19\x88\x34\xf8\x95\xd3\x5a\x8d\xe7\x63\xd5\ -\x68\x69\x4c\xa1\x3c\x0b\xed\x8f\xfe\xa1\x9f\x70\x64\xa5\x02\xec\ -\xc3\x58\x88\x89\x3e\xfb\xd3\x6f\x5b\x98\x6d\x59\x48\x2b\x98\x94\ -\x3e\xfa\x1f\x6f\xd8\x32\x3f\xcf\xb8\xde\xd5\xc5\x2e\x15\x31\x53\ -\x92\x1d\x7a\x72\x81\x61\xa5\xfa\xfd\x6f\x56\xc9\xf2\xf8\x19\xa0\ -\xc5\xee\x3b\xae\xe7\xa7\x01\x0d\x9f\x02\x30\x91\x2e\xd7\x57\xc5\ -\xf9\x84\x66\x2d\x0d\xc2\xdc\x6d\xc0\x65\xe6\xd4\x7d\x8a\x50\x64\ -\x23\xfa\xb3\x7f\x61\xbe\xdb\x26\x68\xb9\xe7\xee\x3f\x9b\x88\xdd\ -\x56\x7f\x5b\x9a\xb5\xf0\x70\xab\x7d\xa0\xce\x4f\x63\x82\x27\xe5\ -\xcc\x0f\x10\x01\xda\x94\x8e\x43\xe2\x2d\xa3\xea\xb1\x50\x42\x1c\ -\xbb\x0f\x41\xfb\x30\x52\xa0\xe5\xbc\xfd\xa2\x8f\xf9\x4b\xe8\x39\ -\x57\x11\xba\x47\xdb\x8b\x6d\x10\x0b\xae\x23\x74\x8c\x0e\x84\x40\ -\x0e\x17\x31\x74\x86\xab\x2e\x17\xa6\x70\x67\x91\x7d\xe6\x16\x9d\ -\x1b\x40\x8d\xce\x07\xf5\xd1\x8a\xb2\xf0\xcc\x19\x5a\xb4\xb8\x03\ -\x01\x4f\x8a\x10\x0a\x5b\xdb\x00\x23\x8e\x93\x08\xad\xf3\x85\x99\ -\x7a\x20\x29\xcb\x66\x47\x59\xdb\xba\x56\xad\xcd\x1e\xd0\x6d\xc9\ -\x9d\x57\xdb\x7e\x94\xc2\x59\x49\x22\xa4\xd6\x12\x48\xdc\x1d\xb9\ -\x39\x66\x27\x00\x00\x20\x00\x49\x44\x41\x54\x3a\xca\xf5\x59\x5a\ -\x2f\x86\x08\x3f\x44\x7e\xe7\xff\x16\x5f\xd5\x68\x1b\x13\x2d\x73\ -\x7b\x58\xaa\xcc\x98\x35\x27\x0e\x48\xb3\x10\x09\x13\x09\x23\x0a\ -\xfb\xd3\x42\x37\xb8\x27\x87\x1c\xf6\xb9\xfe\x6f\x81\xe4\xed\x44\ -\x64\xdb\xcd\xf1\x4d\x14\xfd\x37\x47\x1d\x3f\xec\x22\xbe\x97\x63\ -\xbe\x38\x9e\x11\x07\xf2\x86\xfa\xbe\xa0\x2a\x58\x87\xe4\x9d\x3f\ -\xbb\xe8\x29\x7b\xd3\xb5\x50\x90\x1b\x3a\x07\x86\x5c\x0c\xd5\x43\ -\xaa\xa6\x07\xc2\xb9\xe8\x15\x7e\xc7\xf5\x67\x32\x9c\xa0\x26\xa5\ -\xf6\x40\x3a\xbf\x50\x82\x13\xe1\x6d\x4b\x6b\x6a\xed\x1d\xb8\x1e\ -\x9e\x54\x9d\x04\x6d\x92\xf3\xdf\xcf\x78\x3f\x04\xed\xef\x13\x4f\ -\x7e\xa5\x0c\x0c\x84\xb7\x72\x5d\x76\x51\x4a\x7c\x5a\xb9\xca\x6e\ -\xfc\x6d\x62\x9b\x05\x53\x83\x9b\x32\xf8\xf3\x1a\xc8\x30\xe5\xc4\ -\x4d\x35\x40\x09\x9c\xae\xac\xa1\x5d\xf1\x46\x87\x0f\x83\x04\xab\ -\xa9\xfd\xe1\x2c\x53\x1c\x7b\x9c\xc6\x73\xee\xaf\xec\xd3\xd7\xcc\ -\xb1\x5b\x15\x2f\x81\x7b\x85\x40\xc1\x69\x8f\x67\xda\xf9\x5d\x46\ -\xe8\xf8\x9a\xb4\xe5\x1f\x59\x41\x8d\x6a\xc7\x44\xa7\x3a\xdf\xad\ -\x01\x80\x90\xe0\x61\xc9\xce\x5d\x18\x14\x8f\x6e\x98\xa9\x48\x05\ -\x90\xe2\xfa\x53\xba\xfb\x50\xa4\xd5\x99\x58\xb5\x0f\x06\x05\x8d\ -\xa4\x72\xbd\x78\x33\x19\xef\x72\xa2\x65\x68\x42\x29\x04\xfd\xed\ -\x0b\x2c\x4d\x9f\xbb\x7e\x86\x6b\x97\xd3\xa3\x00\xdc\xca\x69\xae\ -\xbd\x50\x05\xd9\x01\x3d\xcc\x40\x23\x5a\x24\xa2\xe0\xc8\xb7\xe2\ -\x0c\xc8\xfb\x7e\x51\x7a\x41\x18\x5c\x4f\x86\xcb\x62\x88\x7a\x06\ -\x01\xcf\x68\x12\x3a\xf4\x83\x56\x00\x16\x8d\x35\xe7\xef\xd0\x70\ -\x50\xa5\x49\x27\x7e\xa5\xd5\xa2\x63\x68\x4c\x06\x66\x81\xd0\x8d\ -\x6f\xe6\xd0\x9d\x94\xab\x7c\x1f\xcc\x98\x64\xe5\x3e\xec\x88\xb9\ -\xef\x87\x7a\x98\x75\x40\x3e\x9f\x45\xe8\x77\xe5\x5e\x51\x89\xf9\ -\xb5\x62\x58\xfa\x6c\x14\xf9\x19\xb4\x2f\xa4\x4c\xab\x1a\xf1\xe2\ -\x6a\x0a\xda\x0c\xa1\x75\x2f\x6d\x3c\x62\x47\xac\x83\xbe\x36\x33\ -\xcc\x32\x34\x83\x59\xfb\x20\x5d\x52\x00\xf1\x17\x99\xf2\x86\xc7\ -\xd4\x89\x84\xd6\x92\xd7\x58\x16\xe6\x45\x7b\x53\xe5\x25\x26\xe8\ -\x85\xcf\xf2\xba\x3a\xc7\x07\x9d\xfd\x6a\xa2\xcc\x13\x30\xe8\x75\ -\xf4\x62\x6d\x7f\xec\xa3\x14\xf7\xaf\x1c\xdc\xe8\xe9\x2a\xf4\x37\ -\xba\x54\xd6\x0f\xc3\x82\x22\x83\x69\x89\xcb\x55\xb3\x6c\xac\x91\ -\x19\x92\x73\xb7\xc5\xcf\x49\xbd\x01\x1b\x6e\xd1\x30\x8f\x79\x48\ -\x3d\xe4\xaa\xf3\xb6\xa7\x49\xbb\x6d\xe3\x2f\xfa\xfe\x3f\xd6\x41\ -\x35\x6d\xdf\x1c\x2b\xa3\x0c\xcc\xcc\x24\x5a\x45\xeb\x34\xa2\xa7\ -\xe1\x06\xba\xcf\xc5\x94\x69\xa5\xc3\xb6\x09\x59\x80\xe2\x8b\x0e\ -\xb3\x28\x3c\x07\x0f\x35\xba\x64\x04\x8d\xe2\xb4\xb5\x7f\xba\xfc\ -\x78\xa0\x4b\x5b\xc2\x27\xf0\x67\x15\x29\x50\xf7\x17\x1a\x5b\x55\ -\xaf\xa2\x2f\xb2\xd4\x08\xf8\xa7\x4b\xd3\xd0\x77\x45\xad\xcc\xb8\ -\x1b\x55\x25\xbd\x77\xe7\x5b\x91\x4c\xf3\x2c\x78\x03\xf3\xfd\x92\ -\x51\x83\xb5\x7b\xb6\x83\x74\xfa\xa4\x23\xc7\x3f\xe7\x9f\xf7\x7b\ -\xaf\x00\x3a\xac\xf1\x5e\x08\xcb\x00\xcf\x32\x52\x81\x8e\x18\xa7\ -\x96\xa2\xf8\xc4\x2d\x65\x7f\x66\x54\x00\x7d\xe6\xd6\x79\xb0\xf1\ -\x0f\x09\x13\x89\xdc\x94\x4e\xcc\x44\xdc\xae\x80\xb3\xb8\x3b\x53\ -\xbd\xf5\x15\xb5\x9b\xdc\xd3\x83\x63\xfc\xf2\x67\x1a\x91\xb8\x88\ -\xb6\xc2\xf3\x4a\xd7\xb5\x55\xf2\x77\x5c\xca\x8f\x02\xc7\x52\xaf\ -\x15\xf9\x28\xc9\xb1\x8a\xff\xb6\xd8\x00\x21\xd7\x27\x1d\xea\x61\ -\x39\xf9\x1c\xb1\x3f\xaf\xf5\xc9\x81\x3e\x9b\xaa\x27\x4d\x30\xad\ -\xa8\x41\xff\x32\xb4\x40\x4f\x1a\x95\x24\x22\x47\xf6\x28\x72\xfb\ -\x1a\xb4\x8c\x01\x72\xca\xd8\xbc\xde\xce\xc9\xa9\x17\xcf\x92\x2f\ -\xdd\x99\x36\x89\x8a\xe6\x9f\xa5\x93\x03\x9e\x14\x11\x28\xc6\x93\ -\xb2\xf4\xd4\x20\x08\xe8\x80\x16\x6c\x00\x3c\x84\xee\x6f\x0d\x96\ -\x80\x1b\x9d\x05\xfd\xb4\xa9\x2d\x47\x33\x4b\x57\x50\x45\xa5\x8d\ -\x19\xe2\xbe\x38\x85\x29\x36\xbc\x40\xda\x76\xea\xb2\xa8\x85\x90\ -\x4f\x81\xf1\xd5\x66\x05\xa3\xe8\x5b\x44\xec\x93\x9c\x67\xe1\x0d\ -\x0e\x4b\xda\xd6\xd3\x60\x6d\x56\x8e\x64\x1a\xc5\x47\x6f\xf4\x61\ -\x97\x5c\x93\xab\x55\x4d\xb7\xa5\x63\x8e\x51\x05\xbc\x96\x5d\x7c\ -\x3a\x69\xc6\xef\x51\x74\xd0\x0a\x87\x42\x06\xb7\xa2\x62\x22\x5b\ -\x98\x2a\x18\x83\x06\x61\x52\x01\x7b\x22\xd3\x88\x54\x1d\x72\xe9\ -\x9e\xa3\xef\x21\xda\xc8\x42\xcf\x29\xab\x51\x8b\x99\xe7\xa1\x78\ -\x1c\x7c\xca\x93\xfa\x99\x87\x3c\x66\x9b\x1c\x22\xd7\x91\x15\x65\ -\x61\x89\x8c\xf4\xc3\x98\x84\x57\xbe\x88\x30\xda\x79\x54\x18\xb2\ -\x06\x4a\xb9\x4c\xca\x80\x47\x87\x16\xcd\xbf\xec\xcf\x75\xc5\xf4\ -\x06\x79\xf8\x0b\x76\xa7\x45\xaf\x23\xaf\x0c\x50\xaf\xfc\x55\x9f\ -\x24\xa6\xe2\x66\x50\xdb\x8e\xec\x8e\x01\x3a\x05\x47\x9e\x0d\xa8\ -\x21\x83\xde\xe4\x53\x2a\x01\x73\x8d\xd3\x00\x03\x1d\xb3\x52\xff\ -\x54\x7f\x3e\xfd\x6c\x5f\x0c\x34\x1c\x01\x35\x6f\x20\x41\x34\xdf\ -\xec\x0f\x77\x98\x91\x28\x2e\x86\x76\x2e\x90\x63\x91\x45\x74\xd0\ -\x6c\xdb\xc8\xa3\xaf\x57\xc9\xc2\x8a\x3b\x26\x1c\xb0\xe7\x29\x1f\ -\x1a\x92\x30\x23\x71\x0a\xaf\x56\x16\x11\x57\x6e\x8d\x42\x5a\xa3\ -\x04\x3d\xb1\x79\xe4\xc3\x29\x13\x9d\xac\xe0\x3c\x4a\x70\x83\x0e\ -\x33\x3a\xcc\xa0\xf2\x20\xe3\x9c\x36\xb7\x1b\x60\x73\x02\x39\xae\ -\x3f\xd7\xfa\x91\x71\x94\xd4\x1c\xe3\x6e\xda\xa1\x08\x57\x55\xba\ -\xb8\xf5\x19\x6f\xe6\x19\x69\x77\x5c\xb4\xda\xca\x87\x71\x04\xdf\ -\xf4\x06\x37\x43\xb7\x0f\x27\xa4\x0e\xd3\x01\x0c\x9e\x53\x45\x3b\ -\x32\x1f\xcf\x3e\xcb\x34\xf6\x6c\x26\xda\xbb\x84\xee\xee\x9a\x0f\ -\xf9\x51\x60\x03\xcf\x01\x86\x32\x33\x59\xc4\x89\x28\x9f\x4e\x94\ -\x6d\x56\x81\x59\x3a\x86\x34\xe9\x63\xc2\x36\xd7\x3b\x97\x51\x42\ -\x4d\xb9\x90\xb9\x52\x67\xb1\x3c\xf4\xda\xff\xad\x71\xc8\xf3\xe9\ -\x21\x0f\xb0\xd6\x70\xce\xda\x61\x8f\xf5\x3f\x6b\x04\x0c\xe0\x6e\ -\xc7\xb8\xcc\x7a\xcb\x80\xdd\xa6\x4f\xcb\x23\xdb\x0f\x03\xcd\x67\ -\xdd\x22\xc4\x79\x06\xf2\xdb\xf7\xb1\x8a\xe4\x68\xc3\x93\x23\x87\ -\xd3\x70\x3f\x59\x87\xb4\xc2\x5e\xa7\x29\x6f\x0d\x56\x32\x5a\x8c\ -\x41\xdf\x2b\xef\xf7\x3d\x01\xe0\x55\xc6\xf9\x73\xef\xb3\xa3\x56\ -\x99\xcd\x8f\x50\x9b\x97\x39\xa8\x9a\xe7\x51\x02\x93\xde\x18\xaf\ -\xa9\x19\x82\xa9\x62\xca\x46\x52\x83\xec\xbe\x55\x7b\x68\x6f\x8a\ -\x71\xa4\x3a\x29\xb6\xf1\xf9\x8f\xe9\xdf\xbd\xdf\x75\x43\xc0\x36\ -\x19\x53\x73\x6b\xb7\xc1\x75\xc6\x00\x01\x2d\x8d\x52\x2a\x80\xad\ -\x7a\x51\x4d\xc3\xcd\x32\x8a\xb9\xeb\xc8\x86\xcb\xa7\xfd\x96\x93\ -\xe6\xff\xb2\x69\xe9\x51\xb3\x01\xd5\x31\xe9\xee\x72\xd4\xbf\x08\ -\x70\x17\x1b\x88\x66\x46\x5b\xb2\x76\x4a\x6a\x60\x54\x86\x4f\x4d\ -\x73\x34\x8f\x2b\x48\x07\xe8\x2f\x4e\x9a\xe8\x14\x88\x7a\xb9\x31\ -\x18\xa1\xa7\x9c\xe0\xd4\x26\x2a\x11\xc4\x02\xed\xc8\xa6\x4a\x2a\ -\xbe\xbd\xba\x66\x3b\xd3\x42\xeb\x9c\xcb\x69\xe6\x85\x82\xf1\x13\ -\xd9\x3c\x5f\x9e\xd3\x9d\xab\x68\x67\x82\x85\x41\x70\xce\xc1\xd2\ -\xb9\x44\xa7\x45\xd5\xdb\xc0\x03\x07\xdf\xf8\x14\x9b\xed\x78\xd0\ -\x72\xf9\xaf\x2f\x14\xb6\x53\x8f\x7b\x53\xe8\x8c\x9b\x0a\x04\x64\ -\xf2\xc1\x65\xe6\x03\xed\x9b\x16\xac\x13\xad\xcf\xc5\x93\x79\x4e\ -\xdf\x26\x17\xed\x4a\xd6\xf6\x9a\x8b\xb8\xc3\xe1\xac\x51\xc8\xf9\ -\xe7\x77\x65\xb0\x8c\x7b\xfc\xb0\x66\xd7\xb2\xaa\x4f\x94\xfa\x6c\ -\x82\x2b\xca\x24\xb3\x00\x60\xa3\xb8\x4d\xa3\x90\xa7\xd2\x4a\x91\ -\xb5\x11\x06\x2e\xb8\xff\x66\xed\x39\x10\xb7\x6d\x03\xc5\x7f\xfb\ -\x0c\x0e\x67\x29\x63\x7a\x9d\x76\xe0\xf8\x22\x73\xc9\x72\x5c\x9b\ -\x41\x97\x79\xf8\x26\x37\xd8\xe0\x40\x48\xc7\x23\xd3\x63\x52\xc1\ -\xc8\x94\x6f\x0e\xb0\x26\x8f\xbe\x32\x1f\x6c\xb8\x2f\x3e\x36\x77\ -\xa5\xd6\xcb\xf1\x86\x7b\x00\x93\xb9\xc3\x62\x21\x9d\x68\xdc\x05\ -\x50\x1e\xd9\x68\x4f\x91\x6f\x72\xe1\x75\x14\x78\xf5\x59\xaa\x61\ -\xe3\x9b\x76\x34\x6b\x58\xb2\x0e\xa4\xd6\x30\x0f\x2b\x1c\xd8\x98\ -\x23\x04\xef\xb4\x63\x3f\x80\x02\xfb\xa2\x31\xc1\x5c\x87\x97\x09\ -\x9e\x40\x81\xf2\x44\x84\xd3\x7b\x83\xeb\x2e\x4d\x5b\xde\xd6\xed\ -\x24\xd5\xd6\x9b\x47\x30\xca\xf8\x8b\x5d\xf4\x0c\x46\xed\x82\xdd\ -\x86\x29\x49\xa3\xfa\xf3\xea\x2d\x14\x4a\x5a\x34\x15\x7e\x03\x49\ -\xf6\x7a\x00\x4f\x53\x14\xff\x78\x63\x5e\x40\x1a\xe9\xe6\x81\xda\ -\x3a\x9f\xa6\x2f\xc1\xbb\xe9\xbb\xfd\xc5\x9c\x83\xb4\xe2\x04\xe8\ -\x08\x49\x6f\xfa\xd7\x9e\x39\x5d\xb4\xca\xcd\x31\x8b\xcf\xc7\x44\ -\xb2\xa6\x02\x5c\xae\x51\x7d\xfb\xba\x20\xc8\x83\x29\x0d\xf4\x0a\ -\xb4\x12\x1e\xba\xa0\xd2\x3c\x80\x81\x41\x37\xf4\x4d\x6d\x73\xa2\ -\x58\x4e\xc4\x3d\xa7\xa4\x69\x5b\xf2\xb8\x76\x32\x89\x29\xe1\x19\ -\x02\x2b\xe5\x44\x95\x67\x86\xc8\x82\x6b\x87\xf7\x6f\x98\x4a\xc0\ -\x3a\xaf\xc2\x3d\x28\x2c\x79\xe6\xc0\x6a\xe6\x10\xdd\x7b\x11\x8c\ -\x53\xa4\x00\x7e\xd6\x22\x53\x1d\xd4\x2d\xc9\xe8\x8a\x78\x81\xc5\ -\xd6\x88\x7c\x38\xcd\x31\xee\xfb\x2e\x5a\x95\xea\x4d\xaa\xef\xd3\ -\xd9\x11\x5b\xa1\xf3\xbb\x0c\x8a\x95\x4d\x5d\xab\x54\x20\x35\x4c\ -\xa8\xcf\x48\xbc\xbf\x9c\x0d\x45\x4f\x0e\x60\xa4\xf3\x67\x24\xb2\ -\xa0\xb0\x89\xf6\x6c\x20\x13\x98\x9c\x48\x67\xf1\x95\xe6\x8b\x67\ -\x33\x77\x16\x95\xdd\x2c\x11\x2d\x59\xc7\xde\xdf\xe1\xcf\x92\x45\ -\xa4\x06\x08\x90\x43\x53\xb1\x36\x22\xd1\x37\x5d\x50\x83\x70\x69\ -\x72\x79\x02\x8f\x38\xd5\xc1\x97\x15\x99\x2d\x6f\x7a\x50\xac\x79\ -\xa6\x91\x0f\x9a\x61\xf1\x97\x26\xda\x0e\x73\x01\x03\xd0\x82\x1e\ -\x61\xb8\xe3\x9a\x8c\xc6\x7b\xfc\x2d\xb6\xa2\x41\xbe\x04\x58\xf5\ -\xf1\x1c\x6c\xbc\x43\x0c\xb1\x1e\xd8\x48\x49\xd5\x4e\x0f\x4d\x1f\ -\xb7\xb9\x17\xbd\xc4\x81\xa0\xfb\xe8\xe3\xec\x3c\x97\xa1\xf2\xa3\ -\x19\x44\xd0\x53\x4d\x2b\xcf\x28\x1d\xa1\xdd\xb0\xa0\xcd\x27\x98\ -\xa4\x40\xaa\x61\xc0\x93\x06\x2a\xc9\xa4\x22\x2d\x07\x6c\xac\x09\ -\x67\x3d\x83\x59\xa3\x93\x71\x83\xcc\x2d\x34\xc8\x70\x2d\xf2\xbb\ -\x01\xca\xf6\xb1\xc8\x50\xb7\x62\x06\xe3\x34\x8a\xea\x3d\x6c\x68\ -\xf1\x2d\x99\x29\x33\x02\x04\xc1\x52\xb2\x7d\x34\x47\xf7\x18\x44\ -\x74\x38\x37\xa3\x40\xbf\xaa\xf7\x24\x04\xe8\xe9\x4b\x00\x34\xe6\ -\x76\xba\x84\x89\x9b\x48\x68\x93\xde\xd6\x41\x80\x7f\x61\xdc\x86\ -\x0d\x6d\x3a\xe6\xce\x06\xfb\xc9\x28\x3a\x8d\x54\xce\x67\x81\x79\ -\xa0\x0d\x9b\xe3\x7b\xd3\xac\x97\x6e\xc2\x66\xd0\xf6\xb0\xa5\x8f\ -\x7b\x7c\x3d\x5f\x44\x1b\x1b\xf4\xd9\xd1\x3f\xc5\xd3\xeb\x61\xa9\ -\x3e\x03\xdc\x04\x2e\xda\x86\x90\x78\x22\x1c\x06\x88\x3e\x8f\xc6\ -\xa6\x97\x75\x73\xb3\xa9\x10\xd1\x5c\x5c\x7b\xa0\xb9\xb5\x01\x00\ -\x05\x10\xdd\xed\xda\x6d\x45\xc6\x06\xa9\x74\x37\x35\x0d\x10\x73\ -\x4c\x7e\x1e\x1d\xab\x11\xd0\x59\xf8\xe1\x6a\x52\xc5\xcc\x90\xb0\ -\x37\xe3\x62\x22\xfe\xf6\xb8\x86\x30\x3b\x9e\xae\x48\x89\xe2\xad\ -\x4a\x13\xa4\xd3\x07\x51\x42\x43\x95\xd1\x04\xa8\x21\xeb\xa6\x94\ -\xc8\xa4\xd1\x61\x3a\x9a\x3c\x23\x22\xdd\xf7\x74\xb9\x49\x53\x8a\ -\xf8\x89\xbb\xdc\x57\xae\x2e\xf8\x19\x46\xd1\xb6\x1e\x2e\x38\x83\ -\xc3\x9f\xc2\x7d\x73\x3b\x4c\xa4\xd4\x24\xc7\x7c\x5a\xde\x2b\xf1\ -\x9a\x6b\xd2\xad\x3d\xe3\xbf\xc9\x15\xa1\xc2\x1d\x50\x8d\x87\x15\ -\x8e\x16\xce\x46\xfa\xed\x40\xec\x6b\xe6\xd7\xc6\x08\x51\xd9\x81\ -\x7a\x95\xb3\xa6\xd0\xbe\x3f\xce\x0f\xae\xc0\x5f\xae\xc3\x7b\x84\ -\x56\x60\xb6\x0c\xe1\xf7\x0e\x6a\x52\x52\x6d\x41\x28\xcf\x24\xde\ -\xdc\x8e\x3c\x24\xaf\x6d\x53\xb8\xdb\xee\x9e\xfb\x51\xc2\x63\x6c\ -\x02\x1d\x39\x5c\xdf\x9a\xec\x33\xe8\x36\xaf\xa9\x90\x65\x5b\x65\ -\x5d\x9c\x54\x85\x6f\x94\xe3\x93\xa6\xf4\x14\x47\xcb\xeb\x84\x7c\ -\x4c\xcc\xbe\x14\x09\x75\x20\x62\x13\xc3\x49\xb1\xf3\xe9\xe8\x37\ -\x37\xae\x2c\x74\x4e\xcd\xcd\xb3\xc0\xd4\x89\x10\x1f\xd9\x41\x97\ -\x10\x6d\x7b\xfe\x19\x74\xbb\xec\x22\xca\x5e\x46\x5f\xeb\xb5\xb1\ -\xaa\xe2\x99\x7b\x9a\x55\x54\x66\x14\x3e\x1f\xd4\x42\x5e\x32\x69\ -\xa1\x02\xef\x1b\x81\xc8\x3c\xe9\x1e\xda\xae\xae\x67\xd1\x8b\x53\ -\xec\x8e\x9a\xe0\x07\xed\x1b\x3f\xa0\x69\x27\xdc\x96\xdb\xf1\xb0\ -\x9e\x4d\x2a\x8d\x33\x48\xc6\xe7\x5b\xa1\x9a\xe8\xd0\xd9\xed\xb1\ -\x37\xee\x49\x15\x39\xe3\xa2\xd2\x1d\x0a\x69\x86\x27\x0b\x61\x80\ -\x89\x36\x69\x53\xf5\x5d\x94\xc0\x52\xd8\x0b\xb9\xd4\x72\x50\xe4\ -\x6a\xa1\x63\xe7\xdb\x7b\x70\xae\xad\xad\x37\xe9\x6e\x23\x07\x0b\ -\xd7\x50\xfc\x39\x73\xc2\xf1\xfc\x9c\x51\x7c\x51\x4f\x88\x9e\xf9\ -\x52\xdf\xdf\xf9\x6f\x05\xef\x39\xb1\xe2\x41\x69\xb7\x63\xef\x8c\ -\x3d\x0b\x9c\x3e\x59\xdb\x04\x88\x23\x48\x34\x1b\x9c\x31\x11\x64\ -\x7e\x00\x4d\x08\x42\xb8\xd6\xae\xa9\x3c\x7c\x00\x64\x9d\x8b\x69\ -\x63\x22\x57\x25\x01\xeb\xa3\x4e\x9f\x19\x55\xf0\x6e\x5a\x4f\xf0\ -\xe9\x88\x33\x98\x53\xe1\x13\x9c\xd3\x07\xdd\x3f\x81\xe5\xa6\x42\ -\x73\x07\x30\xd3\xcc\xc6\xcc\xb5\x54\x94\xd4\x7a\x47\xa7\x71\xd7\ -\x77\x50\x94\x47\x23\xf7\x5d\xfa\xf1\x64\xac\x94\x59\x0a\x52\xbd\ -\xf3\xbf\x1d\x6b\xe4\x9c\xec\x75\x9d\x75\xd5\x9f\x1b\xc0\xbc\xd1\ -\x90\x5d\x7c\x7d\x37\xa0\xd1\x73\xc0\xe6\x3d\x83\xe9\x75\xff\xd7\ -\x5d\x51\x3d\xf5\xdd\x01\x7c\x71\xf8\x66\xee\xa9\xac\x73\x98\x90\ -\xf5\x65\xb1\x53\xbe\x15\xef\x06\x13\x5c\xac\x21\x96\x0c\x80\x5f\ -\x8c\xe8\xc6\x1a\xfb\x36\x12\x00\x95\x25\x4e\x69\xaf\x69\x3e\xee\ -\x29\x60\x80\xe0\x69\x03\xec\x16\x8e\x8c\x67\x33\x36\xef\x81\x35\ -\xf3\x60\xd4\xae\x54\x01\xb9\x0a\x35\xe7\x74\x7c\xd5\x08\x0e\xef\ -\x70\x6c\x02\x27\x6b\x55\xad\xf3\x24\x73\x0e\x85\x65\xd4\x55\x19\ -\x17\x90\xfa\xaa\x3c\x20\x35\xea\xa3\x45\xfc\x70\x5e\xec\x66\x6f\ -\xea\xaa\xd3\xf8\xa7\xde\x0b\x21\x08\x53\xd6\x01\x32\xa3\x8e\x3d\ -\x27\x7f\x3d\x8d\xe2\xef\x7b\x9c\x2d\x62\xee\xd6\xaa\xfb\x1f\x74\ -\x2b\x96\xe1\x4b\x31\xa9\xd3\xbe\x17\x5c\x43\xcf\x50\x63\x62\x79\ -\x1c\xe2\x4f\x2d\x10\x0d\xce\xef\x7c\xb1\x7a\x23\xc7\x07\x99\x1d\ -\x6f\xba\x0f\xe5\x45\x97\x29\x43\xf0\x16\x53\xb4\xc2\x84\x42\xbd\ -\x1e\x1b\xce\xef\x0b\x9b\x03\x13\x68\x58\xc2\x1d\x4e\xf8\x4b\x06\ -\x55\x8c\x2c\xa1\x18\x45\x0a\x52\xd2\x89\xd0\x02\x7d\x1e\x56\xd4\ -\x1a\x04\xb2\x07\xfd\x26\x1b\xa0\x5a\x8c\x58\xac\xd7\xcf\xb4\xc3\ -\xa6\xd8\x06\x25\xb0\x69\x6e\xfb\xd8\x44\x18\x0a\xc5\xf7\x89\x8b\ -\x44\xbd\x81\x87\x54\x53\x7b\x56\xd1\xef\xd2\xd1\xe7\xd4\x14\x31\ -\x8c\x3a\xb5\x4d\x4d\x07\x22\xea\x82\x69\x0f\xab\xec\x22\x4f\x0f\ -\x4e\xf9\x31\xf9\x3a\x10\x50\x03\x6e\xf0\xad\x7c\x04\xd4\xda\x68\ -\x44\x77\x1e\x32\xd6\x19\x50\x6b\xad\xa0\x33\x0a\xed\xa2\x5e\x45\ -\x78\xee\xe2\x71\x20\x65\xf1\xd5\x4d\x97\xc1\xfa\x75\x1e\x36\x8a\ -\xf9\xdd\x25\xad\x5d\x1d\xd5\xe6\xd4\xca\x3f\xe7\xae\xc9\xa1\x94\ -\xa5\xaf\xb4\xde\xaf\x68\x64\x3a\x8a\x76\x14\xa0\x62\xc1\x54\xb4\ -\xa1\xb2\x06\x02\xb7\xcd\x40\x4a\xd4\xa2\xb9\x52\xd7\x96\xd5\x1e\ -\x64\xbd\xae\x1c\xa9\x65\xef\xbd\xed\xd4\x60\x45\x18\xb8\x61\x93\ -\xf9\x4e\xdf\xf8\x6e\x3c\x92\xda\x83\x1b\x44\x9d\x54\xb4\xc3\xe4\ -\x30\x3b\x33\xeb\xf8\x5e\xe8\x5a\x56\xe6\x04\x27\xfd\x84\x23\xff\ -\xcd\x5e\x0f\xec\x7a\xd7\xb8\xe9\x2b\xfc\xe2\x66\x97\x48\x5d\x01\ -\x16\x16\xa1\xda\x7c\xd8\xd8\xd2\x69\x55\xcd\xfd\xfd\xec\x6c\x6e\ -\x6c\xe4\x9a\x20\x52\x92\x7a\x1a\x8b\x31\xf2\x46\xd3\x1f\x02\x9a\ -\x2e\x23\xd5\xcc\x0e\xd8\x65\x16\x61\xa7\x7e\x60\x00\x5d\xf4\xb4\ -\xb3\xae\x09\x5b\x68\x94\x26\x45\x6a\x8d\xfb\xb8\xb5\xb3\xfb\xce\ -\xe7\xce\xbc\x22\x6c\x77\xd2\x9d\xb0\x09\xac\x62\x5d\xad\xf5\x54\ -\x44\xa5\xcb\xea\x42\xd1\x8a\xbe\x65\x91\x2b\x34\x26\x91\x90\xdb\ -\xc3\xd9\x70\x31\xd5\xfe\xc7\x6a\xb4\x97\x1c\xd3\xcb\x9c\x18\x31\ -\x49\xd8\x9a\x23\xa5\x51\xd9\x23\x23\x44\x84\x6c\xb9\x39\x0d\xc7\ -\x24\x7c\x6f\x6f\x80\x16\x34\xee\x98\x3f\x56\xf7\x43\x6c\xac\x13\ -\x8a\x42\x24\xbf\xbf\x6d\x6d\x57\x49\x72\x6a\x2a\x03\x15\xdd\x73\ -\xb1\xfc\x73\x45\x66\xc1\x78\x66\xae\xd5\x7d\x8a\xbf\xf0\x0c\x50\ -\xd3\x07\xe8\x80\x45\xc8\xd3\x36\x9e\x9e\xcf\x12\x8a\x8f\xa6\x22\ -\xd9\xfb\x34\xe0\x04\xec\x10\x54\x19\xda\x8f\x2b\xf6\x7f\x07\x10\ -\x97\xac\x43\x96\x65\x2f\x40\x8a\xf9\xba\xd4\xb8\x46\x91\x61\xe9\ -\x9c\x1b\x5a\xe9\x38\xec\xe5\xfc\x0d\xd0\x74\xd1\x2c\x82\x91\xf6\ -\x67\x29\x06\xae\x58\x0a\x2d\xc0\x0a\xef\xb7\xd7\x26\xf2\xd0\xfa\ -\x61\x33\x9c\xdf\xad\xef\x73\x77\x1c\x0f\x89\x40\x06\x86\x9a\x91\ -\x2c\x1e\xcd\xfb\x3b\x0b\xe8\x7d\xb2\xf1\x64\xd2\xe8\x51\x40\xef\ -\xaf\x54\x45\x2c\x02\x27\x9d\xbe\x51\x79\x97\x6c\xec\xd7\x29\xe4\ -\x94\x75\xea\xa0\x20\x22\xd5\x9f\xca\x34\xc3\x68\xe6\xe9\x6a\xb1\ -\x07\x98\x9a\x11\xd5\x67\xae\x8c\x00\xfb\x71\x7f\x06\xd6\xd8\xfb\ -\xf6\x1b\x23\xe6\x5b\x63\x75\x7a\x05\xbc\x49\x39\x32\x44\x36\x6b\ -\x02\x04\x37\x87\xde\x86\x9b\xbd\x01\x83\x77\x98\xec\x44\xf3\x44\ -\xfa\x04\xc9\xc3\x7c\xa3\x80\x6c\x0a\x02\x56\x90\x7e\x56\xe4\xbf\ -\x31\x82\xff\xa6\xa5\x1b\x67\xe2\x0e\xee\xc6\xeb\xa6\x26\x01\x68\ -\x01\xb2\xbb\x0f\x72\xf1\xc9\xd0\x55\x75\x7b\x18\xbe\xd9\x91\x07\ -\x08\xa1\xc2\x27\x58\xe0\x43\x03\x0d\x93\x1c\xaf\xbb\xde\xc0\xb5\ -\x09\x4a\xcd\xf3\xae\xa8\xc1\xc0\x16\x38\xa9\xbb\x67\x5d\x84\x81\ -\xc4\x12\xf2\x15\x04\xb4\x10\xdc\xed\xec\x49\x7a\xa5\x07\xe6\x19\ -\x41\x04\xa0\x1b\xbb\xb6\x3d\x41\xa7\x76\xf3\xd6\x32\x31\x33\xf1\ -\xf3\xcc\x40\x53\x9d\xc6\x17\x28\xbd\xf9\xc6\x22\xbe\xdc\xf9\xea\ -\xdc\x3c\x15\x26\x06\xf6\x2a\xba\x3c\x11\xbe\x0a\x2c\xad\xc9\x44\ -\x20\x65\x96\x76\xca\xfb\x15\xd5\x28\x11\x21\xbb\x69\x81\xaf\x4f\ -\x7d\x50\xf4\x28\x36\x92\x27\xff\xf9\x86\xcf\x68\x7d\x8c\x07\xda\ -\xd1\x23\x34\xec\x41\x5b\xb3\xa9\x55\x69\x84\xc3\x10\xd7\x1d\xcd\ -\x0e\xd3\x21\xd4\x66\x7a\x34\x12\xaf\x34\x8d\x1c\x2d\x13\x5a\xc7\ -\xc2\xf5\xe5\x81\x52\xa3\x7e\x7a\x45\x68\x7c\x91\xca\x68\x80\xf4\ -\xf8\x59\x9b\x8c\x44\x0d\x72\x0c\x72\x6f\x28\xf5\x40\xd0\x38\x65\ -\x4c\xf2\x46\x71\x45\xfe\x1c\xd9\x76\xb9\x54\xd5\x38\x99\xe9\x21\ -\x3a\x94\x63\xba\x76\x66\x30\xbd\x52\x0f\x00\xe9\x14\x68\x9a\x39\ -\xec\x7d\xf7\xe0\xce\x63\x20\x6b\x23\x71\x79\xf8\xba\x1e\xe8\x82\ -\xa4\x6e\x99\xb4\x83\x26\xf9\xf8\xfa\x52\x2b\xda\x18\x11\xea\x4c\ -\xd6\x7b\x8e\x41\x88\xde\x33\xd7\xd5\x4b\xfa\x5f\x9a\xa6\x10\xd2\ -\x9b\x70\xbe\x90\x22\xb1\x81\xbe\x65\xc1\xf8\x75\xdf\x11\xbe\x6b\ -\xe6\xa1\xab\x6e\xe3\xe9\xae\x93\x9d\x89\xb1\x7c\x64\x4f\xf2\x40\ -\x66\x95\x5b\x2d\x91\x14\x8a\x44\x79\x58\xb8\x78\xeb\x88\xf2\x7f\ -\xb3\xda\xad\x7b\x71\xe8\x89\xe6\x01\x88\xbf\x96\x36\xa6\x47\x46\ -\x98\x08\xe9\x8d\xf4\x3f\xfe\xaa\x61\xc8\x69\x2f\xe3\x7b\x55\xcf\ -\x04\x2c\xe8\x87\x83\xa6\xf8\x54\x8e\xbe\xe5\x72\xa4\x45\x7e\x52\ -\xa2\xf6\x04\x26\xa8\x8d\x25\xc8\xde\x09\x25\x1c\x87\x85\x26\xe0\ -\x44\xed\x2c\x68\x24\x25\xdc\x75\x4a\x27\xd0\x03\x48\x49\xc9\x9b\ -\x96\xce\x97\x6a\x3d\x87\xea\xed\x54\x51\xfa\x6f\x08\xec\x17\xd3\ -\x1c\xbe\x62\x5a\x77\x3f\xd7\xaa\x41\x08\x31\xd2\xae\x5e\x0c\x48\ -\x90\x86\xf6\xf6\x73\xd9\x26\x18\xc2\x34\xdd\xd7\xec\x70\x65\x54\ -\xd0\x53\x19\x23\xe5\xf4\xa9\xc5\x30\x33\x5a\x7c\x35\x1a\x7d\x50\ -\x8d\x88\x34\xdc\xe2\x56\xd1\x32\xa6\x9f\xbe\xce\x77\x93\xfb\x1d\ -\xcd\x77\x40\x8a\x86\x92\x45\xf7\xfa\xab\xa6\xe6\x9c\x08\xee\x63\ -\x62\xce\xa5\x83\x14\x6a\xab\x23\x1d\x8c\x82\xde\xfb\x15\x68\x39\ -\x0a\xe1\xf4\x71\x97\x4c\x5f\x10\xfe\x72\x6a\x20\x65\xed\x58\xd9\ -\x5a\xfb\x42\x22\xcf\xf3\x6c\x6a\xff\xf6\x97\x09\xc6\x8a\x3d\x19\ -\xa8\xe9\xfa\xa4\x02\xbf\x69\x6e\xeb\xbc\x23\x19\x14\xc1\x01\xca\ -\x59\x07\x94\xf6\x44\x9d\x40\xcb\x65\xad\x21\xcd\x62\xfc\x40\x86\ -\x1f\x0d\x61\x52\xbe\xc9\x40\x1b\xa5\xc4\x2a\x23\xec\xd3\xbf\xf3\ -\x2a\xcb\xf3\x6e\x8c\xe8\x95\x2a\x86\x00\xc9\xd8\x13\x18\x8d\x1d\ -\x2e\x00\x7e\xf7\xd0\xce\x10\x9d\x2e\x84\x5a\xeb\x0d\xb7\x2a\x8b\ -\x97\xc8\x0d\x1b\xe4\xb5\x69\x1a\xc0\xf3\x4b\xac\xca\xa9\x1f\x9a\ -\x74\x44\x21\xcc\xe0\x79\xa7\x4b\xbf\x98\x6a\xc5\xa4\xf0\x91\x9b\ -\xc5\x00\xfe\x94\x83\x26\x66\x52\x21\x98\xbe\xfe\x4a\x2b\x2c\xa3\ -\x09\x7e\xc6\x3f\xa0\x3b\x22\x3d\xfb\xf9\x9e\xc4\x73\xcb\x1c\xf8\ -\x25\xb0\x9b\x87\xbe\x4a\x07\x1d\xdb\x5e\x6a\x8d\xa4\x27\xe6\xfb\ -\xe9\x2e\xc4\x4f\x03\x8f\xaa\x7d\x05\xf3\x5a\x0f\x4d\xbc\xcc\xbc\ -\x41\xb6\x6e\xda\xf1\xd9\xc4\xcd\x9b\xb5\x06\x3c\x59\x1e\x34\x33\ -\x67\x38\x30\x70\xfd\xed\x48\xe5\x42\xf9\x42\x4d\x5f\xa2\x39\x1a\ -\x0e\xd3\x00\xcc\xd5\x04\xd6\x18\xb6\x1d\x2d\xba\xc3\xd0\x35\x5a\ -\xe7\x5f\xa6\xcb\x60\x6a\xe0\x79\x80\x9a\xf3\xb9\x3d\xd6\x19\x79\ -\x63\x84\xcf\xe8\x51\x63\xa4\xd6\xad\xe8\xa7\xf8\xfe\xc7\xbd\x81\ -\x7c\x45\x8d\xfb\xc8\x47\xfd\x88\x39\x80\x75\xfe\xc4\x34\xdd\x1b\ -\x20\xf0\x61\xf8\x56\xdf\xa5\x9f\x36\xbb\xfc\x42\x62\x0a\x97\xfb\ -\x0a\xbe\x1f\x52\xe7\x0f\xec\xf1\xc5\x2f\x26\xba\x1e\x1d\xfc\x97\ -\x51\xeb\xb7\x2e\x55\x99\xca\x6a\x1d\xf9\x68\x16\x41\x80\xa4\xda\ -\x76\xb9\xc3\xca\xb4\xd1\x91\xa2\xec\x40\x06\x0c\x72\xd7\xb3\x08\ -\xa6\xe3\x00\x1e\x94\xbe\xa1\xd7\xfa\xfe\xbf\xb3\xd9\xf9\x39\x10\ -\x4a\x55\xab\x10\xc2\xce\x0d\xf1\x8d\x31\x69\x25\x38\xd5\x58\x6b\ -\xa5\x5c\xf2\xc1\x7d\xd7\x08\x0e\x66\x11\xd2\xb4\xda\x85\x66\x06\ -\x45\x7f\xf9\xb2\xb3\x6e\x08\xaa\x73\x61\xd4\x9b\x23\x63\x52\x27\ -\xfe\x75\xfd\x94\x40\x7e\x10\xbd\xcc\xe8\x36\x23\x96\xab\x11\xbf\ -\xe3\xde\x6d\x98\x44\xbd\x6d\xca\x8d\x04\xfe\xc4\xd8\xdc\xad\xc7\ -\x32\x10\xf0\x56\xab\x9c\x1e\x36\xd7\xc2\x9d\xe8\xe2\x74\x5b\xa2\ -\x72\xff\x33\x9b\xb4\xa7\x6c\xaa\x90\xd2\xe6\x82\xc6\xe4\x51\xbf\ -\x51\x68\x82\x4a\x18\x0d\x63\x47\xda\xb7\xdb\xa1\x26\x4a\x89\xee\ -\x90\xc6\x61\x08\xa3\x5f\x26\x01\x93\x83\xfb\x37\xd7\xb8\x2a\x34\ -\x52\x6a\xcb\x56\x86\x13\x29\xd6\x5e\x35\x35\x89\x9c\x87\x53\xdc\ -\x6a\x99\x48\x1e\x2f\xb2\x45\xf1\xc0\x73\x52\x5c\xd3\xc1\x23\xfb\ -\xea\x21\x3c\x5d\x34\xbe\x3f\x7d\x73\xd4\x33\x9a\x13\x14\x2c\xde\ -\xf9\xbf\x53\x2d\x26\xa5\x88\x0f\xbe\xff\xa4\xdc\x8e\xcf\x0a\xe1\ -\x02\x73\x10\x84\xb6\xbf\x23\x73\x9a\x29\x1d\x96\x4a\xf4\x95\x82\ -\xf1\xb6\x5e\x71\xea\xc5\x11\x4f\xb0\x0d\xdd\xe2\x88\x2e\x5e\x8e\ -\x2c\x03\xa8\xa4\xfc\x32\xb1\x43\xda\x24\x98\x66\xf8\xfb\xb7\x49\ -\xae\x1f\xca\x1a\x99\x2b\x77\x2b\x1b\x4b\x6d\x4d\x5c\x52\xa2\xa2\ -\xa8\x55\xf2\xe7\x8e\x7a\x97\xb7\x22\xa7\x27\xae\x93\xc6\x6b\x9c\ -\x1a\xa8\x9f\x9e\x22\x81\x64\x2a\xf7\xb2\xeb\xba\x0e\xa4\x1d\xff\ -\xbb\xa3\xa7\xe8\x98\x0a\x5e\xa0\xb1\x6b\x2f\xaa\x94\x94\xa3\xd8\ -\xab\x89\x3c\x7c\xb7\x2a\x62\x59\xcb\xea\x36\x67\x79\x85\xbc\x95\ -\x01\x89\x3b\x56\x29\xd9\x60\x06\x20\xa5\x76\xb1\x3c\xf4\x4f\xbe\ -\x1f\xfb\x7a\xbd\xae\x9f\x87\x1e\x58\xc1\x85\x73\x5d\xa9\x11\x9b\ -\xfb\x9c\x24\x7d\x36\x02\x60\x6b\x2a\x10\xf9\x53\x35\x21\x4a\xea\ -\x4d\x64\xd5\x18\x80\x06\x93\xc6\xaa\xc1\xb8\xd8\xb5\x76\x55\x8d\ -\xae\xe5\x99\x61\xae\x63\xe2\xd2\xb7\x16\x3d\x49\xf8\xe9\x78\x7a\ -\xd0\x64\x33\x40\xb9\xe8\x3f\xec\xd3\x2f\xd4\x71\x3c\x4c\x0b\x62\ -\x0a\x9f\x94\x2b\x0f\x2d\xd6\x49\x8f\xe7\x53\xe3\x4c\xe3\xde\xb7\ -\x16\x32\xed\xfd\xdf\x9b\xb5\xa2\xcc\xd7\xb4\x63\xc3\x79\x7c\xc7\ -\xf7\x3b\x6b\x0c\x2f\x4a\xc6\xfe\xfa\xe6\x3c\x9c\xc1\xbc\xd4\x9a\ -\x4b\x64\x98\xc8\x6a\xad\x60\x1b\xf0\x84\x61\x8d\x84\x39\x06\xd9\ -\x51\x7c\xf3\x11\x64\x7e\xee\x51\xe8\xc0\xe9\x01\x31\x5a\xee\x66\ -\x3a\x0d\x42\x84\x07\x0d\xf8\x3c\xf3\x36\x4e\x71\x49\x83\xce\x24\ -\x0f\x10\x23\xf7\x08\x97\xd4\x48\x69\xe9\xb0\xe1\x3c\x6d\xd1\xdb\ -\xf8\x62\x3e\x8f\xa9\xd9\xe2\xaf\xb4\xbf\xf3\xac\xab\x06\x01\xb4\ -\x37\x4b\xf2\x9e\xef\x28\x56\xf7\xa1\x19\xfb\x7e\x3e\xbc\x51\xbc\ -\xdf\xce\xf0\xaf\x7f\xf6\x60\x11\xbd\x81\x80\x6f\xc6\x19\xc2\xe1\ -\xb0\x17\x20\xbb\x1f\x81\xab\x1c\x1c\x7d\x52\xf8\xf1\xf7\x92\xe9\ -\x6b\xfd\xd3\xc0\xbf\xd4\x3d\xbe\x2d\x9d\xfc\x34\x1c\xe3\x8e\x51\ -\x49\x39\x7b\xae\x91\x87\xf4\x96\xc5\x98\xd7\xaf\xd5\x50\x60\xa3\ -\x36\xf7\x5c\x39\x86\x0c\x2b\xce\xcb\x25\x52\x11\x1b\xdf\x9f\x01\ -\x10\x46\xc0\xc4\xcb\x8e\xb0\x69\xac\x81\x24\xf4\x52\x1c\xb4\x79\ -\x2d\x0a\x68\x4f\xc4\x8c\x2d\xde\xaf\xe7\xcf\xeb\x1c\xd3\xab\xb7\ -\x7d\x83\xa4\x39\x56\x12\xf3\x89\x96\xd0\xd4\xaa\xf3\xc3\x9c\x04\ -\x9c\x8e\x8b\xee\xce\x2f\xb5\x59\x1b\x87\xa0\x91\x5a\x7f\xce\x8b\ -\x97\x80\x74\x4c\xd0\xec\x23\x3c\x9f\x74\xad\x6b\x80\x77\x65\x73\ -\xf1\x4a\xab\xd5\xd8\x83\xd4\xa9\x80\x7e\x07\xa4\x36\xaf\xa2\xb3\ -\x11\x7b\xce\x8a\xf0\x83\xa7\xce\x72\x45\x68\xec\x5d\xb4\x06\x69\ -\xae\x03\xdc\x99\x3b\x12\xdc\x01\xf5\xa8\x91\xfe\xa2\xdf\x1d\xd6\ -\x9b\xdc\xc2\xc0\x0c\x0d\x65\x62\xfa\xd0\x0e\x54\x3f\xc6\x76\xdb\ -\xaa\x40\x39\x69\x72\x6b\x69\xb9\x30\x11\x5d\xa4\xa4\x74\xdf\xf7\ -\x63\x01\xa1\x9d\xf6\xaf\xfe\x96\x38\xd8\xf9\xd3\x42\xbc\xb5\xc6\ -\xf4\x1f\xfb\x3c\x0a\xcf\xba\xce\x15\x39\x3c\xa9\x39\x3a\x27\x63\ -\x46\xf4\xb1\x4d\x2b\xac\xb8\xd3\x67\xdf\x83\x61\xdd\x2a\x78\xeb\ -\xa7\xf3\x9f\xf4\x68\xca\x96\xd0\xef\xe7\xd7\xaf\x3c\xbb\x7e\x59\ -\x03\x55\xf8\xcf\xfd\x19\x66\x15\x67\x42\xf6\xef\xef\x2f\x89\x48\ -\x07\xed\xc2\x7f\x17\x11\xcf\x89\x11\xa9\xeb\x1b\x7f\x5e\x3c\xbc\ -\xd2\x51\x87\x0c\xc5\x95\x2a\xec\x17\x69\x99\x61\x44\xca\x64\xb8\ -\x8c\x81\x2b\x1b\x41\x40\xf2\x8a\x80\x46\x40\xfa\xdc\x0d\xcc\x0b\ -\xec\xc5\x0b\x72\x14\xa2\xc8\xc9\xe7\x1b\xb6\xbd\x76\x6f\xc2\x2c\ -\x17\xd7\x80\x79\xe6\x9a\x84\xbd\x26\xea\x72\x4a\x23\xa6\xfe\xd3\ -\x24\x50\x6b\x25\xf5\xa6\xf5\x0e\x4b\xe2\x0a\x6f\xcc\x43\x32\x72\ -\x90\xec\x0e\x9a\xca\x93\x33\x8f\xd3\x16\x63\xe7\x6b\x67\x46\x47\ -\x99\x26\xe8\xa6\x5d\x13\x27\xa3\x45\x57\x59\x6b\x1b\x19\x6d\xfd\ -\x37\xa0\xff\x51\x5e\x82\x2b\xe7\xe7\xee\xe7\x47\x91\xc3\xd3\x05\ -\x01\xd3\x2f\xfd\x92\x98\x90\x18\xa7\x21\x21\x59\x34\x5f\xd7\x25\ -\x74\xdf\xff\x26\x5a\x19\xde\x17\x93\xe4\xb0\x1b\x65\x61\xfa\x04\ -\x31\x74\x22\x90\x4d\x9d\xd8\x76\xd3\xb5\x16\x99\x32\xa0\x43\xb1\ -\x05\x0a\xd3\xfd\xf9\xd3\xc5\x88\x49\xe9\xf6\x32\x4d\x7d\xdb\x27\ -\x5c\x7d\xa4\xec\x57\xb3\x30\xdd\x7b\x93\xea\xa7\x50\x39\xa9\x10\ -\x53\xa3\xc5\xae\x0d\xfb\xb5\x30\x2e\xe1\xc3\x1d\x90\x3c\x38\x75\ -\xeb\x6f\xbb\x61\x22\x3d\x2a\xc6\xf6\xb7\x7e\xca\x80\xa3\x37\xd7\ -\x9e\xac\x7e\x32\x9f\x8e\x7a\xb2\x91\xdc\x73\x36\xa3\x3b\xd6\xaf\ -\xd8\x15\x16\xd2\xd1\x58\xc4\x78\x6d\xef\x3f\x9d\xc3\x56\x76\xda\ -\x4a\x44\x17\x89\x09\x7d\x3e\x9f\x32\x34\x71\x33\x09\xab\x6b\x55\ -\xda\xb4\xd7\x0e\x2b\xea\xd4\x53\x29\xac\x07\x26\xa5\xdf\x70\xc0\ -\xcc\x9c\x14\x02\xda\x0d\xd3\xfe\x78\x53\x3a\xac\x64\xe1\xfd\xfe\ -\xd0\x67\x1c\xcc\xf8\xd9\x24\x44\x9f\xfd\x1f\x28\xc4\xd7\xdc\x1f\ -\x99\xe9\xd7\x7e\xdd\xf0\xa0\x62\x01\xa2\x01\x0e\x26\xc2\x9d\x94\ -\xbe\x18\xe3\x4a\x59\xbd\x3b\x18\x96\xdf\x5f\x78\x81\xde\xa7\x73\ -\x5b\xf6\xfe\xf5\xf7\xb7\x9a\xe0\x64\x50\x44\x71\x12\x93\xd0\xb2\ -\x14\xdf\x6d\x9b\xcd\x91\x03\x27\x7c\x39\x00\x63\xb3\x40\x5e\xc2\ -\xf5\xfd\x24\xee\xad\x64\xd8\x78\x38\xab\x6a\xe5\x34\x2d\x98\x5a\ -\x38\xa0\xa3\xaa\x74\xf3\x76\x06\x45\xed\xaf\x31\xd5\x08\x6d\xaa\ -\x45\xce\x98\xe5\x14\x3d\x8a\x50\xc7\x00\xad\x35\x6a\x69\xc3\xcd\ -\xb7\xe7\x89\x65\x56\x97\xc6\xfa\x50\xf1\xbd\x2b\x9b\x82\xb5\xc8\ -\x4d\xa9\x36\x19\x7d\x62\x7f\x5b\x35\xc1\xf2\x8c\x39\x8a\xbc\x3f\ -\x1b\xfa\x9c\x3e\xe8\x99\xd4\x3e\x93\x95\x41\x3c\x1a\x42\xd5\xcf\ -\xb0\xf7\xee\x7f\x86\xbc\x17\x04\x3a\x8e\x4a\xf8\xd7\x3e\x0e\xac\ -\x8a\xc6\xb3\x87\xa9\x8e\x6e\x37\x1d\xe1\xe9\x2a\xc7\x4a\xd1\x6c\ -\xaa\x67\x13\x96\xe1\x3a\x50\x69\x62\xc2\xf8\x3f\xf6\xf1\x7a\x41\ -\x8f\xc9\x69\xbc\x07\x77\x68\x39\x69\x87\x3b\x97\xe5\x64\xc1\xe9\ -\x89\x77\xc5\x4f\xdc\x1e\x0d\x10\x96\xfc\x44\xde\x40\xef\xdd\x54\ -\xdb\xcc\xb2\x69\x7d\xd7\xa6\x3b\x72\xce\x5a\xca\x75\xd5\xa4\x72\ -\xc5\x59\x2c\x2c\xd5\x38\x3f\xc0\xd5\x2c\xaf\x3c\x58\xb0\xce\x36\ -\xdf\x0f\x89\x94\x6f\x22\x53\xba\xf8\xa7\x28\x4d\x79\xc6\x64\x4e\ -\x66\x16\xa8\x3e\x31\x92\x11\xea\xee\x1a\xe5\x70\x10\x34\xa2\xbd\ -\x3f\x95\x81\x25\x42\x74\xeb\x1e\x4e\xab\x58\x50\x32\x71\xd5\x47\ -\x49\x89\x95\x74\x09\x8d\xf7\xab\x04\xff\xfa\x0e\xbc\xee\xad\x0f\ -\xed\xe1\x34\x41\xd8\x87\x1e\xba\xdb\x4c\xaf\x3f\x36\xac\xc9\x75\ -\xd4\x69\x46\x94\x8d\x29\xcb\x00\xdc\x12\x94\xf6\x1c\xb4\x49\x61\ -\xcc\x1e\x9d\x2f\xa6\xfd\xf9\x53\x93\xc8\xce\x0f\x6b\xf3\xb3\xfb\ -\xfe\x43\x6b\x2d\xba\xae\x7f\x0a\x74\xad\xda\x84\x8d\xe8\xf6\x49\ -\x65\x99\xf8\x50\x07\x23\xaf\x88\x9d\x70\x80\x30\x1a\xeb\x70\x6e\ -\xcc\x8d\x64\x57\x4e\xa1\xd4\x75\x9a\xed\x0a\xe7\x55\xc6\x9a\x03\ -\x6c\xc6\x33\x47\x74\xff\x42\xfe\x65\x33\x10\x76\x34\xf8\x1f\xbb\ -\x8b\xa2\x97\x2c\x86\xac\x5d\x16\x11\x7d\xf6\x2f\x49\xea\x42\xf2\ -\xfd\x59\xc9\x41\xf7\xfa\xfe\xe9\x8a\xbd\xc8\x96\xb3\x19\x86\x9b\ -\x61\x5e\x5f\x82\x70\xe6\x39\x8a\x4c\x32\x43\xda\xab\x8f\xf0\x9c\ -\xba\xcb\x5a\xe2\x51\x9f\x13\x6e\x1d\xdb\x76\x85\x41\xdb\xe9\xdc\ -\x27\x29\x1d\x82\x3d\x6d\xef\xd2\x46\x3b\xcd\x7f\x97\x91\xc5\x49\ -\x89\x76\xa7\x56\x2a\xd0\x06\x77\x98\x24\x75\xec\xc8\xe1\xe2\x83\ -\x5a\x8d\x43\x94\xfc\x7c\x66\x70\x51\x14\x87\xd2\xb7\xfe\xd2\xa2\ -\xab\xc1\x94\xf8\xf3\x57\x22\xb5\x02\x1a\x18\xa4\xf4\xf1\x0a\x76\ -\x05\x57\xdb\xe5\x2f\x34\xc3\x48\x3a\x1c\xd6\xf0\xa2\xf2\x33\x1f\ -\x05\x11\xb8\x7e\xa5\xb8\xb8\xbb\x5c\xfe\x2a\xec\xf5\x17\xf5\xee\ -\x42\xf6\x91\xe5\x74\x66\x67\x29\x09\xe7\xcd\x47\x67\xc2\x3a\x02\ -\xdb\x0a\x3b\xf4\x32\x45\xd7\xca\xef\x1c\x39\x14\xd5\xf0\x1c\xe1\ -\xbf\x7c\x43\xb2\xfc\x17\x57\xb5\x2a\xc2\xb5\x9d\x88\xda\x94\x41\ -\x5f\x27\x85\x65\x1c\x91\xa8\xcb\xb0\xc0\xb4\xa2\xbe\x9d\x7a\xb1\ -\xf1\xd0\x33\xf9\x3b\xe8\x1f\x66\x7b\x0a\x14\xcd\xc3\x49\xe5\x47\ -\x2a\x15\xdc\xf9\xbc\xb1\x11\x6c\x75\x7d\x10\x71\x05\x6a\x22\x45\ -\x26\x5a\xe0\xa0\x64\x95\x78\x25\x90\x69\xee\x2c\x29\xc8\x7d\x61\ -\x98\x68\x23\x12\x53\x53\x41\xd5\x0e\xf3\xad\x76\xac\xc5\xe7\xc5\ -\x29\x56\x0d\xa6\x1a\x47\xc3\xf5\xee\x6a\x38\x90\xa2\x53\x24\x9e\ -\xd9\x08\x4b\xca\xd2\xb3\x50\x8b\xb4\xc1\x37\x23\x4e\xf1\x3b\xeb\ -\x2b\xaa\x95\x68\xf2\xa4\xcd\x61\xd6\xc8\xd4\x8c\x6d\xd2\x49\x9f\ -\x94\xa4\xff\x71\x6f\xda\x39\x01\x38\x28\xb1\x13\x14\xe0\x3e\x10\ -\x07\x19\x0b\xf5\x6c\xee\xa6\x86\xe1\xb6\x6d\x25\x6d\xbd\x3e\xac\ -\x2d\x7d\x93\x0a\x69\x30\xca\x37\x40\x63\x53\x34\x9f\x0d\x71\xe6\ -\x98\x11\xa1\x3b\x62\xdf\xab\x4b\x7e\x22\x24\xd6\x5e\x35\x1a\xb5\ -\x3f\xa8\x15\x45\xd3\x29\x0a\x91\x57\x44\x4d\xf1\x32\xca\x84\x78\ -\xf3\xc9\x93\x09\x09\xff\x94\x56\xaf\xe9\x3f\x8b\x24\x03\x22\x33\ -\xbb\x63\x4c\xea\xa4\xde\xc3\x35\xa8\xb2\xfc\x42\x65\x58\xd1\x33\ -\x08\x20\xcb\xea\x94\x0a\x26\x32\xfe\x21\x25\xa6\x8b\x82\x82\x6a\ -\x41\x88\x95\x0c\x6e\x96\x76\x6b\x1c\xb3\x17\x23\x63\x21\x81\x77\ -\x2b\x91\x66\xdc\x0f\x16\x58\xf5\x4f\x0a\xb3\xef\x77\x9d\x6f\x43\ -\x07\xf7\xdc\x83\x9f\x65\xf5\xde\xca\x25\x56\x10\xe2\xff\x32\x81\ -\xc4\x7b\x55\x88\xad\x9d\xce\x7c\x52\x13\xb1\xb7\x89\xa2\x37\x54\ -\xff\x80\xfe\x65\x35\x6d\x2f\x1a\x18\x5d\xe9\xfc\xa4\x31\x55\x8c\ -\xbb\xc3\xe9\xde\x19\xb4\x1d\xcd\x3c\x3a\x0a\x9a\x46\x52\x6d\xff\ -\xa1\xd3\x58\xa6\xe9\x7c\x18\x56\xee\x85\xa7\xaa\x92\xc6\x39\x92\ -\x04\xae\xa6\x81\xaf\xe1\xf2\x2a\x22\xf4\x43\x30\xd1\x50\x23\x5e\ -\xd1\xd4\xe6\xde\xbd\xba\x18\x32\x42\x07\xcc\xba\x43\xb3\x21\xb0\ -\x49\x37\x4b\x32\xa8\x67\x9f\x71\xa3\xf8\x96\x21\x9b\xf1\x69\xea\ -\x66\x0b\x36\x68\x79\x04\x81\xde\x49\x09\xd3\x57\x2b\xec\x73\x4f\ -\xcc\xe2\xf1\xba\xae\xbf\xb2\x3d\x7a\xba\xf2\xbe\x62\x16\x31\x34\ -\x7a\x6d\x83\x9e\xb4\xdb\x39\x71\xb1\x88\x9c\x6c\xca\x91\xa4\xe6\ -\x93\x15\xe8\xed\xab\xe2\x22\xd6\xba\x2a\x30\xbe\x0c\x30\x0c\xae\ -\x7d\x87\xc6\x25\x1a\xe0\x9d\xc1\x44\xa6\x41\x79\x6c\x3d\x9a\xd2\ -\x0d\x06\x04\x39\x35\x5f\x30\x25\xd8\x84\x72\x5c\x33\x22\x5e\x1e\ -\x0d\x33\x14\x63\x60\x0e\x23\x7f\x39\x7b\xd2\x75\xd2\xac\x9d\x8d\ -\x49\xbc\x89\x66\xb2\x0a\xc1\x25\x08\x65\xa7\x08\x02\xf7\x7f\x5f\ -\x5f\x29\x9d\x05\x7e\xf3\xe5\xf7\x4e\xdb\x90\x85\x87\xeb\x23\xd0\ -\x67\xe1\x6f\xd5\xe0\x2d\xae\x30\x5d\x8c\x40\x98\x0e\x84\x32\x4c\ -\x3f\x10\xc0\x31\xe3\xbf\x66\x3d\xbe\x51\x1e\x6b\x7e\xa7\xfa\x17\ -\xf3\x8a\xc8\x21\x23\x30\x3a\x41\x5a\x3a\x52\x48\x1f\x3a\x78\x3b\ -\x26\xaa\xfb\xd5\x88\xc8\x0b\xe8\x9f\x29\x67\xe1\x66\x29\x79\xc9\ -\x2b\x5f\xde\x0d\x8d\x69\xd8\x35\x80\x2b\x8c\x45\x50\x58\xff\x48\ -\x67\xab\x09\x3f\xed\x07\x9d\x37\x41\xf5\x6c\x14\x2e\x3c\xff\x71\ -\x40\x90\xf5\x8c\x23\x40\x7e\x9e\xe8\x5d\x71\x2f\x46\xf6\x1a\x09\ -\xf0\x36\xc5\x44\xd3\x17\xd6\x60\x52\xa4\x8b\xf7\xdb\x04\x99\xda\ -\xb0\xea\x02\xb3\x39\x6c\x4e\x28\xb2\xb5\x72\xb2\xae\xa5\xa9\x9e\ -\xe7\xc3\x62\xf9\x7a\x06\x09\x45\x68\x30\xba\x24\x46\xb4\x48\x9b\ -\x20\x3d\xb3\x2b\xfb\xf3\x67\x3e\xa7\xd1\xf7\x5c\x52\x3d\x5c\x06\ -\x77\xd1\x13\xa3\x82\x5d\xe0\xd2\x49\x56\x32\x12\x41\xef\x24\x30\ -\xc0\xbd\x5c\x73\x23\x84\xe1\xbe\x39\xf6\x23\x13\xe2\x1f\x06\xfe\ -\xfc\x0b\xed\x2f\x45\xea\xa7\x0d\x38\x14\x0a\xa7\x69\x6a\x6f\xb4\ -\x41\x34\xe1\x49\x47\x40\xce\xe6\xc9\xe7\xef\x8b\x0b\xda\x85\x1d\ -\x5e\xfc\x98\x57\x45\x54\xe2\x7d\xd4\xb4\x64\x6d\xba\xb8\x73\x3c\ -\xf8\x45\x0f\xe4\x4d\x99\xf6\x77\x81\x89\x06\x45\xd1\x56\x2f\xf5\ -\xc1\x23\x6e\x6a\x51\x4f\xaa\x92\x56\x5a\x5a\x17\xe3\xbf\x52\xad\ -\x1a\x99\x09\x51\x77\x68\x37\xb2\x01\x65\xb5\xb6\xab\x2d\xd1\xa2\ -\x17\x41\x19\xb6\x7c\x59\xdb\x40\xea\x9b\xfb\x4f\x20\x35\xcc\xbe\ -\xb8\xd0\xf9\x46\xc5\x5d\x6d\x3c\x33\x26\x6d\x68\x63\x04\x1e\xb9\ -\x3c\x52\x13\x34\x1b\xee\x3b\xdf\x68\x64\x79\x0f\xab\xe1\x82\x17\ -\x84\xdf\xf8\xda\x36\xa3\xf6\x16\x99\x0f\x50\xb3\x60\xcc\x9c\x04\ -\x96\x81\xb8\x9e\x3f\xcf\xb8\x79\xfe\xe3\xfa\x65\x3d\xa6\x4f\x43\ -\xe3\x03\x7a\x81\xe4\x22\x0f\x33\x01\xe1\x6e\x5a\x4d\xca\x3e\xb5\ -\xc3\x03\x67\xfe\x03\xf3\xf0\x31\x73\x2a\x65\x20\xff\xe5\xae\x17\ -\x87\x41\xda\xab\x17\x1a\x97\xd7\x07\x14\x8b\xdc\xb8\x12\xc1\x35\ -\xe1\x3a\x60\x09\x68\x2b\x78\x1c\x19\x07\x9d\xd0\x04\xde\x65\x81\ -\xac\x98\x1d\x13\xa1\xb0\x2a\xae\x14\x28\x2e\xe4\x2b\x6d\x48\xd5\ -\x80\xaa\xc6\xcd\x43\xb7\x9c\xde\x45\x82\xba\xd7\x16\x17\x08\xb6\ -\x23\xa3\xa5\x04\x87\x59\x04\x75\xe6\x8b\x10\x57\x80\x6f\x6e\xca\ -\x83\x3b\xcf\x9d\xb2\x96\x54\xcf\x9d\xdc\xf9\xc3\x01\x2a\xc5\xb8\ -\x8f\x1a\xd1\x24\x72\xef\xfa\x10\xd1\x78\xef\x46\x46\x4a\x56\xb7\ -\xd4\xf7\xda\x37\xd2\x0b\x38\xd6\x91\xbd\x21\x8d\xa8\x73\x8a\xe5\ -\x1f\xfa\xa6\x5c\x33\x99\x33\x87\xa6\x12\x0a\xfb\xb1\x3c\xa9\x16\ -\x26\xc0\xba\xde\xc7\x61\x95\x85\x01\xcf\xcc\x18\xa3\xa2\xb5\xf4\ -\xb1\x41\x84\xd9\x2c\x6f\x8d\x55\x4e\x19\xcb\xf8\xa3\xf2\x81\x32\ -\x94\xdc\x8e\xbd\xdb\x08\x9c\x6f\x3d\x9f\x28\xc0\x9e\x6a\x1a\x61\ -\x2a\xc7\x76\x79\x3d\xad\xb1\xee\xd9\xda\x3d\x2a\x74\x3b\xa6\x34\ -\x40\xb3\x3c\x30\xd7\x12\xba\xa9\x33\xb9\x8c\x31\x76\x63\x15\xb8\ -\x21\x96\xfb\xdf\xfe\x22\xf4\x0f\x24\x90\x5b\x37\x51\x08\xbc\x72\ -\xd1\x45\x94\xb5\xd6\x63\x89\xb8\x63\xaa\x50\xba\x04\x92\x01\x14\ -\xa6\x9d\x7c\xd9\x57\xa7\x78\x5a\x81\x86\x4b\x69\x44\xf3\x5c\xa0\ -\xf3\xd5\x92\x7a\x57\xdf\x34\x38\xaf\xc5\x85\xbd\x04\xcf\x5a\x6b\ -\xe5\xee\xa3\xa9\x42\x13\x08\x14\xb2\x7f\x6b\x5e\x31\xd3\xc9\x46\ -\xf3\x78\x3d\x4c\x4e\xde\x24\x05\xc5\xc4\x08\xfd\x9a\x4f\xb8\x34\ -\x26\x4e\xee\x1a\x56\xf7\x3f\x89\x38\x02\xda\xae\x4d\x90\xcd\x43\ -\xae\x4b\x93\xd6\xb9\xca\xe1\xee\x6b\xbc\x07\x5d\xcf\x80\xf2\xc9\ -\x01\x12\xfa\x1a\x38\xf4\x50\xda\x14\xa8\x53\x53\xfe\x06\x8e\x9e\ -\x54\xc6\x62\xa5\x9c\x7a\xe9\x08\x1a\xa7\xa2\x65\x1b\x68\xbf\xf5\ -\xa1\xa1\x33\x90\x53\xd4\xb9\x10\x14\xab\x76\x55\xc6\xe3\xa9\x5d\ -\xd1\xec\x38\x57\xcb\xb5\xee\x4b\xc1\x99\xef\x85\xb1\xbd\x53\xcb\ -\x88\x0e\x8a\xf0\x7b\x63\xfe\xb7\xa2\xde\x68\x52\x7f\xa7\x16\x16\ -\x0b\xf5\x35\xe9\x58\xa1\xb9\xcf\x48\x89\x77\xaa\xbe\x3b\xbc\xb9\ -\x81\xd4\x64\xf2\xe4\xcf\xfc\xd7\xfa\x57\x67\x42\xb1\x3e\xe2\x05\ -\x90\x8a\xfd\x2d\xef\x14\x35\xf3\x39\x49\x2b\x0b\xaf\x3a\xb3\xa9\ -\xf2\x29\x29\xd7\x53\x34\x57\x7d\x6f\x9a\x89\x63\xc2\xc5\xd2\xfa\ -\x46\xf1\x13\x5e\x6e\x0e\x01\x35\x0a\xe6\xc7\x36\x15\x11\x80\x02\ -\x96\xd1\x20\xcb\x58\xb7\x93\x36\xcb\x31\x69\xad\xa0\x5f\x30\x2e\ -\xea\xc6\x7e\x15\xe5\x1e\x17\x77\xe5\xa3\x06\xb0\x99\x2e\xe0\x0a\ -\xb6\xe9\x74\xea\x86\xf3\xd9\xa8\x35\x58\x5c\x5b\xc8\x9b\x04\x80\ -\x01\xec\xb4\x0e\xf6\xa5\xe9\xfd\xf0\x46\x83\x35\xa2\x87\x87\x04\ -\xba\x10\x5a\xbc\x53\x57\x46\x06\xa8\xc1\xf5\xa7\xe3\x35\x55\x63\ -\xcd\xf1\x8e\x49\xd4\x0f\x17\x86\xcc\x99\x01\x3f\x54\x8c\xc4\xd8\ -\x39\xf0\x31\x25\x10\xb4\x27\xcf\x1f\xb0\x7c\x94\x6b\x72\xe8\x60\ -\x8c\xbe\x3a\x15\x9d\xda\x0c\x01\x5e\x3c\xbd\x50\xf6\x2a\x9c\xf2\ -\x6d\xe3\xfa\x0b\xda\xda\x2f\x86\x23\x9f\xf4\x86\xe2\xa5\x05\xe3\ -\x8a\x4d\x39\x78\xa4\x1c\xd6\x9e\x62\x32\xdd\x8a\xfe\xd2\xf5\x9e\ -\xda\x33\x66\x47\xa7\x6c\x6c\xe4\xbd\xb8\x1e\xdc\xfa\xb7\x89\x08\ -\xc9\xb0\xc4\xcd\x49\xa0\x80\xb3\x9c\x81\xe0\x9b\x5b\x04\x01\x00\ -\x00\x20\x00\x49\x44\x41\x54\xdf\xa8\xad\x4c\xd3\xd4\x42\x5e\xb9\ -\xbd\xe9\x7a\xf7\x19\x08\x18\x6e\x6a\x6c\x8b\xc4\xd0\x15\xac\xdf\ -\x9a\x14\x46\x56\xd6\xcc\x03\x31\xb7\x32\xeb\x38\x06\x7a\xdf\x03\ -\xe9\xfe\x2e\x27\xef\xc6\x61\x88\xbe\xe5\x15\xed\x42\x5b\xe2\x9c\ -\x10\x66\x8d\xc4\x2f\x19\x42\xf5\xbd\x74\x8a\x9a\x6d\xee\x42\x31\ -\x6d\x82\x82\x46\xd2\xd2\x3e\x45\xed\x1c\xd3\xad\x77\x4e\xb8\x9d\ -\xc8\x0d\xbf\x68\xbc\xa2\xd0\x36\x14\xa2\x5b\xc6\x0a\x34\xa8\xd1\ -\x05\x90\x81\xd0\xfb\xb0\x44\xa7\x55\x6e\x6d\x26\x3c\x0c\x08\x94\ -\x94\x84\xff\xe9\x51\x79\xb8\x70\x99\xad\x42\x62\x46\x91\xcd\x14\ -\xb9\x6a\x4f\xa3\x13\x8d\x3d\x70\x11\x1f\xe2\x73\x0d\xd0\x2f\xf5\ -\x77\x77\x5b\xe8\xb3\xd3\xa5\x5a\x70\x4c\xe3\x9f\x99\x93\x96\x38\ -\xed\x8d\x99\x1b\xe6\x49\x93\x90\xca\xae\xa2\x69\x5b\xce\x33\x45\ -\xf4\x29\x8e\x1f\x3a\x00\xad\x62\xb4\x91\xd4\x55\x0d\xcb\x9b\x08\ -\x5c\x48\x0b\x7c\x49\x90\x66\xa1\xe3\x43\xfc\xde\x1d\x07\x4c\x31\ -\x03\x04\x02\xb6\x33\x53\x4d\xb8\x0a\x0d\xab\xf8\x07\x3d\x02\x5b\ -\x65\x86\xb8\xda\xf2\x4d\xbd\x92\x88\xa5\xf4\x5d\xf5\x8e\x52\xe4\ -\x4e\x49\xfc\xbb\xa1\x83\x99\x8c\xa6\x0c\x75\x01\xfe\xaa\xff\x00\ -\x24\x47\xa5\xf9\x4c\xd6\x00\x1f\x66\x06\xad\x1f\xd2\x3a\x60\x85\ -\xa3\x81\x36\x0c\x77\xb4\xd6\x4f\xf3\x0a\x50\xab\xa2\x15\xcb\x25\ -\xd6\x03\x8d\x93\x1e\xfc\xb4\xa3\xbe\x22\x83\xc6\x9d\x06\x5b\xb7\ -\xb0\x16\x68\x93\x40\xd8\x5c\xd3\x19\xa0\xac\x78\xe1\x79\x17\xd5\ -\x19\x8d\x22\x9a\xb2\x1c\xb9\x74\x55\x4e\x46\xc3\xa1\xbf\xd5\x50\ -\x73\x6d\xbc\xab\xd7\x62\x39\x92\x39\x71\xa8\x37\xca\x70\x9d\x4d\ -\x1b\x75\xb2\x60\x27\xda\x38\x17\x46\x93\x53\x62\xef\xa6\x84\xe5\ -\xfb\xeb\x53\x38\x3a\x18\x1e\x4d\x69\xb1\x2f\xc8\x6e\xc1\x20\x2f\ -\x71\x02\x0d\x0c\x2d\x38\xa3\x8e\x06\x82\x67\x04\x09\x16\x6b\x49\ -\x91\x66\x08\xfe\x76\x24\x1d\x0c\x41\xd6\xea\xf5\x12\xc0\x5e\xba\ -\xfe\xb1\x70\xeb\xae\x99\xe2\x24\x8c\x0a\x24\x9a\x43\x25\x99\xfb\ -\x43\xb8\xa1\xf6\xd4\x66\xd7\xbd\x2b\xf0\x89\x82\x19\xc1\x9b\xd8\ -\xfe\xaf\x11\x68\x5d\x8c\x94\xa4\x34\x4a\xd7\x1e\xd8\x4c\xa5\xe6\ -\x2d\x69\xab\xd9\x98\x9f\x4d\xa4\x03\x23\xbb\x0c\x6c\xb2\x41\x5a\ -\xd9\x1c\x5b\x9f\xd3\x64\xe2\x0c\x8a\xf8\x67\x9c\x6c\x8e\x42\x1e\ -\xe9\x4e\xc4\xa1\x6d\xeb\xc6\x10\xbf\x2f\xee\x86\x4a\x36\xa6\xa4\ -\xb9\xef\x58\x4e\x01\x8d\x46\xa8\x79\xd1\xc2\x8d\x2a\xdc\xba\x40\ -\x5d\xe3\xa0\xe9\xda\x00\x7f\xa6\x5b\xdb\xdf\xf4\xdb\xa9\x77\x3a\ -\x5c\x47\xbf\x64\x71\xf1\x51\xaf\x25\xda\xe3\x45\xaf\x8e\x0c\xb0\ -\xb7\xba\xe2\x34\x7b\x59\xb1\xee\x98\xae\x69\x58\xf6\x70\x46\x7d\ -\xd2\xd0\xf1\x73\xf7\xd1\x1c\xe8\x31\xb5\x42\x73\x85\xe1\x1a\xc8\ -\x4f\x96\xd3\xc3\x84\x6d\xf1\x30\xc3\x79\x03\xbd\x94\xac\x62\x55\ -\x08\xce\x28\xd3\x6e\xce\x47\x53\xc8\xcf\xd8\x0e\x8c\xfb\x30\x98\ -\x96\xa5\x09\xd0\x08\xfe\x7d\xd4\x35\xb1\x6f\x33\x80\x1d\x1a\x53\ -\x37\xda\xa4\xb7\x15\x15\xd6\xe5\x23\xe9\x9f\xc3\x23\xfb\x73\x91\ -\x53\xc7\xd1\xc4\x65\x78\x1f\x98\xd1\xad\x3a\x9a\xaa\xd4\xaf\x27\ -\x5b\xab\xeb\x83\xd5\x8e\xd6\xe5\xda\x7c\x30\xbf\xde\x72\x29\x5f\ -\xb2\xe7\x38\x9c\x20\x8d\xda\x3c\x2f\x01\x1f\x16\xa6\x2f\x66\xbe\ -\x74\x49\x85\xf6\xbe\x6c\x0a\xcc\xf4\xd1\x3d\x6c\x4c\x4f\xb3\x03\ -\x7d\xa1\x48\xa1\x98\x79\x5d\xfc\x97\xa6\x87\xab\x29\xe3\xe3\xcf\ -\x32\xd8\xef\xbe\x99\x4e\xe0\x8d\x93\x91\xab\x32\xad\x93\xfb\xa0\ -\xc9\x69\xc5\x89\x6e\xcc\x17\xe6\xc6\x17\x39\xf7\x18\x49\xb3\x83\ -\xe4\x6b\x6a\x20\xfa\xf6\x15\xe9\x61\xdd\x71\x5d\xfc\x18\x4f\x2f\ -\x10\xe1\x3a\x3d\x25\x16\xb1\x74\x71\xc9\x6a\xa3\x48\x9d\xf4\x4a\ -\x1b\x0e\x43\x5f\xa9\x38\x47\xc7\xfe\xe6\x8c\xe8\x7e\x08\x76\xd0\ -\xa4\xc0\x0d\xc7\x66\x80\xa8\x1f\x36\xf2\xa0\x2c\xfd\xb7\x06\x89\ -\x1f\xdf\x51\xbe\xd2\x06\xde\x9b\x70\x10\xda\x9e\x94\x3b\x93\x23\ -\x64\xd3\x06\x0a\xf4\x38\x9c\xa2\x69\x7c\x08\xb6\xed\x39\xd1\x3a\ -\xa9\x0a\xcd\x07\x97\xba\x8e\xca\xfb\x4c\x4a\x8b\xb6\x55\x2f\xb3\ -\xc4\xa1\xd9\x34\x85\xb4\xc9\x5f\x51\x70\x8f\xd5\xaf\x56\x1a\xc4\ -\x2c\x94\x3d\xbc\x50\x08\xf5\xdd\xed\xc4\xa8\xa1\x23\xc9\x06\x7e\ -\xf9\x06\x1b\x41\xc8\xed\xd8\x07\x05\x12\x49\x68\x66\x0e\x17\x21\ -\x66\x22\xdb\xb1\x51\x4a\xac\x87\x6e\x04\xda\x1c\xa0\xa7\x3f\x5c\ -\x4d\x1e\x8f\x42\x41\xf8\x70\x92\x82\x31\xc6\x74\x15\xe2\x7a\xa7\ -\x8c\x72\xcd\x33\x4d\x1b\xd4\x37\x31\x34\xe7\xcb\x04\xae\x61\xdd\ -\x4c\x25\x1f\x9c\x55\x28\x13\xe8\x95\xf7\x23\x67\x4e\x82\x4a\x51\ -\xd4\x16\x39\x9d\xaa\x0c\x8e\xcb\x29\x38\xf7\x67\xa9\xe3\xeb\xa0\ -\x8e\xab\x7f\x1f\xe4\xf8\x19\xb7\x25\x3d\xcf\xa6\xdd\x9e\x31\x2d\ -\xcf\x09\xac\xa4\x85\x70\x1f\x2c\x99\x8b\x6e\x91\x35\x62\xdf\xa8\ -\x5b\x41\xf7\xad\x10\x3d\x92\x57\x37\xd0\x06\x81\xc4\x11\xfe\x40\ -\xfe\x29\x1a\x73\x13\xe4\xab\xbf\x9b\xba\xcc\x82\x02\xc3\xdb\x6d\ -\x88\xfb\xbd\x59\x49\xc6\x83\x4f\x65\xeb\x20\x27\x26\xbb\xe5\xaf\ -\x39\x39\x55\x6c\xe5\x7d\x8d\xf6\x3e\xcd\x11\x76\xde\x8a\x0c\xee\ -\xcc\xc3\xb1\xcc\x09\x7a\x82\x67\xcc\xb4\x03\x38\x48\x0a\x91\xb2\ -\x15\x95\xda\xd7\x33\x4c\xd0\xb5\x0f\xdb\xde\x87\x90\xda\x9e\xa1\ -\xd9\x6b\x98\x3f\x0c\xaa\x65\x4c\xe8\x32\x67\xe5\x9c\x2e\xc7\x58\ -\xb0\xc3\xdf\xe1\xbe\x1b\xd9\x91\x29\xa7\xc3\xad\x13\x35\x2f\x9c\ -\x21\xc7\x7a\x58\x76\xbf\x58\xf9\x0f\x9a\x90\x80\xbd\x1d\xc6\x16\ -\x3c\xd8\x27\x07\x25\x3b\xe9\x73\xbc\x82\x8e\xf6\xb4\x4c\x7f\x03\ -\x5e\x95\x9c\x8a\x2d\x62\x6d\xe9\x8d\xd4\x26\x3a\xe2\x51\x56\x04\ -\x1c\x87\x23\xdb\x4f\x39\x7e\x66\xe4\xcb\x45\x6a\x5a\x0d\x2b\x31\ -\x64\x5b\xd9\x2a\x40\xa8\x9f\x27\x5c\x63\x9e\xb7\x63\x72\xd2\xc1\ -\xf0\x56\x4d\xc5\x17\x77\xbd\xa3\x98\xa6\x49\x3a\x74\x10\x44\x0d\ -\x84\xfb\x61\x73\x4d\xd7\xd0\x5a\x0e\xcd\x51\x68\xd0\xbb\x80\x36\ -\x92\x25\xfe\x3d\xf8\x8b\xc1\xd2\x11\xce\x3b\x7e\xbd\xf2\xb9\xce\ -\x46\x06\x1b\x1d\x19\x34\xef\x32\x19\x40\x2f\xd0\x31\xa5\x7c\x89\ -\xc5\xb0\xde\x57\x46\xcd\x95\x4c\x21\xe1\x51\x27\xa0\x93\x32\x15\ -\x40\xb4\xe0\x7b\xef\x97\x75\xfb\x46\x47\xb6\x49\x07\x7b\xc8\x34\ -\x62\x3d\xb0\x12\xef\x99\xcf\x55\xb4\x74\x3a\x1d\x03\x63\x8f\x52\ -\xee\xfd\x04\x6b\xc1\x17\x87\x59\x0d\x27\x59\x89\x50\xf1\x6c\x72\ -\xf4\x6f\x35\x13\x18\x2a\x9d\x01\xf0\xb9\x1f\x5c\xc6\xe1\x38\xa9\ -\xf3\xb3\x22\x56\x62\xba\x14\x3e\x27\xd2\x0f\x6d\x95\xed\xaa\x77\ -\x35\xaf\x91\x3b\x47\x2c\xfc\xd4\xde\x87\x20\xf1\x0e\x29\x98\xb1\ -\x25\x03\x76\xd7\x1a\x04\x56\x10\x33\xad\xc3\x50\x02\x0d\x88\x38\ -\xb2\x38\x37\xdd\x23\x87\x3b\xb3\x39\xdf\x6a\xc7\xd3\xc8\xe7\xad\ -\xd1\xe6\x87\x3b\x63\x48\x2b\x98\x46\xf0\x73\x01\x1e\x01\x10\xa3\ -\x89\x8f\x19\xcd\x28\x08\x9e\x6b\xcf\xcd\x2b\x54\xa3\xa0\x50\x40\ -\x11\x64\x50\x97\x72\x53\xb9\xab\x4d\xa5\x81\xac\xd2\x21\x8e\xe6\ -\xea\x72\xed\xb5\x00\xcf\x5f\xbb\xc3\x85\x26\xa7\x05\x06\x34\xa3\ -\x77\x6e\xf8\x7c\x98\x6b\xfd\x94\x85\xac\xbd\x20\xd2\x43\x48\x59\ -\x88\xae\x1d\x33\x4b\x18\xd5\x1f\xce\x3e\x45\x09\x90\x08\x1e\xa0\ -\xa6\x4b\xa9\xb8\xab\x60\x7d\xbf\xb4\x07\x4d\xe4\x21\xf8\xaa\x0c\ -\xc8\xde\x37\xee\xf1\x1b\x42\x73\x06\xb1\x5e\x9c\xe8\x54\x53\xcc\ -\xaa\x29\x3e\xc7\xa9\x55\x78\xaf\x72\x11\x4c\x5a\x88\xb0\x94\xa1\ -\x80\x83\xac\x57\x7f\x1e\xdd\x41\x5f\xf4\x82\x40\x83\x92\xe5\xa9\ -\xe4\x91\x23\xa5\xd1\xa8\x82\x35\x2b\x4b\x2e\xbe\xef\x61\x75\x73\ -\x53\x7f\x5e\xdf\xfb\x84\x87\x41\x3b\x23\x2f\x07\x03\x2e\xe8\x37\ -\xe7\xb8\x3d\x11\xd3\x4d\x3d\x01\xac\x0d\xbf\x11\x78\x45\x7a\x02\ -\x4f\x4b\xda\xa4\xfe\x08\x1c\x2d\xe9\x13\xca\x69\x80\xc1\x44\xd3\ -\x09\x91\xc7\x61\x61\x47\x3e\x87\x9a\x36\xdd\x4c\x21\x57\x29\x0d\ -\x1f\xc0\x4c\x86\x39\xc2\x8f\xb9\x6d\x5d\xb7\xf5\xfa\xdb\x89\x45\ -\x26\x55\x89\x9e\xf9\x48\x99\x7f\x42\x47\x16\x52\x36\x7e\xab\x36\ -\x2c\x75\xd4\xab\x72\xd9\xb8\x6c\x48\x04\x5d\xff\x52\x0f\xc8\x73\ -\x00\x57\xfd\x06\xb8\x54\xb5\xf7\x8f\xc6\xe4\x84\x80\x4a\xba\x81\ -\xca\x67\x0f\x2a\x09\x07\x4d\xac\xa6\x4a\x72\x8d\xc3\x3d\xc3\x5a\ -\x73\xca\x96\xbe\x73\x6a\x80\x58\x91\x9b\x21\xa4\xf3\x90\x84\x9e\ -\x4e\x80\x82\xa7\x23\x77\x8a\x8e\x3f\x4f\xaf\xe0\x53\x6d\xc2\x24\ -\x49\x96\x86\xfd\x73\x15\x45\x52\xaa\x30\xcb\x14\xe1\xb4\x61\xa6\ -\xd0\xd3\x14\x5f\xc4\x9f\xb1\x51\x34\xba\xfc\x0c\x20\x0d\x04\xde\ -\xec\x53\xee\x7c\x3c\x07\x7b\xa4\x64\xb4\x72\x22\x49\x67\x4e\xd5\ -\x1a\x63\xdb\xd3\xfc\xa2\x0a\x15\xde\x2d\xb6\x25\x22\xe5\x15\x08\ -\x76\x98\x3d\xe8\xf5\x7a\x7f\xa4\xac\x83\x3f\x2d\x4c\x21\x3a\x28\ -\xb6\x0e\x61\x06\x4c\xe5\xcd\x0e\x27\xfc\x25\xc7\xf7\x35\xa0\x61\ -\xfa\xfa\x71\x2b\xdc\x2b\x10\xcd\x0d\x85\x43\x34\x98\xb6\x6b\x62\ -\x62\x2b\xf6\xaf\x5b\x27\x22\x29\x2b\xa6\xba\xda\x0d\x6b\x9a\x3c\ -\x88\x90\xe9\x9f\x28\xb0\x9d\xa2\x94\xf6\xeb\x2e\xc9\x62\x62\xfb\ -\xe7\x98\xf6\xa4\x66\x51\xa7\x76\x01\x28\x33\x66\x61\xa2\xc3\x44\ -\xbc\x3f\xf1\x0c\xb6\xeb\x04\x13\xf8\x03\x40\xd0\x9d\x2c\xa5\xf5\ -\x24\x68\x3f\x6c\x77\x73\x6d\x61\x42\x59\x8c\x04\x58\xbf\x96\xd6\ -\xd7\x61\x1a\x91\x8c\x88\x6f\xba\xd4\x34\x0f\xc9\x89\x5a\xec\x8c\ -\x43\x13\xc4\x5f\x1a\xea\xca\x8f\x09\x03\x87\x69\x87\xdc\xe1\xc7\ -\xac\xe9\xea\x2a\x7e\x04\x9b\x91\x89\xd0\x4d\x2b\xa6\xa9\xab\x33\ -\x82\x12\xec\x89\xa6\x83\x89\x88\x25\xe5\x00\x77\xec\x9d\x19\x58\ -\x1a\x31\x15\xfc\x43\xe5\xd8\x58\xd3\x6f\x26\xe3\x9b\x3a\xb9\x3e\ -\x84\xfc\x7c\x3f\x80\xa3\xfa\x3d\x0c\xef\xee\x41\x27\xa2\x58\xbd\ -\x29\x8b\x30\x08\x2d\xb5\x53\x43\x45\x40\x9d\x8e\x86\x10\xcf\x1b\ -\x8a\xe6\xdf\xcf\x2b\x2d\x09\xc0\xf8\x33\xfd\xd3\xcb\x34\xa3\x9c\ -\x00\x09\x68\xf6\x34\x33\xf3\xec\xad\x18\x96\xc2\xef\x7a\x4a\xb5\ -\xef\xce\x01\x5c\xce\x32\x18\xf4\xe3\xc7\x44\x6e\xea\x8e\x66\x0d\ -\xb6\x1e\x00\xcc\x37\x00\x75\x16\xfb\x18\x84\xcc\x4e\x29\xa2\x7d\ -\xe4\x4d\x6d\x6a\xf8\x99\x1e\xc1\xe1\x66\xbb\x23\x72\xaa\xde\xda\ -\xee\xfc\x0c\xd9\xa9\x02\x8e\xb4\x4f\xf0\x86\x1f\x7b\xd7\xb0\x25\ -\x8f\x9a\xa1\x19\x0c\x19\xa5\xa9\xa3\x11\x5a\x30\xe5\xaf\x33\xed\ -\x22\x32\x95\xe1\xa4\x8c\x8d\xcf\x9b\x19\xc8\x69\x8e\xe2\x07\xfd\ -\x5d\xc0\x5d\xfa\x10\x50\xbe\xb3\x76\x82\x5b\x5c\xf6\xed\xf8\xfc\ -\x8a\xd2\x99\xf9\x9c\x51\xb3\x2a\x53\x04\x7a\xbf\xd7\xe4\xc9\xb4\ -\x60\x1c\x6c\xa8\x45\xed\xeb\x11\x2f\x8f\xc0\xef\xd0\x4a\xf9\xa4\ -\x1f\x80\x1f\xe1\x63\xba\xc4\xb1\xdf\xea\x63\xb0\xe2\x9f\x27\xc4\ -\x7b\x97\xe6\x47\xa0\x8e\xc7\xe7\xf7\x5a\x87\xc6\xe7\xb8\xa9\x0c\ -\x3d\x27\xc1\x05\xfe\x46\xbc\x80\x31\x6d\x0d\x5d\xa8\xb8\xb3\x33\ -\x6b\x98\x63\x50\x67\xcf\xe6\xdf\xaf\xea\xea\x53\x34\x87\x9b\xa4\ -\xa9\x8f\x3a\xcf\xd1\x19\xa6\x57\xc7\xc6\x8d\x53\x85\x31\x11\x31\ -\x1e\x41\xa4\x25\xc0\xb3\x2e\x10\x4c\x93\x4a\x18\x88\x37\x0a\xfe\ -\xbf\xbc\x90\x79\x93\x17\x0b\x99\x80\x9f\xbf\xd1\x6c\x9c\x0c\xdd\ -\xde\x36\x70\xf4\x61\xb3\xb3\xc9\xb9\x9c\x8b\x07\x32\x41\xd8\xaa\ -\xb8\xe9\xe9\x11\x6e\xb4\x16\xa5\x6d\x6b\xa2\xe8\x25\x6c\x75\xdc\ -\x1f\xb5\x31\x12\x3d\x9b\xae\x07\xb2\x50\xd3\x2b\x8d\x02\x77\x3d\ -\x16\xcc\x9b\x3b\x63\x59\xc4\x86\x9b\x5b\x2e\x74\x99\xa9\x7e\xf0\ -\xb3\xa4\x9a\x38\x0b\x64\x17\xed\xa6\xab\xf0\xe4\x7c\xa1\xff\x62\ -\xcd\x0f\x94\xce\x89\x60\xb5\x19\x06\xe6\x89\xcc\x42\x90\x8f\xcc\ -\x0e\x06\xaa\x10\x8a\x6d\x11\x11\xeb\x83\x5c\xc9\xaf\x51\x02\xa9\ -\x47\xbd\x00\x06\xda\xbd\x6e\x5a\xe7\x74\x95\x57\xb9\x4e\xa6\x11\ -\x40\x69\xcf\x70\xbd\x7d\xb1\x43\xc7\xc6\x4a\x2b\xd7\x42\x1c\x58\ -\x20\x8e\xdc\x9a\xe0\x41\x4b\x06\xbc\x2a\x14\xc1\x5c\xcd\x5d\x53\ -\x36\xe3\x00\x27\x25\xd5\x4f\xd0\x9f\xa2\xf9\x63\x23\xce\xdc\x2b\ -\x92\x40\xf9\xd2\x8c\x20\x0e\x0c\xd1\x42\x2d\xcf\x35\x43\x1c\x36\ -\xe8\xea\x14\x26\x41\xfa\x22\xe6\xbf\xd4\xf9\x1c\xa5\x97\xd1\xb8\ -\x1f\x46\xa8\xdd\x22\xc8\x23\xc3\x3d\x63\x01\xa0\xa1\x83\xc6\x3b\ -\xe9\x5f\x57\x34\xbf\xdc\x54\xd7\x30\xe8\xa8\xb1\x0d\xd4\x42\x04\ -\xc6\x25\xd8\xfa\x55\x5e\x8b\xdd\x50\x20\xc5\x81\xae\x5c\x4d\xc4\ -\x0a\x4b\xf8\x27\xf2\x15\xda\xc9\x25\x40\xd1\x7b\xc6\x08\x70\x68\ -\x20\xbf\xd1\x42\x51\xb3\xe7\x48\x21\x68\x95\x48\x06\x82\x86\x13\ -\x89\x46\xd4\xf6\xcc\x2f\x79\x13\x25\x17\x85\xe7\xe5\x1e\x1c\xfb\ -\xf5\x09\xfe\xf8\x59\x13\x8d\xa1\x5c\x4d\x91\x4b\x33\x8c\xbf\x80\ -\x22\x7f\x21\x81\x83\xbb\xa1\x14\x9f\xfd\xb1\xfe\x40\xd3\x52\x5a\ -\x29\xce\x86\x74\x13\x29\x7b\x61\x4d\x73\xab\xc9\xfd\xc8\xe8\x8e\ -\xbd\x3e\xaf\x45\x48\x45\x73\x89\x78\xb0\xb0\xfc\x74\x11\xec\x73\ -\x84\x98\x9c\x66\x19\x6b\x74\xa1\x53\x9a\x55\x06\x39\xc9\x12\x5a\ -\xa7\x86\xa9\x26\x7e\xd4\x80\xd6\x12\x08\x95\x48\x93\x82\x98\xcd\ -\xca\x6f\xfd\x97\xbd\xb5\x4c\x58\x9a\x16\xec\x80\x81\x89\x15\xb5\ -\x77\xea\x02\xf6\xd4\xed\x61\x81\xb6\x78\x30\x1b\xde\x0b\x33\xfa\ -\x02\x6c\x71\xbd\xd1\xe7\x94\xf6\x24\x68\xfb\x56\xe1\x31\x17\x09\ -\x12\x19\xef\xa0\xfa\x0a\xc4\x89\x80\x15\x7b\x82\x24\xec\x66\x15\ -\x75\xfe\x66\x60\x6a\xe5\xc5\x08\x4d\xa7\xcc\x4d\xee\xa3\x69\x45\ -\x99\xa6\xb4\xb2\x07\x1d\x60\xeb\x9c\x95\x94\x23\xe6\xc0\x40\x9f\ -\x5a\x8c\x85\x0d\x20\xe4\x55\x19\x5f\x59\x43\x38\x66\x6b\xf0\xfc\ -\xb8\x68\xcd\x75\xe2\x87\xf6\xf8\x04\x17\x12\x54\x76\xfd\xd6\xaa\ -\x09\x60\x07\xcc\x83\x97\x3c\xd4\x44\xc6\x9b\x88\xc5\xa7\x1c\x82\ -\xbf\x97\x5e\x75\x26\xa9\x2d\x49\x70\xc9\xd2\xfd\xd6\xf4\xa1\x3b\ -\x7e\x9c\x6b\xc6\x0f\xaa\x75\xee\xd5\x06\x93\x71\x97\x35\xf0\x28\ -\x4a\xdf\xb4\x65\xff\xdb\x00\xdf\xe7\xd9\xca\x5f\xa6\xe7\x93\xa6\ -\xd5\x20\x76\xd4\x0d\x02\x53\x4c\xcc\xa8\x1b\x40\x83\x82\x2e\x2d\ -\xb4\xb8\x1b\x99\x4b\xcb\xa7\xf0\x59\x17\xaa\x1d\x46\x18\xad\x67\ -\xb4\xa0\xdc\x8e\x3a\x22\xa9\xfd\x10\x34\xcc\x19\xa5\x99\x34\xe0\ -\xc7\xfe\xaa\x3d\xfd\x86\x7c\xd0\xb3\xa9\x3a\x6b\x88\xe7\xd4\x25\ -\xf2\x61\x25\x9b\x0a\xff\x8e\xfc\x85\x02\xf9\xfc\xab\xe9\x72\xf4\ -\x98\xfe\xb8\x13\xa5\x89\xbb\xe2\x62\xf8\xfa\xf3\x3b\x05\x98\xa4\ -\x16\x11\x37\xa0\x21\xcf\x9a\x25\x19\x3f\xd1\x30\x5b\xd4\x14\x39\ -\x9d\x7a\x84\x97\x1f\xa1\xe8\x6d\x8c\x63\x63\x42\x99\x9a\x5a\x49\ -\x93\x3d\xb5\x07\x2d\xf0\x64\x9b\x40\x8e\xf2\x5f\x73\xd8\xd2\x51\ -\xd1\x90\x31\x92\x60\x1d\x24\xd9\x88\xa5\x14\xc3\xaf\xf1\x72\xa3\ -\x9e\x1e\x15\x97\xab\x77\x6a\x64\xcc\x35\x56\x22\x52\x22\xd2\x4e\ -\xa2\xdf\x4e\x75\xa2\xb0\xe9\x44\x36\x6f\x1e\x30\xa0\xdf\xc1\x34\ -\x6d\x14\xbf\x99\xd0\xd7\xc3\x99\x85\x1f\xe2\xc1\xf3\x40\x70\x6b\ -\x49\x70\x54\x89\x66\x4e\xb8\x35\x07\x79\x28\xa1\x20\xb4\xba\xf5\ -\xd2\x0f\x71\x23\x6d\x71\xb3\x50\xe3\xd0\x0f\x53\x7c\x7a\x24\xec\ -\x94\x32\x7e\xb1\xac\xb4\xb6\x90\x7e\x43\x23\xdc\x3a\x5e\x0f\x1a\ -\x81\x3d\xa9\x20\x67\xb3\x53\xeb\x5f\xa3\xd8\xc0\xb0\xed\x99\xaf\ -\x52\x76\xaf\x40\x63\x5b\x39\xe5\x12\x08\x7c\x0b\xdb\xf4\xe4\xb2\ -\x17\xc5\x8e\xd5\x2d\x3c\x33\x9d\x9b\xac\x8c\x11\x8a\x33\xfe\xd8\ -\x44\x0f\xea\xc3\xb1\xa9\x9c\x8d\xe2\x73\x72\x77\xe6\x5e\xa5\xa3\ -\x8c\xd1\x69\x82\x72\x1e\x66\x33\x10\x31\x5c\x11\xd7\x1a\x87\xd6\ -\x49\x51\x7a\xdb\x28\x06\xd5\x4e\x64\x68\x6d\x90\x23\x6d\x28\xb2\ -\x04\xa7\x3d\x86\xe2\x24\xa9\x87\x45\x51\x35\x28\x18\x63\x2a\x91\ -\x3f\x43\x38\x5d\x10\x9d\x02\xa0\xa4\xb4\xc2\xf5\x0d\xc5\xe1\x33\ -\xd0\x99\xea\x79\x78\x84\x8e\x96\xb8\x3f\xe7\x24\x92\x5c\x70\x5a\ -\x61\x8c\x61\x85\xbe\xfa\x77\x4c\x03\x80\xd0\x0a\x88\x8d\xec\xa4\ -\x6f\x81\xaa\x39\xb1\x1e\xd4\x20\x3b\x43\x00\xe1\x89\xe5\xc4\xd4\ -\xac\x6d\xb0\x05\xa7\x92\x1a\x56\xd7\x02\xff\xde\x41\xbf\x87\x84\ -\x35\x68\x09\x1c\x79\xaa\xda\x54\x1f\x69\x8d\x16\x72\xb9\x29\x8a\ -\xab\xb1\x6f\x98\x4f\x2b\x2a\x56\x22\x8b\x70\x6a\xd4\x8f\x5f\xd0\ -\x5e\x49\xbd\x8c\x4a\x23\x91\x61\xd6\xa1\xb4\xbd\xe0\x4e\xca\x30\ -\x11\xd0\x51\x22\xe5\x3e\xdf\x27\xe3\x36\x57\xc9\xec\x9a\x00\x2f\ -\x2a\xc7\x8d\x94\xd0\xdc\x2b\xa9\x65\xa7\x46\xf3\x0d\x0d\x56\xda\ -\x47\xcc\x8a\x17\xc0\x45\x75\x02\x44\x94\xd9\xe2\xe7\x9d\xd3\x22\ -\x69\xbd\x41\x52\x23\xed\x74\x77\x3c\xde\xe7\x7a\xe4\x08\x08\x59\ -\x15\x13\x88\xf0\x7a\x73\xa5\xb4\xc2\x7d\x4c\x73\xb2\xa7\xec\x93\ -\x49\x4b\x77\xa9\xed\x93\x38\x6d\x3a\x91\x52\x6b\x44\x11\x9d\x2f\ -\x1c\x4a\xc0\x50\xc2\xc2\x64\x88\xf7\xa4\x56\x2a\x97\x46\x72\xd5\ -\xf4\x3a\xcd\x45\x2e\x1f\xcc\x45\x63\x20\x92\x24\x33\x9f\x36\xb8\ -\xc5\x31\x86\x08\x1f\x53\x7b\xda\x7e\x5d\x19\x0c\x5d\x94\x36\xad\ -\xfb\x9c\x2e\x78\x1a\xb3\xf4\x38\x79\x3d\x46\x01\xe9\x45\x9b\xe8\ -\xe6\x3d\xec\xed\x09\x29\x31\xb2\x6a\x10\x68\xa4\xa4\xe1\x74\x5b\ -\x20\x93\xf6\x3b\x92\x28\x32\x66\xbb\xa0\xd9\x0b\x36\x5e\x88\xd0\ -\xcf\x26\x4b\xcb\x95\x92\x1f\x59\x30\xce\x40\xd1\x00\x2a\xec\x21\ -\x3e\xdf\x61\x4b\xfc\xe3\x67\x76\xb8\x67\xa6\x13\x97\x44\x1e\x61\ -\x3a\x86\xd6\xfb\x0b\xfb\x0c\x1b\x91\x46\x5c\x46\x7d\xe7\x25\x64\ -\xc4\xb4\x8d\x83\x52\x98\x4d\xa2\x80\x03\x5f\xcc\xf2\x99\xe8\x07\ -\x5d\x01\x55\xc7\x44\xe4\x04\x48\xd0\x4a\x5a\x4d\xbf\xd4\x2c\xc7\ -\xbb\x78\xe4\x73\xd1\xa0\xb6\xc9\xd7\xfc\x21\x53\x2f\x12\x97\x10\ -\x4c\x6f\x0e\x5b\xee\x02\x18\x75\x68\x65\xb8\xa8\x54\x0d\xea\x9c\ -\xe4\xe6\xde\xaf\x05\xa6\x76\x10\x81\x1b\x41\xdb\x1c\x31\x06\x62\ -\x0d\xce\x64\x4d\x78\x52\xe4\xba\x31\x93\x31\x79\x42\xc0\x03\x81\ -\xd3\x37\xd3\x9c\x53\xf7\x8a\x75\xcf\xeb\xf9\x43\x93\xbe\xb5\xd6\ -\x8f\x9b\xc9\xe8\x76\xb3\x9a\x68\x3a\x1f\xc6\x19\xa4\x15\xda\x7c\ -\xdf\x77\x34\xf2\xe1\x36\x2a\x0e\x58\xdd\xf7\x8e\xf5\x9d\x0d\x0b\ -\x4e\xd1\xa4\xf6\x0c\x37\xa4\x20\x30\x5d\xa0\xca\x82\xda\x6c\xb4\ -\x92\xc6\x68\x4d\xff\xd5\x58\x83\x94\x31\x26\x2b\x22\x79\x44\x40\ -\x76\x81\x9a\x55\x7b\xad\x51\xbc\x2e\x09\xa0\x4f\x84\x8c\x0d\x0c\ -\x17\x6e\x5a\x01\x1c\x15\xcb\x29\xce\x11\x16\x01\x06\x44\xc0\xa2\ -\xaa\xa3\x79\x62\x66\xba\x58\x8a\x49\x80\x6b\x4f\x83\x61\x51\x9e\ -\x22\x51\x98\x2a\xb5\x51\x8a\x91\xd1\x75\xd6\x7c\xd9\x48\xc5\x3b\ -\xb4\x41\x5e\x31\xf7\x0f\xf1\x28\x86\xc7\xfa\xea\xb0\x79\xd4\x3c\ -\x6a\x51\xc0\x8d\x58\xda\x71\x75\x43\xc3\xaa\xd8\x30\xd7\xc4\xca\ -\xcf\x0c\x74\x8c\x9c\x52\x8b\x6e\xec\xaf\x38\x1b\xa3\x44\x0a\x03\ -\xa7\x74\x55\x17\xb7\x5f\x67\x9f\xa1\xae\xff\xf7\xff\xf9\xbf\xff\ -\x3f\x1f\x4f\xc6\x4b\x93\xc8\xbe\xf8\x61\x6f\xa2\x1e\x60\xba\x96\ -\xbf\xed\x92\x13\x79\x25\x11\x76\xaa\x47\x1c\xfc\x8e\x00\xc2\x97\ -\x13\x69\xfa\x58\x6c\xf6\x59\xf8\x58\xcc\x9f\xf7\x0b\xcf\xda\x62\ -\x23\x93\xe5\x8e\x4b\x05\x32\x11\xd7\x43\xcb\x83\xc1\x73\x36\xa4\ -\x34\x0a\x5a\xc9\xd2\xf1\xd2\x7d\xee\x9e\xe2\xc8\xb4\xdf\xf6\xcd\ -\xf4\xa6\x4e\x75\xef\x0c\x1f\x33\x8d\x43\x45\xb1\x94\x22\xa2\xab\ -\xdc\xce\x16\x0b\xdd\xfb\x4f\x4f\x6b\x72\x32\x23\x7e\x93\x38\x73\ -\x26\x2a\x87\x48\xba\x08\x37\x23\x15\xa5\x6d\x29\x6b\xb7\x70\x49\ -\xf4\x67\x20\x72\x91\xc8\xa2\xdb\xb6\x7f\x9e\xb5\x15\xf7\xe2\x14\ -\x03\x32\xdd\xe6\xc8\xd2\x8a\x2c\x1f\x89\x4c\x9c\x1c\xe0\xdd\xfb\ -\x2e\x24\x5e\x56\x50\xa4\xcc\x0f\xae\xc5\x46\x7b\x6b\x96\x10\x40\ -\xbb\x92\xc8\xae\x61\x27\x58\xe4\xed\x82\xe6\xf9\x27\x9e\xed\xed\ -\x16\x81\xc7\xe8\x95\xe2\x50\x8c\x1c\x94\xb8\x36\xa4\x8f\xe5\x77\ -\xd0\x47\x78\x1e\x43\x90\x9f\x54\xc0\x62\xe5\x5c\xb0\xcc\xff\x9e\ -\x39\x55\xdc\x68\x94\xb1\xd6\xf4\x24\xc3\x68\xc7\x21\x90\x9c\x6e\ -\x26\xba\xf7\xae\x1c\xaf\x33\xcd\xdb\x0f\x26\x28\xd2\x63\x3d\x58\ -\xb9\xfb\x18\xdd\x7a\x97\x88\x7f\x36\x3b\x49\xc5\xd1\xa0\xcf\x88\ -\x23\xd2\xd4\x88\xb7\x53\x01\x7f\xc9\x44\x69\xb1\x5b\x0b\x6b\x2c\ -\x93\x25\x8b\x78\x2d\x7f\x36\x22\xae\x6b\x0b\x13\x08\xe1\xbe\x47\ -\x9e\xe3\x86\x86\x1b\x12\x6a\x2a\xd7\xab\x7c\x22\xd8\xd1\x27\x6d\ -\x90\xd3\x14\xfa\x0a\xd5\x5d\xef\xa5\x53\x21\x27\xc2\xb5\xe9\xf6\ -\xd8\xa6\x71\x38\xf6\xc4\xe1\xa3\x7d\x4d\x4c\x1d\x82\x5c\x8c\x7c\ -\x75\x73\x9b\x31\xdd\x05\xfe\xfa\xad\x1b\x0c\x56\x78\x14\xde\xcc\ -\x91\x37\x96\xa2\xdb\x42\x88\xfa\x80\xbc\xf5\x37\x68\x17\x5c\xeb\ -\x34\x8b\x4b\x1c\xef\xa7\x73\xa4\xc8\xdc\x38\x6f\xfb\x78\xd2\x3d\ -\xb7\xb6\x2b\xf7\x2e\x16\xa1\x5b\x37\x81\x5f\x08\x89\x49\xa1\xbc\ -\x42\x42\x9b\x3f\xe1\xbe\xb8\xca\x75\x32\xf5\x6b\xfe\xf9\x77\xdc\ -\x5f\xcc\xea\xca\xe2\x8e\x3b\x33\x2c\xef\x1f\x4c\x2c\x88\x67\x4e\ -\x5f\x66\xcf\x50\x22\xe4\x21\xc4\xc7\x89\xd5\xc8\x41\x89\x29\xc8\ -\xa9\x69\xcd\x3a\x96\xc8\x02\xcd\xe7\x70\x17\x75\x6b\x7d\xcd\xf7\ -\x97\xc2\x7c\x40\x96\x4f\x3d\xf9\x0a\xcd\x4c\xac\x25\xb9\xe8\x77\ -\x7f\x66\xf3\x0c\xda\x00\xe7\xac\xef\x87\x3b\x1c\x1e\x5e\xdb\xbc\ -\x08\xf2\xf3\xdc\x8a\x86\xb2\x62\xcd\x78\x8e\x9c\xc7\x0a\x10\x4c\ -\xa5\x1d\xa5\xa7\xa2\xe3\x08\x49\xec\x69\xd2\x99\x64\xe3\x8b\x71\ -\xad\x9d\x74\xc1\xe5\x70\x20\xb3\x98\x3e\x66\x41\x6a\x69\x72\xc3\ -\x4c\x64\x77\xdd\x6b\x20\x61\xd0\x8a\xdc\xb2\xad\x77\x98\x66\xc4\ -\xbe\x87\x51\x0d\x49\xf5\x05\x27\x5a\xa2\xce\xa2\xe1\xc8\xb1\xd2\ -\x32\xdb\xd1\x8e\x01\x58\x8b\x78\x09\x7d\x2c\xd6\xdf\xa0\xa8\x37\ -\x25\xcd\xa9\xaa\x06\x53\xb2\x8e\xf1\x48\xaa\xa9\x25\xc5\x55\x5c\ -\x0b\x90\x67\xab\xac\x74\xe6\x6a\xb0\x8f\x72\x2f\x14\x21\x61\x21\ -\xdd\x1f\xa0\xd0\xa1\x76\xd4\xcf\x1b\x0a\x77\x5b\xd4\x6d\x60\x01\ -\xb8\xef\x0f\xe8\x14\x9d\x5a\x6a\x35\xa4\x61\x78\x3f\x62\x8f\x58\ -\xc1\x0a\x88\x49\xee\x8e\xf5\x65\x1c\x67\x5b\xfe\x15\x4d\x92\x5f\ -\x7f\x83\x2f\x9c\x1a\x56\x73\x0b\xf2\x4d\x1f\x62\xdd\x61\xdd\x8f\ -\x80\xd9\xf2\xa9\x90\xc1\x9e\x0c\x03\xd2\xfc\xbd\x9f\x98\xdc\x98\ -\xee\xa0\x7b\xb7\xe4\x81\xa3\xe8\xb4\x40\x41\x2a\x87\xcf\x9c\x2a\ -\x44\x95\xe3\xe7\xc2\x14\xb7\xe6\x87\x5b\x49\x16\x8e\x92\xcf\x58\ -\x0d\x09\x77\xd7\x8e\x8b\x38\x34\x36\xb1\x66\x34\x82\xca\x87\x8e\ -\x1a\x28\x6c\x1a\xeb\x3b\xf7\x1f\xd7\xf5\x68\x19\x74\xdd\x74\x47\ -\x01\x1b\x26\x59\xe0\xb0\xb7\x68\x39\x00\x46\x44\xb2\xd6\x30\x13\ -\x49\x1b\x6c\x0d\xb6\xc6\x02\x2a\xb1\xc8\x3a\xd5\x64\x40\xa7\x24\ -\xc0\xf5\x17\x99\xc4\xf9\x19\x0d\x4d\xff\xbe\xc8\x09\x0c\xb6\xc4\ -\x79\xf6\x64\x1d\xc8\x09\x02\xd6\x3b\x9b\x4d\xd3\x26\xbd\x95\xfe\ -\xf3\xfb\x6f\xda\xea\x53\x4b\x26\xcf\x03\xa3\x98\x24\x9b\x1a\x7d\ -\x3e\xf7\xbc\xe7\x8c\x11\x0d\x5c\xf5\x21\x36\x54\x9e\x84\xe0\xcf\ -\xf2\x26\xa7\x62\x27\x9d\x50\x88\x6b\x6d\x68\x50\x35\xb9\xd6\x15\ -\x00\x36\x54\xb8\x9c\xaf\x4d\xe1\xa8\x8b\xeb\x49\x93\x98\xd1\xaf\ -\xfe\x16\x48\xd2\x66\x14\x56\xd9\xa8\x9f\xc8\x81\x14\xf6\x35\x2d\ -\xf5\xec\xfd\x3e\x7d\x6c\xc7\xcf\xee\x3d\xec\x5a\xe2\x31\x41\xec\ -\xf5\x29\xc5\xde\x73\xee\xd1\xcc\x4c\x9f\xfd\xa9\x77\xe3\x92\x35\ -\xf6\xef\xb5\x16\xdd\x76\xfb\x9e\x0b\x36\xef\x54\x7b\x98\xd0\x8e\ -\x5a\x6b\xad\xc8\xb6\x44\x1d\x1d\x91\xd7\xc7\xc4\x2f\xd2\x1d\x7f\ -\x67\x6f\xbd\x4b\x57\xd0\x75\xd8\xd1\x88\x81\x56\x4a\xb8\x23\x1f\ -\x88\x89\xee\xfb\xe3\x35\xa2\xa1\xbe\x57\xab\x96\xc8\x9a\x8c\x00\ -\x94\x53\x30\x92\xbb\xed\xf6\xe1\x4a\x4c\xa9\x55\x29\xea\x88\x15\ -\xeb\xe3\x93\xa9\x84\xc3\x18\xec\xea\xb0\xbd\x69\x35\xc0\x16\xc7\ -\x15\xcf\x74\xea\x61\x7d\x6c\xf6\x4a\x9f\x7b\x8e\x9d\xfd\x20\x13\ -\x10\x7e\x9e\x14\xb5\x33\x7c\x17\x73\x06\x30\x03\xe1\x1c\x41\xe6\ -\x24\x41\x15\x5c\xe0\x0a\x11\x3a\x8c\x31\x10\xbd\x79\x31\x5d\x78\ -\x8c\xa2\xb5\xb9\xed\xe8\x1c\xa6\xdc\xd9\x56\x6f\x63\xf6\xfa\x35\ -\xe1\xb2\x93\x45\xb7\x2d\xdf\x90\x34\x46\x86\xc7\x24\x84\x30\xf1\ -\x1b\x4c\x39\x4a\x80\xdd\xbc\x60\x1a\x0c\xcb\x19\xee\x9b\xdd\xf9\ -\xe4\x1f\xcf\x71\xab\x86\xe9\x41\x4e\x2d\x0d\xf2\xbe\x18\x39\xa8\ -\x89\xa2\xea\x14\x4c\x7f\xbb\xfe\x49\x75\xfa\xe2\xa4\x53\x05\xe1\ -\xfa\x2a\x34\x4c\xaa\x54\x53\x27\xf4\x81\x72\xad\xca\x99\x82\xcf\ -\x29\xc3\x06\x7a\x38\x2d\xe2\x34\xf1\x1c\xb7\xf3\x0b\xdf\xdb\x69\ -\x66\x7a\xac\x8d\x1e\x65\x0f\xc7\xae\x14\xb0\x9f\x0e\x34\x2f\xf7\ -\xa6\xb5\x41\xd7\x30\xaf\x68\x0a\x6d\x06\xcd\x09\xe8\xea\xa0\x83\ -\x21\x3a\x0c\x44\x04\xa8\xae\xc9\x57\x0e\x57\x9b\xa0\xe8\x94\xbe\ -\x2a\x89\x4e\x40\x73\xed\x29\xdf\x74\x79\xca\x32\xb5\x5c\x27\x7b\ -\xfc\x13\x14\xb9\x83\xd2\x4b\x4a\x7b\xcf\xc9\xa5\xa3\xe5\x4f\xc4\ -\xf6\x9b\x6e\x12\xe7\x2d\x52\x05\x32\x6c\xbc\x70\x9d\xa5\x11\x49\ -\x77\x99\xc3\x8c\xe6\x41\xc1\x40\xc1\xb0\x36\x8d\xd0\x0e\x64\xb7\ -\xe8\x7e\x45\xab\x85\xe0\x6e\xc8\xc3\x93\xd5\xd4\xa5\x8a\xad\xfd\ -\x42\x87\x29\xb3\x1e\x8c\x18\x10\x9c\x68\xaf\x98\x20\xda\x3b\xaa\ -\xab\x9d\x07\x52\xb5\xd9\x9b\x47\xc5\xeb\x24\xf9\x9c\x36\x30\xd0\ -\x2d\xac\xc4\xd8\xdf\xe8\x38\xf5\x77\x7d\x9a\x17\x9c\x4e\x7f\xdf\ -\x0c\x0e\x5e\xf5\x94\xea\x74\xaa\xe1\x56\x6a\x34\x6d\xcf\x81\xe2\ -\x85\xa8\xa3\x3f\x4e\x85\xf7\xaf\xdf\xeb\xce\xca\x92\x41\x0b\xcf\ -\xe0\xdf\x6e\x42\x57\x99\x1d\x74\x6c\x81\xd6\xe7\x5e\x17\x3f\x02\ -\x28\xd3\xcd\xd6\x27\xaa\x3f\x0f\xe7\x50\x03\x73\x0c\x61\x39\x28\ -\x3d\x3a\xf4\x97\x12\x13\xb9\x06\xf0\x0c\xe2\x15\x84\x96\x71\xd3\ -\xb5\x58\x60\xaf\x4f\xd7\x3f\x28\xf6\xcd\x83\x90\xdb\x98\xc3\xda\ -\x8d\x13\xd9\x10\xe1\xca\xe5\x74\x41\xb4\x74\x96\xb1\xfe\xd3\x16\ -\x9f\x99\x1e\x59\x57\xf9\xfd\xd7\x91\xa3\xd6\xe7\xf0\xbb\x9e\xc6\ -\xf4\xa5\x36\xb0\x74\xff\xc9\xa0\xed\x55\xcd\x81\xac\x7f\xe6\x7a\ -\xaf\x35\xb8\x00\x04\x7b\xea\xf7\x50\x7e\x50\x28\x7b\xe5\x02\x22\ -\xe5\x5c\xa8\x2d\xe5\x9b\x02\xa9\xe0\x49\x63\xc8\x36\x78\xa9\x85\ -\xb8\x91\xdf\x06\x71\xdc\x0f\xb5\x42\xc1\x5d\x3b\x06\xeb\x31\x52\ -\xe7\xdd\x9d\x8e\x0f\xa6\x4a\xd0\xa9\xcc\xe3\x08\x72\x3c\xd7\x14\ -\x45\x0f\x22\xf7\x5a\xf0\x7e\x6c\x02\x58\x07\xb0\xd0\x57\x56\x87\ -\x6a\xc4\x07\x88\x11\xbd\x65\x55\x16\x58\x2e\x60\x41\xbd\x1d\x46\ -\xcc\x3d\x2c\xea\x71\x65\x7d\x38\x02\x26\xf5\x31\x6b\x0c\xbf\xce\ -\x7d\xd0\x95\x63\x2a\x6b\x27\x15\x4d\xa0\xfe\x10\x28\x1a\x75\xfc\ -\xba\xe7\xca\xb9\xee\xfb\x64\x9f\xb8\x93\x35\xd5\xf7\x54\x31\xa2\ -\xab\x27\xbd\xa9\xb5\x7a\x3b\xa3\xdb\x2c\x4b\xda\x9d\x14\x0c\x44\ -\x92\xb9\x23\x74\x0d\xea\xa8\xa9\x36\xc8\x11\x67\x45\x53\xc4\x37\ -\x12\x39\xfc\x3e\x16\xbb\x24\xd6\x8c\x35\xef\xc5\xcf\x9a\x9c\xd8\ -\x25\xc0\x1d\xf3\xf2\x34\x49\x88\xf7\x83\xd2\xc1\x2e\xf5\xb6\xcb\ -\x19\x59\xff\x4a\x86\x8a\xf6\xbb\x91\xe6\x7e\x05\x8e\x90\x8d\x7c\ -\xd2\x21\x2b\xb9\xd6\x41\x8d\x9c\xfb\xfe\xb5\x7e\x42\x92\x13\xcf\ -\x9e\x99\x54\xb4\x0c\xb8\x2e\xa0\x35\xb6\x73\xa2\x96\xb6\x9a\x94\ -\x1f\xe7\x62\xd7\xca\x3a\x80\xf0\xc7\x64\x8b\x09\xf4\xd1\x60\x68\ -\x13\x80\xea\xa8\x1f\xe1\x0c\x41\x3d\xdd\xc3\x7d\x10\x8c\xac\x88\ -\x88\xe4\x47\x5e\xcd\x51\xf2\xf7\xad\x60\x2c\x10\xc4\x54\x29\xb3\ -\xbb\x02\xa6\xcb\x45\xbe\xf8\xc2\x5d\x04\x68\x34\x17\x39\x2a\x93\ -\xa1\x6b\xc8\x60\x40\x20\x44\x99\x4c\x2e\x26\x8e\x85\x8d\x5e\xf5\ -\x58\x28\x72\x9f\xfb\xb0\xbc\xd2\xbd\xb0\x38\x60\x9e\xbf\xd6\x5c\ -\xcd\x49\xe5\x3a\xaa\xba\xa2\xb1\xe4\x78\xbb\x1d\xe4\x72\x1a\x93\ -\x9b\x82\xd2\xcc\x0d\x01\xca\x5c\x24\xa1\x7f\xd3\xe4\x78\x01\xbb\ -\xe1\x85\xdd\xc5\xdb\x6f\xd6\x64\xf3\xc9\xc7\xa6\x23\x7d\x9f\x4f\ -\x3e\x73\xfd\x05\xd3\x41\x44\xba\xcb\x18\x41\x15\x4a\x2d\x3f\x8c\ -\x85\xe5\x41\xab\x4a\xfa\x51\x71\xc9\x79\x16\x3e\xf5\x42\xa6\xe0\ -\x18\x4c\x4b\xde\x4c\x42\xe8\xa4\xaa\x99\xa3\x61\x8f\x22\xfa\xd0\ -\xee\xbd\x59\xfe\x76\xf6\xce\xb3\xd0\x7c\xcf\xae\x68\xda\xa3\x1e\ -\x48\xfa\x74\x4c\xe4\xd2\xc4\xb9\x81\x5e\xe7\xa1\x3d\x0b\x63\x39\ -\xbe\x13\x0d\x81\xf9\x3c\xb4\x14\x0e\xf7\x67\xae\xda\x13\x88\x90\ -\xe2\x61\x6b\xa0\x61\x5c\x88\xa2\x94\x96\x87\x53\x49\xc0\xcf\x84\ -\xf0\xde\x14\x17\x3c\x0f\x47\x26\xb3\xec\xd2\x61\xa9\x3c\x27\x88\ -\xc3\xc2\xb4\x65\x39\x45\x51\xc3\xeb\xdb\x87\x16\x6b\x85\x8e\xc1\ -\x02\x25\x76\x60\xa3\xb9\xe3\x42\x0c\x5a\xc5\x35\x9a\x2a\xa4\x0e\ -\x9e\xe2\xe1\x87\xb1\x89\x05\x45\x42\xb5\x32\x6b\xf2\x30\x01\xb4\ -\xa4\x83\x1a\x73\x24\x78\x6a\x48\xd4\xea\x3b\x29\x25\xcd\xe8\xd9\ -\xdc\x71\x50\x92\xa6\xf8\x55\x80\xa2\xc1\x7f\x75\xb3\x1c\xeb\x94\ -\xdf\x29\xa7\x6e\x4e\xb2\x09\xdd\xf9\xd0\x85\xca\x6d\xa1\x7b\x04\ -\x37\x4c\x3d\xea\x1a\xf8\x8b\x8a\xe9\x39\x45\xaa\xfb\x0f\xc0\xd0\ -\xc8\x39\xb3\x4d\x4c\x87\x43\x6b\xe6\x74\xd0\x34\x62\xc9\xef\x93\ -\xfa\xa3\x72\x11\x05\x83\x93\x34\x02\x98\x7a\xc3\x73\xcf\xe0\xa2\ -\x9d\x9f\xb6\xc6\xf4\x0a\x74\x5c\x64\xf6\x81\x5f\xb7\x51\x70\xe5\ -\x24\x37\x1b\x6d\x85\xfc\x20\x1f\xc6\xac\x7a\x67\x10\xed\xa7\x72\ -\x26\x0c\x2d\xad\x21\x7d\xdc\x62\xf2\x16\xcd\xd9\x4a\x5a\xfb\x0a\ -\x53\x0f\xc8\x2c\xe2\xd3\x96\x19\x1b\x17\x7d\x16\xe5\x6f\xd7\x09\ -\x5a\x59\xae\x26\x27\x6c\x85\x8b\xe2\x48\x35\xb9\xa9\x49\x35\xd3\ -\x21\xc0\x96\x30\x2a\x3a\x00\x49\xcc\x4b\xd2\x13\xc8\x58\x71\x0d\ -\x50\x88\x1c\x64\xd8\xef\x54\x2e\xd4\xbe\x3e\xc5\xe3\x6f\xa6\x34\ -\x64\x5c\xc6\x1e\xd9\x64\x39\x72\x9f\xf2\x01\x00\xc9\xf2\x67\x2d\ -\x26\xd1\x9e\xba\x9b\xbd\x88\xea\xe1\xfc\x47\x7a\xb2\x59\x9f\xd9\ -\x7e\x0f\x16\xe8\x73\xf7\xb4\x48\xaf\x06\xfa\xfb\xe7\xf7\x7e\x01\ -\x3a\x6f\xd6\xca\xae\x4a\x93\x12\x53\xf6\xe2\x5f\x82\x3e\x14\x66\ -\x17\xb9\xc7\x37\x90\x18\xb5\xd8\x56\xa7\x14\xf3\x80\xea\x1b\x68\ -\x08\x43\x8e\x0a\x2c\x7f\xd3\x3d\x41\x38\xf2\xdb\x7e\xd5\xf9\x3c\ -\xd9\xd8\xeb\xd4\x57\x96\x36\xe9\x99\xa5\x57\x6e\xc6\x87\x9e\x1b\ -\x86\x4d\x21\x1d\xa1\x60\x43\x74\x84\x02\x6a\x78\xc9\xe6\xbe\x78\ -\x02\x39\x8b\xaf\xc3\x19\xfa\x38\x9f\x49\xa2\x79\x11\xb0\xed\xf7\ -\x73\x41\xe4\xa2\x3b\x0a\x78\x31\x1d\x16\xe8\x62\x42\x97\x5c\x1e\ -\x83\x71\x50\xed\x9a\x5e\x37\x81\xff\xbe\xfe\xbe\x4f\x92\xe6\x44\ -\xc6\xad\x77\x0a\x90\x52\xec\xe5\x1d\x79\xb9\x8f\x04\xce\x93\xe7\ -\xf9\x37\x69\x95\x79\xaf\x1a\x0c\x68\x0a\xa8\xe7\x8d\x55\xce\xac\ -\xad\x58\x7b\x9b\x92\x57\xce\x2f\x59\xab\x64\xda\x75\xcf\x5a\x0f\ -\xda\x7b\xd2\x0b\x69\xbb\x72\x4a\xd2\xbc\x21\x6a\xcf\x65\x34\x99\ -\x32\x1c\xd1\x46\x71\x76\x9d\x35\x1d\xee\xfd\x39\x99\xef\x26\xbb\ -\xcd\x3a\x8a\xbe\x99\x5e\x00\xf4\xac\xc1\x9c\xe7\xf7\x17\x25\xef\ -\x71\x2f\xcb\x68\x0d\x00\x04\x34\xbb\xc0\x9f\x5b\x2e\x8c\xda\x94\ -\x43\x8d\x67\xdc\xfb\x9c\x6b\x10\xe9\xff\xe7\xec\xdd\xb6\x24\xc9\ -\x6d\x2c\x51\x00\x64\x94\xba\xff\xff\x5b\x67\xa6\xd2\xdd\x08\x9c\ -\x07\xdc\x49\x5a\xa4\xd6\x51\xaf\x5e\x92\x4a\x99\x11\xee\x66\xbc\ -\x00\x1b\xfb\x82\x36\x87\xe4\x04\x6c\x67\x72\x48\x01\x18\xa9\xd9\ -\xed\x22\x2b\x45\x29\xfd\xde\xe0\x9c\x0e\x94\x26\x2a\x03\x0c\x2f\ -\x85\xae\x5d\x44\x3e\x1a\x3d\x11\xd4\x6e\xf5\x5b\x27\x54\xde\xed\ -\x76\x1e\xa4\x04\xb2\x54\x79\xb9\x37\x8b\xd3\x5d\xaf\xd5\x46\xee\ -\xe3\x9c\x98\xf4\x09\xc2\x78\x71\xb9\x63\x43\x14\xce\x43\xa7\xda\ -\x95\xef\x21\x82\x0b\x7a\x16\x08\x8e\x9a\x03\x35\x72\x3a\x25\x49\ -\x29\x0b\x24\x75\x50\x14\xec\x8c\x04\xc2\x02\x63\x94\xee\x5d\xdc\ -\x32\xbe\x8b\xa0\x81\x55\xbc\x4b\x81\xe8\xee\xd3\x9b\xf7\x7f\x51\ -\x51\x85\xc7\x75\xb2\x35\x71\x6f\x0d\x56\x45\x04\x6f\xe8\x37\xef\ -\x39\x2d\x57\xcd\x15\x5d\x47\xd4\xa7\x70\x52\x8e\x82\x0d\x8c\x86\ -\x79\x6b\xc0\xc2\x1a\xfc\xf2\xbf\xdf\xc2\x1e\xdb\xef\xf4\xe2\x04\ -\xe0\xbf\x72\xaf\xbc\x4d\x63\x22\xb8\xd2\x10\x3d\x29\xae\x45\xfa\ -\x75\x57\xf0\x96\x01\x08\x84\xd8\xc2\x24\xe5\x6a\x34\x70\x2b\x74\ -\x18\x95\xce\xa1\x07\xc5\xdd\xae\xbd\x72\xe1\xb3\x20\x2a\x85\x7c\ -\xf9\x1d\xab\x58\x42\x67\xd8\xee\xb4\xc9\x6e\x11\xee\x37\xa7\x3e\ -\x69\x8e\x4c\x6f\xe6\x20\x6f\x02\x68\x35\x8f\x10\xb3\x22\x4e\x3a\ -\xaa\x07\x6c\xef\xf9\x1f\xde\x5c\xc6\xe7\xe6\xcc\xd2\xa1\x92\x93\ -\xe1\xe4\xde\x5d\x17\x01\xdb\x74\x69\x55\xd7\x48\xe1\xf3\x1d\x97\ -\x60\xd9\xfc\xd8\x1a\x74\x2a\x50\x44\xab\x65\xcd\xb5\xfd\xc2\x49\ -\xe3\x6a\x05\x46\x1f\x48\x17\x01\x7d\xd1\xae\xfd\x45\x18\xae\x2b\ -\x67\x04\xec\xd5\x9c\x49\x43\x64\xdd\xc1\x9f\xe3\x12\x37\x4d\x17\ -\xe2\x88\x8c\xbf\xdb\xfb\xc2\x12\xdb\x41\x4d\xe4\xc4\x05\x3c\x91\ -\x76\x96\x28\x05\xdd\x32\xd3\x5c\xd4\x1c\x7b\x1c\xba\x19\x81\x81\ -\x54\xe1\x04\x1b\x39\x72\xb2\x69\x05\xec\xae\x58\x46\xdb\x2d\x5f\ -\x44\x04\x61\x8c\x9c\x54\x13\x11\x3c\x4f\x6f\x4f\xf5\xf7\x8e\x34\ -\x59\x6a\xfa\x29\xcb\x85\xa2\x1e\x0e\xdb\x3c\xf3\xb0\x2b\xdc\x76\ -\x27\xd4\x7a\xf0\x8a\xdb\xef\xcb\x30\xcd\x9a\x81\x3d\x48\x41\x05\ -\x87\x6a\xb0\x2e\x4e\xdd\xa1\x30\x54\xf1\xc2\x3f\xe9\xbd\x18\x5a\ -\xd8\x34\xba\x91\xa0\xab\xc4\xfd\xe2\xef\x96\x77\x41\xfa\x03\x11\ -\xf8\xe9\xf7\x1f\xbc\x47\x69\x3c\xc2\x59\xcc\xed\x77\x3e\xa2\xd2\ -\x47\x17\x5b\x38\x73\x01\x3b\xbd\xd0\x63\x3a\xec\xe7\xc1\x3e\x17\ -\x83\x68\x40\x33\x4a\xa3\xd9\x04\x42\x6f\x4e\x9c\x88\xa9\xf9\x4d\ -\xf3\x09\x5f\x1f\x04\xf2\x54\x3a\xaa\xd5\x11\x54\xcf\xb6\xa4\x89\ -\x8a\x35\xdb\xb9\x0f\xab\xa1\xcc\x71\x2b\x46\xae\x5c\x8d\xea\x70\ -\x4d\x99\xf8\x45\x51\xca\x55\x0c\x1d\x13\x45\xf1\x1d\xb2\x85\xc6\ -\x3e\x71\x87\xc2\xaa\x21\xb4\x09\x18\x66\x64\x80\x02\x48\x3a\xf5\ -\x50\xda\x35\x18\xf8\xcd\x20\xcb\x18\x0f\x46\x77\x9f\xa5\xbe\x11\ -\x2b\x14\x9f\xa0\xda\xbf\x98\x6c\x91\xe7\xb3\x71\xe4\xd0\x89\xb0\ -\x59\x6a\xc3\x55\x3f\xc6\xb0\xe9\x89\x8b\x26\xfa\xd6\x04\xcb\x85\ -\xdd\x11\x8e\x78\x08\x87\x55\x7f\x05\xe2\x90\x9d\x9a\xff\x04\x34\ -\xa8\x5a\x25\xfd\x6f\x93\xff\x09\x4b\xf4\xe1\xcf\x9d\x2d\xe3\x6e\ -\x2c\x0b\xf8\xae\xe1\xc1\xa3\x3d\x87\x3a\xc9\x79\x35\xd9\xb0\x73\ -\x6b\x00\x86\x46\x3d\x1b\xda\x51\x80\x46\x69\x22\x6d\x12\x80\x65\ -\x17\x29\x2f\xee\x67\x2e\xd2\x41\x7b\x8f\x86\xd7\xf4\x9e\x88\x35\ -\x10\x57\xd7\xf1\x42\x84\x61\x6b\x56\x84\x55\x63\x09\x02\x3c\x24\ -\x8e\xe3\x56\xfb\xdd\xea\x81\x1b\x63\xa1\x06\xee\x16\xd7\x57\xbd\ -\x1d\x4a\x0e\x6a\xb0\x80\xc8\x8c\xb7\xb6\x9a\xaf\x0e\x37\x24\x52\ -\x71\xf5\x8e\x21\x04\xe1\x07\xd6\xd2\x73\x7e\xce\x9f\xce\xa2\xba\ -\x01\xd3\x1b\x98\x54\x81\x14\x91\xa4\xd2\xbf\xd5\xa8\xf8\xa2\xb3\ -\x97\xad\x29\xc4\x0d\x28\x0a\xf3\x93\xe5\xb0\xf5\x13\xe6\x53\x42\ -\x66\x5e\x01\xd8\x73\x2f\x10\x2d\x74\x8c\x7a\xb6\x49\xa2\xc7\x2b\ -\x43\x10\x2f\x45\x68\x4d\x66\x96\x72\x99\x56\x84\xe2\xad\xe0\xec\ -\x5f\x8e\x95\xea\x70\xf1\xdc\x07\xe8\xe1\x66\x6d\xd1\xf3\x4b\xd1\ -\x76\x6b\x02\x98\xcf\x0d\x03\x99\xdf\xb3\x40\x2e\x05\x37\xff\x8a\ -\xb2\xf4\x49\x09\x15\x8b\xe0\xd3\x85\x89\xab\xcb\x49\xd0\x9b\xe0\ -\xa0\x30\xd4\xa2\x2e\xd0\x0e\xa2\x76\x79\xb7\x5c\xa0\xf6\x3d\xfb\ -\x28\x33\x37\x63\xa1\xc0\x21\xbc\x8a\x71\x4f\xf3\x0e\x7d\x2e\x84\ -\x08\xa3\xf0\xa9\xf7\x62\xab\x66\x95\x9c\xcd\x90\xd1\x02\x6d\x13\ -\xed\x36\xf1\x49\x25\xa4\x42\x2f\xb9\x51\x0d\xa9\x21\xfe\x7d\x8d\ -\xe0\x2b\x82\xb1\xaf\xa1\xbd\x59\x69\x74\x06\xec\x87\x79\x75\x9e\ -\x0a\xea\x5f\x13\xac\x17\x84\xff\x12\x03\x00\x00\x8d\x57\x1c\xd9\ -\x28\xce\x87\x77\x34\x6a\x99\x21\x09\x48\x30\xdd\x7a\x1c\x26\xda\ -\xfa\xcc\x0b\xaf\x0b\xa7\xa9\x15\xc2\x99\xef\x54\x28\xa1\xd8\x0b\ -\x71\x39\xa6\x1e\x26\xba\x47\x8c\x28\xaa\xd1\xb4\x2b\x1c\x8d\x59\ -\x1e\x3c\xbc\xa1\xf4\x78\x4c\x7d\xfd\x3b\x4e\x9c\xb1\xc7\x6e\xef\ -\xd0\x00\xc8\xd0\xe2\x45\x13\xc4\x52\x90\xcc\x7c\x4f\x7a\xc1\x50\ -\x20\x97\x21\xec\x2d\xa9\xf1\x41\x05\x83\x6e\x51\xce\x1b\x45\xb8\ -\x35\x30\x55\xc7\x44\x50\x04\xac\x25\xfd\xbd\x36\xf7\x45\xef\x04\ -\x78\x82\x2c\x37\xfa\x69\x7d\xf2\x4a\xff\x62\xd5\x74\x21\x5e\x46\ -\x1b\x5c\x42\x6c\xff\x7f\xfe\x4b\xa8\x08\xe2\xf5\xb2\x96\x4d\x63\ -\x17\x5e\x9c\xb2\xef\x29\xf9\xaf\xc0\x04\x78\xa1\x04\xd6\xa9\x5d\ -\xd0\xaa\xc1\xb5\x74\xb2\x5d\x94\x4e\x05\xea\xb6\xbf\x5a\x58\xaf\ -\x42\xbf\xe4\x44\x74\x51\x40\xb8\x9c\x2f\x78\x9e\x2f\x4e\x0d\x8b\ -\x09\x9b\x69\x33\x41\xe8\xef\xa2\xf1\x32\x15\x4a\xe4\xb8\x67\x1d\ -\x01\x0c\x43\x64\xcb\xe7\x82\xd5\xce\x55\xb6\x66\x46\x8a\x7e\x84\ -\x42\xea\x94\x67\x0f\x87\x91\xb6\x86\xc0\x8e\xb0\x53\x37\x7a\xab\ -\x51\x21\xc3\xb1\x1f\xa5\xdd\xeb\x2d\x1f\xa6\x94\x38\x75\x72\x5c\ -\x3c\x93\xd3\x7d\xd6\xa6\x64\xaf\x4e\x8f\x22\xb0\xdc\x21\x37\xce\ -\xca\xcd\x99\x0f\x8c\xd2\xb6\x7c\x1a\x3b\x00\xc9\xee\x6e\x98\x6d\ -\x2d\x10\xce\xc8\x93\x51\xd4\x74\x5c\x33\x32\xa1\x14\x64\xf5\x8c\ -\x56\x1a\x21\x84\xe6\x56\xd0\x35\x6d\x79\x0f\x7a\xd3\x09\xb8\x4f\ -\xa3\x30\xa6\x3c\xc7\xda\x0d\x50\xe7\x74\xbc\x15\xc9\xf0\xef\xc3\ -\xfb\xe2\x00\xa3\x53\xb7\x4d\x66\x92\x82\x35\x8e\xc1\x18\x0b\xc8\ -\x58\x32\xf5\x38\x01\xa3\xcb\x5c\xda\x73\xbc\xba\x49\x44\x37\x1f\ -\x61\xa3\x1d\x1e\xb1\x08\x6c\x3a\x68\xa7\xdf\x4a\xc9\x8a\x42\x36\ -\x03\xaf\x52\xe7\x08\x45\x94\x8e\x0e\xab\xa5\x58\xbd\x57\xc3\x8a\ -\x7b\x5d\x50\xa7\x62\xf5\xbf\x57\xea\x7f\x3d\x67\x76\x0a\x6a\x46\ -\xd9\x50\x80\xb3\x69\x02\x52\x2d\xce\x75\xbf\xff\xcf\x3f\x18\x93\ -\xe9\x5a\x67\xb9\x35\x3f\x22\x37\xf9\xc9\x2b\x10\x7a\x98\x58\x09\ -\xd4\x8c\x43\x2a\x54\x36\x0d\x98\x5f\x51\x2b\xbb\x83\xed\x96\x1b\ -\x9f\x13\x5b\xa3\x05\x1e\xd4\x52\xd3\x7d\x75\xc3\x2e\x81\x11\x61\ -\xe8\x08\x42\x35\x97\x4f\x41\x1a\xf1\x1a\xbd\x4c\xe2\x41\x32\x36\ -\x61\x54\xd4\x4e\xba\x33\x72\x9e\xfd\x9d\x7a\x89\x84\xd7\xe6\x24\ -\xcd\x1c\xe4\xb8\xc7\x01\x67\x85\xbf\x48\xeb\x00\x00\x20\x00\x49\ -\x44\x41\x54\xac\x09\x3e\x6a\x20\x7d\x7e\x73\x98\xab\xe5\xca\x46\ -\x94\xa8\xd7\x7a\xf4\x6b\xb6\xe3\xb9\x76\x04\xcd\x08\x68\x6b\x8a\ -\x6f\xff\x62\xbe\x3b\x1d\xc2\x8b\x9c\x80\xc0\x75\x99\x66\x30\xc6\ -\x6c\xe4\x46\x76\xab\x09\x00\x06\x98\xde\x48\x81\x1b\x1f\x40\xea\ -\x43\x9a\xce\xe5\x70\xbb\x29\x87\x4a\x0b\x34\xe5\x86\x30\xa0\x9b\ -\xce\x40\x1f\x8d\xa0\x65\xa8\xfb\xd4\x8b\x8c\x72\xd2\x2f\x31\x3d\ -\xe4\xfc\x72\xec\x1b\x95\xdb\xa2\x6b\xae\x6d\x97\x0b\xbc\x8a\xba\ -\x5b\x73\xb2\x1d\x36\xfe\xa0\x17\x48\xe1\x66\xee\x85\xc3\xd8\x50\ -\xf2\xdd\x6a\xfc\x56\x4c\x68\xd0\x59\x16\xd4\xe3\x65\x72\xb0\x15\ -\x1e\x62\x46\x1e\xf4\xd3\xc6\xa4\x7f\x43\xfa\xdf\xfe\xfb\xad\x59\ -\xaa\x8b\x27\x2c\x42\x9d\xa3\x7f\x50\xf0\xb0\x4d\x11\xd7\x5a\x47\ -\x4e\x81\x3f\x47\x66\x0e\x3b\xf7\x1d\xe5\x09\x81\xec\xa0\x2b\x05\ -\xf0\x4d\xeb\xd1\x37\xc1\x32\x4a\xdf\x8a\x30\xce\xfa\xbf\x05\x87\ -\x7c\xfb\x1e\x7f\x9b\x94\x9c\x53\xa0\x6e\x4d\x0d\x1b\xfa\x7c\x6b\ -\xf8\xfe\x46\x0f\x83\x6d\x92\x79\xa6\xb0\xf7\x31\xb7\xe0\x5e\xf4\ -\xdb\x65\x8c\xda\xf4\x38\x95\xb5\x3a\x17\x29\x1d\x72\x1c\x07\x5a\ -\x9b\xe8\x40\xcf\xfa\xaa\xfb\x0b\x91\xcc\x4e\x3f\x7f\x37\x49\x5e\ -\x86\x8a\x9e\xa5\x9e\x6b\x48\xa1\xef\x80\x5e\xd8\xd4\x28\x6e\x72\ -\x50\x84\x3c\x3d\xbe\xef\x21\xe9\xcd\x9e\x24\xe6\x9b\xef\x1d\x8a\ -\x96\x26\xd1\xe8\x1d\xe4\x99\xf3\x1f\xe3\xbb\x67\xce\x0b\x17\xcd\ -\xc8\xb0\x42\x97\xcb\x7b\xe3\xe2\x7f\xec\xc0\xc1\xed\x58\x5e\x20\ -\x30\xac\x08\xa7\xa2\x59\x5a\x76\xd1\x56\xed\x85\x20\x5c\x03\xba\ -\x6f\xba\x42\xd7\x76\xb9\xdd\x2d\xdd\xb4\x68\x96\x97\x85\x97\x30\ -\xca\xb6\xbe\x71\x63\x0d\xd4\x75\x85\x5c\xf4\x74\xd9\xa4\x56\x4b\ -\xdb\xd1\x0a\x1c\xbc\x34\xee\x25\x20\x53\xe0\xaa\x53\x7c\xd3\x4f\ -\x6a\x61\x94\x94\x19\x29\x4d\x55\xa7\x80\xc2\xd5\x2e\x1f\x80\x80\ -\xe5\x13\x62\x78\x91\x3d\x74\x56\x9f\xe1\x3e\x05\xf0\xb3\x6a\x8c\ -\x01\xcf\xf3\xb1\xf3\x4a\xef\x2e\xf6\xfc\x1b\xa6\xb8\xbf\x88\x08\ -\x68\xe6\xb9\x07\x05\xc1\xac\x01\xb1\x41\x2b\xb4\xcc\x1f\x6c\x41\ -\xcc\x09\x12\x25\xbd\xc8\x0b\x50\x69\xb6\xf0\x81\x9c\xdb\x1a\x00\ -\x51\x21\x7b\xd5\xd3\xae\xb5\x80\x79\xc1\x9c\xd3\xda\xad\x74\xa7\ -\x4c\xfb\x5d\x33\xdb\xab\xf9\x2f\x22\xad\x98\xd5\xa8\x15\x02\x81\ -\x77\x3b\xef\x4e\xb5\x44\xd8\x83\xa5\x13\x70\xc0\x86\x88\x1f\xe7\ -\xf7\x20\x6d\xb0\xac\x14\x05\xf1\x49\x93\x01\x8a\x3e\x99\x81\x3c\ -\xd3\xbc\xf8\x73\x27\x31\x04\x0c\xa7\x5f\x5d\xd3\x5c\xa6\xd0\x1b\ -\x65\xd0\x8a\x2b\x0c\xa6\x81\x7b\x90\x51\xd0\x2b\x8f\xf3\x99\x26\ -\x20\xae\xbc\xbf\x7c\x0a\x21\xb8\x81\x6d\x78\xdf\x6b\x50\x32\xa3\ -\x8a\xd6\xef\xf8\x33\x2f\x1a\xe5\x5a\x37\xa9\x21\xcb\x4c\xc1\xbe\ -\x53\xed\xcc\xcd\x55\x04\x61\xf1\x02\x0c\xd7\xcc\xec\xea\x86\x75\ -\x97\x6c\x4c\x17\xf3\x61\xcc\x75\x6b\x4d\x89\xbb\xfb\xb1\x3c\xa1\ -\x57\x4d\xd7\x58\x03\x5b\xea\x7e\xe6\x27\xf4\x67\x44\x6a\x3e\x46\ -\x73\xc4\xb4\x56\x63\x51\x13\x64\xf0\xba\x2e\xb4\x49\x57\x20\x3e\ -\x0e\x27\x60\x59\x91\x51\xc4\x6c\x4e\xad\xec\xd3\xce\x52\xf7\x44\ -\xd6\xaa\xfd\x2e\x2b\xa2\xd9\xd7\x34\x22\xfc\x0c\x02\xa0\x1f\xa0\ -\xb5\xcc\xe8\xa6\x84\xfb\xca\x32\x70\x8e\x2f\xb4\xfc\x72\x4f\x3b\ -\x4b\x28\xea\xc3\x7e\x37\xfd\xec\x96\xe8\x11\xf8\x4c\x35\xf9\xed\ -\x60\x2c\x04\xc9\x54\x32\x6c\x98\x6b\x96\xaa\x83\x00\x63\xa3\x42\ -\x8b\x33\xcb\xba\x3b\x33\x1b\xb8\x30\x89\x0d\x04\xb5\x8c\x52\x84\ -\xc2\xc2\x72\x6d\x38\x19\xeb\x08\x6e\x09\x0a\x07\xb0\xf8\x06\x92\ -\xf9\x3d\x19\xee\x7e\x6e\xdc\xb6\x03\x12\x70\x77\x5d\xc6\x41\x20\ -\xbc\x6c\x7a\x78\xea\x9b\xea\xc0\x20\x0d\x55\xb6\xe0\xe4\xed\x4e\ -\x6d\xf7\x0b\x61\xcb\xe9\xbb\x4e\x1e\x91\xba\x26\x6f\x63\x30\x05\ -\xa3\x4a\xba\xbe\xca\x27\x56\x68\xd3\xd2\x05\x5f\xe0\xc2\xcf\x9a\ -\x61\x92\x50\xac\x1d\x43\xc0\x5b\x32\x9b\x5c\xa9\x01\xc6\x69\x65\ -\x64\x3b\x90\x77\x3a\x91\x94\x8d\x24\x57\xa4\xba\xa8\x37\x01\x85\ -\x60\x58\xf0\x21\x33\x9b\xf8\x2f\x4b\x97\x6f\x09\xc4\xcd\x89\x52\ -\x09\x4c\x3c\x02\x88\x57\x7b\x99\xfb\x41\x1b\x14\x34\xd8\xc2\x8f\ -\x5f\x9a\x11\x71\x57\xb5\x83\x7e\x85\x49\x35\x90\xcc\x33\x42\x91\ -\x40\x99\x23\x5d\x9b\xcd\xf0\x02\x46\xa3\x29\x54\xd7\xb2\xbe\xf0\ -\xca\xc5\x07\xe3\x77\x4d\x47\xa1\x65\x82\x05\xf9\x52\x9d\xb4\x2c\ -\x48\x74\x4c\x8a\x7b\x89\x37\x0c\x90\x62\x3e\xde\xd0\x14\x2e\x28\ -\x5c\xe6\x02\xf9\x44\x0f\x8e\x46\xf5\x0d\xe1\xed\x59\x59\x5e\xfc\ -\xe0\xf5\x62\xa9\xd3\x2e\x44\x84\xef\xf7\xfb\x42\x7b\x2b\xb4\x8e\ -\xda\xf4\xbc\x20\x12\x6f\xff\x3b\x14\x93\x10\x01\xbc\xf0\xe8\x8d\ -\x7a\xf6\x5f\x70\x79\xe3\xf2\xc6\x6e\x2c\x71\x33\x51\xc8\xe9\x57\ -\xb9\xec\xb0\xd0\x2c\x4d\xc0\x8d\x95\x82\x09\x7b\x76\x97\xbd\x63\ -\xa2\xcb\xfa\xf5\x22\x64\x1c\x17\x99\x3f\xb3\x8a\xd8\xdf\x1b\x71\ -\x15\xee\x62\x01\x11\x64\xcb\x0a\xe3\x92\x13\x55\xcd\x63\x92\xf6\ -\xf2\x4e\xfd\x8b\xe2\xbd\xe0\x32\x0b\xba\x69\xcb\xda\x01\xda\xcd\ -\x9c\x24\xef\x05\x0d\xae\x25\x4c\x31\xbf\x6c\xd4\xbe\x78\x2e\x5b\ -\x91\xcf\x50\xde\x09\x76\x7d\x48\x4e\x18\xef\x29\xef\x75\xc2\x13\ -\x3f\x93\x57\x9b\x46\xba\xd9\x40\xf0\xf6\x05\x8b\x36\x01\x5e\x68\ -\xa7\xb0\x51\x3a\x7f\x01\x4c\xfe\xdb\x01\x55\x35\x87\x40\x68\x4d\ -\x75\x2f\x16\xab\xa0\x9f\xb6\x9d\x51\x26\x05\x70\xcb\x56\x91\xd3\ -\x6e\xff\x02\x18\xe5\xdf\x5b\x66\xa7\x82\xc7\x33\x7f\x23\x27\x57\ -\x2d\xea\x0e\x4a\xf4\xa6\x2a\xf5\xbf\x7e\x8e\x27\x1d\x15\x5b\x78\ -\xa6\xab\xcd\x53\x0b\x22\x6d\xf2\x40\x41\xcd\x91\xd0\x03\xec\x88\ -\x67\x65\x0d\x24\x18\xb3\x4a\xc3\xa3\xb9\x31\xc2\x8f\x51\xb5\xbd\ -\x99\xd8\x80\x17\xd2\xa2\xe3\xcd\x8a\xfa\xbc\x0b\xf0\xaf\xec\x8f\ -\xfa\xdc\x5c\x8c\x9f\x1a\xd0\x65\x94\xa5\x93\x1a\x24\xe2\x11\x04\ -\xb3\x15\xc7\x3e\xa9\x5f\x90\xcf\xa9\xd3\xf4\x5f\x26\x96\x72\xa7\ -\x57\x5f\x81\xd0\x78\x6f\x56\x80\x52\xa9\x33\xac\xc1\x23\x29\x13\ -\x04\x77\x6d\x85\x95\x79\x5f\x60\xe6\x06\x16\xbd\x90\x93\xe2\x91\ -\x61\xe2\xc5\x11\x14\x63\xcd\xca\x11\xcd\x51\xef\xe4\x60\x09\x8c\ -\x65\x9a\x9e\x62\x0b\x4e\xc6\xf8\x31\x1d\x54\xb7\x84\xce\xe6\xca\ -\xbd\x45\xd9\x43\x5d\x63\x37\x50\x9c\x7e\x48\xa3\x69\xac\x24\x6e\ -\x33\x0b\x3d\x46\x0e\x13\x9b\x3a\x2d\xab\x80\xe0\x3d\x9f\x73\x37\ -\xde\xe0\xeb\xf4\x5b\x4d\x29\x86\x4e\x95\x17\x87\x1b\x67\x2f\x9e\ -\x31\x27\x2f\x92\x94\x6d\x44\x04\x59\x4a\xbb\x14\xc0\x90\x8d\x34\ -\x10\x02\xee\x00\x25\xbb\x51\x15\xc3\x2b\x4d\x3f\xe8\xfc\x08\x47\ -\x14\x00\x49\xde\x9d\x40\x04\x34\x74\x62\x2a\x62\x8c\x26\xb1\xc6\ -\x32\xf4\x69\x1d\xd8\xa8\xd3\x92\x4a\xd3\x86\x62\xa0\xe5\x54\x4c\ -\x79\x91\xbf\xec\xd4\xe9\x6d\x18\xd2\xef\x20\xe6\xcd\x7c\x8c\x23\ -\xc4\x38\xe9\xdb\x14\xb4\x42\xad\x21\x5d\x6f\xbc\x3a\x41\xd5\x27\ -\xf6\x97\xc0\xdc\x60\x06\x51\x69\x5a\x2c\x03\xeb\x0a\x7e\x97\x86\ -\xb5\x36\x1a\x61\x66\x62\xe1\xd1\x74\x01\xc7\x81\x97\xe5\xd2\xa5\ -\x0b\xb2\xd3\x0a\x51\xee\x67\x95\x87\xf2\x22\x5b\x83\x3e\x28\xbe\ -\x43\x04\xf6\x16\xc6\xc0\x0e\xda\x1f\x3a\xff\x72\xff\x2c\xa7\x86\ -\x97\xe8\x1d\x2e\x77\x75\x5d\x5b\x54\x26\x6d\x28\x3e\x21\xcc\xe7\ -\x91\x72\x16\xfd\x72\xee\xa6\xec\xcb\x75\xc2\x56\x04\x39\x8a\x15\ -\x94\x94\xd8\xcc\xe6\x20\xc7\x0c\x48\x53\x05\xc7\x24\xc1\xbb\x7d\ -\x43\xfb\xe1\xda\x54\x95\x82\x1b\xee\xc8\x7e\x1e\x62\x33\xec\xaf\ -\x04\xf8\x78\x08\xee\x36\x4f\x94\xae\x65\xd9\x6d\xb3\xe6\xd4\x84\ -\x69\xd2\xd9\x48\x51\xb1\x09\x8d\xcd\x54\x3b\x5f\x43\x00\x05\x46\ -\x69\x58\xd4\xbe\xba\xa3\x8f\xa6\x1a\x20\x8c\x4d\x1d\x54\x3e\xec\ -\x5e\xfd\x89\xc4\x62\xd1\x7e\x4a\x8c\x15\xab\x88\x4e\xd7\xff\xcc\ -\x8b\xd5\xa1\xa9\x40\xe8\x7a\x47\x4e\x5b\xb8\x1c\xb3\x5f\xe8\x1b\ -\xcd\xcb\x8a\xbd\x9f\x31\x0f\xed\xc8\xee\xea\x53\xa9\x04\xb1\x41\ -\x4b\xf3\x76\x73\x1e\xdb\xff\xbb\x36\x68\xd4\x42\xdf\xde\x0a\x01\ -\x6c\xcf\x99\x8a\xd0\x5c\xb6\x7c\xa3\x62\x4e\x22\x5c\x28\x61\xf2\ -\x42\xe5\xb8\x4f\xa6\x7e\x1b\x17\x27\xd0\xb0\x21\x9b\x80\xbd\x50\ -\x80\xf5\x52\x07\x22\xc0\x2a\x05\x0e\xdf\x4c\x4e\x24\x74\x50\x31\ -\x8d\x70\xfd\x04\xd2\xa1\xe5\xaa\xf4\x9d\xb0\x01\x85\x6e\x1a\x93\ -\xd3\x87\x2c\x76\xa4\xa5\xa7\x73\x4c\xf5\x6e\x41\x84\x5e\xc0\x4c\ -\xaa\xe2\xf0\x14\xca\x2e\xfb\xbe\x0d\xf0\xe0\x8e\xca\xb9\xd6\x23\ -\x32\xcf\xb6\xe7\x4e\x03\x60\xb1\x04\xa2\x1c\xbb\xbc\x88\xec\x27\ -\x0d\xb3\x54\x86\xa0\x24\x54\x67\x52\xb2\x73\x49\xdb\xa3\x71\xd2\ -\x49\x99\x37\xea\x42\x5e\x96\x6a\x0a\x87\x6f\x31\x5d\xdb\x99\x45\ -\x4d\x50\x7c\x58\xbe\x16\xd7\xca\x7a\x9e\x5c\x03\x34\x05\x36\xda\ -\x8b\x21\x8f\x22\x49\x59\xf3\x7c\x94\x78\xbf\x50\xe8\x8c\x46\xcd\ -\xdc\x9a\x2b\x79\xfd\xfc\x3d\x9b\x68\x17\x10\xb7\x62\x33\xd6\x31\ -\x6d\x16\xbc\xf0\xab\x69\x4c\xdc\x21\x22\xaf\xb4\xe2\x53\xa7\x0a\ -\xf1\xfd\xea\xf3\x5c\x92\x6b\xc2\xcf\x3b\x6e\x79\x34\x05\xfd\x5e\ -\x50\x68\x5e\xd2\xa6\x29\x6e\x84\x10\x7d\x13\x9c\xee\x94\x2c\xdf\ -\x96\x95\xb4\x72\x43\xdb\xc7\x1b\x4d\xcc\xdc\x9c\x5a\xfd\x4c\x6a\ -\xff\x53\x16\x3e\xbd\x51\x1c\x5b\xb3\x6a\x85\x33\xf4\x9c\x3f\xa0\ -\x0c\x06\xae\x87\x16\x16\x2a\x23\x37\x41\x18\xc6\x5d\x12\xbf\xab\ -\xe4\x2a\x2e\x33\x25\x88\x86\x19\xb9\x51\x52\xdd\x20\xc3\xb8\x60\ -\x51\x08\x66\x91\x37\x0f\x1a\x50\x6a\xa9\xd1\x2c\x9c\xb1\xd3\xe0\ -\xa5\x16\x78\x2b\x9e\x03\xaf\x74\x97\x0d\xe7\xcb\x02\x54\xb2\x3b\ -\x68\x81\x59\x40\xc3\x52\xd5\x81\x87\x71\x8a\x4e\x68\x19\x08\x50\ -\x18\x9a\xc3\xe9\x41\x92\xf3\xe6\x6a\x15\x1a\x71\x5d\x8b\x6c\xe3\ -\xbc\x11\x80\xa4\xd7\x37\xe9\xd6\xb8\x8a\xc0\x1d\x5f\x19\x09\xb9\ -\x5f\x61\x6b\x76\x2d\xfa\x25\xa6\x6b\x52\xc2\x91\x33\x4b\x92\xcd\ -\xa0\xa3\x36\x93\x55\x97\xea\x86\x2c\x22\x74\x36\x79\x48\x1b\xd0\ -\xd6\x6b\x8f\x89\xb8\x65\xe0\xe5\x32\xd5\xc7\x4d\x5b\x06\xd5\x28\ -\xef\xdf\xeb\x2d\x6e\xcd\x05\x62\x9a\x50\xb4\xda\x47\xb2\x16\x1a\ -\xd6\xf1\x88\xad\x2f\x6c\x34\x6b\x0e\xd7\xc9\x81\x5a\x47\x81\xa4\ -\xee\x58\x96\x14\x1b\x75\x4f\x97\x73\xbd\xdf\x2a\x45\xbf\xc5\x01\ -\x01\x15\x77\x3b\x71\x0f\x3d\x60\xf6\xac\x36\x69\x66\x44\x6c\xd4\ -\x72\x06\x81\x09\xc5\x41\x94\xcd\xc6\x9c\x73\x0f\x20\xcd\xbc\x7f\ -\x24\xfa\x77\x5d\x7b\xe5\xce\xee\x53\xcf\xe2\x4e\x59\xf4\xb3\x24\ -\xd0\xe8\x72\x8c\x49\xff\x57\x1b\xa3\x9e\x51\x47\x43\xe3\x77\x9c\ -\x06\x5d\x69\xef\xd9\xa8\xd9\x3b\x6a\x60\x56\xbe\xaf\x60\xec\xec\ -\x00\xc6\x26\xd7\x10\x02\xcb\x55\x85\x2b\x98\xb0\xd7\x66\xc1\x4a\ -\x42\x56\x38\x01\xe7\x76\x17\x70\x33\x50\xdb\x01\xe6\x5b\xad\xdf\ -\x40\x20\xb4\x7c\x3a\x2b\x27\xfc\x39\x60\xf4\x0d\x4e\x1e\x4b\x23\ -\xa2\xdd\xd9\xb0\xdd\xb9\x84\x80\x4b\x72\x60\x60\x6f\x71\xce\x79\ -\xbd\x9f\xa8\x7d\x97\x34\x27\xaa\xcf\x2d\xd6\x3d\x22\x90\x8c\xf6\ -\x7c\xa6\xe6\x1c\x58\x42\xfa\x5a\x0d\x2d\x25\x73\xdd\xaf\x0e\x22\ -\x6c\x23\x59\xb1\x3c\x9d\x25\x8f\xa1\x41\x9a\x58\x10\xc1\x95\x0c\ -\x30\x91\xe0\x0b\x5f\xcb\x97\xc0\x72\xf9\x26\x5d\xee\xc1\xaf\x8d\ -\xbb\x87\xd1\xc2\x8c\xea\xc0\xac\xd6\xb8\xcf\xbf\x66\x1b\x3a\x03\ -\x9d\xc0\x82\x92\xab\xd6\xc7\x6c\x35\x17\x77\xf4\x9c\x11\xfe\xc0\ -\xbf\x80\x32\x4a\x01\xbe\xca\x45\x07\x9d\x87\x69\x9b\x21\x2c\x2f\ -\x11\x81\x57\x86\x94\x2a\x57\xdc\xad\x36\xd5\xc1\xa7\x8a\xe3\x3c\ -\xbf\xc1\x0f\xcc\x89\x08\x5f\xe1\xd6\x61\x67\x83\xa4\x19\x2f\xfe\ -\xf3\xb1\x4d\x74\x96\xa2\x6b\x02\xf0\x81\x07\x26\xea\x02\x40\x14\ -\x10\x7e\x8a\xe6\xc2\x42\xe6\xa2\x09\x86\x96\xfc\xad\xcf\xf7\x09\ -\xf4\x33\xfe\xcf\x0a\x6c\x46\x84\x87\xbf\x51\x80\x93\xb9\xfc\x84\ -\x24\x7a\x0c\x58\xf0\x31\x4e\x7c\x16\x2b\xc3\x8a\x6e\x22\x82\x07\ -\x1e\x7d\x37\x50\x11\x5d\x8e\x8b\x93\x9b\x55\x94\x67\x5a\x95\x10\ -\xb8\xf5\x0d\xea\xcb\xad\x79\x58\xfc\x27\xf8\xb7\x95\x8b\xdf\x87\ -\x18\xd2\xde\x6d\xbd\xe0\x96\xa5\x90\x63\x9b\x18\x26\x9a\x29\x47\ -\x83\x47\x51\xb3\x10\x11\x7c\xd7\x03\x22\xd4\x05\x9a\x05\x61\xfc\ -\x3c\x7f\x54\x68\x49\xd4\x0d\x29\x6c\x6d\xe9\xfe\xc0\xa4\xba\x02\ -\xb4\xbd\xb0\x8c\x4f\xef\xba\x0a\x11\x01\x1e\x7a\x99\x90\x20\x30\ -\xaf\xab\x25\xac\xdd\x44\x9a\x63\x01\x9a\xab\x80\x32\xba\xf9\x0c\ -\x0a\x7c\xe5\xff\xc2\x80\x1f\xdd\x63\x46\x1f\x53\x38\x48\x0f\x97\ -\x9d\x22\x42\x5b\x55\xfc\x91\x3f\x30\x70\x2a\x5d\xcb\xd1\x31\x84\ -\x62\x13\xed\x19\x44\x14\xd3\x24\xb1\x9c\x3b\x36\x37\xa1\x6a\x31\ -\x4f\x15\x2d\x13\x80\x87\xbf\x1a\xf3\x32\xa0\x51\x1b\x90\xf4\xd2\ -\xfb\xf0\x1f\x2b\xbc\xa9\x4c\x78\xd3\xe1\xe7\x61\x6d\xb4\xd5\xb6\ -\x58\xc1\x1e\x96\x4c\x63\x67\xf8\x9a\x9d\xb3\x87\xad\xea\xe7\xf3\ -\x49\xf7\xbf\xf0\xd1\xfc\x8b\x30\x86\xe1\x62\x85\x4d\x66\x5e\x61\ -\x58\x74\xd0\x78\xf4\xe2\x22\x41\xf8\xc2\xc7\x8a\x4f\x02\xb2\x94\ -\xf9\x24\x0c\x0f\xf8\xf0\xa7\x9c\x9f\x18\xb6\xac\x04\x6a\x58\xb0\ -\xe4\x53\xa6\x6b\x94\x40\x16\x3a\xe5\xf8\x49\x1a\x8a\xd7\xd1\xc2\ -\xda\x80\x11\xc2\x92\x65\xef\xc2\x9b\xf6\xa4\x89\x60\xac\x70\x8c\ -\xe0\xdf\x68\x5f\xcd\x0d\x6c\x61\xea\xac\x5c\x4b\x25\xcb\x9a\x6d\ -\x1a\xf0\x35\xaa\xaf\xa0\xc0\xf4\x10\x4a\xc6\x70\x52\x5b\xf0\xad\ -\x26\xdc\x76\x7e\x64\x78\xe2\x2a\x4c\x02\x91\xca\x60\xf0\xa9\xe9\ -\xa3\xb4\xb7\xc8\xe8\x33\x8d\x69\x04\x51\xea\x5e\x1b\x42\x9b\xa1\ -\x8d\xb7\x26\x9c\xa0\x9f\x65\x4b\x51\x98\x5d\x00\x3c\xf2\x31\x91\ -\xf4\xd0\xe7\x09\x02\xc4\xa4\xa1\xbc\xcc\xf0\xb8\xe8\xbd\xa0\xcc\ -\x75\x9f\x7d\xd6\x1f\xf8\x19\xc3\x8d\xc7\x33\xe4\xd2\xce\xf1\x2f\ -\x65\xa3\x32\xe0\x3c\xbf\x1e\xf8\xb4\xe6\x89\x3c\x84\x14\x05\x80\ -\x27\x2c\x49\x8d\xa9\xe6\xd1\x8c\x76\x71\x3f\x45\x1b\x52\xa7\x10\ -\x63\x0c\x98\x73\x02\x7f\x18\x2c\xb9\xb2\x4c\x34\x06\x30\x3c\x30\ -\x00\xe1\xf1\xfb\xd3\xff\x3e\xd7\xa0\x59\xb0\xb3\xcc\xa8\xe9\x08\ -\xbb\x27\x24\x3c\xfc\x47\x41\x45\x22\x18\xf8\x63\x19\x57\xf9\x0e\ -\xf8\xfb\x04\xd0\xa8\x85\x90\xae\x15\x07\xe5\xd8\x3f\x7f\xe8\xad\ -\x09\x80\x38\x4e\xde\xcf\x5a\x91\x2a\xc6\xbc\x80\x38\x75\xd2\x64\ -\x39\x41\xfa\x47\x27\xfc\xd0\xd0\x6f\x25\x02\x28\x13\x88\xb4\x7e\ -\xd0\x86\x8b\x4d\x1f\xa4\x9f\x6d\x99\xee\x81\xf9\x5b\x80\xb0\x51\ -\xac\xbc\xbd\x89\x57\x7a\xfe\x24\x77\x51\x53\xeb\x77\x64\x3d\xf7\ -\xbf\xfc\xc7\x0a\x27\x9b\x1e\xd9\xd9\xe4\x35\xc0\x6e\x4e\x55\x81\ -\x5d\x3d\x0b\x3f\x56\xdf\xa0\xc9\x1a\x78\xd3\xb0\x3d\x9d\x86\x06\ -\x23\xa7\x3e\x00\xf0\x85\x0f\x0c\x1c\x40\x3c\x8e\xb8\x19\x22\x82\ -\x47\xfe\x8d\xbb\xc2\x2d\xac\x33\x3b\x14\xe1\x29\x39\x9c\x6e\xce\ -\x81\x1a\xa0\x06\x88\x00\x9f\xf5\xaf\xbe\xbf\xf9\x13\x0d\xad\x9f\ -\xd5\x03\x26\x7c\xf9\xdb\xad\xe8\xa3\xf1\xf0\x3b\x6c\x99\xcd\xb7\ -\xee\xf5\x3a\x75\xd0\xe0\xd5\x8f\x66\xdf\x95\x40\x5a\xb4\x3a\x82\ -\x70\xc0\x5a\x9f\xe3\x5e\xaf\xb4\xac\xb5\x3e\x30\xc6\x4f\xd8\xea\ -\x63\xa5\x26\x23\x03\x3f\x4b\x27\x84\x44\xd0\xe3\x0b\x94\xf6\xf7\ -\x59\x7f\x62\x6f\x26\x70\x9d\x8c\x83\x25\x2b\x00\x0e\xc2\x01\x0f\ -\x43\xa3\x03\x7e\x9f\xff\xd7\x35\x36\xae\x7b\x13\xa5\xf0\x7e\xd7\ -\x27\xee\xf7\x81\xb6\xb6\x25\xd9\x12\xf2\x58\xfd\x87\xb4\x99\x92\ -\x69\x05\xfa\xe5\xb4\x14\xf7\x7d\x1a\xfb\x95\x05\xbe\x28\xa1\x89\ -\x1c\x45\x13\xbe\xbc\x71\x35\xca\x32\x39\x93\xa8\x30\x0a\x00\x00\ -\xfe\xac\xaf\x4d\x5f\x92\xaa\xa8\x68\xbd\xfe\xc9\x6f\xa9\x5f\x47\ -\x89\x96\xf0\x1a\x22\xea\x97\x8d\xf9\xe2\x54\x3e\x78\x9e\xb8\x8b\ -\x09\x30\x7e\x3e\xdb\x81\xbe\x9e\x6f\x3b\xbb\xaa\x29\x16\xa0\x7d\ -\x3e\x37\x7a\x22\x9b\x0e\x31\xa7\x39\xcf\x7a\xb4\x4e\x21\xad\x3b\ -\x85\x3b\x80\xf0\xe7\xf9\x1a\x58\x54\x73\xaa\x32\xd3\x93\xe1\x31\ -\xfd\xa2\x35\x91\xcf\x82\xea\x2b\xf1\xd8\xf7\xf7\x26\x6e\x37\xeb\ -\x58\xdf\x7f\x8d\x4d\xa1\xff\x6c\x2d\x29\x59\xa6\x0c\x80\x0f\x20\ -\x4e\x18\x96\xf7\x0b\x38\x00\x64\xc1\x0c\x0b\x42\x4b\xbd\xaf\x9d\ -\x25\xe3\x56\xc4\x4a\xb5\xe9\x04\x78\x88\x55\x24\x5b\x69\xfb\x9b\ -\xcb\x1c\x79\x06\x41\xa0\xcc\x1d\x5b\x25\xa3\x16\x62\x29\x2c\x80\ -\xf5\x61\x6a\xf0\x20\x34\x3a\xe1\x61\xd5\x3b\xf2\xb2\xab\x0e\x32\ -\xb1\x58\xe8\xa7\x7c\x76\x8e\x70\xc8\x70\x0c\xf9\x8d\x33\x5d\x7d\ -\xee\xe3\x33\x56\x04\x58\x83\xc3\x9a\x26\x0d\x52\x58\x5c\x11\xc1\ -\xdf\xa8\x50\xd5\x38\x24\x90\x6c\x52\xb4\x7d\xc0\x3e\xd1\xea\x9d\ -\x7e\x34\x3c\xf5\x67\x33\x46\x81\x37\xe1\xa7\x70\x6c\x3b\xbf\x74\ -\xb7\xa6\xd7\x73\x73\x47\x2d\x32\x99\x5d\xcc\x8d\x68\x89\x07\xf5\ -\x4a\x36\x2b\xb0\xbb\xf5\xe1\xe1\x02\xb7\x23\xe5\x3e\xce\xae\x53\ -\xa1\x7d\x8a\xe4\xdc\xe8\xa6\xcb\x08\x21\x6e\x17\x2e\x57\x1a\x44\ -\x08\x3f\x19\x0e\x0d\x9e\xd3\x9f\x74\x58\x41\xaf\x3a\xb5\x6a\x6c\ -\x71\x5b\x23\x61\xdd\x7a\x11\x7f\xb3\x53\xee\x6a\x60\xf6\x9e\x27\ -\x03\xea\x0a\x49\x75\x3d\x6e\x93\xb2\x91\x69\x85\x0d\x69\xaa\xa2\ -\xe8\x6a\x54\xb1\x53\x6b\x06\x8e\x08\xce\xa3\x4a\x73\x50\xbf\x5c\ -\x9b\x0e\xf8\xfe\x94\xb6\x16\x00\x00\xe6\x18\xba\x06\x05\x81\xd0\ -\x3c\x3d\xfd\xef\x84\x07\x13\x1e\x05\xaf\xeb\x73\xa4\x36\x60\x56\ -\x40\xd7\x64\x79\x0a\x23\x8c\x2a\x28\x4f\x9e\xf9\x8f\xe3\x8f\x1e\ -\xea\x58\x2d\x53\x77\xeb\x58\x94\xa6\x5d\x41\xcc\x04\x76\xd5\x9a\ -\x70\x20\x93\x29\x04\xb6\x20\x5c\x71\x6b\x60\x2c\x11\x0a\x69\x1a\ -\xc1\x8e\x5c\xa5\xc6\x5d\x35\x56\xe3\xc7\xbe\x57\x09\x0b\xb5\x3d\ -\xb5\xb0\xd8\xf9\x7b\x11\x66\x16\xbb\x91\xa3\x26\x96\x03\x44\x74\ -\xd5\xe3\x3d\xcc\x27\x95\x4e\x2c\xff\x54\x04\x70\xb8\x9d\x70\x71\ -\x65\xf4\xb5\x4a\x08\xc8\xb4\xd1\xc5\xb6\x26\x1d\xb7\xf3\x24\xec\ -\xeb\x09\x84\xf7\xf3\x02\x0f\xf1\x31\xc1\x4f\xd0\x26\x5a\xd6\x90\ -\x6b\xa5\x64\x94\xa0\xde\xba\x36\x33\x66\xc0\x1b\x96\xb1\x4f\xb9\ -\x89\x60\xc5\x77\xad\xa6\x05\x18\x94\xbb\xff\xcc\xff\xb9\x8b\xdc\ -\x61\x85\xe1\x00\x79\x96\x93\xed\x29\x6f\xc6\x04\xe5\x68\x24\xea\ -\x34\x08\x59\x80\x86\xd2\xa1\xc8\xf2\x49\x28\xda\x55\x5b\xbf\xe6\ -\xba\x45\x9b\x09\xd4\x6d\x7f\xc6\x14\xc7\x11\x74\x5a\x80\x6b\xa4\ -\x46\x0a\x72\xed\xb9\xde\x42\xa0\xd0\xa8\x25\x83\xd1\xbd\x1b\x1f\ -\x23\xa7\x58\xd5\xc5\x0c\x59\xef\xc3\x01\x23\xa2\x07\x72\x1d\xac\ -\x7c\x1e\xe4\x5c\x2a\xbe\x22\xd5\x6c\x7b\x34\x41\xb9\x4a\xf7\xc3\ -\x40\x7c\x2b\x5a\xee\xa0\xa3\x5e\xe5\x3e\x51\x29\x93\x86\xea\x82\ -\x19\xd4\x5f\x84\x9a\xf3\x18\x94\xe8\x81\x51\x58\xe9\x9a\x62\x9b\ -\x5a\x2f\x60\xce\x09\x9a\x84\x59\x9e\x45\xd2\x9b\x0e\x33\x58\x16\ -\x30\xb6\x7b\x00\xe3\x7c\xab\x1a\x49\x94\x05\x52\x34\x14\x87\x08\ -\x25\x72\x01\xb1\x99\xac\xb4\x86\xaa\xec\xb7\x89\x3f\xc1\x83\x42\ -\x50\xc7\xb6\xda\x8d\xed\x39\x56\x6e\xa5\xed\x3f\x67\xc2\x34\x0a\ -\xa3\x00\xc8\x63\xfb\x33\x3f\xdb\x1c\xa3\xec\x0b\x37\x07\x49\x44\ -\x9e\xcc\x52\x3e\x0c\x02\x2c\xd0\xdd\x59\x34\x3f\xe3\x7f\x4c\x3e\ -\x91\x86\x3b\xda\x33\x2e\x10\x1c\x1a\xa7\xb0\x4d\x4a\xf6\xfb\x31\ -\x6b\x39\x0e\xcf\xe7\x56\xff\xdc\xf4\xd1\xc0\x20\x4c\x2f\x52\x00\ -\x2a\x35\xd1\xcc\x08\x85\xcb\x5c\x52\x1b\x86\xd5\x28\xd4\xb5\x16\ -\x88\xda\x81\xf5\x7e\x45\x70\x26\xd0\x6c\x34\xb1\x2a\x75\xa9\x0d\ -\xef\x69\xaa\xb1\xeb\xa5\x47\x4e\xcf\x59\x1a\x23\xc7\x9d\xed\xf6\ -\x9a\x8f\x2c\x9a\x84\x01\x00\x6d\x32\x0a\xb0\x9b\xe2\x20\x88\xdf\ -\x61\x92\xd3\x74\x3f\xe6\xfd\xac\x08\x0d\x11\x7b\x23\x64\x5a\x67\ -\x03\xae\xc8\xa7\x88\x95\x2e\x2c\x09\x6c\xd2\xc0\x04\x3e\x04\x83\ -\xea\xe6\xcf\x70\xce\x7f\x72\x8f\x31\x37\x1d\x34\x8a\x80\xfc\xcc\ -\x60\x1c\x54\x79\x83\xb6\x08\xeb\xa0\xd3\xee\xa6\x47\xee\xe2\x07\ -\xa6\xd7\x66\x51\x5d\xbe\x6b\xa9\x56\xa9\x09\x56\x75\x3d\xf5\x13\ -\x83\x92\xa5\xa6\xba\xd3\xa4\x53\x2a\x58\x3d\xb3\x51\x15\x09\x87\ -\xe0\xdb\xbb\xf4\x5a\xba\x4e\xbf\x9c\xa2\x4e\x34\x5b\x96\x21\xf0\ -\xa3\xf5\x39\x4e\x6b\x24\x7b\x1e\xe0\x74\x61\xc1\x5d\x02\x4d\x51\ -\xec\x55\x7a\x59\xd0\xcc\x1c\x9a\x2c\x74\x37\xcf\x44\x0a\x09\xd2\ -\x26\x5e\x93\xcd\x9d\xc9\xb3\xaf\x04\xba\xed\x71\x16\x4b\x77\xde\ -\x7d\x0a\xe0\xfd\xd2\x84\x32\x35\x49\xa6\x04\x07\xb5\x25\x33\x31\ -\x7a\x3e\xce\xbb\x95\x2c\x98\xbc\x5d\x2d\x91\x17\xb0\xd0\x56\x64\ -\x4b\xd3\x4b\xd5\x50\x75\xac\x14\xb8\x36\xa6\xc5\x30\xc4\x78\x1b\ -\x8d\xd6\x43\x29\x36\xe2\x62\x90\x41\x49\x2f\x2b\x45\x56\xf2\x7f\ -\xe9\x58\xbc\x89\xd2\xf1\x61\x50\x11\xa3\xed\x0b\x4f\x38\x50\x9e\ -\xf2\xcf\x29\x26\x41\x0c\x02\xc3\x3c\xfe\x1d\x05\xe1\x16\x2c\x9b\ -\x97\xd8\x3a\x1a\xe2\x5a\xe0\xdd\x04\x83\x7b\x13\x75\x8e\x92\x29\ -\xa6\x9e\x6f\x8e\x91\x55\x07\x73\x1d\x0d\x7b\xc7\xc5\x89\x82\xc5\ -\x7f\x42\x2e\x4c\x1b\x7a\x1d\x8f\xd7\x32\x75\x6f\xce\xbc\x38\x88\ -\xe6\xb5\xd1\x89\x36\x5e\x79\xa5\x63\x79\xa3\xb5\xd8\x26\x16\x72\ -\xe8\x69\x4e\xdb\x51\x0c\x8a\xde\x49\xa5\x15\x33\x3f\xa1\x2d\x60\ -\x52\x75\x13\x0c\x4f\x98\x2b\x54\x1d\x80\x3f\x13\x92\x14\x6e\xaf\ -\xcb\xee\xa8\x5e\x82\x5d\x9f\xb1\x03\x21\xd8\x88\x54\xfb\x1a\xcf\ -\x81\xa1\x6b\x2a\x39\xdf\x4a\xa3\xd4\xf6\x35\x32\x40\x51\x44\x2c\ -\x1c\x71\xf0\xac\x2e\xb0\xa0\x6c\xbc\xdb\xe9\x23\x96\x40\xd5\xe6\ -\x6a\x95\xfb\xa6\x66\xbd\x35\x80\x24\xb8\xef\xa6\x2f\x68\xe7\x8e\ -\x14\xe3\x02\x6b\x70\xca\x7a\x65\x29\x60\x0b\xe1\x31\x35\xed\xa1\ -\xc0\xd4\x80\x83\x9c\x7c\x94\xfd\x24\x2f\x1a\x43\xa9\xe8\xfc\x9d\ -\x72\xdd\xce\x98\xfa\x7c\xcd\xb5\x6d\x82\x4e\x77\xd0\x9d\x65\x2b\ -\x1f\x06\x07\x10\x70\x9b\xd4\x80\x21\xc9\x51\x18\xc9\x34\x24\x7c\ -\x68\xe5\x9b\x15\xb0\x3e\x0f\xf9\x5d\x53\x85\x42\x3a\x2d\x94\x96\ -\x96\x98\xc5\xbe\x05\xc8\x4b\x31\x65\xa8\x9b\x65\xd8\x15\xa2\x74\ -\x23\x0c\x4a\x55\xae\xbd\x0e\xfe\x8c\xda\x48\x4e\x82\xb5\xfc\x2b\ -\x93\x7e\x0d\xcb\x17\x0b\x7b\xef\xc1\x31\xcd\xac\x3a\x98\x7d\x7d\ -\xd7\xc6\x8d\x0a\xbd\x0f\x9a\x83\xde\xc5\xe1\x91\xab\x5e\x50\xcf\ -\x07\xdf\x23\x3e\x89\xd3\xa2\x61\xa5\x7a\x99\x8b\x26\xe0\xaa\x67\ -\xb2\xfc\x34\x74\x9d\xec\x9d\xb6\x19\xa0\x44\x69\x82\xf4\x33\x8e\ -\xd6\xfc\x32\x73\x68\x3f\x1b\x2d\x90\x7b\x14\x4b\x4e\xfa\xf3\x7c\ -\x88\xc2\xca\x8a\xd9\x36\x01\x22\xa3\x38\xd9\x3a\x6b\x04\x1d\x32\ -\xad\x85\xfc\xa4\xf8\x77\x40\x66\xbf\x45\xa3\xb4\x39\xc6\xee\x57\ -\x7d\x35\x4f\x62\x77\xc6\x5c\x8d\x1e\x4b\x05\x30\xe9\x16\xcc\xba\ -\x96\x3b\x95\xae\x7f\x4e\xfd\x33\xd4\x9a\xca\x7e\xc7\xcc\x00\x99\ -\xaa\xde\x03\x36\x05\x69\xd8\x48\x5b\x5e\x96\x7e\x4f\x6e\xdf\xcf\ -\xd5\x57\xaf\xe5\x0c\x9e\x2e\xca\x24\x08\x22\x23\x0c\xc6\xf4\xbb\ -\x17\xa7\x57\x6f\x26\xa3\x3d\x96\x26\x01\xa8\xee\x7d\xd2\xc0\x39\ -\x6a\x35\xe3\x0d\x5c\xf5\xe8\x9d\x96\x79\xb9\x9b\x0b\x6c\xba\xaf\ -\xcc\xed\x82\xeb\xf7\xbc\xe9\x55\x61\x69\xa3\xbc\xbe\x4f\x5a\xaf\ -\x0f\x6d\xae\xb4\xb1\x80\xb8\x2f\xaa\xcb\x5c\xd5\x7a\xb9\x11\x97\ -\x50\xaf\x01\x13\x88\xb2\x73\x0f\xf0\x55\x0f\x46\x7e\x87\x80\x1c\ -\x75\x2c\xbe\xc8\x23\x28\x26\x7f\x1d\xf0\x1e\x06\x70\x0e\x9f\x24\ -\xd1\xae\x65\xb5\xa9\xa5\xbc\x48\x3c\x6c\x6d\xfa\xa4\x4b\x00\xae\ -\xd1\x2d\x8d\x49\x44\xd4\x28\xa8\x88\x0c\x43\xe6\x6b\xf4\x07\x5a\ -\x0c\x40\x82\x9d\x0e\xea\x38\x95\x98\x33\x2f\xb0\x98\xa3\x51\xf9\ -\xbe\xca\xc4\x81\xa2\x59\xe3\x66\xe4\xf2\x75\x20\xe9\xa2\xdf\x8d\ -\xf3\xdc\x40\xd8\x25\x6c\xd1\xef\x18\xe0\x55\x63\x92\xc5\xb9\x96\ -\x3f\x93\xdd\x32\x5f\x51\x6e\x95\x42\x85\x9b\xab\xd5\x10\x38\x6d\ -\x72\x95\xdf\x65\xde\x16\x64\x22\x12\x4f\x47\xdb\xd7\x03\x40\x08\ -\x6b\x49\x3b\x98\xea\x86\xa8\x62\x6e\x11\x47\x07\x6d\x31\x21\x1d\ -\x05\x84\xde\xff\x2e\xc4\x5c\x2e\x9b\x2e\x3c\x4a\xba\x6a\x71\xbc\ -\x60\xa6\x5d\x23\x53\x04\x7b\x7e\x70\x40\x1c\x8d\xeb\x98\x14\xed\ -\xc2\xf4\x63\x71\x37\x84\xc8\x64\xd6\xc5\x85\x0d\xae\xcf\x4d\xc7\ -\xbf\xb2\x89\x75\x1b\x75\xcd\x3f\x07\x4b\x06\x42\x16\xe4\x51\x9a\ -\x0b\x5b\x59\x58\xae\x79\x12\x51\xca\x4e\x6b\x66\x96\x0e\x3d\xcb\ -\xf3\x1d\x38\x8b\xd8\xd7\x26\x15\x8e\x14\x0b\x68\x4e\x48\x62\x5d\ -\x51\xe4\x53\xe1\xf6\x52\xf0\x78\xeb\xe5\x64\x22\x5b\xaa\x13\x1d\ -\x6e\xc6\x1e\xfd\x39\xfb\xe5\xf2\xb4\xe7\x54\x69\x80\xbb\x28\xbb\ -\xbe\xe7\xb4\x22\x3e\x0f\xea\x5b\x53\x7a\xe3\x04\xdf\x0e\xe0\x5b\ -\x00\xa0\x94\x6e\xd2\x5d\xb5\x6a\x6d\x8a\xc5\x97\x9c\x6d\x12\x81\ -\x74\xae\x6d\x22\x02\x96\x75\x08\x56\x77\xbb\xde\xd4\x08\xae\xd0\ -\x17\x31\x08\xc0\x5a\xd7\x89\x41\x7b\xb6\xd0\xed\xc0\x8f\x03\xae\ -\x34\x54\xca\x46\xb3\xa6\x12\x4d\x68\x6d\xe2\x6f\xb9\x48\x97\x97\ -\x08\xe0\x92\xf8\x0e\xad\x79\x72\x37\x3e\x2e\x6b\x86\x36\x3d\x51\ -\x7c\xbf\xa2\xd5\x01\x2a\x48\x75\x4e\x5a\x9c\x1c\x14\xe1\xc5\x9e\ -\xbb\xc4\xee\x4c\x88\x80\xb0\x12\x91\xb7\x9f\x42\xf4\x4f\xd1\xe6\ -\x60\x7e\x13\x5b\xa3\x4e\xc1\xac\xdf\x4e\x59\xb6\x2b\x0e\xde\x80\ -\x5e\x90\x4b\x61\x80\xe9\xc8\x06\xd5\x91\x30\x27\x4f\xfa\x9f\x47\ -\xea\x4d\xec\x39\xb3\x37\x5e\x3e\xf0\x95\xad\x50\xc0\xc8\x0f\x0d\ -\xd7\xba\x3e\x6d\x4d\x8a\x2f\x0e\xbd\xfc\x98\x39\xff\x59\x75\x88\ -\x2c\x31\x51\xbd\xf9\xea\x28\xef\xab\x2e\x8a\xe5\x68\xd4\xb3\x11\ -\xc6\xa0\x37\xef\x97\x4f\xec\x59\xc6\xc3\xfe\x36\x21\x8a\x0e\x9a\ -\x88\x59\x9a\x43\xe4\x8a\x66\x33\x41\xbb\x86\x07\xd2\x5a\xd8\x0b\ -\x69\x47\xdb\x89\x32\xb4\x7b\x39\x49\x1b\x93\xfc\x58\x0b\xd3\x61\ -\x76\xc7\x84\xa4\x79\xbe\x55\x27\x86\x0f\xcc\x0d\x78\xd9\xcf\x0b\ -\x2a\x9b\x3e\xcb\x6b\xce\xfd\x7e\x73\x38\x6b\x7a\xba\xa9\x14\xeb\ -\xea\x58\x19\xf7\xce\x84\x31\xe4\x82\xe6\x26\x10\xb2\xe0\x29\xfb\ -\x5d\xd1\x61\x60\x09\x0c\x2d\x73\x13\x47\xb2\x42\xac\xc0\x6b\x94\ -\x9a\x06\xe4\x70\x02\x9f\x9c\xc6\x55\x57\xcd\x03\x99\xe3\x5b\x63\ -\x4b\x08\x88\x99\x6e\x68\x61\x64\x67\xa6\x69\x80\xbd\x10\x65\x16\ -\xcb\xd1\xe2\x43\x01\xe8\xe7\xfa\x88\x08\x12\x09\x96\x83\x4f\xcf\ -\x00\x19\x06\xfd\x63\x4f\xc6\xcc\xb2\x10\xca\x54\x00\x81\x78\xe4\ -\x35\x5d\xfb\x25\xc4\x0d\x62\x4c\xb3\x14\xb7\xd3\x77\x7d\x9a\xca\ -\x75\xd2\x06\x9f\x05\x61\x99\x9b\x20\x6e\x6c\x89\x66\xde\xd3\xb4\ -\x50\x52\x1c\x77\x61\xdb\x47\xbb\xea\x51\x8e\xb3\x76\x67\xae\x04\ -\x6d\x8d\x29\x9c\xe1\x74\x0f\xe8\x79\xec\x33\x88\xc1\x76\xd0\xd0\ -\x5d\xff\xe8\xda\x4f\xb6\x60\xf5\xca\x0c\xc0\x12\xaa\xeb\x52\x2d\ -\x6f\xf0\x43\x0b\xb4\xfe\xe2\x6e\xdb\xee\x61\x2d\x94\x21\xcc\x29\ -\xc6\x55\xc7\xdc\xa7\x4a\xb5\x98\xbf\x47\x47\xbc\x81\xae\xaf\x60\ -\x54\x39\xf1\xb9\xb0\x47\xd6\x5a\x41\x2d\x66\x66\x98\x53\x00\x69\ -\x94\x12\x4e\x5a\xd3\xe7\x79\x5c\x50\x6a\xb7\x60\xb1\x5c\xcc\xb7\ -\xaa\xd3\xae\xd3\x25\x0d\xde\x33\xfa\x30\x5f\xa0\x49\x9d\x4c\x39\ -\x1b\x88\x02\xb7\x4a\xb7\xd9\xea\x5a\x1b\x86\x1a\xb6\xf7\xbc\xa1\ -\x12\x8e\x60\x94\x2d\x9b\x89\xbb\xf6\xaa\x4c\x6f\x01\x45\x33\x76\ -\xeb\x1a\x47\x2a\x56\xed\xdb\x99\xe8\xd1\x30\x16\x9b\x20\x22\xa6\ -\xc1\xbe\xe8\xb1\x1c\x10\xa7\xcc\x9c\xbc\xd5\x3f\xad\x56\x1d\x03\ -\x44\xc8\x40\x14\x33\xd4\x70\xe7\x5b\x9b\x3a\xea\x59\x9f\x66\x2e\ -\x7b\x4f\x90\xc6\x7b\x98\x7b\x06\x8a\x6b\x6d\xd1\xf2\xe9\x7a\x4d\ -\xd7\x72\xc6\x9c\xe4\xcb\x5a\x7a\x06\x94\xc8\xa3\xa4\xb4\xaf\x8e\ -\x7b\x89\x00\x93\x3a\xae\xba\xf5\xfc\x4c\xa7\x3d\xee\xcd\x91\x59\ -\xd7\x22\x41\xd3\x24\x01\x27\x25\xac\x16\xcc\x6d\x81\x97\x4e\x70\ -\xf8\xc2\x88\x09\xcf\x99\x6f\x10\x45\x92\x14\x84\x22\x10\x9d\x71\ -\x4c\x3c\x7e\x0b\x60\x8d\x84\xe5\xb6\x79\x57\xb3\xb0\xbe\x1d\x0c\ -\x72\x3b\xe4\xe0\x5d\xd7\xbe\x8b\x44\x03\x51\xd8\x6d\xc2\xb9\x14\ -\x06\xd5\x5d\xe4\xbf\xf8\x1e\xb7\x8c\x2e\xf1\x77\x60\xe3\xca\x83\ -\xa2\x83\xd2\xd7\x9d\x70\x9a\x1a\x60\x71\xe3\xe3\x44\x80\xb9\x4c\ -\x0b\xf6\x02\x1a\x08\x75\x20\x25\x69\xbf\x93\x6c\x4e\x79\xb1\x1d\ -\x87\x5f\x0f\xc8\x5d\x07\xf5\x66\xad\xbe\x3f\x87\x9d\x87\xfd\x66\ -\xd1\x7e\x9f\x50\xed\x45\x03\xc6\x26\xa9\x42\x6d\xd7\xae\xf4\xb5\ -\x09\xbf\x4e\x35\xdb\x7b\xf3\xf5\xc5\xda\x04\x8f\x68\x24\x2e\xa8\ -\xb0\xad\x53\x16\x3e\xa8\x06\xd5\x11\xe8\x24\x40\x64\xb1\x44\x34\ -\xac\x11\xa4\xeb\x25\x23\x87\x6e\x82\x4b\xe6\x55\x31\x38\xd8\xfe\ -\x9c\xa2\xe1\x7a\x89\xe7\x41\xdc\x5d\x9d\x14\x91\x1a\x41\x1f\x8d\ -\x04\x77\x47\xa7\x4a\x40\xe9\xf1\x0c\x0d\xb0\x80\xdb\x14\x39\x68\ -\x0c\x8e\x4c\xeb\x05\x81\x0c\x2d\xa7\xce\x35\x04\x55\x3b\xe8\x3f\ -\x37\x1d\xd6\x4a\xae\x95\x4f\xc7\xe3\xfd\x43\x9c\x4b\x62\x41\x61\ -\xea\x82\x45\xf1\xde\x22\x83\xa3\x39\x11\xd5\x77\xf0\x55\xc7\x32\ -\xe4\xc8\x10\xa9\xee\x6a\x04\x14\xce\x45\x79\xf6\x15\xe1\x6b\x29\ -\xce\x42\x1f\x07\xc5\x14\x84\xd3\x93\xcf\xe9\xda\x8d\x2e\xc3\xf5\ -\x6c\x5c\x65\x1d\x50\x9a\x2f\xc0\xba\xec\xd1\xd5\xce\xd7\x57\xd1\ -\x6f\x2d\xf6\x05\xf4\xf2\x89\xb8\x09\xe5\xde\xf7\xfd\xe8\xa3\xaf\ -\xea\x96\xa8\x5a\xb1\xc8\x1c\x2a\xe8\x7e\x6b\x36\x84\x0e\x04\x9c\ -\x88\xc0\x71\xc6\x6a\x4d\xea\x41\xba\x00\xcf\xa1\x3d\xa9\xdf\x8b\ -\x7e\x7e\x94\x75\x61\x97\x6a\x3f\x6f\x68\x73\xcd\xd4\x4b\x7b\x50\ -\x6d\xc2\xd1\x34\x65\xd2\xa6\x13\xf8\xcb\x19\xd7\x8c\x07\xd8\x6d\ -\xbd\xf3\x39\xb6\x67\x3d\xa8\x3f\x83\xc2\x2a\x20\x42\xc0\x6f\xa1\ -\xd0\x0f\x38\x1a\x3e\xc6\xce\x90\x88\xb5\x60\x56\xc2\x50\x28\x5e\ -\xf1\x0c\x37\x60\x09\x0b\x85\xa5\x46\x2f\x1c\xec\x91\x76\x67\x2f\ -\x05\x15\x46\x15\xcc\x53\x33\x8e\x4a\xeb\x7c\x88\x2c\xb1\x5d\xc4\ -\x5e\xcf\x3d\x9d\x58\xa9\xc9\x91\xdb\xdc\xfb\x38\x1d\x0b\x40\xa3\ -\x4c\x0a\xd3\x7a\x39\x3d\x69\xb7\xe3\x87\x77\xab\x7f\x80\x15\x34\ -\x34\x91\xa7\x65\x00\x0e\xc0\x9c\xdb\xb7\x67\x60\x0d\x53\xe4\x85\ -\xed\x3f\x33\xa7\x76\x22\xaa\x0f\x87\x98\x82\xec\x79\x38\x55\x69\ -\xbb\xa2\xc1\xb9\x16\xb3\xc3\x76\x8a\xdf\xf5\xd2\xf7\xb2\x10\x6d\ -\xf9\xa0\xfd\xfb\xb2\xed\x39\x76\xf7\x47\x03\x4a\x86\xeb\xad\x46\ -\x20\x1e\x76\xf6\x19\xb5\x5b\xa4\xb0\x7e\x72\x7d\x52\x80\x1e\x6f\ -\x21\xef\x96\x67\x06\x70\xa5\xa6\x57\x3c\x51\x1b\xf0\x33\x39\xf1\ -\x2e\xfb\x38\x4d\x14\x5a\x30\xf6\x36\xa5\x38\x58\x15\x85\xc6\x15\ -\x52\x97\x05\x00\xb3\x9a\x47\x2d\xf8\x2d\xcb\xec\x4d\x0e\xb0\x7f\ -\xa7\xfa\xf9\x84\x39\x1a\xaa\x5b\xe6\xe9\x1e\x23\x21\xd8\xc1\xf4\ -\xb5\xd1\xcb\xfd\x7d\x78\x18\x71\xac\x0b\x4a\x49\x8f\xdf\x95\x6c\ -\xba\x40\xd9\xa6\x69\x1a\x7f\x5a\x24\x0f\xce\xf2\x88\xab\x79\x44\ -\x4f\x40\xfb\xf7\x65\xdb\x9f\xe6\xf2\x48\x52\x8d\xaf\x16\x78\xd8\ -\x35\x59\x93\xfc\xf0\x53\x00\xd6\xc2\x94\xf0\x10\x79\x41\x60\x2a\ -\x0c\x12\x31\x75\x32\x12\x30\x3e\xd6\xc4\xf5\xcc\xc7\x36\x05\xb4\ -\xb5\xc8\x7f\x69\xfc\xb5\xe6\x5e\x85\x61\xa3\xff\xec\x79\x3e\x4d\ -\xdb\x06\xc6\x48\x60\x7e\x0c\xf8\x9f\x5b\x63\x25\x65\x68\x41\x21\ -\xa1\x60\x36\x30\xcb\x1c\x63\xa7\x2c\x8e\xe2\xa5\x7d\x08\x64\x45\ -\x4a\xad\xd3\x63\x2c\x5d\x5a\xa0\xe5\x08\xb4\x42\x93\xbd\x89\x63\ -\xd1\x6c\x82\x8d\x3f\x0f\x9b\x03\x9a\x6c\x0b\x3f\x9c\x87\xf4\x12\ -\x25\xe7\x1d\x0f\x43\x5a\x58\x82\xaa\x82\xd1\x2c\xd9\xf8\x7f\xa3\ -\x44\x81\xe7\x07\x88\x09\x4d\xed\xc0\x67\x79\x94\x1a\x54\x0a\x90\ -\x56\xd0\x6e\x26\x13\xb5\xa0\x90\x32\xf2\x25\xca\x51\xa4\xf9\x65\ -\x34\x5b\x4d\x7d\xc8\x6c\x1c\xeb\x19\xcf\x25\x74\x2c\xb5\xe9\xda\ -\x73\xb5\x36\xf0\x72\x1d\xdc\xe4\xfb\x34\x26\x47\xbc\x98\x59\x35\ -\x08\x20\xb8\x94\xca\x48\x45\x0b\x17\xd4\x4b\x82\x45\x70\x4e\x23\ -\x3c\xd4\xd1\x8b\x26\x20\x75\x81\xdb\x68\x50\x00\x66\xb2\x11\x17\ -\x1b\x5d\x0b\xb3\x1c\x05\x9f\xe6\x10\x70\xa5\x97\x41\x18\x6c\x48\ -\x0b\x3e\xcc\xa3\x20\xb9\xdb\xf4\xd2\xe4\x40\xa0\x17\x79\x6c\xfb\ -\x45\xbd\xd2\x1a\x1c\xe1\x08\x08\xec\x7a\x0d\xf9\x15\xd1\xbe\xd1\ -\x1c\xae\x81\xae\x57\x9a\x93\xb9\xdc\xd5\xfc\x95\x96\x97\x50\x2c\ -\x7f\x8d\x16\x90\x2e\x5e\x77\x84\xfc\xe6\xc6\xd8\x3e\x57\x31\x13\ -\x19\x08\xc0\xfc\x8d\x8b\x36\x74\x77\x6c\x08\x9f\x6b\x47\xe0\x69\ -\x53\x31\x05\xca\x6c\x02\x8c\x39\xb1\xd6\x9b\x0a\xd2\x02\x35\xde\ -\x5f\xa5\x0c\x52\xac\x1d\x61\x6a\xd3\x58\x9f\x54\xa3\x4f\x0d\x6d\ -\x0d\xa0\x0a\xed\x60\xc0\x30\x54\xa8\x52\x86\x75\x1a\xab\x6b\x55\ -\x80\xe5\x9b\x13\x27\x40\xd5\xb0\xe0\x16\xa2\xed\x14\x28\xdb\x0b\ -\x2c\xde\x14\x2d\x20\x98\xe6\x75\xa6\x01\xcd\x6d\xca\x51\x56\x43\ -\x4c\x58\x48\x4c\x97\xa1\x13\x77\x96\x4a\x0d\xa6\x82\x2e\x86\xea\ -\x21\x0a\xbf\xc0\x41\x23\x7c\xb3\x53\x94\x41\x20\x1a\x40\xb5\xbb\ -\xe6\xe3\x1d\x13\x61\xa1\xfa\xce\x3e\xe5\xad\x9f\xe5\x28\x70\xdc\ -\x36\xfb\xbb\x4d\x71\xd4\xf4\x03\xc9\x0a\xad\x42\x31\x0e\x6d\x5b\ -\x69\xa4\x1f\xa7\x6a\x16\x50\xc6\xdf\xa5\xbe\xbb\x69\x8d\xdd\x88\ -\x08\x0e\xa7\x2d\xeb\x19\x5e\x90\x7d\x94\x83\x36\xa7\x43\x05\xa5\ -\x4f\xca\x96\x77\x26\x28\x1a\xa4\x2a\x52\x5e\x4e\xa2\xf1\xba\x56\ -\xa7\x01\x81\xa4\x34\x3a\xb3\xc4\x56\x83\x24\x81\x7f\x88\xba\xb3\ -\x29\x6e\xae\xac\xb4\xc0\x0d\x9e\x44\x46\x9a\x05\x59\xce\xce\xa4\ -\x33\x06\xc2\x69\xa0\x0a\xee\x7d\x0f\xe6\x85\xb8\xb6\x14\x00\x80\ -\xff\xb7\x09\xba\x2b\x68\xc2\x8b\x03\xd4\x98\xc6\xc4\x70\x93\x39\ -\xbf\xe8\xc7\x28\x2e\x5d\x9e\x23\x59\x4e\xbc\x61\x9f\x53\x8c\x12\ -\x3b\xa0\x67\x3c\xa9\xd1\x92\x07\xcc\xa6\x5b\x5b\x06\xbf\x3e\x39\ -\x16\xad\x96\xdf\xb6\xbe\x59\x46\xa1\xcd\xea\xb3\xda\x2d\xd5\x5d\ -\x73\x87\xd6\xb8\x31\x4b\x36\x32\x98\xf7\xf0\x18\x13\xc4\xdc\x76\ -\x15\xa1\x56\x0d\x92\x5a\x8e\x0f\xa3\xc2\xe9\x3a\x92\x05\xc0\x8f\ -\x00\x7a\x31\xcc\x6c\xce\xa8\x6a\x9c\xc5\x46\xd7\x94\x8a\x5e\x37\ -\x57\x46\x5b\x7b\x0f\x04\x5b\x44\x6b\x84\x34\xdb\xd0\xc9\x97\xbb\ -\xad\x0e\x63\x67\x54\x00\x2a\xad\xc7\x6b\xce\x9b\x1e\x95\x46\x3d\ -\x8d\x46\xb5\xea\xcb\xc2\x1d\xec\xb5\x41\xaf\x93\xb7\x6e\xef\xec\ -\xa0\x24\xb6\x60\xea\x3a\xed\xaa\x60\xaf\xe0\xb2\x40\x53\xd9\xa2\ -\x5e\xa0\x4c\x15\xa0\x15\xff\xf5\xec\x90\x8d\xde\x76\x9f\x8a\x9d\ -\xa6\x32\xae\x57\x83\x05\x9b\x83\x73\x8d\x54\xc1\x46\x2f\x83\x72\ -\xca\x86\x03\x26\x73\xa1\xb6\xc9\x0b\x5d\xb0\xb2\x09\x24\xe2\x47\ -\x3a\xd0\x38\x80\x68\xc1\x62\x08\xfa\x96\xe7\x6f\x1e\x8c\x95\xda\ -\xd4\x5d\x72\x95\xaa\xa6\xfc\x1e\xcf\x23\xb0\x96\x52\xf1\x84\xd2\ -\xd0\x8d\x82\x09\x01\xdd\xe1\x13\xd1\x8c\x57\x7a\x36\x15\x20\xc2\ -\x8a\x69\x77\x89\x29\xc2\xa2\xa1\xc7\x59\x1a\x07\xc9\x28\x1c\x22\ -\x40\xf9\x29\x14\x5d\x2a\x2c\x97\x02\x00\xd3\x06\x48\x35\x2d\xff\ -\x28\x53\xc4\x6e\x7a\x03\x88\x30\xf0\x27\xf6\xbd\x02\xfd\x4e\xfd\ -\x33\x93\x16\x87\x80\xd0\x69\xf7\x50\x42\xe9\x37\x26\x96\x24\xc3\ -\xa5\xea\xf4\x97\xe4\xbe\xa1\x82\x74\xfb\xe4\x71\x37\xf6\xa9\x79\ -\x8a\x6e\x8e\x04\xdc\xc3\x82\xbd\xc9\x16\x58\x16\xc4\xbe\x0d\x47\ -\x96\x6b\x2c\x57\xea\xf8\xcb\xfe\x20\xb0\x88\x1b\x24\x18\x5f\xfd\ -\xe7\x7f\x48\x02\x2c\x17\x11\x98\x22\x02\xb0\x1c\x19\x94\x10\xbc\ -\xc5\x06\x90\x1b\x27\x14\xce\xcb\xb8\x16\x77\x96\x11\x00\x37\xfd\ -\x0b\x4b\x13\x9d\xc7\xa2\x0b\xc7\xac\x4c\x88\x97\x70\xa0\xc3\x63\ -\x7a\x13\x87\x0d\x9f\x28\x5c\x15\x02\x8a\xd9\xb2\xca\x66\xa9\xe1\ -\x2f\x54\x2d\x30\xef\x39\x35\x61\xdf\xde\xf5\xa6\xba\xf0\x1d\x8d\ -\xe3\xe4\xa9\x47\xa8\xb0\xd1\x76\x06\x20\x3c\xc4\x30\xa4\x20\x80\ -\xc6\xd5\x0d\x27\x94\x17\x21\x68\xe3\x80\x57\x11\x66\xb9\xc8\x47\ -\x71\xdd\xba\x17\xfd\x49\x3b\x0a\x2e\x76\x69\x68\xf7\x09\x20\x05\ -\xb3\x6b\x9b\x70\x88\x0a\x0b\xfb\xc4\x62\x9b\x2e\x19\x4d\xa3\x17\ -\xf5\x62\xaf\xfb\x5d\x47\x86\x83\xae\x14\xbc\x08\xd0\xfb\xa5\xe9\ -\x11\x64\xd3\xbf\xbd\x4f\xa9\x08\x33\x39\x1e\xaa\x63\x11\xd8\x54\ -\x49\x2a\x8d\x0b\xb7\x02\x09\xdb\xd4\xe8\x4a\x81\x90\x3b\xa2\xeb\ -\x06\x0f\x35\x6c\xf6\x36\x3d\xf3\xf0\x6b\x01\x77\x13\xcc\xcc\x0a\ -\xa2\x77\xfd\xdf\x2b\x75\x75\xd7\x58\x0d\x3a\x26\x51\x4d\xe0\x29\ -\xbe\xd7\xcc\x66\x58\xec\x3d\xdb\xc3\xf1\xe9\x1d\x16\xb8\x7c\xc4\ -\xc4\x00\x60\x91\x3f\xc7\x75\xed\x6e\x91\xdb\x7d\x19\x8d\x8d\x49\ -\xb7\x54\x60\xef\xe8\x63\xd5\xba\x00\x84\xf3\x1c\xf4\xd9\xa1\x65\ -\x28\x3d\xb0\xec\xcf\xa1\x21\xe8\x5c\x50\x3d\x30\x6d\xd9\xaf\xe9\ -\xb9\xc0\x5a\xb0\x61\x7e\x47\xac\x96\xf4\x92\xfb\x24\x32\x49\x70\ -\x43\xc1\xf9\x89\x09\xbf\xfb\x2c\x26\x45\xd3\xdc\xf6\xa4\x9e\x73\ -\x7e\xbe\xb9\x08\xde\x74\x19\x85\xda\x59\xad\x75\xb1\x4c\xf3\x22\ -\xec\x16\xbb\x0e\xc5\xdf\x4a\x3c\xa5\xb5\x9f\xd1\x54\xce\xdc\x5e\ -\x28\xa8\xae\xa3\x16\x17\xa6\x8b\x14\x05\x57\x86\xfc\xfc\x4a\x27\ -\xa4\xb8\x7c\x2b\x4a\x5e\xf6\x0f\xa7\x26\x24\xa7\xd9\x25\x23\xe9\ -\x72\xaf\x44\x5d\x71\xd5\xd4\x66\x68\xbb\x5f\x82\x35\x40\xb2\x16\ -\x38\x5a\x02\xff\xc7\xa2\x1e\x7a\x61\xa9\x34\x37\x33\x67\xf0\xf3\ -\x15\x56\xa3\xf8\xec\xa0\x95\x18\x97\x04\x05\x8f\xd8\x88\x1b\x68\ -\xb2\xdf\x37\xe0\x24\x17\x47\xf6\xf7\xe8\x90\xcb\x84\x7e\xed\x81\ -\xa5\xe0\x8e\x94\xe6\x5a\x15\x1a\xd6\xf2\x59\x9b\x4e\x36\x0b\x36\ -\xcf\xb7\xd1\x7b\x53\x2d\xcb\x5d\xa3\xd7\xf4\x51\x4e\x95\x2b\x41\ -\xa5\x61\x2c\x15\xc5\x9f\xd1\xea\xdc\x5f\x3d\xee\xdb\x8d\x16\xe4\ -\x00\xd8\x81\xf4\x2f\x6b\x5c\xb1\x15\x6d\xad\x78\x03\x00\x61\xcb\ -\xf3\x1b\x7b\x54\x89\x5b\xdd\x97\x1c\x4e\xb3\x32\x77\xa0\x53\x91\ -\x67\xde\xc2\xed\x3b\x58\x86\x25\x9c\xd9\x19\x18\xaf\x80\x55\x38\ -\xe3\x72\x03\x5e\x73\xef\xdc\xd8\x05\x4e\xb2\xef\x8e\x77\xfa\x0e\ -\xaa\xae\xae\x1b\xcc\xa0\x07\xe0\x06\x20\xc3\xc7\xf9\x9d\x74\x7a\ -\x68\xeb\xc3\x29\x78\xfa\x67\x97\xfd\xbe\x11\x36\xf9\xf5\xcf\xb2\ -\xc5\xd9\x08\x73\xb1\x09\x3f\xa3\x25\xb2\x51\x36\xf6\x00\xf2\x61\ -\xbb\x1e\x7f\xf4\xba\x03\xc4\x00\x00\x20\x00\x49\x44\x41\x54\xaf\ -\xc4\xe2\x80\xfc\x0e\x48\x22\x9e\xcf\xad\xe6\x8e\xde\xb3\x31\xf1\ -\x2a\x03\x50\x40\xfb\x04\x3b\x35\xe0\x7b\x00\x31\x85\x43\x63\x84\ -\x70\xff\x85\xed\xb2\x33\x64\xea\x9f\x1f\x78\xd6\x5f\x60\xba\xa2\ -\x65\x18\xe6\x9e\x7f\xca\x22\x30\xe4\x9e\x4f\x57\x32\x1e\x92\x7a\ -\xe8\x7f\x86\x06\xc0\x7a\x1a\xcd\xd9\x01\xb5\xcc\xda\x6a\xbc\xab\ -\xd2\x1f\x9b\xd4\x84\xfb\x74\x4d\x6b\xfe\xb5\xcf\xf6\x8e\x77\x51\ -\xa3\x6e\xd2\xc8\x83\xac\xe9\x58\x69\x6c\xe2\xbf\x0a\xb0\xd5\x0a\ -\x9a\x71\x86\x97\x29\x24\x05\x78\x1b\x3f\xdb\x3d\x1b\x5e\xac\xd3\ -\x8f\xfd\xb5\x38\xe8\xc7\x07\x0e\xce\x9b\x6f\x43\x4d\xd2\xb0\x29\ -\xaf\xb7\xbb\x8d\x66\x29\x3d\xdc\x3a\x62\x97\xfc\x19\xb9\xeb\x2c\ -\x02\x0c\xd4\xa6\xff\x09\x84\x05\xac\xe1\xad\x19\x2f\x62\xee\x59\ -\xad\x40\xec\xc2\x42\x3f\x6c\xa5\x64\x5d\xf9\xd9\x1c\x2f\x58\xd2\ -\xe6\x77\x19\x0a\x9d\x97\x97\xd9\x2a\x7a\xd8\xa8\x8d\x83\xa5\x06\ -\x2f\x0a\xd9\xc3\xf2\xe9\x98\x16\x40\x12\xe3\x65\x0e\x5e\x36\x4a\ -\xa1\xa7\x1d\x74\xa3\x92\xda\xcc\xd5\x29\xa5\x36\x48\xf0\x6b\xe1\ -\x10\xc8\x3b\xf5\x1c\x19\x2c\x1d\xb6\x2e\x02\x0d\x37\x66\xcc\xe4\ -\x71\x36\xce\x2a\x1b\x5a\x11\xa2\x41\x4a\x4b\x59\x0e\x57\x96\x3b\ -\x15\xee\x86\xfe\x05\x17\x17\x3b\xca\xdf\x2f\xf1\x5a\xbc\x58\x83\ -\x20\x9d\x22\xe6\x94\x92\x30\x1d\x31\x78\x3d\xf2\x16\x10\x60\x14\ -\xc1\xa0\x08\xa5\x46\xc7\x2e\x47\xf2\x0c\x25\x90\xb6\x6e\xd0\x9b\ -\xaa\xc2\x9d\xde\xa7\x3a\xfb\x41\xd8\x0f\xb7\x61\x21\x8d\xb3\xe5\ -\x03\x35\x61\xe9\x82\x92\x5f\x26\x2f\x14\x4f\xd7\xdc\x14\x3a\x1a\ -\x16\x9a\x09\xbc\xe7\x58\xed\xa3\xfb\x5b\x26\x11\x8a\xdb\x88\x1b\ -\xff\xbf\x8e\xfe\x99\x63\x9f\xdc\x04\xe2\x55\x8b\x05\xd2\xc3\x02\ -\xb5\xb1\x1a\x81\x94\xf8\x26\x6c\xf1\x00\xcd\xe0\x05\xae\xd4\x1d\ -\x08\xbe\x7e\xe1\x12\x1b\x9a\xfe\xb4\xe7\x8f\x85\x16\x6a\xef\x19\ -\xb5\xbd\x65\xe1\x66\xf0\xc1\xbc\xe5\x8d\x01\xb7\x95\x27\xb7\x8b\ -\x13\x19\x64\x41\xd2\x05\x44\x80\xf9\x81\x81\xff\x84\x10\x39\x27\ -\x22\x60\xd9\x1e\xea\xac\x07\x85\xda\xeb\x61\xdb\xee\x0a\x82\x66\ -\x0c\x6c\xee\xf3\x99\x43\x64\x35\x06\x85\x95\xf7\xe6\x8a\xe7\xa6\ -\x05\x83\x7b\x2e\x9b\x7f\x47\xcb\xe0\x1a\xd0\x8b\x83\xa6\x84\x41\ -\x54\x13\x5c\x71\xda\x95\x98\x5e\x34\xa7\x32\x30\x58\x03\x2a\x0d\ -\x35\xe5\x0a\xa6\x04\xfd\x84\xb3\x20\x0e\x57\x30\x07\x7f\xc4\x5c\ -\x0b\xa5\x39\x2f\x39\xd2\xca\xf6\xe7\x46\xa3\x98\xc9\x6b\xc1\x50\ -\x9b\x2c\xa5\xed\xcc\x6d\xa2\x68\xc5\x27\x0f\xbb\xe0\x3b\x15\x07\ -\x65\x4f\xae\xd7\xf5\xee\x91\x0d\x80\x67\x30\xb6\xec\x68\xf8\xe5\ -\xb3\xad\xa0\x78\xb5\x3f\x01\xe4\xea\x3b\x67\x1d\xc4\x34\xc8\x2e\ -\x9b\x62\xef\x1e\x59\x6e\x98\xce\x7d\x83\x1f\x15\x78\x5b\x13\x08\ -\x34\x4d\xc2\xe3\x31\xaf\x4f\xd1\x4e\x8e\x14\x5b\xb3\x19\x03\xb0\ -\x06\xcb\x0e\x40\x28\x0c\x29\xf5\x02\xc3\xae\x19\x0d\x3a\x98\x31\ -\x11\x08\x53\x93\xa5\xe7\xf0\x8a\x40\x77\x6d\x20\xb9\xa5\x30\x55\ -\x9b\xe9\x38\xcd\x87\x6b\x09\x6b\x00\x35\x46\xe6\x0d\x31\x35\xb0\ -\x2d\x72\x74\x04\xd4\x76\x21\x0a\x5e\x2e\xcd\x8b\x81\x91\xa4\x10\ -\x49\x34\x4d\xf5\x6d\xb8\x05\xff\xe8\x1a\xc5\x98\xd8\x11\x9d\x34\ -\xbb\x72\xc7\x56\xda\x9d\xae\xa1\x51\xd8\x03\x9c\xba\xb5\x32\xad\ -\xcd\xba\xe1\x34\x7b\xd2\xd8\x29\xcd\xcb\x61\xd7\xda\x01\x2b\xe0\ -\x57\xa6\x08\x51\x8f\x94\xc9\x68\x1c\x20\x57\x4a\x3a\x02\xb3\x39\ -\xc8\xc2\x09\x1a\xbb\x95\x3c\x62\x0f\x75\x77\x24\x7e\xa7\xc2\xdf\ -\x40\xb6\x7d\x52\xd5\xa8\x7a\x22\x4d\x5b\x94\xef\x41\x27\xf0\x9a\ -\xd3\xe3\xa1\xc1\x3a\x9d\xaf\x4e\x7b\xa9\x9f\x55\x74\x5e\x7f\xc7\ -\x13\x4d\xc3\xc4\x09\x0b\x16\x10\x4e\x10\x56\xd0\x1c\x01\x55\x6b\ -\x4d\xb3\x9c\xda\xdc\xb4\x8d\xf1\x7d\x36\x57\xb7\x9e\xe1\x63\x4d\ -\x0e\x77\xa6\x05\x36\x79\xc8\x25\xa0\xd8\xb4\x3e\x6e\xc4\x91\x51\ -\x31\x9b\xb3\xe7\xd6\x4c\xb5\x61\x7e\x69\x66\x1d\x18\x9a\x58\xef\ -\x28\x5d\x87\x63\x76\x50\xbf\x16\xcd\x0a\x2c\xda\xed\x55\x01\x27\ -\x80\x0b\xf5\x75\xd3\xa5\x92\xad\x54\x64\xd3\x1b\x1b\x75\x5f\xb8\ -\x50\x27\xd3\xda\x3d\xd6\xa1\xc7\x6d\x50\xd2\x79\xf3\x9c\x74\x1d\ -\x7b\x7e\xff\xe1\x54\x6e\x63\x4d\xb5\xfc\x4c\x63\x84\x9d\x32\x3e\ -\x3f\x47\x31\x3c\x08\x2a\xb6\xe1\xda\x54\x2f\x7f\xe5\x05\x94\xae\ -\x20\x88\x33\x04\x7c\xed\x33\x3f\x3a\x79\xaf\x35\x84\x19\x76\xb1\ -\x79\x07\x64\xe3\xca\x47\x2d\xd5\xf6\xa0\x87\x23\x8b\x18\xfb\x04\ -\x8f\x1c\x48\x97\xae\x60\x9d\xba\x01\x00\xd0\xcc\x49\x5f\x5d\x83\ -\x02\x36\xe5\xb6\x67\xc7\xfb\xd0\x65\x5a\xff\xc1\x79\xf7\xf3\xd9\ -\xc4\x8f\xe1\xb9\x7a\x4a\x3b\x66\x3b\xe7\x62\xcf\x91\x3b\x20\x8a\ -\x55\x0d\x04\x08\x6c\x39\x56\xd6\xd0\x10\x0e\x0b\x94\x2d\x22\x3e\ -\x2a\x82\x6d\x5f\xb6\x85\xf6\xb1\xf8\x89\xee\x59\x53\xc4\xd3\x2b\ -\x9f\x04\xe0\x41\x7d\x68\x64\x07\x3a\x05\x7a\xed\x14\x81\x47\xbf\ -\x50\x98\x20\xb0\x16\xf8\x51\x30\x2f\xe5\x6b\xb6\x90\xb4\x7c\x49\ -\x8f\xe5\x54\x08\x66\x2e\x55\xf0\xa4\x65\x15\xfb\xdf\x11\x0e\x24\ -\x6c\x4d\x19\x90\xc0\x63\x87\xa3\xea\x3f\x47\x11\x10\x5a\x4e\x89\ -\x3c\xc6\x54\xcc\xb1\x2d\x8a\x16\x4b\x80\x08\x0f\x7f\x8c\x06\x63\ -\xc5\x55\xb9\x18\x19\x96\xba\x35\xc5\x46\xa0\xb6\x00\xc7\xf8\x01\ -\x90\x07\xdc\x39\xec\x86\x94\xf0\xe2\x1e\x0e\xea\x8d\xf1\xa0\xd0\ -\x62\x28\x72\x37\xa2\x24\xc4\x42\x85\x59\xc5\x80\x44\xc8\xfe\x4e\ -\xd1\x15\x3c\xa0\xcf\x97\x80\x80\x05\x33\x5b\x66\xa8\x7e\xe1\x53\ -\x16\xa4\x36\x31\x9c\xbf\x13\x08\xbe\xbc\xd4\x1d\xe6\x07\x1a\x02\ -\x47\x56\xe4\xb0\x3d\x3f\x77\xf2\xf3\x83\x10\x51\x69\x2c\xbc\x05\ -\x01\x87\x03\x8c\xa1\x05\xab\xa0\x34\x47\x3a\x36\x11\x3c\xc2\x41\ -\x63\xdb\x29\x70\x60\x39\x05\x15\xcd\x4d\x57\x41\x45\xa0\xbf\x86\ -\xd8\xcf\x17\xe1\xec\x03\x2b\x6c\x00\x28\xec\x8e\xf3\xa4\xfd\xc2\ -\x17\x06\xfa\xa1\xa3\x9a\x0d\xf4\xc2\x84\xfc\xf9\xeb\x3f\x23\x9c\ -\x89\x7c\x98\xb6\x42\xbc\x51\xb2\xe2\x3e\xdd\xe0\x34\x9f\xed\x91\ -\x9a\xb3\xa0\xbf\x63\x98\x28\x16\x41\xbf\x9f\x5e\x80\x33\xb2\x70\ -\xc4\x43\x40\x71\xc1\xfa\x7e\x0b\xea\x96\xf6\xf5\x6e\xe3\xfe\xc8\ -\x2a\x21\xbf\xd6\x80\xdb\x61\x49\x22\xf0\xb5\x1c\x26\x70\x93\x11\ -\x56\x0d\x52\x06\x50\x3f\x0d\x24\xcb\xe6\x43\xd7\xaa\x16\x8f\x7a\ -\x69\x88\x6b\xf4\x9c\xd6\x41\x03\x98\x3f\x91\x99\xac\xa0\x47\x0a\ -\xa1\x19\x92\x52\x40\x64\xc5\x32\x29\xf2\x26\x82\x30\x09\x82\xa2\ -\xea\xbc\x7a\x35\x53\x30\x0d\x12\x00\x7c\xf1\x63\x71\x0e\x99\xf1\ -\x95\x49\xf1\x33\x05\xaa\x06\x78\x90\xad\x0d\xb2\x66\xf9\xe1\x6f\ -\xb7\x0c\x0e\x7d\xd7\x48\xe0\x02\x75\xa5\xa4\xab\x1e\x39\x5b\x0c\ -\x16\xfe\x0b\x04\xff\x80\xc8\x4f\xbb\x30\x05\xbf\xa6\x11\xfb\x57\ -\x2f\xf9\xdd\xdd\xcb\x73\xfe\x84\x23\x63\x88\xed\xad\x8b\x51\x75\ -\x81\x04\x30\x26\x9e\xa5\x69\x2c\x16\xff\x0f\x7e\xd3\xe0\x66\x79\ -\xd1\x6d\xd4\x6b\x0f\x35\xbe\x08\xc7\x11\xd4\xf1\xe9\x0b\xfa\xf7\ -\x1d\x40\x88\x82\x95\xf4\x1e\x78\xc0\x5d\x90\x30\x78\xf5\xd5\x41\ -\x72\xad\xc7\xde\xdf\xb8\x5c\xaa\x9a\x63\xe3\xd3\x38\x06\x00\xaa\ -\xee\x8e\x20\xf6\xfd\x33\x34\x13\xb7\x82\xeb\xcb\x4f\xd0\xc8\x08\ -\xfb\x24\xde\xe9\x86\x8c\x0c\x00\x33\xf2\x4e\x94\xbe\x69\xf7\xc5\ -\xb3\x1a\x7b\x42\xad\xdc\x39\x50\xc2\xef\xf7\x1b\x6e\x6a\x19\x30\ -\x26\xa6\x6d\x52\xba\x6e\xd0\x5c\xe2\xd2\x66\xcb\x7c\x84\x6c\x02\ -\x2c\x17\xac\x16\xdf\x13\xfe\x81\xc7\xa8\xb8\xbe\xc6\xc6\xec\x71\ -\x24\x49\x95\x2c\x93\x20\x48\x9d\xcf\x57\x38\x00\xb3\x4a\x69\xf6\ -\xf5\xb9\x9e\x3f\xea\x31\x14\x6e\x77\xe9\xda\x46\x71\x7f\x4a\xd7\ -\x68\xd1\xcc\xe7\xbc\x4d\xf0\xb1\x15\xbe\xd0\x9b\x66\x07\x96\x4a\ -\x01\x2b\xc6\x86\xc1\x21\x11\xba\xeb\x4d\x02\x00\xc0\x77\x7d\x8b\ -\x70\xbd\x87\x71\x6b\x8e\x91\x4b\x15\xac\xf0\x97\xa5\x99\x4d\x00\ -\xc0\x44\x71\x3f\x84\xc6\x72\xd3\xf6\xb0\x4d\x21\x27\xa8\xdb\x2a\ -\xbb\xce\x39\x28\xc7\xcb\xe8\x88\x52\xc4\xfe\x14\x39\x78\x8b\xff\ -\x00\xa2\x69\x6f\xdb\xde\x74\x10\xec\x1b\x76\xcc\x5e\xaf\x30\x3f\ -\xe5\xaa\x97\xd6\xec\x56\xc7\x44\x74\x36\x85\xc5\xcb\x68\xc3\x92\ -\x6c\x1a\xdd\xff\x4f\x9c\x1b\x91\xc5\xe3\x31\x19\x24\x91\x61\x44\ -\x96\x93\xc4\xe2\x45\xe9\x03\x63\x0c\x58\xfc\x55\xd6\x01\x95\x09\ -\x6d\xd1\x94\x7c\xf9\x63\xf7\xd6\xb4\xe3\x83\x6d\x92\xa9\xfa\x92\ -\x2f\x7f\x1b\xbb\x66\x56\xbd\x2a\x22\x7c\xbf\x8f\x15\xa0\xa3\x14\ -\xc4\xc3\xc0\x2e\x84\x67\xfd\x1b\x13\x8e\x68\x30\xc4\xea\x04\x21\ -\x58\xf6\xf3\x69\x40\x69\x50\xb2\xb8\x7d\x5a\x0e\x12\x5e\x28\x80\ -\x8f\xed\x91\x11\x74\x64\x16\x81\x31\x9c\xee\x6a\xf7\x32\x4d\x18\ -\x3f\x12\x80\x9e\xae\x67\x81\x8f\xe5\x28\xd1\xd6\xdc\xba\x54\x80\ -\x31\x2d\xb7\x73\x4d\xa5\xb6\xef\x91\xc7\x22\x57\x46\xfc\x6e\x11\ -\x93\xc4\x30\xc3\x57\x56\x71\xe4\x25\x9b\x9c\x93\x0d\x7b\x11\xd8\ -\xb4\x34\x31\x45\x8b\x09\xae\xea\x93\xbf\x51\xff\x58\xb4\x0f\x22\ -\xd0\x48\x5d\xeb\x63\xcd\x74\x86\x48\x17\xe7\xc9\x4d\xbb\xe6\xba\ -\x6d\x9b\xa8\x00\xb0\xc0\xd7\x61\x71\xd3\x09\x2e\x70\x27\x4c\x3b\ -\xbf\xdd\xc9\x13\x39\x1d\x4a\x51\xdf\x37\xc3\xd2\xf5\xb5\x0d\x59\ -\x00\x00\x70\xea\x59\xf7\xfd\xfe\x89\xef\x36\x8b\xa3\x28\x91\xae\ -\x57\x7c\x3e\x20\x28\xc6\x6e\xb2\xb3\xa3\x28\x29\xd6\xfa\xa6\x6e\ -\x4e\xb4\xee\x59\x00\x30\xcd\xac\x67\xad\x3f\x11\x56\x51\xa7\xc1\ -\x42\xa8\x51\x19\xcb\x00\x4c\x3a\x9b\xba\x01\x04\x8f\x68\x5e\x9d\ -\x02\x5d\x9e\x61\x9b\x53\xb9\xb5\xfe\x68\xdd\x23\x10\x0e\x83\xca\ -\x5c\x50\x40\x0b\x4d\xa6\xe4\x7a\x34\xb7\x8b\x4f\x57\x40\x2b\x82\ -\x42\xf8\x89\xd0\xb5\x22\x2f\xbc\xda\x8a\x36\x71\x39\x71\x9d\xe7\ -\x8c\x31\x8a\x74\x97\x16\x8e\xc3\x00\x80\x92\xcb\x0c\x23\xfd\x03\ -\xc5\x93\xa4\x0d\x69\xe3\xae\x43\x69\x1c\x62\xff\x73\x2c\x1b\xda\ -\x99\xb4\x01\x09\x8a\x40\x75\x1b\xc4\x98\x68\xa0\xbc\x9b\x2f\xd0\ -\xcb\x88\xd8\x91\x45\x92\xcd\xf5\xaa\xa2\xdb\x38\xe3\x99\xa6\x63\ -\x50\x3d\x18\xf8\xd5\x64\xc1\xff\x7d\x22\x35\xdb\xcf\x43\x54\x0c\ -\x29\x0c\xae\xa2\x5d\x78\x45\x21\xee\x2e\x8b\x3b\x4a\x24\xc5\xee\ -\x32\xde\xe9\xad\x79\x81\x93\x42\xe7\xae\x6c\xbf\xd1\xd8\xc4\x42\ -\x5f\xdd\x36\x97\x7d\xc4\x8a\xae\x01\x83\x86\x90\x75\x14\xb4\x70\ -\xaa\x37\xba\xd7\x8e\x8c\xec\x3a\xae\x7d\xe2\xf4\x8f\x21\xb2\x55\ -\xdf\x54\xed\x34\x47\xf9\xbd\x41\x95\x2d\xff\x6c\x12\x1d\x54\xa5\ -\xde\x20\xcf\x6e\x5b\x2a\xd5\xf6\x3c\x2f\xa4\x53\x68\x79\x46\x0f\ -\x60\x45\xeb\x2a\x07\xdf\xd7\x9e\xe9\x10\x05\x32\x80\x6f\x7f\x76\ -\xd1\xd4\xa0\x80\x58\x32\x7d\xcf\x39\x32\x76\x0f\x8b\xd1\xa9\xc8\ -\x38\xd3\x8a\x84\x0e\x0b\x9b\x65\xe3\x7e\x23\x8d\x5f\x04\xca\x18\ -\x7a\x3d\x0a\x9e\x78\x52\x7d\x41\x2e\x3a\xbb\x9d\xf6\x81\xfd\xc0\ -\xd6\x2d\xad\x14\x36\x9d\x52\x51\xa3\xa2\xe4\xa4\x64\xe3\xc2\x03\ -\x03\x70\x66\xea\x84\x85\x82\x87\x8b\xbb\x36\xa9\xe4\xce\xf9\xe4\ -\x59\x41\x1a\x4a\xe3\x0a\x49\xbd\x61\x7e\x7e\x3a\xd0\x2e\x61\x84\ -\x31\x47\x98\x76\xa1\x18\x75\x2a\x68\x6a\x86\x5a\xf2\x32\x36\x56\ -\xc1\x0f\x1d\x70\x18\x3f\xa5\xd9\xb1\xc9\x9c\x23\x87\x52\xce\xe9\ -\xb0\xb0\xc5\x46\x4b\x72\x2a\x5f\xf1\x9e\x81\x62\x2a\x08\x38\xa6\ -\x05\x4d\xe2\x69\x9b\x4b\x04\x93\xfe\x93\xba\x59\x47\x21\xeb\x7b\ -\x25\x69\x2e\x59\xf5\x5c\xaa\xd3\x97\x5b\x2c\x82\x52\x55\x7b\x0e\ -\x12\xef\x22\x67\xfb\xfe\x11\x0c\x19\x8d\xa9\x2e\xa0\x1f\xca\x82\ -\xea\xa4\xc3\x02\x20\xfe\x68\x41\x8d\xd3\x9a\xed\x69\xf4\x4b\xdf\ -\xf7\x9f\x72\x2e\x72\x33\x56\xc9\xb3\xc4\x22\x37\x30\xe9\x84\x7e\ -\x9e\x47\x4e\x92\x14\x1a\x99\x4f\xbc\xb6\xf3\x52\xef\xab\x12\xa7\ -\x81\x94\x14\x5b\xd7\xd2\x6d\x93\x20\xdc\x47\xc0\xf5\x19\x48\xcf\ -\xfc\x71\x47\xb6\x7e\xf6\x5a\x11\x8d\xdc\x80\xc9\xa4\x46\x8f\xad\ -\x81\x2b\x06\x10\x48\x87\x9e\xa5\x5b\xb8\x77\x15\xf0\xcd\x85\x15\ -\x89\x2f\x66\x07\x76\x1f\x73\xde\xc7\x9a\xb3\x94\xa0\x8a\x37\x2a\ -\x44\x5a\xc8\x78\x42\x52\xe8\x2c\xa4\x47\xbf\x9c\x54\xee\x8c\xf3\ -\x18\xad\xe9\x24\x20\xce\x69\xd1\x40\x88\xfd\xdd\xe9\x96\xba\x06\ -\xe6\x9c\xc1\x28\xd8\x27\x8b\x52\xad\x98\x6d\x5e\x1e\x73\x73\x1f\ -\xec\x8d\x02\x06\x43\x9f\x78\xfb\xfd\x75\x33\x60\x72\x60\x65\xc0\ -\x4f\xd0\x26\xd9\xea\x17\xd7\xac\x47\x30\x2b\x51\xd1\x59\x9d\x54\ -\x36\xcd\xda\xc3\x30\x24\x13\x49\x4a\xa4\xfe\x7e\x9d\xe2\xfa\x1a\ -\x07\x43\xe5\x19\xef\xba\xdd\xfa\x8e\x7f\x7e\x7e\x4e\x53\x22\xac\ -\xe6\x33\xb3\xdf\x3f\x51\x57\x6c\x25\xa5\x50\xbb\x43\x53\xe3\xb8\ -\x9b\xc0\xe1\x11\xc7\x52\x83\xb3\xf3\x2e\x2f\x06\x6b\xa8\x01\xe3\ -\x8f\x1b\x37\x00\x85\x4b\xe0\xc0\x4e\xcf\xf4\x77\x89\x35\x5b\xf1\ -\x6a\xd0\xb5\x62\x32\x9a\x71\x03\x55\x22\x20\x0d\x30\x49\x63\x13\ -\x67\xa4\xf8\xb6\xc7\x83\xaa\x5f\xd7\xef\xc4\x72\x7f\x37\x0b\x74\ -\xd1\x5b\x4c\xf0\xd4\x2a\x15\x00\x8a\x5f\xac\xd0\xbd\xf6\x25\xe8\ -\x8e\x96\x94\x22\xfa\x46\x2d\xe6\x75\x1a\xa3\xdc\x27\x8b\xfb\x79\ -\x27\x91\x21\xe5\x06\x0f\xa7\x89\x18\x94\xc1\x89\xb4\xf3\x4b\x81\ -\x04\xd9\x86\xd8\xf9\x7d\xe6\xfc\xc7\x5c\xfc\xd8\x74\x6d\x3e\x7d\ -\xa6\xe8\x1f\xea\x84\xb5\x3d\x0b\x01\xf8\x99\xff\xd1\xde\x65\x01\ -\x88\x7c\x5a\x7d\x0a\x20\x30\xa7\x6a\x48\x5d\xc2\xa4\x40\x88\x9a\ -\xbe\x20\x67\x93\x48\xc6\x8a\x72\x00\x7c\xee\x05\x2b\x50\xbe\x14\ -\x35\xad\x10\xcb\xd4\x39\x47\xe4\x40\xfd\xef\x46\xa1\xd0\xc6\xa6\ -\x90\xa3\xde\x95\xe1\x80\x42\x39\xfe\xbd\x1e\x2c\x21\x76\xa4\xa0\ -\x19\x20\x5a\x26\x0f\x16\xc1\x72\xfd\xf3\x92\x91\x16\xb5\xd8\x79\ -\xa3\xf9\x05\xa5\xaf\x3a\x63\x49\x1e\xa2\x6e\xed\xb8\x7f\x46\x0e\ -\xf0\x9a\x5b\x8e\xd1\xad\xa8\x74\x87\x8b\xd7\x68\x89\xd7\xfc\xa5\ -\xb4\x3d\x97\x60\x83\x77\x7a\xe2\xed\xef\x44\x83\xe5\x1b\xf2\xe5\ -\xe7\xd6\x83\xd7\x3b\xf2\x9b\x91\x04\x56\x52\xee\x4d\x87\x65\x34\ -\x9b\x98\x34\xf9\xe4\x12\x05\x10\x66\xd7\x52\x1b\xff\x1b\x8a\x7e\ -\x26\x96\x1d\x51\x52\x3f\x8a\x93\x95\x37\x0a\xe1\x8e\xeb\x03\x4f\ -\x9f\x12\x5e\x36\xcc\x19\x66\x7a\x2f\xfa\x43\x8c\x68\x54\xad\x7d\ -\x2d\x1f\xd4\x29\x2c\x14\x2e\x2f\x4c\x08\x5f\xdf\xa9\x17\x3b\xcd\ -\x11\x0e\xb3\x89\xab\x22\x52\xd8\x1a\x49\x08\xbd\x63\xa1\xfa\x61\ -\xa1\xb7\x72\xcf\x9b\x1a\xa1\x1d\x83\xed\x92\x93\xd7\xc3\x0f\x49\ -\x5a\x91\x58\x29\x8b\x6c\x53\xaf\xae\xbf\x49\xba\x67\x50\xbc\x78\ -\xe6\x04\x73\xa3\x7a\xd6\xc8\x58\xd9\x0e\x65\x23\x21\x1d\x85\x40\ -\x0f\x7b\xce\xa0\x4b\x79\x31\x03\x09\xbd\x42\xd5\x85\xc6\x45\xeb\ -\x93\x46\x28\x74\x61\x8e\x73\x01\x51\x0d\x31\x6a\x06\x2b\xee\xe2\ -\xe8\xb0\x0e\xc7\x44\xc0\x6b\x23\xca\x15\xe4\x18\xa1\xc3\x72\xfd\ -\x93\x78\xf8\x61\x50\x4c\xb8\xd1\x3e\x05\xe5\xc8\x5a\x6b\xe6\x13\ -\x42\x5d\x77\xd8\x9a\xf3\x72\x0e\xfe\xea\x96\x62\x68\x1f\x72\x4e\ -\x1c\xc2\x8d\x96\xaa\x56\xbd\xaf\x5f\x18\x66\x2c\x27\xca\xcf\x27\ -\x28\x81\xac\x3a\x5d\x24\x9f\x64\x51\xc9\x6f\x42\x86\xc1\x3e\x3f\ -\x3f\xa7\xf0\xed\x8c\x97\xcb\xfe\xac\x7a\xd0\xd0\xf9\x67\xc1\x46\ -\x04\x3d\xa7\x4d\x52\x23\x5b\x1b\x75\xa5\x31\x59\x91\x8c\x45\x33\ -\x5a\x4c\x75\x72\xd2\xe0\x40\x9e\xbb\x55\x9a\x36\x69\xa3\xca\x7b\ -\x11\x9b\xe6\x02\x74\x14\xdb\x6f\x77\x4e\x37\x0f\xc0\x57\xfa\xf1\ -\x6f\xff\xfd\xaa\xa3\x8c\x21\x14\x5e\x72\xa2\x86\x59\xa5\x53\xd3\ -\xc8\xa2\xd3\xf7\xf1\x5e\x74\xdc\x40\xbc\x9b\x56\x46\x91\x7a\xb6\ -\x33\x91\x2d\x9e\x40\x92\xe6\x25\x08\xbb\x13\x57\x30\x64\x4a\xa6\ -\x99\xd8\x59\x25\x21\xc4\xe4\x7c\x3f\xae\xc3\x20\xce\x02\xcc\xa8\ -\x8d\xb3\xc4\x15\x80\xdb\xf9\x97\x22\x40\x36\x60\xae\xdd\xad\x76\ -\x06\xdc\xef\x87\xcd\xc5\x51\x5e\xce\xf8\x58\xa3\xc6\xe4\x40\x0e\ -\xea\x6e\xde\x79\x8e\x6a\x77\x30\x74\x77\x48\x14\x3c\xeb\xa7\x34\ -\xa3\xb1\xe7\x04\x04\x40\x94\x30\x74\x31\x20\xd0\x77\xc6\xdb\x64\ -\x87\x32\xd4\xb8\x30\x0d\x72\x37\x8c\xac\x53\x6a\x16\xa6\x01\xd1\ -\x83\x26\x04\x72\x87\xfc\xeb\x7a\x74\x5d\x70\x03\x34\x71\xd7\xdd\ -\xc1\x09\x8c\x1e\xa0\xeb\x5d\x92\x91\xd9\xa1\xbb\x0e\x75\xfc\xb5\ -\xae\xda\x0a\x91\x6c\xba\x87\x19\x8b\x8d\xe2\x4a\x8a\x70\x00\x9a\ -\x70\x34\x12\xd0\xa6\xa3\xb8\x65\xe8\x91\x6c\xe7\x2f\x6c\xa0\x5b\ -\x59\x1e\x5c\x62\x29\x6e\xf5\x59\x4a\x23\xca\xbe\x34\x2a\xa1\x98\ -\x4f\x3e\xb2\xc0\x69\xaf\xb4\xb9\x14\x4a\xd2\xf2\x6a\x73\x55\x41\ -\xd7\x13\x48\xb9\x58\xe3\x8b\x94\x1c\xc7\x04\x6b\x6f\x67\x53\xe6\ -\x81\xa5\xc6\x97\x70\xfe\xb5\x39\xcb\xcf\x3d\x01\xf1\x81\x8d\x21\ -\xde\x35\xb9\xfc\x5e\x5f\x8f\x31\xda\xb9\x1c\xeb\xa8\xc8\x8f\x1c\ -\xe5\x25\x9c\x16\x47\x64\xc0\xb2\xd8\xf9\x66\x9e\x11\x8b\x19\x64\ -\x2d\x90\xf5\x28\x40\x07\x0b\x60\xe9\xb4\x7a\x8c\x01\xc6\x29\x06\ -\x60\x86\x09\x6c\x97\x1b\x96\x82\x5d\x3c\x4a\x42\x8c\x02\x87\xad\ -\x71\x89\x10\x51\x4e\x44\x8d\x9d\xf7\x5e\x10\x98\x3a\x09\x0a\x0f\ -\xff\x6b\x07\x9d\xf4\x9b\x70\x97\xda\x43\x83\x51\xc2\xce\xd5\x43\ -\x8b\xa1\x6a\xae\xbc\x28\x05\x84\x9a\xf2\xae\x00\x09\x37\x7d\x44\ -\x88\x3f\x85\x9a\xd0\xd2\x51\xbc\x15\xfc\x58\x81\xc9\x14\xdf\xf9\ -\x5e\xa4\x6f\xa2\x5a\x4f\xb3\x3f\x2e\x41\x3c\x11\x29\x91\x66\xbc\ -\x71\x13\x2f\xab\x7c\x83\x7a\x76\x4d\x69\x2e\x4f\x3e\x38\x25\x5f\ -\x77\x6b\x30\x44\x4e\xcb\x7a\xb7\x5f\xdd\xda\xbb\xe2\xde\xba\x4d\ -\x7c\xb0\x0b\x32\x19\x96\xa1\x68\xd0\xa6\x04\xe9\x0c\x36\xb6\x49\ -\x52\x36\x57\x7a\xe1\x2c\xfd\x7e\x05\x8d\x13\xc1\x30\x02\x51\x8a\ -\x48\x2f\x56\x2a\xff\x96\xde\xf2\x9b\xa0\x27\x99\xff\x66\xd3\x2f\ -\x65\xda\xba\x1f\x22\x37\x5e\x7c\xe3\x61\xcb\xad\x31\x1e\x3b\xb3\ -\xf3\x98\xb8\x35\xca\x12\xec\x96\xf9\x79\xb1\xd1\x4c\xb4\xca\xa9\ -\x92\x35\x6a\x37\x29\x25\xdb\xde\x8c\x46\xfb\xf7\xc2\xad\xbb\x22\ -\x49\x33\x3c\x60\x90\x63\x02\xb0\x1f\x84\xb7\x8b\xb1\x51\x60\x9a\ -\x46\x13\x43\xef\xe4\xc5\x55\x58\x18\xdf\x84\xef\xc1\xb9\xf7\x28\ -\x06\xdd\xd9\x8d\x8b\xef\xce\x9a\x20\x57\xad\x83\x88\x52\x86\xf4\ -\x5d\x3d\x46\x99\x5d\x89\x0a\xb2\x1c\x01\x9b\x60\x6e\x7e\x71\xa9\ -\x39\xc0\xd4\x04\xea\x11\x52\x15\x8d\xb3\x6c\x85\xa7\x8b\x64\x19\ -\xc5\xc2\x25\x11\x84\x57\x86\x7c\x4a\x66\xfb\xa9\x5f\xae\x39\xac\ -\xa5\x87\x35\x8c\xd2\xd8\x72\x0b\xe7\x84\x23\x0c\x3d\x1d\x97\x7c\ -\xfa\x51\xec\x8b\xb1\x0a\xa3\x25\x75\xa6\xbf\x4c\xcb\x25\x26\x2a\ -\x62\x74\xb2\x74\xea\x73\x5f\xc8\x31\xd0\x74\x6d\xbc\xd9\x3c\xcb\ -\x61\x01\x1e\x53\xb7\x52\xe4\x10\xd3\xbd\x90\x82\x0c\x6a\x0e\x5d\ -\xa4\x38\xd5\x86\xd4\x81\x8e\xfd\x5e\xc1\x32\x2d\xe8\x3f\x23\x00\ -\xb9\x68\x62\xb3\x01\x1f\xe0\x19\x4c\x85\x3a\xc3\x25\x87\xc8\x0c\ -\x49\xf2\x29\x71\x3f\xe7\xf1\xce\x38\x90\xcb\x99\x23\xe5\xac\xaf\ -\x05\x09\x8c\xd5\x0b\xc1\xed\xdf\xeb\xdd\x76\xea\x28\x01\x70\x39\ -\xba\x8c\xe7\xd9\x05\x4b\x19\x0f\x3e\x2d\x36\x63\x9a\x46\xa5\xaa\ -\x9f\x77\xff\x1c\xe6\xfc\x27\x51\xc0\xa6\xab\x48\x38\x34\xae\x07\ -\xdc\x69\xd5\x7f\x62\x00\x7a\x08\x61\xa7\x8d\x20\x20\x46\x7b\xc4\ -\xe2\x0c\xcb\x70\x06\xcd\x02\x6e\x79\x6a\x61\x14\x93\x30\x8d\x9b\ -\x07\xc4\xf3\x20\x79\x35\x1f\xc8\x3b\x17\xbb\xf1\xc9\x7e\x3e\xfb\ -\x14\x1d\xb6\xb8\x8a\x8d\x82\xda\x1a\x71\x5a\xa9\x4d\x82\x75\x04\ -\x98\x83\xd1\x25\x5d\x0e\x41\x41\xc7\xc7\x2b\xd0\x07\xaf\xf7\x50\ -\x67\x87\x68\x7e\x1e\xa7\x2e\x33\xc0\x3e\x28\xc6\x39\x10\x66\x0d\ -\xa1\xd9\xa4\xb1\x05\xc8\x83\x99\x0b\x54\x13\xb2\x51\x06\xb8\xdc\ -\x26\x17\xfb\xf9\xef\x13\x29\x2f\xf8\x50\xba\x46\x0a\x8a\x8b\x21\ -\xc2\x66\x6c\xb1\x35\x39\xb5\x1e\xa4\x00\x45\xe6\x55\x3b\x9d\xc0\ -\xc1\xbc\x33\x6f\x40\x4e\x0a\x6d\x75\x0e\xb4\xff\x5f\x4b\xa7\xa3\ -\x43\x8c\x3d\x43\xc5\x9d\x75\x50\x0e\x64\x83\x45\xf2\xb4\xc6\x2a\ -\x57\x64\xdf\x9b\x8c\x7d\x4a\xb9\x7f\x96\xb6\xde\xcb\xcf\x4f\x70\ -\xf9\x92\xd1\x59\x91\x48\xa1\x7e\x6f\xee\x8e\x93\xdb\xdd\x4d\x02\ -\xaf\xcc\x12\x9f\xf8\x88\x70\xdc\x0f\x31\x58\x29\x54\xdf\xb3\x86\ -\x32\x6d\x14\x64\xe4\x40\x1f\x66\x98\x8c\x62\x33\xb8\x93\x00\x09\ -\xe4\xea\x12\x88\x5b\xfa\x73\x44\xba\x60\xcf\x01\x74\xaa\x60\x02\ -\x66\x7e\x37\x4a\xfc\x7f\x34\x98\xa2\xee\xd8\x42\xd0\x3c\x0d\x3c\ -\x14\x9a\x4d\xe7\x95\xb5\x43\xbf\x5f\xc3\xa0\xc3\x1d\xa5\x9f\xaf\ -\xfd\xfe\x61\x8e\x93\x14\xc6\x68\x88\x08\x53\x1f\x0c\x06\xbd\xe3\ -\xd2\x2e\x9c\x1b\x1e\xbb\x89\x83\xba\x63\x50\xf2\xf4\x25\x91\x3e\ -\x1a\x98\xdc\xcc\x58\x38\x39\x6a\x23\x80\x56\x9c\x99\x42\xe5\x6a\ -\x46\xa0\x55\x25\xe7\x05\x6d\x3f\xa1\xda\x2c\xc2\x96\x25\xe0\x86\ -\x0c\xf9\xf0\xd3\x62\x93\xe5\xcc\x77\xc9\x74\xf2\xfe\xcf\xab\xb7\ -\x5a\xb5\x55\x94\x2b\x4a\x22\x4d\xe8\xa8\x78\xab\xf4\x9c\x28\x3f\ -\x74\x01\x5e\xa9\x14\x39\xca\xcd\x09\xcd\x51\xf0\x0b\x34\xf1\xa0\ -\x60\x8a\xac\x73\x23\x50\x41\x7b\xf0\x44\xdc\x20\xdd\xa7\xbc\x34\ -\x0f\xb3\x11\x94\xd7\x69\x8c\xf6\xe3\xc3\x9e\xeb\xb8\x6e\x90\x7e\ -\x60\x5e\x2e\x0d\xa4\x5f\xdd\x5f\xf6\xbf\xbf\xd3\xe3\x88\x5e\x9a\ -\xa5\x03\xf9\x78\x19\x87\x1b\xd2\x4e\xdb\xa1\x26\x6f\xc8\xd7\xfe\ -\xcf\x5f\xdc\x8e\x20\xd2\xc1\xf3\x62\xe7\x92\x59\x04\xbf\xec\xaf\ -\x76\xa0\x5a\x61\x1b\x97\x31\x49\xa3\xfc\x91\x0b\xcf\xcb\x3a\xef\ -\x53\xa3\x3e\x81\x8b\xe8\x81\x68\x80\xb9\x5f\x10\x07\x72\xb4\x35\ -\xdc\x5c\x2f\x15\x8c\x83\xa6\xff\x79\x29\x2e\x47\xa3\x15\xa5\xf9\ -\xd8\x4e\xd1\x34\x5c\xf3\x96\x04\xfe\xf2\xc8\xe2\x7d\xdd\xdd\x1b\ -\x77\x31\x7c\x49\xd4\x45\x0e\x9b\xc2\xee\x04\xa4\xfb\xdb\x0d\x02\ -\x2a\x62\xdd\x2f\x90\x07\x68\x8e\x82\x0e\x56\xd4\x51\x0a\x12\x8f\ -\x9b\xb0\x3b\x8d\x22\xdc\xdc\xe3\x16\x2e\xda\x27\x71\x52\x04\xe2\ -\x50\xf8\x31\xdd\xdc\xe4\x6d\xaf\xf5\xbc\xb0\x4d\x0b\xb7\xd1\x79\ -\xf5\xac\x19\x65\x72\x9a\x9f\xc9\xdd\x1a\x19\x8a\xd5\x79\x63\x57\ -\xac\x62\x96\x22\xdd\xb8\xc6\x27\x7a\xd2\x3f\xf7\xbb\x63\x58\x47\ -\xf5\x19\x3d\x20\x5d\x55\x04\x02\x08\x68\x8d\x99\x50\xd2\x0f\x6b\ -\xe3\x21\x8b\x0d\x88\xd2\xa9\x9b\xd0\xb2\xfc\x91\x0e\x46\xed\xae\ -\xac\xf7\x5c\x21\x78\x7d\xbe\x6e\x60\x94\xfd\x59\x71\x21\xad\xc5\ -\x13\xd4\x60\xf2\xda\x38\xd1\xaf\x13\xd9\x37\x83\x9d\xeb\x67\x65\ -\x89\x22\x3f\x5c\x03\x1d\xf0\xdb\x4d\x80\x40\x5e\xcf\x9f\x7d\xc2\ -\xf0\x66\xcc\x20\xc2\xdb\xcf\xa9\xf7\x0c\x45\x63\x91\x74\xb5\x32\ -\xf1\xa3\x9f\xf3\x9c\x97\xcd\x46\xbb\xec\x3b\x29\x0e\x7f\x15\x99\ -\xff\x75\x92\x52\x40\xa6\x70\x5b\x5c\xeb\x7e\xde\x6e\xd4\xaf\x9b\ -\x69\x92\x48\x4d\x8b\xc7\x72\x07\x60\xa4\x0e\x89\xff\x98\x40\xf4\ -\x95\xa5\xc3\x65\x4d\xb8\x4b\x30\x52\xba\xf5\x9d\x0c\x08\x2c\xf4\ -\xed\xcc\xc5\x64\xa3\x57\x59\x05\x75\x71\x3b\x1c\x45\xd3\xd5\x9b\ -\xaa\x7a\x37\x93\x50\x7c\xe6\xc8\xb0\x72\x60\x8e\x72\x1a\xf7\x0e\ -\x10\x72\x8b\x78\x48\x67\xc1\x7b\xee\x28\x0d\x28\xc5\xaf\xdd\x9f\ -\xb0\x4a\xa3\xe7\xa6\x55\x5a\x4f\x7e\xbf\xeb\x4a\x27\xfe\x9b\x5b\ -\x6e\xd3\xd9\xf1\x96\x23\xf5\xdb\x9d\xbe\x51\xe0\x82\x72\xfb\x02\ -\xd8\xc2\x2f\xb5\xcb\xae\x09\xdb\xa7\xda\xae\xad\xc6\x0b\x5b\xc6\ -\x87\xae\x1e\x59\xe4\x0c\x88\xa4\x9e\xea\xaf\x7e\xf8\xf7\x10\xf8\ -\x70\xba\xdb\xa5\x1e\xe5\x39\x9d\xfb\xff\x3c\xdb\x78\x0b\x08\x07\ -\x7b\x2e\x1e\x64\x9d\xfb\xbe\x83\xa4\x0e\x8c\xd7\xbf\x9f\x9a\x33\ -\x34\xfa\xde\xe6\x14\x5e\x9b\x4c\x28\xc6\x34\xfe\xb9\x90\x81\x8d\ -\x45\x57\x8d\xb9\xde\x68\xc1\xf5\xe7\x49\x09\x1b\x06\x00\x58\xcf\ -\x27\x27\xb5\xe8\xfe\x01\x4a\xd5\xd7\xb8\x02\xd7\xfd\xf1\x35\x4f\ -\x6d\xc0\x68\xe7\x0b\x1b\x6b\x6b\x46\xf1\x21\xe5\x10\x37\x78\x88\ -\x88\xf4\x0b\x78\xb7\xbe\xf7\x0d\x61\x4e\x52\xc6\xa7\x00\x87\x4d\ -\x6d\x12\xc5\x65\x6b\x28\x96\x5d\x8e\xcb\x46\xfe\xc9\x4f\xd5\x23\ -\x6a\x94\xfc\xa7\x7a\x8e\xe5\x54\x0a\xc3\xf9\xa8\x38\x03\xf2\xbd\ -\xd8\x70\x07\x20\x11\x0e\xab\x75\x29\x74\x00\xc6\xf7\x4b\xf5\x40\ -\xea\x7d\x7a\x97\xaa\xe5\x22\xe4\x85\x28\x84\x68\xcb\x4a\xaa\xee\ -\x85\x08\xf7\x60\xdc\x1b\xa2\x50\xa7\x0b\xbb\x63\x4a\xdd\x0c\x99\ -\x0c\x3e\xda\x94\x0a\x5e\x0a\xcf\x38\x14\x2b\xaa\x7d\x1d\x45\x6f\ -\x97\x90\x17\x32\xcf\x02\x78\xb1\x05\xdf\xc7\xe3\x79\x20\xae\xe0\ -\xb4\xab\xdd\x26\x39\xbf\x2d\x3e\x73\x75\xc8\xba\xd1\x52\xd2\x9e\ -\xf3\xd4\x50\xd1\xe5\xe0\xc5\x97\x7f\x16\xae\x82\x58\xf3\x0c\xba\ -\xfb\xd9\xcd\x75\x10\x37\x94\xf7\x4a\x03\x2d\x17\xaf\x8d\x3d\x5e\ -\xe9\x0e\xc7\x67\x6b\xba\x13\x68\x96\xf8\x52\x00\x1d\xcf\xc2\xf2\ -\x7c\x21\xb1\xcd\xe5\x39\x70\x3c\xba\x06\xa9\x1a\x79\x00\x00\x2c\ -\x61\x18\x85\x22\xd2\xd7\xa2\xdb\x71\xe3\x71\x41\xf9\x9f\x27\x94\ -\x83\xee\xa1\x7b\xd0\xfe\x7d\x70\x9f\xe0\x14\x4a\x9c\x27\xc6\xb7\ -\x89\xaf\xbb\x9d\x11\x65\x66\x44\xa5\x6e\xc5\x3e\x75\x41\xef\x19\ -\x10\xb9\x53\x01\xfa\xba\x51\x8d\x01\xb9\x8e\xae\x9c\x5f\x5e\x24\ -\x36\x83\x14\xa3\xd0\xe4\x61\xba\x35\x92\xeb\x7f\xd5\x59\xa8\xe8\ -\x1c\x52\x2b\xa4\xf9\x17\x64\xa6\x3e\x3a\x19\x31\x91\x2b\x16\x4b\ -\x6b\x43\x73\x35\x9c\xba\x64\x53\x39\x15\xd0\x8b\xf4\xe2\x08\x19\ -\x96\xf9\xe3\x72\x19\x6d\xe0\x50\x7e\x77\x6f\xae\x32\x8b\xb0\x21\ -\xa0\x51\xc8\x7a\xb0\x33\x1e\x76\xd5\xe0\xdf\x25\xc4\xf5\xce\x9b\ -\x27\x60\x5e\x45\x0b\x6b\xd7\xad\xf0\xb6\x5b\x8a\x26\x2c\xc0\xf6\ -\xad\x2c\xc7\xa4\x8f\xc3\xe2\xcc\x4e\x23\x8a\x9c\x3e\x5e\x2a\x18\ -\x5e\x11\xfc\x7c\x52\x7d\x3d\x7c\x19\x25\x43\x92\x35\x3a\x42\x0a\ -\x25\xc6\xec\x82\xa1\x04\x17\x8b\x5d\xde\xc2\x3d\x5c\x3e\xd8\x17\ -\x4f\x99\x88\xf1\xa9\xbb\x11\x8e\x73\x88\x99\x5b\xae\x5b\xb5\x59\ -\xa7\x31\x72\xa2\x13\x66\x7b\x3d\xe0\x36\x68\xac\x0d\x49\xc5\xa2\ -\xf1\x1b\x9b\xc6\x42\x82\x21\x52\xc3\x52\xc5\x40\x04\xe4\x2c\x86\ -\xe3\x7b\xbf\xd0\xa8\x75\x9d\x3d\xad\x90\x3b\x63\x36\xd6\x49\x3b\ -\x6d\x80\x47\x89\x15\x71\x93\x18\xe8\xe7\x68\x75\x20\xd6\xfd\x06\ -\x9b\x56\x51\x0e\xca\x74\xda\xb5\xd3\xaf\xa0\xcb\xfe\xbf\xfb\x7b\ -\x48\x5d\x1a\xb5\xd8\x0b\xa7\x90\x4a\xc9\x6c\x64\xe6\x32\xd9\xa6\ -\x03\xc9\xae\xf4\x2b\x2c\xfb\x4f\x9f\xdf\xea\x4d\x8d\x94\x26\x12\ -\xe5\xd0\x44\xd7\x33\xf6\x06\xa2\xd6\x67\xcf\x45\xab\x14\x4c\x89\ -\xa0\xaa\x3a\xd8\x59\xcc\x7c\x8e\x7b\x3f\x1d\xfd\x62\xaf\x6c\x6f\ -\x92\xa5\xd3\x58\x51\xee\xa0\x47\xd5\x2e\xe9\xcf\x7f\xb6\x50\x74\ -\xc8\x58\x91\xbd\x49\xe2\x0c\x8b\xdf\x27\x4d\x73\x56\xaf\x59\xbc\ -\x00\x7f\x14\x93\xdd\x4e\xbf\x74\x33\x89\xa7\x51\xec\x45\xd4\x60\ -\xdc\x9f\xc5\x30\xdc\x8b\x2d\xec\x16\xd9\x27\xad\xac\xd2\x95\x9d\ -\x79\x12\x85\x74\xe7\xf6\xbc\xde\xff\x5b\x5d\xe7\x20\x8e\x37\xdc\ -\x84\xf3\xa5\x39\x94\x90\xd1\xf0\x06\x14\xe6\xc4\x85\xe3\xf9\x31\ -\x2e\xa5\x7a\x96\x49\x9a\x53\xad\x7f\x33\x2d\x4f\xfd\x56\x01\x83\ -\xcb\xb4\x56\xb8\x3a\x60\x4a\x6b\x54\x2a\x2b\xe4\x46\x1f\xae\xe7\ -\x7a\x9b\x1c\xdb\x7e\xeb\xda\xbc\x42\xbd\xc5\x4e\xed\xde\x75\xd3\ -\xfd\xbc\x4d\x9b\x75\xdc\x1c\x33\x55\x17\xbe\xe2\x5d\xba\xbb\x61\ -\xad\x9f\x19\xfc\x5d\xac\xb6\x4e\xc8\x07\x30\x1e\x2b\x01\x6a\x7c\ -\x24\x2c\x5b\x93\xb9\xd5\xd7\xf6\x5c\xa6\x14\x2b\x63\x2c\x23\x4d\ -\x04\xf9\x2b\x8a\xe7\x5a\x09\x46\x31\x0e\x7c\xd1\x60\xf8\xcf\xb2\ -\x03\xc9\x75\x5a\xd9\x00\xb9\x5b\x0b\x1e\x2f\xa1\xa6\x30\x0b\x0d\ -\x43\x54\x56\x43\xc4\xab\xce\x60\xd7\x8d\x58\x44\x89\xba\xb6\x54\ -\xda\x87\x17\x7c\x6d\x22\x31\xb6\xc2\x2e\x47\x95\x10\x99\x2a\x12\ -\x8e\x65\xc7\xc1\xdd\xb8\xa6\x70\x76\xdb\x44\x80\xf7\x88\x0b\x5d\ -\x1c\x54\xa8\x0e\x75\x42\xe0\x13\x3f\xe9\x16\xd2\x6f\xb4\xb7\x73\ -\xa2\xb3\x87\x16\xde\x75\x47\xa7\xbe\xa3\x36\x0e\x19\x98\xe9\xd9\ -\x45\x9c\x37\xc0\xd9\x70\xb2\x35\x2a\xc0\x16\x1a\x27\xc5\x2a\x7d\ -\x0f\x2b\xb5\x7c\x0f\xec\xe6\x0d\x18\xba\x0b\x0c\x37\xc8\x62\x84\ -\x9b\x4f\xa2\x14\x93\x72\x9b\x72\xe1\xfb\xf7\xfe\x1b\x3a\xee\xa8\ -\xfd\x88\x7c\x9e\x9c\x26\x04\xf2\xd9\x9a\xe3\xb7\xa9\x1e\x1d\x93\ -\xbb\x1d\x31\xc2\x0b\xa5\xb3\xbd\x67\x44\x18\x65\x60\x21\x3b\x6a\ -\x6d\x36\x9b\x81\xd6\x08\x1e\x68\x13\x96\x09\x8d\x0e\x25\x8b\xbe\ -\x0c\x94\x2a\x44\x17\x64\xb6\x69\x04\xb6\x59\xa0\x7f\xe6\x58\x9b\ -\xdb\xba\x85\xb2\x8e\xdc\x0c\xa4\x49\x21\x7e\x39\xe8\xf7\x46\x18\ -\x0f\x14\x3c\x2f\x55\x3f\x5f\x30\x72\x34\x5e\x28\x36\x31\xa9\x22\ -\x3b\x72\x24\xa6\xe3\x6e\xc2\xc2\x9b\x69\x48\xa5\x3c\xf8\x8c\x44\ -\x24\x78\xd2\xf9\x7e\x7b\x39\x19\xbf\x8e\xd1\xe9\x64\xba\xa6\xc3\ -\xae\xa2\xd8\x5b\x47\xbe\x12\x64\x1e\x9c\x16\x93\xd6\x98\x55\x10\ -\x60\xf8\xd0\x83\x5a\x40\xf2\xbb\x8e\xa0\x5c\x56\x9e\xe5\x27\x85\ -\x26\x67\xeb\x97\xcb\x54\x2f\xcf\x31\x05\x3f\x48\x38\x72\xdf\x5c\ -\xd0\x2f\x90\x93\x0e\x0c\xc4\xdc\x45\xf1\x18\x67\x70\xa7\xa5\xe0\ -\x45\x53\x5b\x8a\x26\x2a\x34\x8c\x76\xc0\xf6\x42\xd8\x27\x85\x19\ -\xf0\x9d\x4d\xa8\xd8\x6a\x0c\xb4\x19\x6a\x20\x6e\xa7\x10\xe5\x1a\ -\xe7\xa3\x29\x40\x12\xcb\xc4\x95\x30\xb1\x11\x29\x16\xcb\xcd\xd6\ -\x57\xde\x75\x52\xfe\x5d\x5c\x73\x42\x14\xae\x9c\x2e\xe4\x86\x5f\ -\xc2\x57\x6f\x11\x0f\xc7\x44\x4b\x9e\xbc\x83\xe2\x2b\x48\x69\x65\ -\x57\x79\xdf\xeb\x60\x62\x40\x0d\x0e\x7d\xb9\x5b\x7e\x33\xa7\xb9\ -\x65\x88\xf5\xe7\xdb\x5d\x86\x77\x60\x06\xa2\xd1\xdd\xef\x37\x6a\ -\x0c\x8e\x93\x92\x7d\xb2\x4a\xba\x71\x91\x1c\x13\xad\x1b\x18\x86\ -\x35\x2e\x45\xea\x3f\x1f\x1d\x50\xdc\xd6\x4f\xcd\xa5\x3c\x58\x35\ -\xce\x9e\x11\x0e\x2d\x5b\xee\x77\x8e\xe9\x14\x79\x38\xf9\x2f\x13\ -\x07\xb6\x0b\x90\x60\x07\x45\xd3\x6a\x7e\x67\x00\x74\x96\x8a\x87\ -\xca\x8f\x92\x8e\x0e\x61\xb0\x42\x9e\xf8\xb6\xd7\x06\x81\xc8\x3b\ -\xd0\xae\xee\x8a\x8c\x6c\xee\xac\x2a\xb3\x90\xb5\xae\x93\x82\x34\ -\xd4\xd9\x26\xae\x32\x5a\x21\xcc\x35\xfa\x26\x64\x21\x79\x56\xdc\ -\xa8\x7e\xfd\x8e\x80\xd7\x89\x8b\xe7\xe8\xd5\xcf\xc5\xa6\x15\x8b\ -\x22\x1c\x2c\xbe\x43\x04\x18\x1e\x03\x6a\xc7\x39\x9d\x3a\x98\x24\ -\x3e\x71\x1d\xf1\xf9\xef\x1a\xbd\x7b\x73\x85\xc0\x61\x04\xb4\xaf\ -\xe3\x04\x2d\xec\x3e\xa2\xba\x67\xb2\xe1\x17\x77\xc7\x2c\x8c\x84\ -\xc8\xbd\xdb\x62\x59\xfa\x19\x77\x02\x29\x4d\x9b\x8a\xf8\xca\x10\ -\xca\x28\x0a\x68\x00\xec\xce\xd4\x72\x76\x3b\x59\x76\x5f\x63\x01\ -\x41\x3d\x03\x47\x03\x92\x00\xea\xc4\x58\x9a\xd1\x0e\x44\x7e\xac\ -\x3f\x07\x6e\x00\xc8\x4d\x4e\x50\x51\xe8\x1a\x67\xe3\xdf\xe5\xe1\ -\xa7\x19\x51\x35\xd7\x68\x41\x20\x6b\xb2\xd7\x5a\x20\x6b\xa5\xa9\ -\x14\x69\xbc\x0e\x2e\x3c\x28\x8c\xda\x58\x49\x9d\x56\x59\x7e\x14\ -\xa5\xfc\x67\x17\xe4\xfe\x4e\x47\xd8\xbe\x94\xbb\x11\x35\x9a\x18\ -\x27\x1d\x09\x18\x68\xf8\xc1\xf9\x84\x4d\x62\x52\x68\x16\x30\x17\ -\xd7\x2d\x6f\x78\x24\x51\x23\x0f\xf8\x75\x54\x4e\xb6\xc2\x32\x2e\ -\xd6\xc6\x43\x96\x1e\x76\xcb\xd8\x68\x6f\x12\x42\x6f\x78\xa5\x84\ -\x61\x5c\x66\xdc\x36\x62\xdf\xe0\x72\xf0\xfe\xdf\x0a\xfa\xdb\x24\ -\xc9\x7f\x0f\xfd\xa2\x13\x4a\x0d\xd2\x7d\x14\x7e\x04\x2a\xbf\xd0\ -\x0e\x4f\x6d\x92\xd1\x80\xa2\xa0\x97\xc3\x4c\x20\x78\xb8\x55\xb3\ -\x56\x2f\x37\xee\x17\x1d\xd1\xb8\xa6\x6e\xeb\x54\x92\xdb\x3b\xf0\ -\x54\x74\xb8\x6c\xf2\x1b\xdf\xb7\x5d\xae\xfb\xb4\xc7\xc6\xb3\x59\ -\x84\x25\xa7\x16\x19\xaf\x97\xb3\x23\x3f\x8c\xc9\xb9\xc7\x6b\x83\ -\x8b\xf1\xae\xfb\x77\xc3\xd0\x88\x35\x9b\xed\xf6\xd9\x93\x9e\x99\ -\xf6\xe5\x7c\xe0\xbf\x52\x50\x9d\x68\x54\x82\xcb\x2d\x09\x36\x6c\ -\x0d\x0e\x2c\xb9\x1f\xae\x0e\xcb\x15\xaa\x9e\x60\xae\x69\x47\xd5\ -\xf6\x02\xa3\xbb\x63\x79\x61\x7d\xe1\xb8\xd7\x1c\x08\x22\x0d\x51\ -\xdc\x2f\x40\xb7\x97\x27\x3a\x5d\xa5\xa0\xea\x4e\x28\x28\xbc\x35\ -\xc4\x4f\x7f\x06\x01\x8e\xa7\x08\x50\xef\xc5\x1d\x16\xca\x2c\x21\ -\x5b\x5e\x91\x4f\x04\x3c\xe0\x98\xad\x48\x1a\xfd\x5d\x99\xcd\x33\ -\x59\x7e\x17\x96\xef\x82\x75\x73\xd6\x16\xdc\x00\x0d\x12\x80\x85\ -\xdf\xa2\x99\xa2\xc8\x2f\x72\xeb\x6d\xcd\x09\xa2\x00\x18\x10\xa7\ -\x09\xd2\xdd\x76\x39\xc1\x1e\xd7\x98\x3e\xc2\x71\x66\x4d\x48\xb7\ -\xac\x7a\x0e\x27\xed\x85\x4b\x9e\xcf\x0b\x87\x3d\x82\x56\x21\x22\ -\x7f\xd8\x42\x8f\x09\xc9\xe2\x30\xa8\xad\xb1\xaa\xc5\x13\x5e\x9d\ -\x02\x16\x21\xd3\x54\x10\xdd\x1d\xe5\xef\xb9\x2a\x1e\x84\x8a\x1b\ -\x65\xba\x38\xf9\xaa\xd1\x97\x5d\xac\x64\xf9\x25\x9e\x7b\xa8\xf7\ -\x89\xba\x81\xb5\x62\x9c\x96\xbd\x7c\xd3\xb3\x05\xf8\x87\x61\x23\ -\x5c\x8b\x40\x2d\x1c\xfa\x44\x44\x2d\x85\xa1\x35\xf6\x41\x05\x19\ -\xa3\x33\x05\x6c\x52\xe9\x97\xf1\x1c\x23\xd7\xc4\x16\x0c\x0c\xd2\ -\x7f\x56\x6b\xee\x8a\xa9\x4c\x6e\xdd\x53\xf7\x39\xc2\xed\xaf\x4f\ -\xd4\x7c\xff\x86\x95\x38\x77\xb6\x44\x00\x2f\x08\xbf\x02\x4f\xb7\ -\x33\xb7\xff\x39\xee\x13\x9b\x46\xc1\x5d\x87\xce\x26\x27\x25\x35\ -\x70\xb6\x16\xe4\xe3\x34\x70\xa2\xa4\xe2\xac\x25\x36\xd1\xa5\x60\ -\x1b\xdc\xcf\xd6\x6c\x9a\x6e\x8d\x6f\x64\xe2\x19\x65\x12\x09\x0e\ -\xfd\x88\xe0\x6e\x5d\x47\x57\x03\xa0\x00\x89\xa3\x60\x7c\xe2\x3d\ -\x0c\xfa\x69\x54\xaa\x28\xe8\x5d\x42\x31\x46\x6b\xa2\x64\x73\xa6\ -\x4d\xc0\x8c\x63\x7d\xd4\x62\xd6\x51\xfb\x98\x72\x43\x75\x06\x44\ -\x9d\x88\x48\x6a\x47\xf3\xef\xaf\xd0\x60\x31\x3c\x96\xd5\x99\x6c\ -\x0d\xb0\xa9\x42\x67\x32\x70\xcf\x38\x8d\x89\x20\xc1\x5a\x02\x88\ -\x4b\xef\xbb\x12\x50\xfc\x86\x01\x47\x5d\x82\x36\xd5\xdc\x42\xcf\ -\x3d\x2f\x53\xa4\xbb\xfb\xd6\x77\x27\x57\xa7\x38\xbe\xae\x57\xb6\ -\xe6\x30\x8d\xd7\x24\x35\x31\xdb\xcf\x05\x94\x63\x1a\x89\x48\x2f\ -\x8c\x97\xd4\xd6\x74\x8a\x5d\x9e\x1f\xb8\x65\x33\x55\x20\x74\xc1\ -\x25\x9f\xd4\x6b\x47\x6f\xbe\x99\xc3\x98\x86\x8b\xea\x13\x0f\x90\ -\xc5\x98\x1d\xcc\x40\x22\xd7\xb5\x7f\xec\x85\x06\xa6\x98\x0e\x58\ -\x6a\xfe\x15\x1e\x74\xc1\x5a\x43\x75\x97\xd4\x0b\x08\x22\xe7\xb9\ -\x22\x65\x7a\x88\x80\xaf\xd2\x23\x0f\xb0\xaf\x17\x08\x4a\x4e\xc0\ -\x89\x26\x30\x7f\xca\xde\xb7\x66\x33\xe2\x04\x10\x9e\x2f\x07\x20\ -\xea\x67\x62\x3f\xab\x4b\xdd\x21\xd4\x26\x56\x00\x00\xfc\x7c\x81\ -\x99\x35\x76\xc3\x80\x88\x68\xc0\x10\x92\x11\xb0\xfd\xfc\xf9\x3c\ -\x9f\xb4\xce\x1c\x53\x3b\x7a\xff\x2e\x83\x80\x57\x1f\x11\x3b\xe8\ -\xe1\x53\xae\x2f\xae\x10\xa4\x3b\xfd\x0c\x29\x45\xfd\x8f\xe5\x1c\ -\x05\xcf\xb7\x1c\x4e\x83\x50\x37\x2f\x82\xe6\x26\x15\x77\x77\x2d\ -\x88\xc9\x72\x24\xb0\x39\x65\xd5\x87\xf2\xe1\x4f\x8e\x53\x19\xcd\ -\x6d\x10\xd5\x9d\x5f\x0a\x62\xe7\x8e\x43\x58\x65\x60\x9a\x33\x04\ -\xa8\xf9\x01\x12\x9d\xec\x03\xc4\x16\x50\xcc\x5f\x5b\x6c\xa4\x29\ -\xf2\x76\xf0\xb8\x36\x47\x11\x91\x4c\x8d\x97\xf5\x14\x8e\x32\xc1\ -\xb2\x9c\x84\xc8\xd1\x61\x3d\x78\xd9\xad\x7a\x9f\x05\x30\x08\x70\ -\xe4\x42\xf3\xe9\xd0\xe2\x05\x1f\x1b\x51\x8e\x31\x61\xd8\x21\x56\ -\xd1\x85\x87\xff\x24\xf2\x51\xea\xeb\xc7\x42\x02\x99\xbf\x30\x51\ -\x5d\x4b\x38\x9a\x51\xbf\x74\xf4\xcf\x81\x37\x1e\x0b\x8a\x03\x9d\ -\x58\x4e\x43\x22\xc9\x14\x4d\xa7\xf2\x7c\x10\x11\x3e\xf2\xff\x8c\ -\x12\x63\x41\x6d\x65\xb3\x00\xa1\xe6\xd4\xc0\x28\xf6\xb9\xf5\x80\ -\xd4\x89\xa2\x9b\x5f\x08\x00\xa8\x16\x5b\x09\x24\x4a\xa5\xb1\x9c\ -\x89\xa8\x5c\xdd\x87\x56\x45\xc0\xeb\xc9\xf7\x2f\x46\x1d\x5c\xf2\ -\x00\xb0\x2d\x7e\x13\x77\xab\x73\x19\xb4\x03\x79\x8c\x09\x4b\xd6\ -\x25\xa8\xaf\xb8\x15\x5a\x48\x62\xb5\xbb\xad\x93\x32\xb6\x1c\x8b\ -\xdd\xea\x96\x6d\x03\x7e\x3d\xa7\x87\x86\xde\xde\xcf\x2a\x39\x50\ -\x12\x39\x4d\x51\xe4\x51\xd1\x0f\x8a\xa8\x46\xc2\x46\xfc\x58\x3c\ -\x6a\x87\x59\xd5\x3f\xeb\x0f\x4c\x22\xcb\x6f\xaa\x8d\xa6\x22\x8b\ -\x9e\x13\xa4\x96\xbb\x6e\xbd\x3c\x23\x9c\x59\xf8\x6b\x53\xd5\x9f\ -\x38\xcc\x54\x7f\xe0\x9a\x91\x0e\x1a\xf8\x1a\x1a\x5e\x30\xe2\x13\ -\x74\x5c\xcd\xc1\xeb\x63\xf2\xc7\x27\x25\x46\x23\x69\xe8\x21\xb2\ -\xe5\x00\x65\x70\x76\xa5\x5b\x80\x10\x3c\xeb\xa3\xd3\x25\xf1\x8c\ -\x36\x33\x34\x00\x75\xa6\xfb\xae\xaf\xe6\x4b\xcc\x12\x5c\xcc\x25\ -\x57\x03\x96\xee\x0d\xa4\xe3\xf4\x16\x58\xf0\x38\xa8\x6e\x01\xcf\ -\x58\x73\xb9\x00\xe0\xbb\x96\x7e\x2f\x44\x8f\xa9\xb3\x76\x14\xad\ -\x77\x7d\x4c\xe7\x96\x66\xb5\x9d\xb6\x33\x9a\x96\xc7\x2f\x6c\x64\ -\x80\x39\xa6\xe6\xd1\x20\x9b\xe6\x6d\xc4\x74\xcb\x0b\xc3\x65\x39\ -\x39\x18\x10\x91\xc0\x04\x82\x45\x7a\xc9\xf2\xfa\x6e\x19\x46\xd0\ -\xa6\xc3\x5f\xf9\x58\x63\x98\x22\x7b\x2c\x93\xcf\x05\x8f\x09\xad\ -\xb1\x98\xc1\x64\x33\xf7\xf1\xe2\x00\x56\x77\x2b\x8c\xcb\xfc\x5f\ -\x3f\xd5\xad\x28\x2e\x17\x36\x00\x3c\xeb\xa3\xe2\x5e\xe8\x93\x11\ -\xa7\x9e\x3c\x06\xa8\x4d\xa4\x72\x7f\x52\x80\x19\x5f\xa3\xa2\x85\ -\xa1\x80\x65\x19\x25\x6a\x6f\x54\x0d\x33\xd5\xf1\xe6\xd3\x29\x24\ -\x8f\x35\x6b\x73\x07\x01\xcd\xce\xed\x79\x9e\xd0\xfa\x50\x71\x86\ -\xd4\x77\x81\xf0\xc8\xff\x69\x8d\xeb\x3e\x35\x58\xcf\xa7\x5f\xd0\ -\x56\x08\x4c\x2b\x98\x1f\x58\x05\x20\xe2\xd0\xc3\x10\x4c\x20\xd2\ -\x1c\xa7\x56\xa4\x96\x89\x0c\x22\xc2\xb2\x1c\xb2\xd8\x1b\x6e\xf8\ -\x20\x4e\x85\x34\x67\xc6\xb2\xce\xc0\x4d\xce\x00\xe0\x79\xfe\x35\ -\x1a\xe5\x0c\x03\x98\x56\xa0\xca\x47\xcf\x06\xb3\x0c\xf6\x69\x7c\ -\x84\xcd\xf2\x57\xd7\x93\x89\xda\xfd\x9e\x19\x30\x0f\xbd\x81\x07\ -\xe6\xd6\xc6\xf6\xcb\xdf\x70\x4e\xec\xd5\xb3\x82\x12\xdf\x3f\x7f\ -\xe2\xbb\x8f\x31\x40\x70\x84\x05\xb9\x83\x76\x4b\xb8\x05\xcf\x2b\ -\x48\x87\xf6\xfe\x3e\x11\x6a\x9e\x40\xaa\x02\x14\x4a\x55\xfd\x18\ -\xf5\x70\x94\xa9\x70\xe6\xfa\x7c\x9f\x4f\x60\x4d\xee\x90\xeb\xc6\ -\x34\x48\x68\xeb\x83\xc3\xa2\x80\x70\x14\xca\xf8\x13\x13\x22\x42\ -\x2e\x05\xa0\x51\x9a\x61\xc0\xe3\x54\x40\x94\x5c\xd7\x65\xd2\xca\ -\x66\xe8\x21\x25\x3e\xa1\x31\x02\xd6\x37\x8a\x48\x7f\x26\x79\xc9\ -\x70\x22\xf0\x00\x00\x20\x00\x49\x44\x41\x54\x3e\x57\x5a\x12\x45\ -\x9e\x51\x58\xf6\x93\xde\x4f\xea\x49\x60\x36\xf6\xf8\x63\x4e\x8c\ -\x7a\xdf\x7c\x4a\xf1\x9d\x7a\x2b\x31\xf9\x02\xc2\xbf\xf2\xaf\x39\ -\xfd\xb2\x0f\x96\xc3\xa0\x6c\x4c\x81\xef\xf7\x03\x20\x7a\xbf\xd0\ -\x20\xf3\x12\xd2\xa9\xdc\x5a\x6a\x58\x12\x67\x13\x8c\xd0\x60\x69\ -\x7c\x4c\xba\x47\x62\x6d\xda\x85\xa3\x66\x50\x39\xc0\x80\x1a\x55\ -\x13\x7b\x63\x2d\xf8\x3e\x4f\x34\xc5\xcd\xe1\x59\x93\xbd\xe1\xe1\ -\x05\x24\xaa\x84\xe1\x8b\x31\x15\xf2\x32\x70\x61\x9b\x6c\xda\x9e\ -\xe3\xe7\x31\x2a\x9e\xea\x63\x69\x74\x09\x09\xe7\xe0\x37\x59\x35\ -\x22\x80\xac\xd3\xc8\xef\xf3\xcd\x48\x06\x73\xf9\x55\x5b\x03\x3b\ -\x6f\xfd\xf7\xc3\x28\x53\x1b\xd6\x50\x67\x98\xf0\x95\xaf\x16\xf9\ -\xac\xf5\x22\x6d\xd3\x4c\xa5\x3a\x5a\x18\xba\xb1\x9b\xd0\x42\x7a\ -\x09\x08\x1e\xcb\xa1\xcc\x1c\xc7\x6e\x86\xf3\x95\x3f\xba\xa6\x09\ -\x33\xef\x10\x6b\xb8\x37\x98\xd4\x83\x03\xd0\xf2\xfa\x10\x90\x61\ -\x99\x89\x03\xc1\x09\xc0\x28\x30\x49\x07\x20\xa3\xda\x25\x04\x1c\ -\x13\x9e\xe7\xb1\xe6\x64\xc0\x30\x30\x5d\x6b\xb4\x65\xf5\xd3\xd2\ -\xbb\x03\xb5\x12\x59\xce\x45\x30\xaa\x77\xd5\x58\x55\xb9\x8f\x7b\ -\x37\x08\xb1\xc5\x08\xf0\x41\x0f\xf6\xcc\x56\xef\x45\x9c\x69\x01\ -\x25\x7a\xe1\xe1\x05\xdf\xf5\xd1\x7b\xd8\x80\x57\xb4\xcf\x3e\x70\ -\xc2\xfa\x7c\x8a\xb5\x3d\xc6\xbf\xab\x2b\x60\x45\x12\xfd\xa1\x14\ -\x04\x7b\x17\x89\xd7\xd1\x5d\xfc\x99\x40\x1c\xe1\x10\x9e\xed\x69\ -\xda\x9d\xe9\x51\x1a\x0e\xec\xdd\xfb\x02\xcf\x81\xa0\x43\xcc\x4b\ -\xc3\x0e\xc2\x43\x24\x29\xad\x30\x7e\x73\x2d\xeb\xa8\x18\x86\x6d\ -\x30\x03\x37\x2e\x74\x35\xf4\x08\x4a\x00\x76\xde\x7b\x45\x89\xdb\ -\xc2\xaa\x88\x01\x77\xa1\x30\x7a\xee\x90\x1d\x52\x8e\xed\x92\x74\ -\x41\xa1\x6f\x25\xd5\x84\xf9\x54\x43\x0a\x4f\xff\x9f\x28\x28\xeb\ -\xa4\x10\x02\xd5\xa3\x62\xef\x0c\xed\xef\x2b\x2d\x4a\x45\xe8\x6e\ -\xff\x5d\x45\x99\x8c\x0b\xea\x1b\x77\x39\x74\xa2\x10\x77\xfa\xc8\ -\x8e\x5a\x20\xe0\x0b\xad\x85\xe1\xc7\x0e\xd2\x3a\xca\x75\x57\x41\ -\x64\x15\xb3\x8e\x86\x14\x66\xf1\xb0\xca\x28\xb9\x0b\x1f\xe9\x8a\ -\xd2\x9c\xd3\xa2\xfb\x67\xfe\x6f\xa8\x30\x99\x45\x33\x5b\x30\x6a\ -\xfc\x2c\xd4\x22\xfc\x98\x80\x90\x85\x07\x1a\x02\xd9\x73\xac\xc6\ -\x9d\x36\xc0\x1a\x3c\x87\xd2\x41\x0b\x59\xac\x4d\xd5\x1e\x83\x50\ -\x27\x9a\x30\x93\x72\x64\x76\xb2\x12\x2d\x00\x83\x78\x8e\x51\xa1\ -\xf4\xb0\xf3\xd9\x4b\x28\xe6\x1b\xaa\x9d\xfa\xae\x52\x74\x92\x66\ -\x64\xa9\x5d\x6f\xc6\x25\x34\x47\xd0\x66\xfd\x9c\x88\x19\xed\xe4\ -\x2c\x9a\xf1\x89\xd8\xd6\x04\x3b\x8d\x94\x11\x7e\xe8\xa7\x14\x26\ -\xca\xed\x6f\x53\xbb\xa2\x8d\xf2\x62\xcb\xc8\x2f\xdb\xf7\xe1\xcc\ -\x6b\x2a\x47\x35\x99\x97\x55\x31\x20\x2f\x6e\xa5\xdb\x94\xb9\xb8\ -\x1d\xb1\xdb\x80\x0b\x16\x81\x79\x4e\x2c\x3c\x03\x8f\xad\x58\x45\ -\x56\xea\xeb\x12\x81\xe1\x85\x1c\xa2\x25\xbf\x63\x4c\x44\xd1\x27\ -\xfd\x70\x5a\xd8\x23\x9e\x74\x0e\xc2\xa9\x27\x4b\xd1\x2f\xb4\xbd\ -\x86\xc3\x90\xff\x4e\xd3\xc0\xa5\x14\x0e\x1c\x37\xc4\xb3\xe4\x88\ -\x8c\xff\x89\xf7\x29\x8c\xda\x68\x17\x6a\xa3\x5f\xc4\x61\x5c\xbf\ -\xdd\x27\x67\x30\x37\x59\xe3\xb7\x4d\xdc\x13\xa3\xd7\xb3\xcd\xb4\ -\x5b\x63\xfc\x34\x7d\x95\x4f\x70\x9d\xe0\x88\xa8\xfa\x5d\x22\x71\ -\x52\x4a\x98\x29\x70\x4c\x28\x7d\x5a\x65\x85\x87\x3b\x70\x81\x34\ -\x04\xbc\xc9\x01\xdc\x5d\x6f\xfc\xb4\xbd\xc7\x3a\xee\x83\x65\x9a\ -\xc7\x31\x67\xa3\xb7\xf9\x3a\x58\x0c\x6d\x22\x71\x50\x70\x22\xeb\ -\x6c\xc0\xde\xb7\x31\x7a\xcc\x07\x96\x82\x8e\x63\x4d\x8a\xb0\xd1\ -\xb0\x0b\x90\x65\xe8\xff\xde\x0c\xd1\x1c\xa1\x0d\x14\x59\xcd\xd4\ -\xa1\xbe\x6f\x2c\xce\x6e\x49\x39\x83\xd4\x50\x61\x77\x17\x74\xa7\ -\x4e\x9a\x3f\xed\x7c\x48\x33\x8a\xee\xb4\x1b\xf9\x3c\xa1\x1d\xa5\ -\xab\x81\xd5\x7e\xfe\xcc\x39\xbb\x29\x80\x9d\x7a\x62\xcd\xf7\x28\ -\x39\x70\xa9\x41\x3b\xad\xce\x3b\xa3\x41\x27\x96\xbc\x2a\x55\x94\ -\x5e\x98\x1d\x89\x66\xea\xdd\xad\x62\x7e\xb6\x69\x31\x21\x84\xfe\ -\x55\x17\xe4\x28\xd3\x4f\x69\x19\x3b\x60\x9a\x3d\xc1\x9b\x46\x4c\ -\x73\xf8\xb8\xe8\x41\xf4\x0c\xf8\xa6\xee\x11\xad\x61\xf7\x77\x22\ -\xa8\x26\xf0\x44\xe1\x88\x28\xf0\x00\xac\xd4\x57\x12\x49\x14\xe6\ -\x09\x3c\x2f\xfb\xac\x8f\x4d\x3c\xb5\x3e\xf3\xda\x84\x8a\xe1\xd5\ -\x28\x81\xc6\x7a\x36\xcb\xe5\xae\xa6\xbb\xa4\x44\xc8\xf4\xf4\x14\ -\x8f\x17\xb7\x09\x8a\x07\xdf\xd6\xb3\xcd\xef\x4e\x67\xb5\xa0\x81\ -\x5e\x28\xc5\x6d\xd3\x22\x26\xa8\x6a\x1a\x8d\xca\xc8\x2c\x31\x15\ -\x42\x56\x73\x9b\x3a\x39\xae\x31\x1b\x5d\x2f\x6d\xfa\x54\x96\x16\ -\x39\x74\x34\x0d\x22\x0a\x06\x1c\xef\x17\x5a\xad\x56\xa7\x59\x68\ -\x40\x8f\x94\x3b\x88\x89\xb5\x3e\x03\x6e\xc3\x80\x93\xea\x5d\x6c\ -\xfc\x0b\x13\x40\xac\x7e\x02\xc9\x3a\xf8\x56\x7f\x3b\x23\xa3\x33\ -\x04\x3c\xe7\xca\xac\xd2\x7d\x9a\x03\xdd\xb4\x4b\x9c\x59\x01\x78\ -\x52\xab\x05\x81\x46\x8f\x73\xf0\x06\x7a\x19\xb0\x4b\xe4\x7d\xc3\ -\x3d\xde\x81\x68\xc4\xda\x53\x4a\xac\x44\xac\x0c\x09\x02\x4c\x6d\ -\xbe\xf9\xf1\x26\x4b\x01\x40\x46\x04\x62\xd6\xdf\x8f\xca\xac\x20\ -\xca\x46\xca\x7f\xc7\x24\x3d\xff\x87\x1d\x60\x54\xc2\xde\x81\xf5\ -\x1d\x0d\x9c\xc0\xf0\x35\x87\xd2\xca\xf8\x7d\x00\x67\x9a\xd7\x60\ -\x71\x9d\x9c\x54\x55\x04\xd5\xf2\x1b\xb0\x65\xb4\x04\xc7\x14\x4f\ -\x8a\x40\x15\x74\xee\x01\xad\x75\x44\xee\x0b\xb1\x36\x5c\x8d\xaa\ -\x26\xbd\x58\x18\x28\xf0\x2c\x09\xef\x7b\xdf\x40\x62\x82\xe3\xd0\ -\xad\x14\xab\xdd\xf8\x59\x64\x05\xf6\x5a\xe5\x3b\x41\x65\x72\xda\ -\xde\xa6\x6a\x46\x96\x5a\x2c\x74\xe1\x9f\x17\x53\x18\x81\xb6\x69\ -\x5d\x99\x14\xb0\x5d\xd8\x9e\x05\xbe\x14\x23\x87\x74\x51\xdb\xc7\ -\xbf\x24\x70\xd8\x59\x77\xaa\xe0\x2d\xe8\xf6\xa4\x3e\x02\x9c\x36\ -\x9f\xd5\x24\xc3\xd1\x0c\x3f\x1a\x11\xa5\xc6\xc2\x35\xee\xfc\x9d\ -\xea\x49\x6d\x04\x4e\x32\x5b\x1e\x02\x6c\x3c\x6b\x82\x37\xbb\xd4\ -\xff\xce\xdd\x27\xe8\x1e\xdc\xdd\xed\x18\xa4\xf1\x9e\x7f\xd3\x4f\ -\xa5\x03\x93\x15\xc8\x23\x45\xe0\xb5\x71\x95\x5f\xb8\xee\x37\x5d\ -\x14\x5c\x72\x69\x8a\x04\x2c\xb4\x27\x9d\xdb\x2c\xe1\x52\xe6\x87\ -\xcf\x9b\xf0\x15\xcb\xf4\x30\x72\x7c\xaa\x1d\x34\xa6\x75\xb5\xd8\ -\x44\x22\x0e\x6a\x47\x5f\x60\x6c\x9c\xfb\x20\x9d\xd8\x33\x81\x43\ -\x2c\x1e\x13\x93\xb8\xd0\xf6\x28\x80\x0a\x3c\xe3\x26\xea\x45\x73\ -\x84\xb2\xcf\x27\x6c\x3a\x93\x9d\x0b\xa8\xd4\x5e\x2a\xdf\xc1\xc7\ -\xea\x03\x40\xe9\x83\xd1\x66\x51\x0a\x4f\x37\xd7\xbc\x38\xbf\x62\ -\x7f\x77\xba\x29\xca\x0a\xe7\xbd\xdd\x0e\x36\x90\x36\xa1\xa6\x5f\ -\xab\xd6\xf3\xf9\x53\xa3\x15\x4d\x21\xb8\x00\xac\xcb\xcf\x74\x67\ -\x20\x40\x80\x25\x58\x8c\x65\x8a\x00\x57\x48\xd1\x37\xdc\x74\x20\ -\x9a\x70\x58\x74\x58\x77\x17\x37\x37\x05\x3a\x2f\xda\xbd\xb1\x1e\ -\x20\xb8\xd4\x01\xd5\x6f\xdd\x16\xa4\x3c\x36\x07\xd1\xfe\x2e\xef\ -\xc6\x06\x08\x9b\xc8\x4f\x75\x34\xa3\x7e\x17\x2f\x0c\x8b\xac\xbf\ -\x65\xce\xd0\x46\xdd\xd9\x1c\x4e\x2f\xcd\x06\x43\x2d\xb4\x47\x3b\ -\x5b\xb3\x50\xa8\xda\x2f\x80\x87\x0b\xc5\x07\x14\x31\xc6\x92\xbf\ -\xc5\x97\xef\xa3\xd3\x5e\x07\xcf\xba\x71\x43\x15\x39\x87\x27\x2a\ -\x72\xd3\x13\x6a\x11\xc3\xad\xa9\x4c\xfd\xee\xd9\x9c\x26\x10\xb4\ -\x83\x3d\x7d\xdf\x04\x65\xbd\xba\xb8\x99\xfd\x7c\xa5\x1f\x67\x58\ -\x6d\xa7\x16\xf3\x96\xd1\x17\x28\xbf\x27\x80\x56\xbd\xab\x4f\xf5\ -\x91\x7a\x4c\x07\x48\x9b\xcc\x74\x3b\x7a\xd8\xa8\xe7\x76\x57\x63\ -\xe6\xfa\xa0\x05\x6c\x0b\x99\x3a\x6f\x9c\x8d\x0d\x19\x90\xa0\x7f\ -\x76\x34\xca\x5f\xd5\xaf\x44\x31\x73\xf9\xfd\xaa\x81\x18\xe6\x62\ -\xb9\x36\xba\x60\x3e\xf7\xf1\x17\x57\xda\x36\x0d\x12\xb8\xb8\xe4\ -\x52\xd7\x83\x78\x93\x65\xbb\xef\xe1\x67\x33\xed\xc1\xd8\xdb\xae\ -\xf1\x3c\x1a\xd9\xed\x3f\x47\xa1\x6d\x46\x0c\xb5\x12\xf0\xa9\x4e\ -\x04\x8c\x6f\x43\xc1\xb6\xcc\xa4\xe7\x88\x05\x93\xc2\x29\x77\x37\ -\x73\x5b\xeb\x82\xa9\xe8\xf0\xd1\xd6\x12\x01\xc0\xb3\x3b\xef\x1d\ -\x06\x59\x63\x03\x16\xf2\x59\x41\xc4\xb1\xdc\x0d\xb6\xa2\xf9\x02\ -\x8a\xfd\xec\x9f\xdd\x3f\x0b\x11\x27\x70\x83\x7d\x0f\xfb\xdf\x77\ -\x9d\x0c\xdc\x9c\xa6\xa1\xae\xcd\x4a\x21\xf6\x35\x49\xe7\xb3\x63\ -\x69\x51\x29\xbf\xaf\x1f\x6c\x4d\x55\xd7\xe9\xdf\x4d\xcb\x52\x8f\ -\xbd\x60\xcc\xae\xeb\x3a\x74\x87\x22\xed\x3b\xb8\x3e\x1c\x96\x19\ -\xbe\x6c\x19\x93\x07\xf8\x2a\x14\xf7\xee\xfe\x59\x06\x4c\x58\xf0\ -\x3d\x4c\xcf\x7a\xad\xf5\x13\x39\x5e\xfa\xcf\x7f\x5a\x83\x85\x45\ -\x9a\xe1\x7a\xd3\x6a\x4e\x35\x10\x5f\x22\x6e\x52\x7a\xc2\x25\x72\ -\x09\xb5\x12\x82\x8c\x33\x96\x32\x86\x81\x78\x6e\x88\x33\xd7\x6b\ -\x89\x89\x88\x33\x19\x11\x06\x0a\x00\xfe\x94\xfa\x92\x62\xaf\x33\ -\x3f\x3a\x0c\x59\x0a\x62\x29\xe3\x8a\xcb\xd9\xb3\x72\xad\x2d\x06\ -\x81\x2f\x30\x4f\x10\x79\x80\x79\xc2\xdc\x5d\x4e\x5e\x05\xe5\x47\ -\x47\x72\xe6\x08\xdc\x75\x46\x9b\x89\x40\xa0\x42\xb8\xe5\x2e\x49\ -\xb3\x72\x4f\xa3\x00\x2a\x28\x92\x36\x4c\xd5\x09\x2e\x10\x01\xe4\ -\xed\x02\xd4\x97\x4b\x00\xbf\x2e\x7c\x6d\x34\xea\xc1\xc3\x5b\xe6\ -\x12\x35\xa4\xf9\x2d\x1b\xa9\xda\x31\x76\x53\x82\x5d\x04\xdf\x2f\ -\x80\x65\xfa\x18\x82\xd3\x59\x4d\xad\x36\xc7\xc1\xad\xaf\xcf\x77\ -\x79\xb0\x0c\x8e\x10\x6f\x87\x58\xf5\xd2\x58\x99\x25\x58\x3a\xc1\ -\x40\x76\xf9\x52\x91\x9a\x30\xec\xb0\x02\x45\xb8\xd1\xdd\x94\x6e\ -\xd5\x8d\x1c\xea\x66\x0d\xe1\xe8\xa0\x43\x6c\x9c\xfc\x70\x79\x99\ -\x86\x64\x23\xe2\x08\xc3\x9e\x03\xb6\x1f\x5b\x9e\xc5\x56\x37\x93\ -\x54\x1a\x5f\xc9\x28\x18\xa1\xb7\x01\x58\x6e\x92\x72\x13\x61\x6f\ -\xf9\x0b\x77\x7d\x9a\x34\x2a\x5f\x7c\xd7\xed\x13\x4a\xa1\xd2\x3a\ -\xc2\x4e\x25\x99\xb6\x9a\x9f\xd4\xe2\x2d\x9e\xcd\xa0\x30\x80\x69\ -\x62\x73\xa2\x12\xe6\xcd\x61\x9f\xed\xfb\xa5\xed\xaf\x70\x35\x97\ -\x36\x01\x3e\x8a\x95\xcb\x04\x78\x6f\x2e\x55\xd8\xec\x0e\x47\x74\ -\x6d\x08\x93\x56\xb8\xf1\xf2\xcb\x7c\xca\xb3\x96\x00\xb9\xe7\x66\ -\xd9\xa1\x39\x62\x9a\x40\xcd\xce\xda\xb3\x98\x6e\x6e\x8a\xdd\x61\ -\x8e\x2d\x07\x2e\x39\xea\xed\xfc\x12\x6a\x34\x93\xfd\xb3\xc6\x44\ -\xd0\xb5\x4a\x6e\x59\x0e\xd3\x40\x22\xb6\x83\xdc\x9a\x33\x9b\x80\ -\x48\xd0\xea\xcc\xff\xd4\x72\x84\xd0\x28\xab\xe0\x89\xf0\x30\x01\ -\x18\x8d\x6b\x6f\xba\x1d\xa1\x74\x09\x64\x8c\xd8\x05\x66\xa3\x39\ -\x22\x87\x16\xf5\xd4\xbb\x4a\xe4\xdb\x84\x06\x48\xaa\xcb\x22\x06\ -\x8a\xe3\x0c\x37\x82\xcc\xfa\xa2\x2e\x13\x04\xd9\x8b\x4b\x6b\xda\ -\xc3\x40\x83\x4d\x87\xe6\xd3\x1d\x5c\x36\x80\x56\x81\x33\xc3\x53\ -\xb4\x1d\x7e\x36\x64\xb3\xef\xfa\x2c\xb7\xa7\x3e\xcc\x11\x16\xb6\ -\xe9\x26\x84\x7d\x7d\xc9\x2b\x8c\xbf\xbb\xcc\xe1\x31\x6d\xad\x19\ -\x39\xf2\xaa\x18\x18\x38\x1a\x1c\xcf\x10\xdb\x81\x0f\xce\xdc\x44\ -\x94\x68\x0c\x99\x45\x29\x54\xc5\xc1\xce\xa7\x5b\x54\xaa\x50\x05\ -\xe3\x34\xdb\x8f\x5a\x36\x9d\x3d\x3f\xd3\xc4\x08\xae\x3c\x4f\x71\ -\x5d\x6d\xbd\xb5\x98\xa6\x66\x7c\x20\x3e\x95\x2a\x93\x2d\x91\xd5\ -\x8d\x5d\x98\x4d\x6f\xcc\xad\x69\x17\xe9\xba\x61\x28\x16\xd0\x7a\ -\x97\xca\xe1\x00\x9a\x82\xf9\x51\xb2\x85\xee\x41\xeb\xb5\xf0\x0a\ -\xba\x4d\xb1\xe4\xf7\xa9\x98\x4e\x8e\xed\x9d\xd2\xff\x66\xc1\x28\ -\xc5\x09\xd3\xcf\x4d\x66\x20\x18\x1a\x0e\xdc\x7e\xdf\x72\x50\xb9\ -\x68\xff\xa4\x4d\x77\x55\x37\x38\x0a\x40\x03\x4d\x57\xbd\xbb\x8c\ -\x45\x23\x62\x8e\x13\x18\x4c\x0a\x6e\x16\xf0\xf9\x73\x86\xae\x5f\ -\xd7\xe6\x09\xdb\x52\xad\x59\x76\xa5\x28\xa5\x61\x9a\x4e\xbd\x37\ -\xd8\x5d\xc9\x6e\xda\xa3\xad\x61\x81\x97\xb9\x19\xc2\x48\xc3\x85\ -\x00\xf3\x6c\x4a\x44\xa4\xc5\x23\x64\x56\xdb\x1e\x97\x13\x60\x4c\ -\xd5\x13\xc9\x3d\x47\x4b\x64\xcb\x1b\x6c\x86\x4c\xb9\x5e\xf8\xaf\ -\x5a\xfc\xde\x98\xde\x34\xe6\xfb\xc4\xee\x16\xba\x7d\xd3\x59\x57\ -\x50\x0c\x51\x8b\x70\x77\x75\x0c\xb0\x77\x98\xcd\xf7\x62\x98\x5b\ -\xce\x66\xd7\x6a\x61\x4c\xb1\x79\xad\x56\xe3\x4d\x3b\xc3\x86\x38\ -\xbb\xe7\x6e\x56\x51\x75\x4e\xb5\xb9\x6b\x8e\x8a\xa1\x6d\x62\xd3\ -\x9a\xdb\xef\xc6\x05\x24\xff\x44\x8e\xa5\x67\xf2\x81\x93\x7c\x6e\ -\xdf\x9d\xb2\x2e\x60\xe6\x57\xe3\x99\x5c\x4f\x1c\xf4\x6b\x80\x34\ -\x4a\x43\xe1\x57\x5d\x5c\x9f\x28\xe2\xa1\xaf\xaf\xce\xce\x0e\x1c\ -\x37\x40\x56\x8c\x45\xd5\x34\x4f\x62\xee\x90\xa0\x86\x49\x94\x20\ -\x11\x95\x09\x3c\xd7\x75\xc5\xea\x0e\xcb\x72\x3b\x93\xb8\x4d\xc0\ -\x21\x73\x80\xc3\x4e\x7d\x19\x63\x8c\xcc\x44\x25\xdf\x09\x1b\x43\ -\x28\xdf\xd1\x9c\xd3\xce\xd4\x6a\x33\x0f\x30\x97\xed\x0d\xb2\xcf\ -\x01\xfa\xef\xd3\xf3\x41\x70\x2b\xfc\x1a\x15\x09\xb1\x67\x57\x21\ -\xbe\x04\xfd\x9e\x0b\x4b\xc7\x6f\xfc\xd7\xe6\x2b\x0e\xbc\x4d\xcc\ -\x17\xdc\x7b\xcf\xbb\x59\xd8\xec\x4c\x6b\xb1\xd5\x2d\x5c\x4b\xb0\ -\x1f\xde\x93\x9d\xf5\xfc\x34\x9b\x64\xb3\x20\x66\xa8\xf9\x5c\x29\ -\x22\xaf\x5e\x55\x5c\x9e\xd1\xdb\x77\x4b\xf4\x0a\x13\x6d\xad\x87\ -\x05\x05\x59\xe5\x58\xf4\x5c\xf4\xbf\xbb\x01\xc5\x59\xfc\xc2\x31\ -\x6d\xba\x51\x30\x2b\x55\x41\x80\x55\x2b\x62\x94\x99\x10\x23\xa2\ -\xb4\xd1\x74\x0d\x36\x16\xd8\x2e\x4e\x3b\x10\xa7\x8d\x62\x9b\x7d\ -\x26\xb2\x25\x66\xfb\x83\xa2\xcd\x5c\xe3\xa4\x57\xdc\xbe\x63\x17\ -\x6c\x73\x9c\xfd\x58\x0e\x82\x10\x22\xd2\x7d\x0a\x76\xb3\xad\x75\ -\x1b\xf7\x1d\xe9\x39\x10\x9d\xbf\xd0\x03\xa5\x08\xd9\x7b\x51\x7e\ -\x8e\xeb\xdd\xfa\xc2\xa7\x41\x5e\x20\x5e\xd3\xd8\xa1\xdb\x93\x56\ -\x7a\x61\x0d\x10\x95\x58\x2c\x45\x17\x86\x08\x32\x28\x34\x40\xdc\ -\x72\x56\xfa\xfa\x12\x48\x3d\x12\x62\xc9\x93\x70\xa4\x54\xb9\x5e\ -\x2d\xf0\x2f\xa6\x20\x8e\x20\x21\x05\xcd\x28\x1c\xa8\xb0\xf5\x2e\ -\x4d\xd0\x5b\x41\x12\xeb\x18\xad\xe0\x2c\xd9\x46\x42\x81\x0c\x0f\ -\xb3\xfd\xd6\x22\x89\x8a\x6d\xb6\x7e\x8f\x89\xd4\x11\xb9\xed\xe9\ -\xa3\x0c\x37\x4e\x34\xaa\x4c\x9f\xd0\x1f\x7b\x6e\x6b\x76\xa3\xb9\ -\x64\x33\xba\x80\x11\x42\x71\x44\x52\xaa\x4d\x71\x12\xab\x68\x1b\ -\x88\x36\xc4\x79\xa1\x42\xd0\x1e\x3c\x5d\x3d\xa8\xcd\x55\x48\x8c\ -\x6c\x5a\x0c\x01\x81\x1f\x33\xd6\xf0\xf3\x64\x85\x43\xe4\x15\x81\ -\x44\xee\x45\x42\x09\xb3\xdd\x29\x9b\xba\x06\x53\x1f\x38\x60\x3b\ -\xe7\x2b\x7d\x19\x75\xa2\x01\x85\x2e\x84\x00\x80\x63\x84\xee\xd2\ -\x0d\x13\xab\x8b\x1a\x59\xa3\x89\x48\x81\xa8\x8b\xb8\xde\x8b\x0f\ -\x43\x85\x13\xdc\xa0\x32\xd1\x24\x40\xe2\xb2\x9e\x19\x9e\x87\x73\ -\x22\x16\x6b\x2f\xd7\x92\xee\xef\x55\x76\x62\x41\x1a\x91\x01\xa1\ -\x06\xa8\xfa\x44\xde\x10\x7c\xf0\xc9\xaf\x02\x14\x2c\x17\x5a\x60\ -\x5d\xb7\xd6\xd4\x69\x08\x32\x96\xf0\xe7\xca\xed\x1a\xd9\xd4\x6e\ -\x30\x43\xe6\x9f\x15\x80\xef\xa0\xb2\xaf\x62\x74\x55\xdc\x30\xb7\ -\xb3\x29\x8a\x0d\x6b\x7c\x3b\xc5\x26\xd9\x00\x50\xa6\x41\x2c\x46\ -\x01\x2b\x2c\x88\xd4\x23\xf8\xa4\x96\xc2\x30\x61\x0f\x3d\xbe\x39\ -\x0b\x9e\x13\xcf\x69\xe7\x88\x4e\x4a\xb4\xf1\x2f\x85\xf5\x1b\xb5\ -\x79\x2b\x7a\xf3\x6c\x51\x8d\x8a\x84\xd6\xa9\x4c\xb5\x90\xba\xdb\ -\x58\xbd\x0f\x50\xb2\xb9\x92\x2e\x6d\x10\x3c\x0d\x92\xba\xdb\xa0\ -\x34\x57\xce\x06\xb0\x51\x9f\x5c\xad\x67\xa5\xb5\x37\xae\xc3\x72\ -\xbf\x86\x7a\x63\x79\x4f\xb2\x15\x8b\xf4\x4b\xfd\xa4\x67\x8d\x83\ -\x0c\x03\x32\xae\xac\x00\x80\x58\x72\x0e\x2b\xdd\x8b\x4c\xb3\xe6\ -\x06\x48\xce\x68\x41\x0e\xca\x7f\xa3\x8f\x6e\xb8\x23\x21\xc2\x92\ -\x8d\xb5\x53\x3e\xad\x9d\x90\x06\xf4\x66\x80\x32\xe0\x3b\xfd\xde\ -\x1b\x0b\x8f\x4c\x30\xc1\xff\xb5\xa9\x6a\x99\x4b\xf1\x1e\x12\x64\ -\x67\x59\x71\xfe\x42\x48\x4b\xf4\x19\x2c\x81\x72\x17\xdd\x8d\xb0\ -\x00\xe4\x3a\xf1\x13\xd8\xc3\xb8\xef\xcd\xe3\x0e\x38\xe2\x95\xa9\ -\x93\x53\x27\x36\x6d\x18\xc2\x30\x8d\xe1\xe3\xa7\xdb\xf6\x3b\x5c\ -\x3b\x24\x6d\x1a\x5a\xeb\x40\xd5\x2b\xbd\xe7\xd4\x05\xeb\xe5\xd2\ -\x74\x71\x98\x94\xa5\xee\x4e\x90\xcc\xec\x05\x43\x58\x56\x01\xd9\ -\xdb\xbf\x9c\x95\x21\xc2\xa9\x12\x96\x0e\xec\x06\x35\x12\x10\x60\ -\x71\xb8\x8c\x33\x88\x9d\x12\xf5\x83\xa5\x43\xb8\x88\xb1\xea\x1a\ -\x38\x54\x3c\x08\xa4\xe7\x00\x92\x81\x65\x8d\x71\xe3\x53\x4d\x97\ -\x1b\x80\x02\x83\x2a\x0b\x50\xc0\x14\x2c\x8c\x9c\x11\xdb\x99\xea\ -\x3e\x05\x06\x11\xdb\x20\x47\xff\x7d\x7a\xb0\x62\x34\x55\x71\xfb\ -\xf7\x22\xa5\x8e\xd3\xda\x04\x0b\x7e\x9f\x74\x5d\xf3\x7a\xa4\x6f\ -\x88\xdd\x31\xa7\x2f\xee\xd5\x93\x8d\xd9\xb3\xa8\x7c\xd1\x3e\xcd\ -\x55\x28\xc7\xfe\xd8\xc4\xbc\xb7\xe2\xda\xa7\x2a\x3e\xf8\x14\x3b\ -\x4c\x9c\x36\xb2\x53\xea\x22\xc4\xaf\x8d\xe8\x25\xf8\xe1\x64\x0e\ -\x0b\x15\x29\x58\x26\x2a\x54\x43\x0d\x77\xd6\xa1\x43\xbf\xd6\x0a\ -\x3c\xe9\x17\xa9\x8b\x71\xaf\xee\x8c\x2c\xe1\xec\x54\x27\x79\x18\ -\xc5\x3c\x6d\xcd\x98\x37\x05\x6a\x4c\x40\x8e\x1c\x58\xe3\x2a\x83\ -\x20\x4e\xe6\xb2\x51\xc9\x0b\x2d\xd6\xcb\xe1\xb1\x62\x64\xd8\xef\ -\x9a\x48\xad\x08\x88\xc2\x95\x1f\x13\x0e\xbb\xa5\xea\x2a\x87\x22\ -\x87\x28\x3f\x2c\x4d\x5f\x26\x46\xae\x59\x4b\x2b\xef\x55\x26\x2a\ -\xb4\x15\xff\xe9\x76\x87\xc9\x75\xbb\x1e\x90\x49\x21\x2a\xb9\x46\ -\xf8\x3e\x3e\x3f\xb3\xb4\xb8\xd1\xff\xd2\xe2\x36\x9b\x9d\x46\xaf\ -\x45\x34\xe7\x6f\xdc\xf2\x50\xa4\xe9\x03\xbd\xa8\x21\x22\xb7\x7f\ -\x28\x02\x76\x0c\xb7\xc6\x5a\x78\x90\xe8\xcc\x12\x45\xf1\x07\x45\ -\x2d\x67\x58\x4f\x17\xc9\x6b\xee\xf7\x17\x1d\x59\x45\x25\x13\x01\ -\xc2\x20\xc4\xf9\x73\xd7\xf7\x40\xe9\x34\x58\xa7\x1c\x68\xae\x59\ -\x5e\x24\xda\x8e\x60\xcc\xcf\xe3\x08\xaf\x41\x70\x2d\x8a\x01\x11\ -\x6d\xb8\xa6\xb9\x4f\x52\xd2\x86\x24\x82\x13\xb9\x15\xaf\xfb\xf7\ -\xf1\x30\x58\x88\x73\xce\x26\x37\xd6\xe8\xac\x0d\x99\xb8\x05\xf4\ -\x46\xd8\x2c\x94\x4b\x34\x32\x7e\x27\x34\xc7\x57\xe4\xd0\x40\x31\ -\x00\x8c\x45\x26\x9c\xd6\x35\x48\xa4\xc5\xdf\xd0\x43\x08\x26\xd6\ -\x77\xe1\x4d\xc2\x8c\x06\x55\xc5\xd5\x5a\x28\x0f\x49\x77\x31\x12\ -\xa3\x55\xdb\xa4\x2c\xf5\x85\x98\xbb\xdf\xce\x87\xdc\x7b\x17\xda\ -\x8a\x25\x90\x53\xc9\xb4\x4a\x24\x7a\xaf\xe8\xb8\x14\x21\xd4\x80\ -\x2d\xe1\xd4\x35\xa0\xdb\xbb\x8b\xb7\x3c\x23\xb2\xfd\x44\x9e\x36\ -\xe1\xa5\xf1\x9f\xeb\x7e\x0c\x2a\x35\x2e\xcd\x54\x34\x04\x57\x80\ -\x42\xae\xa2\x13\xa2\x99\xa6\x1b\xdc\x0b\x1e\x64\xb1\x3e\x94\x8e\ -\xe2\x5f\x70\xd8\xc4\xd8\xa7\xbc\xd6\x4c\x39\x75\xd1\x9a\x67\xfe\ -\x52\xda\xfd\xcb\xb4\x87\xb2\x72\x82\x37\x3b\x63\x81\x6d\x42\x33\ -\x2c\x44\x59\x5d\xd7\xee\xac\x0f\x11\x51\x06\x5e\x4c\x9e\xf3\x5c\ -\x08\x91\x3f\x2e\x43\x4e\x57\x9b\x18\x38\x9d\x4c\x64\xf6\xe9\x7f\ -\xc5\xa3\x44\x80\x86\xa3\xdf\x68\xc6\x1a\x09\x72\xb0\x00\x10\xfc\ -\xe7\xd0\x88\xb8\x3d\x3a\x96\x69\x59\xba\x56\x96\xfd\xe0\x41\xd1\ -\x2f\xf9\x88\x8e\x30\x7b\xfe\x5c\x03\xd0\xc8\xd6\x10\x3f\x61\x86\ -\xa5\xeb\x99\x4b\x30\xab\x98\x4e\x15\x63\x42\xa8\xf5\x01\x16\xe0\ -\xf6\x1f\xdb\x3f\x2b\x1c\x1d\xf5\x59\x0e\x9d\x96\x61\xda\x32\xf7\ -\x50\x5b\x6b\x82\x0f\x0a\xb8\x51\x22\xa9\x20\xa8\xf2\x4e\x37\x67\ -\xfe\x36\x40\x31\xa6\x88\x4e\x65\x1a\x49\xcb\xd4\xed\x89\x85\x9e\ -\x05\xcd\x6e\x1d\x2e\x89\x43\x03\xf1\x4a\x45\xaf\x77\x62\x07\x4b\ -\x38\x29\x9d\xd8\x33\xb7\x9c\x4a\xde\xda\x7a\x09\x82\xba\xea\x37\ -\x9d\xd9\x11\x00\x43\x71\x8f\x14\x8a\x7b\x20\x9b\x71\xd9\xd8\x16\ -\x02\x84\x9c\x9a\xae\xb8\xcb\x6e\xed\x21\x03\xf3\x6a\x8e\xb8\xd5\ -\x2d\x90\x9b\xab\xf0\xea\x7b\x1b\x8d\xa5\x23\x5d\x06\x12\x4d\x37\ -\x26\x45\xd0\xa7\xae\x12\x2e\x95\xc5\x15\xd8\x29\xf2\x1b\x00\x20\ -\xa5\x2e\xa8\x56\xe7\x7e\xfe\x72\x34\xd8\x58\xa8\x88\xf8\x3a\x60\ -\x70\x3d\x35\x6d\xfa\xaa\x94\x4c\x60\x50\xf7\xdc\x31\x0f\x82\xa5\ -\xc1\x55\xa5\x6a\xe0\xb2\xbe\xc5\x25\x7b\xf3\xb6\x03\xd5\x7c\x97\ -\x5f\xf8\x5a\x5d\x74\x38\x84\x92\xd4\x9b\x74\x6d\x80\xfe\x06\x7a\ -\xb7\xd8\x0a\xd9\xea\xf6\xde\x94\xf7\x95\x6e\x35\x28\x97\x20\x75\ -\x58\xca\x94\x92\xfe\x2e\x08\xd2\x75\x11\x4a\x5e\xab\x2c\x86\xc5\ -\xd9\x94\xb5\x8c\xba\x46\x8b\x65\xd3\xd5\xca\x31\xc5\x9b\x02\x91\ -\x3b\x28\xa5\x01\x8f\x76\xd5\xbf\x2f\x62\x98\x90\x64\xcf\xc2\xb0\ -\x06\x98\xa6\x4a\x19\x45\xce\x2c\x9a\xad\xf9\x61\x31\xab\xcb\xcb\ -\x54\x29\x3e\xf8\x8e\xee\x77\x0e\xaa\x17\xef\x21\xb6\x3e\x76\x36\ -\xf4\x06\x05\x7a\x20\x19\x6e\xdd\xee\xd8\x10\x04\xe7\x99\xef\x94\ -\x85\x23\x7b\x00\x8b\xa5\xee\x65\x2c\x9d\x19\x39\x63\xa3\xb0\x65\ -\x7e\x49\x97\xd2\x3b\x65\xcc\x28\x6a\x98\x2e\x48\xf9\xf3\x47\xd0\ -\x3a\x22\xe3\x83\x6b\xb0\x32\x5b\x10\x21\x03\xe1\x30\x9e\x39\x01\ -\x08\x03\x7b\x50\x66\x41\x10\x91\x6b\xc1\xf1\x34\x3a\x4e\x36\x8f\ -\x2b\x16\x1e\xee\x42\x70\x0b\xbd\x7b\x45\x52\xc8\x5d\x54\x24\x82\ -\x98\x71\x19\x5d\x84\xa0\x69\x02\x6e\xcf\x0f\x91\x95\xaa\xe3\xeb\ -\x81\xd2\xae\x9a\x6c\x46\xb7\xec\xb2\x0a\x3d\x90\x70\xd1\x82\xe0\ -\xd1\xc0\x1d\x48\x8f\x60\x43\xb5\x4f\xfe\xf7\x69\xb3\x1f\x17\xa4\ -\x72\x29\xc3\xb5\x31\xa9\x10\x9d\x02\x53\x6d\xb2\x5b\x10\x28\x3b\ -\x5d\x6b\x47\xc5\xee\xa0\x40\xba\x3d\xdd\xc4\xc7\x15\xd8\x46\x43\ -\x3d\x82\x17\xd8\x9a\xca\x4a\x39\x4d\x2d\xd7\xae\x37\x51\xee\x78\ -\x36\xa9\x7a\xf0\x93\x37\x54\xa0\x4e\x3f\xa1\xbf\x20\x4c\xa4\x78\ -\x00\xc0\x7a\x36\xc4\x0f\x2e\x1a\xb1\x8a\x14\x23\xdc\x85\xfc\x36\ -\x0d\xc1\x71\x52\x69\xf1\xbc\x48\x6f\xa0\x0b\x0a\x04\xe5\x02\xcd\ -\x34\xe3\x58\x0b\x41\x89\xcd\x22\x46\x10\x41\x56\x41\xef\x11\x1b\ -\x55\x49\x44\x00\xc6\x38\xd7\x2e\x43\x4c\x27\x64\xbb\x74\xf0\x28\ -\x10\x57\x41\x98\xcf\x5c\x8f\xb5\xe4\x78\x6e\x54\xd6\xa7\xd4\xdc\ -\x91\xb2\x86\xd2\xfc\x63\x34\x10\x21\xce\xb8\xaa\x3b\x68\x74\xa7\ -\x3c\xef\x14\x69\xa7\xf8\x52\x08\x25\x9c\x3c\xf2\x7c\x25\x04\xfb\ -\x37\xfa\xd6\x9d\x65\x50\x80\x0a\xb3\x9b\xdf\x91\x5c\x9f\x68\xc7\ -\xc4\xad\x74\xd3\x22\x25\xff\x6f\x65\x00\xbb\xd3\x17\x07\xa6\xb6\ -\x6c\xbd\xe4\x36\x91\x39\x24\x42\x40\x37\xbc\xed\x37\xfd\x9a\x03\ -\xd0\x8a\x45\x37\x34\x91\x88\x3b\xe1\x40\x9c\x71\x6b\xd6\x34\xd0\ -\x94\x41\x82\xe2\xe5\xa0\x17\x70\x5d\xef\x03\x70\x98\x6b\x99\x51\ -\xe5\x3c\xdf\xab\x23\xe4\x4e\x69\xb2\xc8\x12\x8c\xd9\x97\x69\xb8\ -\x6e\xc2\x73\xd8\x98\x01\xfd\x39\x38\x30\x93\xe7\x40\xa2\xc3\x84\ -\xd5\x08\xc4\xcc\x30\x42\xaf\xb0\xba\x18\x3e\xee\x39\xa3\x45\xc3\ -\x32\x64\x1c\x1a\x0d\xc7\x83\x86\xf5\x4e\x2b\x0a\xed\xcb\xbc\xa4\ -\x8b\xcc\xe5\xd0\xf8\xb5\x46\x99\xea\x0d\x5b\x28\xf5\x91\xcf\x58\ -\xe2\x1e\xbc\xc4\x47\xe8\x91\x06\x5e\x6c\x95\x42\xcd\x0b\xab\x70\ -\xa2\xb4\x86\xde\x5d\xf7\x28\x26\xf5\xeb\x74\x2f\x14\x08\xaa\xfb\ -\x0d\x6c\x23\x73\x41\x44\xf2\x27\x27\xf6\xe7\x3b\x00\xe6\x13\xf4\ -\xba\xc7\x21\xc0\x11\x2f\x1d\xb9\xa3\xf7\x00\xe1\x20\xe8\x61\xf4\ -\x55\x3b\x16\xfa\x66\x42\x1f\x20\xe5\x8f\xa6\xa4\xe5\xc5\x74\x7e\ -\xcc\x28\x6c\xbb\x7b\x32\x26\xc3\xcf\x69\xf9\x92\x7a\x47\xe9\x6e\ -\x35\x20\xcc\xc0\xb2\x22\x3b\x09\x89\x80\x05\xef\x31\x26\x98\x46\ -\x57\xab\xe6\x95\x95\xfa\x64\x00\x1e\xf7\x69\x2f\xca\xb9\x4c\xd8\ -\x3b\xab\x27\xd3\x43\xb0\x51\xb7\xb1\x16\xd7\x68\x7f\x97\xf3\xfe\ -\xe9\xd9\x9b\xfe\xcc\xed\x3b\xc1\x49\x89\xf3\xbf\xc1\xf5\xcc\x8e\ -\xe9\x06\x16\xa3\x15\x39\x75\xd2\xa5\xb9\xf0\xc6\xf2\x16\x56\x7d\ -\x9e\xb5\x55\x9b\x05\x3a\x81\x7f\x9b\x47\x1a\x05\xfe\x76\x5e\x57\ -\x76\x56\x35\x3c\x0b\xc5\x11\x76\xed\x58\x63\x8c\xc0\x3d\x6e\x67\ -\x14\x54\x14\xb7\x73\xeb\xc6\x96\xd2\x46\xf3\x9b\xb4\x3c\x6b\x36\ -\xea\x1d\x49\x90\xeb\x6b\x6d\x00\x75\x9d\x32\xed\xd2\x8a\xda\x54\ -\x71\x34\xbe\x14\xba\x57\x59\x66\x40\xf4\x3c\xbd\xa1\x82\x04\x84\ -\x76\x0d\xaa\x08\x9f\xb4\x53\x5e\x06\x3c\x3e\x00\x5c\x02\xe7\x4d\ -\x55\x2d\xe5\x9d\x4a\xa5\x7d\x43\xda\xf1\x33\xa4\xbc\xc6\x6b\xf6\ -\x79\xa5\xe6\xc1\x39\x91\xaa\x23\xcf\xda\x10\x5d\x2d\x2c\xdd\x55\ -\x10\xf1\x75\x14\xdf\x17\xc9\x08\xbd\x4f\xed\x9e\x23\xef\xe1\x36\ -\x09\x33\x44\xf4\xae\xcf\x29\x7f\x76\x8e\xcc\xbd\xd9\xa7\x67\x84\ -\x26\x28\x84\x2d\xdd\x79\x44\x37\xde\x8a\x78\x80\xbf\x72\x56\xdb\ -\x8b\x2b\x34\x48\x59\x1c\x63\x69\x2d\xd6\xc5\x04\x86\x78\x38\x4e\ -\xd5\x3c\x20\xb7\xbe\xd4\xfc\x8e\xd3\xc4\x22\x9c\x14\x51\x75\x1c\ -\x58\x16\xd8\xde\x84\x30\xdc\x32\x8d\x5c\xe8\x2b\x00\x4b\xff\xc4\ -\x23\x08\xc0\x86\xf4\x0c\x0a\x1b\xd3\x4a\x59\x13\xa3\x0e\x4e\xbb\ -\xc8\x69\xb8\x2b\xcf\xa3\x5e\x32\xe5\x42\x0f\x6a\x4e\x38\x0f\x4a\ -\x50\xa3\x64\x24\x02\xd9\x37\x9b\x4d\xe0\xb0\xe6\x1f\x40\x64\xeb\ -\x44\x75\xb5\x1e\xa3\x6d\x72\x0b\xe1\xc5\x40\xc8\x31\x92\xe1\xaf\ -\xac\xcd\x32\xa5\xba\x4b\x4e\xb7\x8b\xf7\xc8\x86\xc0\x76\xe8\xd6\ -\x57\x17\x06\x8d\x92\xbf\x3b\xa6\x4d\xe6\xc6\x44\x8d\x0b\xcd\xc5\ -\xf4\xa2\x1c\x4e\x92\x45\xe9\x49\x45\xcc\xd1\x37\x5b\xf8\xaf\x36\ -\x26\x14\x54\x26\x06\xe8\x14\x29\x41\x60\x52\x21\xbf\x57\x3d\x1e\ -\xab\x90\x28\xa1\x8b\xca\x29\xc3\x1a\xa3\xdb\xde\xa7\x5b\xfa\x7c\ -\x73\x72\x83\x31\x25\x74\x6d\x5d\x50\xab\x1a\x32\x98\x5c\xee\x6a\ -\x69\x4d\x56\x5c\xd5\xfc\x1e\x2a\xf7\x9a\x5b\x9a\xd6\xcc\xad\xca\ -\x1a\x27\xc2\x2b\xf5\x21\xa6\x2d\x64\x74\x43\x3b\x03\x48\xfa\x7e\ -\xa8\x17\x49\x5c\x36\xa6\x73\x3a\xf6\xfa\x11\xca\x8b\x4d\xa7\x50\ -\x27\xc6\x7d\x52\xce\x81\xee\x3a\x74\x9c\x96\xb8\x10\xb9\x4c\x04\ -\x49\x4f\xe6\x2d\x18\x3d\x0b\x68\x5f\x33\xbc\x69\xac\x2a\x38\x83\ -\x4d\xe7\xfa\x26\x9e\xce\xe6\x4d\x42\xc7\xe6\x0d\xaf\x7e\x08\x6a\ -\x0e\x54\x42\x0b\xa8\x66\x0d\x8a\xcb\x8a\x8d\x34\x42\x12\xcd\x5f\ -\x9e\xa1\x25\xb0\x9a\xb2\x31\x09\xd1\x8c\x74\x0d\x89\x17\x37\x64\ -\xb4\x3b\xc6\x32\xd9\x19\xd6\x29\x2f\x6d\xac\x1e\x0b\x26\xd7\x33\ -\xf7\xd1\xc2\x0a\x07\x20\x1a\x3d\x36\xe6\xa6\x12\x71\x1c\x19\x0f\ -\x51\xd7\x58\x45\x7f\x37\x3d\x4a\x99\xda\x6e\x47\x69\x59\x37\x14\ -\xe0\x58\x00\x18\x57\xba\xcc\x28\x99\x9f\xab\xa0\xe3\x98\x93\xc1\ -\xc8\x44\x4c\x7a\x3d\x6e\xce\xac\xa1\x4a\xc2\x11\x13\x19\x11\xb6\ -\xb3\xd2\x27\x5c\x02\x20\x46\xc9\x62\xd5\xf7\xcc\x51\x5d\xff\x20\ -\x9a\x0e\x6f\x38\x65\x19\xd0\xb8\xd9\x34\x7b\x00\xee\x98\x3f\x87\ -\x23\x6d\x9c\xdb\x20\xb0\xf8\xd3\xe2\x23\xaa\x83\x14\x42\xd5\xa5\ -\x4a\x4e\xd6\x24\xd1\x2e\x36\xbb\xfd\x4a\x35\xae\xcc\x84\x34\xcf\ -\x29\x58\xb8\x30\xac\x05\xf9\x1d\x8a\x79\x51\x3f\xef\x31\xa6\x42\ -\x3e\x87\x4c\x6a\x9d\x69\x14\x3d\xe4\x4a\x2e\xf4\x3b\x58\x4a\x5d\ -\x82\x3d\x9b\x91\x8d\x72\x24\xf1\x3e\x2a\x58\xf3\x30\x04\x05\x7b\ -\xa7\x84\x65\x83\xb9\x6d\x49\x2a\x6b\x0f\xc5\x33\xca\x81\x86\x4f\ -\x2b\xeb\xba\x24\xb3\xe2\x07\x98\x3c\x62\x32\xd7\xa8\xa0\xf1\xfb\ -\xbf\x5a\xc3\xf1\x27\x26\x50\x71\xfe\x91\x15\xaa\x6c\x86\x11\x9b\ -\x72\x58\x2e\x8d\xf6\x4d\x8f\xbb\x33\x32\x12\x88\x50\x43\x1d\x36\ -\x6b\xfa\xab\x3c\xa4\xd6\x5d\xa5\x2c\x25\x5b\x27\x69\x91\x0f\x2d\ -\x08\xf6\xbd\x56\x4b\xd0\x7a\x31\xa7\x36\x76\xd7\x76\x46\x28\x38\ -\x5e\x40\x47\xbc\x82\x41\x5d\x7f\x8c\x57\x13\xb0\xfd\xef\xdf\x68\ -\x85\x6d\x2d\xd5\xfb\xe8\x92\x79\x4a\x68\xf4\x39\xaf\x7d\x08\x8f\ -\xc8\x18\x08\xbd\xe5\xc9\x22\x73\x1b\x7e\x41\x80\x3d\x24\x1e\x85\ -\x82\xc9\xa3\x60\xad\x34\x66\x51\x1b\x70\xb8\xed\x7b\xbd\xe7\x94\ -\xdf\x7e\x68\xdc\x9d\xa0\x5b\xa7\xc5\xd5\xc0\xae\x1b\xae\xac\x30\ -\xbd\xf0\x9f\x9b\x0e\xa0\xa9\xdf\x26\x63\x80\x08\xcd\xab\x5f\xc4\ -\x44\x65\xfe\x20\x0c\x58\x20\x91\x8f\x85\x20\xf0\x35\x50\x61\xad\ -\x27\xf2\x7c\xc9\xb2\xcf\x26\xa4\x96\xed\xd6\xd8\x12\x0b\x7c\x2d\ -\x3b\x4c\x40\xcc\xc8\x42\x60\x7a\x46\xc4\x28\x05\x1a\x85\x9f\xbc\ -\x58\xde\x40\x6d\x94\x92\x50\x04\x00\x96\xb3\x32\x60\xa0\x07\x25\ -\xda\x81\x87\xff\x00\x02\xc1\xc3\x69\xbf\x2b\x47\xc2\x31\x58\x46\ -\x05\x87\x03\x59\x50\xa0\x44\x0b\xfd\x2f\xe8\x22\x8d\x51\x72\x1d\ -\xf1\x02\x5a\x4e\xd6\xe9\xbe\xe6\x97\x19\x3f\x5f\x2b\xc2\x46\x72\ -\xf1\xbd\x6c\x58\x9a\xb6\x2d\x96\x59\x41\x85\x2a\x47\x20\x41\xbb\ -\x17\x34\x02\x9f\x8f\x1c\x7d\x5a\x04\xa4\x86\x01\xc2\x40\x56\x30\ -\x05\xea\xe2\x79\x41\xf2\xef\x11\x56\xa7\x87\x96\x7e\xcf\x67\xfd\ -\x51\xc7\x11\x1f\x4b\x0b\xa6\x6e\x04\x04\x9e\xef\x13\x3c\x78\xc5\ -\x71\x07\xd0\x18\xa1\x1d\x7b\xbe\x0f\x10\x0d\x20\xb1\xd0\x4c\x6f\ -\x5a\x48\x9f\xf3\x03\x2b\x75\x34\x75\x71\x78\x51\xfa\x98\x09\x85\ -\x51\x04\x5c\x3c\x2f\x36\x81\x79\xbe\xff\x82\xd0\x80\xb5\x96\x65\ -\x21\x61\x5c\x76\x28\x0b\xbe\xcb\xd6\x8b\xe5\x6b\x65\xd8\xb3\x36\ -\x62\x8b\xd8\x28\x7f\xd8\x74\x05\xd3\xd6\x9b\xe7\xd4\xec\xa3\x6c\ -\x6f\xb2\xd7\x4a\x94\x65\x90\x1b\x19\x24\xb5\x82\xfd\xfd\xaf\xed\ -\x50\x26\x0a\xc7\xa4\xa4\x98\x72\x14\xa0\x84\xea\x37\xf3\x78\x63\ -\x18\x63\x31\x43\xbb\x58\x40\xd6\x82\x65\x8d\x70\xd0\x2e\x6c\x4a\ -\x9b\x28\x48\x69\x48\x68\x16\xed\x96\xad\xa5\x67\x35\xe7\x31\x11\ -\x8e\xcb\x8b\x50\xe0\xcf\xfa\x74\xaa\x4c\x31\x1d\x11\x00\xf8\x2e\ -\xcf\xf1\x21\x20\x2a\xe1\x99\x76\x97\x7c\x79\xc1\x88\xac\x21\xd4\ -\x46\xd8\x26\x86\x44\x04\x1f\xee\xda\x38\x11\x0d\x15\x15\xfa\x69\ -\x97\x01\x19\xf2\xa9\x14\x74\x8e\x7d\xc6\xc6\xbb\x52\x4d\x13\xe5\ -\x04\x2d\x0e\x72\x8e\xbc\x19\x77\x98\xab\x17\xf4\x03\x4e\xf5\x91\ -\xa3\x60\x50\x8a\xf4\xd7\xe7\xc1\x71\x89\x18\x64\x0b\x22\x00\xcb\ -\xf6\x07\x0c\xca\x31\xaa\xf5\x83\xc2\x02\x5f\x58\xb6\x4f\x31\x26\ -\x36\xed\x7e\x5a\x1e\x32\x49\x4d\x5f\x12\xcd\x6f\xd8\x72\x27\x25\ -\x90\x1b\x90\xc4\x59\xf8\x4b\x45\xec\xd8\x26\x56\x5c\x4c\x78\x46\ -\x6b\x7a\x01\x01\x1e\xf9\x13\xef\x75\x12\x69\x53\xcb\xaa\x2d\xa1\ -\xa1\x39\x58\x1a\xe0\x4a\x36\x87\x1c\x46\x2f\x1b\x5a\x20\xa2\x5f\ -\x7a\x64\x2e\x76\x5a\x60\xd0\x28\xa6\x1a\x8c\xd9\xd0\xa2\x87\xf6\ -\x3e\x45\x8f\x63\x19\x53\x0c\x96\xf9\x96\x7b\x44\xe4\x51\xb0\x82\ -\xa8\x07\x41\x5a\x7c\x86\x3b\x91\xc5\xa5\x4d\xd2\xf4\x96\xcc\x9a\ -\x0f\x17\x96\xd2\x68\x71\x02\xac\xc5\xfe\x43\x6c\xef\xde\xb5\x1f\ -\x6e\x54\x62\xc1\xa2\xf2\xb5\xa6\xc7\xfe\xb7\x91\x1d\x3a\x9a\x79\ -\x0d\x0a\x67\x90\xac\x54\xb7\x59\x84\x87\xff\x0d\xea\x50\xc6\x18\ -\xd4\x90\xdd\x8f\xc5\x37\x60\x06\x8f\x22\x03\xc8\x00\x64\x81\x07\ -\x33\x3e\x02\xd9\x6e\x15\x74\x37\xd2\xd5\x26\x7d\xbd\xb1\x50\xb3\ -\x80\xe5\x39\x31\x1b\x8d\xdd\x73\xec\xd6\xfa\x46\x46\xcd\x4d\x83\ -\xf4\x18\xe2\x3a\x64\x34\x47\x4b\x21\xa3\x9e\x3c\x7f\x72\x7d\x17\ -\x3a\x38\x62\x36\x6c\xcc\x0c\x03\x17\x20\xfe\xa8\x16\x91\x07\x8c\ -\x21\xc0\xec\xf7\x0b\xc1\x0f\xcd\x12\xb2\xad\xfb\x77\x96\xfb\x33\ -\xc0\xaa\x12\xe2\xae\x42\x6c\x7f\x7e\x64\x7a\x39\xdb\x9b\x36\x09\ -\x59\x25\x87\x2b\x1b\xfc\x52\xcc\xb2\x98\x51\xc7\x38\x8a\x50\xcf\ -\x29\x0b\x00\x09\xa9\x15\xd2\xcc\x00\xdf\xf5\x01\x22\x82\x39\x7e\ -\x2c\x50\xbc\x58\x5a\xf3\x52\xbb\x71\x33\x67\xf1\xfb\xc9\xb3\x01\ -\x91\x2d\xa7\xb2\x19\x4f\x50\x28\x48\x14\xcb\xfd\x86\x76\xc2\xef\ -\x58\x84\x15\x03\x95\xaf\xdd\x3b\x73\x50\xcb\xe1\x7a\x58\x83\xa7\ -\xd7\xc3\x6d\x6a\xb7\x6b\x76\x39\x8c\x45\x28\x0d\x5b\x64\x69\x47\ -\x54\x24\x7f\xa1\xb3\x62\xc9\x4c\x36\x00\x58\x9e\x83\x15\xb6\xd6\ -\xf6\x9f\x87\x4d\x8b\xf8\xb1\x26\x27\xc1\x8d\x38\x43\x25\x73\xbc\ -\x24\xbb\x59\x65\x26\x0d\x0d\x69\x66\xcb\xc4\x52\x27\x27\x2f\xd0\ -\x15\x9c\x1a\x08\x71\x3f\x4b\xc9\x33\x45\x33\x67\x42\x22\x58\xcf\ -\xe7\xd0\xe4\xd5\x7b\xc5\x4d\xaf\xf4\xbe\x5d\xc5\x60\x4a\xad\xb8\ -\xd9\xdc\x6c\xc5\xf2\x20\xa5\x64\x51\x8d\x49\x7a\xff\x85\x1f\x93\ -\x0b\x65\x73\x9a\xab\x40\x35\x34\x9d\x11\x8a\xe6\x29\x12\xe8\xfa\ -\xe4\x16\x3b\xa0\xbf\x9b\x49\xf7\xfb\x97\x57\xd8\xb4\x07\x3b\xa5\ -\xd4\x6a\xbe\x3f\x7b\x38\x78\x02\x9a\x8f\xe5\xbd\x8d\xcd\x1d\x78\ -\x45\xbd\xc5\x31\x21\xdc\xcd\x17\xf2\x9f\x3d\x56\xcf\x5e\x34\x4a\ -\xf2\x00\xc1\x04\xc7\x24\x88\x6a\x18\x38\xc0\xe3\x39\x67\x5e\xfb\ -\xac\xac\xed\x00\x34\xa7\xca\xcf\xb7\x08\x1b\x6e\x4d\xdd\xba\xc6\ -\xe0\x88\x85\xbc\x2f\x6b\xb8\x1d\x5c\x08\xed\xbc\xda\x3f\xc0\x97\ -\xd5\x11\xd0\xd9\x59\x18\x14\x7c\x9d\x92\x2e\x5e\xdb\x04\x0b\x53\ -\x2f\x1e\x39\xb6\x94\x00\x49\xd8\xb3\xdb\xfb\x03\x4e\xb0\x6b\xd9\ -\x44\x0c\xbe\xe0\x51\x14\x22\xdf\xa0\x76\x03\xaa\x8e\x0a\x51\xec\ -\x6e\xc3\xa0\x9e\x3f\x0e\x76\x90\x7e\x46\xef\x03\xbe\xcf\x9f\x8c\ -\x4e\x62\x03\xc4\x04\x4c\xd3\x9d\xf5\xa5\x6b\x91\xa5\xee\x31\x60\ -\xf8\xf0\x07\x00\x87\xae\x63\x1f\xa4\x10\xc2\x7c\x4b\x59\xf7\x11\ -\xf5\xa8\xb4\x9c\x6d\xea\x1f\xa2\xde\xc2\x6d\x8f\xa6\xc9\xac\xca\ -\xab\x90\xec\x6d\xa4\xf9\x5b\x0e\xd2\x88\xc3\x18\x9a\x55\x31\x20\ -\x1f\x39\x20\x69\x41\x0e\x2f\xa9\xdc\x17\x1f\x7f\x9a\x39\x15\xc3\ -\x6e\x51\x8e\x39\x91\xbe\x88\x59\x73\xe2\x00\x8b\x1b\x45\x92\xec\ -\x00\xad\x8e\x68\x87\xdb\x53\x50\x5a\xca\x85\xc3\x96\x81\x52\x1d\ -\xda\x06\x6d\x88\x60\x79\x46\x9c\x14\x0e\xbd\x6c\x2c\x4c\xd4\x8a\ -\x13\xb6\xe4\x74\x31\x0d\x04\x6f\x68\x47\xd8\xd2\x07\x3f\x2a\x33\ -\x2d\x38\x26\x0c\xd4\x85\xd3\xcd\x75\x11\x01\xc9\x50\x67\x4c\x41\ -\xb3\x8f\x84\xbd\x80\xec\x14\x66\x0a\xbd\x8a\xa2\x1a\x78\x88\x18\ -\x6f\x85\xca\xcd\x28\xa4\xfe\x19\x28\xf6\xa3\xc9\xe7\xe5\xf6\xf7\ -\xf6\xb5\x4e\x9b\x50\xba\xa6\x72\x43\x70\xa1\xd1\xa8\x59\x36\x75\ -\x42\xd5\x45\x68\x72\xfb\x89\x46\x26\x37\xf4\x44\xeb\x4e\x81\x39\ -\x94\xe0\x65\xff\xfc\x7c\xf0\xbd\xf3\xe7\x9f\xe9\xe6\x8a\x40\x7b\ -\xd3\xe1\xd6\xc8\x14\x2e\x42\x63\x9c\x96\xdc\x62\xe8\x23\x0b\xc3\ -\xb8\x4c\x41\xb1\x50\x5a\xb4\x70\xa4\x63\x6f\xa6\x9b\x13\x41\x87\ -\xfb\x61\x7b\xc6\xa6\xe3\xc3\x62\xd5\x5c\x84\xa8\xb1\x9e\x23\x3a\ -\x80\x0a\xaf\x9b\x0c\x33\x22\x10\x1e\xcd\x8d\x28\xa9\x93\x33\x85\ -\xb4\x02\x31\x45\x08\x3b\xd4\x89\x31\x9d\xf2\xa9\x40\xec\x73\x21\ -\x18\xc4\x59\xf0\x1f\x79\x7b\x04\x08\x4f\xcb\x61\x91\xd6\x98\x2d\ -\x98\x73\x36\x24\x78\x2f\xc4\x3d\xaf\x2a\xe8\x8c\x58\x50\xc3\xd0\ -\x80\xf8\xd4\xa0\x20\xdd\xd5\x2c\x46\xc8\x72\xd1\xf8\xd0\x58\x00\ -\xd7\xa9\xae\xaf\x89\x0c\x10\x95\x98\xe0\x2e\x9b\x23\x3d\x31\x89\ -\x04\xf6\x60\xf6\x42\xa5\x73\xe4\xd8\x27\xc0\x6e\x14\x24\x1a\x52\ -\x9d\x9a\x1a\x2e\xe3\x9d\x8d\xc9\x40\x99\x43\x14\xf6\xc8\x60\x34\ -\x54\x4c\x0a\x10\x08\x45\xb3\xa9\x9f\x97\x4c\xec\x9e\x64\xe2\x81\ -\x64\x45\x21\x1b\xe5\x45\x1b\xc4\xb4\xdd\x77\x63\x0b\x0e\x90\x2b\ -\xcf\x90\x01\x3f\xe3\x3f\xb6\x32\xa7\x01\x5f\x18\x0e\x82\x20\x79\ -\x7e\x7a\x23\x77\xd2\x54\xfe\xe6\x7a\xbb\x69\x25\x68\x9b\x36\xd3\ -\x6c\x93\xa5\x7d\x1e\xae\xeb\xe3\xc6\x02\xd2\x22\xa0\x4e\x64\x2b\ -\x30\xf9\x26\x8e\x4f\xf3\x15\x8c\x1c\x27\x32\xfb\xfe\x4d\x06\x6e\ -\xeb\xdb\x26\x76\x45\x53\xb9\xe7\xce\xb8\xd6\x83\xc3\xc0\x82\x1b\ -\x7d\x3f\x8c\x6c\x78\xb3\x91\x47\xd5\xa0\x75\xea\xa8\x52\xe7\x90\ -\x50\x83\xdc\x9d\xaa\x07\x2a\x01\xeb\x01\xf2\x36\x31\x12\x06\xe1\ -\xa5\x4d\x7e\xd0\x30\x39\xce\x00\x25\x6c\x08\x80\x3c\x56\x80\xba\ -\x5b\x98\x18\x9d\xcf\x91\xf6\x1a\x90\x9a\x5a\x1b\x22\xc8\xa9\x98\ -\xac\x70\x62\x44\x12\x18\x38\x8d\x30\xcc\x80\x94\xa6\x3d\x64\x8f\ -\xac\xe5\x4c\xd9\xaf\xa8\xc3\xa5\xb4\x91\xb7\xcc\xa5\xe2\x32\xbc\ -\x4f\xd3\xf7\xa9\xce\xcd\x3c\x63\x23\xd2\x59\x4e\x25\x35\xad\xdb\ -\x79\xc6\xd2\x69\xa7\xc4\x5e\x24\xed\x77\xea\x28\xc5\x35\xc1\x8f\ -\x7d\xe7\x95\x1d\x85\xe5\xd5\xe9\xa4\x6c\x8c\x61\xa5\x83\x1d\x02\ -\x76\xa6\x0b\xde\xeb\xbb\x83\x19\xc2\x7b\xa8\x7a\xc9\x43\x65\x6b\ -\x58\x30\x19\x37\x61\x0b\x8f\xd9\x00\xf9\xf4\x2d\x00\xcb\x83\xa2\ -\x0a\x0d\xac\xb9\x51\xc2\xfe\x7b\xe3\xaa\x5e\x97\x10\x9c\xae\xc8\ -\x24\x59\x43\x32\xdc\xf7\xb6\x9f\x02\x6b\x23\xdb\x5e\x75\xf4\xfd\ -\x8b\x94\xcf\x4c\x30\x69\x02\x59\x68\xb4\xd6\x14\xd2\x00\x74\xda\ -\x72\xa9\xb6\xd2\x44\xd7\x3e\xf8\x23\xcc\x49\xd0\x5a\x16\xdf\x32\ -\x97\x35\x3d\x2b\x9a\x4e\xd8\x5d\xa6\x3d\xca\xe6\xa2\x03\x0c\x46\ -\x8e\xd5\xc8\x71\x3d\x6e\x8e\xd0\x95\xa9\xe6\xac\x85\x6b\xc4\x4d\ -\x89\x31\xd2\x18\xab\xd9\xf4\xbe\x59\x23\x62\xe8\xe7\x2a\x7d\x91\ -\xba\xa0\x20\xcc\x73\xd6\x5a\xed\x3d\x66\x0e\x6e\x75\x8d\xdc\x65\ -\x05\xa4\x40\x65\xa9\x11\xbd\xf9\x9a\x58\x8c\x24\x8e\x83\x7f\xd3\ -\x15\xfc\x7f\x94\xbd\x59\xb6\xe4\x48\x8e\x25\x08\x40\xf8\x2c\x6a\ -\x43\xbd\x97\xfe\xef\x8d\xf4\xaa\x2b\xdd\x9f\x52\x80\xfe\xc0\x74\ -\x21\xa4\x5a\x54\x87\xa7\xa7\xf9\xb1\x67\xa6\x03\x29\x14\x01\x70\ -\xa7\x77\x43\x8a\xf9\xd0\x56\xc1\x95\xc5\xc1\x5b\xe6\x49\x5c\x84\ -\x6f\xc1\xa6\x8f\xf4\xe6\x5c\xc0\x42\x45\x97\x71\xee\xa9\xbe\x42\ -\xd0\x6f\xb9\x00\x08\x35\xce\x9c\xad\x67\xa1\x97\x0f\x0b\x16\x53\ -\x6f\xe6\x05\xf5\x50\x9f\x96\xb3\xc4\x60\x7e\x21\xa7\xe1\x76\x4d\ -\xe8\xbd\xf9\x54\xa0\x99\xd1\x08\xb4\x33\xd4\x15\x04\x12\xa8\x57\ -\xe4\x3a\x18\x1e\xc0\x87\x45\x2e\xd8\x6e\x7e\x33\x9a\xcf\x2c\x8a\ -\x2b\x3e\xe7\xcd\xb8\xe0\x8c\xc2\x7c\xcb\x0b\x3d\x9a\x1b\xd7\x89\ -\x80\xb0\x65\x71\xd5\x22\xc0\xb2\x0d\x3f\x79\xc7\x7c\x34\xf0\x6f\ -\x14\x8b\xe8\xc4\xd4\xec\xaf\xce\x93\x16\xf9\x1a\xaa\x5a\x9a\x01\ -\x6c\x6e\x17\x4b\x71\x66\xdf\xdc\x1b\xed\xd8\x98\xcf\xa2\xb5\x06\ -\x04\xc3\xcc\x81\x0b\xc3\x66\xee\xfb\x85\x0f\xa3\x17\xcd\xcf\x70\ -\xe9\xe1\x9a\x98\xc5\x7e\x0c\x08\x1a\x06\xd7\x12\xa8\x1a\xc9\x8b\ -\x43\xdd\xb9\x19\xc5\xb4\xa8\x06\x92\x57\x37\x60\x4c\x55\x38\xce\ -\x0d\x4f\x4a\x08\x2e\x2f\xae\x3e\xa9\xe9\xf0\x8d\xe7\x3a\x34\x36\ -\x71\xf8\xcb\x76\x14\x80\x65\xb8\x5f\xf6\xe0\x23\x0f\x4b\x1d\xfc\ -\xf2\xf3\x99\x47\x3b\x5a\x82\xdc\xbb\xd4\x67\x31\xc5\xc1\xbd\x4e\ -\x82\x26\x1f\x85\x40\x5a\x68\x77\x78\xac\xff\xce\xaf\xf9\x8e\x00\ -\x00\x20\x00\x49\x44\x41\x54\xfc\x8a\x35\x17\x45\x95\x41\xde\x16\ -\x0b\xd9\x68\xac\x7a\x9f\xaa\x26\xc6\x16\xbc\x6d\x8a\xc1\xb5\xaf\ -\x35\x9f\x81\xd3\xad\x37\xf0\x67\xf1\x3d\xac\xfa\x69\xef\x6e\x80\ -\x86\x82\x76\xc7\x9a\x7a\x47\x6b\x45\x83\x62\xd1\xf8\xd0\xb1\x76\ -\x43\xe8\xcc\x16\xa8\xac\xf5\xcc\x87\xa3\x72\x2d\xa4\x89\x80\xea\ -\x15\xf4\x32\x39\x72\x70\x62\x9f\x6d\x5a\xdc\xa4\x54\xe6\x9c\xe7\ -\xdc\x83\xd9\x56\x53\x4f\x06\x5b\x56\xa7\xd1\x07\xed\xb2\x79\x2e\ -\x3d\x6b\x19\x86\xa4\xd5\x7e\xb8\x78\xda\x8a\x26\x34\xce\x83\xd0\ -\x94\xa9\x87\xd4\x84\x88\x19\xef\x11\x95\x56\x82\x71\xfd\xf2\xd4\ -\x31\x29\xed\xe3\xec\x93\xa1\x2d\xf8\xba\xff\x80\xbd\xd9\xb7\x3f\ -\xf7\x2d\xfc\x17\xff\xfb\x47\x56\x0c\x95\x9e\xe1\xe3\x4e\xcd\xce\ -\x67\x62\xbf\xaf\xa3\x40\xc3\xfc\xff\x56\xd9\x85\x9b\x3d\x35\x1e\ -\xa9\xc3\x24\xd0\x5a\x88\xb6\x71\xd0\x28\x94\x92\xd5\x90\xc3\xa3\ -\xfc\xc7\x78\xe4\x07\x12\xe4\x2e\x61\xa8\x73\x0d\x53\x57\x68\x3f\ -\xf3\x7b\x68\x8e\x75\xbc\xf9\x41\x7b\x72\xd4\x72\xe6\x19\xb2\x56\ -\x68\x37\xf7\x1d\x54\x28\xea\x33\x66\x87\x71\x41\xb9\xf7\xee\xa2\ -\x4e\x52\xb0\x60\x48\x6d\x30\x6d\xc6\x59\x1f\x05\xb8\x8e\x60\x70\ -\x29\x86\x85\xaa\x05\x80\x6a\x45\xad\xb4\x43\x1e\xd0\x7a\x44\x9e\ -\xc5\x21\xd3\x63\x5f\xa9\x81\x6d\x64\x83\xe5\xfd\x37\xb3\xd2\x5f\ -\x0d\x44\x7d\x28\x5b\x51\x8b\x0e\xdf\xc7\xbe\xbb\x00\x9f\xfb\x23\ -\x17\xad\x37\x34\x99\xc1\x4c\x69\xa9\x00\x46\x4f\x1c\x83\x68\xeb\ -\xbc\x3f\xc9\xae\xb2\xca\x3c\x1b\x31\x27\x8c\x51\x03\x31\x75\x61\ -\x42\x16\x68\xcb\x15\x54\x8e\x9c\xd3\x03\xd9\x65\xd0\xaa\x66\xed\ -\x86\x6c\x31\x37\xb2\xec\xcc\x24\x82\xba\x29\x87\x2b\x66\xf7\xbb\ -\x9e\xb4\xa2\x57\x9a\x0a\xab\x74\xd4\x9d\xc9\xa0\x02\xf7\x59\x5c\ -\xff\x3b\xbf\xb3\xb6\x94\x84\xfe\xb2\x6f\x24\x8d\x1d\xf5\x4f\xeb\ -\x8b\xd6\xaf\xf2\x9e\xd4\x8e\x33\x8f\x1f\x08\xe9\xd4\x29\x4d\xe0\ -\x60\x50\x61\x8f\x11\x2f\xdb\x2a\x33\x8c\x3c\x23\xdd\x2f\x23\x58\ -\x60\x3b\x18\x0a\x45\x41\x8f\x61\xb3\x84\x5c\x46\x6f\x1f\x72\x00\ -\x45\x6f\xec\x7d\x0a\xf1\x3e\x40\x91\x3c\x65\x29\x33\x47\xd3\xea\ -\x3b\x77\x0d\x46\xe0\x2b\x60\xe3\x0c\x1f\xb4\xea\x1c\xd0\x86\xde\ -\xfb\x07\xef\xdb\x83\xb4\xdb\x94\x56\x66\x26\xba\x16\x49\x6a\x74\ -\x99\xc7\xb0\x0d\x01\x10\x5c\xaf\x2e\xa3\x91\xc7\xb3\x77\x65\x5a\ -\xfb\xbc\xf9\x9b\x88\x65\x08\xf7\x5f\xa7\x0d\x69\xc3\xfe\x25\xe8\ -\x8c\x43\x7c\xf7\xfe\x33\x21\x0c\x8a\xb3\x2f\x29\xf4\xa6\x5c\x50\ -\x23\x6e\x8f\x7d\xe8\xdf\x4f\x41\xe4\x10\x8f\x1f\xb4\x84\x97\xe6\ -\x6b\x6c\x7c\x35\x7d\x5d\x65\x8b\x2c\xa0\x4f\x7a\xcb\xe6\x1a\x0b\ -\xda\x14\x50\x85\x2f\xef\x01\xff\xa2\xd3\x08\xd7\x0e\x64\xe3\x9a\ -\x4a\x88\x60\xd3\x75\xaa\x88\x41\x16\x4d\xe0\xee\x8d\xcd\xa1\x4e\ -\x37\x27\x50\x63\x92\x2b\x6e\xba\x3c\xed\xcc\x97\xc1\x61\x08\x26\ -\x1b\x8b\xd0\xa4\xe4\xb4\xdb\x9e\xa1\x7f\xa2\x4d\x91\x4a\x1d\x55\ -\x87\x1d\xaf\x49\xc5\x83\xa0\xe9\x4d\x2f\x85\xf5\xcb\x04\xe3\xcd\ -\x7c\x64\x72\x84\xdb\x36\x7d\x7f\x41\x3d\xcf\xbf\x97\x87\xe1\xde\ -\x3b\x86\x98\xcf\xf7\x52\xb2\x77\x4d\x20\x6b\x0b\xae\xcd\x88\x16\ -\x1f\x08\xa4\x10\x06\xc6\xe2\x75\x21\xb3\xb0\xf3\x64\x9f\xcc\x73\ -\xeb\x77\xf8\xb5\x76\xeb\xdc\x9d\x49\x95\x44\x77\x8c\x44\x19\xb8\ -\xc2\x16\x15\x1a\xbe\xa2\x89\x61\x08\x22\x6b\xc0\x0a\x5a\x14\x4a\ -\xb4\xa8\x36\x76\x9a\x47\x5a\x75\xd3\x28\xf6\x43\x2c\x4c\x57\x0c\ -\xc7\x01\x25\x28\xa3\x01\x1a\x5c\x7a\x1e\xd7\x98\x20\xf7\x25\xb2\ -\x81\xd2\x55\x13\x90\x90\x2a\x62\x58\x42\x48\xda\x7c\x75\x41\x97\ -\x9b\x97\xc6\xd3\x48\x06\x12\xd6\x7f\xee\xc8\x74\x23\x75\x05\x0f\ -\xd0\xa0\xd1\x9c\x61\x14\x76\x03\x75\x7c\x33\xc5\x51\x9a\x21\xcc\ -\x58\x28\x09\xa0\x3c\xeb\xb9\xde\xf5\x49\xc3\x78\x3a\x46\x7a\xd2\ -\x7b\xd1\x82\xa3\xb0\x29\x67\xbb\x70\xfa\x44\xb4\xb1\xd7\xfa\xf6\ -\x09\xbb\x58\x09\xfd\x25\xab\xa2\xa5\xe5\x4a\x97\xc3\x8c\xb9\x77\ -\x05\xc5\x93\xda\xab\x41\x6b\x2f\x56\x22\xbb\xe0\x90\x4f\x7a\xe2\ -\xa6\x71\x59\x5e\x90\xdb\x3c\xcc\xf6\x27\x8a\x7c\xd1\x0a\x64\x16\ -\xf2\x4c\x93\xd4\x17\xfa\x7e\x94\xe7\xc5\x0d\x7b\xbf\x12\xe9\x2f\ -\x9c\x21\x3d\xb1\x5c\x6b\x3d\xd0\xa6\x2a\xca\x98\x49\xa2\x61\xbe\ -\x2e\x3e\x74\x21\xef\x7b\xc8\xeb\xd9\x47\x04\x2e\x79\x13\x79\x7f\ -\xba\x74\xd1\x63\xb8\x80\xa2\x7c\x62\x1e\x1a\xbe\xbf\xe9\x77\x91\ -\x32\x6c\x07\x02\xe6\x81\xef\x78\x46\xd2\xd8\xbb\x9f\x39\x8b\xeb\ -\xa0\x39\xd9\x8b\xe9\x00\xe6\x32\xdd\xc7\xeb\xae\x87\x76\x66\x7c\ -\xef\xb4\x32\x0f\x4d\x92\x44\x23\xa3\xba\x63\x8a\xfe\x99\xc2\x7e\ -\x08\x9c\x36\x53\xda\xb4\xab\x78\x12\x11\xd2\x70\x87\xdb\xb4\x49\ -\x59\xe9\xb2\x74\x49\xbb\xdc\xf0\xc4\xb6\xd3\xdb\x46\xe0\x75\xe6\ -\x61\xae\xc7\x9e\xae\x39\x88\xa0\xcc\xdc\xb9\xcb\x85\x58\xb8\x6d\ -\xc7\x4f\xab\x7d\x8e\x33\x19\x07\x8c\x89\xb4\xe7\xb3\x79\x97\xfd\ -\x32\xc6\x72\x50\x51\xc7\x51\xe7\x6d\xf2\xe2\xa0\x4c\x44\x17\x33\ -\x5d\xcc\x1d\xc5\xf0\x28\xbe\x71\x1d\x60\xc3\xdb\x9f\xa3\x0a\xef\ -\x78\x86\x0b\xbb\x64\x30\x1b\x30\x86\x06\x58\xab\xf6\xa9\xf3\x01\ -\x72\x8a\xde\x06\xed\xde\x44\x6a\x19\x87\xe8\xcb\x20\xf0\x15\x61\ -\xb5\x99\x95\x85\x65\xff\x5b\x6d\x80\xc3\xcb\xcc\x45\x73\xda\x5f\ -\xec\xb4\xf2\x76\xfe\x4b\xe9\x29\xf1\x75\x30\x02\xc7\x5e\xc2\x83\ -\xa7\xf5\x3d\x0d\xa3\xb6\xaa\xcd\x94\xfe\x6b\xc0\x74\x39\x94\x42\ -\xc0\x72\x53\x8a\xed\x61\xd5\x8e\x9f\x05\x73\x22\x9f\xac\xae\x7d\ -\xec\x57\x73\x7f\xc9\xf8\xa2\x1a\xce\x33\x8d\xe6\xc7\xdd\x83\x23\ -\x26\xa4\xb4\xb9\x91\x81\x17\x6e\xa9\x3e\xec\xf7\x27\xce\xc5\x13\ -\x4a\xa4\x57\x3d\x0f\xde\x50\x72\x35\x50\x8f\x8c\x57\x69\x53\xaf\ -\x84\xc8\x30\xf7\x3c\x11\xdc\x32\x7a\xcb\x5a\x94\x7a\x1f\x2f\x83\ -\x90\xad\xa4\x7a\x3b\xfa\x15\xe6\x2e\x72\x98\xd6\x8d\xda\xcc\xd0\ -\xb5\xd2\xca\x09\x74\xdc\x5f\xed\xba\x80\xe3\x8c\x94\xa3\x17\x6a\ -\x2d\x33\x7f\x05\x70\xba\x86\xe7\x77\xf3\x8a\x2a\xac\xd8\x4a\x40\ -\xdd\x08\x0a\x1e\x3e\xbd\x30\x24\x90\x8d\x0a\xa8\xcb\x05\x73\x04\ -\xac\x3e\x45\x8e\x18\x08\xcc\x8f\x3f\x53\x07\x3e\x2c\x84\xa4\x8e\ -\xd9\x5f\x32\x86\x0a\x1a\x0e\xf9\x37\x1d\x10\xfb\x5f\x1b\x45\x7a\ -\xd2\x1d\x71\xd2\xf9\x86\x8e\xd9\xf8\x7c\x52\x96\xc7\x9e\xe1\xf5\ -\x3e\xad\xec\x6b\x9a\xa2\xda\x0d\x07\x53\x87\xf1\x7e\xb6\x4e\x7a\ -\x46\x04\x92\x52\x1c\x14\xe3\xc1\x22\xdf\xd8\x32\x48\xb6\x9b\xa2\ -\x0d\x34\xab\x16\x54\x0b\x31\xed\x63\x0a\x37\x0f\x5d\xdf\x20\xdb\ -\x06\x15\xe0\xe3\x6c\x96\x8a\x7a\xf3\xee\x7c\x55\x2d\x6f\x4d\xb4\ -\x30\xe5\x5d\x2a\x57\xe2\x55\xb8\xca\x3c\x0d\x29\xde\x02\x07\xa9\ -\x4d\x05\x98\x9e\x48\xe5\x99\x93\xf3\xf5\xde\xc3\x18\x6c\x52\x2f\ -\xb5\xdc\xc0\x2b\xdb\x43\xba\xb9\x7a\x17\xc9\xee\x2e\xca\x49\xc1\ -\xb1\x4d\x43\xa0\xce\x65\xf0\x50\x56\xb0\xc3\x35\x68\xa8\x96\x5f\ -\x1a\x78\xa0\x62\xf2\x1a\x4e\x3e\xca\x06\x61\x8f\xed\x6b\x89\x53\ -\xb8\xda\x14\x85\x06\xd2\xc2\x49\xd5\xb2\x9c\x92\x65\x0e\xd1\x79\ -\x50\x08\xa0\x36\xab\x48\xb3\xd3\xdd\xb3\x5c\x31\x9e\xd7\x1c\x9a\ -\x0f\xa3\xd3\x20\xe0\x14\xef\x5e\x63\xc2\xc8\x61\x57\xdf\x07\xc7\ -\xfd\xe2\x26\x04\x08\xb9\xe2\xd4\x16\x68\x2e\x50\xc0\x0d\x4a\x29\ -\xbd\x67\x9f\xbd\x15\x09\xd5\xcc\xe0\xf7\x79\xd5\xe4\x00\x8a\xc5\ -\x3a\x9c\x30\xd9\x16\xf5\x24\xe2\x78\x0f\x56\xda\xba\xfd\x1a\xb0\ -\x02\x8a\xdd\x07\x07\x4b\x22\xc9\x8d\x5e\xce\xc9\xae\xd5\xb4\xb5\ -\xbe\x23\xb7\x39\xc1\x0e\xbb\xe3\x2e\x62\x3a\xcc\xb7\x1b\xac\x17\ -\x11\x78\xe6\x1f\xea\x6e\x16\x01\xd9\x63\xe0\xb4\x80\x66\x86\x8d\ -\x83\xa4\x21\x48\x0a\xd7\x15\x74\x10\xdc\x48\x98\x82\xf9\xc3\xc3\ -\xac\x24\x74\x36\xcf\xeb\xdd\x13\x44\x4e\x1d\x41\x1c\x75\x8b\x98\ -\x14\x9b\xdb\x63\x30\xf6\x70\x56\xa5\xbf\x07\x9d\xbe\x51\x9d\x3a\ -\xfb\x09\xf6\xdc\xbf\x4c\xb0\x1b\xcd\x68\x36\x07\xea\xda\x1c\x00\ -\xef\x62\x95\x09\xe3\x0a\x3a\x97\x29\x03\x8c\x3b\x1a\xa0\xf3\x89\ -\xf8\xc5\x6a\xff\x6f\x6c\x80\x13\x75\x9b\x45\x1c\x34\x92\x26\x34\ -\x7d\x39\xec\x41\x7d\xcc\xac\x98\x44\x55\x53\xcf\x66\xf4\xb4\xd7\ -\xaf\x38\x05\x77\x96\x29\xd7\xc2\xd4\x9f\x59\xd1\x7d\x23\xb0\x78\ -\x9f\xe1\xca\xdf\x68\xff\xf2\x1e\x26\x9b\xe7\x2e\x25\xd0\xce\x55\ -\xb0\x13\x45\xbc\x0b\x59\xe5\x3d\xa2\x9b\xde\x5b\xfd\x80\x8e\xbe\ -\x4c\x4c\x6b\x75\xe3\x21\x56\x78\x68\xd1\xc1\x68\x3d\xa9\x9c\xaf\ -\xf2\x8c\x64\x3a\x30\x0f\xad\x97\x01\xc5\x2d\x87\xa7\x38\x48\x26\ -\xe1\x51\x68\x9e\x4e\x77\x99\x65\xd8\x67\xb2\x42\xd1\x2f\x85\xfe\ -\xbc\xee\x7d\xf6\x66\x72\x96\xe7\x5b\xee\xdf\x0b\x86\xdb\xd9\x3c\ -\xf1\xfb\x90\x81\x74\x20\x6c\xa9\xc1\x47\x4e\x54\x52\xa5\x4d\xe7\ -\x35\xda\x9a\x1a\xad\x27\xbd\x3f\x59\x45\x8b\x56\xd0\x85\x91\x41\ -\x71\x34\x55\xa7\x45\xb8\x74\xd4\x06\x93\x86\x99\x05\x77\x86\x25\ -\x98\x5b\xf8\x5e\xd5\xf9\xe5\xde\x78\x75\xbe\xe4\x00\xef\xeb\xfc\ -\xe2\xbf\xd4\x11\x74\x20\x64\x1d\x4e\xdb\xf2\x88\x77\x4a\x63\xfe\ -\xdd\xeb\x67\xb5\x45\x7c\xed\x95\x4d\x13\x77\x76\xc1\xdd\xf5\x41\ -\xe5\x80\xe9\x63\x48\x5a\xba\x31\xb6\x99\x45\x19\xb5\x66\x35\xb5\ -\x0c\xc3\x9f\x08\xb3\x67\xfb\xef\x7b\x0d\x1a\x84\x9d\x0d\x90\x6a\ -\x87\x34\x27\x5a\x9a\x74\x48\xb3\x2f\x39\xb9\x6c\x74\x0f\x67\x6d\ -\x25\x34\xf0\x34\xd6\x81\x16\x7e\xbb\x0f\x2d\x4b\xd0\xe7\xfd\x41\ -\x9a\x36\xf7\xaf\x0f\x8d\x95\xe5\xe0\x3a\x73\x9b\xd6\x7a\x85\x29\ -\xcf\xc2\x01\xb5\x54\xfd\x20\xf6\x24\xf7\xbd\x21\x79\x76\x90\x6f\ -\xa8\xd7\x59\x30\xf7\x86\xad\xf0\xd0\xee\x42\x72\xe6\x04\xcc\x5e\ -\x04\x62\xdf\x68\x8d\x5d\x93\xaa\x6a\xd4\x1f\x7c\x00\xf2\x07\x62\ -\x42\x4f\x2b\x67\x9f\x70\xbc\x53\x44\x4e\x01\xb3\x30\x77\xa8\xe0\ -\xe1\x9e\x52\xb9\x21\x48\xa7\x53\x17\xc4\xfa\x88\xc8\x88\xf8\x1a\ -\x45\x78\xba\x37\x09\x67\x16\x65\x3f\x80\x98\x25\x91\x7c\xdc\xda\ -\xe8\x0c\xdc\x11\xb9\x1d\xee\xae\xc5\xe5\xc2\x55\x0b\x33\xdc\x03\ -\xf7\xd6\x72\x43\x1e\x99\x05\xf9\x4f\x75\xf0\x54\x49\xf0\x34\x8a\ -\xfc\x9b\x84\x7f\x8e\xc2\xe4\x40\x68\x88\x87\x63\xe3\x79\x2d\x35\ -\x9b\x16\x79\x47\xbd\x2a\xb1\x1b\xf4\x29\x59\xac\x39\x8c\x3b\x19\ -\x5c\x5f\xad\xdd\xa5\x75\x87\xfd\x59\x94\x54\xf9\x61\x21\x5a\x45\ -\x07\x19\x4c\x04\x93\x02\xd8\xfa\x3c\x7a\xa1\x6f\x9c\x93\xb3\x15\ -\x64\xd2\xc7\x54\x8b\x89\xd0\xea\xb5\x50\x32\xb4\x1d\xcd\x35\x86\ -\xcd\x55\x04\xcc\xbe\x3d\x03\x4d\x97\x04\x5b\x74\x79\x0e\x46\xf0\ -\x7a\xfa\xc1\x9d\x4e\x5e\x5c\x87\x69\xfd\x9d\x95\x79\x35\x06\x07\ -\x6f\x23\xcd\xb2\xae\xd1\x50\x76\x76\x54\x8b\x74\x0b\x1d\x4d\x89\ -\x2f\xac\x63\xa5\x9f\x5a\x6f\xf2\x42\xab\xb7\xc5\xc3\xa5\xf2\x6c\ -\x58\x05\xc2\xaa\xb1\x71\xe5\x34\xdc\x78\x20\xa8\xc7\xeb\xd3\x49\ -\xb1\x9c\x7b\xd8\xde\x1f\x28\x16\x5e\x9a\x47\xd1\xb1\xc6\x0a\x09\ -\x62\x6c\xbc\x75\x06\x70\x72\x0e\x25\x28\x42\x22\x15\x0a\x4e\xfe\ -\xaf\x13\xd4\x42\x5e\x99\x49\x56\xd3\xa1\xcb\xe9\xec\x41\xc7\x96\ -\xf7\x03\x9f\x94\xb6\x12\x89\x6c\x28\x48\xf1\xd0\x63\x62\xfa\x01\ -\xa4\x17\x1c\x01\xd3\x91\xad\xce\x97\x03\x31\xa4\x1e\xee\xc5\x95\ -\x04\xb7\x3c\xa0\x63\x0a\xe4\xe7\x2c\x30\x78\x31\x76\xe1\xbc\x96\ -\xf1\x79\x3d\x17\x69\xce\x24\x22\xa4\x6b\xcf\x41\x8c\xcd\xc2\xea\ -\xe7\xe7\xe7\x2b\x8a\x54\x13\xcf\xd1\x98\x4f\x7d\x5c\xe5\x14\xbd\ -\xd8\x16\xa3\x69\x0d\x2d\x29\x43\x18\x25\xaa\xbd\x58\x47\x61\x20\ -\x50\xbc\xe9\x98\xf8\x77\x81\xa8\xa3\x99\x6b\xea\xdc\x37\x56\xc9\ -\x39\x40\x38\x51\xf1\xcc\xb0\x93\x77\xf4\x8e\x43\x9b\xc0\xbb\x86\ -\x17\x3e\x64\x0d\x2b\xf9\x34\x10\x12\x98\xc0\x8b\xe7\x12\xd1\xf6\ -\x8c\x32\xae\xd4\x0d\x3d\x6c\x97\x5d\x63\x95\x3f\xf3\x46\x6e\x97\ -\x33\x58\x32\x16\x2c\x03\x95\xc3\xc9\x76\x5d\x4c\x0e\x88\x19\xe4\ -\xae\xdd\xad\xc7\xa4\xa0\xa9\xd3\x26\x26\xf1\xf3\x94\x88\x78\x87\ -\x46\xae\x26\xdf\x4a\xca\x1b\x50\xf4\x63\x0d\xa4\x0b\x2b\xd4\x1b\ -\x39\x23\xb1\xd7\xe7\xe5\x3d\x74\x16\x59\x14\x67\xa7\xc2\xcc\xc3\ -\x95\x2c\xe3\x18\x10\x99\x7d\x6d\xd4\x8d\xbe\xca\x00\x76\xe8\xea\ -\x50\x73\x32\x74\x62\x87\x26\xe5\x03\x67\xda\x1c\x40\x85\x71\x4e\ -\x9a\x4f\x40\xe4\x05\xd6\x19\xc8\x12\xc8\xe0\xf7\x37\x0a\x18\x55\ -\xf9\xde\xe7\x81\xd2\xa1\x4f\xcc\xe2\x3f\xaf\x1b\x25\xca\xc2\xef\ -\x72\x0d\x23\xa7\xde\x8d\x66\x10\x69\x66\xf6\x57\x8d\xff\x57\xf9\ -\xc0\xa0\xe2\x35\x03\xe7\x61\x50\xb3\xa4\xa8\x92\x95\xd3\x8c\xf5\ -\x23\x64\x78\x3d\xde\x3b\x1b\x63\x9e\xd7\xf3\xcd\xf5\x10\x33\xc0\ -\x50\xa3\xde\x1e\x7c\xfa\xfe\xfd\x14\x29\xbd\x69\xd2\xe4\xda\x36\ -\x2d\x43\xa2\x05\xda\xc4\xa3\xa6\xad\xd0\x78\x6d\x5a\x2a\xac\xdd\ -\x4d\x4c\x4b\x56\x30\x74\x21\x47\x2a\x5c\xbf\x4d\x3f\x0f\x1d\x94\ -\xf2\xcc\x6f\xcb\xe7\x5d\xc3\xe8\x26\xe5\x12\x0a\x78\x55\x67\x69\ -\xc9\x18\x98\x6d\xcc\x99\x1b\x03\xf9\xfd\x4a\x8f\x3c\xaf\xaf\x84\ -\x7e\xdd\xf4\x40\x33\x55\x87\x4b\xf4\x70\x6d\x74\x94\xb9\x5d\x3a\ -\x70\xa1\x31\xcb\xd7\x9b\xf8\x6c\x50\x04\xa8\x10\xa1\xbb\x61\x03\ -\x6e\x7e\x76\xbf\xcf\xe9\x1d\x83\xd0\x2f\xdd\xc7\xc6\x83\x18\xa5\ -\x4b\x2b\x95\xb6\xd3\x44\x40\x68\xf7\x16\xe6\xfa\x3c\x04\xde\x3b\ -\xd3\x7e\xce\x24\x42\x3c\x91\x3e\x04\x13\x14\x83\x22\xbc\x38\xbd\ -\x54\xae\x89\xcf\xcd\x0d\x4d\x37\xde\xb5\x64\x5c\x8b\x39\x0e\xa4\ -\x28\x36\xdb\xc2\x3a\xb8\xca\x72\x55\x91\xe1\xb9\x53\xbb\xe8\x7d\ -\xa6\x47\x2a\x3a\x63\x46\x15\x6e\x90\xe1\x46\x46\xd3\x22\xff\x14\ -\xe5\x9f\x7a\x19\xcc\x87\x4a\x34\x6d\x1c\x0e\xe9\x16\x94\xc8\xa2\ -\x95\xad\x5a\xe4\x03\x68\x1f\xf8\xd9\x5c\x2d\x79\xa1\x8c\xf1\x57\ -\x28\xfe\x95\x0a\x73\xea\xda\x74\x4e\x7e\x35\xc5\xfe\x09\x69\x13\ -\x6a\x9e\xb8\x9a\x6e\xcd\x00\xd5\x01\xa7\x13\x14\x19\x5c\x62\x49\ -\xe6\x73\x4a\x2d\x15\xd4\x67\x2f\x34\x1a\xde\xe1\x56\x66\x4d\xa7\ -\x60\x28\x32\xcf\x61\x45\x07\x74\x87\x6e\x60\x14\x63\x7c\x4c\xd6\ -\xb0\x2e\x4f\xda\x9e\x84\x16\x51\x6a\xc2\xfb\xd6\x8c\xca\x49\x43\ -\xa2\x77\x43\x99\xa2\x0d\x02\x0c\xe4\xac\x46\x0c\xff\xdb\xd4\xb6\ -\xd3\x41\x67\x02\x7e\xbb\x8c\x3c\x3b\xa9\xc3\xd3\x37\xf0\xa9\xef\ -\xe4\x97\xa2\x22\x05\xa8\xaf\x22\x7d\x68\xbc\x23\x33\x1d\xb2\x33\ -\xa4\x26\xdb\xcf\x3d\x61\xbd\x6a\x2c\xdf\x91\x5b\x44\xa3\xce\x09\ -\xb8\x0c\x57\xb8\xe7\xb5\x94\x42\x7c\xde\xa8\x26\x9a\xba\x80\x2c\ -\xc6\x29\x9f\xaf\xdc\xea\x75\x34\x35\x38\x2c\xc8\x7c\x2a\x49\xca\ -\x32\x4d\xbd\x83\xa1\xdf\xff\x5f\x0a\x03\x3f\xe8\x15\x9a\x5a\x86\ -\x27\x84\x5f\x69\x2a\x03\x2f\xb6\x79\xa8\x63\x93\xc9\x2c\x24\xc6\ -\x51\x9c\xd2\xa0\x4c\xbe\x0c\x17\xa1\x41\xb7\xe9\x50\x98\xfc\x03\ -\xce\xeb\xa5\xa3\xa0\xe8\x29\x7b\xbf\xf6\x26\xd4\x58\x40\x46\x11\ -\xcb\x61\x91\x2f\x07\xd2\x62\x8f\x21\xc2\xeb\x60\x51\x27\x7d\xfd\ -\x6c\x98\xfe\x9b\x29\x13\xba\xff\xbd\x9d\x4e\xca\xe7\xa0\x25\xb5\ -\x58\xfb\x18\xbc\x3d\x87\x76\xaf\xd6\xe0\x8f\xbd\x54\x22\x00\xfa\ -\xc5\xd0\xe2\x40\x11\x2a\x6c\x9d\x5f\x32\xec\xd2\xa1\x2d\x73\xd5\ -\x72\xdf\xa2\xcc\x5b\x72\x87\x3d\x5c\xc6\x4e\xf7\x71\xd3\x27\x06\ -\xad\x42\x5e\x7f\x4d\x4a\x67\x50\xd4\x38\x0c\x40\xdc\x3d\x13\x83\ -\x52\x01\xe1\x41\xc4\xdb\x1a\x89\x68\xb7\xce\x67\x6d\x90\xba\x29\ -\xa6\x89\x30\x26\xa3\x83\xd6\xe5\xcf\x1f\x67\x94\xc8\xee\xe7\x2b\ -\x06\x80\x4b\xed\x55\x67\xf8\xdc\x53\xec\xa0\x53\xcb\x53\xff\x7d\ -\xd4\x0b\x5e\x18\xc6\xe0\x90\x76\xd1\xde\xd9\x36\x20\xab\x80\x28\ -\xe9\xea\x33\xa4\xf6\x4f\x2b\x2a\x1c\xc0\xa0\x30\x84\xa9\x9d\xaa\ -\x91\x2c\x6e\x2d\x2a\x1d\x7a\x1f\x8e\xf8\x95\xc7\x30\x2e\x07\x95\ -\x8f\xeb\x70\x3c\x3f\xaa\x03\xd1\x7d\x1d\x6e\x0f\xca\x6b\xd7\x7f\ -\xa5\x35\x8b\xba\x50\x8e\xc6\x94\x5f\xec\xc8\x8d\x3a\xdc\x5e\x0b\ -\x61\x30\x40\xaf\x8f\x26\x77\x5b\x62\xf6\x65\xf2\x21\x19\x2e\x5f\ -\x75\x5d\xbf\xfe\x0c\xc0\x6e\xc3\x8a\xa9\x19\x04\x73\x23\x6e\xf3\ -\x8a\xb3\x06\x3a\x1b\x42\xd4\x95\x09\xa0\xf5\xa8\x7b\xfb\x9b\xb4\ -\x65\x93\xf9\xb0\xc6\xa6\xce\x09\x75\x94\x15\xf1\x90\x26\x21\x6c\ -\x30\xdc\xb6\xa9\x6d\x4a\xb3\x49\xc8\x86\x23\xbe\xfc\xfe\xd8\xd4\ -\x1f\x6b\xd5\x30\xf6\x40\xe2\xcd\xb4\x0c\x75\x52\xc3\xa8\x41\x31\ -\xce\xfb\x98\x22\x24\x94\xca\x48\xd4\xc1\x49\xa7\x57\xea\xc1\x79\ -\x9f\x09\x0a\x52\x0c\xed\xfa\xac\x22\x7b\xb8\x98\x47\x48\xa9\x46\ -\xaa\x2e\x3e\xab\x1e\x59\x33\x99\x24\xcf\x26\x38\x82\xc6\xb5\x7f\ -\xbd\x72\xa1\xd0\x81\x1a\x54\xb1\xfa\x97\x83\x22\x3f\x58\xf9\xc9\ -\x6b\xc3\x82\x4c\x46\x5b\x3f\xe1\x3a\x22\x7f\xa1\x20\xfc\x7d\xba\ -\x3a\x0b\xb8\x55\xa2\x67\x8b\x40\x32\x5e\x34\x82\xff\xe8\x2f\xf4\ -\x86\xbf\x6a\xc4\x0c\xb9\xaf\x5c\x07\xc6\xe3\xcf\x5a\x6b\x26\x4e\ -\xcf\x97\x69\xa9\xee\xe2\xf2\xd3\xe5\xe8\x2d\x18\xb9\xf5\x2d\x32\ -\xae\x89\xaa\xd2\xcf\xf5\x27\x26\x32\x41\x2f\xc8\x29\xb9\x86\x8c\ -\x3d\xa8\x3c\x18\x28\xcb\xd5\xb0\xda\x9c\xf6\x6c\xb7\x17\xb7\x9c\ -\xea\x72\x18\x5d\x50\x3b\xdc\x90\x4d\xb3\x8e\xb7\x40\x37\x2f\xac\ -\xb5\x37\xee\x74\x0a\x1a\x6e\x75\x36\x34\x0d\x05\xd9\x93\xf9\xa4\ -\x32\x75\x5e\x2f\xae\x5b\x67\x01\x72\x36\xc9\xe7\x54\x27\x43\xad\ -\x4f\x24\x51\xa3\x59\x39\x83\xfb\xd0\x12\xd6\xbe\x24\xe3\x96\x00\ -\xd7\xa4\x1f\x2c\xe5\xc1\x5b\x2f\xde\xbf\xb6\x25\xb9\x07\x42\x6b\ -\xc3\xf4\xc2\x20\x80\xe4\xa2\xbc\xf0\xf9\x80\x1f\x42\xcc\x2c\xa0\ -\x97\xcc\xbc\xb8\x73\x0d\x3b\x2d\x13\x36\x16\x76\x45\x92\x73\xcf\ -\xdd\x35\x27\x37\x7e\x2d\x78\x7e\x7f\x1d\x3c\xfc\xed\x60\x2c\xea\ -\x08\x50\xd5\x2a\x5f\xa2\x28\x47\x52\x14\xc5\x2c\xd4\x79\x6c\x5c\ -\xab\x74\x6d\xca\x9b\xae\x98\x22\x97\xe5\x4b\xf2\xbd\x1f\x05\x2f\ -\xee\x17\x7c\x6c\xa0\x34\x1a\x18\x4a\x64\x2e\xad\x8d\x07\x6e\x77\ -\x4e\xe3\xff\x5b\xc9\x4f\x23\x43\x08\xf5\x86\xb3\xe9\x91\x63\xcd\ -\x32\xa1\x63\x24\x36\x73\x36\x4c\x4d\x30\x5f\x44\xeb\x73\x1a\x52\ -\x55\x94\x21\xbb\x2f\xe2\x02\xea\xfe\x2c\xf8\x6e\xf0\x1d\x8b\xa2\ -\xbb\xe8\x9c\x83\x0f\x1d\x98\x49\x37\x66\xfa\x0c\x68\x7c\xbb\x22\ -\x83\x4a\x63\xbb\x86\x62\xca\x5d\x98\x4b\xd8\x62\x8b\x00\xb5\x8a\ -\x89\xce\x60\x97\xdc\xb7\x73\x5d\xad\xb3\x38\xa1\x18\xd2\x45\x71\ -\xa3\x61\xdf\x9e\x48\xc1\xb5\x7e\x86\xae\x85\x8c\x2b\xde\xc0\x4d\ -\x2f\xb0\xd0\xa2\xca\x75\xea\x82\x54\x1e\x8d\x45\x37\x57\x7f\x3f\ -\x9f\x0a\x01\x26\xee\x58\x92\x38\x48\xd4\xb4\x2c\xe1\x09\x0b\x56\ -\x9e\x26\x1a\x31\x01\x7b\x9f\x8e\x1f\x08\xc1\xd4\x20\x77\xb1\x86\ -\xd9\x64\xf5\xdf\x61\xb2\xf3\x74\xb3\x3c\xce\x23\x3a\x19\x02\x53\ -\x03\x68\xa0\x5c\x7d\x1b\x0c\x0e\xc4\x03\x1c\xbd\xeb\x4f\xa5\x1b\ -\xd8\x6e\x2a\x2f\x19\xd1\xbd\x33\xb8\x55\x60\xe8\x3a\x75\x5f\x75\ -\xc6\x94\x69\x89\x23\x56\x59\xd8\x95\xc3\xac\x01\x22\xa8\x54\x8e\ -\x1c\x2c\x78\xbf\x2d\x86\x97\xf6\x15\x85\x68\x1a\x67\x3c\x83\x5b\ -\xc9\x96\x79\x74\x06\x1d\x41\xc3\x7a\x07\xf5\xee\xfa\x3e\x98\x79\ -\x7d\x6e\xac\xe2\x65\x7c\xed\x5b\xe4\xee\xc5\x0e\x28\xf3\x7e\xfc\ -\xc2\x90\x3a\xc5\xff\x3b\xf4\xd8\x1a\x83\x3d\x1d\x1a\xcc\x55\x75\ -\x50\xc7\x42\xa0\x63\x72\x5b\x62\x8f\x33\xc0\xec\x40\x96\xdb\x61\ -\xd4\x22\x0b\x8e\x04\x9a\xa7\x6d\x93\x9a\xfb\x3a\x5c\x8e\x96\x1c\ -\x6b\x29\x75\x6d\x5a\xbe\x4e\xe1\xfc\x06\x6a\x41\xc3\x6c\xb9\x6b\ -\xf8\xce\x96\xf3\x9d\xe5\x29\xb1\xc2\xab\xc4\x48\x16\x15\xed\xd9\ -\x41\xad\x9b\x68\x7b\x14\x4c\xf4\x0d\xf1\xbe\x40\x21\xd7\x79\x0d\ -\x8c\x9f\x3a\x30\x1c\x94\x3f\xa8\xbf\x34\xe9\x95\x85\xec\x65\xec\ -\xc9\x98\x69\x9c\x59\x99\x3c\xac\xfe\xe7\x90\x89\x1e\xf4\xe2\x7c\ -\xfe\x87\xdb\x34\x3c\xcb\x4b\x3a\xf0\xde\xc2\x4e\x5e\x91\xf1\x13\ -\xae\x97\x34\x58\x5e\x0d\x1c\xb0\xd8\x60\x0c\xf9\x7d\x8e\xdb\x26\ -\x12\x72\x8e\x0c\x35\xf7\x67\x5b\xe5\x72\x06\x93\xe8\xa0\xdb\x33\ -\xa2\xb0\x1b\x4c\x2d\x88\x89\x17\x68\xf4\x23\xca\x87\xcd\xc3\xd8\ -\x93\xda\x2c\x74\x20\xb9\x31\xa0\x13\x7a\xa3\x48\xf2\x53\x1b\x1b\ -\x03\xca\xae\xd1\xfb\xfd\x3d\x86\xc0\xbe\x50\xfe\xce\x21\xd5\x1e\ -\xa6\x5a\x05\xe6\x90\x3d\xf5\x5a\x88\x58\x65\xce\xd4\xd2\x76\x43\ -\xda\xac\xb4\x62\x3a\xb1\x33\xe7\xe7\x65\x53\x62\x66\xba\xf7\x2f\ -\x71\x58\xc6\xfa\x14\x5a\x43\x74\x4a\x24\x6b\xd1\xad\x37\xad\x98\ -\x34\x49\x14\x62\xcc\x42\x1c\x14\xa0\xd2\x29\xa0\xed\x79\x4e\xc1\ -\x44\xe8\x77\xff\x92\xc8\xe5\x90\x1c\x1f\xd6\xd9\xac\xb4\x7f\x77\ -\x08\x4d\xa7\xbd\x63\x1f\x28\x1a\x0e\xd6\x88\x22\xf5\xc3\xb1\x2b\ -\x07\x60\xc1\x9c\x36\x87\x61\x8b\x34\xb8\xbb\xae\x65\xe9\x07\x51\ -\x82\xee\xf0\xa1\x4d\x42\x44\xeb\x10\xd1\x25\x55\xeb\x13\x13\xed\ -\xb2\x75\x3f\x68\x58\x99\x23\xe2\x95\x84\xe7\x15\xa5\xf5\xb1\xbf\ -\xbe\xd2\xc5\x42\xd7\x5a\xa4\xb6\xe9\xa6\x8f\x6b\xc7\x44\xe2\xfc\ -\xd4\x5e\xc4\x5e\x79\x54\x81\x41\x22\xf4\xd1\x49\x75\xf1\x69\x5c\ -\x37\x63\x37\x68\x2b\xca\x66\x36\xfc\x4d\x91\x72\x51\x81\xa7\x99\ -\xcb\x91\xbc\xe3\xc5\xa1\x65\x3a\x20\xd4\xc8\xc5\xb9\x37\x4c\x22\ -\x68\xc1\xb4\xc6\x17\xdb\xe7\xf3\x6f\x08\xcd\x73\xe3\x58\xd0\x48\ -\x37\x87\xb5\x5c\x84\xb4\xb5\x3d\x64\x46\xb7\xfc\xd2\xc5\x6e\x6e\ -\xe0\x2c\x31\x0e\x5b\x74\xbf\xe6\x77\x6c\x1e\x3f\x72\x50\x5a\xab\ -\x21\xfa\x14\x55\x8c\x2b\x74\xf0\xa2\xc5\x57\x38\x1e\x6e\x12\xf6\ -\xc3\x0c\x4d\x2f\x32\x38\xf5\xf7\x56\x98\x5c\x6b\x5e\xa8\xb1\x09\ -\x9a\xb4\xa3\x0e\xd6\xf4\xcc\x42\xf7\xe7\x03\x53\xc4\x36\x12\xf0\ -\x83\x6c\xd1\xaf\x6d\xff\x7e\x51\x6c\x68\x89\x91\x1d\xe4\xff\xb5\ -\xed\xd9\x47\xac\xb4\x68\xc5\xe4\x98\x63\x4d\x10\xdd\x90\x43\x94\ -\x46\x09\x39\xc7\x33\x33\xfa\xa5\x0f\x34\x4a\xd4\xda\x9f\xd4\x54\ -\x46\xce\x08\xce\xf6\x35\xa7\x10\x46\xf4\xaf\x7e\xc2\x79\x50\x06\ -\x2d\xb6\x5d\x93\x76\xa3\xbe\x65\xbd\xa4\x95\xdd\xb3\x69\xbb\x0e\ -\x87\x3c\xd8\x98\x81\xaa\x66\xea\x74\x2e\xa1\x76\x66\x72\xdd\x43\ -\xd2\xc2\x76\xe7\x8c\x40\x48\x26\xaf\x55\xfa\xcd\xbb\xb4\x8b\xe9\ -\xf8\xb9\xc6\xd1\xb6\x83\x5f\x9e\x39\x5c\x9a\xc5\x71\x68\x97\x48\ -\x75\x14\x8e\x46\x9e\x1f\x23\x31\xdd\x23\x95\x01\x0c\xf5\x04\x75\ -\xc6\x56\xf0\xd0\x17\x35\x2a\x80\xf7\xa7\xe2\x0b\xb8\xa7\xf2\xf7\ -\xfe\x0c\x51\x6e\xb2\x09\xba\x48\xf9\xad\x62\xb0\x26\x8c\x51\x08\ -\x5c\x2c\xf4\xa9\xe7\x95\x9b\xd7\x0f\x07\xd2\x47\xff\x1d\x4d\x1f\ -\x2b\x83\x3e\x93\x68\xf3\x5d\x19\x6f\x59\xf0\xb6\x86\x93\xe9\x97\ -\x7e\xbb\x08\x0a\xab\x6b\xbf\x04\x57\xe4\xbc\xfc\x3b\x9a\x16\x39\ -\x74\x76\x9e\x89\xb7\x82\x92\xc9\xb4\xab\xd1\xf3\x43\x76\x2f\x23\ -\x35\xb7\xac\x4f\x3a\x8d\x19\x47\xc2\x89\x82\xb8\x98\xca\xc1\x93\ -\xb6\x1f\xc4\x8b\x17\x7d\x32\x82\x22\x87\x80\xbc\x49\xe8\xf2\x61\ -\x09\x2f\x52\xfd\x40\xb3\x71\x0c\xbc\x4c\xe8\x77\xff\x43\xd7\x61\ -\x50\x91\xda\x18\x65\x22\xba\xf7\x57\x44\x3d\xb5\x1f\xe8\x92\xf7\ -\x1c\x20\x39\x1d\xcd\x43\xc6\x12\xf1\x97\x2e\xc3\xf8\x34\x48\x98\ -\xd3\x70\x5d\xbb\xd1\xbe\xdc\xc7\x24\xf4\x24\xb6\xbd\x11\xa1\x0e\ -\xa2\xe7\x98\xae\x92\x24\x62\x72\x93\xb0\xe7\xe4\xb8\x51\xcb\x34\ -\xa0\xd8\x45\xd5\x39\x18\x02\xf1\x2c\x7f\xb6\x3d\x51\x03\x80\xfe\ -\x37\xed\x5a\x3f\x66\x44\x2b\x1d\xbb\x32\x7f\x6e\xef\xbe\xa7\x65\ -\x2e\xb1\xbf\x33\x19\x8c\x1d\x4d\x89\x9f\xff\xf3\xf9\x9f\x38\x3b\ -\x2e\x37\xd9\x09\xc7\xd5\x7e\x60\x77\x21\xbb\x9e\x95\x74\x8d\xd7\ -\xfe\x8d\xfb\xf3\xc3\x57\xac\xef\x55\x84\x34\xa3\xce\x75\x7a\xd5\ -\x53\x91\x9f\xbf\x32\xae\xd9\xd5\x3a\xdb\x20\xe6\x2f\xea\xeb\x95\ -\x8d\x6a\x9e\x63\xbf\xfb\x97\x2e\xbe\xe8\x67\xad\x81\x9e\x94\xa8\ -\x3f\xb4\x6d\x1c\xd3\xf4\x9d\xf9\x79\x71\xfe\x7c\x32\xc7\x51\x9b\ -\xf6\x4d\x10\x30\x9d\x68\x80\x2f\xd9\x6e\xc4\xf2\x9a\xee\x8d\x66\ -\x2b\x7b\xe4\xa4\x0d\xca\x77\x0e\x31\x33\x6b\x6f\x79\xc6\xd3\x87\ -\x7c\x8d\x5d\xc2\x30\x38\x91\xfa\xbe\x37\x7f\x1c\xb5\x8e\xe8\x15\ -\xab\xf5\x9d\x57\x47\x0f\xe4\x98\x3b\x97\x88\x88\x6e\xfd\xa5\x15\ -\xe1\xde\x5d\x9c\x77\xa6\xa2\xed\xcf\x2b\x72\x9c\xcf\xaf\xca\x1d\ -\x43\xdf\xa9\xbd\x22\x73\x23\x94\xcd\x5a\x94\xbe\x6b\xad\x46\xea\ -\xa3\x89\xd8\x91\xb3\xe8\x8e\xaa\x9d\x21\x9a\x32\x8a\xad\x78\x7e\ -\xf7\xdd\xcb\xeb\x76\x9b\x8e\x58\x97\x4c\x39\xce\x3d\xf9\x13\x52\ -\x86\x39\xcc\x30\xa8\x77\xee\xd6\x3a\xf3\x2a\x07\x4c\xa3\x4d\x8b\ -\x99\xfe\xdd\x9e\x13\x79\x49\x86\x09\x46\x43\x6b\x4e\xc1\xfb\xec\ -\xff\x69\x8d\x7e\x38\xe5\xf5\x40\xa6\x6b\x65\x23\xcf\xbf\xa3\x88\ -\x19\xc8\x35\xfe\x59\x1a\x46\x69\x71\x8f\x03\x29\xcc\x1c\xc4\xff\ -\xfd\xfb\x4f\xd5\x76\xaa\x5a\xc8\x5a\x5e\xe7\xcf\xfe\x8d\xb3\x3e\ -\xce\x06\x4e\x9a\xb7\x90\x09\x79\x8e\xe1\x0a\xb4\x6c\xbb\x46\x5c\ -\x20\x73\xf2\xb6\xdb\xff\x8e\xf8\x50\x21\x97\x4b\x92\x1c\x6f\xbb\ -\x23\xd2\x40\xca\xd7\xc1\x48\x2b\xca\xe6\x0e\x06\x8d\xa4\x93\x76\ -\xc8\x3d\x56\x20\x92\x1f\xba\x67\x08\xf5\x49\x77\x14\x1f\x92\x49\ -\x9d\x59\x56\x52\x21\x7f\x3e\x3e\x24\xb2\x7d\xdf\xa1\x60\x28\xa5\ -\xa2\xb7\x02\xd8\xa0\x33\xcf\xee\xeb\x99\x13\xf5\x14\xb7\x5a\xa2\ -\x55\x9c\x44\xb2\xce\x2b\x61\x4d\x34\xc1\xb7\x98\xe2\x30\x07\x57\ -\x58\xd6\x7a\xa5\x77\xe5\xaf\x3f\xf2\x83\xca\xc7\x76\xd0\x8a\xcf\ -\x7a\xa2\x11\x8f\xcf\x08\x93\x6c\xd4\x76\xe1\x24\xf9\x5d\x37\xa6\ -\xe3\xfb\x9f\x76\xdd\x75\x13\xbe\x08\xf3\x38\xa3\x47\xe5\x8a\x42\ -\x57\x30\xf6\xa5\x0a\xd4\xa0\xe8\xc7\x64\x57\xc2\xef\x9f\x3b\x94\ -\xac\x0a\x4a\x81\x09\x5e\xbf\xdf\x75\x5d\x33\x80\x0e\xec\x2d\x83\ -\xec\xd6\x53\x8e\x28\x12\x85\x7b\xfa\x00\x5e\xcc\x81\xcc\x64\xe7\ -\x3d\xbf\xef\x68\xb2\xea\xf3\x59\x88\x1f\xed\x2b\x6d\x66\xd8\x96\ -\xd3\x4b\x1a\xbb\x84\x68\x39\x0b\x58\x7e\x37\x99\x78\x50\x04\x83\ -\x5e\xb4\x42\xbf\xa3\xb5\x21\xc3\xfd\x56\x17\x27\x32\xbd\xbc\x5e\ -\x3c\x64\x1b\x26\xd6\x62\xcf\xe9\xe2\x7f\xa3\xf2\x08\x65\xd1\xea\ -\xc5\xef\xb6\x0f\xb8\xf0\x34\xf2\xe9\x6b\x69\x7e\x0f\xd7\x1e\x5c\ -\x03\xf1\xf0\x9e\x58\x60\xf2\x9f\x68\x99\x92\x85\x73\x9b\x4f\xef\ -\xa5\x26\xc6\x85\x58\xc6\x54\x52\xcd\xa9\x2b\xc4\x87\xee\xa8\x38\ -\xde\x89\x89\xd8\xd0\x50\xa1\x70\xb9\x60\xfb\xb0\x67\x16\x13\x10\ -\x3d\xe7\x21\xb7\x68\x41\xe8\xbd\x52\x07\xef\x79\x63\x2c\x0f\xf4\ -\x4b\x46\x97\xe1\x07\xb0\xe6\x7d\x84\xa6\xcd\xb9\xd6\xb8\xc9\x7e\ -\xe1\xa1\x53\x07\xb2\xce\x2f\x9a\x13\xf5\x6b\x50\x57\xce\x35\xe8\ -\x96\xf9\x75\x1c\x16\x72\x9d\x3f\x34\x91\xe9\x1a\xc9\x4e\x1e\x98\ -\xd3\xce\x05\x94\x8f\x09\x7e\xd6\xbd\x39\x10\x81\xd6\x58\xca\x53\ -\xc8\x6d\x32\xb4\x5b\xb8\x1f\xe1\xfe\x94\x7b\x99\x81\x59\x09\x22\ -\x7c\x5b\x99\xd6\xb5\x4a\x9f\x46\xf4\xd4\xc8\x19\x1d\xeb\xdc\xe6\ -\xeb\x5f\x39\x41\x1f\x1a\xb4\xa6\x57\x2e\x70\x61\x52\xd5\x68\xc4\ -\x5b\xd3\xb2\x16\x3f\x90\x12\x7c\x3f\x91\x3f\xd0\x74\x9c\xf4\xe0\ -\x76\x27\xe3\x61\xfb\xec\x0d\x2f\xa9\x92\x5c\x3f\xc3\xe4\xa6\xf5\ -\x68\x14\x1a\xce\xeb\x49\xff\x0c\xb7\x5a\xb3\x3b\x9a\x70\x79\xa5\ -\x7b\x1a\x6d\xfa\xb3\xbe\xe7\x58\x2d\x62\xe2\xf5\xe7\xcb\xd4\x33\ -\x34\x72\xaf\x2e\x63\x80\xf8\x1d\x08\xc7\x23\x13\x07\x1b\xe9\x32\ -\x98\xd9\x7d\x7e\xe9\x0a\x0a\xf0\x1e\x13\x7f\xa3\xdb\x1d\xfc\x62\ -\x9a\xef\x96\xc8\x1c\xc6\x3b\x80\xe2\xc8\x4f\x21\xd9\x1a\x67\x94\ -\xe1\xd4\x9f\xd7\xe1\xac\x95\x99\x50\xd9\x5f\x82\x68\xdb\xf6\x23\ -\xaf\xb2\x84\xfc\x6a\xc3\xe0\xa4\x34\x64\x80\x38\x33\x2b\xe8\x6b\ -\xf4\x41\xaf\x3d\x75\xc8\x66\x16\x39\x68\x69\x16\x91\xae\x97\xe0\ -\x8a\x79\x5d\x4d\x2d\x2c\xaa\x2d\xd7\xd5\x5e\x92\xf9\x66\x42\x72\ -\x28\x4c\xcd\xb8\xf6\x9f\xd6\x49\xee\x43\x5d\xcd\x0f\x16\xc4\x59\ -\x2b\x68\x04\xa0\x2a\x5b\x51\x24\xf3\x9a\x5c\xd7\x05\xc6\x01\xdd\ -\x90\xab\x7e\x86\xc6\x93\x6c\x6a\x78\xb5\xd6\xc2\x73\x5d\xa2\x13\ -\x6f\x5e\xf3\xda\x2b\x92\x16\x18\xd5\xe4\x8e\x5c\x32\xff\x2d\xa1\ -\x16\x5f\x70\x39\x14\xa7\xec\x80\x78\x91\x4a\x16\xa8\x71\xcd\xe4\ -\xca\xf0\xa1\x42\xd5\x76\xa0\x41\x62\x46\x02\x39\x7f\xfd\x7c\xec\ -\x30\xf5\x02\xf5\x70\x44\xc4\x34\x72\xb5\x6b\x58\x27\x40\x8b\xeb\ -\xbd\x3e\x9d\xa2\xd3\xfc\x89\x0f\x09\x83\xb5\xb6\x9b\x61\xc5\x0f\ -\x56\x8d\xc4\x50\x8f\x46\x0c\x0c\x71\xe7\x6b\x32\x52\xa3\xf9\x19\ -\xf7\x51\x83\x3a\x3e\xb0\x66\x20\x47\x7c\xcb\x6d\xed\x1c\x2c\xfb\ -\x8a\x9a\x2c\xf9\x4f\x65\x20\xfa\x00\x13\x82\xd9\x79\xd3\x0a\x0d\ -\xab\xd0\x1b\x92\xc6\x4d\x03\x35\x03\x46\x04\x50\x88\x71\x6d\x43\ -\x00\xae\x95\x35\xff\x4f\xe9\xa7\x73\x7d\xe2\xea\xbe\x2e\x9b\x8e\ -\x91\xc7\x3e\x27\xd2\xf9\x92\xc4\x4c\x7c\x54\x55\x12\x14\xe7\x42\ -\x20\x45\x00\x08\x62\x1f\xfa\x90\x67\xfa\x2d\x66\xf0\x9f\x8a\x7d\ -\xe4\xb6\x19\x7b\x94\xe6\x17\xd6\xae\xbe\x64\x56\x03\xc3\xee\x1d\ -\x96\x4b\x12\xd0\x65\xd2\x6c\x20\xee\x58\x97\x64\xee\xaa\x69\xe8\ -\x66\xb5\xf5\x55\x15\x7c\x4c\x1d\xec\x7d\xa1\x73\x1f\x72\x6e\x7b\ -\x2a\xf3\x9d\x92\x75\x0e\xe1\x9a\x5a\x61\x71\x73\x14\x34\x3e\x6b\ -\xc0\x9a\x4c\xcb\x5d\x78\x10\x4e\xc3\xa9\x6f\xde\x2c\xf9\x9e\x65\ -\xf4\x6e\xbf\x69\x07\xff\xfe\xcd\x6d\x05\x0e\x79\x61\xc8\xb6\xd2\ -\x61\x6c\x40\x47\x52\x3c\x72\x8e\xd3\xed\x27\xb3\x56\xd0\x75\xc9\ -\x0b\x0c\x7f\xf0\x17\xaf\x12\xee\xf6\xfb\xee\xe7\xe7\x12\x77\x3b\ -\xe3\xd5\xd3\x15\x96\x35\x2d\xac\x39\x16\xe2\xea\xdc\xab\x6e\x1b\ -\xa2\x78\xe2\xed\x72\x1b\xd2\x48\x58\x17\x47\x08\xe0\x10\xcb\xe9\ -\xd1\x37\xc3\x84\xd1\xe4\x6e\x1d\x02\x42\x26\x2a\x6b\x66\x32\x2e\ -\x58\xfa\x4d\x67\x90\x54\x1d\xb2\xa7\x86\xa6\x68\x11\x31\x95\x41\ -\x2d\xcc\x37\xea\xe6\x33\x68\x59\xe3\x7b\xaf\xa1\x63\xf1\x29\xf6\ -\x2a\x07\xc2\xd6\xf5\xac\x67\x48\xb3\x74\xd6\x50\x25\x7e\xab\x11\ -\xcb\xf6\x83\xe3\xcd\x49\x0a\xd6\xd6\x3a\x36\x9a\x45\x4c\x1b\x26\ -\x52\xba\x15\x1a\x1f\x2e\xb3\x01\x0e\x94\xb5\x1c\xca\x4c\xda\xad\ -\x8f\xa4\xf2\xa7\xaa\xb0\xc5\x10\xd6\x38\x24\x35\x50\x89\x44\x37\ -\x06\x73\x9b\xed\x21\x1a\x4b\x5a\x54\xda\xcc\xea\x10\x4b\xeb\x6b\ -\xf1\x27\x83\x36\xf0\x36\x5c\x91\xa6\x37\x1e\x54\xdc\x6f\x1a\xaf\ -\x6e\x22\xa4\x36\xbc\x61\x78\x13\x81\x97\x5e\x38\x59\x65\x26\x8f\ -\x4c\x15\x86\x84\x77\xb0\xc9\x56\x7e\x36\xd0\x7f\xd3\x87\x8a\x09\ -\x7c\x1e\xd0\xbe\x69\xe7\xa8\x04\x07\xa5\x44\xd3\x0c\x26\x05\x22\ -\xb3\x21\x7a\x7c\x57\x69\xbb\xdc\xf9\x8c\xf1\xa0\x92\x9c\xa7\x33\ -\xe6\xc1\x3c\x42\x12\xbf\xe9\x11\xac\x07\x13\x86\x49\x9a\xd6\x54\ -\x31\x69\x21\xa6\x0f\x75\x76\xb6\x5c\x71\x00\x0b\x77\x8f\xc3\x5d\ -\x58\x8c\xfc\xb9\xb0\xeb\x37\xa2\x17\x3b\x64\x03\x46\xab\x56\x3c\ -\xc4\x49\xad\x6c\x19\x9a\xa3\xcd\x9c\x74\x28\xa1\x8a\x23\xc8\x42\ -\x0d\xe3\x2e\x48\x5b\x5b\xeb\x7f\xe0\x27\x28\x1f\xab\x05\xc9\xd0\ -\x60\xae\x8c\x0d\xc0\x66\x08\x72\x6b\xcc\x26\x73\x02\x49\xa1\x33\ -\x9f\xec\x8b\x78\xfb\x0b\xb5\xec\xdc\x53\xbf\x65\x41\x66\xd6\xd6\ -\xd0\xc6\xd1\x8b\x99\x4f\xec\x71\xce\x1c\x84\xb5\xc4\x69\x35\x0d\ -\xee\x70\x68\x18\x34\xe8\x80\x73\x6d\x2e\x92\x87\xa3\x6a\x51\x94\ -\x2b\x86\x23\xe8\xe1\xe1\x72\xd7\x54\xa0\x39\x80\xa1\x91\x61\xd5\ -\x3f\x63\xeb\x4f\x67\x96\x81\xcf\xf4\x72\x66\xe8\xab\x44\xe0\xd4\ -\xd2\xf6\x80\x24\xed\xa0\xb5\x86\x8e\x85\x5e\x82\x2e\xf3\xbe\xef\ -\xba\x5e\x6e\x6c\x32\x5d\x58\x85\xff\x94\x09\x02\xe6\xd7\x65\x7e\ -\x98\x23\xc8\x0b\xde\x1b\xa8\xa2\xe4\x4e\x68\x62\x5f\x06\x6f\x1c\ -\x6e\x69\x71\x4b\x25\x74\xda\x6f\x7a\x4f\xdf\xe3\x3a\xd3\xb0\x22\ -\x3a\xf8\xdd\x7d\x56\x82\xb1\x42\x3b\x1a\xcb\x32\x67\xd1\xba\x9f\ -\x91\x56\xf8\x58\x9b\x52\x88\x57\x53\xe3\x9c\x54\x74\xb7\x56\x3a\ -\xce\xa4\xc5\xcf\xc1\x48\x35\xc3\x45\xfd\xa5\x08\x9d\xdf\xbd\x47\ -\x96\x5e\x87\xdf\x69\xfd\x02\xb1\x12\x76\x66\x59\xa5\xae\xcf\xe3\ -\x30\xac\x5c\x75\x1b\xa9\xb7\x8a\x14\x81\x6c\x45\x28\xc8\xf1\xbd\ -\x44\xc4\xf7\x01\x22\x0f\x3a\x8e\x41\xf3\x62\x76\x2d\x10\xb5\xb6\ -\xdf\xe0\x1c\xac\x0c\xa9\x6a\x1c\xf4\xaf\x9a\xfd\x57\x4d\x9d\x15\ -\x6f\xb7\x9a\x06\x6c\xd2\x34\x06\xa2\xfa\xe2\x3e\x3b\x1b\xfa\x08\ -\xd7\xae\x75\xcb\x44\x74\x0d\xbd\xa8\xbc\x68\xd6\x32\x2f\x93\x13\ -\x88\x48\x87\xd0\x7c\x9f\x25\x87\xf3\x1d\x3e\xd3\xc1\x9e\xc1\xe7\ -\xef\x31\xe0\x5e\xd5\x8a\xd7\x16\x8d\xdf\x45\x03\x19\x87\xb3\x07\ -\x9b\x91\xdb\xf6\x44\x51\x01\xe4\x39\x4d\x54\x86\x76\x8e\x73\x70\ -\x1e\xfb\x37\x37\xcb\x09\xb5\x7e\x24\xc9\xb0\xd0\x97\xfd\x77\xea\ -\xc2\xce\xbd\x5c\xe8\xb0\xfc\x57\x26\xd3\x7b\x66\x5f\xd9\x22\x31\ -\x1f\x63\x0d\x2a\xe0\x5a\xab\x11\x8e\x21\x22\x3d\x16\x8a\xd1\x3b\ -\x72\x50\x14\x14\x58\x50\x15\x0c\x2c\x35\x85\xca\x06\x4a\x69\xfb\ -\xcd\x8e\x4c\x16\xfe\xe2\x76\x92\x8d\x8a\x86\x56\xa1\x1e\x70\x41\ -\x5a\xc5\x8a\x5c\x0c\x7d\xcf\x94\xfa\x22\x2a\xcd\x7c\xad\xec\x74\ -\xab\xdc\xe4\xb6\x1f\xcd\xef\xaa\x75\x50\x6c\xd8\xf0\x8d\xcc\xae\ -\xb2\x7a\x4c\xea\x1f\x4e\x4e\x4b\x57\x16\xa1\xc3\xde\x5c\xe1\xc3\ -\xd6\xb6\xac\x25\x8e\x8c\xc9\x44\x6a\x74\x18\x5c\xc7\xd0\xe0\xe0\ -\xa4\x13\x0e\x41\xe3\x31\x21\xa1\x9d\x93\x9b\x0e\xbb\x75\x44\xd5\ -\x1a\x0d\xe1\xd6\x02\xa4\xb5\xf3\x3c\xde\x92\xa3\x2b\x63\x22\xf2\ -\xb0\xcf\xb7\xb9\x0e\xaa\xc0\xff\x96\xe7\x45\xeb\x61\x87\xfe\x2d\ -\xfb\xe2\x14\xb2\x97\xd0\xd7\x04\x2c\x11\x9c\xda\xd2\x66\x19\x3e\ -\xf1\x28\x3e\x37\xdb\xc8\xe5\xea\xc2\xfa\x31\xf3\x23\x33\xa6\x25\ -\xcf\xec\x02\x47\x99\x60\xad\xf2\xcf\xf8\xde\xc2\x8b\x04\x72\x9a\ -\x4e\x44\xd5\xd7\xe8\x55\xe1\x8a\x0b\x36\x01\xa9\x0d\x78\x41\x41\ -\x21\x6d\x74\x40\x09\x79\xf7\x54\x49\xd8\x20\x55\xfe\xc5\x0a\x0a\ -\xae\x4f\x6b\x90\x62\xda\x17\x39\x25\x2c\x67\xb1\xbe\xbb\x9c\x1c\ -\xcf\xd2\x3e\x48\xe0\x4a\xa4\x7f\x6a\x5d\x9c\x7a\x3c\xfc\xfe\x1e\ -\x84\x38\x0d\x03\x3c\x4f\xe8\x02\xa3\x05\x2b\xe0\x45\x0c\x74\x53\ -\xa1\x63\x31\x30\x18\xd0\x4a\x96\xe7\xe7\x84\x1f\x0c\x70\x20\x33\ -\x7e\x1e\xf0\x39\xe1\x97\xff\x05\xdb\x8a\x54\x21\x8f\x02\xe0\x45\ -\x4d\xa5\x6b\x53\x81\xcc\xd3\x52\xc8\x14\xb2\x97\x46\xe3\x2d\x24\ -\x96\xbf\xe7\x60\x04\x15\x23\xa9\x9f\xdb\x40\x4f\xa3\xdb\x0b\xaf\ -\x42\xa7\x82\x16\x45\x49\xaf\xd2\x0a\x53\x34\xa0\x8c\xe6\x2e\x22\ -\x2f\xfd\x65\x6a\x1c\xab\xc0\xe3\x03\x77\x37\x3a\x1a\x8c\x69\x67\ -\x3f\xf7\xdb\x2c\xc8\xa5\x82\xaf\x25\x5d\x01\x5f\xb2\x0e\x53\x13\ -\x53\xba\x86\xa0\xb2\x52\x51\x56\x95\x54\xff\xa5\xe3\xd4\x76\xcd\ -\x87\x35\x3a\xf5\x2d\x5c\xbe\x9a\xa3\x61\xd7\x1d\x4c\x09\xb1\x46\ -\x89\xb1\xa1\x61\x3d\x74\x06\xfb\xa5\x78\xda\x30\xbc\xdb\x0f\x1a\ -\x0f\x30\x23\x49\x64\x0d\xd7\xbe\xf3\x1a\x1a\x14\x15\xd8\x10\x67\ -\x63\xbf\xef\x3c\x97\xed\xcb\x79\x26\x51\xce\x06\x0a\x04\x21\xca\ -\x1e\x22\xcd\xa4\xb5\x26\x14\x68\xf0\x8e\x38\x68\x66\x21\x55\x04\ -\x80\xba\xd9\x44\x06\xab\x43\xde\x53\x09\xc2\xb5\x8b\xbe\x8b\x90\ -\xa2\x49\x65\xbc\x92\x7a\xda\x75\x14\x34\xca\xcf\x1c\x2d\x8b\x69\ -\xfa\xa4\xe2\x48\x14\x93\x20\xfc\x07\xaa\x4f\x5b\x40\x07\xaa\x5f\ -\xd3\x76\x47\xe7\x84\x5b\xe3\xf2\xb4\xf5\x86\x02\xed\xb6\xd8\xff\ -\xe4\x11\x92\x9e\xe1\xd2\xa7\x7e\x17\x77\x31\x8e\xc9\xf7\x39\xf4\ -\xcb\xef\x74\x31\x8d\x61\x10\x4b\xa3\xae\xa5\xa3\x4d\xd4\xc2\x5a\ -\x42\x90\x48\x4b\x9e\x0f\xca\x98\x2b\xd7\x74\x6a\x96\x9f\xaf\x05\ -\xbe\xaa\x92\x89\x3d\x98\x03\xca\x04\xc3\xce\x0c\x95\x56\x12\xbd\ -\xc6\x30\x9d\x85\x47\x46\x82\x45\x2d\x83\xf4\x7c\x25\x1b\x0c\x92\ -\xf1\x8c\x38\x97\x74\x68\xee\x74\xa0\x2a\x1a\xa0\x7f\xd2\xc5\xfd\ -\x94\x53\x6e\xf4\xd2\x75\xe5\xf2\xd4\xf9\x71\x23\xa6\x89\x26\xb4\ -\x56\xaa\xaf\x31\xaf\xff\x14\x53\x64\xe4\x4f\x49\xd2\x8b\x83\x4a\ -\x9e\x68\x59\x3c\x2b\x1c\x73\xa6\x4b\x7e\x62\x50\x7e\xd4\x21\x6a\ -\x60\x4f\xfe\xbd\xc1\x7a\x6a\xb8\x6d\xa2\x9c\x90\xfd\xf4\x56\xfb\ -\xe4\x80\x48\x46\x04\x85\xbe\x1a\x5e\xa8\xd9\x43\x9f\xe5\x7a\xb5\ -\x0e\xe5\x66\xe1\xa1\x1d\x35\xb9\x02\x79\xc1\x33\xeb\x18\xb2\x60\ -\x7d\x63\x6e\x68\xd5\xc8\x2c\xa8\x2c\x25\x98\x0e\x40\xbb\xbc\xd6\ -\x6a\x57\x3f\xd0\x83\x5a\xb0\x70\x84\xc4\xe9\x73\xfc\x34\xf1\xf1\ -\x7c\xac\xbb\x82\x9f\x19\x72\x2e\x53\x27\x3b\x9a\xa8\xe0\x4f\x38\ -\x60\xa2\x25\x75\xb1\x07\x05\xfe\xd4\xd4\x2f\x42\x43\x19\x22\xa5\ -\x0d\x61\xc5\x74\xe8\xa1\x11\x91\x2e\xc3\x27\x09\xf6\x5b\xac\xe5\ -\xab\x92\xc9\x8f\xac\x2a\x0a\x64\xe2\x2d\xff\xe2\x3c\xc0\x70\xda\ -\xc4\x60\x16\x80\x45\xbf\x52\xbb\x7c\xd1\x98\xbc\x5b\x71\xed\xc7\ -\x96\xc5\x9b\xde\xac\xa8\xdf\x11\xa8\xf7\x3f\x83\xdd\xe6\x33\x43\ -\x6b\x47\x73\x85\xd6\xec\xf3\xa6\xda\x08\xdb\x8c\x5c\xa7\xa4\xf2\ -\x09\x3f\x2c\x55\x69\xbc\x7e\x68\x05\x78\xbf\x66\xa3\x64\x93\xc3\ -\x63\x22\xa4\x8d\x5e\x04\xea\xe5\x27\x43\x1f\x3e\xe7\x64\x78\x58\ -\xcf\x8a\x3c\xac\xcf\xf1\x81\xa9\x06\x23\x87\xd9\x81\x68\xf9\xc6\ -\xd3\x86\x0a\x6f\x93\xf1\xc5\xc1\x57\x2e\x67\x42\x1d\x2e\x5a\x48\ -\xcf\x78\x4c\xb0\x79\x1e\x6e\x83\x0e\xc7\x18\xc2\x77\xfe\x5c\xcb\ -\x8d\x30\xdd\xc7\x68\x40\xd5\x11\x10\x68\x79\xf8\x68\xfe\xd4\x0b\ -\x02\xed\xd0\xdb\x99\x35\xf4\xdf\x0d\x53\x9e\x79\x45\x34\xa8\x4e\ -\x38\x4d\xc1\xd4\x00\x8d\x66\x6d\xc7\x1a\xe3\x17\xa7\xa4\x39\x79\ -\xa4\x46\x01\x0e\x2e\x7f\xe9\x15\x2a\xfb\x28\xc4\xa7\x26\x6d\x6f\ -\xcc\x57\x99\x1d\xd4\x9f\xd7\xdd\xd7\xb2\x66\xb1\xe7\xf7\x76\x97\ -\xb5\xb5\x66\x78\xf0\x69\xad\xdc\x76\xa4\xbb\xb2\xb8\x90\xee\x33\ -\x19\x10\x4d\x15\x62\xa0\x16\x14\x4a\x40\xf2\xcc\xab\x92\x45\xb4\ -\xef\xc7\x77\x46\x61\xfe\x37\xa7\xc8\xb7\x9c\x3c\x7a\x69\xc8\xaf\ -\xd4\xbb\xd0\x37\xf4\xca\x6a\x5b\x63\x34\x90\x00\x00\x20\x00\x49\ -\x44\x41\x54\x2d\x09\x0c\x27\x32\xfb\xe8\xed\xef\x64\x88\xb6\xa1\ -\xc0\x9f\x5b\xbc\x7b\x8a\xfd\xf9\x60\x05\xa0\x83\xdb\x9b\x81\x88\ -\xd2\x5d\xc3\xa9\xda\x5a\xc0\xfd\xb3\x5e\x4f\x92\x38\x8e\xd3\x16\ -\x85\x43\xa0\x8b\xe0\xf9\xdc\x75\xf1\x08\x6d\xc0\x23\x57\x50\x75\ -\xda\x5d\x9f\x03\x08\xd4\x60\x4a\xba\x42\xc6\x21\x25\xc4\x95\x63\ -\x56\x54\x3c\xa4\xd5\x58\x0f\xca\x92\xca\x95\xcf\xf0\x20\xa8\x32\ -\xe6\x35\x21\xb2\xca\x44\x76\x4f\xab\xf7\x7a\x7e\xd7\x18\x12\x0e\ -\x44\x06\xfe\x5b\xab\x2d\xb1\x07\x39\xaf\x03\x24\x69\x20\xda\x33\ -\xd4\x50\x0e\x1b\x6e\x7e\xd5\x06\x3d\x1d\xe9\xec\x2b\x1a\x2f\xa1\ -\x47\x20\x15\xb2\x15\xc5\x26\x9a\x63\x40\xad\xbe\x82\x8a\x1d\xf9\ -\x00\xd1\x94\x8a\x23\x1d\x26\xc4\xf6\x69\xe9\x05\x83\xf0\x3c\xf7\ -\x15\xc3\x62\x85\x87\xc6\x29\x05\xe0\xaa\x4a\x6a\x5a\x0d\x65\x0f\ -\x60\xb5\x02\x5a\x47\x61\x1b\xbf\x5e\x8f\xfd\x16\xcf\x3c\x1b\x88\ -\xc6\x1c\xce\xfa\xf0\x69\x0e\xa5\x7a\x48\x8b\xdd\xff\xab\x23\x2f\ -\x38\x55\x92\x48\x99\x9f\x88\xac\xa6\x23\xd5\xe0\xab\xb5\xa0\xb3\ -\x69\x0a\xc4\x54\x9a\xbe\x7b\xde\x33\x4d\x16\xc0\x4b\xd6\x5b\xe6\ -\x05\xda\xda\x85\x6e\x59\x98\x15\x6d\x53\x18\xe6\x30\x3c\xb3\xf6\ -\xc8\x82\x1c\x43\x53\xa2\x23\x23\xed\x74\xc5\x6c\x94\x68\xb2\x33\ -\x36\x91\xad\xa8\xd3\xd6\x97\xbd\x2c\x1b\x9a\xf3\xfc\xd9\x8f\x73\ -\x3c\xdf\xd7\xeb\x0d\x75\x3d\x29\x31\xb8\xbe\x65\x8d\x40\x24\x32\ -\xf7\x70\x91\x47\xf0\x55\xfc\x72\x0f\xe7\xd9\xf2\x5f\x21\x99\x4c\ -\x26\xec\x6d\xc8\x75\x52\x0a\x54\x70\x1e\xe3\x7d\x23\xc9\x75\x90\ -\x21\xcb\x27\x7a\xb7\xba\x6e\x55\x35\x08\x36\x0e\x16\x88\xe9\x6b\ -\x60\x76\x7a\xa2\x7c\x8b\x50\x42\x74\x1e\xf7\xf5\x67\x0d\x24\xc1\ -\x82\xe0\x32\x9d\xe8\x10\x73\x38\x13\x60\x08\xa3\x66\xb0\xe7\x74\ -\x03\xc0\x60\x8a\x74\x3a\x11\x5b\x43\x65\x5d\xb7\x42\x93\x4c\xe8\ -\x2c\x0b\xce\x87\x39\xc8\xeb\x7d\x6c\x37\xaa\xaa\x69\x9f\xcf\x30\ -\x38\x92\x0a\xef\x45\x09\xc9\x9b\x7e\xc9\x24\x06\xff\x34\xa9\xf6\ -\x18\x99\xa4\x01\xad\xa6\x49\x5d\xd6\x82\x10\x89\xdd\xba\xb0\x42\ -\xfe\xb8\x43\x8b\xa9\x12\xa3\x6b\xff\x30\xd0\x81\x62\xdc\x4e\xd5\ -\xf6\x24\x07\xad\xbc\x41\x8b\x34\x44\x4b\x33\xa6\x3f\x31\x58\xbf\ -\x25\x8c\xf5\xc2\x2c\xea\x7a\x34\x4a\x30\x2d\xf7\xe9\xfc\x73\x62\ -\x39\x8b\xc4\xdd\x34\x35\xe2\x03\xf5\x52\x12\xf9\xf3\x92\xcd\x14\ -\x1f\x42\x71\x5a\xfe\xc6\xc1\xdf\xc4\xba\xa2\xe8\x87\x3c\x04\xa0\ -\x20\xbd\x15\x2e\x08\xe5\xfe\x7d\x92\xf0\x6c\x7a\xda\xb5\x6d\x22\ -\x42\x35\x31\xe3\x77\xfa\x8b\xa7\x7f\x77\x96\x4d\xfe\xde\xfa\x11\ -\x2f\x1e\xcb\x0c\xa0\x33\x9e\xa8\x04\xfe\x14\xfc\x70\x29\xd4\xa1\ -\x73\x4e\x24\x71\xea\x91\x75\xf1\x46\x7b\xcc\x69\x27\x33\xd3\x0a\ -\xe7\x15\x12\xff\xfc\xbb\xac\x6d\xa9\xa8\x89\x09\xa9\xfa\x24\x4d\ -\xa3\xf0\xcd\xc2\x28\x1b\x89\x1b\x74\x18\xfe\x2f\x72\xb8\xf7\xde\ -\xaf\x05\x43\xfe\x3e\x2f\x30\x6e\xd0\xe7\x7d\x5a\x9c\xd9\x5f\x54\ -\x6e\x49\x65\xbd\x9f\x1b\x61\x88\xe5\xa9\x1e\xd0\x84\x7c\xaf\x7a\ -\x01\x4e\x94\x23\x9b\x0c\x8a\x8d\x52\xf4\x98\x56\xcc\xc3\xe5\x8d\ -\x7e\x88\x0d\x69\x1f\x92\x06\x54\x23\x04\x04\x7d\x3a\x7a\x44\xb2\ -\xc5\x67\xbf\xfc\x48\x5d\x91\x99\xa3\xb7\x9b\x59\x58\xdf\xa3\xdc\ -\x84\x92\x11\x61\x80\xcc\x88\x38\x22\x65\x48\xbb\xc9\x07\x27\x8a\ -\x52\xe5\xab\xb5\x4a\xa1\x63\xe3\x10\x53\x39\xf5\xa0\x27\xcf\xc4\ -\x02\x19\x58\x91\x46\xaf\x3a\xa7\xed\x43\x65\x80\x42\xfe\xd5\xce\ -\x95\x15\x20\x2c\x45\xc5\x68\xd4\x16\x35\x13\xdc\x14\xba\x37\xea\ -\x94\x89\x07\x36\xe6\x4b\xe7\xf4\x11\xc6\xc6\xd9\xf0\xbf\x35\x37\ -\x7e\xc0\x5d\x3d\x51\x4b\xaa\x02\xfc\x5b\xe8\x33\x85\xa7\x68\x6d\ -\x65\x3f\xb4\xc9\x5a\x9b\x62\x56\x11\x0e\xed\x31\xf2\xa1\x25\x7c\ -\x20\x92\x34\x9d\x21\xcf\xa1\x09\x9f\x5a\xcc\xef\x1a\x50\x03\x37\ -\x3c\x1c\x4c\x0d\x04\x9f\x27\x05\xb9\xd9\x00\xa9\xe1\x89\x46\x98\ -\x7b\xea\x6f\x21\x78\xf6\x47\x46\x46\xea\x7d\x5e\xcf\xa4\x8d\x7c\ -\xd2\x1c\xc3\x18\xe8\x6e\x04\x4d\xed\x69\xcc\xa1\x87\x06\xe0\xaa\ -\x91\x94\xeb\x3b\x7d\x32\x49\xba\x43\x4b\xbb\x80\x9e\xcb\xa3\xf1\ -\x4c\x7a\x6a\x0d\x68\x78\x3b\xfe\x92\x5a\xc3\x9a\x64\xbf\x50\x8a\ -\x42\xcf\x87\xc1\xb5\xb8\xb7\x88\x74\x04\x41\x17\x26\x59\xe8\xdf\ -\xf1\x1b\xbb\x23\x46\x8a\x3e\xa6\x30\x58\x33\x32\x59\x07\x2d\xef\ -\xbc\x9f\x9f\x47\x43\x35\x10\x11\x2d\x6e\xcb\xa0\x7e\x32\xe8\xb8\ -\xea\xbc\x2a\xd4\x07\xcf\xbf\x28\xee\xe8\x3d\x90\x98\xd6\x3f\x71\ -\x5e\xc4\xf9\x53\x85\x60\xba\x9e\x7d\xbc\x3b\x2e\x38\xc9\xef\x57\ -\xb9\xdf\x45\x40\x79\xee\xb9\x22\x51\x4c\xd9\xed\xba\xd7\xdb\x22\ -\x98\xd3\xa2\x88\x16\xdf\xcf\x82\x4e\x79\x91\xa3\xaa\x7a\x36\x8c\ -\x87\x23\x2c\x87\x36\xb4\x98\x51\x22\x11\x9e\xba\x21\x9a\x05\xaf\ -\x5d\xc6\x5b\x4c\xeb\xe7\x1e\x0e\x4e\x93\x2a\x0a\x4a\x8f\x70\xef\ -\xa7\x7c\x0e\xb1\x16\x95\xa6\x2a\xf7\xe1\x4f\x9e\x99\x74\xb5\x69\ -\x06\x2b\xdd\xb1\xd6\x2f\x5a\x7f\xd1\xfb\xda\xb8\x97\x0f\xba\x1b\ -\x01\xed\x31\x90\xed\x1d\x7a\x91\xd4\xaa\xb0\xdd\x70\x9e\x2b\xb5\ -\x4a\x9d\xfb\x8c\x8b\xb5\xf7\x36\xbc\x3c\xb3\x29\x7d\xdf\x3d\xac\ -\xdc\x05\x8d\x1f\xc2\xfc\x82\x9a\xfe\xe5\x06\x23\xcf\x26\x75\x47\ -\xe3\x89\x15\x99\x59\x98\x8e\x50\x17\xa5\x2c\x8e\xbc\xbd\xed\xd3\ -\x19\x53\xfe\x2d\x80\x9d\xb6\x02\x53\xd9\x3f\x6b\x51\xe7\x98\x1f\ -\x2c\x00\x1f\x3a\x35\x65\x4d\x25\x72\x0a\x0f\xed\x53\x35\x56\x61\ -\xe4\xb1\xcf\x28\x14\x5e\x44\x8b\x6a\x1d\xcd\x26\x36\xa3\x54\x60\ -\x9b\x7f\x71\x47\x56\x55\x60\x61\x00\xca\x42\x20\x0d\x91\xa4\xf0\ -\x09\x38\x06\xb6\x2c\xe2\xe2\x45\x26\x21\xb5\xe0\xe3\x6c\x30\xa2\ -\x1d\x1f\x42\x50\xb7\xc7\x57\x21\x87\x5b\x7f\x47\x1d\xf3\x13\xf5\ -\x7b\xa1\xac\xbc\xca\x2a\xfe\x01\x66\x30\x91\x6c\x7a\x18\x7f\xe0\ -\xbd\xfa\xc4\xd0\x20\xfb\x61\x35\xa8\xd5\xa2\x7e\x90\x16\xb0\x35\ -\xfd\x9a\x5b\x72\x92\xb1\x01\xad\xe9\x3a\xe2\x90\x6c\x15\xe2\x99\ -\x26\x66\x76\x0b\x99\xde\xb5\xff\x2a\x31\xf6\x6b\x44\xb4\x5c\x57\ -\x7f\x25\x78\x13\x40\x50\x0e\x6d\x54\xbd\xb6\xb8\x1b\x29\xcf\x18\ -\x28\x02\x57\xc9\xaa\xdf\x61\x38\x59\x35\xa1\xac\x23\xd3\x0a\xf7\ -\x80\x6b\x68\xf0\x36\x67\x24\x80\x9f\x4b\xd7\x37\xee\xf7\x3b\x05\ -\xeb\xbd\x18\xa5\xf3\xc1\x4b\x91\x28\xf7\xc4\x9b\xf2\x81\x09\xcb\ -\xf4\x19\x5e\x9a\x7c\x56\x1e\x87\xb8\x77\xda\xe1\x8a\x43\x17\x7c\ -\x26\xab\xc9\xdb\x99\x13\xf5\xd4\x73\xfc\xfd\x73\xf7\x85\x5a\xc3\ -\xdf\xff\x39\x75\x9c\x8b\x01\x27\x74\x45\x83\xe0\x70\x50\x19\xb6\ -\xd9\x87\xc5\x36\x14\xe7\x3b\xe8\x1b\x6e\x0d\xce\x55\x44\x9b\xee\ -\x42\xcc\x34\xb8\xd7\x14\xe6\x16\x7e\xf0\x73\xb8\x06\x29\xa9\x68\ -\x51\x0c\x2c\x68\x77\xae\xe5\xf1\x9a\x42\xf2\x69\xd0\x2f\x48\x0d\ -\xa2\x5b\x02\x34\x96\x83\x17\x9d\x82\xbd\xbe\xc7\x4c\xdb\x22\x98\ -\x0f\x56\x3c\x0f\x7b\x61\x9e\x08\x1d\xd9\x33\x7f\x2a\xa7\x0f\x69\ -\x99\x8b\x07\x22\xd3\x83\x2a\x78\x0a\xf8\xf7\xb6\x70\x5d\xe2\x0e\ -\x97\x95\x16\xb5\x6e\xb5\x17\xcd\xc3\x44\x43\xe7\x81\x39\x51\xc7\ -\xaf\xb6\xec\xf9\xb8\x87\xb6\x28\xa7\xc9\x72\x14\xd0\x12\x93\x13\ -\x0b\xce\x93\xc3\xe4\x3a\xec\xf1\xbd\xc7\xc8\xe2\x4e\x7a\x28\x2b\ -\xd5\x66\xd6\x44\xae\x28\x8d\x4b\x08\x62\x87\x1e\x53\xdc\x6c\xcc\ -\x5c\x23\xc7\x45\xc3\x7d\x37\x14\xa7\xaf\x3a\xca\x81\x30\x59\x5b\ -\x43\x97\x2e\x8d\x7b\x8a\x7f\xb2\x3e\x6b\xb8\x61\xfc\x35\xcb\x2d\ -\x8d\x3f\xdc\xae\xf5\x49\xe3\x3d\x27\xb6\x7c\x98\xea\xd4\x94\x29\ -\x0b\xb9\x03\x4d\x97\xbf\x80\x93\x8b\x4e\xd4\x79\x66\x4e\x39\xe5\ -\x2c\x69\x27\x10\x23\x40\x6d\x82\x81\x76\xcb\x27\x2a\x34\x50\x7d\ -\x7a\x36\x00\x8e\xb2\xca\x40\x71\x8c\x26\x6d\x8c\x2d\x35\x6c\x3a\ -\x42\x8a\x79\xa5\x3d\xb5\x80\xf5\xb6\x04\x15\x96\x1f\x93\xef\x13\ -\x71\x29\x54\xb2\xfe\xec\xa4\xf7\x75\x83\x72\x4e\xe2\x83\xa7\x0f\ -\x68\x9b\x25\xc2\x92\xa8\xbb\x35\x5d\x46\x96\xfc\x75\xa2\x7b\x52\ -\x80\x4f\xaa\xa6\x51\x64\xef\xd1\xae\x26\x53\x4b\x5c\x6c\x43\x83\ -\xf6\x34\xcf\xb9\xc9\xf6\x35\x6d\x90\x0f\x87\xae\x9c\x74\xfa\x80\ -\x81\x9b\x0e\x18\x43\xa6\x4d\x7a\x14\xd2\x4f\x4a\xd1\x7f\x3b\x73\ -\xde\x06\x02\x58\x7a\x4a\x6d\x7f\xef\x21\xbe\xc3\x48\x28\xf6\xff\ -\xd2\x8d\x6d\x37\xfe\x49\x7a\x77\xa2\x88\x9a\x79\x57\xaa\x64\x81\ -\x1a\x52\x0d\x0f\xb2\x00\xdc\x90\xd3\x86\x9a\x65\x2e\xc4\xc1\x98\ -\xa2\x30\x27\x12\xf9\x71\x0d\x8e\x44\x23\x4f\x68\xab\xcd\x0f\x7d\ -\x23\x8d\xe9\x2f\xd3\x69\x59\xbd\x16\x0f\x1a\xbf\x81\xe2\xbf\xf7\ -\xf3\x83\x75\x92\xdd\x44\xb8\x06\x1b\xdb\x4b\x98\x7b\x9f\x43\x3f\ -\x3f\x3f\x53\x17\x6b\x7b\x18\xca\x88\xb4\x26\xd0\xcc\x9f\x1f\x3f\ -\xda\x3f\xdd\x3c\x70\x07\xa5\xf3\xa9\xdf\x89\x70\x80\x53\x9b\x4e\ -\x94\x1a\x5f\x0c\x3e\xdd\x6e\x4c\xc4\x53\x0f\x3b\x9e\x37\xb5\x2a\ -\x8a\xcf\x81\xcb\xd3\xf9\x4e\x80\xfa\xce\x2f\x51\x1c\xae\x9f\x12\ -\x03\x1d\xb0\x09\x65\x6b\xb2\x61\x2a\x4f\x40\x7b\x4d\xe4\xc4\x99\ -\x11\x31\xf5\xda\x73\x0f\xce\x86\x45\x35\x86\x3d\x9a\xc5\xb6\x0d\ -\x13\x08\x3a\x22\x88\x71\x0f\x2f\x5d\x63\xae\x39\xf2\x7c\x33\x81\ -\xf8\x14\xa6\xe7\xf0\x09\x07\x40\xa1\xc2\x6a\xed\x0f\xc6\x0b\xb0\ -\x9f\x79\x62\x69\x8b\x6f\xa5\x97\x25\xdb\x64\x5b\x6b\xc0\xa4\x9d\ -\x50\xd0\xc1\xd9\x6c\xf1\xec\xcc\xc8\x86\x7e\x2b\x7b\x91\x58\xda\ -\x18\xc4\x18\xe4\x85\x25\xca\x37\x90\x26\x0c\x5e\x56\x85\x86\x37\ -\x07\x6f\x79\xce\xca\x8c\x6a\x03\xa9\xc1\xd0\xe0\x0a\xd3\xe2\x67\ -\xc4\x8f\x81\x25\xfe\xc8\xce\x13\x38\xb3\x99\x47\x29\xd1\xc3\xfd\ -\x40\x82\xd4\xa6\x63\x33\x7d\x8f\xe4\x28\xd7\x49\x6d\x13\x0d\xb6\ -\x30\x6b\xaa\x3a\xcb\x48\xf9\x13\xe6\x32\x6e\x14\xe1\xe6\x10\x31\ -\x70\x0a\x2d\x7a\x47\xa8\x1c\x9a\xd5\x9c\xa6\x57\xfe\x21\x57\x73\ -\x65\x5b\xbd\x56\xde\x37\x61\x0c\x49\xed\x37\x47\xbf\xf3\x16\xa8\ -\xcd\x26\xc4\xe1\x22\x6a\x76\x7b\xcc\xc1\xa8\xe5\x23\xdf\x8e\x36\ -\x99\x70\xd9\x07\xed\x44\xac\x90\x4a\x36\x0e\xf5\x41\x65\xf8\x2e\ -\x02\x77\x64\x22\x60\xd1\xb4\x70\x2d\xf3\x07\xa3\x32\xc4\x2b\xe1\ -\xa8\xc2\xe6\x29\xc5\xc9\xc4\xc9\x8a\x85\x0d\x71\x2e\x82\x7c\xff\ -\x8e\xff\xe8\x6c\xa1\x6f\x87\xd8\x19\x58\x87\xc8\x45\x2f\xe8\xeb\ -\xb5\x78\x6b\x51\xe4\x1a\x7e\xfb\x46\x36\xc4\xf2\xb9\x51\x15\x4c\ -\xc9\x47\x36\x82\xe6\x91\xd9\x50\xb7\x95\x85\xbd\xba\x7f\x7f\x38\ -\x12\x55\xf6\x8d\x39\xd2\xc0\x99\xc5\x34\x50\x2a\x2d\xb7\xb8\x3a\ -\x8c\xf8\x44\x1c\x7a\xaa\x6e\x37\x85\xd6\x68\x8d\xa6\xc9\x4a\xfb\ -\xf5\x4e\x51\x54\x7d\x17\xcc\x67\x71\x65\x61\x11\xbf\x96\xbc\x36\ -\xe4\xa3\xe8\x30\x7e\x34\x6c\xb9\x9a\x2b\x17\x94\xdb\x18\x2c\x37\ -\x45\x8b\x00\xb8\x57\x4a\xc4\x02\x37\x3e\xeb\x16\x5d\x44\xc0\x99\ -\xae\xb9\xe9\x7c\xfc\x6b\x29\x56\x66\xa5\x75\xe8\xae\x72\xe3\x53\ -\x08\x21\x44\x3e\x75\xeb\xb5\xc2\xb5\xe8\x45\x1c\x3e\x9a\x52\xd8\ -\x50\x2b\x4c\x19\xe8\x50\x16\xfb\x03\xc7\xd4\xc3\x72\x04\x64\x44\ -\x97\xf8\x94\x93\x47\x81\xd5\xd9\x51\xd8\x38\xac\xe4\xcb\x47\x21\ -\xee\x28\x07\xb8\xed\x1d\x88\x8a\x00\xed\xef\xcd\x69\xaf\x50\x8e\ -\x2c\x6e\xc2\xda\x9f\xd5\x88\x56\xd2\x20\xb5\x32\xcc\x94\xa6\x4e\ -\xf3\x6d\x28\xd1\x0d\x4a\x4c\xca\x23\x80\x33\xe9\x60\x04\xaf\xc7\ -\x71\x70\x73\x84\xba\xa2\x86\xb2\x86\x1b\x0c\x74\x96\x28\x7c\xda\ -\xb4\x46\xa9\x45\x0e\x40\x8d\x80\x02\x64\xa7\x3e\x4c\x7b\xd2\x9e\ -\xb4\x2a\xb7\xf5\xe6\xb2\xb3\x4e\x4a\x33\x88\x19\x1f\xcd\xa2\x1d\ -\x7a\x99\x8c\x4e\x30\x7d\x2f\x2e\xf8\x5a\x5f\x0b\xf0\x49\xc5\x93\ -\x41\xbd\xb3\x9d\xda\x4c\x05\x44\xf3\x69\x1e\x43\x62\xb4\xe8\x7a\ -\x7c\xc6\x6d\x3a\x1a\xc2\xa6\x52\x82\x59\x82\x45\x61\x42\xd3\x98\ -\x88\x01\x99\x94\x28\x72\x3d\x5b\xeb\x4c\xf6\x03\x4e\x8a\x3d\x3f\ -\xa3\x33\x17\xee\xc9\x4a\xb3\xd6\x45\x25\x92\xa8\xbc\x87\x61\x8d\ -\x59\x07\xd9\xcf\x26\x52\xa7\x4e\x90\xd7\x40\x64\xcb\x06\xd9\xda\ -\x65\x6f\xa5\xad\x74\x64\xe7\x48\x88\x2b\x72\xf8\xb1\x74\x0e\x35\ -\x90\xae\x7c\x31\x13\x5f\x3f\xaf\x6e\xa1\x27\x40\xfb\x36\xfc\x43\ -\x51\xf6\xb7\xc6\x6c\x38\xcc\x31\x0e\x1f\x76\x98\xbc\xdc\x4e\x39\ -\xab\x89\xf0\x1d\xf4\x9b\x28\xb8\x35\x68\x43\x59\x8c\xaa\xc2\x33\ -\x22\x85\xda\xe5\x7d\xcc\x22\x8c\xd5\x9c\x44\x9c\xd9\x5f\x4c\x23\ -\x4b\xc7\x83\x7b\x8d\xb6\xba\x5b\x9c\xef\x13\x56\xfb\x78\xbb\xf6\ -\x31\x04\x9f\xf3\xa4\x9f\xd1\x74\x98\x2d\x96\x02\x7f\xa7\x66\x9f\ -\xd7\xf7\x43\x1b\x02\x48\x63\x0a\x1d\x68\x5c\xef\x43\xab\x2d\xb6\ -\xed\x44\x5c\x65\x44\xb3\x38\x05\x31\x6d\xea\xf5\x41\xa7\x9f\x93\ -\x76\x19\x81\xcc\x7c\x58\x4d\x9b\x89\x6b\x60\x63\x5f\x91\x88\x94\ -\xc0\xe1\xd3\x0f\x5f\x23\x68\x54\x44\x4a\x13\xaa\xaa\xf4\xb3\x40\ -\xc7\x74\x52\xc8\xd4\xa2\xc7\x94\x2a\x70\xa7\xb1\x13\x7c\x2e\x05\ -\x64\x2f\x34\x90\x5c\xb1\x28\x54\x03\x11\xc3\xfd\x94\xdd\x6d\xd7\ -\x4d\x37\x60\x98\x40\x5e\xfc\x96\x15\x7d\x9e\xe5\x46\xd0\x64\x6b\ -\xd0\x03\x31\x78\x9b\x1f\x5b\xc3\x5b\x5a\xa2\x32\x8d\xd8\x0d\xce\ -\x57\x7d\xa1\x9f\x8b\x69\xe8\xa3\x4e\xed\x62\x0e\xc0\x03\x8d\x50\ -\x7d\x68\x86\x4b\x97\x4d\xcd\x86\xf2\x7a\xa0\x07\x61\x67\xc1\x3d\ -\xd6\x9f\xda\x41\x21\x95\x63\x48\xab\xe0\x16\xc9\x03\x45\xe4\x1c\ -\x82\x4b\x1b\x33\x27\x5a\x8c\xe7\x91\x94\xf5\xbb\x16\x1d\x58\x52\ -\x9b\xcd\x4c\x9a\x6b\x7b\xb7\x26\xcd\xda\x4d\x85\x56\xa0\x8b\xc5\ -\x07\x16\x26\x81\x73\x2c\x35\x64\x88\x54\x21\xc3\x4c\x32\xcf\x6d\ -\x6b\x67\xb9\x75\x05\x32\x18\x23\xa6\xd1\x1c\xc7\x33\xa3\xb6\xcb\ -\x7c\x85\x8d\x5e\x1d\x3e\x51\xdf\xaa\xdc\x6c\x89\xd2\x9d\x92\x56\ -\xbf\xe0\xc3\x5b\x08\xae\x56\xdc\xf7\xa6\xe1\x5a\xd1\x93\x61\x38\ -\xeb\xbf\x82\x1f\x43\xa2\x95\x6a\x47\x68\x78\x9e\xf7\x5a\x83\x07\ -\xd5\xa4\x2d\x66\x76\xe8\x2a\x8d\xdf\xb6\x55\x39\x8b\x79\x6d\xae\ -\x07\x35\x25\x8a\x40\xbf\xe1\x46\x77\xba\x9f\xd1\x1a\x0e\x69\x89\ -\x74\x38\x15\xca\xbf\x30\x87\x06\x24\x1f\x38\x21\x87\x9c\x05\x72\ -\x57\x4a\x1f\x13\x37\xff\x93\x4d\x58\x85\x8a\x76\xe3\xa4\xaa\x74\ -\xdf\x77\xa0\x59\x7e\x00\x5c\x2b\xf3\x51\x72\xa3\x83\x1c\x1e\xe4\ -\xa7\x46\x23\xf2\x89\xb7\x72\xdb\x54\xa7\x6e\x8d\x1c\x07\xbb\xab\ -\x49\x6b\x03\x06\xa9\xcd\x6a\xd3\xbf\xc4\xb2\x68\x9b\xd3\xda\x04\ -\x72\x1e\x54\x35\x42\x90\x73\x13\x8f\x64\xf8\x80\x62\xd3\x4c\x81\ -\xad\x83\x2f\x67\x26\xc9\x6a\x6b\x55\x98\xda\x59\x51\x6f\x1d\x71\ -\x11\xc9\xe0\xbb\x1d\xf6\xa6\x31\x49\x60\xa2\x7f\x32\x68\x51\x5b\ -\xef\xb6\x93\xea\xa7\x44\x1f\x71\x08\x55\xb8\x9d\xb0\x34\x21\xfe\ -\x44\xbf\xf8\x9a\x8b\x3e\xf2\x98\xd8\x3c\x67\xc7\x36\xd7\x34\x8f\ -\x78\x17\xad\x21\x17\xd7\xa0\x64\xd0\x3c\x80\x6f\xf5\x50\x37\x61\ -\xcc\xd6\x70\x93\x07\x23\xa6\xfb\xfe\xcc\x89\x72\x50\x1e\x3a\x49\ -\x5d\xc7\x14\xb2\x1e\x18\xf5\xf7\xf8\xe8\x4d\x3f\xec\x07\x98\x69\ -\xdb\xff\x93\x78\x10\xdd\xba\x3f\xb4\xf7\x1d\x68\x9f\x54\x73\xcf\ -\xa0\x11\xf9\x64\xd6\x8c\xc6\xc1\x28\x31\x01\x33\x89\x9c\x1e\x89\ -\xd6\x77\xc5\x94\x6a\x87\xb8\x9e\xc9\xe8\xe3\xd6\xa7\xb2\xa8\xd1\ -\xee\x98\xc4\x2e\xa9\x9c\xa5\x31\x2d\x0f\xb1\xa3\x11\x93\x86\x46\ -\xc4\xf8\x0f\x2d\x59\x64\x14\xe9\xe2\x2c\x64\xc2\xf4\x1b\xfa\x23\ -\x4d\xe4\x2a\x0e\xe0\x65\x8b\x16\x2d\xfa\xd5\x4d\xc2\x0e\x3f\xef\ -\x9c\x10\x4a\x1c\x8c\xc6\xa4\x11\xba\x07\x36\x6c\x65\xb6\x40\x39\ -\xc9\x0a\x8d\x97\x26\x9d\x88\xd2\xc1\xcb\x73\x3c\x04\x36\x35\x25\ -\x9f\x14\xfb\xf0\xc4\x5d\x0f\x91\x42\xeb\x6f\xdb\x8d\x7f\x6a\xcd\ -\x88\x69\xa0\x79\x59\xb8\x6e\xbe\xe3\xbe\x5b\x98\x82\x38\xb5\xa4\ -\x45\xf3\x51\x78\xdb\x1a\x41\x92\x2e\x86\x25\xd2\xfb\x17\xb4\x14\ -\x0c\x28\x9a\x2f\xb7\xcf\x6e\xbe\x7a\x06\x5a\xa3\x18\xf9\x63\xff\ -\x84\xfb\x95\x54\x02\x3d\x07\x22\x8b\xb9\x6d\xc2\x9d\xe1\x01\xd5\ -\x21\xfd\xde\xff\xc4\xcf\x57\x1d\x68\xf9\x59\x9d\x6a\xb7\xdf\xa7\ -\xf8\xb9\x79\xc7\xe7\xef\x50\xd4\x39\xfc\x51\xfb\x4c\xe3\xa0\xcc\ -\xf8\x8b\x6b\xf1\x61\xa3\xa5\x6e\x92\xe0\x80\xb3\x04\xa5\xc4\x29\ -\x79\xaa\x1f\x32\x36\xfa\x09\x5b\xf0\x6a\x40\x62\x5c\xb9\xed\xae\ -\x02\x8b\x68\x39\x75\x54\xdc\x2e\xdd\x27\x7f\x46\xca\xcb\xd7\x46\ -\x58\x62\x6f\xdb\xb4\x48\x2a\x27\x2d\x73\xf8\xb4\x10\x9d\x7c\x10\ -\x8e\x6c\x1e\x30\x36\x48\x8a\x9f\x82\x11\x44\x1a\x01\x10\x50\x81\ -\xd5\x7e\x01\x2c\x2c\xff\x42\xbf\xf8\x46\xa4\xf6\x2f\xda\x0d\x40\ -\x53\x9b\x88\xcc\x8e\x9c\xac\x6b\x52\xcd\xc4\xaf\xd1\xbf\xf7\x67\ -\x0c\x9b\x57\xec\x2b\xf9\xac\xaa\xdd\x65\x47\x6e\x95\x03\x13\x45\ -\xde\xba\x1e\x3a\xc0\x27\x25\x5a\xc7\xb3\x9f\xd4\xf7\x1c\x0a\xdc\ -\x94\x4c\x00\x1e\x42\xe9\x5c\x2e\x77\x9c\x6f\x5e\xa0\xd1\x14\xba\ -\xb3\xd1\xe7\xf7\x53\x41\xcc\xbe\x36\xb4\xd1\x54\xd3\x91\x53\x94\ -\x9a\x22\x3f\x8e\xbd\x68\xb8\x63\x78\x20\x26\x95\xd7\x68\x12\x85\ -\x73\xec\xf9\x55\x88\x9c\x0e\xbd\xc6\xf4\x6b\x1f\xba\xa2\x3a\x64\ -\xe1\x72\xe9\xbc\xb7\x86\x4e\xe6\xa6\x6d\x44\x4b\x56\xd5\x01\x0b\ -\x34\xd5\x9b\x6f\xd7\x3f\x91\xb8\x9e\x02\xd0\x8b\x8c\xe0\x40\x5b\ -\x63\xa2\x8c\x20\xc9\xef\x78\x0f\x84\x60\x05\x9b\x63\xad\x45\x42\ -\x8b\x76\x14\xb7\xe9\xec\xe6\xf5\x07\xbb\x4d\xbc\x79\x7d\x23\x2b\ -\x1d\x38\xa5\xe8\xdd\x4c\x57\xd4\x32\xbb\x74\x64\xde\xa8\x73\x0d\ -\x7a\xdc\x1c\x04\x10\x57\xcd\xdc\xa9\x1e\x7e\x2a\x50\x91\x4b\xd7\ -\x98\x75\x00\x2d\xba\xf5\xdf\x61\xc6\xd0\x61\xa8\xde\x20\xfe\x1b\ -\x54\xaf\x32\x9a\x28\xdd\x8d\x11\x2f\x23\xbb\x3b\x98\x55\x79\xd7\ -\x40\x32\x6b\xeb\xdb\x6e\x37\x1b\x81\x98\x87\xd2\x10\xad\xc8\x79\ -\xc3\x6d\x29\x72\xd0\xb4\xa8\xf5\xbb\xbe\x03\xa2\xbd\x2b\xb2\x93\ -\xfe\xb9\x3f\x9e\xc5\x49\x3e\xc4\x29\x54\x5b\x53\xdb\xa3\x65\xc6\ -\x91\x1d\x04\x3a\x3b\xee\x88\x44\x28\x04\x41\x26\xeb\xc0\x56\x64\ -\xa4\x52\x84\xc8\x26\x99\x35\x10\x26\xff\xfb\x52\x66\xf9\xe7\xfe\ -\xd9\xb4\xb7\x3d\xf2\x4b\x89\x24\x86\x82\x1a\xd7\x6a\xd3\x62\x0b\ -\xaa\x9b\x75\x84\x4d\x54\xcb\xa7\x6f\x40\xf5\x56\x91\x83\x8a\x6b\ -\x13\x88\x9c\xa5\xe1\xec\x6e\x3a\x28\xac\xe2\xc8\xdc\xad\x1f\xff\ -\xfe\xe5\x96\x1b\x4c\xa4\x4e\xd8\x2e\xc7\xd4\xb5\x16\x44\xf1\xf8\ -\x99\xb4\xef\xd8\x1f\x97\x54\xf6\x2b\xaf\x45\xbc\x95\x34\x1a\x0c\ -\x66\x26\xc9\xdc\xd8\xf8\xff\x57\xec\x29\xb7\x19\xf1\xf2\x9c\x4f\ -\x89\xfa\x8a\x85\x9c\xba\x97\x8e\xa3\x41\xb1\x57\x95\x63\x10\xb4\ -\x5c\x43\x18\xce\xc4\x39\x98\x91\x95\xc6\x70\x91\x05\x4a\xdf\x06\ -\x0f\x46\xff\xfe\xf3\xbf\x89\xc4\xdd\x8d\x45\x2e\xf8\xf9\x0a\x09\ -\x8b\xc7\x04\xf9\xc0\x9c\xc6\x7d\x35\xbd\x8a\x0a\x99\xae\xcb\xbe\ -\x2f\x3b\xca\x66\xec\x39\x84\x9e\xc9\x7a\x47\xfc\x4c\xd3\x25\x2b\ -\x3f\x56\x3b\xc7\x90\xd5\x6a\xb0\xc1\x6c\x74\xab\x55\xed\x20\x19\ -\x6c\x8c\x0e\xe7\x9f\x5f\x62\x16\xfa\x71\x27\x32\x6f\x70\x97\xd0\ -\x75\x5d\xd7\xb0\xd3\x46\x5b\xd4\xcc\x50\x62\xeb\xc9\xe4\xe9\x88\ -\x71\xad\xe6\x1a\x9e\x49\xd0\x6e\x67\x1d\x07\x8e\x1e\xbc\xe4\xb4\ -\x39\x06\xb7\x0d\xe2\x0d\x07\x18\xc7\x54\x30\x6e\x5a\xda\xa2\xa7\ -\x30\x55\x7d\xe3\x32\xf9\x96\x33\x92\x91\x90\x4a\x68\x9e\x2f\xc1\ -\xe3\x4d\xe7\x30\x05\xbd\x0d\x0f\x54\xc2\x0f\x78\xb7\x0b\x4f\xd7\ -\x1e\x9f\xf0\xe5\xf4\x99\x03\x51\x20\x59\x65\xa5\x69\x0c\x07\x6b\ -\xe4\x28\x8d\x61\x4d\xe5\x70\xe9\xe0\xe4\x56\xc1\x69\x7d\x80\x81\ -\x53\x27\x98\xbc\x60\x5e\x4b\xa5\x12\x8c\x29\x18\xa7\xd0\x1d\x68\ -\x15\xee\x92\x24\xa1\xe5\xe2\x42\xb4\x38\x38\xe7\x65\xb7\x1c\x28\ -\x60\x71\x80\x65\x91\x5e\x2e\x22\xac\x1c\x0c\x2c\x11\xc3\x6e\x73\ -\x14\x15\xda\x95\x01\xa7\x89\x47\x3a\x53\x91\x45\x10\x2b\x0d\x71\ -\xa2\x11\x6a\x49\xe2\x92\x1d\xae\x91\xa4\x16\x01\xca\x7e\xa8\xeb\ -\xb6\x6e\xf6\x5f\x05\xc4\x31\x95\x84\x49\xfa\x83\x36\x92\xb6\xb8\ -\xc6\xed\x36\x65\x4e\xc9\x50\x76\xf7\xb1\x6a\x4c\x84\x2b\xd1\x3c\ -\xf3\xa4\xd2\x95\x0e\xf3\x9d\xda\x7d\x4c\xe7\x21\x61\x6d\xb5\x9e\ -\xf6\xb0\x9c\x69\xf6\x2f\xb4\x5b\x0b\xed\x47\x6a\x51\x0c\x26\x65\ -\xc9\xcb\xf6\xe0\x69\x1b\xf9\x4c\x2b\xd6\x43\xd1\x32\xc3\xca\xff\ -\x9c\xa0\x33\x5f\x64\x72\x37\x34\x02\xd6\xee\xb9\xfe\x84\xc0\xae\ -\x3a\x11\xb5\xd4\x32\x9c\xf9\x60\x9c\xd4\xb2\x5d\x45\xae\x98\x3d\ -\x0e\x3c\x3c\xa4\x0d\xd5\xa3\xc7\x24\x7f\x93\x87\x96\x6a\x1d\x7e\ -\xf3\x1e\x72\xa2\x6e\x79\x95\x8c\x9e\x86\x1a\x99\x89\x25\xde\x5c\ -\x15\xa5\x21\xae\xcf\x52\x68\x5b\xcd\x88\xf4\x0e\xb0\x30\x8a\x89\ -\xeb\x1a\xd3\x5f\x44\xa5\x12\x1d\x55\x0d\xf1\xfb\xb6\x1e\x4a\x05\ -\xfa\xff\xb3\xd6\x8b\xdd\xf0\x06\xf4\x2c\x10\x20\x72\x14\x70\x18\ -\x3b\x40\x02\x3d\x22\x7f\x15\xa0\x8b\x15\xf8\xa1\x83\xac\xa3\x4f\ -\xfe\x13\xd7\x5a\xa8\x13\xea\x99\x6c\x67\xd8\x61\x98\x70\x58\x52\ -\xac\xd7\x10\x32\xa7\xed\x7f\xd1\x49\x08\x29\xb2\x4d\x63\xd4\x57\ -\xca\x9b\x85\x79\x45\x67\xcd\x70\x36\xff\xba\x31\xba\x2a\xbe\xc1\ -\x1d\x0e\x75\x29\xc0\xe5\x57\x9b\x6b\xbc\x86\xdf\xe8\xea\x79\xcf\ -\x44\xe4\xa1\x7f\x32\xdb\xb1\xfd\x1a\xb1\x01\x1a\x66\x12\xc3\x89\ -\x15\xea\x27\xed\x33\xa7\x28\x53\x0a\x74\xe7\x4f\x5d\x9f\x87\xcd\ -\x72\x4e\x84\xaf\x19\x48\x6b\x07\xfa\x9e\x31\x09\xdd\x2c\x6b\x3f\ -\xa7\xac\xbd\x7e\xe2\xe7\x45\x7d\x1c\x5a\x9e\x88\x9b\x50\x8a\x22\ -\xc7\xaf\x25\x19\x87\x38\xbf\x1d\x61\x9d\xee\x9d\x39\x5e\x56\x3a\ -\x82\x37\xb3\x23\x2c\x84\xbe\x99\xc8\x08\xea\x04\xcb\xa4\x21\x06\ -\x77\x81\x9c\x9f\xe1\xd9\x46\xe8\x28\xec\x7b\x93\xa2\x23\x62\xb8\ -\xbd\xea\xeb\xe7\x98\x8c\x9a\x6b\xfd\x69\x5a\xbe\xc6\xf3\x47\xd2\ -\x3a\xee\xd4\x62\x0f\x5a\x22\xc5\x74\x7d\x87\x43\x6b\xb8\xc2\xc5\ -\x40\x4e\x32\xcf\xc9\xa6\x21\xc3\x38\x87\xe3\xef\x8b\x39\xe5\x4f\ -\x8c\x1e\x68\x6d\x45\x0f\x18\x44\x1d\x08\x1f\xc6\x35\xeb\x68\xc6\ -\xf9\xc1\xae\xc9\xf7\x1b\x43\x08\xb1\x38\xa7\x9f\x48\xc0\x73\x9f\ -\xe7\x7a\x9e\x2c\xf5\xb2\xa9\x61\xcc\xba\x28\x75\xdd\x9c\x56\xfc\ -\xbe\x2f\xac\x8c\x60\x38\x25\x22\x66\xb4\x2d\x8a\x7d\x73\x77\x4c\ -\xd5\x46\xde\x58\x5a\x1a\x90\x08\x4d\x12\xfb\xfc\xcf\x6a\xac\xe7\ -\x6b\xde\xdf\x78\xd6\xca\x99\x53\x8d\xd0\x6f\x7a\x30\x03\x2c\x06\ -\x88\x6a\xef\x8c\x18\x7a\xd2\x27\x07\xeb\x25\xd8\x21\x52\x80\xd6\ -\x73\x9f\x3f\x63\x69\x86\x51\x8b\x9d\xf9\x5c\x81\x48\x41\x7c\x87\ -\x5c\x52\x35\x27\x22\x56\x92\x1a\xb6\xe5\x7a\x65\xa4\xbd\x6b\x0d\ -\x6b\xa4\xde\x7f\x34\xc5\x30\x64\x58\xbc\xc9\xc4\x11\x66\x0d\xe4\ -\x6a\xef\x40\x72\xee\x4f\x48\x0c\x96\x6b\xb4\xd2\x3f\xe1\x60\x57\ -\x9c\xcd\x8e\x1d\x26\x6c\xe9\xc0\x97\xf7\x1d\xff\x77\xf1\x7f\x9a\ -\xea\x1a\x1a\x70\xa3\xca\x47\x29\xb2\x7d\xd3\x4d\x67\x16\xa5\x80\ -\x9e\x61\xe4\x2b\x06\xf5\x5d\x80\xba\xa1\x6f\xa8\x7e\x9a\x79\xd5\ -\xea\x0a\x40\xe2\xf3\xeb\xf7\xea\x0e\xe4\x7e\xb7\x94\x85\x52\xe3\ -\x49\x97\xb7\x27\x8b\x9a\x6e\x9f\x03\xae\x28\x98\x92\xc9\xbe\xb0\ -\xee\xd5\x5d\x54\x55\x83\xda\x4b\xb7\x6b\x15\x75\x6f\xba\x26\x5d\ -\xee\xe9\x80\x92\x34\x00\x46\xe1\x19\xe4\x44\xf0\x8b\xcb\xda\x37\ -\xab\x6c\xfb\x8b\x76\xeb\xa4\x0a\xe5\x02\x58\x2c\x3d\xf5\x04\xee\ -\x6d\x51\x71\xf8\x3b\x77\x7f\xd2\xf1\xce\x50\xd7\x70\xb2\x3a\x38\ -\x9b\x27\x94\x9b\x49\xe2\x44\xf6\x95\x47\xca\xd9\x3e\x60\xc0\x5d\ -\x88\x3c\x6d\x83\x0d\x3a\x90\xf5\xb0\xc0\x1c\x1a\x03\x0f\x8a\x8a\ -\xa6\x4a\xe9\x92\x33\x8b\x44\xc7\x4d\xcd\x80\xb9\x7c\xc8\x37\x9d\ -\x6e\x7e\xf9\xe9\x04\xa6\x22\x56\x02\xbc\xd2\x72\x71\xa3\x15\xe7\ -\x06\x94\xf4\x0c\x11\x68\xbe\xa0\x00\xfb\x66\x0e\xc2\x71\xff\x4e\ -\x0a\x0d\x36\x80\xe8\x5e\x54\xe2\x61\x12\xa0\xf9\xe8\xd0\xdc\x9d\ -\xe2\xca\x82\xd9\x53\xd3\x77\xd0\x68\x2a\xbf\xc1\xe8\xd5\xa2\xb4\ -\x9a\x50\x7e\xba\x74\x31\xb8\xc6\x58\x78\xf7\x32\x65\x0e\x1b\x15\ -\xe7\x77\xc7\xa4\x83\xa9\xc5\xa1\x3b\x9b\x68\x9c\x66\xf3\x5f\xd6\ -\x3e\x08\x81\x1d\x75\x0b\x2b\xd8\xe3\xcf\x4a\xac\x8f\xe4\x82\x7b\ -\xa0\x74\x4f\x55\x4c\x18\x52\x40\x66\x4e\x9a\x98\xbc\x5a\xdf\xf7\ -\x44\xf4\xd9\x98\x64\xce\x4f\xe5\x5c\xd1\x9e\xf6\xd7\x5f\x5e\xab\ -\x26\x3a\xa9\x41\xc2\x60\xd1\x5a\x93\x18\x7c\x7b\xda\xf5\x53\x0c\ -\x25\xfa\xba\x0e\x8a\x1d\x58\x6a\x4f\x5b\xe6\x73\x8f\xd1\xd1\x68\ -\x17\xa5\xd3\x4e\x7a\x4f\x98\xbb\x80\x4b\x57\xea\x2e\xd8\x9a\x73\ -\x89\x9f\xc1\x1b\xdb\x45\xb6\x77\xb9\x73\x19\x09\x19\xff\xc0\x3e\ -\xc0\x2d\x64\x36\x94\x6a\x85\x33\xa9\xb6\x56\x84\x77\x4f\x32\xfb\ -\x79\x5f\x07\x1a\x92\x7a\x8d\xb4\xc5\xbf\x0e\xb4\x1d\xd1\x5f\xa0\ -\x65\xd2\x19\xfc\x4c\xf5\x67\xec\xd0\xc3\xcc\x90\xdc\xd6\xaa\xed\ -\xb8\xf7\xb9\xe7\xd4\x7b\xe6\xa1\xa6\x8e\x92\x14\xa5\xab\xf2\xa7\ -\x76\x19\xfb\x24\x52\xec\xe2\x6b\xee\x02\xac\xe8\x88\x69\x9c\x21\ -\xbd\x16\x73\x8f\x78\xa1\x0d\x9d\xd9\x61\x76\x84\xb3\xca\xcf\x9f\ -\x19\x01\x71\x16\x15\x41\xb7\x56\x9d\xe1\xca\x5a\x83\x09\xab\xc8\ -\x82\x0d\x86\x13\x4d\xed\x79\x0f\xfe\xed\xc2\x8c\x27\x95\xef\x25\ -\xb6\xa4\x35\x56\xa0\x4f\x63\x1d\xae\x89\xaf\xc6\x15\xe4\x01\xbe\ -\x49\x5b\x97\x34\x6f\xa9\x2c\xc6\xa6\x16\x3d\x92\x39\xc3\x39\x52\ -\xcd\xfa\x19\x25\x1a\x59\x30\x49\xa5\xfa\x76\x66\xef\x11\xcc\x1a\ -\x54\xb4\x97\xa3\x72\x11\x8f\x6c\x9b\x3e\x73\x8c\x2e\x16\xd2\x42\ -\x4a\x6c\xe4\x52\x9e\xcf\xdb\xdb\x00\x66\x51\x23\x4d\x56\x31\x05\ -\x0b\x4c\xb2\x76\x34\x9e\xb3\x31\x2f\x9d\xd9\x9a\xb9\x56\x18\x1e\ -\x3b\xcd\xad\xe4\x65\x78\xc6\x6e\x6e\x43\x3d\x0c\x30\xe3\x63\x82\ -\xf5\xfd\x7c\xa4\xd0\x0f\x1a\x7c\xa6\x76\x31\x43\xf3\x07\xa9\x41\ -\xdd\xa0\x17\x41\xe0\xb2\x6b\xda\xe5\xaf\x75\xd0\xd0\x8e\xd2\x2a\ -\xcd\xac\xc0\xde\xe2\x7d\x77\x38\xe8\x19\xac\x49\x83\xd8\x98\x78\ -\x26\x89\x76\x0c\x3b\xe3\x31\x51\x8e\xa6\xc8\xff\xbe\xd7\x27\xdd\ -\xc4\x2b\xdd\xf5\xbc\x66\x91\x8e\xe8\x70\xdf\x53\x7f\xbf\x4d\x6d\ -\x8a\x41\xa1\xb7\x77\x5a\x35\x17\xbd\x7d\xb5\x40\xee\x79\x06\x55\ -\x46\x91\x54\x0d\xe3\x99\x5d\xfa\x4a\xdd\x0f\xf7\xa8\xe1\x24\x8c\ -\x34\xe9\x44\x6f\xbb\xb6\xc8\xf1\xd6\x99\xed\xb4\x6b\xa0\x4d\xca\ -\x6d\x9c\xa3\x56\x71\xc0\xd9\x60\x6d\x5b\x73\x5d\x92\x33\x90\x16\ -\xff\x84\x63\xb3\x3c\x1a\xab\x72\x8e\x8e\x28\x90\xb6\x31\xe0\xa2\ -\x01\xdf\xbf\x1f\x22\xbd\x69\x93\xd1\xb5\xfe\xd0\x75\x5d\x61\x84\ -\x96\x47\xe6\x74\xcb\x2e\xf3\x19\x6a\xb6\x08\x61\x0d\x1d\x0c\x03\ -\x02\xfd\x2b\xb2\x08\xcc\xa6\x33\x68\x5b\xb5\xcb\xa4\x16\x8a\x4c\ -\xc3\x37\xc6\x90\x6b\x0d\xe9\x42\x67\x84\xee\x83\x12\x3d\xf2\x3c\ -\x43\xeb\x9d\x4d\x76\x0d\xac\x74\xd3\x8e\x86\x8a\xa2\xc9\x4c\x40\ -\xe2\x47\x7e\x62\xed\xbb\xd3\xaa\xa1\x66\x8e\x56\xeb\x3c\x83\x2e\ -\x8b\xfa\xfd\xb4\xfd\xb7\x44\x66\x69\xd7\x9a\x57\x56\x92\x9f\x8b\ -\xf4\x73\x93\xfc\x5c\x4d\x05\x2c\x27\xb9\x83\x03\xce\x87\x4d\x6c\ -\x9b\x47\xd0\xc3\xbe\x72\x6e\xfe\x73\xd2\x64\x2f\x86\x10\xd9\xb1\ -\xd6\xc5\xac\x45\x29\xb5\x78\x68\x39\x2f\x7c\x47\xee\x92\x86\x65\ -\xa4\x28\xbf\x6a\x5a\x4e\x3e\x3b\x0a\xda\xdb\x47\x3f\x8f\xf8\x94\ -\x99\xe9\x17\x23\x83\x05\xd3\xce\x45\x98\x2e\xde\x70\xf3\x3a\x1e\ -\xc2\x16\xf7\xb9\x13\xe5\x7a\x4e\x71\x11\xd2\x1c\x45\xcf\x44\x6f\ -\xdc\x25\xf0\x19\x6c\x56\xee\x40\x19\x02\x6c\x28\x65\x3a\x1c\x74\ -\x3e\xea\x87\xfb\x02\x1a\x15\x34\x94\x65\x3a\x78\x20\x63\xa4\x4d\ -\xa9\x31\x6d\x6b\x66\x23\x06\xbe\x33\x7f\x99\x72\xd0\x10\x25\x4f\ -\xc1\x69\x24\xa1\x67\x9e\x82\xe2\x43\x95\xdf\x3b\x5b\x83\x23\xe8\ -\x95\x80\x77\x9c\xe2\xd6\x68\xf6\xd0\x12\x9d\xc2\x9d\x65\x1f\x99\ -\x64\xa4\x44\x2a\xfc\x42\x19\x80\x46\x6e\x44\xed\x12\xe4\x6b\x28\ -\x61\xfe\x92\x17\x92\x1b\xdc\xc6\xa8\xa7\xb4\x87\xbe\xaf\x3b\x22\ -\xad\x82\xec\xb4\x81\x7e\x68\xb3\xca\xd8\x64\x55\xe6\x54\x7e\xb7\ -\x72\xe9\x0c\xc4\x6b\xbd\x1c\xe0\xb7\x69\xe4\xda\xac\xa2\x1f\xd9\ -\x31\x9d\x52\xd5\x40\xe6\x80\xf3\x9e\x79\xb2\xd6\xc2\x97\x2a\x7a\ -\x68\xba\x76\xbe\xe9\x2e\xe5\xb0\x99\x96\x15\x08\x1b\x3e\xad\x42\ -\xe5\xa9\x6b\x30\xe5\xd4\x17\xe3\x1c\xa1\xf5\x25\x64\x18\x44\xc6\ -\xf0\x79\x4e\xeb\x72\x01\xee\x76\x3a\xf6\x7c\x35\x13\xa8\x08\x05\ -\x9d\xb4\xe7\x97\x61\x43\x73\xe7\x9f\x36\xcb\x64\x6d\x12\x22\x02\ -\x61\xd8\xa6\x0f\x03\x04\xe3\x0c\x6c\xde\x44\x34\x85\xc0\xca\xc9\ -\x81\xcd\xc3\x7c\x1f\x96\xc3\x52\xe8\x5b\xe5\xdb\x14\xcd\x35\xcd\ -\xda\x03\x45\xa4\x33\x24\x71\x95\x09\x82\x30\x17\xc5\xb4\x55\xc9\ -\xd1\xcc\x14\xe5\xca\x60\x4f\xd3\xd1\xcc\x9d\xd3\x72\x62\x8d\x09\ -\x6d\x68\x4c\xde\x72\x68\x72\x6d\x1c\xe7\xc5\x9b\x96\x25\xaf\xdb\ -\xa1\x4f\x1f\x88\xff\x33\x44\x39\x34\x15\xf7\x07\xb4\x5c\x3f\x51\ -\x18\xc2\x7d\x26\xff\x8e\x92\x51\x0d\x6c\x45\x35\xd3\x50\x60\xe4\ -\x1e\x2f\x66\xe1\x2e\x96\xdd\x90\x10\x7d\xf4\xf5\xbb\xd5\x1e\xb1\ -\xf5\x5c\x44\x07\x25\x96\x6a\xc8\x67\xe0\x00\x9a\xa6\x28\x7b\x7f\ -\x00\xb5\x48\x01\x7a\xc3\xcf\x4e\x7d\xe9\x49\xb2\x14\x5a\xed\xf6\ -\xde\xac\x80\x36\x14\x3a\x39\x9d\xae\x4c\x9d\xce\x4c\x72\x39\x85\ -\x4e\x42\xcf\x67\xf8\xdd\x31\x3c\x98\xca\x45\x4b\xa8\x19\x19\x4a\ -\x56\x08\x75\x0f\xc3\xd2\x19\xa5\xa9\xe0\x3b\x35\xb4\x7f\x19\xc8\ -\x9e\x00\xe8\x89\x5a\xbe\x9d\xf9\x3c\x34\x2e\xab\x03\x4a\xa3\xb9\ -\xc7\x26\x38\x1b\xa6\x31\x24\x38\x0d\x55\x4c\x9e\x88\xd2\x61\xe9\ -\x4f\xf4\xa2\x6b\xac\x21\x80\x45\x93\x62\x61\x36\x15\x9a\x37\x79\ -\xd7\x9b\xbc\xed\x6f\x89\x24\xb7\x23\xe0\x3e\x74\xab\x7a\x34\x12\ -\x47\x1d\x63\xab\x75\xc8\xac\x40\xd9\xc6\x20\xe2\xb3\x61\xed\x58\ -\x41\xcd\xa1\x6d\x34\x72\xdb\x0c\x9a\x14\x2b\xb6\x44\xd5\x7a\x21\ -\x59\xc0\xe1\x80\xea\x4d\x77\x86\xfa\x4a\x06\x27\x47\xdd\x01\x7a\ -\xdc\xb3\x91\x2e\x97\xcc\x1a\x6e\x76\x06\xa8\x29\x97\x36\xa9\x90\ -\xd8\xfa\xf2\xeb\x88\xdd\x70\x24\x3e\x6b\x88\xa1\xfd\xda\xef\x49\ -\x54\x67\x9d\xfa\xb6\x56\x39\x4c\x6e\xde\xb5\x95\x33\x1a\x63\x64\ -\x80\x5a\x6b\x82\x34\x8a\xf3\xfc\x0e\x79\x1d\x97\x2c\x5a\xb2\xca\ -\x02\xff\x6d\xa8\x52\xd7\x8f\x26\x93\xcc\xb6\xd2\xfe\xfc\x4b\xfb\ -\xfe\x25\xe5\x1f\x92\x9f\xbb\xa4\x0d\x04\x2c\x11\x03\x97\xc0\x6d\ -\xf6\xb0\x9b\x41\xc6\x0c\xc3\x39\xe6\x65\x48\xa0\x6b\xf7\x8e\xfb\ -\x0e\xee\x98\xb6\x49\x77\xd3\x67\x4f\x8d\xfb\x40\xdf\x8f\x9c\x50\ -\xa4\xf6\x86\x51\x70\xd0\x32\x69\x0c\xd7\xb2\xc6\x94\x92\x86\xcc\ -\x67\xc4\xf6\x1e\x03\x14\xa4\xda\xb7\xfe\x3e\x91\x67\x1a\x11\x33\ -\xfd\xfc\xb7\x96\x3c\x6d\xf1\x67\x8f\x23\x24\xf2\x29\xd0\x21\x25\ -\x2c\xaa\x4a\xd7\xdb\xd4\x7a\xba\xa3\x3d\xf3\x75\xaa\x83\x14\x8b\ -\x6e\x59\x80\x6b\x2e\x70\xf8\xf1\x84\xae\x61\xfa\x9a\xe9\xee\x54\ -\x19\x11\xf4\x80\xdc\x2d\xa0\xd2\xb3\x48\x1f\x17\xe8\x05\x5d\x19\ -\x8d\x48\x39\xfb\xf0\x11\x9e\xe6\x87\xd4\x8a\x02\x00\x93\x9a\x31\ -\x09\xbc\x27\x76\x16\x62\xce\x16\xe8\x72\x20\x68\x8e\x46\xb7\x1d\ -\xa4\x41\xd6\xd5\x38\xd8\x5e\x1e\x5a\xe6\x0b\x0a\x92\xfd\x72\x60\ -\xac\x82\x61\x8b\x16\x61\xe9\xc0\xc4\x6d\x64\x05\x9b\x80\x42\xea\ -\x37\x5a\xa3\x27\x9d\x32\x0f\x46\x6f\xa8\x9e\xa5\x26\x4e\xf7\x85\ -\x24\xd4\x1a\xf4\xb2\xc1\x18\x41\x5b\xd8\xa8\x52\x99\x63\x70\x61\ -\xa9\x4c\xf2\x9c\xba\x90\xe7\x63\x19\x6d\x52\x6b\xc4\x4f\x28\x0c\ -\x13\xac\x85\xbe\xdf\x2c\xb7\xc5\xa8\x42\x9e\x0d\x9a\x69\x2a\x68\ -\x97\x0e\x53\x01\x7a\xe4\xfa\x30\xdb\xb3\x62\xcb\x63\x57\x7b\x72\ -\x0c\x26\xc8\x25\xee\xb5\x4d\x03\x55\xfb\x86\xdc\xa0\x28\x1b\x9f\ -\x01\xe4\x7d\x4f\xc7\x9b\x28\x0e\x00\x09\x7d\x73\xe0\x11\x11\x52\ -\x0b\x08\x9a\xbb\xd8\xca\xf0\x46\x26\xfa\x1a\xa2\x8a\x9b\xff\x21\ -\x1f\x6e\x6a\x05\x67\x41\x0e\xb6\xa4\x59\xa4\xfd\x17\x17\x4e\x6c\ -\x2a\x59\x81\x6a\x52\x83\x0e\x1a\x34\x0a\xbc\x4f\x0c\x55\xf4\xb4\ -\x30\x7e\xda\x32\x3f\x36\x44\x5c\x2b\xf5\xcc\x84\x91\xc9\x03\x5d\ -\xd0\xc7\x35\x05\x3d\xba\x27\xad\xc7\x33\xf7\x76\x70\x66\xc1\x9f\ -\x25\x16\x3a\xe2\xa1\x17\xef\x2c\xa0\x7a\x8f\xd3\x40\xa7\x17\xa0\ -\x21\x3a\x62\x07\xe4\xff\xc8\x9d\xf5\x35\xd3\xab\xee\xeb\xdb\xfa\ -\x6c\xf7\xc1\x99\x1b\xd7\x5c\xfd\xa2\xe2\x84\x49\x89\x9f\x0f\xda\ -\x94\x64\x70\x72\xc3\xef\x66\x42\x90\x1b\x92\xce\x7b\x52\x34\x42\ -\x44\xa4\xe8\x85\x7f\xff\xed\x79\x7f\x0d\x78\x84\xe2\xe9\x0d\xd5\ -\xe0\x08\xd1\xce\xcf\xde\x46\x07\x1a\x4d\x7d\x67\x5e\x21\x8a\xcd\ -\x46\xb4\x84\xdd\xdc\x84\x67\x6e\x5b\x9e\x0b\x66\x0a\xaf\x48\xc7\ -\xfa\x4c\xd7\xd3\x33\xce\xe1\xe5\xb3\x87\xa3\x2c\x85\xbe\x90\xec\ -\x79\x1d\x3a\xeb\x69\x0e\xd8\xce\xf3\xae\x3f\xa7\x41\xa3\xde\x9a\ -\x96\x37\xe4\xa4\x5f\x7f\x0f\xd4\x24\x5d\xe5\x88\xbe\x12\x43\x7a\ -\x7f\x7e\x39\x7b\x45\xc4\x67\x0c\xf4\x1e\xc2\x9e\xc5\xb5\x84\x8b\ -\x92\x3b\x30\x46\x33\xc1\xf4\x62\xd8\x00\x03\x87\x98\x2a\x5f\x90\ -\x3b\x94\x7b\x66\x21\xca\xd4\xd7\xb3\x19\x11\x3c\xd9\x22\x84\x83\ -\x0f\x9b\xa8\x6e\x50\xae\x91\x72\x89\x67\x47\x9e\x77\x33\xa7\xc7\ -\xc2\x70\x87\x07\xe5\xac\x33\x86\x94\x58\x03\x25\x03\x0d\xd6\x1c\ -\x2a\x32\x30\x88\xf8\xfb\x00\xa7\x84\xf4\x3c\x32\x8c\xb0\x11\xad\ -\x00\x6b\x6e\x8a\x9a\x64\xdf\x61\x8b\x76\x0c\xad\x19\xc3\x83\xe3\ -\x5c\xcd\xc0\xd9\xca\xfc\x31\x70\xdf\xab\x80\x75\xab\x86\xb1\xb3\ -\xb8\xc2\x9a\x1a\x72\x0b\xcd\x72\x08\x39\xb8\xbf\xa5\x67\x25\x94\ -\x33\x70\x53\x9b\xb9\x5c\xff\xa8\x28\xda\x1c\x93\x3f\x8c\xaf\x71\ -\x3a\xa7\xc0\x9e\xbe\xe6\xa0\x8f\xf8\x2b\x5d\x70\x3e\x8c\x0a\xc7\ -\x9b\x8d\xfb\x4a\x48\x6b\x34\x7d\x50\xdb\x4f\xd4\x37\x11\xed\x15\ -\x79\x5f\x29\x73\xa1\x1c\xfd\x46\xd7\xc8\xb9\x17\xc3\xbd\x5d\x42\ -\x45\x35\xaf\xfb\x2b\x87\x0e\x3e\xcc\x4e\xd4\xba\xa0\x2f\xed\xff\ -\xde\xae\xef\x16\xa2\x9b\x43\xa7\x3f\x28\xe1\xce\x46\xdb\xfa\xe2\ -\x62\xfb\x5a\x53\xaf\x58\x9b\x39\x9c\x4f\xed\xfb\x0e\xe4\xc6\x46\ -\xce\x68\xd5\x20\x07\x5a\x75\xd6\x39\x82\x67\x3c\x35\x25\xf8\x35\ -\x27\x13\x28\xab\x14\x6b\x76\x7f\xee\x32\xea\xc9\x9c\x51\x86\x26\ -\x6b\x71\x37\x44\x2e\x6f\x82\x7b\xbf\x95\x4c\x76\xe7\xf7\xd6\x3f\ -\xed\x6e\xa9\x0a\xc1\xdc\x46\x33\x4e\x2a\x64\x1c\x59\x13\x49\xd0\ -\x1a\x44\x0e\xf3\x8a\xe7\xd4\x28\x2d\x1d\xa9\x6f\x08\xd1\xab\x83\ -\xda\x57\xfa\x1f\x4c\x6f\x7d\x93\x4b\x28\x9a\xdb\xa5\x85\xbb\x90\ -\x63\x5a\xfd\x80\xb0\x12\x1b\xb7\x70\x0d\x23\xed\x81\xdd\xf0\x9a\ -\xaa\xfe\x97\xef\xe4\x2c\xde\x76\x5c\xf9\x16\x80\x7c\x22\x0f\x95\ -\x20\x5d\x9d\x31\x93\x88\x96\x90\x9d\xed\x67\xe8\x57\xbc\xb8\xa2\ -\x59\x90\x12\x8d\x9c\x1d\xcc\x6b\xb2\x74\x3c\xa9\x2c\x26\x1e\x36\ -\xd0\x99\xbd\x81\x0b\xee\x91\xb3\xc0\x91\x90\x1e\x8b\xeb\x12\x30\ -\x98\xb0\x0c\x53\x0b\x39\x09\x19\xf1\x86\x2e\x5c\x0d\xec\xe3\xb9\ -\xb4\x4e\x14\x09\xe5\x45\x4e\x78\xb1\x0b\xfd\xba\x4f\x91\x3c\xba\ -\xfc\xb6\x91\x0f\x9d\x9c\xb9\x58\xde\x02\x9e\x45\xea\x45\xd2\x1c\ -\x8d\xa6\xc5\x28\xd2\xee\x1e\x96\x40\xd4\xae\x4d\x74\x14\x7e\x6c\ -\x4c\x74\xfd\x1c\xc5\x48\xf3\xf0\x35\x26\x95\x9b\xf3\xd0\x8c\xfa\ -\xd8\x76\x19\x8e\x88\xd1\xa0\xa4\xbe\xad\x3f\x3b\x8a\x0f\x0b\x93\ -\x96\x51\x08\x1b\x57\xf1\xf2\x58\xaf\x68\x72\x02\xe1\xc9\x63\x8d\ -\xc2\x68\x77\x67\x93\xcb\x3c\x1a\x68\xb3\x3d\x10\x51\x3c\x44\xd3\ -\x66\x76\x34\x40\x34\x2d\xf3\x7d\xad\x70\x5a\x7e\x1e\x3a\x1f\x7a\ -\x99\xa6\x9d\x08\x86\x36\x0a\x7b\xb0\x64\x7c\xe8\x2d\x47\x76\xdd\ -\xf3\xf0\xeb\xc2\x6f\x91\x86\x0b\x58\xe7\x04\xfd\x3b\x32\x82\x90\ -\xd7\x5f\xd4\x06\xd0\x44\x4e\x3d\x12\x50\x14\x8f\xc6\x0a\x73\x3f\ -\xc8\x8c\x76\x3c\xf7\x2b\x8a\x0f\x34\x68\x59\x14\x49\xcb\x07\x5d\ -\x8c\x36\x91\x8e\xc2\x78\xd2\xc2\x52\xb7\xe4\xeb\x9c\x2b\x27\x29\ -\x51\x00\xce\x82\xa4\xa6\xcf\x36\x9a\xd2\x9e\x2f\xea\x73\xfd\x99\ -\x1e\xd4\x3e\x79\x04\x9e\x57\x73\x1f\x34\x32\x0d\x11\xb7\xd3\x65\ -\x92\x47\xde\xfb\xb5\x90\xd5\x33\xd7\xc1\xc4\x47\x93\xca\x40\x67\ -\x4b\x5d\x62\x86\x46\x33\x8f\xa2\x11\xf5\x24\x5e\xb8\x5c\x87\xe8\ -\xfc\xd9\xf4\x9e\xd7\xb1\xeb\x19\xf9\x62\xbb\x1e\xd4\x69\x12\x32\ -\xfd\x84\xc0\x79\xd5\xda\x58\x92\x14\x5d\xd4\x17\x36\x50\x68\x4b\ -\x3b\x4b\x2b\x7e\x7e\x87\xd3\x9e\xaa\xd2\xf5\x92\x10\x3a\xc2\xba\ -\x97\xcc\x40\x68\xfc\x7c\xac\x24\xb6\x5a\xbf\x4b\x7b\x14\x77\x55\ -\x7c\x56\xfe\xde\xa1\xc7\xcd\x62\x0f\xdd\xd5\x32\x12\x8c\x17\xb1\ -\xee\x87\xee\xe7\xd4\xee\x7c\x3e\xbf\x6d\x5a\x61\x7e\xc6\xe4\xb9\ -\x27\xe2\x1a\x04\x06\x94\xd4\x54\x82\x02\x78\x46\xd2\x61\x38\x74\ -\x66\xc8\xb5\xab\x2f\xea\x96\xb3\xb6\xd1\xd4\x3f\x66\xa0\xb9\x5a\ -\x51\xc8\x8c\xec\xb0\x30\x5f\x55\x5c\x72\x51\x75\xe8\x31\x50\x61\ -\x6c\x82\xcd\xb3\xfd\x10\xf1\x79\xd0\xb6\x16\x87\x6e\xf7\x65\xf8\ -\xb0\x80\x32\x1c\x4d\xd5\x5a\x3f\x0f\x4a\x32\x91\x1e\x96\xf8\xfc\ -\x42\x34\x8b\x41\xe7\x40\x06\x00\xdd\xf9\x12\x83\x31\x07\x40\x67\ -\x3d\x23\x47\x70\xf7\xf3\x79\x59\xc3\x15\xb5\x1b\x48\x83\xbd\xd0\ -\xca\x41\xd6\x86\x0b\x73\xaf\x27\xa8\x5f\x74\x9e\xe7\xd5\xe0\x27\ -\x85\x14\x69\xc6\x40\x53\xab\x21\x77\xc6\x00\xc4\xd0\x70\x5c\x6f\ -\x3b\x9a\xf5\x41\x5f\xc4\xf3\xf4\xcc\x02\xa4\x89\xe0\x62\xdd\x09\ -\x43\x6b\x34\xf0\xf0\x5a\x60\x7b\x30\xb2\xdd\x05\xd1\x09\x4f\xc7\ -\xde\xae\x1f\x68\xb8\x6d\x3a\xaa\x24\x2f\xc3\x36\xd7\x9a\xe5\x7a\ -\x73\xaf\xb1\xa8\x82\xb8\x6b\x61\xad\x3d\x11\x1b\x9a\xa0\xf5\x8a\ -\x53\x58\xf7\x3e\xdc\x75\x83\xd4\x75\xa3\x3c\x22\xb4\x6a\x35\x74\ -\x87\x90\x6f\xa5\x4d\xb6\x6f\x62\xfe\x0f\x99\x0a\xa9\x3a\x25\x56\ -\x39\xd6\x1e\x2f\x32\x92\x87\xb4\x62\xa7\x1b\x32\xd3\x2b\xc3\x63\ -\x7c\xdf\xdd\xe6\x11\x2b\x9a\x59\x77\x10\x0c\xe6\x8c\xee\xd8\x4b\ -\x56\x34\x7d\xd5\xc2\xd4\x78\x00\x00\x20\x00\x49\x44\x41\x54\xf7\ -\x08\x8b\xd6\x4f\xf6\x01\x1d\x34\xce\x46\xc3\xa4\x23\x07\x7c\x54\ -\xf9\x86\xe0\x04\x28\x3b\xea\xa3\xbb\x22\x26\x16\x61\x10\xba\x1b\ -\xfb\xfc\x94\x16\xd6\xa3\x28\x98\x99\xd6\x25\xa4\x9f\x08\xa9\xe0\ -\x68\xb4\x4c\x41\x2b\x48\x0d\x7c\x8c\x78\x25\x23\xb9\x56\xfb\x3d\ -\x84\x71\xc8\xef\xbf\xbf\xf4\x67\xfd\xa1\xdf\x7f\x7f\xe9\x7a\x52\ -\xb6\x9e\xa5\x31\xc5\x03\xc2\x27\x8d\xc0\xd8\x73\x58\x80\xce\xf6\ -\x98\xbe\xa8\x00\xb6\x28\x00\xe9\x33\x91\x76\xf8\x2c\xea\x95\x70\ -\x03\x51\x9a\x7a\x98\x74\xdc\x3b\x45\x9e\x5f\x37\x24\xa0\x39\x71\ -\xd0\x82\x32\x4c\xd1\xe8\x59\xd0\xb1\xf5\x34\xcd\xe2\xcf\x9e\xe6\ -\x0c\x8f\x50\xe2\x44\x4d\x64\x1f\xd4\x35\x98\xde\xd9\xdc\x30\xb0\ -\x23\x7f\x7e\x87\xb6\xa5\x7f\xd3\xbf\x9d\xfa\xac\x71\xc3\x61\xfa\ -\x23\x94\xc6\x08\x14\xce\x28\x91\x34\x6e\xf4\x98\xec\xf8\x61\x16\ -\x56\xc3\x36\x75\x24\xa7\x86\x03\x37\x66\x66\xfb\xa2\xc9\x62\x28\ -\x3e\xa5\x43\xeb\xa8\xb3\x22\x26\x42\xb1\x6a\x02\xf3\x96\x05\x83\ -\x9f\xa7\xf2\x1b\x38\x10\x2f\xc8\x61\x40\x51\x30\xf3\x8e\x07\x63\ -\x3f\xb2\x8d\x4e\xd7\xa0\x74\x83\x71\x88\xd8\x6d\xf0\x4d\x76\x58\ -\x9a\x06\x15\x46\x63\x6a\x9c\xf9\x6c\x41\xdd\xe9\x75\x75\xac\x3f\ -\xc1\xc3\x5e\x1e\x53\x1b\x4b\x2b\x63\xe1\xd7\x51\xf6\x59\x08\x70\ -\x18\x85\xe4\x53\xe1\x11\x51\xcf\xcc\xa2\x36\x78\xb1\xa1\xd1\x28\ -\x6a\xc6\x4b\xbe\x13\x1e\x5e\xa3\x40\x2d\xc3\x0a\x77\x2b\xea\x8e\ -\x3e\xcd\x01\x9e\x10\x7b\xc5\x2c\xc0\x84\x92\xed\x0c\x79\xb4\xda\ -\xb0\x78\x76\x3d\xc3\x94\x81\x2d\x13\xd5\xb9\x69\x74\xba\xc7\xe1\ -\xf7\xcc\x90\xe9\x6b\xd2\x50\xff\xcc\x84\xa9\x03\x64\xdb\x83\x86\ -\xc2\x24\xcd\xb3\x27\x0b\x47\x3c\x6a\x8a\x8f\x82\x5e\x6a\xbb\xe9\ -\x87\x85\x2e\x6a\x0d\xd7\xab\x5d\x42\xf1\xe6\x9c\xdb\x43\xac\x3e\ -\xef\x9d\x02\x42\xd2\xf9\x67\xc7\xac\xbf\x0f\x33\xa0\xda\x69\xd2\ -\x9c\xf3\xf9\x62\xa5\xad\xa7\xa9\x02\xbf\x0e\xc1\xe6\xd4\x5e\x06\ -\x65\xc8\x2d\xe7\xb5\xee\x2b\x03\x9d\xe6\xd9\xf4\x50\x35\x01\xee\ -\xb2\xb4\xfb\x9a\x43\x76\x5b\x9b\x65\xa4\x9b\xd4\x0a\x0a\x25\x1f\ -\x04\x59\xad\xc2\x2f\x1d\x57\x67\xa9\xf8\xa6\x7d\xc5\x50\x57\x7d\ -\xea\x2e\x41\xb3\x9a\x01\xca\xd5\x00\xa4\xa3\xc6\x4e\xe6\xcc\x9a\ -\x3a\xae\xd0\x8d\xec\x41\xf1\xa5\x57\x6d\x9a\x99\xd1\xa5\x0c\x36\ -\xe9\x47\x61\x6c\xa7\xb1\xcd\x5b\x21\x3d\x07\x18\xa9\xe5\x6b\x44\ -\x6c\x95\xc6\x8d\x45\x88\x78\xbb\x60\x3d\x1a\xeb\xd6\xad\x9e\x67\ -\x33\x8d\x3c\xb8\xa6\x94\x4d\xbd\x95\x94\x09\xc4\xfb\x7a\x4d\xf3\ -\x28\xa4\x9b\x35\x62\x15\xe1\x99\x90\xdd\xe8\xd7\xbf\x69\x78\x69\ -\x87\x74\xbf\xe8\x5f\x6d\x4d\x86\x83\x88\xc0\x20\x28\xb5\x21\x1d\ -\x3e\xed\x7f\xf7\x26\x42\xa4\x04\x06\x7b\x6b\xfd\x3c\xa2\x64\xca\ -\x10\x82\xdf\x91\x0b\xb4\x55\x97\xa0\x4a\xe2\x3d\xdb\x89\x30\x47\ -\xcc\x4c\xef\xfd\xbd\x5e\x50\x7b\xa7\x5f\xa7\xf7\xdf\x33\xcf\xde\ -\x42\xec\xdf\x06\x0e\x93\x79\x70\x0e\xbc\xd6\x2b\xa2\x4b\x14\xe6\ -\x0d\x31\xe8\x40\x64\x9e\x23\x6e\x61\x7e\x87\xdd\xaf\xaf\x4e\xa6\ -\xa5\x6f\xd9\xa0\x15\x49\x21\x2f\x03\x37\x3f\x27\x2a\x9a\x87\xd6\ -\x33\xaf\x90\xf3\x7d\xfa\x1c\xab\xa6\x96\x91\x35\x43\xf0\x3e\x53\ -\x05\xe8\x88\x5d\xd4\x21\xd1\x5c\x09\x69\x0d\xaf\xdf\x74\x8f\xfd\ -\x7c\x6e\xda\x1b\x63\x3e\x74\xa0\xb1\xf2\xd2\x58\x25\x1d\x0c\xe5\ -\x10\xc8\x04\xf0\xdd\x7b\x45\xac\x85\x45\x53\x27\x73\xcf\x4a\xb6\ -\x4e\x9c\x1f\xaf\x31\x1a\x31\x4c\x15\x35\x4a\x5b\xf7\xae\x01\x9b\ -\x35\x91\x94\x3b\x86\x9f\xdb\x79\xce\x96\x86\xa8\x6b\xcd\xb2\x1e\ -\x33\x86\x78\x0e\x7d\x68\x45\x0d\x90\x5b\xcf\x3c\x94\xa1\xcb\xbc\ -\x4c\xc2\x75\x14\xd8\x0f\x30\x3c\x4e\xa4\xad\x3e\xef\x61\xba\x62\ -\x87\x61\x5e\x9e\x47\x68\x11\x8f\xd1\x12\x4c\x6d\x08\xe6\x1a\xef\ -\xa4\x93\x22\x70\x30\xe5\x2a\x56\xa6\x1f\xf7\x51\x63\x33\xe9\xbd\ -\x01\x21\xcc\xb5\x71\x11\xef\x79\x4d\x73\x50\x9a\xbf\x3e\x10\x2b\ -\x1b\xa0\x0a\x0f\x8e\xff\xe9\x16\x52\x51\x18\xc1\x57\xec\x43\xf2\ -\xc8\xb0\xc9\xa6\xea\x71\x08\x26\x34\xd7\xf6\xa3\xf8\x41\x29\xe9\ -\x4d\xec\xfc\x76\x8a\x30\x5a\x09\xc3\x00\x1f\x32\xe8\x80\xf1\x3b\ -\xb0\x32\x3f\xe7\x0f\x84\xd0\x51\x89\xac\xdb\x79\xe5\x6f\xe2\xd2\ -\x39\x09\x29\x61\x76\x7d\xa7\x69\x0d\x5a\xf4\x9f\x14\x68\x9a\x91\ -\x71\x23\x3d\x7c\xb8\x02\x65\xe1\xf7\xf2\x21\x2a\x17\x4b\x75\x1f\ -\x87\x6c\x3f\xe0\x92\xf0\x77\x18\x27\x60\x40\xa3\x43\xa0\x99\xf5\ -\x94\xf5\xc2\x9c\x02\x2a\x19\x5d\xd2\x75\x72\xda\xca\x36\xba\x43\ -\x7d\x38\x93\x36\xea\x65\x8d\x28\xea\x40\xb9\xac\xe0\x66\x14\xa5\ -\xa6\xf6\x23\xdd\xc7\xec\x98\x2c\x95\x05\x3a\x13\x64\x16\x50\xbd\ -\x36\x7e\xa6\x01\x13\x1b\x06\xb5\xa2\x61\x42\x64\x8f\x1d\x5a\xa0\ -\xde\xf8\xdc\x28\x40\x25\x28\x7d\x49\x11\x29\x72\x79\x4f\xc5\xd8\ -\x5a\x1d\x80\x3a\x14\x35\x23\x25\x85\xc4\xfa\x35\xa8\x39\x76\x20\ -\x21\x27\x95\x75\xa0\x43\x18\x18\x99\x14\x9a\x84\xeb\x25\xac\x47\ -\x29\x85\xc0\xc0\xdb\xe6\x84\xd1\x21\x87\x69\x51\xf3\xd3\xbf\xa0\ -\xb9\xa9\x41\x63\x70\x99\x6a\x73\x3e\x28\xc4\xf6\x26\xa6\x3f\x21\ -\x56\x85\xe7\x4a\x71\xa3\xb9\x9e\xdf\x91\xff\x0f\x42\x61\x93\x1b\ -\x1d\xc1\xdc\x58\xec\xa6\xbe\xa9\xa8\x82\xca\x95\xe3\x95\xce\x61\ -\x52\xc5\xf7\x3a\x68\x3c\xdd\x94\xa9\x59\xb9\x32\xe5\x26\x9c\xba\ -\x81\x0c\x83\xe4\xff\x62\x7e\x23\x71\x2d\xe9\x21\x1e\x77\x1e\xb9\ -\x84\xab\xe6\xfc\xce\x36\x42\x3c\xe9\xcb\x01\x8e\x75\x79\xad\x4f\ -\x9e\x46\x1e\xb9\xa7\x2a\x4d\x3b\x79\x44\x35\x8b\x1f\x7e\x18\x6b\ -\x38\xfd\x44\x23\x0e\x14\x69\x92\x51\x6c\xd8\xaa\xfd\xbb\x9b\x14\ -\x06\xca\x99\xbb\x4e\xd6\xa1\xc7\x36\xd6\xf5\xb0\xf1\x1e\xc8\x3b\ -\x95\xc3\x5d\xa7\xdb\x6f\x62\x5d\x44\x74\x3b\xed\xf7\xd0\xc2\xa1\ -\xf9\xc8\x6c\x74\x67\x41\x21\x74\xbd\x70\x81\xe9\xbb\x29\x0b\xd2\ -\xea\x28\x35\x0d\x71\xad\x34\x03\x90\xb9\xf2\x10\x0d\x15\x01\xc6\ -\x44\xf4\x33\xf3\x10\xc3\xc0\x63\x71\x68\x13\xf7\x31\x10\x18\xfa\ -\x04\xea\x38\x05\x28\x10\x52\xc3\x84\xe7\x60\x9b\x9b\x48\x87\x00\ -\x0b\xd7\x54\x7c\x36\x65\x40\xa5\x81\xeb\xe8\xfb\x46\xea\xaf\x56\ -\x05\xc7\x77\x03\xa7\xa0\x49\x9b\xb4\xdb\xa1\x3d\x18\x9f\xd3\xfe\ -\x9e\x5f\x99\xeb\xbe\x90\x8e\x1c\x6c\x65\x70\xf5\xae\x75\x5f\xae\ -\x67\x69\x84\xc4\x46\xba\x33\xd0\xba\x91\xaa\x6c\x74\xa5\x2c\x94\ -\xd7\x38\x4b\x9e\x2c\x13\x39\x8c\xb7\x90\x0e\x2d\xa3\x08\x46\x07\ -\xd7\x1a\xce\x0a\x0c\x55\x47\x6e\x91\xaf\x7f\x1b\x81\xc5\x33\xb7\ -\x4a\xa3\x18\x53\x82\xfd\x81\x1b\xd9\x5f\xe0\x1a\xa9\x6a\x8d\x42\ -\x97\x99\x93\x8c\x3d\x63\x84\x9f\x97\x46\x45\x8f\xa1\xae\x3c\x34\ -\xc0\xe8\x38\xea\xbf\x07\x79\x74\x44\x93\xe2\x05\x43\xac\xcc\x34\ -\x2a\xa4\x03\x8a\x72\x2b\x71\x1d\x91\xdd\xad\x81\x15\x06\x87\xd5\ -\x70\xd5\x73\x7d\xf3\x3d\xd0\x45\xb7\xee\x86\xeb\x36\x32\x9f\xce\ -\xc1\xe9\x5d\x34\xcd\x76\x2d\x76\x44\xce\xa2\xf9\x43\xf4\x93\x4d\ -\x23\x20\x5c\xea\xf9\xc1\xa6\x86\x0f\xc0\xa0\x22\x5c\xec\x9e\x35\ -\x8e\x70\xad\x73\x2d\xda\x74\xbb\xbd\xc9\x8b\x8e\x7c\x48\x19\xc0\ -\xf5\x15\x41\x8a\xfe\xd7\x87\x48\xea\xf4\x85\x68\x18\xad\xb2\x11\ -\x7d\x7d\x4d\x1a\x73\x46\xf7\xb0\xb5\x51\x99\xee\x99\x69\xd7\xd2\ -\x15\x2a\xa4\x99\x0d\x32\x69\xeb\xfd\x57\x98\xd3\x48\xe5\x8f\x26\ -\xc5\x5c\x37\x11\xaf\x43\x13\x5d\xc1\xcf\x1a\x6a\x99\xfc\xef\xdd\ -\x1e\x05\xa0\x81\xd3\x3a\x17\x43\xb6\xc0\x8d\xb2\x0b\x0b\xe9\x8f\ -\x8c\xf5\x9c\xcc\x8f\xac\x73\xfe\xac\xab\xb5\x6e\xf6\xac\xe5\xf6\ -\x19\x57\xc2\xe7\xf9\xec\x06\x16\x8b\x56\xe9\xe7\xab\xa9\x92\xcb\ -\xc1\x8e\x88\x9c\xd0\x78\xe6\xb6\x82\x61\x45\x98\x6e\xe8\xfe\xd0\ -\xbe\xef\x40\xd4\x62\x58\xbc\x84\x8c\x16\xa9\xdd\x64\xb5\xb6\xbd\ -\xae\xb4\x35\xeb\xf6\x53\x5e\x71\xed\xd8\xf8\x99\x7c\xa2\x83\x70\ -\xaa\xe7\x12\xe8\xe4\xc3\xa7\x75\x68\x50\x84\x32\x5f\xaa\x27\x56\ -\x6b\x70\xba\xef\x78\x5a\x45\x88\x7e\x64\x4d\x48\x3e\x3c\xfb\xe9\ -\x68\xe6\x58\x7a\xfa\x60\x7b\x3f\x84\x84\xb1\x95\x92\x9a\xd2\xef\ -\xf6\x07\xe6\x02\xdb\x58\x9c\xa8\x7f\xee\xff\x09\x2a\xe1\x9a\xe1\ -\x7a\x71\x97\x3e\xfb\x37\x1a\x91\x6b\xb8\x9a\xe4\x0d\xfa\x57\xff\ -\xa5\x9f\xb5\x08\x39\x53\xa9\xd9\x12\x22\xfa\xb5\x0f\xc9\x0a\xc8\ -\x79\x7b\x1b\x29\x12\x0f\xfc\x22\xda\xb7\x8e\x29\x2a\xdb\x14\xf1\ -\xb9\xa8\x7a\x01\x6c\x9d\x16\xf5\x46\x9f\xfb\xe3\xf4\x15\x92\xc7\ -\x82\xcb\x4c\x03\x83\x17\x64\x8b\xbc\xaf\xc8\x16\x23\x11\xfa\x24\ -\x85\xcf\xe6\xf1\x2f\x97\xe7\x20\x7d\xf4\xe3\x02\x76\x10\x81\x1b\ -\x4c\x69\xee\xfd\xdb\x05\xd4\x4e\xad\xd5\xae\x42\xea\x63\x9b\x28\ -\x6c\x57\x7b\xaa\xc3\x65\xe4\x60\x01\xb7\x4b\x50\x4d\xd8\x32\xf4\ -\x18\x52\xde\x99\x1e\x93\x84\x9e\x39\xed\x9a\xc8\x96\x49\x17\x18\ -\x91\x6c\xdd\x23\xdf\x41\xd5\x37\xf8\xb5\x16\x2d\x16\xba\xf5\x53\ -\x1b\x60\x1e\xfc\x48\xf3\xdc\x9f\xdf\xb6\x42\xb5\x14\xfc\x47\x66\ -\x9b\x1a\xdd\xfa\x1b\x8d\xe2\x55\xee\x47\x39\xe9\x11\xbb\xe8\xb6\ -\xdf\x50\x5c\x59\xd9\xc3\xd7\xb4\x8d\xef\xd2\xcb\xb8\xbf\xdb\xd5\ -\xf7\x2e\xee\xe3\xaf\xed\xb0\xfd\xe4\x67\x53\xc6\x8b\x34\x3e\x3f\ -\x1b\xb8\xf5\x40\xd1\xb8\xf5\xe3\x4f\x03\xf3\xb0\x3c\x26\x71\xb1\ -\xfb\xde\xff\x90\xf0\xa2\x8b\x2f\x62\xfa\x69\x0d\x3b\x9b\x07\x11\ -\xdb\xbf\x31\x14\x10\x38\xb4\xe3\x00\x5c\xe2\xdf\x2f\x3f\x9b\x10\ -\xe9\x4e\xc4\xd0\xef\xf7\x1d\xd7\x9a\x59\x80\x9a\xb9\x8b\xa6\xb2\ -\x35\x72\xc0\xe4\x8a\x8d\x1f\xa6\xd2\x4b\xe8\xbe\xff\xed\xa9\xb0\ -\xad\xe0\x8c\x7b\xa1\x2b\xcc\x7e\xff\x59\x43\x2f\xd7\x8e\x7e\x9e\ -\xb5\xa3\x95\x63\xc7\xd2\xc5\x19\x59\xd0\x0f\x96\xd4\x34\x3b\x8b\ -\x7b\x0a\x0a\xca\x8a\x06\xec\x23\x9f\x58\xcb\xab\x34\x2e\x38\x99\ -\xfc\xec\xbb\xec\x71\x09\xd7\x68\x14\x01\x1f\xfb\x90\xb0\xd0\x25\ -\x97\x53\x15\x55\xc7\xb3\xa6\x7c\x3f\x05\xc7\x60\x98\xf2\xaf\x7e\ -\x6a\x4f\xe5\xa0\x44\x1b\x98\xec\x68\xe5\xd4\x6c\xb2\xd5\x19\x29\ -\xf9\xef\xc7\x3e\xf5\x7d\x13\x69\x56\x4a\xd3\x09\x26\x55\x1e\x81\ -\xbe\x39\xb0\x71\x07\x37\x26\xe3\x4f\x3c\x5f\x6b\x64\xad\x24\xf5\ -\x5a\x33\x27\xd0\xe1\xd1\xb0\x86\xf7\xe2\x63\x2d\xa1\xbd\x3f\x84\ -\x7e\xa7\x06\x54\x3b\xa2\x4d\x3b\x73\x90\xd0\x58\x00\xf6\xa3\x4f\ -\xe8\x4a\x17\x5f\x91\x5f\x79\xc5\x40\xc5\x5f\xe3\xf6\x96\x92\x84\ -\x3d\x97\xa8\x11\x01\x9e\x99\x32\xe1\x94\x79\x06\x05\x6f\xd3\x59\ -\x90\xf2\x22\xe3\xf0\x4e\x5d\x46\xf7\x8e\x1c\xc2\x18\x10\x24\x65\ -\x89\x83\x93\xbf\xed\x8e\xec\xa2\x18\xfc\xd1\x8a\x4c\xc1\x0c\xc1\ -\xfc\x7d\x4e\xba\x61\xc3\xbd\xf5\xae\xe6\xae\x50\x7b\xbb\x6b\x2d\ -\xec\x0c\xac\x3c\xc3\x71\xa3\x48\xc8\x9c\xa3\xca\xc9\x81\xc6\x0a\ -\x03\xe2\xd3\x9d\x97\x83\x06\xac\x85\xb8\xfa\x1e\xd1\xf7\xbf\xdf\ -\x87\x65\xd3\x1d\xd7\xda\x67\x3d\x41\x4b\x64\x71\x5b\x0f\x63\x52\ -\x8d\xfd\x8d\xaf\x18\xe4\xb4\x09\x11\xd9\xa2\xdb\x82\x4a\x98\xc6\ -\x30\xb1\x6e\xd3\xec\x46\xcd\x7f\xb6\x35\xf6\x42\x35\x52\xf1\x67\ -\x94\xd5\xf7\xef\xa6\xdd\xe6\x10\xf3\xa2\x95\xf7\xdf\xd4\x73\x18\ -\xe3\x3d\x2f\x5e\xb4\xc3\xba\x5b\x55\x23\xe7\x8d\x41\x03\xb4\x06\ -\x5a\xae\xb2\x63\x28\xd3\x28\x43\x23\x84\x4c\xdb\xfe\xa1\x65\x41\ -\x41\x5d\xcb\x87\x25\x7c\xc5\xd8\x71\x57\x41\x2e\xbc\xc2\x5a\x3f\ -\xf6\x1f\xdf\x92\xe8\xb3\x3f\x85\xc6\x27\xf2\xee\x47\xb2\xd2\xc5\ -\xec\xf7\x2f\xce\xf7\xb4\xec\xe7\xa2\x00\xae\xa2\x46\xf9\xb5\xd6\ -\xd1\x38\x31\x33\xdd\xf7\xef\xd0\xd3\xf2\x60\x03\x18\xdd\xf7\xfd\ -\x40\x6b\x9d\x4e\xe6\xe7\x70\x65\xf2\x8c\x01\xc3\x2a\x3d\xd4\x27\ -\x26\x87\x18\xd5\x41\x55\xc6\xb5\xeb\x65\xee\x81\xac\x31\x14\x0b\ -\xfd\xb4\xea\xc7\xe9\xe5\x61\xd0\x91\x4e\xb0\x26\x4c\x24\x5a\x26\ -\x02\xb9\x3e\xea\x79\x0c\x64\xfe\xb3\x35\x32\xc7\x02\x09\xd7\x68\ -\xf4\xae\x1f\x62\xf6\x75\x23\x72\x05\xb5\x14\x1d\x00\x3d\x8a\xe7\ -\xdf\xfd\x5b\x71\x40\xee\xb2\xb7\x49\xc8\x07\x91\xcb\x88\x7e\xf7\ -\xaf\x9f\xe7\x22\xc1\x4a\x99\xf4\xd5\x7b\xef\xae\x06\x8d\xca\x59\ -\xd1\x9f\xc3\x4d\x9f\xfb\xd7\x43\xa4\xe3\xca\xe8\x70\x70\xe6\xca\ -\x7b\x22\xb5\xc7\xa0\xe2\xba\xfe\xd0\xad\xff\x82\xe6\xdd\x11\xe6\ -\xb5\x22\xcb\x53\x7e\x68\xdb\xa7\x68\x71\x0f\xd9\x0a\x4b\x35\x16\ -\x1a\xd7\xcb\x0e\xad\xdb\x67\x7f\xdc\x19\xd3\xd3\xdb\xc2\xb1\x74\ -\x13\xcb\x45\xeb\xfa\x43\x1f\xfb\xa5\x9b\x3f\xbe\xbf\xd2\xa6\x2b\ -\x6b\x05\xf1\xe7\xed\x66\xa6\x1f\x61\xaf\x9f\x55\x23\x68\x38\x33\ -\x33\x85\x36\xdd\xee\x7a\x17\x92\x8c\x44\x06\x2f\x16\x32\xd9\x74\ -\x7f\x14\x28\xe5\x75\x6b\x1c\xcd\x91\xa6\x93\x88\x5c\x31\xb8\xbf\ -\xa1\x7e\xb0\xc8\xa1\xe2\x18\xe0\x35\x35\x36\xeb\xc1\xbd\x6f\x5a\ -\x24\x30\x24\xf6\xfd\x2d\xdd\x00\x6f\xba\x3d\x8c\x5a\x8c\x64\x5d\ -\xd3\xc5\x8f\x8d\x3e\x9f\x5d\x41\xc1\xd8\x4c\xbb\x2e\x9a\xe9\x77\ -\xbb\x49\xd1\x0e\x1d\x9f\x07\x62\xbb\xcd\xbe\xb0\xc4\xfd\xb1\xe1\ -\x16\x6a\x62\x1d\x79\x93\x40\x8d\x50\x3c\xe3\xfe\xeb\xf5\xb3\xae\ -\x5a\x4c\x89\xba\x18\x25\x37\x5e\x26\xcf\xd5\xc0\x6e\x3a\x8a\x03\ -\xec\x3e\xab\x90\x06\x5f\xaa\x0c\x0b\x5b\xf4\x44\x1e\x62\x0f\x7f\ -\xd7\x48\x1d\x10\x38\xa2\x01\x08\xa3\xaf\xb5\x86\x95\x36\x2e\x7a\ -\x52\xa3\xeb\xba\x9a\x52\x04\xfc\xd3\xba\xc8\x2b\xbb\xe9\x7b\xe8\ -\x58\xf2\xfd\x7f\xe4\x8a\x4e\x5c\xda\xd4\x23\x1f\x24\x32\xb7\x43\ -\x07\x26\xaa\xa7\x3e\xbb\xd8\x1b\x29\x01\x35\x89\x03\xe8\xba\x9b\ -\x89\xb0\x5e\xce\x0d\x53\xef\xb6\x6f\x7e\x11\xf6\xe3\x74\x66\x50\ -\x0e\x83\x0e\xc2\xf1\xf3\x7d\xdf\x44\x97\x4c\xaa\x61\x30\x8b\xa2\ -\x1f\xa2\x75\x2d\x62\xf5\x4c\xa8\x57\x64\x48\xb8\x50\x3a\x5e\x12\ -\x52\x1b\x17\xbc\x92\x59\x64\x7e\x80\x49\x46\x58\xf4\xee\x18\x0b\ -\x5c\x7c\xb5\x3e\x6a\x37\x97\x16\x79\xb6\xf9\xc0\xe6\xc6\x55\xa1\ -\xb5\xa9\x5d\x2b\x17\x3e\x68\xbe\xe3\xef\xe7\xfd\xed\x89\x76\x4f\ -\xe5\x55\xb9\x68\x55\xd3\x24\x21\x8a\x93\xdd\xeb\x76\xc7\x75\x2f\ -\x20\x3d\x50\xd3\xf1\xa0\x1e\x05\xb2\x26\x32\xf4\x86\x7a\x06\xe7\ -\x71\x5d\xab\x36\x16\xd4\x2e\xd5\x54\x85\xae\xd1\xe8\x27\x7d\x45\ -\x8d\x6a\x68\xd1\x3f\x7b\x9b\xf8\x4d\xf7\x41\x0e\xeb\xdf\x3e\x0c\ -\x57\x4d\x30\x37\xba\xbe\xc1\x68\xd6\xa4\x1c\x50\x2a\x37\x84\x61\ -\x0a\x7e\x1a\x51\x54\xde\x21\x7b\xbe\x83\x17\x85\x25\x84\x03\xca\ -\x48\x26\x4c\x09\x4c\x20\x81\xe2\x6b\xd1\x14\x53\x1b\x9c\xa4\x5b\ -\x20\x71\xba\xca\xc5\x01\xf6\x22\xe6\xcf\xeb\xda\xf7\x24\xbf\x93\ -\x84\xab\x65\x8a\x70\xf8\x4d\x06\x5b\x85\x84\x17\xa3\xed\x0e\x86\ -\xaf\xbf\x72\x8c\x9d\xc5\x62\xa7\x40\x0f\x2b\x7d\xd5\x14\x62\xb7\ -\xfe\xd2\x4c\x49\xae\x55\xe8\xef\x69\x30\x41\x44\xf4\x87\x61\x62\ -\xa9\xd2\x21\x87\x74\xd8\xf0\xa7\xfd\xb1\x28\x4c\xd7\x85\x58\xd6\ -\x43\x6b\x72\xd2\x75\xff\x86\x1c\xa6\xe5\xb2\xa1\x25\x3c\xed\xd0\ -\x00\x70\xa1\x46\x32\x8c\x0f\x14\xb4\x21\x54\x4d\xe7\x89\x22\x9f\ -\x54\x43\xb3\x7b\xdc\x2f\x22\xa5\x7c\x99\xcd\xce\xbd\x53\xbe\x23\ -\xa3\xb0\x5f\x5c\xe9\x34\x9e\xe1\x32\xcf\x90\x34\x10\x32\x02\x4a\ -\x10\x68\x4c\x86\x7e\x40\x07\xc8\xa5\xe1\xfe\xc8\x81\x40\x56\x73\ -\x29\xfe\x5e\xfb\x66\x92\x9f\x44\x7a\xe4\xc8\x60\xf1\xa9\x3e\xe6\ -\xdc\xf0\xa1\xa7\x2b\x6a\x36\xf7\xfd\xb0\x74\xe1\x0c\x8a\xa4\x0f\ -\x33\xe9\x21\x7c\xcf\x05\x2f\xc2\xf0\x5c\xed\xe3\x59\x87\xeb\x1e\ -\xef\xc3\x09\xc3\x3e\xe8\xb1\x36\x99\x28\xa1\xeb\xfa\xb9\x7e\x8e\ -\x73\x2f\x34\x43\xe4\xe7\x98\xd4\xf9\xf7\x82\x58\x89\xef\xff\x55\ -\x74\xbf\x34\x96\x68\x4c\xd5\xc8\x46\x23\x62\x82\xb9\x3a\x9a\xef\ -\x23\xd5\xde\x33\x67\x86\x8c\xf4\x3e\x99\x46\x28\xb2\x5a\xa3\x46\ -\x53\x87\x9b\x85\x95\xd0\x4f\xeb\x75\x0d\x3f\x97\x94\xf3\x9f\x81\ -\xa9\xca\xa9\x0b\x2d\x3a\xb1\x64\x46\x91\x94\x16\x64\x6f\xa7\x9a\ -\xf3\x83\x06\x6b\xa5\x23\xf6\xe8\x94\xa0\xbd\x16\xda\x15\xa6\x47\ -\xa2\x55\x50\xa3\x19\x89\x23\xc5\x32\xf6\xa9\x46\x07\x91\x52\x2a\ -\x24\xa2\x07\x35\xf1\xf6\xe6\x3f\xce\xec\xd2\x0c\x85\x4e\xdd\x42\ -\x2f\x9a\x94\x25\x9f\xf8\x33\x5c\x23\x6b\xc4\x94\x3a\x8e\x21\xb5\ -\x2b\x23\x2f\x53\xdd\x1a\x3d\x03\x93\x87\x51\x94\xe9\xc8\x21\x33\ -\xd5\x17\xc4\xb0\xb5\xaa\x42\x73\xdf\xed\x6b\xb1\x0e\x2a\xbb\x14\ -\x72\x9c\xe0\x9b\x0c\xfd\x29\x91\xd2\x7d\x58\xc6\x47\x6d\xc3\xed\ -\x6e\x39\x32\x88\xde\x0c\x52\x7c\x42\x1b\xa1\xd0\xd4\xcf\xf0\xd8\ -\x3b\xe7\x7a\x79\xab\x61\xbd\x3e\x35\xef\x57\x64\xe6\xc4\x99\xed\ -\x18\xfe\x7d\x91\xb2\x14\x63\x85\xbf\x4a\x5e\xfc\x2c\x8d\x60\xf8\ -\xfc\xf9\x92\xd2\x48\xfe\x87\xc9\x03\x83\xcb\xc0\x4c\x86\x39\xc5\ -\x25\x40\x6b\x64\x26\x4d\xa4\xd1\x3c\x10\xd7\xb4\x11\xd4\x74\x38\ -\x95\xaa\xa1\xf7\xf8\x5c\x67\x30\xb3\xaa\xd2\xe2\xcb\xcf\x34\x75\ -\x87\xcc\x45\x3e\xd8\x62\x8d\xba\x32\x19\x25\xcb\x33\xbb\x58\xa5\ -\x9e\x2d\x37\x9f\xc8\x61\x9e\x74\x84\x87\xf9\xfe\xb4\x75\xc7\x90\ -\x2f\x02\xc1\x23\x13\x2d\x69\xb9\x1a\xf2\x0e\x3e\x4d\x31\xc0\x91\ -\xfb\x0f\x5d\xf4\x49\x63\x15\xe2\xf2\xd4\x75\x71\xa0\xd1\x7f\xfe\ -\xfc\x2f\xda\xdb\xf5\x6a\x27\x62\xe8\x1a\x5b\x29\x4a\x23\x6a\x7e\ -\xaf\xb5\xfe\xf8\x32\x3d\x32\xac\xdc\x69\xf9\x25\xa8\x2e\x9a\x11\ -\x2b\xca\xd9\x4f\x51\xc8\xde\xc4\xec\x22\x32\x74\x07\xd3\x8e\x76\ -\x1d\x9e\xf8\x4f\xa8\xf5\x1b\xe7\x18\xb5\x4b\x6f\x7a\x81\xda\xbc\ -\x21\xb8\x98\x59\xc7\x22\x70\x37\x35\x9e\xc5\x26\x51\x35\x94\x39\ -\x49\x45\x84\xc3\x9d\xd6\x24\xf8\xbb\x1a\x93\x54\xb8\x21\x87\x1a\ -\x42\xd5\xbe\xd3\xc1\xd0\xa4\xe1\x8b\xeb\x4f\x5b\xa1\x4f\x83\x00\ -\x2e\x71\xc9\x8b\xd9\x08\x5a\xa7\xee\x76\xf4\x73\x34\x20\xe8\x75\ -\x29\x86\xde\x5c\x62\x4b\x9c\x8c\x61\xe6\x97\x95\x03\x03\xb7\x7d\ -\x6e\x5d\x23\x8d\x49\x09\x11\x06\x51\x6e\x25\xba\xae\x45\x1b\xcc\ -\x31\x46\xb0\x5e\x22\x7f\x7a\x18\x28\x1c\x2e\x8a\x16\xd3\x09\x2c\ -\x0a\xd0\x95\xe5\x9b\x16\xab\xd6\x89\x7c\x31\x97\x88\x42\xaf\xec\ -\xaa\xad\xd3\xea\x59\xd3\x82\xb9\x1f\xc2\x33\xa7\x2c\x8b\x65\x96\ -\x9c\xed\xe3\x54\xbf\x42\xa9\xa6\x3e\xf0\x92\x12\x3f\xbb\x9d\xb1\ -\x79\x61\x20\xdd\xb8\xf3\x41\x0b\x84\x64\xe9\x89\x26\x71\xd2\xf1\ -\xe4\x21\xea\x1f\xb6\xe0\x11\xe2\xaa\x7c\x8a\x9b\x65\xfe\x19\x06\ -\x01\x1c\xa4\xa8\xf3\x8b\x69\xc0\x14\xd4\xda\x61\x5c\x61\x47\x13\ -\x23\xd1\x04\x54\x82\x47\x5c\x9a\x36\x6b\xe8\x62\x29\xa9\x7d\xfa\ -\xc8\x27\x3a\xf3\x87\xb0\x88\x1f\x86\x0c\x8c\x02\xf2\x35\xe8\x19\ -\xd3\x02\x1f\xa7\x50\x36\x2d\x56\x41\x99\xaf\x87\x85\x3b\xc3\xd0\ -\xc8\xdb\xc6\x08\x45\x2c\xc1\xae\x82\x8e\x14\xb4\x9d\x0f\xe7\xc8\ -\x83\x37\xaf\xef\xc5\x2b\xd2\x5b\xc6\xbd\xe2\xd4\x40\xd0\xd7\x7d\ -\xd2\x8b\x30\xd0\x2d\x31\x8f\x2c\x1e\x8a\x30\x44\xae\xb8\x8b\x40\ -\xc0\x83\x86\x96\xda\x6d\xa7\x34\x4b\xa9\xbb\xec\xbc\x5e\xf8\xbd\ -\xac\x87\x12\xef\x05\xc3\x3e\x74\x98\x56\x3a\x0f\xcb\xfb\xce\x1d\ -\x10\x9f\x39\x35\x8b\x66\x23\x4b\xe0\x0a\x4b\x3a\x0b\x9e\x05\xb4\ -\x68\x41\x91\x3e\xbf\x04\x84\x5a\x37\xde\x56\xba\xd6\x9c\x80\x27\ -\x45\x51\x40\x1f\xcc\x43\x0f\x73\xba\x58\x22\x22\x32\x1a\x2d\x83\ -\x5c\x39\xed\x33\x6f\x07\x23\xa3\xb2\x15\xe5\xf0\xe8\x7c\x4e\x6d\ -\xce\xd6\x05\x5c\xcf\x66\x78\x30\x9f\xb4\x7b\xee\x70\xe9\xd6\x49\ -\xe7\x2b\xe5\xfd\xc5\xca\x79\x85\xad\x35\x43\x1c\x87\x0c\x0d\x8d\ -\xd6\x9e\x65\x63\x88\x35\xa6\xeb\xaf\x06\x59\x89\x90\xac\x5a\x13\ -\xe5\xda\xc9\x7d\x3e\x2f\xbe\xc6\x77\xd0\x1c\x92\x88\xaf\xcb\xbc\ -\xde\x5a\x22\x7e\x09\xf1\x3d\xbf\x0c\x65\xb3\x88\x84\x66\x4f\x84\ -\xce\xfc\xb6\x46\xa5\x75\xe8\xa0\x99\x9f\x5a\x62\xb1\x1e\xde\x09\ -\x9a\xb6\x90\xd2\xb6\x3b\x1a\x9b\xd4\x73\x51\xb9\x08\x36\xc3\x62\ -\x3f\xe2\x06\x06\xd5\xe9\x70\xca\x3c\xeb\x07\x47\xfc\x78\xe6\x5a\ -\xf2\x73\x40\x6d\xb4\xdd\xe1\xf2\x30\x47\xa9\x02\x97\xe1\x74\xc9\ -\xda\x87\x98\x36\xb7\xb1\x95\x91\xb5\xbe\xb4\x06\xb9\x3c\xb2\x5a\ -\x2a\x8b\x29\x50\x6f\xe2\x77\x0d\x22\xe6\xeb\xb9\x69\x06\xf5\xc0\ -\x0e\xd6\x39\xa6\x35\xb4\xdd\x7f\x76\xe8\xfb\x91\xbd\xd9\x27\x91\ -\x92\xaa\x40\xbe\x98\x94\x11\x90\xb4\xad\x64\x5a\x49\x44\x29\xb5\ -\xc6\xd9\x6e\xd4\x76\xfc\x27\x9b\x89\xc0\xe8\xe5\x5b\x5c\x4f\xcb\ -\x5b\x68\xd0\x39\x25\x10\x85\xcc\x81\x7d\x68\x0b\xeb\x8c\xd3\xa6\ -\xa4\x92\xd5\xa5\x1f\x43\xde\x0a\x56\xe6\x88\x2e\x0a\xc4\xe5\xcf\ -\x0f\xd1\x12\xe2\x2d\xb1\xd6\x56\x21\xf3\x1e\x8c\xcd\xe9\xc9\x4d\ -\x17\xec\x0a\xa5\x13\x66\x8a\x10\x10\x79\x0c\x74\x10\x1d\xcd\xfa\ -\xd0\xb4\x99\x53\xd6\x5c\x59\x52\xd1\xc1\xd0\x41\xa7\x51\x11\xf1\ -\xac\x4a\x8c\x22\x38\xf4\xfd\x0f\x2a\xe7\xa1\x39\xdd\xf7\x26\x81\ -\xe6\x70\xb8\x8e\xdf\xbb\xfe\x2e\xde\xbf\x1c\x24\x7b\xfd\x75\xe4\ -\xe6\xae\x75\xd4\x34\xe2\xd2\x91\x45\x8f\x26\xd2\x75\x59\xbe\x07\ -\x5d\xd7\x45\xf6\x13\xcf\xc9\x0f\xd3\xe5\x41\x63\xbb\x69\x1e\x10\ -\x58\xcb\x59\x14\x61\xb6\x00\xcb\x63\x32\x8f\x5f\x1e\xa7\xf1\x59\ -\x78\x19\xbf\x8b\x03\x85\x25\xe8\x3c\x67\x53\xf1\xbe\x29\x7f\x33\ -\xab\x78\x0b\x1e\x4b\xee\xb1\x6e\x85\xce\x3e\xa8\x13\xf6\xdf\x1d\ -\xed\xd2\x9e\x1c\x03\x71\x2d\xc0\x75\xaf\x03\x57\x50\x6f\x5a\x34\ -\xce\xb5\x31\x68\x69\xa0\x1b\xa5\xa0\x57\x0e\xe9\x25\x3f\xc1\x3b\ -\xb5\x9a\x02\x5a\x4c\x90\xdc\x47\x5f\x02\xa9\x61\x10\xfd\xa5\xab\ -\x8c\x96\x36\x80\xa9\x83\x9c\xd5\xfc\xba\x2a\x63\xee\x85\x8d\x69\ -\x11\x6b\x2c\x30\x95\xd9\xc4\xd1\x9c\xdc\x0b\x73\xa7\xa7\x07\x9c\ -\x6e\xe4\x13\x3c\xef\xfa\x17\x08\x4d\xa3\xc8\x51\x86\xdc\x83\xc9\ -\x21\x2f\x0d\x8f\x45\xd6\x4a\x70\xed\x6b\xb3\xd2\x3d\xef\xbb\x72\ -\x21\x79\x78\x8f\xb3\x69\x56\xe0\xd3\x93\x3e\xf3\xb4\xc4\x5a\xcb\ -\xd4\x2e\x54\x3a\x51\x80\x87\xfb\xd2\x9a\x66\x17\x07\x6f\xba\x0f\ -\x3d\x0e\x1b\xea\x10\x9f\x4a\x6e\xce\x51\xa8\xb2\xd0\x92\x9f\x83\ -\xa6\x81\x0d\xf5\xfd\x5e\x34\x46\xf2\xbc\x0d\xf4\x22\x8f\x3d\x7f\ -\xed\x94\xa2\x65\x1c\x41\x35\x27\x7c\x9a\xa1\x48\xc3\xf3\x55\xd0\ -\xc8\xb0\xf3\x7f\x18\x8f\xc0\xf4\x17\x27\x6c\x0b\xd6\x46\x36\x16\ -\x06\x66\x11\x53\x6c\x1f\x87\xb5\x25\x82\xb6\x0f\x9e\x7a\x6a\x32\ -\x2f\x10\x5b\x17\xce\xf0\x28\xa0\x87\x51\xcc\xb8\x5f\xd2\xd7\x84\ -\x9e\xd6\xc8\x66\x60\xc0\x03\x3a\x9e\x0c\x99\x2c\x4b\x7e\xde\x65\ -\xb1\x3a\x6d\x97\x13\x29\xa1\x51\xe8\x28\xcf\x75\xd3\xda\x0f\x2d\ -\x5a\x1f\xda\x32\x63\x21\x9b\xcc\xba\x81\x41\xd6\xc4\x17\x9a\xe9\ -\xbc\x7e\x33\x05\x64\x68\x24\x2d\xc5\xd0\xaf\xc3\x27\x7d\x0c\xba\ -\xce\x3d\x4f\xa2\x7b\xf2\xe7\x38\x8c\x60\xd0\x4a\xbf\xb4\x5b\x3b\ -\xf2\x63\xac\x68\x52\xee\xd8\x79\x95\x6e\xa3\x0b\x9f\x76\x3b\xdd\ -\x44\x43\x7f\x85\xf7\x54\x99\xe8\x27\xd6\x9f\xd6\xb5\xde\xb5\xd7\ -\xe4\x5a\x5d\x34\x0f\x64\xfc\x9e\x1b\xe8\xa1\xe9\xb4\x75\x23\x1a\ -\x8b\x68\x0d\xd9\xa3\x57\xb1\x40\xd4\x8b\x62\x1c\x2e\x56\xbe\xa7\ -\x6d\xa2\x3b\x69\xc6\xf3\x1c\x44\xdb\xfc\x67\x86\xd6\xd1\x44\x1a\ -\x36\x80\x1d\x80\x9e\xe7\x05\x03\xc2\x84\xe1\xa7\x0f\x13\x85\x6f\ -\xc8\xa3\xb2\x37\xbe\x9a\xe8\xd8\x3d\x98\x19\x1c\xae\x77\x0c\x2e\ -\xb4\xb5\x37\x73\x5f\x9b\x31\xe8\x88\xcf\xa8\xfb\x39\xd4\xcb\x33\ -\x44\xd5\xc8\xae\x44\x76\xba\xa8\x62\x40\xa5\x58\xb3\x79\xf3\x26\ -\x0c\xcf\xf2\xfb\xbe\x69\xad\xa9\xc5\x55\x6c\x84\x09\x07\x3b\x91\ -\xa1\x44\xf2\xa8\x27\xf0\xbf\xb5\x42\xdf\x6b\x32\xe1\x94\x36\x5e\ -\xd0\x8e\xce\xbc\xab\xb3\x9e\x28\x2d\x98\x6d\x12\x8b\x1c\xc0\xa0\ -\xdd\xa7\xad\xf4\xd0\xe9\xb0\xd3\xd2\xbc\x29\x5e\xee\x4e\x76\xc3\ -\xf8\xca\x66\x42\xdd\x9d\x74\xbe\x4a\x27\x95\x87\x7d\xf7\xdb\xfd\ -\xf6\xe2\xb2\xb5\x6f\xaa\xda\x83\xcf\xf1\x4c\xab\x0f\x60\xb4\x83\ -\xef\x95\xac\xe2\x5c\x18\x9d\x17\xa9\x43\xe7\xab\x56\xe0\x0e\x21\ -\x27\x8b\x3d\xe2\x25\x44\x2e\xd9\x46\xf6\xdf\xf4\xb4\xa8\xa9\xed\ -\x91\x73\x23\x52\xb6\xc9\x58\x86\x49\x98\xd9\x5d\x59\x7b\x6c\x1d\ -\xdb\x82\x8c\x11\x3b\x1a\x12\x1c\x32\xf9\x36\xa6\x9d\xcb\x1a\x66\ -\x45\x93\x0e\xcb\x0f\x22\x43\x9f\xf1\x37\x0c\xa0\xde\x06\x5e\x37\ -\xac\x1f\x7d\xfe\x7d\x9e\xb4\xcb\x31\x0c\x34\xcf\xcd\xb3\x56\xac\ -\x54\x33\xb7\x6d\xfb\xb0\x49\xaf\x70\x8d\x9c\xfa\x2b\xb6\x70\x0d\ -\xc4\x3d\x47\xdb\x11\xda\xeb\xf3\x05\x23\xce\xa8\x8d\xd7\x22\x96\ -\x2b\x72\x3f\x7b\x68\x7a\x87\xee\xf2\xca\x66\x66\x43\xd7\xac\x36\ -\xa8\xe1\x49\x65\x75\xf7\xbd\x6e\x28\xcf\x1a\x1d\x59\x6c\x0c\x14\ -\x41\x23\x0b\x97\x4a\x86\xd9\x92\x1c\x6b\xe4\x1e\xcf\xd7\x70\x1c\ -\x0f\x6f\x84\x9d\x7f\xe6\xfe\x50\xc7\x89\xac\xd8\x2b\x9b\xe6\xba\ -\xa3\x5e\x52\xee\xc6\x30\xb5\x9b\x1a\xaf\xb7\xf7\x2e\xaa\xb7\x09\ -\x93\xdd\x71\xaa\x86\xb7\x81\xdc\x17\x84\x67\x3b\x32\xbb\xcd\x82\ -\x02\x4f\x74\xd1\x7f\x1a\x99\xfc\xf9\x43\xfa\xf9\x25\xf9\xf9\x43\ -\x97\x52\x3b\x34\x85\x95\x1c\x91\xce\x09\x04\x8d\x30\xd5\x27\x35\ -\xf0\x3d\x6f\x42\xc0\x5d\x84\x5e\xc3\x1f\xdf\x9c\x8a\x4e\x8d\xcd\ -\x23\x68\xf5\x65\x7a\xf3\xf6\xfb\x9d\x6d\xb1\x0e\x77\x35\x29\xea\ -\x5d\x6b\x1b\xe6\x06\x9e\x1b\x91\x1b\x40\x84\xb9\x82\xf8\x81\xb1\ -\x0d\xfc\xf7\x85\x47\x4e\xd0\x38\xb0\x8f\x26\xd0\xbe\x39\xcf\x10\ -\xfd\x5d\x1c\x4c\x2b\x9a\x98\x35\xf8\xd5\x2e\xc2\x76\x14\xa4\x0b\ -\x1e\x29\x17\xc3\xb4\x10\x2e\xc7\x14\xe6\xe9\x82\x92\x76\x29\xbb\ -\xc3\x26\xed\x05\x35\x7c\xde\x3f\x19\xf9\x37\x9a\x21\x79\xb9\x91\ -\xac\x68\x46\xd6\x02\xde\x72\x5b\x91\x1a\x88\x17\x83\x8c\x53\xf4\ -\xa7\x59\xe0\xb7\x75\xf0\x13\xc9\x4b\x4a\x44\x9b\x77\x64\x66\xc4\ -\xd3\x0d\x09\x28\x44\xf9\xf0\x02\x2d\xe6\x12\x6e\xca\x07\x22\x0d\ -\x39\x51\xaf\x60\x3d\x08\x2a\x8c\x59\x97\xff\xbd\xe5\x02\xe9\x9c\ -\x88\x46\xe8\x9d\x17\x86\x17\x64\x38\x5c\x24\x6b\x3d\x9a\x9e\x6e\ -\x9c\xb4\xdd\xfd\x38\xc2\x87\x8d\x47\x70\x5d\x0a\x6b\xdf\x26\x63\ -\x4e\x87\xf5\x10\xcc\x7c\x66\xf8\x2d\xd7\xa9\x78\x46\x72\xd8\x60\ -\xfb\x63\x5f\x0a\xc9\xf8\xbd\x1b\xe8\x90\x88\xd9\xa4\x26\x44\xf5\ -\xdb\xb0\x23\x91\x15\x6b\x68\x3d\xf2\x90\x72\x10\x30\xf5\x58\x29\ -\x7a\xb5\xa6\x36\x85\x4b\x65\xa2\x0b\xc4\xdc\xa9\xe7\x70\x4d\xfa\ -\x19\x43\xeb\x62\x0d\xb9\x62\xa0\x6f\x51\xec\x1b\xa0\x75\x03\xdd\ -\x7d\x0c\x71\xf4\x40\x96\x68\x18\xeb\xa0\xf8\xbf\xd7\xe6\x3e\xf6\ -\xc2\xc8\xac\x81\xb0\xcb\xe7\x33\x7f\xca\xc6\xf5\x59\x9c\xef\xa4\ -\x77\x2c\x67\xee\xe5\xb4\x9f\xb3\x58\x05\x35\x2e\x08\xaf\x53\x57\ -\xf2\xb7\xa2\xbc\x90\x9d\xaa\x8c\xc3\x1d\x90\xa7\xc3\x1d\x07\x8d\ -\x0d\x1b\x4e\x62\x2b\xeb\xdf\xb2\xad\xe7\x46\x7e\x1d\x3d\x92\x71\ -\x8e\x8c\x26\xcf\x88\xf8\xc7\xb9\xfd\x16\xc1\x93\xb3\x86\xe3\x46\ -\x5b\xc1\x09\x76\xa0\x37\x35\xc1\x8a\xcf\xad\x76\x50\x45\x05\x44\ -\xe4\xf4\x70\xf1\x5b\x0c\xc5\x8b\x69\x51\xe1\x30\x59\xac\x69\x64\ -\x83\x73\x08\x0d\x21\x1d\x2e\x6f\x5a\x4e\xa0\x78\x96\xd5\x7e\x92\ -\xdf\x5d\xd8\x35\x5c\x41\x27\x19\x60\xd1\x5f\xa2\x40\xe6\x73\xa6\ -\x7d\xdb\x22\x6b\x06\xdd\xbe\x91\xf2\xf4\x1a\x4a\x6b\x7c\xe4\xfa\ -\xe9\xd8\x8f\x2c\x8d\x30\xc0\xee\x7d\x84\xbe\xab\x81\xb6\xb3\x35\ -\x6a\x85\xc6\xed\x70\x13\xe3\xd3\x89\x95\x6b\x16\xdf\x99\x6d\x7e\ -\x19\x36\x75\x96\xd5\x32\x2d\x14\xdb\xa7\xd9\xf7\x70\x88\x3b\x51\ -\x42\x43\x64\x56\xdb\x14\x41\x24\x1d\x93\x35\xa6\xd0\x57\x7d\xff\ -\xbf\xd1\x64\x77\xd0\x40\x99\x8c\x44\x67\xde\x9a\x92\x91\xdd\x54\ -\xfb\xa3\x84\x51\x05\x29\x85\x09\x4d\x68\xd5\xc0\x4c\x20\x8d\x15\ -\x1c\x01\xe5\xa2\x09\x9e\x35\xcd\x1b\xfb\x24\x4b\xdc\x34\x54\xf0\ -\xe6\x82\x87\x59\x87\x25\xed\xbc\x5c\x0f\x0d\x1a\x8d\xb9\xf7\x38\ -\x72\xe6\x54\x45\xc9\xc2\xf2\x25\xc7\xc8\xe4\xb0\xc8\xcf\x67\x14\ -\x19\x42\x74\xc4\xc0\xd8\xcc\x92\xa3\xa1\x7d\xb3\xa2\x4b\x73\xe4\ -\x24\x0a\x0e\x13\x50\x8f\x2a\x40\xcd\xe2\xf9\xd9\x6b\x0d\x0b\x0f\ -\x74\x63\x0c\xa1\x35\x73\x47\x77\xa3\xeb\xb5\xa6\xfd\x2c\x2c\x74\ -\xf3\x44\xc4\x43\xd7\x9c\x7b\x9b\x1d\xc8\x18\x47\x9c\xce\x5b\x2d\ -\x9b\x35\xb3\x64\x06\x14\xb1\x37\xb6\x23\x6c\x9a\x3a\x1a\xc5\xfa\ -\xf7\x34\x62\x2b\x4e\xc3\x8c\x1e\x36\xef\x7a\xc6\x98\x7e\xb2\x5b\ -\xab\x81\x94\xc8\xcf\x90\x8b\x38\x23\x66\x65\x1a\x69\x0d\x40\x12\ -\xdd\x5f\x88\x2e\xe7\xf3\xaf\xea\x20\x82\x52\x0c\xc3\x95\x46\x4c\ -\x49\x9e\x53\x02\x61\xd5\xdc\x9a\xf9\x72\xdc\x46\x43\x0f\x6a\x8b\ -\xfd\x4a\x54\x8a\x07\xd3\xa5\x2b\xbf\x8e\x02\xb2\xb5\xf9\x85\xed\ -\x47\xfd\x87\xb9\x71\x16\x75\xb7\x9a\x39\x12\x39\xa6\x2a\x12\x54\ -\xca\xab\xef\xd3\x88\xbb\x31\xf0\x3b\x20\xd0\xe8\x86\x39\x55\x50\ -\x12\x6b\x00\x29\xf6\xb5\x87\x69\x46\x9b\xff\x7a\x61\xb1\xd6\xf9\ -\x34\x36\x8c\x1a\xf8\x05\x86\x76\x9b\xc3\xb9\x81\xf7\xe6\xb0\x6a\ -\xfa\xb7\x0e\x3b\x66\xa4\xe4\xec\x38\xac\x4f\x3a\x85\x7d\x29\x08\ -\x1f\x50\xdc\x80\x66\xa5\xb8\xbe\xed\x42\x02\xe1\xaf\xa9\x05\x21\ -\x72\x51\x65\x88\x45\x45\xd2\x39\x85\xdb\x39\x69\x20\x1b\x16\x09\ -\xdb\x6b\x16\xb4\x03\xf1\x38\x2f\x72\x4f\x29\x14\x84\xb4\x6f\xce\ -\x76\x9b\xef\x58\x48\x28\x30\x8f\x83\x59\x42\x90\x68\x67\x30\xb2\ -\xc6\xe6\xad\x8d\x1e\xac\x38\x2c\x36\xd1\x9d\x2e\x28\x9a\xcd\x46\ -\x0e\x27\x91\x12\x04\x45\x0e\x77\x98\xb0\x1e\xf6\xce\xa7\x9b\x92\ -\xd3\x49\x56\x59\x4d\x5e\xe2\x34\x99\xcc\xab\x49\x4e\x2e\x03\x9d\ -\xa7\x39\xdb\xfe\xfb\x13\xb2\xed\x09\x8f\x23\x20\x46\xb4\xc3\x9c\ -\x82\xce\x09\x70\x1e\xa4\x7d\x70\x2f\x5a\x73\x93\x7d\xa1\xae\xbd\ -\x4d\xcf\xf2\xa1\xde\xe8\x6c\xb5\x02\x95\x91\x17\x3b\x5c\xa6\x23\ -\x5c\xb6\x9b\x11\x87\x20\x56\xc0\xc5\x17\x49\x34\x9f\xc4\x77\x14\ -\x6e\xdc\xce\x3d\x2f\x61\xc0\xb9\x1f\x24\x6d\x2b\x9b\x36\x4b\x7a\ -\x14\x63\x68\xf0\x63\x70\xe8\xd4\xa7\x12\x29\xef\xb2\x07\x47\xeb\ -\x6c\x3d\x83\x77\x69\xf7\x41\x09\x28\xd7\x9d\x94\x9e\x38\x0c\xcd\ -\x98\x6e\x98\x7c\x09\x14\x2e\x6a\x46\x82\xd3\xa0\xb3\x29\x77\xc8\ -\x2a\xee\xcf\xee\x62\x40\xd0\x04\xe2\x37\x82\x13\x69\x34\x62\x16\ -\x42\xe5\xb5\x7e\xa0\x78\x6a\x5e\xbd\xc6\x01\x70\xc7\xa6\x8f\x14\ -\xb3\xc5\xda\xa1\xa0\x43\xb4\x7f\x3c\xc3\x4c\x64\x77\x4e\xba\x9e\ -\xf6\xd6\x76\xf0\xaa\x39\x0b\x18\x6a\x07\xc9\x34\x3d\xd0\x63\x7a\ -\x97\x59\x2d\x6f\xff\xdb\x64\x51\x1b\x62\x61\x0b\x7b\x07\x16\x17\ -\xeb\x06\x56\x69\x67\x3f\x65\x96\x95\x1b\x87\xac\xc7\xe4\x3e\x05\ -\xe8\xc2\xf2\x7e\xf0\xd7\x6f\x5c\x4d\x29\xa7\xbe\x0e\x69\x53\xde\ -\x6e\x78\x0a\x14\x0f\x2a\x0a\x99\x15\x7d\xa6\xd1\x15\x8f\x27\x90\ -\x41\x81\x39\x69\xaa\x15\xc3\xa0\x3e\x09\x54\x76\x3d\xd4\xdc\xf7\ -\xe5\x10\x73\xd3\xc3\xa1\x56\xd4\xdf\x4f\xb7\x96\x9d\x2f\x62\x7b\ -\xe9\xe8\xc8\x12\x82\x6f\xb5\x63\x48\xf0\x0f\xb9\x93\x1a\xc5\x73\ -\x93\x9a\x52\x25\x8b\x7d\xce\x6c\x9a\x1e\x95\xe6\x88\xe9\x71\x8f\ -\xd1\x94\xa7\x68\x68\x61\x8a\x82\x27\x6b\x36\xd3\x0b\x5c\xe1\x4e\ -\xfb\x75\x33\xa3\x6b\xad\xd1\xe8\x37\x55\x2a\x0b\xce\x5f\xa0\x12\ -\x3a\xb5\x8c\xd4\xc2\x02\x9c\x1f\x21\xc2\x4f\x64\x93\xbb\x61\x1c\ -\x4d\x6d\x14\x5e\x0b\x5c\xe7\x9e\x6c\x44\xd7\x30\xc5\x35\x5e\xc2\ -\xa5\xc9\xc9\x7e\x8a\x72\x30\x7a\x68\x5d\xf3\xb9\x52\x68\xaa\xaa\ -\x50\xb2\xfe\x7e\xe9\x74\xa7\xbc\xbc\xd0\xe3\x35\x86\x41\x1e\x1f\ -\x82\x94\x37\x1c\xf4\x0a\x99\xfd\x82\xf9\x16\x06\xee\x46\xc1\xa6\ -\xd3\x58\xe4\x41\x1b\x96\x55\x39\x5f\x5c\x0d\x95\xef\x9e\x7b\x2b\ -\xfd\x29\xaa\xa2\x0c\x46\x42\x35\x72\xd9\x60\x4b\xbb\x1e\x13\x27\ -\xea\x15\xe4\xc6\xc3\x7e\xbd\xef\xcb\x61\x8c\x1e\x81\xc6\x3b\x11\ -\x49\x76\x94\x91\x61\x5f\x69\x35\xa4\xef\x4f\x2b\x5f\x67\x64\x1b\ -\xfa\x33\xf0\x43\x42\x9f\xa3\x91\x21\x6b\x4d\xcf\x22\xa6\xdb\xb4\ -\xf3\x0e\x15\x69\xcc\x0c\x43\xc6\xdd\x83\xa6\x2f\xb9\xa8\xcf\x1c\ -\xb7\x18\x88\xc6\xf9\xa1\xaa\x83\xb6\x9f\x34\xb9\x93\x52\xeb\x6e\ -\xd4\xf7\x08\xda\xa5\x2d\xee\x6e\x47\x8d\xfe\xb6\x99\x1a\x77\x4c\ -\xc6\xf8\x3c\x80\x86\xe4\x67\xd7\x4d\x86\x2e\x8e\x2f\xf2\x0c\x43\ -\x27\x56\xe9\x81\xd4\x1b\x53\x66\x72\x38\x66\x04\x4f\xd5\xbc\xf6\ -\x94\x30\x64\xcd\xd4\xb3\x9c\x67\xb0\x2e\xea\x8a\xd1\x4e\xbd\xbe\ -\xdf\x12\x5a\xb6\x2a\xf2\x25\xf5\x5d\x22\xbd\x67\x95\x31\xcc\x9e\ -\xf4\x36\x55\x25\xbb\xb7\xeb\xe1\xed\xee\x9a\x13\x86\xea\x15\x64\ -\xcc\xf2\x94\xaf\x0c\x13\xae\x9f\x70\xbe\xb6\xd0\x04\x2e\xe8\x0f\ -\x6e\x37\x5f\x81\x66\x49\x6d\x0f\x96\xd9\x55\x1a\x54\x74\x6d\xf4\ -\x73\x4f\x44\xe8\xbe\x93\x4e\xea\xf9\x82\x22\xec\x28\x33\x79\xce\ -\xd8\xbd\x7f\x83\x1a\xee\x94\x63\xbb\x37\xdd\x64\x15\x22\x7c\xed\ -\xd6\x73\x31\x3b\x35\xd0\x1b\x2a\x47\xc5\x3e\xfb\x7f\x22\xe6\x81\ -\x4b\x92\x42\xa4\x35\x90\xbc\x37\x13\xd1\x9f\xe7\xbe\xfd\xca\x81\ -\xfe\xca\xd9\x87\x07\x50\x2d\x82\xf5\xce\x20\x5d\x99\x1d\x9c\xea\ -\xeb\x6b\x28\xf7\x04\x94\x1f\x54\xab\x97\xa9\xc7\x97\xac\x84\x9a\ -\xa6\x18\xf8\xd2\xe7\x61\x0e\x41\x63\xd8\x9c\xd4\x34\x6c\x69\x4f\ -\xf7\xa9\x17\x64\x15\xd0\xca\xa4\x62\x74\x41\x53\xb5\x70\x48\xca\ -\xdd\x4c\xf8\x75\x91\xb0\x7f\x77\x47\x97\x36\x3a\xfa\xbe\xd9\xa0\ -\x6b\x59\x56\xb4\xc2\x78\x58\x00\x89\x80\xb9\x4c\x31\xfc\xb7\x0f\ -\x6b\x4f\x6b\xb7\xb2\x2c\xd6\xd6\xba\x5e\xb5\x69\x16\x96\xb8\x5b\ -\x6f\xd0\x83\x69\xd9\xe5\xd6\x83\x21\x34\x90\xbd\x74\x55\x31\xe4\ -\xa1\x0a\x1c\x46\x49\xdb\x23\x9f\xae\xbb\x38\x17\x0a\x5a\x5d\x65\ -\x05\x6d\x0f\x74\xae\x2e\x6c\x4d\xf8\xec\xd0\x03\x9d\xd4\x26\xe4\ -\xcf\x9e\x6b\x79\xad\x7e\xef\x37\xcb\x54\x0b\x67\x2a\x5a\x73\xb2\ -\xbf\xb8\xa5\xfa\xf5\x19\x0a\xa1\xa3\x70\x04\x8c\xcf\xb7\xfa\xd0\ -\xf5\xe9\x50\x36\x1f\x44\xc4\x97\x8b\x26\xa1\x59\xa9\xa9\xae\x36\ -\x6d\x49\xe8\x98\x24\xb3\x12\x98\xbc\x0f\x14\xed\x5c\x43\x12\x25\ -\xa0\x84\x03\x94\x1f\x10\xcd\x0f\xbf\x0f\x9c\x76\x72\xd5\xa9\x04\ -\xc6\x38\x85\xf2\x22\x43\x00\x39\x7a\x9a\x57\x4c\xe3\x15\x1b\xba\ -\x93\x13\xd5\xee\x8c\x24\xad\x9e\xce\x52\x07\xb3\xb5\x69\x64\x51\ -\x50\xa1\x06\xa3\xe9\xc5\x69\x4e\xe1\x8d\x63\xbb\xc1\x65\x6e\x93\ -\xc0\xa4\x1f\x28\x4b\x83\x26\xa9\xa3\x99\x4f\xfa\xc8\xff\x9f\xc0\ -\xeb\x29\xf2\xb7\xb6\x67\x8d\x35\x22\xf4\x44\x0a\xda\x4a\xfd\x89\ -\x68\x63\x31\xf6\x96\x09\x77\x36\x12\xb4\xad\x0e\x73\x16\x7a\x64\ -\x8f\x9d\x43\xac\x73\x4a\x8c\xc6\x26\x3d\xb9\x1d\xf1\x9b\x41\x69\ -\xd2\xa3\x88\x06\x37\xba\xd4\x34\x19\x0f\x8d\xc1\xa9\x8d\x4c\xee\ -\x7f\x53\xff\xe2\x50\x0c\xc7\xb9\x05\x7b\xd2\xa2\x55\x1a\x46\x85\ -\x41\x54\xee\xe9\x5b\xf5\x15\xe5\x77\xb4\xd6\xe0\x3e\xb6\xa9\x43\ -\x3b\xcc\xc2\x84\x12\x22\x41\x28\xb4\x01\x5c\xa8\x55\x34\x22\xe9\ -\x2a\xc6\x1c\x66\x21\xdc\x28\x68\x0c\x2a\x4e\x5a\xf2\xdf\xd8\x07\ -\x76\x30\x8e\x70\x38\x57\x93\x67\x9b\xfb\x8d\xbd\x30\x3c\x72\xa2\ -\x5d\x43\x28\x34\x36\x22\xf5\x10\x50\xfb\x10\x6d\x3f\x03\x05\x5f\ -\x53\xb1\xdd\xb4\x63\xcd\xf1\xc8\x5a\x3a\x2b\x01\x83\x8c\xa6\xa2\ -\x31\x46\xb1\xb5\x88\x5f\xd7\xe9\x49\x9b\xfe\x56\x64\x97\x0b\x0e\ -\x5c\x2c\x4e\xbd\x59\x86\x1c\x73\x23\x2e\xcc\x8d\x26\xb2\x05\x98\ -\xfb\xa5\x56\x31\x31\xa2\x10\xb4\x53\x68\x4d\x57\xa2\x6b\x81\x48\ -\x29\x83\xc5\x79\x0d\x49\xa5\x4c\x25\x8e\x3e\x82\x98\x17\xad\x0c\ -\x5a\x67\xfd\xca\x3c\x69\x04\xfb\x0a\x03\x8e\x55\x8d\x40\xd9\xb7\ -\xbf\x3d\xdf\x07\xe2\x9f\x28\x1b\x36\x5f\x58\x84\x67\xe3\x93\xc3\ -\x61\x80\x99\x6a\xf2\x9e\xcf\x2c\xea\x0e\x6b\x30\x0c\x48\x10\x8f\ -\xfd\x6f\x0d\x0d\xd0\xbb\x46\x19\x62\x1a\x12\xd5\xd9\x3d\x00\x38\ -\x87\xd0\xe9\x0c\x57\x67\x78\x38\xbb\x36\xc2\x88\x5d\x48\xbc\x46\ -\x84\x38\x63\x18\x73\x0e\xea\x24\x34\x98\x2a\x73\x70\x23\x30\x68\ -\xec\x9a\x55\x9b\xb9\x20\xa7\xb3\xa6\x55\xd3\x58\x59\x47\xf0\x3d\ -\xd3\x50\x0b\x9f\xfb\xbf\xd1\x1e\xfb\xbf\x7b\xc8\xdf\x01\xec\x7e\ -\xfd\x95\xe9\xb5\x21\xc9\x3a\xae\xea\xcb\x1a\x72\x00\xe5\x5b\x78\ -\xd4\x0c\x6f\xfe\x02\xc5\x28\x2a\x64\x66\xbe\x36\x3d\x98\x2a\x5c\ -\xd5\x46\x06\x21\xef\xbd\x89\xf4\xb7\x0d\x46\xc4\x48\x79\x1a\x6d\ -\xa5\xbe\x69\xef\x39\x84\x7c\x7e\x37\x19\x8e\x97\x12\x8c\x1e\x3f\ -\xcf\xed\xdd\xd2\x9e\xa4\x24\x3d\x85\x4a\xeb\x7c\x56\x7e\x7e\xfe\ -\x33\xa8\x83\x6e\x52\x12\x43\x60\xbb\xe8\x62\x1f\xb8\xf9\xe7\x0b\ -\x5d\xdc\x86\x3f\xff\xb9\x49\xd3\xd2\x5d\xdc\xb9\x13\xcd\x69\xfc\ -\x35\x79\x6a\xfb\xab\x87\x51\x32\xbb\x68\x87\x99\x5b\xee\x0b\xcb\ -\x8c\xae\xb4\x31\x2e\x1b\xf5\xbc\x99\x2f\x9b\xa1\x7f\x98\xfe\x92\ -\x8d\x4c\x24\x7d\x4f\xc0\x68\x21\xe1\x7c\xfe\x4a\x3f\x69\xe8\xfa\ -\x08\x4f\x25\x7e\xe4\x12\x8c\x2c\x13\x0c\x67\xe3\x30\xf2\x44\xc1\ -\x9b\xb4\x88\x13\x73\x21\xce\x0c\x25\xb7\x90\x6d\xd1\xb5\x2f\x3c\ -\xe8\xca\x17\x1f\xc1\x6d\x73\x23\x64\x53\x52\xa1\x36\xae\xd8\x39\ -\x5a\xee\xcd\x45\x8c\xcb\x71\x24\x9d\xb6\xaa\x29\x31\x23\xbe\xa0\ -\xb0\x4a\xb4\x28\x72\x71\xb2\xc0\x44\xbb\xfb\xb2\x94\x60\x6d\x22\ -\x51\x06\x14\x03\x84\xfa\xe0\xa7\xd2\x33\x6c\xd0\x37\xd6\x2e\xa8\ -\xd1\xb9\x2a\xbf\x63\xbb\x96\x51\x6d\x2e\x46\x77\x21\x02\x0c\x82\ -\x4f\xe4\x14\x97\x8e\x6a\x31\x1c\xc6\x09\x35\xdf\xd5\xdc\x62\x01\ -\x68\x64\x91\x2d\x23\x35\x21\xbd\xae\x3f\x8f\x2c\x83\xbf\xa1\x51\ -\x0a\x79\x03\x44\x97\x6f\xf4\x82\x9b\x90\x76\xae\x56\xea\x9e\xc2\ -\xac\xf4\x14\xa1\x8e\x30\xbb\xc7\xba\xf5\xc2\x90\x2f\xb7\xd9\xa6\ -\x68\xba\xf2\x10\xb7\x08\x8d\x64\x99\x45\x83\xea\x7e\xda\xe6\x9f\ -\x07\x97\xf5\xc4\x4c\xd6\xea\x62\xc3\x5e\xc6\x1f\x3c\x9b\x2b\x65\ -\x1a\x3a\x15\x09\xbd\x98\xe0\x73\x0c\xcd\xb9\x18\xe4\xa4\x18\xa0\ -\x55\x87\x18\xb8\x36\x65\xb5\xa9\x7b\x8a\x26\xdb\x22\xfe\xa0\xf4\ -\x39\x47\xa0\x34\x1f\x1b\x6d\xd3\x52\x9f\xcd\x72\xb5\x81\xd6\x39\ -\xdb\xe2\xa4\x00\x00\x20\x00\x49\x44\x41\x54\xb9\x3c\x8d\xe8\xb5\ -\xf6\x24\x51\x59\xa3\xa6\x1f\x09\x73\x5b\x06\x0b\x88\x61\x69\x43\ -\xb1\x0f\x93\x65\xbe\xa2\xb0\xf6\x29\x94\x46\x73\xa4\xea\xce\x43\ -\x14\x94\x21\xa9\x53\x1f\x82\x8a\x03\x3d\xf3\x8c\x0b\x19\xc5\x44\ -\xda\xf5\x9b\xd8\x5f\x87\x54\x59\x4d\xbc\xe5\x09\xf9\xb5\x5a\x55\ -\xbc\xa4\x0e\x73\x89\x95\x90\x77\x13\x3d\x42\x14\x07\x8a\xff\x85\ -\xaa\xd2\x61\xd9\x76\xac\x8b\xb3\x48\xe4\xaf\x85\x15\xea\x03\x37\ -\x12\x30\x6c\xd2\xa9\x2a\x5b\x89\xd1\x40\xc1\xaf\x71\xae\xff\x0d\ -\xd7\x77\x95\xa9\x85\xdb\x31\x3b\xb5\x58\x3a\x9a\xc1\x90\x8a\xdc\ -\x5a\x02\x5b\x52\x79\x6e\x19\x00\xfd\x1f\x59\xcf\x80\x71\xdc\xff\ -\x92\x7e\x53\x4e\xac\x14\x19\x32\x4e\x3b\x13\xfb\x4f\xc6\x71\x3f\ -\xf6\x20\x03\xf3\x04\xd4\x34\xe1\xff\xae\xeb\x8f\xaf\xdb\x70\x8a\ -\xed\x7c\x32\xb7\xf7\x17\x6a\x97\xb3\xe7\x90\x89\xbe\x14\x1c\x88\ -\x7c\x65\x43\xe0\xb4\xdc\x0c\xae\x72\x5a\x70\x1b\xdc\x74\x0e\x93\ -\x3d\x10\x2b\x3e\x8a\x3c\xcf\x94\x5b\xf5\x73\xcc\xbf\x6a\x6a\x75\ -\xec\x21\xd7\x41\x43\x3b\xce\xe9\x0a\x04\xe6\x49\xe1\xc9\x7a\xe2\ -\x0e\x5b\xf2\x33\xa7\x86\x8c\x49\x4c\xc9\xd6\x55\x8e\x83\x83\xca\ -\x16\x72\x85\x1c\xf2\xd5\x84\x1b\xdc\x4f\xc7\xbd\xd1\xf0\x27\x85\ -\x7a\x82\xff\x32\x48\xc1\x22\xb7\x8d\x85\xa4\x44\xef\x8b\x78\x30\ -\x2a\xf0\xda\xf9\x5a\xda\xd1\xec\xde\x41\x01\xb7\xe1\x4c\xe8\x24\ -\x07\x1b\x03\xdf\xd9\x74\x36\x2a\xdd\x51\xca\x56\x05\x69\x3a\x07\ -\xe3\x70\x66\x3c\xf7\xf1\xf7\xf7\xd0\xe9\xee\xca\xf6\x72\x74\x57\ -\x8b\xb2\x6f\x7a\x4f\x43\x18\x22\xfa\x98\x46\xc4\x01\x9c\x0f\x0f\ -\xba\xa4\x15\x5a\xcf\xa6\x23\xcf\xd2\xfb\xe3\x55\x2e\x87\xaa\xb9\ -\xd7\xad\xc7\x5a\x9c\x99\x6c\xc7\x2c\x0f\x86\x86\x19\x18\x6e\x7a\ -\x13\xad\x45\xca\x41\x96\x0c\x9d\x96\x37\xdb\x56\x7b\xc5\x62\x79\ -\x9a\x83\x40\x9e\x68\xeb\x10\xdf\x25\x2b\xbe\x8b\xe8\xab\xc3\x6a\ -\x35\x5d\xd1\x58\xa2\xc7\x40\xd7\xc3\xfc\x7a\xcd\x48\x8d\x34\x9a\ -\x92\x34\x77\x53\x3e\x4c\x80\x08\xec\xdd\xa3\xee\xe2\xd0\x4f\x35\ -\xc2\x29\x0f\x26\x40\xea\x51\x0d\x34\xa5\x4c\x60\xf6\xb4\xe3\xec\ -\x8f\x9c\xa8\x74\x65\x54\x55\xb2\xed\x71\x3b\xf7\x7d\xbb\x55\xfe\ -\x56\xb2\xa5\x44\xd7\x9f\x8e\x7c\x28\x0a\x94\xeb\xc1\x1a\xd9\xa6\ -\xc7\x33\xce\xe1\x32\xeb\x2c\xa1\x1f\xaf\x8b\x24\x18\x39\x41\x89\ -\x75\xa3\xed\xc8\x31\xcb\x78\x90\x30\x69\xe2\x6b\x85\x7b\x33\xb9\ -\xb6\x6a\x68\x43\xc2\x36\x9e\xb4\x25\x04\x8c\xb1\x4d\x4c\x3f\xba\ -\x5c\x1b\x16\xe6\x52\x4c\x90\x49\xba\xb7\x7f\x4f\xac\x49\xc4\x06\ -\x43\x86\x74\x97\x0e\x2d\x4d\x2a\x12\xc5\xe7\xaa\x85\xba\x11\xcb\ -\x5f\xd7\xff\xf3\x7f\xff\x5f\xff\x2f\x13\x8d\xe2\x1d\x0f\xf9\x1d\ -\x54\x24\x7f\x26\x20\x30\x98\xfd\xc1\xf9\xc4\xc3\xcf\xec\xb9\x31\ -\x19\x76\x5a\xcd\x44\x16\xe3\x89\x5c\x28\x05\xd2\xe5\x3f\xdb\xf6\ -\x29\x8d\x8d\xe6\xe6\xa9\x3d\x55\xcb\xae\x71\x38\xfd\x05\x27\x58\ -\xc2\x01\xc8\x48\x49\x8a\xce\x13\x01\x6f\xf1\xfb\x37\xed\x72\xb2\ -\xc3\x96\xb1\x17\xa0\x8e\x81\x2c\x5a\x3b\x4a\xb8\xe7\x29\x59\x89\ -\xc8\x85\x24\xf8\xa7\x79\x1c\xfa\x37\x5d\x24\x45\x4b\x30\x6e\xaf\ -\xfc\x3b\x1d\x55\xc0\xc8\xa2\x0a\x52\x22\xa2\x15\x6e\x2f\x4c\x44\ -\x6b\x79\xc0\xb0\xac\x62\xa0\xff\xee\x5f\x62\xa0\x29\x31\x07\x2c\ -\x19\x9b\x6f\xe6\x1b\x70\x68\x85\xc8\xc2\x08\xe3\xb0\x15\xcd\xa0\ -\xe0\x33\x35\x5c\x65\xc3\x26\x13\xd3\x4b\xb2\xb8\xbe\x4c\x0a\x76\ -\xf1\xa9\x59\x53\x73\xda\xce\x75\x5d\x74\xdb\xa7\xf2\x47\x28\x9c\ -\x6b\x34\x39\xc0\x9c\xc5\x60\x23\x16\x2c\xb1\xa8\x83\xbe\xb2\xf9\ -\x6e\x19\x4e\x64\x9b\xe5\xf5\xbf\xae\x9f\xff\x8f\xb1\x7f\xdb\x92\ -\x1b\xc9\x91\x86\x51\x03\x9c\xa9\x9e\xf5\xbf\xff\xab\xee\xf9\xaa\ -\x32\xe8\xc0\xbe\xc0\xd9\xc9\x50\x4f\xcd\xea\x51\x77\x49\xca\x8c\ -\x24\xfd\x00\x18\xec\x80\xad\x1b\xc4\x48\x4a\xe9\x30\x16\x21\x72\ -\xf5\x67\xfb\xfa\x31\xed\x62\x2b\x74\x95\xc5\xc6\xe0\x0c\x47\xf8\ -\xdd\x4e\x96\x8c\xba\x72\xaf\x5f\x77\xe8\xa6\xb2\xb0\xc6\xe5\xd9\ -\x18\xdb\x25\x68\x5e\xf6\x38\xdd\x94\xe9\xc7\x35\x53\x17\x36\x37\ -\x4b\xdb\x68\x09\x54\xf2\xf2\xbc\xc3\x39\x48\x74\xd8\x35\xc7\x7b\ -\xb8\x71\x23\x5a\x83\xd2\x8e\xa1\x51\x36\x25\x79\xd1\x39\xd4\x6c\ -\xbc\x66\x91\x6d\xb6\xa3\xe9\xe6\xe7\xeb\x37\x42\x86\x49\xd3\x65\ -\x4d\x11\x5c\xf7\x70\xc8\x72\x81\x7e\x20\x5b\x49\xc3\x89\xa6\xcf\ -\x04\xe3\xda\xf7\x07\x47\xa0\x71\xb8\x44\xed\x71\x98\xa2\x65\xdd\ -\x80\x80\x2d\x1f\x6f\x50\x38\xef\x0b\xd1\xd8\xb3\x18\x6e\x9c\xb3\ -\x80\x71\x7c\xd7\xa9\x7e\x04\x69\xd9\x68\x6a\x99\x3b\x02\x7c\x52\ -\xc0\xaa\x8e\x32\x6b\xcb\x76\x23\xfc\xde\xff\xa6\x76\x27\xff\x13\ -\x1e\xbd\x6c\x5a\xb6\xfc\x1d\xd1\x2c\xe2\xe2\x80\xbd\xe5\xd7\xcd\ -\x1d\x14\x17\x5f\x07\x5d\xca\x5c\x89\x82\xfb\xd3\x69\x44\xcc\x0c\ -\x62\x6b\x18\x42\x86\x4f\x45\x88\xcd\xe2\xde\x1c\x9a\x34\x5d\xe8\ -\x6a\x7a\x60\x00\x80\xd0\xed\xe6\x42\x5a\x14\x61\x22\x28\x2f\x13\ -\x7c\xab\xe4\x7f\x7a\x13\x14\x88\x9f\xe5\x50\xf1\x03\x59\xef\x1a\ -\x0c\x39\x8c\x3f\x2a\x48\x5c\x2d\x27\x4d\x35\x35\x43\x76\xb1\xc7\ -\xf9\xcf\xd8\xba\x8f\x22\xdf\x90\x59\x76\xda\x87\xb0\xab\x68\xc8\ -\xe8\x8f\x61\xd8\xe1\x7a\x79\x5b\xfd\xea\xb6\xde\x1e\x2c\x7e\x8b\ -\x38\x1d\x96\x70\xcb\xc7\xe9\x5d\x7e\xe6\xfa\xcf\x9a\x46\x64\x7b\ -\xe7\x73\x5d\xc4\xe0\x15\xe6\x20\x84\x45\x0b\xa2\x9f\xc3\x38\xc8\ -\x3e\x47\xac\x3d\x91\x5f\x07\x63\xb4\x74\x9b\x44\x58\x7c\xd9\xe7\ -\x4f\x97\xc3\x30\xaa\x38\xf4\xaf\x7a\xb7\xe7\x3f\x9b\x65\xbb\xac\ -\x3f\xb5\x7f\x47\x63\x26\x6e\x7c\x74\x57\xe1\x76\x68\x5a\x6b\x72\ -\x1b\xae\xa1\x3c\x5c\xc9\x08\x8a\x3b\x5a\xda\x88\x29\x40\x64\x3a\ -\x4d\xfd\x6f\x5f\x97\xe1\x0e\x46\xb4\x3c\x07\x4f\x1f\x93\xaa\xf8\ -\x73\xf7\xfd\x6f\xfe\xbe\x21\xb9\x7b\x84\xf1\x6a\xa7\x29\xba\x95\ -\x77\x0f\xd3\x14\xcf\x81\x39\x59\x29\xf1\xef\x04\x36\x81\xb6\x3d\ -\xe9\x46\x25\xae\x23\x12\x91\xba\x77\x94\xbd\x31\xe7\x66\x28\x04\ -\xdc\xfb\x37\xef\x92\xf8\xba\x0c\x06\x79\xcc\x0b\x49\xdc\x65\xa8\ -\xaf\x13\xda\x55\xd8\xd9\x19\x77\x87\x1c\x20\x47\x9e\x4c\x34\x83\ -\x7c\xd3\x58\x83\x18\x72\xff\x33\xee\x9f\x74\x38\x14\x7b\xa7\x37\ -\x89\x7f\x74\x02\x2d\xdb\xf7\x16\x03\xc2\xb8\xd6\x85\x8f\x37\x34\ -\x96\xfb\xc3\xa5\x62\xf1\x1a\xc2\xee\x77\xf5\x2c\xc0\x46\x79\x54\ -\x9b\x36\x0b\x3e\x71\x73\xe6\xf9\xd1\xcf\x7b\xc5\x76\x9d\x8a\xe6\ -\xa4\x0a\x5a\xe0\xa2\x78\xa3\xd2\x27\xa6\xf6\x7c\x7d\x7d\xf9\xfd\ -\xce\x71\xe6\x77\xcb\x69\x26\xec\xfd\x8f\x83\x85\x8e\xf8\x07\x50\ -\x4f\x36\xf1\x15\xcc\x86\x49\x55\x70\x2d\xae\xcf\xc0\x53\xfb\x68\ -\xae\xd3\x97\x03\xd2\x16\x98\xbe\xf7\xed\x67\xbf\xb4\xfc\x4f\xdf\ -\x13\x4d\xcf\x48\xa8\xe9\x6b\x50\xb6\xc5\x1b\xa3\x04\xab\x61\x5a\ -\x38\x26\x36\x23\x12\xfd\xf8\xb6\xd1\x46\xc7\xad\xf5\x7c\xcb\xdd\ -\x5c\x62\xd5\xdf\x81\xff\x19\x06\x6e\xfd\xd7\x35\xed\x7e\xbf\xe7\ -\xda\x74\xba\x5b\x3c\x7f\x2d\x33\x97\xb8\x2f\xcd\x75\xd1\xd6\xbe\ -\x06\xbd\x89\x66\x6c\x40\xaf\x7f\x53\x26\x02\xce\x89\x7c\xdc\x2f\ -\x0c\x9e\x36\xf2\x6a\xae\xc3\xbf\xf2\x71\x40\x61\x4d\x70\xd3\x5f\ -\xc9\x47\xe2\xf9\x2c\x77\xaf\x55\xdc\xfb\x17\xfb\xde\xd8\x7a\xe3\ -\xb3\xff\x31\x87\xe4\xb5\xc0\xd7\x85\xb5\x2e\xbf\xdb\x22\x47\xf4\ -\xb6\x3b\x44\x35\xef\xf6\x0e\x0a\x6d\xbd\x1d\xdc\xa9\x3b\x43\x5d\ -\xc3\x05\x08\x7e\x3f\xff\xeb\xfa\x37\x4a\x6d\x3e\xf1\x02\x2e\xb6\ -\x9c\x34\xfd\x2d\xb3\xe2\xa0\x04\xea\xce\xe9\xf2\x2d\xff\x66\x09\ -\x11\x53\x51\x22\xb6\x86\x1a\xc0\x47\xff\xc5\x96\x8d\xdb\x29\x86\ -\xc3\x3c\x8b\x19\xba\x5b\xfd\xe5\x9b\xe0\xf2\x88\x22\xfe\xf9\xc1\ -\xef\xfd\x9b\xd6\xeb\xa4\x84\xc5\x0b\xeb\xb2\xbb\x01\x6b\x81\x3e\ -\x0a\x62\xc6\xcd\xdb\x83\xb4\xed\xd7\xeb\x6d\x34\xd8\x5d\x68\x6c\ -\xe2\xf0\x7d\xec\x49\x4d\xd8\xb8\xb7\xdb\x5f\xf2\x0b\x6d\x4f\x4b\ -\x37\xb2\x77\xc4\xbe\x6e\x9f\x18\x94\x1e\x23\xa9\x40\x8e\x2a\xd3\ -\x45\x73\xcc\x97\x97\x3c\x0d\x24\x13\x8e\x30\x4e\x04\x89\xd2\xce\ -\xf1\x49\x88\x7a\xff\x99\x4f\x67\xb5\x1c\xe5\x86\x31\x67\x13\x6a\ -\xc6\x85\xc7\xda\x6c\x51\x99\x5c\x70\x2a\xad\x58\x2c\xe4\xa0\xe3\ -\xc0\x16\x6c\xec\x1c\x7e\x47\x99\xd2\x3a\xd5\xa1\xd8\xd5\x6c\x9b\ -\x99\x03\x15\x2c\x41\xf9\xd4\x02\xb1\x99\x49\x50\x13\x6f\x13\x4d\ -\x84\x16\xd3\xc9\x67\xad\x9f\x14\xfa\x46\xe1\x5a\x48\x03\x0e\x4a\ -\x9c\x7a\xb6\xd2\x6a\x63\xf7\xe5\xda\x2d\x47\x63\x65\xcf\x04\x72\ -\x7e\x26\x97\x77\x3b\xd3\xb3\xe8\xeb\x34\xd2\x70\x4d\x7c\x2b\x08\ -\x29\x52\xcb\x9b\xb9\x43\x16\xf8\xe1\x44\xe9\x66\x07\xa9\x0b\xca\ -\x91\x32\x25\x9f\x3f\x7e\xaf\xe7\x37\x45\xc8\x22\x93\x66\xa2\xca\ -\x49\xd7\xb0\x00\x5a\x37\x16\x01\xbd\xa2\xcb\xfa\xd0\x2e\xbe\xb9\ -\x59\xad\xcc\x9b\x3a\xcd\x13\x54\xad\x20\xe8\xce\xe3\x95\x4a\x8f\ -\x81\x5c\x47\xee\x19\x94\x1f\x53\xca\xd8\x7f\xc1\xfd\x47\x58\xf2\ -\xba\x39\x4b\x52\x0a\x23\x48\x2f\xa7\x20\x95\x3c\x5f\x36\xc8\x32\ -\xdc\xd1\xe8\x95\xfb\xcd\x6d\x2a\xd5\x68\xa0\xa3\xb0\xf2\xcb\x8d\ -\x7b\xd1\x55\xe8\xa2\xbd\xcb\x7b\xe8\x3a\x44\x26\xea\xdd\x29\x0f\ -\xe7\x34\x33\xd6\xe0\xe5\x13\xd7\x73\xd6\xc7\x41\xdd\x5b\xd7\xeb\ -\xd7\x49\x04\x3c\xa8\x44\xe3\x79\x36\x17\xaf\xc5\x07\x3d\xea\x9c\ -\x0c\x51\xed\xd7\xf6\xfb\x2b\x27\xa0\xd3\x4e\x16\x61\x85\x1b\xb4\ -\x11\xfa\xa9\x62\x25\xad\xbe\xb9\x21\xf6\xab\x15\x75\x9e\x15\x16\ -\x11\x00\x01\x66\x85\xa5\xb8\x16\x4a\x98\x51\x6b\x2c\xcd\x4a\xdc\ -\x27\x81\x52\x3b\x3f\x03\xaf\x23\x6e\x81\xe6\x7e\x38\x27\xae\x65\ -\x29\xec\x13\x9b\xa6\x17\x8c\xa9\xaf\x4d\x5f\xe5\xc1\x68\x98\xb4\ -\x96\x43\x2f\xe9\xa1\xb7\x39\x3d\xf6\xf7\xb5\x1a\x75\x0a\x3e\xf1\ -\xc6\xb0\xe4\xbd\x06\x45\xc6\x80\x9e\xdd\xa6\x35\xab\x68\xa3\xa8\ -\xe9\x86\x72\x73\xe5\xd3\xce\x9a\x38\xf6\x21\x75\xad\x92\x3c\x4c\ -\x69\x28\xc2\x66\x5f\xce\x40\xdb\xc3\xcf\x49\x54\xa7\x22\xf1\x8b\ -\x6b\x5d\x2f\x9e\x68\xb4\xec\x78\x4c\x16\x22\xde\xa1\x4c\x35\x08\ -\x9d\x7b\xc8\x47\xac\x41\xbf\xfb\xa3\xe1\x0d\x00\xa7\xef\x93\x42\ -\xc8\xe3\xc5\x4a\xd1\xdf\x3a\x80\x17\x9f\x5f\xbb\xe3\x2f\x40\xb8\ -\xbc\x50\xbd\x9d\x7a\xe7\xcf\x4c\x0a\x69\x27\x5a\x58\x57\x20\x20\ -\x3c\x4d\x2b\x44\xbf\x98\x40\x71\x52\x93\xdf\x34\xc2\x23\x3f\x92\ -\x60\x1a\xe1\xc4\x72\xeb\xdf\x67\x9c\x0d\x3b\x75\x0b\xbb\xc5\x52\ -\xb8\x16\xc3\xd7\x7f\xaf\x4d\x3a\x5d\x4d\xc4\x72\xec\xd8\x9d\x62\ -\xcd\xda\x5c\xdb\x14\x05\xf8\xf3\xf3\x3f\xf3\xdd\x42\x21\x7a\xa7\ -\xf6\x6d\xad\x0a\x1d\x1f\x51\x31\x22\xb6\x4e\x81\x0c\x7b\x2d\xca\ -\xb5\x1e\xb9\x58\xd3\xd1\x75\x4c\x40\x99\x07\x5d\xaf\xd3\xd8\xca\ -\x2c\xc1\x6b\x1e\xb9\x1d\xe8\xea\x54\xac\x1f\xdc\xf7\xfd\x34\x12\ -\xd9\x62\xe1\xd8\xb4\xa0\x8b\xda\x9d\xbe\x2a\xca\xc2\xcd\x33\xae\ -\x45\x46\x31\x93\xa9\xd7\x4d\x5f\xc8\xd3\x34\x65\x38\xf5\xe2\x61\ -\x1a\xd6\xa7\x73\x23\x5c\xbb\x65\x5a\x9d\x74\xc6\x3c\x53\xdc\x65\ -\x35\x35\x44\x09\x08\xca\x00\xf7\x4d\x8f\xe4\x20\x1d\x49\xb3\x16\ -\xa1\x61\x60\x23\x61\x81\x7f\x52\xd3\xe3\xcc\x5f\xd7\xc3\xa0\xeb\ -\xa5\xd8\x6e\x2e\xbd\x64\x39\x5d\x9b\xd2\x1e\x3e\x1d\x4c\x85\x87\ -\x7e\xb0\x42\xc7\xd7\x83\x42\x0a\xd7\x1c\x33\x3b\x20\xa5\x2f\x67\ -\x07\x08\xb8\xfe\x64\x26\x56\x97\x10\xa0\xed\xaf\x87\x3d\xfa\xcb\ -\x59\xa7\x6a\x10\x50\x3e\xbf\xed\xce\xb2\x0e\x86\x2f\x50\xca\x56\ -\x54\x63\x4a\xa4\x59\x17\x9f\x71\x25\xa1\xb3\xfb\xdc\x1f\x1b\xb4\ -\xf0\x95\x53\x26\xa2\x6b\x7c\x9f\xbd\x37\xe4\x73\x1f\x6e\xe0\x94\ -\x54\xc2\xfb\xbe\xa1\xf7\x6e\x19\x6e\x46\x7b\xc4\x62\xfc\xe7\x3f\ -\xf6\xfb\xd8\x7e\x5f\x71\x39\x08\x12\x2c\x47\x95\xf8\x82\xea\xc7\ -\x98\x55\xde\x0c\x5f\x5d\xd7\x91\xa8\x0c\x4d\x7e\x75\x7f\x90\x67\ -\x0d\x1c\xe3\xb0\x2a\x96\x6d\xd4\x18\x66\x06\xec\x28\x91\x71\x57\ -\xbb\x45\xe6\x86\x12\xcc\xa6\xf4\xc8\xef\xc9\xc5\xc2\x04\xd6\xcb\ -\x2d\x0e\x3f\x53\xc4\xec\xb0\x23\x61\x81\x1d\x79\xda\xdb\x10\x74\ -\x5a\x57\x5e\xb4\xa7\xb0\xb0\x77\xd3\xc6\xab\x5e\x53\x5c\xed\x1a\ -\x03\xf2\x29\xcc\x6a\x8e\x27\x71\xd1\x12\xe8\xab\xae\x41\x43\xe0\ -\xe2\x9b\x11\x49\xcf\xa2\x44\x23\x56\x06\xaf\xfa\x4b\xa4\x65\x94\ -\x42\xe7\x83\x46\xa8\x83\x68\x1b\xf3\x1f\x7a\x9b\xa4\x36\xc2\x43\ -\xec\xb4\x50\x40\x65\x4b\x89\x37\x47\x31\x19\x2f\x8e\x7a\xd6\x89\ -\x0b\xc6\x73\x44\x1f\x5a\xcf\xe6\xfe\x92\x96\xad\x12\xe6\x0b\xec\ -\xa8\xc5\xe5\x42\xc4\xb4\x41\xf2\x0b\x41\x87\x0b\xcc\x1b\x05\xc9\ -\xc4\xd5\xda\x6b\xf0\x74\xa4\xe1\xb4\xda\xfe\x7b\x03\xfc\x34\xf4\ -\xe8\x59\x59\xa5\x41\x53\xa6\x94\x3d\xb2\x3f\x57\x22\x0c\x5a\x80\ -\x35\xf7\x2b\x2f\xf3\xf8\x60\xb2\x19\xb4\x62\xda\xc7\x3e\x85\x6c\ -\xd3\xc6\x10\x51\x2a\x5e\x4d\x57\xca\xe9\xee\xa4\xf1\xf5\x0a\xa6\ -\xbc\x78\x4f\x63\x8b\x08\x09\x86\xe2\x9d\x52\x70\xd0\x0b\xa2\x80\ -\xe9\x79\x0f\x96\x63\x45\xa3\x49\x1e\xf4\x8b\xc8\xf0\xa1\x27\x1d\ -\x65\xc1\x26\xd2\xdf\x40\x95\x5e\x58\xbe\xbe\xe7\x7e\xb8\x07\x62\ -\xe5\xd4\xd6\x85\x37\xbe\xfa\x53\x6f\x10\xe3\x79\x91\x19\x19\xd0\ -\xed\xe2\x7b\x73\x1e\xa8\x6d\x4e\x76\x20\x53\x5f\xe8\x0d\x1d\x3f\ -\x28\x22\xf4\xaa\x0b\x19\x80\x8b\x72\x03\x54\xf4\xdd\x6c\xa2\x3f\ -\x0b\xa7\x1f\xbd\xbd\xb3\x74\x72\xe4\xca\xdd\x08\x3b\x78\x7d\x64\ -\x15\xe1\x4b\x11\x19\x7d\x71\xcb\x4b\x69\x74\x29\x2b\x5c\x74\x9c\ -\xd9\x0f\x7d\x84\x37\xe4\x73\x3f\xd0\x00\x6b\x92\xe2\x9b\x4d\x43\ -\x07\x39\xf0\xca\xf5\xe7\x2c\xd2\xfa\x8c\x0a\x43\x93\x35\x35\x69\ -\xfb\xd5\x84\x63\xb5\xc6\xe8\xad\xf0\x88\x62\x9d\xd2\x96\xfc\x60\ -\x5c\xc8\xae\x46\x72\x34\xfe\x0d\x79\x1e\xe7\x88\x4d\xe5\xba\x05\ -\x38\x5e\x94\x26\xf6\xf3\x1f\x99\x65\xf4\x74\xcf\x33\xc4\x59\x9e\ -\xea\xa5\xee\x98\xf9\xe2\x26\x56\xae\xbb\x6b\xfc\xbd\xb8\x3b\x3b\ -\x4d\xea\xa4\x30\x85\x36\x93\x41\x50\x59\x15\xa6\xea\x80\xc0\x3b\ -\x08\xf0\x5d\x63\xf8\xdc\x0f\xed\x24\xf1\x89\x8b\x1c\xe0\xca\x34\ -\x69\xa2\x57\x9a\x75\x3e\xef\xa6\xb7\xea\xb9\x52\xdd\x61\xf0\xbb\ -\xd6\x91\xc6\x7d\x00\xbc\x67\x6f\xce\x75\xb2\x12\xe8\x49\xc0\x29\ -\xe9\xa3\x2f\xb4\x6c\x9f\x66\x0b\xe9\x98\xa8\x33\x11\xb6\xd2\x31\ -\xad\xc4\x71\x86\xda\xff\xb1\xc7\x3d\x58\xe8\xb2\x37\x57\x58\x61\ -\x21\x74\x08\xfe\x57\xd3\x76\xc9\x6b\xc3\x1c\xf5\xd2\x45\x97\x0f\ -\x2c\xe3\xe7\xbf\x73\xaa\xb3\x00\x88\xae\x06\x27\xd3\x63\xcf\x2a\ -\xa6\x8b\xe7\xd9\x84\x72\xa7\x11\x8e\xe7\x1d\x4f\xea\xa7\x8a\xee\ -\xa8\x1f\xb6\x64\xd0\x6c\x68\xd5\x82\x26\xa5\x7a\x38\xe3\x45\x09\ -\xcf\x34\x00\xbb\x0c\x98\x1f\x53\x18\x9a\xb4\xc1\xc8\xd7\xcb\xe8\ -\x45\x1d\xfb\x39\x26\xaa\xa7\x1e\x29\x68\xb2\xd9\xca\x1e\x8d\x0b\ -\xa3\x39\x5d\x46\x91\x4e\xfa\xa2\x53\xb7\x59\x91\x88\x67\x5a\x92\ -\x3e\x87\x0a\x2d\x30\x5d\xe4\x4e\x6d\xdf\xdf\xf6\xd9\xe9\x8e\xfc\ -\xbd\xe1\xba\xb1\xae\x2b\xa5\x38\xa4\xdd\xce\xde\x9a\x84\x0b\x57\ -\x6b\x68\xf7\x63\x8d\x31\xe8\x00\x9e\xca\x1c\x42\x58\xf1\x1f\x5c\ -\x99\x27\xc8\x8a\xa4\x5a\x07\x49\xe9\x6e\xd3\x6b\xf2\xff\x74\xcd\ -\x54\x9f\xf3\xda\x59\x11\xa6\x55\x77\x6a\x9d\x98\x19\xfb\x5a\x65\ -\x3c\xa7\x8c\x75\x6b\x4e\xc2\x24\xfc\x12\x12\x61\xad\x86\x3f\xf5\ -\x68\x10\xf7\x38\x80\xbb\x26\x7a\x68\xb4\xc7\x3d\x74\xaf\xc0\x15\ -\xcc\x2b\x76\xcd\x32\x73\xca\x23\xca\x28\x64\x81\xc1\x10\x1f\x3c\ -\xa8\xf2\x43\x43\x16\xf9\x67\x2a\xcf\xfd\x7f\x75\xc4\x71\xe4\xad\ -\x84\x87\x83\x68\x21\x95\xc4\xdf\x27\x57\x87\xfe\x08\xe1\x87\xcf\ -\xeb\x41\x2f\x14\xbd\xfd\x10\xa5\xe4\x58\x86\x52\x49\x68\x83\xda\ -\x84\x29\x36\x30\x93\x59\x26\x4e\x5a\x83\xb9\x41\x49\x33\xab\x50\ -\x77\x9b\x09\xc1\x63\x20\x4a\x95\xd8\xed\x34\x27\x4f\xa0\x96\x17\ -\x37\xb9\xbe\xf1\x17\x1b\x62\x2c\xdc\xc4\xdc\xa1\x91\x92\x70\x64\ -\xa1\xa6\x41\x6b\xe8\xa7\x0f\xe1\x76\x3f\xda\x7c\x82\x24\x6e\x63\ -\xad\x3c\xcd\x3a\x94\xc4\x32\x1b\xd4\xb3\x03\xb8\xb4\x5d\x1a\x82\ -\xb9\x40\xaa\x68\x1a\x3b\x3c\x2f\xae\x2a\x3a\x95\x66\xf8\x5e\x2e\ -\x86\x6d\x02\x73\x3d\x02\x4b\x87\x0a\x5d\x91\x76\xd1\xda\x04\xb0\ -\xac\x00\xfd\xd8\xc1\x23\xb8\xb1\x3f\x62\x34\x49\x2a\xfe\xfb\x03\ -\xd1\xde\xf2\x10\xe3\xcb\x10\x73\x6f\x47\xb4\x57\xb9\x1b\xbd\x08\ -\x43\xed\xe0\x95\x17\xb7\x21\x8c\x09\x49\xc7\xcf\xc5\x69\x6a\x7d\ -\x22\xd7\x8b\xc6\x2e\x50\x64\x66\x6c\x2c\x1b\xe1\x07\x8f\x99\x18\ -\x4a\x66\xad\x1e\x74\xc4\x44\x9a\x55\xbf\xea\x58\x3a\x62\x3b\x51\ -\xe1\xdb\x4d\x4e\x56\xa2\x36\xdd\xe0\x80\xd4\x5a\xcd\xf8\x59\x46\ -\x50\x2c\xd3\x08\xc6\xac\x64\x71\x71\xae\xb2\xa6\xc8\x55\xdb\x65\ -\x54\x48\x25\xb9\x58\x1f\x8f\x62\xb0\x34\x65\x15\x48\xfc\xd4\x41\ -\xbd\xeb\x3f\x1e\x93\xbd\xa0\xee\x30\x79\x51\x41\x69\xae\xf1\xfd\ -\x72\xd1\xaf\x9c\xf6\x73\x7a\x79\xb5\x26\xe9\x11\x1e\xce\xec\xda\ -\x1d\xcb\x64\x3d\xc5\xc7\x61\x17\xff\xf5\xe2\x6a\x4d\xd5\x69\xc8\ -\x11\x3a\xc7\xe1\xea\xc4\x78\x8a\xc7\xff\xe6\x98\x44\x33\xac\x15\ -\xa1\xa3\xea\x45\xb2\x5e\xe8\x19\x5f\x39\x7d\xf4\x7f\x71\xb1\x7c\ -\x75\x4a\xb5\x80\x5b\x05\xf1\xf6\x86\x32\x34\xad\x95\xab\xb7\x5f\ -\x8b\x67\x19\xdb\xbf\x67\xfe\x74\xaa\x98\xfd\xfe\xfd\x5f\x8b\xde\ -\x30\x87\xd8\x78\xea\x34\xba\x21\x44\x37\xc3\xef\xc0\xc5\xc8\xdf\ -\x7b\x35\x44\xe8\x56\xf3\xcf\xc9\x77\xbc\xfb\x3e\x51\xb0\x3f\xc7\ -\xa3\x10\xb3\xb5\xc1\xcd\x38\x65\x1b\x3d\x9b\xa6\xc6\x68\xae\xc1\ -\xf5\x97\x02\x89\x66\xc3\xf5\xb2\x47\xde\xce\x8d\xf1\x0c\x97\x1e\ -\x23\x6b\xa9\xc9\x4a\x0a\x28\xf4\xd8\x73\x94\xcd\x76\x00\x7d\xe1\ -\xa8\xc9\xa4\x0f\x9d\xea\x09\x2c\xbc\xad\xdb\xf3\x7d\x96\x31\x0a\ -\x3d\xe8\xcd\x81\x9a\xef\x2d\x8f\xfd\x36\x18\x75\x00\x56\xa0\xe9\ -\x82\x66\xc9\xde\x59\x08\xae\x79\x3b\xcf\x55\x8d\x95\xc2\xaf\x8e\ -\xb0\x76\xaf\xee\x31\x7d\x08\x58\x33\x9f\x63\xd3\xcd\x96\x47\x45\ -\x0f\xd5\xc6\x30\xa6\x32\xf6\x1d\xe7\x79\xa9\x14\xeb\xb3\x1a\x87\ -\x94\x2b\xf8\xdd\x97\x1a\x42\xff\xfd\x45\x57\x16\xb3\x22\x37\xe8\ -\xfa\x53\x77\xb4\xee\x87\x23\x66\xe6\x8f\x1d\x60\x23\x79\xa2\xaf\ -\xca\x69\x1c\x33\x0d\x35\x18\xa7\xa1\xc0\x59\xbb\x11\xfe\x7a\xf4\ -\xb5\x49\xa3\x2d\xa5\x6e\x95\xfe\x12\x9c\x7b\x9c\x5f\xa7\xb1\x94\ -\xca\x9e\x6b\x2f\xc0\x6c\x2d\x46\x83\x78\xf3\xc5\x2b\x1c\x07\x29\ -\xd9\x0f\x9d\x82\x1a\xa1\xe6\x44\x4f\x56\x4c\xe6\xbf\xe9\x4a\x2a\ -\x71\x50\x81\x4d\x1b\x75\xa7\xab\x9d\x40\xa7\xeb\x25\x6d\x67\xe1\ -\x84\x0e\xdf\x26\xff\x71\xbf\xb2\x36\x46\x47\x80\xac\x34\xf3\x5c\ -\x4f\x03\x17\x55\xb3\x7b\xb7\x9f\x43\x41\xb0\xf8\x15\x6e\x13\xcf\ -\xae\xd3\x4c\x77\xb9\xeb\xcf\x6b\x22\x40\xd6\xbb\x41\x45\x57\x1a\ -\x2e\x86\xa9\x39\x5a\x3f\x6d\x0f\x4e\x63\x0b\xc2\x02\x5d\xe6\x2b\ -\x60\x5f\xcf\xdf\xc1\x62\x77\x15\xbc\xac\xd6\x65\x1d\xba\xeb\x71\ -\x26\x48\xe8\xe3\x31\x26\xd5\x1d\x58\x9d\x8e\x79\xb7\x4f\x34\x5d\ -\xd3\x1a\xde\x0e\x37\x32\x6c\x9c\x15\x03\xe0\x20\x2d\x7d\x3c\x1a\ -\x10\x17\x7b\x23\x72\xf3\x94\x3e\x6e\x16\xe3\x5f\x07\x11\x63\xa7\ -\xc3\x6c\xeb\x6e\x9f\xe7\x27\x6b\x39\x1e\x14\x7a\x34\x47\x4a\x63\ -\x75\xed\x04\x82\xf6\xd6\xca\xe9\x0c\xc9\x05\x36\x64\x5b\xa5\x2f\ -\x7b\xe3\xea\x2f\xbe\x2c\xb1\x5b\xd6\x84\xd2\x6b\xf7\x7d\x06\x9e\ -\x81\x9a\x13\x0b\x15\x52\xcd\xce\x1d\x3e\xcd\x29\x12\x9d\x93\x99\ -\x89\xb5\x1a\x3a\xd8\x9b\x9c\xe0\x85\xcf\x4b\x81\xc7\xc5\x3a\xc3\ -\xc9\x0e\xf4\x5f\xa6\xb8\xef\x6d\xe2\x34\x2f\x3d\x49\x0e\xaa\x88\ -\xb8\xa4\xa7\x99\x0e\x10\x43\x97\x1b\x67\xd0\xb3\xe3\x0f\xe4\x54\ -\xe4\xc8\x27\xe9\x76\x9d\x64\x0d\x8e\x31\x77\x4a\xb4\x07\x30\xf6\ -\xad\xee\x4c\x75\x01\xdc\x39\xd0\xf9\xff\xbc\x70\xfa\x4b\xea\x77\ -\x68\x90\x38\xc4\x8f\x4f\x34\x4f\xc2\xba\x15\xfa\xda\x9c\x28\x2d\ -\xa8\xdc\xf6\x1c\xc2\x8e\xd8\x14\xf4\x86\x6a\xfc\x4d\xf8\xfb\x22\ -\xc6\x0f\x41\x28\x9a\x0d\x36\x5a\xbe\x04\x1d\x29\xee\x4f\x8b\xde\ -\x8e\x48\x19\x2d\xea\x7c\x9f\x9d\x7e\x17\x13\x51\x21\xb4\x66\xf3\ -\x9c\xaa\x68\x0b\x89\x73\x4d\x12\x3b\x87\x5e\x5c\xcf\xe0\xe1\x7a\ -\x0f\xfb\xf5\x30\x50\xf8\x82\xa8\xf7\xf0\xe2\xe9\xf0\xe5\x28\xf2\ -\xb5\x6c\x82\xe9\x99\x1d\x0b\x48\xf1\x75\xa1\xa3\x47\x11\xa4\xf4\ -\xd0\x2d\x8c\x67\xec\xba\x05\xc8\x4a\xe7\xaa\x7c\xbf\x69\x30\xd0\ -\x2e\x6d\x3c\xc7\xfa\xbd\x50\xfa\x5b\xe1\xac\xa2\x5f\x10\x64\xfd\ -\xba\x26\xc4\x27\xa0\x22\x52\x13\x9b\x1a\x97\xa4\x4d\x7a\x04\x1f\ -\xd6\xc4\xb6\x4c\x29\x4a\x0f\xb9\x5e\x03\xc2\x0b\xa8\xf0\x8b\xcb\ -\x35\x28\xca\x94\x9a\x86\x6e\xbf\xfd\xb0\x3b\x46\x37\xcf\xd1\xc3\ -\xfe\x39\x0a\x5c\xe4\x21\x0c\x6c\xbf\x84\x9c\x5f\x1f\x7e\x36\xf2\ -\x39\x10\xf5\xb3\xc0\x91\x66\xac\x23\xe9\xf8\x56\xe0\xd2\x7d\x50\ -\x0d\x7d\x7d\xe2\xd9\x4c\xbd\x19\xfd\xd0\xa0\x42\x23\x8b\x84\xc4\ -\xf0\xee\xdf\xe3\xec\x68\x0e\x52\xcd\x55\x72\x9a\xe1\xe8\xc3\xd4\ -\xe2\x2d\xdc\x34\x29\x7c\x28\xf4\xf2\xbd\x91\x8b\xe0\xeb\x9d\xfb\ -\x39\x09\x5a\x4e\x45\x2b\x7a\xed\xf1\x7d\x7b\xe6\x07\xca\xf1\x92\ -\x9c\x86\x66\x1a\x95\xa0\x9d\x34\x9b\xed\xfc\xbe\x8f\x11\xb2\x87\ -\xc1\x6f\x73\x4c\x3c\x72\x08\x4f\x1f\xba\x67\x33\xf2\x6d\xa2\xf2\ -\x05\x20\xa0\xd9\x68\xd0\xe1\x5c\x78\x4e\xa8\x9e\x00\xe8\xaa\xec\ -\x31\x2d\x23\x97\x69\x9b\x5e\x45\x9b\x68\x6b\xce\x51\x77\xc2\x39\ -\x3d\xae\x75\xa5\x13\xf8\x1b\xf7\x03\x7f\xc9\xb0\xd3\x67\x6e\x23\ -\x03\x6f\x63\xfb\x44\xc0\xb5\x32\xcb\x92\x5e\x08\x06\x89\xcc\x00\ -\xe5\x0e\xe4\xba\xae\xce\xb4\x1c\x9a\x86\x36\x44\x04\xde\x61\xd4\ -\x20\xad\x99\x8e\xfd\xb3\x5d\xb3\xc4\x47\x04\x06\x06\x10\x90\xe6\ -\x26\xcd\x5c\x84\x76\x9b\x32\x6b\xb9\x2a\x3e\x0d\x69\x78\xc4\x8e\ -\xd4\xb3\x98\x74\x51\x3d\x28\xd4\xe7\xdd\x79\x6f\x9d\x40\x61\xf3\ -\x5f\x78\x73\x89\x3d\xb3\xde\xfe\x66\x72\x1a\x8d\x2e\x2b\x3f\xb2\ -\xf3\x72\x62\xf5\x25\x47\x34\xd9\x08\xfc\x3d\x9f\x14\x07\x3b\xa8\ -\x67\xa2\xce\x10\xd9\xc9\x1a\x40\x6b\x5c\xe2\xfc\xb0\xa0\xea\x36\ -\xf9\xa5\xe6\x00\x3a\xc2\xcc\xa7\x9b\x29\xf3\x99\x33\xe8\x46\x17\ -\x61\xf7\x4f\x52\x60\xf1\xf1\x3c\x39\x28\xd5\x31\x85\xcf\x0e\x0a\ -\xd3\xf0\x27\x8d\x93\xae\xd7\xfb\xee\xac\xa9\x66\x1c\x89\x9b\x3f\ -\x11\x86\x83\x70\x9f\xb0\x50\xd8\xc7\xf7\x4c\xaf\x3e\x99\x12\x1d\ -\xcd\x38\x91\xe6\x99\xfb\x03\x03\x91\x4d\x2f\xbf\xfc\x04\x5d\x5e\ -\x9f\xdb\x67\x8e\xa9\xa5\x90\x07\x31\x0b\xbb\x84\xc6\xe2\x2c\x90\ -\x5a\x3d\xb7\xa4\xd7\x17\xf9\x8c\x37\x9d\x8f\x35\xe2\xcf\x2d\x80\ -\xdf\x34\x16\x11\x81\xee\x1b\x7c\xfd\x58\x23\x2d\x80\xfa\x5e\x64\ -\x37\xbb\xf1\xc4\x64\x67\x39\xed\x71\x5e\x7a\x9b\x68\x12\x0a\x14\ -\x85\x54\x70\x8f\x5c\xbc\xb5\x16\xee\x5b\x71\xef\xcf\x41\x05\xc4\ -\x00\xeb\xe8\x5a\xb8\xa4\x8c\x84\x62\x0a\xb8\x7e\x7e\xcc\xe3\xe0\ -\x22\xdc\x77\x1b\x9c\x28\xda\x7d\xf8\xdc\x64\x57\x4c\x10\xe0\xd3\ -\x93\x41\x1b\x61\x40\xf6\xbc\x9c\x49\xf1\x1a\x84\x1b\x61\xb9\xcf\ -\x0f\x2e\xce\xe5\xe4\x03\xcd\xdd\xc5\xe9\xd7\x12\x87\x9a\xab\x9c\ -\x56\xae\x40\x7f\x18\xca\x29\x2a\x8f\x7f\x6e\xb5\x08\x3e\x66\x06\ -\x2e\x80\xb6\x42\x40\x0f\xde\x27\x2f\xe7\xce\x87\xdb\xe0\xe9\xfe\ -\xd2\x39\xa2\xa1\x2d\x00\x70\x5d\x65\x0f\x1e\x63\xc4\xae\xab\xe1\ -\x30\xe5\x13\x79\xa2\x8f\x52\xf4\xbd\xb7\x66\xc3\xc4\xda\xfe\xec\ -\x25\xc4\xa6\xf6\x7d\x2e\x5a\xce\xe3\x24\xe3\xa3\x73\x08\x1e\xe1\ -\x97\xa7\x1d\xb2\x7c\xe4\x17\x9c\x93\x1d\x3e\x8b\x18\xd1\xd7\x3c\ -\x85\xce\xbb\x1f\x22\x56\x76\x67\xa1\x55\x93\x01\x81\xe2\xb3\x7f\ -\xb1\xf5\xc6\x52\x1f\x95\xee\x3d\xe0\x3f\xd2\x98\x1c\x4e\xed\x93\ -\x1c\x08\xf7\x40\x22\xfb\xa1\xe6\x48\x52\x9a\x91\x34\x81\xf8\xff\ -\xc5\x12\x7b\xe4\x55\xb5\xb0\xe3\x1e\x94\xd8\x27\x88\x76\xc3\x70\ -\xae\x65\x13\x9d\x02\xd7\x5a\xd8\xce\xad\x9d\x17\x47\xd9\x34\xe3\ -\x5b\x2c\x80\x36\xf4\x6a\x14\x56\x85\x6e\x5e\xc4\xb8\x49\xc0\x72\ -\x79\x26\x11\xe5\xa1\x38\xc2\x81\xb7\xf8\xfe\xa4\x44\xd3\xfa\x65\ -\x70\xda\x32\x27\x3a\xe7\x13\x51\x0d\x94\xd9\xb3\x38\x92\x3e\xc8\ -\x6d\x02\xeb\x07\x64\xd7\x2a\xfe\x55\x8f\x88\x1a\xe8\x95\x7d\x75\ -\xc3\x21\x3d\x40\x35\x5c\x92\x86\x2b\xa0\xd3\xb0\x16\xd6\x77\xb4\ -\x9e\x4b\xc3\x45\x28\x0a\x8e\x36\x1a\xa1\x44\x18\x33\x73\x0a\x68\ -\xe3\x39\x59\xce\x96\x35\xdf\xe7\x44\x39\xf7\xfa\x2e\x4a\x5b\x6f\ -\xca\x88\x4f\xca\xc7\x2e\x0a\xc7\x2b\x3d\x67\x82\x3c\xff\x57\xdb\ -\xf6\x91\x3c\x4f\xed\x42\xcf\xcc\xb6\x3f\xc3\x2c\xe1\xa4\x6e\x09\ -\xb4\x6b\xea\xdb\xae\x6a\x9f\x83\x56\xa2\xf1\xa5\xe3\xb0\x73\x37\ -\x72\xc2\xaa\xe1\x38\x32\x55\x78\xb5\x9f\x73\x27\x82\x1b\x08\x30\ -\x33\x1d\x85\x3e\xbf\xd2\x62\x63\x32\xca\xd4\x41\x35\xc9\x29\x9a\ -\x15\xbe\xd1\x5c\xc5\x85\xb7\xe6\x79\x46\xed\x07\xd5\x67\x13\x17\ -\xef\x29\x68\x51\xe1\xe8\x25\xf2\x4e\xd5\x62\xe6\x34\x5a\x28\x5d\ -\xcf\x95\x36\xfc\xdd\x4c\x22\xee\xb1\xf3\x22\xb5\x62\x8d\x5f\x8b\ -\x5c\x55\x49\xfd\x09\xd1\x3b\xa5\x36\xb5\x31\x8a\x57\x6d\x64\xd1\ -\xcc\xbe\xe8\x38\xe5\x9c\x58\x6a\x06\x06\x07\x3a\x1f\xd3\x90\x09\ -\x3a\xfd\xdf\xc0\x10\x71\xd3\x1d\x69\x05\x55\xfc\xb9\xbd\x77\x4e\ -\x14\xa7\x9b\xda\xd4\x6a\x65\xe3\xf4\xd2\x80\x66\xa8\xee\x49\x61\ -\xed\x4d\x6e\xd0\x80\xdb\x2c\x33\x80\x88\x38\xd5\x15\x92\xd3\xbb\ -\xfe\xfc\xec\xf3\xef\xf6\x3d\xab\x31\x8e\xf3\xb0\x9b\x3a\xc9\xc1\ -\x00\x11\xdc\x8d\x52\xe6\x6b\xb8\x35\xdc\xb7\x4e\x7d\x91\xbd\xe7\ -\x35\xa6\x17\x7b\x6f\x07\x50\x19\xb4\xfe\x0c\x8d\x08\xf1\x7a\x07\ -\x9f\xe2\xbd\xd2\x5f\xa6\xc1\xcd\x55\xb6\xd6\x40\x01\xbd\x73\x5f\ -\xbf\x84\xca\x53\x19\x11\xf5\xbb\x26\xc3\xd0\xf3\x9e\xf3\x7d\xb7\ -\xaa\x09\xb3\x09\x0c\x3d\x62\x78\xf4\x0d\x54\x6c\xba\x38\x39\xce\ -\xdf\x05\x02\x2d\x1d\x0e\xb1\xcc\x17\x54\x3e\x90\xdb\x80\x54\x69\ -\x20\x97\x35\x73\xfc\xaa\x7b\x06\xe4\xb5\x3e\x85\x1b\xbc\xd0\x83\ -\x3d\xa0\x55\xe9\x71\x8b\x6f\xb9\xb7\xc5\xa6\x70\x0b\x92\xce\x3a\ -\xa4\xd6\xd7\x5a\xab\xf2\x3b\xc3\x41\x58\xe7\xd9\x77\x39\x85\x0e\ -\x6a\x56\xde\xf6\xdc\xaf\x3a\x17\xf7\xa7\x21\x2b\xf2\x00\xca\x4e\ -\x46\x59\x51\x2a\xb5\x98\x43\x0e\x22\xc1\xa7\x25\x12\xce\x9e\x2b\ -\x18\x5f\xab\xd1\xf6\xd7\x18\x6e\x84\xab\x2b\x2d\x58\xa6\xa7\x78\ -\xd4\x4a\xb8\x4e\xc7\xbd\xa8\x92\x2c\x16\xfa\xc2\xce\x51\xb1\xfa\ -\x95\xb4\x07\x45\x53\x1a\x77\x74\xf0\x96\xc8\xf4\xf1\xd2\xe2\x22\ -\x58\x18\xd8\x82\xcd\xa5\x51\x14\x11\xa7\xf6\xed\x04\x05\xab\xe9\ -\x65\xcb\x1d\x93\xb6\x76\xb1\x9b\xe6\xd1\xfa\x83\x1f\x5e\xf8\xcf\ -\x7f\xfe\x03\xa8\xe2\xbe\xcb\x4d\xf3\xba\x2e\xe0\x2e\x2d\x5e\x10\ -\x03\x44\x2a\xae\x7a\x79\xf6\xaa\xf2\x05\x5a\xbb\x5c\x5d\xdb\xfb\ -\x58\xd7\xc2\xb5\xfe\x58\xdd\x21\x56\x73\x5d\xe3\xb0\x15\x80\x2e\ -\x1e\x05\x37\xbd\x6d\x12\x1e\x11\xf1\x63\xca\xf0\xd0\x02\x78\xea\ -\xb5\x84\xa6\xc1\xed\x73\xc5\x6d\x3c\x5f\x0f\x0d\x4c\x54\xe6\x0c\ -\x4f\x53\x0e\x3a\x9d\x31\x0d\x45\x9c\x96\x46\x26\x38\xe3\xd0\xb7\ -\xe4\xf7\x28\x4e\x75\xdf\x04\x11\xb8\x37\x0e\xb2\x83\x46\x32\x69\ -\x04\xa5\x11\x4b\x8d\x74\xf0\x40\xe5\x3e\x2e\x9e\x9a\x2a\xac\x64\ -\xfa\x52\x15\xef\x28\x9b\x71\xd9\x5d\xc7\xc5\x5f\x02\xe1\x34\x45\ -\xe6\x1b\xcf\x20\xbe\x71\x98\x0d\x47\xca\x3d\xf2\x5d\xba\xb8\x5c\ -\x4e\x3b\xf6\x10\xed\xb5\xf7\x5d\x88\x1e\xcd\xf7\x9e\x97\xe6\x67\ -\x84\x2b\xc2\xc3\xd9\x1e\x97\xb5\x28\x5e\x33\xd3\x72\xf4\x1b\x29\ -\xea\xdc\x9a\xab\xb2\xfb\xed\xe8\x7e\x47\x82\xd6\xe2\x57\xdd\x88\ -\x1c\x0e\x90\xd3\x38\x60\xa5\x30\x39\x1c\xc1\xc2\xc9\x87\xdd\x4d\ -\x50\xfc\x79\x6c\xad\x67\x13\x0d\xc4\x1c\xf1\x63\x20\x21\xa7\x15\ -\xfc\xdf\x90\xbc\x14\xb0\xba\xfd\x68\x8a\x8d\x63\xdf\xbc\xda\xdb\ -\x4e\xf0\xe3\xc1\x8b\x3f\x2f\x50\x8e\x69\x5c\xa3\x0a\xb9\x38\x27\ -\x33\x1f\x5f\x32\xe2\x42\xd9\xb1\x5f\xbe\xe6\x6c\x7e\xf8\xc1\x3f\ -\x8f\xe7\x62\x19\x25\xcb\x90\x47\x3a\xf3\x3a\xf8\x41\xf3\x8c\x66\ -\xf2\x75\xfa\x1a\x7b\x8a\xa4\x65\x5d\xe1\x81\x64\x3f\x3f\x6b\x39\ -\xec\xcd\xfd\x8c\x87\x98\x7d\x38\x8f\xd2\x7b\x73\x74\x9e\x75\x2a\ -\x3a\x27\xad\xc7\xef\x83\x2f\xd7\x52\x9d\xcd\xb7\x9d\x21\x5d\x23\ -\x43\x6e\xbf\x6b\xae\x4f\x76\x89\xf1\x78\x1e\xcd\x01\xa2\x19\x18\ -\xbc\x37\xbf\x3c\x10\xdb\xbf\xd1\xcf\xe6\xd4\x65\xfd\x05\xe1\x5e\ -\x0f\xf3\x0e\xfc\x45\x03\x96\x6b\x3b\x68\x2b\xa7\x49\x92\x87\x5f\ -\x12\xeb\xa0\xe9\x74\xb1\x35\xb9\x13\x98\xc3\x53\x99\xaf\x06\x77\ -\x86\xd5\xfb\x3e\xb4\xc0\x8e\x76\xba\x09\x51\xd2\xc0\xfd\xeb\x3f\ -\xce\x84\x53\xd3\x96\xcd\xc9\x2c\x78\x39\x9d\x34\xb9\x51\x17\xd1\ -\xa2\x1b\x6a\x1a\x21\xf2\x96\xeb\xf5\x92\x29\x36\x28\x44\xf4\xa5\ -\x20\xe5\x57\x9a\x67\xfc\x65\x11\xfd\x72\x83\x4e\x23\x99\x30\xe9\ -\x28\x87\x59\xc9\x02\xab\x9b\x1e\x3c\xb5\x78\xe4\x74\x9a\x2f\x80\ -\x81\xe7\xf1\x61\x68\x41\xb8\x4d\xae\x5a\x46\x23\xf4\xab\xd6\xaf\ -\x26\xc5\x3c\xe8\xa7\xe9\x54\x1b\x68\x3e\x4e\x63\x93\xd8\x72\x7e\ -\xd7\x77\x10\xcd\x99\x2b\xf3\x0e\x9f\x74\xad\x2c\x72\xbd\xa6\xa0\ -\x97\x35\x9f\xba\xdc\x83\x36\x1c\x77\x76\x31\x29\xb4\xc5\xc0\x68\ -\x9a\x38\xe0\xd0\xb5\x71\xa3\x17\x7f\x64\x52\x51\x43\xe2\x90\x8d\ -\x60\xbc\x7f\x07\x5e\x7b\xc0\xf5\xd9\x8c\x77\xa6\x4d\xd7\x41\x3e\ -\xc0\x56\x97\x41\xbc\x4d\xbd\x26\x1d\xf1\x0c\x2c\xf6\x89\xa0\x48\ -\x9a\xc2\xf4\xa6\x4a\x5e\x28\xc9\xdd\x28\xe2\x0d\xc8\xe6\x68\xa6\ -\x9a\xd6\x9d\x89\x00\xfe\x81\xea\x2f\xb6\x38\x30\xb8\xcb\x39\xb3\ -\xa8\x88\xc7\x94\x90\x69\x92\x75\x95\x5f\x6d\xe2\xfb\xfe\xef\x0e\ -\x82\xdd\x54\xab\x5c\xf9\x3e\xad\x3e\x6e\x40\x05\x97\x26\x33\x1c\ -\x3e\xa9\xc5\xb3\x2c\xd0\x83\x0a\x79\x6a\xab\x82\x0a\x47\x5f\x0d\ -\x7c\x30\x4c\x71\x48\xb4\x26\xbc\x8d\x39\x23\x04\x5c\xd4\x2c\xdb\ -\x83\x31\x15\xe0\xa9\xd3\x29\xf1\x00\x6e\x74\x3c\xaf\x72\x02\x57\ -\x03\xa7\xc8\xdd\x7c\xb5\xee\x9c\x68\x40\x54\x4b\x9b\x37\xea\x76\ -\xc5\xe3\x9e\xcb\x50\xec\x16\x35\x40\x91\xc3\xd8\xe3\x00\x20\x36\ -\x51\x17\x7a\xa1\x0f\xee\x72\xdb\xa5\x05\x71\xef\x50\x90\x19\x88\ -\x45\x7d\x19\x19\x97\x7a\x6f\x7c\x44\xb0\xfe\xac\xa1\x46\xfd\xe1\ -\x39\x78\xd1\xa2\xbe\xe4\xc8\x22\x35\x69\xe8\x1a\xda\x3d\xea\x3e\ -\xa2\x1e\x9d\xe0\xa0\x8c\xbb\xd1\x0a\x01\x57\x37\x44\x30\x21\xd6\ -\x14\xd6\x86\x98\xec\xa1\x5d\x69\xc9\xf0\x9d\x9f\x2a\xfe\x01\xc3\ -\xa0\x81\x7a\x50\xa3\x9e\x9b\xd8\x92\xd1\xe1\xd4\x19\x72\xe7\x40\ -\xc4\xa4\x8b\x31\x1c\xab\x92\xff\x18\xee\x42\xf0\xe4\xf5\xa0\xb0\ -\x1c\x0e\x71\x15\x7e\xb8\x33\xe4\xab\x23\x1d\x7b\xef\x3c\x88\xdf\ -\xb5\x63\x8d\x5e\xe3\x69\xcd\x15\x59\xe5\x9f\x29\x34\x43\x31\x6f\ -\x22\xce\x97\x6c\x5d\x71\x8d\xe8\xe3\x00\xc1\xa0\x57\xdd\x28\xeb\ -\x37\xca\x6e\x38\x82\xff\x26\x67\xa4\x02\x47\x63\xaa\x71\xd1\x74\ -\xd6\x4b\xb1\x6d\xa2\xc0\xfa\xe0\x34\x3f\x48\x19\x4a\x2f\xa2\xf5\ -\x36\xca\x75\xf3\x8d\x4c\x9e\xf7\xec\x1e\x11\xc1\x76\xfb\xcd\xfe\ -\x33\xa7\xb9\xc8\x81\x64\x9d\x26\x0e\x43\xa4\x1d\xa1\xc7\x43\x9c\ -\x3b\x29\xa7\x10\xca\xd0\xe2\x37\x3d\x40\x1e\x62\xad\xb1\x62\xac\ -\xbc\x9c\x1e\xae\x6f\xa2\xb8\x88\x4d\xd5\xd5\x2f\xf2\x74\x84\xac\ -\xc3\x2b\x72\xa1\xa8\x2a\x79\xe8\xa1\xb9\x78\x2b\x2e\x99\x2f\x08\ -\xee\xc7\x54\x2b\xd6\xd5\xde\x1f\x90\xfe\x40\xf9\x86\xe0\x6a\x05\ -\xc6\x7b\x01\x61\x07\x54\x71\xa4\x23\x47\xe2\x55\xf7\xe8\xf6\xa5\ -\x82\x6d\x5c\x73\x95\xda\xd3\x87\x1b\x4d\x5c\x72\x61\xe3\x1c\xcf\ -\x60\xf5\x4b\x1c\x68\x87\xa9\x4f\x58\xb9\x65\x4d\x11\x35\xa1\xae\ -\x94\x25\xbb\x53\x71\x3b\xfa\x5e\x17\x97\x3c\xd7\xc2\x0b\x72\xff\ -\xba\x6e\xf1\x8e\xf2\x47\xee\x59\x06\x0b\xd3\xbb\x06\x27\x5c\x9f\ -\x4e\xd1\x73\x4c\x1b\xba\xeb\x9d\xc1\x23\x9a\x5c\xf4\xa0\xcc\x7d\ -\x3c\x5b\xa4\x4f\x8a\x76\xfb\xa4\x81\xe8\xb3\x1c\x0e\x54\x0e\xca\ -\x10\x71\xdd\x77\x39\x99\x33\x97\x2c\x42\x1c\x15\x7c\x34\x45\x6d\ -\xf2\x4d\x87\xe3\x5c\xb8\xa9\x92\x1e\x53\x0f\x6e\x05\x75\xd9\x43\ -\x73\x6b\xc4\x5e\xa7\x2a\xad\x08\xec\xce\x8d\x35\x99\xfa\xa2\xc1\ -\x1b\x5c\x7b\x1e\x34\x91\x02\xe8\x18\x9e\x16\xf1\x74\xfe\x3a\x18\ -\x12\x8b\xa2\xf0\x8d\xcb\xb0\xf6\xe4\x34\x28\x12\x0c\xcb\x10\x2d\ -\xbe\xbc\xe1\x5a\xd7\xd0\x66\xa6\xc6\x41\x75\x84\x35\x07\x38\xb0\ -\x5e\xfb\x4c\x69\x14\x21\x3d\x28\x9d\x9d\x76\xf6\xe2\x4a\x77\xae\ -\xdb\xa3\x18\x55\xa2\x61\x59\xbc\xd2\x2d\x94\x86\x76\xa4\x9e\x39\ -\x5e\x69\xd3\x39\xb5\xd0\x6e\x6a\xe2\xce\x61\x8d\x5a\x78\x07\xfd\ -\x86\xbf\x17\x78\xa7\x6e\xa2\xee\xdb\xca\x4c\x94\x2d\x6e\x19\x6e\ -\xe8\xbf\x4d\xa9\x3b\xad\xef\x3d\x28\x58\xb5\xc9\x0e\x30\xcf\xfc\ -\x07\xbd\xb4\xe9\x8f\xb2\xa0\x89\xfd\x13\xe6\x05\xa9\xbf\xe8\xfa\ -\xbe\xa7\x1e\xaf\xcc\x5d\x7e\xdc\x01\xb6\x74\x8b\xe9\xe1\x45\x04\ -\xfe\x34\x9a\x3c\xeb\xc8\x1b\x52\x88\xd3\x97\x74\x4e\x18\xa8\x90\ -\x71\x15\xa9\x82\x1c\xa5\x47\x89\x0f\x75\x71\xa1\xfd\xe4\x71\x29\ -\xe4\x56\xe5\x7a\x50\x67\x49\x35\x63\x66\xe0\x93\xf9\x73\xff\x9d\ -\xe0\x49\xbc\xb7\x21\x19\x78\xa5\x95\x6e\x3c\xf4\xda\xa4\x6e\x82\ -\xa5\x33\xd3\xcc\x01\xf2\x64\x15\x38\x88\xf6\x06\xf2\x65\xac\x8b\ -\xc8\x53\xa7\xb3\xc5\xa7\x2a\x3a\x5c\xfc\x98\x18\x08\x8a\x22\xd8\ -\x43\xd8\x5f\x80\x7b\xe5\xcc\xee\x3c\xcf\x8f\xa4\x91\x7b\xb1\xfe\ -\xed\x8e\xbc\xae\xeb\x28\xe2\x0f\xad\x9e\x97\xc2\xe2\xef\xb1\x03\ -\xaa\xe3\x1c\xdc\x02\xd1\x08\xcc\xf6\x54\x3e\x81\xd5\xb6\x8f\xe0\ -\xe8\x46\x3f\xd7\x92\x14\xa4\x19\x83\x33\x7e\xd2\x2d\x1b\x66\x90\ -\xb5\xf5\x93\xce\x82\xd1\xd8\x2d\xd4\x04\x2c\xa8\x7b\x96\xb5\x1c\ -\xac\x91\x3d\x9c\x51\xdf\x26\xa3\x03\x2c\x66\xb2\xe7\x4e\xbe\xcf\ -\xf4\x1e\x43\x05\x0c\x22\x75\xbf\x3f\x3b\x90\x23\x0f\x70\x17\x4a\ -\x53\xe3\x1d\xa0\x6c\xab\x05\x38\xa6\x87\xc3\x75\x34\xd6\x80\x3c\ -\x58\x5f\xa2\x0a\x5a\xcb\xea\xf2\x25\xb6\x9e\x5a\x2e\x67\x34\x7f\ -\x96\x6b\xcb\xfe\x4d\x5d\x0a\x22\x0a\x95\x76\xbf\xb7\xef\x29\xba\ -\x71\xf1\xfa\x92\xbb\xa9\x2f\x67\xc9\xb6\x9a\x63\xb1\xd5\x33\x8b\ -\x71\x7d\xb6\xa0\x1c\xd5\x7d\x83\x33\x63\xf1\x32\x17\x1b\x35\x0d\ -\x10\xd3\x55\xd9\x41\xed\xe5\xdc\xfa\xeb\x8f\xa3\x9c\xc4\xfa\x37\ -\xdd\xf2\x0b\xe0\xf2\x49\xd5\xaa\x7a\xdb\xbf\xd4\x0d\x80\xd4\x34\ -\x21\x17\xc4\xbe\x4f\x20\x99\x20\xdc\xf4\x5b\x96\xcc\xeb\x07\xca\ -\x8a\x4b\x6b\xe3\x7c\xee\x7f\x93\x7b\x6f\x17\xa3\x3b\xd8\xb0\xa1\ -\xc9\x3b\x2c\xd1\x21\x29\x1e\xec\xd3\xb0\x5b\x8b\x3f\x5b\x97\xad\ -\x69\x88\xcc\xf6\xf1\x53\x99\x20\x1e\xc6\x48\xf1\x8e\x48\x71\x73\ -\xa7\x9a\x30\xd8\xc7\xdd\xe1\x3e\x76\xeb\x0d\xe6\x2b\x27\x00\xc2\ -\x86\x60\xc5\x66\xf8\x6c\x05\xd1\x6e\x28\x4b\x12\x7e\x01\x5a\xb8\ -\xef\x7f\x32\xb8\xb8\x0a\x7f\x99\x05\x1a\x36\x96\x2e\xac\x08\x6b\ -\xf2\xae\x7b\x8b\x00\xfa\xcf\xc1\x43\x2e\x7b\xd5\x05\xe0\xe3\x7a\ -\x27\x72\x1d\xd6\x89\xd9\x6d\xb2\xca\x67\x79\x6e\x50\x94\xd4\xaa\ -\x00\xf1\x85\x8f\x7e\x70\xc9\x4a\xc4\x3d\xf2\x01\xac\xa8\xfc\xc1\ -\xd6\x5f\x77\xbc\xf3\x50\x69\xfa\x19\x4d\xdf\x56\x09\x12\xae\x9b\ -\xab\xda\x9f\xfb\x7c\x3e\x00\xd3\x40\x8c\x22\x9f\x28\x5a\xa6\x9f\ -\x9f\x3f\xf8\xfd\xfd\xa7\x21\x40\x3b\x69\x9e\x8b\x19\xc4\x3f\x96\ -\x63\x21\x96\xd3\xd0\x69\x13\xca\x86\xdd\x6e\xb9\xed\x5d\x70\x69\ -\x77\xb2\x10\x65\xc2\x9d\x17\x38\x32\x2f\xc3\x36\x9f\xd1\xcc\xb6\ -\x34\xaa\x45\x52\x40\xfc\x92\x61\x82\xe8\xbf\x50\xf1\x30\x61\x2c\ -\x70\xa0\xb8\xb0\xa6\xfe\x16\x7b\x06\xaa\x00\xf7\x40\xec\x24\x48\ -\xed\x44\x4e\x57\x13\xdb\x5b\x20\xed\x86\xde\x9f\x44\xf8\x39\xa8\ -\x87\xf1\x1e\xc8\x7e\xbe\x40\x22\xad\x51\xe4\x81\x84\xe9\x6d\x96\ -\xb8\x2b\xed\xe8\x29\x1d\x61\x33\x87\x46\xe9\xb0\xae\xa6\xcc\x5e\ -\xfa\xf7\xfe\xe4\xd4\x71\xea\x14\x8c\xde\x7a\x8b\x21\x4d\x32\xe8\ -\x47\x2d\x47\xc9\x35\x48\x44\x27\x5d\x96\xc7\x81\x66\xb6\xe6\x80\ -\xea\x02\x93\xe4\xbf\x97\x74\xaf\xe2\xa2\x46\x35\xad\xe7\x67\xdf\ -\x65\x39\x6d\x27\x46\xbe\x5f\x22\xc2\xaf\x7f\xfe\x74\xe9\xeb\xd3\ -\x71\x00\x1b\xf1\x7c\xb7\x97\xf4\x1e\x06\x9d\xeb\x57\xc1\x2c\x69\ -\x5d\x7b\x6a\x9f\x8c\x45\xea\x85\x42\x13\xe6\x47\xe3\x16\xd4\x98\ -\xa0\xe4\x65\x48\xae\xaf\xa5\x8f\xdc\x55\x64\x67\xf1\x84\x3c\x4f\ -\x6e\x21\x74\x47\xcf\xde\x9c\x4e\x0d\xc9\x7e\x4c\x51\xf2\xbd\xc4\ -\x64\x13\xd4\x1a\x67\x49\x6a\x05\x0d\x04\x8f\x5a\x61\xeb\xda\x55\ -\xaa\x68\x89\x70\x3d\x0d\x10\xe8\x77\xff\x3b\x68\x47\xa3\xe8\x23\ -\xce\x50\xe2\x3e\xa9\xea\x94\xec\xb4\x5c\xc6\x8b\x35\xb8\x2a\xfe\ -\xd1\x3d\xa6\x7e\xec\x53\xcd\x28\xb8\x7f\x83\xaa\xb5\x72\xe5\x67\ -\x5e\x16\xc0\xf8\x77\xff\xaf\xa1\xcb\x6c\x4d\x1b\x85\x41\x8d\xff\ -\xe9\xed\x99\x29\xec\xd9\x31\xb6\xaf\x57\x36\xa4\xf7\x21\xde\x3f\ -\x27\x42\xa3\xd8\x1c\x53\xe3\xf8\xfa\xb7\x17\x30\x74\xe8\x47\x4c\ -\x4b\xb9\xe9\x33\xa7\x59\xe8\xc8\xf3\xc2\xa6\x7f\x4b\xeb\xa2\x65\ -\x0e\x61\x60\x96\xed\x95\xd2\x6c\x59\xee\x58\x34\x57\x22\x86\xea\ -\x5e\xc4\x50\xfd\x8c\xa0\xd9\x2c\xb4\x32\xe3\xcb\x09\xe8\x21\x7a\ -\x5f\x0c\xa5\x85\xdf\xcf\xff\xcf\x1c\xee\x98\x9d\x7a\x69\xc0\x03\ -\x13\x61\xfd\xfc\xe0\xdf\xfb\xdf\xe7\x94\xbb\xbb\xd2\xd1\x36\x3a\ -\x60\x06\xbd\xce\x06\xcc\x02\x4c\x35\xf3\xf7\xb2\xd9\xa2\xb8\xbf\ -\xed\xfc\x22\x95\x41\xef\xd2\xa0\xb2\xd1\x6f\x9a\x41\x11\xad\x36\ -\x75\xb0\xaf\xf7\x0f\x3e\xf6\xf3\x8b\x39\xe4\x86\x7f\x77\x40\x5b\ -\xff\x60\x83\x97\xbb\x8d\x81\xa0\x5b\x73\xba\xa1\x54\x6e\x62\x4c\ -\x8c\x9f\xa4\x86\xd7\xcf\xfa\x7b\xff\x3f\x07\x41\x10\x63\xcd\x00\ -\x00\x20\x00\x49\x44\x41\x54\x27\x2f\x6b\x92\x85\xb2\xb8\x23\x22\ -\xfc\xf3\xf9\x54\x91\x4d\x4f\x5a\x66\x04\xde\x83\x38\x7f\xa6\xa2\ -\xd3\x57\x93\x5c\x3a\xf5\xd2\x99\x2d\x5e\xd8\xf9\xf7\x75\x4c\x28\ -\xe3\xcf\xdf\xce\xf4\x59\xa0\x61\x9c\x60\xe7\xcd\x72\x77\x39\x4c\ -\x6d\x7c\x6b\xd8\x7e\xe5\xf6\xba\xc3\x75\x3c\x0e\x6a\x86\xeb\xf1\ -\x6e\x71\x1e\xda\xc0\xa6\xbd\x3f\xb8\x96\xd5\x47\x57\xd2\xcb\xb8\ -\x26\xd1\xcb\x1c\x41\xf7\xe7\x1f\xcf\xaa\xa2\xa4\xca\xdb\xf3\xb2\ -\xba\x27\x74\xba\x46\x29\xe5\x66\x03\x6e\x86\x02\xf7\x6e\x39\x90\ -\xbd\x33\xf0\xe6\xff\x96\xdd\xd8\x31\x07\x63\x49\x81\x8f\x7e\x2c\ -\xbb\x54\x9d\x92\xb8\x05\x3f\xcb\x1c\xe3\x16\x96\x67\x84\xb9\x14\ -\x46\x2d\xf7\x91\x9a\x2a\xe2\xbe\xff\x37\x07\x02\x2b\xe3\x5d\xbc\ -\x16\x21\xc2\x27\xde\xe5\x83\xd1\x23\x58\xeb\xf2\xfa\x6f\xd5\x19\ -\x09\x37\xa0\x71\xa4\x35\x48\x8e\xd7\xfa\x03\x75\xda\x69\x05\x61\ -\xdb\xfb\x23\xbd\x7d\x4f\x5e\x79\xee\xc6\x7d\xfa\xaf\xdc\xb8\x3c\ -\xd7\x8b\x4f\x5d\xa4\x28\x3e\x5e\x73\x2d\x3f\x4f\xf9\x16\x6c\x02\ -\x78\x1b\xbb\xe8\xa3\xff\xf8\x99\xab\x09\xa4\xf6\x4c\xb4\xdb\x73\ -\xe2\x88\x29\x7d\x17\x3a\x1d\x59\x3e\x9f\xda\x8f\x8b\x33\x4e\x28\ -\xbe\xdf\x47\xfe\x9f\x19\x8d\xc4\x19\xa4\x0a\xe8\x9d\x32\x8f\xfd\ -\xf9\x2d\xcf\x83\x51\x87\xed\xa4\x2b\x9b\x89\x47\xb9\xae\xa9\xda\ -\xf7\x5a\x0b\x90\xfd\x9b\x60\x4a\xd4\xd8\xab\x9d\x83\xbf\x9f\xff\ -\xe7\x7f\xdf\x29\xb6\xf7\x36\x97\xf2\xbd\xa1\xb8\xf1\xfb\x4b\xf8\ -\x51\x60\x2f\x5b\x27\x22\x36\x4b\xbb\xfa\x84\xe3\xa1\xd3\xd1\x83\ -\x96\x70\xe4\xb1\x44\xfe\xce\x3b\xd5\x24\x8a\x17\xce\x02\x28\xd0\ -\x8e\x07\x22\xe5\x63\xd6\xc8\x60\xe2\xd6\xc9\x86\x7b\x59\xfe\x6f\ -\x51\x9f\x74\x69\xe5\x33\x34\xae\xfa\x1c\xf9\xdb\x82\x66\x9d\xce\ -\x53\xf3\xb2\x9b\x05\x9d\xba\x80\x3a\xe9\x5d\xce\x59\xc6\x96\x72\ -\xe0\xc9\xca\xb3\x21\x00\x71\x60\x33\xe7\xa2\x30\x3e\x36\x40\xe2\ -\x3c\x57\x82\x35\x5e\x64\x0d\xeb\xf5\x92\xe1\x14\xd4\xad\x38\x54\ -\xe3\xf9\x48\xd7\xbd\x1c\x14\x80\x0c\xfe\x23\x34\x3e\xb9\x26\x45\ -\xab\xa3\xb7\xa7\x7d\xed\xea\x4e\x8f\x2f\x36\xfb\x17\x5d\x89\x26\ -\x48\xda\x24\x73\x16\x16\xbc\xfe\x78\xd6\x11\xe5\xe1\x9b\x8c\x1b\ -\x51\xcf\x19\x9b\xce\x79\x25\xa0\xdf\xc9\x91\x27\x47\x26\x90\x7a\ -\xb5\x0d\xc2\xf5\x40\x0c\xba\x2e\xc5\x2e\xdd\x0b\x22\xb7\x35\x68\ -\x41\x70\x54\xb3\xaa\x5f\x0d\x31\x4b\x84\x25\x63\x57\x3c\x87\x84\ -\x7f\xfc\x92\x5d\x19\xcc\x1b\x26\x2e\x2a\xc0\xc5\x95\x14\x73\x52\ -\x0a\xc4\x2a\xdc\x81\xf4\x59\x71\xee\x02\xdc\xe6\x07\x99\x53\x91\ -\x4e\x07\x3a\xf7\x9c\x67\x98\xd8\x21\xb7\x52\xff\x15\xa8\xae\x44\ -\x00\xb2\x86\xce\xaf\x3b\xb5\x35\xaa\x45\x36\x2a\xef\x2e\xef\xf3\ -\x02\xe1\xbf\x2a\x80\x82\x96\xd6\xb5\x40\x41\xe3\x13\x91\x6c\x56\ -\x59\xf1\x85\x8a\x77\xd0\x7b\x8f\x67\x68\x13\x1d\x7a\x15\xfe\xcf\ -\x29\x63\x9f\x72\xd5\x18\x3e\x8b\x11\x79\x6a\x4e\xec\x12\x59\xb9\ -\x0e\x41\x6d\x3d\x88\x00\xc2\x88\x5a\xaa\x53\x27\xd2\x0c\xc0\x7f\ -\xfe\x72\x15\x6d\x79\x24\x08\x6a\x98\x1e\xd4\x2d\x9d\x3f\x71\x73\ -\xbb\x8a\xe9\x7f\x44\x1a\x28\x59\xd3\x52\x2e\xac\xfd\xfc\xbd\x8b\ -\x6a\xe2\x3b\x23\x9b\xa0\x86\x58\xd3\xa6\x87\x1b\x55\x85\x9f\xeb\ -\x5f\x5d\xde\x00\xe0\x27\x72\xe2\xdc\xda\xb9\xff\x7c\x61\x7e\xa3\ -\x61\x62\x94\x29\x8d\x32\xa6\x55\x67\xb6\x91\xd6\x6c\xdd\x35\x0a\ -\xfb\x81\x60\xe7\xa5\x47\x53\xaf\x14\x4c\x86\xd9\x08\xfa\x79\x61\ -\xce\x01\x63\x1d\xad\x4e\x0d\x8c\x35\xa1\xee\xd4\xa4\xb5\xbe\x28\ -\x8d\x45\xa6\xee\xe3\xcf\x2a\xbd\x83\x4a\xb7\x95\x36\x1a\x2c\x05\ -\x18\xd1\x27\x51\xcd\x04\xa2\x53\x03\x87\xd3\x68\x16\xa3\xbb\x4d\ -\x90\xda\xb3\x82\x34\x82\xca\x34\x31\xd0\xad\x1e\x86\x8b\xa1\xa7\ -\x3c\x69\x3b\x50\x0b\x32\xae\xef\xab\x99\xde\x10\xdf\x9f\x9d\xed\ -\x4f\x19\x7f\xe2\xaa\x15\xd7\x20\xf0\xf0\x21\x11\xf4\x80\xf2\x5a\ -\x03\xc7\xf4\x8a\x6a\xd3\x5c\x0e\x5a\xd4\x19\x45\x29\x1e\x5f\xb0\ -\x9c\x98\x4e\x7d\x9a\x28\xb0\xe2\xfa\x59\x0e\xdc\xe8\x70\xc6\xec\ -\x4d\x5e\xcf\x96\x8c\xe2\x5a\xd9\x27\xc7\xda\x26\x5d\xaa\xe5\xe2\ -\xc7\x66\xdf\xbf\x35\x02\xc0\x39\xa5\x79\x7c\x98\xb9\x48\xbc\xef\ -\x60\xcb\x68\x05\x48\x2f\x82\x67\xae\x79\x6e\x64\x52\x7f\x6c\x2a\ -\x20\xe2\x39\x6d\xa2\xa9\xa1\xa1\xa0\x75\x88\x23\xfa\x12\x6e\x62\ -\xdb\x1b\x49\x47\xca\xc9\x8d\xab\xdc\x1a\x5b\x54\x5e\x33\x11\xbb\ -\xf3\x64\x97\x25\x94\x1e\xd1\x4d\x16\x44\xc6\xbb\x0b\x2d\xea\xa0\ -\x5c\x42\xc7\x44\x9e\xd6\x0f\x58\x8b\x09\xa3\x10\x9c\xce\x97\x83\ -\xf6\x9c\x34\x3e\xcd\xf5\x9b\x80\x48\x34\x51\x5c\x99\x54\x99\x87\ -\x19\x0d\x8c\x9f\x4d\xff\xf3\x3f\xff\x9f\x69\xe8\x1d\x60\xcc\x5c\ -\x36\x97\x32\x04\x08\xf1\xe7\xe7\x7f\x20\xcb\xb5\x8a\x1d\x90\xf5\ -\xe0\xdc\xeb\x32\xc0\x9f\x83\xcd\xd4\x81\x3d\x25\xcf\x09\x3d\x28\ -\x8a\x0d\xfc\x67\xd7\x18\x27\x23\xa9\xb1\x59\x94\x80\x9f\xeb\x27\ -\x41\x48\x6b\x5a\x24\x73\x46\x05\x02\xfe\xf9\x69\xd3\xcf\x46\x73\ -\xec\x53\x30\x41\x9a\x48\xe5\xbd\xdc\xdc\x79\x6b\x4c\xba\x87\x89\ -\x52\xe6\x24\x5a\x9a\x8d\x9f\xff\x32\xb2\x50\x7f\xf8\x27\x27\xa8\ -\xb5\x9e\x43\x2a\x12\x59\x79\xeb\x95\x55\x60\xf5\xbb\xb8\x0d\xbc\ -\x45\x26\x68\xa3\xf0\x6d\xf4\xbb\x94\xea\xce\x69\x81\xce\x7c\xe4\ -\xae\x52\xcb\xf1\xaa\x38\x97\x30\x64\xea\xb1\x47\xf2\x98\x5a\x47\ -\x3d\xc1\x8d\x79\x66\x6b\xe9\x72\xa7\x46\xd7\x90\xb9\xf6\xca\x06\ -\x28\xc6\x96\x12\x6e\x4e\xc1\xcc\xb8\xfd\xbd\x2f\xf2\x9c\x55\x69\ -\xc6\x1f\x22\x49\x5b\x25\xbc\x1b\xd9\x8d\xfa\xc4\x6d\xe1\x23\x37\ -\xd6\xe8\x86\xc6\xb6\x21\xd9\x10\x59\x3e\x00\xf8\xc9\x5f\xaf\xd3\ -\x46\xb8\x02\x36\x4f\xbe\xac\x5f\x92\x63\x1c\x2b\x07\xaf\xfa\xb4\ -\x6d\x76\x0c\x8f\x4a\x6c\xda\xf5\x2e\xb5\xe8\x3a\x9d\xeb\x86\xd0\ -\x85\x15\x5d\xae\xf8\xb2\x68\x97\x80\x50\x1b\x4e\x86\xd3\xcf\x5b\ -\x81\x18\xa1\xc4\xde\x45\xeb\x17\xae\x6d\x76\xf1\x0d\x09\xd3\xa3\ -\x10\xa5\x26\x8c\x8b\xc6\x26\x68\x27\x84\x98\xf6\x20\xc5\x95\x51\ -\xec\x95\x06\xc7\x0b\xe7\xce\x8f\x27\x1d\x92\x86\xe2\xdd\xcf\x20\ -\x54\xe8\x3b\xdd\x8b\x42\x6c\x88\xa2\x42\x4c\x4a\x1b\x1a\x4a\x4c\ -\xe5\x38\x73\x58\x57\x7e\x2f\xba\x9f\x3a\x21\xc2\x02\x31\xf2\x82\ -\xbb\x23\x2f\xe5\xe5\xf3\x09\x6d\xa7\x97\xbd\xeb\x8d\x12\xcd\x97\ -\x72\x1a\xeb\x87\x26\x35\x7d\xd5\x59\x98\x0d\xfe\xb6\x4f\x38\xc1\ -\x56\x48\x74\x3e\xae\x0e\xba\x23\x43\x8e\xe9\x0a\xbd\xd8\xa4\x22\ -\x9d\xe0\xf4\x91\x59\xf6\xd0\xbe\xed\x19\xbc\x19\x54\xd8\xdc\x13\ -\x8d\x78\x4c\xdc\x45\xea\x54\x85\x55\x00\xd4\xd8\x59\xc8\x97\x9f\ -\x08\x4f\xa1\x79\x5a\xde\x62\x50\x7e\x92\x1f\xae\xbd\x75\xa6\x61\ -\x64\xf0\xa4\x33\xbd\xbf\xff\x6f\xa1\x9b\xfd\x62\xd7\x1a\x5f\xbe\ -\xfe\xfd\x37\xfa\xe9\x1b\xcd\x28\x0a\xdf\x0a\x5f\xd5\x57\x6a\x6e\ -\x71\xd5\x91\x28\x6a\xd0\x6b\x1e\xc1\x99\xed\x7f\x5f\xd7\x75\x68\ -\x89\x0c\x2d\x96\x88\x04\x50\x1a\x62\xee\x93\x36\x03\x5d\x38\xc3\ -\x6a\x87\xc0\xf8\x08\x08\xae\x08\x84\xe6\xa6\xe6\x26\x23\x14\x79\ -\x2d\x1e\x23\xe1\x79\xcc\xa8\xc8\x62\x7d\xc9\x42\x0b\x74\x9c\x8e\ -\x35\x86\x07\x48\xf2\x46\x3b\x7b\xd3\xfb\xcd\xbd\x5a\xd4\x47\x34\ -\xa7\x48\x31\xa5\x3a\xb0\xf9\xb1\x6e\xba\x4b\x1c\x79\x96\x4b\x07\ -\x0c\x6e\x9c\xfc\x7b\xc6\xb7\x1c\xa3\x9a\xe2\x68\xb3\x11\xdf\x4d\ -\x67\xd3\x2c\xb5\xe5\x5b\x1e\x12\x3f\xf8\xfe\x13\x3a\x30\x87\x15\ -\xfa\x42\x77\x0c\xd7\xad\x9c\x8a\xfa\xbb\x58\x20\xdc\x21\x7e\x57\ -\x6e\xc6\x19\xc8\x5c\xc1\x40\x39\xa1\xef\x80\x40\xc6\x21\x88\xbe\ -\x6a\x8a\xd0\xec\xc0\x3b\x8d\x0f\x8d\x42\xfb\xa6\xbf\xaa\x9c\xa4\ -\x2b\x41\x2c\x85\x82\xa9\x4c\x48\xc2\x69\xb4\x74\xb5\x56\xce\x14\ -\x70\xca\x49\x95\xa5\x07\x25\x9e\x53\x37\x56\x81\xba\xe5\x64\x66\ -\xbf\x86\x41\x13\x8f\x73\x34\xe8\x47\xbd\xb0\xea\xd3\xb6\x28\xe2\ -\x99\x18\x4b\x5b\x00\x79\x06\x58\x1b\x40\xc9\xbc\x92\x0a\x2b\x61\ -\x1c\xe1\x96\xf8\x11\x9a\x3b\xf4\x7f\xce\xe6\x10\x11\xa8\x9f\xcb\ -\xa1\x22\x37\xd0\x53\xed\x7c\xf5\xa6\x54\xe1\xd9\x3c\x09\x9c\xb9\ -\x21\x54\x30\x32\xda\xe1\x95\x0d\x53\x38\x8a\x8a\x31\x60\x6c\xfa\ -\xb2\xcb\xe9\xec\xd0\x37\x2d\xfe\xb1\x3d\xe3\xe7\xb6\x38\x75\x58\ -\xc3\x3a\xa0\xe5\x29\x0d\x6a\x69\x7c\x3d\xb6\x70\xe6\xef\x67\x77\ -\x2b\xd4\x8f\x4c\x2d\x0b\x98\xd7\xf0\x7a\xce\x0b\xc4\x7b\xd1\x80\ -\x0f\x4b\x1b\x95\xd3\xae\xe3\x3c\x3f\x28\x7c\x43\xb7\x44\x3c\xa4\ -\x1d\x02\xb1\xe6\xc3\x7f\x14\xa3\xe2\x47\x30\xb7\xa6\xbb\x5d\x45\ -\x1b\xac\x6c\x0c\x44\x6f\x30\x16\x36\x45\x96\x28\x19\xeb\xa6\x03\ -\x32\x54\x06\x11\xa5\x59\x2b\x5d\xf7\x93\x8a\xcf\xc3\x62\xfc\x9b\ -\x12\x51\xfc\x7d\x26\x9f\x87\x7a\xde\x93\xbb\xe6\x89\x62\xc7\xfd\ -\xe2\x3a\xb5\x40\x32\xc8\x1d\xf5\xd8\x75\xc9\xa6\x09\x3b\xdc\x64\ -\xbb\xbe\x2a\xf5\xbd\xfe\xec\x16\xbb\xb6\x68\x8f\x86\x03\x47\xc6\ -\xd8\xf6\xcf\x18\x80\x43\x36\x94\xae\x75\x4c\x57\x6d\xdf\x9a\xdc\ -\x8c\x54\xba\x0c\xc1\xe2\x77\x28\xa9\xc6\x31\x68\x35\xc7\x4b\x07\ -\x74\xbb\xae\xf0\x4b\x7d\xf8\xa6\x21\x3f\x0d\x53\x56\x3b\x3f\xf2\ -\x5d\x78\x0d\x1a\xd4\xec\x71\xd7\x65\xec\x86\x42\x68\xe1\x5a\xf6\ -\x93\x89\x48\x85\xf9\xfa\x24\x56\xf4\x93\x91\x0a\x61\xb1\x5e\x7a\ -\xe0\x29\x13\xa1\xa3\x3e\xe8\x8d\x55\x77\x5e\x9d\x6b\x8b\xd2\x06\ -\x3e\xb4\x56\x10\x7e\xd4\x26\xba\xdd\x61\xd2\x7f\xbd\x86\xb5\xfa\ -\x5b\xf1\xd3\x10\x46\x1b\x4b\xb3\x5f\xec\xf2\x6a\xc7\x3c\x8b\x7b\ -\xef\x5c\x45\xd0\x43\xff\x3a\xc7\x9e\x03\x1d\xd0\xdd\x16\x80\x40\ -\x68\x81\xdf\x02\x78\x6d\xb5\xe4\xa5\xc5\x91\x47\xf2\x28\xc8\x38\ -\x5d\x4f\xf4\x8b\xf8\xb7\x9a\x13\xdf\x1c\xdc\x6c\x62\x25\x88\x0d\ -\x8e\x18\x8c\x31\x79\x20\x4b\x66\xf6\x38\x04\xa5\x6d\x62\xb7\x16\ -\x43\xef\xa0\x9e\xb9\x80\x70\x8b\x6b\x06\x00\xf1\x66\xc0\x34\x53\ -\xc7\xd4\xaf\x53\x4c\xda\x73\x39\x7f\xbe\x1c\xbb\xf2\x8b\xd0\x5e\ -\xe5\x55\x9c\x5d\x02\x6d\xed\xac\xc2\x3c\x70\xcf\xe0\x04\x6a\x48\ -\x46\xea\xd8\xb8\x36\xb0\x3a\xfd\x2f\x1a\xe3\x7a\xce\x33\x54\xad\ -\x84\x8a\x92\x6e\x30\x8c\x65\x94\xb6\x17\xe1\xa3\xe0\xe9\x5e\xd5\ -\x39\xff\x31\xa2\x5d\xfa\x53\x61\x9d\x1e\xfe\x65\x63\xe5\x2a\xa4\ -\xd8\xed\xb5\x99\xd9\x85\xa5\xe5\xa8\xd6\x1b\x25\x01\xd2\xfc\x84\ -\xdf\x6c\xdf\x1b\xe2\xa5\x87\x46\xa2\x3b\x1b\xd5\x33\xd7\xbf\x36\ -\xaf\x39\x8d\xf9\x6a\x18\xf0\x34\x85\xf0\x13\xd6\xc5\x92\xec\xc8\ -\x33\x95\x89\xc4\x97\xaf\x53\x6b\x88\xff\xfa\x99\xce\x3d\xdc\xb5\ -\x59\xa7\xe5\x7d\x70\xed\xf5\xd5\x76\xb9\x21\x45\xf4\xde\xb0\x17\ -\x8a\x7d\x4e\xb9\x74\x34\xbf\x6f\x3c\xf8\x70\x3c\xfa\x66\xe2\x61\ -\x54\xe4\xd0\xca\x69\x11\xd4\xa8\x9b\x41\xac\x41\x65\x44\xa3\xf2\ -\x54\x91\xd1\x5c\x0e\xbb\x23\x53\x8b\x80\x98\xd3\x95\x00\x54\x9a\ -\xe6\x53\x15\xc4\xe2\xa6\x08\xb6\xf2\x94\x04\xaa\xab\x3d\xe7\x36\ -\x30\xc3\x53\x33\x91\x6e\x75\xba\x4d\x80\x2b\xd3\xf5\x73\xac\x63\ -\x91\x87\x39\xc5\xb7\xcc\xb7\x71\x36\xa0\x8c\x24\x66\x98\x88\x54\ -\xc8\x28\x56\x36\x82\x72\x5c\x48\x68\x3a\xbc\x88\xf0\xb0\x75\xc0\ -\x0f\xd7\xd1\x31\xa6\xfc\x02\x7c\x45\x06\x4d\x14\x38\x0f\xba\x4e\ -\x9b\xaa\xbd\x6a\x84\x42\xb8\xed\x81\xa3\x3a\x72\xdb\xba\xad\xbd\ -\x0e\x67\xa9\x02\x13\x28\x9b\x8c\xb4\xeb\x56\x34\x7d\xe5\x74\xd1\ -\x9c\xf9\x4e\xf6\x9c\x44\x05\xa2\x05\x56\x92\x7f\x6e\x76\x6a\x5e\ -\x94\x12\x12\x2c\x83\xfe\xa9\x44\x1e\x8d\x55\x15\x99\xbb\x31\x05\ -\xde\xff\x49\x47\x5b\x45\xd3\x42\xfa\x24\x03\x1b\xda\x74\x9d\x6f\ -\xe7\x85\x0a\x0d\xf4\x1d\x6c\xe6\x50\x21\xfc\xfe\x09\x7a\xb5\x78\ -\x96\x8b\x37\x46\x2a\xb7\xdd\x9d\xfc\x67\x68\xda\xce\x02\x57\x04\ -\xa9\x83\xae\x75\xcb\x5e\x54\x3a\xb5\x86\xeb\x1e\x4c\x97\x5f\x30\ -\x68\x11\xf6\xed\x8d\x37\x3e\xe6\x01\xa9\x4e\x05\x4e\x17\xdf\xab\ -\x28\x70\x82\x9a\xba\x06\x83\xc6\xf5\xa4\xd2\xa2\x49\x36\x69\x02\ -\x5e\xa2\x53\x5b\x9e\x2c\x02\x9f\x3a\xb3\x17\x70\x91\xe9\x44\xaf\ -\x3a\xb2\x32\x7b\x21\x35\x9b\x69\xfd\xb9\x00\x5c\xd0\x71\x7e\x4c\ -\x7b\xfe\x60\xea\x10\xcd\x9c\xaa\xbe\x07\xd6\x63\xd4\x5f\xac\x0d\ -\x52\x9b\x3a\x10\x9d\xda\xc5\x76\x7e\x27\xd3\xcf\xa7\x7d\xe7\x42\ -\x12\x3d\x82\x7b\x91\x81\xab\x27\x48\x12\x74\x38\x51\x06\xf9\xf4\ -\x45\xb7\x07\xa5\x33\x3f\x0c\x8a\xc2\x24\x40\x55\xca\x75\x0e\x4e\ -\xed\x55\x1a\x8c\x8e\xfa\xfb\xec\xf4\xd9\x9a\x96\x8d\x70\x6f\xaa\ -\xec\x53\xb8\x4b\xdb\x40\x25\x13\x70\x47\x46\xd0\xa0\x35\x8b\x0f\ -\xcd\xae\x10\x72\xbe\x4c\x13\xec\x8e\xf5\x9b\xb6\xf5\x9e\x69\x94\ -\x34\x42\xa9\x3c\xb4\xb2\x96\xbf\x1e\x77\x34\x91\x01\x6e\x11\xbf\ -\x63\x80\x3c\xe5\x3e\xab\xa9\xf1\xae\xc6\x21\xd8\x64\xbb\xea\x61\ -\x03\x32\x16\xb6\x7e\x00\x5a\xc6\x88\x8a\x78\x21\xaa\xa9\x55\x38\ -\x78\x8f\xe1\x81\x83\x02\xf1\xf9\xbb\xad\x79\xbd\x67\x64\xb3\xab\ -\xc1\x5c\x68\xf1\x23\xc9\x7c\x6b\x00\xa9\x01\xec\x94\x81\xbd\x19\ -\x94\xec\x83\x09\xa6\x1f\x77\x86\xd5\x23\xe8\xb9\xe4\x31\x19\xb3\ -\x44\x9f\x64\x1e\xd1\xd0\x5d\x5a\x34\x86\x24\xb0\xe1\x19\x8f\xd7\ -\x05\xd9\xff\xb6\xfd\x54\x76\xf6\xd9\x1b\xbc\xb8\x79\x8f\x3b\x52\ -\x63\xa2\x16\x75\xa7\x4f\xe8\x6f\x97\x9d\xf0\x1a\xe0\xbe\x3a\xab\ -\xe2\xfa\xe6\xb7\xff\x26\xb6\x9b\xe8\x68\x54\x98\xd1\x95\x9f\x41\ -\x74\x84\xb2\xa4\x3e\x78\xd5\xc9\xb1\x8f\xc4\xf6\xc3\x26\x7a\x1b\ -\x65\x4a\x0f\x9b\xf6\xc8\x32\x60\x70\x59\x4f\xd3\x1a\x94\x94\x81\ -\xf6\xb7\x43\x2a\xa9\x06\x91\x8e\xe9\x08\x0a\x07\xa9\xb3\x85\x40\ -\xf6\x7c\x23\x50\xcf\xfe\x41\x21\x42\xee\xce\x56\x1b\x73\xcf\x2c\ -\x06\xbc\xb9\x4d\x75\xf3\x5e\x05\xe9\x86\x4a\x04\x80\x0a\x5e\x89\ -\xe8\x78\xcf\x42\x21\x99\xa2\x96\xe7\xa4\x40\x9e\xc5\x7b\x3b\x9c\ -\xdf\x0a\xdd\x01\xe1\xe6\xe7\x76\xa1\x36\x53\x7b\xcf\x9a\xb4\x00\ -\x5a\x9c\x69\xe2\x08\xca\x0f\xc5\xe1\x29\x10\xdd\xa3\x78\x19\x86\ -\x16\xac\x87\xab\x1b\x06\xd5\x09\x3e\xcd\xea\xb6\xc1\x0f\x0d\x40\ -\x47\xea\xd3\xc9\xa6\xa8\x32\xe1\x06\xc7\x5c\x6b\x66\x11\xe7\xd4\ -\xe5\x21\x8a\x1d\x05\x12\x32\x67\xad\x71\xd9\x42\x90\x97\x39\x62\ -\x95\x0b\xd3\x0b\xd4\x9d\xa8\xec\x7b\x93\xd3\x2e\xde\x08\xb9\x43\ -\xd0\x07\xaf\x74\x7d\x24\xe6\x83\x46\xf3\x74\xe6\xca\xcc\x8f\xec\ -\x63\xa8\xd8\x5d\x5f\xa7\x52\x7f\x65\x00\x4e\x17\x4e\xd5\xd7\x43\ -\x27\x0b\xf0\x07\x7d\xb0\x7d\x5f\xfe\xbb\x6d\x7b\xcf\x5f\x79\x22\ -\xb2\xfc\xd2\x4c\xcd\x7c\xa6\x67\xe8\xb2\x3c\x51\xc9\xb6\xf7\x8c\ -\x6a\x62\xcd\x7c\xa7\x90\xbd\x39\x57\xd5\xaf\xbd\xd0\xdf\xa9\x01\ -\xfd\x06\xd6\x14\xb4\x2a\x78\x0b\x5e\xfd\xd6\xd8\x4c\x73\x09\x72\ -\xc5\x4e\xa3\x2d\xb5\x83\x94\x72\xc2\xa4\x8f\xfc\xb1\xb7\xa9\xd5\ -\xc3\xb8\x25\x35\x16\x32\x5e\x11\x39\xc2\x9c\xd3\x8a\xb4\xe2\xdf\ -\x07\x13\x41\xd3\xc0\x25\xd0\xfa\xc7\x39\xd5\x22\x03\x4c\xc3\x75\ -\x84\xbc\x62\x46\xd0\xbc\x4f\x4c\xf7\xb1\x3c\x78\xec\x31\xa6\x46\ -\xaf\x4c\xfd\x8d\x1c\x00\xd5\xe1\x74\x3b\x1a\xf5\xfd\x70\x0d\x05\ -\xcc\x3c\x48\x55\xc1\xeb\xa7\x88\x2c\x2a\x35\x61\x6a\x20\xc5\xfb\ -\xbd\x79\x4e\x0f\x76\xfe\xcc\x3d\x54\x9c\x51\x34\x79\xca\x69\xd8\ -\xf9\xb5\x15\xcf\x60\xe2\x63\xcd\x69\x63\x54\xa0\x9e\xc3\x36\x7b\ -\x51\x6f\xc0\xbd\xa5\xe7\x95\xf4\xf8\x7d\x38\xd6\x3d\x01\x35\x6d\ -\xf4\xcc\xfa\x4c\x35\x49\x5d\x4d\x9f\xdd\xee\x98\xd0\x03\xed\x9d\ -\x9a\x17\xa2\xd3\x96\x7d\xba\xae\x89\x6e\xd3\xac\x36\x60\xef\xe7\ -\xe7\xc7\xc1\x04\x1d\x99\x97\xa1\x6d\x21\xa6\x96\x65\xa6\x4d\x27\ -\x24\x95\x3b\x34\x9c\x54\xd5\x81\x5b\x5f\x37\x11\x37\xe0\xf7\x8d\ -\x34\x86\x08\xbd\xb8\x04\x4e\xd0\xc8\xdd\x81\x57\x69\xf2\xb4\xf9\ -\xd1\xda\xbe\xb4\x46\xad\x4f\xb4\x38\x72\x84\x94\x87\xf9\xcc\x49\ -\x95\x25\xd2\x46\x05\xed\x7b\xeb\xdc\x1f\x3c\xce\x0f\x6a\xfb\xa3\ -\x9f\xc8\xb1\xf6\xc9\xb5\x53\xaf\x51\x21\x24\xad\x1e\x9b\xfb\x32\ -\x9e\x67\xc7\x5d\x99\x34\xa7\x89\xe4\x93\xc6\xd4\xb2\xab\x6b\x53\ -\x82\x6a\xb7\x05\x62\x72\xc7\x74\xe2\x13\x6a\x21\xcc\x44\xa3\x4a\ -\xa0\xbc\x03\xf6\x73\xd2\xe0\x1a\xb2\x32\x48\x7b\x0f\xea\xa6\x64\ -\x8a\x34\x50\x32\xe2\x32\x5e\x32\x46\x83\x11\x50\x77\xc2\x7e\x02\ -\xd2\xa2\x1e\x7f\xc3\xb8\x7c\x0a\x4c\xee\x40\x5d\x0e\x71\xf2\x08\ -\xde\x0e\x4a\x5e\x50\xba\x85\x2a\x20\xbb\xce\xe8\x9f\x9c\x1c\xb2\ -\x6b\x0c\xcb\x30\xa5\xb8\x59\xda\x4c\xd4\x6c\x12\xad\x09\x1a\xc6\ -\x9c\x58\x99\x46\x1c\x4b\x69\xf9\x9a\x51\x03\x99\xe6\x3f\x64\x1e\ -\xa4\x5e\x8f\xe8\x09\x50\xd1\x70\xf9\xd3\x60\xb9\x87\x2b\xa8\x16\ -\x38\xd6\xa7\xb6\xac\x04\x8f\x90\x7c\x48\x1f\x3a\x58\x3b\x63\x95\ -\x90\x86\x38\xa6\x2d\x8c\x17\xb4\x5c\x23\xad\x1e\x35\x44\x2d\x1e\ -\x45\xc0\xb4\x06\xd0\x58\x13\x47\xa4\x94\xa6\xbb\x2a\x1a\x85\x57\ -\xbe\xb3\x91\x3a\xd8\x48\x70\x1d\x6e\xd1\x59\xd7\x5a\xe0\x4d\xc9\ -\x50\x0b\x7a\xb2\xb2\xe2\x0a\x94\x01\x63\x22\x91\x42\x9e\x81\xda\ -\xdb\x65\x11\x0b\xcd\xc2\xfb\xcc\x25\x82\x9e\xd3\xa8\xf6\xdf\xcb\ -\x58\x5d\xcc\xc6\x51\x43\x70\xc8\xe9\xec\xf4\x77\x0b\x60\xa4\x1b\ -\x5c\x50\xea\xcc\x5d\xd3\x75\x3f\xd4\x42\x0f\x69\x4f\xda\x12\x89\ -\xbb\x04\xd5\xf8\xdb\xc6\xb6\xae\x8b\xc2\xb6\x97\xdf\x0e\xd4\xfc\ -\x2c\x4c\x11\xdd\x9c\xd3\x33\x68\x9b\x16\x39\xc2\x42\x5d\x64\x4f\ -\x04\xbe\x2c\xe7\x62\x4b\x73\x0c\xd4\x40\x42\x57\x51\x2a\x8e\xdc\ -\x9c\x6f\x76\xe4\x68\x87\x74\x36\x78\xac\x2f\x8d\xdb\xd3\x9e\xbe\ -\x2e\xf9\x67\xae\xc5\x39\x9e\x7e\xa5\x3b\xa9\x0c\x6d\x16\x35\xe7\ -\xb2\x8b\x38\x8d\x17\x8c\x2e\x23\x4e\xbd\x75\x9e\xb4\x6e\x9f\xa4\ -\x85\xeb\x8b\x23\x45\x8e\x1a\xb2\x23\x95\xe7\x54\x2a\x38\xfc\xa6\ -\x13\x67\xcc\x10\xeb\x63\x2a\xa1\x80\x90\x8e\xe2\x79\xae\x9f\xf6\ -\xdf\x5f\x8a\xcb\x9a\x9a\xdc\x43\xd4\x1c\x94\xa7\x85\xe5\xd4\x91\ -\xc6\x09\xf6\xba\x73\xba\xa0\x09\x8e\x0a\xfc\xd5\xa5\x29\x91\x26\ -\x6a\x6b\x4c\xa5\x74\x68\x62\x1b\x53\xdc\x10\x81\xce\x02\x39\x5d\ -\xe3\xc2\xa5\x8f\xed\x60\x0c\xde\xfb\x9a\x4d\x27\x0d\x4e\x79\x15\ -\x99\x5b\xc9\x1d\x9d\xb8\x35\x1d\x4f\x10\xe5\x41\xdd\xd5\x49\x4b\ -\xd9\xf7\x7e\xec\xd7\x59\x28\xd0\xeb\x61\x65\x17\xb1\x60\x6f\x4a\ -\xd4\xae\xd6\x6f\x2f\x36\x1e\x06\xc8\xc3\x92\x9d\x8f\x46\x82\x15\ -\xaf\x53\x11\xf1\xbc\x8a\xd5\xb4\x4f\x56\x98\x53\x81\x27\xcd\x79\ -\x35\x53\x02\x76\xbf\xf0\xf7\x0c\x3c\x55\x6a\x02\x47\x47\x4a\x69\ -\x1a\x31\x98\x90\x96\xdb\x7f\xd6\x70\xb0\x9b\x08\xf4\x7f\x6f\x42\ -\x73\xee\x48\xb1\xaf\x38\x91\xed\x4e\x69\xd0\xd7\x30\xc4\x17\xba\ -\x9a\x53\xc9\xe2\xac\x64\x2d\x74\xaf\xa6\x81\xc0\x74\xc1\x2b\x7b\ -\xe9\x98\xb8\x0d\x3a\xad\x3a\xf5\x88\x9a\xf8\xbe\x69\x0d\xc7\x9f\ -\x7f\x39\xc3\x86\x4b\x6d\xea\xb3\x2a\x28\xf9\x20\x73\x7b\xa1\xb4\ -\x46\xc6\xd8\x39\xd9\x4f\x97\xb0\xa6\x89\xbc\x45\x9c\xa3\x0f\xa8\ -\xde\xb9\x0e\xe3\x6e\xb2\xfb\xa4\x5c\x15\xc9\x05\xf3\x44\xe5\x4c\ -\xdb\x63\x03\x62\x7d\xda\x9f\xb7\xfb\x72\xb1\x98\xf8\x1e\x8a\xe5\ -\xcf\x98\xd4\x28\x84\x41\x3f\x8f\xff\x93\x30\x26\x52\xa3\x34\xd3\ -\x4b\xc3\x49\x70\xbb\xeb\x98\x64\xa0\x28\xb9\x6f\x6d\x40\xdc\xe7\ -\x12\xf0\x7a\x00\x40\x1c\x6e\xac\x9f\xa4\xb3\xeb\xe3\x1e\xf1\xac\ -\xc5\x0c\xf6\x5e\xed\xfc\x72\x03\x0f\x37\x0d\x30\xdc\xed\x03\xbd\ -\x65\xc4\x50\xfc\xf0\x29\x0d\x38\xb2\x16\x51\x39\x62\x7b\x57\xc6\ -\x8c\x3a\x10\xf8\xef\x6d\xf4\xbf\xc5\x3f\x76\xa7\xf8\xc4\x9c\xd7\ -\x8f\x19\x16\xc8\xbf\x00\xb3\x03\x9b\x56\x0b\xc4\x59\x28\xa3\x59\ -\x39\xf6\x81\x03\xa1\x6b\xeb\x49\x74\x3d\x58\x13\x55\xa3\x44\xc5\ -\x98\xcf\x49\x24\x5d\xe9\x34\x34\x9c\x9d\x8e\x4d\x66\xe0\x44\x72\ -\xe3\x43\x82\xdb\xf5\x21\x6b\x49\x46\x89\xe0\xcf\x7b\xed\xa3\x23\ -\x98\x9a\xc7\x7a\x1e\x54\xab\xb8\xd3\xbd\x49\xa3\x37\xa0\x7a\x30\ -\x8b\xba\xcb\x6b\x98\xff\x48\xde\x0f\xa3\xa0\xf6\x49\x3e\x35\x7a\ -\xdc\xb3\xc6\x30\xab\x6f\x39\xa6\xc8\x44\x3f\xd0\x7d\x1b\x70\x75\ -\x01\x9f\x4f\x44\x9a\x60\x18\x0f\x6d\xe8\x57\x7d\x4b\xbf\x0b\x46\ -\xf3\xe1\x53\xb7\xb7\x0c\xcf\xe9\x11\x10\x35\x98\x3c\x1c\x87\x3b\ -\xe5\xdf\x88\x43\xfc\xc8\x59\xe4\x96\xb7\x45\xac\xf8\xe1\x1f\xfc\ -\xfc\x5c\xb5\x27\x05\x46\x4d\x63\xd3\xb7\xc5\x64\x75\x81\x80\x9f\ -\x0b\x7f\x74\xe1\xf3\xf9\xb4\xc8\x90\x77\x67\xbe\xa8\x5d\x97\x2f\ -\xd3\x6e\x07\x9e\xe0\x8a\xfb\x01\x44\xee\x6b\x65\x8c\x49\xb2\xb5\ -\x35\x9d\x7a\xad\x39\x62\xd8\xe7\xb3\xc0\x75\x33\xe3\x32\x4a\x1c\ -\xd5\x3a\xf7\xfa\x38\xe8\xa6\xc1\xec\x89\x3a\x93\xfd\xbe\x32\x53\ -\x12\xa9\x7a\x24\xf2\xb8\xb4\x74\xaf\x36\x31\xda\x2d\xbf\x96\x72\ -\x12\x19\x0b\xcb\x72\xa9\x28\xf5\x9c\x1b\x96\x85\xb7\xd6\xca\xcc\ -\xb7\x2d\xb7\x39\x04\xae\x98\x00\x36\xb6\x4d\xee\x45\x37\x79\x62\ -\xfb\x7b\xb2\x15\x8a\xdf\x34\x7d\xaa\x89\xae\xdf\xb7\x72\x35\x20\ -\xa1\x68\xc4\xf7\xfd\x94\x9a\x9c\x43\x8e\xee\x9a\xaa\x7e\x97\x84\ -\x23\x33\x38\x5c\xaa\x0d\x3c\x84\xd8\xaf\xa1\x6c\x1d\xa1\x57\xda\ -\xd0\xfb\x70\x95\x8a\x09\xd4\x69\xfb\x6b\xcf\xed\xdd\x4a\xb5\x84\ -\x88\x19\xc9\x57\xa1\x6c\xc9\x93\x75\x04\xa9\x37\x26\xd1\x01\xba\ -\x75\xe1\xdf\xba\xc9\xf7\x49\x80\x5f\x6e\x47\x3e\x55\x14\xa4\xcc\ -\x97\x5b\x34\xa2\x10\xd9\x18\x7b\x37\x8e\xe7\x02\xfb\xc4\xc5\xb9\ -\xd5\x0a\xa0\x8f\xee\xc9\x28\x59\x59\xfe\x25\x82\xeb\x5d\xf7\x56\ -\x98\x76\x5e\x5b\x6e\xc4\x79\xf3\x79\x31\xb3\x75\x18\x24\xc4\x67\ -\xc5\x16\x48\x6b\x42\x71\x34\x80\x42\xc8\x05\x4c\x30\x63\x03\x0c\ -\x9a\x4a\xcf\x8d\xb8\x13\x55\x83\xe2\xff\xf4\x4f\x1d\xd4\x3c\x0e\ -\xd3\x10\x77\x86\x8b\x5e\xb8\xe9\xdb\xfe\x31\xea\x8e\x5d\x22\xd7\ -\x6c\x36\x5c\x04\x8b\x1e\x65\xa3\x25\xec\xe4\x36\xa4\xce\x91\xb9\ -\x6b\xc5\x64\x6b\xc9\x72\xdd\x6d\x6e\x11\x1b\x9f\x99\xac\x38\x32\ -\xf4\xcb\x28\x56\x2b\x72\x0f\xde\xe8\x31\x2e\x4c\xcf\xdc\x03\x7f\ -\x96\xeb\xcc\x1b\xc9\x00\x6b\x9a\xd6\xdf\xd9\x1c\x36\x93\x80\x26\ -\xea\x7c\x9b\x62\x3c\x82\x3c\x5f\x4a\x69\x72\x0a\x07\x85\x99\x05\ -\x4c\x84\x1d\x49\x68\x60\xf2\x06\xf5\xbd\xb1\xb6\xa1\x2c\x1d\xe1\ -\xa6\xdf\xc6\x52\x53\x1b\x41\xc4\x98\xfc\xaf\x42\x55\xed\xad\xde\ -\xad\xe8\x7e\x9a\xdd\x30\x73\xb3\x6c\x77\x34\x0a\xef\xfc\xeb\xc8\ -\xfc\xd8\x22\xa9\x7b\x2a\xfd\xdc\xca\x89\x62\x37\x61\x18\xe6\x08\ -\x2f\x46\x19\x6f\xc8\x13\x5f\x17\x28\x82\x06\x33\x84\xd7\x7f\x6e\ -\x5c\xc3\x7a\xfa\xf5\x3c\x59\x71\x1e\x30\xa0\x57\x4d\xd3\xc6\x14\ -\x88\x27\x3d\xb7\x3f\x53\xac\xa6\x01\x65\x0f\x8a\x34\xa1\xbb\xd2\ -\x02\xe4\x7e\x69\x46\xb9\xb2\x9c\x52\x64\xfc\x44\x62\x6d\x61\xae\ -\x39\xa5\xc8\xa6\xe4\x4e\x63\x85\x3a\x13\xf1\xf5\x2c\x4d\x14\xb7\ -\x99\x35\x98\x86\x90\x1b\xd5\x58\x52\xd3\x31\x26\x5c\x70\x8b\xf3\ -\x76\x21\x29\x45\xf1\xb8\x9b\xbe\x06\x43\x77\x50\x8c\x83\xa9\xf9\ -\xec\xb4\x70\x1b\x7c\x07\x05\x4c\x92\x4a\x33\x8b\xe4\x29\x5a\x7f\ -\xbc\x4f\xd7\x47\x51\x73\x6a\xd8\xcd\x14\x47\x9d\x5a\x36\xb4\xb9\ -\x92\x87\x5b\x82\x0e\xd9\x40\xc7\xe4\x45\x83\x12\xf6\x64\xbb\x26\ -\x45\x4f\xc4\x8a\x2e\x75\x74\xb8\x99\x03\x44\x50\xa6\x81\x32\x92\ -\x54\xf4\x93\x0e\x7b\xfe\x5c\x63\xbf\x67\x06\x1f\x8d\x62\xd4\x90\ -\xd9\x79\x4e\x0c\x03\x19\xe9\xc1\x9d\xfa\xd0\x9c\x94\xc9\x86\xe9\ -\xdd\xc4\x7f\xf6\x3e\x71\x40\xab\x0b\x84\x08\xe0\x08\xb2\xbf\x1f\ -\x53\xfc\x37\xe0\xce\x9a\xe6\x3d\x28\xe3\xe3\x9c\xe5\x68\x1c\x9f\ -\xf9\x73\x51\xfc\x5c\x0e\x38\xaa\x9e\x86\x0f\x3d\x4e\xb8\x4d\xa1\ -\xb5\x4d\xc4\x15\x90\x61\xfe\xe1\x3a\x28\xaa\x46\x90\xe3\x5e\x0d\ -\x6d\x63\xd0\x11\x45\xd3\x91\x2e\xbe\x1e\x2f\x02\x49\xfb\x59\xdc\ -\x38\xab\xf2\xb1\xea\xfd\xab\xd7\x3d\x7d\x5a\x93\x77\x6d\xab\xc5\ -\xca\xf1\xb3\x67\x83\xd2\x0b\x83\x00\x7f\x9d\x3c\x3e\x8d\xc9\x38\ -\x5d\x59\xf9\xcc\x45\x74\x5a\x97\xd1\xcb\xaf\xd7\x35\x78\x9e\xb5\ -\xdc\xb4\xbd\x49\x79\xf4\x06\x76\x7b\xfe\x52\x9f\xd4\x88\x37\xa5\ -\x27\x58\xf2\xc6\x8e\x02\x5c\xd3\x3d\x18\x53\xd7\x00\x10\xbb\x4c\ -\x23\xd9\x1d\x4e\x03\x66\x62\x90\xbb\xfa\x75\xab\xf6\x40\x5a\xc8\ -\x59\x36\x35\xf5\xac\xe6\x8a\x78\xfb\x34\x96\xdd\x6c\x84\xad\xc8\ -\x86\xe5\x27\xed\xfc\x3b\x80\x88\x6b\x96\xd2\xb9\x53\xc7\x04\x72\ -\xe8\x67\xa3\xa6\x73\xe0\x98\x5b\x1c\x46\x31\x25\x16\x68\x39\xb0\ -\x2d\x32\xf4\x8a\x71\xe6\x6f\xdd\x11\xed\xd8\x98\x54\xd3\xbd\x7b\ -\x44\x28\xab\xc1\x28\x9c\x2e\x7a\xfb\xf1\xac\xa7\x3b\xa0\x3c\x1a\ -\x75\x0d\x10\x87\xe9\x11\xc5\x44\xb8\x9c\x0d\x52\xf7\xd0\x5c\x77\ -\xe4\xbf\xe5\x0d\x10\x73\xea\xd2\x7b\xad\x60\x06\x15\xc0\xfa\xb1\ -\xe6\x2a\xf6\x68\x06\x26\xe7\xf9\xd7\x03\x8b\xdd\x50\xa4\x0f\x3f\ -\x7a\x0e\x64\xaf\xcf\xa3\xde\x1f\xac\x80\xb7\xfb\xd1\x9b\xfb\x6d\ -\xd3\xd9\xd0\xed\x9f\x0e\x8e\xed\xe4\xb4\x73\xe9\x4d\xf0\xfb\x2a\ -\xf4\x7b\x29\x60\x26\xa2\xdc\x78\xc4\x81\x7e\xd0\xe5\xa3\x58\x7a\ -\xf9\x3a\x86\x00\x6d\xb7\xe0\x61\x3d\x72\x32\x5a\xc0\xe3\x93\x7e\ -\xe4\x9f\x41\xd4\x6a\x1d\x54\xe8\xeb\x37\xed\x88\xaa\x85\x07\xd3\ -\x37\x7d\x89\x14\x3a\xa1\x22\xa5\xc3\xe0\x16\xb8\x4b\xc7\xd7\xf3\ -\xa8\xed\x08\xc7\x4b\x24\x67\x17\x1d\xe0\xb4\x6f\xce\xf1\xa8\x46\ -\x71\x26\x69\x6e\x11\x02\x44\x6d\x74\xae\xeb\xfa\x71\x6f\x07\x6e\ -\x42\xfd\xfd\xe5\x5d\xf8\x61\xa0\x67\x46\xc8\x0b\x1f\xba\x37\x87\ -\x78\x06\x0b\x77\xe2\xb7\x86\x9b\x5a\xfb\x5e\xb7\xa3\xa6\x51\x80\ -\xed\x68\x98\x5c\xfc\xc8\xd4\x50\xd1\xa4\xe5\xb5\xc5\xba\xb7\x3b\ -\xcc\x94\x06\xc7\x70\x4a\x76\xa4\x91\xb1\xd3\x06\x56\x9b\x46\x6b\ -\xbe\x83\xc8\xcf\xd0\x44\x43\x3c\xbc\x8d\x8b\x6e\xda\xa9\x86\x91\ -\x9f\x11\x68\x90\xf4\x06\xa5\xa1\xb9\xf1\x0c\x87\xf6\x8d\x3d\x93\ -\xe1\xa0\xb0\xbd\xb9\xe0\xcd\xf7\x4e\x48\x3f\x35\xaa\x4c\x13\xfb\ -\x83\x8e\xc4\xeb\x4b\xe1\xa4\x37\xe8\x5a\x59\x7c\x68\x0b\xe8\x23\ -\x0d\xf4\x44\x5f\x82\xa9\xcf\x7d\xfc\x12\x34\x4c\xef\x53\xe6\x73\ -\xea\x17\x8e\x58\x81\x86\x06\x1a\x5f\x65\xb5\xa3\xed\x12\x94\x02\ -\x8c\x60\x58\x7d\x30\x5b\xd9\xcd\x04\xa8\x21\x72\x38\xce\x0e\x9d\ -\x2a\x9b\x33\x73\x97\x9b\xb9\xce\xb0\x0f\x6e\x62\xea\x4e\x21\xa6\ -\xc8\x7c\xf1\x35\x21\x85\xec\xce\x3d\x72\x3c\x0b\x45\x43\xaf\x26\ -\xd7\xbf\x00\x20\x76\x37\xb9\xd0\x6b\xe9\x3c\x4c\x1b\xad\x0e\x60\ -\xec\x7e\x91\x91\xb4\x49\x5d\x65\xf3\xa0\x67\x98\x90\x24\xbd\xe1\ -\x61\xac\x81\xee\xe8\xea\x96\xc0\x69\xd9\x3f\x2f\x8c\x6f\x45\x57\ -\x36\x54\x2a\x87\xa9\x44\x9c\x6d\xd3\xc9\xb3\x4f\x1e\xec\xe3\x71\ -\x66\xfa\xa5\xee\x4c\x0b\xfb\x2f\xad\x8e\x3e\x40\x04\xd3\xcb\x0a\ -\xfe\x8a\xf2\xf8\xc5\x16\x93\xe4\x28\xa8\xc2\x39\x11\x5e\x58\xa7\ -\x3b\xa0\xd2\x83\x5e\x95\xf4\x4d\x3f\x95\x77\x3e\x37\x9e\xfa\xba\ -\x6c\x42\xb9\xbd\xef\xab\xa8\xcb\xc9\x5b\x6e\xce\x79\x24\xa8\x00\ -\x5b\xb1\xb3\xbd\x51\xb1\xef\x46\x25\x09\xb6\x03\x11\x5e\xc1\x80\ -\xa4\x7f\x11\x7b\x4e\x1a\xa7\x44\x71\x20\x51\xa9\x79\xed\x14\x9d\ -\x07\x01\xb6\xde\x6b\x4c\xfa\xe3\xff\xa4\x8b\x73\x9f\x4d\xf7\xa3\ -\x81\x7f\x96\x5e\xf9\x6b\xff\x19\xd8\x89\xab\xb9\x63\xb8\x83\x25\ -\xd3\x60\x26\x28\x80\x48\xba\xd4\xca\xcc\xb7\x74\x68\x84\xb9\xc3\ -\x89\x08\x16\x17\x45\x50\xd4\x00\xa7\xa0\x4f\x2a\xc8\xf4\x8a\xec\ -\x39\x91\xa1\x6b\x82\xe9\x2b\x23\x74\x9b\xa0\xae\x6b\xf4\x89\x87\ -\x32\xa4\x77\xc6\x41\xa8\xd2\x72\x3d\x14\x3f\x07\x24\xf6\x38\x9b\ -\x89\x81\x51\xf9\x08\x22\xf7\x00\x3d\xd3\x1c\x40\xc2\x9c\xc7\xa2\ -\x42\xb7\x83\x7c\x22\x37\x44\x14\xf7\x6d\x29\xa2\xa4\x3f\x5f\xa7\ -\xd4\x65\x1a\xd2\x26\xb2\x39\x15\x55\x9f\x86\x7b\x93\xc4\x68\x13\ -\xab\x7a\xff\xfc\xc8\x19\x42\x01\x2f\x26\x28\xf6\x77\x5f\xcd\x88\ -\x49\xd4\x74\x66\x51\x7e\x99\x0c\x31\x2c\x86\xc5\xa8\xe8\x6e\x8f\ -\xd2\x9a\xdc\xe5\xa6\x0f\x04\xd7\xe6\xf8\xe0\xef\xf3\xf9\x17\xd7\ -\x75\xe1\x87\x57\x99\xf1\xa8\x0e\x1a\x66\xd0\xfc\x97\xd3\xae\xb6\ -\x4f\xfc\x5e\x3f\x93\xeb\x93\xa8\xe7\xbd\x69\x34\x60\xbe\x8e\x25\ -\xb4\x86\x35\x01\xa2\x03\xe0\xa4\x12\xf5\x3e\xa2\x29\x00\x8b\x21\ -\xfa\x06\x98\xb2\x6b\xe6\xfb\x19\x69\x39\x99\xef\xc6\x35\x39\x71\ -\xc3\x1a\x53\xc0\x93\x86\x46\x7e\xbe\xc5\x1d\x63\xcc\x08\xcf\x6c\ -\xfc\xdc\x36\x29\x43\xb9\x67\x2f\x37\x9f\xe8\xd4\x4a\xf1\x45\xac\ -\xd8\xa6\x93\x0c\xd3\xb6\x50\x9f\x36\xe3\xa6\x94\x4c\x1c\xd9\xa6\ -\x09\x8e\xc5\xcf\x23\x8a\xb5\x78\x0e\x5a\x10\x40\xc9\x3d\xa9\x7e\ -\x91\xcd\xd9\x22\x6b\x3a\xeb\x27\xef\x37\x3f\x9f\x44\x9b\x29\x9a\ -\x54\xcb\xc5\x7c\x55\x5d\x2d\x04\x5a\x17\x36\x7d\x3c\x47\xac\xbe\ -\x06\x89\x9f\x3d\x5e\xb7\x6a\x33\x47\xea\xd4\xd2\x13\x8c\xd1\x46\ -\x5f\x07\x29\x74\x7b\xfc\x52\xdb\x77\xe3\x3d\x6a\xb1\x7e\x62\xd2\ -\x4e\x44\xb8\x6a\xa1\x56\xfa\x31\x08\xd8\x81\x16\xcb\x76\x4b\xf5\ -\x8d\x6e\x40\x11\x0f\x6d\x47\x81\x7c\x14\xc1\x79\x88\x32\x41\x24\ -\x5c\xda\x16\x88\x23\xec\x0b\x75\xe1\x06\x4a\xdf\x0f\x27\xb2\xec\ -\x88\x7f\x3d\x07\x65\xad\x95\xde\xfc\xdb\x2f\x48\xa1\x1b\xf7\xe7\ -\xc6\x9f\x65\x48\x99\x99\x31\x68\xba\x16\x89\xc8\xcc\xe1\x11\xb3\ -\x35\xc6\xae\x17\x25\x7a\xd7\xf8\x9b\x1a\x73\x3e\x73\x74\xee\x91\ -\xd2\x1d\xd3\xbd\x40\x9a\x76\x50\xc4\x16\xc1\x1f\x5d\xa3\x33\x30\ -\x14\xbf\x9e\x1f\x62\xb4\xc9\xe5\x01\x8a\x91\xcb\x21\xf8\x17\xe1\ -\xcf\x9f\x19\x00\xed\x39\xdc\xe4\x94\x05\xbf\x1c\xf4\xb6\x9f\x7e\ -\xb9\x48\xf3\x5f\xba\x4d\xc8\xeb\x4d\xca\xe9\xe0\xb3\x39\xec\xde\ -\x7d\x92\xc0\x18\x81\x9f\x1f\xf9\xb8\x58\x54\x07\x25\x33\x5d\x68\ -\x62\xba\x15\xd6\xda\x8e\x3c\x85\x34\xed\xd3\x49\x00\x54\x39\x2e\ -\xb3\x40\x33\x56\xd1\x56\x49\xb7\x1c\xf6\x0b\xeb\x96\x5f\xb3\xc3\ -\x0e\x07\x3f\xcf\xfc\x62\xb2\xa7\xb7\xf5\x93\xe6\x20\x2b\x83\x1b\ -\x8b\x9a\x73\xef\x4f\xa2\x3f\x8b\x2d\x83\x26\xb5\x33\x50\x7c\xf6\ -\x2f\xe8\xf2\xf2\xff\x76\x2b\xe6\xeb\x72\xa4\x9d\x70\xcb\x2f\x48\ -\xd8\x68\x71\x3c\x1d\x7c\x3e\xf2\x2f\x88\xaf\x46\x69\x5d\x85\x2c\ -\x79\xe3\x2a\x5c\x21\xba\x31\x65\xcd\x50\x46\xa8\xd3\x21\x5a\x33\ -\x2f\x3e\x01\xd5\xca\xc9\xb1\xcc\x8d\x27\xfd\x55\x60\xf6\xfc\x5d\ -\x40\xba\xda\x55\x10\xef\x2f\xcb\x58\x32\x04\x37\x29\x8e\xf1\xf5\ -\xc9\x4c\x97\x35\x90\x5f\xb6\x69\x2c\xb3\xe5\x88\x40\xed\x02\x88\ -\xa2\x32\x46\xdf\xf6\x33\xfc\x9b\x54\xd6\xb2\xf3\x2e\xfa\xd7\x2d\ -\x1b\x42\x0a\xa1\x30\x89\xb0\xc3\x25\x00\x7f\x9b\x5a\x86\x75\x74\ -\x5c\xba\x94\x6b\x6b\xef\x7b\x34\x29\xe7\x3f\x91\x83\x45\x30\x5a\ -\xa8\x6e\x29\x8b\x6a\x55\x6c\xf9\x78\x41\x36\x3f\x5b\xf0\xa0\xef\ -\xfb\xb7\x35\x76\x36\x05\x93\x76\xa0\xdf\xf7\x3d\xa7\x4d\x8d\xb6\ -\x64\x1e\x57\xfe\xfd\x73\x2a\xc4\xa3\x09\x0d\x43\x1f\xf2\x33\x30\ -\x0e\xef\x98\xc6\x6c\xba\xdd\xe9\x71\x01\xad\x28\x58\x8e\xd6\xfe\ -\xe2\x2e\xb7\xc2\xde\x0c\x86\x83\xaa\xec\x7a\x6f\xd2\x1a\x5f\xa6\ -\x47\x43\xd4\xa9\x9b\x95\xd9\xb6\xb3\x81\x7c\x9f\x7c\xc8\x03\xf5\ -\x06\xe2\x22\xb7\x1c\x33\xd3\x64\xf8\xd7\x0e\xc4\xce\x1b\xc4\x1d\ -\x1a\x4c\x0a\x4b\xfa\xd2\xf9\x2c\x66\xdc\xdb\x72\x86\xaa\x2f\xe0\ -\x86\xc5\xa9\x8b\xbf\x79\x34\xdf\x01\xd4\xd8\x7e\xfa\x4d\x80\xc4\ -\x2e\x71\x2b\x32\xed\xe7\xfc\xf1\x1c\xb1\x72\x17\x2c\xc7\x29\xd4\ -\xfa\xf6\x0c\x99\x00\xa5\xb3\xf8\x67\xc1\xde\x92\x13\x80\xab\x4d\ -\x4a\xca\x95\xaf\x84\xf2\x38\xd0\x4f\x40\xf0\xf1\x69\x54\x4e\xdf\ -\x0e\x31\xec\xd6\x4f\x01\x54\x01\xe5\x34\x20\xc4\xee\x05\xa7\x94\ -\x0d\xea\x0f\x03\xbc\xa1\x6c\x88\xf5\x44\xab\x1d\x35\x27\xe4\xe7\ -\xef\xc0\x5d\x9f\x6a\xec\xfb\xf3\x2c\xdc\xd9\xa7\x07\x0a\xdc\xf7\ -\x3f\xf8\xf9\xf9\x4f\xdd\xe9\x34\x6d\xfa\xd3\x96\x58\x34\x71\x27\ -\x69\xfa\x9a\xbd\xb7\x3b\xc4\x6a\xea\x0f\xcc\x4c\xc8\x0b\xbf\x00\ -\x21\xfa\x84\xb0\xfd\x9c\xf7\xfd\xaf\x15\x4b\xd7\x02\xf3\x05\x76\ -\xbd\xbf\x90\x81\x50\xb2\xed\xce\xfe\x48\xd3\x77\x61\x25\x9b\x25\ -\xa8\x4e\x48\xeb\x03\x35\x95\x11\xd9\x7d\x76\xeb\x07\x0b\x3f\xb8\ -\x3c\xab\x51\xc5\x34\x1f\xaa\xd6\xb4\x8a\xd7\x17\x21\xee\xb7\xaf\ -\xbf\x93\x9e\xb9\x1b\x38\x96\xac\x04\x2a\xe4\xde\xf2\x7b\x24\x75\ -\x78\x9f\x6d\xeb\x21\xf6\xdf\x47\xb7\x69\x2f\xd6\x33\xfc\xda\x72\ -\xa0\x2c\x47\xeb\x3a\x2c\xd5\xe3\x3c\xfc\xfd\x7c\xfc\xbf\xef\x46\ -\xc3\xac\xa9\xc4\xfe\x94\x06\x94\x5b\x10\x6c\x18\x02\x7c\xf6\xef\ -\x6b\xec\x45\x00\x4e\xc1\x48\x5a\xd9\xf4\x06\x8b\x26\x26\x6f\xbf\ -\x99\x61\x48\xa8\x35\x1e\x46\x50\xbf\xfe\xf5\x7f\xfc\x0c\x0e\xf9\ -\x43\x4c\xdd\x3e\x91\x2d\xa9\x00\x5f\xab\xf4\x6f\x7c\x01\x60\x33\ -\x78\x38\xb2\x8d\x06\x10\x1c\x40\x02\x5b\x96\x67\x68\x62\xe2\x57\ -\xa3\x92\xfd\x80\xd1\x9b\x8f\xd0\x8a\x6e\xc8\xbe\xab\xc1\x37\x41\ -\xbd\x49\x48\xb6\xa7\x80\x65\xce\x57\x73\x73\x74\x09\x02\x40\xf8\ -\x7c\x38\x19\x16\xf6\x4e\xb9\x06\x07\xac\xd8\x9f\xca\x7f\x13\xaa\ -\x09\x72\x50\x98\x6f\xf9\x1c\xa0\x89\x51\xfd\x99\x9c\xad\xe5\x48\ -\xb8\xbc\x3a\x35\xbb\xcd\x7c\xc4\x0c\x70\xb1\x20\x86\x83\xb4\x6e\ -\xa7\xec\x46\x94\x07\xe5\x59\xfd\xf9\x44\x4e\xa4\xe7\xbd\x35\x69\ -\x08\x33\xe3\xfe\xfc\x8e\xfa\xc4\x74\x48\x19\xe7\x86\xbd\x3f\xfe\ -\x1e\x56\x9b\x4e\x46\x8a\x88\xa4\x14\x26\x5e\x1c\xa7\x05\x81\xfd\ -\xf9\xed\xe6\x11\x36\xf0\x8f\xbc\xc7\x02\x3b\xfe\xbd\x7f\x0b\xc4\ -\x8a\xf9\x02\x5b\xad\x65\xe7\x93\x64\x3e\x61\x00\x4e\xe0\xcb\xb3\ -\x2b\x81\x5f\x31\x2a\xb3\x19\xa5\xb8\x21\x4d\xb3\xbe\xff\xd5\x8f\ -\x9d\x5d\x52\x70\xd9\x76\x06\x8b\xc8\xed\x60\xf9\xca\x7a\x9f\x9c\ -\x27\x64\xa6\x34\x17\x3e\xfc\x6f\x7a\x34\x30\x39\xe8\x4f\x8c\x8a\ -\xe0\xb0\x3a\x4f\xbc\xf6\xba\xfd\xd7\xab\xc4\xf7\x1d\x21\xa6\x11\ -\xba\x38\x29\x1b\x38\xf8\xae\x8e\x16\x92\x56\x16\x8c\x1b\x43\x28\ -\x6f\xb0\x5e\xf6\xc2\x7d\x9c\x17\xf6\xa6\x09\xfe\x49\xa5\x4e\xbb\ -\x5d\xd2\x28\x6e\x17\x5d\xc6\x63\x6c\xe1\x98\x11\x84\x4a\xea\x76\ -\xcd\x3d\x35\x9e\xcf\x10\xca\xd5\x82\xf7\xb8\x15\x3d\x8d\x6e\x26\ -\x72\x70\x87\x77\xba\x80\xac\xb4\x53\x9f\xd3\xbe\x0c\xf6\xa4\x95\ -\xd3\xad\xac\x0b\xc3\x1e\x39\x90\x56\x84\xe1\x50\xa7\x39\x78\x1a\ -\xb5\x8b\x41\xd5\x75\x36\x68\x7a\x1e\x11\xc5\x9f\xeb\x4f\x05\xc0\ -\x0a\xa0\xa9\xb5\x32\x4b\xdb\x0b\x45\xad\x44\xcb\x19\xab\xc5\x28\ -\xfe\x77\x2a\xfc\x36\x6d\xf0\x61\x87\x05\xe9\x73\xa2\x95\x2e\x33\ -\xcc\x69\xd9\xd9\xc5\xd7\x36\x86\xd6\x57\x34\xf3\x4c\xc7\x1e\x13\ -\x31\x3a\xbb\xfe\x95\x81\x98\x89\xf4\x36\x4b\xde\x98\x24\xae\x40\ -\x92\xe2\x80\xa5\x1a\x0d\x1b\x3d\x65\xe5\xa4\x6c\xfb\xe1\x2d\x2a\ -\x69\x37\x1c\xc8\x90\x71\xf9\x4b\xd7\x65\x07\x21\x7b\x71\xd6\x1d\ -\x07\x65\x4c\x30\xca\x70\x44\x47\x66\x11\x0f\x1e\x2e\x97\x36\x07\ -\x45\x8f\xeb\x02\xf7\xa9\x17\xe3\xf7\xcc\xa7\x07\x35\x62\x55\xf3\ -\x81\xca\xa9\x8a\xaf\xdf\xf7\x65\xcf\x32\x72\x98\xbd\xed\x27\x34\ -\x8e\x3a\x1e\x31\x0b\x68\x96\x17\xaa\xfc\x4a\x35\x7c\x52\x34\x2e\ -\x6f\x74\xb7\x83\x19\xdb\xd7\x72\x9d\x25\x86\x10\x91\x23\x4f\x3a\ -\x42\x74\xe9\xbf\xb8\x68\x9c\x1a\x2f\x6a\x8d\x73\x15\x20\x34\x40\ -\x1f\xf3\x44\xb1\x06\xe1\xe7\xe7\x3f\xc9\xdd\xae\xcf\x85\x44\xe9\ -\xd7\xfa\x79\x45\x74\xed\x1d\x72\x72\xab\x09\xa7\xd6\x21\x7e\xbe\ -\x95\x0d\x03\x05\x7e\xde\x8a\x24\xa6\x9f\x0a\x27\x05\x3d\xe8\x01\ -\x7f\x7e\xae\x57\x6a\x73\x7c\xe6\x15\x7a\x3f\x29\xbd\x60\x18\xb1\ -\xbc\x99\x67\x9c\x88\xf7\x16\x3a\x44\xe1\x73\x9d\xad\xd5\xb5\x1c\ -\xda\x28\x55\xef\x14\xd5\x13\x88\x8b\xbd\xd2\x5d\x97\xe8\x65\xed\ -\x26\x0d\xa4\x9d\xc5\xf6\xfd\x9f\xe8\x6f\x47\x7c\x83\xe3\xdf\xff\ -\x0e\x51\x19\x3a\x3c\x4c\x95\x5a\x33\x60\x05\xe6\x55\xf2\x90\x6e\ -\x40\xe3\xe0\xc6\x5a\x93\xfa\x62\xf4\xd5\x2f\xcc\x07\x3a\x44\xf1\ -\x44\xb8\x46\x76\x8e\x56\xb6\xef\x8b\xe6\x95\x1f\x06\x4f\xce\xcf\ -\x4f\xea\x92\x1e\xba\x31\xa3\x96\x9d\xe6\x1d\xcb\x84\x44\x69\xcc\ -\xd3\xb3\x73\xe8\x85\x56\xfa\x30\x7e\x49\x64\x1e\xf8\xe1\xff\x79\ -\xd2\x95\xa4\x8d\x88\xbb\x93\xa3\x18\x88\x1a\x42\x44\x6b\xfe\xff\ -\x8c\x67\xd2\x27\xba\x63\x22\xa7\x73\xea\x5a\xf4\xe1\x2b\xf7\xec\ -\x42\x59\xb9\x93\xb8\xd1\xc1\xe2\xd1\xf8\x77\x42\x18\xf9\x84\x3a\ -\xd6\x64\xba\x04\x37\xf3\x94\x8b\xaf\xac\x65\xfa\xcf\xaf\xcd\xd9\ -\xd0\xfe\xdd\xbb\xbc\x00\xf4\x64\xbf\xd0\x18\xc1\xfb\xbe\x6f\x59\ -\x48\xda\xc0\xd5\xc5\x97\x07\x9c\x7a\x28\xa9\xfc\xa4\x5e\x5d\x44\ -\xf0\x67\xfd\xa7\xa6\x01\x1d\xd0\xdc\x32\xcc\x3e\xde\xd8\x05\xfa\ -\x45\x97\xd4\x9f\x7b\x4c\x01\xcf\x9f\xed\x69\x96\x11\x13\x5c\xc5\ -\x19\x80\x98\xce\x7b\xae\x89\xde\x7b\xbb\xb6\xda\xe9\x96\x22\x09\ -\x84\xf4\x86\x7c\xdf\xa6\x5b\x8e\x00\xee\x00\x84\x82\x9d\x14\x4d\ -\xf9\x3b\xc5\xd5\x34\x4e\xdc\x75\xd0\x67\x0e\x1a\x00\x62\x03\x7b\ -\xb7\xbe\x98\x10\x28\x63\x2d\x4a\xfd\x7a\x3f\x97\xb3\xbe\x39\xcf\ -\xce\x43\xd6\xfb\xe3\x1a\x9e\xd3\x18\x4d\x44\xb0\x65\x67\xb0\xfb\ -\xc8\x17\xf4\x06\x75\x07\xa8\x74\x0c\x23\x4a\x1b\xc6\x53\x3f\x04\ -\xbc\x3a\xcf\xda\xf3\xe7\x63\x62\xe8\xc6\x3b\xf1\x33\x51\xb9\xb5\ -\x12\x56\xba\xd9\x2d\xe6\x71\x1e\x8a\x0a\xa6\xb1\xd9\x7a\xa5\xe9\ -\x26\x98\x1c\xc1\xf5\x47\xfc\x12\x7b\x2d\xae\x1e\x9e\x9d\xeb\x96\ -\xba\xf1\x89\x82\x7e\x7e\xb2\x99\x4e\x57\x68\x9f\x24\xd9\x54\xec\ -\xca\x5c\xaa\x38\x3f\xcc\x59\x72\x67\x38\x7c\x9e\x6d\x5d\x9b\xee\ -\x9f\xc5\x7a\x0f\x76\x70\xfe\x82\xc8\x6f\x9b\xf6\xa1\x18\x3e\x82\ -\x61\xb6\x14\xdf\xf3\xba\x7e\x86\xf3\xf0\x8e\xa9\x27\x59\x74\x85\ -\x35\xac\x93\xa2\x39\x5c\x39\xd7\xca\x46\xb6\xef\xa7\x2b\x68\x5a\ -\x75\x38\xba\x68\xd5\x03\x2b\xaf\xa4\x5e\xbc\x53\x17\x98\xac\xcb\ -\x0b\x04\x0c\x21\xb0\x25\x3b\xb1\x37\xe2\xba\x00\x00\x20\x00\x49\ -\x44\x41\x54\x6c\xb6\xee\x21\x9e\x94\x23\xa9\x3e\x74\x4d\xa1\x5b\ -\xa1\x08\x0b\xa3\x6d\x4d\x8d\x17\x82\xe1\x66\xd3\xc5\x8f\xa4\x86\ -\xd2\x50\x73\xbd\xa9\xd1\x5e\xe8\x4d\xf8\xc5\x41\x4c\x5e\xf5\x06\ -\x81\xde\xd8\xe2\x6f\x93\x27\x8d\x0b\x43\x8c\x48\x92\x01\x67\xcd\ -\xae\xb9\x89\x3b\x95\x76\x26\xb7\x93\x1f\x22\x1c\xbf\xed\x16\x9c\ -\x86\xb0\xee\xb4\x1b\x25\x77\xe3\x89\xa6\x87\x68\x39\x8a\xe4\x34\ -\xba\xf6\x2c\xfb\xb8\x3c\x34\x55\xe7\xa4\x2b\x58\x31\xc9\x2b\xf7\ -\xd0\xbd\x40\xde\x88\xd9\x51\x2d\xa9\xfc\xa3\x37\x77\x14\xa9\x49\ -\x1e\x83\x1e\x9b\xfb\x34\x2e\x29\x34\xad\xfd\x9d\xcc\x6a\xa2\xc3\ -\x3e\x34\x1a\x52\x1a\xba\x82\x5e\x28\x44\xfe\x80\x26\x1f\xda\xff\ -\x7c\xba\x42\x5e\xd9\xec\x90\x52\x3a\x50\x06\x75\xef\xc9\x35\x5f\ -\xd6\x52\xfa\x94\x8c\x1c\x6d\x67\x5e\xa6\xb9\xfb\x4b\x60\x6e\x16\ -\x8e\xad\xe9\xcc\xe0\x49\xed\x16\xb9\x3e\x91\xca\xc0\x45\x1d\x62\ -\xd4\x37\x5e\x73\x52\x02\xf8\x85\xb6\xd7\xbe\xe7\xe9\x16\xc9\x3a\ -\x47\xf9\x71\x88\xd9\xc5\xec\x87\xb7\xe6\xe2\x03\xfe\xcb\xcf\x57\ -\x7b\x7c\x8f\x03\xe8\xad\x68\x0f\xc1\xa9\x26\x9a\x87\xc1\xc7\xee\ -\x51\x0e\xe4\x17\x5f\xdf\xff\x8b\x08\x72\x04\x74\x3f\x1a\xcb\x07\ -\x3d\xf2\x10\x95\xba\x79\x43\x5e\x5c\x3a\x8d\x4a\x44\xf6\xab\x19\ -\xce\xdb\xf7\x7a\x2b\xac\x16\xfd\xe4\x34\xec\xcc\x77\xe9\x7a\x21\ -\x78\xde\x0e\x1f\x6b\x6e\xd1\x65\x08\xa1\x5f\xfe\x45\x03\x59\x35\ -\x65\xc8\x70\xce\x3d\xf7\x9e\x1f\x17\xc1\xeb\x7f\xd5\x99\xbe\xe4\ -\x94\x8d\xc9\xd3\xe2\xbf\x68\x27\x51\x34\xce\x86\xaa\x7e\x0b\x90\ -\x0e\xdb\xe4\xee\x9e\x35\x40\x92\x80\x32\x9b\xc9\x4c\x36\x46\xa0\ -\xd1\x1c\x04\xc5\x8e\xf9\xd4\xc6\x50\xd1\xd6\xb2\x18\x3a\x5c\x1d\ -\x3b\x38\x71\x86\xa7\x9e\xd4\x68\xb5\x89\xb2\xbe\x90\xd9\xc4\x0b\ -\xa7\x47\xe3\xf6\x62\x64\x30\xf5\x68\xf4\x28\x4c\xd2\xf5\xaf\xb9\ -\xcf\x75\xfd\x9a\x09\x9b\x01\x6e\xd1\x0a\xef\xe6\x2c\x40\x0f\xea\ -\x8d\x7c\x9e\x00\xeb\x6c\xd2\x5b\x94\xd9\xc8\xc7\xfa\x1b\x65\x3f\ -\x28\x2b\xe9\xd4\x77\xf0\xff\x7b\x81\xae\x22\x15\xa5\x81\xf7\xb8\ -\x07\x6a\x54\x4b\xf5\xe9\xe1\x5a\x0d\x36\x50\x7d\x16\xf3\xed\xee\ -\x65\x8e\x5c\x2f\xdf\x1f\xf4\x8c\x63\xb1\xa2\xab\xf6\xec\xce\x4f\ -\xce\x49\xed\xa2\x16\xe6\x1d\x88\xb7\xe8\x0b\xf5\x79\x3a\xd6\x1b\ -\xe8\x45\xed\xac\x3e\x41\x0d\xaa\x09\xf7\xe2\x55\x60\x70\x9b\x14\ -\xe7\xf7\x0b\x06\x4b\xd0\x70\x0f\x77\x5e\xb9\x35\x0d\x05\xae\xf5\ -\x27\xa5\x02\xcc\xe5\x78\x7c\x36\xe3\xfd\x0e\xf3\x40\x17\xa7\xd9\ -\x39\x3d\xb9\xc5\xb3\xd0\x97\x98\x8b\xff\x66\x5e\xd3\xf7\x19\x25\ -\x3d\xd5\x35\x7f\xcd\x96\xbf\xef\x4d\x79\xac\x33\xd3\x9e\x98\x09\ -\x97\x87\xdb\x72\xe4\x77\x36\x33\xa1\x96\xba\x71\x82\x0d\xff\x4d\ -\x3b\xff\x16\x15\x33\x68\xf6\x11\x6c\xfb\x62\x80\x41\x83\x8a\x5d\ -\x77\x6c\x00\x1a\xd2\xcc\x5c\x4e\x53\xa6\xd2\xe1\x48\xb3\x56\x17\ -\x28\xdb\x34\x53\x09\x39\x39\x99\xfa\xda\x0e\x38\xfd\x60\x2d\x7a\ -\xf8\x07\x4c\x20\x03\x23\x40\xfd\xa4\x03\x32\x96\x5f\x04\x6a\x4d\ -\x64\x28\x89\xb4\x28\xa0\xda\x1a\x06\x66\x33\x74\x88\xf7\x65\xc0\ -\xb9\x3e\x80\x9e\x08\xd8\x3d\x81\x83\x27\x50\x75\xd6\x92\x3c\x5d\ -\x57\x55\xd1\x7d\x29\x1f\x77\x6c\x48\x08\xc4\x59\x0b\x24\x7f\x01\ -\x91\xa9\x72\xf5\xbc\xb9\xca\x9a\x3c\xb3\x12\xf5\x08\x7a\x5e\x19\ -\x58\x9c\x40\x33\xb6\xb3\x08\x96\xb9\x8c\xfa\x5c\x89\xdc\xfc\x23\ -\xec\xe6\x89\xd8\xe4\x41\xe1\x1a\xad\x0a\xba\xf7\x70\x62\xbd\xae\ -\x2b\xcd\xc5\x00\x4d\x20\x56\xb4\xfa\x05\x6b\xbe\xae\x8c\x5f\x61\ -\x66\x5c\x67\xb1\xd2\x51\x60\x82\x0b\x48\x45\xbf\x72\xb0\x33\xf4\ -\xb7\xf1\xfd\x45\xc5\x46\xd7\xbc\xa0\xb2\x8d\x4e\xa5\xd3\xa1\x2c\ -\x0e\xaa\x5e\x14\x52\x49\x24\x6c\x73\xf2\xd4\x70\x8d\x02\x34\x46\ -\xfb\x03\xe9\x6b\xa8\x43\x1c\x86\x9e\x0c\x5f\x34\x84\x26\x56\x37\ -\x4c\x3a\xd1\x8e\xe7\xa4\x20\xf8\xd8\xc8\x24\x75\x3d\xb2\x58\xa8\ -\x51\xaf\xc8\xed\x6c\x99\xae\xe2\x94\x6f\x79\x68\x96\x44\x6e\x2c\ -\xb7\x3c\x15\x32\xba\x0f\x1e\x05\x9e\x35\x5d\x66\x67\x39\x17\x93\ -\x0e\xa1\x77\x2f\x60\xcf\xc3\xc5\x38\xff\x0f\x75\x03\x53\x5a\xa2\ -\x7f\x73\x7d\x4e\xc4\x22\xc6\xeb\x4d\x63\x30\xd0\x2e\x7d\x3f\xb4\ -\x8b\x47\xab\x5f\x05\xaf\x45\x1f\x3c\xf3\x3b\x5a\x63\xd5\xa6\x85\ -\x8b\x9e\xcd\x12\xd4\x1d\x5b\x7c\xe3\x89\x4f\xaa\xa2\x50\xcd\xc2\ -\x47\xa8\x2d\x2e\xa4\x40\x77\x64\x63\x79\x11\x2a\x3a\x51\x69\x11\ -\x79\xb5\x73\x4d\x5a\x8d\x48\xcb\x3c\xd0\xd2\xad\x31\xb5\x30\xb9\ -\xfd\x6a\x0a\xa2\x38\x79\xcc\xcf\x83\xab\xe7\x48\x45\xee\xca\xd4\ -\x41\xf5\x29\x1a\xfe\xeb\x14\xa8\x8b\xf4\xcf\xcf\xd6\x73\xaa\x4e\ -\xe4\xf9\x9b\x09\xc7\x34\xc0\xb0\xc9\xe1\xde\x06\x20\xb0\x3b\x2f\ -\x91\x2e\x1f\xd3\xeb\x34\x7f\x60\xfa\xcb\xe7\xa5\xd9\xcc\x08\x86\ -\x85\x75\xd2\x91\xf1\x5c\x63\x19\xc8\x9a\x36\xc8\x7e\x31\x9d\x5a\ -\x83\xc8\x94\x0a\x12\x63\xd3\x80\xd6\xde\x72\x6d\x19\x4f\xaa\x2d\ -\x43\xb0\xc5\x45\xd4\xca\xe3\x67\x09\x33\x14\x1c\x28\x2b\xb9\xe3\ -\x65\x68\xcb\xc6\xcf\xae\x8c\x83\x49\xe6\x13\x41\x7a\x38\x71\x8d\ -\x82\xf9\x6d\xff\xa1\xf2\x92\xe6\xde\xab\x42\x77\x4c\x96\x0f\xc0\ -\x4b\xdd\x39\x6a\x35\x13\x8e\x6a\xa8\x7a\x0e\xd1\x1e\xda\xb0\xa2\ -\x02\xe2\x6b\x8c\xc7\xd4\x6b\xd4\x7b\xee\xfa\xc9\xa0\x5e\x32\xeb\ -\x17\xb3\x94\xed\x53\xe9\x95\x45\xa1\x9b\x32\x0d\x9b\x68\x49\xc1\ -\x39\x3f\xb5\x8f\x44\xc7\xc4\x97\x92\xb6\x16\x32\xa4\x9e\xde\x75\ -\x4e\x0a\xf2\x33\xc9\x4e\x94\x73\x0a\xbe\x9b\xee\x2a\xce\x5d\x39\ -\x5c\xe7\x9c\x32\x8c\xc2\xa2\x4c\xa9\xd4\x19\x24\x8d\x7e\x18\x34\ -\xe8\x37\x5d\x60\x34\x92\xf4\x52\x48\x87\x4b\x58\xac\x99\x9a\x3b\ -\xbe\xc5\x01\x48\xab\x05\x7e\x92\x42\xab\x2a\xc0\x0e\xfa\xf2\xa4\ -\x6f\x3e\xb4\x7f\x27\x50\xf7\x5a\xf4\x77\x26\x81\x4f\x9c\x80\x61\ -\x50\x12\x71\x2a\x65\xd6\x24\xa9\xa7\xae\xb3\x51\x5a\xc1\xa8\x93\ -\x95\x22\x68\x54\xab\x76\x77\xea\x74\x29\xec\xef\xe4\xa2\x6a\xa2\ -\x72\x2f\x8d\xc0\x50\x64\xc3\xd0\x5d\xeb\xf8\x60\x7e\xa4\xc5\xb7\ -\x83\xa5\xe1\x6e\x28\x90\xdc\x97\x76\xb7\xcc\x42\x7b\x34\x20\xe2\ -\x77\xaf\x1a\xf3\xe4\x6c\x42\xbe\x19\x4a\x9c\x6a\xbb\xd7\xb0\xf6\ -\x08\x88\x0e\x57\xc7\x06\x4a\xbf\x81\xce\x63\xf2\x07\x9b\xca\x74\ -\x2d\xcc\xde\xa6\x83\xb3\x9a\x47\xfe\xca\xc4\xc8\x70\xf8\x73\x6d\ -\x1c\x7f\x36\x34\xa3\x8c\xda\x77\xd3\x70\x67\x3d\xa2\x58\xb2\xce\ -\x6a\xd9\x54\xa1\x06\x7e\x93\xb2\xd0\xcb\xf3\x8c\x3b\x9d\x43\xaf\ -\x9b\x93\xc4\xca\xc8\x32\xaa\x76\x0b\xa0\x3d\x9a\x27\x3e\xb4\x61\ -\xe2\x1e\xe5\x5d\x4f\xdd\x5d\x53\xdf\x00\xcc\x6f\x2c\x96\xfe\xae\ -\x72\xe8\x70\xb0\x8e\x98\x8e\x80\x6f\xd1\xec\x80\x22\x4b\xaa\xea\ -\x29\x6d\xb5\x0e\x35\x9f\x83\x23\xdc\x7d\x18\xec\x2c\x5c\x54\x26\ -\x3a\x6f\x13\x1d\xa2\x34\x41\x98\xff\xdb\x6b\x9c\xd0\x60\x91\x68\ -\x69\x07\x4f\x53\xac\x88\x5d\x72\xea\x71\xb2\x72\xc2\x5c\xa8\x83\ -\x49\xcd\x1b\x81\xdd\xac\x63\xe8\xc5\x63\x62\x46\x9c\x8e\xd5\x75\ -\xf7\xee\x62\x4a\x30\xa7\xf1\x9a\xd6\x63\x1b\x8e\xe1\xac\xee\xb6\ -\x48\x9c\x2e\xb2\xec\x52\x9b\xeb\xd4\x5a\xbf\x15\xd8\x11\x06\x36\ -\xd1\x03\xdf\x1c\x17\x27\x0a\xc4\x3e\xc1\x01\xbb\x9d\xe3\x8e\x8c\ -\x10\x6d\xa1\x89\xc7\x22\xb9\x4c\xec\x5c\x59\x14\xde\x54\x25\xf2\ -\xd5\x1a\x92\x43\xc4\x9e\x0f\xf2\x81\xf7\x69\x6a\x7d\x32\xd0\xeb\ -\xcc\xe2\xf1\xe9\x0d\xf4\x3b\x72\x3f\xb4\x62\xa4\xfe\x33\xce\x82\ -\x81\x58\xd2\xfa\x51\x07\xd5\x85\x9a\x73\xd2\x7d\x68\x1a\x56\x0b\ -\xa4\x6b\xd6\xa9\xdc\x10\x36\x6f\xae\x44\x82\x52\x58\x54\xc8\x42\ -\x93\xda\x88\xda\x2d\xcf\x2b\xd7\xcb\x29\x86\x49\x33\x91\xa7\x81\ -\x45\x3e\x83\x77\x97\x37\x22\x82\xec\x7b\xd0\xfb\xec\x04\xae\x66\ -\x7b\x84\xa5\xc6\xc1\xef\x9d\xad\x88\x3c\x72\x9c\x1e\x07\x3c\x49\ -\xe8\xb1\x8b\x7b\x2f\xcd\x52\xb4\xdb\x9a\x33\x19\xf7\x35\x2f\x18\ -\x7f\xe6\x12\x56\xfc\xdc\xd6\x29\x8d\xa6\x2a\xfb\x3c\xd7\xef\xbd\ -\x89\x49\xbb\x69\x41\xbf\x98\x7a\x08\xa1\x1e\x96\xc1\xfa\x82\x18\ -\x4f\x27\xae\x3a\xdc\x26\x4a\xa5\x29\x86\xee\xc5\xf2\x70\x0c\xcc\ -\x03\xfb\xd0\xc8\x9c\x08\x1d\xe8\x6b\x7e\xd1\xfb\xa6\xee\x48\x9d\ -\x1e\xa8\xd5\xfe\x5a\x1c\x9d\xff\xce\x2e\x9f\xe9\xe8\x19\xe6\x12\ -\x18\x82\x5c\xbc\x4e\xbe\xce\xa6\xa8\x6b\x97\x6a\x62\xda\x2e\x86\ -\x66\x12\x93\x01\xd4\xfa\x6b\x4e\x47\x5c\xe7\xd0\xd5\x43\x83\xe9\ -\x70\x3e\x7b\x3c\x92\x98\x88\xec\x7c\x2f\x3c\xce\x0b\x69\x8d\x43\ -\xdb\x1b\xe2\xa4\xb7\xb4\xd9\x7f\xc9\x2b\x93\x0a\xdc\xad\x9f\x5d\ -\x92\x5e\x11\x53\xf0\x33\xa3\xa5\x1f\xf4\xdf\x1a\x92\x44\xb4\x99\ -\xff\x4a\xd5\xfc\x76\x51\xbf\x9f\xf3\xdb\x62\x34\x22\xc6\x42\x2b\ -\x7b\x25\x9c\xac\x40\xfc\x00\xe1\x46\x0c\x07\x62\x4a\xb5\x9f\xc5\ -\x42\x0f\x60\xf9\xcb\xe7\x9a\xeb\x57\xbf\x14\x15\x8e\x2a\x53\xb3\ -\x88\x0e\x30\xa3\x75\x56\x17\xf1\x23\xa7\xaa\xf4\x44\x7f\xf9\xde\ -\x51\x98\x51\x37\x32\xa1\x04\x8d\x92\x3e\xed\x76\xcd\xe5\x6c\x78\ -\x84\xd4\xbb\x5a\x5f\x59\xca\x49\xb5\x37\xde\x2d\x47\xac\xb0\x6f\ -\x49\x84\xbf\xa8\xf3\x65\x83\xfc\xb7\xc9\xf3\x98\x6c\x87\x40\x5f\ -\xdb\xdf\x52\x0f\x27\x8e\xe9\x8b\x74\xf3\x93\xfd\x7f\x58\x43\xf6\ -\xbc\x4d\x73\x45\xa5\xd1\x59\xa6\x63\xcb\x02\x7b\x4c\xf9\xb7\xff\ -\x70\x32\x44\xfb\x46\xe0\xd8\x48\xe3\x26\xe6\x31\xd5\x0c\x7d\xe0\ -\xc6\x37\xaa\x2e\xd2\x2c\x49\x81\x41\x69\x2f\x87\x3d\x6e\x19\xd4\ -\xbb\xf6\x34\xf1\x83\x39\x71\x4e\xcc\x72\x62\x40\x47\x38\x7d\x9b\ -\xa8\x8a\xdc\x4e\x3f\xdc\x29\xcc\x67\xaa\x50\x65\x11\x05\x2f\xa3\ -\x0c\xed\x96\x2f\xa6\x2f\x66\x10\x8f\xe0\xd8\x89\x1f\xfe\xf7\xfd\ -\xfb\x70\x4e\xac\x75\xde\xcd\xb4\xe2\xec\xef\x53\xda\x0e\xca\x22\ -\x4d\x06\xf0\xc8\x17\x3a\xf7\x49\x52\x0d\xbb\xd1\x41\x4a\x0f\x5c\ -\xa7\xe6\xba\xa3\xc8\x50\xc2\x98\x4c\xe3\x35\x5f\x6f\x80\x18\x8a\ -\x11\xf7\xc2\x59\xa4\x97\x19\xd9\xe3\x8c\x48\xb0\xd3\x25\x1b\x3c\ -\xf7\x8b\x1c\xf2\x8f\x98\x78\x94\xe3\xb2\xb1\x41\xf2\x5e\xa1\x8a\ -\x92\x48\x66\x84\x02\xe1\x3d\xd9\xcd\x97\xba\x27\x80\xdd\xdd\x45\ -\xc3\x13\x15\xd3\x74\x3f\x9c\x3c\xf5\x7b\x73\x4c\x93\x2e\x38\x1b\ -\xc0\x3b\x69\xdc\x8b\xae\x02\x14\xda\x99\x8c\x2f\xc0\xc9\x04\x4f\ -\x57\xd2\xf9\x73\x08\xe2\x75\x3c\x9d\x7b\xa4\x57\xda\xcb\xab\x2e\ -\x29\x57\x45\xa2\xa2\x63\xaf\x37\x40\x9a\xa4\xd5\xb1\xce\xba\x71\ -\xd0\x28\x80\xc4\x2d\x37\x74\x2b\x56\x50\x85\xc9\x1d\xba\x0f\xb0\ -\x2e\x1a\xef\xb7\xda\xd5\x1a\xdf\x8a\xa9\x50\x32\xe3\xb2\xb5\x96\ -\xa5\x03\x45\xed\x1d\xa0\x28\x2e\xd0\x0a\xb3\x24\x76\x66\x85\xff\ -\x6c\x23\x6a\x86\xc6\x94\xf1\x04\xe9\x98\x4d\xd3\x9e\x8b\x27\x73\ -\x97\x5a\x07\xfe\xf9\xdc\x83\xee\xd5\x91\xe2\x28\x0c\xac\xe0\xe5\ -\xd4\x4c\xf5\x05\x16\x39\x47\x21\x00\x0b\xfb\xe1\x2e\x96\x4d\x07\ -\x0f\xd1\x21\xbe\x34\x5f\xfc\xe8\x36\x36\x58\x5c\x9c\x17\x0d\xc1\ -\x51\x64\xa6\x0d\x22\xc9\xd0\xc2\xbc\x15\x26\xb5\xc1\x8a\x17\xfe\ -\xa0\x29\x6a\x15\x46\x9d\x5a\xc2\xc7\xe1\xab\x4e\xf3\x90\x3c\x60\ -\x78\x1c\x5e\x8b\x83\x07\x5e\xa8\x59\x08\x08\xa5\x89\x10\xf3\x70\ -\x22\x98\x2f\xbf\x56\xf4\xbb\x51\xad\xe6\x44\x24\x74\x18\x15\x7a\ -\x1b\x63\xe5\x46\x65\x91\x46\x97\xe0\xae\xbd\x7a\x9f\x44\xf4\xe7\ -\xa0\x6e\x49\x9e\x9a\x2c\x6f\xe0\x88\x08\x97\x8f\x44\xd1\x38\xc1\ -\x22\x62\x09\xe4\x64\x36\xa2\xfc\x82\xd0\x3e\xf8\xfe\xeb\xbf\x0f\ -\x56\x82\x5f\xcc\xb4\x86\x96\x4e\x1a\xca\xab\x5a\xfa\x96\x18\x8f\ -\x0b\x21\x93\xc9\xcf\x29\x47\xd2\xdc\x5e\xf4\x00\xc1\x7d\x36\x6d\ -\xe0\x2a\x64\x35\x4d\x21\xda\x3a\x5d\xce\x35\xde\x25\xdc\x0d\x17\ -\xc5\xb5\x18\x72\x17\xad\xc2\x0c\x21\x7c\x44\xbd\x77\xc3\xa3\x0f\ -\x9a\x61\x04\x1d\x83\xd3\x7a\xfa\xa4\x10\x8c\x7d\x38\x2e\x3c\x19\ -\x45\x50\xea\x21\x3c\xb3\x87\x5a\xa1\x68\x61\xc4\x76\x59\x6c\xd2\ -\x07\x64\x1a\x17\x52\x36\xd9\xed\x3d\x9f\x1a\x8e\x53\x0f\x50\xd4\ -\x35\x06\xf6\xc6\x76\x59\xb9\x46\xb1\x63\xe5\xd2\xd4\x46\x31\x0f\ -\x2e\x79\x9f\x3c\x45\x84\xc2\x0c\x34\x17\x73\x38\xd2\xf9\xfe\x6e\ -\x0f\xa5\xb6\xcb\xfd\xe7\xf5\x12\x9b\xdf\xe3\x76\xe4\xd3\x29\xb9\ -\x8d\x4a\xf8\xb5\xb1\x3c\x69\x61\xe1\xee\x49\xc3\x68\x35\xc5\xc7\ -\x5d\x2f\x96\x97\x6c\x84\x3a\xbf\x84\x14\xda\xb9\xf1\xa7\x51\xb0\ -\xa5\x9d\x4f\x46\x61\xe0\xc6\x9f\x7f\x4c\xbc\x63\x16\x29\xf2\xd7\ -\x62\x8c\x70\x97\x63\x9e\x3a\x22\x49\x4e\x9f\x13\x02\xee\xa2\x46\ -\xd1\x17\xe4\xd9\x3e\x57\xd8\xae\x5f\x56\x4a\x29\xdb\x19\x36\xb4\ -\xac\x78\x4c\x09\xce\x49\xd2\xd9\xcc\xef\xfd\x49\x9d\xc1\x2b\xe5\ -\x49\xee\x41\x8b\x02\x26\xa5\x98\x79\x7d\x99\x94\x59\x23\x74\xb7\ -\x6c\x40\x40\xbf\x34\x77\x93\x9d\xd0\x3c\x3d\x1b\x7b\x40\x8e\xcf\ -\xce\x4d\x03\xe0\x4d\x20\x03\x0b\xd2\x9a\x2a\x6f\xd0\xe9\x64\x23\ -\x70\x05\x59\xf2\x35\xe8\x8b\xe1\xfb\x95\xf7\x34\xd3\x63\x0a\x97\ -\xe7\x3a\x90\x54\xd0\x41\xf7\x8e\x3d\x25\x68\xd3\xef\x59\x64\x07\ -\xad\x28\x10\xf5\x9a\x28\x16\x70\xb6\x88\xa0\x5e\x58\xdf\xf7\x9d\ -\xba\x89\x40\xa1\x0b\x70\xe1\x81\x48\x9f\x00\x4d\x04\x17\x87\x40\ -\x7c\x66\x3a\xbe\x30\x52\x88\xdc\xba\xbe\x9d\xfd\xba\xf3\x7b\x8c\ -\x69\x7a\xff\x5e\x79\x8e\xb7\x33\x26\xa7\xbb\xf4\x88\xca\xe8\x01\ -\xb1\x8d\x6f\xe3\xf7\x4e\x50\xdd\x64\xd0\xcc\x53\x9b\xee\xba\x2b\ -\xd0\x4e\x47\x41\x12\xcd\x82\x3b\x8c\x77\x86\x29\x09\x5a\x5e\xce\ -\xb9\x3f\xa8\x18\xdd\xf2\xa0\x7e\xeb\x5f\xf4\xb0\x3a\x00\xb9\x33\ -\x9a\x20\xf5\x60\xbd\x71\xc9\xcc\xae\xa8\x2f\x5a\x66\x64\x04\x6e\ -\x53\xb9\xe6\xd2\x1b\x10\x1f\xef\x96\xdd\xde\x9b\x9b\x39\x50\x8f\ -\xd0\xf8\xcb\x94\x33\xd6\x6d\x64\x21\x75\xa0\xac\x9a\xb8\xb2\x8e\ -\x1f\x35\x8c\xcb\x35\xc8\x81\x57\xe5\x56\x44\x37\x80\x54\x0e\x4d\ -\x68\xd4\xaf\xec\xce\x90\xfb\x2f\x8e\xa5\x01\x74\x07\x00\x50\xeb\ -\x64\xb5\xb3\x71\xa7\x49\x4d\x6a\x01\x49\x70\x39\x15\x3c\xea\x80\ -\x37\x3a\x3c\x73\xd0\xcd\x4a\x53\xdc\x69\x7c\x6f\xfb\x3e\xcd\x94\ -\x28\x32\xfa\xec\xeb\x20\xb5\x98\xed\xac\x64\xf7\x30\xc8\x67\x7a\ -\xf9\x70\x44\x8a\x15\x10\x56\x51\xe9\x0b\x10\x46\x4a\x35\x2c\xd8\ -\xad\x8e\xcd\xcf\xb3\xba\x63\x28\xbf\x52\x3a\x45\x04\xcb\xeb\xa3\ -\x9f\x9f\x9f\xd1\xf4\x12\x11\xfe\xfc\xf9\x83\xfb\xb3\x53\xb2\xc1\ -\x54\xb4\xff\x94\x02\x79\x36\x57\x4a\x12\x88\x81\xeb\x72\x80\xa7\ -\xd7\x17\x3e\x78\x70\x03\x15\xcb\xf4\xe2\x72\x93\x25\x69\xc3\x0e\ -\xce\x7d\x6a\xa6\x14\x56\x8f\x89\xc7\x7e\xc8\xde\xe9\x38\xc8\x77\ -\xd9\xaf\xdf\xfb\x17\x50\xc6\xbd\x7f\x8d\x0a\x58\x1d\x1a\x9a\xc3\ -\xcd\xb2\x66\x66\x95\x75\x28\xb5\x24\xe8\x8e\x42\x66\xa1\x22\xad\ -\x48\x95\xba\x74\x42\x34\xce\x9e\x45\xc0\x6d\x52\xb4\x22\xb3\x06\ -\x3b\xad\x16\xa3\x81\xa9\x31\x9f\x75\xf9\x42\xf7\xa0\x64\xa9\x3b\ -\xd9\xe5\x7f\x17\x35\xe4\xa8\x8b\xf5\xe4\x2e\xcb\xdc\x5e\x2c\xa9\ -\xe9\x8b\x38\xc5\x89\x72\x04\xc6\x6a\x2e\xd4\x59\x60\xb1\xd1\x7e\ -\x88\xc6\xc5\xaa\x39\x95\x73\x1e\x7d\x84\x85\x11\xa3\x7b\xdd\xe4\ -\xe1\x28\x55\x70\xdb\x67\xa1\x81\x0a\x11\x55\xb3\x35\x38\xb9\xad\ -\x10\x7b\x15\x09\x1f\xb4\x05\xa5\x39\xf9\x79\x13\x29\x9e\x01\xcd\ -\xb3\x80\x97\x77\x81\x23\x36\x54\x60\x6e\x85\x5f\xa6\x3d\x27\xd2\ -\x46\x3a\xb9\xdd\xff\x0d\x81\x0b\x1e\x6c\xe6\x51\xb5\xe6\x22\x78\ -\xce\x66\x5e\x61\xc7\x23\x79\xf6\x5c\x20\xbc\x36\x9a\x0d\x3b\xd7\ -\xa2\x3b\xc9\x6b\x90\xb0\x53\x5d\x2c\xdc\xcc\xf9\xb2\x0a\x6a\x45\ -\xd4\x9b\x1e\x27\xb4\x4c\xe3\x02\x0c\xc7\xa2\xbd\x7d\x3d\xcb\x78\ -\xa6\x5d\x6f\x58\x54\xa3\x75\x5c\xe8\x1e\x38\x79\xa2\x31\x63\xe2\ -\x05\xec\x81\x2a\xf6\x03\xd8\xf6\x53\x04\xe4\x11\x70\x68\x40\x8e\ -\x09\x34\xaa\x29\x24\xe9\xfb\x67\x7f\x29\x86\x4a\xe7\x71\xea\x8a\ -\xe6\xf4\x6b\x3d\x50\x61\x64\x32\xcc\xb3\x99\x38\x27\x30\x61\x43\ -\xfe\x76\x30\x47\x31\xa2\xee\xc6\x64\x40\x2b\x0f\xa0\x05\x47\x40\ -\xe6\xeb\x3e\xe1\xcb\x7f\x9e\x9a\xd8\xc4\x5e\x96\xbd\x67\xc3\x18\ -\x54\x33\x47\x31\xf9\x2d\xc8\xbc\xff\xf9\x76\xd6\xf5\xc9\x1e\x45\ -\xd0\x31\x09\xce\xf0\xd2\xbe\x0e\x44\x76\x01\x0b\x3d\xa5\x3e\x45\ -\xc4\x2f\xc2\xef\x46\x13\xd3\x97\xaf\xfd\x6d\x7a\xf5\x1e\xc8\xde\ -\xb2\xc9\xc8\x26\x2f\xd3\x45\x0a\xe5\xd6\xe4\x36\xbb\xaa\xdf\x26\ -\x41\x3d\x53\x4b\x5a\x21\xf0\xd4\x16\xd4\x64\xa7\xb2\x92\xde\x9a\ -\xba\xb7\xe6\xf7\xb9\x57\x03\x21\x5d\x83\xaa\x17\x13\x85\x58\x2c\ -\x89\x02\xf7\x67\xd0\xce\xe5\xbe\xae\x92\x56\x94\xf4\x02\x3e\x28\ -\x78\x32\x73\xa3\xb2\x08\xf1\x9f\xdf\x27\xfe\x04\x2e\x8a\x82\x53\ -\x81\x2d\x62\x2a\xa2\x1f\x78\xe8\x2d\x68\x44\x02\x70\x22\xed\xa7\ -\x8e\x30\xc1\x31\x3f\x9f\xd0\x10\x55\x25\xcd\xa6\xee\xd4\x8b\x11\ -\xbd\x4f\x50\xbf\x6a\x74\xde\xd8\x1d\xa7\xd5\xbd\x1e\xd3\x97\xae\ -\x93\xf9\xc2\x97\xe9\x81\xf6\xe4\x74\x49\x8e\x41\x1c\x7b\xb8\x3c\ -\x87\x51\x4d\x9c\x03\xfc\xd0\x78\x82\xca\xba\xdd\xa8\x4d\xa5\x59\ -\x25\xcf\xf2\x29\xc4\xfe\x45\xd3\xc3\x3d\x73\x93\x86\x56\xc8\x00\ -\xcf\x9f\xf9\x6c\x14\x0f\xbb\xec\x0e\x10\x16\xbd\x78\x03\x7c\x8d\ -\x77\xd9\x9b\xf7\xcc\xdd\xeb\xb9\x41\x07\x30\xd8\xeb\xb1\x57\x7d\ -\xb4\x5a\x76\xdb\x69\x4a\x35\xa9\xec\x51\x32\xf5\xe7\xa6\x9e\xa1\ -\xba\x87\xe3\x62\x4d\x73\x6e\xa7\xc2\x39\x37\xa0\x07\x74\x2a\x06\ -\x30\x75\x02\x5a\x39\x65\xef\x99\x90\xc7\xd9\xa8\x2f\x9a\xa0\x6f\ -\xeb\x43\x3c\x96\x84\x1d\xcc\xce\xda\x24\xe2\x1e\xc4\x0c\xbc\xe4\ -\x8e\x7b\x40\x5b\x93\x6c\xce\x96\x66\x3a\x82\x8c\xcd\x09\xd0\x45\ -\x15\x0f\xe0\x2f\x73\xf9\x22\xc3\x8d\xa5\x05\x86\xdb\x02\x15\x6c\ -\x6c\x09\xf7\x54\x49\xb7\xe7\xb4\x0f\x57\x85\x70\x99\xbd\x7c\x5b\ -\xf7\x18\x26\x53\xcf\x86\xee\xb9\xef\x66\x68\xb2\x0d\x28\x5c\x3f\ -\x77\x48\x2d\x1e\xb5\x86\x37\xa9\xbc\xd8\x40\x31\xb9\xd3\x50\xc2\ -\xae\x30\x8f\x3b\x90\xfb\xd0\xb9\x7d\xb9\x47\x5a\x98\x73\xe5\xd5\ -\x16\x4b\x24\x00\xe0\xb5\x28\x27\x84\x55\x6f\xd2\x03\xe0\x57\xcc\ -\xa9\x65\x48\x65\xfa\xfd\x98\xc0\xb2\x3a\x78\xb2\xca\xed\x32\x2e\ -\x15\x6b\xaa\xcc\xd4\x8c\x95\x81\x5b\x46\xbe\x21\x56\x0b\x59\x76\ -\x2d\x96\x7a\x7f\x30\xf6\x50\x9e\x93\x3e\xdc\xc9\xa9\xbc\xfd\x7a\ -\xbd\x23\x79\xce\x9d\x4d\x63\x8b\xba\x14\x89\x5e\xb8\xb3\xbe\x68\ -\xa4\x39\xb9\x6d\x91\x47\x41\x53\xa2\x78\x6e\x8f\x98\x2b\x03\xaa\ -\x4d\x9d\x82\x7f\x7e\xad\xe2\x91\x93\x4e\x44\x5d\xb0\xb1\xe8\x27\ -\x75\xf9\xa9\xe1\x18\xe8\x14\x8d\x45\x3a\xf9\xc7\x33\xd1\x5c\xb0\ -\xb1\x40\x39\xde\x8e\xce\x74\xe6\x6b\xd5\x3b\x10\x11\xe8\xa2\xe4\ -\x40\x87\xa6\x21\xc4\xb5\xd2\xac\x75\x63\x8b\x11\x62\xbc\x8a\x9c\ -\xd8\xc1\x0b\x34\x39\x83\xd8\x14\xcd\xa4\xa1\x9e\x6f\x2d\x3a\x1b\ -\x55\xb2\xbb\xee\x3c\x82\x04\x55\xd2\x7e\x5c\x0f\xce\xf3\x48\x01\ -\xff\x8b\x06\x4a\x69\xe5\xfb\xc1\x41\xfd\x03\xbf\x5f\xb6\x01\xaf\ -\xf5\x80\xd7\x6c\xa6\x0e\xba\xc6\x98\xf2\x39\x25\x2b\xe9\x5b\x2e\ -\x5e\xe7\x86\x84\xf6\xf7\xd5\xf7\x83\xa1\x50\xec\x9b\xc4\x0f\x32\ -\x0a\x0e\x6c\xd7\x65\x28\x84\x56\xf2\x9f\xe5\x41\x39\x92\x56\x5c\ -\x53\x36\x56\x6f\x48\x9a\xa6\xc0\xb8\xc2\x4f\xe5\x48\x6f\x0f\x1a\ -\xa7\xe8\x0d\xc6\x35\xa7\x17\x1c\xc9\x9b\x3c\xb4\x0e\x55\x14\x60\ -\x20\x3e\x41\xad\x2c\xa3\x0c\xc5\xeb\xc9\x16\x94\x9b\x96\xa7\x03\ -\x74\x91\xfd\x9a\xe3\x7c\x7d\x6a\xbd\x4e\xeb\xdb\x37\x64\xb4\xf2\ -\xea\xf8\x4b\x31\xed\x8d\x17\x31\x18\x57\xe5\xe8\x84\x31\x81\x8f\ -\xe0\x8b\x8f\x7e\xfd\x55\xa7\x31\x78\xd7\xe7\x85\x24\xf3\x12\x96\ -\x38\xac\x79\xb9\x4e\x8f\x46\x23\x90\x09\xee\x90\xb4\x82\x0e\x27\ -\xc4\x98\xfa\x1a\x15\xb7\x1a\x47\x6e\x7a\x20\xb3\xff\xd5\x96\x1b\ -\x65\xcd\x31\x3b\x6d\x21\xdd\xca\xf8\xd3\xce\x97\xd6\xf8\xd0\x8e\ -\xc3\x2e\x23\x2e\xac\x3c\x5c\xe3\xcc\x7c\x9f\xba\x9b\xbf\x9c\xe5\ -\x78\xbc\x4f\x84\x6b\x3f\xef\x89\x1a\xb6\x22\x9b\xfc\x67\xda\xfa\ -\xbc\xa8\xe3\x59\xad\x86\x74\x5a\x06\x9c\x7d\x5e\x39\xa6\x70\xd1\ -\x2c\x99\xd9\x8e\x7d\xbf\xb5\x60\x79\x77\xb4\x0e\xf3\x16\x7d\x99\ -\x48\x9e\xc0\x4d\x31\x17\xde\x00\x8d\xd3\xec\xe2\xad\xa8\x7c\x22\ -\xc1\x93\x3e\xdd\x25\xa0\x79\x42\x75\xe3\x9f\x41\x9f\x42\x2b\x9e\ -\xda\xa4\x50\xe5\xf1\x33\xcd\xcf\x62\xe8\xb1\x52\x7d\x9d\xde\xb0\ -\x09\xc2\xca\xda\xf5\x22\x0e\x0e\x10\x47\x84\x42\x35\x6c\x92\x46\ -\x4e\x13\xec\xf9\xa6\x63\x2b\x60\x62\x1a\x1a\x65\xa3\x4f\x61\xfb\ -\x5f\x66\x0d\xcf\x67\x36\x91\xf2\x3a\x87\xdd\xd4\x69\x95\xab\x5c\ -\x16\x42\x6f\x1a\xa0\x17\x47\xc0\xb7\x62\x79\x63\xb7\x3e\xb3\x35\ -\x8d\x7e\xb6\x72\x14\x65\x8b\x1b\x13\xe6\xc8\xe2\x92\xb0\x74\x61\ -\xf0\x6a\xa0\xd4\x96\x01\xc2\x32\x2b\x70\x5d\xc3\xf5\x38\x99\x0c\ -\x29\x01\x96\xc3\x3d\x95\x9a\xd3\x98\x82\xe8\x67\xd0\xf1\xf5\xa0\ -\xef\x06\xb8\xc3\x3a\x29\x59\xca\x16\xdc\xb1\xa2\xe1\xe2\x19\xec\ -\xca\x87\xa3\x6e\xa7\x8f\xb2\x3e\xa7\xaa\x5d\x1b\xd3\x9f\xdd\xf2\ -\x95\x95\xf9\x78\xc7\xa4\xab\x33\xf5\x7b\x9e\x0f\x05\x03\xc4\x81\ -\xc6\x30\x5d\x1a\x99\x43\x72\xe3\x67\xfd\x31\x60\xf3\xbc\x17\x1e\ -\x2c\x10\xfa\x4a\xf7\x7d\xd5\x5e\xe3\xd9\x00\xc4\xd4\xe0\x15\x64\ -\x73\x6d\xb0\x88\x0c\xda\xb9\x0f\x6b\x20\x5b\xdc\x28\xc7\x69\xfd\ -\x0e\xa6\x2d\x62\x63\x0f\xb4\xfd\xbb\x40\x8f\x66\x74\x68\xc0\x23\ -\x8b\x49\x27\xd8\x75\xd6\xd1\xc1\xe0\x79\x03\xb3\xbb\x54\xe0\x69\ -\xde\xb1\xf3\x9d\x5e\xd7\x35\x64\x00\xb5\x77\xae\xe6\x5e\xdd\xdd\ -\xee\x80\xd5\xac\xfd\x17\xaf\xa4\xab\xdb\xd7\x91\x51\x7b\x0d\x6d\ -\x18\xa6\x9e\x2a\x73\x1a\x75\x7b\xcc\xce\x7c\xcf\x0c\x81\xf8\x9e\ -\xa2\x56\xc3\x93\x5a\x4c\x42\xdd\xb1\x9d\x12\xce\xed\x9c\x59\x7e\ -\x7e\x76\x53\x8a\x78\x1e\x7b\xdc\x83\xb2\x65\xd4\xf4\xa1\x01\xa3\ -\xc5\xd6\x34\x8b\x67\xdb\xf5\xbf\x23\x82\x3f\x7f\xfe\x24\x80\x2d\ -\x3b\xa2\x8a\xae\x02\x62\xff\xfc\xba\xa1\x89\x81\x7c\x2a\xbb\x0d\ -\x83\x9e\xcc\x35\x63\x1e\x61\xf6\x13\x2f\x01\xb0\x97\xb8\xcb\x1d\ -\x07\x3f\x53\xc8\x17\xa1\x02\x6b\xe1\x96\x0d\x62\x78\x46\x95\x51\ -\x32\xd8\x1d\xec\x98\x18\x9f\xfb\xff\x61\xad\x1f\xd3\x02\x79\x82\ -\xfa\x0d\x5f\x50\x04\xe3\x45\xfa\x18\x6f\x2b\xd9\xf7\xc9\x97\xa9\ -\xf8\xec\xfb\xd0\x8b\xd4\xaf\xbc\x16\x36\x8c\xd6\x83\x34\x10\x90\ -\x51\x3c\xfe\x7b\xff\x5b\x5d\x7a\x66\x4b\xb8\x43\x9c\x28\x6e\x7c\ -\xbc\x70\xd3\x16\xe4\x59\xba\x99\xbd\x3f\xa0\xcb\xb5\x1c\x5b\xf3\ -\x85\xa9\x08\x16\xff\xe0\xa6\x8f\x8f\x93\x29\x9f\x98\x51\x37\x2e\ -\xf0\xf5\x83\xdf\xfd\xbf\x80\x92\x8d\x76\xd9\x0c\x29\x10\xb4\xc7\ -\xc5\x90\x48\x9e\x8e\x0b\x4d\x02\xa9\xf0\x1c\x29\x6f\x22\x56\xa0\ -\x95\xe2\x34\x2a\x4f\x66\xdf\x21\xe2\xf6\x83\xb1\xdb\x56\x12\x79\ -\xce\x94\x8f\x6b\xaf\xe1\x70\x65\x48\xfc\xef\xfe\x67\x58\xa6\x0f\ -\x9e\xad\x04\x5d\x90\x0e\x8b\xcd\xe5\x7c\xb6\x85\xdf\xfd\x6f\x66\ -\x4c\xf1\x2a\x6b\xfa\x28\x28\x6f\x0f\xab\xe3\x26\x3c\x64\x6f\x36\ -\x49\x08\x5b\x3f\x69\xab\x2b\x22\x90\x7b\x1f\x13\x01\x5b\xa8\x21\ -\xe0\x06\x11\xf8\xfa\xb1\x77\x7d\x0b\xb6\xfc\xe2\x16\xd3\x6d\x74\ -\xda\x1e\x2d\x6b\x46\x6e\xfd\x18\x0f\x97\xed\x12\x0d\xcb\x5d\xba\ -\x08\xd0\x85\x7f\x45\x3c\xfb\x49\x63\x6c\x07\xc6\xc2\xe2\x0b\xd7\ -\x75\xe1\x23\x1f\x28\x5b\x16\x04\xc3\xc3\x46\x97\x53\x00\xc1\xb8\ -\xf5\x5f\x9f\x5e\x2d\x6f\x42\x68\x50\xaf\x02\x29\xaa\x46\xac\x0e\ -\x8a\xa5\x64\x85\x82\x86\xbb\x9c\x1e\xf4\x29\xc2\x4d\x77\x40\x16\ -\x3e\x7d\x30\x67\xc0\xed\x6b\x59\xbc\x38\x5e\xfc\x03\x80\x71\x07\ -\xda\xec\x1b\x7b\xfb\xfe\x09\x2e\x77\xee\xa3\x65\x28\xda\xad\x37\ -\x16\x16\x84\x34\x79\xf3\x20\x71\xdb\x16\x0b\xda\x35\x13\x97\x68\ -\x20\xbb\xde\x8f\xd2\xc5\xf2\xdb\xb4\xe3\x8d\x42\x1b\xa2\x5f\x86\ -\xe2\x96\xa2\xae\xac\x83\xce\x35\x2e\x40\x37\xb9\x60\x5e\xc7\x24\ -\xad\xed\x59\xe6\xa9\xb9\x02\x92\x77\x6d\xb1\x0a\x2d\x71\xde\xbf\ -\xe7\xad\xb7\x1f\xf6\x97\xc7\x97\xfa\xd2\xce\xe9\x84\x3d\x17\x6e\ -\x21\xce\x46\xe3\xf5\x30\x59\xfd\xcd\xe6\x59\xba\x23\xa2\xd7\xda\ -\xbf\xf2\x0b\xd5\x65\x4d\x61\xf4\x6f\x4c\x99\x77\x76\x0b\x46\xa8\ -\x77\x47\x21\x15\x37\xe4\x73\x4f\xcb\x78\xbf\x04\x29\xd5\xbe\x77\ -\x0a\x70\xbb\x83\x55\x50\x45\x54\x76\x0b\x98\x4c\x48\xd2\x8d\x5b\ -\x08\x77\x5e\xfa\x67\x83\x6d\xcf\xef\xa3\xbb\x69\xba\xf0\x9c\xde\ -\xe8\x07\xa7\x73\xac\x3d\x5f\xfb\x7b\x9f\xad\xb8\xdc\xe1\x8c\xb1\ -\xad\x19\x8d\xb8\x08\x2f\x18\x6d\x6f\xc1\xa9\xb0\x02\x88\x4f\xb8\ -\x14\xf8\x57\x3f\x2d\x07\xca\x9e\xc1\x6e\x64\x3b\xd1\x8f\x35\x90\ -\xe0\x69\x63\xef\x17\x68\xe4\xb8\x99\x8b\x2a\x0d\xd3\x03\x01\x70\ -\xdf\xbf\x43\xff\x79\xae\xd7\x8f\xfe\x0e\x71\x74\xe8\x72\xc2\x65\ -\x55\xdc\xf3\x8a\x5b\x33\x93\xfa\x91\x34\xb7\xa8\xe8\x84\x9a\x2e\ -\xb9\xb6\x87\xfc\xf3\xe9\x72\x3b\x7e\x4e\xab\x72\x5b\xd3\x77\x3c\ -\x70\x6b\xb0\x95\x73\xd2\xc9\x50\xdc\x9e\x23\x13\xff\x26\x50\xe9\ -\xcc\x69\xd3\x6a\x66\x92\x31\xc2\xc9\xec\xc4\x76\x2a\xea\xb0\xfa\ -\x67\x4e\x6d\xed\xad\x77\xea\x86\x12\x29\x27\xbb\xbf\x44\x14\x1f\ -\xcf\xe1\x32\xed\x9c\xdb\x71\x38\x12\xbe\x88\x13\x40\xcd\x66\xff\ -\x30\xd5\x10\x7c\x12\x84\x2a\x3d\x97\x67\xfe\x28\x41\xf1\xeb\x8d\ -\x02\xe7\x73\xeb\x53\x2c\x51\xc5\xad\xd2\x9a\x0e\x2d\x9a\xd1\x21\ -\xfe\xcf\xb0\xef\x60\x67\x90\x5a\xcc\x03\x9c\xea\xc6\xa1\xbb\x2b\ -\xb0\xee\xd7\xa7\x1d\xec\x77\x70\x37\x30\x89\xf3\x83\x3c\x8b\xd3\ -\x54\x18\x3f\xb5\x57\x17\x9c\xea\x2d\x09\x84\xd1\x51\xf8\x6f\xcf\ -\xd9\x12\xa2\xa4\x61\xf7\x89\xf3\x47\xe2\xf9\x5f\xe6\x14\x98\x0d\ -\x30\x81\x16\x61\xdf\x3b\xc4\x64\xc3\x8d\x33\x9e\x87\x78\x4e\x94\ -\x1d\x78\xab\x80\x52\xb2\x58\x95\xdf\x68\x86\xb1\xc0\x4d\x67\x1c\ -\x28\xfd\xaf\x9a\x83\xb1\xca\x6d\xc5\x71\x4c\x63\x9d\xad\xa1\xf8\ -\x24\xce\xd9\xcf\x6b\x72\xad\xde\xd6\x3b\xb3\x9b\x82\x62\xa7\x69\ -\x2b\x0d\xa3\x3b\xd2\x95\xeb\xc4\xe8\xc9\xd1\xf0\x2f\xfc\xde\xff\ -\xcc\x48\x9f\x98\xdc\xfa\x44\x27\x5d\xe1\x16\x97\x23\x1d\x87\xb6\ -\x48\x2d\xe7\x50\xd1\x74\xd7\xad\xa9\x51\xe0\x57\x6d\xff\x2f\xba\ -\x20\x62\xf1\x12\xc4\x96\x93\x09\x30\x6e\xf9\xb8\x09\x9a\xe5\x6c\ -\xe1\x2e\xc6\xd4\xba\x2e\x63\x2c\xad\x1f\x2b\xc8\xf9\x07\xc0\x8f\ -\xb1\x18\xa0\x9e\xa3\x89\x04\xb8\x27\x93\xc2\x7f\x95\x4f\x4d\x1d\ -\x17\x32\x0b\xac\xb3\xa3\x7a\x06\x78\xe4\x6a\xc5\x34\xeb\x96\x9d\ -\xe0\x72\x6a\xb6\x63\x52\xa4\x04\xf1\xe7\x17\xf7\x63\xbf\x87\x17\ -\x33\x36\x7e\xfd\xbc\xa5\xe6\x9e\x1b\xc0\x10\x61\xd3\xf6\x4a\x27\ -\x4c\x25\x16\x88\xc5\xeb\x95\x0d\xd1\x8f\xd3\xd6\x25\xa3\x6f\x7a\ -\x4e\xe6\xbd\x3f\x0d\xec\x61\x2c\x37\xde\x59\x7e\x87\xed\xfb\xdf\ -\xd4\x4a\x5b\xce\x5a\x64\x89\xd9\x39\x78\xdf\xbf\x76\xd6\x10\xca\ -\x28\x49\xeb\x1e\xff\xd5\x1b\x1c\xce\xe1\x02\x97\x98\x70\x32\xe4\ -\x6e\xf9\x58\xc8\xf5\x55\x53\xfe\x38\x9f\x59\x2d\x67\xb3\xdf\x19\ -\xd1\x64\x25\x60\x47\xce\x56\x71\xad\xab\x50\xa3\x16\x76\xdf\x3c\ -\xb1\xb5\xb7\x9c\xe1\x26\x24\x50\x12\x73\xfa\xc5\x95\x8e\xce\xa6\ -\xe7\x57\xb3\x5b\x3f\xc7\xe0\x1d\xa9\x0a\xe3\x0c\xa5\x66\x3b\xe9\ -\xcd\x8d\xd1\xa0\x56\xf1\xb6\x3d\x58\xaf\x0c\x28\x14\xbc\xdc\x0e\ -\x3d\xc2\x6b\x23\x0b\xe3\xb0\x3c\xff\x46\x2b\xb0\x73\xf2\xe9\x06\ -\x57\x17\x18\x1c\x7d\x3a\xb2\xa6\xde\x0c\x29\x3c\x37\xca\xb4\x5b\ -\xb7\xdb\x77\x03\x7a\x07\x99\x80\x13\x8d\x8b\xfe\xcd\xc2\x0f\x5b\ -\x63\xa5\xa1\x0d\xd9\x6e\x0f\xc9\x9e\x3c\xee\x63\x58\xee\xd4\xb2\ -\xb2\x1b\x56\x2a\xa7\xab\x1c\xfd\x33\x63\x69\x99\x2d\x44\x81\x87\ -\x48\x2b\x22\x7b\x65\x1d\x71\x0d\x23\x10\x72\x48\x75\x31\xf9\xcf\ -\x4e\xaf\x46\x0c\x2b\xf4\x5e\x74\x22\xba\x86\x44\x68\xbb\x18\x71\ -\x50\x60\x82\xc2\x96\xee\x63\x2f\x08\xd3\x0a\x9a\xa5\xce\x42\x3b\ -\xae\x6a\x5b\xcc\xb6\x1e\x18\xee\xc8\x92\x47\x87\x0c\xe1\xec\x34\ -\x9f\x08\xca\xc0\x4f\x06\x3c\xc3\x6d\x61\xed\x62\xf2\x1c\xaf\xeb\ -\xc7\x28\x09\xab\xa1\xe2\x5a\xd6\xcb\x8c\x21\x61\x7b\xd0\x65\x7e\ -\x9c\x4a\x58\x26\x06\xcd\xe0\x81\x8c\x77\xac\xe9\x7a\xb3\xca\x98\ -\x22\x29\x4b\xdc\xb8\xe2\xd6\x78\x89\x0b\x32\x45\x01\x8e\x1c\x88\ -\x70\x82\x43\x4b\x42\x07\xb0\xa4\x85\xd7\x6e\x47\x96\xdc\xd0\xc3\ -\x26\x06\xc8\x42\x8f\xc8\x38\xe0\x49\x67\x4a\xcb\xfd\x49\x81\xb3\ -\x5a\xc2\xd6\x50\x04\xed\x81\x5a\xc8\xe7\x56\x84\x61\x56\x98\x0f\ -\xd8\x45\xca\x03\x61\x83\x8a\x5d\x2a\xaa\xc3\x70\x63\x98\xa6\x50\ -\x4d\x22\xba\xd8\x39\xf8\xa7\x11\x34\xbc\xf0\xe4\xc1\xdb\xfa\x58\ -\xb5\xe7\x40\x03\xd1\xee\x05\x70\x9c\x33\x67\x2e\x4f\x4c\x93\xa6\ -\x89\x4d\xb9\xeb\xd9\xde\x78\x5b\xdb\x98\x71\x05\x01\xcc\x20\x72\ -\xd0\xf4\x89\x98\xbe\xfc\x33\x74\x61\x24\xb5\xb7\x50\xae\x88\x53\ -\x97\xf6\x3d\xbf\xcc\xf6\xc3\x35\x84\xf6\x7f\xfb\x67\x27\x8a\xb6\ -\x33\xa3\x4d\xa1\xed\xef\xba\x93\xd7\x0b\x35\x91\x15\x2d\x91\x9e\ -\xbf\x1e\x9c\x41\x3f\x03\x1d\x74\xd0\xd0\x26\x71\x3b\x8f\x95\x0e\ -\x54\x76\x87\x63\x45\x6a\x2d\x22\x82\x31\xa6\x12\x8c\xee\x84\x68\ -\x8c\x08\x87\x30\x6a\x62\x05\x7e\x86\x67\xe7\xda\x28\x3b\xec\x1e\ -\xc0\xda\x73\x95\x3a\x15\xf1\x8c\x0d\x61\xfa\xa9\xe9\x6a\xe3\xef\ -\xab\xd3\x7b\xd8\xbb\x82\xce\x54\x20\x37\x5b\x32\xb3\x8c\x35\xf4\ -\xb3\x9d\x12\x9d\x54\x3f\x70\xd3\x02\xd3\xc3\xa4\x64\xe4\x18\xe1\ -\xa4\xe6\x21\x1b\xdb\x9a\xf8\x31\x54\x2a\x14\x39\xc0\xba\xd0\x0b\ -\xc5\xdd\xab\x22\x07\xd8\x51\xb4\xca\xc1\x56\x10\x9a\xb4\x74\xdd\ -\x66\x5b\x2e\xea\x4d\x85\x00\x5b\x2a\x2c\x37\x75\x82\x1b\xeb\xcf\ -\x1f\x60\x78\xbb\x4d\xed\x14\xaf\x9a\xbc\xf7\xcf\xb2\xb0\xac\x56\ -\xd1\xab\xce\x96\x9b\xb0\xa9\xb9\x8c\x3a\x3f\x6b\xd1\x94\xb0\x68\ -\x04\xa2\x36\x43\x0f\x7d\xb3\x59\x57\xc5\x15\xe7\x1b\xcb\xa0\x72\ -\x6e\x28\x96\x9b\x70\x90\xdf\xab\xd2\x34\x9f\xa9\xbd\x24\x1a\x6e\ -\xb8\xe1\x4a\x96\x75\x93\x4e\xd7\xb5\x93\xca\x76\x1a\xa7\xd4\x59\ -\x30\xb5\xec\xdd\xf8\xa4\x8a\x68\x1e\xfb\xcb\xce\x5d\x7e\xd1\xe2\ -\x70\xe7\x21\x1a\x00\x19\xf9\x75\x89\x94\x1d\x53\xef\xcc\xdb\xb9\ -\x80\x6d\x8e\x75\xe9\x9a\xac\x65\xd2\xd5\x0d\x4e\x94\x26\xb5\x3f\ -\x34\x49\x9d\xbd\xd1\xcd\x59\xe0\x71\x38\xa1\x91\x7c\xa3\x2c\xf7\ -\x26\xe3\xad\xbe\x8b\x89\x8d\x6e\xcd\x66\xa0\x4f\x89\x57\xdc\xce\ -\xa1\x71\xde\x56\x38\x53\xc4\x8d\x18\x36\x65\x46\x05\xe4\x40\xa2\ -\x21\xd2\x50\x16\x67\x0b\x3c\xa7\xdc\xc1\x68\xe9\xe6\x50\x71\x9e\ -\x74\x26\x08\x07\xf5\x50\x8f\xfa\x0a\x1b\x2a\x5c\x00\x25\xde\xef\ -\x8f\x45\x3c\xe5\x27\x8a\x91\x39\x6a\x20\xb7\x58\x53\x99\xd7\x72\ -\x45\xe8\x9c\xf7\x61\x9a\x86\xb5\xec\x52\x6b\x52\xb9\xc9\x21\x5c\ -\x2e\xc3\x96\x93\xa7\x1e\x5a\x6c\x50\x4e\xbc\x4c\xab\x65\x98\x2e\ -\x07\xe9\x5e\x26\x56\xda\x2f\x5e\xce\x3b\x29\xd9\x46\x01\x56\x2a\ -\x19\x38\x48\x2d\xd7\x30\xc0\xbc\xc5\xce\x2e\xd9\xb8\xbd\x5e\xc9\ -\x16\x82\xdc\x95\x3a\x58\x17\x61\xbc\xc3\xa5\x05\x65\x44\x0e\xe4\ -\x9d\xe7\x80\xbd\x9e\x9d\x40\xfd\x9c\x6c\xfa\xdd\x1e\x39\x5a\xa5\ -\x2e\x74\xf0\xa3\x39\x3b\xb6\x62\x28\x0c\xc4\x02\xc8\x88\xb3\x78\ -\x31\x03\x5e\x7f\x36\xdc\x12\x57\x16\x21\x32\x37\x5e\x15\xd4\x94\ -\x1b\xf6\x2c\x4c\xd5\xad\x4c\x6d\x84\x2f\x03\xf9\xaa\x42\x9d\x1f\ -\xa2\xe0\xd0\x2d\x9d\x62\xdb\xf7\xc6\xa9\x8f\x4a\x77\x5e\x9a\x65\ -\xbb\x7c\xd8\x26\xbe\x50\xda\x2a\x53\x81\x8f\x62\xc9\x62\x9e\xcd\ -\xb5\xef\x38\xac\xae\xf5\xb8\xb4\xd8\x29\x30\x69\x6b\x89\xb2\xf9\ -\xa6\x97\xa2\xed\x1b\x3f\x3d\x4d\x30\xb2\x20\x95\x74\x62\x89\xac\ -\x91\x38\xb4\xb8\x05\x1e\x93\x16\xed\xf2\x21\xe8\x85\x7e\x71\x08\ -\x7a\xe6\x04\xd5\xe7\x5b\xa3\x91\x41\x37\xe1\xe5\x40\xef\x38\x75\ -\x25\x35\xba\x6e\xe6\x60\x6d\x64\x1e\x02\x61\x75\xe1\xab\xe5\x17\ -\x71\x66\x18\x3d\xed\x8d\x17\x16\xd3\xb0\x8f\xef\xeb\x85\xf9\x72\ -\xe4\xd7\x6c\xd7\x49\xdb\xc5\xed\xfc\x77\x6a\x97\x17\x11\x61\xb9\ -\x03\xa0\x21\x0e\xde\x10\x0f\x4b\x67\x02\x2d\xb8\xb3\x90\x24\xd2\ -\x7d\xa3\x68\x4a\x92\x34\xb8\x9d\xfa\x1b\xd5\xb7\x1c\x1d\x1d\x1a\ -\x19\x40\x20\xa4\x49\xdb\x61\x9f\x54\x9d\xd3\x9c\x72\x71\xb4\xa3\ -\x21\xa8\x0c\x61\x67\x11\x81\xd8\x4a\xdd\xe1\xec\xdd\xb9\x11\x98\ -\x68\x74\x8c\xd1\x81\x4e\xe7\x63\xeb\xc3\x28\x52\xd5\x69\x68\xcb\ -\x5e\x3a\x13\x77\x92\xe2\x11\x40\xda\x8b\x82\xdc\x27\x68\x9c\x70\ -\x45\x5e\x00\xbb\x17\xa1\xcd\x79\xf0\xc1\xb9\x27\x3c\x44\xab\xa7\ -\x09\xc0\xb9\xae\xa7\xad\xee\x9d\x53\x62\xc5\x76\x83\x93\x0a\x83\ -\x54\x6f\x86\x4d\x17\x19\x95\x59\x98\xde\xa0\xa8\x3d\xee\xf0\x44\ -\x6d\xba\xd4\x0d\x53\x26\x00\xe0\xfa\x2a\x50\x4d\xfa\x07\x5a\xea\ -\x05\x99\x90\x67\x8e\xe0\xbf\xea\x53\xba\xf3\x53\x22\xef\x79\xa0\ -\xd7\xd4\x8b\xb0\x32\xa4\x35\x2c\xdf\x43\x0f\xdb\x38\xa2\x39\x11\ -\x7a\x50\x45\xa3\xf9\x6b\xda\xbe\xba\x18\xe5\xa1\xd3\xb2\x9e\xb7\ -\x73\xe5\x69\x34\x7e\x92\x45\xb9\x34\xb1\x7a\x15\x7a\xeb\x68\xec\ -\x82\xd2\x9d\x83\xdf\x2f\x05\x47\xd1\x2e\xaf\x2f\xd4\x20\x2d\xcf\ -\x90\x41\xd3\x76\x83\x16\x3c\x73\xdf\xba\x21\x42\x67\x48\xd8\xf7\ -\x63\xcf\x1f\xf7\xa0\x70\xff\xdc\x19\x0f\x00\x0f\xc2\xc4\x41\x5d\ -\xd2\x72\x25\x44\x8b\x3f\xd0\x40\xc1\xdb\xe7\xef\xa6\x13\x19\xc7\ -\x81\x59\x78\x3d\x2c\xa1\x63\x1d\x43\x27\x75\xd7\xb5\x11\x74\x4c\ -\x75\xf3\xee\x38\x9c\xbf\xfa\xf7\x9a\x9a\x20\x4e\x40\x21\xdc\xc5\ -\xc4\x69\xf5\xc1\x42\xb0\x78\xb2\x83\xa2\xe5\xcb\xeb\xbe\x03\x7c\ -\xc3\x30\x79\xa8\x33\x66\x37\x3b\x65\x8f\x5e\x08\xf2\x87\xff\x0c\ -\x1a\xf7\xd9\xb9\x54\xb1\x40\xd8\x20\xcf\xcb\xa3\x98\x1c\xbe\xba\ -\x23\x1e\x74\xfd\xbc\x8b\xb4\x35\xb0\xb3\x30\xdc\x1e\x16\xaf\xae\ -\xe1\xb2\xcf\x2b\xc9\x06\x31\xf7\x47\x75\xe0\x54\xa1\xcb\x09\xfd\ -\x12\x0d\x90\x82\x85\x5e\xf5\xc2\xdf\xa8\xaa\x6f\x79\x45\x9d\xa6\ -\xee\xea\x8c\x16\xe3\xb2\x5a\x4e\xd6\x3e\xf4\xa8\x57\x9b\x44\x73\ -\x03\xfc\xf6\x53\xb3\x88\xfa\x3c\xab\xad\xfb\xfb\x68\xce\xa6\xf6\ -\xcd\x26\x70\xb5\x66\x38\x81\xb4\x02\x0f\x28\xb3\x4f\x4b\x62\x55\ -\xcd\x7b\xd9\xd1\xbf\x83\x54\xec\xe6\x09\x6f\xf7\x5a\xd4\x5f\xc6\ -\x76\x9a\x94\x4c\x74\xaa\x7a\x02\x45\x1e\xea\xee\x3a\x42\x62\x63\ -\x8d\x68\x97\x90\xb4\x77\x72\x91\x4d\x7c\x55\x74\x64\x83\x9e\x94\ -\xfc\xfa\x8f\x3e\x4d\x72\x68\x8f\x33\x6c\xfa\x0f\xe8\xeb\xfa\xec\ -\x6b\x60\x35\x87\xe2\x3e\x11\x7c\xde\x0d\xcf\xb0\xe1\x3c\x97\x48\ -\xa6\xd9\x4b\x7f\xf7\x86\x6e\x24\x63\x67\x66\x70\x56\x3b\x6f\x7b\ -\x60\x27\xa0\x6e\xb5\x11\x52\x52\xd0\xfb\x03\xbb\x73\x68\x4c\xd2\ -\x7a\x48\x7c\xe4\x4b\x02\x61\x2c\xd4\xce\xd0\x8c\x4b\xa2\x61\x4b\ -\xa3\x2f\x00\x40\x02\x68\xcd\xe2\x7c\x68\xb1\x19\x58\xb7\x87\x09\ -\xeb\x2a\xeb\x76\x5f\x07\xaa\x1b\xd8\x4d\xd2\xa1\xf2\xd8\xa9\x65\ -\xa8\x85\xac\x77\xaf\xab\xa4\x22\x16\x31\x21\xce\x3c\xaa\xe6\xf2\ -\xe9\x2a\xbd\xda\x79\x24\xb8\x54\x1a\xbf\xfc\x85\x97\xae\x9d\xa7\ -\x9d\x4d\xd8\xce\xc3\x27\x10\x7b\x6a\x41\x62\xdd\x32\x39\x05\x6e\ -\x06\xf3\x65\x0b\xf0\x86\x5e\x4f\xaa\x09\x1e\x08\xf5\x74\xe9\xe1\ -\x89\x94\x28\x87\xaa\x69\x84\xed\x75\x2d\x91\x9e\x96\xef\xb1\x70\ -\x70\xa5\x2b\xc8\xde\xdb\x05\x8e\x89\xef\x8e\x62\x0a\xe8\x36\xa1\ -\x4d\xdc\x2c\xef\x61\x8f\x63\x0a\x48\x18\x0b\xa9\x37\x62\x1d\xe5\ -\x55\x20\x83\x83\x8d\x1a\xa8\x89\x54\x48\x1c\xc0\x2d\x3c\x11\x52\ -\x54\x92\x21\xde\x7f\xb1\xf0\x3c\x9d\x1d\x55\xaf\x36\x1d\xa8\x29\ -\x52\xd8\x6c\x2e\xa2\x43\x80\x7b\x58\x6e\x66\x78\x22\xfb\x21\x4f\ -\xd3\x1d\x48\x7a\xae\x98\x8d\x72\xc7\xb3\xd1\xde\x48\x5a\xc3\x16\ -\x36\xaa\x11\xc0\x1b\xd3\x3e\x13\x62\x33\xa6\x03\xd7\x1a\x45\xb7\ -\xfd\x4c\x86\x36\x93\xae\x91\x09\x15\x0d\xd8\x3a\x90\x6f\x7a\xe1\ -\xc8\xda\xdf\x23\xaf\xb1\x5d\xaf\xd4\x1a\x0a\x09\xb4\xce\xc3\x26\ -\x63\xa2\xc6\x8d\x3b\xcd\x8b\x5f\x0b\xc7\xa2\x62\xcc\xbe\x26\xb3\ -\xd3\xfc\xfb\x95\x93\x1a\xe7\xa6\x7f\x99\xc5\x96\xa0\x3a\x2e\x59\ -\x0a\x0a\x69\x05\x98\x26\xb5\xca\xeb\x5c\x76\x63\x89\x53\x94\xd9\ -\x53\xed\xff\xc6\x85\xcf\x46\x32\xa9\x38\x71\x31\xdf\xb9\x24\x2d\ -\x38\xf8\xc7\xe8\x01\x0f\x37\x25\x9f\x62\xf0\x6c\x5a\x62\x1d\xa6\ -\xd1\x48\x50\x95\x22\x50\xf7\xa0\x13\x6a\x14\xea\x2d\xa7\x86\x50\ -\x87\x5c\xa0\xfe\xdc\x02\xaa\xc7\x61\x4e\x0c\xa5\xba\x84\xb6\xca\ -\x18\x7c\x17\x42\xd9\x8b\xd2\x37\x3d\x4d\x96\x2f\x76\xc1\x88\x5d\ -\x2e\x02\x47\x1b\xdb\x54\x45\xfe\x6b\x50\xb3\x39\x89\xd9\xcf\x1d\ -\x45\x4a\x69\xb3\xd4\x8b\x05\xd3\xdc\xd9\xe5\x9e\x67\x95\xfa\xa4\ -\x11\xd3\xa2\xb7\x74\x73\x34\xee\xf9\xdd\xb2\xcc\xbe\xd9\x9b\x47\ -\xe3\x44\x84\xd6\xbc\xd1\x21\xd6\xa7\xf6\xcc\x25\xc1\x88\xd3\x95\ -\x8e\x88\xd3\xd1\x2d\x9d\x1d\xff\x32\x11\x24\x5a\x8f\x86\x8f\xe8\ -\xbd\x48\x51\xd7\xb7\xf1\x88\x33\xe8\x97\x3a\x1a\xaa\xa9\xa9\xa7\ -\x08\xea\x6b\x1a\x08\xf8\xd9\xbe\x4f\x80\x2e\xd9\x1b\x2d\x73\x4a\ -\xe8\xbd\x59\xd6\x65\xd3\x5a\x79\x3a\xb4\x25\x50\x43\x21\x7c\xef\ -\x26\x93\xdc\x80\x8e\x60\x84\x9c\xd3\x18\x9f\x60\x09\x41\xd7\xb6\ -\xb3\x08\xfa\x4a\xf7\x1f\xb6\xd2\x21\x46\x6e\x26\x0a\xd8\x11\xf5\ -\xe4\x39\x3d\x10\x77\x0b\xf5\x7f\xbf\x4b\xe7\xdb\x11\xdf\xa4\x32\ -\xe2\xe3\xf4\xe5\x49\x05\xcc\x49\xae\x44\xbe\xd8\x7b\x7d\x41\x5e\ -\x20\x9d\x13\xf1\xd4\x4c\x51\x40\x47\x65\xee\x80\x21\x76\x3f\xf4\ -\x9f\xd2\x6e\x2b\xa5\x91\x3b\x19\x2f\x6e\x16\x46\x94\x00\xf1\xdb\ -\xb4\x69\x34\x3f\x77\x30\x0a\x4a\x37\xc2\x9b\x1e\xa1\xe9\x36\x21\ -\xf0\x97\x2a\x6b\x38\xd9\x9d\x1a\xa7\xe7\x9e\xdf\x87\x66\xe5\x6a\ -\xc0\x0a\x0f\x29\x43\xec\xa7\xa4\x57\x45\x8d\xd3\xcd\x72\x78\x32\ -\x30\xc2\xda\x80\x70\x60\x66\x00\x00\x20\x00\x49\x44\x41\x54\x21\ -\xf6\x09\x4b\xe9\x2b\xd3\xd0\xc3\x35\x6d\x76\x27\x3b\x6d\x4e\x83\ -\x47\xb3\x1a\x33\x49\x0f\xc3\xad\x02\xe7\x42\x73\x4f\x47\x14\xc5\ -\xe9\x58\xa8\x08\xb6\x05\x1e\x8e\x7f\x41\x75\xe7\xe8\x9a\x38\x1a\ -\xc4\x0a\xb6\x8d\x35\x22\x8d\xf1\x92\xb5\x5a\x63\xac\x74\x97\x54\ -\x75\x8a\x75\x02\xd2\x61\x28\x01\x7d\xb5\xed\xc6\x98\x7c\x3b\xa0\ -\xa4\xf4\x7a\x2f\x9e\x0d\x6a\x4c\x32\x1e\x8d\x6e\xec\x37\xd9\x63\ -\x92\xd9\xf5\x5a\x99\xb3\xe5\xf5\x18\xf3\x31\xf1\x69\x3a\xc8\x3a\ -\x3b\x66\x54\x8b\x05\x04\x73\x36\x25\x36\x75\x91\x62\x54\x61\x99\ -\x91\x0e\x9a\xa9\x0b\xc7\xb4\x5c\x9b\xe4\x8a\x13\x74\xe8\x7a\xf4\ -\x2b\x01\xca\xd6\xc8\xa5\x41\x0e\xe7\x3a\x26\xba\x6c\xcd\x51\x03\ -\x38\x89\x20\xb8\xa0\xb4\x21\x74\x0d\x0a\xa7\xfa\x5a\xb8\xfc\x5c\ -\xa1\x63\x52\x5a\xe1\xbc\x35\x51\xec\x80\x75\xae\x08\x5e\xed\xef\ -\x5e\x99\x7f\x98\xef\x83\xd9\xcd\x71\x7a\x9e\xe5\xcc\x3a\x53\xef\ -\x75\xf0\xb9\xf1\xf9\xfd\xa4\x53\xad\xd2\xc2\x1f\xe5\xbc\x2f\x5a\ -\x6a\x9c\xc1\x23\x23\x14\xec\xb4\xd2\x75\x85\x33\x49\x0b\xb4\xcb\ -\x97\x70\x8e\xcb\xe8\x41\x24\x21\x92\x47\xc3\x51\x4e\x4f\xe4\x27\ -\xf7\x53\xec\xaa\xa2\x47\xc3\xf1\x77\x17\xb9\x2c\x90\xcf\x43\xeb\ -\x9c\xd4\xe4\xa8\xd3\x49\x33\x62\x9b\x25\xc4\xdc\xd4\x50\x0d\xb3\ -\x4b\x65\xa3\x66\x55\x22\x60\x65\x09\x91\xf1\x6e\x0b\x99\xd9\x28\ -\xd7\xab\x10\xd7\xca\xc3\x24\xa2\xd9\x06\x24\xaf\xbb\x8a\x03\xbc\ -\xb8\xa3\x14\xb5\x50\x22\xa8\x58\x25\xad\xd3\x95\xf0\xf5\x40\x38\ -\xc7\xf4\x94\x93\x86\xb6\x70\xbc\xce\x8b\x46\x45\x89\x1e\x8d\xed\ -\xc3\x8d\x0b\xdf\xb3\x73\x46\xba\xf7\x96\xd1\xf4\x90\x94\xed\x7b\ -\x42\xe2\x2e\xaa\x8c\xf0\x5b\x5a\x7e\x91\xf2\x55\x88\x2c\x14\x9b\ -\x3f\x7e\x87\x4c\xbd\x98\xd1\x62\x3c\xb9\xcc\x2f\x62\xe6\xcb\xb3\ -\x5f\xca\xea\x3e\xed\x92\x55\x72\x72\x13\x07\x4a\x1a\x5c\x00\x23\ -\x07\x87\x34\x38\xfd\xeb\xf1\xf6\x02\xa1\xef\x34\xc8\xd8\x33\x69\ -\xbb\xfb\x70\x9b\xd2\x81\x5e\xaf\xe6\x92\xa8\xdc\x8b\xb8\xef\xe2\ -\x5f\xed\xf4\xd1\xbc\x37\x35\xab\xaa\xdd\xe0\x25\x95\x9c\xd9\x37\ -\xda\x60\x5d\xe6\x1b\x16\x4f\xb0\x72\x57\x57\xe5\xf8\x66\x8f\x6f\ -\xa3\xf0\x72\x06\xaa\x9f\xf3\x1d\x50\x08\x7b\xe2\xf3\xe9\x29\x77\ -\x4a\xc7\x0c\x8b\x3d\x1b\xf8\x74\x60\xc2\xd3\x0e\xf9\xf7\x57\x06\ -\x75\x99\x3c\x6b\xc9\x0e\xd4\x95\xde\x6c\xc5\x0a\x38\x90\x77\x4c\ -\x63\x82\xee\xfa\x64\xd3\x95\xd5\x46\x22\x52\x38\x46\x5e\xde\x4f\ -\x23\x9f\x7a\x5e\x65\x9a\x33\x00\xa2\x7a\xd1\x23\xec\xf7\x71\x3a\ -\x28\x20\xc2\xc7\xa5\xbc\xb2\x85\xa9\x26\x91\x8f\xa2\x5d\x47\xd0\ -\x6f\x52\x8f\xa9\xad\xdb\xc7\xde\xa5\x2c\xd4\x54\x5b\xe3\x47\x18\ -\x1a\xac\x84\x95\xbc\x00\x5c\xed\xb3\x94\x77\x8d\x4f\x1a\xfc\xbd\ -\xb1\xe7\x13\x51\x4c\x0e\x5c\x2b\xa7\x2f\x3f\x77\xb7\xd1\x8e\x89\ -\xe8\x49\xdf\xeb\x13\xbd\x67\x04\x81\xe4\x39\xd0\xcd\x72\xde\xc2\ -\xd3\xad\xf1\xba\x0c\xc1\xef\x60\x4b\x2d\xc6\xf6\xf5\x1d\x61\xe5\ -\xba\x63\x26\x02\xfe\x0c\x97\xff\x1b\x05\xa8\xcf\x77\xe6\xbb\xb0\ -\xa9\xa4\xb8\xb9\xc9\x4a\x64\xb7\x21\xea\x60\x0f\x79\x3f\xee\xec\ -\x76\x06\x8c\x62\x83\x26\xeb\x21\xa8\x40\xd2\xe8\xf4\x41\xc7\x81\ -\xee\xc7\x14\xac\x9f\x07\xfd\xae\x06\x30\x32\xab\x72\x5a\xd7\x5d\ -\x2d\x9b\x61\xc4\x04\xf8\x74\x98\xa3\xcc\x69\x5b\x43\xbe\x71\x25\ -\x55\x09\x54\x54\xd2\x98\x38\xf1\x0b\x8d\xf5\xd4\x71\xce\xfa\x64\ -\x36\x56\xd2\x8a\xd8\x33\xe4\xf5\x9c\x5c\x64\x83\x33\xdc\xca\x1a\ -\xb0\xe7\x44\xa8\x81\x66\xb3\x8e\x09\xde\xb7\x60\xdf\x79\x7f\xf7\ -\xac\xcb\x98\x44\xc7\xaf\xa5\xa9\x26\x5d\xe0\xb5\x1c\xd4\xe5\xcc\ -\x1b\xad\xb3\x50\xf1\x06\xf7\xc6\xe7\xbb\x63\x72\xa1\x66\x0a\x31\ -\x73\x32\x4b\xae\xa1\xcd\xc5\x73\x9e\x9d\xc5\x9e\xa1\xe6\xf2\x27\ -\x6d\xad\x6e\xa5\xf4\x26\xa5\xb3\x08\x52\xd3\xd3\x10\x3d\x86\x3a\ -\x03\xb1\x92\x98\x6d\x28\x86\x81\x08\x44\xa1\x8b\xc1\x62\x92\x86\ -\xf8\xfd\x7d\x02\xc1\x6c\x26\x1c\xdb\x9b\x32\x82\xba\x75\xf6\xef\ -\x9c\x0e\x9f\xef\x22\xcf\x90\x6a\x30\xc2\xa6\x3c\x22\x02\x16\xd3\ -\x57\xa3\xa1\x0e\xcd\x6b\xff\xcf\x98\x24\xd6\xff\xb6\xe9\xa9\x8c\ -\x8c\xa6\xa4\x98\x6d\x67\x00\x71\x4c\x63\x91\x8d\x5b\x2d\x77\x3e\ -\x80\x0b\xad\xac\xd5\x9c\xfe\x6b\xcb\x40\x15\x2c\xbe\x4a\xe5\x12\ -\x75\x8f\x84\x06\xe1\xe9\xc0\x9a\x77\x62\x68\x51\x3d\xef\xb0\xd6\ -\x68\x30\x09\x69\xb0\x84\xcc\x9d\x7c\x6a\x5d\x43\x6a\x73\xc7\xf9\ -\x76\xdf\xae\xbb\xf4\x29\x62\x8f\xea\x80\x8e\x31\x47\xea\xf9\x42\ -\x63\x18\xae\xce\xbd\x71\x25\x31\x16\x76\x0b\x33\x27\x6c\x07\x73\ -\xed\x73\xfc\x70\x50\x14\xe9\x99\xbf\x17\xf5\xb8\xd7\xb2\x7b\x6f\ -\xec\x6d\x8d\x95\xea\x05\x7b\x35\x7f\xda\x3d\xdb\x26\x56\xa7\xbd\ -\x78\xbf\xa8\x44\xc4\x6c\x21\x25\x42\xc3\x34\xa5\x4e\xc6\x4f\x9c\ -\xd4\x82\x32\x9e\xe0\x42\x32\xd8\x3b\xe0\x1e\xf2\xd6\x0b\x00\xfe\ -\x32\xb1\x6a\xb6\xe3\xc3\x5a\xb3\x2d\x59\x85\x05\xb5\xa1\x53\xb2\ -\x5a\xd7\x6c\x92\x28\x3d\xf8\xf7\x18\xa8\xec\x5a\x8c\xbd\xe7\xef\ -\xe5\x01\xea\xd4\x41\xf8\xc3\x37\xf7\x3d\x7f\x49\xcb\x2f\x37\x69\ -\x19\x11\xa8\x5c\x88\xfc\x6a\xbb\x9c\x8b\x1e\x54\x0c\x2d\x11\x69\ -\x65\x68\x98\xa3\x8a\xa1\x17\xbd\xa0\x90\xc7\x98\xbe\xe7\x12\xf4\ -\xc2\x3d\x1c\xd2\xf8\xc8\xec\x90\x36\x1e\xd1\xae\xdb\x5a\xf6\x1c\ -\x45\xa7\xb5\x36\xbb\x39\x80\x9e\x28\x36\xca\x6a\xbb\x6a\xf8\x3d\ -\x0a\x31\x52\x7b\xf6\xac\x35\xc5\x0c\xca\x45\xf0\x8a\x83\x4e\xd9\ -\xa9\x1a\x79\xa9\xc5\x04\xa4\x5f\x42\x3e\x95\xcc\xe2\xc8\x2d\xd5\ -\x8d\x0a\x26\x03\xe5\x36\xb3\x12\x2e\xad\x56\x2b\xfe\xb5\xb9\x34\ -\x28\xb3\xa3\x9a\xd2\x3e\x7f\xcb\xbe\x59\x9c\x28\x11\x7a\x2a\x3b\ -\xac\x40\x14\x7f\x96\x99\x17\xe5\x13\x0f\x1f\x96\x67\x0e\x4d\xd0\ -\x38\xb2\x40\xf2\x86\xfc\xa2\x77\xca\x08\x7c\xbf\xac\xa0\x20\x04\ -\xf8\x41\x65\x81\x4a\x04\xe8\xdd\x9a\x92\x58\xd3\xb8\x0c\x0c\x08\ -\x4e\xb9\x1f\xc8\xfc\x42\x09\xb5\xf5\xde\x0a\x4d\xa7\xb6\x86\x2b\ -\x5e\x5e\x0c\x4a\x8f\xfc\x0c\x90\x00\xbb\x04\xc7\xbd\x40\xd7\xd6\ -\x04\x12\x85\xe5\xbd\xa6\x49\x05\xf9\xb4\x29\x80\x89\x27\x3d\xc6\ -\x2f\xab\x15\x1a\xa6\xe9\x96\x17\x94\x44\xe6\x3f\xc7\xd4\xc8\xcf\ -\x06\x59\x10\x2e\x8d\xd7\x79\x58\x26\x02\x2e\x92\x19\x54\xf4\x72\ -\x89\x84\xb8\x38\xd0\x5b\xc9\xa5\xf3\x48\x70\xc9\x73\xa5\x7f\xbf\ -\xa7\x05\x6e\x15\x77\xa9\x7d\xa3\xe7\xd4\xa3\xb4\x59\x07\x38\xe3\ -\xe7\x1c\xfb\xe7\xbf\xfd\xd4\xe9\x81\x9b\x0a\x86\x50\x4d\x4e\x62\ -\xb2\x37\xa8\x95\x54\x41\x9a\x75\x01\x46\xce\x59\xb3\x81\x56\x7a\ -\x75\xae\x8a\xaf\xdb\x43\x8c\x13\xe5\x74\x8a\x8f\xed\xf7\x17\xc7\ -\x48\x22\xdb\x77\xee\x0c\x99\xcf\x2a\xd7\x76\xa3\x2f\x05\xe8\x21\ -\x6d\xd2\x03\x36\xc1\x30\x11\x36\x3e\x47\xa1\xaa\xe9\x86\x36\x01\ -\x3e\x7a\x50\x68\x00\x81\x38\x15\x8d\xc3\xed\x91\x66\x61\x29\xd9\ -\x8c\xb8\x5e\x41\x8f\xfa\x8f\x6e\x07\x63\xe2\x8c\xf0\xc9\x9f\x0b\ -\xf1\x23\xea\xa3\x3b\xb2\xa1\x81\x05\x19\xac\xac\x32\xe8\x45\xd5\ -\xc2\xb6\x9c\x31\x9c\xcc\x84\x36\x0b\x70\xa7\xba\x31\xf9\x11\xa3\ -\xf3\x2d\x54\xce\x64\x07\x90\x8a\xfd\xe0\x8c\x00\xd1\x36\x45\xf0\ -\xa6\x31\xce\x4e\x4d\x14\xa1\xc0\x36\x51\xf0\x12\x4f\x31\x96\x8a\ -\xf5\x30\x19\x27\x64\x13\x96\x5e\x07\xe3\xc3\xa7\x9f\xfe\xa0\xef\ -\xbd\x8f\x86\xd9\xb5\x0e\x58\x39\x1d\xca\xe9\x08\x3c\xbf\xaa\xc5\ -\x89\x90\x4c\xd3\x1e\xe5\x6e\x2a\xab\xc3\xed\xad\x34\x21\x3a\xa8\ -\x96\x83\x12\xfd\xb5\x21\x33\x97\xd9\x6c\xbe\x6a\xc6\x3e\x4c\x73\ -\xde\xa6\x51\x27\x18\x54\x11\x15\x9c\x01\xaa\x5b\xe9\x31\xb9\x98\ -\xb4\xfe\x3d\xe8\xc1\xd6\xb4\xf9\xde\x5c\x13\x78\x55\x2f\x34\x73\ -\x9c\xc3\xf0\xa9\xbc\x34\x2d\xab\x03\x16\xea\xc1\xd5\xae\xbd\x91\ -\x76\xef\x9b\x48\x98\xdd\x1d\x90\xb2\xa9\x30\xcd\xa1\xe4\xbd\xf3\ -\x70\xe6\x6c\x7b\x64\x2d\x42\x37\xec\x99\x75\x9e\xe0\xe2\x9f\xaf\ -\x4d\xb1\xad\xfa\xff\x3f\x63\x6f\x92\x25\x49\xb2\x6b\x07\x5e\x40\ -\xd4\xf3\x73\x37\x9c\xd4\x42\x6a\x54\xd3\x1a\xd4\x46\xb8\x6a\x32\ -\xc3\x4d\x05\xa8\x01\x7a\x51\xb5\x78\xff\xf1\x04\x33\x7f\x44\xa4\ -\xbb\xb9\xaa\x34\xc0\xc5\x6d\x2e\x2f\xb2\xa5\x4d\xb8\xeb\xe7\x62\ -\x75\x86\x02\x69\x6a\x81\x56\x82\x8e\xab\xed\x2f\x05\x53\xad\x06\ -\xb3\xc7\x9e\xee\xab\xa3\xc6\x39\x27\x24\x31\xf9\x07\x99\x0e\x28\ -\x9a\x4a\x95\x01\x9c\xf5\x75\xd3\xed\xd9\xb5\x05\x0f\x0f\x2a\x60\ -\xbc\x8b\xa4\xcb\xb6\xda\x55\xa2\xc1\xa0\x74\xa1\xa5\xa5\xbe\xa3\ -\xcf\xb3\x0a\xad\x81\x47\x36\x0f\x41\x75\x35\x77\xc0\x30\xca\xb1\ -\x77\x4d\xac\xb8\xf7\xff\xae\x69\x16\x9a\x36\x12\x6e\xc6\xb6\xf9\ -\x39\x69\xee\x0f\x88\x7e\x8c\x59\xa5\x02\xd5\xe5\x8d\x2b\x41\x3c\ -\x03\x14\x5c\x13\x75\xc5\xf6\x08\x99\x2b\xeb\x04\x21\x73\xde\x15\ -\x6c\xe8\x0a\xf6\x09\xb5\x5c\xaa\x58\x77\x4e\x03\x6e\xda\x44\x25\ -\x60\x7f\xee\x72\x7b\xbe\x77\xed\x1b\xd6\x46\x6b\x8c\x69\xb2\xe6\ -\x44\x36\xcc\x5d\x70\x53\x65\xa7\xa8\x69\xf3\x62\xb0\xa3\x10\x33\ -\x90\xd9\x1b\x72\xdf\xd8\x9f\x1b\x24\x6a\xa1\xf3\xc4\x20\xe1\x04\ -\xf0\x53\xd7\xeb\x5f\xff\x52\xe7\x6a\x45\x31\xfe\xa0\x35\xe8\x03\ -\x64\x68\x0e\x30\xd3\xe2\x3b\x75\x2e\xa1\xfb\x20\x4d\x9d\x88\x8e\ -\x95\x00\x90\xee\xbf\x86\x76\xd2\x83\x17\xdf\x0e\xcf\x51\x24\x4b\ -\x06\xcb\x9c\x63\xd6\x44\xd0\x30\xf9\xb3\xf1\xf9\xd4\xf3\x04\x52\ -\x17\x84\xee\xcd\x4f\x39\x51\x10\xa2\x82\xbc\xf5\x68\x6a\xa4\x9d\ -\xe4\x07\x8f\xff\xfc\xb9\x92\x32\xe8\x0d\x27\x3c\x40\xd9\x9c\x16\ -\xb9\xf1\x54\x7d\x24\xbc\x3d\x7c\x38\x51\xee\xfa\xdc\xcd\xf3\xdd\ -\x2f\xd4\x26\x1a\x77\x34\x41\x5c\x63\xb0\x98\xd3\x45\x6f\xc7\xef\ -\x11\xb7\x43\x43\xbd\x29\x28\x7b\x59\x6b\x64\x39\x2f\xc0\x87\xf9\ -\x05\x1f\xa8\x66\x6b\xaa\x43\x17\xb6\x96\x21\x2d\x8a\x89\xf0\x9a\ -\x0d\x75\x34\xe0\x75\x1a\x8f\x74\x7b\xe2\x61\xa1\xdd\xf3\x6d\xc8\ -\xb5\x2d\x9a\x08\x0a\x97\x95\x2e\x61\x98\x53\x44\x93\x95\x34\x17\ -\xd7\xb6\xd5\xc8\xf7\xa0\x69\xf4\xa2\x9b\x8f\x4c\x14\x55\x47\xef\ -\x5e\xa8\x7d\x19\x98\xc8\x63\x2a\x58\x60\x52\xd3\x7c\x48\x8d\xf2\ -\xa1\xfb\x2b\x75\x34\x0c\x2b\x62\xa2\x57\xb4\x4b\xe4\x08\x7c\x9f\ -\xba\x87\x78\x8e\xbe\x5e\xd8\x29\x4e\xfa\xb0\x9d\x2e\xc3\x94\x6c\ -\xaa\x1e\xd6\xd7\xd2\xc4\xe1\x2f\x16\xd7\xf9\xae\x66\xd0\xa3\xe5\ -\xc3\xe8\x78\x36\xe8\xcd\x38\xd5\xc5\x1a\xae\x99\x09\x62\xe0\xd4\ -\x7a\x5e\x5f\x33\x73\x1e\x93\x9e\x66\x04\x20\x34\x01\x1c\xd1\x86\ -\x26\x83\x0b\x0d\xe3\x89\xe9\x9e\x13\x10\xe6\x2b\x27\xc4\x85\x39\ -\x7a\x70\xa2\x12\x88\x65\x5c\x6c\x31\x75\x2b\xf4\x8c\x8e\xe2\xbe\ -\x42\x36\xcd\x22\xb6\x1d\xf6\x98\x17\xa4\xaa\x64\xc1\x4b\x8f\x35\ -\x12\x93\xb5\x9f\xc7\xc4\xb0\xa6\x7d\x35\x99\x86\xbe\xd9\x17\xd3\ -\xa0\x37\xa7\xe3\x14\xa6\x59\xc0\x5f\xff\xb7\x8c\x82\x94\x06\x12\ -\x4d\xc4\xdc\x45\xff\xf5\x7c\x82\xaa\xe9\x5a\x40\x9d\xe7\xe7\xd4\ -\x58\x49\x39\x9d\xbd\xd8\x32\x33\x73\x4b\x8b\x3a\x9a\xe2\x63\x8a\ -\xfc\x9e\xdf\x55\x93\xd0\x1d\xf1\x22\xdc\x28\xe7\x41\xe5\xcb\x29\ -\x0f\xe7\xd4\x3f\xe3\x2b\x16\x7b\xa0\xb7\x5b\x4c\xe3\x6a\xd4\xc7\ -\x19\x4e\xfe\xa6\x23\xa6\xa3\xf1\x9f\x74\x61\xa4\x69\x45\x4c\x12\ -\xe3\x9e\xc2\xd0\x4d\x9d\x1a\x3d\x31\x20\xa6\xfd\x9d\x41\x79\x0e\ -\x97\xad\xc1\x6a\x0d\xa7\xc6\x95\x54\x4e\xb3\xfe\x7f\x67\x27\x04\ -\x60\x86\xd4\x2f\xcc\x62\xb4\x17\xcf\x71\x5f\x50\x9b\xee\x89\x3f\ -\x24\x16\x6a\x8e\x65\xae\xd1\x53\x1e\xa6\x06\x1a\x1d\xa4\x62\xac\ -\x17\x6d\x39\x72\x51\x5c\x19\xf3\x6c\x4d\x83\xa1\x38\x03\x32\xdb\ -\x98\xca\xe0\x85\xce\xf7\x51\xbf\x97\x11\x65\x01\xe6\xb5\xf5\x0d\ -\xa7\x25\x77\x57\x42\xfa\xc2\xda\x08\x80\xe6\xcc\xfb\x0b\xe3\xa0\ -\xef\x99\x61\x52\x4e\x8a\x81\xd2\x06\x8b\x22\x9a\x61\x3d\x73\x90\ -\xa4\x4d\xaf\x4d\x23\x4c\xa1\x41\xa0\xa8\x2f\x7a\x36\x9a\x1c\x66\ -\x0a\x34\x34\x74\xe9\xca\xd7\xce\x08\xab\xed\xd6\x0b\xb8\xf4\x46\ -\x25\x52\xcc\x1c\x42\x19\xda\xc1\x0a\xa0\xfe\x16\x9b\x10\xab\xd3\ -\x4c\x1c\xba\x7b\xab\x69\x4b\x5f\xe8\xce\x43\x83\x1b\xb5\xa7\x15\ -\xbf\x5b\x3f\xf3\x7d\x75\xfa\x7b\xbb\x33\xf0\xa2\xb1\xea\x5a\xa8\ -\xd2\x4e\xae\x34\x57\x78\x98\xaf\x09\xb5\x3d\x11\xc0\x9b\xcc\x3a\ -\x53\x30\xb5\xb1\x7d\x53\xf7\x61\x84\xd3\x55\x41\x6a\x8e\x57\xca\ -\x0e\x2a\x68\xd3\xa8\x6d\x93\xb5\x04\x13\xe3\x1c\x01\x7a\x03\x27\ -\xda\x9c\xb8\xa5\x64\xe8\x34\x6a\x9d\x68\x16\xf6\x31\xd0\x28\x80\ -\x84\xb5\xc0\x90\x8a\x29\xd0\x8a\x1d\xc2\xb7\x98\x8c\xe6\x95\x30\ -\xf6\x82\x56\xa4\x87\xba\xe3\x9f\x5e\xa0\x6b\x59\x96\xa9\x47\x4f\ -\x18\x6b\xc6\xee\xce\x60\xcf\x90\x4e\x76\x1b\xd3\x65\xb9\x5c\x01\ -\x9a\xe1\x19\x46\x6d\x3f\x3f\x97\xde\xd5\xa9\xfb\x11\xcd\x20\x00\ -\x56\x30\x56\x94\x5a\x0e\xab\xad\x87\x6b\x5d\xc6\xe4\x7b\xb0\x99\ -\x80\x2b\x92\x9a\x73\x92\xa2\xdc\x82\x2b\x3b\x50\xd6\x1c\x0b\xa2\ -\xc9\xf0\x8b\x88\xc7\x44\x88\x26\x27\xb2\x39\x04\x51\x13\x49\xa7\ -\x46\xeb\x2f\x94\xb2\xa7\x11\x43\x5f\xf4\x52\x4c\xb2\x2f\x59\x09\ -\xe7\xa8\xbd\xdb\x44\x26\x0a\x2c\x9a\x59\x47\x22\x3d\x94\xcc\x36\ -\xe3\xba\xfe\x6b\xd0\x6c\x42\x2b\x94\x19\x1a\xe8\xc8\xaf\x36\xee\ -\xef\xfc\x4c\x89\x74\x29\x2a\xb8\x0d\xe4\x6e\x3c\xbb\x51\x1b\x1a\ -\xfa\xcb\xda\x34\x65\xcf\x26\x33\xf2\xab\xf0\xa5\xd0\xef\xe3\xeb\ -\xc8\x4c\x61\xd7\xab\x80\x0c\xed\xb3\x30\x4a\xad\x66\x0e\x52\x39\ -\x19\x72\x67\x00\xe2\x43\x77\x91\x9a\x8f\xd9\x94\x17\x4d\xa0\x12\ -\xdc\x93\x17\x3d\xa8\x9e\x78\x64\x3c\x98\x53\x22\xbe\x52\x24\x1e\ -\x07\x6f\x13\xf6\xc6\xd7\x67\xbe\xcc\xe9\x35\x53\xba\xab\x58\xde\ -\x11\xdc\x1b\x04\x2a\xdd\x60\xbd\x9a\x85\x7b\x1d\xf8\x71\x81\x46\ -\x73\x43\x4d\x5b\xb1\x88\x13\x71\xe7\x55\xcd\xfa\x76\xb1\x7e\x3e\ -\x1f\xb8\xab\x58\x02\xde\x9a\x13\x8b\x0c\xe4\x0e\x71\x30\xb5\x90\ -\x50\xc5\x31\x05\xa0\x61\x9e\xd1\xa7\x97\x1c\x1c\xee\x63\x7d\x74\ -\x6b\x7a\x71\x2d\xa0\xa4\x9d\x6e\x50\x4e\x35\x8b\xac\x30\xa7\x89\ -\x3d\x60\xa6\x03\x92\x3f\xe7\xeb\xe5\xaf\x9e\xea\x8e\x8e\xe0\x46\ -\x1f\x49\x35\xd9\xa5\x76\x28\x71\x38\x55\x89\x09\xfc\xa5\xe2\x13\ -\xf2\x92\xa3\xae\xf9\x5c\x0f\x24\xae\xf2\xa6\x14\x6b\x51\x35\x2a\ -\x5c\x72\xd4\xa8\x3d\xcd\x7c\x64\xe7\xcf\x17\x17\x91\x7e\x01\x0c\ -\x5e\x81\x1e\x9a\xd4\xc4\x2a\x66\x4c\x9c\xcf\x8d\x82\x32\xd6\xab\ -\x2a\xd6\xb5\x06\x8d\xd4\x34\x27\x5c\x1a\xb2\xc3\x3e\xfe\xfc\x0c\ -\x18\x0e\x88\xfc\x28\x60\x9f\x79\x45\x53\xfc\x3c\x6c\x80\xf5\x49\ -\xed\xc0\x51\x16\x4e\x1d\x1f\x8f\x89\x54\x77\x7e\xab\xde\xba\xe7\ -\x53\x3d\x29\x9c\xe6\xad\x2c\x4d\x03\xa1\x55\x18\x8b\x78\x8e\x92\ -\x42\xc8\xa7\x4c\xed\x73\x12\xaf\x9c\x4c\xa9\x4f\x3b\x23\xcc\x3d\ -\x34\x23\x8b\x7e\x66\x8e\x0c\x6a\xaa\x6b\xc5\xec\xf5\xa5\x60\x0b\ -\x57\x27\xe4\x5d\x62\x42\xe5\xa6\xb7\xc1\x99\x7f\x58\x85\x6e\x52\ -\x05\x2f\xce\x70\xf7\xf1\x3c\xcf\x49\xca\xa0\x33\x1e\x77\x60\x63\ -\x1e\x3c\x68\x62\x12\x94\xf9\x03\xed\x7f\xb0\x38\x24\xf7\x96\x66\ -\xe6\x53\x4c\x37\x66\x28\x6a\x85\xc6\x87\x0b\x20\x65\x66\xa0\x7a\ -\x48\xb6\xb9\x89\x51\x1a\x7a\x74\x40\xc6\x00\x81\x78\xaf\x6b\xe4\ -\xe2\x8c\xa9\x30\x1d\x86\x38\xdd\xa1\xf1\xcc\xa4\x49\x6d\x8e\x67\ -\xc0\x3d\x1a\xe6\x65\x61\xae\x3e\x45\x8b\x7d\x5c\x13\xe9\x73\xaa\ -\x4a\x8f\x00\xdd\xa0\x2e\x67\xe1\x48\xef\xd9\x4f\xdd\x16\xde\xd6\ -\x1c\x55\x0d\xc4\xd3\x79\x32\xa8\x5a\x67\xe1\x3d\x0d\xb6\x02\x03\ -\x9d\x3a\x2e\x22\x32\xd7\x3b\xa1\xa4\x34\x95\xe3\x98\xa4\xab\x21\ -\x1d\xd3\x66\x3b\x3a\x82\xd6\x26\x8f\xa9\xc5\x19\x92\x7c\x4e\xe4\ -\x4c\xd4\xdf\xa8\xb7\xa2\xc7\x94\x46\xb2\x4e\x59\x7e\x16\x2f\x2e\ -\xd3\x9f\x6a\x98\xf8\xd1\x98\x9e\x35\xcf\xcc\x28\x1a\x6a\xa7\x71\ -\x66\x7c\xa3\xd2\xad\xb5\x3c\xa0\x75\xcf\x7a\x40\x04\xca\xd1\x38\ -\x0a\x44\x37\x84\x8b\x01\x93\x8d\x20\xff\xa4\x1d\x7d\x58\xfc\x57\ -\xa7\x4f\x0f\xc0\xbe\x28\x78\xd7\x2b\x98\x93\xc3\x06\x42\x33\x81\ -\xb8\x20\x7a\x67\x2e\x54\xd7\x74\x16\x45\xac\xcb\x60\x3a\xdd\x4f\ -\xbf\x36\xd6\xa7\x0c\x26\x98\x39\x16\x0b\xb4\x2d\xbe\x48\x51\x7a\ -\xed\xc6\x88\xc9\xc9\xcd\xf5\xe3\x13\xa0\xfa\xfe\x8c\xe5\x13\x38\ -\xa3\x1a\x2a\x59\xee\x6c\x01\x5a\xf6\xbd\x3f\xb2\x3d\x67\xed\x4d\ -\x17\xc8\xb8\x55\x71\xe9\x36\x70\x5f\x77\x70\x25\x2c\x5a\x42\x36\ -\x6a\xfb\x53\x9a\x74\x90\x44\x38\xfa\x9d\xec\x2b\xe2\x62\x3e\x75\ -\x66\x5b\x6f\xce\x6c\x08\x02\xac\xa6\x1f\xdc\xdb\xa3\x3d\x7c\xe2\ -\x65\x7e\x04\x3c\xce\x4e\xba\xd6\x20\xb1\x99\xa7\x44\xe8\x4c\xdd\ -\xc5\xd0\x75\xfe\xe2\x35\x38\xa5\x5b\xae\x38\xd5\xd8\x0c\xee\x88\ -\x16\xd6\x32\x07\x69\x5e\x3f\xe0\xf5\x03\xf9\x57\x00\xdc\x2d\xe8\ -\xfe\xae\xc6\x8a\x68\x61\xd1\xd5\x6c\x54\xef\x6c\x18\x6e\xd9\x58\ -\x6b\xb9\xed\xae\x78\xe0\x9e\xa4\xa9\x85\x6e\x72\xeb\xc2\xc3\x6e\ -\xd9\x1f\xe8\xd6\xdd\x71\x53\xa3\x01\xb4\xa9\x8b\xec\xca\x21\x01\ -\x95\xc1\x40\x2c\x90\xdb\x1d\x04\xe3\xff\x56\x09\x0b\x74\xe7\x45\ -\xde\x9f\x87\xf0\xb2\x37\x17\xbf\x91\xe3\xa1\x9c\xfc\x52\x6e\x79\ -\x2f\x71\x51\xcf\x90\x41\xd7\x8f\x2d\xc2\xaf\xfe\x01\xa4\xa8\x37\ -\xb9\xac\x24\xc2\x35\x3f\x39\x96\x8f\x82\x8f\x3d\x6f\x44\x45\x2c\ -\x27\xab\x87\x2d\x92\x15\x0c\xb1\x48\xff\xdd\xff\xe2\x72\x0a\xcd\ -\x45\x97\x1f\x6e\x26\xb8\x13\x0f\xbc\x53\x01\x2e\xa6\x2c\x68\x1e\ -\xb6\xc3\x6c\xb9\x1b\x55\xb4\x62\x34\xc0\xe2\xff\xdd\x3a\x8a\x0c\ -\x66\x86\xdc\x9f\xfc\xcb\xdc\x8a\xc6\x68\x8e\x3e\xfb\x5f\xac\xf5\ -\x5f\xd8\x77\xa3\xa2\x11\x99\x65\x37\x2e\x6c\xf9\x35\xd4\x36\xe8\ -\x5d\xfe\x6f\xbc\xec\x99\x7d\x1c\x25\xe3\xeb\xb2\xa9\x92\xd3\x0b\ -\x22\x8b\x41\x75\x27\x5d\x63\xcb\x8d\x25\x0b\xfb\x07\x46\x6f\x20\ -\xc1\x9f\xfd\x7f\xa0\x9b\x70\xd1\xe5\x01\xb2\xcd\x19\x87\x14\x5b\ -\x6f\x10\xfd\x80\xe8\x07\x1b\x6a\x99\x57\x71\xa8\x91\x35\x8a\x24\ -\x61\x5a\x61\x79\x05\x82\xca\xd2\xda\x9e\x63\xb2\xe8\xc2\x4a\x61\ -\x68\xa7\x4f\xfa\x4f\xa6\xcf\x70\x63\xf7\x42\xcf\xe9\xed\x15\xf4\ -\x96\x76\x90\xde\xb2\x53\x63\x82\x91\x71\xe2\x39\x55\xfb\xcf\xf3\ -\x42\x19\xe2\xdd\x19\x86\x7b\x62\x10\xf7\xbe\x8b\x82\xdb\x42\xb6\ -\x63\x64\x7f\x3b\xd5\x83\xdd\xf2\xba\xdb\xb6\xda\x4e\xbe\xd3\xf6\ -\x56\xee\x9d\x17\xeb\xf6\x76\xe9\x8e\xfd\xa5\xf3\xd0\x4a\x7b\xfb\ -\x76\xb1\x93\x72\x36\x17\x3f\x64\x7c\xea\x3f\xf2\x5b\xa6\x00\x54\ -\xa6\x16\xa4\x0c\xda\xc0\xaf\x0b\x41\x63\x7a\x59\x34\x4f\xf5\x9c\ -\x1d\x0b\x45\x5e\x6a\x67\xc4\xde\xb3\xa8\x8f\xc8\x87\x6c\x9e\x1f\ -\xe8\xda\xc7\x9b\x2a\x1e\x93\xbe\x98\x4e\xde\x8e\xc8\xae\x8b\x5c\ -\xa8\x4d\x1e\xdd\x75\x4c\xe8\x02\xc0\xe8\xc5\x11\x99\x2b\x9a\x59\ -\x44\xf3\xd4\x22\x11\x01\x4e\x23\x60\x8e\x02\x8c\x7c\x92\x23\x1e\ -\x83\x63\x97\xcc\x3e\x82\xc8\x89\xc8\xf2\xde\x50\xb9\x26\x46\x47\ -\x9e\x8d\x60\x19\x61\x3c\x11\x5e\xbb\xd8\x19\x37\xb6\x17\x26\x0d\ -\xcd\xe3\xcb\x83\x52\xaa\xd8\x2b\x0d\x12\x06\x7d\x98\x84\xfa\x40\ -\xd0\xbf\x7e\x35\x8a\xfb\xe3\x39\x47\xa4\x69\xf9\xde\x91\xe9\x9b\ -\x1a\x55\x30\x69\x31\x35\xd9\x14\xfd\x3d\x1a\x8a\x35\x80\x83\x4d\ -\xa6\xab\x5c\x5a\x54\x8b\xb0\xe7\x37\x2d\x52\x4c\xbf\x4b\x77\x41\ -\x11\xb4\xbb\x16\x04\x3b\x9d\x1b\xb9\x7d\x32\x45\x05\xd2\xa6\x56\ -\xa4\xdb\x84\xb3\x81\x8c\xf7\xfe\xd7\x7b\x1a\x76\x7c\x3a\x42\xc5\ -\x97\xbf\xa7\xbb\xed\xd9\x35\x8a\x60\x22\xbf\xbf\x9a\x1b\x16\x88\ -\xdb\xb4\xc4\xf6\xd7\x59\x44\x25\xdd\x5b\x2c\x27\xc8\xd6\x46\xf8\ -\x92\x48\xd2\xb4\xd7\x5a\x86\xea\x46\x21\xb9\x75\x58\x62\xef\x36\ -\x31\x22\x37\xd3\x00\xd5\x24\x8b\xb1\x2c\x87\x10\xc5\x29\x2c\xfb\ -\x7b\xfb\x7d\x71\x09\x6c\x14\x58\x24\x31\x7d\xb2\xfb\x4e\xe8\xc6\ -\xe2\xa0\x3d\x2e\xec\x6d\xa1\xa1\x66\x93\x6d\xe6\x21\xd2\x58\x00\ -\x39\x99\x6a\xd6\xd0\xb6\x57\x2e\x9f\x98\x5d\xe0\x4c\x9c\xf3\x42\ -\x65\x5d\xa0\x68\x60\xdc\x38\xcb\xcc\x33\x96\x51\x41\x09\x1e\x1c\ -\xdc\xd7\x70\xe4\x05\xde\xa3\xb8\xd7\x0c\xaf\x75\x10\xb8\x39\x14\ -\x17\x3d\xb7\x18\x08\xbf\xf7\x1f\x00\x8c\xeb\xba\xec\xe9\x24\x8d\ -\xdc\x68\xbe\xdb\x99\x12\x66\x8b\x5d\xba\x35\xf5\x5c\x9c\x0f\xee\ -\xd4\xf3\xc6\xd4\xda\xb4\x26\xc0\xd6\xed\x39\x8e\x61\xba\x20\x39\ -\x05\xda\x9e\xa9\xf9\xc1\x1f\x2f\xe8\x0c\xa0\xa1\x91\x85\xa8\x50\ -\xfd\x64\xed\xd3\xf3\xf0\x48\x36\xd6\xfa\x07\xbf\xb2\x5b\x00\x6c\ -\x69\x77\xc2\x7c\x64\xef\x4f\xe6\xbf\x91\xeb\xab\xe3\xe7\x34\x4a\ -\xe7\x6f\x52\xb9\xa9\xe9\x89\xa3\x02\x97\xbd\x87\x96\xf8\x6c\xb0\ -\xc4\xd7\x52\xed\x3e\x6e\xb2\x04\xd3\xeb\x32\x5f\xf6\xeb\x40\xfe\ -\xad\xbe\xfb\x75\x39\x89\xd3\x59\x45\x07\x88\x12\xf7\xa7\xad\xab\ -\x95\x3a\xe2\xed\x01\xb3\x3b\x32\xbe\x82\x7a\x77\xd0\x81\x53\x67\ -\x8c\xed\xac\x21\x07\x84\x7d\x92\xba\xe5\xd3\xb4\xd9\xb3\xf9\x5b\ -\x6b\xe1\x23\x1f\x63\x6c\x74\x8a\x2f\xc5\x74\x16\xf8\xb3\xff\x64\ -\x70\x7c\xfd\x60\xe1\x64\x2d\xb8\x3f\xff\xd6\x50\xe3\x00\xf9\x98\ -\x09\x9f\xdd\xf4\xff\xc7\x80\x81\xdc\xfc\x82\x94\x3d\x63\x0b\x10\ -\xbe\xc7\x33\xfc\xfc\x7e\x72\xed\xc4\x9d\x1d\x13\x48\xa2\x0b\x9f\ -\xfd\x9b\x6c\x32\x55\xc5\x56\x67\x1c\xb9\x31\xd2\x27\x26\x96\xa1\ -\x75\x8b\x67\x2f\x1b\xaa\x37\x6e\x3d\x80\xd7\x16\xed\x63\xcf\x36\ -\xd6\xaa\xe7\x2a\xee\xdf\x02\x9f\x01\x48\xaf\x8f\x7b\x53\xc5\x0c\ -\xd2\x1f\xdc\xf7\x6d\x99\x91\x2e\x6d\x54\x0d\x50\x27\x40\xfd\x60\ -\xa4\xcd\x48\x85\x60\x2b\x7d\xf6\xbf\xe6\x0e\x49\xec\x0e\x45\x02\ -\x16\xa4\x73\xee\xbd\x7f\x1b\x28\x63\x35\x80\x6c\x0b\x0a\x66\x10\ -\xfe\xb7\xfc\x6f\x03\xa8\x02\x6c\xa2\x7f\x8c\x6e\xba\x16\x98\x6d\ -\xff\xb3\x5e\xb8\xe9\x1e\x6b\xe4\x82\x73\xe0\xb5\xe9\x99\x2c\xff\ -\x02\xc5\xe5\x0f\x81\xa1\xaa\xe9\x66\x5c\x84\x86\x43\x23\x30\x5c\ -\x5c\x3b\x5a\xa2\xef\x62\xcd\x28\xe8\x7a\xd1\xb8\xb7\x1c\xe9\xca\ -\x54\xa3\xec\x93\x06\xa1\xf2\x40\x80\xba\x95\xe4\x37\xbb\xd3\x40\ -\x09\x44\xc4\x6b\x04\x1a\x09\xf5\x27\x7a\x98\x94\x9a\x86\x68\x25\ -\x5b\x97\xe9\x81\x38\x0a\xec\xd0\xb4\x1c\x90\x52\x0b\x48\x1a\x72\ -\x7c\xd2\xd5\xaf\xc2\x35\xc3\x05\xae\x04\x78\x1c\x3c\x61\x2a\xfd\ -\x1b\x05\x57\x9f\x0a\xa5\x94\xd3\x9d\xc7\x43\xda\x00\x98\x33\x1d\ -\xbd\xbb\x15\x8a\x23\x6e\x11\xaa\xab\xb4\xac\x19\x79\xb1\x26\x7d\ -\xa6\x83\x2b\xc8\x11\x8f\x78\x06\xc1\xe3\x0f\xe7\xbf\xdd\x68\x10\ -\x69\x91\x2e\x95\x19\xa6\xaa\xc3\x66\x37\x28\x80\x68\x69\xdd\xcc\ -\x57\x5a\x2f\x9f\x0e\x75\x7b\x5b\xf1\x54\x34\x8d\xa7\xeb\x61\x58\ -\x2f\x77\xee\x34\xb5\x09\x48\x3e\x7f\x6e\x5a\xaa\x03\x29\x2d\x3f\ -\x8b\xa3\xab\xd9\x0a\xfc\x70\x4e\xe7\x7a\x8e\x56\x51\x55\x38\xd1\ -\xbf\xbe\x4e\x05\xf6\x2c\xce\x66\xf7\x6d\xf2\xfa\x86\x68\x95\xeb\ -\x19\x25\x8d\x6e\x50\xe6\x0e\xe3\x16\xf5\x80\x3d\x49\xd7\x29\xf2\ -\x62\xc8\x90\x66\x8c\x67\xdb\x9a\x76\xd1\x91\x07\xb1\x52\x6f\x40\ -\x0e\xee\xff\x94\xbb\x56\xbb\x1c\x7a\xf0\x2f\x29\xa7\xbd\x79\x02\ -\x1a\x6e\xe3\x1c\xec\x86\x44\xb7\x0e\xa3\x17\xf6\xac\x19\xf5\x26\ -\xbc\xeb\x75\x32\x28\xb3\x05\x37\xaf\xb0\xbb\x0f\x44\x59\x2b\xdf\ -\xe9\x31\xc5\x76\x7a\x80\x51\xd9\x0c\x0c\x41\x4c\x2a\xf4\xa9\x8d\ -\x78\x73\xd7\x3c\xb9\xf5\x01\xf8\x40\xb8\xad\x41\x7a\xcd\xd9\xd9\ -\xd0\xaf\x7b\x13\x4d\xf3\x5a\xfb\xfd\x7d\xda\x34\x3f\x1b\x1f\x13\ -\x00\x03\xbe\x02\x0d\x2f\xfb\x66\x05\x2b\x65\x56\xcb\x44\x23\x9b\ -\x76\x93\x30\xf4\x85\xe7\xb9\x5a\x0d\x21\xbf\x9b\xb4\x44\xa0\x1b\ -\xa4\xed\xf3\x35\x28\x65\x8f\xb3\xa5\xd1\x58\xd6\x23\xbe\xa2\xd9\ -\x06\xf3\x4b\x8c\x04\x9f\x7c\xb4\x35\xb4\x01\xe7\x5e\x5a\x39\x10\ -\x52\xb7\x18\xb7\xa2\x4c\xb4\x65\x2f\x46\x71\x28\x94\xb1\x22\x8a\ -\x1b\xf2\xf8\xfe\xfa\xb2\x36\xd0\x8a\x4a\x1c\xe8\xb5\x7e\xdd\xf3\ -\xc5\xb4\x9c\x8e\x6a\x19\x8c\xd1\x4c\x14\xbe\x9d\x0d\xa6\x39\x69\ -\x79\x3e\x3c\x9b\x5e\x25\xc2\x8a\xdc\xb4\x31\x79\xb0\x8c\xc0\x4e\ -\x33\x7a\x58\x4a\x07\x25\xea\x67\x16\xcc\x78\x20\xdc\xb6\xb7\x7c\ -\xf4\x71\x14\xa8\x27\x23\xa1\x68\x20\x3d\x30\x5a\xde\xa8\x9e\x5c\ -\x7a\xbb\xb7\x67\xd8\x4d\x28\x9e\x99\x78\x34\x68\x4f\xdf\xa2\x51\ -\x12\x84\x18\xa6\x12\x5e\xc4\x2b\x9c\x2a\xd9\x26\xf4\x6d\x6a\x67\ -\x81\xc9\x02\x8e\xf3\x47\xfb\xbe\xd2\x3c\xef\x22\xe7\xd0\x26\x6f\ -\x36\xfd\x0e\x7b\x7a\xf2\xf7\x63\xc0\xf7\x99\xa7\x89\x74\xb2\x4b\ -\xd3\x16\x99\xc6\x0b\x5d\x5f\xdc\x1b\x89\x73\x22\x12\xf7\x21\x33\ -\xb7\xc0\x15\xfb\xfa\x6b\xfd\x1c\x34\x53\x7d\xd8\x33\x7c\xbb\xa3\ -\xce\x1a\xea\xeb\x9f\x45\xd8\xb6\xce\x33\xf4\xac\x27\xb3\xf6\x12\ -\x39\xf4\x93\xec\xf4\xf3\x9d\xef\xb6\xf2\xb3\x76\x9b\xf4\xdd\x19\ -\xe0\xdc\xc1\x78\x1c\xe6\x5f\x24\x26\x11\x61\xbe\x70\xf1\x2a\xb3\ -\xad\x08\x8f\xf5\x8c\x38\x05\x70\x71\x4d\xcc\x83\x79\x14\xc6\x66\ -\x36\x51\xbf\x9e\xac\x1b\xd1\xd6\x40\x78\x0e\x5e\x03\xe4\x68\x99\ -\x44\x20\x5d\xfd\x0e\xdd\xee\xb9\xbf\x88\x26\x53\xe9\xdd\x81\xf0\ -\xe9\xca\x39\xee\xaf\x74\x1c\x77\xf7\x48\x25\xc8\xa6\x6a\x08\xdd\ -\x34\xad\x0f\x25\x2c\xad\x68\x3d\xb5\x73\x6d\x00\x91\xf4\x63\xcf\ -\xe8\x84\x1a\xac\x94\x77\xd0\x83\x7d\xc1\x39\x85\x56\x35\x80\xa6\ -\xea\xbd\x9d\x06\x23\x60\xd3\xba\x15\xe5\xf6\xb6\xa1\x80\xcc\xcf\ -\xa2\x62\x7a\x4e\xd3\xd1\x17\xc8\x18\x9f\x8d\x7d\x18\x23\xdb\x29\ -\x86\x7a\x67\x0d\xbe\x45\x00\x36\x1d\x2e\x41\xc6\x39\x1f\x2c\x99\ -\x38\x2f\x3b\xf3\x84\x88\x70\xa5\x76\x87\xbb\x75\x63\x44\x34\xb2\ -\xa7\x4c\x93\x77\xd9\x27\x6f\x93\x52\x24\x57\x2f\x1d\xe3\xdf\x17\ -\x71\xea\x77\xde\xfe\xc7\x2f\x8d\xcc\xe0\xc0\x3b\xaf\xf0\xcc\xe5\ -\x38\x5d\x6a\x06\x97\xba\xb9\xfb\x50\x73\x85\x12\x6f\x18\x05\xdb\ -\x4d\x06\xd4\xa9\x60\x78\xc9\x6f\xe1\xe4\x69\xa6\x81\x42\x9c\xfd\ -\xf8\xcf\xff\x4b\x21\xed\x71\xd9\x0d\x51\x2c\x08\x8b\xfe\xcb\x33\ -\x86\xc8\x2f\xb4\x6a\x70\xbb\x5b\xe3\x08\x46\xd3\xba\xcc\x94\x2c\ -\x31\x3d\xb4\x41\x43\x2f\xa4\x7a\x18\xc6\x63\x1c\x1e\x9a\x26\x24\ -\xdd\x1a\x75\x5a\xb8\x27\xdd\x4e\x74\x08\x1c\xd3\x0e\x18\x2b\x0f\ -\xa7\x45\xc5\x3f\xdf\x98\xf9\x4b\x83\xc2\xe2\x99\x43\xe4\x21\xb6\ -\x58\x87\x5b\x52\xe7\x34\xfb\xf8\x3a\xc7\xb3\x24\x25\xc8\xf7\x73\ -\x40\xc3\xf5\x8e\x6b\x6a\x4a\x14\x01\x7f\x76\x35\xab\xd0\x98\x4c\ -\x66\x63\x95\xfa\xa3\x95\x82\xe9\xee\x9a\x97\x81\x72\xd4\xc2\xe7\ -\xba\xa5\xbc\xbb\x1c\xbe\xd1\x59\xa9\xb9\x3d\x4b\x64\x65\x50\x65\ -\x94\x7d\xa3\x3f\xbc\x16\xda\x03\x18\x90\xd1\xdc\x89\xeb\x15\x43\ -\x8f\x34\xf2\xd8\x22\x6f\xe8\xd4\x30\x1d\x60\x48\xff\x2c\xd1\x3c\ -\x89\x6a\x86\x82\xbe\x51\xa9\x18\x65\xf1\x9a\x16\xa6\x38\x1d\x84\ -\x38\x29\x70\x68\x94\x72\x63\xa0\x04\xe0\x60\xfa\x8f\x11\xb6\x1b\ -\x48\x97\x3e\x03\xc3\x93\xc2\x02\x24\xc5\x40\x1a\x55\x24\xa7\x13\ -\x6e\xad\xff\x6e\x90\x2e\xd0\x4d\x3e\xe4\xd5\xd7\x5f\xa4\x95\x27\ -\x93\xd4\x5b\xe2\x11\x94\xa8\x2f\xf4\x1b\x34\x1d\xea\x9b\x8e\xe2\ -\xd9\xc8\x4c\x5b\x6c\x1c\x7c\x77\x2b\x24\xe9\x2f\x67\xcd\x1a\x67\ -\xee\x2c\x16\x57\x4e\x86\xc3\x11\x52\xa9\x9a\xac\xde\x68\x3d\x87\ -\xa6\xef\x74\xc1\xa1\x59\x95\xc8\xb3\x89\xc0\x5c\x3e\xb4\x89\xec\ -\xd4\x4b\x7e\x17\xf3\xe3\x99\x0f\xf7\x4d\xb7\xd1\x69\x8f\x11\xf3\ -\x91\x94\x57\xc5\x5f\xb5\x1a\xb3\xc8\xeb\xeb\xc9\xe9\xd9\x39\x25\ -\x91\xd2\x0f\x89\xd3\x4b\x22\x23\xe7\x28\xfc\xac\xd1\x22\x2f\xe2\ -\x28\x69\xcc\x9a\xd3\xf8\x09\x78\x3d\x1b\x61\xa9\x3c\x99\xa3\x49\ -\xfa\x4f\xf9\x8e\xdf\x34\x65\xd4\x3a\x56\x95\x02\xd9\x88\x57\x86\ -\x61\x4b\x23\x63\x05\x5b\xa2\x37\x56\x5b\x0b\x24\x61\x9f\x88\x59\ -\x8c\x49\x15\xb6\x94\x9a\xa5\x72\xff\xaa\x18\x90\xa2\x5a\xda\xf7\ -\xf6\xc2\x99\x78\x68\x6d\x22\x00\xba\x53\x99\x43\x13\x3d\x5f\x5b\ -\x33\x1f\x71\x23\x83\x14\x97\xb7\x73\xe1\xad\x70\x0c\xe0\xf0\x2b\ -\x9d\xfc\x01\xb6\x4c\x71\xe1\x38\x7b\xa5\xd9\x87\x77\x7a\x73\xd7\ -\xfd\x8d\x48\x07\x72\x6a\xf5\x1e\xef\xb7\xf4\x56\xf4\xd0\x55\xe2\ -\xd0\xab\x33\x2e\x07\x76\x4d\x19\xae\xf4\x34\xfb\x7a\x73\x04\x9e\ -\x41\xed\x18\x77\x77\x9f\x8e\x8b\xd7\x08\x5d\xcb\x1a\x3a\x2e\x2b\ -\xb2\x17\xba\x43\xf1\x73\x1d\xbe\xc7\x70\x94\xa1\x19\x97\x16\xbe\ -\x1d\x23\xac\x2b\x9b\xff\x04\x95\x0f\x53\xa0\x39\x7d\xa0\x02\xfa\ -\x50\x8e\x78\xf9\xae\xc9\x4d\xae\x49\xca\x60\x0d\x75\x6e\x46\x93\ -\xac\xf2\x49\xe9\x8b\x4d\xe2\x28\x29\xa6\xa6\xef\x09\x57\x51\x6b\ -\x42\x17\x62\x5a\x7c\xfe\xec\xad\x3e\xcb\x73\x7a\x1d\x86\x1e\x92\ -\x81\xec\x4e\x88\x6b\xd9\x97\x3e\x91\xdb\x6e\xf4\x73\x98\xb8\x81\ -\x56\x1a\x26\x9f\xcf\xe1\x4d\x93\xf9\xb7\x3a\xb4\xaf\x8d\x6e\xa4\ -\x14\xd2\x89\x08\x0d\xee\x0e\xd2\xd1\x88\x31\xb3\x31\xd8\x4e\x93\ -\x34\xd5\x34\x99\xf8\x5b\x1e\x2d\x89\x3c\x6a\x97\x31\x95\x5f\x0b\ -\xf8\x02\x30\xda\x94\xed\x4a\xda\x1f\x49\xed\x2b\x66\x06\x16\xec\ -\xdd\x41\xb0\xb7\xb1\x3c\x04\xf7\x60\x48\xd8\xfd\xb6\xa7\x4c\x22\ -\xcf\x83\x0d\xde\xad\x59\xd2\x7b\x18\xff\x98\x6e\xdf\x7d\x2f\xa3\ -\x1e\x76\x96\x52\x7e\xa6\x6d\xcf\xf8\xd6\xdf\xa4\xaa\x33\xb3\x29\ -\x6d\xe7\x83\x29\x11\x7e\x9f\xfe\xd4\x8c\x1d\xa9\x61\x08\xda\xc8\ -\xbc\x2c\x08\x3d\x89\xbd\x32\xb0\x5e\xb2\x90\xe8\xc9\x07\x7e\xbb\ -\x40\x8c\x23\xfb\x7e\x98\xfc\x27\x64\xbf\x0e\x11\x1a\x39\x19\x73\ -\x82\xd0\x68\x3c\x5e\xad\x07\x9d\x84\x51\x39\x14\xaf\x02\xfe\x46\ -\x61\xea\x45\x6f\x64\xcd\x2c\x77\xd5\x51\xa7\x0e\xcc\x32\x85\x5c\ -\xd3\x56\x08\x5e\x5f\x78\xf1\x92\x9e\x2b\x4e\x72\x4a\xb1\x88\x8d\ -\xae\xd1\x91\xd2\xc3\xc1\xce\x23\xd9\x86\x0e\x87\x9a\xe6\x43\x3a\ -\x1a\xd2\xdc\x9f\xe2\x33\xaa\x9b\x22\x74\x31\x3a\x35\x5d\x01\x83\ -\x40\xcb\xa6\x6e\x5b\x25\xa7\x42\x68\xf4\xcc\x34\x6e\xa0\xf6\x59\ -\x29\x26\x58\x33\x64\x38\x70\x59\x2b\x6e\x6c\xd2\x47\x2a\x96\xea\ -\xdb\xac\xa0\x79\xad\xa4\x0f\x31\x73\xa6\x69\xf7\x86\x74\xf5\xab\ -\x32\x73\x81\x66\x1e\x56\x34\x67\xdd\xfd\x48\x75\x4f\x6d\x44\xb3\ -\xf8\x5d\x2e\x22\x67\xb0\xb9\xed\x48\xa3\xa7\xa1\x85\x93\xe2\xc5\ -\x50\x45\xfa\x34\x50\x9e\x8e\x69\xff\x8d\xc6\xea\xbb\xa6\x30\x2e\ -\xa5\xe6\x42\x97\xe2\xe7\x5d\x68\x24\xad\x63\x6a\x5c\x17\xbc\x51\ -\x4f\x65\x34\x59\x1c\x56\xf6\xc0\x23\x81\xc9\x26\x21\xa5\x11\x24\ -\x77\xea\x12\x5f\xcb\xc2\xb7\x53\x33\xfa\x0f\x44\xc9\xe9\x16\x9d\ -\xc8\x72\x68\x42\xf2\xdc\x10\x64\x0a\xac\x24\x4d\xd5\xed\xda\xd3\ -\x44\x80\x1d\x41\x6e\x2a\x5c\xff\xfd\x93\x96\x82\x46\xa9\x50\xe7\ -\x83\xa3\x05\x2c\x92\x96\xb8\x5f\xdb\x24\xec\xb4\x89\xcd\x7d\xfa\ -\x42\xdf\x44\x50\x07\x23\xf3\x86\xba\x90\x7b\x16\x80\xfc\xa2\x21\ -\x7d\xa0\xf8\xc0\x63\xea\x9f\x3f\xd3\x36\x8e\x77\x9c\x45\xb1\xf6\ -\xd7\x5a\x63\x0f\x00\x04\xe1\x79\x16\xef\xbd\x33\x67\xea\x11\xd3\ -\x90\x67\x33\x3f\x3e\xcb\x10\xe6\x9f\xda\xbe\x8c\xe3\x88\x89\xfa\ -\xdb\xb4\xa6\xad\x37\x9a\xda\x2c\xc5\x0c\x34\xcd\x50\xd3\x43\x3c\ -\xcd\x9e\x15\xb4\xc0\x6d\x7f\xf2\xab\xc3\xdb\xf9\xdd\xe3\x6c\x06\ -\x38\xcf\x3b\x72\x8b\xf8\x3c\x8b\xc4\x90\xd5\x75\x86\xb1\x77\xc0\ -\x09\x33\x97\xaf\x37\x02\x59\x48\x73\xcf\xf9\xf9\xd6\x60\x3d\x0d\ -\xa0\xfe\x3b\x05\x53\xe4\x3a\x9d\xee\x77\x6f\x7f\x97\x35\xe8\xea\ -\x1b\x92\xe6\x14\x5d\xbb\x23\xb9\x47\xa8\x4d\xf7\xf5\x6e\xa6\x43\ -\x3d\xa3\x06\xcf\xb5\x7c\x22\xe5\xcc\xfd\xde\xf5\xc9\x32\xbd\x4f\ -\xed\xd4\xc1\x19\x68\x98\x6c\xb8\x43\x2c\x5d\x83\xca\xa5\xee\xe2\ -\x19\xf7\x44\x48\x01\x94\x8a\xae\xdf\x8b\xd0\x6f\xcf\x34\x7f\xc6\ -\x8d\xa6\x27\x37\xdd\x27\xb5\x00\xee\x9e\x09\x55\x2e\x96\x52\xe6\ -\x1a\x09\xba\x06\x40\xad\xc7\x73\x94\x47\xa3\x56\xe0\x5e\x01\x6f\ -\x66\xc8\xb4\x70\x93\xb6\xd0\x5f\xd7\x22\x2f\x6f\x80\xb8\x04\xde\ -\xea\x06\x48\x2b\xd6\x70\x32\xb1\xe8\x88\xad\xc0\x83\x6a\xab\xcd\ -\x38\x8c\xa9\xd8\x32\x83\xe9\x13\x93\x97\xae\x8d\xc4\x7c\x16\x7d\ -\x52\x3d\xef\xab\x68\xb8\xf6\xa8\x11\xb4\x3b\x06\xa3\x4c\x29\x0a\ -\x90\x97\x2f\x93\xd7\x19\x78\x3b\x59\x29\x57\x4a\x4c\xa2\xde\xe3\ -\xf1\x59\xb8\x41\x5f\xf7\xf8\x59\xfa\xcf\x2c\xf2\x49\xc0\xa0\x9b\ -\xca\xc4\xb4\x51\x4e\xe3\x1c\x3f\xb7\xf6\xf6\x9a\x89\x8e\xcc\x55\ -\xf6\x69\x6d\x8f\x13\xd0\xc6\x04\x0b\x90\xbe\xeb\x46\x3d\xbb\x33\ -\x9c\xb2\x45\xf0\x12\xc7\xa1\xaf\xda\xda\xd3\x99\x3b\x1b\x39\xd6\ -\x83\x7e\x4d\x0f\xf0\xb5\x68\xe5\x93\xb5\xc0\xec\xc1\xcc\xad\x81\ -\x54\x5f\xb3\x19\xd5\xe0\x4b\x92\xe3\x99\xd0\x74\xb6\xec\xae\xb8\ -\x65\x24\x75\xb7\x73\x3d\x34\xc8\x51\x77\x9d\x66\x26\x4f\x3d\xea\ -\x98\x26\x93\x99\x0a\xb1\xc7\xc6\x64\x6d\xe8\x9a\x6d\xd3\xda\xd2\ -\x00\x2e\x6d\x2a\x7c\x7b\x73\x78\xa5\x4e\x78\xef\x0d\xbd\xb7\xd5\ -\x33\x39\x95\x53\xbf\x63\xa5\x26\x9c\xb1\x3e\xb7\x60\x6d\xab\xb7\ -\xf6\xda\xa3\x71\xbc\x8c\x06\xb5\x2a\x3d\x3d\x1f\xb0\xa1\x75\xff\ -\x5c\x3f\x49\xef\xa2\x56\x5c\xa3\x85\xed\x86\xe1\xc5\x48\xe5\xc6\ -\x3b\xd2\xfd\xd6\x5c\x95\x78\xf8\x2d\xa8\xb5\x84\x9c\xbd\x01\x52\ -\x2f\x8e\x89\xde\x91\xaa\x59\x2c\xf0\xd7\xc3\xff\x9b\xd3\x94\x05\ -\xe4\xc6\x70\x88\x4b\x58\x95\xe8\x65\x9e\xb8\x53\x94\x9b\x14\xbe\ -\xd3\x29\x2d\x50\xa1\x59\xc0\x88\x08\x34\x2c\xed\x49\x2b\x61\xfc\ -\xcc\x46\xf2\x97\xdc\x1b\x60\xa5\xee\xba\xf6\x76\x51\x1b\x97\x1b\ -\x7f\x31\xf5\x38\xad\xa8\xcb\xf9\x48\xc7\x94\xf0\x79\x31\xd1\x7b\ -\xa3\xdc\xd3\xb7\xd9\xde\x53\x70\x7b\xa3\x26\x79\x73\x8f\xea\x85\ -\xfe\xde\x2d\x4b\x28\x72\x1b\x1c\x39\x12\x0f\xb7\x4d\xb3\x7f\xd7\ -\xd7\x24\x0f\x7a\x14\xc0\x51\x1c\x1f\x5a\xa0\xb4\x7e\x0a\xda\x97\ -\x09\x64\x69\xed\x66\xc4\xa1\x83\x02\xa8\x1e\x72\xcd\xca\x8d\xaa\ -\xd2\xe8\x92\x2f\x96\xe1\x49\x0b\x88\x77\x98\xc5\xf8\x4e\x47\x2e\ -\x79\x0d\x9b\x3d\x43\x9c\x9f\x45\xef\x1b\x02\x35\x29\x1b\x78\x20\ -\xff\xfd\xcf\x6b\x0b\xf3\x7b\x01\x9a\x97\xda\x7b\x81\xca\x1d\x6b\ -\x21\x32\xf1\x6e\x5a\x9d\x72\xa6\xab\xbf\xb9\xfd\xcd\x26\x82\xbf\ -\x50\x1f\xe3\x82\x6a\x14\x63\xdd\xbe\x96\x39\x5d\xe3\xc8\xd7\x18\ -\x22\xf8\x90\x04\x24\xe4\xba\x9a\x03\xdd\x6d\x37\x7f\x77\xef\xec\ -\xf6\xe7\x7a\xfc\x99\xbe\xd0\x61\x07\x22\x9e\x39\x76\x2e\x26\x6f\ -\x74\x52\x6d\x19\x2d\xbd\x40\xe8\x48\x77\xb7\x75\x7f\x5f\x07\xe7\ -\x2f\x1c\xcd\x70\x77\xa4\xd2\x59\x4c\xf8\x34\x3a\xf7\x56\x50\x76\ -\xd5\x2e\x6f\x6e\x53\xf1\xb3\x61\x9f\xb4\x40\x9d\xcd\x56\x77\xb1\ -\x22\xa3\x6e\x94\x50\x1d\xaf\x26\x0b\xe7\x99\xee\x4a\xcc\x2f\xeb\ -\xa2\x8a\x43\xf2\xcb\x52\xa2\x10\x1c\x77\xc5\xb9\x27\xde\x45\xf4\ -\x27\x4d\xf2\x04\xc8\xd4\x69\xa9\xa7\xc6\x61\x35\x27\xb5\xda\x90\ -\xee\x29\x1b\x26\x37\x4c\x87\x95\xfe\xa4\x7c\xd2\xe0\xd8\xed\x87\ -\x2d\xfc\x37\x04\x3a\xf6\xb5\x1c\xeb\x97\x7b\x40\xfb\xdf\xa8\xda\ -\xee\x34\x4b\xe4\xa8\xed\x79\x17\x53\xd1\x2f\x14\x2f\x8e\xc0\x79\ -\xb6\xad\x14\x74\x07\x3c\x62\x93\xb0\x99\x09\x95\x3f\x87\x1b\xe5\ -\xd4\x1a\xe5\x72\x32\x74\xfb\x7a\x34\x8d\x5a\xda\x84\x87\x9b\x5d\ -\xdb\x27\xd6\xc7\x7a\xb3\xd3\xc1\x04\x55\xec\xfd\x31\x4e\x4d\xbb\ -\x47\xc5\x9d\x53\x57\x9b\xc0\x48\x06\xe0\xae\x69\xa2\xa0\x68\x06\ -\x13\xfa\xdf\x40\xfb\x43\x1c\x0f\x9f\xca\x09\xce\x74\xbe\x62\x8d\ -\x74\xa6\xc9\x05\x34\xdd\xcb\xd4\x81\x51\xa3\xee\xca\xd8\xd7\x33\ -\x9c\xf8\x65\x86\x4b\x12\x2f\xe9\xaf\xe6\x5d\xcc\xeb\x05\x88\x5e\ -\x35\x31\xa5\xeb\x41\xa1\xff\x1b\xb8\xd7\x41\xb0\x0a\x6a\x5d\x5f\ -\x80\xbf\x35\x9c\x68\xe7\xd7\x0a\xd9\x06\xa1\xac\xaa\xe9\xd5\x05\ -\x1a\x87\x91\xd0\x39\xf5\xed\x40\x6f\x87\x6d\x22\xce\xc7\xea\xc5\ -\x5d\x4e\xd5\xae\xcf\x33\xed\xd7\x8f\x9b\xa0\x5c\x00\xee\x62\x30\ -\xc4\xba\x8a\x46\x16\xd3\xad\x37\x29\xf4\x91\xbf\xd9\x29\xc3\x44\ -\x25\x61\xa1\x77\xd0\x5f\x8e\x86\xb7\x03\x08\x11\x3d\x93\x3a\x66\ -\x3d\xef\x86\xce\xba\xe9\x0c\xa6\x3e\x95\x37\xcf\x82\x9a\x84\xbd\ -\xe7\x9c\x8a\x9b\x3d\x3d\xea\x10\x07\x7d\x83\xf2\x7f\x1a\x29\x3d\ -\x80\x9b\x90\x07\xe1\x3d\xaa\xa0\xee\xc0\x39\xbd\x7d\x1b\x54\x94\ -\xe3\x6d\x03\xc0\x68\xfa\x0b\x28\xdb\x99\x66\x93\x4f\xf1\xff\xe6\ -\x39\x35\x53\xa1\xef\x54\x69\x55\xb0\x4f\xc0\x4f\xe7\xc3\x28\x52\ -\x75\xcb\x30\x90\x0b\x4f\x08\x0d\x6a\xbd\xfc\x98\xe6\xca\xcf\xa5\ -\xf8\xe7\xd5\x33\x7e\xc8\x83\xf8\xd8\x6d\xa5\x6d\x81\x98\xd9\x40\ -\x06\xc1\xb9\x55\x31\x37\xc1\x63\x2e\x76\x2c\x47\x05\xfe\xfb\x1b\ -\x75\x8f\x82\xe2\x34\x76\x3f\x43\x3d\x35\x8b\x62\x22\xb7\x11\xc5\ -\xfe\x8b\x9d\xee\xfb\xf7\xb5\x0d\xff\x56\xdc\x4f\x21\xf4\xe3\x6b\ -\xd2\xc2\x81\xbd\x43\x5b\x56\x63\x15\x17\x86\xd6\x98\x23\x11\x8f\ -\xcb\xb4\x84\xb5\x48\x3e\x69\xba\x01\xd1\x74\x2b\x4c\x2e\x69\x4b\ -\x7a\xef\x48\xb4\xaa\x62\xaf\x85\xca\x38\x2d\xba\x15\xfb\x44\xe4\ -\x75\xe2\xf5\xd2\x00\x70\x9b\x68\x75\x7d\x9b\x27\x07\x27\xcf\x98\ -\x8e\xce\x28\xf5\x1f\x7e\x39\x92\x06\xc6\x60\x97\x9e\x4a\x09\x81\ -\xc1\x3a\x5c\xcd\x4e\xde\x7b\xae\x0b\xb7\x16\x5d\xcc\x10\x0f\x6f\ -\x56\x08\x76\xf0\x9b\xa1\xee\xc6\xd6\xf8\xbd\xed\xa2\xcb\xc6\x5e\ -\x74\x04\x8e\x9e\x97\x65\x2a\x6c\x06\xf5\x52\x5b\xc6\x57\x5d\x4c\ -\x89\xe6\x90\x78\x60\xb3\xd1\x37\xa5\x35\x37\x1d\xcd\xeb\x54\xd7\ -\x31\x61\xd0\xdb\x39\xd6\x78\x4c\xd7\xbe\x90\x65\xd3\x4a\xf5\xb4\ -\x42\xef\x23\xf3\x6f\x5f\x83\xce\x49\xca\x57\x7a\xe1\xbb\x13\xd1\ -\x5b\xf3\x3d\xa8\x84\xd8\x70\x39\xa9\x6b\x02\xda\xef\x0b\x43\x69\ -\xa7\x2d\xec\x43\x8f\x22\xe2\x54\x80\x27\x92\x56\x97\x09\x4d\x8e\ -\xb8\x07\x08\x76\x3b\xdd\x28\x14\x79\x55\x78\xac\xe0\xb6\x69\x14\ -\xbf\x47\x38\x8c\x02\xe5\xeb\x33\x5b\xaf\xae\x94\x03\xe9\x6c\x6d\ -\x4b\x01\x23\x00\x00\x20\x00\x49\x44\x41\x54\xd1\x8f\x5d\xa0\x7e\ -\x6a\x3c\x7a\xc1\x8c\x86\x72\x87\x55\xef\xa3\xc0\xd6\x59\x60\xeb\ -\x5f\x26\xf2\x4f\x80\x63\xb6\xbf\x1b\xea\x06\x37\x9c\xe7\x0c\x88\ -\xcd\xcd\x09\xf3\x8c\x3a\xff\xb9\xf7\xfd\xb0\x1b\xee\xeb\x60\xfb\ -\x83\x55\x9e\x39\x77\x31\xad\x21\xe0\x41\x13\xc7\xe1\xc8\xf8\x37\ -\x9a\x96\xd2\xf2\x20\x4a\x03\x41\x36\xa8\x09\xf8\xfb\x19\xb2\x0e\ -\xdd\x87\x83\x18\x99\x83\xf4\xca\x43\x4f\x57\x4a\x21\x71\x6a\x6b\ -\x5f\x83\xdb\x51\xe3\xa0\x9e\x17\x55\x35\x0c\x99\x82\x92\x78\x82\ -\x6b\xdf\xee\xc0\xf3\xcf\x3b\x88\x74\x52\x00\xdf\xf6\xdd\xa3\x50\ -\xa1\x29\x8c\x0f\x77\xaa\x0e\x94\xc6\x5a\x13\x32\x7a\xbf\xe5\x78\ -\x50\x82\x20\x41\xd9\x7a\x3b\x2b\xa5\x15\x3a\x42\x5c\x31\x29\x59\ -\x1c\xcb\x9c\xe8\x10\x3d\x18\x30\xdd\x76\x9d\x8f\x29\x65\x50\xa2\ -\x35\xf6\xbc\x4a\xe9\x96\xdc\xd4\x66\xa3\x69\xa4\xb2\x10\xb3\x09\ -\xa3\x1c\x9a\xec\x9c\xdb\x37\x80\xee\x6f\x1a\xa0\x7e\x66\xbc\xbe\ -\x2b\xd9\x2d\x00\xb7\x9c\x0e\xc3\xfc\x28\x9b\xc7\x96\x8d\x18\x4e\ -\xb4\x14\xe5\x9e\xd0\xc3\x9c\xa6\xae\xd1\x38\x03\x9a\x8d\x75\xa7\ -\x0f\x7b\xf6\x94\xd9\x64\xbf\x68\x9d\xb8\x69\x86\x98\x5f\x99\x41\ -\xdf\xd7\xe3\x1a\x4d\x60\x0f\x67\x1e\xb6\xc7\xcd\x4c\x26\xa9\xf1\ -\x63\x7d\xee\x96\xcb\xf6\x4e\x39\x4b\x20\x2f\xc1\x46\x8c\x7b\x73\ -\x36\xe0\x35\xcd\x92\x56\xdf\xf5\x33\xe3\x41\xeb\xea\x37\xa3\x7a\ -\x90\x77\xca\xd1\xf6\x4b\x51\x7d\x03\xb8\xac\x46\x5a\x11\x5e\x7b\ -\xa5\xa6\x53\x1a\x45\x7c\xab\x14\x13\xc0\x02\x21\x93\xc6\xaa\x01\ -\x98\xba\x33\xde\x49\xbd\x4b\x6a\x9d\x34\x23\x99\x76\x5f\x13\x96\ -\x81\xf8\x3c\x41\x1f\x76\xc0\x58\x95\x32\x02\xe7\xcd\xfe\x9d\x23\ -\x3b\xb3\x4d\xda\x3a\x15\xbd\xf6\x34\xbd\x32\xa1\x74\xcb\xd0\x1d\ -\xf5\xe9\xd2\x96\x0f\x7e\xae\xff\x4a\x63\x9f\xb4\x34\x6f\xcf\x7a\ -\xbb\xa9\x89\x72\x69\x5e\xd3\x33\xde\xcf\xe7\x00\xf0\x3a\xf8\x7a\ -\x4e\xde\xdf\xd8\x3d\x95\xe3\x58\xd2\x9f\x61\x74\x91\x60\xa2\x8c\ -\x7c\x3d\x03\x70\x42\xd2\x60\x11\x18\xb4\xf6\xf8\x9a\xe4\x9a\xab\ -\x02\x6a\xb6\x49\x2a\x54\x7d\xd0\x64\xb7\xc6\x9f\xcf\x1f\xcf\xba\ -\x8b\xc9\x3a\xe7\xb4\xeb\x1c\x64\x70\x0c\x14\x54\x71\xd5\x44\x04\ -\x19\x28\x6b\xa3\x3f\x17\x72\x7b\x0e\x12\xd8\xbb\xea\xdc\xd4\x5f\ -\xd2\xc4\xdb\xc4\x42\x44\x52\x9c\x59\x9b\x4a\x0e\xea\xc8\x1e\xe8\ -\x6c\x47\x38\x6a\xba\x50\x97\x32\xb3\xe5\x86\x94\xde\x8b\x5f\x9d\ -\xf2\xf2\x62\xc1\xa4\x01\x9e\x88\xe2\x39\xa6\x84\xca\x28\x7e\x86\ -\xbd\xb1\xe8\x10\x3a\x9e\x83\xbb\x1e\x82\xfb\x8d\xde\x73\x52\x6d\ -\x54\x7c\xc2\x95\xcd\x09\x65\x18\x2c\x87\x40\x1b\xef\xfc\xe6\x1c\ -\x3d\x3e\x50\x2a\x1e\x07\x5c\xf0\xc3\x63\x4b\x90\xe8\x68\x00\xe8\ -\xc5\x98\x81\x8e\x42\x3c\x4c\x38\x7a\x71\x31\x68\x56\xc7\xe7\xe0\ -\xce\x4b\x6e\xc5\x70\xf4\xc9\xf9\x4c\x16\xe5\xa6\x08\xdd\xc2\xb8\ -\x00\xd8\x43\x23\x25\xac\x54\xdd\x2c\x5d\x08\x91\x3d\x69\x76\xda\ -\x9c\xcd\x54\x51\x57\xee\x16\x12\x97\x41\x28\xe8\x22\xe2\x74\xac\ -\x0a\x1a\xa7\x72\xda\x7a\x83\x9b\x4b\x64\x9f\x3e\x25\x0a\x56\xd3\ -\x8f\xa0\x61\x08\x95\xc3\x58\xa2\x6d\xe7\xc1\x8f\x9a\x5a\x7c\x6b\ -\x7c\xdf\x26\x90\x0f\x7d\x55\x34\xb0\xba\x8b\x33\x8e\x7a\xa7\x33\ -\xf0\xf0\x09\x3c\x68\x6a\x1c\xdb\x65\x2c\xe1\xb6\x23\x03\xc9\xe4\ -\x60\xa6\x9f\x54\x35\x2f\x7a\x7b\x9a\x7b\xae\x71\x6e\x62\xe3\x1e\ -\x74\x18\x9a\x90\x8e\x9c\x83\xbf\x1a\xdc\xf4\x89\x76\x9f\x0e\xb6\ -\x85\xfa\x95\xaa\xdb\x03\x1a\x9f\x05\xf8\x51\x70\x38\x6d\x8b\xe4\ -\xef\xd4\xac\x33\x6f\xaf\xbe\x17\xff\xf5\xc2\x18\xef\x5b\x67\xd6\ -\xd7\xb7\x02\x30\x7f\xef\x1b\x6d\xec\x41\x8d\x8e\xe8\x0c\xbf\x1c\ -\xe9\x89\x2c\xe6\xf7\x58\x9c\xee\x55\x67\xd0\xe7\xb9\xce\xf2\x52\ -\xce\x22\x37\xe2\x23\xd6\x31\x09\xd6\x66\x31\xbc\x1a\x4d\x51\x2b\ -\x58\x9c\x8a\x5e\xcb\xa9\x97\xdc\x07\x87\xff\x65\x5f\x38\x92\x3b\ -\x40\x45\x7d\x67\x41\x24\x05\xf9\x8b\x0e\xa5\xce\xca\x7a\x93\xea\ -\x07\x1d\x25\x42\xc9\x70\x3f\xf6\xdc\xf3\x01\x1e\x84\x5e\x22\x26\ -\xe5\xdf\xd0\xda\x6f\x32\x88\xae\x01\xfa\x56\xf4\xbf\x21\xf8\xe7\ -\xdf\x93\x0c\x78\xa6\x16\x40\xda\xbb\x56\x79\x9d\x26\xc4\x19\x2d\ -\x5c\xa7\x01\x81\xdb\xdd\x1e\x8d\x9b\x11\x22\x95\xb7\x9f\x29\x45\ -\x25\x53\xa7\x92\x15\x6f\x30\x9e\xa3\x1e\xef\x42\x1b\xe5\x99\xb1\ -\xfc\x3c\x42\x07\x1d\x47\x46\x0c\x46\x01\x75\x4e\x40\x8b\x5a\xce\ -\x9e\xd3\xb7\x5e\x1e\xce\x7f\x00\x57\xa3\xb5\x70\x0d\x56\x04\x8e\ -\xf7\x06\x75\xe4\x78\xb2\xe5\x21\x5a\x33\x58\x54\x55\xac\xcb\x1c\ -\x79\xc7\xd7\x97\x69\xc3\xee\xd3\x32\xca\x9c\x2d\xca\x82\x90\x19\ -\x09\xd4\xbd\x9d\x1b\xdc\x80\x54\x89\x62\x5e\x6b\x5d\x91\xef\x89\ -\x37\xe3\x0e\x95\x92\x00\x74\x76\xc4\xdf\x74\x7b\x92\xb6\xf4\x41\ -\xd7\xd8\x0f\x27\xba\x13\xf8\xeb\x54\xb3\xe7\x3e\xd4\x87\x49\x59\ -\x4c\xe8\xea\xbf\x7b\x99\xb8\xe4\xd4\x7d\xb9\x49\x8b\xd7\x43\xb9\ -\xff\xcf\xfa\x71\xba\xdd\x06\x68\x15\x14\x4d\xc5\x7e\xd7\x1c\xa9\ -\x01\x4b\x27\x75\x3a\xd6\xbf\x69\x7b\xf0\x00\xcb\xca\x85\x77\x3b\ -\xbf\xa9\xb4\x99\x0f\x73\x29\x99\x53\x23\x3a\x22\x08\x48\x8a\x86\ -\x37\x80\x37\xd7\x60\x9e\xc0\xca\xfc\x35\xa9\xe9\x70\x1a\xf8\xb7\ -\x49\xd9\x79\xbe\xf7\x1a\x30\x28\x8e\xe1\xba\x69\x78\xe6\x7e\xbe\ -\x57\xb4\x80\x67\xba\x4c\xa3\xe7\x26\x53\x66\x1c\xed\xe1\xe1\x8a\ -\xd7\x7c\xd9\x00\xf2\xe9\x51\xcf\xee\x47\x40\x76\x1f\x86\x84\xc9\ -\x9c\x69\x99\xee\x87\x69\x9c\x0e\x96\x87\x99\xbe\xad\x47\x46\x24\ -\x1a\xdd\xbf\x98\x36\xf4\x85\xe5\x90\x80\x45\xbc\xb4\xbd\x73\xaa\ -\xc6\x0a\x5c\x6b\x25\xb8\x7e\xdf\xb7\x39\xb5\xde\xb7\x4d\xac\xcc\ -\x5a\x7c\x15\xc9\x2b\xec\xa1\x15\x58\xff\xfc\x78\xb8\xec\xaa\xc6\ -\x48\xee\xbc\x88\xdf\xb8\x90\x0f\x7a\xd9\x19\x9a\xd6\x73\x78\x9a\ -\x63\x55\x8a\xd2\xfa\x4b\xe4\x7f\x92\x42\x11\x17\x59\xa7\x07\x2e\ -\xe6\xff\x56\x17\xfc\x56\x58\xf4\x1c\x0a\x11\x17\xc4\x27\x45\x20\ -\x10\x8d\xca\xaf\xb0\xcf\xc6\xe5\x9c\x27\x0a\x5a\xd7\xa0\x82\x84\ -\x43\x88\xc0\xf4\x15\x27\xd7\x3b\x79\xb4\xfe\x59\xf6\xfe\x0c\xc4\ -\xcc\xb8\xc8\x94\x39\x2c\x97\x37\xa6\x46\x2b\xe2\xb4\xec\xce\x1c\ -\xa2\x70\x3c\x33\x0b\x3a\x13\x09\x37\x0e\x74\x1e\x18\x6c\x76\xbc\ -\xe2\x0b\x7f\xbc\xa3\xd3\x59\x64\x6c\x62\xf6\xdc\x18\xfd\xab\x00\ -\xbf\xeb\x79\xd0\x8c\x33\x4a\xd7\xf5\x3e\x31\xe8\x3a\x81\xb3\xd9\ -\x25\x22\xb3\xf2\xdd\x85\x18\x0a\x3c\x10\x98\x70\x34\xd2\x04\x5e\ -\x7f\x77\x16\x31\x1a\xe1\x6c\xac\x54\x39\xa7\x21\xcb\x53\x41\x52\ -\xef\x83\x67\xa2\xbc\xe3\x47\xc7\x21\xae\x69\xa4\x41\xc9\x77\x9c\ -\xcf\xa2\x17\x8f\x3d\xdf\xe5\xb5\x28\xc0\xfb\x34\xf5\x35\x60\x74\ -\x7c\x46\x49\x84\x38\xa7\xcd\xf4\xf7\xc2\x8e\xbc\x58\xe1\x98\xf4\ -\x1c\x5a\x1a\x6e\x53\xa8\xc8\x51\x0a\x41\x7a\x5c\x68\xaa\x55\x34\ -\xd3\x08\xcc\xf6\x02\x1c\x62\x2e\x99\xe1\xea\x1c\x21\xdf\x6a\x39\ -\x44\x71\xa0\x87\xd0\xb7\x68\x07\xea\xa6\x2e\x3a\x28\x39\x93\x12\ -\xc7\x4d\x33\x77\x34\xa4\xb4\x21\x32\x8d\x0d\xa8\x6b\xaf\x08\xc7\ -\x05\xc5\x28\x18\x7b\xff\x95\xca\x3c\x40\x0c\x79\x5e\x98\x49\x79\ -\x88\xc4\xf8\xc3\x7c\xa6\xce\xac\xe7\x34\x28\xb4\x4b\xe3\xd2\x11\ -\xfd\x6a\xc4\x40\x19\x56\x2a\xef\x26\x2a\x01\x7c\x84\x03\x1e\x6a\ -\x1a\x7b\x07\x20\xe2\xc5\x6f\xc1\x2f\x98\x81\xe3\x41\xac\x95\x7b\ -\xbc\x8f\xcb\x29\x57\x35\xb1\x91\xc9\xe9\xc7\x4f\x05\x1a\x47\xe1\ -\xdd\x41\x34\xac\xa3\x60\x9e\xf3\xc5\xc5\x7d\x7f\xec\xc8\x6a\xf4\ -\xa6\xcc\xce\xff\x91\xf3\xd2\xda\x24\xc5\x77\x23\x8c\x98\xd2\xbc\ -\x45\x84\x88\xcd\x6f\xbc\xd9\x58\x05\xec\xb5\x38\x90\x40\xb6\xc7\ -\xa4\x4e\xbf\xe9\x88\xdf\x69\xb0\x4f\x4a\xfc\x13\xb1\xa5\xe3\xcf\ -\xe4\x00\xec\x96\xb0\x3f\x93\x2f\x74\x7a\xbd\x9c\xda\x1b\x79\x55\ -\x66\x24\xc2\x70\x43\x11\xc6\x0b\xcd\xc8\x01\x14\x10\xe8\xba\xec\ -\xb9\xde\x84\x4d\xb7\x9b\x50\x50\xcb\xbb\x99\x1a\xd4\x27\xaa\xfe\ -\x6e\x4c\xc2\x6e\x5b\x7f\x6a\x0d\x43\x52\x50\x0e\xbf\xc6\x60\xc8\ -\x7d\xa1\xd2\x4c\x44\x28\x6d\xa6\x4f\xb0\x87\x9b\xe5\xf3\xeb\xc4\ -\x1d\xef\x9a\x93\x4e\x43\xec\x93\x63\x4a\x2d\xf0\x51\xf7\x04\x63\ -\x63\xcb\xa0\xf4\x92\x67\xa9\x11\x5f\x5e\xe3\x14\x2d\x8b\x23\x8f\ -\xef\x65\xcd\xe8\x72\x2b\x6e\x75\x61\x2a\x13\x88\x57\xbe\x99\x70\ -\x0d\x94\xbd\x1b\x88\xc5\xb8\x5a\xa9\xca\x3d\x6f\x74\xd0\xb0\xde\ -\xa9\xb2\xaf\xb5\x59\x16\xd0\x15\xe6\x5a\x8b\xa5\x72\x88\xbe\x4b\ -\x3e\xbc\x3e\x5b\x57\xb9\x43\x82\x1e\xfb\x54\x95\x32\x38\x39\xbe\ -\x47\x42\xa0\x2f\x54\xf4\xae\x0b\x1e\x00\xb3\xca\xa3\xee\x8b\xaf\ -\x5d\xf9\xac\x92\x13\xdc\x37\x67\xd5\xa8\x03\x76\x02\x36\xec\x3a\ -\xc1\xc8\xa0\x6c\x8e\xd8\xdd\xe4\xcb\x9b\xb1\x6a\x5c\x1b\x95\xb9\ -\x87\x51\x3f\xce\x05\x06\x70\x9b\x1d\x38\x80\x2d\xda\x06\x0a\xc8\ -\xda\xab\xb2\x08\xfb\x9d\xc1\x5e\x3f\xca\x31\x89\xeb\xec\x9b\x95\ -\x66\x27\x93\x96\x59\x7f\x27\x1a\xef\x68\xa8\xb4\x1b\x5f\x31\x4c\ -\x9a\x82\xd0\x9c\xf9\xa2\x0a\x90\x54\x02\xc8\xf6\xcf\x56\xce\x6b\ -\x59\x2b\x75\x0a\x32\x7b\x96\xa6\x4a\xe8\x34\x69\xd0\xd8\xfb\xfd\ -\x17\x77\x19\xbb\x9e\xfa\x1c\x9e\x9c\x7a\xbf\xf7\x75\xad\x33\x46\ -\xc1\x27\x84\xf1\xa6\xb6\x08\xee\xbd\x5b\x73\x19\xf3\x5e\x49\xd6\ -\xda\x75\x5d\x65\xc0\x12\xe7\x11\x2e\x57\x25\x98\x6b\xe1\xdd\xe2\ -\x52\xe2\x9f\xd7\xa6\xed\x42\x60\x72\xea\x97\x6d\x24\x5e\x3f\xe0\ -\x1f\xb6\x1c\x2b\x25\x10\x4b\x1e\x94\xc1\x5f\x56\x22\xdc\x10\xb3\ -\xf4\xf6\x5c\x0b\xe0\xc7\x8b\x35\x71\x2a\x57\x68\x25\x2e\xff\xe1\ -\xb6\x5b\xe0\x9a\x66\xe9\x96\xbb\xec\x9c\xd5\x33\x84\x34\x16\x0e\ -\x20\x64\x39\x38\xc1\xe7\xd7\x2d\x8d\x72\xe3\xbc\xea\xf6\x42\xc7\ -\xb4\x8c\xc9\x13\x79\x38\x6d\x15\xd1\xec\x56\x99\x09\x9b\xb6\x8f\ -\x5b\xab\x38\xe8\x53\x84\x5f\x31\xb7\x8f\x85\x1f\x43\x87\x9c\x63\ -\x9e\x85\xb9\xdc\xf8\xf9\xf9\xc9\x5a\x7a\x6f\x29\x0b\x5f\x02\x6e\ -\xdd\xe9\xea\xc3\xce\xcd\x25\x0d\xf1\xb5\xd8\x24\x48\x74\x4c\xd6\ -\x00\x7f\x6e\xb4\x70\x3b\xa7\x33\x93\xca\xf3\xaf\x1b\x9a\xf1\xe7\ -\xf3\xdb\x04\xa2\x3c\x1c\xc2\x00\xe0\x57\x6f\x2c\x8d\x67\x4a\x03\ -\xcc\xfb\xc8\x5d\x42\x7e\x37\xc2\x80\xc6\xb3\xb1\xe3\xed\xb3\x7f\ -\x3d\xd7\x81\xab\x78\xf5\x8b\xcf\xc2\xfb\xcc\x39\x8f\x97\xbb\xe7\ -\x90\x14\x8f\x99\x38\x73\x5a\xfa\x64\xac\x6f\xf0\xa0\x4f\x06\xed\ -\x43\x2e\x6f\xf4\x2f\x5b\xce\x5b\xc5\x8c\x31\x98\xa0\x37\x41\xb7\ -\x3d\x97\x40\x6a\x7e\xc5\x72\x90\x7e\xc4\x0a\xa2\x30\x3f\x88\x7c\ -\x9c\xdb\x11\x97\x8b\x3c\x89\x4d\x77\xe9\x42\xbc\xf1\x5d\xfe\x79\ -\xb6\x37\xd4\x2a\x04\xf0\x85\x0b\xc0\x47\xf6\x83\xea\x63\x1b\xd5\ -\xbe\xee\xcd\x1b\xac\xec\xd3\x5c\xe7\x70\xc3\x73\xb8\xa0\xf8\x75\ -\x2a\x15\xbf\xd1\x9c\xbc\x00\xef\x94\x88\xb3\x59\x0d\xf7\x4a\xeb\ -\xda\x3c\x54\x3a\xac\x3e\x49\x70\xdf\x96\x73\xf3\xd3\x2e\xb0\x38\ -\xf0\x95\xcd\x16\x5a\x69\x4d\xd3\x94\x3e\x99\x08\xba\x4c\xbe\xb3\ -\xa3\xf8\x70\xba\xde\x83\x72\x26\x56\xf4\xc5\xfe\x30\xad\x9b\xbd\ -\x17\x91\x9d\xcd\x96\xe8\x3d\x10\xec\xb8\x6c\xe0\x99\x3a\x91\xd3\ -\xb1\xd6\x4e\x1a\x8b\x19\xcd\x55\xb8\xe7\x63\xaa\xe3\x3a\x0e\x62\ -\x2a\x1b\x57\xa7\x8e\xde\x7b\xf7\x11\x72\x52\x21\x7c\x77\xf8\xd9\ -\xe3\x22\x62\xed\x53\xa0\xd6\xdc\x37\xd1\x75\xe5\xd0\x5d\xaf\x45\ -\xd9\x1f\x99\x4e\x7c\xe5\xb1\x63\xda\x85\xfb\xfe\x85\x2c\x76\xb4\ -\x15\xa9\x55\x51\xb3\x1c\x84\xee\xdd\x8a\xb5\x12\x0d\xc7\x3a\xb8\ -\x7d\x7d\x32\xf1\x63\x9a\x37\x27\x7b\xbb\x4d\xe8\xeb\x2c\xd9\x5b\ -\x06\xed\x64\x5e\x4a\xdb\xa9\xad\x52\xae\x56\x52\x7a\x05\x51\x49\ -\x4b\x78\xa3\x5e\x91\x07\x2e\xd7\x45\xb4\xf1\x07\x17\xff\xe3\x41\ -\xf1\x0b\x40\x4c\x00\xe0\x94\x8c\xdf\x07\x80\x40\xce\x8e\x80\x30\ -\x04\xbf\xd9\xcc\xaa\x54\x21\x15\xb9\x69\xdb\x83\x19\x4d\xdf\x5b\ -\x28\x74\x98\x04\x7c\xbc\x70\x66\x48\x7b\x46\x9c\x7a\xa7\xc8\x29\ -\x42\x06\x7f\x53\x4d\x6b\x60\x54\x2f\x62\xc6\xc3\xb6\xdb\x85\xd8\ -\xfb\xbe\xfd\x6c\xbc\x06\x20\x06\x62\x98\xc6\x59\x1e\xe7\xea\x68\ -\x38\xe8\xc9\x04\xe8\x42\xf2\xdb\xa9\x7b\x49\x3f\x6f\x74\x28\x55\ -\x8b\xed\xe8\xd4\x43\x68\x4c\x92\x4d\x57\xfa\xab\xbf\x96\xf1\xd7\ -\x1c\x61\x65\xa0\xb8\x77\x4e\x83\xec\xfe\x44\x52\x2c\xd7\xb5\xf0\ -\x7b\x7f\x0a\xc8\x52\x4e\x11\x3e\xfc\x2c\xbd\x77\xcb\xe9\x52\x9b\ -\x72\x2e\x37\x7c\x30\x6f\xa1\x9d\x93\xa7\xe7\xd4\x64\x39\x40\x49\ -\xc9\x2c\x89\xc9\xb4\x88\x98\x29\x4e\x50\xd9\xdc\x88\xc4\xd6\xff\ -\xe5\x05\x10\xe1\x57\x7f\xad\x50\x15\x2d\xd3\x83\x46\x4b\x37\xaa\ -\xf8\x95\xac\x8e\xb2\x8f\x56\x90\x6c\xdc\x2a\xa9\x2b\x1c\x8e\x84\ -\x34\x9f\xbf\x92\x15\x8f\x04\x02\x7c\x0a\xc2\x20\xfc\x2b\x7f\xec\ -\x7c\x72\x7b\xe7\x88\x49\x89\x5f\x99\xb3\xe9\x5a\x71\x92\x43\x43\ -\xb6\x3f\xd9\x98\x4c\x0d\xa1\x69\xdb\xe3\xf9\xc6\x74\x4a\xc4\xc8\ -\x97\xb2\x81\xf5\xf3\x83\x7b\xff\x81\xaa\xe0\x87\xd7\xd1\x9c\xda\ -\x1a\xdf\x7e\x3f\xab\x67\xe9\x11\x26\xb5\x7a\x27\x79\xbe\x00\xd4\ -\x8c\x30\x80\xe5\x1c\xee\xe6\x6a\xc7\xda\x69\xde\x91\x1d\xb4\xd3\ -\x61\xb7\xe2\x78\x62\x8a\xf6\xc9\x10\xef\xda\xe3\x05\xb2\x5b\x1e\ -\x57\xd0\x6d\x9f\x20\x84\xe0\xe3\xda\xb5\xcb\xb2\xaa\xb0\x3c\x4e\ -\xc0\x6c\xbf\xb7\xde\x39\x09\x88\x49\x0c\x35\x8d\xe5\x2d\x1f\x07\ -\xb8\xcd\xf5\x52\x23\x06\xc4\x69\xdc\x5b\x3e\xe9\xaa\xca\xaa\x90\ -\xa4\xc8\x99\xf1\xd1\xbd\x6f\xac\xb4\xcd\xe7\xd1\x3c\x03\x1b\xf7\ -\xed\xe7\xd7\xb2\xf7\x05\xcf\xb9\x0c\x20\xe0\x0e\x8b\xf5\x00\xea\ -\x12\xe4\xb0\x77\x7e\xeb\x9f\x64\x24\x85\xab\x6c\xd7\xd6\x49\x34\ -\x5d\x47\xbe\x64\x7c\x96\x5b\xfd\xf9\x34\x7a\x73\x9e\xc7\xc4\x10\ -\xfa\x24\xed\x91\xfd\x4c\x50\xbf\xf7\x88\xd4\xea\x23\x98\xfb\xed\ -\xca\x73\xb1\xd8\x40\xbf\xbf\x95\x23\x75\x11\x4d\x20\x98\x0c\xf8\ -\x37\x43\x90\xab\x5f\xab\x49\x13\xbe\xf5\x0f\x58\x2e\x2c\x66\x90\ -\xbe\x4c\xdf\xb1\xd3\x15\x54\x5f\xc0\xa6\xcf\xe7\x5f\x67\x00\xd8\ -\x19\xbc\x13\xf4\xb6\xdb\xe4\x17\xbf\x56\x3b\x0f\x03\x8b\x02\x3d\ -\x3f\xf4\xb1\xda\xd6\xeb\xd6\x00\x86\x59\x6d\x9f\xfd\xd2\xbf\xb6\ -\xde\x89\x6d\x8a\x29\x82\x5b\x14\x72\x5b\xe3\xfd\xbb\xff\x0c\x90\ -\x6f\x91\x8e\x4c\x38\xbd\x05\xeb\x2a\x6f\xed\xbd\x8d\xbc\x2b\x7e\ -\xd7\x6d\x55\xf0\xcf\x3f\x00\x7e\x1b\x85\x19\xb8\xf8\xe7\x6a\xde\ -\xfe\x5c\xb6\x9b\x2e\xce\xb3\xa6\x81\xbe\x72\xbd\x2f\x47\x8c\x06\ -\xd2\x13\xdc\x61\x62\x10\x6f\x47\x01\x77\xb1\x76\x5a\x02\x3d\xf1\ -\x7a\xe8\x49\xcc\xbe\x36\x90\x2c\x99\x22\x7b\x9a\x02\xd0\xe8\xab\ -\x70\xf0\x7e\x0b\x2d\x3b\x5e\xb6\x4f\xbd\x78\xe4\x36\xe8\x4b\x00\ -\x1c\x1f\x17\x84\x21\xe0\x9a\x70\xec\x61\x8f\xcc\x96\xd7\xd1\xa9\ -\x4a\x6b\x2d\xbb\xb8\xfb\x18\x79\x69\x5e\x30\x20\xc2\xc5\x3f\x89\ -\x64\x45\xc1\xac\x72\x27\x6f\xb6\xdb\x2c\x4f\x37\x1e\x9f\xd4\xac\ -\x17\xcb\xd8\x81\x12\x04\xdb\xea\x39\xbd\x58\x4d\x1c\x3d\xbc\x48\ -\x92\x87\x4b\x07\x0a\x57\x0d\x46\x14\xbd\x2b\xdc\x73\xde\x50\xf6\ -\xd3\xaa\xfb\x0b\xef\x5b\xfb\x54\x86\x83\x9a\x14\xcd\x65\xa7\x01\ -\x21\xa7\x86\x85\x98\x73\xcb\xac\x08\xdb\xe7\xc8\x10\xb3\x67\x75\ -\x0d\xe7\x9c\x7a\x17\x0b\x00\x5d\x17\x48\x39\xed\x3a\x6e\x0f\xcc\ -\xd5\x0d\xbf\x70\x1c\xbd\x68\x93\x94\x2e\xa4\x36\xbb\x7e\xbb\x10\ -\xd0\xcc\x0f\xe2\xb9\xae\x37\x44\xdb\x0f\x51\xf6\x69\x5d\xaf\xca\ -\xe8\xa4\x0a\xac\x78\xdf\x6b\x58\xf0\x07\x0a\x75\x5d\x6b\xb8\xfa\ -\x51\x3a\xae\x34\xba\x4c\xfc\xa9\xf8\x85\xa2\x96\xf7\x14\x1a\xc7\ -\x37\x7d\x47\x9f\xc8\x0c\x2e\xfc\x19\x19\xe0\x23\xfa\x44\x9f\x0e\ -\xb3\x86\xfa\x77\xdf\xc7\x20\xbb\xdc\x94\x86\x35\x3a\x63\x3a\x1b\ -\x99\xb6\x40\xde\xbd\x0f\x9a\x28\xb8\x37\xbc\x7b\x47\x9e\x44\x7b\ -\xdf\xa4\xc3\xe0\xa5\x6b\xf1\x6a\x29\xf5\xf1\xe7\x9c\x8e\x75\x4a\ -\x61\xa7\xb4\x8c\xcc\xb2\xe6\x2d\x11\x6b\x39\xf2\x99\x56\xcf\x59\ -\xcb\x70\x64\xf5\x77\x21\x65\x46\x30\x90\xd8\xb6\x47\x23\xc7\xe4\ -\x78\x46\xb9\x16\x98\xbf\xc6\x4e\x4c\x64\xf4\x0b\x52\x1d\x54\xce\ -\x30\x64\x48\x6a\x89\x23\xbe\x3e\xe1\xb2\xa2\xe5\xa4\xeb\x10\x88\ -\x7e\x52\x9f\xd0\x29\xb0\xe9\xd6\x89\x7f\x1a\x62\xec\x07\xb6\x72\ -\xfd\xdf\x5a\xfa\x55\x6e\xec\x83\xf8\x56\x17\xff\xd3\x5c\x3d\x9d\ -\x5e\xec\x53\x4a\xdb\xe3\xd5\x90\xd4\xba\x75\xb0\xec\xc5\x5d\x51\ -\x45\xd3\x31\x8a\x95\x71\x2b\xf9\x80\x55\x8e\xe9\x11\x0d\x53\x07\ -\xa5\x17\x1a\xa8\x65\x39\xb4\x96\x2a\x26\x6f\x33\xcb\x6a\xee\xfd\ -\x16\x56\x7b\x84\x6e\xc7\x7a\x52\x6d\xda\x31\xa6\x70\x45\x30\x50\ -\xb0\x15\xd8\x0a\xc6\x0f\xfd\x8f\xe1\x52\x16\xe8\x2f\xe5\x54\xf9\ -\x1a\x68\xb0\x61\x1a\xed\xfe\xa0\x9f\xca\x1f\xf4\x06\x3d\x85\xdb\ -\xe4\xd9\x7e\xee\x0a\xcb\xb2\xda\x34\xc2\xde\xe5\x5a\x6b\x98\x90\ -\x4c\xcd\xa8\x60\xad\x9f\xb6\xae\xe9\xf1\x5c\x26\x60\xd2\xdd\x09\ -\x7c\x9f\xee\xa0\x53\x73\xea\x6d\xac\x50\x64\x6f\x1c\xf0\x55\x28\ -\x0f\x6d\x0c\x95\xfd\x9c\x34\x47\xdd\x52\xd3\x7b\x39\xa6\x20\x77\ -\xba\x88\x85\xb9\x89\x49\x6c\x0a\x80\x5d\x0d\xac\x30\x2a\xf9\x5d\ -\x01\xbc\x1a\x80\xe8\xa4\xab\x4d\x73\x9b\x35\xa8\x71\x79\xfe\xb2\ -\xeb\xdc\x79\xb9\x24\x80\x7d\x5a\x68\x0d\x8a\xd0\xb1\x3e\x9d\x2a\ -\xdf\x2d\xff\x83\xcd\x32\xc4\xfa\xcd\xf4\xaa\x1a\xc0\x4e\xdf\xc7\ -\x38\xdb\xd7\xf2\x26\x38\xec\xde\xb9\xa8\x78\x56\xf0\x63\x04\xb4\ -\x4f\x7a\x9f\xb9\xbc\xd5\x79\x2c\x8f\x69\x6c\x92\x5c\xdc\xfe\x50\ -\x68\x6a\xbe\x98\x81\xb5\x14\xc0\x5d\x6e\x6d\x8d\xf5\xb1\xd6\x72\ -\xf3\x22\x76\xd6\x88\xdf\xbf\x54\x16\x5c\x39\x51\x0a\xa7\xba\x76\ -\x7f\xf1\xea\xf5\x8c\x1c\xcc\x08\x24\xd5\x34\x02\x62\x83\xcd\xb4\ -\xc3\x70\x63\xba\xda\x3f\xe8\x92\x95\x63\x25\x49\x6f\xb4\xc6\x5a\ -\xda\x33\xe7\x04\x1e\x34\x5d\xc9\x30\x1c\x51\x1f\x93\xd4\xbc\x1f\ -\x7e\x42\xa6\xfc\xca\xd2\x82\x54\x3d\x9e\x46\x5f\x44\x2d\xd7\xb0\ -\xf6\xe4\x36\xcb\x6f\xa8\x4a\x4e\xdf\xc6\xfd\x95\x35\x80\x14\x2b\ -\x63\x03\x82\x1b\x77\xab\xef\x26\x6d\xf2\x6a\xfb\x0c\xe9\x29\x10\ -\xcc\x13\x55\x33\x8e\x88\x59\xe6\xa0\xab\x2a\xb0\xae\xcb\xef\x97\ -\x9f\x1c\xa0\x74\x27\x51\xc2\xe5\x80\x2c\xb5\xe9\x74\xbc\xff\x60\ -\x16\xf0\xb8\x1f\x96\x39\xdc\x58\xb8\x6f\xf4\x1f\xfa\xee\xee\xfa\ -\xf3\xf3\xcf\x94\xd6\x10\x20\xab\xcc\x66\x2e\xfa\x81\xca\xf2\x1a\ -\x74\xe7\x3f\x2f\xbd\x03\xa9\xe1\x71\x30\x56\xc2\x3d\xde\x9d\x5a\ -\xbe\x70\x35\xcd\x68\x00\x63\xd4\xab\x6d\x74\x1f\x48\x02\xe7\xac\ -\xfe\xa0\x94\x39\x62\x11\xb4\x15\x67\x10\x55\x76\x48\x20\xbf\x4e\ -\xdf\x61\x3c\x5d\xe5\x4a\x63\xe5\x74\xbb\xfb\xa0\x0f\xb4\xd0\x35\ -\x4a\x2c\xc0\x9c\x61\xd4\xb3\x1b\x18\x95\xf3\xf3\x6e\x9d\x2d\x19\ -\x6c\x1a\x05\x4e\x5a\x6e\x92\x21\x70\xc4\xc0\xfa\x70\x36\x5e\x83\ -\x3b\xce\xc8\xf0\xc8\x34\xb4\x50\x31\xfa\x52\x6b\x5e\xca\x55\xaa\ -\xd9\x74\xff\xa5\x91\x32\xa0\xb5\x5d\x30\x5b\xdd\xde\x0a\x10\x3a\ -\x34\x55\x42\x28\x19\x5a\xd9\xcb\x92\x1f\x82\xe2\xd9\x4f\x71\x21\ -\xf7\xe2\x8f\x54\x4a\xdc\xec\xce\x59\x8b\xb8\xc8\x89\x21\x12\xec\ -\xe2\x5a\x8c\x7d\xe9\x53\x07\x34\x4d\x9a\x65\x54\x15\xed\x03\x55\ -\x5c\xb4\x83\x3e\xb3\x77\x36\x9a\x98\xdc\xf9\xc0\x1e\x5c\x0c\x2f\ -\xa6\x59\x66\x33\x8e\xc3\xcd\x30\xa9\x44\x63\x0c\x4f\x19\x94\x17\ -\x7f\x2e\x8e\x3c\xce\x8c\x2d\x73\x44\x0a\xcb\xd8\x38\x90\x93\x72\ -\xe5\x45\x52\xe6\x74\x24\x0d\xae\x9c\x33\x99\xe8\x2b\x7d\xab\xde\ -\x37\x35\x0e\x31\x67\xa8\xb2\x4d\xd9\x64\x34\xc5\x49\xd7\x45\x9b\ -\x42\xe7\xcf\xbf\xf3\x99\x8a\x96\xfe\x42\x55\xff\x23\xed\xad\x8b\ -\x57\xc7\xe1\x4d\x4d\x87\x96\x16\xd0\xae\x3f\xd1\x85\x2d\x4e\xdd\ -\x74\xca\x19\x69\x9c\x37\xbe\xb9\xd6\xbb\xae\x64\xff\xa7\xc0\x49\ -\xad\xa2\x73\xe6\xd8\x50\x3a\x8d\x6a\x4b\x4f\x7c\x47\xd4\x6b\x92\ -\xd1\xed\x7c\xdf\x5c\xe5\xca\x44\xe7\x3c\x0b\xbe\x68\xe3\xe8\x34\ -\x94\x29\xba\x25\x2b\x67\xb8\x71\xa7\xf8\x45\x91\xc5\x5c\xcd\x2b\ -\x7f\xa1\x94\x65\xe1\x21\xdf\x9b\x62\xa8\x21\xd2\x80\xbc\xea\xd7\ -\x9e\x62\xf0\x7d\x64\xe1\x99\xf9\x08\xa3\xac\xa5\x85\x90\xd4\x4b\ -\x42\xd8\x35\xaf\xe7\x1a\x3c\x4d\x02\xbc\x41\xef\x8e\x85\xe4\x59\ -\x31\x44\x94\x2e\xaf\x46\x7b\xa9\x60\x4a\xbb\x4f\x78\x68\x7b\x6d\ -\xb2\xea\x7a\x48\xc5\xc8\x4f\xab\x77\xe0\x21\xad\x32\xe9\x20\xdc\ -\x85\xf8\x90\x23\x00\xf6\x70\xcb\xda\x92\xfa\x3f\x2b\xd6\xec\x8c\ -\x58\xa8\xc9\x01\xb5\x69\x84\x8a\xba\x59\x8f\xdf\x9f\x1e\x5a\x3a\ -\xa8\xba\x54\x6e\x8a\xc0\x61\xe3\xac\x93\xc2\x02\x47\xee\xb9\x19\ -\x64\x4c\xad\x6d\xb1\x47\xba\x69\x01\x07\x2f\x19\x65\xd4\x94\x4d\ -\x2b\x4d\x5d\x02\x49\xb7\xa7\xa7\xa2\x8d\x37\xfa\x0e\xa8\x81\x56\ -\xba\xd3\xc4\x49\x24\xe7\x68\x6d\xed\xce\xf7\x5b\xe8\xfa\xbb\x5e\ -\x8c\x75\xea\xfb\x92\x52\x04\x6e\xd4\xe9\xd5\xa8\x68\xfa\x10\xb1\ -\xe3\x8b\x8e\x8e\x69\x16\xa8\x4f\xfa\x65\x65\xe8\x50\x9f\xd4\x68\ -\x85\x7c\x5f\xe7\xfe\xa0\x6b\x7c\x8d\x6f\x39\x64\x13\x78\x3a\x41\ -\x0d\x29\x30\x8a\x4b\x46\xc0\x2a\x0f\xad\x56\x4d\x8e\xe4\xa0\x69\ -\xf9\xba\x93\x35\x8a\xde\xc7\x5d\xe2\x61\xa7\x5d\xeb\xab\xec\xf5\ -\xd7\x09\x48\xb8\x14\x62\xee\xdd\x5a\xff\x23\xb0\x3c\xf9\x33\xfc\ -\x42\xc1\x93\xd4\x9c\x9e\x34\xdb\xae\xdb\x91\xcc\x3d\xf3\xa6\x90\ -\x4e\xaa\x9c\xf8\xa4\xd2\x4d\x77\x3a\xf3\x81\x35\xa9\xdd\x41\xcd\ -\xed\x14\xb0\xbc\xd7\x83\x3a\xf9\x12\x9c\x0b\x00\xb4\xdd\x7e\x88\ -\x6b\xd2\xc8\xfe\x79\x2c\x76\xc1\x0c\xdd\xc4\x83\x66\x2b\xac\xdd\ -\xc3\x9c\x63\xbf\x81\x42\xfd\x5d\xa0\x02\x18\xea\xee\xb4\xb6\x9e\ -\x2b\xca\x21\x9a\x0b\x62\x1e\x81\xe8\xa7\x66\x1f\x72\xf9\x73\x2e\ -\x67\x64\xd3\x9c\xdb\xda\xfb\xe1\xe7\xbb\x11\x31\x26\xcb\xde\x3b\ -\xcf\x87\x15\x20\x09\xc5\x39\xbc\xc1\x4a\x59\x13\xf6\xa9\xaa\x46\ -\xf1\xe2\x54\x62\xa3\x6f\x2f\x84\x91\xbd\xb9\x58\xff\x82\xe9\xca\ -\x7c\xcc\x6e\xc2\xb4\x62\xe2\xc3\x3c\x43\x7f\x59\x41\x22\xa0\xfb\ -\x03\x4d\x81\xfc\xaf\x07\x6d\x17\xd0\x11\x35\x9f\x85\x25\xf3\x68\ -\xd0\xa4\xd5\x97\xca\x16\xb9\xa3\x10\xa8\xd8\x6c\x56\xe8\xf6\xda\ -\x94\xdd\x6c\xe7\x2a\x5d\x7b\x3c\xe7\x8b\x40\xf7\x02\xe1\x36\x0a\ -\x2d\x15\x60\xc4\xc3\x34\x6a\x79\xfc\x42\xab\xbb\x49\x6c\xae\x16\ -\xeb\xe8\xf6\x06\xf2\xe7\x1f\x5c\x4a\xe0\x9f\x1f\x5c\x4a\xb8\x48\ -\x01\xda\x21\xce\x2d\x2d\x38\xe9\x7f\xd6\x7d\x58\xb1\xbe\xa7\xa5\ -\x61\x37\x6a\x60\x05\xe9\x05\xfd\x8b\x0d\x2f\x31\xe5\xe3\x0a\xca\ -\x47\x02\xc9\x8d\xba\x87\x07\xe7\x56\x32\x5f\x20\xf9\xb4\x08\xce\ -\x7e\x35\x51\xb2\x4b\xb3\x70\x36\x5e\x1a\xe3\xd1\xae\xed\xe2\x6b\ -\x3a\xe0\xd0\x9b\x4b\x5a\x5d\x96\x2c\x91\x94\x3e\x73\xb3\x2a\xb4\ -\x94\x32\x31\x5d\xc3\x96\x98\xc9\xd1\xbf\xd0\xa6\xac\x1c\x37\x2f\ -\x67\x4b\x0a\x7e\xfd\xf3\x63\x38\x97\xcd\x4b\x85\x41\xeb\x59\x04\ -\x0e\x17\x1c\x69\x3a\x00\x2d\xbb\xda\x38\x34\xf0\xd0\xee\x50\x8e\ -\x53\xa9\x85\xc8\xc6\xda\xcb\xc6\x5b\x5b\xf8\xa2\x5f\xc6\x3a\xf2\ -\xaf\xda\xd4\xa4\xf3\xd5\x5f\x72\x81\x98\xcb\xc1\x29\x1a\xba\x44\ -\x26\xe3\x79\x26\xcf\x3b\x9a\xe1\xc8\x1c\x61\x47\x60\x25\xf5\x6d\ -\x19\xc0\x27\x7f\x77\x8a\x0c\x54\x3d\x6c\x15\x05\x3b\xdd\xae\x00\ -\x82\x6c\x4e\x2a\x51\x20\xc5\x1d\x5d\x55\x25\x90\xdc\x38\x1d\xfb\ -\x14\xd3\xba\xbf\x87\xa0\xf6\xe2\xea\xb5\x59\x3f\xec\x69\xdf\xf3\ -\x85\x9a\x0e\x61\x07\x6a\xaf\x49\xa9\xc9\x46\xc0\x1d\x3d\xd3\xb9\ -\x6b\x6c\xd3\xed\x88\xcb\x3f\x5f\x8d\x13\xb2\xe0\x90\xa9\xef\x98\ -\xc5\xbb\x3c\x74\x26\xea\xd9\x17\xd0\xb0\x95\x17\xb0\x07\x8c\xc6\ -\x64\x91\x9a\x33\xa4\x12\x61\x35\x27\xa9\x7d\x38\x20\x7d\xcd\xee\ -\x92\x69\xcd\x3c\x0b\x6b\x1e\x86\x09\xdf\xd6\x81\xd9\x05\xd3\x74\ -\xe2\x6c\x5f\xab\x03\x47\x35\x9d\x7b\x37\x07\x88\x90\xed\x7e\x4a\ -\x51\xd8\xf2\x2a\x9c\xe6\x40\x9e\x67\x67\x4c\xef\x85\xb2\xfe\x7f\ -\xd2\xfb\x74\xec\xb7\x73\x32\xd1\x3f\xff\x9b\x09\xca\xb7\xc2\x73\ -\x62\x72\x34\xc3\x59\x79\x3a\x57\x05\xcd\xa7\x26\x2e\x92\xe2\x7e\ -\xa2\xe5\xf4\x92\xb9\x56\x3b\xef\x7d\xad\x9f\x32\xbb\x91\x72\x71\ -\x35\x1b\xfe\x29\x80\xa7\xf6\x2c\x02\x41\x54\xf1\x8b\x8f\x8b\xcb\ -\x6f\x94\xab\x28\xf8\xf5\x2f\x77\x54\xac\xbf\x69\x7b\xff\x9c\x20\ -\x21\xf3\x95\x8c\x52\x66\x21\xd0\x76\x4f\xcc\x29\x7e\xac\xcf\xa4\ -\x5d\x8e\x68\x88\xd2\x2c\x19\x75\x71\xa7\x71\xcf\xf8\x5c\x7d\x22\ -\xad\x2d\x24\x96\x9e\x00\xc3\x22\x6e\x6e\x8a\xea\x39\x4f\x15\x1a\ -\x2d\x87\x89\x40\x5a\xa2\xeb\x74\xd2\x0d\xf6\x06\x3d\x1c\x3f\x5a\ -\x8c\xc9\x98\xda\xad\x31\xa1\x25\x05\xb0\x96\x1b\x2d\xdc\xee\xac\ -\xe5\x85\xad\x4f\x33\xd0\xb4\x31\x31\x21\xa7\x6b\x7d\x71\x33\xd5\ -\xcc\x4d\x8c\xff\xa7\xcd\x2d\x37\xd7\x4f\x80\x47\xc4\xa0\x06\x04\ -\x85\x3e\x24\x9f\x99\xca\xc3\x40\x21\xe9\x79\xd4\xdd\xef\xe4\xa1\ -\xb3\x43\x4c\xe4\x98\x87\xb1\x53\x9c\xdf\xb3\x99\xdd\x69\xbc\xf1\ -\xaa\x8d\x73\x27\xdd\xa4\x9c\x62\xe6\x61\x51\xee\xad\xa7\xc6\xce\ -\xbe\x66\x68\x9a\x24\x1b\xe7\x6e\x2b\x5e\x0d\x49\x68\x7e\xd6\x43\ -\x23\xf4\x9f\x74\xa1\x03\xf0\x08\x03\x40\xec\x69\xed\x3f\x80\x23\ -\xcd\xe6\xce\xbe\x1f\x81\x56\x25\x06\x55\xcc\x83\x3e\xde\x75\x37\ -\x67\xe9\x8c\x0d\x6b\x94\x24\x67\x0a\x04\x79\x44\xcc\xbc\x05\xa8\ -\x2f\x6e\xa6\x1d\xc1\x5e\xe0\xc8\xf2\xe2\x34\x47\x2b\x33\x87\xde\ -\x58\xc9\x33\x27\xd0\x01\x9a\x37\x9d\x72\x7e\xff\xad\x10\x9e\x00\ -\xd6\x42\xac\xaf\xd3\xf9\xf9\x09\x14\x16\xcd\xbc\x83\x77\x1b\xf8\ -\x8b\x29\x4d\x7c\x2c\xcb\x67\x8a\x7a\xac\xde\xbb\x88\x62\x6f\xb5\ -\x49\xce\xc1\x54\x18\x8d\x16\xd3\xd0\xc7\x7d\x37\xc4\x91\x9c\xd2\ -\xa3\x69\xd1\x38\xd7\xa5\x0e\x7a\x9f\xea\xb6\xf3\x8d\x24\x01\x97\ -\x00\x9b\x84\x18\x44\x3f\x4e\xb5\x46\x52\xe9\xed\xde\xb7\xbc\x29\ -\x49\xf7\x6b\xf2\x48\x15\x1d\x8d\x55\x37\x3f\x09\x1d\x75\x36\xc7\ -\x28\x66\x0c\xfb\x9d\xb0\xf5\x03\x95\x5f\x88\x98\x34\x22\x4a\x51\ -\xe9\x93\xc1\x04\xef\xb7\x5b\xec\x0b\x44\xd6\x34\xce\x70\x1f\x54\ -\xdd\x21\x19\x58\xf9\x7e\x55\x37\x36\xb6\x9b\xa9\xd4\x79\xe0\x81\ -\xab\x2d\x7f\x4f\x71\x91\x4a\x16\xad\x81\xd4\xa7\x20\x5c\x3d\x15\ -\xfa\x14\xc9\x6b\x5d\xda\xbb\xb9\xfa\x31\x5d\x43\xa4\x5f\x79\x17\ -\x78\x24\x4e\x63\x14\x8a\x6b\x08\xe6\x53\x29\xec\xa3\x41\x42\x6f\ -\xf4\xe4\x31\x79\xb0\x02\xbf\x15\xa1\xcb\xa6\x47\xdb\x05\x7c\xcc\ -\x3a\x46\xc8\x19\xa8\xe8\x63\xd8\x71\xb8\x71\x2b\xb2\x18\x69\xc7\ -\x7b\x9a\x5e\xa4\xeb\x9a\x28\xe4\xde\x06\xf2\xc5\x05\xae\xcd\x51\ -\xa6\xb9\xc3\x84\xed\x2a\x85\x51\x46\x5e\x7c\x2d\xff\x26\x2c\x80\ -\x89\xda\x74\x84\xfd\xbd\xd0\xa0\x65\x99\xf6\x6c\xe3\x50\x8b\x8f\ -\x26\xd7\x80\x36\x4d\x14\x32\x37\xdf\x16\xd7\x53\x9d\x79\x2a\x85\ -\x1c\x4e\xca\xd0\x91\x15\x96\x0d\xea\x7a\x20\x5c\x71\xe9\xeb\x91\ -\x0b\xc4\x1e\x82\xd8\xdd\x75\xac\x11\x3a\x2f\x28\xa7\x44\xc2\x02\ -\x2a\x5d\x6a\x08\xd1\x65\x9b\x10\xdb\x72\x78\xb0\xa0\xd8\xb8\xc3\ -\xca\x34\xc6\xf7\xd4\x16\xaa\x36\x24\xff\x31\xa6\x66\xdc\x2e\xc2\ -\x95\x74\x9f\x30\x2e\xb0\x6d\xce\x66\x3f\x2b\xb7\x3b\x34\xae\x9c\ -\x24\x28\x5b\x40\xa5\x1e\x81\x7b\x81\xd6\x49\x1c\x0a\xbd\x0f\x71\ -\xa4\x3f\x38\xd7\xf7\xee\x36\xa2\x97\xdb\x97\x57\x33\x20\x9f\xfd\ -\xb0\x42\x35\x7a\xc2\x0c\x43\xb6\x3d\xbb\x3d\x8c\x57\xc7\xf4\xf1\ -\xf5\xc0\xf7\x10\xdc\x43\x76\xf3\x22\x7e\xc7\xeb\xc1\x5d\x41\x88\ -\x5e\xe4\x2e\x9e\xf6\xbb\xec\x4e\x60\xb2\x52\x58\x42\xe4\x34\xdc\ -\x6e\x3e\xd1\x90\xd4\x00\x3c\xd8\xf9\xf8\x9d\xe2\xf8\x66\x4c\x83\ -\xa6\x54\x7b\xd3\x4a\x85\xbb\x95\xfd\xac\xd2\xec\x60\xdd\xf1\x34\ -\x8a\x7b\xd1\x57\xba\xdf\xf3\xb2\xdc\x8f\xcf\x73\x5d\x3f\xcf\x8b\ -\xb1\x15\xc8\xf7\x7d\x4f\xf3\x1c\xac\x51\x18\x93\xe8\x5f\x0b\x9f\ -\xee\x38\xd9\x83\x4b\x35\xc7\x8e\x5f\x90\xea\x46\x49\x7c\xdb\xc3\ -\x01\x80\x6d\x95\x97\x69\x65\x39\xbd\x51\xe4\xf6\xa8\x83\x1e\x2a\ -\xf5\xbc\x70\x43\x9d\xea\x35\x00\xa5\xd1\x8c\xba\x6e\x86\x2e\xf0\ -\xaa\xb9\x8a\x46\x68\x23\x57\xa8\x75\x7d\x7f\xca\x28\x04\x6d\xe7\ -\x5b\x81\x5a\x71\x97\xbc\xbb\xee\x8d\xf7\x3f\x26\x06\xd5\xec\x93\ -\x1f\x14\x0d\xaf\x6d\xcd\xad\x4d\x17\xad\xab\x7a\x99\x44\x50\xd0\ -\xfd\xf0\x12\xb4\x7d\x18\x52\x78\xf1\xae\xe9\x4c\xba\xc7\x04\xe0\ -\xdb\xa4\x7a\x4e\xd8\x7b\x80\x6b\x63\x91\x08\x81\xae\xd3\xaa\x98\ -\x5a\x40\xab\x7a\x5c\x04\x1e\x8d\xd3\x74\x8d\x3d\x0c\x47\x74\x1a\ -\xed\x90\x4e\xe6\x81\x78\xd3\x42\xae\x37\x21\x2e\x4a\xb3\x01\x2a\ -\x65\xab\xe4\xa5\x8f\xdf\x89\x3d\x10\xdd\x5d\x21\xa9\x68\x45\x15\ -\x72\x2b\x35\x01\xcb\xa2\xb5\xd7\x20\x8d\x6e\xbd\xe8\xb1\xde\xa9\ -\x67\xef\xbc\xd0\xb3\xce\x80\xd4\xb2\xfe\x8d\x7b\x52\x7d\xc2\xfe\ -\xcc\x5a\xcb\x7b\x5a\xe7\xc4\x2d\x28\x9c\x3b\xee\x3d\x3e\x02\xda\ -\xb3\xb6\xc2\x68\xf2\x47\x49\x9f\xae\x8e\x3d\x77\x2d\xb4\x65\xfa\ -\x77\x66\xc3\x17\x36\xd1\xe9\x52\x19\xb4\xae\x7c\x7f\x19\xb9\xa0\ -\x83\xc1\x30\xf7\xa3\x33\x89\x48\x26\xf0\xc4\x39\xdf\x2e\xb6\x86\ -\xca\xe1\x82\xfa\xf3\x28\xe4\x85\x8e\xb8\x8b\xac\x01\xed\x4c\xa3\ -\x98\x9c\x69\x73\x12\xf6\xaf\xbf\xdb\x7d\x6e\x45\xf7\x6a\x2c\xdc\ -\x3d\x26\xd6\x41\x33\x33\x43\x0a\x75\x9d\x15\x0d\x49\x85\xde\x1b\ -\x78\xb8\x58\xd2\x68\x22\xa2\xec\x94\x60\xcd\x44\x94\xb8\x33\x8f\ -\x76\xe4\xa9\xe9\x69\x2c\x44\xa9\x57\x31\x66\xd3\xb6\x09\xba\x78\ -\x53\xa2\x6a\xb8\x4c\x5f\x8f\xdd\x19\xbb\x65\x5f\x46\x33\x79\x1a\ -\x61\xcc\xb3\xf6\xdd\xc1\x36\x6a\x86\x67\x24\x84\x4d\x68\x0a\x70\ -\x95\x8e\xf1\x8c\xf3\xb8\x1b\x92\x60\xcb\xb8\xeb\xcf\xf0\xe8\x30\ -\xfd\x30\x43\xa5\xbb\xcc\xc0\xf2\x59\xd0\x71\x3e\xf7\xef\xb1\x5b\ -\xfe\x1d\xb5\x2c\x48\xf6\xda\x66\xcf\x32\xd7\x9d\x98\xc5\x9b\x2d\ -\xa5\xe6\xba\xec\x53\x50\x11\xc1\xed\xe6\x64\xae\x62\x06\xad\x70\ -\x83\xfe\x78\x56\x95\xb6\xa8\x0a\x54\xfd\x2d\x4e\x35\x5c\x34\xfa\ -\x93\xfe\xdc\x55\x8c\x9d\xb5\xbd\x91\xdc\x50\x5c\xdb\x5d\x47\x02\ -\x43\x25\x65\x90\x17\x38\xc5\x85\x9c\xfa\x9a\x6f\x0e\x46\x4a\x9f\ -\xfc\x7b\x8f\xbc\x25\xbd\xdf\x0f\x03\xb9\x90\x37\x9d\x9a\xf5\x64\ -\xa7\x02\x16\x65\x8f\xda\xc5\x51\x05\xbc\xa4\x1e\xe0\x0c\xdf\xe4\ -\xca\x8a\x70\x2a\x52\x16\x28\x70\xd1\x3b\x80\xbb\x5d\x70\xc6\x17\ -\xa7\x91\xc7\x75\xe6\x25\x40\xb4\xec\xd1\x1b\x7a\x26\x9b\xc7\x81\ -\x49\x0a\xe7\xf0\x7f\x06\xe2\x5c\x8b\x3d\xfe\xee\x6d\x1d\x71\xa2\ -\xa5\xea\xcf\xc3\xa8\x84\x68\x0e\x35\xdd\xfa\xb1\x0e\x14\x79\x2d\ -\x7a\x7b\xa1\x09\xc1\x28\x66\xd5\x73\x17\xd0\x7e\x8e\xbe\x89\xfa\ -\x26\x78\xb3\x42\x3d\x35\x5f\x36\xcd\xe1\xb4\x75\x2d\x0e\xef\x6e\ -\xb4\x40\x77\x7d\xbc\xf8\xa1\x81\xe9\x07\x40\xb8\xc6\xd8\xb7\x59\ -\x39\xe2\x0d\x9e\x63\x5c\xdc\xdc\x1a\x4b\x75\xfa\x5f\xd8\x40\x77\ -\xc4\x33\x0b\x91\x36\x4d\x1d\xb4\x29\xfa\x00\x19\x04\xaa\xd9\xc8\ -\x63\x73\x5e\xec\x20\xa7\x7a\xba\x2d\x6b\x08\xff\xe5\xfe\x94\x46\ -\x50\x1a\xd5\xcf\x1d\x7d\x6c\x5c\xaf\xe9\x80\x07\x5a\xc7\xf4\xaa\ -\x68\x5f\x22\x61\xe2\xe0\xa3\x6b\x17\xed\x76\xda\x92\x2a\x9b\x0b\ -\x56\x6a\x7a\x8a\xca\x14\xef\x9a\x9c\x02\x54\x36\xe7\x2d\x97\x4d\ -\x9a\x5d\xb6\x2e\x30\xe9\x6b\xb8\xf6\x44\x0a\xef\x63\x52\x3a\x9b\ -\x99\x1d\x8e\x38\x98\x19\x1e\xe5\x1f\x75\xf9\x10\xde\x69\x5c\x1e\ -\xf6\x9a\xa1\xa0\xf9\xf9\xda\x14\x00\xa5\x9b\x64\xac\xbc\x4a\x06\ -\x15\x25\xed\xbf\x77\xb3\xc9\x27\xa7\x92\xcd\xe9\x49\x36\xa3\xea\ -\x0e\x94\x39\x55\x30\xa3\x99\x1e\x08\x6c\xe7\xe6\x0e\xc8\x23\xd7\ -\xc5\x03\x10\x72\xfa\x27\x3b\xb0\xd4\x35\x38\xa2\x25\xb0\x5e\x5d\ -\xfb\x62\x39\xf3\xd9\xf0\xca\x97\xa6\xaa\x26\x00\x8e\x56\x12\x4d\ -\x38\x29\xf6\xc9\xc1\x2c\xf8\x6a\xd5\x8e\x77\xdb\x78\x11\x81\x2e\ -\x4e\x7a\x6a\xb8\xcc\x75\x57\xce\x30\x97\x89\x46\x3c\x20\x30\x0a\ -\xf0\xa3\x65\xd8\xbc\x51\x36\xd7\xf2\x43\x8c\x24\xb3\x8a\xca\x2e\ -\x1b\x73\x8a\x40\x2d\x07\x08\x1d\x81\xb7\x7c\x23\x9b\x88\xdf\xee\ -\x76\xe9\x48\xe5\xed\xce\x7d\x4c\xef\x4e\x7c\xcd\x28\xa2\xb2\x61\ -\x77\x73\x23\xbc\xbd\xc8\x3c\x8b\x8e\x4c\x82\x2f\x8a\x24\x3d\x29\ -\x67\xbc\xf6\x70\xe4\xb2\x1f\xa3\xe9\x1e\xc3\xf4\x84\x30\x8a\xe5\ -\x3a\xba\xb5\x05\xbc\x3f\xef\xd7\xa2\xaa\x12\x44\xa9\x02\x48\xe9\ -\x02\x5f\x36\xf5\x64\xd0\xeb\x67\xeb\x59\x69\xa9\x7a\x61\x63\x52\ -\xd8\xf7\x95\x01\x2c\x02\x3b\x0b\x8a\xa4\xa0\xba\xb6\xe4\x4d\xc3\ -\x24\xd8\x2e\x58\x37\x21\x77\x66\x15\xf6\x95\xbc\xae\x56\x84\x3c\ -\x1b\xc9\x2d\x34\x22\x11\x14\xe2\x36\x33\xcb\xef\xf7\x3f\x63\x3a\ -\x14\xc5\xa7\x7d\x7f\x86\xea\x5d\xf2\x83\x3e\xf1\x70\xe3\x95\x46\ -\x68\x74\x44\x79\x6a\xa8\xc1\xff\xb8\x8e\x6a\x97\xae\x12\xc6\x82\ -\x10\x15\x88\x7e\xc6\x7c\x37\x01\x87\x23\x14\x9a\xc2\xf4\xc3\x69\ -\xd8\x1c\x5e\xd3\x79\x7e\x70\x4e\xb3\xec\xbe\x0f\x44\xeb\x7e\xd5\ -\x76\x8c\x6c\x3c\x02\x48\xd8\x11\x73\x9d\xd3\x26\xc2\x88\xa7\x79\ -\x00\x0b\x2f\x93\x6c\x2b\x8e\x35\xa7\x13\xf3\xfc\x9b\x45\x74\xd2\ -\x38\xd1\x26\x41\x61\xfe\x75\x4c\x3c\xde\xce\xa1\x53\xc7\x93\xd9\ -\x43\x0b\x39\x61\x0a\x3b\x80\xa9\xbf\xc7\xd0\x72\xc7\xe7\xe1\x36\ -\x41\x23\x66\x08\x87\xcd\x39\x8d\x62\x5f\xa4\xbe\x37\xc3\xcc\xab\ -\x88\x8a\xc1\x30\xcf\xa9\xf7\x8c\xa8\x0d\x0b\x7c\xb5\xb5\x56\xe0\ -\xda\x76\x93\x8f\x0e\x46\xbf\xdb\x9a\xcb\x23\xf8\x98\x64\x27\x25\ -\xd7\x0c\x27\x5e\xf4\xb1\x1e\x66\xac\x9b\x3d\x90\xda\xeb\x4f\xba\ -\x1d\x74\x07\x44\x19\x5b\x14\x22\xeb\x35\x43\x73\xb9\xe1\x94\xe8\ -\x5b\x54\x8b\x4c\xba\x2c\xde\xef\x0d\x42\xf8\xb8\x88\xd3\x23\x5d\ -\xc3\x16\x94\x49\x30\x16\xff\x8b\xbd\xc5\x6a\x70\x00\x97\x6b\xa2\ -\xec\xdd\x7d\xb0\xe8\x72\xea\x62\x4c\xde\x78\xd4\x0f\x8a\x3f\x56\ -\x2b\xf9\xf9\xbd\xa4\x01\x89\xb4\xdc\x89\x76\xe5\x9d\x8c\x16\x54\ -\x6e\xee\x9f\x02\xa5\x0d\xc1\x76\x9f\x51\xa3\xeb\x86\xd9\x85\x49\ -\x6e\x04\x5b\x76\x66\xf3\xf6\x98\x93\x7f\x7e\xfe\x07\x64\x09\xf6\ -\x7d\xe3\xbe\xed\x33\x7f\x36\x70\x71\x58\xdd\xff\xe2\x56\x24\xd5\ -\xf4\x0a\x96\x80\x33\x1a\x74\x5f\xf0\xb8\x3b\xa8\xd8\x27\x50\x59\ -\x61\xb7\xbe\xca\x79\xe8\xa0\xdf\x3c\xa7\x24\xd3\x1a\xb8\x5b\x19\ -\xe3\x45\x7b\x15\x7c\xce\xe8\x16\xf7\x03\x79\xd9\x99\x96\x8e\x66\ -\x52\x61\x23\xbb\x40\xfc\x08\x32\x74\x02\x9c\xdf\x8f\x5b\xe1\x13\ -\x17\x4c\xff\xde\xe2\xc5\x8d\xf2\x69\x6b\xab\xcd\x22\xbd\xac\x52\ -\xc3\x0e\x3a\x83\x68\xdd\xf8\x61\x66\xce\x70\x07\x2f\x73\x44\x1b\ -\x17\x61\x4c\x5c\x98\xb5\x21\x6e\x4f\xc1\xee\x1c\x13\x17\x3a\x91\ -\x9f\xff\xb0\xab\x0c\x8e\xec\x0c\xb9\xfd\x6e\x23\x5b\xe3\x67\x4f\ -\x73\xd7\x68\x42\xe3\xe3\x4a\x22\x02\x6f\x08\xaa\x4d\xda\xa6\xc0\ -\x7a\x74\xea\x6e\xd3\x6d\xf7\xa9\x37\xc4\x21\x1e\x95\x1b\x72\xfb\ -\xf4\xb0\x21\x38\x81\x10\x2a\x4a\xe4\x5d\x14\x8a\xf9\xbd\x45\x6f\ -\x73\x73\x42\xd1\x90\x04\x1f\xdb\x70\xdb\x51\x37\xf9\x3d\xd0\x1b\ -\x69\x08\xb4\xb9\x0a\x02\x57\xae\xcd\xed\x3f\x33\x2b\xb0\xb6\x71\ -\x8c\x87\xcd\x27\xaa\xa9\xbc\x86\x5e\x20\x2c\xf0\xef\x51\x50\x92\ -\x27\xd7\x87\x4d\xb5\x36\x9e\x74\x58\xdf\x67\x90\x76\xbc\x97\xb0\ -\x2d\x07\xa0\xfa\x49\x6b\xd5\x3c\x1c\xb1\x8f\x26\x79\xb7\x67\x1f\ -\x2e\x82\x3a\x74\x19\x75\x31\x58\x36\x51\x3e\x33\xa7\x9e\xe6\x85\ -\x2d\x0e\x9e\xa4\x8b\xd4\x2c\x56\x86\x5a\xe3\xef\xee\xf5\xd9\xb0\ -\x84\x66\x60\x5c\x4e\x43\x44\xe1\xb4\x89\x78\x3b\xe9\xaa\x68\x54\ -\x06\x1e\x34\x38\x0c\x6a\x49\xe4\xbf\x28\x3d\xad\x91\x53\x24\xfe\ -\xf8\x5c\x2d\x54\x10\x6f\xf4\x12\x7a\x14\x1e\x9a\x79\x4e\xe7\x14\ -\x68\xfe\x7e\x9f\xec\x57\x08\x75\x9b\xe2\x93\x9b\xc2\x24\xda\xaf\ -\xb9\x22\xf9\xc8\x8a\x62\xd5\x3c\x97\x62\xb2\x11\x21\xed\x01\x22\ -\xb0\xbe\xbb\x01\xfe\x8d\x7a\xf2\x06\x84\x3c\x90\x58\xcf\x66\xca\ -\x46\x5e\x64\xe6\xf3\x0c\x0d\x8c\x47\x4b\xa4\x48\xa3\x2e\xe8\xf0\ -\x6e\x60\xcf\xeb\x99\x08\xa7\x42\x76\x9c\x7d\x9d\xe2\xaa\x13\x09\ -\x77\x70\xa6\x02\x1f\xa3\x08\x1f\xc9\x78\x6e\x4c\x63\xda\x97\x74\ -\x07\x74\xf7\xab\x34\x78\x98\x83\xa5\xca\x92\x41\xe9\x47\x34\x27\ -\x24\x3e\xe5\x25\x76\x6b\x66\x2e\x42\x1d\x79\xb0\x65\x3e\x77\xd7\ -\x58\xb8\xc6\x81\x9a\x58\xfa\x2d\x06\x21\xdf\xc7\x9a\x54\xb0\x49\ -\xef\x3d\x6b\x9a\xa9\xdb\x9b\xc1\x98\xfe\x3c\x83\xc1\x81\xb2\x62\ -\x9f\xcd\x63\x59\xc4\x97\x81\x4c\xd0\xa5\xa9\x00\xb5\xb0\x43\x91\ -\x96\x2f\xa6\xe4\xeb\xb1\x1a\xcd\x30\x8c\x08\xb3\x0a\x41\x68\x19\ -\xb6\x7f\x85\xe5\x7f\x77\xd2\x59\xcb\x4a\x5f\xbe\x18\xaa\x84\xbb\ -\xe2\x4a\x2d\x8e\x6a\x39\xf4\xe6\x9d\x49\x97\x37\x8d\x54\x94\xf8\ -\xb4\x78\x97\x27\x78\xd0\xbf\x17\xf5\x75\xf4\xbe\x6f\xd8\xd7\x45\ -\xdc\x1d\xd1\xdc\x99\xa3\xe9\x67\xd6\x1b\x81\xa0\x50\x62\x69\xe6\ -\xa4\x16\xf6\x08\xa4\x8f\x50\x64\xa1\x9f\x32\x3d\x80\xa4\x39\x11\ -\xe7\x3d\x7e\x25\x7d\x5d\x99\x5c\x52\x30\x35\x93\x7d\xae\x0a\x5f\ -\x8b\xc9\x9a\xd0\xef\x39\x65\x6f\x8d\xce\xf3\x9e\xd7\xa3\xa1\xa3\ -\x14\xe6\x07\x9d\x92\x30\x69\xdb\xa5\x75\x6f\xef\x84\xd8\x27\x06\ -\x92\xac\x9f\xd0\x0e\x51\x9f\x4e\x61\x4e\xd0\xba\xec\x40\x5c\x7f\ -\x1a\xb9\x53\x56\x5f\x7e\x0c\xd0\x21\x4d\xc7\xdf\x9a\xf0\x09\xf4\ -\x63\x3a\xef\x8b\xf5\xb0\x71\x37\x56\x4e\x44\xb9\xe8\x6a\x76\xe5\ -\x11\x31\xd2\x1c\x34\x07\x60\xec\x81\xe7\xac\x45\x3f\xc5\xa9\x91\ -\x23\xb4\x38\x07\x01\x09\xa7\xdb\x60\xee\x45\xd1\x06\xf2\xed\x34\ -\xd6\x22\x17\xdc\x57\xb4\x86\x51\x9d\x6d\x22\x25\xae\xdb\xf4\xed\ -\x79\x6b\xad\x49\xa5\x01\xc0\x84\x3d\xfe\xd9\x3c\x67\x63\xe8\x34\ -\x71\x62\x76\x06\x88\x3c\x26\xd7\x31\x45\x7f\x68\x1f\x11\x7e\x08\ -\xf6\x19\xb7\xe8\xbc\x0f\xd4\xea\x88\x30\x60\xb6\xe0\x12\xfb\x00\ -\x00\x20\x00\x49\x44\x41\x54\xb9\x2e\xb4\xf3\xbc\xfc\x04\xec\xe7\ -\x3e\xc0\x14\x15\x73\xcb\x15\xc1\x0f\xf9\xc4\x0f\x65\x82\x66\x75\ -\xe5\x55\x99\x97\xbc\x86\x06\x53\x45\xc6\x3c\x51\xc3\xa0\x83\xcd\ -\x3c\x3e\x26\xfb\xc4\x0c\x52\x71\xba\x7b\x63\xb8\xe5\xbe\xc2\x60\ -\x82\xa5\x06\x98\xc4\x23\x11\x50\x36\xdc\xab\x72\xb4\x88\x7c\x92\ -\xed\x7a\x39\x6a\x8c\xbc\x38\xa7\xae\x70\x0a\xe1\x66\xc9\xdc\x37\ -\x9f\xd1\x8e\xf4\x40\x94\xb5\x21\x6d\xcd\xe1\x2f\x38\x9a\x6e\xdb\ -\xaa\x6a\x34\xb9\x9c\x76\xb5\x4c\x8a\xd4\x65\x51\xd9\xe1\x32\x4d\ -\x2e\xb1\x2d\x80\x95\x74\xc1\x12\xd7\xd5\xe8\x9e\xd8\xdd\xa1\x1a\ -\x6a\x1a\xe3\xbf\xc8\x6e\x31\xbe\x7c\x14\x82\x66\x01\x2b\x2e\xea\ -\x54\x5c\x5e\x20\x54\x31\x04\xe8\xc3\x10\xe3\x44\x34\xba\xd0\xb0\ -\x6c\x20\x6d\x4c\x4a\x0d\x21\x8d\x9c\x97\x68\x10\xd1\x17\x42\x77\ -\x4a\xdb\x32\xf2\x6b\x02\xb1\xe6\x15\x7a\x84\x96\x01\x12\x86\x0a\ -\xee\xdc\xf7\x56\x5c\x95\x66\xe7\xca\x85\x2d\xf4\x6c\x6c\xdf\x8c\ -\x0b\x28\x9c\xe7\x9c\xf6\x71\xf2\x72\xfb\x14\x6f\x2d\x6e\x9c\xe6\ -\x5e\xc0\x3a\xf7\x56\x4a\xb8\xce\x78\xba\x4b\xae\xb5\x06\x87\xca\ -\x0e\x9f\xe8\xa3\x92\x53\x12\x09\x36\xb6\xd2\x57\x0f\x28\xf6\xc3\ -\x43\x00\x4a\x47\x31\xe3\xca\x02\x00\xaf\x9a\xe8\x28\x93\x8f\x6d\ -\xd3\x0b\xd2\x29\x85\xcd\x34\xca\x0b\x0d\x89\xe2\x78\x2d\xb3\x56\ -\x0e\x5a\x48\xe6\x5f\x59\x71\x10\x22\xd9\x8b\xd8\x39\xc0\xdb\xc5\ -\xf6\x6e\x1f\x41\x9a\xc6\xaa\xe4\xc1\xad\x64\xae\x1e\xe3\x5d\xe6\ -\x88\xdf\x85\xe8\x66\x59\x2e\x03\x85\x8a\x60\xbc\x74\xcf\x64\xcb\ -\x54\x2b\x8b\x66\x1a\x66\x2b\xa4\x62\x7f\x8e\xe5\x66\x0a\x92\xdc\ -\x95\x88\xa4\x58\xa3\xb1\xa0\xa7\xab\x64\xd3\xe4\xbd\x89\xc0\xa5\ -\x69\x55\x82\x93\x2d\x28\x6b\xd5\x8b\xe0\x01\x99\x87\x78\x98\x8c\ -\xc3\xcc\x25\x4a\x69\x7f\x27\x26\xd1\x1b\x97\x03\x0f\xfc\xa5\x30\ -\x0a\x64\x1b\x7d\xcf\x9f\x02\xe5\xbf\xe8\x0d\xec\x1c\x0a\x8d\x5a\ -\xd7\x80\xd6\xe7\x3a\x69\xc0\xe6\xa6\x76\x39\x9f\x1c\xc3\x0d\x95\ -\xf4\x20\x8f\x35\xc0\xaa\xb0\x73\xff\x3a\x13\x8b\x7a\xfd\x5f\xe6\ -\x63\x64\xb3\xa0\xe5\xa4\xd9\x9e\xf3\xdf\x75\x84\x47\x61\xcb\xa1\ -\xcb\x63\x23\x5b\x87\x11\xc3\x30\xbe\xd1\x2c\xd2\xad\x0e\xde\xc5\ -\x6d\xa7\xca\x70\x31\x80\x61\x8d\x37\x32\x26\xf7\x87\xf6\xd3\x1a\ -\x85\x6e\xce\x70\x3b\xa3\xe0\x6e\x85\x5d\xcf\x48\x93\x61\x3e\x11\ -\x16\xe7\xd1\x1c\xfc\x70\x81\x66\xf2\xcd\x48\xa4\x99\x0f\xe4\x84\ -\x3b\x69\x29\xcb\x2f\xdb\x74\x51\x30\xc4\x3b\x35\x56\x96\x1d\x38\ -\x82\x41\x7d\x64\xae\x1b\x4e\x4f\xe9\xe6\x27\x3c\xf4\x33\x95\xfb\ -\xc5\x4f\x7d\x32\xd4\x62\x22\xe8\x3d\x9c\x52\x1b\x4a\x93\x06\x0f\ -\x4e\x13\x57\x58\x53\xde\xcf\xcf\xa0\x8c\x95\x71\x85\x9b\x5b\xc4\ -\x94\x30\x68\x34\x7e\xf7\x89\x48\x8a\xf6\xe3\x7e\xc5\x56\xff\x3d\ -\x2e\x3a\x6f\x33\x52\xa8\x02\xb9\x1a\x13\x4e\x69\xfe\x6c\xaa\x98\ -\x15\x77\x1a\x20\xec\x36\x8d\xe6\x5c\x27\xd6\xf3\x32\xc0\x36\x91\ -\x97\x76\x86\x17\xaf\x9b\x67\xd6\x1e\x75\x04\xe5\x74\x5b\x0d\x27\ -\x3a\x72\x07\xb2\xd9\x3f\x3c\xee\x71\xbd\x6a\xbf\x3b\x55\x4f\xe5\ -\x06\x74\x63\xd1\x0f\x94\x4a\x27\x1d\xfb\x38\xf6\x2d\xbd\x51\xa4\ -\x8d\x4b\xee\xd4\xc8\xd5\xa8\xb8\x15\xd4\x4b\x6e\x75\xc0\x74\x35\ -\x1a\xb9\xb1\x64\x2c\x22\x43\xf2\x6c\x63\x75\xf3\x06\x88\x7f\xae\ -\x32\x48\xd9\x24\x59\x24\xbe\x01\xab\x6f\xfb\x7f\x1a\x85\x95\x76\ -\x7a\x82\xbf\x8d\x82\x1b\xf5\xc7\xde\x09\x8a\x89\x4f\x7c\x59\x69\ -\x04\x34\x97\x83\xb2\x34\xad\xdf\xd4\xa4\x07\x1d\x2f\xef\x93\x98\ -\xe0\x07\x0b\xc7\xb5\xd5\x92\xd3\xdc\x7f\x5c\x8f\x23\x09\xe8\xf4\ -\x3b\x68\x71\x6b\xaa\x45\xcb\xbe\x5c\x68\x68\xad\xee\xdf\x4f\x16\ -\xd1\x41\x85\xb7\x89\x06\xb7\x8c\xd2\x17\x0a\x9d\x32\x74\x51\x06\ -\xc8\x06\x8b\x43\x7c\x7a\x9f\xf3\x45\x2f\xd4\xb9\x59\xd9\x7b\x35\ -\xeb\xec\x91\x9d\x67\x37\x11\x17\xa0\x8f\x95\x94\xda\xdc\x51\xee\ -\x24\x8d\xf0\x3e\x70\x84\x33\xee\xa8\xd0\xdf\x29\x7d\x4a\xaa\x43\ -\xef\xee\xd0\x41\xcd\x13\x92\x91\xd9\x1a\xcd\xf3\xe2\xd5\xb4\x7d\ -\x15\x73\xd1\x73\xaf\x44\xcc\x91\x91\x64\x63\x3b\x18\x13\xd4\xcd\ -\xc5\x3f\x19\xaf\x51\xd9\xa3\x95\xf5\x9a\x71\x2e\x5d\x86\xb3\x6b\ -\xa2\x28\x81\xc3\xb9\x25\x3b\x21\x8c\xd6\x9d\xf1\x91\x09\x6d\x34\ -\x1c\x03\xb3\x26\x5a\xed\x5e\xe5\x99\x13\x4b\xc4\x66\xf7\xcf\x26\ -\x41\xc9\x3b\x24\xea\x1f\x55\xfc\xf0\x3f\xee\xce\x0b\x2c\xfe\x27\ -\x03\xd0\x45\xb7\x33\xbd\xde\xd9\x5a\xe6\xf0\x4d\xf9\xa6\xed\x7d\ -\x84\x5e\x93\xb1\xfe\xbf\xff\xe7\xff\xfa\x5f\xec\xa2\xe8\x1e\x0c\ -\x17\xc2\x5c\xa1\x9d\x34\x36\xe2\xab\xf1\x21\xd5\xb9\x8b\x9f\xa4\ -\x25\x51\x38\x68\xa0\x75\xe8\xb4\xf3\x21\xab\x76\xa1\xac\x09\xc8\ -\x3e\xf1\xb8\xc8\x51\x38\x66\x10\x1b\x62\x48\x7c\x41\xe4\xb7\xb9\ -\xa1\xc1\x0b\x45\xc5\xb5\x1c\x41\xdb\x1f\x6f\x2e\x1c\x99\x0c\x0a\ -\x91\x1f\x10\x82\x5f\xa4\x48\xab\x3e\xba\x07\xaf\x31\x6e\xfd\xcd\ -\xdd\x51\x39\x28\x9a\xc2\xc8\xcf\xfe\x75\xd7\x91\x66\x3d\x19\xd4\ -\x41\x66\x7c\xf4\x53\xa8\x9c\x50\x25\x44\xfb\x86\xdd\x7a\x07\x03\ -\xc0\x4c\xe5\x3c\xfc\x4f\x45\xa1\x5b\x71\xcb\xaf\x5b\xb3\x0a\xb4\ -\x3f\x8b\xd0\x53\xb8\x6b\x4d\x34\x85\x76\xd1\x7b\xd3\x04\xc5\x7d\ -\xff\xf1\xe2\x83\x1f\x34\x10\xe6\x65\x34\x2c\xd2\x0c\x17\xa4\x1c\ -\xc6\x06\xff\x5e\x7c\x5c\xcc\x89\x2a\xf3\x75\x25\xca\x21\xf2\xeb\ -\xd9\x36\x6e\x84\x91\x2e\x43\x1b\x2a\xdb\x27\x42\x1a\x9e\x37\xb6\ -\x6b\xef\x1b\xfb\xb6\xbf\xcf\x3e\x4e\xbf\xae\x1f\xd7\x58\x29\x04\ -\xbf\x76\x89\xc0\xa8\x1e\x66\xb0\xc1\xa0\xf5\xe3\xc6\x7b\xf1\x73\ -\xfc\x58\xe6\x80\xda\x44\x6c\xc1\xec\xd5\x97\x67\x2e\x50\xac\xaf\ -\x38\xd4\x1a\x4d\x2c\xec\x68\x95\x2c\x47\x81\x99\x46\x8c\x62\x5c\ -\x6e\xbf\xfb\x8f\xbb\x12\xca\xd0\x03\x52\x6a\xdc\xba\x9b\x63\xd1\ -\xcc\xd2\x59\x92\xd4\x2f\x42\xc5\x45\xbe\x81\xb3\x28\xb0\x1c\x2c\ -\x04\x5d\xb2\x05\x0b\x8e\x09\x55\xb3\x05\xd7\x66\x9e\x41\xc4\xb8\ -\xef\x3f\x03\xc8\xc8\x35\x90\x45\xfe\x36\x11\xbf\x1f\x2a\x2a\x7b\ -\x14\xf5\x7b\xdf\xb6\xd6\x1d\x25\x45\x06\x68\xda\x2f\x69\x71\x00\ -\x67\x73\xce\xcc\xf8\xec\x4f\x4d\x63\xde\xcc\x1f\xc8\x9a\x58\xd2\ -\x32\x16\x60\xea\xee\x89\xdb\x9e\x3d\xdb\x7a\x1c\x56\xb7\x6c\x05\ -\x05\x35\x07\xa1\xbc\xe0\x5c\xdc\xbb\xd5\xcd\x3e\x5c\x57\xb6\xdc\ -\xb6\xdc\x9d\x6b\x20\x91\x65\xa7\xef\xc5\xc4\x96\x0f\x66\xe2\xbd\ -\x5d\x92\xa1\xed\xfa\x85\x0c\x24\x33\x0b\x2f\x0e\x33\x01\x19\x40\ -\x4b\x9f\x6e\x11\x01\xb2\x1d\x40\x48\x81\x71\xb8\xe5\x35\x2b\x7d\ -\x7f\x7f\xcc\x85\x00\x07\xba\x9e\x39\x3a\x39\x9d\xf0\x86\x58\x4c\ -\xb7\xb9\xe3\x79\xd1\x72\x6a\xa2\x67\xd2\xc5\x24\xd9\x69\xc3\xe7\ -\xc4\x37\xc0\x8c\x7c\xde\x24\xe9\x4c\x5a\x8e\x53\x8a\xcd\x3c\xd4\ -\x2b\x35\xfd\x60\x40\x17\x3e\xfa\xaf\x35\x3f\x90\x46\xdd\x2b\x31\ -\xce\xad\x01\x12\xf0\x63\x62\xb1\xd6\x85\x5b\x3e\x45\x03\x6f\x01\ -\x97\xec\xf4\x61\xd9\x81\x18\x7a\x71\xab\x92\x4e\xa9\x76\x4a\x7d\ -\xb2\x90\x97\xa0\xd1\xb4\x77\x7c\xbb\x3b\x1d\x51\xcb\x52\x53\x4a\ -\x60\x4a\xe8\x06\x1c\xa4\xb0\xe9\xa2\x9f\xb2\x6c\x05\xc0\x8d\xdb\ -\xee\x27\xc4\xe5\xee\x17\x36\x99\xb5\xee\xef\xfe\xf5\x0c\x47\xb3\ -\x66\x66\x5e\x9e\xb9\x65\x4d\xcb\x47\xff\x8f\xff\x5c\x3e\xbd\x6f\ -\x62\xf3\x8d\x0d\x89\x66\x47\x65\x80\x1e\x51\xfc\xdd\xf8\xd3\xf4\ -\x45\xcd\x18\x85\xc3\x9c\x42\x32\x13\x11\xa9\x55\x2a\x83\x18\x27\ -\xf7\x42\x25\x04\xe1\xa5\x91\x21\xb2\x1c\x4a\x91\xd2\x29\xab\xfc\ -\x5a\xa8\xa8\x37\x3a\x9f\xa0\x6b\xfb\xd7\x11\xdd\x43\xdf\x65\x39\ -\x74\x46\x5d\xca\xa0\x4c\x29\xae\xfe\x96\xdb\x51\x5a\x3f\x2f\xf9\ -\xb2\x35\xba\x16\xc0\x0c\x91\x4f\xd1\x3f\xfd\x7b\x92\xbb\x84\x59\ -\x78\xab\x0c\xc7\xdc\xa9\x0b\x61\x9f\x48\xab\x67\x34\xb6\x5e\x8b\ -\x5c\xff\xbd\x3d\xa7\x0b\x94\xe1\xef\x5d\xb3\x84\xbd\xf3\xfd\x74\ -\x9d\x6a\x9c\xa7\xb7\xf8\x1a\xe1\x30\xfe\x69\xe6\x1a\x00\xb6\xdc\ -\xa8\x9c\x9b\x32\x55\x42\xe6\x58\x7d\x72\x02\x4a\x6e\xc5\x4d\x5e\ -\x4c\x93\xda\xfa\x51\x28\x16\xad\xa4\x02\x1a\x20\xb6\x8a\x36\x8e\ -\x0e\x24\xd4\x3f\x63\x44\x20\x64\xb1\x26\xc1\xf4\x88\x3c\xc3\xc5\ -\x17\x6e\xf9\xcd\xda\x69\xd8\xfc\x2f\x33\xc3\xba\xf7\x6d\x82\xfc\ -\x8c\x22\x11\x3f\xf3\xed\x19\xee\xfd\x69\x77\x0b\x35\xf6\x84\x17\ -\xa6\xf2\x49\x9b\x69\xdb\x9b\x81\x1c\x05\x7a\x72\x37\xb9\x08\x37\ -\x10\xc4\x1a\x51\x3b\x7f\xa7\x19\x52\xd6\x48\xc4\xb6\x7e\xfc\x6c\ -\xb4\xfb\xc9\x4d\x2d\xd8\x34\x9c\xf7\x96\xa4\xd8\xaf\xe6\x54\x5d\ -\xc0\xde\xc7\xd6\xe6\x2a\x20\x30\xe9\x62\x24\xf6\xf9\xb1\xb1\xe5\ -\x63\x4d\x6a\xde\xd6\xae\xcf\xf1\x1c\xbb\xbc\xe7\xdd\x9a\x3b\x33\ -\xd3\xa8\xce\xee\xa2\x8a\x53\x4e\x82\xb6\x8a\xcf\x98\x9c\x41\xb5\ -\xbc\x99\xf2\x7a\xf5\xde\x7f\xec\x67\x14\x4d\x5b\xf1\x70\x2a\xb5\ -\xf5\xbd\x91\xd1\x11\x84\x31\xe1\xb5\x27\x71\xe7\x5d\xc4\x8b\x87\ -\xd3\xac\xd1\x15\xc5\xcb\x5e\xce\xe7\x1a\xe2\x09\x25\xe0\xb3\x7f\ -\xbd\xd9\x94\x49\x71\xce\xf3\xde\xf7\xb7\xf1\x84\xfd\x59\xac\xac\ -\x6f\x6e\xf9\x63\x67\x42\xc8\x47\x04\x0d\x78\xb3\x9c\x3d\x10\x61\ -\x85\xd3\x64\x98\xe5\xf8\x7a\xb8\xf7\x9f\x01\x6a\x00\xc0\x2d\x1f\ -\x10\x76\x86\xb8\x5f\xc4\xf6\x6e\x1d\xb4\x90\x60\xa3\x09\x61\x2f\ -\x3f\x4f\x9b\xfb\x1f\x1a\xb8\x28\x62\xfb\x8d\x57\xd4\x34\x97\x3b\ -\x3b\x2e\x2c\x5e\xf8\xc8\xbf\x76\x06\x8b\xb8\x11\x10\x35\xf7\x42\ -\xc2\xed\xef\x93\x7f\x16\x16\x47\x3e\x59\x75\x01\x1f\xfc\x0b\x61\ -\x1f\xce\x68\x81\x39\x71\x2e\x7d\xfe\x7c\x40\x4c\xf8\xe5\x8d\xf5\ -\xcf\x05\xdd\x8a\xf5\xcf\x85\xeb\x87\x96\x7f\x20\xaa\x9c\x04\x31\ -\x1a\x04\x5c\xdc\x18\x13\x2b\xa3\x61\xd1\x28\x42\x56\xe8\x01\x1e\ -\xb6\xd1\xcd\xd1\x6a\xe1\xab\x33\x17\xa7\x58\xaf\x72\x80\x02\x7d\ -\x00\xdd\x58\xeb\xa7\x71\x78\xf5\x81\x3c\x0d\x7b\x57\x0f\x79\xd3\ -\xc8\xf1\x20\x40\x74\x4e\x5c\xba\x8d\x37\x54\xb1\xf8\x1a\x01\x98\ -\x67\x81\xb9\xd6\xf2\x4c\xa3\x9d\x7a\x12\xce\x4c\x89\xc3\xc9\xa6\ -\xb9\xab\x44\x8a\x30\x57\xb8\x8d\xd3\x0b\x74\xa0\xea\x66\x58\x14\ -\x08\x3e\x97\x55\xb3\xe8\xab\x1b\x5d\x7c\x7e\x03\x6d\xf5\xd0\xd8\ -\xbc\xe7\x10\xc5\x33\xcb\x59\x8a\x1b\x69\x64\xc8\xaf\x4e\x7b\xdc\ -\x32\x23\xb1\xc0\x67\x88\xbe\xf0\xe3\xdd\x1a\x99\x22\x1c\x9a\xd2\ -\x28\xc3\xba\xf7\x40\xac\x56\x97\x4f\xa4\xc5\x7d\x4c\x1e\xf3\x40\ -\xc8\x77\x59\x76\xeb\x7a\x1b\x9d\x52\x77\x64\xba\xd8\xc6\xef\x87\ -\x2b\x33\xbb\xb3\xd6\xf1\xe9\x82\x66\x45\x3c\x78\xe3\xa5\xa5\xd8\ -\x65\x77\x7f\x50\x60\xfb\x5a\xad\x92\x31\x8a\x79\x64\x8e\x19\x33\ -\xe3\x73\x07\xb7\x9e\x70\x6b\x8d\xd9\x63\xf2\xf2\xe3\xae\x3d\x7d\ -\xc2\x66\xae\x48\x35\xc9\x55\x17\xb4\xbf\xa1\xed\x3f\x3f\xff\xd5\ -\x1c\x77\xf0\xaa\x63\xa9\x80\xd2\xfd\x68\x00\xb8\x59\x9e\xf6\x49\ -\x70\x22\xd4\xa7\x4e\xb2\x89\xda\x93\x2a\x27\xfa\x55\xc3\xc3\x3e\ -\xb1\x24\x29\x77\xce\x1e\x22\xb9\x5a\x66\xcb\x59\x18\x13\xad\x3c\ -\x44\x15\x48\x74\x37\xac\x8e\x87\x4b\x59\x64\xb0\xa0\xac\xfb\xd9\ -\x11\xc7\xca\xff\xd1\xd7\x9f\x1f\x8a\x63\xc2\xdb\x72\x44\x1c\xc5\ -\x53\xf9\x46\x59\xc2\x0c\x5e\x3e\xe9\x5c\x3e\x5d\x0b\x17\x27\x13\ -\xeb\x3e\x2d\xbc\x33\x24\x5a\xa7\xa3\x5f\xea\x57\xb4\xa8\x9b\xd2\ -\x3f\x43\xa2\xcb\x3b\x91\xea\xa4\x8b\xbc\xb8\x93\x9c\xa8\x5a\xa0\ -\x94\x86\xba\x1f\xd3\x6a\x77\x69\xb2\x22\xa2\xc7\x3a\x90\xbb\x74\ -\xee\x36\xdd\x7c\x22\xa2\xfc\x58\xb3\xd2\x34\x27\xa5\x5b\xdd\xdb\ -\x40\x18\x05\x9e\x41\xdb\xdd\x7d\x51\xb9\xd1\x38\x27\x22\x39\xa6\ -\xbb\x63\x1a\xb9\x46\xd6\x98\x77\xc3\x23\xb0\x59\x72\xed\x94\xd9\ -\x00\xfb\xe5\xb8\x70\x55\x8e\x97\x17\x3f\xb1\x8e\xed\x74\xb8\x3c\ -\xde\xfd\x72\xbd\xa5\x09\x0f\xc8\x47\x56\xe4\x99\x5c\xdc\xef\x24\ -\x3f\x26\xe8\xc8\x0e\xb4\xcf\xc7\xe3\x8e\x2c\xab\xef\x68\x8a\xfc\ -\x2c\x92\x30\x07\xa0\xa4\xe9\xa6\xcb\x6b\xcf\xb1\x49\x4d\x21\xd5\ -\xfd\x23\x91\x33\x81\x61\xdb\x4e\x62\x85\x66\xbf\x7f\xa4\x9d\x7d\ -\xd3\x82\xdf\x1b\x7d\x5e\x69\xcc\x60\xa5\xde\x76\xfd\xaf\xed\xf1\ -\xa0\x25\x87\xe9\x4e\x3c\xb7\xa0\x21\x0d\xa3\x80\x6c\x16\x1a\x85\ -\x8f\xd7\xa4\x9f\x52\x9b\x72\xb4\x46\x21\x26\x11\xda\xf5\x19\x3a\ -\x69\x50\xe7\x2d\xb0\xb4\x34\xd4\x6f\x4e\x73\x41\xaf\xcf\x00\xba\ -\x00\x7c\x9b\xce\x69\xad\x9f\x76\x3f\xac\xe1\x03\x53\x79\x4d\x70\ -\xca\xfa\x7e\x9c\x93\x6b\xad\xa2\x4f\xa1\xb2\x7d\x24\xbf\x87\xa0\ -\xb3\x5e\x4f\xd9\x40\x4c\x59\xa2\x21\x61\x6e\x5a\x22\x29\x2a\x73\ -\x92\x6c\x9d\x92\xb4\xb7\x4f\x26\x23\x57\x2c\xac\xd5\x65\x6a\x4f\ -\x9f\xb4\xc1\xc9\x4f\x5d\xeb\x67\x9c\xed\x91\x17\x44\x62\x6f\x84\ -\x43\x43\x09\x7e\xa5\x1d\xbe\xe5\xb4\xf5\x50\x31\xdb\xd3\xe6\x18\ -\x2a\x24\x83\x5d\x10\xf1\x2a\xdd\x70\xe9\x3c\xe3\x07\xd8\xed\x4d\ -\xd5\x9b\x3b\xa9\xaa\xe2\x0e\x3b\xed\x6c\x9e\xf9\xa1\xd9\x45\xa3\ -\x61\xc6\x14\xe4\xdb\x34\x30\x00\xd6\x88\xad\x89\xa9\x26\xa7\x21\ -\x8f\x33\x3e\x9c\x62\x3d\xa6\x1f\xbe\x88\x98\x0a\xa4\x8a\x3d\x94\ -\xfb\xd5\xa5\x2d\x27\x4b\xa4\xdc\x94\xd9\x81\xba\x35\xeb\x40\xd0\ -\xe3\xfc\x9f\xf7\xff\xc0\x76\xa6\x7e\x10\x3d\x80\x39\xb4\x54\xe4\ -\x0d\x18\x9e\xf7\x6b\x4c\x8d\x93\x26\x87\x3c\x03\xa1\xc0\xcf\xcf\ -\x8f\xc7\xe2\xac\xdc\xc7\x1c\x14\xc2\xc8\x29\xcb\x86\x99\xdd\x16\ -\x44\x53\x97\x7b\xd1\x4f\x79\x22\x04\x83\x47\xee\xf4\x4e\xb8\xba\ -\x21\x99\x4e\x8d\x5e\xe4\xaf\x19\x28\xf8\x12\x0b\x00\xe0\x67\x5d\ -\xad\xa7\x89\xe3\x49\xca\x0c\xcf\xeb\x6c\xa5\xb2\xdd\xe7\xe6\x55\ -\xc0\x7c\x39\x9d\xfe\x77\x9a\x5a\xb9\x82\x34\x7b\x16\x33\x5d\xd0\ -\x11\x62\x57\x87\x5d\x1f\xe9\x49\x5e\xf0\xe9\x34\xa3\x25\x86\x1d\ -\xc5\x9a\x67\x01\x74\x8a\x49\x7e\x00\x5d\xa3\xa8\x0a\xe5\x37\x23\ -\x1c\x75\x34\x47\xb5\xa7\xae\x2b\x1b\x9f\x5c\x64\x2d\xf1\xde\x2f\ -\x2d\xbe\xc3\x85\x6d\xa5\xc3\x0e\x72\xdc\x28\xe9\xef\xff\x56\x94\ -\x18\x41\xe2\xc2\xa6\xed\x1d\x75\x0d\x25\x8d\xfa\x68\xe2\xfa\x4e\ -\x8d\x18\x16\x32\x67\x2a\x61\x3c\x5f\xb7\x34\xa7\xa0\x0d\x34\x84\ -\xee\xad\xa8\xeb\x08\x73\xe7\x90\xab\x00\x74\xf5\x0b\x91\x12\xec\ -\xef\xc2\xcc\x2a\x3a\xcb\x6d\x8d\x99\x87\x1b\x4b\x50\x7e\x96\x5b\ -\x1d\x0b\x1a\xa5\xb1\xd4\x43\x87\x46\x6d\x0d\xfe\x75\x3f\xf8\x22\ -\xe8\x6f\xb8\xda\x50\x4f\x52\xd5\xd7\xd1\xfb\x72\x91\xf8\xf6\xcf\ -\xca\x6a\x9a\x24\x76\xee\xec\x68\xaa\xd2\xbd\x8f\xde\xe9\x8d\x6a\ -\x94\x2d\xce\x24\xed\xe5\x53\x0c\x2b\x10\xca\xca\xda\x0e\x88\x39\ -\x65\xc0\xd0\xbc\xbd\xe9\x0c\xc3\x90\xa3\xbb\x07\x8e\x35\xa4\x02\ -\xe0\x27\x83\x8a\xeb\x67\x8d\xa1\xf6\x37\xd1\x2b\xd2\xad\x4b\x95\ -\x87\x53\xd4\x04\x28\xc4\x0a\x3f\x2d\xea\xa4\xa9\x03\x76\x35\xab\ -\xb4\x5e\x69\x02\x61\x23\xdf\xc5\xc5\xaf\x39\x33\x6e\x83\x7c\x4e\ -\x0a\x72\xe2\xa2\xee\x9e\x98\x76\xc7\x9a\x96\xc4\x81\xbc\x26\xc2\ -\xae\x4f\xf7\x25\x6a\x48\xb4\xb4\x2c\x0f\x6b\xe8\xae\xf1\xec\x4c\ -\x73\xb7\x6a\x9d\x0b\x7c\x3a\x70\x6e\xb2\x32\xb3\x88\x06\xa4\xeb\ -\x18\x7b\xde\xc9\xdb\xd3\x57\x77\x10\xca\xa9\xc9\xe1\x8a\xda\x5d\ -\xf5\x24\xb9\xfa\xda\x9c\x7b\xc5\xf6\x59\x64\xf6\x79\xe3\x26\x91\ -\x5b\x85\x16\x39\xe1\xd4\x57\x79\x7b\xbf\x72\x68\xaa\x58\x73\xeb\ -\x3c\x6c\x83\xcf\x69\xeb\x4b\x23\x1c\xb4\xc7\x6e\xc8\x11\x13\xf1\ -\x6e\xb0\x31\x75\x31\x7e\x49\x52\x98\x4d\x14\x3d\xb7\x37\x76\x8a\ -\x0d\x95\x0a\xba\x2c\x73\x1a\xbf\x2e\x75\x52\x5a\xfb\xc5\x5d\x7c\ -\x77\x6a\x88\xea\xd1\xe8\xea\x3b\x78\xa4\x98\x36\xd3\x06\x46\x39\ -\xca\xac\x1e\xf2\xdd\x1a\xa6\x33\xbb\x8d\x3c\x20\x39\x20\xfc\x78\ -\xe7\xb5\xc5\x24\x0d\x1c\xe2\xbd\x6b\xd3\xdf\xa9\xd0\x63\x1d\x0d\ -\x8d\xe1\x41\xbd\x9a\x9b\xcb\xef\xb8\xb0\x56\x0f\x21\x3d\x15\xe5\ -\x50\xd3\xec\x24\x28\xb9\x32\xf4\x1e\xb9\x2f\x47\x73\x5c\xe6\x3b\ -\x60\x1d\x56\xcf\xa4\xdd\x01\xb3\x4c\x4b\x06\x98\x34\x5c\xbc\x9a\ -\x6b\x60\xd0\xae\xa9\xa6\x23\x4b\xae\x2a\x48\x85\x40\xbc\x8b\xfd\ -\x22\x9a\xb6\xca\xa3\x20\x13\xca\x3a\xa1\x34\x84\x7a\x14\x9d\x9c\ -\xf7\x48\x07\xe6\x32\x6b\x89\x66\xf0\x73\xdc\xb6\x19\x82\xfb\x52\ -\x88\x7e\xa3\x3b\xf7\x9f\x71\xde\x49\x31\xf9\xeb\x4c\x95\xc8\x71\ -\xda\x09\x8e\x94\xf5\x36\x0d\x6b\x7f\xdb\xfb\xde\x8c\x37\xf0\x4f\ -\xfa\x3a\x89\xba\x86\x9f\x5c\xd6\xa0\x08\xe6\x5a\xf0\xe2\x4e\x1b\ -\x30\x7c\x35\xe6\x03\x16\x81\x1c\x30\x1c\xb5\x52\x30\x1b\xa2\xd8\ -\x06\xa7\x73\xe9\x8a\xa6\x4d\x51\x3a\xca\x51\xaf\x54\xce\x12\xf3\ -\x6c\x96\x56\x16\xec\x78\x18\x20\x24\x8d\x0c\x33\x60\xfd\xd9\x40\ -\x5e\xf9\x73\xd3\x7f\xd0\x8c\x12\x3d\x1b\x1b\x23\x6c\x48\x1a\xb5\ -\xf0\x01\x16\xbf\x01\x87\xa7\x57\x00\xb6\x94\xf9\xd0\xb9\x4b\xb5\ -\x37\x8e\x3a\xce\xdb\x92\x37\x7e\x57\x22\x33\xad\xc8\xe4\x79\x35\ -\x89\xca\x9c\xa7\x04\xff\x6c\x88\xb1\x1d\x24\x62\xbd\x6c\xbf\xc4\ -\xb1\xeb\xb6\xf2\xc1\xa8\x5a\xdc\xf5\x7a\xf1\x3d\xf9\xa8\x23\x9e\ -\x3a\xdd\xfa\xfb\x34\x6b\x53\x2a\x60\xb4\xcc\xe2\x82\x8e\x6b\x94\ -\xf0\x6e\x30\x45\xb8\xf2\xb3\x87\xc3\x6d\x80\x97\x42\x4e\x67\x6d\ -\xd2\x0d\xdd\xdb\x35\x9f\x02\x5e\xa6\xe1\xaa\x10\x65\x34\xcd\xb4\ -\xd7\x63\x79\x86\xde\xd8\x22\x3e\x41\x8f\x06\x58\x72\x70\x11\xbe\ -\xa1\xae\xde\xcf\xe8\x94\x78\x52\xea\x59\x7e\x19\x42\xbe\x5f\xb2\ -\x3b\xb3\x49\x2b\x60\x39\x80\x37\xee\x94\xf2\xa6\xb7\xbc\x5c\x5c\ -\x76\x5d\xff\x40\x49\x71\x5d\xcb\xfe\x69\xc8\x64\xeb\xe2\x82\x0e\ -\xc6\x25\x66\xdf\x80\x71\x15\xe3\x87\xe9\x45\x51\xa0\xbd\x81\x9c\ -\x38\x15\x48\xb1\xfc\xb0\xd8\xae\x5b\xd9\x88\xcc\x83\xb0\x58\x2c\ -\xca\x55\x37\x2c\xf0\x02\x25\xb9\xf0\xff\x94\x23\xa7\xff\xd0\x70\ -\x7b\xc3\x38\x10\xe7\x06\xd2\x36\x31\x6b\xbf\xdf\x8c\x1e\xa8\xf1\ -\x9a\xfb\xc2\x7a\xea\x8d\xb4\xf4\x2c\xe1\xb2\xe2\x6a\x1f\x2b\x8e\ -\xa3\xb1\x58\x0f\xb4\x4a\xdc\xc6\x9b\xd6\x5c\xb8\xe9\xbf\x1f\xcf\ -\x2b\x02\xd0\x82\x43\xaa\xd3\x05\xb1\xe7\xfd\xe0\x10\x4b\x2b\x80\ -\x0b\xeb\x89\xae\x27\x47\x9b\xd3\x4a\xb2\x8b\xa2\x4f\x97\xac\xb4\ -\x06\xd5\x1a\x94\x8b\xd3\x92\x14\xf4\x7a\x68\xd6\xb3\xa2\x57\x24\ -\x29\x0f\x4e\xe7\xcd\xef\xbd\xdd\xa9\x86\x12\xe9\x33\x3a\x90\x8b\ -\xad\xc7\x3b\xe4\x26\x18\xa6\x44\x45\xc9\x37\x2b\x1f\x62\x6d\xbc\ -\x38\xa3\xa5\x13\xd7\xf6\x24\xa9\x45\x29\x7e\x0d\x07\x41\x75\x57\ -\x3a\x3d\x9b\x8a\x14\x53\x1b\x8a\x06\xd7\xb8\xf4\xd0\xbb\xf8\xef\ -\xcf\xe6\x24\x69\x7c\x4c\x9e\xb4\xae\x63\x7c\xff\xa6\x31\x7b\x6b\ -\x6a\xc2\x1c\x63\xd1\xe5\x87\x49\x9f\xe4\x37\x2a\x96\x18\x4d\x81\ -\xd8\x0d\x1e\x44\xe6\xdf\x59\xef\x89\xec\xfa\x9a\x59\xf2\x6e\x80\ -\xf0\x14\xdd\xd3\xe0\xcc\xf7\xc9\x71\x89\xb6\xe3\xdf\xd7\xb8\x94\ -\xde\xcc\x17\x1e\x17\xb3\xc3\xf0\x69\x47\xae\x62\x5a\x15\xa7\x02\ -\x33\x17\xef\xba\x37\xa1\xb2\x31\xf6\xe1\x03\xfd\x7d\xbb\x5c\xef\ -\xa2\x42\x86\x8b\x58\xcf\xc7\xe9\x0d\xa1\xbe\xa0\xca\x23\xa0\xba\ -\x15\x80\x0b\xb1\x76\x2e\xd7\xf5\xa9\x5f\x4a\x73\x7a\x1b\xda\xb0\ -\x37\xad\xa3\x1c\xba\x95\xf1\x2e\x42\x3c\xfd\xdf\xcc\x1b\x3c\x35\ -\x47\xd5\x48\x4d\x23\x1c\x71\xda\x5e\x94\x13\x5b\xc2\xfc\x5c\x8f\ -\xa8\x0a\x7d\x22\xa1\xe9\xd8\xb4\x7c\x22\xcb\x15\xac\x7d\x14\x15\ -\x67\xa0\xea\x30\x8a\x95\x16\x6a\xdc\xce\x99\xb3\x31\xdf\xbb\xeb\ -\x7c\x43\x0f\x4c\x20\x5d\x6e\x6c\xe2\x17\xa4\x34\x9b\x76\x1c\x9a\ -\xc2\xc8\x6c\x49\x97\xc0\xd2\x07\x67\xae\x9c\x4a\xf2\xfe\x07\x6d\ -\xb3\x05\xc3\x6d\x2f\x52\xb3\x70\x0e\x9d\xd3\x63\xaa\xa7\xcd\x41\ -\x92\x93\x6a\xb4\x5c\x04\xaf\xca\x80\xde\x09\x80\x5d\x1e\x61\x22\ -\xf4\x04\x55\x82\x8e\x03\x27\xcb\x51\x3f\x93\xbb\xcf\xbe\x72\xae\ -\x3d\x21\x24\xb5\x3f\x0a\xf0\x0e\x1a\x9d\x6b\xe5\xa2\x28\xae\x36\ -\xca\x06\xbf\x2c\xdd\x69\x99\xe3\x97\x69\xc9\x00\x11\x2a\xb4\x37\ -\xde\x61\xa3\x90\xe7\x59\x24\xe6\xd8\x25\x78\xfb\xb9\x0a\xf2\xbb\ -\xdd\xc0\xa5\xee\x6d\x6d\x6b\xb5\x02\x62\x85\xf0\xaa\x31\x29\x5d\ -\x89\x14\xeb\x60\x9c\x3d\xfb\x60\x34\xf8\x1d\xe1\x0d\x4c\x01\x3f\ -\x3d\x78\xbc\x5a\x69\x3e\x82\xb1\xe3\xb9\x16\x75\x10\xae\xb9\xa2\ -\x61\xba\x15\x77\x7f\xb8\xae\x96\x2f\xc6\x33\xf0\x3b\xf6\x6c\x80\ -\x4d\x5b\x3f\x65\xca\x12\xd1\x2e\x5e\xfb\x64\xf4\x70\xfc\x7e\x44\ -\x58\x9c\x1a\x22\x3f\xb7\xe5\xfe\x0c\x10\x85\x0e\x17\xd4\xa0\xad\ -\x3d\xa6\x9a\x5f\xee\x83\x0e\x2c\xd8\xe7\xbf\x47\x01\x4f\xe7\x64\ -\x9d\xca\xca\x1f\x83\x6a\x4d\xc9\x30\xa9\xe7\x80\x87\xc6\xea\x04\ -\xd4\x14\xab\x35\xa4\xea\x3a\x3b\x9d\x53\x0c\x7e\x66\x3a\xf5\xc6\ -\xaa\x83\xdc\xdc\xf6\xde\x6b\xce\xa3\xbf\x37\xa6\xf3\xbd\x61\x50\ -\x4f\x75\xec\xc5\x69\x18\xc2\x7a\x9e\xd5\x0c\x56\x23\xf4\xed\xfd\ -\xc9\xf5\x7f\x7e\x4f\x62\x06\xe1\x7a\xd1\x0e\xae\xa3\xb1\xc2\x2b\ -\x3b\xa5\xaf\x2f\x1e\x0e\xd1\x76\x76\x8a\xeb\xfb\xea\x87\x21\x90\ -\xac\xf2\x13\x70\x90\x43\xe8\xd0\x0e\x8b\xa4\xfb\x36\x23\x1c\x25\ -\xeb\x99\x5f\xbc\xfc\x14\x59\x76\x66\x83\x1e\xc3\x18\x33\xda\x58\ -\xe9\xde\x6d\x81\xed\x1b\x7b\xdf\xb6\x3f\x83\x96\x2d\x65\x7a\x95\ -\x7a\xe1\xee\x12\x8e\xe7\x74\xd6\xc0\x82\xc8\xb0\x9d\xd3\x3b\x6d\ -\x46\x59\x06\xda\xff\xd4\x3b\xe5\x8a\xc5\x36\xc7\x42\x80\x78\x79\ -\x3f\x74\x27\x38\x48\x00\xae\x05\x3a\x9c\xfe\x9e\x8b\x28\x4d\x02\ -\xc0\x49\xa3\xd1\x1c\xff\x51\xe5\xd1\x34\x47\xb0\xa0\x57\xdc\xa3\ -\xe1\x78\x22\xd6\x4a\xd4\x10\xb8\x48\xbf\xb0\xc3\x8f\xf5\xa0\xe6\ -\x69\x8c\xcd\xe3\x42\x71\xfe\x74\x20\xa0\x47\x56\x93\xc8\x76\x21\ -\xa4\xa4\x50\xb9\x6b\xbd\xe8\x51\xcc\xa3\xb9\x30\x4d\xb3\x88\x2c\ -\xfd\xd2\xf9\x9b\xc1\x0d\xf9\x89\xa6\x44\x0e\x91\xfb\xc5\x2d\xa9\ -\x9d\x5c\x38\xde\x16\x78\xe4\xac\x24\x26\xc2\x81\x4a\x1e\x9b\x8d\ -\xf4\x89\xe8\x50\xd0\x4b\xd6\x13\x85\x89\x83\x46\xe4\x55\x7b\x62\ -\xff\xe2\xc1\x89\x21\x16\xc4\x76\x0b\x68\xa9\x9f\x8b\xe3\x70\xa2\ -\x27\xc5\x81\xd9\x0f\x5e\x0c\xdd\x10\x50\x49\xe6\xec\xea\xab\x74\ -\xa8\xa1\x95\x39\x02\x1c\x34\x47\xa5\xfc\x7e\x69\xc3\x7d\x38\xb6\ -\x99\x5e\xa2\xec\xcb\x39\xe8\x90\x5f\x1a\xab\xb7\x02\xb3\x26\x4d\ -\xb6\x41\xe3\xfd\xe8\x96\x87\x09\x40\xae\x4f\xd9\xa3\x10\x3c\x0f\ -\xaa\x70\x85\x8b\xfc\xb4\x4c\xee\x56\x4a\xde\x91\xc5\xa2\xca\xb1\ -\xce\x34\x35\x48\x70\x53\x8b\x6e\x87\x5a\xa3\x7c\x2f\x2a\xe5\x3c\ -\x20\xa6\xae\x28\x27\x68\x49\xe5\xa3\xe6\x7a\xa9\x5f\x9a\x25\xc9\ -\x8b\xf3\xfc\x3b\xd3\x9e\x15\xef\xc2\xde\x44\x07\x35\x43\x7d\x35\ -\xe7\xc1\x3a\x26\xca\xef\x8e\x54\x75\x10\x9d\x97\x74\xa2\xe6\x6a\ -\x93\x9e\x49\xbf\x13\xd3\xe4\xd1\xcb\xc5\x2a\x2d\x8c\xa7\xd1\xc4\ -\xea\x9f\x73\xc2\xc3\x6d\x2a\xc5\x63\x8e\x45\x2f\xa6\x17\x3a\x8a\ -\x84\x08\xb7\xce\x5c\x96\x40\xdf\x23\x58\x5c\xad\x11\xdc\x1e\x0a\ -\x4d\xd5\x99\x1d\x7a\x26\xfa\x8a\xd4\x9e\x45\x0d\x69\xd1\x44\x22\ -\x38\x1b\xdd\x98\x20\x2f\xf1\x98\xc0\xac\x23\xbc\x7a\x02\x40\xcb\ -\x03\x6f\xcf\xa6\x73\xcc\x0f\x28\xf6\x47\xd1\x96\x3a\xfb\x56\xc5\ -\x1a\x94\x00\x49\x7a\xde\x57\x84\x88\x3f\x42\x42\xdb\x04\x9b\xd2\ -\xb1\x6a\x5a\xa2\xab\x56\xc8\x37\x8f\x02\x6b\x95\x53\x1f\xcf\xd0\ -\xd7\x9c\xc0\x79\x63\xe5\x49\xb5\x73\x5d\x87\x24\xf7\xee\x54\x73\ -\x6d\x46\x28\x94\xa6\x42\xc6\x7e\xe2\x34\x83\xdb\x49\x31\xa2\x66\ -\xa2\x21\xd9\x5c\x15\xca\xca\x83\x92\x18\x17\xf6\x09\x9e\xa4\xd3\ -\x16\xc2\x88\xc7\x50\xfc\xa2\xf9\x74\x73\x98\xee\x8c\x76\x86\x0a\ -\x8b\xd3\xea\x0a\x9f\xce\x75\xc5\x2d\xa3\x4b\x34\x9b\x19\x66\xd7\ -\x02\x41\x06\xea\x6d\xe0\xa7\x5a\x08\xfb\x31\xe9\xeb\xe8\x7d\x59\ -\xe5\x3f\x69\xb4\x20\x1d\xa1\x9f\x8a\x16\xe0\x9b\x0e\x85\x46\xaf\ -\x98\x94\xfe\x79\x7e\xaf\xb0\x57\x4d\x0a\x60\x3b\xcf\xf5\x6d\x0c\ -\x78\x84\x3f\x8f\x00\x5e\x3d\xcc\x4c\xce\x29\x37\xbe\x50\xe3\x28\ -\x4d\xa2\x9e\x81\xc0\xda\xf4\x85\x68\xeb\xb9\x53\xb4\x8f\xe9\x59\ -\x7b\xff\x6b\xfd\xb4\x7a\xe5\x1e\xb5\xc1\xa4\xd2\x71\x1a\x35\x59\ -\x6c\xc7\x2e\x46\x8d\x0a\x16\x69\xee\xe3\x6f\xe7\x77\x7e\x1e\x3a\ -\xa7\x17\xab\xb1\x0d\x8e\xaf\xe1\xef\xf9\x72\x4a\x68\x2f\x4c\xc9\ -\x8d\x70\x26\x68\x22\xa5\x51\x3f\xb3\xa8\xbb\xbe\xb4\x49\x4a\xe6\ -\xf3\xde\xcd\x04\x87\xbe\x82\x43\xc3\x12\xfd\x98\x4e\x32\x95\xa1\ -\x5a\xd0\x45\xa3\x49\xec\xfa\xe1\xa0\xac\x75\x43\x2f\xd3\x08\xbb\ -\x29\xd3\x01\xfe\x9d\xe0\x46\x9e\xa1\x20\xa7\xe2\xc9\xe1\xfa\x5a\ -\x79\x66\x46\x17\xb7\x70\xf8\x61\xfa\xaf\x6f\x6b\x57\xb2\x29\x30\ -\x5d\xbb\x3e\xc0\x15\x26\x7e\xac\x7f\x21\x7c\x9d\xf2\x7d\x07\xdd\ -\x6a\x22\x57\xcf\xf5\x6e\x8e\x85\x92\x2c\x32\x52\x2a\x87\x61\xf5\ -\xd8\x00\xa6\x46\x8d\xdd\xe5\x96\x18\x14\x7f\xb9\xd3\x5d\xb0\x0c\ -\x5e\xf6\xc8\xd6\xe2\xc1\x97\x66\xe0\x70\xfb\x4c\xc7\x8d\x1c\x12\ -\xf8\x74\xec\x64\xab\x78\x24\x48\xd4\x41\x73\x02\xe6\xfc\x1b\x93\ -\xbf\x95\x5d\xfe\x31\xa1\x16\x77\xf2\xd6\x9e\x87\x17\xf5\x7e\x68\ -\x22\xd5\x01\x7b\x6a\xc3\xa0\x8b\x32\x2e\x00\xe4\x54\x40\xed\x82\ -\x72\x35\x94\x98\xd3\x06\xd8\x91\x60\xb5\xf4\x69\x66\x4e\x4f\x77\ -\xf7\x26\xb7\x0f\x19\xc8\x79\x5e\x02\x28\x1d\xc4\xb1\x99\x22\xb3\ -\x29\x0c\x01\x7a\x92\x38\xfa\xbf\x93\xf3\xda\x68\x35\x87\xa6\xfd\ -\x68\x00\x33\xc4\xd7\x1c\x28\x2a\x47\xea\x31\xd8\x6d\x42\xf4\x58\ -\x95\xba\x0e\xd7\xa3\x1e\xd8\x2a\xee\x28\xd2\x3a\x6a\xbe\xdc\xe9\ -\x6d\x0d\x2d\x4a\x2f\x1e\xde\x10\x81\x8e\x5e\x9c\xc8\xf4\xde\x33\ -\x85\x9b\xa9\xb4\x24\x56\xa2\x8a\x27\x6d\xef\x27\xb5\x6e\xf5\x42\ -\x66\x3d\xd1\xa4\xc8\xed\x7a\x71\xe4\x53\x91\xdc\x18\xe9\xf0\x96\ -\x54\xbe\x72\x3e\xb2\x02\x1f\xd9\x5c\xcd\x8b\x30\x9c\x83\x90\x8d\ -\xb0\x21\x88\x5e\x6c\x6c\x34\xfa\x89\x3a\xba\xc3\x50\xff\xc5\x21\ -\x56\x0c\x02\x50\x6b\x04\x78\xad\xcc\x4e\x88\x43\x48\xb4\xc2\x2c\ -\x89\xbf\x1f\x1a\x41\x07\x15\xdd\xc0\xb6\x27\xb3\x57\x35\xf7\x8b\ -\xa7\x5b\x1c\xa9\x15\x65\xfb\xa0\x15\x05\x1d\x8b\x17\x55\xd8\xac\ -\x5b\x80\x4b\x60\x02\x59\xf4\x72\x52\x8a\x54\xc9\x96\x2e\xe2\x90\ -\x9a\x13\xd5\x08\x88\x8d\x86\xf3\xad\xa8\x56\x55\xec\xcf\xdd\xb2\ -\x2d\xcc\x41\x2b\xfe\x5b\x00\xb8\xf7\xc7\xf6\x24\x2f\x1b\x4b\xcb\ -\x4a\xf4\x38\x8a\xcf\x4e\x25\x9c\x6b\x74\xd2\x56\xe8\x25\xe8\x78\ -\x6a\x24\xf4\x95\x6e\x16\x4e\x40\x63\xed\x7f\xc9\x55\x3b\x2f\x36\ -\x73\x55\x94\xe9\xc8\x37\x34\x5c\x41\x15\xae\x3c\x9c\x0e\xa0\x84\ -\x13\x20\xbd\x7e\x9f\x77\x7a\x6f\xd7\x4d\xd5\x64\x1e\x63\x92\x93\ -\x4d\x5f\x3f\x8f\xfa\x39\x12\x34\xaa\x71\x38\x57\x93\x8c\x6d\x67\ -\x87\xa8\x64\x16\x0b\x9d\x7b\x07\x16\x78\xc8\x98\xa1\xa1\xdd\x6c\ -\xa3\x2e\xda\x31\xf3\x70\xf6\x71\xa3\x39\xd2\x7b\x83\x06\xe8\x9c\ -\xe2\x81\xc6\x67\x66\x65\x90\x5a\x3e\x4a\x3f\xaf\xf3\x2c\xac\xb9\ -\xd4\x6b\x15\x5b\x45\xac\x69\x69\x83\x16\xad\xee\x34\x75\xdf\xa7\ -\x69\x80\x64\xc4\x84\x34\x9b\xdd\x16\xd8\x67\x59\x31\xae\xc7\x4b\ -\x4d\xeb\x5a\x0f\x7d\x56\x30\x24\x12\x6d\x66\x73\xa1\xb5\x86\x31\ -\x72\x90\xee\x97\x46\x2e\x7e\xa8\xcb\xfd\x60\x1d\x5a\x8a\xbc\x3a\ -\xb1\x73\x68\x30\x1a\x74\x41\xa5\x74\x2c\xe6\xda\x49\x15\x03\x30\ -\xf2\x13\xab\x11\x83\xec\x72\x52\x7c\x99\x12\x13\x02\xf1\xad\x6e\ -\x55\xe4\xc6\xf6\x2c\x2c\x62\x47\x52\x11\xb9\x4a\xc6\x37\xcd\xbb\ -\xe4\xf2\xc6\xb6\x51\x2b\x6b\x2a\x4a\x49\x01\x0b\x6b\x7c\x71\x14\ -\x1f\x4e\x9d\x1a\x2d\xf4\x4b\x9c\x81\xf2\x39\xc5\xd6\x64\x8f\x58\ -\x80\xfb\x1e\x6e\x9c\xe5\xb6\x57\x93\x44\xcd\x60\xca\x5a\x2b\xe5\ -\x54\xfb\x31\x7a\xac\xce\x86\x24\x72\x93\x0c\x78\xe4\x51\x80\xc6\ -\xfd\xa4\x10\x5c\xbd\xc9\x6a\xac\x17\x4d\x0d\x78\x35\x55\x93\x51\ -\xe2\x9f\x75\x75\x2a\xbc\xe4\xba\x0d\xc6\x65\x68\x61\x55\xa9\xe9\ -\x79\x90\x00\xe0\xba\x3a\xd5\x6a\x9e\x63\xdb\x27\x91\x3d\x74\x5c\ -\x7b\x74\x8b\xb8\xf8\xbf\x53\x12\x59\xb1\x9a\x8b\x68\x84\x9d\x76\ -\x57\xc6\x45\xa6\x23\x3f\xcf\xe6\x92\x08\xb8\x99\x89\x48\x02\x5b\ -\x7d\x82\xc7\x7e\x6e\xda\xdd\xc3\x5f\xd9\x14\xc9\xa8\x51\x3c\x8d\ -\x7b\x10\x8e\x23\x9d\x22\x2e\xaf\x4d\x42\x07\x5d\xcf\xc6\x2a\xd9\ -\x1f\xa1\xe7\x3c\x28\x9b\xbd\xf1\x3c\x9b\x90\x98\x0a\x0a\x08\x1c\ -\xec\x11\xbd\xa1\xba\xdc\xb6\x5b\x32\xa0\xdc\x64\x0e\x3a\x58\x59\ -\xfd\x7d\x28\xde\x32\xe0\x8e\x3b\x6f\x98\xc5\x16\x23\xa7\x1d\x28\ -\x2e\x87\xe9\x67\x78\x77\x4c\xec\x31\x13\x0f\x06\xec\x58\x43\xe2\ -\x1a\xc3\x78\xed\xa1\xeb\x37\x03\xa4\x37\x86\x8e\xfb\x16\x33\xbe\ -\x6a\xde\x4e\x60\xa0\x00\x2a\x1a\x21\xc5\x41\xfb\x0b\xed\x67\x7e\ -\xe6\xab\x42\xbb\x4f\x80\xc8\xa8\x80\x95\x57\x98\x4e\x79\xe8\xd1\ -\x16\xee\x52\xec\x6b\x2e\x8c\x99\x16\xaf\x91\x1d\xfb\xa6\xa9\x8d\ -\xb5\x1e\x6c\x12\x02\xc0\x3e\x53\x78\x68\xea\xda\x7b\xdb\x6a\x7d\ -\x01\x1f\x5e\x05\x14\x39\xbd\x63\xcd\x4b\x36\x65\x5b\xa5\xb4\xfd\ -\x34\x59\x39\x59\x83\x82\xc1\x8b\xb2\x46\xbb\x3f\xbf\xb8\xf8\x1f\ -\xfb\x67\x1e\x88\x7e\x49\x2c\x3a\x51\x19\x9a\xc5\x60\x5a\x9c\xda\ -\xaf\xd5\xb5\x3d\xa7\x79\xc5\xe0\xd3\x4f\x44\x5a\x9d\xd3\x45\xa2\ -\x25\xfc\x95\x4e\x59\xb3\x4d\xb3\x45\xd2\x94\x62\x22\xb9\x92\x97\ -\x64\x58\x6b\x6f\x11\x37\x52\xd0\xec\x0a\xe4\x85\x4b\x49\x87\x60\ -\x3e\xe8\x64\x95\x61\xa4\x4d\x06\x28\xa3\x61\x49\x5a\xca\x40\x63\ -\x66\x5e\xce\xe4\x6d\x46\xd1\x73\x88\xe7\xe8\x45\x70\x1b\x13\x3b\ -\x29\xad\xc9\xe8\xb8\x23\x63\x44\xfa\x26\xa1\x23\x3b\xe6\x59\x4c\ -\x52\x43\x82\x17\x08\x37\x9e\x07\xa5\xe8\xed\xc5\x42\xd3\x34\x30\ -\x99\x8f\x5e\x43\xa3\x54\x0f\xf7\xc1\xd5\xcc\x0d\xa8\x9b\x91\x1c\ -\xa3\x73\xd6\xa4\x3d\x66\x98\x1f\xb9\x06\xa2\xeb\xf9\xdc\x31\x2a\ -\x69\x19\xea\xc5\xc3\xa6\xcc\x0d\xd0\x46\x3f\xdb\xae\x93\x7b\x52\ -\xe9\xec\x62\xbb\xdc\x39\x2d\x8a\xef\x7c\x5f\x9e\x80\xce\xfc\x93\ -\x28\x61\x47\xf8\xf4\x70\xa9\xca\xac\x25\x7d\x7b\xc7\x5f\x68\x12\ -\x79\xa1\xa8\x07\x4e\x3a\x25\x29\x03\x49\x8b\x23\x3c\x26\x18\x8d\ -\x12\x25\x47\xc6\x84\xf1\xdc\x39\xf3\x1e\xfa\x85\x5d\x9a\x0e\x7a\ -\x3d\x48\x4f\xfa\xc6\x5b\x80\xe4\xc9\x47\xa7\x45\x43\x42\x38\x9e\ -\x13\x73\x35\xcd\x2f\xfa\xab\x2a\xd0\xee\x61\x8c\x30\x27\x49\x73\ -\x02\x34\xd7\x70\x51\x08\xe0\x7a\x04\x6e\x4d\xf8\x49\x4b\xad\xdc\ -\x8c\xe9\xe2\x95\x8d\x05\x4e\xa1\xee\x34\xa5\xa0\x97\xbb\x4e\x8e\ -\x86\x2d\xc2\x48\x83\xbe\x92\x16\xae\x6d\xbd\xd8\xca\x33\x4a\xda\ -\x62\xad\xdc\xb6\x70\xdf\x6a\xd3\x06\x56\xbc\x16\xb6\x49\xad\x68\ -\x59\x35\x3a\xb9\xbc\x5e\xd0\xd3\xa0\x53\x3f\xde\xe3\xb1\x7e\xa4\ -\x9f\x14\x24\x8f\x3f\xef\x13\x03\x55\x60\xd1\x6e\x3a\x8a\xa6\xad\ -\xca\x22\xaa\x51\x91\x7b\x62\x71\x04\x02\x43\x33\x6f\x6a\xfc\x5d\ -\x07\xe1\x48\x56\x59\x0a\x03\x43\x1b\xd1\xed\xd0\x67\x83\x3e\x2d\ -\xd9\x93\xf1\x20\x54\x13\x7a\x9f\xe6\x93\x56\x34\x75\xfc\xff\xac\ -\x6e\x3f\xec\x45\x6f\x6f\x26\x43\x53\x48\xd9\x20\x4a\xb3\x90\x8e\ -\xe9\x5d\xcf\x58\xe3\xb7\xa1\x49\x15\xfa\xd4\x22\x34\xa8\xe7\x84\ -\xd5\x74\x3e\xd9\x0c\x1d\xd4\x08\xd7\x43\x15\xd0\xd6\x64\x45\x50\ -\xe4\x06\x96\xc7\xc4\xc8\x9b\xab\x49\x4e\xb3\xd0\x93\xe7\x94\x30\ -\xb4\x7a\xdf\x6c\xa6\xbf\x99\xb8\xd8\x3f\xef\xaf\x74\xe1\x6f\x20\ -\xc6\x53\x1f\x8a\xc3\x10\x61\x6a\x38\xa1\xd4\x60\x51\x81\x72\x99\ -\x40\x28\x77\xb3\x00\x7d\xd5\xd0\x3c\x3e\xf7\x0b\x6d\xad\x0c\xa7\ -\x1e\xca\x98\x44\xed\x8b\x85\x31\xef\xbe\xfa\x79\x80\x33\x7f\x0c\ -\x14\x53\x51\x4a\xea\xe5\x34\x5c\xd9\x7e\x5e\xf0\x83\x51\x10\x00\ -\xe7\xc2\x73\xd2\x16\x79\x57\x44\x80\x6e\x03\xb8\x73\x52\x8d\x85\ -\x45\xdb\x83\xc3\x4b\x2b\x7c\x6a\x6a\xba\x81\x57\xa7\x53\x97\x1e\ -\x5e\x07\x00\x50\xee\xa8\xa7\x36\xc7\x5d\xec\xe8\xfd\xae\xa9\xe8\ -\x9b\xf5\x95\x45\x32\xee\x57\xed\x5a\x5e\xce\xbc\xcd\x35\x0a\x67\ -\xfd\xca\x9e\x20\x9d\xd9\x87\x01\x66\x22\x0c\x2b\xfa\x9d\x26\xd6\ -\xa0\xc8\xa1\x05\x7d\x5b\xbb\xef\x3f\xdb\x9c\x7c\xe1\xa0\x93\xf5\ -\x40\x6b\xed\xd3\xab\xa6\x0d\xcf\xaf\x95\x13\x12\x2d\x23\x0f\xdf\ -\xeb\x42\xe1\x22\x28\x2d\xef\x50\x07\xed\xae\x87\xa8\x6b\x9b\x3c\ -\xd9\xcf\xcd\x36\x49\x79\x65\xf2\x70\x32\x0a\xfa\x67\x1d\x77\x10\ -\x33\xf4\x95\xb4\x22\xbe\xee\xd9\xa9\x7e\x11\x51\x23\xcd\x40\xc4\ -\x99\x3e\x5b\x7d\x2d\xee\x41\x99\xd7\x43\xab\xce\xd4\xe9\xe2\xeb\ -\x51\x43\xc6\x7a\x2d\xc9\x11\x1a\x5d\xdf\x9b\xaa\x97\xa8\x95\x70\ -\x02\x0c\x47\xec\x4e\xf7\x53\x26\x5c\x2e\x2f\xe9\x60\xf4\x68\xf0\ -\x17\x0f\x63\x2c\x6f\x34\x72\x18\xf2\xf9\xd8\x79\xbb\xf7\xa7\x5c\ -\x36\x09\xb8\x36\x42\x60\xdc\xb2\x82\xa8\xa1\xa5\x49\x8b\xe0\x14\ -\x9d\x66\xb6\x11\x9e\x63\xbb\x58\xac\xec\x27\x0d\x3f\x38\xf5\xad\ -\x00\xdc\x45\x19\xa3\xa0\x80\xcd\xea\xc0\xad\x13\xa9\xdd\x0d\xfd\ -\xd0\x9b\x7f\xbf\x6b\x5d\x02\xb9\x0c\xde\x72\x0f\xa2\xed\x9c\x72\ -\x95\xa2\x40\x6a\xab\x70\x87\x51\x81\xec\x0c\x31\x0c\xae\x3f\xb3\ -\x59\x44\x86\xd6\x46\xdd\xbc\x01\xbe\x09\x8a\xea\xc7\xcd\xbe\x59\ -\x53\xc8\x1a\x7a\x2b\x69\xae\x3d\x40\x43\xfe\xfc\xcf\x17\x2f\xa7\ -\x17\xbe\x53\xd5\xde\xfe\xef\xbc\x84\xc7\x44\xd0\x69\x15\xf6\x06\ -\x23\xda\x33\xb5\x1c\x92\x28\xd7\x9d\x85\xe9\x5a\xd7\x71\x70\x4c\ -\x84\xd3\x2e\x26\xa3\x39\x45\x41\x23\x21\xd6\xf7\x71\xea\x5a\xfe\ -\xdf\x50\x15\xf1\x22\x62\xdc\x79\x22\x5c\x31\xa6\xc7\x33\x64\x53\ -\x64\x83\xd6\xc2\x72\x9e\xb4\xe8\xc7\x79\xff\x96\x5d\xb3\x7b\x88\ -\xe1\xe1\x96\x15\x93\xa7\xfb\xfe\x45\x64\xb5\xa5\xde\x81\x5a\xf0\ -\x75\x00\x6f\xb0\x83\x7b\xbb\x49\x46\x08\x7a\xe9\x5a\x33\x20\x99\ -\xea\x50\xb0\x1c\x10\x6a\xec\xf1\x4a\x81\x8f\xdf\xda\x77\x71\xb5\ -\x53\x28\x1e\x70\x25\x11\x48\xae\x66\x7e\x22\x6d\x8d\x51\xa2\x6e\ -\x45\x8f\x08\xea\x65\xad\xfb\xeb\x67\xb5\xac\x37\xc6\xa6\x3b\x0b\ -\xbf\xb7\xa6\xe9\xd4\xf3\x7c\x35\x3a\xe8\x8d\xf7\xdf\x34\x56\x5f\ -\x0a\xac\x14\x13\x2f\x64\x96\x4f\x39\x0e\xba\x2e\x51\xf5\xab\x60\ -\x99\x9c\x22\xb4\x3d\x85\xfe\xa4\x8f\x64\x38\x2b\xf1\xe3\xe7\x4b\ -\x07\x22\x11\xac\x8b\x86\x8e\x28\x68\xcd\xaa\xf4\x1a\x7a\xfe\xa6\ -\x29\x3b\xcf\x98\x10\xe8\x26\x9f\x3b\xfa\x89\x75\xcc\xc7\xc9\x44\ -\xcb\xf6\x0e\x2b\xa7\x03\x6d\x8a\x18\xae\x8a\xf1\xb5\x6c\x9d\x4e\ -\xdd\x53\x1e\xec\x9d\x59\xb0\x16\x96\x02\xfb\xa5\x20\x78\xa7\x12\ -\x35\x80\x83\x50\x97\x10\x6a\xf2\x13\x8d\x9a\x26\x0a\xed\xd6\xc0\ -\xd8\x6e\xb0\xc0\x8d\x62\xa5\xef\x6b\x40\x39\xe9\x41\xe1\x90\x18\ -\x8c\x87\x5c\xb7\x5e\x18\x97\xb3\x35\x5b\x1e\x61\x2b\x4e\x99\xa7\ -\x7e\x2b\x02\x2f\xc3\x8d\xb4\xeb\x2f\xa7\xd3\xe4\xe5\xfa\xda\x8d\ -\xbd\x05\x3f\x3f\xfe\xbd\xdc\xac\x27\x26\x11\xe4\x56\xfd\x26\xfe\ -\xf6\xe6\x2f\x1d\x49\x6f\x9b\x32\x66\x31\x60\xee\x80\x2e\x08\xc8\ -\x67\xd5\x0b\xcc\xca\x3f\x2c\x53\x1c\x7b\xbf\xf4\xbe\xa7\xbc\x80\ -\x8d\xbd\xba\x09\x4e\x69\xda\x10\x5a\x65\xfb\xde\x74\x17\x94\x10\ -\x70\x80\x7b\x04\x5a\x3a\x1a\xb9\x0c\xa9\xce\x18\x61\x0f\x1d\x0d\ -\xba\x26\xa8\x89\xd2\xc5\x23\x37\xbe\x17\xac\xb2\xa5\x39\x71\x52\ -\x59\x6b\xbb\x66\x55\xb0\x06\x98\x4a\x84\x79\xbf\xfa\x1a\xb4\xa6\ -\x40\x53\x73\x94\xdf\x67\xef\x09\xc6\x38\xb5\x9c\x1f\x13\x74\xf6\ -\xcf\x11\xd3\xf0\x60\x46\xe8\x6c\x5c\xbc\x66\xe9\x06\x29\xf3\x6c\ -\xa0\x01\x86\x69\xd2\xeb\xcc\xec\xa8\x5b\x5e\x4f\xa0\x41\xfc\xdd\ -\x9e\x34\xdd\x27\xa0\xba\x51\x06\x2f\x44\x84\x5b\x05\x2c\x73\x52\ -\x9f\x67\x31\xf8\x31\x45\x0f\x1b\x6d\xd2\xa0\xaf\xf8\xd4\x99\x2a\ -\xcc\xb8\x26\x7c\xdc\x42\xb5\x9f\xe7\xf0\xea\xe6\x16\xa8\xb0\xef\ -\xa0\xcb\xd2\x75\x7d\x61\x33\xb4\x50\xe2\x9e\x53\x83\x99\x4d\x45\ -\xfc\x4f\x9b\x6a\x30\x7a\xce\xe9\x2b\x1d\xdf\xc1\x89\x9c\x78\x4a\ -\x4d\xf4\x3a\xbb\x82\xb0\x32\x4b\x4e\x32\x34\x76\x16\xfe\xc9\xc8\ -\xc9\x1a\x35\xb4\xe8\x05\x88\x5d\x54\x06\x2d\x75\x7f\xd9\x9d\xb9\ -\x00\xd0\xb2\x06\x4c\xf0\x7d\x0f\xf4\xe7\xc1\x8a\x47\x43\x36\xd8\ -\x1c\xac\x43\xd3\x1e\x8e\xc5\xbb\x67\x87\x45\xe6\x96\x28\xb0\x78\ -\xe8\x1e\x99\x9d\x99\xb1\x00\xd2\x8d\xed\x16\x71\x4b\x3b\xb5\xdf\ -\x7f\x19\xf4\x92\x8d\x9c\xe2\x00\x4b\x15\x23\x60\xbe\x7e\xae\xd5\ -\xcc\xd9\x3c\x14\xbc\x03\x0e\x63\x20\xb2\x86\xd9\x11\x49\x07\x5b\ -\x34\x23\x04\x96\x4b\x13\x72\x62\x4a\x45\x93\xec\x04\xfa\x6e\x79\ -\x2e\xe0\x04\xf6\x82\x59\xd0\xf5\x6d\xe2\x8e\xe4\xec\x93\x5c\xbb\ -\xef\x7b\xf3\x64\x39\x55\x16\x8d\x61\xb5\xa7\x36\x49\x02\x11\xe1\ -\x5a\x2b\x3d\x00\xfa\xbe\x8b\xbd\x83\x03\x94\x39\x19\x61\x39\xed\ -\xde\x25\x33\xb8\xef\xdb\xf3\xb9\x04\x0b\x6c\xf7\xd2\x8f\xd7\x1b\ -\xce\xae\x5b\xff\xef\xff\xfd\x3f\xff\x57\x0a\xa5\xa9\x6b\x8c\x18\ -\x0b\x96\x23\xa1\x4d\x10\xc7\xcc\xf8\x59\x64\xb9\x38\x10\xcf\xc9\ -\xf1\x0f\xcd\x85\x40\xe7\xe8\xcd\x73\x6e\x90\x21\xb9\x71\x00\xab\ -\x37\x16\x3b\x9d\x8e\x26\x20\x6b\xf6\xe3\x37\xee\x4a\x72\xd6\x20\ -\xb5\x95\xbe\x62\x3b\x4a\x13\xfb\x7e\x79\x8e\x8c\x7a\x90\xdd\x7d\ -\xef\x57\xc3\x86\x58\x7c\x1f\x92\xb0\xc4\xb1\x42\x80\x2a\x4f\x06\ -\x8c\x1c\x17\x12\x97\x77\x7d\xa6\xc6\x63\xe1\xb3\xff\x78\xe3\xc2\ -\x5e\xe8\xdb\x84\x84\xd7\x32\x2a\x10\x97\x3b\x50\xda\xfa\xfa\xf3\ -\x56\x08\x3e\xea\x5b\xc7\x91\x6c\x8e\xbc\x03\x52\xac\xc5\xf8\x88\ -\x78\xe3\xcb\x9e\xf3\x10\xbc\x73\x0f\xf8\x24\xb3\xbf\x65\xcf\x9f\ -\x82\xd3\xc4\xcc\x89\x05\x90\xfb\x63\xf9\x60\x16\x7c\xe3\xce\x2a\ -\xfe\x8e\x68\x41\x3c\xd7\x42\xf6\xc6\x7d\xdf\x35\x2d\x24\xc6\xb5\ -\x96\xe7\x44\x30\x88\xaf\x41\x89\xb4\x05\xb8\x8b\x52\xd1\x6c\xad\ -\x35\xa8\x43\x02\xdc\xfa\x27\xa9\x6a\x1a\x81\x8d\x6a\x36\x97\x20\ -\xb2\x9c\x95\xed\x14\x37\xe6\x81\x58\xd8\xe4\x39\x72\x37\x2a\x7b\ -\x26\x9a\xda\x8b\x97\x67\x36\xfd\x93\xaa\x39\x00\x00\x20\x00\x49\ -\x44\x41\x54\x04\x1d\x8d\x92\xe3\xcb\xee\xa2\x26\xf7\xc6\x86\x67\ -\x35\xa8\x5b\x48\x4b\x68\x21\x18\xbf\x5b\xea\x1a\x70\x9a\x2b\x78\ -\x61\x5d\x3f\xa0\xeb\xb2\x8c\x08\x2a\xfa\xd4\x02\x63\x31\x7b\x84\ -\x00\x86\x53\x94\x57\xbc\x2d\x17\xc9\x33\x1b\xf8\x19\xac\x1b\x94\ -\xa1\xc9\xcb\x6e\xd4\x19\xa7\xad\x6e\xbd\x73\xfa\x4a\x5e\xd8\x05\ -\xe7\xb7\xe7\x9e\x29\xaa\x08\x47\x2b\x6e\xb6\x38\xef\x59\xe6\xd4\ -\xa5\x5c\x9b\xb4\x04\xc4\xb9\x3f\x25\x33\x4d\xb2\x18\x4a\xfd\xa3\ -\x67\x2d\xb1\xfd\xfa\xf8\xc1\x3f\xbc\x27\xda\xcf\xf3\x47\x3e\x11\ -\x39\xe5\x39\x10\x9c\x24\x67\x5a\x84\xcf\x2e\xa4\x29\x23\x15\x50\ -\xdf\x40\x22\x67\xc7\xf5\x25\x91\xe3\x65\x85\x16\x79\x0e\x9d\x07\ -\xb6\xba\x31\x80\xc6\x7c\x62\x1d\xee\x93\xca\x59\x94\xe6\xe4\x39\ -\xec\xa3\xdb\x44\x99\x9b\x16\x22\x73\x7c\x0e\xbd\x27\x33\x81\x97\ -\x53\x4d\x2d\x69\x79\xda\xfe\xfa\xcd\xba\x49\xca\xc2\xc0\x5d\xf5\ -\xd4\xa9\xd0\x8b\xec\xf9\x69\x50\xf0\x22\x23\xa3\xbc\x8d\xb2\xfb\ -\x88\xcf\xa1\x2a\x2d\x99\x1c\x96\x06\x47\xfa\x4a\x33\x86\x8b\xff\ -\x2d\xa7\xc9\x0d\x58\xb0\x3c\x92\xca\xac\xf0\x23\xe7\xac\x47\x5d\ -\x30\xad\x5c\x43\xa2\x9f\x9a\x3c\x91\x66\xd3\x95\x8d\xbe\x36\x40\ -\x8b\x0f\xaa\x2b\x31\x7e\xe5\xd7\xcf\x23\xbb\x13\xd6\xf5\xe3\x4e\ -\x95\x0c\x5a\x97\x31\x02\x48\xdb\x23\xab\x4c\x40\xbb\x61\x3c\xc7\ -\x25\xb2\x0a\x35\x82\xb5\x17\x78\xad\xa2\x6a\xb9\x53\x5d\x82\x50\ -\x62\x4d\xcd\x8d\x8f\xb3\x0b\xb6\x17\x5c\x7e\xf6\xb9\xf0\x18\x19\ -\x24\x1e\x61\x98\xbb\x51\xa5\x2d\x67\x4c\x53\xec\xef\xba\x82\x34\ -\x21\xf0\x0c\x35\x47\x61\x44\x6b\x1f\xc5\x9e\xdc\xe4\x39\x48\xe9\ -\x2e\x66\x93\xf2\x28\xa0\x3f\xb8\x2b\x3b\x88\x28\x1d\x01\x03\x00\ -\x34\x8d\x67\x69\x7c\x23\x5b\x87\xd8\xf6\x99\xe8\xd9\xb4\x21\x01\ -\x3d\x00\xd8\xf7\x1f\xd3\x46\x90\x0c\xa4\x3a\x72\x0b\x43\xff\xb7\ -\x5d\xa3\x6c\xc6\x76\x76\xe7\x08\x6d\x7c\xe4\x86\x50\xa8\xa4\x5c\ -\xd4\x0e\x63\xb8\x40\xc9\xb5\xaa\x1b\x95\xb5\x37\x0b\xd1\xfb\xbe\ -\xeb\xcc\x48\x30\xcb\x8b\x5d\xf1\xfd\x41\xe6\xee\x19\x79\x9a\x58\ -\xec\x67\x9d\xdd\x9f\x4a\xcd\xe4\x20\x9c\x79\x3d\xb3\x6c\xe3\x63\ -\x27\x9f\x44\xc5\x4b\x35\xed\xa2\x8a\x78\x78\x50\xa2\xfc\x61\x59\ -\x8e\x9c\xbb\xde\x75\x80\xc5\x1b\xb8\x5b\x6e\xa7\x5f\x86\xe6\x2e\ -\x8a\x1c\x3b\x83\x36\xfd\x66\xdf\x41\x68\x4e\x7c\xc4\x60\xbe\xa0\ -\xfb\x03\x52\x7b\xce\x61\xd6\xa1\x4d\x2b\xb3\x77\x3b\x97\xd3\xe1\ -\x2c\x26\x05\x0e\xea\x36\x77\x61\x95\x98\x0c\x5b\x2d\xb4\xef\xff\ -\xd3\x93\x99\xac\x69\x92\x1e\xe0\x2e\x35\x25\x15\x9d\xb1\x12\x69\ -\x56\xd3\x6b\x9a\x19\xb4\xbe\xe5\xb7\x72\xde\x08\xa9\x7f\xae\x1c\ -\xaa\x5f\x54\x38\x7d\x51\xb3\xe3\xbe\xba\xef\xcf\x90\x61\x9c\x38\ -\xdc\x67\x87\x7d\x3f\x35\xad\xb7\xd7\x88\x8c\x66\x8a\x22\x08\x92\ -\x1d\x5c\x26\x00\x22\xcf\xe8\x22\x67\x08\xf8\x7a\x8e\x0c\x55\x11\ -\x7c\x22\x27\xd0\xdf\xb7\xf8\x5a\x03\x03\x17\x33\x7e\xe3\x7e\x8d\ -\x6c\x47\x8e\x8c\x53\xbb\x83\x36\x76\xde\x2d\xf6\x33\x4d\xdd\xee\ -\x47\x7f\xad\xae\x71\xd4\x2c\x26\x23\xe4\x94\xb7\x1b\x1f\x6b\x10\ -\x9b\x9e\x38\x9c\x45\x2f\xfe\xc9\xcf\x47\x25\x1a\xb7\xfa\xd3\xf7\ -\xe3\xd6\x1b\x8b\x69\xc4\xe1\x44\xe4\x0c\x11\xe1\x77\xdf\x9e\x55\ -\x6a\x93\x94\x88\x4d\x02\x13\x70\x79\x7d\x15\x67\x32\x1f\xb5\x4a\ -\x34\x82\x91\x3d\x75\xc4\xf4\x30\xb3\x65\xbc\x79\x8c\x02\x4d\x75\ -\xa7\xd7\x34\x1f\xa7\xf8\x69\xe6\xa5\x36\xb9\x93\x39\x30\x77\xff\ -\x85\xe5\xfb\x87\x09\x17\x93\xdd\x0f\xab\x39\xf7\xc5\x64\xca\xf7\ -\xe1\xe7\xf3\xdb\xce\x57\x71\x70\x92\xb3\x1e\x13\xf9\xb4\xdb\x72\ -\xba\x7f\x32\x33\x64\x5b\x4e\x59\xac\x17\x25\xe4\x7d\x4b\x44\xf8\ -\x88\xbd\x9f\xaa\x41\xd8\x80\x33\xaf\xb3\x6f\xaf\x3f\x62\xdb\xed\ -\xd0\xee\xfa\x19\xf1\x7b\xdf\xf6\xf7\x2e\x2d\x00\x18\x84\x8b\x5f\ -\x46\xc6\xaa\x0a\xbd\xb7\x51\xc6\xe2\x39\x2c\xa4\x4f\xfd\x6e\xe3\ -\xd5\x75\x51\x72\xbe\xbb\x3e\x45\xd4\x3a\xe9\xc5\x8e\x82\xfa\x86\ -\x94\x96\xbe\x4e\x51\x68\xb4\xfc\x9b\xc9\xd7\x8d\x1c\x8f\xd0\x40\ -\xec\x76\x79\x06\x75\xaf\xac\x27\xf3\x80\x70\x54\x4f\xc1\xb8\xb8\ -\x32\xb6\x6a\xac\x58\x17\x52\x50\xdd\xd4\x73\x39\x06\xbf\x76\xc3\ -\x3d\xea\x6b\x74\xce\x1e\x86\x49\x8a\x81\xe0\x10\x2a\x80\x8c\x68\ -\xf9\x0a\x69\xd4\x98\x08\xf0\x0b\x7a\x91\x1f\x14\x54\xc9\x1c\xb6\ -\x50\xa8\x87\x85\x56\x43\x16\xb4\xa4\x40\xc4\xa8\x23\x01\x91\xa7\ -\x21\x85\x40\x07\xda\x6d\x0d\xf1\x2c\x5c\xd3\x6a\xbd\x51\xcf\x7a\ -\x86\x54\xa5\x49\x6f\x2f\x3e\x8a\xce\x50\xbf\x42\x03\xb1\x1a\x6d\ -\x71\x52\x8e\xcc\x80\xe2\x2a\x84\xd4\x0b\x30\x6e\x13\x05\xb4\x31\ -\xfc\xcc\xfc\xe1\x46\x73\x98\xb4\xc6\x72\x69\x21\xd7\x88\x74\x3d\ -\x4a\x4d\x20\x58\x01\xac\x65\xa8\x8d\x5f\x30\x66\x4b\x5c\xc5\xca\ -\x3f\xd7\x35\xbe\x36\x1a\x55\x2b\xb2\x43\xc2\xdd\xa9\x53\x48\x73\ -\xcc\xab\x72\x20\xab\x53\x60\xcd\x91\xbc\x0e\x19\x64\xac\x00\x08\ -\xca\xc7\x89\xd3\x64\xa5\x23\xac\x83\xe6\x48\xdb\x9b\x4e\x33\x70\ -\x28\x9b\xe8\xa2\x2f\x6a\x9b\x70\xf4\x51\xff\xb4\xd0\xae\x46\xaf\ -\x73\xcb\x3b\xea\x5f\x94\x55\x29\x7d\x50\xae\x7f\xa7\xb9\x6c\x58\ -\x58\x4c\x33\x8e\x99\x68\xe7\x4e\xb7\xcb\xb4\x7a\xce\x71\xba\x7d\ -\xd8\x4b\xaf\x2a\x1a\xa9\xa6\x40\x12\x0d\x27\x17\x1a\xa9\x69\xb0\ -\xe2\x97\xf8\x1b\x25\x49\xf9\x41\x49\x7c\xa3\x74\x04\x8d\x22\x1c\ -\x4a\xf3\x7d\x75\xee\xbd\x48\x6a\x80\x1e\x54\xd3\x08\x4c\x64\x2a\ -\xaa\x47\x4e\xf9\xb5\xb9\xa6\x56\x53\xd5\x2b\x5f\x62\xa3\x91\xfd\ -\x04\x32\x28\xcd\xfc\xa3\xbb\x75\x86\x09\x8c\xf2\x14\xa3\x7b\xf1\ -\xbb\x70\xfd\x95\x96\xd5\x51\xf5\xf3\x69\x8c\xc9\x65\x33\xb7\xd0\ -\xe4\xc7\x4b\xa1\xd0\x4a\x8d\x8a\xd3\xa9\x42\xd7\xb0\xce\x2f\x8d\ -\x95\xfd\x9d\x8b\x7f\x6c\x1f\x89\x4d\x87\x21\xe6\xb8\x66\xe6\x0c\ -\x0a\x3d\x7e\xae\x41\xed\x64\x05\xe0\xae\x4c\x31\x83\x49\xc3\x1b\ -\x76\xdd\x8b\x23\xee\xfd\x6b\x30\x72\x52\xc8\x59\xd3\x91\x23\xe0\ -\x85\x42\x9a\xa6\xec\x2a\x31\x36\x74\x14\x87\x8a\x7d\xd0\xc3\xfc\ -\xbc\xa6\xe5\x6e\x67\x5c\x14\x16\x83\x98\xdb\x5a\xb2\x3d\xb7\xe8\ -\xf2\x66\x90\xdd\x0c\x22\xa2\xf0\xb6\xaf\x37\xcb\x01\xb4\x35\x6f\ -\x2e\x7c\x31\x59\x27\x55\x10\x5f\x4d\x3b\x53\xa0\x00\xe7\x24\x41\ -\x9a\xa3\x1b\x25\x38\xb3\x83\xd6\x4d\xe4\x59\x39\xdd\x5c\xc0\xdc\ -\xe8\x36\x34\x11\xed\x0c\xb5\xa5\x5a\x5f\x85\xa7\xd4\xbd\x1d\x3a\ -\x87\x88\xd3\xe8\x13\x98\x37\xc7\x38\x27\x57\x56\x00\xb2\x56\x54\ -\x02\xc4\xc0\xb0\x9e\x61\x15\x28\x77\xa5\x72\xe1\xaf\x94\xb2\x0e\ -\x96\x0e\x26\x6a\x32\x0a\xd6\x43\x7b\xd1\x51\x7d\xdb\xfe\x41\xd7\ -\x95\x34\xda\x40\xb3\x27\xcf\xbb\x01\x36\x45\xd0\x5d\x53\xae\x68\ -\x12\xa3\x1e\x89\xcf\x10\x13\x51\xc7\x94\x2b\x2f\xeb\x31\x9d\x47\ -\x69\x05\x5f\xa5\x04\xd3\xc8\x4a\x0f\xdb\xf9\xeb\xba\x92\x01\x82\ -\xe3\xfe\x7b\x50\x68\x8f\xf8\x06\x03\x3c\xaf\x31\x8d\x3f\x9b\xd0\ -\x9c\x06\x49\x85\x27\xe7\x3d\x2f\x0a\x5c\x41\x3f\xdd\xb3\x3e\x70\ -\xa0\xb2\xea\x4b\x99\x14\x38\x9d\x00\x0c\xa1\x69\xc0\xf8\x02\x34\ -\x32\x0f\xaf\x97\xc8\x96\x06\x8e\xcb\xd5\x26\xbb\xb6\xb6\xb7\xbb\ -\xd9\x11\x33\x1a\xd6\x03\x19\x72\x0c\xc6\x46\xe8\xe6\xd8\x5e\x77\ -\x73\x81\x8d\xfb\xe1\x67\xfd\x3c\x0c\x84\xca\x71\x0e\x63\x32\x69\ -\x93\xc6\x58\xca\x06\x5c\x5c\xba\x2a\xe6\xa5\x20\x2a\x88\x12\x7e\ -\x9d\x12\xca\x68\x7a\xcd\x96\x39\xaa\xa2\x06\x40\xb7\x00\xe9\xf3\ -\x33\x98\x21\xf7\xb4\xab\xcf\x1c\xc9\xd4\xd8\xc7\xec\xe0\x45\xd6\ -\x43\x2f\x77\x23\xd5\x5d\xc6\x8d\x22\xd8\x8d\x76\x12\x04\x38\x3d\ -\x06\x92\x6e\x69\x3a\xa5\xab\x4d\x44\x4f\xf7\xe0\xdb\x35\xb4\x2a\ -\x51\x77\x2d\x77\x1e\x6c\x06\x1e\xb4\x8c\x56\x2a\xd3\x61\x35\xea\ -\xd1\xd5\x68\x83\x21\xe5\x19\x54\x46\x17\x30\xa7\x61\x8b\xd4\x5e\ -\x65\xa7\x42\x87\xe1\x51\xb2\xa4\x42\x73\xcd\x96\x43\x5a\x3a\xee\ -\x68\x14\x3d\x70\x59\xbd\xbe\x92\x67\xbe\xd7\x65\x7e\xba\x15\x84\ -\x66\xc1\xac\xdb\x38\xcd\xcc\x20\x31\x3a\x57\x1d\xa2\x55\x0b\x0f\ -\xf7\x39\x0f\xfc\x8a\x82\x37\xe8\x6f\xec\x0b\xaa\x0b\x10\xad\xb8\ -\x46\x79\xca\xe7\x41\xd1\xc7\xff\x2e\x3e\x55\x1e\xba\x27\xcb\xe7\ -\x11\x9f\x1e\x50\x75\xc4\x8a\x96\x31\x12\x07\xb4\xeb\x6b\x1e\xfa\ -\x84\x56\x58\x2c\xca\x1c\x99\x70\x04\x21\xe6\xe4\xb4\x76\x51\xe2\ -\xf3\xe2\x90\xb8\x36\x46\x97\xdf\x29\x88\x4a\x36\x21\xd9\xb2\xb1\ -\x68\x4d\x17\x92\x2e\x0a\xe5\x23\x53\x67\x7b\x73\xea\x01\xb3\xbd\ -\xa4\xa1\x1e\x8a\x8c\x75\xe4\x2a\x4d\xbd\x48\xcf\x31\x98\xbc\xf9\ -\x78\x0f\x97\x1d\x26\x9e\x4f\x10\xd9\x4c\xd4\xa0\x87\x14\xeb\x8a\ -\x3c\x75\x38\xdb\x8c\x35\xf4\xc5\x46\x1b\x2b\x32\x30\xb8\x65\x34\ -\x84\x60\x98\xc7\x27\x3d\xc3\xf9\xea\xb6\xdc\x63\x0c\x1f\xdf\x47\ -\x1c\xdd\xb7\xa4\xed\x76\xf0\xfa\xbb\x0a\x6b\xe5\x45\x39\x67\xb1\ -\x60\xcf\xdc\x60\x56\x94\xeb\x8e\x06\xc2\xc2\x88\xd7\xfa\xb1\x67\ -\x16\x7a\x30\x31\x21\x75\x68\x2f\xde\xc4\xb3\x0f\x9a\xcf\x78\x16\ -\x1e\x86\x27\xe5\x73\x05\x95\xe3\x5d\xac\x69\xb5\xca\x18\x1c\xea\ -\x47\x36\x50\xb7\x5a\xd8\x80\xb2\x1f\x50\x2f\x84\xe8\x57\x97\xb9\ -\x34\xb1\x23\xcb\x95\x88\xec\xb8\x70\xbd\xe9\xd4\x80\xb8\x34\xd8\ -\x1d\x1e\xff\xe2\xba\x18\x45\xf8\x7e\xf9\xfe\x67\x52\x4c\xd2\x3b\ -\xc0\xcd\x49\x74\xf5\xda\xcb\x5c\x45\x9d\x27\x41\xe9\x18\xc9\xc5\ -\xa1\x47\xb9\xfb\xe4\x3e\x3c\x72\xce\xfe\x6a\x6e\x12\x94\x59\x44\ -\xe8\x2e\xc6\x59\x52\x4e\xa2\x92\xba\x92\x69\x0b\x5d\xf4\x52\x6d\ -\x39\x56\x31\x59\x07\x6b\x1a\xba\xcc\xa6\x5f\x12\x9c\xb0\xc6\x5d\ -\x8d\x12\xfd\xd0\x87\xe8\x5f\x75\x09\xdd\xe9\xea\x1b\x35\x73\x51\ -\x01\x1a\xc4\x2f\x26\x36\x42\x49\x5b\xec\xae\x65\x4c\x61\x33\xf4\ -\x45\x3b\x1a\x54\x97\xc3\x8c\xa4\xdf\xd4\x22\x02\x8a\x33\x80\x2c\ -\x19\x8f\x49\x5a\x93\x42\x89\xb5\xab\x67\x65\x29\x0a\x90\x22\xe2\ -\xa4\xc2\x91\x1c\x0e\x89\xa0\xd4\x7b\x4d\x8a\x8f\xe4\xe4\xc4\x90\ -\x5f\x1a\x10\x6a\x5a\xfb\xbb\xbb\x6c\x08\xb2\x31\x72\x5d\xca\xf9\ -\x36\x0a\xe2\xd0\x7e\x18\x08\xa5\x58\x30\x6d\xd8\xfd\x62\x0a\x14\ -\x8e\x57\xc0\xaa\x2c\x46\x9f\xee\x3f\x62\x07\x34\x80\x3f\x3b\xbb\ -\xc4\x7f\x66\x72\xe3\x8c\x3e\xed\x36\xca\x35\x8d\x75\x5d\x06\x06\ -\xdd\xc1\xb6\xb9\x2d\x7a\x9c\x44\x50\x4c\xad\x10\xf2\x28\x07\xc5\ -\x23\xf4\xf3\x2c\xcc\x17\xe8\x49\x0b\xa6\xf7\xf5\xf8\x46\xa1\x3d\ -\xcd\x71\xd0\x89\x65\xe4\xd3\x05\x36\x0a\x54\x04\xc0\x2b\x4a\xff\ -\x4c\xd2\x80\xce\xb8\x7f\x7c\x22\x10\xeb\x4f\xf3\x5e\x50\x9f\x5c\ -\x4c\xf3\x16\x8c\x9c\xb4\xa7\x95\x79\x7c\x9f\xe9\xda\x18\x27\x96\ -\x6b\x03\xa9\x9b\xc8\xf0\x8b\x36\xa7\xe5\x1c\xb1\x7d\x4d\xa3\x59\ -\x5d\x5f\x8d\x74\xc8\x29\xec\xdf\xac\xbc\x4f\x20\x68\xb8\x99\x86\ -\x16\x51\x8f\x73\xb5\xa5\x99\x3d\xe8\x6d\x24\x69\x73\xdd\x35\x6e\ -\xc3\x78\x82\x24\xa3\x02\x7a\x20\x35\xf3\x41\xc1\xcb\xeb\x59\x12\ -\x14\xc3\x61\xd5\xae\x51\xa5\x69\x00\x17\x47\x34\x4e\x06\x6e\x5b\ -\x56\x82\x4d\x85\x57\x9e\x4b\xb4\x66\x90\x70\x3f\x67\xf2\xf9\xc8\ -\xcc\x96\xca\xfb\xd7\x29\xb8\x2c\x5c\x5f\x8f\xce\xb3\xaa\x37\xce\ -\xcf\x58\x14\xa6\xb2\xfd\xa2\x36\xe5\x84\x98\x4b\xaf\x42\x0d\xf8\ -\xf4\xf3\xa4\x3f\x6f\x75\xca\xeb\x52\x76\x70\xda\x26\x52\xdb\xc9\ -\xb9\x25\x5d\x09\xd6\x0f\x57\x06\x1b\x2f\xcf\xc0\x9c\x20\x31\x05\ -\x8d\x3a\xf4\x76\x5b\x70\xf9\x04\x57\x13\x44\x8c\xc0\x6a\x77\xdc\ -\x0e\x83\xb2\x26\xf4\x3c\x85\x25\x67\x1e\x1c\x23\x68\xeb\x04\xb3\ -\x7f\x29\xea\x37\x1d\x42\xe4\xb8\xb6\x94\xe6\xc4\x32\x3e\x73\xb0\ -\x19\xb8\x4d\xd9\xf2\x6e\x5a\x0b\xfb\xd3\x75\xed\x8d\x9e\x1e\xda\ -\xab\xa4\xe8\x50\x69\x60\xc3\xd9\x35\xb9\x07\xf2\xa8\x79\xbf\x46\ -\xad\x50\x56\x54\x7e\xc6\x50\x4a\x9b\x3a\x63\xa5\x74\x5c\x6d\xdd\ -\x37\x0d\x57\xd6\x0a\xc2\x99\x9f\xb7\x75\x63\x61\x61\xeb\x36\xf3\ -\x8a\x74\x87\x62\x9e\x81\xaf\x5a\xf4\x23\x6c\x49\x9b\x56\x75\xb4\ -\x5c\x44\x7d\x92\x45\xcd\xfa\x39\x0e\x2a\x2f\xf6\x92\x13\x29\xa5\ -\x4f\x20\xce\x94\xf6\x85\x95\xf6\x0f\xc4\x87\x41\xc4\xe0\xa4\x47\ -\x58\x71\xb9\x57\x09\x34\x28\xc8\x4d\xc4\xe7\x68\x6b\xb8\x7d\x89\ -\x21\x7f\xdd\x62\x34\x35\x2f\x64\x07\x43\x34\x7a\xc4\xab\xb9\x09\ -\xb1\x4f\xab\xd0\x2e\xed\x19\x54\xdc\x69\x5c\x35\xd9\xa8\x83\xc7\ -\x46\x8c\x4e\x45\xd8\x02\x2c\x4f\xea\xc6\x99\x7b\xe3\xdc\xff\x83\ -\xb9\x24\x1b\x58\xf2\xff\x33\xf6\xa7\x59\x96\x2c\x39\xb2\x1e\x2a\ -\x80\x9a\x9f\xe4\xe5\x60\x38\x96\x37\x01\xce\x85\x93\x66\xdd\x13\ -\xbe\x4d\x81\xf7\x03\xbd\x9a\xed\x48\xd6\x5a\x59\xd9\x45\x7a\xb8\ -\xfb\x36\x53\x45\x23\xf2\x89\xa4\xd1\x4e\xdf\x0a\x2b\xdd\xad\xa9\ -\xd4\x7c\xf1\xd2\xa7\xd5\x7e\xaf\xb2\x63\x4b\x26\x58\xfc\xe3\x8f\ -\x65\xe0\xac\xc9\xf5\xf6\xb3\xce\xe8\x26\xd0\x73\x5b\xa5\xd8\x46\ -\xd0\x3a\xa8\x29\x53\x72\xc1\x35\xcd\x53\xbf\xa4\x34\xa0\x1b\xcb\ -\xfd\x2e\xf6\x22\x85\x1e\x59\x75\xfb\xc1\x75\x7b\x78\x75\xe5\x07\ -\x70\xd2\x5c\x28\xbd\x26\x1d\xb0\x22\xf4\xa6\x27\xf6\x49\x23\xbb\ -\x16\x57\xee\x42\xaf\x3a\x32\xff\x8d\xaa\xd6\x9b\x49\x5b\x42\x32\ -\x28\x28\x92\x9c\xa3\x67\x9f\x5e\xf0\x6b\xa1\x21\x21\xf9\x5b\x95\ -\x1c\x2f\x71\x18\xea\x5c\x5f\x9f\xc6\x52\x7b\xd6\x56\x2b\x14\xf7\ -\x63\x4a\x4b\xcd\x1c\x4d\x47\xc1\xc3\x78\x4e\x83\x81\xe6\x25\x14\ -\x1d\x1a\x7a\x55\x19\x01\xc9\x8f\x9f\x87\x91\xb9\x68\x13\x3e\xa1\ -\x2d\x08\x92\x0e\x00\x42\x4d\x30\xb5\x45\x2c\x84\x6c\x66\xdf\xad\ -\x61\xe9\x97\x77\x3b\x08\x45\x01\x0d\xc9\x0c\x4b\x9b\xb4\xad\x41\ -\xda\x53\xa5\xaf\x53\xed\xb8\xc4\x4f\x5a\x67\xca\x66\xf8\xf0\x9a\ -\xb1\xc1\x27\x42\xc3\x18\xfe\x28\x6a\x1b\x2b\x93\x4c\xfe\x33\x6e\ -\x9a\xe5\x32\x85\xfc\xfd\xf6\xa6\x6a\xb6\xa2\xe9\x47\x04\xbd\xfb\ -\x70\x62\xe3\x63\xcf\xd1\xfd\x08\xc6\x54\x51\x1f\x88\x2c\xfc\x7f\ -\xfd\x3f\x39\xcc\xd3\xb9\xd1\x46\x28\x08\x42\x26\x44\x87\x37\xa3\ -\xb6\x41\xea\xe2\xc6\xc0\xab\xd3\x91\x75\xd7\x7f\xbf\xa2\xdb\x2f\ -\x33\x76\x44\x74\x0b\x72\x3f\x29\xb0\x4d\x4e\x36\x2e\x54\x29\x10\ -\x47\x06\x76\x1e\x17\x7c\x8f\xd2\x88\x46\xe6\xaf\x86\x79\x27\x5e\ -\x01\x3f\x6f\xc8\x92\xaf\x3e\xbb\xf0\x7e\xe5\x46\x32\x0a\x20\x50\ -\xa3\x8d\x15\x22\x44\xd4\x70\xc3\x56\x7b\x9d\xe6\x6a\x1e\xf2\xc6\ -\x78\x3e\xed\xb9\xf0\x80\x50\xfc\x53\x93\x60\x91\xf2\xf4\xb9\x34\ -\x91\xf9\xa7\x99\xb7\x09\xfb\x56\x74\x35\x2a\x69\x51\x61\xcb\x53\ -\xa0\x60\xfc\x40\xb1\xb1\x5d\x02\x3f\x4e\xec\x76\x0f\x3c\xde\x17\ -\xad\x41\x4f\x14\x4b\x0f\xf0\xcf\xeb\x90\x69\x55\xc1\x23\x16\x53\ -\xa0\x71\xe6\x8b\x9d\xcf\x4c\xec\x52\xa0\x1e\xbd\xa1\x0d\x64\x73\ -\xfa\x8c\x67\x57\x91\x03\xd9\x96\x31\x25\x2f\x4d\xca\xb4\x1c\xba\ -\x4d\x41\x67\xd3\x14\x9e\xbf\x98\x9e\x17\xfe\x84\x9b\x8f\x8a\xb1\ -\xf6\xf6\xcf\x3d\xfe\xb7\x3b\x9b\xab\xcb\xfd\x16\xe3\xcc\x3d\x00\ -\x01\x6b\x5d\x23\xe8\xb9\x37\x50\x01\x15\x03\x76\xe5\x41\x0a\x5a\ -\xdd\x31\x7d\x97\x8f\x3b\xa4\x35\xb7\xea\x0a\xa2\x49\xf1\xe3\xf1\ -\xbc\xeb\x0b\xfd\xb4\x83\x04\x1e\x4a\x00\xaa\x98\x92\xee\x3b\x9e\ -\xf0\x80\x2b\x1b\xae\xc8\x43\xcb\xa0\xf2\x78\xf6\x73\x8b\x41\x4d\ -\x46\x1f\xcf\x99\x1c\x14\x62\x3a\x06\x73\x38\xfc\xc9\x93\x50\xa8\ -\x6c\x83\x8a\x1c\x66\xb5\x7c\x40\xf6\x77\xc3\xbe\xd6\x99\x05\xf5\ -\x0d\xfa\x00\xdf\x6c\x16\xf4\x4d\x84\x01\x96\x41\x1b\xb4\xf7\x54\ -\xb0\x93\x4e\xec\xf5\xef\xbe\xf3\xfe\x23\x05\xb6\xcb\xce\x0c\x62\ -\xe1\x83\x55\x85\xf9\x2c\x49\xda\xe0\xc4\xb6\x2f\xab\xe7\xf8\x11\ -\x8c\xaa\x1b\x12\xef\x57\x00\x8e\xbf\xcb\x07\x95\xb1\x16\x9f\x3a\ -\x3c\xb3\x8a\xff\xd6\xe8\xb7\xff\x5e\x6c\xd0\x23\x4e\xe6\x78\x83\ -\xc8\x5c\xde\x30\x92\x07\x1f\x2f\x2e\xf5\x55\xd0\x72\xfb\xd6\x1b\ -\xad\x71\x49\xa0\x46\xaf\x89\xb1\x73\x28\x66\x77\xc5\x65\xbf\x1b\ -\x04\x61\x70\x66\x53\xcd\x73\xeb\xa9\x7c\x62\x2c\x2c\x08\x36\x3e\ -\xf8\xe4\x9d\xd5\x9e\x2b\xf5\x1c\x44\x69\xfe\x2c\x81\x5b\x68\x04\ -\x3f\x37\xa5\xff\xeb\x96\x0d\x66\xc6\x2d\xde\x58\xad\xb5\x12\x25\ -\x5a\x0f\x2c\x39\xe5\x62\x97\x54\x00\x3e\xb9\x10\x75\x33\xb0\x16\ -\x06\x5d\x9f\x44\xbd\xca\x77\x7a\x79\x40\xbd\x91\xc3\xe1\x79\xea\ -\x1d\x74\x82\x17\xd2\xb0\xae\x6e\xa7\x68\x5d\xef\xb5\x52\x42\x17\ -\x41\x8b\xda\x91\xd9\x35\x37\x71\xe9\x43\xc9\xed\xd0\x90\xa6\x31\ -\xc5\xd4\x2e\xab\x22\xef\x6e\x52\x97\xbe\x52\xe2\x31\x02\x24\xe9\ -\x98\x7a\x72\x5b\x8d\x52\xc9\xe4\x6a\xb2\x8a\xa6\x69\xad\x0f\x5d\ -\xf2\x40\xa1\x27\x90\xa3\x4d\x2b\x46\x19\xa0\xd4\xb2\x4c\x7c\x52\ -\x01\x7d\x20\xfe\xdf\x4d\xf9\xbb\xad\xce\xde\x26\x65\x3b\x1b\x9d\ -\x0c\x7d\x8c\x82\xc5\x1c\x9f\x86\x8b\x8e\x49\xe3\x97\xb0\x40\xd5\ -\xd2\x68\x67\xa6\x84\xe9\x34\x8c\x96\xb7\x39\x0f\x85\x7a\x09\xf6\ -\x03\xa3\x3d\x65\x5c\x35\xfd\xd4\x76\x28\xab\xfb\xd3\x1a\x82\xa7\ -\x1a\xbc\x3d\xf1\x9a\x16\x74\xfa\xb1\x4b\xff\xa2\xe3\x92\x89\x1f\ -\xd3\x65\x23\x1a\x2b\x6b\xa3\x52\x85\xf1\x9c\xd2\x38\xaf\x43\x86\ -\x56\x9f\xe9\x8e\x36\xc9\x9b\x7d\x37\xcb\x47\x79\xfa\x12\x47\xa0\ -\x99\x59\x63\x45\x8e\xe9\xcc\x65\xac\xb8\xeb\xc2\xe6\xcc\xfb\x11\ -\x3a\xb6\xaa\x98\xb9\x5b\x0f\xb2\x11\xd7\xc4\xf4\xbf\x82\x28\x52\ -\x66\x75\x98\xc2\x43\xc2\x31\x08\x53\x3a\x36\x1d\xd4\x02\xba\xf3\ -\x4a\xed\xef\x35\xd5\x74\x70\x6c\x67\xb3\xa0\xbc\xab\x70\xdb\xfe\ -\xac\x91\x0c\x59\xc7\x9c\xd8\x1f\xd3\xb8\x66\xe0\x3d\x29\x82\xe2\ -\xd9\x1b\x8f\xc0\xf2\x90\xb3\x50\xc0\x16\x9a\xcf\x65\x4c\xaa\xdb\ -\x06\x66\xfc\xfe\xe8\x68\x76\xcf\x9d\xdd\x29\xc1\x7b\xdf\x38\xc9\ -\x4b\x0e\x5d\x6c\x52\xb3\x90\xc9\x42\x7e\x7d\xc1\xeb\x76\x62\xd5\ -\xd1\xbc\xc5\x3b\x8e\x5d\x9f\x0e\xe9\x43\x56\x5b\x07\x4a\x29\x0a\ -\xc8\xe5\xab\x71\xfe\x87\x5c\x05\xe8\xbf\x5f\x2b\x1c\xa4\x4d\x69\ -\x83\x86\xa9\xfe\x7e\x4d\x6a\xec\xf1\xec\xe5\xb4\x92\xfc\x02\x9d\ -\x7f\xae\x0a\xfb\xfd\x32\x50\x31\x21\xaa\x04\x49\x4e\x62\x03\xab\ -\x29\xa3\x8d\x77\xed\xcb\x22\xb6\xce\x93\xfe\xd9\x24\x52\x98\x26\ -\xfc\x21\x9f\x8b\x96\xb1\x76\x50\x03\xc7\x50\xc4\xc4\x7f\x5f\x37\ -\x82\x44\x9d\x96\x07\xf7\x7d\x54\xf8\xae\xb4\xed\x6a\x04\x69\x73\ -\xe0\xc0\xb9\xc9\x62\x33\x02\xa3\x7e\xa7\xd2\x1a\x90\xda\x98\x3f\ -\xe9\x93\x51\x18\xc3\x0b\x8e\x1a\x30\xa2\xdd\x7d\x4f\x39\xb1\x9d\ -\xc5\x92\xb1\x2d\xb9\xe1\x25\x82\xb2\xc0\x78\x28\xee\x29\x6d\xde\ -\x95\xf4\xf9\xb8\x59\x9c\x56\x0d\x3f\x30\xa2\x30\x78\xdc\x9d\x8f\ -\xf3\x4a\xe8\x80\x4f\xbc\xc3\x08\xc2\xe7\x8a\x33\xc8\xd9\x07\x0e\ -\x26\x65\xe7\xa4\xfc\x69\xf7\x3a\x85\xbb\x43\xf9\x6b\x5e\x50\x65\ -\x60\xf6\x7a\xa1\xe3\xd4\xf1\xc8\xcb\x8b\xf3\xd4\x7c\x6e\x33\x2b\ -\x8d\x52\xd6\x59\xd9\x79\xe4\xa8\x6b\x55\x6e\xe4\xdb\x1e\xb8\xeb\ -\xd2\xa5\x46\xec\x44\xc4\x9e\xe8\x2e\x14\x3a\x9d\xa0\x1f\xf3\xa8\ -\xd9\x9d\x7d\x6c\x5a\x59\xdd\x63\xb5\xb3\x5e\xa4\x0c\xc3\x55\x74\ -\xf1\x80\x0e\xd4\x3e\x77\xd5\x38\x76\xc2\xc3\x0e\x55\x86\xce\x18\ -\x89\x3e\xd0\xee\xbf\x2b\x09\x5f\x53\xca\x73\x91\x01\xc1\xac\x80\ -\xb0\xd5\x10\x5b\x15\xd8\x87\x9c\xbb\xd1\x25\x1b\x2a\xf5\x6b\xee\ -\x62\x87\xe4\x24\x50\x87\x4c\x76\x4b\x5c\x91\x0b\xb1\xa9\x49\x6f\ -\xfe\x36\x9b\x0c\x3c\x3b\x13\x24\x9e\x05\x76\x80\x91\xfa\x60\xb4\ -\xe5\x10\x02\x53\x6a\x2f\xcd\x2b\x1d\x03\xc3\x6f\x9b\xe3\xb0\x02\ -\x9c\x8d\xc6\xb8\x67\x98\xa6\x15\xf9\x4b\xee\x65\x46\x64\x68\xdb\ -\x8e\x3a\x05\x31\xf2\xb9\x2c\xa5\x82\x41\x5b\x9a\xad\x65\x82\x5d\ -\xe2\x2c\x52\x26\xb0\xac\xf4\xf5\x43\xbc\xde\xd2\x24\x29\xe4\x1d\ -\x4c\x8d\x42\x5b\xe7\xbf\x16\x25\x53\x1b\xa1\xd9\x0f\xb9\x2e\x9d\ -\xed\x52\xc6\x3e\x78\x0e\x26\x02\xf9\x66\x2e\xeb\x5b\xcf\x6a\x4b\ -\x88\x0e\xab\xfb\x1e\xa5\x55\x37\xa8\x2d\xb6\x6c\xc8\xfe\xd8\x59\ -\xb1\x3f\xb8\x7a\x43\x35\x49\x18\xf6\x70\x18\x75\x0c\x99\x51\xa5\ -\x72\xe3\xde\x1b\x24\x84\xe5\x06\xcd\x58\xb3\x9e\x72\x88\x38\x44\ -\x04\x85\x55\xcd\x3c\x66\x37\x9f\x47\x22\x7c\x9a\x2d\x5d\x5b\xde\ -\xf9\xfc\x59\xee\x52\x1f\x1b\x46\xb9\x1a\x5f\x7f\x0f\x09\xc4\x95\ -\x92\x31\xc7\x22\xca\xa7\x26\x1c\xc2\x96\xc9\x85\x85\x6b\x51\x66\ -\x3e\xcc\x70\x52\x40\xef\x8f\x5f\x4a\x85\x0a\x9e\x6b\x79\x7b\xe0\ -\x39\xe5\x5a\x94\xeb\xee\xcc\xe2\xd8\x35\x75\xe8\x6b\x51\xd3\xd8\ -\xbf\x48\xb6\xe2\xf7\xe0\x85\x80\x4a\x05\x1a\x73\x18\x08\x79\x4e\ -\x86\x44\xf4\x71\xb9\xcd\x70\x35\xca\xcd\x06\x85\x11\x54\xf7\xc8\ -\x55\x18\x44\x16\x71\x42\xa1\x37\x68\x15\xb0\x5c\xcb\xe6\x7d\x14\ -\x7e\x36\x95\x90\xdc\x4a\x8c\x06\x39\xfd\x22\xcb\x27\x5c\xec\x8d\ -\xb5\xb5\xc1\x26\x35\x75\x23\x79\x4e\xa4\x74\x34\x42\x72\xbb\x49\ -\x7d\x55\xb0\xa9\x32\x3d\x32\x3c\x6c\x7d\xfc\x45\x8b\xcf\x64\x92\ -\x9c\xbc\x10\xb5\x49\x52\x18\xa2\x1b\x7b\xdb\xbb\xb0\x7d\x2e\xb5\ -\xf8\x3f\xd8\xc4\x4e\x77\x0c\x4f\x9f\xfb\x86\xa4\x51\xed\xa2\x19\ -\x54\x71\x39\x5f\x11\xd4\xc4\x83\x3f\x23\x87\x22\xee\x70\xf3\xe8\ -\xd4\x01\x4b\x6b\x06\x42\x73\x0c\x3a\x48\xea\x10\x0e\xb9\xde\x7a\ -\x9e\xc6\xc9\x34\x68\x10\x85\x91\x75\x32\xe4\x9d\x34\x3d\x5f\x5f\ -\x2a\x03\x55\x9a\x87\x53\x6f\x80\xb2\x39\xe7\xe6\x51\x93\xda\x46\ -\x00\x86\x33\x6d\x21\xce\xd9\x5c\x75\x74\x72\x27\x75\x9d\x9e\xcf\ -\xfb\x03\xd6\xa6\x7b\x76\xc2\x99\x49\x4a\x01\xa5\x9f\x96\xc9\x42\ -\x43\x8e\x1b\x8d\xa7\xbc\xe0\xf1\xe3\x82\x62\xcf\xec\x90\x43\x42\ -\xab\x98\x44\xc4\x47\xc6\xc9\x63\xea\x8b\x41\xfa\x62\x26\xf7\xef\ -\x54\x00\xb7\x25\xa9\xec\x29\xc7\x6b\xf4\xd2\xd7\xa6\x96\x27\x49\ -\xad\x36\x80\x2e\x85\xa2\xcb\xe7\x22\x11\x30\xbb\x5e\x27\x74\x71\ -\x66\x3c\x26\xd3\x74\xb7\x01\x45\xdb\xa0\x46\xc3\xd3\x06\x13\x21\ -\xef\xee\x48\x6c\x5c\x6e\x0a\x46\x05\x5f\xd6\xe0\xa9\x98\x09\x2b\ -\x72\xf1\x68\x37\x3f\x09\x0d\x3a\x69\x9c\x89\xc4\x1d\x4d\xfd\x83\ -\x40\x07\xc7\x45\x29\xa4\xe9\x15\xcd\xc6\x83\x4b\x4e\x5c\x05\x6d\ -\xf3\x33\xb2\x5d\xd3\x19\x3a\x2f\xbd\xe8\xa4\xc7\xb6\xea\x8c\x03\ -\xe8\x19\x5c\xfd\xf3\xde\xed\x4c\x0f\xc9\xbc\x34\x00\x02\xd3\x8f\ -\xf9\x30\x75\x57\x71\x1d\xaa\x31\x29\xa9\x5d\x18\xa2\x79\x51\x4d\ -\xa5\x55\x40\xcb\x86\x9b\x7b\xef\xcc\x55\xe1\x15\xb4\x59\x4e\x8a\ -\x98\xca\x9d\x26\x74\x37\x0e\x41\x71\xfb\xe4\xdb\x0a\xf4\x00\xf1\ -\x88\x0f\xdf\xf6\x8e\x07\x3f\x8a\xda\xf5\x2c\xbe\x08\x39\xcd\x4f\ -\xaf\xa5\x85\x0f\xda\xb9\x14\x32\x46\x5a\x47\x33\x21\xf5\xfb\x52\ -\xce\x7b\xdf\x26\x96\x71\xd6\xdf\xd8\xbc\x92\x68\x26\x42\xb8\xb5\ -\x86\x25\x74\x11\x48\x3e\xc3\xcb\xdc\xdf\xb3\xb8\xab\xc2\x8b\x54\ -\x83\x39\x97\x92\x36\x6f\x5c\x97\x90\x0d\x79\x5d\x16\xf3\xfb\x68\ -\xd2\x7c\x50\xe1\x9f\x37\xb7\x86\xc1\x68\x74\x9a\x0d\x16\x35\x0f\ -\x6d\x3f\x46\x7b\x8e\x15\xe8\x90\x27\xba\x24\xcf\x8e\xaa\x8a\x9a\ -\x89\x8c\xc4\x64\x11\x46\x46\x90\x03\x19\x28\x82\x6f\xa1\x4f\x24\ -\xf5\xf9\xb3\xe9\x06\x73\xd4\x07\xd4\x55\xd2\x76\x97\xf1\xf6\x86\ -\x64\x3f\x7c\xa4\xb9\x8d\xcc\x7f\x7d\xb5\xb3\xa3\x05\x80\xd3\x95\ -\x83\x5c\xf6\xe1\x51\x7e\x4e\x9b\xda\x90\x79\x3b\x9c\x64\xd6\x07\ -\xcb\xa9\xa8\xf7\x7d\x8f\x9f\x81\x5d\x06\xbb\xef\x00\x6d\x5d\xd8\ -\xfa\x79\x36\x57\x0e\x0d\x8b\x6a\x90\x9a\x4f\xcf\x88\xab\x37\x48\ -\x83\x1a\xd7\x32\x50\xa3\x29\x09\xbf\xd0\xe2\x02\x6f\xa0\x14\x20\ -\x3a\x9a\x53\x34\xff\xa4\x7a\xd3\x79\xb9\x7f\xec\x27\x9b\xaa\xf0\ -\xdf\xaa\xfb\xec\xfa\x30\xdc\xb6\xee\xfe\xcf\xd9\xdc\x9a\x1f\x29\ -\x43\xbb\x9d\xac\x1a\xde\xa2\xb9\x2d\xeb\xf7\xd8\xb2\xc1\x58\xcb\ -\xb1\x53\xcf\x4f\x0c\xdb\x4e\x6f\x24\xf2\x7f\xbc\x1b\x3d\x3b\xa0\ -\x63\x0d\x6e\x33\xd0\xeb\x9e\xeb\x16\x7e\xf8\xf0\x91\x19\xd5\xd0\ -\x3d\xe0\x6e\x7b\x61\xbe\x0c\x76\xd4\x22\x11\x70\xad\x82\x41\x79\ -\x66\xeb\xe8\x35\xf8\x1f\x97\x93\xbb\x1c\xde\xa3\x70\xe2\x9d\xdb\ -\x0c\x0f\x06\xe6\x36\x98\x68\x9f\x8f\xfc\x0e\xef\x3b\x4d\x2d\xe6\ -\xab\xbc\xb9\xc3\x5b\x34\x36\xd6\xcc\xee\x37\xfd\x69\x58\x7e\xf3\ -\x71\x8b\x7e\x20\xb7\xc1\xdd\x44\x6f\x93\x57\xc6\xf0\x88\x18\xb7\ -\xde\xe0\xad\xf8\x11\xeb\x05\x7e\x84\x70\x7d\xcd\x18\x60\x1e\xc0\ -\x02\xf4\xc3\x4b\xc5\xbd\x2d\xcf\x86\xac\x36\x41\x34\x0e\x0a\xea\ -\xd2\x1e\x5f\xbd\x92\x58\x71\x94\xd3\xcc\xee\x23\x3a\x0a\x80\x91\ -\x5b\xe3\xc8\x5b\xd5\xda\x4e\x05\xaa\x9d\x16\x7b\x12\x76\x71\xff\ -\x55\xe4\xd8\xc8\x18\xf1\xc5\x50\xa8\xfb\x61\xfc\xdb\xf1\xb2\x0d\ -\x53\xae\x54\x10\x5a\x9e\x9e\xe6\xbf\x10\x97\x9a\x45\x13\x39\xa8\ -\x29\xc0\xd7\x49\x7a\xbe\xa0\x47\x3e\x4d\xce\x33\x9d\x96\xf3\x98\ -\x82\xe9\x9c\x6e\xa4\x11\x9f\x19\x4d\x1b\x99\xde\x80\xd2\x15\x73\ -\x4a\xef\x6a\x1b\x45\x2e\x0b\x44\xe1\x85\xa3\xd8\x3f\xf2\x1f\x2c\ -\x25\x1b\x89\xb3\x3d\xf5\xca\x7d\x45\x1f\x5f\x9b\x97\x1b\x44\x97\ -\xa7\x76\xf7\x04\x77\x0a\x92\x0a\x97\x54\xa5\x4d\x64\x8c\xc6\xb6\ -\x52\xa2\x11\x75\xfc\x0e\xc4\xb1\x7a\xfb\x97\x97\x82\x4d\x49\x6f\ -\xd5\x46\xa6\xfb\xb6\xad\xab\xd5\x32\xa9\x6d\x85\x88\x7e\x02\x6e\ -\x5a\x42\x1d\xa5\x96\x81\xc2\x73\xa2\x76\x48\x31\x1e\xef\x01\x30\ -\x0a\xb1\x59\xac\x50\xc3\xe4\xbe\x25\xcb\xc7\x94\x50\xc7\x34\xae\ -\x1f\x7e\x78\x73\xe1\x88\xf6\x05\x4d\x3d\xd7\xfd\x62\xa7\x32\xa0\ -\x6a\x5b\x23\xa9\x2a\x68\x6b\x1d\x52\x44\xd8\x2a\x0f\xf9\x0a\x5a\ -\x20\xaa\xb4\x66\x89\xe3\xd2\xe8\xb8\x6f\x6f\xe6\x35\xfc\x75\x51\ -\xa4\x0c\xb1\x36\x15\x19\x6f\x5c\x22\x3b\xcf\xc7\xc7\xc1\x48\x73\ -\xf3\xf5\x86\x46\x2f\xa9\xdb\x17\x49\x47\x9b\x68\x85\xe4\xe8\x84\ -\x79\x14\x9e\xfe\x99\xb1\x65\x45\x23\x8d\x1c\x22\x21\x7d\x6c\x28\ -\xa8\x4f\xd6\xd5\xe3\x22\x42\x0e\xc3\xcf\xc6\xed\xcd\xb3\xf3\xf6\ -\xf3\x9d\x05\x22\x33\xb7\x34\x93\xe3\xcf\xb5\xe7\xb6\x7b\xc9\x6e\ -\xf7\xdb\x30\x38\x65\x63\x84\xa0\x5c\x49\xd2\xc9\xa6\x79\xe0\xdc\ -\xa8\xeb\xe1\xa1\x59\xb9\x61\xad\x82\x44\xb3\x01\x94\x01\xab\x59\ -\x25\xcd\x88\x73\xa9\x11\x18\x99\xea\xdd\x8f\x4d\x35\x6b\x6f\x44\ -\x69\x0c\x95\x86\x4e\xdf\xa5\xe2\xb9\xf1\xe2\xc2\x0f\xab\x07\xef\ -\xd2\xd1\x58\x3d\x3c\x6a\x2d\xe7\xa5\xee\x9f\xfa\x33\x97\x6f\x33\ -\x52\x6e\xea\xb1\xcf\xf1\xbb\xa2\xd1\x98\xc4\xef\xea\xe5\xbe\x6d\ -\x5e\xc1\x8c\xe2\x80\x0d\xab\x44\x04\x72\xef\x26\xb7\x6b\x34\x43\ -\xd2\xc7\x99\xeb\x2f\x8c\xcf\x5d\x3e\x56\xa8\x09\xa5\xa1\x1f\x2c\ -\x09\x5a\xe8\xc0\x83\xc2\x36\x57\xb0\xea\x63\x98\x78\xf8\xa7\xfa\ -\xdf\x7d\x7a\x1b\xec\x7c\xc8\x24\x76\x28\x53\xc2\x78\xec\x67\xfe\ -\xc1\xd6\x4f\xc6\x5b\xd8\x50\x46\x32\x43\x11\x64\x2a\x93\xb7\xbc\ -\xb7\x3c\x5f\x38\x1a\x9f\xab\xbc\x99\xcd\x4b\x61\x39\x34\x8e\x60\ -\x27\x7e\x04\xd3\x0a\x57\x91\x75\x68\xa9\xfd\x6b\xad\xd1\xb8\x3d\ -\xe2\x17\xc8\x5c\x28\x75\x27\x1f\x11\x34\x34\x07\x22\xb1\x1d\x8c\ -\xfa\x29\xdf\x8f\x9e\x18\xfb\x22\x57\xd4\x9c\x9c\x05\x3d\x2e\x7e\ -\xcf\xab\xa8\xc9\x7d\x18\xa7\xbb\x36\xcb\xe9\x1d\xd1\x17\xb0\x85\ -\xfc\x75\x4b\xf1\x24\x8d\xca\xac\xcd\xce\x8d\x2c\x96\x11\x80\x07\ -\x2c\xec\xe9\xb1\x2a\x99\x55\x41\x0f\xfa\xdd\xf4\xc1\x86\xde\x0a\ -\x46\x93\x22\x62\x01\xde\x1c\xe5\x40\x57\x32\xd4\xd3\x9a\xbf\x68\ -\x10\xa4\xc5\x14\x90\x38\x25\x98\x47\xd3\x4a\x78\xe6\x7c\x3e\x3c\ -\xf4\xa9\xc4\xd1\xa1\xfe\x38\x25\x87\x49\x03\xe4\x3a\x6b\xb7\x6e\ -\x2c\x11\x80\x56\xd5\x6b\x87\x3c\x36\x24\xc2\x3b\xbc\x50\xe2\x03\ -\x32\x54\x66\x26\x05\xf9\xd4\xc9\x89\x7a\xd8\x05\x76\x86\x09\x47\ -\x83\x10\xca\x96\x6e\xd1\x39\x3d\xfd\xc8\xb8\x92\x11\xa0\x8d\xed\ -\x91\x15\x48\x0f\x60\x7f\xef\x45\x6e\x93\xa5\xc6\x67\xb0\x4a\x56\ -\xf7\x5a\x27\x1c\x8d\xf4\x73\xeb\x48\x09\xd8\x40\x0b\xb2\x37\x85\ -\x0f\x3b\x45\x77\x36\xba\x8f\x5e\xa3\x49\x50\x67\xd3\x4d\x6d\x63\ -\xde\xb7\x73\x5a\xdb\x30\xb5\xba\xc3\x3e\x67\x4e\xba\xa2\xd9\x45\ -\xf6\x7c\x5f\x3a\x9d\xd3\xbf\xc7\xc8\x2d\x63\x12\x5c\x64\xe4\xec\ -\x8b\x2e\x93\x02\x5a\x82\xbb\x3d\xc0\xab\xad\x85\x41\xc5\xc6\xd7\ -\x2d\x4e\x40\x53\xc7\x84\x9a\x3c\x2c\xa8\x32\x9d\xa8\x04\x2a\x03\ -\xfe\xb5\xba\xd1\x53\xfc\xda\xee\x74\xfb\x55\x1f\x1a\x49\x4d\x96\ -\xf2\xf2\x8f\x95\x5c\x79\xbc\x96\x70\x4d\x0e\x1c\x97\x5a\x2f\xad\ -\x7b\x86\xc2\x4c\xe8\x26\xf7\xf9\xc1\x73\x4e\xa4\xc0\xbe\x55\x82\ -\x7a\x58\x98\xdb\xe1\xbc\x00\x09\x99\xa0\x5d\xcd\xdb\x51\xde\x57\ -\x22\xd6\x91\x26\x5a\x13\x76\x0c\x59\xc8\x23\x2c\x57\x32\x0f\x2b\ -\xa7\xaf\xed\xc0\xed\x50\x82\x0c\xff\xbd\xb8\x0e\xfe\x3e\x19\xcf\ -\xc9\x75\xc8\x71\x9e\xfa\xfe\x37\x32\x50\x99\xde\x3d\xc9\x7a\x5d\ -\xd3\xc8\x1a\x66\x69\xb2\xc6\x37\x0e\x6a\x3e\x14\xd9\x01\xd1\xe0\ -\xe3\x6b\x73\xfa\x4f\x90\x87\x22\x9c\x04\xa8\xa5\x69\x71\x80\x03\ -\xe7\xcb\x92\x78\xef\x17\xe8\x42\x97\xcf\xa4\x94\xa5\xe5\xa2\xf5\ -\xed\x66\xac\xda\xc3\xc3\x15\xdb\xc1\x28\x02\xe5\xd0\xf5\x4a\xe8\ -\xbe\x95\xad\x39\x76\xd7\xb4\xc2\xe4\x03\x8b\x6f\x0f\x14\x93\x94\ -\xaf\xc6\xa6\x26\x22\x7e\xc7\x36\x8f\x79\x6e\x0f\x23\x79\xbd\x87\ -\x4b\x0a\x6a\x0b\x89\x26\xe5\xf4\xe7\x29\x8a\xdb\x90\xf6\x88\xbf\ -\x77\x63\xfd\x0f\x43\xd7\x5b\x32\xfd\x7e\x5c\x64\xf1\x3e\x06\x95\ -\xef\xb5\x78\xa7\x6a\x78\x8a\x3c\x36\xbd\x83\x3d\x27\xea\x21\x27\ -\x70\xbc\x34\x5e\x06\x04\x81\x45\x95\x00\xe2\x53\x1d\x60\xec\x8d\ -\xbb\x9d\x3d\xec\xfe\x9e\x43\x42\xea\x87\xde\x5a\xcb\xa7\xd9\x82\ -\x11\x22\x1b\x8d\x7b\x0c\xe2\x7a\xc6\x55\xcf\xc6\xc9\xf8\x85\xbe\ -\x59\xac\x7f\x2d\xd2\x36\x13\x3a\x9b\x52\x90\xb4\x89\x2f\xb7\x62\ -\x65\xd2\xc2\x3a\x3e\x79\x98\xab\x5f\x00\x14\x45\x77\x73\xcf\x41\ -\x84\x89\xca\x21\x0c\x19\x8d\x58\x4d\xae\x7b\x51\xd2\xbf\x7e\x9e\ -\xbd\x0b\x80\x2e\xdc\xb1\x5d\x70\xf0\xc8\x08\x67\xf7\xa6\x8a\x02\ -\x6f\xed\x68\x6f\xfb\x83\x2d\x9c\x59\xf0\x92\x59\x56\x93\xcd\x92\ -\x43\xcf\x6d\x40\xdf\x92\x32\xe9\x30\xd6\x77\x20\x8a\xfd\x43\xdb\ -\x28\x4d\x5e\x64\x54\xd2\x3a\x69\xf1\xdf\x5d\xbc\xeb\x76\x7e\xc5\ -\x06\xbe\xf2\x49\x4a\xf2\x18\x39\x61\x1d\x4b\xae\x01\xc7\x88\xe8\ -\x04\xa2\xc7\xf9\x38\x37\x92\xad\x20\x5c\x9c\x53\xe6\xb8\xec\x17\ -\xc2\xe4\xac\xa0\xe3\xc7\xd0\xb1\x01\xf3\x9d\xeb\x2e\x02\x2d\x7a\ -\xb6\x17\x33\x68\xad\xa8\x80\xec\xb9\xf0\x4d\x55\x6d\x2a\xb7\xc9\ -\xb0\x63\x60\x80\xfd\xf0\xc5\x00\x8e\xd9\x56\xa7\xfe\x85\x42\xd1\ -\xff\x33\x23\xa0\x95\x64\xa6\xba\x7b\x19\x5b\x89\xba\xca\x28\xcf\ -\xd6\xf8\x38\x43\xe9\x72\xb7\x73\xa7\xe7\x44\xc5\x3b\x49\xa0\x09\ -\xf4\x60\x03\x0a\xc4\xef\xfc\x87\x3a\x15\x33\x5e\xee\x6e\x12\xe7\ -\x76\x1f\xed\x31\x2c\x21\x05\xd8\xa9\xbd\x51\xfc\x49\x53\x48\x04\ -\x12\x3d\xfc\x53\xbb\x41\x1f\xa8\xc1\x79\x80\xfd\xb5\x99\xb8\x78\ -\xe5\x86\x26\xfc\x6f\xe1\x7f\x8e\xe7\x0b\xd9\x10\xab\x6f\x29\xb4\ -\xd9\x9c\x5c\xce\x49\xcd\xbf\x65\xad\x58\x6e\xfa\x86\x4c\xdb\x7f\ -\x86\x8e\xcf\xa7\xae\x11\xd1\xd9\x18\x5d\x1e\x63\xa2\x31\x70\xf0\ -\x81\xe5\xf2\xb8\x17\xdd\x4d\x8e\xe9\x67\x7b\xfc\x7b\x11\xf9\x0e\ -\xf5\x89\xea\xac\x65\x22\x9d\xb5\x04\xab\x40\xd7\x3f\xf3\xbc\x6b\ -\xde\xde\xf4\x96\xe3\x79\xaf\x9f\x9e\x64\xb8\x9f\x48\x36\x95\x97\ -\xa6\x75\x9c\x73\x53\xaf\xa9\x50\x20\x2c\x5c\x0c\xa7\x13\x6b\xab\ -\x01\xc5\xe8\x8d\x07\xb4\xc4\xb3\x26\xfc\x39\x76\xa9\xa7\x3c\x7f\ -\xb6\x3e\xd0\xcf\x7a\x61\x21\x7d\xb9\xda\x86\x7b\x99\x91\x92\x32\ -\x34\xdb\xe6\x0a\xf5\x18\x8d\xf9\x75\x97\xd7\xbd\x36\xb8\xf1\x33\ -\x46\xcb\xf2\x42\x2e\xaf\xce\xa6\x1a\x7d\xb8\xc0\x95\x2d\xeb\xf9\ -\x4f\xb1\x21\xef\x3e\x44\x3b\xeb\x3c\xd0\x5e\x9e\xf7\xf3\x68\xf4\ -\xda\xbf\x2f\x50\x1b\x1d\x6a\xa0\xdb\x6c\x40\xad\x01\x3a\xe1\x58\ -\x4c\x17\x68\xed\xfc\xbb\x56\xb3\x0e\x24\x05\x7a\xc8\x31\x91\x79\ -\x72\xea\x3e\x2c\x8d\x2d\xa6\xde\xb8\x22\xbe\x28\x72\x60\xdd\xb7\ -\x6c\x9f\x7d\x29\xc9\x66\x08\xfa\x2a\x79\x39\x49\x2d\x88\x68\x0e\ -\x1a\x29\x80\x49\x31\xfc\xf2\x7a\x48\x1a\x10\x49\xb6\x7f\x9e\x06\ -\x3a\x70\x20\x0d\x27\x45\x96\x17\x43\xb7\xfd\x9d\x1b\x02\xf6\x7f\ -\xbe\xb6\xd8\xc4\x68\x89\x1b\xc1\x58\x71\x35\x84\xee\xaf\xde\x15\ -\xf6\xeb\xc3\x92\x4d\xdb\xb1\x98\x76\xe1\x5f\xd7\x95\x9e\xa1\x00\ -\xb2\xc5\xcb\x75\x37\x89\x4e\x74\xc2\x4a\xae\x0f\x07\xe1\xdf\xfd\ -\x6f\x4a\xc3\x2e\xe6\xf4\x8a\xc4\xcb\xb5\x49\x4c\xca\x66\x6c\x78\ -\x3f\x78\x6e\xcf\x64\xda\x4e\x7b\xeb\x68\x69\x33\x43\x1a\x60\x03\ -\xf8\x83\x3b\x43\x79\x99\x16\x54\x9a\x6e\x52\x05\x7f\x7e\xff\xf8\ -\xf7\xb6\x1e\x1d\x77\xcc\xd2\x2d\x4b\xa2\x81\x18\xe4\x93\x2f\xe9\ -\xef\xde\xb8\x98\x87\xe1\x2d\xf4\x9e\x3d\x0d\xda\xbe\xf6\x65\xd3\ -\x84\x30\x20\x13\x70\xdf\x1f\x2c\xbe\x7c\x9a\x34\xa7\x65\xcc\x8c\ -\x7b\x9b\xc6\xf9\xc7\xb1\xaa\xb9\x45\x03\x41\x3e\xb7\xe7\x78\x6d\ -\x40\x2f\x6b\x82\x37\x8a\x62\xa7\x8a\xcf\xfe\x63\xd2\x34\x31\x1f\ -\x9d\xe6\x04\xd8\x88\x32\x9f\xfb\x0f\x48\x6f\xdb\x5a\x85\x21\x5a\ -\xe1\x5f\x8f\xf1\xb9\xef\x9a\xda\x79\x73\xb0\xb4\xf4\xf0\xbf\xf2\ -\xaf\x63\xc0\x8d\xc0\x25\xe0\x86\x53\x06\x84\x7e\xcd\xe0\xcf\x97\ -\x15\xe9\x91\x57\xe5\x12\x90\xed\x19\x55\x31\x39\x0e\xda\x8d\x21\ -\x7d\x7f\xb2\x29\xe2\x8b\xc6\xa1\x11\x85\xe1\xaf\xfc\x5a\x73\x28\ -\xf3\x40\x11\xb6\xc9\xb1\xf8\xc1\xbe\x10\x00\x02\x9b\x12\x85\x77\ -\xf0\xee\xd2\x51\x76\xcd\x74\x18\x99\xb7\xe0\x0f\xfd\x8b\x9f\x9f\ -\x1f\x30\x5f\xde\x56\x67\x1a\xac\x1d\xe0\xfb\x1e\x45\x75\xfa\xe0\ -\xc8\x9a\xe5\xbc\x00\x58\x87\x16\x9a\x03\xb8\x22\xfd\x22\xa7\x36\ -\x2d\x72\x14\xb5\x7e\x7c\x62\xdb\x2f\xc7\x9a\x1e\xdf\x6e\x68\xb7\ -\x86\x85\x12\x0e\x00\x9f\x8a\x6e\xf9\xf3\x30\xed\x6b\x6f\x50\xa8\ -\xe8\x74\x5d\xfe\x17\x9e\x95\x80\x26\x30\x57\x58\x74\x00\x10\xec\ -\xd5\xf3\x2a\x56\xfa\x1c\xad\x0a\x96\x08\x07\x66\xae\xfc\x0a\x41\ -\x04\x7f\x5b\x8e\x58\xc8\xc0\xbb\x69\x15\x14\x1b\xdd\xed\xb9\x23\ -\xd4\xe0\x44\xe2\xb4\x53\xc5\xc6\x67\x04\x1e\x86\x44\x28\xbe\xdf\ -\x5f\xf1\xe7\xdf\x35\xf7\x7d\x1b\x06\x08\x6e\xa9\x22\x7e\xad\x05\ -\x10\x37\x7b\xde\x85\xcf\xfe\xe3\x7f\xe7\x7e\xd9\x84\x59\x0e\xdc\ -\xe2\xf5\x02\x40\xa0\x34\x27\x2f\x07\x1e\x80\xc4\x06\x17\xb0\x03\ -\x9b\x08\xb8\xbd\x88\x5c\x03\x68\x52\x67\xc0\xc7\x3f\xbf\x13\x06\ -\x13\xcf\x53\x3e\x5f\xd1\x44\xaa\xc9\x9f\x23\xd3\x2b\x7d\x69\x3e\ -\x4c\x32\x68\x8f\x96\x8f\x2a\x12\xec\xe3\x6b\xc2\x0b\xc5\x88\xd0\ -\xd8\x9f\x2c\x52\x99\xb4\x6d\x8e\xb6\x4f\xec\xb6\x4b\x12\xcd\x06\ -\xac\x7d\x2a\x8a\x8d\x3f\xf2\xb1\xcc\x39\x3a\xfc\x87\xfe\xfe\xee\ -\x2d\x39\x44\x9a\x7e\x00\xf3\xcd\x6d\x04\xfc\x61\xfb\xfb\xeb\xf2\ -\xeb\x65\x39\x58\x22\xb7\x1d\xf9\xb8\xc0\xec\xef\xb5\x6c\x03\xea\ -\x2c\xc6\x9f\x7d\xdb\xc5\x1c\x6d\x4d\x4c\x2c\x79\x99\x5a\xc2\x87\ -\x9e\x3d\xd6\x60\xad\x95\xd2\xa0\x7b\xdf\xfe\xec\x22\xe5\x50\x01\ -\xa4\xb0\x9c\x94\x1b\x4a\xcb\x48\x7e\x41\xf0\xf2\x4d\xae\x15\x80\ -\x1f\xdf\x6c\xa9\x7b\x0a\x34\x99\x1c\x44\x84\x7f\xef\xdf\x7c\xfe\ -\xfe\xc1\xe5\x4d\xea\x02\xfb\x09\xf3\xab\xff\xdb\xa2\x07\xd8\x72\ -\xf8\x38\xfd\x4b\xec\xf2\xc0\x3d\x64\xdc\x96\x6d\x78\x6c\x76\x22\ -\xa6\x84\x9b\x37\x87\xd0\x0c\xd7\x5e\x38\x4a\x27\xc6\x3a\xa4\x61\ -\x7f\xbe\x6e\x7b\xa1\x0b\xa4\x9f\x02\x0d\xb8\x64\x2b\x8b\x4b\xb1\ -\x9c\x98\xf2\x85\x5e\x99\x65\x43\xee\x31\x83\xdc\x29\x43\xad\x48\ -\x81\x95\xe7\x49\xd6\x27\x6b\x35\x80\x01\x3b\xb6\xdf\x72\x7e\x4e\ -\x3f\xb1\xa4\xc7\x78\xe3\xf3\xfb\x3b\xc1\x07\x6c\x8d\xb1\xf8\x56\ -\xf3\xf6\xcf\xe7\x39\x71\x5f\xbe\xb1\xdf\x79\x6e\x77\x6b\x25\x2f\ -\x7f\x71\xf6\x6d\x39\x46\x7c\x65\x6e\x56\xdf\x46\xdc\xae\x34\xb0\ -\x8c\xa4\x06\x3d\xc9\x01\xb5\xcc\xed\xaf\x1e\x59\x53\xba\xb1\xa7\ -\x1b\x2b\xb7\x53\x44\x84\x3f\x7e\xbe\x59\xf4\x19\x97\xd6\x42\x37\ -\x58\x61\x39\x47\x31\xd4\xe3\x02\x98\xc4\x67\xba\x83\x76\x5a\xab\ -\xf3\x0c\x33\x07\x2c\x87\x71\x6c\x34\xbb\xda\x83\xcc\x4f\xc2\xcc\ -\xb8\xf8\xc7\x7d\xb2\x2b\x21\x11\xb4\x18\x9f\xdf\xff\x69\x12\x70\ -\x2a\xf9\xa4\x7f\xff\xb7\xfe\x19\xf9\x55\x71\x2e\xa7\x25\x42\x7e\ -\xcb\x3a\x80\x8a\x69\x61\xb5\xad\xdc\x47\x80\xcd\x8c\x1f\xfa\x0f\ -\xae\xeb\xf2\xf7\xc3\xf6\x3a\x02\xc5\x8d\x0f\x56\x90\x37\xbb\x5f\ -\x9d\xec\x99\xfa\xb3\x6f\xfc\x24\xee\xbd\xbc\xd7\x4c\xf6\xb7\xfd\ -\xca\x6f\x0d\xe7\xb6\x93\x0b\xfd\xf7\x40\x6a\x39\x5c\xd4\x64\x68\ -\x9a\x52\x77\xc6\x52\x81\x90\x1a\x09\xd5\x15\x2a\x9a\x03\x1f\xfb\ -\x1d\xfe\xb9\xbd\xfe\xf4\x02\xbd\xd4\x4a\x76\xb6\x7e\x3e\x77\x36\ -\xd4\xd7\x75\xb9\x14\x54\x41\xeb\xc7\xeb\xeb\x8f\x0f\xbe\xbd\x26\ -\x5b\xa5\x5c\xb9\x98\xb1\xef\x8a\x06\x18\xd1\x21\x7e\x8e\xee\xfb\ -\xce\xf7\x2b\x55\x54\xee\xab\x53\xdc\xf8\x7c\x3e\x4e\xfe\xd3\xf4\ -\x7d\xd5\x40\xcd\x2c\x36\xcc\x8c\x15\xe7\x37\x13\x54\x57\x2a\xc8\ -\xfe\xec\x5f\xac\xac\xa7\x4b\xf6\x1c\xca\x95\x5b\x3e\x96\x1b\xea\ -\xd2\x7e\xf9\x28\xb0\x77\x7a\xaf\x3f\x9e\x83\x16\x71\x2f\xd4\x01\ -\x57\x7c\x39\xc1\xdc\xa6\x5b\xdc\x07\xbc\xee\x23\x8c\xcf\x27\x1e\ -\x30\x3e\x86\xc3\x09\xd4\x0b\x85\x03\x8a\xb4\x6b\x20\x8a\x7f\x5d\ -\x2a\x59\xde\x76\x6e\xa1\xe5\x96\xfd\x2a\xd8\x6c\x4d\xec\x4d\xf6\ -\xcf\xd7\xe9\x49\xe8\x2b\x76\x22\xc2\x7f\xd6\x4f\x36\x08\x76\x31\ -\xb9\x2f\xc1\x1f\xf0\x75\xfd\x93\xd2\x21\xd1\xfa\xce\x95\x34\xfd\ -\x49\x71\x89\xd4\x36\xd4\x1b\x24\x51\x28\xaf\xfc\xc1\x54\xb7\x85\ -\xb4\x12\x99\xd9\x50\x79\x14\x6c\x7d\x22\x16\xbe\x0a\x34\x04\x74\ -\xe9\x73\x91\x93\x0d\xce\x34\x68\x78\x80\x19\xd5\x54\x0b\x68\xda\ -\x61\x78\x31\x3e\xb5\xf3\x39\xb0\x3f\x20\x11\x29\x7f\x58\x65\xd8\ -\xec\x93\xa6\x86\x47\x6e\x19\x00\x00\x20\x00\x49\x44\x41\x54\x92\ -\xac\x36\xdd\x4a\xc3\x44\x86\xae\xd5\xc0\x0f\xf8\xba\x61\x62\xe6\ -\x41\xf1\x9a\x72\x40\xa3\xcb\xf0\x81\x53\x8f\x8b\xca\x7e\x5f\x6b\ -\xe6\x70\x80\x33\xf7\x20\xe5\x59\x6d\xe2\xc4\x1a\x20\x06\xca\x66\ -\xb5\x4f\x4c\x33\x5b\xc3\x0b\xeb\x78\x21\x4d\x2f\x7c\xe5\xf7\x92\ -\x92\x01\xcc\xb4\x6b\x81\xd3\x60\xfc\x73\xbd\x9c\xf9\xbb\xe3\x54\ -\xd9\xae\xc7\x66\x06\x2f\xd3\x58\xf7\xc6\xa3\xd7\xed\xa2\xe2\x39\ -\x30\xae\x99\xde\x70\x92\x0e\x92\x92\x75\xfd\xc4\x24\xaf\x9e\x99\ -\x90\xa2\x82\x04\xff\xfc\xfc\xc7\x33\x12\x68\x80\x4a\x2c\x4f\x58\ -\x40\x3f\x25\x25\x63\x51\x3f\x80\xcb\x40\x7e\x52\x84\x02\x5d\x0e\ -\x62\x28\x6b\x4e\xfc\x5e\xa1\x1e\x07\x5c\x22\x71\xb8\xf9\xb3\x4a\ -\x5e\x54\xb6\xc0\x6a\x79\x64\x4e\x53\xa2\x26\x37\xe9\x4d\x67\x84\ -\x3f\x0e\x0a\x5a\xcd\xbb\xea\x91\x6e\xe8\xec\x37\x7f\xde\x65\x86\ -\x8e\x82\x2d\x10\x59\x11\x79\x6e\x29\xfb\xdf\xdd\xe5\x16\x41\x65\ -\xa4\x67\x86\x92\x42\x5f\x49\x92\x63\x1a\x46\x8d\x9e\x76\x7a\x21\ -\x42\x9a\x0c\x01\xa3\xde\xe3\x6a\x3e\x6d\x82\xc4\x40\x33\xc0\x63\ -\xd0\x43\x7b\xd1\xf5\x16\xb0\xbb\xf8\xc7\xcf\xaa\xfb\x35\x4b\xe5\ -\x6f\xc4\xb1\x4e\x1f\x42\xdb\xd1\x8f\xaf\xa1\x4e\xc0\xc3\x8b\xf9\ -\x38\x27\xe6\x67\x78\x7a\x9d\x27\xcb\x25\x50\xfd\x7b\x67\xed\x93\ -\xde\x9e\xfd\xa1\x43\x12\x18\x3f\x5f\x14\x5d\x5d\x62\x5a\x98\xec\ -\xf5\xf8\x3c\xba\xec\x62\x71\xe5\x75\x3d\x35\xec\x36\x51\x4f\x19\ -\xcf\x40\x9e\x48\xd1\xa8\xf2\x6b\x76\xbf\x6d\xdb\xfc\x6a\x37\x98\ -\x4b\x1b\xe2\x49\x9b\xf6\xef\xa2\x42\x92\x37\xf5\xdb\x64\x5a\x1b\ -\x6a\x54\x49\xa0\x36\x8c\x8e\x4b\x26\x0f\x05\x3f\xf1\xbc\xa4\x8a\ -\x7b\xc8\x34\x39\xd1\xdf\xdb\x3d\x3c\xe6\x31\xa0\x21\xf7\x3a\x15\ -\x05\x63\x1b\xfc\xf2\x8c\xf7\xe7\xaf\xbc\x43\x01\xa5\xd1\xe9\x1b\ -\x6a\xf2\xd5\x0a\x65\x7e\x81\x3e\x35\x40\xd3\x7f\xfe\xf9\x5f\xb5\ -\x41\x7c\x10\xe0\x90\x39\x33\xb5\xed\xf8\xfe\x3c\xbf\x99\xe3\x9f\ -\xef\x6c\xa3\x54\x52\x6c\xe4\x82\x8e\x77\x23\xf0\xe5\xf1\x75\x2c\ -\x07\x46\x21\x8c\xe6\x7b\x9b\xe7\x4b\x97\xde\x54\x51\x65\xf5\x46\ -\xfc\xef\x1f\x5e\xdb\xb6\x95\x3d\xef\xec\xef\x90\x92\xd8\x50\xf2\ -\xd7\xcf\xa8\x6f\x63\xed\xfe\x5a\x6e\x49\x38\xbf\x9e\x3d\x8f\xdf\ -\xce\xb7\x77\x99\xdd\x77\xc9\xfa\x33\x2b\x4c\x9f\x30\x14\x42\xdb\ -\x10\x7a\x1c\xf8\x4f\x0b\x86\x16\x1f\x5e\xf6\xe7\x13\xeb\x50\x4d\ -\xd8\xc3\x53\xcf\xaf\x36\x00\xd0\x7e\x78\xa4\xf8\xd8\xf8\xe2\x90\ -\x4b\x85\x94\x0e\xa3\xb6\xa9\x61\xed\x6a\x39\x72\x61\x7f\x88\x46\ -\x90\x88\xf0\xcf\xaa\xcf\x63\x43\x40\x5b\xd3\xdf\x63\x70\x13\x7e\ -\x25\xf8\x95\xdf\x35\x1a\x6d\x7d\x48\xf8\xd4\x65\x8c\x19\x3c\x2b\ -\xf6\x3c\x45\xa6\x9b\x6c\x49\x2b\x86\x64\x7e\xd1\x7c\xf6\xbb\x97\ -\xba\x63\xfd\x03\x08\x97\xf7\x06\x19\x5c\x84\x83\x19\x20\xb6\x2d\ -\xab\x9c\x49\x1d\x92\x3a\xf5\x5a\xe2\x1f\xaf\xbf\xe5\xc8\x41\xb4\ -\xaf\x4b\x25\xa3\x45\xe1\xe7\x85\xee\x84\x6d\x51\xe4\x94\x89\x0e\ -\x80\x5a\x28\x92\xd6\xcf\xf5\x78\xa7\x07\x13\xe0\xd8\x74\x3d\x7e\ -\x7e\xf5\x2d\x30\x1f\x92\xd7\x50\xc2\x34\xd8\x8b\x1e\x5b\x2c\x69\ -\xf2\x47\x0b\x39\x76\xb5\x51\x8c\xb0\xb5\x48\xc2\xa7\xa4\xcf\x62\ -\x70\xec\xf7\x2c\x34\xef\xb4\xaa\x3b\x34\x9f\x2f\x6b\xc6\xfb\xd0\ -\xd6\x15\x1e\xdb\xc3\xe1\x35\x58\x0b\x1b\x24\x9a\x15\x47\x78\x58\ -\xc3\x6a\x43\x4d\xc1\x45\x64\x36\x1a\x85\x00\x7c\x97\x1d\x07\x8a\ -\x2b\xfc\x35\x05\x65\x45\x86\xe5\x99\x39\x76\xa5\x48\x23\x3e\xfc\ -\x91\x49\xb5\x6f\x43\xb7\xaa\x13\xef\xa3\xbb\x0d\x8d\x3d\x57\x88\ -\x62\x6e\x62\xc8\x09\x20\x3d\xb4\x14\x26\xc7\xba\xef\xdf\xba\xcc\ -\x37\x32\x87\x44\x79\x7e\xb8\x96\x5f\x65\x13\xa2\x95\x99\x1d\x1e\ -\xca\x17\xba\xd7\x30\xea\x85\xfc\x44\xed\x00\xe7\x44\x32\xf6\x17\ -\x51\x5a\xa6\x43\x11\x8f\x34\x27\x50\x48\x00\x87\x2a\xda\xdf\xd1\ -\xe8\x87\x41\x0f\x6e\x81\xc2\x16\x82\x19\xa4\xc5\x35\xfd\x1a\xfa\ -\xee\xad\x78\x36\x49\x78\x95\x03\x8e\xcb\xce\x03\x8d\xf3\x57\x2d\ -\xfe\x70\x2f\xf2\x66\xaa\x99\x70\xa3\x98\x17\xc1\x0f\xff\xa4\xf6\ -\xbc\xd3\xd8\x48\x5b\x52\x3a\xc7\x26\x21\x2e\x4a\xca\xcf\x65\x81\ -\x70\xfb\x74\x7f\x79\x98\x9e\xe4\x67\x23\x8e\xc5\xb1\x84\xf4\x90\ -\x8f\x60\x48\x50\xea\x45\xcc\x75\xb3\x9b\xe1\x39\x26\x67\x9a\x71\ -\xe6\x8f\x8b\x7f\xad\xa2\x32\xea\x22\xc3\xb3\x87\xf4\x89\xbd\x00\ -\x89\x86\x8c\x17\x48\x64\x78\xe4\x28\xb6\x36\xe2\x43\x01\x51\x0c\ -\xc3\xdf\x6d\x13\x43\x26\x02\xad\x95\x52\x23\x82\x29\x72\xd8\xc9\ -\x95\xbd\xe9\x8f\x9f\xcb\xb0\x9c\xfa\xb8\x44\x69\xe8\x82\xcb\xe3\ -\xd3\x51\xc6\x91\xd3\xf2\xea\x93\xf1\xc9\x5e\x80\x17\xa6\x07\xd1\ -\x3d\x75\x4a\xd3\x65\xf5\x82\x93\x27\xcc\xec\x8d\x33\xe4\xd9\x0a\ -\x9f\x9f\xf6\xcc\xf6\x7c\x0b\x8c\x0d\x55\x2f\xf6\xe7\xc5\x7b\x0d\ -\x09\xdd\xf3\x59\xa7\x57\x8d\xff\x40\xa8\x43\x13\x80\xb1\x2b\x4a\ -\x1b\x2a\xd5\xb8\x6e\xd9\xaf\x45\x0a\x67\x23\x21\xd3\xa7\xa9\x5d\ -\x16\xfc\x5a\xda\x3c\xbe\x12\x91\x1c\x45\x91\x42\x4f\x7f\xce\x59\ -\x78\xbc\x48\x59\x8b\x4a\x74\x36\xb7\x3a\xbc\x2e\xec\x12\x09\xa2\ -\x77\x6a\x5c\xc9\x8a\x0e\x0b\x54\xf7\xe0\xb9\x19\xfa\x7b\x71\x59\ -\x54\x49\x3d\xc9\x5f\x58\x20\xbe\x73\x78\xa5\xa3\xc1\xf4\x33\x25\ -\x7f\x7f\xdc\x28\x49\x9a\x01\xa6\x44\x6b\x5c\xbc\x68\xc3\x35\x71\ -\xa0\x43\x0e\xb0\x14\x07\xc8\x42\x47\x24\x43\x15\x46\x0a\xf0\x65\ -\xde\x83\x84\x6e\xd4\x17\xb0\xe6\x9e\x1c\xfe\x40\xb9\xa9\x64\x25\ -\x53\x40\xf4\xec\x31\xa7\x07\x02\x33\x6b\x28\x03\xda\x19\x8f\xc6\ -\xe8\x04\x58\xe4\xf3\xa8\xf4\xf0\xc3\xa5\x47\xc3\x03\x2e\xd9\x83\ -\x97\xa2\xd1\x5f\x4a\x5f\x9a\x7a\x79\x91\x91\x3e\x8b\x6e\x3e\x68\ -\x60\x56\xfc\x99\xc4\x58\x4e\x52\x98\x17\xc8\xca\x8d\x34\xe9\x71\ -\x16\xcf\x73\xaa\x0d\x44\x3b\x49\x53\x0f\x38\x11\xbd\x15\x5c\x7a\ -\x14\x40\x72\x84\x9a\x36\x42\x60\xab\x01\x30\x68\x95\xde\xb8\xa7\ -\xff\x0e\x0f\xfa\x59\x16\x67\xda\x0b\x69\x1d\x77\xe2\x09\x77\x78\ -\x36\x2a\x6b\xc8\xee\xba\xb4\xfc\x8d\x92\xf6\xa4\x76\x3a\xbc\x47\ -\xf0\xd8\x14\x9e\xfe\xe3\xbf\x35\x75\xe7\xcf\x3d\x6d\x0b\xfd\x42\ -\x3a\x1b\x2c\x4e\xea\x6e\x40\x34\x56\x7b\x9e\xae\xeb\x9f\x69\x3d\ -\xf0\xf7\x37\xa4\xff\x2b\xe8\x8e\xa2\x26\xeb\x74\x99\x72\x4c\xf2\ -\xf7\x7d\x27\x64\x83\xbf\x20\xc8\xad\x50\xdf\xde\xa0\x58\xbe\x5b\ -\x4c\xfd\xcd\xec\xaf\xd5\x04\xb4\xe7\x2b\x06\xb9\xe9\x11\xf7\x33\ -\x5d\x45\xc0\xcb\x03\xc1\x5d\x81\x51\xf0\x84\x6d\xf2\x62\xf2\xe7\ -\x7b\x0c\x24\xf8\x65\x20\xc0\x29\x0b\xd6\x23\x1b\x2a\xee\x85\xbc\ -\xd7\xfc\x6e\x8f\x00\x6c\x5d\x9c\xb1\x20\xdf\x9e\x1f\x6e\xcd\xf6\ -\x79\x77\xb1\x02\x37\xb3\xd5\x09\x7e\xb7\x4a\xb3\x79\x40\x6c\x30\ -\x75\xbb\xcc\x76\xb5\x81\x83\x35\x15\x0b\xcc\xe2\x1b\xb8\x98\xa7\ -\x7a\x81\x9f\xaa\x16\x54\x0e\x5e\x83\x65\x28\x45\xfd\x28\xc9\x0b\ -\x78\x6b\xdc\xaf\x16\x23\x22\x51\x33\x4a\x05\x19\x7f\x7b\x07\x8a\ -\x6a\xcd\xe9\xb0\xae\x7a\x4e\x12\x7a\x45\xe9\x3b\xc5\xe1\xb5\xb2\ -\x01\xf7\xd5\xe8\x98\xd0\x69\x33\x10\x87\xba\x30\xd3\x3b\x90\x29\ -\xef\xbf\x9d\x1c\x2f\x1a\x35\x35\x4d\x25\x5a\x93\x95\x5b\x54\x86\ -\x65\x03\xa2\x49\x9d\xad\x8e\x73\x3b\x06\xd5\x73\x9b\xe7\x96\x36\ -\xa8\x87\x9a\xd2\x41\x48\xa0\x6c\x59\x97\xf6\x67\x6f\x5c\xdf\x70\ -\xcf\xe5\xb9\x98\x53\x41\xe9\xff\x3e\xb7\x48\x77\x01\xca\x7c\xcd\ -\x0e\x4f\x95\x5f\x58\x18\xb7\x66\xbb\x8c\x44\x77\xd2\x9e\x0c\x53\ -\x18\x1f\xe7\x5d\xe4\x26\x0f\xb0\x85\x50\x91\x78\x7c\xa2\xb5\xc0\ -\xb9\x89\x8a\x62\x73\x01\xb5\xc1\x91\x46\x55\xa1\x78\x50\x2e\x18\ -\x96\xdd\xff\xde\xc5\xc3\xac\x28\xbe\xb6\xb7\x5f\xf6\x7d\x14\x3d\ -\x07\x1d\xc6\xad\x37\x46\xc7\xe1\x0c\x80\x24\xc4\xda\x39\x3c\x24\ -\x18\x39\xf2\xda\xa8\x6c\x52\xf9\xcc\xa3\xc9\x43\x1b\xd4\xcb\xa9\ -\x4b\xd5\x46\x01\x3c\xfe\xf3\x0e\x09\x09\x33\xf4\xdb\xd4\x2c\x37\ -\x5e\x8f\x49\x77\x9f\x6a\xb8\x54\x0d\xf3\x7b\x53\x84\x37\xc9\x2e\ -\x5f\xe9\x9b\x9b\x65\x8d\xc1\xbe\x6f\xc4\xb9\x45\x24\x1e\xc4\x66\ -\xb2\xa9\xa2\x1a\x4a\x4e\x12\xfa\xa5\x1b\xf9\x63\xc6\x73\xb7\x83\ -\x75\x2d\x33\xc5\x72\xd3\xec\xda\x6a\x56\xed\xeb\x77\x2d\x6f\x2f\ -\x40\x45\x93\x92\x93\x3f\xc3\xfe\x34\x33\xa6\x0c\x9d\xb4\x46\x10\ -\xa4\xfb\x83\x58\xac\x59\x93\x25\x2e\xd1\x50\xd3\x5a\xb3\x3d\xdb\ -\x7f\x5c\xca\x42\xb9\x91\x5c\xb5\x11\xec\x87\x51\xeb\x71\x46\x61\ -\x24\xff\xa4\x61\x5f\x33\xaf\xc7\x35\xc5\x19\x4a\xec\x8d\x6c\x93\ -\x50\xc1\x1b\xf5\x3e\xed\xd2\x3e\x8d\x6e\x50\x99\x91\x4d\xc1\x34\ -\xb6\x57\xda\xb2\xc3\xd0\xb2\x84\xd0\xb6\xd2\x35\x58\xd8\x75\x88\ -\x2a\xc0\xb4\x4c\x86\xfa\x30\x47\x9d\x92\xd6\x0b\x67\x56\x8a\x24\ -\x92\x37\x30\xa6\x40\x85\x23\xa0\xc1\x0f\xf4\xaf\xc5\x48\x7d\x7f\ -\x92\x19\x63\x55\x18\x5e\xf5\xf5\x5a\xaa\xfd\x80\x6b\xac\xb3\x48\ -\x90\x07\x70\xc4\xbe\x4f\x3c\xf5\xeb\xda\x36\xda\x07\xac\xa6\x1a\ -\x4b\x1a\x0d\xe4\x5f\x8b\xaa\x97\xc9\xe5\x94\x79\xd1\x98\xfc\xd9\ -\xb9\x43\xcf\x00\x74\xf7\x99\xd6\x26\xda\xbc\xaa\x94\x1e\xbc\x1e\ -\x76\x2d\x63\xc8\x30\x3f\x3f\xc9\x61\x90\xb4\x82\x98\xb9\x85\xb0\ -\x36\x13\x72\x4e\x24\x93\xcc\x46\x59\x48\xf4\x73\xa6\x17\x22\x41\ -\x8a\xeb\x5f\x4a\x75\x7e\xcd\x93\xcc\x65\x1a\xf7\x1b\x8c\xcb\xd4\ -\x0d\x5e\x50\x76\xa2\x2d\x75\x14\xb9\xcb\x30\xb5\x79\x1d\xb6\x37\ -\x7e\xf6\xaf\x67\x28\x68\x50\xba\x06\xd6\xbd\xfd\x6e\x48\x37\x04\ -\xe5\x7d\x35\xf9\xd2\x3a\xf0\xe8\x74\x04\x06\x33\xca\x89\x5b\xb1\ -\x05\xd2\x7c\x4c\x09\xef\x11\x49\x39\x3c\x75\x89\x51\xbf\xab\x99\ -\x5f\x86\x10\xda\xb0\xe9\x64\x19\x32\x91\xfb\x82\xba\xbf\xf2\xb3\ -\x6b\x00\xa5\x51\xf0\x36\xba\xee\xc3\xb0\xaf\x6f\x4d\xe5\xfb\x06\ -\xa6\x0a\xaf\x79\xaf\xd8\x9d\xa7\xcd\xcb\xf5\xdf\x00\x34\x94\x72\ -\xe4\x7a\xbe\x0b\xb5\x2d\xa8\x3a\x65\x7c\x3f\x8f\xff\x3d\x3f\xbe\ -\x47\xc2\xf7\x0c\xb9\x13\x3a\xf5\x96\x73\xc8\x4d\x49\xc1\x8a\xe1\ -\x39\x3b\xe1\x4e\x27\x15\xb0\x7b\x9c\xe4\x84\x38\xa0\xb6\xb3\xdd\ -\x5e\x90\x58\x69\xe8\x21\x69\xba\x53\xf6\x4e\x2d\x5f\x6c\xb9\x87\ -\x35\x70\xd8\x26\x33\xa5\x3c\x6b\x39\x6a\x3c\x44\x48\xb2\x66\x60\ -\x2e\x00\x5c\xf4\x53\xde\xaf\xb6\xa1\x3a\x7f\x67\x3b\x9f\x21\x37\ -\xb3\xb5\xb0\x60\x53\x8b\x8b\x7f\xee\xf5\x9c\x89\xa8\xd3\x3c\xa9\ -\x86\x27\xf8\x18\x79\x94\xad\x68\xbe\xd6\x8f\xa9\x4c\x20\x23\x72\ -\x24\x7e\xb7\x9f\xd6\x98\xf7\xe1\x66\xbc\x1f\xe2\xc3\x97\x7e\x9e\ -\x0c\xf2\x5f\x48\xa1\x99\xc6\xe0\xad\x72\x11\xef\xcc\x3b\x7a\xbe\ -\x67\x78\x34\x55\xfd\xd9\xd8\xb9\x39\x91\xf6\xb9\x72\x92\x46\xb7\ -\x4a\xe6\x74\x46\x91\xdf\xdf\xc5\xcb\x21\x6b\x71\x46\xc7\x06\x6e\ -\x42\x1a\xc2\x43\xb8\xc7\x90\x8e\x5b\x83\x82\xee\x2d\x72\x1f\x11\ -\x14\xaf\x03\xcd\xd3\x6b\xfa\xb6\x39\xcd\x46\x8d\xc8\xfd\x9a\xee\ -\x11\xa6\x06\x2b\x91\xd8\x48\xb9\xec\xaf\x6d\x7b\xb2\x81\x11\xb5\ -\x25\xb6\x37\x83\x42\xd5\xdc\x2a\xe3\xa8\x53\x0e\x68\x0c\x4b\xcb\ -\xa1\xac\xa1\xe7\xdb\x10\x92\x15\x0e\x54\x71\xa9\xb1\x19\x24\x87\ -\xfa\x4d\xd4\x29\xd8\x2e\x59\xcc\x28\x09\x75\x92\xa5\xcb\xba\xa5\ -\xd9\x26\x54\x15\x17\x2e\x80\xb7\x07\xbb\x5f\xce\x1d\xb8\x70\x7d\ -\xfd\xc6\x23\x6f\x44\x2f\xa3\x96\x40\x1f\x6b\x70\xf1\xe4\xfa\x3d\ -\x38\xfb\x25\x67\x22\x0e\x14\x63\x85\xb7\xc6\x74\x24\x4e\xa2\xc7\ -\x56\xc6\x4d\xca\xb1\xde\x8f\xcc\x9f\x37\xb9\x05\xf5\x43\x93\x30\ -\x26\x6c\x59\x34\xb0\x36\xf1\x93\x75\xad\x24\x94\x40\x8a\x31\xa1\ -\x6f\x48\xe2\x5e\x04\xd4\xbf\xdf\x07\x1c\x4b\x1d\xbd\xb8\xdc\x0c\ -\xad\x8d\x71\xef\xa1\x73\xd1\x28\xbc\x4c\xbd\x7a\x67\x9d\xd3\xce\ -\x38\x60\x9a\x60\xd7\x36\x7f\xe1\x5f\x6b\x7e\x16\x36\x4f\x15\x7f\ -\xd9\x06\x04\x30\x60\x3c\x68\x22\x93\x04\xf5\xb2\x42\xcf\x0b\x30\ -\x5e\x94\xec\xde\xb5\x0c\xfb\x70\xff\x1c\x6c\x42\x05\xf7\x6f\xc5\ -\x24\x25\x88\x72\x91\x0a\xde\x71\xd2\x2b\xbc\x54\xaa\xd0\x85\x24\ -\x3f\x41\x76\x19\x54\x5b\x30\xe9\x29\x33\x4a\xbc\x31\x31\xfe\x7c\ -\x7e\x9b\x51\x53\x4d\x3b\xdd\x3c\x54\x76\x68\x97\x9c\xc0\x9a\xb0\ -\x2b\x43\x31\x55\x74\xac\xf2\x87\xc9\xd8\x5f\x5c\x7a\x98\x9e\x0d\ -\x05\x2f\x4e\x0d\x9a\xd2\x2f\x1e\x8d\xdd\x68\xae\x3a\x0e\xfd\xf8\ -\x7d\x17\xea\x55\x7c\xcb\xa3\x8d\xb0\x66\x9a\x75\x4e\x6c\x31\x55\ -\xc0\x36\xe9\x28\xa2\xe5\x98\x7a\x8e\x4c\x28\xa6\x22\x01\xe2\x9c\ -\xee\x7c\x97\x9f\x9c\x52\xc1\x11\xa5\x20\xfb\xcb\x33\x1d\xbf\x57\ -\x79\x34\x15\x71\xd1\xc6\x60\x41\x36\x6a\xdd\xff\x25\x31\xfd\xdb\ -\xa4\x34\x26\x95\x6b\xd9\x21\x18\xbf\xc7\xc8\x5e\x89\xec\x22\x28\ -\x5a\xc0\xf2\xca\xbf\x83\x41\x2f\xc3\x8a\xf6\x0e\x37\xbd\xff\x73\ -\xda\x3d\x2f\xa7\xb9\xd5\xa0\xaf\x17\xd7\x38\x67\x47\xc8\x25\xc6\ -\x34\x17\x7e\x48\x8f\x6d\x27\x9f\xef\x68\xbb\x50\x9a\xdc\x98\x02\ -\xce\x13\x5f\x97\x43\x9e\xe1\xd1\x55\x5e\xf8\x30\x5d\xc7\xc4\xfc\ -\xb9\xb7\x7b\x64\x5a\xb5\x77\x50\x06\x75\x51\x9e\x45\x28\xdb\x37\ -\x4d\x87\x09\x9d\x62\x8b\x81\xb7\x40\x59\x7d\xc9\x1b\xaa\x62\x3f\ -\x28\x5e\xe6\xc0\x0a\xe9\x1d\xb5\xe1\xca\xb6\x3b\xc7\x65\xc1\xc4\ -\x9c\x13\x56\x21\xf3\x10\x94\x0f\xf6\x1e\xd2\xaf\x0a\x1a\xde\xee\ -\x91\x92\xbc\x9c\xc3\x03\x19\x05\x24\xc1\x36\x7d\x45\xbf\x6a\xcd\ -\x60\xe4\x9b\x40\x1f\x58\xfe\xfe\xfb\x59\x8b\x23\x12\xd0\x77\x54\ -\xcf\x30\x69\x1d\xcd\x59\xdd\xad\x6f\x9b\x11\x7a\x0c\x4a\xe5\xb1\ -\x81\xcd\xef\x0f\x3a\x30\xfe\xa7\x6c\x8e\xde\x86\xae\x1b\x8f\x1c\ -\xbb\xb8\x8b\xfa\xf9\x18\x70\x9e\x8b\x27\x70\xc6\xbc\x12\xbb\x0d\ -\x41\x6c\x72\xb7\x51\x43\x1d\xf6\x06\x89\x08\x8f\xb3\x83\xc8\x62\ -\xa6\xcf\x3c\xc3\x3a\x57\xe6\x39\x43\x8f\x33\xeb\x90\xfa\xb6\xe8\ -\x8d\xdc\xb8\x27\x3c\x08\xa5\xb6\x41\xe5\x92\x66\x06\xb5\x46\x15\ -\xa1\x8f\x46\xf3\x94\xa7\x8e\xf3\xe0\x4b\xbc\x45\xbf\x17\xa2\x7e\ -\x78\x9b\xd4\xf7\xf3\xb8\x0f\x14\xe3\x77\xf2\x51\xc5\x15\xef\x0d\ -\x23\x9b\xd9\x18\x8c\xa3\x45\x3e\xbc\x35\x06\x79\x36\x6a\xe5\x0e\ -\xbd\x0d\xdf\xc3\xf3\x7d\xfa\xf9\xfa\xbd\x3a\x9a\x2b\x97\x22\x66\ -\x04\x0f\x14\xb7\x68\x0e\x7c\x7a\x73\x64\x43\xf5\xed\xde\x5a\x3a\ -\x80\x30\x2e\xc3\x5a\x0b\x22\xfb\x71\x3f\xf4\x86\xf6\xd6\xdb\xb6\ -\x5e\x63\x40\xe3\x83\x7c\x91\x29\x31\x0b\x7f\xb4\xd6\xe6\xa5\x06\ -\xa3\xf4\xf5\xb3\xc8\x5a\xb8\x49\x58\x71\xbc\x3f\x1b\x62\x4d\x0d\ -\xdb\xbf\x5e\xc7\x76\x77\x64\x77\xd2\x6a\x34\xc2\xf6\x3b\x67\x3a\ -\x2f\xe2\x6c\x5a\x4e\xe8\x46\xd2\xa0\xd7\xfb\x20\xef\xcd\x9a\xd0\ -\x1b\xd6\x57\x0a\xad\x56\x2c\x47\x0a\x8f\xf8\x25\x37\x0d\x25\xe9\ -\x23\x75\xdf\xa8\xcb\xc5\xb3\x8e\x0c\x85\x92\xde\x25\x5f\x8d\x66\ -\xd8\x87\xa0\x16\xb2\xdd\x6a\xa4\x96\x11\x98\x1e\xbc\x96\x17\x18\ -\xf5\x79\x7c\x86\xf6\xbf\x9f\xef\x37\x43\x93\xea\x6a\xcf\x6f\x85\ -\x37\x77\x4b\x4b\xfc\x1e\xf6\xae\x7b\x8d\xf9\x02\x2e\xae\xd8\x0b\ -\x36\x66\x82\x08\x65\x03\x1d\xff\x7c\xbd\x15\xd6\xcb\xb5\xe7\x4c\ -\x2b\x2f\x60\x3a\x3e\xb8\x2a\xd4\x35\x09\x57\xdd\x57\xa0\x62\x5c\ -\x17\x5e\x96\xb4\x6d\x85\xe1\x35\x64\x84\x85\x77\xf5\x0f\x28\x37\ -\x2e\x46\x3c\x83\xa2\x0a\x07\xdd\x69\xee\x53\x9a\xab\xdd\x2e\x3b\ -\x10\x92\xa1\x9d\xa0\x34\x94\x72\xe6\x51\xa9\x88\x59\x54\x68\x1d\ -\x99\x37\xfe\x72\x6f\xf1\xcb\x19\x99\x4f\x11\xdb\x81\x79\x81\x11\ -\x94\x6c\x22\xb8\xb5\x17\x15\xb6\x09\x53\x31\x9c\x65\x7e\xb0\x31\ -\x85\x17\x0c\xe9\x49\x37\x7c\x83\xe2\xe7\xdb\x2e\x75\xfb\xa9\xad\ -\x03\x17\xfd\x25\xc2\x0a\xf3\x52\xd5\x9e\x7e\xfd\x9c\x00\x46\x33\ -\x23\x2d\x63\x26\x52\xc9\xdf\xe4\x08\xe2\x0f\x99\x44\x36\x0a\x2a\ -\xc7\x64\xbb\xd4\x66\x6f\xc5\xba\x76\x85\x2a\x89\x83\x45\xfa\x21\ -\x9c\x6f\x36\x8f\x8d\x54\xca\xd9\xda\xc4\x54\x38\xa4\x95\xe9\xaa\ -\x83\xb8\x69\xf3\xba\x2e\x93\xa5\x92\x91\x8e\xe4\xde\x6e\x7c\xb4\ -\x9f\xeb\xce\xed\xe2\x6c\x54\xf8\x71\xe0\x5e\x50\x0f\x05\xf6\x6b\ -\x03\x9d\x74\x96\xba\x7c\x97\x2b\xf1\x75\xe5\xf3\xb6\xbd\x91\x64\ -\x2a\x7a\x0f\xb7\x93\x2b\x0c\xed\x71\x58\x3f\xd1\xb6\x1e\x52\xd8\ -\x0e\x73\x92\x5f\x9f\x58\xed\x8c\x10\x88\xc2\xba\x93\xe5\xec\x23\ -\x57\x54\x09\xa2\x1e\xd0\xcc\x49\xd3\xec\xab\xf4\x57\x4d\xbf\x9e\ -\xa6\x76\xcb\xf5\x89\xc9\x9d\xe2\x25\x7d\x3e\x24\x1d\x28\xd9\x54\ -\xfd\x4c\xb7\x41\x17\xde\x9a\xaa\xcc\x8a\x92\x27\x39\xc8\xe5\x11\ -\xaa\xde\x98\x53\x27\x3c\x1e\x5b\xdb\xff\xf2\x7f\xe1\x41\xda\x1f\ -\x5b\xc3\x5f\xeb\xa7\xc8\x83\x6e\xea\x0d\xff\x67\xf7\x81\xe5\x06\ -\x68\x34\x4b\x32\x9a\x11\x7d\x6c\x89\x65\x34\xdd\xef\x97\xd3\x1c\ -\x4e\x31\x35\xe3\x2f\xbd\xfb\x2c\xe2\x82\x1c\x5f\xf3\xf8\x9d\x0e\ -\xa9\x69\xeb\x16\x77\x33\xe7\x6a\xe4\x5d\x89\x26\xa8\x20\xa7\xf4\ -\xc2\x63\x13\x15\x39\x55\x3b\x81\x05\x11\xc0\x5c\x5b\x7c\x28\x43\ -\xc9\x26\x74\xcb\x49\x73\x5b\x6e\xfb\x9d\xf9\xef\x59\x49\x1f\xf2\ -\xaf\x14\x62\xb7\x6c\x21\x1a\x0d\x6c\x9b\xd4\xeb\x1e\x43\x89\xba\ -\xd4\x65\x34\xc1\x4f\x29\x4e\xa0\x85\xfc\x7c\x25\xdb\x05\xc5\xef\ -\x59\x9c\xd7\xc9\x0f\x79\xa3\x37\xed\x4e\x82\xed\x5b\x83\x6e\x66\ -\x3e\x0b\xcc\xf2\x10\xec\x3c\x9f\xc4\x65\x43\x68\x48\xe8\xa1\xdb\ -\xa3\x2e\x98\x7d\x27\xb0\x89\x1d\xce\x3e\x78\x6b\xf4\xbc\x1c\x26\ -\x69\x0e\x4c\xce\x02\x37\x24\x41\xfd\x59\x39\x0b\x6d\x8a\x22\xa0\ -\x4d\x84\xe3\xb3\xcd\x48\xc1\xfc\x4c\x64\x7c\x8d\x93\x96\xf8\x26\ -\x8f\xfb\x1b\xa6\x3b\x14\x0d\xf5\x2d\x56\xb0\xa7\x46\xb0\x76\xbf\ -\x0f\x42\x7e\xd6\x3e\x83\xeb\xba\xc6\xfd\x51\xbf\xcf\x3d\x1a\x03\ -\x51\xf9\xaf\xfe\x25\xfd\x8b\x57\xe4\x9b\x6f\x72\x90\x0e\x8f\x1a\ -\xe8\xfc\xf9\xa3\xae\xd9\xd0\x2f\xbe\x28\x8c\x30\xec\xb3\x31\xaa\ -\xcf\xb0\xbc\x91\x67\x23\x45\xc7\x86\xd8\x8a\xbf\x3d\xfd\x64\x22\ -\xe6\x51\x6f\x9e\xd4\x22\x2f\x86\xed\x82\x72\xc0\x81\x3e\x3c\x3e\ -\xde\x37\x26\x7a\xe4\x44\xf6\xef\x53\x3a\xe1\x93\x9f\x81\xac\xe8\ -\x28\x6f\x57\xae\xc7\x36\x38\x37\xfa\x49\x5d\xbb\x5b\x53\x54\xa0\ -\x8a\xb7\x60\xde\x18\xa6\x2d\xaa\xc6\xf1\xed\xff\x96\x87\xc0\xeb\ -\x71\x0f\x55\x0d\x6a\xf7\xb1\x52\xe0\x57\xcc\x13\x9c\xbf\xbf\xc8\ -\x4c\x64\x7a\x44\xa9\xbc\x0d\xa4\x2d\xaa\xa7\x9d\x86\xdd\xfb\xe9\ -\xe7\x96\xb8\xa7\x50\xc2\xeb\xd9\x28\x87\x13\x24\xd1\xb6\x2a\xee\ -\x89\xea\x9f\x01\x54\x53\xca\x99\x23\x82\xd6\x0c\x8a\x28\x36\x76\ -\xc2\x31\x1e\xcf\xb9\x3e\x87\x5a\x09\xa8\xca\xfa\xa9\xe4\x96\x7f\ -\xf3\x26\xbe\xfd\x5e\x98\x79\x44\x1c\xf4\x9f\x49\x98\x80\x6d\xdf\ -\xdf\xd2\x53\x92\x5f\x43\xfd\xf8\xdd\x6d\xd4\x40\xe2\x9b\x37\x31\ -\x68\xe3\x6f\x9f\x4b\xda\x76\xfa\xf7\x02\x81\x7c\x76\x4a\x9c\x13\ -\xdd\xef\x0a\xa7\xe5\x1e\x2e\xa2\xcb\x37\x6c\x5e\x63\x86\x2f\x54\ -\xa4\xa0\x2f\x67\x5d\xd2\xb5\xdc\xe1\xcb\x50\x27\x32\x89\x4c\xb3\ -\x2b\x39\x8a\xb0\x2e\xcb\xa6\xc1\x66\x6a\x45\x47\x1d\x8e\x51\xaa\ -\x30\x22\x33\xc4\xe4\x04\xf1\xcb\x5a\xa0\x11\x08\x39\x7e\x51\xcc\ -\x39\x01\x89\x35\xf2\x78\x39\x48\xaa\x98\xf5\x89\xad\x4a\x49\xd3\ -\x70\xac\x05\x75\x4b\x93\xae\x70\xae\x4a\xf7\x21\xab\xeb\xdb\x84\ -\xb8\x50\xf9\xf0\x4f\xe4\xc3\xe6\xb9\x4c\xfd\x72\xd2\xc4\x30\x73\ -\x4e\xb4\xe2\xe1\x0f\xfd\x6b\x37\x1c\x86\x3e\x1f\x24\x4d\x8f\xea\ -\xf8\xd0\x28\x30\xb4\x4c\xa0\x91\xdf\x94\xce\xb8\x6c\x56\x77\x8c\ -\xad\xd3\xd0\x57\x26\xc2\xf2\x7a\x59\x48\x5d\x61\x68\x1f\x05\x64\ -\x4a\x5c\x90\x14\x8e\x45\xc0\x26\xc3\xee\x5b\xe3\x69\xd0\x0d\x25\ -\x76\x1f\xc9\xaa\x7c\x32\xf2\x39\x3f\xaf\xa7\x31\x12\x65\x5c\x25\ -\x26\xd3\x60\xc7\x4b\xd1\x56\xf0\x59\xc4\xea\xcb\xa5\x16\x9f\x35\ -\x19\x6e\xdf\x9e\x25\xa9\xa2\x73\xfb\xc6\x4b\x15\x1a\x1a\x7a\x35\ -\x4d\xb6\x66\x83\xe0\x9e\xa1\xcb\x48\x85\x40\x64\x26\x78\xb1\xd8\ -\xd0\x9b\x89\x6e\xd6\xfe\x73\x68\x4a\x29\x72\xb3\xb4\xec\x3d\x78\ -\xdb\xb6\xbc\x35\x38\x08\x63\xbd\xff\x7f\x09\xec\x5d\x18\xf7\x21\ -\x58\x98\xc1\x8c\xe7\xe1\x65\x01\xd8\xef\x59\x58\x31\x45\x1b\x1e\ -\x2c\xa9\x86\x39\xff\xbd\xea\x34\xdf\xf6\xed\x5d\x0e\x36\x56\x93\ -\x0a\x22\xbf\x46\x5c\x02\xdf\x8a\x2c\x6d\x5b\x1d\x6e\x59\x32\xe4\ -\x51\x0e\xa2\xef\x46\xf9\x92\x75\xee\x22\xf5\x31\x81\x25\x50\xce\ -\x17\x94\x76\x7a\x1c\xbf\x4d\xe0\xe2\x1b\xa0\xc5\x99\xc9\xa1\xf4\ -\x2c\x0c\xcf\x0b\x26\x3d\x3e\x63\x4a\xc8\x5f\xbd\x17\x67\x63\x55\ -\x71\x0a\xcf\x7c\xae\x18\xca\xf4\x62\x19\xd9\xcc\xcf\x46\x64\x82\ -\x23\x66\x94\x42\x57\x10\x64\xa8\x7b\xe0\xbd\xd5\x74\xe0\x29\x93\ -\xd6\x7d\xfc\x9e\xe3\xb3\x94\x9c\xfc\x27\xe8\x26\x16\x19\x3e\x81\ -\x7b\xf7\xc6\x38\x84\x66\x3d\xa7\xa5\xe7\x45\x77\x36\x17\x44\xcb\ -\xde\xfb\x90\xe2\x00\xf9\x5c\x70\x1b\x6a\xf4\xf3\xb7\xfc\x87\x33\ -\x03\xa5\xe4\x1e\x0d\x12\x24\x15\xed\x11\x5b\x50\x3a\x95\xaa\x01\ -\x61\x11\xf7\xdf\xf1\x3c\x67\xb8\x7c\xfc\x2f\x13\x5e\x1e\xbf\xf3\ -\x92\x29\xae\x47\xf3\x23\x72\x64\x41\x8e\xe7\x9b\x46\x30\x7d\x14\ -\xab\x0b\x65\x60\x97\x6b\x19\x34\xc7\x0b\xc4\x08\xf7\x3e\xbd\x55\ -\x72\x0c\x44\x74\xc4\x78\xf8\xa0\x42\x74\xbc\x93\x76\xfe\x6c\x10\ -\x53\x05\x27\xbf\x6c\x5c\xdf\xb4\xbe\x7f\x6b\x5a\xbe\xf9\x91\xea\ -\x3f\x63\x7f\xbf\x76\x45\x33\xc5\x70\x87\xce\x0d\xdc\x2a\xf9\x5f\ -\x83\x2d\x41\x6d\x83\x1f\xe7\xd3\x5b\xc6\xd0\xb7\x02\x6c\xfe\x99\ -\x63\xa4\x7f\x66\x2d\x7d\x91\x00\x7e\xdb\xec\x01\x26\xe1\x8a\x7b\ -\x40\x4f\x4f\xda\x5f\x7c\x56\x7f\x03\x59\x7c\xfb\x3f\x03\x7c\xca\ -\x68\x24\x7a\xfe\x66\xdf\xe8\xa0\x11\xe1\xd2\xdb\xeb\xbe\x34\x6e\ -\x21\xcf\x7d\xa8\x16\x24\xb4\xde\xd0\xf4\x01\x03\x1f\x2b\x91\xd9\ -\xb8\xbb\x6a\xa5\x0f\xbb\xe5\xf0\xf3\x85\xb4\x59\xa5\x86\xdf\x9e\ -\x27\x44\x41\xbe\x7c\x09\x30\x8e\x50\x61\xbe\x5c\xaa\x68\xbb\xeb\ -\x3c\xcf\xd4\xbd\x3d\x11\x22\xdd\x73\x10\xa2\xee\x91\x84\x19\x14\ -\x7c\x27\xb2\x8b\xf0\xa5\xe1\xfe\xf6\x59\x46\xf3\xc3\x21\x01\x4c\ -\x9b\x81\xa4\xe7\x7c\xde\x37\x0e\x12\x21\x86\xee\x8f\x81\xb2\x98\ -\x0b\xfe\xd6\x20\x15\xe9\x03\x54\x7d\x78\xa5\x49\x14\x58\x0d\xda\ -\xd6\x9a\xe1\x71\x0e\x9c\xef\x74\xc4\x7b\x1c\x0d\xdc\xe9\x05\x3f\ -\x9b\xaf\x87\x8a\x24\x36\xf6\x3e\xc8\x2c\x60\x93\x0f\x6e\xaf\x35\ -\x3c\x90\xd2\x06\x66\xc2\x5e\x8b\x61\x82\x2e\x58\x4b\x1b\xb6\x7d\ -\x10\xcd\xbc\x72\xa3\x75\x66\x78\x8e\x2d\x2a\x61\xd0\x0f\xb3\x8e\ -\x66\x07\x92\x48\x0d\xdd\x75\xeb\xa8\x7f\x07\x30\xc9\x37\x67\x31\ -\xa4\x65\x66\xdc\x37\xc0\xa9\xb6\xf3\xd8\x1e\x5a\x60\x95\x47\xd3\ -\x77\x9d\x13\xa9\xbe\x41\x51\x2d\x13\xe2\xa0\x42\xe5\x36\xa2\xbe\ -\xd0\xa2\x2b\xe5\x82\x93\x32\x61\xdf\xe0\xba\xba\xac\xce\x8b\x52\ -\xdf\xc2\xe4\xe1\x9f\x1d\xb9\xad\x08\x17\xaf\xd2\xe6\x7a\xa6\x4d\ -\x04\xf1\x45\xe3\xc4\xdc\x50\x9d\x2a\x87\x96\xff\xb6\x99\xa6\x4f\ -\xfd\xb7\x13\x69\x98\xaf\x9c\x9c\x2c\xd8\xd6\xc6\xa6\x97\x3a\xf4\ -\xcb\x48\xc8\x7a\x0f\x3c\x5b\xf9\xb3\x1b\x90\x22\x82\x62\x77\xe6\ -\x22\xcb\x96\x34\x14\xb2\xd3\x79\xa2\x08\x8f\x42\x5d\x92\xb3\xdf\ -\x7c\x4c\xcd\x5b\x60\x7e\x25\xca\x6c\x25\xc1\xf6\x15\x64\xf3\x6c\ -\x51\xf3\x85\x48\xad\xc8\xc9\x51\xa1\x38\xa4\x09\x7d\x55\xdf\x8b\ -\x3f\x3a\x25\x63\xa3\xb1\x42\x3d\x07\x5c\x4d\x69\x36\xf7\x17\x35\ -\x73\xbb\x5f\xe0\x6c\xde\xb8\x20\xfd\x84\xbc\x31\x3f\x17\x18\x6e\ -\x94\x95\xf1\x4f\xe4\x78\x78\xf8\x9d\xa8\xf8\x92\x6b\xb9\xc6\x7b\ -\x3e\x6b\xe7\xc5\x78\xdf\x3b\x35\xe1\xe4\xe6\x57\x43\x2e\x6b\x7a\ -\xe8\xca\xd8\x4c\x43\x4a\x40\x74\x59\xe1\xb4\xe0\xc6\x51\x85\xba\ -\xa7\x4f\xf2\x52\xc1\xd3\x7b\x28\x32\x03\xeb\xb0\x20\x8c\xd7\xad\ -\xee\x5b\x91\xf1\xfc\xef\x6d\x7b\xf6\x94\x1a\x2c\x28\x3e\xb9\x11\ -\xed\x5f\x9f\x58\xdd\x5b\xb3\x5e\x27\xaf\xd2\xa8\x92\x79\xb0\xa2\ -\x88\x6e\x01\xae\x38\x27\xf6\x3d\x6c\xd9\x3f\xe9\x94\xd5\xe9\xcb\ -\x04\x5b\x56\x0d\x23\xa8\x76\xf4\x79\x89\x9e\x87\x76\xbe\x51\x99\ -\x37\xf4\xfc\x9d\xf5\x42\x9e\x56\x79\x0d\x3a\x2d\x31\x0b\x6d\xd6\ -\xa3\x38\xe5\xda\x50\x25\xc5\xd2\x47\x10\x8b\x5b\x71\x81\x23\x2f\ -\x66\xfa\x1f\x6a\xca\xcb\xf5\x22\xe0\x9c\x8a\xff\x65\x3b\x98\x4d\ -\x56\xe5\x1d\x3d\xc3\xa3\x09\xb8\xae\x9c\x5a\x9e\xd3\x3e\x21\xcf\ -\xd0\xa2\xf9\x7e\x0e\xe9\xe8\xe1\x45\xcb\xaf\xcd\x1c\x55\x97\xd7\ -\x08\x54\x9f\x7b\x9f\xee\x27\xb5\x15\x5e\x9c\xac\x34\x73\x6b\x34\ -\xee\x91\xb9\xe5\xd1\x15\x9a\x7e\xb8\x05\xe9\x17\xd3\xb7\x02\xcb\ -\xb7\xad\xb5\x89\x76\x9d\x3a\x49\x53\xaa\xb9\x5f\x32\x82\xc2\xb3\ -\xf9\x96\x43\xde\xa3\x4d\x5e\xa3\x60\xbd\xcd\x67\xab\x2e\xc3\xc8\ -\x42\x32\xfc\x29\x73\x03\x49\x27\x3d\xaa\x5d\xe6\xa1\xbe\xc8\xf3\ -\xd0\x73\x82\x22\x4c\xfe\x55\xad\xf1\xda\x60\xc8\xb1\xd9\x75\xb3\ -\xb6\x06\xb2\xbe\xe4\xba\xec\x54\xbe\x80\xe8\x50\x93\x4d\x12\x2d\ -\x9b\xdb\xa9\x82\xf6\xed\x67\xbc\x8c\xed\x9b\x74\x84\xf4\xeb\x04\ -\x47\x9e\xb4\xd9\xc8\xf1\xa2\xda\x7a\xa4\x4c\xf8\x2f\xb2\xdb\x77\ -\x0f\xd5\x5f\x06\x48\x01\x80\x3a\x32\xd9\x52\xa3\x06\x7d\x14\xcd\ -\x64\x5a\x9c\x57\x5f\xf0\xe9\x2d\x39\xff\x4c\xf7\x7f\xf7\xed\xf8\ -\x73\x68\xf2\x2e\xe7\x0a\x71\x60\xdf\xbb\x9e\xc3\x97\xf3\xcf\x77\ -\xef\x48\xff\xfb\x48\x2b\xab\xf0\x1b\x31\xb4\x06\xbc\x32\x80\x1b\ -\x39\xb4\xd0\x1a\x5c\xf5\xad\xcd\x24\x4d\x7e\xdf\xec\x8b\x6b\x4c\ -\x47\xb4\x66\x49\x62\x06\xd4\x26\xf3\xca\xa3\x30\xa4\xcb\x94\x10\ -\x00\x68\xad\xc3\x06\xd2\x40\x11\xa8\xba\x42\x14\xad\xe9\xa7\xf4\ -\x9e\xc7\x20\x45\xee\x3d\xa4\xea\x02\x83\x37\x28\xaa\x4e\xb1\x01\ -\x8b\xd6\xe6\x80\x4c\x21\x33\x86\x0f\x43\x56\xf9\x7d\x3b\x19\x34\ -\x52\x66\xa7\x03\x4a\xe1\xf0\x7b\x9d\x95\x36\x14\x71\xc2\x6c\xa3\ -\x6a\x12\xf3\x38\x73\xdf\x36\x8c\x8f\xe7\xb3\x91\xf4\x34\xbd\x9a\ -\xdc\xa4\xe8\x34\xbc\x90\x8f\x0c\xca\xfe\x9c\x89\x42\x79\xb2\x0d\ -\x2c\x3c\xb7\x08\xa8\xbd\x26\xe6\x03\x8b\xbf\xae\xf5\x24\x27\x36\ -\x8a\xe6\x5a\xfc\xba\xdd\xc9\xe7\x6c\xcb\xc3\xd3\x9c\x72\x6d\x57\ -\x64\xe1\x25\x27\x35\xca\x59\xcb\x81\x44\x2a\x24\x02\x66\x13\x52\ -\xba\xf4\x6c\x8d\xc5\x4e\xd1\x5c\xcd\x97\xcf\x58\xd7\x75\x44\xc2\ -\xcc\xef\x3f\xf3\xe2\x50\x39\x9c\xbc\x34\xef\x17\xcb\xc3\x0d\x7f\ -\x94\x8c\x3a\x60\x04\x9c\x33\xb9\xbf\x4f\x5b\xcd\x11\xd2\xd3\x2b\ -\xbd\x80\x60\xc6\x0f\x33\xf0\xe9\xb5\xc1\xce\x5a\xee\xba\x9d\x43\ -\x4f\x30\x6c\xe1\x5a\x17\x58\x34\xc3\x19\x7f\xf7\x6d\xe4\x35\x26\ -\x20\x82\x62\x3d\x28\xeb\x5a\x17\x3e\xf2\xc1\x0f\xfd\xb8\xe6\x5c\ -\xdd\xd7\x10\x53\x11\xc6\xe6\xdb\x3e\xec\xdd\x02\x88\xb5\x8a\xaf\ -\x5b\x77\xae\xef\x16\x2d\x90\xfb\xaa\x78\x19\x4d\xec\xf3\x89\xef\ -\x8f\xb2\xab\xa7\xe6\xd9\xf9\xdd\x1f\x5c\x2d\x23\x02\x2e\xe5\xb5\ -\x20\x45\x93\x12\x1a\x16\xd8\x3c\x39\x46\xbd\xa9\xbc\x0f\x89\x9c\ -\x06\xac\xd1\x6c\xc0\x0d\x94\x86\x84\x27\x97\x96\x2c\x5f\xd3\xdb\ -\x03\x7f\xad\x85\xdf\xfd\x3f\x8e\x06\x5f\xd8\x3b\x82\x60\x91\x87\ -\xe2\x2d\xdb\xa7\xa7\x41\x56\x9c\x2f\xd2\xe7\xfe\xad\xf5\x2f\x7c\ -\x75\x9a\xce\x3d\xc5\xaf\xfc\xe6\x1a\x13\xb9\x4f\x74\x3f\x93\x53\ -\xae\x08\x80\xae\xb8\x47\xab\x29\x20\x36\x89\x9c\x8a\x0e\xe2\x8c\ -\x61\x38\xfd\x90\x88\x87\x81\xc4\xc7\x04\x0a\x5d\xea\x79\x55\x97\ -\x6d\x0c\xd8\xb6\x06\x2c\x4e\x10\x5b\xb6\x12\xfd\xf9\xe7\xff\xc4\ -\xaf\xfc\x0f\x94\xd8\x10\xc4\x51\xa1\xe8\x02\xb6\x35\x9a\x37\xec\ -\xfb\x80\x37\xb0\x76\x78\xfd\xda\xef\x89\x2f\xdc\x57\x64\x30\x79\ -\x96\x10\x78\xbc\xa4\xdb\xbb\x4e\xc2\x3b\xb6\xdc\xe4\x05\xf6\x12\ -\x48\xd0\xdf\x94\x32\xc0\xf8\xd6\x5f\x88\x5c\x50\xa2\xdc\xfe\x10\ -\x15\xcd\x4c\xf1\xbf\xed\xf2\x27\x60\xf1\x3f\x9e\x2d\xe2\xa0\x16\ -\x22\x7c\xf0\x6b\x19\x6a\xb6\x18\x36\xb9\x42\x2b\xb2\xed\xf9\x34\ -\x08\x0b\xd1\xe5\x61\x9c\xa5\xfd\x8d\x89\x53\x1e\x54\xde\x78\x44\ -\xd0\xa9\xf8\xe7\x3b\x0f\xce\x16\x76\xdd\x26\x8e\xd6\x1a\x7a\xa1\ -\xed\x0d\xf1\xdd\x72\x86\x96\x29\xb7\x4d\x06\xe6\x73\xef\x53\x22\ -\xd3\x3d\x85\x96\xb7\xf3\xa9\x4d\x8c\xb2\x1b\xde\x43\x2e\xb2\xf1\ -\x11\xa3\x0f\x32\x07\x92\x9e\x47\x41\xf6\xf9\xfc\x01\xf3\x65\x58\ -\x6d\xa6\x96\x3f\xe2\x1b\xeb\xd8\x78\x66\xc2\xca\xf4\x50\xd9\xfb\ -\xa7\xb5\x99\x0c\xf9\x04\x59\xd3\x6e\x12\x4f\x3b\x0c\x6d\xbb\x5d\ -\x83\x18\x43\xf7\x7f\xcc\x44\x9b\xcd\xa2\x51\xac\x6c\xfb\xc7\xb8\ -\xe5\x7f\x8a\x58\xe9\x32\x19\x7f\x88\xc1\xcc\xf8\xf7\xf7\xff\x6d\ -\xb9\x35\xcb\x1d\x72\xfd\xe2\xfe\x34\x8f\xde\x0c\xff\x15\xd5\x6c\ -\xfc\xed\x3c\xe9\x1b\x2b\x93\x37\xdf\x72\x63\xf1\xe5\x41\x85\xcb\ -\x9f\x1d\x8b\x48\xb0\x1c\xb6\xcf\xa8\xf0\x89\x6d\x82\x1a\xcf\xcf\ -\xa6\x1b\xb2\xf5\x38\xa3\x90\x39\x55\xe2\x39\x77\x7c\x78\x4d\x04\ -\xc6\xc1\xd5\xdb\x73\x74\xd6\x95\xf9\x8a\x40\x79\x61\xf6\xb1\x31\ -\x51\x48\x6d\x3f\x40\x90\x9b\x86\x11\x3d\x2f\x56\x2f\xe6\xc5\x73\ -\x80\xec\x0c\xe4\x07\x5c\xe3\xc6\x0d\x52\xce\x8d\x08\x77\x37\x91\ -\x1a\x74\xc2\x3e\xfb\x6d\xff\x7b\xb2\xf0\xdb\xb8\x7c\x3f\x4e\x7d\ -\xad\x67\x86\x6b\x9b\x08\x86\xde\x52\x93\xfa\x4e\x7e\x84\x65\xe5\ -\xc5\xcf\x97\x3e\xbc\xdd\xdd\x3c\x76\x02\xac\x0c\xad\x6e\xcf\xad\ -\x18\xc5\xf4\x56\x97\xc8\xe1\xf0\x49\x51\x6c\x51\x0c\xde\x44\xb4\ -\x52\x96\xa3\xb9\xf9\x25\x88\xfe\xc6\x7c\xd1\x3c\x14\xbe\xb9\x55\ -\x37\x9d\xdf\xf7\x9f\x0a\x58\x56\x37\xcc\xaf\x95\xc5\xa5\x24\xb0\ -\xc3\xb7\xbb\x4c\x39\x94\x63\xaa\x9c\x9a\x22\x85\xf5\x01\x29\xe3\ -\xc6\xae\xad\xb5\x60\xf8\x56\xcd\x40\x6f\xd1\x17\x3f\xd7\xe5\x1e\ -\x0e\xce\x78\x0d\x00\xb8\x6f\x19\x92\x52\x64\x26\x8f\xc9\x64\x2c\ -\x27\xa9\x4c\xe3\x46\xd1\xd2\xb6\x35\xff\xe3\x7f\xfe\xa7\xf9\x10\ -\xb7\x6f\x13\x81\xcf\xbe\x07\xc8\x24\xfc\x63\xc3\x23\x43\xe4\x21\ -\x9c\x6d\xc3\xa4\x0e\x3d\xa1\xdf\xbc\x1b\x3a\xba\x3a\xfe\xfe\xdf\ -\x7d\xdb\xf7\x1f\x12\xbd\x16\xd4\x4e\x72\x57\x41\x7a\x18\xe5\x39\ -\x37\x8e\xb1\x31\x88\xc2\x4d\x1a\x4d\x72\x41\xf5\x93\x21\xe3\xb6\ -\x15\x9e\x80\x8c\xed\xb2\x5b\x1b\x76\xb2\x3f\x2f\x95\x75\xb6\x3d\ -\x07\xaa\x32\x02\x77\x4e\xde\x45\x15\xf7\xfd\xa7\x30\xd1\x00\xa0\ -\x77\xca\x99\x00\xe0\xf7\xfe\x93\x43\xd6\x50\x29\x24\x4d\x91\x08\ -\xbf\xfa\xaf\x81\xbe\xe8\x02\xbb\x6c\x5e\xfd\x02\x21\xdd\x99\x63\ -\xf5\xb3\x2e\xac\xc5\x79\x4e\xdb\xcf\x02\x7c\x22\xb8\x15\x6b\xbc\ -\x83\x14\xb9\x8f\x5b\x53\x42\x17\x76\x04\xf4\xcf\x6f\xff\xda\x70\ -\x48\x19\xbc\x7e\x6c\x10\xa6\xb7\x37\x9f\xdb\xc0\x33\xea\x88\x6b\ -\x5e\x00\x5f\x60\x1f\xa0\x5b\x0e\xe7\xaf\xc5\xb8\xbc\x44\x02\x11\ -\x2b\x76\x28\x5e\x02\xdb\x1d\x9f\xfd\xb2\x86\x6d\xab\x78\x33\x25\ -\x0e\x77\x88\x38\x15\xb3\x70\x7c\x3e\x1f\xf0\x4f\xc4\xc4\x6c\x90\ -\xd3\x4a\x63\xc9\x15\x39\x4f\x36\x5c\xb9\xda\x39\x1c\xc0\xa8\x3f\ -\xad\x19\xf8\xa9\xf7\x3b\xb1\xff\x61\xa5\xa1\xf4\xeb\x75\xc0\xcd\ -\xde\xb7\xfd\x7d\x0d\xe4\x66\xca\x30\x7b\x43\x6f\xda\xa0\x5d\x61\ -\xd9\xf6\xe8\x7b\xcc\x8c\xe7\x34\x31\xac\xc1\x88\x77\x32\x06\xe1\ -\x26\x35\xde\x20\x91\xb2\x94\xa8\x26\xe5\x19\x6a\x39\x89\xca\xff\ -\x07\x2e\xf2\x67\x53\x77\xfe\x9c\x00\xf0\xc1\x3d\x64\xca\x4b\xd8\ -\x1a\x9e\x6d\xc3\x32\x89\xfa\x43\x39\x09\xc2\xf1\xb3\xfd\xf0\xc2\ -\x47\xad\x67\x80\xa3\xd4\x39\xd8\x03\x79\xff\xdf\xb8\xb9\x6f\xc8\ -\xac\xb9\x29\x15\x45\x6d\x60\x95\x25\x9f\xcf\xfc\xfd\x49\x79\xb5\ -\xed\x3f\xf3\x77\x1a\xe6\xb9\xbe\xf1\xeb\xf5\x12\x8f\x8d\x34\x2d\ -\xe3\x32\xec\xcf\x9d\x99\xaa\x9a\x76\x9a\xaa\x0f\xb7\xde\xf9\xfc\ -\x91\xe7\xa3\x86\xb5\x88\x01\xdc\xfc\x6b\x35\x1a\x11\x74\x7b\x58\ -\xf7\x5e\xb8\x92\xe0\x11\x53\x08\x99\x1b\x8d\xc8\xb9\x88\xc0\xdd\ -\x53\x86\xb2\x56\xe1\xba\xab\x73\xbd\xed\x05\x77\x99\x58\xfd\x40\ -\xd7\x63\xc2\xc5\xb1\xc1\xf0\x62\x81\x82\xa4\x02\x23\xac\xfd\xf3\ -\xcf\x3f\xd9\xb9\x53\x93\xe4\xa4\xce\xb6\x4d\x67\xca\xe0\xad\xf9\ -\xe0\xed\x74\x9a\x3a\xa1\x6a\xb1\x37\x47\x76\x09\xaf\x87\x94\x85\ -\x52\x3a\xd7\x27\x52\x53\x2f\x5a\x52\x98\xcb\x71\xf5\x19\x8a\xdc\ -\x20\x1f\x55\xf0\x10\x06\x5b\x7b\x4c\xbc\x2e\xdf\x06\xb4\xdf\x4b\ -\x4c\xf2\xfd\xbf\xd7\x86\xe7\x45\x4c\x77\xfa\x05\xde\xa7\x27\xcb\ -\x43\x28\x83\x5a\xa6\x64\x44\x14\xa1\x5c\xdd\x0b\xdf\xb8\x45\x70\ -\xb9\x7f\x20\xe4\x64\xf1\xf3\x49\x7a\x23\x7c\x9d\x7e\x62\xce\xbd\ -\x78\xdb\x12\x5e\x25\x4e\xb9\x1d\x42\x7e\x15\x97\x20\xed\xd4\x95\ -\x6f\xf7\x3c\xa4\x8c\x8f\x2c\x07\xe4\x9c\x96\xcc\xcf\x83\x47\xa1\ -\x7b\x4e\x47\xff\xf3\xf3\x33\x89\x82\x4e\xd2\xd9\xb2\xa1\x22\x58\ -\x3f\xff\x19\x9f\x59\xc9\x4c\xed\x59\x5c\xfc\xe3\x53\xad\x2b\x25\ -\x67\xe4\xa6\x44\x95\xb8\x90\x90\x83\x06\x11\xcd\x42\x0f\x8c\xa9\ -\x79\xe6\x1b\x90\x2b\x0b\xa1\xd3\x83\x15\x93\x13\x39\xc8\x4f\xe5\ -\x19\x29\x0f\x42\xec\x97\x3a\xea\x33\xc3\xef\x5c\x6a\xd0\xb7\xaa\ -\x26\x71\x13\x3f\xf4\x6b\x22\x3d\x31\xd7\xd3\x97\x78\xea\xe1\x6d\ -\x89\xd0\x24\xa3\xc7\xc4\x1d\x89\x36\x2d\xff\x94\x19\xd2\x25\xa5\ -\x5b\x6f\x12\x16\x93\xec\x74\x4f\x11\x0f\x2a\x93\x9e\x60\x84\xf0\ -\xd7\x89\x58\x41\x16\x84\xb2\x26\x4d\x50\x47\x75\x73\x9b\xfe\x25\ -\x4d\x8e\xb6\x67\x9a\xbd\x43\x10\x62\x2b\xbf\xbd\x29\xa9\xdf\xbf\ -\xc9\x78\xf3\xb7\x9f\xc0\x96\xf6\x3b\x4b\xe2\x94\x0e\x7d\x75\x90\ -\x2c\x75\xc4\x9a\xcc\x9c\x2e\xa5\x69\x82\x56\xd8\xe5\x33\x9e\xf5\ -\x20\xd9\x95\x66\x2d\xc9\x82\x01\x5a\xe8\x48\xff\x9f\xf5\x3c\x53\ -\x93\x04\xb5\x65\x4c\x2b\x83\x92\xd5\xa5\x68\xfc\x22\x99\x1a\x28\ -\x6b\xa2\x91\x01\x36\xb6\xda\x7a\x03\xc3\xdc\xbf\xca\x07\xda\x9a\ -\xf7\xae\x80\xc8\x8d\x53\x14\xc7\x8c\x56\xd4\xb2\x23\xc2\x0b\xe8\ -\x11\xd1\x18\xaa\x8a\x5b\x05\xab\x01\x4e\x44\xf4\x35\x77\x49\x5f\ -\xe4\x2d\x31\x9d\x1c\x5b\x43\xf1\xdf\x4f\xca\x8f\x9f\x1b\x92\xd5\ -\xcc\xeb\xc0\xf4\x60\xa9\x8a\x6d\xec\x23\xfc\x13\x91\x13\x64\xbe\ -\x95\x04\xe7\x50\x93\x6c\x36\x10\x13\x39\x90\x46\x63\x10\x99\x45\ -\xd1\x3d\x37\xb0\xee\xfb\x65\x3f\xc3\xa3\x7b\x8c\x86\xfb\x6f\xff\ -\x17\xf9\x54\x2a\xed\x73\xf1\x4c\x2f\x61\xfb\xfc\x17\x33\x96\x72\ -\xca\xb2\x34\x57\x18\x18\x24\x3d\x9b\xf5\xd0\xa0\x37\x56\x4e\x91\ -\x34\xff\x50\xbd\xbf\xbc\xda\x96\x39\x46\x43\xba\x1b\xdd\x6e\x12\ -\x4b\xb5\x6d\x4d\xde\x24\xb1\xb5\xbb\xdd\x36\xc0\xbb\xb8\xee\x9f\ -\x07\x40\xa6\xce\x6d\x1c\xfe\xa7\x1a\x54\xd1\xd8\x3c\xa6\x57\x26\ -\x88\x7f\xff\x45\xf2\xf8\x96\x2f\x37\x36\x66\xbe\x79\xc9\xe0\x76\ -\xc1\xb1\x81\x5a\x49\xc7\xad\xc9\xbb\x4b\xac\xd4\xeb\x9b\x76\x76\ -\x86\x74\x52\x5a\x4e\xa5\xc9\xba\xb6\x6d\x33\x19\x7e\xff\xb7\x9c\ -\x29\x54\x9e\x5e\x14\xbf\x82\x0f\xa0\x82\x6b\xfd\xd3\x7e\xcf\x33\ -\x3a\xc1\x1a\x40\x27\xab\xb6\xf7\x27\x7f\x07\x42\xb8\x8e\x1c\xc6\ -\xc7\x46\x81\x7f\x1e\x24\xbe\x00\x0d\xd8\x40\xf3\x93\xd2\xb1\xd8\ -\x36\x24\xaa\x5d\x2c\x60\x57\xc9\x00\x14\xeb\x88\x23\xc8\x67\x44\ -\x6d\x23\xc2\xfd\xec\x0c\xb0\x14\x71\x52\x7c\x19\x64\xd2\x57\x51\ -\xa7\x7a\xca\x03\x32\x24\x24\x4e\xbe\xf4\x01\x1b\x95\x35\x40\x72\ -\x43\xe6\x39\xa9\x24\x61\x7c\x4f\x2b\xc3\xd5\x37\x36\x22\xe6\x61\ -\x15\xf7\xf3\x74\x35\x51\x7f\x3f\x73\x30\xd2\x37\x3f\x92\xf2\x3e\ -\xd1\x20\x2d\x9a\xec\x8f\x75\xe6\x32\x45\xb4\xcd\x23\xd2\x25\xdf\ -\xdf\x75\xc8\x18\x1b\x22\x7e\x1d\x35\x0c\xf8\x50\xb1\xac\x11\x0f\ -\x14\x0d\xbf\x12\x9e\x20\x3b\x1f\xfa\xc6\x1d\xbd\x55\xf0\x13\xdb\ -\xce\x31\x0c\x6f\xef\xb7\x44\x70\xf0\xe9\xc3\x8d\x3b\xf8\xaa\x3a\ -\xb4\x35\x3c\x15\x8d\x71\x0f\x62\xb7\x49\x13\xa5\xd1\x5c\x19\x68\ -\xe7\x19\xc4\x9b\x37\x8f\x06\x60\xd6\x16\x97\x64\x75\x36\xb9\x50\ -\xc5\x6a\x8e\x1f\x6f\x88\x35\x6b\x62\xa2\x2b\xeb\x24\x72\x09\xed\ -\x72\x6a\xe5\x82\xbd\xcf\x17\xe5\xc3\x62\xb4\x3c\x49\x5a\x53\x64\ -\x8c\xfc\x94\x59\x32\x2f\x4b\x75\xa3\xa2\x82\x75\x79\xc7\x17\x12\ -\x9d\xed\x28\xe8\x2a\x72\x8b\xaa\x52\xd4\x35\x96\x78\x3d\xb8\x00\ -\x06\x31\x49\x0e\xad\x35\x08\x77\x5b\x5d\xa6\xe4\x41\xb5\x35\x39\ -\x95\xe7\xa1\x4d\x82\x13\xdc\xfa\xc5\x3f\x65\x34\x23\x4f\xaf\xf6\ -\xc9\x6a\x04\x11\x9b\xcf\xd8\xa6\x15\xa6\x57\x6d\xb0\x86\x28\x8c\ -\xb5\x9a\xa6\x51\x4c\x75\x5a\x4c\x10\xe4\xdc\xf0\x47\xbe\x99\xa3\ -\xf8\xd0\xf0\xc4\xce\x43\x6c\x3a\xb5\x02\xbc\x90\xd9\x51\xe1\x37\ -\xb8\xbc\xa8\xd5\xca\x87\x8a\xec\x85\x9c\x72\xea\x28\x68\xa8\x6d\ -\x40\xec\xcf\x17\x9d\x2a\x1b\xd2\xc8\xc8\xe9\xfa\x6e\xe6\x32\x06\ -\x6b\x20\xc5\x35\x73\xad\x24\xd0\xa4\x71\x3f\xef\x0d\xba\x08\x0f\ -\xe1\x7e\xbb\x68\xae\x94\xc4\xb4\xdc\x9f\x66\xd2\xfe\x56\x18\x75\ -\x63\x7f\x97\xd8\x68\x2b\xc2\x12\x44\x60\xbb\x5b\x6c\x35\x1f\x58\ -\x7c\xce\x56\xd7\xd8\x64\x71\xad\xf5\x30\x61\x8a\xcb\x14\x4c\x6f\ -\xf6\x44\x19\x2b\x0c\x07\x4a\x3c\x25\xa2\xf9\x8e\x6e\xf1\xf7\xa5\ -\x4d\xd3\xbc\xb9\x4a\x89\x84\x96\xf9\x98\x08\x53\x4e\x36\x34\xfe\ -\x3a\xee\xf0\x39\xa1\xd3\xa1\xad\x9d\x45\x62\x50\x33\xfd\x73\xa1\ -\x9d\xcd\x28\xf9\xf6\x29\x7d\x27\xf1\x8d\x34\x3f\xc9\x5a\xff\xcc\ -\x46\x76\xc8\x01\x16\x56\x3c\xe3\x1e\xa6\xd8\xcd\xd7\x0a\x01\x5d\ -\x3f\x45\xaa\xe4\xa7\x87\x81\x65\x36\x1f\x42\x9a\x40\x91\xdb\xe5\ -\x8d\xc0\xb7\x2c\xa9\xba\xb4\x39\x7c\x48\x94\x73\x12\xdb\xa8\xc8\ -\x3e\x06\x2b\xe4\x13\xa7\x28\xde\xd6\xcb\x61\xdd\xc2\xa6\x07\x82\ -\xbd\xfd\x6f\xba\xb6\x9c\x6a\xa3\xc7\x79\xb6\xac\x23\xe0\xf8\xd4\ -\xde\xd3\x9c\xc2\x67\x50\x37\x0e\x33\x3e\x8f\xfd\xc9\xf9\xfe\x30\ -\xf1\x57\x79\x29\x80\x3c\x47\xe3\xa3\x15\x3a\x00\x02\x2e\x59\x33\ -\xaa\xe8\xf9\x75\x86\x52\xfd\x28\x8a\xa2\xb1\xe5\x57\x2f\x59\xbd\ -\xab\xb9\x6a\x7b\xf7\x9c\x61\xc5\x4d\xeb\x01\xc5\x1a\x06\x3d\x19\ -\x33\x92\x08\x00\x00\x20\x00\x49\x44\x41\x54\x97\xfa\x5e\x03\x91\ -\xcd\x3a\xbd\x6c\x1c\x1b\x1b\x0f\xa2\xec\xf2\x56\x55\x7d\x0d\x4f\ -\xef\x52\xa8\xd8\x62\xe4\x40\x08\x18\x1e\x04\xf6\x28\x83\x33\xbf\ -\xed\x0c\xee\xfd\xf6\x7c\xaa\xca\x28\xfe\xa5\x61\xbf\xad\xc8\x25\ -\xa8\x38\xfa\x3a\x25\xad\x5d\x8a\x78\x50\xd6\x8e\xcf\xf8\x8d\xfa\ -\xf6\x36\x64\xfa\x0a\x66\xa0\xc8\x82\xd4\x71\x9a\x84\x87\xe6\xe2\ -\x90\x6a\xce\xa9\x80\x84\x44\xaf\x6f\x69\x7d\x4a\xdb\x03\xdb\x0d\ -\x54\x85\xc7\xa0\x28\x07\x62\x39\x70\xd1\x26\x19\x6f\x67\x22\xa6\ -\x84\xfd\x34\xd7\x87\x72\x7d\x47\x04\xc4\xc0\x56\x2b\x70\x4b\xde\ -\x23\xa7\x64\xbb\x7e\x9f\x94\x3e\x8e\x0b\x36\x71\x8f\xad\xa7\x15\ -\x6b\xbd\x41\x2a\x00\xd2\x56\xa4\xd4\xa8\xb2\x7b\xe6\x7b\x52\x20\ -\x9e\xca\x20\x7c\x7e\x0e\xd5\x8c\x06\x22\x3e\xef\x62\xc8\x00\x6d\ -\xc5\x26\x3c\x5e\xd0\x94\xba\x7b\x3d\x41\xed\x79\x48\x5f\x65\x10\ -\xe9\xfa\xbd\xe2\xcf\xf4\x8a\x4c\x3c\x2c\x34\x08\xa4\xfb\x98\x2c\ -\xeb\x6d\x0c\x57\xe8\x6a\xb0\x32\xca\x20\xef\x7e\x47\x74\x3f\xdb\ -\x78\x36\xa1\x2f\x39\x5f\x32\x3c\x5e\x51\xa7\x05\xd4\xca\x30\xd7\ -\xbb\x7e\xe7\x39\xec\xea\x56\x14\x8b\x1f\x51\x9e\xe1\xe7\xe8\xd2\ -\xf6\x16\x80\xcb\x0d\x37\x0f\x32\xb5\x84\x9d\xd5\x7e\xdf\xee\x3b\ -\xb7\x1c\x9a\xcd\x4d\xbb\x23\xd6\x02\x7b\xdc\x0a\x9a\x17\x8d\xd9\ -\x1c\x74\x83\x7e\xea\x85\x34\x7b\x90\x31\xf3\x0c\xf9\xbd\x74\xa5\ -\x84\x3e\xcf\xb7\xdc\x35\x44\xa3\xb5\x2a\xe4\x1d\x15\x6b\x12\x34\ -\x3d\x0e\x05\x55\x12\x99\x4b\x86\x1c\x84\x6b\xcf\xb5\x29\x42\x69\ -\x6f\xf4\x23\x4f\x8a\xa8\x1a\x36\xf7\xce\x71\x52\xba\x65\xdc\x1d\ -\x9d\x4a\x6c\x72\xf0\x38\x95\x19\x50\xf9\xff\xe4\x0d\x84\x10\xb6\ -\xd3\x97\x6d\x53\xac\xc0\xb5\x06\x30\xcd\xec\x0e\x75\x0f\x9d\x83\ -\xb0\xb2\x9d\xd3\x7f\xf1\x38\xbf\x9f\xd1\xcc\x1e\xe3\xe4\x4d\x50\ -\x49\xd1\xbd\x99\x15\xae\x65\x85\x4a\x02\xf3\x0a\xc8\xe2\x9d\x8f\ -\xd7\xbf\x65\x37\x52\x8f\x31\xb9\xfc\x49\x31\xab\x81\xb2\xfd\xf3\ -\x45\xa1\x7b\xa6\x4a\x93\xaf\x94\x7b\x0b\x10\x24\xc4\xea\x2e\xd6\ -\xd4\xe4\x97\xa4\x13\x4f\xc4\x34\x87\xd3\xe7\x61\x85\x6c\xe4\xa0\ -\xe0\x9c\x1e\xa7\xde\xee\x44\xfd\x6e\x08\xe5\x4e\xc0\x34\xee\x3c\ -\xa7\x90\x49\x59\xd9\x92\x1b\x81\xd4\x97\xe6\x93\x1b\x1e\x11\x2b\ -\xf8\x8c\x60\x55\xa6\xc8\x5c\xbf\xef\x3b\x89\x61\xc4\x9d\xbe\xf6\ -\x17\xdd\x72\x2f\x40\x46\x26\x95\x3c\x8d\xb3\x71\x40\xe9\x19\x88\ -\xea\x1b\x3f\x58\x73\x97\x5d\x0b\x69\xd3\xd6\xc2\xd7\xa2\xec\x9b\ -\x06\xf6\xcc\x2b\x4a\x7f\x08\x05\x46\x41\xd0\x92\xeb\x1d\x37\x9e\ -\x06\x56\x19\x52\x0e\x0b\x7e\xb6\x35\x3e\xc4\x1f\x9c\x45\xed\xf2\ -\xe8\xe1\x55\xe4\x0d\xf7\x2c\x28\x6c\x31\xc5\xf1\xd8\xf8\xb0\x3d\ -\x7c\x33\x86\x60\x37\xc3\x60\x4d\x7b\x0b\x72\x6f\x05\xcd\x22\x7e\ -\xd5\xd0\xa7\xb4\x88\x19\xaa\x57\x21\xe8\xc7\x24\xda\xe5\x85\xbd\ -\x70\x26\x03\x6a\xac\x38\xb4\xc9\x02\x6e\xd1\x4c\xce\xd2\x8b\xfe\ -\x94\xa4\xfa\x34\x29\xe6\x76\x8e\x0a\x35\x0f\xd9\x8f\x87\x10\xd7\ -\x65\xbd\xb7\x60\xae\x06\xbe\x4c\x8a\x99\xfe\xee\x3f\x80\x80\xd8\ -\xa7\x95\x74\x36\x94\xea\x41\x85\x4e\xcb\x22\xcb\x84\x50\xa9\x69\ -\x96\x9d\x02\xfc\x38\x57\x22\xc8\x5a\x04\x8e\xa4\x95\xa9\xb3\xdf\ -\xfe\x2b\x21\x86\xec\x9a\xce\xd1\xf0\x0d\xd5\x16\x45\x35\x70\xd5\ -\x18\x1e\x27\x55\xe0\x32\xdd\x2d\x84\x25\xb3\x3e\x76\x12\x1a\xf9\ -\x41\x16\x0b\x80\xc9\xd6\xe7\xc6\xb5\x7e\xf6\x2a\x56\xdf\xa2\x04\ -\x42\x4a\x12\x52\x49\x1c\x21\xbd\x4a\x5a\xd4\xab\x6c\xb8\xf6\xa0\ -\x3c\x45\x78\x60\x80\x52\xe6\x65\x24\x63\x7a\x9b\x07\x72\x6c\x63\ -\xf3\x92\xa2\xca\x8d\x8b\x7f\xe6\x7a\xcf\x35\x25\x87\x54\xe1\xe2\ -\xad\x39\x25\x70\x61\xff\x9b\xd7\xc1\x26\xad\xb1\xfd\xe5\x41\xb4\ -\x1a\x64\x42\x2c\x04\x34\x6d\x36\xaa\x0e\x67\x60\x06\x16\x97\x87\ -\xeb\x2d\x33\xeb\x28\x68\x1f\x70\x94\x76\xde\x55\xd1\x50\xe7\x9d\ -\xfc\x25\x6f\xac\xbc\x7d\xd4\xd0\xd7\xe5\x9f\x50\xa5\x01\xb0\x78\ -\x18\xb5\xa4\xb0\xc5\xe9\x3b\x92\xb8\x00\xed\xb3\xd5\x57\x20\x01\ -\x0d\xd2\x1c\xad\x35\x7e\x2e\x19\x13\xf4\x28\x4c\xf4\x31\xbd\xd6\ -\x03\xb8\xf0\x46\x7a\x33\x09\xf0\x1a\x59\x62\xf5\x25\xf5\x8b\xf7\ -\xa9\xc3\x34\xda\x14\x19\xbe\x05\xf4\x9d\xb8\xaa\x98\x59\xba\xe5\ -\xdc\xe4\x7b\xf9\x5f\x72\x67\x2b\x40\x78\xe5\x4a\xb0\xe4\x49\x3a\ -\xbd\x35\x88\xd8\x90\xca\xd1\x13\xd8\x67\x7b\xad\xca\x8e\x8a\xfc\ -\xad\x94\x24\x1d\x9b\xa7\x37\x4f\x69\x20\xc7\xed\x5f\xdf\x8f\xf3\ -\xf0\x42\xa1\xa4\x73\x03\x2c\x36\xc8\xd3\xd6\xb8\x47\x60\x68\x35\ -\x6d\xae\x72\xb9\xde\x95\x0e\x43\x3e\xad\x13\x1a\x13\x23\x8f\xbf\ -\x35\xa5\xe7\x7d\x94\xde\x8a\xf1\xde\xc8\xcb\x9f\x3f\xe8\x75\x5e\ -\xff\x78\x52\x53\x36\x43\xe7\x06\xb7\x6f\xb9\xd3\x5c\xdf\x7c\x38\ -\x76\x67\x37\xcc\xbf\xa3\xde\xad\x30\x24\xec\x2d\x83\x16\x17\xde\ -\xc6\x21\x5f\x8e\xd3\x7b\xd0\xf1\x6c\x53\x29\x91\x53\x78\x60\xfc\ -\x67\x32\x98\x34\x64\x3b\x8f\x6b\x27\x31\xeb\xaa\x50\x07\x54\xc5\ -\x7b\x8e\xc3\xc7\x9d\xf5\x4d\xc8\xcb\xe8\x02\xf9\x56\x77\x7b\xed\ -\x12\x12\xba\x1c\x6a\x89\x49\x2a\x6f\x57\x81\x24\x40\x87\x22\xf5\ -\x46\x2a\xc6\xa7\xdf\xb1\x4d\x9a\x4c\x1c\xa1\xb0\x3f\x39\x8c\xbc\ -\xbc\xce\x10\x92\x59\xdb\xf9\x5d\xc1\x64\xdb\xe2\x1a\xd8\x23\x21\ -\x4f\x8b\xd9\xa5\xc6\x2b\x07\x67\xcc\x21\x5b\xfc\x38\xb8\x6d\xb5\ -\xc6\x3b\x9a\x6a\x9b\x80\xc9\x4b\x3c\x45\x56\x14\xdc\x32\xa7\xbe\ -\x80\x60\xca\x0b\x3d\xc1\x2d\x58\x9c\x74\xe2\x79\xa7\x1d\x1b\x7c\ -\xb6\xf8\x60\x23\x33\xae\xc7\x33\x6e\x4d\x6a\xbf\x9b\xe8\xd1\xbf\ -\x2c\x1f\x78\x51\xe4\x20\x62\x6e\x8a\x46\x6e\xe5\x51\x57\x2f\x10\ -\x84\x57\x9d\x6d\x94\x09\xbf\x79\x8e\x2e\x91\x24\x32\x56\xc3\x49\ -\xaf\xe0\x98\xf3\x35\x0e\xea\xea\xa6\x5d\xfe\x36\xad\xe1\x8f\x92\ -\xe2\xe7\xe7\x3f\xfe\xbe\xdd\x26\x52\x77\xeb\x45\xe5\xa9\x52\xf6\ -\x0f\x94\xbe\xd4\x16\xad\x20\x36\x58\x22\x36\x2f\x5f\x78\xfa\xae\ -\xa0\x79\x04\xa5\x0f\x8e\x22\xfe\x91\x20\xb7\xad\xd2\xb4\x8f\x5f\ -\xfe\xf2\x11\x82\xa0\xa3\x50\xc9\x7d\x52\x05\x94\xd0\xb6\xf2\x6e\ -\x92\x82\xc3\xdc\x5b\x52\x19\x94\xa9\x8f\x90\x6b\xd9\x49\x2d\x99\ -\xc5\x34\xf4\x4b\x48\xa1\x54\x63\xf1\x90\x18\x10\xe1\xbe\xef\x46\ -\xca\xd3\x9c\xe2\x5e\xc4\xa9\x01\xfd\x36\x2d\xcc\x1c\x9b\x87\xa1\ -\x5f\x46\xc8\x68\x64\x93\xf4\xc3\xbc\x36\x38\x51\x34\x9f\x53\x6a\ -\xfb\x5f\x30\x31\xee\xbd\x5d\xb2\xb3\xea\xb0\x81\xe6\xc3\x06\xa9\ -\x8b\x43\xfd\x22\x13\x9f\x38\x26\x41\xaa\xc9\xc9\x56\xbc\x64\x5b\ -\xdc\x30\x7e\x27\x94\x22\x33\x60\xf2\xeb\x7a\xd3\xe1\x5a\xe1\x78\ -\xb8\x83\x02\x49\xfe\x7d\x91\x37\xac\x70\x0a\x18\xb1\xc9\xe7\x0c\ -\xb0\x50\x81\x93\xe9\x95\xa2\xf2\x98\xa8\xf4\x82\xaa\xbb\xf4\x1d\ -\xbf\xbc\x1c\x97\x2d\xf7\xab\xdc\x2c\x9a\x46\x3b\xcc\xe6\xa1\xf1\ -\xcf\x5a\x29\x7d\xc8\x70\xb8\x90\x98\xf9\x04\x4f\x9a\x04\x8b\x78\ -\x4e\x42\x62\xc2\x65\x75\xae\xba\x41\x57\x0a\xc6\x91\x38\x4e\xca\ -\xe9\xfc\x89\xdf\x64\xad\x26\x3a\x0d\xa7\xed\xb0\xa3\x97\xad\xdd\ -\x42\x19\x3a\x33\x25\x9c\xf4\xd5\x2c\xce\xa8\xdc\x06\xf1\xe7\x71\ -\x25\x36\xd1\x8c\xaf\x73\x23\xa2\x87\x91\x79\xa7\x7c\xb6\x26\xa7\ -\x9a\x47\xfc\x84\xb9\xa0\x35\x55\x3b\x31\xb7\x76\xe8\xb8\x54\x11\ -\xbb\x1d\xde\x4f\xd4\xfa\x90\xc1\xe4\xbb\x74\x7b\x31\xca\x89\x02\ -\x7f\x33\xcd\x9f\x5b\x9b\x20\xfc\x74\x23\x72\xfa\x2f\x0e\xbd\x63\ -\x4e\x59\x97\x4f\x9d\xbd\x3a\x61\x59\xfe\x47\x9a\x5c\x21\xd3\xe2\ -\xcf\x30\xd1\xb1\xd7\x69\x5b\xaf\x36\x88\x92\x90\xf5\xc6\xc4\x4f\ -\x72\x95\x94\xb9\x7e\xd4\x46\xf2\x3a\x73\x86\x02\xa2\x60\x4d\xb9\ -\x15\x06\x1c\xbe\xbd\xb6\x65\x81\x4b\x2a\x25\x0a\x9a\xde\xc0\x34\ -\x1c\x37\x1e\xd1\x54\xdf\x89\x67\x6f\xc4\xab\x11\xba\xd9\xfc\x64\ -\xfb\xd8\xae\xbc\xe7\x7c\x51\x3b\xf3\x2b\xb6\xa3\x7f\x2f\x23\x47\ -\xe6\xfc\x1e\x16\x80\x1d\x7e\x5a\xce\xac\xc2\x6f\xc8\xeb\xb3\xb9\ -\x7a\xfb\x99\x22\x10\xfc\x04\x12\xf4\xc2\x66\x7c\x87\x07\x35\xee\ -\x49\x81\xd3\x92\xb4\x72\x19\xf6\xc5\xfe\x03\x5c\x71\xff\x8c\xc2\ -\xa6\x06\x06\x6b\x97\x34\x3a\x43\xca\x23\x6e\x81\xe7\xc4\xff\x35\ -\x83\x86\xbe\x13\xe4\x7a\x33\x9d\xef\x50\xd0\x52\xc3\xd7\x10\x0d\ -\x26\x7d\xd9\x7e\xe9\x7e\x36\xde\xb4\xf3\x1d\xe3\x80\x8c\x74\x29\ -\x5e\x7f\x67\x9b\x4a\xe3\x0c\x1c\xed\x67\xf5\x23\x3f\xb2\x5c\x8d\ -\x95\xbb\x97\x7f\xff\x9d\x12\x47\xf3\xe6\xb8\x87\x25\xfc\xb5\xd2\ -\xe0\x20\x8b\x53\x5a\x6f\x52\x2f\x7b\x7f\x72\x9b\xb9\xbf\x6f\xfb\ -\x4e\x0c\x76\xff\xfe\xe3\xdc\x31\xab\x84\x7c\x91\x41\x33\xe4\xde\ -\x63\x1b\x41\xfe\xde\x77\x95\x21\xd1\x19\x45\x20\x4d\x1a\xce\x03\ -\xd8\x30\x07\x73\xe6\x07\xe9\x11\x27\x49\x9f\x24\xdb\xc6\xdd\xf7\ -\xed\xa0\xa8\x96\xf9\x93\xb2\xd5\x38\xaf\xa4\x9e\x5f\x5a\x00\x96\ -\x79\x63\x45\x3c\xce\x40\x1e\xcf\x55\xa8\x82\x72\x40\xf1\xd8\x18\ -\x54\x51\x42\xc0\x83\x68\x5b\x39\x77\xcb\xa8\x86\xb4\x3c\x63\x33\ -\x20\x4d\x11\x8b\x41\xd9\x40\x14\x78\xc1\x3c\xa3\xb5\x5d\xf5\x8d\ -\x55\x0f\xfe\x3d\x50\xf9\x1d\x23\x1e\x64\xd8\x53\x6a\xfa\x2a\xa3\ -\x7b\xa3\x44\x86\x0f\x8d\x24\x87\xdc\x51\x13\x29\x93\xc7\x55\x5c\ -\x0e\xe7\x91\xd9\x3c\x93\x13\x03\x51\x84\xed\x08\x52\x8f\x30\x5a\ -\xa4\x02\xac\xab\xbc\xd0\x80\x1e\x94\x39\x9d\x42\x25\x8b\xac\x2d\ -\xfc\x31\xb0\x0e\xfe\x76\x32\x64\x02\x7a\xc1\x59\xcf\x9d\x50\x1e\ -\x72\x2f\x6b\xd4\x2f\x92\x9e\xf4\xed\xff\xdd\x3d\xe4\x11\xdf\x95\ -\x47\x56\x1b\x70\xb3\xd7\xbc\xa9\x2f\xb8\x49\x9f\xab\x47\x00\x98\ -\x6f\x3f\x57\x76\xbb\xce\xd7\xcb\xf0\xa3\x81\xaa\x9a\xe5\x28\xde\ -\x27\x21\xc9\xcd\xe4\x18\x8a\x4b\x3b\xe7\x49\xd2\xa3\x56\x12\x68\ -\x4e\xb5\x58\x35\xb0\x1e\x36\xef\xdf\xc7\x02\x61\xb3\x80\xf0\xe3\ -\x59\xb8\x3f\xb8\xb4\xd1\x5e\x7a\xce\xc5\xad\x82\xe5\x1a\xc4\xc0\ -\xae\x6f\xaa\x60\x36\x0d\xbc\x64\x23\x28\xcd\x97\x8b\x47\x50\x9a\ -\x4d\x6f\x72\x0e\x3d\x56\xd2\x15\xec\x55\x3f\x79\x6e\xcd\x54\x5b\ -\xe3\x26\x43\x5f\x79\x5e\x1c\xcc\x33\xae\x39\x02\xbe\x04\x85\x79\ -\xb6\x97\x6a\x83\xc8\x0c\x7f\x66\xce\xa5\x76\x80\xcd\x87\xf2\xba\ -\x2e\x9b\xa0\x34\xb8\x40\x27\xbd\xf4\x00\x46\xd5\x17\x72\x97\xbe\ -\x50\xe5\xfa\x65\xf7\x73\x1d\x17\x8f\xa1\xea\x4d\x93\x6b\x86\x70\ -\xd9\x33\xff\x89\xa8\x7b\x56\xf4\xd0\x79\x2f\x77\xf2\x15\x1d\x6b\ -\x6f\xcd\x02\x46\x15\x95\x56\x9d\xd3\x8e\xf9\xfd\xf5\xa0\x64\xf5\ -\x8c\x01\xc6\x35\xe8\x7e\x24\x84\xb5\x22\x08\x25\x74\xb8\xcb\x7e\ -\x7f\xeb\xc7\x83\xd7\x1c\xc7\x8c\x8f\x47\x33\xb1\x79\x9a\x38\xc8\ -\x6d\x94\x17\x7b\xc8\x03\x17\xaf\xa1\xaf\xd7\xc4\x26\xf3\xcb\x54\ -\xd2\x3d\x4b\x99\xa7\xba\x70\x5d\x3f\xa3\x48\x88\x03\x88\x99\x71\ -\x5d\x57\x9a\x1c\xc3\x04\xf9\x27\x88\x2f\xa8\xdc\x8c\xbd\x8b\xfa\ -\xb7\x78\x43\x5c\x3a\x10\x72\x3d\x3b\xec\xe3\xa5\x5d\xf5\x6c\x13\ -\x1e\xd3\xec\xbe\x6d\xc3\xf6\x10\xc0\xa6\x75\x61\xfd\x19\x32\xc4\ -\x95\xb9\xba\xd4\x0a\x1e\x98\x9c\x48\x5c\x92\x7a\x4c\xf8\xbb\x26\ -\xbb\x5f\xd8\x56\x18\x78\x81\x92\x08\xd1\x49\xed\xc9\x4d\x9e\x4b\ -\xea\x78\xe0\x47\x5d\x1d\xea\x52\xe1\xe9\xf5\x8a\xe9\x73\x49\x9b\ -\x44\x6e\x6b\x98\x5d\x3e\x73\xab\xa4\xd6\xdd\x7e\x37\x8e\x9d\x7d\ -\xf1\x25\xe4\x18\xb6\x1d\x88\x42\xb1\x11\x38\x91\xfb\x84\xed\x88\ -\x5a\x1e\x12\x34\x1e\xb2\x1b\x1c\x9e\xd0\x22\x89\xf2\xc8\xed\x08\ -\x9e\x45\x49\x2c\xbb\x2c\x53\x8e\xa6\x24\x35\x97\xd0\xa0\x63\x0e\ -\x29\x99\xb6\x2d\x0a\x92\x14\x24\xf8\xd4\xb6\x8c\x4a\x3a\xcb\x84\ -\x67\x03\x47\x35\xe5\x35\xef\x2b\xe5\x50\x21\x26\xf8\x71\xf0\x2f\ -\xfe\x71\x88\x87\x4b\xb0\x8f\xa6\xa8\x17\x84\x36\xd8\x91\x47\x90\ -\xe6\xd9\xc0\xbe\x15\xe9\x6f\xad\x65\x40\x23\x38\x50\xbf\x2f\xe8\ -\xfa\xfa\xd9\x82\xf3\xe4\xa0\x1c\x35\x4f\xc1\xe6\xb9\x51\x90\x06\ -\xff\x80\xa3\x84\x55\x62\xfb\xe6\x45\x61\xbc\xa3\x50\x5c\x5f\xc2\ -\x56\x47\x79\x77\x12\xab\xba\xac\x69\xad\x81\xbd\x17\xea\x6c\x25\ -\xce\x20\xcf\x77\x9a\x5c\x65\xd6\x29\x53\xdb\x34\x94\x6c\x57\x94\ -\x5f\x06\x6f\xa5\x00\x88\x66\x81\x25\xa4\x78\xec\xb2\x35\x13\xde\ -\x89\x96\x5f\xe6\xad\x59\x8c\xa7\x4d\x0e\xda\x61\xf7\x81\x5d\x67\ -\xd6\xdc\xe2\x92\xf5\xdc\x9f\x51\x60\x8a\xeb\xa3\x08\x84\x8b\xaf\ -\xc7\x16\x70\xa8\x32\x22\x1c\x1e\x8a\x9e\x1f\x58\xcf\xd3\x05\xe8\ -\xef\x44\x3d\x23\xbc\x38\x9c\x99\x30\x5d\xcc\xa3\x47\x1e\x5a\xe5\ -\xd2\x88\xcb\xd7\x35\xfd\xa0\x5d\x96\x26\xba\x21\xf7\x8c\x1f\xa8\ -\x8c\xa4\x2a\x7c\xfb\x79\x61\x4d\x05\xbd\x6c\xa7\x30\x64\x6f\x05\ -\x12\xaa\x5a\xa4\xfe\x33\x39\x48\xc8\x5f\x1a\xa0\xfc\xba\x7b\x6c\ -\xa7\x92\x32\x9c\x45\xff\x7e\x78\x03\xcf\xef\x67\xbc\x9f\x1c\x1b\ -\xf4\x1f\x90\xdc\xe8\xf5\x1c\x68\xfb\x59\xb7\x71\x43\x1f\x5e\xc9\ -\x92\x9a\x9a\x1f\x59\xc5\x60\x33\xd7\xd5\xe9\x7b\xdc\x7c\xe3\xec\ -\x03\x4e\xbb\xc7\xc2\xbf\x93\xff\x19\x53\xfb\x7d\xa9\xdb\x2d\xac\ -\x56\x11\x15\xe8\x2d\x63\x93\x18\x43\xfc\x00\xd2\x84\xba\x27\x06\ -\xe0\x19\xa5\x11\x4d\x06\x7b\x54\x8d\x98\x5a\xc9\x15\xc8\xb9\x41\ -\xa2\x8c\x68\x71\x72\xaf\xcb\xfa\xfa\xd9\xa2\x5e\x4c\x97\x1f\x9d\ -\xb1\xb1\x5f\xde\x2b\xa4\xe2\x86\x7d\x20\xa6\x4e\x64\x06\x61\xc8\ -\xa0\x09\x53\xa5\x50\x36\x8c\xfd\xa6\x79\xca\x4c\xa6\xd9\x6c\xf1\ -\xa3\x39\xcd\xaf\xb5\x5b\xa4\xc0\x96\x24\x16\x06\xb4\x63\x0c\x5c\ -\x7c\xfa\x14\x64\xdc\x15\xea\x07\x14\x8e\x7c\x34\x23\xcb\xd5\x17\ -\x30\xa4\xb9\x88\x0c\xc9\x78\xfc\x0c\x86\x14\x5f\xf9\x5b\x0e\x9b\ -\x8b\xf8\xd6\x8b\xbc\x59\x65\xcf\x42\xdb\x2e\xe3\x64\xcc\xb3\xea\ -\x31\xfc\x72\x50\x15\x79\xc3\xca\xc4\x6d\xc1\x00\x60\xfd\xd4\x7f\ -\x7f\x0c\x6e\x42\x56\x3b\x1a\x3b\x3e\x07\x7c\xec\xcb\x12\x4a\xe0\ -\x50\x57\x8e\xf5\x3b\x70\x0c\x8d\xb3\xf7\x88\x6c\x30\xab\xa1\xe3\ -\xbc\xdf\x0e\xdd\xb1\xc1\xbf\x40\x78\x61\x2d\xc5\x56\xc2\x5a\x8a\ -\x8b\xfd\x81\xad\x49\xf3\x4a\x5d\x7a\x1e\xbf\x5c\xeb\x58\x76\x03\ -\x64\xea\xdc\xa9\x9a\xa8\x44\x9e\x23\x68\x7c\x36\x21\x63\xd7\x71\ -\x0b\x49\x6e\x00\xc6\x65\x0e\xcb\xa4\x89\x26\x32\x7f\x59\x3a\xb7\ -\x5e\x6f\x72\xaa\xd0\x3c\xc6\x9a\x5c\x73\xc5\x3c\x0d\xe3\xc3\x8c\ -\x9d\xeb\xc9\x3d\x34\xcf\x46\x0f\x5b\x39\x41\x4b\x29\x51\xfc\x23\ -\x26\xfa\x81\x04\x76\xd9\xe0\x48\xbe\x0e\x83\xba\x43\x27\x68\x6c\ -\x08\x50\x28\x4c\xb2\x80\xca\x85\x0a\x58\xa6\x5c\x85\x86\x8f\xd3\ -\xa8\x62\x5d\x32\xf2\xf8\xf9\x73\x9b\x51\xd3\x86\x1d\xc5\x6f\x20\ -\xde\x9d\x62\xb2\xd6\xc2\xde\x1b\x0b\x26\x4f\x92\xa8\xec\x7c\xb2\ -\x2d\x89\xd8\xe6\x94\xc8\x51\x16\x7e\x06\x84\xa8\x83\x50\xdd\x28\ -\x88\x14\xf8\x19\x79\xeb\xc7\xd6\xca\xe1\x71\x51\xe4\xe1\x3c\xa7\ -\x47\xb6\x41\xba\xf0\x3e\x69\xce\xdf\xe7\x85\x21\x7d\xd1\xe3\x1f\ -\xbd\xa1\xb0\x32\x54\xd1\xaf\x32\x8e\x67\x4c\x27\x3c\x24\x9f\x45\ -\x81\xd3\x1e\xa7\x94\xb5\xe8\x76\xf7\x9c\xc0\xc9\x94\x95\x94\x3c\ -\x4d\x8c\x6c\xe6\x1a\xf5\xde\x8c\x54\xf8\xb3\x17\x2d\xfe\xc2\xe6\ -\x36\xf3\xcb\x84\x3d\xb7\xad\x0d\x73\x9b\x3f\xd7\xdb\x64\xfe\x2d\ -\xb4\xf6\xc8\xcf\xe1\x73\xff\x74\x98\x5e\xd1\x26\xfb\xaa\x8a\xf5\ -\xe2\xa1\xeb\xc8\xfe\x2e\xf9\x52\xb1\xfd\xe4\x22\x82\xd0\xd4\xbd\ -\xa3\x17\x16\x8a\xe6\x37\x5a\x2f\x0d\x4c\x15\x13\xbb\x6d\x5a\x7b\ -\xb1\xc1\xd6\x21\x85\x12\xde\x9f\xbb\xca\x43\x13\xbd\x1f\xd9\x36\ -\xae\xad\x9d\x4d\xcc\xe2\xda\x1c\x6b\x51\x0b\xeb\xef\xda\xed\xd0\ -\x45\x66\xd4\x91\x07\x8d\x33\x78\x48\x87\xc3\x9c\x3c\xa7\xf2\x1b\ -\xa4\xcb\x7e\x27\xae\xcf\x56\xe2\x21\x45\x3b\xb3\x99\xde\xa4\x4d\ -\x31\x35\x3b\x25\xc7\x46\xdd\xa2\x7c\x29\xde\x70\xdc\xf1\x19\x95\ -\x2c\x31\xba\x07\x7a\xdd\x0e\x92\xcb\x7c\x3b\xe1\xed\xed\xcf\x01\ -\x9a\xe0\x8f\x18\x32\x7c\x3d\xab\x69\xd9\x06\x44\x57\x2e\xa7\x6d\ -\x83\x9d\x10\x54\x1c\xba\xa8\x3c\x13\x2b\xc0\xf9\xbf\x03\x1b\xa6\ -\xbc\x91\xbd\x20\xb6\x49\xae\x85\x40\x52\x3d\x83\xc7\xc6\x8b\xd3\ -\xfb\xc3\xa3\x80\xf9\xea\xe3\xa2\x17\xdc\xb3\x0f\x08\xa3\x10\x52\ -\xed\x5b\x55\x7e\xcd\xc6\x89\xa1\x5a\xf7\x08\x7f\x03\x26\x0c\x8f\ -\xdd\xf9\x8c\xbf\x15\xce\xc7\xdf\xc7\x4d\xda\x08\xba\x0e\x89\x3e\ -\x86\xfc\x52\x9b\x3c\xe8\xe1\x9d\x6b\x72\xc0\xb7\x9c\xa1\x09\x5b\ -\xa1\x36\x9c\xaa\x73\xf3\x23\xfb\xaf\x52\x42\x78\x16\x10\x0e\xa7\ -\x77\x78\x8a\xe2\xef\xc8\x81\xeb\x91\xb3\xc5\xae\x78\x51\xcf\xba\ -\x34\x14\x58\x6c\x79\xed\x3f\x4f\x23\x3a\xf5\xe2\x4d\xec\xef\x12\ -\x53\xe5\x64\xe1\x9c\x1b\xbe\x3d\x20\x57\x1d\x9f\xae\x5d\x1e\x1b\ -\x50\x07\xed\x0e\xae\x2e\xd5\x6c\xdb\x98\x9e\x23\x78\x6c\xc5\xbf\ -\xe7\xee\xed\x16\x22\xcb\x19\xc9\x91\x77\x2d\x18\xdb\x29\xc9\x6f\ -\x03\x15\x53\xae\xe8\x21\x35\x6e\xe1\xd5\xa8\x42\x5b\xc2\x73\xb7\ -\xf4\xd5\xd6\xc2\xf8\x2f\xa1\xcc\x4c\xe3\xec\x4f\x84\x79\xc2\xa0\ -\x18\x3f\xee\x91\x15\xbd\xd3\x53\x9e\x43\x24\x57\xbd\x6c\xec\x94\ -\xe3\x0b\x24\x65\x91\x76\xc5\xee\x0c\x44\x27\x98\xb7\xb4\x9e\x05\ -\x6f\xd6\x3b\xb5\x31\x06\x9f\x64\x9b\xe6\xf1\xb9\x24\xbc\xa1\x8b\ -\x98\x79\x0c\x61\xd6\x0d\x6c\x65\x93\x61\x47\xe4\x8d\xde\x36\x14\ -\xda\xd2\xc0\x0e\x73\x93\x69\xdf\x71\xf8\x8b\xa4\x6d\x7f\x8b\x6e\ -\x4a\x4e\x9d\x51\x48\x06\xd8\xea\x99\x93\x47\xcb\x9f\xdb\x78\xc0\ -\xd6\x78\x16\x6f\x15\x30\x5d\x0d\xbe\xe0\x04\x5b\x91\x54\x01\xb0\ -\xcb\x7b\xc3\x4b\xbe\xb3\x31\x0d\xd5\xd2\x69\x03\xa9\xed\x34\x68\ -\x25\x67\x00\x34\xa5\xe2\x05\x3e\x8a\xec\xd6\x05\x62\x19\x92\xe4\ -\xf9\xbe\xcb\xf0\x51\xc5\x16\x95\xb3\x29\xc6\xa3\x59\xa3\x63\x11\ -\x42\xe7\x46\x5f\xd8\x36\xd9\xe3\x3e\x28\x12\x29\x1e\x19\x7e\x82\ -\xfb\x46\xc5\x94\xf8\x82\xc0\xe4\xbb\x46\x1c\x56\x52\x03\xa2\x80\ -\xb0\xfe\xb0\x3b\x70\xb6\xfb\x40\x2d\x06\xe4\xaa\xbf\xd4\xbb\xf2\ -\xe6\x85\x32\x13\x1f\xe5\xf4\x69\xfa\xe9\x6d\xfa\xc3\xc4\xa9\x07\ -\xd7\xc3\xd4\x66\xbb\x22\x1d\x1a\xd0\x28\x80\x0d\xcd\x6c\xd4\x19\ -\x0a\x2d\x69\x24\x51\xbb\x04\x46\x59\x0f\x9d\x29\xa3\xa7\x96\x1b\ -\x22\x7b\xcd\x89\x74\x98\xdc\x35\xc2\x60\xf5\xd0\x3f\x5b\xe1\xfb\ -\x7b\xf7\x55\xbe\x8e\x95\x6f\xfa\x8c\x7c\xe3\x11\x72\x80\x29\x13\ -\xe3\x9c\x08\x67\x03\xc7\xd7\x61\xfe\x2f\xd9\x81\x8e\x02\x03\x63\ -\xbb\x65\x45\x69\x07\x00\xb7\x7f\x5e\xd4\xcc\xbf\xcf\xc6\x63\x4c\ -\x4c\x36\xb0\x45\xfd\xd0\x29\xed\x3e\xf3\x4a\xea\x49\xac\xd6\xf7\ -\xde\x5e\xd4\x38\xf9\xe6\x58\xd5\x07\x4d\xe8\xad\xe0\xb2\x29\x7d\ -\x5d\x66\x56\x2c\x47\x50\xb0\xe6\xc4\x84\x58\x0d\x5e\xe0\xa6\x5f\ -\x8e\x74\xf3\x16\x9c\x18\x30\x0b\x03\x13\x10\xb6\x9e\x5e\x2b\x7c\ -\x35\x6e\x7b\xf0\x46\x4d\x3a\x83\x84\x38\xcc\xad\x3e\x1d\xa7\x5e\ -\x10\xc8\x98\x3c\x86\x0c\x8e\xfc\x40\xb5\x97\xa9\x02\x29\x0d\xf6\ -\xc0\xd9\x48\x1a\xd2\x63\x57\x33\xdb\x55\x61\x49\xcf\xab\x44\x78\ -\x1d\xb9\x41\x87\x51\xbf\x07\xe8\xea\x2b\x03\x64\x1c\x6a\x3c\x64\ -\x3a\x0d\x1f\xab\xbd\x50\x3e\xcc\xb5\x52\xb0\x8b\x5e\x0c\x82\xa8\ -\x79\xd4\x76\x7e\x9d\xb1\x01\x8d\xc6\xa7\x4d\xba\x64\x7b\x60\x37\ -\xd7\x04\x35\xf4\xed\x41\x3f\x4a\x99\x83\x17\x2d\x88\xdf\xa3\xce\ -\xa6\xa3\x13\xd0\x4e\x89\x90\x4d\xa0\x26\x8c\x23\xb6\xb4\xe4\x78\ -\xe9\xbd\x1d\x67\xbf\x3c\xa6\x20\x24\xb2\xdb\x0e\xfc\x7b\xff\xb6\ -\x0d\xcf\xa9\x55\x3f\x0e\xf2\x06\xc0\x31\x39\xd6\x4a\x5a\x96\xb4\ -\xf4\x26\xa0\xb0\xe2\xd2\xb4\x76\x6f\x5e\x23\xd9\x28\x88\x88\x68\ -\x6e\xfd\xe1\xc1\xc7\x01\x7f\xc9\x02\xad\xd1\x61\xe2\xbc\x94\x80\ -\xf7\x28\x37\x0a\x96\x4b\x24\x3c\x0b\xe4\x9c\xb6\xe7\xd4\x97\x38\ -\x8b\x9e\x32\x97\x6b\x16\x25\x5b\xd0\x32\x69\xd0\xa4\x44\xf6\x8f\ -\x45\x97\xfb\x32\x5f\x9a\x76\x5a\x43\x26\x65\xb9\x7c\x7c\xc8\x7d\ -\xf4\x21\x8f\x02\x57\xce\x4f\xde\x2f\xea\x80\x75\x7d\x7a\x2d\xdf\ -\x26\xfa\xcb\xcf\x91\x71\xee\xf7\xe6\x21\x37\x75\x13\x7d\xdc\x37\ -\xd8\x7c\x2d\xf3\x50\x84\x04\x2f\x3d\x2a\xec\xc6\x64\x85\xfe\x67\ -\x36\x8b\x45\xe5\x74\x2a\xa3\x9f\x65\xf6\x25\x0a\x58\x12\x53\xfe\ -\x75\xf8\x5a\xce\x21\x92\xb8\xec\x4f\x5d\x5a\x44\x7c\x99\x5e\x9f\ -\xf4\xaf\x0d\xd5\x43\x19\x82\x77\x9f\x1b\x35\x79\xea\x6c\x9a\xfd\ -\x7b\xbd\x64\x66\xd7\x51\xe4\xa6\x69\x82\x3e\x4e\x0f\x71\x61\x89\ -\x6d\xf0\x52\x2a\x0e\x8c\x26\x0b\x50\xfc\xfc\xac\x87\xfc\x6b\xe4\ -\xd4\xb9\x49\x30\x95\xc8\xfe\x77\xdc\xfe\xdc\xb8\xb8\xdc\x7d\xbc\ -\xea\x14\xdb\xfa\x79\x37\x07\xe1\xc2\xeb\x10\xf7\x1c\xc7\x1d\xf0\ -\x0f\xfd\xd3\xbe\xa7\x26\x0d\xf6\x21\x09\x62\x08\x74\x0c\x6e\xe8\ -\xfc\x79\x51\x39\x3c\xc1\x5e\xa0\x96\xd9\xf7\x96\x67\xd4\x33\xaa\ -\x66\xb7\x21\xed\x3c\xc5\x23\xfb\xb3\x6f\x3a\x04\x87\x97\xf3\xf8\ -\x88\x7f\x56\x6b\xac\x95\x53\x72\x1a\x8d\xda\x5b\xfe\xd5\x84\x13\ -\x60\x44\x24\xd0\x06\x74\xbd\x79\x9d\x0b\x14\x13\xd9\x6a\x49\x80\ -\xf8\x22\x23\xb6\x0f\xed\x72\x25\xd2\x6a\x1e\x15\x6d\x59\x4b\x3b\ -\xef\x80\x39\xe0\xeb\x34\xda\x0b\x70\x90\x59\x4a\xd3\x64\xbb\x13\ -\x70\x12\x24\x33\x0b\xd8\x89\x7d\x3f\xc7\xe0\xc1\xbc\xcf\x9a\x74\ -\xc6\xbe\xe9\x90\x0c\x19\x2f\xba\xe7\x8f\xda\xf9\x17\x05\x7e\xaf\ -\x2d\x16\x6c\x58\xd4\xb3\xc4\x44\x6f\xf0\xb6\xfc\xd1\x88\xf5\xe8\ -\x5b\xf2\xa4\xee\x22\x85\x0f\x4d\x9d\x65\xf5\x72\x40\x2a\xb5\xc9\ -\x8c\x2d\xb8\x98\xd3\x7f\x5b\xcf\xe9\x9a\x75\xd2\x18\xa1\x1e\xf7\ -\xb8\x46\xc3\x50\xd9\xa3\xcc\x6b\x34\x56\x21\xc1\x0e\x94\x39\x3f\ -\x02\xb4\x91\x8d\xa8\xa4\x52\xa7\x7e\xff\xd4\x90\x9c\x44\x04\xfe\ -\x59\xbe\x05\x77\x3b\xc9\x31\xbc\xbe\x1d\xc4\x96\x52\xd7\x06\xd1\ -\x89\x33\x2b\x36\xec\x66\xdd\x69\xcd\xd4\x0b\x38\x83\x0e\x79\x38\ -\xb1\xdd\x49\xe4\x5b\xb7\xbe\x69\x14\xb2\xf7\x27\x6b\x51\x82\xc7\ -\xc9\xec\xb4\x19\xe4\x10\x2a\xcf\xf8\xf6\x35\x5c\x5e\xab\x4c\x3d\ -\x82\xd6\x9e\x8d\xff\xfb\xff\xf7\x7f\xfd\x3f\xb1\x1a\x5a\xb8\x70\ -\xd1\xb2\x5c\x0f\xb2\x6c\x9a\x5b\x6f\xcf\x4c\xf1\x50\xdf\x65\x17\ -\xf9\xba\x6c\xeb\xf1\x8b\xff\x6d\x92\x2f\xa8\x05\x7c\x39\xd2\x9b\ -\x16\xb5\x1c\x1d\x85\x2e\xd3\x0d\x4a\x0b\xa4\x24\x32\x63\x99\x04\ -\x2e\x31\x2e\x7e\xf6\xd5\xb1\x5a\x61\xa4\x90\xd4\xd7\x17\x60\xc1\ -\x5e\xf4\x5b\x3e\x2e\x81\x71\x7f\xc1\x32\xce\x0e\xbb\x9c\xe6\xde\ -\x9f\x94\xb3\xb5\x3d\x07\x18\x8c\xc5\xc0\x9d\x34\x1b\x97\x30\x91\ -\x4d\xb0\x62\x71\xf4\x91\x4f\x05\xd8\x51\xe0\x3b\x19\xcb\x0b\xb5\ -\x0f\xed\x87\x79\x2e\x8b\x01\xf6\x1c\x26\xfb\xc6\x6c\x8d\xa8\x81\ -\xb8\xbd\xec\xfb\xbf\xcd\x30\xea\xbf\x00\x4b\x4b\x8a\x17\xd8\xa7\ -\xdd\x4c\x02\x30\x59\xb6\x38\xb1\x4b\xf3\x16\xa0\xcb\x73\x10\x3c\ -\x50\x50\x6c\xc2\x0f\x62\x90\x2e\xac\x45\xf8\x38\x32\xf8\x9f\x45\ -\x4e\xc8\xb1\x3c\x30\x3b\x94\xec\x50\x83\x6e\x2c\x5e\xe0\xb5\x4c\ -\xda\xe3\x32\xb7\x9b\xb6\xe5\x70\x39\x92\xd8\x56\xbc\x6c\x53\x2b\ -\x36\xa8\xc1\xed\x72\x0a\x62\xf6\x2c\x05\x80\xae\x38\x94\x17\x3e\ -\xfa\xc7\xb6\x7a\x8b\xf1\x73\x5d\x58\x17\x03\x9b\x13\x62\xb1\xf5\ -\xe3\x99\x02\xa5\x81\x8e\x6d\xc9\xde\x1b\x1f\xf9\x17\x7b\x57\x41\ -\x34\x82\x02\x99\x70\xef\xbb\x48\x8a\xb1\xd8\xd2\xa2\x33\xfe\xca\ -\xb6\x62\x9b\x6b\xbb\x16\xa8\x6b\x85\x21\xe3\x63\x28\x50\x80\x01\ -\x49\xd5\x93\x68\x79\x94\x98\xa9\x7e\xc6\x90\xcc\xba\x7f\x2f\x36\ -\x7f\x59\x4c\x92\xc3\x09\xf4\x13\xbd\x6b\xca\xe1\x52\x5e\xce\xe1\ -\x55\xa1\x34\xd7\xb6\x07\x1d\x82\x8d\xfb\xfe\xf8\xc6\xd1\x0e\x64\ -\x0e\x6f\x90\x4b\x26\x7f\xf7\x5d\x07\x0c\x37\x42\x9b\x17\x24\x5b\ -\xef\x5c\x81\x6f\x88\xbd\x5b\xfe\x3e\x41\xd5\xde\x6f\xcf\x42\x8b\ -\xe1\x4a\x94\x26\xf0\xc3\x33\x0b\x3f\x08\xb6\x98\xb6\x70\x2d\x93\ -\x04\x6f\xa7\xe0\x28\x34\xdf\x75\x3b\xd3\x2d\x34\xfb\x23\x7f\x1c\ -\xa4\x40\x69\x8b\xb7\xdf\xaf\x4f\x77\xe4\x4f\x6d\x3d\x89\xdb\x14\ -\xd6\x3d\x7a\x31\x70\x60\xa4\x8c\x27\x39\x5f\x24\xf8\xc8\x9d\x67\ -\xc9\x5a\xcb\x3c\x7f\x08\x63\xf9\x4e\x74\x6f\x65\x91\x84\x05\xc1\ -\xde\xb7\x8f\x9f\x6f\x20\x1a\x13\xd7\x30\x21\xdf\xa7\x07\x47\xf3\ -\x57\x6c\x39\x6d\x49\x5e\x9b\x8d\x40\x5c\x08\x01\x94\xd9\xb0\x02\ -\x9e\xd5\xcf\x26\xa6\x51\x70\x57\xf1\xd3\x14\x77\x84\x7c\xbe\x55\ -\x43\xf6\x2b\x89\x91\x56\x30\x84\x1d\xe4\xe0\xf9\x77\x11\xb0\xa9\ -\x14\x8d\xc4\x27\x65\x34\x26\xb3\xe5\x6c\xc0\x43\xfa\xd1\x0b\x28\ -\x6a\x45\xc8\x0f\x31\x6e\xdd\xd5\x94\xb7\x90\xe7\x80\x59\x48\x66\ -\xb3\x2d\x28\x9e\x9b\x98\x1d\x25\x72\x3b\xf3\x3b\x4d\xf5\xf6\x3c\ -\x19\x7b\x47\xaf\xfa\xb3\xf1\xce\x2e\xe4\xb4\x91\x70\xd9\xd4\x50\ -\x6c\x48\x63\xe6\x75\xcf\xa7\x59\xd3\x5b\x10\xcd\xf1\x16\x7f\x3f\ -\x3c\x74\x12\x2a\x88\x64\xfa\xa4\xdf\x6a\xf7\x03\x78\xe1\xe2\x7f\ -\xbf\x6e\x9b\xa8\x33\x0a\xb4\xc1\x2e\x53\xb9\x16\x43\xf6\x6d\x5f\ -\x4e\xe3\x8d\x2b\xfa\xd9\x22\xf3\xb8\xe8\x5f\x36\x6a\x77\xf7\x5b\ -\x30\x17\x4c\x2f\x06\x4d\xf7\xfd\xda\x90\xc5\x3f\x3e\x72\xbb\x77\ -\xb5\xfb\x76\xea\x5f\x17\x98\xc9\x70\xd3\xd2\xfe\x7b\x25\x35\x0f\ -\x90\xdf\x97\xdd\xfb\xc8\xf4\xe2\xaf\xf4\x10\x67\x11\x75\x38\x51\ -\x48\xad\x65\xdc\xad\x7d\xbb\x2e\xa2\x5f\xc1\x1a\x71\x7e\x76\xef\ -\x49\x9c\xc5\xa4\xd6\xd4\x7f\xe4\x37\x89\x5d\xa2\x53\x28\x48\x2a\ -\xb8\xb1\x9b\xbc\x35\xd0\xf7\x86\x44\x66\x5a\xde\xb8\x6a\xbe\x33\ -\x89\xb4\xf6\xe2\xef\x96\xbb\xb0\xc9\x70\x54\xb9\xd7\x21\xbc\x7e\ -\x70\xcb\x6f\x0d\xfe\x1c\x07\x0e\xea\x1e\x32\x6a\xcd\x50\x35\x60\ -\x26\x68\x91\xa4\x60\xe6\x50\xaf\xc3\x52\x20\xa6\x48\x21\x6d\x35\ -\x86\xbf\x4b\x0e\x45\xf9\xfd\xfc\x8b\x9e\xf3\x97\x4d\xaa\xdf\xc9\ -\xbf\xf7\x1f\x3f\x7b\xc3\x6f\x64\xd9\x76\xf1\x6c\x8b\x6f\x1e\x4e\ -\x0b\x02\xb3\x65\x16\xfe\xee\x7f\xcd\x4f\xc5\x70\x05\x80\x9d\x8d\ -\xec\xc5\xee\x2d\x1f\xbf\x0b\xa8\x05\xd0\xc2\x87\xea\x84\xcf\xfe\ -\x0d\x2a\xb9\xe5\x4f\xb5\x41\x88\xf9\x7e\x7f\x73\xe6\x67\x6a\x02\ -\xf6\xc1\x83\x9d\xf1\x7b\x7f\x5a\xb3\xc2\x75\x06\x3b\x49\x74\x7b\ -\x0e\x27\x2b\x46\xb3\x2b\xfb\x06\x54\xf0\xa1\x82\x76\xd9\x19\xc7\ -\xde\x2c\x5c\xb8\x88\x7d\x23\x35\x61\x62\xb2\x3d\x8b\x0d\x96\xd3\ -\x95\xcf\x86\x1f\x3e\xd2\xf0\xc7\x5b\x3f\x76\x36\x2d\x1f\x50\x77\ -\xa9\x1a\xb3\xd5\x0f\xec\x60\x9f\x76\x02\x2a\x2c\xe2\xc6\x72\x5a\ -\xcb\x67\x16\x95\x57\xe4\x34\x6f\xbd\x87\x48\xa9\x86\xc5\xe6\x83\ -\xfb\xdc\x3b\xe1\x56\xd0\x7a\x77\xe3\xcc\xbe\x71\xbb\xad\xe5\x6a\ -\x67\x74\xd9\x29\x3e\x71\xff\x67\xcd\x69\x0e\x6e\x26\xa3\xb5\xda\ -\x53\x6b\x19\xaf\xc4\xa6\xe0\x91\x36\xb8\x16\x7c\x72\x53\xa7\xcd\ -\x83\x1d\xd2\x38\xc1\xed\xe7\xe5\xca\xf3\xbb\x13\x8b\x6f\xdd\x50\ -\xd9\xf9\x3c\x81\x1a\xb6\x9f\x08\x9b\xea\x79\x8d\x7c\xbf\x4e\x37\ -\x4c\x4f\xac\x6f\x36\xc5\xb3\xc9\x34\xd4\x54\x59\x73\x47\x76\xa4\ -\x3d\x8c\x94\x40\xa7\x5f\x03\x18\x75\x59\xbc\x37\x42\x17\x31\x3e\ -\x8e\xc2\x8f\x33\x3c\x9a\x27\x72\x70\xdc\xde\x7f\x20\xb0\x8c\x45\ -\x53\xb5\x72\x42\x81\x62\x99\x11\x19\x5b\xea\xf5\xbb\x2a\x70\x15\ -\xde\x56\xd0\x44\xff\xa9\x61\x0c\xaa\xd8\x84\x36\xd4\x84\xc3\x50\ -\x96\xd4\xa8\x7e\xe5\x61\x51\x22\xcb\x1d\xf1\xe1\x70\x1d\x46\xb5\ -\x61\xe2\x4e\xad\x91\xee\x8f\xb2\x49\xd6\xc5\xff\x78\xc7\x2b\x63\ -\x8d\x1a\xdb\x80\x4e\x53\xcb\xa9\x1a\x5f\x76\x7f\x12\xe3\xe7\xfa\ -\x5f\x4d\x8a\x45\xd9\xbd\xdb\x06\x22\xfc\x0b\xbb\x15\x2f\x74\x1c\ -\x40\x97\x4f\x1f\xb8\xc8\x28\xfd\x72\x10\xf2\xf5\x6c\x49\xa6\x22\ -\xc0\x73\x0a\x7b\x24\x57\x8b\x31\x65\x20\x22\xf0\xb5\x46\xea\xbc\ -\x78\x61\x1b\xbf\x93\xc5\x2b\x35\xa6\x99\x89\xa5\x21\x69\x30\x32\ -\x4d\x64\x1a\x80\xc8\x42\x78\xe3\x01\x91\xd2\xd7\xdf\xea\x7a\xf5\ -\x92\xff\x67\x41\x32\xa8\x32\xf9\x0f\x27\xd3\xad\xb6\x0a\x27\xbb\ -\x30\x5c\x23\xe3\x13\xcb\x55\x5b\x82\x66\x7e\x8c\x67\xe2\xe2\x9f\ -\x5a\xe3\xe7\x44\xdc\x68\x2b\xf6\x70\x5f\x8e\xa3\xaf\x8b\x60\xef\ -\x4f\x35\x58\x4b\x12\x71\xdd\x7f\xef\x61\x32\x5c\xb0\x1c\x98\x3b\ -\xcc\xbe\x6d\xc2\x07\xcf\x61\x8b\x29\x8f\xa6\xc2\x52\x93\x50\x45\ -\x2f\x64\xc2\x49\xdc\x41\x36\x89\x0f\x04\x33\x9b\x39\x3d\x0b\x9e\ -\x44\x84\xb2\x4f\x42\x25\xc3\xb7\xed\xe5\x53\x33\xeb\x1e\x5e\xc4\ -\x37\x09\x64\x1f\x7f\x7c\x23\x02\xe5\x64\x5e\x31\x0a\xde\x39\xe1\ -\xe6\xfa\x4a\x99\x36\x5e\xde\x8c\x6b\xfd\xe3\x61\xda\xf3\xd2\x3d\ -\xa9\x70\x99\x8b\x16\x71\x08\x2e\x07\x5c\x02\x78\xcf\x8e\x1d\xf4\ -\xa4\x44\xd0\xd8\xc6\x32\x11\xb1\x2e\x0d\xd0\x90\x43\xd2\xb6\x20\ -\xc7\x91\x91\x85\x56\x14\xbc\xb8\xf3\xfb\xd2\x4f\xd9\x82\x89\xdb\ -\x44\x3d\xf1\xe4\xd0\x41\x63\xda\x52\xc6\x54\xcb\x4f\xf1\x03\xde\ -\xe9\x55\xa4\x4f\x79\xe3\x0e\x39\xe6\xb9\xad\x68\xbf\x17\x7b\x7e\ -\xdf\x37\x0a\x24\x5a\x78\xe4\x21\x91\x72\xc1\xaa\x0f\x24\x1e\xd3\ -\x5e\xa5\xf1\xf9\x0e\xb3\xdd\x01\x26\xa8\x67\x1d\x39\x71\xa4\xb6\ -\x9d\x1a\x93\xf4\x43\xe6\x7a\x6e\x84\xb4\x43\x87\x7c\x6b\x30\x64\ -\xce\x2f\xc5\x7d\x79\xd4\x77\xdb\x62\xd3\xd3\xe8\x1d\x8d\x4b\xc4\ -\x23\x40\x9a\x67\x84\x8f\xdf\x5d\xdb\x4c\x2a\xe5\xd9\xa7\x71\x8e\ -\x70\xff\x59\xec\xdf\x70\x4e\xdd\xb9\x68\x6b\x1a\x1b\xd9\xf2\x10\ -\x6b\x34\xde\x5d\xbe\xc2\x74\x6c\x7f\xde\x24\x85\x78\x45\x49\xf7\ -\xdf\xcf\x09\xef\x88\x90\xf8\x81\x9c\x3e\xe1\x33\xea\x79\x5c\x92\ -\x3a\x4e\x0f\xc8\xa5\x84\x2d\xfc\x8d\xfc\x17\x3f\x4d\xdf\x7c\x07\ -\x70\xc3\xce\x5d\xf7\xa8\x46\x4e\xe4\x91\xe5\xc4\x44\xc3\xa7\x7c\ -\xfe\x2c\xa1\xe8\xb0\x67\x76\xbb\x2c\x86\x33\x84\xbe\x36\x83\x3b\ -\xf3\x71\x6a\x4b\x12\x8a\x91\xee\x93\x3c\x36\x6b\xfd\xf9\x74\x59\ -\x8e\x6a\xa3\x7a\xb6\x82\x3e\xb6\xa9\xd1\x3c\x76\x79\x4f\x12\xff\ -\x68\x3e\x83\xcb\xb4\x28\xad\x41\xe4\xbc\x00\x49\x34\x3d\xdf\x1d\ -\x87\x8e\xd6\x48\x2c\xbe\x86\x0c\xd1\xee\xcb\x7a\x6f\xa4\xfb\x9e\ -\x13\x76\x52\xe8\xe6\x28\x00\x29\x3c\x3b\x99\x99\x63\xcb\x1e\xce\ -\x49\xbf\xc6\x7e\x0a\xaa\x1b\x5b\xad\xc0\xbf\x78\xcd\x48\x17\x14\ -\x2a\xbf\xe3\xcd\x93\xc0\xd9\xce\xef\xbe\xc9\xd4\x97\xcd\x92\x74\ -\x8f\x5a\xcf\x39\x43\xcb\x25\x74\xf9\x5e\x01\x44\x4a\x16\x27\x5a\ -\xc1\xb3\x1d\xe0\x14\x27\x82\x90\x80\x32\xe7\x73\x7a\x88\xe2\x4e\ -\x5c\xeb\x27\xe3\x74\x7a\x06\x19\x7c\x23\x5c\xff\x7d\xf7\x3e\x7b\ -\xde\x19\x56\xc5\x31\x88\x60\x6f\x06\xd6\x72\xef\xf7\xc6\x4e\x80\ -\x4f\x15\xe8\x53\x5a\xaf\xde\x68\x94\xba\x84\xb0\xd1\x63\x5d\xf2\ -\x73\xd5\x29\xe7\x50\x14\x00\x66\xb9\x58\xb5\x7c\xf8\xbe\x9d\x5b\ -\x8c\xab\xc5\x9c\x3c\xf3\x39\x7d\xa0\xa5\x05\x5a\x8b\x9f\xcd\x06\ -\x18\x01\xc2\x91\xf1\xaa\xf4\x0d\x6a\x44\x1d\x4d\x88\x57\x3d\xe7\ -\x8b\x17\x16\xf1\x90\x0c\x77\xe0\x08\xaf\xe5\x37\xf5\x76\x0f\xf7\ -\x3b\xc1\xb8\x54\x19\x9a\x91\x24\xb6\xdc\xb8\xc6\x3b\x3d\xef\x12\ -\xaa\x4d\x67\x9e\x59\xcd\x97\xea\x70\x0c\x69\x1b\xd9\xf9\x33\x3e\ -\x95\x4a\x71\x5e\x1a\x88\xaa\x6f\x60\x63\x71\x12\x36\x15\xdb\xf2\ -\xb1\xdf\xf5\xc1\x6a\x10\x1f\x28\x07\xfc\xe6\x87\xab\xf7\xf1\x3d\ -\xe2\x58\xde\x04\x35\xd0\x02\xdd\xe3\xbc\xec\xef\x9c\xa9\x6e\x42\ -\x95\x16\xc3\x9f\x6b\xad\xe5\x1f\x3a\x1f\x0f\x77\x18\xa1\xf5\x2b\ -\x41\xaa\xb4\xac\xb6\x49\x11\x12\x3b\xe8\xdb\xa1\x86\x90\xea\x61\ -\x16\x8c\xe4\x85\x7b\x9e\x73\x52\x14\x14\x6d\x99\x0e\xb4\xb7\x0f\ -\x2f\x68\x1c\xe4\xdb\x3b\xeb\xf8\x05\x54\x83\xb5\x8c\xea\x87\xc8\ -\x37\x52\x83\x3f\xa0\x42\xdc\xfa\x21\x28\x4d\xc7\x45\x8e\x70\xef\ -\xda\xcf\x15\xb3\x4e\x42\xd3\xe9\xea\x93\x82\x73\x90\xcc\xd0\x9b\ -\xc5\x53\x13\xaf\x54\xd2\x17\x26\xdb\x5a\x77\x13\x1e\x1f\x1b\x0c\ -\xb5\x30\xbd\xe5\x12\xbc\x90\x60\x29\x08\x72\x7f\x52\xea\x66\x32\ -\x05\x19\xf9\x4f\xf3\x21\x45\x93\x6d\xfa\xc1\xa0\x8d\x7a\xc2\x7c\ -\x04\x0e\xaf\xcc\x9b\xf2\xf5\x45\xca\xbd\x5c\xa5\x58\x5a\xe0\x93\ -\xf8\x46\x9a\x46\x74\xd6\x32\x15\x76\xbf\x91\x11\x0a\xaf\x57\xda\ -\x5d\x6c\x35\x38\xb2\x83\x50\xd2\x80\x5e\xf8\xf3\x5f\x72\x0c\xa2\ -\xf0\x80\xcb\x4c\x23\x54\x71\x24\xb4\xc7\x84\x27\x08\x65\xd4\x25\ -\x93\x84\xcf\xe7\x93\x92\xa3\xfe\xdc\xaf\xb5\x70\x11\xe1\xf7\xf7\ -\x37\x9b\xa7\xb8\x78\x78\xf1\x6b\xa1\xad\x38\xa5\x6e\x27\x36\xb4\ -\x2e\xfd\x53\x57\xdf\xdf\xcd\x2e\x75\x4a\x8a\x5c\x06\xd4\x3e\xe5\ -\x5a\x55\xd8\x6b\x45\x2b\xb4\x86\x8b\xb0\x32\x27\x63\x36\x53\xbd\ -\xc8\xf5\xbc\x0b\xad\x8b\x91\x22\x60\xf6\xf8\x04\xba\x49\xf6\x0d\ -\xe5\x1d\xaf\x3b\x2b\xb9\xa4\x2a\xa4\x9c\x5e\xa4\xb9\x1c\xc0\x0a\ -\x87\xfe\xce\x72\x9b\x0a\xef\xa3\x08\xf4\xe7\x58\x65\x68\xc1\x69\ -\xe4\xdb\xd1\xab\x64\x87\x53\x1e\x50\x92\x37\x65\x97\xd3\xf9\x43\ -\xbc\xbf\xe4\x75\xfc\x37\x12\xdd\xdf\xbc\x2f\xcc\x25\x31\x8c\xcb\ -\xa0\x36\x0e\x67\x31\x3f\xf1\xdf\x03\xfb\xda\x42\x5b\x4b\x6a\x43\ -\x5e\xd4\x4d\x18\x0c\xb5\x49\xe0\x1b\x05\xed\x6c\x0e\x98\xce\xa8\ -\x85\xe9\x83\xea\x71\x17\x48\xf9\xda\x9a\x67\x48\xbb\x46\x54\x27\ -\x9d\x92\x26\xe9\x63\x14\x18\xf4\xf2\x56\x07\x59\x93\x5c\xde\xca\ -\x5f\xe8\x78\x70\x72\x55\x6c\x05\x4d\x92\x79\x48\x05\xb1\x86\xb7\ -\xf8\xad\xa9\xfa\x9e\x61\x55\x1b\xc6\x6f\x39\x63\x1d\x7e\xf0\xd6\ -\x58\x4d\xa3\xbb\xbe\x7a\xeb\xfe\x86\xb2\x7f\x4a\xa3\xf9\xc5\x33\ -\xf7\x2c\x54\x06\x45\x37\x86\x4e\x6f\xdf\x7f\x2b\x16\x27\x02\x7c\ -\x83\xf4\xca\xbb\xa8\x37\x14\x9d\xa4\xc5\x8d\x28\xdc\xfd\x84\xa7\ -\x64\xb3\x0f\xac\x7a\x4b\xae\x0a\xfc\xb3\xae\xe7\xef\xbd\x31\xaa\ -\x28\x69\x8b\x21\xb9\xfa\x7b\x23\xda\xfd\x9b\xb6\xa1\xa2\x71\x5f\ -\x9f\x03\x2a\x1e\x34\x44\x7a\x6e\x0d\xbf\x3c\x17\x51\xfc\x35\xbe\ -\x6b\xfb\xfb\xdb\x33\xee\x39\x52\xa7\xdf\x91\xe1\x9b\x6a\x6f\x4c\ -\x2e\x2e\xa0\x11\x93\x7b\x7a\xc8\x72\x44\x2d\xd4\x74\xe7\x5d\x9c\ -\xd1\x0f\x42\x8f\x6c\xc2\x2e\x43\x57\x1f\x0c\x05\x29\x2e\xce\x6d\ -\xf1\x41\x89\xa8\x78\x80\x6b\xfb\xfd\x80\x86\xf7\x97\x3d\x60\x2a\ -\x86\x15\xcc\xb6\xc9\x0a\x54\xb9\xd2\xa4\x2e\x0f\x1f\x8c\x4b\xc6\ -\x2b\xa3\xf3\x99\x25\xa7\x60\x28\x99\xaa\xa6\x68\xb4\x6d\xd8\xb4\ -\x77\x62\xd7\xed\xff\xfe\x49\xa8\x86\x79\x5b\xaf\x1a\x94\xbd\xfd\ -\x1d\x0d\x8e\x44\xab\xce\x94\xdc\x82\x6e\x1f\x54\x71\x00\xc0\xda\ -\xd9\x2e\xb7\xfb\x92\x2a\xaf\xf0\x21\x47\x46\x97\x55\x5e\x89\xab\ -\x8f\xbb\xfb\x56\x4a\x2e\x41\xbc\x23\x8e\x5b\xb3\x1a\x4a\xc5\xef\ -\x85\xca\xff\xa4\x84\x53\xd8\x9d\xbc\x7c\x7b\xb9\x9c\xa0\x6c\x9f\ -\xa3\x78\x70\x2d\xdb\x72\xe0\x00\xb3\xe5\xef\xdb\xcf\x98\x1d\xf4\ -\xc2\xc8\x5b\x0d\x88\x99\xac\xac\xd7\x62\x43\x3b\xd5\xad\x3f\x43\ -\x6d\xf2\xb8\x4b\x94\xed\x77\xa7\x73\x18\x6c\x67\x0a\x0d\x1c\x52\ -\x9c\xeb\x58\x55\x87\x58\x1c\x54\x45\x14\x0d\xd5\x92\xa2\xd8\x04\ -\x8f\x77\x7d\x3f\x9e\xa5\xbe\x81\xff\x76\xbe\x87\xea\x4d\x21\x46\ -\xd2\x0c\x78\x49\x7b\x93\xb3\x47\x39\xbf\x4e\xfb\xe7\x6b\x4c\x41\ -\xa9\x4d\x3e\xc4\xe5\x7f\xad\x50\xe1\xd8\x7a\x50\xe8\x0f\xd7\x28\ -\x06\x39\xb3\x8c\x9a\x57\x09\xee\x43\x12\x29\x2d\x3b\x2c\x0b\x8b\ -\xdd\x38\x0a\x42\x03\x23\x9c\x58\xcf\x55\xe9\xe9\x4d\xdf\xc9\x19\ -\xdc\x6b\xb9\x38\x51\x74\xc6\x86\x8c\xcf\x0d\x89\x4f\x8c\xd4\x25\ -\x87\xcb\x0b\xb1\xe5\x2b\xce\xf0\x8e\x30\xa3\x49\x92\x70\xc8\x21\ -\xc8\x1b\xb1\x86\xb9\xc4\x44\x08\xe7\x34\x42\x8b\x38\x74\x86\x20\ -\xa6\x64\x50\x23\xbc\x31\xf0\xa8\x01\x8e\xe0\x5a\xa9\x2a\x8d\x09\ -\xae\xa2\xa4\x63\xd6\x91\xd9\x9a\x5a\xbd\x28\x11\x54\x5a\xf6\xf6\ -\x80\xcf\x4c\xc1\x6b\xfe\xb3\xc8\x01\x91\x63\x33\x91\xeb\xfe\xf4\ -\x58\x54\x80\x62\xbf\x60\x49\x09\xda\xc2\x13\xd9\x1b\x18\xe5\x86\ -\x40\x3f\xcc\xac\x27\x3a\xd8\x26\x82\xd5\x24\x6d\xf2\x20\x53\x9f\ -\x51\x2f\x25\xf0\x8a\x6d\x59\x9b\xb4\x33\x65\x41\xda\xa9\x30\x15\ -\x72\xb8\x72\xc2\x23\x5a\xdb\xb6\x32\xe0\x2a\x56\xc3\xd5\x3f\x31\ -\xb0\x0c\x91\x8f\x6f\x02\x29\xa5\xa1\xa9\x35\x24\x94\x7c\x8c\xae\ -\x16\x56\x8d\xc3\x73\xd2\x0e\x1a\x6f\x62\x89\xa4\xa4\xaa\x8f\x0d\ -\xd4\xd3\xab\xc3\xe9\xca\x0e\xa2\xa5\x4b\x18\xa1\x6d\xf3\xd0\xc0\ -\x2c\xa0\x23\x5c\xf8\xa5\x18\xe4\xba\x20\x7b\x51\x13\x66\x66\x3d\ -\x22\x09\xde\xb0\xd4\xfd\x82\x26\x0f\xb9\xa6\x63\xb0\x10\x83\x09\ -\x72\xa2\x50\xe6\xae\xb9\x5f\x08\x6e\x3c\xde\x2e\x9d\xcc\x67\x5b\ -\xd1\x3c\x92\x77\x0e\x62\x0a\xfb\xab\x2d\xc0\x7c\x1d\xe0\x0b\x34\ -\xa8\x4e\x7f\x9e\xd7\xeb\xd6\xe1\x1a\x01\xac\x55\xbc\xa7\x26\xbd\ -\xc1\x42\xf4\xad\x91\xd2\xc9\xcb\xeb\x8d\x5c\x87\x83\x4c\x9f\x67\ -\x23\xac\xf1\x24\x49\x51\xbf\xe8\x43\x9b\x8f\xbe\x7d\xdc\x33\x78\ -\xb7\x4b\x49\x5b\xb0\x62\x14\x33\xdc\x02\xb9\x3b\xf9\xad\x03\x47\ -\xf0\xc5\xbf\x93\x13\x70\xbf\xc4\x2b\x76\xa3\xc8\x5d\x7d\xa0\x90\ -\xb4\xbf\x66\x9e\x76\xdd\x50\x36\x4d\x3d\x1f\x85\xb2\xb0\x92\xc1\ -\xcc\x0a\x2a\x5d\xc8\xa1\x43\x02\x52\xfa\xf1\x39\xb4\x99\x6a\x8a\ -\xf7\x89\xa7\xe5\xa4\xac\xe6\x99\xa4\xdc\x78\xbd\x6d\xa4\xca\x1c\ -\x8e\xe1\x69\xd0\x0c\x29\x8e\xad\x06\xb7\xfc\x27\x69\x9b\x13\x7a\ -\x7d\x36\xdf\x08\xb1\x67\x51\xf9\xf0\x0c\x23\x0a\x88\x97\x66\xaa\ -\x37\x58\xad\x91\x2e\xaf\xdd\x0b\x6c\x43\x9f\xf0\x9a\xd3\x03\x85\ -\x83\x9e\x78\x36\x7b\x27\x3c\x63\x92\xeb\x30\x82\xdc\x23\xda\x21\ -\x6a\x89\x3a\x73\xb8\x49\x67\xfd\x77\xc5\x04\x16\xca\x70\x6a\x66\ -\x7d\xff\x3c\xd1\x1b\xba\xb7\xd8\x80\xf2\xea\x98\x9f\x6a\x36\x9d\ -\x2b\x7c\xb2\x39\xbd\x47\xbf\x59\xb3\xa6\xf9\x36\x1c\xea\xcd\xec\ -\x6c\x80\x5b\x36\x95\xc7\x8a\x44\x51\xf8\x06\x24\x89\xfc\xb3\x8b\ -\xb9\x79\x73\x6f\xc3\x5b\x93\x00\xee\x21\xad\xcf\xd2\x64\x74\x0c\ -\x05\x7b\xec\xc1\xeb\x00\x22\x7e\x4f\xdf\x06\x28\x6d\x03\xf1\xe6\ -\x91\xca\xfb\xd9\xa5\x69\x7e\x9b\xe7\x99\x54\x70\x82\x39\xd4\xa9\ -\x3b\xd8\x49\xa1\x64\x60\x32\x71\x92\x6c\x9e\x26\x56\xf5\x58\x00\ -\x00\x20\x00\x49\x44\x41\x54\x3b\x1e\xce\xac\x2e\x49\xcb\xbc\x24\ -\x39\x3c\x88\xfe\x2c\x8a\x3f\x0b\x22\xcd\x43\x46\x96\x13\x66\xde\ -\x9d\xed\x1b\x09\xc9\x3f\x53\xf7\xd7\xfa\x32\xe8\x72\x1c\xff\x31\ -\xc0\x42\x6e\x41\xd1\xe0\x63\x81\xde\x8f\xa1\xdf\xae\xc6\x9b\x0c\ -\xf5\x2f\x59\xc0\xb7\x67\x52\x8a\x1e\x59\x54\x57\xae\x21\x65\xc2\ -\xdf\x76\xdd\x0b\xe1\xe5\x11\x57\x7a\x45\x0d\x49\xe1\xe5\xa7\xf4\ -\x88\x19\x5c\xc5\x3d\xbf\x44\x09\x63\x8a\x45\x43\x28\xbf\x7a\x80\ -\x73\x45\x71\x98\xda\xc7\xd2\x45\xdc\x17\xed\x9f\xd3\x00\xdc\x7c\ -\x19\x6e\x99\x4e\x5b\xe6\xc2\xe3\x85\x4e\xca\xcd\x8f\x8f\x03\x5f\ -\xdf\xc1\x22\x36\xe0\x6d\x3e\xad\xf0\x1f\xf6\x3b\x94\x4e\x3a\xe0\ -\x91\x97\x25\x9f\x86\xe5\x37\x3f\x60\x2c\x7b\x22\x4b\x39\x61\x77\ -\x41\xe0\x6e\x35\x7d\x0e\x27\x22\xa3\xd6\xeb\x73\x7e\xf5\x50\x62\ -\x0c\x78\xb7\x43\xb6\xb6\x08\xae\x31\x3f\x6c\x1b\x07\x93\xa1\x37\ -\xfa\x9f\x7e\x91\x22\x04\x5d\xa5\x6d\x0e\x0a\x83\x68\xc9\xe2\x16\ -\x85\x2a\x5f\x26\x77\x3b\xb7\x65\xfd\x32\xb1\x17\xed\xc4\x7e\x9b\ -\xb4\x02\x6c\x2f\x74\xac\x77\xc9\xf1\x8e\xde\xc7\x9b\x3e\x99\x5b\ -\x22\x35\x66\x18\x69\x1c\x0e\xd5\xe4\xd0\xd7\x89\xe3\x8e\x69\x8d\ -\x88\x29\xbc\xe2\x67\xc9\x64\x2a\x29\x03\xa2\x1e\xd3\x49\x55\x2c\ -\x5a\xe6\x43\x88\x7c\x92\xd8\x9a\xb9\xac\x90\xc5\xa5\x7f\x35\x0b\ -\x31\x92\x5f\x48\x02\x1b\x06\x9c\x3c\xa3\x43\xb9\x61\x5e\x87\xe9\ -\x58\xbd\xc8\xf7\x60\x48\x5a\xb9\xa5\x22\x6f\xde\x94\xbd\x48\x55\ -\xce\x26\x91\xb4\xe0\x0f\x15\xce\x36\x27\x78\xf1\xf7\xd9\xf7\x51\ -\x53\x75\x6a\x2f\xd5\xdb\xc1\xdc\x2f\xf0\x13\x4d\x6b\x08\x74\x7b\ -\x78\xa5\xdd\x0e\xf6\xe0\xaf\x04\x0e\x8c\xc9\x21\xe1\x25\x53\x83\ -\xe6\x81\x71\x4c\x66\xec\x6c\x9b\x93\xe1\xad\x9a\xc6\xf2\x90\xa2\ -\xcd\xaf\x15\xbf\xf7\xbb\x11\x96\x00\xe1\xb9\x39\x3d\x2f\x15\x75\ -\xaf\x95\x76\x39\x58\xfb\x73\x1d\xeb\x5d\x6f\xde\x1a\x84\xa7\x2a\ -\x62\x76\x6e\x74\x72\x28\x9f\xdf\x9f\xfb\x24\x6e\x1d\xcd\xb1\xf4\ -\xc9\x50\xcb\xd6\xa1\xc3\x9f\x76\xca\x4b\xf2\xa2\xf4\x03\xc7\x2e\ -\x82\x79\x08\x0a\xbd\x00\x1a\xfc\x40\xe7\x80\xa0\x50\x15\x4e\x9b\ -\x74\x00\x50\x72\x22\xa7\x92\x85\x51\xe5\x79\x6b\x36\x19\x68\xc6\ -\xde\x5e\xe8\x59\x41\x70\x48\xf6\xe2\xb4\x4a\xa0\x8d\x67\xbc\x85\ -\xa5\xbd\x4f\xc3\xc9\xd0\xb0\xb1\xa5\xea\x03\x85\xb1\xbd\x6c\xc5\ -\x29\xfd\x65\xeb\x64\xc5\x4e\x94\x1c\x9c\xb2\x34\x62\xfa\xbe\xd5\ -\x6a\xd3\xda\x42\x09\xf7\x9f\xd3\x87\x21\xed\x7d\x96\x81\x94\x5d\ -\x40\xcf\x95\x69\x19\x5a\x8f\xbd\xad\x86\xb7\x90\x46\x63\x95\x1b\ -\xdf\x23\x7f\xe7\x6d\xb3\x38\x9f\x55\xae\x70\xea\x38\xef\xda\xcf\ -\xaa\xf2\x26\xe7\xa3\xca\xab\xf3\x6d\x24\x57\xa9\xf0\xd7\xed\x42\ -\x98\xab\x2b\xcf\xb0\x30\xbf\xd8\xf2\x57\xcc\x7a\xbf\xc0\xd9\x2b\ -\x7d\xfb\xb6\x79\x10\xa0\xe6\xa6\x78\xc2\x06\x7a\x61\x52\xfb\x33\ -\x45\x69\xa3\x68\x20\x84\xfb\xbb\xd5\xdf\xf5\x89\xf4\x3d\xa1\x08\ -\xe7\xcf\xcb\x0f\x34\x7c\xe9\x33\xed\x62\xad\xf0\x63\x6a\x1b\xda\ -\xd6\x0c\xb4\xbc\xac\xfe\x84\xc5\x19\x2b\x84\x94\x66\xcb\xde\x8f\ -\xe6\x48\x5e\x9a\xed\xb7\xad\xdc\xb9\xa5\x3d\xa9\xbb\x0f\x10\xcd\ -\xb1\xf1\x09\x8f\x5e\x7d\xad\xcb\xfd\x81\x3e\x0c\x90\xca\x09\x9b\ -\x0d\x8d\xd6\xd9\xd4\x9f\x01\xfd\xbe\x51\x56\xc5\x57\x59\xf5\xab\ -\xf4\xe9\x78\x9f\xbe\xc9\x41\x63\x1b\xdb\xa2\xeb\xaa\x20\x4f\x4b\ -\x80\x36\xea\x19\x1a\xe8\x43\xc1\xcb\x00\x3a\x1b\x1b\x61\xcb\x10\ -\x1f\xa0\x58\xfd\xe3\x35\xcd\x86\x11\x0c\xc9\x14\x17\xf1\xde\xd5\ -\x40\xf4\xb9\xed\xec\x79\x83\xac\x23\x76\xc8\xf0\x0c\x12\xcf\xb7\ -\x7c\xd9\xc6\x4e\x6f\xd7\xdb\xc6\x73\x4c\xfa\x3b\x3d\xcf\xa9\xc7\ -\x15\x1d\x21\x63\x43\x6d\xef\x89\xa6\x4a\x29\x94\x47\xaa\x9f\x84\ -\x5b\x98\x97\x9f\xb0\xb7\xb5\xa7\x16\xd4\xbb\xe6\x60\xcb\x37\x56\ -\x50\x23\xcf\xe5\x98\xe7\x88\x92\xe8\x9f\x67\x81\x0d\x28\x49\x78\ -\x41\x3f\x16\xe1\xcc\xbc\x24\x51\xdc\xfb\x37\x87\x97\x06\xcb\xb6\ -\xb8\x88\xf1\x2b\x70\x59\x66\xf8\xfc\x71\x48\xad\xb7\xec\xa7\x0c\ -\xcf\x87\x47\x7d\x30\xd4\x37\x31\xb2\xa5\xd5\xb7\x94\x48\xf4\x94\ -\x3f\x13\xb5\x4d\x4e\x6d\x25\x55\xe6\x7b\x91\x39\x6c\x74\x55\x9d\ -\x1a\xc3\xb5\xc6\x2b\xef\x03\xb9\x90\xbd\x53\x64\x4b\xc6\x10\xff\ -\x01\x69\x09\x5b\x4d\x0d\x09\xac\x86\x60\x90\x6f\xe6\x16\xad\x23\ -\x2a\x62\x0d\xb5\x82\xc0\xee\x91\xed\x8c\x44\x7a\x39\xc7\xcf\xdf\ -\x0d\x5a\x14\x4a\x00\xc6\x1e\x41\xe5\x5c\xa4\xea\xbc\xc3\x74\x82\ -\xec\xa0\x68\x59\x7b\x6d\x71\x23\x1e\xad\xa0\x82\x9f\xf5\x33\x7c\ -\xd0\xe7\x40\xcc\xa2\xca\xaa\x39\x8b\xdf\xdf\xf5\x37\x39\xc8\x22\ -\x02\xe2\x62\x71\xe9\x85\x88\xf8\x74\x65\x4a\x21\x86\xff\x05\x32\ -\x82\x15\x53\x6e\x83\x0a\x1a\x0b\x4d\xe3\xa9\xe4\xea\x87\x33\x9c\ -\xfc\x94\x28\x67\xb9\xf1\xf9\x98\x99\x70\x79\xd3\x07\xbf\x8c\xb6\ -\x88\xc9\x12\xd8\xfc\x19\xc1\xf7\x27\xac\x96\xa6\xec\xba\x70\xf7\ -\xcc\xd8\x7b\xb9\x13\x4c\x90\x8d\xa1\xf4\x2c\x89\x36\xc5\xa6\x08\ -\x2d\x26\xa8\xec\xa9\x29\xd6\x2e\x9f\x3b\x0a\x1d\x6d\xe4\x17\xcf\ -\xf1\xd0\xd4\xd8\xae\x44\x5b\x0a\x99\x67\x45\x44\xb0\x73\x8a\xb0\ -\x9b\xc4\x86\x9d\xde\xaa\x2e\x97\x6a\xcd\xa2\x6b\x55\xd7\x29\x63\ -\x60\x37\xd0\xfb\xe1\x95\xf8\x5d\x55\xc8\xfe\xd8\x61\x00\x1d\x72\ -\x10\x4a\x58\x05\x35\x9c\xfe\x9d\x84\x9a\xbe\x5a\xe5\x53\x7a\xe2\ -\xa6\x4f\xa5\xfd\x98\xd6\x77\x7c\x2a\x96\x4d\x5a\x44\x04\xc2\xc7\ -\x84\x22\xa5\x52\x57\xca\xb9\x02\x18\xb1\xdb\xa5\x14\xbe\xa6\xf3\ -\xb2\x9f\x69\xe1\x46\xa2\xc9\xaf\x7b\x64\xb2\x94\xfe\xd8\x2e\xa1\ -\xbd\xa7\xec\x85\xae\x95\x9f\xe3\x86\x66\xd3\x61\x93\x15\xc6\x75\ -\xad\xd7\xd0\xe2\xbe\xd1\x11\x27\x5b\x66\x86\x09\xc4\xa0\x08\xe2\ -\x64\x2a\xe8\xab\xb1\xdb\xbc\x71\x32\x24\x33\x2b\x9f\x25\xfb\x3b\ -\x3e\xaf\xbf\xe3\xa2\x3a\xa6\x79\x5c\xeb\x19\xee\x5f\x7f\xf1\x3f\ -\x89\xb6\xcd\xe0\xe4\xa0\xee\x31\x99\xb9\xbd\x1f\x48\x9d\x84\xe5\ -\x12\x55\xb4\x42\xa9\x5f\xb0\x4b\x01\xf0\x89\x73\x6e\xd1\x00\x7e\ -\x28\x33\xb7\x8c\x85\xd1\xb0\x58\x03\x6c\xb2\x15\x1e\x52\x1f\x72\ -\x84\x95\x7a\xe8\x73\x32\xc4\xa8\xff\x6c\xcb\x73\x3f\xfc\x59\x6e\ -\xb8\x5f\xb4\xc2\x95\x9b\xc6\x3e\x9b\xa9\x68\x0e\xa8\x7c\x79\x7d\ -\x73\xc8\xcd\x22\x12\x70\x92\x30\xe6\x22\xa4\x90\x5d\xe6\x87\xda\ -\xf4\xc4\x3b\x98\xf9\x28\x5f\x64\x62\x46\x68\x62\xff\xa8\x79\x14\ -\xd4\x6f\xe1\xa2\xfb\x85\x3c\x27\x50\xe8\x16\xc8\xee\x59\x67\xe4\ -\xe4\xcb\x76\x99\xf6\xcc\x1e\xa2\xe3\x82\x5d\xed\x7c\x6c\xdb\xb1\ -\x2f\xcf\x7c\x2f\xf4\x8a\xba\x15\xbf\xdb\xca\x59\xa1\xc0\x0e\x8f\ -\xe2\xfb\xe9\xa7\xa3\x36\x45\x64\x38\x25\x31\x7e\xcf\xfa\x2d\xae\ -\xa0\x11\x57\x5f\x0a\xe3\xe8\x47\xf3\x3e\xd2\xe6\x4d\x20\x69\x1e\ -\x28\x7d\xc5\x8d\xd7\xcf\x7c\x37\xa0\x8a\xd3\xa3\xf2\x73\x7f\x12\ -\xd9\x1e\x08\x7d\x2f\x7c\x96\xbf\xdf\xdd\x1f\x73\x7f\x3e\xf6\xef\ -\xe5\x5b\xb6\xd8\x77\x12\xe0\x9b\x87\x69\x7c\x2f\xfe\xaf\x7f\xe2\ -\x0c\xf6\x73\x64\xad\x95\xb1\x1c\x5b\xa4\xb6\x9f\x5f\x9a\xaa\xee\ -\xcb\xa9\x70\xcf\xfe\x0f\x4d\x79\xeb\x3c\xa3\xcf\xcd\x26\x0e\x8f\ -\x52\xbd\x1b\x4f\x94\xbb\x64\xc3\x65\x10\x92\xf7\x6d\xb4\xea\x2e\ -\xb3\xb9\x6f\x14\x80\xf0\x88\x4a\xf3\xfe\xec\x27\xc4\xa5\x15\x26\ -\x7d\xd3\x3c\xb7\xf6\x91\xc9\xa5\x33\xdf\x48\x38\x07\x07\x46\x2d\ -\xa5\xd1\x58\xc5\xc7\xc2\x4a\xbe\xc1\xdf\xfe\x7d\xf8\xcf\xd6\xb0\ -\xeb\x29\x25\xdd\xcf\x68\x8c\x90\xb5\xcf\x6d\x29\x1e\xd1\x19\xd1\ -\x6e\xf7\x88\x81\x18\xca\xee\xfd\x99\x8d\x3f\x4d\x39\x2d\x3c\xe7\ -\x48\x02\xb8\xd1\x25\xbd\x74\x9e\x3f\x92\xe8\xea\xfa\x7b\x0a\xbe\ -\x42\x47\x58\x79\xdf\x20\x74\x77\xbe\xe8\x27\x1b\x4b\xef\x49\x5c\ -\x7a\x5f\xcf\xea\x96\x1b\xbb\x0d\x05\x7a\xe8\x6f\x1f\x5c\x58\x76\ -\xe5\x0b\x66\x3e\x8a\x6f\x07\x4a\x59\x06\x5a\xdf\xb2\x38\xff\x35\ -\x73\xd2\x62\x63\x85\x31\x74\x88\xc2\x3e\x87\x9e\x8a\xb4\x6e\xd8\ -\xe7\xef\xd9\x8d\x0e\xe0\x10\x8c\xab\xae\xbe\xce\x90\x05\x37\x85\ -\x48\x93\x14\x4f\x0f\x95\x0d\x9f\x3b\x58\x68\x9e\xc3\xfe\xe7\x5b\ -\x58\x6e\x7f\xcf\x89\xc8\x32\x5a\x1d\x0e\xb2\x55\x12\x39\x1f\x5e\ -\x58\x3d\xc0\x35\x7d\xd5\x5d\x75\x42\xf9\xf4\xfa\xef\x4b\x37\xb2\ -\x76\x7b\xfa\xbe\x35\x25\xdf\x18\x43\xa4\xa3\xc1\x94\x39\x68\x42\ -\xb3\x83\x0c\x5b\x51\x8b\x06\x52\xc5\x97\xcd\xf2\xfc\xcf\x76\xaa\ -\x81\xac\xc1\xdd\x40\xc6\x0a\x94\xc4\x8f\x33\x2e\x46\x9d\x68\x9d\ -\x84\xc3\xf8\x5d\x4a\x05\x7b\x53\xc4\x89\xd0\x32\x29\xe0\x90\xb8\ -\xb4\x86\x60\x43\x21\xf7\x5d\xab\xcb\x36\x99\x62\xe5\x7c\xb1\x72\ -\xad\xdb\x82\x86\x99\xe7\x04\x2e\x37\x43\x98\x04\xb3\xd4\xb6\x33\ -\xd5\x0f\x96\xd2\x84\xd6\x68\xb5\xa2\x40\x9d\x18\x96\xe9\x05\x1c\ -\x54\xa4\x79\x01\x49\x2b\x92\x46\x57\x0f\x3d\xba\xe8\x86\x0b\x3e\ -\x36\x2e\x9a\xd2\x09\xdf\x36\x29\xe6\xf7\x49\x95\xd5\xf4\xbc\xbc\ -\xc8\x37\x66\x75\xb0\x9c\xd3\xe5\x51\x14\x58\x0f\x3e\x0a\x83\x0e\ -\xeb\xa8\x26\xb6\xa6\x60\xda\xd6\xde\x91\x67\x10\x74\x3b\xe6\x65\ -\xe7\x2e\xfb\x44\xc8\x5f\x7e\xa6\x32\xc8\x76\x70\x09\x77\x79\x07\ -\x33\x24\x8b\x73\x89\x14\x18\x6b\xe8\xa2\x31\x65\x27\x90\x49\xab\ -\x4b\x62\x76\x21\x13\x63\x9b\x6b\xfe\x9e\x42\xae\x84\x1b\x82\x15\ -\x86\xe5\xbd\x0b\xdf\x1a\xa0\xdd\x6b\x4e\x9f\xc2\x84\x2d\xaa\x47\ -\xf0\xe4\xd3\xe7\xd5\x27\xa6\xa7\x59\xff\x9b\x04\xa7\xbf\xb4\x23\ -\x9a\xe6\x2c\x18\xba\x37\xad\x17\x6e\x4d\x5a\x28\x14\x24\x20\x7e\ -\xcd\x20\xb1\xcf\xf0\xfa\xcb\xe4\x74\xe1\xba\xbe\xc1\x35\xe4\x75\ -\x0a\xbc\xf4\xe9\x89\x29\x09\x53\x35\xdc\xa9\x95\xf7\x22\xc6\x66\ -\x47\x6b\x34\x01\xde\x65\x07\x3f\xf1\xc5\x33\xf6\xcc\xff\x1a\xf9\ -\x43\xda\x27\xbe\x0b\x8c\xed\x72\xe0\x32\x8c\xe7\xc0\x02\x67\x4e\ -\x0b\x9e\x5b\x9e\x49\x86\xc0\x93\x64\x2c\xa6\x7b\xa7\xcb\xee\x01\ -\xf7\x37\xb2\xc3\x5e\xce\xc0\xf2\x90\xd6\xc9\xa1\xf3\x56\x0f\x56\ -\x1c\xfe\xa7\xe3\x39\xd9\xcd\xf9\x24\x3e\xf8\x19\x92\xa1\x73\xd2\ -\xfd\xd8\x08\x14\x1f\x37\x1a\x87\x72\x2a\xc4\xfe\x8b\x67\x56\x4e\ -\x3b\x7b\xfa\xef\xe6\x9c\x36\xbe\x37\x69\x72\x48\x44\x9f\x7f\x76\ -\xa3\x4f\xf9\xaa\x02\xd4\xd6\x60\xc4\x65\x59\xf9\x4d\x32\x8c\xca\ -\xf5\x3c\x6a\xb3\x8d\xb4\x40\x66\xd0\xc8\x1a\x5a\xcc\x49\x81\x3c\ -\x43\x35\x4b\xc2\x43\xc1\xa9\x34\x01\x68\xbb\x77\x36\xdc\x0b\xd7\ -\x0c\xe1\x11\x0c\xd9\x31\x0d\x83\x0c\x86\xd8\x0c\x44\xee\xe2\x7a\ -\xdf\xae\x28\xbf\xc6\x6c\xf4\x3f\x27\x1e\xb0\xfb\x6d\x30\xf2\x77\ -\xbf\xcf\xbb\x94\xae\x9f\x55\xdd\x8b\x79\x36\xcd\xcf\x09\xf2\x89\ -\xd2\x9e\xa8\xe4\x75\x7c\x46\xda\x8a\xd0\x84\x31\xb4\xa2\x74\x90\ -\x02\xc7\xb6\xdb\xa7\xf6\xbe\x6d\x8f\x4d\x60\x7d\x6d\xfa\xea\x2d\ -\x03\x4e\xaf\xed\xfc\xf7\xe7\xdf\x87\xb7\x8c\x2c\x0c\xd3\x1e\x80\ -\x37\xff\xa3\x0c\xa9\xee\xd7\xcf\xc0\x49\xbd\xf4\xf6\xfe\x50\x49\ -\x8a\x63\xeb\x73\x36\xa9\x23\x4a\x23\x35\x27\xfb\x8b\xa4\xb3\x7e\ -\xb6\x15\x9e\x44\x89\xb3\x2e\x7e\xfe\x9d\x7e\x9c\xe1\x47\xf1\x46\ -\x23\x1b\x11\xc9\x1d\xc1\xa8\x0d\x72\x43\xff\x17\x5f\x7c\xd6\x71\ -\x6e\x3f\x98\xff\xf9\xf1\x67\x79\xfe\x0e\xcf\xcd\x61\xfe\x79\x05\ -\x74\x4b\xaa\x04\xf2\xf3\xa7\x5e\x7b\x1d\xe1\xf6\x10\xab\x23\xfa\ -\x99\x44\xfd\x1e\x12\x1b\xf0\xb6\x8d\xf1\xcc\xc2\xf4\xfa\x70\x71\ -\xc2\x4d\x72\x18\x2e\xa6\x60\x8a\x61\xee\xeb\x3b\x0c\x85\x6e\x1d\ -\x9f\x13\xf9\xf6\x2b\x86\xf1\x21\x85\x27\xb6\x21\x4c\xd5\xa0\x2b\ -\x4f\x91\x50\xb1\x9c\xb2\xdc\xf2\xbf\x36\xee\xe1\xc8\x19\x8c\xf8\ -\x16\x2f\xec\x0f\xcf\x65\x50\x5a\x83\xf4\x67\x2a\x9e\x1e\xbc\xae\ -\x10\x62\x3b\x03\xe3\xec\x60\x57\xdb\xa8\x4b\xf0\xf8\x90\x89\x1f\ -\xb9\x62\xb4\x4b\x91\x68\xc2\xd5\x55\xe1\xb8\xa2\x03\x7f\xde\xb7\ -\x53\x23\x6a\x46\xb9\x70\xf4\x69\x59\x90\xdc\xf6\xd7\xf3\xd7\xde\ -\x5b\x57\x4e\x91\x13\x6b\x7b\xcc\x41\x3e\x9f\xfc\x1c\x86\x69\x7a\ -\x35\xa9\x01\xc6\xa4\x9d\x97\xf1\xe5\x2f\xaf\x6f\xf6\xf4\x49\xb6\ -\x46\x55\xa9\x6c\x0c\x78\x69\x76\x99\x08\xb2\x75\x2c\x82\xe2\x33\ -\xda\x6e\x6d\x62\x3d\xe4\xc9\xfe\xcf\x57\xe8\xd7\x5f\x35\xba\x22\ -\xf8\xf9\xf9\xa9\x7c\x8e\x1e\x86\x38\xe8\x3d\x78\x09\xae\x8b\x26\ -\x6b\x19\x8a\x96\x30\x8b\xd6\x90\x22\xb9\x8e\x96\x93\x1a\xb3\xa7\ -\xd1\xf5\xb2\x2c\x2d\x51\xb1\x42\x5d\x0f\xff\x94\x9b\xfb\xb6\xce\ -\x6b\xc4\x24\x60\xe2\x1a\xe7\x5a\xf9\x9a\x16\x32\x74\x91\xdc\x4c\ -\x77\xdc\xcc\xeb\xa1\xa9\xf5\x15\x5f\x36\x39\x7b\x6c\xe2\x18\x81\ -\x5b\x76\x1f\x49\x33\x8a\x6b\x6e\xa7\x08\xba\x35\x5d\xa5\xa3\x21\ -\x73\x62\x51\x6e\xb9\x44\x93\x02\x95\xd8\xf0\x46\xb3\x1b\x0f\x46\ -\xbc\x0c\x4c\x39\x95\x23\xdd\xa9\x7f\xe5\x90\x1e\xca\x33\x43\xc4\ -\xc2\xcd\x6c\x12\x6a\xaf\xfc\x4a\x84\xec\x34\x7f\x6b\x1e\x6c\xa5\ -\xb9\xf6\xa9\x6a\xdf\x5a\xc6\xa5\x8c\xba\x1c\xed\xc1\xd5\xf4\xc7\ -\xe4\x01\xd1\x24\x72\x42\x37\xfe\xb3\xfe\x97\x4f\x6c\x3e\xf6\x22\ -\xa7\xee\xc9\x0a\xde\x4b\x4a\xeb\xac\xea\xed\x9d\x6e\x2f\x30\x05\ -\x7b\x35\x50\xca\x96\x6c\x1e\xbb\x9f\x68\x49\xf9\xe5\x22\x12\x40\ -\x84\xcc\x37\x32\xf4\xcf\xcf\x5b\xd8\x9e\xff\xba\xd8\x1d\xd9\x50\ -\x41\xba\x90\x47\xd6\x4e\x10\xb4\x0c\x37\x5d\xbe\xbd\xf0\x1c\xa6\ -\x56\x9d\x1b\xb6\x33\xa5\x48\x84\x4a\x00\xd7\x17\x3d\x72\x65\xf2\ -\xf4\xc1\xc4\x90\x1c\x51\x91\x7c\x72\xe2\x23\x3a\xa6\xcf\xbd\xf0\ -\x17\xb2\x77\x01\x67\x1d\x92\x72\xa2\x90\x40\x84\xd6\xb8\xad\xcd\ -\x51\xf4\x28\xa1\x2e\xb9\x09\xa9\xc0\x06\xc1\xe4\x26\xea\xa4\x44\ -\xe5\x62\xe3\x2f\xfa\x49\xf4\xf8\x68\x66\xa9\x7b\xcc\x5a\x81\x40\ -\xde\xfc\x4a\x34\x20\x7b\x48\x7d\x83\x28\x08\xb1\x6d\xd7\xc5\x3f\ -\xbe\x95\x6a\x00\x9d\x38\x38\x5d\x8e\x1b\x07\xf0\xc3\xf3\xd6\x37\ -\xb3\x6d\x93\x20\xcd\x1f\xb1\xf5\xf3\x90\xa2\x6a\x2b\xe8\x8a\x2a\ -\xe6\x91\x08\x7f\x01\x12\xd4\x04\x8e\x5f\x69\x95\xf4\x22\xbf\x49\ -\xfc\xf0\xb7\x20\x5b\xdf\x76\x47\xde\x20\x1a\x9c\x28\x1a\xc8\x0e\ -\x2a\x08\x0c\xf7\x29\xb3\x35\xef\x8b\xcb\x92\xb8\x60\x0f\x14\xd3\ -\xa2\x88\xd1\xf0\x3c\x94\xf0\x7f\x1a\x05\xaa\xbc\x26\xf2\xd8\xfc\ -\xdc\x35\xd0\xd2\xed\x25\x46\x14\x30\xdb\x07\x0f\xd4\xb5\xb0\x29\ -\x67\x53\x55\xb0\x5c\xee\xcc\xf2\x30\xf7\x46\x89\xa3\xb8\x5c\x07\ -\xa9\x6e\xbd\x78\x75\xf4\x11\xb4\x1d\x03\xb7\x2c\x2c\x15\xb9\xc1\ -\x4f\x2c\x36\x8a\x4e\xfa\x37\x80\xc5\x6b\x7e\xd0\xcb\x33\xf0\x2d\ -\xab\xea\x35\x23\xc8\x9b\x3e\x3e\x73\xc3\xbc\x08\x5a\xa8\x7b\x88\ -\x5f\x64\x7d\x01\xa3\x49\x30\x4f\x9c\xef\x6b\x1d\x7f\x57\x6b\x9a\ -\x3b\xcd\x96\xcf\xcd\x95\x1c\x1b\x4d\x1e\x13\xe4\xe9\x4b\xf4\xb3\ -\x50\x8a\xb2\xa7\x47\xb0\x6d\x34\x67\xa2\x2e\x31\x76\xbf\x6b\x35\ -\x9a\xb3\xc0\x55\x7d\xf9\x1c\x31\x7d\x44\xac\x39\x4a\x1f\xd4\xbc\ -\x28\x9c\x21\x5e\x74\x33\x67\x40\xe8\x90\x42\xfb\x39\x3a\x37\x1f\ -\xf4\x02\xc6\x90\x31\xa4\xab\xf7\x24\x8b\x13\xec\x38\x2f\xae\x7f\ -\x6c\x28\x93\x43\x85\x86\x84\xf6\x42\x59\x6f\xf1\xdc\x4c\x4c\x89\ -\x1f\x17\x6d\xf7\x5b\x23\xff\x08\xc1\xa6\xdc\x67\xe4\x3d\xfc\x57\ -\x49\x64\xd0\x07\x0f\x1f\x67\x97\xe3\xbc\x6d\xaf\x55\xc4\xa3\x18\ -\x7c\xf0\x22\xb3\x09\x0d\x2f\x34\x0d\x22\x9c\x45\x2e\x64\xc3\x14\ -\x92\xc5\x90\x82\x3b\x3c\x82\x34\x0e\x00\xdb\xba\xcc\x9c\x3b\x1d\ -\x1b\xf2\xd3\x87\x73\xfa\x13\xcd\x7b\xbb\xad\x2e\x68\x83\x52\xf1\ -\xcf\x90\x6b\xe7\x0d\x52\xc9\x0d\xbe\xc5\x7d\x78\x64\x81\x68\xd6\ -\xab\xf1\xbf\x5f\x88\x40\x5f\x7f\x3e\x1b\x04\x66\x02\x28\x3c\x76\ -\x64\xef\x63\xd3\x27\x49\xd3\xe3\xa6\x6e\x90\x1c\x4c\x69\x6e\x0d\ -\xd9\xc1\x15\x61\xbe\x39\xef\x8c\xc7\xb9\xd4\x86\x8c\xf6\x2c\x2c\ -\xff\x3a\x76\x9e\x28\xb5\xec\xcd\x03\xaa\x32\xb2\x62\x7d\xa9\x50\ -\x0a\x10\x6e\xdb\xa3\x65\x51\xb9\x5a\x32\x58\x39\x32\xd4\x4d\x15\ -\xc7\xc3\xfb\x95\xcf\x68\x44\xd8\x34\x33\x2d\x1d\xe7\xd7\x84\x03\ -\xed\xb6\x24\xa8\x48\x9c\xc5\x3f\xb9\xd4\x20\x34\xf9\x7d\xf4\x2f\ -\xd4\xa5\x84\xcf\x77\xc0\xb6\x7a\x02\xd9\x7b\xa8\xae\xd4\xc1\x16\ -\x4b\x9e\x64\x4e\x55\xc5\xf5\x3f\xf2\xc7\xb0\x95\xcc\xf9\x92\xb2\ -\x6b\x32\x17\x31\x7e\x93\x41\x1f\x1f\xc0\xfc\xdb\x7f\x7d\x95\x0c\ -\xf2\x10\x33\xc9\x8a\xc2\xbe\xe1\xfb\xb7\xe9\xd8\xdb\xf6\x62\xdf\ -\x8e\xf4\xa5\x2c\x86\x48\x43\xfb\x5d\x0f\x8a\xc8\x9d\x1e\xa5\x31\ -\xa5\xf0\x07\xf4\x57\x3f\xfe\xbd\xc6\xc3\xd0\x8a\x1c\x15\x7c\x1c\ -\x8a\xb1\xf4\x67\x4e\xc6\xa8\x85\xc2\xc1\xcc\x93\xac\x1d\x3d\x6e\ -\x93\x8a\x7d\xcb\x08\xc6\xad\x22\xd9\x32\x30\xb6\x22\xd1\xb8\xdc\ -\x56\xb6\x41\x42\xfc\xec\x5f\xa8\x6b\x83\xd9\x49\x47\xec\xc4\x31\ -\x13\x4d\xde\x10\xdd\xf6\x80\x91\x26\xac\x41\xd4\x1a\x96\x7f\xef\ -\xff\x17\x17\x5d\x6e\x1e\x35\x0d\x31\xf3\xf2\xd5\x25\x41\xe5\x5f\ -\x3b\x8c\x32\x37\xc7\x5f\x68\x26\x80\x7e\xa0\xf2\xc7\xe8\x76\xde\ -\x6c\xf1\xb2\xa6\x82\xe9\xc2\x7f\xae\xff\x58\x4e\x98\x9a\xcf\x89\ -\xe9\x82\x12\xe3\x23\xa6\x77\x65\x2c\xfc\xfb\xf9\xcd\x07\x93\x17\ -\x39\xfd\xd1\xf2\x9c\x62\x15\x0e\xec\x94\x6e\xd9\x92\xc3\x8b\x2e\ -\x21\xcf\xa3\x8e\x0b\x8b\x4a\x6d\xe3\xd7\xf4\xbd\xff\x1d\x01\x9e\ -\x51\xe0\x5a\x22\xfb\xc6\xfd\xb1\xcb\x9e\x35\xb6\x23\x92\x1e\x00\ -\x05\xa0\x9f\x3f\x8e\xcf\xa6\xe7\x56\x8a\x16\x24\xf2\xaf\x38\xc2\ -\x20\xa3\x2e\xb1\x4b\xf2\xf7\xfe\x94\x44\x09\xcd\x3b\xe6\x12\xc1\ -\x5b\x76\x33\xeb\xaf\xf4\x4f\xc5\xcb\x7d\xeb\x9d\x91\x03\x88\x5c\ -\x12\xd9\x59\x5c\x08\x55\x7a\x79\x50\x81\x14\xea\x39\x09\xff\x7f\ -\xc6\xde\x25\xcb\x96\x24\x57\xae\x14\x40\xcd\x23\xe7\xc2\x06\x6b\ -\x26\xc5\x16\xdb\x64\xcd\xe4\xcd\xba\xf2\xfa\x31\x05\xd8\xc0\x5f\ -\xcd\xce\x4d\xc6\x5b\xb1\x22\x5f\x84\x5f\xf7\xe3\xf6\x51\x85\x02\ -\x22\x5b\x18\x9f\x6d\xe4\xb2\x15\x41\xd9\xb9\xa0\xc7\x02\xdf\x0a\ -\x27\x69\x53\x65\x5f\x18\x7e\xf1\x6f\x30\x2d\x2c\xac\xa7\x31\x7a\ -\x31\xf6\xbe\x9b\xa4\xca\xb3\xd5\xf6\x36\x1d\xb4\x10\x54\x7e\x8f\ -\x49\x43\x75\x9f\x21\xe6\x27\x8c\x42\x72\xad\xe5\x48\xef\xb6\x78\ -\xef\xf2\x67\xe2\xd0\xb5\x13\x11\xee\xbd\x61\xb6\x48\x77\xd6\x08\ -\x35\x6d\xb3\x49\x3b\x03\x20\xc0\xcc\xd0\x2d\x09\x9f\x51\x02\x3e\ -\x61\x78\x57\xa4\x9f\x93\x7c\x33\x34\x4f\x99\x8c\x8e\x60\x86\x97\ -\x92\x6d\x66\xbf\xf2\x27\x1b\x02\xd4\x28\x7f\xb6\x06\x6c\xf3\x02\ -\xd0\x8f\x11\x42\x21\x9e\x47\x64\x79\x58\x99\x03\xd3\x8d\xe6\xb1\ -\xf1\xca\x0d\xdd\x82\xdf\xd6\xc5\xbc\xe8\x02\x96\x01\x74\xa2\xd9\ -\x70\x53\xa1\xec\x99\x6d\x80\x7d\xab\xa4\xa1\x77\xfb\x3a\x63\x92\ -\x2f\x64\x61\x17\xba\xf8\x5b\x7f\x4d\xd2\xa8\x62\xdd\xd5\x9e\x8d\ -\xa3\x84\xdb\x89\x4b\xa0\x79\xf8\x0a\x9f\xcd\xaf\x7b\x04\x05\x1b\ -\x57\x5c\xe7\xe8\x96\x2e\xc6\x2f\x7e\x6d\x9a\xb3\x31\x41\x34\x00\ -\x84\x17\xd4\x56\x68\x2b\xae\x03\x16\x25\x0a\xa2\x0d\xf0\xc2\x7d\ -\x7f\x86\x61\x1b\x0a\x87\x00\xc5\xfb\xf6\x0b\x75\xb2\x94\xe9\xfc\ -\x23\xa7\x64\x43\x23\xa7\xab\x17\x9e\xec\x94\x2c\xbe\xb0\xae\x0b\ -\xf7\x47\x0c\xe7\x1f\x05\x4a\x23\x6b\x41\x6c\xfd\x5f\x2e\x07\xa3\ -\x45\x6d\x93\xb4\x35\xe8\x77\xff\xa9\xf7\xbf\xc9\x29\xe3\x39\xbd\ -\xe5\x03\xca\x83\xe7\xd5\x7c\x6c\xf0\xcf\xf7\x9b\xfb\xe1\x2c\xd6\ -\x97\xef\x01\xff\xf6\xae\xb3\x6f\x8d\x3a\xe5\x6d\x8a\x4f\x1e\x04\ -\xe6\xc1\x48\xfd\xdd\xd9\xc3\xf7\xd5\x27\x1c\x84\x85\x2d\xbf\xe8\ -\xb4\xca\xc2\x5d\xbb\x4c\xef\x80\x5c\x44\x03\xd1\x58\x42\xd6\x74\ -\x04\xf3\x38\x5c\x75\x9a\x95\x6c\xeb\xe8\xf6\x06\x5a\xdf\x6b\x4d\ -\xca\x86\x07\x90\xe7\xf2\xeb\xf1\xd1\x0f\x4e\x36\x5e\x57\xa9\xa8\ -\x4a\x8b\xe3\xa0\xfc\x8c\x21\xd7\xbf\x71\xfb\x61\xd0\xee\x0f\x7b\ -\x07\xdc\xe0\x54\xec\xe0\x9b\xea\xee\x13\x63\xac\x3f\xb7\xfe\x3a\ -\xfd\xec\x02\xc3\xf1\xfc\xed\xc0\xb5\x69\x37\xc5\x47\x1d\x44\x22\ -\x4a\xe5\xa3\xbf\x35\xd1\x5b\x54\x51\x10\xbe\x5e\xca\x96\x44\x5b\ -\x04\xfd\x18\x54\xbe\xe8\x1b\x52\xc4\xb3\xd3\xe7\x21\x94\x00\x0c\ -\x2f\xf7\x1e\x32\xc8\x08\x30\x07\x24\xa7\xae\x01\x3d\x60\x5d\x96\ -\xf3\x16\x60\x18\x6e\x07\x50\x97\x85\x87\x07\xd8\x1a\x76\x57\xa9\ -\x35\xfc\xf0\xbb\xe3\x40\x4c\x18\xd0\x19\x71\x32\xc2\x2d\xbf\x7e\ -\xff\x4b\x3e\xd8\xa7\xa8\x9f\xcf\x1f\x43\xaa\x37\x49\x5c\xd8\x03\ -\x88\x16\x36\xb6\xe3\xe2\xb9\x75\xfa\x35\x67\xe0\x5b\xda\xf4\xa3\ -\x4f\xfa\xe2\xf7\xbf\xc5\xd5\x86\x94\xd2\x7d\x89\x80\xdf\x60\xd2\ -\x13\xf9\x24\x8f\x92\x66\x18\x4d\x80\x5b\xbd\xf6\x60\xce\x08\x1d\ -\x91\x8d\x52\xac\xdf\xae\x66\xf2\xc6\xa1\x52\x6b\x9a\x2d\xcb\xe1\ -\x8a\x7e\xcd\x96\x3c\x38\x67\x96\xa6\x2f\x8c\xac\x97\x1f\xf6\xbd\ -\xb1\xe8\xaa\x95\x0f\x7d\xa0\x42\x58\x34\x63\x0e\xb6\x67\x8d\x89\ -\x78\xbe\xa8\x7c\xea\x30\xa1\xb1\x46\x31\xb6\xde\xd8\x2f\x64\x3b\ -\xdb\x07\x2e\x48\xac\x1f\x1c\x94\xcd\xc8\xbc\xf3\x75\x80\x6f\x80\ -\x7f\x5c\x95\xb4\xd2\x13\x57\x39\x9b\x2e\xf5\xd4\x36\x95\xdf\xb5\ -\x67\x6e\x6d\x6a\x14\x65\x5f\xe3\x3d\x27\x4d\x37\x7e\x3f\x06\xec\ -\x60\xcf\x31\x0d\x18\x18\xb1\x0d\x4c\x94\x7e\xbd\x66\x6b\x91\x3a\ -\x54\x53\xa3\x3f\xfa\x6f\x30\x11\x2e\x62\x30\x5c\xca\x99\x6f\x93\ -\x60\x93\xad\xbf\x0b\x75\xa0\x22\xad\x83\xe8\x8e\x58\x1c\x2d\x80\ -\x84\xb3\x09\xb1\xd6\xc2\xef\xbe\xc1\xc4\xb8\xfc\x40\x9e\x6b\x8f\ -\xaf\x81\x9a\xfb\x5f\x64\xf1\x16\x98\xcd\x68\xdc\xf6\x79\xd4\xfd\ -\xa8\x97\x3f\x27\xb9\xbe\xb4\xfc\xd4\x68\x8c\x5a\x8d\xb6\x41\xa4\ -\xf8\x40\x9c\xbf\xe0\x01\xc8\x4e\x72\xbc\x56\x04\x1e\xa2\xc9\xc2\ -\xc8\x01\x11\x4c\xb8\xdc\xcb\x44\x4d\xfe\x86\xc5\x56\x64\xab\x58\ -\x9a\x31\x47\x97\x4c\x53\xca\x46\xa2\x07\xfa\x59\x1e\x1d\x24\x72\ -\x99\xd1\xea\x72\xad\xbe\x80\x13\x41\x37\x55\x22\x54\xdf\x5c\x9c\ -\x67\xbf\xae\x9f\x21\xcd\x8a\x1a\x2f\xc8\x30\x57\xeb\xe2\xa5\x76\ -\x39\x24\x29\x62\x0f\x50\x5c\x49\xa1\x92\xa2\x84\xff\x8b\x69\x35\ -\xb9\x42\x75\x04\x88\xa2\x73\x21\x0f\xf3\x9f\x3d\x3c\x21\x7d\x59\ -\x35\xdd\xe9\xb9\x44\x54\xe6\xc4\x37\xfa\x8a\x49\xec\x1c\x5f\x2f\ -\x45\xaf\x52\xf6\xa9\x96\x2f\x70\x6b\xfd\xd3\xd0\x99\x9c\x14\x45\ -\xfb\x91\x0c\xbe\x36\xb6\xb2\x2f\xda\x46\x65\x83\x72\x16\xa4\x95\ -\x80\x4e\x43\xd0\xa0\x91\x33\x14\xba\x61\xef\x46\x27\x01\x4f\x69\ -\x24\x5f\xcf\xd4\x74\xcd\x69\x26\xaf\xa2\x03\x92\x8d\x68\x86\x1c\ -\x33\x82\x37\xd5\xbb\x5c\x79\xb0\x09\x87\x2d\x4b\xe0\xfd\x52\xba\ -\xd2\x25\x1c\x3d\xd3\x81\xa3\x78\x71\xdd\x2f\xf9\xcf\x7f\xf3\xb0\ -\x14\x85\x0d\x8f\x0e\xed\x98\x40\x04\xa1\x8c\x66\xf8\x61\x4a\xef\ -\xc4\x03\x9d\xd5\x53\xc4\xd3\x9f\x65\xfc\x26\xfa\x67\x3d\xe5\x23\ -\x54\xde\xbb\x45\x6e\xac\xd7\x6d\x84\x1f\xcf\xd8\x12\xff\x9e\x03\ -\x18\xa1\x3a\x8b\xe7\xa4\x49\x21\x71\xb4\xe2\xd2\x28\x26\xb6\x0e\ -\x2f\x97\xb9\x36\x82\x0f\xab\x69\xa1\xe0\xf5\xaf\xd7\x0e\x7a\xfe\ -\x7e\xe0\x81\x89\xb7\x77\x54\x46\xe7\x69\xe0\x94\x35\xe6\x78\x3e\ -\xe7\xba\xbc\xbb\x1d\xa3\x7b\xae\x49\x81\x69\xc0\x7f\x50\x46\xa6\ -\x33\x53\x0d\x09\xa7\x89\xf7\x5e\x03\x95\x14\xad\x06\xed\x48\xdb\ -\xca\xb2\x70\xd0\x60\x61\x12\xb6\x34\x19\x41\x9b\xb4\xba\x4e\xbd\ -\xa6\x63\x04\xd1\x1b\xd8\x2d\x17\x2a\xc9\x45\x26\xf2\x89\xa2\xde\ -\x3e\x43\xf4\x10\xfd\x20\x16\x07\x33\x07\xb2\x30\xae\x42\x0e\xc7\ -\x3b\x28\x6d\x9d\x5c\xd4\xa6\x95\x8a\x31\xa8\x72\x64\xae\x8a\xcb\ -\x6d\x5f\xa6\x22\x0b\xed\x50\x45\x3d\xa9\xce\xae\xf1\x4f\x06\x3b\ -\xd6\xa6\x85\x26\xdf\x59\x5e\x74\xc5\x12\xd9\x9f\xf1\x05\x32\xc5\ -\x41\xe2\xc8\xf7\x31\xed\xe9\x58\x71\x4a\x4a\xd8\xab\x47\x2a\xfd\ -\x07\x01\x7f\xb0\xf5\x85\x5d\x68\xda\x3b\xba\xd9\xf5\x8f\x1c\x38\ -\xe6\xa2\xab\xb1\x35\x86\xea\xf9\xff\xc9\xef\x7d\x7a\x0a\xf6\xde\ -\xf8\xe1\x35\x00\x06\x9b\x22\x87\xa9\xbc\x08\x88\xd8\x89\x17\x0e\ -\x02\x3b\x1d\x32\x0f\xf0\x0d\x6c\x63\xef\x22\x0f\x99\x08\x1f\x32\ -\xe2\x88\xd7\xd0\x43\x56\x5a\xb4\xda\x27\x45\xb4\x82\x7a\xe9\xb1\ -\xde\x9c\xf7\x9f\xd7\x7a\x95\x69\xe9\x17\x9f\xc1\x2b\x50\xe5\x2f\ -\x68\x79\xbe\x56\xee\x3d\x64\xfa\xda\xf6\x9c\xf1\x38\x54\x05\x58\ -\xe4\xfc\x5e\x7a\xec\x7d\xdd\x9b\xcc\xc4\xf9\xbd\xe6\xcf\xf7\x26\ -\x29\x78\xb4\xb8\x4b\x32\x8c\x92\xcc\xe9\xbb\xfc\x35\x3a\xce\xf6\ -\x5c\xdd\x79\x00\xca\xaf\xd9\x8a\x6b\x1d\xb0\x95\x87\x4c\x56\x8f\ -\x09\xfd\x6e\x13\x33\xbf\xb7\x01\x81\x69\x8a\x14\xf1\x29\x54\x64\ -\xe6\x11\xea\xb1\x57\xad\xa9\x28\x5f\x95\x23\x25\x54\x6b\x23\x25\ -\x30\x40\x92\x50\x36\xfc\x2d\xee\xd7\x59\x3f\x0b\xa4\x32\x9b\x5d\ -\xd9\xa8\x6c\x3e\x37\xac\xc7\xfd\x36\x78\xd4\x3f\x47\xc3\xa0\x4f\ -\xe1\xf0\xf0\x30\x15\xf2\x3b\xa4\xf9\x6b\xe4\xa8\x45\x53\x38\x00\ -\x0f\x71\x28\xd6\x6e\xa3\xd5\xf2\x26\xe9\x0b\x70\x23\xd4\x15\x7e\ -\x82\xad\xe8\xce\xa6\x16\xa0\x41\x9d\x45\x65\x92\x69\xe5\xdb\x11\ -\x08\xeb\xfa\x57\x36\x35\x66\x56\x57\x35\x25\x4e\xd8\x4a\xbf\x8e\ -\xd7\xf5\xaf\x69\x59\x49\x35\x89\x59\x64\xac\x0f\xac\x99\x30\x71\ -\xe6\x40\xd6\xda\xe7\xd7\x74\x8b\xc1\x2c\xc2\xe7\xb3\x56\x36\x15\ -\x62\xdd\xeb\x40\x9d\xe5\x92\x50\x0d\x45\x48\x55\xb9\x8e\x88\xff\ -\xb1\xbf\x33\xed\xcf\xed\x1b\x6d\x5d\x3e\xe1\x18\x8f\x09\x71\x4a\ -\x9f\xed\xd0\xd5\x15\x2d\xcb\xd7\xd3\x44\x34\x45\xd3\x55\xc3\x9b\ -\xe4\x0a\x99\xf3\xfd\xf3\x5b\x17\xef\xa7\xa0\x45\x0c\x45\x7d\xbb\ -\x72\x17\x9f\x71\x1c\xfa\x1e\x27\x31\xde\x4a\x07\x6f\x2c\x0f\xa5\ -\x66\xd0\xd7\xb5\xee\x6d\xfa\x6f\xd7\xd4\x30\x13\xde\x42\x1a\x7e\ -\xf2\x67\x93\x48\x5f\xe1\x30\x36\x71\x23\x67\x10\x20\xf3\x70\x2f\ -\xdb\x38\x3c\x1c\xcd\x13\x9c\xaf\xeb\xf2\x51\xb4\x4d\x26\x32\x33\ -\x84\xf9\x3d\xcb\x2a\x01\x55\xf4\x90\x54\x3c\x7f\xd1\x83\xba\xd4\ -\x7d\x54\x06\x11\x4d\xcc\x26\x7d\xd1\x86\x4e\x33\x3c\x27\xcf\x7e\ -\x64\x0c\x10\x26\x56\xd2\x8d\xae\x38\x42\xf5\x38\xc7\x88\x18\xc1\ -\x6d\x31\x4a\xcc\xa4\xed\x75\xf9\x42\x19\xe8\xe0\xed\x81\x86\x3c\ -\xd6\xe0\x5c\xd4\x3a\x4b\xcb\x43\x5c\xa3\xe0\xee\xe3\x60\xc2\x4c\ -\xba\xae\x97\xc0\x5f\x32\x65\xa8\x6c\x4b\xf7\xa6\x9f\x34\x4f\xf6\ -\x9f\x67\x52\x0e\x3b\x14\x77\x29\x47\x6c\x60\xcc\xa5\x47\x95\x3c\ -\x64\x51\xf9\xe1\xd0\xe4\x17\x3a\x1f\xd0\x32\x9c\x7a\x57\xb8\xe3\ -\x85\x55\xd0\xc3\x1f\xa7\x49\xdb\x35\xd1\x3a\xd1\xba\x1d\x2f\x4d\ -\x5a\x23\xf7\x9a\x0c\x1c\x6f\xa9\x6c\x23\xdd\xf9\x73\x96\xd7\x76\ -\xa3\x3a\xdd\x41\xc0\x09\x9c\x33\x33\xf4\x5a\x86\x6b\x1f\x7a\x94\ -\xc2\x08\xc3\x0f\x72\x94\xbf\x27\x0d\x48\x49\x8c\xcc\x2f\xf1\x02\ -\x99\xf9\x6b\x16\xd2\xde\x3b\x23\x71\x4b\xce\xe5\x65\x41\x27\xcc\ -\x05\x40\xa4\x2f\x6c\x31\xd6\x97\x92\x12\x68\xec\x42\x91\x1d\xe5\ -\x3b\xf2\x3e\xb2\xb4\x62\x4c\x1f\xc5\xac\xc8\xae\x70\x69\xac\xcc\ -\x62\x12\x3c\xe5\x67\x49\xbc\x14\xf9\x2a\x47\xfa\xea\x1d\xf1\x35\ -\xa3\xfb\x0c\x4c\xf6\xe2\x92\xac\xd6\xcc\x20\xf1\x24\xf4\x04\x84\ -\x54\x57\x34\x82\x62\xab\x9b\xdf\x3d\x20\x9a\x9b\x31\x41\x2c\xc8\ -\x97\x5a\x40\xa1\x17\x71\x17\x9d\xa6\xeb\x96\xc7\x27\xfe\x67\xdb\ -\x5a\x24\xbd\x63\xed\x13\x12\xa6\x38\x7c\x16\xf2\x57\xf9\xb6\x77\ -\x5f\xaa\x09\x90\x93\x5b\x04\x9a\x76\x62\x9c\x63\x2d\x54\x71\xc9\ -\x63\x14\x86\x54\xae\xc1\x8d\x78\xde\x77\xc3\x15\xaf\x23\x0c\x95\ -\x87\x64\x56\xa5\xe4\x35\xa1\xd9\x07\xe9\xc3\x43\xf8\xa0\x27\xa1\ -\xbc\x65\x27\xad\xaa\x9a\x47\x4e\xec\xc3\x29\x55\x5b\x63\x32\x93\ -\xff\x5b\xee\x5c\xd9\x44\xc4\x27\xd7\x05\x80\x50\x9d\x61\xf2\x81\ -\x4d\x3b\x3f\x5f\xc9\xcd\x03\xa3\x4f\x23\xda\x23\xf6\x83\x4e\x91\ -\x9a\x42\x42\x47\xcf\xb7\x83\x1b\x94\x7d\x3d\xc3\xe1\xd3\xaa\x09\ -\xb2\xe1\x9d\xeb\x3a\x6c\x29\xcc\x6f\x3f\x68\x11\xde\xe4\xc1\xfc\ -\xc0\xfb\x8e\x22\x45\xb4\x81\x32\xc4\x0f\xf8\x7f\xf7\x5f\x3d\xd7\ -\xcd\xee\x33\x96\xe1\x3d\x3c\x9d\x4a\xdd\xf7\xd3\xef\x71\x16\x74\ -\x47\x23\xe9\x55\x2a\xe6\xb2\xbc\x4e\x3d\xec\xb9\x3a\xab\x13\x6f\ -\x7d\xea\x17\xe6\xc6\xc8\x7a\xa9\x7b\xfd\xfc\x5d\xd6\x5a\x69\xcc\ -\xef\xbe\x62\x74\x90\x0a\xf8\x30\x1e\xcb\xf0\xfe\x7e\x93\x4e\xd6\ -\x73\xee\x93\x2e\xdf\x3b\xfa\x1a\x1e\xff\x3e\x1a\x1f\xda\xc0\x10\ -\x96\x44\xc2\xaf\x9e\xaf\xda\x43\x0b\xb1\x3f\x09\x99\x71\xfd\x4d\ -\x12\x14\x72\xb9\x94\x8a\x42\x3c\x22\x52\x93\x2c\xaa\x0e\x04\xa3\ -\x46\xbb\xc5\xa0\xc7\x49\xc9\xea\xf2\x1a\x2c\x7b\x0e\xba\xf7\x6c\ -\xc4\x7b\x84\x47\x76\x17\xd1\xac\x1f\x12\xa8\x9b\xfb\x69\x84\x8f\ -\x03\x38\x1a\x0f\x7a\x50\x2d\x15\x9a\x52\x73\x9a\x53\x53\xaa\xc2\ -\xfb\x84\x31\x06\x8c\x83\x42\xd2\xd0\x1a\x8a\x71\xb8\x65\x2d\xa3\ -\xce\x16\xb5\x06\x7d\xf7\x86\x69\x21\xc8\xd3\x5b\xfd\xd2\x28\x78\ -\xe4\x47\x31\xd2\xa1\x1a\x35\x4d\xaf\x47\xce\xdf\x55\xe4\xce\xec\ -\x75\xd2\x8a\xda\x59\x7c\x81\x93\x6a\xcb\x28\x3a\xc9\x42\x39\x6c\ -\xd5\x20\x54\xc4\x2f\x00\x2d\x4e\x4b\x04\x89\x42\x1a\x9d\xee\xf4\ -\x7a\xce\x35\x81\x86\x02\x40\x78\xfa\x10\xfb\x9f\x65\xba\x80\xe5\ -\x89\x92\x69\x51\xa1\xf4\x7e\x6d\x4c\x5f\x60\xae\x09\xdd\x63\x4e\ -\x52\x13\x40\x14\x69\xf6\xcc\x74\xa3\x76\xfc\x93\x76\x5d\x73\x6f\ -\x25\x13\x64\x93\xcf\x93\xaa\xf6\xbd\xf2\xb0\x24\xd8\x8f\xb5\x2f\ -\xce\x1d\xe8\xfe\x5a\xfd\x72\x10\x42\xe5\x6e\xc6\xba\x78\xf9\x70\ -\x26\x86\x38\xac\x67\xf3\xa9\x53\x56\xd7\x53\x12\xdd\x96\x1c\xe6\ -\x62\x22\x20\xaf\x1f\xd7\x84\xea\xfc\x5c\xa3\xce\x75\xd5\x82\xff\ -\x33\xdb\x7b\xcb\xb5\x95\x29\x93\x3b\x8c\xb5\x79\x12\x67\x9a\x98\ -\xd3\x75\xd5\xe2\x20\x25\xe9\xa8\x5c\x9b\xfd\x25\x03\xc2\x43\x04\ -\xe9\x42\x94\x20\xe7\x98\xfc\x5b\xb0\x62\xfe\x62\x8b\x47\x16\x56\ -\xfc\xb2\x26\xd9\x31\xa9\xd5\x8e\x5f\xbc\x69\xa2\x3b\x82\xb8\x8a\ -\xb1\x3d\x7c\x54\x14\x21\xaf\xa3\x63\x16\x86\x6c\x4d\x03\x69\xc8\ -\x5c\xb4\x63\x34\x5b\x3e\x12\x39\x00\xa2\x67\xa0\x84\xa9\x9e\x38\ -\x90\xe7\x1d\x67\x4f\x29\x69\x14\xb9\x3d\x57\xc0\x0b\x0f\xdc\xc3\ -\x90\x6c\x0b\x58\x6c\xc4\xe2\x08\xfa\xbb\xb7\x0f\xcb\x23\xd0\x32\ -\x60\xb6\x77\x7f\x46\x76\x03\xea\x80\x1c\x86\x3e\xd5\x9a\x3c\x70\ -\xf7\xc5\xc1\x68\x44\xe2\xa0\x00\xf2\x45\x63\xdc\x3b\xef\xb2\x45\ -\x6a\x78\x6c\xfc\x0b\x75\xf0\x0b\x22\x96\x3e\xc2\x57\xbd\x43\x6f\ -\x91\xbe\xfe\x4c\x95\x96\xb6\x08\x89\x8a\x9e\xe7\xfe\x28\x4c\x58\ -\x6c\x23\x09\x0f\xd5\x28\xa8\x76\x1e\xee\x94\xa6\x04\x70\x40\x08\ -\xba\x87\xed\x28\x4c\x26\x5e\xd8\x3c\x80\x70\x89\x42\x21\xda\x97\ -\x4b\x25\xec\xbb\xac\x90\x88\x49\x1d\xca\xc4\xcc\x32\xe5\xf5\x72\ -\x63\xa7\x79\x79\xe5\x51\xc8\xcd\x62\xcc\x09\x6f\x91\x0e\xee\xde\ -\x16\x2b\x30\xe7\xef\xb2\x96\x1b\x53\x51\x78\xd2\x3b\xcd\xd2\x9c\ -\x1d\x64\x6e\x07\x37\x23\x17\x62\x3c\x43\xda\xf3\x88\x24\x12\xa5\ -\xfc\x39\x4d\x5e\x41\xf3\xb4\xa8\xb8\x0e\x7d\xfb\xca\x6c\x14\xa2\ -\xbd\x01\xa2\x9f\x94\xd0\x48\xca\xbe\x7d\xd3\x03\x7c\x61\xf3\x94\ -\x78\xf6\x09\x95\x4f\xc5\x54\xdb\xc1\xf0\x3c\xf4\x8a\xba\x37\x53\ -\xd3\xdb\xd7\xcd\xec\xec\xf9\x36\x5b\x66\x33\xc2\x92\x64\xbd\xd8\ -\xd8\xf2\xc5\xfb\x62\xcf\xa4\xd5\xfc\x81\xc2\x5d\x63\x93\xd7\x4c\ -\x88\xff\x94\x99\x7b\x84\x93\x7a\xb3\xca\x25\x55\x6f\x59\x39\x29\ -\x79\xcd\x83\x22\x3d\x20\x43\x14\x10\x90\xcc\xf7\x92\x99\x53\xb3\ -\x38\x0c\x9a\x39\x89\x99\x1b\x26\xa7\x0f\x2b\x24\x38\x4c\x0b\xec\ -\x74\xa3\x9a\x42\x5b\x41\x9d\x72\xd6\x44\x41\x73\x0b\xc3\x3c\x33\ -\x45\x04\x58\xfe\xbb\x6a\xbc\xc7\xd7\xcb\x74\x45\x73\xdd\x92\x00\ -\xa5\xc0\xb2\x0f\x43\xfe\x1b\x68\x1f\xfb\xfd\x2a\x14\xf6\x0d\xd4\ -\xb0\x3d\x06\xa4\xbc\x3f\x7c\xf8\xa7\x6a\x2d\x89\xeb\x6f\xcf\x3f\ -\xbf\x0b\xed\x5b\x97\x35\x3c\x65\x79\x70\xd0\xd8\x3b\xf0\x00\x88\ -\x9c\xe8\xf6\xb7\xc3\xd5\x19\x5a\x9b\x93\xf4\xc0\x5d\xbf\xfc\x99\ -\xae\x0c\x18\xc0\x8d\x06\x36\xc1\x58\xbf\x90\x04\xc5\x73\x1d\xbb\ -\x88\x06\xfc\x5e\x1a\x25\x33\x33\xb9\x62\xaa\xd9\x95\x24\xe1\x9b\ -\x19\x38\xf4\x27\xad\x32\x7b\xec\xa4\xc3\x93\x5d\x7e\xe4\x81\x7a\ -\xc9\xfd\x2c\x26\x84\x25\x30\x7f\xbf\x96\x9c\xfb\x49\x91\xf1\x48\ -\x09\xc2\xa1\x28\xa9\x90\xe2\xd3\x8f\xe8\xc7\x8d\x41\xfd\x63\xc1\ -\xc8\x2c\xab\x89\x14\xb9\xa2\xcd\x95\x2c\xdc\x42\xb6\xc9\x08\xaf\ -\x1d\xe6\x15\xb9\x5c\x11\x49\xa3\x0d\x60\x35\xa6\xc6\xf9\xdc\x96\ -\xe2\xa2\x24\xc8\xb7\x3d\x9f\xe0\xac\x5f\xec\x39\xed\xcd\xe6\x3a\ -\x54\xe1\xdc\x23\x16\x43\xee\xba\x2e\x1a\x19\x45\x68\xfb\xd3\xa3\ -\x71\xed\xb5\x47\xe4\x7d\xaa\x35\x38\x84\x5e\x9e\x3d\x2f\x70\xe7\ -\x61\x74\x63\xd0\x0d\x8e\x09\xb0\x1c\xc0\x12\xd9\x52\xd2\xff\x03\ -\xfe\x63\x87\xb9\xca\x81\x24\x99\xfe\x9a\x0e\x47\xcb\xe7\x62\x64\ -\xf6\xf1\x60\x00\x3c\x20\x3f\xd1\xbc\x6f\xfd\x5c\x4d\xc0\x48\xab\ -\xfb\xda\x1a\x72\xfa\x9a\xb9\xa9\x36\x88\x9e\x7b\x85\x85\xc0\x8b\ -\x99\x38\xf6\x9d\xf5\x58\x1d\x5e\xe5\x11\x72\x6b\x4d\xdd\xf0\x74\ -\x5f\xf9\xb5\x1b\xf3\x60\xb5\x78\xe5\x44\xd5\x14\x32\xab\xd4\x22\ -\x2a\x9e\xd1\xc8\x23\xdf\x2f\xee\x82\x90\x62\x63\xe3\x87\x7e\xca\ -\xb3\x7e\x44\xc2\x74\x2f\x27\xc5\x73\x27\xf6\xcc\x88\x7b\x6a\xd1\ -\x48\xc0\x9a\x60\x19\x1a\x79\xa9\x15\x1b\xc1\x79\x46\xed\x4a\x97\ -\x82\x57\xad\x91\x95\x18\xc1\xc5\x5d\x9a\x6c\x8d\x45\x27\x18\xe6\ -\x81\x9d\x8b\x2a\xee\xb5\x47\x29\xec\x0a\xfe\xc6\x3c\xa3\x63\x4c\ -\xb9\x76\x65\xa3\x57\xf4\xd3\x9e\xcd\x82\x93\x89\x48\x52\x39\x71\ -\x80\xf0\x28\x84\x8d\x14\x11\xc2\x66\x6d\xb8\x70\x04\x6f\x45\x1b\ -\x8f\x98\xcd\x8f\xe3\x53\x9d\x81\x69\xf5\xce\xdd\xf9\x30\x89\x39\ -\xc6\xcb\xc7\xe2\x27\xd6\x4e\xe9\xa9\x8b\xd9\x16\x0a\x91\xf4\x15\ -\x04\xde\xb3\xf2\x7f\xe8\x3d\xf7\x83\xeb\xbf\x75\x03\x27\xda\x62\ -\xd1\xcd\x8b\x49\x67\x61\xfd\x52\x2c\x71\x9a\xb6\x41\x35\xfa\x3c\ -\x61\x1b\xae\xdc\xaa\x7c\x08\xa7\xc1\xc8\xcb\xe7\x4c\xaf\xd5\x58\ -\xf0\x50\x9c\xfc\xa4\x2b\xa1\x75\xee\xca\x9c\x0a\x91\x69\x0a\x85\ -\x75\xa4\x8a\xcd\x2f\x4d\x5f\x4c\x23\xef\x86\x79\x92\x99\x76\x04\ -\xeb\x1d\x04\xb0\x31\xe5\x83\x15\x93\x36\x76\x6e\x85\x98\x56\xc0\ -\xae\x7a\xbe\x51\x50\xfc\xc8\xa5\x16\x67\x41\x68\xe5\xb6\x8c\xfb\ -\x1c\xb8\xca\x84\x8e\x40\x72\xda\xd2\x31\xd0\xea\x6f\x9e\x1d\x8e\ -\xcf\x2c\xac\x79\x00\xde\xe2\xa1\x7d\xe0\x23\xa7\xca\xb4\xaf\x63\ -\x94\xdb\xbc\x28\xa3\x03\xa9\x6f\xc6\xdf\x30\xdc\xf3\x83\x06\x56\ -\xf7\xb9\xf4\xf3\xdd\xcc\x5e\x07\x4c\x76\x39\x95\xdf\x78\x5e\xa0\ -\x75\x81\x99\xf1\x93\xc8\xce\xdb\xc8\x42\x24\x85\xee\xf5\x03\x06\ -\xc7\x14\xe0\x68\x28\x8c\x40\xbe\xbd\x53\x36\x16\x05\x4c\x1d\x0e\ -\x15\x17\x2f\xdc\x67\x28\xe9\x83\x6c\xf5\x17\xa9\x50\xf7\x67\xf5\ -\x02\xbd\xe5\x3d\x08\x9a\xb1\x93\xec\x70\x06\xf1\x52\x21\xe4\x24\ -\x2e\x25\x8d\xa9\x2d\x51\xd0\xdc\xf0\x90\x1a\x16\xea\xba\xa4\x11\ -\x23\x4b\x6f\xf0\x04\x26\x38\x21\xb5\x23\x1c\x54\x42\x1e\x98\x74\ -\x0a\x69\x2d\x63\x4c\xdb\x6d\xd7\x96\x57\x99\x94\xa0\xba\x69\xc4\ -\x14\x03\x10\xf7\x1b\x50\x86\x8f\x37\xc5\x5d\x6b\x96\x58\x46\x1a\ -\xe3\xc0\x13\x4b\x05\x54\x87\x86\x85\x17\x23\x07\xb0\x6d\xed\xab\ -\x02\x4a\xda\x1a\xe6\x6b\xb1\x4e\x28\x09\x8e\x00\xd8\x07\x6d\x4e\ -\x0a\xbc\x70\xaa\x01\x26\x79\x94\xfc\xe0\x00\xcf\xd5\xc1\x31\x2d\ -\x9a\xdd\x50\x6d\xd7\x14\x0d\x22\xa2\x87\xc4\x2b\x27\x41\xd8\x3e\ -\xad\x9a\xb9\x38\x39\xab\x73\x82\xa8\x58\xf2\x98\xaf\xcd\x9a\xf9\ -\x6a\x90\xf2\xcc\x11\xe8\x31\xd9\xf9\x0a\x86\xa0\x9a\xcc\xe4\x74\ -\xf0\xe8\x66\x6a\xeb\xb2\xd3\x6b\x90\xb7\x64\x9f\xca\x0a\xb7\x65\ -\x9d\x6f\x60\x10\x14\x01\x4e\x29\x9a\x7d\xb6\xbb\xee\x69\x98\xdc\ -\xd7\x7a\x0d\x0d\x7e\xa5\x14\x36\x88\xc2\xb7\xbf\x4a\x89\x39\x71\ -\xcd\xf2\xf2\x3d\x55\x15\xdb\xa7\xda\xd4\x44\x6f\xfd\xe0\x41\x4c\ -\x63\x22\x9b\x45\x47\x1e\x08\xff\xef\x72\xa1\x3a\xe5\x6f\xf8\xa0\ -\xe3\xd0\xe6\x87\x2e\xe1\x26\xc7\x79\xa5\x75\xd1\x68\x60\x56\x04\ -\x81\xbe\x4e\x01\x09\xb3\xb0\xee\xd7\x40\x3c\xce\x00\x6d\x3a\xfc\ -\x54\xd9\xc8\x94\x26\x8e\x0c\x34\xab\x5d\x90\x10\x94\x55\x72\xc8\ -\x10\xaa\xb1\xcb\x83\xa3\xf1\x91\x01\xd5\xd5\xf8\xc8\x30\xd2\x94\ -\x7c\x57\x10\xf8\x90\xe2\x69\x29\x18\x28\xa4\x88\x98\xe8\xfe\x3e\ -\x15\xac\xe7\x8e\x5b\xb8\x7a\xf9\xc3\x96\xe7\x86\x8d\xc3\x2a\xbb\ -\xf5\xc1\xdf\x81\xdd\x03\xc6\x1b\x1a\x3c\x1a\x0d\xf6\xf9\xe4\x09\ -\x85\xf0\xf5\x7b\xa3\xa9\x9a\x22\x9f\xcc\xbf\xd6\x66\xc9\xf7\x83\ -\xb6\x38\x01\x17\x25\xf5\x1e\x8d\xa9\x97\xf7\x32\x9b\x14\x5e\xb4\ -\x10\x61\xec\xd5\xe9\xcf\xa9\xd4\x0e\xe8\xee\xeb\xe2\xa4\x2b\x10\ -\x05\xa5\x91\xeb\x60\xf0\x58\x53\x39\x73\xb4\xde\x9a\xff\x11\x59\ -\x40\x44\xd0\x75\x59\x73\xaa\xe5\x5a\x11\x5f\x87\x32\xab\xc2\xd0\ -\x15\x9c\x5e\xc6\x4d\x7b\x80\x22\xb2\x36\x3b\xea\xc3\xe7\xbe\x4e\ -\x63\xba\x69\x0d\x60\x8c\x3c\xcf\x6f\x7b\xc6\xdb\x01\x79\x07\x76\ -\x1f\x7d\x2a\xfa\xe5\x9d\x8f\x09\xb2\x37\xb5\xf5\xdb\x80\x44\xda\ -\xf4\x15\x61\x35\xd0\x3a\xc4\xf5\xb5\x27\x86\x22\x7f\x81\xb5\x00\ -\x26\xbf\x55\xda\x23\x37\x6d\xf0\x15\x62\x48\x20\x4f\x84\xbc\x88\ -\xe0\xd6\x6a\xdc\xfe\x4d\x0a\x18\xbe\x37\xf3\x74\x9b\xb2\x4c\x65\ -\xe3\x32\x39\xdb\x73\xcc\x98\x9b\xdb\x6a\x0f\x92\xfb\x5a\x36\x04\ -\xb8\x8b\x28\x16\x1d\x5f\x7b\x00\x9e\xa1\xad\x08\xaa\xd8\x83\xd6\ -\xb3\x72\x73\xc9\x2c\x9c\x90\xcf\xa4\xe6\xff\xbd\x5b\x2f\xcd\xc0\ -\x98\x61\xa8\x4d\xf2\x10\x7f\xe6\xe2\x6b\x76\x28\x92\x9f\xef\x8f\ -\xe1\x5a\xad\x53\x5e\x8b\x31\xad\x2b\xc9\x49\x63\xda\x94\xda\xf8\ -\xca\x3f\x42\xeb\x62\x9d\x84\xb6\xbd\x4f\x62\x94\x8e\xe2\x34\x90\ -\xf1\x9a\x1d\x4e\x3f\xb0\x7a\x41\x69\xf9\x33\x3e\x4d\x34\x7e\x3c\ -\x3c\x46\xa9\xc8\x3e\x29\xf9\x71\x0b\x41\x16\x00\x00\x20\x00\x49\ -\x44\x41\x54\xd3\xc4\xb4\x52\x8c\xb1\xa3\xb8\xf3\xae\x5a\xf7\x47\ -\x81\x74\x8c\xd8\x77\x4a\x3b\x5c\xe8\x41\xc8\xac\x04\x0b\xe0\x23\ -\x93\xdb\x85\x61\x57\x6a\xba\xa6\xb2\xbd\x7b\xf5\xc4\x8e\xae\x58\ -\x1c\x21\x90\x7d\x3c\xa8\x90\x94\xcb\x25\x9d\x09\x87\x14\x50\x2a\ -\x09\x3b\x6e\x56\x76\xf4\x9a\x44\x2f\x0e\xa4\x16\x07\xb0\x46\x02\ -\xf7\x1b\x65\x2f\x20\x16\xe6\x39\x73\x43\xeb\xa9\xed\x65\xc9\xa9\ -\x5c\xa2\xad\x1b\xdd\x72\xef\x6d\xe6\x70\xb6\x17\xda\x74\xeb\x17\ -\x98\xcd\x48\xbc\x93\xae\x13\x99\xa2\xcb\x28\x57\xb8\x7d\xfd\xf7\ -\x22\x2b\xfe\x6e\xcd\x0a\xf5\x06\x07\xf5\x51\xf8\x31\xca\x5e\x97\ -\x6f\x0e\x52\x68\xd1\x65\x8c\x8d\x34\xda\x72\x64\x80\xb9\x11\xbb\ -\x23\xba\xad\x30\xb5\x11\x6f\xbc\x17\x38\x50\xdb\xaf\x1b\xd8\x76\ -\x69\x9a\x7e\xaa\xb0\x48\x69\xad\x4c\xb9\xdd\xc6\x28\xec\x38\x42\ -\x23\x05\x20\x96\x9c\x2a\x8d\xdf\x4f\xed\x70\xcc\xeb\xc7\xd7\x06\ -\xa9\x0d\x25\x0b\x47\xb8\x3f\x93\xbd\x20\xdc\x39\x75\xb0\xf7\x07\ -\x7e\xef\x34\x8b\x70\x3b\xfc\x95\x94\x61\x5d\xd7\x20\x24\x6a\x1e\ -\xa2\x56\xa2\xf2\xed\x20\xdb\xe8\x6f\x5d\x1a\xba\xf8\x71\x20\xd7\ -\x30\xc4\x2a\x81\x58\x9c\xb8\x87\x3c\x14\x19\x40\x26\x36\x63\x8b\ -\x71\x18\xd0\x02\xea\x13\xf6\xe9\x5f\x41\x0b\xe8\x35\xa2\x25\x8d\ -\x42\x9b\x14\xa3\x10\xd6\x5d\x7a\x78\xcf\x32\x4f\x49\xb3\x92\x0e\ -\x22\xec\x82\x37\x67\x28\x40\xe5\x4e\x17\x75\x5f\xd2\x9c\xac\xa3\ -\x91\xd6\x2c\xcf\x84\x02\x67\xdf\x64\x6a\x9a\x31\x1d\xf2\xa2\x59\ -\x8f\xbc\x2f\xca\xfc\x1b\x8c\x26\x93\x40\x75\x35\xbc\xb6\x77\x0a\ -\xa5\x30\xbb\x8b\x7e\xc6\x73\x99\x9e\xc3\xdc\x48\x65\x8a\x59\x8e\ -\x3d\x6e\x29\x0f\x99\x64\x97\x85\x9b\x1f\x75\xb7\x43\x19\x3f\xe4\ -\x6b\xdb\x5c\x77\x85\x02\x06\xb0\xa9\x24\x3e\x6b\x4c\x9b\x96\x7b\ -\x33\xf0\x2a\x0f\x14\x91\x07\x39\x32\xa8\x67\x1d\x2e\xd1\xbd\xad\ -\x9f\x1e\x19\x41\xf3\xd0\xf2\xed\xa0\x39\x0e\xbf\x11\xe4\x5a\x2b\ -\x74\x6b\x30\x56\x08\x72\xe4\xd5\x05\x7c\xa7\xc8\x88\xb3\xa9\xa9\ -\xdd\xa3\x8b\xb6\xaf\x86\xff\x51\xdd\x24\x2f\x26\x19\x12\xed\x6b\ -\xbf\xc5\x4f\x0c\xe4\x3e\x66\x7e\x5a\x01\xb0\xe8\xf0\x1e\xe9\x68\ -\xec\x91\x3f\x93\x77\xde\xcf\xfd\x88\xd7\x70\xc6\xd6\xc8\x8d\xca\ -\xc9\x68\x9f\xba\x7a\xe3\x45\x95\x32\x37\x4d\xc4\xae\xc5\xe5\xb2\ -\xe8\x90\xbd\xa9\xfb\x9f\x4a\x45\xf1\x93\x0d\x8f\x20\x2a\x04\xb6\ -\xdb\x3a\xff\xe4\x90\x11\x19\x9f\x2f\xa6\x4a\x41\x97\xfd\x69\x8a\ -\x9b\x6a\x30\x56\xb6\xce\xde\x9e\xe9\xd7\xf7\x42\x07\x91\xc5\x61\ -\x98\xce\x02\xd4\xd5\x18\xd1\x28\x8d\x50\x95\x9a\xf6\x48\x36\x8c\ -\x90\x5e\xd4\xa2\xda\x12\x2d\xe8\xbe\x9f\x13\x59\x35\x69\xdf\xf6\ -\x80\x6d\x8a\x03\x7f\x0f\xae\xd7\x23\x2c\x98\xb8\x79\xae\x62\xc2\ -\xb1\xeb\x20\xa7\x8a\xbb\x60\xa3\xcd\x27\x43\xa9\x0e\xd0\x2e\xc3\ -\x8f\x66\x95\x94\xb2\x27\xc0\x6c\x5d\xb9\xb0\x8f\x89\x57\x45\xf3\ -\x78\xa4\x84\x34\x2a\x20\xf5\x49\x72\xad\x5f\xa0\x35\xa7\x6d\xbd\ -\xce\x68\xbe\xfe\x6c\x30\x13\xd7\x33\x46\x3f\x79\x2d\x45\x04\xb2\ -\x3f\xb5\x2f\x13\xe5\x41\x37\xa7\x3e\x49\x47\x44\xd6\x67\xc3\x93\ -\x9c\x03\x10\x86\xc8\x8d\xab\x07\xb8\xe7\x61\x41\x53\xa2\x4a\x3f\ -\x3e\xd5\xe1\x63\xe2\xdd\x9b\x48\xcc\x0e\x79\x9a\x87\xf5\xb8\x16\ -\x19\xcf\x52\x9d\xfd\x94\xf3\xbf\x62\xde\xdb\x33\x68\xfb\xe0\xd9\ -\xe8\xc5\x6c\xb8\x0f\x29\xf6\xb4\x02\xc5\xe1\xf2\xcd\xa2\x64\xcf\ -\xd1\xfd\x4e\x55\xfd\x4b\x63\x2a\x72\x47\xc5\x6b\xb2\x88\x3b\xc0\ -\xe1\xbc\x0c\x29\x7f\x50\x02\x35\x3d\x94\xc0\xc5\x5a\x3a\xc8\xf9\ -\xe1\xb8\x02\xd7\x62\x54\x2b\x0e\x73\x70\x89\x57\x47\xcd\x9e\xbe\ -\x8c\x21\x37\x89\x62\x9e\x7c\x4a\x03\x79\x86\xfa\x51\x19\x42\x27\ -\x22\xd4\xcd\x7d\xa2\xe5\x1f\xf1\x53\x72\x05\xa6\x69\x7a\x1e\xe6\ -\x44\x8b\xd3\xf0\x57\x79\x0d\xec\xfc\xff\x99\x16\x9f\x34\x9e\x37\ -\x99\x60\x86\xeb\x55\x08\x59\x8e\x33\xbd\x5a\xd1\xb1\x09\x60\x00\ -\x30\x66\x51\x9a\x89\x58\xde\xed\x40\x92\x74\xc4\x17\x13\x76\xc9\ -\xc1\x5a\x6b\x48\xc1\x8a\xc8\x16\xb8\xed\xde\xc5\x97\xe1\xe7\x19\ -\x26\xc2\xf0\x67\xe8\x06\x89\x0f\x2c\x39\x92\xb5\x75\xb4\x05\xd3\ -\x3b\x12\xd2\x40\x2e\xfd\x2d\xe9\xae\x93\xbc\xef\x14\xa1\x23\x2e\ -\x9c\x71\x87\x40\x1c\xd7\xc4\x0f\x46\x21\xf3\x58\x54\x52\xc8\x87\ -\xb3\x7e\x74\xc7\x65\xe2\xac\xdb\x8b\xca\x47\x63\x73\x35\xe2\x90\ -\x38\xad\x25\x7c\x32\xe7\xa2\x67\xe6\x6f\x1e\x12\xab\x59\xf0\xf8\ -\x8d\xe6\xa2\x10\xda\x88\xde\xa7\x15\xf1\x7b\x04\x62\xfb\x94\x41\ -\x1d\x9a\xeb\xe5\x46\xfb\xb9\x70\xb5\x67\xcd\xa7\x4e\x2b\x30\xd1\ -\x3c\xcd\xe0\xd4\x0a\x00\x6d\x32\x94\x71\x3d\xfa\xb3\x9c\xbe\x32\ -\x24\x89\x30\x65\xd4\x6e\xf6\xbd\x62\xf2\x0c\x2a\x58\x84\xd4\x74\ -\x75\x43\xd3\xc7\x14\x53\x2a\x68\xa3\xe3\x74\xc4\x6d\x98\xcb\x53\ -\x96\x41\xb8\x49\x7d\xa2\x4c\xcd\x7f\x08\x2b\x80\x43\xa7\xdc\x9e\ -\xbf\x85\xb6\x69\xa0\xe7\x1e\xad\x69\x22\x77\x54\xee\xd6\xfd\x3a\ -\x29\x96\xa4\x60\xb1\x17\xfd\xa8\x50\xde\x90\x2a\x90\x80\x78\x1d\ -\x4c\x68\x49\x8d\xf9\x4c\x53\x8f\xf7\x55\x9a\xe1\x57\x0d\x58\xd2\ -\xa4\x62\x1c\x1b\x4e\x4c\xa7\xa3\x88\xa4\x97\xa0\x59\xae\xa9\x56\ -\x4c\x4c\x1e\x0d\xa4\x56\xd8\x0d\x1f\x94\x37\x4e\xfa\x74\xe1\xdd\ -\x03\x82\xe6\x87\xc3\x13\xb5\xcf\x78\x98\xc1\xab\x43\xa8\xe5\x15\ -\x22\x19\x7e\x9e\xda\x18\x65\x4a\xf2\xda\x46\x7a\xfa\x7a\x9e\x41\ -\xaf\x85\x33\xd6\x87\xaf\xcf\x7e\xee\x22\xc5\xd6\x36\x45\x73\xf8\ -\x47\xde\x1b\xff\x50\x2c\xe7\x84\xca\x33\xf6\xb4\x8a\x18\xa0\x7c\ -\x0f\xfd\x67\x19\x81\x72\xe2\xb1\xa1\x7b\x20\xec\x93\x96\x78\xbc\ -\x5f\x3d\x37\x50\xa5\x67\xb4\x15\xa4\x41\x1b\x79\xeb\x9c\x9c\xe5\ -\x5e\x27\x84\x8a\x1a\xa9\xe8\x8e\x90\x8c\xc7\x33\xad\x31\xf1\x55\ -\xbc\x34\x2a\xcb\xe0\x8e\x86\x40\x4e\x79\xe1\x4b\x50\xaa\xb4\x22\ -\x34\xfc\x49\x83\xa6\x9d\xeb\x38\xb2\x6b\x4f\x15\xaf\x39\x31\xe2\ -\x6d\xa2\x46\x63\x42\xce\xad\x71\x79\x40\x84\x54\x5a\x83\x94\x73\ -\xe2\xde\x95\x22\xe7\xc1\xea\x4d\x4e\x79\x4e\xde\x6b\x0a\x77\x84\ -\x34\x43\x92\xbe\x19\x30\x81\x3e\x99\xd2\x97\x67\x3c\x5f\x1e\x8f\ -\x0d\x38\x65\xac\xb9\xb7\xf1\x73\x8a\xc2\xbe\xbe\xe8\x0b\xcf\x39\ -\x3c\x5a\x16\x1f\x30\xf7\xb6\x00\x26\xe5\x14\x98\xcd\x47\x26\x52\ -\xd2\x23\x7b\xc7\x5a\x33\xa0\x1d\xa4\xd8\x73\xf8\x66\x4d\xc2\xef\ -\x13\xbd\xd8\x33\x9b\x5c\x38\xeb\xb1\x45\xc7\xa4\xe6\x99\xe9\x78\ -\xba\x1f\xd3\x6f\x2f\x18\x1e\xa9\x04\x5b\x35\x79\xe0\x45\x8c\x11\ -\x2e\x8d\x20\x2a\x4b\xe8\xba\xb2\x36\x22\x79\x09\xea\x1e\xa4\x58\ -\x3d\x3e\x89\xbc\x82\xc1\xe6\xb5\x88\x35\x5d\x06\x94\xa1\xb2\x1c\ -\xe9\xaf\x93\x58\xe6\xf5\xea\x45\xce\xe7\xb1\x67\x0d\xc6\xa1\x1c\ -\x5a\x2a\xab\xf0\xa8\x6a\x91\x2a\x25\xb3\x49\xb9\xc9\x28\x5d\xf2\ -\xdd\x25\xc2\xc7\x9a\xba\xdc\x5a\xd3\xb3\x23\x4d\xf5\xa3\x03\xf2\ -\x35\x02\x76\x77\x53\x8b\xf9\x35\x24\x7a\xd6\x31\xfd\xf9\xed\xf2\ -\x65\x76\xf8\x9d\xb6\x41\x09\x5a\xf3\x34\xea\x64\x03\x58\x68\x36\ -\xaf\x02\xb5\x21\xc0\x03\xc8\x85\x06\xa2\xeb\x8d\xb6\x1e\x2f\xf0\ -\x9f\xe0\x3b\x4a\x01\x51\x39\xed\x9b\x05\x4c\x33\x8b\xd0\x35\x80\ -\x75\x63\x8f\x72\x62\xed\x79\x1d\xba\x5f\xb4\x24\xa1\x76\x5f\xe3\ -\x9f\x57\xa0\x30\x53\xd3\xec\x4c\xfc\x44\x66\x6b\x41\x16\x54\x5c\ -\xbd\x36\x0c\x74\xcb\x7d\x2c\x31\x4c\x33\xd9\xcf\x8e\xce\xda\x75\ -\xa0\x96\xe8\x49\x00\xca\xac\x1d\x58\x97\x3e\x36\x13\x72\xf3\xf5\ -\x22\x36\x1a\x9e\x4c\xfd\x65\x66\x4e\x68\x99\x45\x73\xa2\xab\x34\ -\xcd\x9b\xad\x63\xb3\x13\xbf\x49\x5f\x5f\x1b\xed\x09\x68\x3a\x1f\ -\x28\x85\x7b\x77\x50\xd2\xb2\xd0\xb0\x8f\x51\x6d\x04\x8d\xba\x44\ -\xca\x42\xdb\xca\x5c\x6e\x9b\xbc\xdf\x58\xa5\xec\x24\xdf\x81\x98\ -\x24\xc2\x3f\xeb\xc2\xad\x77\x51\xc4\x28\x90\xe3\xbb\x8d\xe2\xfd\ -\x41\x24\x19\x87\x1d\xeb\x36\xf1\xd0\x03\xeb\xa1\x7b\xe6\xff\x70\ -\x9a\x0f\x44\x6d\x76\x20\x7c\xaa\x12\xf4\x46\x2b\x6c\x9e\x52\xbc\ -\xfa\xfe\x95\x97\x91\xb4\x44\x04\xb3\x0c\x58\xd7\x7a\xc8\xdc\x88\ -\x26\xe5\x8d\x12\xc0\xe0\x24\x1f\x90\xd3\xb7\x0c\x09\x1a\x45\x4f\ -\x14\x14\xd4\xcc\xfb\xdf\x24\x41\x4c\x85\x7e\x57\x3c\x0b\xda\x0a\ -\x55\x5d\xc3\x4f\xd5\xbb\x3f\x22\x82\xcb\xa9\x94\x1c\xba\x74\x15\ -\x43\xc8\x2e\x7f\x97\x28\x26\x1e\x97\xc9\x04\x9d\xb2\x63\xbe\xb9\ -\xdb\x34\xfe\x4d\x1e\xe6\xe1\x4e\xd6\x1d\x57\xa3\x06\x3d\xa8\x49\ -\xc3\x03\xa6\x25\x95\x20\xc3\xbe\x33\x31\x76\xd2\x0c\x91\x53\xc2\ -\xbe\xa5\xa4\x1f\xe8\xb8\x4e\x7d\xe2\x0b\x00\x74\x2d\xdc\x61\x7c\ -\x16\x19\xc5\xa7\x04\xdb\x45\x9f\xde\xa0\x7c\x57\x42\x53\xae\x3d\ -\xa3\xc2\x3b\x3d\x00\xe8\x2a\x2a\xa5\xe1\x6d\xfb\xa6\xdd\x0e\x18\ -\x7a\x17\x58\x25\x17\xb4\xdb\xd6\x9b\x08\x08\xd4\xa9\x83\x27\x9f\ -\xa6\xab\x6e\xa0\x67\x6c\xad\x9a\x36\x3d\x03\xa2\xb5\x00\x2d\x44\ -\x80\x2e\xdf\xf4\xb8\x92\xe4\xa5\x6f\xba\xdb\xb5\xda\x4e\x39\x63\ -\x1a\x10\x9c\xa0\xe5\xa1\x5f\x37\xb9\xf3\xe7\x48\x64\xe7\x50\x2f\ -\xec\x74\x1c\x58\x4e\xff\x44\x76\xfe\x51\x41\xc3\x2a\xdf\xe8\x6f\ -\x47\x63\xe7\xf8\x8f\xe2\x64\xbb\xd2\xf9\x1f\x5f\x43\xcf\x02\x65\ -\xc0\x2c\xb4\x80\x1f\xa2\xbb\x49\x55\x17\x2e\x36\x0f\x5f\x21\x6a\ -\x63\xad\x28\x2f\xd1\x5a\x34\x9a\x61\x18\x19\x41\x3e\x95\x17\xc9\ -\xa0\x46\xf2\x58\x8a\xd0\xd7\xef\xe3\x60\xf9\x78\x7e\xd7\x4f\x7a\ -\x4b\xc8\x21\x07\x24\x34\x0c\xf5\xb9\x1e\xa3\x74\xf3\x72\xe6\x0a\ -\x09\xe5\x74\x9b\x23\x54\x96\x08\x17\x2f\xdf\x68\x75\x34\xdc\x28\ -\xc0\x10\x6b\x1e\x08\xa6\xf7\xe8\xb9\x2e\x75\xa9\x6f\xbf\x0e\xd2\ -\x60\x4c\x29\xb9\x55\x0c\x8f\x09\x8e\x32\x92\xda\x21\x39\x15\x27\ -\x07\x9c\x86\xf4\x24\x7a\x1d\xcf\x0c\x53\x33\xb6\x73\x1e\x94\xca\ -\x7a\x57\x13\x83\x2e\xe9\x12\xed\xb2\x75\x69\x94\x44\x1a\x5e\xc4\ -\x92\x54\x86\x54\x5d\x5e\x29\x5e\xe7\x81\x4a\x5b\x36\x21\xd2\x8f\ -\x23\xf5\x5c\xf7\xbc\xa0\x6c\x02\xed\x92\xe9\xe6\xf3\xc7\xe3\xca\ -\xa9\x3f\xef\x39\x31\xde\x21\xfb\xbb\xc2\xc1\x38\xaf\xf4\x51\xec\ -\x33\xa4\x35\xd9\x2c\xec\x36\xa6\xc8\x7a\x4e\x4b\x41\xd8\x77\x01\ -\x35\x28\x1a\x3e\xdd\xbb\x18\x1e\xcc\xcc\x4d\xa2\xd6\xf4\x50\x48\ -\xc4\x65\xb0\xd5\x6a\x33\x04\xb5\x6a\x97\xb3\x91\x9d\x38\x6e\xbd\ -\xa3\x9b\x96\xc0\x20\xc2\x4a\x49\x7b\xff\x5a\x93\xf8\x53\x51\x50\ -\xfd\x9e\x0b\x45\x71\xdd\xea\x10\xf7\xb4\xc8\x97\x02\x8b\x5a\x04\ -\x45\x3d\xb5\xde\x10\xeb\x92\x37\x93\x15\x19\x71\xba\xbd\x3b\x7a\ -\x00\xbf\x7a\xe8\x7b\x9f\x78\x6e\x57\xd1\xc4\xe4\xcf\x08\xa3\x2b\ -\xf7\x5b\x0e\x69\xb5\x53\x9a\x45\x6e\x8b\x21\x71\x20\x1a\x41\x5f\ -\xc0\x14\x6d\x5d\x66\x7e\xc6\x7d\x9c\x4d\x24\x6a\x88\xef\x7e\xc0\ -\xd7\x96\x4d\xe9\x8d\xcd\xb5\x68\x36\xfa\x13\x30\xe3\x8d\xc0\x98\ -\x3e\xfa\xd8\x4f\xef\x4f\xe1\xe3\x2f\x8b\x1c\x50\x87\xa9\x2c\xe6\ -\x84\x83\xc1\xa7\xfc\xc4\x4f\xea\x5d\xcf\x64\xeb\x54\x4b\xdd\x77\ -\xd2\x84\x99\x8d\x32\x2c\xe9\x6b\x6b\x8d\x48\xf0\x04\x3b\xcc\x2e\ -\xcb\x91\x19\xd8\x0e\x28\x07\xc9\xb6\xef\x75\xb1\xff\x11\x95\x1f\ -\x53\xb9\xb1\x0b\x8e\x7c\xb6\x69\xe9\xe9\x60\x97\x55\xb0\x1d\x5f\ -\x03\xb9\x35\x79\xcd\x4a\x21\xe5\xa5\xca\x7d\x56\x1e\x4d\xab\xb7\ -\x5a\xd2\x54\x13\x8a\x4d\x5a\xf2\x60\x08\xd6\xff\xfa\x7f\xff\xdb\ -\x7f\x09\x36\x20\x66\xe4\xe5\x65\x07\xab\xc5\x0b\xbc\x7e\x4c\x63\ -\x4a\x5a\x0b\xa0\xe7\x3f\xad\xc5\xe0\xc5\xe6\x71\x09\xcd\xb0\x67\ -\x67\x6c\xd9\xc0\x52\xf0\x65\xf2\x23\x05\x1c\x7b\x3d\x8d\xe6\x0a\ -\xe0\x57\x3e\xfe\x22\xd4\x41\x25\xdb\xbd\x6d\xa4\x0d\xea\x5a\x58\ -\x06\x5f\x9c\xd0\x84\x20\x16\x19\x69\xdb\x35\xe3\x2e\x11\xbc\xf5\ -\x4e\x0a\x0f\xd1\xca\x40\xb6\x38\xf3\x6f\x95\xc4\x2e\x53\xe0\x7a\ -\xd5\xbb\xd3\xee\x31\xcb\xec\x15\x76\x13\x7d\xeb\xa4\x7f\xf6\xa7\ -\x19\xd8\x29\x0d\x20\xe4\x16\xb6\x3b\x32\x03\xda\x60\xe8\x8a\x1c\ -\x2c\x15\x7c\xb6\x00\xe4\x1e\x28\xa9\x07\x2c\x16\xfc\x0f\x3e\x4e\ -\x09\x63\xc8\x56\xec\xfb\x06\xe9\xed\x99\x56\x0b\xaa\x1f\x2c\x5f\ -\x2c\xc8\x27\x5f\x4c\x51\x34\x11\xf6\x7d\xdb\x8d\x86\x17\xc6\xbe\ -\xb9\xb0\xda\xef\x70\xe3\xd7\xaf\xb5\x13\xfb\xb6\xbd\x48\xd7\xe5\ -\x07\x00\xda\x23\x0c\x2e\x64\x07\x65\x2e\xdc\xe9\x7b\x10\x87\x97\ -\x90\x8f\xa8\x17\x33\x76\x48\x47\x54\x47\x47\x20\xfb\xd2\x3a\xa7\ -\x51\x95\x21\x65\xb9\x5f\x5b\xef\x39\xc9\x52\xce\x03\x3d\x91\xe2\ -\xde\xbb\x9e\x1b\x8e\xfc\xaf\x95\x12\x2d\xd9\x71\x28\xf5\x82\x85\ -\xec\xd9\x5e\xfc\x03\xe6\xeb\x41\xda\x0b\xc4\xf8\x22\xb6\x85\x29\ -\x3a\x33\x4c\x43\xcf\xae\x49\x10\xaa\x2e\x8c\xca\x86\xec\x1b\x50\ -\x97\xdf\x29\xe1\x23\x7f\xb0\x7e\x2e\xfc\xfc\xfc\x0b\xa0\x85\x7b\ -\x6f\x6c\xf9\x40\xb6\x7d\xad\xdc\x1f\xa3\xe9\x89\x14\x79\x28\xae\ -\xc7\xe2\x04\x78\x24\x98\x00\x62\x92\x37\x47\x73\x7f\xf6\xaf\xe7\ -\x2f\x55\x06\x9d\x85\x33\xda\xd7\xdf\xfb\x37\xb3\xda\x28\x9a\x17\ -\x6c\x0d\x0b\xcb\x71\xab\x80\x70\xf7\x6a\x37\xe7\x84\xf8\xc2\x2c\ -\xc0\xb6\x3c\x98\x0d\x2b\x66\x19\x86\xb3\xdf\x5a\xc9\xe6\x90\x42\ -\xa4\xab\x17\xcf\xf7\xfe\x40\x9a\x04\xbd\xb2\x54\xec\x9d\xbe\x83\ -\x7c\x06\x64\xf7\x2f\xa5\xac\x04\xbf\x77\xea\x5e\x33\xf2\xbf\x8b\ -\x20\x25\xd4\xcd\xd2\x26\x66\x51\xb2\x4e\x31\x2f\x07\x25\x50\x74\ -\xd0\xc3\xf7\xb9\x32\x9b\x4f\x74\x4e\x93\x89\x2f\x87\xdb\x44\x0f\ -\x48\x4b\x4a\xd8\xde\xe1\xa0\x7f\xdd\x72\xfb\x5b\xcf\x59\x0c\x5c\ -\x6b\x61\x31\x61\x31\x79\x18\xb9\x15\xea\x92\x55\x6b\x1d\x1a\x05\ -\xe5\xd7\x41\xc3\x1b\x93\xdf\xcb\xbd\x4b\xc6\x92\x52\x49\x2e\xbf\ -\x49\x7a\xec\xba\xc7\x60\x12\x56\xdc\xed\xe8\xbe\xc3\xf4\x9b\xd8\ -\x26\xf2\xab\x3b\xa5\xa2\xbd\x10\xba\xc8\xde\x81\x8f\x67\xb6\x74\ -\x78\x41\x4a\x2f\x04\xb8\x69\xfb\xf3\x64\xf7\x6a\xb1\xa7\x8c\x30\ -\x5b\x41\xa3\xd2\xbc\x08\x2d\xd0\xd8\x0b\xdf\x8f\xdc\x36\x7d\xe2\ -\x98\xe0\xd8\xe1\x27\x24\xe1\x1f\xb9\x71\xcb\x6d\xf4\x2a\x92\x26\ -\x75\xf4\x69\x4c\xc6\x74\xb8\xb4\x49\x67\x11\x24\xbc\xdd\x2f\xa2\ -\xe9\xd9\xc3\xf2\x6b\xf8\xc3\xb8\xef\x5d\x91\x17\xc6\x7d\x4f\x70\ -\x8e\xc8\xc6\x2d\x1f\xbb\x7a\x6c\x6b\xa4\x3d\xa3\x0e\x25\x62\xc2\ -\x07\xbf\x26\x1b\x49\x39\xac\xfd\x7b\x8e\x02\x8c\xc4\x7c\x62\x59\ -\x04\xd8\x9a\xb1\x0e\x8f\x64\x66\x3e\x85\xda\x7f\xd9\x1a\x45\x8c\ -\x6c\xd0\x50\x3b\xb4\x45\xc3\x66\x07\x98\x89\x5d\x96\x9a\xd7\xc2\ -\x24\xc7\xe2\x1c\xcc\x31\x65\xf0\xaf\x37\xe3\xb9\x4f\xff\xbc\x79\ -\x25\x5e\x5c\x87\x72\xa3\xc4\x24\xf6\xbd\xe2\xff\x42\x72\xab\x2d\ -\x04\x94\xf1\x9c\xc8\xd8\x61\x9b\x8f\x86\x16\x8d\x89\x69\x4e\xd3\ -\xdb\x1a\x11\xbf\xef\xd6\x4f\x7e\xbe\x7c\xba\x63\x2f\x26\x75\xf9\ -\x9d\xb8\x77\x67\x7a\x2f\x14\xc0\xbe\x6f\xbf\xc6\xf3\x40\x19\x05\ -\x65\xec\x2f\xf1\x27\x08\x3a\xe4\x5b\xf7\xfe\xe3\x54\x53\xf2\x7a\ -\x63\xfb\x73\x6a\xeb\xd3\xef\xfe\xb4\x77\x98\xd3\x37\x16\xd9\x3a\ -\x9f\x7d\x5b\x03\x87\x31\xe8\x71\x41\x6b\xfd\x23\xbf\xa8\x45\x93\ -\x13\x2c\x14\xd3\x00\xa1\x39\x75\xaa\xbd\xd3\x9c\x8f\xb7\x7c\xec\ -\xbd\xda\x9a\xd4\xde\xc8\x5b\xb2\x9c\x24\x7b\x7f\x79\xad\x96\x3d\ -\x51\x9f\xbf\xb2\x79\x3a\x1e\xdc\xf7\xef\xb5\xf2\xfa\x28\x8e\xa9\ -\x02\xcc\x04\xfc\x47\x3f\x79\xe0\x21\x76\x26\x5c\x4c\x2b\x48\x71\ -\x47\xa3\x1c\x2b\xf1\xf4\x61\x24\x25\x05\x6e\x2a\xb0\x14\xfb\xa4\ -\xcb\xbe\xde\xea\x32\xc1\x5d\x0d\x20\x9d\x7c\x3b\xe5\x7e\x80\x91\ -\x04\xe4\xac\xf8\x1d\x93\x7a\xbb\xbd\xce\x88\x77\xc9\x73\x5b\x97\ -\x7f\x7f\x3f\xe4\x64\xc3\x23\x88\x14\x10\x7c\xe4\x93\x2f\x1d\x53\ -\xd5\x01\x58\xcb\xd7\xb8\x23\x9a\xc5\x7d\xbd\x4a\xe4\x59\xa3\xfb\ -\x09\xb4\xa0\x0a\x81\xb7\x9c\x49\x2d\x02\xb5\x07\x9b\xaf\x75\x81\ -\xd7\x65\x52\x56\xae\x7d\x79\xf9\xab\x1b\x13\x9f\x9b\x24\x6b\x4f\ -\xf3\x13\xb3\x07\x33\x5b\x4a\xec\x8d\x5f\xa8\xdc\xa8\xd2\xd4\x0f\ -\xed\xbc\x7c\x30\x14\xb2\x52\xc9\x46\xbd\xc8\xb6\x06\x21\x14\x1f\ -\xdc\xf6\xb5\x84\x49\x86\xf4\xe5\x41\x70\xcf\x09\x56\x4c\xdf\x12\ -\x24\x24\x89\xb5\xbf\x0c\x03\x6d\x31\x1f\x1e\xfc\xbe\x75\xa7\xfa\ -\x2a\x94\x05\x66\x69\x71\x60\x87\x6e\x93\xfc\x2f\xf6\x1c\xcb\xd9\ -\x7c\xda\x52\xf9\x87\xb6\x06\x54\x93\x82\x40\xd8\xf2\x9b\x7b\x0e\ -\xf7\xe8\x0f\xb2\xb8\x0f\xab\x8f\x6d\x68\x13\xdd\x9a\xc8\x86\x8b\ -\x3d\xfb\xf6\x9a\x39\x59\x05\xbe\x4f\xbb\x66\x0b\x22\xe6\x55\x5d\ -\xcb\xda\x4f\x6b\x2d\x5c\x49\xa5\xf1\x62\x0b\x0d\x1c\xcd\x00\xd6\ -\xc5\x83\x54\xc4\x2e\x7d\x22\x30\x48\x2c\x27\x82\xdf\x0c\xf0\x42\ -\x7e\x51\xd6\x93\x60\xe4\x1f\xd8\xc0\x13\xe1\xdf\x91\xf4\xdb\xa8\ -\x5b\x51\x72\x93\x80\x15\xa9\x91\x7e\xcc\x2a\xe6\x97\xd0\x0d\x5e\ -\xab\xe5\x62\x01\xba\x18\x9d\x7a\x1f\xa8\x73\x4d\x13\xa6\x7d\x7d\ -\xf0\xcb\xa2\x43\xd0\x47\xe3\x71\x3a\x8e\xdc\xa6\x39\xf9\x60\xf4\ -\x9c\x1e\xa6\xf5\x6a\xf8\x8f\x1c\xa8\x97\x59\x98\x35\xc1\x22\x19\ -\x7a\x01\xb2\xb7\xcb\xfe\x5a\xc7\x55\xac\x1b\xb0\x3c\x07\x25\x95\ -\x40\x1a\x0b\x58\xc3\x21\x63\x21\xbc\x72\x25\xed\xf5\x2e\x2d\xb7\ -\xec\x05\xea\x46\x4e\x76\xe2\xcb\x4f\x9d\xfc\x05\x59\xe1\xc5\x82\ -\xf0\xb3\x2e\xc7\x2c\xeb\x33\xcf\x08\x74\x74\x0c\xe7\xc4\x23\x0f\ -\x4b\x6a\x14\xbe\xbd\x77\x76\xeb\x73\x8a\xf3\x73\xbd\x18\x50\xab\ -\x50\x9d\xe4\x42\x87\x04\x6c\x3c\xc6\xb3\xbd\x83\x35\xfe\x7f\x47\ -\x09\x3f\xa3\x02\x0c\x16\xf0\x91\x67\x67\x54\xaa\xc1\x84\x6b\xfd\ -\x03\xc5\xc6\x7d\x4f\x54\x68\x75\xf3\x3a\x3c\x48\xa1\x5b\x70\xdf\ -\xa6\x7f\x5f\x0c\xf0\xcf\x32\xe4\xbc\x2f\x20\x12\x19\x16\xfb\x53\ -\x45\x71\x7e\xbf\x22\xea\x54\xd7\x91\x1f\x9d\xf8\x19\x17\xf0\x83\ -\x68\xfa\x99\x2e\xd8\x0b\xa3\xdb\x3a\x7c\xd9\xa9\x54\x37\x9d\x53\ -\xc3\xa1\x2e\x7e\xc8\xb7\xca\xe0\x5c\x59\x3a\x99\x2d\xc1\x65\xb0\ -\xd5\xfc\x7c\x96\x53\x41\x5c\x51\x02\x85\x5e\x66\xfc\xc3\xff\xf2\ -\x69\x69\xeb\xbc\x36\xa3\x70\xca\x8c\xfc\xd9\x59\x08\x1c\x71\x4c\ -\x1c\xc2\xdc\xaa\xe3\x19\xb6\x13\x11\x03\xcb\x0f\x69\x6b\x25\x32\ -\x9d\xf9\xaa\x8e\xb3\x4f\x17\x44\xa5\x0e\x78\xb1\xce\xbd\xe5\x6f\ -\x68\x2b\xc2\xb8\xe4\x39\xa4\x93\xda\xa6\x3e\xa9\xe6\x20\x40\xb6\ -\xac\xba\x3e\x25\xe8\xf2\x9e\x91\x76\xef\x87\x48\x0e\xbf\x16\xd6\ -\x63\xd2\xf4\xf6\xe7\x6d\x5a\x8e\xa1\x18\x60\x9a\x73\x26\x6d\xb9\ -\x74\x1d\x83\x1d\x88\x7d\xf3\x99\x4e\x49\x58\xef\xa2\xf7\x2e\x33\ -\xbb\x0c\x3b\xa5\x31\x5d\x76\xa1\x91\xd5\x83\x94\x15\xdb\x86\xbe\ -\x47\x5e\xd8\x9b\xe9\x77\x48\xad\x7a\xa7\x1d\x6d\xf2\x0f\xb1\x60\ -\x67\x94\xc9\x58\xbb\xe7\x09\x2b\x98\x9b\x19\x3d\x71\xca\x7d\x42\ -\xe6\x37\x24\xd5\x5b\x20\x4c\xc0\xed\x13\x9f\x9c\xa0\x7b\x01\x06\ -\x19\x5d\xef\x9c\x96\xb0\xb4\x22\x42\x2b\x2e\xa4\xc9\x5d\xb4\xc9\ -\xc2\x3a\x89\x8a\xf0\x8c\x69\x98\xbe\x3a\xca\xbd\xe6\x5c\x67\xde\ -\xbc\x52\x95\xa3\x52\x78\x6c\xe8\x94\xcc\x99\x34\xba\xe0\x10\x29\ -\x4f\x16\x4d\xf9\x5f\x2a\x4a\xf4\x1d\x76\xc2\x47\x70\xf0\xd3\xab\ -\xf5\xcc\x3f\x1c\xd3\x7f\x1c\x70\x8e\x56\x0b\x7c\xf3\x9a\x45\x7c\ -\xed\x5b\xf7\x9f\x5b\x01\xcc\x0a\x6c\x62\x27\xd0\x96\x7c\x5d\xa8\ -\x89\xd3\x68\x4e\xb9\x5f\x4d\xf6\x99\x3f\x73\x74\xf3\x95\xc6\xd4\ -\xf8\x09\x15\xe1\xcc\xf9\xe9\xdd\xfe\x00\x43\x71\x6b\x50\x76\xc9\ -\x33\x37\x08\xd2\xe5\xca\x84\x39\x1b\xb1\xc9\x97\xa8\x02\xc2\x66\ -\xbb\xe8\xb4\xdd\x90\x72\xa9\x51\x45\x95\xf5\x31\x2b\x08\x79\xea\ -\xf9\xfe\xd5\x3a\xa6\x5f\xb3\x0b\xfb\xf4\x37\xe0\x63\x75\x8d\xa4\ -\x1a\x1b\x4a\x16\x1e\x4c\xb5\x47\x80\x7b\x3d\x75\x81\x97\xdf\xc3\ -\x8d\x87\x3a\x20\xc6\xa3\x61\xd5\x90\x4e\xc7\x74\xb9\x58\x6e\x55\ -\x2e\xb1\x3a\xa7\x5e\x1d\x9f\x8f\x16\xe4\x1e\x1f\x5a\x5e\xa2\x43\ -\xfa\xfe\x3e\x9f\xc1\x3e\x5d\xef\x52\xe5\xa2\xf2\x69\x97\xf1\x25\ -\xb4\xc8\x65\xd9\x14\x7a\x1c\x49\xbb\x5e\x7f\xbf\x57\x4c\xcf\xe5\ -\x7e\x04\x71\x9f\xcd\xdd\xc2\xe2\xaf\xf2\x5c\x37\x88\x51\x1d\xd2\ -\xae\xf4\x4d\x8f\xc3\x5b\x02\x42\xe8\x88\xda\xa8\xdf\x67\x81\x5e\ -\xf6\x0d\xad\xbc\x41\x51\x5c\x58\x79\x20\xe9\xf7\x67\x7a\x9b\x9e\ -\x52\x48\x3d\x90\xff\xd5\x0a\x90\x57\xa9\x6d\x5c\xf7\xd8\x03\xa2\ -\x81\x3e\xe1\x3e\xf4\x3a\xe9\x1f\xff\xbb\xe7\x45\xfa\xc4\x37\xe1\ -\x2b\xb9\x7f\x87\x57\xb1\xbc\xad\xe1\x71\xac\x5a\x36\x7c\xf3\x77\ -\x4a\x26\x63\x91\x57\x58\x23\x9c\x14\x49\x11\xb5\x43\x20\x81\xa1\ -\xd8\x4a\xb8\xec\xc5\x11\x08\x59\xd4\x65\x9c\xf4\xd9\x8d\xe9\x49\ -\xcf\xea\x88\x4c\xb1\x82\x3f\x4e\x8c\x42\xf2\x0c\x2e\x6c\xf8\x5a\ -\x2b\xa8\xe5\x21\xb5\x32\x7f\xca\x4f\x0b\x6b\x74\xf6\x01\x9a\xd7\ -\x49\x2d\xec\x56\xf4\x89\x3e\x66\x17\x9b\xab\x4c\xff\xd4\x30\xf7\ -\x47\x80\x19\xb1\x9f\xe8\x91\xca\x63\xf2\x4e\x69\x49\x05\x29\x75\ -\xea\x89\x9f\xd6\x22\x2d\x99\x61\x4f\x72\x23\x55\xa5\x56\xf8\xf6\ -\x39\x58\x6d\x1e\x44\xda\x36\xfd\xa7\xd1\xb6\x1f\x38\x09\x35\x05\ -\xb1\xce\x81\xfd\x77\x4e\xc8\x83\xfa\x60\xe9\xca\xc3\x57\x4c\x18\ -\x35\x0a\xb0\xbd\x5b\x4e\x94\x1d\xae\xe0\x8b\x74\xbc\x04\x22\x81\ -\xd3\x47\xf3\xb0\x10\x36\x69\xc2\x00\x54\xb7\x15\x7f\x41\x46\xe9\ -\x5e\x03\xe6\x0c\xa1\xed\xa6\x3e\x5b\x88\x0f\x03\xa1\xff\xd9\x53\ -\xbf\x6a\xf7\xfc\x06\x3e\xc8\x02\x76\x20\x9b\xa3\x70\x59\x6b\xe8\ -\x83\x49\x31\x3c\x22\xe7\x06\xfd\x56\x2c\x76\xc0\x45\xdc\x8b\xad\ -\xee\x19\x44\x43\x76\x8e\x6e\xe6\x95\x8b\x42\x64\x2d\x74\xb4\x73\ -\x2e\x98\x8e\xc6\xdd\x5b\x52\x1e\xa8\xaa\xe0\x2d\x16\xb0\x2c\xab\ -\x99\xd2\x69\xe4\x35\xb0\x02\xb4\x96\x73\x2b\x1a\x3d\x68\x90\x75\ -\x2c\xc7\x24\xa7\xa0\x34\x33\x5f\x16\x97\xfc\x33\x09\x6b\x9d\x84\ -\x93\x52\x51\x1a\x06\xd0\xdc\x38\x8f\x82\x3e\xb4\xe9\xac\xcd\x73\ -\xe7\xe1\xcc\x7b\x4b\x4a\x17\x44\x02\xf6\x51\x18\x54\x71\x34\xaf\ -\xd2\x36\xdc\xb9\x77\x7d\x2a\x7c\xb5\x3b\xe2\x82\x40\x7a\x7b\x2c\ -\x82\xd1\x1d\xed\xda\xb6\x9c\xb5\x96\x53\xc3\xcd\x3f\x07\x36\x18\ -\xc5\xc6\xca\x09\x81\x0e\x2a\xd8\x1a\x94\xc9\x24\xf8\x35\xa2\x12\ -\x3a\xd5\x49\x5a\x47\x94\xa6\xfc\x85\xd4\x91\xb9\xbd\xa8\xc9\x90\ -\xd8\x99\xe9\xa1\x75\x66\x43\xb1\xea\xbf\xff\xb5\x22\x75\x25\xc8\ -\x9e\x2f\x80\x81\x73\xb3\x1c\xc5\x8b\x1e\xc4\xc4\x03\x2c\x41\x6b\ -\x79\x21\xc1\x6d\x9d\x29\xef\xe7\x45\x87\x34\x8b\x4d\xbe\x1b\xeb\ -\x1b\x35\x53\xb3\x75\x34\x1b\x62\x1b\xfa\x42\x15\x8c\xc9\xc5\x76\ -\x7f\x6a\x18\xe1\xef\x57\x39\x6b\xbd\xab\xea\xf7\xf8\x38\x14\xa2\ -\x85\x4f\x43\x06\x18\x01\xd8\x59\xf8\x9d\x79\x53\x95\x85\xa5\x79\ -\xf0\x1d\xd8\xde\x78\xfe\xbd\xd8\x49\xcc\xef\x21\x45\x0b\x29\xf0\ -\x68\x56\x8d\x02\xa8\x00\x39\x31\xd1\xcc\xee\x35\x7d\x27\x71\x02\ -\x7f\x5f\xbb\xa2\x09\x71\x1e\xbe\x1e\x07\x83\x7e\x94\xea\xd2\xb7\ -\x40\x53\xf3\x53\xa2\xc3\x3d\xc4\xd4\xf7\xb7\x37\xb9\x71\x1d\xc2\ -\xd6\x28\x84\xed\xba\xf8\x94\x9c\xe9\x35\x54\xf3\x6c\x78\xcd\xeb\ -\xe0\x53\xac\xa3\xd9\x65\x6a\x14\x19\xea\xba\xd5\x0f\x05\xbd\xac\ -\xa2\x7a\xc6\x7b\x96\x4c\x1c\xcc\x1a\x4f\x63\x78\xc5\xfa\xbe\x3b\ -\xa8\x6e\x4d\x36\x5b\xf9\x47\xd4\xa0\x23\x81\xdb\x5f\xe3\xb9\x24\ -\x5a\xee\x63\xf4\x77\x0c\x5c\xa1\xac\x74\x1e\x18\x9f\xf2\x35\x49\ -\x88\x50\x21\xda\x29\x80\x2e\x44\xc7\x71\x49\x9a\xa4\xd6\xa5\xf6\ -\xee\xc9\xe9\x35\xd5\x93\x8a\xa8\x47\x6e\x62\xed\xd7\x6f\x87\xdb\ -\x4e\xb6\xa4\xc5\xcf\xfc\x9e\x7e\x08\x90\x02\x70\x81\x0a\x1d\xaf\ -\x4d\x79\x64\xd6\x7a\x9a\x7e\x5c\x23\x0f\x61\x6d\x64\xe3\x37\x9a\ -\x29\xa1\x24\x28\x09\x74\xbb\x39\xd2\x63\x23\x0a\x31\xae\x5d\x22\ -\x9e\x28\x7b\xc6\x99\xcf\xf7\x0d\xa4\xf0\x1d\x6c\x40\x43\x40\x4f\ -\xb4\xcc\x23\xac\x36\x61\x14\xdc\x33\x30\xbb\xdd\x73\x56\xf8\x33\ -\xbe\x66\xdd\x9a\xf7\xec\x3c\x64\x68\x4e\x3e\x43\x26\x78\xb5\xc6\ -\x11\x28\xda\x9d\x9c\x34\xdc\xa5\x0b\xe0\xd8\xaf\xf9\x21\xc5\x8b\ -\x50\xef\x38\x1a\xd9\x9e\xc4\xcd\x13\x7d\x5c\x03\xbd\xf3\xc0\x11\ -\x39\xaf\xc6\x54\x50\x3f\xc0\x53\xe0\x4b\xdc\x87\xd4\xb3\xd4\x34\ -\x69\xd2\xc3\xb2\xdc\xfd\x65\xea\xd9\x72\xc9\xb8\x8f\x7b\xb4\xbd\ -\xe6\x9a\xfe\xdb\xcd\x02\xd0\xf2\x26\x31\xb5\xba\xc0\x21\x29\xad\ -\x4e\x0b\xf6\xc2\xb7\xfb\x3b\xa6\xd9\x3a\x5b\x50\xfa\x45\x96\x2d\ -\x12\xcd\x46\x1f\xb4\xb0\xeb\x65\x9c\xae\x1b\x90\xb4\xa2\x1c\xdb\ -\x7b\x7b\x45\xe7\x8f\x0f\xac\xb5\x92\x7a\x37\x94\x1e\x66\x41\x3a\ -\xf4\xf6\xe1\x0b\x18\x1d\x6f\x7f\xd9\x45\x52\x0c\x3d\x36\xdf\xe5\ -\xfe\x28\x91\xca\x5e\x61\x1f\xad\xf2\x61\xf2\x35\xb9\x82\x77\x9a\ -\x3d\x03\x87\xb6\x82\x3c\x04\x76\xe4\xad\x8c\x87\xb5\x72\x2e\xc0\ -\x34\xbc\x5d\xd3\x44\x5c\xc5\x94\xd0\xb3\xbb\x31\xcd\xaf\x1e\x0a\ -\x08\x7d\x00\x16\x46\xf7\x7f\xba\x3d\xff\x62\x80\xb4\xcd\x7b\x6f\ -\xe3\x4b\x5d\xe4\xd7\x24\x17\x12\x79\x68\xb3\xd9\x65\x36\xf0\x9b\ -\x39\x90\xe9\x22\x90\xa3\x88\xb1\x91\xeb\x5b\x87\x22\xf0\xf1\x05\ -\xf3\x00\x33\x58\x24\xa7\x83\xfb\xb6\xd1\x2c\x65\x28\xa1\x34\xbf\ -\x9c\x17\xb8\x9e\x95\xb0\x40\x53\xe7\x4d\xa8\x0c\x2a\x45\xea\x56\ -\x15\x1b\x5b\x04\x22\x0b\xff\x5c\x00\xab\x51\xff\xe9\x2c\x46\xbc\ -\xb0\x7e\x76\xbb\x77\x91\xf6\x0e\xea\x56\x16\x27\x51\x7c\xfa\x1c\ -\x5d\x73\x16\xee\x5d\x0b\x69\x58\x28\xb5\x4d\x2f\x0e\x54\x1d\x67\ -\x2e\x4a\x43\x6f\x4b\x58\x0f\x7c\x30\x89\x9b\x73\x5d\x72\x61\x54\ -\x42\x7f\x07\x44\xc0\xf7\x76\xef\x9f\x15\x22\xd1\x65\x17\x0e\xed\ -\xb7\x35\x0f\x7a\xd1\x9f\x1a\x60\x79\xa2\x9f\x47\xe7\x2f\x37\x5b\ -\x99\xdd\xe3\x56\xf8\x19\x74\xe5\xaa\x11\x3e\x8c\xde\xd9\x41\x15\ -\x48\xa2\xdb\x0c\xe5\xc4\xde\xa5\x85\x6e\xc4\x4f\x1c\x05\x4a\x22\ -\xb4\xb3\x90\x75\xdc\x3c\xeb\x61\xe2\xaf\xf0\xeb\x61\x3a\x8f\x83\ -\x0c\x49\xe2\xcc\x55\x15\x58\x97\xf9\x3b\x32\xc3\x8c\x86\x9f\xaa\ -\x0e\xcd\x0b\xbc\x68\x14\x70\x26\x0f\x96\x34\xdc\x9b\x87\xa1\x4f\ -\xf0\xfc\x90\xb0\xa5\x99\xc2\xa9\x24\xaf\x50\x5c\x4a\x03\xed\x32\ -\x3c\x3c\xca\x45\xa1\x6b\xe0\x2f\x8b\x5f\xf0\xe9\xba\x58\xe3\x8a\ -\x9a\xc7\x31\xcd\xe2\x44\xf8\x87\x2f\x7f\x56\x83\x22\x67\x1d\xef\ -\x37\xef\x57\xd2\x16\xfd\x90\x09\x7d\x52\xf6\x7a\xa6\x51\xc1\x80\ -\xce\x8e\xb4\x66\x07\x76\x04\x58\x73\xe1\x7a\x92\x2e\x97\xa1\x96\ -\xeb\x95\xf0\x74\x16\x2c\x22\xe2\xc6\x09\xcd\xc3\x95\x2f\x63\x47\ -\xf1\x1d\xfe\x0a\x4a\xcf\x4c\x80\x58\x7a\xcc\x45\xac\x4d\xe2\xf0\ -\x0c\xed\x9b\x64\xf3\x52\x46\x65\x25\x87\xf9\x9a\x5f\x1d\x4d\xc8\ -\x77\x50\xa5\x0e\x0c\x44\x82\xd2\x3b\xd0\x04\x12\x29\xf9\xd4\xcb\ -\x65\xe5\xfe\x73\x7e\xe1\x13\x4e\xc5\x0c\xff\x6c\x99\x80\xd4\x1a\ -\x45\xd4\x1b\x03\xc4\x40\xe0\x9e\x75\xb6\xd0\x63\x82\x75\xcb\x7e\ -\x05\xeb\xe4\xbd\x5c\xeb\xd1\xa4\xeb\x84\x3e\x8c\xb5\x34\xd0\xe4\ -\x15\x22\x1b\x91\x07\x3e\x22\xf2\xa9\x63\xef\x00\xe3\x75\xd2\x78\ -\xca\x4e\x63\x9f\xe9\xca\x80\x31\xe1\x6d\x9f\xa1\x1f\x1e\xf3\x80\ -\x27\x81\xe0\x3f\xc2\xa0\xbf\x78\x65\x33\x20\x5b\x9b\x3a\x05\xcd\ -\x63\x15\x53\xab\x4d\xe3\xe0\x39\x0f\x35\x92\x1e\xbd\x37\x00\x57\ -\x1d\xc4\x6b\x52\x1f\xeb\xb4\xb4\x7c\x1d\xee\x8d\x2c\x9f\xd6\x8e\ -\x02\xee\x41\x68\xac\x6b\x72\xad\xe5\xef\xd8\x01\x15\x08\x0f\xce\ -\xba\xd2\xf3\x11\x7f\xe6\xd6\x6a\x7c\x05\xe8\x28\x0e\x64\xd6\x94\ -\xbd\xda\xcf\xc4\xd1\x94\xd4\x43\xfa\x76\x50\xce\x30\xa9\x8e\x27\ -\x82\xbe\xfc\x94\x31\x1d\x2a\xf0\x4e\x36\xe1\x13\xf8\x25\x5f\xfb\ -\x4a\xf1\x6c\x2e\x66\x5f\xd3\xf7\x38\x3c\xd7\x7a\xe2\x3e\xc7\x20\ -\x02\x63\x82\x55\xe2\xcf\x6b\xca\xc9\x5a\x90\x6b\xe4\x7b\x46\x43\ -\x20\xf6\x10\x56\x08\xd3\xf4\xa7\xf7\xfa\xcd\xc1\x1b\xd1\x10\x3a\ -\xa1\x1f\xf3\x99\xef\x4d\x4b\xcf\xf6\x22\x6d\x8d\xf5\x27\x5c\x21\ -\x61\x2d\xba\x70\xcb\xe7\xe1\x27\x7e\x9b\xf4\x47\xf3\xff\x20\xb4\ -\xe5\xe4\x1e\x41\x27\x55\x9a\xef\x4f\x7b\xee\x25\x0f\xc1\x92\x20\ -\x1f\x61\xca\x06\x46\xd4\xed\x31\xc4\x58\x44\x10\xac\xf4\x1d\x76\ -\x5f\x91\x46\x43\xd5\x7d\x84\x59\x23\x51\xbf\x36\x76\x88\x9b\xca\ -\x22\xab\x73\x97\xae\xd1\x40\x87\x83\x5a\x94\x4c\xb5\xd2\x83\xea\ -\x89\xfe\xde\x9c\x4c\x45\x4d\x9b\xc8\x02\x3a\xde\x49\x92\x99\x77\ -\x2a\xfb\xe3\x75\x60\xf9\xe9\x4e\x35\x41\x36\x4e\xb8\xfd\xfe\x12\ -\xe1\xf1\xd2\x1a\xb4\x01\x42\x5b\xd0\x6d\x2a\xba\x8b\x5d\x37\xbc\ -\x1c\x03\x3a\xcc\x85\xb4\xe7\xbf\x63\xf3\x9d\x20\xf5\x8f\x33\x98\ -\x4d\x1b\x11\x84\x5a\xb7\xa5\xfb\x72\x0c\x45\xed\xa8\xda\xbd\x47\ -\xce\xd1\x3b\x97\xbe\x17\x15\xae\x01\x97\xc0\x76\xbe\x2c\xd0\x28\ -\xb3\x5a\x0f\xf8\x55\xe2\x21\x0d\x48\xbd\xf7\x20\x5a\xe9\xd7\x51\ -\x63\xcf\xd2\xc9\x0d\x46\xc4\x17\xf0\x32\x5f\x76\xd4\xf4\xdf\xf3\ -\x82\x26\x8e\x92\x99\x21\xb6\x47\xa7\xce\xf5\x95\x78\x44\xeb\x08\ -\x43\x75\x28\x84\xce\xe0\xb2\xa2\xe6\x51\x9e\x81\x34\x32\xbe\x40\ -\xe3\xf7\xb1\x17\xbd\x75\x72\x5b\xd7\xb7\x24\x01\x94\x9b\x4c\x74\ -\xca\x6d\x54\xfb\x93\xc4\xa9\x0e\x8f\x88\xc3\xef\x30\x53\xab\x9a\ -\xde\xd7\xa7\x69\x58\x82\x5b\xac\xfb\x79\x29\xb7\x0d\xa4\x16\xf6\ -\xfb\xbe\x5f\xe5\x1b\x59\x20\xfd\xfc\x93\x0b\xee\x79\xa8\xca\xaf\ -\xe5\xb6\xd1\xc7\x40\x5f\xec\xf7\xfc\x59\xff\xb4\xc5\x6f\x3d\xfc\ -\x5e\xd0\x40\xa1\xb6\xee\x77\x2f\x80\x84\x12\x43\xda\xe5\xa7\x6b\ -\x99\x9f\x2b\x4c\xdc\xdb\x65\x03\xec\xfa\x6b\x72\x8f\x44\xfa\xcf\ -\xa4\x23\xa9\x0a\x66\x10\x53\xa2\x37\x9c\x28\x00\xdc\xbb\x90\xc6\ -\x6f\xf2\x9b\xc0\x73\x53\x33\x32\x0b\xa1\x15\xd7\xed\xde\x9c\x0b\ -\xd2\x51\x50\x09\xb5\x09\x60\xa3\xc2\x59\x03\xe7\x7e\x01\x80\xb4\ -\xc3\xde\x31\xbd\x49\xf3\x6d\x8e\xe3\x6b\x1a\x9a\xf2\x0d\x3d\x81\ -\x0b\x9a\xd7\x43\x89\x8c\x28\x95\xf7\x0b\x7e\x1f\xec\x7b\x2d\xcc\ -\x62\x04\x3a\x33\x48\xd0\x7c\x61\x56\xd0\x08\x8e\x48\x53\x6b\x97\ -\x04\x4d\xf3\xa4\x39\x32\x0d\x22\xe3\x58\xbb\xa8\x90\xf5\xe1\x41\ -\x19\x45\x3d\x51\x4e\x0d\x88\x4a\x0f\x1e\x94\xe1\x3e\x2d\x8c\xcd\ -\xeb\x6d\x8a\x95\x07\xd6\x90\x2b\x80\x46\x0e\xd5\xb7\x75\x2c\x65\ -\x9e\x7a\x6e\xe6\xdf\x9a\x3f\xeb\xd1\x34\x4b\xb0\xc1\x97\xf7\x52\ -\x4f\x12\xe1\xc8\x86\xd2\x21\x75\xcb\x35\xae\xc9\x44\xfa\xfa\xb6\ -\xbc\x64\xee\x41\x97\xd4\x64\xae\x7a\xe4\x60\xa9\x73\x57\x9f\xc1\ -\x98\x2f\x5d\x4c\xad\xb8\x8c\xf3\xf4\xf5\x9c\x7e\x1f\x4d\x2c\x94\ -\x7f\x94\x1a\x75\xb6\x03\x14\xd6\xa2\xd7\x83\x68\x7f\x0e\xb5\x35\ -\xf6\xde\xa8\xba\xdf\xba\xea\xaa\x8a\xfb\xbe\x47\x23\xa8\x0a\x83\ -\xc8\x59\x9c\x85\xc2\xe3\x60\x46\x4f\x80\x4b\x00\xb7\x4f\x49\x69\ -\x57\x9d\xc4\x3f\xf7\x31\x85\x18\xc4\xc1\xf3\x34\xfd\x32\xc5\xca\ -\x46\x06\x6d\x87\x3b\x19\xc2\x5e\x13\xe4\xd4\xd6\xf6\x21\xf7\xd4\ -\x63\x24\xa5\x43\xc2\x9a\xcd\xb7\x36\x3d\x9b\x92\x2a\x97\x33\xed\ -\x26\xdf\xa7\x67\x03\x2b\x9d\x14\xe1\xe1\xcc\x62\x96\xda\x01\xc0\ -\xc9\x6b\xc1\x95\x69\x6b\x9c\x61\xb3\x31\x3a\xf9\x01\x84\xd2\x6c\ -\x38\x78\xf8\x2d\xea\xa0\xb7\x22\x7c\xf5\x58\x5b\x36\x74\x34\x7c\ -\x97\x07\x94\xce\xfb\x5a\x8d\x50\xcb\x14\xf4\xf0\x76\x42\xca\xd0\ -\xc6\x3c\xa6\xd7\x13\x0d\x10\x70\x06\xf0\xc6\x54\xbf\x17\xa8\x4c\ -\xab\x49\x71\xbd\x80\xc9\xfd\x67\x35\x68\xcf\xf3\x70\xfb\x0e\x03\ -\x38\x88\x3b\x01\xa3\x38\xa9\x2a\xae\xac\xc9\xc0\x5d\x62\x23\xd6\ -\xee\x4e\x01\xf5\x83\xa4\x68\x4a\x31\x85\x14\xaa\xcb\x82\xe7\x45\ -\x81\x8b\xc7\x3a\x64\x54\x64\xce\x89\x0a\xd1\x3b\xf5\x0f\xc7\xe4\ -\x4e\x3d\x30\x39\x0f\xfb\x31\x65\x3b\xac\x26\xdd\x47\x7f\x4e\x47\ -\x92\x02\x78\x10\x3f\xfb\x1e\x63\x87\xf6\x26\xd5\x8d\xe7\x82\x62\ -\xdf\x90\x76\x8d\x3b\x17\x52\x12\x34\xb3\x8e\x66\x93\xaa\xe2\x0e\ -\x89\x63\x9f\x7a\x47\xf3\x47\xb5\x4d\x8c\xaa\x01\xc3\x8f\xc1\xc3\ -\x3a\xc2\xa2\xb9\xcf\x5a\x6d\x1f\x8d\x03\x10\xda\xfa\xdf\x54\x0b\ -\xb1\xb7\xb3\x52\x02\x69\x1e\x0d\x3d\xe5\x91\xfd\x35\xea\x63\x3d\ -\x1b\x50\xcf\xf5\x33\xce\x23\x22\x92\x0d\xdf\xb3\xe9\xf2\x54\xe0\ -\xc5\x21\x8b\xed\xcf\xb6\x50\x68\x2c\xb2\x49\x56\x06\x0d\x6b\x4c\ -\xac\xe8\xd0\xd7\x8b\x4f\x30\x56\x65\x0f\x34\xad\xb7\xaa\x40\xd9\ -\x94\xa6\xcb\x3b\xf4\xe2\x27\xe1\xb3\xab\x1e\x12\xa7\x98\x7c\x85\ -\x59\x92\x9d\x3a\x53\x7e\x9b\xba\x58\x46\xc8\x0b\x23\xfe\x3c\x2c\ -\x50\x1b\xaf\xb2\xda\x2f\x69\x7a\x01\x1e\x05\x18\x1c\x1e\x10\xdd\ -\x41\x76\xa3\x33\xda\x49\xf8\x24\x24\xed\xe8\x6a\x63\x26\x7c\x57\ -\x57\x5d\x52\x0b\x1d\x07\x96\xae\xcd\xd6\x47\xd0\x9a\x9b\x89\x5b\ -\x96\x4a\xdd\xc4\xee\x09\x12\xbf\x06\xf6\x19\x58\x9f\x41\x8e\x71\ -\xe0\xb2\x14\xf4\x20\xf4\x55\x97\x3a\x1f\xf0\x17\xba\x1d\xfb\xa9\ -\xdd\x57\x20\x5c\x09\x76\x40\xdd\x13\xe8\x30\x05\x86\x31\xbe\x86\ -\x13\x33\xd0\x32\xf4\xbf\x1c\x38\x73\x3e\x36\x4c\x51\x33\x97\xfa\ -\x69\x9f\x16\x03\xc2\x16\xa6\x49\x01\x0c\xb9\x86\xf7\x20\xae\xa7\ -\xe8\x49\x68\x39\xc7\xb4\x95\xa1\x70\xdf\xe2\x81\xce\x94\x9d\x20\ -\xbe\x56\xa3\xc9\x3d\x11\xd0\x23\xd9\x5b\xc5\x19\x47\xfc\xfa\xf3\ -\xde\x02\x3a\xfb\xd7\xec\xfb\xae\x0e\xd4\x91\xb9\x66\xcf\xa6\x1f\ -\x06\xa4\x28\x74\xf6\xac\x3f\x0b\xdf\x08\x43\x56\x78\xfe\xd9\xcb\ -\xfb\xf4\x46\x12\x7b\xfa\x32\x82\x7c\x45\xa3\xbb\x15\x1b\x33\xe9\ -\x24\x6a\xc5\x46\xdd\xd1\xc4\xb9\x22\xf5\xe9\x91\xf8\x62\x2b\x9a\ -\x32\x1e\x6a\x05\x7e\x9a\x44\x3d\x0c\xda\x92\xd6\xb5\x36\x1d\xd2\ -\x36\xc5\xe6\x91\x4d\x65\xcf\xd9\xae\xbc\x27\x37\x77\x43\xee\x24\ -\x29\xda\x7d\x97\x5c\xe8\x4c\x8a\xaa\x23\xd8\x55\xb5\x53\x2c\x91\ -\x94\xa9\x13\x85\x2c\xb0\xc3\x91\x7c\x3e\x5f\xe4\x4a\x5e\xd8\x6c\ -\x19\xf2\xa6\x47\x13\x68\x55\xbe\x99\x15\x55\xdb\x9f\xf3\xe8\xa8\ -\xbf\x69\xca\x5b\x07\x0f\x9c\x05\x30\x32\xc8\x93\x9c\xee\x4c\xd6\ -\x60\xc1\x9c\xa6\xf7\xfb\xbe\xe5\xf3\x3c\x5c\xe8\x9c\x4c\x9f\x07\ -\x84\x71\x40\xf3\x02\x82\xa3\xbb\x9d\xd2\x6a\xb4\xbc\x9e\x77\x52\ -\x1b\x69\x40\x85\xd6\xe3\x3d\x99\xf1\x0b\x67\x9e\xc9\x73\x03\x13\ -\x91\x0c\x67\x24\x6d\x20\x00\x66\xf3\xd2\x2a\x9a\x97\xb6\xc8\x9f\ -\xa2\xf2\xe5\xd0\xb4\xfd\x19\x5f\x0f\xaf\x50\x5f\x5b\x16\xdb\x41\ -\x38\xf3\xa8\xe2\xf7\xe0\xa9\x04\xa2\x46\x97\xcd\x00\xf4\x00\x19\ -\xe8\x4b\x27\x5b\xb5\xe5\x9a\xe8\xd3\xc7\xa9\xf2\xf4\x36\xd0\xc4\ -\xec\x8b\xec\xc7\x3a\x78\xd2\x02\xc9\x27\x50\xfb\xc8\x68\x8a\xe6\ -\x4a\xca\xaf\x1e\xd1\x0e\xf4\x17\xd2\x55\x4d\xf5\x7a\xb7\xbe\x1f\ -\x82\xf3\x1a\xb7\x66\x13\xbd\x14\xcc\xdf\x3a\xf0\x39\xf1\x59\x3b\ -\xc1\x13\x1c\xb0\x18\xe5\x7c\x7e\x6f\xbc\x4f\x92\xf2\xda\xc9\x9b\ -\xc8\x4e\x0d\xde\x01\xe0\xde\xdb\x09\xb9\xcd\x58\xa3\xd3\xef\xd5\ -\xd7\x89\xe7\x7a\xda\xef\xdd\x1a\xef\x42\x00\x5f\xb8\x79\x22\x3b\ -\xed\x8c\x10\x19\x9f\x96\x07\x77\x4b\xf9\x5e\xf6\x01\xe9\xb0\x43\ -\x0f\x83\xe5\xf6\xb0\x51\x19\x1e\xf3\xde\x88\x1d\xcf\xb9\xe8\xdf\ -\xf7\x86\xdd\x95\x34\xfb\x9d\x2e\x7b\x2a\x8a\xfa\x24\x7a\xcb\xd7\ -\x43\xd0\x72\x2a\xa7\x46\x4c\x80\x34\x30\x00\xbb\x3f\x2d\xf6\x5b\ -\x2d\xca\x73\xf9\xa5\x39\xcf\x1f\xa5\x44\xf0\xe9\x99\xd3\x9e\x57\ -\x4e\xdd\x1c\x9a\x22\xcf\xc0\xda\xd5\x9b\x11\x0e\xe0\x1a\xf2\xd2\ -\xe6\x9f\x62\xbe\x80\xed\xf8\x15\xb6\xc3\x18\x37\xcf\x26\x42\xed\ -\x03\x05\xd3\x7c\xd7\xa6\x77\x3b\x0e\xd3\x71\x68\xe4\x24\xee\xd9\ -\x3b\xc9\x0f\x6f\x5f\x1c\x5c\xc7\xc1\x22\x95\x40\x7c\x78\xa8\xdf\ -\x89\x74\x75\x78\xed\x1e\xdc\x9d\x88\x2b\xd6\x53\xce\x36\x0f\x6a\ -\x16\x6a\x8d\x21\x45\x7d\xfc\x9c\xb6\xaf\x6f\x92\x47\x43\xb9\xd3\ -\x77\x9f\x35\xcc\x5c\x67\xad\x66\x66\x90\x98\x74\x38\xd6\x3d\xab\ -\x73\xb9\x42\xed\x53\x4d\xe3\x07\x63\x5a\x0f\x22\x63\xaf\x67\x5e\ -\xe3\x9d\x8e\x26\x67\xc6\xa4\xe8\xa1\xaa\xdb\x56\x7f\x30\x71\x12\ -\x2c\x23\xc2\xf3\x94\xd2\x03\xf2\x38\x27\x74\xaf\x37\xb3\x7d\x2e\ -\x7b\xcd\xfd\x59\x54\xc5\x15\x79\x31\xb9\xb8\x33\xa7\x6c\x08\x6a\ -\x39\x06\xf4\x66\xae\x7b\xeb\x14\xfa\x62\x16\xdb\x7a\x4e\x62\x44\ -\x06\xfe\xd4\xb4\xed\x2b\xf5\xd0\x44\x8d\x27\xa4\xa7\xa9\xd5\x20\ -\x18\x1d\x5d\x19\xfe\x28\x89\x83\x4e\x2f\x88\xc2\xd3\x24\x3e\x2a\ -\x5e\x6b\x68\x28\x1f\xbc\x7b\x9f\xe5\x09\x3d\x4f\xbb\x8f\x05\x45\ -\xc9\x8b\xdd\x65\x98\x6b\x51\x5f\x22\x0f\xac\xb9\x1f\xfc\x7a\x98\ -\x1a\x74\xbf\x6a\xd1\x09\x0b\x16\x75\xa1\xa0\x25\xd8\xdb\x0a\x72\ -\x66\xca\xa2\x9d\xd8\xb5\xce\x6d\x12\x21\xb2\x5d\x7e\x26\x09\x13\ -\xa8\x8e\x5e\xe4\x9e\x08\x32\x57\x38\x93\x9e\xad\xd3\x6c\x87\xe1\ -\x18\xee\x51\x1a\x9a\xd9\xd1\xa9\x42\xf1\x20\x3e\x0f\x18\xb5\xc1\ -\x7a\x21\x98\x9d\x76\xbf\x0f\x1c\x05\x52\xf3\xc4\xa0\x4f\x15\x7f\ -\x4e\x01\x7c\x1d\xc6\x3c\x43\x26\x13\xed\xf3\xb9\x59\xb9\x79\xc7\ -\x82\xa7\x24\x85\x6b\x96\x29\x57\x43\xf3\xa3\x44\x98\xa5\x79\x95\ -\xec\xcf\x2b\x53\x92\xb9\xde\x72\x39\xe6\xc1\xfa\xdd\x84\x1f\x1b\ -\x32\x3b\x38\xa4\xeb\xb9\x6f\xcf\xa2\x58\x77\xc9\x0e\x8a\x16\x6b\ -\x07\x84\x87\x17\x41\x43\x88\xf5\x2c\x4c\xde\x0e\x7c\x12\x66\x39\ -\xe0\x5d\x76\x40\x11\x6e\xc7\x99\xfb\x43\x07\xdc\xa3\x48\x55\x35\ -\x5d\xe2\xa6\x3f\x96\x37\x5d\xbd\xd3\xa7\x0c\x0a\xe2\x07\x67\x5c\ -\xa0\xd5\x08\x61\x81\x95\xc7\xf6\x03\xc3\x21\x27\xf2\xa9\x4e\x4c\ -\xaa\x28\xe8\x65\x10\x30\xae\xd9\x69\xc6\xf3\xfe\x50\x3f\xcc\x87\ -\x5c\xf6\xc1\x25\xfb\xfb\x5f\x67\x21\x95\xd2\xa9\x28\x6a\xb6\x37\ -\x53\xa2\x28\x50\xce\x9d\x4b\x1d\xcc\x93\x39\x38\x24\xd5\xb1\xee\ -\x9e\xd1\xf1\xf3\x24\xd7\xa9\xfc\xbd\x2f\x19\xd3\x34\x71\xb9\x59\ -\x0a\x82\x1e\x9d\x4d\x27\x85\xd1\x0c\x4c\x45\x7b\xff\x27\x68\xe7\ -\x3f\x4c\x6c\xce\xfc\xb8\x3e\x55\x84\x64\x87\x7a\xbc\xff\x03\x8c\ -\x11\xaa\x7b\x7e\x5f\x33\xdb\x5a\x37\x81\x0d\x8c\x0a\x01\x6e\x1e\ -\xa5\x94\x6c\xb4\xc3\xee\x0e\x60\xcf\xd9\x6c\xda\x8f\x20\x65\x24\ -\x1f\x15\x7f\x8d\xdd\x94\x52\x00\x00\x20\x00\x49\x44\x41\x54\xf5\ -\xfd\x94\xd4\xf6\xd3\xfc\x2f\x05\x25\xe9\x80\x10\x0c\xdf\x57\x81\ -\x07\x14\x82\x2b\x72\x9f\xb2\x98\x1e\x36\xc7\x04\xd4\x3c\xde\xa1\ -\x97\x5c\xa6\xd3\xcc\x5e\x4d\x31\x8c\xbc\x32\xbc\x48\x68\x1f\x87\ -\x19\xfd\x3e\xe5\xc2\x03\x39\xf1\xa5\x48\xf2\x9f\xfb\x26\x51\xca\ -\xcf\xb7\xae\xe6\xf7\x2b\x30\xc2\xd7\x03\x1b\xf5\x80\x60\x40\x1b\ -\x61\xd6\xb6\x28\x06\x4b\xc3\xf1\x83\x7a\x0f\xb2\x11\xff\xf4\xd5\ -\x09\x73\x28\x05\x07\xc1\x37\xbd\x2a\x6a\x11\x14\x7d\xfd\xcb\x69\ -\x16\xca\xff\x46\x8f\x66\x28\x32\x47\xb2\x87\x58\x6f\x9f\x7c\x3e\ -\xe1\x17\x3c\x1a\xaf\x94\x8c\xf8\xeb\x58\xa7\xdb\xb3\xc1\x57\x88\ -\x74\x8b\x29\xdf\x5c\x05\x9d\x8a\xba\xf0\x56\xcb\x54\x78\x72\x15\ -\xec\x2f\x53\x75\x34\xe9\x14\xd3\xc4\xd3\x77\x25\xd9\xfa\xb6\x76\ -\x06\x49\x76\x57\x30\x2d\x2a\xd3\xc8\xb2\x82\x24\x9b\xd9\x79\x08\ -\xe8\xe0\x0a\x4c\x10\xd6\xc3\x4b\x47\x9e\x77\xda\x83\x8f\xf9\x68\ -\xb0\x4a\x47\xe0\xcb\x21\xa7\x7c\x4e\x4a\xbb\x0f\x7c\xbb\x47\x1a\ -\xb8\xde\x9b\x95\x2a\x6d\x8a\xd4\xde\x51\x05\x36\xf7\xf7\x9d\xc6\ -\x24\xbd\x4b\xf6\x36\x35\x0f\x5a\xf3\x4b\xc6\x74\x74\xe6\xa2\x3d\ -\xa7\x79\xa7\x84\xf0\x1c\x63\x7f\x8d\x93\x49\x3e\x9e\xe4\xba\xc8\ -\x2a\x4e\xee\x8e\x5a\x5f\x8c\x53\xa0\xfc\x58\x9f\xa2\xee\xca\x30\ -\x67\xf7\xac\x25\x00\x69\xec\x9b\x1b\x74\x5c\xc3\xde\x8c\xa0\x0c\ -\xb5\x5f\x39\x41\xb7\xa6\x6b\xc5\x56\x44\x33\x44\x21\xd9\xe5\xa0\ -\x38\x7c\x2b\xb5\x39\x05\x3d\x9e\x5f\x9c\x3e\xcc\x26\x9b\xe7\xbe\ -\xb5\xbd\x00\x78\x5e\xf1\xf8\xed\x80\xba\xd6\x7a\x3f\x0f\xb0\xd5\ -\x07\x84\xe5\xa0\x15\xf3\x5f\x91\xda\xf4\xea\x8a\xd1\x9b\x01\x0b\ -\xac\x73\xcf\x1c\x27\x4f\xeb\xa8\xa0\xbd\x98\x79\x60\x72\x04\x65\ -\xd7\x1a\x63\x64\x0b\xcc\x05\x79\xe7\x81\xc3\x0d\x9b\xf1\xb2\x2d\ -\x72\xcd\x71\x60\x42\x91\xf9\x54\x3b\x72\x90\xc4\x16\x1b\xb4\xc2\ -\x24\x3b\x50\x3e\x16\x11\x9d\xfe\x81\x7c\x11\x23\x1c\xd5\xb5\xcf\ -\x11\xb4\x18\x07\x07\x56\x2d\x6f\xfd\x31\x69\x63\x66\x5c\x74\x35\ -\xcf\x43\xb0\x12\x77\x99\x47\x33\x80\x11\xcd\x50\x1a\x28\xcd\x9d\ -\xa3\x43\x5b\x11\x76\xd3\xdd\x33\xba\xb3\x98\x99\x71\xef\x3b\x75\ -\xaa\xf7\x7d\x5b\x27\x45\x14\x4a\x6c\x06\x7a\x9e\x9f\x91\x3d\xa7\ -\xc0\x8a\x3f\x6d\x69\xd8\x95\x3c\x9d\x9d\x51\xf7\x42\xd1\x21\x43\ -\x83\x68\xcb\xde\x91\x81\x62\x26\x56\x6c\xe5\xcc\x4b\xe9\x7f\x4b\ -\xe4\x5d\xc4\xe6\x9b\x02\x23\x5b\x74\x93\x16\xb6\xfd\xd9\x11\x47\ -\xb1\x82\xb2\x9b\xa8\x4a\x58\x57\xa3\x02\xca\x3d\x13\xe8\x33\x7b\ -\xc1\xae\xe7\x5a\x0c\xf0\xca\x6c\x20\x02\x25\xd9\x4e\xb9\xe4\x38\ -\x95\x31\x51\x9b\x7d\x4a\x2c\x62\xda\xe0\x59\x46\xf1\xe2\xf4\xee\ -\xa4\xa4\x57\x2d\xba\xf1\xf2\x90\xb0\xe4\x73\xef\x3f\xef\x56\x2d\ -\x9d\xf2\xd0\x92\x87\xee\x99\x73\xd1\x4d\x0b\xf7\xde\xd9\xe5\xaa\ -\x62\x0e\x8f\xc2\x4a\x4e\xd3\x2f\x30\x26\x6f\x55\x08\x50\x0b\xfa\ -\xf5\xbc\x33\x7c\x8c\x48\xe8\x05\xfb\x00\x79\x40\x70\x91\xe5\xa8\ -\x85\xd5\x04\xdd\xa3\xe4\x07\xec\x35\x0e\x36\xab\x9a\x02\xb9\x68\ -\xad\x94\xcb\x45\xb3\x20\x0e\x22\xcc\x9a\xe1\xb8\xe1\xdb\x1b\x5d\ -\xd0\xf8\x7e\xc7\xa4\x8c\x7d\xc3\x5f\x0d\x76\x11\xb9\x7a\x40\x93\ -\xb5\x78\x20\x22\x51\xc1\x68\xc6\x26\xb3\x35\x41\x1a\xa3\xa7\x2d\ -\xfa\xaa\xff\x4f\x79\x44\xae\x6b\xcd\x1f\xf3\xe8\xcc\xe9\x41\x64\ -\xf3\x83\x91\x96\x1f\x8f\xaf\x26\x1b\x6e\xf7\x91\xfd\x7b\xec\x2d\ -\xee\x2f\xb8\xdc\x0f\x40\xc3\x9b\xf4\x36\x29\xd5\xb1\xd0\x97\xb4\ -\x48\x46\xc7\xae\xe7\xf3\xd4\x3d\xed\xb9\x75\xa2\xc5\x22\xec\xeb\ -\xfb\x78\xfe\xb8\x7b\x40\x74\x70\x47\x78\xc8\xc1\x6f\x5b\xe3\x76\ -\x35\x0c\x42\x92\xfb\x36\x71\x19\x01\xec\x7a\xdb\x7a\x7b\xe4\xc4\ -\x59\x2e\x9b\x35\x50\xd0\x3e\x03\x53\x49\xe5\xf4\x21\x37\x93\x51\ -\x0d\x32\xaf\x2f\x70\x0b\x7f\xbe\xef\x4f\x15\x02\x0b\x59\x48\x60\ -\xdb\x32\xc5\xbd\xaa\x75\x7c\x73\x26\xf6\xa8\x0c\x19\xee\x90\xd2\ -\x46\xbe\x38\x61\xec\x27\xbd\x88\x4f\x00\x91\x17\x0f\xcc\x27\x12\ -\x9c\xe6\xf4\xe0\xa5\x20\x90\x17\x52\x5f\x85\x9b\xb7\xb5\xfd\x05\ -\x83\x36\x8a\x6d\x3a\x82\x3a\x45\x4c\x19\xd1\xa6\x91\x6f\x13\xfc\ -\x91\x75\xa4\x4f\x40\x11\xaf\x77\xb0\x4a\x3e\x83\xbf\x7f\x6c\x0d\ -\xbe\x56\xf3\xf1\x3e\x33\x2e\x47\xc1\x86\xe6\x89\xa0\x92\x74\xbe\ -\x91\x13\x17\x73\x22\xea\xa3\x58\x44\xf8\x81\x89\x52\xa2\x47\x74\ -\x48\xe2\xfc\x5f\x2e\x7f\x47\xe3\xe0\xd1\xef\xd1\xde\x1b\x5e\x29\ -\x66\x70\x33\xf2\x1d\x93\x96\xf9\xf3\x25\x83\x30\xe0\x00\xed\x3e\ -\x78\x5c\xae\xef\x7d\xf4\x72\x60\xd4\xec\xea\x97\x6d\xc0\x0f\x20\ -\x0e\x52\x8a\x7f\x57\xcf\xbf\x8c\x7d\x62\xec\x65\x56\x9c\x65\x3c\ -\x49\x3d\x03\xe4\xe0\xaa\xfb\xe1\x3b\xa7\x1e\x0b\x43\x7d\xfd\x93\ -\xac\x57\xe2\xbd\xe4\x90\x8b\x4a\xb7\x48\x34\x08\x8a\x86\xbc\x91\ -\x72\xd2\x6e\x01\xb2\x85\x11\x07\x99\x27\xf8\x3c\x3c\x28\x13\x58\ -\xda\x7b\xaf\x16\x43\x20\xdc\xde\x8f\x31\xb5\xd2\xb4\x93\x40\xad\ -\xf6\x8b\xe6\x01\xb7\x49\x2f\x33\x06\x1b\x80\x30\xfd\x92\x7d\x8d\ -\x89\xfa\xc0\x0e\x27\xdc\x14\xaa\xcb\xd5\x14\x77\xee\x99\x92\xeb\ -\x5a\x5c\xb3\x7d\x04\xde\x86\x07\x92\x5e\xfc\x8b\x53\x62\x9e\xd7\ -\x41\xed\x79\x09\x75\x0b\xb5\x4c\x45\xbb\x2d\x9f\x6c\xfa\x13\x2a\ -\xee\x63\xbc\xcb\x41\x5f\x89\x19\x35\x33\xb6\xc4\xda\xe4\x01\xe8\ -\x5a\xef\x9a\x76\xd9\x2c\xf0\x32\x45\xf5\x26\x80\x60\xc2\xef\x28\ -\x4e\xea\x9a\x79\x60\xab\xe5\x7f\x1a\x28\xcc\xd6\xf9\x90\xf9\xaf\ -\xc5\xa9\x72\x7b\x6b\x36\xe7\xfa\x40\xed\xe4\x31\x24\xa3\x1d\x3a\ -\xb5\x0f\x39\x7f\xf9\x79\xc7\xba\xab\x92\x8d\xe8\x90\x94\xd7\x3a\ -\xaf\xd9\x14\x37\x76\xde\xc2\x5a\x8c\x9b\x6f\xab\x29\xd8\x54\x76\ -\xeb\x7f\xff\x8f\xff\xe7\xbf\x62\x9a\xb0\x96\x17\xb0\x6c\x59\x3f\ -\xe1\x95\x51\x34\x2d\x38\xa6\xa7\x43\x70\x67\xd8\x19\x1a\xcd\x31\ -\x8a\xac\xbb\x75\xec\xce\x0c\x75\x65\x2b\xfc\x15\x1e\xf4\x4b\x46\ -\xb9\x83\x4f\xcd\x98\x16\x6e\xbd\x47\x0a\x76\x1c\x0a\xc8\x89\x81\ -\x1b\x9f\x91\x80\xad\x58\x16\xba\x4b\x26\xf5\xd9\x51\xad\xee\x26\ -\x8d\x4b\x6c\x97\x62\xd3\xf6\x6c\x20\x49\x9a\x97\xaa\x61\x52\x55\ -\x15\x1f\xfc\xdb\x17\x30\xf7\x83\x6c\x37\x95\xc6\xe4\xc3\xb9\xf6\ -\x11\x5c\x8b\x46\x09\x63\x66\xdc\xf2\xb1\x03\x61\x4d\x15\x6d\xfa\ -\x64\x61\x0b\xd8\x4e\x95\x89\xac\x1e\xf2\x93\xbc\x8d\x29\xbd\x70\ -\x21\x23\xe5\xa8\x0a\xc8\x83\x81\xe3\x60\xff\x91\x5f\x63\x6f\x85\ -\x0e\xb1\x85\xb5\x6a\xe4\x00\xb5\xfc\x12\x33\xf4\x53\x76\x99\x6e\ -\xf9\x93\xb2\xa8\x8b\x8b\x68\x64\x07\x99\x1f\xfc\xca\xc7\x72\xcb\ -\x42\xee\x46\x04\xf0\xe5\x87\x6e\xc2\x9f\xfb\xd7\x51\xd6\xe2\xfe\ -\x37\x7f\x16\x3c\xd7\xe9\x57\x7e\x21\x6a\xcf\x51\x55\x15\xb6\xf0\ -\x2c\x66\xdc\x8c\x94\x3c\x90\xfa\xf5\xf3\xdf\x85\x98\xf0\x67\xff\ -\x82\x3c\x6c\x97\xd6\x4a\xaf\x97\x05\x18\x2e\xfc\xd1\x5f\xeb\x2c\ -\xf1\x21\xf9\x71\x7d\xc5\xad\x32\xbb\xae\x6c\x86\xef\xeb\x32\xd4\ -\xbb\xf8\xc1\x0d\x9e\xcf\x96\x19\x0c\xfe\x67\x7e\xf7\x9f\x9c\xe6\ -\x8c\xc3\xb7\xf3\xef\xc5\xe5\x92\xec\x39\x68\x32\x90\xc7\x66\x34\ -\x26\xe6\x9c\xd0\x46\xa1\x67\xd2\x53\x82\xec\x5f\x44\x7e\x4f\x60\ -\x9f\x39\xd4\x2c\xc4\xd8\x52\xff\x3d\xd2\xe5\xd5\x37\x2a\x55\xb5\ -\x1c\x38\x68\xc2\x10\xac\x98\x75\x69\x13\xe9\x58\x94\x82\x38\xb4\ -\xd6\xf2\xee\x91\xe5\x78\x89\xaf\x84\x35\x05\xa3\x3c\x30\xaa\x68\ -\x86\x45\xa6\x27\x28\xcc\xfb\x0c\xfc\xca\x0d\x51\x49\x88\x4a\xc0\ -\x10\x84\x8d\xfa\xb4\x3d\xc0\x30\xc2\xf8\xac\xa0\x97\xcc\x3b\xd9\ -\x72\x67\x16\x9e\x2d\x62\x21\x37\x5d\x60\xb0\xe7\xc4\xa8\x0b\x8d\ -\xfb\xc6\x60\x7f\xff\xea\x1f\xcf\x9a\x8a\xdc\xa4\x0a\x97\x26\x62\ -\xdc\x9e\xb3\x65\x8d\x98\x95\x9b\x75\x2c\xa4\x9f\xfd\x69\x7e\x27\ -\xca\x29\x9b\x3d\xcf\x26\xb1\x92\x98\xc8\xa0\x4d\x14\xa2\xb8\xc2\ -\x9d\xd9\x3f\xa4\x46\x7c\x62\x44\xf1\x6f\x13\x91\x80\x8b\x88\xee\ -\x0a\xf2\x0d\xe2\x24\xdd\x39\xe3\x57\x81\x7b\x63\x3c\xa3\x07\x26\ -\x0d\xae\xec\xa0\x38\xb4\x59\x93\x89\x60\x07\x7a\xf5\xae\xed\x21\ -\x2e\xb5\xe7\x57\xff\xed\x7e\x84\xc8\xf1\x2b\xe1\x14\xc7\xb4\x05\ -\x45\xcd\x8b\xa7\x97\x5d\xde\x79\xcb\xae\x75\x99\xe2\xd0\xa7\x99\ -\x5b\x78\xdf\xf7\xf0\xbd\x48\x88\x52\x22\xe7\x44\x6f\xcb\x05\x49\ -\x0d\x3d\xf2\x79\xee\x5e\x18\xcd\x7c\xab\xca\x88\x33\x75\x43\xfb\ -\x79\x9d\xf8\x13\x52\x5e\x12\x6f\x7e\xb6\xa8\x0c\xff\xf9\xf0\xac\ -\xc0\xcc\xe1\xeb\xc5\x95\x67\xb7\x7c\xf4\x63\xc5\x35\x23\xc3\xab\ -\x17\x55\x03\xea\xf6\x86\x5c\x06\x5b\x7b\xa6\x8f\xad\x79\x6c\x85\ -\x27\xa4\x7c\xbf\xbc\xb2\x33\x0f\x95\xbc\xff\x2d\x23\x34\xbd\x2f\ -\xcc\x0b\x7f\xc4\x73\x9a\x18\x43\x82\x13\x79\x42\x7f\xf6\x5d\x45\ -\x68\xac\x21\xad\x08\xb8\xc7\xfb\xdd\xb3\x00\x91\xf1\x17\xe7\x81\ -\x76\x16\xf7\xdd\x55\x68\xd3\x26\x19\x0a\x10\x69\x12\x61\xce\x00\ -\xf7\xd8\x6f\x05\xbb\xc0\x01\x64\xb9\x3d\x85\xa3\xaf\x7d\x15\xa5\ -\xa0\xb2\x66\xa6\xd8\xfe\xf0\x21\xf1\x22\xcd\x1b\x5d\x91\x77\xe4\ -\x7f\xe0\x83\x9d\x21\xee\x0c\x7a\x4c\x97\x44\x3e\xf6\xfe\x8c\xfc\ -\x3d\x9f\xa4\x90\xe2\x0f\xed\xcc\x61\x5a\x0d\x12\x93\xef\x7f\xa4\ -\x1c\x32\x0f\x29\x7c\x5c\xa3\x0f\x0a\xfb\x4d\xdd\xbc\xef\x6b\x8a\ -\xc8\xaf\xbd\xd7\x2e\x6b\xb6\xf5\x9b\x33\xb3\x49\x74\x3f\x90\xf9\ -\x3d\xa2\x65\x47\x8e\x8a\x63\x9c\xa3\x89\x1d\x39\x85\x96\x73\x44\ -\x47\x80\x74\x1d\x68\xb7\xec\xf4\x98\xf5\x2b\x10\x01\xe8\x5b\x76\ -\x6b\xa8\x50\xe6\x5c\xc5\xdf\x37\x3e\x4d\x95\x14\xa1\xe5\xfe\x39\ -\xc8\x40\x61\x0f\x70\x89\x1f\x56\x18\xf6\xfb\xe9\xe4\x1f\xf9\xe4\ -\x79\x5b\x8e\xa3\xfe\xf1\x46\x78\x3c\x57\x32\x0e\x92\xf7\xfe\x93\ -\xaa\x10\x0d\x64\x4c\x9b\x1c\x8a\x37\x6c\x54\x43\x6b\xe8\x0d\x5b\ -\x2c\xb0\x2e\x6c\x0a\x9f\x3b\x95\x62\xc0\x6b\x0c\x61\x7f\x3f\x1c\ -\xc0\x11\xd2\xc3\x78\x87\x98\x08\xb1\xbb\x30\x03\x8b\x3d\x3a\x68\ -\xfb\x90\xe1\xfa\x07\x0a\xcb\x0c\x55\x2f\xb6\x45\x91\x7e\xcf\x90\ -\xe1\x45\x3e\x16\xd3\x72\xfc\x3c\x83\x96\x01\xa9\xee\x2f\xe4\xc5\ -\x08\x51\x57\xcf\x85\x84\xb4\xa7\x97\xe2\xfe\xdb\xfa\x64\xaa\x2e\ -\x4d\xa4\xce\xca\x4c\x3d\x87\xdb\xb8\x74\x39\x14\x0b\xe2\x35\xbb\ -\x90\xe2\x73\xdf\xbe\x6f\x46\x7c\x8a\xe7\xb4\xfa\x6c\xff\x06\x41\ -\xee\xda\x2f\x15\x94\x1f\x45\xa1\xf8\xc8\x2f\x24\x88\xda\x41\xbf\ -\xbb\x8a\x5a\xa8\xb8\x3d\x33\xb2\xfc\x55\x1c\x99\x52\x24\xd9\x7c\ -\x2a\x55\x9c\x98\xff\x9c\xad\x9e\xfc\xd5\xed\xf5\xee\xf2\x5e\x90\ -\xd7\x10\x8b\x1d\x04\xa6\x33\x9b\xcd\xe9\xc8\xf1\x59\x6e\xdd\x0e\ -\x0b\xa1\x82\x8d\xc5\xd4\x94\x34\x73\xc8\xa8\x9f\x5b\x12\x38\xc1\ -\xf8\x15\x5b\x5f\x77\xcb\xba\xaa\x2c\x39\xcb\xc1\xd5\xbd\xc7\x1a\ -\xd9\x19\x0d\xf2\xd9\xd8\xb8\xa1\x4b\x33\x0c\xdd\x06\x32\x34\xb5\ -\xdd\x74\x64\x5e\x5c\x81\x9b\xa5\xd9\x59\x0f\xc9\x06\x5d\x78\xd5\ -\x57\x77\x28\xc3\x29\x2f\xd0\x30\xbd\x31\x81\x74\xbd\x4a\x99\xc2\ -\x6c\x1f\xb4\x99\x2e\x63\x42\x48\xdf\x58\x71\xd1\xcf\x58\x0c\x15\ -\x6c\x03\x11\x99\x78\xdd\xaf\x7e\x14\x7d\x69\x57\x8f\xd1\xa2\x53\ -\xe5\x68\xc2\x26\x74\xf8\x43\x9e\x88\xef\x33\x0d\x3a\xe5\x03\x4a\ -\x7f\xf9\xba\x97\x91\xbb\x77\x30\xc4\x43\x2a\x33\x27\xa7\x77\x41\ -\xbd\xfb\xce\x74\x61\x53\x91\x51\x88\xd9\x70\xf3\x11\x7e\x19\x22\ -\x4d\xe5\xbc\xe7\x3f\x6b\x41\x25\xf2\xba\xfa\xbd\x03\x36\x04\x17\ -\xf7\x1c\x81\x00\x4b\xdc\xde\x69\xea\xb2\xb4\xbb\xba\x22\x40\x3e\ -\xa8\xca\x5e\x48\xab\x42\xfa\xb4\x84\x36\xb6\x30\xf8\xb2\x1c\x24\ -\xce\xf0\xd6\x89\x5b\xff\xd7\xba\xac\x08\xf1\xae\xbc\xc5\xe4\x48\ -\x6a\xd4\x2f\xaa\x09\x90\x44\xce\x86\x4f\x04\x95\x62\x33\xa5\x44\ -\x59\x0f\xb3\xa9\xa8\x37\x13\xa8\x75\x55\x25\x35\xd3\x71\x7d\xbd\ -\x16\x2c\xaa\x56\x48\xa0\xd2\xef\xc7\x2f\x52\x82\x00\x90\x70\x16\ -\x21\xa3\x9b\xca\x26\x95\x58\x6b\x3d\x3a\xba\xa2\x85\x0d\x5d\x1e\ -\x72\x6b\xb3\x05\x27\x46\xb6\x67\xf9\x9f\x75\xd5\xa4\x50\x14\xcc\ -\x85\x1e\xb9\xc5\x40\x09\xa7\x84\x0e\x08\x8c\xa1\x15\x81\xd8\x30\ -\x44\x3a\x66\xb8\x66\x1f\x85\x3f\x64\x86\xed\x00\x33\x65\x67\xdc\ -\xa4\x50\xa5\x8b\xb6\x4b\xb6\x0a\xf1\xec\x3f\x64\x79\x67\x4a\xb7\ -\x40\x58\x4a\xf7\xce\xa6\xcf\xff\x09\xd2\x9f\x1b\x02\x15\xd3\x1f\ -\xb6\x7e\xb8\x72\x37\x5a\xc7\x1d\xbe\x89\xe7\xb4\x4d\x51\xd4\xa4\ -\xd6\xb5\xfd\xe7\xfa\xa9\xaf\x4f\x51\xaf\x1f\x40\x82\xa8\x88\x55\ -\xa4\xd2\x00\x13\x78\xae\x19\xaf\x42\xd7\x66\x66\x1f\x0a\xc4\x42\ -\xe2\xeb\xa0\xda\x98\x3c\xa5\x92\x1a\x72\x46\x1a\xb0\x83\x2c\x1c\ -\x35\x73\x50\x0f\xd8\xc1\x9e\x39\x56\x5e\x88\x24\x63\x69\x40\x23\ -\x5c\xb3\x2e\x09\x11\xb5\x22\x83\xf1\x55\x02\x7b\x4e\x46\x22\x87\ -\xe7\x04\x0e\xf4\xe9\xdb\x59\x74\x4d\x52\xe1\xbb\x84\xe5\xb1\xce\ -\xbe\x65\x21\x1e\x13\x8b\xb7\x3f\xbb\xd2\x33\x33\x17\x70\xbb\x94\ -\x32\x3a\xf1\x7a\x48\x3e\x32\x47\xa8\x65\x48\xc5\xe1\x6c\xfb\xd3\ -\xb0\x1c\x08\x92\x19\xae\x2a\xd9\x98\x92\x01\xe4\xe0\xaf\x99\x47\ -\xaf\x13\x22\x3c\x11\xc0\xdd\x1b\x18\xf2\xbf\xcb\x1b\x6c\xe7\xd7\ -\x8e\x89\xc7\x51\x2c\x4e\xf9\xd0\x95\xbf\xdf\x19\x34\x1b\x55\xf0\ -\x5b\x8e\x5d\x5e\xb3\x54\x57\x74\xbf\x11\xbf\xee\x5f\xe7\x9e\x90\ -\xf2\xf9\x63\x12\xbf\x61\xd3\x52\x11\x05\xff\xb8\xbc\x48\xee\x94\ -\x58\xf5\x3d\xf5\x27\xe4\x42\x12\x02\xb3\x3e\x19\x02\x28\x71\xf9\ -\x3a\x0e\xe8\x70\xcc\xf4\xa5\x46\x0e\xb6\x3d\x49\xa1\xfa\x79\x05\ -\x6d\x3c\x4d\xef\xad\x3e\xd0\x90\x56\xe9\xf0\x0e\x2a\x95\xf4\xad\ -\xfb\x3f\xcc\x7f\xf7\xf4\xe5\xd4\xde\x57\xd3\x9b\x8b\x78\xf8\xe8\ -\x4a\x6a\x6b\x2a\x00\x6b\x32\x1d\x7e\xd8\x56\xac\x87\x72\xa0\x24\ -\xb6\x4d\xd1\xb0\x6b\xfd\xee\xbf\x5f\x6f\x22\xd1\x36\x2f\x11\x5e\ -\xde\xe5\xd5\xc2\x8a\x69\x4c\x6e\x3d\x48\x35\x1b\x4c\x02\x11\x1a\ -\x64\xd5\xf8\x4f\x2b\xe1\x28\x15\x1e\x1c\x70\x15\xfb\xcc\x81\xeb\ -\x96\x59\x9f\x25\x08\xab\x9a\xc0\xd1\xcd\xc9\x78\x88\xa1\x50\xd9\ -\x05\xdd\xc0\xf1\x3b\xd0\xf4\x4a\x8e\x7f\x8a\x5a\x96\xb6\x7b\x27\ -\x2f\x58\x2e\x18\xc7\x54\x9b\x9b\x7f\x54\xea\x19\x50\x9f\x6a\x99\ -\x15\xe1\x25\xeb\x4d\x65\xac\x5f\x27\x11\xf0\xe1\xd9\x7a\x91\xf3\ -\xaa\x52\xae\x4f\xb5\xb6\xb8\x07\x8c\xb6\xf9\xb0\x63\xf2\x22\xd3\ -\xee\x12\xcf\x6e\x0f\x9c\xa7\xd6\x58\x8c\xa9\x1a\xeb\x5d\x6b\x5f\ -\xf3\x25\xa7\x57\x0b\xcd\x82\x81\xe5\x07\xe4\x8a\x1e\xb0\xe2\x6d\ -\x3d\xa0\x24\x31\xd5\x82\x37\x83\x89\x29\x1b\x79\x51\x1f\x29\xd5\ -\xfe\x42\x4a\xaf\xeb\xe3\x63\xcd\x6f\xd9\x93\x2a\x94\x2e\x50\x03\ -\x9c\xac\xf2\xbb\xda\x06\x8e\x95\x56\xa4\x26\x43\x97\xe3\xf9\x78\ -\x84\x5f\xd7\x3f\x17\xad\x54\xdc\xa8\x62\xf8\x14\xc9\x13\x9b\xed\ -\xb8\x61\xff\x3d\x26\x59\xd7\x45\xec\x52\xb7\xed\x3f\xe8\x4a\x85\ -\x5d\x8d\xe5\x8b\x3c\x43\xbe\x43\xe7\x05\x90\x90\xe5\xbd\x4b\x6a\ -\x26\xad\x86\xe7\xe8\xee\x61\x0e\x3d\x64\x15\x87\x91\x4f\x8f\x8c\ -\x1e\xd0\x1a\x87\x2a\xf3\xdd\xd4\xc3\xdb\x25\x5b\x61\xf9\x8b\x07\ -\x6d\x69\x98\xf3\x0e\x0a\x94\x46\x91\x69\x5d\x82\xad\x6b\x6e\x22\ -\xb4\xdb\x6f\x27\x29\xf1\x22\x92\x17\x1c\xad\x51\xf3\x62\x03\x0e\ -\x94\xed\x0e\xd9\x8b\x07\xb6\xe6\xc6\xc9\xf5\xf4\x84\xb6\x94\x94\ -\x70\xcb\xb6\x07\x03\x96\x3b\x33\x1e\x3c\xb1\x45\x0d\x10\xe8\x7a\ -\x4a\x46\x4c\xea\xe5\x07\x59\xb2\xc5\x5a\x7b\x4e\xdc\x61\x44\xcc\ -\x87\x6f\x55\xb0\x6e\xdc\xd0\x94\xbf\xc5\xf5\x24\x7a\x98\xe7\xe7\ -\x06\x2d\xd0\x5b\x53\x8e\x78\xca\x09\x81\x0d\x6c\x07\x1d\x50\x65\ -\x88\x11\xaf\xc2\x80\xa7\xfc\x72\x62\xe1\x03\xd2\x11\x38\xf2\x0e\ -\x42\x31\x89\xb3\x4b\x53\xbc\x30\x89\x29\xcc\xa3\xa8\x13\x4c\xf9\ -\xce\x28\x90\xcb\x13\xc5\x4d\xeb\x4b\xb4\x9d\x48\xb4\x9f\x87\x63\ -\xee\x79\x15\xf3\xe0\x1d\x9b\xaf\x49\x88\x9b\x67\xf0\xa1\xcf\x3e\ -\x88\x5a\xda\x65\xa3\xee\x4b\x89\x8e\xf5\x2d\x63\x92\xb4\x3f\x77\ -\xfb\x1c\xcb\x0b\xaa\x35\x03\x58\xc5\x2b\x6d\xec\x2c\xfc\x33\x0b\ -\x66\x80\x0d\x9a\x84\x11\xd4\x8a\xa3\x92\x7a\xa8\x67\x81\xe9\x4b\ -\x9e\x8d\xad\x2b\x47\xc0\x33\x1d\xba\x71\x09\xda\x27\x0d\x70\x6d\ -\x2c\x7a\xbf\x11\xa2\xdc\x9e\x53\x6e\x9d\xfd\x5c\x4a\x1a\xaa\x3f\ -\x7f\xba\x36\x89\x52\x7c\x6f\x49\xbd\x40\x76\xa2\xfb\x41\xb1\x17\ -\x5c\x76\x0f\xd6\x77\x39\x1e\x36\xe8\x5e\x69\x8e\xcf\xcf\x44\xcd\ -\x1b\xa4\xb1\x91\xbd\xd3\x1d\x99\x78\x4c\x44\x62\x72\x5b\x07\xa7\ -\xd5\x02\x41\x5b\x48\xb7\x4b\x79\x63\x52\x2d\xaf\xc4\x2d\x6e\x89\ -\xe1\xde\x80\xa0\x86\x5a\x56\x06\x5f\xf4\x5a\x24\xe7\x5c\x90\xe6\ -\xf3\x31\xa0\x44\x2f\xb9\x47\xf2\xcd\xcb\x01\xfa\xbf\x6a\x24\x7d\ -\xfb\x9a\x47\x71\x5a\xce\xcd\x17\x1f\x11\x1d\x01\xba\xde\x11\xa7\ -\xef\x39\x36\x67\xf3\x60\x45\xbe\x53\x3b\xec\xd6\x53\x74\x90\x5f\ -\xb7\x66\x56\x4c\x04\x46\x6b\xf8\x2b\x1a\x96\xf8\xed\x70\x75\x61\ -\x55\xf8\x31\xe9\x93\x04\x36\xbc\x0a\xd4\xda\x74\xfe\x4c\x30\xbf\ -\x52\xf9\x12\xa0\x23\xcf\x00\xd8\x29\x95\xe9\x4d\xcf\xa2\x91\xd6\ -\x7e\x1b\xd3\x03\xad\x89\x79\xf3\xf0\x89\x74\xac\x31\x1d\x12\x56\ -\x85\x3a\x4e\x3a\x00\x06\xaa\xe1\x31\x75\x68\x55\x83\x0c\x08\x6f\ -\x57\x7e\xb4\x7d\x22\xbb\x46\xab\x42\xc1\x43\x8a\x3f\xf6\xdb\x9d\ -\x79\x32\x49\xed\x84\xc9\x7a\x02\xc3\x0f\xe5\x22\x07\xaa\x7a\x54\ -\xcb\x0c\x7a\xc7\x51\xe8\x46\x33\x77\x6f\x14\x61\xd5\x73\xa6\x54\ -\x14\x4b\xaf\x92\x24\xc2\xa2\x29\xa4\x1f\x7c\xff\xf2\xec\xc6\x66\ -\x40\x8d\xe8\x9b\x16\x07\x3f\x14\x2b\xc9\x0b\x94\xe5\xf0\x5d\xfe\ -\xe5\x1d\x22\xa7\x01\x86\x25\x22\x1c\x1b\x3d\x80\xfc\xdc\xff\x53\ -\xd6\x06\xa3\x35\x66\x91\x1d\x9f\xb3\x65\x3a\x96\xb2\x61\x43\xf6\ -\x7e\xf8\xa6\x24\xaf\x99\xcc\xbc\xb4\xa0\x15\xef\x3d\x3d\x66\xfd\ -\x39\xcd\x1f\xea\x3e\x72\xe2\x26\x4b\xe7\xe6\x87\x11\x6c\x27\x07\ -\xc6\x33\x1b\x35\x87\xca\xf6\x62\x9c\x1e\x4d\x9a\x7c\xbf\xbc\xb6\ -\x61\xba\xca\x3b\xe5\xfe\xdd\x10\xda\x5c\x74\xb9\x67\x7d\xf9\x73\ -\xa0\x0e\x26\xf2\xc6\x7e\x06\x45\x0b\xe6\xec\xf4\x05\xa3\xae\x45\ -\x0e\x25\x8f\x91\x90\x86\x7c\x4f\xe9\x9e\x9a\xe2\x88\xf9\x7a\x25\ -\xc3\x1a\x74\xb0\x19\x3a\xd3\xca\x51\x87\x17\x53\x3a\xf9\xb5\x5c\ -\xe4\x07\xdd\xb6\xbf\x50\xc5\x05\xa4\x7f\x0a\xe5\x23\x25\x5e\xd9\ -\xd4\x55\x26\x9f\xc6\x8a\x99\x40\x98\x00\xfe\xc9\x35\xf7\x49\xe0\ -\x6b\xbe\xf2\x46\x79\xed\xd0\x99\xd3\x33\x39\x3c\xa8\x8f\xa4\xa2\ -\x6a\xa0\x63\x34\xbb\x22\xf4\x3e\xe4\x8e\xbe\x96\x86\xb2\x4c\x31\ -\x00\x14\x5d\xd2\x4a\x47\x3e\x7a\xc2\xb9\xe8\x1b\xb9\xd2\x0f\x8a\ -\xd1\x5c\x6f\xe4\x4e\x81\x38\x50\x4b\x0c\xb7\x2e\xda\xbb\x0c\x91\ -\x16\xef\xf2\x12\xd7\x7b\x2a\xf3\xeb\x89\x7f\x52\x8d\x9e\xdd\x39\ -\xca\x19\x3d\x0d\x5d\x7d\x1a\x23\xde\x4c\xf9\x5a\x61\x79\xd8\x9a\ -\x3e\x94\x78\x18\x99\xae\x22\xb6\x30\x7d\x27\xb7\x74\x3f\x0c\xf8\ -\x78\xb8\x7d\xa1\xdc\xe7\x34\x6d\x8f\xcf\xb3\x0e\x0f\x85\x4e\x4d\ -\xca\xcb\x92\x56\x13\x8f\x1e\x40\x18\x9d\x94\x78\x58\xd2\x28\xef\ -\x54\xc0\x53\xaf\x1a\x45\xf9\x96\xa2\xb8\x29\x39\x05\xcb\xbb\x58\ -\x36\xe1\xa5\x27\x7a\x92\x4d\xaf\x4c\x4a\x59\xb8\xb3\x8f\x8f\xd5\ -\x33\xb8\xd2\xdc\xd7\x02\x9c\xbb\x7e\x3c\xf3\xc6\x22\x47\x63\x8b\ -\xcb\x74\x24\xcd\x88\xe4\xd2\x98\x29\xc1\xa3\xd4\x2f\x03\x0b\xfb\ -\x63\x52\xb1\xd9\xb5\xa9\x49\x87\xde\x1b\x12\x07\xad\x46\x58\x53\ -\x3f\x3c\x45\x20\x9f\xa8\x62\xeb\xc7\xc0\x06\x7d\x22\xba\x2c\xa3\ -\x6b\x7c\x7f\xf8\x28\x5e\x81\xbd\x26\x9a\x3e\x6e\xe5\xd6\xd2\x64\ -\xe7\x67\x69\x0b\x5f\x76\xc4\x04\x79\xc0\x60\x5e\x51\x52\x81\x45\ -\xa1\xdb\x48\x40\x41\x2b\x93\x96\x80\xde\x29\x36\xd5\x5d\xeb\x61\ -\xd3\xf3\x30\xd7\x83\xaa\xfb\x26\xa7\x87\x19\x73\x6e\x9c\x8c\x9f\ -\x1f\x1e\xef\xc6\x3c\x8c\xd9\x14\x53\x08\x59\x00\x25\xe0\xc0\xe9\ -\x53\x4b\xae\x31\x59\x3d\x43\x0b\x6b\x4a\xbb\xb1\x77\x8f\x1a\xa0\ -\xec\x44\x4a\xdb\x52\x2c\x74\x78\x2e\xd4\x0b\xd4\xee\x3b\xda\xe6\ -\x4e\x59\x54\x52\xf3\x05\xd8\xef\xfe\x07\x57\x83\x58\x74\xdf\x50\ -\x62\x38\xe8\xd0\xac\xbf\x4d\x06\xfa\x81\x3f\x3b\x5d\x3c\xd2\xdc\ -\x35\xa7\xb9\x1b\x67\xe0\x82\x49\x3b\xfa\x06\x20\x85\xda\x56\xc5\ -\x0f\xd8\xa5\xc4\x9a\x9d\x68\xbb\xaf\x47\x17\x10\x2b\x0f\x36\x83\ -\xfa\x19\xd2\x46\xd7\x5f\xe8\xae\x43\x73\x4c\x0c\x55\x43\x12\x87\ -\xf4\xb2\xd5\xb5\x62\xdf\xec\xf1\xd2\xa0\xd2\xf6\x9e\x96\x86\x3d\ -\x0f\xf7\xb4\xf1\xa3\xeb\x41\x3c\xea\x06\x6b\xd9\xfb\x85\x8e\xf6\ -\xad\x85\xf6\xb2\x3f\xa4\xb4\xf7\xec\x42\xee\x39\x39\x79\x33\x8f\ -\xbf\x7c\xdf\x57\xbc\xfd\xe3\x6b\x2b\x87\xeb\xc4\x90\x9f\x7f\x2f\ -\x7e\xc7\x9a\x4b\x93\x26\x92\x13\xc0\xf2\xb0\x90\x72\x5f\x97\x6e\ -\x93\x3e\x02\x7d\x93\x2c\x96\x1d\x6b\x9e\x5e\x4d\xd2\x57\x38\xcd\ -\xb7\xb0\xdd\x2e\x81\x0f\xdb\x08\x6d\x29\xdf\x43\xa3\xeb\xf6\x2e\ -\x39\x71\xac\xeb\xfe\x7c\xe6\xbd\xd4\xdc\x87\x22\x43\xac\xc3\xa5\ -\xa6\x1f\x88\x5e\xdf\x31\x60\x9b\x0c\x3d\xe8\x83\x44\xe3\x00\xf9\ -\x50\xac\xe0\x79\x88\xef\x81\xcb\xdd\xf3\x11\xd2\xe1\x13\x46\xd1\ -\x7d\x55\x7e\xb4\xab\xd5\x87\xec\x30\xdb\xef\xc1\x72\x79\xde\x76\ -\xb9\xe2\x08\xc8\x55\x05\xe4\x1a\x13\x96\x3e\x8d\x1b\xcd\x42\x9a\ -\x5e\x98\x8c\x71\xd1\x76\x9f\x5c\xa6\x44\x7a\x37\x9f\xad\x34\x40\ -\xc9\xd1\xa4\x15\x6d\xc1\xb2\xef\x68\x7a\x39\x0a\xea\xf3\x60\xc9\ -\xa0\xef\x54\xc0\x54\xf8\xb4\xe8\x86\xf6\xa1\xe7\x74\xbf\xe5\x8c\ -\x91\xa4\xe7\x95\xe8\xf2\xa9\x25\x32\xaa\x84\x30\x7d\xc2\x01\x27\ -\x8b\x89\x95\x4d\x64\x16\x40\xdb\xe3\x2f\xc4\xf3\x1a\xa9\x62\x6e\ -\xfc\x7b\xe8\x9b\x07\xad\x5f\xd8\x98\xee\x85\xcc\x97\xb8\xf9\x05\ -\x09\x7c\x5b\x26\xe6\xde\xdb\x31\xc7\xdc\x82\xe1\xb5\x41\x8a\x1c\ -\x63\xd2\xc3\xef\x44\xc1\x8b\x73\x7f\xa5\x0b\x89\x6f\x8f\x75\xa4\ -\x6a\x1b\xc6\xba\xd7\xf0\x3b\x09\xe9\x83\xed\xd1\x73\xc8\xce\xf5\ -\x32\xe8\xb9\xe3\xeb\x36\xb2\x3e\x1a\xd3\xa6\x94\xac\xf1\xe4\x18\ -\x64\xbc\x03\xbd\x34\x95\xba\x37\x6b\x7a\x6c\x73\x7d\xa7\xd5\x82\ -\x9b\xd5\x26\x74\xd0\xf6\x5c\x63\x3e\x2f\xb9\x36\x34\x05\x01\xca\ -\x56\xd1\xb3\xf2\xde\x9a\x8f\x8f\x35\xfb\x80\x6d\x8d\x00\xf4\xc5\ -\x4d\x5d\xf2\x16\xea\x7c\x78\xcf\xa8\xc0\x1a\x56\x57\xed\x51\x73\ -\xd9\x31\x46\x66\x73\x5b\xb7\x17\x41\xf2\x75\x1f\xc9\x7f\xe5\xf4\ -\xe3\xd7\xc9\x19\xfb\xf3\xe3\x61\xcf\x4a\x9a\x91\x29\x14\x28\x8f\ -\xf0\xce\x04\x06\x3a\x3d\x11\x1e\x36\x17\x46\xbb\xb3\x73\xa6\x99\ -\x7c\x6d\x15\x1b\x3d\x3a\x82\x06\xc3\xd8\x14\x54\x14\x1f\xd3\xe6\ -\x08\x9d\x5a\x97\xae\x5d\xb4\x26\xdb\x58\xad\xb0\x8a\x22\xaa\xf2\ -\x43\x28\x71\x95\xb1\x19\x0a\x5e\xf2\x17\x5e\x77\x5f\x79\x6e\x18\ -\x3e\x4f\xb5\x07\xd7\xb5\xc0\x8b\x1e\xb3\xc8\x81\x7e\x8c\x00\xba\ -\xf6\xf0\x8a\x48\x3b\x99\xdf\x83\xbc\x96\x63\x71\xe3\x29\x67\x8e\ -\x45\x56\xde\x7e\x83\x30\xbc\x22\x61\xf8\xd3\x39\x0a\x4d\x02\x1b\ -\x3d\x4a\x9c\xca\x22\xa8\x25\x94\x03\x85\x2a\x94\x1d\xb7\x5b\x25\ -\x29\x2f\xd4\x17\x37\x5e\x23\x05\x5b\x73\xe1\x44\x6a\x8a\x89\xb8\ -\x91\x6c\xdc\xfb\x94\xf9\x4b\x8d\x10\xa7\x8e\xf5\x0c\xd8\x49\xb8\ -\xc4\x0f\xe8\xd0\x09\x87\x20\xa7\xeb\x9d\x58\xe6\x98\x2c\x46\xbe\ -\x82\xe2\x40\x11\x6b\x61\x64\x3b\x11\x2a\x36\xfe\x33\xe4\xf2\x0c\ -\x50\xed\xd4\x1e\xb0\x49\x33\x98\xd9\xa6\x2a\x1e\x2c\x69\xc5\x16\ -\x0f\x2d\x29\xe7\x26\xb0\x1e\x34\xc1\x7e\x50\x1a\x9b\x2b\x17\x12\ -\xdf\x26\x76\x55\x38\x29\x53\xe5\x64\x6a\x1d\x70\x06\xb6\x99\xb4\ -\x3a\x4e\x5f\x3a\x97\xcb\x0f\xbc\x24\x3a\x0f\xf9\x40\x36\x55\x4e\ -\x3a\xd3\x2c\x52\x5f\x74\xf6\x31\x12\x6f\x98\x58\x37\x16\xb5\x90\ -\x4f\x97\xbb\x11\xb2\x43\x3d\x17\x60\x69\x85\xdc\x2e\xeb\xb6\xcb\ -\x20\x36\xed\xf4\xa4\x9d\x8d\x8c\xf0\x19\x88\x4b\x11\xce\x69\x44\ -\x5e\x2f\x91\xd7\x4d\xcf\xde\x31\xce\xc5\x3c\x36\x6f\x39\xe2\x25\ -\xbe\x85\x3c\x46\xc7\x77\xcb\xc7\x9a\x4f\xb4\x12\xa4\x62\xd7\x75\ -\x67\x47\xd0\x99\x4c\x7e\x6f\xcd\xd4\x9c\xf7\x2c\x03\x60\xd9\xf1\ -\xd5\x01\xe1\xb8\xb2\x50\x3f\xaf\xb9\x38\x0a\x38\xbe\x6f\x5d\x1b\ -\x6a\x6d\x21\x1d\x79\x68\xd9\xd9\xe3\x96\xc3\xa5\x78\xc1\xd3\xf6\ -\xcd\x50\x7c\x02\x10\xb9\x44\x77\xcb\x27\xd3\x63\x23\xd2\x81\x48\ -\x7f\x3b\x28\x3d\xee\x4d\xa3\xde\xf5\x43\x5d\x97\xc3\xf1\x39\xb1\ -\xc2\x53\x9a\x74\x1e\x0c\xfb\x21\x3e\xfd\x91\x8d\xf0\x19\x6b\x29\ -\xb9\x67\xe2\xa5\xa2\x6d\x74\x29\x5f\x9b\x85\x0e\xba\x54\x93\x1f\ -\x6a\x05\x1b\xf7\x38\x8a\x59\x58\x15\x75\x53\x51\x01\xe5\x84\x2f\ -\x12\x72\x2d\x2a\x56\x1e\xac\x3a\xfe\x59\x8c\x46\xb7\x0e\xda\xe2\ -\xa3\x2b\x7b\x60\x88\xbf\x11\xfe\x42\x26\x5e\xd4\x4f\x19\x93\x27\ -\xbb\xb7\xda\x02\x42\xff\x3e\x81\x2c\xc5\xc6\x72\xb8\x51\x9f\xe0\ -\xf4\x00\xda\x96\x0e\xc6\xe1\xf3\xf2\xbd\x52\x80\x2b\x64\x53\xbd\ -\xe1\xa9\xb5\x7e\xe0\x04\x56\xe0\x38\xa0\x2e\x9b\xae\x9b\x8c\x4b\ -\xaa\xe1\xd1\xd6\xcc\xef\x05\x56\xbb\x8f\x68\xfb\xbc\x56\xfd\x70\ -\x36\x13\x22\xbb\x8a\xc3\x30\xff\x26\xdf\x8c\x78\x03\xf4\xf7\xa1\ -\x8a\xbf\xad\xfd\xa0\x32\x01\x21\xda\x9a\xce\x99\x7f\x88\xae\x2c\ -\xd8\x2d\xd2\xa1\xd1\xf6\x0e\xaf\x0f\xbd\xfc\x8e\xd9\x70\x0b\xb0\ -\x15\x22\xec\xf7\xed\xde\x1a\xc5\x75\x4b\x8f\x46\xd9\x8f\x83\xc4\ -\x4e\x42\x74\x3d\xd3\xec\xa8\x76\x22\x32\x00\x30\xed\x49\xdd\x7b\ -\xc9\x00\xcd\x6b\x8d\x35\x9f\x43\x74\xcc\xbd\x94\x0f\x2f\xe7\x46\ -\xfc\x98\x46\xc7\x03\xa0\x54\xe1\xc7\xb1\x1e\x50\x90\x4e\xe2\x60\ -\xb4\xd8\x0f\xaf\x04\x5c\xae\xd4\x20\x8c\x66\xb1\x0a\x25\xa1\xb6\ -\x03\x56\xde\xa4\x80\xe7\xf3\x25\xaf\xe1\xdf\x98\x39\xa4\x2d\x00\ -\x17\x23\x68\x5c\xda\x0a\x19\x11\x49\x75\x38\x29\x49\xdc\x54\xc3\ -\x74\xcc\xfe\xa3\xd9\x74\xc8\x4d\xfb\xcf\x22\x5a\xbe\x0c\x52\x29\ -\x5a\x7a\x3c\x89\x54\x68\x74\x4d\xb1\xf9\x31\x01\x4f\x3f\xae\xec\ -\xff\xd8\x50\x7b\xee\xe9\xcd\x86\x06\x82\x24\xb2\x5d\x3d\x3e\x48\ -\x8f\x13\x12\x27\xd4\x25\x0f\x9a\x41\x29\xc4\xbb\x6c\x3b\xae\x7f\ -\x28\xda\x4e\xd6\x70\xad\xc1\x9a\x11\x42\x74\x58\x29\xae\xe8\xc4\ -\x8f\x22\xda\x25\x57\x33\x57\xa6\x09\xa9\xa9\x32\x6c\x20\xc8\x93\ -\xe8\x9b\xae\x5c\xe4\xce\xec\x82\xcc\x4a\xf2\x82\x72\xd1\x95\x37\ -\x41\x71\x74\x5a\x61\x0f\xbe\xc4\x26\xe9\x66\x51\x22\xb4\xae\x84\ -\xd1\x04\xa3\xb3\x65\xfe\x89\xf0\xc4\x50\x5e\xd0\x4e\x0d\x79\xd0\ -\x55\xe8\xd9\x59\xc8\x02\x50\xfb\x06\x8d\x1a\xa1\xea\x24\x25\xce\ -\x61\x01\x9f\x86\x19\xd7\x97\x9a\x6c\x62\xab\x8c\xc5\x9c\xb9\x36\ -\xde\x62\xf9\xf7\x45\xb4\x90\xf5\xa7\x54\xa3\x3f\x1c\x23\x18\x50\ -\x22\x0c\xcf\x36\x1f\x76\xcc\x65\x74\x72\x99\xc9\x3b\x3c\x5e\xd8\ -\x6f\x37\x5a\x87\x79\x77\x5d\x29\xd5\x63\xb6\xf0\xc2\xbb\xf7\xf2\ -\xdd\x0c\xbc\x65\x3b\xc8\xc2\xf5\xbc\xda\x70\xc4\x9e\xe9\x57\x5d\ -\x47\x06\x32\xba\x33\x0e\x2e\x2b\x0b\xc3\xc0\xb3\xf7\xe8\x25\x41\ -\x79\x84\xd4\x0f\x6b\xdb\x73\x8d\x12\xb3\xbc\xd6\xd0\x98\xcb\x56\ -\x37\x47\xb2\xdf\x0a\x76\xa3\x3f\xd2\x1c\x19\xe9\xf5\x40\x74\xe4\ -\x37\xe8\x5a\xb5\x1c\x3a\xc4\x23\xa1\x93\x3e\xa6\xe7\x30\x2d\x43\ -\x2d\xf8\xb3\x81\x30\xb5\x61\x4b\x67\x21\xc9\x79\x20\xc2\xe2\x30\ -\x7f\x54\xf3\xa2\xc1\x36\xa8\x11\xc4\xd2\x34\x2c\xe2\xb9\x11\x15\ -\x4e\xdd\x03\x05\x89\x5b\x50\xea\xfd\xc1\xbd\x6f\xbf\x16\x62\xaf\ -\xb7\x17\xe0\x97\x77\x53\x76\xd0\x8e\x44\x5e\x8b\xb0\x4a\x71\xaf\ -\xcf\x18\x80\x82\xd3\x63\x15\xb1\x09\xe5\x1d\xa0\x91\x22\x6f\x1e\ -\xb1\x9f\xdc\x08\xf3\xcf\x4a\x74\xa3\x09\xbc\x04\x58\x57\xea\xed\ -\xa3\x53\xcd\xd7\xf2\xf7\x59\x72\x12\x4a\x47\x8e\x93\x42\xb0\x78\ -\xd5\x61\xf0\x58\x24\xf5\x0b\x29\xac\x7e\x5f\x41\x64\xeb\xa6\xf1\ -\x57\x8a\xa2\xb9\x98\xcd\x1b\xd5\x61\x78\x81\xca\x97\xe5\x3a\xf2\ -\xf0\xeb\x7c\x80\xed\xd7\xd0\xdf\x9f\x08\x0b\x9c\x85\xbe\x75\xb6\ -\x77\xd7\x69\xa3\xa8\x66\x71\xf8\xa6\xad\xa0\xb5\x7d\xa2\x5a\xf7\ -\x46\xfc\x03\x57\x07\xf3\xd7\xa6\x21\x31\x11\xd0\x08\xee\xb5\x8e\ -\x31\x89\xf9\x52\x98\x57\x46\x4a\x50\xa7\x0c\xbd\x5c\x33\x3a\xba\ -\xf3\xaa\x77\x36\x4b\x16\xf7\x42\x4c\x8e\x8d\xb1\x20\x00\xfd\x7e\ -\xbf\xdd\x83\x6f\x85\x6c\x7f\x96\xde\x7c\x58\xdf\x24\x6d\xdf\xbc\ -\x4c\x45\x73\x7b\x1e\x60\xfa\x04\xa8\xe3\xd8\xd1\x40\x2b\xea\x74\ -\xcd\x93\xb6\xda\x47\x29\x95\x45\x83\xb6\xdf\xc8\xf0\xf2\x8d\xe2\ -\x41\xab\xb2\x97\x23\x7f\x2a\xe8\x88\x8f\x46\x12\x53\x0e\xff\xb2\ -\x41\xd3\xfd\xa2\x2f\x87\x57\x6d\xa6\x6c\x55\x7d\xc0\x19\xf0\xa5\ -\xb8\xea\x28\x7c\x34\x63\x78\xef\xc4\xc7\x3f\x25\x69\x92\xfe\x86\ -\x50\xe5\x80\x65\x18\x75\xca\xb7\xf9\x21\xb5\x5b\x3e\xf1\x0e\x72\ -\xac\x12\x46\xf3\x6b\x47\x80\xef\xe2\xc4\x57\xe4\xa1\x5f\x14\xbb\ -\x49\x55\x33\xe7\xf2\xc4\xb8\x28\xd9\x1a\x2a\x3d\xcc\x79\x79\xe1\ -\x8f\x23\x06\x60\xe6\xfe\x2c\x55\x88\x7b\x59\xc4\x9b\x70\x09\x8e\ -\x80\xda\xc1\xad\xd7\x11\xa2\x09\x1a\x28\xf4\x39\x8d\x82\x77\x64\ -\xaa\xa5\x72\xc4\x0a\x3e\xa5\xf7\x0e\xd9\xd3\x07\xc9\x4e\xe2\x6c\ -\x84\x5a\xdf\xdb\x71\xbc\x7b\xe7\xfb\x37\x7e\x04\x89\x1f\xd2\x64\ -\xbc\xcf\xa5\x38\xfa\xf4\x58\xec\x92\x63\xc9\xed\xb7\xba\xd7\x4d\ -\xd7\x51\x2f\x29\x58\x28\x0f\x7e\x21\xd9\xaa\x46\x3c\x65\xb4\x45\ -\xa7\xb9\xf5\x26\x81\x05\xa0\x47\x1e\xd2\x6a\xf9\x89\x32\x64\xa8\ -\xe9\x43\xea\xb2\x73\xd0\xd7\x80\x70\xf1\x89\x10\x87\x6a\x81\x1a\ -\xd2\xc3\x65\x76\x21\xd5\xcf\x98\xdd\x56\x2b\x72\x53\x22\xf5\xa9\ -\xa2\x9e\x79\xa2\x52\x94\x45\xd7\x0d\xfb\x1e\x50\xea\x0d\xa0\x9e\ -\x4d\xa5\xe7\x01\x36\x9b\xa8\x72\xcf\x83\x6b\xcb\x67\xdc\xc7\xf4\ -\x3b\xb2\x4e\x39\xec\x33\x8b\x40\xba\x7d\xd2\x75\x4c\x29\x45\x1e\ -\x6b\x48\xfc\x7d\x79\xf3\x98\x08\xc7\x41\xae\xab\xb3\x6a\xc2\x96\ -\x34\xc5\x20\xc2\xca\x1e\x21\xcb\x73\xad\x33\x4c\x79\xc8\xe8\xd5\ -\x33\x36\xdf\xd6\xfe\x7c\x26\xb5\x0e\xd4\x7d\x1e\x27\x5b\xbc\xa6\ -\x59\x8d\x4d\xa0\x3e\x68\xc1\xc0\xe6\xab\x2b\xbd\x44\xa9\x49\x88\ -\x9f\x4d\x12\x10\x8c\x44\x0d\x98\x42\x29\xce\x45\xad\x61\xcc\x5f\ -\x1e\xb0\x4b\x22\x3e\x22\x0a\x5c\x6a\x1f\x9a\x2f\x33\x84\x51\x8d\ -\x45\xa1\x2b\xa9\x19\xd4\xba\x2e\xa7\x1c\x2d\x3b\x42\x2b\xee\xbd\ -\xcb\xbb\xc6\x99\xe3\xce\x1b\x94\x27\xf3\xf0\x8b\x80\xcb\x38\xcc\ -\x7c\x74\x25\xc5\x17\x16\xc7\xbe\xe3\x2d\x9f\x4a\x47\xf7\xbd\x36\ -\x93\x1a\xcd\x8f\x60\xdd\x36\x9e\xaf\xfc\x87\xf3\x41\xd2\xa2\x4e\ -\x21\x36\x1c\x7d\xe8\xe7\xe7\x03\x4a\xef\x66\x6c\x2d\xbd\x66\x74\ -\x24\xf3\xa5\x61\xd7\x70\x22\x1e\x50\xc5\xa5\x86\x9f\xd7\xe8\xe6\ -\xc4\x61\xb5\x9d\x77\xea\xe8\x52\x5d\x46\x64\x30\x9a\x6b\xac\x17\ -\xb9\xd6\xfd\xb2\x69\x90\xc2\x28\x33\xa0\x47\x71\x43\x74\xd9\xc1\ -\x18\xe2\x68\x4a\x7d\x60\x5b\xbb\x26\x36\xe5\x1b\xad\x43\x96\x80\ -\x0d\x72\xda\xcb\xe5\xc4\x17\x5e\x69\x0c\xed\x93\x94\x92\xca\x49\ -\x49\xaa\xe8\xd9\x59\x88\x82\xfe\xe6\x04\xf4\xa5\xde\xf5\x09\x5f\ -\x69\xb9\x2e\x98\x85\x74\xd8\x50\x96\xa1\x1f\xfd\x40\xd6\x64\x31\ -\xc7\x58\x9b\x04\x23\x2b\x0b\x3d\xe0\x14\x8e\x84\x1f\x9d\x10\x3b\ -\x40\x44\xa0\x76\x75\xb0\xc4\xf3\xae\x8c\xfa\xb4\xb2\xf8\xb0\x4e\ -\xad\x6e\xa9\x45\x2f\xf3\x24\xf4\x5d\xb3\x9d\xe3\xe9\x05\x96\x0b\ -\xe0\x3b\xbb\xac\xd2\x31\xb7\xa7\x54\x10\xd6\x85\x63\x9c\x45\x99\ -\x4b\xcf\xda\xe4\xf8\xaf\x72\xaf\x26\x9b\xcd\x71\xf8\xe8\xfe\xf8\ -\xd2\xeb\x66\xf8\x7e\x2f\xef\x36\x81\x6c\x02\x64\x33\xdd\xb7\xdc\ -\x8a\x0e\x09\x79\x82\x61\x5e\x36\xce\xe3\x00\x8b\x2f\xc8\xe8\xd5\ -\x4b\x86\x91\x63\x61\x9f\x89\x51\x9b\x6e\x07\x64\x28\x11\x18\x17\ -\x3e\x64\xa4\xce\xf1\x8e\xbf\x84\x85\xce\x76\x81\x26\x5d\x4e\x6f\ -\xad\x43\x1e\xd0\x26\xd0\x2e\x57\x48\x6f\x0b\x32\x1f\x2c\x3a\xc3\ -\x1d\x0a\x41\xda\x74\xea\x12\xe6\xfa\x58\xef\x38\x27\x97\x42\x1d\ -\x5b\xdf\x24\xa4\xaf\x52\x2f\xca\xe7\xfa\x5d\x6e\x82\x47\x47\xfd\ -\x31\xe9\xf3\x6b\xd5\xdf\x17\x4a\x49\x37\x7d\xcd\x61\xc1\xcb\x04\ -\xeb\x5b\x67\xf3\xad\x23\xdc\x65\xa5\xe4\x00\x1a\x19\xef\xea\x77\ -\x3f\x97\x34\x90\x89\xea\x7e\x48\xf6\x88\xa2\xc9\xe6\x9d\x64\x2e\ -\x5f\x83\xc6\x08\x26\xa7\xdb\x5f\x24\x94\x3a\x1b\x89\x5d\xf5\x20\ -\x4d\x8f\x52\x45\xe6\xed\xd3\xdd\x23\xa0\x5c\x64\xac\x77\x8f\x02\ -\xa6\x37\x0b\x02\xb4\x10\x1e\xbd\x17\xa0\xc7\xe9\xb5\x3c\x0b\xed\ -\xf3\xe0\x56\x4d\x55\xd4\x3f\x51\xff\x7f\xcc\x1e\x34\xfa\x5c\x34\ -\x0d\xee\x4c\xe4\xb2\xf1\xf0\x41\xcd\x8c\xaa\x0c\x00\xcf\x5c\x3e\ -\xff\xdf\xdb\x69\xaf\xd7\xca\xd5\xa7\x37\x28\x52\xae\x75\xef\x01\ -\xcd\xe2\x90\xe4\xb6\x35\x2b\x06\x8f\xd4\xde\xdd\xd8\x3b\xb7\x14\ -\xf6\x9b\xb5\xa0\x4a\x58\xec\x7e\x95\x3d\x1b\xab\x7a\x16\x68\xfc\ -\x9a\x25\x56\x7f\xf7\x29\x25\x5b\x43\xb2\xcb\x6e\xc5\xc3\x75\x35\ -\xb4\x17\xde\xac\x4e\xcf\x9a\xb6\xc3\x39\x65\x14\xc1\x08\xea\x3e\ -\xc0\x27\xdf\x94\x3c\xac\xf0\x82\x5c\xca\xfb\xdd\xa1\x1c\xcd\xb8\ -\x2f\x22\x85\x97\xd6\x73\xb2\x54\x12\xaf\xf2\x1e\xa5\xb6\x7a\x1c\ -\xcf\xe3\x9a\xef\x2c\x7d\x5c\x4d\xc0\xd7\x5f\xe5\xbe\x41\xb3\x25\ -\xdf\x5b\x98\xd6\x58\xc3\xea\xfa\xaf\x76\x68\x8e\x9c\xcd\xf6\xee\ -\xb9\x0d\x32\x94\x59\x7d\x0f\x54\x6f\x16\x47\x66\x5d\xec\x61\xd0\ -\xc8\xce\xe2\xa6\x5a\x22\x57\x70\x51\xf3\xb7\xca\x58\x6f\xaa\x31\ -\xb3\x67\x3d\xa3\x55\x2b\xd6\x34\x28\x5e\x80\x8d\xad\x0d\x70\x44\ -\x05\x38\x31\xa6\x80\x7d\xbf\xd5\x24\xf9\xd4\xea\x05\x89\x48\x1d\ -\x97\x35\x7b\x50\xe9\x5f\xeb\x88\xf0\xf9\xf6\x7c\xcd\x39\xf9\xe6\ -\xb6\xa7\xea\xf4\x85\x51\x62\xc1\xeb\x77\x93\xdb\x6a\x93\x51\xc7\ -\xb7\x18\x86\x90\x6e\xb7\x26\x75\x9c\x19\x32\xb6\x22\x1a\xa7\x87\ -\xfc\x9f\x72\x72\x64\x7f\x1b\x65\xd7\xa7\x8c\x28\x1a\xb5\x35\x28\ -\x8b\xa6\xfc\xb7\x06\xec\x18\x10\x09\x2a\x13\x8c\x6a\x9f\x16\xd2\ -\x01\xc1\x38\xaf\xe3\x65\x98\xc3\x29\x03\x00\x76\xa3\x62\x78\x11\ -\xd1\x26\x2b\xaa\xcf\x4e\x5f\x5f\x8c\x3b\x64\x22\x1f\x58\x2a\x78\ -\x03\x9c\x54\x25\x22\x58\x1c\xbe\x25\x2f\xd8\x85\x12\x97\x49\x0e\ -\xa7\x98\x82\xcd\x9a\xc6\x5b\xa8\x6e\x9d\x88\x89\x9e\xb9\x1e\x1c\ -\x52\x1f\x9e\x26\xd5\xe8\x06\xf0\x5a\xb5\x90\x86\x09\x9f\xe3\xa5\ -\x5a\x29\xeb\xd2\x31\x62\xaf\x30\xe5\x1e\x5a\xf4\x76\xb3\xc6\x21\ -\x8b\x2a\xac\xcf\x8a\x57\x79\x3f\x29\x83\x9c\x46\xe6\x9e\xaa\xf4\ -\x0b\xd8\xef\xf8\xe1\x2a\x50\x99\x19\x24\xdb\xb4\xe4\x81\x80\x3c\ -\x3a\x82\xea\x0b\xb4\x90\x64\x91\x11\x2f\xd5\x45\x2b\x3d\x4a\xd9\ -\x79\xc8\x03\x51\xf8\x08\x42\x72\xd9\x47\xef\xde\x98\xb8\x28\x3b\ -\xa3\x9a\x79\x1e\xde\x01\x94\xd2\xfd\xc3\x0f\x55\xd7\x75\x59\xf7\ -\x31\xb0\xe3\x4e\xd8\x21\x29\x13\xe2\x46\x1d\x3c\x94\x09\xab\xd3\ -\xd4\xd8\x68\x7f\x99\x43\xc6\x46\x6d\x91\x7b\xfb\xa4\x4e\xd2\x0f\ -\xa8\x5c\x8b\x6b\x98\x80\x49\x9f\xa1\xcf\xe8\xa3\xed\xe0\x2e\xc7\ -\x81\x7b\x71\xd0\x4f\xc7\x7d\xde\xd1\xb5\x88\xa2\x45\xec\xc0\x2f\ -\x0f\xc9\x98\x2f\xe4\x2f\x1d\x77\xfb\xba\xdb\xb1\xc4\x98\x72\x4c\ -\xa9\xa2\x94\xbc\x6b\x66\xd3\x4f\x9d\xd9\x51\x87\xca\x5b\x13\xdd\ -\x0a\xf7\x1c\x34\x3a\x11\xb6\x6b\xcc\x3d\x7b\xc5\x3b\x45\x42\x68\ -\xb0\x10\xa4\x87\x0a\x87\xc6\x7c\x76\xc7\x77\x9b\xe2\x72\x93\xa3\ -\xf4\x00\x4d\xc5\xc5\x21\x67\x93\x71\x48\xb3\x50\x6c\x00\x62\x53\ -\xbc\x75\xad\x34\x0b\x07\x66\x3b\x7d\x25\x58\x1e\x36\x7d\xbe\x67\ -\x5c\x85\xd3\x0b\x6d\xad\x17\x9e\xbd\xf1\x53\xc5\x13\xb0\x9b\x9a\ -\xb3\x4b\x05\x63\xaa\xb9\xd0\xc2\x5c\x1d\xd7\xcb\x0e\xfe\xd0\x90\ -\xe4\xb1\x85\x9a\x12\x24\x83\x4f\x45\x04\xb2\xab\xf3\x85\xe1\xd3\ -\x09\xad\xa7\x7a\x31\xe3\xf6\x00\x2a\xe2\x18\xc7\xf4\xf3\x8a\x2d\ -\x73\xe5\x06\xa1\xae\x15\xef\xbf\x67\x97\x62\x98\x77\xc1\xdf\xe3\ -\xb5\xfa\x3e\xf7\x3a\xe9\x21\xa2\x03\x54\xd1\x0b\x7d\x6e\x07\xa7\ -\x9f\xa4\xb2\x55\x17\x70\x16\xe1\xc6\x8a\x69\xc4\xb5\xa3\x2b\xfa\ -\x36\xb9\x7a\x93\x01\x9e\x1b\xde\xab\x5f\x81\x08\xea\x74\x46\xa1\ -\x77\x39\xda\x29\xa7\xfa\xdb\x5f\x7f\xdd\x60\x1f\x87\x4e\xfd\x0a\ -\xdc\xa8\x77\x64\x7a\x8c\xce\xce\x70\x4c\x53\x22\x5a\xa1\x37\x74\ -\xfa\x41\xa6\xfb\x8d\xba\x9c\xb6\xe7\xe8\xa1\xc1\x70\xc6\x3a\xb5\ -\xef\xa3\x21\x33\xfd\x77\x2a\xb5\x66\xc7\xe7\x49\x7f\xd8\x42\x81\ -\x54\xb2\xf1\x31\xa7\x5b\xf4\x85\x70\x16\x7b\xdb\x3f\x99\x79\x38\ -\x43\x60\x5f\x65\xeb\x2f\x41\xc0\x9d\x4a\x19\x94\x42\xa8\x16\xbc\ -\x68\x7f\x86\x19\x3f\xae\x51\x34\x6d\x99\xf4\x08\x22\xb0\xc9\xb8\ -\x44\x69\x2c\xd7\x21\xe1\x2f\x25\x88\x88\x02\x5e\x1f\xe8\xae\xc9\ -\x9b\x3a\xac\x6b\x93\x1a\x7c\x64\xf8\x38\x6d\x6f\x8b\x43\x18\xa8\ -\x35\xb7\x5a\x01\x1d\x3e\xbd\xd3\x1f\x5e\xb6\x10\xf5\xdc\xad\xf5\ -\x20\x67\xda\x9f\x7f\x16\x88\xd4\x0e\xe9\xd2\xd6\xbd\xcc\x1e\x6d\ -\x84\xbf\xcc\xa6\x6a\x4a\x83\xa4\x8b\x3a\x26\xbe\xcb\xda\x35\x1b\ -\x6e\x9a\x19\x45\xac\x34\xd4\x4c\xe4\xd4\xb8\xa1\x7c\xc2\x5d\x6b\ -\x38\x55\x78\x71\x34\x8c\x53\xa5\x92\x8d\x89\xf8\x4c\x0e\x0e\x0a\ -\xe9\xa6\x63\x83\xe5\x88\x65\xc8\x50\x6f\x5e\x86\x20\x57\x4c\x05\ -\x10\xaa\xd1\x38\xfc\x39\x21\x11\xbc\x2a\x80\x18\xb4\x12\xf3\x9e\ -\x7e\xdb\xbe\x86\x78\x34\xd0\x99\xb9\x27\xad\x28\xed\x53\x2c\xf3\ -\x0a\xca\xd3\xef\xaf\xd3\xcf\x58\x7f\xee\x9c\xe6\xdb\x41\x60\xab\ -\x78\x43\x4d\x91\x89\xed\xcd\x73\xa9\xba\xb0\x55\xb0\xdc\x05\x47\ -\xe2\x64\x61\xcc\xe1\x47\xca\x35\xc5\xe4\xe8\x11\x29\xf4\x58\xdb\ -\x3a\x80\x09\x80\xee\x1a\x20\x3c\xe3\xf0\x64\xe4\xa5\x76\xb5\x81\ -\xea\x06\x2f\x82\xec\x68\x5e\x90\x7b\x94\x77\x3e\xcb\x17\x57\x50\ -\xf0\xb9\x7e\xd4\x70\x44\x5e\x55\x27\xd5\xa8\x91\xa6\x60\x73\xa5\ -\x9a\x1f\x3e\x89\xb6\xaf\x17\xb5\xae\x21\xe5\xe0\x55\x2a\xbd\x88\ -\x95\x36\x99\x00\x00\x20\x00\x49\x44\x41\x54\xad\xf5\x19\x51\xd4\ -\x49\x82\x5a\xf4\x58\xe9\xa0\xab\xc3\x33\xbb\xfe\xbf\xff\xf9\xdf\ -\xff\xcb\x42\x58\x29\xf5\xa8\xa2\xd6\x59\xd0\xc8\xa5\x60\x23\xd4\ -\x98\x64\xd0\x0d\xb2\x0b\xe0\x65\x39\x0f\x39\x10\x08\xbd\x3c\x5f\ -\x0d\xef\x6d\xda\x4f\x69\x61\x6b\x71\xe2\x25\x22\x6c\xdd\xd9\xa1\ -\xe3\xf5\xe3\x32\x43\xcf\x53\x62\xf7\x80\x30\x06\xce\x5d\x44\x9a\ -\x92\x45\x0c\x8f\x19\x19\x4d\x32\x17\xec\x5b\xb7\x33\xf1\x09\x3f\ -\xbe\xd1\x97\xfe\x75\x39\x82\xf5\x5d\x1f\xae\x80\x4d\x14\x54\xda\ -\xa4\xc1\x2f\xab\x77\xce\xb6\xde\x21\xf8\xac\xeb\xe7\x0b\x2a\x31\ -\xb0\x3d\xfc\xd2\x7b\xf9\x75\x28\x74\x6d\xfe\xad\xb6\x31\xf0\xe2\ -\xf2\x4a\xc9\x36\xd0\x04\x3c\xa7\x41\xc5\x27\x7f\x7e\x23\x65\x83\ -\xe4\xb6\x43\x93\x88\xe7\x0f\xb4\x03\x5f\xd0\xa8\xe8\xc2\x9f\xfd\ -\xff\xfb\x38\xb6\xe8\x6e\xa6\x6d\x25\x2c\x5a\xf8\xc8\x9d\xf7\x85\ -\x7d\x12\x04\xae\xc5\x72\xef\x4f\xde\x87\x58\x0c\xab\x43\xc5\xf8\ -\xe8\x07\x5b\x6e\xcb\x85\x91\xed\xbb\x82\x87\xef\xf9\xe6\x03\x87\ -\x60\xfc\xac\x1f\xb0\xe7\x4f\x2d\x66\x5c\xcc\xbe\x31\x1a\xd5\x27\ -\xb2\xba\xbc\xba\x46\xa4\xc6\x6f\xd9\x45\x51\x54\xcb\xa1\x22\x62\ -\xac\xeb\xc7\x72\x50\x3c\x08\x93\xbc\xe8\x25\x66\xd0\xb5\x92\x96\ -\x77\xea\xee\xcb\x24\x6d\xe3\xe2\x00\x67\x30\x9b\xc4\xd0\xfe\xdc\ -\x72\xcf\x8a\x34\xf4\xab\x2f\xec\x52\x85\xfa\xef\xfd\xa7\x72\x5e\ -\xb8\xfb\x4d\x96\x67\x82\xec\x94\xf9\x11\xc5\x06\xd3\xcc\xdb\x2c\ -\x29\x75\xa4\xd6\x4d\xb6\x60\x0a\xcf\xf1\x20\x2b\x24\x98\x96\x11\ -\xb3\xda\x04\xe3\x63\xe8\x39\x64\x2f\xda\x81\x28\x20\xa3\x23\xde\ -\xf7\x1f\xeb\xaa\x52\xeb\x8a\x11\x99\x44\x0f\x96\x23\x15\xd7\xbc\ -\xce\x15\xe1\x97\x62\xcf\x51\x71\x49\x29\x53\x82\x6d\x62\x33\xbe\ -\xd5\x72\xcc\x22\x2c\xbb\x27\xbf\x2f\x66\xdc\xf2\x9b\x9e\x34\x90\ -\x7a\xee\x89\xe4\xc2\x2b\xb8\x2d\x50\x52\x23\x07\x8a\x66\x30\x64\ -\x04\x6d\x5e\x57\xde\x93\xd8\x20\x23\x5c\x52\x7c\xfd\x5a\x1e\x6a\ -\x5e\x13\x09\x81\xca\xce\xee\x17\x32\xba\x98\x11\x99\x2e\x72\xff\ -\x3e\x72\x86\xa2\x20\x61\x7f\xfe\x6d\x6a\x8b\xf1\x7c\xd7\xa6\x95\ -\xe3\xd2\xc4\xce\x96\x24\x49\x71\xcb\xaf\xf9\xc1\x56\x05\x44\x97\ -\xee\xd3\x3d\x5a\xc4\xb8\x02\x95\x7d\x98\xfc\xb7\xfe\xe6\x04\x30\ -\x1a\x2b\x88\xc9\x1f\xd8\x63\x0e\xa4\x72\x3c\xea\x69\xf7\xa6\xb3\ -\x7d\x66\xc6\xaa\x69\xb7\x47\x58\x70\xcb\x65\xea\x6b\x72\x49\x0d\ -\x69\xf8\x61\xc2\x57\x11\x70\x1d\x22\xcf\x39\x14\xcd\xbd\x21\x1a\ -\x54\xb1\xe9\x6f\xb1\x77\x3b\xa4\x62\xb1\x3f\x18\x6d\x2a\xf2\x61\ -\xec\xfa\xf0\x8a\xac\x94\x7a\x8e\xec\xf9\xc4\x17\x34\xbc\x7a\xe7\ -\x7a\x1e\x88\x3a\xf4\xe0\xeb\xc4\xe8\x45\x66\xf8\x76\xf0\xeb\x13\ -\x9c\xc2\x1e\x37\xd9\x6e\xbe\xfb\xcf\xa9\xbf\x19\xe3\x25\x8b\xae\ -\x9c\x46\xe6\x58\x87\xb1\xd5\x73\x20\xa1\x47\x56\x11\xe7\xef\x4f\ -\x2d\x7f\xe9\x9c\x5a\x6f\xb1\x9c\xc7\x2c\x18\xba\xca\x13\x0a\xd9\ -\xfe\x7c\x80\x92\x96\xdb\xef\xf1\xde\x07\x34\x21\xf2\x72\xd8\xde\ -\x16\x49\x0f\xe0\xf4\x77\x14\x75\x50\x5e\x95\x1a\xf1\xbd\x36\x63\ -\x50\x39\xbb\xe4\x6a\x29\x2c\x27\x46\xb7\x4b\x99\xd0\x9e\x75\xc6\ -\x75\x5d\xf8\x48\x61\xb4\xad\xc0\x91\x31\x81\xbe\x7d\xdf\x88\x48\ -\x0b\xce\xac\x4a\xb8\x87\x78\x67\x67\x9d\x22\xda\xa1\xf9\x3f\x6f\ -\xde\x2e\x33\x73\x89\xfb\x21\x6f\x83\x67\x71\x75\x6f\x33\x7c\x7a\ -\x7e\x11\x43\x29\xfc\xde\x1f\xdf\xf9\x77\x42\x9d\xae\xc5\xf8\xec\ -\x5d\x84\x4d\x50\x36\x9a\x2b\x2b\xec\x33\x8a\x6a\xfb\xdd\x7a\x90\ -\xe9\x9d\xfb\x18\x5a\x16\x50\xac\x61\xb7\xfc\x56\xe0\x2e\xa9\x79\ -\xde\x95\x3c\x87\x94\xb0\xf5\xe3\xc0\x09\xf2\x5c\x4b\x0d\x2d\x90\ -\xa1\x3f\xf4\xce\x1c\xc3\x98\xb6\x08\x49\xd6\x1a\xbf\xfb\xd7\x0f\ -\xa1\x6e\xcf\x10\x14\x72\x9d\x15\xb7\xec\xa4\x6e\x52\x42\x0e\xea\ -\xa0\x56\x6b\xb1\xb6\xe9\xac\x34\xdf\xf3\xc7\x3d\x2f\x5c\x79\xa4\ -\xb8\xb0\xf8\x07\xd7\xba\xf0\x47\x7e\x1d\x92\x10\xf4\x44\xc9\x77\ -\x8a\xd8\xd6\x4f\x78\xad\xb1\xc0\x03\xfe\x65\xfe\xbe\xbb\x6a\x1f\ -\x31\xe2\x30\x14\x58\x97\x65\x89\xca\xbe\xed\xcf\x26\x04\x2d\xd6\ -\x1f\x6b\x74\xfd\xee\xdb\xbc\x8c\x8b\xed\xb0\xd2\x9e\x45\x01\xe3\ -\xb3\x3f\xa9\x7c\x89\xbd\x91\x42\xd6\x69\x25\xbe\x47\xe5\x94\x15\ -\xa1\x21\x99\x71\xdf\xbf\x63\x4f\x8c\xef\x11\xff\xff\xed\x7b\x4f\ -\xaa\x35\xc0\x58\xab\xa6\x79\x3b\x33\x9e\x5c\x3a\xef\xb9\x4f\x96\ -\x3d\x79\xe1\xd6\x3f\xe5\xeb\x0c\xe8\x8d\xe7\x16\x7e\x3c\x5b\x91\ -\x28\x32\x38\x4b\x1e\x4e\x9e\x27\x77\xeb\xc7\x6d\x24\x9e\x35\x15\ -\x8d\x34\x27\x04\xfe\xee\x3b\x27\xcf\x34\xa6\x4c\x06\x39\xd9\xb7\ -\xa4\x84\xb6\x43\x30\xb2\x89\xcf\x4e\xf0\xf3\x67\x7c\x11\x0f\x1a\ -\xb8\x35\x58\xe9\xc5\x6f\x17\x14\x38\x27\x71\xba\xb5\x00\x6a\x31\ -\x4c\x66\x21\xae\x09\x95\xa8\x96\x92\x46\x33\xb4\xd0\x72\xde\x1a\ -\xab\x20\x9a\xe5\xec\x87\xcb\xad\x1f\x1f\xa8\x29\x96\x77\x3d\xd4\ -\x33\xe6\x14\x8a\x7d\x2b\x64\x13\x84\xef\xb1\x6f\x5c\x17\x5d\xc0\ -\x02\x56\x1b\xd9\x46\xd8\xa2\xd0\xc2\xf5\x8f\x4f\x6d\x6c\xf5\x1a\ -\xc6\x62\x85\x60\x79\x4e\x86\xaa\x4d\x4d\x24\x16\x06\xcf\x1e\x12\ -\x98\xc1\x76\x3b\xa1\x47\x8e\x51\x5c\x8c\x33\xbb\xdc\x25\x71\x9a\ -\xa8\x17\x55\x1b\x9c\xaf\xa4\x39\xbe\x01\x29\x65\x36\xee\x24\x22\ -\x29\x7e\xec\x75\xb3\x4d\x84\xea\xe2\x66\xb7\x45\xde\xf3\x46\x7a\ -\xf7\x8b\x5f\x26\xe7\xda\xba\x2c\x48\x30\x47\x1f\x59\x6a\xa3\x05\ -\xd1\x23\x27\x63\xc8\x68\xc2\x97\x34\xe4\x1b\x41\x38\x69\x7e\x1a\ -\x7f\xd0\xec\x61\x89\xc0\xb4\x75\x8c\x63\xbd\xa0\x74\x5a\xdd\xc2\ -\x4a\x82\xdb\xde\x77\xe6\x86\xd9\xcf\xdd\x25\xb3\xe8\x9a\xfd\x29\ -\x10\x48\x23\xed\x75\x98\x68\x63\xd2\x62\x6b\xba\xe4\x94\x25\x3a\ -\x4f\x44\x8a\x8b\x7f\xf2\xf3\x8f\xeb\x27\x32\xf8\x8b\x03\x50\x91\ -\xa6\x53\xcd\xa9\xa5\xba\x1e\x59\x68\x6e\x7c\x17\x5f\x76\x7c\x17\ -\x49\xa9\x1d\xf3\x95\x9d\x27\xa0\x77\x7f\x65\x80\x18\xa0\x18\xd2\ -\xa5\xd3\x40\x4a\x44\xb8\x78\x35\xf9\x43\xfd\x9c\xe7\x41\x4d\x1f\ -\x7e\x87\x9a\xb0\x3d\xbb\x20\xb1\xe1\x2c\xa7\xf4\x14\xe1\x69\x12\ -\x0c\x7f\xae\x7f\xc6\x04\x18\x07\x94\x9c\x7d\x92\xd5\xdc\xf4\xf9\ -\x0e\x90\xe7\xc5\x10\x4a\xe2\x9a\xcf\xa7\x58\xf0\x22\x37\x58\xcc\ -\xf4\xeb\xc5\xdf\xff\x3c\xa7\x04\xd9\xb1\x76\xec\x2a\xd8\x36\x6b\ -\xaa\xcc\xa8\x2c\x14\xdd\x57\x21\x12\x9d\xf7\x7a\x37\xb5\xd9\x32\ -\x06\x65\x08\x5a\xd3\x19\x54\x20\x23\xa0\x87\x8c\x82\xc0\x17\x1f\ -\x26\xe1\xfe\x2e\x97\x8c\x39\xe4\x7d\x27\x50\x20\xba\x76\x8f\x8e\ -\x7b\x93\xb3\xda\xbd\xff\x6d\x5d\x46\xaa\x29\xf9\x45\xf5\xbd\x8f\ -\xac\xb3\xe8\x12\x47\x76\x58\x6c\x1e\xd6\x4d\x33\xc9\xe3\x5a\xff\ -\x8c\x00\x51\x69\x66\x70\x91\xdb\x0e\xfc\x3a\xa1\x06\x7d\xba\x2c\ -\x8d\x17\xab\x0d\x12\x60\x95\x2b\x25\xfc\xa6\x7b\xe0\x24\xbc\x5d\ -\xad\x19\x74\x4e\x86\x32\x96\x62\xad\x57\x79\x5d\x7d\x86\xea\x00\ -\x06\x46\xd9\x26\xd4\x1e\xca\x7a\x31\xb0\xab\xd3\x6d\xa1\xea\x1e\ -\x10\xab\x2d\x57\x84\x92\xf5\x38\x57\x1f\x9a\xd2\xad\x83\x31\xf1\ -\x65\x9a\x84\x39\x41\x3b\x01\x32\x31\xe9\x7f\xc3\xe8\xbf\xe6\x50\ -\xe9\x21\xe5\x3c\x8a\x03\x45\x6f\x7d\x36\xff\x71\x4d\xac\x22\x18\ -\x7a\xc4\x28\x60\x7f\xcd\x59\x4c\xc5\x08\x5f\xef\x50\x96\x91\x79\ -\x34\xd4\xea\xcd\xa0\x5f\x5d\xd5\x53\x15\x11\x41\xbf\x21\x2d\xec\ -\xd7\xb2\xf6\xf8\xfd\x3a\xe9\x7b\x9b\x22\x9e\x92\xdb\x68\x22\xd2\ -\x21\x55\xd5\x16\x40\x6c\xfe\x93\xf2\xa2\x28\xa3\xf9\x34\xbd\xa3\ -\xdd\x72\xbc\x20\xcd\x4f\xa4\x55\xab\x74\x50\x0e\x9a\x44\xd6\x9e\ -\xf9\xeb\xf5\xb9\x22\x75\x22\x2e\xde\x7c\x7f\xcf\xeb\x71\x42\x77\ -\x54\x5a\x03\x0c\x0d\xab\x2f\x62\x2a\x0b\xcf\xf0\xab\x35\x31\xcc\ -\xf5\x7b\x48\x34\xd7\x45\x25\x49\x3b\x01\x2d\x63\xdf\xe4\x9c\x38\ -\x44\x0e\xd4\x80\x74\xc5\x73\xeb\x20\x08\xdd\xdb\x7e\xde\xd2\xa1\ -\x6a\xb0\xf7\xbf\x1d\xfe\xc9\x64\x86\x42\x7e\x7c\x62\xf5\x40\x5e\ -\xf1\xeb\xdf\x27\x92\x9c\x01\xbe\xd9\x40\x39\xf2\xba\xea\x10\xe8\ -\x4b\x50\x8b\xbd\xa1\x01\x46\xda\x00\x16\x78\x5d\x6f\xc8\xa5\xfc\ -\x9e\x3f\x1d\x5e\x74\xc2\xd1\xd4\x1a\xb6\x83\x18\xb9\xdb\xce\xa8\ -\xe4\xa8\x72\x1d\x0a\x16\xed\x31\x28\xeb\x27\xbd\x6d\xf9\x5c\x06\ -\x6f\xc0\x27\x21\x8c\x36\x28\x1a\x68\x78\xc2\xb5\xfe\x71\x15\x09\ -\x8d\x7a\x29\xeb\x0c\x3f\xb0\x5d\x64\xcd\xdb\xf4\xa0\xa7\x2f\x6e\ -\x35\xd2\xee\x86\x50\x97\xee\xd3\x88\x7e\x39\x6b\x95\xf4\x4c\xb6\ -\xe7\x77\x11\x97\x0f\xd3\xeb\xf0\xc8\xde\xb3\x83\xaf\xf8\xfe\x15\ -\xb5\xc8\x79\x68\x91\xac\x21\xf3\x80\xd6\x68\x86\xf9\xae\xb8\x25\ -\x22\x72\xca\x12\x82\xa5\x53\xee\xdb\x21\x19\xa3\x31\xd4\xbe\x8e\ -\xb4\xef\x1f\xfa\x6e\x9d\xf9\x02\x33\x19\x75\x56\x7b\x2e\x40\xef\ -\xf9\x60\x67\xbc\xd0\xcf\xcf\x4f\xf9\x69\xdb\x7b\x24\x52\x2a\x22\ -\x65\xad\x26\x9d\x36\x1a\xa8\x4f\xc2\xe4\xe5\xf7\xbb\xc6\xe2\x1f\ -\x85\x69\xbc\x74\x8e\x19\xd5\xb6\x10\x0c\xf3\x6b\xc3\x3d\x2e\x5c\ -\x4d\x2e\x97\x73\x6f\xef\x8e\xb8\xb2\x59\xfd\xb0\x40\x7d\x7c\xcd\ -\xcd\xf0\xcc\xd3\x98\x1f\x01\x86\xb1\xa8\x24\xa6\xbc\x23\x60\x39\ -\x4d\xa2\x88\xdc\x09\x60\x50\xff\xc6\x48\x0f\x85\x56\xb7\x87\xf2\ -\x39\x0a\xe5\xa6\x19\x96\x2f\x1b\x76\xde\x3f\x50\x7b\xe9\x9f\x01\ -\xab\x08\xf3\xea\xf8\x1e\x5c\x21\x72\xdb\x4e\xec\xf6\xb0\x6b\x44\ -\x20\x7a\x9e\xc7\xd5\x28\x4d\xd1\x2d\xf1\x20\x5c\xf7\x78\x59\x87\ -\xbf\xa4\x42\xe1\x58\xab\x2e\xdd\x9a\x21\x90\x19\xe0\x27\x29\xfc\ -\x8b\xc0\x66\x66\xdb\x68\x96\x8f\xe7\x03\xb3\xde\x17\x9b\xd4\x14\ -\x0b\x4a\xe2\x15\x99\x0b\x2a\x58\x2d\x53\x6c\x2d\x5b\x38\x1f\xe0\ -\x03\xa9\xbe\x3a\xa2\x3b\x10\xfe\x0f\x00\x8b\x19\x0b\xcb\xfd\x45\ -\x3c\x60\x08\x94\x66\xe9\xf8\x7c\xb5\x51\x23\x70\xac\xa7\x51\x3c\ -\xf5\xe1\xf2\xd5\x44\xff\x2d\x2c\x35\xbf\xde\x35\xfd\xda\xc8\x7e\ -\x05\x1f\xc0\x3b\x79\xdf\x37\x96\x9d\x07\x96\x92\xe3\x64\x4e\x52\ -\xd3\x82\x53\x0b\x39\xb5\xf7\x8f\xab\x93\x49\x3a\xde\xb7\x1c\x39\ -\xbb\xa4\x54\x7a\xae\xc8\xc3\xf0\xdf\xe9\x8d\xbd\x06\xab\xec\x11\ -\xd0\xaa\x6c\x99\xf6\x8e\xf7\xee\xff\x9b\xc7\xca\x16\xfe\x46\xda\ -\x72\x39\x66\x6d\x30\x18\x9a\x75\x80\xc1\xba\x4d\x54\xaf\x00\xff\ -\x5c\xe5\x49\x61\x7e\xca\xc2\x08\xcd\xb0\x7e\xcf\x80\x57\x00\x17\ -\x78\xa0\x88\xa9\x65\x01\x91\x68\x95\x54\x5e\x50\xcc\x83\x15\x0d\ -\xdc\x6f\x3f\xc0\x04\xd9\x73\xcb\x1f\x93\xf7\x1d\x01\x8f\x44\x6a\ -\xff\x6c\xb8\xe6\x6f\xe4\xc4\xd8\x68\xc3\xac\xcc\x4d\x87\x1e\x39\ -\x2f\xa7\xc4\x4b\xe5\x2e\xfd\x38\x04\x42\xb3\x73\x27\x49\xef\x3c\ -\x7d\x4a\xad\xeb\xea\xf4\xbf\x9a\x22\x86\x37\x0c\x8f\x58\x85\x59\ -\x1c\x5d\xaf\x7e\x36\xa2\x05\xe8\xfd\xe5\xcf\xee\x94\xe8\x04\xfc\ -\x80\x02\xa4\xd1\x7e\x3f\xf2\x8d\x7e\xe3\x08\x05\xde\xe2\x85\xea\ -\xe1\xfd\xd2\x13\x6b\x34\xe1\x70\x9d\xa0\xd5\x29\x9f\x71\x68\x5b\ -\x0d\xae\x32\x62\x21\x0e\x60\xc1\xb7\xf5\xa0\x9e\xab\xf3\x80\xa2\ -\x43\x8a\xf7\x1e\xf4\xe9\x13\x14\x01\x7a\xfe\xd3\x1b\x5c\xe3\xed\ -\xaf\x99\xa7\x86\x07\xed\xb6\xe7\x36\xcd\xcf\xdc\x70\xf2\x17\x39\ -\x48\x48\xb3\x58\x0a\xd2\xa7\xc8\x79\x35\xf1\x75\x31\x7b\x8b\x7c\ -\x18\x5f\xa9\x4f\x99\x64\xac\x1f\xd6\xf4\x3c\xae\x73\x34\x22\x6b\ -\x7e\x34\x0f\x46\xe7\x3a\xdd\x7a\x4b\x3d\x14\x3e\x1b\x4d\x7b\x12\ -\x57\x23\x98\xf4\x0a\x6a\xaf\x1e\xdf\x2f\xde\x48\xe5\xe9\x4f\xec\ -\xd7\xa3\x79\xed\x1e\xcf\x47\x04\xc5\xd2\xc4\x5b\x67\x6d\x94\x72\ -\xd9\x55\xfe\x58\xd2\x51\x07\xac\x50\x54\x1c\xbe\xb0\xf1\x8b\xf0\ -\xca\xb0\xe8\x94\xf9\xa2\x6a\xa1\x6c\x64\xd1\x19\x13\xd0\x3c\xca\ -\xcf\x40\xa0\x76\xc0\x64\x07\xb0\x5c\x0e\xc6\x31\x2b\x88\x28\x27\ -\x79\x77\x1c\x4c\x5b\xd3\x4a\x75\x1f\xd4\x3b\x7e\xe4\x19\x8d\xe9\ -\xe6\xde\xa3\xa9\x61\x03\x22\x7e\x42\x94\xf8\x90\x75\xfe\xcd\x13\ -\xd9\x7c\xfb\x8f\x80\x59\xa6\xd1\x14\x27\x2c\x60\xf9\x13\x13\x8d\ -\x6a\x8a\x28\x04\x57\x54\x50\x3d\xcc\x85\xeb\x6f\xfb\xf6\xd8\x9f\ -\x4c\xc7\x4d\x1e\xb9\xd1\xa9\x7d\xb1\x5a\xad\xe6\x1d\xea\x07\x82\ -\x5a\x0f\xed\x7a\x47\x96\x55\xdf\xb3\x4d\x9d\xc8\x25\xf1\x8d\x29\ -\x20\x34\xd5\x09\xac\xbb\x64\x8d\xda\xb8\x38\xbe\x38\x2e\x0f\xbb\ -\x57\x11\x6f\xb4\xf9\x5a\xbd\x05\x7c\xfd\xb4\x47\x8d\x9b\x4c\xb8\ -\xaf\x17\xa7\x2f\xcf\x2d\x21\xd1\xcb\xed\x8d\x22\xc2\xab\xcf\x2d\ -\xa4\xb4\x7a\x78\x68\xfb\xf3\x21\xee\xf7\x57\xff\xde\x6f\xde\xaf\ -\x29\xd7\xfd\xae\x38\xa0\x18\x7d\x77\x46\xee\x29\xc1\x7e\x25\xb7\ -\xa2\xc1\x59\xe4\x91\xcd\xb9\xc3\x0b\x2d\xd5\xc4\xe5\x2f\xe7\x83\ -\x8b\xf9\xea\x1a\x98\x17\x2a\xcc\x11\x3c\xf8\x92\x75\x54\xd9\x1c\ -\x53\x1b\xbf\x3d\xd3\x86\x50\x78\x6e\x22\x4d\x43\xe4\x86\x26\x7a\ -\xb3\x63\x95\x47\xf0\x5d\xac\x09\xf1\xf9\xd4\x3a\x45\x71\x8a\x8e\ -\x42\xba\xb4\xab\x6d\x53\x5e\xf4\x17\xf3\xfa\x53\xc7\xde\x17\xfc\ -\xa1\x8c\x38\x3a\x56\x91\x4c\x9d\x3f\xef\x65\xea\xc5\x5a\x3a\xd5\ -\x5e\xe0\xbf\x76\xff\xb2\x70\xd6\x91\x73\xc4\x6c\x07\xc2\xec\x46\ -\x89\x58\xa7\x0a\xa5\xe3\x8d\x8e\x72\x74\x14\x76\x0b\x9a\x13\x97\ -\x14\xc6\x88\x3b\x7e\xa1\x94\x95\xc0\x7d\x49\x3e\xc9\xb3\xdc\x32\ -\xf7\x8d\x88\x96\x71\x38\x0e\x5f\x5d\x8b\xef\x93\xa4\x9c\xf8\x21\ -\xa8\x60\x84\x75\x5d\x7e\xb0\xba\xfc\x5a\xd5\xcb\xb3\x45\x1b\xc2\ -\xd7\x26\x87\x03\x59\x1e\x7e\x9e\x40\x9c\x1f\x1d\x4c\xf1\xc3\xa1\ -\x1d\x28\xed\xf9\x49\x04\xa8\x93\xac\x24\x03\x84\xd7\x18\xab\xa7\ -\x46\x99\x7a\x42\xfb\x97\x80\x54\xdd\xbe\x79\xe8\x98\x04\xbc\xe1\ -\x3f\xbf\xa1\x42\x37\x14\x3f\xed\xbd\xaa\x2c\xb3\x9a\x2c\xed\xdd\ -\xfe\xac\x13\x18\x6b\x9d\x2a\x89\x96\x88\x24\x5a\x3d\x0b\xc7\x9c\ -\x3c\x16\x24\xa1\x0e\xd0\xdb\x28\x6e\x81\x23\x75\x4f\xa0\x35\x13\ -\xca\x5b\xf1\x37\x9f\x88\x51\xfd\xd6\xd1\x65\x77\x01\x94\xec\x3a\ -\x10\x3e\x7c\x65\xd2\xe4\x2a\x92\x7e\xc2\xfe\xfe\xc4\x21\xd9\x08\ -\x91\xfc\x7a\xb0\x8d\x0d\x65\x61\xb5\xc3\xe2\x6e\x58\x78\x42\xd2\ -\x71\x43\x6e\xec\xf8\x5b\xa4\x84\x22\xbe\x76\x3f\x36\x8d\x5e\xe4\ -\x75\xdf\x61\xf7\x5a\x30\x5d\x89\xd2\x8d\x43\x66\x34\x98\xe2\xc0\ -\x34\x3e\xaf\xc4\xb3\xb2\x9b\x61\x9c\x87\xe9\x7b\xd0\xe8\xb0\x3c\ -\x74\x91\x4b\xc6\x7b\x78\x2e\x44\x80\xb5\x25\x0f\xbf\x12\x72\x40\ -\x74\x53\x7a\x1d\x3f\x6a\xbd\xf6\xeb\x56\x84\x22\xf3\x34\x46\x7e\ -\x08\x0e\x8a\x16\xb5\xe9\xf4\x75\xd5\x61\xaa\x1d\x9c\x4e\x08\xc7\ -\x5c\x53\x39\xa5\xd8\xd6\x8d\x55\x83\x90\x04\xd5\xce\xba\x42\x9e\ -\xdd\xf7\xdc\x18\xed\x70\x7d\xac\xc9\x42\x23\x1f\x6c\x06\xcf\x57\ -\xd4\xc4\x77\xef\xd8\x81\x29\x07\x1e\xaa\x89\xf3\x70\xf9\xf6\xbf\ -\xab\x10\x9a\x91\x0d\x7f\x3b\x9c\x85\x74\x47\x21\xc3\xf3\x72\xfa\ -\x81\x9e\xc0\xa3\x77\x69\xe2\xbb\xaa\x42\xbf\x4e\x90\x2c\xe0\xd3\ -\xfd\x8c\xc2\x0f\x9f\x57\xd0\xcf\xbe\x49\x25\x9f\x45\xd5\xd3\xef\ -\x70\x66\x04\xd6\x72\x27\xd9\xd5\x6d\x10\xc4\xba\x6e\x2f\x39\x57\ -\xe3\x1d\xea\x9d\x74\x94\x0e\xef\x1a\x74\x2f\x1d\xf3\xfb\xb7\xeb\ -\x14\xb0\x0a\x75\x61\x56\x5e\x53\x7a\xa2\x6f\x6c\xc2\xe0\x10\xa2\ -\x98\xae\x0c\xe4\xfa\xd3\x67\x47\xcc\x16\xcd\xc2\xa3\xef\x98\x07\ -\xd1\x7e\xf0\xce\xe9\xe4\x98\x5c\x46\x17\xbc\x1f\xfa\xba\xec\x74\ -\x63\x64\x11\xa5\x6c\xc7\x28\xc1\xe2\x92\xe3\x5c\x8f\x9a\x8d\xa1\ -\x53\xf7\x7a\xc7\xbe\x37\x23\xa8\xfb\xb0\x9c\x24\xda\xa1\x5f\x56\ -\x42\xe8\xfb\x1e\xc7\xec\xaa\x45\xff\x5d\x43\xfe\xdf\xb0\xeb\xdf\ -\xc3\x91\x39\xa7\x28\x6f\x5f\x53\xcf\x49\xdd\xa5\x13\x24\xd3\xa1\ -\x25\x71\x2d\x85\xb4\x26\x4b\x42\x25\xe4\x58\x0c\x2c\x4d\xfa\x62\ -\x47\x8e\xf7\x77\x6d\x81\x92\x88\x3d\xa6\xd2\xf1\xae\x6a\x1d\xda\ -\xd0\xdf\x23\x60\x84\xa8\xeb\xa0\xfe\xa1\xf9\x40\xdd\x07\xef\x16\ -\x8e\xa4\x62\x33\x95\x17\x70\x1c\x3c\xde\x3d\xfc\xa7\x97\xb1\xbc\ -\xd5\x73\x2d\xd0\x2d\x4f\x8a\x6a\xf6\xb4\x6f\x10\xfd\x0c\x04\xfb\ -\x83\x10\xea\xaa\x93\xaa\x95\x14\x3b\x15\x0f\xd2\x14\x36\x8c\x1e\ -\xe0\x4b\x4c\x8f\x4c\xc8\x53\x0d\x33\xe4\xb5\xa8\xef\xf5\x9f\xa2\ -\x0f\xc6\x84\x3c\xde\x23\xc5\xab\x17\x71\x4b\xaf\x93\x78\x78\xc1\ -\x26\xb5\x77\xfe\xee\x31\xb1\xba\xcc\x2f\x92\x35\x4b\x4c\xfa\x1d\ -\x27\x0a\x11\x23\x1f\xc6\x75\x8e\x9f\x7f\x69\x33\x33\xc2\x8d\x99\ -\xf1\x60\x2e\xe2\x2f\x21\x5d\x78\x20\x75\x89\x8a\x5e\x92\xb6\x67\ -\xba\x6c\xe3\x4b\x63\x99\x5f\xd8\x15\x17\x87\xc7\x78\xbd\x93\xf1\ -\xdc\x9f\x97\xae\xe4\x39\x09\x2b\x12\x1d\x35\x09\x50\x2c\x76\xb6\ -\x80\x99\x0c\xe8\xf2\x8c\x1b\x39\xe5\x4c\xc3\x4c\xfa\xec\x38\x66\ -\x47\x91\xe0\x99\x14\xde\x25\x20\x3c\x7e\x5e\xd1\xde\x7a\xc0\x62\ -\x75\x20\x62\x62\x85\x33\x6c\x38\x33\x1b\x68\x74\xcd\x82\x3a\x73\ -\x25\x90\x43\xc6\x06\x1a\xd8\xf4\x92\xff\xf0\xa3\xc9\x98\xc9\xdb\ -\xcc\x28\x71\xc6\x36\xec\xac\x17\xde\xa2\xfe\xbb\x41\x67\x46\x0b\ -\xe6\x74\x0a\x2d\x37\x07\x51\xa8\x51\xa3\xaa\x51\xe5\x23\x30\x07\ -\xd2\xb7\x80\x22\x71\x30\xbc\xf5\x8b\x1e\x3f\xee\xf1\x42\x9a\x75\ -\x25\x20\x0b\xdd\xbb\xb7\x82\x76\x33\x37\x57\x0d\x49\x13\xd9\x02\ -\x6a\x9f\xe3\x6a\x4d\x94\x26\x41\x95\xf0\xf9\xf8\x66\x77\xad\xaf\ -\x12\x97\xc4\xfc\xd3\x34\x05\x4f\x39\x10\x3d\x70\xe3\x83\x38\x75\ -\xc0\x00\xe2\x60\x75\x2e\x1e\xdc\xb0\xeb\x9d\x18\x15\x8b\x67\xd2\ -\xc1\xd8\x42\x89\x59\xf9\xb1\x21\x49\x97\x84\x44\x97\xd0\xef\x6d\ -\x37\x6e\x46\x06\x87\x0c\x5c\x36\x5a\x07\x8d\xb3\x24\xfc\x4f\x7f\ -\x0d\xf3\x35\x79\xde\x4c\x3f\x60\x35\x9a\xe4\xc4\xc7\xfa\x66\x22\ -\xea\x53\x9c\xd5\xba\xda\xd2\x60\x19\xc8\x45\xba\x4f\xc9\x46\xf0\ -\x76\x04\x26\x3a\x19\x4a\x5f\x41\x0c\x7d\xc3\x9e\xc1\xa3\x1d\x70\ -\x30\x26\x13\x8a\x97\x89\x35\xe7\xcf\x27\x6f\x40\x9c\xf2\x05\x6d\ -\x39\x1e\x68\x12\xe7\x1d\xf7\x5e\xac\x93\xd9\x73\x03\x4f\xa3\x67\ -\xcf\x6b\x21\x10\xbe\xd1\x0f\x35\xf5\xf0\x7e\x80\x6b\x49\xf7\x29\ -\x7b\x26\x7e\x4e\x62\x94\x5f\x37\xec\x67\x41\x84\x03\x1e\x20\x8f\ -\x89\x65\x5d\xd3\x8e\xbc\x8f\x40\x72\x3d\xd6\xdd\xde\x54\xd8\xe3\ -\x39\x7f\x6f\x5c\xf0\x0c\x9a\x1c\x0d\x3d\x0c\x59\xd2\xdb\xde\xc4\ -\x87\x52\xa1\xcb\x6c\xca\x93\x4a\x7f\x95\xba\xfd\x35\x63\x65\x1c\ -\x6e\xb5\xb0\xe3\x2f\x40\x8c\x6f\x4d\x35\xe2\x19\xf2\xdd\x61\x22\ -\x7b\xef\xbf\x4c\x44\x0f\xaa\xce\xeb\x67\xef\x54\x33\x94\xb7\x30\ -\x9a\x94\xf8\x79\x9d\x54\xbd\x75\x77\xdf\x22\x0b\x94\x4a\xf6\xcb\ -\x78\xbe\xe3\x11\x18\x2e\x6f\x6b\x07\x9a\x1f\x31\x42\x4b\x5f\x72\ -\xb9\x3a\x74\x46\xf0\x94\x9e\x7d\x53\x94\xfc\x15\x52\x42\x41\x26\ -\x7b\xfe\x9e\x01\x69\xa2\xa8\x51\x68\x4a\xde\x44\x74\xca\x9e\xb5\ -\x0c\xf4\xe4\xd1\x26\x49\x3d\xbd\xef\xd1\xb0\xe1\xf6\x3b\x75\x59\ -\xf9\xb8\x67\x28\x95\x8a\x2a\x7f\x39\xf0\x06\x4e\x9b\x4a\x6d\xd0\ -\x65\xfc\x6f\x81\xd3\xca\x0f\x9f\x1c\x45\x36\xa8\xd6\xba\xd5\x01\ -\x3f\x4a\x95\x3f\xf6\x6c\x5a\x50\x4e\x9e\xa3\xc9\xaa\x07\x49\xd6\ -\xae\x45\x34\x45\xb7\xaf\x55\xbd\x19\xf7\x04\xba\x8c\x77\x86\x69\ -\x48\xbb\xcf\xe7\xab\x26\x28\x47\x73\x21\xb2\xf7\xa8\xf2\xf0\x1e\ -\x52\xd7\x20\x2b\x92\x3c\x65\x6a\xb1\x56\x83\xc6\x44\x32\xc0\x66\ -\x2a\x54\x39\x76\xbd\xb4\x3b\xc2\x8e\xff\xf6\x5c\xf6\x75\x8c\x88\ -\x5c\x16\x6a\xdf\xdb\x2c\x04\xcf\x77\xef\x5c\xd3\xe6\xb5\x90\xf9\ -\x7c\x2b\x72\x82\x98\x6b\xaf\x1c\xaa\x28\x92\x63\xaa\x3f\x49\x93\ -\xdc\x3e\x5f\xc6\x50\xa5\x35\x41\x87\x77\x1f\x8c\x03\x9d\xcf\xe9\ -\xa1\x6d\xda\x11\x74\xf1\xcc\x79\xaf\xd3\x62\xd3\x9a\x17\x6f\xcd\ -\xab\xf8\xf7\xdc\x1a\xb0\x27\x20\x24\x27\x7b\xe2\x5e\x7a\xc8\x58\ -\x2f\xf6\x36\xfe\x42\xaa\x6b\x8e\x33\x80\x78\x1d\x1a\xc0\x9a\xe7\ -\xc1\x4d\x3d\x92\xea\x45\x0a\x18\x13\x8f\x3e\xf6\x8a\x5f\xe4\xe6\ -\x89\xd2\x05\xf3\xc3\x0f\xc0\x07\xb6\xb5\x77\x2f\x6d\x22\x27\x49\ -\x61\xe1\x26\x09\xe9\x1d\xf1\xb8\x08\x8b\x38\x03\x0f\x33\x09\x7e\ -\xb5\x62\xc1\xef\xac\x7d\x3d\xbf\x76\xab\xd0\x00\x00\x9c\xb4\x32\ -\xf1\x45\x79\xfb\x83\xe3\x32\xa7\x97\x45\x55\xe8\xb1\x57\xd9\x94\ -\x4e\xbe\x00\x2e\xb2\x23\xd7\x82\x7f\xfd\x21\xc1\x20\xad\xed\xaf\ -\x9a\xed\x81\x2c\xef\x63\x4f\x28\x68\x4c\x0b\x9c\x0a\xe7\xd3\x21\ -\x09\x82\x5d\x3c\x08\xd4\xbb\xa0\x6b\x4c\xe5\xcc\xb3\x72\xb9\x61\ -\xbc\x88\x3a\x42\x93\x26\x65\x1d\x71\xc9\xa9\x51\x0f\x29\xd5\x66\ -\xba\xee\x87\x8a\x37\xaf\x43\xbf\x4e\xb7\x6c\xe8\x7d\xe7\x22\x8c\ -\xe6\x25\x4a\x60\x07\x9f\x05\xe0\x4b\x21\xc9\x33\x3f\xc2\xc6\xcb\ -\x91\x33\x24\x60\xbe\xc0\x4e\x95\xb4\x17\x85\x9b\xf9\x3a\xe0\x3f\ -\xec\x1d\xbe\x93\x30\xb6\x1e\xfe\xb2\x71\x80\x6e\x2f\x92\xbe\x84\ -\x92\x12\x1d\x51\x69\x6d\xe3\x38\x0b\xb1\xde\xe9\x7a\xcb\xd7\x19\ -\x52\xd3\xd4\xe9\xb7\xa9\xc9\x46\xc6\x0c\xf4\xc5\x29\x16\x87\x94\ -\xed\xa8\x62\x81\x9b\x64\xa2\x61\xdb\x63\xf3\x5c\xfc\x3c\x54\xf8\ -\x61\xc1\x7b\x97\x2f\x1a\x67\x83\xcb\xf4\x6e\xd9\xe8\xa0\x57\x74\ -\x7d\x16\x8e\xec\xe6\xe1\xbd\x5b\x07\x98\x67\xc7\xba\xba\x85\xfc\ -\x52\xc0\xf6\x9c\xad\x9a\x26\x81\xee\x39\x89\x10\xf7\x33\xa8\x3c\ -\x3a\xe2\x0f\x3f\xc8\xe1\x1b\xca\x6e\x7e\x7b\x9e\x19\x2b\x83\x27\ -\x73\xd2\xbb\x5d\x46\xc5\x6f\xe8\x69\xc9\xd0\xe4\xde\x11\x95\xa3\ -\xf3\xb8\xbd\x20\x5d\xb1\x8e\x88\x34\x5d\xbd\x2d\xe4\x8c\x1f\xeb\ -\xde\x2f\x93\xd5\x4a\x4a\x82\x82\x82\x74\xf8\x6e\xe8\xad\x48\x5b\ -\xa3\x68\x96\x2f\x18\xed\x6f\x78\xed\xee\x49\x4c\x74\x33\x4d\xed\ -\x7f\xcf\x33\x49\x3c\xaf\x63\xc8\xa1\xd5\x01\x67\x04\x7e\x5c\x9b\ -\x48\x82\x1e\x5d\xd9\x53\xb2\xd5\xa7\x56\x3a\x24\xa8\xcf\x0e\xed\ -\xdb\x81\xe8\x7d\x1a\xba\x13\xe2\xf3\x36\xb1\x79\xac\xd1\x66\x49\ -\xfd\x6b\x13\xee\xb5\x31\x77\x60\xd0\x71\xc8\x16\x43\xa9\x71\x76\ -\x8a\xdf\xc2\x7c\xe7\x7f\xf7\xeb\xe7\x3e\xa8\x38\x44\xd5\x7a\xe3\ -\x6a\x0a\xc7\x74\x83\xf6\x2c\x98\x7c\x2f\x7f\x51\xf7\xcd\xdf\x87\ -\xe6\xe4\x86\xa8\x07\x6c\xc6\xbe\xb6\xbe\x1e\x22\x2f\xe6\x57\xd2\ -\x62\x16\xde\x6d\x9d\xef\x7e\xd4\x37\xaa\xee\x5b\xe4\xc4\xd7\x82\ -\x3c\xf6\xc4\x56\x13\xc8\xff\xa1\xec\xdd\xb2\x24\x49\x6e\x6d\xb1\ -\x0d\x98\x67\x6b\x3c\x5a\x1a\x8a\x34\x03\x69\x20\x77\xd6\xec\xca\ -\x70\x03\xf4\x81\xb7\xb9\x47\xf1\x5c\x9e\xc5\x45\x1e\x76\x55\x66\ -\x84\xbb\x3d\x80\x8d\xfd\xe8\x69\x99\x2a\x49\x97\xa2\x8c\x8e\x99\ -\x0a\xd6\x0c\x36\x77\x3a\x5f\x00\x5c\x42\x47\x5d\x04\x33\xf7\xca\ -\x33\xec\x34\xa3\xe8\x54\xd6\x83\x52\x2c\xd8\x8f\x09\xcc\xa0\xdd\ -\x1f\xd9\x41\xcf\x29\x26\x67\x50\xb0\x59\xb2\x5b\xcd\x55\x75\x19\ -\xbb\x23\xda\x1b\x6d\xd6\x45\xf9\x6e\x0a\x41\xaa\xd8\x31\xd5\x6b\ -\xf7\x48\xbf\x17\xe9\x28\x6e\x4f\x26\x8f\x3e\xde\x73\x03\x5b\x53\ -\xc7\xaf\x0d\x2c\xfc\x3e\xb9\x3c\xc1\xa0\x9a\xb6\xae\xf9\x1d\x22\ -\x1f\xad\xd3\x86\xf9\x45\x3f\x89\x30\x38\xa0\x06\xd6\xec\xcc\x2b\ -\xcd\xda\x24\x19\x40\xd5\x44\x67\xfc\x0b\x96\x83\xe6\xc7\x5d\xc1\ -\x7a\x34\x1a\x68\xcd\x36\x15\x33\x82\x7a\xf1\x2f\x8d\xb9\x83\x04\ -\xc8\x76\xbb\x17\x05\xef\x13\xf4\x3c\x0f\x98\x8c\x85\xa0\x13\xb7\ -\x9f\x4c\x9b\x92\xbf\x44\xbe\x93\xfa\x7f\xf2\xda\xe3\xbe\x3d\xc1\ -\x35\x93\xea\x34\x90\x2b\x24\x36\x79\xbf\xa3\x35\xc0\x9c\xf7\x45\ -\xd5\x79\xed\x4c\x39\xa8\x82\x6f\x60\x41\x34\x80\x12\x8c\xd8\x57\ -\x43\xa1\x5a\x7b\xa2\x93\xba\x39\x26\xd2\x47\x63\x19\x2e\xa8\x6f\ -\xd4\xc2\x68\x68\x07\x33\x09\xa5\x1d\xd3\xd3\x3c\x0f\xe2\xa6\x2f\ -\x74\x7c\x26\xfb\x3c\x17\x5e\x18\xec\xdc\x34\x4f\xac\x61\x23\xad\ -\x8f\x4c\x28\xbb\x14\x42\x93\xe4\x34\xac\xfc\xd0\x6e\x67\x58\xad\ -\x29\x6e\x55\x5c\x68\xde\x5c\xdc\xa9\x66\xc7\x86\x57\x0f\x04\xe6\ -\x2b\xd1\xbb\x5b\x6f\x4f\x51\x8f\xa6\xd9\xdc\x0c\xc2\x1a\x34\xb2\ -\x9d\x46\x57\xff\x4d\x33\x73\x32\xaa\x8f\x03\x02\x69\x7f\x40\x8f\ -\x2e\xb6\x5f\x90\x73\xa1\xb7\x4b\xf9\x2c\xce\xed\xe4\xb3\xf1\x7d\ -\xbb\xcc\x8d\xae\x11\xc5\xed\xb4\xd8\xee\x45\xbc\x59\x7c\xbb\x0d\ -\x37\x7b\x53\xd5\x51\x49\xea\xa2\x57\x9b\x18\x41\xcd\xb5\x48\x72\ -\x5c\x2b\x60\xa7\xfb\xc4\x24\x49\x5c\x88\x68\x28\x81\x58\x07\x2f\ -\xfa\xc8\x69\xea\x94\x98\xed\x82\x3d\x3b\x4f\xf8\x68\xac\xa6\xdd\ -\xeb\x8e\x84\xed\x46\x15\x8d\x43\x83\x43\x83\xd1\x2c\xe0\x03\xa9\ -\x69\xde\xda\xb9\x51\x38\x9b\x1f\x4d\xa7\x26\x34\x7e\x77\x14\xfa\ -\x2b\x9e\x89\x53\x4d\xf1\xd2\xf4\x57\x41\xf5\xf7\x4b\x5a\x63\xea\ -\x44\x18\x1b\xf6\x9b\xa0\xfb\x14\x97\xd3\xe0\x80\x3f\x0b\x97\x10\ -\xd7\xce\x42\x4e\x13\x85\xeb\x17\xb1\xe8\x5d\xef\x86\xd9\x40\x87\ -\x2d\x89\xba\x46\x56\x8f\xc8\x9d\xf4\xb6\xcd\xbb\x15\xc1\x3a\x1c\ -\xc4\x68\xf0\xbc\xab\x95\xee\x22\xe1\x88\xe5\x99\xfc\x65\xdf\x1b\ -\x21\xda\xcf\x8b\x78\x9f\xf4\xf7\xf1\x73\x4f\x73\x99\x9a\x24\x71\ -\x5a\x99\x2e\xd2\xcc\x34\xd1\xa6\xa1\x60\x6d\xd6\xf3\x22\xa5\xa5\ -\x69\x54\x5c\x4d\xdb\xa3\x8a\x8d\x90\x43\x8b\xf0\xb7\xa6\x62\x58\ -\x41\xbf\xf1\xb6\x5f\x8a\xee\xa2\x4c\x88\x51\x24\x30\x0f\xf2\x00\ -\x6a\x48\xe6\xc4\x3b\x01\x2c\xa7\x02\x45\x03\x2d\xd2\xde\xa7\xd9\ -\x24\x59\x08\x77\x13\x29\xa7\x98\x3f\x1a\x4d\x9a\x13\x00\x25\xbc\ -\x5e\x94\x71\x46\x28\xf0\xf5\x22\xad\x89\xb8\x3c\xa6\x82\xfd\x7f\ -\x9b\xcf\xc4\xa8\x53\xfb\xe0\xb4\x8b\xa0\x68\xc8\xa2\x19\xeb\x50\ -\x76\xed\xd5\x54\x29\xa6\xe8\x39\xe8\x62\x4c\xe1\x7a\xb9\x8a\x3e\ -\x92\x61\xe8\x48\x47\x30\x6d\xff\xd9\xcf\x21\x45\x0f\xd2\x7e\x9f\ -\x46\xbd\xd9\xbf\xd3\x17\xd3\x87\xb3\xd9\xa2\xcd\x7f\x6d\x4c\xbe\ -\x21\xd6\xdd\x3d\xed\x19\xd0\x8b\xbf\x68\x9c\x2a\x7c\xd6\x0a\x05\ -\x76\x7a\x17\xe7\xda\xeb\x00\x4b\x00\x48\xfa\x97\x33\xeb\x4d\x67\ -\x15\xef\x99\x3b\x8b\x3d\x53\xd6\x7b\xd5\xb0\x06\x03\xa3\x40\x3b\ -\xf9\x2a\x5c\x7f\x34\x46\x34\x81\x34\x89\x5f\xd0\x0c\x77\x44\xaa\ -\xb6\xe0\x51\xac\x49\xd2\xbe\x06\x50\x42\x32\xa6\x87\xda\xf3\xb0\ -\x1e\x94\x56\xae\xfd\xf3\x3a\x99\x91\x46\x08\x9b\x67\xc7\x9b\xfe\ -\xa7\x3b\xf8\xf1\x72\x4a\xbe\x68\x4e\xaf\x7b\x74\x48\xfa\x80\x9e\ -\xda\xc2\x97\xe7\xf5\x74\xab\xc4\xa0\x66\x46\x93\x4a\xc3\xf0\x44\ -\xe6\x74\xf0\x05\xd4\x95\xf6\xcf\xed\x3e\xdf\x03\xe0\xcd\x57\x2f\ -\x91\x2f\x17\x46\x21\x78\xa5\xfc\x3d\xa6\xe9\x96\xba\x74\x98\x4f\ -\x94\x41\x44\x44\xeb\xbc\xad\x8d\xd3\x30\xa2\x03\xfb\xdf\x7e\x6f\ -\xa7\x9a\xc5\xf3\x34\xcd\xea\xa4\x98\xcf\xfb\xb5\x8a\xfb\xd4\x7c\ -\x4b\x9b\x70\x78\x78\x75\x00\x94\x24\xa1\x53\x11\x37\x71\x2b\xd7\ -\x57\xf5\x30\x5d\x0d\x2a\x76\x10\xe5\x5a\x7e\xe5\xf9\xaf\x8c\x8f\ -\x49\x89\x0b\x86\xb6\xad\x83\x21\xe7\xbf\x6e\x15\xcf\x25\x6c\xee\ -\xad\xc9\xf6\x29\x73\xa8\xfc\x0c\xd2\x22\x2a\x44\x3c\xef\xf2\x76\ -\x6d\x6d\xd7\x77\x3e\x03\x9f\x05\x5d\x5e\xd3\xac\xf6\x33\xc7\xee\ -\x00\x61\xdd\x85\xb0\x33\x71\xa8\xf9\x9c\xbb\xc4\x2f\xe9\xf3\xca\ -\x2b\xeb\x02\xc2\x33\x3e\xa9\x53\x68\x6b\x3f\xd7\x64\xec\x3d\xbe\ -\x68\xea\xf7\xde\x80\xb1\x0a\x4c\x9f\x20\xf8\x26\x94\x5b\xef\xa1\ -\xdf\xdb\x62\xe6\x3a\xa5\xe9\xe5\xfc\xcf\xab\x8a\x2a\x47\x37\x40\ -\xe9\x64\x62\x1b\xcd\xc2\x4d\x19\x4d\x73\x25\x25\x94\x6f\x11\x80\ -\x9e\x8b\x44\xb8\x45\xb0\xda\x86\xcc\xdc\x02\x01\xd4\x45\xfa\xca\ -\x9c\x46\x04\x25\xf6\x6c\x14\x00\x27\x23\x75\x6e\xfb\x52\xb7\xe8\ -\x25\x47\xda\xd2\x91\x44\xdb\xc5\x72\xa4\xcb\xf7\x97\xa3\x52\xc7\ -\x4c\x14\xbf\x4c\x5f\x47\xb4\x29\x12\xcf\x8b\x5e\xaa\x21\x68\x0e\ -\x38\x39\x32\x0f\xe7\xb3\x83\xba\x67\xe8\xa8\x44\x25\x6a\x5c\x66\ -\x47\xcd\xe8\x68\xc0\xf2\xa1\xf9\xc8\x79\xe1\xf2\xcb\x63\x39\x7a\ -\x22\x16\x9e\xd7\xff\xfc\x9a\xce\x30\xbd\xe0\x61\xd6\xd6\x55\x53\ -\x22\xf9\x83\x76\xc0\xe5\xf2\x47\xd1\xa0\x6e\x37\xd6\x70\x77\x23\ -\x25\x19\x08\x60\xa2\x68\x8b\xb1\xb4\x8b\xef\x9d\xf6\x77\x7f\xdc\ -\x1c\xc0\x1a\x73\xce\x66\xdb\xf3\xc3\xf8\x4a\x6a\xc7\xd7\xc6\x86\ -\x30\xa6\x3b\x67\xc6\x0b\x7b\x46\x0a\x4b\xa1\x6b\x22\x1d\x01\xdb\ -\xa0\xeb\x3a\x2e\x3e\x49\xf4\xa5\x0e\x8f\xf5\xaa\x93\xc8\x49\x83\ -\x4e\x31\xf9\xe0\xd3\x7f\x69\xce\x23\xfb\xea\x2c\x72\xcf\x62\x36\ -\x34\x4c\x24\x9a\x62\xf2\x20\xa2\x58\x0d\xbd\x53\x33\x85\x14\xb1\ -\x5b\x11\x8f\x7b\x63\x09\xa5\xcd\x77\x52\x33\xb5\xd6\x62\x64\x47\ -\x74\x8a\x04\xa1\x1a\xf9\xb0\x0e\x66\x4c\x33\x9a\x28\x6e\xee\xfd\ -\x3b\x0e\xf6\xf1\x7d\xa1\x96\x78\x8e\x67\xee\x4f\xff\x7e\xa1\x9b\ -\x0b\x9a\x6e\x19\x45\x2c\x88\x7c\x72\xb2\x62\x05\xa1\xd4\xf8\xbd\ -\xfd\x9d\x8e\xc4\xc5\x89\x7c\x52\xf0\x48\x14\x5b\x4a\x1c\x6d\x14\ -\x28\x9a\xe2\xd3\x63\x5a\x65\x74\x44\x49\xe3\x8a\x33\x83\xce\x62\ -\x28\x0e\x47\x3e\x3f\xaf\xfa\x4f\x9f\x99\x49\x6d\xff\x5d\x57\x86\ -\x0a\xc6\xd9\xb1\xc7\x05\x41\x19\x44\x3e\x33\xef\x16\x68\x15\x37\ -\x3c\xf2\xd4\x06\x22\x89\x2f\x6b\xcb\xd7\x65\x0f\x7e\xd6\x21\xc4\ -\xe7\x4c\xb9\xe7\x75\x68\x56\x78\x36\xbf\x7d\xe2\xdb\xc3\x8b\x6b\ -\x02\x13\xba\x0c\xc9\x29\x12\x37\xfa\x9e\x6c\x2b\xce\x6f\xb7\xfc\ -\x36\xe4\xda\xa6\x80\x11\xb8\xd8\xc9\x73\xdf\xf8\xf5\x31\xcd\x2e\ -\x7a\xcc\x7e\xe4\x93\xbd\x35\x3f\x6b\x51\xba\x62\xf5\x86\x88\x13\ -\x99\xa6\xd7\x42\xed\x95\xe3\x4f\xcf\xf1\xce\x8a\xc6\xb1\xb9\x32\ -\x52\x0b\x94\xd6\x46\x84\x3b\x35\x56\xa3\xb1\xcc\xf3\x6b\xd2\xa5\ -\xd7\xba\x46\xf1\x7c\x16\xc5\x2b\xde\x77\x43\xeb\xc3\x9d\x57\xdb\ -\xff\xce\x64\xfa\x02\x29\xd5\xb9\x03\x7a\xbb\x65\x0c\x95\x8e\x27\ -\x6f\xf5\x5d\x77\x54\x0f\xd3\x46\xd3\x9a\x3c\x0a\x15\xd1\x34\xaf\ -\x52\xc8\x2b\x70\xb9\xb2\xc5\x5f\xe3\x5c\x31\x43\x88\xef\x4d\x6f\ -\xff\x9d\xe6\x8a\xfb\xf2\xae\x1c\x8d\xa7\x81\x66\xf5\x77\x69\x9f\ -\x4a\x92\xe2\x37\xcd\x9f\x4a\x17\xdd\xc3\xe9\xef\x92\x20\x50\x85\ -\xb0\x56\xe1\xe9\x80\x41\xd2\x5d\x39\xda\x86\x04\x03\xf7\xfe\xa4\ -\x7b\xaa\x45\x61\xdc\x58\x3f\x3c\xf4\x91\x39\x21\x0a\xe3\x1b\x4c\ -\xc3\x0b\xc1\xa4\xee\xd3\xab\x9b\x23\x72\x2f\xd2\xe1\xb6\xd9\x69\ -\x7d\x02\xb4\xbd\xc7\xf5\x67\x03\x50\x71\x7d\x56\x6a\x1d\x23\xd7\ -\xae\xdb\x9e\x5f\x6b\x34\xcf\xcf\xcf\x41\x4f\xb7\x5c\x7e\x02\x19\ -\xa6\x03\xa4\x57\x29\x43\x8f\x3b\x48\x2d\x91\xdf\x71\xc4\x93\x7a\ -\x16\xcf\x51\x4c\xcc\x69\xef\xf8\xbf\x52\xd9\xa5\x35\x6c\xf5\xb9\ -\x4d\x53\x15\x94\xc2\x49\x3f\x2c\x0a\x9e\x1c\x20\x81\x66\x3d\xb1\ -\x31\x29\xf9\xac\x2f\x13\xf6\x45\x65\xce\xe6\x80\x69\xbe\x1b\x55\ -\x5c\x74\xa5\x49\x4d\x8f\x4a\x40\x1b\x36\xd8\xcf\xdf\x39\x55\x25\ -\xd2\xf4\x42\xb0\x64\xae\x6a\xc8\x02\xc8\xef\xb7\x41\xd5\xdd\xee\ -\xfc\x48\x8a\x32\x82\xc2\x64\xd0\xe8\x53\x7b\x9a\x3f\x37\x1a\x2d\ -\x12\x90\xae\x39\xad\xef\xf7\x55\xf3\x31\x38\xbd\x5a\x8a\xda\x8f\ -\xd7\x49\xfd\x03\x68\xf0\x3e\xc2\x3e\xb7\xed\x0e\xe7\x8c\x3c\xee\ -\x83\xa4\x43\xea\xf3\xde\x34\xb6\x8b\x78\x7e\xa4\x4f\x7c\x3b\xcd\ -\x15\xeb\x60\xbf\x00\xcc\xe6\x84\x1d\x59\x6a\x5d\xbb\x79\x6d\xdc\ -\x65\x9d\xb9\xb8\xf2\xa8\x22\x67\x4a\x76\x5d\x6a\xda\x28\x69\x3e\ -\xf6\xfc\xf7\xfe\x64\x01\x45\x64\xd6\xe6\xff\xfc\xf3\x4f\x71\xc3\ -\xf5\x4e\xeb\x53\x8a\x1c\x24\x62\x2c\xb7\x39\x8e\x4c\xaa\x10\x37\ -\xef\x2d\xa9\x4d\x60\x26\xfc\xb9\xff\x58\xa8\xac\x28\x84\x38\x3b\ -\xda\x1f\xbe\x60\xe6\x62\x9f\x34\x3a\xe8\x41\xc1\xb9\xa0\xe9\xe3\ -\x07\x91\x4d\xb7\x2c\x22\x49\xb3\xca\xd9\xee\x34\x46\xca\x63\xbc\ -\x9f\xe8\x8e\x7c\x52\xeb\x93\x17\x5c\x6c\x42\x28\x6e\xff\x9e\xba\ -\xb7\xe7\x26\xec\xdc\xa8\x7b\x6f\x6c\x17\xd1\x9b\xa5\xfd\x9a\xa8\ -\x05\x59\x0e\x08\x6d\x75\x13\x0a\x1e\x9a\x1a\x76\x9b\xfa\x20\x09\ -\xae\x65\x96\x9d\x3d\x49\x3c\x0a\x6c\xb3\x85\xd7\x5c\x04\x0a\x02\ -\x78\xdb\xe7\x63\x1f\x83\x7b\x43\x1a\x23\xe9\x38\x78\x04\xdb\x0a\ -\xac\xed\x82\x4f\x6f\xec\x40\x1b\x9f\xcf\xa7\xcc\x24\x48\xd3\xa2\ -\x9d\xdc\x81\x4f\xef\xed\xce\x6a\xcd\x72\x41\x15\xe2\x85\xed\xbe\ -\x3f\x6e\x5b\xfe\x83\xc5\x17\xd6\xba\x4c\x7b\xe4\xc5\xe7\xfe\xfc\ -\x0b\xc8\xed\xeb\xc7\x8d\x54\x38\x52\xdf\x05\x37\x6d\x5c\x74\xe1\ -\x6a\xd9\x0d\xcc\x6c\xd3\x3b\x58\xaa\xf7\xf6\x49\xc9\xf2\x69\x5c\ -\xd9\xb2\x33\xfe\xdc\x7f\xaa\xc9\x5e\x46\xad\xeb\xae\x96\xb7\xe7\ -\x84\x44\xc3\x7b\xa2\x23\x5b\xb7\x65\x83\x80\x2d\xcf\x41\x7f\x9c\ -\xde\xc4\x50\x30\xf6\xfd\x6f\x51\xf5\x7c\x22\x43\xcc\x50\xbe\xed\ -\x19\xb4\x44\xf2\x32\x28\x28\xaa\xd8\xe7\xf3\x69\x97\x9f\x35\xbf\ -\xc1\x07\xdf\x24\xb8\xf5\xce\xc6\x1e\xd9\xbc\x52\x06\x77\xde\xb4\ -\xcd\x5d\xca\x0f\x4f\x81\x6f\xf6\x65\x47\xcb\x96\x3b\xad\x9e\xad\ -\x91\xb1\xef\xbb\x88\xd3\x45\x48\x45\xad\x59\x47\x65\x99\x40\x77\ -\x1a\x60\x04\x4d\x42\x3c\xb0\x32\x45\x92\x20\xdc\xf7\xe7\x61\x89\ -\x1a\x14\x5f\xcb\x20\xbb\xa1\x7a\x61\xf9\x9c\x36\xa8\x0d\x4a\x62\ -\x19\x47\xd8\x60\x56\xfc\x90\x9b\x8d\x64\x43\x6a\xa0\xc5\x4d\x9f\ -\x87\xad\x6c\x14\x0c\xc4\x31\x25\xa9\x5c\xb2\x64\x9a\x13\x41\x17\ -\xa7\x6e\xc0\xce\xb0\xd5\xa8\xb0\x1b\xd7\xc5\x96\x93\x03\x3b\x5b\ -\x56\x2b\x60\x96\x1b\x1e\xdc\xf2\x69\xd4\xda\x16\xc0\xec\xef\xef\ -\xdf\xfd\x1f\xaf\x4c\x6c\x6f\x7a\xd2\x18\x16\x2f\x2c\x10\x7e\xf1\ -\x71\x03\x96\x86\x56\x6f\x05\xbb\x03\xe3\x7d\xdf\x0e\x04\x15\x75\ -\x46\x55\xb1\x78\xe1\xe2\x7f\x70\x63\x5b\x66\x20\xa3\x59\xf3\x9a\ -\x9b\x15\x13\xe1\x96\x3f\x5e\xac\x1b\x17\x40\xc4\xa7\xce\x44\x10\ -\x2e\xed\x87\x04\xa4\x18\x56\xbb\x79\x21\x56\x4e\x0e\x65\x28\x7b\ -\x5d\xe0\xb7\xfe\xa9\x0b\xc6\x29\x34\x9d\xb2\xbb\xe5\x53\xb5\x86\ -\x4e\x7b\xdc\x38\x03\x65\xd0\x62\xed\x5c\x59\x97\xd9\xd6\x6f\x41\ -\xd1\xd2\x46\x73\xbe\x1c\xdf\xf9\x05\xc3\x26\xef\x4c\x3f\x0e\x84\ -\x55\xd8\xfb\xbe\xff\xd3\xcc\x13\xb8\xd1\x66\xed\xbd\xff\xfe\xde\ -\x09\xa0\xf4\xf7\x98\xcd\xf7\x7e\x4e\x8b\xfa\xf4\xfc\xd7\x6d\xe1\ -\xaf\xcd\x63\xd8\x11\x71\x1f\x5d\x0b\xf4\x74\xec\x23\xc8\xfe\x1d\ -\x54\x3d\x91\xae\x95\x58\xb8\xfd\x7c\xfc\x46\x63\x2c\x93\x18\x7a\ -\xe8\x05\x45\x14\xa2\xbf\x58\x6c\x99\x35\xe2\x8d\x59\x9f\xe8\xdc\ -\x7e\x5e\xaf\x03\x00\x2a\xf0\x41\x8d\x26\x28\xfc\x4a\x09\xdd\x0d\ -\xf8\x18\x05\xa4\x7f\xcf\x7f\xf7\x6f\x13\x82\x5b\x66\xcf\xe9\xe2\ -\x3a\x9d\xce\x2c\x4f\x32\xe3\x25\xa8\x74\x89\xe4\x01\xb5\x3d\x5e\ -\xe2\x57\x3e\xd6\x18\x2a\xd2\x41\x8e\x7d\x02\x99\x10\x54\x33\xcb\ -\x20\x00\xb7\x7c\x46\x74\x47\xd4\x27\xcb\x0b\x59\xd9\x9c\x5a\xc7\ -\xad\xbf\x76\xf7\xaa\xc9\x04\x2c\x76\x86\x5d\xef\xa5\xf8\x6c\x9f\ -\xa6\x91\xd7\xbc\x6e\xb8\x13\x8d\xca\x1f\xf9\xc5\xf2\x48\x17\x2b\ -\xa6\x4b\xc7\xc9\x0c\xdc\x9f\x5f\xfb\xec\xee\x96\x69\xb9\x90\x84\ -\x45\x16\x43\x72\xdf\xbf\x06\xee\x35\x13\x06\x27\x89\x02\x2c\x90\ -\xfb\x83\xb5\x7c\xe6\xc3\x8c\xbd\x39\xdf\x89\xed\xcf\xed\xd1\x31\ -\x16\xfa\x4a\xcb\x81\x98\xb8\x43\xb4\x9a\x59\xd2\xa0\x42\xd9\x77\ -\xb3\x9c\x3e\x8f\xb7\x8d\xe2\xd1\x41\x1e\xb9\x8d\x36\xf7\xf1\xf7\ -\x4b\x61\x7a\xe4\x8e\x9e\x60\xdb\xcb\x72\xdf\x00\xc4\xf5\xc4\x04\ -\x8d\xfd\x45\xe4\x80\xca\x1f\x7f\x6f\x9e\x41\x48\x8d\xa2\xbc\x08\ -\x1f\xd8\xfe\x66\x58\xae\x54\x64\x28\x06\xc0\xff\xf1\xfb\x65\xd8\ -\xe5\xb3\xef\xc0\xb5\xb0\x7f\xff\xe4\xdd\x66\x27\xb8\x24\xc8\x6e\ -\xf5\xc5\x7f\x20\xb4\x72\xfd\xef\x61\x02\xb2\xb1\x21\xa9\x3b\x24\ -\x5a\xb8\xae\x9f\x92\xf2\xab\xe2\xb3\x7f\x0f\x6a\xaf\x7a\xee\x9a\ -\xe6\xfb\xfb\xe1\x9f\x71\xb6\x18\x20\x62\x07\xe2\x7d\xff\xda\xc7\ -\x15\xf6\x4c\xad\x65\x93\x7c\xba\x00\x25\xfc\xaa\xd5\x27\x0b\x06\ -\xa2\x24\x85\xd6\x4d\x57\x7e\xe5\xdf\xa4\x51\xea\x08\xdf\xd5\x8a\ -\xe4\x30\xa4\x0e\xea\xf4\x52\x65\x33\x9c\x58\x9e\x43\xc6\xac\xb8\ -\xc2\x21\xda\x75\x4c\x2c\x8a\xcb\xf9\x76\x4c\xc0\x82\x3f\xa3\x83\ -\x79\xb5\xd5\xea\x3f\x03\xa2\x34\x9f\x35\xb9\x14\xe0\xb3\xef\x16\ -\xfb\xe0\x35\xac\x72\x3a\xb6\xde\x6e\xb3\xcf\x7c\x15\x30\x9c\xae\ -\xd4\x48\x20\x94\x1b\xeb\x26\xa8\x9a\x71\x3f\xaa\x9b\x61\x64\x33\ -\x9d\x9e\x15\xe4\x06\x1c\x94\x7a\x44\x62\x6a\x43\x06\xc6\xc7\xef\ -\xef\x15\xba\x45\x37\x8a\xb3\xa0\x64\x0b\xb0\x4e\x33\x35\x36\xc3\ -\xbd\x98\x94\xff\x10\xe3\x57\xa2\x31\xd5\x61\xa2\x64\x51\x4d\x0e\ -\xde\xc6\xdd\x1d\x03\x22\x1b\x30\x95\x08\xf2\x4d\x44\xc8\xd7\xca\ -\x4b\x58\x45\x72\x52\x22\x3e\x29\xe2\xea\x51\x9a\x4d\xbb\x97\x89\ -\x64\x41\x75\x93\x32\x43\x98\xce\x55\x3c\xdc\xc4\x98\x6b\x8c\xbb\ -\x55\x2c\xd0\x0d\xfd\xe2\xb7\x09\x0a\x7c\x64\x1d\xd9\x30\x01\x13\ -\x52\x0a\xa7\xc5\x74\x0c\xbd\xe0\x3b\x1c\x0d\x33\x32\x34\xf3\x3a\ -\xb9\x04\x8b\xb4\x8b\x53\xde\xa6\x5c\x68\x98\x5e\x85\x76\xda\x84\ -\x67\x6f\x4d\x9d\xc4\xe7\xb3\xc7\xdf\x21\x7d\xe7\xef\x97\x38\xfd\ -\x9d\x57\xac\x5a\x3a\x97\x89\x4c\xd1\xc3\x0e\x3b\x73\x1a\x8a\x50\ -\x5d\x86\x0d\xb2\xed\x7b\x2a\xf9\xcf\x43\x43\x8f\x02\x21\xb3\x40\ -\x42\x75\x57\x1c\x95\x1b\x8b\xff\x49\xf7\x20\x0d\x9a\x80\x52\xf2\ -\xb8\xc3\x95\x2f\xe9\x1c\x61\xcf\x2e\x46\x2b\x90\x43\x48\x1e\x28\ -\xa3\x1c\xa2\x55\x6b\xb0\x83\x1b\x5e\x53\xc6\x8b\xaf\xb4\xcf\x8c\ -\x02\x4f\xa8\x2e\x8e\xe5\xdf\xc9\x10\x07\x1d\x8e\x43\xaa\x92\x61\ -\x7a\xf5\xcc\x75\xbc\xbf\xbe\x3e\xdf\xf5\x44\x54\x74\x0d\x54\x6a\ -\x3c\xd4\x2f\xf8\xeb\x9f\xa2\xc0\xf9\x1a\x32\x4d\x88\x21\x91\x97\ -\x23\x1f\xda\x02\x44\xfb\x24\x33\xb4\x5f\x22\x77\xa3\xd4\x5a\x49\ -\xf0\x91\x8d\x9f\x55\x4e\x6d\x6f\x5a\xa1\x95\xd3\x26\x54\x41\xca\ -\x92\x45\x7a\x34\xf6\x81\xba\xc6\x7e\x13\x6a\x1a\x0f\xe5\xc3\x4d\ -\xec\x7e\x79\x66\xb3\x58\x92\xf6\xbf\x25\x97\x14\xc5\x13\x37\x12\ -\xa8\x36\x5e\x7d\xa3\x3d\x38\xa5\xb7\x9c\x19\x5d\x48\xda\x68\x08\ -\xca\xb6\x0f\x2f\xbe\x5a\xde\x8d\x1d\xef\x77\x4c\x57\x43\xf8\xff\ -\x48\xf8\x8e\xe9\xb5\xdb\xf5\x07\x3e\xde\x73\x0b\x44\x7a\xc0\x00\ -\x00\x20\x00\x49\x44\x41\x54\x76\x9a\xe9\x82\x15\x74\xfc\xa0\x74\ -\xee\xbd\xc1\x6d\xfd\xd4\x33\x90\x04\x85\x2e\xba\x86\xf3\x5f\xfe\ -\x59\x5e\x3e\x95\x9f\x1a\x89\x12\xe0\xdb\x9f\xff\xf9\xf9\x39\xec\ -\x8a\x6d\xad\x08\x59\x78\x2a\x5d\x2b\x2d\x76\x83\x83\x25\x5e\xd7\ -\x8a\xbb\x8e\x75\xcd\xc3\x63\xa2\xb2\x7e\x0e\x6a\xce\x44\xee\xa3\ -\xe0\xa9\xc2\x7d\x57\x08\x3a\xd1\xc8\xf9\x4a\x71\xfa\x68\x80\xa6\ -\x01\x51\x4c\xa5\x32\x67\xec\x68\xba\xa3\x11\x89\xc2\xfe\xe7\xe7\ -\xe7\xd5\x5e\x3b\x34\x2a\x16\x8a\xdd\xd6\x1e\x2a\xa4\x7c\x9e\x89\ -\xeb\xa0\x49\xd5\xc4\xd6\x44\xef\xf4\x6a\x05\x4d\x07\x35\x33\xa7\ -\xdd\x01\x6e\x45\x68\x24\x6b\xad\x59\x47\xf2\xbf\xd1\x06\xdf\x68\ -\xc1\x67\xd3\xd4\x73\xc2\xb2\xc1\xf1\x22\xef\x8d\xa2\xd9\x1d\x59\ -\xc7\xfb\x54\x37\x03\x00\x01\x62\x94\x52\xf5\x73\xdd\x8e\xaa\xeb\ -\x95\x86\x68\x4e\x9d\xfd\xf7\xd0\xeb\xc4\xee\x19\x5b\x31\x29\xe2\ -\x49\x1f\xf6\x82\x87\xc2\x82\x38\x74\x9c\x2d\x47\x68\x3c\xaf\x38\ -\x73\x48\x1e\x13\xdf\x9e\x99\x63\x85\xda\xb1\xbd\x85\xda\xf3\xf7\ -\x93\x48\xb9\xcd\xfa\x17\x28\x82\xd7\x9d\x3d\xc3\xe3\xc5\x17\x95\ -\x18\x0d\xcd\x0f\xc3\x97\x18\x08\x6d\x9f\xe0\x5a\xe8\x69\x9b\x88\ -\x50\x59\xbb\xa7\x19\x54\xd0\xe2\x9d\x69\x12\x9a\xee\x38\xd3\x83\ -\xc6\x29\x30\x10\x37\x80\xe7\x21\x55\x7c\x68\xc5\x22\xfa\xa0\x6a\ -\x84\x47\x8e\x11\xd6\x0b\x05\xdd\x3f\x9f\x54\x0e\x63\x30\x0c\x38\ -\xf3\x2b\x62\x7f\x7b\x3d\x15\x9a\xf0\xbc\xe3\x75\x34\xe0\x74\xea\ -\xd1\xbb\x2e\x4e\x7d\x42\x74\x7c\x4e\x25\xe0\xc2\x3f\xcf\xb3\xc7\ -\x4d\x86\x98\x19\x97\x9b\xa7\x64\xe3\xc4\xdf\x1d\x36\xf9\x85\xca\ -\x3d\xe3\x08\xf6\xc3\x31\x2f\x4c\xac\xde\xa6\x14\x16\x09\x11\x8d\ -\xdc\x9c\xda\xca\x91\x39\x57\xe7\xde\xd3\x74\xea\x3d\xa2\xa1\x3b\ -\xa5\x06\x8d\x97\x8b\xca\x4b\xb7\x35\xe9\xab\x9a\xbe\xb1\xf7\x3c\ -\x78\xfa\x2d\x67\x73\xee\xcf\x95\x75\x53\xad\x89\x6a\xc0\xd6\x6a\ -\x76\xff\xcd\xb1\x90\x3c\xe0\x77\x9a\x83\xe0\x25\x24\x3d\x12\x45\ -\x35\xa9\x79\x49\xbd\xd6\xca\xf1\xd3\x17\x23\xa0\xa8\x4f\x22\x7a\ -\x83\x87\x51\x13\x55\x13\xdc\x68\x84\x9d\xb9\xb5\x03\x7c\x69\x34\ -\xf1\x68\xf0\xb2\xcf\x58\x5d\x4f\xaa\xc9\xa6\x13\x31\x53\x09\x03\ -\x2d\x9a\x61\x93\x87\xfc\x02\x96\x9b\xc7\x68\x43\x13\xb5\x21\x92\ -\xae\xd2\xc1\xff\xc3\x11\x8d\x60\x61\xd3\x5d\xc2\xa3\x60\x10\xdf\ -\x60\x75\xe9\x0d\x5f\xf6\xd3\xf8\xc2\xd5\xf9\xd5\xf1\x85\x56\x43\ -\x0f\xf7\x6e\x62\xd7\x47\xce\x0b\x1e\x54\x8c\x41\xdf\x00\x61\xf7\ -\x03\x8f\xce\xc9\xd2\x4a\x4b\xc8\xdd\x50\xa6\xb0\xf2\x0e\x31\x6b\ -\x3a\xb0\x70\xa5\x6a\x63\x87\x8b\xc8\x2a\xfa\x9a\xda\xc8\x96\xb5\ -\x12\x32\x6a\x23\xec\x61\xe7\xf8\x4c\x73\xe6\x61\x9b\x2e\x12\x66\ -\x11\xa5\xff\xc8\x05\x85\x08\x20\x64\xac\x45\xe6\xfc\x73\x88\xe1\ -\x87\x56\x2c\xeb\x39\x37\x5f\x80\xb4\x10\xd7\xbf\x73\xf4\xa3\x8f\ -\x67\xe7\xaa\x0a\xa1\x89\x28\xed\x10\xad\xe7\xea\xc9\xd5\x7e\xd8\ -\x0a\x11\x16\x33\x04\x3e\x95\x91\xc9\x4f\x37\x8f\x10\x47\xf5\xdb\ -\xa8\x3f\x9c\xfa\x48\xac\xc0\x5d\x83\xeb\xbc\xce\x73\xca\x9b\xf2\ -\x70\x18\xac\x0d\x6f\x6e\x7d\x47\x8e\xcc\x0c\x1b\x49\xca\x68\xa0\ -\x49\x41\x51\x8a\x6d\xc4\xca\x15\x6c\x9a\xda\xb7\x2a\x56\x17\x5d\ -\xee\xec\x62\x19\xe7\x0b\x94\xce\x80\xe5\x98\xd6\xac\x6e\xe9\x34\ -\xe1\xd8\xad\xa0\x52\xd3\xf4\x75\x27\x2a\x66\x9f\x10\x69\xa3\x2d\ -\x5e\x3e\x7d\x5d\x96\xab\x2e\x3e\x79\x6c\x88\x1c\xdc\x42\x3b\x13\ -\xd5\x9b\x4b\x51\x2f\x30\xcf\xaa\xa1\x32\xc6\x68\xb8\x0a\x8e\x42\ -\xe7\xb8\x7c\x72\x2f\x86\xde\xa9\xd2\x15\x52\x58\x1b\x07\x08\xf1\ -\x0c\x4d\x2d\x8a\x87\x37\x19\x98\xfc\xf6\x1a\x7f\xf7\xb1\x3e\x12\ -\x6d\x0e\x9d\x55\xda\x5e\xa3\x8a\xb0\x2c\x48\x9b\xbb\x52\xf2\xa0\ -\xf3\xf7\x87\x29\x02\x72\x2d\x13\x2d\xd7\xc6\x54\xfe\x5c\x14\xc5\ -\x51\xe0\x0b\x55\xfe\xd1\x28\xb0\xa5\x1c\xc6\x34\xa9\x32\xb3\xb9\ -\xa9\xa2\xb4\x2e\x6c\x3d\x28\x1a\xf4\xa2\x95\xcc\xe6\x83\x0c\x51\ -\x56\x28\xfe\xf1\x9f\xbb\x51\x0e\x42\x9d\x5a\x1a\x54\x8e\xa4\x4c\ -\xa2\x74\x85\xc9\xd7\xf7\xef\xb5\x3b\xe0\x71\x18\x89\x98\x63\x2b\ -\x97\xfb\x5a\x08\xf2\xb5\xdb\x35\xcf\xb5\xb4\xc6\x65\x4c\xa3\x41\ -\x0e\x73\x20\xe6\xa7\x29\xc2\x5b\xe6\x07\xb5\x60\xd7\x37\x9d\x4e\ -\xbf\x17\xde\x0c\x43\xde\xe8\xb2\x46\xb7\xa0\x2f\x26\x10\xf4\x4a\ -\x9d\x1b\x3f\x43\xf4\x2f\xbf\x07\x59\x18\xf4\x82\xa2\x4f\x98\x2a\ -\xd7\xe9\xf9\x19\xc5\x7f\xc8\x72\x2a\xf1\x37\x0d\xd4\x6b\x44\xc0\ -\x37\x23\x88\xd7\x73\x9e\x1b\xb5\x84\x07\xcd\x79\xad\x85\xbd\xef\ -\x51\x70\x3c\x0a\xeb\xfe\xf9\x49\x0c\xd0\x50\xe3\x9b\x8e\xdc\xae\ -\x57\xe3\x03\xbf\x5b\x81\x61\x02\xd3\x0f\xf8\x04\x0b\xf0\xae\x5d\ -\xa0\x43\x1f\xb4\xd6\x6a\x7a\x12\x7d\x5a\x3d\x23\xb4\x53\xd1\xb0\ -\xb0\x83\xb4\xfb\x68\xd0\x23\xd7\x90\xda\x7d\x4b\xe3\x7c\xea\x79\ -\x86\x71\x8e\xc8\xe1\x66\x69\xe7\x2e\x3d\x74\x55\x49\xd7\x95\x77\ -\xea\x29\x45\xcc\x03\x6b\x81\x8a\xe8\x34\xe4\x5d\x3a\x40\x2c\x8f\ -\x57\xb1\x5c\x45\x4a\x93\x99\x7a\xbf\x71\x56\xe6\x7d\x92\xfb\x3b\ -\x3a\xb9\x03\x88\xf5\x6a\x73\xa7\x56\xb0\x65\x1a\x2a\x35\x70\x55\ -\x66\x23\x2f\x80\xa4\x9b\xa8\xff\x59\xa5\xca\xcd\x7c\xd0\x26\x97\ -\x87\x79\x23\x51\x77\x82\x37\x5a\xca\x60\x95\xd7\xac\x29\xa3\x00\ -\xcf\xf8\x95\xb1\x1e\x98\x5e\xec\xe9\x79\x80\x2a\xdd\xf1\x74\x37\ -\x8d\x6d\x67\x06\x2c\x4a\x47\x8c\x67\x0c\x8e\xaa\xb3\x35\x5a\x28\ -\x7a\xd4\x10\x4e\xdd\xea\xd2\x87\xfa\x33\x07\xed\x4c\x52\xdf\x81\ -\x2e\xef\x2e\x90\x56\xda\x19\xea\xd3\xaa\x0c\x45\xe4\x07\xb0\x63\ -\xff\x59\xff\x3b\x91\xe2\x74\x15\x4e\xe6\x85\xf4\xe6\x66\x66\xc9\ -\x9d\xa0\xfb\x5b\xf3\x13\xda\xe3\x98\x98\x96\xce\xc8\x9e\xf7\x05\ -\x4e\xf0\xb2\xdb\xd5\x07\x1d\xf5\xcc\xf6\x3b\x1d\x5a\xd1\x40\xd4\ -\x1a\x29\x48\x36\xea\xcb\x35\x7a\x67\x68\x6f\x81\x6e\x7f\xd3\x9b\ -\x5a\x53\x45\x4c\x83\x82\xda\x0e\x1f\x84\x51\x1b\x5a\x36\x17\x3a\ -\xb9\xbf\x05\xf6\x9e\x39\xa0\x31\xc9\xa6\x98\xa6\xc5\xc4\x89\xcd\ -\xab\xa0\x2c\xea\x7d\x60\x84\x1a\x36\x24\x99\x55\x56\xe9\x14\x85\ -\x71\xfb\xf0\x07\x4e\x99\x64\xac\x7a\x7f\xed\xdf\x57\x52\x07\x38\ -\x84\x57\x73\x81\x04\x5a\x4c\x2e\xd4\x23\xe7\x9d\xea\x11\x84\x7b\ -\x5a\x11\x8e\x40\xd7\x18\xdd\x32\x25\x65\x30\x10\x13\x1b\x39\x63\ -\xf0\x35\xc1\x7a\xe4\xb5\xdc\x39\x66\x63\x2f\x48\xd4\x3b\x6e\x1d\ -\xee\x71\x3b\xf9\xaf\x81\xc2\x30\x9f\x42\xb5\xca\xb0\xb2\x96\x55\ -\x5b\xe1\xf8\x12\x4c\x47\x9c\x93\xe7\x59\x44\x78\x30\xb1\x38\xff\ -\x58\x25\xb9\xc8\xc3\x5e\x75\x14\xdb\x8d\xac\x5a\x00\xf4\xab\x5b\ -\x54\xd8\xf8\xc4\xc8\x31\x34\x37\xd1\xa0\x69\xa3\xbe\x94\xbd\xfd\ -\xb4\x06\x0f\xca\x5f\x50\x78\xe4\x15\xd9\x36\xf4\x70\xbb\x43\x56\ -\x98\x8d\x59\x51\xca\xe3\x73\x74\x6a\x05\xc5\x21\x79\xac\xf5\x6e\ -\x4d\x69\x0c\xc8\x2b\x9b\xc3\x70\x54\x42\x17\x33\x7a\x01\x20\x24\ -\x46\x1b\xc5\x95\x34\x99\x2c\x00\x03\xeb\xcb\x5e\xd5\x1a\x22\x3b\ -\x36\x96\x89\x76\xd7\xbb\x70\x96\x17\x46\xf1\x34\x04\xec\x24\x19\ -\x82\x78\xba\xda\x9e\x7a\xa9\xb7\x42\xca\x9a\xd5\x0b\xe0\xdb\x35\ -\x0d\x1b\xd0\x35\x8a\xb8\x70\xdd\x94\x34\x68\x70\xfa\xa5\x53\x7c\ -\x34\x9b\x22\xa3\x4c\x71\x6b\x7a\x88\xf5\xe9\x2a\x16\x5b\xc9\x0f\ -\x52\xf9\xdc\xb8\xef\x7b\x34\x6b\xe7\x44\x4b\xd5\xee\xc1\x74\xda\ -\x6c\x17\x5a\x01\x0f\x3a\x34\x61\x51\xa0\xf5\x43\x37\x8a\x02\xd1\ -\x9d\x08\x71\x5c\xce\x7c\x98\x1a\xa8\x17\x34\x09\x34\x84\x2b\x93\ -\x4f\xb6\xef\xa3\x21\xd4\x63\x8f\x92\x3a\x95\x6d\xfb\x5e\x5b\x61\ -\x90\x11\x6e\x3c\xae\x4b\x5a\x9d\xa8\xcd\xce\xad\x57\xdf\x33\x00\ -\x51\xb8\x1e\x39\x5d\x25\xe8\x03\xa9\xf0\xa0\xa7\x5d\x7a\x6f\x04\ -\xf5\xe9\xec\x38\x2e\xdd\x34\x6c\xe0\xd1\x84\x56\xb3\x7e\x0d\xed\ -\x4c\xe8\x12\xb3\xa8\x59\xd5\xc8\xc5\x94\x64\x1a\x96\x94\xe3\x5f\ -\x58\x5b\x77\x1b\x92\x28\x7a\xf2\xef\x2c\x3e\x38\xff\x34\x8d\x7a\ -\xd2\x15\xd2\xb5\x8f\x7c\xbd\xba\x2e\xf5\x02\x9f\x15\xd8\xf4\x3f\ -\xb3\xb3\x7e\x2b\xa8\xbf\x5a\x95\x87\x6b\x5d\xa3\x9a\xd6\x74\x86\ -\x1e\x86\x14\x6e\x45\xf1\x30\x97\x99\xe2\xf3\x2c\xf1\xfd\x6f\x94\ -\x2b\x61\x21\xd8\x82\xb7\x10\xdc\xb7\x2c\xa9\xd3\xf9\xf2\x2c\x70\ -\xf8\xbf\x58\x2a\xbf\xfd\xdc\xbf\xfd\xb9\x28\x3a\x43\x9b\x48\xf4\ -\xe3\xac\x84\xfd\xba\xbf\x95\x2f\x08\xc8\x75\xa6\xc5\xba\xc8\xa1\ -\x51\x2f\xd6\xbd\x48\x0c\xcd\x15\xa1\x39\x4b\xe2\xdd\x55\x2f\x9b\ -\x3d\x16\x20\xc1\x3c\x7a\x18\xd5\x4c\x1d\x43\x07\x5c\xf7\xec\xd4\ -\x64\x24\x32\xa5\xd1\xc5\x7c\xee\x65\x56\xc2\x4a\x03\xe8\x18\xc1\ -\xca\x0d\xe8\x81\x53\x78\xea\xf7\xd8\xda\x5f\xeb\x05\x50\x1b\x06\ -\x12\x57\xc5\x4a\x28\x63\x54\x35\x19\xd2\xde\x1d\xdf\x5c\x5f\x24\ -\x9c\xe6\x10\x4a\xbb\x74\xd3\x2f\x6b\xa5\xc0\x90\x02\xbd\x02\x3c\ -\x14\x4c\x47\xd5\xf7\x4d\xd5\xe3\x54\x38\x35\x9b\xe9\x4a\x17\x00\ -\x5c\xfc\x2c\x6e\x7b\x7d\x57\x6e\xe3\xdb\xbb\x4a\x4d\xdf\x7a\x73\ -\xa7\x25\x6f\xa0\xbe\x01\x05\xa6\xaf\x7c\x0d\x74\xce\x86\x7b\x7d\ -\x31\x89\xf2\x75\xee\xf7\x61\xd4\x4d\xca\x1d\xac\xa5\xc7\xda\xe8\ -\x8d\xbf\x01\x56\xfb\x65\x4d\x2e\xf0\xd2\x72\xc4\xf4\x7b\xf6\xcc\ -\x25\x0b\x00\x02\xee\xae\xf9\xa1\x8d\xc5\xf3\x0c\xd5\x7d\xe4\x2f\ -\xb6\xdf\x9d\xfb\x03\x5d\x5f\x7b\x65\xe3\xa4\x5b\xd3\x20\x6c\xae\ -\xbb\xe9\x5a\xa1\xae\x75\x0d\x17\xca\x00\x17\xe4\xe8\xb5\x1e\xd3\ -\x78\x92\x06\x68\x7a\x46\x6c\x07\xcf\x9a\x2b\x5f\x50\x2c\x4b\xe3\ -\x88\x2f\x86\x5d\x78\x05\x92\xbe\xba\xc7\xe6\xde\x5c\x2f\x4d\x55\ -\x01\x64\x67\x54\xd3\xdb\xef\x04\x9e\x0e\x80\xdd\x14\xed\x3c\x23\ -\x76\x03\x91\x59\xa3\x66\xa1\x07\xe8\xa6\xcd\xd8\x43\xdd\x4d\x2a\ -\xfe\x4f\x94\x46\x8e\xaf\xb9\x44\x56\xfd\x15\xef\x6b\x6f\x9f\x3e\ -\x93\xa4\x29\x13\x89\x82\xe4\xf2\x01\x6c\xba\x84\x00\xa4\xd6\x58\ -\x25\x1a\xd4\xa3\x84\x43\x3c\xb7\xd6\xdc\xe0\x31\x41\x68\xf4\xc0\ -\x5e\x14\xed\x74\xd3\xab\x02\x30\x0f\x0f\xb5\xfe\x91\x1b\x6a\x6d\ -\x1a\x4b\x45\xb2\xa9\x9a\x93\x5f\xa5\x59\x4f\xaa\x92\x8d\xab\x4d\ -\xf4\x57\xd3\xb5\xed\x0e\x77\x1b\xe2\x48\x0a\x2b\xd7\x43\xa0\xa9\ -\xad\x39\x17\x51\x3f\xed\xc8\x0f\xd3\xcc\x12\x08\x8a\xdd\xbd\x07\ -\xea\xa5\x21\x16\x64\x85\xde\x85\x86\x56\xe3\x2c\x03\x9d\x7a\x13\ -\xf8\xd3\xcb\x02\xea\x2e\x7b\xac\x68\x02\xe0\xe9\x92\x93\x9d\x74\ -\x9b\x58\xcd\x85\x29\x8f\xa3\xba\x17\x2b\xca\x76\xb0\xed\x41\x53\ -\xd2\x19\xaa\xac\x4f\x54\x3a\xa6\x8e\xcc\x0c\x0e\xe7\xa6\xb1\xe8\ -\x9b\x5d\xbc\xb6\x40\xcd\x4d\xd8\x5e\x44\x29\xcf\xc2\x4f\xf5\x08\ -\x9d\x8e\xef\x95\x0d\xa5\x26\x0a\x48\x9e\x14\x3f\x90\x54\x5d\xd9\ -\x94\x68\xcf\x3e\xf3\xd0\x84\x98\xd2\x10\xf4\x70\xe1\x42\x86\x30\ -\x86\x8e\xe7\x31\xd6\xa7\x1e\x2a\x8a\x41\x25\x93\xd0\xe8\x79\xc5\ -\x40\x4b\x9b\x6b\x59\x43\xa0\x21\x55\x9c\x86\x8b\x1e\xca\x08\xe6\ -\x5b\x81\xfa\x0d\x01\x0f\x63\x0f\x5e\x04\x6c\xad\x54\xfb\xa0\xbe\ -\xe5\x81\x6b\xa8\xab\xe0\x99\xb7\x84\xe1\x75\x25\x11\x8d\xd6\xa6\ -\xb2\x9c\x42\xe3\x72\xae\x2a\x74\x5c\x44\x70\x05\xd5\x82\x64\x4c\ -\x5f\xf3\xd9\xf9\x44\x69\xf3\xa4\x13\xa6\x75\xb1\x23\x4a\x27\x9d\ -\x82\x46\xe2\x7d\x88\x51\x25\x6b\x27\xa3\x33\x6e\x60\xd7\x59\x81\ -\x56\xb8\xa4\xce\xa7\x1f\xaa\xe9\x72\x47\x2e\x7c\xd6\x91\x33\x33\ -\xa6\x01\x49\x1f\x90\x07\x75\xb3\x0e\xc9\x0d\x21\x1e\xef\x63\xba\ -\x21\x21\xa9\xba\x23\x34\x52\xd4\x26\xf1\xac\x20\x5c\x4e\xa5\xd8\ -\x8d\x5a\x13\x67\x4f\xd9\xb9\xd2\x11\x9d\x90\x8d\x3b\xd1\xb4\x3f\ -\x3f\x2f\xad\x2c\xc6\xfb\xba\x5e\xbe\x1f\xd6\xd3\x72\x56\xa7\x05\ -\x3d\x63\xe6\x48\x3d\xc5\xdf\xd4\x0a\x4f\xe4\x24\xa2\x26\x2c\xdc\ -\xce\x3e\x99\xc1\x9f\x5b\x7d\xcf\xae\xd4\x82\x3d\xf3\x68\x9a\xb0\ -\x9f\x76\x02\x11\x36\x55\x12\xd0\x7f\x69\xf2\xe6\x74\xb7\x6b\xa2\ -\x30\x1c\x3b\xa3\x29\x8e\xf7\x75\x4e\x5a\xde\xe8\x32\x4c\xef\xb4\ -\xbd\xf9\xdf\x4f\x34\xb8\x17\xd1\x3a\x26\x86\x45\x4f\x53\xf4\x8c\ -\xad\xe9\x8a\xd6\x7f\x17\x70\x1d\x00\xe7\xdf\x0c\x38\x9e\x5a\x2d\ -\xb4\x22\x6d\xba\x3f\xe6\x9a\xdf\x65\x4a\x62\xf4\xba\x08\xa9\x76\ -\xaa\x91\x22\xb5\x45\x53\x02\xf3\xa4\xaa\x7f\x6b\xc0\xfb\x39\x9a\ -\x7a\x99\x74\xd0\xde\x49\x6d\x8a\xff\xeb\xe6\x53\xd3\xfd\xae\x51\ -\x92\x33\x98\x9a\xfd\x67\x63\x68\xbd\x82\x2e\x64\xa0\x5e\x21\xfe\ -\x59\x6b\xbc\xd8\xef\x9f\xd3\xd0\xfe\xac\x37\x6d\x0c\x02\x50\xd0\ -\x0d\x33\xa3\x12\x63\x92\x9d\xa6\x13\xe3\x67\x6d\x6f\x44\xe4\xb1\ -\x8e\xf4\xcb\x1a\x1c\xf6\xd0\x51\x3c\x6f\xad\x89\xfd\xe9\xdc\x51\ -\xd5\x0b\x54\xef\x64\x86\x24\x85\x50\x75\x64\x08\x81\xe9\x3d\xe4\ -\xb7\x33\x72\xda\x7a\xf1\x8b\xfb\x49\x65\xf5\x47\xba\xf8\x72\x8b\ -\xfb\x4e\xad\xa3\xca\xec\xa3\x32\xef\x61\xfa\xbe\x96\xe3\x36\x53\ -\xd1\x63\xff\xd0\xb0\x4e\x27\xbc\x03\x1f\x5d\x07\xda\x99\x46\x12\ -\x7e\xcb\xab\x74\xdc\xaf\x7b\xe8\x85\xae\xd8\x27\x52\x65\x86\xb1\ -\x7d\x8f\xf5\xb3\x82\xa1\x5b\x87\x05\x7e\x35\x7d\x34\x9c\xf8\x88\ -\x0e\x40\xec\x30\x9d\x98\xee\x8d\x27\x40\xb8\x4b\x2f\x76\xbe\x7f\ -\x8a\x21\x1d\xe5\xb9\x53\x67\xb6\x0e\x30\xea\x2b\x9b\xea\x6d\x3d\ -\xbe\x4c\xef\xdf\x62\x24\x7a\x63\x3f\x3f\xf3\x69\xfc\x16\xcb\xac\ -\x01\x8c\x03\xb8\x71\x70\x96\xa9\x0d\x64\xe5\x00\x48\xa5\xb2\x4f\ -\xbd\x4e\xab\xcf\xc3\xd5\x6c\x33\xe5\x24\x8b\x78\xd0\x59\xec\x59\ -\xb0\x16\x18\x15\xd3\x5a\x26\x03\x9d\xbc\x67\x88\xde\xe1\x7a\x1e\ -\xc6\xfa\x70\xe0\xe9\x17\x76\xd1\x58\xd0\xec\x6c\x69\x14\x88\xf1\ -\x0b\x6d\x43\x3d\xc7\xc5\xea\x01\x85\xe4\x4e\x67\x81\xd0\xd5\x54\ -\xa4\xd9\x1e\xbb\x18\x2e\x3e\xb8\x38\x6a\x44\x4a\x56\x92\x25\x1f\ -\x78\xdb\x64\x4b\x25\x03\x49\x89\xdc\xe4\x82\x29\xf5\x04\x33\xef\ -\x6a\x8f\xb9\x6f\x15\xad\x36\xa9\x8a\x74\xe9\xec\xbe\xe3\xd0\x3a\ -\x69\x58\xf4\x6e\xf9\x29\xa2\x7f\x3d\xa0\x83\x86\xf7\x37\x7b\x5e\ -\xa1\x9e\x0b\xa4\x0f\xdb\x47\xd9\x3a\x1a\xb4\x1b\x4e\x47\xa0\x0a\ -\x5f\x14\x6a\x85\xce\x6a\xa9\xde\xbe\x60\xe1\x8e\x30\xc3\xbe\x18\ -\xf6\xbf\x49\x14\x5a\x7e\xd3\x75\xaa\x82\x99\x50\x54\x41\x0e\xb7\ -\x71\xef\xc9\x39\xe4\x01\x81\x94\xd3\x06\x6f\xb0\xa5\x2c\x3d\x4f\ -\x64\x44\x14\x9e\xcd\xa0\xae\x61\x52\xd0\xb6\x86\xdc\x22\x6d\x2e\ -\x6f\xec\xd9\x9d\x70\xea\x3d\x30\x33\x78\xad\x36\x86\x0f\x57\x23\ -\xff\x4e\xd2\x75\x75\x11\x5c\x5d\xeb\x5c\xe4\x4e\xbb\xda\x30\x79\ -\x18\x79\x28\x87\xb5\x7b\x06\x09\xb7\x89\x54\xb9\x82\x6d\x17\xa4\ -\x66\xd2\xaf\x89\x23\x55\xdd\xd4\x45\xa1\x7a\x35\x94\xea\xd0\xb0\ -\xbc\x34\x57\x23\x47\x4e\x2b\x07\x29\x0e\xc3\x6a\xb0\x9d\xd7\xed\ -\x07\x07\xb5\x9c\x8c\x59\xdc\xdc\xaf\x1c\x7e\x72\x1b\x6f\x9b\x56\ -\xec\xa1\x83\x9a\x5a\x89\x96\x9b\x85\x3d\x90\x2b\x73\xc3\x34\x9b\ -\x78\x51\x64\x28\x6e\x3f\x84\xaf\x46\x0f\x79\x6a\x0c\x00\xe6\xed\ -\x13\x79\x9d\x59\x1c\x6a\xeb\x4f\x7c\xf8\x50\xce\x83\xe5\xda\x14\ -\xa0\x4e\x0f\xb2\x35\x6d\x96\xa3\x8c\xbb\x3b\x2d\xf1\x23\x3b\x27\ -\x8c\x75\xea\x02\xad\x8c\x19\xd3\xc5\x99\xcb\xe8\x5a\xcb\x0d\x04\ -\x7c\xad\xdc\xa5\x51\x10\xc8\x08\xa4\x8d\xcf\x12\xba\x8f\xae\xdb\ -\xec\x85\x7c\xe4\x95\x0d\x9d\x43\x03\xae\x4d\xcc\x5e\x0d\xc9\x98\ -\x48\xd1\x09\x82\xd0\x83\xe2\x15\xba\x55\x7c\xa1\x72\x8f\xec\xaa\ -\x56\x78\x40\xf5\xd9\xbc\xbd\x68\x43\xeb\x9d\xbe\x5c\xb2\x40\xcb\ -\xe7\x93\x2f\xb4\x42\x7a\x4c\x67\x95\x9e\xae\x79\x74\x90\x54\x4e\ -\x3a\x59\x2f\xa4\xa1\x94\xf4\x7e\xf5\x62\x62\xb1\x0e\xe3\x8c\x73\ -\x7d\x6a\x77\xa9\x6d\x08\x36\x3b\x0d\x4f\xf9\x7b\xa1\xf1\xcd\x6d\ -\xf0\x5b\xf8\xee\x79\x0e\x56\x8e\x10\x70\x5d\xeb\xf5\xcf\x49\xa3\ -\xd0\xd7\x99\xdb\x73\xf2\xb4\x4c\x97\xea\x91\x7a\xbb\xac\xb8\x3f\ -\xcd\x9e\xbc\x65\xa4\x25\x55\x32\x90\xf0\x23\x1c\x3d\xee\xe8\xe5\ -\xb4\x5b\x6e\x3f\x3f\x68\xaf\xb6\x66\x57\x15\xbd\x7a\x02\x7f\x41\ -\xd1\x2f\xaa\x12\x29\x27\x68\x03\x08\xae\x8b\x53\xe3\xa4\x4e\xb1\ -\x8a\x82\x91\x41\xb8\x21\xed\x2e\xab\x86\x2e\x90\x8d\xd0\x45\x9c\ -\xcf\x3a\x43\xe4\x7d\xc2\x30\x6c\xb5\x61\xfa\x6e\x55\xc5\xcf\xaa\ -\x1c\x93\x7c\x9f\x64\x7a\x60\x49\xd7\x3d\x9b\x7d\xc7\x74\xb4\x97\ -\xb8\xdd\xe8\xc3\x28\xe9\x94\xf4\xa7\x6e\xd2\x51\xef\x74\xbf\x37\ -\xa1\xf8\x36\x49\xd8\xd9\x68\x74\x9d\x67\xb2\x01\xf4\xc5\x61\x11\ -\x15\xcc\xbd\x3a\x0d\xac\xe7\x7c\xb5\x88\x86\x64\xf8\x10\x0d\x3d\ -\x6f\xad\x71\xaf\x63\xe2\x4e\xe6\xee\xa4\xc7\x4d\x0f\xb7\x2c\x22\ -\x24\x00\x4d\x4c\x37\xd0\xd1\x1c\x90\x40\xdc\x0d\xb5\x83\x91\x3d\ -\xcb\xec\x09\x24\xbd\x44\x22\x04\x9b\x82\x3e\xcf\xb0\xe4\x30\x7f\ -\x18\xf4\xe9\x1b\x5b\x17\xa0\xde\x1c\x2d\x33\x05\x33\x06\x90\xc7\ -\x18\x30\x3d\xb4\x92\x06\x72\xb1\x4d\xca\xf2\x99\x36\x90\xc6\xd9\ -\x05\xda\xa4\x00\xaa\x84\xcb\x1d\xfc\x42\xe3\x5d\x5f\x55\x1b\x75\ -\x14\xcd\x54\x4e\x8e\xa9\xbc\x54\xed\xf1\x02\x9e\x6a\x8b\xb9\xd1\ -\xd6\x80\x15\x4b\xe4\x3c\xa7\xaa\x76\x98\xe4\x0c\x7a\x9c\xfb\xe0\ -\x19\x9e\xcc\x98\xec\x88\x60\x5c\xc8\x31\x50\xd0\x87\xde\xf3\xbf\ -\xc5\x4d\xbc\x9c\x9d\x1e\x2c\x48\xbe\x4f\xef\xe6\xde\x4d\xa4\x70\ -\x86\x6b\xa3\x18\x9f\x35\xba\xb6\x41\x44\xb9\x70\x62\x4c\x0d\x35\ -\x5d\xa6\x57\x93\x75\x24\x1b\x8d\x17\x54\x6f\x6c\x01\x84\x4d\x4b\ -\x17\x59\x59\xd7\x49\x85\xa9\xc3\xdc\x37\x08\xb5\x80\xd1\x44\x72\ -\xc8\x91\x4d\x4d\x6d\x93\x72\x59\xb1\x0b\x35\x8a\x13\x15\xc2\xbf\ -\xc8\xac\x76\x17\x31\x6e\xc8\x10\x34\x0e\x94\xcf\x9d\x9f\x16\x28\ -\x83\x80\x35\x85\x7f\x07\x7a\x20\x36\x2d\x90\xb4\x0e\x2f\x6a\x09\ -\xfb\x7f\x4f\xd7\xae\xe3\x77\x59\x40\x22\x65\xee\xc0\x81\xb9\xb5\ -\xef\x2b\xf3\x7f\x3b\x8a\x80\xbd\x4b\xcf\xd0\x53\xa2\xdf\x6c\xc2\ -\xa7\xe2\x61\x3f\x9c\xa4\x9e\xa3\xd4\xbe\xf8\x77\x5e\x1e\x10\x35\ -\x1f\x17\x72\x1d\x5a\x37\x19\xe8\xd3\x43\xd1\xb4\x0a\x3d\x73\x94\ -\x2c\x94\x59\xa0\x54\xc5\x83\x45\x16\x6a\x22\x4f\x90\x29\x3c\x25\ -\xb6\x26\x85\x54\xcd\x31\x72\xc1\x47\xb2\x7d\x5e\x80\xb2\xde\xd7\ -\x3b\x43\x71\xfb\xe4\x91\x47\x53\x32\xd1\x1c\x7e\x71\xbf\x09\x11\ -\x33\x3b\x5d\xce\x26\x60\x66\x4e\x60\x42\x42\x2f\xc0\x45\x3c\xcf\ -\xc3\x36\xc2\x0f\xff\x34\x44\xd3\x85\x89\xa8\x09\xd8\x45\x04\x69\ -\x05\x73\x0f\x2d\xa6\xc1\xc3\xd6\x96\x99\xa0\x29\xb8\x64\x48\x0b\ -\xaf\x9c\x94\xfd\x19\x6a\x48\x15\xb0\x8a\xb2\x7b\x96\x23\x1b\x68\ -\xae\x81\x35\x92\x55\xde\x0a\x2f\x0c\xaa\xa0\x1e\x28\xff\xa4\xbc\ -\xf4\x42\x36\x1a\x83\x28\x7c\x86\x99\x8c\xf4\x35\x6e\xc6\x2c\xa2\ -\x21\x0e\x46\xd2\x1b\x8d\x2e\x7b\x17\x05\xc5\xc6\xba\x85\x6a\xb7\ -\xd0\x6c\x6b\xf2\x8a\xd7\x4c\x5c\x2e\x4b\x27\xd5\x60\x14\xa8\x10\ -\x77\x02\x9a\x80\xc0\x8a\x68\x88\x43\x7c\xdf\x27\x46\x65\x4b\xdc\ -\xe8\x37\x3a\x69\x4f\x2b\xc5\xf9\x94\x94\x0d\x4e\x8d\x00\xb5\x73\ -\xac\x26\xde\x1b\xa6\x09\xd9\xd8\x58\xe0\xd1\x80\x14\xc5\xed\x6d\ -\x82\xc0\x79\xae\x56\x9c\xc3\xfd\x38\x2b\x3a\xfd\x0c\xc7\x5e\xe8\ -\xa6\x21\xe4\xa1\xcb\xaf\xfa\x31\xe7\xbe\xaf\xc1\xd9\x47\x36\xdf\ -\xe8\x94\xe8\x71\xe1\x7c\xb7\x1e\x7f\xd7\x0b\x4d\x13\xa2\xde\x78\ -\x07\x9d\xfa\x9c\xd4\x9f\xcf\x45\x5a\x38\xf2\x49\xbb\x0c\x97\xcd\ -\x1e\xb6\xbc\xa3\x29\x02\x0d\xb0\xe7\x75\x0f\x9d\x1a\x1b\x9d\xf6\ -\xe7\xda\x9a\xb3\xd3\x4c\xc9\xce\xbb\x46\xa5\x73\x9d\x19\x83\x8a\ -\x76\xc6\xef\xc1\xc2\xff\x93\xa6\xaa\x37\xaf\xf6\x9c\x76\xd3\x75\ -\x74\x53\x17\x9a\x11\x02\x2d\x9f\x28\x04\xf1\xb3\x88\x8b\x6c\x29\ -\xaa\x02\x92\x8e\x7b\x16\x83\x95\xda\x8a\xf7\x80\x84\xa5\xe2\x29\ -\xf2\x2c\xec\xc0\x45\x80\x79\xf7\xa0\xbb\x8d\x7d\xa0\x3e\x91\xf5\ -\xf4\x46\x7d\x39\xcb\x0c\x0c\x3d\x8c\x9c\x1c\x1c\x30\x60\xa6\x9a\ -\x83\xf9\xbd\xe1\x41\xf0\xda\x8a\xba\x78\x36\x6b\x68\x6c\x47\x53\ -\x94\xcd\x4c\x4c\xaa\x82\x42\x1c\x7a\x2c\x2d\xd9\x53\xda\x9e\x3f\ -\x35\x7e\x02\x18\xcd\x5c\xb8\xee\xd9\x58\x1b\x54\xcd\x55\x39\x72\ -\x22\xd7\x4c\x9c\x3f\x5b\xe5\x15\xd9\x7f\x64\xa8\x8d\x33\x51\xbe\ -\x6a\xda\xe1\x9a\x8f\x6e\x8b\xfd\xae\xcf\x29\x66\xc6\x23\x55\xdc\ -\xc1\x73\x0d\xc6\xc2\xa1\xe1\xd2\xb3\x56\x6b\xe7\x6f\x37\x2a\xd9\ -\x08\xf3\x92\x66\xcb\x4d\xa1\x79\x31\x67\x36\xb8\x15\x78\xd5\x96\ -\x82\x99\xe9\x45\x38\xad\xd6\x4f\x86\x47\x84\x8e\x13\x11\xee\x64\ -\x2b\x10\x8c\x69\xff\xac\xc5\xce\x06\x15\x67\xd1\xaf\x6a\x0e\xa4\ -\x7a\x7d\x01\x41\x1c\x6c\xe4\xca\x1a\x25\x6f\x70\x2a\x62\x89\x06\ -\x18\x11\x66\x2d\xcf\x69\x3f\xb0\x75\xa7\xf9\x56\x85\x85\xef\x61\ -\xb0\xf1\xb7\x73\x25\xd4\x2c\x02\x3d\x31\xaf\x7c\x16\xcc\xc5\x26\ -\x0d\xfa\x25\x08\x0f\x23\x8e\x68\x24\x7a\x84\x40\xdf\x97\x15\x4d\ -\x11\x59\x66\xa1\xe9\x3a\x74\xd3\x5d\x27\x7c\x1a\x26\x61\xe6\x62\ -\x46\xfc\xc8\xf3\x6e\xb1\xc9\xe1\x2d\x15\x24\xae\xa7\x1c\x43\x57\ -\xc6\x00\xc5\x9a\x63\x45\xba\x2f\x9b\x0a\x67\x1a\x8e\xa8\xb0\x03\ -\x4f\x8d\xfd\x26\x02\xe8\x95\xa0\x86\x82\x07\xb0\xa5\x2a\x7e\x6d\ -\x94\xb9\x54\x38\x5c\x2a\x05\xdb\x84\x53\xfa\x61\xa6\x56\x5f\x02\ -\x74\x99\xed\xe2\xa2\xb5\x8e\x49\x05\x3d\xc2\xfd\x4e\x24\x21\x8b\ -\x17\xaa\x4c\x0d\x26\xc2\xf2\x0c\x2b\x52\x80\x6e\xd3\x4a\x10\xf3\ -\x70\x17\x8c\xfc\x9a\xd0\x2b\x29\x97\x83\x88\xe5\xee\xd0\x38\xa4\ -\x4a\x1c\x23\x8e\xc8\xef\xa2\x9f\xb0\x13\x59\xba\xeb\xd1\x51\x30\ -\x77\x0c\x78\x06\xdd\x72\xda\x42\x76\xb4\x59\xac\x0d\x1e\x05\x6b\ -\x50\xc1\x8c\xf7\x6d\x97\xda\xbd\x3f\x01\x5c\x3c\xdd\x6d\x12\x79\ -\xd0\x97\x85\x5d\x59\x38\xf1\x2c\x28\x74\x63\x99\x6c\xed\x46\x1d\ -\x3a\x43\x3c\xf3\x33\xf6\x06\xd9\x0d\x04\x1e\x21\xa8\xf9\x18\x09\ -\x68\x4d\xab\x6a\xa7\x60\xda\xc1\x21\x60\x2c\xd7\x10\x91\x46\xa6\ -\x99\x25\x90\x73\xe6\x08\xe8\x10\x48\x0b\xba\x4b\x64\x68\x5f\x78\ -\xe6\x43\xb5\xcd\x1b\x96\x9b\xda\x2f\x94\xb0\xd4\xd5\xb8\xc0\xf9\ -\x6b\x42\x3b\x3f\x9a\x13\xdf\x50\x2c\xc9\x8b\x4f\x75\x18\xb7\x62\ -\x78\x11\x38\x78\xfd\x47\x71\xdb\x11\xec\x87\x81\x04\xe8\x71\x80\ -\xa5\x80\x52\x6b\x92\x91\xd9\xc8\x54\x7f\x06\x99\x5b\x04\x2c\xa6\ -\x77\xe4\xbf\x89\xc1\x4f\x44\xa7\xbb\x84\xb1\x52\xda\x5a\xcf\xa9\ -\x99\xe7\x63\xe0\x29\x18\xb5\x3d\x2a\x7e\xf9\xee\x39\xb1\x91\x19\ -\x6e\x1c\x3f\xeb\x02\xe3\x7e\xd5\x8b\x44\x61\x77\x8f\xe2\x38\x0b\ -\x41\x55\xf0\x62\x77\x0d\xf5\xa2\xf6\x25\x80\xf1\x1b\x55\x08\x59\ -\xec\x36\x5a\x9d\x87\xbd\xb2\x8b\x63\xb7\x9b\x6e\x24\x79\xcd\x03\ -\x2e\xd3\xf5\x4e\x36\x14\xfc\x32\x0d\xe3\x2c\x0c\xf1\x08\x21\xec\ -\x40\xc9\xca\xa6\xdf\x9e\x6b\x15\xbb\x2c\x94\x05\x70\x81\x2a\x52\ -\x21\xcc\x23\xc8\xfb\xc8\xd8\x93\x16\xe0\x4a\xef\x3a\xbe\x4e\xbd\ -\x89\xe9\x09\xb8\xac\x6f\xcd\xd5\xf1\x98\x7c\x60\x3a\xb0\xd6\x34\ -\x8b\x5b\x96\x9b\xa3\xac\xab\x53\x90\xa5\xbd\xcf\x58\xb7\xf2\xa0\ -\x1d\xcd\xcf\x15\x48\xbf\x35\xc9\x66\x5d\xed\x53\xe4\x2d\x16\xf8\ -\xac\x32\x2d\xbe\x07\x40\x30\xa9\x2f\x4f\xda\xcd\x1a\x67\x84\x32\ -\xe1\x82\xd9\xa4\x17\x3d\x66\x1a\x73\x74\xb3\x93\x19\x13\x82\x66\ -\x99\xfb\xd4\xdb\xf4\xbd\x76\x36\x42\x66\x1b\x5f\x59\x42\x94\x41\ -\xdd\x5f\xc2\x49\x0f\xbd\xf1\x1b\x30\xf2\x4d\xbb\x95\xb4\x7a\x8f\ -\xf0\x98\x8d\xfb\x1e\x01\xb4\x4a\xd2\x32\xc1\x82\x41\xa2\x4e\x01\ -\xae\x62\x08\x5f\x68\x55\x6f\x45\x3a\x48\x5e\xf6\xa2\x8c\x30\xd5\ -\xf8\x1b\xd7\xa2\x96\xb7\x44\xa9\x5d\xa0\xc8\x98\x22\xc9\x78\x82\ -\x5e\x34\x85\xc6\x34\x1a\x8d\x9c\x74\x6b\x63\x60\xb4\x9c\xaa\x27\ -\x65\xc8\x8b\xec\xe5\xb9\x98\xbe\x27\xa9\x9d\xaf\x6f\x2c\x90\xc8\ -\x3e\x1c\x45\x9a\xb8\xd3\x69\x9f\x86\x22\xb4\xb0\xc8\x6c\xa9\x60\ -\xcd\x84\xd5\xb6\xd9\x30\x8b\x69\x23\xbd\x26\xc9\xa6\x86\x0e\x60\ -\xee\x08\x4b\x7e\xba\xff\xea\xbb\x8b\x24\xf3\xb3\x19\x38\x75\x50\ -\xfd\xe7\xc5\x39\x4e\x98\xa6\x12\x4d\x67\xc5\x87\x46\xa6\xd6\xe8\ -\xb2\x48\x95\xa0\x90\x1f\x7b\x84\xb3\xe1\xd5\x0c\x86\xaf\x7e\x81\ -\xa7\x73\x2d\xdb\x44\xfd\x07\x3f\x10\x07\x3d\x55\xca\xb4\x8b\x7d\ -\x11\xdd\xed\xec\x2d\x10\xde\xe9\xda\x2d\xc7\x92\x7b\x4f\x3c\x9a\ -\x13\x7e\x82\x91\xf4\x4e\x33\x3b\x75\x3d\x9d\xf6\x68\xf6\xff\x0a\ -\xb5\x6e\x07\xb2\x6e\x2c\x77\x34\x7c\xcd\xe2\x3a\xdc\x07\xb5\x4d\ -\x4c\x82\xda\x68\xbf\x3f\xb4\xf8\xd2\xcc\x98\xa2\x26\x8b\xef\xae\ -\x7e\x1f\x1e\x4d\xe3\x5f\xdd\xfa\xf4\xeb\x1e\x0e\x93\xaf\x05\x7a\ -\xc9\xca\xd3\xe7\xb3\xd3\xce\x40\x9b\x7a\xa6\xe5\xf1\x48\x79\x7f\ -\xd5\xf0\xb0\xd6\xc2\x57\xca\xec\xa9\xaf\xd5\x76\xb7\x68\xae\x03\ -\x56\x54\x76\x65\xe4\x13\xaa\xba\x2b\xe0\x9a\x5a\xf7\x4e\xa1\x25\ -\x82\xec\x02\x8f\x30\x0c\x8b\xa8\x01\x7d\xa8\xa6\x97\x2c\xeb\xb4\ -\xf2\xb8\x7c\x52\xc8\x0e\xff\x1c\x4e\x90\x76\xfe\x72\x3a\x25\xa3\ -\x99\x9a\xdd\x2a\xb8\x5a\xb3\x6d\x2e\x84\x7e\x0f\xfe\x7f\xff\xcf\ -\xff\xf9\xbf\x04\x8e\xdc\xa5\x73\x9a\x5d\xfe\x17\xaf\x91\xcd\xf3\ -\x86\x2c\x8b\xde\x0f\xf3\x84\xb0\x11\xbd\x16\xbb\x65\xba\x9f\x32\ -\x8b\xa1\xcb\x7e\x66\x38\x7c\xde\xfb\xf6\x2f\x1f\xa2\xdb\xcb\x8e\ -\x66\x59\x58\xcb\x9a\x2e\x33\xa1\xb8\xfc\xcf\xd8\xbf\xd7\xb2\x5c\ -\x12\xdd\xbf\xe6\x82\xc3\x56\xa4\xac\xb6\x08\x40\x6a\xa9\xd4\xec\ -\x54\x1c\x5a\xe5\xd4\xe6\x96\xd0\xb7\x0a\x94\xc2\x35\xcd\xf2\x14\ -\x64\xdf\xbe\xa1\x05\xfb\x4e\x88\xdb\x2f\xf2\x6d\xae\x7e\xb0\xe0\ -\x4b\xf9\xfc\xeb\xc5\x62\xd8\xbb\xde\x55\x18\xab\x62\x37\x50\x73\ -\x08\x6f\x3d\x98\x35\x8a\xc2\x87\xd8\x95\xcd\x15\x6e\xcb\x6f\xad\ -\x1b\x6d\xa8\xaa\x8f\x43\x3f\xb4\xab\x98\x82\xf3\xac\xfd\xf3\x41\ -\xcc\xb2\xd9\xf9\x6f\xe0\x65\x6e\x6b\xe9\x9c\x04\x9f\x38\x38\xb2\ -\x67\xa6\x00\x9a\xe8\x84\x12\xe3\xb3\xff\x80\x57\xa3\x44\x2a\x9b\ -\x50\x97\x8c\x56\xf8\xf1\x54\xf9\xb1\x69\x25\xc6\xd8\x84\x8f\xdc\ -\xb6\x68\x19\xa9\xa7\x83\x17\xc6\x6b\x31\x3e\xfb\x4e\xd1\x1f\x2f\ -\x6e\x0d\x25\xc0\xb4\xf0\x91\x5f\x47\x85\xda\xe6\x0c\x8b\x71\x26\ -\x7c\xf6\x7f\x4c\x07\x23\xfb\x30\xd6\xb0\x03\xfa\xa3\xbf\x46\xdf\ -\x21\xf1\xc9\x94\xd3\x10\x3d\x88\x72\xeb\xc7\xbe\x0b\x93\x3d\x1f\ -\x99\x63\xfe\x3f\xf2\x07\xdb\x7f\xb6\x78\xf8\xa9\xa1\x6f\x06\xa5\ -\x4a\x68\xfb\x7c\x17\x08\x95\x3b\x11\x09\x20\xb8\xfd\x6f\xee\x83\ -\x07\x6e\x07\xc2\xf6\xef\x1e\x14\x1e\x13\x56\x3a\x05\xcd\x4f\x92\ -\x73\xb3\xdb\x41\x6e\x0d\xe3\xef\xfe\x03\x11\xb3\x03\x55\x01\xce\ -\x28\x83\x5b\xb7\x07\xe6\x85\x0d\xb2\x3b\x56\x91\xfd\xbe\x5b\xe7\ -\xe8\x3e\x26\x19\xb9\xbf\xf9\xf6\xfd\x12\x87\xb5\x21\x8c\x4c\x96\ -\x49\x76\xef\x3f\x59\x74\xc5\x85\x15\x93\x62\x66\x0b\x0b\x97\xb0\ -\x8d\x5d\x0c\x5a\x6b\x4c\x08\x6e\x9f\xc2\xd2\xab\x78\x9e\x9a\xf5\ -\x6f\x4c\x19\x77\x7a\x6d\x91\x2a\x3e\xf2\x6b\xd4\x5f\x0d\x03\x08\ -\x0c\x07\xa4\xbd\xe3\x7c\xaa\xc2\xc6\xe8\x1f\xf6\x3d\xff\xec\xdb\ -\x2c\xf7\x7d\x84\xdf\x5d\xd0\x44\xc5\xf7\x0f\x61\x71\xe8\x5b\xaa\ -\x55\x91\x34\xa9\x90\x06\x94\x3c\x29\x07\xa1\xa5\x59\x8b\xdd\xfd\ -\x6d\x25\x6d\x42\x1a\x0f\xde\xc9\x92\x69\x21\x46\x44\xf8\xdc\x77\ -\x16\x0c\xcc\x5a\xb7\x8b\xda\x3e\x10\xb9\xa1\xcb\x79\xfb\x71\x0e\ -\x87\xa6\x74\xad\xd6\x24\xda\x25\x62\xbd\x53\x01\x55\x27\xff\xbd\ -\x28\x12\xae\x91\x91\x4f\xbe\xfb\x41\x57\x54\x63\x1f\x6c\x7c\x9a\ -\x38\xbd\xd9\xca\x43\xc0\x04\x7c\x5a\x41\x5e\x4e\xa8\x35\x19\x9e\ -\xfa\x2d\x19\x93\x52\x22\xc2\x47\x7e\x7d\xad\x7a\xd4\x25\xaf\xbc\ -\x67\xb6\x3e\xcf\x9e\xa9\xf7\x22\xdc\xb2\xa3\x74\x9f\xac\x0b\xff\ -\xf7\xbd\x7d\xff\x83\xe6\xfd\x95\xfa\x1c\xcb\xb1\x32\x63\x91\x08\ -\xe9\xae\x0b\xfb\xd7\x27\xb6\x40\x39\x3d\xb6\x07\x82\xad\x7b\x34\ -\x1b\x39\xed\x09\x53\x19\x37\x36\xa9\x9c\xbb\x33\xec\x78\xe7\xda\ -\xb2\xc6\xbe\xfe\xbe\x15\x6c\x3b\xf5\x7c\x04\xf6\xc0\x54\xd7\xbf\ -\xfa\x04\x69\xe3\x2f\xe6\x1a\x39\x91\xf5\x9f\xcb\x7b\x34\xce\xdb\ -\x29\xcb\x35\x5d\xb5\x7c\x25\x02\x83\x49\xb3\x41\x62\xbf\xbf\xd5\ -\x35\xdb\x39\x5d\x94\xfc\x70\x5e\x07\xd4\xbf\x29\x8c\x70\xbc\x3f\ -\xe7\x9e\xae\xec\x93\xe6\xb8\x93\xce\x22\x36\xc0\x88\xed\xef\x97\ -\xd7\x65\xc5\x29\x2d\x3b\xed\xc8\x1c\x27\x3f\xf2\x2f\xd8\x33\xf5\ -\xa2\xc6\x20\x05\x7e\x96\x15\x89\x37\xa4\x35\xcc\x82\x15\x61\xeb\ -\x10\x2c\x02\x7e\xe5\xd7\xa6\x2b\x11\x8a\x0b\x71\x1a\xa8\x07\x5f\ -\x0b\x52\x47\xd5\xd4\x4b\xf9\x35\xef\xfd\x49\xad\x0f\x31\x9b\x7b\ -\x2c\x17\x2d\xeb\xbe\x7f\xeb\xec\x48\x53\x9e\x62\x73\x48\x16\xde\ -\x32\x0c\x3c\x62\x8f\xdf\x9e\x23\x44\x7c\x81\x1b\x0d\x3b\xfe\xdc\ -\x1d\xeb\xb3\x83\xc6\x4d\xdf\xae\x61\xfb\x1f\x20\x2d\x51\x65\x7f\ -\x39\xd5\x52\x44\x4c\x03\xef\xcf\x94\x33\x07\x4f\x70\xdf\x9f\xa6\ -\x07\xac\xda\xd1\xd8\x49\x8c\x5f\xbf\x7f\xe2\xdd\x4b\x38\x2c\x7a\ -\xee\xe3\xad\x1f\xbf\xf7\x0c\x44\x16\x35\x87\x5d\x87\x0e\x8c\xf1\ -\xa2\x99\x52\x97\x77\xe1\x5a\xd6\x04\x7e\xe4\xe3\xc6\x6e\x8a\xc5\ -\xa1\x09\xf5\xef\x74\xd9\xf7\x37\x50\xba\x85\xb7\x6a\xc0\x5d\x76\ -\x17\xd8\x9d\x6d\x53\x4b\x52\x38\x98\xdf\x4d\x24\x14\xe4\x75\xab\ -\xdd\xff\xae\xfd\x26\x71\xf3\x0c\xc9\x4e\x3a\x3e\x0b\x81\xb0\x94\ -\xf0\xc1\xed\xb6\xe9\x6e\x02\x22\xce\xf8\x81\xb1\x06\xee\xfb\x4e\ -\xb0\x24\xce\x36\x51\x07\xf1\x78\xd9\xfd\x23\x7d\x24\x20\x19\x35\ -\x02\xb7\x08\x57\xdd\x43\x63\x6f\xcf\xe2\xf2\x33\x66\x0f\xc0\x60\ -\xa7\x56\x61\x41\xd4\xea\xe3\x90\x9b\x58\x1d\x5c\xee\x88\xac\xc0\ -\x8d\x3b\x33\x23\xd3\x35\xda\x6b\x30\x3b\x77\x7f\x7d\xca\xec\x01\ -\xbb\x21\xd5\x71\xa8\xf3\x23\xc5\x58\xea\x31\x41\xb9\x7e\x65\x27\ -\xa5\x56\x64\x5b\x4c\x89\x1f\x4b\x4c\xc0\xaf\x8a\x4f\x50\xeb\xfc\ -\x88\xfd\x63\xda\xf7\x4f\x9d\xd1\xdd\x9a\x3d\xce\x77\xb9\x93\x7c\ -\x15\x13\xc1\x34\xa6\x59\xbe\x3f\xa9\x6b\x5b\xa7\x46\xec\x23\x51\ -\x1f\x72\xd3\x61\x06\x6d\xd4\x72\xe9\x54\x15\x9b\x96\xd1\x01\x41\ -\x10\x66\x5c\x8b\x7f\xf2\xe0\x3d\x5d\xc0\x2c\x6c\xf2\x99\xe3\xd2\ -\x47\xaa\x97\x6b\x60\x10\xc1\x73\x4d\x9c\x7c\x22\xd2\xaa\x0a\x76\ -\xab\x64\xd2\xd0\x56\xc5\xdc\x5d\x7d\x41\x4b\xe9\x09\x88\x32\x18\ -\xf6\x74\x19\xe9\x6e\x69\x3d\xe3\x8a\x0e\x1e\x72\xd0\x36\xec\x65\ -\xcb\xe1\x87\xb7\x8c\xe3\x9a\x76\x7b\xdb\x92\x9c\x33\xfc\xf2\x5d\ -\x8c\x37\x4c\x27\x96\x5f\x28\xcd\x0a\xb5\xa6\x23\x85\xd4\x9d\xa2\ -\xe1\x32\x35\xa0\x07\x9b\x94\xda\xd8\x9d\x99\x2b\x18\x56\x0a\x7d\ -\x28\xfb\x74\xa7\x72\x4a\xb7\x9c\x26\xd7\x89\x59\xd0\x68\x1c\x5c\ -\x0f\x0a\x8e\xde\x8f\xd1\xb1\x84\x11\x81\x1f\x3e\xd7\xf5\xcf\xa0\ -\x55\xf0\xb0\x23\x97\xf1\x2c\x4a\x30\xd8\x73\x80\xb8\x90\x17\x3f\ -\x50\xa9\x5d\x92\xd5\x08\xf3\x41\x85\x60\xc8\xfe\x64\xc1\x30\x90\ -\x5c\xf9\x40\xbd\x09\x5e\x3d\xb5\x5c\x04\xc2\xd4\xc2\x26\xc9\x2f\ -\x55\x47\xf2\x3a\xfa\x1a\x82\xc6\x26\x08\x25\x2e\xca\x6b\x20\xa2\ -\x17\xb1\x1d\x3c\xd2\xa7\x35\xfb\x45\x5c\xaa\x0f\x7a\x13\x00\xd0\ -\x45\x8d\x03\x5d\x54\x9d\x10\x41\x9e\xf1\x05\x8f\x10\x3a\x3f\xc8\ -\xe3\x79\xc6\x64\xe4\x0c\x33\x25\x0f\xb4\x9c\xc2\xcc\xa0\x8b\x89\ -\x17\x20\x94\xba\x07\x13\xa0\x33\xfe\xa1\x55\x54\xa4\x08\x8f\x6d\ -\xb9\x18\x6b\xfd\xf8\xc1\xa5\x6d\x5a\x64\xcf\x38\x74\x72\xcb\x9b\ -\x10\x04\xb9\x43\x73\x90\x8d\x2b\xec\x68\x1b\xa9\x51\x69\x65\xb1\ -\xc9\x5e\xc8\x31\xde\xd0\x7b\xca\x69\x48\x4c\x51\xd3\xc8\xa5\x01\ -\x10\x86\x14\x8b\xeb\x2f\xe6\x73\xb4\x7d\x12\x79\xec\x28\x2e\xb5\ -\x5f\x9a\x3f\x67\xce\xde\x10\x77\x3b\xea\xa7\x4f\xba\x72\x20\xb8\ -\x32\xe8\x59\x78\xe4\x8e\xbc\x39\x61\x4d\x2a\x54\x43\x10\x75\xb7\ -\x90\x6a\x6b\xde\xaf\xeb\x1a\xe7\x5c\x9f\xe4\x91\xa3\x76\x24\x41\ -\xad\x31\x02\xb5\xd5\x68\xe4\x14\xdf\xeb\xa0\xd6\x78\x50\x3a\x45\ -\x8e\x11\x8f\x93\x27\x27\x68\xb1\xc6\x95\x1d\x9c\xd6\x2c\x2a\x53\ -\x93\x83\xca\x99\x0a\xbd\x9e\xb9\x2e\x89\x91\x23\x5a\x44\x46\x47\ -\x7c\x3b\x1d\x8d\x1e\xd4\x1f\x8c\x73\x9e\x1d\x0d\xe4\xb0\xce\x95\ -\x72\xab\x65\x79\x9a\x0c\xfc\xcd\xb4\xe1\x5b\x1e\x4c\x9f\xf2\xfd\ -\x2d\x97\xea\x4d\xf3\x72\x46\x1f\xfc\xed\xf7\xbf\x4d\xda\xff\x1b\ -\xca\x7b\xd2\x94\xce\xe9\xd8\xba\xae\x74\xc0\xaa\x29\xa5\x34\x4b\ -\xee\x37\xfd\xda\x6b\x87\x95\xcd\x39\x5c\xe7\xd4\xef\x3a\xb8\x39\ -\x10\xa2\xe8\x8b\x93\x99\x9f\x19\x5d\x43\xb3\xb2\xd6\xeb\xef\x0d\ -\x07\xb8\x88\xa1\x20\x50\x99\x64\x24\x1a\xee\x93\x6f\xed\x53\x8d\ -\x03\x84\x74\x6a\x8c\x7a\xdd\xc0\x31\x61\x8d\xec\x3f\x2a\x3d\x2c\ -\x68\x67\xc3\x96\x7a\xac\xc8\xbd\x71\x47\xe4\x32\x4f\xb2\xc2\xf7\ -\x9f\x75\xa5\xee\x77\x3e\x2e\x3b\xe4\xae\xc6\x12\x00\x45\x66\xda\ -\xf6\x1a\x25\xfe\x9c\x96\x0b\xee\x17\x1d\x49\xd4\x20\x96\xc1\x15\ -\x35\xce\xce\x1c\xba\x7e\x56\x3c\xa7\x9e\x94\x00\x4a\x9f\xae\x48\ -\xcb\x41\xe2\x53\xeb\xe8\xfa\xf2\xc5\x9c\x67\x2a\xb5\x98\x81\xb0\ -\xaa\xb6\x26\x01\x60\x32\x56\x4e\xbf\xaf\xb4\xb9\xde\x8e\xf8\x9c\ -\x53\xf2\xe0\x60\x16\xa7\xeb\xe2\xae\x20\x74\x77\x25\x66\x3f\x3f\ -\xa4\x19\xdf\x80\xd4\x73\x4c\x6b\x4d\xe4\x54\x52\x82\x91\x72\x99\ -\xce\xc6\xe5\x20\xec\x34\x2d\xed\xb2\x8c\x93\xed\x11\x0c\x00\x13\ -\x99\xf9\xef\xa6\x64\x5d\x91\x9b\x7f\x08\x3e\x58\xd7\x3f\x16\x00\ -\x1d\x4c\x03\x07\x72\xee\xfb\xf7\x38\xcf\x1b\x53\xa6\x4d\xc5\x96\ -\x67\xcc\x91\x1e\x54\x4a\xea\x5a\x51\x1c\x51\x10\x6b\x98\x97\xd5\ -\x33\xdd\xb9\xd7\xd3\x69\x90\xba\xf9\xc8\x1a\xda\xa1\x9a\xe0\x4d\ -\xa7\x59\xb8\xc6\x38\xf2\x1b\xfb\xda\x92\xee\xc0\xc9\xe4\x39\x79\ -\x3c\xb2\xe5\x06\xf5\x5e\x26\x2b\xa6\x4b\x61\xf2\xe3\xb5\x88\x98\ -\x11\xcb\xd1\xc1\x08\xa5\x87\xae\x5c\x54\xb2\xa9\x8c\x09\x78\xff\ -\xac\x51\x4b\x19\x4d\x50\x9b\xad\xbc\x3e\xcf\x1f\xe5\x07\x25\x36\ -\xcc\x6b\xfa\xf3\x3e\xf5\x5c\xff\xc7\xcb\xfe\x1b\x53\xca\x2f\xe7\ -\xfe\x35\x2f\x1d\x7e\xa5\xa0\x40\xf5\x21\xa0\xec\xdc\x5a\xca\x68\ -\xf4\x5a\x04\x9c\x19\x3a\xd4\x46\xd0\xb5\x58\x52\x08\xc9\x97\x6f\ -\xd2\x0a\x19\x2b\xba\x9c\x8e\xcf\x54\x76\xe9\x25\xc8\xe5\xd8\x4c\ -\x24\x43\x28\xfa\x14\x10\xeb\x43\xec\x98\xa8\xa9\x53\xa0\xce\x43\ -\x2b\x39\xd3\x2f\xc2\xd7\x49\xad\xfa\xe2\x7c\x44\xfc\x55\xab\xf0\ -\x28\x1e\xfb\xc2\xf7\xcd\x26\xbe\x31\x72\x33\xf6\x4b\x0c\x9e\x87\ -\x95\x5a\x1d\xd3\x1c\x65\x23\xeb\xa3\xfa\xb5\xae\xe2\x82\xba\x7d\ -\x69\x20\x9c\xea\x7f\xee\xcc\x9d\x91\x66\x37\xcd\xeb\x27\xf5\x2a\ -\x93\x5b\xed\xa3\x6f\x2e\x14\x10\x2d\x7b\xa7\x17\xbf\xa7\x40\x7f\ -\x7c\x5f\x73\xd4\x18\xc5\xaa\x4d\xf3\x24\x3c\x15\x1b\x5d\xe4\xc5\ -\xf5\x8b\x3a\xad\x82\x93\xde\x10\x53\x87\x27\xf9\x21\xc2\x0b\x9d\ -\xb8\x22\xa1\xc7\xea\x8e\x3c\x52\x5c\xfb\x30\x29\xd8\x61\x52\x60\ -\xcf\x6b\x27\x0a\x54\xe3\x77\x05\x8e\x80\x44\x1a\x54\x30\xbc\xd2\ -\x18\x3c\x81\xfc\x28\xc0\xa2\x98\xd8\x90\xd7\xa2\x64\xec\x43\x3d\ -\x2d\x56\xb5\xa6\x3b\xfe\x3e\xe7\x03\x7c\xda\x4d\xd3\x11\x34\x59\ -\xeb\x94\xbe\x17\x87\xd8\x96\xf5\x82\xfd\xd4\x79\x45\xd6\x47\xdf\ -\x6f\x9b\x1e\x21\xdd\xb9\xf6\x1e\x67\x13\x0f\x0d\xc0\x30\x52\x68\ -\xe8\xad\x21\x67\x96\x2f\x92\xc5\x17\x6b\xf3\x0b\x91\xe6\xd0\xc9\ -\x76\x98\x46\xda\x3b\x93\x21\xc8\x47\xa4\x8d\x78\x60\xba\x21\x54\ -\xd7\xe3\xf7\x77\x33\x9e\xc8\xde\xfa\xaa\x11\x6b\xfa\xaa\x6f\xff\ -\x1a\x66\x04\xd4\x42\x52\xd5\x50\xb5\x00\xae\x22\x13\x2c\x0e\x74\ -\x4e\x37\x36\xce\xa6\x8a\x9a\xd9\x90\x99\x2b\xf8\xa5\x48\x82\x9e\ -\x29\x90\xd2\x46\x69\x4e\x95\x64\xb6\xbf\xb1\x87\xfc\x00\xb0\xc6\ -\x5c\xcb\x3a\xf8\x5c\x07\x72\x50\x54\xf3\x1c\x81\x82\x75\xe6\xd8\ -\x51\x3f\xe3\xd0\x28\x1a\x0f\x7a\x4d\x6b\x14\x85\x00\xde\xb3\xc1\ -\xa8\x39\x1c\xbe\xda\x54\xdb\x5c\x25\xa7\x51\xdd\xf8\xe5\x79\xd6\ -\xcb\xd7\xf7\xf7\xcd\xcd\xf5\xcd\x89\xeb\x7f\xda\xc8\xe8\x83\xfe\ -\x44\xaf\xd4\xa6\x37\xbb\xfa\xe7\xfe\xd1\x11\x6c\x1a\xc0\x87\x65\ -\x2c\xe0\xb5\x18\xff\x7b\x93\x85\x43\x93\x16\x45\xcc\x55\x66\x38\ -\x78\x0f\x45\x7d\x04\x24\x4b\x33\x9d\x59\xfc\xa2\x29\xba\x66\x63\ -\xa6\x29\x5f\x48\x7a\x10\xbe\x04\x2d\x47\x9c\x01\xa4\xb4\x4d\xb6\ -\x27\x7c\xaa\x11\x77\x68\xb3\xd9\xb6\x66\x94\x9a\xf6\xea\xd3\xe8\ -\x43\x07\xf0\xb8\x91\x6e\x89\x23\x20\xb7\xbf\x9b\xd0\x90\xd0\xb2\ -\xe9\x01\x99\x28\x21\xa4\x0a\x1d\x5c\xa6\xe3\x7e\x0c\xe0\x2a\xa6\ -\x0a\x78\xe4\xc8\xf1\x5f\xa9\xa2\xbd\x3e\x7a\xac\x17\xb6\xf0\xe0\ -\x02\x48\x26\xd5\x33\xf3\xc0\xc2\xf6\x3d\x0a\xf7\x08\x3c\x0e\xe3\ -\x18\xff\x33\x4a\x4f\xaa\xab\xd2\xc2\x17\x4f\x9b\x71\xbf\xab\x4f\ -\x0d\xb6\x9b\x1b\x05\x3d\x37\x3e\x7f\x34\x21\xbb\x15\xc6\xb7\xee\ -\xc0\xdb\x07\x85\x1f\x52\xcd\x49\x51\x71\x97\x4f\x84\x5e\x5c\x90\ -\x9b\xc6\x73\x80\xd6\x61\xd7\xcf\xab\xe9\x6d\x64\x52\x1c\xbd\x39\ -\x66\xcf\x3d\x4a\xe9\x0b\xb6\x49\x40\x60\x2e\x8e\xb2\x6d\xca\x75\ -\x32\x4b\x2c\xa7\xb3\xce\x1c\x4e\x37\x5b\x6d\x56\xde\x34\x86\x05\ -\x4c\x17\x8a\x15\xab\x0f\x53\xa5\x33\x14\x5d\x71\x0f\x5d\xe6\x37\ -\x3a\x75\x51\x79\x69\xdc\x49\x9d\x09\x15\x79\x9f\xd1\x7c\xda\x1d\ -\x73\xa5\x13\xe7\x34\x1b\x0a\x1f\x86\x6b\x00\xce\xb6\xde\xbe\x81\ -\x65\x4f\xbd\x9f\x9d\xbb\x3a\xb5\xec\xf2\x0e\x3c\xf4\xc9\x5b\x7f\ -\x3e\x35\x6d\x7a\x3a\xf0\x5e\xb4\xf2\x6e\x27\xe0\xa1\x01\xfd\xdb\ -\xbd\x3c\xeb\xa9\xae\x3f\x9e\x34\xee\xa0\xa9\x76\xe2\xfd\x15\xd9\ -\x0c\x23\xb4\x8d\x8e\x70\xb2\x17\x4e\x27\xbd\x98\x35\xcc\x87\xf6\ -\xc2\xfd\x84\x7a\x78\xaf\xf3\xb4\x49\xac\x23\xf6\x0b\x52\x09\x10\ -\xb1\x11\x6a\xb8\x2d\x39\x6b\x0f\x6b\xbd\x15\x95\x85\xd0\x3f\xef\ -\x08\x19\x07\xa6\xaa\x85\xe4\x76\xbb\xd6\xd2\x14\xed\x5c\xe8\x3d\ -\x5d\xbb\x23\x0c\x0f\x3b\xc9\x71\x39\xd7\xcb\x25\xcf\x75\x48\x97\ -\x9d\x96\x2b\xd5\xff\xfe\xd4\x87\x5e\x03\x97\x00\x00\x20\x00\x49\ -\x44\x41\x54\x64\x60\x58\x8c\x87\x8b\x4c\x3a\x0b\xb6\xbc\x91\xae\ -\xf1\xe9\x42\x52\x6e\xa2\x7c\xdb\x1c\xb3\xe1\xa3\x6c\x66\x39\x03\ -\x04\x5b\xfd\x59\x16\x9b\xd8\xe9\x6e\x12\x1d\xbf\xa1\x0b\xfd\xf2\ -\xd4\xd4\xe7\x18\x1b\x47\xcb\xb9\x2b\xa8\x9b\x11\x20\x4b\x0d\xb1\ -\x7c\x43\xed\x54\x81\x7b\xb7\xa2\x56\xb0\xc4\xb5\x28\x58\x66\x23\ -\xce\x3e\xb1\x8c\x43\x14\x5e\xf4\x82\x0e\xa4\xd9\xf8\xf3\xa4\xf5\ -\xf7\x63\x43\x51\x3a\xc7\xc9\x58\xd3\xd4\x68\xae\xdb\xad\xf3\x83\ -\x9a\xc9\xb0\xf7\x14\x34\x3d\x55\xc5\xbd\x77\xba\x04\xf5\x09\x4a\ -\x5f\xff\xfd\x22\xdd\xfb\x33\x9d\xc9\xf2\xf9\xad\x5a\x1b\x47\x21\ -\x43\x9d\x12\xe5\x1a\xa5\x9c\xe2\xfa\x24\x58\xc2\x61\xf1\xb0\xd8\ -\x27\x2e\x3a\x82\xb4\x0c\x0e\x56\x1a\x67\x5c\x65\x8a\x39\xc0\xb0\ -\x70\xe8\x70\xec\x5f\xfb\xfe\xfd\x8e\xbc\xab\x4b\xd2\xc9\x0c\x52\ -\x22\x98\x57\x12\x45\xdb\x87\x13\x98\x80\xc5\x5c\x12\x8b\x9f\x4d\ -\x23\x63\xec\xcc\xb2\x08\x8d\x93\x26\x4a\x19\x97\x1d\xda\x45\xc7\ -\xc3\x61\xab\x7c\x57\x3d\xb7\xe8\xb0\xaa\x0d\x30\x65\xef\x4f\xa2\ -\x74\x49\x9d\x6a\xfa\xa4\x71\xce\xf9\xc4\xf0\x6c\x7e\x9f\x17\x09\ -\x1e\xe8\xdd\x99\xb1\xa2\x2d\xc6\x80\x1a\x1d\xaf\x6b\xc8\x22\xf8\ -\x95\xc4\x67\x6d\x41\xb3\x7a\xb4\x9f\xab\xd9\x50\xcf\xf7\x14\x3c\ -\xf0\xa0\xba\x59\x21\x70\xd9\x67\x21\x01\xc9\x4a\xda\x8c\x5d\x1a\ -\xcd\x36\xf9\xe0\xcf\x73\xd3\x46\x9d\x1a\xa2\x6e\x50\x21\xde\xa8\ -\x4e\xf3\x9d\xe9\xd9\xd7\x33\xb2\x70\x38\x44\x9d\x6e\x51\xa5\x37\ -\x92\xd1\x74\xc4\x94\xb5\xd0\xd3\x77\xed\xc9\x8c\xda\x98\xa6\x32\ -\x3d\x03\x4c\x9a\x69\xc6\x50\x05\x38\x3b\x2b\x03\xde\xe3\x9e\x0c\ -\x37\x5e\x96\xd4\x78\xbe\x3b\x5b\x9e\x60\x84\xb4\xf3\x5e\x1f\x02\ -\xf2\x6f\x45\xc8\xd7\xa9\x8f\x7f\xb8\x9a\x64\xb6\xe2\x9a\xc4\x8d\ -\x86\x30\xb8\x1a\xfd\xdd\xad\x71\x47\x4b\x0b\xdc\xd4\xd7\xc6\x8e\ -\x28\xec\xb6\xe6\x9d\xf4\xfd\x73\xbf\x3b\xe6\xe6\xbb\xf4\xf5\xdd\ -\xa3\x2d\xaa\x69\xf1\x49\x92\x7e\x77\x0e\x23\x48\x19\x6c\x89\x15\ -\xc4\x69\x65\x4e\xab\xb9\x4f\x9e\xef\xc5\x9b\x2c\xaa\x38\x03\x7a\ -\xd9\xc7\x5b\x1c\x88\xa4\x69\xf1\x2e\xe2\xf1\x16\x58\x59\x94\x96\ -\xfe\xc8\xf3\x34\x3d\x38\x9d\x50\x75\x4e\x84\xc8\x0f\x8b\xf4\xd4\ -\x6c\xad\x57\x63\x93\x2c\x3a\x15\x0f\xc0\x3b\x68\x8c\x4c\x9a\x26\ -\x00\x71\xb7\x28\x15\x30\x9c\x68\x3e\xb6\xaf\xe7\xce\x96\xb8\x07\ -\xbd\xb2\x00\x13\x3b\x3f\x95\x35\xef\x3c\xa1\xe6\x3e\x47\x3c\xf4\ -\x91\x67\xce\x5a\x38\x3b\x8e\xcc\xb1\x1c\x78\x2b\x04\xdb\x02\x72\ -\xe1\x76\xda\xa9\x0d\xa3\xac\x4f\x3e\x6e\xde\xa2\x44\x58\xbb\xbf\ -\xf7\x32\x94\x61\x84\x31\xc6\x6a\xf6\xf1\x46\x11\xdd\x7b\xa7\xa1\ -\x1a\x5e\xf4\x6c\xac\xc8\xfc\x32\xf1\x7b\x49\x5a\xad\xaa\x5b\x80\ -\x0b\xaf\x1a\xb8\x05\x82\xd2\x05\xb0\x3c\xa8\xc8\x88\xe6\xb1\x32\ -\x69\x73\xca\x14\x31\x1a\xdd\xdc\xe7\xdb\x1e\x7a\x30\x60\x20\x09\ -\x98\xd8\xba\xe5\xa4\xe7\xfd\x6d\xca\x5e\xda\xdf\xef\x9a\xbe\x57\ -\x5b\x7d\x9c\x86\x6d\x73\x6f\xff\x4d\x3f\xda\x63\x78\x28\xd8\x0b\ -\x2d\xbb\xb5\x83\x53\xd5\xf0\xc8\x88\x4f\xea\x0d\xe3\x99\x57\x56\ -\xb5\xf7\xa4\xaf\xc7\x33\x5d\x74\x36\x71\xc6\x6c\xb1\xa9\xa3\x38\ -\xd3\x45\x5f\xc1\xab\xfc\x9d\x42\x2d\xee\xc8\x3f\x67\xe8\x43\xf5\ -\x9b\xa5\x1e\x70\x95\x5b\xcb\xfb\x38\x5f\xc7\x03\x38\xa6\x05\x4d\ -\x60\x37\x43\xd0\xca\x11\xf0\x44\x38\xc5\x0b\xdc\xc8\xb2\x52\x09\ -\x94\xce\x9d\x68\x5c\x98\xd6\x0b\xef\x27\xc2\x26\xce\x4b\xe5\x46\ -\x7f\x40\x1b\x25\xb6\x86\x22\x36\x95\x6f\xb2\xae\x17\x03\x18\xd1\ -\x7f\xc8\xc3\xf9\xae\xd0\xb3\x73\x42\x57\xd4\xc1\x49\x9b\xf0\x13\ -\x6e\x74\xdc\x74\xb8\x4e\xf5\xa2\xe4\x1c\x9b\x8e\x42\x83\x69\x58\ -\xb1\x9e\x99\x26\xa3\x40\x08\xb4\x5d\xda\x9f\x89\xc0\x67\x0e\x13\ -\x55\xb6\x4c\x29\x74\x9b\xd6\xee\xf2\xa4\x23\x57\x43\x6c\x71\x14\ -\xe5\x8a\x8a\x9e\x20\x4e\x6f\x88\x06\x91\x7d\x5a\x34\x2e\x26\x9a\ -\xa5\xde\x37\x97\xac\x93\x5a\x03\x54\xa0\x1e\xb3\x3b\x27\xea\x95\ -\x14\x42\xa2\x83\x2a\xc3\x94\x4d\x5f\x8d\xd5\x23\x77\x40\x86\x90\ -\x31\x82\x2e\x29\xdc\x14\x55\x5f\x37\x45\x5e\x6a\x54\x4e\x6c\x71\ -\xf9\xae\x96\xeb\xb6\xb1\x71\xe1\x9d\x2a\xd4\x0f\x09\xfb\x6c\x32\ -\xc4\xc4\x3d\xb8\xf4\xf9\x4c\x6a\x2c\xcd\xee\xb4\xc9\x4c\x49\xbf\ -\x51\x31\x64\x87\x1b\xa2\xd7\x9d\xe0\x32\x31\xdd\x8b\x82\x02\x9e\ -\x39\x05\xc1\xb1\x6e\x36\x74\x1a\x2a\x50\x99\x4b\x6c\xd9\xef\x8e\ -\x6e\xd1\x7c\xa5\x1d\x3b\x65\x16\x51\xcf\x91\x0a\x94\x6f\x4e\x63\ -\x25\x57\x1c\x33\x5c\xe3\xf5\x7d\x82\x33\x11\x25\x37\x9b\x78\x38\ -\x24\x4d\xe4\xef\xdc\x1f\xd4\x9c\x09\x33\x92\xc0\xff\xf9\x3f\xeb\ -\x72\xad\x47\x4d\xd5\xff\x8a\xc0\xf7\x73\x90\x29\x73\xda\x00\x7d\ -\x84\x24\xbe\x4f\x3d\xf6\x63\x62\x3d\xb3\x78\xd8\xcd\xb1\x6e\x28\ -\x9b\xde\x94\x1b\x4e\x18\xf4\x19\x0e\xab\xfb\xe1\x3a\x8a\xaf\x76\ -\xf1\xef\xf2\x1a\x39\xec\xc5\xdf\x3f\xf3\x37\x50\xed\x3c\xd3\xf0\ -\x32\xc5\xe1\x43\xe4\x9c\xa0\x43\x16\x0b\xfc\x57\x7a\x9c\x72\x59\ -\x1c\x88\x36\xae\xfe\x23\x6b\x68\x98\x5c\x8f\x33\xf5\x74\x66\x2d\ -\x93\x16\xa9\x22\x57\xda\xe7\x7b\x99\x90\x14\xc3\xa1\x1a\xab\xb0\ -\xe1\x05\xca\xb6\x9a\x5e\x72\xa5\x66\x83\x59\xf7\x47\x34\x57\x5f\ -\xe9\x89\x8f\x49\xc5\xcb\xb4\x50\x8e\xc6\xe3\x41\x59\xed\x16\x11\ -\x78\x41\xbe\xe7\xda\x29\x4a\x21\x0e\x70\x11\xd3\xb0\x2a\x9b\xd7\ -\xfd\x55\x54\x9f\xf7\x98\xe7\xcf\xc4\xf4\x2a\x5d\x66\xd5\x26\x3d\ -\x45\x12\x96\x57\x8a\x75\x77\xa5\x3d\x7f\x4f\x38\x5c\x92\x87\xcc\ -\xbe\x16\x89\xdd\xdc\xe5\x5b\xfc\x09\xd1\xc3\x15\x32\xe9\xec\x6c\ -\xbc\x10\x56\x3c\xd7\x67\x3c\xdb\x04\x76\x62\x84\x63\x74\xb7\x4e\ -\x81\x7a\x73\x07\x9e\x8e\xaa\x51\xcc\xd5\x99\x2c\xa9\xd9\x0e\xfb\ -\x78\x9d\xec\x8e\x15\x0d\x6a\x51\xa3\xd5\xc3\x9c\xa9\x39\xb1\x7e\ -\xb5\xf4\x97\x23\xb7\xac\xeb\xeb\x5c\x47\xd6\xf5\x59\x2b\x26\x00\ -\x3e\xe1\xbd\xf5\xf7\xef\x03\xcf\xb0\x28\x3f\x26\x92\x51\x9b\x7d\ -\x74\xdb\xa4\x44\x9c\x66\xee\xfa\x6d\xa8\xe9\xcf\xbb\x71\x86\x1c\ -\x35\x90\x90\x51\xcd\xa9\xb1\x4d\x22\x63\xf3\xbe\x05\xf2\xd9\xa3\ -\xa8\xce\xfc\xd5\xd6\x44\x2e\x9f\xe8\x8f\x40\xeb\x83\xf6\x45\x8d\ -\xf1\x50\x54\x72\xf9\xfa\x5e\x29\x0a\x72\x05\xe8\x5a\x20\xa9\x10\ -\x63\x69\x43\x0c\x50\x19\x2f\x90\x33\x0a\x4c\x27\x2f\x8f\x9f\x5b\ -\xf5\xe2\x59\x8f\xb6\xf5\x3e\x72\x27\x31\x00\x13\x3b\x77\x3d\x34\ -\x5d\x3a\x5d\x34\x0e\xe9\x6e\x98\xa2\xae\x45\x97\xb4\xd3\xef\xfb\ -\xfc\xed\x7e\xa4\x46\x83\xc5\x01\x4c\x8d\x0c\x4c\xd6\x02\x87\x9d\ -\xc2\x1f\xfa\x6f\xc9\xa9\x17\x7d\x65\xe7\x9c\x3f\xbf\xb3\x6f\xa2\ -\xbe\x58\x83\x36\xbb\x87\xce\xb4\xe2\x11\xe4\x08\xce\xfe\x32\x59\ -\x23\x1c\xa1\xf4\x7b\x00\x59\x7d\xda\x96\x60\x24\x01\x57\x3f\x8c\ -\x1f\x17\x66\x6a\x54\x8e\x89\x54\x0b\x38\x95\x1e\x26\x8b\x96\xd4\ -\x1e\x87\xe9\x28\x54\xac\xa9\xe1\x10\xf9\x6a\xe3\xec\x12\x79\x27\ -\xb8\x20\x2c\x60\xc1\x03\xe9\x1f\x23\x70\xd6\x34\x10\x40\x77\x7e\ -\x3a\xad\x45\xfb\x46\xca\x50\xcd\x72\x3f\x51\x88\x07\x83\x9d\x5d\ -\xf7\x97\xb0\xb3\x40\x7e\x44\x1e\x23\xd8\x51\x80\x2c\xf3\x33\x79\ -\x2d\x16\x5e\x10\xdb\x07\xfd\xc4\x69\x08\x75\x11\x87\xf9\x03\x65\ -\xa0\x63\x74\xe9\x21\x4c\x17\x7e\xbf\xce\xd9\x27\x41\xe5\xfe\x17\ -\xae\x74\xfc\x9a\xc8\x1e\x93\x3d\x75\xb3\x0f\xc8\x9d\x88\x6e\x4e\ -\xdc\xf4\x06\xee\x0f\x94\x7e\xc6\xe5\xf2\xa0\x6c\x88\xa4\xf3\xd0\ -\xb7\x42\x0d\x8d\x67\xdc\xdf\xf6\xd6\xb2\x3f\xd5\x17\x5a\x4b\xea\ -\x14\xc3\x08\x20\xdc\xf6\x58\x93\x82\x17\x1c\x7d\x2b\xaa\xb7\x1f\ -\x5a\x87\x98\xb7\x35\x8f\xc9\x99\x75\x2a\x5e\x20\xdd\x9d\x9b\x7e\ -\xef\x3b\x51\xfc\xbf\x21\xcc\x78\x45\x89\x77\xea\x1f\xce\x42\xe8\ -\x39\x0d\x25\xd0\x72\x3d\x8c\x17\x33\x6a\xb7\x41\xd2\x65\x70\x4c\ -\x8c\x25\x51\x15\xc9\xa2\x6b\x8c\xad\x9b\x96\x2d\xd1\x50\x66\x60\ -\xfd\x40\x98\xbe\x6a\x39\xde\xc6\xe4\x0b\x0b\x4a\x37\xa0\x51\x1c\ -\xad\x3c\xfc\xe1\xc8\xed\xdd\x78\xe9\xaf\x94\x26\x13\xfa\xa4\x7d\ -\x6d\x2f\x12\x47\x93\x25\xf5\x79\xb1\xcd\xf2\x54\xc4\xde\x39\xf3\ -\x55\x6b\x76\x34\x5a\x8c\xb5\xb8\x4d\xbe\xe9\x15\x61\x3b\xa7\x77\ -\x67\xe0\x63\xb7\x46\xfe\x96\xd7\x14\x53\x73\x6e\x9a\xad\x28\x8c\ -\x28\xed\xff\x9f\xcf\x75\x0f\xc4\x72\x6a\xb0\x48\x6e\x6c\x07\x0f\ -\xa0\xa5\x1b\x0b\x14\xd0\xf0\xc7\x8e\xea\x3d\x2f\x79\x43\x73\x3d\ -\x4e\x40\xb9\xe9\x40\x4a\xbc\xdd\xcb\xfe\xd2\xfa\x7d\x6f\xaa\x88\ -\xaf\x72\x55\x62\x1d\xd6\xea\xe7\xf3\xe9\xee\xa0\xcf\x50\xd8\xa7\ -\xd1\xc7\x19\x0c\x79\xa2\xe1\xc3\x8a\xfe\xa5\x6d\x01\xfe\xbb\xbd\ -\x79\x37\x43\x01\x4d\x24\xfd\xbf\x69\xa4\xf2\xdc\xf6\x46\x6c\x2d\ -\xfe\xea\xe8\x36\x41\xc6\x67\xc6\xcb\xdb\x3f\xff\x9b\x4e\xeb\x0d\ -\xc0\x21\x29\x9b\xf1\xd3\x99\x75\x50\x79\x09\xaf\x8e\x84\x38\x0b\ -\xfd\x2f\xe8\xf5\xc3\x09\xb8\x19\xdd\xfc\x37\x3b\xfd\x93\x01\xd3\ -\x35\x0a\x0f\x67\x31\x29\x7d\x9f\x40\x5f\xf5\xab\x63\x7d\xc9\x5d\ -\x19\x75\x42\xd6\x68\x50\x4d\xb7\xe3\x2e\x46\xda\x5e\xeb\x71\x46\ -\xbc\x59\x9a\xd7\xde\xbf\xae\x2b\x11\xf7\xde\x9c\xe6\x77\x66\xc9\ -\xe9\x54\x07\xd3\xcc\x7b\x68\x6a\xdd\xce\xe6\x5e\xdc\xd8\x27\x41\ -\x53\x76\x37\xc7\x96\x75\xf4\xd0\x2f\x47\xec\x47\xdc\x1d\x5b\x12\ -\x52\x28\xfa\x1d\x65\x2d\xc0\xb8\xda\xda\xd8\x13\xf0\x48\x2a\x1e\ -\x32\x4b\x29\x5d\x19\x59\x33\xcb\x33\x7f\xb6\x28\x44\x3e\x8d\xe9\ -\x03\xac\xf5\x0c\x9c\x16\xa1\x03\x18\xdb\xc7\xb9\x16\x93\x31\xc6\ -\xe5\x0c\x19\x6e\x09\x2f\x44\xcb\x4c\x25\xbc\x1e\xb0\x38\x95\x28\ -\xfa\x39\x3f\x33\xb9\xc6\x75\xad\x85\xab\x51\x2a\x65\x7b\xbd\xb2\ -\x18\xfa\xa9\x46\xa9\x07\x7a\x2b\x87\x79\x92\x60\x29\x15\x65\x3e\ -\x8c\x6c\x02\xb8\x5c\xbe\x4e\xf7\xa4\xac\x65\x60\xed\x30\x1c\xe3\ -\x02\xf7\xbb\x8e\x7c\x50\x98\x25\xb5\xc9\x61\xd0\x95\x4c\x86\x38\ -\xff\xb4\xe6\x20\xc3\xac\x65\x8b\x07\x73\x4b\x52\x80\x53\x1f\x1e\ -\xa6\x12\x7f\xc9\x81\x3a\xa5\x32\x5d\x4e\x81\xcc\x57\x9b\x4c\x84\ -\xb5\x5c\xa3\xaf\x27\xd5\x90\xbf\x9c\x4d\x3c\x38\x0a\x27\xd5\x39\ -\x58\x46\x43\x33\xfc\x38\x6b\x35\x25\x2e\xd3\xa3\x60\x3f\xcf\x19\ -\x07\x82\x3b\xdd\x52\x1e\x74\x63\x9b\x5e\x2e\x07\xa5\x4b\x9f\x46\ -\xa3\x69\xfa\x2e\xf9\x91\xfa\x5c\x1c\x0e\xd7\x28\x53\xbb\x31\x6c\ -\xb2\xbf\x7f\x89\xc8\x43\xf7\xd0\xab\xd6\xa7\x53\xd7\x77\xae\xf6\ -\xe8\xb2\x33\xb1\x6f\x8e\x48\xd9\xc7\x6f\x21\xb8\xd6\x58\x60\x12\ -\xf0\xa4\x51\xba\xee\x48\xea\xa6\x95\x17\xfe\xb0\x63\x64\x7a\x70\ -\xc1\x15\x3b\x69\x54\x59\x28\x13\xa7\xb0\x33\x68\x7e\xf1\xb3\x98\ -\x61\x0e\x15\x6d\x32\xd7\xd1\xf0\x93\xef\x6e\x1b\x5c\x5f\xc7\xad\ -\xea\xcd\x59\xa2\x08\xdc\x12\x9f\x55\xfe\xca\xd7\xff\x86\xd6\x9f\ -\x08\xb2\x6c\x94\xa6\xc3\xe2\x91\xc7\xdf\x59\xc7\xb4\x2f\xf8\xdc\ -\x16\xe2\x5b\xe1\xc8\xcb\x27\x85\xe6\xb6\xc8\xef\x22\x6f\x94\xe8\ -\x55\xf9\xaa\xe7\x4e\xcb\x29\x5e\xcb\x26\xd2\xf2\x1d\x0d\xef\xe2\ -\xc1\x6f\xeb\x28\xb3\x15\xd0\xdc\xea\x1c\xc9\xe1\x10\x53\x12\xe5\ -\x24\x81\xe3\x42\xe7\x68\xe6\x28\xd3\x21\x49\x8a\x1a\x41\x8e\xda\ -\xd9\xe7\x66\x77\xe5\x5b\x7e\xc8\x5f\xee\x74\xb3\x46\x73\x34\x35\ -\x42\x55\x1c\xef\x46\x13\xe2\x6e\xc2\xd0\xf7\x43\xd4\xbe\x7d\xca\ -\x48\xd3\x29\xb3\xcc\x4d\xf4\xa1\xa7\xe8\xf9\x59\x32\x0a\x09\x7a\ -\x7f\x3f\xf1\xf3\xb8\x84\xc9\x3b\x0d\x51\x12\x5f\x73\x3e\xf7\xe5\ -\x14\x07\x05\x6d\xa9\x2c\x29\x45\xf7\x0b\x1c\xa8\xe0\x37\x5b\xe0\ -\x6e\x5f\x1d\x56\xed\x1c\x54\xde\xc8\x85\x70\x1d\x1f\x1a\xdd\xf4\ -\x95\x2e\x2c\x94\x17\xb4\x99\xdc\xc9\x0b\x38\xb2\x31\xa2\x07\x73\ -\xe2\x57\x13\x09\xf3\x77\xe1\x02\x1d\x82\x0f\x74\x80\x18\xda\x62\ -\x1d\xe0\xd3\x82\xd0\xc6\x71\xd7\x02\x6f\xc9\xf7\xb1\x3b\x0d\x87\ -\x83\xde\xbb\x5a\x61\xf7\x7d\x2f\x97\x0e\xeb\xa9\x5d\x2d\x1d\xdc\ -\xdd\xfe\x1c\xbd\xd3\xbd\x8e\x9f\x19\x3e\x73\x7c\x3c\xa3\x58\xdb\ -\x71\x59\x09\x59\xd1\xc0\xf1\xcf\xc9\xa6\xb5\x6f\x13\xf3\x93\x72\ -\xd2\x8b\xb0\x49\x57\xae\xb0\x74\x92\xa9\xbd\x3c\xc3\x88\x17\x96\ -\x53\x44\xe9\x7d\x62\xdd\x51\xbe\x83\xfe\x17\x54\x42\x4a\xaa\xc6\ -\x1a\x0d\xc4\x37\x6a\x6a\x5e\xb6\x5f\x1a\x05\x2b\x10\xbc\xa1\xe9\ -\x06\x0d\xfc\xe5\xfd\x44\x61\xd3\x83\x9a\x7b\x23\xf6\x10\xaf\x7f\ -\x9b\xbc\xe2\x7f\x4f\xdb\xf4\x32\x21\xfc\x16\x24\xaf\x47\x70\xda\ -\x34\x12\x5a\xb5\xb7\x8f\xdf\xcb\x0a\xbc\xcd\xec\x87\x40\xfc\x30\ -\x63\x39\x60\xfc\xaf\xdf\xb3\xf4\x9f\x48\xa3\x07\xa5\x97\x69\xdc\ -\x79\xff\x11\xb2\xb9\xa0\x83\x7d\xf2\xfe\x4c\xd6\x38\x2b\xd3\x4c\ -\x89\x7a\x64\xc7\x01\x98\x08\x41\xe9\x1e\xba\xea\x40\xf4\xe7\x67\ -\x13\xe8\x96\x69\x24\x15\xf7\x95\x03\x09\x12\x86\x3f\xa0\xa9\x43\ -\x77\xdd\x55\x16\x83\x7c\x03\x72\x19\xb5\x1e\x1e\x41\x90\x39\x96\ -\xc7\x1d\x44\x25\x75\xd0\xde\x20\x8a\xfe\xb5\xe1\x7f\x03\x86\x0b\ -\x79\x97\x9c\xca\xf6\xe0\xd3\x5a\xd3\x9d\xaa\xfa\xa4\xb4\xaa\xdc\ -\x07\xf3\x53\xbf\xde\xeb\x11\xdb\x50\x53\xbd\xe5\x20\xf1\x6a\x00\ -\x65\x34\x4a\x17\x28\x6a\x0b\x2c\xab\xcf\x20\x8f\x66\xba\xf4\xf5\ -\x13\xcc\x2e\xd6\xce\x06\x32\x83\x53\xbc\x5e\xfa\x64\x93\xbb\x32\ -\xe3\x94\x86\x1b\xea\xb7\xf5\x1b\xd4\x70\x3d\xf4\xb5\x1d\xc3\x79\ -\x9b\x00\xd6\x39\xe4\x67\xab\xec\x62\x15\xb0\x96\x35\x77\x80\xab\ -\x2d\xab\xab\x6b\x7e\x92\x56\x09\x31\xb3\xa1\xb6\x06\x32\x22\x80\ -\x76\x3b\xf6\xa4\xea\xa1\xc7\xda\x58\xa8\xec\xb9\x1e\xa7\xc3\xb8\ -\x5a\x50\xb5\xea\x86\x6c\x32\x56\x4f\x03\xfe\x55\x4e\x2d\x69\x35\ -\x4f\xdf\x6c\xe8\x3b\x98\x72\xda\xda\x4f\x70\x76\x6a\x17\x7b\x34\ -\x01\xd1\xd3\x9c\x68\xd4\x26\xac\x46\x8b\x54\x34\x0d\xd4\x1e\xef\ -\x25\x33\x0f\xf5\x34\xc7\xe2\x66\x8a\x27\x2f\xc1\xec\x51\xa3\x15\ -\x78\xd4\xeb\x88\xd2\x44\xbf\x33\xa2\xaf\xee\xcd\xde\xd1\x40\xb3\ -\xf4\x6e\x01\xa4\xfc\x1e\x90\x1b\x23\xd8\x3e\x96\xec\x2e\x7e\xa3\ -\x39\x71\x01\x36\x07\x6f\x51\xe1\x09\x85\xea\x99\x10\x00\xe1\xc7\ -\x17\x65\xf1\x58\x33\x14\x0b\x45\x78\xa7\x18\x1b\xba\x00\x0f\xa7\ -\x5b\x48\xba\x05\xc6\x86\x5c\x8f\xc3\xa7\x77\xf1\x61\x81\x5e\x05\ -\x84\xe7\x46\xe9\x44\xb0\x40\x3a\x06\x87\xe9\x68\xc7\x65\x95\xa0\ -\x14\xf6\x91\x9e\x9b\x71\xef\x57\xe1\x5e\x8c\xfb\x1f\x62\x6a\x0a\ -\x4a\x52\xd9\x00\xcf\x8c\x2b\x2e\x64\x25\xfc\xf3\x51\x99\x2d\xf9\ -\x1e\x53\xfd\x69\x9b\x5a\x6e\xc9\xec\x00\x4d\x4a\x97\x3e\x10\x2d\ -\x0b\x89\x3d\xb3\x03\xb9\xd1\x11\x2f\xec\xfd\x27\xd1\x38\x6e\x14\ -\xc2\xf8\x3e\x7b\x6f\x0f\x5d\x0c\x2e\xf8\xcc\xeb\x39\xe9\x28\xf9\ -\xb9\x94\x3d\x20\xb2\xe5\x5b\xd1\xf5\x5c\x7b\x8a\xa1\x2d\xcb\x7e\ -\x56\x05\x42\x11\xe2\x7b\x43\xa9\xba\x3f\xe2\x8e\xea\xfb\xe7\xb8\ -\x56\x22\x81\xda\x39\xfe\xde\xe0\x74\xfa\x87\x09\x67\x27\x45\x20\ -\x0f\x9f\x96\xef\xd1\x69\x22\x23\x33\x0b\xfc\x9d\x8b\x7c\x86\xcc\ -\xb6\xe2\x87\x1a\xb2\x95\xa8\xaf\x27\xa3\x8b\x87\x39\x0e\x97\x4c\ -\x66\xa3\x81\x30\x0f\xbd\x8b\x7a\xa8\x73\x5f\x7f\x6b\x5d\xc7\xe8\ -\xbb\x35\x6d\x52\x48\xae\x7a\xfe\xd4\x62\x4e\xfb\xe1\xa4\x92\x75\ -\xbd\x15\x07\xda\xa4\x19\x60\xdb\x0f\x23\x15\x7a\xe7\x68\x37\x70\ -\x04\xad\x99\xd9\xb2\x93\x06\x39\xb2\x49\x5c\x93\xb0\x7c\xaa\x9b\ -\x74\x0d\x6d\x42\xe4\xcc\x0d\xb1\xe7\xd5\x43\x3b\xff\x36\x15\x18\ -\x74\x3a\x8a\xb0\x6b\xae\x3c\x38\xe5\x7c\xdf\xcf\x33\x65\x3f\x9a\ -\xa4\xae\xf3\x49\x80\x46\xdc\x09\xa9\x85\x31\xbe\x35\x55\x42\x25\ -\xb6\xc6\x19\xd6\x49\x84\x6b\xad\xc1\x7d\x0f\xdd\x98\x51\x89\xd9\ -\x2f\x51\xc2\x72\x6a\x2b\x07\x68\x99\x5b\x56\x5b\xb3\xdc\x6c\x86\ -\x77\x21\x82\x53\x3b\x84\x81\xfa\xc6\xe6\x3b\x83\xde\xc3\xed\xad\ -\xbb\xcc\x66\xd1\x12\x54\x10\xf4\xec\x17\xd7\x1e\xb4\x5f\x44\x1e\ -\xc1\x90\x1c\x7d\x84\xfb\xd3\x2e\x9b\xfb\x10\x07\x6a\xb3\x1b\x6e\ -\xf4\xec\x99\x23\x54\x46\x0f\x51\xe4\x74\x24\xb5\x7f\xd6\xf3\xdf\ -\xf4\xa5\xa0\xd5\x2f\x34\xf9\xb7\xb5\xf4\xae\x97\xa2\xbf\xae\xc7\ -\x37\x56\xc3\xbb\x7e\xc2\x40\xa3\x87\xe6\x72\x00\x47\x2f\x13\x31\ -\xb7\xf6\x7f\x77\xab\x93\xc3\x31\x2b\x68\xf8\xbd\xce\xd2\xbf\xe8\ -\xb1\xe8\xe1\x7a\x3a\x3e\x57\x33\xb6\x0a\x93\x89\x3c\xfb\x74\xde\ -\x3b\x15\x79\x12\x8e\x71\xd4\xce\x74\x0c\x6d\x98\x38\x2b\xa1\xea\ -\x90\xca\xeb\x39\x1b\xe7\xf1\xdd\x48\x92\x4e\x28\x7a\xfb\xf4\x63\ -\xa7\x16\x8b\x9a\x3e\x24\xf5\x86\x4a\x7e\xc7\x71\xd6\x19\xea\x14\ -\xf4\xb0\x39\xcf\xe9\x54\x73\xbd\x7b\x3b\x6f\xaa\xf8\xa6\x6c\x50\ -\x96\xbe\x37\xed\xe7\xf3\xee\x45\xf9\xd6\x72\x06\x36\xc7\xb4\xfd\ -\xfd\xbc\xdb\xb7\x4d\xab\xb8\x10\x7f\xea\xef\xd4\x66\xe6\xde\xac\ -\x36\xbd\x97\xbb\xc9\x32\xc9\x6c\x58\x1b\xfd\x4c\x95\x5b\x33\xca\ -\xcd\xb1\xd6\x43\x6b\xa9\x64\x20\x31\x41\xdb\xc1\xce\x49\x50\x25\ -\x19\xa3\x56\x27\xb8\x36\x5f\x02\x54\xde\xdb\x1b\xa5\xed\x53\x79\ -\x07\x43\xe4\x36\xb0\x6c\xad\xa1\xab\x3e\xcf\xd6\xcb\xe5\x27\xd9\ -\x40\x0d\xc0\xc4\xb5\x93\x0d\x70\x7c\xa5\xea\x52\xe4\x02\x46\x5d\ -\xc0\x65\x44\xd1\xf6\xdc\x8a\x08\x06\xb1\xb5\x4e\x04\x88\xc7\x92\ -\x9c\xa0\xa5\x9d\xe5\x1b\xd7\x6a\x1a\x7a\xb5\x78\x82\xa0\x2b\x9f\ -\xe1\xf1\x75\x48\x35\xc3\xfc\x17\x97\xd3\xca\xf9\xa3\x97\x33\x44\ -\xad\xe9\x8b\x9c\xc4\x3c\x57\xf9\x5d\x33\xaa\xf3\x4e\x78\x68\x2a\ -\x43\xaa\x71\x9c\x89\xe2\x86\x48\x8b\xbe\x9c\x1b\xf1\x8e\xf0\x4e\ -\xc9\x4e\xf3\x8f\xfc\x5c\xe2\x19\x5b\x13\x94\x0d\x57\xc9\x79\xf6\ -\xac\xb6\x8e\x71\x00\x09\xd3\x9e\x5e\x1a\xa3\x81\xf5\x09\x66\xa4\ -\xb9\x5a\x46\x1e\x19\x58\x75\xdd\xba\xed\xe1\xa5\x6d\xb8\x3a\x6f\ -\xd5\xa8\x65\x7b\x7f\xb0\xf8\xf2\x10\x55\x13\xd0\xf7\x07\xb1\xf1\ -\xc7\x32\x6d\x42\x44\xed\xa3\xd9\x28\x38\x3e\xfa\xaf\x21\x32\xe2\ -\xdd\xb9\x10\x54\x3f\x59\x68\x7c\x3e\x7f\x6c\x93\x52\x75\xe8\x24\ -\x91\x19\xa3\xf8\xe0\x77\xba\x09\x36\xd1\x2e\xd1\xc2\xde\x1f\x30\ -\x2e\xb7\x94\x84\x09\x59\xdd\x22\x92\x75\xe3\x76\x7c\x17\xa7\x63\ -\x95\x3f\x3c\x91\xdb\x1b\x9c\xeb\x40\x48\x19\x2a\x77\xcb\x54\x10\ -\x9f\x12\xad\x9c\x50\xa9\x30\x6e\xff\x7c\xdc\x75\x4a\x6d\x71\xfd\ -\xee\x3f\x89\x88\xf3\xe9\x85\xbf\x2c\xc7\x8b\x5b\x35\x4f\x40\xf2\ -\xf6\x09\x84\x4d\x1f\xb3\x8a\x8c\x9f\xed\xd9\x49\x11\x6a\xfb\x47\ -\xfe\x80\x3c\xb7\xca\x8a\x56\x2e\x74\x82\x08\x1f\x7c\xc0\x9b\xa1\ -\x1f\x2f\x92\x32\x75\xe5\xb2\x1c\x03\xf9\x37\xbb\x77\xf6\x0c\x0f\ -\x51\x0b\x5e\x5c\x6b\x79\x8e\x8e\xe0\x5a\xcb\xac\x2d\xbd\x88\xbf\ -\xae\x0b\x5b\x3e\xb8\xf7\x0d\x25\xb6\x35\xd2\x0a\x72\xf2\x15\xf1\ -\xbb\xff\x05\x61\xe1\x27\xb4\x49\xe2\x8e\x33\x9e\xa3\x61\xc3\x44\ -\xcf\xfe\x40\x21\xd8\x0c\xcb\x0e\xfa\x90\xa1\x7d\x4c\x97\xd9\x39\ -\x47\xc8\xb0\x8b\x5e\x6f\xfd\x78\x46\xd2\x8f\x35\xc6\x5b\xfc\xdb\ -\x07\x52\x7a\xe3\x13\xba\xbe\x86\x70\x86\x2b\xdc\xaf\xf8\x41\x95\ -\x17\x0b\x67\x06\x19\x29\xf0\xbb\x7f\x33\x97\x43\xf1\xcc\x71\xab\ -\xc9\x9b\x1d\xc2\x58\x98\x61\xa8\x50\xcf\x40\x70\x23\x8e\x08\x9a\ -\x2b\xa2\xb9\x5f\xd2\x87\xfd\x80\x4f\x83\x3e\x8e\xfc\xa7\x05\x6f\ -\x64\x03\x71\xd1\x5d\xc4\xf7\x53\x22\x82\x44\x10\x5e\x9e\x3b\x62\ -\x37\x13\x67\x55\x6c\x05\x0d\x81\xac\x29\x23\x33\x98\x88\x1c\x98\ -\x7e\x51\x2f\x02\x6e\xb2\xfd\x71\xad\x7f\xbc\xc8\x6a\x88\xe8\xb5\ -\xf0\xd9\xbf\x59\xc7\xaf\xa4\xca\x56\x51\x24\xf2\x3b\x51\x2e\xd2\ -\xc1\x51\x4f\x4b\x07\xa5\x14\x11\xb7\xab\xb9\x2e\x0a\x37\xa1\x28\ -\xe9\x85\xe5\x24\x6d\x58\xb3\x47\x4e\x39\xe4\x65\x68\xec\x76\x5d\ -\xdb\xbd\xfd\xf3\xd3\xf5\xb0\x8c\x25\x56\xdc\xf2\x27\xb5\x05\x16\ -\x2e\xec\x16\xda\x2e\x2e\xfe\xe8\xbf\x60\x5d\x00\x33\x58\x3d\x1b\ -\xa4\xc9\x52\xef\xdb\x0f\xf5\x31\xe5\x43\x4e\x59\x05\xda\x50\x43\ -\x4a\x24\x53\xbd\xc3\xd9\x77\x39\x14\x9e\x94\xab\x30\x55\x48\xea\ -\x6f\x16\xbb\x94\x86\x23\x96\x33\xb5\x1e\xda\x30\x71\x3d\xc4\x47\ -\x05\x3f\xd4\x8c\x1b\x58\xd3\x29\xab\x82\xa5\x9f\x06\x3d\xbc\x1c\ -\xf1\x13\xf5\xe2\x85\xd3\x21\xac\x4f\x77\x3e\x29\xe2\xf7\x30\xd3\ -\xb4\xe5\xd7\xd2\x58\x78\x61\x75\x5d\xee\x00\x9b\xa1\xd3\x84\xdf\ -\xd0\x90\x64\x18\xf5\xaa\x29\x1d\xb9\x79\x00\x11\xf8\xa2\xd2\x84\ -\xa8\xd3\x11\xc5\x6c\x8f\xd7\xf2\x8c\xaf\xa1\x57\xb1\xff\xf8\xbd\ -\x7f\xbd\x30\xe6\x9c\x1c\xb2\xe7\x8d\x10\x2d\x7c\xd4\xf6\x37\xaf\ -\x9a\xd2\xa3\x45\x0b\xa8\xdc\x99\x63\x62\xd1\xd0\xea\xb4\x32\xcb\ -\xe9\xdb\x2a\x63\x3f\x27\xc5\x0d\x96\x8f\xb8\xe5\xb6\xfd\xc7\x57\ -\x66\xbc\x04\xba\xc4\xcc\xd8\x9f\xdf\xd6\x74\x73\x9b\x40\xfa\xcf\ -\xdf\x7b\x4e\x5c\xb9\x1a\x56\x91\xdb\xb4\x78\x2f\x7a\x9d\xb0\xcd\ -\xbf\xf3\xbc\x99\x5a\x19\x3b\xd3\x08\xb7\xe7\xa4\x59\xa3\x2d\x19\ -\xb6\x1b\x45\x94\xa8\x47\x5b\x90\x69\x57\x28\x9c\x68\xc9\x2a\xe3\ -\xad\x77\x0b\x17\xd5\x64\x9c\xb0\xbf\xc7\x7b\x38\xa5\xed\x41\xbd\ -\x53\xcf\xd1\xe9\x13\xfb\xb8\x83\xb2\x70\xdd\xb7\x81\x0f\x6c\x75\ -\x01\x7a\xde\x1a\x33\xee\xfd\x71\x47\xc0\x00\x2d\x30\x1c\x8e\x6f\ -\xdd\xb8\xc2\x58\x44\x6c\x6a\x23\x9e\x61\x48\x9e\x73\x69\x91\x0b\ -\xd7\x08\x23\x0e\x43\x87\xd0\x58\xf1\xe5\xd6\xef\x30\x00\x49\xc4\ -\xa6\xb7\x5b\xff\xf8\x67\x5f\x03\xa5\x17\x77\x2e\xbe\x9d\x3a\x97\ -\xcf\x5e\x7e\x9a\xfc\x8c\xf0\x91\x0f\x18\xcb\xdc\x01\x8d\xd3\x93\ -\x9a\x65\x25\xf5\x9c\x2b\x3f\x0f\xc4\x1b\xbc\xac\xa7\x05\x1b\x7b\ -\x4c\x74\xfb\x3c\x89\x89\x71\xeb\x9f\x01\x04\xa6\xd1\x46\x33\x63\ -\x22\x5d\x58\x9b\x92\xb1\x13\xd3\x66\x02\xe1\xe3\xe7\x23\x0e\xc3\ -\x29\xf1\x73\x63\x63\x1f\x13\x4d\x6e\x77\xa4\xa6\x79\x13\xfb\x7d\ -\x14\x54\x4f\x81\x01\xa6\xb7\x9b\x23\xd9\x7d\x73\x65\x73\xcd\x97\ -\x51\xbd\x95\xf6\xa0\x5c\xdb\x6f\x58\x99\x0d\xfa\xaf\x7e\xc0\x7a\ -\x63\x79\xc3\x11\xee\x8a\xb6\x7f\x97\xe5\xac\xb2\x69\x21\x53\x6b\ -\x4b\xc5\x3e\xb9\xf7\xa7\x81\x80\x02\x76\x40\x89\x1d\x70\xfd\xc8\ -\x07\x6b\x19\xfb\x85\x9b\x21\x8f\xab\x99\xf1\xab\x1f\x20\xdf\xcb\ -\xca\x5a\xed\xf2\x0c\xa9\x7b\x57\xad\x1b\x8d\xbd\x0d\x49\xbc\x06\ -\x65\xcd\x49\x69\x00\xbe\x7b\x5b\x53\xcf\x0b\xf8\xfd\xfd\xb4\x3b\ -\x61\x65\x2c\x49\xe4\xb0\x5a\xf9\xe4\xb7\xa8\x70\x35\x5b\x4c\xe6\ -\xac\x2c\x16\xab\xb2\xf4\xa7\xa8\xf7\x22\xc9\x32\xb1\xfb\xc3\x72\ -\x29\x63\x07\xb3\x9f\x95\x7c\x31\xe4\xb6\xfd\x4f\x9e\xe1\x95\x4e\ -\x94\x96\x68\x89\xdf\xfd\xa7\xdd\x1f\x18\x0d\x62\x98\x51\x65\x60\ -\xb8\xd0\x68\xc2\x88\x14\xbf\x9f\x30\x95\xb3\xd3\x6f\xb5\xf3\xd7\ -\xb4\x51\x9f\x31\x28\x49\x60\xd6\xb5\x69\xb7\x7e\x9a\x7f\x03\x39\ -\x6b\xc5\xf7\x11\xff\x63\x39\x60\x30\xa7\x50\x6e\xd2\xa2\x08\xc2\ -\xfe\xc4\x59\xeb\x67\xd8\x46\x85\x7c\x87\xb1\x0b\xd1\xc2\x0f\xaf\ -\x31\xb8\x59\xcb\xeb\x39\xfc\x0e\xd9\x49\xb8\x6c\x5f\xda\x35\x52\ -\x0d\x81\x17\xf7\xc2\xe5\xb3\xe3\x55\xf8\xc1\x21\xe5\xd1\x20\x0a\ -\xa1\x6d\x9e\xfd\xd9\x58\xc4\x01\x7e\x0d\xfb\xc6\x8d\xb2\xca\x45\ -\x47\xf1\xa5\x0e\x8c\xb0\x3a\x06\x0b\xc8\xdd\x41\x82\x3b\xd9\x2f\ -\xe1\x34\x18\xc8\x81\xaa\x27\x39\x7b\xe1\x12\xee\x68\xf0\x8c\x84\ -\xf8\x4c\x71\x59\xfd\x0d\x59\xcc\x6c\x1f\x54\xfe\x95\x09\xb1\xa5\ -\x9c\xee\x58\xb1\xf4\x3a\x3c\xf0\x7b\x69\x68\xc1\x70\xda\x27\x1f\ -\x51\x34\x88\xc5\x8e\x67\x68\xa4\x94\x8b\x20\x0d\x77\x91\x1f\x77\ -\x01\xad\x51\xaf\x42\x3d\x97\x08\x20\x75\x5a\x9b\x8f\x82\x35\x92\ -\xf0\x52\xaf\xe3\x9c\xd3\x40\xbc\xa9\x32\x2a\x36\x36\xf8\x72\xf1\ -\x24\xf8\x61\xc3\x5e\xe3\xf7\xce\x35\x5d\x73\x5c\xde\xd2\xb1\x29\ -\x6d\x5a\xfd\x73\xaa\xbc\x4f\x9b\xda\x14\xec\xe2\x7a\x27\x76\x59\ -\xed\x5a\x7f\xee\xda\xa7\x7e\x99\xd9\xe7\xde\x00\x5f\x3e\xf1\x24\ -\xe0\xb2\x9c\xaf\x62\x03\xad\x42\xe2\x3d\xd0\x77\x35\xda\xde\x43\ -\x4b\x18\x6e\x73\x8d\x22\xd1\x9f\x7f\x50\x19\x4f\xf7\x9e\x87\x2e\ -\xea\x8b\x06\xa2\x87\xa0\xd2\xdb\xa8\x9c\xed\xc2\x8c\x86\xac\x7e\ -\x86\x53\x2e\x5b\xb1\x25\x6e\xfd\x6e\x18\x08\x43\x52\x58\x8c\xc3\ -\x85\x32\xa6\x54\x8a\xe5\xcd\x2a\x05\xed\x0a\x13\xa9\x5f\xc4\x95\ -\x41\xd5\x9e\x4f\xe8\x20\x49\xdd\xec\x23\x9a\x9e\x34\x03\x39\xdd\ -\x8c\x64\x98\x31\xc4\xff\x66\x1a\x05\xca\xfd\xd4\xdd\x7f\x06\x22\ -\x4f\xf8\x4a\x97\x35\xe3\x15\xce\xf3\xa3\xda\x34\xc2\x5a\xd7\x30\ -\xd5\xc8\x80\x6b\xda\xfe\xcf\x57\xa3\x0a\xff\x4d\x03\xe7\x60\x4d\ -\x6a\x60\x6c\x3f\xad\x58\xbf\x89\xfe\xad\x46\x5f\xd3\x32\xde\x11\ -\x3f\x90\xdb\x74\x50\x94\xc0\x17\x8f\x09\x96\x65\x6d\xdd\x89\xdc\ -\xbe\x51\x04\xdf\xa8\xb2\xdf\xb4\x43\x61\xf9\xac\xab\x34\x7f\xb6\ -\x2d\xd8\x27\x8c\x0b\x60\x2a\x8a\xe7\xc9\x31\xa6\xa2\xc8\x0c\xba\ -\x86\x7f\xa6\xab\xed\xad\x14\x80\xb7\xcf\xf0\xc3\x6b\x52\xa4\xf1\ -\x8c\x58\x18\x67\xea\x2e\x8b\x93\x62\x3a\xf0\x17\x8a\x9b\x86\x9c\ -\x30\xa1\xd1\xd2\x40\x8a\xbb\x96\xd5\x44\x38\x4d\x69\xb0\x87\x36\ -\xcf\x02\x25\x75\xe8\x16\xa2\x81\xfa\x71\x10\xd0\x8a\x35\x7a\xe8\ -\xfa\xd6\x0a\xfd\x4e\x4d\xd1\xb5\xe9\x19\xf9\x5a\x4e\xd7\x92\x46\ -\x67\x91\x74\x71\x24\x2d\xb3\x8b\xb8\x3b\x0b\xe1\x97\x91\x71\x86\ -\x41\x77\x9d\xfb\x63\x80\x31\xa3\xf9\xba\x06\xfa\x7a\x0e\xbf\x96\ -\x03\x96\xf2\x88\x7d\x30\x34\x78\x05\x75\xd4\xed\xad\x4f\xad\x81\ -\x95\xa3\xab\xa6\x35\x2d\xb6\xc3\xed\x7c\x72\xa2\x1a\x93\x24\x05\ -\x59\xa3\x4a\x01\x38\xfa\xe7\xed\x99\x55\xbe\xd3\x2e\x9a\x13\x39\ -\xfb\x3d\x9c\xbf\x4b\x2e\x72\x3a\x9e\x51\xaa\xb8\x0d\xda\x2a\x2f\ -\x92\xbf\x4e\x9e\x7f\x7e\x56\x81\x31\x8d\xfc\xa2\x1e\x1c\x6e\xd3\ -\x0e\x1a\x77\x80\x6e\xf1\xb2\x41\x06\xbd\x35\xcd\x9b\x70\x38\x84\ -\x86\xe9\xc0\xc1\x40\x78\xdc\x09\x9e\xe3\xb8\x1a\x00\x71\xf1\xcf\ -\xe3\xfb\x27\x9d\x55\xeb\xfd\x46\x23\x56\x75\x8a\x35\xb8\xe3\x99\ -\x1e\x5a\x66\xa8\x64\x83\xdd\x0d\x4c\x4e\xca\xdb\x8a\x46\xee\x35\ -\x43\x8d\x13\xd0\x10\x29\x16\xc2\x73\x0a\xd0\x62\x10\xd2\x52\x7d\ -\xbf\xba\x47\xbf\xb9\x11\xe2\xc8\x92\x8b\x7d\x70\xad\xde\xcc\xac\ -\x49\x11\x54\x03\x6b\x72\x9a\x23\xde\x58\xb7\xef\x79\xf1\xcf\xab\ -\xfb\x5d\x6f\x04\xe1\x77\xa2\x74\xef\x52\x69\x93\x7d\xad\xa9\x44\ -\xb1\x4b\xac\x69\x34\x76\x91\x96\x3e\x8c\x8d\x6e\xbf\x75\x67\x51\ -\xfe\x76\xbe\x8b\xdf\xe7\x8b\xd6\xa0\x78\xe6\x3e\x57\x40\xef\xfd\ -\xe2\xb0\xf9\x3e\x1d\x3f\x1d\x25\xe3\x94\x36\xea\x69\x3b\x23\x5b\ -\x96\x17\xa5\x59\x0f\x8f\x48\xa4\xa4\x40\x6e\x19\x34\x75\xcb\x7d\ -\xab\xdf\x71\xa7\x8e\x58\x5e\xf5\xad\xfe\xf0\xb2\xd9\x41\xd2\x75\ -\x8b\x2c\x7e\x5d\x3a\xbf\xdd\x69\x4e\xe3\xf7\x6f\x31\xc7\x0e\xbb\ -\x74\x6a\xa0\xc1\xc1\x20\x70\xb2\xa3\x4f\x14\x69\x82\x03\xc4\x1e\ -\xf2\x5d\xee\x92\x61\x0c\x25\x3d\x9e\xc1\x41\xc4\x9d\x75\x94\xe4\ -\x7a\x31\xb0\x63\x1d\xf5\xb1\xed\xcd\xeb\x44\x33\x2c\x45\x18\xd3\ -\xda\x73\x98\x37\x14\x9a\x2c\x1e\xbc\x1b\x17\x1c\x46\x56\x6a\x1f\ -\xbb\x89\xa7\x2e\x59\xbe\x95\x68\xe9\x39\xc0\x6b\x70\x38\xc3\xec\ -\x20\xc7\x95\x52\xf9\x29\xaa\xdb\xa6\x39\x8e\x3a\x84\xb5\xf7\x6b\ -\xce\xc3\xab\x5b\x91\x0e\x1b\xdc\x9e\x9b\x04\x0d\x2a\x60\x39\x16\ -\xa9\xbb\x96\x74\xdd\x0c\xab\x87\xef\x82\x9f\xda\x8a\x45\xa9\x31\ -\xcf\x85\xa1\x35\xaa\x9c\x2e\x2f\xab\x8d\xe2\xc3\xbe\xd4\x1a\x2d\ -\x3e\x73\x03\x4e\x27\xbc\x10\xac\x8b\x62\x2d\x76\x8e\x72\x34\x91\ -\xa1\x1f\xb0\x2e\x5d\x43\xb0\x1b\x0f\x1d\xda\x2e\x77\x29\x94\x4a\ -\x31\x75\x44\x6e\x75\xab\xac\xd3\xe6\xb8\xeb\x8d\xe8\x2a\xa4\x46\ -\xa6\xf5\x78\x98\x6b\xf4\x36\x51\xc9\x90\xff\x45\x6d\xea\x93\x13\ -\x2e\x77\xce\xd3\xd5\x68\x3c\xc3\xfb\xb5\x36\x8d\xec\x14\xbf\xb2\ -\x2e\x77\xc3\x79\xa1\x1e\xad\x12\x27\x5a\xa3\xde\xdc\xef\x22\x63\ -\xc4\x9b\xb6\xa0\x03\x8a\xea\xab\x29\x85\x1e\x21\xb0\x6f\x7a\xb1\ -\x6f\x66\x0f\xa4\xd3\x55\xcb\x1a\xf4\x68\x7c\x2b\x94\xb5\xf3\xb8\ -\x29\xb8\xe9\x98\xf6\xd2\x4f\xad\x15\xbf\x52\x7f\x62\x8d\xef\xbd\ -\x6d\xfa\x2c\xa5\xad\x8a\x04\x79\xcb\x66\xe1\xa2\x67\xa5\x7e\x84\ -\x06\x1d\x8f\x99\x1e\x17\xe8\xe9\x3a\xf4\xfe\xfd\xf5\xb5\xa9\xfa\ -\xde\x68\x57\xe8\x67\x68\x0b\x62\xfd\xc6\xbd\x91\x93\x99\x16\x16\ -\xa9\xe1\x60\x24\x67\xbe\x05\x35\x94\x6d\x3d\x9b\xc0\xa4\xca\x35\ -\x67\x2c\x9d\xd4\xbd\xd3\xc6\xd6\x72\xe0\xd8\xa7\xcb\x86\x19\x6a\ -\x3b\x6c\x3b\xdd\x80\xa9\x90\x39\xfb\xe7\x7c\x3c\x2b\x29\x24\x55\ -\x8b\xfe\x86\x61\x73\x7e\x3a\x90\x4d\x13\x80\x1e\x35\xa1\xe9\xb8\ -\xea\x05\x6f\xac\x0f\x45\x3a\x4a\x5a\x13\x24\xaf\x9a\xbd\x6f\x86\ -\x0f\x7f\x5b\xe3\xdc\xc1\x22\x34\x5d\x5d\x04\x59\x3e\xc0\x26\xca\ -\x09\x21\xb5\xe8\xef\x59\x80\x4e\x13\xa0\xd3\x48\x64\x68\x84\xf8\ -\xa4\x65\x1c\x39\x26\xd7\x4f\xe9\x53\xd2\x60\xc4\xac\xb8\x83\x0e\ -\xc9\xe0\x04\x10\x87\x50\x9e\x2c\xf8\x9a\x50\x94\x69\xf2\x69\x28\ -\xb3\x03\x78\x98\x26\x14\x1d\xbd\x9d\x45\xc4\xd9\x18\xfd\xb7\xc0\ -\x5e\x0c\x60\xe1\xf9\x77\xf5\xaf\x1a\x9b\x7a\x26\xa6\x41\x38\x03\ -\x3a\xcf\xe9\xa8\xed\x4d\xa3\x13\x16\xaa\xec\x39\x51\xc3\x8a\x9c\ -\xc6\x7b\x7d\xd3\x62\x56\x21\xbd\x86\x76\xc4\x9e\x91\xbc\xae\x33\ -\x4a\x3a\x3f\x67\xf0\x7c\x36\x13\xa1\x43\x92\x66\x27\x0f\x03\x97\ -\x18\xeb\x58\x3f\x1b\xa0\x2b\x59\x1f\xf6\x77\x4c\x70\x3e\x9f\x8d\ -\x37\xaf\xca\x0e\x0c\x4b\xba\x95\x55\x58\x6f\xd1\xe8\x54\x24\x13\ -\x83\x48\x39\x59\x26\xa2\xfc\x0a\xcc\x9e\x66\x11\xf1\x5d\xe8\xf1\ -\xdd\x79\x3e\x3b\xad\xa6\xaa\x6a\x88\xae\x5d\x42\x3a\x00\x82\xde\ -\xcd\x4d\xa6\x26\xf2\x8c\xb3\x88\x73\xb9\x04\xf9\x38\xa8\x86\xca\ -\xf6\x3c\x58\x19\x68\x8e\x70\xa7\xbe\xb0\xe8\x95\x51\x37\xad\x41\ -\x1d\x55\x8f\x0e\x19\xce\x92\xeb\xcc\xe6\xea\x39\xa9\x7b\x04\xee\ -\xc6\x74\xea\x80\x0a\xfc\xee\x77\x0d\x73\x52\x40\x65\x36\x60\x8d\ -\xc2\x7c\x6a\xa4\x56\xea\x72\x34\xe3\x64\xb4\x48\xa7\x8f\x46\x67\ -\x46\x49\x4c\x83\x29\xf6\xf5\xb0\x78\x35\xca\xfb\xce\xa6\x52\x77\ -\xab\x2b\x79\x86\x2b\xc3\x75\xf3\x68\x40\xd6\x5b\xd3\x30\x28\x9a\ -\x34\xdd\x79\x41\xfb\x09\x1a\x72\xad\xb3\x18\x64\xc4\xfb\xdd\x01\ -\xc4\x35\x2a\x70\x65\x81\x86\x01\x54\xf7\x1a\x58\xa1\x3c\x30\x47\ -\xbf\x3e\x9d\x3a\xe8\xd4\xa7\xd6\x2a\xf2\x3e\xd3\xcc\xaa\xbd\xa1\ -\x92\xea\xfc\xb4\x3b\x66\x3f\xb4\x58\xfa\xd2\x08\x6b\x9f\x5a\xeb\ -\x14\xbe\x9d\xb5\x14\x45\x53\x45\xfb\xa0\xfd\x09\xc2\x2c\x3d\x9a\ -\xaa\xbf\x85\x77\xd7\x5e\x6c\xeb\xd6\xeb\x74\x81\x47\x5b\x64\xc8\ -\xba\xd8\xc4\xea\xcd\x69\x29\x0f\xdd\xc5\x4e\x4b\x5a\xc3\xc9\x29\ -\xf8\xb0\x2b\x72\xb0\xc0\x4f\xce\x70\x48\xd3\xf6\x31\x55\x42\xd1\ -\x02\xd1\x90\xc0\x29\x7e\x0c\xf8\x61\x16\x6f\xe7\x03\x3f\x3b\xe5\ -\x0c\x1d\x83\x0e\x17\x91\xde\x58\xb1\x06\x3a\x8b\x83\x3b\xfe\x92\ -\x6c\x0f\x7a\x68\xb7\x90\xd9\x54\x94\x1a\x18\xed\xc8\x10\x57\x73\ -\x55\x0b\xed\x6a\x34\x2a\x6a\x14\x99\xf5\x50\xbf\x09\x14\x90\xbb\ -\xb9\xc7\xf5\xef\x2d\x6d\xf4\x89\x44\x71\xa3\xb0\x12\x77\x40\xe1\ -\xe0\xd0\xca\x4a\xa7\xb8\x81\x68\xd2\xec\xe0\x55\x6f\xa7\x54\xd6\ -\x05\x9a\xc2\x7c\x2d\xfd\x10\x06\x12\x6d\x0e\x37\x0b\x91\xa9\x24\ -\x45\x6b\x64\x9b\x16\x70\x22\x75\x33\x54\x39\x9a\x6f\x6a\x0e\x38\ -\x03\xbd\xcd\xe0\x55\x1a\xe9\x83\x9d\x7a\x17\xee\x31\x4c\x31\xa6\ -\xe7\xd4\xa4\x0c\x51\x64\x33\xc0\xc0\xe3\xf0\xa2\x9a\x6a\x1e\xda\ -\xb9\x08\xfc\x65\x10\xee\x40\x90\x75\xea\x05\xba\x39\xc7\x53\x23\ -\x33\xf9\xbd\xe5\x94\x56\x97\x09\xbf\xd8\xf1\x23\x9b\x3c\xc9\xef\ -\xf3\xbd\xe8\xfa\x62\x6a\x91\x0e\x98\x95\x3f\x94\x9c\xe7\x91\xc3\ -\xe4\x87\xa7\x53\x83\x8a\xf6\x71\x50\xc4\xc8\xe3\x0d\xa2\xb1\x4f\ -\xf4\xa1\x4d\x7b\x68\x3d\xcc\x6a\x54\x9c\x02\xa1\xc7\xfe\x3d\x5c\ -\x26\x4f\xd9\x47\x98\x23\x84\xf5\x6b\x09\x97\xa9\x89\x4d\x97\x87\ -\x4f\x46\xf1\x59\xcd\x1b\x13\x7b\xe4\x80\x7e\xd1\x23\xe4\x18\xa5\ -\x82\x85\x01\xec\x63\x02\x4e\x9e\x49\x23\xeb\x2e\x8a\x4e\x17\x94\ -\xb3\x53\x58\x45\x2b\xfd\xbd\x04\x76\x95\x35\x34\x88\x8f\x15\x74\ -\xfe\x26\x36\xee\x22\x7f\x7a\xac\x63\x76\x5d\xaa\x4d\x3a\x83\xc2\ -\xfc\x28\x96\x51\xb9\x78\xfd\x9f\x99\xd6\x43\x67\x81\x37\xce\xec\ -\xc3\xae\xfb\x78\x5e\x3d\x64\x37\xdd\xd2\x7c\x8a\x49\xac\x69\x88\ -\x90\x6b\x10\x32\xcd\x28\xb8\x0e\x48\x25\xaa\x54\xe6\xb7\xe2\x90\ -\xc4\x11\x41\x3f\xd7\x4e\x83\x84\xc5\x35\x21\xeb\x01\xd7\x58\x20\ -\x96\x59\xf0\x2e\x6a\xa6\x25\xab\xc5\x65\x78\x7e\x62\x8b\x28\x48\ -\x27\x48\x28\x7e\x78\x1d\x29\x59\x65\x89\x2d\x1e\xd0\xfc\xe6\x8a\ -\xa7\xcd\x20\x25\x29\xb0\x2f\x4d\x24\xe1\x3d\x44\xfe\xcd\x75\xeb\ -\xd5\x0d\x51\xfa\x14\x4f\x1f\x02\x70\xcb\x33\x09\x5a\xea\x8b\xee\ -\x82\xb8\xed\x5d\xcf\x64\xd3\xe5\x53\x3f\x6a\x0c\x08\x1d\xc5\x6b\ -\xdc\x19\x5b\x26\x55\x87\x86\xb3\xe5\x6e\xb9\x34\xfa\x6e\x44\xc0\ -\x06\xcc\xe9\xa1\x0f\xc9\xb9\xbd\xa4\xe7\xab\x19\x16\x49\x33\xc6\ -\x60\x05\xdf\xb3\x58\x53\x2e\x97\x0c\xf6\xe2\xbe\xec\xd0\x5b\x74\ -\x86\x4e\x07\xcf\xf8\xa5\x33\x1f\xad\x05\x66\xb7\xda\x07\x7d\x2d\ -\x1e\x2c\x97\x32\xef\x92\x04\x1f\xe9\x85\x42\xfe\x82\x21\xb8\x1c\ -\x5a\x66\x58\xea\x59\x93\x1d\xee\x84\x67\x54\x4e\x7d\x1f\x43\xcf\ -\x59\xb9\x34\xda\xf4\x6c\xe4\xf9\xc8\x01\x9d\x66\x39\x66\xb0\x41\ -\x39\xcd\xb3\x3b\xa0\x90\xe6\x96\xeb\x86\x19\xdb\xf3\x64\x6f\x50\ -\xe5\xf4\x75\xe6\x88\x36\x67\x69\x74\x83\x80\xfd\x98\x74\xa5\x46\ -\xf2\x01\x48\x70\x4e\xc8\x18\xcf\xf7\xd1\x41\x3d\x66\x2e\x07\x58\ -\x3d\xea\x80\x98\xda\x73\x19\x04\x91\x5b\xa1\x2f\xbe\xca\xea\xde\ -\xa9\xa2\xf6\x7e\xff\xc9\x5a\x38\x26\xf0\x51\xb0\x77\x57\xc7\x6e\ -\x5c\x15\xcc\x93\x00\xaa\xbb\x2b\x77\x6a\x6a\xc3\x9d\x5c\x9a\x41\ -\x0d\x3d\xef\x30\xd6\x92\xa0\x1c\x47\xa9\x45\xa9\xe8\x3a\x22\x1d\ -\xc2\x8c\x4b\xda\xb3\x33\x90\xb5\x37\xbd\x31\x58\x61\x5e\xc9\x92\ -\x52\x51\x73\x29\x76\x10\x9d\xf0\x3d\x04\xb8\x03\x8c\x73\xa1\xef\ -\x41\x69\x9e\xf9\x83\x2b\x35\xd6\x38\xce\x34\xea\xfa\x48\x20\xef\ -\x37\xa1\xf7\xfc\xad\x53\x2f\x9b\xf5\xb2\x9f\xb8\x51\x53\x33\x0e\ -\x13\xb2\x93\x15\x22\xe2\x94\x4a\x9f\xb0\x8e\x1a\x4b\x1c\x68\x85\ -\x1b\xa3\x71\x33\x05\x69\x82\xea\xf3\x02\x0e\xd1\xa6\x90\x78\x91\ -\xe3\x17\x50\xa2\xde\x94\x9c\xc2\x1e\x84\x9b\x3c\xcc\x70\x6e\x0b\ -\xdb\xf0\xa3\x9b\xb1\xaf\x75\x5b\x35\xb3\xd8\x37\xf9\x46\x58\x76\ -\x12\xef\x21\x62\x25\x92\x66\xed\x0d\x08\x71\x09\xd6\xe2\xb2\xf6\ -\x22\xd0\xd8\x18\xd2\xbe\x5b\x33\x07\x70\x3d\xd2\x99\x71\x32\x1f\ -\xac\x0e\x51\x30\xe9\xdb\xc3\xd7\xc3\x95\xe8\xbb\x63\x4f\x9c\xc1\ -\xe9\xdf\xaf\x45\xc9\xcb\xcb\x88\xb4\x9c\x5d\x54\x3d\x24\xf8\x02\ -\x22\x10\xad\xdb\xaf\x37\xaa\x9a\x48\xb9\x07\xf5\x40\x53\xbd\x37\ -\x16\x5f\x59\xc8\x65\x18\x34\x99\x3d\xb5\x6e\x69\xb9\x47\x93\xce\ -\xa0\xfd\xf0\x19\x0e\x40\x77\x9b\xd6\x45\x08\x9b\x2f\xb2\xad\x19\ -\xb6\x3a\x02\x0f\x33\xf7\x44\x9a\x45\x7c\x20\x0c\xd3\xa6\xb9\xd6\ -\x21\x5a\xe3\xb1\xfc\x18\x90\x87\xcd\x35\x94\x1e\xc8\xfd\x49\xa7\ -\x7c\x50\xa7\x3a\xba\xab\xf2\x10\xb5\x8e\xf7\x26\x98\xa2\x7b\x0f\ -\xac\xa4\x98\xc0\x1e\xce\x7e\x55\x14\x51\x9b\x6e\x55\x43\xb7\xba\ -\x70\xb2\xd3\x4c\xc0\x89\xb6\xe8\x16\x28\x6f\x30\xd8\x35\x7e\xe2\ -\xfa\x42\xc9\x06\xd5\xbe\xff\x55\x39\x27\xa7\x36\x27\x90\x22\xfa\ -\x8e\x8c\xc7\x01\x4e\x2f\x22\xf5\x70\x1e\x02\x87\xd3\x8e\xa1\x4b\ -\x7d\x7d\x81\xc4\xa8\xa8\x2c\x2e\x72\xa5\x74\xaf\x04\x6d\x9f\xd0\ -\xf4\xe7\x67\x23\xf5\xb2\x05\x06\x70\x71\xde\xd3\xc3\x4d\xcc\xd0\ -\x9a\x74\xbc\x0b\xa4\x8e\x9a\xde\x92\x68\x99\xc6\x45\xa6\x88\x7e\ -\x14\x08\x24\xe9\xd2\xa4\xfa\x14\x8b\xbf\x0a\x63\x0f\xcd\xc0\x03\ -\xf5\x6c\x28\x75\x04\x0c\x6a\xea\x36\x68\xe4\x1d\xbd\x35\x0d\x07\ -\x8c\x9d\x13\xf8\x72\xc4\x7c\x37\x38\xb1\x5f\xdd\x92\xee\x9b\x8b\ -\xe5\xc3\xe4\x40\x31\x4d\x5a\xe8\x89\x04\xe2\xcb\x99\xf5\x35\x93\ -\xe8\xd8\x47\x79\x9e\x6e\x0f\xd6\x16\x72\xce\x7f\xb7\x93\xbe\x11\ -\x21\x8e\x9c\x29\xd4\xbb\x51\x2e\xe9\xbd\x69\xf0\xc2\x34\x8a\x31\ -\xd0\xfb\x7b\xcb\xf0\xdf\x03\xd8\x8b\x33\xeb\x74\x25\x8d\x09\x62\ -\x36\x62\x61\x96\xf2\xf2\x3d\x97\x02\xfb\xbe\x33\x72\x21\x08\x7a\ -\xdd\x78\xe8\xce\x00\x57\x19\xb9\x50\xb1\xfe\x52\xd0\x3e\xa8\x22\ -\xff\xfb\xce\x80\x38\x26\x63\x41\xc7\xeb\x76\xe7\xef\x53\xeb\x42\ -\xfb\x88\xe9\x55\xcc\x1e\xe4\xa9\xd0\xf8\x58\xd6\x4c\xec\x73\x9f\ -\x18\x83\xf1\xf6\x91\x87\x13\xa4\xf2\x5f\xd1\xde\x4e\x63\xcc\xbe\ -\xc4\x19\x0a\xf4\x62\x6e\x84\x41\xfb\xe3\x12\x88\xe7\xe3\x30\x6d\ -\xb8\x4d\x1c\x76\x22\xe3\xea\x99\x53\xca\xec\x20\x16\x9a\xbb\x5f\ -\x35\x44\xa5\xa5\x90\x34\x49\x30\x5f\xb9\x30\xe8\x60\xf7\xda\xd4\ -\xd7\xb8\x80\xd5\x34\x94\xda\x0b\xb4\xa0\xb0\x26\x30\xad\x63\xcd\ -\x74\x33\x9f\x37\xea\x60\xa7\x6d\x85\x6c\xc1\xd8\x15\x4f\x87\x50\ -\xe2\x39\x01\x3a\x0d\x73\xbe\x05\x50\x4f\xc7\xb8\x46\x71\x3b\x9a\ -\xa3\x05\x1a\x96\xf8\xa1\x61\x4a\x90\x47\x72\xf8\x9b\x75\x72\x82\ -\xc6\xa9\xb0\xe1\x07\x83\x03\xd9\x14\x36\x07\xbd\x6e\x14\xa6\xf2\ -\xb2\x47\x4a\x4b\x14\x76\xe9\x68\xfa\x16\x8b\xa8\x91\x03\x64\xd7\ -\x71\x9e\x76\x63\x13\x5d\x18\xbf\xf3\xad\x6e\xa8\xfd\xb6\x3d\x4b\ -\x4f\xd2\x5a\xdf\x26\x52\x1f\xd7\x6f\x5f\xa3\x81\x32\xbd\x30\x41\ -\x70\x7b\xae\x95\x81\x43\x6d\x14\x3f\xf2\x26\x87\xb1\xc4\x30\xf8\ -\xe2\xbf\xde\x21\xaf\x66\x31\x3d\x1b\xd5\xa7\x54\x31\x41\x86\xd3\ -\x6f\x77\xcb\x7e\x2c\x40\x0a\x55\x8f\xf9\xf4\xca\xfe\xbb\x4f\xad\ -\xa9\xdc\x7e\x9f\x4d\xd1\x17\x57\x5c\xc5\xa8\x17\x9e\x40\xe7\xf9\ -\xb3\x6c\xba\x1c\x31\x1d\x49\x53\x64\xc9\xb5\x4e\xd4\xf8\x1b\xb4\ -\xbe\x7e\x86\x37\xe7\xc7\x38\x35\x53\x67\xa7\xcf\x7b\xcf\x94\x19\ -\xb1\x5e\x6a\xe9\xf3\xbe\x27\x00\x00\x20\x00\x49\x44\x41\x54\xda\ -\xfe\x60\x55\x84\x61\x4c\x33\xce\x8a\xaf\x72\x71\x77\x91\xf3\xce\ -\x3d\x0c\xa1\x2e\xb7\x22\xb4\xee\x55\x53\x3c\x9a\x4d\xd7\x5a\x66\ -\xf7\xec\xe2\xeb\x61\x75\x48\x96\x36\xbe\x05\x58\xe0\x74\x32\x11\ -\x8a\xc5\x4e\xa5\xfd\x80\x17\x71\x4b\x93\xe1\x19\x45\xa1\x2a\x3d\ -\x16\x59\xda\x0b\x53\x71\x64\xbb\x20\xb6\x37\x3e\x55\x70\x90\xeb\ -\x9d\x24\x0f\x41\x4a\x27\xbf\x77\x0d\x03\xf9\x02\xc4\x66\x73\xc4\ -\x69\xa6\x06\xe2\x81\x87\x7b\xf1\xa3\x38\x58\x2f\x07\x60\x5d\x86\ -\x9c\x61\xb1\xf6\xfd\xfd\x1b\x37\x14\x08\x6d\x34\xc9\x49\x40\x88\ -\x94\x7a\x17\xab\xfa\xb3\xb0\x83\xd7\xcc\x1b\x80\xed\x5a\x25\x9b\ -\x24\xae\xb5\x20\xbb\x05\xa1\xa9\x26\x82\x97\xae\x5a\x7e\x99\xf6\ -\x00\xc6\xed\x76\xa9\x1e\x97\x9d\x29\xd5\xbd\x81\x09\xdb\xd2\x61\ -\xdb\x3c\x0a\x4b\xdf\x8c\x97\xa1\x4f\xac\xb6\x59\xec\xf7\xee\x1c\ -\x16\xc8\xea\x1c\x63\x1a\xe2\xec\x40\xb5\x15\xf1\xb3\xaf\xe0\x41\ -\x58\x53\xc2\x17\x88\xd7\xa1\xab\xa2\xe4\xff\xa6\x11\x4b\x2f\xc4\ -\x24\xa4\x38\x4d\x97\x90\x62\xdf\xa7\x7b\xce\x2e\x7f\x9d\x11\x50\ -\x18\xe2\xef\xb7\xa6\x6a\xba\xa8\xbd\x5b\xa6\x17\x95\x95\xb3\x71\ -\x98\x62\x80\x05\xe5\x0d\xda\x4d\x53\x28\xc8\x0b\xc5\x7e\x07\x61\ -\xad\x9f\xc7\xc1\x52\xd4\xd3\x88\x21\x26\x17\xf7\x03\xd8\x52\xf4\ -\x37\x9e\x6e\x5f\x14\x0d\x77\x1e\x18\x32\xa6\x5d\x82\xed\x2e\x53\ -\x7a\x34\xc8\x9d\x32\x19\xfa\x2b\x6b\x3d\x45\x27\x28\xd1\x35\x1e\ -\x61\x67\xde\x2d\xf5\x3b\xda\x68\x85\xf1\xcf\xe0\x90\x47\x71\x24\ -\x69\x9d\xde\x0a\x0b\xa7\xf6\x10\x91\x69\x79\x44\xc1\xcb\x90\xf5\ -\x70\xb9\x13\xd7\x37\x11\xd6\xa0\x2f\xd7\xa5\x56\x22\xe5\xd0\x92\ -\x46\x4d\x2c\x39\x29\xad\x0c\x91\xc5\x3f\x6e\x70\x40\x65\x6f\xad\ -\xec\x4e\x8d\x59\x46\x17\xd8\x94\xfa\x99\x33\xc5\xbe\x50\x46\x6d\ -\x26\x2e\x31\x79\x8d\x48\x8c\xa1\xe6\xf4\x69\x76\x14\x6b\xbd\xe1\ -\x09\x01\x72\xcf\xf4\x51\xe7\x8f\x5b\xa8\x36\x0f\xdd\x11\x35\x67\ -\xac\x89\xe2\x4f\x9a\xca\x70\xb9\x14\xc5\x2d\x66\x73\xcc\xd2\x5c\ -\x0f\x61\x19\x66\x51\xc4\x6c\xad\xac\xa1\xae\x89\xeb\x8d\x88\xb8\ -\x06\xf4\xe9\xea\xbd\x53\x4b\xf8\xa6\x31\x33\x03\x16\xce\x33\x49\ -\x35\x2e\xc3\x55\x97\x1d\x3d\x63\x25\x42\x07\xc5\x5e\xe4\x45\x4c\ -\x43\x9a\x4f\x78\xb3\x74\x5d\x3f\x05\x1a\x21\x0c\x80\x0c\xbd\xdc\ -\xdb\xe9\x3d\x4d\xa3\xdc\x69\x01\x76\xda\x37\x43\x23\x2d\x13\x83\ -\xa4\x2d\x66\x61\x70\x9e\x11\x78\xec\x97\x3a\x4b\x2a\x8b\x4b\xb2\ -\x31\xea\xa1\x98\x45\x15\xa3\x66\x28\x81\x43\xfb\x66\xff\x7d\xbf\ -\x37\xd1\xb4\xfc\xab\xac\x96\x5b\x45\x79\xef\xc4\xf9\x42\xf4\xcf\ -\xd8\x97\xaa\xd3\xd9\x4c\xf7\x9e\xf4\x66\x9d\x53\x5a\x71\x36\x4c\ -\xde\xe1\x3c\x8b\x43\xf1\x7b\x3e\xa9\xf2\xb9\x16\x64\xb8\x3b\x02\ -\xcb\x28\x57\xfe\x3e\xc4\xa7\xa5\x9c\x8e\x5d\xf7\x51\xac\xaf\x91\ -\x75\x35\x22\x2e\x62\x9f\xd1\xac\x0d\x4e\xe7\x56\x80\x6a\x5f\x1e\ -\x0d\x53\x30\x32\x4e\xdb\xfa\x3e\x11\x0b\x70\x2d\x69\xa7\xce\xe0\ -\x50\x8f\x60\x50\x26\x5c\x74\xcd\x3d\x29\x47\x43\xd6\x8a\xf2\x37\ -\x97\x61\x71\xea\xab\xc8\xcc\x18\x7d\x2b\xcc\x99\x8b\x59\xb2\xdc\ -\xe4\xc8\x63\x06\xa7\x31\x86\x56\xc5\xf0\x6c\x10\x7b\xd3\xa7\x80\ -\xac\x56\x6f\xe8\x00\xd1\x4e\xab\xee\x70\x30\xdd\xdb\x1a\xef\x8b\ -\x8d\xce\xff\x04\x5e\xb6\x37\xfe\x36\xf1\x8e\x06\x4b\xc7\x77\x5a\ -\x46\x93\x6b\x27\x2d\xbf\xe4\x89\xda\x7d\x38\xe7\xd1\x79\x55\x9e\ -\x40\xab\x22\x0d\x89\xe2\xfb\xfc\xf0\x1a\xd2\x93\xb8\x57\xb4\x4d\ -\xbf\x23\x73\xaa\x9b\x5a\x4d\x6f\x83\x36\xfd\x74\xa3\xac\xd8\xc8\ -\xfb\x8b\x9e\x3b\xdb\xa6\xd5\xf2\x30\x1b\xcb\x81\x7c\xaf\x8a\xdf\ -\xe1\x59\x0f\xfb\x19\x65\x19\x94\x3a\x80\x9e\xf8\x7f\x13\x98\xf3\ -\xc9\x7c\xd0\x0d\x4b\x0e\xd9\xcc\xeb\x52\x6b\xb8\xbe\x53\xc8\x3d\ -\x6f\x56\x5f\x40\x97\x6f\xda\xfb\xcc\xf9\xea\x93\x7d\x25\xa7\xf6\ -\x7d\x07\x04\x9f\xb1\x03\x07\x1b\xec\xa8\x55\x45\xc9\xcb\x20\xab\ -\x99\x62\x02\xb6\xdf\x0c\xca\x5a\xe4\x47\x32\x25\xf6\x72\x0b\xfd\ -\x4f\xd2\x67\x85\x9c\x0a\x48\x4d\x74\xac\x89\x06\x37\x2e\xa9\x1f\ -\x54\x74\x8a\x8b\xdd\x52\x92\xd3\x2e\xd3\xd3\xb2\x49\x32\xad\x99\ -\x4f\xeb\xe1\x86\x6a\xb3\x1f\x88\xf9\x32\xd1\xf5\x2d\x11\xe8\x37\ -\x3b\x78\xa3\x6d\x39\xaa\x96\xc5\x86\x2d\x66\x39\xb2\x58\xd2\xf1\ -\x71\x14\xba\x1d\xf9\x7b\x7a\xd7\xcf\x87\xe9\x05\x0e\x9b\x0b\x1d\ -\x35\x0b\x5f\x6a\x45\x5d\x81\xac\x93\x6e\x50\xdf\x63\x3d\x10\xd6\ -\x6c\x30\xc8\x1d\xa4\xa4\xa6\x5a\x7f\xcb\x3b\x89\x8b\x2b\xcb\x78\ -\x5e\x8e\x46\x53\x35\x6c\x60\xc8\xd6\x31\x35\x89\x7a\xdd\x0a\x54\ -\x4a\x33\x90\xb8\xd4\xb8\x05\xae\x99\xf3\x9e\xa4\xb3\x92\xc8\x19\ -\xfe\x6b\xcd\x1c\xf3\x95\x90\x6c\xa2\x81\xba\x01\xfc\x34\x8c\x4a\ -\xc6\x48\x97\x3b\x21\x8a\xc4\x9f\x2b\x27\x95\x32\x0a\x9a\x98\xdc\ -\x5d\xeb\xea\x51\x55\xbe\x5e\xec\x00\x02\x53\xd9\x2d\xbf\x6c\xd6\ -\xa2\x39\x1c\x9b\x77\xd7\xa4\xa1\x8b\x7b\xa9\x5f\x2a\x5a\x9a\x95\ -\x28\xb2\x4f\xba\x47\xd2\x05\xc7\x45\xc5\x7f\x0d\x7e\x1e\x13\x35\ -\xd2\xfc\xfc\x34\x84\xa7\x68\x53\xac\x1e\x92\xd9\xe8\xa3\xa0\x63\ -\xa4\xfe\x7e\x00\x3f\xf2\xd8\x14\x56\x10\x86\x56\x67\x64\xc9\x54\ -\xfe\x08\xd1\x82\x38\xa7\x3a\x0f\x23\xd1\x14\x39\x27\x42\x8c\x32\ -\xfd\xb0\x33\x81\x12\x41\x2e\x51\xfc\x3b\x92\x2d\xad\x18\xa5\xb0\ -\x71\xc7\xd3\xae\x7a\xc4\x02\xc4\xc4\x3a\x72\xf0\x1e\xcf\xf5\xb8\ -\x78\x20\x7e\xd6\x68\x22\xa1\xf6\x87\x23\xa8\x19\x99\x9f\x67\x74\ -\xb6\x27\xa2\x9f\x99\x18\xdb\x00\x1d\xbe\x5c\x7b\xa2\x6a\x13\x77\ -\xd7\x3b\x22\x9c\x9b\xc2\x61\x34\x29\xaf\x53\x64\x5f\x94\xc9\xfd\ -\x38\x7b\xe4\xa0\xf6\xe4\xe4\xeb\x25\x64\x37\x26\x32\xec\x53\x2c\ -\x6a\xa1\xb7\x31\x45\x73\x8f\xb1\x89\xd6\x1b\x04\x93\x06\x20\xdf\ -\xa6\x53\x56\xc8\x55\xe1\xa8\x11\x2e\xae\xe2\x93\x5e\x49\x5e\x3c\ -\x5a\xe0\xad\xea\xa4\x30\xb1\xdb\xd3\xbf\xa5\xf0\xa6\x6d\x2e\x6b\ -\xe6\x90\x8d\x73\x6f\xd1\xc3\x46\xf7\xaf\x68\xed\xd8\x07\xe6\x14\ -\xf9\x96\xc7\xd8\x0b\xfd\x1e\xd3\x52\x67\x80\x4f\x6f\xf6\x6e\xfb\ -\xd1\xc2\x4c\x07\x73\x5b\x34\x75\x66\x07\x5b\x70\x34\x08\xe3\xf7\ -\x77\xa0\x76\x61\x44\x4e\xd4\x77\xc1\x83\x32\x56\xe7\x6f\x85\x6f\ -\xfe\x2d\x50\x38\xa8\x7e\xe7\x67\xe1\x14\x92\xbf\xeb\x0a\x86\x1e\ -\x51\xb9\x2c\xcd\x3b\x14\x40\x9d\x8c\x30\x8d\x00\xce\x82\xfb\xd4\ -\x5e\x94\xeb\x20\x00\x59\x4f\x84\xfb\x25\xdb\xac\xa8\x52\xce\xe6\ -\xd8\x48\x06\x44\x44\x66\xe4\x8d\xe7\xa6\x4a\xc3\x26\xdf\x1d\x4d\ -\x63\x8a\xa3\xd5\x31\x24\xbd\x2f\x06\xc8\x7d\xaf\xee\x96\x7d\xa7\ -\xda\xf2\xaa\x14\xd8\xa4\x66\xee\x73\x18\x34\xd5\x73\x29\x90\x30\ -\x9b\xae\xd0\xd7\x64\xa1\x77\x27\xfb\xa0\x82\xe9\x79\x34\xbc\x43\ -\x83\xe2\x8d\x52\xb2\x5c\x98\xde\xcf\xcc\x97\xc9\x62\x19\x0d\xe0\ -\xc8\x4d\x6a\x7b\x2e\xb2\x00\xd9\x99\x04\x4e\x4f\x1c\xb9\x46\x49\ -\x01\xd6\x99\x81\xa5\x4d\x73\xd3\xa2\x13\x92\xf5\x09\x1a\xf9\x4f\ -\x5b\x25\x35\xf3\x4f\x2d\xcb\x73\x42\xd3\xbf\x63\x36\x89\xa9\xc1\ -\x92\x41\x5f\xa7\xb4\x4b\x77\xd0\x26\xee\x49\x75\x67\x47\x37\x5c\ -\x60\x43\x49\x1a\xf0\xac\xf9\x67\xb9\x05\x27\x8b\x4c\x20\x28\x83\ -\x91\x5b\xc6\xa6\x0a\x1d\xce\x9c\x9c\xd3\xba\xd4\xea\xa5\x16\xf7\ -\x45\x7a\xd3\x34\xe0\xdf\xc2\xd9\x4f\xb0\xe5\x35\x3e\x40\x74\x18\ -\x7a\xf1\x39\x3d\x8a\x35\xa0\x36\x86\x5f\x51\x0b\xb8\xc6\x7c\x38\ -\x03\x2f\x0f\x93\xf7\xc5\x20\xa2\x5f\x59\x59\xaf\x53\xf8\x96\x15\ -\x18\x32\x15\x77\xc5\x6f\x13\xc7\xbf\xaf\xdd\x33\xab\x90\x9a\xee\ -\x9d\x48\x5b\x6d\x88\x17\xf0\xc3\x87\x43\xa1\x57\xa7\xb2\x69\x8f\ -\xc1\xc1\xf6\xd0\x6a\xf1\xe9\x93\x22\x8b\x63\x03\x56\x1d\x58\x22\ -\x69\x0c\xf2\xde\xf0\x71\x4d\x7a\x25\x87\x52\x0d\xad\x79\x1b\xa5\ -\x95\xed\xef\x3c\xa8\xa2\xa8\x5c\x57\x84\x8f\x45\x40\xe5\xf2\x22\ -\xc3\xb7\x92\x94\xbd\x24\xbb\x13\x87\x42\xb1\x49\xa1\xb2\x47\x00\ -\x61\x58\xae\x16\xe2\x63\x72\x02\xd1\x1a\xdb\x2b\xa5\x7a\xd3\x3b\ -\x6f\x5b\xec\x8b\x18\x12\x1b\x46\x8b\xc7\x2d\xac\x99\x85\x82\x43\ -\x94\xb8\xf7\x06\x7f\x09\xb0\x8d\x22\x41\x78\x55\x06\x8e\x52\xea\ -\x38\xb2\x38\x22\x7e\x15\x38\xce\x45\x21\x38\x43\xc6\x00\xc1\x47\ -\x2c\x47\xa1\x28\x67\x65\x09\x1a\xc5\x04\xb1\x36\xfa\xa0\x64\x13\ -\x1a\xb6\xb1\xcc\x6f\xa3\x50\x2d\xd4\x21\x46\xe6\x3e\x31\x34\xdd\ -\x18\x4f\x8d\x8b\x9e\xfc\x6a\x71\x4d\x98\x5f\x0e\xb2\x20\xb8\x1f\ -\x02\xce\x7e\x18\x9d\xa2\xd3\x3a\xbc\x3b\x1d\x33\xe8\x18\xcf\x66\ -\x80\xb5\x16\x65\xbf\x30\x42\x5c\x2a\x6d\xae\x16\xba\x27\xf6\x71\ -\x7b\xa0\x7b\x26\x44\xbe\x41\x43\x24\xff\xc6\xfb\xb5\x03\x55\x5e\ -\x02\xdf\x42\x23\x92\x26\x13\x6e\xe3\xad\x34\x51\xc1\xa4\x0b\xad\ -\xe6\xa8\xc3\xd7\xe3\x70\x89\xb1\xfb\xd9\x58\x71\x0c\x6d\xe5\xe9\ -\xaa\xa4\xc7\x85\x28\x4d\x8f\x47\x07\x77\xb8\xfe\x59\x65\x74\x65\ -\x73\xaa\x0a\x5e\x3f\x6e\xbc\xb1\x8b\x8c\xd4\x9f\xb3\x7a\x71\xe2\ -\x8d\x4a\x39\x61\xba\x45\xb4\x83\xff\x8f\x00\x59\x77\x82\xcb\x69\ -\xc3\x96\xf1\x67\xfa\xd4\x18\x11\xf2\xdb\x9d\xe7\xb6\xa4\xab\xda\ -\xd9\xb0\xd6\x25\xec\xce\x52\x3e\x6d\x39\xb3\x85\x8c\x1a\x39\xe9\ -\x6f\x65\x67\x6f\x7c\x6d\xd9\xe4\x06\x1a\xda\xa6\x1a\x1b\x69\x71\ -\xab\x6f\x28\xee\x6a\xeb\xd0\x0f\xdd\xfc\x4e\x1f\xe3\xa2\xd3\x6e\ -\x05\xa0\xb4\xe2\x53\x06\xe5\x0c\xa3\xa1\xa8\x22\xec\x44\x80\xf3\ -\xac\x3d\xe8\x5a\x61\xc3\xad\xfa\x4c\x22\x8c\x1c\x35\x5a\x3c\xa7\ -\x82\x5e\xf4\xc1\xd1\xd2\x15\xcf\x92\x0b\x0d\x3e\x45\xc7\x6f\x53\ -\x4f\x73\xe5\x5b\x83\x9e\xb3\x77\x19\xb9\xe8\x61\xf4\x92\x53\x84\ -\xcc\x84\x33\xe0\x2d\xf2\xbf\xe4\xa0\x5c\xdb\xf9\x45\x7f\xa5\x62\ -\xf6\x09\x42\x59\x99\x17\x40\x16\x27\x00\xf9\xfb\x65\x77\x42\xac\ -\x67\x2a\x63\x04\xd4\xdd\x16\x53\xcb\xd0\x2f\x4a\xa2\xcc\xfa\xea\ -\x0e\x58\xd9\x0c\xc8\x6e\xfb\xd3\x27\x24\x4e\xaf\x1e\x67\x0c\xeb\ -\xa4\x69\xf5\x7b\xb6\xfd\xfe\xde\xdc\x4e\x74\x94\x47\xc1\xfa\x8e\ -\xf2\x53\x86\xa1\xbe\x99\x61\x74\x76\x41\xe9\x8b\xd3\x9e\xe9\x95\ -\x2e\xc8\xa7\xc9\x43\xe4\xc0\xb4\x02\xc9\x0a\x88\x98\x60\xd1\x41\ -\xf1\x3b\xd0\xe2\x34\x39\x6b\x68\x32\xea\xec\xe0\x41\xff\x8b\x46\ -\x4a\xb2\xf0\x64\x3e\x28\xa3\x5a\x85\x94\xad\xcd\x62\x7f\xf4\x29\ -\xbc\xb9\x9a\xdd\x0e\xf0\x9a\x59\x49\x46\xc5\x78\x31\xc7\x59\x7f\ -\x1a\x61\x6b\x34\x80\x99\x33\x87\xaf\x20\x27\xb3\x66\xc0\xe8\x03\ -\x64\xfd\x2a\x31\x28\xca\xa0\x8a\x80\x2e\x1a\x19\x5c\x8a\xa0\xd2\ -\x91\xef\x9f\x95\x4d\xd6\x9c\x38\x49\x4d\x65\x5f\x27\x9e\x35\x11\ -\x7b\xa3\xb9\xd6\x94\xa8\x74\x95\xbb\xdd\xe7\x41\x3d\xe4\xe5\x8d\ -\x68\x36\x2d\x9a\x93\x38\xf5\x09\xdb\xa0\x32\xc2\xa8\x63\x1d\x14\ -\x1b\x3a\xed\xb6\xef\x3a\x43\x21\x27\x1f\xad\xa9\xb2\x3b\xe1\xa7\ -\x26\xb6\x2d\xca\x20\x9b\xaf\x8b\x52\x37\x78\xd6\xad\x69\xdc\xd2\ -\x0c\x7f\x02\x5c\x4a\x97\xe6\xde\x6c\xc4\x04\x93\x9b\x29\x1a\xaa\ -\x99\xe2\x36\x75\x0c\xa7\xc0\x15\xae\x8e\x32\x99\x29\x76\x16\x19\ -\x4f\x72\xef\x9d\xb6\xf3\x76\x0f\xda\x5a\xbc\x16\xe3\xb3\x35\x9b\ -\x2a\x2b\xe4\xeb\x1c\x15\x8f\x42\xca\xc6\x84\x9a\xf6\xbb\x69\x97\ -\x4e\xba\x78\xcf\x69\x4a\x50\x55\x39\x35\x5a\xec\xba\xeb\xd0\x60\ -\x87\xac\x27\x65\x3e\x29\xcb\x51\x5f\x7f\xc1\xde\x91\xd7\x1c\xce\ -\x38\xfb\xa7\x41\x14\x92\xd5\xa2\x33\xf8\x6e\xb0\x28\xba\xbc\xe3\ -\x58\xa5\x83\xed\xd3\x7f\xcf\x2b\x70\x53\x2c\xfd\xaa\x51\xd2\x67\ -\x25\x7a\x13\x9f\x6c\xfa\x30\x43\xa4\xd6\xa0\x38\xc0\x5a\xe7\x7f\ -\xb9\xa4\x86\x23\xb0\xf2\x2e\x6a\x77\x30\xb5\x78\xd7\xa4\x20\xeb\ -\x5a\xc6\xfa\x7f\xff\xef\xff\xeb\x7f\xe5\x88\xb2\x23\x76\x2b\x72\ -\x28\x3e\xe5\xf0\x16\x07\x24\x03\xeb\xb2\xac\x8a\x8f\xfc\xda\x25\ -\xb2\xc2\x58\xc1\x36\x8d\x71\xdb\x5d\xe2\xc6\xce\xef\xe6\x9a\xb8\ -\x84\xf0\xfa\xa3\xbf\x76\x16\xa6\x1f\xad\x6b\xb2\xd8\xd0\xde\x0f\ -\xb6\x8d\xf4\x83\x1a\x18\xb8\xa9\x18\xda\x71\xeb\x36\x1e\xb3\x53\ -\x1d\x6f\xf9\x60\x7b\x67\x0c\x5e\x90\xfd\xb1\x6c\xa8\x96\x30\xde\ -\x17\xc7\x47\x3e\xee\x08\x59\xfe\x71\xaa\x9e\xe0\x4d\x8a\xad\x7f\ -\xa0\x7a\x3b\x1d\x92\xbd\x20\xb1\x30\x63\x2c\x60\xdf\x9f\x1a\x36\ -\xfb\xa8\x58\x9d\x03\xc4\x6c\x9f\xef\x96\x6d\x94\x11\xe2\x34\x06\ -\x88\x4c\x2b\x71\xdb\xe0\xb8\x13\x8c\x52\xe9\x39\x45\x4b\xb1\x6f\ -\x63\x9c\x9a\x65\xb0\x24\xbf\x34\x10\x2b\xf1\x1c\xa6\x42\x3d\xab\ -\x58\x5f\xd7\xca\x50\xdc\x8b\xaf\xb4\xb1\x15\x15\xf0\x5a\xb8\x08\ -\xf8\x20\x72\x5a\xca\x18\x43\x53\xdf\x05\xdc\xee\x26\x18\x86\x02\ -\xd1\x4c\x45\xc1\xf7\x09\x8d\x4f\x16\x7b\xe4\xd4\x1b\x6b\x5e\xb6\ -\xde\xd0\x1d\xb6\xc8\xc0\x6e\x3a\xab\xc5\x3f\xd8\x7a\x5b\xc3\xed\ -\xcf\x03\x1e\x78\x4b\xf1\xf7\x1d\x59\x3c\x9b\x55\xf6\xec\x22\xe9\ -\x76\xe6\xf1\x19\xe3\xf3\x10\xe1\x56\x33\x37\x90\x46\x7c\xb2\xb5\ -\xc0\xf8\xb9\x7e\x70\xe3\x53\x19\x5a\xe1\x34\x44\x5d\xfb\xa4\x6e\ -\x2c\xdc\x02\x5b\x51\x1b\x32\xb3\xab\x89\xb0\x2e\x2b\x80\x57\xa3\ -\x33\xfe\xca\xaf\x51\x1e\x43\xc7\x11\xcf\x39\x73\x13\x04\x5b\xc5\ -\xd7\xec\xe1\x08\xc7\x9c\x1c\xed\x58\x03\x62\x36\x42\xbe\xcf\x14\ -\x1f\xff\xff\xf3\xe8\x3a\x1a\x5b\xf8\x64\xb6\x5f\xf4\x17\x31\x96\ -\x53\x0e\x6e\x17\xa1\xe6\x2c\x48\xa5\xc5\x1e\x28\xee\x66\xeb\x4c\ -\x99\x15\x73\xa7\xa6\xe4\xbe\x3f\x20\x11\xb3\x21\x96\xed\xb4\x51\ -\x43\x65\x09\x8a\x5b\x2c\xe6\x60\x5d\x5c\x36\xca\x71\x38\x42\x20\ -\x3c\x03\xb1\xc5\x9b\x11\xf5\x0b\xe0\x77\xff\xfa\x33\x59\x10\x05\ -\xb6\x68\xfe\x7d\x5b\x1f\xed\x79\x44\x6e\xb4\x9f\x15\x1c\x03\x6e\ -\xdc\x36\x1d\xc5\xa4\x9c\x32\x2f\x7c\x70\xdb\xef\x74\x6c\x48\x15\ -\xf9\x0c\x00\x75\x2a\x6d\x64\xd8\xf9\x3a\x25\x77\x81\x22\xc6\x7f\ -\xf6\xbf\xbe\x06\x08\xbc\x7e\x32\x68\x96\xdd\xfa\xfb\xcf\xfe\xf5\ -\x4b\x57\x72\xba\x1c\x45\xee\x86\x62\xdf\xbf\x8d\x2f\x1e\x60\x63\ -\xd3\x62\xb8\xd6\xcc\xe8\x89\x65\x73\x4f\x58\xe0\x6b\x61\xab\x07\ -\x64\x36\x67\x22\x6b\x44\x3c\x60\x19\xe2\xee\xa0\x61\xca\x41\x63\ -\x6a\xfa\x0d\x15\x8d\x7f\xfd\x3a\xc5\xc1\xf4\x94\xcf\xc2\xfd\x96\ -\xdb\xcf\x83\x9a\xe8\x8a\x96\xa9\x8c\xe8\xed\x94\x61\x06\xaf\x99\ -\x25\x65\xc5\xdc\x76\xff\x90\x49\x39\x84\xe7\xbd\xd8\x84\x71\x16\ -\x36\xc9\x6e\xe0\x38\xff\x56\x66\x11\x52\xd2\x02\x1d\x94\xd2\xd2\ -\xb4\x26\xda\xdd\x50\x56\xd1\x12\xc3\x53\xa3\x27\xb2\x9a\x23\xd9\ -\x96\x3b\x9b\xaa\x00\x1d\x14\x65\x6f\x7d\x47\xce\xd4\xa2\xfc\x3c\ -\xc6\x00\xb8\xc0\x64\x7f\x1f\x5f\x28\x30\xb1\xbf\xa1\x8a\x69\xb7\ -\xde\xc0\x3f\xd1\xa4\x31\x95\x01\x53\xe9\xba\xee\xfd\x71\x57\x5e\ -\xb8\x96\x99\x8f\x06\xa8\xed\x2f\x14\x85\xbb\x8a\xfc\x7b\xec\x79\ -\x05\x1a\xd5\xda\x72\xac\x82\x42\x17\xcc\x10\x62\x7b\x86\xab\x05\ -\x87\x67\xb9\x2d\xcd\xbd\xd1\x23\x0b\xd4\xdf\xd5\x62\xa3\xe3\x73\ -\x38\x61\x82\xb1\xa5\xa6\x30\x6b\x55\xa0\x79\xdc\x11\xbf\xfa\x71\ -\x72\x69\xec\x91\xca\xd2\xc1\x5a\xce\xfa\xf0\x49\x33\x1f\x93\xfa\ -\xb5\xf0\xab\x7f\x12\xe0\xa0\x7c\x06\x48\x7f\xe6\x0d\xbb\x9f\xeb\ -\x1d\xf8\x3d\x4a\xcd\xb0\x23\x29\x3d\xec\x46\x20\x5e\x0f\xa9\xeb\ -\xaf\xbc\xb6\xe9\x86\x9e\x65\x54\xb4\xc7\x64\x01\x07\xfd\x2b\x9e\ -\xbd\xf8\x19\x1a\xe7\x35\xd4\xf6\xcf\xd6\x5f\x8f\x91\x09\x9a\xb9\ -\xdb\x3b\xbb\x71\xc4\xaf\x7c\x0c\x74\x6c\xbf\x9b\xd9\x18\x20\xc4\ -\x57\x5a\xc6\x87\xad\x76\xa8\x83\xab\xa1\xb9\x33\x6c\x3e\x8c\x94\ -\x86\x25\x01\x89\x9f\xeb\xd1\x60\x14\x75\x75\x91\x9d\x9f\xc1\x72\ -\xad\x35\x25\xe9\x16\xf8\xd9\x46\xc1\x3c\x4d\x74\xd6\xb5\x32\x88\ -\x79\x77\x16\x88\x7f\x34\x5e\x86\xaa\xab\xca\x64\x67\x38\x15\xcc\ -\x7a\x9f\x0b\x9b\x6e\x48\x14\xcd\x41\x53\x77\xdd\xaa\x51\xcd\x9d\ -\x02\xea\x8c\x26\xa3\xee\x3a\x35\x93\x19\x1f\xf9\xf5\xb6\x78\xf9\ -\x19\xaa\xa9\x07\xb7\x22\x7d\x27\x80\x1e\xe7\x3a\xbb\xd9\x13\xb3\ -\xed\x4f\x51\xa7\x31\x07\xfd\x93\xfd\x3a\xf1\xf7\x13\x0c\x1b\xd3\ -\xc1\x63\x4e\xff\xc4\xb4\xd4\xcb\xdd\x5c\x19\xab\xe9\xbe\x09\x22\ -\xff\x42\x48\x41\x7c\x61\xad\x1f\xdb\x3f\x96\x17\x00\x26\xc1\xef\ -\xfe\x58\x3d\xee\xf9\x6f\xe4\x79\x94\x49\x33\xce\xbd\xcb\x8f\xf6\ -\x9b\xd9\x18\x66\xd1\xaa\x86\x4f\x4d\x6a\x18\xe9\x30\xf1\x18\x46\ -\x23\x02\xc8\xc6\x1e\xe7\x61\x4c\xbf\x8a\xaa\xbe\xf7\x3d\x4c\x92\ -\x2a\xfc\xb9\x2c\xf7\xfb\xbe\x2e\x37\x55\xa7\x1a\xaa\x39\x40\x4b\ -\xc2\x31\x41\xda\x73\xd9\x92\x6b\x9b\xc1\x53\x0b\xa8\xaa\x60\x81\ -\x33\xe8\x7c\x00\xe2\xd4\xff\x9a\xac\x5a\x56\x6d\x4c\xbe\xed\x9e\ -\xb2\x3d\xca\x29\x05\xf9\x40\x1b\x10\x4a\xc4\xb8\x68\x79\xe6\x16\ -\x83\xb6\x83\x1c\x17\x01\xf4\x63\xf9\x58\xf4\x53\xe6\x15\xdd\x42\ -\xb2\x5f\xb0\xd7\xfa\x67\x72\x66\x93\x06\xe8\x85\xfe\x5a\x10\x31\ -\x7a\x51\x5e\x7c\x0a\x30\x19\xb7\x36\xf2\x2c\x0a\xc9\xa6\x31\xa2\ -\xfb\xf1\x4b\x31\x34\x16\x67\xae\x01\x2f\xce\x46\xe1\xcd\x12\x31\ -\xa6\x3f\x5d\xa4\xd9\x11\x73\x72\xad\x41\x5d\xae\x73\xb4\x4c\x2e\ -\xea\xed\xa8\x5b\x8a\x5b\x9b\xad\x6b\x50\xe0\x02\x79\xdf\x10\x73\ -\x52\xc9\x05\x41\xa0\xae\x55\x0b\xf7\xb8\xd0\x81\xed\x36\x69\x03\ -\x57\x31\x81\xb7\x8c\x12\x4d\x8b\xf4\x74\x99\xe1\x20\xa8\x78\xe3\ -\x14\x19\x46\x19\xba\xd6\x10\x0a\xd6\x3c\xbb\x39\x27\x8a\xf4\x78\ -\xcf\x1b\xfa\x18\x25\x9f\xfa\xa0\x8b\xa9\x0a\x56\xc0\xde\xb7\xa7\ -\x53\x33\xee\x87\x3d\xf4\xa9\x91\xd9\xa2\x99\x9d\x60\x07\x69\x34\ -\x8f\xce\xa0\xe7\xeb\x61\x1f\xdd\x69\x8f\x43\x1c\xdd\x75\x60\x62\ -\xe9\x56\x58\xfc\xc5\x85\x48\x5b\x01\x73\x5a\xd7\x6e\x5f\x13\xf7\ -\x97\x48\x81\xe6\x8b\x94\x08\xc9\xfb\xef\x00\x8a\x9b\x6c\xd3\xd2\ -\x0a\x5d\x7d\x2d\x58\x69\x22\x2e\x12\xce\x34\x42\xd0\x83\xd7\xad\ -\xba\xad\x49\x7b\xb1\xd5\x2d\x97\xa3\x63\x14\xff\x62\x04\xf1\xcd\ -\x9c\x60\x81\xf0\xb3\xfe\x19\x36\xc3\x13\x91\xaa\x89\xa1\xa1\xd1\ -\x4f\xbd\x01\x8d\x0c\x30\x19\x94\x03\x43\xff\xe2\xa8\x65\x64\x99\ -\x45\x1c\x3c\x8b\x34\xb5\x48\xc4\x39\x3f\xb7\x51\x52\x2f\x37\x28\ -\x51\x54\x8e\x17\x45\xc8\xae\x32\xd6\xfa\x39\xce\x97\x86\x94\x12\ -\x99\xab\x57\x52\x3d\x78\x38\x13\x59\xc1\xe8\x0e\x94\xde\xb0\xa9\ -\xa8\xe9\x76\x92\x9e\xe6\xf1\xdf\xc4\x99\x39\xa7\x4d\x54\x7e\x75\ -\xf3\x94\x46\x3b\x13\x32\xc4\xeb\xa2\xb2\x03\x8e\xbf\xd3\xf5\x43\ -\x27\x67\x7e\x1d\xef\xaa\xe8\x37\xfb\xb9\xbe\xb7\x40\x16\x27\x7a\ -\x4a\x14\x22\x5b\x81\x1e\x9c\xf7\xcc\x12\x49\xb5\x36\xa7\x65\xf6\ -\x57\x1a\x07\x14\x2c\x65\xb1\xbc\x55\xb2\xc1\xb3\xe6\x43\xb0\x42\ -\x1f\x23\xa5\xe1\x8b\x89\x02\x13\xe1\xba\x2a\x98\x59\x89\x9f\x14\ -\x0f\x69\xf3\xe5\x13\xd5\xdf\x70\xc4\xf4\xbb\xf9\x4a\x00\x80\xf3\ -\x1c\x2b\xd7\x2b\x76\xc4\xbe\xdb\x68\x5b\x31\x4f\xd9\x60\x0f\xca\ -\x58\x37\x65\x50\x9c\x49\x02\x7f\xa5\xa9\x0c\x6d\x4b\x6a\x04\xd7\ -\x5c\x97\xc7\x1e\xa6\x15\x16\xd5\xd5\xd4\x87\x6e\x2e\xcf\x73\x88\ -\x3b\x91\xc9\x73\xff\xd1\x4a\xea\xf2\xf3\xb3\xd0\xd0\x10\x76\xed\ -\x70\x3f\x8e\xde\x9c\x73\x8b\x22\xda\xcd\x88\xde\xb3\xfb\xde\x04\ -\xf5\x65\x88\xb4\x13\xd4\xd4\x31\xa3\x98\x26\x20\x6f\xba\x1f\x66\ -\xc5\x12\x9a\x77\xf5\xc2\xa0\x34\x2a\x3f\xed\xce\xfb\xc4\xf5\x27\ -\x72\x8c\x74\x4e\xcd\xd0\xf4\x5e\xa4\xdf\x0c\x5c\x38\xe9\x83\x43\ -\xe8\xcf\x76\x66\x89\x88\x9d\x4f\xbd\xa1\xc3\xe1\x20\x08\xb7\xdb\ -\x56\x6d\x06\x1f\x87\xbb\xa2\x10\xa8\xcd\x11\x2d\x08\xd8\xf4\xe7\ -\x06\x50\x73\xb3\x5c\x6f\xae\xcc\x7b\x8f\x66\x72\x4c\x35\x5d\x4f\ -\x7a\x5d\xd7\xa1\xb7\xaf\xd0\xf1\x72\x0f\xec\x35\x94\x8c\x3a\xe1\ -\xbc\xda\x87\x1b\xa8\x07\xe1\x8e\x09\xb0\x2a\x68\xbb\xde\xde\x41\ -\xcc\x73\xe2\x9a\xf7\x94\x68\x5f\xa2\x36\x31\xe5\x6e\xcc\x23\x69\ -\x1c\x93\x8d\xba\x54\xed\x22\xb8\x8d\x11\xe5\x7a\x22\xcb\x8d\xab\ -\xb3\x44\x68\x37\xd9\x45\x63\xa5\x34\xe0\xf4\xba\xfe\x81\xde\x3b\ -\x6d\x65\x54\xd4\xaf\x09\x6a\x6b\x7f\xb5\xac\xbf\x16\x33\x01\x73\ -\xbb\x4d\xfd\x58\xd4\x8d\x6d\xfa\x18\x26\x50\x86\x0d\xae\xc1\x96\ -\x4a\x57\xe1\x61\xc0\x75\x68\xd9\x68\x65\x96\x53\x30\x2d\xc2\xdf\ -\xf3\xd6\x90\x99\xb8\x3e\x0f\x9c\xb5\x96\x99\x3e\x6c\x0c\x56\x6f\ -\xaf\x07\x3c\x17\x8e\xd2\x75\xcf\xf7\x3e\x53\x9a\x90\xe5\x24\x4d\ -\xa7\x29\x50\xb7\xc9\xa7\x26\x53\x50\x51\x6c\x92\xc1\x4c\x38\xa5\ -\x0a\x27\xcd\xf1\x3c\x47\x54\xbf\x53\xbc\x4f\x96\xce\xb8\x27\xb5\ -\x1c\x02\xf3\xcf\xe5\x84\x90\x5f\xe5\x18\x0f\xda\x73\xd3\x8f\xf5\ -\x7c\xb0\x93\x39\x50\x7a\xe9\x62\x25\x08\x65\x7b\x69\x83\x8c\xeb\ -\xfa\xf1\x97\x2c\x0f\x03\x88\xce\xf7\xb4\xc5\xb4\x10\xcc\x33\x95\ -\x0a\xfd\x22\x51\x4f\x90\x36\x54\x27\x90\x61\x0e\x57\x9e\x7c\x28\ -\xe5\x1e\x54\xda\x0f\x1f\xd4\xea\x14\x11\x26\xa2\x8a\x77\x0e\x79\ -\x89\xb4\xfd\x72\x0e\x24\x24\x8e\x28\x72\x7a\x20\x55\xa1\x1f\x86\ -\x0d\xc3\x96\x58\xcb\x9a\xbc\x67\x34\x15\x55\x6e\x79\x4a\x33\xe5\ -\x28\x3c\x1c\xc2\x95\x2a\xa7\x4a\x5d\x24\x48\x6e\xb1\x4b\x62\x17\ -\x3a\x2f\x76\x04\x42\x5f\xf5\x52\xa4\x5d\x8d\x1e\x07\x48\xe3\xb2\ -\x6a\xb8\xa3\x34\xc1\x28\x95\x80\x34\x84\x94\x1d\x85\xb4\xc3\x44\ -\x07\x1d\xad\x46\xd8\xda\x0e\x7e\x9d\x76\xc7\x81\x16\xf8\xe4\x08\ -\xfd\xdd\x07\xc2\xdc\xc2\x95\x05\x5d\x24\xfd\xcc\x15\x4b\xf1\xe6\ -\xcb\x82\x1e\xe8\xb3\x06\x32\xe4\xd4\x0b\x9e\xa8\xc5\xa3\xe9\xa2\ -\xe2\xd9\xf2\x7f\x75\xd7\xe2\xc1\xe3\xed\xb6\xfd\x96\x7c\xfe\x2c\ -\x8c\x36\xed\x0a\x5c\x14\x9d\x8d\x15\xe1\x41\x89\x8b\x49\x5d\x34\ -\xa0\xe3\x33\xd1\xcb\xa1\xd6\x0b\x88\xbd\x13\x1d\x4d\x34\x07\x2d\ -\x00\x1b\xf8\xda\x18\xd9\x05\x67\x93\x11\x0e\x4c\x9a\x26\x0d\x48\ -\x1a\x62\x7e\x1e\x26\x0a\xe0\x72\xb7\xff\x38\xe8\x87\x86\xac\x3d\ -\xb5\x9e\xfd\xd6\x33\x85\x82\x4a\x67\x40\x01\xe5\xc5\x55\xbf\x6f\ -\xbf\x52\x31\x53\xbf\x77\xd2\x21\xc7\x05\xbe\x9b\x8d\x2f\x99\xfb\ -\x20\x95\xf5\x2a\x87\x58\x3d\x8b\x13\x7a\x4c\xe7\x54\xb4\xa1\x6c\ -\xfb\x70\x08\x22\x47\xa6\x5c\x8b\xa5\x62\x2e\x68\x42\xd8\x97\x21\ -\x89\x68\x28\x70\x9f\x9a\xd4\xf7\xe1\xa1\x8d\x8c\xa1\x7b\x66\x52\ -\xc5\xbe\x93\x6d\x74\x84\xa0\x15\xd0\xd4\xb4\x9d\xf9\x4c\x79\x9c\ -\xca\xa4\xae\x51\xd3\x28\x86\x87\x52\x77\x8e\x1a\x3a\x1e\xe7\x8a\ -\x5b\x43\xe8\xc8\x6f\xae\x05\x71\x70\x7c\x97\x31\xc1\x5b\xe4\x06\ -\x00\x96\x48\xd0\x4a\x6c\x27\xb3\x50\xb2\x31\x3e\x2e\x25\x6e\x39\ -\x6d\xa9\xa1\xfd\x8b\x4b\x62\x17\x5f\x77\xe8\x9f\x7b\x04\xc0\xcb\ -\x39\xd2\xcd\x5b\xf4\xc5\x92\x5d\xa4\x59\xa8\x1f\xda\xdb\x49\x89\ -\xd5\x07\xfd\x1d\xfa\x5d\x20\x7d\x6a\xb2\x4e\x2b\xe9\x57\xbd\xda\ -\x37\xb0\xe5\x05\x34\x2c\x1b\x68\x79\x34\x7e\xd5\x48\x94\x85\xf3\ -\x1b\x15\xca\x1a\x5e\x7f\x9c\xac\x63\xdf\xe5\xde\x3b\xf2\xb7\x4e\ -\x2a\x7b\x6f\x7a\xe2\x9f\xf1\x0b\x3d\x2e\xce\x83\x88\x92\xc8\xc2\ -\x95\x2b\xa0\x5b\x5a\x88\x72\x14\x43\x3b\xed\x95\x29\x69\xb2\x46\ -\xc3\x09\x0d\x05\x57\x1c\xc6\x70\x1a\x0d\xdd\x0b\xb7\xc9\x2b\x0d\ -\xad\x4f\xd6\x27\xc0\x30\xa9\x38\x23\x05\x6a\x3f\xef\x5a\xe0\x43\ -\xa3\x11\x4d\x55\xd5\x04\x69\x64\xd4\x5c\xa3\xab\xa9\x2f\x30\x58\ -\xba\x4b\x2b\x96\xd7\x1b\x95\x6d\xb9\x75\x52\x3e\xb9\xc8\x2f\x09\ -\x88\xb0\xaa\x59\xef\xa5\x69\xd0\xb6\x89\x94\xfe\xbd\xe1\x7f\x6b\ -\x34\xcf\x7f\x67\x34\xc3\x61\x79\x1e\xeb\x5f\x5f\x75\x97\xfa\x88\ -\x1f\x40\xba\x00\x6b\x0b\xfe\x46\xd2\xd7\xce\xcf\x52\xfb\x8e\xf3\ -\xdd\x2d\xaa\xf8\x08\x21\x81\x08\x35\xb1\x15\x23\x9c\xe9\xf2\xfe\ -\x55\xa7\x40\x2f\xaa\x9c\x32\x67\xac\xc0\xa9\x5c\x33\x48\xbd\x98\ -\xd9\x79\x4e\x09\x7b\x1d\xf3\xcc\xf7\x03\x16\x56\x8b\x69\x18\xa6\ -\x33\x99\xbb\x5a\x59\xab\xea\xd0\xd8\xa2\xf8\x3c\x82\x0b\x17\xb6\ -\xaf\x67\x62\xfd\xea\x44\x7b\xee\xed\xf8\x8c\x0b\x57\xea\xca\xe3\ -\x0e\xdb\x68\x91\x16\xdb\x0d\x50\x5a\x90\x32\x1a\x7d\x50\x05\x29\ -\x1f\x88\xf5\xcf\x69\x66\x56\x3a\x51\xa4\x5e\xf9\xf1\xc2\xe7\xfa\ -\x68\x26\x41\x5d\x46\xa2\x93\x2a\x33\xce\xf4\xb7\x70\xe8\x37\xea\ -\xf2\x1b\x75\xf6\xd5\x69\x90\x5a\x2d\xe1\xa0\xc4\x0b\x53\xbe\xee\ -\x21\xad\xb3\x2d\xb2\x5e\x0b\xe8\xc6\x2b\xe8\x95\xe0\x73\xa7\x78\ -\x27\xe5\x52\x06\x40\x65\x0c\xb6\xd0\x78\x5a\xdd\x7f\x55\x21\xb5\ -\x6a\x81\x7b\x67\x7d\xdf\x86\x78\x4c\x44\x69\x0e\x7d\xc9\x11\x99\ -\xcb\x47\x6d\x4a\x85\x7a\x4d\x8d\xc0\x34\x8b\x38\x1d\x6a\x14\x9c\ -\x02\x52\xab\x9e\x04\x11\x59\x26\x87\xab\xcc\x1c\x25\x8a\x8b\xc4\ -\xef\xa3\xb0\x50\x77\x24\xf3\xf0\xdf\x4c\x55\xa6\x0c\xd0\x8d\x83\ -\xeb\x0c\x4f\x3c\x0b\x40\x6e\x2f\x20\xc4\x81\xfd\x45\x6a\xcb\xfd\ -\x09\x07\x26\x0b\xde\xe3\x69\xd7\xe9\xb9\x5f\xc3\x44\x03\xb3\xb3\ -\xd2\xb6\xd8\x8b\xaf\xcf\x41\xcc\xae\x4b\xdd\x8b\xaf\xad\x3d\x7c\ -\xb4\x5b\x2c\xbb\xf9\x44\x86\x97\xc6\x45\xd5\x78\xfa\xa2\x95\xef\ -\x72\xa2\xae\x3e\x2d\x5b\x3e\x91\x8b\x90\x77\x22\x02\x5f\x2b\x53\ -\xb9\xbb\xf5\x68\xd7\x03\xd5\x7b\x90\xb6\xd1\x2d\x07\xa1\x32\x06\ -\xa7\x9e\x2e\x50\x1e\x28\x1e\x0e\x47\x7d\xc5\xd1\x4b\x21\xf0\xe0\ -\xb2\xe7\xb3\x22\x37\x06\x21\x90\x6e\x17\x73\x17\x6d\x12\xbb\x07\ -\x1e\x97\x7d\xee\xf9\xaf\x3b\x8b\x02\xca\x67\xe9\xe4\x8c\xd1\xbc\ -\xc7\x65\x9a\x85\x1f\x1f\xe1\x9e\xa2\xc3\xba\x53\x77\xa7\x3a\x6e\ -\x7f\xcd\xfc\x5f\x0f\x97\x03\x86\x1c\x97\x96\x1c\xf6\xb2\x13\x20\ -\xe9\x0e\x6a\x5d\x63\xb4\x1c\x74\xa8\x3d\x7a\xab\xfa\x44\xb4\x1b\ -\xb1\x20\xc7\xf5\xec\xee\x7c\x67\xf8\xef\xf6\xe0\xdb\xd0\xc0\xa4\ -\xbe\xf1\x30\x70\x01\x01\x1f\xc8\x08\x20\xee\xcd\xc5\x2c\x48\xb5\ -\x38\xfe\x54\xf9\x3f\x81\xe6\xd9\x45\x2c\xaf\x2e\x40\xe6\x4a\x75\ -\xa3\xc2\x38\x4b\x13\x21\xaa\x75\x79\x8e\xe2\xc1\xa6\xc4\xa7\x7e\ -\x32\x50\xd4\xd4\x0c\xb6\xc2\x81\x5a\x33\x64\x74\x29\xc6\xed\xcd\ -\x4b\x4e\xf3\xfa\x84\x88\xf4\xcd\xcf\xa1\xfe\xb5\x27\xfa\x97\x46\ -\x30\xa1\xeb\x8c\x33\x48\x6a\xca\x4e\x5e\x5c\x10\x04\x5b\x08\x17\ -\xfb\x54\x9b\x8d\xda\x59\xce\x5d\x6a\x05\x5b\x9b\x16\x51\x07\x48\ -\xa2\x59\x14\x1d\x31\x0c\xe1\xca\xa4\x6d\x3a\xdf\x51\xc6\x11\x66\ -\x7c\x68\x2f\xdf\x26\xbe\x1b\x5d\xdb\x58\xcd\x5c\x14\x64\xbb\x5d\ -\xca\xfa\xaa\x27\xa0\xb1\xd6\x6b\x1d\x8a\x4d\x4a\xe2\xfb\x09\x0d\ -\x5b\xf4\xd4\xb0\x2d\x9e\xb9\x29\xa1\x71\x10\x54\x36\x59\xcb\x90\ -\x19\xc1\xc8\x0d\x91\x7f\x8a\xcd\x67\xb0\xf8\x13\x58\x70\x60\x91\ -\x4e\x8d\x6f\x19\x9d\x04\x3d\xab\x37\x23\x76\xcf\x48\x9e\x21\x8b\ -\xe2\xfe\xf2\x8b\x3d\x00\xba\xa3\xc8\x1a\xd9\x4c\x4e\xa1\x86\x3e\ -\x51\xe4\x87\x46\x94\xff\xa9\xe7\xea\xce\xb8\xb2\x57\x52\x07\x0b\ -\x8c\x94\x2c\xaa\x2d\xf0\x3e\x1c\x72\xbb\x88\xbd\xee\x96\x72\x83\ -\x28\x60\xa0\xe7\x0e\x25\xa0\x87\xc8\x42\x8b\x58\x8e\xbb\xc0\x21\ -\xdd\x05\xe8\x1e\x8e\x1a\x69\xbd\x7e\x1f\xef\x16\x3b\xa9\xaa\x13\ -\x7c\xdb\x5f\x4d\x12\x9e\xf7\xa3\x66\x13\xb9\xb6\x3e\xc0\x39\xd5\ -\xdb\x28\x51\x2d\x83\x92\xb5\x67\xf1\xe1\xe1\xa0\x37\xdd\x04\x69\ -\xdc\xc3\x4c\xd7\x5f\x8e\xff\x70\xbe\x9d\xc8\xfb\x42\x45\x5b\xd4\ -\xf9\xf5\x42\xfd\x15\xce\x3b\xa1\xb2\x96\x4a\xc3\x49\x6b\x36\xad\ -\x41\x07\x2b\xe0\x65\xe5\xb9\x86\xe6\xba\xcf\xfa\x04\x2f\xb4\x99\ -\x00\x9c\xcd\xfa\x45\x75\x36\x0b\x71\x4d\x0b\x77\x63\x26\x69\xaa\ -\x6f\x93\x05\xb1\xb1\xc1\xd1\xd0\x37\x50\x5f\x7c\xfa\x46\x0e\x04\ -\x53\xef\x23\x8e\x33\xa5\xef\xaf\x34\x70\xa3\x0b\x58\xa5\xe1\xc6\ -\xc1\x2a\x2a\x40\xcd\x3e\x2f\xe9\xf6\x50\xf6\xd2\x3d\x99\x09\x17\ -\x17\x8d\x32\x9f\x53\x03\x80\x3a\xe0\x40\x34\xa2\x8b\x02\x38\x12\ -\x2d\x53\x89\x79\x96\x18\xf5\x38\xed\xf8\x93\xdd\x80\x41\x3d\x3d\ -\x5d\x15\xd5\xa7\x71\x24\x73\xbf\x73\xb8\xaa\x52\xff\x96\x5f\xb4\ -\x7b\x09\x54\xdc\x39\x28\x49\xb0\xa6\x3c\xec\x5b\x86\xea\xb7\x20\ -\x7a\xfa\xff\x19\x7b\x97\x24\x4b\x92\x1c\x48\x4c\x01\xf3\xc8\x39\ -\x0d\x17\x3c\x09\x45\xb8\xa5\x70\xc3\x93\xcc\xad\xa7\x33\x9e\x1b\ -\xc0\x05\xfe\xe6\xfe\xb2\xa7\x5b\x5a\xaa\xba\x2a\x32\xe2\x85\xbb\ -\x7d\x00\x85\x7e\x8e\xa6\x46\xc0\xda\x69\x7d\x3a\xea\xeb\xb3\xd6\ -\x7b\xb8\x00\xd2\xfb\x84\xf5\x79\x3f\x00\x3d\xc0\xfd\xe9\x22\x28\ -\x8f\xef\x6f\xc3\x8c\x69\x7a\x53\x86\x26\xdd\x60\x08\xb8\x4e\x31\ -\xf1\x29\x9c\x8e\x17\xd6\x9d\x9b\xc6\x98\xcf\xb9\xc0\xca\x34\x53\ -\x93\x29\xb8\xf6\x7f\x9e\x79\x1a\x6f\x50\x0b\xf5\x02\x53\x72\xe4\ -\x1e\xf9\x13\x49\x15\x44\x59\x2b\xef\x58\x4c\x24\xe5\x66\x93\x90\ -\x71\x50\x45\x78\x20\xec\xbd\xf9\x39\x49\xa7\x33\x85\x1e\xa9\x0b\ -\x0a\x67\x98\x21\x10\x97\x68\x84\xf6\x74\xd5\xc9\x4b\x66\x79\xb8\ -\x9e\x94\x6d\xa5\x5a\xa2\x79\x5f\x14\x6f\x79\x0d\x0f\x5b\xd5\x40\ -\xbf\xc6\xd4\x45\x47\xbe\x54\xcf\x67\x20\xaa\x60\x52\x15\x01\xf3\ -\x73\xfa\x98\xcf\xf7\xe8\xd4\xbf\x4d\x89\xc2\x9a\x52\x24\xba\x3a\ -\x33\x23\xc9\x9c\x8d\x87\x43\x54\x9b\x52\x52\x1f\x9f\x52\x66\xaa\ -\x00\x93\x3e\xd1\xbd\x56\xde\xd0\x9c\xee\xca\x33\x9f\x35\x3d\x90\ -\x96\xca\x3a\x58\xd6\x50\xe1\xdd\x65\xa8\x53\x3d\x4e\x37\xae\x47\ -\x06\x42\x47\x68\x13\x4c\x73\x73\x8b\xfc\x7d\x36\xba\xed\xd7\xde\ -\x74\xac\x8f\x59\x64\x05\x8d\xa7\xa3\xbc\xbb\x5d\xf2\xe1\x46\xf4\ -\xdf\x46\xe2\x0f\x9b\xdd\x83\x36\xf4\x0d\x41\x7f\x34\xc2\xe0\x9c\ -\x72\xf5\x00\xe4\xff\x46\x83\x7a\x8c\xfb\x23\xe7\xee\x30\x9d\x98\ -\xce\x66\x18\x01\xdc\xda\xa2\x0c\xf4\x98\x08\xa8\x06\x52\xd5\xa6\ -\x1f\x8a\xd2\xbf\xa8\x64\x88\x6c\xa7\xab\x11\xb7\xa9\x22\xe9\x98\ -\x5c\x1a\x1f\x9f\xc7\x45\x14\x22\x5e\x12\x85\x6c\x6f\x24\x3c\x77\ -\x89\x74\x41\xf5\x53\x94\x5c\xa2\x9c\xe6\xe8\xaa\xf3\x2b\x0a\x88\ -\x8d\x43\x7c\xbb\x3d\xb8\x9c\x27\x75\xb3\x2e\xdc\x67\xb3\x70\xd2\ -\x14\x76\x28\x06\xc9\x10\xf0\xfe\xde\x88\xd8\xf2\x3e\x68\xd9\x14\ -\xd4\x1d\xc6\x6e\x88\x23\x7b\x94\x5b\x46\xff\x11\xe6\xd9\x9b\x52\ -\x26\x78\x4e\x5e\x04\xfa\xfa\x14\x5a\x9b\x83\x69\x43\xba\xc7\xda\ -\x68\xc0\x47\x98\xec\x9c\x17\x55\x82\x5a\xc0\x3f\x8b\xc7\xff\x36\ -\xf5\xa9\x09\xf9\x9d\xf9\x27\xa2\xee\x3a\x28\xf4\x12\x6e\x1b\xac\ -\x8c\x73\x52\x24\x75\xbe\x8b\x6b\x1b\xdf\x1c\x07\x9b\xb0\xf3\xad\ -\x69\xfa\x17\x18\xf2\xee\xf0\x15\x97\xf9\xcc\x3d\xcc\xaf\x15\x1d\ -\xeb\xbf\xdf\xcd\xdd\xcc\xe4\x64\x46\x44\xe0\x82\x35\x69\x56\xc4\ -\xe9\x5e\xde\x6c\x13\x58\xbf\x4f\xd1\x12\xd5\x8f\x82\x0d\xfa\xa8\ -\x13\x7a\xa0\xad\xe8\xdd\xd6\xa2\xba\x7b\xdd\xfb\x79\x44\x3a\x4f\ -\xfa\xb7\xba\x63\x4e\xcf\x22\x8b\x52\x9d\x3a\xe9\x54\x4b\x5a\x4d\ -\xd3\x75\x50\x8b\xdc\x54\x47\xba\x63\x18\x0c\xb5\x96\xa4\x13\x76\ -\x2a\x28\x0d\x5b\x7f\x3e\x5c\x5f\xbf\xed\x93\x5e\xd4\x75\x46\x88\ -\xd5\x2c\x76\x3f\xc8\x9a\x51\x09\xc8\xf8\x96\xf9\x7d\x6d\x82\x5f\ -\x21\x1f\xf1\x5c\x9f\x20\xa3\xc9\x0c\x16\xaf\xe6\x8c\x77\x30\x7a\ -\x54\x92\xaa\x17\x31\x31\x35\xc1\xfb\xb7\xa3\x64\x38\xc4\xe1\x85\ -\x45\x74\x82\x1a\x3d\x7b\x29\xdd\xd3\xa8\x8a\xf5\xdd\x4c\xb7\x7a\ -\x58\x37\x75\xaa\x7f\x77\x35\x1d\x06\x40\x87\x83\x1e\x3d\x9b\x4a\ -\x09\x20\x9a\x76\xde\x37\xb5\x76\x64\x84\xf3\x76\x50\xdf\xd6\x61\ -\xd4\x14\x0d\x38\xc9\x09\xfb\x7a\xe5\x02\x6b\xcb\xbd\xdb\x1a\x1a\ -\x9f\x95\x1f\x2e\x83\x98\x5b\x38\xaf\xba\x96\xb4\xbb\x25\x02\xf2\ -\x95\x12\xd7\x1d\xaf\xed\xb3\xc9\x6b\xb3\x90\xfb\x5f\x6c\x6d\xaf\ -\x15\xba\xfa\xa0\x6b\xd2\xa0\xf6\x4f\x90\x8b\x5e\xb3\xe9\x72\x1f\ -\xea\xf7\x09\x7c\xed\x27\x97\x08\x11\x86\xf1\x52\x9c\x2b\xb7\x87\ -\x84\xc7\x2d\x77\xd2\x32\x17\x91\x47\xe3\x78\x0c\x8a\x98\xc9\x91\ -\x3a\x58\x74\xa5\xee\x99\x67\xa3\x93\x06\x38\x6b\x36\x4f\x27\x40\ -\xcb\x18\x81\xcc\x27\x80\xf6\x0c\xd5\x7e\x61\x10\x38\x28\xc4\x6d\ -\x08\x50\x67\x65\xc9\x0b\xba\x71\xdc\xd5\x0f\xc9\x9f\x9f\x9f\x12\ -\x51\xfa\x4b\x0b\x8e\xee\xd8\xfc\x22\x2d\x60\x97\xfd\x81\x69\xe6\ -\x22\x71\x3a\xd1\x10\xee\xfb\x9e\xe8\x06\x4d\x7a\xc1\x8d\xdb\x2e\ -\xe9\x1e\xac\xc8\x57\x76\xa8\x7c\x20\x82\xf1\x50\x49\x3d\x17\xfc\ -\xd0\x2d\xa8\x4c\xae\x75\xb7\x17\x7d\xe3\x7a\x76\x8d\x99\x64\x2d\ -\x42\x58\x9e\xbf\xb5\x69\x1e\x7a\x0b\x1d\x21\xbd\xbf\x52\xb4\x54\ -\x6f\x1f\xb1\xd2\xe3\x45\xf5\x43\x07\xda\x3b\xef\xdd\xfe\x5e\xd2\ -\xc6\x5a\x99\xf3\x05\x2a\x35\x1d\x97\x74\xd1\xb3\x34\x2b\xc8\x96\ -\x1d\xe2\x01\xc2\xb2\x67\xe2\xb5\x36\xad\x81\x1c\x82\xea\x7e\x49\ -\x08\xa8\xb9\xe5\x20\x45\xe2\x22\x02\xd9\xd3\x4a\x9e\x07\xf2\x55\ -\xa8\x77\x15\x8f\x6c\x07\x05\x53\xcb\xe0\xa1\x74\x94\x2b\xcb\xdc\ -\xda\x80\x3d\xe0\x33\x04\xa4\xff\xe2\xf8\x9f\xee\x84\x17\x4f\x6d\ -\x42\x21\x85\xf1\xfe\xd7\x61\xec\x40\xc3\xc5\x2f\x9c\x65\xde\x42\ -\x49\xe3\xe0\x11\xea\x23\x6f\x7d\x68\x1a\x54\xe7\x66\x16\xd9\x03\ -\x11\x3a\x11\x25\x3a\x9d\x77\x98\xa1\x8b\x1f\x56\xf2\x04\xd3\xfa\ -\x45\x83\x5f\xe8\x9b\x7a\x02\x93\xbe\x14\x4a\x32\xa6\x9b\xdf\x0a\ -\xd6\xb3\x08\xce\x49\xb2\x5f\x88\x0b\xd4\x8c\x1e\x68\xec\xa3\x19\ -\x82\xc9\x85\x3e\xb5\x10\xdc\xd4\xdb\xe8\x0b\x55\xb0\x4d\x2f\x1e\ -\x7a\xb6\x3e\x21\x62\x7a\x14\xea\x39\xd9\x3e\x38\xde\x7d\xdd\xd7\ -\xe7\x5c\x79\x18\x27\x3f\x9f\xa6\xa6\x84\xd6\x2a\xce\xbc\x6e\x40\ -\x57\x9d\x69\x5c\xdf\x6b\xbd\x14\x37\x59\x30\x7c\xb1\x19\x67\xe6\ -\x36\x6c\x7a\x7e\x9d\xaa\xe6\x05\x43\x6e\x80\x11\x7a\x8e\xb0\xf8\ -\x16\xa7\x1e\x24\xeb\x2e\x2e\x9a\xd4\x82\x6a\xa3\xb8\x5a\xe8\xad\ -\xa8\x14\x1d\x42\x26\x85\x63\x14\xfd\x79\xae\x37\x54\x57\xca\xf5\ -\x4f\x24\x42\xcb\x9f\xad\x51\xbc\x0b\xb3\xeb\x55\x6c\x77\x68\x3b\ -\x29\x95\x1e\xb3\x37\xce\x2c\x38\x45\xc7\xe2\x14\x6a\x9f\x75\x2a\ -\x67\x0f\xc2\x1e\x54\xef\x1d\x85\x8d\x9f\xd1\x7b\xe7\xd4\x52\xd3\ -\x15\x95\x1e\xe1\x98\x9d\x0a\x95\xbf\xcd\x21\x87\x99\xcf\x26\x86\ -\x8a\xf2\x38\x7f\x0a\x5d\xc7\xe3\x73\x9e\x67\x57\xcf\xce\x13\xe9\ -\xeb\xb7\xa6\xaa\xdf\x28\x32\x6b\x2d\x77\xdb\xa5\x49\xff\xc4\x59\ -\xc0\x35\x16\x04\xc3\xf3\x7d\xcc\xd1\x4f\x84\x1e\xd4\xbf\x41\x71\ -\x94\x4f\xb0\xaf\xa1\xdb\x9d\x65\x59\xfc\x1c\x9b\x05\x5f\x38\xa4\ -\x0d\x0d\xd8\xcb\x9d\xbb\xf7\xb6\x62\x5b\x34\xeb\x8b\x68\x8a\x2d\ -\xae\x80\x1f\x5a\x94\xcc\x6c\xa2\xc8\x7c\x0c\x26\xcc\x7e\x9d\xee\ -\xd7\x7d\xb2\x9d\x25\xa0\xaf\xd6\xdd\x04\x1a\x68\xf8\xe3\xaf\xa9\ -\xb9\x99\xd3\xf3\xfc\x1d\xf9\x1d\x78\xab\x22\xde\xe1\x23\x51\x10\ -\x79\x26\x1b\x3d\x27\x47\xda\x6c\xdd\xd1\xa8\x89\x7a\x6f\x08\x33\ -\xe0\x4e\x7b\xa1\x19\xce\x73\x4d\x9f\x3a\xba\x0e\xda\xcd\x86\xf6\ -\x5b\xb3\x2f\xce\xec\x41\x65\x1c\xc6\xf3\x93\xc6\x82\x91\x69\x30\ -\xf3\x00\xfc\xc2\xed\xad\x67\x0d\xd1\x95\x86\x3e\x0f\x00\x97\x8d\ -\x56\xca\x8d\x69\x51\xf4\x33\xce\x7d\x10\x2e\x8e\x59\x1c\x7b\x5e\ -\x50\xda\x26\x34\xb0\x37\x35\x40\xd1\x68\xc7\x5d\xbe\x75\x80\x49\ -\x9d\x41\xf0\x58\x3f\xa1\x2e\x71\x53\x9e\xf7\x06\xd4\x4d\x34\xae\ -\xe5\x1a\xde\x9d\xe4\x17\x35\x97\x25\x77\xf3\xae\x46\x31\x80\x07\ -\xce\x3a\xca\x8c\x30\xfa\x1a\xef\x13\x7f\x80\xff\x49\x9f\x9b\xa0\ -\xa8\x69\xfe\xf7\xa1\xb7\x56\xea\xda\x62\x9d\x13\x22\xa2\x97\xa1\ -\x40\x39\xac\xc2\xc1\xc0\xcc\xb6\x25\xbb\xaf\x49\x15\xe2\x52\x20\ -\xba\x26\x03\x23\x3f\x3d\x61\x4e\xa7\x5f\x00\xb2\xe7\x04\xae\x00\ -\x07\x92\x35\xcc\x28\xe2\x99\xf7\xfb\xe8\x0d\x28\xef\xd3\xbf\x3a\ -\x7b\x83\x31\xc2\xcf\x5a\x43\x1a\xe5\xbc\x4f\xaf\xfa\x1e\x08\x47\ -\xe5\xc3\x8a\x5e\x44\xb0\x70\xae\x6b\x6f\xf8\x75\x0b\xd6\x9f\x9f\ -\x3c\xf0\x42\xaf\x13\x88\xcf\x08\x0f\x16\x4a\x31\x5c\x4c\x46\x94\ -\xbd\x10\x6d\x39\x2e\xe4\xc6\x15\xbd\xa0\x8c\x82\x7a\xd2\x45\xf6\ -\x40\xac\x3b\x0d\x68\x8f\xb4\x6e\x3f\xc0\xa9\x07\x0c\x6a\x16\x42\ -\xf5\xc7\xa5\x9c\x47\x68\x0d\x3e\x2d\xbe\x88\xc2\xa3\x61\xd2\x97\ -\xe2\xb9\x67\xc2\x8c\x49\x05\xe8\xbf\x0a\x9a\xa3\xf1\x1b\x07\xed\ -\x0b\x37\xbd\xfc\xf4\x8f\xb1\x65\xb8\xb1\x30\xb5\xa6\xca\x04\xe0\ -\xa6\xfd\xa7\xc6\x33\x3f\xb2\x24\x80\x21\xd8\x1b\xec\x22\x68\xa3\ -\x4b\x58\x90\x2f\xf9\x05\xd1\xf5\x37\xe1\x54\xa8\x2a\xf9\xfb\x96\ -\x05\xb6\x56\x58\x1e\x3d\x51\x5c\x1a\x3a\xbd\xd2\x60\x30\x53\xb3\ -\xd7\x67\xa7\xe8\xed\xaf\x45\xfd\x78\x6f\x4d\x1b\xd0\xdf\xdd\x79\ -\xf0\x9d\x22\xe2\x57\xbb\xdb\x43\xe8\xfc\x50\x65\x35\xcd\xca\xdd\ -\x32\x57\x1e\x17\x8a\x18\x5d\x0e\x3a\x69\x22\x1d\xed\x91\x66\xac\ -\xf2\xd0\x47\x79\xe1\x4b\xce\x0b\x5f\x58\xd9\x94\x9f\x23\x6c\x3a\ -\xe8\x26\xf9\xfb\xf1\x77\x11\x39\xc3\xa8\x61\xcf\xf1\x78\xa7\xad\ -\x92\x8f\xdf\x6b\xbd\x06\x51\xc6\x80\x89\xfb\x9f\xa8\xd5\x1b\x40\ -\xf1\x2d\xfd\xfc\x71\x11\xbb\x6d\x1f\x81\xbe\x4c\x69\xe2\xf2\xf4\ -\x2c\x8a\x43\x23\xf2\xdf\xa6\x18\xf5\xd9\x56\x13\x69\x87\xc5\xab\ -\x4f\xd9\x45\xe7\x04\xa2\x15\xad\xa5\x3f\x58\x1e\x2c\x3c\xdb\x07\ -\x75\x34\xfc\xd1\xb4\xed\x6a\xfa\xa4\x15\x61\x84\xb0\xe1\x2e\x41\ -\x6c\x22\xd7\x30\x84\xb3\xd7\xc4\x4a\x30\x57\x53\x5a\x3e\x21\xb2\ -\x7c\x9e\xe5\xb9\xf0\xe4\x13\x19\xd2\xfc\x62\x6b\xc2\x05\x66\x03\ -\xeb\x19\x44\x16\xa8\xcc\x60\x15\x77\x3f\xd5\x86\x64\xca\x70\xc0\ -\x9c\x21\x4b\x55\x68\xa5\xcc\xb4\x87\x85\x07\xc8\x83\x72\xe1\x0c\ -\x74\xaf\x07\x39\x07\x55\xe4\x75\x1f\x76\x3d\xc0\xf9\xfe\xa5\x02\ -\x92\x33\xdf\x87\x4a\xdb\xf8\x30\x22\xe8\xfb\xd9\x19\x10\xbd\xa8\ -\xce\xc0\x65\xaa\xf3\x51\xda\x05\x2b\x2d\x30\xf9\xa9\x35\xe0\xa1\ -\xc1\x48\x8b\xcf\x37\xdd\xc8\x41\x49\xfe\x66\xc3\xfd\xdc\xb3\xb3\ -\x51\x18\xfb\x1c\x95\xf9\x22\xf2\x19\x39\x93\x7a\x4e\x90\x49\x5e\ -\x01\xbf\xd2\x53\xf4\x68\x39\x7a\x80\xa6\x6f\xef\xa2\x80\x8d\x43\ -\x07\xc9\x93\xb6\xfb\xc8\xd0\x7b\x68\x96\x76\x03\xef\x9e\x67\xf2\ -\x33\x94\xb3\x1a\x47\x09\xb6\x03\xdc\xac\x80\x80\xfd\x91\x47\x76\ -\x26\x5c\x00\x00\x00\x20\x00\x49\x44\x41\x54\x41\x1a\xfb\x96\x89\ -\x20\x2c\x03\x25\x0f\x91\xfb\x19\x52\xdd\xe9\x5d\xf3\xf3\x8a\xc5\ -\x2d\x10\x5a\x63\x52\xb6\xf2\x24\x9c\x53\xa0\xb8\x79\xba\xd3\xe4\ -\x60\xb0\xb4\x49\x1d\x0e\xeb\xfd\xd4\x17\x7f\x9d\x8c\x09\xfe\x95\ -\x39\xf7\x8d\x65\x32\xc1\xde\x7f\xd8\xc0\x0b\x0d\xaa\x7b\x6f\x32\ -\xce\xf3\xf1\xad\x50\xce\xe9\x10\xf4\x0b\xd3\x04\x0f\xf6\x87\x81\ -\x2b\x6d\xe2\x3e\xe8\x98\x13\xd9\x18\xd2\x02\xd4\x24\x7a\xd8\x8d\ -\x4b\x8b\x58\x08\x6d\x50\xfb\x7e\xa4\x6f\x6c\x94\xdd\xa8\xfd\x15\ -\xab\x62\x0d\xbc\xfc\xa3\x19\xad\x3b\x40\x07\x93\x88\x1b\x08\x2f\ -\x63\xc2\xc1\xb8\x52\x67\x65\x40\xbe\xe9\xcf\xff\x75\xb7\x8a\x6b\ -\xc5\xba\x2e\x8c\x24\x22\x07\x9c\xd2\x37\x0c\x91\xbc\x31\xbd\x82\ -\x1e\xba\x7b\x4e\x91\xb9\x47\xba\xa0\x82\x17\xdc\x80\x8d\x5e\x81\ -\xb1\x13\x68\x51\xdd\xd6\x44\x76\x68\x49\x7c\xba\x16\x67\x1d\x95\ -\x75\x3f\x1d\x11\x44\x0f\x00\x39\xe2\x16\xb0\xab\x37\x88\xc6\xe9\ -\x21\x3d\x7a\xcf\xb7\xda\xfb\xd0\x84\x6a\xb1\x89\x28\x35\x8a\x7c\ -\xfc\x71\x4a\xb9\x84\xe8\x91\xe1\xd6\xc0\xbb\x9a\x72\xf1\xab\xf1\ -\x9d\x9d\x27\xdd\xa5\xb5\x72\xca\xae\x9e\x12\x9d\x26\x0c\xa1\xab\ -\x70\x71\x3d\x67\x96\x89\x34\x31\xa7\xff\xe0\x86\xa4\x3b\x3b\xde\ -\x1d\x61\xf4\x91\xc6\xfc\x10\x07\xd3\x77\x57\xa1\x5e\xbc\xda\x0b\ -\xe4\x11\x2c\x68\x0d\x89\x1c\xfa\x03\x0c\xfd\x84\xbf\xe5\x9c\x50\ -\x98\x9d\x6b\x51\x06\xad\xd9\xe1\x97\x85\xdd\xb8\xaa\x2a\x69\xc5\ -\xaa\xfe\xbd\xb6\x8f\xe1\xe3\x05\x4e\x91\x6b\x1c\xec\xf2\x32\xe9\ -\x58\xd9\xd5\xe6\x62\xe5\x1e\x0e\xfb\x0c\x48\x84\xb4\xe3\x81\x03\ -\x81\x5a\x6e\x69\x6a\x45\x63\xa7\x56\x9d\x8a\xd3\x8b\xd9\x2c\xaa\ -\x73\x21\x77\x3a\x1b\x35\xc4\x1d\x83\x2b\x5e\xd4\x28\x4f\x0a\x3b\ -\x46\xa9\xe5\x10\x75\x7c\xfd\x41\xa5\x90\x5e\xbc\x8e\xc6\xc8\x1e\ -\x9e\x88\x4e\x7e\xb3\x41\x58\x59\xd8\x06\x27\x98\x5f\x2e\xdd\x6c\ -\x4d\x8f\xc2\xb6\x17\x01\x6f\x54\xbe\x18\xe1\xb2\x5b\xd8\x3f\x3a\ -\x8f\x83\x8a\x78\x5e\x16\xb3\x08\xc0\x17\xaa\x80\x0e\x11\x75\x77\ -\x96\xd2\xe1\xf0\x54\x97\xfa\x96\x9d\x1b\xd8\x50\x76\x49\x2d\x11\ -\xfe\xa1\xb7\x7a\x73\xca\xe9\x0d\x58\x1c\x32\xa7\x7e\x6c\x14\x42\ -\x5f\x82\x18\x3b\xb5\x2f\x0b\x54\x91\xe4\x58\x5f\xd7\xf5\x98\x0a\ -\x4f\x4e\x72\x2f\x1d\x68\x5c\x76\xe1\xa2\x67\x2e\xb7\xcf\x94\xf3\ -\xb2\x86\xe6\x47\xd1\x95\xbc\x72\xba\x12\x78\x79\x6b\xca\x17\xff\ -\x38\x5d\xa9\x35\x5b\x91\x73\x24\x94\xd6\xb5\x94\x53\xf4\xb6\x43\ -\x28\xf2\xdc\x08\xba\xd7\x40\xaa\xe3\x6b\x2f\x2e\x1b\xf7\xf8\xec\ -\xb7\x4a\x9d\x5b\x4d\xfb\x15\x36\xb6\xab\xe5\x0a\xcd\x67\xad\xee\ -\x8c\xc5\xb5\x95\x59\xb1\xdc\x3d\x13\x40\xd9\x4d\x8b\xb5\xfd\x8b\ -\x83\x6a\x7b\x17\xa5\x14\xa6\x11\xd3\x36\x31\x58\xd9\x14\xac\xc7\ -\x19\xd3\xc3\x67\x55\x9f\xc0\x03\x47\x50\xba\x9b\xff\xa8\x53\x67\ -\x0c\xcd\x5f\x4e\x71\x26\xb0\x4f\x49\xfb\x25\x1f\x5a\x34\x08\xbb\ -\xf5\xf3\x9a\xe8\x35\x6a\x4a\x3b\xd6\x26\x61\xe4\xf9\xc9\x0b\x1d\ -\xf0\xe1\x68\xda\xcd\x7c\x5e\xac\xe1\xb9\x59\xba\x67\xa6\x89\xde\ -\x95\xbb\x35\x28\xb2\xfa\x32\xe9\xd4\xce\xce\x7f\x05\x0f\x9e\x13\ -\xa6\x77\x0d\xe8\x5b\xa0\xeb\xb3\x99\xd9\x49\x81\x91\xa1\x65\xbd\ -\x8a\x2e\x85\x6e\xda\xd0\x69\x4a\x32\x80\xb2\x79\xf7\x9a\x41\x8b\ -\x12\x41\xdd\xd9\xb5\x3b\xa6\x8d\x62\x90\x5b\x43\x71\x34\x83\xa6\ -\x04\xb0\x9b\xae\x26\x2e\x95\xc3\x68\x20\xc2\x8f\x17\xe5\x52\xae\ -\xc0\xa8\x7c\xc6\xfa\xe7\xa5\xe1\xcb\xc1\x84\x25\x2e\xb6\x26\xc6\ -\xeb\x8e\xe3\x79\xf5\xb3\xef\x01\xa2\x72\x7b\x2f\x61\x5d\xef\x51\ -\x00\x58\x06\x36\x80\xd8\x0b\xad\x27\x42\x5e\xd4\x26\x4d\x23\x8a\ -\xff\xaa\x7b\x2d\xe2\x93\x67\x29\x59\x43\x19\x1a\x9c\x4e\x77\x33\ -\x0d\x6e\x0b\x43\xce\x89\x98\x7c\x05\xaa\x0a\x34\x95\x57\x1d\xf2\ -\x79\xe7\xfd\x2b\x74\x35\xd8\x27\x08\xa3\xa1\xc3\xb5\x90\x99\x87\ -\x8e\xfa\x1b\x15\x8d\x74\x37\xb9\x43\xab\xa4\xd6\x7a\x50\x3f\x3b\ -\x3b\x49\x48\x7d\xda\xaf\x90\x17\xc9\xe9\xf6\x10\x77\x6b\xd0\xcd\ -\x5c\x24\x3e\x6f\xa7\xe4\xd9\x24\x50\xca\xa9\xf6\xd1\x18\xf0\x2b\ -\xb0\x59\xba\x23\x24\x48\xb1\xa1\x58\xa8\xac\xc3\x1c\xc2\x3c\x1a\ -\xc4\x0d\xa6\x9f\xa2\x6e\xc6\xfd\x5e\x6a\x16\xd3\x48\xa5\xb6\x47\ -\xdd\x68\x81\x9a\xd9\x07\x46\xf6\x1d\x8e\x09\x48\x31\x62\x7a\x98\ -\xee\x4e\x7d\xa5\xae\x95\xf5\xa7\x36\xb0\x27\x5c\xbb\x79\x51\xd2\ -\xd9\x28\x01\xca\x2c\x8d\x0d\xe4\x53\xbc\x36\xed\x55\x9f\xbc\xaf\ -\x1f\x4a\x80\xcb\x26\xef\x7a\xac\x55\x01\x46\x1d\xf7\x0c\xa7\x46\ -\xe5\x54\xf2\xf3\x9f\xe3\xd0\x0d\xbe\x99\xfb\x08\xad\x87\x93\x2e\ -\xc9\x64\xeb\xbc\x9f\xaf\xf5\x99\xba\x8c\x52\x95\x46\xbc\x86\xb1\ -\xec\x24\xcd\x4c\xca\x3d\xb3\xff\x4e\x51\xaf\x39\xd5\x1a\x8c\xf5\ -\xff\xfd\xdf\xff\xe7\xff\x8c\x83\x9b\x3c\xf0\xaf\xa7\x9d\xef\x76\ -\xe8\x05\xf5\x4f\x88\x72\x71\xec\xfb\x4e\x9d\x10\x13\xe3\xba\xfe\ -\xb8\x85\xac\x39\xb6\xfc\xca\xed\x22\x6b\x6a\x8b\x87\xa0\xf8\x40\ -\x99\xb1\x3f\x95\xe3\x62\xd9\x24\xb6\x71\x48\xcd\x27\x7e\xef\x8f\ -\x5f\xe6\x25\x04\x8e\x26\x83\xd7\xc2\xed\x39\x34\x81\xa4\x6d\xf1\ -\x0d\xee\xc8\xf4\x96\x0f\x88\x5c\xc8\xac\x1e\x40\x2c\x9e\x79\x20\ -\x70\xb7\x2e\xc9\x89\x01\x29\x41\x32\x9b\x8a\x2c\xa7\xa9\x09\x84\ -\xcf\xb4\xfb\x1d\xd9\x26\xa4\x69\x59\x19\x93\x19\x61\x43\x1c\x44\ -\x15\xbc\x56\x16\x15\xe6\x22\x12\xe8\x9f\x14\xea\x92\x86\x0b\x9a\ -\x94\xc9\xed\x39\x5e\x19\xb6\x86\xca\x22\x61\xcf\x81\xb1\x9c\x0b\ -\x47\xe5\x2b\xae\x02\xb4\x08\xf7\xd6\x34\xa0\x58\x6b\x0d\x1a\x26\ -\x81\xf1\xd1\xff\xe5\x7f\x86\xc0\xeb\xf2\x26\xc7\xb3\xca\x96\xe5\ -\x50\x28\x45\x41\xc2\xe9\x58\x17\xe6\x03\x22\xb7\x89\xfc\xdd\x12\ -\xd6\xab\x59\xc7\x44\x9a\x60\x35\x82\x4c\x43\x74\xef\x97\xc3\xaf\ -\xfc\x35\x5b\x6f\x2f\xa4\x17\xaf\xf1\xb3\xa4\x65\xa8\x45\x56\x51\ -\x1c\x98\x6b\xad\xcc\xa9\x39\xa7\x1c\x71\x90\x7f\xe4\xce\x1c\x15\ -\x1d\xf6\xd2\x15\x46\x89\x87\xdd\x7b\xfd\xcc\x8d\x14\x93\x98\x2b\ -\x26\x2f\xa7\x0f\x32\xc0\xb5\x3e\xc9\xd1\x9c\x3e\xc9\xd3\xb6\xf1\ -\x32\x17\x49\x26\xed\xc4\x28\x52\x4e\xf3\xa2\x42\x79\x20\xe6\xf8\ -\xf3\xf1\x1c\x85\x9c\xd4\x34\x13\x08\x80\xb1\x7d\x92\x5b\xc1\xda\ -\x05\x24\x00\x84\xcf\xfe\x64\xd6\xd6\x69\x68\x91\x1c\x71\x9c\x8e\ -\x6b\xf5\xbf\x48\x1e\x67\x7f\xef\xb2\xc3\xce\x1b\xa0\x65\x39\x6d\ -\xcc\x0b\xb4\x2a\xbb\x29\xa6\xb0\xaa\x8a\x5f\xf9\x05\x14\x99\xed\ -\xa5\xa8\xb5\xcf\xec\x39\x68\x7e\x80\x77\x8b\x69\xcb\x41\xa3\x2c\ -\x24\x2c\x3f\xca\xb3\xd8\xfc\x67\x2c\xbe\xb0\xe5\xaf\xa3\xfc\x93\ -\xce\xb4\xd6\xb2\xa6\xcf\x83\x5a\x23\x80\x11\xfe\x6c\xd9\xb3\xdd\ -\x7e\xf5\x93\xb1\x03\xe4\x79\x4b\x8b\x2b\xaf\xea\x0e\x36\x37\x53\ -\x3e\x2f\x60\xdb\xf7\x5d\x64\x39\x33\x69\x89\x1f\xb4\xbc\xc8\xbf\ -\x51\x7c\xf6\x2f\xb6\x6c\x8b\x15\x60\xc6\xb5\x96\xe7\x9d\xd9\xef\ -\xf9\xf9\x7c\x8e\x8b\x5e\x32\xaf\x8e\xd9\x90\xbf\x38\x31\x7b\xd6\ -\x46\xec\xf1\x4d\x3b\x9b\x9d\xd3\x98\xc9\x72\xbe\x74\x5c\xbc\x91\ -\xdd\x54\x13\x8a\x1b\x3d\xbf\x4c\xd3\xec\x26\xde\xb3\x37\xfa\x2a\ -\x16\xb4\x0e\x6a\xfc\xfd\x8d\xcf\xf6\x1c\xc3\xb4\x1a\xe8\x0d\xe3\ -\x82\xe8\x27\x4b\xcc\xae\x33\x4c\x03\x15\xd9\xfe\xbb\x9d\x6e\x61\ -\xe6\xa4\x28\xb0\xcf\x60\xc7\xc5\xd3\xa6\x57\x96\x3b\x8a\x96\xad\ -\x60\xba\xb5\x11\x11\xe4\x73\x3b\x67\x51\x1f\x3a\x1e\x66\xc2\x67\ -\xdf\xc3\x15\x31\xb3\x58\xbc\x48\xda\xb8\x3d\x50\xb2\xcd\xf3\xda\ -\x34\xfa\x23\x1f\x8f\x10\xd0\x61\xe3\x1c\xe7\xf5\xad\x9f\x66\x12\ -\x11\x79\x5f\xae\x37\xc5\xc2\xad\xbf\x7e\xf3\xc9\xc8\x52\x8a\xe7\ -\x73\xdf\x7f\xd3\xb0\xa2\x17\x04\xc5\x50\x70\xc4\x9c\x2a\xc3\xad\ -\x26\xbb\x11\x29\x91\x95\x21\x22\x80\x49\x34\xe8\x7c\x77\x39\xb2\ -\x0e\x1b\x72\xd7\x17\x6b\x38\x06\x73\xbe\xb7\xc8\x1c\x64\x82\xe7\ -\xdc\x85\x6b\x24\x4d\x5a\x29\x18\xc2\x61\x45\xec\xe7\x42\x2b\xd4\ -\x88\x15\xf7\xfe\x75\x2d\xdc\x74\xf7\x8b\x77\xf1\xb9\x77\x3a\xf9\ -\xb5\x8b\x20\x9b\xb1\xfd\xf9\x5f\xde\x51\x0a\x64\xdf\x90\x7d\x83\ -\x3c\xd7\xc9\x58\xe6\x65\x1c\xc3\x34\x03\x5c\x09\x65\xf4\xc3\x9e\ -\xc0\x13\x59\x4e\x16\xa8\x6d\x50\x41\xcc\x24\xea\x5c\xb4\x6f\x4e\ -\x5c\xb4\x71\x3b\xff\x1a\x20\xec\xe0\xe1\x1d\x67\x65\x4e\x7f\x91\ -\x61\xd9\x20\xb6\x9c\x47\xdf\xac\x55\x3c\x37\x29\x80\xde\x2d\x9b\ -\x6c\x5a\xd3\x9f\xef\xb7\x32\xc0\xea\xf7\xfc\xc8\xdf\xa4\x23\x6b\ -\xcb\x34\xc4\xb2\xf3\xf0\xf6\xa0\x76\x83\x38\x76\xd9\x6f\xfb\x1e\ -\xb9\x77\x24\x19\x59\x03\xea\xd5\x78\x66\x8d\x6e\xd9\x59\xe3\x44\ -\xb6\x50\x1f\xea\xda\xfd\x66\x05\x3e\xaf\xc8\x3d\xd3\x3c\xdf\x45\ -\x3e\x26\x29\x40\x51\xaf\x02\x5c\x5a\x6d\xa2\x2c\xb8\x3d\x97\xd0\ -\x8c\xd6\xe3\xaf\x1f\xfd\x85\x1e\xfa\x23\x7b\x5f\x76\x56\xc5\xfd\ -\xb7\x98\xca\x1f\x20\x29\xb8\x92\xe7\x5c\xe9\xee\xad\x4e\x8c\x3c\ -\x4e\xd1\xdf\xac\x95\xe6\x34\x2f\xa2\x1b\xc4\xf3\x4b\xed\xf9\xa8\ -\x47\x0d\x45\x2a\x80\xe0\xc6\x96\x8f\x7d\x1a\x2b\x6d\x70\xf1\xe5\ -\x39\x70\x8a\xbf\xf2\xd7\x33\x98\x14\x17\xfd\x14\xe8\xeb\x56\xee\ -\x1f\xaf\x17\x8c\x76\xe6\x0d\xd6\x5a\x9e\xd9\x45\x9e\x89\x1a\x40\ -\x34\xda\x3b\x86\xd5\xd2\x2a\xcd\xdb\xa0\x0c\x93\xcc\x9e\x9e\x22\ -\x69\xb6\x64\x24\xe1\xee\x19\x53\x26\xf7\x20\x8c\x67\x62\xdf\xae\ -\xf2\xdd\xee\x88\x20\xca\xa8\x25\x07\x73\xdd\xad\x5b\xfc\x06\x1d\ -\x61\xc1\x24\xee\x21\xa6\x96\xf3\x97\xb9\x99\xd3\xdf\x80\xc9\x72\ -\x66\x45\x6d\x7d\xf4\xac\x4c\x72\xf6\x84\x24\xcf\xc0\xa4\x2a\x12\ -\x35\x30\xd9\x99\x1c\xf5\xb1\x7a\x96\x95\x0e\x16\x01\xd9\xf9\x65\ -\x3f\xdc\x69\x93\x02\x89\xe3\x56\x08\x37\xee\x96\x7d\xea\xf2\x15\ -\x90\xd5\x41\xb2\xcd\x5c\x47\xac\x1e\xb0\x6d\x64\x7b\xfc\x9a\x3c\ -\x75\x4d\xa3\x85\x14\x02\x5f\xcb\x8f\x95\x95\xdb\xc5\xc6\x6d\xbe\ -\x48\xd9\xe9\x48\x8d\x92\x04\x71\x6e\x3c\x03\x3f\x07\xda\x4f\x8e\ -\x38\x28\xc4\x78\xaf\x2f\x7c\xcb\x89\xc2\x7f\xcf\x29\x32\x2b\x6f\ -\xa3\x4f\xa4\x6e\x09\xc1\xc1\xa6\xd9\x85\xb6\x49\x51\x4c\xb7\xcc\ -\x51\xc5\x50\xa4\x0c\xe3\xdc\x75\xc9\xef\xa4\xc9\xb0\xa3\x68\x73\ -\xf2\x14\x82\xb5\x73\xfa\x70\xe6\x6c\x49\xe3\xef\x17\x82\x12\x54\ -\x18\x29\x6e\x7c\x13\x70\xe6\x48\xb7\x4d\xb1\xfa\x48\x5e\x7b\xce\ -\x55\x4e\x1c\x25\xdf\x03\xdc\x42\x7b\xb5\xd0\xd2\x93\xa6\xb1\xa1\ -\x58\xb2\x9c\x8d\xbd\x9c\xea\xe7\x4d\x8f\x6e\x40\xc9\x75\xa6\xea\ -\x76\xde\x3d\xbb\x40\xec\x2a\xba\xfe\xb8\xc5\xee\x89\x80\xe3\x35\ -\xdf\x2a\xb8\xfd\xf0\x46\x99\x53\x38\xea\x3f\xd7\x5d\x03\x39\x90\ -\xf9\x96\x4b\xd1\xf3\x42\x72\x7d\x3c\xe8\x13\x86\x36\xec\x96\x5b\ -\x95\xc6\x1f\x1e\x1a\xda\x11\xfa\x37\xbe\xfb\x40\x07\xfb\x14\xef\ -\x25\xf3\x27\x72\x6a\x44\xaa\x08\x8d\x98\xce\x37\xe7\xb2\xf3\xaf\ -\xec\x9a\xa5\x6e\xb1\x9e\xb6\xc5\x07\x57\x18\x5b\xac\xd0\xee\x9f\ -\xd7\xc7\xf0\xdd\x9d\xab\x74\x64\x41\x07\x28\xca\x80\x15\x4b\xe4\ -\xeb\x99\xf2\x39\xcf\x62\xad\x59\xf5\x7b\x90\x23\x44\x9b\x01\x40\ -\x21\xe4\x17\x57\x06\x4f\x08\xd9\x6d\xba\xa1\x95\x93\xa6\x51\x50\ -\x2c\xa7\x42\x94\x03\xd4\x75\x5d\x9e\xa5\xf3\xa4\x00\x99\xde\x42\ -\xf3\xef\x03\x89\x1b\x01\xa4\xbc\xc6\x94\xb4\x0e\xe5\x0b\xca\x84\ -\x3f\x8d\x66\xbb\xe5\x93\x36\xb8\xea\xfc\xf3\xa0\xd8\x0d\x5e\x7a\ -\xc3\xe8\x82\x8a\x66\x67\x62\xd9\x21\x93\x07\x71\x5f\x7c\xf9\x65\ -\xcc\xa9\x85\xea\x59\x78\x97\xa3\x5b\x2b\x22\x51\xfd\xcf\x71\x0b\ -\xf2\x3e\x51\xd4\x2c\x9e\x94\x2d\x77\x90\x9e\x79\x6e\xf1\x67\xf7\ -\xbe\x73\x42\x80\x83\x6e\x11\xd3\x8d\x27\x25\x56\x9a\x18\x78\x0d\ -\xba\xcd\x83\x41\x70\x04\x4c\x76\x77\x35\x43\xdc\x0f\x8d\x54\x37\ -\x50\xd0\xbb\x89\xb0\xf5\x45\x18\xbc\xdd\xbc\xc5\xa9\x38\x8d\xfb\ -\x1f\x45\xb0\x4a\x81\x1c\xd4\xc4\xfe\xec\x89\xa8\xb4\x5d\x87\x5a\ -\x9e\x45\x86\xe4\x76\x56\x80\x3e\x29\xa9\xda\x40\x30\x1c\xf4\x27\ -\xea\xcd\x29\xad\x3c\x4b\x32\x8f\xaf\x01\x39\x2b\xb4\x78\x41\xa7\ -\x91\xae\x25\x14\xfc\x0c\xdd\x11\x35\x1a\xae\x02\xb4\x3d\x10\xb4\ -\xee\xa9\x8a\x0b\x70\xa4\x57\xcb\x7c\xa2\x4f\xa2\xd2\xd9\x91\xf9\ -\x9f\x26\x24\x74\xe4\x80\xbd\x51\xa2\xcf\x7c\xba\x3e\x3d\x7d\xb3\ -\x88\x0e\x10\x42\x44\xf0\x67\xfd\x19\x19\x37\xa4\x35\x99\x0e\x3d\ -\x5b\x4e\xbb\xdc\x5a\xbd\xee\x76\x0b\xb1\x85\x07\x5e\xf7\x07\xaf\ -\x0e\x04\x5c\xab\xdc\x1c\x33\xcb\xa9\x35\xca\xd0\xd2\x0f\x17\x7d\ -\x0a\x59\x6c\xaf\x1f\x1e\x20\xb5\x76\x63\x8b\xd6\xa8\x8d\x3d\x42\ -\x68\x77\xc7\x19\x47\x12\xfa\x9b\x78\xff\x17\x40\x96\x0f\xaa\x78\ -\x4e\xfd\x17\x8c\x8e\xba\x73\x02\x25\xa9\x23\xb3\x42\xd7\x27\xd1\ -\x43\x07\x83\xa4\x71\x2d\x2f\xb6\xbf\x59\xf3\x77\x53\xaa\x58\x33\ -\xe3\xfc\xa6\xeb\x11\x0d\x60\x36\xe3\xe5\x10\x5b\x0b\x8a\xcd\x00\ -\x22\xa7\x41\xae\x71\x96\xae\xdd\x45\xb3\xea\xde\x05\x66\xf6\xf3\ -\xff\x1f\x8c\x8a\x7e\x3e\xed\xbd\x8b\xce\x37\xbe\x4e\x00\xb9\xfc\ -\x6c\x9e\xd3\xd8\xa8\x4b\xd3\x1b\xc0\x3f\xd7\x5a\xae\x07\x13\xcd\ -\x29\x0a\x79\x73\xdc\x75\x33\xf3\x2e\x96\xac\x49\x41\x7c\xe8\x2c\ -\xd9\x73\xac\x2e\x6f\x4a\x56\x82\xc1\xaa\xdb\xe3\x3d\x16\x56\x4c\ -\xab\xc2\x08\x0b\x04\x26\x4d\xdd\xba\xe5\xb9\x3a\x58\xed\x14\xee\ -\x30\x77\x51\x65\x7b\x3f\xf9\xbb\xef\x16\x75\xb2\x1c\x84\x6c\x86\ -\x0d\xc1\x4e\xea\xfb\x74\x31\xe0\xf6\xff\x68\x32\x12\x28\x41\xf6\ -\x7e\x68\x26\x55\xa6\x31\x4e\xb8\x9e\x4e\x0f\x83\x1e\x67\xf4\xa4\ -\x13\xff\x93\xde\xdf\xf3\x50\xe9\xc8\xbd\xcd\x9a\xcc\x6d\xe8\x82\ -\x9a\x1d\xc8\x2f\xe1\xc1\x4a\xba\xc6\x7b\x69\x1a\x62\x25\xe8\x56\ -\x43\x0f\xbf\x50\x68\x63\xaa\xd7\x7f\xbe\xec\xed\xcd\xba\x9d\xb5\ -\x0b\x91\x3b\x46\x29\xf9\x16\x3f\x5f\x62\xd8\x02\xf5\x38\x97\xd0\ -\xce\x86\x7b\xa5\x54\x76\x16\x40\x53\x63\x75\x3a\xaa\x91\x17\x5b\ -\x70\x37\x0d\xd2\x98\x52\x94\x57\x7f\x47\x45\x38\xfa\xe8\x96\x87\ -\x80\x96\x0d\x75\xf9\x62\x20\x5c\x79\xb0\xc6\xff\x28\xc2\x55\xb5\ -\x8a\x36\xd1\x5d\x93\x0d\x7f\x41\x49\xa5\x39\xe9\x4e\x14\x28\xd9\ -\x2a\x6a\x8a\x5b\xa7\x06\x8d\x82\xd6\xd5\x9c\x7a\x64\x18\x48\x84\ -\x61\x05\x7b\x01\x1a\xff\x5c\x23\xc0\x56\xcf\x4c\xa8\xf9\xd7\x87\ -\x68\xf9\xd0\x35\x85\xbd\x3b\x0e\x0e\x6e\x6e\xfa\x17\x3a\xc8\x79\ -\x08\xfe\xe8\x65\x87\x9d\xd6\xe1\x1c\x82\x42\x40\xd3\x8e\x38\x69\ -\x3a\x7e\x18\xd9\x94\xca\xc4\x87\xfb\x0b\xe7\x99\x62\x54\x8d\xa7\ -\x25\xaf\x39\x55\x98\xab\x11\xc0\x39\xf5\x9a\xa1\xa3\x48\x33\x83\ -\x99\x59\xb4\x93\xcf\x13\x63\x66\xe6\xc9\xe3\x8d\x77\x5a\xcd\x9c\ -\x7f\x4d\xcb\x26\xb2\x55\xdb\x84\xe0\xe2\xd4\xbb\x85\x44\xd1\x41\ -\xfc\x5e\x30\x48\x59\xd5\xf7\x03\x53\x5b\x2e\xc3\xbf\xe8\x1c\xdd\ -\x89\x32\x37\x74\x5e\xfa\xf8\x32\x36\x47\xa3\xbf\xf6\xf7\xce\xe3\ -\x20\x47\x20\x65\x42\x58\xda\x02\x16\x0f\x87\x4a\x65\x9f\xa2\x06\ -\x77\x38\xd6\x6f\xa3\xa8\xd8\x73\xc4\x68\xf4\xea\x90\xdb\xf9\xcc\ -\xa8\x0b\xdb\xa5\x05\x2d\x32\x7d\xa5\x89\x3c\x8b\x7e\xa7\x71\x79\ -\x31\x2f\x3e\xa5\xf1\xa1\xd9\x0c\xaf\x1c\x16\xdd\x08\x5c\x6c\xe8\ -\xf0\x00\x6f\x9c\x50\xc2\xea\x68\x04\xde\xa8\xb9\xb6\x1c\x24\xa2\ -\x28\x7c\x8a\x5d\xd4\xd7\xb2\xfe\xe5\x96\xc9\x27\x47\x61\xab\xf5\ -\xd9\x89\xc0\x42\x39\x69\xd0\x37\x7a\x19\xd7\xcf\x16\x36\x94\x2a\ -\xa6\x17\x4c\x04\x96\x88\x84\x70\x1a\x2c\x69\x69\x90\xf2\x82\x56\ -\xdc\x7a\xe7\xc4\x38\xa7\xdd\x7b\x1f\xc5\xc7\x9d\x5f\x7f\x5d\x17\ -\xd6\x5a\x4e\x85\xf9\xa6\x2d\xb3\x93\x3d\xd2\x4d\xfa\x34\x66\x79\ -\x2b\xa7\x23\xc7\x47\xbe\xbc\x67\x46\xb9\x67\x1d\xae\x95\xb4\x8a\ -\xf8\xa6\x3a\x06\x27\x51\x7c\x9d\xa1\x8a\x20\xb1\x09\x00\x5b\x83\ -\x23\xad\xc0\x3f\x1b\xbf\x6f\x14\xd6\x1e\xf0\xae\xfa\x5d\x00\x6d\ -\x6e\xb0\xee\x1e\xeb\xd3\x4c\x75\x3b\xfe\x93\x96\x77\x16\x7a\x81\ -\xa2\x4e\x9a\xa9\x4c\xea\xad\x58\x89\x13\x46\x08\xc3\xec\xa3\xa0\ -\x91\xe1\x32\x3b\x60\x3d\xed\x54\xde\x5d\x13\xf5\xa4\xba\xcb\x30\ -\x07\xd1\xa4\x0b\x3f\x0d\x64\xec\xde\x58\x85\x98\x83\x1e\x1a\x2e\ -\xbc\x98\x45\xfc\xeb\xf9\x8a\xcc\x49\xe0\x7c\x1f\xdb\x9f\x63\x2f\ -\xf8\x0b\xf5\xcf\xd0\x5f\x42\x4d\x3c\xb1\x4b\x38\xa4\x0a\x53\xbd\ -\x03\xe0\xdd\xd6\x4b\x7f\x97\x5e\xdc\xd3\x1a\x3a\x9e\x88\xf3\x60\ -\x54\xbc\xc8\xd0\x76\xa0\x00\x32\xc1\x4e\x23\x26\x73\xee\x2c\x76\ -\x86\xec\xfd\xaa\xbd\x2c\x9a\x77\x51\x4f\x15\x7a\x68\xb6\x9f\xba\ -\xab\xf3\x3f\x17\xb9\x83\x61\x33\xf1\xe9\x19\x8e\x14\xe6\x38\x2f\ -\xf7\xcd\x22\x86\xe0\xbb\x13\x68\x6a\x70\x03\xdc\xe4\x70\x15\xe6\ -\x3c\xab\x24\x8c\x06\x8e\x0c\xbf\xba\x67\x67\x13\xd1\xef\xdf\x34\ -\xc0\x68\x9f\xf1\x71\x36\x34\x03\xae\x6f\x2e\xb0\xf5\x56\x56\xbb\ -\xdf\xa6\x46\xf0\x04\x6c\xd2\xd8\xe4\xa0\xb1\x77\xfd\xfd\x6e\x39\ -\x93\x69\xe4\xd5\x9b\x0a\x57\x7b\xbc\x19\x16\xe5\xcf\xf3\x33\xd5\ -\x34\xe4\x02\x52\xa3\x86\x0b\x47\xc8\xf9\xa4\x42\xd7\xdd\x2d\x6e\ -\xb6\x63\xc0\x19\x1a\x58\x23\xbe\x8e\x7b\xb8\xb8\xe5\xb1\x76\xa0\ -\x56\xbe\xe8\xf8\xfa\xba\x9a\x7a\x1e\x52\xa3\x7c\x53\x6b\x6c\x2b\ -\x1e\xe6\x49\x4d\xce\x26\x48\x08\x85\x63\x8b\xc7\x93\xca\xd0\x20\ -\x11\x1d\x74\xe6\xa8\x1f\x54\xa1\x5c\x59\x79\xda\xe2\x71\x84\xf2\ -\x80\xa8\xbb\x84\x75\xc4\x34\x64\xdc\x89\xc8\x74\x45\x48\x6a\xf1\ -\xe5\x5a\x5b\x97\x0f\x8c\xf0\xec\x6e\x0d\xaf\x5f\xe8\xbc\x5c\xf5\ -\x8a\xd2\xa3\x89\xe2\x36\x81\xea\xae\x95\xe2\xe8\xfe\x7d\x3b\xd5\ -\x59\x68\x98\x52\xbc\x18\x50\x1f\x13\xfb\x16\xf0\x7c\xd4\x04\x77\ -\x0c\x86\x32\x06\xca\x7e\xff\xed\x73\xa0\x2d\xc0\x05\x9d\xbe\xee\ -\x42\x51\x68\xf0\xc3\xe2\x51\xb6\xfa\x1a\x33\x07\x12\xa3\xd8\xfc\ -\x80\x9c\x36\xc3\x87\xb8\x95\x5a\x61\x6b\x0f\x85\x5b\xb7\x6d\x18\ -\x28\xf7\x00\xbd\xd0\x20\x79\xbe\x52\x51\x12\xb4\xb9\xda\xf8\x81\ -\x10\x9d\x7c\x4c\x92\x86\xa5\x2e\x4f\xb7\x13\xb1\x31\x5f\x2f\xb2\ -\x62\x7c\x1f\x13\x09\x69\x48\xc0\xe0\x0b\xe0\x7f\x4f\x28\x7a\x8a\ -\x85\x67\x78\x68\xbf\xe4\x8a\x7a\x66\xb4\xb1\xe5\xbc\x4c\xfb\x77\ -\x4e\xea\xc9\xb1\xaa\xf8\xf7\x11\x92\x97\xa0\xbf\xed\x07\x4b\xa0\ -\xa9\x8d\xab\xbe\x90\x62\xba\xb7\x85\x23\x79\x20\xd9\x84\x2f\x85\ -\xaa\x24\xe9\x28\x66\x1f\xf5\x2a\xdb\xce\x66\x78\x00\x55\xd3\x92\ -\x74\x01\x74\xb8\x30\x05\x31\x88\x2d\x62\xa7\x46\xb7\x4f\xe1\xf6\ -\x0a\x41\xb2\xeb\xab\x78\x05\x47\xb8\x10\xd9\xf1\x8c\x99\x0e\x7d\ -\x97\x37\x58\x32\x5e\x4a\xfb\x5d\x2b\xb7\x27\xd3\xea\x49\x00\xb6\ -\xc2\xf3\x7a\x5c\x44\x75\x41\x0a\x61\x36\xf3\x2f\xe8\x0c\x7b\x4e\ -\xda\xd0\x11\x35\xfb\x74\x01\xd0\xb3\x18\x8c\xba\xb3\x1b\x5a\xb3\ -\xea\x0d\x9d\x17\x17\x69\x46\x1a\xe4\x65\xdd\x33\x91\x82\x92\xfb\ -\x72\xd1\x65\x88\x74\x73\x78\x6b\xde\x3a\x75\x38\xde\x4f\x63\x0e\ -\x74\xbd\x9d\x34\x8d\x14\x59\x2e\x8d\xc4\x85\xa2\x1e\x73\x90\x05\ -\x24\x79\x41\xa1\x3e\x59\xf3\x80\xec\x2c\x58\xec\x6b\xb6\xa7\x40\ -\x1b\x5a\x74\xbf\x5c\xd6\x9a\x8e\x82\x41\x8b\x29\x83\x14\x36\xbd\ -\x5f\x38\x56\xd2\x73\x7d\x67\x58\xa9\xb4\x89\x93\xfa\x5a\x44\x01\ -\x36\xe7\xee\x66\x84\x68\xb2\xe7\xc8\xdc\x0e\x30\x60\x84\x0d\x73\ -\xa2\xfc\xe4\xfb\xc0\xcf\x4e\x5f\xa3\xd3\xd5\xb1\x26\x4e\x3d\x4b\ -\x63\xa3\x3b\x19\x6e\xa7\xa7\x15\x2a\x67\x13\xe7\x55\x67\x58\xa3\ -\x6c\x76\xbd\x69\x77\x79\xd2\xe5\x2e\x7a\x51\x5c\xb4\x77\xd7\xa1\ -\x21\xfa\x92\xf7\x91\x45\x4a\xee\x07\x80\xa9\x94\x53\x81\x78\x1a\ -\x28\xe2\x66\xde\xe4\x1a\x30\x8e\x82\x29\xb4\xa3\x0e\x22\x81\xbf\ -\x34\xea\x8c\x25\x4f\x43\x99\x51\x84\x92\x8e\x29\x12\x1f\xcd\x62\ -\x9e\x61\x9e\x4f\x68\x85\xc7\x72\xfd\xd0\x1e\x5a\xb6\xe7\xb4\x46\ -\x0c\xd1\xd6\xa2\x79\x10\x4f\x5b\x5f\xa3\xf5\xca\xf7\xe6\x85\xdf\ -\xcd\x28\x5c\x65\x8c\x2b\xce\xcb\x11\x3d\x50\xfa\xc0\x1d\x0d\x1b\ -\x30\x28\x8a\x01\x36\x12\xb7\x62\x00\x6d\xda\x4b\x95\x8f\x74\x6a\ -\x83\x3a\x90\xc2\xfc\xa4\x39\x27\x2c\xe1\xef\xe0\x9b\x19\xc2\xa3\ -\x90\xd6\xa2\xf8\x52\x4e\x2a\x4a\xeb\xdc\x29\xa7\xa9\x09\x0b\xc7\ -\x3d\xcf\x7e\x8c\xe9\x77\xc5\x9f\xf0\x78\xbf\xb1\xd6\x4d\x2b\xd3\ -\xed\x0c\xa6\x5b\x65\x44\x89\x90\x58\x71\x1c\x31\x20\x0a\x49\x2a\ -\xf9\x08\x32\x76\x73\x9e\xe1\xbe\x87\x0a\x94\xa5\x2f\xa8\xb7\x7c\ -\xc1\xde\x72\xad\xee\xb0\x12\x5f\x43\x2f\x36\x9c\x0c\x8f\xb8\x89\ -\x00\xd9\x6b\x7a\x41\xaf\xa6\x19\xd1\xb8\x9d\xc6\x04\x1a\xba\xef\ -\xff\x12\xba\x5d\x8d\x72\x99\xf6\x54\x65\xb6\x4a\x7e\xe0\xd3\xde\ -\x92\x50\xb4\xfb\xa3\x29\x58\xa4\x69\x8e\xa3\x90\xe7\xc6\x9c\xa8\ -\x73\x84\x4b\x57\x26\x91\xab\xf7\xd4\xfe\x4a\x6b\xaa\x96\xd3\xe7\ -\x47\xc6\x14\x75\x80\x43\x47\xc3\xaa\x5b\xb0\xa9\x68\x8d\x5d\xaf\ -\xa4\x7a\x0f\x20\xa7\x03\x07\xdb\x8d\x5f\xd0\x29\x93\x24\xa3\x46\ -\x88\x9a\x63\xe1\xcd\x90\x46\xda\xd4\x19\x0f\x70\x28\x0c\x2f\xd8\ -\xef\xde\x38\xdb\xd3\x28\x26\x18\x56\x3e\xe5\x17\x77\x52\x4c\x37\ -\x42\xec\xe6\xc4\x68\xf5\x89\x01\x95\x47\x5b\xa6\xc0\xde\xc1\x50\ -\x72\x08\x4f\x0b\xd4\xb4\x7b\xe4\x6a\x59\x5a\x9a\x13\x95\x51\x47\ -\xf6\x7b\x13\xdb\x19\x01\xb7\xff\xce\x57\x3b\x3b\x65\x34\x4f\x31\ -\x55\x63\x94\x83\xa5\xbc\x68\x02\xa3\x69\xb7\x5a\x76\xb7\x33\x42\ -\x9b\x31\x04\x06\x6b\xa2\xbb\x2b\x1b\xc9\x32\x68\xa6\x6f\x3a\x77\ -\x67\x64\xb0\x3c\xee\xff\x99\x43\x75\xe8\x5a\x33\xc2\xc8\x1c\x26\ -\x4d\xab\x76\xb0\xac\xc2\x04\x85\xae\x99\x85\xd5\x32\x73\xb7\x18\ -\x65\xd3\x1c\x5d\xc3\x1d\x1a\xb8\xa0\xdd\x70\x81\x4a\xdf\xe2\x1c\ -\xc9\x41\xe1\x20\x6d\x29\xe9\x9c\x85\x2f\x75\xe7\x10\x17\x82\x72\ -\x0a\x0b\x23\xe7\x40\x47\xee\x91\xaa\xc0\x88\x7c\xcb\xa9\x66\x9a\ -\xdf\xa7\x07\x50\x1a\xa7\xf2\xa5\x41\xf0\xee\x95\x61\x96\xb1\x0a\ -\xc9\xcb\x75\x5e\xa0\x6d\xa1\x36\x3a\x8b\x15\x00\x9a\x61\xbe\x86\ -\xcc\xf2\x41\x87\x90\x61\x3e\x70\x4e\x33\x62\x42\xd0\x0f\x9e\xa0\ -\xcd\x7d\x47\x2a\x9a\x33\x93\x23\x6b\x45\x97\x9a\x45\xa4\x89\x8f\ -\xfc\x65\x06\xaf\x75\x08\x49\xbd\x20\xd8\xfb\x21\x2c\xde\xbb\x50\ -\xf3\x7e\x58\x04\xea\x41\x64\x9f\xfd\xbe\x7f\x73\x6a\xa4\xd9\xa0\ -\x08\xb0\x2e\xfb\x1a\xaa\x2c\x06\x4a\xee\x3c\xd2\x56\xdf\xc6\xd7\ -\x18\xbf\x2f\xc1\x82\x8b\x45\xdc\xee\x39\xf4\x73\x2a\x0f\xda\x8d\ -\x15\x35\x0d\xf5\xd5\xa6\x3d\x03\x46\x00\x24\x1d\x26\x06\x66\x14\ -\x10\x1b\xba\x9c\x6f\xfe\x95\xbb\x90\xcd\x38\xe9\xa0\xbf\x9e\x0d\ -\xdc\x6e\xd3\x95\xa7\xa5\x05\xfe\x89\xe0\x75\x54\xa9\x07\xf4\x26\ -\x94\xbb\x6d\x7d\xdf\xaa\xf8\xe1\xf5\x40\x99\x63\x6d\x9a\xa1\x45\ -\x19\x58\x54\xd8\xad\xbc\xd2\x73\x98\x6d\x93\x9b\x30\x3d\x2e\x6f\ -\xfd\x7a\xe9\xf6\x02\x7a\x1f\x78\x30\xa4\x09\xdd\xe9\xdd\x49\x51\ -\x7b\xd5\x91\x34\x40\x75\x3b\x5c\x67\xba\xab\xf3\x9a\xc3\x9a\x99\ -\xc8\x43\x4d\xeb\xb9\xf7\xc6\x34\x72\x27\x02\xc5\xd2\xad\x29\x72\ -\xce\x5d\x16\x45\xa3\x4e\x0a\x2a\x5a\xf3\x10\x35\xa4\xd2\x55\x07\ -\x6d\x34\x23\xae\x29\xa1\xe1\x52\xd9\xa8\x80\xad\x79\xd5\xc5\x9e\ -\xad\x51\x85\x19\x52\xe0\x1c\xd4\xcb\xab\x32\xb2\xb4\x4f\xbb\xae\ -\x9a\xc4\x37\xee\x78\x37\x6e\x08\x5a\xa0\x65\x45\x59\xe0\xa9\x2a\ -\x83\x2e\xf2\x67\x71\xe4\xdc\x91\xb8\xae\x50\x5e\x40\x20\x80\x45\ -\x9d\x9e\xb0\x33\x47\x67\x0e\x4e\xa2\x70\xa2\x79\x6a\x0d\x34\xaf\ -\xb9\x9a\xe9\xf6\x23\x47\x1e\x74\x4d\x0c\x53\x19\x4d\x3a\x0c\x02\ -\x5c\xa0\x3a\x83\xdf\x28\xd3\x31\xe1\x3d\xb3\x4d\x86\x70\x1e\xef\ -\x41\xd9\xd9\x08\xde\x7b\x3c\xdf\x40\xb6\x19\xd5\x38\x9f\x8d\xcf\ -\x38\xbf\x1d\x9d\x4e\x3a\x5f\xa7\x7b\x91\xcd\x22\x2d\xb0\x92\x02\ -\x0c\x9e\xc2\x77\x7d\x9f\xf2\x6a\x36\x0b\x92\x67\xe2\x70\x9e\xd5\ -\xd2\xa3\x65\x79\xda\x68\xab\xe4\x34\x43\x69\x48\x7a\x67\x45\xe8\ -\x3f\xe8\x7f\xdf\x4c\x0f\xbe\x1a\x2d\xfc\xe3\xbc\xe4\x64\x5d\x38\ -\x7d\x5d\xca\x06\x67\x9e\x03\x31\xc5\x9a\xeb\x92\x41\x25\x94\xcf\ -\xf2\x7e\x6a\xfc\xa2\x19\xae\x80\xd6\x0a\x4b\x8e\x58\x17\xe5\xe9\ -\x48\x0b\xa0\x79\x58\x2e\x50\x0f\x5d\x8d\xa2\x67\x6f\xac\x8b\x12\ -\x48\x44\x16\x9e\xdd\xc9\x10\x39\x21\x79\x36\x39\x92\x2e\x63\x4f\ -\x7b\xf4\x74\x67\x28\x7a\x23\x15\x8a\x3e\xf4\x51\xf4\x9c\x2c\x46\ -\xb1\xd9\x03\x92\x7b\x48\xf4\xa4\x3e\xed\xe3\xbd\xc8\x51\x9c\xb6\ -\xf7\xc5\x7c\xec\x25\x7e\x61\x55\x9c\x96\xf4\x41\x63\x6f\xe6\x33\ -\xe3\x5b\x4b\x46\x39\x74\x43\x27\xc5\x74\x0b\xfc\xba\x16\x45\x5b\ -\xed\xf8\x34\xd7\x10\x11\xdc\x51\x17\x76\x49\xc9\x16\xd0\xb5\xfe\ -\x69\xda\x64\x53\x5f\xaa\xc1\x4e\x16\xeb\x27\x75\xcc\x6d\xc7\x29\ -\x05\x3d\xa5\x53\xdb\x73\x6a\x3b\x8d\x2f\x6a\xf2\xaf\xc9\xac\x6a\ -\x01\xb8\x74\x30\x5c\xdc\x49\x39\x26\x33\xfa\xed\xb3\x63\xbb\x8f\ -\x80\x81\x07\xfd\x7e\xa8\xe8\x1d\x8b\x3b\xca\x66\xf6\xcb\x14\x5a\ -\x75\x67\xc0\xba\xed\x8f\xa8\x89\x8a\x9e\x2d\xed\xcc\x4e\x53\xab\ -\x76\xbe\x66\x75\x92\x4c\x14\x03\x45\xc6\x5a\xc1\x86\x48\xeb\x17\ -\xb8\x39\x35\xea\xf3\xbd\xda\x5d\xb0\x0a\x50\x6e\xe1\xbb\xe4\x3a\ -\x2f\x41\x6f\xb0\x64\x44\x1a\xd8\x39\xbc\x1d\x08\x96\x47\x66\xd5\ -\x77\x63\x8a\x97\x33\x99\x2c\xf4\x3d\x8d\x90\x68\xca\x3b\x34\x34\ -\x8a\xb1\x7f\x48\x9c\xa9\xc7\xa9\x3d\x8b\xda\x97\x94\x3d\xb4\x79\ -\x7b\xf7\xb2\x7d\x62\x49\xc9\x88\xba\xb6\x5c\x7e\x60\xdb\x8f\xb9\ -\x68\x35\x8e\xb4\x02\xf4\xd7\xa7\x3b\xdd\x01\x2e\xbc\xf8\xdd\xb8\ -\x83\xab\xa0\x11\xe7\x82\x4a\x50\x03\x71\x17\x8d\xc4\xc3\x36\xd1\ -\x38\xe9\xa1\xf1\xd8\x7a\x04\x78\x6d\x33\x7c\x90\x86\xe8\x75\x1e\ -\xba\xe9\x1c\x5a\x06\x95\x68\x1a\x05\x0c\xfe\x67\x5b\x70\x27\xe5\ -\x61\x85\x45\x27\xb7\x9c\x11\x1b\xb1\x14\x35\x6b\x4b\x1a\x7a\x08\ -\x4d\x2b\xde\x39\x3e\x46\xd3\x2c\xe0\xf8\xff\x75\x58\x1a\x65\xa5\ -\xe5\x9b\x28\x85\xf9\xa5\x71\x3e\x7b\xd6\x02\x15\x6d\x31\x04\xec\ -\xf0\xcf\x2c\x6e\x0d\xca\xf8\x62\x4f\x6e\x44\xab\x57\x27\x1c\x91\ -\x0a\x4d\x5c\x39\x12\x36\x63\x02\xe3\xf4\x3b\x45\x60\xfd\x20\x2c\ -\xec\x17\x6a\x81\x95\x18\x38\x50\x48\x77\x72\xda\xf6\x7e\x4d\x57\ -\x56\xa3\xf1\x27\x52\xdd\xe8\x0b\xcc\xaf\x36\xa8\x59\x74\x39\x7a\ -\x62\x13\x06\x1e\x4d\xa5\x1d\x44\x6f\xda\xa5\xba\xf8\x18\x34\x46\ -\xce\x15\x6a\xcd\xae\x9d\xfb\x14\x1a\xce\xfc\x3c\xdc\xdb\x04\x34\ -\x0b\xaa\xe3\x80\x94\x6e\xd3\xba\xd8\xb2\x8f\x54\x21\xfb\x93\x8e\ -\x33\x99\x0f\xe7\x02\xcc\x34\x9f\xd0\x78\x96\x0c\x0e\x44\xb1\xc5\ -\xc4\x5f\x97\x4f\x0c\x25\xc4\x9e\x9e\x8f\xe1\xef\x69\x11\x8f\xc0\ -\x5c\x9b\x6c\x48\x22\xfa\x8c\xf5\xc8\xf6\x1a\x6b\xa2\x67\xaa\x25\ -\x38\x52\x28\xaf\x4a\xe4\x81\x9c\xa9\xf0\x3d\xf8\xd0\x29\x72\xaa\ -\x47\xc3\xa6\x61\x0d\x67\x60\x4b\x4e\xc2\xd9\xd1\x40\x07\x36\x98\ -\x13\xc5\x7f\x1e\x98\x8e\x26\x52\x7d\x5e\x6a\x17\x67\xfe\x19\x99\ -\x2e\xa4\x9a\x1c\xf2\x9d\x53\x3e\x86\x4f\xf0\x38\xe8\xb8\xda\xdc\ -\xf6\x4a\x14\xbf\x9b\x66\xe3\xf2\x72\x90\x53\x63\x43\x1e\xfc\xed\ -\x56\xf6\x00\x98\x2b\xac\x57\x25\x8c\x20\x0c\xcd\x8b\x9c\x34\xfb\ -\x77\x1b\xf7\xfd\xc9\xa6\x2b\xcc\x30\x88\x66\x5e\x5b\xcf\xe6\x8b\ -\xc6\x72\x68\xac\xdc\x95\x31\xa6\xa9\xca\x4d\x93\x14\x7a\x14\x3e\ -\xe8\xbd\x5b\x8f\x02\xb1\x1c\x8f\x4e\xdd\x53\x20\xa2\x99\xed\xe7\ -\x97\xb5\x65\xd9\xf1\x98\x96\x32\x08\x10\x1b\x4d\x97\x29\x8c\x39\ -\x97\x92\x18\x62\xcd\x2d\x53\xcb\xce\x13\xcf\xb2\x12\x60\x2f\x17\ -\x1b\xbf\x24\x7c\x6f\xec\xa7\xd3\x63\x77\xa7\x44\x38\xc5\xa1\x80\ -\x3c\xf1\xb3\x41\x5b\xd8\x7b\x16\x0e\x71\x59\x56\x26\xd2\x76\xb7\ -\xb6\x74\x2a\xa5\x5a\x4f\x76\x3e\x3b\x4d\x12\xef\xce\x73\xf2\x6b\ -\x14\x4f\xb0\xa1\xf6\x9a\x2e\xa7\xce\xc6\x90\x2f\x51\x0d\xfe\x4c\ -\x2e\xb9\xc6\x9e\x64\xa1\xf1\xbe\x55\x3e\x19\xc3\x60\x67\xc4\x2a\ -\x1d\x11\x36\x90\xae\xb0\x5d\xc7\x52\x99\x2a\x05\x18\x75\x53\x9b\ -\x6e\x16\xc5\xaf\x05\x49\x81\x50\xd3\xd2\xfd\xac\xba\x07\xc5\xcc\ -\x01\xcf\x9e\xc8\x16\x28\xf8\xc8\x7e\x0a\x3d\x9d\xeb\x66\x05\x0a\ -\xce\xe2\xcc\x19\x14\x71\x27\x2f\x03\xd7\xca\x29\xd3\x4c\x43\x08\ -\xa6\xef\x53\x5d\xfe\x2e\x7f\xa0\x72\xa7\x71\x84\x7a\x96\xe6\xe2\ -\x2b\x27\x1f\x41\xdb\x51\xed\x01\xc1\x3b\x6f\x09\xf2\xcf\x70\x16\ -\xc3\xcf\xa9\x60\x0b\x73\xd7\xdd\x32\xa5\xfc\xfc\xf0\x5a\x27\x72\ -\xea\x7a\xe8\x71\xff\xbe\x3b\xe9\x78\xbb\x15\x97\xfb\xdf\x13\xb2\ -\x93\xd6\xae\x38\x72\x3b\x0f\xc7\xc4\x83\x91\x54\x4d\x9b\x4d\x94\ -\xa4\xa5\x19\x10\x97\xc6\x5b\x9d\x11\x64\xb2\x83\x16\xb6\x9b\xa1\ -\xd2\x3b\x90\xab\x67\x61\xeb\x91\x0b\xdd\x49\x4f\xba\x39\x17\xaa\ -\x26\x8b\xb3\x8e\xfd\x19\x25\x85\xdc\x1d\x1c\xf7\xde\x2e\xa9\x78\ -\xe6\x1c\xda\x5a\xe3\xd1\x38\xd9\xfd\xf2\x74\x9b\x56\x99\x54\xc9\ -\xb8\x2b\x68\xd0\x5c\xbb\xfd\x7b\xdc\xfb\x45\xc5\x53\xad\xe9\x78\ -\xe0\xe3\x66\xe4\xc7\x0f\x1a\x59\x4e\x5e\x9b\xe1\x56\x80\xf5\xc5\ -\x0a\x90\x04\x16\x2e\x77\x67\xd4\x2d\xd8\xb8\x1d\xf0\x9b\x74\x71\ -\x7f\xd9\x26\xfb\xf0\xbd\x77\x8b\x7a\xb4\x0f\x86\xee\x9a\xd9\x01\ -\x0c\xd1\x04\xbd\x94\x6a\x1d\x73\x0b\xb9\xaf\x26\x88\x0e\x30\xa4\ -\x37\x55\x72\x34\x4d\x8d\x1a\xf8\x45\x1a\x11\x77\xac\x7e\xa1\x2b\ -\x83\x0d\x38\xed\xd8\xe0\xb9\xc7\x3a\x83\xe2\x11\x7b\x13\xdf\x43\ -\x3b\xa0\xb9\x67\xae\x65\xd4\x89\x44\x36\xd5\x92\x49\xd1\x8c\x3b\ -\x34\xb5\xf8\x8f\x38\x10\x03\xe2\xcb\xbc\x44\x7c\xdd\x85\xe1\xcd\ -\x32\x20\x74\xbb\x2b\xa2\x18\xa8\x76\x89\xdc\xe5\x44\x12\xce\xa0\ -\x61\x8a\xd9\xba\xa9\xa4\xb2\xb4\xa1\x32\x37\xa7\x1b\xa6\x65\x4d\ -\x42\xa3\xd1\x6c\x12\xb0\x90\x0b\x49\x05\xf8\xec\x2c\x2a\xcc\x26\ -\x9c\x52\xb7\x42\xf2\x9e\x7b\x60\x9f\x89\x07\x3f\xbb\x3f\x48\x69\ -\x62\x7f\xa5\x72\xa6\xa2\xe8\xfe\x44\x53\xd3\x04\xc5\xab\x41\x06\ -\x47\xd3\x92\x42\x3e\x09\xed\x75\x72\xb9\xcb\xb9\xad\xc2\x4d\xa9\ -\x98\x43\xf3\xe2\xfc\x07\x75\x30\xb5\x45\xad\xf0\xe9\x8b\x97\x1f\ -\x74\x18\x43\x8d\x55\x6d\xaa\x95\x61\xbb\xae\xc1\xe9\x02\xd6\xc9\ -\x23\x37\x67\x99\xa0\x66\xd5\x45\xda\x8a\x25\x6a\x5c\xe2\xd0\xa4\ -\xf8\x05\x4c\xcd\x19\xe6\x3a\x9c\x86\xf2\x50\xd0\xd0\xa3\xb9\x05\ -\x2c\x51\xba\x3f\xb2\x4f\x19\x97\x3b\xb1\x84\xd8\x3f\x36\x77\xe7\ -\xd5\xca\x98\x40\x84\x85\xbf\x73\xfc\xd5\x8c\x51\xa2\xb1\xa8\x4b\ -\x5f\xbe\x52\x31\x49\x30\x9a\xf7\xd4\x6a\x8c\x29\x22\xcf\x49\xed\ -\x0b\x12\xf6\xfd\xc0\xa0\x41\x59\x3b\x0f\xa8\xd0\xcb\x0c\xeb\xd0\ -\x81\x24\xaf\x79\x58\xe6\x3e\xe2\xd7\x7c\x2d\x39\x1c\xb7\x42\x9f\ -\xd4\x11\xf6\xd0\xb2\x51\x4b\x53\x8f\x26\x50\x5b\x76\x59\x1e\x52\ -\xf1\xcf\xb6\x26\x75\x6d\x86\x13\xd6\xe4\x4a\x39\x1a\xd2\x98\x2c\ -\xca\xd4\xc8\xc1\x0a\xbd\xdc\x5f\x0d\xc0\x08\x24\x8d\x42\x28\x1c\ -\x21\x94\xa8\xec\x08\x02\x1f\xc6\x30\xcd\x39\xb1\x37\x85\x47\xde\ -\x5b\xfc\xfc\xca\xbd\x90\xe4\xf9\xa7\xe9\x09\x8c\xbb\x6e\x26\x31\ -\x9d\x3a\x48\xaf\xc1\x9e\x79\xb1\x1c\x67\x91\xe4\xa9\x67\xbf\x50\ -\x85\x55\x92\xe7\x56\xb1\xef\xd3\x66\xf0\x22\x26\x2e\xee\xeb\x21\ -\x29\xb3\x91\x0f\xb6\xf8\x11\x20\xdb\xcf\x89\xd2\x63\xd2\xab\x9d\ -\xfd\xd0\x2e\x29\x67\x38\x6e\xd0\x13\x59\xca\xaa\xbd\x77\xd7\x36\ -\x01\xd8\xee\x8a\x8a\x72\x9b\x3c\x27\x5a\x44\x86\x80\x3e\xdc\x61\ -\x1b\x05\x0e\xe2\x8d\x88\x53\x3f\x83\x5a\x04\x76\xc0\x4f\x06\xbd\ -\x08\x5d\x7b\xb1\xf5\xfd\xcc\x8c\xdf\x8f\xb9\xf1\xca\x7b\x01\x1f\ -\x2e\xb1\x2f\x68\xb0\x88\xd3\x32\xe9\xdd\x1a\xba\x3d\x63\x33\xfd\ -\xd8\x2d\x7c\x56\x8e\xf5\xb5\x6a\xf2\x8f\xa9\x57\x33\x60\xcb\xc3\ -\xea\x55\x40\x7b\x0d\x93\xa1\x34\x72\xa9\xd5\x5e\xfb\xc0\xa7\xf5\ -\x8c\xb2\xd6\x87\x76\xfa\xb6\x24\x6b\x24\xcf\x57\x29\xa4\x9d\xdd\ -\x4a\x60\xeb\xf7\xc2\xe5\x2d\x86\xe1\x61\x42\xa1\xd2\x40\x2a\x2e\ -\x0d\xaa\x8f\x39\xf5\xd0\x13\x47\x4e\x2c\x9a\xb1\xd3\xc1\x5e\x3e\ -\xcc\x75\x66\x4e\x51\x6a\x1f\xcf\x62\xca\xb5\x3c\x9d\xd6\x6a\x7b\ -\x4a\x1f\x13\x01\x26\x36\x30\x94\x80\xb5\x09\x44\x37\xec\xf1\x68\ -\x05\x27\x2b\x8f\x5a\x81\x92\x4a\xd7\x62\x1f\x08\x83\x99\x92\x53\ -\x33\x1c\x91\x21\xff\xb0\xc4\x47\x0b\xb3\xa7\x4e\x93\x3c\xac\xc3\ -\xa9\x81\x57\x68\x77\xeb\x9b\xd9\xc8\x08\xc3\x96\x3b\x69\x98\xc5\ -\x1a\x29\xfa\x5a\xd7\xcd\xa8\xbe\x51\x6e\xf7\xf1\x8e\x68\xb0\x28\ -\xaa\xf1\x96\x9a\xba\x67\x41\x6e\xd5\x94\xa0\x5c\x0d\x49\x78\xd0\ -\x0f\xa5\x31\x3b\x02\x18\x0c\xb5\x35\x75\x13\x99\xa3\x30\xce\xa0\ -\x71\xad\xc2\xd8\x42\xd1\x38\x19\x3c\xd0\x96\x63\x87\xfd\xba\x7e\ -\x45\xa2\x36\x6d\xc8\xbf\x3a\x9c\xba\xc8\x32\x21\x77\x4d\x11\xe3\ -\xcc\x8a\xf1\x01\x94\xc0\xac\x4d\xd3\xc8\xf3\xa8\x3c\x8c\x37\x82\ -\x62\x1e\x9b\xb6\x9b\x0b\x6d\xf9\x34\x13\x97\xe9\x90\x9a\xf9\x48\ -\xc2\x4e\xff\xbb\xd1\x44\x8e\x8d\xa6\xc9\x73\x52\xf8\xc5\xc0\xa3\ -\xf6\xf7\xc7\x27\xb6\x34\x99\x2b\x5e\xd7\xf4\x89\x10\x64\xb7\xac\ -\x34\x9f\xb2\x90\x3e\x7e\xef\xa0\x73\xbf\x17\xb2\x92\x1a\x50\x4d\ -\x37\x59\x6a\x32\x94\xf5\x6a\xc6\x71\xca\x73\xba\xcf\xc0\x39\xa5\ -\xea\x12\x0e\x05\x05\x23\x6f\x30\x67\x42\x8e\xd2\x41\xd0\x47\x94\ -\x91\x3b\x02\x76\x2a\x71\x18\xee\x05\x0d\x72\x2d\x2e\xd3\x31\x6d\ -\x06\x67\xdb\x19\x0f\xa4\xc9\xce\x4a\x76\x0c\xf5\x7a\x6c\x83\x78\ -\x7b\xa3\xcb\x59\xc7\x5d\x27\x62\xf5\x0c\xd3\x5d\x69\x35\xad\x5c\ -\xb9\x22\x56\x93\x99\xf8\xd6\xbc\xb9\xa7\x66\x41\x75\xfb\xf4\xa5\ -\xdc\xdd\xce\xc3\xe4\xa4\xc7\xbc\xb9\xa8\xcd\x7f\x86\xcc\x71\x92\ -\x5c\xe0\xfa\x95\xc6\x50\x23\x4e\x0f\xcd\x6c\xae\x23\x5b\xdc\x48\ -\xf9\xde\xe0\x3f\x6b\x5e\x0c\x7e\x99\x6d\x51\x2c\x76\x0b\xc6\x26\ -\x1e\xac\xa9\x5b\x17\xc9\xb7\xa6\x4c\xdf\x83\x20\xc9\xc9\xdc\xe3\ -\xc2\xf3\xf4\x71\x85\x7a\xe0\x68\x2f\xe4\x80\xa5\x84\x2d\xda\xf2\ -\x68\x7c\x41\x53\x33\x2b\xd0\xb7\x67\xc9\x90\x7b\xe6\x5c\x74\x5e\ -\x6d\x6f\x2a\x6c\x40\xe8\xd6\xa1\x6d\x02\x96\x4d\x1e\xf3\xb8\x40\ -\xf2\x18\x75\xfe\xb0\x64\xa1\x10\x05\x8f\x0e\xe1\x76\xa7\xc1\x59\ -\xb8\x5d\xb9\x71\xed\x51\x2f\x49\x6d\x8e\x1e\x7c\xd7\x9c\xb6\x94\ -\xf1\x52\x04\xb7\xdf\x29\xc2\xf4\x02\x25\xf7\x82\x77\x61\xf9\xdd\ -\x4d\x8d\x1a\xea\xa6\x27\x74\x5c\x48\x43\x04\x3b\x33\x87\x58\x3b\ -\x62\x29\x36\x3d\x40\x5c\xea\x2b\x5d\x8d\x58\xed\x5d\x7d\x64\x67\ -\xf3\xbb\xe0\x28\x7f\x6b\xaa\x03\x61\x19\xd3\x16\xad\xcd\x1c\x48\ -\x92\xb2\xa6\xa0\x3b\x1b\x1a\xd5\xa4\x4a\x74\x67\xaf\x61\x2b\x7c\ -\x20\x4d\x38\xb2\x8a\x22\x46\xa0\xb4\x0b\x18\xa8\x6d\xe5\x78\xd5\ -\xba\xf7\xd1\x80\x49\xa8\x25\x04\xa3\x13\x6d\x25\x70\x02\x0e\x8b\ -\x38\x93\xec\x53\x5f\xe2\x93\x43\x34\xb7\xd0\x70\x96\x9a\x94\x93\ -\x56\x80\x91\x64\x61\x21\x01\x6e\x48\x7f\x26\x2b\x0b\xa6\xb2\xb3\ -\x97\x69\x1e\x22\xad\x61\x78\xcd\xb0\x33\xed\x65\x1c\xda\xd7\x10\ -\x67\x57\x40\x63\x77\x6d\xb4\x89\xfb\x8d\x3e\x0f\xd8\x7a\x43\x64\ -\x61\xd1\x53\xbf\xd4\x9d\x9d\x16\xff\x1c\xcd\x1d\x27\x92\x0b\x00\ -\x3f\x97\x9f\x7b\x87\xbb\x49\xd2\xa1\x7e\x74\xec\xd9\xc5\xf6\xdc\ -\x53\xaf\x80\x2f\x49\xf5\x5b\xb3\x70\xed\x00\x55\x7e\x16\x72\x0a\ -\x9b\xfc\x18\xd5\x5a\x2c\x3a\xc2\xd6\x2e\xfb\x34\xdc\x29\x6f\x79\ -\xa1\x78\xa8\x7c\x5e\xa2\x82\x6b\xfb\xe4\x99\xaa\xa8\x0d\xad\x5c\ -\x37\xcd\xf8\xdf\xd5\xb0\x9e\xe7\xfb\xe1\xf9\x63\x6b\x5f\x75\xe4\ -\xfd\x74\x94\xff\x2d\x2c\xbe\xbf\x9b\x2c\x70\x22\x98\xbd\x39\x5d\ -\xf6\x66\x3c\x74\x8a\x66\x04\x28\x4e\x47\x62\x37\x7e\xf2\xaf\xb3\ -\x81\x52\x6b\x7c\x3b\x35\x77\xfb\x7d\xf4\x62\xd6\x42\x9a\xd9\x83\ -\xc6\xf2\x50\x97\x03\x19\x5d\x86\x40\x2d\x48\x98\x5e\x4d\x47\x8a\ -\xaa\x3e\x85\xe0\x27\xcb\x82\xdb\xba\x9b\x60\x12\x35\x6d\xa4\x35\ -\x60\x0f\x5a\xb1\x28\x36\xed\x34\xf9\x21\x5a\xa6\xa7\xe9\x43\x2c\ -\x2e\x03\x23\xe8\x2a\xc7\x41\xbf\xe5\x16\x2d\x6c\xd9\x99\x93\xf6\ -\x00\x27\x3b\x58\x28\x7a\x98\xf6\x88\x47\xbb\x5c\x58\x4b\x52\xf7\ -\xd8\x9d\x0e\xf3\x68\xf7\xcc\xaf\x40\xfb\xcd\x1e\x1c\xb8\xfc\x77\ -\x59\x5e\x86\x42\x8d\x76\x48\xde\x38\x6f\x99\x13\x99\x76\x7c\xe4\ -\x3f\xaf\x10\xeb\xe6\x36\x88\x6a\xf2\x54\x64\x20\xe1\x68\xb4\xab\ -\x9e\x89\x37\xb5\x54\x9c\xef\x9f\x9a\xf3\xe4\xd3\x35\x19\xc3\x6c\ -\x24\x42\xc6\xb3\x1e\x58\xec\x1a\x6c\x8c\x6c\x35\x03\xd4\x7f\xc0\ -\xb2\x9b\x99\xd8\x9b\x29\xc5\xc2\xb2\xd5\x7e\x48\x25\xe0\x46\x3e\ -\x3d\xc4\x17\x0f\x26\xc4\x09\x5c\xd1\xd1\x40\xd7\xe4\xcf\xee\x52\ -\xdd\x9a\x67\x0c\xa3\x42\xb9\x87\x21\x88\xd2\x43\xbf\x2e\x50\xb0\ -\xae\xd2\x2a\x65\x43\xe7\x06\x49\xd2\xcd\xa5\xaa\xa9\x24\xb6\x97\ -\x1a\x5a\xcd\x8d\xdd\xe2\x16\x80\x2d\x77\x6b\xa4\xea\xbe\x2e\xe0\ -\xe0\x72\x30\xab\x4c\xcf\x44\x34\xe9\x61\x4c\x61\xe7\x2e\x83\x2e\ -\x2a\x4e\x4b\xbf\xd8\xe8\x70\x1a\x54\x48\xd4\xbd\xa6\x11\x4b\x22\ -\xfa\xd4\xf0\x63\xe3\x0e\xb6\x0b\x04\xa4\x05\xb4\xda\x3e\xe1\x0c\ -\xef\x56\xe2\x9c\xb6\x4d\x4d\xf2\xce\x26\x29\x73\x17\xd7\xe5\xcf\ -\x5f\xfa\x40\x32\xeb\xa1\x9a\xa0\xb9\xb6\x5d\x37\xf8\x5a\x0e\x2a\ -\x3c\x1b\x79\x7b\x26\xa5\x77\x7c\x30\xcf\x06\x60\x5d\x51\x0e\x5d\ -\x83\x1f\x1f\xbb\x98\x67\x1e\x05\x21\x3a\x00\x06\xab\xb3\x66\x4e\ -\x5c\x32\x96\x32\x1b\xee\x99\x29\x48\x4d\x7f\xf9\x70\x8e\x0d\xa0\ -\x0d\x6d\x3f\xa6\xe6\x6f\xe7\xf9\xa4\x2a\x5e\x5f\x5a\x1e\xdb\xfa\ -\x7f\xff\xaf\xff\xf3\x7f\x12\x03\x6c\xfe\x80\x59\x14\x5b\xb1\xf0\ -\xc1\x2d\xbf\x19\xa6\x77\x5d\xd7\xe0\xc9\x6b\x20\x75\x1e\xb8\x47\ -\x6e\xbd\x6c\x79\x51\xb6\xbb\x44\x6f\x73\xbb\x22\x86\xec\x7a\xf8\ -\x7b\x6f\x88\x28\xee\xfb\x17\x22\xdb\xc3\x7b\xf9\x41\x99\xb8\x5d\ -\x7b\x95\xdc\xec\x10\x83\x83\xb0\xef\x8d\xed\x96\xbe\x8b\xaf\x46\ -\x77\xd0\xca\xd9\x90\xbb\x75\xc7\x92\x59\x53\xe6\x28\xe6\x94\x2a\ -\x05\x88\x7e\xbc\x13\x35\x3a\x5b\xd4\x31\x1f\xc7\x7c\xaf\x86\x00\ -\x00\x20\x00\x49\x44\x41\x54\xdd\x95\x81\xa2\xc8\x51\x22\xfb\x0b\ -\xdf\x52\xad\x81\xaa\x65\x0d\x70\xd3\xcd\x7c\xc4\xa8\x62\x81\xc9\ -\x77\xab\xde\x28\xc8\xc2\x5b\x9f\x17\xdb\x34\xcc\x33\xbc\x98\x18\ -\x7f\xf5\xaf\x51\x7b\xbc\x39\x54\x00\xb8\x22\x67\x87\xac\x63\x87\ -\xd3\xac\xd6\x32\x6c\xd4\xa9\x26\x0c\xc2\x7f\xf6\x6f\x16\x06\x11\ -\x46\x28\x51\xb4\x2f\xb2\x02\xd0\x3f\x17\xe7\x05\x64\xcd\xb2\xe5\ -\xe8\x6c\x44\x69\x1d\xb9\x68\xdb\x9b\x07\x85\xe2\x57\xb6\x15\x4b\ -\xb2\x3d\x5b\x6b\x39\xc5\xd3\x8a\xa9\xa0\x2b\x16\x1d\xd4\x90\xa4\ -\xa0\x80\x56\x8e\x51\x6f\x5c\xab\x00\xb3\x1c\x9c\x46\x6b\xee\xdd\ -\x13\x80\x2d\xbf\x99\xb3\x12\x34\x10\x72\x3e\x3e\x2f\xc6\x67\x7f\ -\xb2\xf9\x25\x5e\x9e\xc1\xe1\xe8\x16\x03\x1b\x1f\x04\x46\x4b\xcd\ -\x54\x24\xf4\x64\x12\xc1\xd3\xee\xb1\xab\x24\x2d\xb3\x8c\xf1\x91\ -\x4f\xc8\x0b\x66\x10\x9e\x23\x9d\x12\xf4\xa3\x68\xa2\x1b\xad\x10\ -\x00\xfe\xee\x8f\x5d\xba\xec\xfb\xcf\x37\xbf\xbd\xdf\x85\x5f\xf9\ -\xd8\xcf\x12\xd8\xfe\x49\xaa\x91\x5b\x7b\x8a\x69\x60\x22\xa7\xab\ -\x3b\x9d\xc5\xc5\x90\xb3\x9b\x97\x22\xf5\xef\xe7\x6f\x51\xdf\x5f\ -\x9c\x23\x7f\xdd\x20\x85\x32\xc3\xcd\x29\x8d\xee\x4c\xa5\xb8\x07\ -\x92\x2f\x72\x8f\xe2\xe2\x76\x8b\x73\x70\xed\x6f\x6e\x99\x4a\x3b\ -\x5c\xf6\xc8\x85\xb8\x23\x08\x95\x0b\x00\x41\x0f\xe1\xa6\x1c\x60\ -\x6c\xcf\x29\xa3\x10\xfd\xd3\xb4\x4f\xff\xbd\x7f\xa1\x64\x74\xc0\ -\xe5\x9f\xa1\x73\xe5\xe3\xaf\x1c\xab\x94\xea\x67\x2c\x22\xdf\x9f\ -\x94\x0d\xb9\xc9\x10\xab\x00\xdc\xce\x1f\x47\x9b\xd8\x05\xe0\xc1\ -\x4c\x99\xe3\x72\x36\x57\xe2\x74\xcd\x8f\x47\x24\x24\xa5\x13\x5d\ -\xfb\x64\x39\x60\x91\xc5\x51\x93\xc6\x58\xdf\x17\x76\x80\x38\xcc\ -\x95\x67\x94\x41\xc1\xc0\xaf\xde\x0e\x9c\xc8\xa3\x98\x33\x21\xee\ -\xaf\xaf\x91\xa0\x10\x5a\xde\x0c\x7b\x96\x57\xf0\xe3\x83\x36\x76\ -\xad\x85\xe5\x19\x34\xcc\xec\xc5\xb0\x5d\xb2\x41\xb9\xa4\xb4\xdd\ -\x36\x21\xb5\xc4\xa4\x2f\x81\xa8\xb4\x14\xc1\x96\x4f\xfd\xce\x9e\ -\x0d\xd4\x83\xd4\xc4\xe3\x28\x88\x09\xdd\x7a\x21\x5c\x9f\x2c\x07\ -\x25\x8c\x1e\x90\x39\x39\xe4\xd9\x30\xf7\xfe\x6b\x77\x14\x03\xeb\ -\x5a\x39\xba\x88\xaf\xdd\x72\xbb\x79\x90\xeb\x17\xb5\x8b\xa4\x15\ -\xd2\xdc\xe8\xa2\x68\xab\x89\x04\x61\xdf\x7f\xcb\x8d\xd5\x69\x9f\ -\xbc\x38\x5d\x4e\x3f\x9f\xbf\xc8\xfc\x43\x44\x96\x0e\x27\x45\x74\ -\xc7\x84\x17\x35\xdd\xca\xc9\x28\x14\x77\xe6\xe4\xe9\x08\xd7\xe6\ -\x5c\xff\xfa\xda\x58\x55\x71\x20\x78\x86\xd7\x2f\xa7\xb6\x54\x51\ -\x5c\x88\x75\x89\xc9\x89\x60\x39\x40\x24\xfd\x44\x6e\x36\xd5\x80\ -\xe0\xe3\xeb\x6f\x59\x06\xa1\x9b\x21\x99\x55\xa8\x23\xf5\x49\x0b\ -\x57\xa3\xde\x25\x9e\xe2\x54\xe8\x7c\xae\x34\xf2\xe6\x88\x08\xb7\ -\x7c\x6c\x4b\x3a\x2d\xa7\x17\x44\xd7\x5a\xa9\xf1\x55\xb6\x0c\x44\ -\x22\x36\xbd\x74\x36\x60\xa1\x9d\xf2\xdc\x1f\x07\x44\x19\x8c\x45\ -\x0e\x80\xf8\xfd\xb1\x63\xad\x11\x3b\x96\xc7\x10\xbd\xfd\xc6\x74\ -\xc6\x07\xd9\x4c\x9c\x5d\x5f\x98\x20\xea\xe1\xb8\x19\xfb\x23\xd6\ -\x8f\x9d\xe7\xda\x68\xd4\x31\x3d\xc2\xa0\x8a\x25\xca\xee\x8e\x12\ -\x61\x25\x4f\x8c\xcc\x72\x4b\x43\x17\xcf\x19\x45\x07\x7f\xf4\xa8\ -\x9f\xb6\xed\x6d\xbb\xfb\x90\x59\x7d\xb1\xfe\x6e\xfd\xd8\xfb\xf2\ -\xb8\x19\x5a\xdc\x5c\xef\x09\xb7\xfc\xa6\x11\x66\xe4\x83\x45\x8d\ -\x47\x60\xdc\xfb\x37\xeb\x97\x1d\x71\x2f\x0e\x22\x30\x08\x77\x16\ -\xe2\xe2\xcc\x06\xd3\x5e\xc7\x4a\xde\x1f\xbb\xff\x17\x45\x13\x59\ -\xeb\x9f\x20\xf8\x60\x87\x93\x55\x9d\x9f\x52\x93\x73\xe5\x0f\x6e\ -\x55\xd0\x5a\x99\x87\x86\x55\x34\x73\xfb\x7c\x92\x39\x99\x9c\x67\ -\xd7\xe5\x39\x60\x3b\xdd\x06\x23\x6f\xcd\x2b\x20\xcf\x41\xba\xfd\ -\xff\xc9\xd0\x00\xe5\xf3\x4f\x17\xcc\x02\x60\x73\xfa\x2f\xa8\x1c\ -\xbc\x34\xdd\xb0\xdf\x87\x9c\x46\x78\xcb\xdf\xac\x37\x4c\xd3\xe9\ -\xcf\xd8\xdc\x56\x9a\x3e\xc9\x73\xe7\x3c\xbf\x4b\xc5\xd8\x41\xfb\ -\xfe\x18\xe8\xe5\xb5\x16\x78\x81\x16\x85\x5d\x1e\x6e\xb9\xb3\xc9\ -\x20\x02\x68\x5b\x4c\x4e\x30\xbc\x14\xe2\x7b\xae\x2c\xe7\x2b\xb2\ -\x85\x32\x64\x7e\xb9\xd9\x13\x7b\x5d\x1a\x91\x65\x3b\xa9\x77\x78\ -\xd5\xa1\x6d\xff\xfb\x84\xdb\xb4\x4e\x37\x10\xe3\xb3\xff\xe3\x99\ -\x98\xd4\x9a\xa0\x38\xef\xb7\xd7\x87\x9e\xb5\x19\xf4\x74\xd9\x99\ -\xdf\x67\x13\x2b\xc9\xd3\x68\x42\x17\xcb\x85\x1a\x8d\x3a\xaa\x4e\ -\x0b\xa4\x05\xf0\xc2\x47\x7e\x9b\x99\x0f\x9a\x16\xcf\xce\xbf\xb4\ -\xf5\xf7\xe7\x21\x41\x6b\x26\x47\x6d\xe4\x63\x7d\x0c\x07\x08\x66\ -\x7f\xbd\x98\x6b\x34\xab\x8e\x70\x8b\x98\xa8\x54\xa0\x36\x2a\x73\ -\x17\xac\x4e\x13\x8c\x54\x62\x5a\x4f\x53\x87\xce\x53\xe5\xb0\x8c\ -\x54\xc9\xcb\x3c\xb2\x57\x00\x6e\x62\x3d\xca\x8e\xb5\xa3\x8c\x0c\ -\xd7\x39\xa5\x73\xcc\x4c\xdc\x5e\x7c\xb9\x13\x5b\xd3\xea\xc4\x34\ -\x5b\xa2\x63\xf5\x89\x55\xa7\x86\x68\x2b\xf4\xa3\xa1\x50\x4c\xfa\ -\x80\x1a\x0d\x4e\xfb\xb8\x3b\x83\xfc\x22\x4b\xe6\xe0\x62\x63\xd2\ -\x7a\xc8\x27\x16\x3b\x3a\xe3\xa4\x0b\xb5\xc3\xb0\xa3\x38\xda\x26\ -\x16\x8e\xc2\x2b\xe9\x23\xf9\x5b\x32\x03\xca\x8a\xb2\x87\xe8\x5b\ -\xea\x6b\xec\xf3\x9b\xf0\x90\x99\xfd\xeb\x8b\x98\xdb\xd1\x80\xee\ -\xc5\x6f\x88\x41\xa5\xbc\x93\x23\x3b\xa4\x66\x85\x6a\x1a\x92\xcb\ -\x42\x3e\x99\x07\xe2\x6d\x36\xb1\x0a\xbe\xae\xa2\x06\xb9\xd8\x73\ -\x39\x92\xb1\xc0\x58\xfb\xd4\x7f\xb5\x1c\x15\x5a\x4f\x3b\x4c\x09\ -\x1a\x99\x89\x11\x23\x59\x7c\x04\xcb\xb5\x35\x74\x79\xd0\x70\xcf\ -\x89\xa2\x86\x30\x12\xad\xa6\x9d\xa9\xef\x11\x56\xa3\xb4\xfc\xfb\ -\xb1\x8d\x7a\xf7\xde\x80\x4f\x16\xed\xa0\x5e\x65\xb4\x30\x32\xe1\ -\xc4\x27\x12\x45\x9d\xe0\x17\xa1\xfb\x8a\x50\x5c\x0d\xbb\xdf\xd5\ -\xa6\x74\xfe\xcf\xa5\xa1\x4d\x39\x86\xf6\xcd\xed\xba\xaa\xed\x54\ -\x83\x30\x26\x39\x69\x6d\xef\xce\x68\x62\x05\xfd\xf1\xd9\x7b\xf1\ -\x7d\xf9\x08\x5c\x74\x5a\xda\x52\x02\x0e\xdc\xca\x5d\xaa\x11\xbe\ -\x23\x8f\x2b\x68\x68\x19\x1d\x41\xe9\xe2\x28\x70\xb4\x2b\xff\xec\ -\x1e\xe2\xf4\x1e\xa6\xdc\xf5\x3f\xfd\xb7\x4b\xfa\xd2\x31\x0d\x88\ -\xbc\x2e\x2b\x6e\x76\x51\x06\x0f\xad\xc7\x75\x5d\x50\x91\x7c\x7e\ -\x4a\x78\xd1\xc4\x68\x06\x46\xbe\x51\x47\x9f\xa2\x5d\x7a\xa5\x0e\ -\x75\x3a\x55\x3c\xd3\xc5\x57\xba\x39\xa5\xce\xa7\xe9\xe1\x22\x47\ -\x83\x84\x3c\x28\xbc\xc2\x63\x91\x9a\xa1\xca\x68\x31\xfb\xf5\xae\ -\x75\x33\x0b\x32\x56\x4c\x7d\x52\x66\x32\xd5\x21\x40\x9e\xc7\x55\ -\x11\x1b\xdf\x27\x45\xe7\x5a\x79\x9b\xc8\x11\x91\x85\x34\xa3\x72\ -\xa0\x3a\x5a\xdf\x9f\x6f\x18\x5e\xe8\x31\x55\xea\x4e\x68\xe3\xcf\ -\x24\xfd\x68\xe5\x59\xae\xbb\xd1\x5f\xb5\x6c\xdd\x98\x2c\xf8\xdd\ -\xa6\xab\x25\x2a\xd1\x6d\x54\x90\x31\xd5\x6a\xb4\x31\x72\x61\xf9\ -\x78\xa7\xa2\x0f\xcd\x6a\xa7\xf6\x9e\x2c\x85\x9e\x33\xd4\x3c\xc3\ -\xeb\xf9\xf1\xf5\xa0\x77\xf6\x46\x1c\x3c\xcd\x18\x32\x4a\x60\x44\ -\x7f\x9c\x05\xbb\x1e\xa6\x4b\xbb\x51\x61\xae\x74\xf6\x3b\x79\xbf\ -\xe1\xa8\xd6\xcf\xaf\x4e\x1f\x4e\x73\xa2\x86\xf8\x5e\xfc\xc7\x75\ -\x5f\xab\x26\x44\x5a\xd9\x61\x38\x62\x3a\xb4\xd9\x2d\xab\xd2\x88\ -\x5f\x20\xd7\x0a\xc6\x7d\x99\x94\x35\x35\x0f\x63\x81\xbc\x9a\x48\ -\x29\x1b\x08\xc2\x9e\xdd\xd8\xcd\x31\x98\x39\x9b\xc6\x37\xfa\x3d\ -\xb9\x80\xb9\xce\x6d\xf7\x0a\xd3\xf7\xe9\x66\x18\x20\xc4\x3a\x2b\ -\xd7\x4e\x4a\x73\x9c\x0e\x90\xac\xb5\xbe\xe6\x5c\xda\xf9\x7b\xd5\ -\x74\xe0\xc5\x7a\xfc\x19\xb1\xd0\x4d\x83\xc8\xe3\x2a\xde\x8d\x29\ -\xde\xbe\xc7\x39\x45\x32\x59\x06\x0f\x16\x0a\x32\xc3\x88\x1e\x06\ -\x5c\x75\x6e\x4c\x77\xd5\xb9\x87\xf4\x88\x3a\x90\xe6\xa2\x3a\x29\ -\x6e\x9c\x39\x4e\x47\x14\x84\x9b\x7e\x5c\x01\xe6\xee\xdd\xce\xf9\ -\xda\x0f\xfc\xb3\xb0\xb4\x51\x99\x21\xee\xc4\xc8\xb8\x71\xe3\x87\ -\x97\x35\x21\x07\xc5\xbe\x9e\x73\xdd\xdd\x8c\x69\x5c\x62\xed\xdf\ -\x6a\xe7\xa6\x38\x2d\x4d\x53\x8b\x49\x57\x4d\x2a\xc9\x27\x44\x12\ -\xdf\x5f\xcc\x51\x34\xb4\x77\x22\x93\x71\xa2\xc1\x08\x73\x5a\xdd\ -\xc9\xe8\xb2\xe6\xe1\xcb\x24\xff\x98\xf4\x07\x43\x06\xa4\x0f\x97\ -\xd0\x57\x39\x4a\x1e\x21\xee\xd2\x49\xd2\x18\x32\x9d\x2e\xf8\xa4\ -\xdf\x7f\xbb\xd7\xde\x24\x13\xc4\x54\xf9\x73\x0e\x26\xac\xa6\xbb\ -\x8b\x58\x10\xc8\xd4\x71\xc6\x04\x71\x25\x92\xc5\xe3\x0e\x38\x8d\ -\x88\x88\x66\x1e\x61\xcd\x2b\x29\x75\x7b\x0a\xf2\xa0\xe8\xa0\xd2\ -\x92\xad\x8f\x9c\x86\x56\xed\xa9\x72\x7c\x6f\xe5\x62\xbc\x75\x19\ -\x41\x9f\xc4\xb6\xff\x5c\x17\xf3\xd0\x8a\xd8\x34\x62\xa7\x08\xae\ -\xc4\xcd\x02\xbd\xef\xe1\x8c\x65\xd4\x9c\x2b\x05\x7d\xd4\x3c\xf2\ -\x43\xd8\xd6\x43\x6c\xb3\xab\x24\x75\xb4\x40\xdd\x9d\xee\x27\x0f\ -\xa8\x1c\xf7\x52\x5d\x80\x22\x32\x02\x88\x4f\x41\xdb\x9b\x5b\x54\ -\x2e\x9a\x10\xba\xeb\xb3\x4e\x88\x31\x31\xb2\x4b\x5f\x69\x9b\xac\ -\x91\x61\x85\x99\x67\x94\x87\xd5\xaa\x91\x6d\x3e\xe8\x2f\xce\x55\ -\x61\x28\x20\x3d\xf0\x16\x65\xf8\x91\xc5\x43\xe7\x83\xfa\x05\x44\ -\x4c\xad\x11\xd7\xe2\xe9\x47\xa0\x5a\x2b\x46\x82\x6a\xc8\x81\x48\ -\x78\x63\x91\x19\x02\x8e\x1e\x42\x8d\x2b\xad\x2a\xee\x96\x42\x65\ -\x8b\xe9\xa8\xce\x79\x00\x2d\xbf\x48\xe4\xad\xc0\x71\x83\x8e\x5e\ -\x50\x71\x5c\x16\x5b\xf2\xd9\x71\x0b\xeb\x8c\xe6\x84\xb5\x15\x80\ -\x9e\xb9\x90\xb6\xb8\x8c\x74\x14\x4c\x34\x88\x4b\x5f\x6e\x88\x85\ -\x4c\xbd\x56\x1c\x98\x4a\x5f\x5c\x92\x82\xaf\x5d\x49\xe1\x50\x7a\ -\x39\x34\xbc\xe9\x57\x0c\x0a\xa4\x21\xd2\x6b\x8c\xaa\xc3\x4d\x33\ -\x91\x1b\x54\x4e\x94\x05\x0c\x16\xc5\xf0\xd4\x0a\x2e\x74\x1d\x11\ -\xa5\x0c\x28\xa6\x38\x96\x90\x2e\xb9\x3e\x8a\xce\xe7\x88\xbe\x7c\ -\xdc\x9a\x78\x95\x61\x03\x49\xbb\x0c\xe9\x21\x1a\x7f\xb3\x97\x27\ -\x52\x43\xbb\x4e\x13\x8b\xd8\xbf\x34\xd7\x73\x36\x86\x64\xc0\xc6\ -\x2d\x1e\xbc\xe7\xe2\x61\x4a\xad\x41\xcb\xdd\x89\xdf\xab\x21\x4b\ -\xd6\x9f\x19\x35\xb4\xf6\x4a\xd3\x88\xa8\x0c\x2a\x15\x1a\xc5\xb0\ -\xb8\xe3\x77\xee\xd3\x59\x44\x38\xb0\xd0\x5c\x91\xca\xff\xc1\x0b\ -\x88\x9c\x90\x4e\xe3\x0e\xa3\x54\x6a\x62\x2f\x3d\xa3\x69\x38\x11\ -\x7a\x11\x29\xb8\x93\xbe\xca\xdd\xb2\x1b\xb6\x57\xb3\x50\x69\xfa\ -\xb6\x2c\x42\x76\x18\x74\x30\xf8\x8a\xe2\xcf\x2f\xbc\xa4\xdf\xd8\ -\x41\x91\x81\xda\x3e\x65\x8b\xcf\xc7\x8d\xb6\x41\xad\xe6\xe6\xa0\ -\x50\x1d\x94\xef\xb7\x46\x9b\x99\x46\x0e\x5a\xb8\x50\x9e\xe6\x38\ -\x6f\xb6\xb6\xba\x4d\x78\x9d\xe7\xa5\x47\x6b\xd4\xfa\xe2\x6a\x0c\ -\x31\xcf\x97\x6c\x5e\xe9\xaa\xdc\xa2\xd6\x59\x15\x22\xda\xb5\x15\ -\xd1\xd8\x5d\x63\x9f\xbf\x99\xe0\x8c\x56\x9c\x96\x4d\x02\xda\xe7\ -\xea\x61\xef\x34\xa8\x71\x0c\xd6\x3b\x73\x4f\x54\x9e\x41\xca\x6b\ -\xfd\xbc\xea\x9a\x66\x44\x08\x35\xd3\x27\x7e\xb5\x67\x1f\xdf\x23\ -\x1e\x41\x4e\x5c\xaa\xd1\xd3\xa0\xd1\x52\x35\x96\x99\x13\xd3\x8a\ -\xad\x3c\xaf\xbc\x59\xb1\xff\xae\xb1\x36\x3a\xf5\x48\x9b\x15\xf2\ -\x49\x8b\xa6\x36\x99\x39\x9b\x03\xa3\x81\xd2\xa3\xe8\x81\x68\x36\ -\xc4\xa9\x83\x23\x37\x5d\xe9\x4d\x61\x6f\xac\x5e\x28\xa0\xa1\x55\ -\x79\x93\x7b\xe8\xf6\x9c\x23\x9f\x84\x9e\xd6\xe8\xf9\xb9\x15\x59\ -\x3f\x8c\xfd\xa9\x1e\x42\xde\xdc\x1d\xb5\xeb\x50\xe3\xfe\xd5\xd2\ -\xc1\xd1\x57\xd7\x31\x3c\xc1\x4f\x67\xee\xd8\x3e\xdf\xc7\xba\xd0\ -\xa4\xd2\x76\x47\xb5\x53\x1f\xc5\xad\xf1\xee\xf4\xfa\x4e\x9f\xfa\ -\x17\x5d\x36\x9a\x23\xee\x45\x67\x9a\x1c\xb9\x15\xba\xf4\x6c\xb0\ -\xba\x0f\x4f\xc6\x05\xbd\xac\xd1\x53\xc7\xd8\xcd\x1b\x02\x18\xaf\ -\x33\x4f\xc7\xfa\xa0\x66\xc8\xa3\x3a\xa9\x7d\x7c\xfe\x73\xdd\xdd\ -\xd3\xa9\x8c\xa9\x76\xe9\x59\x55\x6f\xd3\xf9\xe7\x54\x39\xcc\x67\ -\x26\x20\x40\x4d\x0b\x58\x00\x07\x35\x2a\x7f\xd1\xfd\x43\x07\x56\ -\xf4\x2f\x9f\x67\xc5\xbb\x76\x71\xb1\x01\x51\x65\x05\x6f\x67\x3a\ -\xb9\x31\xda\x17\x9a\x59\xbb\x9f\xd1\x74\xc6\xfd\x6e\xee\x92\x91\ -\xb7\x26\x39\x29\xf5\x51\x4f\x34\x54\x69\x0f\x1a\x38\x0d\x2a\xeb\ -\x9b\xa6\x2f\xce\xd9\x61\x1a\x41\xe7\x34\x6a\x9a\x84\xc5\xd9\x02\ -\x9d\x8e\xa9\x27\xf5\xf3\x55\xfa\x13\xae\x78\x6d\x5a\x1b\x40\x8a\ -\x46\x5d\x8d\xdd\x3e\x23\x1e\x60\xde\xf9\x3c\xde\xf2\x61\x49\x87\ -\xaa\x3b\xa7\xaa\x8b\xe6\xbb\xa1\xc6\x76\x89\xcf\x43\x6d\xb0\x60\ -\xe4\x34\x69\x67\x96\x8e\x00\xfa\xd1\x58\xdd\xf7\xed\x97\x29\x9e\ -\x68\x83\x19\x07\xfa\xcb\x67\x98\xab\x37\xa7\x20\xde\xd0\x86\xd2\ -\x4d\x4c\x87\x91\xf9\x16\xa9\x35\x2b\x65\x24\x42\x49\x9b\xdb\x47\ -\x90\x9f\xaa\x7a\xb8\x97\x23\x13\x0d\xf9\x3b\x0d\x20\xea\x7c\x6e\ -\x1c\x79\x2a\x8b\x8d\x68\xac\x12\xb1\xca\x17\x62\x68\x76\x18\x27\ -\xe8\x16\xcb\xc7\x0a\x6e\x2f\x6b\x86\xdf\x72\xbb\x50\x5a\x4e\xd9\ -\x97\x8b\x5c\xca\xc4\x43\x5a\xc1\x2f\x3a\x38\xe3\xfd\xf0\x1f\x9f\ -\xd5\x29\x28\xf1\x0c\x29\x37\xef\xb4\x1f\xd7\xc3\x8c\x23\xa6\x69\ -\x7d\xba\x30\xd3\xc4\x4b\xb4\x58\x14\x03\xef\xce\x8f\xcd\x6e\x9f\ -\x57\x46\xfe\xce\x69\xa3\x4b\x44\x58\xae\x57\x32\x7b\x77\xd7\xd9\ -\x89\x51\x8a\xc2\x89\x4d\x51\x4d\x05\x33\x7b\xb6\x85\xbb\x92\x8d\ -\xf0\x64\x47\xae\x2a\x5d\xb3\xa1\xf8\x6d\x52\xd3\x03\x35\x75\x27\ -\xea\x9b\x06\x25\xdb\x2d\xca\x43\x0b\x41\xd3\xb2\x7d\x5c\x22\x3d\ -\xbb\x63\xc0\xb7\x11\xfc\x36\x45\xd6\x24\x3a\x8a\xf4\x61\xd3\x4e\ -\x3a\xe8\x02\xe1\x04\x85\x66\x53\x5d\xe8\x09\x5c\x9f\xd2\xb4\x8c\ -\xdf\xdc\xa0\x5e\xac\xd5\xe1\xf4\xcd\x7a\xbf\x3b\xd1\xbf\x81\x4a\ -\x36\xcd\x49\xec\xef\x74\x25\x64\x2a\x6a\x2b\x87\xb8\xf5\xd4\x3b\ -\x2e\xa7\xd8\xcd\x62\xba\x2c\x8f\x7f\x1b\xef\x5b\x72\x22\x5b\xd3\ -\xcc\x96\x91\x86\x69\x6e\x41\x44\xf8\xec\x1b\x97\x30\x98\xe5\xd0\ -\xc3\x60\x68\xc7\xcc\x1f\xa1\x0a\xe0\xe4\x9f\x83\x32\x77\x8d\xe8\ -\x59\xf0\x97\xee\x61\x3e\x17\xa6\x96\xb8\xee\xcd\x70\x09\x5b\x4b\ -\x80\x1d\x46\x0e\xef\x66\x29\x15\x60\xde\x39\xa4\xb5\xf7\xc2\x63\ -\x5a\x9a\xb3\xda\xe1\x8e\xf6\xb9\xad\xb8\x5a\x0b\x37\x80\xab\x37\ -\xf4\x3a\x0d\x25\x40\x11\x10\xda\xa8\x9b\xc4\xcd\xd1\xd4\x5c\xfe\ -\x7a\xe3\x19\x14\x43\x6a\x93\xcb\xcc\x82\x91\x1b\xe4\xae\x9b\x44\ -\x0b\x8b\x2d\x12\x41\x1c\xac\x60\x07\xda\xfa\xf4\x45\x99\x0e\x60\ -\x85\xdd\x91\x75\x67\x2c\x84\x35\xa8\x9f\xca\xc0\xa1\x05\x66\x71\ -\x77\xc0\xae\x20\x8d\xfd\xee\x54\x46\xb9\x8d\x93\xfe\x62\xf6\xf3\ -\x4d\x03\x2c\x21\x02\x3f\x26\x7d\x23\x87\x0c\x9a\x2e\x5b\x46\x9f\ -\xd5\x74\x56\x14\xf9\x12\x08\x2d\x32\x0a\xd7\x33\xdf\x2b\xd7\x95\ -\x1b\xf8\x8c\x88\x85\x76\x97\xe1\xcd\xcd\x2a\xce\x82\xbd\x33\xb7\ -\x6f\xfe\x6e\xf4\x6e\x34\xe1\xef\x91\x47\x23\xc3\x9e\x23\xc6\x47\ -\xdc\x48\x5a\xb7\xa0\xd9\x35\xb8\x53\x61\x05\xcb\x32\xe1\x71\x3f\ -\xd4\xfe\x29\xb7\x60\x3e\x00\xc3\x2a\x92\xae\xf6\xe7\x8e\xc0\xfb\ -\x2c\x4c\xc2\x52\xdc\xfc\x4a\x2b\x4f\x72\xd2\x52\xdf\x42\xec\x45\ -\xa4\xd5\x0b\x98\xe1\xb0\x91\xc3\xd5\x8c\x55\xce\xa0\xf2\xe5\xba\ -\xaf\x07\xa8\xe0\x60\xc6\xf2\x87\x20\xcd\x1d\x4c\x53\xd7\x14\xc6\ -\x77\xf2\x68\x6a\xde\xce\x69\x51\xae\xa9\x55\x37\x8a\xd1\xa2\x82\ -\x75\xe0\x38\x04\xf6\xe7\x54\xbe\xaf\x97\xa8\x7d\x0a\x38\xa8\x06\ -\xab\x68\x57\x18\x71\x11\x33\x00\x59\xbf\x58\x74\x87\x86\x7b\x8d\ -\x29\xf1\x72\xdd\x33\x5c\x73\x1d\xb6\xd3\xcf\xa2\x9e\x80\x17\x89\ -\x3b\xeb\xa4\x94\xcf\xdc\xa2\xb8\x73\x69\x64\x6e\x62\xc0\x80\x71\ -\x1e\xd3\x23\xac\xf9\x0c\x07\xb6\xf7\x16\x26\x52\xf7\x34\xf0\xe8\ -\xce\x75\x84\x11\x00\xbe\x7d\x6d\xc6\x24\x2b\xa5\x2d\x4e\x25\x67\ -\xff\x6c\x72\x9b\x48\x92\xa2\xc8\x76\x19\x8b\x0e\xd7\xb8\x3e\x4c\ -\xd8\xee\x0a\xe9\x81\xd1\x88\x08\x9f\xfb\x11\x62\x9c\x77\x1b\xe9\ -\xc3\x00\xe6\xb5\x89\xd1\x93\x49\x11\x13\xea\x35\x62\x4f\x82\x15\ -\xd4\xef\x98\xa0\xa5\xd7\x74\x5d\x72\xea\x05\x69\xc1\xc7\x22\x99\ -\xdd\xa5\x2d\xf1\xe7\x1b\x08\xf4\x68\xa2\x8e\x77\xdf\x35\xb4\xfd\ -\x1c\x7f\x63\x76\xc4\x39\x1e\x35\x63\x81\x51\xeb\xdf\x4d\x53\x7b\ -\xc7\x43\x73\x27\x32\x3e\x53\xd1\x98\x79\xb0\x2d\xc2\xbc\xaf\x4f\ -\x6d\x67\xe3\x56\x9a\x67\x71\xca\x3f\x8f\x7c\x33\xc1\x5b\x88\xf8\ -\xd5\xbb\x4f\xdd\xfb\x75\xe8\x18\x62\xc7\xfc\xe5\xb8\x9b\x35\xf0\ -\xe0\x36\x9a\x0d\x3b\xb7\x97\x8f\x46\xd1\xea\x01\x7f\x33\x88\xf3\ -\x6c\x9a\xf2\x01\x69\x68\x2c\x2a\x74\x50\x54\xbc\x78\x5e\x69\x6d\ -\x3d\x92\xa9\xa9\x15\xcd\x1c\xc2\xf8\xb9\x89\x64\x0b\xe0\xe1\xa4\ -\x71\x39\x98\xc3\x4d\x38\x0a\xd2\xe8\xae\x93\xce\xd5\xdd\x53\x08\ -\x4e\x91\x7c\x22\xa6\x9d\xb3\x69\xa9\xcc\xdb\x0f\x2e\x1e\x74\xa3\ -\xb2\x10\x2e\xff\x37\xa3\x76\x99\x28\x91\x75\x0d\x6a\x43\x1c\x54\ -\x22\x21\xc4\xc3\x41\x1f\x70\x7a\x9b\x68\x16\x45\x46\xdb\x94\x2c\ -\x02\x43\x74\x17\x07\x21\x1d\x39\x61\x63\x42\xc0\xfd\x22\x2a\x07\ -\xb9\x8b\x57\x43\x9f\x9b\x89\x6f\x06\xfa\x71\x8e\xc0\xe3\x77\xbd\ -\xc8\x9b\x6a\x55\x6c\xdd\xd8\x2a\xe0\xab\x50\xab\x1d\xea\xaa\x5e\ -\x04\x4b\x33\x8b\x60\x3c\xc6\xbd\xbd\xb1\x20\xea\xb4\x1a\x19\x74\ -\xb2\x41\xeb\xf2\xc3\x0e\xb0\xb0\xd9\x6e\xe6\xd1\x45\xb7\xe2\x0d\ -\x62\x47\x5f\xfa\xfa\x5c\xbd\xa8\x1d\x80\x93\x0c\x77\xcc\xd8\xd6\ -\xfb\xa0\xdc\xbd\x1e\x4e\x4e\x81\xa0\x0e\xa1\x1e\x88\x28\xbb\x0d\ -\xee\x26\x1a\xf6\xb1\xe7\x45\x1f\xc9\xeb\x22\x82\x5b\x8a\xab\x1e\ -\x36\xc7\x78\xa5\xa9\xe9\xa3\x00\xec\x08\x6e\x9f\x08\xab\xbb\x38\ -\xc6\x73\x33\xba\x86\x23\x5f\x30\xfd\x03\xf3\xa4\x73\x4a\xa6\xb0\ -\xd7\x85\x21\x8c\xc7\x81\x39\xa8\x8c\x03\xfd\x47\x86\x57\xdb\xe4\ -\x78\x4d\x04\x38\x91\x7a\xe7\x80\x7f\xa4\xcc\x32\x5a\xc3\x31\x40\ -\x19\x2d\x11\x6c\xb8\x43\xf3\x23\x88\x90\xbe\x04\x79\xea\xa0\x21\ -\x0c\x2b\xe4\x07\x8d\xea\x65\xa2\x21\x3b\x1d\xf8\xde\x0a\xcc\x3e\ -\x82\x9a\xf6\xc1\xb0\x26\x8b\x0f\x4a\x9d\xda\x14\x38\x1b\xc3\xed\ -\x7a\x3f\x3e\x32\x82\x3a\xad\xb2\x51\x51\x7a\x83\x10\xb4\xaa\xfe\ -\x6e\x58\xab\x78\x1d\x81\xc5\xc3\x0a\xd9\x73\x9a\x48\xbd\x78\xb1\ -\x1c\x9b\x5e\x50\xbe\x15\x12\x88\xcf\x7b\xdc\x3f\x38\xdc\x1b\xc7\ -\xe7\xa1\xca\x0e\x99\x0d\x4c\x63\x04\xb0\x01\x48\xe3\x67\x3b\x87\ -\x5e\x1b\x1b\xa0\x17\xc3\xa4\x54\xcc\x82\xd6\xe0\xca\x6b\xd0\x70\ -\x35\xf6\xa2\xc6\x00\x98\x53\x55\x3c\x1c\xbb\xde\xdc\x4c\x3b\x97\ -\x62\x34\x55\x8d\x71\x5e\x6b\x91\x9f\xe1\xa4\x07\xb8\xd7\x83\x50\ -\x1f\xbf\x3b\x17\x7d\xb7\x5b\x2d\xcf\xe2\x0d\x35\x95\xa7\x49\xa3\ -\x8d\x9f\x77\xdf\x77\xbb\xff\xa5\xd1\x3e\xcb\x48\x84\x62\xd2\x3b\ -\x0a\xa4\x32\x78\x78\x33\xdd\xe8\x54\x6e\x75\xcd\xb4\x1e\x77\x5d\ -\xed\xa7\xba\x7f\xf9\x40\x8f\x95\x67\x83\xd3\xa9\xef\xe7\x16\x4b\ -\x2d\x99\x84\xa3\x5c\x31\x41\xc4\xcd\x58\xe0\xee\x81\xef\xcd\x55\ -\x99\xa9\xe0\x0c\x2b\x77\x20\xf3\x91\x3f\x87\x6e\x46\x71\xbf\x3c\ -\x87\x9d\x67\xdf\x5c\x37\xbb\x34\x81\xfe\xf3\x16\x4f\x7d\x54\xea\ -\x45\x60\x99\x43\x3d\xa6\xa0\x1a\xda\x37\x0a\xab\x83\x24\xe1\x18\ -\x4d\x7e\xb7\x8e\xbb\xaa\x85\xc3\xe3\x09\x3a\xe6\xfe\xe4\x23\x1a\ -\x23\xdc\x1a\x51\x3a\x9d\x7f\xe5\xa8\x3d\xad\xe9\x2a\xe3\xb1\x4c\ -\x65\xaa\x06\x8d\x40\xe4\xc8\x49\x44\x33\x34\x30\x10\xff\x30\xab\ -\x11\x67\x40\x08\x65\x33\x77\xab\x14\xb5\x6b\xc3\x73\x0f\x31\xd8\ -\x26\xb1\xbf\xa4\x69\x82\x45\xf6\x34\x35\x12\x7d\xbd\x93\x13\xd8\ -\xf3\xe9\x1a\xf2\xfd\x4e\xe7\xbc\xd1\x48\xfa\xa3\xeb\xf4\xe3\xd3\ -\x25\x4f\x99\x9a\x7d\xbe\x35\x02\xac\x7c\x9c\x3f\xf4\x35\x0b\xca\ -\x68\x8c\x15\xe1\x11\x4d\xd8\xab\xf9\xd1\x3f\xff\x3f\x0f\xaa\x69\ -\xdd\x77\x68\x0e\x9c\x21\x2d\xe2\x67\xfd\xef\xbf\xdf\xb0\xae\xc7\ -\x9c\xa4\x3d\x29\x8a\x82\x4e\xca\x88\x77\x43\x47\x03\x1c\xa6\x22\ -\xe8\x66\x47\x87\x7b\xf4\xd4\x69\x85\xbe\x6d\x37\x07\x44\xa4\xb9\ -\x53\x4c\x84\xf5\x58\xc3\xd7\x19\x82\x1a\x97\xdf\x5a\xab\x8d\xe9\ -\xd8\x45\x96\x3e\x3a\xf6\xc3\x45\xdd\x8a\x37\xa9\x82\x14\x28\xd4\ -\x7e\x5c\x22\xdd\x19\x4e\x7d\xca\xc5\x5f\xc2\xdf\x86\x25\x23\x68\ -\x64\x6d\x9c\xe3\x74\x6f\xba\x6d\x56\x92\x8d\x9b\x5f\x1a\xcb\x75\ -\x08\xc4\x23\xfb\xc6\x28\x7e\x3e\xd9\x68\x6e\x6c\x89\x22\xb0\x37\ -\x7f\x3e\xfe\x7b\x36\x4d\xee\x65\x80\xf7\x4b\xa1\x17\x58\xdd\x49\ -\xa5\x87\x29\x97\xeb\x9c\x1e\xa2\x3b\xf1\x30\x4a\xa7\x56\x85\xf0\ -\x10\xcb\x7f\xe6\x79\xf8\xec\xe4\x2f\x3f\xc6\xc8\xf7\xae\xcb\x88\ -\xa4\xc4\xbf\x5e\x44\x10\x2b\x3e\x9f\x8f\xff\xce\x87\x5d\xbb\xaf\ -\x8b\xfb\xf6\x00\xc7\xe4\xcc\x72\xae\x83\x90\xcf\x89\xdb\x22\x6b\ -\x13\xd2\xde\x2a\x39\xd1\x31\x4a\xc1\xc6\xef\xbe\x41\xb2\x0a\x81\ -\xf3\x00\x58\xd3\x29\x2d\x37\x26\xd1\x47\x98\x27\x1a\x1d\xd3\x74\ -\x0f\xf7\xd8\xc0\xaf\xe1\xb5\x98\x8d\x3b\x5e\x8a\x5b\x91\x3b\x1d\ -\x9d\x4e\xaa\x54\x18\x79\xd8\xa3\xdb\x8e\xb5\xb2\x37\x54\x57\x85\ -\xc8\xfa\x41\x25\xdb\xbe\x5f\x2f\x8c\xc3\x0a\x36\x1d\xdb\xd4\xcc\ -\x0a\xc6\x18\xfb\x70\xe0\x32\x53\x31\x8b\x09\x50\x79\x66\x77\x64\ -\x33\xeb\xcf\xf5\xb1\x7e\x77\x1c\x4c\x54\xae\x54\xfa\x2c\xfe\x63\ -\x2a\x71\xf1\x3a\x0e\x45\x19\x4e\x63\xcb\x0d\x6b\x02\x21\xed\xcf\ -\x57\xc5\x4c\x53\xc4\x5d\xaf\x14\x11\x8a\xab\x49\xc1\x7b\x43\xe0\ -\x88\xa9\x59\xd1\xda\x67\x9e\x56\xcb\xad\x01\x0d\xe0\xa4\xc5\x20\ -\x20\x1d\xb2\x60\x42\xe8\x3c\x6b\xec\xcf\xdc\xf7\x0d\xb9\x65\x04\ -\x0f\x17\x6d\x62\xae\x85\xed\x39\x2d\x93\x8e\x63\xf6\x35\x23\xb0\ -\x99\x4e\xd4\xd6\x45\xca\x57\xb3\xf3\x97\x67\xa1\xb5\x77\x05\x3c\ -\x73\x4e\x18\x9e\x34\x86\x53\xa7\x84\x44\xb2\x01\xf1\x06\x67\xda\ -\x23\x47\x40\xee\x0d\x5a\x57\xfe\x7e\x6b\x51\xea\x1f\x7a\x6e\x0c\ -\x6b\xcc\x89\x76\x51\x56\xd4\x72\xa6\xd6\x82\xbf\x37\xe0\xbe\xeb\ -\x97\x08\xb4\x3c\xb5\x3a\x8f\xf3\x0d\xae\x3b\x70\x73\x1e\xae\xa2\ -\x29\x29\x48\x71\x87\x0c\xf4\x5a\xc6\x64\x38\x72\x14\x99\x4c\x93\ -\x50\x68\xbc\x66\x51\x13\x7e\xbb\x7a\x34\x63\xd7\xf5\xa7\x19\x08\ -\x34\xfd\x54\x4c\x73\xa9\x32\x6e\x86\x4d\xf1\x8e\x0b\x37\xa6\x13\ -\x3a\x1c\x41\xa3\xf8\xf9\x34\x3b\x5f\x11\xb1\xac\xbe\x6e\xdf\xce\ -\xe4\xfa\x9f\xee\x62\xc7\x69\x60\xf1\x46\xa3\x7c\xa2\xad\x67\x53\ -\xd3\xe9\xa4\x6b\x50\x6f\x07\x03\xa1\x9b\x90\x74\xda\x10\x90\x8d\ -\x93\x69\xcb\xb2\x82\x45\x27\x06\x99\x79\x92\x7e\x0d\x3a\xef\xda\ -\xc5\xb7\xaf\x61\x36\xc3\x87\x44\xf2\x55\x2b\x96\xc0\x35\x0d\x67\ -\x6e\x50\x06\x26\x93\xed\xdd\x07\x75\xf1\x9c\x7a\xf9\xf9\x23\xaa\ -\x13\x60\x6c\x32\x33\xd6\xfa\x73\xd2\xa6\x19\x4f\xa0\x86\x5d\x2b\ -\xa9\x58\x39\xc1\x95\x92\x35\xbc\x04\x49\xcf\x1a\xab\x62\x1d\xc2\ -\x9e\xbd\x80\x3b\x79\xd0\xf8\x72\x82\xf2\x42\x03\xec\x3a\x9a\x6f\ -\xff\x99\xa0\x8e\xa6\xb4\xe1\xb9\x07\x0b\xfc\xea\xc0\x6f\xb8\x97\ -\xbe\xb9\x2d\x67\x9d\xd0\x6a\x13\xb8\x19\x86\xe8\xfd\x70\xbf\xd3\ -\x6f\xeb\xc4\x29\x9f\x24\xcf\x3c\xc9\xd7\xa2\xbb\x31\x06\x82\xf2\ -\x4c\x84\x97\xc0\xfb\x5e\x48\xef\xe1\xa0\x1b\x05\x32\x94\xb1\xf8\ -\x07\x33\x50\x39\x5d\x3e\xa0\xd8\xb8\xae\x6b\x3a\x0c\x27\x4d\xd3\ -\x27\xcb\x1e\x79\x11\x85\x7c\xaf\x0b\x42\xd2\x90\xe0\x11\xea\x73\ -\x3c\xf7\xb5\x3c\x81\x81\xa6\x73\xa5\xb3\xd0\x86\x0f\x1a\x98\x9c\ -\xe5\x51\xcc\x95\xfe\xb5\xe3\xce\x69\x54\xed\x02\x4e\xb7\x49\x57\ -\x80\x91\xd1\xd4\xad\xde\x59\x4a\xab\x39\x40\x14\x5a\xe3\xde\x93\ -\xa4\xbf\x11\x48\x17\x74\xe9\x00\xb9\x87\xae\xf1\x95\xd6\x58\x6e\ -\xc0\xe7\xb3\x38\x9f\x53\xd5\xbf\x0d\x04\xea\xda\xd3\x00\x39\x7a\ -\x0d\xf1\xd0\x08\xf7\x89\x2f\x5e\xa9\x8a\x21\x27\x38\xf7\x52\x36\ -\xed\xa1\x27\xe6\xd2\xcc\x77\x1a\xe6\x7b\xe3\x18\xf4\xd8\x3a\x33\ -\xd2\x49\xd1\x9b\xfc\x6b\xef\x0f\x58\xaf\xb2\x65\x75\x3a\x4b\x84\ -\xed\xda\x85\x6b\x29\xd0\xe2\x86\x0a\xa1\x7f\x09\xa1\x74\x8d\x73\ -\x43\x7f\xc0\xc7\x0f\xc4\x68\x5c\x44\xea\x42\x18\x54\x9a\xf1\x12\ -\x24\x54\x50\x69\x2f\x3e\xc2\xd2\x98\xda\x88\x9f\xc7\xb8\x7f\xbb\ -\xf8\x88\x95\x86\x95\xf6\xb9\x58\xb1\xae\xbc\xb4\xd2\x7a\x92\x9c\ -\xaa\xe6\xba\x28\x74\xdb\xd9\xce\x67\x16\x85\x2e\xae\xf0\xde\xa6\ -\x17\x9a\x1b\x78\x37\x4d\x89\x3c\xec\x55\x47\x8a\x7b\x6b\x96\x90\ -\xbc\x6c\xe4\xa4\x4c\xdd\xa9\x26\xc3\xf9\xc0\xde\x89\x37\x5a\x94\ -\x67\xab\xec\xc2\x3e\x8b\xd2\xd0\xa6\x12\xaa\xdb\x0c\x3d\x54\xdd\ -\x01\xa9\xeb\x43\xa2\xb9\xb3\xf4\x78\x23\x28\xd5\xe2\xab\x0d\x20\ -\x60\xfa\x93\x1b\xfa\x19\x46\xcc\x07\xd6\x64\xae\x50\x24\x94\xf9\ -\x00\x46\xd7\x2b\x14\x87\xd4\x8d\x4e\xd0\xc5\xd7\x47\x51\x12\x97\ -\x94\x5b\x99\x76\x91\x6c\x36\xef\x41\xff\xec\x87\x40\xea\x65\x9c\ -\x96\x29\xfa\x8a\x2c\xa7\x88\xdd\x27\x43\x7a\x90\xeb\x73\x03\x93\ -\x3a\xef\x56\x5f\xd1\xc8\xfa\x6c\x18\x76\xed\xda\x29\x5e\xc4\x73\ -\xcd\x48\x38\x96\x55\x66\x42\xea\xb5\xe2\xa0\x09\x3b\x59\x1f\x4b\ -\x3c\x50\x5f\x3d\xb5\x86\x2d\x5c\x5a\x01\x89\x1c\x0f\x7a\xcf\x8e\ -\xeb\xb6\xa4\x85\x98\x69\x3a\x61\xf6\x90\x69\x6d\xbe\x14\x50\x72\ -\xb0\x22\x42\x78\x9f\x66\x07\x99\x59\xa7\xb1\x6d\xe9\xe5\xc2\xf6\ -\x50\x5e\x77\xe2\x03\x0e\x6b\xe8\xd7\x3f\x73\x4c\x06\x5c\x3f\xa2\ -\xc7\x04\x7a\xe0\xc4\x91\x2f\xa2\xdd\x41\xed\x0b\x1d\xf3\xd0\x16\ -\x71\x3e\x6f\xa9\xc0\x57\x7e\x0a\x78\xb9\x5b\xc7\x7b\xe1\xde\x5d\ -\x43\x15\xe5\x80\x96\xe0\x01\x0a\x01\x13\xf9\x34\x7a\xac\x6b\x42\ -\x72\xda\x16\x21\xc2\xee\x6c\xb6\x7e\xdc\x99\xae\xc4\xba\xe6\xba\ -\xe7\x97\x58\xa0\xab\x5a\x93\xc5\xc5\xfc\x4a\x45\x11\xb9\x47\x50\ -\x71\x47\xee\xfb\x3a\x5f\x58\xf9\x0c\xcc\x56\xbf\xe7\x07\x59\x83\ -\xd1\x91\xde\x53\x9c\x7f\xde\x01\x69\xb6\x50\x81\x77\xaf\x54\x90\ -\x6a\x8c\x3f\x79\x86\xce\xc2\xb8\x28\x57\x4c\xcd\x4f\x32\x8a\x3b\ -\x6d\x62\x77\x7d\x4e\xce\xac\x49\xaf\xf8\xac\xdc\xbb\x44\x8f\xcc\ -\x98\x51\x44\x8d\xc6\xec\x3a\xc0\x9e\xfd\x2c\xac\x39\x44\xec\x1e\ -\xa5\xf1\x22\x16\xa7\xf3\xde\x1a\xeb\x78\x27\x05\x57\x3a\x2d\xac\ -\xd9\x03\x6b\x16\x9c\xc7\xb4\xbf\x42\x11\x0f\x7a\xd9\x39\x21\xd5\ -\x57\x0a\x4e\x16\xe4\xcd\xc4\x69\xb5\x8c\x9b\x59\xf0\x62\x00\x88\ -\x39\xf9\x97\xa2\xdc\x9d\x54\x3f\xf4\xe9\xee\x4b\x81\x4f\x3c\xd5\ -\x57\xc1\x52\x11\x75\xfd\x61\xe8\x55\x25\x84\xf3\x2d\xff\xd2\xd9\ -\x29\x35\xc5\x5e\xe3\xf3\xf5\x48\x85\x1a\x7d\xba\x11\x96\xb6\x73\ -\x52\xe7\xd4\x56\xb1\x3b\xf3\x7c\x00\x76\xaf\x46\x36\x84\x91\xf5\ -\xd3\x4d\x7a\x9e\x93\x72\x7e\x2d\x58\xc5\x9d\xdb\x1e\xe0\x6a\x64\ -\xc6\x37\x26\x8e\x36\x0d\xfc\x19\xcd\xf1\xd4\x6a\xbd\x19\x6e\xf4\ -\x75\x80\x41\x33\x7f\x80\x9b\x9d\xe6\xa9\x06\x30\x99\x43\x74\xd1\ -\x92\x93\x3e\x46\x6b\x14\xe4\x51\x8f\xd5\xda\x7b\xd6\x88\x67\x18\ -\x72\x98\xb3\x9c\x11\x33\x14\x67\x76\x9f\x18\x61\xf9\xe7\x88\x3a\ -\x20\xf4\xef\x92\x5a\xe0\x68\xc0\xea\xf7\x9d\xf4\x34\x06\x35\x36\ -\x41\xe9\x04\xe3\xf7\x60\x77\x26\x4d\xa7\xde\xc8\x3c\x4d\x63\x57\ -\x77\x77\x75\x1a\xef\x6b\xd4\x11\x8a\xd2\x1f\xd1\x07\x25\x95\xd3\ -\xd4\x08\x26\xcd\x9f\xca\x22\xfc\x6c\x68\xe5\x08\xc7\x8d\x88\x83\ -\xa2\x4d\x77\x89\x83\x62\x29\x43\x20\x8f\xbb\x79\x1a\xe3\xe0\xb5\ -\x76\x8a\x4d\x5d\xcc\x4c\x07\x78\x5a\xee\x6b\x9d\xdb\x2b\xd7\xdb\ -\xa2\xa2\xfe\x9f\xb4\x5e\x8c\xc8\x26\x37\xb3\xd0\x46\x4c\xd5\xc1\ -\x1b\xb5\x7b\x94\x09\x74\x37\x7d\xe4\xd1\x80\x11\xfa\x7b\xb8\x86\ -\x24\xa6\xa6\x88\x78\x18\x46\x05\x6b\xc0\x80\x41\xcf\x9b\x14\x93\ -\xea\x90\x00\x97\x21\xda\x92\x5c\xf3\x29\x1a\xae\x66\x48\xa9\x1c\ -\xd7\x62\xdc\x9a\xdc\x46\x92\x07\xaf\x36\x37\x97\x73\xac\xb7\xa2\ -\x85\xa1\x61\x88\xbe\x1e\xa8\x15\xf5\x8d\xc2\x8d\x8e\xe1\x49\xdb\ -\xc1\x2f\x05\x1f\xa1\xb8\x36\x0a\x4d\x67\x21\x15\xcb\xa1\x51\xca\ -\xd0\x36\xea\xe3\x62\x0a\xf7\x6f\x76\x91\x5c\x74\x49\x9e\x86\x3e\ -\xf4\x34\x94\x61\xb5\xd5\xc1\x45\x98\x6d\x64\x5c\xd0\x38\x54\x7b\ -\xa0\x26\xdc\x96\x3c\xa6\x0d\x69\xe7\xfb\x1d\xb0\x1a\x62\xc2\x13\ -\xf1\x51\xb2\xe6\x60\x79\xba\x7b\x0a\xeb\x9b\xad\xee\x75\x5d\xd8\ -\x9e\xec\x5d\x07\x1e\x8f\x8e\xfc\x67\xcd\x83\x73\xab\x5a\x2b\xab\ -\xdd\xbd\x4b\xa0\x3e\x51\x8a\x42\x68\xef\x4f\x4e\xb2\xf8\xa0\x30\ -\xed\x5b\xaa\x08\xf2\x89\x40\xe4\x74\xa9\x02\xb2\xca\x12\xdd\xb8\ -\xcb\xfe\xdc\x17\xb7\xa9\x8a\xa7\x64\xf3\x35\x10\x8d\x29\xb2\xad\ -\xcc\x57\x06\xe5\xe4\x83\x68\xf9\xa1\x47\x78\x19\xe6\x0d\xaa\x10\ -\x7d\xa1\xec\xa0\x5d\x1a\xe9\xb6\x45\xa7\xe5\xaf\x5b\xa2\xa2\x51\ -\x65\x63\x53\x3b\x42\x9b\x13\xa4\x08\xbb\x14\xcd\xa0\xca\x8e\x2c\ -\x85\xd7\xe4\x3b\x15\x0e\x95\x65\x84\x99\x15\x72\x36\xb4\x6f\x60\ -\xc6\x70\xbc\x74\x84\x37\x98\xe2\x0b\xa5\x57\x4a\x94\x26\x42\x0f\ -\xdd\x16\x9b\x5e\x1a\xce\xb8\x98\x26\x05\x23\x04\xfd\xab\x40\x09\ -\x8d\xcc\x89\x5e\x0c\x35\x87\xb1\x66\x96\x80\xa6\x31\xa8\xdc\x96\ -\x39\x41\x3d\x8b\x9c\x70\x75\x1b\x28\x5f\xa3\xee\x92\xe8\x58\x03\ -\x5a\x09\xa7\x07\xbd\x4c\x1e\xcf\x30\xa6\xcd\xfd\x19\xef\x6d\x53\ -\x1e\x21\x3c\x04\xdd\x6f\x17\xcd\xcf\xcf\xcf\x73\x1a\x15\xb6\xc6\ -\x0a\xf0\xba\xe6\xbe\xd6\xd2\xfb\x05\xb5\xb2\x37\x93\x03\xf9\x24\ -\x4d\x57\x49\xa8\x42\xf6\x07\xe2\xcf\x33\x7e\xd6\xed\x99\x6a\x13\ -\xe9\xdb\x1e\xa2\x1b\x1b\x68\x7b\x9e\x99\x3d\xdb\x7d\x7b\x53\xc5\ -\x25\xfc\xcf\x22\xaf\xd3\x8b\x3d\xef\xaa\x3f\x2f\x72\x97\xa5\x78\ -\xdf\xd5\x50\xe3\x11\xe6\xdb\x35\x4d\xf9\x6c\x47\x71\xc6\xaf\x66\ -\x40\xb3\xb8\xdb\x0f\xaa\x5d\x9f\xa6\x09\x2d\x6f\x98\x23\x16\xc2\ -\x03\x99\xdd\x26\x39\xe8\xbd\x6f\x1a\xa8\x37\x9a\xdd\x68\xa6\xfa\ -\x67\x3e\x28\x77\xe4\x74\xb1\xff\xf1\x3f\xfe\x87\x3b\xe1\xee\xe3\ -\xde\xf7\x67\xc8\xeb\x39\xb5\xd4\x9a\x40\x9d\xf4\x96\xa7\x43\x9c\ -\xe4\xb9\x92\x61\xc2\x5c\x53\xaf\x74\x99\x0d\x40\x66\x50\x97\x14\ -\xb4\x4c\x77\xd0\x8b\xec\xb7\xc6\x6a\x82\x9f\x92\x34\x1e\xfa\x61\ -\xd0\x4d\x9e\x5a\xa2\x6d\x2a\x6a\x80\x1d\xab\x85\x8d\xc8\x15\xbf\ -\x8b\x0c\xe7\x43\x33\xbf\x6a\x3a\x61\x54\xa8\x79\x7f\xbe\x83\x2e\ -\xae\x3b\xe9\xae\xbd\x50\xeb\xda\xcf\x28\x72\x3b\xf2\x4c\x84\xd1\ -\x5c\x0a\x79\xa0\xb5\x68\xd3\x7c\x35\x20\x27\x0c\x09\x28\x8a\x3f\ -\x7a\x9d\xc0\xa4\xd3\xe1\x41\x77\x64\xcf\x87\xc4\x8b\xc6\xae\x8a\ -\x5b\x7e\x38\x26\x9a\xf6\x26\x02\x72\x2f\x04\x2c\xf0\x36\xdd\x0c\ -\x16\x49\x77\xa3\x1d\xe6\x06\x2d\x80\xfc\xcd\x38\x65\x38\x24\x12\ -\x15\x48\xcc\x3c\x40\xcb\x73\x32\x61\x1a\x4d\x73\x78\x3b\xe9\xd2\ -\x63\x12\x2b\xdb\x9d\x7c\x83\xd6\xd8\x33\xdd\x92\xfc\x3f\x24\x18\ -\xb6\x46\xa5\xc9\x1e\x82\x92\x18\xba\x05\x9a\xc5\x3a\xe1\x51\x07\ -\x9a\x11\x82\x03\x21\x19\xf7\xe2\x9a\xfa\x04\x10\xc2\x61\x75\x35\ -\xa7\x57\x6a\xd4\xec\x58\x9f\xed\x5c\xd2\x6a\xc0\xc3\xf5\x4e\xf5\ -\x90\x30\x88\x98\x19\x06\x73\x66\xa0\x76\xea\x7b\x9e\xf0\xbb\xf6\ -\x7f\xb8\x0b\x77\xa3\x9e\xa1\x1b\x6a\xef\xae\x1f\x24\x72\x9c\x89\ -\xdc\x80\x03\x00\xe9\x4a\xfc\x6a\x92\xd3\x1b\x73\xaf\x75\x3b\xdb\ -\x86\x48\x80\xf5\xdf\xb2\x04\xe7\x14\xee\xd9\xd0\xa1\x19\xd9\xd4\ -\x1e\x0f\x8a\xbf\x45\x33\x35\xda\x6a\x03\x60\x62\x22\x77\x3a\xd9\ -\x52\x33\x4b\xa3\x17\xfa\xf0\x37\x1d\x58\xd0\x33\xf5\x8b\xd7\xa2\ -\x69\x84\xd1\x7a\x9b\x59\x57\x59\xaf\xe4\xb5\x3c\xe9\xf4\x8e\xd0\ -\xaa\xad\x14\xc0\xf5\xd9\x77\x5e\x70\xbd\x67\x10\x05\xf8\x67\xe1\ -\xb3\x8d\x5b\xfc\x93\x5a\x26\x6e\x96\xd6\x82\x1b\x1b\x57\xa0\xa8\ -\x6a\xb3\x92\xdc\xc0\x0c\xdc\xfb\xaf\x1b\x56\x74\x93\x85\xcb\x3f\ -\xa8\xf9\xdc\x9b\xe1\x95\x78\x8c\x0d\x65\x22\x74\xa4\x37\x87\x85\ -\xb4\xe5\x56\x48\xa6\xd5\x77\xd7\xbe\xe2\xc0\x9a\x10\x2e\x3e\xe3\ -\x47\x7e\xf3\xa2\x0b\x6b\xee\xf0\x42\x62\x66\xfc\xd2\x6d\x0b\x48\ -\xfc\x62\x60\xfb\x99\xcb\xbb\xae\xad\x1f\x80\x16\x16\x5d\x16\x02\ -\xab\x93\xe2\x71\xef\x3b\xbb\xee\x15\x16\x0b\x54\x19\x29\x1b\xdb\ -\x51\x0b\xe7\xaa\x73\x05\x00\xdb\xa2\xfe\x1d\x89\xd5\xe4\xd4\xa8\ -\xb0\x7f\xfc\xec\x5f\x5c\x6b\x81\x79\xdb\xef\xa0\xec\x68\xfc\x02\ -\x18\xf8\x95\x8f\x53\x3e\x16\x68\x2f\x47\x49\x9c\xda\xe2\x99\x53\ -\x8a\x08\x6b\xa6\x81\xae\x5c\xc4\xf8\xeb\x88\xef\xc2\x02\x24\xec\ -\x27\x28\xa9\x93\xff\xb9\xff\x83\x3f\xeb\x8f\xd9\x6e\x2f\xc2\x4e\ -\xc1\xb1\x89\x3a\xff\xea\x7f\xec\xcf\x12\x52\x0c\x6a\x4d\xbe\x1d\ -\xa2\x37\x00\xd9\x32\xac\x71\x85\xc4\xdd\xe6\x16\x6e\xb9\xb1\xa0\ -\x58\x74\xd9\xc8\xda\x0f\xf7\x0d\x33\xd4\x60\x29\x1d\x5c\x39\xfc\ -\x55\x63\xb4\xa3\xf8\xd8\xa1\x95\x9b\x81\x92\x1f\xbd\x47\x43\x59\ -\xa6\x0e\xf6\xe7\x6f\xf9\x80\xf9\xb2\xf7\x2b\x46\x0d\x0d\x23\x03\ -\x81\xe0\xe3\xa2\x58\x06\xe3\xa2\x05\x21\x35\x7a\x80\xda\x34\x65\ -\xcb\xef\xe0\xe6\x9e\xd3\x23\xc1\x07\x4a\x17\x54\x7f\x7c\x4a\xea\ -\xf7\x83\xb0\x0b\x5d\x33\x7a\x2e\xb3\x92\xee\xdc\x43\x0b\x9f\xfd\ -\x37\xf3\x6d\x1e\x62\x64\xa9\x02\x37\xb5\x61\x50\xdc\xb2\xb1\x68\ -\x81\x95\xf0\xf7\xfe\x3b\x0c\x27\x82\x97\x1e\x94\x91\x0f\x7e\xc1\ -\xb8\xb2\x10\x54\x9f\x66\x10\x5d\xa0\xe5\xef\x87\x16\xd6\x91\x8f\ -\x62\x0d\x92\xd3\xee\x54\x2a\xdb\x29\x5c\xba\x60\xd9\x36\x96\x33\ -\x66\x79\x17\xa1\x8d\xba\x7e\xac\x29\x5b\x59\xa0\x36\x63\x99\xbd\ -\xa0\xb4\x93\x8a\x16\x87\x20\xb7\xa6\xa2\x72\x85\x37\x6e\x4f\x77\ -\x67\x72\x37\x21\xa5\x32\x7d\x00\x20\x4b\xf2\xbc\xd1\xd0\xeb\x29\ -\xa7\x9d\xab\xe8\x9d\x17\x5b\xe9\x11\x2f\x6f\x2a\x09\x44\xdb\x11\ -\x3c\x0f\xd2\xde\x26\x4e\xbe\xc0\x58\x6b\x61\xbb\x25\xff\x5a\x48\ -\xa3\x9b\xde\x10\x6c\xcf\xf9\xe2\x66\x0d\xdf\x51\xcf\x2a\xcc\x29\ -\x33\x30\x82\xd6\xb6\xd6\xc2\x27\x72\xe8\x04\x20\xbd\x6c\xc2\xc9\ -\x36\x09\x33\x3d\xc0\x3d\x0a\x2a\xba\x7f\xb1\xd6\x4f\x35\x57\xfb\ -\x63\xf3\xed\x76\xa9\xc5\x39\xb3\x94\xb0\xc9\xbe\xde\x0a\x0e\xa7\ -\x96\x48\x4d\xa0\x36\x36\x2e\xbe\xd2\xb5\x75\xef\x0d\xbd\x83\x42\ -\x43\xf8\xa8\x80\x79\xe1\xf2\xfc\x20\x52\x60\xbb\x35\xad\xe8\x8d\ -\xed\x7a\x4f\x28\xf2\xee\xa8\xb5\x4e\x50\xcf\xa9\x3b\xed\xa1\x83\ -\x0e\x62\xe7\xff\xfc\xf9\x7b\x7f\x72\x4d\x47\x00\x77\x14\x83\xd7\ -\x11\xa0\x2a\x9f\x8f\x59\xbe\xab\x87\xa9\x93\xb6\x24\x34\xe0\x23\ -\xff\x81\xec\xb8\x38\x7f\x92\x6a\x73\xdf\xb7\x6b\x88\x7e\x8b\xc6\ -\x9d\x74\xda\x9a\xee\x7f\xe4\x03\x16\xcb\xb0\x82\x9f\x83\xeb\xb2\ -\x18\x92\x8b\x2d\x47\x27\x84\xe2\xbd\x10\xb7\x1c\x41\x9e\x24\xf0\ -\xc0\x73\x76\xa1\xfc\xf7\x5d\x05\x31\xe4\x4e\xd0\xc8\xfd\x22\x71\ -\x87\x38\x1c\xa7\x91\x81\xb6\x26\x46\x93\x25\x72\x16\x1f\x5b\xca\ -\xf9\xca\x32\xf2\x56\x19\x37\xc4\xfa\x22\x75\x80\x8b\x93\xde\x96\ -\x94\x9a\x7b\x17\x43\x2d\xe2\x30\x1a\x40\xb2\x21\x20\x0a\x51\x3c\ -\xe7\xdc\x25\x9e\x85\xd1\xc3\x77\xd2\x05\x25\x52\xbd\xf4\x76\xe4\ -\xbd\x5c\xdd\x02\x3b\xcc\x81\x3f\x80\x9b\x3e\x60\x62\x5c\x91\x0f\ -\xd8\xee\x85\x05\xc2\xdf\xfb\x93\xe1\xec\xe1\x38\x1a\xc5\xa9\x40\ -\x71\xff\xfd\xfb\xaa\xed\x2a\xf6\x8b\x78\xee\x93\x17\xb7\x8d\xd2\ -\xca\x60\x7c\xfc\xfd\xb2\xcb\x16\x92\x12\x67\xe1\x3f\x50\x5f\x47\ -\xff\xd4\xd4\x69\x3b\xe3\x98\x13\xf2\x0a\x56\x86\x65\x29\x05\x6d\ -\xc9\x9e\x5f\x4c\x43\xef\xfd\x3b\x28\xfa\xe2\x26\x0b\x95\x73\x65\ -\x39\x47\x71\x9f\x44\xd3\x11\xc6\x4f\x9f\x7d\x8f\xf5\x6d\xeb\x8c\ -\x33\x57\xe9\xb6\x4a\xa3\xee\xa8\xae\x7d\x63\xc5\xef\xfe\x34\xe0\ -\x06\xa9\xff\x8e\xfb\xe6\x17\xbb\x62\x16\x12\xe4\x08\x3b\x95\x1f\ -\x7c\xf6\x7f\xfc\xac\x29\x20\xa0\xff\xf9\x5b\xff\x93\x40\x9e\xd1\ -\x7b\xd1\x02\x7e\x15\x22\x1f\x7f\x16\x36\x75\xe4\x65\x2b\x6d\x5d\ -\x7f\xc0\x44\xf8\xfd\x7c\xcc\xd8\x89\x6d\xb7\x58\x5e\x29\x40\x6b\ -\x83\xd7\xc6\xbe\xdd\x54\x9d\x6b\x6d\x6b\xc6\x7c\x30\x6e\xf9\xdb\ -\x98\x12\xf1\x00\x8a\x8e\x17\x39\x54\x7d\x60\x42\xed\x2c\xd7\xfb\ -\x36\xe0\x39\xcf\x68\x3b\x23\x23\x2e\x71\x63\x03\x8c\xa4\xa6\x86\ -\xe4\xe6\x6c\x50\xb9\x4d\xad\xfa\x84\xf4\xa3\x1f\x90\x3b\x83\x82\ -\x64\x80\x44\x76\x3e\x85\x6b\xac\x1e\x67\xac\xdd\x6f\x7b\xff\x9d\ -\x13\x5c\x37\x2f\xb9\x16\x20\x64\x52\x8d\x7f\x45\x4a\xec\xb6\x7e\ -\x52\x0f\xe8\xde\x03\xf6\x1e\x6b\xbf\x55\x4f\xc8\x66\xaa\xa3\xc0\ -\xa6\x0f\x58\x38\x41\xfa\x53\xa3\x75\x93\xd7\x00\xfe\xec\x4c\x26\ -\x61\xeb\xf7\x67\x31\xf6\x2e\xe3\x35\x4b\xa7\xf0\xec\x45\x9f\xba\ -\xe9\x76\x37\x65\xf6\xa6\x88\xec\x37\x0c\x46\x95\xe5\xec\xee\xec\ -\x29\x94\x08\x5b\x3f\x15\xb7\xa1\xbf\x76\xb6\x2b\x63\xb9\xd9\x45\ -\xa7\x21\xdf\xb2\x33\x40\xd8\x3c\x17\x0c\x74\xbd\x48\x2f\xe3\xf3\ -\x4b\x74\xea\x16\x0e\x6b\x9a\x99\x42\xe7\xa4\xf1\x27\x2b\xcb\xc9\ -\xa8\x7a\xe5\xf3\xee\x05\x4e\x3b\xc0\x59\x19\x7a\x5b\xce\x4e\xd2\ -\x7e\x74\x03\x74\x4d\x97\x23\x4c\xa1\x7f\x7c\x72\xbb\xe8\x4a\x57\ -\x40\x7c\x65\x97\x6a\x9f\x63\x3a\x39\x51\x20\x78\x8e\x34\xb1\xff\ -\x9c\x05\xce\xc1\x57\x1f\x85\x5f\xd7\xe5\x96\x90\x3e\xf6\x95\xa2\ -\x42\x5a\x6e\xde\x55\x45\x33\xf8\x91\x69\x62\x8d\x92\x3a\x32\x57\ -\xf4\xad\xa0\x9a\xb1\x87\xe9\x81\x08\x4c\x66\xe1\x9c\xf6\xde\x28\ -\xc4\x39\x10\x3c\x89\xcb\xc9\xf9\xbf\x4c\x15\xe7\x48\x4e\x9f\x93\ -\x28\xf6\xd5\xec\x68\xd9\xd1\x98\xb0\x04\x25\x42\x8a\x86\xd7\x72\ -\x0b\xf9\xf4\xe9\xdf\xde\x04\xfa\x18\x56\x91\xcd\xde\x56\xb1\x83\ -\x8a\x2f\xbb\xd8\x94\xf1\x67\xfd\xb1\x89\x9e\xd3\xc1\x88\xb6\xd1\ -\xf5\xfc\x7b\x85\xad\xb2\x19\x41\xf8\xcf\xee\x02\xf4\x25\x29\xea\ -\xcd\x26\x20\xf3\x5d\x4c\xe3\x00\xb1\x43\x3a\x84\xf6\xa6\xe3\xb3\ -\x9b\x73\x45\x33\xac\x3b\x2d\xbc\x47\x4e\x4f\x50\x08\xa9\x68\x3d\ -\xbb\x01\x5b\x84\x35\x5c\x63\x52\xaf\x23\xd1\x2e\xf9\x94\xd1\xe9\ -\x6f\x35\x21\xd0\x4c\x46\xaf\x8b\xc7\x8b\x02\xc9\x08\xc1\xb4\xdc\ -\xac\xef\x2f\x4d\x90\x8c\x46\x6f\xd4\x0c\x7e\xcc\x6c\x21\x66\xfc\ -\xb4\x09\x0a\xc4\x8a\x55\xf2\xcf\x24\x72\x0f\x7b\x64\xb4\x69\x46\ -\x9f\xee\x1a\x25\xa5\x5f\x8c\x8a\x8d\xdb\xa6\xd0\x52\xd6\xc7\x5d\ -\x23\x13\x36\xea\x7c\x5d\x9e\x1c\xa5\x8d\x1a\x00\x00\x20\x00\x49\ -\x44\x41\x54\x05\x54\x6e\x92\xf9\xdf\x68\x42\xf5\x49\xc1\x4a\x6b\ -\xf1\xc3\x9e\x99\x29\x2e\xff\x95\x81\xbb\xca\x23\x09\xc5\xa7\x89\ -\x8e\x4e\xe7\x44\x9a\x9b\x28\x9a\x9b\x06\x6d\x65\x20\xf2\x30\x55\ -\x89\xec\xa7\x1f\x2f\xb6\xb6\x64\xf1\x4a\x49\xe1\x50\xac\xeb\xe7\ -\x31\xbd\x13\xfd\x24\x6d\xaa\x40\x22\x6a\xef\x59\x73\x0a\x7f\xfd\ -\xfc\xc9\xa2\xc7\x50\x5f\x4f\x7a\x67\x36\x83\x19\xe6\x3c\xf3\x08\ -\x7d\xfa\x85\xd2\x93\xb9\x63\x62\x4e\x4a\xbb\x3d\xee\x35\xed\x72\ -\xcf\x49\xc1\xfa\xf9\x93\x0d\xb4\x02\x39\xf9\x27\xe6\x74\x27\xed\ -\x13\xaf\x98\x5c\x85\xa6\xa8\x5b\x84\x87\x16\x7b\x14\x90\x2b\x9c\ -\x30\xd8\xdd\xaf\xaa\x49\xe1\x65\x8e\x6a\x06\xb2\xc4\x14\x07\xc3\ -\x35\x8e\x2e\x8f\x4b\x95\x24\x1d\x67\xe1\xac\x1e\xed\x10\x74\x17\ -\x72\xca\x71\x4e\x5a\x17\x86\x2b\xdf\xd9\x60\xd9\x39\x71\x25\xa8\ -\x12\x19\x7a\xba\xd3\x68\xb1\xce\x7b\xd7\xc9\x7c\x86\x99\x8b\x81\ -\x7f\x39\xfd\x71\xb6\x80\xb6\x5c\x1c\xe8\x65\x79\x7b\xd9\x38\x95\ -\x80\xbc\x67\x2c\x86\x7c\xf4\x14\x7f\x2f\x0a\xba\x39\x1f\x5a\xa2\ -\xa0\xd6\x79\x83\x26\x1e\x90\x19\x53\x13\x7a\x37\xad\x38\x1d\xde\ -\x06\xc5\x8d\x56\xd2\xbc\x19\x1e\x57\xc1\x2b\x43\xa3\x8b\x76\xb3\ -\xa6\x9e\x19\x7a\x50\x60\x3a\xb2\x7f\xd7\x9e\x2c\xe9\xbd\x1b\xd5\ -\xaa\xdb\x50\xd3\xd0\x11\xf5\xac\xac\xd8\xcb\x39\x95\x81\xdb\xbe\ -\x87\xfe\x66\x45\x76\x62\xdd\xec\xd2\xa6\x25\x24\xf1\xec\x4e\x9a\ -\x9b\x6b\xcb\x82\x17\x9d\x13\x03\xd7\x5d\x37\x2a\x2d\x37\x3b\x70\ -\x71\xca\x26\xa0\xfe\x7c\x3a\x72\x2d\xa9\x3f\x54\x9f\xaa\x45\xdc\ -\xc3\x69\x1a\x90\x8d\x89\x56\xbe\x4f\xd7\xb0\x40\x24\x33\xce\x52\ -\x63\xe9\xa0\x6d\xdc\xcd\x7b\x6f\xf0\xf0\x3e\x99\xd1\x06\x21\x69\ -\xc8\x7c\x43\x98\xc9\xcc\x9c\x08\xf8\x19\xab\x73\x42\xae\x2d\xb7\ -\xb0\x33\x50\xb2\xb0\xc6\xf2\xa1\xfe\xa4\x19\xd6\x1a\x37\x11\x3f\ -\xc7\x65\xe9\xb4\x45\x8a\x3a\xc3\x7f\xde\x95\xfb\x56\x32\xdb\x53\ -\xc5\x1a\x4e\x48\x81\x82\x69\x32\x44\x92\xda\xbe\xd0\xf7\xd4\x3d\ -\xb2\xed\xf9\x84\x85\x7e\x64\x27\x85\x26\xd0\x8d\x0d\x3a\x7b\xc0\ -\xee\xe3\x95\xc6\x22\x9c\x14\x73\x77\x75\x5c\x2b\xbf\xa7\x4d\xf0\ -\x91\x3a\x56\x40\x71\xad\x98\x30\x85\x83\xe4\x2e\x07\x5b\xd9\x60\ -\xfc\x84\xaf\x6c\x4a\x37\xc6\xf9\xe3\x0d\x5d\xa7\xa2\xbf\x69\xd1\ -\xf5\xd1\xb8\x4c\xda\xe0\xac\x11\xea\x3c\x09\x0b\x77\x64\x8d\xd9\ -\xc3\xeb\x8d\xd1\x40\x1e\xf2\x4d\x63\xaa\xed\x03\x11\x61\x8f\x2e\ -\x0a\xe3\x95\x36\x39\x54\xf2\xfd\x58\x96\xfa\xd5\xe4\xec\xb4\x93\ -\x4f\x67\x02\x3f\x97\x57\xd4\x91\xcd\xd0\x67\xea\xbe\x90\x35\xe6\ -\x1b\xdb\xa0\x4f\x91\x53\x36\xa3\x3a\xe9\xac\x4e\x2b\x5f\x9e\x55\ -\x1a\x2e\xb8\xdd\x5a\x5d\x55\xc1\x3b\x18\x3b\xa5\x61\x36\x2a\xfd\ -\xe1\x0c\x4e\x91\x23\x27\x63\x40\xd1\x9f\x45\x07\xb7\x82\x2e\x99\ -\x1a\x56\xcf\x89\xcc\xf3\xd6\x5d\x71\xb9\x31\xb7\xca\x85\x78\x01\ -\xfe\xfc\x87\xe6\x17\x05\xf8\x5c\xc1\x2f\x8e\x82\x72\xb8\xd6\xb5\ -\xee\xd1\x04\xb9\x3f\x96\xae\x5e\x6a\xe8\x31\x0d\x00\x93\x37\x32\ -\xfe\x20\x37\x52\x1c\xd6\x9b\xae\xb2\xff\x95\xc1\xd1\x3e\xc7\x6f\ -\x4d\xb3\xec\x1b\x70\xa5\x19\xc3\x99\x77\x35\x1c\x57\xfc\x33\xae\ -\xc3\x5e\xb2\xe8\x15\x86\xde\x2c\xb7\x5b\x0f\x84\x7b\x64\xb6\xb4\ -\x31\x3a\x85\x83\x0d\xaa\x09\x41\x73\x1b\x51\x11\x9b\xb4\xc1\xdc\ -\x0a\xc7\xbf\x47\x8c\x0e\x23\xa8\x98\x9a\xd3\x15\xa5\xdb\x61\xf7\ -\xdc\x1f\xa3\xf5\xb1\x20\x23\x6f\x8a\xc1\x6d\x5c\x1a\x5a\x11\xd5\ -\x32\xd6\xa5\x08\x48\x5d\x3d\xb3\x61\xd7\xa1\xe3\xcd\x06\x6b\xd9\ -\xd9\x9a\x5e\x88\xbc\x18\xb0\x03\x96\xdb\xa5\x2a\xd2\xb3\x72\x24\ -\xf3\x20\x8a\x1e\x22\xe9\x32\x35\x04\xc3\x14\x6e\x30\xfa\xf2\x8e\ -\xad\x68\xb3\x5c\xab\x28\x6a\x43\x64\x3c\x0f\x2c\x79\xe3\x4d\x76\ -\x34\x90\xb6\x5b\xe7\x6c\x20\x90\x21\xe7\xd8\x37\xb1\x44\x5e\xaa\ -\xd4\x34\x78\x63\x93\x44\xb2\x3c\x95\x93\x65\xac\xd3\x6c\x3e\x0e\ -\x5a\xeb\x9c\x46\x34\x6d\x92\x37\x55\xf5\xa0\x28\x65\x7f\x64\x50\ -\x55\x35\xe2\x38\xb2\x49\xbe\x04\xf2\x51\x73\xbb\xb1\x09\xe9\x0c\ -\xc0\xec\x63\xf3\x4e\x85\xe9\x14\xc1\xed\x87\xe6\xba\x09\xba\x90\ -\x19\x0e\xd6\x54\x97\x2b\x4f\xb8\x3e\xa2\x53\x8f\xf2\x52\xe9\x20\ -\x88\xe2\x4d\xf6\x14\x93\xa0\x87\x86\x2a\xe8\xb9\xde\xa8\x1a\x9a\ -\xb8\xdc\xc6\xfa\x2e\x0a\xe3\x4b\x36\x13\xb8\xd1\x79\x3e\xf2\x6a\ -\x0e\x90\x54\xc3\x07\x3d\x41\x06\x85\x8c\xf9\x4f\x22\xa0\x27\x22\ -\x77\x52\x2a\x83\x0e\x30\x28\x35\xd1\x64\x36\x67\x19\x6a\x34\x0b\ -\x75\x80\xc6\x2b\x6a\x9f\xe4\xd1\x69\x0a\x36\x9a\xa3\x79\x31\x9b\ -\xfb\x1f\x35\x7b\x65\x51\x98\xb0\x38\x1a\xe7\x46\x8f\xad\x33\xd1\ -\xb5\x81\x2f\x4e\x76\xe8\x3a\x80\xa0\xb2\xea\x9d\xff\x22\x69\x7d\ -\x0d\x1d\xdd\xfb\x93\xda\xab\xd2\xb8\x00\x7a\x6f\x28\x13\xf6\xc2\ -\xc3\xe4\x83\xa1\xb8\x3d\x04\x96\xe8\xa0\xb2\x58\x76\x04\xae\x98\ -\x14\x76\x2a\x66\x14\xf5\x7e\x91\xb1\x53\x69\x18\x84\x7d\xd2\x42\ -\x24\xb4\x05\x27\x35\xd3\xce\x80\xa1\x89\x25\x9d\xfa\x49\x08\xc4\ -\x69\xcb\x71\x56\xd8\xb9\xe6\x59\x80\x41\x73\x76\xa7\x3f\x78\x63\ -\x95\x45\x98\x18\x55\xa6\x6b\x25\x82\xb2\x23\xaa\xd8\xfa\x19\xfb\ -\x2f\x0a\xf1\x8c\x98\xe7\xa2\xe1\xc6\x67\x08\xda\x6c\x16\x90\x77\ -\x77\xe0\xbc\xad\xa9\xf2\xab\xd5\x1a\xc2\x3f\xc3\xf4\x02\xad\x18\ -\x08\x9b\x4b\xfa\xa2\x97\x42\x06\xa7\xeb\xa0\x15\xa7\x9d\x9e\x49\ -\x25\x5f\x5c\xe3\xda\xb9\x14\x0d\x8d\xdc\xe3\xdf\xb1\xc2\xff\xb0\ -\xd4\x84\xea\xa5\x00\x4d\x1f\xbb\x38\xff\xb8\x3b\xf4\xb9\x1e\x90\ -\xa9\x49\x0d\x2a\x4c\xfd\xd4\x56\xc4\x7a\xe8\xc5\x0e\xb8\xe5\xc0\ -\x69\xb3\xc4\x17\x64\x9e\xd9\xbf\xc2\x54\xd7\xf2\x7b\x44\x34\xa9\ -\xb3\xc1\x78\x60\x61\x6c\xc2\xd0\x29\xf5\xe6\x90\x15\xf8\xfe\x9d\ -\x51\x54\xb9\xd0\x99\x50\xa3\x66\xc7\xef\x71\x58\x8e\xa7\x75\x69\ -\xec\xc1\xc5\xc3\x2d\x75\x34\xc1\x47\x98\x79\x16\xc0\xad\xc9\xeb\ -\xfb\xcf\xa6\x9a\xe2\xcc\x8f\xb6\x6f\x80\xc3\x00\x87\x33\x5f\x2c\ -\x80\x83\xa2\x9a\x07\xf5\x5b\x9e\x31\x03\x31\x11\x7a\xb1\x59\x9f\ -\x06\x08\xfd\xf9\xff\x8c\xf5\xfd\x34\x11\xf2\x3a\x87\x6a\xe2\x53\ -\x8d\xa1\x64\xe0\xb3\x3d\x6b\x39\xb4\x6a\xd6\x34\x9d\xf7\x66\xaf\ -\x35\xb8\xb9\x61\x8a\xae\x06\xc0\x14\xc8\x97\xce\x8f\x78\x52\x3e\ -\x83\x06\x38\x40\x83\xfc\x9e\x80\x8a\xd5\x3a\x42\x4d\x3e\xe1\x02\ -\xa3\xba\x63\x7c\x02\xec\xac\x92\x8f\x7e\x5a\x20\xad\xd3\x1e\x29\ -\x80\x5c\x0d\x96\x7c\x02\x62\xd3\x65\x54\x5e\x8d\x93\xbe\xea\xa5\ -\x0a\x2a\x7b\xe4\x5f\xaa\xc7\xd9\x70\xcf\xe9\x3c\x5c\x94\xb5\x69\ -\x38\xa7\x63\x2e\xe5\x1a\x55\x55\xdc\xc9\x86\x9b\xf5\xce\xc2\xc2\ -\x67\x98\x7b\x94\x4b\x32\x31\xa7\x3e\xa2\x1b\x23\x95\x84\x69\x83\ -\xd6\x35\xd6\xfb\x90\x58\xb4\x73\xa7\xcb\x20\x84\x04\x4b\x2d\xcf\ -\xb6\x03\x65\x35\x4d\x33\x8a\x39\x22\xf3\x97\xba\x51\x9a\xbb\x66\ -\x9f\x8b\x56\x8e\x85\xad\x59\x60\x5e\xce\x81\x5d\xe5\xd4\xe4\xc8\ -\x74\x88\x43\xa9\xe9\x57\x08\xd3\x6a\xf8\x6d\xd4\x1e\xc9\x44\x18\ -\xe9\xde\xb5\xe8\x7a\xb1\x68\x4b\x62\xfb\x25\x23\xed\x05\x5d\xa9\ -\xad\x29\x3b\xd0\xa7\x03\x4b\x50\x17\x6a\x13\x6d\xdc\x6e\xc2\x11\ -\xa6\x0f\xdd\x9a\x71\xf0\xbb\x5b\xd1\x5d\x53\x03\x29\xa4\x5d\x2b\ -\x28\x6e\x8a\x6f\x3d\x77\xca\x85\xc3\x35\xe6\x47\x85\x27\x92\xa1\ -\xf6\x96\x73\xb1\x5b\xed\x18\x9b\xf3\x7a\x20\xb9\xc5\x07\xdf\x36\ -\x82\xec\x76\x92\x89\xb8\x2c\x0f\x5a\xd3\x44\x6d\x7b\xd1\xbf\x7d\ -\xd1\xda\x7b\xf5\x03\x82\xca\xe7\x5f\x40\x58\xbc\x72\x44\x1e\x78\ -\x65\x1d\xce\x32\x16\x9e\x88\x51\xc2\x58\xa6\x86\xe0\xc2\x95\x7c\ -\xf3\x72\x71\x62\x9f\x74\x55\x2e\xd7\x56\x78\xce\x8a\x1b\x72\x64\ -\x56\x13\xe5\x94\x11\x6f\x6b\x88\x08\x5b\x14\xcb\x0d\x1d\x2c\xf0\ -\x99\x53\xa8\xdc\xdd\x98\x4e\x8e\x7b\x17\x63\xda\x1e\x13\x47\xe8\ -\x29\xf5\x7a\x57\x8c\xc0\x1d\x51\x91\x5b\xc6\x04\x22\xc2\xb1\x45\ -\x8a\x2b\x10\x46\x08\xa6\xf1\x08\x3d\xa0\x89\x77\xb9\x21\x57\x08\ -\x7e\x37\x9b\xcd\xa9\x4d\x18\x5a\x56\xd1\x17\x67\x25\xa5\xe6\x40\ -\xe6\x34\x3a\x6a\x5c\xfa\x2d\x3b\xe9\xa4\xa7\x3e\xe5\xdc\x87\xd2\ -\x04\xc4\xca\x67\x76\x84\xb5\x3e\xd2\x05\xf4\x8e\xd6\x4e\xfe\x71\ -\x8b\x52\x68\xfa\x12\xd3\x7b\x38\x41\xb6\x6b\x5f\x72\x32\xfd\xb4\ -\xd2\x3d\xdd\xb5\xbe\x71\xbb\xfb\x84\xaf\x5f\x96\x29\xbc\xd3\xfd\ -\xd0\xc9\xa0\x71\xc2\xad\x71\x6c\xfa\x1c\xac\xd1\x50\xa4\xeb\x99\ -\x4c\xaa\x5a\xff\xf7\xe9\xac\xd4\x8f\x06\x89\x90\xe8\x8d\x6e\x16\ -\x4c\xdd\x68\x27\x0b\x04\x64\x9e\x8a\x8a\xe4\x3a\xb7\x73\x22\xec\ -\x80\x6f\x9b\x4a\x6b\x2b\x84\xc5\xdd\xf2\x58\x21\x58\x79\x7e\x9f\ -\x59\x29\x3d\xcb\x2b\x1a\xac\xa1\x21\x34\xf4\x29\x33\xf6\x22\x12\ -\x83\x33\xc3\xc7\xb2\x0a\x55\xca\x0a\x3a\x80\x23\x72\xbd\xa1\x8a\ -\x5d\xae\x5d\xb7\xf2\xc3\xad\xf9\xf4\x89\x86\xa4\xd6\x73\xb5\x8b\ -\x79\x0f\xbe\x3b\xbd\xb8\x0e\x9e\x97\xf9\x7d\xdf\xa3\x18\x96\xd5\ -\x79\x38\xd6\xd8\xd4\x99\xa5\x40\x34\xc2\x2b\xf4\x7d\xfb\xd5\x32\ -\x5d\x8e\xbc\xae\x6c\xa4\xf9\x07\x86\x65\xbe\x37\xf0\x46\x23\xdc\ -\x0d\xfc\x43\xde\x05\x3b\x62\x2a\xa8\xf1\xeb\x09\x15\x2e\xaf\x18\ -\x01\xe6\x84\x00\x30\x01\xdd\xdb\xe8\x6c\xab\x28\xaa\x35\x7d\xc4\ -\x08\xee\x7c\xee\x8f\x5d\x79\x3e\x5c\xc6\x1b\xd9\x28\x37\x4d\x64\ -\xf2\xff\x73\xff\xeb\x51\xdc\xf2\xcb\xef\xdd\x04\xf4\x62\xf7\xf2\ -\x39\x69\x88\x33\x44\x74\x3f\x6c\xf6\x47\x9c\xca\x0b\x3d\xd1\x74\ -\x90\xec\xf7\x91\x0e\x6a\x9b\x15\x61\xd2\x28\x77\x2b\x69\xb4\x24\ -\x43\xc6\xed\x93\x73\x6e\xc6\x12\x32\x9b\x43\x41\x52\x0f\xbf\xe9\ -\x24\xd3\x3d\x50\x7c\x1a\xbc\xfa\xd4\xca\x81\x23\x31\x04\x7c\xe1\ -\x99\x39\xd8\x1d\x7e\xa8\x83\xc7\xee\xcd\xc0\x5c\xd3\x34\xa2\xab\ -\xf2\xf9\x68\x8d\x70\xf4\x69\x48\x50\xef\x49\xb6\x56\xb3\x19\xb2\ -\x5f\x7a\x5a\x01\xc1\x1b\xc3\xb4\x9a\x27\xe0\x22\x76\x2a\x93\xdf\ -\x7b\x6c\x02\x7e\x8a\x4c\xb4\xd1\xf8\x00\xb7\x6e\x63\x20\xc5\xb9\ -\xa9\xec\x75\x69\x73\xeb\x8c\x82\xdb\x0d\xa2\x8c\x71\x42\x55\xd9\ -\x51\x73\xf7\xa4\x46\x3f\xd5\x66\x4f\x41\xa5\xff\xdd\x19\x31\xc2\ -\x63\xfa\x93\x0e\xb6\x41\x01\x6d\x00\xa9\x34\x80\x66\x06\xfe\x4a\ -\x03\xb3\xc8\xd7\xc3\x34\xef\xe9\x34\xaf\x0e\xf8\xf4\x9f\x17\xee\ -\xa7\xa6\x97\xb6\xff\x65\xde\x1f\x95\xd1\x8f\x02\xd0\xe5\xcf\x51\ -\x9b\x8e\x8d\xea\xff\x9b\x01\x1c\x7c\x2a\x85\x8c\x0d\x21\x65\xab\ -\x0d\x5d\xcb\x66\x4d\xdb\x3d\x43\x7f\x49\x92\x46\xcb\x3e\x1c\xa9\ -\x33\x6c\xd9\x79\xb7\xcf\x9a\x29\xdc\x74\x4b\x6e\x50\xf0\x48\x19\ -\xa1\x95\x5b\x63\x98\xa5\xad\x5c\x57\xdc\x0c\xdf\x14\x3a\xcc\x7f\ -\x58\xed\x1c\x61\xf5\x58\x24\x9e\x66\x10\x67\x6e\xe9\xd4\x06\x0a\ -\x88\x7e\x26\xf8\x4e\xe1\x0a\xe9\xe7\x26\x21\xf3\xa4\xc8\x01\xf0\ -\x66\xc9\x36\x0c\x73\x04\x04\x96\x38\xf3\xa4\xb2\x68\x6d\x42\x32\ -\x0c\x49\xe0\x75\x8e\xa9\x05\x16\x84\x6d\xba\x69\x86\xbb\x96\x73\ -\x1b\xde\x06\x15\x25\xe7\x93\xb0\x66\x5c\x12\x50\xc6\x55\xc2\xe8\ -\xcb\x2d\xb9\x9b\xfb\x55\x23\xfa\x54\x96\xcd\x7e\x84\xe3\x3e\xdd\ -\x8a\x38\xcd\x86\xce\x94\xe4\x1c\x57\xbb\x75\xa4\x3d\xd0\xf7\x04\ -\xfa\x14\xd2\x69\x8d\xe1\xdf\x10\xfc\xc3\x73\x63\x20\xda\x67\x36\ -\xc3\xb4\xb9\x15\xc8\xad\x85\x2c\x34\xab\xca\xa9\xdb\xaa\x80\x40\ -\x43\xec\x5b\xf3\xe4\x54\x94\xca\x87\x08\xd3\x0b\x2f\x1c\x3b\xef\ -\x36\x9f\x2f\x35\x97\x96\x4a\xa8\x8f\xff\x5c\xbd\x78\x93\x23\xdc\ -\x35\xf3\x13\x5c\x60\xbe\x7e\x1e\xd3\x8d\xc2\x18\x24\xa9\xef\xe6\ -\xbe\x44\x69\x59\x69\x0e\x57\x0a\x76\x9e\x7f\x16\xbb\xe4\x97\xcd\ -\x29\xb4\x8e\x50\x4a\x3d\x60\xa5\x30\x8c\xe8\x97\xf7\x81\xfc\x44\ -\x91\x55\x48\x7f\xa3\x76\x65\xa0\x73\x46\x09\x7b\xb3\x5d\xe3\xfd\ -\x9a\x84\xf1\x90\x5e\x1a\x3d\xca\xd3\xb9\x7d\x43\x43\x2e\x6f\x84\ -\xb9\x39\x07\xb5\xd1\x32\xfb\x91\x3d\xdc\x18\x7b\x98\xac\x23\x21\ -\x6a\x07\x7b\x21\x71\x66\xdf\xad\x90\x42\xe3\xa8\x2c\x40\xcf\xfc\ -\x83\x70\x8a\xe9\x74\x86\x70\xe8\x82\x96\x75\x3c\xa5\x26\xaf\xe7\ -\x22\x4b\x19\x7f\xf0\x77\x24\x29\x74\x72\x70\x3a\x9a\xa6\xec\x9b\ -\x12\xd9\x1e\x56\xeb\x5f\xdc\xd5\x8a\xda\x73\xa0\x3a\x1a\xe3\x71\ -\x9a\xce\x71\x5d\x7c\x2e\x33\xc4\xd6\x82\x08\x91\x62\xe1\xc8\x3b\ -\x29\xd4\x6a\x37\x7c\x62\x3d\x8a\xdb\x6e\x67\x3b\xf7\x79\xad\x9f\ -\x40\xf3\x94\x2a\xda\x81\x26\x67\xd2\x75\x5e\x30\xf3\x96\x1e\x3f\ -\x99\xef\xbd\x68\x07\x86\x6c\x9b\xe0\xd8\xfa\x40\x1a\xce\x76\x65\ -\x12\x60\x8d\x71\x07\x7b\xe2\xec\xa8\xe2\xfc\x3e\x6c\xaf\xf9\x69\ -\xd3\x4e\xa5\xc9\x13\x77\x1f\x4d\x51\x37\xfb\x2e\xf0\x42\x55\xf6\ -\xce\x9f\x39\x45\xee\xb7\x51\x72\x0e\xf4\xf1\xd4\xd2\xd8\x67\x8d\ -\xe6\xfe\x10\x03\xa0\xa8\x78\x60\xce\xcf\xa6\xa8\x70\xe2\x8b\xed\ -\x9d\xed\x96\xc3\x53\x7e\x42\x9e\x09\xd8\xf2\x77\xb0\x9c\x3f\x1f\ -\xa0\x18\x71\x5d\xe6\x6e\x06\x30\xee\x84\x83\x5a\x77\xa2\xa9\xe6\ -\x42\x68\xc5\x9f\xee\x3b\x3f\x47\xa1\xb9\x8d\x36\x1a\xe7\x0a\x57\ -\x88\xea\x75\x19\x8b\xa2\x28\x9f\x4e\xe3\x92\x8f\x37\x6a\x3a\xa6\ -\x90\xb6\x06\xa3\x81\xe6\xa4\xfa\xf2\x8b\xbb\xdb\xcc\x05\xf3\xbd\ -\x20\x36\x61\x89\x82\x6c\xcb\x7e\x4e\x31\xba\xf9\x8c\x60\xd0\xe7\ -\x73\xad\xd3\xe5\x2e\x93\xcd\xf6\x3a\xa8\x9e\x94\x64\xaf\x61\xe2\ -\x91\xcd\x5e\xdb\x67\x71\x83\x8b\x67\xd8\x90\x9c\xd6\xc9\x8d\xde\ -\x13\xe5\x55\x30\x07\x94\xdd\xc0\xa1\xb9\xbf\x1d\x13\x1e\xd1\x1e\ -\x3c\xaf\x8d\x72\x6a\x34\x38\xd9\x85\x89\x95\x51\x50\x5f\x9f\xd7\ -\xcc\xc8\x4c\x63\x04\x7f\x0f\xb1\x5f\xe2\xaf\xa2\x20\xa7\x07\x91\ -\x1f\x21\x5a\x51\xde\xcd\x81\x17\x39\x71\x34\x70\x9c\x46\x70\x31\ -\xdc\x1c\xc9\x58\x2b\xed\x77\xfa\xe2\x6e\x67\x0e\x67\x4e\x44\x97\ -\x32\xd2\xb8\x82\xc6\x16\xc1\xb6\x0d\xcc\xa1\x56\xb0\x56\xe6\x10\ -\x1a\xfa\xaf\x50\x5d\xa5\xdb\x2b\xab\x48\x37\xcc\x28\x13\x0b\xe0\ -\x49\x11\x8c\x7b\x98\x0f\x13\xb0\xa0\x85\x23\xc5\xfa\x15\x5d\x93\ -\xcf\xdd\x7e\x00\xd6\x22\x6c\xe5\x31\xd1\x48\x47\xce\x60\xf3\xb4\ -\x69\xe0\xc6\x3e\xe8\x84\x3a\x5d\x10\x03\xdb\x0a\x60\xf9\x85\x65\ -\xf2\x70\xc0\xa3\xa0\x19\xfa\xda\x6e\xc6\x0d\xa1\xad\xac\xbb\x32\ -\xf6\xbd\x13\x62\x77\x30\x52\x7c\xfd\x71\x63\x28\xbd\x18\x41\x99\ -\x15\x6d\xcf\xc1\x73\xea\x6a\x03\xeb\x90\xae\xcc\x5a\x14\xfc\x1e\ -\x70\xbf\xa7\x3d\xf8\x5b\x2e\x54\x34\x53\x44\xfc\x3e\xad\x4d\x2d\ -\x78\x51\xca\x6a\x28\x50\xb5\x81\xc4\xf3\x09\x97\xca\x01\x72\x92\ -\x9d\xdf\xe4\x2e\xcb\x4a\x2d\x6b\x49\x1f\xc1\xc1\xe9\x7c\x3d\xa6\ -\xfe\x77\x82\xa3\x85\x5d\x6b\x4e\x7e\x46\xf4\x51\xd0\xc1\x73\x6a\ -\x2b\xb6\x8e\x4e\x33\x15\xc5\x17\x27\x4c\x3c\x19\x3d\xf4\xfc\x8c\ -\xa9\x97\x6a\x26\x5b\xe6\xd2\x7a\x37\x76\x90\x9d\xd5\xab\xb1\x69\ -\x1e\x0c\x1f\x55\x80\xcb\x94\x2e\x1a\xaf\x90\x99\xa8\x08\x14\x57\ -\xed\x2c\x92\x4c\x44\xd3\xd0\xbe\xef\x88\x63\xd0\xa6\xdf\xdf\x56\ -\xcb\xa5\x6b\xac\x9b\xfa\xa9\x58\xfc\x8c\x0a\x2e\x15\x77\xa8\x8a\ -\x5c\x98\xe8\x6a\x85\x9a\x16\x69\xe7\x31\x11\x46\x05\x40\x6d\x6e\ -\xbb\xb4\x80\xc5\xcd\x32\xb3\x21\x00\xb1\xc8\xd2\xa9\x4a\x76\xbe\ -\xa4\x87\xa3\x17\xb5\xe9\x11\x04\xf7\x9e\x68\xf1\x9b\x6d\xe9\x9b\ -\x6b\x4d\xfc\xb3\x8f\x7c\xb2\xe0\xaf\xd0\x61\x0f\xd7\x13\xc5\x45\ -\x57\xcb\xe6\x8a\x46\xa6\xf2\x89\xa6\x53\xd7\x36\x3d\x10\xa4\x50\ -\xfe\x40\x1a\xd0\x03\xfe\x22\x84\x8c\x81\x2d\xa9\x2f\x28\x2d\x8d\ -\x89\xc4\x21\x62\x86\x1a\x69\x8a\xaa\xa5\x01\x02\x1a\xa7\xbc\xa6\ -\x69\x41\xd7\x23\x12\x17\xcc\xde\xa5\xd9\xea\x05\x5d\xa7\x3e\x65\ -\xf6\x8a\x24\x4f\x55\x94\xc1\xbc\xa1\xf4\x93\x1c\x67\xf5\xeb\x7a\ -\x19\x60\x88\x45\x17\x2e\x22\x6c\x7b\x79\x9e\x71\xe1\xfa\x1c\x66\ -\x08\x0b\x58\x8a\x96\x70\xad\x95\xc5\x9d\x09\x9e\xa9\x78\xd4\xd4\ -\x35\x04\x68\xae\x7c\x4e\x6f\x42\x64\x8a\x6d\xb7\x26\x75\x6b\x4b\ -\x35\x2a\x50\x3a\x5f\x0d\x34\x52\xf1\xd1\x3d\x24\x48\x82\xdb\xd1\ -\xc1\xf5\x40\x48\x8b\xee\xe7\x79\x03\x3d\x87\xcd\x6d\x7f\x89\x24\ -\x0f\x96\x53\x0b\x41\x6a\x82\x72\x7b\xff\x37\x32\xc6\xf7\x78\xf6\ -\xbd\xf7\x14\xf5\x91\x31\xed\x1a\x5d\x53\xd4\xee\xf6\xfb\x59\x2d\ -\xe8\x94\xd2\x98\xc4\xfa\xe1\x9e\x42\x79\xb4\xa9\x5a\x72\xd6\xfd\ -\x78\xdd\xd2\xbe\x2e\x9a\xbf\xed\xce\x72\x77\x35\xb4\xbb\xed\xaf\ -\x38\xd8\xd6\x9f\x11\x54\x9d\x85\x5d\x4e\x17\x3b\xcf\x9a\x52\xc7\ -\x97\x56\xc3\xcd\x25\x2e\x2e\x75\xe6\x78\x97\x52\x7d\xd5\x51\x60\ -\xd8\xd7\x6e\x97\x7f\x69\x22\xdb\x65\x61\xbe\x86\x58\x5a\x50\x59\ -\x5a\xdd\x5c\x2e\x9a\xe7\x9e\xbf\x37\x9c\xb0\xfc\x5d\x52\xd8\xa9\ -\x1e\xb6\xf8\xa4\x1f\x40\xaf\x03\x20\xea\x60\x86\x8c\x7d\xb8\x78\ -\x25\x5d\x01\xb0\xbc\x36\x9c\x5f\xdb\x6b\xe4\xbd\x8d\x2e\xa4\x0c\ -\xbe\x56\xaa\x43\xf4\x9c\xa8\x79\x25\xb2\xb7\x24\xef\x5e\xe1\xd3\ -\x2c\xde\x99\x9b\x97\x28\xdf\x8e\x9c\x9f\xfb\x00\x1d\x14\xa1\x7c\ -\xb0\xbc\xb0\x9d\xe7\x75\xd7\x19\x56\x4e\x94\x5f\x54\x7e\x0e\x0a\ -\x22\xb3\x6d\xf9\xf9\xf9\xd7\x27\xdc\xa6\x4b\x53\x94\x33\x66\x50\ -\x1d\xb3\xe1\x5a\x8c\x0b\x7f\x40\xec\xe0\x13\x64\x38\xc6\x2a\x2a\ -\xcc\x37\x5e\xee\x67\xf3\x14\xcf\x87\x9b\x5f\xe4\xa8\x8d\x7c\x19\ -\x31\x33\x21\xa7\xac\x03\x0b\x4b\x8a\x66\x98\xc5\x68\xe4\x18\xc5\ -\x54\xe7\xd0\x4c\xa5\x7e\x06\x1b\xf8\xf9\xc5\xde\xbf\xf8\xfc\xdd\ -\xee\xa4\xfa\xc7\x5d\x2d\xc9\x68\x3a\x61\x7e\xa9\x91\xfb\x74\x8f\ -\x35\x14\x54\x6b\xda\x3f\x56\x04\xb0\x80\xf5\x4e\x04\x3b\x5c\x63\ -\x53\xb7\x46\x6c\x94\xe5\xd6\xd8\xf6\xd0\x4f\x5b\xbf\x56\xdc\xdd\ -\xf8\xa4\x2e\x13\x71\x2e\xb5\x26\x64\x83\xa1\xcd\x35\x4b\xf4\x69\ -\xe7\xbe\x42\x63\x4c\x3e\x05\x8d\xe9\x78\x4e\x44\x5b\xd1\x0a\x72\ -\x6d\xa4\xe7\xba\xb1\x24\xfd\x28\x27\xec\xac\xc3\x06\x3d\xce\xe4\ -\xa2\x89\xc9\x29\x19\x1b\x14\xd5\xfe\x0e\x4c\x37\x17\x26\x15\xb7\ -\xa3\xc5\x7e\xc6\xc5\xef\xed\xda\x11\x95\x46\xbb\x1d\x20\x41\xd1\ -\xdd\xc4\x59\x02\xa5\x19\x22\xc8\xfd\xb1\xfa\x86\xc9\x9b\x35\x49\ -\xb0\x92\xb8\x59\x6c\xf7\xa9\x55\xcb\x43\x83\xba\xf6\x10\x26\x70\ -\x4f\x47\xde\x98\xca\x35\x6a\x6c\x3f\xc3\x52\x35\xce\xa5\x1f\x7f\ -\x9b\x8c\x71\xe2\xed\xcb\x6b\x79\x4a\x77\x41\x21\x1d\x13\x4d\xbc\ -\x64\x0a\xb1\x38\x93\xc2\xe3\x2f\xc2\xf4\x25\xa7\x78\xd4\xdc\x85\ -\x31\x0e\xce\xb2\xd4\xf5\x46\xb6\x72\x43\xad\xbe\x59\xee\x8a\x7a\ -\x06\x0b\x3b\x47\xdf\x6b\x51\x79\x71\x8a\x53\xbf\x93\x2c\x2a\x64\ -\x00\xf0\x3e\xc4\xcb\xa9\x51\x6a\x9b\x31\x1a\x0c\x22\x4e\x2a\x1f\ -\xf3\x7a\x82\x1f\xbb\xa4\x13\xe4\x13\x8c\xa4\xf9\xc7\x33\xda\x92\ -\x2c\x8c\xd5\x58\x02\xa4\xce\xcc\x22\x2f\xb2\x45\x8a\x65\x21\x9f\ -\xbc\xd7\x28\xea\x83\xa3\x79\xc4\xc8\xf4\xb3\x13\x93\x18\xaf\xcc\ -\x92\x7d\xef\xbc\x97\x7e\xb8\xa6\xb8\x7b\xdf\x90\xdb\x26\x80\xe2\ -\x46\x2b\xbc\x56\x51\xe9\xe2\x4c\x90\x9d\xfb\xed\x04\xcf\xcd\xc0\ -\xfa\x4f\x01\x1c\x7d\x22\xd6\x9d\x8b\x63\x1a\x95\x67\x71\xfa\x6e\ -\xda\x7e\xef\x6c\xaf\x91\xaf\x19\xcd\xcc\x6a\x4e\xd6\xce\xb2\xd0\ -\x62\x6c\x9c\x60\xd8\x86\x66\xfd\x30\x2f\x43\x19\x13\xa2\x3e\xe1\ -\x3e\xd7\x4f\x34\x62\x4a\xdb\xbd\x46\xbd\x0e\x56\xd3\x44\xad\xd0\ -\x1f\xb2\xdf\x3f\x84\xf4\x3a\x88\xe9\xd7\x26\x05\xb6\xd7\x79\x03\ -\x28\x81\xef\x67\x4d\xa3\x8a\x04\x42\xbc\xb9\x22\x0f\xff\x55\x39\ -\x8c\x4b\xf8\xa0\xb8\xea\x73\x10\x64\x80\x37\x55\x36\xce\x69\xfb\ -\xbb\xb4\x15\xa1\x31\x4a\xa3\x12\x87\x49\x04\x06\x07\x1a\xd6\x5e\ -\xc8\xa9\x5b\x11\xb7\x97\x2c\xbe\x79\x33\xa7\x40\x09\x9c\xc5\x09\ -\x82\x15\xbe\x8b\x61\x09\x5a\xda\x0d\x7e\xd0\x44\xa2\x28\xc5\x96\ -\x69\xf9\xd9\xec\x87\xd3\x54\x00\x9c\x0d\xd6\x5b\x42\x36\xf4\xa4\ -\x36\xbb\xdd\x3b\x69\x59\x84\x12\x43\xf9\xf6\x29\x94\x1c\x16\xac\ -\x80\xea\x3d\x75\x1a\x0d\xc9\xe0\xa0\xb1\x39\xdd\xb0\x67\x10\x75\ -\x6d\xd1\xc3\xce\x34\x1b\x4c\x4b\x17\x57\x2a\x9e\xea\xa0\x39\xc4\ -\xe5\x3d\x50\x34\x71\x87\x42\x72\x76\x22\x25\x27\x19\x42\x4d\x07\ -\x61\x65\x4b\x4c\xd7\x22\x9c\x51\x30\xa7\x13\x56\x3c\x7f\x6a\x32\ -\x19\x3a\xaa\x66\x24\xc1\xd7\x1f\x34\x07\xdb\xd2\xa5\xe4\xfa\x88\ -\x49\x4b\x69\xf9\x7a\xa3\xfd\x40\x61\xba\xab\x16\x2d\x50\x64\x9b\ -\xb1\xb9\xe0\xa5\x14\x93\xbf\xe5\x34\x4d\xe4\x35\x8c\x3f\x72\x24\ -\x4d\xc0\xa2\xef\x49\xe3\x55\x94\xd9\x54\x6b\xbe\xde\xe7\xc5\x19\ -\x0d\xf8\x9c\x5a\xd0\xb0\x27\xdd\x81\xcc\xb7\x02\xce\xfa\xbd\xca\ -\xf9\xd9\x07\x4d\x75\xe8\x1e\x08\x23\x4f\x24\xf6\x02\xdc\xfa\xfc\ -\x9c\x00\xf4\xcf\x18\x69\x21\xec\xc8\x67\x4e\x52\xd8\x4b\x61\x79\ -\xa3\xec\xb5\x83\x91\x24\x5d\x01\xed\xe7\x33\xa0\xe6\x28\x61\xb4\ -\xb5\xe8\xb7\xca\x80\xe6\xb4\x04\x86\xd3\x46\x48\xa5\xa1\x4f\x3b\ -\xed\x77\x73\x1a\x1a\x81\x97\x5d\xc7\xe7\x1a\x36\x4a\x64\xb1\xc2\ -\x53\x21\x3a\x5c\xfa\x22\x90\x50\x9c\xda\x16\xb6\xb2\xea\x42\xde\ -\x14\x00\x77\x44\x0d\xa5\x2d\x7b\xb5\xe1\x7e\x90\x73\xac\xe8\xdf\ -\x28\xcb\xef\xb4\x80\x92\x40\xbe\x82\x3d\x2c\x23\x03\xce\x34\x19\ -\x9c\xfb\xa8\x90\xc4\x1e\x43\x80\xd2\x52\xe6\xf4\x0e\x8f\x38\x82\ -\xf8\x5d\xba\xfe\x02\x4d\x2b\x91\x80\x2c\x37\x6b\x69\x51\x7f\x9c\ -\xe4\xb4\x0c\x03\x13\x12\xb4\x09\xb4\x3f\xe8\x8f\x84\x02\x6d\x82\ -\x6a\xb5\x24\x0d\x71\x4c\x9b\xda\x69\xd4\xcf\x80\x5c\xea\xc8\x7c\ -\xd3\x95\xd9\x73\x39\x90\x78\x92\x67\x34\x42\xd3\xbe\xae\x54\xf4\ -\x38\xf0\x1e\xe0\x06\x45\x81\x16\x54\xdd\x95\x4e\x64\x1f\xf9\x8f\ -\x37\x6d\x3b\x0b\x7d\xd5\xed\xfb\xa6\x69\xb4\xa8\xd3\xd4\xa5\x35\ -\xc2\x1e\x95\xc0\xfa\xd0\xfa\x86\xa9\x53\xdc\xcd\x46\xbd\x5e\x93\ -\x4a\xa8\x2d\xd4\x53\x8d\xc2\xbb\x61\xc1\xad\x7d\x3f\x67\x44\x03\ -\x95\x41\x48\xe6\xaf\xb9\xbe\xd5\xa6\x0a\x3b\x41\x1e\x22\x82\xec\ -\xba\x37\x4e\x94\xfd\x14\xdd\xa9\xd3\xc1\xf3\xb3\x6f\xc5\xab\x70\ -\xd2\xf7\x96\xca\x0d\x2e\xc7\x0c\x9f\xa0\xad\x2c\xac\x6c\x22\x80\ -\xe3\xee\xd5\x27\x9d\xd6\x3f\x7f\xb8\xc7\x6a\xd2\x7c\xd4\x81\x2c\ -\x1e\x1a\xc9\x4e\xab\xea\x13\x5a\x43\x69\xa4\x8a\x79\xdf\x63\x8c\ -\x5a\xe7\x45\x85\xd3\x34\x08\x9a\xeb\x71\xcd\xf5\x95\x7a\xd6\xc8\ -\x33\x6c\x79\x8e\x7a\xfb\x5e\xa0\xa9\x01\x6a\x1a\x30\xc8\x9c\x30\ -\x9c\x07\x87\xb9\xcc\x96\x95\xb8\xb1\x04\xfa\x84\xe3\xd4\x2a\x9d\ -\x31\x06\x31\x4d\x43\x3a\xf9\x85\xae\xc5\xd5\xf3\x79\x77\x4c\xc3\ -\x15\xff\x8c\x82\xa1\x77\x0b\x00\x58\x5e\xec\xd8\x13\x25\x47\xad\ -\x27\xa1\xe7\xc4\xd9\xd6\xeb\x37\x16\x52\x19\x36\x84\x4d\x7c\xd4\ -\x5b\xe2\x7f\x2d\xb9\x02\x8d\xe9\x8b\x84\x29\x89\xd4\xbe\x99\x9a\ -\x3f\xf6\x06\x7c\xa7\x19\xd7\xc2\xf2\x73\x75\x32\x5e\x18\x48\xbd\ -\xe6\x9b\x76\x70\xd8\xfb\x13\x9a\xa6\x09\xf3\x9c\xa5\xa2\x78\xa2\ -\xe5\x58\x51\xea\x1d\x75\x52\x14\xa9\xea\x17\x5d\x6a\x60\xa7\x14\ -\xcb\x8a\x84\xfc\x0c\x56\xa7\x88\x53\xd3\x07\xee\x47\x04\xc9\xbc\ -\xab\x9e\xcd\xdd\x60\x57\xa4\x11\x07\x15\x2d\x9e\xe7\x3d\xd6\xbf\ -\x8f\x7d\xe6\xc9\x32\xc8\x9a\x2c\x68\xba\xbc\x46\x6e\xa6\xd0\x8c\ -\x09\x1a\x7a\xca\xb8\x96\x4b\xb5\x07\x8e\xc6\xb4\xd5\x27\xd4\x74\ -\xe0\xc3\x90\xc5\xef\x09\xbd\x91\x7a\xd5\xbb\xec\x90\x9d\xc1\xa4\ -\x50\x6e\xce\x93\xec\xda\xc8\x90\x87\x04\xe0\x22\x0c\xc2\x1e\x0c\ -\x02\xf2\x69\x5c\x98\x6a\xe8\x11\x6f\x92\x75\x99\x7f\x3f\xa2\x7a\ -\x2f\x19\x7c\x4f\xf6\xd7\x6b\x79\xda\x3d\x25\xa6\x2c\xde\xdf\x9f\ -\x4d\x15\xe7\xc4\x26\xd0\x7e\x0e\x67\xaa\x23\x35\xb9\x36\x91\xa1\ -\xc7\x86\x7a\xdc\x6d\x39\xee\x6a\xe0\xb6\x53\xe4\x02\x99\xc1\xa0\ -\xc1\xbe\x8e\x91\xeb\xaf\x94\xda\x8e\x91\xca\xfe\xe2\x30\x85\x26\ -\x88\x86\x5f\xfc\x16\x69\xe0\x0b\x7e\x71\x1e\xa2\xcb\xb9\xc7\x2d\ -\xff\xed\x59\x5c\xf7\x9c\x1d\x2d\xa7\x97\x34\x2c\xc8\x89\x1e\x4f\ -\x0b\xd2\x40\x0c\xdc\xae\xbc\x84\xb9\x31\x86\x74\x9d\x53\x14\x99\ -\xcb\x1d\xb0\x9a\x4d\xa6\x30\x59\xf1\x1f\x1c\x5d\xd2\xe6\x26\x63\ -\x82\xba\x1d\xde\xfa\xbc\x52\x8b\xa5\xba\x4d\x6c\xe8\x7c\x65\x51\ -\x86\xae\xba\x10\x9e\x17\x1e\xf0\xc7\xd1\x90\xbb\xb9\xa3\xa8\x0f\ -\x5e\x54\x05\x6b\xb9\x63\x57\x70\xd9\x7d\x31\x07\x67\x98\xe9\x1a\ -\x82\xf1\x4e\x47\x08\x17\x27\x51\x2e\x5a\x0f\x78\x50\x2f\xc3\xf6\ -\x7c\xb2\x98\x28\xa7\x5a\x26\x40\x25\x5f\xe0\x86\xfa\x88\x5b\xb5\ -\x2b\x80\x8b\xaf\x56\xc8\x6b\x73\x48\x94\xb6\xc9\xbb\xe0\x19\x6e\ -\xa9\x6f\x08\xc6\x0e\x61\x7b\xd8\xa1\x86\x93\x1d\x4f\x27\x98\xbe\ -\x60\x47\x60\x29\x1b\xfa\x6d\xb4\x41\xae\xa2\x81\x18\xb4\xcc\x61\ -\xa9\x1c\x1b\x03\x37\xa1\xb4\x10\x15\x77\x5b\x4b\xc7\xb7\xa6\xc7\ -\x30\xeb\x51\x67\x4c\x52\x39\x3f\x8a\x92\xc3\x20\x3d\x9b\x84\x13\ -\xd5\x8d\xa2\xdb\x2e\xd9\x35\xd2\xd8\x63\xf2\x15\x14\xa8\x0d\x7d\ -\x5c\x8c\xe1\xe4\x22\x5e\xb8\xa9\x73\xed\xe3\xf3\x9a\xa0\xd5\xf6\ -\x40\x78\xdd\x90\x16\x6f\x3b\xbd\x44\x34\xdc\xaa\xcc\x70\x24\xd0\ -\xd9\x2a\xc4\x08\xb4\xf9\xf1\x9c\xc5\x81\x01\x1b\x0e\xef\x63\x9f\ -\x57\x20\x36\xb6\x02\xeb\xc7\x1b\x47\xb7\x41\xc8\x6c\x16\x6f\xa6\ -\xe9\xf2\x2f\x2d\xbb\xf6\x78\x97\x22\x0a\xe6\x9f\x44\x6b\xed\x02\ -\xe5\x72\xff\x34\x89\x52\x7d\x56\x14\x1a\xc8\xea\x1a\x1b\xb8\x55\ -\xbd\xb2\x53\x89\xed\xa0\x0f\xb6\x8d\x8f\x59\x9a\xd0\x3c\xc2\x6d\ -\xad\x68\xbf\x52\x9c\x28\x39\x21\xf2\x8e\xc8\x8b\xb8\x1f\xb3\x66\ -\xc7\x4a\xc7\xb3\xb8\x24\x34\x1a\x51\x22\xb0\x36\x1a\x0d\xd9\xef\ -\x63\xd4\x05\x73\x5d\x25\x35\x9b\x65\xbb\x23\xea\x33\xd9\xde\xf1\ -\x7f\x1f\xa1\xbf\x51\xa0\x08\x27\xa8\x86\xed\x9e\x4a\xc2\x20\x59\ -\x60\xfe\xa9\x7d\xe0\x94\x0e\xd3\x64\x89\xdb\x02\xbb\x6b\xd7\xcf\ -\x9f\x06\x07\xce\xbc\xbe\x49\x35\xf3\xc0\xef\x81\x16\xfa\x3e\x8c\ -\xde\x9c\x3a\xe1\xb5\xa8\x98\x2a\x01\x60\x2d\x5c\x97\x23\xdf\x2a\ -\xb8\x71\x03\x7a\xb9\xc3\xa0\x69\x5c\xa2\xb0\x56\x59\x99\x89\x37\ -\x41\x19\xf1\x03\xd9\x27\xca\xc2\x9e\x45\xf4\xe3\xbf\xf3\x65\xb4\ -\x5c\x8e\xc9\x08\xe1\xc7\x35\xb6\x8b\xb8\xc8\xf5\x5e\xf4\x0b\x2a\ -\x5b\xca\x8c\x0b\xd8\x0b\x95\x05\xf9\x78\xec\x41\x08\xda\x5d\xc3\ -\xd0\x29\xf7\xd8\x3e\xd5\x71\x0d\xd0\x16\x8c\x66\x3a\x5c\x7b\xed\ -\xce\xa7\x5c\x0b\x09\xc4\xac\x28\x02\x9b\xc9\x03\x4a\x2f\x7c\x5d\ -\x2d\xaa\x42\x68\x52\xe3\xc1\xe9\xbe\xc8\x83\x66\x5e\x74\x1e\xf2\ -\x89\xd2\xa2\xd2\xca\xc4\xde\x8a\xe9\x91\x99\x67\xc9\xc8\xb5\x64\ -\xd7\x2d\x4b\x44\x66\x53\xe5\xb5\xed\x74\x40\x8b\x06\xbe\x26\x56\ -\x39\xc9\xa0\x30\xbd\x5a\x4e\x29\xac\x86\x48\x64\xdb\x59\xe4\x1a\ -\xe6\x72\x72\xf5\x29\x65\xcf\xba\x0a\x13\x97\x28\x40\x59\x87\xa9\ -\xcb\x02\x1e\x0d\x48\xc8\x0e\x0c\x60\x58\xaf\xda\xad\xde\x0c\x88\ -\x3b\xaf\x9a\x3e\xa5\xe7\x15\x4e\x2a\x59\xd7\xef\xc2\xb5\xd5\x9c\ -\xb2\x8b\xb8\x1b\xc2\x01\xa4\x26\x2a\x4e\xda\x3b\x5c\x5e\x5b\xae\ -\x92\xb4\x9c\xc4\xd4\x45\x86\xa3\x64\x69\x9d\x13\xed\xd7\xa2\x35\ -\x32\xff\xb8\x0b\xe0\x6e\x8e\xb2\x31\x3d\xec\xef\xbc\xe4\x06\x82\ -\x3b\xe9\xc6\xf1\xab\x6d\xad\x00\x73\x34\x0a\xda\x5a\x57\x03\x88\ -\x9a\xbe\x5c\x6c\x54\xbc\x25\xd4\x18\x9c\x94\xad\xf8\x3d\xb7\x67\ -\x31\x29\xc2\x59\xda\xb5\x5a\xee\x80\x09\x65\xdc\x02\x07\xaf\x33\ -\x2d\xc0\xf4\xca\x01\xc0\xe2\x7a\x48\x2d\x0a\xa8\x14\x80\x7e\x1e\ -\xcd\x32\x5a\x23\xbf\x28\xa6\x4d\xed\x79\x6b\x81\xde\x62\xf6\xb8\ -\xae\xb1\xae\x21\x22\x2d\xc2\xf6\x69\x91\x02\x2d\x20\xb8\x85\x62\ -\x13\xd2\x1c\x8b\x1c\x90\x83\xb3\x56\x58\xaf\x01\x62\x63\x56\xd6\ -\xb9\xae\xc4\x9d\x7c\x8b\x7a\xea\x5f\xe1\x86\x6c\x12\xcf\x53\xa4\ -\xd1\x15\x6b\xad\xe0\x18\xc6\xc4\x59\x26\x9e\x79\x88\xd0\x93\x4a\ -\x65\x82\x2e\x07\x5f\xb2\xf1\x33\xd4\xab\x69\xc7\x5b\x23\xaa\x21\ -\x73\xa8\x49\xa4\x72\xb0\x57\x24\xad\xef\x77\x30\x21\x48\x6b\x2d\ -\xb0\x9f\x75\x2e\x0d\x08\x20\xd6\x05\x35\x80\x2e\xd7\x42\x37\xb7\ -\x65\x37\x5f\x11\x8f\xe5\xb0\xd7\xc8\x95\x8d\xe6\xf4\xcb\x99\x96\ -\x50\x80\xab\xb2\x53\x14\xff\x9f\xff\xeb\xff\xf8\x9f\xc9\x4d\x8e\ -\xc0\xc8\xa6\x67\x50\xbe\xed\xe2\xcc\xc2\xc4\x2f\x7a\xb6\x12\x66\ -\xeb\x9d\xde\x13\x7a\xfc\x97\x17\xe3\xf3\xf9\xcf\x10\x60\x1a\x45\ -\x84\xc1\xec\x99\x4b\xac\x29\xd8\x86\x17\x72\xd1\x24\x31\x18\x1f\ -\x48\x5a\x03\x52\x34\x52\x3e\x4e\x11\x5f\x90\x1a\x1c\xfc\x30\x0b\ -\x88\xc3\x19\x0b\xb2\x77\x8e\x89\xe9\xe0\x71\x03\x96\xb3\x15\x88\ -\x39\xe7\xd8\xde\x9f\x01\xb1\xe5\x84\x08\x2c\xc7\x43\xab\x38\xb7\ -\xcd\x67\x54\x20\x91\xdb\xc7\xb5\xbb\x0c\x01\xd8\x9e\xd7\xd6\xdb\ -\xa7\x62\x91\x95\x13\x3a\x08\x7b\xbd\x60\x72\x84\x6d\xa5\x13\x5d\ -\x3c\x2b\xcb\x01\xfb\xa4\xfd\xbd\xfb\x58\xe1\x5a\x9c\x46\x23\xb7\ -\xfe\x56\xd0\xee\xb2\x03\x2d\x9b\x3e\x56\xfc\x7e\xfe\x63\x14\x85\ -\x9c\x0b\x19\xef\x9c\x93\xe6\xf6\xb1\x77\xef\x74\x4e\x4f\x5c\x01\ -\x93\xd1\x9e\x3e\xdb\x45\x8e\x05\x6d\xf9\x05\xbd\xc0\x9e\xf9\x04\ -\xb2\x4b\x6e\x91\x7b\xad\x74\xbb\x5a\x96\xe4\x9e\x96\x58\x32\x9e\ -\x85\xe0\xaf\xec\xfc\xb9\x91\x03\x64\x19\x42\x36\x91\xfb\xdd\x1f\ -\xcf\xe2\x42\x9a\x28\x04\x0a\xc3\xc4\xf8\xc8\xed\x23\x17\xf6\x9f\ -\x6f\x9b\xc9\xfe\xee\x4a\x5b\x52\x4d\xba\xa0\xb6\xe9\x8e\xe0\xa3\ -\x1f\x2f\x80\xe7\xa4\x69\xf9\xe7\xf8\xe0\xf6\x11\x71\x59\x7a\x8a\ -\x93\x6b\x89\xa5\x0e\x3d\xae\x2c\x22\xf5\x82\xce\xf4\x6b\x9a\xff\ -\x2e\x85\x0c\x5c\xf2\x3b\xd9\xf2\x40\xba\xfb\x51\x28\xba\x73\x7f\ -\xd9\xf7\xa9\xbf\x82\xf0\x10\x34\x1b\xc5\xf4\x36\x0a\x25\x73\x9a\ -\xa7\xf4\xdf\x7f\xf9\x75\xcc\x58\x69\xce\x50\xc2\x76\xcd\xa9\x26\ -\x94\xd3\xe6\x36\xdb\xd9\x66\x6c\x00\xb6\x1c\x15\xcb\x40\x2a\x0a\ -\x21\x47\x1b\xca\x96\x5f\x65\x9f\x73\xbb\x65\x71\xac\x2f\x6b\x8e\ -\x3e\xfb\x2f\x54\xef\xd4\xda\x3c\x7f\xff\x4c\xb6\xb1\xdf\x9b\x91\ -\x7b\x5d\x55\xf0\x7b\x7f\x1a\x91\xc7\xa3\x05\xc2\x28\x96\x18\x3b\ -\xec\xbe\x1b\x5a\x49\x81\x3f\xa8\x60\xd3\x4e\x4a\x2a\x3b\x95\xd9\ -\xf6\xab\x78\x4e\xc9\x9d\x76\xd5\x20\xe4\x74\x20\x26\x48\xf7\xe7\ -\xf7\x81\xc8\x6b\xbf\xc6\xf6\xc7\xc5\xd5\x6d\x9a\xb6\x6d\xaa\xce\ -\x0a\xdc\xf2\xeb\xb9\x62\xab\x35\x58\x76\x1e\x30\x2f\x08\x1b\xf8\ -\xc2\x98\x05\x35\x2f\xc6\xba\x2e\xcb\xf1\xe1\xab\xf6\xa5\x9f\x61\ -\x4a\xd6\xd8\x6d\xfd\xf5\xf3\xca\xc2\x98\xc3\x42\x1d\x4c\x58\x1c\ -\x4d\x2a\x81\x17\xdb\x14\x9b\xfd\x59\xb8\xdb\x99\xa0\xb9\x2c\xe1\ -\x39\x19\xdb\xfb\x37\xe9\x76\x6b\x59\x40\x30\xaf\xa2\xdd\xdc\xfb\ -\xaf\xed\x99\x5c\x5d\x72\x62\xbe\x07\x65\x05\x8d\x1e\x6e\xd4\xc8\ -\xa2\x81\xc7\x1e\xf3\xfb\x88\xad\xf8\x10\xcf\xec\x8b\x58\x8a\x98\ -\x60\x32\x08\xbf\xf2\x9b\x85\xc7\xba\xb8\x82\x38\xfd\xbf\x9f\xfb\ -\xaf\xd3\x96\xb9\x5c\xfd\xf8\x32\x40\x80\x90\xfa\xae\xb0\x6b\x2e\ -\xb6\x84\x19\x7d\xec\xcf\x8d\xeb\xfa\xc1\xba\x2e\x5c\xd7\x05\xbe\ -\x7e\xfc\xeb\x16\x88\x17\x7e\xf7\xaf\xd3\x9c\x35\x7f\x76\xa7\x28\ -\x7f\xf6\xaf\x53\x8c\x69\x4c\xb1\xe0\x68\xf0\xdf\xdf\xff\x95\x93\ -\x12\x76\x6b\x77\xf5\x62\x8c\x98\xf0\xb9\xff\x93\x8d\x72\x6f\x7c\ -\xc9\x0f\x18\x71\x3b\xf5\x1e\xae\x1a\x06\x96\xc4\x8c\x5b\x3f\xd9\ -\x4c\xd5\xe7\x2b\xbb\xf6\xed\x39\x6a\xf6\x8e\x83\x26\xbd\xd1\x0e\ -\xa0\xa6\xcf\xea\x93\x4d\x6f\x82\xf4\xce\xfb\x3d\x9b\xa0\xd4\xde\ -\x6c\x7c\xe4\xaf\x9f\xd1\xd5\xcc\xfc\xf0\xf2\x6c\x1e\xcf\x94\x19\ -\x32\x0a\xbf\xdb\x9d\x6a\x7a\x93\x98\xf5\x77\xc4\x13\x4b\x45\x2e\ -\x54\x34\x87\x36\x27\xde\xa2\x0b\x32\x11\x6e\xf9\xb4\x31\x16\xd2\ -\x38\x8b\xdc\x9d\xf4\x96\x8f\x9b\x4a\xd9\xfb\x67\x7f\xfe\xf6\xfe\ -\x57\xde\xf9\x01\xdc\x8a\x96\x46\x12\x64\x39\x61\xea\x7f\xf6\xcd\ -\x59\x31\xd6\x57\x4c\x9a\x32\xc6\x45\x0c\xac\xda\xfb\x77\xac\xbd\ -\xd2\xe8\x18\x3d\xeb\xf3\xd9\x76\xc6\xa6\xe4\x59\xfc\x5d\x12\x98\ -\x80\x5b\x6f\xd3\x52\xc7\xf9\xb7\x67\x18\xf6\x2d\xbf\x79\x46\x13\ -\xc8\x9d\x0f\xd3\x37\xcf\x6b\xaa\xd2\x98\xe0\x70\x67\x13\xbf\x3f\ -\x78\xf1\x9c\x72\x91\xd1\xc4\x44\x3f\x6d\xdd\xd4\x14\x2e\xa9\xd4\ -\xdb\xcd\x64\x40\xa9\x6d\xee\x20\xf4\xd6\x4f\x9a\xf9\x88\x2a\xf6\ -\x7d\x0f\x2a\xf5\xef\xfd\xa9\xfc\x3f\xae\xac\x3e\x2f\x09\x70\xef\ -\x9d\x75\xad\xf5\xf4\x31\xc9\x74\x4b\x29\x29\x69\x88\xc3\x4d\x46\ -\xd3\xf3\x77\x7e\xcb\xed\x5a\x9c\x66\x89\x9c\x67\x14\xdb\xfe\xf0\ -\xa2\x3f\xce\x4f\x66\x9f\x16\x12\x59\x4e\x5b\x3a\x54\x46\x9d\x5d\ -\xda\xb3\x8f\xdc\x9e\x91\x46\xad\xa1\x64\x6c\x9f\x2c\x6d\xbd\x13\ -\x51\xec\x53\x7e\xab\xbf\xff\xff\xf6\xce\x66\x49\x8e\x63\x57\xd2\ -\x0e\x44\x64\x53\x92\x8d\xd9\xd8\x7d\xff\xe7\xbc\x14\x59\x95\x00\ -\x66\x81\xdf\xc8\x6a\x2d\x66\x4f\xc9\x68\x3a\x87\x6c\x76\x57\x55\ -\x66\x46\x20\x00\xf7\xcf\xdb\xf3\x3a\x15\x3a\x14\x8d\x1c\x84\x15\ -\xc6\xad\x07\x21\xf4\xa5\x55\x21\x0c\xcc\x86\x77\x40\xc7\x32\x5f\ -\xaa\xae\x39\xa2\xa9\x7f\xbf\xca\xdf\x08\xa3\xf2\xbc\x31\x79\x53\ -\xf1\xd6\xb7\x4f\xaf\x48\x4b\x7e\xed\x7d\x67\xbf\x07\xfd\xde\x0a\ -\xc8\x54\xdc\xe3\x3a\xf0\xf7\xb7\xfd\x0a\x09\xfa\x53\x4e\x17\xeb\ -\xbf\xde\x81\xc0\x4f\x3e\xac\x1e\x3a\xe3\x1b\x77\x64\xd6\x21\x32\ -\xb5\xfa\x7b\x93\x01\x42\x76\x50\x69\x9d\x62\xa9\x15\x16\x7e\xcb\ -\xbb\xda\x07\xc9\x16\x98\x68\x75\x21\x57\xe3\xf0\xf4\x94\x4e\x8f\ -\xa9\xbc\xa0\x2a\xb8\x87\xa5\xc5\x4c\xb1\x1d\x71\x2c\x45\x7b\xb2\ -\x20\xd5\x78\x61\x88\x0f\x4c\xe9\x89\x52\x94\xe8\xd8\xa6\xb9\x99\ -\x8e\xce\x50\x8f\x22\xe9\x30\xaf\xcd\x80\xe1\x36\x75\x52\x65\x12\ -\xf5\xc9\xde\xbc\x8b\x17\x99\x37\x59\x98\x17\x7d\xc5\x00\x11\x7f\ -\xf0\xe6\xc4\x8c\xa2\xeb\x97\x66\xb7\x43\x32\x18\x54\xbb\x7c\x78\ -\xd7\x6e\xea\x9e\x13\x76\x8a\xc0\x1d\x39\x46\xab\xbb\x54\x3c\x92\ -\xb7\xe3\x04\xbe\x17\x43\xb1\xa1\xb7\x8c\x84\xf3\x5d\xcb\x7a\x66\ -\xb0\xa4\xc7\xac\xa7\x27\x71\xe2\x0e\x0f\x16\xf3\x0c\xa6\xeb\xd3\ -\x34\xef\xbf\xea\xb5\xa5\x14\x40\x02\x61\xdf\x27\xf0\xa9\x41\x3f\ -\x3b\xfc\x95\xee\x5e\xc5\x51\x28\xca\xcb\x93\x72\xf9\x8d\xa5\x14\ -\xc0\x0d\x04\xc9\x25\x0e\x5e\x6b\x79\x57\xd5\x56\x3c\x8c\x6d\x8c\ -\xf5\xbb\x73\xc3\x88\xbc\x00\xb4\x3e\x5c\x67\x57\x23\x37\xdc\x1b\ -\x5c\xdd\x4b\x4d\x0f\x0f\x5d\xa0\xe5\xf8\x68\xce\x0e\xd6\xa4\x34\ -\xa5\x2c\x82\x30\x3a\x48\x43\xf6\x08\xc1\x8e\xeb\x77\x52\x25\xa9\ -\x2a\xe8\xee\x82\x3d\x27\x9a\x13\xb6\xd1\x24\xa2\xdc\x04\xb3\xf3\ -\xb8\xf2\x18\xa2\xdc\x72\x50\xeb\xee\xee\xde\xd7\x49\xb2\xcb\x3c\ -\xb7\xfc\x77\x1e\x14\xb4\xb5\xea\xb9\xf3\x27\xcd\xef\xf8\x95\xaa\ -\xe2\xfc\x73\x74\xe3\x82\x06\x98\x05\x04\x5c\x7b\xd7\xeb\x15\xd1\ -\x1e\xdf\x27\x4e\x9d\xf7\xc3\x38\x3a\x4d\x9e\x06\x5b\x0c\x8d\x49\ -\xda\x9c\xc6\x26\xf3\x23\xa7\x6e\x64\x8f\x11\x3f\x0c\x2a\x37\x98\ -\xae\x18\xbf\x5b\x61\x9b\x75\xe4\xfd\x78\x17\xf8\xbc\x44\x9c\x7e\ -\x02\x31\x90\xae\x4f\xfa\x63\x16\x6c\xd5\x95\x6b\x69\x84\x77\xb9\ -\x65\xf8\x2e\x53\x66\x85\x32\x21\x93\x2a\x12\x86\xe4\xf7\x47\xd0\ -\xe0\x34\x25\x4a\xda\xd9\x45\xec\x06\x76\xa6\xc8\x4a\xc9\xb0\xe2\ -\x15\xdd\xde\x21\x01\x3b\x61\x1b\x52\xd2\xcc\x6c\xfc\xd8\x30\xbe\ -\xb6\x64\x79\x03\x91\x0f\x63\x3a\x2c\xf6\x29\x47\x7d\x10\x1b\x17\ -\x11\x8c\x77\x91\x3c\x19\xdb\xa5\x3b\xd3\x50\xbb\xfa\x10\xbe\xe9\ -\x47\x6d\x1a\x3b\x16\x2e\xf1\x14\x33\x10\x29\x36\xfd\x05\xa6\x8d\ -\x4d\x0c\xc6\xae\x69\x21\x22\x10\xf2\x6b\xaf\x6f\x69\x77\x79\xcf\ -\x6c\x9a\xdd\xdb\x96\xa2\xb6\x4f\xee\x2a\x79\x9d\xb7\xdb\x19\x7a\ -\xaf\xe8\x80\x5a\xad\x29\x59\x5c\xf3\xe3\xe7\xac\x22\x95\x59\xe9\ -\xfa\x7c\x62\xe1\x05\xfa\xd7\xc8\x0d\x3a\x5e\x5b\xae\xa3\xb4\xfd\ -\x9a\xaa\x55\x76\x59\x17\xb0\xc0\xe6\x1f\xae\x44\x50\x82\xde\x16\ -\x12\x96\x96\xb3\xfd\xb5\xfe\x86\xd2\x90\x83\xd9\x2a\x32\xa9\x4b\ -\x4b\x7c\xd2\x98\x19\x3f\x3c\x00\x47\x66\x86\xeb\xf2\xac\xbd\xda\ -\xd3\x12\x21\x9e\x92\x9f\x07\x52\x5a\x55\x2b\xcf\x91\xc8\xb0\x82\ -\x1f\xc5\x87\x27\x54\xa0\xa2\x10\x11\x5c\xeb\xab\x64\x2d\x6c\x0f\ -\x45\x86\x1a\xb6\x5d\x03\x24\x82\xf6\x4e\x15\x6c\x2a\x7d\x42\x0c\ -\x48\x93\xbd\x2c\xc3\xba\xd7\xea\x29\xe4\x40\xfa\xe7\xc1\x88\x69\ -\x7f\x14\xd3\x18\x54\xc0\x1d\x39\x71\xed\x83\xb3\x22\xc0\x9a\x1a\ -\x78\x5d\x11\xff\x41\x95\x29\x59\x06\xf5\xbb\x2a\xf8\xa2\x03\xaf\ -\x98\xbf\x66\xce\x1f\xaf\x1f\x9e\xcb\xf7\x98\x4c\x53\xe0\x99\x76\ -\xca\xe0\xf3\xbe\x66\x72\xb8\x00\x52\x99\xc2\x35\x31\xf7\x75\x2d\ -\x7c\x1e\x1a\xd4\xb5\x58\x8b\x08\x3c\xa6\x4e\x52\x54\xd1\x69\xaf\ -\xd0\x53\x39\x59\x40\x98\x22\x07\x5b\x1f\xde\x4a\xae\xc8\xde\xa0\ -\x63\x1a\x63\xa8\xf4\xd3\xaa\xfa\xe7\x33\x9f\xbf\x9c\x0c\x45\x43\ -\xd9\x3b\xe0\xf1\x59\xf2\x7c\x4e\x35\xa4\x54\x49\x6c\xb7\x82\x94\ -\x66\xe3\xcb\x44\xa3\xc8\xf7\xdc\x4a\xf7\xf3\x25\x18\x64\x1c\xe2\ -\x63\xe2\x6b\x6c\xce\x91\xf0\x91\x49\x01\x3b\x68\x34\x3b\x94\x34\ -\x54\x32\xa8\x60\xe2\x58\x79\x0f\xd5\x50\x49\x3c\xcb\x2f\xcf\x45\ -\x46\x25\x38\xb0\x44\x55\x2b\xc7\xd3\x6b\xaa\x6f\x70\xfe\x8b\xdc\ -\x93\x8f\x15\x91\x2d\x5a\xcd\x16\x20\x6b\xad\xa7\x3f\x36\xb2\x52\ -\x6d\x15\x0e\xbe\xbf\xe7\x20\x66\x0e\x02\xe1\x94\xb9\x69\xd0\x4e\ -\x6b\x8a\x5a\x5f\x3a\x0e\xa5\xec\xcd\xba\x85\x15\x6b\x2a\xc7\xe7\ -\xb2\x4a\x2e\xea\xeb\xa7\xf4\x7d\x21\x3d\x9d\x56\xf5\x7b\x76\xad\ -\x1f\xe1\xbd\xb6\xf0\x13\xf5\x04\x11\x30\xd8\xe6\xf0\x7f\x75\xbc\ -\x87\x8e\x86\x2a\x93\x96\x2a\xaa\x20\x13\x13\x43\x5f\x35\xf3\x24\ -\xe2\xad\xf0\x96\x8f\xe7\xcd\x3a\x87\xd4\x1b\xe6\x02\x8d\x67\xb6\ -\x49\x3b\x28\xfa\x31\x45\x01\x9e\x13\xfd\x33\xbb\x36\x26\x88\xd5\ -\x84\xa7\x8a\x19\xb2\x23\x04\xb8\x71\xfa\xf6\x4d\x1e\x58\x9e\x15\ -\x6a\x02\x1f\x53\xa6\x22\x9a\xe6\x7b\xb4\x3e\x58\x52\x49\x69\x47\ -\xb3\x23\x10\x39\xb6\xf5\x70\x00\x00\x20\x00\x49\x44\x41\x54\xe9\ -\x43\x04\xea\xd3\xc1\x63\xd2\xa6\xa1\x28\x1a\xd9\x5c\xb0\x7a\xff\ -\x65\x3d\xd0\xf3\xfe\xe4\x1a\xa4\xea\x58\x25\xc8\x95\x26\x33\xa4\ -\xf1\x49\xb1\x22\xda\x87\x6f\x8a\xcc\x4f\xa4\x6a\x0a\xb2\x05\xda\ -\x74\x98\x59\x8d\x08\x0b\x97\xef\xb1\xda\xf9\x2b\xd5\x2d\x2a\x72\ -\x18\x45\x57\xef\x89\x37\xed\x00\x5c\x33\xc3\xe2\x5d\x7a\xda\x95\ -\x32\x0d\xa6\xc3\x10\x7b\x47\x17\x23\xfd\x24\x13\x1f\xfc\x34\xab\ -\xa7\xc9\x37\x33\x49\xf2\x30\x95\x63\xfe\xf4\x5d\x54\xb6\x4d\xd1\ -\x56\xec\xf0\x73\xd1\x48\x7b\x2e\xe0\xe3\xbc\xc9\x34\x03\xde\x46\ -\x41\x4e\xec\xef\x4f\x7c\xca\xc6\x44\x2e\xb1\xcb\x8b\x3b\xb4\xbc\ -\xa9\x8f\x67\xc6\xa9\x57\x25\x82\xdd\x77\xc9\x74\x92\x00\x45\xd3\ -\x74\x38\x34\xb5\x34\x02\xef\x16\xfa\x46\xf7\x89\x17\xb7\xaf\x03\ -\x4d\x2b\xea\xae\x3b\x95\x8e\xb4\xf3\xcb\xce\xac\x0c\x56\x6b\xf4\ -\xed\xe8\x54\x5a\x10\x99\x12\xb3\x42\xdc\x37\x20\x85\x6f\x0b\x2a\ -\xd0\x30\xca\x6a\xbe\xc6\xe3\xc1\x3a\x29\x95\x84\x94\x38\xf0\x40\ -\x9b\x73\xf9\x46\x5a\xc2\x11\xa2\x03\xa5\x87\x9f\x40\x0b\xf7\x5e\ -\x7e\xb7\xf0\x81\xcc\x2c\x97\x36\xea\x46\xc1\x9d\x9d\xcf\xa0\x06\ -\x16\x2c\x8e\x16\x3c\x7a\x89\xca\xa8\x9b\x08\xfd\xa3\x03\x59\x9b\ -\xb1\xb6\x01\x39\x37\xe4\x9b\x0e\x89\x63\xe6\xca\x64\x68\xb6\xd2\ -\x67\xc6\xc4\x61\x06\x5e\xd1\xc9\x79\x64\x08\x9d\x0d\x8c\x07\x85\ -\x67\xa1\x68\x3e\xf6\xa0\x7e\xe5\x81\xd9\x7f\xeb\x86\x6d\xc6\x26\ -\xfd\xc0\xf7\x5a\x20\x6e\xeb\x75\xda\x89\x03\x4e\x5f\x84\x46\xf7\ -\x96\x46\x1e\xdd\x59\x9c\xe0\x38\xa0\x24\x40\x05\xb5\x0e\xdd\x2d\ -\x4f\x8c\x42\x55\xbb\x4b\xd2\x1d\xbc\x07\x5d\x68\x4e\x78\x38\x64\ -\x26\xd4\xf1\x9d\xfe\xea\x08\x90\x23\xd4\x9c\x3f\xd0\xed\xa7\xbc\ -\x59\x3e\x28\x46\x8b\x3f\x0f\xc6\xc7\xfa\x89\x35\x92\xe1\xa7\x11\ -\xdc\x9b\x3b\x9b\x3c\x5c\xb7\x70\xcc\xfc\x49\xf7\xac\x67\x2b\x08\ -\x5f\x6c\x79\x90\x21\x07\x1d\x0c\x42\xdc\x6c\x7c\xa5\xff\x85\x53\ -\x0b\x1e\x53\xe3\x0e\x44\x95\x6f\x27\xa5\x93\x60\x97\x12\xe9\xc4\ -\xf8\xeb\xa3\x50\x59\xb5\x96\xe8\x58\x6b\xa5\x63\x18\xf2\x3e\xcf\ -\xcd\xec\xc8\xb9\xf2\x9d\xda\xc8\x22\x28\x56\xcb\xa7\xa0\x21\x23\ -\xe3\xeb\xf3\xf3\x3d\xc9\x95\x9f\x98\xec\x29\xdf\xd3\xc8\x32\xca\ -\x7d\x4d\x44\x02\x31\x6d\x95\x59\xe5\x85\x87\x56\x27\x33\xa5\xa2\ -\xf3\x3e\xaa\xa0\xc8\xb8\x03\xf3\x79\xe5\xeb\x47\x20\xb9\x57\xc8\ -\x72\xb2\xb1\xe7\x6b\xc1\x4a\x29\xa9\xe6\xf4\x99\x42\x1d\xe0\xc5\ -\xd0\x1a\x81\xf7\xb9\x46\xb9\x32\x66\x78\xf4\xf2\xfa\xd2\x20\xd4\ -\x05\xb8\x4c\x86\xc4\xbe\xa4\x50\xe9\x0b\x21\xc2\xd2\x1d\x87\x9c\ -\x28\x84\xd0\xde\xaf\xca\x14\xeb\xd5\x74\xce\x77\x50\xaa\xc0\x92\ -\x79\xdb\xd4\xea\x94\xc4\x3d\x27\x21\x39\xad\xd2\x71\xcf\x7e\x65\ -\x8e\x9d\x35\x41\x16\x81\x4b\xb7\x29\xcf\xcf\xf5\xca\xd6\x40\x49\ -\x67\x0e\x95\x56\x40\xf4\x49\xf5\x8d\xf7\x91\x50\x9f\x38\xa0\x62\ -\xad\xd1\x7c\x3b\x25\xe8\xb3\x09\x66\x21\xd5\xad\x40\xf1\x0a\x6b\ -\x8d\xd7\x57\x6b\x6a\x14\xe3\x72\xbb\x14\x78\xae\x63\x29\xc7\x1e\ -\x52\x65\x9a\x92\x70\x8d\x49\xc5\x83\x94\xeb\xef\x45\x07\x8a\x7e\ -\x9d\xe4\xc2\x94\x65\x17\xaa\x5c\xfc\x50\xb3\xf8\x3c\x5c\x0d\x22\ -\x1a\x88\x40\x92\xf5\x47\x4e\x99\x38\x3e\x6b\x2e\xa0\xc6\xb1\x86\ -\x55\x10\x6e\x40\x07\x02\x94\x74\xdb\x5d\x05\x7b\x63\xba\xb5\xf2\ -\xab\x26\xbe\x9b\x2c\x15\x37\xbe\xae\x1d\xfb\x95\x34\xd2\xff\x80\ -\x81\xa5\x6f\x93\x77\xdf\x57\x34\x7d\x68\x5c\xdf\x1b\x41\xfd\x6b\ -\xe0\x01\x7d\xec\x83\x87\x97\x9d\xd3\x33\x4e\x58\xf6\xe5\x83\x14\ -\xac\x8a\x87\x48\x92\x6c\xc4\x6c\xd7\x3e\x39\x09\x7f\xa2\xd9\x3f\ -\x97\x11\x0c\x3b\xce\x18\xea\x53\x25\xaa\x9c\xaa\x1b\xb6\xb6\xf3\ -\x78\xf3\x9e\xa0\x71\x90\xce\xc1\x45\x78\xdd\xe9\x29\x09\x1d\x70\ -\x90\xf2\x57\xc5\xa4\x5d\xc8\x55\x43\x45\x48\x0c\xd5\x87\x5f\xb7\ -\xc0\xa1\xdb\x84\xd0\x74\xf3\x6f\x2d\x7f\xde\x04\x04\x01\x0d\x6e\ -\xc2\x6c\xd2\x48\x7c\xda\x91\x23\xc9\xfd\x4c\xe7\x7e\x31\x9b\x3e\ -\x65\x81\x19\xd2\x73\xd6\xb1\xb7\x7c\x17\xa4\xfc\xf0\x5b\x3d\x29\ -\x97\x69\x69\xa8\x81\x43\x4d\x4c\x3f\xf9\x01\xbd\xc7\xb5\x12\xc5\ -\x3f\x56\x1a\x0d\x89\x3e\x94\xd1\x93\x53\x60\x1d\x65\x50\x96\x6c\ -\x70\xf9\xe1\x27\x41\x96\x1f\x5e\xff\xba\x47\x92\x7a\x5a\xcd\x09\ -\xea\xd0\xdd\xca\xb1\x8a\x56\x07\x85\xd7\x2a\x35\xe8\xbe\xcf\xad\ -\x98\x68\x68\xc8\xf5\x2c\x34\xcb\x0c\xe3\xec\x0a\x34\x76\x99\xb9\ -\xf1\xd7\xaa\x86\x8d\xe5\x34\x39\xd5\x4a\xb5\xce\x97\xcb\xcc\x51\ -\xb4\x63\xa0\x75\x47\x9e\x08\xa8\xa7\x50\x73\x44\x1c\x04\xbb\xcc\ -\x7d\xe2\x47\x51\xc1\xd9\x41\x51\x2d\x23\xf6\x7f\xfd\xf3\x44\xb8\ -\x1f\xd3\x33\x66\xd8\x2d\xc3\xd3\xa5\x27\xc2\xd3\xac\x34\xfe\xf5\ -\xda\xac\x37\x0b\x8e\xf1\x2e\x87\x6c\x45\xc3\x90\xbd\x16\x1f\x04\ -\x34\x11\x85\xc8\x04\x1e\x48\x95\xa7\x3a\xcc\xc1\xc9\xef\xcf\x03\ -\xac\x1f\x5c\xa5\xfe\x7c\x22\xb7\x09\x67\x81\x80\xf4\x56\xd5\xa6\ -\xcb\x91\x39\xf5\xf6\xc2\x26\xb0\xaf\x2e\xa9\xeb\x20\x3b\x2f\xc0\ -\xfb\xa1\x4e\xb9\xa4\x86\x57\x22\xf3\x03\x38\xf1\x95\x93\x12\x46\ -\x86\x08\x02\x08\x79\x4e\x17\xf9\x49\xb9\xe1\xfb\x3e\x42\xa3\x49\ -\x6c\x4c\x84\x0c\x6b\x8d\x6e\x5c\x19\xab\x47\x0e\x8a\x65\x92\xc5\ -\xcc\x32\x18\x06\x7f\x4d\xac\xa6\x0c\x3c\x76\xa3\xb3\x31\xe5\x2d\ -\x23\x2f\x4b\xe3\xde\x9c\x78\x62\x8a\xf7\xa8\xf0\xfb\xdd\xf5\xc1\ -\x5c\xa1\xb6\x1d\x5a\xba\x60\xb8\x61\xb6\x4f\xe3\xe5\x83\x80\x79\ -\x64\x56\x1d\xbe\x66\x6b\x02\x9b\xa2\x8a\xa4\xa7\x6f\xd0\x63\x90\ -\x34\x47\x3a\x83\xa8\xd7\x14\x32\xbf\x6e\x73\x51\xb2\xca\xc1\x41\ -\x5a\xcd\xf5\x59\x6c\xe0\xe8\x0c\xeb\xf3\x30\x67\x38\xc8\x49\x18\ -\xbe\x8a\xea\x2c\x69\x77\x9e\x67\xb3\xc0\x70\x42\x14\x6e\xb8\x48\ -\x5e\x07\x2a\x9c\x48\xdc\xc4\xbb\xd8\xfd\x49\xb3\xa9\x10\xcf\x98\ -\x69\x4e\x14\xe2\xfe\x89\xc9\x70\x1b\xc9\x5d\xca\x66\xf7\x0d\x25\ -\x7e\x00\x45\xce\x8e\x93\x25\x9d\x71\x78\x27\x0a\x02\x34\x82\xad\ -\xe7\xa6\x71\xe8\x15\x07\x15\x72\xec\xa5\x71\x0d\xb4\x8a\x9c\x3c\ -\x7c\x52\x44\x56\x70\x4d\x57\x25\xe4\x29\xf1\xbe\x27\x71\x91\x34\ -\xa6\x28\xd4\xe0\x0b\x38\x11\xb4\x60\x3f\x4a\xf8\x06\x6a\x3c\xa6\ -\x37\x41\x40\x63\x29\xbf\x93\x85\x44\x2c\xe5\x31\x55\x80\x4e\xc4\ -\x3c\x79\x2f\x5a\xa0\x50\xba\x21\x74\x47\x43\x6d\x6e\x70\x7b\xc0\ -\x14\x42\xfe\x55\x74\xcd\x48\x7e\xe1\x20\x22\x16\x09\x2c\x6b\x52\ -\xab\x42\x94\x20\x9d\xe1\x53\xaa\x23\x86\x88\x7d\x4b\x8c\xea\x90\ -\xe2\x39\xc9\xc0\x71\x18\x01\x80\x6b\x45\x8e\x1a\x35\x3d\x4c\x03\ -\x13\xed\x9d\xce\xed\xaf\xd5\x24\xf4\xf6\xdb\xf7\x38\x33\xa8\xbd\ -\x7a\xcd\xb0\xdc\xc4\x43\xb1\x50\x0e\xeb\x15\x72\xca\xb8\x1f\x65\ -\x03\x7a\xc3\x96\xaf\xb5\xbc\xb4\xa1\x4d\x81\x13\x80\x89\x4f\x19\ -\xcc\x40\xeb\x2f\xcf\xde\xa2\x0e\x64\x86\x58\x40\x0d\x0c\x77\x50\ -\xc5\xb4\xde\x9c\x87\x39\x97\x57\xf2\x7e\x7d\x50\xd7\x5a\xf5\x60\ -\x0d\x42\x19\xde\x9b\x9c\xe2\xc0\x00\x5e\x54\xdd\x78\xc2\x29\xe3\ -\xf3\xe0\xd1\x15\x77\xea\x93\xf8\x17\x0d\xa9\xb1\xee\xe9\x93\xf2\ -\x15\x52\xb8\xa3\xb8\xaa\xf5\x2d\x24\xd5\xec\x87\x96\x55\x71\x1f\ -\x33\x98\x56\x43\x91\x21\x2e\x77\x0a\xa9\x5f\x33\xe2\x39\x72\x92\ -\xac\x3a\xca\xb3\x70\xaf\x7d\x67\x3a\xef\x4c\x8a\x98\xea\xaf\xf5\ -\x0a\x2b\xc1\x98\x2e\x96\xdb\x21\x94\x20\x4c\xe5\x31\x91\x82\x66\ -\xc4\xfe\xc3\xaf\x74\x39\x85\x4a\xe3\xb1\xde\x87\x27\x53\x47\xdc\ -\x8c\xe4\xa9\xf8\x49\xf8\x4b\x29\x70\x15\x82\xc0\x0c\x77\x35\x33\ -\xe0\x96\xb2\x4c\xa4\xa2\x67\xde\xfc\xca\x7d\x8d\x58\xbd\xb1\x2b\ -\x30\x70\xec\x81\x9e\x2f\x25\x87\x3d\x23\x0f\xb9\x64\x3e\x31\xef\ -\x8c\xa5\x96\x68\xa7\x67\xcc\x48\x4b\xf5\xa0\x70\xf4\x7d\x7a\xc4\ -\x1b\x63\x2f\x43\x81\x94\x87\x76\x2d\x7f\x18\x4d\xb9\xde\x7c\x96\ -\x4a\x9d\xe2\x4d\x3d\x57\xa3\x45\xde\x65\x7a\xe3\x31\xa5\x84\x1c\ -\xb1\x2a\x27\xdc\xa4\x0f\xeb\x1d\xb6\x9b\xf7\xb9\xe5\x81\x56\x28\ -\x26\xce\x7f\xf7\x44\x35\xbc\xd9\xfe\x1c\xdc\x21\xc7\x8b\xa9\xc7\ -\x6c\x3e\x49\x4b\x9a\x35\x72\xb0\x8a\xa8\x87\xd5\xe5\xb8\x3a\xc5\ -\x59\x35\x1b\xb2\x56\x92\xbb\x52\x74\x11\x8a\xf4\x39\x61\x35\x09\ -\x05\xda\x39\xf1\x9d\xc0\x93\x51\x67\xdd\x31\xb5\x63\x6e\xe8\x5b\ -\x9f\x53\x97\x7f\x9f\x5c\xa1\x63\x6d\xee\x86\xe4\xf0\x12\x52\x86\ -\xb4\xa0\xa2\x6b\x3c\xbe\x26\x01\x4c\x79\xfd\xb8\xe1\x1b\xe6\xcd\ -\xbb\xf2\x66\x3d\x22\x33\xbc\xc6\x8b\x9a\x2d\xe5\x76\xfa\x68\x8e\ -\x99\xf6\x74\xd4\xce\x2c\xd8\xc3\x1a\xa0\x76\xaa\x3b\x52\xa1\xb0\ -\x56\xfc\x59\x7b\x2b\x1b\x9c\x45\xe5\x0d\xae\x27\xf4\x9b\x26\xdd\ -\x24\x01\xb7\xf2\x8d\xcf\x8c\xc1\xa2\x56\xfa\x33\x94\xe1\xdf\xd5\ -\xdb\x60\x8c\x74\x73\xc6\xa6\xe9\x3d\xa9\xb1\xf6\xd0\xc3\x55\x1e\ -\x0d\x1d\x5f\xe3\x6f\x2e\x1e\x00\x7c\x9f\xb5\x93\x1d\x0c\x27\x7e\ -\x49\x93\xf3\xd4\x8b\x4e\x0b\x9d\xf3\xbc\x11\x2b\xe0\x4b\xf3\x21\ -\x93\x26\xfb\x95\xb1\x95\x7b\x01\x0a\x6a\xda\x78\x2e\x6b\x91\x49\ -\xc3\x32\xf0\xcc\x18\xb0\xa3\xd3\x31\x65\x06\xfe\xc1\xde\x75\x2a\ -\xcf\xef\xd7\xfe\x29\x39\x3a\x99\x54\xdd\x74\x2d\x0f\x94\x17\x77\ -\xfb\xe8\xa2\x94\x3c\xe2\x21\x5c\x63\xe3\xca\xa5\xa9\xd7\xad\x1d\ -\x66\x96\x05\xb0\x52\x07\x16\x37\x99\x29\x18\x69\x21\x65\xd3\xe3\ -\x00\x99\x30\x07\x2d\x8c\x6b\x4e\x4c\x38\x51\xa6\x44\x58\xb1\xa9\ -\xe9\x24\x4d\x71\x93\xd4\x12\xa7\xa9\x96\x05\xc6\x0c\x6b\x8c\x09\ -\x92\xba\xb7\x4d\x90\x85\x55\x4e\x7f\x18\xdb\xba\x83\x8e\x91\x57\ -\x46\x21\x1b\x7d\x39\xfb\x27\x30\xc4\x59\xd8\x6a\x67\x55\xc8\x28\ -\x8a\x47\x26\x4e\x69\x8e\xb1\xaa\x28\xd4\xc7\xcf\x98\xd7\xbb\xb3\ -\x91\x46\x71\xfd\x58\xb0\x8e\x83\x8b\x8b\xb0\x5d\xa3\x1b\xcf\x44\ -\x5e\xfb\x0a\xf6\x25\xee\xa0\xd3\x87\xdc\xc0\xcf\x8d\xef\x8f\x0e\ -\x8d\xd9\x69\x46\xb6\x8f\x83\x17\x95\x59\x1b\x84\x0f\x82\xde\xa7\ -\x09\x5a\x9a\x8c\x66\x52\xf9\x65\xbe\x59\x08\xcc\xd6\xc0\xdb\xbb\ -\xf4\x4a\x4d\xab\x48\x77\x18\x8d\x7d\x3b\x86\x9f\x52\x91\x44\xc6\ -\x22\x18\x38\x19\x48\x2d\xe3\xd0\x6a\x05\xcb\xf0\x09\x44\xe2\xb6\ -\x75\x64\x69\xa5\xe1\x3d\x47\xed\xae\xbe\xeb\xc9\xa2\x46\x28\xaa\ -\x17\x06\x06\x31\xad\x03\x75\x4f\x23\x51\xe0\x88\xdb\xf0\x2d\xb5\ -\x91\xc6\x7a\xe1\x07\x4d\xfe\xe8\x9e\x1d\x59\x1f\xdc\x3e\xb2\x94\ -\xe8\x1d\x14\xc9\x6f\x26\x52\x39\x45\xf5\x83\xd0\x23\x1b\x6c\x71\ -\x13\xc2\x32\x7f\x27\xba\xe0\x32\x09\x53\xac\x07\x51\xcc\x06\xbe\ -\xbd\xbf\x9f\x78\x61\x41\xc3\xeb\xe6\x38\x43\xf7\xef\xe4\x73\x10\ -\xc5\xd9\xd3\xb0\x9c\xd8\x5c\xff\xec\xad\xba\x72\xe7\x01\x29\x00\ -\x15\xa0\xff\x44\xe0\x9a\x4d\x13\x32\x7d\x44\x5e\x1c\x54\xd4\x9c\ -\x0e\x5f\x5f\x59\xcf\x46\x51\x36\x26\x64\xda\xe8\xea\x53\xad\xdb\ -\x52\x5e\x0c\xa9\x46\x36\x29\x5c\x22\xb6\xb0\x16\x8f\xc0\xda\x33\ -\x9b\x69\x16\x0e\xa9\x64\xa8\x00\xed\xd9\x00\xf8\x66\xdf\xd2\x8f\ -\xec\x9d\x93\xcc\xe8\xff\x95\x52\x54\xd8\x68\x32\x30\x0b\x88\xaf\ -\x0a\x14\xbf\xf6\xc6\x1d\xd9\x66\x22\x12\x07\xc8\xee\x88\xee\x78\ -\x6d\xab\x68\x81\x39\xb5\x4c\xce\x7b\x67\x84\xa5\x5c\x5a\x15\x25\ -\x67\x27\x1b\xdd\x6a\x63\x4c\xca\x6f\x49\x30\x1f\xd7\xea\xc8\x59\ -\xcb\x58\x83\xac\x80\x87\x6c\xa6\x60\x2e\xb0\xa3\xb9\x98\x32\x9e\ -\x94\x7b\x6b\xe4\x75\x7d\x47\xed\xad\x49\x3c\x3d\x9f\xa3\x88\xef\ -\x8d\xae\x3c\x4d\x50\x88\x46\x4e\x5b\x28\xd2\x2c\x46\x98\x87\xfa\ -\x20\x3d\x67\xf5\x5a\x6c\xf4\x3c\xac\xd7\x37\xb9\x1f\xf7\x31\x0e\ -\xc2\x66\x52\x8e\xd7\xb1\xae\xae\x90\x39\x85\xd5\x20\x40\x1a\x46\ -\x01\x4f\x69\x18\xa9\x1f\xca\x66\x0e\x19\xf5\xe1\x70\x16\x9c\x19\ -\xa4\x5a\x8d\xbf\x7c\x16\x30\x40\x08\x87\xa2\xfd\x5c\xf3\x3b\xab\ -\xab\xbd\xc6\x34\x0e\x6c\x93\xbc\x96\xc1\xca\xaa\x86\xa5\x01\x48\ -\x42\xcb\xe7\x46\x32\x83\xdb\x0f\xac\x79\xa6\x66\x19\x3e\x1e\x6a\ -\x1d\xb1\x0f\x5f\xf2\xa4\x30\xcf\xe9\xf0\x0a\x09\x79\x4a\x6d\x29\ -\x09\xbb\x23\x22\x63\x8d\x3d\x99\xe9\x13\x08\xd1\xeb\xfc\x99\x3d\ -\x48\xb1\x5f\x34\xed\xd4\x0f\x2b\xee\x28\x31\x18\xee\xba\x21\x3b\ -\x23\x6f\x3e\xfb\x7a\xaa\x97\xc8\xbc\x69\x20\xb7\x37\x36\xd6\x0a\ -\xc0\x81\xe0\x7e\x82\x89\xa8\x72\x00\x3e\xd6\x0b\xdd\x2d\x45\x5c\ -\xb4\xa2\xd0\xd3\x4f\x4a\x62\x4e\x4b\x79\x2e\x76\xe3\x46\xaa\xc6\ -\x94\xab\x8f\x10\xd7\x52\xe4\x5d\xd3\x6d\xb3\xf5\x1f\x10\x14\x19\ -\x18\xf3\x21\x79\x23\x81\xdd\xe1\xe3\x47\x37\x41\x87\x48\x65\x4c\ -\xad\x07\x42\x9d\xb9\x0e\x4c\xf2\x1f\x03\x89\x96\x23\xdf\xdd\x98\ -\x5b\xc3\x47\x38\x9a\xc7\x95\x33\x69\xe7\x40\xa1\xb6\x5d\xd5\x0a\ -\x66\xb6\x11\x45\x41\x86\xca\x2b\x3b\xc0\x77\x59\x0a\x6a\x50\x6b\ -\xcb\x61\xed\xef\xff\x1e\x4d\xe6\x54\x0c\x50\x40\xba\xfa\x0c\x63\ -\x39\xba\x88\x43\x92\x79\xad\x57\xe7\x87\xd1\x90\xc2\xc8\x44\x13\ -\x5f\x73\x6d\x92\xbe\x23\xe7\x55\x23\x92\x41\x21\xd8\x47\xa6\x0b\ -\x2d\x3f\xd8\x16\x32\x91\xcb\x08\xd9\xfc\x7b\x7c\x48\xe2\xf2\xb0\ -\xa5\xe9\x03\x99\x68\xe2\x01\x75\x40\x64\x2d\x78\x53\xd4\x00\xc9\ -\x31\xfc\xa9\xbb\x27\xc3\xc0\x32\x87\xf1\x7e\x66\x46\xd9\xd8\xa0\ -\xc7\xf8\xb1\xe4\x1f\xd2\x86\xc3\x03\xa5\x5e\x9c\x7f\xfb\xf8\x5a\ -\x7a\x6c\x40\x33\x3b\x2a\x4f\xba\x2a\x77\xe3\x59\x4b\xf6\x67\x6e\ -\x5a\x0e\xc9\x43\x9b\xdc\x52\xea\xb3\xe3\x66\xa0\xf2\xac\x79\x17\ -\x41\x23\x1c\xf1\xdf\x5c\xe1\xbc\x0b\x99\x13\xb2\xc4\xd7\xa6\xc6\ -\x33\x65\x98\x11\x88\x7b\x60\x31\xd1\x27\xf8\xa6\xfb\x71\x1e\xf1\ -\xa2\xf0\x0e\x5f\x51\x05\xc1\xb9\x07\x48\xc4\x8b\xff\x9d\x01\xa1\ -\x63\x01\x06\x76\xfd\x3d\xd3\xbb\xf4\xd4\x5d\x92\xf8\x06\x48\x89\ -\xac\x4f\xa3\x6e\x76\xdf\x80\xe1\xaf\xa1\x71\xd3\x36\xee\x73\xc3\ -\xc6\x41\xf5\xee\xc9\x44\xbd\xb7\x3b\xf2\x5f\x52\x6a\xb0\xba\x23\ -\x01\x00\xf4\x3a\xba\xf4\x36\x3a\x1b\x5d\x38\x34\x55\x8d\x8e\x3a\ -\x3a\x61\xef\x56\xd3\x4f\x04\x7a\x5e\x42\x86\xb6\x4d\xc1\xb1\x5e\ -\xaa\x6a\xc9\x25\x16\x56\xea\x17\x1b\x49\x7d\x6c\x12\x1a\x24\xb0\ -\x3d\x3a\x25\x54\x9a\xef\x3a\xd4\xb3\x7e\xbf\x68\x0d\x84\xea\xb3\ -\x30\x9a\x85\x28\x11\x1f\xcf\x0f\xc3\xda\x47\x63\x12\xf0\x84\xce\ -\x84\xd2\x8f\x8e\x8d\xf6\xc1\x33\xee\x8b\x19\xd2\x9b\x79\x46\x8b\ -\x97\x17\x85\x1a\x5a\x71\x6b\x6f\x01\x3d\x30\xad\xc7\x85\xa7\x3b\ -\x0a\xed\x90\x63\xad\x05\x5a\x1d\x42\x29\xf1\x9c\xcc\x49\x75\x86\ -\x3b\x2f\xac\xc2\xcd\x7b\xb6\x90\x9d\x19\x37\x6c\x80\xbc\xe3\x60\ -\xf6\x06\xe8\x8a\x60\x55\xae\x43\xa1\x6f\x4c\xe1\x73\xc4\x2a\x4d\ -\xbe\xfb\xef\x14\x14\x32\xe2\x99\xaf\x73\xac\x89\xd1\x13\x9e\x85\ -\xcd\x2c\x02\x6e\xed\x82\x28\x80\x5b\x98\xe2\x2a\x66\x2e\x49\xa7\ -\x51\xe2\xca\x27\x3e\x36\x9e\x2b\x4a\x40\xcb\xdd\xb9\x25\x07\x61\ -\x72\x97\x64\x31\xa3\x0d\x94\x04\x77\x40\x30\x80\x77\xd3\x98\x06\ -\xd1\x6b\xad\x5d\xde\x3e\x55\x97\x79\x64\xf7\xd4\x03\x6d\xc7\xf4\ -\x37\x3c\x5e\x4f\xb2\xb6\xa9\x07\x15\x9b\xde\x87\x82\xc0\x5f\xff\ -\xd7\x01\xa1\xf8\x38\x9c\xbf\xef\x9e\x58\xa5\x13\x4e\x67\x01\xee\ -\xe4\x52\x0a\xe9\x2e\xc6\x66\x9e\x87\xd2\xe9\x29\x4c\x79\xb6\xcb\ -\x12\x9f\xce\x97\x71\x58\x88\x35\x84\x2f\xc6\xad\x37\xe4\x1e\x93\ -\x2d\xde\x35\x3d\x6d\xe3\xb9\x45\x18\xad\x54\x77\x76\x33\x9d\xde\ -\x85\xe1\x9d\x92\x5b\xea\xb3\x58\x6b\x81\xb7\x4f\x5a\xdd\x6c\xfd\ -\x02\xad\xcb\x9f\x6f\x15\x80\x04\xbc\xdc\x5c\xef\x9d\x68\x41\xa6\ -\x44\xe0\x66\x6c\x5e\x50\xda\x5e\xdc\xc5\xa4\x40\xe5\x85\xf7\xfb\ -\x8d\xaf\xfd\xc8\x1d\x2b\x22\xa1\x44\x0e\xdc\xaf\xf2\x76\xae\xe5\ -\xfe\xb0\xf4\x0a\x10\x35\x2a\xf9\x08\x97\x9e\xd7\x3c\xc9\xab\xb6\ -\x72\x6e\x78\x14\xa0\xeb\x90\x66\x3d\x9e\x0b\x22\xe8\x7d\xe6\xd8\ -\xa5\x8c\x86\xe2\x60\xc2\x8f\x03\xbe\xe4\x33\x5c\x27\x83\x77\xec\ -\x09\xab\x8a\xbb\xc0\x52\xf8\x73\x70\x3b\x59\x94\x37\x63\xb3\x55\ -\x6c\x8b\x67\x8a\x2d\x3f\x98\x1d\x19\x7c\x21\x39\xae\x82\xe7\xf6\ -\x36\x53\x29\x3d\x22\xa2\x04\x3e\xed\x86\xf2\x89\xae\xb7\x86\x17\ -\x51\x82\x42\x3a\x2b\xa0\x3e\x3b\xb6\xdb\xbd\xa4\x85\xca\xa1\x02\ -\x4a\x65\xce\x24\x95\xfa\xb1\xb1\xfd\xee\xff\x42\x4f\x16\x1e\x6a\ -\x04\x0a\x4f\x39\x9e\x2a\x1b\x9b\x90\xa3\x3e\xd4\xe2\x25\x05\x5e\ -\x01\xf2\xf0\x17\x7b\x03\xb3\x4f\x44\x6c\xae\xad\xda\x0d\x42\x0d\ -\x88\x50\xbe\x77\x15\xe0\x8e\x52\x96\xfd\x73\xf1\x86\x08\xea\xda\ -\x53\x66\x1b\x0d\x8e\x5a\x4e\xef\x7c\x9d\xbb\x93\x1f\xde\x75\x5b\ -\x36\xfa\x88\xdd\x9b\x64\x70\x3f\x30\x80\x1d\xe8\x91\x3e\x50\xad\ -\x23\xa4\x39\xd1\xf1\x35\x41\x4b\x69\x58\x36\xfc\x95\x33\xd5\x7a\ -\xe0\xbe\x51\xb0\x85\x9c\xc8\x33\x73\x41\x68\x6a\xbf\xc1\x0d\xc2\ -\x86\x69\xf8\xd9\x63\x0f\xd8\x2b\x3c\x78\x4c\xbd\x0f\x66\xb3\xe8\ -\x31\x71\x51\x6b\x4f\xbc\x64\xd3\x7f\xc6\x4a\xc0\x00\xba\xcb\x27\ -\x5d\xd6\x17\x8d\x7a\x38\xd0\xf4\x18\xeb\x67\xb1\x06\x98\x22\xab\ -\x34\x24\xb6\xfa\x68\x12\x44\xc6\xa1\x7b\x8f\xef\x9a\xca\xcd\x83\ -\x39\x47\x03\x0b\x93\x2c\x38\xa2\x5e\x32\x47\x74\x42\x1b\x7c\xd1\ -\xdd\x01\x70\xcb\x3c\xc5\x54\x8c\xdc\xad\xb5\x08\xf5\x1a\x86\xda\ -\xc1\x0f\xa8\xa3\x11\x4a\x53\xca\x2d\x1d\x91\x02\x8c\xa9\x16\x5a\ -\xad\x80\x21\xe1\x8e\xe6\x28\xd9\xa8\xe9\xa8\x6d\x1f\x60\xa7\xef\ -\x22\xa5\xee\xac\x01\xd2\xce\x30\x6f\xf6\xc6\x93\x52\xc9\xde\x01\ -\x09\x25\x46\x48\x8c\x0d\x87\x7f\x79\xe6\x88\x95\xd7\x31\xa1\x2f\ -\xf6\x4d\x0c\x4f\x35\x11\x4f\x7f\xd6\xce\x29\x08\x95\xb9\x98\x6b\ -\xb2\x22\xe2\xb8\x55\xab\x90\x57\xfe\xb8\x01\x6a\xec\xf7\xc8\x52\ -\xf1\xee\xac\xc4\x42\xed\x1d\xb6\xf6\x0a\xfa\x81\x47\x44\x60\xd7\ -\xae\xf0\x36\xa5\x33\xb3\x8a\xd4\x20\xa4\x1f\xfa\xcc\xfc\xb5\xd6\ -\xf2\x37\xcc\x8d\xa2\xa6\xb9\x31\x44\xa1\xcd\x15\x80\x4a\xe5\xb0\ -\x48\xb3\x33\x01\x47\x37\x7b\xc2\x0d\xaa\x70\x8d\x6e\xa3\x77\x09\ -\xa5\x3a\x20\x6b\x2d\xa7\xc7\x8d\xa9\x1f\x8d\xb1\xbe\x01\x78\xbf\ -\xdf\x1e\x22\x59\xe8\xe2\x91\x29\x22\x61\x3e\x8a\x62\xca\x54\x3b\ -\xe9\x19\x80\xad\x55\x9e\x1d\xc4\xb4\x69\x4a\x11\x99\x43\x3f\x9d\ -\xa8\xd0\xca\xc4\x6a\x13\xa3\xeb\x66\x51\xb8\xe8\x30\x2f\x74\xc7\ -\x24\x71\x98\x39\xf9\xb2\x36\xfc\x29\xe9\xe9\x89\x79\x14\x7c\xf5\ -\x59\x96\xec\xa8\x35\xd8\xf6\x30\x41\xf8\x03\xd2\x07\xb2\x3a\x40\ -\xa9\xb5\x44\x20\x3c\x3b\x45\x35\x84\x3a\x4d\x11\x6e\xbe\xa6\xd4\ -\x5c\x67\xc1\x4a\x19\x2c\x7c\x5e\x3f\x7a\x40\x04\x3a\x1f\x6b\x4c\ -\x1a\x72\xe1\x09\xb4\x3d\x27\x98\xc0\x3a\x2f\xa7\x0f\xdf\x0e\x04\ -\x98\xdf\x2f\x25\x73\x01\x32\x3a\x0c\xde\x15\x43\x10\x20\x97\x1a\ -\x61\x63\x10\xee\x32\x1c\x31\xb0\xa8\xf3\x33\x3d\xc8\x9a\xd0\xa3\ -\x93\xd7\xb8\xf4\xee\x88\x56\xc0\xdd\xd0\x08\x1f\x9d\xe3\xd1\xf1\ -\x81\xf8\x67\x21\x2a\x43\x32\x40\x4d\x81\x08\xd4\x7c\x76\x38\x0d\ -\x1d\x00\xee\x14\x24\x81\x42\xc2\x33\x18\x91\x05\x8f\x67\xc8\x32\ -\x99\xdc\x5a\xdb\x0f\x63\x48\x4c\x29\x79\x4c\x18\xe4\x9b\xfc\x8d\ -\x9c\xc4\xdd\x66\x58\x3b\xa4\x48\xe3\xb9\x31\x6e\x52\x28\x12\x2a\ -\x92\xf2\x8a\x90\x30\xd4\xd0\x9b\x06\x90\xa5\xb2\x29\x68\x2c\xec\ -\x37\x8a\x79\x19\xa7\xa2\x39\x3d\xfb\xda\x3d\x45\xfc\x56\x42\xb0\ -\xf8\x9b\x6e\x2b\x8e\x30\xcb\x89\x0f\xc6\x5e\xd8\xda\x81\xb6\x9b\ -\x5a\x1a\x5d\x6b\x69\xca\x31\x07\x0c\xe5\x79\xa8\x9b\x06\xf1\xe9\ -\xcd\x6c\x09\x62\x86\x99\x52\x34\xe0\x6d\x90\xb9\x86\x5c\xca\xce\ -\x19\xb7\xa1\x61\x45\x7e\x2d\xdf\x95\xf3\xf4\x9c\x18\x80\x5c\x89\ -\x61\x03\x9b\x7c\xbc\x3e\x73\x2a\xa5\x1f\x6c\x57\x6d\xda\xc4\x53\ -\x8a\x22\x91\x37\xc2\xbd\xa9\x4f\xa0\xc5\x43\xae\xfd\x9c\xdc\x7e\ -\x46\x7c\x84\xb4\x12\x0e\xdd\xf9\xfd\xef\xbf\xb5\x79\xe6\x1e\xc5\ -\x16\xf1\x1e\x44\xe0\xb5\x0f\xef\xc0\xec\xc0\x33\x03\x6f\x29\xf7\ -\x69\x35\xa4\x92\xa2\xfa\xdd\xf5\xe8\xdc\x9d\x78\x46\x17\x8f\x88\ -\x90\xef\x91\xcd\x62\x04\x0a\xd5\xc4\x94\x0c\xaf\x45\x10\x39\x03\ -\x89\x53\x26\xe4\xe4\x32\x97\x5d\x75\xa6\xd1\x0e\x5c\xb0\xd5\xe7\ -\xbf\xf7\x17\x74\xac\x09\xa4\x3d\xf5\xf5\xb8\x84\x57\x14\x72\x3b\ -\xd6\x2d\x3e\xde\x47\x4e\x3a\x5b\xd3\x90\xf7\xd9\x3d\x10\xed\x56\ -\x1e\x5f\x7e\x4c\x39\x9f\x6b\x1b\x8f\xb5\xd9\x02\x17\x7e\x60\xf6\ -\xc7\xdd\xa8\x50\x60\x51\xd5\x24\xc8\xee\x76\x14\x8c\xdf\x4d\xf2\ -\xed\x91\xe7\x57\xef\xbb\xde\x93\x56\x9e\x1d\x8c\xc1\x7a\x0d\x89\ -\xdb\xe9\x55\x64\x2c\x6c\x72\x79\x58\x36\x4b\xed\xd8\x4f\xd0\xf0\ -\x8a\xf0\x52\x96\x75\xde\x68\x28\xcb\x9b\xea\xd7\x87\x08\x06\x54\ -\xce\xe0\xd5\xb1\xa6\xf7\x35\x90\x8f\xcf\x51\xa9\x0f\x5b\xb4\xdc\ -\xff\x3c\xbd\xc1\x39\x6d\x2b\x80\x50\x12\x88\x69\x46\x83\x84\x4c\ -\x77\xc4\xa8\x68\x42\x4d\xa6\x35\x42\x6d\xe4\x55\xe5\x01\x8f\x7b\ -\xfa\x34\x64\xc0\x79\xd8\xb1\xf1\xfc\xeb\x38\x98\xd0\x58\xeb\x2b\ -\xab\xca\x26\xc9\xce\x27\xd1\xf3\xcf\x6b\xaa\x45\x11\x75\x52\x35\ -\x48\x05\x77\x55\x78\x36\x11\xb0\x22\xd0\x8b\x42\x9e\xbb\xd7\x1e\ -\xfb\x92\x47\x0b\x29\xdf\x7d\x0f\xaa\x1d\x39\x80\x3a\x1b\x9f\x46\ -\xb8\xe3\x4e\xb4\x87\xaa\xa3\x26\x70\xe9\xf3\x63\x3a\xe2\x80\xb4\ -\x26\xa3\x77\x7d\x5e\x8e\xc2\xf1\xa9\x58\xda\x26\xd6\xa8\xa7\xa7\ -\xcf\x39\x9b\x23\x25\x39\x43\xaf\x61\x2b\x65\x94\xc4\xb8\x87\xa4\ -\x53\xf5\xa1\x22\x00\x87\xc4\x2f\x0f\xb4\xbd\x0e\x68\x4c\xf8\x58\ -\xed\xe3\xf9\x23\xc4\xa4\xb6\xd4\x64\xcf\x69\xb3\x0c\xd8\xd2\x3e\ -\xbc\xd2\x36\xc3\x83\xc7\xba\x3a\xb1\xe4\xd9\xe4\xee\x10\xc6\x0c\ -\x87\x59\x1f\xeb\x24\x87\x9d\xe0\x8c\x50\x6a\x70\x5b\x7b\x51\x6d\ -\xd4\xbd\x0c\x0b\x05\x40\x66\x98\xcd\x75\x77\x65\xb1\xc4\x5c\x11\ -\x49\xbd\x8e\xb5\x97\x6c\xd6\x52\xdf\xa5\x98\x11\x67\xcd\x10\x4d\ -\x88\xf1\xdf\x3d\x17\xf9\x1e\xdf\xdb\x87\xc4\xa3\x09\x1d\x5d\x5c\ -\x2b\xd8\xa5\x45\x81\xe6\x05\x4d\xe3\x5c\x14\xf1\xdc\x9b\x79\x76\ -\x17\xd3\x2c\x5c\x1b\x02\xb7\x9e\x51\x87\x76\xd8\xc2\xf4\xe7\x59\ -\x24\x83\xf8\xc7\xab\x32\x45\xe6\x81\x25\xb3\x2c\x4a\xda\x97\xaf\ -\xeb\x21\x59\x79\x2e\xf6\xf3\xf4\x7c\x14\xd4\xaa\xe0\xd0\xce\x8b\ -\x88\x1f\x7a\x14\xa0\x65\x47\x88\x9f\x06\x87\x9f\x4b\x36\xd8\x20\ -\x0f\x06\x05\xb5\xe7\xee\x9f\x19\x94\x2a\x62\x02\x74\x41\x45\xc3\ -\x7c\xe7\x19\x56\x2d\x55\x4a\xb6\x1c\x41\xa4\x8b\xf3\x0e\x14\xe5\ -\x38\xc0\x59\x51\x5c\x9c\xca\xa4\x71\x63\x79\xb7\xcf\xef\x95\x15\ -\xa8\xfb\xd4\xd0\xa2\xba\xad\xa6\x54\x52\xb2\xf2\x02\xd4\x46\xdc\ -\x85\x10\x00\xbc\xe2\x80\xe9\x49\xe8\xdb\x27\x02\x68\x5a\x14\x99\ -\xcb\xc3\xb2\x4b\x47\x61\xdc\x55\xb9\x1f\x05\x45\x22\xf6\x51\x59\ -\x0a\x73\xb1\x77\xc9\x8e\xba\x1f\x2d\x26\x7a\x34\x16\x56\x0e\x73\ -\xa2\x18\xb9\xbe\x98\x30\x0c\x8f\x01\x78\x35\x0c\xea\xe4\x11\x98\ -\x5e\x87\x91\x2c\x5c\xba\xb0\xa2\xa3\xc3\xea\xde\xb8\xbb\xde\x4b\ -\xde\xa7\xa2\xf1\xf3\x6f\x6b\x84\x7e\xd6\xfa\xab\x3b\x8b\x2b\x8c\ -\xd4\x66\x3a\x32\xb8\x62\x7a\x60\x8a\xeb\xea\x22\xec\x30\x16\xe7\ -\x26\xb4\xf6\x30\x93\xfb\xfb\xaa\x43\xa3\xb9\xc3\xc5\x44\xce\x10\ -\x68\x9b\x72\xb9\xe9\x00\x68\xe3\x74\x52\x3c\xf3\x19\xe2\xca\x78\ -\xf1\x86\x4a\x16\xe8\x9b\x56\x4c\x01\x93\x04\xe8\xb8\x70\x55\x81\ -\x68\xd0\x97\x92\xfc\x13\x9b\xd9\xd4\x4a\x6b\xe0\xf9\x76\xd1\x7d\ -\x14\xb6\xb8\x64\x15\x66\x61\x02\xd6\x3c\x0c\x49\x15\x20\x1c\xab\ -\x17\xc7\x94\x23\x9b\x08\x45\x06\xfd\x80\x15\x70\x05\x49\x06\x74\ -\x18\xe0\x90\x8a\xaa\x7a\xa0\x29\xf3\x49\x30\xca\x8d\xd5\xda\x34\ -\x6b\x12\x26\x6c\x35\xbc\xee\xdf\xd5\x81\x07\xce\xb0\x53\x22\x02\ -\xae\x7f\xb0\x56\x13\xe1\xb2\x6b\x5a\x5d\xdc\xd8\x08\x34\xbb\xdd\ -\x96\xb9\x64\xb1\xce\xed\xbf\x3a\x1f\xc8\x9a\x4a\xa6\x91\x6f\xc6\ -\xd5\x49\xf5\x35\x54\xe2\x5e\xde\x51\x1c\x5a\x50\xb0\xec\x3e\x3b\ -\xda\x34\x01\x2a\x32\xaf\xf7\x38\x1c\x8a\x81\xbf\x7a\x4d\xbc\xe7\ -\xa1\xdc\xb8\x0a\x8d\xbc\x67\xca\x17\x14\xcf\xc1\xc6\x69\xf8\x9e\ -\x9d\xc8\xf6\xae\x07\xde\x5a\xc9\xa7\x56\x9c\x5e\xc8\x24\x01\x6a\ -\x8d\xfa\x68\xc8\xa8\xac\xd0\xf6\xf4\xad\x04\xa5\xdf\xeb\x7a\xc8\ -\xdb\x02\xe7\xcf\x68\x29\x73\xec\x5d\x7b\xc5\x54\x27\x9a\x84\x53\ -\x2e\xaa\x71\x5d\x98\x66\xf1\x81\x11\xd6\x3c\x0f\xa2\x51\x58\x31\ -\x1d\xbe\x87\xa4\x85\xa5\x9c\xdc\x8c\xb0\xd7\x8f\xd1\x8c\xd4\xb1\ -\x7e\x87\x61\x3e\x80\x46\xfe\x39\x71\xd3\xe8\x68\x05\x3e\x3f\xfb\ -\x53\x56\xaa\x0f\x11\x01\xab\xa3\xbe\x71\xaf\x92\x37\x52\x48\x24\ -\x8d\x30\xa4\x93\x2e\x41\x51\x19\xc1\xf7\x16\xe1\xa8\xa2\xe0\x6c\ -\x22\x71\x76\x9f\xb5\xa8\x63\xaa\x8a\x85\x6e\x5c\x4c\xe2\x6a\x15\ -\x48\xe9\xad\x1d\xc5\x15\xa2\xc1\xe7\x1e\x6a\x0a\x5f\xf6\xf4\x4e\ -\x03\x35\x0f\xe7\xaf\xa3\xee\xe8\x9c\x1c\x85\x06\x4a\x5d\x11\xde\ -\x9f\x88\xe0\xa0\x20\xad\xa9\xa8\x37\x5e\x93\x6e\x16\x7b\x61\x45\ -\x59\x44\xb4\xc1\xb3\x69\x5a\x75\x46\x86\xb1\x4a\x7b\x1f\xad\x9e\ -\x59\x06\xe9\xed\x13\x5f\x6a\x0a\xa3\xd7\x33\xdc\xe4\xbf\x95\x07\ -\x28\x45\x1e\xab\xec\x21\xc9\xca\xfa\xdf\x1b\x54\x63\x7d\xe7\xc8\ -\x8d\xa3\x87\xb4\xeb\x3b\x75\x42\x7a\x94\x82\xac\x59\x85\xe4\x5e\ -\xb5\xbe\x18\x7a\x62\x93\xd7\xef\x5a\x1d\x38\xdc\xdc\x32\xab\x70\ -\xf2\x45\x7c\xa8\x0f\x6a\x9a\x23\x02\xbd\x05\xcc\xbb\x48\x74\x73\ -\x6a\x55\x58\xf8\x05\x08\xad\xf2\xc3\x3f\x15\x50\x39\x11\xd6\xf0\ -\x36\x3e\x91\xf3\x6a\xe3\x80\x4c\x9f\x7e\x4a\x23\x2e\xef\x9e\x05\ -\x8d\xd2\xa7\x80\x56\x39\x6d\x16\xd0\x82\x53\xa9\x92\xf9\x79\xf2\ -\xa0\x42\xdf\x87\x7c\x5f\xb1\xbd\x3d\xac\x54\x4d\xe0\x94\x30\x2a\ -\x59\x85\x5e\x17\x5d\x90\x1e\xfb\xb4\x48\xd0\x4f\x15\x24\xab\x00\ -\x68\xf5\x3c\x88\xb6\x02\x2c\x86\x47\x34\x9a\x50\x32\xc2\xed\x2b\ -\x84\x19\x43\x96\x1b\x43\x83\x9c\x24\xbb\x3d\x61\xac\xf3\xd8\x83\ -\x98\x87\x21\x0b\xf4\xb5\x4f\x35\xe4\x90\x16\xd9\x98\xf3\x90\xc7\ -\xec\xf5\xf5\xf4\x31\x8d\x0c\x4e\xb7\x99\xf0\x38\xb8\x52\x45\x0e\ -\xb9\x87\x1c\x1d\x70\x9e\x83\x2e\xe3\x3a\x38\x3d\xcf\x11\x25\xbf\ -\x9b\xbf\x3f\xfe\xbf\x4f\xa9\x51\xf4\xd0\x67\xcb\xcf\x7d\x77\x11\ -\x0b\x82\x60\x3f\x90\xd7\x9a\x93\xb6\x9d\x36\x17\x9f\x06\x76\x63\ -\xdb\x29\x9c\x13\x98\x41\xa7\xec\x50\x27\x2c\x8c\xe3\x10\x8c\xc2\ -\xb4\x9f\x07\x2a\x54\x34\x90\x9a\x3a\x35\xdb\xb4\xf2\xb5\xf6\x5b\ -\x5e\xd8\xb6\xb0\xd6\xd5\x07\x26\x75\xc5\x20\xef\x85\x9f\xaf\x37\ -\x7e\xec\x0b\x7c\x71\x78\x1e\x57\x8d\x5d\x89\x08\x37\xdf\xd1\x05\ -\xf7\x4d\x69\x92\x7b\x08\x86\xf7\x2d\xb5\xe8\xf5\xa2\xdc\x26\x39\ -\xb5\xdb\x25\xbd\xba\xbb\x03\x49\x7e\x9e\x26\xf3\xe2\x5a\x94\xa3\ -\x68\x5d\x35\x39\xb8\xf6\xc6\xe6\x85\x97\xfc\x3a\x17\x23\xed\x9c\ -\x1d\x02\xf0\x5b\xdf\xa5\x7f\x9d\xf2\x44\x9f\x4a\x33\xf4\x16\xa7\ -\xf5\xad\xef\xf5\xab\xbf\x7f\xff\xea\x85\xc0\xf9\xd5\x00\xbb\x7c\ -\xc3\x93\x9f\x7f\x83\x35\x90\xc8\x79\x98\xa0\x5e\xa8\x7f\x8b\xd6\ -\xd4\xa1\xf0\x90\x39\xa1\x33\x85\xe8\xef\xd2\xb1\xfb\x66\x84\x92\ -\x5f\x12\x11\xde\xf6\x0a\x03\x7f\xc4\xdf\x88\xfb\x68\xf6\xde\x1e\ -\x05\x9c\x86\x61\xf5\x11\x67\x9a\xfa\x19\x6e\x88\x7e\xcb\xab\x7e\ -\x5e\xdd\x24\xd5\x14\xd3\x40\xb0\x5a\xa3\xc0\xcd\x40\x77\x6c\x14\ -\xcc\xb8\xb7\x84\x01\x30\xa6\x90\x22\x11\x1e\x27\xd0\x75\x47\x08\ -\x31\x87\x5c\xcf\xaf\xe1\x65\xab\x16\x8f\xf7\xfd\x2b\x0e\x51\xeb\ -\x38\x58\xe5\xc1\xec\x0e\x3a\x22\x0d\x04\x71\x8f\x66\x2f\xa7\x13\ -\xd5\xf4\x27\xa1\x11\x9d\xf7\xe0\x0e\x5d\x8b\x90\xce\x71\xc0\x0b\ -\x50\x88\xea\x6b\x7c\x6f\x2e\x4f\x41\x76\x41\xc4\x5e\x5e\x98\x97\ -\x84\x85\xc0\x7c\x39\x82\x3b\xfc\x77\x53\xca\x91\x70\x97\xfc\xda\ -\xdf\xaf\x7f\x43\x2a\xd7\x3f\xbb\xa6\x6e\x68\x29\x01\x22\x87\x8c\ -\xe6\xa2\x62\xf0\x9c\x89\x9a\x14\x51\x67\x80\xc5\x61\x56\x03\xd9\ -\x9f\x7f\xb6\x48\xc6\xa2\xc5\xee\x57\xcc\x60\x47\xca\x74\xc9\x9e\ -\xae\xdd\xf7\x0d\x66\x9f\xae\x3a\x4c\x62\xd5\x04\xda\x22\xc4\x96\ -\x07\x09\x87\x96\x6f\x96\x26\xa1\x6b\x37\xd7\x0d\xd7\x62\xc3\x54\ -\x1e\x15\x0b\xf0\x04\x53\xe7\x03\xcd\xae\x1d\x00\xbc\xf9\x77\x14\ -\x9c\xa8\xef\x43\xd1\xe1\xf3\xe7\xc7\xba\xb3\x6a\xe6\xd2\xc9\x90\ -\xa4\xb9\xd4\xe8\x5d\xdd\x64\x1b\x29\xf1\xb5\x41\xeb\xaa\xa6\xcf\ -\x5a\x2b\xa4\x08\xb9\xc9\x03\xef\xd7\xef\xd1\x1d\x43\x79\x1d\xa2\ -\x6f\x75\x5c\x4b\xc4\xd4\x76\x31\xbc\x91\x41\x16\x39\x74\x7a\x6c\ -\x00\xf9\x0c\xb9\x6c\x4d\x8a\x30\x08\xa2\x81\x1c\xf6\x40\xd8\x77\ -\xe9\xef\xfd\x79\x3c\x25\xaa\x91\x2f\xb2\xf3\xf9\x22\x0f\xd7\x25\ -\x02\x6f\x97\xd8\xdd\xaf\x9f\x87\x84\x83\xa3\x5b\x9f\x9b\x8f\x92\ -\x1f\x00\x65\xc5\xdf\x27\xf2\x62\x88\x2e\x6f\x48\x0d\xff\x68\xd2\ -\x43\xb9\x82\x87\x16\xde\xfa\xaa\xeb\x7f\xd0\x93\x72\xd2\xfc\x1e\ -\x07\x27\xf2\x9e\x22\x47\x9e\x0f\x11\xe1\xa5\x52\x52\xa2\xbd\xd0\ -\x78\xde\xc4\x02\xeb\xdb\x9f\xdb\xc5\x47\xb1\x5d\xf7\x34\xc9\x87\ -\xc7\x70\xfa\xbe\x5e\xf2\xaa\x6b\xb5\x1e\x14\xb0\xa4\xfc\x29\x00\ -\xaa\x06\xc6\x39\x01\x7d\xbf\x7e\x82\x79\x63\x61\x61\xd1\x2a\x99\ -\xe1\x5a\x7c\x1c\xd0\xd6\xda\x1f\x8a\x08\x54\x36\xca\xf7\x3e\x3e\ -\x06\xe1\x2d\x02\x30\xb0\xf7\x3a\x1b\x72\xb1\x07\xfd\xfa\xf5\xf3\ -\xa4\x15\xe6\x73\x42\xd9\x44\x14\xdf\xeb\x40\xe0\xfb\x6e\x1a\xd5\ -\xf2\x6c\xb1\x9f\x3f\x7f\xb7\xa4\x27\x95\x20\xe6\x13\x44\x13\x85\ -\xd8\xed\xd3\xe7\x90\xe7\xc9\xc3\x8b\x26\x31\xb9\xc8\xfd\x2a\x8d\ -\xef\x5c\x1e\x89\x7e\x16\xda\x2b\xc3\xe1\x81\xf1\xbf\x0f\xb5\x43\ -\x2e\x43\x83\x7c\xf7\xd6\xd7\x40\x11\xe0\xe3\x99\x9a\x13\xdb\x43\ -\x79\x12\xff\xfd\x2d\xbf\x23\x73\x6f\x47\x06\x19\x8e\xe2\x9d\xe3\ -\x20\x9c\xbe\x4b\x55\x05\x67\x08\xf0\xf2\xc3\x25\x8f\x89\x67\x62\ -\xcc\x93\xac\xfa\xb6\x77\xac\xd9\xbb\x7d\xd8\x94\xf1\x29\xae\x78\ -\x99\x54\x36\xd2\xf4\x7c\x45\xce\x17\x5a\x76\xce\x6b\x8d\x20\xd5\ -\x84\x57\xc4\xd1\xc9\x02\x2e\x13\x60\x07\x8e\x3a\x49\xe2\xe4\x44\ -\x21\x3f\xe2\x07\x05\xf9\x45\x0e\x91\x59\xa0\xca\x1b\xa4\x99\xf3\ -\x64\x77\x1f\xd1\x28\xe3\xa5\xd9\x9b\x39\xeb\x82\xdc\xaf\x0e\x6b\ -\x0d\xca\x66\x4d\xd3\x42\xaa\x5c\xd9\x8f\x99\xf9\x18\x57\xcc\x98\ -\x7d\xfd\x0d\x1c\xb6\x4f\x8d\xac\xbe\x96\x19\x10\xeb\xeb\x3b\x63\ -\x56\xbc\x1e\x12\x88\xf8\x41\xb7\xe0\x0e\x91\x55\x56\x4d\xc6\x8a\ -\x98\xe0\x01\x07\x42\xaf\xc7\xfa\x8e\x69\x1e\x3f\x9a\x5e\xa8\x80\ -\x7a\x7e\x34\xbb\x2b\x23\x73\x28\x5f\x92\x68\xd7\xd0\x1e\xff\xb9\ -\xbf\xde\xbf\xfc\xf9\xcf\xfa\x8e\x56\x90\x96\xa3\x51\xfc\xfb\x85\ -\x05\x01\xd6\xc2\xd2\x15\x7f\x9d\x4a\x36\x58\x13\x18\x6d\xe9\x64\ -\x46\x65\xf0\x5e\xf8\xf7\x7e\x45\x14\xd0\x02\xb3\xb8\x67\xfe\x01\ -\x25\x99\xd9\xbc\x74\x9f\x8d\xa1\xb7\xbc\x87\xe2\x24\x15\x57\xbd\ -\x96\xa7\x64\x98\x4e\xd7\x59\xd5\xb8\x37\xdd\x9f\x7e\xd1\x21\x61\ -\x51\x15\x40\x3d\x63\xcf\xc3\xb0\xc3\x8f\xc4\x2e\x4b\x57\x95\x83\ -\x70\xf9\xe9\xf9\xee\xfb\x3f\xf7\x80\xb4\x94\xf8\xf5\xf0\xf5\x99\ -\x03\xbd\xae\x11\x6a\x1c\x9a\xd8\xc8\xb9\x6d\xec\x7b\xf7\x8d\x73\ -\x7d\xfd\x5d\x08\x7e\x3f\x43\x7c\xd5\x04\x9d\x88\xf0\x5b\x5f\x23\ -\xda\xc4\x3f\x85\x5b\xdb\xdc\x60\xc5\x79\x98\x4d\x7b\x8e\x49\xac\ -\xe7\xd4\x55\x63\x28\xee\x47\x8a\x88\x85\xe4\x30\x74\xd3\x47\x4a\ -\xb2\xea\x51\x2c\xa8\xdc\xb4\x09\xc9\xf3\x35\x33\x73\x5a\x5f\xa1\ -\xe6\xf8\x0b\xc4\x6f\xa8\x5e\x20\x7e\x63\x9b\x52\xe3\x80\xd3\xb4\ -\x9d\x23\x65\x35\x5c\x1c\x19\x0c\x73\x1c\x3d\xc7\x75\x8b\x8f\xc9\ -\x4d\x4a\x11\xe9\xa1\xc5\xfe\x34\x90\xe2\xf0\xd2\xa4\x49\x1e\xe3\ -\x60\x06\x30\x24\xf2\x3b\x12\x34\x90\xb8\x53\xca\x13\xb6\xf2\x20\ -\x9b\x8c\xbc\xa3\xa2\x91\x44\x36\x79\x00\x38\x30\x3a\x46\x2a\x16\ -\x1b\xdd\x8a\xd0\xc9\x69\x34\xb5\x50\xea\xad\x23\xf4\x33\xb3\x53\ -\x6a\x11\xe4\xaf\x50\xcf\x71\x23\x6b\x69\x87\xc7\x2a\x3b\x35\x23\ -\x47\x2a\x8c\xe6\x5c\x32\x1e\xcf\x81\xa2\x3c\xb8\xd1\x15\x32\x2a\ -\xee\x8e\x3e\x3a\x89\xda\x02\x65\x2d\xca\x31\xf2\x0c\xfd\x6f\x1c\ -\x3a\x4b\x7a\x17\xa0\x00\x31\x4f\x76\x27\x6b\xc9\xdf\xd2\x08\x09\ -\x05\x63\xdd\x6e\x5e\x7d\xa7\xb9\x33\x17\x04\x76\xcf\xc3\xb6\xaf\ -\xa1\x7b\x55\xff\x7e\x41\xd7\x62\x30\x2e\x76\x8f\xcf\x9a\x91\xf1\ -\x40\x77\xf9\xd6\x3f\x31\x21\xd1\xfe\xf9\xbc\xdc\xf0\xeb\xb8\x9e\ -\xf6\xa4\xa4\x31\x18\x4d\x9b\x64\xfe\x11\xb2\x0a\x82\xdd\x56\x7a\ -\x71\xce\x6b\xbb\x37\x4c\x79\xf8\xbf\xb2\xdd\x9d\x3a\x7c\x54\x36\ -\x91\x2f\xf8\xe7\xb8\xf9\x25\x5f\x5d\xf8\xe2\x2a\x52\xa5\x81\x00\ -\x01\x78\x9f\x9d\xb8\xf2\xe2\x65\xc0\x34\x32\xa7\x65\xc8\xef\xc0\ -\x25\xc1\x5c\x37\x8f\x0e\xd6\x84\xb4\xf8\x06\x7f\xdb\x99\x73\xd5\ -\x45\x5b\xc8\x2d\xf8\x3a\x47\xfc\xca\xd5\x0d\xc7\x20\x21\x4e\xd4\ -\x75\x3e\x13\x3e\x11\xb9\xa0\x46\x10\xa1\xd0\xa7\x33\x44\x18\xa2\ -\x6f\x6f\x68\xac\x05\x65\xae\xbc\xae\xc2\x87\x66\x17\x8e\x11\xd7\ -\x88\x4a\xba\x27\xb6\xaa\xc3\x9f\xd7\xd1\x65\x9e\x5c\x87\xa8\x9e\ -\x58\xfc\xe8\x03\x69\x78\x5f\xa6\x9f\x89\x95\x4e\xef\x54\xaa\x54\ -\x73\x13\xb7\xab\x3c\x39\xa7\xe4\x2e\x7d\x5e\xff\x54\x7e\x85\x19\ -\x43\xb5\x11\xc1\x16\x0f\xe0\x7c\x76\xed\x91\xbb\x41\xeb\x2f\x9f\ -\x2c\xdb\x20\x32\x42\x9d\x1c\x07\x83\x46\xe1\x7f\xc7\x67\x9b\x53\ -\x80\xdc\x2c\x3c\x1b\x8a\xc1\xca\x21\x97\xe9\x06\xc5\x0d\x03\xea\ -\x00\xf1\x90\xf3\x15\xf6\x7a\xb7\x77\x59\xa5\xfc\x4c\xfd\x1c\x7d\ -\x41\xcd\x70\xdf\x6d\xd6\x5e\x8b\x70\x5d\x21\x5b\xe3\x7f\xa2\xa3\ -\x9b\xd3\x66\x01\xab\x83\x29\x98\xb3\xcb\xcb\x50\xf5\x4d\x9a\xec\ -\xc4\x13\x4b\xbc\x6e\xff\xbd\xf5\x71\xb0\xb8\x6f\x39\x00\x11\x31\ -\xd4\xe8\xcb\x33\x8a\x40\x59\xbe\x61\xf7\xc4\x27\xa9\x6b\xdb\xb3\ -\xad\x96\xdf\x67\xbe\xcc\xe7\x75\xfa\x94\xd3\x9d\x1e\x86\x7f\xea\ -\xf7\x12\x93\x94\xf2\x56\xdf\xfc\xee\x9a\x88\x9c\xd1\x0a\xbe\x1c\ -\x5d\xd7\xff\xf8\xb4\x6a\xef\x6e\x2e\xac\x51\x48\xc8\xef\x0f\xe8\ -\xc2\x04\x25\x89\x7e\x1d\xd3\x16\x7a\xc8\xb2\x2e\xfb\xbb\x9e\x29\ -\x30\x41\xa8\x9b\x5d\x02\xf3\xe7\x8a\xfd\xc0\xef\x5e\xdc\x3e\x70\ -\xa8\x2a\x7e\xbf\x5e\x07\x94\x65\x3d\x26\x1b\xeb\xeb\xff\xb6\xa4\ -\xc5\x0c\x60\xf1\xe9\x15\x0b\x74\x29\x2e\x51\xec\x7d\x4a\x26\x69\ -\x48\x99\xbd\x70\x58\x78\x3f\x8a\xd3\xbc\x57\x16\xfd\x1f\x88\xb9\ -\xcf\x99\xf4\xf4\x61\x19\x3c\x67\x69\x4a\x19\x45\xcf\x38\x0c\xd5\ -\xeb\xf3\xc0\x39\x83\x90\x79\xfd\xa7\xf1\x1d\x00\x78\x5f\xf1\x19\ -\x9d\x01\xba\xe9\x89\x12\x73\x05\x85\xc4\x6b\xd3\x5b\xa0\x3a\x32\ -\xa7\xd6\x15\x92\xf2\xb0\x2f\x58\x53\x18\x1d\x4b\xed\xcf\x83\x08\ -\x1f\xfb\xaa\xdf\x7b\x84\x9b\x65\x50\xd6\x7a\x9f\x66\x26\xcc\x7f\ -\x73\xea\xc0\xc4\x15\xf3\xe1\xf2\x62\x40\xa3\x7b\x9e\xcd\x0b\x7f\ -\xdd\x39\x6a\x5c\x0d\x5e\xfa\xc6\x72\xb0\x12\x7e\x45\xeb\xa4\xc2\ -\x86\x9f\xd1\xe5\x6b\x03\x22\x66\x7e\x6f\xa8\x85\xbc\x8b\xbe\x1e\ -\x60\x9d\x35\xa6\x72\x52\xf2\x2a\x07\x8d\x71\xe7\x13\xc5\x7e\xbe\ -\x28\x72\x05\xc1\x15\x94\x6c\x76\x43\x6d\x03\xaa\x78\x7f\x83\x36\ -\x6f\x00\xe8\x72\x05\x03\x67\xc3\xe4\x2c\x9a\x09\xd4\x70\xa0\x3c\ -\x10\xd0\xb9\xff\x1a\x13\x94\x56\xed\xa1\xac\xdd\xc4\xab\x90\xd6\ -\xa9\x0e\x4a\xb2\x6a\xe3\x20\xea\x90\x9b\xcd\x47\x11\xf1\xfd\xed\ -\x16\xf0\xbe\x7c\x8d\xcb\x1c\x35\xcf\x90\x28\x95\x00\x5f\xf1\xbc\ -\x07\x04\xcb\x8c\x6b\x8d\x37\x33\xbc\x10\x90\x9f\xa4\x11\x46\x46\ -\x93\xc2\xb0\x6c\x81\x54\x12\x0b\x15\xf9\x57\xab\x65\x63\xa4\x10\ -\xe2\x01\x6b\x89\x86\xf7\x04\x04\x99\x8c\xa6\xf6\x98\xee\x2c\x6f\ -\x5e\x29\xec\x43\xea\x3a\x3d\x40\x64\xd7\x41\x85\x3c\x25\xc9\x00\ -\xd3\xe5\xbe\x4b\x75\x7a\x29\xcc\x33\x47\xeb\xe0\x56\xb6\x08\x3e\ -\x72\x2a\xb3\x19\xb2\x83\xca\xf8\xf1\xf3\xf3\x9f\xfd\xb7\x4f\xc6\ -\xd0\x6a\x0b\x12\x2b\x8f\xa0\xe5\xa1\x4d\x69\x64\x6c\x51\xc9\xf3\ -\x0c\xdd\xd4\xf4\x87\xf8\x86\xb1\x61\xd1\x85\xc5\xcb\xa3\x9b\xcc\ -\x4a\xa2\x99\x19\x96\x92\x72\xf2\x84\x07\x3d\x94\x0c\x59\xb3\x2b\ -\xed\x43\x4a\xd8\xc1\x79\xb1\x9f\xf1\xe5\xc4\x5e\xbd\x0b\x2c\x46\ -\xe6\x6a\x30\x52\xaf\xe5\xab\xc9\x56\x50\x94\xf6\x6c\x5e\xf8\xc2\ -\x5e\x84\x7f\xa3\x1e\xf7\x06\x39\x63\xf7\x48\x53\xbd\x78\xa8\xe6\ -\x6b\x7a\x5f\xde\xf1\xbf\xad\x98\xf0\x07\x55\x28\x68\x30\x75\x20\ -\xaa\x8e\x61\xc8\xc2\xb8\xff\x5e\x85\xec\x8e\x25\xe4\x42\x87\xb1\ -\x96\xe4\xe4\x49\x2d\xa2\x61\xf4\xcc\xac\x85\xf0\xc2\xa8\x9e\x9b\ -\x3b\xe1\x94\xe9\x71\x1d\x96\xee\x48\x63\xee\xc2\xcc\xa0\x58\x76\ -\xc5\x68\xb1\x8b\x5b\xcc\xa2\x6c\xe4\x0b\x1d\x9d\xdd\xa4\x14\xed\ -\x06\x78\xf0\x6c\x4e\x50\x8c\x5b\xe9\x01\x36\x08\x03\x72\x12\xfc\ -\x16\xb6\x77\x48\x60\x83\x62\x4b\x75\x9f\x2d\x46\x75\xd5\x0c\x86\ -\xc5\x6e\xce\x23\x72\xd8\xc5\xc2\x55\xf2\xc9\x8f\x3c\x07\xf3\x6b\ -\xe3\x00\x0f\x29\x29\xa5\x0f\x1a\x7c\xbc\xe9\xb4\x70\x3b\xf4\xb5\ -\xb9\x91\xe7\x81\xda\xa2\x53\x4a\xa1\xf9\x9d\x26\xfa\x26\x77\xd1\ -\x83\xbe\x98\x86\xd8\xdb\x65\xd9\x29\x39\x0b\x04\x2b\xc7\x97\x77\ -\x40\x2e\x8e\xce\xf8\x77\x46\xc1\x53\x86\x1a\xa1\x6d\x29\x13\x7c\ -\x20\x44\x4b\x3b\x4b\x38\x35\xb2\x34\x61\xd4\x89\xd4\x4d\xa2\xe2\ -\x1b\x54\x1d\x77\xdf\x10\x2f\x6c\x28\xdd\xb8\xcf\xe8\x85\x38\x48\ -\x85\x3f\x02\x8f\xf7\x2e\xed\xd3\x32\xb6\x47\x46\x12\xc6\xe1\x9e\ -\xb0\x68\x1a\xd3\x53\x22\x32\x0c\xc5\x0f\xbc\x34\x8a\xce\x17\x85\ -\x71\xc0\x47\x8e\x85\x23\xa1\x12\x14\x46\x7d\x34\xfa\x3a\x9d\x5e\ -\x1a\x45\xf2\xa2\x4f\x92\x0f\x06\x6d\xea\xbf\xfc\x2d\x95\xc3\xf3\ -\x04\x6b\x3c\xbd\x36\xcf\x05\xbf\x73\x60\x41\xe4\x42\x11\x43\x4b\ -\x2c\x9e\xa1\x9c\x0e\x75\xb0\xda\x4c\x99\x78\x34\x00\xad\x72\x6f\ -\xce\x85\x7f\x64\xc1\x40\x0e\xd9\x01\x03\x51\xf8\x0d\x78\x82\x8c\ -\x9a\x3c\x56\x00\x00\x0a\x68\x49\x44\x41\x54\x69\x75\x3f\x2d\xba\ -\x86\xe0\xe8\x4a\x12\xea\xc0\x9a\x21\xe0\x60\x8b\xef\x31\x20\x00\ -\x0f\x94\x6b\x43\x1e\xa2\xbb\x3d\x26\x36\x39\x1d\xf5\x49\x0a\x1d\ -\x20\x91\x2e\x5a\x24\x2c\x59\x7f\xb5\x7c\x33\x08\x49\x44\x17\x88\ -\xae\x0a\x32\xce\x4d\x4c\xc3\xbb\xf1\x9d\xac\xbb\x0e\x0d\xc3\xff\ -\x05\x00\x2b\x3c\x7e\x9d\x81\x42\x07\x9e\x7a\xd1\x57\x37\x9c\xa6\ -\xf6\xbd\x28\xa7\x52\xb2\x67\xdf\x54\x56\x64\x0f\x59\x91\xc1\x72\ -\x02\x76\xc6\x62\x24\xf8\xe1\xfa\x50\x0a\xcc\xfb\x99\x9f\xa4\xd9\ -\x87\x6c\x7d\x6f\xff\x7c\xee\xf4\x1a\x25\x18\x83\x1f\x59\x6e\xe1\ -\xa9\x9a\x6b\x8b\x99\xf8\xc1\xf7\x49\xdb\xa4\xf4\x30\x10\x6e\xfd\ -\xb7\x32\x6e\x26\x8d\xae\xcd\xf5\x5c\x13\x4c\xa3\xf4\xfe\x04\x74\ -\x25\x0e\x06\xed\x89\x5c\xd5\x04\x80\x12\xf4\x16\xec\x98\xb4\x41\ -\x1a\xa0\xb4\xc6\x44\x30\xbd\xc9\x5a\xe2\xb9\xf9\xd9\xa4\xc4\x54\ -\x4f\x19\xdd\x98\x58\x65\xa7\xfe\x90\xbf\x86\x89\xde\x6c\x55\x00\ -\xf1\x33\xdf\x29\xb3\x9b\x52\x72\x63\x11\x11\x60\xe1\xdf\xf1\xf5\ -\x7e\xd5\x7d\x7d\x1c\xac\x68\xde\x53\xdf\x1c\xa8\x86\x87\x48\xe5\ -\x0e\x20\x48\x48\xfe\x2b\x25\x0f\x65\xae\x77\xf5\x06\xea\xd9\x2b\ -\xa0\x56\x1c\x5c\x0e\xe0\x8a\xba\x1f\x88\xc4\xfd\x34\x5b\x33\x27\ -\x29\x9e\x0d\x93\x63\x5a\xec\xd1\x31\x3d\x6d\x9a\xfb\x88\x17\xb8\ -\xfe\x1e\xe7\xfb\x9b\xea\x54\x42\x13\xd4\x9c\x98\x4a\xc3\x60\xbf\ -\x4a\x8a\xe6\x51\x27\xab\x3a\xfd\x69\x55\x58\xeb\x83\x37\x10\x53\ -\x99\x15\x8a\x89\xb1\xf7\x0d\xa0\x45\x1e\x64\x96\x75\xfd\x54\xb3\ -\x8c\xb4\x07\x18\x79\x06\x52\xc5\x17\x44\xf6\x58\x4e\xd5\x78\x55\ -\xfb\x83\x32\x0c\x37\x20\x3a\x08\xff\xe8\xb6\x6e\x02\x7c\x40\x50\ -\x24\xd4\x0c\xd6\x9f\x9b\x8c\x43\x0f\x8d\x02\xb6\xd7\xa1\x87\xbd\ -\x04\x3d\x25\xca\xe8\x05\x2e\xb9\xee\x0a\xc5\x00\x8e\x60\xd6\x29\ -\xb9\x9d\xb9\x57\xe9\x45\xa7\x11\xf5\xf1\x7a\xfd\x8c\x89\xf4\x05\ -\xac\x01\x2b\x08\x82\x21\xe7\xa1\x2e\x3d\xd6\x64\x07\xc0\x28\xa7\ -\xa3\x7c\x48\xf0\x03\x74\x20\x8a\x75\x7d\xb5\x0c\x3a\xf6\x3b\xae\ -\x7b\xc4\xbd\x36\x6a\x19\xb5\xd0\xc4\x4e\x57\x2f\x24\x59\xf9\x60\ -\xfc\x97\xe7\xcc\xe0\xf5\xc1\xb9\xff\xf3\x23\xfe\x83\x1f\x44\x55\ -\x1c\x94\xd9\x54\xf7\x30\xd3\x01\x58\xa8\x35\x42\xa6\x1f\x2f\x61\ -\x45\xed\xa3\xbc\xaf\xeb\xe0\x02\x10\x9f\x72\xef\x4d\x1c\xf5\x6b\ -\x93\x9b\x0c\x01\x42\xc9\xd1\x08\xe5\xf3\x3b\x0e\x84\x79\x96\x1a\ -\xef\x5d\x03\x02\x02\x23\xb0\x2d\xcf\x36\xe4\xed\xb5\xab\x12\x48\ -\x34\x50\x31\xde\x64\x24\x36\xb0\x8c\x09\x28\xc6\xa1\xb0\x0c\x85\ -\xfa\x90\xa7\x9f\x99\x6a\x49\x04\xa8\xf7\x9d\x7e\x3e\x6d\x39\xf3\ -\xf3\x6c\x00\x9a\x4c\x05\x82\xdc\x6f\x60\x5f\xe1\x89\x55\xac\x45\ -\xd8\x66\x0b\x24\xec\x9d\xe8\x21\x47\x4b\x53\x2f\xb1\xcb\x87\xd4\ -\x68\xe8\x38\x7b\xd3\x92\xdb\xf3\x47\x38\x18\xf5\x09\x96\xe4\x2c\ -\xc0\x22\xe7\x80\x32\x95\xde\xce\x42\x59\xd6\xaa\xf4\x21\x4b\xda\ -\x3d\x4d\xf3\x3d\x95\x09\xcf\xa6\xf1\x55\x2c\x90\xc3\xdd\x0d\xa8\ -\xbc\x8f\x51\x8c\xaa\xf5\x14\x0b\x71\x58\xa0\xb0\xd4\x13\xc2\xe4\ -\x16\xf2\xa1\xec\xc8\x69\xe0\xc5\x6d\x9c\xb8\xea\x81\xa6\xc1\xed\ -\xcf\x89\x8b\xb9\x97\xe3\x34\xb8\x73\x9b\x58\x4d\xce\xc2\x37\x1e\ -\xc4\x7c\xff\x85\xbb\xad\x05\x44\x46\xd7\x67\xf9\x41\x6c\x8c\x68\ -\x25\x6e\x1e\x97\x71\x5d\xdd\xf1\xa4\xb4\x6d\x53\x75\x6c\x6f\xd3\ -\x61\xac\xec\x43\x48\x1e\x2b\x96\xd0\x31\xf1\xeb\xa1\x27\x85\x34\ -\x29\x37\x6b\xab\xb0\xc8\xea\x3a\xa8\xe1\x6f\xfa\xa7\x4c\xaf\xd3\ -\x38\x9d\xb2\x0e\x8d\x69\x87\x85\x36\x40\x43\xbb\xcb\x70\xaf\x5c\ -\x3a\xc4\xd4\x30\x3e\x27\xad\x49\xa7\x51\x7f\x56\xa9\xb9\xce\xcf\ -\x85\x89\x2b\x04\xd5\x1e\x72\x93\xf4\x04\xa5\xf4\x03\x85\x92\xe6\ -\xd3\x68\x59\x12\x31\x85\x12\x43\x70\xa1\xec\xa1\x4a\xa0\xaf\x2f\ -\x98\x5d\xc0\xb6\x96\xd9\x64\x8c\x00\x16\xf4\x9b\x8e\x6c\x3f\xc8\ -\x5c\xa1\xd6\xd3\x14\x3f\x37\x56\xb3\x41\xbb\x63\xed\xf7\x06\x2f\ -\xae\x92\x52\x33\xa5\x60\x67\x67\x66\x0f\x6f\x95\xd4\xc1\x94\x76\ -\xde\xb8\xbb\x36\x8b\x92\x8a\x80\xc1\x74\x85\xdc\x30\x0a\xe1\x5c\ -\xa0\xd3\xc9\x15\x59\x3e\x55\x08\xe4\xd1\x8c\x42\xd6\x95\x53\x0a\ -\xa6\x33\x7f\x63\x1c\xf0\x39\x0e\xf1\x13\x81\xaf\x49\xae\x63\x3b\ -\x32\xb1\xca\x53\x06\x3b\x34\xe3\x99\x8f\xd7\xeb\xef\xe8\x6a\xc3\ -\x69\xfc\xf9\x44\x73\x00\x4e\x2a\x90\x55\x15\x46\x7f\x0f\x7c\x6f\ -\x98\x82\xa3\x59\xe3\x85\xc0\xea\xc2\xc1\x9e\xbe\x86\x9e\x5f\x19\ -\x29\x84\xd3\xd8\xcc\x21\xa9\x64\x10\xfd\x55\x9a\xf6\xea\xb0\x9b\ -\xd5\xc1\xb8\x28\x62\x88\x6b\x69\x1b\x6c\x0c\x89\x0c\x96\x36\xcf\ -\x2a\x54\x77\xe4\xfd\x35\x62\x7b\x51\x6e\xe9\x89\x9d\xf7\x2c\x25\ -\xd5\x15\x3f\x37\x3a\x6d\x7a\x8d\xfc\x21\x34\xed\x4d\xbe\x83\xce\ -\xec\xda\x18\xba\x1c\xa3\x33\x07\xc5\x1e\x4a\x82\x01\x55\xc9\xee\ -\xdd\x81\x68\x8e\x4c\xa8\x5b\x17\xc8\x16\xee\x58\xb3\xb6\x2d\x18\ -\x6f\x60\x2d\x08\x27\xd8\x65\x20\xf1\x1f\x92\xbc\xde\x1b\xbe\xfb\ -\x3d\x3e\xee\x2d\x3f\xf0\xf8\xfa\x7f\x47\x01\x48\x3a\x34\xf2\xcc\ -\x58\xf8\xe1\x79\x47\x31\x35\x9a\x13\x1b\xf7\x92\xdc\x9f\x12\xc0\ -\x11\x2e\xac\x72\x1d\x5f\xbf\xe0\x86\xf6\x3a\x98\x86\x8f\xad\x6d\ -\x69\x86\x71\x4b\x63\xff\xfd\x37\x98\x7c\x5a\xe5\xbf\xbe\x1c\xc8\ -\x2b\x02\xd0\x17\xfe\xf7\xd7\xcf\xea\x68\xe7\xcf\xbf\x74\x34\x0b\ -\x62\x1f\x5e\xb8\xaa\x0b\x4e\x01\xf7\x35\x32\x30\x7e\x38\x60\x22\ -\x3c\x3b\x13\xdd\x4d\x46\xb8\x5f\x5d\x20\x1c\xb8\xe9\x94\x22\xcd\ -\x30\x4e\xa5\x07\x0e\x3d\x20\xa9\xb1\x57\x14\x19\xd3\xb8\xf6\x8a\ -\x13\xae\xc3\xe5\x67\x65\xa6\x6f\x0e\xcc\x9f\x07\xe8\x7d\xfd\x38\ -\xfe\x7e\x35\xc6\x02\xd6\x24\xaf\x27\xf0\x79\x7d\x78\x37\x6c\x9a\ -\xcc\xe3\x90\x9a\x61\xc5\xb7\x3c\xa0\x03\xc6\x05\xa9\x30\x33\xfc\ -\x0a\xfa\x4f\xca\xa4\x88\xc7\xbd\x10\xeb\x77\xaa\x07\x9e\x4d\x87\ -\xdc\xaf\xf3\x19\xf2\xd7\xe5\xeb\xad\x14\x1e\x74\xc7\x04\x34\x28\ -\xb0\xda\x85\xaf\x99\x75\x13\xa2\xf2\x9a\x22\xf3\x2e\x32\xe3\x8c\ -\xbf\x4e\x5c\xbb\xfa\x5a\xa7\xe5\x95\x4b\x5f\xf1\xfa\xf8\x84\x5d\ -\x75\xc4\x38\xfb\x62\x51\x9a\x06\x20\xe6\x56\x39\x82\x5e\xf1\x90\ -\x2a\xde\x71\x9f\x25\xb5\x4d\x46\x4c\x84\x51\x7c\xff\x01\xef\x32\ -\x9a\x10\x0e\x02\xd1\x57\x81\x1a\x3e\x8c\xce\xa1\x94\x81\xd1\xd1\ -\x00\x01\xaf\x06\x86\x44\x8e\x2a\xa2\x89\x6a\x79\x8f\xe7\xeb\xd1\ -\x06\x17\x55\x10\xf1\xba\x21\xea\x5e\x24\xe0\x9f\x92\x1a\x6a\x36\ -\x58\xf2\xf3\x24\xe0\x16\x3d\x7c\xd5\x1a\xfe\xe7\xdc\x6e\x44\xb3\ -\x77\x4c\x63\x9a\xd5\xd2\x36\x1e\xbe\xd5\x60\x8e\x37\xc5\x30\x3c\ -\x9a\x6f\x9d\xeb\x19\xb0\x13\x14\x62\xc0\xfd\xb0\x26\xcc\xab\x44\ -\xb1\x5f\x7d\x34\x9d\xaa\x66\x52\xec\x6f\x7c\xad\x53\xf1\x91\x93\ -\x48\x35\x82\x4c\x50\x46\xd4\x6a\x5a\x16\x98\xac\x99\x1a\x37\x0e\ -\x5a\xb5\xa7\x1e\xfb\x03\x5a\x0a\x77\x97\xd2\x2b\xf6\x79\xb2\xc9\ -\x37\x01\xd1\x1e\x87\x56\x7c\x80\x58\x76\xc4\xf4\x98\xf6\xf0\xc4\ -\xd2\x4f\x2c\x01\xb7\x89\x4c\x43\xa5\x3b\xa6\xb0\x4d\x7d\xb4\x47\ -\x44\xc8\xd9\x60\x25\x9f\x58\x3d\x0e\x9c\xf5\x19\x9a\x41\xa2\xe1\ -\xa0\xbc\x62\x72\xa5\x0f\x65\x09\x57\xd3\x3f\x78\x83\x07\xd5\xf6\ -\x16\x01\xdb\x57\xbc\x9e\x0d\xa2\x1b\xb0\x8d\xbd\x97\x93\xc7\x9c\ -\x36\x92\x94\x1b\x03\xaf\xf0\xc2\x30\xb0\x17\xd5\xf3\x90\x21\xb7\ -\xbe\x2a\x0a\xbe\xd0\xe1\x5a\xcc\xd6\x4b\x90\x01\xc2\x1a\xfe\x9e\ -\x98\x2e\x9d\x87\x46\x87\x79\xdb\x7d\x50\x52\xec\x31\xad\xf2\x37\ -\xa5\x25\x31\xfa\x5a\x0b\x7b\x7b\xb7\xf6\xfd\x96\x30\x75\x36\x14\ -\xe0\x99\xc3\x93\xd9\x56\x5c\x9d\xbb\x9e\x6b\x2d\x9f\x97\x81\x32\ -\x30\x2f\xb5\xe7\x11\x72\x37\x57\x24\xce\x4e\x25\xac\x75\xdc\xdb\ -\xcd\x71\x4c\x2b\x02\xf8\x30\xcc\xe7\x12\xdf\xb7\x35\xbf\x94\xbb\ -\x2d\x67\x76\xc6\x2e\xc9\x1a\xa2\xf9\x90\x9d\x33\xcb\xb4\x71\x09\ -\x3b\x2c\x5b\x65\x45\x14\x51\x6c\x5d\x50\xfd\x5d\xe3\xf1\x09\xea\ -\xc8\xce\xcc\x35\xa6\x08\x55\x8c\xc4\x8d\x48\xac\x0f\x02\xcb\x63\ -\x22\xb1\x77\x40\x5b\x0c\xc6\x67\x71\xe6\xdd\x3c\x05\xe8\x5f\x6c\ -\xac\x63\xef\xac\x5c\x29\x79\x83\x24\x3e\xd7\x0c\xac\xe5\x55\x3e\ -\x0b\xe2\x61\xc2\x4d\xdb\x2f\x67\x04\xf7\xdd\x34\xa8\x04\x27\x98\ -\x1c\x38\x73\xef\x24\xd2\x07\x95\xcd\x8a\x5c\x31\x80\x27\x25\xb7\ -\x90\x3a\x88\xca\xfb\x5d\x12\xd7\x36\xb7\x77\xa1\xf0\xb5\x37\xf4\ -\xfe\x59\x48\xed\x15\xbf\x12\x8f\xfa\x92\x1b\xfb\x39\x91\x89\x03\ -\xa1\xeb\xfa\xe3\x95\x13\xa3\xb4\x2a\x63\x72\x93\x41\xa5\x4e\xff\ -\xb1\x92\x2c\x7a\x0f\x42\xfd\x6a\xa7\xb9\x37\x65\x02\x8d\x75\xf0\ -\x4e\x89\x35\xb6\xb5\x2a\x62\x89\xde\xe4\xf5\x05\x4a\x0c\xb7\x66\ -\xe3\xe0\x0d\x91\x37\x54\x81\x6b\xfb\xd8\xda\x0f\x7f\x43\x0e\x9c\ -\xba\xfc\x21\x09\x28\x70\xc3\x28\xcc\x56\x2f\x99\x9f\x50\x01\xa3\ -\x2a\x6a\x26\x95\xab\x24\x99\x00\x44\xe8\x20\x20\x1e\x8b\x23\x11\ -\xa0\x12\x0d\x95\x73\x1a\x6b\xe5\xf7\x58\xd8\xf9\x3d\x97\xc5\x67\ -\x16\x3d\x28\x36\xc8\xfd\xb3\xfd\x96\xd1\x49\x77\x6c\xbc\x9b\x64\ -\xf7\xda\x30\x7b\x45\x57\xdc\x0e\x6f\x87\xaa\x87\xf0\xa6\x91\xdb\ -\x6e\x97\x60\x81\x5d\xca\xca\xc4\xe0\xf5\x05\xa6\x9f\x63\x53\x33\ -\xac\x81\x93\xf6\xae\xf3\x73\x5a\x75\x9f\xd3\x2a\xb2\xa6\xaf\x45\ -\x48\x2d\x47\x56\x07\x02\x0e\x91\xb0\x11\x9f\x40\x7c\xe1\xba\xe0\ -\x34\xa4\x95\xd7\xe4\x5d\xc4\x49\xe2\xdc\xf4\xe3\xb0\xb8\x28\xe2\ -\x24\x26\xad\x30\x02\x29\xef\x37\x36\x9d\xcf\xcf\xec\xc8\x07\x97\ -\xe4\xfb\x69\x15\x8d\x69\x15\x53\x48\xdd\x1c\xec\x63\xf6\x76\xb9\ -\xda\x4e\x54\x7e\xd4\x3c\x8b\x07\x11\x8a\xc3\x67\x65\x47\xc9\xf0\ -\x29\x37\xb1\x6f\xa6\x55\x88\x98\x0b\xab\x69\xd5\xd2\x10\xf3\xf0\ -\x39\xad\x32\xbe\x01\x62\x68\x98\xdc\x6b\x95\x8b\x1a\x0e\x1b\x47\ -\x61\x35\x37\xfd\xdf\xbf\xff\xf5\x06\x40\x06\x32\x2f\x94\xf7\xcf\ -\xf7\x84\x6b\xf8\x75\x7a\xea\x9b\x87\x17\x31\x05\xf4\x57\x8c\x45\ -\xbf\xdc\xd3\xf0\x7e\xe1\x56\xc5\x7d\xbf\xa0\x0b\xd8\xd7\x98\x56\ -\x95\xf7\x34\xba\xff\x71\xe8\xb3\x2c\x26\x0c\x01\x3a\xf2\xc9\x9c\ -\xde\x21\x17\x23\xbf\xee\x5e\x08\xf6\xb4\x8a\x98\x71\xed\xc7\xb4\ -\x6a\x5c\x4b\x9f\x56\xd1\x98\x56\xe9\x83\xfa\xb5\xc6\x34\x64\x36\ -\x44\x7b\x02\x7e\x4e\xab\x74\x4c\xab\x70\x1c\x41\xbe\x9b\x7a\xfb\ -\x3d\x4f\x25\xad\x8b\x70\x9a\xc6\xa5\x93\xe2\xeb\xaf\x3e\x6c\x55\ -\x76\x57\xeb\x08\xc7\xb4\x6a\x48\xfa\xc8\x7f\xc1\x5e\xe1\x25\x49\ -\x72\xad\x1c\xf4\x36\xb3\x1b\x3f\x22\xdc\x3d\xfd\x6b\x49\xf8\x23\ -\xc4\xb4\x8a\xf5\x3f\xa7\x55\x8a\x9e\x2c\x02\x06\x09\xd9\xb0\x5b\ -\x7e\xc7\xb4\x2a\x8b\xf0\xf4\x88\xc6\xe7\xb7\x35\xe5\x0d\xa8\x3c\ -\xb7\x7c\xde\xd9\x0c\x26\xef\x60\x05\x9c\x3e\x58\x0e\xc9\xc7\x52\ -\x3c\xa2\x32\x4e\x32\xa2\x50\xfb\x3f\x8f\x49\x85\xb6\x47\x76\x71\ -\x67\x92\x19\x7d\x12\xea\xd6\x98\x56\xb5\xaf\xc6\xd7\xa3\x65\x27\ -\x11\x55\x60\x87\xe5\xc0\x54\x3a\x7b\x74\x7c\xae\x29\x7d\x73\x45\ -\x48\xb4\x61\x2d\xfd\x9b\x14\x08\x7b\x9f\x56\x71\x40\x32\x7a\x4d\ -\xce\xbd\x01\x63\x02\xde\x86\x2e\xbd\xc5\xa5\xd4\x22\x30\xf9\xd9\ -\x9e\xe9\x15\xf6\x0b\xf5\x6b\xaf\x0a\x7f\xef\x9b\x8a\x9a\x9b\x12\ -\xd8\x54\x00\x89\x88\x7b\x87\x96\x4f\x30\xac\xf2\x8f\x62\xad\x5f\ -\x99\x89\xd7\x9e\x61\xcf\x1c\x9c\x0a\x28\x8d\xd8\x86\x01\x1d\x8b\ -\xfb\x4f\xee\x5f\xb8\xbe\x21\x0d\xa6\x1c\x99\xc9\x4e\xa2\x2c\xce\ -\x69\xd5\xe2\xeb\x23\x6e\xa2\xaf\x07\x62\x1d\x49\x69\x76\xd4\xe4\ -\xd5\xb4\x32\xb0\x48\xd4\xaf\x7b\x00\xb6\xc6\x34\xff\xba\x2a\x36\ -\xa1\xcf\xc3\x1d\xbe\xbc\x8b\x20\x9e\xf1\x29\x29\xa7\x4b\x75\x54\ -\x7a\x96\x4e\x08\x51\xb3\xa1\x1d\x80\xc1\x60\x28\x9b\xaf\x91\xc1\ -\x43\xf0\x7b\x7c\x17\x95\x96\x44\x41\x2a\xe5\x0d\x25\x4a\xde\xb0\ -\x9e\x51\x1c\x33\xda\xc1\xee\xa3\x11\x8d\xd1\x54\xa7\xd8\xff\x38\ -\xae\x73\x74\x38\x4f\x1f\x2f\x75\xa6\xdf\x51\x63\xc7\xf3\xf4\x23\ -\xd6\xb0\xd7\x75\x85\xc7\xfe\x0e\xc0\xcd\x8d\x4d\xb2\xfe\x4c\xab\ -\xfe\x4c\xab\xfe\x4c\xab\xfe\x4c\xab\xfe\x4c\xab\xfe\x4c\xab\xfe\ -\x4c\xab\xfe\x4c\xab\xfe\x4c\xab\xfe\x4c\xab\xfe\x4c\xab\xfe\x4c\ -\xab\xfe\x4c\xab\xfe\x3f\xa7\x55\xfe\xf7\x7c\x62\xf5\xff\x00\x5f\ -\x1a\xec\x47\xbf\xdc\xc5\xed\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x01\x48\x9e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x01\x00\x00\x00\x01\x00\x08\x06\x00\x00\x00\x5c\x72\xa8\x66\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x06\xec\x00\x00\x06\xec\ -\x01\x1e\x75\x38\x35\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x20\x00\x49\x44\ -\x41\x54\x78\x9c\xac\xbd\xf9\xb3\x64\xc9\x75\x1e\xf6\x9d\xcc\xbc\ -\x4b\x6d\x6f\xeb\x7e\xbd\x4d\xf7\x74\xcf\x60\xd0\x98\xe9\xc6\x80\ -\x10\xf6\x85\x10\x17\xd9\xa0\x25\x92\x0e\xd1\x61\xc2\xa2\x1c\x54\ -\x98\x7f\x09\x30\x7f\x83\x23\x1c\xf2\x1e\xb2\x14\xb2\xec\x91\x25\ -\xda\x92\x45\x91\x16\x83\x08\xd1\x0c\x52\xb4\xc1\x4d\x98\x01\x88\ -\x01\x66\x7a\x66\x7a\x7b\x6b\xbd\xda\xef\x92\x99\xc7\x3f\x64\xe6\ -\xbd\x79\xab\xaa\x1b\x03\x86\x6f\x74\x75\x55\xdd\xba\x4b\xde\xcc\ -\xfc\xbe\xf3\x9d\x93\x27\xf3\x11\xfe\x6a\x1b\x31\x33\xde\x78\xe3\ -\x0d\xfa\xe6\x37\x01\xbc\x79\x8f\xbe\x33\x1e\x8b\xe3\x5b\xa5\xd8\ -\x9b\x6b\x31\xd8\xbd\x2c\xb4\x2c\xd4\x7b\x1f\xbe\x9f\x52\x2d\xd2\ -\x45\xb1\x4c\x4f\x2f\x56\xfd\x65\xb9\x18\x2c\x67\xe5\x68\xbe\x5c\ -\xee\xac\xca\x7a\xbf\xaa\xeb\x5d\x63\xcd\xd0\x6a\x1a\x30\xb8\xc7\ -\xb0\x39\x31\x72\x06\x12\x30\x12\x26\x28\xc1\x50\x4c\x44\x44\x40\ -\xfc\x6f\x63\x63\x00\xb0\x5b\x0b\xcb\xe0\x67\xfd\x04\x88\xe8\xa1\ -\xb6\x7c\xda\x7c\x72\xb1\x6d\x67\x5c\x88\xb5\x9b\x77\x6f\xcc\xe1\ -\x18\xeb\xee\x4d\xfe\xac\xf0\xde\x5e\x31\xfe\xe5\xc7\x6c\x5b\xcb\ -\x14\x97\x6d\x4b\xb9\x9e\xb5\x6d\x2b\xef\xb3\xea\x2e\x3a\x2a\x7e\ -\xb3\xe1\x04\xdb\xfd\x9d\x9f\xd5\x46\xbc\xbd\x7c\xeb\x7b\x3f\x42\ -\x4d\x3c\xe3\x1a\x1f\xe5\x19\x3e\xca\x66\x11\x37\x5f\x73\x5d\x72\ -\x7b\xda\xaa\x63\x66\x0e\xff\x93\x06\xa0\x41\xa8\x09\xa8\x09\x28\ -\x18\x54\x10\x61\x25\x84\x58\x08\x45\xf3\x44\x8a\x49\x9e\x26\x17\ -\x83\x2c\x9d\xe4\x79\x3a\x1b\x8e\xd2\xc5\xde\x20\x5f\xe6\x82\xaa\ -\xa4\x3f\xac\x86\x97\x54\xb5\x93\xef\xe8\xc9\xa9\xb1\x43\xa5\xed\ -\x87\x59\x69\xf7\xf7\xc7\xf6\x57\xdf\xbe\xcf\x6f\x00\xf8\xe6\x37\ -\xbf\xc5\x44\xd1\xe3\xfe\x04\xdb\x4f\x5a\xa7\xe4\xda\x8a\x81\x37\ -\xde\xa0\x37\xef\xdd\xa3\xc3\xc3\x43\xba\x72\xe5\x44\x4c\xde\x7a\ -\x28\x07\x9f\xb8\x2c\xc6\xef\x9d\x27\x17\xf3\x49\xba\xb8\x28\xb3\ -\xd3\x8b\xc9\x60\x3c\x9d\xef\x2c\xe6\x8b\xdd\xa2\xd6\xfb\xcb\x55\ -\x79\xa9\xae\xaa\xcb\xda\xd8\xcb\x5a\x9b\x4b\x96\x79\x0f\x8c\x01\ -\x09\xf4\x89\x28\x15\x84\x84\x20\x12\x12\x24\x09\x50\x44\x24\x88\ -\x20\x22\xf8\x53\x53\xe8\x67\xf4\x6b\x5e\xeb\x8c\x5b\xbe\xfc\xe4\ -\xd5\xe2\x6f\x48\x6b\xdf\x9f\xbf\x71\xf8\x87\xe8\xc3\x5f\xa1\x2c\ -\xcf\xb8\x17\x85\x37\x8a\xbe\xff\x55\x20\xe2\xb7\x08\x84\xfc\xbc\ -\xf2\x46\x40\xe2\x75\x54\xc5\xd7\x88\x41\xcd\xdc\xd6\x43\xe7\x92\ -\xf1\x3d\x3b\xff\xfd\xff\xbb\xf9\xeb\xfe\xd5\xaf\xcc\x6b\xc5\xb2\ -\xed\xa3\x5a\x6e\x8e\x09\xd8\x60\x5f\x81\x0c\xb0\x65\x58\x80\x2d\ -\x5b\x18\x66\xd6\x60\xd4\x96\xb9\xb6\xe0\x0a\xcc\x2b\x00\x73\x12\ -\xe2\x42\x0a\x71\x96\x48\x71\x9a\x26\xe2\x34\x4d\xd3\xb3\x3c\x91\ -\xe3\xe1\x40\x4d\x76\xf2\xfe\x74\x6f\x77\xb0\xd8\xcb\xb2\x72\xb8\ -\x2b\xaa\xde\xc1\xe5\x7a\x72\xfa\xbe\xc5\xcd\xfb\xe6\xf0\x10\xf6\ -\xe4\xe4\x2d\x7e\xfb\xed\xfb\xfc\xcd\x6f\x7e\x8b\x23\xdb\xf8\x91\ -\x1f\xf5\x27\xe9\x31\x1d\xab\xff\xed\x6f\x43\x9c\x9c\x40\x1c\x1e\ -\xde\x16\x07\xd5\xa9\xd4\x72\x57\x7d\xf8\xf4\x49\xb6\x28\xca\x6c\ -\x7c\x32\x1e\x1e\x9d\x4d\x0f\xc6\x93\xf9\xe1\x72\x59\x5c\xab\x6a\ -\x73\xd5\x68\x73\xd5\xb2\xbd\xcc\xcc\x97\x08\xd8\x23\xa2\x1d\x12\ -\xa2\x27\x05\x65\x92\x84\x12\x4a\x48\x29\x84\x90\x42\x10\x09\x41\ -\x42\x40\x08\x22\x04\xf0\x13\x01\x44\x3f\xae\x97\xaf\x75\x5c\xde\ -\xe8\x62\x1f\xe9\xd1\x9f\x09\xf4\xe8\x3b\x3d\x4b\x89\x84\xbb\x85\ -\x1e\xc2\x6d\x07\xd9\xe8\x47\x3f\xc1\xf6\xec\x32\x51\xf4\xfb\xf3\ -\xcb\xf4\xcc\xad\x03\x90\x6e\x1d\xf2\x16\xb0\xae\x93\x6b\x7b\x48\ -\xfb\xcc\xdd\x6b\xf1\x26\xc0\xbd\x1a\xe8\x5e\xbe\x5b\x3b\x1d\x61\ -\xf0\x13\x3e\x1a\x6f\x5c\xe0\x27\xaf\xfc\x8d\xbe\xd3\xa9\x97\x6e\ -\xfb\x72\xfb\xce\xe1\xbb\x93\x01\xc4\xd6\x32\x2c\xd8\xb2\xb5\x6c\ -\x2c\xb3\xb5\x6c\x8d\xb5\xc6\x5a\xd6\xd6\x72\x69\x98\x57\xc4\x3c\ -\xb5\x8c\x0b\x21\x70\x06\xd0\xa9\x12\xe2\x48\x29\x3a\xea\xe7\xe9\ -\xd3\x9d\x51\x7e\xb2\xbf\xd7\x3b\xbf\x34\x18\xcd\x55\x96\x95\x97\ -\xae\xe7\xe5\xce\x64\xa5\xd3\xcb\xd2\x9c\xbc\xbf\xb0\x87\x38\xb1\ -\x27\x6f\x1d\xf2\xdb\xf7\x1d\x11\xfc\x24\x6a\xe0\x23\xd5\x29\x03\ -\x04\x0f\xfe\x7b\xf7\xee\xd1\xcb\x5e\xee\xbf\xbe\x77\x4d\x3c\x9e\ -\x3c\x4d\xe6\xe5\x22\x79\xf8\x74\xd9\x9b\x2d\x27\xc3\xb3\xe3\xf1\ -\xfe\xf9\x64\x71\x75\x3e\x5b\xdd\x5a\x2e\xcb\xdb\xda\x98\x17\x08\ -\x7c\x95\x88\x0e\xa4\xa4\x1d\x29\xe5\x40\x49\x99\x29\x29\x53\xa5\ -\xa4\x4c\x12\x21\xa4\x54\xa4\x94\x20\x25\x25\xa4\x20\x12\x52\x80\ -\x9c\xe9\x07\x09\x02\x81\x40\x44\xa1\xaf\x3f\xa7\xb5\xba\x8d\xb1\ -\xf6\xe3\x4f\xa8\x29\x23\x87\x80\xb6\x01\x8e\xd6\x51\xd9\xb9\xc1\ -\xb3\x3a\xc8\x47\x6a\x97\x70\xc8\x46\xf9\x22\xb0\xaf\x95\x69\x93\ -\x00\xb6\xa9\x98\xf5\x7b\x74\x41\xcd\x11\x60\x37\xca\xbc\x51\xec\ -\x6d\xa0\xe6\x0e\xf0\xe2\xf3\x1b\xe5\xb8\x46\x02\x1d\xbb\xcc\xeb\ -\x56\x9a\x37\xeb\x62\x8d\x14\x3a\x1f\x9e\xa9\xb2\x9e\x41\x64\x3f\ -\x6e\xdb\x46\x74\xeb\x24\xe7\xb4\x7e\xf3\x39\xd4\x61\x20\x00\x66\ -\xc0\x32\x3b\x29\x60\x9d\x0c\x30\xd6\xc2\x18\x66\xad\x2d\x6b\x63\ -\xac\x36\xd6\x68\x6d\x2b\x6d\x4c\x69\xad\x5d\x68\xc3\x53\x58\x3e\ -\x67\xc2\xb1\x94\xf4\xb0\x97\x25\xef\x0f\x32\xf5\x70\x77\x6f\xf0\ -\xf4\xf2\xb0\x3f\xce\x77\xd5\xfc\xa5\xfe\xce\x6a\x31\xd0\xf5\x4e\ -\x36\xd0\xb2\xcc\x4c\x70\x0b\x82\x1a\xf8\xa8\x24\xf0\x63\x09\x80\ -\x19\xe4\xae\xf3\x06\xe1\xcd\x7b\xf4\x9d\x97\xc7\x62\x36\x4b\xe5\ -\x41\x25\xe5\x38\x3b\x4f\x56\xa7\x93\xfc\xd1\x07\x93\xe1\xd3\xb3\ -\xb3\x83\xf3\x8b\xc5\x95\xd9\x6c\xf9\xe2\x6a\x55\xdc\xa9\xb5\xb9\ -\xc3\x96\x6f\x12\xd1\x61\xa2\xd4\x4e\x92\xca\x3c\x4d\x54\x9a\xa6\ -\x89\x4c\x13\x25\xb2\x54\x09\xa5\x14\x92\x44\x52\x22\x25\x94\x92\ -\x90\x52\x40\x0a\x01\x21\x05\x84\x10\xf0\x0a\x20\xb6\xfe\xdd\x36\ -\xef\xe0\x7a\xcd\xe2\x6e\xc8\x3e\xdf\x99\xb6\x02\xa4\xf3\x43\xb7\ -\x52\x1a\xa0\x45\x5e\x48\x6c\x85\x5b\xcf\xa4\xbd\x5f\xd4\xd9\x5d\ -\x87\x58\xb7\x8c\xeb\xf7\x8c\x7b\x79\xe8\xf4\x04\x50\x7b\xcc\xb3\ -\xca\xd4\x88\xa2\x58\x9d\x3c\x8b\x29\x63\xdf\xe9\x59\x56\x7e\x9d\ -\x08\x78\x8b\x85\xc7\xb3\xce\xdd\x46\x00\x5b\xae\xb9\x5e\x17\xe1\ -\xf8\xf5\x7b\x3c\x23\x36\xf0\x51\xb6\x8d\x76\xef\xb4\x4d\x7c\x54\ -\xec\x4b\xae\xf7\x89\xee\xd7\x8d\x7a\xe9\xb4\x6b\xd8\xd7\x1e\x17\ -\x48\xc0\x32\xc3\xda\xf0\xb2\xd0\x96\x61\x8c\x85\xd6\x06\xb5\xb1\ -\xac\x6b\x83\x4a\x1b\x5b\x6b\x6d\xab\xda\x98\xba\xd2\x55\xa5\x4d\ -\xa1\xb5\x9d\x5a\x6b\x4f\x48\xe0\xa1\x14\xf2\x41\x9e\x26\x0f\x76\ -\x47\xd9\x07\x3b\xc3\xf4\x78\x7f\x77\x78\x7e\xb9\x9f\x2c\x0e\x2f\ -\x8f\x56\xbd\xda\xd4\x8f\x2f\x4b\xf3\x7a\x95\x9a\x77\x7d\x6c\x00\ -\xdf\xfc\x26\x7b\xc3\xf0\xdc\x4a\x7c\x2e\x01\xc4\xe0\xff\xf6\xb7\ -\x21\xae\x9c\x40\x4c\x6e\xee\x48\x3e\xd9\x55\x05\x1f\xa7\x4f\x4f\ -\x67\xfd\xc7\x0f\x2f\xf6\x8f\xcf\xcf\xaf\x4e\x2e\xa6\xb7\x57\x65\ -\x79\x47\xd7\xf6\x65\xcb\xfc\xa2\x14\x74\x55\x29\xb9\x97\xa6\x49\ -\x3f\x4f\x93\x24\xcb\x52\xd9\xcb\x15\xa5\x69\x8a\x2c\x4d\x28\x4d\ -\x15\xd2\x44\x21\x51\x01\xfc\x81\x00\xa8\x05\xbf\xf0\x04\x80\xe7\ -\x74\xea\xb5\x46\x76\xe5\xe6\x2d\xbf\xfd\x84\x5b\x07\xe4\xeb\x16\ -\x76\x3b\xf0\xe2\x7b\xc5\x9d\x1f\xb1\x64\xf4\x15\xfb\x8c\xa7\xe8\ -\xde\x7e\xa3\x4c\x5b\x54\x09\xd1\xd6\xf2\xd0\x96\x73\x36\x6f\x18\ -\x80\x17\x97\x33\x3c\xc7\x5a\x5d\x3e\x8b\x50\x63\x80\xfb\x6b\xf2\ -\x3a\xe1\xf9\xba\xe0\xa8\x8d\xb6\x81\x7e\x23\xf6\xb0\x45\x00\x44\ -\x85\xf7\xf0\xa5\x2d\x65\x8a\xbe\x37\x97\xe7\xb5\xdd\x1f\xad\x53\ -\x34\xa5\x0c\x87\x47\x60\x0f\x20\x6f\xdb\xd7\x3f\x63\x44\x04\x1c\ -\xac\x7f\x44\x04\xc6\x58\x18\xcb\xd0\xc6\x40\x6b\x8b\x5a\x1b\x54\ -\xb5\x41\x55\xd5\x5c\x55\x1a\x45\xa5\xb9\xac\x6a\x53\x56\xba\xae\ -\x2a\xbd\xac\xad\xbd\xb0\x86\x8f\x88\xf0\x81\x94\xe2\xbd\x2c\x91\ -\xef\xed\xec\xe4\xef\x5f\x3a\x18\x1d\xdd\xd8\xdb\x1d\xef\x8c\xf2\ -\xa5\x2c\x75\x9d\xec\x54\x35\xa6\x30\x87\x38\xb1\x3f\x8b\x9f\xb5\ -\x1f\x85\x04\xd4\x33\x1f\x9c\x99\x00\xe0\xcd\x37\xbf\x21\x0e\x0f\ -\xef\xd3\x95\x2b\xf7\xc4\x4e\x06\xf9\xe4\xd1\xbb\x29\x27\x17\xd9\ -\xbb\x1f\x9c\x8f\x9e\x3c\x3a\x39\x3c\x39\x9d\xdc\x9a\x2f\xe6\xaf\ -\x14\x95\xfe\x38\xac\xbd\x23\xa5\xb8\x91\x25\xc9\x41\x96\x25\xfd\ -\x5e\x9e\xa4\xbd\x3c\x93\xbd\x2c\xa5\x5e\x2f\xa5\x3c\x4b\x91\x65\ -\x09\xd2\x34\xe9\x80\x5f\xc9\xc8\xfa\x0b\x07\xfc\xd6\xfa\x53\x17\ -\x8b\x20\x30\xb8\xe5\xed\xad\x56\x65\xad\x23\xc5\x1f\x7f\x9c\x1b\ -\xd1\x35\xb5\x5d\x40\x39\x29\xd2\x94\x63\x7b\xe0\xed\x39\x56\x74\ -\x4b\x3c\x20\xb6\x3f\x71\x79\x69\xfd\xba\xdb\x08\x29\x94\xa5\x29\ -\xd7\x16\x05\xf0\x4c\x02\x88\xc8\x6a\xc3\xb2\x85\x72\xac\x4b\x77\ -\x74\xf7\x35\x6f\x5d\xe9\xdb\xad\x83\x75\x22\xe1\xb5\xeb\x84\x7d\ -\x9b\x2e\xc5\xa6\x2b\xd7\x2d\xfe\xa6\x5b\xd0\xa1\x82\x67\x94\x79\ -\x9d\x08\x3e\xca\xd6\x25\xc6\xa6\x2d\x1b\x3f\x3f\x7a\xfe\x58\x09\ -\xf8\xfd\x8d\x2b\x60\xdd\x67\x63\x2d\xac\x61\x68\x6b\x61\x8c\x23\ -\x80\xba\x36\xa8\x6a\x4d\x65\xa5\x51\x54\x35\x15\x45\x4d\x45\x55\ -\xcb\x55\x51\x27\x65\x59\xf7\x8a\x5a\xef\xea\xda\x5c\xd6\xb5\xbe\ -\x66\xb4\xb9\x5e\xd7\xe6\xb0\x2c\xeb\x1f\x96\xcb\xe2\xc3\x6b\x87\ -\x7b\x27\xd7\x87\x3b\x33\xaa\xf6\x29\xbf\x8e\xfa\x64\x1f\xfa\xdb\ -\x6f\x03\x27\xdf\xf8\x06\xff\x2a\xb3\x65\x17\x48\xdb\xfa\xb4\x5b\ -\x09\xc0\x59\xfe\x16\xfc\xab\xd5\x81\x5c\xad\xc6\xf2\xe4\x78\x95\ -\xd6\xa4\xf2\x1f\xbd\xfb\xfe\xde\xd3\xc7\xe7\xd7\x8e\xcf\x2e\x5e\ -\x5e\xcc\x57\xaf\xd6\xb5\x7e\x55\x00\xb7\x55\x92\x1c\xf6\xb2\x64\ -\x94\xf7\xb2\x6c\xd0\xcf\x64\x3f\xcf\xa8\xdf\xcf\xa8\x97\xa7\xc8\ -\xf3\x14\x79\xea\xc1\x9f\xae\x81\xbf\x91\xfd\x6b\xc0\xdf\x26\xfd\ -\xb7\x36\x4c\x68\x9c\xf5\xc6\x5e\x6b\xe9\xa6\xd3\x6c\x73\x88\xc9\ -\x35\xea\x96\x20\x5b\x6c\xfd\x29\x02\x5a\x37\x28\x18\xf7\xb7\x4d\ -\xf0\x74\x5c\x81\x0d\x4b\xb5\x56\xbc\x6d\xdb\x86\xc4\xef\x96\x87\ -\x22\x72\xea\x94\x79\xdb\xe3\x86\x9b\xad\x03\x6d\xab\xac\x5d\x7b\ -\x86\xce\x33\x76\xc9\x83\x79\xed\x73\x73\xed\x68\xff\x73\xee\xdd\ -\xf9\x1e\x91\x64\x54\x60\x6c\xff\xca\xed\xff\x9d\xfe\x40\xe0\x30\ -\x4e\x17\xca\xb1\x71\x91\x4d\x0a\xde\xe4\x88\xb8\x7e\xc2\xb5\x23\ -\xf0\xaf\x5b\xff\x35\x32\x0c\x64\x60\x83\x4b\xe0\x15\x81\x31\x8e\ -\x0c\xb4\x77\x07\x2a\x47\x02\x28\xab\x1a\x45\x59\xd3\xaa\xa8\x69\ -\x95\x55\xb4\x2a\x6b\xb9\x2c\xaa\x74\xb5\xaa\x7a\x65\x6d\x76\xb4\ -\x36\x97\x8a\x4a\x5f\x36\x13\xbb\x5f\xd7\x76\x54\x16\xfa\xdd\xe5\ -\x15\xf3\xf4\xc6\x4e\x3a\x39\xcc\x47\xab\x1e\xf6\xb1\x3a\x38\x33\ -\x87\xf7\xef\x9b\x37\xbf\xf1\x0d\xf1\x3c\x12\xd8\x20\x80\x20\xfb\ -\xdf\x7c\xf3\xcd\x06\xfc\x57\xae\x64\x52\xcd\x57\xe9\xd9\xec\x6c\ -\x70\xfc\xf4\x62\xf7\xd1\x93\x93\x17\x4e\x4e\xa6\x77\x97\x45\x71\ -\xdf\xd4\xf6\x55\x25\xe5\xed\x34\x53\x07\xfd\x3c\xef\x0f\xfa\xb9\ -\x1a\x0c\x32\x1a\xf6\x73\xea\xf7\x32\xf4\x7b\x19\xf2\x2c\x45\xde\ -\x58\x7e\x09\xa5\x14\x94\x12\x4e\xf6\x0b\x27\xfb\x29\x58\xff\x48\ -\xf2\x37\xfd\x39\xf8\xc3\x1b\xc5\xdf\x0c\x2e\x35\xec\xbc\xde\xa2\ -\x61\xd7\x56\x8b\x18\x11\x00\x36\x8f\xdb\x06\x38\x5f\x30\x6c\xa2\ -\x2b\x06\x7c\x28\xcb\x66\x00\x29\xdc\x75\xa3\x0c\x6d\x41\xb7\xc4\ -\x00\xd7\xe5\x7e\x00\x7e\xa8\x23\xda\xea\xae\x20\x7a\xeb\xde\xf8\ -\x19\x96\xfa\xb9\xe0\xed\x92\x40\xbb\x6f\x0b\x38\xfc\x3d\xd6\x15\ -\xc3\x33\x83\x8d\x5b\x94\xd2\x76\x11\xb0\xde\x17\xb6\x04\xf9\x62\ -\xc2\x7a\x56\x8c\xe1\xc7\x6e\x1c\x5d\x6e\x9d\xe8\x38\x02\x7b\x3c\ -\x04\xd8\x3d\x8e\xd7\x3e\x3b\x22\x40\x4b\x04\xd6\x2b\x01\x6d\x51\ -\x9b\xa0\x04\x6a\x94\xa5\x46\x91\xd7\x58\x15\x09\x2d\x8b\x8a\xb2\ -\x44\x51\x96\x28\xb9\x58\x95\x69\x51\xd4\xbd\xaa\xd6\x43\x63\xed\ -\x70\xb1\xac\x86\xc6\xda\x9e\x05\x27\xa4\x87\x92\x49\x5e\x5c\xb9\ -\x04\xa0\x87\x6a\x75\x70\x86\x1f\x47\x02\x1d\x02\x60\xb4\x3e\xff\ -\xe1\xe1\xcf\x34\xe0\x2f\x8e\xc6\xd9\xe9\x51\xd5\x7f\xff\xd1\xf1\ -\xe5\x47\x47\x93\x9b\x17\x93\xc9\x6b\xab\x65\x75\xdf\x32\xbf\x9a\ -\xa6\xea\x56\x96\xa5\x7b\xc3\x41\x9e\x8d\x86\xb9\x1c\xf6\x7b\x34\ -\x18\xf4\x30\xe8\x67\xe8\xe7\x19\xf2\x3c\x41\x96\xba\x57\x92\x38\ -\x8b\xdf\x09\xf8\x79\xd0\x0b\x21\xe0\x07\xfc\x3a\xfe\xec\x36\xdf\ -\x6f\x5b\xa3\x3c\xcb\x8f\x0c\xb0\x6a\xb7\x67\x9a\xc3\xb5\xad\x05\ -\x4e\x03\x2e\xc0\x03\xec\xf9\x96\x75\xbb\xe5\x8c\x3b\x46\xb8\xe7\ -\x16\xeb\xb3\x51\x82\x75\x20\xb7\xf2\xbf\x25\x26\xf7\xd9\x09\xb7\ -\xa8\xfe\x44\x7b\x25\x5a\x23\x80\x0d\x70\xac\x59\xb1\xa6\xec\xb1\ -\xe5\xb4\xdd\xc0\x1d\xd1\xda\xef\xeb\xd6\x70\xbd\xad\xa2\xfb\x35\ -\xc7\x37\xef\x5b\xea\x6c\x0d\xe4\xed\xff\xeb\xd7\x79\x0e\xa9\x6c\ -\x29\x4b\xf7\x9a\xcf\x6f\x83\x6d\xe4\xb7\x6e\xf9\x63\xc2\x6b\x09\ -\xb4\x05\x7c\x5c\x9e\x86\x08\xd0\xba\x04\xd6\x76\x95\x40\x5d\x2b\ -\x54\xa9\x46\x5e\x29\x64\xa9\x42\x9e\x26\xc8\x52\x45\xd9\x52\x51\ -\x9a\xc8\x64\xa1\xca\xe1\x72\x55\x25\x45\xa5\x33\x6d\x6c\x7f\x59\ -\xd4\x3d\xcb\xdc\xab\x8d\x4d\x97\x06\x0f\x2b\x6d\x71\xb0\x9b\x91\ -\x96\xab\xea\xf2\x01\x70\x78\xff\xbe\xc1\x1b\x6f\x10\x98\xd9\x77\ -\x9a\xe6\x81\x63\x02\x20\x57\x70\x1f\xf0\xbb\x72\x22\x56\x2b\x67\ -\xf9\x3f\x3c\xaa\xfa\x0f\x3f\x38\x3a\x7c\x78\x74\x72\x67\x72\xb1\ -\xb8\x5f\x95\xd5\xeb\x4c\xf8\x44\x9a\x26\x37\x06\xbd\x7c\x34\x1c\ -\xe6\xe9\x68\xd8\x13\xa3\x61\x9f\x46\x83\x1c\x83\x7e\x8e\x5e\x9e\ -\xa2\x97\xa7\xc8\x82\xbf\x9f\x44\xbe\xbe\x74\x41\x3e\x21\x44\x1b\ -\xe8\x5b\x03\xff\xa6\x71\x7d\x16\xf0\xc3\xf7\x67\x59\x8d\xf0\xe5\ -\x79\xae\x44\xdc\x05\x38\xba\xff\x16\x49\xbd\xd5\xea\xaf\x5f\x89\ -\x7c\xa7\x0e\xaa\x82\x36\xa4\xed\xb6\x3b\x6f\xbd\xee\x5a\x0c\x82\ -\x39\x52\x21\x82\x20\x48\x74\xca\xc9\x4c\x3e\x31\x90\x7c\xb7\x15\ -\x51\x40\x30\x2e\xc2\x16\x02\x60\x06\x13\x1a\xeb\x86\x18\xe0\xcc\ -\x20\xd5\xec\x5e\x2b\xf7\xa6\x1c\x6e\x7f\x8a\xda\xa5\x73\xda\x3a\ -\xd0\xbb\xee\x47\x73\xc6\x7a\x5d\x75\x76\x6d\x21\xd5\xb5\xfe\xf0\ -\xfc\xa1\xcc\xe7\x41\x3f\x32\x1e\x1b\xf7\xe0\x88\xb4\xb6\x80\x3f\ -\x26\xb6\xb5\x7e\x19\x73\x11\xfb\xe3\xb8\x71\x09\x2c\x4c\x22\xa1\ -\x13\x83\x54\x4b\xa4\x89\x44\x9a\x38\x12\x48\x53\x89\x2c\x51\x48\ -\x13\x49\x89\x92\x52\x29\x99\xcb\x55\x79\xb0\x5c\x55\x49\xad\x4d\ -\xb6\x2a\xea\x1e\x1b\xce\x8c\x41\x22\x99\x09\xd8\x39\x39\xd8\x4d\ -\x61\xb2\x92\xaf\xdc\x7b\x8b\xbf\xfd\xf6\x09\x7e\xf6\x0d\xe7\x85\ -\x50\x9b\x66\xda\x12\x00\x33\x03\x6f\xbc\x41\xdf\xfe\x19\x88\x2b\ -\x57\xee\x89\xd5\xbb\x63\x35\x37\xab\xf4\x6c\xb6\x1c\x3c\x79\xf4\ -\xe8\xf2\x87\x4f\xcf\x5f\x9a\x4c\x16\xaf\x97\x65\xf5\x69\x22\xba\ -\x9b\x65\xc9\xb5\xe1\x20\x1f\x8e\x86\x83\x64\x67\xd8\x13\x3b\xa3\ -\x3e\x46\x83\x9e\x03\x7f\x2f\x45\x2f\x4b\x91\x65\xce\xd7\x4f\x94\ -\x6a\x80\xdf\xc8\xfd\x35\x3f\xbf\xe3\xeb\x6f\xb5\xac\xde\x0d\x08\ -\xfd\x23\x3c\x02\x75\xbf\x33\x3c\x1e\x9a\xde\xd6\x82\xa3\x7b\xe9\ -\x4d\xe6\x67\x5e\x3f\xae\x05\xfc\xf6\xa8\x7f\x7c\x62\x7b\xdd\xd0\ -\x75\x08\xec\xae\xc7\xf0\xc0\x8a\x6e\xdd\x14\x3e\xec\xdb\xa2\x75\ -\xfc\x6f\x2e\x17\x42\x80\xc1\x1d\xf0\x83\x7d\x22\x9a\x63\x05\x58\ -\xeb\xfc\x5d\xb6\x8d\x11\x42\x93\xad\xb7\xdd\x53\x69\x6f\x12\x5b\ -\xe1\x35\x69\x1b\xc2\x0b\xc1\xf9\x21\xff\x5f\xd0\x1c\xe1\x69\x49\ -\xb8\xc6\x70\xfb\x5d\x3d\x30\xb8\xc9\x1e\x14\x2d\x9a\x36\x40\xb5\ -\xe1\x06\xac\x59\xf4\xce\xae\x18\xf8\xe1\x19\x22\xe0\xbb\x7d\x14\ -\x11\x5a\x5c\xef\xdd\xfa\x5d\xaf\xf6\x4e\xff\x08\x00\xf5\xc6\xa9\ -\x2d\x23\xb5\xe0\x26\xee\xd4\x1d\x73\xe8\x90\x41\x4d\xb5\xfd\xa1\ -\x43\xbc\xd1\xf5\x58\xb8\x5c\x01\x29\x05\xac\x65\x28\x29\xa0\x94\ -\x44\x22\xa5\xc3\x4f\xe2\xdf\x95\x84\x52\x02\x89\x12\xa4\xa4\x90\ -\x52\x52\x26\x88\xc4\x62\x55\xc9\xaa\x36\xc9\xaa\xae\x53\x3b\xb3\ -\x92\xa1\x49\x10\x71\xaa\x76\x4f\xfb\x79\xc5\xef\x62\x1f\xab\x7b\ -\xd0\x6f\xbc\xfd\x6d\xe0\x8d\x6f\x59\xe6\x26\x4f\xc0\x11\x00\x33\ -\xa8\x49\xf2\x19\x8d\x69\x32\x81\xcc\x7a\x94\x5c\x1c\x2d\x7b\x8f\ -\x4f\x8e\xf7\x1e\x1f\x8f\x5f\x9c\x5d\xcc\xee\x97\x55\xfd\x69\x22\ -\x7a\x2d\xcf\xd3\x6b\xc3\x41\xaf\xbf\xbb\xd3\x4f\x76\x47\x03\xda\ -\x19\xf5\x31\x1a\xf6\x30\xec\xe7\xe8\xf5\x32\xe4\x99\x97\xfc\x4a\ -\x22\x51\xde\xe2\x8b\x60\xf5\xe3\x20\x5f\x6b\xe9\x9f\x9b\x59\xc7\ -\x40\x33\x26\x1e\x4c\x50\xfc\x35\xfa\xbe\xd9\xd8\x6b\x0e\x40\xa7\ -\xc5\xc9\x9f\xb6\xe9\x2a\x74\x87\xd9\xe2\xf3\xb6\x3a\xd3\x6d\xc7\ -\x6c\x8e\x88\x7f\xf3\x51\xd5\xb5\x38\x06\x47\xd7\xe5\xa8\xdc\x44\ -\xad\x5a\x73\x78\x24\x18\x6b\x01\x02\xac\x45\x03\x2c\xb6\x80\x61\ -\x06\x5b\x86\x61\xc0\x5a\x0b\xcb\x68\x86\x99\x82\x65\x59\xaf\x9a\ -\xee\x0d\xb9\x21\x8b\x0e\xa0\xa2\xa3\x09\x80\x94\x12\x82\xe0\x62\ -\x36\x4a\x40\xfa\x61\x5a\x29\x08\xc2\x97\x59\x88\x10\xbf\x01\xc8\ -\x3f\xab\x10\x12\x10\xd6\xef\x0f\xa4\x00\xc0\xba\xe7\x23\xaf\x94\ -\xa8\x01\x8d\x27\x4e\x26\x70\xd3\xe6\xbe\xb6\x9a\x2e\xd2\x2a\x2c\ -\x8a\x41\xce\x6d\x79\x5b\x85\xd3\x36\xd9\xba\xfb\xff\xdc\x91\x65\ -\x7f\x80\x23\xbd\xb6\x5d\x79\x7b\x27\x5b\x3b\x2f\xae\xbe\xb8\x67\ -\x71\xeb\x3e\x82\xc0\x51\x01\x84\x27\x5b\x2b\x7c\x1d\x0b\x0b\x25\ -\x9c\x62\x56\x4a\x40\x49\xf2\x2f\x01\xe5\xdd\x67\x29\x48\x48\x50\ -\x4a\x84\xd1\x72\x55\xc9\xa2\x64\x59\x56\x16\xb3\x59\xc5\x8f\x69\ -\xa2\x13\x09\x4d\x6c\xec\xde\xf0\x12\x63\x71\x93\x7f\xe9\xfa\x3e\ -\xbf\xbb\xff\x16\xbd\xf1\xc6\xb7\xc0\xf8\x16\x08\x60\x15\x6a\xf8\ -\xde\xbd\x37\xe9\xe5\x97\xc7\xe2\xd2\x2c\x95\xc7\xc5\xd3\xe4\xf1\ -\x64\x9e\x9f\x1c\x9d\xef\x3e\x79\xff\xf8\xe6\xf9\xf9\xfc\xd5\xa2\ -\xae\x3e\x25\x04\x7d\x22\xcb\xd2\x6b\xa3\x61\x3e\xd8\xdb\x19\xaa\ -\xdd\x9d\x01\xed\xee\x0c\xb0\x33\xec\x61\x30\xc8\x7d\xc0\x2f\x41\ -\x96\x28\x24\x89\xf2\x05\x6d\xfd\xfb\x60\xf5\x63\xc0\xb7\x96\x7f\ -\x8d\x00\xa2\xd6\x6a\x59\x3c\x6e\xc1\x58\x4f\xb5\x9d\xb9\xf3\x5b\ -\x6c\x71\x9a\xaa\xef\x42\x7d\x1b\xac\xd7\xdb\xb5\xfb\x75\x0d\xc1\ -\x0d\x68\x36\xcb\xb7\xe1\x8a\x74\x3a\x05\xbc\x05\x01\x08\xa2\xb9\ -\x0e\x5b\x67\xb5\xad\x05\x98\x2d\xdc\xb0\x11\x60\x42\xf2\x88\x31\ -\x2e\x91\x44\x5b\xd4\xc6\xf9\x8d\xb5\x36\x30\xc6\xa2\xd2\x06\xba\ -\x36\x6e\x58\x29\xec\xf7\x96\xaa\x51\x30\xee\xc6\x6b\x4f\xc2\xed\ -\x44\x96\xc8\x12\x87\xb6\x92\x42\x20\x55\x12\xa9\x1f\xb9\x49\x12\ -\x05\x25\x5c\xc7\x4c\xbc\xb5\x72\x56\x8b\xbc\x9b\x47\x90\xc2\x75\ -\x54\x21\x00\x41\xec\x87\x76\x43\x85\x06\xc5\xc7\x20\x12\x4e\xa5\ -\xf8\x66\x89\xbc\x94\x1f\xeb\xae\x51\x67\x07\x3f\x13\xe8\xdd\x87\ -\x5d\xff\x91\x9e\xf3\x6d\xfd\x8c\x90\x75\x40\x5e\x15\x70\xa3\x3e\ -\x89\xd7\xf6\x01\x0d\x81\x53\xbb\x63\xed\xd9\xa8\xb9\x62\x50\x12\ -\x12\xae\x9e\x1a\x63\x29\xd8\x93\xac\x80\x14\xb2\x89\x9b\xc9\xd6\ -\x98\x12\x11\x12\x02\x0d\x00\x5c\x2b\x2a\x6d\x2b\x6d\xf4\x7c\x51\ -\x14\x8f\x4f\xa9\x12\x94\x58\xd1\x9f\xdb\x5c\x2d\x78\x96\x26\x3c\ -\x1e\xef\xe3\xde\xbd\xb7\xac\xb7\x4a\xa4\xd8\xfb\xfd\x87\x87\xa0\ -\xdd\xe3\x03\x31\x7d\xa1\x27\x8b\x0f\xeb\xf4\xe8\x6c\x36\x7a\x74\ -\x7c\x7a\xed\x6c\x32\xbb\x5b\x56\xd5\xeb\x24\xc4\xc7\xb3\x54\x5d\ -\x1b\x0d\x7b\x83\xbd\x9d\x81\xda\xdb\x1b\xd2\xde\xce\x10\x3b\xa3\ -\x1e\x86\xfd\x1e\xfa\x3d\x37\xd4\xd7\x8c\xef\x37\x72\xdf\x5b\x88\ -\x00\xf8\x46\x4e\xa3\x61\xd8\x4e\xcb\x6f\xdb\x5a\x3d\x8b\x0d\xc0\ -\x77\x7c\xbd\x75\x69\xd8\xc2\x1e\xe4\x2d\x61\x60\x93\xed\x86\xbc\ -\xfd\x4e\x6b\x5f\xba\x44\x1e\xdd\xa3\x05\xcc\xba\x1e\x88\x3f\x36\ -\xc2\xd6\x06\x0b\x6f\xc1\x44\x30\x86\x41\x30\xde\x62\x03\xda\x58\ -\x1f\x10\x32\xa8\x6b\x8b\x5a\x6b\xd4\xb5\x45\xa5\x35\x8a\xb2\x46\ -\xa5\x0d\x8a\xaa\x46\x55\x69\x14\xb5\x45\x59\x69\x54\xda\xa0\xac\ -\x0d\x56\xda\xa0\x34\x16\x46\x1b\x14\x86\x51\x32\xa1\xb4\xce\x42\ -\xae\xc5\x7e\xfc\x66\xa3\x3a\xa5\xd6\xc7\x0d\x75\xc7\x02\xc4\x40\ -\x26\x05\x06\x89\x40\xea\x25\x69\xae\x24\xf2\x84\x90\x25\x8e\x14\ -\xd2\x44\x22\x4f\xdd\xbb\xf3\x53\x15\x5c\xa2\x57\x2b\x61\x9b\xe0\ -\xaf\x20\xe7\x0a\x36\xee\x9f\x27\x01\xb2\x0e\x03\xc4\x80\x25\xaf\ -\x20\xbc\x2d\xef\x90\x17\x1a\xd7\x8a\xd7\x35\xfc\x56\xe4\x87\xb6\ -\x89\x14\xc1\x7a\x3d\xc4\x97\xc0\xf3\xba\xc6\xe6\xf5\x5d\x20\x94\ -\x00\xe2\x46\xe0\x11\xe0\xac\x3b\x7b\xbd\xb0\x56\xf5\x71\x9f\x6c\ -\x9f\xcb\x07\x72\x19\x00\x09\x90\x60\x08\x00\x09\x29\x10\xac\x57\ -\x58\xf0\xe4\xe0\x5e\x21\xfc\x43\x04\x62\x40\x31\x78\xc0\xcc\xd7\ -\xaa\xda\xd4\x45\xa1\x8b\x09\x15\x45\x96\x8c\x4b\x99\x89\xfa\x4e\ -\x36\x34\x95\xbc\x6c\x6e\x95\x25\xf7\xde\xbe\xcf\x78\xe3\x3e\x31\ -\x7f\x8b\xd5\x1b\x6f\xbc\x41\xdf\xbc\x77\x8f\xae\x00\x62\xf2\xf2\ -\x58\x9e\xfd\xe0\x2c\x3b\xbe\x38\x1b\x3c\x7a\x72\x74\x78\x74\x7c\ -\xf1\xb1\xc5\xa2\xb8\xcf\xcc\x9f\x48\xb3\xe4\xc6\x68\xd8\x1f\x3a\ -\xf0\x8f\x68\x7f\x77\x80\x9d\xd1\x00\xa3\x60\xf9\xf3\x14\x59\xa2\ -\xbc\x35\x08\xd9\x7c\x68\x7c\xc7\xe6\xd1\xb7\x49\xf3\xe7\x80\x3f\ -\xce\x44\x7b\x6e\x92\x49\x90\x90\x4d\x3b\x79\xa6\x0e\xd2\xd1\xd1\ -\x6c\x47\x56\x6e\x83\x44\x5b\xa4\xf6\x38\x0e\x4a\xa2\x23\x34\xfc\ -\xfd\xb8\xfb\x5b\x4c\x03\xcd\xbe\xc8\x6d\x61\x38\x89\x1e\x86\x80\ -\x6a\x63\xa1\xb5\x45\x55\x6b\xd4\x7e\x0c\xb8\xac\x1c\xd8\x8b\x4a\ -\xa3\x28\x2b\xac\xca\x1a\xab\xaa\xc6\xb2\xa8\xb1\xd0\x16\xcb\x4a\ -\xa3\xd0\x16\x0b\xcd\x28\xe0\xdc\x83\xd2\x02\x4b\x48\x54\x70\x71\ -\x81\x1a\x40\xc9\x02\x15\x51\x63\x5d\xba\x24\xc0\x00\x2c\x40\x3e\ -\x60\x10\xfc\xda\x50\x48\x2b\x40\xc6\x7d\xce\x18\xe8\x11\x90\x01\ -\x10\xa4\x91\x82\x30\x4a\x18\xa9\x04\x12\x41\xc8\x15\xd0\x4f\x08\ -\xfd\x44\xa0\x9f\x2b\x64\x89\x40\x3f\x4b\xd0\xcb\x92\x46\x11\x66\ -\xa9\xf2\xa3\x41\x81\x20\x9c\x8f\x2b\x24\x41\x79\x23\x21\x84\xeb\ -\xc9\x24\x1c\x51\xc2\x93\x41\x47\xc9\x05\x32\xe8\x04\x82\xb6\x76\ -\x9c\xa6\xbf\xac\x8f\x10\x34\xfd\x07\xdb\xba\x5e\x94\x59\xf8\xbc\ -\x0e\x82\x6d\x07\xc5\x12\x66\xbb\xd2\x08\xee\x20\xfb\x43\x4c\x90\ -\xfe\x21\x5b\xd0\xba\x78\x40\x28\xa8\x80\x0b\x94\x4b\xf2\x97\xf7\ -\xb7\x08\x2f\x04\x48\x30\x13\x98\x95\x65\x1e\x32\xaa\xeb\x65\xad\ -\xcb\x65\xa1\x97\x27\x17\xc5\x12\xe2\xa2\x54\xb9\xaa\x97\xb3\x0f\ -\xec\x95\xeb\x7b\x7c\x72\xef\x2d\x7e\x13\xe0\xb7\xdf\xf8\x16\xd4\ -\xbd\x7b\x6f\xd1\x77\x5e\xbe\x2e\x2e\xcd\x52\xf1\xe4\x82\x92\xca\ -\xce\xf2\x93\xa7\xe3\x83\xb3\xe3\xe9\xed\xd9\x62\x75\xcf\x58\x7e\ -\x2d\x4d\xd5\xcd\x41\xaf\xb7\xb3\x33\x1a\xa8\xdd\xdd\x21\xed\xed\ -\x78\xf0\x0f\x7d\xd0\x2f\x6b\x93\x7b\x9a\x08\x3f\x75\xc9\xf9\xc7\ -\xb9\x5b\xdb\xb6\x56\xb5\x05\x06\xe7\xd6\xd2\xc6\x11\x56\xde\x6c\ -\x64\xd7\x3f\x18\x2d\x76\x03\x4b\xb7\x0a\x60\x0b\x9f\x77\x6f\xfe\ -\xcc\xc6\xdc\x46\x46\x9d\x12\xfb\xb8\x94\xb7\xac\x60\x58\xd3\x8e\ -\xfb\xd6\xda\xb4\x20\x2f\x6b\xac\x8a\x0a\xab\xa2\xc4\x62\x55\x63\ -\x55\x94\x58\x16\x15\x96\x65\x8d\x69\x51\x63\x59\xd7\x58\x19\xc6\ -\xd2\x30\x16\x96\x31\x27\x81\x42\x08\x68\x92\x58\x42\xa0\x84\x04\ -\x48\xc0\x2a\x89\x0a\x84\x1a\xa1\xcb\x13\x34\x5b\x44\x31\x29\x80\ -\x45\xd3\x61\x02\xf8\x99\x2d\x40\xc6\x13\x01\xdc\x67\x30\x60\xb5\ -\xb3\x44\x56\x40\x18\x20\xb5\x02\xc2\x13\x43\x62\x09\x79\x49\x90\ -\x6c\x21\xc9\x22\x17\x8c\x9e\x64\xf4\xa4\xc5\x40\x31\xf2\x84\xd1\ -\x97\x84\x41\x22\x31\x4c\x15\xfa\x99\x42\x2f\x95\xe8\xe7\x39\xfa\ -\x59\x82\x3c\x53\xe8\xe5\x2e\x37\x24\xcb\x12\xe4\x89\x57\x0b\x89\ -\xf3\x75\x65\xa4\x1a\x43\x1f\x0a\x6d\xbe\x16\xc2\xd9\x68\xc4\xad\ -\x83\x10\xbe\x6d\xb6\xa5\x63\xaf\x5b\x67\x20\xea\xb7\x5b\xc0\xcf\ -\x9d\x1f\x42\xf4\x68\xb3\x30\xed\x37\x0f\x7c\x62\x2f\xb8\xc8\xc5\ -\x69\xac\x85\x36\xce\x00\x84\x04\xa0\x5a\xbb\xd8\x4d\x08\x6c\x29\ -\xe9\x14\x56\x96\xaa\xc6\xcd\xda\x74\x47\x5b\x23\xc8\xcc\x64\x98\ -\x15\x5b\xec\x58\xcb\x37\x6b\x6d\x8b\x65\x51\x2d\x26\x13\x5a\xf4\ -\xb3\x69\xd1\x7f\xf1\x4a\x5d\x8c\x61\x0e\xd3\x81\xfd\x41\x95\xf2\ -\xbd\xb7\xde\xb2\xea\xf0\xf0\x3e\xed\x1e\x97\xe2\x41\x4f\x2b\x7d\ -\x61\xd3\x47\x4f\x17\xa3\xa7\xa7\x93\xeb\x93\xd9\xe2\xae\xd1\xf5\ -\xab\x4a\xa9\x5b\xbd\x3c\xdb\x1d\x8d\x7a\xe9\xce\x68\x20\x76\x77\ -\x86\xd8\xd9\x19\x60\x34\xec\x37\x11\xff\x2c\x09\xe0\xa7\x06\xfc\ -\xa1\x7a\xfe\x4a\x1b\xb7\x0d\xde\x32\x78\xe4\x53\x47\xec\xde\x51\ -\x06\xe1\x94\x0e\xd3\xfb\xb2\x04\x0b\xdc\x18\x94\x67\x78\x7b\x14\ -\x95\xbc\xf1\xd1\x5b\xdf\x6d\x5b\xd4\xbc\x53\xbe\xc6\xd2\x3b\xd0\ -\x33\x3b\x59\xaf\x8d\xb3\xf2\x45\x51\x61\xb1\x2a\x31\x5f\x16\x98\ -\x2d\x4a\xcc\x16\x05\xa6\xab\x15\xa6\xcb\x0a\x93\xb2\xc6\xbc\xb2\ -\x58\x18\x60\x09\x60\x22\x04\x56\x24\x50\x2b\x89\x4a\x02\xa5\x94\ -\xa8\x84\x80\x26\x01\xcb\x04\x4b\x02\xc6\x12\xc0\x12\x6c\xdd\xbe\ -\xa6\x93\x53\xa8\x3b\x03\xd7\xf3\xc8\x59\xf5\x86\x47\x09\x6e\x45\ -\x12\xe3\x0a\x4d\x1a\x10\xc6\xb9\x4a\x42\x03\x54\xf9\x73\x08\x64\ -\x05\x0a\x43\x20\x2b\x01\x23\x00\x2d\x20\x6d\x02\x61\x04\x88\x09\ -\x52\x03\xa2\x22\x28\x02\x52\x22\xa4\x92\x91\x09\x83\x9e\xac\x31\ -\x90\x16\x3d\x01\x0c\x13\x89\x81\x92\xd8\xcf\x52\x8c\xb2\x04\xfd\ -\x2c\xc1\xa8\x97\x63\x34\x48\xd1\xcf\x13\xf4\x7b\xee\x3d\x4f\x15\ -\xb2\x4c\x41\x09\x42\x92\xc8\xc6\x1f\xa6\x26\xff\x22\xd4\x7b\x23\ -\xeb\xa2\xb6\x09\x9f\x63\x95\x13\x94\x1a\xb7\xa0\x5f\xeb\x1c\x9d\ -\x9e\x40\x58\xe3\xfb\xb5\xc0\xc4\xf3\xb6\x0e\x07\x08\xdf\x9f\x5c\ -\x30\x96\x81\x26\x40\x5b\xd4\x06\x55\xa5\xb1\x5c\x55\x98\xaf\x0a\ -\x2c\x96\x15\x56\xa5\x46\xad\x5d\x7c\x07\x0c\x08\x29\x91\x67\x29\ -\x76\x86\x7d\xec\xed\xf4\x31\x1a\x64\x90\x09\x20\x9b\x06\xb4\x70\ -\xeb\xe6\x20\x52\x10\x16\xc6\x58\x61\x2c\xa7\xc6\x98\x5d\xcb\xf5\ -\x2d\xad\x79\x3e\x5b\x55\x13\x35\x5e\x4d\x07\xc3\xf1\xb2\x7f\x35\ -\xaf\x79\xd9\x37\xb7\x8c\xe4\x3f\xbe\x7f\xc2\x6a\x34\xba\x4e\x79\ -\xb6\x2f\xf6\xab\xa5\xfa\xfe\xfc\xdd\xde\xc9\xd1\xf9\xa5\xf1\x74\ -\x76\xa7\xaa\xeb\xbb\x24\xc4\x9d\x2c\x4b\x0e\x86\x83\x5e\xee\xc0\ -\x3f\x80\x1b\xee\x8b\xc0\x9f\x26\x48\x03\xf8\x43\x14\xb8\xa9\xad\ -\xd8\xfc\x84\x3d\xeb\xc0\x7b\x06\x10\x1b\x79\x1f\xb5\x63\x03\xb4\ -\xb8\x51\xd1\x7e\x46\x7b\x5c\x6c\xc0\x83\xbf\x48\x14\x64\x6e\xdc\ -\x79\xd6\x4a\xe4\x95\x43\xec\x73\xf2\x5a\xcb\x6f\x24\x7b\x80\x9b\ -\x24\x19\xe3\x41\x6f\x8c\x71\x01\xba\xda\x60\x55\x54\xae\xb1\x97\ -\x05\x66\x8b\x15\x26\xb3\x15\xce\x16\x4b\x9c\x2f\x4a\x4c\xaa\x1a\ -\x17\xc6\x62\x0a\x81\x99\x4c\xb0\x4a\x32\xac\x32\x85\x4a\x0a\xac\ -\xa4\x84\x25\x09\x0d\x80\x89\xdc\x68\x5a\x03\x5e\xf7\x4e\x42\xba\ -\xd0\x31\x49\x67\xe1\x01\xb8\x71\x37\x67\xe1\x49\x10\x9a\x71\xb8\ -\x86\x33\xad\xff\x12\x8e\x33\xcd\xf1\x4c\x0c\x08\x0b\x08\x06\xd8\ -\x44\xf5\xec\x09\xce\x02\x30\x02\xd6\x08\x40\x4b\xff\x52\x20\x2d\ -\x41\x5a\x81\x2c\x01\x35\x43\xf8\x60\x56\x2a\x19\x4a\x18\xe4\xa2\ -\x46\x2e\x08\xfb\xaa\xc2\x48\x2a\xec\xa8\x04\x23\xb5\xc2\x41\x3f\ -\xc1\xfe\x20\xc5\xee\x20\xc1\xa8\x9f\x62\xd4\x4f\xd1\xef\xa5\xde\ -\x7d\x70\xca\xa0\x8d\x7c\x87\xc0\x57\x2c\xce\xb6\xa3\xb2\xe9\x1b\ -\x8c\x2e\xf8\xd7\x03\xc6\xa1\x3f\x44\x5b\xdc\x6f\x3a\x56\x64\x7d\ -\x0b\x80\xa7\x98\x35\x1c\x02\x98\x5c\x00\xd7\x25\xf9\x38\x23\x50\ -\x96\x1a\xab\xb2\xc6\x74\x5e\xe0\x62\xb6\xc4\x74\xb6\xc2\x74\x5e\ -\x60\x51\xd4\x20\x99\xa1\x37\xdc\xc3\xce\xee\x25\xec\x5f\x3a\x84\ -\x54\x12\xe7\xc7\x8f\x30\xaf\x81\xdc\x24\x18\x50\x0a\x12\x80\x10\ -\xde\x3c\x71\x6b\xfc\xda\xac\x42\x0b\x63\x18\xda\xb0\xd0\xda\xe6\ -\xda\xf2\x81\xb5\xf5\x9d\xba\xb6\xe3\xc5\xa2\x38\x3d\x3f\x15\x17\ -\x83\x74\xba\xda\xef\xd9\x7a\xef\xc6\xbe\xf9\xa5\xec\xae\x55\xbb\ -\xc7\xa5\x98\xde\x86\x3c\x7f\x77\x9a\x1d\x9d\x5c\xec\x8c\xa7\x93\ -\xeb\x55\x51\xbd\x4c\xc0\x9d\x34\x4d\x2e\xf7\xfb\xbd\xde\xce\x4e\ -\x5f\xec\x8c\x1c\xf8\x87\x83\x3e\xfa\x7e\xb8\x2f\x0b\xa9\xbd\x3e\ -\xda\x1b\x83\x9f\x03\x35\x85\x4e\xdb\x54\xd6\x33\x2a\xb3\x69\xb9\ -\xa8\xbe\x23\xf4\xb7\x56\xb6\x05\xde\x26\xf8\x03\xd1\x84\x77\x0f\ -\x6e\x2f\xa9\x3a\x89\x50\xdc\xd2\x7a\xf8\x48\x11\xe8\x3b\x24\x10\ -\x15\x2e\x3c\x57\x98\xe8\x01\xeb\x96\xb5\xb0\xd6\x42\x6b\x37\xc3\ -\xab\xf2\xf2\x7e\xb9\x2a\xb1\x58\x15\x98\xce\x0b\x4c\x66\x2b\x5c\ -\x2c\x56\x38\x9f\xaf\x70\x51\xd4\x38\x31\x16\x17\x52\x60\x9e\x48\ -\x2c\xf3\x14\x85\x4a\x50\x88\x0c\x1a\xde\xc2\x23\x58\xf4\xa6\x70\ -\x7e\x13\xee\x65\x9d\x3c\x27\x16\xee\x59\x58\xb4\xb5\x4f\xc6\x81\ -\x5a\x68\x47\x0c\x04\xc0\x83\xde\xc5\x44\x0c\x00\x2f\xfb\xa1\xbd\ -\x0b\x60\x3c\x31\x98\xe8\xd9\x1b\x6f\xd5\xb9\x0a\xb0\xce\x8c\x29\ -\x78\x65\x40\x4e\x11\x18\x01\x36\x12\x5c\x25\x80\x96\x20\x23\x60\ -\xb4\x2b\x5b\xa5\x5d\xbd\xce\x09\x90\x60\x5c\x08\x83\x84\x2c\xfa\ -\x64\xd1\x07\xe3\x52\xc6\xb8\x94\x1b\xec\xf7\x4a\xec\xf7\x24\x46\ -\x3d\x85\xbd\x61\x8a\x41\x96\x60\xd8\x4f\xd1\xeb\x39\x22\xc8\x53\ -\xa7\x0e\xc2\x90\x98\x23\x03\x20\x24\xb7\xb6\xab\x13\xad\xa9\x82\ -\xf8\x7b\xc7\x6d\x0b\x3d\x64\xb3\x5b\x32\xe0\x23\x6b\xfe\x97\xe7\ -\xf4\xd9\x6d\x61\x02\x86\x1b\xce\xd4\x96\xa1\xb5\xc5\xaa\xa8\xb1\ -\x58\x96\x98\xcc\x96\x18\x4f\x17\x38\x1b\xcf\x31\x9e\xae\xb0\x28\ -\x34\xd2\xfe\x2e\x6e\xde\x7e\x15\x2f\xbd\xf2\x1a\x5e\xbc\xf3\x31\ -\x8c\x76\xf6\x40\x04\xf4\x7a\x3d\xac\x96\x0b\x8c\x4f\x9f\x60\x71\ -\xf6\x00\x99\x2c\x21\x45\x05\x61\x2c\x20\x6a\x28\x41\x80\x92\xcd\ -\x48\x51\x93\x4d\x68\xfd\xe8\x90\x36\xa2\x36\xa6\x67\x8c\xbd\x5c\ -\xd5\xe6\x4e\x59\x57\x4f\x2f\x56\xea\x68\x34\x5d\x4d\xcf\xf6\xd2\ -\x72\xf7\xa4\xd4\x17\x26\xb3\x6a\x62\x32\x59\x8c\xcf\x92\xa7\x27\ -\x67\xbd\xc9\x78\x7e\x69\xbe\x58\xbd\xa8\xb5\x7d\x49\x2a\x79\xad\ -\x97\xa7\xc3\xd1\xb0\xa7\x86\x43\x37\xd6\x3f\x1c\xf6\x31\x18\x78\ -\xf0\x67\x2e\xc3\xaf\x89\xf6\x87\xaa\xdb\x60\x64\xee\xbc\x75\x6a\ -\x6e\x7d\xe3\xee\x81\x91\xd1\xdf\x02\xfe\x48\x05\xc0\xff\xbe\x76\ -\xcb\x16\xdc\xbe\x31\x03\x09\xac\x29\x80\xf8\xb4\x4d\x1f\xab\xfd\ -\xc8\x00\xd8\x7a\x59\xe7\xcb\x13\x4f\xe4\x58\x15\x15\x16\xcb\x02\ -\xd3\xc5\x0a\xb3\x99\x67\xf9\x45\x81\xf1\xb2\xc2\x78\x55\x63\x5c\ -\x33\x2e\x98\x30\x4f\x32\x8c\x87\x09\xaa\x5c\xa1\x4c\x04\x6a\x22\ -\x68\x48\x18\x16\x1e\xc8\xc2\x3f\x9e\xb7\xe8\xc4\x3e\x90\x47\x80\ -\x51\x20\xab\x00\x96\x00\x02\xf8\xa3\x40\x99\x70\xf9\x02\x10\xe1\ -\xb3\x07\x77\x64\xe5\x1d\xc8\x4d\x63\xf9\x9d\x9b\x10\x49\xad\x70\ -\xef\xe0\x26\xc0\x7a\xab\x13\xce\x67\x77\x7d\x78\xb2\x11\x06\x50\ -\x1a\x24\xb4\x27\x83\x96\x14\xa0\x05\xd8\x10\xac\x01\x34\x13\xaa\ -\xda\x82\x98\x31\x61\x27\x60\x8f\x97\x1a\xbb\xa9\xc2\x6e\x26\xb0\ -\x9b\x12\xf6\x32\x81\x2b\x83\x12\xc3\x94\xb0\xd3\x4b\x30\xc8\x15\ -\x46\xfd\x04\x83\x7e\x86\x41\x2f\x43\xbf\x97\xa0\x97\x27\xc8\xbc\ -\xe1\x49\xbc\xc2\x09\xc3\xc9\x2e\x76\xd8\x5a\xf9\x6e\xdf\x09\xdd\ -\xb3\xb5\x32\x1d\x93\x11\xba\x45\x50\x8a\x14\x72\x12\xd0\x0d\x68\ -\xad\x6d\x04\x1f\xab\xf4\x2e\x98\x65\x42\xad\x0d\x8a\xa2\xc2\x6c\ -\x51\x60\x3c\x59\xe0\xfc\x62\x8e\x93\xf3\x19\xc6\xd3\x15\x56\x95\ -\xc5\x68\xff\x3a\x3e\xf3\xb9\xcf\xe0\x93\xf7\x3e\x89\x1b\xfb\x09\ -\xa8\x9c\x02\xbb\x43\xc8\xfe\x2e\xca\xd9\x39\x7a\xcb\x27\x18\x0d\ -\x76\x21\xc5\x0d\x28\xbb\x80\xb2\x33\x08\x3d\x05\xaa\xd2\xd5\xaf\ -\x10\x90\x00\x12\x96\x8d\x0b\x60\xfc\xec\x42\xad\x2d\xea\xda\x50\ -\x65\x8c\xd2\xb5\x19\x1a\x6b\xaf\x69\xcb\x2f\x2d\x8b\xfa\xd1\x78\ -\xb9\x3c\xdd\x9d\x0c\xe7\xcb\x7d\xae\xac\x2a\xad\x2a\x0f\x94\x9c\ -\x3d\x19\x67\xc7\x67\x17\x3b\xa7\xe3\xe9\xf5\xa2\xa8\x5f\x02\xe1\ -\x56\x9a\xaa\xfd\x7e\x3f\x4f\x87\x83\x9e\x18\x0d\xfb\x18\x0c\x7a\ -\xce\xf2\xe7\x0e\xfc\x49\x92\x38\xf0\xcb\x28\x59\x22\xb6\xf4\xa1\ -\x09\x9e\x25\x9f\xb6\xe2\x2c\x1a\x5a\xeb\x68\x7f\x5e\x3b\x36\xea\ -\xa8\xfe\xf8\x86\xed\xb7\xf1\x4f\x1c\xcc\xa3\x75\xce\x5f\xff\xec\ -\x9b\x74\xed\x3a\xcc\xdc\x8c\x06\x18\x1f\xd0\xd3\xda\x34\x96\x7e\ -\x3a\x5b\xe2\x62\xba\xc0\xf9\x64\x8e\xf1\x74\x89\xf1\x7c\x85\xf3\ -\xa5\xc6\xb4\x06\x26\x94\x60\xa2\xfa\x58\xe4\x29\x96\x69\x8a\x32\ -\x93\x28\x9c\xb1\x84\xf5\x24\xc5\x0c\xa7\xef\x3a\x5b\x58\x71\xd2\ -\x3f\xaf\xf5\x04\xc1\x61\x35\x51\xee\x58\x77\x08\x03\x16\x15\x20\ -\x6a\x6f\xfd\x23\xe0\x07\xc9\xef\x09\x80\x9b\xcf\xd6\xff\xec\x9f\ -\x99\x65\x7b\x6b\x76\xfb\x89\x3d\xf1\x05\x85\x10\x5c\x07\x58\x10\ -\x2c\x58\xb8\x00\x22\x2b\x57\x06\x92\xc6\x2b\x03\x03\x48\x17\x33\ -\x80\x11\x60\x4b\x60\xe3\x54\x93\xb1\x15\x2a\x4b\x58\x31\x61\x5e\ -\x02\xa7\x9a\x90\x97\x12\xc3\x85\xc0\x95\x55\x86\x1d\x45\xd8\x4d\ -\x25\x76\x73\x89\xfd\x5c\x62\x67\x90\x62\xd4\x4b\x31\xe8\xa7\x6e\ -\xe8\xb9\x97\xa0\x9f\xa7\xc8\x53\x09\x25\xdd\x6d\xc8\xc7\x3a\x42\ -\x16\xe2\xba\x41\x69\xfb\xd5\x5a\x5f\x69\x9a\xdf\x8d\x12\xc5\x24\ -\xd0\x46\x21\x79\x93\x04\x62\x12\xf1\x4a\xb0\xd6\x16\x65\x6d\x30\ -\x5f\xac\x70\x3e\x59\xe0\xe4\x6c\x8a\xe3\xb3\x09\xce\x2f\x96\xa8\ -\x39\xc5\xe5\xeb\x1f\xc3\xa7\xef\x7e\x12\xaf\xdd\x7d\x05\x37\xf2\ -\x15\xfa\x47\xbf\x8d\x6c\xba\x44\x79\xf9\xb3\xd0\xbd\xd7\xa0\x84\ -\x86\x3a\xff\x33\x64\xef\xfc\x26\xea\x4f\xfd\x06\xd2\xdd\x57\xb0\ -\xb3\xbb\x0b\x2e\x0c\xec\x6a\x09\xa3\x05\x2c\x85\xae\x42\x60\x29\ -\x90\xb0\x1b\x39\x70\xb9\x22\x3e\xb0\xa8\x0d\xca\x5a\x8b\xaa\x32\ -\x69\xa5\xcd\x7e\x59\xeb\x5b\x45\x59\xbf\x34\x9d\x2d\x9f\x4c\x07\ -\x93\xf1\xe9\x31\x17\x7b\xbd\xa1\x56\xf3\xc7\xd3\xe4\x64\x3c\xee\ -\x8d\x4f\x2f\x0e\x96\x8b\xe2\x96\xd1\xe6\xb6\x52\xf2\x4a\x2f\xcb\ -\x7a\xc3\x41\x5f\x0e\x87\x7d\x0c\x43\x8a\x6f\x1e\x2c\xbf\xcb\xf2\ -\x6b\x7c\xb2\x46\x56\x71\xd3\x57\x7f\x2c\xf2\x1b\xdc\xad\x5b\x7c\ -\x6f\xd9\xc3\x35\x83\xff\xb9\x4e\x04\x68\xe8\xe2\x27\xde\x18\x68\ -\x14\x01\x9a\x7b\xc6\x52\xaf\xbd\xae\x8d\xf8\xc1\x1a\xc7\xb4\x55\ -\xad\x51\x96\x35\x16\xcb\xc2\xc9\xba\xc9\x1c\x67\x17\x0b\x1c\x8f\ -\xe7\x78\x32\x5b\xe1\x89\x26\x4c\x38\xc7\x44\x1d\x60\x31\x1c\xa0\ -\x48\x72\x14\x89\x80\x91\x80\x15\x16\x96\xbc\x95\x6e\x02\x59\x0e\ -\x38\xce\x62\xb7\x2f\x37\x36\x1e\x0a\x65\x01\xaa\x01\x5e\x79\x19\ -\xdf\x92\x60\x23\xeb\x65\x0d\x88\xca\x9d\x1b\xaf\xcc\x1b\x54\x42\ -\xc3\x03\xd4\xec\x23\xa3\x00\x2b\xfd\x8b\xda\x97\x91\xed\xb9\x96\ -\x20\x6c\x98\x5a\x1b\x5c\x06\x0d\xa6\x1a\x80\x01\x05\x92\x61\xeb\ -\xca\x15\x54\x48\x50\x2e\xe4\x15\x83\x21\x1f\x1b\x73\xae\x04\x33\ -\xc3\xb0\x85\x61\x83\x15\x1b\x90\x65\x1c\x6b\xe0\xc3\x52\x22\x27\ -\x85\x5c\x48\x0c\x85\xc2\x8d\x7e\x0f\x97\x7a\x09\x0e\xfb\x19\x2e\ -\x8d\x32\x5c\x9a\x95\xd8\x1f\xb9\x00\xe2\xb0\x97\xfa\xa1\x47\x89\ -\xc4\x13\x01\x87\xb0\xc7\x33\xbb\x47\xab\x08\x5a\x1e\xa5\x46\x65\ -\xc5\x24\x10\x72\x0d\x1a\x57\x32\xf4\x13\x6f\x74\x98\x43\x70\xcf\ -\x8d\xee\x2c\x97\x25\xce\x27\x0b\x9c\x8e\xa7\x78\x7a\x32\xc1\xd9\ -\x78\x8e\xe9\x52\xe3\xca\x0b\x2f\xe3\x73\x5f\xf8\xeb\xf8\xd8\x8b\ -\x37\x70\x48\x27\x18\x3e\xf9\x67\x48\xc6\xdf\x83\xbe\xf2\x69\x14\ -\xb7\x7f\x11\x7c\xf8\x3a\x44\x39\x83\xfa\xfe\x9b\xe8\x7d\xef\x9f\ -\xc2\x42\xa2\xee\xef\x21\x4d\x13\x20\xcb\xa0\x8d\x82\x2e\x05\x0c\ -\x18\x82\x04\xac\xcf\xa3\x90\x42\x80\xa5\x53\x02\x26\x75\x33\x0b\ -\x7b\x3a\x41\x55\xbb\x91\xa6\xaa\xd4\xb2\xac\x75\x4f\x6b\xbe\x62\ -\x8c\xbd\xbd\x5a\xd5\x1f\x9e\x4c\x57\x4f\x07\xfd\x64\xa6\x19\x95\ -\xaa\x4d\x91\x4c\xce\x27\xc3\xf3\xc9\xfc\xfa\xaa\xa8\x6e\x33\xf8\ -\xa6\x4a\xd4\x6e\xaf\x9f\x25\xfd\x7e\x4e\x83\x7e\x0f\xfd\x7e\xe6\ -\x53\x7c\x53\xa4\x3e\xc5\x37\x0c\xf7\x75\xf3\xee\xd7\x3e\x77\xde\ -\x37\xfd\xe9\x75\xf9\xbd\x11\xf8\x5b\xb7\xfc\x31\xc9\x74\xcf\xdc\ -\xbe\x3d\xc7\x77\x73\x77\x5f\xb3\xfe\x1c\xb2\xb2\xba\xc5\xb3\x16\ -\x30\xda\x25\xe7\xac\x56\x2e\x8a\x3f\x9d\x2d\x70\x76\x31\xc7\xe9\ -\x78\x86\xc7\x17\x33\x9c\xcc\x2a\x9c\xd4\xc0\x98\x72\x9c\xf4\xf6\ -\xb1\x92\x43\x94\xa2\x0f\x4d\x19\xb4\x00\x2c\x69\x67\x95\x85\x0d\ -\xb3\x7a\x5b\x10\x93\x6d\x5d\x78\x22\xb8\x0c\x0f\x03\x12\xad\x02\ -\x62\xb2\x80\xac\xfc\x35\x62\xab\x1e\x68\xd0\xfb\xf4\xa4\x3b\xbf\ -\x39\x40\x8b\xf6\xdd\x48\x80\x25\x28\x7c\x36\xca\xbd\xb4\x02\x19\ -\xd9\x1e\x6b\xa2\x00\x2e\xbb\xef\x4e\x5a\x07\x97\x42\x83\xa8\x76\ -\xf7\x23\xed\x95\x46\x8d\x86\x08\x82\x3b\x12\x05\xe3\x9a\xa6\xb2\ -\xc2\x07\x19\x6d\x4b\x44\x70\x60\x63\x61\x51\x59\x83\xca\x94\x98\ -\x6b\xc2\x05\x0b\x4c\x75\x89\xbd\x32\xc7\xfe\xb2\xc4\xe1\x22\xc3\ -\x0b\xa3\x1c\x97\x17\x15\xf6\x07\x29\x76\x7a\x09\x76\x86\x29\x06\ -\x79\x8a\x41\x2f\x41\x96\x10\x12\x45\x90\xc4\x10\x14\x88\xcf\x76\ -\x06\xec\xe2\x6e\xd9\x7c\x6c\x40\x0f\x4f\x02\x71\xff\xf0\x69\x73\ -\x6b\x27\x59\x76\x7d\x43\x6b\x83\x65\x51\x61\x3a\x5b\xe2\xf4\x7c\ -\x86\x27\x27\x17\x38\x3e\x9b\xe2\x62\x5e\x61\xb4\x7f\x1d\x5f\xfb\ -\xca\x57\xf0\xea\x2b\x77\xf0\xa2\x7e\x07\xbd\xf7\xff\x2f\xf4\xcf\ -\xfe\x04\xc8\x77\xb0\x78\xe5\x57\xa1\xef\xfc\x02\x90\xef\x01\xf3\ -\xa7\xc8\xff\xe2\x1f\x20\xfd\xd1\xff\x09\x2a\x2e\x50\xdd\xfc\x19\ -\x70\xb2\x83\x44\x02\x2c\x09\x86\x0d\x98\x0d\xc0\x8e\xdc\x09\x6e\ -\x74\x04\xe3\xd8\x9f\xc2\x00\x00\x20\x00\x49\x44\x41\x54\x82\x20\ -\x21\xc0\xcc\x48\x95\x84\x49\x14\x74\xe6\x15\x40\x95\xa2\xe8\x69\ -\x2a\x2a\x9d\x94\x95\xde\xd5\xa5\xbd\x59\xd4\xfa\xce\x7c\x56\x3c\ -\x9c\x0e\x06\x67\x07\x97\xd5\x52\x55\xf3\x3a\x3d\x9d\x2d\x77\x17\ -\xcb\xf2\xba\xb1\xf6\x96\x52\xe2\x52\x9e\xa6\x79\xbf\x97\xcb\x41\ -\x3f\xc7\xa0\x9f\xa1\x97\x07\xf0\x2b\x37\xb1\x47\x49\xbf\x78\x47\ -\x5b\x9b\x1c\xd5\x6e\x53\xa9\x1b\x64\xb0\x29\xab\xd6\x6d\x7a\x2c\ -\xf1\xe3\x68\x7b\x17\xe8\x9b\xa0\x77\xcd\x14\xf9\xc2\x7e\x2f\xad\ -\x1f\xb4\x76\xbb\xee\xfe\x98\x80\xc8\x01\xdf\xa7\xd4\x06\xff\xfe\ -\x62\xea\xfc\xb9\xb3\x8b\x19\x8e\xce\x67\x38\x5a\x94\x78\xc4\x12\ -\x17\x94\x63\xd6\x1b\x62\x95\xed\x61\x26\x47\xb0\x94\x41\x7b\xad\ -\xc6\x64\x00\x25\x9c\x79\x12\x91\x45\xf4\x96\x9c\xc9\xb6\x56\x93\ -\x1b\x76\xf0\xbf\x9b\xd6\xaa\x4a\xaf\x14\xc8\xb8\x73\x88\xd1\x91\ -\xf7\x9e\x4c\x3a\xfb\x04\x01\xc6\xbf\x5b\xe7\x62\x90\x49\x00\x4e\ -\xdc\xbb\x4e\x80\x3a\x05\x74\x0a\xd2\xca\xbb\x19\xec\xad\xbd\x6d\ -\x2f\x6d\x43\x76\x8e\x8b\x2b\x10\x34\x20\x64\x03\x7c\x12\xda\x65\ -\xbf\x51\x20\x80\x10\x68\xf4\xcf\xda\x0c\x21\xf8\x47\xb3\x70\x44\ -\x13\x86\xcb\xda\x27\xf6\x64\xe7\x57\xce\x61\x83\xb1\xd5\x98\x2d\ -\x56\x38\x2d\x12\x1c\xad\x52\x9c\x95\x43\x5c\x5b\xf6\x71\xd8\x4f\ -\x71\xd0\x53\xd8\x9f\xa7\xd8\x1f\x66\xce\x2d\xe8\x29\x0c\x32\x85\ -\x3c\x95\x48\x14\xa0\x28\xcc\x39\x70\x80\xde\x5c\x99\x28\x34\x3d\ -\xb5\x82\x2c\xc4\x87\x42\x6c\xa5\xd9\x47\x4d\xf7\xb4\x60\xd4\xb5\ -\x45\x59\x19\xcc\x16\x05\xce\x2e\x66\x38\x3e\xb9\xc0\xd3\xd3\x09\ -\x4e\xc7\x0b\x50\xba\x83\x4f\x7d\xee\x6b\xf8\xec\x5f\xfb\x29\x5c\ -\x4f\xe7\xd8\x7f\xfa\x2f\xd0\x7b\xf4\x6d\x48\x33\xc5\xea\xce\xdf\ -\x44\x71\xf7\x1b\x48\x6f\xfc\x14\x32\xa1\x50\x1f\xff\x00\xc9\xbf\ -\xff\x9f\x90\xfc\xe8\xb7\x40\xe5\x14\x2c\x73\x88\xdb\x5f\x85\x18\ -\xec\xc1\xd6\x4b\x80\x6b\xc0\x6a\xb0\xad\xd1\xcc\xf4\x12\x81\xd8\ -\x5c\x30\x54\x4a\x01\xc5\x8c\xc4\x4a\x64\x46\x21\xaf\x13\xf4\x72\ -\x8d\x5e\x99\x60\x55\x24\x32\x2d\xeb\xbc\xaa\xf5\x65\x63\xf8\xe6\ -\xb2\xac\xae\x5f\x2c\x17\x0f\x57\xb3\xd1\x85\x3a\x9b\x4e\x07\xcb\ -\x8b\xc5\xa5\xba\xaa\x6f\x00\xb8\x9a\x2a\x35\xea\xe5\xa9\xea\xf5\ -\x32\xea\xf7\x3c\xf8\x73\x6f\xf9\x13\x07\x7e\x97\x8f\xdc\x62\xad\ -\x9b\x66\xf9\x0c\x90\xa1\xad\xc4\xed\xfe\x54\x00\x5f\xb0\x3a\xbc\ -\xfe\xd3\xc6\x0d\x5a\xd0\x3b\xe2\xa0\xce\x2f\xf1\x81\xdb\xa5\x40\ -\xd4\xa4\xee\x53\xf4\x18\xc6\x18\xd4\xda\x62\x55\x54\x98\x37\x81\ -\x9c\x19\x8e\xcf\xa7\x38\x3e\x9f\xe1\x78\x59\xe3\x44\x33\xc6\x49\ -\x0f\x27\x83\x3d\x14\xd9\x10\x95\xe8\x43\x53\x8e\xda\x4a\x67\x51\ -\x12\xeb\xc6\xd4\x85\x01\xa4\x69\xc1\xdb\x48\x7d\x0f\x58\x11\x12\ -\x71\x82\x34\x0f\x63\xc8\xe4\x73\x3e\xb9\x25\x0e\x12\xfe\x1d\x68\ -\xc6\xf0\xe3\x7a\x09\x8f\xda\x74\x62\x7f\x0f\x86\xb7\xfe\x61\xfa\ -\xb0\x00\x58\x01\x9c\x00\x36\x03\xe9\xd4\x29\x01\x1b\x6a\xd5\xc7\ -\x09\x18\x2e\xda\xef\xe7\x28\x20\x04\x0c\x85\x1f\x8d\x60\x06\x90\ -\xf8\xf4\x5d\xb4\x31\x07\x16\x00\xa4\x3f\xde\x97\xcb\xcf\x16\xec\ -\x80\xaf\x21\x01\x5f\xf3\xe1\xd9\x7c\x06\xa0\x0b\xb4\x6a\x18\xa1\ -\x51\xe9\x12\x4b\xa3\x30\xab\x4a\x1c\x2f\x96\xb8\x9c\xf7\x71\x75\ -\x90\xe3\xca\x22\xc5\xb5\x95\xc6\x4e\xee\x46\x11\x06\xbd\x04\xa3\ -\x7e\x82\x7e\xa6\xd0\xcf\x95\x53\x04\xc2\x4d\xb8\x09\x55\xe3\xda\ -\x3e\xae\xbb\xd0\x1b\xbc\xad\x6f\x14\x20\x47\x7d\x83\x7d\x12\x0f\ -\xa3\xaa\x0d\x96\xab\x0a\xe3\xc9\x02\xc7\x67\x13\x3c\x3e\x1e\xe3\ -\xf8\x74\x86\x65\x05\xdc\xb8\xfd\x1a\xbe\xf4\xa5\xaf\xe1\xe3\x97\ -\x53\x5c\x7e\xfa\x2f\x91\x3f\xf9\x03\x64\xd5\x11\x38\x1b\x61\xf1\ -\xea\xaf\xa3\x7c\xed\xd7\x90\x5f\xba\x0d\xab\x6b\xd4\x8f\xfe\x1c\ -\xd9\x9f\xff\xf7\xc8\x3e\xfc\x36\xa8\x5a\xba\x9a\xef\x5d\x41\x79\ -\xf9\x3e\x94\x94\xe0\x4a\xc3\xd6\x25\xac\x2e\xc0\xa6\x06\xdb\x76\ -\x68\x36\x04\x3e\x05\x00\x16\x02\x52\x32\x12\x25\xa1\x95\x6d\x32\ -\x2f\x7b\x59\x8a\x3c\xaf\x29\x2b\x94\x2a\x2a\x39\x34\xc6\x5c\xad\ -\x8d\xb9\xb1\x2a\xea\x83\xb3\xf9\xf2\x44\x5d\x14\x45\x6f\x59\x54\ -\x97\xd8\xd8\x2b\x52\x88\xbd\x34\x4d\xb2\xbc\x97\x89\x7e\xee\xc0\ -\x9f\xf9\x39\xfd\x6e\x72\x8f\x03\x3f\x89\x20\xfd\x9f\x2d\xbf\x37\ -\xe6\x85\xfb\xba\x0c\xa9\xb8\xb4\x76\x6e\x27\x68\x13\x94\x01\xc7\ -\x8c\x8d\xee\x7b\x67\x8b\xfd\xf7\xe7\x6f\x6b\x70\x71\x9f\x43\xda\ -\x29\xd0\x19\xb3\x9d\x2d\x56\x18\x4f\xe6\x2e\x90\x73\x3e\xc3\x93\ -\xf1\x14\x4f\x56\x1a\xc7\x56\x61\x9c\xee\x60\xb6\xd3\xc3\xaa\x37\ -\xc0\x52\xf5\x60\xa0\x60\x21\xbd\xef\xee\x13\x6a\x1a\xcb\xad\x01\ -\xa9\x3d\x19\x78\x4b\xd8\xf8\xfe\x61\x1c\x1e\x2d\xf8\x9b\xa1\x3f\ -\xed\xaf\xa7\x23\x92\x00\x9a\x39\xfe\xc1\x32\x79\xc2\x60\x0a\x16\ -\x36\x72\x6b\xc8\x8d\xe9\xb3\xb7\x80\x30\x70\x3d\x46\x5a\x70\x52\ -\xbb\xce\x6e\x14\x20\x95\xb7\xf6\xa2\xa9\x20\x42\xfb\xd9\x29\x0b\ -\x42\x33\x08\x2f\xfc\xf3\x85\x72\x43\x7a\xfc\xca\x56\x29\x70\x14\ -\x70\x6c\x05\x8f\x6f\xd3\x28\x4e\x00\x6a\x94\x0f\x41\xf8\xc1\x07\ -\x5f\x27\xd6\xdd\x93\xad\xbb\x5f\xc5\x35\x6a\xad\x31\xaf\x0a\x9c\ -\x2e\x67\x78\x38\xcf\x71\x29\xef\xe1\xce\x62\x84\xfd\x4c\xe1\x72\ -\x3f\xc5\xfe\x30\xc1\xde\x20\xc3\xee\x20\xc1\xce\x20\xc5\x20\x93\ -\xc8\x12\x81\x54\xf9\xa4\x22\x0e\xa3\x06\xeb\xfd\xd3\x93\x6e\x28\ -\x12\xd8\x4f\xf2\x71\x7d\xd3\x30\xa1\xd6\x16\x45\x55\x63\x3a\x5f\ -\xe1\xe4\x6c\x8a\xa7\xc7\x17\x78\x7c\x7c\x81\x79\x61\xb1\x73\x70\ -\x13\x5f\xfa\xec\x97\xf0\xc9\x97\x6f\xe2\x70\xfe\x16\x46\xdf\xff\ -\x5d\xf4\x2e\xbe\x0b\x82\x86\x3e\xb8\x8b\xd9\xab\xff\x05\xec\x9d\ -\x9f\xc7\x70\xff\x0a\x74\x55\xa0\xfe\xf0\xff\x41\xef\x4f\xfe\x2b\ -\xa4\x4f\xff\x5f\x90\x2e\xc1\x20\x30\x0b\x98\x2b\x9f\x04\x8d\xae\ -\x81\xad\x86\xd1\x05\xac\x2e\x61\x4d\x09\x6b\x6a\x37\x1c\x1b\x46\ -\xb2\xd0\x4e\xf2\x12\x02\x90\x2c\x20\x85\x23\x81\xb0\x8e\x40\x16\ -\x86\x50\x33\x25\x56\x85\xca\xea\xda\xee\xb1\xc5\x95\x55\x55\x5d\ -\xaa\xcb\xba\xa7\xca\xe5\x6a\x54\x9a\xfa\x92\x25\x5c\x4e\xa4\x1c\ -\x66\x59\x9a\xe4\x59\x42\xb9\x5f\xc7\xaf\x03\xfe\x78\xdd\xbe\xa6\ -\x8b\x6d\x41\x24\x6f\x40\x2c\xfa\xea\x7d\x2a\x5a\x3f\x84\xd7\xd4\ -\x44\x6c\x29\x62\x32\xd9\xa6\x02\xba\xdf\xdb\x2f\x5b\x34\xff\x26\ -\x27\x01\x80\x5f\x9f\x8d\x7d\x86\x56\x89\x8b\xe9\x02\x67\xe3\x19\ -\x1e\x9f\x5c\xe0\xd1\xd9\x14\x8f\x17\x15\x8e\x2d\xe1\xb8\x3f\xc4\ -\x74\x38\xc2\x32\xcf\x50\x2b\x05\x23\x04\xac\xb7\x98\x80\xf5\x13\ -\x6f\x7c\x0f\x22\x06\x0b\x03\x24\x25\x58\x55\x08\x43\x68\xb1\x85\ -\xe1\x20\xd9\x83\x2f\xec\xa7\xe5\x31\x19\x47\x1c\x4d\xb4\x3e\xaa\ -\x0f\x4f\x02\x7e\x22\x79\x53\x5f\xce\x7e\x29\x47\x28\x22\x48\x70\ -\x03\x20\x5c\x87\x01\x65\xc0\xbc\x02\x54\xe5\x14\x81\x4a\x9b\x0c\ -\x40\x97\x2a\x9d\x39\x42\x60\x89\xc6\xfd\x8a\xdd\x8d\xf0\x39\x28\ -\x92\x50\xae\x98\xbc\x58\xa0\x25\x00\x72\x23\x05\x81\xbc\xfc\x04\ -\x23\xe7\xa5\xf8\xfc\x82\x40\x18\x60\x80\x43\xe0\x33\x1e\xa2\x44\ -\x13\x20\x65\xcb\x60\x69\x51\xc1\xa2\xb6\x35\xe6\xcb\x15\xce\x96\ -\x33\x1c\xcf\x67\xb8\x94\xf7\x70\x75\xd0\xc7\xb5\x61\x0f\x37\x76\ -\x6a\x5c\xad\x7a\x58\x16\x1a\x7b\x83\x14\x83\x5c\xa1\x97\x11\x52\ -\x25\x90\x48\x82\x22\x6e\x47\x4f\xe1\x26\x24\xad\x77\x8e\x86\x0f\ -\x2c\xa0\x8d\x0b\xfe\x2e\x56\x25\xce\x2e\xe6\x38\x3e\x9b\xe2\xf1\ -\xd1\x18\xc7\xe7\x73\xd4\x36\xc5\xa7\xbf\xf0\xb3\xf8\xe9\x2f\x7f\ -\x05\x97\x96\x3f\xc2\xf0\xdd\x7f\x88\xde\xe9\x9f\x22\xa9\x4e\xc1\ -\xbd\x1d\x14\xd7\x7e\x1a\xf3\xd7\x7e\x03\xd9\xad\xcf\xa2\xd7\x1f\ -\x62\x31\xbb\x00\x3f\xfc\x23\x0c\xfe\xec\xbf\x46\x7a\xf4\xa7\xce\ -\xb2\x7b\x95\x61\x93\x21\xcc\x8b\x3f\x0d\x35\xb8\x0c\x53\xcf\x61\ -\xeb\x02\xa6\x5e\x82\x75\x05\xb6\xda\x2b\x80\xee\xe6\x38\xd9\x65\ -\x4b\x4a\x29\xa0\xa4\x44\xa2\x8c\x23\x81\x44\x21\xcf\x14\xb2\x24\ -\xa1\x34\xa9\x92\xb2\xa2\xa1\xae\xed\x65\xad\xed\xa5\x59\x51\x8d\ -\xd4\x6c\xbe\xdc\xd5\xb5\x3e\x24\x60\x3f\x51\xa2\x97\xa5\x89\xcc\ -\xf3\x94\xf2\x68\x35\x9f\x90\x87\x1c\xe6\xf4\x77\xe1\x13\x3a\xc0\ -\xa6\x74\xdf\x8a\x59\xe2\xcd\x7d\xbe\xb6\x83\xd5\xdf\xfa\x7d\xfd\ -\x73\x78\x72\xcf\xd2\xcf\x57\x00\x51\x54\xcf\x9b\xce\x30\xfd\x35\ -\x2c\xd5\x1c\x24\xdd\x74\xbe\xc4\xd9\x78\x86\xe3\xd3\x09\x1e\x9f\ -\x4e\xf0\x60\xb6\xc4\x11\x13\xce\x7b\x3d\x4c\xfa\x7d\xcc\x87\x3d\ -\xac\x52\x09\x2b\x2d\x98\x6a\x70\xb0\xbe\x2c\x00\x96\x11\xe7\x04\ -\xeb\x5f\x03\x49\xe5\x00\x17\xac\x75\x18\xce\x6b\xfc\x96\x90\xe3\ -\x1d\x7c\x7f\xeb\xac\x74\x90\xc3\x21\x2e\x10\xaf\x27\xd0\xb8\x0b\ -\xfe\xd1\x2c\xf9\xcb\x79\x74\x09\x0d\x88\xda\x0f\x0b\xc2\x45\xea\ -\x09\xce\x15\x21\xe3\xce\x35\x12\x2c\x6b\x90\x8f\x29\x90\xd4\xee\ -\xbd\xce\xdc\x30\x9e\x07\x64\x03\xc4\x26\x81\x28\x0e\x44\xda\xf6\ -\xfe\xa1\x7d\x39\x2a\x67\xf3\x4c\x81\x10\xd9\xbb\x0b\xe4\xc9\x20\ -\x4c\x07\x0e\xaf\x10\x1f\x72\x31\x07\x82\xf4\x75\x6c\xe0\x32\x13\ -\x7d\xbc\x04\x06\xec\xaf\x57\x19\x83\xb3\xa2\xc6\xbc\x5a\xe1\xbc\ -\x5c\xe2\x78\xd9\xc3\x45\xb9\x8b\xa5\x66\x1c\x0e\x33\x14\x95\xc5\ -\x30\x17\x18\xf5\x14\xfa\x99\x74\xa3\x06\xca\xcd\xaf\x6f\xa6\xa9\ -\xfb\x61\xde\x76\x12\xa2\x43\x7f\xc8\xd7\x2f\x4a\x8d\xc9\x6c\x89\ -\x93\xb3\x29\x1e\x1f\x3b\x5f\x7f\xb6\xb2\x38\xb8\xfa\x12\x3e\xf3\ -\xb9\xaf\xe0\xf5\xdb\xd7\x71\xf0\xe1\xef\x60\xe7\xc1\xff\x81\xa4\ -\x3e\x81\x40\x0d\xb3\xf7\x22\x16\x2f\xff\x6d\x14\x77\xfe\x23\x0c\ -\xaf\xdf\x45\x96\xf7\x31\x3d\x3b\x02\xff\xf0\xb7\x30\xfa\xde\x3f\ -\x44\x72\xf6\x7d\x37\xb4\x14\xda\x11\x04\xbb\xff\x0a\xf4\xd5\xbf\ -\x06\x05\x06\xdb\x0a\xb6\x2e\x60\x4d\x05\xa3\x2b\xb0\xd1\x51\x77\ -\xe6\xa8\x7e\x5d\x42\x93\x10\x04\xc1\x04\x29\xc9\x93\x80\x53\x02\ -\x5e\x0d\x50\x9a\x28\x29\xa5\xe8\xd5\xda\x1e\xe8\xca\x1e\x16\xab\ -\x6a\x57\xad\x96\xd5\x9e\xd6\xf6\x12\x11\xed\x26\x89\xca\xb2\x34\ -\xa1\x2c\x8d\x2c\xbf\x5f\xb9\x37\xcc\xe9\x0f\x2a\x70\x1d\x8c\xdc\ -\xd9\xc5\xcd\x2b\x0e\x04\x52\xe8\xb8\x6b\x67\x6e\x05\x7e\xe4\x12\ -\x6c\x10\x41\x67\x5b\x07\x7f\xf7\x7b\xab\x10\x68\xa3\xd2\x8c\x05\ -\xea\x3a\xa4\x67\xae\x70\x3e\x9e\xe3\xf8\xec\x02\x4f\xcf\xa7\x78\ -\x32\x9e\xe3\xa8\x28\xf1\x61\xaf\x8f\xc9\xee\x08\xf3\x61\x86\x32\ -\x17\x28\x65\x0d\x4e\x34\x98\xc9\xcb\xdd\x76\x08\xad\x19\xb2\xf3\ -\xd2\x96\x85\x05\x94\x06\x2b\xd3\x24\xce\xb4\x15\x81\x96\x0c\x01\ -\xb4\x69\xbc\x4e\x4e\x13\x93\x07\x61\xa8\x8a\x38\xb2\x2f\xfc\xfd\ -\x02\x99\x50\xdb\x00\x0c\xb8\x38\x43\xed\x82\x8e\x2a\xdc\x43\xb4\ -\xe7\x87\xc9\x3f\x3e\xa0\xc7\xb0\x20\x61\x1c\x19\x88\x1a\x5c\x05\ -\x15\xe0\xc9\xa4\x71\xe7\x1c\x01\xb8\x1c\x02\xdd\x02\xd6\x50\xeb\ -\xdf\x47\xa4\xd1\x19\x8a\xf3\xfc\xeb\xc0\xeb\xd7\x0c\xf2\xc9\x4c\ -\xe4\xc9\x8c\x9b\xa6\x89\xeb\x85\x7c\x35\x09\x30\x4b\x47\x02\x1c\ -\x54\x81\x23\x04\x4b\x16\x16\x06\xc6\x18\x94\xcb\x0a\xd3\xd5\x12\ -\xf3\xaa\xc2\x42\xd7\xb8\x59\x0e\x71\xb8\x4c\xb0\xdf\x4b\xb0\xdf\ -\x57\x18\xf5\x14\x86\x3d\x85\x61\x2f\x41\x2f\x93\x48\x14\x21\x91\ -\xe4\xbb\x4d\x6b\x9c\x2c\x00\x6b\x18\x95\x36\x98\x2f\x4b\x9c\x5f\ -\x2c\xf0\xe4\xe4\x02\x8f\x9f\x9e\xe3\x6c\xb2\x42\x32\xb8\x84\x2f\ -\x7e\xed\x2b\xf8\xe4\x27\xee\xe2\x70\xfe\x0e\xf6\xbe\xf3\xbf\x60\ -\x30\xff\x2e\x14\x56\x10\x92\x50\x5c\xba\x8f\xd9\x6b\xbf\x01\xdc\ -\xfe\x1a\xf6\x0f\x6f\x00\x20\x4c\x8e\x3f\x84\xfa\xc1\x3f\x47\xfe\ -\xce\x3f\x77\xe0\x67\x97\x31\x18\x52\x91\x2d\xa5\xa8\x5f\xf8\x12\ -\xc4\xe0\x00\xcc\x1a\xa6\x2e\xfc\x6b\x05\xb6\x41\xfe\xdb\x4e\x17\ -\x72\xdd\xba\x4d\x8f\x16\x24\x20\x84\x5b\x5d\x28\x51\xc2\x2f\x2b\ -\x26\xc3\xb2\x62\x94\x48\x99\x55\x42\xef\x68\x6b\x2e\x2d\x8a\x6a\ -\x5f\xad\x8a\xf2\xc0\x1a\x7b\x49\x29\x39\x4c\x12\xa5\xd2\x54\x51\ -\xc8\xf2\x0b\x04\x10\x2f\xde\xd9\xb5\xff\x21\x25\x36\xde\xd3\xf6\ -\xb3\xb6\xe5\xe3\x4f\x5b\xfc\xae\x70\x6e\xe4\x0a\x6c\xec\xdb\xd8\ -\x42\x8f\x8a\xb6\x78\x7d\x81\xf0\x16\x8c\x2c\xfc\xe0\x09\xbb\x69\ -\x97\x5a\x5b\x94\xb5\x76\x01\xbe\x8b\x39\x8e\x4e\xc6\x78\x72\x7a\ -\x81\x27\xe7\x53\x3c\x5e\x96\x38\x95\x12\xe7\xbb\x43\x9c\x5f\xda\ -\xc5\xaa\x2f\x51\x26\x0c\xab\x2a\xb0\xb4\x70\xf3\x55\x95\x1f\x2b\ -\x6f\xc6\xef\xda\x72\x12\x1c\xc0\xa4\xcb\x90\x83\x6c\x23\xfc\x4e\ -\xad\x50\x1b\x23\x88\x11\x62\xfd\x75\xfc\x04\x1f\x57\x8f\x6b\x96\ -\x9d\xe1\x09\x40\x36\x41\xbb\x56\x18\xb4\x43\x81\xe4\x67\x21\x12\ -\xb9\x4e\xd6\xb8\x11\x8d\xef\xed\x49\x29\xc4\x19\x84\x6e\x54\x03\ -\x92\x24\x52\x00\xdc\x9c\x16\x08\xc3\x69\x55\x6a\xf3\x05\x58\x36\ -\xc1\x43\x67\xa1\x8d\x53\x0c\x82\x41\x46\xf8\x73\x83\xe2\xb1\x2d\ -\x17\x09\x8e\x62\x0e\x14\x1d\xd3\x34\xa8\xaf\x1a\xd1\xd4\x1d\x77\ -\x46\x49\x3c\x41\x0a\xe7\xda\x58\x62\x70\xcd\x30\x9a\xf1\x74\x3a\ -\xc1\xaa\xaa\x70\xbe\x58\xe2\xea\xb0\x8f\x6b\xc3\x3e\x6e\x9b\x11\ -\x96\xa5\xc5\xaa\x34\x28\x6a\xeb\x32\x0c\x73\x85\x5e\x2a\x5c\x32\ -\x91\xcf\xfc\xb3\xde\x38\x14\x65\x8d\xc9\xac\xc0\xc9\xf9\x14\x8f\ -\x8f\xc7\x78\x7c\x7c\x81\x65\x49\xb8\xf3\x89\xcf\xe2\xf3\x9f\xff\ -\x32\xae\xe6\x8c\x9d\x07\xff\x1a\xfb\x0f\x7f\x07\x39\xce\x20\x65\ -\x0d\x4a\x33\xac\xae\x7f\x09\xd3\x4f\xfc\x3d\x24\x2f\x7e\x09\xbb\ -\x07\x97\xa1\xb5\xc6\xe4\xf1\x3b\x48\xbe\xf7\x4f\x30\xfc\xd1\x3f\ -\x83\x58\x1e\xbb\xbe\xed\x89\xd0\x55\x33\xc1\xf6\xaf\xc1\xde\xfc\ -\x22\x28\x1b\x80\xab\x99\xb3\xfe\x7a\x05\xab\x2b\xe7\xff\x6f\xc8\ -\x7f\x0a\xdd\xbe\xc9\x09\x23\x72\x4a\x20\xac\xbb\xa0\x22\x12\x48\ -\x94\x24\xa5\x84\x22\xa2\xa1\xb5\x7c\xa9\xd6\x66\x5f\xd5\x5a\xef\ -\x33\x63\x5f\x0a\x91\x27\x89\x94\x69\xa2\x28\x89\x57\xf4\x91\x62\ -\x63\x02\x46\x23\xf9\x79\xed\xbb\xff\xdc\xb5\xe0\x11\x5e\xc1\x6d\ -\x69\xe3\x9f\x1a\xcb\x01\x74\x48\x24\xbe\xc0\x36\x05\x10\xe3\xbf\ -\x99\x2d\x86\x6e\x07\x6a\xd6\x11\x0c\x56\xdf\x65\x6b\x15\x45\x85\ -\x8b\xd9\x12\x27\x67\x13\x3c\x3e\x3e\xc7\xfb\x47\x67\x78\x7f\xb9\ -\xc2\xa3\x54\xe2\xec\xda\x0e\xe6\xa3\x01\x56\x79\x8a\x32\xb5\x60\ -\xa5\x01\x65\xfd\x70\x96\x04\x6c\x02\xe2\x04\x20\x05\x08\x9f\x92\ -\x2b\x42\xb2\x12\x7c\x52\x4f\x78\x11\x08\x12\xb0\x0a\xdd\x20\x1f\ -\xfb\x64\xa4\xe0\xfb\x86\xa8\xba\x27\x94\xc6\xaa\x47\x32\x9f\x03\ -\x39\x08\xef\x8e\x47\xd6\x3f\xd4\x2d\x34\x9a\x80\x9c\x81\xb3\xb4\ -\x92\xd0\xc9\x0a\x14\xde\xff\xf1\x41\x49\x56\xa5\x73\x51\x54\x05\ -\x24\x2b\x0f\xea\xd0\xae\x68\xdc\x8b\x26\x0b\xd0\x12\x50\x27\x40\ -\x95\x3b\x42\x13\x01\xd1\x51\x82\x90\xd0\xae\x2f\x68\xe1\xd2\x97\ -\xb5\xaf\x27\x2b\xd0\xac\xa5\x17\x82\xa4\x71\x7f\xe1\x18\xdc\x81\ -\xb0\x02\x19\x91\x0f\x4c\x4a\xc0\xfa\x64\x27\x4e\x40\x54\x83\xa9\ -\x70\xf1\x0d\xb2\x80\x06\xca\x0a\x38\x99\x2d\x70\x3e\x5b\xe2\x5d\ -\x41\xd8\xef\xf7\xf0\x89\x2b\x87\xb8\xbe\x33\xc0\x8d\xdd\x3e\x2e\ -\x57\x8c\xaa\x06\xb4\x01\xb4\x71\x0b\x9c\x24\xca\xdd\xb9\xd6\x1a\ -\x45\xa9\x31\x9e\x2c\xf0\xf4\x74\x82\x47\x4f\xcf\x71\x7c\xbe\x40\ -\xd2\x3f\xc0\xa7\x3e\xff\x59\x7c\xfe\x93\xf7\x71\x65\xf9\x00\xf9\ -\x3b\xff\x16\xfd\xb3\xef\xa0\xa7\xe6\x90\x4a\xc3\xe6\xbb\x98\xbf\ -\xf8\x75\x2c\xee\xfe\x1a\x06\x37\x5f\xc7\xce\xde\x3e\x56\xab\x15\ -\x66\x4f\x7e\x80\xfe\x5f\xfc\xb7\xe8\x3f\xf8\x2d\x50\x39\x89\xda\ -\x33\x3c\x39\xc1\x22\x41\x7d\xe3\x8b\x30\x7b\x77\x90\xb0\x05\xdb\ -\x0a\xac\x9d\x02\x70\x23\x00\x5b\xe4\x7f\xac\x74\xc9\xb7\xb5\x77\ -\x69\x84\x10\x4d\x3c\x40\xf9\xf5\x04\x53\xe5\x16\x14\x95\x42\xe4\ -\xda\xe8\xfd\xaa\x36\x07\xaa\xae\xcd\x2e\x88\x87\x52\x8a\x54\x29\ -\x25\x92\xf5\xbf\xd8\x13\xaf\xda\x4b\x31\x28\x03\x68\x03\xf8\x23\ -\x12\x68\x28\x80\xa3\xaf\x2d\x41\xb4\xdb\x7a\x5e\x7f\x7c\x5c\xe7\ -\x0a\x5b\xb7\x36\x9b\x6f\x4d\xf3\x47\x3a\xc0\x36\x2b\xad\xb8\x99\ -\x52\x65\xe5\xd3\x34\xc7\x73\x3c\x3d\x1d\xe3\xe1\xd1\x39\xde\x3f\ -\x9b\xe0\x61\x55\xe2\xc9\x6e\x0f\xa7\x07\x43\xac\xf2\x3e\xaa\x44\ -\x3a\x1c\x24\x16\x90\x04\x90\x93\xfa\x64\x13\xc0\xa6\xce\x02\xb3\ -\x70\x1d\x12\x3e\x52\xdc\x04\xc8\x82\xc4\x26\x0f\xfc\xb0\xf2\x5a\ -\x44\x00\xec\xe3\xb8\xa1\x3e\x42\x76\x1e\x3c\x30\xd6\x7b\x49\x48\ -\x6a\x09\xea\x22\x04\x18\x1b\x52\x00\xda\x40\x5d\xb8\x86\x00\xb1\ -\x74\xd2\x19\xf0\x04\x69\xc0\xec\xd7\x82\x6d\xd6\x02\xf0\x40\x54\ -\x21\xe1\xc8\x5b\x6d\x8e\x14\x07\x03\x8d\xcf\x6f\xbd\x22\x61\xd9\ -\x12\x10\xb9\x6b\xb7\xf7\xf7\xc7\x0b\x00\x6c\xc0\x12\x2e\xd1\x08\ -\xa2\x89\x60\xb3\x1f\xa1\x88\xc9\xdf\x95\x2b\x72\x57\x10\xee\x1b\ -\x35\x73\x18\x31\xf0\xea\xcb\x49\x60\x06\x50\x83\x49\x83\x65\x58\ -\xc1\x98\xa0\x35\x60\x34\xa3\xae\x97\x30\xe6\x04\x67\xf3\x05\xa6\ -\xc5\x1e\x5e\x3c\x18\xa1\xf6\x0b\xb2\x94\xb5\x42\x2f\x01\x52\xe5\ -\x9e\x79\x55\x94\x0e\xfc\xc7\x63\x3c\x3e\x99\xe0\x62\x51\xe3\xe6\ -\x4b\xf7\xf0\xf9\x2f\xfe\x75\xdc\x1e\x30\xf6\x7f\xf8\xbf\x63\x70\ -\xfc\x67\xc8\xcd\x11\x92\xa4\x80\x94\x8c\x7a\xf4\x02\x66\xb7\x7e\ -\x01\xc5\xab\x7f\x07\xfb\x2f\xdc\xc5\x60\x38\xc2\x7c\x36\xc3\xe4\ -\xd1\xdb\xd8\x7d\xfb\x7f\x44\xff\xbd\x7f\x09\xaa\x97\x1e\x2e\xc1\ -\xe5\x71\x65\x67\x26\xe8\x64\x1f\xe6\xc5\x2f\x41\x0e\xf6\x01\xae\ -\x61\xea\x15\x74\xb5\x6a\xc0\xcf\xc6\xbb\x5c\xdd\x8e\xde\xc5\x83\ -\x6f\x86\x8e\x0a\x10\x7e\x1d\x41\xe5\x96\x6e\x93\x4a\x0a\x21\x44\ -\x0a\xd0\x90\x8d\xdd\x51\x60\x0c\x88\x28\x97\x52\xa8\x44\x39\xcb\ -\xdf\x64\xfa\x49\xb7\x16\x99\x08\xd6\xdf\xa7\x42\xc6\x69\xba\xed\ -\x9f\x3f\x6a\x61\xdf\xd9\xb6\x49\xf8\x35\x95\x10\x66\xfa\x21\x06\ -\x44\x73\xbf\x2d\xdb\x96\x71\x7d\x8a\xfe\x0b\x43\x23\x8e\x1f\x22\ -\xab\xbf\xaa\x30\x99\x2f\x71\x72\x76\x81\x47\x4f\xcf\xf0\xe1\xc9\ -\x05\xde\x9b\x4c\xf1\x54\x0a\x9c\x5d\x1a\xe1\x7c\x7f\x84\x65\x2f\ -\x87\xf1\xe9\x95\x2c\x3d\xf8\xa1\xdc\x5c\x78\x9b\x02\x26\x75\x93\ -\x71\x1a\x19\x0a\x2f\x6b\xa3\x57\x08\xb2\xb1\x97\xea\x4d\x60\xcb\ -\xcf\xa9\xb7\xed\xfe\xd6\x8a\x07\xf0\x07\x50\x7a\x3f\xbe\x89\xc0\ -\x23\x4a\xa8\x89\x40\x13\xc0\xd7\x54\x55\x38\xdf\x07\xef\x08\xad\ -\xaa\xb0\x16\x80\x04\x59\x02\x4b\x6a\xaf\xd3\x4c\x10\x0a\x16\x99\ -\x5b\x4b\xc3\xfe\xf9\x6c\xe4\xe3\x0b\x76\xf1\x02\x29\x3c\xb7\x59\ -\x27\xf5\x4d\x70\x57\x44\xdb\x57\x09\xed\x75\x99\xbc\xfb\x14\x08\ -\xba\xcd\x69\xe0\xb6\x15\x3d\x49\x46\x06\x25\x90\xc9\x46\x8b\xb3\ -\xbf\x1f\xf9\x49\x5a\xc2\xaf\x31\xa8\xc1\xd2\xfa\xa1\x66\x01\xd6\ -\x02\xda\x02\xa7\xd3\x05\x96\x45\x85\x59\x51\x61\x56\x56\x28\xf4\ -\x3e\x34\x0f\xb1\xaa\x2c\x72\x65\x21\xa1\xa1\xeb\x12\xb3\xf9\x02\ -\xa7\xe7\x33\x1c\x9d\x4d\x21\xb2\x5d\x7c\xee\xab\x5f\xc6\xfd\xbb\ -\x77\xf1\x82\x3d\x45\xff\xbb\xff\x0a\xfd\xb3\xb7\x90\x25\x33\x24\ -\x49\x05\x4a\x08\xe5\xa5\xfb\x98\xdc\xfe\x65\xe8\x97\xbe\x8e\x83\ -\x1b\x1f\x43\x96\x65\x18\x9f\x9f\xa1\x78\xf8\x67\xd8\xfb\xee\xdf\ -\x47\xff\xf1\xef\x03\xba\x8c\xda\xb9\x95\xfe\x2e\xe1\x4c\x42\x1f\ -\xbc\x06\xbe\x74\x17\x4a\x4a\xa0\x5e\xc0\xd4\x2b\x98\x7a\xe9\xdd\ -\x80\xca\xf9\xff\x1f\x61\x0b\xa3\x01\x41\x09\x84\xd5\xb8\x43\x50\ -\x30\x71\x8b\x8b\x2a\x22\xca\x19\x3c\x50\x20\xe4\x42\x88\x44\x2a\ -\x29\x94\x12\xd4\x2e\xdf\xed\x67\xf9\x35\x96\x3f\x6c\x91\xd5\x5f\ -\x93\xee\x4d\x87\x89\xc9\x7b\x0d\xfc\x9b\x7f\xfa\xc9\x9d\xb7\x2d\ -\x43\x8b\x3b\x1d\x20\xb2\xeb\xeb\x89\x44\x0d\xfa\xbb\xe0\x07\x9c\ -\xc4\xab\x6b\x8d\xf9\xb2\xc0\xf9\xc5\x1c\x47\xc7\x63\x3c\x7c\x7a\ -\x8a\x0f\x8e\xc7\x78\x50\xd7\x78\xda\xcb\x30\x39\xd8\xc1\x6c\xd8\ -\x47\x91\xa6\xd0\x12\x2e\x52\xad\x2c\x58\xb0\x93\xef\x70\xb2\xdf\ -\x81\x3f\x41\x33\x19\x07\x70\xe0\x50\x3e\x0f\x3f\x44\xda\x19\x68\ -\xe5\xbc\x03\x1f\x85\xc8\x7f\x20\x00\x9f\x83\x4f\x21\x07\xdf\xfb\ -\xe9\xcd\xec\x3a\x51\x83\xc2\xfc\xfc\xb8\x1e\x3b\x56\x30\x10\x43\ -\xe8\x1c\x01\xc8\x61\x2e\x40\x68\x13\x9f\xd7\xdf\x00\x3e\x52\x92\ -\x41\x89\x50\x1d\xb5\xa5\xbf\x56\x50\x7c\xc1\xff\x6b\x7e\x23\xef\ -\x3a\x68\x5f\xf5\x06\x4c\xd2\xb9\x45\x36\xf6\xd3\xfd\x70\xa0\x27\ -\x2e\x16\x16\x24\x42\x92\x50\x78\x86\xf6\xb1\xda\x2e\x13\xd4\x52\ -\xe8\x63\xda\x1f\x1b\x92\x8a\xb8\x35\x77\x4d\x32\x92\x6c\x1f\x8f\ -\x08\xa0\x1a\xac\x1c\x79\x12\x18\xac\x9d\x1a\x98\x17\x35\xca\x7a\ -\x82\xf9\xaa\x40\x51\x19\x68\x26\x1c\xf6\x52\xf4\x49\x03\xa6\x44\ -\xb1\x5a\x60\x32\x9d\x61\x3a\x2f\xb1\x7f\xe5\x0e\x7e\xee\xeb\xbf\ -\x8c\x5b\x3d\x60\xf4\xe0\xf7\x30\x7c\xf4\xc7\x48\xcb\xa7\x48\x93\ -\x02\x2a\xa9\x21\x12\x85\xf9\xf5\xaf\x62\xf2\xf1\xff\x0c\xea\x85\ -\xcf\xe0\xca\xd5\x5b\x50\x4a\xe1\xe2\xfc\x14\xe5\xc3\x3f\xc5\xde\ -\xbf\xff\x2f\x91\x3f\xf9\xa3\x26\xd2\xcf\x21\xcc\xd8\xc0\x86\x60\ -\x99\xa0\x69\x08\x7b\xed\x53\xc0\xee\x0d\x10\xd7\xa8\xab\x25\x4c\ -\xb5\x84\xad\x57\x30\xba\x84\xb5\x1a\x0e\x29\xe1\x4f\xbf\x44\xfd\ -\xe0\x19\x5b\x58\x75\x5b\x10\x35\x58\x76\xb8\x96\x24\xa4\x10\x52\ -\x50\x62\x2d\x72\x05\xa2\x4c\x10\x29\x29\x24\x05\xa6\x68\xfd\xfe\ -\xb0\x7a\x6b\xb8\x5f\x0b\xf6\x10\x00\x6c\xc1\xdf\x2d\xc0\x36\xdb\ -\xfd\x5c\xf0\x6f\x28\x80\x58\x09\xb8\x12\x04\xd5\xd0\x26\x71\x6c\ -\xab\x85\xb0\x94\x36\x60\xd8\x0d\xdf\xcc\x16\x2b\x1c\x9f\x5c\xe0\ -\xd1\xd1\x39\x3e\x38\x3a\xc3\x83\xf3\x29\x1e\x1b\xc6\xa3\x2b\x07\ -\x98\xef\x0c\x51\xe4\x39\x2a\x21\xc1\x82\x9c\xac\x56\x06\x90\x04\ -\xa2\xe0\xb7\xfa\xd4\x59\x24\xce\x82\xc5\x5e\x87\xb0\x60\x55\xbb\ -\x31\xfb\xb0\x86\x1d\x2b\x04\xe0\x23\x58\x60\x8e\x26\xdd\xb0\x3b\ -\x86\xc2\x08\x42\xb0\x78\x88\xdd\x02\xea\xde\xc7\xd7\x41\x37\x36\ -\xc0\xad\xec\xf7\xd2\x9b\x9b\x60\x5f\x78\x13\x2e\x93\x2f\xd4\xb7\ -\x0f\xd2\xb9\xf9\x00\xdc\x92\x00\xc9\xf6\x3a\x60\x84\x9c\xf3\xa6\ -\x7d\x43\x59\xe2\x51\x9c\x10\xe8\xf4\xd7\xe5\x90\xd5\x17\x86\x04\ -\x9b\xd9\x8b\x11\xa9\x0b\x3f\xb5\x38\x04\x3c\x0d\x1a\x05\x43\xc4\ -\xde\x93\x09\x23\x2b\x88\xc0\x1d\x62\x18\xd1\x5a\x06\x9e\x5f\x9a\ -\xc2\x85\x84\xa4\xc6\x63\xd0\x60\x61\xc0\x89\x76\xb1\x18\x12\xb0\ -\x9a\x50\x19\xe0\x6c\xb6\x42\x59\x3f\xc1\x64\xb9\xc4\x0b\x7b\xbb\ -\xb8\x36\xc8\x90\xc3\x82\x0c\x83\xd5\x0e\x3e\xf5\x85\xd7\xf1\xfa\ -\xbd\x7b\xb8\xc6\xe7\x18\xfd\xe5\xef\xa3\xff\xf0\xdf\x21\xa1\x19\ -\xd2\xb4\x84\x4a\x34\x90\x64\x98\xdc\xfc\x0f\x70\x71\xf7\xd7\x91\ -\x5f\xfb\x04\xae\x5c\xbb\x01\x66\xc6\xd9\xd1\x43\x98\x47\x7f\x82\ -\xfd\xb7\xfe\x3e\xf2\xe3\xef\xb8\x72\xa3\xad\xc6\xb6\x1f\x03\xcc\ -\x04\x63\x14\xf4\xce\x4d\x98\xdb\x5f\x86\x4a\x13\x58\xb3\x74\xd6\ -\xbf\x5c\xc2\x54\x2e\x00\xc8\xd6\x05\x5e\xb7\x2f\xec\xba\xd1\xfd\ -\xdb\x10\x29\xb9\xc9\x7a\xa2\x01\xbf\x1b\xfa\x94\x24\x88\x08\x8a\ -\x88\x33\xb7\x8a\x93\x20\x25\x25\x91\x68\xfe\x48\x67\x3b\xe6\xbf\ -\xa9\x00\x7c\x19\x02\x60\xd1\xf5\xdd\x7f\x4c\xf1\xd0\x80\xbf\xf1\ -\xfb\xd7\x14\xc0\xda\xf5\x9a\xa7\xc2\xfa\xd2\xd6\xed\xc7\xb0\xbb\ -\x11\x20\xcc\xd0\x86\xdd\xf0\xde\x74\x89\xa7\xc7\xe7\xf8\xe0\xc9\ -\x19\x7e\x74\x74\x8e\x07\x8b\x12\x4f\xb2\x1e\xc6\x7b\x3b\x18\xef\ -\xec\xa2\x52\x09\x58\xc8\x28\x6b\x8f\x7d\x70\x39\x1e\x96\xf3\xe9\ -\xb3\x82\x7d\xa7\x0c\x53\x72\xad\x3f\x2e\x04\xf0\xc2\x6f\x61\x75\ -\x1e\xbf\x60\x47\x98\xbf\x1f\xf6\x7b\x10\x31\xb1\xf7\x5d\x83\xdf\ -\x6c\x1d\x01\x09\x9f\x39\x28\xc3\xcc\xbb\x68\xac\x3d\x9e\x12\xcc\ -\x80\xf3\xe3\x81\x90\x63\xe0\x64\xb5\x6d\xae\x8f\x30\xea\xc0\x40\ -\x3b\xd3\x90\x23\x33\xe2\x55\x09\xd0\x92\x89\x1f\xfe\xa3\x66\x18\ -\x10\xad\x35\xe6\x40\x1a\x51\x5b\x10\xfc\x88\x82\x6d\x09\x12\xf0\ -\xc1\x4f\x8a\xda\xd7\xd5\x31\x37\x27\xf9\xc0\xad\x89\x14\x46\xc7\ -\xc4\x91\xbf\xbf\x1f\x05\xb0\x2e\xb5\xd8\xa9\x15\x9f\xdc\x24\x5c\ -\xa3\x93\x25\x70\x9c\xb9\xd8\x08\x26\x72\x0a\x45\x86\xe1\x4b\x01\ -\x68\x82\x31\xc0\x64\x59\x62\xb9\x3a\xc1\xe9\x64\x8e\xa7\x3b\x23\ -\xbc\xb0\xb7\x83\xfb\xb7\x6f\xe3\xd3\x9f\xfc\x14\x5e\xba\xb2\x87\ -\xbd\x47\x7f\x8c\xde\x83\xff\x1b\xf9\xfc\x21\x12\xb9\x42\x9a\x96\ -\x90\x4a\x83\x7b\x7b\xb8\x78\xf9\x57\x30\xfb\xd8\xaf\x62\xf7\xfa\ -\xc7\x70\x70\xe9\x12\x8c\x31\x38\x7b\xfc\x00\xf6\xe1\x1f\xe1\xe0\ -\xfb\xff\x0d\xb2\xb3\xb7\x00\x6b\x1a\x7f\x1f\xc1\xdf\x77\x0d\xe3\ -\xa2\xfe\x56\xc2\x70\x0f\x7c\xeb\x8b\xa0\xcb\x1f\x83\x24\x86\xad\ -\x4b\x07\xfe\x7a\xe9\x02\x80\xa6\x76\xf5\x2e\x5c\x1b\x3c\xcf\xf0\ -\x37\xf4\xe0\xab\xae\x89\x07\x78\x22\x70\x59\xbc\x02\x52\x10\x09\ -\x12\xca\xba\xb0\x07\xa7\x82\x48\x12\x09\x0a\x52\xa1\xfb\x57\x7a\ -\xa3\x3b\xf8\xb1\x06\x8e\x6b\xb9\x51\x04\xdd\x42\xb4\x5c\x15\x7c\ -\xb5\xd8\x2a\x45\xd6\x9e\xa3\xe8\x79\xf8\xbc\x4e\x00\xb1\xec\xf5\ -\xf7\x5f\x5f\x5a\xac\x89\xa5\xf9\xc0\xce\x72\x55\x62\x7c\x31\xc7\ -\x93\xe3\x31\x1e\x3c\x3c\xc2\x8f\x4e\x27\x78\x50\x31\x9e\x0e\x87\ -\x98\xec\xed\x62\xd5\x1b\xa2\x12\x29\x18\x12\x00\x3b\x69\x2a\x00\ -\x26\x0f\xfc\x66\x2a\x6b\x74\x0f\x4b\x20\x56\x80\x49\xdc\x0e\x9f\ -\x41\x47\x36\x71\x9d\xcf\x97\x91\x02\x40\xad\x7f\x35\x6a\xc0\x93\ -\x0c\xfb\x5d\x56\xb4\xe9\xbb\x60\x00\x1e\xfc\xaa\x72\x09\x3c\xb2\ -\x6a\x09\x00\xf0\xeb\xf1\x25\xde\x62\x7b\xab\x1e\xc0\x0f\x20\x66\ -\xeb\x66\x88\x91\xd8\x11\x4f\xc0\x53\x1c\x53\xe8\x54\x70\xf0\xbb\ -\x03\x93\x46\x99\x80\x8d\x42\xb3\xbe\x13\x06\xa6\x8d\x1b\xc7\xdf\ -\x1f\x14\x91\x13\x9a\xcf\xc4\x5e\x55\x34\x53\x86\xbd\x21\xf0\xf3\ -\x1b\x28\x04\x39\x03\x67\x89\xe6\xe1\xd0\x2a\x9f\xb6\x9f\xb8\xdb\ -\x6a\x44\x05\x71\xb1\x80\x78\x5e\x41\xe3\x1e\x04\xf1\xa2\x01\x69\ -\x3a\x6d\x55\x1b\xc6\xf9\x6c\x89\x34\x49\x71\xf7\xce\x21\xbe\xf2\ -\xd5\x9f\xc1\x0b\x62\x81\xbd\x3f\xff\x47\xe8\x9f\x7c\x0f\x4a\xcf\ -\x90\x24\x25\xd2\xb4\x84\x50\x0c\xd3\x3f\xc4\xe9\xc7\xfe\x0e\xca\ -\x57\x7e\x05\x57\x6e\x7d\x0c\xa3\xd1\x08\x65\x59\xe2\xe4\xf1\x03\ -\xd0\xfb\xbf\x87\x83\xef\xfd\x77\xc8\xa6\xef\xc0\xfd\x05\x50\x57\ -\xee\x6e\x77\x26\x2f\xfd\x05\x8c\x96\x30\x83\x6b\x30\x2f\x7f\x15\ -\x32\x1f\x80\x6c\xe1\x7d\xff\x85\x73\x01\x74\xe9\xa3\xff\xa1\x2e\ -\x62\x94\x6d\xdf\xda\x1a\xf3\xff\x47\xf1\x80\xa0\x06\x48\x10\x11\ -\x41\x32\x23\x55\x96\x39\x25\x40\x09\x41\x42\x08\xf7\x57\x06\x62\ -\xcb\x4f\x81\xa5\xb7\x6d\x6b\x18\xed\x74\x2b\x42\x27\x8f\xba\x73\ -\x5a\xa4\x20\xc2\x75\xb6\x2f\xed\x8d\x36\xe9\x28\xce\x6f\xdf\x06\ -\x7e\x42\x93\xd1\x37\x5b\x95\x38\x3b\x9b\xe2\xe1\x93\x13\x7c\xf0\ -\xe4\x0c\x0f\xce\xa6\x78\x8f\x09\x4f\x0f\xf6\x31\xd9\xd9\x43\x91\ -\xf6\xa1\xa1\xc0\xa4\x5a\x50\x36\x6b\x98\x7b\x6b\x1f\x26\xe9\x34\ -\xe0\x50\x20\x93\x82\x4c\xe6\x58\x3d\x58\x3c\x38\x0b\xef\x62\x05\ -\x51\x25\xc4\xd9\x7b\x61\xf5\x9d\x26\x51\x28\x26\x44\x6a\x1b\x97\ -\xb4\x4f\xe0\x09\xd3\x7e\x5b\xdf\xcf\x01\x4f\x35\x01\x44\x6e\x64\ -\x79\x20\x2a\x2f\xdf\xc3\x18\x7c\x58\xee\x9b\x44\x93\xe1\xe6\x36\ -\xd1\x02\x15\xa2\xc9\x80\x6b\x2a\x32\x04\xfb\x3a\xee\x5d\x00\x7f\ -\x44\xe6\xd6\x97\xdd\x4f\x14\x6a\x53\x99\x1d\xf9\x35\x6b\xf6\x13\ -\x7c\x99\xdd\xbd\x09\xda\x91\x40\x6c\xed\x43\x5c\x80\x7c\x52\x50\ -\x33\xa2\x12\xd7\x4f\x5b\x7e\x62\x9f\x14\x14\x13\x99\xef\x27\x9d\ -\x69\xbf\x0d\x01\x7a\x32\x20\xe9\xef\x65\xfd\xdf\xc4\x72\xae\xcf\ -\xb5\x83\xcb\xf8\xc5\xaf\x7c\x05\xff\xe1\x67\x7e\x0a\x2f\xce\xdf\ -\xc1\xc1\x0f\x7f\x1b\xe9\xf9\x8f\x20\xa9\x46\x9a\x96\x48\xd3\x0a\ -\xa4\x18\xf5\xee\x1d\x9c\x7e\xec\xd7\x50\xdf\xf9\x3a\xae\xbe\xf0\ -\x12\x86\xa3\x11\xe6\xf3\x39\xce\x1f\xfd\x08\xe9\x8f\x7e\x13\x7b\ -\xef\xfd\x6f\x48\x67\x0f\x7c\x5e\x86\x77\x45\xe1\x49\x0d\x21\xf0\ -\xe7\xad\xbf\x91\xd0\x9c\x43\x5f\xfb\x29\xd0\xb5\xd7\xbc\xf5\x2f\ -\xa0\xcb\x05\x74\xb9\x68\xad\x7f\x43\x70\x14\x3d\xe8\xf6\x8d\xbb\ -\x1d\xb0\xa9\xfe\xf8\x2f\x71\x09\x22\xff\x57\x07\xa0\x00\x9b\x28\ -\x00\x09\x88\xfc\xf2\x6a\xc2\x67\xfc\x45\xfe\x7f\x44\xc2\x1b\xf7\ -\xee\x68\x8e\xf5\xc6\xd8\xb6\xaf\xd5\x0a\xec\x3b\x5c\x18\x49\xd8\ -\x3a\x14\xd8\x3c\x3a\x45\x9f\xd7\x1e\x9a\xdd\x03\x86\x19\x5a\x93\ -\xe9\x0a\xc7\x67\x13\x7c\xf0\xe8\x08\xef\x3d\x39\xc5\x07\x17\x4b\ -\x3c\x15\x12\x4f\x0e\xf7\x30\xde\x3b\x40\x29\x7b\xb0\x94\x38\xcb\ -\x2f\xb9\x7d\x11\xfb\x60\x79\x54\xd1\xde\xda\x93\xc9\x80\x3a\x73\ -\xd3\x67\x41\x68\x17\xef\xf0\x25\x8a\x83\x6c\x0d\x18\x3d\xb1\x84\ -\x3c\xf8\x50\x05\x01\xf8\x22\xb6\x5e\x1e\x60\xc2\x4f\x18\x22\x1d\ -\x75\xdc\x60\x6d\x7d\xf6\x9c\xf1\x23\x0d\x76\x4d\xa9\x08\xdb\x12\ -\x48\xbc\x18\x88\x97\xf5\xf1\x9f\xa1\xea\xe8\xc4\x90\x75\x08\x8a\ -\x06\x18\xb8\x7d\x9e\x66\x67\x6c\x85\xbd\x45\x32\x84\x66\xfd\x00\ -\x86\xab\x87\x86\x58\xd0\x25\xf9\xc8\x47\x77\x49\x4a\xd1\x68\xc3\ -\xba\xec\x8f\xf3\x04\x42\xa0\x2f\x1c\xcb\x68\xbf\x87\xd5\x8b\x42\ -\x47\x08\x2e\x43\x73\x1d\x81\x66\xf6\x24\xd8\xa7\x1d\x03\x61\x82\ -\x54\x9a\x0b\x7c\xea\xf6\xc7\xf1\xb7\xbe\xf0\x15\x7c\xe5\xe5\x5b\ -\xb8\xf6\xf0\xf7\xb1\xf3\xee\xef\x21\xad\x26\x90\x52\x23\x4d\x4b\ -\x24\x49\x05\xe4\x19\x16\x3b\x77\x71\x76\xf7\xd7\x21\x6e\x7d\x15\ -\x37\x5f\x7c\x09\x79\x9e\x63\x36\x9b\xe2\xf4\xc3\x1f\x60\xf8\xce\ -\x3f\xc1\xee\x7b\xff\x14\x6a\x75\xea\xab\x97\xda\xe1\xbe\xe8\x7b\ -\xd3\x94\x56\x40\x1b\x05\x9b\xed\x03\x77\x7f\x0e\x94\x0f\x20\x50\ -\xa3\xae\x57\xb0\x75\xf0\xfd\x4b\x58\xe3\xc9\x32\xb8\xc0\x78\xc6\ -\x16\x61\xa6\x75\xcf\xda\x7d\x8e\x04\x82\x8d\x73\x56\x5d\x10\x04\ -\xb3\x1b\xf9\x54\x00\x24\x9a\x15\x57\x63\xf0\xb7\xd6\x7f\xfd\x7f\ -\x0e\x9d\x82\x78\xb3\x78\x8c\x96\x9d\xc3\xd8\x75\x07\xd8\x9d\x52\ -\x76\xdb\x70\x43\x2e\x34\xb7\xf5\x1b\x75\x7e\x62\x76\x6b\xac\x17\ -\x95\xc6\x74\xbe\xc2\x93\xa3\x31\xde\x7f\x74\x8c\x77\x8e\xcf\xf1\ -\x4e\x59\xe0\xf1\xc1\x00\xe3\xbd\x5d\x2c\x06\x23\x54\xc8\x5c\xb0\ -\x8b\xe0\x00\x98\xe8\xc8\x1a\x92\x1f\x42\xf2\x69\xb6\x46\x01\x3a\ -\x03\xd5\x7d\x9f\x16\x2b\x1c\xf0\x55\xe9\x33\xfb\x6c\xdb\x41\xd9\ -\xb9\x11\xcd\x4a\x3e\x21\x0f\x20\x44\xf4\xfd\x7b\x33\x21\x06\xf0\ -\x39\xfa\x41\xde\x07\xeb\x1f\xe4\x1e\xdc\xa8\x41\xb3\x72\x4f\x48\ -\xf9\xf5\xe9\xbd\x41\x62\x37\x24\xe0\xea\x9b\xa5\x71\xea\x21\xae\ -\xb7\xa0\x68\x1a\x40\x46\x04\x15\xae\xe1\x03\x75\x14\x1f\x13\x62\ -\x89\xcd\x3e\x2f\xdf\xc3\x79\x46\xf8\x2c\x3f\x6a\xcb\xd9\xc4\x10\ -\xc3\xd0\xa6\x27\x90\xd0\x03\xc3\xb1\xf0\x81\x40\x58\x27\x95\xa3\ -\xb8\x65\xf4\x40\x68\x16\x0d\x41\x20\x16\xff\x60\x8d\x32\x88\x09\ -\xc0\x97\x93\x85\x9b\x50\xc5\xc6\x2b\x27\xd9\x3e\x48\x10\x17\x82\ -\x30\xcc\x73\x7c\xed\x93\xaf\xe3\x6f\x7f\xee\xab\xb8\x3b\x20\x5c\ -\x79\xef\xb7\x30\xf8\xf0\x0f\x21\xaa\x05\x94\xd2\x3e\xd8\x57\x03\ -\x69\x86\xf9\xa5\xcf\xe0\xe4\xe3\x7f\x0f\xf9\xad\xcf\xe1\xc6\xcd\ -\x5b\x48\xd3\x14\xd3\xc9\x04\xe3\x87\x6f\x63\xf0\x83\xff\x15\x7b\ -\x1f\xfc\x26\x54\x71\xea\x8b\x10\x88\xae\x25\x55\xf6\x84\xcb\x20\ -\x07\x7e\xad\x60\x6c\x02\x73\xed\x75\xd0\xf5\x7b\x50\x52\x80\x75\ -\x09\x53\x2e\x50\x97\xf3\x66\xe8\xaf\xad\x98\x08\x00\xeb\x52\x7b\ -\x63\xa8\x3c\x72\xa9\xe3\x73\xc2\x47\x4f\x02\xec\x22\xab\x4a\x81\ -\x21\x40\xcd\xd6\x21\x00\xf2\x67\x84\xbf\x48\x4b\xeb\x17\x64\x78\ -\xbf\x2b\x2a\x5b\xc0\x3b\x87\x1b\xf2\x5a\x19\x37\x9e\x60\xed\x15\ -\xf8\x23\xb0\xff\xb6\xe7\x08\x7f\x58\x91\x60\x2c\xb0\x2a\x6b\x4c\ -\x66\x2e\x71\xe3\xc1\xa3\x13\xbc\xfb\xf4\x0c\xdf\xd7\x15\x1e\xef\ -\x0d\x30\x3e\xd8\x43\x91\x0d\x50\x23\xf5\xe0\x67\xe7\x07\x0a\x03\ -\x48\x06\x85\x85\x35\x83\xe5\x32\x12\x30\x19\xa8\xce\x81\x3a\x07\ -\x59\xe5\x0d\x57\xed\xce\x53\x2e\x40\xe7\xdc\x03\x0f\x86\x78\x26\ -\x59\x90\xe5\x21\x1f\x40\xfa\x49\x39\xaa\x8a\xac\x3e\x10\x52\x70\ -\x03\x20\x99\xfc\x6f\x61\x88\x30\x5a\xe5\xb7\xad\x60\x0b\x96\x06\ -\x64\x6b\x8f\x09\x2f\xad\x29\x46\x6b\x68\x18\xf6\x71\x4c\x1b\x11\ -\x80\x6f\x98\xa0\x00\x9a\x77\x6a\x87\xd9\xc3\xef\x26\xde\xef\xc0\ -\x4a\x4d\x26\x20\xfc\x6a\x42\xa2\x3d\xc6\xe3\x39\xa8\x95\x4e\xb9\ -\xe3\x16\x0c\x43\xa1\x41\x5d\x84\x97\xe5\xe8\xdc\xe8\x44\x01\xaf\ -\x78\x7c\x79\x43\xac\xa0\xa9\x9b\xe0\xcf\x07\xa4\x85\xc0\x2c\x6f\ -\x79\x67\x27\xf9\x77\xf7\xf1\x8b\x5f\xf8\x32\xbe\xfe\xea\x2b\xb8\ -\x53\x3e\xc1\xde\x5f\xfc\x2e\xf2\xf1\xbb\x10\xb6\x82\x4a\x6a\xa4\ -\x69\x05\x99\x68\xe8\x74\x88\xc9\xcd\xaf\x63\x72\xe7\x3f\x46\xef\ -\xc6\xeb\x78\xe1\xe6\x4d\x24\x49\x82\xf3\xb3\x53\x4c\x1f\x7e\x17\ -\xa3\x77\xfe\x31\x76\x3f\xfc\x57\x90\xe5\x45\x33\x9a\x02\xb4\xa3\ -\x50\x1d\xa5\xe5\x15\x81\x31\x12\xc6\x28\x98\x64\x17\xfc\xca\xcf\ -\x40\x0c\xf6\x21\x61\xa0\xeb\x02\xa6\x5a\x38\x05\x50\xaf\xfc\xd4\ -\x5f\xe3\xe1\x1f\x23\x2c\xda\x38\x7e\xe3\xa8\xda\xa2\x7a\x85\xcb\ -\x38\x0d\x1c\xec\xaf\xe0\x92\xd1\x19\x42\xb9\x38\x41\x2b\xf7\x03\ -\x43\xb4\x2f\x7f\xe3\x70\x85\x20\xff\x40\x51\xfe\x49\xb4\xbc\x32\ -\xbb\x6f\x01\xbb\xc1\x00\x04\x56\x5a\x87\xff\xda\xb3\x6c\xf9\xf2\ -\x8c\x63\xad\x5b\x9c\x61\x59\x54\x18\x5f\x2c\xf0\xe8\xe8\x0c\x0f\ -\x1e\x1d\xe3\xdd\x93\x31\xde\x2f\x2b\x3c\xbc\xba\x8b\xe9\xa5\x7d\ -\xac\xd2\x1e\x34\x12\x20\x48\x7e\x61\xc0\xd2\x17\x2a\x04\xe7\xc2\ -\x98\xbd\x4e\x41\x75\x0f\xa8\x7b\x20\x9d\xb9\x8e\x2a\xb5\xb3\xaa\ -\x49\x09\x4e\x0a\xaf\x00\xea\x56\xe1\x84\x2c\xb9\x58\xbd\x34\x6b\ -\x00\xd4\x80\x2c\x5d\xaa\xad\xac\xbc\xbc\xef\x98\xd6\xe8\x05\x0f\ -\x28\xe9\x12\x8d\xac\xdc\xf8\x39\x64\x19\xb2\x0a\xe4\x2c\xd0\x4c\ -\xc2\x69\x7c\xe6\x20\x97\x43\x4c\x20\x58\x7a\x6a\x49\x65\x3d\xbd\ -\x98\xfd\x79\x31\x80\x83\x75\x6f\x7a\xb2\x69\x65\x7a\xe7\x5a\xa1\ -\x51\x68\x93\x04\xb8\xb3\xc3\xbd\xac\x8b\x63\x50\x33\x3a\xd0\x8e\ -\x3a\xc4\x9d\xb6\xbd\xb0\x77\x79\x42\x3b\xd9\x60\xc9\xbd\xbc\x6e\ -\xca\xe1\xcb\xd8\xf6\xc4\xb6\x2e\x7c\x7c\x46\x09\x81\x57\xae\xbf\ -\x80\x5f\xf9\xd2\x57\xf1\xb5\x17\xaf\xe1\xfa\xa3\x3f\xc0\xee\x87\ -\x7f\x88\x64\x75\x0e\x22\x83\x24\xad\x7c\xa4\xdf\x42\xf7\xf6\x70\ -\x7c\xfb\x3f\xc1\xe4\xe6\xdf\xc2\xc1\x0b\xaf\xe0\xd6\xad\x5b\x00\ -\x80\xe3\xe3\x23\xcc\x1f\xbd\x85\xfd\xbf\xfc\x1f\xb0\xf3\xf8\xdf\ -\x40\x54\xb3\x86\xf0\x9a\x2e\xb0\x55\xfa\xc7\xd6\x5f\x01\xd7\x3f\ -\x09\xba\xf5\x69\xa8\x44\x00\x76\x09\x5d\xce\x9d\xff\x5f\x2d\xfd\ -\xd8\xbf\x1f\xfa\x6b\xf4\xf5\x36\xf0\x47\x84\xcf\xd1\x7b\x5b\x10\ -\xb4\xd6\xb7\x3d\x26\xc0\x98\x08\xa4\x82\xa5\x0f\xc1\xbe\x20\xfd\ -\x63\x9f\x2c\x04\x03\xe1\x8f\x63\xf2\x7f\xff\xbd\xb9\x60\xf7\x6f\ -\x00\xc5\x7f\x21\x75\x43\x36\x34\xbe\x5a\x17\xe5\x9d\x3d\xf1\x17\ -\xea\x1e\x14\x02\x88\x86\x09\xab\xa2\xc4\xd9\x64\x81\x47\x8f\x4f\ -\xf1\xee\xa3\x23\xfc\xe8\x64\x8c\xf7\xd9\xe2\xf8\xf2\x00\x17\x87\ -\xbb\x28\xd2\x1c\x1a\x7e\x08\x4e\x70\x3b\x2b\xcf\x83\x9f\xc2\xf8\ -\x7c\xe3\xe7\xf7\x1c\x01\x18\x17\x69\x87\x34\xe0\x74\x05\xa4\x05\ -\x58\x15\x8e\x04\x44\xdd\xfa\xff\x61\xfc\xbc\x49\xd2\xf2\xc0\x4f\ -\x56\x0e\xf0\x21\xc7\xbe\x01\x7f\x18\x33\xe7\x4e\xdb\x39\x2b\xea\ -\x83\x89\x36\x58\x7f\xa0\x91\xfa\x91\x84\x6d\xe3\x0b\x61\x7a\x2e\ -\x9a\x76\x68\xfd\x5f\x7f\xcd\x00\x00\x46\x3b\x22\x11\x2c\x69\xe3\ -\xb7\xa3\xfd\x1e\x80\xd9\xc8\x7a\x77\x71\x6e\x16\x30\x09\xd2\x3e\ -\x3c\x6f\x60\xf7\x90\x69\x28\xa2\x6b\xaf\x11\x5c\x34\xaa\x42\x4c\ -\xcd\x38\xbf\xeb\x2b\xc1\x77\xf0\x13\x8d\x82\xab\x11\xda\x3f\x8c\ -\x1a\x04\xe3\xd3\x58\x56\xdf\x2f\xd9\x82\xdb\xa4\x80\x6e\x9f\xf1\ -\xf5\xd0\xcb\x32\x7c\xf9\xd5\x8f\xe3\x97\x3f\xfb\x79\x7c\x6a\x60\ -\x70\xf5\x87\xff\x02\xc3\xa7\x7f\x06\x59\x2f\x20\xc8\x22\x4d\x2b\ -\x24\x3e\xd2\x5f\x0d\xaf\xe3\xe9\x8d\x5f\xc2\xea\xf6\xdf\xc4\xd5\ -\x5b\x77\x71\xed\xda\x75\xd4\x5a\xe3\xc9\xe3\x47\xd0\x27\x7f\x89\ -\x83\x1f\xfe\x03\xec\x3e\xfe\x37\xa0\x6a\xd1\x36\x21\x87\x59\x7d\ -\xd4\x7c\x0f\x6d\xcb\x20\x58\x2b\x60\x8c\x82\xb5\x0a\x9c\x8c\xc0\ -\x77\x7f\x0e\x62\xe7\x10\x02\x06\xba\x5c\xc2\x54\x0b\xe8\x72\xee\ -\xfc\x7f\xe3\x97\xfe\xf2\xf3\x66\x28\x18\xe0\xb5\xad\x6b\xf9\x43\ -\x36\x6e\x9b\xa3\xd3\x0e\xbc\xc5\xc4\x1a\xf5\x27\xf8\x58\x28\x1a\ -\xeb\xbf\x06\x78\x42\x47\x01\x34\x49\x41\xfe\x46\xf0\xc7\xb5\x72\ -\xbf\xbd\x7c\x57\x11\xb4\x32\x86\x3d\xfd\x84\xd9\x6a\xcf\x22\x83\ -\x4e\x30\xae\xf3\xc0\xf0\xb2\xbf\xc2\xf9\x64\x81\xc7\x4f\xcf\xf0\ -\xee\xa3\x63\x7c\xf7\xfc\x1c\xef\xf6\x81\xe3\x2b\x3b\x2e\xb9\x47\ -\xe6\x60\xc8\x56\xb5\x88\xf0\xf2\xd7\xb4\x0a\xa8\x87\x4e\xea\xeb\ -\xdc\x05\xf8\xac\x0f\xf2\x49\x0d\x4e\x4a\x20\x5d\x82\x7b\x53\x27\ -\xdf\x65\x1d\x59\x6f\xff\x60\x36\xe4\x0f\xe8\x76\xf8\x2e\x29\x80\ -\x64\xe5\xa3\xf9\x11\xe8\x3b\x3e\x6b\x98\x4b\x0f\xb4\xa0\x0a\x09\ -\x46\x81\xa4\xc8\x35\x4f\x48\x15\x6e\x3a\xb3\xf3\x87\xb9\x99\x73\ -\x60\xba\x20\x6e\x1a\xbb\x95\x9e\x0e\xd0\xb2\x99\xbd\xd8\xae\x2f\ -\xe2\xd7\x52\xe8\x80\xde\x83\xd7\xae\x81\x17\x68\x09\x29\x58\x5b\ -\x3f\xb7\xbf\x09\x86\xc6\xe3\xf0\x4d\x83\xb5\xf2\xdb\xd5\xbf\x01\ -\x0b\x3f\x2b\x92\xa3\x38\x47\x28\x6f\xb8\x5f\xb7\xf3\x38\x12\x0a\ -\x21\x8f\x30\x4d\x3a\x74\x8f\xce\xf9\xed\x0f\xe4\xbc\x5b\x5c\xde\ -\xdd\xc7\xdf\xf8\xd4\x27\xf1\x0b\xaf\xbf\x86\x57\xea\x87\x38\x78\ -\xeb\xb7\x31\xbc\x78\x00\xe2\x1a\x42\xd8\x26\xd2\x0f\x09\x94\x3b\ -\x77\x70\xf2\xd2\x37\x50\xbf\xf8\x37\x70\x78\xf5\x16\xae\x5e\x32\ -\xdd\x30\x00\x00\x20\x00\x49\x44\x41\x54\x5c\xb9\x02\x63\x0c\x3e\ -\x7c\xff\x01\x8a\x0f\xfe\x1d\xae\xbd\xff\x3f\x63\xef\xfc\x0f\x41\ -\xba\x40\xc8\xe5\xef\x8c\x54\xb0\x07\x3f\x22\x42\x08\x51\x7f\xad\ -\x1c\x11\x5c\x7d\x15\x78\xf1\xd3\x90\x4a\x02\x26\x02\x7f\xed\x13\ -\x7f\x8c\xcf\x71\xe0\xa0\xf4\xb0\xb1\x75\xe7\xd9\x84\x77\xdf\xf6\ -\xd1\xf0\x6d\x9c\x64\x87\xf5\x73\x5c\x0f\x5b\x0b\xf3\x35\x80\x0f\ -\x01\xc0\x58\x0d\x44\x95\xde\x88\x93\xa8\x1d\xd6\xac\x76\xfb\x3b\ -\xb7\x3b\x3d\xa3\xb5\x7f\xa5\x37\xfa\x6d\xbd\x74\xcd\xad\xda\x21\ -\x14\x6b\x19\xab\xa2\xc6\xf9\x74\x81\x27\x4f\xc7\x78\xf7\xe1\x11\ -\x7e\x78\x7c\x86\xf7\x46\xc0\xf1\x95\x01\x66\x7b\x39\x4a\xa1\xd0\ -\x38\x25\xf1\x52\x56\xc2\x75\x52\xb2\xca\x81\xbe\x1a\x80\x74\xee\ -\x2d\xbe\x8f\x16\xab\x12\x9c\x16\xe0\x74\x09\xa4\x2b\x70\x36\xf7\ -\xcb\x6d\x87\xc8\xbc\x68\x41\x29\xe0\xae\x2f\x6b\x6f\xf1\xab\xe8\ -\x58\x3f\x6c\xc6\x6a\x6d\xbe\xbb\x27\x04\x5a\x7b\xd6\x26\x11\x28\ -\x7c\x25\xc0\xda\xb6\xee\x19\x7e\x56\x5d\xda\x00\x9d\x1b\xcb\x18\ -\x62\x09\x6b\x56\xb2\x01\xb7\xf3\xbb\x9b\x79\x08\xec\x01\x05\x44\ -\xe0\x89\xea\x3f\xac\x65\x80\xe8\xda\x00\xc2\x82\xa1\x6d\xcb\x44\ -\x49\x45\x81\xbc\x68\xed\x5a\xeb\x8a\xaf\xf3\x9c\x36\xea\x03\xf1\ -\xfd\xd6\xdc\x01\x8e\xea\x8b\xd0\x4c\x82\x6a\x92\x20\x3b\x1d\xb1\ -\x05\xa3\x14\x12\xaf\x5c\xbf\x86\xff\xf4\xcb\x5f\xc0\xe7\x5f\xb8\ -\x8c\x6b\x93\xef\xe3\xe0\xdd\xdf\x45\x36\xf9\x00\x04\x0b\x29\x0c\ -\xd2\xac\x40\x92\xd6\x10\x92\xb0\x18\xbd\x84\x47\x2f\xfd\x5d\xa8\ -\x97\x7f\x1e\x2f\xdc\x7a\x19\xbb\xbb\xbb\xa8\xaa\x0a\x8f\x1f\xbe\ -\x0f\xf3\xe0\xdb\xb8\xf6\xde\x3f\xc6\xfe\xc5\x77\x40\x56\xa3\x49\ -\xea\x41\x64\x4f\x63\x15\x10\x8a\x0e\x80\xad\x80\x31\x12\xd6\x08\ -\xd8\x74\x04\xfe\xc4\xcf\x43\xee\x5c\x85\x12\x0c\x53\x85\xa1\xbf\ -\x39\x4c\xb5\x84\x31\x3e\xf8\x47\x61\x1d\x84\x2d\xe8\xdf\xd8\xe2\ -\xfc\x19\xff\x3d\x56\x60\x1c\x2b\x82\xa8\xcf\x31\x43\x85\xf6\x72\ -\xc6\xdf\x2b\x80\x70\xc0\xc6\x87\xb6\xa6\x37\xc0\x1f\xd4\x00\x5a\ -\xe2\x0e\x85\x69\x03\x85\xc1\x5d\xf0\x9d\x14\xec\x89\x26\xd6\x02\ -\xed\x03\x07\x62\x6a\x2c\xbf\x09\xe0\x9f\xe3\xd1\x93\x33\xbc\xe7\ -\xa3\xfd\x0f\x50\xe3\xe8\xea\x2e\xa6\xfb\x19\x2a\x29\x7d\x9f\x08\ -\x0f\x1f\x56\x9d\x81\x97\xd8\x89\x03\x7f\x9d\x03\x75\xcf\x59\x7d\ -\x0f\x7e\x4e\x2a\x20\x5b\x80\xf3\xb9\xb3\xfe\x8d\x35\x0f\x4b\x6c\ -\x91\x0b\x12\x92\x9f\xda\xeb\x13\x77\x58\x95\x08\x7f\x88\xa3\x71\ -\x0d\x6c\x1a\x59\x54\xc0\xfd\x9d\xbe\xb0\x20\xa8\x7f\xba\xd8\xff\ -\x8e\x66\x09\x76\x2a\x20\x54\xa6\xcf\x43\x80\xce\x7c\xf4\xdf\x82\ -\x84\x04\x73\x18\xf6\x6b\xcc\x7a\x0b\xfc\xe0\xcb\x9b\xb0\x0c\x78\ -\xb0\xd0\x6e\x35\xd9\x36\x7a\x4f\x9d\xce\xe3\xee\xed\xd1\x15\xe7\ -\x2b\xc4\x87\x34\xa3\x27\x9e\x64\xbd\x00\x68\x9f\x2b\xa8\x08\x44\ -\xa4\x11\x9e\xcb\x9f\x13\x0c\xb9\x0d\xc7\x6c\x21\x9d\x0e\x7f\x78\ -\x92\x0b\x1e\x92\x8d\xae\xd9\x04\x37\xdd\xf1\x89\x92\xf8\xcc\x4b\ -\x77\xf0\x77\xbf\xfa\x25\xbc\x36\xd0\x38\x7c\xfc\x6f\xb1\xfb\xe1\ -\x1f\x40\xad\x2e\x00\x58\x48\xa9\x91\xe7\x05\x94\xaa\x81\x44\x62\ -\xb1\x77\x0f\x4f\x5e\xfa\xcf\x81\x17\xbe\x88\x9b\x77\x3e\x8e\xd1\ -\x68\x84\xe5\x72\x89\x27\x1f\xbe\x07\xbc\xf7\x3b\xb8\xfe\xde\x3f\ -\xc2\x70\xf6\x97\x0e\xfc\xcd\x3d\xa3\x79\x0f\xeb\x09\x3f\xdc\x46\ -\xfd\x8d\x51\x30\x5a\xc1\xb2\x04\x5f\x7d\x0d\x74\xe7\xf3\x48\x92\ -\xc4\xf9\xfe\xd5\x02\xba\x9c\x39\xf0\xd7\x2e\xf1\xa7\x93\x0c\xb7\ -\x91\x86\xbb\xb9\xc5\x52\xbf\x01\x3a\x03\xdd\x44\xbb\x88\x4c\x5b\ -\xca\x8a\x5c\x00\x44\x86\x7e\x4d\x7e\xc7\x36\xc2\x4d\xad\x8d\xee\ -\x1e\x7e\xf0\x05\x6e\xb2\x4e\x9b\xb6\x8b\xc0\x0f\xff\x87\x16\x10\ -\xa6\x6f\x92\x2f\x20\x45\xc7\xbb\x07\x89\x2f\xcb\xff\x1f\x6d\x6f\ -\xfe\x26\xc7\x71\xde\x79\x7e\x22\x32\xb3\xaa\x2f\x34\x1a\x40\xe3\ -\x6a\xdc\x17\x01\x12\x20\x09\x5e\x22\xc5\x43\xd4\x6d\x7b\x6c\xcf\ -\x78\x76\x67\x77\xbc\xfb\xc7\xed\xee\xec\xce\xda\x63\xd9\x1e\xdb\ -\xf2\x25\x8f\x6c\x49\x16\x49\x49\x14\xc1\x03\xe0\x4d\xe2\x3e\x1b\ -\x8d\xbe\xbb\xaa\xeb\xca\x8c\xd8\x1f\x22\xde\x88\xc8\xaa\x06\x28\ -\xdb\xcf\xe6\xf3\x00\x5d\x47\x56\x66\x64\x44\xbc\xef\xfb\x7d\x6f\ -\xa3\x30\xd6\xb2\xd9\x1d\xb0\xb2\xda\xe2\xf6\xfc\x12\x57\x6f\x2f\ -\x70\x65\x71\x95\x1b\xaa\xe4\xfe\xfe\x49\xd6\x77\x15\xf4\x73\xe5\ -\xb7\xb6\x27\xa6\xca\x13\x7c\x08\xc9\x6d\x38\x89\x5f\x36\x9d\x8b\ -\xcf\xba\xef\x50\x38\xb8\xde\xe8\x62\xc7\x36\x1c\x03\x68\xb6\xbd\ -\xf1\x2e\x91\xe6\xf2\x2c\xda\x7a\x30\x20\x61\xbb\x49\x22\x8d\x55\ -\x4e\xbd\x90\x62\x21\xa2\x87\x6b\xc9\xe7\xf6\x6e\xad\x60\x1b\xd3\ -\x89\x51\x4c\xe6\x31\x91\xe0\x02\xfb\x2b\x97\x8c\x44\xd9\x88\xcc\ -\xd3\xb8\xec\xb7\x20\x89\xc5\x42\x5f\x73\x21\x0a\x0a\x08\x8b\xe4\ -\xae\x9f\x9e\x13\xbe\x87\xa0\x8b\xa7\xab\x9e\xee\x19\xeb\x25\x7f\ -\xb0\x2f\x88\x4d\xc2\x06\x03\x5d\x38\xb9\x06\x06\x12\xe6\xa6\x92\ -\xf3\xc2\x6d\x86\x18\x4e\xba\xc1\x82\xb0\x08\x17\xab\x31\x02\xa7\ -\x8e\x01\xd6\xf5\x5c\x18\x6f\x14\x7c\xf3\x89\x27\xf8\x4f\x2f\x3c\ -\xc7\x91\xfe\x3c\x7b\xae\xbc\xc1\xb6\xfb\x97\xd0\x65\x17\xa5\x1c\ -\xf1\x37\x9b\xde\xcd\x57\x34\x58\xda\xf5\x22\x0f\x0e\xff\x4f\x8c\ -\x1f\x7d\x91\x83\x87\x8f\x32\x39\x39\x49\xa7\xd3\xe1\xf6\xf5\xcb\ -\x34\xaf\xfe\x90\xbd\xd7\xff\x0b\x8d\xcd\xbb\x50\x95\x61\x3c\xc3\ -\x84\x9f\x22\x80\xd0\xcf\xd1\x2a\xaa\x4a\x53\x96\x19\xc6\x68\x6c\ -\x73\x12\x73\xea\x35\xf4\xb6\x59\xb4\xaa\xa8\x7a\x1d\x0f\xfd\x37\ -\x5d\xea\x6f\x25\x7d\x15\x22\xf2\x0d\x73\x40\xf2\xec\xb5\xd7\x76\ -\xe8\xe3\xda\x62\x45\x66\x52\x0f\x10\x08\xf4\x9a\xd7\x26\x7a\xab\ -\x23\x40\x84\x2d\x4e\x51\xa4\x6a\x9a\xd3\xef\x6d\xed\xeb\x3a\xf1\ -\xfb\xeb\x29\x88\x93\x54\x8b\xf0\x93\xdf\xb9\xcf\xdc\x5e\xd0\x18\ -\xeb\x1a\x2c\xae\xac\xb5\xb8\x75\x6f\x91\x2b\x77\x1e\xf0\xc5\xd2\ -\x0a\xd7\x1a\x25\x8b\x73\x13\xac\xce\x36\xe9\x35\x34\x56\x49\x75\ -\x9a\x1c\xaa\x31\x67\xd8\xf3\x0c\x00\x53\x78\xb8\xef\x33\xfa\x8c\ -\xf7\x2d\xfb\xba\x7d\xb6\xe8\x39\xe2\x9f\x5c\x83\xe6\x86\x93\xfe\ -\x92\xe8\x12\x42\x7b\x15\x12\x21\x28\x05\x46\x00\x42\x2c\xbd\x10\ -\xaf\xd1\x48\xa9\x30\x97\xb3\x1e\xb9\xb0\x7b\xb2\x3c\x5a\xd2\x53\ -\xbd\x3b\x29\x9c\x89\x25\x32\x91\x2a\x43\x0d\x1a\x8e\x09\x18\x09\ -\xa4\x91\x5d\x92\xea\xd1\x16\x69\xe7\x1d\x8b\xac\x0c\x49\x55\xeb\ -\xc7\x5b\x33\xf4\xa9\x28\xad\xeb\x0a\x61\x94\x20\x61\x78\x7e\x3e\ -\xc4\x2b\x90\xd6\x2e\x08\x4c\x5d\xc6\x93\x8a\x68\x39\x77\x78\x03\ -\x89\xa7\x22\x91\x4e\x42\x5c\x21\xf7\xc1\xb9\x20\xdd\x96\x91\xb4\ -\x65\x7f\xbe\x8a\x7f\x35\x30\x3b\x3d\xc5\xef\x9d\x7f\x86\x6f\x9f\ -\x38\xc6\xe1\xd6\x17\xcc\x5e\xff\x27\x26\xd7\x6f\xa2\xcc\x00\xad\ -\x4c\x74\xf3\xe5\x25\xb6\x31\xce\xf2\xfe\x6f\xf3\x60\xff\x6f\xa1\ -\xe7\xce\x73\xf8\xe8\x71\xc6\xc6\xc6\x68\xb5\x5a\xdc\xba\xfe\x25\ -\x8d\x6b\x7f\xcb\xbe\xeb\xff\x27\x8d\xcd\x3b\x41\x50\x45\xe2\x4e\ -\x69\x2e\x11\x0e\xf2\x08\x88\xe1\xaf\xc0\x54\xce\xdb\x6e\xf6\x9c\ -\x86\x23\xcf\xd3\x68\x34\x50\xa6\x87\x19\x6c\x52\x76\x36\xa2\xfe\ -\x5f\x0d\x78\x58\xb7\xe3\x2d\x8f\x61\xa2\x17\x14\x14\x74\x7f\x39\ -\x27\x46\xd7\xba\xaf\x63\xa4\x40\xce\x43\x8e\x7a\x16\x60\xfd\x55\ -\x78\x6b\x93\x37\x09\xee\x57\x32\x27\xe1\xdb\x04\x05\x84\xcd\xeb\ -\x2f\x60\x45\x05\x50\x62\xf4\x74\x67\xfa\xfd\x5d\xfa\x20\x9f\x95\ -\xf5\x36\xf7\xee\x3b\x3f\xff\x17\x4b\xcb\x7c\x31\x69\x58\x98\x9b\ -\x64\x63\x57\x4e\xaf\x81\x23\x7e\x53\x80\x6d\x3a\xe2\x2f\x27\xa0\ -\x6a\x3a\xd8\x6f\xbd\xf4\xac\x0a\xa4\x0e\x9d\x23\xfe\xca\x65\xf2\ -\xe5\x7d\x68\x74\x60\xac\xed\x24\x7f\xa3\x1b\xb3\xfb\xc2\xfe\x16\ -\x69\xae\x02\x91\x05\x77\x4f\xa8\xaf\x97\x6c\x60\x9b\xe4\x04\x80\ -\xcb\x32\xb3\xde\xc7\xef\x09\x35\x89\xc1\xc5\xd5\xd8\x93\xc0\x9a\ -\x98\x32\xec\xe2\x12\x92\x0e\x3e\x92\x18\x83\x75\xd9\x77\x12\xb4\ -\x94\x5a\xe0\xb1\x28\xe9\xf6\x6b\x8d\x17\xb0\x31\xa4\xb8\x06\xfb\ -\x53\x3d\x7b\x04\xda\xb9\xcf\x94\x6c\x26\x6f\xb5\x77\xe7\x69\x9f\ -\xef\x94\x04\x45\xd5\xa4\x13\x7e\x9e\x53\x84\x00\xa1\xaa\x12\x19\ -\x91\x51\xd8\xfa\xef\x93\xb8\x8c\xc8\x78\x83\x76\x35\xca\x74\xac\ -\xa5\xc8\x35\x87\x77\xed\xe4\xf7\x9e\x3a\xcf\x37\x0e\x1f\x64\xef\ -\x9d\xb7\xd8\x7f\xfb\xe7\xe4\xdd\x55\x94\x35\xe8\xcc\x50\x14\x89\ -\x9b\x6f\x6c\x3b\xf7\xf6\x7e\x9f\xd5\xc3\xbf\xcf\xcc\xc1\x33\xec\ -\x9b\x3b\xc8\xd8\xd8\x18\xeb\xeb\xeb\xdc\xbc\xfa\x19\xcd\xab\x7f\ -\xc9\x81\x5b\xff\x0f\x8d\xde\x03\x3f\x0d\x91\xf8\x83\xc5\x5f\x24\ -\x7e\x98\x46\x15\xbe\x13\xbd\xbf\xaa\x32\xd7\xe5\xb9\x31\x85\x7d\ -\xec\x9b\xa8\x99\xfd\x68\x6d\x30\xbd\x4d\x06\xdd\x0d\xca\x7e\xdb\ -\x47\xfe\xc5\xa6\x1f\x01\x89\x6f\x45\x77\x04\x72\x0e\x74\x32\xfc\ -\x9d\xad\x9d\x97\x16\xdd\x19\xfd\xc1\x43\x19\xc0\xbf\xfc\x48\x38\ -\x42\x8d\x39\xa4\x67\x44\xe3\x9f\xdb\x94\xca\xa3\xdd\x21\x15\xc0\ -\x3a\x55\xa2\x32\xd0\xed\x97\xac\xae\x6f\x32\xbf\xb0\xc2\xb5\x3b\ -\xf7\xb9\xb2\xb4\xcc\xb5\xa2\x72\xc4\x3f\x9b\xd3\x6b\xca\x1e\xca\ -\xc0\x3a\x88\xaf\xca\x09\x28\x9d\x3b\x4f\x99\x06\x21\x13\x2f\x78\ -\x05\x00\x25\xa5\xbe\x1c\x03\xb0\x79\x1f\x9b\x0f\x5c\x2d\x00\xc9\ -\x90\x93\x1d\x17\xf2\xf8\xc5\x90\x96\xc5\x8d\x09\x28\xa9\x90\xab\ -\x24\xec\x37\xf9\x5d\x70\xe9\x15\x28\xe3\x08\xa5\xe6\x96\x09\xcd\ -\x3b\x55\x20\x7e\x15\xda\x75\xf9\xda\x7c\xde\x82\xaf\x3c\x02\x08\ -\x7b\xdf\xe0\x19\x43\x16\x89\xda\x41\x07\xc4\xb6\x12\xfd\xf9\x22\ -\xa3\xc4\xc8\x06\x42\xd5\xa1\x0b\x90\x40\x7b\xb9\x8c\x6c\x9c\x00\ -\x20\x6c\xf8\x4d\x30\xae\x32\x44\xc4\xda\x37\x1e\x48\x5d\x81\xca\ -\x23\x11\x8d\x63\x54\xc3\x31\xfc\x32\x94\xad\x50\xa8\x82\x34\x5a\ -\x33\xfc\x93\x97\xd6\x32\xd5\x1c\xe3\x85\xa3\xc7\x78\xfd\xe4\x29\ -\x9e\xdc\x56\x30\x77\xfd\x7f\xb0\xe7\xf6\x9b\x14\x55\x17\xac\x45\ -\x67\xce\xd2\x5f\x34\xfa\x64\x59\x45\x35\xb6\x83\xbb\x47\xfe\x33\ -\xcb\xfb\xbf\xc7\xde\xc3\x27\x99\x9b\x3b\x40\x9e\xe7\xac\xac\xac\ -\x70\xef\xe6\x65\x8a\xcb\x7f\xc6\xe1\x5b\xff\x37\x63\x83\x15\xcf\ -\x17\xe3\xb8\xea\xc4\x2f\x73\x24\x08\x20\xce\x87\x31\x99\xd3\xfb\ -\x7d\xb0\x94\xd9\x7b\x1a\x8e\x7f\x8d\xa2\x28\x50\xa6\xe7\x75\x7f\ -\x6f\xf8\x1b\x74\x43\xd8\x6f\x54\x7f\xb7\x42\xe4\xc9\xbc\xa5\xba\ -\xbd\x48\xfc\x84\xf4\xeb\x04\x28\xe2\x77\xf4\xb3\x11\x06\xf0\x10\ -\x45\xe0\x2b\x8e\xe1\x1b\x3e\x64\xf0\x1e\x1a\x28\x19\x8c\xb8\x04\ -\x49\x8c\x87\xfe\xa7\xc6\x42\x6f\x10\xc3\x7b\xaf\xdd\x59\xe0\xcb\ -\x07\xcb\xdc\x50\x03\x1e\xcc\x8d\xb1\x31\xab\xe9\x8d\x59\xdf\x24\ -\x31\x73\xf5\xe9\x06\xe3\xa8\xc1\xa4\x33\xf2\x95\x4d\x5c\xe7\x1b\ -\x0f\xf5\xc5\xf0\x24\x65\xbc\xb5\xf1\xc4\x3f\xf0\x28\x60\xe0\x36\ -\xaf\xc5\x13\x7f\xb2\xb9\xad\x76\x84\x5f\x65\x01\x86\x3b\x66\xa0\ -\xfc\xda\xc7\xc6\x1d\x4a\xb2\xf7\x52\x49\x1e\x0e\xc7\x1c\x54\xa8\ -\xd6\x23\x05\x2e\x12\xe2\x2f\x7d\xb6\x61\xe9\x18\x40\xb0\xdc\x07\ -\x14\x90\xf8\xe2\x2b\x1d\xa5\xbf\x78\x06\x42\xc0\x8e\xff\xac\xca\ -\x9d\xdb\x2c\x40\x41\x93\x30\x1d\xa7\xef\x2b\x55\xfa\x47\x0d\x94\ -\x9e\x2c\x6b\x5d\xad\x13\xce\x63\x43\x96\xa2\xb0\x6d\x61\xac\x9e\ -\xa9\x05\x77\x2b\x04\x38\x57\x33\x28\x26\xbf\x49\xb7\x4c\x0d\x15\ -\x09\x32\xf0\x27\x78\xcf\x54\xb0\x10\x29\xd8\x31\x39\xc5\xef\x9c\ -\x3d\xc7\x2b\x87\x8e\x70\x94\x75\x0e\x5e\xff\x07\xa6\x1f\x7c\x4c\ -\x56\xf5\x00\xc8\xf2\x8a\x66\xd3\x19\xfb\x74\x66\x28\xc7\x77\x71\ -\xe7\xd0\x7f\x62\x69\xff\xf7\x98\x9d\x3b\xc6\xdc\x81\x83\x64\x5a\ -\xf3\x60\xe1\x3e\x0f\xee\x5c\x65\xfa\xd6\x0f\xd9\x73\xf7\x8f\x1d\ -\xf1\x87\x81\xa9\x1a\x02\x88\x50\x5a\xc5\x69\xb2\xf1\x73\x63\x9c\ -\xde\x5f\x55\x99\x3b\x67\x6c\x1b\x9c\xf9\x16\x6a\xdb\x5e\x8a\x0c\ -\x4c\xbf\xcb\xa0\xdb\x72\x08\xa0\xd7\xa6\x2c\x7b\x8f\xc8\xf9\x0f\ -\x62\xd1\xbd\x4b\x25\xb8\xad\xfd\x19\x09\xbd\x88\x8c\xa1\x7e\x7e\ -\x7a\x3c\x02\x01\xd8\xe4\xff\x87\x7e\x1d\xbf\x1f\xde\x24\xc3\x47\ -\xb0\x0e\x26\x0b\x6a\x13\xe2\x97\x7d\x66\x2c\xd6\x2a\xfa\xfd\x92\ -\x8d\x56\x97\xfb\x0b\xab\xdc\xb8\xbb\xc0\xe5\x85\x45\xae\xd3\xe5\ -\xde\xfe\x26\xab\xfb\x72\x7a\xe3\x8e\xf8\x51\x12\xb3\x3f\x89\x1a\ -\x4c\xb9\xd8\x7d\x91\xfa\x0a\x4f\x98\xf1\x7e\x56\x24\xb2\xf6\x55\ -\x7c\x32\xaf\x02\x84\xe8\xbe\x44\x72\x5b\xed\xa1\xbe\x97\xfa\x5e\ -\xda\xa6\x91\x7a\x4a\x19\x8f\x1a\x14\x4e\x32\x4a\x61\x0d\xa2\x64\ -\x0e\xf6\x02\xcf\x84\x94\x10\x1e\x84\x24\x1d\xe3\x3d\x0c\xa5\xef\ -\xd7\x57\xe5\xa8\xb2\x20\x56\x00\xd6\xa1\x0a\xb0\x48\x7b\xc7\x2c\ -\xf2\x44\x9a\xcb\x7c\x4a\xf3\x8d\xcc\x31\x92\x84\x01\xb8\x26\x1d\ -\x52\x6a\xcc\xbb\xed\x52\x77\xa2\x12\x5f\xff\x90\x6b\x51\xb2\x0b\ -\x49\x3a\x15\x49\x85\x1e\xa8\x3f\xa3\x8e\x41\x28\x2a\x21\x9a\xba\ -\xf4\xb6\x75\x39\x61\x23\x51\x87\x17\xe1\xbc\xf8\x9d\x10\xa5\xd2\ -\x9a\xfd\xdb\xb7\xf3\xbb\x67\x9f\xe4\x1b\x87\x0f\xb1\x77\xf3\x0e\ -\x87\xae\xfd\x3d\x13\x6b\xd7\x51\xa6\x44\x29\x5c\x42\x8f\x37\xf6\ -\x69\x6d\xe8\x4d\xec\xe5\xd6\xe1\xff\x8d\xd6\x81\x6f\x73\xe0\xf0\ -\x09\xf6\xed\xdb\x47\x9e\x65\xcc\xdf\xbb\xcb\xd2\xad\x4f\xd9\x71\ -\xfb\x87\xec\xbb\xf3\x67\xe4\xbd\x25\x3f\x5d\x43\x84\x0f\xd4\x63\ -\xfd\x89\xeb\x3b\x02\xfd\x73\x8c\x4f\x46\xb2\x73\x67\xb1\x47\x5f\ -\x74\xba\xbf\xed\xf9\xa8\xbf\x16\x55\xbf\xed\x7d\xff\xae\xcb\xb2\ -\x48\xff\x40\x26\xe1\xb6\x43\xf0\x7d\x48\xfa\x0f\x51\x3d\x8f\x3e\ -\xea\xe7\xe4\xf5\x2f\x86\xb8\x49\xfd\x13\x04\x44\x32\xfc\xd5\xd0\ -\x6d\x47\xfc\x8d\x35\xed\x60\xd8\x25\x98\x08\x07\xe5\x00\xe9\xa0\ -\x32\xb4\x3b\x3d\x16\x96\xd6\xb8\x35\xbf\xc8\x17\x8b\x8b\x7c\xd1\ -\xec\x72\xfb\x40\xc1\xca\xde\x8c\xee\x98\xc1\xd2\x40\x99\x31\x28\ -\x27\x1c\xe1\x77\x76\x3a\x23\x9f\x14\xe0\xcc\x93\x8c\xbd\xb0\x5e\ -\xc9\xe2\x69\xe3\xac\xfc\x45\xd7\xfb\xef\xbd\xb5\xdf\x67\x9f\xa9\ -\x40\x78\x9e\x18\x43\x0b\x6d\x8f\x04\xc4\x80\x25\xea\x87\x94\xd1\ -\xc6\x6f\xfa\x20\x3d\x53\x09\x6a\xbd\xe4\xac\x1c\xa1\xa9\xcc\xd3\ -\x97\x72\xd7\x2c\x73\xdf\xb0\x33\x8f\xd0\xde\x64\x3e\xe9\xc6\xdf\ -\xc3\x24\xff\x84\xf8\x25\x03\xd0\xaa\x68\x78\x14\xe3\x61\x88\xd9\ -\x97\xe1\x09\x13\x70\x21\xce\x36\xeb\xe3\xfa\x4a\x49\x81\x53\x41\ -\x27\x12\xc4\x24\x3a\xbe\xeb\x08\x4c\x4d\x5d\x90\xc7\x52\xe1\xda\ -\xb5\x1d\xa1\xac\x0b\xfa\x91\xea\x3f\x5e\xe5\x0b\x25\xcc\x94\xaa\ -\xdb\x09\x13\xd9\x50\x43\x14\xda\xcf\x9d\xff\x32\x57\x39\xc7\xf7\ -\xec\xe1\xdf\x9f\x3d\xcb\x73\xb3\xd3\xcc\x6d\x5c\x66\xff\xb5\x1f\ -\x31\xb6\x71\x17\xac\x41\x69\x4b\x9e\xbb\x54\xde\x3c\x2f\x51\x99\ -\xa5\x35\x3e\xc7\xcd\xc3\xff\x3b\xe5\xe1\xef\x70\xf2\xd4\x19\x66\ -\x66\x66\xb0\xd6\x72\xef\xde\x5d\x96\xae\x7f\xc0\xec\x9d\x1f\xb2\ -\xf7\xee\x7f\x27\xeb\xaf\xc5\xb5\xab\xed\x69\x15\x3e\x8b\x12\x5f\ -\x6c\x00\x91\x19\x18\xa3\x13\xe8\x0f\x4c\x4c\x53\x9d\xfe\x0e\x7a\ -\x7a\x37\xb9\x36\xae\xd8\x47\xaf\x4d\xd9\xdd\x70\x11\x80\x65\x0f\ -\x5b\x55\xfe\x2a\x81\xfc\xa3\x2a\x10\xee\x39\x44\xfc\x36\xa1\xd7\ -\x11\xba\x1f\x66\x02\x5b\x30\x07\x8f\x56\xf2\xf4\x07\x5b\x5e\xac\ -\x4e\xff\xa3\xc7\x28\xe5\x6f\x79\x0c\x03\x9b\x34\x89\xc8\xe9\xc5\ -\x38\x77\x9f\x81\x4e\x77\xc0\xd2\x4a\x8b\x3b\xf3\x4b\x5c\xbf\xbf\ -\xc4\x55\xda\xcc\xef\xce\x58\xdf\x9d\xd1\x1f\x53\x58\x0a\x54\x35\ -\xe1\xe0\x7e\x7f\x2a\x4a\x7e\x71\xe9\x69\x57\x8f\xdf\x86\x8d\x46\ -\x8d\x01\x38\x84\x6c\x1c\xf1\x17\x7d\x47\x40\x9e\x59\x28\x29\xe0\ -\x61\x23\x91\x29\x09\x14\x1a\xd6\xeb\x55\x9c\x00\x95\xf6\xf4\x0b\ -\x0c\x80\xe4\x33\x91\xa4\x44\xf5\x42\x26\xb5\x92\xfb\xe4\x9e\xf8\ -\xa3\xee\x1f\x8c\x80\x81\x01\x0c\x59\xf0\x43\x78\x31\x5e\xe2\x17\ -\x89\xe1\x50\x88\x5f\x13\x73\xf6\xdd\x58\x94\x2a\x5d\x3f\xc0\x2c\ -\xc3\xe6\x62\x68\x73\x15\x77\x82\x65\x3e\x40\xf0\x04\xb2\x27\x08\ -\xbd\xf6\x37\xad\x71\x90\xae\x6f\x98\x7b\xb9\x1e\x9e\xf9\x19\x1f\ -\x98\xe5\x91\x93\xc1\xbd\x17\x43\xa1\x30\x06\x41\x28\xfe\xcc\x46\ -\x56\x70\x66\xdf\x1e\xfe\xe0\x89\xd3\x3c\x31\x61\x38\x70\xf7\x0d\ -\xf6\x2f\xbc\x43\xd1\x59\xc5\x09\x15\x4b\x91\x0f\x68\x34\xbb\xe4\ -\x79\x09\x45\xc1\xda\xf8\x61\xae\xcd\xfd\x2f\x64\x87\x5f\xe7\xc4\ -\x63\x67\xd8\xb9\x73\x17\x9d\x5e\x97\xdb\xb7\x6e\xd2\xb9\x73\x89\ -\xd9\x7b\x7f\xc3\xbe\x7b\x7f\x45\x36\x68\x25\x01\x3e\x51\xfa\x47\ -\x3f\x7b\x1d\x01\x44\x46\xe0\x3e\x37\x21\xd6\xdf\x43\x7f\x9d\x61\ -\xe6\xce\x61\x0f\x3d\x8d\xca\x34\xa6\xec\x51\xf6\xda\x0c\xba\x1b\ -\x0c\xbc\xe5\x5f\xa2\xfe\x8c\xb5\x68\xd1\x81\xd3\x2d\x53\x23\xda\ -\x7a\xc0\xcf\x48\x0d\x8d\xe4\x74\x09\x09\x8e\x03\x1f\x5a\x2f\x7f\ -\xe4\x5b\xa3\x86\xfa\xd9\xd6\xf3\x23\x95\x70\x88\x9a\x41\x61\x2b\ -\xee\xf3\x30\x5e\xa0\x46\xdf\x1a\xe3\x88\xb2\x34\x86\x4e\x6f\xc0\ -\xca\xaa\x0b\xf1\xbd\x76\xef\x01\xd7\x37\x5b\xdc\x3d\xa2\x59\xdd\ -\x9f\xd3\x9b\xd0\x18\x9d\xa1\xca\x09\x54\x7f\x1b\xaa\x37\x0d\x83\ -\x49\x54\x39\x0e\x26\x77\x69\xba\x59\x19\x8d\x7b\x81\xe8\xbd\xf5\ -\x1e\x07\x27\x5d\xe9\xeb\xd2\xe9\xfe\x41\x45\x20\x91\xe4\x11\xd6\ -\xa9\x50\xce\x4b\x88\x4e\x91\x12\x7e\xd8\xe5\x76\xe8\x5f\x3a\xf1\ -\x96\xc0\x34\x82\xfe\x8f\xab\xb8\xa3\x12\x46\xe3\x88\x3f\x4b\xf4\ -\xfa\xe4\x73\x61\x06\x3e\x9d\xd6\x86\xf2\x5e\x3e\xbe\xc0\xa3\x15\ -\x35\x18\x8b\xc4\x1f\xa2\x00\xd5\xd0\x58\x6c\x90\xbe\x4a\xec\x0b\ -\xb9\x76\x59\x8b\x3e\xb8\x49\x65\x5e\xb5\x91\x18\x7c\x52\xfd\x3b\ -\x41\x52\xa9\x45\x5e\x1e\xda\xd6\xb6\x24\xa1\xb0\xa9\x86\xe0\x95\ -\x20\x99\x27\xf9\xbd\xd1\x9e\x09\xd8\xb8\x26\x8a\xe0\xf2\x9b\x6a\ -\x36\x79\xf6\xe0\x01\x7e\xeb\xe4\x51\x1e\xcb\x37\x39\x74\xe7\x17\ -\xcc\x2e\x5e\xa4\x28\x3b\xee\x54\x2d\x31\xfd\x7d\xf2\xac\xc4\x36\ -\x9a\xac\xef\x78\x9a\x9b\xfb\xff\x80\xfc\xc0\x0b\x9c\x3c\x75\x86\ -\xed\xdb\xb7\xd3\xed\xf5\xb8\x75\xf3\x06\xed\xeb\x6f\x73\xe8\xde\ -\x0f\xd8\xb5\xf8\x73\x74\xb9\x59\x93\xe4\x29\xe1\x0b\x33\x18\x75\ -\xf7\xc9\x7b\xf7\x7d\x80\xfe\x12\xaa\x3c\x31\x43\x75\xfa\xdb\x94\ -\x63\x33\x14\xa6\xa2\x2c\x3b\xf4\x3b\x2d\x4f\xfc\x2e\xe5\xd7\x98\ -\xd2\xcf\x49\x22\x22\xad\xad\xd3\x49\x42\xd4\x72\xf3\xd4\xe8\x17\ -\xfe\xb7\x92\x07\xc0\x6f\x7c\xe4\xe1\xe7\x09\x3b\x8b\x17\x4c\xff\ -\x26\x23\xa9\x8d\x6c\x4b\x0e\xf2\x90\xf3\xc3\xd2\x27\xd2\xdf\xed\ -\xc5\xb2\xb2\xf4\xfa\x25\xab\x6b\x9b\xdc\xbd\xbf\xc4\xb5\xbb\x0f\ -\xb8\xbe\xbe\xc6\xdd\xa9\x8a\xe5\xbd\x4d\x3a\x93\x9a\x52\x6b\x30\ -\x5e\xdf\xef\x6d\x83\xfe\x24\xaa\x8a\xc4\x1f\x8c\x79\x99\xef\xc6\ -\x63\x1d\x9c\x77\xcf\xe0\x5f\x4b\x8a\x6e\xee\xa5\x7e\xf8\x4e\x92\ -\x7a\x92\x99\xb7\x44\xd8\x5f\x0b\x64\x49\x02\x6f\x50\x51\xfa\xcb\ -\xa6\x08\x41\x22\x72\x0d\x9d\x18\x03\x1d\xe1\x46\xba\x51\x91\xd0\ -\xab\xc4\xcb\x60\xb4\x37\x04\x7a\x64\x20\x45\x32\xa5\xde\x40\x26\ -\x6e\x23\x51\x1f\x0a\xd7\xd3\x6f\xd0\x24\xb4\x01\x37\xf8\x5a\x79\ -\xc9\x3a\xd5\x08\x56\xe1\xdc\xa4\x5e\xb2\xa9\xdc\x19\x31\xf5\x00\ -\x6b\x2c\x2a\x53\xce\x86\xaa\xad\x53\x13\x12\xe3\x5b\x78\x7e\x71\ -\x81\x3e\x54\xcc\xf8\xd7\xc1\xa5\xea\x19\xb0\x18\x3e\x45\xff\x93\ -\xf4\x73\xdf\x0d\x38\x20\x0f\xff\xbb\x1d\x53\xe3\x7c\xe7\xe4\x09\ -\x5e\x3d\xb0\x8f\x63\xe5\x7d\x0e\xdc\xf8\x39\x3b\xd7\x2e\x93\x19\ -\x57\xff\x40\x67\x55\x08\xee\xc9\xb2\x0a\xf2\x06\xeb\x33\x4f\x72\ -\x7d\xee\x7f\xa5\x79\xe8\x79\x4e\x9c\x7a\x8c\xa9\xa9\x29\x7a\xbd\ -\x1e\x37\x6f\x5c\xa3\x75\xfd\x6d\x0e\xdd\xfd\x63\x66\x97\xdf\x44\ -\x55\x2e\xae\x1f\x9b\xe6\xef\xbb\x07\xb5\xc9\x5a\xa6\x84\x6f\x03\ -\xe1\xbb\xcf\x8c\xa9\x13\xbf\x55\x9a\xc1\xbe\x27\x69\xed\x3c\x4d\ -\x67\x6d\x83\xd9\xe9\x31\x18\xb4\xe9\x77\xdb\xf4\xbb\x9b\x94\x83\ -\xae\x27\xfe\x84\x51\x22\xec\x45\x31\x4c\x3a\x5b\x12\xbf\x30\xda\ -\x54\x1d\x78\xd8\xb1\x15\x7a\x27\xe9\x1c\x57\xbf\x5b\x7a\xf1\xf0\ -\xd4\x6c\x91\x94\xb8\xe5\x4f\xeb\x77\xb5\xe1\x75\xad\x36\x80\x5f\ -\x7b\x63\x5d\x94\xdf\x60\x50\xb1\xde\xee\x72\x7f\x71\x8d\xeb\xf3\ -\x8b\x5c\x5e\x5f\xe1\xe6\x94\xe5\xc1\xa1\x31\x36\xa7\x0a\x4a\xad\ -\xb1\xa6\xe1\xe0\x7e\x7f\x1b\x94\xe3\xce\xbf\xaf\xac\x6b\xbf\x25\ -\xa5\xb9\xb3\x18\x8e\x8b\x74\x91\x11\xe8\x2e\xfa\x67\xe6\x2d\xf6\ -\x56\x51\x6f\xda\x81\x33\x60\x85\x04\x1e\xed\x98\x8b\xb8\xfd\x64\ -\xc3\xfb\x5a\x00\x41\x4f\x93\x98\x80\xb4\xc6\x7f\x42\xdc\x41\xa2\ -\x63\x89\x25\xbb\xc3\xb4\xc6\xf3\xd2\x96\x5f\x21\xf8\x47\xee\x6f\ -\x9d\x1e\x9e\x95\x31\xec\xd8\xaa\xe0\x2e\x14\xe2\x0f\xb9\x02\xa9\ -\xb4\xf7\xf7\x75\xe5\xb0\x02\x57\x22\xec\x6a\xa9\x10\xac\x71\x73\ -\xa6\x5c\xc2\x90\x95\x08\xc5\x4c\x07\x46\xa0\xa4\x03\x52\x80\xf6\ -\xc9\xda\x07\x83\xa1\xad\xdf\x7f\x38\xa6\x5f\x88\x5c\x20\x7f\xd8\ -\xcf\x3e\xb2\x51\x2a\xf9\x58\xd0\x5a\x71\x70\xc7\x0e\xfe\xc3\x13\ -\xa7\x39\x3b\x33\xc9\xf1\xf6\x15\x0e\xce\xbf\xc5\xc4\xfa\x0d\x94\ -\x6f\x95\x95\x65\x15\x8d\xa6\x73\xf3\x69\x6d\xb0\x8d\x26\x0f\x76\ -\xbd\xca\x9d\xbd\xbf\x4b\xf3\xe0\x33\x9c\x7c\xec\x34\x53\x53\x53\ -\x74\x3a\x1d\x6e\xde\xb8\xc6\xc6\xd5\x37\x38\x74\xf7\x8f\x98\x5d\ -\x7f\x07\x5d\xf5\x08\x99\x7b\x61\xcf\x46\x7f\x7e\xdc\xd3\x89\xb4\ -\x4f\xa6\x35\x75\xf9\x05\xab\x3f\x50\x36\xb7\xb3\x79\xe4\x15\x3e\ -\x9b\x5f\xe6\xd6\xdd\x7b\xbc\xf2\xf4\x19\xc6\x54\x9f\xaa\xd3\xa6\ -\xea\x76\xb1\x65\xe9\x7a\x19\x6c\x4d\x45\xa3\xef\x6a\xc4\x2f\xf3\ -\x95\x08\xe7\x47\x51\xbf\xda\xe2\xb5\xff\x9b\xc7\xdf\x26\x48\x80\ -\x78\xf1\x00\x29\x2c\x41\x17\x1b\x0d\x3e\xd8\xe2\xc3\x91\x11\x24\ -\xdf\xfb\x44\x07\xe3\x67\xb2\xaa\x2c\xed\xce\xc0\xd5\xf1\x5b\x58\ -\x74\xbe\xfe\x66\xc5\xfc\xc1\x31\xd6\x76\x35\x18\xf8\x04\x1e\x55\ -\x8d\xa1\xca\x49\x17\xe0\xa3\x94\x83\xfa\xde\x85\x15\xb2\xfd\x04\ -\xf2\x87\x56\x5b\x2a\xf9\xbe\xac\x87\xf6\x1a\x5f\xdc\x53\x88\x56\ -\x19\x40\x02\x80\x94\x93\xc6\xa1\x92\x2f\xd4\xe3\xb2\x55\x92\x49\ -\x27\x12\x7a\x54\xf2\x07\xf7\x61\x62\x25\x17\x7f\x7c\xac\xdd\x2f\ -\xea\x45\x96\x58\xfd\x8b\x98\xa4\x84\xf5\x59\x74\xfe\x79\xb1\xd1\ -\x18\x59\x16\xce\xe5\x29\xc4\x2f\x6d\xbd\xc2\x9a\xd8\x44\x97\x4f\ -\xfe\x5a\xe2\xb5\xa5\x88\x86\xf1\x9e\x13\xab\x90\x00\x20\xeb\xc3\ -\x73\x95\xf5\x0c\xc2\x15\x95\x4c\xd4\x03\xd9\x4c\xde\x23\x20\xde\ -\x84\x94\xf0\x49\x3e\x0b\xba\xbe\x8a\x8c\x20\x89\x64\xb4\x18\xc8\ -\x32\x14\x90\xab\x82\xc7\xf7\xec\xe7\x3f\x9e\x79\x8c\x13\xe3\x9a\ -\x83\xeb\x9f\x70\xe0\xde\x5b\x8c\xb7\xee\x21\xd5\x90\x5d\xf5\x9e\ -\x2e\x79\x51\xa2\x75\x85\x69\x4c\x70\x7f\xcf\xb7\xb9\xb5\xe7\x77\ -\x99\x98\x7b\x9c\x33\x8f\x3f\xc1\xe4\xe4\x24\xed\x76\x9b\x5b\x37\ -\xae\xd3\xb9\xfe\x33\x0e\xde\xfa\x2f\xec\x6e\x5d\x24\xab\xfa\x8f\ -\xd4\xf9\x1d\xcf\xf2\xc8\x80\x7a\x75\x9f\x94\x51\x54\x95\xa6\xac\ -\x5c\xb8\xaf\x9b\x83\x0c\x7b\xe4\x39\xe6\xc7\xe6\xf8\x6f\x7f\xf9\ -\x77\x2c\x2c\x2e\x32\x33\xd9\xe0\xe8\xee\x6d\x64\x83\x0e\x7a\x50\ -\xa2\x2b\xeb\x7b\x24\x45\x35\x28\xb5\xfc\x07\x6a\x49\x5f\xd4\xd6\ -\x75\xf8\x84\xad\xe8\x6f\x98\xf2\xeb\x5c\x5b\x31\x62\x04\xf4\x92\ -\xbe\xc6\xb5\xe5\x1b\x89\xe2\x8b\x83\xf9\x4a\xc8\x61\x89\xd1\x7d\ -\x7e\x63\xb9\xf7\x36\x7c\x56\x55\x96\x4e\x7f\xc0\xca\x7a\x8b\xbb\ -\xf7\x97\xb9\xbe\xb0\xcc\x0d\xdb\x65\x69\x77\x41\x6b\x66\x8c\x7e\ -\x96\xa1\xa4\x31\x87\x71\x91\x7d\x56\x5b\x94\x1a\x78\x62\xf0\x9b\ -\x28\x94\xe2\x76\x0c\x40\xd9\xdc\x49\x24\x81\xaa\x5a\xec\x02\xd2\ -\xbc\x43\x47\x89\x2d\xcf\xa4\xa3\x6f\x3e\x74\xfe\x15\xf6\x1b\x4e\ -\xd3\xb1\x5a\x8e\x48\xee\xb2\x41\xe8\xfd\x87\x25\x10\x83\x10\x76\ -\x98\x33\x61\x34\x42\x8c\x62\x75\x4f\xc6\x23\x31\x06\x72\x9e\x35\ -\x71\x5c\x49\xb2\x51\xf4\xf1\xbb\xfc\x80\x60\xa8\x0c\x87\x8d\x63\ -\x18\x16\xd7\x01\xa5\xd8\x38\x66\xf1\xb1\x0b\x72\xd2\x71\x2c\xae\ -\xf2\x90\xc6\x15\xd6\x90\x58\x06\xeb\x3c\x85\x21\x96\x41\x18\x09\ -\xf1\x7d\x4d\x3d\x48\xdc\x8a\x56\x11\x8b\xaf\xfa\xfb\x19\xff\x99\ -\x06\x8c\x25\xcf\x32\x9e\xda\x33\xc7\x1f\x9e\x3d\xcb\x41\xdb\xe6\ -\xc0\xc2\xfb\xcc\x2d\xfc\x9a\x46\x6f\x15\x41\x12\x12\xd9\x97\x17\ -\x25\x4a\x1b\xca\xc6\x36\xee\xed\x7a\x9d\x85\x7d\xbf\xcf\xf6\x83\ -\xe7\x38\x79\xea\x14\x13\x13\x13\x6c\x6c\x6c\x70\xfd\xea\x65\xaa\ -\xbb\x6f\x73\x64\xfe\x8f\x99\x69\x7f\x80\x36\x03\x52\x7b\x46\x68\ -\xda\xe1\x37\x6f\x6c\x6e\x42\x22\xf1\x23\xd1\x0b\x73\x70\xd0\xbf\ -\xc0\x98\xc8\x78\xab\xc9\xdd\x74\x4f\x7e\x8b\x8f\xee\xdc\xe7\x8d\ -\x77\xdf\x45\x03\x17\x3e\xfa\x0c\x4e\x1f\x65\xd7\x98\xa1\x41\x49\ -\x03\x4b\x43\x29\x72\xa5\xbd\xc6\x63\xfc\xbd\x12\x46\x30\xc4\x05\ -\x6a\x76\x95\x47\x11\xe0\x08\x4c\x57\x43\x9f\xc7\x13\xa2\x1b\x30\ -\x85\x6c\x08\x03\x4f\xc3\x47\xed\x90\xfd\xeb\x21\x03\x18\x12\xf6\ -\x35\xe8\x1f\xbe\x73\x11\x81\xa6\x82\x7e\x59\xb1\xbe\xe1\x1a\x77\ -\xdc\x5e\x58\xe6\x46\xa7\xc5\xfc\x6c\xce\xda\xce\x31\x7a\x45\x81\ -\x55\x62\x84\x93\xa8\x3e\x0f\xd9\xb5\x97\x5a\x41\xe2\x4b\x98\xac\ -\xf6\xe1\xbe\xca\xd7\xee\xab\x42\x1e\x7a\x2d\xa5\xd7\xbb\xcc\xdc\ -\x10\xfd\x66\x95\x99\x37\x09\x73\x90\x32\xde\x81\x61\x88\x55\xdd\ -\x23\x04\x93\xc3\xc0\xf7\x0a\xc4\xfa\xfb\x89\x64\x95\xeb\x7a\x22\ -\x09\x0c\xa7\xee\xca\x09\x68\x23\xc0\x7d\x70\x3d\x03\x2a\xd0\x12\ -\x3a\x6d\x12\x68\xed\x18\x9e\x32\xde\x63\x60\xfc\x32\x4a\x00\x8e\ -\xac\x65\x6d\x71\xfd\xe2\xa4\x42\x59\xd6\x31\x35\xea\xa5\x36\x93\ -\x9a\xd7\x43\x10\x55\xe6\xa1\x9b\x57\x29\x12\x22\x56\x1a\xac\x4d\ -\x52\x82\xc3\x3e\x8b\x9b\x3b\x58\xf4\xc5\x0b\x20\x69\xd8\x21\x13\ -\x35\x63\xa2\x18\xe3\xa5\xfd\xc7\xf8\xfe\xe1\xa3\x1c\x57\x2d\xf6\ -\xdd\xff\x15\xfb\xee\xbf\x43\x51\x6e\xfa\xdf\x5a\x8a\xc2\x59\xfa\ -\xb3\xbc\x44\x6b\xcb\x60\x6c\x86\x5b\xbb\xbe\xcb\x83\xb9\x7f\xc7\ -\x9e\xa3\x4f\x72\xe4\xe8\xd1\x10\xda\x7b\xf9\xf3\x8f\xc9\x17\xde\ -\xe6\xd8\xfc\x7f\x65\x7a\xfd\x43\x54\x35\x08\xf3\x18\x24\x7a\x78\ -\x2f\x73\x91\x10\x7d\xe2\xfe\x93\x79\x13\xab\x7f\x55\x79\xe8\xef\ -\x19\xbd\xcd\x0a\xfa\x87\x5f\x60\xa1\xb9\x97\xbf\xf8\xe9\xff\xc1\ -\xd2\xfa\x0a\xb9\xca\x79\xf7\xd3\xcf\x19\xcb\x35\xa7\x0f\xec\x64\ -\xe7\x98\x61\x3c\x53\x90\x67\xa8\x0c\x32\x4a\x9f\x1c\x97\x10\xc9\ -\x30\x04\x78\xa4\xb4\xdd\xea\xf8\x6a\x75\x1d\x84\x01\xa4\x4f\x16\ -\x9f\x3c\xbc\xde\x12\x8e\xc8\xdf\x47\x41\xff\x1a\x33\x48\x20\x01\ -\x16\x8c\x62\x50\x55\xb4\xdb\x3d\x96\x96\xd7\xb8\x3d\xbf\xc4\xed\ -\xe5\x55\xe6\xc7\x0c\xab\xbb\xa6\xe8\x34\xc7\xa8\x6c\x81\x35\x2e\ -\x84\xd7\x25\xf0\x14\x28\xeb\x6a\x98\x06\x89\xe4\x25\xb5\x92\xa8\ -\x3f\xe3\x63\xfd\x83\xb4\x4f\x1a\x6d\x68\x93\x30\xb0\xb8\xb0\xa9\ -\xbb\x4b\x85\x4e\x3d\x32\x5e\x1f\xf2\x2a\xd2\xb2\xf2\x55\x7b\x2a\ -\x49\x3a\xf2\xaf\xc1\x13\xba\x4a\xe8\x2d\x69\xf5\x25\x12\x3f\x4d\ -\xdc\x09\xd3\xae\xe2\x3d\x85\xcb\x5a\x4b\xbd\x67\x40\x1a\xa1\xa7\ -\xa2\xe1\xd0\xdb\x07\x5c\x41\x51\x09\xb7\x8d\x1b\xba\xe6\xfe\xdb\ -\x92\x01\x50\x43\x37\xb5\x0a\x3b\x22\xf9\x75\x3a\x27\x09\x23\xb0\ -\x1e\xa1\x48\xfc\x80\x51\x3e\x12\xb2\x02\x7c\xe9\x72\xbc\xa7\x42\ -\xf9\xef\x42\xfc\x40\x82\xa2\xfc\x6b\x85\x66\x47\x73\x1b\xdf\x39\ -\xf4\x18\xaf\xed\xd9\xc3\xe1\xc1\x03\x8e\xdc\x7f\x9b\x99\xe5\xcf\ -\xc8\x3c\xf1\x6b\x6d\x43\xe9\x2e\x9d\x95\xae\x31\x67\x63\x9a\x5b\ -\x7b\x7e\x87\xc5\x7d\xbf\xc3\x81\x53\x4f\x71\xf0\xe0\x21\x9a\xcd\ -\x26\xab\xab\xab\x5c\xfb\xf2\x53\xb2\xf9\xb7\x38\x3e\xff\x7f\x31\ -\xd5\xfa\x1c\x55\x55\x81\xf0\x3d\x2b\xf2\x88\x54\xd5\x97\x64\x48\ -\xe7\x97\xb1\x86\x58\x7f\xea\x99\x7e\x32\x91\x76\xe6\x20\x9d\x63\ -\xaf\xf2\xf3\x8f\x3e\xe1\xbd\x4f\x3f\xc6\x50\x31\x30\x96\xeb\xf7\ -\xee\xb2\x7d\x6a\x82\x89\x46\x4e\xb1\x7b\x0a\x1a\x0a\x4d\x86\x56\ -\x16\x9d\xf9\xb9\xb2\x55\x0d\x87\xfc\x6b\x8f\x1a\xde\x1b\x61\xc6\ -\xe9\x59\xa9\x17\x40\xf6\x40\xe2\x6b\x0c\xaa\x80\x0f\x29\x4c\x2b\ -\xfe\x7c\xb5\xe5\x31\x81\xbe\x01\x05\xc4\x74\xe0\xca\x18\xba\xdd\ -\x01\x4b\xab\x1b\x2e\xbd\x77\x71\x89\xab\x79\x9f\xf9\xfd\x53\x6c\ -\x4c\x6c\x63\x60\x1a\x28\x9b\xc7\x84\x1a\x9b\x3b\x35\x20\x64\xfb\ -\x35\x43\xaa\xaf\x83\xe5\x4d\x94\xf5\x13\x59\xf4\x93\xfa\x7d\x52\ -\x91\x37\x81\xfe\xc3\x63\x14\x34\x10\x1a\x79\x0a\x81\x7a\x06\x60\ -\x95\x73\xb1\x95\x3e\x1d\xb7\x6c\x24\x09\x38\x0a\xd7\xc8\x33\x89\ -\x8e\x93\xea\xc0\x29\x03\xb2\x10\x6a\xdb\xa5\x04\x39\x9c\x5f\x20\ -\x28\x2c\x0d\x60\xaa\xc5\x99\x4a\x70\x50\x1e\xee\x2d\x45\x4a\xad\ -\x2a\x7d\x49\x2f\x51\x27\x3c\xc1\xca\xb9\xa2\xf3\x9b\xe4\x7a\xc1\ -\x7f\x2f\xc4\x68\xe2\x9c\x9a\x0c\xa5\x72\xac\x71\x28\x46\x11\x0b\ -\x96\x50\x39\x1b\x48\x68\x39\x6e\x2d\xb5\x38\x02\x9b\x54\x19\x56\ -\x89\xfd\x42\xa2\x10\x0d\x5e\x8d\x71\xae\x57\x6d\x33\x66\xc7\xa6\ -\xf9\xad\x23\xa7\x79\x65\xe7\x2e\x0e\xb7\xaf\x70\x6c\xfe\xe7\x8c\ -\xb7\xe7\xd1\x55\xdf\x81\x3e\x5d\x51\x14\x03\x9a\xcd\x2e\x3a\x33\ -\x68\x6d\xe9\x8f\xef\xe2\xc6\xec\xef\xf0\x60\xef\xf7\x39\x72\xfa\ -\x3c\x07\x0f\x1e\x22\xcb\x32\x96\x96\x96\xb8\xfa\xe5\x27\xe4\xf7\ -\x7e\xc6\x91\xc5\x3f\x65\xaa\xfd\x85\x33\x1a\x26\x84\x5f\x43\x00\ -\x42\xec\x23\x08\x80\xf8\x5d\xa2\xa0\x47\xab\x7f\x84\xfe\x26\x6f\ -\xd0\x3b\xf6\x32\xb7\x98\xe2\xaf\xfe\xf9\xbf\xd1\xea\x6e\xba\xa9\ -\xb4\x86\xa5\x8d\x35\x3e\xf8\xfc\x4b\xca\xb2\x64\x70\xfa\x38\xa7\ -\xf7\x4f\xbb\x66\x9d\xd6\x59\xe2\x95\x32\x68\x65\x9d\x2a\x10\xd6\ -\xfc\x5f\x70\x88\xbc\x42\x98\x97\x25\x78\x56\x6a\xb9\x14\xf5\x23\ -\xaf\xe5\x89\x27\xf7\x0c\xf6\x80\xf0\x85\x4d\x26\x2b\x45\x0a\x5f\ -\x31\xd8\x34\xeb\x4f\xb9\x2b\x56\x95\x8b\xf3\x5f\xdb\xd8\xe4\xfe\ -\x83\x15\x6e\x3c\x58\xe6\xd6\x60\x93\x07\x3b\x9b\xb4\xa6\xc6\xa9\ -\xac\x2f\xca\x29\x50\x5a\xf4\x44\x81\x9b\xd6\x23\x82\xca\x33\x04\ -\x29\x96\xa1\x14\x2a\xeb\x3b\x4b\x79\xde\x77\x65\xbd\x32\xa9\xc4\ -\xeb\x7e\x37\x32\x09\xc1\x5b\x20\x8b\x9b\x32\x08\x71\x57\x79\x4b\ -\xbe\x44\x05\xa6\x09\x38\xca\xc6\xba\x00\x49\x29\x70\x1b\x22\xe8\ -\x12\x29\xae\xac\x87\xbd\x04\x22\x55\x21\xd1\x28\xb5\x47\xc8\xb8\ -\x64\xb7\xda\x38\x36\x89\x07\x10\x62\xd5\x6e\x9c\x12\xb9\xe7\x3c\ -\x35\x22\xa5\x13\xd7\x5d\x5c\xd8\xfa\x78\x52\x54\x21\xf1\x01\x01\ -\x8a\x26\x86\x54\xd9\x40\x46\xd7\x2e\xa9\x54\xc2\x04\x84\xe1\xd4\ -\x8a\x93\xe0\xd6\x4b\xe5\xa0\x4b\xac\xf2\xae\x58\xac\x67\x02\x19\ -\xb9\x6d\xf2\xd8\xcc\x6e\x5e\x9f\x3b\xc2\x53\x53\x13\x1c\x5a\xff\ -\x84\x93\x77\x7f\xca\x58\x77\x19\x31\xf6\xc5\x3a\xfd\x03\x74\x56\ -\xa1\x33\xe8\x4e\xec\xe3\xfa\xec\xef\xb1\xb8\xe7\x9b\x1c\x3d\xfd\ -\x14\x87\x0e\x1d\x46\x67\x19\x77\xee\xdd\xe5\xd6\xe5\x4f\xd8\xb1\ -\xf8\x13\x0e\x2e\xff\x0d\xdb\xda\x9f\x39\xe2\x37\x24\xfa\x3b\x61\ -\x3f\x8f\x84\xfb\xe2\x89\x28\x31\xfe\x05\xe8\x8f\x44\xfb\x39\x06\ -\x10\x7f\xa7\xe8\xef\x38\xca\xca\xfe\xe7\xf8\xd9\xc5\x0f\xf9\xf4\ -\xda\x95\xa8\xf6\x02\xc6\x1a\xd6\x3a\x6d\xae\xdc\xbd\xc7\xf4\xc4\ -\x04\x7b\x66\xb6\x31\x3d\xde\x60\x60\xac\x0b\xc1\x50\xae\x54\xba\ -\x4a\x19\x72\xaa\x12\x0c\x1d\x5b\x7f\x9a\x7c\xa3\xea\x9f\xc8\xdf\ -\xa4\xce\x17\x50\xb3\x01\xa4\x91\x43\x36\x3c\x70\x20\xfc\xf0\x30\ -\x43\xaa\x41\x62\x32\x4d\xf7\xea\xc8\xa0\x7c\xb4\x1f\x46\x53\x96\ -\x03\x5a\xad\x2e\x0f\x96\xd6\xb8\x39\xbf\xc4\xf5\xd5\x55\xe6\x27\ -\x33\xd6\x76\x4c\xd2\xcf\xa6\xb0\xe5\x24\x8a\x82\xa0\x33\x4a\x15\ -\x1d\x05\xa2\xff\x22\x16\x7a\x53\xc4\xd8\x7c\xe9\xa7\xe7\x4b\x74\ -\x05\xb7\xa0\xc5\x1b\xe9\x64\x21\xbd\x34\x34\x62\x43\x80\x34\x9d\ -\x39\x3c\x88\x6f\x65\x1d\x74\xfd\x00\x03\x9d\x1e\x8a\xf2\x2e\x43\ -\x91\xfe\xa1\xad\x77\x52\xfc\x53\xfe\xe9\x2a\x5e\xbb\x96\x5f\x50\ -\xd4\x74\xff\xda\xae\x49\x37\x81\x47\x29\xaa\x4a\x90\x82\xb2\x20\ -\xf5\x05\x7d\x13\x12\x27\x71\xdc\x06\x08\x4b\x9d\x12\xbd\xa0\x9a\ -\x50\x7c\xc3\x24\xf7\xd2\x9e\xe0\x64\x0c\x09\x44\xc7\xcf\x5b\x90\ -\x26\x1a\x89\x9b\xa8\x31\x01\x0b\xae\x02\x93\x50\x8c\x25\xe8\xf9\ -\xc6\xb7\x00\x53\x1e\x91\x59\xcb\x98\x6e\x72\x6e\xd7\x01\x7e\xfb\ -\xc0\x51\x8e\x16\x96\x63\xab\xef\x71\x68\xfe\x2d\xc6\xfa\x1b\xc8\ -\x46\xce\xf3\x81\x8b\xe9\xcf\x9d\xa5\x5f\x67\xb0\x39\x75\x98\x9b\ -\x3b\xbf\xc7\xc2\xee\x6f\x71\xf4\xb1\x27\x39\x7c\xe8\x30\x59\x96\ -\x71\x7f\x61\x81\xab\x9f\x7f\xc2\xce\x07\xff\xc0\xd1\x95\x1f\x30\ -\xde\xbb\x17\x88\x3f\xce\x43\x64\x68\x75\x6d\xb7\xae\x96\x84\xfd\ -\x9c\xfa\xfd\x4d\x92\xe9\x97\x24\x7a\xd9\xc6\x38\xd5\x89\x57\xb9\ -\x53\xe6\xfc\xed\x5b\xff\x4c\xa7\xdf\x25\xad\x8e\x63\xb1\x0c\xcc\ -\x80\x07\xab\xab\x7c\x71\xfb\x0e\x47\xf6\xed\x66\x76\xdb\x7e\x72\ -\x9d\x93\x55\xd6\xa9\x03\xe2\x62\x95\x9a\x07\x29\x2d\x8d\x50\xbc\ -\x1a\x3a\xe7\xe1\x2c\xe1\x51\x47\x62\x03\x90\x27\x49\x09\x3a\x4a\ -\xa0\x60\x9d\xac\xdd\xe8\x21\xc4\xbf\x85\xda\x21\x9c\x37\xe4\xf7\ -\xfb\x82\x9e\xd7\x17\x97\xb9\x93\x55\x2c\xef\x98\x64\x73\x6c\x82\ -\xb2\x1a\x77\xc1\x3d\x5a\x7b\x22\x33\xde\xb0\x64\xbd\x04\x17\xfd\ -\x33\xfd\xab\x09\x5d\x7a\x73\x57\x86\xdb\x66\x3e\xca\x0f\x83\xb3\ -\x15\xe8\xa8\x4e\x78\xdd\x3d\x74\xfa\xc1\xeb\xdb\x35\x4b\xb6\x8a\ -\xc4\x28\xb9\xf6\x80\xa4\xbc\x86\x14\x5a\x55\x85\x3a\x80\xf5\x0c\ -\x39\xf9\x67\x02\x63\x70\x13\xe1\x25\xaa\x24\xfb\x94\xc2\x00\x12\ -\xb5\x43\xec\x0d\x35\x66\x95\xda\x27\xa8\x4b\xef\x00\xc1\x6d\x1c\ -\x63\xba\x46\x21\x75\xd7\x9f\xa3\xa4\xfa\xae\xdc\x32\xb1\x3f\x04\ -\x86\x58\x3d\x82\xf8\x15\x35\x9b\x80\x72\xbc\x32\x6c\x09\xeb\xc8\ -\xa7\xee\x4d\x4a\x98\x8a\xaa\x50\xaa\x62\xa2\xc8\x79\x6e\xd7\x1c\ -\xdf\xdd\x7f\x88\x83\x7a\xc0\xf1\xc5\x77\x38\xfc\xe0\x1d\xf2\xc4\ -\xd8\x97\x17\xa5\x0b\xeb\xcd\x4a\x74\x66\x50\x19\xb4\xb6\x9d\xe2\ -\xca\xec\xef\xd3\x9e\xfd\x1a\x27\x4e\x9d\xe5\xd0\xa1\x43\x68\xad\ -\xb9\x7f\xff\x3e\x57\x3e\xff\x90\xd9\xe5\x7f\xe2\xc4\xca\x1f\x33\ -\xd6\xbb\xef\x3a\x29\x25\xd2\x3b\xe8\xff\x29\x02\x20\x22\x80\x44\ -\xee\xc5\xef\x92\x2f\xac\xc9\x42\xb8\x6f\x4a\x7c\xfd\xd9\x53\xb4\ -\x0e\x3c\xcb\x5f\xff\xd3\x9b\x7c\x79\xeb\x3a\xa1\x35\x5a\x22\x60\ -\x2c\x96\x5e\xd9\x67\x7e\x65\x89\x2b\xf7\x16\x38\xb2\x6f\x96\x46\ -\x9e\xa3\x95\x21\x53\x19\x99\x76\x08\x40\xe1\x54\x01\x5b\xa3\xb1\ -\x7f\x2d\x89\x3f\xfa\x48\xe2\x00\xdc\xab\x74\xeb\xb8\x49\x4b\x36\ -\x8a\x0a\xa4\x2e\x5f\x86\xdf\x0c\x8f\x6c\xc4\x06\xa9\x9c\x64\x2a\ -\xab\x8a\x56\xab\xc3\xc2\xe2\x2a\xb7\x1f\x2c\x73\xcd\x74\xb9\x3f\ -\xdb\x64\x7d\x7a\x82\x2e\x4d\x6c\x35\xe6\x02\x7c\xc4\x80\x85\x75\ -\xf9\xf6\xd6\x33\x80\xaa\xa8\xf9\xe7\x95\xd5\x8e\x49\xe4\x03\x1f\ -\xdb\xdf\x85\xa2\x1f\x13\x4e\x4c\x0e\x26\x8f\xb9\xf4\xc6\xa3\x86\ -\x2a\x8f\x52\x5d\xb9\x04\x19\x21\x0e\x3b\x0c\x8d\x21\x12\x8e\x26\ -\x42\xd8\x24\x1c\xb7\x5e\xf6\x5b\x26\x64\x28\x42\xce\x64\x30\xf0\ -\x7e\xfb\xfe\x58\x8c\xf2\xb3\x62\xe9\xb7\x61\x9e\x23\x52\x48\x19\ -\x81\xbf\xae\x92\x79\x17\x15\x63\x88\xc8\xe4\x94\x74\xcc\x86\xc8\ -\xe0\x44\x07\x67\x0b\xc2\x0f\x48\x20\x81\xfe\x81\xd9\x8a\x11\x55\ -\x05\x06\x12\xd2\xba\x6b\xcc\x02\xb0\x69\xbc\x83\x8c\xcf\xa9\x14\ -\x0a\xcd\xf4\xd8\x04\xaf\xee\x9f\xe3\xe5\x1d\x3b\x39\x60\x5a\x3c\ -\xb6\xf4\x0e\x7b\x97\x2e\x92\x4b\x58\xaf\xb2\x14\x8d\x41\xe8\xc8\ -\xab\x75\x85\xd2\xb0\x38\x71\x9a\x2b\x7b\xfe\x10\x33\xfb\x14\x27\ -\x4e\x9f\x65\x6e\xce\xb5\xe5\x5e\x58\x58\xe0\xcb\x4f\x2f\x32\xfb\ -\xe0\x6f\x39\xb1\xf2\x03\x9a\xbd\x07\x84\xae\x43\xc1\x10\x5a\xd7\ -\xf9\x81\x3a\xf4\x4f\x10\x40\xcd\xef\x2f\xc6\x3f\xeb\xfc\xfd\x75\ -\xe8\x0f\x55\x73\x9a\xf6\xf1\xd7\xb9\xf4\x60\x83\x1f\xfd\xe2\x0d\ -\xfa\x83\xd2\xf1\x45\xb9\x57\x08\x4c\xb3\x18\x5b\xb1\xd1\xe9\xf0\ -\xe9\x8d\xeb\xec\xdb\x35\x43\xe3\xd8\x1c\xf9\x54\x4e\xae\x0d\xb9\ -\x05\x8d\x25\x0b\x7b\x21\x61\xdc\x43\xb4\xf4\xaf\x91\xfc\xd6\xef\ -\x9a\x94\xc6\x6b\x71\x00\x71\xef\x26\x12\xcc\x0e\x5d\x41\xd4\x80\ -\xe1\xcf\x6b\xe3\xab\x13\xbf\x18\x4f\x2a\x63\xd8\xec\xf4\x59\x5e\ -\x6b\x31\xbf\xb8\xcc\xed\xf5\x0d\x6e\xef\xd0\x2c\xef\x1c\xa3\x53\ -\x34\xb1\x95\xef\xde\x53\xdb\x84\x78\x7d\xdb\x6f\x20\x2b\x44\x8b\ -\xe3\xaa\x52\xb9\xa7\xe8\xc5\x1a\x7e\xb2\xd9\x2a\x9d\x18\xd8\x92\ -\xbf\x61\xa1\xd3\xf1\xa7\xb0\x9b\x28\x4d\xe5\xb1\x43\xe1\x4b\xcf\ -\x97\x43\x15\x20\x1f\x63\x10\xfa\xf9\xc9\xf5\xc4\xbf\xaf\xa2\x8e\ -\x3f\x68\xf8\x32\xe4\x0d\x27\xf9\x8d\x6c\x36\x21\x64\x6f\xa8\x4c\ -\xac\xca\xaa\xb6\x71\xfd\x33\x93\xdc\x3b\x8d\xe8\x93\xfb\x29\x77\ -\x4d\x31\x9d\x20\x05\x47\x84\x81\x0c\x3f\xef\x30\xe3\x01\x1f\xf3\ -\x21\xf3\x94\xb8\x3f\x53\xc6\x28\xa8\x25\xdc\x28\x8d\x34\xb4\x11\ -\xf5\x04\xe6\xe4\x2c\x14\x33\x63\xe3\x7c\x73\x6e\x1f\xaf\xec\xdc\ -\xc6\xe1\x6a\x91\xe3\x4b\x6f\xb3\x6b\xe5\x73\xb4\x19\x00\x62\xe9\ -\xef\x79\xe2\xaf\x9c\x81\x2c\x83\xa5\x89\x13\x7c\x36\xfb\x3f\xc3\ -\xec\x79\xce\x3c\x71\x8e\x7d\xfb\xf6\x61\x8c\x61\x61\x61\x81\xcb\ -\x9f\x5d\x64\x6a\xe1\xef\x39\xba\xfe\x67\x34\xfb\x0f\x08\x41\x47\ -\xc9\x36\xb6\xfe\x79\x25\xd8\x47\xba\x04\x0f\x17\xf9\x88\x12\x5f\ -\x54\x01\x6f\xf5\x2f\x1d\xf4\xb7\x29\x22\xd4\x19\xe6\xd0\x79\xd6\ -\x76\x3f\xc1\x0f\xfe\xf4\xcf\xb8\xbf\xbc\xe4\x6d\x30\x72\xa4\x02\ -\xc4\xed\xdb\xd2\x94\xcc\xaf\xac\xf0\xde\x4f\x44\xef\x59\x00\x00\ -\x20\x00\x49\x44\x41\x54\x17\x57\x98\x6c\x36\x68\x1e\xda\x4d\x23\ -\x2f\x18\x18\x4b\x96\x19\x67\x0f\xb0\x3a\xc4\xcc\xfc\xff\x79\xe4\ -\xf1\x49\xea\x7f\xd3\xfb\xa6\x06\x41\x55\x1b\xcf\x16\x89\x07\x29\ -\xed\x2b\xe1\xb2\x2e\x68\xa4\xd7\x2b\xd9\xd8\xd8\x64\x61\x69\x95\ -\xbb\xcb\x6b\x2c\x98\x01\x6b\xdb\xc7\xe9\x35\x9a\x58\x0a\x5c\xf7\ -\x56\x7f\xf3\xc4\x3d\x14\x24\x4e\x6d\x32\x3d\xe1\x81\x23\x4a\x61\ -\x04\x00\x56\xf9\xc0\x98\x54\x7a\x89\x94\x8a\x63\x8f\x90\xdf\xbd\ -\x8e\x09\x36\x43\x13\x20\x28\x47\x89\x7d\x35\x35\xf0\x45\xc3\x9f\ -\x9b\x3b\x1d\xef\x1b\xa2\xfa\x7c\x35\x9f\x41\xe1\x88\xbf\x8a\xc8\ -\x23\x54\x10\x42\xc2\x8f\xeb\x6b\x11\xe9\x3e\x45\x00\x9e\x59\x8c\ -\xc4\xe0\xe3\xb0\xb8\x8f\x7d\xb0\xd6\x7a\x49\xa4\x23\x91\xa6\x92\ -\x5a\xe6\x32\xac\x5b\x3a\x3f\x62\xa7\x70\xf9\x01\x36\x4b\x19\x64\ -\x64\x0c\x51\x2d\x4c\x22\x1b\xe5\x79\x6a\xbc\xd4\xa2\x15\xec\xdb\ -\x36\xce\x77\x0f\xed\xe5\xfc\xb6\x06\x47\x7b\x37\x39\xbe\xf8\x2b\ -\xb6\x6f\xc4\xb0\x5e\x57\xbd\xa7\x4f\x51\x38\xe2\xd7\xba\x42\x65\ -\x9a\xe5\xa9\xd3\x7c\x3c\xfb\x9f\xc9\xe7\x9e\xe7\xd4\x63\x67\xd8\ -\xb7\x6f\x9f\x6f\xd6\x71\x97\x5b\x57\x3e\x62\xf7\xf2\x8f\x38\xba\ -\xfe\x67\x4c\x6c\x41\xfc\xe9\x3e\x8a\xcb\xaa\xfc\x74\xc7\x7d\x61\ -\xfd\xde\x49\x75\x7e\xb9\x86\x31\x19\x65\x25\x99\x7e\x71\x96\x06\ -\x93\xb3\xac\x1d\xfb\x06\x17\x6e\xde\xe1\x57\x9f\x7c\x48\x65\xcc\ -\x28\x22\xa2\xbe\xcf\xd0\x8a\x5e\xd9\xe3\xee\xe2\x03\x2e\xdf\xdb\ -\xc1\xde\x1d\xd3\x6c\x9f\x9c\xa4\x91\x15\x54\xd6\x92\xf9\x7d\xa5\ -\x6b\xf6\x99\x51\x46\xf0\x9b\xca\xfe\x9a\x2a\x16\x3f\x05\xfe\x4d\ -\x25\xc1\xb6\xbe\x75\x90\xfe\x52\xfc\x13\x50\x68\xfa\xe5\x80\xf6\ -\x66\x97\xc5\x95\x75\xee\x2e\xac\x70\x7b\xa3\xc5\xe2\x54\x41\x67\ -\xbc\x49\x45\x13\x6b\x72\x44\x9f\x4c\xaf\x16\x1e\x33\x95\x5a\x0a\ -\x6a\x81\x3b\x5e\x2a\x2b\xab\x5c\xdc\x80\x04\xfb\x0c\x43\x59\x6c\ -\xc2\x50\x3c\x97\x0e\xb0\x5f\x0c\x69\x43\xcc\xa7\xf6\xac\x29\x80\ -\x4a\xa4\xe6\xb0\x54\x4c\x32\xf9\x5c\x0f\x02\x29\xef\x95\xba\x1a\ -\xbd\x84\x0c\x06\xb9\x74\x4a\xe5\x85\x6c\xa6\x68\xac\xac\xc5\xdb\ -\x27\x92\x35\x72\x66\x1b\xe7\xd1\xb7\x05\xb3\xda\x3a\xa9\x24\x50\ -\x58\x26\x31\x5c\x43\x53\xe3\xec\xc1\x3e\x20\xf3\x27\xf1\x15\x59\ -\xb2\xa7\x85\xc9\xc9\xdc\x26\x73\x2c\x88\x23\x44\x68\x42\xa6\xe0\ -\xc4\xce\x6d\x7c\xe7\xf0\x0c\x67\x27\xe0\x68\xeb\x53\x8e\x2f\x5f\ -\x60\xa2\xed\xc3\x7a\x81\x2c\x2f\x3d\xf1\xf7\x9d\xa5\x5f\x1b\xc8\ -\x34\x4b\xdb\xce\xf1\xd1\xec\x1f\xd2\x38\x70\x9e\xd3\xa7\x1f\x0f\ -\xcd\x3a\x6e\xde\xbc\xc9\xcd\x2b\x9f\x30\xb7\xfc\x97\x9c\xd8\xf8\ -\x6b\x9a\x83\x65\x6a\xcd\x46\xfd\xf3\xda\x54\xb2\x07\x04\x50\xd7\ -\xfb\x53\x69\x1f\x3e\xf4\x0c\xc2\xd8\xad\xac\xfe\x40\xd1\xa4\x3c\ -\xfe\x2a\xb7\xb2\x59\xfe\xe4\x1f\xff\x88\xb5\xf5\xf5\x21\xe2\x4f\ -\xf6\x6b\x8d\x19\x58\xef\x15\x68\x71\x6d\x7e\x9e\xb9\x5d\x3b\xd8\ -\xbb\x63\x8a\xb1\x2c\x27\x57\x86\x0c\x57\x59\xca\x8a\x7a\x1b\x32\ -\x28\xff\x05\x80\xbf\x26\x48\x1e\x7e\x8c\x32\x80\x91\xdf\xd8\xf8\ -\x47\x0d\x7f\x57\x3f\x86\xab\x18\x3b\x41\xae\x28\xab\x8a\x6e\x6f\ -\xc0\xea\x5a\x8b\x7b\x0b\xcb\xdc\x5e\x5a\x61\x5e\x59\x56\xb6\x37\ -\x19\xe4\x4d\xb0\x0d\x3f\x14\x99\x34\x3d\xf4\xda\xd4\xe7\x4f\xee\ -\x91\xea\xae\x46\xe3\xfb\x9c\xb8\xcf\x94\xf8\xb3\x93\x73\x84\xee\ -\x6c\x24\x42\x2b\xc9\x3d\x69\x98\x6d\xd8\xf8\xf5\x09\x51\xc9\x54\ -\x04\x35\x44\xee\x2b\x1e\x85\xd0\x65\x27\x71\x1d\x4a\x8e\x7f\xe8\ -\xa9\x07\x01\xc2\x8b\xea\xe0\x2d\xea\xee\xba\x3e\xf6\x20\x58\x91\ -\x5d\x7b\xef\x7a\xcf\x8d\x21\x34\x23\x73\x24\xb9\xf6\xd6\x2f\x88\ -\x87\x9d\x36\x54\xfe\xf1\x53\x93\x20\x3d\x95\xe8\xa8\xf1\x8a\x7e\ -\x2c\x26\x03\xe5\xe2\x0e\x6c\x60\x2e\x82\x56\x64\xb3\x27\xcc\x34\ -\xcc\xb7\x0d\xc4\x5f\x68\xcd\xd9\x3d\xdb\x78\x6d\x6e\x8a\x33\xcd\ -\x0e\x8f\xad\x7f\xcc\xe1\xc5\x5f\xd3\xec\xae\x86\x7b\x66\xb9\xab\ -\xd3\x9f\xe5\x25\x99\x76\xc4\x6f\xf3\x9c\xc5\xe9\xa7\xf9\x74\xe7\ -\x7f\x24\xdb\xf7\x24\xa7\x1f\x3f\xcb\x9e\xd9\x59\x06\x83\x01\x37\ -\x6f\xdc\xe0\xf6\xd5\x8f\xd8\xb7\xf6\x63\x8e\x6d\xfc\x35\xcd\xc1\ -\x52\x9d\xf0\x13\xcd\xa8\x2e\xd9\xeb\x47\xad\xa5\x57\x42\xf4\x21\ -\xe0\xc7\xba\xae\x3e\x55\x35\x04\xfd\x51\xf4\x66\x8e\xb0\x79\xf4\ -\x65\x7e\xf6\xc1\xa7\x5c\xba\xf2\xb9\x2f\xac\x9c\x10\x7f\xba\x44\ -\x2a\xbe\xb0\x7e\xbd\xfb\xd5\x80\xf9\x95\x45\x3e\xbb\x7d\x97\xe3\ -\x73\xfb\xd8\x31\x3e\x4d\x69\x2d\xa5\xa9\xd0\x3a\x47\x29\x83\x6b\ -\xec\x39\xbc\xf9\x7f\xc3\xe3\x37\x38\xfd\xdf\x80\x00\xdc\x86\xa9\ -\x57\x02\x8f\x1c\xc0\xd1\xa7\xc2\x1a\xcb\x60\x60\x68\xb5\xbb\x2c\ -\x2c\xaf\x71\x6b\x61\x85\x6b\xbd\x0e\xf3\xbb\x0a\x56\x76\xe4\x94\ -\x99\xcf\x38\xf3\xa5\xbb\xb1\xe2\xdb\xf7\x39\x00\x29\x57\x26\x95\ -\x86\x1e\x5e\x87\xd8\x57\x07\x43\x95\x78\x04\x24\xdb\x2f\xc5\xa1\ -\xc3\xf0\x57\x5a\x7a\xa5\x9d\x7e\xd3\xd4\x5e\x39\x84\xc1\x78\xa6\ -\xa0\xd2\xcf\xc3\xbf\x04\x31\x88\x0a\x13\xd2\x7c\x93\x68\x41\xc1\ -\x8f\xa1\x24\x97\x40\x43\x19\x13\x91\xa8\x64\x5e\xbc\x0a\x64\xc3\ -\xef\xe5\x5f\xb0\xee\xf9\xf3\x12\x18\x21\x0c\x50\x52\x6f\x75\x24\ -\xda\x08\x6d\x55\xf4\xfc\xa9\x24\x0e\x21\xf0\x02\x21\x66\xef\xae\ -\xb4\x6e\x8e\x83\x57\x23\x84\xd3\xb9\xf9\x57\xc1\x38\xa8\xc2\x98\ -\xc7\x72\xcd\x8b\x07\xb7\xf3\xca\xfe\x82\x39\xb5\xc6\xa9\xb5\x4b\ -\x1c\x5e\xb9\x48\xb3\xb7\xe6\x9f\xdb\x52\x14\xbe\x1d\xb7\xaf\xdb\ -\xa7\xb5\xc1\x64\x39\xf7\xb7\x7f\x8d\xcf\x77\xfe\x01\x93\x87\xce\ -\x73\xe6\x89\xb3\x6c\xdf\xbe\x9d\x5e\xbf\xcf\xe7\x5f\x7c\xce\xf2\ -\xcd\x8b\xcc\x6d\xfc\x94\x13\xad\xbf\xa2\x28\x57\xe2\x94\x3c\x02\ -\xfa\x0b\x23\x08\x08\x20\xec\x29\x99\xba\xba\x47\x00\xab\x5c\x89\ -\xaf\x90\xe9\x97\x6c\x89\xc6\x04\x83\xe3\xaf\xf1\x65\x37\xe3\x87\ -\x6f\xfd\x8c\x4e\xbf\x9f\x30\xec\x04\x5d\xc9\x46\x49\x11\x2c\x16\ -\xab\x2d\x95\xb5\xac\x75\xda\x7c\x7e\xfb\x3a\x87\xf7\xce\xb2\x77\ -\xfb\xe3\x64\x63\x19\xb9\xca\xd0\x26\x43\xa9\xcc\x17\x09\x71\x6b\ -\x37\xdc\x3d\xa3\xbe\x56\xff\xba\x63\x94\x01\x7c\x85\x94\xdf\xea\ -\xa8\x19\xfd\x02\xf4\x77\x13\x5c\x19\x4b\xb7\x3f\x60\x65\x75\x83\ -\x7b\x0b\xcb\xdc\x58\x5b\xe7\x7e\x53\xb3\xb1\xbd\xa0\xdf\x14\x82\ -\xcc\xc0\xf8\x7a\xfd\x12\xea\x1b\xe2\xcf\xf1\x84\xe7\xa0\x6a\x8c\ -\x0c\x4c\xa0\x96\xf2\xe7\x48\x42\x89\x35\x3e\xb6\x5a\x1e\x28\x85\ -\xc8\x84\xf7\xb1\x82\xaf\x3f\xaf\x66\x1c\x94\x05\x54\xf1\xbe\xc1\ -\x38\x97\x6c\xf2\x50\xa3\x2f\xf9\x5e\x24\x70\x52\xbe\xab\xe6\x1b\ -\x97\x7b\x1a\xe5\x02\x83\xe4\xb3\xda\x98\xb7\x1a\x0f\x75\xa6\x91\ -\x6e\x74\x18\x65\x5c\xe1\x59\x05\x51\xf8\x73\xc5\x3d\x15\xfa\x10\ -\xc8\xe7\x84\x7b\x2a\x20\x6d\x7e\x11\xa0\x6d\x80\xb8\xb2\x26\xc2\ -\xbc\x84\xc1\xc6\xb5\x98\x28\x72\x5e\x3f\x3a\xc5\xcb\x7b\x15\xfb\ -\xed\x22\x27\x57\x2e\xb0\x6f\xf5\x13\x9a\x55\xc7\xed\x10\xe5\xc3\ -\x7a\x9b\x3d\xb2\xcc\xe9\xfb\x5a\x1b\x4c\x31\xc6\xfd\xc9\xa7\xf8\ -\x78\xc7\x1f\xb0\xf3\xe8\x73\x3c\x71\xf6\x1c\xdb\xb6\x6d\xa3\xdf\ -\xef\x73\xe3\xfa\x35\x96\x6f\x7d\xc8\x81\xf5\xbf\xe3\x58\xeb\xef\ -\x28\xca\x8d\x48\xf8\x0f\x81\xfe\x61\x4e\x13\xd8\x5f\x9f\x2f\x25\ -\x33\x95\x2c\x8f\xc2\x58\xe5\x5c\x7e\x49\x9a\xaf\xbb\x94\x66\xb0\ -\xff\x09\x5a\x07\x9f\xe7\x6f\x7f\xf6\x73\xae\xdf\xbb\x13\xbd\x0b\ -\x89\x74\xa8\x7b\x93\x48\x92\xe9\x54\x40\x7d\x06\xc3\x7a\x77\x93\ -\x6b\xf7\xe7\xb9\xb3\x7c\x80\xf1\x3d\xd3\x64\x64\x64\x59\x46\xa6\ -\x72\x14\x06\xa5\x74\x48\x16\xaa\x2f\x70\x2c\xa9\x2f\x0c\xc2\x0e\ -\xc7\x0f\x7c\xc5\xf1\x1b\x20\x80\x28\x15\x54\xf2\xb6\xce\xd1\xe4\ -\x54\x15\xff\x5a\x9c\xf4\x2f\x9d\xdb\x6f\x71\x69\x8d\x3b\x8b\xab\ -\xdc\x33\x03\x56\x66\x1a\x6c\x4e\x29\xca\xcc\xf8\x22\x98\x63\xbe\ -\xaa\x4f\xe1\x86\xa4\xa4\x3e\x9d\xc6\x75\xe1\xd1\xae\x40\x45\x9a\ -\xe2\x1b\xac\xd2\x7e\x60\x92\xca\x9a\x12\x93\xbc\x0f\xc9\x3e\x62\ -\x37\xf0\x9f\x87\x67\xd0\xf1\xf5\x30\x4a\x48\x1b\x6b\x06\x98\x2c\ -\x12\x54\x7c\xfa\x1e\x8d\xd4\xac\xe4\xfe\x7b\x49\x09\x36\x11\x15\ -\x05\xdb\x85\x94\xea\x42\x11\x54\x10\x48\x9e\x4f\x25\x31\x08\xc2\ -\x20\x86\x24\x0b\xe9\x6f\xa8\xff\xc3\x7a\x90\x60\xa8\x65\x1e\x2a\ -\x5d\x97\x1c\x4a\xbb\x3c\x09\xa3\xe3\x1a\x86\xa8\x3e\xeb\xc6\x10\ -\xa2\x30\x93\xbf\x82\x08\x02\x73\x8a\x88\x60\xaa\x59\xf0\xed\x63\ -\xd3\xbc\x34\x6b\xd8\x3d\x58\xe0\x89\xf5\x5f\xb3\x67\xed\xf3\x50\ -\xad\x57\x69\x4b\xa3\xe8\xd1\x68\xf6\xc9\xb2\x12\xad\x0d\x2a\x33\ -\x54\xc5\x24\x77\xa7\xbf\xc6\xe7\xd3\xbf\xc3\xcc\x91\x67\x38\xf7\ -\xe4\x53\x4c\x4e\x4e\xd2\xed\x76\xb9\x76\xed\x2a\x0b\x57\xdf\xe1\ -\xf0\xc6\x8f\x38\xdc\xf9\x47\x1a\x55\x6b\x94\xf0\xb7\x80\xfe\xc1\ -\x06\x20\x53\x15\x18\x81\x7c\x1e\x19\x41\x2d\xe0\x47\x2a\xfc\xd4\ -\xa0\x3f\x98\x89\x1d\xb4\x8e\x7f\x93\xb7\xef\x3e\xe0\x6f\xdf\x7e\ -\x83\x7e\x39\x40\xd5\xf4\xdf\x68\x34\x8e\x73\x03\xb6\x86\x98\x6c\ -\xe0\xa1\xfd\xb2\xcf\xcd\xfb\xf7\xb9\x7c\xef\x3e\x3b\xa7\xc6\x68\ -\x6e\xcb\x69\x60\xd0\xb6\x42\xab\x0c\xe5\x0b\x86\x86\x1a\x16\x43\ -\x14\x5e\x03\x6c\x35\x19\xf2\xd5\xd2\x3c\x67\x98\x88\xb7\x38\x62\ -\xf0\x60\xca\x05\xe5\x41\xc2\x1b\xcf\x20\x22\xdc\x32\x16\x7a\xbd\ -\x01\x6b\xeb\x2d\x16\x96\x56\xb9\xd7\x6a\xb3\x38\xa1\x69\x4d\x6b\ -\x7a\x8d\x0a\xab\x72\x74\xdf\x55\xf7\x51\x95\x2f\xe8\xa9\x32\x44\ -\x6f\x8d\x1d\x63\x74\xbc\x43\x4a\x1c\xf2\xc4\xd6\xe2\x50\x84\x22\ -\x70\xc5\x50\x10\x54\x2c\xf5\x7e\xa8\xde\xfa\x8e\x75\x95\x7c\xac\ -\xbc\x4f\xd6\x25\x9e\xac\xbc\x2e\x2f\x46\x30\x39\x49\xb8\xb1\x87\ -\xd9\x72\xd8\xfa\x7c\x84\xd7\xc3\x1c\xd9\xa6\xdf\x09\x13\xb3\x49\ -\xe6\xa1\x20\x0a\x9f\x27\x60\xa1\x16\x64\x94\x4a\xfa\x94\xf0\x6b\ -\xcf\x90\x10\xa5\xa2\x7e\x6d\x39\x31\xa0\x90\x2a\x0a\x70\x49\x8a\ -\xaa\x95\xa7\x4e\xe6\x5c\x50\x42\x4d\xf5\x92\xc7\x74\x37\xdf\x31\ -\xd1\xe0\xbb\x47\x26\x79\x6e\xa6\xcf\x81\xc1\x7d\x4e\x2d\xff\x9a\ -\xdd\xad\x2b\x64\xe2\xe6\x4b\xeb\xf4\xeb\x2a\xc0\xfe\x41\x31\xc9\ -\xb5\x99\xef\x70\x7d\xfa\xdb\xcc\x1e\x3f\xcf\xb9\x73\x4f\xba\x36\ -\x5d\xdd\x2e\x9f\x7f\xfe\x19\x0f\xae\xbd\xc3\x89\xf6\x5f\x70\xa8\ -\xfb\x4b\x8a\x72\xdd\x6d\x30\x79\xde\x9a\xcb\x2f\xce\x89\x4d\xe7\ -\x89\x3a\x02\x70\x00\x46\x85\xdf\xa4\xda\x95\xb1\x3a\x4a\xff\x74\ -\x3d\xb3\x82\xea\xc8\x0b\x2c\xcd\x1c\xe7\x4f\x7e\xf0\x47\x3c\x58\ -\x59\x0e\xcf\x1e\x90\xb0\x4d\xe6\x7d\x64\xd1\xd5\xc8\x67\xc6\x5a\ -\x56\x3b\x1b\x5c\x99\xbf\xcb\xe1\x3d\xb3\x6c\x1f\x9b\xa1\xa1\x73\ -\x32\x5d\x61\x94\x41\xfb\x4a\xd3\x2a\x5d\xbb\x34\xcf\x5e\x25\x0d\ -\x77\xfe\x85\xc7\x16\xad\xc1\xdc\xe2\xa7\xad\xc2\x87\x4f\x51\x23\ -\xbf\x91\x97\x42\xa6\x2e\xe9\xa7\x2c\x2b\xda\x9b\x5d\x96\x56\xd6\ -\xb9\xb7\xbc\xce\x1d\x4a\x1e\xec\x6a\xd2\x9e\xb4\x18\x95\xa3\xfa\ -\xdb\x51\x9b\xb3\x4e\xfa\x5b\x91\xfe\x40\x66\x5d\x2a\xaf\x24\x96\ -\x04\x22\x4a\xad\xfa\x36\xba\x01\xd1\xa8\xd2\x87\xeb\x0a\x1c\xd2\ -\xae\x2a\xb0\x4b\xd2\x31\x7e\xa3\x7b\x62\x0d\xf4\x2b\x8c\x45\x88\ -\x45\x1a\x7b\xe0\xec\x12\x23\x71\xfa\x09\x9a\x48\x29\x2e\x18\xdb\ -\x64\x3e\x4c\x1c\x2f\xce\x80\x17\x6e\x93\x46\xec\xa5\xa8\x43\x8a\ -\x64\x58\x45\x68\xe3\x2d\xbd\x00\xac\x13\xda\x36\xf3\x19\x8e\xa9\ -\x8d\x20\xb5\x3b\x0c\x6f\x00\x61\x7e\x92\x7f\x20\x52\x3b\x6d\x29\ -\x1e\x08\xdd\xdf\xc4\x4b\xf7\x00\x66\x6c\x9c\x30\xb7\xc9\x04\x3d\ -\x08\xd5\xc5\x13\x55\x66\xd8\x33\xd9\xe0\x5b\x07\xa6\x78\x7a\xb2\ -\xcf\xb1\xee\x75\x1e\x5b\xff\x80\x99\xd6\x4d\x94\x71\x85\x5b\x5c\ -\x47\xde\x5e\xcd\xd2\xaf\xb5\x61\xd0\x98\xe2\xfa\xd4\xab\x5c\x99\ -\x7c\x9d\xb9\x53\xcf\x73\xf6\xec\x59\xc6\xc7\xc7\xe9\x74\x3a\x5c\ -\xb9\x72\x99\xc5\x1b\xef\x73\xac\xf5\xdf\x39\xd8\x7d\x83\xa2\xda\ -\xdc\x52\xea\xa7\xff\x62\x3e\x7f\xe2\xf7\x4f\x10\xc0\xb0\x5b\x78\ -\x38\xe0\xc7\xf8\x44\x1f\x49\xf3\x75\x13\xa0\x30\x3b\x8f\xd2\x3e\ -\xf1\x3a\x6f\x5c\xbd\xcc\xc5\x6b\x9f\x61\xb0\x41\x36\x5a\xeb\x6d\ -\x50\x42\x0b\x35\xcf\x8a\x3f\x29\x5c\xce\x46\x89\x6d\x61\xb3\xdf\ -\xe5\xf3\xdb\x37\xd9\x3e\x31\xc1\x54\xf3\x0c\x63\xb3\x53\x34\xb3\ -\x06\x15\x95\x0b\x13\x96\x80\x2a\x8f\x02\x62\x00\x56\x64\x02\x61\ -\x3f\x25\xb4\xe8\x86\x1d\xe9\x72\xf8\x90\x44\xf2\xf0\x80\x35\x7a\ -\x0f\x0f\xa2\x92\x53\xbe\x02\x31\xf8\x52\xdf\x55\x65\xe9\xf6\xfa\ -\xac\x6f\xb4\x59\x5c\xd9\x60\xa1\xbd\xc9\xea\x78\x4e\x77\x22\xa3\ -\x52\xb8\x5a\xfe\xfd\x29\x97\xc4\x13\x8a\x6f\x64\x9e\xf0\x47\x7d\ -\xf3\x4a\x60\xba\x44\xb7\x49\x03\xcb\x9a\x4d\xc0\xbf\x96\x1a\xf6\ -\xc1\x9d\xa5\x80\x0c\x2a\xd9\x01\xb2\x38\x89\x54\xf7\xfe\xff\x48\ -\xc3\x43\xb1\x03\xa9\xdf\x3f\x10\x0c\xf1\xb5\x5c\x27\xfc\x4d\x56\ -\xb7\x86\x14\xe4\x9a\x26\xf9\x89\x25\xba\xdb\x54\x54\x39\xc2\x18\ -\x48\x9e\xdd\x2f\xbc\xa1\xce\x0c\xc3\xc5\x84\xc1\x24\x5d\x8a\x48\ -\x51\x1c\xa4\xeb\xed\x6c\x88\x26\xae\xb1\x4a\xd4\x18\x39\x35\x45\ -\x36\x29\xf2\x92\xc3\x2a\x72\xad\xd9\x33\x35\xce\xf7\x0f\x4d\xf0\ -\xc4\x78\x9f\x13\xdd\x2b\x9c\x5a\xfa\x15\x53\xbd\x25\x9f\xe1\x66\ -\xc9\x42\xdd\xbe\x3e\x99\x27\x7c\xa5\x0d\x83\xe6\x0c\x57\xa7\xbf\ -\xc9\xf5\xe9\x6f\xb1\xef\xc4\xb3\x9c\x79\xfc\x71\xc6\xc7\xc7\x59\ -\x5b\xdf\xe0\xf2\xe5\x2f\x58\xb9\xf9\x01\x27\x37\xff\x82\x83\xfd\ -\x37\xc9\xcd\xe6\xd6\x84\x1f\xbc\xa9\xa3\x84\x1f\x1f\x64\xab\x90\ -\xdf\x51\x75\xa0\xaa\x32\x9f\xe6\x9b\xd5\x1e\xd5\x36\xb7\xd1\x3d\ -\xf5\x2d\xbe\xac\xc6\xf8\xd3\xb7\x7e\xc4\x5a\x67\xdd\x33\xd7\x38\ -\x17\x56\xec\x2d\x61\x7f\xc8\xda\x25\xb5\x23\x81\x90\x3b\xe1\x99\ -\x84\xb5\xd0\xea\x74\xb8\xb1\xf0\x80\x3b\xfb\xf7\xb3\x67\x7a\x92\ -\xc9\x46\x41\x46\x49\xae\x0c\x96\x0a\x85\x37\xb4\x2a\x50\x92\x8d\ -\x5b\xab\xb8\x13\x36\xd4\xe8\xf1\x10\xba\xcd\x65\x6a\x6a\x0b\x9e\ -\x4c\x58\x94\xfa\x6a\xf8\xcc\xad\x6f\x60\xc1\x1a\x27\xfd\x5b\xed\ -\x2e\x8b\xcb\x6b\xdc\x5b\x5a\x65\xa1\x3f\x60\x75\xc7\x18\xfd\xdc\ -\x6d\x74\x35\x98\x70\xa5\xbc\x43\xc6\x5a\xcc\x53\xb2\x21\xd0\xc7\ -\x07\xd8\x28\x08\x6e\x33\xbf\x50\x61\x42\x8d\x72\x50\x30\x81\x7d\ -\x71\xa3\xca\x22\xa8\xe8\xaf\xde\x72\x7e\xc4\x52\x2e\x84\x99\x9e\ -\x27\xcc\x41\x76\x9c\x7c\x9c\x54\x4a\x1e\x86\xe1\xe9\x58\x6a\xb4\ -\x99\xec\xa6\xb0\x70\x36\x39\x2f\x61\x00\xa1\x1a\x91\x89\x48\x46\ -\x90\xc5\x48\xd7\x21\x1b\x9f\x21\x74\x1d\xf2\x63\x96\xa9\x09\x9e\ -\x89\x64\x6d\xad\x93\xfa\x2a\xd8\x48\x1e\xb6\xc4\xc2\x4c\x7d\xe2\ -\x8f\xa8\x02\x5e\xc7\x2d\x32\xc5\x99\xdd\x53\xbc\xb2\x17\x4e\x64\ -\x2d\x4e\xb7\xbf\xe0\xd4\xea\x05\x9a\xbd\x35\x94\x37\xc8\xe6\xb9\ -\x6f\xd2\x91\x0f\x7c\x42\x8f\xab\xdf\xdf\x2b\x66\xb8\x3c\xfd\x3d\ -\x6e\xef\xf8\x0e\xfb\x4f\x3c\xc9\x13\x4f\x38\xc9\xdf\x6a\xb5\xf8\ -\xe2\xf3\xcf\x58\xbe\xf9\x2e\x8f\x75\xff\x92\x83\xbd\x37\xc9\xab\ -\x76\x24\xf6\x21\xc2\x4f\xd7\x3d\xa8\xda\x82\xef\x86\x24\x7e\xbd\ -\xc2\x6f\xdd\x2b\x62\xad\x0e\x69\xbe\xb5\x58\x30\x9d\x51\xcd\x3d\ -\xc9\xd2\xbe\xa7\xf9\xd3\xb7\x7e\xcc\x67\x77\x2e\x63\x7d\x0b\xb6\ -\x80\xb0\x64\x4d\x83\x60\xf0\x6b\xae\x20\x26\x80\x69\xbf\xfc\x92\ -\x40\x65\x11\x0f\x4f\xaf\x2c\x59\x58\x5d\xe1\xda\xfd\x05\x8e\xec\ -\x9e\x65\xf7\xf4\x34\xc6\x96\x18\x55\xa1\x7d\xe0\x97\xf5\x0d\x5b\ -\x54\xd8\x3f\x44\x26\x25\xb4\x3a\xc4\xf4\x1e\x75\xe4\xe9\x79\x02\ -\x14\x10\x9f\xb3\x27\x1e\xe5\xa5\x43\x40\x04\xc9\x9f\xf4\x70\xe4\ -\xa3\xa8\xac\xa5\xd3\x1d\xb0\xb6\xde\xe6\xfe\xe2\x1a\xf7\xd6\x5a\ -\x2c\x36\x32\x3a\x53\xb9\x2b\x53\x5f\x15\x4e\xe7\xaf\x8a\xb0\x89\ -\x84\x18\x42\x4c\x7c\xea\x26\x53\x76\xc8\x36\xe7\x17\xcf\x88\xab\ -\x10\xa2\x5f\x5d\x26\x25\x09\xda\x09\x44\x9a\xb8\xba\x92\x2b\x59\ -\x71\xa7\x55\xc4\xf1\x24\xa9\xbd\x21\xfc\x56\x25\xd7\x82\xe4\xba\ -\xd4\x19\x8b\x65\xf4\x9e\x22\xe9\x65\xb7\x1a\x15\xc7\x2a\xab\x67\ -\x40\xea\xff\x2b\x69\xf5\xa5\x7d\xac\x80\xf6\x2d\xc8\x93\xb2\x61\ -\x35\x06\xa0\x92\xbf\x09\x71\xd6\xc2\x7c\x65\x11\x85\x58\x84\x81\ -\x91\x3e\x33\xd4\x82\xa4\x52\x0e\x26\xcf\x24\xd7\x57\x86\x46\xa6\ -\x38\xbb\xbb\xc9\x6b\xfb\x34\x47\xf5\x3a\xe7\xda\x1f\x70\x64\xe5\ -\x03\x1a\xd5\x26\x58\x57\x44\xb4\x28\x5c\x70\x8f\xd4\xed\x73\xb0\ -\xdf\xd2\x6f\x6c\xe3\xea\xd4\x37\xb8\xb1\xfd\x5b\x1c\x7a\xec\x19\ -\xce\x9c\x3e\x1d\xaa\xf8\x7c\xfc\xf1\x47\x6c\xdc\xfb\x88\x13\xbd\ -\xbf\xe7\x50\xef\xe7\xe4\x55\x67\x6b\xe2\x4f\x18\x6d\x9a\xe0\x13\ -\x18\xc1\x10\x8f\xb5\x29\xe1\x27\x6b\xe7\xde\xfb\xae\x3e\x65\xe6\ -\xba\xfa\x24\x47\x6f\x6c\x07\xeb\x47\xbf\xc1\xbb\x0b\x0f\xf8\xf1\ -\xc5\x37\xe8\x57\x3d\x62\x5f\x03\xd9\x0f\x75\x46\x13\x99\x82\x8a\ -\x06\xec\xa4\xfc\x99\x12\x83\x70\xb2\xf7\x37\x36\x3b\x5c\xbb\xbf\ -\xc0\xf1\xfd\x7b\x39\xb6\x67\x07\x8d\xbc\x41\x65\x07\x64\x2a\x0b\ -\xd7\x50\x89\x20\x0a\x5e\x00\x6f\x07\xc0\x5f\x49\xa9\xad\x00\xff\ -\xe8\x91\x87\x18\x8e\x21\x89\x2f\x12\x39\x5e\xc4\x6f\x98\x2d\xaf\ -\xaa\x82\x40\x11\xdd\x7f\xb3\xdb\x63\x71\x65\x9d\x3b\x4b\x6b\xdc\ -\x29\x0d\x4b\x3b\x1b\x74\x26\x7c\x2f\x3f\x53\x38\x97\x9f\x02\xab\ -\x2b\x07\xef\xc9\x1c\x77\x13\x98\xab\x8d\xdb\xfc\xf2\x4f\x8c\x2a\ -\x69\x8e\xbb\x56\xde\xc2\x6d\xfc\x75\x2c\x11\x6a\xfb\x95\xad\xf9\ -\xd2\x53\x83\x1d\x7e\x42\x3d\xa6\x50\x5e\xe2\x4a\x21\x8f\x4c\x52\ -\x7b\xcb\xfa\xf5\x12\x0b\x7e\x40\x20\x22\xa9\x45\x4d\x91\x8d\x55\ -\x2b\xcc\x31\xcc\x25\xe4\x9a\x9e\xe8\x82\x54\x97\x02\x21\x1e\x8a\ -\x87\x30\x63\x22\xf1\xdb\xe4\x7a\xc1\x55\xe7\x8d\xa7\x9e\x09\xa8\ -\xc0\x34\x93\xfa\x84\x90\xcc\xe3\x90\xc8\x48\x33\x09\x43\xcc\x04\ -\xf1\xb3\x20\xd1\x64\x2f\x58\x26\x9b\x9a\x17\xf6\x8f\xf3\xdc\x8c\ -\xe1\x20\x4b\x3c\xd9\xfe\x88\x23\x2b\xef\x87\x84\x1e\xad\x0d\x85\ -\xaf\xd3\x2f\x96\xfe\x4c\x57\xa8\xcc\xb2\x59\xcc\x70\x79\xfa\xfb\ -\xdc\xda\xfe\x6d\x8e\x9f\x7d\x81\x93\x27\x4f\x32\x36\x36\xc6\xda\ -\xda\x1a\x1f\x7d\x78\x89\xf6\xfd\x4f\x38\xda\xf9\x21\x47\xca\x37\ -\x1c\xf1\x3f\xc4\xda\x1f\xa0\xff\x88\xce\x2f\xe3\x1f\xf2\xed\xcb\ -\xa3\x27\x84\xef\x3e\x13\xe8\x3f\x6a\xf5\xaf\xb2\x82\xf6\xe1\x97\ -\xb8\x35\xbe\x9f\x3f\xfe\xc9\x1f\xb1\xb8\xbe\x4c\xad\xbb\x51\x40\ -\x8c\x09\x03\xa8\x79\x72\x5c\xcd\x8a\x5a\x49\x39\x8f\xbe\xa2\x2a\ -\xe8\xd6\xba\x6f\x2b\xee\x2d\x2d\xf2\xf1\x8d\x5b\x9c\x3f\x76\x84\ -\xe6\x44\x4e\xae\x1b\x18\x2a\x94\x12\x6f\x83\x72\xf6\x86\x64\xf9\ -\x62\x53\x31\x6a\xfb\xe0\xab\x8e\xba\x1b\x50\x79\xb2\x0f\xfa\xa0\ -\xbf\x58\xa8\x2c\x12\xfe\x1b\x81\x1d\x6e\x6f\x58\x8c\xb5\xf4\xfb\ -\x03\xd6\xd7\xdb\x3c\x58\x5e\xe3\x6e\xab\xcb\xc2\x78\xc1\xfa\xf6\ -\x9c\x5e\xd1\x03\xdd\x80\x4a\xbb\xf0\x54\x5d\x01\xa5\xbf\x8c\x27\ -\x14\x6d\x09\xc6\xb8\x10\x24\x23\x92\x3d\xe5\xca\x02\xbb\xac\xb7\ -\x62\x57\x51\xc8\x86\x01\x49\xdc\x40\x4a\xfc\xc9\x09\x09\x51\x04\ -\x09\x9f\xa2\x86\x90\x6f\x90\x4a\x6a\x61\x2a\x45\x94\xea\xa9\xa1\ -\x52\xe6\xc8\x1b\x0e\x55\x48\xf8\x91\x73\x89\x0c\x41\x90\x4e\x60\ -\x14\x69\x2b\x2f\x4d\xa8\x00\x6c\xeb\xd7\x44\xd9\x50\xda\xbc\x66\ -\x27\x08\xd1\x90\x82\xe2\x2a\x3f\xac\x84\x78\x6b\x08\xc8\xc6\xb7\ -\xfe\x19\x94\x34\x02\x09\x45\x4e\xd3\xb3\xe3\xbc\x4d\x16\x05\x2f\ -\xee\xcb\xf8\xfa\x8e\x92\xfd\x66\x99\xa7\x36\x2e\x30\xb7\xfe\x59\ -\x52\xa7\xdf\x59\xfa\x1b\x8d\x7e\x80\xfc\x22\xf9\x3b\xc5\x0c\x1f\ -\x8d\x7f\x87\xf9\xed\xdf\xe3\xf4\x93\xcf\x73\xe2\xc4\x09\x9a\xcd\ -\x26\xad\x56\x8b\x0f\x2f\x5d\xa2\x3d\x7f\x91\xd3\xe5\xdf\x72\xb0\ -\x7c\x93\x42\x60\xff\x43\x08\x3f\x32\xa4\x14\x01\xf8\x61\x8e\x18\ -\xfa\xe4\x7d\x12\x1f\x60\xf1\xd1\x7e\x4e\xfa\x9b\xe1\x70\x5f\xa5\ -\xe8\xce\x1c\x65\xe3\xc4\xeb\xbc\x75\xf5\x32\xef\x5f\xfb\x14\x23\ -\x7b\x45\xcb\x05\x52\x22\x50\x84\x88\xcf\x10\x03\x22\xf5\x24\xc4\ -\x75\x2d\x6b\xa1\x13\x54\x09\xa8\x12\xa3\x4a\xd6\xdb\x5d\xbe\xbc\ -\x73\x8f\x5b\xcb\xab\x4c\x8f\xcd\x52\xa8\x8c\x4c\x65\x68\x32\x1f\ -\xb0\x35\x5c\xa0\xbf\x46\xfe\xff\xa2\x23\xaf\x41\x98\xda\x11\x3f\ -\x57\x7e\x22\xea\x08\xa1\xfe\x33\xb1\xa2\x9a\xca\xd0\xe9\x0c\x58\ -\x59\xdb\xe0\xfe\x4a\x8b\xfb\x65\xc9\xfa\xb6\x31\xba\xe3\x25\xb6\ -\xa8\x08\xcd\x20\xc4\xed\xa5\x07\xde\x9d\x93\x85\x8d\x5b\xf7\xd7\ -\xd7\x9e\x33\x4a\x3c\x93\xf9\x89\x15\x22\x76\x12\xd8\xfd\x2c\xf1\ -\xa1\xcb\xd4\xa4\xc6\xab\x14\x7a\xa7\x75\xfb\x12\xe9\x16\x08\x5b\ -\x0f\x86\x07\x80\x33\x28\x9a\xfa\x79\x90\x48\xce\x88\x3a\x6c\xed\ -\x77\x96\x10\x8f\x1f\x54\x9f\xe4\xb9\x92\x0d\x3a\x22\x71\x6b\x4c\ -\x4c\xd4\x13\x7f\x42\x1a\x93\x9f\x48\x42\x82\xde\x66\xeb\xd7\x4f\ -\x4c\x19\x51\x6a\x38\xee\x65\xfd\x1a\x2b\x65\xa2\x04\x13\xe5\xce\ -\x23\xbc\xe9\xb1\x9c\xaf\xed\x83\xaf\x6d\xdf\x64\xce\xac\xf2\x4c\ -\xeb\x1d\xf6\xad\x7f\x16\x2c\xfd\x3a\xab\x68\x36\x46\x2d\xfd\x5a\ -\x5b\x3a\xcd\x59\x3e\x9b\xf8\x16\xf3\xdb\xbf\xc5\xe9\x27\x9f\xe3\ -\xd4\xa9\x53\x34\x1a\x0d\xd6\xd6\xd6\x78\xef\xfd\xf7\xd8\x9c\xff\ -\x90\xd3\xf6\x9f\x38\x34\x78\x8b\xdc\x24\x3a\xff\x57\x41\xff\xe4\ -\x99\xeb\x91\x7e\xc3\x84\x1f\xa1\xbf\x84\xfb\x1a\xab\x93\x22\x1f\ -\x43\x4c\x6f\x7c\x07\xe5\x13\xbf\xcd\x5d\xdb\xe0\xaf\x2f\xfc\x8c\ -\xcd\x41\xa7\xbe\x76\xb2\x97\xd3\xad\xa3\x32\x5f\x18\xda\x77\x96\ -\x92\x00\xb7\x50\xf2\x2d\x45\x70\xc9\xb3\xf8\x75\xa8\x4c\xc5\x6a\ -\xab\xc5\xf5\xfb\x0f\x38\xb0\x63\x9a\xf1\xa9\x82\xc2\x0e\x30\xe4\ -\x68\x55\x79\xe9\xaf\xea\xdc\x2e\xbd\xff\x96\xc7\xd6\x5f\x0c\x05\ -\x02\xa9\x91\x57\xa9\xd5\x5f\x8d\x9c\x13\x5a\x63\x38\x9a\xb4\x86\ -\xfe\xa0\xa2\xd5\xee\xb0\xbc\xda\x62\x61\xad\xc5\x72\xae\x69\x4f\ -\x28\x06\x45\xe9\x60\xba\x75\x11\x52\x2a\x34\xd8\x88\xf0\x5f\x59\ -\x79\x8f\x73\x75\x48\xdd\xf8\xda\x73\x28\x4f\xf8\x69\xa1\x4a\x79\ -\x40\xff\x90\x69\xad\x7e\x20\x44\xc2\x89\x87\x20\x0d\x0a\x92\x8a\ -\x3e\x41\x8a\xbb\xcd\x5e\x67\x0c\xb2\xd2\xb2\xfb\x00\x95\x61\x55\ -\xe5\x24\x66\xa8\x07\x6f\xe3\xbd\x6b\x0b\x9b\xfc\x8e\x64\xbc\x23\ -\xb0\x11\xa2\x65\x58\xfc\xba\xc3\x90\xd2\x4b\x9e\xd4\x1d\x69\xb4\ -\x73\x71\xa6\x6e\x41\x21\x88\xd4\x78\x32\xac\x9f\x92\x6c\xdc\xe4\ -\x6d\x60\xce\x90\xa8\x30\x8e\x69\xed\x1c\xcf\x79\x69\xaf\xe1\xd9\ -\x99\x75\x0e\x97\xf7\x38\xd7\xbe\xc4\xde\xf6\xb5\x40\xfc\x79\xad\ -\x23\xaf\x10\xbf\xab\xe2\xb3\x31\x7e\x88\xcf\xc7\xbf\xc9\xbd\xed\ -\xaf\x72\xe2\x89\xe7\x38\x71\xe2\x14\x45\x51\xb0\xb2\xba\xca\x07\ -\xef\xbd\xc7\xe6\xc2\x25\xce\x99\x1f\x72\x60\xf0\x6b\x67\xf0\xdb\ -\x4a\xe2\xa7\xef\x3d\x11\xcb\x73\x8e\x64\xa6\x0e\x49\xfc\xad\xb2\ -\xdc\x43\xc0\xcf\x50\x85\x1f\x00\xb2\x82\xc1\xe1\x17\x58\xdd\x73\ -\x8e\xbf\x7c\xf3\x27\x7c\x79\xff\x1a\x56\x72\x37\xb0\x71\xbd\x53\ -\xc7\x49\x08\xbc\xf2\xfb\xd3\xe4\x50\x35\xe2\x1e\x19\xde\xaf\x35\ -\xc8\xe2\xce\xb7\xca\xf5\xc7\xbc\x7e\xff\x3e\x67\x0e\xec\x67\xc7\ -\xf8\x34\x79\x96\x7b\x77\xa0\x46\x87\xf2\xec\x7e\xf1\x94\x3c\x5c\ -\xfa\x7a\x78\x2e\x88\x48\x30\x11\x4b\xa3\x71\x00\x49\x02\x49\x20\ -\xfe\x20\xfd\x53\x44\xe0\xfe\x4b\x11\x8c\xa9\x2c\xbd\xde\x80\xf5\ -\x56\x9b\xa5\x95\x75\x96\x07\x25\x1b\xdb\x9a\xf4\x27\x2c\xa6\x90\ -\x56\x5c\x15\x98\x01\xd8\x01\xd6\xfa\xe2\x18\x55\x1e\x23\x9c\x04\ -\x1a\x19\x4b\xa8\x09\x18\x36\xad\x87\x50\x95\xb7\x92\x8b\xa4\x0d\ -\x92\xd8\x46\x96\x94\xd6\xd8\x4b\xd5\x00\xa5\x12\x02\xb2\x49\x22\ -\x90\x89\xcf\xe8\xdb\x63\xa1\xa5\xb2\x70\xdc\x31\xce\xc0\x22\x0c\ -\x44\x22\xb4\xfc\x34\x89\x0f\xb8\x66\x48\x94\x05\x49\x76\x5d\x70\ -\x65\xca\x22\x46\xd1\x16\xfd\xef\xc2\x10\x12\x09\x2d\x31\x04\xc1\ -\x40\x9a\x32\x3d\xbc\x4d\x24\x81\x98\x29\x0a\x48\xaf\x15\x12\x9d\ -\xc2\xce\x18\x61\x0e\xc2\x82\xe4\x44\xa5\x60\xd7\x64\xce\xb7\x0f\ -\xc1\x99\xc6\x0a\xa7\xcb\x6b\x9c\x6e\x7d\xc4\x4c\xe7\x2e\xda\x56\ -\x28\x65\xc9\xf2\x32\xb4\xe7\xd2\xc1\xcd\x57\xa1\xb5\xa5\xd5\xdc\ -\xcb\xc5\x89\xdf\x66\x79\xe6\x25\xce\x9c\x7b\x8e\xe3\x27\x4e\x04\ -\xc9\x7f\xf1\xe2\x07\x6c\xdc\xfb\x80\xe7\xf8\x01\x7b\xab\x0f\x9d\ -\xab\x6f\x0b\xdf\xfe\x30\x02\x48\x0d\x7a\xb2\x87\xb7\x6e\xe8\x09\ -\xd4\xce\x4d\x10\x80\xd1\x3e\xe2\x6f\x28\xdc\x17\x45\x7f\xc7\x61\ -\x56\x8f\xbf\xce\xaf\x6e\xdf\xe1\xc7\x17\x7f\xe1\x0c\x7f\x01\x9d\ -\xc6\x3d\x17\xca\x21\x85\x75\x97\x4b\x08\x12\xf4\x1e\x80\x30\xff\ -\x22\x64\x64\x8d\x44\xc0\xc4\x25\x29\xab\x92\xbb\x4b\x2b\xdc\x59\ -\x5e\x65\xff\xcc\x24\x63\x63\x39\xb9\xca\xc9\xc8\x81\x92\x4c\xf2\ -\x3c\xfe\x2d\xf5\x02\x6c\xca\x00\x12\x41\x11\x3f\x18\x7d\x3b\x62\ -\x04\x4c\xd0\x4c\x55\x19\xda\x9d\x2e\x2b\x6b\x2d\x16\xd6\xdb\xdc\ -\xd5\xb0\xbc\x2d\xa3\xd7\x18\x60\x33\x91\x5c\x25\xa8\x2e\x56\x65\ -\x28\x33\x86\xea\x4f\xf9\x4e\x3f\x32\x06\x85\x34\x87\x54\x46\x7c\ -\xd9\x9e\xd8\xad\x4f\xaf\x0d\xd9\x7c\x43\x83\xb6\x89\x54\xac\x49\ -\x6b\x4b\x0d\x2d\x88\xa4\xd5\x52\x44\xc4\x5b\xd8\xad\x77\xcd\x68\ -\x57\x57\xd0\xe6\xbd\x68\x7d\x87\x40\x24\xd6\x5a\x57\x00\x17\x1f\ -\xa8\x13\x24\xad\x10\x93\xdc\x5b\x31\x02\x17\xd3\xb1\x25\xa1\xb3\ -\x61\x43\x88\x1b\x49\x51\xb7\x15\x58\x9c\xde\x0f\xc4\x42\x1b\xb8\ -\xe7\xcd\xbc\x0b\xd0\x3a\x34\x55\x43\x0c\xb5\xc2\xa4\x7e\xc1\xd2\ -\x80\xa5\xa0\x1e\x78\x75\x29\x41\x25\xd6\x2f\x87\xd6\xb0\x7f\x5b\ -\xc6\x37\x0e\x18\xce\x34\x57\x38\x55\xde\xe0\xf1\xd6\x45\xb6\x77\ -\xe7\xa9\xb5\xe3\x6e\xf6\x5c\xe9\x2e\x91\xfa\xda\x7d\xb7\x31\x76\ -\x80\x0b\xe3\xff\x9e\x95\xc9\xf3\x9c\x7b\xf2\x79\x4e\x9e\x3c\x89\ -\xd6\x9a\xa5\xe5\x15\x2e\x5d\x7c\x9f\xcd\xf9\x0f\x78\x5a\xfd\x90\ -\xbd\xe5\x45\x72\xd3\xdd\xda\xcd\x37\x8c\x00\x04\xc6\xfb\xe9\x1b\ -\x4e\xf1\x15\x66\x20\x93\x19\xa6\x39\x08\x2c\x6f\xf5\xf7\x79\xfe\ -\xc3\xd2\xbf\x2c\x26\x68\x1f\x7d\x8d\xdb\xf9\x0e\x7e\xf0\xf6\x7f\ -\x65\xb1\xb5\x1c\xd2\xce\xe3\x02\x89\x10\x31\xb2\x60\x04\x5b\x55\ -\x18\x86\x0d\x69\xd9\x61\x7e\x15\xc4\xf0\xf3\x84\x91\x24\xd1\x96\ -\xd6\x5a\xe6\x97\x96\x79\xef\xca\x65\x76\x4e\x8f\x33\xbe\x6f\x27\ -\x8d\xa2\xc0\xa8\x92\x4c\xfb\x4a\xcd\xe2\x12\xc4\x2f\xd4\x57\x31\ -\x83\x9a\x10\x70\xff\xe5\xf2\x5b\x79\xac\xf4\x6f\xfa\x4e\x0d\xbd\ -\x4f\x44\x08\x28\x47\xfc\xbd\x7e\x49\xbb\xdd\x61\x65\xad\xc5\x72\ -\xa7\xc7\x7a\x51\xd0\x6f\x28\xbf\x8f\x5d\x49\x29\xab\x0d\x4a\x95\ -\x50\x19\x57\x24\xa3\x3f\x06\xb6\x20\xb4\xa3\xd6\xd6\x37\xf6\x84\ -\x34\xe3\x4f\x05\x4b\x6a\x5a\xd9\x57\xc7\x89\x15\x46\x94\x76\xc3\ -\x4d\xb9\x53\x18\xb3\x78\x0d\xca\x50\x3f\xb0\xa6\xe7\x2b\xe9\x21\ -\xe0\x5d\x6f\xe2\x05\x08\x0b\xa8\x43\x0c\xb7\xb2\xc4\x56\x5c\xc1\ -\xa5\x94\xde\xdb\xff\x50\x08\x30\x65\x12\x23\x2b\x33\x3c\x4e\xa8\ -\xdb\x2a\x86\xa4\x8e\x7f\x1d\x7a\x07\x64\x80\x71\xa8\x42\x25\x89\ -\x49\x76\x84\x01\xe8\xe4\x7d\x62\xc9\x0e\x53\x55\x47\x02\x4a\x59\ -\x8e\xef\xc8\xf9\xfa\x9e\x01\x27\xf3\x45\x4e\x75\xaf\xf0\x64\xfb\ -\x22\x93\xbd\x65\xc0\x84\x02\x1e\x79\xd1\x4f\x88\xdf\x05\xf8\xe8\ -\xcc\xb2\x32\x7e\x8c\x77\xc6\xff\x80\xd5\xa9\x73\x3c\x75\xde\x19\ -\xfc\xf2\x3c\x67\x69\x65\x95\xf7\xde\xbb\x40\x77\xe1\x22\x67\xed\ -\x5f\x70\xd0\xbe\x47\x66\x7a\x0f\xb7\xf4\x0f\x31\x84\xba\xbb\xaf\ -\x9e\xe6\x5b\x8b\xf5\xb7\x11\x01\xd4\x2a\xff\x58\x57\xd7\xbf\x2a\ -\x93\x6e\xbe\x61\x8a\x72\xfa\x87\x9e\x65\xe9\xc0\x0b\xfc\xe3\xc7\ -\x97\xb8\x74\xfd\xcb\x98\xea\x9b\x4a\xc0\xf0\x52\xd6\x45\x8c\xd6\ -\x9e\xca\x95\xdf\xcb\xc6\x0c\xd9\x5d\xb6\x3a\x52\x24\xe0\x18\xf9\ -\x66\x6f\xc0\x9d\xa5\x25\xee\x2c\xae\x70\x74\xd7\x0c\x53\x45\x4e\ -\x41\x8e\x51\x19\x99\x14\xac\xdd\x8a\x1e\xbf\xea\x48\x4e\xcd\xeb\ -\xe4\x9d\x48\x55\x81\x27\x8a\xa1\xcf\xea\x03\x16\x74\x6b\x2a\x4b\ -\xb7\xdb\x67\x6d\xa3\xcd\xd2\x5a\x8b\xa5\x41\x45\x7b\x6a\x8c\x32\ -\xd3\x58\xeb\x5b\x75\xe1\x0b\x75\x1a\x5f\x21\xa7\x3f\xe1\x54\x00\ -\xb4\x0b\x54\xd1\x96\x90\x66\x9a\x48\x23\x55\x69\x67\x48\x11\x4b\ -\xaa\xdc\x3f\xb8\x04\x3d\x17\xb6\x8a\xd0\x60\x33\xe8\xe5\xc4\xcd\ -\x13\x7c\xfb\x03\xd0\x7d\x2f\xfd\xfb\x44\x38\x9d\xf8\xfe\x25\x55\ -\x38\x48\x5b\x99\x83\x44\x5a\x4b\x41\x25\xa3\x6a\x68\x3c\x32\x83\ -\xa1\x45\x49\xa5\x40\x80\xa2\x36\x12\x5c\x7d\x1b\x27\x88\x41\xfe\ -\x3a\x09\x53\xcf\x2a\x4c\x98\x42\xe6\x36\xa1\x55\xbe\x78\x87\x20\ -\x9d\xda\x30\x52\xb4\x91\x7e\x26\x9b\xcf\x11\x88\xb2\x8a\x4c\xc3\ -\xb1\x99\x8c\x17\x67\x7b\x9c\xce\x1e\x70\xae\xfb\x09\x27\x36\x3e\ -\x62\xb2\x6a\x01\x16\xad\xb7\xb2\xf4\xfb\x42\x1e\x1a\x96\x9b\x87\ -\x78\xb7\xf9\xbb\xac\x4f\x9f\xe7\xc9\xa7\x9e\xe1\xe4\xc9\x93\x14\ -\x45\xce\xda\xda\x1a\x1f\x5e\xfc\x80\xcd\x85\x4f\x78\x41\xff\x39\ -\xfb\xca\xf7\x9d\xf7\x60\x98\xf0\xb7\x22\x7e\x2b\x32\xaf\x1e\xde\ -\x2b\x44\x9d\xda\x3c\x02\xf4\xb7\xf5\x52\x5f\xd6\xe2\xad\xfe\x5b\ -\x64\xfa\xa1\xa8\xb6\x1f\x60\xf3\xf4\x6f\xf1\xf1\xf2\x3a\x7f\xfe\ -\xf6\x4f\xe9\xf4\x7b\xc9\xfa\x8b\xb4\x1c\x62\xda\xc1\x7d\x2a\xef\ -\x01\x6d\xbd\xc0\x4b\xd0\xde\x30\x0d\x59\x55\x5f\xe7\x44\xd0\x94\ -\x25\xac\xb7\x3b\xdc\x5e\x5a\x62\xa5\x33\xc7\xec\xe4\x36\xac\xae\ -\xb0\x76\x80\x55\x25\xda\xb7\xc6\x4b\x0b\x86\xb8\x5f\x0f\xc3\xf4\ -\x87\x1f\x23\xd9\x80\xd1\xd8\xaf\xc2\xdf\xda\x67\x5b\x1c\xa5\x31\ -\x0c\xca\x92\xcd\x4e\x97\xd5\xb5\x16\x8b\xad\x0e\x2b\x5a\xd3\x69\ -\xe6\x54\x56\x11\x20\xbb\xe8\xbe\x36\x83\xfe\x38\xaa\x37\x89\xf4\ -\x84\x17\x0b\x73\x8d\x93\x02\x6e\xd5\x73\xea\x3e\xf0\xc4\xbd\xe7\ -\x74\x05\x7f\xb6\x82\xda\x26\xf0\x0b\x22\x8d\x41\x81\xe0\xda\xcb\ -\x06\xee\x9f\x8a\xf5\xfc\xad\x0f\xfa\x09\x86\x41\xb1\x0f\xe0\xe1\ -\x59\xc8\x96\xf3\xcc\xc5\xbb\x7b\xa2\xab\xd1\x6e\x2d\xcc\x2d\x84\ -\xb2\xdf\x23\xc4\x46\xf2\x39\x75\xa9\x62\x19\xda\x68\xbe\x0c\xf9\ -\xf0\xc6\xab\xcd\x99\xff\x9d\x26\x7a\x41\x82\xfe\x29\xe7\x26\x43\ -\x90\x71\x8a\x0d\xc4\x0f\xa2\xd0\x8a\x53\x3b\x34\x2f\xcf\x76\x38\ -\xae\x97\x38\xd7\xff\x8c\x93\xed\x8f\x18\xab\x36\x00\xe9\xc8\xdb\ -\xa5\x68\x0c\x12\x2b\xbf\x87\xfd\x99\x62\x69\xec\x18\x17\x1a\xff\ -\x8e\xd6\x8e\x17\x38\x7b\xee\x69\x1e\x3b\x75\x92\x3c\xcf\x59\x5c\ -\x5c\xe4\xe3\x8f\x3f\x66\xfd\xee\x7b\x3c\x9b\xfd\x90\xfd\xd5\xfb\ -\x68\xdb\xff\x6a\x83\xdf\xb0\xe5\x3f\x4c\xd6\x57\xeb\xfc\x6e\x7a\ -\x85\x11\x08\xf4\xcf\x5d\xc4\xdf\x50\xc0\x8f\x69\x4c\xd2\x3e\xf6\ -\x2a\xb7\x8b\x59\xfe\xdf\x37\xff\x8c\x7b\xcb\x8b\x71\x5e\x94\xdf\ -\x8f\xd2\x65\xd9\x0e\xad\x81\xcc\x6d\xe0\x41\x7e\x5d\xb4\x30\xf3\ -\x84\xd1\xd7\x98\x81\x8a\xbf\x95\xb1\xfa\x75\x6b\x6f\x0e\xb8\xb3\ -\xb4\xcc\xed\xe5\x55\x0e\xef\x9c\x66\x32\x6f\x40\xd5\xc3\xe5\x6d\ -\x68\xa7\x0a\x24\x57\x89\x3f\xdf\x4a\x68\x8f\x1e\x79\x34\xec\xa9\ -\xa1\x01\xa5\x2f\x1f\x7e\x15\x8b\x43\x38\xfd\x7e\xc9\x46\x6b\x93\ -\xa5\xf5\x16\x0b\xdd\x3e\x2b\x8d\x06\xfd\xbc\x89\xd3\x53\x9c\x07\ -\xc0\x15\xec\xcc\x9c\xe4\xef\x6c\x47\xf5\xc7\x71\x8b\xe4\x20\x23\ -\xa1\xa6\x7f\x19\xe2\x01\x9c\xaf\x3b\x41\x04\x56\x42\x80\xf3\x38\ -\x51\x3a\xe1\x80\x12\xc4\x21\x84\xa2\xa5\x33\x90\x3f\x47\x19\x5f\ -\x32\x5c\x0c\x7c\x29\xf1\x4b\xb5\xdf\x08\xff\x63\xcd\x00\x9f\xa2\ -\x1c\x3a\xf8\x26\x0c\x29\xc0\x7e\xea\x0c\xc0\x67\x32\x52\x0d\x65\ -\xf5\x05\xcf\x42\x72\x1e\x24\xba\x62\xba\xb1\xa2\xd1\x29\x14\x22\ -\x1d\xbe\x91\x4a\x28\x45\x29\x9c\x77\x57\xec\x02\x6a\x74\x8c\xe2\ -\xf2\x14\xc9\x97\x16\xb2\x40\xd1\xc8\x32\x5e\xd8\x5b\xf0\xdc\xd4\ -\x2a\x07\x59\xe6\xe9\xfe\xa7\x1c\x6d\x7d\x42\x63\xb0\x09\xca\x35\ -\xe9\x18\x1b\xeb\x91\xe5\x7d\xb2\xcc\xc3\x7d\x65\xd0\x59\x85\xd2\ -\x8a\xfb\xe3\xa7\xb9\xd0\xf8\x5d\x7a\x3b\x9f\xe6\x99\x67\x5f\xe0\ -\xf0\xe1\xc3\xe4\x79\xce\xf2\xf2\x32\x1f\x5e\xba\xc4\xc6\xbd\xf7\ -\x79\x36\xff\x73\x0e\x54\xef\xa2\xab\xc1\x23\x5d\x7c\xa3\x84\x5f\ -\x87\xf1\x11\xdc\xa4\x36\x80\x14\x01\xf8\xef\xe4\x9f\x87\xfe\xa6\ -\xca\x1c\xf4\x4f\xd1\x91\xce\x19\x1c\x3c\xcf\xd2\xc1\x17\xf9\xc9\ -\x67\x9f\xf1\xc1\xb5\xcb\x18\x71\x0e\x85\xfe\x92\xd2\xf9\x48\xf6\ -\x65\xbc\x7f\xe4\x9f\x09\xc3\xd0\x36\x06\xb2\xc9\x09\xa9\x1b\x58\ -\x84\x56\xa8\x7c\x15\x38\x32\xd6\x6a\xfa\x83\x8a\x85\xa5\x75\x6e\ -\x2c\x2c\x72\xee\xd0\x1c\xdb\x1b\x05\x99\xf6\x85\x73\xcc\x20\xc4\ -\x05\x84\x3d\x31\x64\x0b\xa8\x91\xf4\x16\xb4\x5c\x37\x02\xfa\xb3\ -\x94\x7f\x88\x7a\x74\x60\xba\x59\x6c\x9c\x60\x63\xa9\xaa\x92\x4e\ -\xb7\xc7\xda\xc6\x26\x0f\xd6\x36\x59\xb4\x8a\x76\x73\x9c\x01\xb9\ -\x23\xa6\xac\x82\xdc\x65\xe5\xa9\xc1\x38\xaa\x33\x8d\xea\x6e\x73\ -\xee\x11\x6f\x89\xb7\xd9\x00\xf2\x81\x6b\xf9\xad\xab\x68\x13\x90\ -\xf1\xd6\x32\xdf\x64\x73\x64\xf1\xbd\x84\x04\x8b\x9e\xed\x17\xca\ -\x4a\xeb\x2c\x55\x79\x7e\x61\x40\x0f\x62\x6c\xbd\x9c\x13\xba\xdc\ -\x9a\xa0\x02\x58\x71\x0f\x7a\xa2\x74\xcb\xe5\x6c\x0c\x2a\xf4\xdf\ -\xf3\x13\x51\x23\x34\xff\x5d\x1a\xdc\x63\x1d\xa3\xab\x11\x75\x5c\ -\x6b\x42\x09\xe8\x54\x9a\x84\x96\x66\xa6\xbe\x39\xc2\xfa\x9a\xfa\ -\xf8\xc4\x2a\xac\x4b\x42\xeb\x72\x69\x3a\x12\xda\x97\x27\x14\x95\ -\x4a\x09\xef\xf6\x6b\xe6\x8a\xe7\x67\x33\x5e\x9a\x5a\x63\x6f\x7f\ -\x9e\x67\xfb\x1f\x73\xa4\x73\xd9\x45\xe3\x29\xd7\xa4\xa3\xd9\xac\ -\x57\xef\x51\xba\x22\xd3\x06\x32\xc5\x42\xf3\x18\xbf\xca\x7f\x87\ -\xde\xf6\x27\x79\xf9\xa5\x57\xd8\xbf\x7f\xbf\xd3\xf9\x97\x96\xb8\ -\x74\xf1\x7d\xd6\xe7\x3f\xe6\xe9\xfc\xef\x38\x60\xde\x75\x55\x80\ -\x53\x42\xff\x0a\x04\x50\x2b\xdb\x1d\xf6\xfc\xb0\xf1\xcf\xfd\xa6\ -\xe6\x21\x48\xa6\xb4\xd6\xd0\x33\xfd\x8d\x52\x0c\x66\x0e\xb1\x7e\ -\xf2\xbb\x7c\xb2\xde\xe3\xaf\x2e\xfc\x82\x4e\xaf\xef\x49\x42\xbc\ -\x2e\x62\x4f\x19\x46\x6b\xfe\xa6\x69\x04\x65\x40\x02\x9e\x01\x68\ -\x1b\x9f\x47\x11\xcf\x8b\x94\x19\xff\x86\xeb\xb8\x3a\x18\x6b\xed\ -\x2e\x37\x16\x16\x59\x6e\x75\x38\x38\x33\x81\xad\x0a\xac\xcd\xb0\ -\x3a\x43\x55\x65\xa4\xc9\xe1\xc4\x20\x55\x1b\x48\xf2\xac\xf1\x65\ -\x2e\x0f\x1f\x09\x5f\xde\x27\x7f\x83\x1a\xa0\xe2\xd8\xfd\x1c\x54\ -\xd6\x32\x28\x0d\x9b\x9b\x3d\x67\xfc\xdb\xec\xb1\x8e\xa6\x93\x15\ -\x54\xbe\x3c\x97\x93\xe8\xa5\x23\x88\xfe\x04\xaa\x3b\x05\x83\x31\ -\xf7\x5e\x08\x3e\xf3\x28\x41\x95\xf5\xd0\xdf\x74\x92\xad\x9b\x1c\ -\xab\xa4\xe2\x8f\x21\xc0\xf1\x94\x39\x28\x69\x95\x65\x7c\x6f\x40\ -\xaf\xcb\xfb\xee\x39\x36\x71\xfd\x8d\xd4\xd6\xf7\xc6\x3f\x3b\xac\ -\xff\x8b\xc4\xac\xf5\xf1\x13\xa9\x2a\x84\x99\xf8\xe2\xd3\x7f\xe0\ -\xef\x93\x36\x0e\x19\xd2\xc3\x15\x51\x64\x79\x57\x5f\xbd\xdf\x60\ -\x82\x7d\xc3\xa3\x26\xd7\x11\x24\xe0\x53\x7d\x5d\x3f\x07\x05\x65\ -\x81\x1a\x34\x08\xa1\xa7\xe9\x78\x65\xc2\xbc\x74\x6a\x16\x8a\x17\ -\x67\x0b\x5e\x1a\x5b\x65\xae\x77\x87\x73\xbd\x4f\x38\xdc\xb9\x4a\ -\x6e\xfa\x2e\xa6\xdf\x5b\xfa\xa5\x4e\x7f\x80\xfe\x59\x85\xcd\x72\ -\x96\xc6\x8e\xf3\xcb\xfc\x3f\xd0\x9b\x79\x92\xaf\xbd\xf4\x32\x07\ -\x0e\x1c\x40\x29\xc5\x83\xc5\x45\x2e\x7e\xf0\x1e\x9d\x85\x4b\x3c\ -\x9d\xff\x3d\x87\xcd\x2f\x47\x89\x7f\x98\x09\x6c\xf5\xde\xa6\x23\ -\x4f\x8c\x7a\xf2\x24\x29\xcc\x97\xe9\x24\xa2\x06\x97\xe6\x2b\x3d\ -\xfd\xc4\x75\xe7\xaf\x5b\x4c\xd0\x3b\xf9\x2d\x6e\x35\xf7\xf2\x37\ -\xbf\xfa\x29\x37\x16\xee\x3b\x95\x54\x0d\xfd\x0b\x9b\x32\x99\xc3\ -\x34\x68\x4d\x0d\xff\x4b\xec\x00\x24\x06\x6c\x59\xb3\x74\x7f\xd5\ -\x50\xb8\x0d\xcf\x38\x28\x2d\x8b\x6b\x1b\x2c\x6e\xb4\x28\xed\x1e\ -\x1a\x99\x67\x00\x38\x35\xc0\xc1\x94\x5a\xd5\x82\x28\xbc\x6b\xc7\ -\x28\x92\x1f\x0a\x05\x8e\x56\xc5\x90\x43\x1c\x92\x0a\xe2\x8f\x15\ -\x0a\xe3\x33\x98\x8c\x71\xa1\xbf\x1b\xad\x4d\x56\x36\x36\x59\xea\ -\xf4\x69\x37\x27\x18\xe8\x86\x9b\xf4\x6c\xe0\xf3\xd8\x2d\xaa\x6a\ -\xa0\x7a\x53\xa8\xde\xa4\xef\xca\xe3\xeb\xfa\xa7\x70\x5c\x8b\x21\ -\x4e\xee\x96\x84\xf0\x86\x45\xb0\x6e\x32\x95\x26\x94\xd3\x96\x32\ -\xd4\x32\xb1\x42\x3c\xe1\x6f\x15\xe1\xfc\x70\x98\xb1\xec\x34\x5d\ -\x61\xb3\xbe\x1f\x8f\x14\xeb\xd4\xbe\xe2\x4f\xe1\xc3\x74\x45\x05\ -\x88\xc4\x2f\x01\x16\xee\xd6\x09\x02\x08\x7f\x49\xee\x29\xd2\xdc\ -\x10\x0d\x40\xc9\xf3\x61\xa3\xd4\xaf\xa5\x8c\x0a\x73\x10\xc2\xb7\ -\xd4\x18\x57\xed\xb9\x82\xb5\xcc\x5d\xcf\x68\x62\x59\x71\x95\x30\ -\x91\xb8\x71\xc7\x32\xc5\x53\xd3\x9a\x67\xf3\x15\x8e\xf4\xee\xf2\ -\x54\xef\x13\xf6\x77\x6e\x90\x59\x67\xd9\xcf\x7d\x3b\xee\x3c\x89\ -\xec\x53\x5e\xef\xb7\x59\xc6\xc2\xd8\x49\x7e\xa9\x7f\x8f\xde\xcc\ -\x53\xbc\xfa\xea\x6b\x81\xf8\x97\x56\x56\x78\xef\xdd\x77\xd9\x98\ -\x7f\x9f\x67\x9a\x3f\xe2\xb0\xfd\x35\x99\xe9\x6e\x2d\xf5\x1f\x86\ -\x06\x12\x89\x3e\x12\xf0\x23\xdf\x05\x89\x2f\x7c\xd4\xbf\xf7\xaf\ -\x83\xd5\x5f\x5c\x7e\x2a\xb9\x9f\xce\xe9\x1d\x78\x86\xd5\x83\x2f\ -\xf0\xd1\xad\xfb\xbc\xf1\xc9\x87\x94\x55\x19\x19\x71\xd8\x97\x36\ -\x8c\x21\x4a\xfa\x20\xd2\x19\x91\xb6\x29\x0a\xa8\xe5\x58\x24\x0c\ -\x24\xbc\x4c\xa2\x3c\x6b\x87\xa6\xaa\x0c\x1b\xad\x0e\xf7\xd7\x36\ -\xe8\x94\x86\x66\x91\xa1\x95\x2b\x9e\x63\x51\x68\x95\x8c\x27\xb9\ -\x6e\x0d\x00\x3c\xe4\xc8\x41\xd7\x55\x83\x04\x01\xa8\x54\x97\xa9\ -\x8f\xd6\xdf\xcb\x52\x55\x15\x9d\x8e\xcb\xfb\x7f\xb0\xd6\x62\xc5\ -\xc0\x66\xde\xa4\x54\x79\x34\xb4\xe9\xca\x49\xc7\xc1\x18\xaa\x3f\ -\x01\x65\xd3\x0d\x38\xab\xe2\xf7\x61\xc3\xcb\x44\xf9\x71\x58\x70\ -\x55\x2b\xab\x04\x91\x88\x94\x91\xda\xee\x00\x00\x20\x00\x49\x44\ -\x41\x54\xbe\x24\xb0\x3d\x69\x10\x22\xc4\x96\x89\xd4\x4f\x54\x81\ -\x9a\x9b\x26\x25\x1c\xeb\x51\xc8\x20\x46\x05\x5a\x95\x40\xf8\x3c\ -\xd6\xf3\xaf\x32\xe7\x95\xa8\xc5\x14\xf8\x85\x95\x8a\xc0\x61\x8a\ -\x3c\x41\x8f\x10\x69\x72\x5f\x7f\x5e\xc8\x82\x14\xe6\x30\x0c\xfb\ -\x6b\xf3\x3f\x74\x3d\xd2\xdf\x49\xe0\x92\x25\xc0\x35\x5d\x3a\x67\ -\x7e\x8d\x39\x09\xd3\x52\x8c\xe7\x19\xcf\x4e\x67\x3c\x9f\xb7\x39\ -\x5d\xde\xe1\xb9\xee\x45\x76\xf5\xe6\xd1\x54\x0f\xa9\xde\x13\x99\ -\x80\x29\x72\xee\x36\x1e\xe7\x03\xfd\x3a\xdd\x99\x73\xbc\xf0\xe2\ -\x4b\x91\xf8\x97\x97\xb9\x70\xe1\x02\x1b\xf3\xef\xf1\x78\xfe\x13\ -\x8e\xf0\x76\x74\xf5\x3d\x4a\xea\x8f\xbc\x4e\x88\xd9\x8f\xba\xae\ -\xef\xa7\x7e\xfe\xd1\xf7\x4e\x50\x25\xd0\xbf\x16\xee\xab\x18\x4c\ -\xcf\xd1\x3e\xfd\xdb\x5c\xd9\xac\xf8\x93\xb7\xfe\x99\xb5\xcd\x4d\ -\xbf\xcd\x4c\xdc\x9b\xc4\x6b\xd7\x42\xb2\x6b\x6b\x03\x31\xde\xdf\ -\x1b\x60\x65\x88\x1a\xb7\x37\x6a\xc4\x9a\x2e\xab\x3f\xc9\x92\x30\ -\x0b\x83\xa0\xb6\x4e\xaf\xe2\xfe\xf2\x2a\x1b\xbd\x3e\xd3\x79\x81\ -\x41\x72\x03\x32\xb0\x9e\x36\x1e\x11\x07\xf0\x30\x3e\x90\xc7\x13\ -\x54\xfd\xd5\x16\x51\x80\x21\x1d\xd8\xdf\xc8\x58\x4b\x59\x99\xa0\ -\xff\x2f\x76\x06\x2c\xe5\x63\xb4\xb3\x71\x4a\x34\x56\x3a\xf4\x2a\ -\xe3\x8c\x76\x83\x71\xe8\x8f\xe3\xc2\x1d\xab\xa8\x1a\xa8\xa4\x78\ -\x85\x10\x9e\x4c\x4a\xca\x69\x93\x00\x18\xab\x2b\xa4\x73\x2c\x58\ -\xef\xce\x4b\x08\x26\x09\xf9\xb5\x82\x2a\x86\x25\x26\x06\x87\x1c\ -\x4a\xe7\x16\x94\xc4\x1f\x31\xda\x89\xfe\x5c\xe5\xae\x35\x78\x95\ -\xc7\x4d\x96\xa2\x00\x4b\xf4\xbd\x9b\x54\x0d\xc0\x13\x62\x62\xb9\ -\x4f\x75\xbf\x20\xf1\x13\x02\x4e\x89\xba\xe6\x0d\x89\x2f\x95\x4a\ -\x2c\xdb\xb5\xc8\xc0\x2a\x3e\x03\x38\x5b\x85\x52\x2e\xa8\x49\xc6\ -\x11\xc6\xec\xfe\x4e\x17\x05\xcf\x4f\x69\xce\xab\x16\x8f\x97\xb7\ -\x79\xae\xfb\x01\xdb\x07\xcb\x68\x2a\x57\xc0\xa3\xd1\x75\x91\x7d\ -\xb5\x98\x7e\xe7\xff\xaf\x8a\x26\xb7\x9a\x4f\xf1\x21\x2f\xd1\xd9\ -\xf9\x02\xaf\xbc\xfc\x2a\x07\x0f\x1e\x44\x29\xc5\xea\xea\x2a\x1f\ -\xbc\xff\x1e\x1b\x77\x2f\xf0\x54\xe3\x47\x1c\xcf\xde\xa1\xb0\x8f\ -\xf0\xf3\x3f\x82\x29\x0c\x07\xf7\x8c\x96\xf5\x8a\x08\xa1\x96\xdb\ -\x2f\xd0\xdf\x88\xd1\x2f\x1b\x09\xf8\xa9\x1a\x13\xac\x1d\x7b\x9d\ -\xdb\x8d\x3d\xfc\xf9\x9b\x6f\xf0\xc9\xcd\x5b\x51\x8d\x0e\xbc\x5c\ -\xe2\x51\x84\x8c\x7c\x55\xa6\xe1\xe2\x29\x16\xbf\x5f\x7c\x91\x1b\ -\x39\xbf\x86\x02\x48\x2e\x9c\xa2\x89\x84\x44\x53\x55\xd0\x82\xb5\ -\x9a\x6e\xd7\x72\x6d\x7e\x91\x1b\x0b\x4b\xec\x38\xb4\x87\x29\x9d\ -\xbb\xa2\xa1\xca\x21\x61\x5b\x25\x8c\xaa\x76\x3c\x42\xfc\x03\x79\ -\x4d\xe7\x1f\x36\x46\x3c\xea\x32\x9e\x0f\x0c\x06\x15\xed\xcd\x0e\ -\xeb\xad\x0e\xcb\x7d\x4b\x3b\x1f\x67\x40\xc3\x3d\x5f\x56\xc6\x8e\ -\x3d\x36\x6d\xd3\xa5\xe2\x84\xc8\x91\x54\xf4\x45\x9a\x7b\x04\x68\ -\x22\x04\x82\xff\xad\x71\x8c\x63\x98\x39\x88\x1b\xcf\x5f\xdf\x0e\ -\x43\xe2\x2d\xff\xa5\x52\x13\x42\x11\xcf\xb2\x11\x89\xbe\xf2\xd9\ -\x5c\x22\x39\x02\x01\xc9\x7b\xb5\xc5\x3f\x22\x3a\x18\x61\x3a\x36\ -\xfe\x4e\x2e\x18\x50\xa4\xa0\x98\x74\xa2\x89\xe7\x21\xfc\x57\xc5\ -\xdf\xc8\x34\x05\x66\xe0\x0d\x83\xda\x6d\xfe\x98\x77\x61\xdd\x5a\ -\x1b\xe7\xe7\xdf\x59\x34\x78\x66\xaa\xe0\x99\xaa\xcd\x93\x83\xeb\ -\x3c\xd3\xbd\xc8\x54\x7f\x05\xad\xac\x6b\xc7\xed\xc3\x7a\x33\x5d\ -\x05\xb8\x2f\x86\xbf\xaa\x68\x70\x6d\xec\x59\xde\x31\xdf\xa2\xd8\ -\xfd\x04\x2f\x7d\xfd\x15\x0e\x79\xe2\x5f\x5f\x5f\xe7\xd2\xa5\x0f\ -\x58\xb9\x75\x81\x67\x9a\x7f\xc3\x91\xec\x7d\x8a\xe1\x20\x9f\x87\ -\x49\xfc\x61\xe8\x9f\x48\xf3\x98\xf4\xc3\x16\x91\x7f\xf1\x3a\x35\ -\x1b\x40\x80\xfe\x99\x6b\xe8\x99\x1c\x56\xe7\xf4\xe7\xce\xb3\x71\ -\xf0\x6b\xfc\xe2\xea\x75\x7e\x72\xe9\x43\x06\xa5\xa9\x5d\x4f\x29\ -\xed\x0c\x90\x28\x08\x31\x15\x2a\x0e\x30\x0d\x00\xb1\xca\xed\x13\ -\x9b\xc4\xab\xa4\xc5\x6b\xc3\x42\x0d\xff\x55\x5b\x7c\x2e\x6f\xdd\ -\x7b\x63\x2d\xab\x1b\x9b\xcc\xaf\xac\xb3\xb9\x7f\x37\x93\xcd\x02\ -\xab\x9c\x1d\xc0\xa2\x82\x37\xc0\x26\xfb\x84\x91\xd7\xa3\xc7\x43\ -\xab\x02\xd7\x51\x40\xfd\xbb\x10\xfc\x63\x2c\xbd\x5e\x9f\xf6\x66\ -\x97\xb5\x56\x87\x15\xa3\xe8\xea\x31\x2a\x95\x63\x75\xcf\xc3\x72\ -\x37\xa1\xca\x2a\x2f\x51\x13\x43\x54\xb0\x96\x2b\x94\xd6\x84\xca\ -\xc7\x43\x1c\xd3\xd1\x83\x10\xab\x7c\x60\x22\x3a\xc1\x12\x8d\x7a\ -\xd6\x4b\xc8\x64\x47\xc9\xfd\x52\xe8\xad\x86\x52\x8e\x2d\xde\x55\ -\xa7\x5c\x03\xd2\xc1\x18\x0c\x9a\xbe\x87\x9f\xc4\x73\x27\xbf\x87\ -\x84\x96\x6d\xfc\x2e\xdc\x57\xc6\x45\xfd\xf3\x00\xef\xfc\x83\x5a\ -\x87\xb9\x2c\xca\x87\x9a\x26\xe3\x4c\x19\x8c\x5f\x4c\x9b\xf6\xdb\ -\x8b\x93\x45\x0c\x23\x15\xe4\x63\x3d\x92\xf2\xef\xb5\x9f\x33\xab\ -\x50\x2a\x63\x6f\xa3\xc9\x4b\xe3\x0d\x1e\xeb\x6f\x70\xb6\xba\xc5\ -\x73\x9d\xf7\x99\x1c\xac\xa1\x94\xa9\x57\xef\xc9\xa2\x8b\x2f\x56\ -\xee\x6d\x70\xa5\x38\xcf\x05\xfb\x6d\x06\x53\xc7\xf9\xfa\x8b\x2f\ -\x07\xe2\x5f\x5b\x5b\xe3\x83\x0f\xde\x67\xf1\xc6\xdb\x9c\x6b\xfe\ -\x03\x87\xb3\x8b\x4e\xf2\x3f\x4c\xea\x0f\x33\x02\xf9\x1c\x2f\xd5\ -\x03\x7d\x45\x91\x1c\x08\x5f\x0c\xac\x35\xe3\x5f\x82\x70\x50\x09\ -\xf4\xcf\x47\xea\xfb\xf5\xa7\x0f\xb2\x7a\xe2\xbb\x7c\xb8\xda\xe5\ -\x87\x17\x7e\xcd\xda\x66\x7b\x94\x0e\x25\xad\x3b\x30\x22\xa9\x3b\ -\x99\x30\x80\xa0\x22\x88\x7b\xda\x13\xbc\xd1\x28\xe3\x9b\xd2\x4a\ -\x67\xeb\xa0\x1a\x0c\x33\xfa\xe4\x39\x65\xcf\xa4\xbc\xcd\xc2\x66\ -\xb7\xc7\xed\x07\xcb\xac\x6c\xcc\xb1\xa3\x39\x41\x4e\xee\x6c\x01\ -\xda\xab\x01\x09\x3a\x1f\x3e\x1e\xc6\x06\x7e\xa3\xc6\x20\xaa\xf6\ -\x2a\xf2\x98\xaa\x32\xf4\x07\x25\xad\x76\x97\xb5\xcd\x2e\x1b\xaa\ -\x41\x4f\x17\xae\xf4\x5e\x26\x85\x2c\xfc\x42\x09\x11\xa5\xae\x3b\ -\x29\x82\xe1\x21\x70\xb8\xba\xb2\x89\xed\x2f\x91\xa8\x61\x18\x09\ -\xd4\x17\x43\x9a\x8a\x5d\x68\x6b\x3a\x77\x8d\x50\x84\x08\xc5\xd0\ -\x98\x18\x1f\x2d\x84\x5a\x7c\x65\x11\xdb\x79\x95\x2e\x93\x4b\x79\ -\x06\x60\x87\x13\x79\x52\x49\x2f\x39\x00\x82\x5c\x12\x01\x9f\xee\ -\x74\x9b\xa0\x99\x98\x6d\x59\x67\x4e\xe1\xb3\x84\x51\xc4\xc5\xb0\ -\xc9\x75\x3d\xf1\x2b\x20\x74\x42\x4a\xe7\xca\x31\x0d\xe5\x8d\x55\ -\x5a\x69\xf6\x35\x9b\xbc\x56\x14\x1c\xeb\x6d\xf0\x74\x75\x83\xf3\ -\xdd\x8b\x8c\x0f\x36\x50\xca\x50\x14\x0f\xb1\xf4\x0b\xf1\x37\xc6\ -\xb9\xdc\x78\x8e\x5f\x97\xaf\x53\xec\x3e\xc3\xeb\x5f\x7f\x99\xc3\ -\xbe\x3d\xf7\xe2\xe2\x22\x1f\x7d\x78\x89\x07\x37\xde\xe6\xc9\xc6\ -\x8f\x38\x5e\xbc\x43\xc3\x74\x1e\x4d\xec\xc3\x7c\x73\xe8\x75\x8c\ -\xfa\xdb\x22\xe4\x57\xd6\xbf\xa6\xf3\x43\x0a\xfd\xab\x87\x41\xff\ -\x62\x82\xce\x63\xdf\x66\x7e\x62\x3f\x3f\xba\xf0\x26\x5f\xdc\xbd\ -\x8d\x1d\x1e\x50\xd0\xcb\xe5\x7d\x1a\x37\x20\x21\xd5\xc9\x88\x24\ -\xe9\xc7\x33\x00\x65\x0b\xdf\x11\x4a\x3a\x51\x27\x29\xc1\x22\xe4\ -\xac\xff\x2b\x74\x22\x2a\x86\x20\xf3\x24\x37\xa4\xdb\x2f\x99\x5f\ -\x59\xe3\x41\xab\xcd\xc1\x9d\x13\x34\x55\x01\xba\x80\xaa\x97\x20\ -\x9e\xb8\x37\xc2\x9c\xa4\xf3\x35\x74\x3c\x94\x01\xd4\x4f\x1e\xde\ -\x54\x60\x2a\xe3\xf5\xff\x3e\xed\x4e\x8f\xf5\x7e\xc5\x86\x6e\x32\ -\xd0\x05\x36\xab\x20\xf7\x3a\xb9\x51\xa0\xa2\x2e\x1d\x89\xd9\x3f\ -\x70\x59\x78\xf7\x5c\xe9\x27\x2d\x73\xc4\x6c\x4d\x4c\xb2\x48\x7f\ -\x13\x88\xa4\xaa\xc1\xe6\xd8\x33\x2f\x1d\x7c\xd8\x11\x04\x55\x20\ -\xc4\xf9\x3b\xbd\x3f\xed\x98\x23\x7e\x73\x55\x15\x11\xad\x54\xde\ -\x08\x18\x24\x81\xdc\x3b\x71\x23\xa6\x4c\x20\x48\x79\x19\x42\xca\ -\xe6\xad\xb7\x26\x47\x7b\x87\x15\x9f\x6a\x62\xb0\x8c\xc6\xa5\x44\ -\xed\xb1\x9a\xe8\xb2\x94\xcf\xfc\x06\xc5\x10\x12\x81\x4c\x36\x34\ -\x6f\x8e\xa1\x58\x6d\xc9\x6d\xc6\x5c\xd1\xe4\xeb\x79\x83\xa3\xbd\ -\x36\xcf\x54\xd7\x38\xdf\xb9\x48\xb3\x6c\xa3\x74\x24\xfe\x3c\x2f\ -\x5d\x87\xda\xc4\xcd\xa7\x33\x4b\x59\x34\xb9\xda\x38\xcf\xdb\xd5\ -\xb7\xd8\x76\xe0\x29\x9e\x7f\xe1\x05\x0e\x1e\x3c\x88\xd6\xda\x85\ -\xf7\x5e\xba\xc4\xfd\x1b\x17\x38\x3f\xf6\xf7\x1c\xcf\x2f\xd0\xb0\ -\x9d\xaf\x84\xf8\x23\xfa\xbf\x2c\x99\xb8\xf8\x86\x88\x7e\xd8\xef\ -\x1f\x09\x3f\x8d\xfa\x73\xef\x53\xc3\x5f\xed\x22\x3a\xa7\x3b\x77\ -\x9e\xd5\x7d\xcf\xf1\xb3\x2f\xae\xf0\xe6\x67\x1f\xd3\x2f\x4b\x18\ -\xba\x4f\x48\xb0\xb2\x06\xc8\x50\x01\x79\x48\x26\x9e\xf6\x6b\x2d\ -\x12\x5d\xa0\xbe\x17\x6c\x26\x07\x23\x6a\xa4\x24\xb1\x25\xfb\x44\ -\xb6\x74\x78\x10\x79\x93\xe4\x6b\x24\xa4\x57\x5a\xc3\xc2\x9a\xeb\ -\xaf\x71\x6a\xef\x4e\x26\x27\x0a\x8c\xc9\x5c\xd9\x70\xa5\x71\xfd\ -\x04\xe5\x72\x89\xf0\x4b\x03\x85\x86\x8e\xdc\x4d\xf6\xb0\xee\x50\ -\xff\x61\xc8\x4b\x97\xc3\x4b\xad\xb2\x74\x1e\x80\x76\x77\xc0\x46\ -\x69\xe9\x16\x4d\x67\xfc\xcb\xfa\x90\x4b\xfa\xaf\x37\x8c\x55\x0d\ -\x94\x71\x93\x18\xee\x21\xc8\xa0\x66\xfc\x00\x32\x27\xb1\x6c\x6a\ -\x35\x0d\xfa\x3e\xb8\xa0\x9e\x2a\x79\x9f\x4a\x4d\xff\x61\x1a\xe2\ -\xa9\x0c\x12\xdd\x67\xf5\x20\x5a\xfb\xc5\x60\x56\x23\x60\x49\x29\ -\x76\x28\xc1\x81\x13\xc9\x2f\x48\x17\x28\xf7\x4c\x20\x31\xba\xf9\ -\x8d\xe7\x08\x5a\x54\x0c\x3c\xe3\xf0\xf3\x98\x12\x78\x50\xfd\x6c\ -\x64\x4c\xa9\x65\x39\x29\x1a\x59\xe3\x6c\x46\x11\x8c\x4c\xd6\x8f\ -\x07\x9b\xa8\x2a\x3a\xce\x2f\x4e\x2d\xc8\x94\xe6\x48\x63\x82\xaf\ -\xab\x31\x8e\x6f\x6e\xf0\xb4\xb9\xc6\xb9\xee\x27\x34\xcb\x36\x3a\ -\xab\x28\x1a\x03\x1a\xa1\x23\xaf\x6b\x4e\x99\x79\x63\x9f\xca\x2d\ -\xfd\xc6\x38\x57\xf2\xe7\xf8\xf5\xe0\x55\xc6\xf7\x3d\xce\xd3\xe7\ -\xcf\x07\xe2\x5f\x5f\x5f\xe7\xdd\x77\x2f\xb0\x70\xe3\x3d\xce\x35\ -\x7f\xcc\xf1\xe2\xdd\x28\xf9\xb7\x92\xfa\x8f\x62\x0a\x86\x38\xee\ -\x40\xd0\x09\xd1\xa7\x12\x6d\x2b\xbf\xbf\x7f\x6f\xcc\x43\xea\xfa\ -\xa3\xe8\x4f\x1f\xa0\x75\xea\xfb\x7c\xb8\xd6\xe5\xc7\x1f\x5e\x64\ -\x45\xa0\x7f\x8d\x3e\x84\xf8\xe5\x73\x47\xf0\xca\x78\xf5\x52\xec\ -\x58\x24\x6b\x23\xcc\x81\xa4\x0a\x50\x60\x04\x5e\x95\x94\xfd\x88\ -\x8a\xeb\x2b\x4b\x48\xfd\xd9\x63\x1a\xb7\x1b\x4f\x55\x19\x36\xda\ -\x1d\xee\xad\xac\xb2\xd1\x2d\xd9\x35\xde\xa0\xf0\xee\xc0\x1a\xfa\ -\xab\x91\xf1\x30\xd1\xdb\xda\x47\x79\xdc\x70\xf1\x57\x23\xbf\xab\ -\x4d\xba\xfb\x5b\x19\xcb\x60\x50\xd1\xe9\xf6\x58\x6d\x6d\xd2\xae\ -\x34\xfd\x22\xc7\xa4\x52\x36\x48\x47\x27\x49\xad\xd7\x51\x55\x88\ -\x5e\x93\xef\x64\xc2\x8d\x0f\x87\xf5\xba\xaa\xdf\xd8\x31\xa4\x33\ -\x21\xac\x70\x01\x61\x0c\x5e\xf2\x86\x09\x94\x81\x0b\xdc\x4f\x25\ -\xbf\x77\x11\x06\xbe\x26\xd7\x8a\xd6\xf4\x10\x6b\xad\x2a\xc7\x0c\ -\x6c\x56\x1f\xb3\xd7\xe5\x95\xca\x93\xe7\x4c\x91\x8a\x8c\x4b\x98\ -\x8a\xdc\xc7\x26\x1b\x87\xf8\x3e\x44\x23\xa6\x9f\x0f\x59\x76\x03\ -\x27\x17\x28\xaa\xe3\x7d\xfd\x6d\xd3\x7c\x14\x99\x33\xad\x34\x07\ -\xf2\x71\x5e\xac\x72\x1e\xef\x2d\xf1\xa4\xb9\xce\x99\xee\xe7\x34\ -\xcd\x26\x59\x5e\x39\x37\x5f\xd1\x1f\x71\xf1\x69\x6d\x50\xb9\xa1\ -\xdf\x1c\xe7\x33\xf5\x1c\xef\x0e\x5e\x67\x6c\xef\x13\x3c\xf3\xfc\ -\x8b\x1c\x3d\x7a\x18\xad\x35\x1b\x1b\x1b\xfc\xf2\x97\xbf\x60\xf9\ -\xce\x25\x9e\x1a\xff\x1f\x3c\xd6\xf8\x25\x85\x94\xee\x1e\x96\xf0\ -\xbf\x01\xe4\x17\x7e\xb7\x75\x92\x0f\xc4\x7c\xfe\xc8\x20\xd2\xa4\ -\x1f\x70\x85\x64\x04\xfa\xd7\x1b\x7a\x82\x69\x4e\xd1\x7e\xec\x7b\ -\xdc\x6e\xee\xe5\x2f\x7f\xf1\x53\x3e\xbd\x73\x8b\xd0\xb1\xa7\x66\ -\x73\x49\x83\xa6\xea\x6a\xa8\x43\xee\x59\x1c\xac\xf6\xe7\x05\x44\ -\x96\xfc\x0b\xe5\xde\x45\x35\xf0\xfb\x27\x18\x65\x1f\x66\xb9\x17\ -\x26\x20\xeb\xe8\xde\x77\x7a\x03\x96\xd7\xdb\xac\x6c\xf6\x38\xb4\ -\x63\x1c\x54\x8e\x55\x39\x5a\x7b\xf7\xa6\xf5\xbb\x2d\x14\x1a\x0d\ -\x9b\x67\x8b\xfb\x3c\xb2\x3b\xb0\x1d\xf9\x38\x45\xb5\xa6\xb2\xf4\ -\xfa\x03\xa7\x02\xf4\x2a\xda\xb6\xa0\xd4\xb9\x2f\xe4\x29\x89\x34\ -\x6e\x32\x63\xe2\xce\xf0\x4a\xa7\x7a\x8f\x02\xed\xb9\xa2\x51\x8e\ -\xab\x79\xa2\x56\x29\x31\xd5\xdc\x79\x32\x30\xf9\xdc\xc6\x6b\xa5\ -\x3e\xff\x34\xb0\xa6\x46\x64\x24\x0c\x51\x0a\x7d\x78\x77\x1a\x19\ -\x2a\xe6\x92\xfa\x71\x0f\x3d\x47\xd8\x34\x43\xae\xbf\x11\x4b\x52\ -\x4a\xf4\x43\x9c\x35\x18\xed\x92\x70\x64\x99\xe4\x9a\xdb\xd2\x3f\ -\xa7\xfc\xd5\x10\x72\x24\x82\x6a\x64\x92\x25\x77\xe3\xc9\x94\xe2\ -\x70\x3e\xc5\x4b\xa6\xc9\x89\xee\x2a\xcf\x96\x9f\x73\xaa\x7f\x95\ -\xc2\xf6\x7c\xf5\x9e\xae\x83\xfc\xde\xc8\x97\x49\x11\x0f\x2f\xf9\ -\x07\xcd\x71\xae\xe8\x67\xf8\x75\xef\x35\xb6\xcd\x9d\xe3\xa5\xaf\ -\xbf\xcc\xc1\x03\x73\x64\x59\xc6\xca\xda\x1a\xef\x5d\xb8\xc0\xe2\ -\xed\x4b\x9c\x1b\xff\x27\x4e\x35\x7e\x49\x61\xb7\xa8\xdb\xbf\x15\ -\xe1\x3f\x8c\xf8\x93\xcd\x5f\x2b\xeb\x05\x89\xc4\x97\xf7\xf1\x39\ -\x65\xae\xad\xc5\x95\xf7\xaa\x72\x2a\x33\xd4\xd0\x53\xe7\x6c\xec\ -\x7b\x9a\xb5\x7d\xe7\xf9\xe9\x67\x97\x79\xe7\xea\x65\x06\x65\x95\ -\xac\x99\x25\xea\xf9\x89\x1a\x45\xf2\xbd\xbf\x8f\x93\x1b\x8a\xd0\ -\x8b\x2f\x64\xb0\xa6\xbf\x81\x94\x09\xa8\xc4\x50\x6b\x0d\xde\xe8\ -\x2b\x7b\x35\xd9\x2e\xe1\x8d\xac\x2b\x81\x11\x96\xc6\xb2\xdc\x6a\ -\xb3\xb2\xd1\xa6\x57\xcd\x30\x59\xe4\x58\x95\x61\x42\x53\x97\x3a\ -\xd9\xd7\xd1\xc0\xe8\xb1\xb5\x0d\xa0\xb6\x47\x47\x7f\x69\x8c\xf1\ -\x2d\xbf\xfb\x6c\xb4\xbb\xac\xf7\x0c\x2d\xd5\xa4\xd2\xda\x41\xff\ -\x2c\x85\xd6\x43\xb0\x34\x0d\x69\xf5\x93\x25\xd5\x79\xa3\x94\xcc\ -\x01\x1f\x0d\x18\xaa\xaf\x3a\x42\xb6\xd2\x14\xc4\x4f\x4a\x0c\x9e\ -\x49\xc2\x76\x6b\x55\x4b\xfc\xf8\x0d\x41\xaa\x07\x6f\x82\x27\x28\ -\x77\x29\x83\xb5\xca\x13\xbd\xbf\xb6\xf8\xf5\x83\x24\x48\x67\x33\ -\x61\x42\x49\x54\x60\x3d\x70\x87\x64\x33\xd8\x64\x81\x6d\x3c\x57\ -\x62\x15\x6a\x59\x7d\x24\xc8\x64\xe8\xbe\xc2\xf0\xb4\x7f\x28\xd9\ -\x70\x3e\xc7\x21\x64\x3d\x1a\x45\xa1\x33\x4e\x34\xa6\x78\x69\xd0\ -\xe0\x44\x67\x95\x67\xcb\x4f\x39\xd1\xbf\x4e\xc3\xba\xe6\x1c\xae\ -\x23\x6f\x99\x14\xec\xac\x82\xde\xaf\x0a\x4b\xd9\x6c\x72\x55\x3f\ -\xc5\x2f\x3b\xaf\x31\xbe\xe7\x71\x5e\x7a\xe9\xa5\x40\xfc\x6b\xeb\ -\xeb\x5c\x78\xe7\x1d\x16\xae\xff\x9a\xb3\x13\x6f\x72\x66\xec\x57\ -\x51\xe7\x7f\x08\x71\x7f\xa5\xef\xdf\x33\xd0\x7a\xa4\xdf\x90\xdf\ -\x1f\xea\x01\x40\x36\xea\xfd\xd6\x2a\x8c\xf1\x95\x7d\xb7\x88\xf5\ -\xef\xce\x1c\xa1\x75\xea\x7b\x7c\xb0\xd2\xe6\x7f\x7c\xf4\x01\x2b\ -\xed\xb6\x7c\x49\x14\x48\xb2\x66\x69\xb0\xcf\xb0\x7e\x10\xaf\x1b\ -\x1a\x7e\x06\x61\x27\xc2\xca\x4b\x6f\x6f\x23\x70\x39\x24\x42\x6e\ -\x1a\xd7\x3d\x0b\x42\x83\x9b\x44\x5d\x94\x73\x82\xd0\x49\x04\x50\ -\x55\x19\xd6\x5a\x9b\xdc\x5d\x59\xa7\xd5\xdb\xc7\xec\x78\x03\x6c\ -\xe1\xbb\x4f\x6b\xf7\x73\xe3\x94\xd8\xdf\xa4\x58\x50\x64\x00\x61\ -\x93\xc7\xbf\xa3\xbd\xc6\xdc\x26\xb6\x38\xfd\xbf\xdb\xed\xb1\xd1\ -\xe9\xb1\xd2\xb7\x6c\xea\x26\x95\xb6\xd8\x10\x47\xef\xb8\x9b\x0a\ -\x4c\x40\x1e\x32\x4d\x67\x95\x07\xf3\x83\x35\x8a\x50\xd1\xc6\xe7\ -\xb6\x87\x0d\x4f\x12\x22\x1b\x08\x28\xac\xc2\x88\x60\xad\xdb\x0d\ -\x2c\x68\xa7\x29\x06\x78\xa4\x65\x71\x92\xe7\xb6\xca\x4d\x64\x30\ -\xfc\x65\x2e\xc0\x47\x8c\x69\x61\x33\x24\x3b\xb7\xe6\xa5\xb0\x09\ -\x31\xa7\xe3\x91\x0d\x95\xc4\xf4\x07\xc2\xf7\x08\x20\x54\x18\xb1\ -\xc9\xf3\x0c\xc1\xc3\x20\xf1\x88\xe7\x2b\x77\x5e\xc8\xa3\x50\x06\ -\x8c\x26\x57\x8a\xe3\xc5\x24\xaf\x54\x0d\x4e\x75\x96\xf8\xba\xf9\ -\x9c\x83\xfd\xeb\x4e\xf2\x17\x03\x9a\xcd\xae\x2b\xd5\x9d\x99\x91\ -\x00\x1f\x0a\x4b\xd9\x68\xf2\x89\xfa\x1a\xef\x75\x5f\xa4\xb9\xe7\ -\x2c\xaf\x7d\xe3\x1b\x41\xe7\xdf\xdc\xdc\xe4\xdd\x0b\x17\x58\xb8\ -\xf6\x36\xe7\xb7\xfd\x84\x93\xcd\x0b\x34\xed\x06\x23\xbd\xfa\xb6\ -\xd2\xfb\x1f\xc1\x04\x6a\x01\x3d\xb6\xbe\x81\xeb\xae\x3f\x15\x81\ -\x99\x9f\x93\x98\xe9\x97\x79\x9f\x7f\x1d\xfa\xf7\xc7\x76\xb0\x71\ -\xea\x7b\xdc\x6d\xee\xe1\x47\xef\xbe\xc9\xe5\xfb\x77\x1d\xf4\x4f\ -\xf7\x4b\x78\x2d\xc4\x37\xac\x8b\x7b\xfd\x5f\xa5\xdb\x26\xaa\x0b\ -\x2a\xd8\x00\x44\xb2\xdb\xf8\x4f\xa2\x03\x53\x61\x62\xa4\x10\xae\ -\x20\xc0\x74\xb1\x65\xcf\x88\x40\x70\x63\x31\x16\x5a\xdd\x2e\x77\ -\x97\x96\x59\xdd\xec\x60\x76\xcc\x90\x49\x44\xa0\x72\xf3\xa0\x44\ -\x9d\xf6\xf7\x79\x54\xcf\xc0\x3a\x02\xa8\x31\x81\xfa\x4b\x59\x04\ -\xb0\xae\xeb\x6f\x55\xb1\xd9\xed\xb3\xde\xee\xd1\xae\x34\xdd\x2c\ -\xc7\xf8\x6a\x3a\xa1\x74\x52\x20\xc4\xe1\x8b\x89\xd4\x76\x0f\x19\ -\x8c\x8c\xc6\x57\xf5\x0d\xea\x76\x22\x0e\x86\xc3\x77\x87\xa5\x65\ -\xe0\x5d\x8a\x5a\xb2\x0e\x24\x4c\x43\x60\x7c\xe6\x99\x40\x94\xd8\ -\x4a\xe1\xad\xb5\x89\x07\xa0\x96\xf1\x07\xf5\x5d\x97\x3e\xa3\xbf\ -\xaf\x4a\x07\x93\x30\x95\xf4\xd9\xc3\x73\x0c\x8b\xc0\xe4\xfb\x9a\ -\xde\x9f\xfc\x15\xc9\x57\x63\x38\x55\x52\xbd\xc8\x80\x51\x34\x32\ -\xcd\x99\x7c\x1b\x4f\x76\x15\x27\xbb\x0f\x78\xd1\x7e\xc1\xe1\xde\ -\x75\x32\xfa\x34\x9a\x4e\xf2\x67\x49\xf5\x1e\xe7\xe2\xab\x3c\xf1\ -\xc3\xa0\x31\xc6\x55\xce\xf2\x4e\xe7\x25\xf2\xd9\x27\x78\xed\x1b\ -\xaf\x07\xe2\xef\x76\xbb\xbc\xf7\xde\x7b\xdc\xbc\xfc\x2e\xcf\x6e\ -\xfb\xe7\x51\xe2\x7f\x18\xb1\xdb\x87\xbc\x0e\x8f\x5f\x87\xf1\x81\ -\xe0\x86\x19\x41\x32\x17\xc3\x7e\x7f\x81\xfe\xc6\xd4\xad\xfe\x26\ -\x6b\xd0\x3e\xf0\x3c\x4b\x7b\x9e\xe2\x1f\x3e\xfd\x94\x5f\x5c\xfe\ -\xd4\x59\xfd\x87\x05\xfb\xc3\x8e\x40\xd8\xe2\xaa\xf6\x3b\x56\xb6\ -\x97\x50\x6e\x2d\xe0\x27\x7d\xa4\x44\x58\x05\x75\x56\x08\x3c\x51\ -\x61\x6a\xf5\x30\xb6\x52\x3d\x34\xd6\xba\xca\x5b\xab\xed\x4d\x56\ -\xda\x3d\xac\xca\x40\xfb\x58\x00\x95\x22\xe9\xf4\x50\xf5\xd7\xc9\ -\xdb\x87\xc7\x01\x3c\x62\x62\x8c\x31\xf4\xfb\x03\x36\x3b\x7d\x5a\ -\xdd\x8a\xb6\x71\x06\x40\x1b\xf2\xa5\x3d\x1c\xaf\xc1\x5f\xff\x70\ -\xa2\xdb\x4a\xbc\xbd\x05\x17\x99\xe6\x2d\x99\xca\xc4\x26\x98\x89\ -\x81\xd2\x49\x6e\x12\x49\xe9\x77\x57\x8d\xf8\xc5\x5a\x9f\x25\x70\ -\xcb\x12\x4a\x63\x63\x1c\x0f\x4f\x19\x93\x40\x2f\x74\x3d\xd6\x3f\ -\xc0\xff\x84\x09\xc8\xbc\xa4\x88\x23\xcc\x53\xb2\x9b\xc3\x18\xe5\ -\xdc\x84\x29\x58\x02\xe3\xb1\xb5\xe4\xa6\x1a\xa5\x27\xf7\x18\xd2\ -\x43\xa5\xe6\xbc\x55\x04\xbb\x47\x68\x9e\x62\x18\xcb\x0a\x9e\x2a\ -\xa6\x79\xa2\xad\x78\x7c\xf3\x01\x5f\xb7\x5f\x70\x70\x70\x87\x9c\ -\x5e\x20\x7e\xa7\xef\x8f\x1a\xfb\x28\xa0\x6a\x36\xf9\x4c\xbd\xcc\ -\x5b\x1b\x2f\x32\xb9\xfb\x14\x2f\xbe\xfc\x0a\x73\x73\x73\x81\xf8\ -\xdf\x7d\xf7\x5d\xbe\xfc\xf8\x97\x9c\x9b\xfc\x31\x27\xc6\xde\xa1\ -\xc9\x86\x7b\xde\xaf\x22\xfc\x47\x11\xbf\x27\x72\x2b\xcf\x18\x08\ -\x5b\x88\x5f\xd5\x10\x80\xbb\x8c\x4a\xa6\x34\xba\xfc\x86\xa1\xbf\ -\x55\x9a\xcd\x5d\xa7\x58\x3f\xf1\x1d\x3e\x5e\x5e\xe3\x47\x97\xde\ -\x77\xd0\x7f\x2b\xe2\x0f\x8c\x35\x19\x60\x6d\x0d\xdc\xfe\x4c\x59\ -\xbc\x22\xfd\x5e\x10\x43\xb2\x96\x29\x0a\x48\xf5\x7a\xc2\x8f\xfd\ -\xef\x87\x54\x64\x45\xdc\xb7\x35\x9b\x82\xa2\xac\x2c\xab\x1b\x6d\ -\x96\xd6\xdb\x54\x64\xe4\xba\x40\xa9\x0c\xab\xb4\x8b\x08\x1c\x2a\ -\xdc\xe9\xe4\xd2\x56\x4c\x40\x8d\x36\x06\xa9\xbd\x56\xa3\x5f\x59\ -\x0b\xa5\xb1\xf4\xfb\x15\x9b\x9d\x1e\xed\x7e\x49\x97\x8c\x52\xa9\ -\x90\x75\x17\x88\x20\x40\x67\x99\xcc\x2d\xa4\xb8\xc5\xc3\x6c\x1f\ -\x20\x94\x9b\x68\xa5\xaf\x59\xfb\xd3\xdf\x99\xf8\x9d\x4d\x46\x17\ -\xf4\x76\x9f\x83\x0f\x7e\x42\x75\xb0\x90\xa2\x7d\xd8\xa4\xd6\xbe\ -\x50\xa9\x24\x52\x10\x0d\x79\xde\xff\xef\x18\x82\x30\x81\x84\x99\ -\xa5\xef\x13\xa6\x14\xb3\x0d\x13\x22\x0e\xb3\x67\xe3\x8e\x11\x26\ -\x32\x82\x66\x92\x73\xc2\xef\x53\xa9\x9f\x2c\x8a\x95\x47\x8e\xf3\ -\xd1\xd0\x8a\xa7\x1a\x33\x3c\xbb\xae\x9d\xe4\xaf\x3e\xe6\x60\x35\ -\x4f\xa1\xfb\x34\x8a\x9e\xab\xde\x33\x24\xf9\x75\xe6\x02\x7c\x68\ -\x40\xd9\x68\xf2\x39\xcf\xf2\xf6\xe6\x8b\x4c\xee\x39\xcd\x2b\xaf\ -\xbe\xc6\x91\x23\x47\xc8\xb2\x8c\x5e\xaf\xc7\x87\x97\x2e\xf1\xf9\ -\x87\x6f\xf1\xdc\xcc\x4f\x38\x33\xfe\x0b\x9a\x76\xd3\x49\xfe\x87\ -\x49\xf9\x61\x62\x7f\x88\x47\x20\x84\xf8\xda\x28\xf1\x23\x6d\x6e\ -\x95\xf4\xa3\x02\xe1\x5b\x70\xa5\xbd\x8d\x6f\xe9\x35\x14\xf0\xd3\ -\x9f\xd8\xcd\xfa\xa9\xdf\xe2\x5e\x36\xcd\x5f\xbc\xff\x8f\xdc\x5e\ -\x5e\xc2\x1a\x7f\xd3\xda\xce\x4e\x0e\xaf\x56\x85\x43\x98\xae\x20\ -\x48\x95\x38\x16\x2d\x09\x71\x0d\x5d\x4b\x08\x5f\xbb\x75\x92\x60\ -\xac\x3a\x5d\x49\x4a\x73\x72\x3f\x95\xac\xb3\x9c\x1f\x26\x44\x63\ -\x8c\xa1\xd3\x1b\xb0\xb6\xd9\xc1\x92\xa1\xb2\x1c\x5b\xc5\xec\x40\ -\x37\xac\x94\xe1\xc4\x7b\xd5\x86\xa7\x46\x0a\x82\x30\xfa\x83\x30\ -\xf7\x2e\x19\xa8\x2a\x5d\x04\x60\xb7\xdb\xa7\xd5\xe9\xb3\xda\x87\ -\xb6\x6e\x30\x50\x44\xf7\x5f\xcd\xa0\x91\x12\x7f\x32\x69\xde\x97\ -\x2d\xba\x36\xaa\xc2\xe6\x03\x28\xfe\x3f\xce\xde\xfb\x59\xae\xe3\ -\xca\xf3\xfc\xe4\xbd\xb7\xaa\x9e\x37\xf0\x20\xe1\x44\xd0\x8a\x06\ -\x24\x41\x82\x04\x29\x7a\x91\x94\x5a\xdd\x92\x5a\xb3\x66\x7e\xdb\ -\x5f\xf7\x4f\xd9\x88\x8d\xd9\xd8\x98\xd8\xd8\xd9\x99\x9d\x1f\xd7\ -\x4c\xec\xf4\xf4\xa8\x8d\x5a\x6a\x89\x12\x29\x8a\x4e\x22\xe8\x3d\ -\x00\x12\x24\x40\x98\x07\xe0\xc1\x3c\x3c\x57\xe6\x66\xee\x0f\x99\ -\x27\xf3\xe4\xad\x7a\x20\xd5\x37\xa2\xde\xab\xba\x26\x6f\x9a\x73\ -\xbe\xc7\xe4\xc9\x93\xeb\x50\xf5\xbc\x36\xa1\x21\x3a\x46\xd9\xd5\ -\x69\xfe\x5e\x4b\x47\x17\xa4\xa3\x6c\xab\xad\x77\xd1\x01\x0c\x61\ -\x9a\xa4\x28\xe3\x2c\x85\xb1\x0e\x57\x9a\xc4\x7c\xb6\x84\x81\x44\ -\x02\xb6\x30\x83\x50\xb7\x21\x69\x6f\x1a\xe7\x54\x3d\xb5\xc6\xe6\ -\x20\x86\x2c\x4b\x3d\xad\xf1\xb3\x1d\x4d\xe6\xd7\x60\x17\x1d\xd0\ -\x49\x26\xa6\x7e\x30\xea\x9d\xe9\xd3\x2e\x0a\xee\x2e\x66\xb8\xff\ -\xb2\x63\x7f\x7f\x91\xc3\xee\x28\x37\xd4\xe7\x68\x97\xeb\x21\x69\ -\x67\x88\xe9\x97\xd0\xde\x10\xe0\x63\x5a\xce\x4b\xfe\x76\x9b\xa3\ -\xee\x5e\x7e\x77\xf5\x09\xa6\xb7\xdd\x12\x99\xbf\x28\x0a\x56\xd7\ -\xd6\xf8\xf0\x83\x0f\xf8\xe0\xdd\x57\xb9\x6d\xf2\x75\xee\x98\x78\ -\x85\xf6\x28\xe6\x6f\x4a\xfc\x51\xb3\x00\x8d\xfb\x9b\x69\xba\x53\ -\xff\x36\xc3\x7d\xe5\x99\xd1\xaa\xff\xa0\x5f\x0e\x79\xfd\xeb\x6a\ -\x82\xa5\x3d\x87\xb9\xbc\xf9\x36\xfe\xe9\xfd\xf7\x38\x72\xe2\x38\ -\x83\xba\x4e\x3d\x2a\xfd\xa8\x19\x2c\x9a\x60\x5a\x03\x90\x3a\xa9\ -\x28\xd6\x28\x78\x34\xd0\x37\x24\xb7\x38\xb1\x8d\x25\x66\x06\x92\ -\x3d\x16\x08\x8e\x41\xe7\x61\xcd\x65\xdb\x84\x99\x04\x02\xd9\xd4\ -\x76\xf0\x97\x61\x58\x5e\xef\x72\x66\xf1\x0a\x2b\xbd\x01\xe3\x63\ -\x55\x90\xfc\x25\xa6\x28\x30\xb5\x8f\x30\xcd\x70\x24\x36\x23\x5f\ -\xde\x5f\x25\x6f\x67\x38\x19\x1b\x90\x06\x43\x1e\xf1\x1e\x57\x1f\ -\x01\xd8\xed\x0f\x58\xed\xf6\x59\xad\x2d\x5d\x63\x7c\x8c\x83\xac\ -\xba\xcb\x3a\xce\x91\x75\x78\xec\x3c\xe9\xe3\xa0\xfa\x94\x7d\xa8\ -\xd6\xa1\xec\x25\x67\x5f\xe6\x40\x49\x94\xe5\xb0\x8d\x80\x22\x72\ -\x9b\x5d\xbf\x44\xbe\x1a\x83\x11\x02\x89\xb6\x56\x95\x98\x14\xe3\ -\x37\xe5\x8c\x0b\x80\x1a\x3e\x80\x61\x14\x18\x3a\xa2\x47\x38\x1e\ -\x0d\xd0\xcb\xd4\xc3\xc6\x21\xd7\x63\x58\x2f\x64\x6b\xf8\xb3\x66\ -\x09\xa1\x01\xce\x30\x66\x5a\x1c\x2c\xa7\xb8\xfb\xf2\x80\x3b\x06\ -\xe7\x79\x98\xa3\x6c\xef\x9d\xa1\x55\x76\x69\x77\xba\xb4\x62\xf6\ -\x9e\x7c\x2d\xbf\x69\x39\x68\x43\xdd\xee\xf0\x29\x0f\xf0\xd2\x95\ -\xc3\x4c\x6d\xbb\x95\xc3\x8f\x3e\x1a\x25\xff\xd5\xa5\x25\xde\xff\ -\xf0\x23\x8e\x7e\xf0\x3a\xb7\x4f\xbe\xc2\xbd\x53\x2f\xd2\x66\x65\ -\x98\xb9\x47\x48\xf6\xeb\xaa\xfe\xd1\xeb\x6f\x92\x06\x00\x43\x0b\ -\x7c\x1c\x44\x0d\xc0\x65\x8c\xeb\x9f\xb1\x56\x16\xfa\xe4\x5b\x7a\ -\xd9\xa2\x62\x65\xfb\x9d\x5c\xdb\xf7\x18\x6f\x9f\x5b\xe0\x57\x1f\ -\xbe\xc3\x4a\x77\x5d\x97\xaa\x18\xbf\x41\xa3\x06\x92\x09\xe6\x62\ -\x3f\x27\xe0\x6f\xa8\xca\xda\xe4\x1b\xa2\x0f\xa3\x59\x29\x69\x77\ -\x51\x78\xc9\x0b\xc5\x3f\x65\x41\xd2\x7c\x69\x3e\x54\xda\xa4\x73\ -\x30\xa8\x2d\xcb\x6b\x5d\xfa\x16\x1c\x05\x14\x95\x67\x7e\xbc\x76\ -\x6b\x6a\x01\x19\x82\xf0\x36\x89\xf9\x4d\xd2\x05\x2a\x5f\xbf\x26\ -\xc3\x4b\x65\xd3\x83\xbe\x21\x06\x67\xa1\x1e\xf8\x29\xc0\x95\xf5\ -\x3e\x2b\x16\xfa\x65\x81\x35\x2e\x99\x00\x45\x90\x7a\x8a\x47\x75\ -\x20\xc5\x90\xc8\x30\x03\x5c\x29\x39\xfa\x55\xea\x25\x41\x4f\x5b\ -\x91\xa6\x01\x6d\x2a\x2f\x8e\x60\x93\xed\x2c\x09\xb8\x64\x60\x85\ -\x6a\x42\xc8\xac\xbc\x5a\x36\x75\x88\xaa\x7f\xf0\x03\x64\xb6\xbf\ -\xdc\x1c\xc5\x56\x36\xbe\x79\xdb\xb4\x7e\x17\x18\xda\x41\x9a\xce\ -\xa1\x51\xae\x54\x5a\x1c\x48\x61\xe0\x8d\x6e\x9b\xba\x4f\x22\x7d\ -\x82\xea\x3f\x66\x2a\x0e\xb6\x26\xb8\xfb\x4a\x8f\xbb\x7a\x67\x79\ -\x98\x63\x6c\x1d\x9c\xa7\xdd\xea\x26\x67\xdf\x88\xa5\xbc\xb4\x1c\ -\x74\x60\x50\x8d\x71\xd4\x3c\xc0\x1f\x96\x1e\x63\x7a\xc7\x6d\x3c\ -\xf6\xc4\x13\xec\xde\xb5\x8b\xb2\x2c\x59\x5d\x5d\xe5\xa3\x8f\x3f\ -\xe1\xe3\xf7\x5e\xe7\xce\xa9\x57\xb8\x7f\xf6\x45\xc6\xdd\xd5\xd1\ -\xcc\xbf\x91\xa4\xbf\x8e\x36\x90\x02\x7e\x12\x10\xc4\xee\x68\x98\ -\x3c\x31\x1c\x5f\x34\x80\xf0\xbd\x0e\x5b\x7a\xe9\x80\x1f\x67\x0c\ -\xeb\x33\xbb\xb9\x7a\xf3\xb3\x9c\xe8\x57\xfc\xed\xbb\x6f\x70\x7e\ -\xe9\x8a\xea\x47\x3d\x80\x0a\x0c\x86\xce\x69\x67\xdc\x88\xf1\x6d\ -\x9e\x8b\xcc\x2d\x3f\x54\x68\xb0\x80\x8a\x5e\x04\xa4\x66\xa9\xbc\ -\x29\x20\xc0\x20\xb4\x32\x62\xea\x3c\x94\xd7\x1f\x58\xae\xae\xae\ -\xb1\xb2\xde\xc5\x4d\x8e\x79\x61\x66\x4a\x28\x54\x60\x5d\xd4\x34\ -\x36\xaa\xab\xf8\x00\x8c\xd0\x9c\x4a\xfd\x25\xcc\x8f\xfa\x1f\xaa\ -\x35\x18\x58\x7a\xdd\x01\x2b\xfd\x01\xeb\xae\xa0\x6f\x0c\x96\x60\ -\x03\xc7\xe4\x1e\x1a\xad\x35\x83\xf8\xa9\x2f\x23\x94\x50\xf4\x71\ -\x55\x1f\xd7\x5a\x0b\x59\x7a\x43\x83\x75\xc8\xac\xa8\xfc\x41\xbb\ -\x90\x0d\x37\x13\xba\x0a\x65\xe9\x69\x93\x24\x55\xc0\x84\x38\xee\ -\xd0\x91\x92\x6f\x40\xd6\x29\x44\x80\x12\xa9\xaf\x02\x7b\x34\xd1\ -\x68\x1f\x86\x21\xcd\xdd\x87\x10\x5c\x83\xec\x94\x34\x42\x0a\x68\ -\xba\xc8\x0e\x05\x4c\x9a\x30\x64\xad\xb9\x5e\x18\x64\x5c\x90\x10\ -\xde\x9e\x1c\x2b\x0b\xee\x29\x3a\xdc\x7d\x79\x9d\x7b\xec\x02\xf7\ -\xb9\xcf\xd9\x6a\xcf\xd3\x6e\xaf\xd1\x09\xce\xbe\x52\xef\xd0\x53\ -\xda\xe8\xe9\xa7\x63\x18\xb4\x5a\x9c\xe0\x6e\x5e\x5c\x3c\xcc\xf8\ -\xd6\xfd\x3c\xfd\xcc\x33\xec\xdc\xb9\x93\xb2\x2c\x59\x5f\x5f\xe7\ -\x93\x4f\x3e\xe1\x83\x77\xfe\xc8\xee\xf6\xdb\x1c\x98\x79\x89\x71\ -\xae\x0e\x33\x78\x53\xd2\x6f\x60\xe7\x0f\xd9\xfd\x8a\x40\x35\x78\ -\x0e\x39\xfb\x34\x40\x34\x55\xff\xba\xa4\x1e\xb4\x86\x55\xff\xd6\ -\x24\x57\xbf\xf3\x04\x97\xa6\xf7\xf0\xeb\xf7\xde\xe6\xc3\xd3\xa7\ -\x18\xb8\xfe\x08\x26\x27\x49\x56\x47\xa2\x59\x2d\xb9\xe2\x78\xa4\ -\x7a\x8c\x3c\x5c\x90\xe2\x46\x87\xe4\xaa\x68\xc0\xe6\x2b\x14\x6d\ -\xba\x91\xc4\xa1\x63\x67\x9a\x53\x84\x05\xd6\xc2\xf2\xda\x3a\x2b\ -\xbd\x01\x4e\xb2\x63\x19\x99\x09\x30\xe8\xee\x8d\x40\xa0\xe5\x7c\ -\x32\x01\x9a\x87\x7a\xb2\x01\x02\xce\x39\x9c\x73\xf4\x06\x03\xd6\ -\xfb\x7d\x56\x7b\x8e\x75\x4a\x2c\x65\x64\x2e\x89\x77\x37\x99\x69\ -\x21\x1e\xfb\x60\xbf\x97\x3d\x1f\x74\x83\xc1\x15\x03\x5c\xbb\x9b\ -\x16\x0f\x69\x6f\xa5\x38\x11\x8b\x34\x7f\x6e\xa2\x17\x3c\xc4\x0b\ -\xe8\xc5\x35\xd2\x51\x02\x0a\xc2\xe4\x14\x5e\x4d\x8a\x4c\xe4\x07\ -\xc7\x48\x92\x87\xa6\x76\xa2\x35\x16\x2d\xa9\xa3\x16\x12\x28\x5a\ -\x7c\x1d\xa6\x0c\xa1\xce\x41\x73\xd0\xb8\x11\x01\x4a\x4e\x04\x33\ -\x46\x98\x1d\xfd\x0e\xa5\x12\xea\x73\x46\xad\x70\x0c\xe5\x8d\x95\ -\x5e\xf2\xdf\x79\x65\x85\x7b\xed\x59\x1e\x76\x47\xd9\xe4\x16\xe9\ -\xb4\xd7\x68\xb5\xba\x94\xe5\x70\xf6\x1e\x13\x99\x1f\x56\xdb\xb3\ -\x1c\x1f\xdc\xce\x1b\x57\x1f\x64\x62\xeb\x6d\x3c\xfd\xcc\xf7\xd9\ -\xbe\x7d\x3b\x65\x59\xd2\xeb\xf5\x78\xff\xfd\xf7\x79\xf7\xed\x37\ -\xf8\xce\xf8\x11\x1e\xd9\xfc\x6b\xa6\xcc\x95\x64\xf3\x8f\x62\xf2\ -\x26\xc3\xeb\x4f\x43\xfa\xc7\xcd\x39\x45\xba\x6b\xc6\xcf\xba\x44\ -\x33\x7e\x2a\x2f\x53\xfd\xeb\x22\x57\xfd\xcb\x36\x4b\x3b\xef\x67\ -\xf9\x86\x83\xfc\xe9\xeb\xb3\xbc\xf0\xe1\x07\x3e\xaf\xbf\xcc\x96\ -\x28\x5f\xdb\xb0\xd6\xe6\x46\x8c\x97\x23\xf9\x70\x82\x54\x77\xa6\ -\x59\x40\x38\x0a\x32\x24\xb2\x85\x9f\x56\x8e\x33\x5c\x41\x08\x19\ -\x11\xa7\xa2\xf1\xc1\x68\xd3\x50\x9b\xbe\x06\x3d\xa3\x64\x1d\x74\ -\x7b\x35\x4b\xcb\x6b\xf4\xea\x69\x5a\xa6\xc4\x14\x7e\xf7\x60\xf9\ -\xa4\xe7\x54\x32\x1f\x91\xf6\xe1\xa7\xda\x18\x24\xaa\x01\x51\xfa\ -\x1b\x0d\x02\xc1\x6e\xb0\x16\xea\x81\x65\xbd\x5b\xb3\xd2\x77\xac\ -\xb9\x16\x7d\xb5\x33\x6d\xcc\x46\x6b\x3c\x73\x4a\xa0\x8b\x01\x9c\ -\x6d\x43\xd1\xc7\x94\x5d\xc0\x85\xe0\x15\x3c\xf3\x97\x75\x62\x6c\ -\x19\xfc\xe0\x71\x45\x4b\x6e\xe9\x58\x01\x00\xd9\x9c\xb1\xb0\xc4\ -\xcc\xba\x71\x30\xd4\xa0\x34\x57\x44\x05\x10\x48\x53\x7d\x32\x18\ -\xe2\x88\xd1\x6a\x97\x0c\x90\x0a\xdc\x89\xc1\x1b\x0e\x9f\x21\x26\ -\x6c\x7b\x2e\x65\x8b\xe4\x00\x92\x3f\x43\x3d\x3b\xc4\x2d\xf2\x8e\ -\x11\x1f\x59\x12\x1a\xee\x9b\x2a\x5b\x3c\xd8\x9e\xe4\xd6\x4b\xd7\ -\xb8\xd7\x2c\xf0\x3d\x3e\x61\xc6\x5d\x62\xac\xbd\x36\x62\x47\x5e\ -\x59\xd0\x13\x98\xbf\x0d\xdd\xd6\x04\x27\xea\x3b\xf8\xed\xc5\x47\ -\x98\xd9\x71\x3b\x4f\x3d\xf3\x7d\x76\x87\x25\xbd\xbd\x5e\xcf\x4b\ -\xfe\xf7\x8e\xb0\xa3\x7a\x8b\xc3\x5b\x7e\xc9\x14\x8b\xb9\xc3\xef\ -\x9b\xec\xfc\x51\x2a\x7f\x13\x04\x48\x20\x30\x32\xe0\x87\x14\xf2\ -\x4b\xd0\x02\x9a\x5e\xff\xc1\x90\xea\x5f\xb0\x32\x7f\x13\x4b\x37\ -\x3f\xcb\x17\xab\x8e\x9f\xbf\xfd\x0e\x17\xaf\x5d\x53\xfd\x6a\x33\ -\x25\x31\x63\x68\x79\x91\x4e\xc2\xea\x9c\xba\xae\x41\x40\x69\x02\ -\x9a\x71\xf5\x0e\xcd\x51\xa3\x2c\xf1\xbb\x03\x2b\xc9\x2c\x04\x18\ -\xca\x8b\xb9\x06\xb2\x35\x22\xe1\x79\x1c\x31\xe3\xb5\xc1\x57\x3e\ -\x64\x84\x5a\x5d\xef\x71\x71\x69\x99\xf5\xc1\x16\xa6\x3a\x15\x66\ -\x50\x2a\xe6\x97\x1e\xd3\x6d\x1d\x56\x40\xab\xbc\x52\x99\xc6\x10\ -\x30\x41\x98\xd9\xe0\x6a\x47\xed\x1c\x03\x6b\xfd\x3a\x80\xbe\xa3\ -\x6f\x2b\xac\xec\x56\xaa\x3b\x2a\x4a\xe1\xda\x3f\x8b\xc1\x98\x90\ -\x9e\x3b\xa8\xf4\x46\x00\xa0\xa8\xf5\xdb\x49\x41\x3c\x62\x9f\x13\ -\x54\x1c\x61\xce\x30\xd7\x1f\xeb\x6a\x15\xa5\xd8\x24\xf9\xf5\xa6\ -\xa0\x99\x80\x15\x6d\x45\xec\x23\xa5\xad\x68\x9c\x70\xe2\x98\xf1\ -\xef\x88\x79\xf9\x63\x70\x92\xb4\x51\xb4\x0f\x05\x60\xd9\xa1\x99\ -\xbf\x26\x4f\x44\xe2\x92\x74\xd2\x62\x4e\x3d\x9b\x30\xc8\x30\x5f\ -\x76\xb8\xbb\x68\x73\xcb\xc5\xab\xdc\xe3\xce\xf2\x3d\xf3\x09\x73\ -\xee\x32\x9d\xce\x1a\x55\x2b\xe4\xe9\x37\x29\xb4\x57\x62\xfa\x69\ -\xe3\x1d\x7e\x9d\x0e\x5f\xd5\xb7\xf0\xdb\x8b\x87\x18\xdf\xbc\x9f\ -\xef\x7f\xff\xd9\xc8\xfc\xfd\x7e\x9f\xa3\x47\x3f\xe3\x9d\x23\x7f\ -\x60\xb3\x79\x8f\x87\xb7\xfe\x8e\x29\x13\x98\xbf\x29\xcd\xbf\x85\ -\xa4\x1f\x69\xf7\x6b\x06\x8a\x4d\xcd\x3d\xfe\x20\xf8\x2b\x40\xa0\ -\x56\x02\x3a\xcd\xfc\xf9\x9c\x7f\x77\x62\x0b\x4b\xfb\x9e\xe2\x42\ -\x7b\x1b\xff\xf5\xb5\x37\xf9\xf4\xcc\x39\x9f\x30\xb7\x94\x31\x20\ -\xf5\xb7\x9e\x52\x8d\x52\xd8\xe2\x13\x6b\x08\x9d\x29\xfa\xd1\x41\ -\x3b\x6a\x0f\xbf\xac\x3c\x09\x79\xd7\xab\x32\xe3\xfe\x11\x85\xa2\ -\x99\xf0\x98\x9e\x26\x16\x9f\x4f\xd4\x1e\x95\xc6\xa1\x3b\x59\xe2\ -\xfd\x9d\xa5\xb6\x8e\xd5\xde\x20\x74\xaf\x09\x3c\xa2\x42\x93\xb5\ -\xe3\x4f\xbd\x5c\xfe\x1a\x8a\x7c\x1a\x50\xe7\x05\x84\x94\xac\x42\ -\xfc\x79\x3e\xc9\x82\x65\xd0\x1f\xd0\xeb\x0f\xb0\xce\x84\xe9\x0b\ -\x65\x5f\xcb\xc0\x35\x25\x6a\x0c\x79\xb4\xc4\x3c\x80\xa2\xa2\xc4\ -\x0a\x05\x29\x13\xe3\x02\x42\x39\x45\xa1\x54\x7d\xd4\x80\x68\x69\ -\xae\x38\x37\x12\xa4\x62\xfe\xa6\x88\x0a\x6a\x97\x33\xa5\x02\x71\ -\x13\x8b\x8c\x88\xa1\x01\xc1\x12\x16\x2c\xc1\xd0\x4c\x47\x64\xf0\ -\x06\xe0\x64\x83\x27\x1a\x44\x33\x41\xa9\xaa\x53\xd6\x86\x44\x14\ -\xc6\xc1\x4c\xd1\xe2\x00\x6d\x6e\xbd\x7c\x8d\x83\xc5\x39\x1e\x71\ -\x1f\x31\x6f\x2e\xd1\xee\xf4\xbc\xa7\xbf\x18\x56\xf9\x35\xf3\xf7\ -\xda\x13\x7c\xd5\x7a\x94\xb7\x56\xef\x65\x6c\xd3\x77\x78\xee\x07\ -\x3f\x8c\xcc\x5f\xd7\x35\x47\x8f\x1e\xe5\xcd\x3f\xbe\xcc\x56\x73\ -\x84\xc3\x3b\x5e\x64\x53\x71\x06\x53\xbb\xac\xdb\x36\x94\xf2\xa3\ -\xec\xfe\x21\x10\x10\xe2\x95\xae\x4b\x01\x3f\x69\x18\xb5\x0f\x20\ -\x0f\xf9\x75\x18\xac\x13\xd5\xbf\xc2\x2a\xe6\x1f\xb4\x26\xb8\xba\ -\xfb\x30\x4b\xdb\xee\xe4\xe5\xe3\xa7\x78\xe5\xd3\xcf\xe9\xf5\x07\ -\x3e\xa4\x5c\x0f\x69\x06\xae\x61\x1c\x25\xa4\x5a\xd3\xb0\xcc\x2a\ -\x69\x66\xce\x00\x41\x8d\x8f\x48\x73\xa1\xdb\xc8\xf4\xb2\x45\x9d\ -\x62\xee\x48\x5a\x2e\x3c\x1e\xe8\x5e\xa6\xfe\x32\xfa\x0b\x34\x29\ -\x7d\xd4\x08\xe6\xf1\x39\x39\x6b\x6a\x0b\x84\xf4\x60\x14\x7e\x2a\ -\x30\x13\x6a\x71\x5d\x82\xd0\x64\x12\xfa\x23\x7d\x00\x1a\x1b\xc5\ -\x73\x20\x32\xb3\xb6\x8e\xfe\xa0\xa6\xdb\x1f\xb0\x3e\x20\xd8\xff\ -\x11\xb6\x88\x23\x8c\xc4\xee\x8b\x03\xa3\x20\xae\x9f\x37\x01\xad\ -\x9c\x23\x49\x4c\xc5\xd0\x21\x9a\xcf\xc4\x1d\x6b\x1d\xce\x8a\x73\ -\x31\xab\x2a\xb9\xda\x2c\x5f\x15\x03\xc9\x0e\xbb\x85\xc3\xab\x76\ -\xc2\xa8\x0e\xc2\x92\x4e\x87\x8b\x60\x61\x10\xe2\x43\xad\x06\x94\ -\x97\x15\x01\x04\xb4\x53\x46\x06\x4d\xc0\xae\x20\xa7\x31\xd1\x10\ -\x84\xc9\x95\xf9\x10\x8b\x70\xaa\x1d\x26\x08\x20\x0d\x8c\xb0\xb9\ -\x6c\x73\xa0\x2e\xd8\x77\xed\x2a\xf7\x9a\x73\x7c\xcf\x7d\xcc\x7c\ -\xb9\x48\x4b\x16\xf4\x34\x22\xfb\x8a\xca\x82\x62\xfe\x6e\x6b\x82\ -\xf7\x7b\xf7\xf3\xc1\xd2\x83\x0c\x3a\xbb\x79\xf6\xb9\xe7\xd9\xb3\ -\x67\x4f\x64\xfe\x2f\xbf\xfc\x92\xb7\xde\x7c\x8d\x59\x77\x84\x83\ -\xdb\x5f\x62\x53\xf9\x35\xa6\xb6\x1b\xdb\xf9\x1b\xa9\xfa\xa3\x00\ -\x41\x5b\x55\x8a\xa0\xb3\x50\xfc\xe6\xbc\x7f\xbc\xa0\x56\x04\x46\ -\xc7\x5f\xbe\x9b\xaf\x2b\x4a\x96\xb7\x7c\x97\xa5\x5d\x87\xf9\xe8\ -\xf2\x3a\xff\xf4\xce\xc7\x2c\xad\xaf\xf9\xb1\x1d\x35\x73\x13\xfb\ -\xdd\x7a\xba\xd0\x91\x47\x22\x80\x62\xfa\xf7\x06\x00\x68\xf5\x5f\ -\xc6\x2e\xd2\x9a\xde\x2f\x42\x76\x83\x2a\xf2\x7a\x68\xfa\x0d\xa6\ -\x5d\x72\x74\x8a\x96\x1b\xe8\x40\xe8\x3b\x0b\x28\x8b\xd2\x18\xeb\ -\x60\xa5\xdb\xa7\x37\xb0\x38\x0a\x8a\xb2\xc2\x06\x33\x20\xf2\x5c\ -\x04\x02\xd3\xf8\xef\x8f\x8d\x43\x81\x95\xe7\x3f\xd5\xd7\x4b\xfa\ -\xfe\xa0\x66\xb5\x67\xb9\x36\x28\x59\x73\x05\x75\x5c\x0a\x19\xfa\ -\x3a\x4a\xfa\x90\x63\x3f\x7a\x34\x6b\x9c\x19\x04\x07\xb7\x8f\xb7\ -\xf7\xbb\xe6\x14\xa1\x83\x8c\x9f\x8b\xaf\x0b\x62\x32\x05\x09\xbf\ -\x2c\x0a\x9c\x72\x06\x46\xb5\x19\x6f\xfb\xbb\x50\x87\x94\x9d\x57\ -\x18\x53\xa8\x4f\x98\x5e\x9e\x09\xe7\x62\x59\xc6\x3b\xf2\x48\x88\ -\x2d\x93\x33\xbe\xed\x82\xd2\xca\x31\x23\x7d\x2b\x40\x23\x54\x1b\ -\xcd\x20\xeb\xcb\x0d\xce\x4c\xa7\x6d\xd1\x6c\x1d\xb8\xc0\xab\xcb\ -\x17\x4f\x05\x42\xdb\x52\x55\x3c\x68\x2b\x76\x2d\x5d\xe5\x81\xf2\ -\x3c\x8f\x16\x9f\x31\x6f\x2e\xc6\x69\xbe\x98\xb8\xc3\x04\x0d\xa0\ -\x72\x71\x9a\x8f\x16\xac\xb7\xa7\xf9\xb8\xf7\x00\x6f\x5d\x3b\x44\ -\xaf\xb5\x8d\xef\x3f\xf6\x78\x0c\xf2\xb1\xd6\x72\xf2\xe4\x49\x5e\ -\x7b\xe5\x45\x66\xec\x1b\x3c\x74\xc3\x2b\xec\xa8\x4e\x61\x06\x76\ -\x98\xa9\x37\xfa\xfe\x6d\xee\x0b\x44\x9e\xc7\xf6\x8f\x8e\xf5\xd7\ -\xf3\xfe\x2e\xf4\xaf\x30\xff\x60\x10\x62\xfd\x49\x65\x76\x67\xf7\ -\x70\x75\xdf\x93\x9c\xac\x27\xf9\xf9\x91\x77\xf9\x62\x21\x44\xfb\ -\x95\xea\xe5\xda\x97\x04\x0d\xe6\x37\x50\x07\x06\xb4\xa5\x8f\x01\ -\xc9\x92\xc1\x8a\x37\x5f\x44\xa3\xaa\x70\x9c\x45\x50\xa6\x41\x96\ -\x98\x05\x62\xc8\xb7\x9e\x06\xd4\x66\x50\xa6\xf6\x2b\x10\x30\x52\ -\x4f\xab\xae\x8b\x36\xe1\x43\x82\xcf\x5e\xb8\xcc\xe5\x6b\x6b\xec\ -\x9c\x9c\xa4\x52\x53\xf6\x85\x29\x86\x02\x81\x72\xd6\xf7\x47\x15\ -\xd1\x71\x14\x42\xca\x63\xc6\x87\xcf\x3a\x06\xd4\xb5\x63\xd0\xaf\ -\x19\x58\x87\x15\xed\x40\xb2\x79\x0a\x12\xe2\x90\x14\x57\xae\xa8\ -\x83\x8a\x23\x8d\xb2\x4a\x42\x13\x3b\xcb\x04\x75\x28\x85\xe3\x8a\ -\xf4\x96\x46\x15\x18\xe7\x42\x8a\xef\xf0\x32\x3d\x9e\xae\xf9\x1c\ -\x69\x70\xb3\xc6\x09\x52\x6b\x24\x0f\x65\xc5\xd5\x87\x90\x24\x91\ -\x7a\x9f\x80\x9c\x10\x84\x10\x55\x74\xf8\x28\xe0\x71\xf8\x7b\xac\ -\xcb\xa5\xbd\xf4\x91\x00\x44\x56\x37\x99\x09\x0e\x60\x06\xcc\x97\ -\x2d\xee\xa9\x0d\x37\x2e\x5d\xe2\x60\x71\x86\xc7\xcc\x51\xe6\xcb\ -\x45\x9f\xbd\x47\x65\xe9\x4d\x1b\x73\xda\x28\xf5\xbd\xe4\x1f\xe3\ -\xbd\xf5\x83\xbc\x7a\xe1\x3e\x5a\xd3\x3b\x79\xfa\x99\xef\x73\xeb\ -\xad\xb7\x46\xe6\x3f\x7d\xe6\x0c\xaf\xfc\xe1\x45\xda\xdd\x37\x38\ -\xbc\xe7\x77\x6c\xab\x4e\x62\xfa\x8a\xf9\xbf\x49\x03\x18\xa5\x0d\ -\x8c\x00\x86\x18\xe2\x9b\x01\xc1\xe8\x58\x7f\x19\xba\x08\x1a\x18\ -\xb2\x5d\x7d\xd4\xac\xcd\x60\x6c\x96\x4b\x7b\x9f\xe4\xf2\xdc\xcd\ -\xfc\xea\xc8\x51\xfe\x74\xf4\x14\x83\x81\x63\x28\x93\x94\x27\x92\ -\x61\x1a\xb4\x24\x53\x31\x66\x7e\xd2\x1f\xc9\xe3\x27\x65\x29\x9a\ -\x89\xa4\xe5\xd2\xb5\xe8\xbb\x52\x8e\xbd\xa1\x8f\xea\xa7\x58\x37\ -\x05\x06\xfa\x39\xb5\x60\xad\x09\x02\xd6\x5a\xfa\xf5\x80\x41\x6d\ -\xbd\x99\xec\xc2\xae\xd0\x71\x2a\x30\x45\xfd\xc9\xff\xf8\xba\xf0\ -\x3f\xd3\x00\x36\xc2\x80\xa8\xaa\x39\xbf\x11\x48\x7f\x50\x33\xe8\ -\xd7\xd4\xce\xa8\xfd\x11\x1d\x92\x33\xcd\xfb\x44\x2c\x5e\xe5\xae\ -\x71\x2e\xa4\xd8\x0a\x3d\xee\x25\x9d\x62\xe0\xe8\xe0\x51\x1e\x59\ -\xcd\x28\x45\x60\x6a\x53\x04\xde\x14\xc9\x1a\x8b\x24\xce\xbf\x46\ -\x06\x6c\x76\x9a\x43\xab\x72\xc6\x85\x2d\xc9\x25\x76\x21\x4a\x66\ -\x35\x98\x02\x3e\x71\x00\x12\xaa\x7b\x82\x71\xa9\xdc\x88\xfa\x0a\ -\x70\x14\xd2\x3b\x47\x7e\x5e\xfa\x2d\x8b\x20\xf3\x83\xed\x8c\xef\ -\xaf\xcd\x83\x0a\xf3\xdc\x00\x00\x20\x00\x49\x44\x41\x54\xed\x31\ -\x0e\xd5\x05\x7b\xaf\x2e\x72\x4f\x6b\x91\xc7\x8b\xcf\xd8\x5c\x5d\ -\xa4\x25\xdb\x71\x6b\x95\x5f\x16\xf4\xb4\xf1\x92\xbf\x0d\xfd\x6a\ -\x8c\xcf\x06\x0f\xf0\xc7\xcb\x07\x29\x26\x6e\xe4\xa9\xa7\x9f\xe1\ -\xf6\xdb\x6e\xa3\xaa\x2a\xac\xb5\x9c\x3b\x77\x8e\xd7\x5f\x7d\x99\ -\x56\xf7\x2d\x1e\xdb\xfb\x02\x5b\x5b\xa7\x30\x3d\x3b\xcc\xd0\xdf\ -\x46\xca\x6f\xe4\x07\xb0\x10\xe7\xef\x49\x92\x3d\x1d\x39\xa3\x8a\ -\xc4\x17\x1f\x80\x80\x47\x5d\x97\x0c\x24\xb3\x6f\xe8\x32\x5b\x76\ -\xb8\xfa\x9d\x27\xb9\xb6\xe3\x5e\x8e\x7c\x7d\x89\x17\x3f\xfc\x9c\ -\xb5\x5e\x3f\x14\x6b\xd2\x78\xd9\x82\x7c\xf3\x19\x25\xb0\x44\x4d\ -\xb7\x41\xeb\xac\x5b\x21\x0a\xb4\xc0\x6b\xa9\x65\xaa\xa7\x08\x06\ -\x01\x77\x35\xa4\xb9\x14\x37\x69\x6c\x87\x18\x59\x71\x59\x16\x2b\ -\x23\x8f\x6d\x00\x18\xba\xbf\xd4\x89\xda\xf9\x8f\xe7\x8d\x02\x53\ -\x96\x58\x63\x14\xee\x99\xd1\xa2\x3f\x1c\x0d\x13\x40\x55\xb0\x99\ -\x4d\x20\x48\x3a\xeb\x1c\xb5\xb3\xf4\x6a\x4b\xaf\x0e\x99\x48\xa8\ -\xd1\x52\x5d\x4c\x80\xe8\x35\x37\x30\xda\x43\x14\xde\xa9\x27\xc5\ -\xe3\x25\x75\x9f\x38\xdf\x82\x0d\x6e\xc4\x81\x12\x5f\x18\x8a\xca\ -\x36\xe4\xd0\x9f\x64\xbf\x19\x35\x3b\x60\x4c\xad\x96\x6f\xdb\x54\ -\x56\xfc\x34\x06\x2c\xf7\x48\x11\xa7\x25\xb5\xfa\x47\x68\x6b\xf4\ -\xea\xaa\xfa\xc5\xa2\xc2\xfd\x46\xb6\x35\x57\xfe\x01\xc0\x94\x05\ -\x9b\x4c\x9b\xfb\x7b\x96\x7d\x4b\x8b\x1c\x6a\x9d\xe1\xe1\xf2\x28\ -\xf3\xd5\x22\xad\x56\x2f\xe5\xe9\x2f\x2d\x85\x19\xf6\xf4\xd3\x81\ -\x41\xab\xc3\xe7\xee\x41\xfe\x74\xed\x7b\x94\x53\x37\xf0\xbd\xc3\ -\x8f\x70\xfb\xed\xb7\x53\x55\x15\xce\x39\xce\x2d\x2c\xf0\xea\xab\ -\x2f\xd3\xbd\xf4\x2a\x87\xf7\xbc\xc8\x8e\xce\x69\x0a\xcd\xfc\xa3\ -\x98\x7d\x14\xc3\x0f\xf5\x75\x7e\x5f\xf2\xe0\x2b\x55\x3f\x30\xb5\ -\x8c\x79\x1a\x72\xd1\x28\xb5\xea\x0f\xb6\x2e\xa8\x07\x8d\x0d\x3d\ -\x8b\x92\xd5\x1d\x77\x71\x79\xf7\xa3\x7c\xbe\x6a\xf8\xdb\x37\x3f\ -\xe6\xc2\xd5\xe5\x7c\xbc\xc2\x78\xbb\x42\x33\xa4\x36\x01\x85\xf9\ -\x83\xb4\xaf\x2b\x9f\x0d\xda\xaa\xf3\xca\xe6\xd6\xe5\xe6\xc0\xe5\ -\x1a\xd7\x19\xcd\xcc\xf2\x3b\xde\xe3\x54\x59\x72\x4e\x31\x6c\x66\ -\x36\x48\x3d\x5c\xf6\x8e\xf5\x5e\x8f\xd5\x5e\x9f\xbe\x75\x8c\x17\ -\x7e\x31\x90\x31\x25\x46\xf6\x0d\x34\xa3\xca\x4d\x45\x54\x71\x44\ -\xbe\xc5\xe1\x82\xda\x51\x0f\x6a\xd6\xea\x82\x35\x5b\x32\x90\xb5\ -\xff\x48\x3a\x2a\xa1\x0c\x71\x00\xd6\x0d\xc2\x08\x4c\x68\x4d\x22\ -\xa0\x0c\x74\x54\x52\x4e\xc9\x96\xe2\xc2\xbd\x32\x18\x85\x4b\x2b\ -\x06\xc5\xb1\x37\xca\x23\x2b\xab\x02\x35\xca\x6b\x3b\x2e\xa4\x75\ -\x4b\x7e\x12\x97\x40\x24\xda\x5a\x22\x2d\x64\x90\x34\x50\x68\xb5\ -\x4f\xb5\x63\x54\x50\x47\xa4\xf2\xf0\x4c\x08\x50\x32\xc6\x25\x02\ -\x75\x7e\xcc\x36\x99\x8a\x83\xfd\x92\x9b\xae\x5e\xe5\xd1\xf6\x59\ -\x1e\x2c\x8f\x32\x5f\x5d\x0c\x79\xfa\x6b\x8a\xc2\x85\x05\x3d\xf5\ -\x90\xa7\x5f\x98\xff\xa4\x79\x80\x3f\x5e\x7a\x92\xf5\x72\x1b\x8f\ -\x7d\xef\x31\xbe\xfb\xdd\xef\x46\xe6\x5f\x58\x58\xe0\xf5\xd7\xfe\ -\xc0\xfa\xe2\x1f\x79\x74\xdf\x1f\xd8\x3b\x79\x8c\xa2\x3f\xf0\xdd\ -\xfd\x2f\x75\xf8\x8d\xba\xaf\x81\x97\x49\xd5\x4f\xc3\x3d\x32\xc3\ -\x6f\xe8\x6f\x8f\xc1\x7e\x99\xef\x20\x5b\xe6\x6b\xe8\xcd\xdc\xc0\ -\x95\x7d\x4f\x73\xde\x4e\xf2\x5f\xde\xfc\x80\xcf\x4e\x2f\x60\x55\ -\x12\x0c\x01\x70\xa7\x0b\x16\xc1\x24\xfe\x22\x71\xdc\x49\xd6\xde\ -\x41\xcb\xef\xea\x63\x95\xa6\x17\x99\x37\x80\x76\x9c\x0e\x0c\xfb\ -\x2d\xe6\x5e\x32\x40\x96\x79\x8b\xcf\xc9\x91\xb6\xba\x77\x8a\x89\ -\x83\x09\xe9\xa5\x1b\x19\x08\x08\x99\xc4\x1d\xb2\x5d\xf0\x91\xe7\ -\x02\xc5\xe1\xb8\xb2\xbc\xc2\xe2\xb5\x65\x7a\x83\xcd\xb8\x4e\x81\ -\x29\x4a\xbf\xe2\xb5\x18\xda\xeb\x6b\xe4\x51\x7d\x3b\xd6\x97\xf6\ -\x39\xac\xf5\x51\x48\xd6\x1a\x6a\x57\x62\x5d\x81\x73\x62\xe3\x2a\ -\x0a\x88\x39\xee\x2c\x29\x68\x27\x30\x61\x5c\x68\xa3\x40\x40\xf8\ -\xd7\xfa\x72\x1c\x5e\xd2\xfb\x3e\x6d\x05\x04\x0c\xcc\x5d\xb8\x50\ -\xb6\x24\x1f\x05\xf1\x11\x44\x2f\xee\xa0\xc2\xd8\x30\xb0\x36\x38\ -\x74\x62\xa6\x60\x17\x97\x01\xfb\x08\xc7\x62\xd4\x38\x12\xbd\x28\ -\xd9\xc0\x28\xad\x40\x9b\x04\xf1\x41\xd4\x20\x89\x09\x23\x65\x8a\ -\xb4\xf0\xe6\x8c\xbc\xc3\x58\xeb\x55\x38\xe3\xd8\x5e\xb4\xb9\x6b\ -\xcd\x72\xd3\xd2\x65\x1e\xa9\x4e\x71\xb0\xfc\x92\xf9\xd6\x85\xd1\ -\x9e\x7e\x89\xe9\xcf\x98\x7f\x8c\xaf\x8b\xfb\x39\xb2\xf4\x14\xcb\ -\x6c\xe5\xd0\xc3\x87\xb9\xe3\x8e\x3b\x68\xb5\x5a\x00\x2c\x2e\x2e\ -\xf2\xea\xab\xaf\x70\xe9\xec\x11\x9e\xda\xff\x3b\xf6\x4e\x7f\x46\ -\xd9\x1f\x40\x9f\xd1\x0c\xfc\x4d\xcc\x3e\x4a\x1b\x10\x21\xab\x4d\ -\x29\xa7\x85\x97\xb6\xf9\x85\xb4\x1a\xd3\x7f\x48\x86\x9f\x22\xec\ -\xe7\x97\xe2\x2b\xea\xf1\x59\x2e\xdf\xfc\x03\x2e\x4d\xed\xe5\xf7\ -\x9f\x7d\xcd\x9f\x3e\x3f\x19\xd2\x7a\x8b\x16\xa5\x67\x7b\x74\xaa\ -\x75\x2d\x85\x4d\x92\xf2\x91\xf9\x43\x0e\xff\xe8\xc7\x72\x23\x1c\ -\x70\xfa\xa3\x7c\x03\xca\xcb\x6f\xa8\x71\x4d\xa9\x1f\x37\x17\x95\ -\xb2\xb4\x36\xa0\xcf\x87\xff\x86\x86\xf6\xd0\xb8\x15\xbf\x30\xaf\ -\x6f\x6b\x56\xbb\x3d\x6a\xa0\x28\x7c\x34\xa0\x55\x3e\x80\xfc\x18\ -\x36\x07\x86\x66\x01\x14\x79\x8f\x38\x74\x00\xa3\xbc\xa0\x41\x29\ -\x99\x9d\xa5\x24\xa5\x55\x9f\x28\x19\xd4\x75\xad\x4e\x05\x5b\x5c\ -\x76\xf9\x89\xbb\xb1\x08\xf3\x63\x89\xe9\xaf\x02\x55\x99\x38\x75\ -\x13\xa6\x10\x05\xd5\xeb\xb0\x33\x4b\x73\x3e\xd6\x82\x04\x38\x25\ -\x22\x15\x6a\xd4\x3a\x9f\x7c\x37\xa9\xae\x51\xe0\x9b\x11\x9d\x65\ -\x3c\xe0\x31\x62\xd0\x22\x21\x41\x24\x9e\x18\xac\x51\xb0\xbd\xdd\ -\xe6\xde\xb5\x9a\xfd\xd7\x16\x79\xac\x7d\x9a\x07\x5a\x47\x99\xab\ -\xae\x52\x66\x73\xfc\x4e\xc5\xf4\xbb\x18\xda\x4b\x1b\xfa\xed\x0e\ -\x5f\xd8\xfb\x78\x7f\xf9\x19\x2e\x0d\xb6\xf1\xd0\x43\x0f\x73\xd7\ -\x9d\x77\xd2\x6e\xb7\x01\x58\xbc\x74\x89\xdf\xbf\xfc\x7b\x16\xbe\ -\x7e\x93\x47\x6e\x7a\x85\x7d\xb3\x9f\x51\xf6\x7b\x39\xf3\x37\x99\ -\x7d\x23\xa9\xff\x4d\x00\x21\xf6\x7e\x64\xfc\xa4\xde\x6b\xc7\x5c\ -\x8a\x03\x50\x94\x29\x42\xdc\x16\x3e\xd6\xbf\xae\xe2\xd0\xd8\xa2\ -\xc5\x95\x5d\x8f\x70\x79\xeb\x3d\xbc\x7f\x7e\x85\x5f\xbe\xff\x19\ -\x57\x57\xd7\x12\xc3\x8b\x1a\x63\xea\x94\xa0\x46\x16\xa8\x25\xd1\ -\xa9\x3e\xa2\x05\xb4\x92\xbd\x2f\xb3\x4d\x11\xec\x1b\xf6\x7e\x73\ -\xbc\x21\x8d\x25\x21\x25\x9c\x6e\x92\xf8\x00\x9a\x05\x14\x42\xff\ -\x56\xd1\xa7\x2e\xfa\x7a\x20\xe1\x69\xd2\x59\xff\x3e\x63\x0a\x4c\ -\x11\x3c\x2d\x4a\xdd\xcf\x16\xf3\xc5\xe7\xd3\x7b\xbe\xd5\xce\x40\ -\xcd\x06\xfb\x41\x55\xd2\x4e\x90\xd7\x58\x9c\xd6\x23\xa3\xa7\x55\ -\x18\x5f\x98\x28\x8d\x80\x33\x96\xe1\xac\xc1\x78\x09\x69\x9c\x77\ -\x2a\xca\x8a\x40\x4f\x15\x38\xd3\x48\x18\xe2\x8c\x5f\xc7\x1f\xf3\ -\xb0\x97\xde\x96\x1b\x62\x7e\x39\xa2\xd8\x49\x75\xd9\x08\xf5\x44\ -\x3b\xd1\x03\x20\x04\x3c\xe4\x27\xd1\x1a\x83\x8c\x80\x38\x16\xd5\ -\xb9\xac\x0e\x7e\x5b\xb4\x2d\x55\xc5\x9d\xbd\x9a\xbd\x4b\x8b\x3c\ -\xde\x39\xc9\x43\x9d\xcf\x98\x2e\xaf\x65\x79\xfb\x8c\x9e\xe3\x0f\ -\x61\xbd\xf2\xb1\xed\x8a\xaf\x38\xc8\xbb\x2b\x4f\x72\xb1\xb7\x95\ -\x43\x87\x1e\xe2\xee\xbb\xef\xa6\xd3\xe9\x00\x70\xf9\xca\x15\x7e\ -\xff\xfb\x97\x58\xf8\xfa\x6d\x1e\xbe\xe9\x55\xbe\xbb\xe5\x1d\xaa\ -\x41\xd7\xef\xc7\xa2\x55\x7f\xcd\xd4\xa3\xfe\x7f\x93\x63\xb0\x31\ -\xf4\x9a\xf1\x9b\xf3\xfe\xc9\xd9\x47\xa4\x8d\x24\xfd\x95\xdd\x2f\ -\xb3\x3a\xa6\x60\x79\xd3\x2d\x9c\xdf\xfd\x38\xa7\x56\x1d\x7f\xff\ -\xee\x27\x9c\x5c\xbc\xec\x69\x2e\x66\xa2\x12\x00\xd0\x29\xe0\xbd\ -\x76\x90\xb2\x4a\xa9\x31\x70\x90\x39\x70\xa3\xb3\x30\x30\x71\x36\ -\x8b\xa0\xe9\x41\x93\x84\x92\xe8\x43\xcc\x2f\x1f\xe9\x1c\xd3\x28\ -\x2c\x00\x8c\x8e\x57\xd0\xd2\x5f\x80\x23\x9a\xc1\x52\x07\x13\xef\ -\x35\x61\x96\xce\x18\x17\xa5\x7e\x23\x9a\x67\x08\x5b\xc0\x6b\xa6\ -\xdf\x00\x00\x1b\x33\x87\xd1\xd2\x3f\x22\x6f\x52\xbd\xd2\x8e\x39\ -\x2a\x53\x6a\xd4\x10\x84\xf1\xb4\x98\x09\x95\xd2\xc2\x57\xb2\xb0\ -\x88\x6a\x2f\x8c\x18\x4d\x0b\xa1\x36\x6d\x5a\x88\x5a\x57\x26\xb5\ -\xdf\x35\x5b\xef\xe2\x7b\x62\x04\xa3\xee\xa5\x28\xe5\x5d\xaa\x6b\ -\x04\x01\x05\x56\x72\x4e\xd9\xa6\x99\x46\x13\x55\x4d\x94\x94\x73\ -\x59\x1b\x8d\x81\x9d\xad\x0e\xf7\x0d\xfa\xec\xba\xb2\xc0\xd3\x13\ -\xa7\x79\x68\xec\x18\x33\xc5\xd2\x70\xf6\x1e\xed\xe9\x57\x6a\x7f\ -\xdd\x2a\xf9\xca\x1d\xe0\xfd\x6b\xdf\xe3\xec\xca\x26\x0e\x3d\xf4\ -\x00\xf7\xdc\x73\x4f\x64\xfe\xe5\xe5\x65\x5e\x7b\xf5\x15\x4e\x9d\ -\x38\xc2\x83\xfb\x8e\x70\xd7\xf6\x77\x69\x0f\xd6\x3d\xf3\xcb\x5e\ -\x24\xa3\x18\x7c\x94\x64\x1f\x05\x08\xfa\x37\x24\xd5\xbf\xa1\xe6\ -\x47\x0d\x20\xf4\x73\xec\x79\x99\x22\x54\xcf\xd4\xb6\x64\xd0\xd8\ -\xd2\x6b\x7d\x72\x1b\x8b\xb7\xfe\x25\xd7\xda\x73\xfc\xf3\xdb\x1f\ -\xf3\xee\xc9\x93\xd4\xae\x17\xd4\x6b\xe5\x13\x22\x6c\x07\xaf\x33\ -\x4b\x89\x06\xa0\x99\x5f\x68\xcc\x2a\x1a\xd1\x11\xa7\x9a\x26\xe2\ -\x4f\x25\x91\x23\xd3\x26\x95\xdd\x69\xa9\x1d\x1f\x0d\xbf\xc5\x8e\ -\xd7\xe7\xb4\x39\x10\x99\x1f\x32\x10\x70\x8a\x58\xe4\x9e\x2c\x40\ -\xad\x79\x98\x78\x7b\xfc\xae\x3e\xfa\xd8\x00\x00\x5c\xf6\x4f\x1a\ -\xe9\xb2\x3b\xa4\xd3\x81\x62\x90\x3a\xbc\xe8\x7b\x09\x2d\x8c\xeb\ -\x1c\xce\xc9\xf2\x5f\x3f\x40\xce\x78\x55\xde\x87\xfe\x86\x54\xc6\ -\xc1\x11\x62\x5c\x01\xa6\xca\x99\x59\x1c\x86\x05\x68\xaa\x73\x21\ -\x8b\xb0\xa9\x5b\xc9\x7b\x2b\x99\x7c\x75\x3c\x41\x6c\x8c\x62\x76\ -\x1b\xba\xc5\xe8\xeb\x5a\x3d\x55\xff\x75\x56\x97\x0c\xcc\x04\x99\ -\x65\xae\x58\x24\x8c\xa0\x8b\xdc\x6a\x88\x4b\x90\x0d\x9e\x28\xc3\ -\xcf\xad\xad\x16\xf7\xf7\x7a\xec\x5e\x5a\xe0\xc9\xf1\x2f\x38\xdc\ -\x39\xc6\x54\xb9\xac\xec\xfd\x34\xd7\x9f\x39\xfb\xa2\xe4\x2f\x39\ -\x31\xb8\x93\x57\x2f\x3d\xc5\xa5\xee\x16\xee\x3b\xf8\x00\x07\x0e\ -\x1c\x88\xcc\xbf\xb2\xb2\xc2\xeb\xaf\xbf\xc6\xf1\xcf\x5e\xe3\xde\ -\x3d\xef\x72\xef\xae\x3f\xfa\x6c\x3e\x7d\x72\xe9\xff\x4d\x92\xfd\ -\x7a\x00\x91\xfd\x16\x89\x8f\x92\xf8\xe2\xd9\x0f\x8c\xef\x50\xa6\ -\x40\x9e\xe8\xc3\x39\x82\xea\x5f\x66\xf9\xfd\xea\xf6\x14\x97\xf7\ -\x3f\xc7\xe5\x99\x7d\xbc\xfa\xd5\x29\x7e\x77\xf4\x63\xd6\xec\x35\ -\x68\x05\x81\x63\x54\x1e\x49\x27\xb6\xff\x20\x7e\x9c\xd0\x63\xac\ -\xb0\x09\xfb\x40\xb6\x93\xdd\x3f\x64\x73\x6b\xff\x0e\x09\xd0\x43\ -\x83\x5d\x61\x02\x56\xb8\xc0\xfc\x01\x68\x0a\x1b\xa6\x96\x45\x93\ -\xb0\x49\x92\x47\x39\x60\x11\x47\x70\x14\x7c\x62\x12\xc8\x4d\x91\ -\x04\x15\xcd\x09\x88\x34\x15\x0a\x55\xb3\xf4\x8c\x00\x81\x94\x97\ -\xc0\x40\x0e\x05\x00\x2e\x1b\xd0\x26\x4e\x65\xf7\x85\xce\x70\x45\ -\x1d\xc2\xde\x45\x1d\x6f\xa8\x61\x32\xa2\xf1\x7f\x2e\xf1\x9d\xf1\ -\x53\x71\x31\xba\xce\x15\x61\x1c\x12\x5a\x9b\x66\x60\x8f\x94\x65\ -\x65\x4b\x64\xb1\xfd\x3d\x41\xf9\xb1\x93\x77\xc9\xfc\x7e\xa6\x56\ -\x28\x42\x2d\xbc\x13\x50\x2f\x34\x8a\x40\x20\x03\x16\xca\x8a\x59\ -\x8a\x44\x1d\x95\x44\xa5\x92\xfa\xbc\x0c\x3d\x2b\x5a\x8b\xd2\x90\ -\x42\x3b\x9c\xf2\x39\x18\x07\x5b\x5a\x2d\xee\xeb\x75\xd9\xbd\xbc\ -\xc0\x13\x93\x27\x79\xa4\x73\x94\xa9\x6a\xd9\x33\xbe\x09\x29\xbb\ -\x54\x9e\xfe\x38\xc7\x1f\xd4\x7f\xdb\x2e\xf9\xa2\xbb\x8f\x5f\x7f\ -\xfd\x10\xcb\xcc\x71\xe8\xa1\x07\x79\xe8\xd0\x21\xc6\xc7\xc7\x01\ -\xe8\xf5\x7a\x1c\x39\x72\x84\x8f\x3f\x78\x85\x03\x7b\x8e\x70\xdf\ -\x9e\x37\x99\x30\xd7\xa0\xeb\x86\xa5\xff\x37\x49\xf6\x8d\x40\xa1\ -\xf1\x7b\x94\xcd\x1f\xbd\xf7\x81\xf1\x47\xc5\xfa\x67\xaa\xbf\x84\ -\xfb\x06\xe7\xac\x2b\x5a\x5c\xdd\x79\x3f\x8b\xdb\xef\xe7\xa3\x8b\ -\x97\xf8\x2f\xef\xbc\xc5\xe2\xea\x65\x28\xeb\x44\x7b\x02\x00\x12\ -\xdb\x81\x07\x80\x24\x8c\xa4\x8e\x32\xbe\x4a\x53\x94\xfa\x35\xc5\ -\x64\x14\xb2\xa1\x91\x85\x21\x6e\x61\x2d\xc2\x25\x04\xa9\x45\x75\ -\x5d\xfb\x1d\x62\x44\x9f\x4d\xdf\x15\x89\xa5\xcd\x5d\x84\xae\xa4\ -\x6e\xaa\x32\x91\x74\x4d\x2a\xc7\x11\xde\x2d\xf5\x6b\x6a\x29\x1b\ -\x7c\x97\x7b\xe5\xdd\x8c\xd4\x00\xa4\x92\xcd\x2d\xc2\x94\xf4\x8c\ -\x8d\x22\x21\x9c\xa8\x5d\x11\x0c\x92\x09\xe0\x1f\x6b\x52\x10\x01\ -\x9d\x2b\xa2\x47\x3c\xbe\x4a\x28\x89\x7c\xe0\x62\xb9\x26\x95\x2b\ -\x03\xe9\x4c\xa8\x73\xd0\x2c\x8a\x30\xfd\x68\x64\x80\x15\x08\x28\ -\xe9\x03\x65\x1c\x43\x37\xa4\xfa\xa9\x3a\xd0\x4c\xfa\x09\x32\xfd\ -\x28\xb3\x33\xb1\xc3\x22\xfa\x66\x98\xec\x03\xa5\xac\xc1\x94\x05\ -\x5b\xab\x82\x03\xdd\x15\xf6\xaf\x9c\xe3\xc9\x99\x33\x3c\x3c\xf6\ -\x19\x53\xc5\x72\x63\x41\x8f\xdf\x94\x93\xca\x45\x47\x9f\xfc\x77\ -\xad\x92\x73\x76\x1f\xaf\x5c\x78\x86\xf3\xab\x5b\x79\xe8\xe1\xfb\ -\x79\xf0\xc1\x07\x23\xf3\xf7\xfb\x7d\xde\x7d\xf7\x5d\xde\x3a\xf2\ -\x32\x77\xdc\xf8\x09\x07\xf7\xbd\xc3\xb4\xb9\x3a\xcc\xfc\xa3\x98\ -\x7d\x14\x73\x6f\x74\xaf\xfa\xe4\xbb\xfa\x34\x87\x74\xd4\x7a\x7f\ -\xdf\xcf\x3a\xc9\x47\x1d\xf6\xf4\xb3\xb2\xcc\xd7\x14\xac\x6f\xba\ -\x99\x4b\x37\x3d\xcb\xa9\x6e\xcd\x2f\x3f\xf9\x90\xaf\xaf\x5e\xf0\ -\xfb\x4f\x44\x60\xae\xc1\xf4\x1a\x95\xaf\x73\x4d\x54\x9b\x5f\x16\ -\x62\xe0\x4f\x63\x95\x5e\x86\x00\x11\x08\xc2\x73\x91\x51\x21\x69\ -\x2f\x45\x48\x1c\x14\xe8\x53\xa4\xbf\xf6\x25\x68\x9a\xd1\xf2\x28\ -\xce\x32\x28\xed\x31\x7b\xaf\xd6\x48\xe5\x1d\x35\xd1\x71\x39\x4a\ -\xa9\xd7\x60\xa0\x4c\x80\xfc\xb6\xa4\xdd\x56\xb9\xa8\x6f\xca\x7b\ -\x97\x9f\x6b\x5e\x8e\x21\xae\x49\x8f\x8c\xb1\x00\x31\xdc\xb2\x50\ -\x65\x0b\xa5\x14\xf1\xba\x33\x03\x4c\x5c\xb4\xa0\x18\xbf\xa9\x8a\ -\x88\xda\x15\x09\x53\xee\x37\xf9\xb8\x4b\x1d\x8c\xc3\x48\x8c\x82\ -\x4e\xef\x1d\xdb\x61\x54\x07\x17\x8a\x48\x48\x75\x89\xd5\x08\xef\ -\x88\xd3\x39\xa2\xda\xb9\x58\x86\xa7\x11\x69\x6f\x91\xca\x57\x40\ -\x22\x4a\xc1\xa6\xb2\xe2\x81\x7a\x95\xef\xac\x9c\xe1\xb1\xa9\x53\ -\x3c\xdc\x39\xce\x74\xb1\x9c\x02\x7c\xe2\x8e\xbc\x76\xc8\xd9\x47\ -\x07\x5c\xdb\x70\x76\xb0\x8b\x5f\x7c\xf1\x08\x0b\xbd\x9d\x3c\x70\ -\xe8\x41\x1e\x79\xf4\x51\x26\x27\x27\x01\x18\x0c\x06\x7c\xf8\xe1\ -\x87\xbc\xfa\x87\xdf\x70\xe7\xae\xb7\x38\xb4\xff\x0d\xa6\xab\x45\ -\xcf\xfc\x4d\xd5\x5f\x33\xfa\xf5\x34\x80\xeb\x01\x42\x90\xe0\x49\ -\xc2\xa7\xfe\xd5\xaa\x3f\x30\xac\xfa\x2b\xe7\x9f\xb5\xde\xf1\xa7\ -\x55\xff\xfe\xd4\x76\x2e\xdc\xe4\xb3\xfa\xbe\x70\xf4\x23\x8e\x9c\ -\xfa\x82\x9a\x3e\x69\xa1\x59\x52\xf3\x13\xbd\x88\xf6\xa7\xa5\xae\ -\x42\xb5\xc6\x5a\x8b\x3c\x42\x2f\x9c\x37\xf9\x29\x45\x0c\x89\x46\ -\x62\xc0\x9b\x36\x1f\xac\x32\x19\xb5\xc0\x70\x24\x7a\x20\xd1\x8e\ -\x09\xe5\xca\xba\x04\xd4\x2b\x80\x6c\x85\xa0\xc1\x97\x29\x4e\xed\ -\xe6\x3e\x04\x23\x8e\x5c\xe9\x1f\xbe\xb7\x4a\x9d\xa3\x8f\x46\x45\ -\x9c\xc3\x0d\x3d\x2c\xc8\xd6\xa4\x16\x91\x9a\x36\x3e\x1b\x55\x96\ -\xe6\x02\x1d\x63\x12\x82\xc7\x8d\x2e\x8b\xd4\xcf\x4e\x12\x80\x8a\ -\xb1\x13\x28\x2f\xda\x4e\x0a\x60\xb2\x29\x3c\xcf\xa0\x3e\xa4\x56\ -\x9a\xd9\xb0\xe7\x82\x94\x48\xfe\x04\xc8\xa6\x4b\x74\x0c\x80\x33\ -\x89\x68\xa2\xd4\x91\xf6\x13\xe3\x12\x9c\xcc\x38\x04\x9b\xd2\xe8\ -\x05\x21\x01\xdc\x36\xb7\x4b\x1e\xb0\xab\xec\x5a\x3a\xc5\x53\x73\ -\x27\x79\x78\xec\xb8\x97\xfc\x65\xed\xb7\xe4\x2e\x5d\x58\xd0\xd3\ -\x60\x7e\xd1\x00\x5a\x86\xcb\x6c\xe7\x57\x27\x0e\x71\xf2\xda\x8d\ -\x1c\x38\x78\x0f\x8f\x3e\xfa\x28\xb3\x33\x33\x00\xd4\x75\xcd\xf1\ -\xe3\xc7\xf9\xc3\xcb\xbf\xe1\x96\x1b\xde\xe4\xf0\x6d\xaf\x31\x5d\ -\x34\x98\xff\x7a\x8e\x3f\x6d\x09\x5d\x4f\xf5\xcf\x34\x85\xc4\xc4\ -\x7e\x14\xc4\x07\x90\x54\x7f\xcd\x70\x79\x4e\xff\xf0\x9c\x35\x6a\ -\x99\xaf\xef\x33\x5b\x8d\x71\x69\xf7\xf7\xb8\x30\x7b\x13\x2f\x7f\ -\xf9\x05\xbf\x3d\xf6\x21\x6b\x83\x55\xd2\x92\x6a\x1d\x6c\xe6\x74\ -\x85\xc8\x01\x5c\x8d\x79\x76\x59\x49\x60\x14\x8d\x45\xa6\x53\x5a\ -\x43\xce\x95\xfe\xfe\xe8\x93\x52\x5a\x84\x68\xc5\x31\x88\xc7\x66\ -\x82\x42\x89\xf7\x50\x7c\x28\x57\xc2\xdb\x33\x5f\x91\x06\x28\xc5\ -\xc4\x31\xaf\xa5\xc9\xcf\x5f\xf7\x18\x7d\xfd\x3a\x7b\x03\xba\x11\ -\xe7\x48\x20\x2b\x95\x16\xb5\x44\x24\xbe\x25\x0d\x86\xd8\x2b\xb5\ -\x09\xd3\x72\x7a\x8b\x6d\x41\x46\x71\xdc\xb8\xf0\x88\x10\x87\xa2\ -\x34\x13\xb2\x05\x11\xca\xd7\x2a\x76\x34\x07\x34\xca\x42\xa2\x64\ -\x25\x0d\x74\x1f\x18\xe7\x17\x2b\x0d\x45\xfa\x49\x67\x85\x4e\x97\ -\xba\x84\xba\xb9\xb2\xc1\x29\x02\x00\x4e\xc0\x4c\x76\x8d\x2d\x7c\ -\x80\x51\xa8\x9f\x01\xe6\x5a\x25\x07\xdd\x0a\x7b\xaf\x9d\xe4\x27\ -\x9b\x4f\x70\xa0\x7d\x22\xa8\xfd\x8d\x4d\x3a\x5a\xa3\x25\x3f\x6d\ -\xc3\x65\xb6\xf0\x4f\xc7\x1f\xe6\xf8\xa5\x3d\x3c\xf8\xd0\x21\x9e\ -\x7c\xf2\x49\xe6\x66\x67\x7d\x4b\xad\xe5\xc4\x89\x13\xfc\xee\x77\ -\xbf\x62\xcb\xf4\x7b\x3c\x72\xfb\x1f\x99\x6e\x2d\x62\xba\xd6\x33\ -\xbf\x00\xc0\x08\xcc\xce\x3e\xa3\x18\x7f\x14\x60\x28\x26\xd6\x63\ -\x11\x7f\x83\xb2\xf7\xa5\x2b\x1b\x60\x11\xae\xc7\x3d\xfd\x82\xea\ -\xef\x8a\x92\x4b\xdb\x0e\x70\x7e\xe7\x21\x3e\xb8\xbc\xc8\x0b\xc7\ -\x3f\x60\x71\xfd\x0a\xae\xb4\x41\xb8\x64\xb6\x47\x62\xd8\x6c\x0c\ -\xf5\xa1\x98\x30\x4a\xfe\xa0\xae\x47\xa0\x56\x34\xdf\x7c\x5c\x07\ -\xf1\x38\x12\x73\x6a\xc9\xdd\x8c\xdf\x1f\x52\xbb\x4d\xae\xa2\xc7\ -\x72\x74\x7d\xa4\x1a\x22\xdc\x4a\x25\x70\x0c\x69\xaa\xbb\x60\xc4\ -\x4b\x86\xd8\x36\x6b\xcb\x08\x0c\x18\xb1\x3b\xf0\x28\xe9\x2f\x27\ -\x46\x80\x82\x0c\x86\x78\x35\x95\x7d\xee\x2c\x7e\x4d\x74\xdd\x0a\ -\xb9\xf6\x65\x0f\x00\xa7\x96\xd2\xe6\x1f\x6f\x4f\x6f\x44\x8d\x51\ -\xdf\x0c\x4e\x10\x7d\x8f\x74\xb0\x50\xa4\x67\x62\x67\x6c\xc3\x47\ -\xe2\xd1\x39\x26\x30\x95\x8e\x56\xc9\x1b\xb3\x7e\x68\xb6\x5d\x80\ -\xc2\x40\x96\xec\x44\xee\x8b\x73\xb1\xa9\x5e\x85\x29\x98\xad\x4a\ -\xee\x63\x95\xdd\x57\xbe\xe2\x27\x5b\xbe\xe0\x60\xe7\x73\xc6\xcc\ -\x5a\xce\xfc\x65\x3d\xd2\xd3\x2f\x8e\xbf\xa5\x72\x96\x5f\x7d\xfe\ -\x28\x1f\x9d\xff\x0e\xdf\x7b\xfc\x29\x0e\x1f\x3e\xcc\xfc\xfc\x3c\ -\xe0\xd5\xfe\xaf\xbf\xfe\x9a\xdf\xfd\xf6\x9f\x99\xed\x1c\xe1\xe9\ -\x03\x2f\x32\x3f\x76\xde\x2f\xee\xd1\xcc\x5f\x33\xd4\xe7\x1b\x32\ -\xf8\x37\x30\xbe\xff\xad\x55\x7d\xe9\x86\xa4\xfa\x27\x32\xd2\x00\ -\xa1\x68\xc4\x81\x15\xbb\x5f\xe6\xfc\x8d\x61\x6d\xd3\xcd\x2c\xde\ -\xfc\x03\x4e\x0d\xe0\x9f\x8f\x7d\xc0\x89\x4b\xe7\x70\x0c\x86\x2b\ -\x1f\xa5\x60\x10\x02\xda\xa1\x17\xc7\x2e\xd5\x2b\x33\x07\x75\x88\ -\xee\x10\x6d\x2b\xae\xd1\xd3\x7a\xd9\x6d\xfa\x5d\x0d\xe6\x8f\xb7\ -\x98\xfc\x76\xfd\xfc\xa8\xdf\x51\x33\x90\xbe\x0d\x02\x45\xc2\xdd\ -\xa3\xcf\xab\x11\x6c\xf6\x2f\x3c\xaa\x24\x29\xd3\xe1\x86\xbe\x09\ -\xc5\x43\x4c\x50\xd5\x94\xd2\x43\x92\xc4\x60\xea\x0a\x53\xb7\xa1\ -\xdf\xc6\x08\x00\xb8\xc2\x77\x8a\x75\x49\x35\xca\x80\xc3\x91\xf2\ -\xfe\x8b\x8d\x25\x9b\x39\x04\x8a\x71\xcd\xfa\xa9\xdf\x5a\x12\x84\ -\x99\x07\xd9\xd0\x31\x0e\x52\x21\x73\xc4\x22\xfd\x8b\x84\xac\x31\ -\x41\x89\x12\x6f\x0a\x9c\x64\x55\x22\xd6\x85\x5b\x15\xf1\x04\xd5\ -\xcf\xb8\x22\x74\xab\x4f\xc6\xb8\xa9\x55\x72\x8f\x5d\x67\xff\x95\ -\x53\x3c\xbf\xe9\x04\xf7\x75\x8e\x33\x6e\xd6\x62\xd2\xce\xe8\xe9\ -\x17\x67\x9f\x78\xfa\xc5\xe1\xd7\x31\x5c\x2b\x66\xf8\xcd\x89\x83\ -\xbc\x7b\x7a\x37\x87\x1f\x7d\x82\xc7\x1f\x7f\x9c\xe9\xe9\x69\xc0\ -\xab\xfd\xe7\x16\x16\x78\xe1\x85\x5f\xd3\xe2\x4f\x3c\x73\xff\xab\ -\x6c\x9f\x58\x18\xcd\xfc\xff\x12\x66\x1f\xa5\x0d\x08\x16\x2b\x01\ -\x18\x19\x3f\x1b\x83\xa4\xfa\x66\x90\xea\x20\xdf\xd0\x33\x25\xf9\ -\xe8\x8e\x6d\xe2\xeb\x3d\x4f\x73\xa6\x9a\xe5\xe7\x1f\xbd\xc9\x91\ -\xd3\xc7\x7d\x56\x5f\x19\x3f\x2d\x08\x32\x7a\x34\xea\xbc\x69\x80\ -\x80\x32\xe3\x5c\x83\x29\x75\xac\x47\x06\x20\x1a\x60\xd4\xfd\xea\ -\xb5\xfe\x9c\x08\x02\xa9\xdf\x88\x63\x43\xe6\x57\x00\x26\x65\x08\ -\xbb\x09\x1d\x99\xca\x6b\x01\x11\x38\xcb\xd4\xd6\xa1\xe3\xcf\x03\ -\x85\x11\x9b\x83\xfa\x2f\xc2\x3f\xba\x8f\xb5\x56\x10\x7f\x6b\x8f\ -\x7d\xd8\x57\xcf\x59\x03\x83\x02\x5c\x1b\x06\xe3\x30\xe8\x84\x58\ -\xeb\x0a\x5c\x45\xcc\x18\x6c\x1c\x7e\x85\x5f\x98\xb7\x8f\xe6\x83\ -\xf5\x20\xe1\x84\xf1\x0b\x25\x55\x1d\x69\xe7\x53\x55\x2f\x3d\x3f\ -\x1f\x19\x57\x9c\x30\xe1\xd9\xe8\xa4\x19\xa8\xe4\x22\xfe\x59\x63\ -\xac\x57\xdf\x5d\xd3\xb6\x72\x0a\x9c\x82\x04\xa1\x84\xd2\x06\xf3\ -\x4f\x6b\x01\xea\x7d\xc6\xa7\x13\x99\xaf\x2a\x6e\xef\xaf\x72\xd3\ -\xb5\x33\xfc\x68\xfe\x0b\x0e\x8f\x1f\x63\xac\x58\x6f\x48\x7e\x9b\ -\xc7\xf4\x6b\xc9\x3f\x66\x58\x69\x4d\xf1\xca\x57\xf7\xf3\xd6\xc9\ -\x3b\xb8\xf7\xfe\x47\x78\xec\xb1\xc7\x98\x9a\x9a\x0a\x43\xe1\x38\ -\x7f\xe1\x22\xff\xfc\x9b\x5f\xd3\x5d\x7e\x8b\x1f\x3d\xf2\x0a\xdb\ -\xa7\xc2\x9a\xfe\x3e\xd0\x63\x34\x00\xfc\x39\xcc\x3e\xea\xbe\xc0\ -\xc0\x42\xbc\xc3\x89\x3e\x1a\xc3\x13\xc6\x28\xae\x0e\x0c\x17\xea\ -\xb8\x9d\x77\xb0\xfb\x3b\xd3\x5c\xfe\xce\xd3\x5c\x99\xbf\x85\x97\ -\xbf\x3e\xc6\x1b\x5f\x7f\xca\x5a\x7f\x2d\xf4\x6b\xc3\xcf\x14\x83\ -\x64\x04\x80\x83\x29\xa9\xa3\xea\x74\x25\x80\x4c\x63\x68\xaa\xec\ -\x4d\x5d\x79\x94\x0a\xaf\x99\x36\x06\xe6\x08\x5d\xd9\x46\x99\x0a\ -\x10\xa2\x63\x71\x24\x82\x84\x7f\xd2\x0e\x93\xfa\x59\xaf\x37\x88\ -\x82\xb6\xe9\xfc\x1b\xa1\xdb\x67\x6d\x6e\xb6\x23\xfd\xbf\x4e\x24\ -\x60\xfe\xb4\x73\xcd\x6d\x86\x7d\x0d\x5d\x44\x63\xe3\x99\xbf\x0e\ -\x19\x55\x5c\x0b\x53\x8f\x41\x7f\x0c\x6c\x3b\xed\xba\xeb\x64\xea\ -\x45\x9c\x1d\x2e\x31\x9d\x03\xa1\x32\x0f\x82\x86\x64\xef\x29\x00\ -\x10\xad\x25\x48\xd9\x21\x54\x6f\xd4\xd1\xb7\x37\x0c\x92\xde\x5b\ -\x20\xa6\x0a\xf7\x85\xf9\x64\x23\x7d\x7c\xca\x70\xed\xcd\x77\xa9\ -\x28\xa7\x07\x47\x95\x1f\xdf\xe3\x63\x23\x0c\x8e\x59\xd3\xe6\x56\ -\x5b\xb3\xf7\xca\x19\x7e\xb8\xe9\x73\x0e\x4f\x1c\x0f\x6a\xbf\x0e\ -\xf0\x71\x29\x7b\x4f\x74\xf4\x85\xef\x63\xb0\xdc\x9e\xe1\xf5\xd3\ -\xf7\xf2\xda\xf1\xdb\xb9\xfb\xc0\x61\x7e\xf0\xfc\xf3\xcc\xcd\xcd\ -\x21\x69\xda\xcf\x2d\x2c\xf0\xf2\xef\x5f\x62\xe9\xc2\x5b\xfc\xe5\ -\x63\xaf\xb3\x67\xf3\x57\x89\xf9\xbf\x8d\xea\x3f\xea\xf7\x37\x01\ -\x84\xe6\x43\xa7\x7b\x61\x83\x05\x3e\x02\x12\xda\xf9\xe7\x86\xbd\ -\xfe\xae\x6c\x71\x65\xe7\x03\x2c\xec\x38\xc4\x9f\x2e\x9e\xe1\x97\ -\x47\xdf\xe6\xf2\xfa\xb5\x9c\xf1\x75\x9f\xc7\xd5\x71\xe1\x5c\x9c\ -\x27\xf7\xc1\x67\x39\x08\xc8\x3d\x01\xd0\x47\x31\xaa\x06\x07\x4d\ -\x37\x72\x3e\xf3\xe2\x87\xf7\x8b\x23\x50\x4c\xca\xc2\x29\x81\x3e\ -\x42\x4a\x47\x32\x2e\xd4\x89\xf4\x2f\xb5\x4b\xee\x95\xf7\x96\xe9\ -\xe1\x08\x00\xb6\xf1\xa0\x6a\xea\xb7\x3c\x46\x2e\x06\xca\x7e\x45\ -\x42\x37\xf9\x45\x8b\x67\x4e\xad\x01\x84\x55\x78\xf4\x5b\xbe\x63\ -\x06\x1d\xcc\xa0\x13\xd4\xeb\x96\x5f\x9d\x27\x6b\xb0\x25\x02\x4a\ -\x76\x11\x72\xfa\xed\x4e\x35\x30\x50\x9d\x2b\x94\xaa\xa6\x06\x36\ -\x63\x48\x1a\x1d\x62\xf3\xef\x46\x6c\x7e\x51\x07\x25\x06\x1b\x2f\ -\xb1\x0b\x49\x54\xea\x54\xe7\x93\x4b\x14\x6d\xf6\x64\xd3\x4c\xe9\ -\xf5\xc6\xd4\xcc\x55\x2d\xee\xea\xd7\xec\xb9\xb8\xc0\x73\x73\x27\ -\x79\x78\xf2\xf3\x61\xb5\xbf\xb2\x7e\x04\x1a\x73\xfc\xb4\x81\x71\ -\x58\xe9\x8c\xf3\xe1\x85\x9b\x78\xe9\xa3\x5b\xb9\xed\xce\x87\x79\ -\xee\xf9\xe7\xa3\xcd\xef\x9c\xe3\xe2\xe2\x22\xaf\xbe\xfa\x2a\xa7\ -\xbe\x7c\x8d\xe7\x0f\xff\x81\x9b\xb6\x7d\x4a\x31\xa8\x73\xe6\xef\ -\x93\x98\xff\x7a\x0c\xde\x70\xb3\x5c\x57\x1b\x70\x0d\xe6\x6e\x00\ -\x70\x92\xf2\x49\x3b\xd0\x5a\x43\x52\xfd\xab\xe4\xf5\x37\x05\xab\ -\x9b\x6f\xe5\xdc\xae\xc7\x39\xde\x5d\xe7\xe7\xc7\xfe\xc4\xd9\xe5\ -\x8b\x89\x91\xe3\x18\x28\xa9\x2a\xbf\xc1\x03\x6f\x63\x47\xe9\x8c\ -\x9c\x34\x7d\x89\x43\x2d\x0a\x05\x4b\x4c\x3a\x93\x49\x48\x97\xee\ -\x8d\x74\x10\xe8\xc2\xe8\xf2\xa4\x8c\x86\x66\x9a\x69\x15\xa9\xc8\ -\x78\x2e\x9b\x19\x50\x00\xa5\xdf\x91\x4d\x4f\xa3\xc0\x08\x86\x57\ -\xfb\x85\xb2\x1b\x8a\x4c\x66\x0d\x35\x8e\x2c\x12\x30\xb7\xef\xd5\ -\x95\x8c\xf0\x43\x99\xa1\x03\x8c\xbe\x66\x8d\x5f\x86\x5b\x74\xc0\ -\x18\xcc\x60\xcc\xab\xff\xae\xc2\xb8\xb0\xd4\x52\x32\xb5\xa0\xd4\ -\x98\x66\x90\x84\x1e\xec\xf8\xdf\xa6\x41\x88\x20\x10\x34\x04\x09\ -\xa4\xd0\x1d\x1b\x9d\x3b\x72\x08\x05\xa3\x1c\x41\x41\x8d\x8b\x28\ -\xef\x88\x39\xfc\x74\x8e\x3f\x23\xf1\x0d\x1a\x10\x63\xb7\x11\x01\ -\x23\x54\x6f\xa6\x6c\x73\x57\xd7\xb2\x7b\xf1\x02\x7f\xb1\xe9\x6b\ -\x9e\x99\xf9\x8c\x49\xb3\x32\xec\xec\x1b\x35\xcd\xd7\x06\x26\xa1\ -\x3b\x31\xc1\x5b\xa7\xef\xe4\xd7\x6f\xdd\xc9\x8d\x7b\x0f\xf0\xdc\ -\x73\xcf\xb1\x69\xd3\xa6\xf8\xda\xa5\xa5\x25\x5e\x7b\xf5\x15\xbe\ -\x38\xf6\x47\x1e\xbf\xef\x1d\x6e\xdb\xf5\x19\xa5\xed\x8f\x66\xfe\ -\xe6\x3a\xff\x6f\x62\xf0\x6f\xad\xfa\x93\x39\xff\x86\x97\xf8\xaa\ -\x21\x8c\x8c\xef\xc7\xc7\x86\x2d\xbd\xbc\xea\x5f\xd0\x9d\xd8\xc2\ -\xb9\x7d\xcf\x72\xa6\x9a\xe2\x6f\x3e\xfa\x3d\x9f\x2f\x9e\xa6\xb6\ -\x03\x35\x86\x1a\x6c\x35\x23\x7b\x5a\x70\xe8\xe9\x40\x3d\x36\x9a\ -\xb0\x46\x1c\x85\x23\x3a\xb0\x9b\x49\xf4\xe2\xb8\x36\x04\xa0\xd4\ -\x49\xc2\x72\x47\xc6\xff\x6b\x26\x15\x81\xa2\xaf\x99\xe1\xef\x7a\ -\xa6\x5a\xde\x5b\x18\xef\x2f\x6b\x02\x89\x49\xcf\xc9\x82\x3f\x13\ -\x32\x01\x19\x13\x92\xdb\x36\xda\x3c\x7c\x66\xc3\x48\x40\x0d\x04\ -\xf2\x3b\xa6\xc7\xc4\x14\xc6\x67\xea\x06\x30\xd6\x27\xb5\x08\x1e\ -\x58\x23\x8e\xbe\xa2\x80\xba\x03\x75\x1b\xe3\x4a\xe2\x92\x5e\xed\ -\x31\x17\x49\x2c\x76\x74\x56\x07\xbd\x85\x98\x52\x75\x34\x08\x34\ -\xeb\x1c\x88\x4b\x98\x56\x79\xa7\xc2\x6f\x4b\x8a\x37\x30\xe9\x19\ -\x39\x6c\x48\xf2\xe0\x4c\xba\x2f\x02\x8e\xd8\x97\xaa\x8b\xa2\xc3\ -\x28\xf5\xd9\x54\xd1\xe2\xae\x3e\xec\x5a\xbc\xc0\xf7\x67\x4e\xf1\ -\xcc\xcc\x27\xa3\x99\x7f\x14\xe3\x07\xe6\x1f\x4c\xb7\xf9\xf0\xc2\ -\x6d\xbc\xf4\xc1\x5d\x6c\xbb\xe1\x00\x3f\xfd\xe9\x5f\xb3\x7d\xfb\ -\xf6\x98\xa6\x7d\x79\x79\x99\x37\xde\x78\x9d\xcf\x3e\x79\x95\xfb\ -\x6e\x7f\x93\x7b\x6f\x79\x87\xb6\xe9\xa6\x39\xfe\x51\xaa\xff\x9f\ -\x63\xf7\x5f\x07\x20\xe2\x34\x5e\x04\x02\xdf\x0f\x79\x62\x0f\xbd\ -\xec\x37\x57\xfd\x21\xa9\xfe\x3e\xc3\x4f\x41\xdd\x99\xe2\xc2\x77\ -\x9e\xe5\xfc\xf4\x1e\x7e\x79\xe2\x6d\x8e\x9c\xf9\x94\xbe\xeb\xa9\ -\x95\x70\x1a\x78\xb5\x20\xd2\xff\x55\xec\x7d\xa8\x53\x64\xa2\xcc\ -\x61\x16\x98\x49\x04\x8d\x04\x77\x89\x39\x68\x85\xd6\x14\xe3\xea\ -\xe7\xb2\xaf\x4e\x95\x23\xf7\xe9\x7b\x9a\x9a\xad\x5c\x57\x52\x5c\ -\x00\x20\x6a\x0b\x42\x63\x4e\xfd\x36\xc3\xa0\x17\x8e\xa2\x28\x28\ -\x4d\x49\x11\x43\x11\xd2\xbd\xbe\x48\x93\xbf\x53\xd7\x91\x00\x00\ -\x91\xcf\x55\x5d\xc5\xe6\x97\x25\x94\x3e\xaf\x5f\x78\x61\x51\x30\ -\x56\x15\x8c\x17\x96\x16\xd0\xb3\xd6\xcf\xcf\x1a\xbf\x03\x2f\xb6\ -\x83\x57\xf5\x03\xf3\x47\xfb\x85\x11\x1d\x65\x82\x66\x20\xa7\x5d\ -\xd8\xc8\xa1\x8e\x97\x8d\x4e\xf0\x68\xf0\x8c\x2c\x9d\xe4\x0a\xff\ -\xdb\x41\x8a\x3a\x94\x7b\x54\xa3\x6c\x40\xd3\x8c\xf9\x43\xa7\xc8\ -\x8a\x33\xd3\x18\x70\x13\x7c\x1c\x02\x1e\xe2\x81\x76\x10\x13\x83\ -\x96\x49\xe5\x9c\x2a\x4b\x6e\x5e\xb7\xec\xbb\xbc\xc0\xe1\xc9\x73\ -\x3c\x3b\x7b\x94\xc9\x62\xc5\x27\xef\x1c\x91\xa7\x3f\x03\x80\x0e\ -\x30\x05\xf5\x74\xc9\xd1\x2b\x7b\xf9\xed\xbb\xb7\x33\x3e\x7d\x3b\ -\x7f\xfd\xd7\x3f\x63\xe7\xce\x9d\x91\xf9\xbb\xdd\x2e\xef\xbe\xfb\ -\x2e\x1f\xbc\xf7\x7b\xee\xbd\xe5\x3d\x1e\xbd\xfb\x08\x63\xe5\x0a\ -\x74\x49\xcc\x2f\xff\x9b\x5e\x7f\xcd\xd4\xd7\x73\x06\x6e\x08\x10\ -\x89\xc1\x85\x70\x87\xb2\xfa\x36\xbc\xfe\xd9\x82\x20\xd2\x96\x5e\ -\x83\xa0\xfa\xdb\xa2\xc5\xa5\x1d\xf7\x73\x6e\xeb\xbd\xbc\x76\xf1\ -\x04\xbf\x39\x71\x84\xf5\x7a\x35\x04\xe8\x84\x87\x2d\x11\x88\x9d\ -\x98\x7f\x7a\x36\x68\x28\xee\x58\x9d\xd3\x52\x97\x00\xec\x9a\x19\ -\x64\x7d\x87\xde\x9c\x46\x33\x6d\x06\x00\xaa\xac\xe6\xd4\xa1\x33\ -\x78\x27\x72\x38\x6f\x60\x28\xe6\x25\x4e\x43\x36\x22\x4d\xe3\x76\ -\x45\xba\x5e\x49\xf0\xe6\xef\x21\x98\xcd\x50\x18\xc7\xcc\xf4\x38\ -\xdb\x36\xcd\x31\x39\x3e\x8e\x31\x2b\x11\x48\xb4\x96\x16\xb1\x05\ -\x90\xb5\x00\x22\x87\x1b\xb3\x00\x41\xc6\x6b\xd5\xdb\x81\x98\x06\ -\x06\x43\x61\x0c\x55\x59\x32\x56\x15\x4c\x54\x25\x55\x3d\xc0\x10\ -\x18\xc5\x85\xd8\x68\x07\xd9\xa6\x08\xb1\x31\x12\x4d\xa7\xd1\xa8\ -\x50\x08\x48\xd8\x22\xcc\x25\xad\xc0\x80\x33\x85\x07\x12\xa5\xf6\ -\x38\x6c\x50\x73\x9a\x8e\x10\xe9\xdc\xba\xf1\x2e\x3f\x75\x97\x39\ -\x0b\x1d\x64\xbb\xb6\xc4\xac\x2d\x0a\x08\xf4\x14\x91\xf4\x51\x60\ -\x0a\x83\x2c\xf0\x81\x4e\x51\x70\x9b\x6d\x73\xdb\xd5\x4b\x3c\x32\ -\x79\x91\xbf\x9c\xff\x94\xb9\x6a\x29\x67\xfe\x0d\x3d\xfd\xc0\x34\ -\xd8\xd9\x8a\x2f\x96\xf6\xf0\xeb\xb7\x0e\xe0\xaa\xef\xf2\xe3\xbf\ -\xfa\x31\x37\xdc\x70\x43\x64\xfe\x7e\xbf\xcf\x07\x1f\x7c\xc0\x1b\ -\xaf\xff\x9a\x1b\xb6\x7e\xc6\xc3\xf7\xbc\xcd\x44\x7b\xc5\x7b\xfa\ -\x07\x24\x8f\xff\x46\xd2\x7f\x23\x33\xe0\xdb\x00\x44\x14\xc2\xc2\ -\xf8\x24\x6f\x7e\x26\xf1\x13\xff\xc4\xf4\xde\x51\x70\x1b\xbf\xd2\ -\xaf\x2e\xb1\x75\x81\x2d\xda\xac\x6c\xb9\x9d\xb3\x37\x3e\xc6\x47\ -\xcb\x97\xf8\x9b\x4f\x5f\xe1\xf2\xea\x32\x59\xfa\x74\x3d\x56\x51\ -\xcb\x93\x7a\xe8\xef\x51\x72\xa9\xf3\x34\xee\x69\x32\xbf\xd2\x04\ -\x84\x49\x75\xc0\x8f\x1c\x9a\xd9\x35\xad\x2a\xfe\x4e\xff\x83\x5f\ -\x29\xf3\x27\x28\x01\x15\x01\xa0\x69\xa2\x4a\xd9\x1a\x34\xa4\x50\ -\x11\x96\xaa\x8e\x3e\xc8\x86\xa9\xf1\x36\x73\x53\x13\x8c\xb5\x4a\ -\x8a\x3a\x24\xd1\x93\x62\x44\x78\x8e\x5c\x0d\xe8\x7f\x57\x09\xa6\ -\x35\xf3\xab\xbe\x0e\x86\x9c\x0b\x9e\xd3\xa2\x30\x94\xa5\xa1\x53\ -\x95\x94\x84\x8a\x34\xd1\x36\x86\xfd\x06\x4f\x7f\x36\xad\x66\xf2\ -\x86\xb9\x70\x4e\x3c\xb3\xce\x91\x65\x14\x32\x80\xe9\xe3\x0a\xeb\ -\xb5\x8b\xb0\xb5\xb7\x6c\xa7\x9c\x86\x49\x2a\xa0\x16\x61\x38\x47\ -\x9a\x61\x10\x20\x12\x29\xa0\x1f\x0b\xa5\xd4\xa5\x5a\x0f\xae\x40\ -\x50\x83\xb0\x7c\x8f\xe3\x64\x68\x9b\x8a\x9b\x6c\xc1\x9e\xf3\x97\ -\x38\x38\x7e\x9a\xbf\xd8\x7c\x8c\xcd\xc5\x55\x15\xd3\xef\x86\xa7\ -\xf9\x44\xf2\x8f\x01\x33\xe0\x66\x0d\x0b\xbd\x9d\xbc\x70\xe4\x10\ -\x7d\xee\xe6\x47\x3f\xfa\x31\xb7\xdc\x72\x0b\x65\xe9\xe3\x12\xfa\ -\x83\x01\x1f\x7f\xfa\x29\xaf\xbf\xf6\x02\xfb\xb6\xbf\xcb\x53\x0f\ -\xbe\xc6\xcc\xf8\xa5\x61\x9b\x5f\x3e\x7f\x0e\xb3\x37\xaf\x35\x9d\ -\xee\x0d\xd5\x3f\x75\x44\x3a\x9f\x24\xbe\x48\x7f\x21\x5a\x10\x4d\ -\xc1\x4a\xb8\xef\xa0\xc2\x51\xb2\x32\xb5\x93\xaf\x77\x3f\xc3\xa9\ -\x72\x9c\x7f\x38\xfa\x22\xa7\x97\x2e\x92\x96\xed\x0a\x5d\x48\xdf\ -\x7b\xf0\x36\x59\x9d\xd4\xf8\xc5\x20\xa0\x24\xb8\xd2\x2a\x52\xb9\ -\x47\x04\x90\xd4\xd7\x85\x24\x1a\xe1\xa6\x6c\xda\x4e\xda\x68\xd2\ -\x35\xb9\x90\xf1\xad\x16\x3e\x72\x8b\xf6\x31\x39\x62\xc6\x6a\xed\ -\x7c\xce\x6d\xc9\xf4\x2e\xd1\x0e\x64\x5a\x79\x24\xed\xd9\xb8\xdc\ -\xb8\xd5\x2a\x18\xab\x4a\xdf\xe3\x2e\x84\x5e\x39\x47\xda\xdd\xdb\ -\xbf\x2b\xf7\x17\xfa\x1f\x05\xb2\x2f\x80\xb4\x2b\xf4\x68\x9c\xf2\ -\x53\x11\x79\x5a\x83\x68\x95\x25\x45\x59\x60\x70\x29\xd3\x91\xf5\ -\x1d\x6e\x10\xe6\x0f\xff\x8d\x46\x5d\x93\x00\x41\xab\x56\x02\x6a\ -\x45\x2c\x88\x88\x90\x8e\xe0\x08\x01\x67\x42\x72\x11\x51\xf5\x0d\ -\x48\x28\x6f\xa6\x91\x19\x8b\xcf\x41\x10\xa4\xbe\x55\x53\x28\x99\ -\x04\x40\x39\xfb\x4c\xfa\x1d\xd3\x84\x89\x79\x21\x15\x0c\xf5\x31\ -\xd2\x4f\x50\x61\xd8\x6f\x2a\x6e\xbb\x78\x95\x47\x3a\x67\xf8\xd1\ -\xa6\x63\x6c\x2d\x16\xfd\xee\xbc\x92\xc0\xa3\x19\xd6\x2b\x00\x30\ -\x01\xcc\x02\x33\x86\xcb\xf5\x26\x5e\x38\x72\x80\xc5\xe5\x5b\xf8\ -\xcb\xbf\xfa\x11\x77\xdc\x71\x47\x64\x7e\x6b\x2d\xa7\xbf\x3e\xcd\ -\x9b\x6f\xbe\xca\xb6\xb9\xf7\x78\xe2\xe0\x5b\x6c\x9e\xbe\xe4\xf3\ -\x41\x8f\x62\x7e\x1d\xee\x3b\x4a\x1a\xfe\x39\xfe\x00\x1b\xc6\xcb\ -\x09\x15\x24\xb5\x5f\xef\xee\x9b\x80\x34\x4f\x03\xa6\x97\xf9\x5a\ -\x5b\xc5\x65\xbe\xbd\x89\x2d\x2c\xee\x7e\x82\xd3\xe3\x5b\xf9\xaf\ -\x9f\x1f\xe1\x9d\x33\x9f\x63\xad\x8d\x24\xe1\xff\x2b\x69\xa8\x25\ -\xbe\x0e\x17\x8f\xe7\xf4\x1a\x12\xa7\xea\x93\x71\x6b\x1a\x7b\x21\ -\x05\x1d\x37\x10\x97\xed\x2a\x07\x75\xd4\xfe\xe2\x03\xe9\x9a\xd6\ -\x62\x45\x58\x45\x81\x56\xa8\x36\x48\xfd\x15\x1f\x08\x68\xe9\xd8\ -\x81\x46\x15\xd3\xeb\x84\xd8\xe5\xbc\x1f\x1c\x53\x38\x5a\x55\x41\ -\x51\xc8\x06\x36\xde\x59\xad\x9d\xf9\x51\x01\xc0\x28\x50\x48\x47\ -\x4c\x0a\x9a\x1e\x72\xf1\x23\xdb\x81\xe3\x1c\x36\x00\x42\x51\x14\ -\x54\xad\x8a\xf1\x56\xc5\x44\x69\xa8\x24\x11\x8b\x98\x31\xd2\x57\ -\x56\x92\x25\x24\x14\xf2\x9f\x52\xe1\x81\x30\x56\x8d\x8b\x2b\xf2\ -\x74\x5a\x31\x13\x12\x83\x2a\xd4\x76\x61\xf7\x1f\x0a\x8c\xb1\x4a\ -\x5d\x14\xaa\xf3\x60\x41\xe1\xa2\xdf\x02\x5c\x90\x06\x2a\xc7\x3b\ -\x28\x89\xa0\xb4\x92\xe8\x98\x74\x29\x41\x43\xd6\xf1\xe9\x53\x18\ -\xc7\x76\x0c\xfb\x2e\x5e\xe1\x60\xb5\xc0\x5f\x6d\xff\x92\x5d\xd5\ -\x62\x52\xfb\x75\xf6\x9e\xe6\x1c\xff\x04\x30\x0f\xcc\x1a\xae\xd6\ -\xb3\xfc\xf6\xcd\x7b\x38\xbd\x78\x2f\x4f\x3f\xf3\x43\xee\xfc\xee\ -\x77\x23\xf3\x3b\xe7\xb8\x70\xf1\x02\x1f\xbc\xff\x26\xf3\x63\x7f\ -\xe2\x81\x3b\x5e\x67\xf3\xcc\x82\x6f\x6b\xd3\xe6\xbf\x5e\xb4\xdf\ -\x08\x95\xfe\x5b\xcd\x02\x44\x81\x97\x34\x00\x1d\xe9\xd7\xdc\xc9\ -\x57\xbc\xfc\x02\x04\xc2\x88\x3e\xdc\xb7\xa4\xb6\x25\xfd\x6a\x92\ -\xf3\x5b\xee\x61\x61\xf3\x9d\xbc\xbe\xf0\x25\xaf\x7c\xf5\x31\xdd\ -\xc1\x80\x48\xf1\x71\xaa\xcb\xa5\xbe\x77\x2e\x17\x2c\xce\x60\x22\ -\x9d\x92\x92\xc0\x28\xc0\x8a\x3e\x83\xc8\x64\x52\x96\xcf\xa1\x9f\ -\x78\x39\x54\x54\x04\x50\xac\xb7\x9e\xa9\x92\xfb\x14\x80\x68\x5a\ -\x6a\x82\x43\x64\x5a\x93\xea\x93\x5d\x93\xdf\x5a\xc3\x50\xc4\x66\ -\xf4\x7d\xa9\xde\xfa\x7a\x51\x18\x66\xa7\x26\x99\x1a\xef\x50\x88\ -\xe4\x77\x2a\xf4\x5d\x3b\x00\x87\x96\x09\xfb\xc3\x3b\x01\xc5\xd6\ -\x77\x29\xee\xdf\x69\x20\x10\xf5\xc2\x40\x59\x14\x54\x65\xc1\x58\ -\xab\x64\xba\x55\x32\xd6\xed\x53\x99\x92\x7a\xe0\x88\x1b\x67\x5a\ -\x48\x8e\x39\x25\x4d\x75\xf6\x93\x78\x5a\x80\x47\xa1\xbf\x78\xdd\ -\xa3\x9a\x2f\x01\x39\x81\x2a\xa3\xba\x17\xa4\xb5\x11\x66\x6f\x30\ -\xac\x73\xa1\x1e\xe1\xfd\x11\x90\x46\xa8\x62\x42\x20\x01\x2d\xbd\ -\xff\xa2\xa1\x82\x49\x99\x58\x0c\x8e\xad\x65\xc9\x2d\x57\xaf\x72\ -\xe7\xe0\x34\x3f\xd9\x79\x9c\x1b\xab\x05\xca\x62\x30\x9c\xa7\x5f\ -\x27\xf2\xe8\x00\x93\x78\xe6\x9f\x81\x15\x37\xc5\x2b\xef\xdd\xc7\ -\xf1\xb3\x0f\xf1\xd8\x93\x3f\xe4\x81\x83\x07\x63\x06\x5f\x80\x2b\ -\x57\xae\xf0\xc9\x47\x1f\x50\xd4\x47\x38\x7c\xd7\x1f\xd8\x31\xff\ -\x35\x85\xa9\x87\x99\xbf\x39\xe7\xaf\x19\x7c\x14\xe3\x7f\x93\xf3\ -\xaf\x29\xfd\x1d\x38\x35\x70\xcd\xf4\xde\x3a\x16\xc0\xc5\x71\xcc\ -\x1d\x7f\x75\x5d\x61\x8b\x31\xae\x6d\xbb\x87\x85\x1b\x1e\xe5\xdd\ -\xa5\x45\xfe\xe1\xe8\x11\x96\xbb\x5d\x4d\x10\x24\x26\x14\x40\x48\ -\xf5\x48\x9b\x76\x24\x80\x30\xf1\xbc\x66\x36\xdf\x58\x83\xf3\x91\ -\xa9\xcd\xac\xbc\x42\x13\xf2\x5b\xfe\x15\x2e\x17\x64\xb9\xc0\x4c\ -\x17\x94\x3f\x2a\xdd\x63\x12\xbd\xc4\xec\x3e\x81\x56\x4d\x03\x70\ -\xa2\xf6\x61\xd3\xca\xc1\x08\x7e\x4e\xbd\x47\xbe\x17\x34\x93\x8a\ -\x54\x65\xc5\xb6\xb9\x59\x66\x26\x3a\x54\x31\x59\x49\x7a\xaf\x27\ -\x65\x93\xd7\xaf\x01\x08\x55\xf6\x32\x04\x51\x13\xe3\x47\x20\x10\ -\x39\x60\xa0\xaa\x4a\x5a\x55\x41\x55\x18\x4a\xac\x9f\x3a\x11\xc6\ -\x97\x86\x39\x89\xe9\x4f\x15\x4e\x2f\xc7\x37\x4c\xe6\x51\x63\xbf\ -\x9a\xe4\x3f\x68\x66\x1c\x6e\x38\x26\x33\x15\x0e\x79\xa7\x45\x54\ -\x2f\x13\x37\xed\x90\x41\x08\xd7\xe2\x14\x5f\xe4\x76\xf5\x3f\x16\ -\x9a\xea\x23\x04\xa5\x10\xda\x61\x99\xab\x0a\xee\xe8\xf6\xb9\xad\ -\x7f\x99\x1f\xef\xfc\x9a\x7d\xed\x05\xaa\xb2\x9f\x67\xef\x19\xc5\ -\xfc\xd3\x24\xe6\xaf\xc7\x79\xfd\x83\x5b\x79\xef\xf8\xdd\x3c\xf2\ -\xe8\xf3\x3c\x78\xf0\x60\xcc\xe0\x0b\x70\x6d\x79\x85\xcf\x4f\x7c\ -\x4e\x6f\xf5\x6d\xee\xdd\xff\x6b\x76\xcc\x7f\xe5\x99\xbf\x26\x5f\ -\xda\xab\x99\xff\xdb\x3a\xfc\xbe\xa5\xd7\x5f\x18\x5f\xe7\xeb\xd3\ -\xd2\x6f\xe4\x6a\x3f\xb9\x1f\xef\xf4\x8b\x11\x7f\xae\x62\x79\xd3\ -\xcd\x9c\xd9\xfd\x04\x9f\xf4\x6b\xfe\xdf\x8f\x5e\xe7\xec\xd2\xe5\ -\xac\x3c\xdf\xef\x32\x76\x2e\x63\xf4\xb8\x5b\x6f\x73\x0b\xb6\x78\ -\xcd\xe4\xf4\x14\x8a\x34\x14\xe1\xb4\x76\x18\x2b\x06\x1e\xc9\xe5\ -\x4a\x2b\xd4\xe7\xe2\xa1\xa5\x78\x83\x86\x35\x93\xc7\x5b\x5c\x3a\ -\x2f\xbc\xa0\xa3\x53\x0b\x9b\xea\x23\x65\x64\xd5\x72\x89\x6f\xc2\ -\xfb\x8a\xc2\xd1\xae\x4a\xda\x55\x85\x41\xf2\x70\x2a\xe6\x30\x12\ -\x0d\x10\x4c\xf3\x11\xcd\xac\x3c\xda\x39\xc5\x5f\x2e\xd4\x31\x31\ -\xbe\x80\x80\x01\x4a\x63\xa8\xaa\x82\x56\xab\xa4\x5d\x7a\xa5\xba\ -\x30\x5e\x3b\x70\xba\x7f\x85\x21\xb5\x37\x5e\x57\x2e\xde\x43\x7e\ -\xae\x2e\x30\x45\xe5\x1b\x13\xb4\x83\xb8\xb5\x98\xd2\x4a\xd2\x73\ -\xe9\xbf\x2f\x25\x54\x22\xdb\xe0\x43\xae\x2a\x10\x89\xf5\xd1\xbd\ -\x52\xa4\x81\x8a\x9b\x7a\x86\x7a\x46\xbf\x44\xcd\x58\xe9\xd8\xd3\ -\xef\x71\xe3\x95\x73\xfc\x70\xc7\x49\xee\x9e\x3c\x43\xbb\xe8\x8f\ -\x8e\xe9\xd7\xf3\xfc\xd3\xc0\x66\xff\xbf\x5b\x8f\x73\xe4\x93\xbb\ -\xf8\xd3\xc7\x0f\x70\xdf\x83\x3f\xe4\x81\x07\x1f\x8c\x79\xfc\xc0\ -\xa7\xf3\x3a\xbf\x70\x8e\xde\xca\xc7\xdc\xb1\xeb\xef\xd8\x31\xff\ -\x11\x45\xd1\xf7\xd5\x68\x4a\xfd\x8d\xec\xfe\x6f\x6b\xe7\x8f\x02\ -\x88\x88\xb3\xa9\x1f\x52\x6f\xab\x15\x7d\x72\xbb\x9e\xfe\x0b\xf7\ -\xdb\xa8\xfa\x57\xd4\xb6\x62\x6d\xea\x06\xce\xed\x3c\xcc\xe9\x72\ -\x9a\x9f\x7f\xf2\x1a\x5f\x2c\x9e\xc7\xc5\x31\xd0\xe3\x24\x2f\xc4\ -\x63\xc5\x00\x00\x20\x00\x49\x44\x41\x54\xb4\x61\x12\x73\x47\xe1\ -\x50\x28\x66\x67\xf8\x13\x09\xc1\x64\x2a\xb4\x71\x21\xf5\x9b\xff\ -\xc5\x30\x87\x29\xe6\xd3\x75\xc9\xaa\xe5\x18\xb2\xd5\xe3\x7b\x45\ -\x1b\x50\x1d\xa5\x9f\xd7\x33\x1a\x51\x70\xb9\xe1\xcc\x41\x69\x13\ -\x09\x35\x15\xaa\x62\x52\xc2\x40\x18\x63\x28\x8b\x92\x4e\xab\x15\ -\xf8\xcf\x87\x3f\x3b\x35\x80\x2e\xeb\x94\xbc\x99\xd2\x13\x79\x4e\ -\xc0\xc8\x48\x32\xfa\x0e\x6d\x1e\x60\x0a\x4c\x01\x55\xe9\x5f\x3c\ -\x5e\x95\x74\x8c\xf1\x9b\xb0\xda\x90\xdb\x2f\x73\x74\xf8\xb2\xc4\ -\x33\x99\x51\x56\x7c\xa5\x10\x40\x38\x59\x17\x60\x02\xa2\xb9\xb0\ -\x60\xc7\x99\x40\x98\x9a\x52\x35\xa0\x10\xcb\x4d\xfd\x64\x1a\x6d\ -\x57\xcf\xc5\xef\xa5\x7a\x5c\x85\x05\x17\x8d\x5b\xa5\xde\xa6\xa6\ -\x2c\x2c\xfb\xaa\x92\x3d\x0b\x17\x78\x7c\xe6\x14\x8f\xcc\x7c\xce\ -\x78\xb1\x4a\x51\xd5\x1b\x3b\xfb\xc2\x34\x1f\x9b\x80\x29\x18\xb8\ -\x36\x1f\x7e\xb1\x8f\xd7\xde\xbb\x97\x7b\xee\xfb\x21\xdf\x7b\xe4\ -\x51\xa6\x42\x36\x1f\xf0\xd3\x7d\x8b\x8b\x17\x59\xbd\x76\x9c\xbd\ -\x9b\xfe\x96\x1d\x33\x6f\x53\x16\x3d\x5f\x0d\x91\xfe\xa3\x22\xfe\ -\x36\x92\xee\x9a\x41\xbe\x8d\x06\xa0\xfb\xaf\x01\x04\xd1\x14\x88\ -\x18\x9c\xc6\x5b\x77\x95\x53\x53\x7e\x75\x5d\xd1\x1b\xdf\xc2\xb9\ -\x5d\x4f\x70\x76\xe6\x26\x5e\x38\x7d\x8c\xf7\x17\x4e\x7a\xa7\x9f\ -\x61\x74\x05\x94\xad\x1f\x4d\x11\x0d\x00\x91\x76\xd4\xf0\xc6\xfa\ -\x84\x32\x95\xb4\x74\x43\xb6\x1c\x64\x00\x60\xc2\xb3\x3a\x78\xa7\ -\x01\x22\x69\xfa\x4d\xee\xd1\xb4\x6e\x46\x16\x1b\x2b\x67\x1a\x75\ -\x6d\x4a\xff\xd8\xe6\x00\x1a\x3a\x92\x55\x58\x44\xf8\xc8\x78\x00\ -\x68\x57\x2d\x36\x4d\x4f\x31\xd6\x6a\x81\x0b\xdb\xa1\x5b\x71\x5a\ -\x37\xb4\x9b\x51\xd5\x33\x85\xf8\x00\x54\x1f\x6a\xf5\x3f\xd6\x57\ -\xa8\xc0\x06\xe4\x31\x8c\xb5\x5b\x4c\xb7\x2b\x66\xda\x86\x76\xd7\ -\xb1\x6a\x9d\xdf\x92\x39\x7a\xe9\x4b\x8c\x0b\xf9\xfe\x74\x34\x1d\ -\x90\xaf\x70\xd2\x35\x0b\x2d\x1d\xf8\xc8\x41\x53\x86\x73\x7a\xdf\ -\x75\x2b\x31\x07\xba\x7f\x35\x14\x3b\x35\xe4\xa1\x2e\xb1\xd9\xea\ -\x9d\x7a\xea\x48\x3b\x02\xb3\x50\xe3\xfc\x63\x70\x6c\xa9\x4a\xf6\ -\x2d\x2d\x71\x70\xfc\x22\xcf\x6e\x3b\xc9\x4c\xb5\x42\x51\xd6\xa3\ -\x1d\x7d\x21\xa6\x3f\x4a\xfe\x09\xa8\x5d\x8b\xa3\x27\xf7\xf3\xdb\ -\x3f\x1e\x64\xef\xfe\x27\xf8\xde\xa3\x8f\xc5\x65\xbd\x00\x83\x7a\ -\xc0\xd5\xab\x57\x58\x5e\x3a\xc1\x4c\xf5\x9f\xd8\x3e\xfd\x3b\xca\ -\x62\xdd\x5f\xb4\xe4\x12\x7f\x23\xbb\x7f\x94\x19\x70\x3d\xb3\x60\ -\xc4\xb3\xda\x99\xa7\xed\x7b\x01\xf6\x18\x0f\xc0\x46\x5e\xff\x14\ -\xee\x3b\x28\xa7\x38\x7f\xe3\x63\x9c\x9e\xbf\x83\xdf\x5f\xf8\x8a\ -\x5f\x1d\x7b\x9b\xd5\xde\x6a\x28\x4e\x62\x95\x9d\xaa\x87\xb2\xf3\ -\x2d\x0a\x08\x12\x0d\x24\xe2\xd4\x42\x40\xa9\xb9\x49\x06\xd1\x9c\ -\xdf\x37\x9a\x71\x03\xad\x24\xfa\x73\x64\x79\xfa\x32\x06\xb2\xe4\ -\x7e\x03\xa7\xbe\xda\xbc\x8f\x34\x81\xc6\x45\x68\xaa\x1f\x23\xf3\ -\x4b\x32\x1d\xfc\x3b\x0b\x2d\xa0\x5c\x6a\x53\x34\x21\x08\xae\xa9\ -\x82\xc9\xce\x18\x5b\x67\x67\xe8\x54\x05\xa6\xb6\xe0\x6a\x94\x4e\ -\xa6\xea\x9d\x1f\x9a\x75\xaa\xec\x66\x97\x98\x3e\x22\xac\x9e\x0a\ -\x0c\xcc\x5f\x55\x25\x9d\x4e\xc5\x78\xa7\xa2\x53\x40\x65\xb4\x8a\ -\x4e\x42\x6a\x59\xc6\x9b\x4d\x3d\x68\xe9\x6b\x88\x81\x13\x4d\x8f\ -\x67\x7c\x1e\xb2\xb9\xfc\x88\xfc\x52\xe7\x26\x80\xc8\xa0\x59\x9c\ -\x12\xe5\x26\x52\x43\x38\xa5\xb5\x12\x01\x10\x41\xe5\x51\x1c\xe2\ -\x1c\xe3\x85\x61\x57\xaf\xc7\xae\xf5\xf3\xfc\x68\xdf\x97\xec\xec\ -\x5c\xf2\xcc\x2f\x0c\xdf\x58\xc7\xcf\x24\x9e\xf9\xe7\x08\xcc\x5f\ -\x72\xf4\xe4\x2e\x7e\xf1\x87\x03\x6c\xdf\xfd\x34\xcf\x3f\xf7\x03\ -\xe6\xe6\xe6\x52\x93\xad\x65\xe9\xda\x32\xfd\xde\x22\x93\xe6\x6f\ -\xd8\x34\xf5\xf7\x54\xe5\x72\xaa\xf3\x28\xe6\x6f\x6e\xe9\x75\x1d\ -\x95\x7e\xc3\xdf\x4d\xe9\xaf\x24\x7a\xee\x88\x57\x6a\x7e\x26\xf1\ -\x45\xf5\x27\x8e\x93\xcf\xf0\x53\x32\x70\x1d\x2e\x6e\xbe\x8b\x33\ -\x9b\xef\xe1\x9d\xa5\x8b\xfc\xdd\xd1\x37\xb9\xbc\xbe\x44\x64\x12\ -\x21\x6c\x61\x70\xa1\x1d\x5d\x9f\x0c\x00\xa4\x8e\xba\x62\x0d\x6d\ -\x50\xf3\x76\xe4\xf5\x40\x17\xb1\x7d\x52\x46\xd1\x60\x12\x61\x34\ -\x7d\xbf\x7a\x26\xf2\x76\xa3\xac\x38\xa3\x25\xc0\xa1\xdf\xef\x42\ -\x80\x1b\x49\x20\xc5\x7d\x0b\x2c\x29\xd9\x87\x80\x88\xa2\x4b\x97\ -\x55\x2e\xbe\xb3\x28\x0c\xe3\x9d\x0e\x53\x63\x1d\xaa\xd2\x40\xed\ -\xf9\xcf\x89\x33\x1d\xd0\x61\xc1\x4d\xe5\xc7\xb3\x80\x6d\x9a\x00\ -\x43\x6f\x4a\x83\x0c\xe0\x3c\x08\xb4\xaa\x92\x76\xab\xc5\x64\xa7\ -\xc3\x64\x59\xd2\xc1\x51\x18\xa8\x6d\x18\x50\x3b\xa2\x38\x0d\x34\ -\xb1\x17\x0b\x05\xaa\xe1\x7a\x54\xf9\x15\x38\x44\x22\x43\x31\xad\ -\x53\xe5\xc0\x50\xec\x7f\x1c\xd5\x62\xc4\x73\xf2\x8c\xa4\x91\x56\ -\x12\x40\xed\x25\xe7\x77\x9c\xf1\xf3\x9c\x55\x69\xb9\xb1\x82\x1d\ -\x8b\x17\x78\x6c\xeb\x59\x6e\x9b\x38\x43\x59\x0d\x86\x55\x7e\x09\ -\xee\x99\xc4\x33\xfe\x8c\xff\x6d\x5d\xc9\xb1\xaf\xf7\xf0\x4f\xaf\ -\x1e\x60\x7e\xfb\x93\x3c\xff\xfc\x0f\xb3\xc5\x3d\xce\x39\xd6\xd6\ -\xd6\x28\x58\x63\xcc\xfe\x13\x13\x9d\xff\x4c\xa7\xba\x4c\x24\xf4\ -\x51\xaa\x7f\xd3\xee\x1f\x52\xe3\xd5\xf9\x51\xda\xc0\xf5\x1c\x7f\ -\x0e\x9a\x21\xbf\x71\x94\x62\x37\x0e\x03\x81\x83\xe4\xf5\xb7\x6d\ -\x96\x66\x6f\xe6\xeb\x9d\x8f\xf2\x49\xb7\xcb\xdf\x1c\xfd\x23\x0b\ -\xcb\x57\x72\xa2\x12\xa6\xc8\x36\x76\x51\x63\xad\x01\xa0\xd9\xae\ -\xd4\x79\x89\xac\xb2\xa3\x21\xe1\xf5\xb9\xec\x92\x56\xf5\xc3\x3b\ -\xb3\x19\x03\xfd\xac\x7a\x30\x66\xb3\x96\xe7\x95\x00\x8a\xcf\x04\ -\xa1\x22\xa1\xc6\xc2\xa0\x92\xcb\xb0\xa8\xc3\xeb\x02\xcd\x8b\xf3\ -\x5b\xfa\x25\x0b\x5e\x4a\x7d\x56\x16\x05\x33\x93\x93\xcc\x4e\x4e\ -\x50\xa9\x0c\x54\x7e\xde\xcc\xe5\x4d\x06\xb2\x85\x7e\xea\x18\x99\ -\x0f\x60\x88\x77\xa5\x08\xe3\x25\x6a\x51\x1a\xda\xad\x92\x89\x76\ -\xc5\x64\xab\xa4\x53\x42\x69\x1d\xfd\x38\x60\x90\x54\xfe\x62\x44\ -\xc9\x4e\x75\x5c\xf8\x5d\xe8\xeb\xe1\xd0\x69\xbf\xe2\xd4\x1f\xe9\ -\x77\x7e\xf3\x30\x92\xc7\xa3\x48\xe7\x74\xea\x6f\x83\x37\x2f\x22\ -\x60\x24\x0e\x71\x31\x28\xc4\x67\x9e\x9d\x2a\x1d\x3b\x57\x96\xb9\ -\xaf\xb3\xc0\x63\xf3\x5f\xd0\xa9\xd6\x93\xda\xdf\x54\xfd\xa7\xf0\ -\xf6\xfe\xb4\x3f\xef\x28\xf8\xea\xdc\x76\x7e\xf3\xda\x01\xaa\xf1\ -\x47\xf8\xfe\x33\xcf\xb3\x7d\x5b\x5a\xdc\xe3\x9c\x63\x75\x75\x95\ -\x7e\x6f\x05\xd3\xff\x3d\x13\xee\xff\xa4\x5d\x9d\x4d\x6d\x10\xe9\ -\x3f\x6a\xb1\xcf\xf5\xd4\xfd\xeb\xd9\xf9\x4d\xd0\xd0\xaa\xff\x08\ -\xc6\xf7\xf5\x1c\x1d\xf2\x9b\xa9\xfe\x56\xa6\xfd\x5a\xac\x4e\xde\ -\xe8\x23\xfd\xda\x73\xfc\xd7\x4f\x5e\xe5\xc4\xa5\xf3\xc1\x4c\x24\ -\x31\x34\x22\xf5\x43\x8e\x7e\x5b\x28\x01\x12\x2a\xab\xeb\x1d\x4f\ -\x37\xc6\xdf\x34\xbe\x47\xc1\x1c\x1c\x96\xb2\xf7\x44\x43\x3b\xcf\ -\x98\x35\xd3\x44\x85\x76\x1b\xcf\x68\xd9\x22\xf7\x48\x7b\xa2\x16\ -\xa0\x18\x59\x34\x00\x49\x3f\xa7\xf5\xf8\xa2\x26\x46\xb3\x3a\x4d\ -\xeb\xd2\x2f\x7a\x67\xab\x04\x48\xc6\x18\x5a\x65\xc5\xfc\xe4\x04\ -\xd3\x63\x63\x18\x67\xc1\xd6\x7e\x9f\xc0\x64\x8f\xa5\x31\x1a\xf5\ -\x23\x7c\xff\xb3\xf6\x06\x34\xc6\x57\xb6\x2a\x4a\xc6\xda\x2d\x26\ -\xc6\xda\x4c\xb7\x2a\xa6\x8a\x82\xb6\x81\xf5\x38\xb8\xd2\x0e\x9b\ -\x54\x6f\xb1\xa1\x4c\xa1\x90\x1d\xb2\xcd\x39\x0b\x13\x4e\x42\x3e\ -\xe2\x64\xe5\xfa\xdf\x8d\xd6\x34\xbd\xaf\x61\xc1\x84\xf8\x23\xfc\ -\x4c\x42\xca\xaf\xe6\xa2\xc3\xcf\x86\x3c\x05\x22\x75\x02\xf3\x0b\ -\x47\x14\x35\x45\x39\x60\xbb\xb1\xdc\xd8\x5b\xe4\xb9\xbd\xa7\xd9\ -\x39\xb5\x84\x69\xbb\xd1\x0b\x7a\x64\x9a\x6f\x9a\x60\x60\x19\x4e\ -\x5f\xd8\xc9\xdf\xbd\x78\x10\xd3\x7a\x90\x1f\xfc\xe0\x27\xec\xde\ -\xbd\x3b\x8b\xc8\x5a\x5f\x5f\x67\x75\x75\x09\x7a\xaf\x30\x31\xf8\ -\x9f\x69\x57\xc7\x52\x3f\x58\x86\x55\x7e\xf9\xbd\xa1\x14\xff\x86\ -\xef\xa3\x98\x5f\x31\xfe\x86\x0b\x7c\x32\xc6\x4f\xa6\x40\x92\xce\ -\xa2\xfa\xb7\x58\xef\x6c\xe3\xcc\x8d\x4f\xf2\xd5\xd8\x36\x5e\x3c\ -\x7b\x8c\xf7\xcf\x9d\xc4\x46\x1f\x91\x51\x75\x0a\x00\x10\x37\x76\ -\x6d\x3a\xf9\x94\x00\x90\x71\x8f\x75\x0d\x47\x53\xf2\x47\x5e\xf1\ -\x8c\x63\xc2\xec\x8e\x13\x15\x3d\x0b\x4c\x93\x8f\x4d\x74\x24\xfc\ -\x26\xb6\xb9\xb4\x37\xfa\x8a\x44\xb5\x0e\xf5\x8c\xdb\x97\x29\x53\ -\x32\xa3\x45\xa1\xc7\x50\x5e\xa0\x3d\x27\x9e\xe6\x6c\xdd\x40\x28\ -\xc7\x86\x5d\xad\x9b\x4c\xeb\xbc\x07\x63\xbc\xd3\x61\xfb\xa6\x39\ -\x26\x3a\x15\xc6\x74\xb1\xb2\x25\x5a\xd0\x30\x64\xb9\xbe\xff\x3b\ -\x82\xf3\xc3\x31\x62\x7b\xf0\xa1\x37\xa6\x73\xce\xaf\xf2\xad\x4a\ -\x43\xbb\x5d\x31\x31\xd6\x66\xa6\xdd\x66\xb2\xa8\x68\xb1\xee\xfd\ -\x00\xd6\x11\x77\x3b\x49\x3d\x99\x77\x4c\xb4\x77\x82\xda\xa7\xed\ -\xfb\x22\x74\xfc\x10\x00\xb8\x84\x0d\xf2\x5b\x2a\x65\xd4\xeb\x44\ -\xca\xc7\x9d\x7c\xf0\x84\x65\x2c\x4e\xf2\xfe\x89\xca\x66\xf0\x0c\ -\x8f\x0b\xeb\x0c\x48\x3b\xca\x86\x32\x9c\x19\x30\x55\x39\x76\x76\ -\x57\x79\x70\x76\x91\xef\xce\x2f\x50\x76\xea\x0d\x63\xfa\xd9\x84\ -\x8f\xf2\x2b\xfd\x28\x5c\x59\x9a\xe5\x1f\x5f\xba\x87\x55\x7b\x90\ -\x9f\xfe\xe0\xa7\xdc\xbc\x7f\x7f\x8c\xf2\x03\xe8\xf6\x7a\xac\xad\ -\xad\x60\xfa\xef\xd0\xe9\xff\x1b\x26\xaa\xf7\x90\x95\x90\x38\x36\ -\xf6\xfa\x6f\x24\xdd\xff\x25\xa0\x10\xc6\x24\x85\xf8\x42\x04\x82\ -\xa6\x5b\xa9\xe1\xfc\x8b\xca\x19\x06\xeb\x0a\xea\xba\xa2\x6b\xa6\ -\x38\xbd\xf5\x10\x5f\x4c\xef\xe7\xe5\x0b\x5f\xf2\xc2\xf1\xf7\xe9\ -\xf6\x42\xa4\x5f\x1c\x7f\x92\x6a\x5f\x2b\x55\x37\x9b\xe2\x6b\x98\ -\x7d\x99\xf3\x57\x98\x26\x54\xa0\x88\x17\x88\x4e\x33\x4d\x7b\x10\ -\x62\x52\x84\xd6\x0a\xb2\x60\x30\xe3\x48\x5e\xff\x44\xef\x49\x63\ -\x0c\x5a\x84\xf8\x1b\x8c\xd4\x2f\xd0\xf5\x46\x6a\x42\x30\x2b\x9d\ -\x64\xf6\x55\x8c\x89\x93\x7d\x33\xd5\xec\x99\x00\x8a\x6c\x72\x1b\ -\x1d\xd2\xa9\xdf\x8c\x81\xc9\x76\x87\x6d\x33\xb3\x8c\x55\x25\x85\ -\xad\xfd\x8c\x4a\xcc\x9e\x05\x6e\x48\x43\x56\xef\x55\xbc\xf5\xcd\ -\x1a\x40\x06\x66\x1e\xc1\x4d\xe1\xfd\x00\xe3\x9d\x36\x13\x01\x00\ -\xc6\x4c\x49\x9c\xf7\x97\x81\x12\xb4\x0b\x51\x7d\xbe\x20\xab\x1a\ -\xeb\x13\x68\x0a\x4e\x0d\xa9\x67\x1a\x49\xa3\x61\xaa\x91\xb2\x09\ -\x12\x24\x15\xce\xd9\x94\xf7\xaf\x70\xbe\xa3\x8d\x38\x7c\xd4\x5c\ -\x6b\x18\x14\x27\x04\x14\x73\xcd\x7b\x82\x2b\x8c\x63\x93\xad\xd9\ -\xd1\xbd\xca\x43\x7b\xce\x32\x35\xb6\x3a\x32\x7b\x0f\x33\x78\x9b\ -\x7f\x12\x44\xd1\xb8\xba\x3c\xcb\x3f\xbc\xf4\x00\x0b\x57\xef\xe6\ -\x2f\xfe\xf2\x2f\xb8\xe5\xe6\x5b\x32\xe6\x1f\x0c\x06\xf4\xba\xeb\ -\x14\xf6\x18\xad\xc1\x7f\x60\xb2\x7a\xc7\x6f\x95\x26\x6d\xd9\xc8\ -\xf1\xd7\xcc\xeb\xbf\x11\x08\x7c\x5b\x80\xb0\xba\x27\x13\x83\x47\ -\x3a\xbd\x8e\xf3\x2f\x53\xfd\xeb\xc2\x3b\xfd\x36\x1d\xe0\xab\xf9\ -\xbb\xf8\xd3\x95\x05\x7e\xfd\xc5\x7b\x5c\x59\x5b\x89\xe5\x66\xd3\ -\x7a\x7a\xaa\x2f\x03\x23\xfd\x91\x77\xcb\x38\x0b\x43\xca\x18\x06\ -\xa6\x1d\xd2\x08\xd3\xe5\xd8\x9f\x23\x03\xc0\x9a\xb1\x01\xea\xf9\ -\x58\x9c\x19\x6d\x3a\xc4\x7f\xa3\x24\x6c\x68\x40\x59\xfb\x4f\x73\ -\x7b\x70\x27\x8e\x69\xa5\x59\xc4\x3e\x11\xe9\x6f\x46\x14\xe9\x28\ -\xcb\x82\xa9\xf1\x09\xb6\xce\xce\x52\x95\x06\x53\xfb\x29\x73\x27\ -\x81\x38\x06\x5f\xf6\xb7\x38\x22\x00\xe4\x78\xe1\xf2\x73\xe1\xc5\ -\xb2\x42\xa9\x2c\x0c\xad\xaa\xa0\xd3\xae\x98\x1a\x6b\x33\x5d\xb6\ -\x18\xa3\xc4\x30\xc0\xba\x10\xfd\x17\x92\x6f\xb8\xc8\xfc\x06\x51\ -\x5f\x22\x6a\xe3\x88\xab\x06\x71\xc1\x4e\xb3\x69\x4c\xa2\x54\x27\ -\xdd\x3f\x04\x6c\xa2\x8e\xa1\xec\x37\xfd\x5f\x0a\xb1\xe9\x7b\x1e\ -\xb1\x44\xb6\x82\x30\x0b\x19\x75\x8c\x15\x15\xdb\xfb\xeb\xdc\x3a\ -\x7e\x81\x5b\xe6\x17\x30\x1d\x9b\xdb\xfe\x13\x24\xe6\x1f\x23\x2e\ -\x37\x58\x5e\x9b\xe2\x97\x7f\xb8\x87\x13\x0b\x07\x79\xee\xf9\x9f\ -\x70\xef\x81\x03\x59\x88\xef\x60\x30\x60\x65\x65\x19\x63\x4f\x53\ -\xad\xff\x7b\xc6\x8b\xdf\x51\x98\x5e\x5e\xf5\x51\xaa\xff\x46\x76\ -\xbf\xdb\xe0\xfb\xb7\x00\x08\xa7\xc6\x47\xc7\x58\xe9\xd4\x5e\x5a\ -\xe2\x47\xd5\x9f\xf4\x2e\x6b\x4b\x06\xb6\xc3\xd5\xe9\x5b\x39\xb9\ -\xfd\x30\x47\xd6\x56\xf9\xc5\x17\xef\x70\x7e\xf9\xaa\x62\x70\x2d\ -\xe1\x35\x00\xa8\x3a\x23\xd2\x59\xb7\xa3\xc1\x7d\x71\x8b\xb6\x26\ -\x91\x37\x34\x06\x6d\x53\x47\x89\x2d\x0c\x07\xb9\x30\x91\xc6\xa8\ -\x72\x1a\x0a\x6c\xf6\x9a\x78\xbe\x09\x16\x24\x50\x30\x35\x94\x7d\ -\x5c\xd9\x27\xf3\x3d\xb9\x02\xa3\x77\x25\xd6\x1f\x91\xfe\xcd\xc4\ -\x9f\x42\xe2\xc1\xfe\xdf\x3a\x33\xc3\xb6\xd9\x19\x5a\x05\xd4\x76\ -\xe0\xfd\x00\xc1\x09\x38\xfa\x70\x23\xbf\x56\x43\x27\x1b\x40\x95\ -\x1d\xc6\xff\x31\xc6\xd1\x6a\x55\x8c\x75\x5a\x4c\x8e\xb5\x98\x2c\ -\x4b\x26\xa9\x28\xe8\x62\x5d\x50\x45\x24\x7a\x2e\xda\x4d\x45\x24\ -\xaa\x18\x18\x14\xd4\x7a\x13\x09\xca\x10\x53\x86\x2b\xbf\x5d\x1e\ -\x0c\xc4\xf0\xc0\x99\xc6\xbd\x26\x74\xa4\x6c\xc6\x19\x89\x49\x4b\ -\x0a\x85\xbc\x38\x52\x4c\x76\x18\xa8\xf0\x8e\x69\x4a\x76\xd8\x01\ -\xf7\xec\xea\x32\x39\xb1\x9e\xab\xfe\x53\xf8\xd5\x7c\xb3\x78\xe6\ -\x0f\xf5\x58\xeb\x4e\xf2\xf2\x5b\xf7\xf0\xd1\x89\x03\xfc\xe5\x8f\ -\xff\x9a\xfb\xee\xbb\x2f\x63\x7e\x6b\x2d\xcb\xcb\xcb\xd4\xf5\x39\ -\xcc\xca\xff\xca\x6c\xf1\x0b\x4a\x96\xf3\x36\x69\xd5\xff\x7a\xd2\ -\xff\xcf\x71\xf8\x35\xbf\x47\x09\xab\x87\x3d\x01\x81\x1c\xf9\x3c\ -\xbf\xc2\x62\xa7\x62\xfd\x6d\x8b\xe5\x89\xbd\x9c\xb8\xe1\x69\xde\ -\xab\x2b\x7e\x79\xe2\x1d\x4e\x5d\x5e\x0c\xe1\xe9\xc2\xe8\x4d\x93\ -\xcf\xe5\x75\x21\xaf\x53\x16\x07\x10\x39\x40\xa4\xbe\x8a\xda\x14\ -\xe0\x88\xc4\x10\xc6\x31\x0e\x75\xd2\x66\xf2\xfb\xf4\xf8\x0b\x60\ -\xa8\x32\xb2\xaf\x19\x91\x8d\x60\x7e\x01\x9a\x50\xaf\xb2\x86\xb2\ -\x87\xab\x7a\x50\xf4\xc3\x2d\x62\xe6\x28\x7f\x47\xd6\x66\x65\x96\ -\x64\x9a\x8a\x66\x48\xc7\x78\xbb\xc3\xb6\xf9\x39\xb6\x4c\x4f\xe2\ -\xec\x20\x48\xff\x41\x70\x02\x46\x4f\xee\xc8\xa3\x79\x25\xe4\x03\ -\x18\x65\x37\x68\x69\x1b\xb2\xf4\xba\xb4\x1c\xa4\x2c\xc2\x4c\xc0\ -\x58\x9b\xf9\xf1\x0e\xb3\xcb\x2d\x5a\x40\x4d\x0d\x6e\xe0\x55\x98\ -\x6c\xf1\x8f\x20\xb6\x53\x8d\x0e\x94\x1a\x77\x39\x29\x7c\x07\xca\ -\x6e\x2b\x71\xcf\xb5\xd0\xd9\xd6\x25\xf5\x51\x0f\x5c\xec\xa8\xf0\ -\x3c\xce\xa3\x6c\x5d\xa4\xc4\x22\xae\x81\xb6\x72\x0e\xf2\xd4\x53\ -\xaa\xf9\x06\x98\xa3\x60\xda\xad\xb3\x7f\xeb\x32\xa5\x48\xff\x31\ -\x3c\xf3\xcf\xe1\x9d\x7d\x9d\x54\x85\xb5\x6e\x9b\x57\xde\xb9\x95\ -\x37\x3e\x3c\xc0\xf7\x9f\xfb\x57\xdc\x79\xe7\x9d\x59\x7c\xbf\x73\ -\x8e\xe5\xe5\x65\x5c\x7d\x95\x72\xed\x3f\x30\xc6\x3f\x50\x9a\xc5\ -\xfc\xdd\xda\xf1\xd7\x64\xfe\x51\xd2\x7c\x94\xc4\xff\x96\x40\x90\ -\x22\xfb\x84\xf1\x53\xff\x0c\x65\xf5\x8d\x84\xaa\x63\xfd\x0d\xb5\ -\x2d\x59\x2d\xe7\x38\xb1\xfd\x71\x3e\x32\xf3\xfc\xfc\xe8\xbb\x1c\ -\x3b\x77\x09\x6b\x5b\xfe\x25\xcd\x50\xde\x21\x61\x23\x40\x10\x2b\ -\xd4\xf0\x05\x68\xd0\x0e\x39\xf2\x63\x1a\xb9\x11\xc4\x1e\x3d\xf1\ -\x36\x95\x2d\x03\x2a\xe5\x68\x95\x5f\x98\xbf\xb1\xf2\x34\x31\xb9\ -\xf4\x8f\xd0\xa9\x06\x8b\xec\xc5\xfe\x5a\x31\xc0\xb5\xd7\xa0\xea\ -\x21\x3b\x0f\x99\x7e\xd8\x86\x5c\x24\x7c\x1d\xa4\x7c\xb6\xe3\x6f\ -\x00\x85\x4c\xfa\xe7\xa0\x54\x15\x15\x9b\xa7\xa7\xb9\x79\xe7\x0e\ -\xb6\xce\x4d\x62\x5c\x0d\xae\x06\x5b\xc3\xf5\x98\x7f\x83\xd3\x6a\ -\x63\x10\x17\xfe\xfa\x51\x71\x71\x60\xd4\xe0\x18\x2f\x01\x8c\x81\ -\x32\x38\x02\x27\xc7\x3b\x4c\xb6\x4a\xa6\xcb\x8a\xb6\x2b\xe9\x4a\ -\x30\x82\x54\x44\xb4\x6d\x43\x60\xb4\x1c\xf9\xfd\xba\x7d\x93\xb6\ -\xcf\xae\x43\x67\x17\x26\x77\xec\x8c\x22\x16\x1d\xf8\xa3\x08\x35\ -\x82\x42\x5c\x05\x46\xba\x27\x12\x5f\xf8\x6d\x42\x1d\x0b\xfd\x0e\ -\x7f\x14\x14\x4c\x1b\xc7\x5c\xb5\xcc\xa6\xf1\xcb\x98\x8e\x4b\xce\ -\xbe\x79\xbc\xbd\xdf\x4a\x63\xd5\xeb\x77\x78\xf5\xbd\xdb\x78\xf1\ -\xc8\xbd\x3c\xf5\xf4\x4f\x39\xa4\xb6\xea\x06\xcf\xfc\x2b\x2b\x2b\ -\x74\xd7\xaf\xd2\xea\xfd\x3f\x4c\xba\xff\x9b\x56\x71\x81\x4c\x92\ -\x39\x86\x99\xfe\x9b\x62\xfd\xaf\x07\x04\xd7\xd1\x0e\x52\x56\xdf\ -\x34\x24\xa9\xb2\x89\x41\x9a\x91\x7e\xa9\x3d\x06\xeb\x4a\x7a\x66\ -\x9a\xb3\xf3\x0f\x72\xac\xb5\x8b\x5f\x9e\x38\xc1\xc7\xa7\x2f\x30\ -\xa8\x75\x0e\x86\x11\x75\x44\xff\xd7\x6f\x96\x0a\xea\xe9\xe3\x70\ -\xb3\x76\x94\xe9\xd5\x71\xda\x57\xa4\x5e\x99\x31\xb8\x56\xa7\x8d\ -\xc9\xda\x97\x03\x43\xe3\x6b\x04\x81\x11\x4c\x3f\x14\xde\x1b\xbe\ -\x54\xfd\xc0\xfc\xc1\xf1\x69\x4b\x18\x34\x00\x40\x04\x52\xd8\xa7\ -\xc2\xf7\xcb\xf5\x99\x1f\xe7\x05\xef\xdc\xf4\x14\x37\x6c\x99\x63\ -\xaa\x53\x81\x5b\xc5\xd5\x7d\xac\x9e\x06\x34\xfa\x59\xb2\x21\x68\ -\x02\xc4\x75\x4c\x00\x97\x9d\x46\x1e\x0e\xe5\x17\x06\xda\x55\x49\ -\xa7\x55\x32\x35\xd6\x62\xaa\x2c\x68\x1b\x83\x71\x35\xd6\xd5\xc1\ -\x26\x69\x70\x54\x36\x75\x92\xce\x39\x0d\x16\xb2\x41\xa2\x30\xb9\ -\xe4\x59\x8f\x75\x12\xaf\x95\xa8\x4f\x9a\x28\x42\x67\xc5\xc1\x0b\ -\xe5\x44\x73\x42\xee\x55\x88\x2e\xc0\x24\x7e\x8b\x86\x1f\xa1\x5e\ -\x5b\x67\x72\x62\x99\xb2\xb5\x0e\xe3\x2e\x79\xfa\xa7\xc8\xf2\x46\ -\x0c\xea\x8a\x4f\xbe\xd8\xcd\x0b\xaf\xdf\xc9\xa1\x47\xfe\x8a\x47\ -\x1e\x79\x34\x63\x7e\xf0\xf9\xfc\xd6\xd6\xae\xc1\xfa\x2f\x18\x77\ -\xff\x1b\xad\xf2\xe2\x30\x51\x35\x55\x7f\x49\xf3\xb5\x51\xac\xbf\ -\xfb\x16\xe7\x47\x5d\x13\x00\x46\x03\x81\x49\xe7\x64\xb8\x94\xb9\ -\x95\x01\x81\x33\x58\x67\xe8\xb9\x49\xce\xcf\xdd\xcb\x67\x73\x07\ -\x79\xe1\xf4\x45\xfe\xf4\xe5\x29\x7a\x7d\xe9\x74\xc3\x48\xae\xcf\ -\x98\x54\x51\xa7\x23\xf4\x87\xca\xcf\x97\x19\xd8\x52\x9f\x12\xac\ -\x55\xd3\xc6\x36\xe7\x99\xf8\x88\x68\x83\x5a\x58\x34\x8e\x28\xfd\ -\x55\x5b\x47\x31\xbb\x73\x6a\xc5\x5e\xa3\x4e\x51\xbb\x70\x9e\xa1\ -\xab\x1e\x94\x03\x7f\x69\x50\x61\x06\xed\x90\x20\x57\x31\xbe\x93\ -\xf6\x39\x65\x0a\xe8\x8e\x31\x8d\x7e\x02\x63\x0a\xc6\xda\x6d\xb6\ -\xce\x4e\xb3\x75\x76\x8a\xca\x38\x5c\xdd\xc7\xd9\x3e\x7e\x13\x9d\ -\x3a\x2c\xca\x1b\xd1\x4e\x69\x43\xe3\x88\xf9\x00\xb2\xd5\x7f\x81\ -\x0a\x52\x3a\xb0\xf0\xdf\x78\xfb\xdf\xaf\x87\x30\x3e\x2f\x40\xbb\ -\x62\xac\x5d\x31\x51\x15\x8c\x53\x50\x60\xa9\x43\x65\x32\x67\x5b\ -\x54\xaf\xd2\x7b\xa2\x7d\x27\x83\x26\x84\x6a\x20\x4b\x66\x90\xad\ -\xad\x0e\x8c\x2a\x1d\x36\xe4\xd5\x0d\xe7\xb5\x3d\xa7\x3b\x44\x88\ -\x5a\x06\x42\x27\xfd\x70\x61\xcf\xc0\x18\x23\xe0\x28\x0a\xc7\x7a\ -\x5d\x51\xc8\x1a\xfe\x4d\x78\xaf\xbf\xda\x41\xcc\xba\x92\xa3\x27\ -\xf7\xf2\x37\xbf\xb9\x87\xdb\xef\x7c\x96\xa7\x9e\x7a\x8a\x89\x89\ -\x89\xac\xa3\xbd\xc7\x7f\x8d\x62\xf0\x16\xe3\xf6\xdf\xd2\x69\x9d\ -\x23\xa1\xa0\xaa\xdb\xf5\x1c\x7f\xd7\x63\xea\x3f\x57\xf5\x17\x69\ -\x2e\x4e\xbe\xc8\x87\x3a\xc3\xaf\x4a\xf3\xa5\x67\x02\xc2\xf5\xda\ -\xb6\xb9\x34\x75\x1b\x9f\xcd\x3f\xc2\x8b\x17\xd7\x79\xe9\xf8\x97\ -\x2c\xaf\xf5\x89\xe1\xdf\x4e\xc6\xb1\x01\x00\x59\x9b\x23\xaa\xa4\ -\xeb\x71\x97\x25\xe5\xa1\xd7\x1a\x1e\xe0\xc3\xc3\x65\xac\x1a\x9c\ -\xa2\x4d\x44\x61\xca\x58\xb6\xd4\x41\x3d\x23\xe0\xa0\x99\x38\xf3\ -\x07\x10\x4c\x8e\xbc\x1f\x12\xd8\xd8\x04\x1a\x45\x8d\x2b\x83\xad\ -\x66\x2b\x8c\x6d\xa5\x9d\xb1\xe2\x46\x33\x7a\xc0\x0d\x59\xc0\x91\ -\x71\x81\x5e\x1b\x3e\x8e\xe0\x40\x1f\x6f\x77\xd8\xb9\x69\x8e\xf9\ -\xa9\x0e\xed\xd2\xe1\xfa\xbd\x08\x02\x92\xc0\x47\xf2\x03\xa5\x77\ -\x34\x19\x3f\xfd\xae\xf4\xb8\x44\x10\xd0\xdf\x49\xa0\x90\xa6\x23\ -\x3d\xf9\x94\x65\x11\xcc\x80\x36\x73\x63\x2d\x66\xab\x16\x57\xfa\ -\x96\x01\x35\x8e\x3e\x26\xae\xb6\x93\x4e\x53\x03\x24\xf3\x96\x3a\ -\xfe\x59\x18\xb5\x40\x31\xa6\x4b\x02\x21\xb6\x47\xdd\x1b\xdb\x22\ -\x3d\x25\x80\x63\x12\xb2\x4b\xc7\x8a\x53\x52\x18\x21\x72\x4a\x48\ -\x6b\x14\x23\xff\x02\x97\x14\x05\x55\x55\xb0\xee\x2a\xd6\x27\x0b\ -\xd8\x82\x37\x01\x94\x76\x5a\xdb\x92\x2f\xcf\xec\xe4\x3f\xff\xea\ -\x1e\x76\xed\x7b\x96\x9f\xfc\xf8\xa7\xcc\xcf\xa6\xf8\x7e\xf0\x7b\ -\xf7\xf5\xfb\x3d\xdc\xe0\x53\x3a\xbd\x7f\xc3\xb8\x0e\xf4\x91\xc3\ -\x32\x3a\xd8\x67\x54\x7e\xbf\x8d\x1c\x7e\x1b\xa9\xfe\x0d\x33\x20\ -\x31\x74\x1c\x6e\x84\xb1\x35\x98\xe6\x36\x7f\xc2\x60\x00\x6b\x2b\ -\xae\x8e\xef\xe3\xf3\x2d\xdf\xe3\x8d\xe5\x8a\x5f\x7f\x76\x8c\xcb\ -\xcb\xab\xfe\x79\x53\x04\x81\xaa\x06\x4e\x54\x69\x3d\xe7\xd8\xe0\ -\xfb\x6c\x5c\xa2\x14\x0e\x6a\xb1\x96\xd0\x51\xfb\x93\x32\xc3\x8f\ -\x21\xa9\xad\x69\xc2\xaa\x3a\xc8\xfd\x90\x56\xe5\xa5\xdf\xae\x50\ -\x5a\x85\xec\x12\xa5\xf7\x91\x8c\xe6\xa3\xf3\x99\xa7\xca\x3e\x92\ -\xa3\x2f\xdb\x71\xd8\x56\x5e\xf5\xaf\x5b\x64\x5b\xce\x39\xf5\x7e\ -\x7d\x48\x00\x5a\x69\x92\x70\x8c\x29\xeb\x7c\x00\xde\xb6\xf9\x59\ -\x6e\xdb\xb5\x83\x2d\xd3\xe3\xe0\xba\x38\xdb\xc7\xd6\x7d\x6c\x5d\ -\x7b\x9e\x6a\xf0\xed\x90\xa6\xd5\x38\x0a\x9b\x23\x40\xa8\x5b\x42\ -\x65\xa7\xca\x8b\x61\x86\xd6\x45\x3f\x40\xa7\x5d\xf9\xa8\xc0\x4e\ -\xc5\x7c\xab\xa2\x53\x98\x90\x9e\xa8\x31\x67\xe5\x52\xb6\x0a\x17\ -\xa9\x51\xed\x5a\x21\x83\x99\x11\xb2\x00\x84\x22\x8e\x8c\x12\x47\ -\x50\x77\xa4\x50\x18\x5a\x45\x86\x7a\x47\x94\x0c\x69\x7b\x72\xa7\ -\xb7\x9d\x36\x35\x96\x01\x4b\x65\xc9\x8a\xed\x70\xc1\x4e\xe3\xc6\ -\xcc\x10\xf3\x9f\x5a\xd8\xce\xcf\x7f\x77\x3b\x53\xf3\x0f\xf3\xb3\ -\x9f\xfd\xab\xb8\x73\x8f\x1c\xd6\x5a\xfa\xbd\x1e\x75\xef\x2b\xca\ -\xd5\xff\x85\xc9\xf2\x35\x8c\x19\xe4\xa3\xe0\xd8\xd8\xeb\xdf\x4c\ -\xf2\xb1\x91\xea\xef\x46\x9c\x1f\x75\x4d\x4d\xf7\x45\x74\xd4\x12\ -\x3f\x02\x84\xbf\x9e\xba\x5b\x80\xc0\x47\xfb\x2d\x75\x76\xf3\xf9\ -\x96\x27\x78\xab\xbf\x99\x5f\x7c\xf6\x05\x0b\x4b\xd7\x22\x90\xa0\ -\x00\x66\xb8\x1e\x5a\x02\xaa\xf1\xd0\x80\x10\xa7\xf1\x84\xa1\x14\ -\x20\x68\xf5\x3c\xb3\x99\xc3\x27\x62\x98\xd2\x0a\xb5\xc9\x17\x03\ -\x7f\x68\x00\x46\x43\xb5\x37\x90\xf9\x18\xb4\x69\x28\xd3\xc5\x45\ -\xb0\xdf\xcb\x7e\xf8\x1f\x3e\x21\xe2\xd0\xe8\x8c\xd3\xaa\xaf\xe3\ -\xcf\x08\x5a\xea\x13\x35\x94\x26\x98\x41\xbb\xac\xb8\x61\xd3\x1c\ -\xbb\xb6\xcd\x33\xde\x2e\x28\xdc\x00\x5b\xf7\xc0\x0e\xc0\x59\xe5\ -\xc4\x6f\x0a\xc7\x0d\x0e\x27\xe4\xac\x1d\x7d\x2e\x65\x02\xca\xd2\ -\x82\x69\x6d\xc0\xf9\x14\x61\x85\x81\x56\xab\x64\x72\xa2\xcd\xf4\ -\x44\x87\xf9\x76\x8b\x99\x56\x45\x55\xe0\xf3\xf5\x11\x3c\x94\x7a\ -\x0b\xf1\xc0\xf4\x2e\xc4\xd8\x63\x02\xc5\x47\x46\x77\x19\xf1\x38\ -\x39\x17\x89\xdd\x91\x05\x1c\xc5\x72\xd5\x77\x29\xc3\x1a\x3f\xed\ -\x24\x9f\x6c\x7d\xb9\x7a\x41\x46\x80\x81\x1b\x4d\x8d\x75\x7d\x16\ -\xeb\x1e\x17\x07\x53\x7c\x76\x6a\x0b\xbd\x3a\x79\xf3\xad\x2d\xf8\ -\xea\xcc\x0e\xfe\xf1\xa5\xbb\xe9\xba\x47\xf9\xd9\xcf\xfe\x5b\xb6\ -\x6c\xd9\x92\xf5\xef\xa0\xae\x59\x5d\x5f\xa3\x3f\xb8\x84\x5b\xfe\ -\xdf\x99\x30\xbf\xc4\x98\xde\xf0\x40\x04\x25\x64\xc3\xc5\x3e\xa3\ -\x98\xba\x09\x08\xd7\xd3\x12\xd4\xf9\x44\x13\xa3\x42\x7e\x89\x04\ -\xea\xf4\x6f\x97\x9c\x7f\xce\x19\xd6\xaa\xcd\x7c\xb9\xf9\x31\xde\ -\x35\x7b\xf9\xbb\x4f\x4f\xf0\xc5\x85\x4b\x21\xcc\x97\xbc\x3f\xb3\ -\x39\x7f\x6d\xfb\xaa\x7a\x65\x40\xa1\xa4\x4d\x64\x08\xab\x24\xb4\ -\xfe\xa4\x76\x64\xdb\xba\x67\x8c\xa6\x4d\x87\x26\x58\xc8\xed\x52\ -\x56\x28\xc7\x86\x39\x7a\x5d\xdc\x10\x30\xb8\x28\xe9\x9d\x2c\xf2\ -\x89\x80\xe2\x90\xf0\xf3\xec\x7d\xba\x0f\x44\x5b\xd5\xa6\x87\x7e\ -\x9e\xc6\x77\xc0\x60\x98\xe8\x74\xd8\xbb\x63\x0b\xdb\x66\x27\x68\ -\x15\x16\x3b\xe8\x7a\x07\x60\xdd\x47\x72\x67\xe8\xac\xde\xdf\xe6\ -\x28\x3c\xc3\x43\xdc\x06\x44\x31\x7d\x04\x03\xc5\xf8\x92\x7b\x4f\ -\x12\x6e\xb6\xca\x82\xf1\x4e\x9b\xc9\xb1\x36\xf3\xe3\x2d\xa6\x5b\ -\x05\x9d\x0a\x70\xc9\x31\x91\xef\x21\x28\x6a\xf6\x00\xc7\x00\x57\ -\xf4\x3d\x10\x08\xf3\x46\xe5\xc0\x28\xa6\x25\xab\xd3\xc6\xfa\xad\ -\xcd\xcb\x89\xd2\x3f\x04\x5d\xe8\x85\x26\x91\xc2\x75\xd9\xd2\x71\ -\xe1\x1d\xa6\x66\xc9\x76\x59\x99\x98\xe1\xa3\x2f\xf7\xf3\xf5\xc2\ -\x2e\x9c\x2b\x70\xce\x70\xea\xdc\x16\xfe\xf1\xa5\x9b\x39\x7f\xed\ -\x00\x7f\xfd\xb3\xff\x9e\xbd\x7b\xf7\x66\xf1\xfd\x75\x5d\x73\xe5\ -\xda\x12\xfd\xfe\x15\xba\x57\xfe\x1d\x9d\xfa\xff\xa2\x30\x2b\xc3\ -\x23\x20\x58\x76\xbd\xfc\x7e\x1b\xa9\xf8\x4d\x09\x7b\x3d\xb0\x70\ -\x44\xd5\x3f\x37\xbb\x73\xbb\xd6\x77\x8b\xfe\x9d\x22\xff\x9c\x2b\ -\xe8\x15\x33\x9c\xd8\xf4\x04\x9f\x54\x37\xf3\xab\x2f\xce\xf2\xd1\ -\x99\x05\xea\x5a\xc0\xbb\x29\xf9\x95\x06\x36\x94\xce\x6b\x84\x96\ -\x00\xfa\x4b\x26\xc4\x13\x10\xd8\xc4\x80\x30\x9a\xa9\xa3\xb6\xa7\ -\x34\x83\x4c\x0b\xd0\xda\x82\x4b\xf7\x3a\x01\x0a\x93\x97\xa9\x41\ -\xa0\xc9\xfc\x43\x5a\x84\x4c\xf3\x85\x7d\x30\x63\x48\xaf\x78\xfd\ -\xf5\xed\x1b\x49\x7c\x01\x06\x17\xcb\x37\x06\x66\x27\xc7\xb9\x69\ -\xe7\x16\x36\x4d\x8f\x47\xe9\xef\xea\x1e\xd6\x0e\xe2\xcc\xdb\xb7\ -\x8d\x00\x94\xc3\x43\x9d\x2c\xe3\x0d\x4c\xe1\xdc\x06\x1a\x40\x43\ -\x1b\x28\x8c\x5f\x17\xd0\x69\x57\x4c\x8e\xb5\xd9\x32\x31\xc6\x96\ -\x4e\x9b\xc9\xaa\xa0\x2c\x1c\x38\x1f\xa4\xe0\x19\xd2\x12\xd7\x09\ -\x88\x6a\x1f\xed\x6f\xd1\x02\x54\x3d\xc2\xf2\x50\x53\x9b\x04\x1c\ -\x51\x93\x10\x60\x09\xff\x8d\x02\x1a\xb1\xc3\x44\xdc\x45\x26\x30\ -\x1e\x54\x6c\x01\x0d\x90\x13\x70\x8b\xc0\x13\x40\xc7\xe1\xe8\xba\ -\x1e\xa7\x8c\xe3\xe4\xf2\x66\x7e\xf5\xca\xcd\x5c\xb8\x3c\xcd\xe2\ -\xd5\x79\x7e\xf7\xa7\xdb\xf9\xfa\xe2\x5d\xfc\xf4\x67\xff\x9a\x5b\ -\x6f\xbd\x95\xa2\x48\x52\xc3\x5a\xcb\xf2\xda\x2a\xc6\xad\xd3\xe9\ -\xfd\x7f\xcc\x99\xff\x83\x76\x79\x65\xb8\xf7\xa5\x6e\xcd\x0d\x3d\ -\x36\x62\x7e\x37\xe2\xdc\xf5\xcc\x82\x0c\x24\x42\x9b\x1c\x08\x71\ -\x8b\x33\x2f\xc3\x43\x3d\x13\xa0\xee\x77\x18\xfa\xc5\x18\x27\xe7\ -\x0e\xf3\xe9\xc4\xbd\xbc\x70\xfa\x1a\x6f\x7e\x79\x86\xfe\x40\x99\ -\x68\xea\xa1\x08\x22\x76\x83\x4f\x43\xd0\x67\x80\xac\x0f\x61\x52\ -\xc9\xd2\x5c\x04\x1b\x5b\x7e\x47\x29\xaa\xb4\x82\x6c\x29\xaf\x62\ -\xec\x21\xe6\x70\x4a\x9d\x77\xc3\x97\xe3\x20\x25\xa9\xec\x8c\xdf\ -\x45\xda\x69\xcd\x41\x4b\xf8\xba\x05\x75\x07\x53\xb7\xa1\x6e\x83\ -\x0d\x7b\x62\x62\x46\x6b\x30\xfa\x5c\xd3\xd4\x51\x6a\x70\x55\x14\ -\xdc\xb8\x6d\x9e\x9b\x6f\xdc\xc6\x64\xdb\x60\x6c\x1f\x37\xe8\x62\ -\xeb\x7e\xe2\x2d\x87\x1a\xf4\x6f\x71\x98\xa1\xb5\x00\xe9\x85\x9a\ -\xd9\x5d\x50\xcf\xd3\x1c\xb0\x80\x80\x0f\x0b\x1e\xeb\x54\x4c\x4d\ -\x74\x98\x9f\xea\xb0\x75\xb9\xc5\xdc\x5a\xc5\xd5\xb2\x47\x5d\x0f\ -\xfc\x02\x1c\x82\x4a\x14\x41\x35\x95\x13\xb7\xdd\xd2\x49\x3b\xb5\ -\xbd\x55\x38\x0f\x22\xc8\xc2\x89\x11\x83\x28\xad\xc1\x85\xff\x96\ -\xa8\xd2\x65\x36\x9f\x42\x60\x71\xb8\xb8\x10\x3d\xa5\x41\x23\x6c\ -\x58\x69\x9c\xc3\x62\x39\xdb\x5d\xe3\xcb\x6a\x96\xc1\x27\xf3\xb4\ -\xab\xdb\x31\x54\x7c\x7c\xe2\x16\x7e\xf6\xdf\xfc\x6b\xee\xbe\xf3\ -\xae\x2c\xbe\x1f\x60\xad\xdb\x65\x6d\x7d\x99\x29\x5e\xa6\xdd\xfd\ -\xb7\x54\xe6\xd2\xe8\x01\xb0\x6c\x2c\xf9\x37\x92\xfa\x7f\x8e\x06\ -\xa0\xee\xc9\x19\x3f\xe7\xb5\x21\xaf\x7f\xa6\x3a\x07\x8f\xbf\x2b\ -\x39\x3b\x75\x0f\x9f\x4e\x3f\xcc\x2b\xe7\xd7\x79\xe9\xd8\x49\x96\ -\xd7\xba\xd9\x50\xe6\xd2\x50\x08\xd2\x34\xce\xcb\x50\x29\x80\x8e\ -\x9a\x58\x26\xf2\x19\x1a\x6b\x09\x2b\x37\x90\xb6\xdd\x22\x0f\xdf\ -\xce\x98\x5f\xca\x92\xfa\xe9\x72\x95\x06\x10\x83\x71\x82\x45\x9c\ -\xe5\xea\x57\x34\x8f\x4b\xe9\xbb\x9a\x0d\x0a\xab\x1a\x8d\x38\xfe\ -\xe2\xbc\x7f\xd0\x04\x62\xdd\xd4\xb3\x11\xbc\x94\xaf\x41\xf7\x5f\ -\x78\xb7\x31\x30\x31\xd6\xe6\xa6\x9d\x5b\xb8\x61\xd3\x0c\x9d\x12\ -\xea\x5e\x17\x5b\xf7\xbc\x16\xe0\xea\x54\xbf\x0d\x0f\x33\xf2\x7b\ -\xa5\x3d\x87\x9e\xd9\xa5\x28\x91\xfa\xbe\x63\x52\x8e\x7d\x7f\x9d\ -\x60\x0a\x14\x85\xa1\xd3\xf2\x33\x01\x33\xe3\x6d\xe6\xc6\xda\xcc\ -\x75\x2a\x16\xd6\x61\xad\x1f\x12\xd5\x0b\x02\x62\xc8\x36\xdd\x20\ -\xfc\xcb\xa4\xb1\xee\x80\x86\x94\x0e\x1d\x9d\xb2\xfb\xb8\x80\xca\ -\x04\xbb\x4d\x3f\xaf\xa7\x0e\x8a\x74\x7f\xec\xf8\x21\x11\x19\x7e\ -\x13\xb4\x84\x56\x9c\x67\x5e\x73\x96\x0f\x56\x96\x19\x2f\xa7\xf8\ -\xcd\xab\xdb\xd8\xb2\x79\x0b\x7f\xfd\xb3\xff\x8e\x43\x87\x0e\x65\ -\x21\xbe\xe0\xa7\xfb\xea\xfe\x2a\xad\xfe\x5b\x94\xfd\xff\x89\xaa\ -\x3c\xa9\x06\x53\x11\x23\x4e\x39\xfe\x5c\xbe\xd6\x7f\xa3\xdc\xfe\ -\xba\x9a\x1b\x31\xfe\x08\x10\xc8\xb6\xe8\x8a\x04\xa0\x57\xfb\xf9\ -\x7a\x65\x20\x01\xd1\x19\xe8\x28\x39\x33\x71\x07\xef\xce\x3c\xcd\ -\x9b\x57\xe0\xd7\x9f\x9d\xe0\xf2\xca\x6a\x2e\xa5\xd4\x4b\x75\x32\ -\xb9\x38\x86\x0d\x89\x16\x5f\x18\x6f\x55\xcc\x3f\x34\xb5\xab\x88\ -\x57\xc0\x23\x9a\x01\x8e\xe6\xfa\x8d\x04\x3a\xa2\x69\x08\xf0\x37\ -\x00\x00\x02\xfd\x38\x45\x13\x24\x40\x90\xe1\x92\xe9\x38\x54\x3b\ -\x5c\x73\x3c\x65\x5f\xcc\xca\x6b\x01\xb2\xf2\x54\xc7\x16\xe8\x63\ -\x48\x1b\x70\xaa\x7c\xb2\xb2\x0b\x63\x98\x1a\xeb\xb0\x67\xdb\x66\ -\x66\xc7\x5b\xd8\xc1\x1a\xb6\x2f\xf6\x7f\xd2\xb2\xe3\xf4\x9f\x7e\ -\x55\x66\xbe\x18\x9a\xeb\x27\x2a\x79\x20\x3e\xd3\xf4\x01\x28\xf5\ -\x3f\x95\x9b\x90\xac\x30\x8e\xaa\x34\x8c\x8d\x79\x2d\x60\xb6\xd3\ -\x66\xbe\xd5\x62\xa2\x2c\x58\x32\x7d\x06\x0c\x70\x54\x1e\x19\x33\ -\x71\x21\x03\xe4\x09\xd3\x44\x86\x15\xa9\x0d\x31\x41\x62\x54\xf5\ -\xa4\x53\x72\x89\x9b\x24\x7e\xa3\x6c\x5d\xdd\xe6\xbb\x4d\xc8\x2d\ -\x18\xa7\x07\xc3\xf7\x6c\x9e\xb7\xf2\xce\x4c\x37\xc0\x95\x8e\xae\ -\xb3\xec\x9c\xd9\xc6\xd3\xcf\xfc\x80\xc7\x1e\x7b\x3c\x0b\xf1\x05\ -\xaf\xfa\xf7\xfb\x3d\x06\xeb\xa7\x28\xd7\xfe\x23\x45\xb5\x48\xcf\ -\xee\x03\x33\x8e\x63\x02\xc7\x38\x03\xbb\x19\xc3\x3a\xc6\xf5\xb0\ -\x83\x1a\x57\x77\x29\x7a\x17\x28\x06\x3d\xea\xf5\x55\xaa\xc1\x80\ -\xaa\x5e\xa3\x74\x7d\x8c\x4c\x77\x8e\x62\xf6\x51\x40\xb0\x11\xae\ -\x45\x9e\x53\x6a\xbf\xe2\x97\xe4\xfc\x53\xda\x41\x74\x06\x96\x5c\ -\x99\xba\x95\x4f\x36\xfd\x15\x7f\xbc\x54\xf1\xf7\x1f\x7f\xc6\xd9\ -\x2b\xd7\x02\x93\xab\x97\x65\xfd\xe9\x1a\x63\xa1\x2a\x99\xa9\x1e\ -\x8a\x81\x46\x6a\x77\xa3\xa5\xd6\x10\xc3\x0c\xd9\xe1\xe1\xbf\x51\ -\xe5\x8a\x63\x98\x61\x26\xc8\x7c\x0a\xf1\xb7\x7e\x87\x85\x98\x5e\ -\x4e\x81\xb9\xf6\xe8\x67\x4b\x78\x75\xb4\x5f\x53\x30\xe9\xa6\xb8\ -\xe1\x6b\xb8\x46\xbd\x7d\x12\xde\xcd\xb3\x53\xec\xda\x3c\x47\xbb\ -\x32\xb8\x5e\x17\x5b\x77\xa9\xeb\x5e\x54\xff\x9d\x3c\xdb\x2c\xae\ -\xf1\xda\x66\x0f\xc7\xdd\x81\x15\x25\x24\xa2\x89\xdf\xf5\x2e\x3b\ -\x72\x3e\x79\x1c\xab\xca\xfb\x01\xa6\xc6\x5b\xcc\x4e\xb4\x98\x6b\ -\xb7\x98\xae\x2a\x2e\x16\x3d\xfa\xf4\x31\x54\xe0\x5a\xa1\xfc\x80\ -\xce\xce\x91\x62\xf7\xf1\xc4\x53\x58\x8c\x2b\x93\xc6\x20\x5b\x8b\ -\x59\x93\xc7\xeb\xeb\xfd\xd2\x8d\xcb\x62\x26\x52\x07\x37\xa5\x82\ -\x8a\xe3\xce\x74\x63\xa5\x7e\x65\x68\x18\x66\x0e\x0a\xc3\x78\x55\ -\xb1\xbf\x28\xb8\xd1\x14\x3c\xf3\xc4\x13\x3c\xfd\xf4\xd3\x43\xcc\ -\xef\x9c\xa3\xdf\xf7\x8b\x3e\x7a\x03\x47\x7b\xfc\x7f\x60\x89\xff\ -\x11\x8a\x29\x30\x05\x35\x1d\xfa\x75\xc1\xc0\x59\xaa\xaa\xc3\x7a\ -\xbf\x8f\x6d\xf9\x7c\x03\x2b\x6b\x27\xe9\x0f\x2e\xb1\x7c\xf5\x38\ -\xbd\xb5\x2e\xad\xde\x59\xe6\xcd\x97\x6c\xa9\x16\x98\xab\xae\x30\ -\x51\x74\x69\x51\x27\x40\xf8\xb6\x66\x81\x83\x18\xf0\x33\xa4\xfa\ -\x8f\x0a\xf8\x21\x02\xa0\x04\x04\xad\x8c\xed\xe0\xe3\xb9\xef\xf3\ -\xc7\x6b\x63\xfc\xf3\xf1\xa3\x9c\xbe\x7a\xd9\x8f\xbf\x66\x10\xa7\ -\x08\x50\xdb\xa0\x22\xad\x37\x64\xfc\x70\x6e\xd4\x0e\x4d\x1b\x69\ -\x00\xb1\xfa\xc2\x9c\xd9\xa0\xe7\xdf\x23\x13\x15\x4a\x03\x69\x94\ -\x31\x24\x85\xc9\xef\x8d\x34\x24\x66\x22\x88\x63\x39\x6a\x9d\x4e\ -\xda\xa0\x62\x04\xe4\xbd\xf9\x0b\xa5\x03\x86\x4f\xe9\x43\x39\x47\ -\x0d\x3e\xf7\xdf\x8d\x9b\xe7\xd9\x31\x3f\x43\xc5\x00\x6b\xfb\xb8\ -\x41\x08\x00\x52\xea\xbf\x71\xcd\xf6\xa9\x17\x6c\x80\xa5\x55\xac\ -\x90\x8c\x85\x93\xe2\x14\x20\xa4\x9a\x05\x1e\x09\xe7\xad\xec\x18\ -\xe4\x37\x0b\x9d\x18\xef\x30\x3b\x31\xc6\xd6\xb1\x31\x76\x8e\x4f\ -\x70\x7e\x6d\x95\xf5\x7e\x2f\x30\xb9\x78\x44\xab\xc0\x8b\xc2\x7c\ -\x61\xd0\x83\x47\xd5\x99\x81\x6f\x88\x2b\x91\x15\x64\xc6\xb6\x7c\ -\x74\x95\x2c\x00\x89\x00\x10\x4c\x09\x2b\x8d\xb2\x01\x34\xc3\x80\ -\xaa\x88\x32\x13\xa7\x65\x82\xb4\x12\xbf\x43\xb4\xfd\x5d\x7c\x3e\ -\x02\x85\x33\x94\xb6\x64\x6f\x51\xb3\xdf\x39\x1e\x3b\xf4\x20\x4f\ -\x3e\xf5\x14\x53\x53\x53\x71\x1f\x3b\x63\x0c\xce\x39\xd6\xd7\xd7\ -\x59\xe9\xad\x73\x6e\xe9\x12\x67\xaf\xac\xb3\xb4\x3a\xc5\x17\x17\ -\xcf\x72\x66\xe9\x13\xd6\xea\x2e\xcb\xdd\x55\xae\xad\xaf\x61\x9d\ -\xa3\x08\x12\x68\x79\x7d\x1d\xe7\x0c\xe3\x65\x8b\x8e\x31\x74\xac\ -\x61\x6c\x30\x8e\x59\xbb\x91\x09\x77\x23\x5b\x8a\x01\x5b\x8a\x2b\ -\xec\xec\x5c\x60\xef\xd4\x25\x76\x4d\x5c\x66\xbe\xbc\x42\xdb\x5d\ -\xc3\xd8\x01\x46\xb4\x83\x51\x80\x60\x49\xc4\x18\x87\x37\xa9\xfe\ -\xcd\x10\x5f\x3d\x0b\x20\x60\xb1\xd6\xda\xc4\xa7\x73\xcf\xf0\xce\ -\x60\x07\xff\x7c\xfc\x28\x27\x16\x2f\xfa\xd5\x9e\x91\xb1\x21\x4d\ -\x3b\x35\x99\x2e\xdc\x93\x69\x6e\xc4\xfa\xa4\x13\x8a\x2a\xdd\x08\ -\x62\x8d\xf7\xa9\x6b\x02\xd4\x66\xc4\x3d\xd9\x8a\x3a\xed\x79\x17\ -\xbb\x9e\xec\xe3\xb4\x90\xd0\xda\x44\x04\x01\xa9\x57\x78\xd6\x96\ -\x9e\x96\xea\x2a\x31\x78\xec\x8f\xa0\x5d\x68\x50\x72\xba\x92\x0a\ -\x68\xb2\x55\xa7\x5a\x30\x16\xa9\x9f\xac\xa1\x2a\x4a\xb6\xcf\x4c\ -\x73\xef\xfe\xbd\xdc\xb8\x65\x16\x63\xfb\xd8\x41\x8f\xba\xee\x29\ -\xf5\x3f\xe4\xbb\xb8\x9e\xf8\xdf\xe0\xa8\xb4\x2e\x98\x6f\x0b\xee\ -\xe2\xb9\x64\x02\xa4\x49\x06\xdf\x5e\x2f\x5b\x0a\x03\x55\x55\x30\ -\x3e\x56\x31\x3d\xd9\x61\x6e\xa2\xcd\xe6\x95\x36\x33\x9d\x36\x97\ -\xd7\xaf\x51\xd3\x85\xa2\xc4\x48\x44\x94\xe4\xfa\x33\x91\x73\x41\ -\xe6\xc3\x0c\x3e\x39\x87\x6d\x05\xa6\x2d\xfd\x6c\x00\x65\x7c\x67\ -\xa6\x39\x99\x44\x13\x2e\xaa\x71\x1a\x61\x2d\x31\x6e\x37\x10\x4e\ -\xda\x30\xa1\xc9\xfc\xaa\x4e\xce\xaf\xbc\xba\xa1\x53\xb0\xcf\x76\ -\x79\xf4\xe0\x83\x3c\xfb\xcc\xf7\x99\x9f\x9b\xcd\x37\xb1\x2c\x0c\ -\xdd\xf5\x35\x2e\x2f\x5f\xe3\x17\x1f\xbf\xce\xbf\x7f\xfd\x1f\x58\ -\xb8\x76\x99\x5e\x3d\xa0\x3b\xe8\x61\xb1\x0c\x6c\x8d\x8d\xf6\x71\ -\x18\x5c\x35\xfd\x24\xf5\x2f\x0d\x14\x54\xb4\x6c\x8b\xb9\x6a\x92\ -\xd9\x6a\x9a\x2d\xad\x59\xb6\x0f\x76\xb0\x65\x05\x76\xb4\x2c\xb7\ -\xce\xf5\xd8\xcb\xfb\xec\x69\x9d\x66\x13\x0b\x54\xb6\x47\xe1\x06\ -\xb9\xf0\x0d\x04\xa4\xbd\xf8\x12\xec\x13\xf9\x15\xc8\xa7\xfb\x64\ -\xd8\xfd\x78\xac\x57\xf3\x7c\x3c\xfd\x04\x6f\xba\x5b\xf8\xfb\x63\ -\x27\x39\xbe\xb0\xe8\xa7\xfb\x94\x86\x88\x4b\x8e\xd9\xe4\x3f\x10\ -\xfa\x91\xb7\x98\x66\xc5\x12\x81\x47\xa0\x96\xb1\x69\x30\x4b\x1c\ -\x43\xfd\xbb\xc1\x60\x5a\x65\x8e\x4c\xaf\x73\xe9\x05\x1a\xc8\x66\ -\x0b\x6c\xe3\xbf\x3e\x4f\x7e\xaf\x0b\x4c\xad\xc1\xc0\x06\xba\x94\ -\x55\xac\x3a\xe2\x51\x1f\xaa\xef\xb5\x4f\x21\x03\xa2\xd8\x26\x97\ -\x83\x41\xd8\xbf\x70\xac\xd5\x62\xf7\xf6\x2d\xdc\xb6\x6b\x07\x53\ -\xed\x02\x9c\xf7\xfe\x3b\x3b\xc0\xaf\x02\xd4\x7d\xeb\x5f\x3a\x04\ -\x03\x5a\x13\x68\x1c\x95\x54\x74\x24\x76\x64\x48\xed\xd4\xe9\xf4\ -\xdb\x3a\xbf\x2b\x49\x55\x19\x3a\xad\x32\x39\x03\x3b\x6d\x66\xab\ -\x16\xad\x02\xac\x1b\xe0\xe8\x41\xd1\xc3\xd4\xc1\x39\x52\xa0\x06\ -\x04\x62\x8e\x74\x99\xe6\xa9\x6b\x1c\x6d\x8c\x5a\x47\x6e\x9c\x77\ -\xd8\x24\x20\xf2\x15\xf7\xb3\x3c\x6a\x40\xb3\x36\xc8\x9d\x8a\x70\ -\xb4\x53\xca\x29\xe2\x10\xd1\x69\xfc\x0e\x48\xfb\xa6\x3b\xdc\xea\ -\x96\x39\xb8\xff\x56\xbe\xff\xcc\x33\x6c\xda\xbc\x09\x1b\xf7\x25\ -\x70\xb8\xc2\xd1\xef\xf6\x59\x5a\xbe\xc6\x8b\xc7\xde\xe6\x3f\xbe\ -\xf1\x8f\x7c\xb0\xf0\x39\x69\xb7\x1b\x48\x5a\x45\x1a\x18\xbf\xc3\ -\xb1\x53\xd2\x87\xd8\x97\xb8\x01\x5d\xdb\x63\x65\xbd\xcb\x99\x7a\ -\x99\xca\x54\x94\x94\x8c\x17\x2d\xe6\xcb\x31\xee\x58\xdf\xca\xbe\ -\xf6\xc3\xec\x6d\xf5\xb9\xa3\x73\x92\x5b\xda\xc7\xd9\xe4\x16\x99\ -\x75\x8b\x94\xae\x17\x99\xcf\x49\x9b\x11\x46\x4f\xd4\xa0\x43\x7e\ -\x85\xf1\xb5\xd7\x7f\x50\x8c\x73\x62\xee\x71\x8e\x14\x07\xf8\x9b\ -\x8f\x4f\xf1\xf1\xb9\x0b\xac\xf7\xc2\xc6\x2f\xd8\x54\x96\xda\x7d\ -\xc9\xe3\xb2\x16\x20\xb1\x55\xe4\x20\xa0\x25\xdf\x06\x52\x4b\xcf\ -\x97\x8f\xa6\x5b\x75\x48\xdb\x0a\xd2\xf2\x73\x01\xf4\x50\xbe\xe4\ -\xe3\x1b\x62\xf6\xeb\xfd\x16\x9a\x50\x36\xbc\x33\x5e\xed\xcf\xd2\ -\x89\x91\xfa\x45\x3a\x34\x8b\x2d\xd0\x91\x80\x39\xa3\x66\x6d\xd7\ -\x1a\x54\xa0\xf9\xc2\x18\x66\x27\x26\xb8\xe5\xc6\xed\xec\xd9\x3e\ -\x47\xa7\x74\xb8\xae\xb7\xff\xed\xa0\x87\xb3\x75\x28\x29\x81\xeb\ -\x48\x3e\xd6\x7d\xd5\xf8\xde\x30\x01\xd4\xe0\x39\xa5\xee\x87\xd3\ -\x5a\x3b\x96\x8f\x14\x59\x98\x94\x1f\x60\x7a\x72\x8c\xd9\x76\x8b\ -\x99\xaa\xc5\x58\x59\xd2\xab\xfb\x38\xd3\x83\xa2\xeb\xe7\x45\xa5\ -\x63\x4c\x62\x0e\x4c\x8d\x2b\x82\x9a\x6f\x7a\x18\xd3\x0e\xf4\x12\ -\x3c\xf2\x61\x90\x8d\x11\x10\x68\x32\x7a\xaa\x77\x1a\x00\xdd\x68\ -\xbd\xc2\x2c\x30\xbe\x6b\x4a\x26\xff\x31\xc6\xb0\x6d\xa2\xc5\xad\ -\x45\x97\xbb\x77\xde\xc8\x8f\xfe\xe2\x2f\xd8\xba\x75\x2b\xce\x39\ -\x6a\x5b\x53\x38\x07\x45\x81\x1d\x0c\x58\x5b\x5f\xe3\xad\x53\x9f\ -\xf1\xef\x5e\xfd\x39\x1f\x9c\xfb\x3c\xd8\x64\xea\xdd\x46\x6b\x1c\ -\x72\x29\x22\x51\xde\x91\x42\x3c\x61\x66\x03\x53\xd0\xb7\x96\xbe\ -\x2d\x58\xa7\xc7\x15\xb7\xca\xe9\xde\x65\xa6\x5a\x6d\x6e\x99\xd9\ -\xc4\x77\xeb\xfd\xec\x59\xbb\x89\x9b\xc7\x96\xb8\xad\xfc\x82\x3d\ -\xe6\x28\xb3\xee\x3c\x95\xeb\x91\x54\xff\x04\x80\x19\xe3\x3b\x68\ -\x06\xfc\xe0\x0c\x03\x3a\x7c\x31\xf9\x20\x56\x14\x01\x36\x00\x00\ -\x20\x00\x49\x44\x41\x54\xef\xb6\x0f\xf2\x9b\x63\x97\xf8\xe0\xd4\ -\x22\xdd\x41\xd0\xa2\xe2\x34\x9a\x8b\xe5\x8b\xd4\xd2\x9a\xc6\x30\ -\xf3\xfb\xb1\xf3\x4c\x29\x0c\xa5\x39\xbc\x41\x4c\xd9\xf9\xe6\xb9\ -\x6c\xd0\xc9\x45\xa9\x12\x28\xba\x0c\x3d\xd5\xd7\x64\x78\xb1\xed\ -\x65\x67\x60\x43\x43\x90\xe4\x4c\x9a\x85\xda\x44\xcd\x44\xd7\xd3\ -\xa4\x7e\x90\xa0\xa2\xcc\xa7\x40\xa3\x8e\x52\xb6\x0e\x7a\x03\xac\ -\xa1\x5d\x55\xec\xdc\x3c\x17\x63\xff\x0d\x7d\xea\xfe\x3a\xae\xee\ -\xc5\x44\x20\xc9\xb9\xb9\x31\xf3\x67\xca\x46\xe3\x57\xbe\x2f\x40\ -\xe4\x9b\x11\x8d\x97\x33\xd9\xa9\x34\x70\xc6\x40\xd5\x2a\x7c\x4c\ -\xc0\x78\x9b\xf9\xc9\x0e\x3b\x26\xc6\x39\xbd\x3a\x4e\x77\x60\x59\ -\x1f\x0c\x70\xc5\x3a\x14\x55\xe8\x8f\x2a\xd0\x51\x8d\x91\xc0\x0a\ -\x17\xc2\x83\xcb\x1a\x67\xc2\x2a\x98\x30\x56\x60\x02\x3d\xf9\x5c\ -\x6a\x91\xb7\x8d\x1b\x4d\x27\x51\xc3\x20\x94\x23\xaa\x98\xae\x7b\ -\x53\x7d\xb2\x18\x60\x53\xbb\xc5\xad\xa5\xe5\xa6\xb9\x59\x7e\xf0\ -\xfc\x73\xdc\xb0\x73\x27\x0e\x1f\xdd\x57\xb8\xc2\xbb\x1d\xac\xa5\ -\xdf\xef\x73\xe6\xda\x25\xfe\xd3\xdb\xbf\xe5\xfd\x73\xc7\x19\x58\ -\xbf\x0a\x4c\x82\x44\x4c\x54\xb9\x15\x28\xc5\x77\x9b\x46\x67\xea\ -\x76\x88\x3f\xc4\x60\x4c\xe9\x99\xc6\x15\x38\xe3\xe8\x5a\xcb\x7a\ -\x6f\x95\x4b\x97\x2f\xf3\xf1\xca\x49\x76\x8d\x6f\xe2\x9e\xfa\x46\ -\x8e\xb5\x1e\xe2\xd6\xd6\x7e\x6e\x2f\x8f\xb1\xc7\x1c\x63\x7a\x70\ -\x01\xc3\x80\x21\xd5\x3f\x82\x82\x30\x3e\xd1\xa5\x33\x28\xda\x9c\ -\x9a\x3e\xc4\x3b\x13\x4f\xf3\xd2\xe9\x2e\xaf\x1f\x3f\x47\xb7\x1b\ -\x3c\xe0\x51\x92\xd9\x46\x7d\xfd\xc3\x46\x5d\x8a\x6d\x96\xb1\x88\ -\x0e\x59\x51\xc9\xb5\xaa\xab\xc6\x4c\xca\x8d\xd8\xa0\x55\x7c\x7d\ -\x4f\xf3\x08\x75\x89\x63\xde\x50\xb7\x75\xff\x2b\x09\xef\x74\x16\ -\xa8\xcc\x44\x08\x1f\xd7\x7c\xb1\xba\x37\xdb\xcf\x8f\x08\xa4\x29\ -\xf2\x31\xac\xfd\x37\xea\x9d\x19\xa1\xaa\xe7\x5c\xe1\x7d\x0a\x12\ -\xa4\x66\x7c\x5a\xbd\x2d\x33\xd3\xdc\xbb\x7f\x0f\x77\xee\xbb\x81\ -\xe9\x76\x01\x83\x75\xec\x60\xdd\x87\xfe\xd6\x83\x5c\x80\x0d\xb1\ -\xea\xa8\x73\xc3\xc7\x37\x26\x05\x75\x1b\xfe\x72\xd9\xd7\xa2\x30\ -\x94\x45\x41\xa7\xdd\x62\x72\xa2\xc3\xcc\xe4\x18\xdb\x27\x26\xd9\ -\x36\xb6\xc6\xe5\xb5\x2e\xdd\xde\x1a\xce\xf4\x3c\x08\x84\x5d\x5c\ -\xbd\x17\xb5\xaf\x6c\x77\x0b\xae\xc6\xe1\x17\x55\x18\x91\x2c\x16\ -\xa5\x39\x88\xca\x59\x84\xaf\x26\xaf\x92\x2b\x52\xb0\x86\x20\xb4\ -\x13\x66\x13\xf5\x55\x06\xa4\xe9\x36\xb7\xcc\xb4\x2a\xf6\xb7\x1c\ -\x37\x4f\x8e\xf1\xec\xd3\x4f\xb1\x7b\xf7\x6e\xc0\xf9\xd5\x56\x21\ -\xda\xaf\xb6\x96\xc1\xff\x4f\xda\x9b\x3e\xd9\x91\x24\x77\x62\xbf\ -\x88\xcc\x77\xd6\x5d\x28\xa0\x50\x40\xe1\x06\x1a\x68\xa0\x81\x46\ -\x1f\x33\x3d\x33\x3d\xc3\xe9\x1e\x72\x86\x4d\x2e\x25\xad\xad\xed\ -\x1f\xb0\xc6\x95\xfe\x1b\x7d\x97\xb4\x66\x32\x49\x6b\xd2\x07\x51\ -\x32\xe3\x52\x94\xb8\x5c\xd1\x78\x68\x29\xd1\x96\xbb\xc3\xe5\x35\ -\x17\xa7\x67\x1a\xc4\x8d\x42\xdd\xf5\xae\xbc\x22\x5c\x1f\x22\x3c\ -\xd2\x23\x5f\x56\x77\x0f\x37\xcb\x5e\xbd\x97\x57\x1c\x1e\x7e\x85\ -\xbb\x87\x47\x55\x21\xa7\x0a\xbf\xf5\x97\x7f\x84\x3f\xf8\xd9\x7f\ -\x40\x56\xe6\x1e\x9f\xb9\x5c\x80\x02\xd1\x50\x4d\xec\x91\x7a\x28\ -\xa5\x63\x1b\xe0\x2d\xc2\xe2\x4e\xe5\xb2\x17\x73\x18\xaa\x85\xc5\ -\x71\x99\xe1\xa4\x1a\xe3\xd1\x78\x0f\xd7\x07\x5b\xf8\xca\xca\x15\ -\x3c\xee\x6c\xe2\x4a\x72\x07\xb7\xf5\x5f\xe3\x86\xfd\x3b\x0c\x68\ -\x04\x46\xe2\x78\x03\x4f\x26\x7c\x56\xfb\xfb\x78\xdd\x7f\x03\x7f\ -\xd9\xff\x26\xfe\xe4\x79\x81\x7f\xf3\x83\xc7\x98\xcc\x4a\xb8\xf9\ -\xb4\x6c\x6f\x0c\xaf\x88\x81\x06\xde\xd0\x60\x78\x81\xdf\x88\x77\ -\xe5\xde\x75\x24\xaf\xcf\x01\x41\x3c\xa7\xc2\xcf\xf8\x19\x55\x8f\ -\x75\x98\x52\x4a\x89\x2f\x9e\x63\x58\x4a\x29\x2c\xdb\xa6\x8d\x50\ -\x3e\xa4\xb4\x54\xf5\x73\x21\xcb\x94\xbf\x1f\x2d\x36\xd3\xf5\xea\ -\x3f\x6e\x47\x00\x8c\x68\x23\x97\x4f\x1a\xa8\x52\x6f\x54\x04\x98\ -\xf9\x6b\xa5\x70\xf9\xdc\x19\xbc\x7f\xfb\x1a\x2e\x6d\x2c\xa1\xa3\ -\x4b\x54\x65\x06\x5b\xe5\x30\x95\x0f\xfe\x21\x3f\x05\xaf\x25\xb7\ -\x60\xca\x5f\xee\x48\x9b\x0f\x93\xfc\x26\x79\xb5\xc1\x09\xc5\xc1\ -\x2b\x6f\x53\xad\xd0\xed\x6a\x0c\x07\x6e\x71\xd0\xca\xa0\x87\x8d\ -\x5e\x1f\x2f\x3b\x5d\x4c\x8a\x12\xb9\xb5\x20\x94\x80\x4a\x01\xe5\ -\x8d\x7a\x44\xa8\xe3\x5e\x81\xb0\x6e\x40\x59\x90\xce\xdd\xfe\x80\ -\x49\xe2\x80\x68\xd9\xf2\xaa\x6b\x64\x56\x70\x31\xf8\x56\xd0\x53\ -\x18\x68\xd9\x64\x62\x55\xa2\xee\x4f\x98\xff\x3b\xe2\xea\xa5\xc0\ -\xf5\x2e\xe1\x56\xbf\x83\xef\x7c\xeb\x9b\xb8\x75\xeb\x16\x94\x52\ -\x30\xc6\x32\xed\x07\xab\x77\x6e\x2b\xfc\xd6\x5f\xfe\x21\xfe\xe5\ -\x9f\xff\x6b\x1c\x4c\x4e\x42\xb1\x75\xfa\x39\x26\x90\xa6\xa4\x6f\ -\xc0\x2f\xda\xf9\xa5\xf1\x88\x75\xf0\xa0\xb0\xb6\xde\x7a\xe4\xab\ -\xcd\xfe\x64\x15\xa6\x76\x86\x1f\x66\xcf\xf0\x6c\x74\x82\xdb\x4b\ -\x5b\x78\x7b\xe9\x2c\x5e\xf6\x3e\xc6\xeb\xf4\x0a\xee\xd2\xdf\x60\ -\xa3\x7c\x0c\x6d\xcb\xba\xe7\x82\xf0\x09\x40\x89\x1e\x76\x86\x77\ -\xf1\x57\x0b\xdf\xc1\x9f\x1f\x74\xf0\xfb\x3f\xfc\x0c\x47\xe3\xbc\ -\x6e\x1b\x01\x75\xe4\x9d\x42\x4d\xf8\x72\x4a\xd0\x90\x38\xc2\xa6\ -\xe0\x10\x44\x37\x88\x53\x12\x20\xd5\x65\x04\x46\x40\x61\x7c\xeb\ -\x7a\xfd\xb7\x44\x45\x79\x44\x16\x7d\xf9\x8c\x64\x02\x6d\x6d\xe4\ -\x67\x04\xe3\xe2\xe9\x8e\x9c\x9b\x93\xaf\x43\x79\x26\x21\x77\x06\ -\x0a\xaa\xbf\x37\x42\x82\xfb\x29\x89\xbf\xae\x2a\xe4\xad\xb4\x89\ -\x0f\x1f\xf6\x53\x62\x28\x28\x68\x74\x3b\x0a\x37\xb6\xce\xe1\xf2\ -\xd9\x35\x0c\x3b\x0a\x54\xcc\x60\xca\x29\x4c\x39\x13\x53\x00\xbf\ -\xef\x46\xa4\xc5\xce\x77\xf3\xf3\x8e\xf6\x50\xe0\xa8\x94\x2f\x57\ -\x1a\xf7\xc9\x2d\x0e\xea\x60\x69\xb1\x8f\xb5\xc5\x3e\xce\x2f\x2e\ -\x60\x67\x36\xc3\x61\x36\x43\x61\xbc\x74\x0f\x1f\x38\x22\xb4\x04\ -\x24\xc2\x97\xc5\xe2\x49\x55\xa0\x94\x00\xe3\x76\x0b\x86\xea\x78\ -\x57\xa2\xcf\xc3\xc5\xa1\x9b\x8c\x10\xc1\x16\xe3\x07\x83\x55\xc2\ -\xb6\xbe\x31\x93\xf1\xdf\x9d\x84\x70\xb9\xab\x71\x59\x01\xbf\xf4\ -\xc1\x07\xb8\xe7\x43\x7c\x83\xc5\x1f\x8e\xf8\x95\x52\x48\xbb\x1d\ -\xfc\xd1\x0f\xbf\x8f\xff\xee\x4f\x7f\x07\x3b\xe3\x03\xd1\x00\x01\ -\x2d\xc5\x0d\x6b\x39\xc2\x98\x71\x5f\xa5\x36\xd0\x6c\xae\x20\x88\ -\xe6\xbe\x85\xd2\x5e\x43\x06\x47\xd9\x18\xdf\x9f\x3e\xc6\xcf\x0f\ -\xf7\xf1\xde\xe6\x65\x1c\xae\xdc\xc5\x5e\x7a\x1e\xd7\xe9\x47\xb8\ -\x49\x7f\x8b\x45\x7b\x04\xce\x8d\xcf\xd5\x1b\xd5\xc7\xd3\xc1\x03\ -\xfc\xa0\xff\x21\xfe\x6a\xba\x86\x7f\xfd\xa3\xcf\x70\x38\x66\x2d\ -\x4d\xb8\xa4\x42\x5b\x6c\xdd\x1e\x56\x33\x03\x43\x91\x00\x60\x98\ -\x24\x35\xf1\x87\xa1\x69\xb1\xc2\xeb\x16\x42\x09\xb4\xd9\xa4\x76\ -\x41\x8c\xd1\x83\xfc\xb3\x6d\xce\x20\xc7\x9f\xa7\x91\xb5\x46\xe4\ -\xf0\xa7\x8d\x51\x37\xca\x51\x3e\x5f\x80\x82\x77\xc3\x8a\xa0\x34\ -\xab\x6a\x21\x15\xc6\x8b\x04\xec\xb8\x58\xb1\x40\xad\xe2\xbd\x2a\ -\xea\xfb\x0a\xc0\xca\x70\x88\x7b\x57\xb6\xb1\xb5\xb6\x08\x4d\x05\ -\x4c\x39\x45\x55\xcc\x60\xab\xc2\xc5\xff\xb3\x51\x2e\x62\xbc\xbf\ -\x00\xe5\xfb\xc3\x7b\x01\x4e\x93\x50\x31\x57\x89\x18\x72\xcb\xa1\ -\xa0\x90\x24\x6e\x6d\xc0\xc2\xa0\x87\xd5\xa5\x01\xce\x4e\x0a\x9c\ -\x9b\x0c\xf1\x7a\x3a\xc0\x24\x2f\x60\xc9\xcd\xef\x15\x79\x40\xb1\ -\x9d\xc8\x23\x14\x29\xcf\x10\x00\x3f\x20\x15\x90\x4e\x41\xb0\x40\ -\x65\xa1\xd0\x89\x39\xb7\x54\x0b\x43\xa6\x20\x12\x02\x58\x48\x0e\ -\x99\xf5\x37\x10\x96\x45\x27\x05\x6e\x2e\xf6\x70\xd5\x96\xf8\xd6\ -\xbb\xef\xe2\x9d\x87\x0f\xd1\xe9\xa4\x82\xf8\x7d\xdb\x08\x48\xd2\ -\x14\x3f\x7d\xfd\x14\xff\xf2\xcf\xff\x0d\x9e\x1c\xba\xfd\xed\xa9\ -\x29\x5d\xa4\x9b\x6f\x6e\x50\x04\x42\x48\x95\x3a\x32\x9e\xf1\x21\ -\x8c\xa4\x60\x82\xb1\x51\x51\xd1\x07\x04\x63\x2d\xf6\xa7\x63\xfc\ -\xf1\xe3\x4f\xf1\x68\xf9\x08\xdf\xb9\x78\x15\xaf\xfb\x5f\xc7\x51\ -\xb2\x85\xbb\xe5\x5f\x60\xa3\x78\x02\x65\x9d\xdb\xd0\xaa\x0e\x5e\ -\x0f\x6f\xe3\xa7\xc3\xaf\xe3\x2f\x4e\xd6\xf0\x7f\xfc\xe0\x31\x9e\ -\xee\x8e\xfc\x9a\x2a\x21\xfd\x03\xdd\x70\xfd\xfe\x3b\x30\x3e\x96\ -\x7e\xf2\x59\xd9\x65\x21\x29\x15\xb9\x31\xe1\x0c\x3b\x61\x4d\x86\ -\x27\x1a\x8a\x3a\x24\xe0\xc9\xf0\x90\x44\xd9\xc6\x18\x28\xbe\x1c\ -\xd9\x5e\xf8\x86\xf5\x67\x6c\xaf\xe1\x7e\xb5\x30\x8d\xb9\xf7\xad\ -\x17\x34\xe4\x9b\x2c\xa3\x52\x39\x02\x10\xa2\x3c\x26\x54\xd1\x17\ -\x9e\x36\x18\x1f\x17\x63\x01\xb7\x22\xd6\xd9\x52\x7a\x9d\x04\x17\ -\xce\xac\xe2\xde\x95\x8b\x58\x1d\x76\x80\xea\xc4\x85\xff\x56\x99\ -\x8b\xfd\xb7\x46\xd0\xac\xc7\x4d\xd9\xe6\xd3\x8e\x16\xe2\x8d\x34\ -\x00\x29\x70\x5a\x05\x67\x5b\x99\x3e\x10\x86\xf3\x2c\x2a\xeb\x62\ -\x02\x16\x86\x5d\xac\x2d\x0d\xb1\x39\x2b\x71\x3d\x5f\xc5\xb4\x32\ -\x18\x65\x19\xf6\x67\x33\xa7\xbe\xf3\x2e\x2b\x46\x00\x90\x1c\x13\ -\x21\x9e\xb3\x13\x5c\xca\x92\x24\x87\xcb\x77\x56\x82\xaa\x1e\x14\ -\x6b\x0d\xc4\x69\x96\x3c\x23\xe1\x68\x41\x1b\x0a\xab\x0f\x4d\xce\ -\x67\xca\xcc\x46\x11\x48\x57\x48\x52\x83\x6b\xcb\x43\xdc\x06\xe1\ -\xe1\xed\x7b\xf8\xea\x57\x3f\x40\xaf\xd7\x8b\x7c\xfd\x44\x0a\x95\ -\xb1\xe8\x76\x3b\xd8\x9d\x1d\xe3\xbf\xfd\xb7\xff\x0a\xdf\x7f\xf2\ -\x63\x58\x2b\x96\xec\x29\xd4\x04\x13\x04\x50\x83\x1a\x5a\x39\x28\ -\x09\xc6\xa5\x10\x21\x3b\xbb\x45\xe5\xa0\x04\xe3\x94\x2f\x97\x92\ -\x46\xf0\x8f\x8b\xdb\x28\x4b\x83\x9f\xed\xed\x61\x7f\x94\xe1\xe1\ -\xe6\x05\xec\x6f\xdc\xc4\xa8\xb7\x8a\xb7\x92\xbf\xc4\xf9\xfc\x53\ -\x74\xaa\x29\x76\xfb\xb7\xf0\xd7\xc3\x8f\xf1\xa3\x72\x13\xbf\xff\ -\xe3\x27\x78\xb4\x73\x24\xb6\xef\x62\xe9\xce\x9d\xb1\x08\x9b\xa6\ -\xc0\x27\x75\x89\xfa\x22\x18\x41\x80\xbd\x8a\xdb\x2a\x1f\x03\xc3\ -\x47\x8e\x93\x60\x24\x80\x40\x72\x0f\x13\x0e\xec\x8a\x36\xd9\x10\ -\x75\x72\x99\x8a\x3c\xec\x38\xbb\x13\x10\x59\xe4\x95\x01\xf9\xb4\ -\xdd\x48\x39\x9b\x8f\x7f\x3f\xb8\xf6\xa8\xd6\x56\xa4\x2d\x47\x7c\ -\x2b\x2b\xca\x0c\xea\xbf\x90\xfe\x51\xcc\x8a\xaa\xcb\xb7\xde\xe8\ -\xc7\xf3\xfe\xb0\x8b\x95\x41\x9a\x00\x5b\x67\xd6\xf0\xd1\xdb\x77\ -\xf1\xc6\xc5\x0d\x74\x75\x85\xaa\xca\x60\x0a\x37\xff\xb7\xde\xd0\ -\x1c\x66\x62\xff\xd0\x43\x39\x98\xfc\x42\x7b\x03\xce\x31\xc8\x96\ -\xfb\x6e\x89\xb0\x9b\x06\x2c\x2e\xf4\xb0\xb2\xd0\xc3\x99\xc5\x3e\ -\xb6\x66\x8b\x78\x3c\x18\xe2\x70\x36\x85\xa1\x0a\x2e\x65\x98\x86\ -\xdf\x3d\x53\xa8\xee\x70\xd6\xf3\x50\x21\x81\x33\xfb\x92\x06\x54\ -\xa2\x40\x36\xf1\xd6\x71\x05\x10\x77\x41\xc5\x5c\x51\x6a\x35\x92\ -\x03\x07\x44\xb1\x50\xda\xe2\xc2\x42\x17\xb7\x40\xb8\x79\x61\x1b\ -\xdf\xf8\xda\xd7\xb0\x30\x1c\x78\xe2\xf7\xf1\x90\x8a\xa0\xa1\x91\ -\xa4\x29\x4e\xca\x19\xfe\xfb\x3f\xfd\x5d\xfc\x5f\x7f\xfb\xff\x62\ -\x5a\xce\x04\x20\xa5\x1a\x86\x5a\x0a\xc9\x3a\x99\x90\xe6\x22\xc3\ -\x84\x06\x10\xe6\xd3\x08\x88\xea\x08\xae\xa9\x4d\x28\x21\x9d\x05\ -\xa1\x0a\x37\x92\xb3\x79\x12\x0e\x26\x13\xfc\xe9\xa3\xbf\xc7\xb3\ -\xa3\x11\xf6\x2f\x5f\xc6\xde\xf2\x77\x71\x2b\xbd\x81\xd5\xea\x35\ -\x7e\xde\xbb\x8f\x9f\xe6\x67\xf1\x3b\x3f\x7c\x86\x9f\xbe\x3c\x70\ -\x51\x7e\xa1\x1e\x1d\xd7\xab\x9a\x19\x9d\xe4\x3d\x06\x84\xfc\x08\ -\xe0\x47\xc6\x3b\xcf\x48\x38\x5b\x73\x60\x96\x4d\xb5\x1e\x8d\x32\ -\x80\x60\x2c\x65\x2d\x21\x32\xf0\xb9\x31\x0d\x71\x24\x89\x77\x2b\ -\x7b\x49\xac\x58\x50\x80\xdc\x3a\xfe\x90\xbd\x87\xdd\xb6\x0d\x06\ -\xc6\x84\xdd\x66\x9f\x89\xba\xeb\x89\x5d\x3e\x27\x34\xda\x08\x26\ -\xec\x21\x30\x69\xbd\x11\x6a\xe8\x87\x85\x52\x16\x83\x6e\x17\x37\ -\x2e\x9c\xc5\x83\x6b\x17\xb1\xd0\x4b\x80\x62\x04\x5b\xce\x60\xaa\ -\x0c\xb6\xf2\xa9\xbf\x44\xa0\xde\x2f\x7c\x34\xba\xf3\xa5\x18\x40\ -\xd3\x8f\xdd\xc4\xf7\x50\xb6\x47\x84\x90\x29\x68\xd0\xc1\xf2\x62\ -\x1f\xab\x93\x1c\x67\xfa\x5d\x9c\xe9\xf7\xf1\x22\x49\x31\xb5\x2e\ -\x07\x00\x69\xe5\xc7\x27\x11\x53\x5b\x4f\xe9\x1c\xc8\x11\x84\x9f\ -\x05\x38\xd7\xa0\x4a\x41\x2a\x41\xf0\xc8\x92\x58\x68\x14\x70\x97\ -\x91\x42\xfc\x0e\x0f\x38\x55\xeb\x4c\x3f\xc5\x6d\xad\x70\x73\x63\ -\x13\x1f\x7e\xed\xeb\x58\x59\x59\x76\x81\x3e\x64\x40\xa4\x9d\xa0\ -\xd1\x40\x9a\xa6\x18\x2c\x0c\xf1\xdb\xff\xee\x4f\xf1\xbf\xfd\xe5\ -\x1f\xe2\x38\x1b\x37\x10\x95\xa5\x87\xe4\x90\xf3\x75\x86\x06\xb5\ -\xb9\x24\x39\x37\x22\xab\x51\x1c\x19\x29\x0d\xa4\x35\xa4\x31\xb7\ -\xc2\x91\xab\x90\x5b\x6d\xf9\x24\x1c\xa5\x25\x7c\xba\x73\x84\xdd\ -\xe3\x02\x4f\x2e\x5f\xc4\x87\xdb\x6f\x61\xb9\x67\xf0\x74\x96\xe0\ -\xf7\x7e\xf8\x04\x7f\xf7\xf2\x00\xc6\xda\x46\x35\x02\x7e\x8a\xa5\ -\xbf\xad\x71\x21\xf8\x9f\xb9\xdf\xe4\x11\xa0\x69\x18\x13\x20\x09\ -\x69\xb4\xc4\xdc\x5f\x4a\xfd\x70\x2e\x25\xbf\xaf\x2b\x18\xe5\xb4\ -\xd3\xfe\x64\xf0\x16\xb7\x31\xe4\x0a\x30\xa8\xa5\xaa\x7b\x96\x02\ -\x2c\xe1\x9f\x61\xe6\x00\xcc\x65\xea\x09\xf5\xaa\xfa\x7a\x0b\xc2\ -\xbb\x90\x34\xaa\xfb\x12\x98\x81\xf4\x0a\xc8\x76\x0b\xe2\x0f\x9a\ -\x06\x6b\x29\x16\x69\xaa\x70\x76\x65\x11\xf7\xaf\x6e\xe3\xe6\x85\ -\xb3\x48\x6c\x89\xb2\x98\xa1\x2a\xbd\xfa\x6f\x4b\xd4\xae\xbf\x2f\ -\x71\xa8\xb9\x1f\x73\xc7\x2f\xa6\x01\x7c\x89\x83\x88\xa0\xb5\x53\ -\x2d\x5c\x9e\x80\x2e\x96\x87\x5d\xac\x0e\xba\x38\x37\x1c\x60\xb1\ -\xdb\x45\x5e\x96\x30\x54\x79\x5a\x50\x9e\x09\xb2\x44\x07\x5c\xc4\ -\x95\xf7\x12\x24\xa8\xa5\x45\x60\x04\x15\xa0\x2a\x90\xd2\x3e\x0b\ -\x8f\x40\x3c\xc9\x34\x80\x9a\x09\x07\x69\xeb\x7e\x0f\x3a\xc0\xed\ -\x8e\xc2\x9d\x33\xe7\xf0\xb5\xaf\x7e\xd5\x07\xfa\xc0\x05\xfa\xa8\ -\xd8\x2d\xd7\xe9\x75\xf1\xfd\xc7\x3f\xc6\xff\xf4\xef\x7e\x0f\x7b\ -\xe3\x63\x81\x94\xcc\x09\x25\x71\x8b\x7a\xfd\xa5\xc8\xba\x1c\x24\ -\x99\xae\x09\x27\xbc\x23\x91\x5a\x24\x27\x6d\x32\x60\x7e\x97\x6d\ -\x28\x41\x0b\x10\xaf\xcb\x7c\x88\x26\x01\x59\x8d\xc3\x51\x8e\x3f\ -\xfa\xc9\x53\xfc\xfc\xf5\x18\x6b\xc3\x01\x76\x4e\x26\x78\xba\x7b\ -\xec\x22\x10\xb9\xad\x41\x92\x09\x22\x53\x16\xc4\xed\x69\xe2\xde\ -\x1c\x6f\xa2\x18\x0e\xf2\x7a\xf8\xa0\x81\x93\x0d\xad\xa8\x39\x8d\ -\x50\xf2\x3a\x13\xa5\xef\x28\xef\x0f\xa0\x9a\x75\x30\xbc\x99\x09\ -\x51\xcd\x10\x38\xa1\x88\x57\x83\x43\xd6\xa8\x80\x27\x12\xec\x2d\ -\xda\x4c\x30\x1c\xc6\x30\x8a\xd4\xfe\x7a\x9e\xd3\x90\xfc\xde\xf6\ -\x45\x24\x98\x94\x85\x52\x84\x41\x27\xc5\xf5\x8b\xe7\xf0\xf6\x8d\ -\x4b\xd8\x5c\xe9\x83\x8c\xb3\xfc\xdb\x72\x06\x53\x16\x3e\xfc\xd7\ -\xd9\x5e\x3e\x37\xec\x47\x68\x64\x4a\x5e\x6f\x39\xbe\x04\x03\xa0\ -\xf0\xff\x74\x3e\x22\xaa\xf7\x40\xe4\xf5\x01\xc3\x7e\x07\x8b\xc3\ -\x2e\x56\x17\x7a\x38\xbf\xb0\x88\x0b\x8b\x4b\xc8\xcb\x12\x27\x59\ -\x0e\xe7\x12\x64\x00\x29\x04\x8b\xb1\x51\x80\xd6\x50\x26\x01\xb4\ -\x01\x75\x38\xd1\xa2\x90\x00\xa8\x00\xa5\xbc\x20\xb5\xb1\x16\x00\ -\x5f\x5e\x58\x98\xe1\x07\xc9\x12\xa0\x09\xdd\x14\xb8\x35\xd0\xb8\ -\xd2\xef\xe1\xed\x07\xf7\x71\xfe\xfc\x79\x80\x28\x0a\xf4\xe1\x62\ -\x16\x86\x8b\xf8\x74\xf7\x19\xfe\xeb\xdf\xff\x9f\xf1\x93\x57\x8f\ -\x41\xc1\x8e\xd0\x04\x0a\x45\x5f\x35\xcc\x09\xf5\x02\x7f\x06\x90\ -\x47\xdc\x79\x30\xbb\x1f\x41\xf5\xf7\xea\x9e\x72\xd2\x86\x11\x4b\ -\x0a\x3f\x27\xe5\x81\xa0\x16\x5a\x00\x3e\xf0\xc7\xe5\x3c\xe5\x20\ -\x13\x07\xe7\xc2\x18\x7c\xfa\x72\xcf\xe7\x8f\x6f\x0e\xb5\xb8\xc8\ -\x9a\x93\xf2\xdb\xa5\xf3\x54\x24\x08\x68\xcf\x74\x5b\xb1\xc2\x4b\ -\x6c\xa2\xb8\x9f\x32\x58\xa6\xa9\xbe\x07\x0d\x4e\xb5\x68\x02\xcd\ -\x23\xa8\x14\x08\x06\x44\xe9\x4d\xf1\x8c\x51\x29\xde\x9b\x92\xb9\ -\xa2\x2f\x33\x10\x31\x4f\x29\x78\xfd\x40\xb3\x4e\x79\x2e\x19\x4a\ -\xcd\x21\x48\x35\x57\xe1\x35\x98\x75\x08\xf4\xe9\x40\x99\xd4\xc7\ -\x86\x48\x86\xe1\x3e\xa9\x56\xb8\x7c\x76\x1d\xdf\x78\xf3\x26\xee\ -\x5e\x3a\x8f\x61\x4a\x30\xd9\x14\xa6\x98\xfa\xe8\xbf\xd2\xe1\x9e\ -\x0c\x39\x16\xf5\xb8\x16\x9d\x02\x33\xe6\x57\xe1\xcf\xf7\x5c\x31\ -\x03\x68\xa5\x6c\x91\x60\xf0\xd4\xa3\xbd\x42\x5e\x3a\x9c\x6a\x85\ -\x5e\x37\x09\xb6\x80\xf3\xcb\x0b\xb8\x32\x59\xc5\x28\xcb\x91\x97\ -\x15\x32\xc3\xe9\xc0\x78\xd0\x78\xeb\x6e\xed\x68\x46\x6b\x20\x71\ -\x0e\x1b\x97\x8a\x5c\x46\xa4\xb1\x2f\x96\x40\x48\xa1\x24\x57\x06\ -\x00\x88\x64\x0c\x75\x8f\xd0\xd1\x84\xab\x03\x85\xeb\x5d\xe0\xeb\ -\x5f\xfd\x2a\x2e\x5f\xba\x0c\xa5\x5c\x70\x8f\x24\x49\xa5\x14\x86\ -\x0b\x0b\x38\x2e\xa7\xf8\x17\xff\xcf\x6f\xe3\xcf\x1f\xfd\x00\x95\ -\x11\x5b\x5c\x07\xe9\x24\x24\x9a\x1c\x94\xc8\x0a\x2c\xac\xf7\xac\ -\xa5\x44\xd2\x0c\xb1\x56\x21\x89\xdf\xc3\xd3\xfd\xf0\xb1\xe8\x21\ -\xcf\x21\x6b\x3b\x14\x24\x03\xac\x76\xd2\x3f\xe4\xe1\x53\x7e\xb7\ -\x25\xd1\x36\x50\x4c\xfc\x41\xd2\x09\x89\x46\xa8\x2d\xe4\x52\xb5\ -\x88\xc6\x1e\x40\x43\x5b\x8a\x0b\x15\x04\x17\xfa\x2b\xa4\x33\xf7\ -\x9b\x9f\x6d\xfa\xe5\x9b\x81\x3f\x11\xb3\x6d\x91\xf6\x01\x8f\xbc\ -\x30\x01\xa0\xd8\x1e\x00\xd4\x5e\x21\x9e\xaa\xb0\x3f\x3f\xc4\xf6\ -\x03\x73\x8c\x39\x9a\xcb\x37\x8e\x88\x3f\xf8\xfb\xec\xdd\x08\x6e\ -\x54\x96\xfc\x1d\xc0\x24\x2e\xbf\x44\xe4\x75\x70\x1b\x7a\xae\x2e\ -\x0e\xf0\xf6\x8d\x2b\xf8\xca\x1b\xd7\xb0\xb9\xd2\x87\xaa\x46\xa8\ -\x8a\x09\x4c\x39\x73\xc1\x3f\x21\xf3\xef\x17\x08\x62\x15\x83\x77\ -\x7e\x03\xd5\xf8\x08\x8b\x81\xe2\xa3\xbe\x10\x82\x75\x22\xa6\xfc\ -\xf9\x8c\x81\x6d\x01\x4a\x01\x5d\xbf\x40\x68\x65\xa9\x8f\xf5\x69\ -\x8e\x0b\xd3\x25\x1c\xcc\x32\x8c\xb2\x1c\xe5\x74\x82\x0a\xc6\x31\ -\x01\x95\x40\xf1\x92\x61\x20\xce\x14\xc4\xae\x42\xd9\x3e\x55\xf9\ -\x79\x9c\x5f\x11\xe5\x81\x5d\x7b\xa6\x2c\x14\x74\x14\x1c\xd4\x49\ -\x34\x6e\xad\x0f\x70\x0d\x53\x7c\xf8\xfe\x07\xb8\x72\xf9\x32\xb4\ -\xd6\x8d\x40\x1f\xf7\xbd\xbc\xbc\x8c\xde\xc2\x10\xff\xcb\x9f\xfe\ -\xdf\xf8\x83\x1f\xff\x39\x8a\xca\x6f\xf0\xd8\xaa\xe2\x92\x78\x59\ -\xf9\x29\x8b\x4f\x18\x19\xdc\x65\x2d\x07\xab\xf1\xc1\x05\xc8\x2e\ -\xb1\x78\x9e\xa7\xa4\x64\x8b\xbe\x31\xf7\x99\x23\x7e\xf6\x88\x48\ -\xbd\xb6\x29\xb0\xc4\x09\x35\xa3\xd6\x02\xe1\x4b\x06\x20\x35\x2b\ -\x71\x4d\x0a\xf3\x30\x45\xa2\x76\x24\x64\x55\x3c\xa8\xea\x3c\x2d\ -\x12\x65\x09\x5e\x10\xca\xe4\xf2\xa3\x70\x5c\x7e\xc7\x13\x7e\xa4\ -\x4d\x71\x5b\x18\x89\xfc\x73\xd6\x0a\x5b\x91\xe4\x30\xb2\x52\x88\ -\xeb\xed\x5a\x89\x12\xff\x63\xa6\xc4\xe3\xa3\x00\x9b\xb8\x45\x70\ -\x81\x17\xc6\xee\xd4\x34\x01\x2e\xac\xaf\xe2\xfd\x5b\xd7\x70\xe5\ -\xdc\x2a\x3a\x54\xc2\x14\x53\x54\xf9\xd8\x6b\x00\x75\xea\x6f\xd7\ -\x1d\xa9\x61\xb4\x34\xf3\x8b\x0e\x31\x1e\x62\x6b\xb0\x1a\x8b\x98\ -\xe6\x6b\x04\x68\xd6\xd4\x56\x7b\xe3\x0e\xb9\x74\x61\x1c\x17\xb0\ -\xb4\xd0\xc7\xda\x72\x81\xf3\xb3\x0a\xa3\xac\xc4\xe1\x6c\x86\x49\ -\x9e\x63\x5c\xe5\x8e\x98\x51\xba\xe6\xb0\x2a\x6f\x3d\xa0\xc2\xbe\ -\xe7\xf0\xea\x9c\x0d\x0b\x82\xe0\x13\x8f\x2a\x58\x90\x4d\xdc\xbb\ -\x22\x09\x83\xdc\x98\x22\xd1\x29\xae\xad\x0f\x70\x3d\x2d\xf0\xe0\ -\xc6\x1b\xb8\x7e\xe3\x3a\xd2\x34\xf6\xf5\xbb\x36\x13\x3a\xdd\x14\ -\xdd\x61\x1f\xbf\xf3\x1f\xff\x18\xff\xe3\xff\xf7\xbb\x38\x9e\x8d\ -\x63\xa4\x92\xd8\x19\x18\x8e\xb8\x2f\x22\x0c\x03\xcb\x0e\x2b\xe7\ -\x24\x90\x58\xf2\x9c\x82\x74\x52\xba\xf0\x3c\x92\x73\x1c\x92\x44\ -\xb0\xba\x59\xd4\x64\x02\x00\x6a\x0e\x7a\x0a\xe2\x70\xff\x25\x41\ -\x07\x82\xe3\x6b\x82\x29\x45\x92\x58\xfc\x54\x12\x26\xbe\x31\xbc\ -\xed\x5a\x98\xd7\xb3\xa1\x8e\x17\x7e\x51\xdd\xc4\x08\x90\x6d\xd8\ -\xdc\xd0\xb8\xe4\xf5\xa0\x45\x34\x2f\x2b\x4f\x97\x4a\x44\x54\x02\ -\x41\xe2\xb7\x19\xfb\x42\x13\x9a\x85\xf1\x17\x33\xad\x66\xf3\x1a\ -\xdc\x98\x14\xc0\x09\x6e\x88\x35\x8e\x7a\xde\xef\x70\xd9\x62\xd0\ -\x4d\x70\xef\xea\x36\x1e\xde\xbc\x84\xb5\x41\x07\x54\x1c\xa1\xca\ -\x47\x28\xf3\x89\x0b\xff\xb5\x2e\xf1\x27\x45\x95\x32\x23\xa7\xd6\ -\xa6\xcc\xc3\xa7\xfd\x48\x65\x93\x19\x81\xea\x13\xae\xaa\xee\xf0\ -\xe7\x06\x03\x09\xce\xc4\x70\xd2\x0a\xe8\xa5\x1a\x0b\xc3\x0e\x56\ -\x17\xfa\x98\x2e\x1b\x8c\x8b\x0a\xaf\x27\xcb\xd8\x1b\x8f\x31\x39\ -\xc9\x40\xda\x2f\xfe\x51\x29\x54\x64\x96\xa8\x10\x59\x6f\x3d\x90\ -\x43\xd2\x46\x6f\xa6\x27\x45\x2e\x1f\x1b\xa8\x06\xb6\x7f\x16\x70\ -\xeb\x14\xb6\x57\x7b\xb8\xde\x29\x70\x63\x6b\x13\xf7\xef\xdf\x8f\ -\x88\xdf\xe5\x3c\xd0\xd0\x1a\xe8\xa4\x1d\xac\x6f\x6c\xe0\x2f\x1e\ -\xff\x04\xff\xcd\x1f\xfe\x16\x9e\x1e\xbc\xf2\xea\x72\x83\x48\xe7\ -\x8c\x3d\x10\xf7\x49\xc0\x42\xaa\x83\x8c\xb9\x42\xea\xc9\x6b\x01\ -\xb9\x1a\xc4\x1f\xa4\x96\x60\x18\x6d\x1f\xce\x66\xcc\x02\x2f\xda\ -\x5d\x97\xeb\x64\x31\x14\x8d\x6c\xdd\x74\x89\xc4\xd2\xc8\x15\x31\ -\xbe\xa6\x34\x54\x35\xc1\x07\x90\xa8\x1a\x0e\x4a\x94\x17\x88\xdf\ -\xd4\x0c\x80\x0d\x70\x4d\x2c\x8e\x6c\x05\xf5\x78\xd6\x87\x64\xaa\ -\xec\x39\xa2\xe8\x76\x68\x4b\x50\xf1\x45\x1b\xa3\x30\x5f\xa9\xfa\ -\x8b\x7e\x31\x1d\xb4\x69\x3c\x50\xf5\xad\xa0\x95\x34\x88\xdf\xa4\ -\x01\x37\x49\xf6\xdd\x7b\xb5\x52\xad\x70\x6e\x75\x19\xf7\xaf\x6e\ -\x63\x7b\x7d\x19\x89\x2d\x50\x15\x53\x94\xb9\x53\xff\xa9\x2a\xfc\ -\xdc\x3f\x26\x78\x77\x4a\x31\xf6\x9d\x2e\x8f\xe3\x43\xd0\x69\x3a\ -\xff\x52\x8d\xc0\x21\x2b\x10\x23\x51\x00\x66\x5d\x5b\x9b\x9d\x20\ -\xe0\xae\x0f\x9d\xd5\x89\x42\xbf\x93\xb8\x64\x21\x79\x85\xcd\x7c\ -\x88\x37\x36\xce\x22\x2f\x0d\x8e\x27\x13\xcc\x4c\x0e\xd2\xb9\x4b\ -\x04\xa2\x00\x50\xd7\xd7\x25\x5d\x61\x0c\x77\x36\x9c\xf8\x9a\x94\ -\x02\x12\xbf\xa0\xc8\x74\x5d\x3a\x66\x9b\x82\x6d\x00\x0a\x1a\x6b\ -\x83\x3e\x6e\x0d\x81\xed\xe5\x45\xbc\xfd\xe0\x41\x1c\xe8\x03\x84\ -\x7c\xfe\x4a\x69\xac\xae\xad\xe2\x20\x1b\xe1\x5f\xfc\xf1\xff\x8e\ -\x4f\x77\x9e\x22\x2c\xef\x8d\xd4\x5e\xfe\x92\x08\x84\x1a\x01\x42\ -\xfa\x72\x01\x2f\xdb\x90\x6e\x82\x91\x47\x48\x19\xea\x69\x91\xd8\ -\x61\x7b\xed\x16\x86\x10\xf2\xed\xcb\x31\x83\x37\x98\x0a\xe2\xaf\ -\x2b\x42\xe4\xde\x0d\x6d\x15\xc6\x29\x79\x9f\xa5\x66\x80\x05\x89\ -\x26\x7a\x32\x90\x41\x33\x4d\x97\x28\xab\xbe\xda\x02\x89\xa9\x77\ -\xd0\x89\xa4\x76\x43\xb4\x07\x38\xf8\x32\x58\xfa\x10\x50\x7b\x7d\ -\x22\x40\x8a\xf6\x7a\x38\x58\x05\x20\x85\x9b\x12\x36\x5c\x99\xfc\ -\x78\xd3\xf6\x10\xfa\xcb\xed\xe6\x6b\x0c\x17\x6e\x33\xe3\xa1\x8e\ -\x40\x05\x28\x37\xe7\x2f\x7b\x50\x95\x8b\x5c\xa5\xa4\x74\x81\x47\ -\xba\x08\x70\xed\x24\x0a\x17\xce\x2c\xe0\xa3\x87\xb7\xf1\xcd\xb7\ -\x6e\x60\xa9\xab\x60\x66\x13\xa7\xfa\xe7\x13\xd8\x32\x73\x73\xff\ -\x10\x70\x46\x81\xf0\xf9\x90\x50\x9e\xc3\x97\xb9\x93\x79\xef\x41\ -\xb4\x1c\x38\x64\x76\x23\xce\x05\x50\x23\x49\xe0\xff\x74\x8a\x03\ -\x82\x0d\x56\xe2\x6e\xd0\x02\x40\xe8\x74\xb4\x8b\x0b\x58\xe8\x61\ -\x32\x2b\x70\x36\xeb\xe1\xd2\xea\x2a\x7e\xd2\x1b\xa0\x98\x14\x6e\ -\x29\xad\x2a\x00\x9d\x08\x75\x90\x91\x59\xcc\x4b\x19\xa1\x7d\x34\ -\x18\x79\x24\x51\x3a\x03\x94\xcb\xb1\xa7\xac\xcb\x41\xa8\x90\x60\ -\xa9\x3f\xc4\xfd\xf5\x1e\xd6\x55\x85\x77\x1e\x3e\xc4\xe2\xe2\x22\ -\x88\x28\x04\x54\xb0\xdb\x52\x29\x85\xc1\xb0\x8f\xbd\xd9\x09\xfe\ -\x87\x3f\xfb\x5d\xfc\xd9\xa7\x7f\x03\x63\x2a\x21\x81\x04\x07\x8e\ -\x18\x21\x6a\x04\x91\xf3\x5e\x09\x7c\xb9\xce\x3b\x48\xfb\x00\x51\ -\xd1\x37\x89\xe0\xb2\x6c\x26\x14\xef\xf6\x63\x26\x20\x13\x4f\x06\ -\x86\xc0\xe3\x45\x50\x51\xf2\x8d\x7a\x4c\xe3\xbe\x50\xdc\xae\x9a\ -\x73\x88\x86\x08\x02\x91\xee\x32\x09\x0b\xbe\xc4\x2a\xf5\x9c\xb4\ -\x26\xc4\x73\x5f\x51\xb7\x34\xe6\xb5\x21\x17\x13\x7c\x93\xe1\xd4\ -\x37\x63\xe6\x13\x51\xa3\xf2\xde\x1f\x15\xfa\xa9\x78\x21\x55\x4b\ -\x55\xf5\x70\x48\x78\x70\x1b\x9b\x7d\x89\x5e\xa8\xdf\x61\x97\x9f\ -\x4d\x7c\x95\x2c\xf9\xbd\xf4\xf7\xcd\x1d\xf6\x52\xdc\xbc\xb8\x89\ -\xaf\xdd\xb9\x81\xad\xb5\x45\xa0\x9a\xc2\x14\x63\x94\xf9\x18\x55\ -\x99\xc1\x54\x85\x23\x7e\x45\x5e\x9e\x48\x66\x1d\x33\x01\x79\x12\ -\xf7\x6b\xfe\x39\x12\x17\xe2\x84\x20\x04\x61\x71\x16\x1c\x87\xfc\ -\x39\x01\xf1\xf2\x5b\xc9\x59\x5a\x6b\x07\x91\x85\x56\x0a\x89\x22\ -\x74\x3b\x1a\x8b\xc3\x0e\x56\x17\xfb\x98\xce\x2a\x9c\x5b\x18\x60\ -\x73\x71\x09\xb3\x22\xc3\xa8\x34\xb0\x30\x20\x55\x40\x71\x0e\x41\ -\xae\xd7\x92\x30\xce\x92\x27\x5c\xa1\x16\x29\x04\xcb\xaa\x52\x15\ -\x88\x9c\x3d\xa0\x9b\xf4\xf0\xc6\xda\x0a\x56\xcd\x0c\xef\xbe\xff\ -\x3e\xd6\xd6\x56\x41\xde\xdd\x47\x5a\x83\x50\x17\xdb\xed\x76\x41\ -\x5a\xe1\x5f\x7d\xff\x4f\xf0\xdb\xff\xe1\x8f\x31\xcd\x67\x8d\x01\ -\x3f\x0d\x8a\x7c\x42\xb5\xd4\x08\xed\x12\x03\xc6\x4c\x2d\xc0\x50\ -\x12\x1b\x02\x91\x46\xa3\xa3\x84\x51\x8e\x79\x06\xef\xae\xc3\x5e\ -\x93\x70\xae\xea\xf2\xbd\x06\x42\x1e\xd9\x29\xc4\x1c\xc8\xb6\xcb\ -\x71\x66\xb8\x0a\xee\x13\x21\xb7\x98\x66\x70\x5b\x25\xde\x37\x61\ -\x11\x88\x91\xea\x73\x56\xff\x65\x6e\xc7\x00\x57\xaa\x61\x25\x67\ -\x18\xe1\xe0\xbe\x31\xf3\x54\x75\xbb\xb9\x2d\x9c\x66\x4e\x2e\x92\ -\x09\x1b\xc4\x8a\x02\x15\xc2\x75\xe7\x81\x16\x8d\x0f\x0c\x49\x30\ -\xe9\xd0\x2e\xc9\xf0\xfc\x80\x6a\x08\xcd\x4e\xc0\x86\x73\x5f\x72\ -\x50\x97\xb2\x35\x03\x50\x16\xb0\x40\xaa\x35\xb6\xd6\x97\xf1\xde\ -\xcd\x2b\x78\xf3\xf2\x79\x0c\xb5\x85\xc9\xa7\x28\x33\x67\xf8\xb3\ -\x55\x06\x32\xa6\xd6\x40\xbf\x74\xe4\x5f\x8c\x57\x41\x21\x94\x5a\ -\x21\xea\x89\x4c\x3a\x87\x74\xa1\x32\x66\x06\xcd\x8a\x99\xe2\x9a\ -\x44\x1f\x97\x13\xe1\x18\x5c\x5c\x40\x37\x55\x18\xf4\x52\x2c\x2d\ -\x74\xb1\x32\xeb\xe0\x4c\xd6\xc5\x95\xf5\x35\x8c\xb3\x0c\xc5\xa8\ -\x44\x66\x0a\x10\x27\xc7\x67\x1f\x32\x47\x7d\x59\xd4\x31\xe0\xbc\ -\x16\x40\x8b\xeb\x7e\xd0\x48\xb9\x75\xfb\x5d\x6d\xb1\xd1\xe9\x60\ -\x25\x9b\xe2\xad\x87\xef\xe2\xfc\xf9\xf3\x2e\xce\x1d\x26\xda\xc5\ -\x27\x2c\xef\x2d\x0b\xfc\xd5\xcf\x1f\xe1\xf7\xfe\xe6\xcf\x70\x32\ -\x6b\xd9\xc2\x4b\xfa\x5f\x4e\x0b\x0f\x65\x3c\xd3\x72\x20\x78\x14\ -\x04\x18\x25\x23\x9d\x53\x61\x25\xe0\x58\x0a\x0b\x0d\x82\x50\x1b\ -\x14\x79\xef\xc3\x28\x1b\x2d\xd7\x65\x01\x52\x9e\xf8\xdb\x7d\xc7\ -\x73\xe3\x2e\x29\x2f\x8a\x71\x67\x04\xd7\xf1\xbb\x72\xa1\xd5\x9c\ -\xea\x2e\x89\x9f\x0d\x7f\x0d\xe3\x9f\x64\xb0\x4c\x70\xc1\x6b\xd0\ -\xe0\x02\xa1\xad\xec\x47\x97\x70\x62\x06\x21\x89\x9f\xdf\xf7\x65\ -\x06\x06\xc0\x4c\xc1\x11\xb0\x52\xa6\xae\x89\x94\x63\x08\xa7\xb9\ -\x2a\x9b\xdf\xcc\x8c\xa2\x43\x09\x3b\x14\xf7\x9f\x23\x0f\x9d\x2a\ -\xaf\xa0\xb1\x3c\xec\xe1\xfe\xf5\x6d\x7c\xe5\xce\x75\x6c\xad\x0c\ -\x00\x3b\x45\x99\x9d\xc0\x14\x13\x98\x62\x06\x5b\x95\x08\x21\xd7\ -\x4d\x77\x70\x5c\x5b\xfd\xa3\x89\x4a\x73\xf4\x2b\xce\x5d\xac\x78\ -\x9d\x16\x5c\xa6\x00\x8f\x2b\x75\xff\x78\xd3\x10\xa7\x42\x09\xf5\ -\x89\xc4\xbb\x20\x21\x68\xea\xc6\x2a\x0f\x78\xad\x81\x5e\x57\x63\ -\x61\x90\x62\x79\xb1\x87\x59\x6e\x71\xef\xc2\x26\xb4\x4e\xa0\x9e\ -\x2b\x3c\x3f\xda\x77\x4c\x40\xe5\x4e\x4d\xb3\x29\x42\x0a\x29\x1e\ -\x58\xed\xa7\x2a\xec\x57\x97\x83\xe2\xf1\x20\x49\x34\xce\x74\x7b\ -\xb8\x62\xba\xb8\x73\xed\x3a\x2e\x5f\xbe\x0c\x00\xd1\xbc\xdf\xb7\ -\x16\x89\x4e\x60\xc9\xe2\x87\x2f\x3e\xc3\xff\xfa\x1f\xff\x08\x3f\ -\x7b\xf5\x34\x78\x1d\x9c\xd4\x12\x9d\x08\xaa\x7f\x0b\xc2\x87\xfc\ -\x73\x84\xb0\x9f\x81\x84\x3b\x6f\xbf\x36\xf7\x1e\x30\x3f\x72\xfc\ -\x8c\xae\x5d\x80\x50\xf5\x1c\x9f\x63\x04\xd8\xb8\x68\x81\xda\x95\ -\xa8\xc4\x38\xf2\xdc\x91\x2b\x6a\x32\x73\xf1\xbc\x80\x8a\xfb\x12\ -\x92\x4d\x06\xcd\x70\xf3\x9a\x11\x72\x6c\x17\x08\xc4\x09\x04\x3b\ -\x02\xcf\xfb\x83\xdf\xbd\xf1\x6e\xb3\x49\xa4\x1a\xcc\xa5\x09\x4f\ -\xa9\x5d\x88\x77\xb8\xf9\xc1\x03\xc3\xbf\x3d\x3c\x6c\x12\x6b\x23\ -\xbe\x50\x25\xda\xa4\xfc\x7d\x8a\x34\x08\xdf\x8f\xc8\x16\x40\xa8\ -\xa7\x61\xa8\xeb\x30\x49\x1d\x78\x15\x88\xbf\x74\x3b\x08\x93\xcb\ -\xde\xdb\x4f\x13\xbc\x73\xeb\x32\xfe\xe9\x2f\x7d\x15\xef\xdd\xb8\ -\x88\x05\x5d\xa0\x9c\x8c\x61\xf2\x31\xaa\x7c\x8c\xaa\xcc\x61\x8d\ -\x4f\xfa\x09\x49\xf8\x14\x7d\x39\xd0\xa9\x5a\xf1\x0c\xcf\x7a\x7a\ -\x95\x34\x7d\x8a\xeb\x30\x0d\x7e\x62\x26\x64\x7e\x3e\x30\x01\x21\ -\xe9\x3d\xc0\x42\xc4\x51\x4d\xf7\xa8\x89\xbf\xbd\x22\x82\x5f\x4b\ -\xef\xb7\x12\x5b\x1a\x76\x91\x15\x16\xe7\x4a\x8b\x69\xb5\x8e\x51\ -\x96\x63\x32\xcb\xf0\x7a\x5c\xc2\x28\xb7\xb3\x70\xd8\xa5\x35\x8a\ -\x03\xf0\x03\xaf\x51\x6b\x01\xdc\x41\xe5\xfc\xf9\x67\x3a\x03\x5c\ -\x32\x43\xdc\x38\xb7\x8d\x5b\xb7\x6e\x42\x6b\x3d\xb7\xae\x9f\x88\ -\xa0\xac\xc2\xb4\x98\x62\x06\x83\x3f\xf8\xc9\xf7\xf1\xa3\x97\x8f\ -\xfc\xbc\xbf\x6e\x77\xed\x41\x6b\x4a\x44\x3f\x02\x52\xcd\x57\xe2\ -\xf9\x60\x24\x53\x02\x48\x0c\xb0\x86\x94\x55\xb2\x00\xc4\xe5\x13\ -\x9f\x0b\xc2\x66\x26\x1d\xd6\x0c\xb0\x46\xc0\x06\x38\x88\xba\xa4\ -\xd1\xaa\x4d\x4c\x08\x66\xa6\x50\xff\x96\x8c\x4e\x32\x80\x26\x91\ -\x4b\x02\x96\x0c\x8d\xd5\x74\xc9\x7b\xc2\x92\x51\x1e\x33\x20\xac\ -\xd2\xb3\x3e\x4c\x36\x6c\x20\x43\x31\x1c\xa3\xe6\x0b\x6d\x27\xb4\ -\x45\x32\x40\x41\xbc\xa1\xaf\xb2\x91\xd6\x6b\x8e\x06\xb5\xd1\x52\ -\xd5\xcf\xca\xf7\x22\xe2\x67\x41\xc3\x9a\x59\xc3\x73\x10\x52\x7b\ -\x25\xf1\xfb\xda\x47\x82\x12\x90\xaa\x04\x9b\x6b\x4b\x78\xff\xd6\ -\x55\xbc\x79\xf1\x1c\x86\x89\x41\x35\x3b\x41\x39\x3b\xf1\x73\xff\ -\x19\xc8\xfa\x74\x78\x90\x99\xba\xa3\x9a\x04\xca\xcc\xdb\x32\xa2\ -\x59\x1d\x6a\x2b\x5e\xc8\xf0\x2d\xde\x48\x05\x59\xf8\xff\x24\x5e\ -\x66\xd8\x09\x4e\xd2\x44\xa2\x26\xf1\x53\x54\x4a\x00\x39\xab\x58\ -\x5a\xc1\xdb\x02\x7a\x28\x2a\x8b\xa2\x30\xc8\xca\x21\xc6\xb3\x75\ -\x1c\x4d\xa6\x18\x67\x19\xc6\xd5\xd4\x4b\x61\xe3\xe1\xec\x07\xc7\ -\x8a\x12\x89\x62\x55\xdb\x03\x79\x29\x1d\xe0\x82\x5d\xc4\xf5\xe5\ -\x0b\x78\xfb\xde\x7d\xf4\xba\xfd\x86\xe4\x27\x17\x22\x0a\x20\xcb\ -\x66\xd8\x3b\x3e\xc4\x1f\xbf\xf8\x21\xbe\xff\xf8\x47\x28\xca\x22\ -\x26\x7e\xee\x2e\x23\xa2\xec\xb3\xb4\x48\xcb\xdc\x75\x4c\x2b\x01\ -\xd1\x05\xb2\x36\xa7\x02\xb2\xae\x30\x04\x92\x58\x01\x31\x08\xa8\ -\x43\x5e\xf9\xc3\xde\x06\x79\x5d\x8c\x0f\xb7\x33\x1a\x73\xd6\x22\ -\x20\x90\xda\x4b\xdc\xe8\x19\xa1\x01\xf0\xb9\xa0\x91\x56\x1f\x79\ -\xf3\x9c\xb1\x94\x09\xdd\xaa\xc6\xa3\x0a\x21\x85\x77\x98\x37\x27\ -\x82\x31\x7a\xaf\x41\xe4\xde\x93\x6d\x23\xf1\x91\x70\x6b\xdc\x0b\ -\x20\xd1\x35\xde\x28\xa0\x36\xa0\x0a\xe6\x1b\xa6\x66\xbe\xee\x10\ -\x6c\x44\xf5\xf5\xb0\x82\xb0\x11\x97\x61\x53\xbf\x21\x28\x67\x04\ -\xe2\xe7\x5d\x3c\x48\xa2\x13\xac\x0c\x7b\x78\xf3\xf2\x16\xbe\x72\ -\xfb\x1a\x36\x96\x7a\xa0\xfc\x18\x55\x36\x42\x99\x9d\xa0\xca\xa7\ -\xb0\x65\x11\xf2\xfd\xcd\x09\x61\xc9\x04\xb8\x99\x32\x5a\x32\xd0\ -\x28\xc5\xdf\xf2\xc3\xb4\x4a\x04\x4b\x84\xb4\x76\x57\x09\x98\x05\ -\x04\x12\x9e\x01\xd4\x92\x3f\x4c\x02\x5a\x88\x3f\xb6\x54\xd6\x8d\ -\x75\x6a\x8a\x8b\xce\x73\x5a\x80\x73\x0b\x96\x15\x50\x5a\x85\xac\ -\x30\x38\x99\x9d\xc5\xc1\x68\x8c\xd9\x41\x86\x8a\x0c\x28\x8c\x94\ -\x76\xf8\xc9\x73\x7e\xc9\x91\x43\xe7\x09\x0b\x49\x0f\x97\xb0\x8a\ -\xf3\x58\xc6\xdd\x3b\x6f\x62\x30\xe8\x83\xc8\x22\x2c\xed\x17\xfe\ -\xfe\x22\xcb\xf0\xea\xf5\x0e\x7e\x96\xef\xe1\xdf\x3f\xf9\x11\x4e\ -\x66\xa3\x9a\x08\xda\x8c\x5c\x52\xba\x71\xa5\x24\xfb\xea\xdf\xd1\ -\x4a\x18\xa4\x98\x88\x6b\x78\xd6\x1a\x01\x97\x2b\x34\x0b\x59\x5f\ -\x13\x88\x00\x84\x7a\x51\xb7\x33\xda\x69\x57\xc0\x84\xeb\x09\xd3\ -\x03\x49\x18\xe2\x67\x64\xe8\x52\x10\x98\x55\x97\x33\x77\xa8\x1a\ -\x26\x90\xdf\xbe\xac\x40\x88\x4c\x98\x92\x99\xf1\xc1\xc4\xd7\xf2\ -\x91\x0c\xde\x02\x48\x9a\x70\x00\x42\xc2\x4d\x22\x44\xd9\x84\xa2\ -\x7e\x0a\xe2\x95\x06\x3e\xb9\x76\xa0\xa9\x5e\x48\xc6\xa3\xd8\x60\ -\x49\xf1\x3d\x65\xc1\xe9\xbc\x14\x4f\x01\x6c\xe2\x36\x04\x35\x9c\ -\xb0\x26\x26\x42\x05\x8d\x61\xb7\x8b\x5b\x17\x36\xf1\xd1\x83\x37\ -\x71\x6b\xeb\x0c\x12\x93\xa1\x2c\x98\xf8\x39\xec\xb7\x0c\x32\x3b\ -\xd0\x5f\x1b\x3e\xcc\x8d\x13\xb7\xd2\xbf\x27\x3e\xb5\xb6\x55\xd3\ -\x2a\x97\xf4\x39\x8b\x81\x68\xfe\xb7\xe7\x94\x32\x6b\xf0\x1c\xf1\ -\x37\x59\x15\xdf\x56\xca\xd3\x97\x63\x23\x9d\x44\x61\xd8\xeb\xa0\ -\x5a\x24\x94\x95\x41\x5e\xf4\x51\xd2\x19\x1c\x4f\xa7\x18\x4d\x27\ -\x38\x9c\x8e\xc3\x8a\x41\x58\xaa\xf1\x90\x89\x90\xa7\x00\x7e\x60\ -\xfa\xba\x8b\xcb\x6a\x0d\x67\xf2\x01\xee\x3e\xb8\x8b\x95\x95\x15\ -\x6f\xf4\xb3\x01\x10\x6c\xfc\x2b\xca\x02\x8f\x9f\x3c\xc1\xd3\xc9\ -\x01\xfe\xe0\xe9\x0f\x71\x3c\x9e\xa1\x4e\x5b\x25\x38\x6a\x50\x41\ -\x19\x79\xa8\x96\x10\x41\xcf\x12\x04\x22\xdb\x18\xd1\x0d\x13\x82\ -\x67\xb6\xd1\xa6\x15\x41\x65\x88\x5f\x0e\x46\x47\xd1\x77\x0f\x7f\ -\xc5\xea\x3e\x6f\x65\x6e\xf9\x5e\x93\xf8\xc5\x37\x4f\x0f\xa0\x6a\ -\x82\x51\xa8\xeb\x62\xd5\x45\x32\xbf\x20\xc1\x15\x62\x89\xcf\x37\ -\xc5\x35\x19\x04\x13\x18\xa5\x64\x76\x52\x9b\x68\x12\x3c\xb7\xa3\ -\x01\x40\x69\xfb\x08\x89\x3d\x84\xd6\xc0\xb0\xb5\x0a\xad\x29\xc5\ -\xe6\xda\x8b\xb8\x3d\xd1\x38\x00\x6c\xad\xa7\xa4\x74\xfe\xfa\xa4\ -\xce\x27\x30\xc7\x48\x6c\x0a\x54\x9d\xc0\x08\x50\x75\x81\xb2\xe7\ -\x97\xfa\x22\x7e\x87\x80\x61\xaf\x8b\x37\x2e\x9c\xc3\xaf\xbe\xf7\ -\x16\xbe\x7d\xff\x26\x36\x16\x52\x98\xfc\x08\xc5\xec\x04\x55\x36\ -\x72\xd2\xbf\x2a\x40\x1c\x0a\x1e\xa9\xfe\x2d\x0c\x90\x05\x73\x53\ -\x33\x0b\x42\xb8\x66\x40\xe1\x2f\x2a\xcb\x7d\xb7\xe4\x04\x6c\xd4\ -\x47\xb5\xca\x50\x5b\x67\xe5\xe3\x92\xf8\x1b\xf7\x5a\xa4\xa8\x02\ -\x5c\xe0\x8d\x56\xe8\x76\x81\x05\xea\xa0\x2c\x2d\xb2\xc2\xa0\xb2\ -\xc0\x8d\xcd\xb3\xd8\x1f\x8d\x51\xbe\x30\x18\x17\x33\x18\xcb\x49\ -\x44\xc5\x40\xf9\x76\xb1\x57\xa0\x93\x68\x6c\xa5\xcb\x38\x53\xf6\ -\x71\xfb\xe6\x2d\x9c\x3f\xbf\x09\x22\x82\xb5\x26\x22\x7c\xc0\xa5\ -\xf6\x7e\xfe\xe2\x05\x5e\x8f\x8e\xf1\xd7\xfb\xaf\x71\x70\x58\x80\ -\x6c\xb7\x36\x54\xc9\x8c\xc2\xd1\x47\x30\x81\xa6\x64\x83\xaa\xaf\ -\x5b\xc4\xf4\x1c\x24\xae\x27\x24\x56\xdd\x83\xa4\x03\xea\x40\x12\ -\x81\xf4\x8a\x10\xd6\x13\x48\x15\x98\xb7\x53\x63\xe4\x08\xe9\x02\ -\xc4\x5c\x3f\x7c\x48\xfc\x56\x35\x71\x33\x41\x85\x1c\x78\x3c\x58\ -\x2a\x3e\x0d\x6d\xe7\x4e\xc9\x01\x10\x87\x54\x93\xc3\x7b\x42\x5b\ -\x89\xb4\x00\xa9\x8d\x08\x6d\x86\x8b\x0e\x38\xc5\xed\x15\x0b\xc4\ -\x02\x0c\x99\x79\x20\x86\x3b\xd7\x2d\xe3\x0a\xda\x70\xba\xd9\x2e\ -\x4e\x15\x97\x18\x50\xca\x01\x3b\xde\x67\xdf\x34\x00\x72\xde\x3f\ -\xbf\xac\x97\x48\xb9\x1d\xaf\xca\x9e\xbf\x26\x35\x09\x17\xc4\x96\ -\x68\x85\xcb\x1b\x6b\xf8\xf6\xdb\x77\xf0\xf1\xc3\x3b\xb8\xbc\xb1\ -\x00\x9d\x9f\x20\x9f\x1e\xa3\xca\x4e\xdc\xa2\x1f\xce\xf6\x13\x85\ -\xa6\x37\x1a\x2e\xfb\xa0\xc4\xc5\xa8\x6f\x84\x76\x0d\x80\xa2\x7b\ -\x2e\x9e\x84\xda\x35\x00\xc6\x9d\x76\xce\x23\x9f\x13\x1c\x4a\xb6\ -\x53\xa8\xc6\x4e\xc8\x08\x75\xd0\xdf\xd7\x70\x06\xc1\x5e\x27\xc1\ -\xd2\x62\x17\x65\x65\x51\x55\x84\x0b\x6b\x8b\xb8\xb9\xb9\x89\x59\ -\x56\xe0\xc9\xde\x6b\x4c\x8a\x19\x5c\x38\xb0\x9e\x27\x2e\x22\xa4\ -\x4a\x61\x7b\x71\x1d\x17\x31\xc0\xe5\x73\x5b\xb8\x7a\xf9\x0a\x14\ -\x14\x8c\x35\x41\xdd\xe7\xc3\x5a\x8b\x67\xcf\x9e\xe1\xd1\xb3\xa7\ -\xf8\x69\x36\xc5\x4f\x77\x77\xe1\xf6\xf3\xec\xba\xbd\x09\xd2\xca\ -\x59\x6b\x43\xb6\x1a\x66\x04\xaa\x3e\x6f\x1b\x10\x25\xe1\x20\x24\ -\x45\x78\x4c\x85\xfb\x8a\x89\x3f\x22\x4c\x29\x11\x85\x6a\xa7\x1c\ -\xa1\x2a\xad\x50\x2f\x6b\x75\x31\x10\x2a\x48\x89\x06\xfc\x39\xfe\ -\x5f\x68\xae\x75\x93\x99\xf8\x3c\x20\xd9\x5b\x11\xf8\x58\xcb\x78\ -\x07\x2d\xa0\xc9\xd1\xc5\x3b\xe1\xe3\x9f\x95\x1a\x00\x84\xa4\xe6\ -\x86\x49\x39\x42\x40\xbd\xa2\x90\xea\x7b\x51\xbc\x89\x57\xd9\x15\ -\xc3\x4b\x6a\x4d\xaa\xf1\x2d\xbd\x43\x6d\x87\x60\x9e\x7c\xea\x0d\ -\x75\x2e\x83\x90\x97\xfa\xf2\x13\x69\x56\xbc\x03\xb0\x60\xfe\x55\ -\xa7\x9d\xf8\x95\x81\x52\x84\x61\x37\xc5\xfb\x6f\x5c\xc3\x37\xdf\ -\xba\x85\x4b\xeb\x8b\xd0\xe5\x0c\x55\x7e\x82\x72\x76\x8c\x32\x1b\ -\xa3\xca\x5d\xb6\x9f\x08\x46\x11\xcc\xe2\x9f\xa7\x1d\x35\xd1\x63\ -\x8e\xe0\x23\x86\x20\x90\xa2\x85\x01\xd4\x23\xd3\x74\xe9\xf1\x96\ -\x57\xb1\x1e\x20\xbd\x04\x82\xf8\xc5\x9b\x4d\xb4\x51\x7e\xde\xab\ -\xa1\x91\xa6\xc0\x80\x5c\x6c\x40\x51\x5a\x64\xa5\xc5\x95\x73\xab\ -\x98\xe4\x39\x26\xd9\x0c\xe5\x51\x89\xdc\x94\x2e\x42\x90\xd5\x55\ -\x21\x54\x37\x17\xd7\x71\x51\x2f\x62\xbd\xbb\x80\xeb\xd7\xaf\x43\ -\x2b\x15\x54\xff\x3a\x83\x94\xeb\xf8\x68\x34\xc2\xcf\x1f\x3d\xc2\ -\x49\xbf\x8f\x4f\x77\x8e\x91\x67\xe4\xb4\x0b\x38\x29\xa0\x48\x39\ -\x01\x9b\x32\x12\x00\x61\x23\xd3\xa6\x46\x20\x31\x38\xfc\x94\x12\ -\x56\xa8\xee\x11\xb4\x00\xc5\x04\xc5\x73\x78\x56\x23\x59\x2b\x08\ -\x48\x24\x4e\x15\x10\xf6\x4f\x20\x07\x75\x25\xe7\x77\x41\xed\x97\ -\x41\x41\x1c\x1f\xd0\x98\x5f\x33\xf0\xa4\xd6\x26\x03\x71\xda\x46\ -\xb0\x69\xf4\x0b\xf3\x61\x88\x6f\x8a\x1e\x71\x07\x73\x6d\xcf\xf8\ -\x14\x5f\xf3\xcf\x6a\x85\xa0\xd5\x04\x02\xf2\xcf\x48\xef\x87\xb4\ -\xcf\x48\x6d\x84\xb8\x32\x72\xe5\x68\x36\x1c\xc8\x86\x44\xd4\x8e\ -\xd8\x80\x2c\x09\xdd\xd6\xfd\x92\x2b\x3a\x43\x57\x1a\x7b\x0e\x12\ -\x5c\x5e\x40\x23\x83\x7e\xf8\x86\x81\x52\x16\xfd\x4e\x82\xcb\x67\ -\xd7\xf0\xed\xb7\xdf\xc0\x9d\x8b\x1b\x18\x26\x15\xaa\xe9\x11\xf2\ -\xc9\x91\x9f\xfb\x8f\x61\x4d\x21\x60\x62\x3f\x5f\xf2\x9f\x76\x44\ -\xae\xc2\x9a\x16\x83\x06\x20\xc7\x9a\xea\xa7\x4e\xb1\x01\x50\xfc\ -\x9b\x5c\x61\xaa\x39\x05\xe0\x33\x2e\x97\xbe\x44\x4b\x15\xe3\x86\ -\xfb\x91\x6a\x05\xa4\xc0\x70\x90\xa2\x34\x3d\x14\xc6\xe2\x42\xb1\ -\x88\xbc\xb4\x98\x15\x05\x7e\xa6\x50\xc1\x00\x00\x20\x00\x49\x44\ -\x41\x54\x2a\x53\xe1\xe5\xf1\x1e\x2c\xf9\xb5\xf8\xb6\x46\xc6\x85\ -\xee\x00\x67\xd1\xc3\x02\x52\x5c\xbb\x76\x0d\xbd\x5e\x4f\xac\xeb\ -\xd7\xa1\x4d\x5a\x6b\x64\x59\x86\x1f\xff\xe4\x27\xd8\xcd\x73\xfc\ -\xcd\xcb\x03\x8c\xc7\x7e\xf5\xa1\x60\xe4\x30\x0a\xaa\x03\x37\xaf\ -\xe2\x88\x35\xb2\x88\x22\xca\x58\x3b\x68\xe9\x97\xab\x90\xb5\x05\ -\x55\x23\x03\x10\x6b\x04\x44\x5e\xb3\x17\xc4\x6f\x92\xba\x90\x40\ -\x9c\x5e\xf5\x65\x2e\xca\x44\x46\xca\xaf\xf1\xf7\x48\x1f\x72\x03\ -\x68\x3f\x07\x4d\x6a\xc2\x0f\x39\x14\x04\x63\x50\x22\x38\x48\x4a\ -\xed\xd0\x2f\xd1\x41\x31\x8f\x15\x9d\xac\x1f\x13\x69\xb7\x62\x63\ -\xa6\xe8\x8b\xb0\x67\xd4\xef\x4b\x42\xf5\x6d\x6c\x46\x99\xb6\xb5\ -\x47\x1e\xc1\xd3\x82\xb8\x5f\xc1\xdd\xc8\x75\xa9\xfa\x79\x00\x75\ -\x24\x61\x5d\x07\x49\x20\x4b\x63\x5f\x50\xfd\x19\xa6\xa8\xe1\x41\ -\x92\xf8\x05\x43\x24\x82\xd2\x15\x3a\x29\xe1\xc2\x99\x65\x7c\xf5\ -\xcd\x6b\x78\x78\xfd\x12\x56\xfb\x1a\x36\x3f\x46\x31\x3d\x42\x31\ -\x3b\x72\x0b\x7e\xaa\x1c\xa0\x2a\x8c\xc7\x97\x21\xa1\x36\x26\x4d\ -\xfc\xb2\x97\xfe\x92\xf0\x83\x0b\x50\x7c\xbb\x7b\x76\x7e\x7b\xf0\ -\xb9\xa2\x5b\xae\xd3\xdc\xcd\xc6\xfb\x41\xaa\x9c\x32\x70\xe2\x39\ -\x05\xb8\x25\xc3\xdd\x14\x66\x08\x18\x43\xb0\x16\x48\x3b\x1d\x2c\ -\x0e\x87\x58\xe8\x0f\xf0\x6f\x7f\x30\xc1\x49\x36\x81\xb1\x06\x2a\ -\x71\x83\x37\xec\xf5\x71\x75\x71\x0d\x67\xf4\x10\x37\xae\x5d\xf7\ -\xf9\xfc\x6c\xa3\x78\x47\xfc\x45\x51\xe0\xb3\xcf\x3e\xc3\xee\x68\ -\x84\xbf\x9f\x94\x38\x3c\xce\xea\x70\x5a\x4e\xce\xa1\x00\x28\x17\ -\x5a\xab\x74\x02\x4a\x13\x37\x0f\x4c\x2b\x44\x08\x2e\x99\x41\x03\ -\xd7\xdd\x6f\xee\xbb\x76\x92\x9e\x23\x14\x65\x26\x5b\xb2\x80\x21\ -\x6f\xc4\xe3\x70\x5e\x5f\x48\xd8\xf8\x43\xc0\x54\x39\xc9\xad\x94\ -\x40\x64\xab\xc3\x60\x87\x81\xb7\xda\x59\xa1\x79\xf7\x5a\x4a\xa0\ -\x48\x23\xda\x18\x55\x51\x2d\x71\x03\xf1\x33\xf1\x0a\xe2\x69\xe8\ -\x79\x35\x31\x49\x22\x87\x60\x8a\xf2\x1e\x97\xd1\x80\x09\x6b\x03\ -\xc1\xa8\xc8\x01\x35\xa2\x68\x69\x94\x8b\x39\x9f\x68\x3f\x33\x10\ -\x01\x7c\x8a\x4f\x43\xbf\xa4\x8d\x21\xa8\x53\xc2\xfe\x61\x35\x80\ -\xc4\xcf\x2e\x7c\x9b\xb4\x8c\xdc\x63\x58\x0b\xe6\xe7\x03\x80\x54\ -\xe5\x0d\x81\x00\xea\x8c\x49\x16\x4a\x57\xe8\xf5\x2c\xae\x6f\xad\ -\xe1\x57\xdf\x7b\x80\xff\xfc\x83\x77\x70\xe5\xcc\x02\x6c\x76\x8c\ -\x6c\x7a\x14\xac\xfe\x55\x91\x09\x97\x1f\x1a\x52\x9c\x7f\xce\x75\ -\x6c\xfe\x88\x94\x85\x9a\x19\xd4\x8b\xf9\x04\x8e\x34\x34\x81\xf9\ -\xb4\xe0\xbf\xe8\x41\x73\x3f\xbe\xf8\x08\x8c\xd8\xa5\xae\xd2\x5a\ -\x21\x01\xd0\xef\xa6\xa0\x45\x05\x63\x01\x82\x46\x59\x59\x5c\xdb\ -\xdc\xc0\x67\x2f\xcf\xe1\xc9\xde\x2b\x8c\xf3\x31\x8c\xad\x90\xa6\ -\x09\x2e\x2d\x6f\x60\x43\x0d\x70\xe9\xc2\x45\xac\xae\xae\x82\x2c\ -\xc1\xfa\xf5\xf7\xd2\xea\x6f\x8c\xc1\xab\x9d\x57\x78\xb6\xb3\x83\ -\xc7\x79\x89\xa7\x7b\x27\x20\x19\x3e\x0b\x55\x4b\x6b\x05\xa0\xd2\ -\x70\xfb\x17\x2a\xc0\xaf\x17\x08\x89\x2b\x14\xd5\x06\x23\xa9\xf2\ -\x32\xa2\x05\x43\x21\xc4\x37\x39\xc4\xe2\xf9\x36\x83\x2a\x10\x2d\ -\x6a\x6b\x3d\xc4\x73\x72\xbc\x83\xf4\x6d\x58\xcc\xa9\x71\x9f\xe7\ -\xc7\x3e\xc5\x95\xf2\x8c\x40\x05\xa9\x46\xf5\x34\x22\x6a\xa4\x2f\ -\x84\x2f\x35\x68\x3c\x0a\x76\x9a\x7b\xcf\xb7\x43\xda\x00\x48\xbc\ -\x23\xfb\xe0\xe1\x11\x17\xa1\x10\xab\xec\x0d\x4f\x44\xdc\x49\x5f\ -\xa5\x76\xc6\xb2\xb0\x33\x0f\xe2\xf1\x08\x75\x35\x88\x46\xd1\x3c\ -\x71\x87\xbd\x29\xc8\x2b\x57\x72\xfe\x2f\x05\x9b\x64\xe0\xde\x0e\ -\xc0\x5a\x01\x4f\x15\xbc\x9b\xba\xd3\xb5\xb8\x78\x76\x01\x1f\xdc\ -\xb9\x8e\x6f\xbd\xf5\x06\xae\x9e\x5d\x01\x15\x13\x94\x33\x27\xf9\ -\x83\xd5\xdf\xe4\x31\x61\x42\xc2\x99\xa2\xae\xd4\x7d\xc0\x29\x47\ -\x23\xf2\x8f\x35\xf7\xa8\xed\xa2\x3f\xfe\x99\x78\x73\xd0\x06\x9c\ -\xe7\x89\x5a\x34\xa7\x65\x7c\xff\x21\x87\x1b\xc3\x7a\xad\x00\x90\ -\xc0\x2c\x76\x61\xac\xc5\x2c\x4b\xb0\xb9\x32\xc0\x9b\xdb\x17\x61\ -\x61\xf1\x64\xb7\xc2\xac\x9a\xe1\x4c\x7f\x09\x2b\x55\x07\xe7\xb7\ -\xce\x62\x63\x63\xc3\x5b\xfc\x6d\x28\x90\x57\xc1\x11\x11\xc6\xe3\ -\x31\x1e\x3f\x79\x82\x7d\x63\xf1\xe4\xe0\x04\xa6\xb2\x42\x7a\x72\ -\x23\x04\x71\xcb\x1d\x71\xb4\xc7\xd4\x04\x3e\x94\x95\x09\x5e\x7e\ -\x04\x82\x36\x90\x9c\xa4\x1f\x5a\xd6\xe7\x99\x70\x3d\x87\x67\xaf\ -\x80\x64\xe5\x6d\xea\x45\x43\x1a\x84\xe5\xc0\x49\x2d\xa5\x78\xae\ -\x2f\x53\x52\xc9\xa3\x4d\xba\x47\x12\x5b\x48\xf0\x26\xb2\xc9\x60\ -\x9c\x39\xed\x40\x5c\x63\x49\x0a\x59\x97\xb4\xda\xcb\xf6\x78\xad\ -\x20\x68\x10\x0c\xaf\x86\x26\x10\x81\x81\x22\x38\xcf\xc3\x07\x75\ -\x7d\x7c\x3d\x52\xeb\xa5\x86\xc5\xde\x05\x7e\x8d\xe7\xfe\x92\x01\ -\x88\x69\xa0\xd5\x3e\xcf\x22\xdb\x6c\x08\x32\xfb\x93\x4e\x80\xb3\ -\xab\x03\x7c\x78\xf7\x0d\x7c\xf2\xde\x03\xdc\xdb\xde\x44\x1f\x39\ -\x8a\xe9\x01\x8a\xe9\x91\x8f\xf8\x9b\xba\x79\x7f\x94\xf9\xa9\x9d\ -\xf8\xe5\x99\x3a\x9d\xfa\xe7\x8e\x50\x82\x37\x0a\xba\x0f\x85\x6b\ -\x7c\xa4\xf1\x0b\x5f\xaa\xd4\xff\x84\xa3\xbd\x03\x0a\xf0\xae\x41\ -\x17\x25\x38\xa4\x14\x45\x99\x62\xa1\xaf\x31\x4c\x09\x17\xd7\x96\ -\x31\x2b\x36\x51\x54\x05\x66\xf9\x14\x9b\xdd\x25\xac\x2f\xac\x60\ -\x73\xf3\x3c\x94\x52\xd1\xd2\x5e\xd2\xce\xb8\x48\x44\xc8\xf3\x1c\ -\x3f\xff\xec\xe7\x38\x2c\x0b\xfc\x6c\xff\x18\xb3\xcc\x6f\x76\xc9\ -\x7e\xf3\x48\x7a\x40\x20\x21\x02\x01\x29\x5e\x2f\x45\xf0\x69\xe6\ -\x8c\x78\x5e\xd5\xef\x35\xa4\x4f\x88\x95\x68\x5a\x91\xf9\x3b\x68\ -\xfa\xcc\x00\x04\x40\x82\xa4\x6d\x1e\xd2\xf2\xad\xc0\x09\x27\xea\ -\x68\x3a\xf1\x1b\x52\x6d\x8d\xc4\xf9\x7c\xb1\xe4\xb5\xa0\x39\x26\ -\xd0\x60\x38\x73\xaf\x32\xa1\x33\x71\x35\xef\x49\x66\xc2\xea\xbf\ -\x60\xa2\xf2\x47\x98\x93\x5b\xd1\x9e\x66\x79\xfc\x4a\xe0\xb4\x35\ -\xac\x22\x06\xa2\xea\x40\xa1\xc8\x3b\xc1\xed\x9c\x03\xb6\xd3\x8e\ -\xb4\x6d\x71\xff\xa9\x5a\x9b\x10\xb6\x15\xd7\x6a\xff\xbc\x9f\xbe\ -\x29\xa5\xd0\xef\x6a\xdc\xbd\x72\x01\xdf\x7b\xf7\x01\x1e\x5e\xdb\ -\xc6\x72\x6a\x40\xd9\x89\x93\xfe\xd3\xa3\xe0\xf2\x03\x6f\xed\xcd\ -\x6d\xf0\x84\x4f\xcd\x76\xb5\x03\xfe\x73\x0e\x21\xfd\xa9\x71\x4d\ -\xfc\xe2\x5b\xe9\xdc\xbb\xcd\xba\xdb\x2f\xfc\x03\x0f\xa1\x41\x34\ -\x2e\x71\x22\xd1\x44\x01\x69\x02\xf4\x52\x85\x6e\x4a\x50\x54\xa2\ -\xaf\x2d\xb6\x56\x56\x90\x76\xba\x18\x1d\x1e\x43\x65\x15\xb6\x2f\ -\x5c\x84\xd2\x8e\xf8\x9b\x4b\x7b\x01\xa0\xac\x4a\x3c\x7f\xfe\x1c\ -\x27\xd9\x0c\x4f\xa6\x23\x1c\x4f\x26\xb5\xc1\x26\xb8\xe2\x78\xf0\ -\x55\x8d\x24\x89\xe4\xca\xf0\x7e\x76\x4f\x5c\x16\x2e\x2a\x2d\xa1\ -\x1a\xb1\x24\x03\x90\xca\x11\x09\xa6\x10\x98\x43\xad\xa6\x2b\xa3\ -\x83\x2f\x36\x10\x52\x50\xeb\x59\xad\x16\x0c\x23\x48\x59\xbe\xcf\ -\x6a\xa8\xdf\x89\xd6\x6a\x80\xd2\x60\x04\x54\x75\xbc\xab\x00\xb4\ -\x00\x7a\x53\x12\x5b\x1d\x13\x0b\xab\xc7\x8c\x2e\x4a\x94\x11\x16\ -\xd4\x90\x98\x1e\x49\x06\x20\xc6\x58\x0e\xb9\xf2\x8c\x2e\xb2\xe4\ -\xd7\x9a\x5b\x18\x17\xcd\x0c\xb1\xa1\xbd\x44\x85\x72\x1f\x74\x0d\ -\xd7\x30\xe7\x6f\x19\x1b\xde\x33\x20\x10\x36\xc3\xc1\x13\x71\x52\ -\x02\x69\xee\x3e\x49\x81\x10\x78\x64\xd9\x4e\x24\x49\x47\x30\x3d\ -\x90\x77\x38\x11\x16\x87\x29\x6e\x6f\x6f\xe2\x93\xf7\xde\xc6\xfb\ -\x37\x2e\x63\xb5\x0b\x98\xd9\x08\xc5\xf4\xd0\x5b\xfd\x47\xa8\x8a\ -\x19\x60\x2b\x9f\xe5\x07\x81\xf1\xd5\x12\xfb\x94\xfe\xb6\xad\x90\ -\xfc\xdc\x43\xb4\xb7\x85\xdf\x01\x4e\x33\x88\x19\x40\x9b\xc0\xf8\ -\x92\x47\xbc\x46\xb0\xa9\x62\xb6\xb4\xcd\x4b\x49\xe5\x07\x4c\x29\ -\x15\xb4\x1f\xed\xc5\x63\x55\x95\xc8\x66\x53\xe4\xd3\x09\xba\xe8\ -\x61\x2d\xed\xe3\x78\xbc\x83\xad\xf3\x5b\x18\x0c\x06\xb0\xc6\xb9\ -\xfa\x02\x9a\x78\x2d\xc0\x5a\x8b\x83\x83\x43\xec\xec\xed\x62\x87\ -\x72\xbc\x38\x38\x80\xf5\xf3\x7e\x17\x45\xc7\x52\xd7\xc2\x89\x75\ -\x46\x08\xdf\x71\x4d\x01\xc1\x09\xf0\x59\xbd\xe5\xe6\x25\xf0\xee\ -\x41\x67\x4c\x72\x06\x3e\x31\xb7\x0e\xaa\xa9\x45\xbd\x89\x85\x27\ -\xea\x66\xd2\xce\x88\xf8\x3d\x61\x04\x26\x20\x09\x1e\x5e\x2a\x0a\ -\x69\xcf\x1f\xbe\xc6\x73\x7f\x19\x29\xc7\x84\x10\x00\xdf\x18\x97\ -\x48\x82\xaa\xf8\x39\x69\xfc\x0c\xb6\x8f\xb6\xeb\x82\x49\x44\x5a\ -\x04\x35\xea\x96\x8d\xb1\xf1\x79\x68\x87\x2f\x23\xb8\x3c\xa5\x16\ -\x21\x98\x59\xb0\x65\x40\x3c\xc7\xf7\xa8\x26\xf6\xc0\x9c\xc4\x7a\ -\x7c\x88\xf1\x49\x2a\x20\xcd\x41\x9d\x19\xd0\x9d\x00\x69\x06\x4e\ -\xda\x51\xd3\x9b\x64\x44\x0d\xc2\xb2\x0a\x89\xd2\x58\x59\xe8\xe1\ -\xad\x2b\x17\xf0\xc9\x7b\x0f\xf1\x9d\x07\x77\xb0\x3e\x48\x60\xb3\ -\x23\x94\xb3\x43\xe4\x93\x43\x94\xd9\xc8\xab\xfe\x25\x60\xfd\x1a\ -\x17\xd8\x7a\x34\x1a\xda\x40\xa0\x24\xc6\x4b\x22\x17\x4d\xfb\x65\ -\x78\x40\x2b\xc1\x73\x1d\xf1\xf8\x07\x06\xf0\xf9\xf3\x8b\xd3\x54\ -\xc0\xcf\x7b\xfc\x94\x87\x49\x08\xb4\x08\xe7\x1c\x97\xb3\xe4\x42\ -\x83\xb3\x3c\xc7\x78\x3c\xc1\xe1\xd1\x11\x8e\x4f\x32\xa0\xa3\xf1\ -\xfc\xc5\x2e\xd6\xd7\xd6\xb1\xb4\xb4\xe4\x72\xf8\x47\xeb\xfa\x01\ -\xd2\x4e\xee\x8d\xc7\x63\x3c\x7b\xfe\x0c\xe3\xc4\xe0\xe7\x2f\x5e\ -\xa2\x2c\x2c\xdc\x3e\x82\x16\x64\xb5\x0f\xa2\xf1\x84\xca\x01\x2e\ -\x4d\xc5\x84\x97\xf5\x46\x71\x2c\xaa\x5e\x7f\xaf\x49\x04\x25\x49\ -\x57\xa1\x0c\xe2\x10\x00\x67\xc9\x67\x3c\x32\x07\xc3\x1f\x10\x0d\ -\xca\x69\x01\x37\xac\xd6\x06\xc9\x9f\x3a\xe9\xcf\x0c\x00\x8e\x79\ -\x28\x99\x38\x34\x30\x62\x21\xc1\x08\xee\x7d\xde\x50\x23\x78\x1d\ -\xb8\x3d\x54\xf7\x45\x2e\x86\x91\x1b\xab\xce\x31\x84\xb8\x99\x11\ -\xbc\xf8\x24\xc8\x84\x26\x53\x68\xba\x03\xb9\x1e\xbe\x2e\xa7\x32\ -\xb2\x0e\x0f\x33\x9f\x60\x23\xf6\xce\x98\xba\xed\xfc\xcc\x9c\x6b\ -\xcf\x6b\x04\x69\x01\x4a\x33\xa0\x3b\x73\x9f\xa4\xaa\xe1\x24\xb7\ -\x2b\xe3\x45\x40\x92\x31\x59\x27\x50\x56\x16\xba\x78\xeb\xf2\x45\ -\xfc\xea\x7b\x0f\xf0\xd1\xfd\xdb\xd8\x5c\xec\x82\x8a\x11\x8a\xc9\ -\xa1\x9b\xf7\x67\x23\x54\xf9\x24\xcc\xfb\x09\x36\xa6\x37\xd6\x02\ -\x48\xf4\x2b\xdc\x72\xfd\xe2\xe7\x83\xd0\xfc\x92\x47\xbb\x18\xae\ -\x99\x4d\x1a\x20\xda\xd4\x32\x31\x77\x12\x5f\x6a\x0a\xfb\xc0\xfd\ -\x3f\x47\xf2\xcf\x35\x42\x85\x0e\xb9\xa9\xb0\x85\xb1\x84\x2c\x2f\ -\x71\x70\x70\x82\x97\xaf\xf6\xb0\xb7\x7f\x82\xc2\xf4\x71\x78\x78\ -\x00\x22\x72\x16\x7f\xa0\x4e\xe8\x09\xb6\xf8\x3b\x64\xca\xf3\x1c\ -\xbb\x7b\x7b\x98\x52\x89\xbf\xdb\x7d\x86\xc9\x6c\x86\x90\x2d\x58\ -\xe6\xd3\x23\xa0\xde\x0c\x42\x48\x5d\xd9\xe7\xb0\xb6\xdf\x5f\x0b\ -\x96\x7c\xaf\x1e\x13\x9c\xf6\x02\xbf\x01\x45\xa0\x3b\xa9\x2a\x08\ -\x90\x58\xc4\xc4\xdf\xe6\x63\x0d\x6e\xae\x26\xc0\x81\x5a\xdd\x65\ -\x46\x90\xfa\xf4\x67\xdc\x0f\xee\x8b\xae\xdb\x28\xd5\x60\xb8\x25\ -\xd0\x80\xdb\xd0\x35\x48\x3a\x0e\x76\x8a\x39\x32\xc2\x5c\x3c\x88\ -\x24\x1d\x6e\x39\x02\x6a\x48\xff\xc0\x44\x20\x08\x9e\xcb\xe6\xa2\ -\xb9\x2c\x66\xbc\x4c\xec\x5c\x3f\x6b\x06\x8d\xeb\x11\x13\xa0\xba\ -\x4c\x28\x84\x5d\x7e\x9a\x16\xfc\xa6\xc6\x10\xd6\xe7\x5b\x1f\xf9\ -\x57\x02\x9d\x1c\xe8\x64\x40\x67\xe6\x54\xff\x28\x2b\xb2\x60\x8a\ -\xd2\x35\xeb\xf7\x5a\x50\x56\xa1\x97\xa6\xb8\x77\xe9\x22\x7e\xf5\ -\xbd\xb7\xf1\xf1\xfd\x3b\xb8\xb2\xb6\x80\xa4\x9a\x22\x9f\x1c\xa0\ -\x98\x7a\x06\x20\x88\xbf\xee\x8b\x5c\xe8\xd3\x20\x7e\x39\xfe\xbe\ -\x1d\xe4\xbd\x14\xbf\xf8\x54\xa0\x06\x41\xdb\x71\x4a\x20\x50\x83\ -\x10\xa2\xeb\x71\xc3\x82\xc4\x20\x8a\x32\x35\xb5\xbc\x21\x9a\x2d\ -\xd4\x00\x02\x48\x39\x55\xdb\x10\x90\x65\x25\x0e\x8e\x46\x78\xb1\ -\x73\x80\x57\xbb\x87\x38\x99\x94\x98\x19\x8d\xf1\x64\x8a\x4b\x97\ -\x2e\x21\xe4\xf3\xf3\xd2\xdf\xb9\xeb\x5c\xf9\x65\x59\xe2\xf5\xee\ -\x6b\xec\x1d\x1f\xe2\x49\x76\x84\xc3\xf1\xb8\x56\xb3\x59\xe5\x27\ -\x0b\x4e\xb3\xa4\xc8\x20\x52\x59\x6d\x4b\xdf\x83\xff\xde\x97\xc3\ -\x5b\x97\x2b\xf9\xac\x0a\x2e\x4d\x47\x83\x4a\x14\x43\x08\x3b\x21\ -\x07\xeb\x7c\x03\x50\x32\x9d\x36\xea\xaa\xe6\x0f\xae\xc0\x95\xa1\ -\xa2\x08\x42\x41\xf4\xe1\x5b\x58\xde\xe5\xaa\x36\xf2\xac\x97\xfb\ -\xab\x7c\x20\x4a\x44\xa0\xdc\x26\x2d\x7e\xb7\xb4\x85\x37\x31\x89\ -\xa6\x01\xa2\x1f\x73\xed\xf7\xda\x52\x54\xa6\x60\x24\x00\x6a\xe2\ -\x97\x2e\x4b\xfe\x29\x99\x0e\xb7\x01\xb1\xd4\x97\xe9\xc6\x79\xea\ -\xa0\x2b\x40\xbb\x9d\x80\x29\x24\x27\xe5\x79\x7f\xe6\xee\x45\x21\ -\xb8\x2a\x80\x4b\x08\x4c\xf0\x56\x6b\xca\xa6\xe8\x25\x3d\x5c\x5a\ -\x3d\x83\x4f\xde\x7b\x47\x10\xff\xc4\x59\xfc\x27\x87\xc8\xa7\xc7\ -\x4e\xed\xe7\xcc\xbe\x51\x70\x4e\xdd\xf7\x40\xfc\xd4\x34\x02\x2a\ -\xe7\x29\x62\x5a\x63\x90\x09\x7e\xfb\x9f\x7a\xa4\xf1\xfc\x46\x0c\ -\x0c\x7f\x45\x99\x59\x1a\x87\x87\x2d\x85\xfb\x3e\x5a\x90\x00\x5e\ -\xf5\x77\x5a\x2b\x59\xfe\x03\x00\x91\x82\xb5\x40\x5e\x94\x38\x3a\ -\x19\xe3\xc5\xab\x7d\x3c\x7d\xfe\x1a\xbb\x07\x53\xe4\xa6\x87\x83\ -\xc3\x63\x9c\x3b\xb7\x89\x24\x49\x60\xac\x0d\x52\x5f\x2e\xf4\x21\ -\x22\x1c\x1f\x9f\xe0\xe0\xe8\x08\xfb\x26\xc3\xd3\xbd\xd7\xb0\x95\ -\x43\x24\x15\x56\x58\x99\xba\x76\x22\x10\x25\x5e\xa3\xf3\xc4\xc2\ -\x2a\x9f\x75\xc4\x45\x09\xf9\xbd\x09\x1b\xc8\x6d\x95\x0f\x61\xf5\ -\x8c\x4c\x5a\xad\x83\xf5\xda\x23\x28\x83\x54\x5a\xe6\xdb\xb4\x0d\ -\x79\x2d\x60\x41\x53\xea\x49\x15\xb6\x05\xb6\xd2\x0d\x18\x69\x00\ -\x2c\x55\x05\x51\x00\xce\x56\x00\x1f\x28\x44\x9c\xb2\x4b\x48\x4e\ -\xb6\x97\xb4\xa9\xf9\x81\x9f\x68\x67\xb9\x05\x2f\xa4\x6a\x8e\xb2\ -\x6c\x27\x23\x31\xd5\xb7\xa3\xd5\x95\x0d\x0d\x84\x89\x9d\x39\x6b\ -\x70\x0d\x4a\x22\x27\x41\xe0\xc2\xd0\x17\xb2\xf7\x0a\x06\x91\x94\ -\x20\xa9\xce\xa7\x85\x5f\xf8\x23\x32\x3f\x73\xdb\x64\x06\x66\xfe\ -\x6d\x12\xa0\xec\x20\x35\x3d\xac\xf4\x96\x71\xef\xe2\x15\x7c\xf2\ -\xde\x3b\xf8\xa7\xdf\xf8\x0a\xd6\x07\x1a\x54\x8c\x90\x4f\x0f\x51\ -\x4c\x0e\xbc\xc5\x7f\x0c\x53\x65\x20\xcb\x69\xc0\x25\x4c\x28\xfe\ -\x4f\x2d\x86\x40\x25\x15\xfe\x18\x66\xac\x3d\x84\x61\x91\x8c\xaa\ -\xed\x50\xed\x27\xa9\x0e\x0c\x5e\x45\xe3\x04\x08\xe2\xf7\x4b\x79\ -\xe3\x97\xeb\xc1\x75\x5b\x77\x41\x68\x04\xf8\x9c\x79\x8a\x18\x64\ -\xa6\x1f\x22\x14\xa5\xc5\x68\x9c\xe1\xd5\xee\x31\x9e\x3c\x7f\x8d\ -\x97\xbb\x23\x64\x55\x8a\xbd\xc3\x11\x96\x97\x57\x30\x18\x0c\x60\ -\x8c\xf1\x0c\x46\xc7\x7c\x0b\x40\x51\x14\x78\xbd\xfb\x1a\x27\x94\ -\xe3\xe7\xbb\xcf\x51\x96\xa6\xee\x53\x40\x2e\x46\x26\x26\x08\x83\ -\x08\x32\x32\xf6\x9c\xd5\xe9\x10\xe1\xd5\x40\x66\x8e\xdc\x0b\x38\ -\xa3\xea\x62\x65\xf6\x1c\x05\x21\xf1\x5c\xdb\xeb\x6d\xcc\x1a\xa0\ -\x84\x28\x4b\x86\xad\xca\x7a\xa4\x5b\x91\xbf\x23\x8d\xa1\x21\x2d\ -\xc3\x73\x52\x35\x16\x8f\x06\xcd\x44\x48\x5f\x29\x41\x03\x5c\xe4\ -\x3b\xbe\x4c\x4e\xd7\x46\x5e\x5a\xcb\xa5\xbd\xcd\xb6\x90\x80\x41\ -\x53\x5b\x90\x1a\x47\x60\x10\x92\x19\xd8\x18\x5e\x92\x01\x04\x1b\ -\x85\x37\xf0\x49\xe3\x5f\xd4\x06\x36\xfe\xf9\xfb\xd2\x20\x28\x3f\ -\x61\x7a\xa8\xe2\x8f\x4f\xf5\xa5\x6d\x07\x2b\xdd\x25\xdc\xbb\x78\ -\x19\xbf\xfa\xce\x43\x7c\xfc\xe0\x4d\xac\x0d\x94\x9f\xf3\xef\xa3\ -\x98\x1e\xb8\x55\x7e\xf9\x04\xa6\xc8\x9d\xbd\xc9\x27\x68\xad\x23\ -\x2d\xc5\xb8\x08\xba\x8e\x88\x9f\x2f\x2a\xf2\xe6\x31\xc5\x66\xb2\ -\x08\x36\x92\x8d\xb4\x1d\x9f\xaf\x24\xa8\x96\x29\x40\x20\xde\xf9\ -\x57\xe3\x15\xb9\x9e\x0b\x49\xe4\x8b\x10\xf1\x8b\x0e\x82\x25\xb7\ -\x55\x61\x55\x19\xcc\xb2\x1c\x7b\x07\xc7\x78\xfa\x7c\x17\xcf\x5f\ -\x1d\x62\x56\x26\x38\x99\x54\xe8\x74\xba\x58\x5c\x5c\x74\x73\x7e\ -\x22\xa8\x46\x42\x4f\x82\xb3\xfa\xef\xef\xef\xa3\x4a\x08\x2f\x46\ -\xfb\x98\xe5\x99\x8b\x82\x83\x06\x87\xd1\x72\x9d\x41\xa2\x48\xa3\ -\x10\xb1\x48\x13\x5c\xc5\xab\xd8\x64\x13\x44\x6a\x67\x34\x40\x02\ -\x41\x20\x98\x5e\x43\xe0\xd6\x4c\x40\x02\xb3\x21\xed\x24\x01\x34\ -\x03\x5c\x14\xc4\xb3\xf5\x0d\xa7\x78\x10\xe2\x79\x97\x54\xb1\x59\ -\xfa\xd5\xf3\x5f\xde\x7b\x41\x49\x82\x64\x66\x17\xd9\x47\x44\x99\ -\x51\xd3\x4f\x19\x6c\xe9\x32\x8c\xda\xda\xc4\xa5\x53\x88\x9f\x1a\ -\xf7\xf8\xd9\xe0\x32\x64\x66\xea\x89\x58\x46\x67\x4a\xed\x48\xb6\ -\x4d\x2e\xce\x01\x9c\x9f\x9f\xdf\xe5\x34\x5d\xa1\x4e\xc9\x00\x58\ -\xfa\x23\x92\xfe\xaa\xea\x60\x31\x59\xc2\xdd\x8b\x57\xf0\x6b\xef\ -\xbc\x83\x8f\x1e\xbc\x89\x2b\x6b\x43\xa0\x18\xa3\x98\xec\x23\x9f\ -\x1c\x20\xf7\x92\xbf\x2a\x67\x00\xd8\xdd\xa7\xdc\x9e\x80\x5f\xda\ -\x46\x26\x60\xcc\xe0\x64\x66\x00\x3f\x76\x11\x83\x16\xb0\xfb\x05\ -\x8f\xda\x08\x18\xbe\x55\x74\xa5\x05\x13\x5b\x8f\x5a\x10\xca\xc1\ -\x3c\xe5\x3d\x81\x23\xc6\x58\xe4\x45\x85\x83\xa3\x31\x9e\xbd\xd8\ -\xc3\xb3\x97\x7b\x18\xcd\x80\xac\xd4\x98\xce\x32\x9c\x3b\x77\x0e\ -\x32\x95\xb7\x16\x65\xe8\xc4\x0d\xd6\xd1\xf1\x31\x94\xd6\x38\x7f\ -\x75\x1b\x8f\x7e\xb2\x8b\x4e\x27\x41\x51\x01\xb5\x05\x59\xc7\x48\ -\x15\xbe\x5c\x98\xae\x92\x73\xce\x88\xcb\x79\x26\xa0\xbc\xab\x50\ -\xc3\x4f\x07\x6a\x69\x5e\x4f\x53\xc9\xdd\x0b\xb7\x1b\x52\x33\x20\ -\x2f\x57\x2f\xa7\x48\x0d\x02\x99\xd3\x0c\x84\x54\x8a\xac\xfc\x8d\ -\x41\x67\xa6\x16\x34\x0c\x8f\xd8\x5e\x5a\x92\x90\xec\xa4\x58\x13\ -\x21\xd4\x0e\x5c\x5f\xbe\x2c\x8b\xeb\x91\x74\x8d\xc6\x6f\x56\x93\ -\x35\xea\x7a\x19\x3e\x4d\x8d\xa4\x11\x33\x11\xdf\x03\xc2\x26\x30\ -\xac\x99\x30\x01\x47\x16\x7e\xb9\xb1\x88\x7f\x56\x06\x02\x51\xdd\ -\x7e\x8a\x5c\x97\x3e\x31\x69\x93\x11\xa8\x3a\x67\x9f\x83\x41\x03\ -\xde\x55\x0a\x55\x76\xd1\xb3\x8b\x78\x63\xf3\x0a\x7e\xfd\x9d\xf7\ -\xf0\x11\xcf\xf9\xcd\xc4\xa9\xfd\x53\x4f\xfc\xf9\x04\xa6\xc8\x00\ -\x32\x20\x36\x20\x37\xb6\x61\x76\x4a\xc0\xdc\x20\x7f\xc1\xc1\x30\ -\xf5\x7d\x6b\x7a\x46\xc4\x63\xa7\x96\x18\x09\x12\x77\xa4\xa7\x3d\ -\xdc\x7e\xdd\x35\xe2\x8b\xd4\x8e\xa0\x5a\x36\x85\x1e\xff\xf7\xfd\ -\xb0\x44\xc8\x8b\x0a\x47\xc7\x53\xbc\xdc\x39\xc0\x93\xe7\xbb\x78\ -\x7d\x30\x41\x66\x87\xd8\x3f\x3c\xc2\xea\xea\x9a\x9b\xf7\x0b\x97\ -\x9f\x0b\xe0\xf3\xf1\xf5\x2a\x41\x96\x4d\x91\x65\x19\xbe\xfb\xbd\ -\xef\x62\x61\x7d\x09\xc3\xe5\x05\x7c\xff\x87\x7f\x8d\x9f\xfe\xfd\ -\x33\xe4\x33\x0b\x6b\x98\x18\x38\xa0\x03\x0d\x15\x4f\xa8\x51\x12\ -\x39\x15\xe0\xec\x07\x1a\x4a\x6e\xf0\x40\x52\xbd\x44\x8d\x24\x52\ -\x72\x4b\x82\x3f\x05\x3e\x4d\x36\x3b\xcf\x24\x15\x82\x7b\x8f\x89\ -\x01\x8d\xe5\xa8\x8a\x19\x18\xa1\xe6\x44\x40\xc8\xf1\xa7\xac\x8f\ -\x6e\x13\xee\x3b\x46\x02\x82\x7f\x17\xf5\x42\x25\x25\xea\x22\x91\ -\xd8\x32\x30\xa5\xa6\xd4\x41\x1d\x28\xa3\x98\x81\x7e\x19\x49\xc4\ -\x04\x26\x43\x69\x21\x10\x5b\x68\x2f\x04\x4f\xac\x54\x47\xe9\xc9\ -\xd4\xe2\x32\x42\xaf\x61\x13\xa0\x66\x46\x9f\xa0\xfe\xdb\x3a\xf8\ -\x27\x4c\x05\xb8\x3f\x42\x03\xb0\x09\x54\xd5\x45\x5a\x0d\xb1\xd2\ -\x39\x83\xeb\xe7\xae\xe1\x1f\x7f\xe5\x43\x7c\xf2\xee\x03\x6c\x2d\ -\x75\xa1\xab\xb1\xb7\xf4\xbb\x40\x1f\x93\x4f\xdc\x56\xde\x3e\xca\ -\xcf\xa9\xed\x36\xd0\x83\x52\x34\x4f\xf8\xac\xac\x00\xa8\xb7\xf7\ -\x3e\x5d\xd0\x22\x3c\x21\x55\x03\xb4\x3a\x94\x5c\xf9\xa7\xe1\x98\ -\xfb\x9d\xc6\xea\x1e\x21\xb6\x44\x8a\x86\xfa\xc7\x54\x13\xa9\xe9\ -\x14\x76\xd0\x4a\xfc\xf5\x2b\x04\xa0\x2c\x0d\xc6\xd3\x1c\xaf\x76\ -\x0f\xf1\xf4\xf9\x2e\x5e\xed\x9e\x20\xab\x3a\x78\x7d\x70\x84\xfe\ -\x60\x80\x6e\xb7\x8b\xaa\xaa\x6a\xe2\x07\xa0\x7d\xf4\x97\x4a\x14\ -\xca\xb2\xc4\x78\x3c\xc6\xdb\x0f\x1e\xe0\xa3\x5f\xfa\x16\x92\x44\ -\xe1\xdc\xfa\x3a\xb6\xce\x6c\xe0\xff\xc4\x9f\xe0\xd1\xd3\x97\x18\ -\x8f\x0b\x98\x8a\x11\xcb\x4f\x09\xa2\x3c\xfa\x4c\x13\x9e\xa9\xb0\ -\x11\x4c\x01\x80\x75\x86\x42\x92\x4c\x80\x25\x2a\x5a\x08\x5c\x0e\ -\x6e\xcb\x3d\x12\x03\x2c\xc7\x39\x68\x4d\xbe\x8d\x21\xa8\x87\xf3\ -\xcb\x0b\x8d\x23\xb4\x3d\x1a\x04\x04\x2c\x0a\x96\x71\x66\x92\x52\ -\x02\xca\x66\xfa\x94\xd3\x91\x02\x22\xea\x30\x89\xf7\x66\xb0\x7b\ -\xd3\xce\x8d\x69\x4d\xc8\x4c\xac\x3a\x8e\x1d\x08\x2a\x7a\x93\xb9\ -\x89\x77\xa3\xd8\x09\xd1\x40\xf6\xd5\x73\x50\x4f\xe2\x02\x79\x28\ -\x18\x2a\xd9\x1f\xef\x22\x08\x15\x89\x29\x29\xfb\xf8\x65\x4c\x3f\ -\x4f\x09\xe4\xfe\x04\x8a\x7d\xfe\x0c\xdf\x79\xc9\xdf\xab\x96\xb1\ -\x35\xbc\x80\x77\xb7\xef\xe2\xa3\xbb\x0f\xf1\x4b\xf7\x6e\xe1\xe2\ -\x6a\x3f\x36\xf8\xcd\x8e\x61\x8a\x09\xaa\x32\xf7\xc4\x5f\x1b\xfc\ -\x82\x51\x9c\x09\x5d\xce\xe9\x11\x0b\x73\xe5\x83\x7d\xda\xa8\xb9\ -\x86\xa2\x7b\x81\x3c\x43\xae\x51\x90\x69\x57\xbe\xcb\xc2\x3a\x1a\ -\xe4\xe8\x48\x39\x1a\x29\xe6\x03\xbe\xb0\xb0\x6c\x90\x6a\x03\x44\ -\x03\xf1\xbe\x04\xaf\x6f\x69\x10\x50\x55\x16\xd3\xac\xc0\xde\xc1\ -\x31\x9e\xbf\xda\xc7\xd3\x97\xfb\x98\x14\x1a\x27\x93\x0a\xd6\x12\ -\xfa\xbd\x3e\xca\xb2\x74\x73\x7e\x82\xb3\xf8\xbb\xa5\x83\xae\x24\ -\xa5\x30\x1a\x8d\xb0\xbd\x7d\x11\xbf\xf1\x1b\xbf\x86\xad\xcd\x33\ -\xa8\xca\x1c\x30\xe7\xa0\xec\x9b\xd8\x3f\x3c\x80\x86\xc6\xa3\x67\ -\xaf\x70\x72\x92\x39\x26\x30\xb7\x36\xde\xf7\x41\x59\x3f\x6d\x6e\ -\x10\xae\x27\x1a\xe2\x85\x00\x9c\xbd\x96\x19\x45\x34\x2f\x15\x03\ -\x11\x31\x07\x46\x2e\xd4\x12\xb6\x6d\x30\x22\x2f\x81\x67\x04\x73\ -\x41\x3d\xe2\x3c\xcc\xfd\x59\x92\x78\x46\x3c\xd7\x07\xd5\x20\x46\ -\x51\xfd\x9c\x40\x10\xe5\x06\xa9\xaa\x6b\x8e\x1d\x69\x3f\xb2\x6e\ -\x51\x48\x30\x04\xb2\xe4\x93\xb0\x88\x2a\x13\xf0\x16\x04\x08\xa0\ -\x5e\x5c\xe3\x3f\x49\xe9\x09\xbf\xe1\x6e\x14\xed\xa0\x60\x27\x10\ -\xc4\x1e\x11\xbf\xbc\xc6\x6a\x7f\x0c\xaa\x70\x6e\x34\x54\xd5\x41\ -\x52\x0d\xb0\xbd\x78\x11\xdf\xbc\xf9\x0e\x7e\xe5\xc1\xbb\x78\x78\ -\x75\x1b\x1b\xc3\x14\x36\x3f\x41\x29\x88\xbf\xcc\xc7\x30\xa5\x5b\ -\xd7\xaf\x38\x1f\x01\x4f\xf2\x02\x3f\xf6\xc4\xed\x7b\xcb\xf9\x35\ -\xc8\x13\x31\x2f\xd9\xae\x9f\x6b\xa1\xac\xc0\x05\x6a\xae\x71\x8a\ -\xf8\xfd\xc2\x83\x49\x3b\x25\x52\xe4\x5d\x6a\x14\x16\xd4\x88\x22\ -\xc3\x3e\x81\x5e\x57\x96\x9a\x3d\xc9\x92\x20\x6e\x40\xfe\x9c\x47\ -\x76\x4b\x40\x51\x1a\x1c\x1e\xb3\xcb\x6f\x17\xa3\x19\x30\x2b\x34\ -\x26\xd3\x31\x96\x96\xdd\xda\x7e\x05\xef\x07\xf5\x0b\x7c\x42\x89\ -\x4a\x61\x3a\x9d\x62\x69\x69\x09\x9f\x7c\xef\xbb\xb8\x75\xe3\x0a\ -\x3a\x09\x41\xdb\x0a\xbd\xd4\x62\x7d\xa1\x8b\x87\xd7\xae\xa2\xca\ -\x4b\x68\x68\x3c\x7e\xf9\x1a\x47\x47\x39\xca\x82\x6a\x42\xe3\xf6\ -\x86\xb9\x22\xff\xe6\x26\x0b\x64\xd4\xec\xc3\xf5\x51\x78\x50\x70\ -\xbe\x6f\xe5\xe7\xfd\xac\x62\x37\x7c\xe9\x32\x96\x5f\xc2\x41\xda\ -\x25\xe4\x3c\x96\x89\x5c\x26\xef\x88\x46\x6d\x0e\x94\x35\x82\x4b\ -\xe4\x68\x82\x7c\x4e\x08\xcb\x67\x04\xf1\x85\xf7\x99\xd0\x64\x1b\ -\x24\x81\x52\x5c\x4e\xa4\xde\x71\x1f\x80\xb9\xe9\x52\xb8\x2f\xda\ -\x5a\x9f\x20\x52\xcf\xd9\x6e\x01\xf2\x2b\x31\x1b\xd3\x8b\xa8\xfd\ -\x8d\xbe\xc9\x98\xff\xf0\x91\x41\x42\xb2\x2c\x86\x9f\x2f\xb7\x4a\ -\xa1\x4c\x17\x1d\xb3\x80\x33\xdd\x73\xf8\xf6\xad\xf7\xf0\xc9\xbb\ -\xef\xe3\xed\xcb\x17\xb1\xda\x23\xd8\xfc\x08\x45\x76\xe2\x55\xff\ -\x63\x54\x85\x4b\xe5\xed\x5c\xcc\x52\x4a\x2a\x2f\xdd\x6b\xe0\x3b\ -\xc2\x47\x40\xbd\x9a\x09\x38\xd1\x48\x41\x48\xcc\x0d\x58\xdd\xb7\ -\x98\xfa\xe6\xee\xb6\x1d\xd2\xae\xeb\xbf\xc9\x0b\x6f\x4a\x01\x32\ -\x04\x58\x22\x97\x27\xbc\x99\x3f\x8c\xf8\x0d\x22\x3f\xcd\x3a\xcd\ -\x06\xe0\x4b\x6f\x30\x82\x66\x43\xac\x25\x94\xa5\xc5\xc9\x78\x86\ -\x9d\xdd\x63\x3c\x79\xb1\x87\xdd\xa3\x29\xc6\x79\x07\x07\x47\x27\ -\x18\x0c\x06\xd0\xca\x25\xef\x54\x5a\x41\x5b\x3d\x5f\x0e\x11\x8a\ -\xa2\xc0\x2f\x7f\xe7\x63\x7c\xed\x83\xf7\xd0\xef\x2a\x98\x62\x02\ -\x5b\x8c\xa1\xcd\x04\x5d\x95\xe3\xc2\xda\x02\xde\xbd\x79\x15\xab\ -\x8b\x0b\xf8\xf4\xd9\x0b\xfc\xed\x4f\x1f\xe3\xf9\x2b\x97\x06\x2c\ -\x18\x67\xa4\x5b\xac\x49\xfc\x4d\xd5\x95\xdd\x81\x7e\xd7\x61\x98\ -\x54\x48\x4b\x56\x55\xfd\xef\xb0\xcb\x31\x10\x59\xe4\xeb\xc2\xea\ -\x8f\xb4\x1b\x04\xb8\x4a\xa4\x6d\xf4\x5f\xba\x34\x95\x73\xbd\x39\ -\x0d\x46\x10\xa7\x64\x60\x01\xc1\xc5\x35\x56\xaf\xb5\x1f\x14\x39\ -\xb5\x88\xb4\x05\x31\xd5\x91\x5a\x8e\x0c\x00\x0b\xee\x35\xbe\x8e\ -\xba\x2e\x19\x64\xa5\x24\x93\x42\xfd\x4e\xe8\x27\xf9\x79\x79\xe5\ -\x12\x73\x46\x5a\x0c\x7f\x4b\x9c\x63\x46\xa0\xea\x32\x20\xc7\x94\ -\xbd\x02\x92\x59\x79\xe9\xef\xf3\x46\xc4\x5a\x94\x02\x8c\x46\x5a\ -\x0d\xb1\xa8\xd6\x71\x7d\xe3\x2a\xbe\x76\xed\x3e\xfe\xc9\x07\x1f\ -\xe2\xd6\xf9\x75\x0c\x74\x05\x2a\x46\x4e\xf2\xcf\x8e\x51\xce\x1c\ -\xf1\x9b\xa0\xf6\x07\x51\x1f\x49\xc9\xd0\x45\x55\x13\xbc\x14\xa4\ -\xcd\x38\x9f\xfa\x99\x79\xed\x9a\x00\x27\x10\xbf\x28\xd1\x4e\x04\ -\xb4\x18\x94\xe2\xd4\x7a\x2c\x46\x05\xc0\xc2\x12\x05\x26\x60\xe3\ -\x8c\xa2\x32\xc9\xe7\x3c\x47\x17\x2c\xad\x7e\x68\x4e\xe8\x90\x47\ -\x0a\x63\x2d\x26\xb3\x1c\xbb\xfb\xc7\x78\xf6\x62\x17\x2f\x76\x8e\ -\x30\x2b\x52\xec\x1f\x8e\x40\x04\x24\x49\x82\xb2\xac\xa0\x94\x82\ -\x8e\xfc\xfd\x8e\x19\x69\xad\x31\x99\x4c\x70\xf7\xce\x1d\x7c\xef\ -\xbb\x1f\x63\x69\xa1\x0b\x53\x8c\x51\x65\x27\x30\xf9\x09\x50\x8d\ -\x91\x22\xc7\x62\xcf\x62\x6b\xa5\x8f\xc5\xfe\x45\x9c\x5b\x5d\xc5\ -\xa0\x37\xc0\x5f\xa5\x8f\xf0\xe2\xd5\x09\xc6\x7e\x9a\x41\x01\x1a\ -\x12\x19\xb9\x8f\x2d\x40\xd6\xcc\x04\x04\xc1\x98\xc6\xb4\x40\x0b\ -\xe4\x0a\x88\x2b\xb0\x61\x4e\x72\xb5\xa8\x4d\x91\x45\x5b\xc2\x9b\ -\x19\x82\x98\x33\x6b\xbf\x14\x3a\x1a\x03\x26\x50\x08\x62\x16\x15\ -\xc8\x29\x4c\x28\x4e\x21\xb2\x8d\x04\xed\x84\xe2\x32\xb8\x5f\x04\ -\x21\xed\x85\xa1\x4d\xd6\x43\x0d\x24\x0c\x22\xb0\xd1\x46\x6f\xdc\ -\xa3\xb4\x70\x86\xb9\xc4\xa7\x7f\x0b\x86\xda\x86\x41\x32\x3a\xa8\ -\x8e\x18\x0e\x65\x52\x0c\xc3\x60\x67\xb0\x71\x19\xdc\x26\xeb\x6c\ -\x3c\x89\xed\xe1\x42\xff\x0a\xee\x6d\xbe\x81\x8f\xef\xbc\x83\x0f\ -\xdf\x7c\x13\xb7\x36\xd7\xa1\xcd\xd4\x25\xf0\xf4\x4b\x7a\xcb\x9c\ -\x13\x7a\x14\x70\x7b\x5d\x50\x0c\x7b\xa1\x89\xd5\xbb\x68\x35\x04\ -\xe3\x1c\x81\xd4\xaf\x86\x6d\xc9\x4e\xb1\x05\xb8\xf0\xf3\xd3\x05\ -\x6d\x78\x4e\xfc\x10\xd2\xdf\x09\x7f\xa5\xac\x52\xaa\x4a\x95\x42\ -\x49\x96\x2a\x0b\x22\x6b\x99\xf8\x6d\xcc\x04\x7c\xa3\xe6\x9b\x23\ -\x6a\x21\x88\xa8\xc1\xf6\xc3\x12\x21\xcf\x9d\xcb\xef\xc5\xab\x7d\ -\x3c\xdf\x39\xc0\xac\x4c\x70\x34\x2e\x90\x65\x39\x96\x97\x97\x91\ -\xe7\x05\xb4\x56\x91\xe1\xcf\x45\xfe\x69\x74\x3a\x09\xf2\x3c\xc7\ -\xe6\xe6\x26\xfe\x8b\x7f\xfc\x9f\xe1\xc2\xf9\xb3\xb0\xd5\xcc\xa5\ -\x58\xca\x4e\x50\x66\xc7\xa0\x6a\x86\x54\xe5\x18\x74\x2c\xec\xc0\ -\x95\x90\xac\x0e\x51\x5d\xd9\x46\x47\xa5\xf8\x71\xff\x25\x1e\xbf\ -\xd8\xc3\xd1\xc9\x0c\xa5\x31\xde\x2a\xab\x7c\x20\x8c\x42\x48\x15\ -\xd5\x94\xa4\x81\x00\x58\xbd\xf4\x88\x19\x56\xde\x29\x8f\x5f\x1a\ -\x21\xac\x56\x6a\x15\xd1\xdc\xb9\x89\x0c\x0d\xb8\x05\x66\xc4\x88\ -\x2b\xa4\x33\x23\x45\x70\xd1\x35\x19\x88\x8a\xcb\x57\x8d\x32\x23\ -\x45\x44\x32\x3c\x69\x88\x53\x75\x9f\x40\x75\x5c\x43\x34\x07\xd7\ -\x82\xe8\x74\x4d\x60\x4d\x4b\x7e\x44\xef\x2c\xbd\x1a\x92\x5c\x19\ -\x97\x8b\x9f\x89\x3f\x18\x05\xa5\xfd\xa3\x71\x34\xb5\x81\x39\x2d\ -\xa1\xc1\xbc\xa4\xe4\x97\x9a\x97\x55\x50\x36\x41\x97\x86\x58\xef\ -\x9e\xc3\x47\x37\xbf\x8a\x8f\xee\x3e\xc4\xc3\x6b\x57\x70\x61\x65\ -\x08\x5d\x8d\x51\x66\x3e\x8f\x1f\xfb\xf8\xf3\x99\x8f\xed\x37\xf3\ -\xc4\x1f\xea\x56\x75\x73\x94\xb8\xc2\x9a\x34\x54\x43\xfa\x53\x10\ -\x92\x75\x19\x35\xaf\x9d\x3f\x48\xdc\x68\x7f\x8a\xe4\x87\x1c\xfd\ -\x59\x67\x28\x24\x10\x55\x50\xaa\x4c\x41\x2a\x87\x22\x43\x96\xc8\ -\x5a\x4b\xd6\x5a\x65\x99\x09\x50\xac\x09\x44\xba\x8a\x6c\x80\x27\ -\x7c\xa9\xbe\x48\x35\x85\xe0\x2a\x2f\x4a\x8b\x93\xd1\x0c\x3b\xaf\ -\x0f\xf1\xec\xc5\x3e\x0e\x8e\x32\xcc\xaa\x3e\x0e\x8f\x4e\xb0\xbc\ -\xbc\x8c\xaa\xaa\x3c\xc3\xa9\xc3\x7b\x35\x11\x40\x1a\x3a\x75\xe9\ -\xbd\x74\x92\xe0\x3b\x1f\x7f\x84\x07\x6f\xdd\x81\x46\xe9\x0c\x30\ -\xc5\xd8\x31\x81\x62\x02\x5b\xe5\x48\x95\x41\xbf\xe3\x10\x51\x41\ -\x23\x51\x16\x97\x37\x16\xd1\xeb\x6e\x63\x79\x38\xc4\xca\xd2\x22\ -\x3e\x7b\xb2\x83\x67\xbb\x7b\x28\x0d\x07\x68\x68\x21\x1c\x1a\x1a\ -\x41\x80\xb3\x24\x68\xc0\x6d\x5d\xc6\x6b\xf2\x39\xfc\x56\x39\xe3\ -\x9d\x96\xef\x37\xcb\x69\x1b\xcf\x53\x90\x3c\xa8\x29\xcc\x38\xa4\ -\xf4\xf2\x84\x1b\x49\xde\x46\x14\xa2\x44\x2a\xa9\xd9\xf0\x75\x69\ -\x85\x67\x06\x12\x11\xb0\x2f\xd3\xfa\x97\x12\x11\x4e\x2d\xb3\xee\ -\x90\x8e\x19\x54\x68\x63\xf3\x37\xc3\xd0\xd7\xab\x8d\xdf\x8f\x41\ -\x46\xe6\x79\x78\x84\xa2\x24\xb3\x13\x12\x7c\x8e\x09\x34\x89\x40\ -\xce\xf7\x65\xd9\xfe\x59\xa3\x90\x50\x17\x03\xb5\x88\xed\xa5\x6d\ -\x3c\xdc\xbe\x8b\x7f\xf2\xc1\x37\xf1\xe6\xc5\xf3\x58\xed\x69\xa0\ -\x38\x41\x91\x9f\xa0\x9c\x1e\xa3\x98\xb9\xe8\xbe\xaa\x9c\xb9\x25\ -\xbd\x3c\x3d\x6a\x0e\xa6\xbc\x16\xc6\xc8\x47\xcb\x7a\xda\x71\xc3\ -\x4a\x35\x39\x91\xd3\x14\x5c\xef\x28\x2a\x2a\xea\x51\x08\x10\xab\ -\x8d\xe9\x2a\x54\xd4\x38\x04\x9a\x38\xf2\xe5\xcc\x40\xe4\x65\xbb\ -\x32\x50\xc8\x53\x00\x85\x35\x64\x8c\xb1\x64\x8c\x85\xb1\xee\x63\ -\x2d\x39\x35\xb9\x69\x0f\x50\x2d\x70\x3e\x65\x5e\x42\xdc\x54\x72\ -\x01\x3f\xd3\x59\x86\xbd\x83\x13\x3c\x7f\xb5\x8f\x57\x7b\xc7\xc8\ -\x6d\x17\x3b\xbb\x07\xe8\x74\x3a\xa8\xaa\xaa\xe1\xf2\x23\x68\x31\ -\xff\x55\xca\xb9\xfd\xbe\xfd\x8d\xaf\xe3\xdb\xdf\xfa\x3a\xfa\x5d\ -\xed\x73\xab\x8d\x50\xe6\x23\xbf\xad\x52\x06\x58\x03\x45\x06\x9d\ -\x04\x50\x5d\x17\x69\xa8\x95\x82\xd6\x09\xd2\x74\x88\x41\x37\xc5\ -\xea\xd2\x02\xce\xac\x2c\xa1\xfa\x9b\x12\x7b\xc7\x23\x64\x79\xe5\ -\x57\x17\x0a\xef\x40\x90\xb4\x0d\xf8\x06\x24\xf6\x17\xd9\x25\xd8\ -\xd4\x06\x82\x21\x47\x52\x81\x80\x4c\x60\x30\x2d\x6a\x72\x78\xc6\ -\x8a\x0b\x0d\x95\x50\x01\xf3\x8b\x65\xc4\x77\x70\x07\x36\x6f\x09\ -\x02\x0a\x65\x49\x22\xf1\xd2\x9f\x53\x8a\xc9\xb6\x01\x98\x53\x65\ -\x59\xbc\x59\x00\xd0\xa7\xaf\x07\x68\xcd\x25\x60\xe3\x5c\xfc\xac\ -\x2a\x87\x58\x07\xc1\x2c\x64\x9b\x65\x59\xf2\x39\x06\x60\x60\xe2\ -\xfe\x3d\x12\xf7\xd9\x5e\x63\x15\x52\xdb\xc3\x6a\xba\x81\x5b\x1b\ -\xd7\xf0\x8d\x9b\x0f\xf0\x8d\x37\xee\xe1\x9d\x2b\xdb\x18\x26\xc6\ -\x85\xf6\xce\x8e\x1c\xe1\x67\x23\x3f\xdf\xcf\x40\x56\x2c\x9c\x0a\ -\x68\xdf\xc6\xd1\x21\x86\x4c\x10\x4e\x13\x97\xda\xc4\xbb\xbf\x5e\ -\xdf\x12\x27\x91\x80\x6a\x46\x03\xd4\x8f\x7a\x39\x1f\x49\xfe\x40\ -\xd3\x96\x88\x40\x46\x13\x8a\x14\xa0\xc2\x12\x55\xc6\x5a\xb2\x64\ -\x61\x8c\x85\x35\xcc\x04\x6c\x64\x18\x64\x60\x93\x52\x98\x9b\xe5\ -\x7b\x26\xd0\x44\x77\x27\xfd\x11\xa2\xfd\x5e\xbc\xda\xc3\xf3\x9d\ -\x43\x4c\x72\x85\x83\xe3\x19\x8a\xa2\xc4\x70\x38\x44\x9e\xe7\xb5\ -\xf1\x83\xa8\x9e\xff\x2b\xa0\x9b\xba\x78\x80\xeb\xd7\xaf\xe1\xd7\ -\x3f\xf9\x1e\xce\x6e\xac\xc2\x96\x13\x54\x85\x63\x00\xa6\x98\xfa\ -\x5d\x55\xdd\xe0\x28\x22\xb7\x3e\x45\x03\xfd\x0e\xa0\x95\x46\x92\ -\x10\x3a\x29\x30\xe8\x0d\xb0\xbe\xbc\x80\x6b\x5b\x67\x71\x7e\x63\ -\x05\x3f\x7a\xf4\x0c\x9f\x3d\x7b\x85\xd7\x87\xc7\x98\xcc\x4a\x58\ -\xab\x10\xdc\x75\x61\x99\xa9\x18\x19\x0b\x84\xec\x35\xec\xf3\x4e\ -\x72\x8f\xb4\x62\x7d\x7e\x14\x3f\x2f\x11\x33\xc2\x8c\x86\xa6\xd1\ -\x78\x27\x4c\x43\xfc\x48\x4a\x06\x13\x30\x90\xc7\xc5\x13\xa6\xb4\ -\x20\xb3\x01\x92\x44\x99\xa1\x7e\xc4\x65\x84\x36\x32\xd1\x4b\xcd\ -\x80\xea\xa6\x45\x7d\xf0\x1f\x76\x15\x72\xbb\xda\x88\x5d\x4a\x7c\ -\x6d\x7c\x54\x22\x9f\x4b\xe2\xe7\x32\x51\xbf\x23\x63\xfb\xa5\x25\ -\x3f\x6a\x87\xf8\xcd\xa2\x35\x16\x9f\x00\x08\x8a\x34\xb4\x4d\x31\ -\xd4\x4b\x78\x63\xfd\x26\xbe\x7d\xfb\x7d\x7c\xf3\xcd\x7b\xb8\xbb\ -\xbd\x85\xb5\x41\x8a\x94\x0a\x94\x99\xdb\xb1\xa7\x98\x3a\x17\x5f\ -\x55\x4c\x61\x43\x1a\x2f\x5b\xf3\xd5\x66\xb4\xa7\x04\x92\x1c\xd2\ -\x2f\x1d\x02\x7c\xca\xd1\xf6\xaa\x60\x04\x1c\x53\x1a\x0c\x87\xb5\ -\xb4\x77\x1f\x4f\xf8\xa6\xfe\x26\x22\x54\x04\x14\x29\x81\x0a\x58\ -\x5b\x59\x63\xc8\x54\x06\xac\x05\x58\xc3\x5a\x80\xb7\x07\x68\x0a\ -\xc6\x09\x25\x5c\x83\x73\x80\x90\x6d\xf4\x70\x28\x2b\x83\xd1\x24\ -\xc3\xce\xde\x11\x9e\xbd\x3a\xc0\xd1\x28\xc7\x68\x06\x1c\x1c\x1e\ -\xa3\xdf\xef\x23\xcb\x32\x58\x6b\xa0\x75\x02\x9d\x24\x48\x93\x04\ -\x50\x0a\x49\x92\x40\xfb\x9d\x81\xfb\xfd\x3e\xfe\xd1\xaf\xff\x1a\ -\x6e\x5c\xbb\x04\x65\x0b\x37\x30\xf9\x18\xc6\x0f\x8e\x4b\xaf\xcc\ -\x92\x82\x3c\x2a\x12\xd2\x04\x50\x5a\x21\x49\xdc\x26\x24\x9d\xdc\ -\x25\x1f\xed\x24\xc0\x5b\x57\x37\xb1\xb6\x34\xc4\xc6\xca\x12\xfe\ -\xee\xc9\x0b\x3c\x7a\xb1\x83\x93\x49\x06\x6b\x7d\x09\xad\xe1\x96\ -\x8c\x64\xec\x0e\xb4\x2e\x8d\x18\x67\x9d\x01\xd5\xd2\x30\x0c\x8c\ -\x44\x00\xc9\xde\xa5\xf4\x42\x4d\x84\x52\xcd\x0d\xcf\x08\x35\x38\ -\xd0\x38\x3f\x23\x24\xf5\xa9\xb6\x81\x68\x64\xc4\x97\xae\xc3\x78\ -\x83\x3d\x44\x20\xb2\xd4\x48\x42\x9b\x19\x0e\xcd\x32\x1b\x9f\x88\ -\x11\xd4\x2e\xbe\x3a\x3a\xb1\xc5\x4d\xc8\x7d\xf0\x1a\xc2\xa9\xfe\ -\x7c\x09\x9b\x68\x3a\xc2\x8c\x44\xb4\x4b\xb9\xb9\xbf\xb2\x09\xba\ -\x18\x60\xad\x73\x06\xb7\xce\x5e\xc3\x77\xef\x7d\x05\x1f\xdd\xbf\ -\x8f\xcb\xeb\x2b\x58\xe8\x58\x50\x39\x42\x9e\x8f\x5c\xe2\xce\x6c\ -\x84\xca\x6f\xd7\x6d\x2b\xbf\x96\x3f\x10\xff\x29\x12\x5f\x02\xdc\ -\x4b\xfb\x38\x53\x56\xfb\x30\x7c\xee\x75\xb6\xc1\x31\xfc\x99\xb7\ -\xf3\x7f\xaa\x5f\x68\x23\x7e\x26\x7c\xf7\xb1\x30\x86\x60\x88\xc8\ -\x12\x39\x06\x00\x52\x53\x0b\x14\x95\x25\x53\x1a\x4b\x55\x65\x54\ -\x55\x99\x5a\x03\xb0\xec\x1e\x74\x8d\x70\x38\x5a\x03\xa0\x45\x76\ -\x45\x87\x31\x84\xe9\xac\xc0\xfe\xe1\x09\x5e\xbc\x3a\xc0\xeb\xfd\ -\x13\x54\x18\x60\x6f\xff\x15\xd2\x34\x85\x31\x06\x55\x55\x61\xd0\ -\x1f\x40\x27\x1a\x69\xa7\x03\x05\xa0\xaa\x2a\xff\xbe\x85\xd6\x06\ -\xbf\xfc\x9d\x8f\xf0\x95\xf7\xde\x46\x27\x31\xa8\x32\x37\xef\xaf\ -\xf2\x31\x4c\x35\x73\x49\x16\xe1\x32\xad\x20\x34\x8f\xa0\x39\xd0\ -\x42\x29\x68\x7f\x9e\x6a\x85\xb4\x24\xa4\x89\x42\xaa\x3b\x18\x74\ -\x57\xb1\x3c\xec\x63\x63\x6d\x19\x0b\x83\x1e\x7e\xfa\xf4\x39\x8e\ -\x47\x19\x8a\xd2\x78\xbb\x60\xd3\x0d\x27\x7f\xeb\x78\x7a\xaa\xc8\ -\x1b\xca\x58\x8d\x3d\xcd\x88\xd5\x24\x1e\xd4\xb8\xdc\x46\x10\x51\ -\xe5\x4d\xd7\xa0\x9c\x8b\xaa\xfa\xb1\xb9\xf7\x04\xe1\xce\xdd\x56\ -\x2e\x53\x11\xe4\x47\xbc\xdb\xd4\x52\xe6\x7c\xf9\x52\x8b\x20\x41\ -\xbc\x32\x9d\xba\xf5\x92\x5f\x18\x12\xb9\x6e\x02\x42\x06\xe6\xb6\ -\x95\x7e\xcd\x18\x80\xd0\x06\xa1\x49\xc9\xdb\xe1\xb7\xaf\xdb\x02\ -\x1a\x09\x96\x92\x55\x6c\x2d\x9c\xc7\x83\x8b\x6f\xe0\xc3\x3b\xf7\ -\xf1\xf5\xdb\xb7\x70\xf9\xcc\x32\x52\x5b\xc0\x64\x27\x28\xb2\x91\ -\xdb\xab\x2f\x1f\xa3\x2a\x66\x30\x65\x56\xcf\xf7\x03\x9c\xeb\xae\ -\xd7\x50\x6d\x23\xf2\x2f\x96\xfa\x81\x5f\xc9\x73\x6e\x3c\x91\xb8\ -\x22\x1f\x22\x5f\x1f\x00\x45\xa2\x7e\x78\x0d\x80\x22\xe2\xb7\x81\ -\xf0\xdd\xa7\xb2\x96\xac\xb1\xc6\x5a\x2a\xb4\xc6\x34\xd5\x4a\x8d\ -\x2b\x63\x66\xc6\xd8\xaa\x2a\x0d\x95\x95\x41\xe5\x3f\xc6\x30\x13\ -\xb0\x20\xbf\x11\x62\x08\x41\xfc\x02\x2e\x48\xe0\x80\x9f\x0a\xc7\ -\x27\x53\xbc\x7a\x7d\x84\x17\x5e\xf5\xdf\x3b\x9e\xa0\xac\x2a\x24\ -\x49\x82\xaa\xaa\x70\xe6\xcc\x19\xf4\x7a\x3d\x8c\x46\x23\x2c\x2e\ -\x2c\xe0\xfa\xf5\x6b\xd8\x3a\x7f\x1e\xe7\xce\x9d\xc5\xc2\x70\x80\ -\xc1\xa0\x8f\x07\x6f\xbd\x89\xa5\x61\xe2\x42\x2e\x8b\x91\x5b\x6b\ -\x5d\x7a\xe2\x17\x69\x96\xa2\x81\xf0\x46\x29\x45\x16\x89\x76\x49\ -\x3b\x12\x0d\x24\x5a\x21\x4d\x80\x34\xd1\x48\x34\xa1\xd7\x1d\x60\ -\x69\xb8\x85\x61\xaf\x83\xa5\x85\x01\x3e\x7b\xb1\x83\x9d\xfd\x63\ -\x8c\x67\x19\x2a\x23\xe3\xb7\x21\x90\x9e\x89\x58\x3b\xe2\xd1\xc2\ -\xff\xcf\x9e\x82\x10\xbf\x2f\x55\xeb\x36\xb8\xd1\xfc\xad\x20\x6d\ -\x1b\x44\x29\xe7\xea\x81\xe0\xbd\xfd\x22\x6a\x63\x5d\x6c\xb0\xbc\ -\x47\x55\xab\xf6\xa6\x84\xa3\xe1\xc9\xe0\x77\x68\xae\x91\x8d\xfa\ -\x84\x4a\xce\xb0\xf2\x44\x1c\xc6\x26\xd2\x24\x1a\xfd\x3e\x2d\x40\ -\x27\x9a\x6e\x42\xb4\xa3\x41\x68\x32\xea\x05\x16\x1a\x1a\x09\x12\ -\x2c\x77\x57\xf1\xce\x85\xbb\x78\xef\xea\x1d\x7c\xf5\xe6\x6d\xdc\ -\xbe\xb0\x89\x8d\x61\x17\x49\xe9\x0c\xc8\x65\x7e\x82\x72\x36\xf6\ -\x2b\xf9\x32\x9f\xc4\x43\x26\x4a\x71\x75\xcd\x69\xfd\xf5\x1d\x57\ -\xbd\x90\xc8\xee\x97\x6c\x9b\xb8\x16\xfc\x71\x84\xda\xd5\xde\x60\ -\x18\x11\x87\xa0\xe6\x0d\x7f\xab\xee\xbf\x30\xf4\x85\x39\x3f\x13\ -\x7f\x65\xac\xdb\x7f\xd3\xd9\xfa\x2a\x22\x9a\x69\x24\xe3\x34\x49\ -\x93\xa3\xd2\x9a\x91\x35\xa6\x28\x8d\xb1\x65\x59\x25\x65\x65\x50\ -\x56\x06\x95\x61\x26\xe0\x0a\x4c\x58\xa7\xff\x02\xe4\x09\x3e\x7f\ -\x63\x30\x9d\x15\xd8\x3b\x3c\xc1\xcb\xd7\x07\x38\x38\x9e\x61\x9a\ -\x77\xb0\xb7\x7f\x88\x7e\xbf\x8f\xe9\x74\x8a\x7e\xbf\x0f\x6b\x2d\ -\x96\x96\x96\xf0\x2b\xbf\xf2\x1d\x7c\xeb\xc3\x6f\xe0\xfc\xe6\x06\ -\x3a\xa9\x76\x71\xff\xde\xd5\x92\x26\x84\x72\x76\x04\x32\xb3\xc0\ -\xa5\xad\xc9\xfd\x20\xb9\xcd\x46\x9d\xb4\x67\x78\x79\x3b\x05\x6f\ -\x3e\xa2\x00\x82\x85\x56\x0a\x3d\xa5\x91\x68\x85\x4e\xa2\x90\x68\ -\x8d\x6e\x01\xf4\x53\x8d\x61\xef\x3c\x2e\x9c\x5d\xc3\xd3\xd7\x87\ -\xf8\xf4\xe9\x2b\xfc\xfd\xce\x2e\x1e\xbf\x7c\x8d\xc9\x2c\x47\x65\ -\xc4\x72\xce\x68\xce\xeb\xe1\x61\x45\x28\xaa\x0c\x2e\x22\x23\x24\ -\xb6\x9c\x12\xc4\xe8\x13\x08\x34\x48\x2e\x26\x36\x76\x01\x36\xa4\ -\x6e\xd0\x14\xfc\x62\x1c\xf6\x9e\x48\xc3\x9d\x5c\xb9\x28\xab\x8a\ -\xd2\x8b\x8b\x32\xc3\x89\x12\xf5\x84\xc2\xe6\xd5\xbd\xb0\x00\x87\ -\x5f\x67\xb8\x70\xdf\xc9\x13\x24\x79\xb0\xd5\x4c\x8c\x82\xb6\xd3\ -\x88\xca\xa1\xba\xf5\x7f\x00\x00\x20\x00\x49\x44\x41\x54\xe3\x66\ -\x71\x79\x4c\x2c\xcd\xd8\x0c\xb9\xf8\x87\x1b\x10\x8a\x71\x91\xa3\ -\xfd\x64\x88\xb5\xfe\x0a\xb6\x57\xb7\x70\xef\xc2\x0d\xfc\xfa\x3b\ -\x1f\xe0\xc6\xe6\x26\xce\x0c\xfb\xe8\xa2\x04\x15\xc7\x28\x8a\x31\ -\xca\x99\xb3\x25\x55\xc5\xd4\x11\xbf\x29\x11\xb2\x47\xb1\xd6\xfb\ -\x25\x14\x7f\x06\x0d\x4b\xe3\x1a\x2e\x1c\xa3\xcf\xb6\x34\x41\xd3\ -\x81\xae\x05\x23\x20\xf9\x7c\xdd\xb7\xa6\x87\x00\xa8\xe1\x1f\xa9\ -\xfd\xe4\xa6\xee\xc6\x3a\xc2\x77\xc4\xef\x69\xba\x32\xd6\x10\x15\ -\x4a\x61\xa4\x53\x7d\x94\xf6\x3a\xfa\xb0\x28\xd4\xa1\x21\x9a\x96\ -\xa5\x59\x2e\xab\x2a\x2d\xca\x4a\x95\x0d\x2d\x80\xac\x85\xd5\x6e\ -\x6f\xfa\x66\x52\x82\x36\xc0\x58\x22\x14\x45\x85\xa3\xe3\x09\x5e\ -\xee\x1c\x62\x67\xef\x04\x25\x75\xf1\xf2\xf5\x5e\xd8\xab\x2f\x49\ -\x12\x58\x6b\xb1\xb1\xb1\x81\x7f\xfe\x9b\xff\x0c\xef\xbc\x7d\x0f\ -\x83\x7e\x0a\xaa\x0a\x94\xde\xea\x6a\xaa\x02\x44\x06\x56\x59\x68\ -\x18\x90\xc9\x61\xca\x29\x4c\xe5\xb8\x74\x9d\x8c\xa4\x31\x0c\xde\ -\x38\xa6\x40\x9e\xfe\xdc\x14\x00\x84\x90\xd6\x5b\x6b\x0d\xad\x15\ -\x3a\xa9\x42\xb7\x04\xfa\xbd\x04\x2b\x0b\x5d\x5c\xd8\x58\xc6\xcd\ -\x4b\x9b\x78\xf6\xfa\x08\xff\xfe\xc7\x9f\xe2\xb3\xe7\xaf\xf0\xfa\ -\xe8\x08\xb3\xbc\x70\x1a\x01\x3c\xb1\x85\x01\xf6\x44\x63\x55\x1c\ -\x05\x18\xa9\xcb\x0d\xee\x1e\x34\x08\xa1\x4c\xb2\x60\x8f\x2c\xed\ -\x92\x80\x59\xb2\x4a\xc9\xcb\x92\x5a\xa8\xc3\x91\xd6\xe0\xcb\x56\ -\x72\xa4\x4c\x7d\x3f\xe2\x43\x12\x90\x82\x09\x48\x06\xd5\x94\xfa\ -\xb2\x5f\x51\x9c\x38\x33\x45\x20\x8e\xc8\xf3\xf3\x68\x45\x41\x8d\ -\x8d\x03\x74\x84\x90\x91\xf0\x69\xd6\xc3\x4c\x12\xe2\x7d\x72\xf2\ -\x30\x55\x1d\xac\xf5\x57\x71\xeb\xec\x15\xbc\x7f\xf5\x2e\xde\xb9\ -\x7a\x03\xb7\xb7\xb6\x71\x65\x63\x0d\x5d\x65\x40\xe5\xcc\x79\x8e\ -\xf2\x89\xb7\x25\x4d\x9c\x0b\xb9\x2c\x40\x54\x01\x36\xec\xb9\x3e\ -\xa7\x94\xc5\xb8\xde\x54\xb5\x1a\x72\x9a\xa5\x3c\x9b\xe3\xf9\x23\ -\x34\x80\xf0\x9b\xea\x77\x23\xc1\xcf\xef\x47\x47\x70\x22\x4a\x65\ -\x40\x18\xfc\x9c\xd0\xae\x8c\x45\xe5\x09\xbf\xac\x0c\x9c\x86\x6f\ -\x8d\x35\x34\x05\xd4\x61\x37\xd5\x87\x69\xbf\xdf\x3b\x9c\xcc\xca\ -\x3d\x6b\x69\x5c\x55\xa6\xca\x0b\xd3\xcd\x8b\x4a\x15\x45\x85\xb2\ -\xac\xb5\x00\x63\x9d\x06\x40\x5c\xb9\x87\x7f\x9d\x31\x4c\x85\x96\ -\x10\x14\xca\xd2\x60\x34\xc9\xf1\x7a\xff\x08\x2f\x5f\x1f\xe2\x78\ -\x5c\xe2\x64\xa2\x31\x9b\x65\xe8\x74\x3a\x30\xc6\x20\x4d\x53\xdc\ -\xbf\xff\x16\xfe\xab\xff\xf2\x37\x71\xff\xee\x1b\x48\x13\x72\x2a\ -\x7e\x3e\x0e\x4b\x2b\x4d\x55\x00\x30\x20\x58\x54\x64\x40\xb6\x04\ -\x99\xc2\xcf\xcd\x6a\x4e\xe9\x9a\xc0\x59\x53\x1c\xf1\x53\x43\x6a\ -\x08\x72\x40\xa2\xdc\xca\xc2\x60\x17\x48\x80\xae\x21\xf4\x8c\x63\ -\x06\xbd\xa4\x87\x95\xc1\x39\xf4\xba\x29\xce\x9f\x59\xc3\x67\xcf\ -\x5f\xe1\xe9\xeb\x1d\xec\x8f\xc6\x98\xe5\x25\xac\x35\xa0\x90\x87\ -\x4f\xa0\x85\x95\xc4\xd7\xfc\xf8\x56\x84\xf4\x61\xdc\xf4\x36\xc9\ -\xc6\xcf\x36\x30\x8b\x09\x59\x9e\x07\x41\xef\x89\x21\xda\x0d\x48\ -\x96\xc7\x44\xec\x25\x75\x53\x09\x91\x87\x6a\xdc\x67\x84\x55\x8d\ -\x17\x22\x10\x0b\x91\x16\x11\x6f\x53\xe3\x91\xcf\x32\x71\xb7\xbc\ -\x2b\x99\x27\x35\xdf\x13\x0c\x4f\x39\xc1\x94\xaa\x14\x83\xb4\x8f\ -\x73\x8b\x67\xf0\x60\xfb\x26\xbe\xfd\xe6\xbb\x78\xe7\xea\x0d\x5c\ -\x58\x59\xc1\x30\x05\xd2\x72\x82\xa2\x9c\x04\x1c\xb3\xc5\x2c\x08\ -\x1a\x32\x2e\x6f\x1f\x91\x11\x52\xbf\xd9\xb7\x2f\xd0\x01\x02\xe5\ -\xd2\x7c\x73\x25\x81\x37\x18\x43\xc0\x61\xc9\x20\x02\x93\x90\xe5\ -\x47\xec\x65\xee\x57\x24\xfd\x8d\x81\x31\x8e\xf0\x8b\xd2\xa0\x28\ -\x2b\x14\x95\xa1\xd2\x98\x8a\x88\xc6\x49\xa2\xf6\x3b\xdd\xf4\x30\ -\x1d\xf4\x3a\x87\x69\xaa\xf6\xca\xc2\x1e\x95\x95\xc9\x8a\xbc\xec\ -\xe7\x45\xa9\x8b\xb2\x44\x51\x7a\x26\xd0\x35\xe8\xd8\x04\xd6\x6a\ -\xb7\x18\x2f\xf2\xfb\xcf\x13\x98\x25\x42\x56\x54\x38\x3c\x19\xe3\ -\xd5\xee\x11\xf6\x8e\x26\x98\xe4\x0a\x2f\x5e\xed\x80\x88\x60\xac\ -\x23\xfe\x7b\xf7\xee\xe2\x9f\xff\xe6\x3f\xc3\x83\xb7\x6e\x23\x45\ -\xe5\x2c\xaf\xd9\x89\xf0\xeb\xe7\x30\xa6\x74\x52\xde\xfb\x6f\xc9\ -\xfb\xf9\x15\xd9\x90\x68\x09\xf0\xb6\x09\x22\xc8\xe4\x9c\x73\x9a\ -\x2d\x58\x50\x3a\xe9\xef\x84\x29\x41\x6b\x8b\x24\xd1\xe8\x18\xa0\ -\xb2\x40\x27\x21\x74\x53\x85\x6e\x02\xdc\xbe\xb8\x8a\xb3\x2b\x43\ -\x5c\x39\xbf\x81\x47\x2f\xce\xe1\x27\xcf\x9e\xe1\xc9\x2b\xe7\x2d\ -\x28\x2b\xf2\x1e\x03\x42\x34\x27\x0d\x4c\xa0\xb1\x92\x0f\xe2\x54\ -\x82\x8f\x11\x87\x1b\xdd\x1a\x14\xd4\x18\x7b\x7e\x2e\x62\x18\x40\ -\x6c\x21\x17\x15\x05\x06\xc1\xcc\x47\x4a\xf5\x26\xb0\xc4\xab\x62\ -\xd5\x64\x4c\xfc\x02\xb0\x92\x01\x35\x83\x81\xb8\xdc\x40\xdf\xee\ -\xdd\x5a\xfa\x37\x90\x3e\x10\xb7\x68\xbf\xbc\x1f\x11\x24\xa0\xe0\ -\x92\xb6\x2c\x76\x87\x38\xb7\xb8\x8e\xeb\xe7\xb6\xf1\xe0\xd2\x75\ -\x7c\x70\xf3\x4d\xbc\xb9\xb5\x8d\xb5\x41\x17\x1d\x55\xc1\x64\x8e\ -\xf8\xab\x62\x02\x53\xcc\x9c\x16\x59\xe6\x30\xa6\x00\x55\x15\x5c\ -\x50\x97\xd3\x24\x94\x28\x3f\xb4\xd9\xf7\x83\x48\xda\x01\x62\x02\ -\x15\xcb\xe6\x02\x31\x07\x62\x87\x38\x97\x8a\x00\x83\x47\x56\x27\ -\xcf\xc5\x83\xa2\xf4\x68\x04\x40\xce\xde\x56\x13\xbf\x50\xfb\x3d\ -\xf1\xe7\x45\x85\xa2\xa8\x6c\x55\xd9\x9c\xc8\x1e\xa5\x3a\xd9\x5d\ -\xe8\x75\x8e\xd2\xfe\x20\x1d\x75\x92\x74\x2f\x87\x39\xa8\x4c\x35\ -\xcb\xcb\x6a\x29\xcf\xcb\x24\xcb\x4b\x95\x17\x9e\x09\x54\x29\x3a\ -\xc6\x22\x4d\x7c\xa8\xb0\x52\xad\x9e\x3f\x97\x9a\x42\xa1\x32\x06\ -\xe3\x89\x0b\xfa\x79\xbd\x77\x8c\x69\x0e\x1c\x8d\x32\x4c\x26\x53\ -\x94\x65\x89\xe5\xe5\x65\x6c\x6e\x6d\xe2\xd7\x7f\xed\x13\xbc\xfd\ -\xd6\x1d\x47\xfc\xb9\xdb\x3e\xc9\x31\x00\x97\x4c\x11\xb6\x02\xf1\ -\xce\xa9\x7e\xd9\xb2\x0e\x3d\x77\x96\x7d\xf2\x12\xce\x09\x7d\x55\ -\x33\x01\x26\xca\x79\x3e\xe5\x34\x17\xf0\xda\x02\x5e\x97\x4d\x50\ -\x8a\x90\x90\x42\xa2\x15\x12\x4d\x48\x35\xd0\x49\x34\x86\xdd\x01\ -\xd6\x17\xfb\xd8\xde\x58\xc5\xc5\xb3\x6b\xf8\xe1\xe3\x35\x3c\x7e\ -\xb5\x8b\x9d\xfd\x23\x9c\x4c\x32\xe4\x05\x1b\xb8\xda\x24\x84\x42\ -\xbc\x02\xd1\x23\xb1\xdc\x2d\x98\x1b\x15\x31\x12\x31\xca\x73\xdf\ -\x8d\xe7\x9a\x6a\x42\x33\x80\x28\x10\x7f\xb3\x50\x55\xd7\x1b\x18\ -\x05\xd5\x8f\x71\xbb\x02\x1c\x5b\xd5\x91\x9a\xc8\x5b\xc3\x70\x9b\ -\xf1\xf7\x42\xe2\xf3\xef\x00\x06\x26\x78\xa9\x55\x35\x60\xea\xfb\ -\xe2\x56\x8a\x2a\xf4\xd2\x2e\x56\x07\x4b\xb8\xbf\x7d\x13\x0f\x2e\ -\x5f\xc7\xfd\xed\xeb\xb8\xb5\xb9\x85\xad\x95\x25\x0c\xb4\x05\xca\ -\x11\xca\x62\xe2\xb6\xe2\x2e\xa6\x30\xd5\x0c\xb6\xcc\x61\x4d\xee\ -\x76\x95\xe2\x64\xb1\x5f\xe4\x7d\x09\x8c\xa0\x0e\xd9\x95\x34\x20\ -\x97\xce\x07\xe2\x47\x43\xd2\x37\xaf\x23\x3e\x6f\xbe\x17\x73\x05\ -\x44\x8c\x35\xd2\x05\xd8\xf8\x27\xad\xfd\x42\xf2\xe7\x45\x85\xbc\ -\xa8\xa8\x28\x2b\x63\x8c\x99\x42\xe1\xa0\x93\xa6\xfb\xbd\x7e\xf7\ -\x24\x1d\x76\x07\xe3\x4e\x77\xbc\xaf\x66\xc5\xae\xa9\xec\x28\x2f\ -\xca\xb5\x2c\x2f\x3b\x11\x03\x28\x0d\xaa\x8e\x81\x49\x12\xe8\xc4\ -\xdb\x01\x24\x27\x14\x90\xb0\xd6\xc5\xfb\x1f\x8f\xa6\x78\xbd\x7b\ -\x84\xfd\xc3\x09\x66\x45\x82\x83\xc3\x63\x00\x40\x9a\xa6\x18\x0c\ -\x06\xf8\xe5\x5f\xfe\x18\xdf\xf9\xe8\x9b\x48\xb5\x45\x99\x8f\x50\ -\xce\x8e\xdc\x27\x1b\xb9\xf9\xbd\x29\xc0\xdc\x58\x71\x1d\x8a\x10\ -\x6f\xa2\xc9\xd7\x58\x72\xd6\x9a\x49\xd3\x66\xd4\x76\x70\x62\x5f\ -\xa5\x3c\xeb\xd2\x0a\xca\x12\x74\x02\x24\x5a\x3b\x57\x61\x02\xf4\ -\x3a\xc0\x42\x3f\xc5\xea\x42\x07\xdb\x1b\x2b\x78\x78\xeb\x2a\x76\ -\x0e\xc7\x78\xbc\xb3\x8f\x9f\x3d\xdd\xc1\x0f\x7e\xf6\x04\x07\xa3\ -\x09\x66\x45\x8e\xca\x18\x58\x5e\x13\x1e\x8c\x5c\x49\x8d\x40\x01\ -\xb9\x99\x19\x78\x86\x10\x76\x05\xf6\x7d\x88\xe8\x95\xaf\x49\x86\ -\x21\x7e\x07\xab\x7b\x43\x4d\x08\xe5\x71\x41\xcd\x77\x25\xb1\x4b\ -\x6d\x81\x1a\xb0\xd3\x71\xbb\xc3\x33\xdc\x3f\x12\xe7\xfc\x88\xbf\ -\x07\xa0\x9e\xe3\xcb\x78\x7c\xff\xac\x55\x70\x46\x9a\x86\xbb\xb5\ -\x29\xe2\x40\x9e\x71\x03\x5d\x9d\x62\x6d\x61\x09\x17\xd6\x36\x70\ -\x67\xeb\x32\x1e\x5c\xbd\x81\x0f\x6f\xdd\xc5\xe6\xf2\x12\x16\x3a\ -\x09\x34\x95\x80\xc9\x60\x66\x53\x98\x62\x0c\x53\xcc\x50\x95\x53\ -\xef\xd6\x2b\x60\x4d\xe5\x88\xde\x0a\xe6\xd4\x54\xdb\x5b\x0f\x12\ -\x70\xa6\x68\x38\xdc\xed\x5a\x07\x88\x25\x7e\x83\xf8\xc5\xf9\x3c\ -\xe1\xd7\xf5\x93\x2f\xd3\x7d\x35\xc6\xac\xae\x32\x30\x00\xf6\xf5\ -\x97\xa6\x26\xfe\xac\xa8\x90\xe7\x25\xf2\xa2\xa4\xbc\x34\xa5\xb1\ -\x76\x04\xa8\xbd\x6e\xaa\xf7\x96\xfa\xdd\x71\xba\xbc\x30\x9c\xf6\ -\x07\xc9\x7e\x32\x51\x3b\x65\x61\x0f\xca\xd2\x9c\xcd\xf2\xa2\x37\ -\xcb\x0a\x35\xcb\x4a\x35\xe8\x97\xe8\x77\x3b\xe8\x76\x53\x74\x52\ -\x83\xc4\xe8\x10\x14\x14\x62\x9b\xe1\x49\xd5\x37\x82\xfd\xfe\xaf\ -\xf7\x4f\x30\x2d\x14\x76\x76\x8f\x82\x3b\x71\x61\x61\x01\x0f\xdf\ -\x7e\x1b\xdf\xfb\x95\xef\x60\x65\x69\x00\x53\x8c\x50\xe5\x27\xce\ -\x15\x93\x9d\x78\xd7\x5e\xe1\x88\x92\x81\x2d\x05\x4d\x03\x00\x41\ -\x4b\x25\x84\xc5\x48\x24\x18\xc1\x17\x1d\x6c\xd0\x24\xf2\x32\x5a\ -\x7b\x35\x8f\x9c\xc7\x20\xd1\x6e\xbb\xf2\xca\x5a\x94\x95\x82\x81\ -\x45\x37\xd1\x58\x1a\xac\xe0\xdc\xca\x10\x97\xce\x9d\xc1\xfa\xd2\ -\x12\x9e\xee\xec\xe3\xe5\xc1\x21\xf6\x8e\x46\x38\x9a\x8c\x51\x79\ -\x43\x12\x45\x92\x50\x68\x02\x91\x5b\x50\xb6\x97\x25\xa3\x60\x02\ -\x31\x00\x6a\x3c\x90\xaa\x28\x13\x71\xf3\x1d\x30\x80\x82\x4e\x2f\ -\x24\xb6\x84\x44\x1b\xcc\x7c\x25\xde\x97\x1e\xf9\xff\xa3\x10\xdc\ -\x66\x3b\x04\x43\x68\xf1\xe3\xc7\x88\xae\x9b\x43\x8a\x48\x63\x80\ -\xdb\x78\x45\x43\xa1\x93\xa4\x58\x19\x2c\xe0\xf2\xc6\x26\xee\x5e\ -\xdc\xc6\xbd\xcb\xd7\x70\xf7\xe2\x36\x2e\x9f\x39\x83\xf5\x41\x0f\ -\x09\x0c\x28\x1f\xa3\x2c\xa7\x30\xc5\x0c\xb6\x9a\x39\x7c\x2a\x33\ -\xe7\x31\x32\xc6\x19\xf9\x00\x50\x48\x11\xdf\x76\x50\xfd\xbf\x41\ -\xe5\x2a\x62\xc4\xaa\xf5\xf9\x9a\xae\x3f\x9f\xf8\x83\x3b\x90\x15\ -\x0c\x7e\x87\xb5\x86\x50\x7a\x0b\xf1\x13\x43\x49\xfa\xfc\xbd\xd5\ -\xbf\xb2\x41\xf2\x67\x79\x89\x59\x5e\x52\x9e\x1b\x53\x1a\x33\xb3\ -\x96\x0e\xd2\x54\xed\x74\x3a\xc9\x41\xaf\xdf\x99\xa6\x4b\xcb\x9d\ -\xe9\x4a\xaf\x7f\x78\x92\xe6\x2f\xca\xd2\xbc\x2a\xab\x6a\x2b\xcf\ -\xcb\xc5\x2c\x2b\x93\x59\x56\xa8\x2c\x2b\x90\xf5\x3a\xe8\x16\x29\ -\x3a\x69\x82\x24\x71\x96\x73\xe5\xc3\x81\x95\x40\x4e\x6b\x09\x45\ -\x69\x70\x32\x9e\xe2\xe0\x68\x8c\x93\x71\x8e\xf1\xcc\xe2\xe8\xf8\ -\x04\x59\xe6\x8c\x7f\x1b\x1b\x1b\xf8\xe4\x93\xef\xe1\xda\x95\x6d\ -\xd8\x6a\xe6\x62\xf9\x67\x6e\xde\x5f\x95\x33\x10\x47\x5d\x41\xe2\ -\x78\x9b\x2e\x1c\x86\x04\x01\x79\x3d\xd0\xbe\x68\x55\x62\xcb\x58\ -\xd7\x02\xc8\xfa\x69\x86\xd7\x3e\xb4\xdf\x77\x33\xb5\x16\x9d\x44\ -\xc3\xd8\x0a\x9d\x44\xa1\x5b\x29\xf4\x74\x82\xe5\xe1\x32\x56\x06\ -\xd7\xb0\x7f\x72\x01\xcf\x76\x8f\xf0\xd9\x8b\x5d\xfc\xf8\xd1\x33\ -\x1c\x4d\xc7\x98\x64\x33\x94\xb6\x82\x85\xf5\x36\x0c\xb6\x09\xf0\ -\xf2\x56\x21\x51\xa5\x54\x0c\x12\x54\xc5\xdd\x6d\x82\x80\xd0\xa2\ -\xba\x36\x24\x35\x6b\x1e\x41\xe5\x6f\x4a\x7f\xf9\x4d\x71\x39\x4d\ -\x18\x85\x36\x51\x43\x42\xcb\x77\x1a\x17\x9b\xf5\x51\xa3\x0e\x8a\ -\xce\xa2\xaa\x5c\x00\x97\xc2\xb0\xdb\xc3\xca\x70\x11\x5b\xab\x67\ -\x70\xfb\xc2\x45\xbc\x7f\xf3\x16\xee\x5c\xb8\x88\xad\x95\x25\xac\ -\xf6\xbb\xe8\x28\x03\x14\x27\xde\xa0\x37\x85\xad\x32\xc7\x00\x8c\ -\xb3\x21\x91\xa9\x40\xb6\x82\x62\xc6\xa2\x54\x4c\xba\xad\x7d\x69\ -\xb6\x95\x2f\xc5\x0d\x56\xcd\xeb\x91\x21\x8f\x6b\x68\xf3\xf7\x53\ -\x28\x5f\xc6\x05\x48\x50\xd5\x4c\x42\x5e\xe4\xeb\x75\xbd\x96\x5c\ -\xa4\x5f\x15\x54\xff\x0a\x79\x69\x90\xe5\xa5\xfb\x14\x25\x65\x65\ -\x55\x55\x95\x3d\x01\xf0\xaa\x97\x26\x2f\x96\x97\xfa\x07\xab\xc3\ -\xfe\x34\x5d\xee\xf7\x8b\x85\xb5\xde\xf1\xf0\xa4\xfb\x32\xcb\x8b\ -\xc7\xc6\x9a\x8b\x79\x61\x56\xa6\x59\x9e\x0e\x66\x1d\x35\xe8\x77\ -\x55\xbf\xd7\x41\xaf\x9b\xa2\xd3\x49\x5c\xf0\x4c\xa2\xa1\xad\xf3\ -\xd3\x4b\x4b\x3b\x91\x42\x51\x94\x18\x4f\x33\x1c\x1d\x4f\x31\x2d\ -\x08\xfb\x87\x23\x54\x55\x05\x63\x0c\x16\x17\x17\xf1\xed\x6f\xff\ -\x12\x3e\xf8\xca\xbb\x48\xb5\x41\x39\x9b\x78\xff\xeb\x28\x04\xf5\ -\xa8\x46\x06\xd5\x2f\xd4\xe3\xc3\x33\x42\x82\xb5\x0d\x66\xeb\x51\ -\x4b\x4e\x37\x15\x75\xd3\x00\x46\x70\x1d\x78\xaf\x85\xd2\x1a\x09\ -\x2c\x8c\xd2\x48\xb5\x42\x47\x6b\x74\x13\xa0\x5b\x29\x74\x37\xfa\ -\x38\xb7\x3a\xc0\xf6\xd9\x25\x5c\xbb\xb0\x8e\x0b\x67\x56\xf1\x6c\ -\xff\x10\xcf\x77\xf7\xb1\x77\x7c\x8c\x93\x99\x9b\x1e\x18\x1f\xb0\ -\x53\x4b\x1f\x29\x95\xf9\xe3\xaf\xcb\x79\x77\xb0\x76\xc7\x4d\x0f\ -\x92\x58\x12\x59\xd8\x27\x90\x89\x4b\xc5\x9f\x39\x09\x8d\x78\x09\ -\x34\x57\x14\x69\x21\x84\xf9\x5c\xe7\xa2\x1d\xcd\x43\x52\x17\x89\ -\xb2\x14\x00\xa5\x7d\x5e\xc9\x56\x8a\x83\xf6\xf6\xa5\x8e\x4a\x31\ -\xe8\x76\xb1\x34\x18\xe2\xf6\xc5\x4b\xb8\xb5\x75\x01\x37\xcf\x9f\ -\xc7\x1b\x17\xb6\x70\x75\xe3\x0c\x96\x7b\x1a\x09\x55\xa0\xf2\x04\ -\xa6\xca\x5c\x36\xde\x2a\x73\xd2\xbe\x72\xbe\x7c\xb2\x15\x2c\x59\ -\x8f\x53\x8c\x1f\xf4\x0b\xe0\xc7\x69\x9d\xac\x99\x76\x74\xa7\x75\ -\xde\x8f\x9a\x29\x08\x95\xbf\xb6\xed\x09\x46\xe0\x61\x2d\xaf\x45\ -\xc4\x1f\xee\xd7\xef\x92\x45\x08\xf8\xa9\x8c\x45\x51\x1a\xe4\x85\ -\xf1\x92\xbf\xc2\x34\x2b\x29\xcb\x2a\x53\x94\x66\x62\xad\xdd\x4d\ -\x75\xf2\x78\x30\xec\xbe\x58\xee\x0d\x8e\x17\x96\x75\x91\xa6\x4b\ -\xba\x5c\x5f\x5a\x1b\x9f\x2c\x66\xaf\xa7\x59\xfe\x78\x3a\xb5\x97\ -\x2b\x63\xce\x66\x79\x39\x98\xce\x8a\x64\xd0\xcf\x55\xbf\xc7\x53\ -\x80\x14\x69\x92\x40\x27\x1a\x5a\x79\x4d\xc0\x1b\x72\x14\x69\x58\ -\x6b\x91\x97\x06\x93\x69\x8e\xac\x30\xc8\x4b\x8d\x59\x96\xb9\x50\ -\xdf\xc1\x00\x77\xee\xdc\xc6\x6f\xfc\xa3\x4f\xb0\xba\x3c\x84\x2d\ -\x47\x30\xe5\xc4\x0d\x5c\x99\xc1\x96\x99\x07\x0c\x67\xb7\xa9\xb1\ -\x28\xe8\x19\x84\xc8\xae\xd7\x18\x8e\x56\xed\xf7\xd4\x67\xf8\x6a\ -\xc0\xf9\x7a\xa7\x62\x52\x0a\x9a\x6a\xe2\x77\x61\xf2\x6e\x79\xb4\ -\x4e\x08\xd6\x2a\xe7\x39\x50\x0a\x69\xa2\xd1\xb5\x1a\x03\x03\x2c\ -\xf4\x52\xac\x2f\xae\x61\xfb\xec\x0a\x8e\xa7\x05\x76\x0e\xc7\xd8\ -\x39\x1c\xe1\xc9\xce\x2e\x9e\xef\xef\xe1\xf0\x64\x8c\xe3\xe9\x14\ -\xb3\xbc\x44\x56\x54\x30\xd6\xfa\x26\x90\x53\x93\x39\x86\x40\xe6\ -\x2e\x0c\xc4\x2c\x98\x82\xe0\x1b\xb5\xd5\xdf\x13\x74\x78\xd6\xf7\ -\xaf\xa9\x21\x58\x85\x28\x1d\x19\x5b\xed\x23\x06\xc4\x12\x5e\x00\ -\x32\x5a\x7c\x83\x06\x83\x9a\x87\xb7\x6b\x9b\xf2\x21\x07\x32\x48\ -\x4a\xaa\xfc\x14\x34\xc9\x34\xd5\xe8\xa6\x29\x86\xdd\x2e\xce\xaf\ -\xaf\x63\x6b\x6d\x0d\xdb\x1b\x1b\xb8\xb4\xb1\x81\x07\x57\x2e\x63\ -\x6b\x6d\x19\xab\xfd\x3e\xfa\x09\x21\x41\x09\x55\xe4\x7e\x85\xde\ -\x0c\xd6\xab\xf9\xa6\xcc\x60\x6d\x09\x6b\x4b\x3f\xbf\xe7\x86\x08\ -\x66\x16\xba\xe4\x61\x13\x21\x0d\xb5\xfc\x46\x4b\xff\x5a\x34\x03\ -\x20\x10\xf8\x9c\xea\xdf\xa0\xe5\x88\xd0\xf9\xfd\xc8\x2d\xc0\xcf\ -\xc7\x6d\x88\x9e\x07\x05\xcb\xbf\xb1\x04\x53\x59\x6f\xf1\x37\xc8\ -\x0a\x27\xf9\xa7\x59\x81\x59\x5e\x52\x56\x94\x45\x55\x99\x23\xa5\ -\xf5\xd3\x6e\x2f\x7d\xbc\xdc\xef\xbe\x5e\x5d\x5d\x1c\xab\xc1\xb0\ -\x4c\x57\x86\xab\x15\xd6\xf3\x6c\x3c\x5a\x3e\x18\x15\xc5\xd3\xa2\ -\x28\x1f\x95\x95\xdd\xca\xf3\x72\x79\x32\xcb\xbb\xbd\x5e\xaa\x7a\ -\xdd\x8e\xea\x76\x52\x74\x3a\x29\xd2\xd4\x69\x00\x89\x16\x53\x01\ -\xe5\x2c\xe8\x96\x08\xc6\x73\x21\x8b\x14\x15\x25\x48\xd3\x0e\x86\ -\xc3\x21\x16\x17\x17\xf1\xdd\x5f\xf9\x65\xdc\xba\x7e\x05\x8a\x0a\ -\x94\xc5\x24\xac\xe4\x73\xcb\x2c\x9d\x6b\x2f\x26\xde\x5f\x40\x95\ -\x07\xaf\x50\x04\x38\x48\xa2\x2d\x76\x2b\x16\xa2\x54\x5f\x90\xc1\ -\x25\x1e\x51\x42\xb6\x36\x72\x7b\x07\x38\xef\x82\x71\xcb\x8b\xa1\ -\x91\x24\x40\x02\x42\xc7\x5a\x18\xad\x51\x59\x8b\x7e\x27\xc5\xd2\ -\x20\xc5\xc6\x52\x07\xd7\xcf\xaf\x20\xab\x80\xe3\xc9\x35\xec\x1c\ -\x8d\xf0\x6a\xff\x18\xcf\xf7\x0f\xf0\x62\xf7\x00\x8f\x5e\xbd\xc2\ -\xc9\x74\x86\x69\x9e\xa3\xa8\x4a\x18\xbf\xbf\x1e\x71\x1b\x94\x46\ -\x58\x62\x1c\x6c\x06\x02\x89\x59\x72\x73\x1e\xc2\x60\x84\xf3\x0b\ -\x92\xa4\xbd\x01\x10\xc8\xde\x48\x3e\x1a\x65\x2b\x12\x4c\x40\x1a\ -\xf5\x18\x03\x43\x00\x11\x07\x41\x35\x88\x86\x64\x39\xfc\x8e\xd4\ -\x44\x00\xe7\xa5\xd1\x50\x70\x51\x98\xbd\x34\xc1\xea\xe2\x10\xeb\ -\x4b\x8b\xb8\xb4\xb1\x8e\xcb\x9b\xe7\xf0\xf6\xd5\x2b\xb8\xb8\xb1\ -\x86\xb3\x4b\x0b\x58\xee\x77\xb0\xd0\x4d\xa1\x6d\x09\x32\x53\x50\ -\x51\xf8\x79\xfd\x2c\xb8\x8a\x6d\x95\xc1\x56\x8e\xf0\x89\x5d\x79\ -\x3c\x4d\x69\x8d\x41\x68\xc3\x0a\xb1\xb7\xe5\x29\x53\x02\x3a\xed\ -\x4c\x30\xb4\xc8\xb8\x87\x16\x8d\x40\x9e\x7b\x78\xc4\x50\x16\xda\ -\x91\x90\xfe\xd1\x33\xc1\xea\x5f\x4b\xfe\xb2\xb2\x9e\xf8\x2b\x96\ -\xfc\x98\xce\x4a\x9a\x65\xa5\xc9\x0b\x33\xb1\x44\xaf\x3a\x89\x7e\ -\xb4\xb4\xd0\x79\xba\xb6\xb1\x74\x70\x76\x61\x98\x75\x3b\xc3\x2a\ -\xed\xe1\xd8\xa0\xdf\x2b\x16\x97\x16\xc6\xab\xa3\xd9\xce\x78\x32\ -\xfd\x7b\x33\x2e\x2e\x16\x95\xd9\xc8\xb2\x62\x30\x99\x76\x16\x7a\ -\xdd\x4c\x75\x9b\x53\x00\xad\x3d\xf1\x2b\xaf\xb6\x39\x09\xe9\xa4\ -\x9a\xc6\xfa\xc6\x39\x74\x96\x2e\x39\x77\xe0\xde\x1e\xbe\xf5\xad\ -\x0f\xf1\xf1\x47\xdf\x42\xaf\xa3\x50\xcc\x5c\x30\x86\x29\xa6\x30\ -\xc6\x71\xed\xb6\xf9\x56\x3d\x6e\x11\xeb\x96\x3a\x41\xeb\x0b\xf2\ -\xff\xe7\x1d\xb2\x8c\x30\x95\x21\x20\xe4\x6f\x57\x70\x88\xe4\x57\ -\xca\x91\xdf\x27\xcf\xcd\x12\x0c\x34\x1c\xf3\xb3\x5a\x21\xd5\x84\ -\x0e\x69\x54\x54\x81\x40\xe8\x24\x1a\x96\x08\xfd\x34\xc1\x52\xaf\ -\x87\x33\x8b\x29\xae\x9e\x5b\xc5\xc9\xec\x3c\xf6\x8e\xc7\xf8\xe9\ -\xb3\x97\x78\x79\x78\x8c\x97\x07\xfb\x38\x3c\x19\xe3\x68\x3a\xc1\ -\xac\xf4\xcc\xc0\x1a\x67\x37\x08\xaa\x77\x22\xbe\x85\x0a\x20\xe7\ -\x93\x01\x45\xbc\xaa\x2e\x09\x30\x30\x01\x39\x45\x12\x9a\x85\x44\ -\x78\x9e\x52\xfc\xff\xbd\x7d\x5b\x8f\x1c\x47\x76\xe6\x17\x91\xf7\ -\xba\x76\x75\xb3\x9b\x57\xc9\x12\x57\xb6\x01\x0a\xc2\x62\xfd\x07\ -\x3c\x0f\x06\xfc\xb2\x80\xb1\x80\xbd\x7f\x87\xec\xbf\xb3\xf3\xba\ -\x8f\xfb\x30\xf3\x13\x8c\x1d\xb6\xc6\x63\x0f\x87\x92\x5a\x14\xa9\ -\x66\xb3\x2f\x55\x95\x97\xb8\x1d\x3f\x44\x44\x66\x64\x56\x56\x93\ -\x1a\xcc\x6e\x00\xdd\x99\x95\x95\x15\x19\xb7\xf3\x9d\xef\x9c\x38\ -\x11\xd9\x52\xf6\xa0\x5f\xda\xfb\x68\x90\x0f\x86\x5d\xd4\xe5\x45\ -\xb0\x02\xef\xb0\x26\x89\x62\xe4\x69\x8a\x22\x4d\xb0\x98\x4e\xf0\ -\xe4\xde\x0a\x7f\xf3\xe4\x11\x9e\x3e\x3c\xc1\x67\x47\x2b\xdc\x5f\ -\xcd\xf1\x60\x39\x47\x16\x11\x22\xd2\x20\x55\x81\x2a\x09\xa9\x6b\ -\x3b\x7d\xa7\xdc\x9f\xf6\x47\x4b\xf5\xc9\x47\xef\x11\x79\x27\xce\ -\x27\x8c\x82\x60\xf5\x48\x5b\xb7\xa0\x31\xda\xcd\x6d\x82\xf6\xe9\ -\xd5\x3d\xb8\x16\x68\xe8\xb6\x89\x86\x5d\x33\xfc\x5d\xe8\x37\xb8\ -\x43\xdb\xf7\x80\xc0\x09\x7f\xab\xf9\x9d\xf0\x37\xad\xf0\x4b\x94\ -\x95\xc0\xb6\x12\x28\x6b\x49\x95\x90\xb5\x54\xfa\x03\x63\xf8\x2e\ -\x4b\xa3\xd7\x87\xb3\xe2\xdd\x41\x11\x6f\x66\x4b\x2e\x44\x73\xa1\ -\xe3\xeb\xb7\xca\x7c\xf9\xb7\x9f\x4b\xb5\xfe\xa1\xaa\x16\xc5\xd5\ -\xed\x7a\xfa\x7d\x53\xa9\xc7\x42\xe9\x87\xb5\x90\x8b\xa4\xac\xd3\ -\x2c\x8d\xd2\x34\x89\x59\x12\xdb\xa5\xba\x1e\x00\xb8\x03\x80\x84\ -\x31\x30\xce\x60\x08\xe0\x3c\x42\x96\x65\xf8\x7c\xf5\x10\x95\x9e\ -\xe0\x77\x2f\xcf\xf0\x77\x7f\xf7\xdf\xf0\xcf\xff\xe3\x9f\xf0\xf8\ -\xc1\x11\xb4\xdc\xda\x95\x7c\x7e\x31\x8f\x0c\x16\xf3\xfc\x12\x85\ -\xff\x4b\x52\xc8\xff\x77\x06\x29\x9c\xa0\xdb\x2f\xc8\x87\x10\xf7\ -\x40\xc0\x81\x8e\x1b\x58\x64\x60\x81\x00\xf6\x3a\x67\x1c\x04\x65\ -\xcd\x22\x70\x10\x0c\x08\x1c\xc6\x68\x18\x70\x18\xe2\x48\x32\x86\ -\x59\xca\x71\x30\xc9\x71\x32\x4f\xf1\xe8\x70\x86\xdb\x4a\xe1\xfd\ -\x7a\x8d\x77\xd7\x37\x78\x73\x79\x8d\x9f\x2e\xdf\xe3\x6a\xbb\xc1\ -\x6d\xb9\x45\xd9\x08\x6c\x6b\xbb\x06\xc1\x90\xdf\xba\xcc\x95\xa9\ -\x37\x65\x36\x98\x67\xef\x4d\x97\x7a\xe6\xe0\xae\xf7\xe2\xe7\xd9\ -\xe0\x2f\xb8\xdc\x03\x03\x74\x20\x30\x14\x82\xde\xa9\x67\x00\x8e\ -\xd6\x73\x0b\xaf\x11\xe7\x48\x93\x18\x79\x9a\x60\x96\x67\xb8\x7f\ -\x78\x80\xe3\xe5\x02\x0f\x8f\x96\x78\x78\x78\x80\x2f\xee\x9f\xe0\ -\x8b\xe3\x43\x1c\xce\x0b\x4c\x63\x8e\x98\x1b\x70\xaf\xe9\x55\x03\ -\x52\x4d\x37\x7d\xa7\x84\xdd\x87\xcf\xdb\xf7\x7e\xb1\x4e\x60\xe3\ -\x5b\x33\x9f\xfa\x9a\x9f\x01\x7b\xa1\x60\xe8\xd5\x0f\x62\x2c\x6c\ -\x98\x79\x57\xaf\xae\x5d\x06\x03\xc8\x0b\xac\x17\x54\x6f\x0a\x84\ -\x2c\x60\x4c\xfb\xef\x6d\xcb\xfe\x05\x0a\x9e\xd1\x0a\xbf\xa6\x40\ -\xf3\x5b\x8f\xbf\x15\x7e\x89\x6d\x25\xb0\x2d\x05\x95\x75\x23\x1b\ -\xa1\xd6\xc6\xd0\x9b\x24\x8d\x5e\xcf\x66\xc5\xf7\xb3\x65\x7e\x75\ -\xb0\x9a\x54\xc5\xe1\x3d\xf9\xfd\xf5\xdc\xc4\x3f\x64\x8d\x29\xd2\ -\xad\x3e\xc8\x0a\x71\xbb\x9a\xad\x8f\xca\xe6\xdd\x76\x5b\xff\x51\ -\x6e\xaa\xfb\x4a\xe9\x55\xd9\x88\x3c\xde\x46\x3c\x8e\xa2\x38\x8e\ -\x23\x16\x05\x0c\xc0\x3b\x6c\xc0\x18\xe2\xd8\x0e\xb4\x24\x8e\x30\ -\x9b\x4e\x60\x22\xc2\x7c\x91\xe3\x9f\xfe\xfb\x3f\xe2\x9b\x6f\xbe\ -\xc1\xdf\x7c\xf5\x39\x48\x95\xd0\x6e\x0b\x2f\xed\x16\x5e\xb4\x2b\ -\xae\xba\x1e\xb9\x03\xb6\xa9\x1b\x94\xa3\xd2\x1c\x5c\x1a\xfb\x9a\ -\xed\x9c\x74\xa7\x2e\x4f\xe6\x43\x88\x5b\x10\x40\x37\x80\x88\x5a\ -\x13\x1d\x14\xbe\x50\xab\x13\x42\x0e\xef\xe8\x63\x88\x18\x03\x31\ -\x0e\x43\x0c\x31\xb3\x40\x10\x33\x86\x2c\x8f\x30\xcb\x72\xc8\x03\ -\x86\xbf\x3a\x9e\xa3\x94\x0f\x70\x5d\x56\xb8\x5c\x97\xb8\xde\x6c\ -\x71\x71\x7b\x8b\x77\x57\xd7\x38\xbf\xbc\xc4\xcd\x66\x8b\xb2\xae\ -\x51\x3b\xdb\x4e\x2a\x03\x43\x36\xd6\x1b\x0c\x30\xbd\x20\x96\x60\ -\xe0\xfb\x25\xc9\xfe\xd5\xe4\xfe\x1a\x08\xbd\xd7\x87\x21\x9c\x8e\ -\x0c\xda\x65\xa8\x0d\xdb\xf6\x0a\xb5\x96\xdd\x71\x89\xb9\xc5\x51\ -\x7e\x6c\xa4\x49\x8c\x34\x8e\x30\xcb\x73\x2c\x66\x05\x8e\x97\x73\ -\x1c\x1f\x2c\xf0\xf0\x68\x85\xff\xf2\xf0\x18\x27\xcb\x39\x0e\x67\ -\x13\xcc\x8b\x14\x8b\x3c\x45\x1e\x33\x30\x92\x60\x5a\xc0\x88\x06\ -\xca\xc5\x81\x68\x59\x83\x9c\x96\xd7\x5a\x00\x46\x83\xdc\x5f\xef\ -\x4d\xcf\x4e\x48\xbb\xee\xb5\x75\x61\x81\xe0\xb3\xfe\xbf\x7e\x95\ -\x18\x1c\xd8\x07\xfd\xef\x7e\xd5\xed\x7d\xc1\xfa\x21\xe6\x21\x13\ -\x0a\x8e\x9d\x2d\x4f\x77\x6b\xff\x5d\x69\x1f\xbd\x16\xfa\x0f\x88\ -\xbc\xc3\xcf\x6b\x7e\xdd\x6a\xfe\xb2\x91\xd8\x56\x12\x9b\x4a\x60\ -\x53\x0a\xda\x56\x42\xd5\x8d\xda\x6a\x65\xde\x31\xce\x5e\xe5\x49\ -\xf2\xea\x60\x9e\xbd\x3b\x9a\xce\xd7\x33\x46\x22\xd5\xef\x75\x96\ -\xa5\x26\x5e\xad\xfe\xc1\x9c\x5c\x9c\xb1\xf3\x5c\xab\xc3\x3c\xad\ -\x37\xf5\xec\xea\x7a\xbd\xfd\xbe\x91\xfa\xa8\xae\x9b\x95\x14\x6a\ -\x52\x96\x4d\x1c\x47\xd1\x34\x8e\x79\x14\xda\xff\xdc\xd9\xaa\xc4\ -\xac\xb5\xcc\x79\x8c\x34\x49\xb0\x3a\x98\x43\x68\x8e\xac\x30\xf8\ -\xe2\xbf\x3e\xc5\x6a\x95\xd9\xfd\xd4\x85\x86\x91\x5b\x17\xec\x53\ -\xb5\xc1\x3e\xe4\xfb\xec\x93\xc8\xfb\x1e\xc1\x1f\xfe\x70\x6f\x26\ -\x77\xe5\x3e\x18\x04\x2e\xd8\x89\x9c\x59\x00\x04\x1b\x39\xc2\xed\ -\x7f\xd8\x76\x36\x75\xda\x07\xfe\x7d\x7b\x0c\x8c\x9c\xbd\xcb\x38\ -\x0c\x73\x47\xb2\xef\xac\x23\x16\x83\xb2\x08\x47\x3c\xc3\xe3\x55\ -\x01\x62\x27\xd0\x06\x90\x04\x54\x42\xe3\xa6\xac\x71\x5b\x96\xd8\ -\xd4\x0d\x3e\xdc\x6e\x70\x71\xbb\xc6\xcf\x57\x37\xb8\xd9\x6e\xb0\ -\x15\x02\xb7\xe5\x06\x9b\xaa\x84\x01\xa1\xd1\x12\x8d\x14\x76\xbd\ -\x84\x33\xc5\x0c\x39\x81\xe9\x51\xfe\xc0\x2f\xd0\x5b\xcb\x30\x5c\ -\xae\xec\x85\x88\x81\x73\xd6\xf9\x7c\x38\x90\xc4\x31\x8a\x34\x43\ -\x12\x73\xc4\x3c\xc2\x6c\x32\xc1\xbc\x28\x70\x6f\x31\xc5\xd1\x72\ -\x81\xa3\xc5\x1c\x87\xb3\x29\xee\xaf\x0e\x70\x7c\x30\xc3\xa2\xc8\ -\x31\xcb\x33\x14\x49\x84\x3c\xe1\xe0\x30\x60\x46\x81\x8c\x04\xa8\ -\x04\x35\x8d\x5d\xf3\x61\x84\x55\x0a\x5a\xc0\x48\x61\xc3\x74\xb5\ -\xb2\x11\xa1\xc6\x45\xed\x01\xf0\xdb\x7a\x79\x43\x90\x85\x1a\xdf\ -\x29\xa4\x76\x24\x05\x71\x24\x3b\xa6\x10\x7c\x7f\x75\xfd\xec\xfb\ -\xdf\xe2\x3d\xb5\x79\xb5\x91\xa5\x3b\x34\x69\x80\x05\xee\xbc\x33\ -\x06\x3a\x46\x80\xf0\xbe\x31\xf9\x0f\x53\xc0\xb6\x7c\xb0\x4f\xe7\ -\xed\xa7\x36\xd2\xaf\x6e\x14\xaa\xda\xd2\xfe\x4d\xd9\x60\xb3\x6d\ -\xb0\xa9\x84\x29\x1b\x55\x09\x65\x2e\x88\xd8\xab\x3c\x8f\xfe\x6d\ -\xb1\xcc\xbe\x3b\x39\x2a\xae\x16\x8b\x69\x5d\x45\x46\x5d\x7c\xb7\ -\x35\xab\x67\x5b\x13\xff\xcb\xd9\x19\xfd\xe6\xef\x61\xd2\xd7\x33\ -\x3d\x3b\xe4\xe2\xa6\xc0\xf6\xe1\x91\x78\xdb\xd4\xea\xdf\xb5\xd1\ -\x73\xa9\xd4\xb4\x69\x54\xb6\xe5\x75\x14\x45\xbc\xe0\x9c\xf3\xc8\ -\x0d\x8a\xce\x86\xce\x01\x00\x49\xcc\x10\x45\x31\x16\xd3\x1c\xc4\ -\x12\xc4\x59\x82\x3c\x72\xcb\x2e\xb1\x45\xc4\x34\x8c\xaa\xdb\xfd\ -\xd5\x2c\x7d\xf3\xf4\xc6\xe6\x15\x98\x6f\x1f\xb5\xdf\xee\xfa\xf8\ -\xb1\x34\x66\x09\x74\xdf\xf8\x6d\x97\x5d\x50\x50\xcb\x12\x83\xb7\ -\xb9\x38\x46\xe0\x65\xcb\x19\x07\x2e\x1f\xd3\x7e\x1f\x6a\xdb\xc8\ -\xb1\x26\x1b\xd6\xac\x41\x4c\x83\x10\xd9\x8d\x32\x60\xcd\x08\x44\ -\x11\x08\x11\x66\x09\xc7\xd1\x74\x06\xa9\xa7\x50\x04\x48\x6d\xb0\ -\xa9\x05\x6e\xcb\x1a\x9b\xaa\x41\x2d\x25\xde\xaf\xd7\xb8\x29\x2b\ -\x28\xad\xb0\xa9\x4b\x7c\xd8\xac\xb1\xa9\x2b\x68\x63\x50\x09\x81\ -\x4d\x5d\xa3\x16\x02\xc6\xb4\xad\xdb\x15\x36\x0c\x0e\x6a\x59\x42\ -\xd7\x32\x5e\xeb\x45\x2c\x42\x9e\xa6\x58\xce\x26\xc8\xd3\x18\x71\ -\x1c\x61\x5e\x14\x38\x5e\x2e\x31\xcd\x32\xa4\x49\x8c\xa3\xc5\x1c\ -\xab\xe9\x14\x07\xb3\x09\x96\xd3\x02\xf3\x3c\x43\x96\x44\xc8\x63\ -\x8e\x34\x62\x88\x39\x00\x52\x80\xa9\xc1\x84\x71\x76\xbb\x74\x82\ -\x2d\x41\x4e\xc3\x93\x96\x8e\xe2\xab\x76\xee\x9e\x8c\x76\x02\xa6\ -\x07\x1d\xc7\xdc\x58\xe9\x0b\x35\x0b\x80\xa0\xdb\x3a\xbb\xbb\x67\ -\xa7\xdf\x5b\xbf\x48\x7f\x1d\x49\x4b\x2c\x5a\x13\x11\xad\x9f\xc8\ -\x3b\x18\xbd\x59\xd6\x02\x04\x76\x05\xbd\x2f\xef\x43\x4a\x30\x4c\ -\x03\x60\x71\xd8\xd1\xed\xe7\x37\x70\xf8\x39\xe1\xdf\x56\x12\xeb\ -\xb2\xb1\x7f\x95\x30\x65\x25\xea\x46\xa8\x0f\x44\xf4\xa7\x34\xe3\ -\x67\xb3\x22\xff\x8f\xe3\xc3\xc5\xdb\xd9\x6c\xbe\x5d\x46\x91\xf8\ -\xb0\x65\xfa\x18\x5f\x9b\xdf\x9e\x81\xe2\x53\x00\xcf\x2e\x5e\xd2\ -\x53\xf1\x0f\x5a\x34\xbf\x67\x8f\xff\x6a\x5a\x69\x12\xd7\x55\x53\ -\xff\xa0\xb4\x99\xac\x37\xe5\x4c\x2a\x5d\x94\x8d\x48\xd8\x96\x71\ -\xce\x59\xc6\x19\xe3\x6d\xd4\x9d\x6b\x02\x22\x02\x32\x86\x38\xe5\ -\x88\x23\x83\x28\x06\xa2\x48\x81\x9b\x2d\x8c\x68\x20\x35\xb3\x6b\ -\xfa\xb4\x04\x19\x1f\x8e\x69\x1d\x87\x3e\x1a\xcf\x18\x37\x4b\x65\ -\xe0\xb6\x02\x0b\xb4\x7d\x8b\xf2\x03\xe1\xdd\xa1\xf5\x9f\x02\xad\ -\x43\xf0\xe8\x66\x10\x2c\xd0\x7b\xcd\xee\x7b\xde\x0f\x2c\xa7\xf9\ -\x3d\xfd\x67\xe8\xce\x3d\x70\xb4\x7d\xd8\xe5\xe7\xd7\x1d\x30\x63\ -\x2c\x5d\xb6\x15\x04\x41\x83\xf1\x18\x04\xb7\x67\x00\x8b\x00\x44\ -\x20\x17\x1a\x4b\x88\x90\xb9\xcd\x0d\x09\x1c\xab\xa2\x80\x5a\xe4\ -\xd0\x64\x8d\x8d\x5a\x2a\xd4\x52\x41\x13\xd0\x48\x89\x75\x5d\xa3\ -\x6a\x1a\x28\x22\x54\x42\xe2\xc3\x7a\x8d\xb2\xa9\x6d\x94\x71\x6f\ -\xf1\x56\x5f\xd8\x87\x5a\x3f\x6c\xc3\x38\x8a\x30\xcb\x0b\xdc\x3f\ -\x5c\x61\x5a\xa4\x88\x18\x50\x64\x09\x16\xc5\x04\x45\x9a\x20\x62\ -\x40\x96\xc4\xc8\xe2\x08\x09\x07\x92\x88\xd9\xe5\xb4\x4c\x82\x93\ -\x01\xd3\x1a\x5a\x4a\x47\xdf\x5d\x08\xae\x56\xd6\x63\xef\x05\xdc\ -\x38\x81\xa7\x90\xe2\x9b\x36\x5e\x22\xf4\xc5\xb5\x45\x6b\x67\x2f\ -\x9c\x50\x07\x9f\x87\xf4\xbf\x05\x03\x0c\x7e\xeb\xef\x70\x63\xab\ -\xdd\xd5\xda\xf5\x67\x38\x52\x1c\x39\xb0\x23\x60\xcc\x2f\x10\x96\ -\xad\xa7\xf9\x3f\x3d\xf9\x61\xe3\xe9\x7e\x28\xfc\xe1\x02\x1f\xef\ -\xed\x2f\x6b\x6b\xef\xaf\x4b\x81\xf5\xb6\xc1\x7a\xdb\x98\x4d\xd9\ -\x34\x75\xa3\xae\xb5\x31\xdf\xc5\x11\x3f\x9b\x4d\x8b\x6f\x1f\x1d\ -\xcf\xbe\x7f\xb0\x9c\x5f\x17\xcb\x49\xdd\x98\xa5\xfa\xe6\xe1\x56\ -\xbf\x5a\xbd\x24\x9c\x7d\x8d\xf8\xf9\xf3\x17\x74\x7a\xfa\x02\xc7\ -\xf8\x89\x4e\x56\x4b\x9d\xe6\x90\x57\x87\xb2\x7a\x02\x75\xd9\x28\ -\x7a\x4d\x46\x15\x37\x9b\x7a\xa2\x94\xca\xca\x0a\x31\x07\x3b\x60\ -\x60\x09\x98\x5b\xce\xe2\xe8\x89\xf7\x4e\x66\x00\x92\xd8\x7a\xca\ -\xc1\x0c\x0c\x24\xb4\x89\x40\xdc\x6f\x8d\xec\xf6\x52\xef\x09\xbf\ -\x4d\x76\x43\x60\xd6\xee\x9f\x71\x07\xd9\xff\xe5\xe9\x53\x33\xeb\ -\x8f\xff\x76\xe0\x74\x5e\x59\x67\x26\x38\x73\xa0\xbd\xd9\x6b\x0d\ -\x84\x63\x74\x18\x2f\xde\x99\x06\x20\xab\xf3\xc9\x18\x44\x3c\x82\ -\x9d\x9a\xd3\x96\x5b\x78\x30\x60\x91\x1b\x4a\xd6\xfb\x4f\x60\xa0\ -\xc8\x82\x01\x60\x30\x4f\x19\x0c\x52\x10\x18\x8c\xc9\xa0\xcd\xd4\ -\x6e\x5e\x65\x08\x8a\x08\x8d\xb2\x9b\x42\x30\x6e\x35\xff\xdd\x11\ -\x92\x43\x7a\xec\x39\x00\x43\x9e\x26\x98\x64\x29\x62\x6e\x83\x78\ -\x22\x06\xc4\x9c\x01\x64\xc0\x39\x40\x5a\x82\x41\x00\x5a\x01\xda\ -\x80\xc1\x80\x8c\x8d\x73\xb0\xeb\xeb\x8d\xd3\xf8\x1a\xc6\xd8\xf5\ -\x00\x56\xe0\x5d\x84\xa4\x71\x47\xbf\x4e\xc0\x9f\xb7\xed\x4a\xbb\ -\x65\x77\x02\xde\x03\xb6\x81\xd6\xef\x81\x40\xaf\x6e\xc3\xaa\xb3\ -\x80\x01\x74\x2a\x7f\xc7\x14\x6c\xbb\xd1\x83\xff\xc7\xd5\x4d\x18\ -\xfc\xd3\xb5\xea\xc0\x7c\xf0\xb7\xc1\x3a\x0a\xdb\x65\xbd\xa1\xf0\ -\xab\xce\xe6\x6f\x02\xe1\xdf\x94\x0d\x6e\xb7\x0d\x6e\xb7\xb5\xd9\ -\x6c\x1b\x59\xd5\xf2\x56\x6a\x7d\xce\x39\xfb\x76\x92\x67\x2f\x8f\ -\xe7\xf9\xeb\x7b\x87\xf3\x0f\xf7\x4f\x0e\xaa\xbc\xe0\xa2\x5a\x9d\ -\xeb\xff\x7d\x76\x41\xf8\xe9\x57\xf4\xfc\xc5\x0b\x8a\x6d\xdd\x9f\ -\x13\x4e\x4f\xcd\x6f\x8e\x81\xaa\xba\xd4\xf7\xe6\x47\xa2\xd0\x7c\ -\x5b\x3d\xd0\x3f\x1b\xa9\x53\x21\x4d\xb1\xa9\x9a\x42\x08\x95\x6e\ -\xa8\xe1\x00\x16\x00\x12\x22\xf0\x61\x61\x8d\x31\x30\xb9\xb1\x48\ -\x9e\x6a\x50\x14\x81\x5c\xf8\x30\x18\xdc\x56\xdf\xa6\xa5\x6f\xd4\ -\x13\x36\x04\xb4\xdb\x36\xbc\x55\xc2\x16\x75\x7b\x68\xbc\x23\xd1\ -\x83\xae\xd8\x35\xd5\x02\x10\x08\x1c\x3b\x5d\xeb\xef\xef\xcc\x56\ -\x29\xb4\xb6\xc0\xee\x77\x7e\x30\xb4\xdf\xf7\x85\xbf\x93\x2b\x7f\ -\xd1\xb8\x45\x48\x6e\x87\x61\xf2\xd3\xaa\x96\x8e\xb3\x76\xca\xcf\ -\xed\xf8\x03\x6e\x81\xa3\x0d\x27\xf6\xbe\x17\xfb\x07\x6e\xd7\x13\ -\x91\x01\x28\xb2\xe6\x19\x65\x76\x4b\x32\x3f\x5d\xbb\x17\x00\x42\ -\x6a\x1c\xdc\xe3\x35\xa2\xdd\x37\x41\xb8\x4a\xda\x5d\x97\xe1\x56\ -\xd2\x91\xd3\xd4\x76\x9e\xbb\xd3\xde\xe1\xb9\xd5\xec\x5e\xa3\x3b\ -\x47\x99\x13\x7a\xef\x37\x61\xb0\x63\xc8\xb3\x28\x0a\xfa\x26\xa4\ -\xe9\xad\x70\xb7\x8d\xef\x8e\xad\xf0\x0f\x81\x0c\xed\x6f\x06\x17\ -\xd0\x47\x7a\x4f\x33\x58\xf7\x55\xbb\xd0\x6c\x20\xe9\xbd\x08\xc9\ -\x41\x0a\x14\x7f\x3b\x2d\xe8\x3f\x07\x1e\x3d\x3f\x56\xc2\xa3\xc7\ -\x3e\x43\x5d\x74\x9f\x0e\x36\xf5\x68\x84\x9b\xea\xab\x25\xb6\xb5\ -\xc0\xa6\x14\x58\x6f\x6b\xac\xcb\xc6\xac\x37\x8d\x2c\x1b\x79\x2b\ -\xa4\xfa\x91\x31\xf6\xfb\x22\x4f\x7f\x77\x74\x54\xfc\xf1\xde\xbd\ -\x83\x8b\x87\x27\xd3\x0d\xa5\xa9\x88\x9a\x48\x1f\x1f\x7f\x6d\x9e\ -\x03\x06\xcf\x5f\x10\x7b\x01\xc4\x00\x88\x31\xc6\x88\x88\x2e\x7e\ -\xfd\x3f\xe9\xe9\xd5\xca\xac\x53\xa8\x83\x88\x37\x9f\x1f\x9f\xac\ -\x6b\xa1\xdf\x36\x52\xa4\xda\x98\xb4\xaa\x64\xdc\x48\xc9\x50\xe2\ -\x09\x31\xcc\x0d\x51\x6a\x0c\xf1\xde\xa6\x83\xee\x4f\x67\x09\xb4\ -\xd1\x48\xe2\x08\xb1\x5f\x43\x10\x45\x30\xd0\x6e\x09\xae\x13\xf2\ -\xb6\xaf\x76\x45\xda\x77\x55\x7f\xc7\x1f\x3f\x77\xdb\x51\xb5\x71\ -\x18\x18\xa1\x67\x6d\x3e\x03\xbd\x3e\x7c\x68\xfb\xd3\xae\xc3\x86\ -\xc7\x3e\x72\xf7\x2f\x8e\xcf\xf2\x38\x9a\xd9\xd6\xc2\x75\xba\xd1\ -\x56\x30\x3d\x18\x78\x78\x23\x67\x2e\x30\x80\x11\x07\x31\xee\x8a\ -\xe9\x9d\x75\xbc\x15\x02\x3f\x78\x7c\x50\x5f\xfb\x72\x95\x21\xf5\ -\xdd\x49\x43\xad\x39\xbc\x0e\x17\xa9\xe7\x93\xdd\x19\xca\x86\xa0\ -\x06\x34\x9d\xa8\x15\x72\x2b\xc8\x6e\x6a\x8e\xc2\xc0\x18\xc7\xf8\ -\x7a\x6d\x65\xa3\xd9\x7c\xc8\xf5\x28\xdb\x0a\x1b\x31\x04\xa7\xa0\ -\x8c\x5d\x8b\xee\xaa\x84\xf1\xda\xef\x11\xdc\xb1\xf6\x19\x96\xc5\ -\x01\x56\x5b\x86\xa0\xb4\xd4\x7e\xf2\xf5\xf6\x7d\xd1\x31\x64\xff\ -\xa0\xfe\xd4\x5e\xe8\xe8\xb3\x9b\xef\x18\x4f\xf9\xb5\x5d\xd3\xdf\ -\x08\x85\x5a\x48\xe7\xf0\x93\xd8\x54\x8d\xa5\xfd\xa5\x30\x9b\xb2\ -\x16\x65\xad\xd6\x52\xaa\x73\x30\xfe\x6d\x9e\x46\xff\xba\x9c\x14\ -\x7f\x38\x39\x9c\xbd\xfd\xec\xf1\xc1\xed\xe4\x20\x6e\x16\xbc\x54\ -\x7f\x10\xa9\x59\x5d\xbc\x24\x3c\xff\x5f\xc4\xd8\x0b\x00\xa0\xb8\ -\x6b\x4f\xc6\xce\x5e\xbc\x20\x3c\x7b\x69\x9e\x5e\x01\x62\x35\x65\ -\x99\x5c\xd6\xf7\x97\x07\x37\xba\x16\xe7\x52\x22\x22\x5a\xb3\xa6\ -\x91\x46\x2a\xa5\xb6\x5b\x7a\x42\xc6\x1c\x18\x6d\x52\xad\x0d\x57\ -\xda\x30\xa5\xdd\x86\xa2\x5a\x41\xa9\x14\x99\xca\x90\xa5\x91\x8b\ -\x20\x8c\x10\x45\xa6\x17\x41\xc8\x59\x7f\xa0\xa1\x3d\x3a\xca\xe7\ -\xc0\xb7\x05\x76\x87\xca\xe1\x2a\x44\xb4\x60\xf0\xd1\xde\x0c\xfa\ -\xb2\x63\x00\xfb\xc6\xc3\x6e\x3e\x5d\x07\xb6\x9a\xde\x0f\x70\xff\ -\x9d\x9f\xeb\xed\x75\x74\x97\xda\xe8\xb4\xae\x2a\x80\x57\x3c\x00\ -\x0c\xfc\x7b\xee\x6d\x3b\x10\x37\xe0\xc4\x41\xcc\x87\x48\x03\x3d\ -\x67\x1d\x73\xc1\x49\x3e\x43\xe7\x25\x67\xa6\x6b\x13\x13\x30\x92\ -\xdd\xd4\xe5\xd5\xd2\xe5\x00\x34\x18\x63\x2e\x94\xdf\x6b\xb2\x50\ -\xb0\xbd\xf6\x27\x6b\xdf\xb7\x1e\x7a\xdf\x56\x9d\x76\xf7\xad\xc6\ -\x18\x83\x36\xd4\x39\x7a\x7d\xfd\x87\x4d\xdd\xfe\x8c\xc2\x2c\x07\ -\x45\xf7\xda\x39\xf8\x41\xa8\xc5\x7b\x42\x1a\x9e\x8d\x41\x42\xa8\ -\xa9\x43\xd0\xa7\xe0\xd9\x41\x0c\x3e\xf9\x23\xb5\x9f\xc3\xb0\xdf\ -\x30\x14\xb8\xbf\xf2\x2f\x6c\x4b\x77\x2f\xc8\x6e\xe3\x15\x30\xe8\ -\xbe\xbd\xef\x56\xf5\x89\xc0\xdb\x5f\x35\xd8\x94\x82\x36\xa5\x30\ -\x9b\xaa\x11\x75\x23\xaf\xa5\x34\x3f\x82\xe1\xdb\x3c\x89\xfe\x75\ -\xb1\x9c\x7c\xfb\xe8\xde\xf2\xfc\x68\x35\xbb\xc9\x64\xd5\x34\x37\ -\x50\xf3\xe9\x4a\xaf\x56\x57\xe6\xec\xec\xeb\xce\xe9\x06\xcb\x00\ -\x7c\xb3\x10\x3d\x7f\x81\xd3\xd3\x17\xf8\x97\x67\xcf\xcc\xaf\x71\ -\xa6\x9f\x24\x37\x48\x16\xd3\x6a\x3a\x3d\x81\x31\x86\x31\xa6\xe9\ -\x66\x5d\xeb\xba\x16\x8d\x94\x5a\x6c\xd1\x7c\xae\x0d\xad\xb4\x36\ -\xb9\x32\x3a\x52\x52\x33\x1f\x8f\x2c\x0a\x8d\x42\x6a\x88\x76\x21\ -\x51\xb7\x9a\xd0\x82\x40\x37\x95\x68\xa3\xc4\xba\xc1\xd7\xd2\x55\ -\xe6\x35\x90\x1d\xec\x7d\x90\x08\x10\xb9\x77\xb2\x57\x9a\xf7\xa4\ -\xbb\x56\x86\x0d\xf2\x0a\x28\xdb\xae\xd0\x07\xa8\x0f\x3f\x42\x86\ -\x8f\xb2\xa3\xdd\x6f\x56\xda\x02\x9d\xfb\xdc\xd6\x13\x70\x8e\xa6\ -\x70\x5b\x33\xe6\x94\xbf\x9f\x7d\xd9\xd5\x20\x1e\x94\xec\x8b\x4f\ -\x6d\x38\x6c\x0f\xb4\xda\x3a\x85\x7a\x33\x6c\x53\xf4\xa9\x73\xaf\ -\xee\xc6\x96\xc5\xb8\xf3\x16\x04\xbc\x5f\x03\xbd\xf8\xfb\xa1\x0e\ -\x6f\xd1\x9c\xdc\x0e\xe4\x63\x4d\xdc\x82\x47\xd7\x7e\xa3\xbb\xe5\ -\x06\xbf\xeb\xf9\x36\x77\x89\xc2\xc8\xcd\x7b\xc6\xc7\xb0\xcf\x29\ -\x68\xb3\x40\x8b\xdb\x32\xb9\xd5\xaa\xd6\x4b\x17\xf8\xc0\x28\x68\ -\x9b\x71\x10\x08\xb5\x7d\xa7\xf5\x3b\xcd\x6f\x19\xb4\xee\x0b\x7f\ -\xa3\x50\xd5\x02\x65\x2d\xb0\x2d\x05\xb6\x65\x43\x9b\x4a\xe8\x6d\ -\x25\xeb\x5a\xca\x2b\xad\xe9\x7b\xce\xd9\xef\xf3\x34\xf9\xbf\xf3\ -\x69\xf1\xfb\xc7\xab\xe5\x0f\x8f\x8e\x8a\xeb\x83\xec\xa0\xa2\x74\ -\x2a\x70\x7b\xae\x5f\x3d\xb1\xc2\xff\xdc\x52\xff\xb6\x6a\x2d\x00\ -\xf8\xf6\x21\x7a\x41\x38\x7d\x81\x63\xc0\x9c\x3f\x5b\xe2\xc9\xc1\ -\x8d\xc0\xf5\x14\x4f\x1e\x3e\xf8\x90\x26\xb1\xf9\xf1\xed\x8d\xfc\ -\x70\xbb\xad\xab\xa6\xae\xa5\x32\x35\x99\xe6\x0b\xa5\xe9\x9e\xd4\ -\xa6\x90\x42\xc7\x8d\x94\xdc\xee\x40\x22\xd1\x88\x0c\x79\x9e\xa2\ -\x5d\x4d\x18\xc7\x7d\x93\x80\xb3\x00\x04\xba\x63\x07\x00\xc3\xcf\ -\x03\x3b\xaf\xd5\x5c\xff\x9f\xd2\x40\xb8\x77\xf6\x76\x0b\xd0\xbd\ -\xf7\xa3\x50\xeb\x84\xb4\x7c\xc7\xf6\xee\x34\x71\x58\xff\x56\x33\ -\x9b\xfe\x68\x6f\x01\x88\x00\x42\x30\xa5\xea\x5e\xee\x8a\x76\x37\ -\x25\x04\xcc\x24\xc8\xc2\x97\x84\x0d\x40\x60\xa4\xe2\x36\xbf\x10\ -\xec\xec\xf3\x5a\x86\x31\xf4\x8d\x84\x8f\xe9\x2a\xbe\x73\xb5\xbd\ -\xdc\x16\xaf\xaf\x31\xdb\xf3\x91\xa6\xec\x31\x17\x57\x8f\x7e\x7b\ -\xfe\x19\x29\xa8\x47\x57\x1e\x7b\x1c\x5d\xdf\xdf\x7b\x8f\xa6\x09\ -\x00\x61\x00\x04\x08\x05\x3f\xd0\xfa\x64\xa3\xfa\xbc\x19\xed\x37\ -\xf0\xb4\xab\xfa\x64\x37\xcf\x5f\x0b\x6c\xab\x06\xdb\x4a\x98\x6d\ -\x25\x54\x55\xcb\x4a\x48\xfd\xde\x90\x79\x1d\xf1\xe8\xdb\x22\x8f\ -\x7f\x77\xb4\x2c\xfe\xfd\xf0\xf0\xf0\xcd\xd3\x93\xc9\xf5\x24\x3b\ -\xa8\x1e\x3f\x9d\x8a\xf3\xb3\x73\x7d\x86\x0b\x83\xb3\x5f\x59\xe1\ -\x1f\x34\x4b\xdc\xff\x68\x7d\x6d\x44\xcf\xe9\x57\xa7\xa7\xe6\x37\ -\x67\x80\x05\x81\x85\x98\xe0\x1d\x4e\x00\xa4\x09\xd7\xd9\xbb\x48\ -\xfc\x7c\x8d\x6a\xbb\x15\x5b\xa5\x75\xa9\xeb\xe6\xa9\x36\xfa\x44\ -\x4a\x35\x13\x42\x25\x8d\x50\x51\xdd\x08\x56\xd5\x12\x93\x22\x45\ -\x91\xa7\xc8\xb2\x04\x99\x5b\x50\x64\xd7\x14\x78\x36\xc0\x3a\x36\ -\xd0\x82\x81\x73\x88\xf1\x01\x00\xec\xa1\xaa\xc1\x78\xf8\x0b\xa5\ -\xfd\x34\xb1\x05\x81\x50\xd8\x47\x4c\x81\x60\xf8\x74\xd4\x73\x44\ -\xe8\xba\xaf\xfa\x1a\xb8\x05\x80\x96\xfd\xf8\x1b\x07\xea\x73\x87\ -\x72\x9a\xde\x79\xcf\xf6\x1c\xab\x67\x4b\xa4\xd8\x8e\x70\x85\xcf\ -\x60\x3b\x40\x17\x7e\x0e\xca\x82\x11\xd9\xf3\x7d\xd7\xfb\xbc\x27\ -\x0d\xcc\xa8\xde\x3a\xfb\x91\x72\xb7\x6d\x35\xc2\x08\xf7\x5e\x47\ -\xbb\x50\x00\x00\x07\xa3\x49\x44\x41\x54\x11\x8d\xfd\x30\x17\xdc\ -\x39\x60\x04\xbd\xc5\x3b\x6d\xbd\x4d\xff\xdc\x8c\x5c\x0b\x85\xde\ -\x09\x7c\x48\xf9\xc3\x7d\xfb\x95\x9b\xdf\xef\x68\xbf\x6c\x85\xbf\ -\xaa\x04\x95\xb5\xd4\xdb\x46\xc8\xa6\x51\x1b\xa9\xd4\xcf\x44\xec\ -\x55\x12\x47\x67\x93\x3c\xfd\xf6\xc1\xe1\xfc\x8f\xf7\x0f\x67\xef\ -\xe6\x87\x93\xf5\x24\xa3\xea\x71\x3a\x15\xe7\x38\xd7\xc7\xb8\x30\ -\xc0\xaf\x4c\x20\xfc\xbd\x81\x30\x04\x00\x7b\x83\x9b\x0f\xe9\x40\ -\xe0\x16\x4f\x0e\x84\xb8\x99\x72\x8a\xd8\xd2\x14\xe9\x44\xf1\x24\ -\x92\x1f\xe2\x75\x75\x73\x5b\x6f\x1a\x29\xd7\xa2\x51\x5f\x1a\x45\ -\x0f\xa5\xd2\x07\xb5\x54\x79\x55\xcb\x64\x5a\x0b\x5e\xd6\x19\x2b\ -\x1c\x0b\xc8\xb3\x04\x59\x92\x20\x49\xa2\x16\x04\xc2\xc5\x45\xfe\ -\xb5\xe0\x9c\x31\xb0\xf6\x38\x04\x00\x16\xf4\xff\xff\x0b\x00\x60\ -\x23\x67\xbe\x61\xdc\xff\xa1\x46\xd8\x61\x04\xdd\xdd\x5d\x5e\x1d\ -\x00\x00\x23\xda\x96\x05\x35\x1a\x80\x40\x5b\xef\xc1\xef\xec\x63\ -\xba\x67\x0e\x85\x3f\x34\x4b\xf6\x02\x80\x3b\xb0\x1d\x01\xea\x1e\ -\x12\x3a\xac\xfa\x02\x40\xc1\xf3\x87\xf9\x0f\xf2\xde\x5b\xf7\xa1\ -\xe9\x16\x02\xca\xa0\x2d\x47\x18\x40\x6f\x2c\x84\x6c\xe0\xcf\x4e\ -\x43\x00\x08\xd9\xd3\x2e\x00\xb6\x4c\x6b\xa8\xf5\x8d\xe9\x04\xde\ -\x0b\xbf\xe9\x8e\xa1\xf0\xcb\xde\x1e\x7e\x9d\xc3\xaf\x6e\x24\xea\ -\x5a\x52\xd9\x48\x53\xd5\x52\x36\x42\xd6\x8d\xd0\xd7\xda\xe8\x9f\ -\xc0\xf0\xa7\x34\xe1\xdf\x2e\x26\xc5\xbf\xdd\x5b\x4e\xbf\x7f\x74\ -\x34\xb9\x98\xac\xd2\xcd\x7c\x95\xd4\xa4\x4e\xe4\xf9\xed\xb9\x3e\ -\x3e\xbb\x30\xbf\x75\xc2\x8f\x11\xe1\xbf\xb3\xb5\x2c\xe8\x13\x70\ -\x7a\xca\x7e\x03\xf0\x8b\x67\xe0\xc7\x5b\x70\x4c\x11\xdf\x5c\xbc\ -\xcf\xde\x97\x9b\xc9\xf9\x8f\xd7\x47\xef\x3f\x94\x0f\x3f\xac\xb7\ -\x4f\x85\x50\x5f\x19\x6d\x9e\x32\xc6\x9f\xc4\x71\x74\x9c\x24\xf1\ -\x22\x4f\xe3\x3c\xcf\xd3\xb8\xc8\x13\x9e\x67\x7e\x63\x11\xbb\xb7\ -\x40\x1a\x07\x20\x10\x3b\xbf\x40\x6f\x99\xb1\x0f\x3d\x75\xd1\x73\ -\xcc\xc7\x9d\x0f\xb4\xd6\x27\xd5\xe6\x97\xa6\xf0\x19\x6d\x7b\xf4\ -\x05\x69\x54\xf0\x3f\x22\x6c\xfb\x18\x80\xbf\x63\x40\x67\xed\x61\ -\xc8\x7c\x46\x25\x74\xaf\xfd\xb9\x0f\x90\x7a\xe5\xea\x15\x67\x57\ -\x6f\xf6\x4c\x9b\x21\x05\xf6\x66\xc7\x48\xfe\x7b\x05\x3f\xa8\x43\ -\x7b\x0f\xf9\x1c\xc6\xb5\xff\xae\x06\xdf\x35\x29\x7a\xed\xb7\x93\ -\x2c\x7a\x50\xef\x17\xbb\x77\x8c\x01\x40\xaf\x1d\x7a\x6d\x11\xb6\ -\xb7\x67\x00\x7d\x20\xf0\xd7\x5a\x27\x1f\x79\x47\x9f\x0f\xee\xd1\ -\x90\x2a\x74\xf8\xd9\x35\x1f\x4d\x23\xa9\x16\xca\xd4\x8d\x54\x8d\ -\xd0\xb5\x50\xea\x56\x6b\x73\x61\x0c\x9d\xf3\x88\xbd\xca\x93\xf8\ -\x3f\x16\xb3\xec\x4f\x87\x47\xc5\x9b\xcf\xef\x2d\x2e\x17\xf3\x55\ -\xf9\xd9\x62\xda\x60\x52\xaa\x8b\xef\xb6\xe6\xec\x23\x9a\xdf\xa7\ -\x31\x06\xe0\x1b\x88\xc8\x31\x81\xdf\x9e\x9e\x9a\x67\x78\x46\x73\ -\xf1\x7f\x68\x8d\x47\x28\xe6\x39\x7d\x35\x8d\x75\xc4\x62\x9d\x4d\ -\xca\x3a\xbf\xcc\x6f\x6f\xd7\x9b\x9f\xb7\xa5\xfc\xa9\x11\xf2\x4b\ -\xa9\xd4\x17\x4a\xe9\x47\x42\xc8\xa3\xaa\x11\xb3\xb2\x4a\xb2\x2c\ -\x8d\xe3\x2c\x4d\x78\x9e\xc5\x2c\x49\x12\x96\x26\x11\x52\x37\x3b\ -\x10\x47\xdc\xfa\x05\xf8\x2e\x1b\xf0\xb1\xe8\x43\x06\x30\x22\xfe\ -\xbd\xc2\x8f\x75\x31\x0b\x5a\x21\x3c\x1f\xcd\x62\xcf\x08\xd9\x1d\ -\xa4\xfe\x73\xe0\x70\x1b\x0a\x5c\x6b\x9b\x06\x1a\x6b\xf4\x01\x2c\ -\xfc\x09\xbc\xc0\xef\xb0\x82\xb0\x48\x3d\x21\x19\xb1\x53\x07\xa0\ -\xd5\x7b\xd6\x4e\x11\x3a\x9f\x4a\xc7\x80\x07\xd4\x77\xc7\x14\xe8\ -\x9e\xdd\x35\xee\x2e\x9b\xe9\x83\x58\x57\xd7\xf6\x74\xb4\x6d\x3b\ -\x56\xd0\xcb\x7e\x58\xfe\xde\x54\xe5\x78\xc7\xdd\xd5\xd7\xc1\x6d\ -\x77\x7e\xd1\x33\x47\x7c\x7b\xf7\x18\xc0\x38\x00\x78\xda\xaf\xdd\ -\x0b\x3b\xfc\x4b\x3a\x95\xd6\xd6\xdb\xef\x34\xbf\x94\x8a\x1a\xa9\ -\x49\x08\x65\x6a\xa9\x94\x90\xaa\x51\x4a\x6f\x94\xa6\x4b\x22\xbc\ -\xe1\x9c\xbf\xce\x73\xfe\xa7\x69\x91\xbc\x5e\x4d\xb3\x1f\x57\xb3\ -\xe9\xe5\xbd\xc7\xc5\xed\xe3\xc5\x41\x59\x1c\x6a\xf9\xfa\x55\xa9\ -\xbf\x79\x98\xea\x8b\x67\xdb\xa1\xcd\xbf\xb7\x66\x7b\x01\x00\xb0\ -\x20\x00\x17\x23\x70\x7a\x7a\x0a\x3c\xbb\x32\x57\x57\xc0\x67\x4d\ -\x46\xeb\xec\x88\x66\x8b\x8c\xfe\x3a\x9b\xc8\x59\x91\x57\xdb\x4d\ -\x76\xfb\xf6\x72\x73\xb9\xd9\x8a\x37\xdb\xb2\x3a\x97\xd2\x7c\xa1\ -\x94\xfe\x4c\x2a\xfd\x40\x08\x75\x50\xc5\x7c\x96\xc6\x71\x9a\x24\ -\x71\x92\x24\x51\x94\xc4\x71\x94\x26\x9c\x59\x00\x88\x58\x1c\xce\ -\x10\xb8\x23\xe3\xac\xdb\x79\x88\x8d\x08\xc3\xbe\x52\xff\x85\x98\ -\xc0\x8e\x5d\xdc\xd3\x74\x21\x2d\xc6\xa8\x06\xeb\x1b\xaa\x2e\xc7\ -\xbb\xb4\x54\x48\xc5\xdb\x6b\x6c\x50\x8e\xdd\x32\xf5\xcb\xb2\x6b\ -\x9a\xb4\xa5\xbe\x8b\x98\x74\x85\x1c\x66\x3e\x00\xb9\x01\x1b\xe8\ -\xd5\x77\x3c\xf3\xfd\x26\x40\x40\xb3\x42\x70\x1a\x63\x03\xfe\x11\ -\x63\xec\xef\x8e\xf1\xf0\x49\x82\x7f\xd7\x2f\xf6\x98\x02\xbb\x40\ -\x1b\x30\x81\x3d\xf6\xbe\xf7\xf4\x77\x01\x3e\x86\x94\xd2\x90\xda\ -\x90\x94\x5a\x4b\x65\x8c\xd4\x5a\x48\xa9\x85\xd2\x6a\xa3\x35\x5d\ -\x13\xf0\x36\xe2\xf8\x21\x4b\xe2\xd7\x45\x9e\x7c\xb7\x98\x16\x6f\ -\x56\xf3\xd9\xc5\x62\x96\xdf\xde\x3b\x8e\xcb\x07\xd3\xa4\x51\x59\ -\xaa\xf4\x75\xa6\xc5\xc3\xc6\xbc\x5a\x05\xde\xfe\x8f\x08\xff\xbe\ -\x36\x1b\xbd\xcf\x5a\x03\x2f\xd8\xb3\x67\x2f\xd9\xf1\xd9\xd7\x2c\ -\x34\x09\x58\x89\xf8\xbb\xea\x7d\xbe\x7d\xbb\x9d\x5c\x6e\xd6\xcb\ -\x8b\xeb\xed\xbd\xdb\x75\xf5\xa8\xae\xc5\x67\x42\xa9\x27\xa4\xf1\ -\x00\x0c\x47\x9c\xe3\x80\xf3\x68\x1e\x45\x6c\x12\x73\x9e\xc5\x11\ -\x4f\xa2\x38\x8e\xe2\x88\xb1\x28\x8a\xb8\x03\x00\xe6\x66\x08\x18\ -\x77\x00\xd0\xfa\x01\xfc\x80\xfa\x88\xad\xf7\xb1\xef\xff\x32\xa9\ -\xef\xfc\xea\x3e\xbb\x6b\xbb\xa5\x1a\x98\x00\x63\x79\x8e\x99\x05\ -\xfd\x81\xde\x17\xd6\x81\x80\x22\xa4\xa9\xbb\xce\xb9\x7d\xe5\x62\ -\xfd\x8f\x5d\x6a\xd9\xf0\xc8\xc0\x6f\x1f\x3c\x96\xff\x40\xbb\x87\ -\x4c\xc6\xd5\x63\xf7\x81\x7d\x00\xe8\x3f\x37\x2c\xd0\x10\x20\x87\ -\x75\x18\xa9\x00\x3e\x22\x05\x7b\xd3\x88\x39\xe0\x41\xcf\x9f\xfb\ -\xd9\x91\x01\xf0\xb6\x9a\xdf\x0b\x3f\x88\x6c\x58\x2f\x91\x36\x06\ -\x46\x1b\xa3\x8c\x21\xa5\x8d\xd6\x9a\xa4\xd6\xba\xd1\x86\x4a\x6d\ -\x68\x4d\xc6\x5c\x03\x74\xc9\x19\x7f\x1b\x25\xfc\xbc\xc8\xb3\x1f\ -\x96\x93\xe4\xcd\x72\x56\xbc\x3f\xbe\xb7\xb8\x39\x2a\xe2\x72\xb9\ -\x9c\xd4\x22\x99\xa8\x63\x47\xf9\x8f\xf1\xb5\xb9\x78\xf9\x92\xce\ -\xbe\xfe\x74\xe1\x1f\xb6\xd6\x47\xef\x6d\x07\xd4\xe9\x29\xfb\xf5\ -\xb3\x97\xec\xe9\xd5\x8a\xff\xdc\x64\xfc\xe0\xc1\x97\xfc\xe6\xed\ -\xeb\x84\x4f\xe3\xf8\xcd\x95\xca\xd7\xd5\x4d\x71\xf9\xfe\x76\x79\ -\x79\x5b\x1e\xd5\x95\x3c\xae\x6b\x71\x2c\xb5\x39\x36\x46\x9f\x68\ -\x43\xf7\x88\x68\x05\xc2\x01\x67\x6c\xca\x38\xcb\xa3\x88\xa7\x11\ -\x67\xb1\x5d\x68\xc8\xb8\x4d\x8c\x71\xc6\x38\xba\x69\x42\xf6\x69\ -\x0c\xc0\x97\xf6\x2f\x03\x00\xe3\xc3\x09\x3d\x8d\x35\xa4\xaa\xe3\ -\x99\x8c\xd0\xfb\x4f\x2a\x40\x58\xd7\x3d\xec\x26\x64\x26\xa1\x86\ -\x1e\x13\xce\xbe\x8c\x06\x45\xdc\xcd\x78\x97\xd1\x78\x80\xb1\x9f\ -\x7b\x8e\xbf\xa1\x13\x70\x00\x5c\xe3\x75\x60\x01\x8c\xa1\x77\xd6\ -\x81\x40\xef\x5f\xaf\xc4\x21\x81\xd8\x65\x5b\xc3\x2c\xfb\x4f\xf9\ -\xb3\xd8\xc2\x8e\x49\xe2\x85\x1f\x01\x1b\xf2\x60\x00\x22\x32\xf6\ -\x15\xf3\x86\x8c\x21\xe3\x30\x81\x8c\xd6\xa4\x89\x8c\xd2\x44\xc2\ -\x68\xd4\x80\xd9\x12\xd8\x35\x63\xb8\xe2\x60\xef\xa3\x88\xff\x1c\ -\xc7\xfc\x22\x8b\xe3\x8b\x49\x9e\x5c\xcc\xa6\xd9\xe5\xfd\xe3\xc5\ -\xcd\x64\x3e\xa9\xe6\x49\xd2\x44\x53\x25\xbf\x7c\x70\x22\xaf\xdf\ -\x2a\xf3\x43\xd6\x98\x55\xa0\xf5\x83\x66\xf9\x24\xcc\xbb\xd3\x04\ -\x18\x56\xdf\x0d\x5c\x46\x04\x3a\x3b\x7d\x01\x3c\x7b\x69\x8e\xcf\ -\xbe\xa6\x34\x9b\x9a\xaf\xbe\xfa\xca\xdc\xe8\x0f\xca\xe4\x50\xab\ -\x6b\xd3\xcc\x8b\xa4\x5a\xae\x0f\xae\x37\xb7\x9b\xb7\x9b\x5a\xcc\ -\xcb\x46\x2c\x45\x59\xaf\x1a\xa9\x0e\x1b\xa9\xef\x49\xa9\x8e\x0c\ -\xd1\x01\xb4\x99\x6b\xa3\x0b\xc6\x78\xc6\x80\x1c\x60\x09\x63\x2c\ -\x81\x7d\x65\x5f\x04\xc6\x38\x83\x5d\x7d\xc8\xc0\xda\xfd\x2c\xef\ -\x50\xa3\x7b\x53\x7f\xb0\x7d\xfc\xe6\x31\x98\x19\xd5\x4a\x3d\xd9\ -\xa2\xee\x7d\x18\x40\xb0\x79\xcf\x50\xd3\xfe\xc2\xb2\x7f\xec\xfe\ -\x31\x10\x18\x96\x25\x28\xe5\x2f\x6b\x3b\x1a\xe4\x6f\x33\x35\x7b\ -\xa9\xff\x30\xd9\xc6\xb4\x4d\x31\xf2\x1a\xf3\xb1\xe2\x05\x05\x37\ -\x3d\x21\xee\x0b\x7a\x97\xdb\xe0\xc5\x22\x3b\xc9\xf4\xce\x86\x77\ -\xef\x34\xd3\xde\x72\x05\xda\xdf\x1d\xed\xc1\xb1\x2e\x1f\x28\xe5\ -\x5b\xdf\xc0\x10\x48\x13\xa0\x88\x20\x41\x24\x01\x34\x04\xaa\x41\ -\xac\x22\x60\x13\x73\x76\x15\xc7\xd1\x65\x92\xc4\x97\x59\x1c\x5f\ -\x16\x79\x74\x55\x14\xd9\xcd\x34\xcd\xd7\x93\x49\xbe\x5d\x1c\xe6\ -\xb5\x17\xfc\x45\x96\xa9\xa8\x59\xe8\xf4\x6a\x6b\x8a\x0f\x7f\xa0\ -\xd5\xcb\xe3\x5f\xac\xf5\xc3\xf4\x9f\x8d\x1b\x5e\x76\xaa\xa5\xd9\ -\xe3\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x01\x26\x77\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x01\x00\x00\x00\x01\x00\x08\x06\x00\x00\x00\x5c\x72\xa8\x66\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0c\xa8\x00\x00\x0c\xa8\ -\x01\xb7\x4e\x20\xd6\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x20\x00\x49\x44\ -\x41\x54\x78\x9c\xec\xbd\x79\x90\x26\xc7\x75\x1f\xf8\xcb\xaa\xef\ -\xe8\x6b\xa6\xa7\xa7\xe7\xbe\x2f\xcc\x01\xcc\xe0\x24\x40\x10\x3c\ -\x44\x10\x04\x08\x8a\xb7\x2e\x52\x92\xe5\x5b\xbe\x76\x7d\x28\x2c\ -\x6b\xbd\xa1\xf0\xda\x56\xec\x86\x36\x42\xe1\x75\xd8\x2b\xaf\x2d\ -\x5a\x32\x25\x4a\x22\x45\x99\xd4\x4d\x91\x14\x2d\x92\x20\x09\x90\ -\x04\x45\x42\x24\x41\x10\xc7\x10\x18\x9c\x33\x98\xb3\xfb\xbb\x8f\ -\xaa\x7c\xfb\x47\xe6\x7b\xf9\x32\xab\x1a\x94\x25\xb4\xec\x08\x4e\ -\x4d\x4c\xf7\xd7\x5f\x65\xe5\xf1\x8e\xdf\x7b\xf9\xf2\x65\x96\x21\ -\x22\x5c\xbd\xae\x5e\x57\xaf\xef\xce\x2b\xfb\x1f\xdd\x81\xab\xd7\ -\xd5\xeb\xea\xf5\x3f\xee\xba\x0a\x00\x57\xaf\xab\xd7\x77\xf1\x75\ -\x15\x00\xae\x5e\x57\xaf\xef\xe2\xeb\x2a\x00\x5c\xbd\xae\x5e\xdf\ -\xc5\xd7\x55\x00\xb8\x7a\x5d\xbd\xbe\x8b\xaf\xab\x00\x70\xf5\xba\ -\x7a\x7d\x17\x5f\x57\x01\xe0\xea\x75\xf5\xfa\x2e\xbe\xae\x02\xc0\ -\xd5\xeb\xea\xf5\x5d\x7c\x5d\x05\x80\xab\xd7\xd5\xeb\xbb\xf8\x6a\ -\xbc\xdc\x15\x1a\x63\x0c\x00\xfe\x7f\xf5\xba\x7a\x5d\xbd\xfe\xe7\ -\xba\x08\x00\x91\x4f\x01\x36\x2f\x67\x2a\xb0\x31\xe6\x2d\x00\x5e\ -\x9b\x65\x59\x23\xcf\xb2\x0c\x06\x26\xfb\x9f\x1e\x07\xae\xa6\x42\ -\x5f\xbd\xfe\xfc\x97\xfd\x0e\xf7\x5f\xca\xc5\x5e\xeb\xd9\xf5\x70\ -\xcb\x2d\x00\x10\xa8\xb4\xd6\x5a\x6b\x0b\x00\xdf\x02\xf0\xfe\x97\ -\x0d\x00\x8c\x31\x19\x80\xf7\x65\x59\xf6\x57\x5b\xcd\x06\x66\xda\ -\x4d\x34\x9b\x39\x8c\x31\x1e\x02\x3c\x10\x18\x38\x9d\xfb\xef\xc1\ -\x85\xb4\x8b\x7f\x5e\x4c\xa1\xf8\x8f\x3f\xf3\xc8\x99\x46\xe6\x2f\ -\xd2\xf8\x4b\x76\xa6\xa6\x5e\xaa\x2f\xb6\xd6\xf5\x1d\xfb\x46\x2f\ -\xf9\xe7\x9f\xe7\x72\xce\x5e\x4d\x3b\x14\x15\x5a\xb3\x3f\x64\xff\ -\x3b\x3a\x61\xf4\x07\xaa\x34\x53\x5b\xf4\x25\xdb\xff\x33\x5e\x24\ -\x3f\xe2\xaf\xbe\xc3\x37\x7f\x76\x39\xa9\x97\x03\xf3\x32\xca\x1a\ -\x11\x81\x88\x50\x94\x16\xe3\xc9\x14\x93\x69\x09\x6b\xed\x57\x88\ -\xf0\xca\x97\x73\x0a\x60\xf2\x2c\x6b\xb4\x5a\x0d\x2c\x2f\x6d\xc0\ -\xae\xed\x9b\xb1\x69\x71\x1e\xad\x66\x23\x1e\x4c\x04\x00\x46\x86\ -\x18\xbe\x8a\x07\x4d\x44\x41\x01\x35\x72\x18\xe3\x9f\x26\xb9\xa3\ -\xab\x57\x35\xd4\xf0\x87\x7c\x95\x54\xa3\x67\xa9\xa2\x24\x6d\x1b\ -\xdd\x6b\xd5\xa8\xff\xae\x1e\x50\xff\x22\xca\xe7\xfb\xaa\xeb\x35\ -\x95\x0f\x41\x19\x35\x41\xf9\xef\x4a\xf3\x94\x08\xf6\xda\x4a\x9a\ -\x3e\x6b\xb2\x50\x36\xc2\x45\xb8\xb1\x9b\x2a\x43\xe3\x1a\xc9\xb5\ -\x6f\x34\xed\xeb\x68\x56\x37\x8e\x74\x40\xe4\x41\x9c\x5c\x63\xb5\ -\x4a\xc3\xdf\xad\x81\xaf\x51\x51\xb3\x16\x0f\x53\x3a\x28\xf9\x91\ -\xcf\x75\xcd\xaa\x46\x23\x43\x48\x5e\xae\x99\x17\x14\xca\xf8\xff\ -\x22\xdf\x35\x00\x16\xd9\xcf\xe8\x7e\x62\x59\x9d\xe0\xc0\x5a\x42\ -\x51\x94\x58\xed\x0d\xf1\xe2\xc5\x55\x5c\xbc\xd2\xc7\x68\x3c\xc9\ -\x89\x28\x7b\x39\x01\x20\xcb\x72\x93\xcf\xcc\xb4\xb0\x7b\xc7\x32\ -\x6e\xb9\xfe\x30\x0e\xed\xdb\x8e\xf9\xb9\xb6\x1f\x14\x77\x36\x11\ -\xda\x64\x80\xa2\x5c\x86\xc7\x40\x80\x25\x10\xd9\x08\x24\x38\xd4\ -\x60\x8c\x96\xe5\x44\xf5\x3d\x01\xd2\x4b\x88\x4f\x56\x3e\xc3\x68\ -\x30\x50\x0a\x42\xbe\xbc\xe1\x41\x66\x08\x02\xc5\x2c\x55\xf0\x21\ -\x02\xbe\x76\xbf\xf8\xbb\xb5\x85\x57\x81\x1a\x91\x02\x41\x27\x6c\ -\x31\xa0\xba\xdf\x99\xc9\xdc\xe7\xa0\x8d\xa1\x9f\x24\xad\x85\xb6\ -\x79\xec\x42\x73\x5f\xd6\xf0\x03\x41\x48\x01\x52\xbc\x63\x2e\x30\ -\xfc\x12\x0c\x8c\xf0\x87\xfb\x19\x14\xd7\x88\x62\x19\x93\x81\x60\ -\x85\xf6\xb0\x16\x30\x99\xb4\x17\x5f\x46\x78\x11\x29\x93\x31\x4c\ -\x64\x57\x97\x25\xd5\x94\x51\xfd\x57\x6d\x27\x72\xb7\xd6\xc5\x74\ -\x15\x00\x50\x63\x11\x8e\x44\xbc\x48\x68\xa4\xa8\x03\xaf\xbc\x5c\ -\x67\x24\xeb\x22\x7b\x36\xd0\x19\x04\x98\x0c\x26\xcb\x90\x65\x39\ -\x4c\x96\xd7\xea\x47\xdc\xdf\x00\x14\xb5\xfe\x2c\x39\x3e\xdb\xd2\ -\x62\x38\x9a\xe0\x99\xb3\x97\xf1\xf5\x47\x9f\xc5\x70\x34\x45\x51\ -\x94\xd9\xbe\x43\xc5\xcb\x0a\x00\x30\x26\x33\xad\xa6\xf3\x00\x8e\ -\x1c\xd8\x81\x53\x27\xf6\x63\xe3\xc2\x2c\xb2\x2c\x0b\x9d\x65\x06\ -\x1a\x00\xc8\x62\x37\x52\x2b\x95\x46\x63\x2f\xac\x4c\x28\x83\x2c\ -\x12\x2c\xad\x6d\x42\x06\xc5\xc4\xaa\x03\xc0\xcc\xb3\x20\x6b\xa1\ -\x11\x9d\x95\x2d\xc2\x04\xb6\x6c\x8c\xd0\x0c\x02\xa1\x42\xf9\x65\ -\x53\xd0\x51\xf5\xc6\xc6\x58\x81\x0b\x34\x33\xb5\x2e\x90\xfb\x67\ -\x1d\x0d\x58\x91\x83\x80\x09\xe1\x3d\x00\x64\x35\xc6\xce\x04\xd1\ -\xf4\x15\xf3\xb8\x45\xd0\xbd\x10\x71\x1f\x08\x0a\x74\x55\x5f\x58\ -\x90\xc9\x0b\x9c\x81\x1f\xaf\x25\xf9\x4d\x0a\x48\x79\x5c\x26\xd3\ -\xf5\x07\xfa\x1b\xb0\x82\x31\x65\x52\x73\x1f\x55\x24\x16\x31\xc8\ -\x84\x02\x00\x2d\x0f\x9e\xb6\x62\x24\x32\x05\x00\x41\x07\x2b\x9e\ -\x1c\x97\x17\x85\x54\x32\x17\x3c\xc6\xf0\x7d\x30\x20\x31\x60\x07\ -\x23\xc5\x72\xaa\xfe\xf6\x65\xc8\x5a\x58\x6b\x45\xb6\x01\xc0\x64\ -\x19\x4c\x96\x23\x6b\x34\x14\x08\xd4\x99\x30\x0f\xd9\x59\x16\x64\ -\xa6\x52\x26\xf0\xb9\x2c\x4b\xf4\x7a\x43\xb4\x5a\x0d\xbc\xf0\xe2\ -\x15\x3c\xfd\x7c\x43\x68\xf5\xb2\xaf\x02\x64\xc6\xa0\xd9\x6c\x60\ -\x7e\x6e\x06\x8b\x1b\xe6\x70\xa5\x3b\xc2\xe6\xcd\x8b\x58\xdc\x30\ -\x0b\x5b\x16\x30\x59\x86\x2f\x3f\xf2\x34\xbe\x62\x5b\x28\x26\x63\ -\xec\x98\x10\xee\xba\x66\x09\xed\xac\x80\x2d\x0b\x9c\x7f\xf1\x32\ -\x9e\x3d\xdf\xc5\xeb\x5e\x7f\x3b\x5a\xed\x66\x44\x70\xa7\x98\x04\ -\x43\xc1\x5a\x19\x2f\xf1\x5a\x71\x1d\x89\x6a\x3c\x00\x4f\x4d\x29\ -\x4b\xa5\x00\x4b\xf8\x4e\xa3\x32\xab\x5a\x68\x2f\x33\x06\xc8\xb2\ -\x8a\xb0\xb1\xd2\x58\xff\x7c\xa4\x89\x52\x5f\x78\x04\x40\x24\x3c\ -\x2c\xa4\xc6\x28\x34\xf7\x7d\x8d\xfa\xa4\xbc\x11\x1e\xa9\x28\x99\ -\x51\xc0\x14\xb9\xcc\x50\xca\xcf\xc0\x57\xca\x1c\xdc\x64\xc6\x59\ -\x1f\xaf\x44\x42\x0f\x0f\x12\xc1\xa3\x09\xd6\xd4\x5a\xaf\xb2\x64\ -\x51\x96\x4e\x98\xa9\xb4\xe2\x3d\x79\x03\x8c\x2c\xcb\x90\xe5\x19\ -\x32\x93\x21\xcb\x58\x49\xdd\x38\xdc\x6c\xc2\x83\x41\x34\xae\x30\ -\x40\xcd\x51\xf6\x24\xc9\xa6\x7c\x42\x0c\x00\x02\x30\xfa\x7b\x4d\ -\x97\xd8\x7b\x42\x5a\x4e\x5b\x78\x6b\x45\xee\xc4\xfa\xfb\xbf\xb5\ -\xdc\x88\xec\x49\xbb\xce\x9a\x33\xe8\xb9\xdf\x19\x13\x0d\x96\xca\ -\x50\x37\x91\x1f\x5b\x06\x93\xe7\xc8\xf2\x06\xb2\xbc\xe1\x15\x3c\ -\xc8\x8b\xf4\x13\x5c\x67\x30\x84\xc1\x6b\x55\x42\x46\x4e\x1e\xcb\ -\xa2\x44\x6e\x0c\xe6\x67\xdb\x68\xb5\x1a\xc8\xb9\x5e\xac\x03\x00\ -\x30\x5d\xb3\xcc\x20\xcb\x32\xb4\xe7\x37\x60\xeb\xd2\x3c\x6c\x31\ -\xc5\x67\xce\x5d\xc1\xbf\xfc\xda\xf3\xb8\xb4\xb0\x01\xb6\x79\x1a\ -\xb8\x44\xa0\x4b\x43\xfc\x1f\xf7\xf5\xf0\xae\xed\x8b\x78\xcf\xee\ -\x31\xde\x38\xff\x6d\xec\xb8\xfe\x47\xf0\xc8\x23\x4f\xe0\x96\x5b\ -\x4e\xfa\xb1\x28\x37\x89\x95\x8d\x94\x2b\x6c\x00\x22\x13\xa3\xa9\ -\x62\xa6\x58\x08\x26\x0d\x5b\x10\x9b\x05\x85\xe0\xb2\x16\xc2\xd8\ -\x8a\x2b\xa7\x3c\x80\x20\x54\x1a\x9c\x2c\x60\x83\x70\x89\x45\xf5\ -\x16\x9c\xa0\xf8\x29\x80\xe3\x5b\x49\xea\x84\x2a\x47\x64\xbc\xb0\ -\x58\xb1\xff\xbe\x67\x51\xff\xc4\xc2\xb2\x6d\x63\x2f\x4a\x7e\xb8\ -\xba\xad\xf5\x75\xb2\x1c\xa8\xb6\x8d\x31\x62\x90\x2d\x1c\x60\x3a\ -\xc0\xf5\xe0\x09\x06\x08\xa0\x2c\x4b\x14\xb6\x44\x59\x12\xca\xb2\ -\x44\x59\x78\x40\x85\x03\x4a\x63\x80\x3c\x23\x34\x9a\x06\x59\x66\ -\xd1\x40\x8e\x46\xc3\x7b\x03\x32\x63\x71\xb4\xb1\x44\x0e\x5c\x99\ -\x47\x81\xba\x22\xd8\xe2\x15\x66\x00\xb9\x1f\x22\x13\x15\x45\xe0\ -\x10\xbb\xf6\xac\xb4\x1c\x30\xad\x4d\xf0\x6c\x82\x07\xe0\x5b\xb6\ -\x25\x90\x79\xe7\x8b\x3d\x39\x11\xb9\x40\x5b\xfe\x8e\xfc\xfc\xcc\ -\xd1\x34\xd4\x29\x7c\xd5\xec\xb5\x06\xc8\x8c\xaf\x37\x13\x85\xce\ -\x32\x9e\x06\x98\x10\x6f\x51\x74\x89\x62\x04\x0c\x2a\xbe\x27\x82\ -\xa1\x1e\x58\x85\x77\x44\xc8\xf2\x5c\x79\xe2\x52\xdd\xfa\x00\x80\ -\xbe\x96\x37\x6f\x04\x40\xf8\xf9\xfb\xbf\x8a\xff\xd0\x3a\x00\x3a\ -\xd2\x06\xe1\x3c\xb2\xe7\x76\x83\x8a\x01\x90\x5f\x04\xb2\x36\xee\ -\xdd\xbb\x84\x37\x2c\xdc\x87\xc1\xf2\x1d\x98\xf6\x2f\x63\xd3\xc2\ -\x4c\xa8\x84\x15\x50\xa4\x82\x45\x43\x09\x80\x47\xd6\x60\x5e\x11\ -\x31\x3f\xcc\xbf\x6a\x1c\x2a\x6d\x09\xb2\xcc\xcd\x4d\xf9\x5e\xa8\ -\x2c\x7d\x2a\x52\xb6\x38\x58\xc9\x0e\x83\x57\x9c\x0c\x2c\xb5\x00\ -\x08\x89\x97\x5c\xa9\x56\xa9\x36\x88\x81\xce\x38\xe5\x4b\x7b\xa1\ -\x3a\xa9\x40\x2b\x4c\x14\x2a\xe5\xc8\xf5\x98\xa2\xa9\x98\x77\xc3\ -\x0d\x5b\x31\x26\x9f\x53\x7a\xeb\x85\xdb\x7a\x70\x2c\x2d\x61\x3a\ -\x2d\x31\x2d\x0a\x4c\xa6\x05\x8a\xc2\x7d\x2e\x0b\x2b\x7d\x60\xcb\ -\xdf\x6c\x34\xd0\xb4\x84\x66\xa3\xe1\x84\xd5\x02\x79\xe6\x97\xba\ -\x94\xe2\x86\x3e\xf2\xd8\xf9\xb7\xb7\xc6\x9e\xdb\x26\x2a\x16\x46\ -\xeb\x29\xe0\x68\x4b\xe1\x3b\x4d\xb1\xe0\x60\xd4\xb8\xcd\x94\x14\ -\x12\xcb\x1e\x7b\x61\x0a\x4d\xd5\xcf\x1a\x4f\x33\xaa\x9b\x94\xdc\ -\x42\xbc\x04\x4a\xc6\x1e\x94\x93\x8d\x8a\x55\xf7\x8d\xc8\x41\xcc\ -\x5a\x25\xef\x15\xd9\x07\x0c\xbc\x27\x92\xc5\x86\x8b\x61\xe3\xe5\ -\x07\x00\x05\x74\xc6\x00\xb6\x2c\x70\xff\xa5\x0e\xfe\xc3\xcc\x6e\ -\x60\x66\x8a\x6c\x75\x07\x70\xe9\x08\x70\xa1\x0d\xd3\x29\x90\x6f\ -\x78\x18\x1f\x7c\x6d\x07\x77\x2f\x7d\x0d\x93\x27\x5e\xc0\xbb\x3e\ -\x7d\x1a\xff\xee\xdd\xd7\xbb\xb9\xa4\xaa\x13\xec\xf6\xeb\x81\x46\ -\x1f\xd9\x4d\xf3\x9f\x05\xe8\x34\xb5\x02\xb3\x44\x57\x4d\x28\xe5\ -\x67\xb5\xde\xb5\x52\x02\xe0\xdd\xa9\x08\x48\xa4\xed\x35\xb4\x59\ -\xb9\x9d\xce\x32\xf9\xaf\x64\xbe\x0b\xb1\x34\xf5\x5a\x1d\xaa\x21\ -\x56\x94\x64\xc8\xe9\xdf\x32\x2e\x02\x60\x08\x86\x4d\xbc\x09\xcf\ -\xc7\x56\x50\x8a\x82\x8c\x87\x17\x52\xe0\x41\x5e\xfd\x2c\x5c\x24\ -\xb9\x2c\x31\x2d\x2d\xa6\x45\x89\xd1\x68\x8a\xd1\x78\x82\xf1\x64\ -\x8a\xf1\xa4\xc0\xb4\x28\x60\x4b\x0b\x6b\x09\xc6\x64\x68\xe4\x39\ -\x1a\xcd\x06\x66\xda\x2d\xb4\x4b\xc2\xec\x4c\x06\x64\x04\xe3\xdb\ -\x71\xd3\x0e\xe7\xfa\x13\x80\x4c\x03\x9c\xe6\x49\x04\xfa\x9a\x28\ -\xdc\x71\x5f\x92\xbb\xcc\x3f\x53\xcc\x66\xbe\x29\x8b\x9c\x92\x5d\ -\x3c\x33\x5d\x93\x02\x82\x6a\xe9\x1a\x59\x88\x3a\x12\xbc\x4f\x10\ -\x60\xb4\x4c\xb3\x42\xd7\x70\x11\x12\xe3\xc8\xb8\x68\xa0\x45\x78\ -\x3c\x88\x8e\x09\x7d\x27\xa9\x17\xc2\x67\x63\x32\xff\x3f\x01\x5b\ -\x1c\x59\x2f\x0f\x20\x40\x55\x96\x37\xf0\x6f\x1e\xec\xc1\xcc\x6e\ -\x06\x86\x19\xc8\x74\x61\xfa\x39\x28\xef\xe1\xc0\xa2\xc5\x6f\xdf\ -\x46\x38\xbe\xf0\x34\x26\x0f\x3f\x84\x9f\x1e\xbc\x0a\x0f\xbe\x70\ -\x1e\xdf\xba\x44\xd8\xb7\x05\x62\xfe\x8a\xa2\xc4\x7f\xbb\xef\x21\ -\x0c\x06\x63\x1c\x3e\xb0\x03\xd7\x5f\x77\xd0\x13\xca\xe0\x4a\xa7\ -\x8b\x4f\x7d\xfe\xeb\xc8\xb3\x0c\x77\xbf\xee\x06\xcc\xcd\xb4\xa4\ -\x17\x62\x3d\x01\xfc\xfe\x27\x1e\xc4\x1d\xb7\x1e\xc7\xcf\xfd\xc7\ -\xdf\xc6\xcf\xfe\xef\x7f\x25\x58\x6f\x22\x5c\x59\x1d\x60\x65\xb5\ -\x8f\x03\x7b\xb7\x72\xb5\xce\x4a\xba\xbf\x5e\xc2\x5c\x4b\x4b\x7e\ -\xd8\xa2\xad\x00\x80\x4b\x2b\x1d\x6c\x58\x98\xf3\x4b\xa1\x9e\x26\ -\xcc\x49\x6b\xa5\x73\xdc\x8e\x4c\x67\x7d\x5d\x01\x94\x7c\xa4\x9d\ -\x99\x9e\x48\xae\xd1\xc2\xc6\xde\x0b\x19\xc0\x58\x37\x46\xa5\x20\ -\xd2\x47\x63\x00\x52\x4a\x40\x04\x0b\xb6\xfa\xde\xb7\x22\x17\xdc\ -\x2b\xbc\xd2\x8f\x27\x05\xc6\x93\x29\x86\xa3\x09\x06\xa3\x31\x86\ -\xc3\x31\x86\xa3\x09\x46\xe3\x29\x26\xd3\x02\x3e\x9e\x8a\x3c\xcf\ -\x91\x37\x1a\x98\x9d\x69\x61\x32\x25\xcc\xdb\x0c\x59\x6e\x91\xe5\ -\x84\x2c\x73\x71\xa2\xcc\x38\xeb\x6e\x01\xef\xfa\x33\x3c\x05\x1a\ -\xc6\x2b\x17\xa1\xff\xda\x48\xbb\xaf\x82\xe7\x12\xc7\x5b\x8c\x57\ -\x78\x67\x01\x83\x7e\xa6\x04\x54\x4a\xc8\xb1\x12\x1b\xa2\xf4\x71\ -\x59\x2e\x1a\xf3\x47\xdf\xe4\xe5\x50\x47\x66\xad\xe0\xc1\x9a\xf3\ -\xd4\x23\xad\x58\x07\x20\x19\x1c\x85\x32\x12\x3f\x09\x8f\x24\x78\ -\x05\x78\xef\xcf\xe8\x7e\xab\x69\x03\xd3\x84\xaf\x75\x48\x3a\xd2\ -\x2e\x00\x70\x79\xa5\x8f\x6f\x62\x04\x14\x03\x50\xe3\x79\x98\xcb\ -\x6d\xd0\xcc\x59\x9c\xda\xf8\x08\x3e\x75\xdb\x57\x70\x62\xfb\x37\ -\x51\x3e\x76\x3f\x3e\x71\x6e\x27\xfe\xbf\x87\x57\x01\xb3\x8c\xfb\ -\x9f\xec\x43\xac\x35\x11\x7e\xe9\xd7\xff\x08\x5b\x37\x6f\x44\xb7\ -\x3f\xc4\x99\xe7\xce\xe3\x93\xf7\xfd\x29\x00\xe0\xd2\x95\x0e\xfe\ -\xd1\x4f\xbf\x17\xdb\xb7\x6c\xc2\xe2\x86\x39\x74\x3a\x7d\x94\x5e\ -\x01\x86\xa3\x09\x8c\x01\x2e\xaf\xf6\xb1\xd2\xe9\xe3\xe4\xf1\x7d\ -\xd8\x30\x3f\x83\x4b\x97\xbb\xbe\x97\x81\x18\xa7\xcf\x9c\xc3\xc7\ -\x3e\xfd\x10\x60\x0c\xce\x9d\x5f\xc5\x60\x38\x11\xd4\x1f\x8e\x26\ -\xb8\xe8\x9f\x01\x80\x8b\x97\xbb\x18\x8d\xa6\x00\xe0\xcb\x01\x93\ -\x69\x21\xed\x76\xba\x43\x17\x11\x37\x06\xef\xfd\xf5\x3f\xc6\xb7\ -\xcf\xbc\x88\xf1\xa4\x50\x56\xd8\x33\xc0\x98\x48\xf0\xc8\x0b\xaf\ -\x0e\xf6\xc9\xaa\x87\x4c\x65\x4c\x40\x73\xfd\x8f\xeb\x52\xc1\xa9\ -\x20\x11\x4a\x39\x58\xc0\x93\xe9\x4a\xb8\x4d\x20\x1f\xd0\xb3\xa5\ -\x75\x8a\x3f\x2d\x45\xe9\xfb\x83\x11\x56\x3b\x7d\x5c\xbe\xd2\xc5\ -\xc5\x4b\xab\x38\x77\xfe\x0a\xce\x9d\xbf\x82\xb3\x2f\x5e\xc1\xf9\ -\x8b\x1d\x5c\xb8\xd4\xc1\x85\x2b\x3d\x5c\x5a\x1d\xa2\xd3\x9f\xa0\ -\x37\x2c\x31\x9c\x58\x4c\x0a\x60\x52\x18\x94\x36\x03\x28\x03\xc1\ -\x05\x2b\x09\xc1\x35\x15\xda\xe8\x1e\x71\x7c\xa6\xa6\xbf\xa9\x50\ -\x87\xa5\x30\xf6\xd4\x50\x33\x07\x8f\x97\xe3\x78\x5a\x51\x69\xd3\ -\xda\x88\x17\xac\xd0\xa1\xbe\x4c\xf8\x17\xaf\xdb\x27\x3c\x8c\xba\ -\x6b\x54\x2b\xc1\x13\xad\x5c\x01\xc9\x92\x32\xa1\x2f\xb5\xff\xc1\ -\xb1\x2c\xef\x3d\xa4\xf5\x57\xac\xbf\xbb\xd6\x31\x06\x60\x60\x90\ -\xe1\xcb\x8f\x9d\x87\x6d\xbe\x80\xac\x3b\x0f\x9c\xdf\x0a\x42\x81\ -\x5b\x67\x9e\xc5\x1f\x5e\x77\x11\x1b\x0e\x74\x40\x0f\xde\x87\xde\ -\x70\x1b\xfe\x37\xfb\x2a\x60\xb0\x02\x50\x1b\x97\x68\x13\x8c\xc9\ -\x41\xd6\xe2\x6b\x8f\x9c\xc1\x6d\x37\x5e\x83\x8f\x7d\xea\x4f\xf0\ -\xcf\xff\xd7\x1f\xc0\x74\x5a\xe2\x77\x3e\xf1\x45\x00\xc0\x87\xff\ -\xe0\x01\xfc\xf8\x8f\xbe\x09\xaf\xb9\xed\x04\x00\xe0\xd3\xf7\x7f\ -\x03\xf7\x7d\xf1\x11\xfc\xe0\xdb\xee\xc0\x3f\xfd\x57\xef\xc3\x9b\ -\xee\xbc\x19\x7f\xfc\xf9\xaf\xe3\xce\x3b\x4e\xe2\xb1\x6f\x3f\x8f\ -\xf7\xbc\xf3\xb5\xd2\xb3\x8a\x7b\x68\x80\x0b\x97\x56\xf1\x5b\x1f\ -\xff\x12\xfe\xe4\x6b\xdf\xc6\x3f\xff\x5f\xde\x81\xcb\x2b\x3d\xfc\ -\xd2\x07\x3f\x85\xeb\x8e\xed\xc1\xdf\xf9\xe1\xbb\xf0\x13\x3f\xf3\ -\x7e\x1c\xdc\xb7\x1d\xf7\x7d\xf1\x11\x7c\xf4\xfd\x3f\x8d\x9f\xf8\ -\x57\xff\x05\xbf\xf0\x7f\xff\x5d\xfc\xda\x47\x3e\x8b\x93\xc7\xf6\ -\xe2\xd2\x95\x2e\x3e\xff\xe5\xc7\xd0\x1f\x8e\xf1\x13\x7f\xfb\x2d\ -\x80\x31\xf8\xe0\xef\x7e\x1e\xaf\x7f\xd5\x75\x78\xc3\xab\x4f\x22\ -\x28\x23\x55\x28\x25\xec\x22\x12\x61\xd6\x41\x41\x9e\x46\x44\x7d\ -\x66\x6b\x25\x3f\xa4\x42\x19\x13\x7c\x9d\xa4\x40\x86\x28\x16\x7c\ -\xf1\x40\x2c\xa4\x9c\x2d\x2d\xa6\x05\x61\x32\x2d\x30\x9a\x14\xe8\ -\x0f\x86\xe8\x0d\x46\xe8\x74\x87\x58\xed\x0e\xd0\x1b\x8c\xd0\x1f\ -\x8c\xd0\x1f\x8c\x31\x2d\x2c\x4a\x0b\x98\x2c\x47\xa3\xd1\xc4\xcc\ -\x4c\x0e\xd3\x30\x68\x96\x06\x16\x0d\x50\xd6\x84\x31\x4d\x98\xbc\ -\xe9\x02\x8e\x19\xaf\x5a\x58\x9f\x06\x60\x61\x32\x17\xe8\x14\x57\ -\xb7\x2e\x56\xa3\xe8\xc5\xfd\x76\xde\xb5\x9a\x0a\xf8\x5f\x8e\x04\ -\x6a\xe9\x51\x6e\xeb\x32\x89\x42\x90\x56\x37\x45\x52\x41\x94\x70\ -\xd3\xf8\x8e\x92\x71\x72\xee\x7a\x91\xc6\x8e\x5e\xe2\x92\x59\x0a\ -\xc5\x75\x27\x18\x18\x7f\x70\x0f\x85\x36\xdd\x77\x91\xe7\xc8\x53\ -\x38\x03\x17\x5b\x14\x8f\xa9\xbe\x47\xeb\x07\x00\x1e\x15\x0b\x2a\ -\x80\x4b\x25\x30\x18\x03\x93\x1c\x37\x2d\x9e\xc6\xc7\x6e\x7c\x12\ -\x73\xd7\x03\xf8\xdc\x7d\x98\x74\x67\xf1\xb6\xb3\xbb\xf1\xd8\xe5\ -\xc7\x61\x5a\xbb\x80\x66\x81\x32\xcf\x9d\x40\x90\x45\x7f\x30\xc4\ -\xdc\x4c\x1b\xcb\x9b\x16\x60\x0c\xd0\x6a\x35\xdc\x9a\x37\x80\x95\ -\xd5\x1e\x36\x6d\x9a\x97\x26\x5f\x73\xdb\x09\xfc\xd3\x7f\xfd\x3e\ -\x5c\x77\x6c\x2f\x4e\x1e\xdf\x8f\xb2\x2c\xf1\xb6\xbb\x6f\xc5\x3d\ -\xaf\xbf\x09\x3f\xfb\xef\xff\x2b\x94\x64\x40\x88\xaa\xdc\xe0\x46\ -\xa3\x01\xb2\x84\xd9\x99\x26\xbe\xf5\xc4\xf3\xf8\xa3\xcf\x7d\x0d\ -\xff\xd7\x4f\xbd\x07\xcb\x9b\xe6\xf1\xc0\x57\x9f\xc0\x89\x23\x7b\ -\xf0\x4f\xfe\xf6\x5b\xf0\xfc\xb9\xcb\xc9\x58\xdd\x8f\x0f\xfd\xc1\ -\x17\x70\xe2\xf0\x6e\xf4\x07\x23\x7c\xe6\x8b\x8f\x00\x00\xfe\xce\ -\x8f\xde\x8d\xbd\x3b\x37\x0b\x52\x03\x08\xbf\xe5\x61\xd2\xb2\x85\ -\xc8\x5d\x64\xe1\x93\xf9\x4c\x70\x93\x89\xbf\x66\x5b\xe6\x95\x20\ -\x62\x38\xc1\xb9\xb2\x26\x28\x77\xec\x37\x7a\x65\xb2\xe4\x5d\x7e\ -\xa0\xf4\x2e\xff\x64\x52\x60\x38\x9a\xa2\xd7\x1f\x61\xb5\xdb\x47\ -\xa7\x37\x44\xb7\x3f\x42\xa7\x3f\x42\xcf\xff\x1f\x8e\xa7\x28\x2d\ -\x00\x93\xa3\xd5\xce\xb1\xb4\xb0\x01\x07\xae\x39\x8e\xe5\xe5\xad\ -\x20\x3b\x41\x46\x53\x34\x72\x42\xb3\x3d\x83\x3c\x6f\x20\xcb\x33\ -\x98\x8c\x00\xc3\xd3\x01\x02\x99\x0c\x80\x45\x66\x32\xf0\x3a\x47\ -\x35\x1b\xcf\xd4\x7e\x14\xc5\x4f\x30\xbd\xea\x65\xe9\x72\x0e\x58\ -\x49\x71\x40\xf3\xc5\x3d\xee\xcb\x48\xbd\x26\xf8\xe2\x4a\x69\x5d\ -\xfc\x44\x95\xe1\xfb\x51\xd0\x39\x00\x7a\xcc\x7b\xdf\xa6\xe1\x47\ -\x94\x97\xc0\xde\x9f\x2a\xcb\x00\x60\x8c\x01\x65\xd1\x68\x55\x9d\ -\xae\x53\x26\x58\x94\x84\x86\xf1\x73\x2f\x2b\x00\x84\xf9\x44\x70\ -\x8f\x6e\xd8\xb7\x04\xf3\xb9\x0e\x68\xb6\x0b\x03\x8b\x9f\xba\xee\ -\xeb\xe8\x9c\x38\x81\x85\xaf\xff\x1a\xca\x4b\x0d\xfc\xec\xe8\x4e\ -\x3c\xf0\xa2\x85\xa1\x09\xb0\x30\x04\xc8\x62\xff\x72\xd3\x8d\xd5\ -\x5a\xdc\x7c\xf2\x10\x3e\xf8\x3b\x9f\xc3\xb6\xad\x9b\xf0\x4b\x1f\ -\xf8\x24\xae\xbf\xf6\x00\x4a\xeb\x96\x9b\x6e\xbe\xfe\x30\x3e\xfe\ -\xa9\xaf\xe2\xfa\x13\x07\x00\x72\x0a\xbc\x6d\xcb\x26\xfc\xea\x47\ -\xee\xc3\xdf\xfb\xb1\x37\xe1\xa1\x87\x9f\xac\xf6\x51\x05\xe7\x2c\ -\x59\xe4\xc6\xe0\xec\x85\x15\xcc\xcd\xb6\xf1\x9f\x7e\xf5\x13\x78\ -\xf3\x9d\x37\xe1\xe8\xe1\x9d\x18\x0c\x46\x58\x5c\x98\x43\x7f\x38\ -\xc2\xf2\xa6\x79\xcc\xb6\x9b\x98\x4c\xa7\xca\x69\x24\x0c\x86\x63\ -\x94\x4e\xfa\x01\x03\xcc\xb4\x9b\x78\xf7\xdb\x5f\x8d\x5d\x3b\x96\ -\x90\x67\x19\xfe\xed\x7f\xfe\x03\xf4\x87\x63\x67\x4d\x94\x3b\x6b\ -\x2a\xc2\x1c\x84\x85\x05\x29\x76\x6f\x53\x6b\xe1\xc7\x40\x56\x89\ -\x31\x44\x20\x59\xa2\xb4\xc5\x17\xa5\xd7\x73\x45\xe3\x7d\x0d\xeb\ -\x44\xcd\x12\xa1\x2c\x2d\x26\xd3\x02\x93\x71\x81\xfe\x68\x8c\xfe\ -\x60\x8c\x95\xce\x00\x2b\x9d\x1e\x3a\xbd\x91\x80\x40\xb7\x3f\xc2\ -\x70\x54\xa0\x28\x09\x59\xde\xc4\xfc\xc2\x3c\xae\xbf\xe9\x36\x7c\ -\xcf\x1b\xee\xc1\xd2\xe6\x2d\x58\x98\x9b\x81\xb5\x16\xdf\xfa\xc6\ -\x97\x31\xee\x5f\x46\x6b\x26\x47\xde\x34\xc8\x73\x20\xcb\x2c\x4c\ -\x66\x5d\xe4\x0f\xa5\xef\xb3\xcf\x08\x44\xe8\xab\x4c\x75\x55\x00\ -\xef\x3b\x9a\xd6\xc8\xdd\x07\x34\x00\x48\xd0\x8d\x83\x8c\x84\x40\ -\xbd\x1a\x6f\x1c\xc6\xf8\x55\xb6\xc0\x1f\xf2\xfd\x09\x64\x4c\x15\ -\xcc\x97\x51\x18\x1e\x40\x9b\x1f\xa1\x50\x97\x6e\x2f\x5d\x2d\x90\ -\xde\x79\xc5\x07\x57\x13\x22\x54\xba\x7a\xdd\x4f\x67\x23\x18\xa1\ -\xea\x49\x05\xac\xc7\x76\x60\x28\xe0\x35\x06\x5b\x36\x34\x70\xa0\ -\x71\x01\x4f\x5d\x9e\x81\x99\x19\xe1\xf4\xae\xbf\x8f\x3f\xfd\xc2\ -\xcf\xe1\xd4\xe5\x63\x58\x38\x0f\xfc\x9f\x0f\xcf\x03\xf9\x10\x68\ -\x66\xa0\x85\x15\x98\x4b\x3b\xf1\xca\xbd\x8b\x00\x75\x40\x44\x68\ -\x35\x73\xbc\xe5\xae\x5b\xf0\xa9\xfb\xbf\x81\xc5\x8d\x73\x38\x77\ -\xe1\x0a\x7e\xf0\xad\x77\x00\x44\xb8\xe7\x75\x37\xe2\xa9\xa7\xcf\ -\xe1\x9f\xfc\x8b\x5f\x04\x11\xe1\x1f\xfe\xad\xb7\xe2\xc7\x7e\xe0\ -\x4e\xfc\xb3\x9f\xf9\x2f\x38\x74\x60\x27\x9e\x3b\x7b\x19\xb3\x3e\ -\x28\xb8\x7f\xf7\x56\xcc\xb4\x5b\x78\xd7\xbd\xb7\xe3\x8f\x3f\xff\ -\x75\xdc\xf5\x9a\x53\xf8\xc2\x97\x1f\xc3\x87\x3f\xfa\x00\xa6\x45\ -\x89\x9f\xf9\xc9\x77\xe3\xc9\xa7\x5f\xc4\xfb\xff\xeb\x67\x90\xe7\ -\x19\xde\x75\xef\xad\xf8\x07\x7f\xf5\x1e\xfc\xfc\xaf\x7c\x02\xb9\ -\x31\xf8\xc9\xbf\xf7\x36\x7c\xe6\x8b\xdf\xc2\xbf\xf8\xb9\xdf\xc0\ -\x37\x1e\x7d\x06\x20\xc2\xdf\x7c\xf7\x1b\xf0\x0f\x7e\xfa\x3f\x63\ -\x7e\xae\x8d\xef\x79\xd5\x75\xf8\xa9\xbf\xff\x4e\xfc\x3f\xef\xfd\ -\x7d\x2c\x6d\x5a\xc0\x8f\xff\xc8\x5d\xf8\xde\xbb\x6e\xc6\xcf\xff\ -\xf2\xc7\x70\xc7\xcd\x47\xf1\x9e\xb7\xbd\x0a\x3a\xff\x3b\xb8\x66\ -\xc1\xf5\x4f\x89\xa8\xe7\xf6\xe2\x1a\x4b\x1c\x21\x58\x16\x16\x8e\ -\xd4\x52\xb8\x7a\x7d\x36\x1f\x59\x7f\x27\x88\x0f\xd7\x59\xf2\xf2\ -\x5e\x59\x62\x5a\x58\x8c\xc7\x53\xf4\x87\x63\x74\xfb\x23\xac\xac\ -\xf6\xb1\xda\x1d\x60\xb5\x3b\x44\xa7\x37\xc4\x6a\xd7\x01\xc0\x68\ -\x52\xc2\x92\x41\x96\xb7\xb0\x7b\xff\x61\x7c\xef\x5b\xde\x8e\xa3\ -\x07\x77\x63\x61\x69\x27\xa6\xa3\x01\xda\x8f\xff\x2e\x26\x5b\xae\ -\xc5\xcc\xdc\x3c\x5a\x79\x89\x76\x03\x68\x66\x16\xb9\x29\x90\x65\ -\x25\x32\x53\xf8\x5e\x64\x00\xca\x30\x6e\x62\x18\x50\xa0\xa5\xb5\ -\x49\x77\xbc\x22\x7c\x46\xfd\x0a\x46\xc8\x3d\xa2\xbd\x81\xc4\x85\ -\xd0\x40\x90\x48\x73\x9c\x64\x43\x52\xb7\xe1\x47\x53\x05\x33\x06\ -\x26\xa9\x8a\x40\xe2\x29\x84\x6f\x04\xde\x92\xfe\xfb\x7e\x4b\xd1\ -\x50\x3f\x07\xa7\x75\x2d\xc1\x83\xd5\x73\x7c\x25\x59\x95\x69\x44\ -\x32\xc2\x97\x71\x37\x60\x73\xa6\xd5\xfc\xb5\xcd\x4b\x1b\x7e\xe8\ -\xf6\x5b\x8e\xe1\x2d\x77\xdf\x86\x9b\x4f\x1d\xc6\x64\x34\xc4\x97\ -\xcf\x9c\xc7\x3f\xfe\xe0\x03\x78\xcf\x9d\x77\xe2\x83\x4f\xfd\x01\ -\x90\x5b\x60\x65\x2b\xd0\x59\x04\xd0\x00\x1a\x0d\x60\x76\x08\xda\ -\x78\x1e\xaf\xd9\xf0\x3a\xfc\xfc\x9b\xdb\xb8\x32\xb4\xd8\x77\x60\ -\x8f\x07\x36\x15\xc8\xd1\x83\x32\xf1\xa0\x1f\xf8\xf2\xb7\xf0\x91\ -\x3f\xfc\x02\xde\xfd\x8e\xd7\xe0\xb6\x1b\x8f\x06\x22\x01\x55\x81\ -\xf1\x2e\x16\x29\x37\x89\x33\xbf\xac\x2d\x45\x71\x42\x62\x91\x6b\ -\xc3\xc0\xe0\x1f\xfe\xcb\xf7\xe1\xdf\xfd\xeb\xbf\x81\x46\xa3\xc1\ -\x4d\xfb\x3a\x55\x8b\xfc\x83\xe7\xdc\x36\xa4\x33\x73\x5d\x22\x18\ -\x4a\x61\x9d\xee\x67\x30\x79\x16\x01\x80\xcb\xda\x0b\xae\x27\x8f\ -\x81\xbd\x8a\x28\x6b\x4d\x05\x01\xa3\x80\x22\x5b\x56\x45\x37\x22\ -\x83\xd2\x12\x4a\x6b\x31\x99\x14\x18\x4f\x0a\xf4\x07\x23\x74\x7a\ -\x03\xac\x76\x06\xb8\xd2\xe9\xfb\x79\xff\x10\x2b\xdd\x01\x3a\xbd\ -\x21\xc6\x53\x02\x21\xc7\xcc\xec\x02\xae\xbf\xe9\x15\x78\xdb\xbd\ -\xf7\xe0\x10\x3d\x0a\x34\x5a\x28\x0f\xdc\x8b\xe6\x99\x4f\xa1\xf1\ -\xa5\x7f\x8f\xde\x2b\x7f\x12\x67\xf3\xdd\x28\xc7\x5d\x34\x33\x8b\ -\x0c\x13\xe4\x34\x41\x46\x13\x18\x4c\x91\xc1\x02\x54\xc0\x50\xe9\ -\x69\xe1\x32\xe4\xa0\x23\xf0\xa2\xd4\x35\x53\x22\x21\xb3\x57\x71\ -\x11\x85\x38\xf0\x17\x1e\xd3\xca\x03\x49\x77\xd6\x7c\x92\x20\x5e\ -\xf4\x1c\xd4\x3d\x55\x0f\xd3\x3f\xc9\x16\x8c\x57\x21\x10\x29\x68\ -\x28\xc3\x5d\x35\x08\xa9\xca\x1c\x1b\x49\x5d\xf5\xe0\xf9\x49\xc0\ -\x31\xcb\xa4\x0d\xc3\xf4\x51\x49\x41\xba\x7d\x22\xa0\xdb\x1f\xe1\ -\x9b\x4f\x3c\x8f\x4f\x7e\xee\x1b\xf8\xc2\x43\xa7\x71\xfe\xc2\xca\ -\xd7\x77\xef\xdd\x7f\xdb\xfa\xc5\x00\x3c\xc1\x6c\x39\xc5\x9b\xae\ -\xdf\x8f\x1f\xff\x66\x0f\xbf\xf9\xd1\xcf\x03\xf3\x00\x9a\x4d\x98\ -\xce\x66\xd0\x2c\x80\x0d\x7d\xa0\x58\x04\x8c\xc5\xde\xe5\x05\xfc\ -\xdb\x7b\xb7\xa1\xe8\xbf\x88\xb2\x70\xd1\x6e\x20\x10\x50\x84\x3a\ -\x21\x0f\x0f\xfa\x55\xaf\x38\x8e\x57\xbd\xe2\x78\x3c\xed\xd3\xb6\ -\x51\x84\x46\x59\x17\xf9\x3b\xf4\x39\x7a\x5a\x09\x20\xdf\xf9\x7f\ -\x7f\xe6\x6f\x46\xbb\xe2\x6a\x15\x3f\xae\x04\xee\x64\x04\xbd\x03\ -\x3c\x08\x42\x6c\x7d\x94\x82\x7b\x6b\xaf\x12\xf1\x90\x06\x30\x49\ -\xcf\x3b\x01\x99\x6a\xf0\x78\xf5\x46\x22\x2e\xaf\xbd\x09\x1b\x29\ -\xff\x14\xfd\xc1\x18\x9d\xde\x00\x2b\x9d\x01\xae\xac\xf6\xb1\xd2\ -\x19\x88\x07\xb0\xda\x1d\x62\x32\xb5\x40\xde\xc4\xa6\xa5\xad\x78\ -\xc3\xdd\xf7\xe2\xf5\x37\x1d\xc1\xf6\xe7\x3f\x04\xb3\x71\x0f\xc6\ -\x87\xfe\x0a\xb2\xcb\xdf\x46\xfb\xa1\x5f\x80\x99\x74\x40\xc5\x14\ -\xcd\x99\x26\x9a\xd9\x1c\x32\x9a\xc2\x58\x20\xb3\x16\xb0\x25\x32\ -\xb2\x00\x6f\x0c\xd2\x7c\x08\x04\x0d\x3c\x33\x15\xb6\x44\x1e\x4f\ -\x34\x45\x60\x20\xe0\x08\x3d\xb2\x30\x47\x17\xd0\x0b\x4b\x6c\xd2\ -\x5c\x1a\xbd\x67\x77\x3c\x30\x23\xb0\x47\xc0\x85\x00\xeb\x40\xca\ -\x01\x18\x03\x0e\xef\xa1\x70\x16\x5a\x1b\x21\x05\x5b\x8a\xd7\xdc\ -\xef\x54\xf1\xf5\x68\xd7\xfa\x53\x69\x43\xc5\xdd\xa7\x44\xa4\xab\ -\x75\xbf\xec\x00\xe0\x68\x19\x96\x27\x7a\xbd\x21\xee\xfb\x93\xa7\ -\xf1\xfd\xf7\xdc\x80\xe3\xd7\x6c\xc1\x3f\xfb\xe5\x4f\xa2\x6c\x37\ -\x41\xcd\x3e\x60\x5a\x40\x99\x81\x96\x1f\xc7\x6b\x8f\xec\xc7\x2f\ -\xdc\xfd\x03\x18\xaf\x3c\x8b\x49\x31\xc5\x68\xd2\x40\x96\x65\x55\ -\xa5\x52\x73\xe8\xc4\xf0\x4a\x19\xa2\x60\x0d\x58\xd8\xa3\x1d\x75\ -\x5c\x0f\x07\xd5\xd4\xfd\xaa\x6b\xa6\x97\xe1\xea\x46\x5b\xaf\xf3\ -\x72\xf1\x73\x19\x40\xd6\x05\xbb\x44\xf1\x09\x30\xe9\x83\xe9\x3c\ -\xd7\xbb\x7d\xe4\x73\x93\xb4\xa5\x23\xc0\x0b\x1d\xc5\x0a\x42\x88\ -\x40\x40\xc6\x28\x06\xd1\x28\xe5\x27\x4c\xa6\x6e\x8d\xbf\xdf\x1f\ -\xa3\xd3\xeb\xe3\xca\xaa\xb3\xfc\xab\xdd\x01\x56\x3a\xde\xf2\x77\ -\x87\x98\x96\x40\xd6\x98\xc1\xb6\x9d\xbb\xf1\x8e\x77\xfc\x00\x6e\ -\xd9\x6d\xb0\xf5\x5b\xff\x06\xd3\xc5\x23\x18\x1d\xfd\x61\x60\x3a\ -\x41\xeb\xa1\xf7\x22\xbf\xfc\x04\xec\xec\x36\x34\x17\x77\x62\xae\ -\x35\x0b\x5b\x00\x54\x00\x54\x14\x00\x32\x64\x26\x07\xd9\x22\x3a\ -\x11\x43\x67\x31\x86\x61\xf8\xef\x24\xf3\x53\x71\xc5\xc4\x32\x20\ -\x66\x82\x95\x1f\x61\xc9\x35\x9e\x6e\xa5\x81\xb5\x3a\xe6\x09\xd4\ -\x4a\xdd\x06\x3e\x66\x62\x00\xde\x73\x21\x86\x43\xe9\x71\xd8\x43\ -\xa2\x5c\x3a\x16\x5d\x41\x3b\x02\xc7\x28\x62\x59\xe6\x82\x06\x61\ -\x1e\x11\x36\x5e\xc9\x68\x53\x81\x33\x1e\xd8\x93\x61\x44\x7f\x46\ -\x20\x19\xae\x75\x5c\x06\x74\x82\xf7\xdc\xb9\x15\xbc\xe2\x86\x6b\ -\x70\x68\x47\x8e\xc3\x3b\xf7\xe1\x4d\xb7\xfc\x35\x7c\xec\x6b\xcf\ -\xe2\xe9\x4b\x23\x50\xd6\x04\x95\x43\xfc\xf0\x1d\xdf\x8b\x45\xb3\ -\x8a\xa2\xf7\x22\xa6\xe3\x11\x1e\x7f\xea\x45\x1c\xb9\xfe\x26\xb7\ -\x64\xc4\xd6\xd5\x2b\x8d\xb0\xa5\x12\xe1\x8d\xdb\x0e\xe4\xab\x29\ -\x93\x44\xe3\xd7\xbc\x22\x0b\x50\xb9\x11\x50\xbe\x2e\x38\x55\x87\ -\xba\x1e\xa1\x83\xdb\x1a\xfa\x58\xf5\x02\x6a\xac\x81\x66\x22\xa1\ -\xfa\x99\xff\x66\xa1\x13\xb7\x54\xb7\xe3\xea\x75\x73\x7f\x72\x09\ -\x3e\xe3\x29\xfa\xfd\x11\x3a\xdd\x3e\xae\x74\xfa\x62\xf9\xaf\x78\ -\xeb\xdf\xe9\x8d\x30\xb5\x06\x59\xde\xc6\xbe\x83\x47\xf0\xb6\xb7\ -\xbd\x13\x37\xcd\xbf\x80\xa5\x87\x7e\x09\x76\xdb\x49\x14\xb7\xfc\ -\x23\xb4\xe7\x97\x40\x5f\xf9\x45\xb4\x9f\xbd\xcf\x79\x7e\xf9\x1c\ -\x2c\x72\xe4\x8d\x1c\x86\x1a\x20\x6a\xc0\x52\x06\x20\x83\x29\x63\ -\x57\x3c\x05\x67\x56\x86\x7a\xee\x06\x30\xae\x2a\x71\x70\xa5\x59\ -\x3e\x42\x20\x90\x02\x16\xb2\x97\xa4\x3c\xa3\xb8\x31\x9d\x93\x10\ -\x68\x1e\x5c\x6d\x6f\xb1\x01\x1f\xc8\xcc\x24\xe0\x2a\x8a\x2a\x03\ -\x31\x71\xfb\x6b\x78\x7b\x51\x2c\x47\xf4\xdf\x8f\x52\xfa\xc6\xf4\ -\x89\x5d\x22\x97\xfd\xa7\xc7\x1f\xda\xd1\x31\x8b\x3a\x75\x79\x59\ -\x01\x80\xc3\x4c\xe1\x97\xc1\xeb\x5e\x73\x23\xbe\xf5\xf8\x33\xf8\ -\xca\xc3\x97\xc0\xb9\xe5\xfb\x66\x81\x7d\x7b\xda\x20\x5b\xc2\x96\ -\x2d\x3c\xfb\xd4\x69\x3c\xeb\x9f\x99\x4c\xa7\xb8\xf9\x8e\xdb\xb1\ -\xb0\xb0\x10\x2a\x66\x3a\x30\xd7\x13\x6b\xcc\x96\x9c\x34\x61\x48\ -\x3f\x40\x41\x4f\xbe\x83\xce\x6b\x57\xaf\x1a\x68\x32\xc2\xa0\x4a\ -\x79\xe1\x64\x7d\x03\xc6\x80\xe3\x70\x49\x99\x1a\xe4\x08\xee\x81\ -\x70\x2d\x74\x47\x59\x11\xb0\xd7\xc2\x6d\x98\x30\x6e\x0e\x7e\x11\ -\x24\xad\x5a\xc4\xdd\x2b\xff\x64\x5a\x62\x34\x9e\xf8\x39\x7f\x1f\ -\x57\x3a\x3d\x5c\x59\xe9\x63\xa5\x3b\xc4\x15\x0f\x00\xfd\xc1\x18\ -\x85\x57\xfe\x83\x47\x8e\xe1\x3d\x3f\xf4\x43\x38\x66\x1f\xc5\xe6\ -\x87\xff\x23\xa6\x4b\x87\x31\xb8\xf9\x27\xd0\xda\xb8\x0b\xd3\x27\ -\xef\xc3\xc2\x23\x1f\x80\x29\x46\x20\x18\x50\x7b\x03\x30\xbf\x19\ -\x8d\xbc\x09\x4b\x85\x53\xfe\x32\x03\x6f\x26\xd2\x63\x35\xf0\xbb\ -\x28\xc1\x1e\x58\x00\x2d\x37\x1c\x92\x29\x4b\xa0\x98\x86\x00\x25\ -\xfc\x51\xbc\x48\x29\x04\x03\x22\x7b\x7a\x6a\x83\x56\xe0\x2c\xcb\ -\x52\xc4\x39\x55\xbf\xfa\xce\x0b\x42\x00\x04\xef\xa2\x71\xac\xc6\ -\xe8\xe7\xbd\x92\xea\xa9\x01\xf7\x9c\xbd\x40\xaf\xa8\x72\xbe\x80\ -\xf1\xe5\x8c\x01\xc8\x28\x50\x50\x5e\xaa\xe8\x01\xbb\x77\x75\xb2\ -\x17\x7c\x0b\x1d\xe3\xe0\x6b\x1d\xf3\x00\xb8\x8f\x06\xa7\xae\x3d\ -\x08\x3d\x77\x25\xc5\x80\xd8\x4a\x69\x82\x52\xac\x69\x61\x12\x1c\ -\xfe\x56\x75\xfa\x8a\x11\x90\x56\x3b\x4f\x0a\xfd\x2b\x9d\xd4\xae\ -\x54\x58\x5e\x21\xab\x77\xbd\x23\x94\xd3\xe0\xc3\xcd\x7b\x26\x45\ -\xcc\x51\xfe\x5f\xb0\xf8\xca\xe2\xc4\xb5\x06\x80\xab\x92\x10\x12\ -\x07\xf0\x34\xd1\xc1\xa6\xaa\x51\xf1\x7d\xc9\x32\x18\x59\x01\xe0\ -\xb1\xbb\x9d\x6e\x56\x2c\x7f\x81\xc1\x70\x82\x4e\x6f\x88\x2b\xab\ -\x7d\xaf\xfc\x03\x5c\xe9\x0c\x71\xa5\xd3\x47\xb7\x37\x42\x61\x33\ -\xe4\xcd\x19\x1c\x38\x74\x14\x3f\xf8\xce\x77\xe1\x78\xf7\xb3\xd8\ -\xf8\xf8\x07\x60\x37\xee\x40\xe7\xa6\x9f\xc0\xdc\x96\x23\x98\x5e\ -\x79\x06\xb3\x5f\x7b\x2f\xf2\xde\xf3\x8e\xea\x64\x40\xf3\x3b\x40\ -\xad\x79\xe7\xf6\xfb\x81\x64\xc6\xa0\x94\xce\xd8\xca\xb6\x5e\x3e\ -\x69\x40\x06\xa5\x40\x40\xe8\xa1\x3c\x3f\x96\x77\xc6\x86\x40\xbe\ -\x24\xeb\x4d\x05\xe8\x00\x1d\x24\xa5\xf0\x30\x10\xc5\x79\x74\x5d\ -\xd5\xab\x2a\x9b\x22\x49\x62\xc2\x43\xc7\x42\xc9\x0c\x30\x01\x74\ -\x82\xf2\x2b\xeb\x54\x63\x47\x8c\x76\x0b\x08\x70\xa6\xd6\x44\x02\ -\xe3\xb6\x6f\x53\xe5\x7b\xa6\x0f\xa9\xad\xdd\xfa\x5a\xd7\x4c\x40\ -\x3d\x59\x25\xe3\x83\x24\x51\xb7\x52\xab\x9c\x20\x23\xbb\x50\x50\ -\xf3\xde\x88\x32\xfc\x43\xa9\x9d\x20\x9c\x5a\xea\x52\x75\xb3\x32\ -\xd5\x06\xfb\x48\xcd\x10\x3d\x53\x62\x9b\x13\x5b\x81\x00\x6a\x46\ -\x37\x14\x5b\x38\x3d\x20\x7e\xce\xb8\x1e\x47\xeb\xd0\x35\x72\x96\ -\xda\x9d\xf8\x4e\xfa\x39\x74\x40\x5b\x40\x82\x45\x06\x42\xe9\xa7\ -\x50\x4e\xf9\x2d\x46\xd3\x02\x83\xd1\x04\xdd\xde\x10\x57\x56\x7b\ -\xce\xf5\xef\xf8\xe0\x5f\x77\x80\x4e\x77\x84\xc2\x1a\x34\x5a\x33\ -\x38\x74\xe4\x38\xde\xf5\xf6\xb7\xe1\xba\xe1\xfd\xd8\xf4\xc4\x07\ -\x60\x66\xe7\xb1\x72\xe3\x3f\xc6\xfc\xfe\x57\x62\x3a\xee\x23\x7f\ -\xf8\xd7\xd1\x3e\xf7\x27\xca\xc3\x30\xb0\x73\xdb\x90\xe5\x6d\x98\ -\xb2\x8c\xc7\xec\xfb\x1c\xac\x11\x47\xfc\x6d\xe0\x93\xb7\x82\x55\ -\x7b\xc6\xae\x39\xf3\x88\x1b\x34\xc1\x08\x6a\xca\x79\x2b\xaa\xad\ -\x5f\x1c\xe3\x49\x0c\x40\xfa\x8d\x9e\x86\x49\x00\x99\x3f\x93\x94\ -\xe7\xb2\xe2\x1d\x2a\x05\x14\xf9\xd1\x86\x2b\x91\x77\x92\xee\xd6\ -\x09\x01\xe7\x1e\xa8\xd6\x52\xc1\x48\xc6\xc5\x07\xe6\x44\xfd\xa5\ -\x40\x57\x7d\xbd\xec\x89\x40\x06\x21\x3f\x3a\x1a\x0e\x01\xb2\xf7\ -\xda\x77\xb4\x7e\xed\x15\xfe\xae\x22\x3e\x10\x50\x5a\x95\x90\x5f\ -\x4a\xf1\x98\xd1\x11\xc1\xb8\x20\xb7\x2f\x8a\x17\x2f\xcb\xd5\x77\ -\xc4\x47\xe2\xa3\x22\x26\xc8\x4f\xfa\x1c\x0b\x82\x06\x18\x4a\xee\ -\x01\x30\xc8\x82\x42\x08\x0a\xa6\xe8\xed\x2d\xbe\x09\x16\x1f\xdc\ -\x77\x52\xe3\xad\xa1\x89\xf1\xca\x6f\x90\xb9\x7d\xed\x00\xca\xd2\ -\x1f\x0c\x39\x2d\x31\x1c\x8e\xd1\xeb\x0f\x43\x94\xdf\xff\x5e\xe9\ -\x0e\xd0\xed\x8d\x50\x52\x86\xf6\xec\x3c\x4e\x5c\x77\x23\xde\xfa\ -\xe6\x37\xe1\x58\xe7\x73\x58\x7c\xe2\x83\xc8\x9a\x06\xab\x27\xff\ -\x2e\x1a\x47\xee\x86\xc9\x72\xd8\x27\x3f\x85\xf9\xc7\x3f\x0c\x94\ -\x13\x04\x45\x6c\xa0\x5c\xd8\x0d\x32\x6e\xd3\x8f\xa8\xb6\x6c\xa9\ -\xe5\xf9\x77\x58\x82\x73\x74\xb0\xca\x94\xd7\xa8\x43\xed\x17\x9e\ -\x8f\xcc\x25\x52\xc7\x8c\xc1\x78\x99\x8f\x97\x46\x2b\x75\x50\x8d\ -\x24\x9a\x10\x07\x08\xfa\x9a\xb8\x24\x00\x24\xed\xd6\xd7\xe5\x66\ -\x03\x99\xb7\xc6\x36\xe2\x17\x3f\x17\x65\x04\xf2\x77\xda\x98\xd4\ -\x00\x53\x2c\x1b\xe1\xb3\x8e\xf1\xe8\x9d\x80\xda\x03\xb2\xa4\x0d\ -\xa3\xae\xf7\xf4\x3a\xee\x06\x34\xc6\x1f\x34\x91\x1c\xfb\x25\xf7\ -\x19\x0c\x28\x46\x40\x63\x00\x75\xd2\x89\xbe\x22\x36\x45\x48\x1b\ -\x04\x41\x17\x90\x28\x30\x10\x60\x16\x90\x5d\x75\x2c\x14\x81\x9f\ -\x49\x1d\x6a\x9a\x51\x33\x82\xa0\xb8\x9a\x2f\xba\x24\x0b\x56\x2a\ -\xd0\xd2\x5d\x13\xa2\xf5\xba\x0b\x72\x3f\xf4\x27\xac\xe7\x87\xba\ -\x35\xa2\xf3\x1a\xb3\x80\x2b\x9b\x0d\xeb\xa2\xd7\x45\xe1\x8e\x86\ -\x1a\x4f\x4a\x0c\x46\x63\x74\x7a\x23\x1f\xe5\xef\x63\xb5\x33\xc0\ -\x4a\x77\x88\x95\xee\x10\x1d\xef\xf6\x37\x5a\xb3\x38\x70\xe8\x28\ -\xde\xf1\xd6\xb7\xe2\xf0\xe5\xcf\x60\xf1\x89\x0f\x22\xcf\x26\xe8\ -\x1c\xfe\x11\xd0\xf1\xef\xc3\xcc\xfc\x06\xac\x3e\xfd\xa7\xd8\xf8\ -\x8d\x5f\x44\x3e\xbc\xe4\xbb\xe4\xe8\x65\xb3\x19\xd0\xe2\xde\x64\ -\xbc\x61\x93\x0e\x4f\xae\x04\x03\x6a\x78\x17\x68\xa9\xa7\x39\x09\ -\xa0\x07\xc9\x0f\xe5\x98\x25\x26\x7c\x9f\xce\x7b\xe3\xf6\x34\x50\ -\x0b\x31\x91\x5e\x51\x8e\x40\x54\x8e\x62\xe5\xf5\xf1\x00\x63\xac\ -\x9b\x0a\xc1\xc6\x75\xc7\xb5\xc6\x7f\x46\xab\x4d\xb1\xf1\xd3\x4b\ -\x84\x15\x1b\x91\x82\x48\x14\x40\x26\xf9\x5f\xd7\x83\x75\xdf\x0b\ -\xa0\x77\x5f\x01\x08\x2c\xd5\xf4\x57\xc4\x33\x95\xe7\x94\x46\xa8\ -\xbd\xf4\x72\x45\x7f\x72\x3c\x5d\x60\x50\x40\xc4\xe9\x93\x16\x18\ -\xdf\x13\x91\x2e\x85\xee\xac\xd3\x8a\x21\x95\x08\x2e\x41\xb2\xc0\ -\xa4\xac\x8c\x70\xcd\x0e\x26\x0c\x26\x90\x1a\x13\x07\xbc\x02\x95\ -\x62\x2b\x48\x35\xf5\x05\x25\x73\x82\x07\xf8\xf3\xf9\x0c\xe0\xce\ -\xcc\xe4\x44\x1f\x60\x3c\x29\x30\x1c\x4f\xd1\x1d\x8c\xb1\xda\x0d\ -\xd1\xfe\x95\xee\x10\x2b\x9d\x21\x56\x7d\xb4\xbf\xd1\x9c\xc1\xc1\ -\xc3\xc7\xf0\xd6\x37\x7f\x2f\xf6\xbd\xf8\x19\x2c\x3e\xf9\x41\x34\ -\x4c\x1f\xc3\xdd\x6f\xc0\xe8\xba\xbf\x86\xe5\xe5\x9d\xe8\x5d\x3a\ -\x8b\xf6\xc3\xbf\x82\xd6\xa5\x87\x7d\xaf\x3c\x9d\xc9\xa0\xcc\x17\ -\x50\xce\x6f\x03\x91\x15\x83\xee\x70\x9d\x73\xe2\x19\xb0\x98\x90\ -\x7e\x24\x46\x8f\x45\x8d\x8e\xe9\xe2\x2b\xaa\xe6\xcc\x0b\x83\x20\ -\x16\x9d\x69\x50\xab\xfc\xfc\xa9\x46\xf9\xab\x94\x15\x20\x0e\xf1\ -\x8a\x98\xcb\x7c\x12\x50\xc5\x81\x43\xda\x37\xd5\xae\x67\x7b\x30\ -\x7a\xb1\xc2\xeb\xa9\x82\x1a\x6d\xf8\xab\x82\x51\x14\xdf\xd7\x9f\ -\x09\x09\xad\x43\x7f\xd6\xf5\x44\x20\xad\x44\xa1\x9f\xf5\x6e\xd8\ -\x5a\x5b\x36\x83\xf2\x03\xca\xdc\x21\x10\xc2\x24\xc8\x6d\x94\x42\ -\x56\x91\x9c\xab\x74\x16\x5c\x5b\x98\x78\x99\xc6\x24\xfd\x08\x20\ -\xe0\x87\xa1\x41\x4c\xbb\x00\xd2\x27\x55\x26\x15\x6c\x65\xaa\x44\ -\x11\x22\xe5\x57\xb5\xa9\x67\xa3\xe4\x95\xe8\x26\x22\x60\x31\xc6\ -\x1d\x96\xe9\x13\x6c\x51\x96\x84\xe9\xb4\xc0\x68\x52\xba\x8d\x3d\ -\x7e\xa9\xef\x8a\xdf\x2a\xbd\xd2\x19\x60\xb5\x37\x44\x61\x0d\xf2\ -\x46\x1b\x07\x0f\x1f\xc3\x3b\xdf\xf6\x76\x1c\xbe\xfc\x25\x2c\x9d\ -\xf9\x10\x1a\xa6\x83\xe9\xf2\x51\x74\x4e\xfe\x38\x36\xef\x39\x8a\ -\x61\xbf\x07\x7a\xe2\xa3\xd8\xf0\xf4\x1f\xc2\xd8\xc2\x81\x98\x78\ -\x34\x40\xd9\xde\x82\x6c\x6e\x19\x53\xbf\x67\xc3\xf2\x41\x01\xe2\ -\xe2\xbb\x9e\x86\x24\x60\x8a\xc6\x23\x4a\x91\x50\x97\x65\x23\x64\ -\x31\x42\xc5\x6e\x6a\xae\xca\x97\xa4\xf8\x42\xca\xcb\xe2\xdb\x14\ -\xe4\xa6\x0e\xc7\xc5\x4e\x78\x70\x56\xab\x08\xae\xd7\x7c\x26\x63\ -\xc8\x83\x89\x36\x18\xf9\x1f\x12\x0b\xcb\x8c\x1a\x2b\x2f\x59\x66\ -\x61\x4a\xaa\x85\x2e\x99\x76\x28\xb3\x16\x00\x0a\xfe\x6c\x45\xb2\ -\xe0\x63\xc6\x62\x90\xab\x12\x65\x7d\x00\x20\x9d\xff\xab\x4b\xbb\ -\x73\x92\x5c\xc1\xcf\x98\x90\xfe\x1a\x14\x23\x71\x15\x94\x8b\x13\ -\x5b\x3f\xfe\xcb\xcf\xff\x4c\xd5\xc2\x1a\xfd\x9d\x71\x8a\x22\x67\ -\x01\x72\xc7\x08\x91\xf0\x71\x3b\x92\x44\xc3\x02\xa0\x35\xb1\x0e\ -\x6c\x14\x6e\x55\x7c\x03\x71\xd7\x63\x6c\x8f\xca\xf0\x88\x59\x28\ -\xe3\x50\xb8\xd7\x19\xf2\xc1\x68\x23\xe3\xb3\x00\x0c\x65\xb0\x3e\ -\xe1\xa8\xb0\x16\xd3\xc2\x62\x38\x99\xba\xfd\xfc\xdd\x01\x56\x57\ -\x7b\x32\xe7\x5f\xed\x0e\xb1\xda\x73\x19\x7e\x59\x63\x06\x7b\x0f\ -\x1c\xc6\xbb\xde\xf5\x83\xd8\xdf\xf9\x1a\x36\x9d\xfe\x08\x5a\x8d\ -\x55\xd8\xb9\xcd\xb8\x72\xe2\x6f\x61\xfe\xc0\x2b\x60\x4c\x86\xe1\ -\xb3\x5f\xc5\xd2\x23\xbf\x0c\x33\xee\x40\x4e\x0d\x82\xfb\x6d\x6d\ -\x8e\x72\x6e\x3b\x6c\x6b\xde\x93\xd1\x9d\x02\xc4\x53\x1d\xa3\xe2\ -\x34\xec\x0d\x50\xd8\xd6\xe8\xd9\xab\x00\x80\x09\xa8\x0c\x44\x6c\ -\x50\x2a\x66\xb7\xc2\x03\xa1\x9f\xe6\xb1\x54\x1e\x4f\x01\x1d\x06\ -\xa7\x96\xb4\xe6\xf2\xfd\x17\xb6\x64\xee\xb9\x20\xdf\x14\x3d\x2b\ -\x32\x4e\xba\xcb\x4e\xe6\xc5\xc8\x88\xd1\xaf\x8e\x27\xce\xe7\x60\ -\x2f\x97\x85\x8c\xf3\x03\x3c\x6d\xad\x75\x63\x30\x59\x5d\x55\xd1\ -\xb5\x4e\x1e\x40\xe2\x72\x69\xe4\x21\xe5\xb6\x89\xb5\x06\x20\xca\ -\x9f\x85\x13\x72\xd9\x71\x51\xba\x5f\xab\x6c\xbe\x80\xe8\x86\x30\ -\x5c\x31\x21\x9d\x43\x11\x3c\xf8\x98\xd8\x13\x08\x5a\x1a\x8d\x86\ -\x73\x18\xf4\x2c\xa4\xda\x9f\xc4\x9a\x88\x80\x19\x51\x06\xad\xac\ -\x91\xbd\x4f\x2c\x3c\x2b\x7f\x2a\x7e\x3a\x11\x8a\xf4\xdf\x10\x1d\ -\x82\x85\x0b\xfc\x94\x1c\xf1\x1f\x7b\xe5\xef\x0d\xdd\x9c\xdf\xef\ -\xe9\xe7\x00\xe0\x78\x4a\xc8\x1a\x6d\x6c\xdf\xb9\x07\x6f\x7c\xe3\ -\x9b\xb0\xaf\xff\x18\x96\x1f\xfd\x10\xe6\xb2\x2b\x30\xad\x16\x2e\ -\x1f\x79\x37\xf2\x23\x6f\xc2\xfc\xfc\x06\x5c\x7a\xfe\x34\x16\x1e\ -\x79\x1f\x9a\x2b\xa7\xd5\x88\xd9\x22\x1b\x94\x36\x07\x36\x1f\x04\ -\x1a\x6d\xc0\x4e\x54\xf0\x09\x9e\xc6\x3e\x05\x18\x3a\x19\x87\x87\ -\x14\xc6\x16\xac\x60\x9c\x71\x17\x68\x0b\x51\xc2\x88\x63\x1a\x2c\ -\xe4\x5b\x65\x3d\xb5\x5c\x44\x62\x6a\x85\xff\x46\xea\xf6\x7d\xd6\ -\xb1\x18\xd3\x14\x36\xcd\x00\x00\x20\x00\x49\x44\x41\x54\x56\x38\ -\x0a\xf7\x9c\xa1\x76\x81\x3f\x77\xf2\x50\x18\xb3\xc8\x08\xcb\x1a\ -\x67\x74\xca\x50\xc3\xb1\x5f\x00\xd4\x52\xbe\x6e\x4f\x3e\x79\x25\ -\x67\xa4\x8c\xbd\x18\x02\xdc\x3e\x0a\x03\x6f\x4c\x1d\x08\x54\x03\ -\x80\x41\x66\xd6\x07\x00\x22\xc2\x2a\xe6\xd7\x46\xac\x8d\xe7\xb3\ -\x9a\xff\x27\x2e\xa0\x7b\x5a\x67\x3b\x49\x8d\xca\x62\xb3\x50\x84\ -\xcf\x31\x6a\x46\x8f\x2a\x4b\x6a\xa4\x0f\xfc\x6c\x90\x9f\xa0\xac\ -\xd2\x57\x16\x3a\x11\xd0\xea\xb8\xbd\x6d\x50\x46\x80\x85\x29\xce\ -\xd8\x72\xe3\x75\xcc\x09\x96\x27\xa5\x19\x37\x1d\xd3\x44\x04\xcb\ -\x17\xb0\xaa\x6d\x4b\x24\x59\x7e\xa3\xd1\x04\x83\xc1\x08\xdd\xee\ -\x10\x2b\xab\x3d\x74\x7a\x2e\xb5\x77\xc5\x5b\xff\xd1\xa4\x84\x31\ -\x4d\x6c\xdd\xb6\x0b\x6f\x7f\xe7\x0f\xe0\xda\xe6\x65\x2c\x3d\xf4\ -\xab\x98\xc1\x59\x64\x6d\x8b\xfe\xde\xbb\x30\x3d\xfe\x43\xd8\xb1\ -\x6d\x27\x7a\x9d\x15\xe4\x4f\xfc\x1e\xe6\x9e\xff\x34\x0c\xef\xdc\ -\x17\x9c\xf3\x39\x06\x68\x83\x96\x0e\xba\xfd\xea\x96\xd7\xf5\x2d\ -\xdc\x11\xec\xa5\xa3\x9f\xda\xec\x43\xa1\x82\x84\x9e\x29\xb3\x12\ -\xa5\x67\x30\x4e\xe9\x81\xd4\xfb\x4c\xe4\x8f\x12\x85\xf6\x0a\x24\ -\x09\x38\x59\xcc\x50\xbd\xb2\x14\xe4\x8a\x7f\x56\x01\x3f\xbc\x67\ -\x82\x63\x05\x5e\xa6\x95\x61\x8b\xfb\x25\x6e\x8a\xff\x33\xc8\x8d\ -\x8c\x13\x01\x50\x18\x04\x58\x86\x92\x79\x69\x0c\x18\x99\x01\x27\ -\x51\x45\xef\x81\x50\xd7\xba\x9f\x0a\xec\xbb\x12\x50\xd1\xa4\x5c\ -\xd3\xa5\x4c\x4c\x0e\xd1\x44\x7d\xd6\xbe\x91\x01\x72\xc8\xaf\x3e\ -\xae\xc0\x0d\xb0\x15\x56\xdf\x78\x57\x2c\x62\xa0\x51\x01\x44\xc5\ -\x9b\xca\x59\x7e\x4a\x56\x23\x97\x40\xc6\x12\x50\x39\xdd\xfd\xc7\ -\xde\x80\xab\x8e\xe7\xff\x0c\x78\xca\x22\x19\x95\x11\x26\xd5\x06\ -\xda\x71\xb4\x97\x69\x44\x96\xdd\x6c\xb7\xaa\xc0\x07\x78\xf2\xb6\ -\xde\xd5\xae\xdb\xd8\x13\xac\xbe\xdb\xd8\x33\x9e\x94\x20\xd3\xc4\ -\xc6\x4d\xcb\x78\xed\xeb\xef\xc2\xf1\xb9\x11\x36\x3f\xf4\x21\xcc\ -\x96\x2f\xa2\x31\x33\xc5\x68\xf9\x24\x56\x8e\xff\x75\x6c\xdd\x75\ -\x18\x45\x51\x60\xf8\xcc\x83\x58\x7e\xe2\x83\x30\xd3\xbe\x28\xbc\ -\x1f\x89\x1b\xb2\xcd\x50\xe6\x0b\xa0\x4d\xbb\x85\x24\xe1\x45\x29\ -\xac\x7c\x61\x29\x50\x92\x57\xd8\x23\xb3\x56\x02\x85\x15\x19\x4a\ -\xad\x76\x5a\x44\x4d\x1d\x23\x3e\x28\x59\x88\x6a\x8e\x82\xaf\x5e\ -\x71\xbd\x21\x31\x44\xb2\xd7\x40\x68\xaf\xd8\xab\x75\x5f\x6a\x21\ -\x82\x93\x53\xe6\x73\xd2\x41\xe5\x99\xb0\x3c\x04\x1e\x1b\x55\x59\ -\x90\xd9\x30\x0e\x4f\x3b\xc5\x7b\xd6\x01\x6e\x5a\x3c\x4c\x3d\x6c\ -\x4f\x5b\x47\xba\xf8\xe5\x3a\xbc\xf6\xb4\x6e\x00\x20\x4b\x6c\x48\ -\x63\xd9\x40\x9d\x7b\xe6\x06\xc1\xe5\xf9\x1e\x2b\x86\x27\xaa\x2f\ -\x18\x25\x83\x48\x83\x08\x08\x88\x60\xb5\x29\xba\xaf\xdd\x3a\x44\ -\x41\x1a\xc9\xb6\x63\x4b\x6c\x42\x1d\x71\x5d\xda\x12\xe9\x11\x85\ -\x3e\x85\x00\x10\x5b\x39\x06\x36\x16\x30\x57\xd4\xf1\x5e\x79\x1f\ -\x89\x43\x21\x74\xb4\xde\xda\xb2\x87\x60\x38\xd9\xc3\x97\x31\xf0\ -\x27\xf7\x96\xee\xe4\xde\xa9\xb3\xfc\xfd\xc1\x08\xbd\xbe\xdb\xc2\ -\xbb\xda\x73\x51\x7e\x56\xfe\xe1\xb8\x00\x99\x26\x16\x16\x36\xe2\ -\xce\xbb\xee\xc5\xed\x07\x96\xb1\xf9\x4f\xde\x8b\x99\xc1\x93\x68\ -\xcd\x8c\x61\xe7\xb7\xe0\xf2\xb1\xbf\x8e\xc5\x03\x37\x61\x76\x6e\ -\x0e\xe7\x9e\x7a\x04\xf3\xdf\x7c\x1f\x9a\xdd\xa7\xc0\x4a\xcf\x7c\ -\x73\xca\x6b\x50\x96\x39\xec\x86\x65\xd0\xc6\xed\x60\x37\x5f\x0e\ -\x3b\xf3\x05\x5d\x3a\x2c\xbf\x1e\x2c\xdc\xe3\x0c\x40\x17\x2a\x28\ -\x95\xa1\x58\x43\x11\xf5\xf7\x2a\x00\x1a\xd1\xcd\x04\x7f\xc0\x18\ -\x7f\x14\xba\x92\x46\x51\x5c\xd9\x12\x1c\xbe\x97\x17\x95\xe8\x20\ -\x5c\x2c\x4c\xc1\xda\x4a\x50\x32\x55\x5c\x66\x6b\xda\x3b\x6d\xe6\ -\x52\x24\xd3\x1e\x07\xdf\x35\xa2\x0a\x42\x17\xe5\x29\xe9\xd3\x86\ -\xc3\xec\x9a\x85\x2c\xe8\x57\x18\x4b\x68\x6d\x5d\x00\x20\xcc\x93\ -\x94\xe5\x46\xdc\x79\xa3\x05\x48\xc4\x09\xa1\x7c\xe4\x2a\xbb\x87\ -\xd6\xda\xbc\x43\x15\x86\x40\x3d\xc7\x65\xb8\x6e\x0a\xc2\xa7\xeb\ -\x33\x06\x19\x5c\xd2\x0d\x49\x8e\xb7\xea\xb3\x94\x43\x02\x36\xdc\ -\xdf\x10\xb3\x00\x48\x8e\xd8\x02\x25\xc7\x89\x13\x7c\x6e\xbe\xce\ -\x4f\x48\x1b\x60\xd9\x23\x39\x07\x40\x82\x68\x3e\x4e\x82\xcc\x7a\ -\x9a\xb8\x72\x65\x69\x61\xcb\x12\x45\xe1\x0f\xf1\x1c\x4e\xd0\xeb\ -\x0f\xdd\x1a\x7f\xa7\x8f\xae\x9f\xf7\x77\xba\x43\xf4\x87\x13\x94\ -\x94\x61\x76\x6e\x1e\xb7\xde\xfe\x5a\xdc\x7a\x78\x27\x36\x7f\xe3\ -\xd7\x31\xd3\x3d\x83\xf6\xec\x18\x68\xb7\x70\xe5\xf0\x0f\xa2\x79\ -\xf8\x0d\xd8\xb4\xb4\x19\x97\xce\x9f\x43\xfe\xd8\x47\x30\x7f\xf6\ -\xb3\x30\xd6\x01\x5a\x6c\x90\x0d\x88\x32\x58\x9b\x83\x36\xec\x04\ -\x66\x36\x06\xa5\x82\xf5\x67\xfd\xf9\x6c\x3f\x79\x1d\x56\x19\x8d\ -\x9d\xad\x18\x91\x55\x87\x67\x54\xe5\x06\xde\x63\x8a\x22\xe5\x09\ -\x6c\x46\xca\xcf\x53\x4a\x90\x4f\xd0\x51\x7c\xd3\x8a\xa6\xad\xa8\ -\x46\x02\x96\xe5\xc0\xd9\x20\xdb\xd2\x20\x54\x3f\xea\x65\xd4\x44\ -\xe5\xd6\xb8\x38\xb6\xa0\x62\x0c\x2c\x87\x9c\x70\xb4\x66\x78\x5d\ -\x19\x3f\x96\xc7\x4a\xdc\xab\xe6\xd1\x75\x8a\x01\x90\x08\xaf\x63\ -\x46\x3d\x51\xa2\x47\xa0\x74\x1e\xac\x84\xac\x5c\x80\x3b\xf9\x24\ -\xb6\xba\x82\x91\x6b\x18\x06\xb6\x0c\x7a\xe6\x51\x07\x22\x3a\xe6\ -\x20\x0e\xed\x4b\xac\x64\x04\xb0\x51\x60\xe5\x85\x2e\x18\x81\x60\ -\xf5\x38\xca\x9d\x5a\x80\x8a\x97\xa8\xc0\x86\xc4\x12\x28\xd7\xcd\ -\x00\xb2\xca\x21\xd5\xbb\x39\xbf\x53\x7e\x77\xa0\xc7\x60\x30\x46\ -\xaf\x37\xc0\x6a\xa7\x87\x2b\xab\x3d\x37\x05\xe8\xba\x29\x40\xa7\ -\x3f\x44\x61\x33\x34\xdb\xb3\xb8\xee\xd4\x4d\x78\xed\x2b\x6e\xc4\ -\xb6\xc7\x3e\x82\xd9\x0b\x0f\xa3\x35\x33\x44\xde\xb4\xe8\xec\x78\ -\x35\x46\x47\xbe\x0f\x7b\x76\xec\x46\xbf\xd7\xc3\xf0\xa9\xfb\xb1\ -\xed\xc9\xdf\x40\x5e\x0e\xc1\xfb\x09\x82\x17\xe0\xc0\xc0\xda\x0c\ -\x65\x99\x83\x36\xed\x05\x9a\x6d\x67\xe9\xad\x52\x78\x6b\x41\x65\ -\x09\x79\x29\x66\xe2\x19\x38\xda\x91\x8c\x5d\x12\x84\x3c\x1f\xe2\ -\x03\x3e\x14\xbf\x44\xb2\x83\x87\x28\x3c\x85\x4e\xa0\x31\x70\xef\ -\x7c\x30\x41\xa1\x23\x03\x20\xd5\x08\xff\x98\x8d\xe0\xb2\xa2\x9c\ -\xb1\x8b\xcf\x01\xe2\x0a\x18\x69\xdc\xd2\x02\x9e\x32\x5e\xfe\x8e\ -\x65\x39\x48\xa0\xca\xf0\x53\xfe\x0b\x83\x04\x45\x1d\x85\x28\xbf\ -\xbc\x0b\x80\xd8\xe0\x54\x25\x7a\x5d\xce\x03\x90\x4f\x3c\x77\xa1\ -\x9a\x69\x80\x49\x90\x58\x68\x98\x98\xed\xda\x33\xcd\x02\x03\xeb\ -\x52\x3c\x43\x66\x16\xb4\xe6\xc7\xa5\xc4\x1d\xf4\xad\x46\xca\xa7\ -\xeb\x48\xfa\xad\xe2\x00\x2c\xae\x46\xd2\x75\xf9\x78\xce\x04\x91\ -\xb4\xcf\x69\xb8\x2f\x01\xd0\x82\xf1\x30\x61\xbc\x36\x9d\x4a\xc4\ -\x75\x31\xd3\xad\x75\xa7\xe8\x14\x85\x3b\xcb\x6f\x34\x9a\xa2\x3f\ -\x18\xfa\x79\x7f\x0f\x1d\x95\xed\xd7\xe9\x0d\x51\x94\x2e\xbf\xff\ -\xd8\x89\x93\x78\xe3\x9d\xaf\xc7\xce\xa7\x3e\x8e\xf9\x67\xbf\x88\ -\x56\x73\x84\x66\x73\x8a\xc9\xd2\x61\x5c\x39\xf6\x63\xd8\xb1\xef\ -\x18\xb2\x2c\xc3\xca\x0b\x4f\x60\xe9\xf1\x5f\x41\xbb\xff\x7c\x70\ -\x47\x35\xa1\x08\x70\x1b\x8c\x72\x50\xd6\x86\xd9\x76\x04\x16\x19\ -\x40\x53\x48\x8e\xbf\x2d\x7d\x3a\x32\xf9\xe9\x4c\xa2\x03\x69\x6c\ -\x28\xbd\xd8\x13\xd3\x59\xa5\x7a\x8a\xc0\xb4\x63\xba\x0b\x46\x84\ -\x80\xb2\x56\x58\xd7\xbe\x07\x67\x19\x95\x52\x10\xb2\x20\x15\x61\ -\x8c\xb2\x30\xd3\x78\x80\xaf\x85\x8f\x6a\xf7\x7f\xc9\xcd\x30\x2c\ -\x36\x04\x36\x91\xab\xd4\x0a\xf8\xde\xf8\x2a\xc2\xd2\x20\x8f\xd5\ -\xdf\x10\x59\xe1\x40\x9f\x51\x45\x74\xd0\x11\x09\x38\xc5\x74\x5e\ -\xc7\x13\x81\x10\x94\x45\xbe\x50\xb7\x95\x3b\xe4\xf4\x5c\x59\x53\ -\x6d\x21\x6b\x9e\x17\xf4\x56\xf5\x93\xe2\xfd\x4b\x77\x4a\x95\x13\ -\x37\x32\x0b\xea\x18\xc9\x62\x5a\x1b\x21\x28\x78\x8a\xe2\x02\x4b\ -\xfe\x49\x83\x58\xa8\x63\x8b\xaf\x9d\x45\x51\x2c\x3e\x2f\x40\x2c\ -\xbf\x4d\x5b\x91\xf2\xc6\x00\x54\xba\x6d\xb4\x45\xe1\x82\x7e\xa3\ -\x71\x81\xc1\x70\xe4\xcf\xee\xeb\xfb\x74\xdf\xa1\x9c\xe7\x37\xf1\ -\xcb\x7d\xbb\xf7\x1e\xc4\xeb\x5f\xf7\x06\xec\x7a\xe1\x01\x6c\x78\ -\xea\x3e\x34\xb2\x21\x5a\xad\x09\x68\x76\x23\x5e\x3c\xf4\xa3\xd8\ -\x70\xe0\x56\x2c\x2c\x2c\xe0\xfc\xd9\xe7\xd1\x3a\xfd\x11\xcc\x5f\ -\xf8\x82\xa7\xb5\x51\x46\x3b\x58\x56\x4b\x19\xca\x32\x83\x6d\x2d\ -\xc0\x2e\xed\x83\x31\x40\x06\xb7\xf3\x8f\xe4\xe4\x1f\xf7\xdb\xf8\ -\x11\xf0\x16\x58\xce\xa2\x33\xb5\x40\xcd\x21\x52\xb5\x5e\xfe\x52\ -\x40\x21\x88\x14\xbb\xbf\x41\x56\x82\x57\xe5\x4e\xed\x09\x32\x14\ -\xf4\x34\x72\xa4\x23\x0e\x69\x80\x09\xf0\xcd\xfd\x67\xa6\x2a\xe5\ -\x57\x3f\x23\xef\x44\x7b\x03\xfa\xaa\xf5\x3a\xb5\xa7\xa1\xda\x30\ -\xa1\x9e\xd8\x5b\x36\xc9\xb1\x62\x75\x12\x14\xae\x75\x3b\x0f\x40\ -\x54\x85\x89\x9c\x46\x67\xc5\xdd\x22\x79\x2a\x10\x8c\x61\x8f\xc2\ -\x1d\xb6\x02\xe9\xdc\xdd\x5f\xe9\xe9\xb8\x72\x89\x95\xaa\xf3\x24\ -\xa0\x84\x8a\xa7\x0b\xf5\x04\xd3\x4a\xef\x78\xa0\xd7\xed\xd7\x22\ -\x72\x3c\x66\x01\x98\xf4\x09\x66\xbc\x72\x4d\x2b\x4b\xa6\xc6\xd1\ -\x50\x94\xdf\xfa\x15\x75\xeb\x37\xf8\x4c\xa6\x18\xf8\x83\x3c\x57\ -\xbb\xfe\x1c\x3f\x1f\xfc\xeb\x74\x9d\xf2\x9b\xac\x85\xad\xdb\x76\ -\xe1\xce\x3b\xdf\x88\x83\x93\x33\x58\x3c\xfd\x09\xe4\xb6\x87\xf6\ -\xec\x18\xa6\x65\x70\x79\xdf\x5b\x60\x0e\xbd\x11\x5b\xb7\x6d\x47\ -\xaf\xd7\xc5\xf8\xcc\xe7\xb1\xe3\xcc\x87\xc3\x1e\x7f\x00\xe2\xf6\ -\x33\x69\xc9\x80\xca\xdc\x79\x00\x0b\xdb\x80\xc5\x1d\xce\x22\x59\ -\xa5\xf8\xca\x0b\x20\x8e\x05\xc8\xd0\x32\x57\x9b\x20\xb8\xe6\x83\ -\xb2\xf6\x75\x51\xf9\x04\x60\x23\x63\xe1\xa7\x9e\x24\x7f\x7a\x40\ -\x25\x96\x4b\x19\x40\xc5\xc6\x98\x3a\xae\xae\x25\x3f\x08\x5e\x86\ -\x9c\xf9\xa7\xa7\x2f\xba\xef\x2c\xeb\x6c\xdd\x15\xff\x19\x44\x6a\ -\x9b\xa8\xc8\x82\xff\x8e\x05\x49\x83\x82\xd1\xc9\x45\x2f\xad\xfc\ -\xc0\x7a\x27\x02\x89\x75\x8e\x4d\x9f\xe1\x7b\xc1\x6b\x71\xbf\x3d\ -\xc1\xc2\x4a\x9f\x42\x5e\x65\xe1\x05\x1b\xf4\x17\x7a\x69\x2f\x09\ -\x2e\x85\x79\xa7\xfa\x52\x45\x8e\x23\xd4\x5d\x93\x0b\x08\xca\xcb\ -\xca\xaf\x14\x37\x16\xa4\x74\x1a\xa0\xda\xd5\x0c\xd4\x83\xf7\x87\ -\x3e\x84\x7e\x84\xf6\xb4\xcb\x48\x06\x2e\xc7\x1f\xee\xe5\x1d\x45\ -\xe1\xce\xf3\x1b\xfa\xbd\xfd\xab\x1d\x77\x7e\xff\x4a\x6f\xe8\x3d\ -\x80\x11\x46\xfe\x1c\xbf\x8d\x8b\xcb\x78\xfd\x1b\xee\xc1\x89\x8d\ -\x05\xb6\x7c\xed\xf7\xd0\x9c\xac\xa0\x35\x33\x41\xde\x2c\xd0\x5d\ -\xbe\x15\x57\x0e\x7e\x3f\x0e\xec\x39\x08\x6b\x2d\x2e\x3d\xf3\x28\ -\x96\x4f\xbf\x1f\xcd\xfe\x0b\x08\xa0\xac\x95\xd0\xf7\x99\x80\xd2\ -\x66\xee\xb8\xb3\xcd\xfb\x60\x66\x37\x8a\xf7\xc2\xef\x0a\x73\xee\ -\x7f\x78\xdb\x8e\xf1\x01\x53\x1b\x60\xa4\x4a\x2b\xe5\x03\x3b\xaa\ -\x79\xda\xa5\x74\x13\xdd\x0a\xd3\x41\x76\xc4\xb5\xb1\x88\x0e\xc3\ -\x48\xdc\x7f\xd7\x5c\xc8\x3c\x8d\x9a\x60\x8f\x9b\x54\x9d\xba\xbf\ -\x7a\xf9\xd1\xcb\x4e\x98\x9d\xf8\x7b\x29\xa4\xf0\x50\x52\x8f\x11\ -\x2c\xfb\x2c\xef\x9e\x5e\xd2\x9b\x18\x48\x22\xcc\xf3\x63\x88\x0c\ -\xad\xf0\xa9\x5a\x96\xaf\xf5\x59\x05\x58\x83\xa7\xdc\x21\x37\x67\ -\x42\xda\x7b\xb9\xaf\xa7\x06\x21\xa8\x83\x58\x39\x45\x41\x4c\x70\ -\x25\xa5\x4a\x35\x5a\xed\x31\x54\xac\x3b\x33\x2e\x8b\xdc\xbd\x18\ -\xf9\xdd\x0f\x56\x7c\xf1\x14\xc0\x1e\xbb\x40\x70\x0c\x04\x11\x4a\ -\x45\x4d\x86\xf1\xbe\x44\x70\x46\xc6\x25\x34\xe1\x13\x7e\x7c\x9c\ -\x81\x0f\xf3\x9c\x96\x18\x8e\xdc\xd6\xde\x55\x0e\xf4\x75\x47\x3e\ -\xd5\x77\x88\xc1\xc8\x45\xfc\xe7\xe7\x37\xe0\xb6\x57\xbe\x1a\xd7\ -\xed\x5c\xc4\x96\x6f\xbc\x1f\x8d\xce\x59\x34\x5b\x53\xb4\x5a\x63\ -\x4c\x17\x76\xe2\xe2\x91\x1f\xc1\x96\x03\x27\x31\x33\x3b\x8b\x17\ -\x9e\x3d\x83\xf6\xe9\x0f\x63\xfe\xfc\x17\x21\x99\x67\x24\x06\xd3\ -\x29\xbe\xef\xb3\xb5\xde\xfa\x67\x39\xec\xf2\x41\xe4\x79\x0b\x06\ -\x53\xb0\x82\x91\x2d\x14\x0f\x39\x78\x6a\x03\x19\x84\xce\x8a\xb1\ -\xc6\xcf\x6b\x35\x57\x58\xb1\x22\xab\x9f\x28\x04\x98\xfe\x0a\x25\ -\x35\x57\x35\x30\x8b\x01\x8d\x97\xd1\x42\x7d\xb1\x67\xa0\x01\x86\ -\xf9\x23\xb2\xa3\xbd\x48\xe6\x19\x1b\x33\xa5\xbe\x54\x65\x73\x24\ -\xef\xc1\x20\x2a\x7f\x36\x0a\x30\x86\xbe\xb1\x1e\x7d\x67\x6f\x88\ -\x47\x5f\x0f\xb6\xeb\x7b\x22\x50\x12\xb0\x09\x07\x3f\x42\xe6\x7e\ -\x5c\xd6\x10\xef\xb9\xa7\xd0\x7f\xf5\x4a\x66\x26\x6a\x34\x50\x51\ -\x22\xbe\x62\x84\x47\x8d\x62\x49\x7b\x5e\xd0\xd2\xf9\x67\xe4\xa0\ -\xd7\x4d\x35\x4c\xe6\x89\xe9\xd7\xb9\x05\x04\xa8\xb6\x7c\xfc\xac\ -\x91\xdf\xc4\x34\x8a\xfa\x54\x85\x0c\x06\x3e\xf6\x36\x88\x8c\xca\ -\xf4\x73\xae\x7f\xdf\x5b\xfe\x2b\xab\x7d\x35\xff\x1f\xa2\xd7\x1f\ -\x49\xd0\xef\xba\xeb\x6f\xc6\x6d\xa7\x4e\x60\xdb\xa3\xbf\x89\x99\ -\x4b\xa7\xd1\xc8\xa7\x68\xb7\x47\x40\x6b\x06\x17\x0f\x7c\x1f\xda\ -\x07\xee\xc0\x96\x2d\x5b\xd0\x59\x5d\xc1\xe4\xa9\xfb\xb0\xe7\x99\ -\x0f\x23\x2b\x47\xce\xc5\x07\x43\x60\x70\xff\x01\xb7\xd3\xd0\xda\ -\x0c\xb6\xcc\x80\xe6\x2c\xcc\xd6\x43\x0e\xb4\x2c\x67\xfc\x95\xca\ -\xfa\x87\xf4\x5f\x6b\x2d\x48\x79\x04\xe9\xc1\x4f\xee\x43\x26\x63\ -\xd7\xaf\xf7\x32\x51\xa1\xb5\x2e\x2f\x33\xec\xf5\xad\x55\xbc\xc2\ -\x66\xdf\x9f\x1a\xcf\x33\x5e\x36\x36\xfe\xf0\x0b\xff\x9a\x33\x0f\ -\x02\x02\x0d\xde\xba\xc5\xa7\xfc\xaa\xd7\x79\xe8\xf6\xd8\x8b\xe4\ -\x1f\xca\x23\x8c\x5c\x7c\xfe\x5a\x5b\x57\xdd\x1f\xfd\x5b\xba\x4d\ -\xaa\xef\xd1\x40\xe5\x5a\x17\x00\xe0\xc3\x40\x18\x03\x8c\x74\x26\ -\x9d\x6f\xa9\xa4\x1e\x13\x7a\x1e\x8c\xb7\x52\x68\x56\x1e\x32\x92\ -\x4f\xad\xcb\x85\x48\xad\xca\x2f\x17\x45\x47\xf4\x62\x06\xf9\x6e\ -\x4d\x41\xaa\x57\x45\xd9\x73\xef\x81\x22\x71\x22\x83\x90\xb2\x50\ -\x53\xf0\x4c\x8c\x30\x98\xdd\x42\x92\x69\x5c\x14\xfc\x49\x99\x24\ -\xf3\x7e\x03\xf8\x43\x44\x88\x80\x69\x49\x6e\xc9\x6f\xe4\xd6\xfb\ -\x3b\x7d\x17\xe8\x5b\xe9\x84\x1c\xff\x69\x09\x34\x5b\x33\x38\x74\ -\xcd\x71\xdc\x71\xdb\x2b\xb1\xe3\x99\x4f\x61\xe1\xdc\x43\xc8\x4c\ -\x81\x56\x7b\x8c\xac\x61\xb1\xb2\xfd\x55\x18\x1e\x78\x33\x0e\xed\ -\xd9\x87\xa2\x28\x70\xf9\x99\x6f\x62\xeb\x53\xef\x47\x6b\x78\x2e\ -\xa6\x87\xd2\x09\x17\x0c\x74\xff\x6d\x99\x3b\x90\x98\x5f\x02\x96\ -\xf6\x82\x03\x7d\x96\xd7\xfc\xe1\xe7\xff\x3e\x0e\x00\xef\x01\xc8\ -\x1c\x5d\x34\x82\x25\x3d\xe5\x8d\x89\xba\x21\x46\x20\x16\x24\xe1\ -\xab\x58\xfa\xc8\x8f\xcf\x02\xcf\xc1\x60\xa6\x95\x48\x7b\x6e\x14\ -\x80\x83\x22\xff\x2e\x54\xa7\x0c\x47\x38\xef\x42\x2b\x32\x33\x3c\ -\x44\xf3\x49\xda\xe2\x21\x86\xf1\xb9\x57\xa5\x87\x15\x0e\x12\xf0\ -\x48\x46\xa8\x5c\x7f\xf9\x56\xb7\x23\x4f\x47\x64\x89\x6b\x49\xe4\ -\x6b\x5d\x63\x00\x91\xc3\x21\x7f\xe8\x0e\x04\x8b\x18\xa1\xb4\x76\ -\xb7\x2a\x0a\xa1\x5a\xf0\xcc\x4a\x95\x5f\x12\x41\x22\xf4\x4c\x1c\ -\x6d\x02\xf4\x8a\x83\x54\xce\x42\x42\xd1\xc3\x4a\xb9\x95\x00\xc9\ -\x98\x92\xe7\x44\xf9\x43\x63\x44\xc6\x9f\x73\x12\xb2\x02\x19\x14\ -\x8c\x34\x10\x98\x24\x1e\x8f\xb4\xef\x96\xb2\x38\xe8\x37\x99\x16\ -\x18\x8e\xdd\x91\x5e\x2b\x1d\x97\xe0\xd3\xe9\x0d\xd1\xf1\x2f\xef\ -\x98\x4c\x09\x59\xb3\x8d\x6d\x3b\xf7\xe0\x75\xaf\x7b\x3d\x76\xad\ -\x7c\x13\x1b\x9f\xfa\x0c\x32\x3b\x45\xb3\x3d\x46\xb3\x35\xc5\x78\ -\xf1\x20\x2e\x1c\xfa\x61\xec\xd8\x77\x14\xed\x76\x1b\xcf\x9e\x39\ -\x8d\xf9\xd3\x1f\xc2\x86\xcb\x5f\xf5\xfd\xf7\xe7\xfb\x29\xd9\x51\ -\xb9\x7d\x6e\xed\xdf\xe6\xee\xbb\xa5\x7d\xa0\xf9\xcd\xca\xd2\x73\ -\xc0\x8f\xf9\xe8\x13\x7f\xac\x8a\xbe\x6b\x42\x69\xfd\x8f\x3c\xbd\ -\x40\xdb\x28\xa3\x8e\x03\x6e\xa9\x38\x89\x8e\xb8\x7b\x62\x7c\x34\ -\x00\xa7\x32\xc5\x53\x03\xef\x35\xc4\x86\x07\x61\xea\xa7\x3c\x38\ -\x9e\x02\xe8\x64\x23\x52\xfd\x88\xac\xbf\x21\x75\xf0\x49\x30\x40\ -\x6a\xc0\xca\x52\x6a\x29\x0d\xc6\x4b\xce\x55\x4a\x95\x5f\xfa\xa0\ -\x08\x90\x2a\xbf\x1a\x4f\x62\x86\xd7\x6f\x33\x50\x7a\x82\x8a\xa9\ -\xf4\x0a\x61\x10\x51\x5f\x59\x60\xea\xca\x24\x65\xf9\x47\xe4\xb6\ -\x49\x45\x8a\x21\xac\x9d\x89\x4f\x95\xe8\x38\xb7\xc0\x6c\x8a\xdd\ -\x0c\xa9\x16\x9a\x01\xfc\xb8\x3e\x67\x90\x48\x7e\x84\xb1\x18\xf5\ -\xbc\xc8\x46\x12\x7b\x50\x43\x88\x82\x4a\x90\xc3\xb3\xfc\xbc\xdf\ -\x25\xfc\xf4\xfc\x51\xde\xce\xed\x1f\xc8\xbc\x7f\x38\x2e\x60\xf2\ -\x26\x36\x2d\x6d\xc1\xeb\xbe\xe7\x2e\x1c\xc8\x3b\xd8\xf6\xe4\xc7\ -\xd1\x28\x86\x68\x34\x0b\xb4\xda\x13\xd8\xf6\x3c\xce\xed\xfb\x7e\ -\x2c\xec\xbf\x05\xcb\xcb\x5b\x70\xf9\xd2\x25\x4c\x9f\xfc\x34\x76\ -\xbe\xf0\x7b\x30\xe5\x04\x94\x08\x62\x98\x02\x40\xc0\xa1\x2c\x73\ -\x58\x9b\x01\x26\x03\x6d\x3b\x02\xd3\x9a\x45\x96\x11\xa8\xf4\x74\ -\xf4\x6f\x58\x0a\x87\xbf\xba\xe0\xa0\x31\xbc\x79\x29\xd0\x47\xa6\ -\x87\x14\x82\xab\x21\x4b\x03\xd5\x9f\x6c\x45\x85\x45\x4a\x29\xa8\ -\x92\x65\x51\xb9\x8c\x77\x62\x62\x67\x8f\x65\x36\x06\x29\x9d\x57\ -\x52\xc9\x10\x15\x60\xe1\x3f\x83\x77\xc0\x7d\x09\x32\xc3\x5e\x42\ -\xe8\x53\x54\x8d\x36\x88\xea\x72\xe0\xc4\x1d\x0d\x2b\x4f\xfa\x19\ -\xf9\x58\x77\x68\x0e\x0f\xad\xe6\xfb\xac\x5a\xf2\x2f\x78\x49\x43\ -\x21\x91\x25\x30\x07\x01\xed\xb4\x40\xc9\xb3\x24\xc2\xa2\xcc\x6b\ -\x5c\x79\xfa\x77\x44\x40\x7e\x8c\x12\x25\xd4\x80\xab\x1e\x90\x28\ -\xbe\x13\x40\x59\xb6\x0c\x03\x79\xc9\xf6\x85\x99\xa6\xca\xd8\x48\ -\xa6\xa2\x2f\x83\xb7\xa1\x9f\x61\xa6\x8a\x07\xe1\x5d\x7e\x93\xe5\ -\x40\x96\xc3\x98\x1c\x45\xc9\x47\x79\x17\xe8\x7a\x6b\xef\x82\x7e\ -\x03\xd9\xe2\xdb\x1f\x4e\x00\xe4\x98\xdf\xb0\x88\xdb\xef\xf8\x1e\ -\x1c\xdb\x32\x87\xed\x8f\xff\x2e\x9a\xfd\xf3\xc8\x1b\x25\x5a\x33\ -\x23\x64\x4d\x83\xcb\xbb\xee\xc6\x78\xef\x5d\xd8\xb9\x6b\x37\xc6\ -\xe3\x31\x2e\x3e\xfd\x30\xb6\x3c\xfd\x01\x34\x47\x17\xc2\xe8\x58\ -\x43\x48\xb3\xc4\xe7\x4a\x5a\x97\xfc\x03\x32\x40\x63\x06\xb4\xe5\ -\x08\x4c\xee\xcf\x1f\xa4\x12\xd6\x16\xee\xc0\x0c\x0d\x02\xb2\x34\ -\x48\x11\x3d\x48\x78\xe6\xc7\x5f\x39\xc1\x36\x28\x98\x53\x2e\xa6\ -\x5e\xb0\x9e\xfc\xb2\x8e\x88\x27\xe9\x14\x4f\x64\x22\xb9\xf4\x14\ -\x4c\xca\xd6\x1b\x2c\x52\x9f\xb4\x45\x56\xea\xbd\xb6\x8c\xd7\x88\ -\x7c\xb8\x11\x55\x8e\x70\xf0\x49\x12\x24\xe6\x31\xa8\x69\x2f\xea\ -\xe8\x14\xf5\x93\x3d\x1c\xaa\x8c\xeb\xe5\x07\x00\xdd\x51\x6d\x01\ -\x11\xdc\xa6\xd8\xe5\xf1\xc5\x95\x02\xc6\xff\xb5\x57\x50\x07\x0a\ -\xae\xee\x40\xc3\x10\xf1\x8c\xf9\xad\x08\x69\x14\x81\x65\x92\xa6\ -\x88\xc3\x2e\x29\xd7\xa8\xa7\x1a\x31\x97\x02\x9f\x43\xc5\xf5\xf3\ -\x37\xf9\x2b\x7e\xbe\xfe\x96\x53\x3e\xce\xe4\x22\x02\x0a\xff\xca\ -\x6e\xb7\xde\x3f\x42\xaf\x3f\xf4\x69\xbe\x43\x01\x81\xfe\x60\x02\ -\x8b\x0c\xcd\xf6\x1c\xae\xbf\xe1\x15\xb8\xee\xe0\x5e\x6c\x3d\xfd\ -\x51\xcc\x5e\xfe\x36\x8c\xb1\x68\xb5\xc6\x68\x34\x0a\xf4\x17\x8f\ -\xe2\xc2\xde\xb7\x63\xf7\xc1\xa3\x68\xb5\x5a\x38\xf7\xfc\x33\x98\ -\x3f\xf3\xdb\xd8\x78\xf9\x2b\x7e\xbc\x46\x48\x10\x48\x11\x76\xfd\ -\x01\x80\xa5\x1c\xb6\x74\x2f\xc4\xa0\xf9\xcd\xc0\xf2\x01\x64\x4c\ -\x4e\xf8\x1d\x75\xe4\x02\x80\x1c\x0c\xb4\x54\xc2\xaa\x3d\x12\x81\ -\xde\xf1\x34\x4e\x92\x75\x2a\xc2\x1d\x4b\x37\x2b\xbb\x51\xff\x23\ -\x86\xa8\xe0\xae\xc8\x53\xf4\xb4\x49\x6b\x8b\x2f\x55\x67\x34\xcf\ -\x8f\x38\xaa\xc1\x0c\xd0\x87\xda\x20\xea\x0a\xc7\x0b\xd2\x33\x32\ -\x4d\x55\x0e\x10\x8f\x43\x0c\x13\x29\xd9\x16\x95\xe0\x7b\xdc\x5c\ -\xa2\x57\xfc\x23\x92\xe9\xd0\xdf\xf5\x3d\x16\xbc\xe2\x5f\x6b\xa7\ -\x45\x63\x29\x7f\xe0\xe9\x82\x2e\x4f\x82\x21\x06\x50\xae\x22\x94\ -\x10\x29\xeb\xa1\x07\x1a\x35\xaf\xdc\x39\xdd\xbf\x1a\x2b\x4f\xfa\ -\x93\x9a\x3b\x45\x55\xf2\x07\xd9\xa3\x10\xb2\xb1\x08\x8e\xe1\x44\ -\x80\xec\xc7\xd6\x73\x5e\xf8\x20\x4f\x24\x90\xac\x66\xbe\x62\x49\ -\xf9\x37\x3e\xdb\xaf\xc4\x64\x52\xb8\xb7\xf6\xf6\x86\x58\xe9\xf4\ -\xd0\xed\x0f\xd1\xe9\x0d\xc4\x13\x98\x96\x84\x2c\x6f\x61\xff\xc1\ -\x23\xb8\xfe\xd4\x29\xec\x38\x77\x3f\x36\x9e\xfd\x2a\x00\x8b\x56\ -\x73\x82\x66\x6b\x82\x72\x6e\x33\xce\xee\x7f\x0f\x36\x1f\xbc\x19\ -\x9b\x37\x6f\xc6\xc5\x8b\x17\x31\x79\xfa\x7e\xec\x3e\xf7\xfb\xc8\ -\xec\x04\x44\x89\x70\xa6\x7c\x24\x80\xc8\xc0\x96\x99\x73\xff\x01\ -\xd0\xa6\xbd\x30\x1b\xb6\x80\x27\x0a\x61\xc9\x89\x77\xfe\xb1\x17\ -\x40\xee\xb3\xbf\xc7\x02\x1d\x76\x4d\x66\x6b\x67\xc9\xe9\xf6\x23\ -\x19\x67\xcd\xf3\x3f\x7c\x8a\xac\x81\x3a\x79\x17\x50\xbb\xfb\xd6\ -\xac\x36\xd4\x43\x4a\xf1\x05\xd4\xb3\x84\xf9\x31\x18\x38\xa7\xcd\ -\x84\x63\xbe\x42\xa7\x00\x93\xb9\x63\xf1\xb9\x1d\xbf\x4d\x97\xb3\ -\x21\x59\x0e\x24\x50\xec\x41\x38\x18\xd0\xd4\xe2\x03\x0c\x02\x9a\ -\x0e\x92\x55\x09\x4e\x4d\xaf\x1f\xab\xbe\xd6\xf1\x54\x60\x35\xa0\ -\x88\x52\x2f\xc1\x05\x7f\x89\xb2\x69\xc5\x63\xc6\xab\xf9\x7e\x25\ -\xf2\xbf\x86\xdb\xe6\x08\x1c\x04\xa3\x46\xa6\xbf\x43\x7f\x02\xca\ -\xf3\x2e\x35\x09\xfa\x44\x84\x56\x00\x67\x8c\x7b\x1f\x20\x65\xca\ -\x6e\x26\x82\x6d\x4c\xed\xbb\x01\x88\x00\x63\x01\x6b\xdc\x8b\x3d\ -\xca\x92\x30\x9e\x16\x18\x8c\xc6\xfe\x4c\x3f\x7f\xa4\x57\x27\x1c\ -\xe7\x3d\x99\x5a\xc0\x34\xb1\x6d\xfb\x2e\xbc\xfa\x35\xdf\x83\x5d\ -\xbd\xd3\x58\x7e\xfa\xb3\xc8\xec\xd4\xcf\xfb\xc7\x30\xcd\x1c\xe7\ -\x77\xdc\x0d\xbb\xe7\x0e\xec\xdc\xb5\x0b\xa3\xd1\x08\x17\x9e\xfe\ -\x26\x76\x3d\xf3\xeb\x68\x0d\x5e\x10\x08\x92\xce\xb0\x1e\xcb\x7f\ -\x47\x38\xb7\xf4\xe7\x82\x7f\xc8\x32\xd8\xad\x47\x60\x5a\x73\x90\ -\x00\xa0\x2d\xfd\xbb\xff\xd4\x0a\x00\x95\x80\x2d\x1d\x0d\x2d\x07\ -\xb4\xac\x3a\x1c\x04\x70\xa0\x90\x27\xaa\x9f\x1a\x91\x0a\x73\x20\ -\x4a\xf2\x1d\x38\x18\xb1\x4a\x3c\x3a\xa9\x04\x22\x18\x06\x10\xe7\ -\xb8\xe2\x5d\x88\x10\x20\xf6\x2a\x35\x60\x20\x58\x70\x63\xfc\xaa\ -\x91\xa7\x2e\x91\x80\x3b\x37\x4d\x02\x9c\xde\x88\x88\xd9\x46\xb4\ -\xa1\x2a\x9a\x3a\x89\xe1\x33\xa0\xcc\xed\x64\x35\xac\x17\x26\x81\ -\xa7\x1a\x8f\x9b\xaf\x97\x1f\x00\xd6\x00\x6e\x26\x0a\xab\x48\xc4\ -\x2e\x41\xea\x58\x04\xfd\xcd\x40\x73\x82\x3f\xef\x4c\x3d\xe6\x2d\ -\x7e\xc4\x7f\x83\xb8\x1e\x82\x7f\x31\x49\x6c\x67\x29\x22\xb6\x22\ -\x6e\x82\xbc\xfc\x9d\x43\x5c\x13\xd5\x1f\x5e\x24\xe2\x7f\x99\x50\ -\x45\x75\x83\x91\x6f\x5b\xcf\x39\x0d\xe4\x3d\x70\x6e\x38\xae\x1f\ -\x16\x04\xb2\x40\x51\xc2\x6d\xf2\x19\x4f\xd1\xef\x8f\xd1\xed\xf9\ -\x8d\x3d\x5d\x3e\xd3\x6f\x80\xe1\xa8\x00\x21\xc7\xc6\xc5\x25\xdc\ -\xfa\xca\x57\x63\x67\xd6\xc5\xce\xa7\x3e\x81\xc6\xb8\x83\x2c\xb7\ -\x68\xb5\x47\xc8\x1a\x25\xba\x9b\xae\xc7\xe5\x3d\x6f\xc5\xa1\x83\ -\xd7\xa0\xd1\x68\xe0\xd9\xa7\x9f\xc4\xc2\xd3\xbf\x83\xc5\xcb\x0f\ -\x32\x91\x7c\x1f\x78\x0a\x60\x92\xff\xfe\x9e\x8f\xfe\x83\x00\xb4\ -\x66\x40\xdb\x8e\xf8\x83\x74\x48\xe6\xfc\xac\xf4\x86\xac\xc4\x02\ -\x64\x73\x10\xe7\xe2\xdb\x90\x9e\x1b\xb8\xa2\xd9\x41\x4c\x1c\xc5\ -\xcd\xa0\x74\xb2\x51\xca\x0b\x83\x16\x81\xe0\x85\x68\xfe\x29\x8b\ -\xab\xad\xaa\xe6\x45\xd5\xb7\x40\xec\xa6\x33\xff\x83\x21\x89\xa7\ -\xb5\xde\xf8\x21\xf5\x18\xbc\x97\xc3\x02\x12\x09\x27\x7f\x0c\x4b\ -\x91\x32\x8a\xd4\xfa\xeb\x58\x09\xd7\x4e\x00\x81\x41\x34\x2c\x4b\ -\x8a\xb4\x6b\x10\x4b\xae\xbf\x94\x13\x81\xe4\x4a\x0c\x60\xed\x7d\ -\x26\x42\xad\xa7\x90\xb8\x35\x0a\x29\xa5\xb4\x81\x7a\x4d\xb3\xfb\ -\x22\x2c\x17\xb1\xb6\x99\xe8\xf9\xba\xfc\x7f\xc5\x82\xa8\x8c\x58\ -\x92\x48\x89\x4d\xf5\x1c\x49\xbf\x6c\xa7\x89\xae\x23\xc4\x7a\xa9\ -\x4b\xe0\xcf\xcb\xb2\xb5\x8e\xa1\x25\x19\xbf\xc9\xc7\xef\xef\x1f\ -\x8c\xdc\x92\x5f\x2f\xcc\xfb\x7b\xfd\x31\x4a\x32\x98\x99\x5b\xc0\ -\x0d\x37\xdd\x86\xc3\x3b\x96\xb0\xe7\x89\x0f\x63\xb6\x77\x16\xc6\ -\x10\x5a\xad\x31\x9a\xcd\x29\xa6\x33\x4b\x78\x7e\xf7\xf7\x61\xcb\ -\xc1\x53\xd8\xb4\x69\x13\x2e\x9c\x3f\x8f\xc9\x99\xcf\x61\xef\xd9\ -\xdf\x96\x84\x9f\x68\xe0\xec\x01\x44\xbc\xf1\xa9\xbf\x65\x0e\xb2\ -\xbe\xef\x73\xcb\x30\x5b\x0e\xfa\x77\x71\x10\x78\xce\x2f\x81\x3f\ -\x59\xbf\x20\x89\x03\x48\x7e\x00\x42\xae\x40\xe0\x4d\x00\x5f\x4a\ -\xe8\x9a\xd2\x4d\x0c\x87\x9e\x1f\x2b\x8f\x50\x0c\xaf\x28\x0c\xf9\ -\xf3\x15\x10\x94\x29\x1e\xb4\xf0\x53\xd7\xff\x92\x97\x8a\x11\x84\ -\x18\x57\xe0\xb5\xab\xdd\x06\x32\xf8\xf1\x89\xc5\x8f\xda\x4f\xfa\ -\xc7\xdf\x21\x00\x43\x94\xf3\x02\xa5\x26\x09\xa0\xf0\x9b\x8c\xe3\ -\x95\xaf\xc4\xf8\x60\x9d\xdf\x0e\x2c\x8a\xc5\xf3\x5f\x9d\xde\xc9\ -\x28\xaa\xdd\x30\xcf\x44\xb7\xbd\x9e\xd3\x6f\x7d\x51\x7d\x2a\x50\ -\x6d\x6b\xf1\xe7\x3a\xdb\x2b\x6d\xea\x3e\x6a\xf7\x41\x50\x44\xa3\ -\x6e\x22\x07\xe4\x9e\xd2\x80\xe3\x9e\x55\x0a\xa4\x0e\xfc\x60\x30\ -\x63\x4c\x4e\x85\x43\xaa\xf5\xcf\x91\x3f\xb0\xa2\xe4\x63\xbd\x26\ -\x05\x86\xa3\x31\x3a\xbd\x81\x9b\xf7\xf3\x92\x5f\x77\x88\x6e\x6f\ -\x84\x69\x49\x68\xb6\x66\x70\xf4\xf8\x49\x5c\x7f\xe2\x38\xf6\x3c\ -\xff\xc7\xd8\x78\xf9\x31\xc0\x10\x1a\x4d\x97\xea\x8b\x46\x03\x2f\ -\xec\x78\x33\xf2\xfd\xaf\xc5\xae\xdd\x7b\x30\x1a\x8d\xf0\xe2\x99\ -\x6f\x60\xcf\xb3\x1f\x40\x7b\x78\x56\x89\x1f\xd3\x39\x28\xbf\x1c\ -\xfe\x81\x70\xea\xaf\xb5\xb9\x00\x46\xb9\xf9\x00\xec\x86\xad\x68\ -\xc9\x92\x97\x05\xd9\xc2\xa7\x00\xab\x4d\x40\x51\x70\x4f\x29\x7f\ -\x2a\xc8\x4a\x59\xdd\xbc\x9d\x10\xbd\xf8\x92\x5d\xd9\x48\x10\x02\ -\x68\x04\x2b\x19\xbe\xd7\xe7\x2a\x04\x6f\x93\x89\x5e\x8d\xef\x04\ -\x77\x1c\x6b\x5f\xec\xd1\x2a\x57\xbf\xea\x25\x88\xc0\x84\x7e\xd4\ -\xc9\xb0\xd0\x8e\x42\x9f\xb4\xd0\x29\xc3\x28\x20\x27\xb7\xd4\x56\ -\xfb\x84\x26\xb1\x37\x81\x58\xf4\xfd\xe7\x97\x1f\x00\x84\x89\x08\ -\x0c\xa9\x98\x7d\xbd\x7e\x6e\xa4\x3c\x5b\xea\x94\x50\x7c\x1a\x8a\ -\xfb\xc2\x86\x81\x1a\xa5\x64\x08\xf3\x3c\x20\x00\x88\x94\x53\x6e\ -\x5b\xd4\x1b\x52\x1f\x44\x3e\xd2\xa8\x2b\x94\x6f\xaf\xee\xf3\x58\ -\xd4\x32\xa0\xef\x85\xf4\xcb\x44\x0c\x30\xe1\x77\x6a\xc5\x1c\x31\ -\x9c\x62\x90\xf3\x02\xc6\x93\x02\xc3\xe1\x04\xdd\xee\xd0\xad\xf7\ -\x77\xdd\xce\xbe\xd5\xee\x00\xdd\xde\x00\xe3\xa9\x45\x9e\xb7\xb0\ -\x73\xf7\x7e\xdc\x74\xd3\x2d\xd8\xd9\x79\x14\x5b\xce\x7e\x11\xc6\ -\x16\xc8\x1b\x25\xda\xed\x31\xb2\x06\x61\x75\xf9\x66\xac\xee\xfd\ -\x5e\x1c\x3b\x74\x0d\xf2\x3c\xc7\x99\x27\x4f\x63\xfe\x99\xdf\xc3\ -\xa6\x95\x07\x11\xa6\x50\x06\x61\x0a\xe0\x15\x5f\x80\xc0\x48\xff\ -\x24\xf5\x17\x00\xb2\x1c\xb4\xe3\x18\xb2\xd6\x2c\xfc\xf6\x24\x67\ -\xfd\x7d\x0c\x80\x6c\x01\x09\x04\xca\xc6\x20\xcf\xdb\x32\x44\xf9\ -\x03\x76\x7a\xa5\xb7\x16\x94\xb9\xf6\xe0\x41\x20\x08\xb9\x97\xa7\ -\x60\xde\x83\xcc\x28\xd0\x8e\xf9\x9b\xf0\x53\x44\x52\x03\x05\x62\ -\xaf\xae\x72\xc5\x72\x1c\x26\x22\xe9\xca\x96\xb7\xe9\xa4\x02\xa2\ -\x14\x40\x28\x88\x42\x48\xa8\x62\x99\x30\xfe\x39\x8a\x6e\x84\xfe\ -\x21\x1d\x1b\x52\x63\x42\x62\xa0\x64\x7e\x52\x53\x8d\xbe\xd6\xf7\ -\x48\x30\x8d\xad\x1c\x20\x49\xac\x5f\xd8\x55\xc7\x9d\xaf\x54\x06\ -\x99\xbc\x6b\x64\x17\x6b\xae\xfd\x6e\xfd\x1c\x4f\x25\x58\x7c\x33\ -\xf5\x4c\xb8\xaa\x13\x0d\x6d\x31\xb8\xbb\x01\x35\xa2\x00\xa4\xd4\ -\x16\xee\x8b\x53\x67\x10\x07\xf8\xd2\x31\x81\x22\xaf\xc1\xc0\xc0\ -\xfa\xbd\xdd\x9c\xec\x33\x19\x17\xe8\x0d\x86\xe8\xf4\xfa\x58\x59\ -\xed\x61\xb5\xe3\xde\xde\xdb\xf1\xa7\xf9\x92\xc9\xb1\x71\x71\x33\ -\x6e\x7e\xc5\x2b\xb1\xbd\xbc\x8c\x1d\x67\x3e\x81\x7c\xd2\x47\x96\ -\x11\x5a\xed\x11\x1a\x8d\x29\xa6\x73\xdb\xf1\xdc\xae\x77\x60\xfb\ -\xc1\x53\x58\x5c\x5c\xc4\x85\x0b\x17\x30\x3c\x73\x3f\x8e\x9e\xff\ -\x3d\xe4\xe5\x18\x54\x11\x14\xf5\x37\xe9\xff\xfe\xd4\x5f\x65\xfd\ -\xa9\x35\x0f\xda\x7e\x0c\x79\xc6\xaf\xc2\x72\x00\x60\x6d\xe9\xd7\ -\xf2\xdd\x29\x40\x02\x02\x60\x0f\x41\x59\x7e\x71\x4d\x03\x35\x83\ -\x7e\x7a\x5e\x58\x07\x02\x14\x29\x3d\x05\x65\x59\xeb\x62\x3a\x6b\ -\x90\x8d\x78\x6e\x90\xec\x18\x52\xce\x0f\xc9\x14\x4e\x0c\x8b\xe0\ -\xb7\x11\x0f\xc0\xfd\xd7\xcb\x7b\x89\x49\x12\xc3\x16\x3a\x1a\xcd\ -\xc5\x23\x37\x83\xbc\x9e\x84\xc6\xd6\xda\x9e\x5e\x07\x54\x61\xb9\ -\xdc\x07\x13\x7d\x7f\x2a\xcb\xd7\x8a\x18\xeb\x77\x28\xa8\x0c\x5a\ -\x91\x3d\xd3\x69\x07\xc1\x2d\x77\xd1\x7e\x4f\x48\xaf\xdc\x61\xdc\ -\x8c\x0a\xd6\x3b\x14\x5c\x27\x03\x4a\x18\x68\x10\x9f\xa4\x5d\x6e\ -\x67\x2d\x7c\x37\x40\x9c\x41\xa5\x80\x46\xe6\x20\xe2\xa3\xca\x3c\ -\x4c\xac\xbc\x09\x8e\x18\xe9\xa2\x5c\x9b\x06\x0b\x23\x8b\x86\xbe\ -\x25\xe3\x56\x0b\x4a\xd7\xa6\x25\xc8\xfe\xfe\xfe\x68\xe4\x96\xfc\ -\x56\xfd\xfe\xfe\x6e\x1f\x9d\x4e\x1f\xfd\xc1\x18\xa5\x35\x98\x99\ -\x9d\xc7\x8d\x37\xdf\x8a\xbd\x8b\xb3\xd8\xfb\xe4\x47\xd0\xee\x9d\ -\x87\x31\x84\xa6\x9f\xf7\x53\xb3\x89\x17\xb6\xbf\x09\xf9\x9e\xdb\ -\xb1\x7b\x8f\x73\xfd\xcf\x9d\x79\x04\xbb\xce\xfe\x26\xe6\xc6\xcf\ -\xab\x2e\xfa\x20\x9f\xdf\xf5\xa7\x0c\x2b\x74\x00\x50\x8e\xfd\xf2\ -\x7d\xb7\x1b\xb6\xc3\x2e\xed\x43\x66\xe0\x5d\x7d\x76\xf9\x0b\xb8\ -\x33\xff\x4a\x51\x78\x42\xb2\x5a\xe3\x83\xb2\x61\x9d\x9d\x99\xa4\ -\x83\x55\xb1\xc2\x83\x28\x04\x73\x23\x97\xb9\xe6\xd2\x6e\x7f\xc4\ -\x0e\xe5\x02\x46\xf1\x20\xe6\x2d\x82\xf1\x88\xfa\x60\xd4\xb3\x2c\ -\x6f\x71\x0e\x82\x4e\xff\x15\x4f\x12\xd5\x3e\xa6\xb1\xa1\xca\xa5\ -\xa6\x39\xec\x15\xf0\xf7\xc1\xab\x80\xa2\x55\xf0\x88\x9c\xfc\x65\ -\x0e\x04\x64\x8c\x5e\x66\x11\x42\xa3\x7c\xad\x4b\x22\x90\x90\x81\ -\x15\x53\x82\x37\x50\xc4\x47\x44\x4c\xb6\xb4\x46\x23\xaa\xbf\xe7\ -\x79\x82\x48\xb1\x45\xbf\x83\xd0\x44\x89\x20\xe9\x67\x55\x36\x42\ -\xdd\xa8\x3f\xea\x99\xa8\xcd\xe4\x12\x6f\x24\x76\x59\x52\x37\x54\ -\xfb\x40\x11\x7d\xd2\xf6\x39\xbb\x8e\x80\xd2\x27\xfc\x84\x3c\xff\ -\xbe\x9b\xff\xf3\x56\xdf\xde\x10\x96\x32\x34\x9a\x33\x38\x7c\xe4\ -\x04\xae\x39\x70\x00\xbb\xcf\x7e\x1e\x1b\x57\x4e\x03\x20\xe4\x0d\ -\xb7\xe4\x97\xe7\x16\x2b\x4b\x37\xe0\xd2\xce\x7b\xb0\xef\xe0\x61\ -\xe4\x79\x8e\xe7\x9e\x39\x83\xb9\xe7\x3e\x8a\xe5\xd5\x2f\x7a\x97\ -\xdc\x88\x3e\x6a\xb2\x8a\xfb\xaf\x3c\x81\xb0\xf6\xcf\x26\xd2\xc0\ -\x2e\x1f\x42\x3e\xbf\x04\x03\xeb\x3d\x38\xb7\xe6\xef\xbc\x80\xc2\ -\xcf\xfd\x1d\x08\x64\x11\x29\x39\x22\xaf\x14\xbe\x46\x89\xc4\x1c\ -\x2b\x40\x0a\x5e\x60\xcc\x1b\x13\x09\x97\x56\xe6\xaa\x31\x22\x61\ -\xb5\xb2\xdc\x3a\x86\x11\x01\x8b\xf6\x5c\x21\x6d\x84\x6e\x9a\x4a\ -\xfb\xc6\x18\x98\xcc\xbf\xe0\x56\x01\x0e\x69\x19\xb1\xf1\x4b\x51\ -\xe2\xe1\xf8\xfe\x64\xb1\x3c\x46\x42\x53\x03\x20\x91\xc9\xab\x7b\ -\xac\xe6\x5a\xbf\x3c\x00\xa5\x84\x4c\x76\xa3\x07\xe8\xbe\xe2\x1f\ -\x70\xc9\x0b\xfe\x2e\x51\x58\x6a\x15\xed\x8f\x2d\x7a\x9a\xfd\x25\ -\x89\x37\x70\xd6\x25\x3c\x93\x2c\x81\x54\xcc\xb4\x6a\xa8\xd6\x98\ -\xd4\x3a\x5b\xd1\x67\x09\x5a\x21\x78\x28\x95\x6c\x37\xfd\x04\xbb\ -\x96\x11\x96\x85\x97\x79\x0c\x47\x13\xf4\xfb\x23\x74\x7a\x61\xa9\ -\xaf\xe3\xd7\xfc\xa7\x25\x21\xcf\x5b\xd8\xb1\x6b\x2f\xae\xbf\xe1\ -\x46\xec\xee\x3d\x8e\x9d\x17\xbe\x82\x8c\x4a\x64\xb9\x9b\xf7\xe7\ -\x79\x89\xf1\xdc\x36\x3c\xb3\xfd\x1d\xd8\x71\xe8\x24\x36\x6d\xda\ -\x84\x8b\x17\x2f\xa2\xff\xf4\x17\x70\xec\xfc\x6f\x21\x2f\xdc\xb9\ -\xfe\x81\x0e\xfc\x3b\x56\x7a\xf7\xdf\x83\xb0\xf5\x6f\xfd\x21\x9f\ -\xfc\x93\x37\x40\xbb\xae\x45\xde\x6c\x39\xc7\xae\x24\x04\x57\xdf\ -\xfa\x38\x80\x9a\x0a\x10\xfb\x11\xac\x14\x39\xf8\xf0\x55\x0d\x02\ -\x15\xea\x8b\x18\x85\x38\x8b\xa3\x73\x1d\xaf\xd6\xf2\x06\xe2\x7b\ -\x46\x69\x08\x27\x64\x01\xa5\xde\xaf\x13\x94\x57\x57\x12\x89\x8b\ -\x89\xea\x75\x3c\x4d\xea\x65\x99\x96\x15\x16\x4a\xbc\x0b\x84\xe0\ -\x27\x02\x38\xc4\xc1\x44\x52\x32\x1b\xb7\x6f\x4c\xa0\x87\xc3\x99\ -\x38\x77\x41\xc6\x9e\xe8\x9d\x06\xa5\x75\x7a\x37\x20\x12\x02\x2a\ -\xcb\x98\x06\x5a\xb4\x25\xe7\xc1\xb3\xfb\x44\xca\xfd\xf1\x54\x88\ -\x62\x71\x32\x1c\x26\x7a\x6d\x47\x10\x29\xf1\x1a\x32\xa2\xfb\xe9\ -\xba\x93\x30\x5f\xd7\x69\x50\x53\x4f\x58\x52\xaa\xba\x9d\xaa\x0b\ -\x7e\x8c\xe4\x57\xbe\x08\xee\x58\xaf\x69\x41\xfe\x64\x9f\x29\x7a\ -\x83\xb1\x5b\xea\xeb\x0c\xa2\x9c\xff\xf1\xa4\x04\x51\x86\x0d\x8b\ -\x9b\x71\xcb\xad\xb7\x63\x17\x56\xb1\xe7\xb9\x4f\x23\x9f\xf6\x61\ -\x32\x42\xbb\x3d\x46\xa3\x39\x01\x35\x1a\x78\x76\xcb\x3d\x68\xec\ -\xbb\x1d\x7b\xf6\xec\xc5\x78\x3c\xc6\xf3\xdf\x7e\x18\xbb\xce\xfe\ -\x06\xe6\x86\x4f\x8b\x2c\x6b\x6b\xaf\x3d\x01\x62\x8f\x84\xbd\x2f\ -\x00\x44\xb9\xdf\xfa\xeb\xc7\x31\xb7\x04\x6c\x3b\x86\x3c\xcf\x60\ -\x64\x49\x8f\xa3\xff\xfe\x0c\x00\x5e\xfb\xe2\x75\x7f\x78\xf6\x66\ -\x49\x00\x4d\x7b\x6c\x91\xb2\x12\x80\xcc\x4d\x1d\xbd\xb5\x66\x26\ -\x87\xdc\x09\x56\x2a\x52\x74\x76\x99\x36\x26\xb3\xe1\x64\xea\x88\ -\x0d\x46\xe4\x53\x9e\x23\x84\xf9\x3e\x10\x2c\xaf\xe8\x11\x13\x8d\ -\x41\x4b\x88\x05\x90\x0d\x06\x28\x92\x1b\x6e\x41\xcb\x61\x62\x14\ -\x64\xa8\x41\x47\x2a\x31\x2b\x93\xc8\xaf\x52\xe8\xb0\xb4\xcc\xa3\ -\xd3\xf2\xa9\x56\x02\x12\x10\xe4\x6b\xdd\x3c\x00\x46\x27\xd7\xbe\ -\xb3\x0e\xee\x8f\xe0\xd6\x98\xe4\x99\xd0\xf3\xba\x0e\x53\xf4\x55\ -\x70\xeb\x2c\x64\x57\x1d\x5b\x13\x0a\xa0\x2b\x4f\xcb\x3c\x8a\x5b\ -\xd6\x8c\xa8\xb7\xd4\xd2\x92\x96\x2d\x3d\x3e\x6e\xd3\x35\x10\xfd\ -\xae\x9b\x9f\x8a\x02\x28\x90\xe7\xc3\x3d\x8a\xb2\x74\xa7\xfb\x0c\ -\x27\xe8\x89\xeb\x1f\xce\xf2\x1f\x0c\x27\xb0\x94\x61\x6e\x7e\x23\ -\x6e\xbc\xf9\x36\xec\xdc\x30\x83\xfd\x67\x3e\x86\x99\xc1\x8b\x80\ -\x01\x9a\xcd\x09\x9a\xcd\x09\xb2\x9c\x70\x69\xd3\x0d\xb8\xb2\xf3\ -\x6e\x5c\x7b\xf8\x28\x1a\x8d\x06\xce\x3c\xf5\x6d\xcc\xbc\xf0\x47\ -\xd8\xd2\x09\xae\x7f\xd8\xd3\x1f\x93\x99\x82\xc4\x07\xd2\x58\xe3\ -\x0e\xfd\xa4\x30\x63\x2c\x37\x1f\x00\x2d\xed\xe6\x02\x00\x59\x17\ -\xfc\x93\xa4\x9f\x52\x02\x7f\x01\x14\x49\xd1\xdf\xf3\xc0\x2b\x62\ -\x70\xb3\xb5\x8b\xcf\xde\x5b\x06\x93\x65\xe2\x56\x03\x00\x19\x2b\ -\x0a\xa9\x83\x5c\xb1\xcb\x1d\xc6\xe2\x14\xcb\xf8\x57\x7f\x25\xb6\ -\x5d\x59\x65\xa3\xdf\xce\x9b\x5e\xa4\xac\x31\x2b\x95\x28\xae\x75\ -\x00\xe5\xbd\x57\xe3\xe7\xe0\xea\xec\xd4\x00\x2a\x1e\xb0\x22\x4f\ -\x46\xed\x91\x70\x20\x54\x27\x8f\xa4\xfe\xa7\x7d\xd4\xa0\xe6\xca\ -\xb2\xf2\x8b\x39\x0a\x58\x27\xd7\xfa\x26\x02\xa9\xa8\x64\x58\x3b\ -\x27\x05\x02\xdc\x77\xe5\xf2\x48\x07\xa9\x5a\x95\x1f\x84\xa0\x31\ -\xbb\x90\x19\xc0\x20\x10\x06\x2b\x58\xae\xea\x8a\x48\xa3\x94\xb6\ -\xda\x9e\x74\x87\x42\xb9\x35\x21\x22\x71\xe9\xd3\x7b\xae\x2a\x23\ -\x9b\x7b\xdc\x0b\x24\xdd\xa1\x19\xd6\xfa\x2d\xbe\x9c\xe7\xdf\x1f\ -\x62\xa5\xdb\x8b\x72\xfc\xbb\xfd\x11\x8a\x12\x68\xb6\x67\x70\xf0\ -\xc8\x31\x1c\xde\xbf\x1f\xfb\xce\xdd\x87\x4d\x2b\xa7\x01\x22\x34\ -\x1a\x85\x73\xfd\x1b\x25\x26\xb3\x5b\xf1\xf4\xb6\xb7\x63\xc7\xa1\ -\x53\x58\x5a\x5a\xc2\xb9\x73\xe7\xb0\x7a\xe6\x41\x9c\xb8\xfc\xbb\ -\x68\x14\xfd\x18\x5f\xa5\x93\x0e\x0c\x28\x05\x04\x76\xff\xf9\xa5\ -\x1f\x8c\xaa\x59\x0e\xbb\xf3\x5a\x98\xf6\x1c\x0c\x08\x96\x53\x7f\ -\xfd\x2e\x40\xd9\xfb\x2f\xbb\x01\x29\xfa\xcf\x02\x1e\xf2\xed\x15\ -\xab\x52\x70\xad\x9b\xea\x21\x38\x0b\xd1\xfc\x5e\x4d\x23\x8c\xef\ -\x3f\x73\x4e\xb7\x11\x7b\xa0\xca\x92\x03\xaa\x9d\x40\x27\x91\xab\ -\x58\x4c\x63\x89\x50\x40\xe4\x62\x8b\x56\x86\xec\xea\xf5\x2f\x73\ -\xb1\xba\x8f\x6c\x20\xb9\xae\x5a\x01\x12\xc0\x08\x31\x0a\x06\x3a\ -\x2d\xe3\xfc\x9d\xf7\x3a\x22\x2f\x61\x2d\xc9\xfd\xcb\x48\x05\x26\ -\x92\x8e\x06\x44\xf2\x8a\xac\xa6\x09\x7c\x8c\x52\xf5\x8a\x97\xe5\ -\x74\x54\x95\x6c\x58\x83\xcf\x3c\x08\xf0\x33\x01\x01\xe3\x3e\x19\ -\xe1\x64\x92\x6c\xa1\x8a\xe9\xa5\x1f\xc1\x4f\xb6\x20\x95\xee\x39\ -\xc1\x8b\x13\x37\xd6\x20\xb8\x0e\x30\x1a\xb8\x73\xfd\x4a\xa7\xfc\ -\xa3\xf1\x14\x83\xd1\xd8\x1d\xea\xe9\x0f\xf8\x58\xed\x0e\xd0\xed\ -\xf2\xab\xbb\x9b\xd8\xb6\x63\x37\xae\xbd\xf6\x24\xb6\xae\x3e\x8a\ -\x1d\x2f\x3e\x08\x63\xa7\x92\xea\x9b\x37\x0a\x50\xa3\x89\x67\xb7\ -\xdc\x03\xb3\xfb\x56\xec\xdd\xb7\x0f\xa3\xd1\x08\xcf\x9d\x79\x0c\ -\x3b\x2e\xfc\x36\x16\x86\xa7\xc5\x6a\x89\x4b\xca\x07\x7e\x28\xca\ -\x7b\x11\x46\x48\xfd\xe5\xe8\x7f\xb0\xfe\xd4\x5a\x40\xb9\xfd\x04\ -\x5a\x8d\xdc\xd1\xdd\x7a\x10\x28\x7d\x0e\x00\x27\x03\x79\xaf\x80\ -\xc8\xba\x13\x82\x48\xd1\x5c\x29\x7c\xac\x58\x81\x46\x69\x40\x50\ -\x17\x93\xf9\x7a\x05\xbc\x29\xd4\x21\xca\xec\x4e\x52\xaa\xc6\x19\ -\x14\x30\x49\x5f\x4c\xf0\x02\xc4\x7e\x24\x39\x25\x09\xd8\x88\x4d\ -\x0b\x42\xa3\x64\x55\x03\x48\xe8\x53\x2a\x97\xac\xa8\xc1\x73\x4d\ -\x64\x88\x10\xe8\xe7\xdb\xe3\xb1\x07\x70\x0b\x95\x6a\x00\x5b\xd3\ -\xb9\xc5\x5f\x66\x2a\xb0\x58\x70\x9d\x1d\x40\x20\xf5\x42\x05\x76\ -\x8f\x22\x71\xf4\x03\x87\x16\x9e\x4a\xf4\xd4\x47\x55\xa3\x35\x0d\ -\xaa\xff\x18\x01\x8d\x32\x85\xc6\x91\xb2\x9a\xbf\x9f\x9e\xe3\x96\ -\x34\x91\xc8\x53\x04\x3c\xea\x19\x17\x6c\x72\x5e\x00\xaf\x5f\x17\ -\xfc\x06\x5f\x7e\x89\x67\xa7\x2f\xa7\xfa\xae\x76\x78\xbd\xbf\x00\ -\x99\x1c\x9b\x36\x2d\xe3\xc6\x9b\x6e\xc5\x76\xf4\xb0\xff\x85\xcf\ -\xa0\x31\xe9\xc2\x18\x42\xab\x39\x46\xa3\x39\x85\xc9\x08\x97\x17\ -\x6f\xc0\xf9\xad\x77\xe1\xda\x23\xc7\xd0\x6c\x36\x71\xfa\x89\xc7\ -\xd1\x7e\xf1\x3e\xec\xec\x7e\x0e\xc6\x6f\xc4\x81\xea\x5b\x15\xfe\ -\x94\xd4\x13\xc0\xab\x13\xb6\xcc\xdd\xa9\xbf\x4c\xfe\x4d\xbb\x60\ -\xb6\x1c\x44\xee\xd6\xff\x10\xa6\x00\x3e\xf2\x5f\x3a\x2f\x80\xb3\ -\x01\xad\xf5\x89\x40\x64\x51\x9d\x9f\xe9\x45\x51\xf6\x92\x8c\xb4\ -\x65\x94\x42\xc8\x6b\xb1\xd7\x92\x68\xf6\xfa\x22\xe7\xd2\x00\x59\ -\x96\x1a\x4b\x91\x27\x0d\x4a\x71\x60\xd9\x3f\xcf\x62\xc9\x8f\xf3\ -\xf4\x55\x07\x2e\x13\xbb\xa0\xa7\x24\xba\x59\x27\x79\xca\xeb\x89\ -\x04\x04\x6a\xdc\x2f\xa1\xb1\xd1\x58\x5d\x07\x49\xd3\x8b\x8f\x33\ -\x8b\x95\x00\x00\x20\x00\x49\x44\x41\x54\x11\x27\x9a\x9a\xaa\x69\ -\x12\xc5\xcc\x5f\x9f\x4c\x40\x24\xc4\xe5\xb9\x93\x28\x07\x13\xc7\ -\x84\x0e\xab\xe7\x74\x3f\x05\x34\x2a\x4c\x57\x54\x67\xb4\x55\x1b\ -\x85\xa2\x52\x49\x10\xa5\x12\x48\x64\x97\x4c\x60\x9f\x84\x49\x04\ -\x17\xe4\x52\x83\x8b\x40\x23\x0e\x26\xd5\x79\x15\x26\x30\x24\xe3\ -\xc7\x0d\xac\xb5\x28\x0b\xeb\xce\xf5\x1b\x8e\xdd\xeb\xbb\x3b\x7d\ -\xb1\xfc\xee\x70\x8f\x31\x0a\xbf\xde\x7f\xf4\xc4\x29\x6c\xdb\x30\ -\x83\x83\x2f\xfc\x21\xe6\xfa\xee\xbc\xbe\x46\xb3\x40\xb3\x3d\x41\ -\x9e\x5b\x4c\x66\xb7\xe2\xa9\xad\x6f\xc5\x8e\xc3\xa7\xb0\x65\xcb\ -\x16\x5c\xb9\x72\x19\x97\xce\x7c\x15\xd7\x5e\xf9\x2d\x34\xa7\x2b\ -\x01\x90\x92\xed\xbe\xb2\xfe\x0f\x45\x73\x99\xb8\xf2\xb1\x5f\x19\ -\xc4\x06\x1a\x83\x62\xeb\x51\x64\x0b\x9b\x90\x65\xee\x94\xc2\x52\ -\x4d\x01\xe4\x77\x59\x48\x6e\x80\x6c\x01\x66\x10\xd4\x04\x62\x1e\ -\x8b\x22\xc5\x6e\xbc\x38\x90\x89\x6e\x57\x86\x22\xf5\x55\xe5\x24\ -\x6c\xe5\x0d\xde\x5c\x3c\xe0\xb8\xbc\xf0\x0d\x90\x0d\x63\x95\xa6\ -\x44\x56\xd8\x6b\x30\x11\x50\x84\x69\xaa\x1a\xd7\x9f\x45\xb1\x83\ -\x39\x0f\xc6\x92\xc2\x4d\xe7\xcd\x88\x3f\xed\x1b\xd4\xad\x26\xab\ -\x17\xbc\x8a\x50\x47\x2b\xac\xe3\xbb\x01\xbd\xef\xa8\x94\x37\x55\ -\x9e\x8a\xe9\xf4\xfc\x08\xda\x1f\xb9\x2f\xb2\x5c\xa3\x9e\x35\xf1\ -\xc8\x02\x63\xa1\xe4\xa8\x0e\x11\xd4\x1f\x52\x55\x3d\x85\x18\xb5\ -\x65\xaf\x3f\x71\xb3\x1a\xd7\x51\x99\x2e\x84\xe7\x83\x72\x19\x4b\ -\xfe\x6d\x39\x3e\xd9\x67\xea\xce\xf2\xef\xf1\xbc\xbf\x3b\xc0\xaa\ -\x5f\xfa\xeb\xf5\x47\xb0\x94\xa1\xd9\x6a\xe1\xe0\xa1\x6b\x70\x68\ -\xdf\x01\xec\xbb\xfc\x65\x6c\xbe\xf2\x18\x40\x16\x79\x5e\xa2\xdd\ -\x1e\x21\xcf\x4b\xa0\x91\xe3\x99\xcd\x77\x01\x3b\x6f\xc5\x81\x03\ -\x07\x51\x14\x05\x9e\x3a\xfd\x28\xb6\x5d\xfe\x43\x6c\x1c\x3c\x8a\ -\x10\xb0\x72\x63\x61\xa5\x8f\xd8\xe2\x85\x35\x8e\xfc\x1b\x79\xe9\ -\x87\xf0\xad\x31\x03\xda\x7d\x1d\x9a\xcd\x16\xf4\xfc\xdf\x5a\xad\ -\xf4\xfe\x77\x51\xc8\xb6\x60\x6e\x44\x9f\xc0\xcd\x73\x5f\x01\x69\ -\x31\x97\xda\x7a\x72\xfc\x88\xb5\x90\xbd\x80\xb4\x5c\x60\x7d\x04\ -\x02\x29\x5f\x23\x80\x08\xf2\x13\x78\x1a\x94\x89\xef\xa7\x06\x23\ -\xac\x5c\xa0\x22\x5e\xb5\x4d\xf0\xef\x90\x1e\xaa\x3a\xab\x3f\xc7\ -\x9e\x01\x8f\xc5\x4d\x5f\xa4\x93\x0a\x19\xb9\x6a\xad\xf0\x10\x3a\ -\x19\x03\xc0\x66\x7e\xd6\xc1\x79\x09\xca\x28\x61\xdd\x52\x81\x11\ -\x79\x00\x92\x30\x23\xc6\x55\x7a\xae\x06\x2f\x4f\xba\x7f\x0a\x08\ -\xa4\xa8\x31\x55\x06\x23\xa0\xa4\x44\xd8\x35\x68\x44\x20\x40\x01\ -\x55\x01\x99\xeb\xbb\xaf\x75\x07\xb9\x6e\x13\x2a\x23\x25\x28\x11\ -\x9a\xbb\x46\xf9\xe0\xc8\xaa\x05\x72\xae\xab\xcb\xf2\x77\x4a\x55\ -\xf8\xf3\xfc\x47\xa3\x29\xfa\x43\x67\xf9\x57\x57\xfb\x0e\x00\xbc\ -\xeb\x3f\x2d\x08\xc8\x9a\xd8\xb6\x7d\x37\x4e\x5c\x7b\x0a\x3b\x46\ -\xcf\x62\xcf\x85\x07\x91\x5b\xe7\xee\xb7\xda\xee\x74\x9f\x2c\x2f\ -\x71\x69\xc3\x29\x9c\x5b\xbe\x13\x27\x8f\x1e\x47\xab\xd5\xc2\x53\ -\x4f\x3e\x09\x9c\xfd\x1c\xf6\x76\x3f\x89\xcc\x4e\x63\xeb\x5f\x31\ -\x7a\xca\x92\x45\x6c\x70\x20\x51\xea\xe0\x1f\x00\xbb\x71\x07\x68\ -\xfb\x09\xe4\x79\x0e\x10\xbb\xf8\x3c\xf7\x2f\x41\x76\x0a\x5b\x16\ -\xee\xbf\x2d\x40\x65\x09\x4b\x3e\x2f\x40\x02\xa2\x14\xb7\x07\xa6\ -\xbf\xdb\x35\x27\xd3\x00\xe9\xa2\x11\x4f\x4b\x78\x16\x75\x56\x95\ -\x4b\x3d\x30\x3d\xa5\xa3\xb4\x7c\xac\x0c\xa1\x3a\x92\xf4\x74\x39\ -\x09\x28\xf1\xfa\x6a\x2d\xaa\xd4\x1f\xbc\x18\x7e\x48\xef\x12\x61\ -\xf5\x16\x35\xaf\x38\x06\x3c\x0e\xad\x07\xc6\xed\xb8\x54\x4d\x70\ -\xcd\xc1\x03\x51\xbf\xd9\x58\x65\x70\x2b\x12\x1c\x6f\x4b\x00\x71\ -\x1d\x00\x80\xc4\xea\xc7\x53\x80\x90\xc8\xa1\x86\x29\xcf\x44\xa0\ -\xe8\x4d\x7f\xc8\xf5\x56\x88\x88\xb8\xa0\xde\xb5\xa5\x3c\x25\xe5\ -\x1d\x68\x8b\xc1\xcf\x92\xf4\x23\xbe\x15\xa3\xbe\x2b\xaa\x96\x73\ -\xa2\xf2\xfe\x13\xa5\xbd\x53\x35\xf2\xca\x80\x07\x0d\xf7\x22\x4f\ -\x60\x3a\x2d\x31\x1a\x4d\xd0\x1f\x8e\xd0\xe9\xb8\x3c\xff\xa0\xfc\ -\x03\x8c\xc6\x05\x0a\x0b\x2c\x6e\x5c\xc4\xb1\x13\xa7\xb0\x9c\x8f\ -\x71\xf8\xdc\xe7\xd1\x9e\x74\x01\xa3\x97\xfc\x4a\x4c\x5a\x9b\xf0\ -\xe4\xe6\x7b\xb1\xe3\xf0\x0d\xd8\xba\x75\x2b\x56\x56\x56\x70\xf6\ -\xc9\xaf\xe1\xd8\xea\xef\xa2\x5d\x5c\x54\xca\x1f\x46\xe8\xe6\x8c\ -\xf1\xfa\x7f\xf4\x1f\x21\xf5\xd7\x96\x99\x6c\xfd\x85\x31\x28\x77\ -\x5c\x0b\xb3\x71\x2b\xc8\x16\x30\x99\x85\x25\x5e\xfa\x2b\x80\x68\ -\x07\xa0\x0b\xfa\x59\xab\x8e\x03\x87\x75\x84\xcc\x02\xa9\x22\x71\ -\x64\x9e\x5a\x66\x5f\xa6\xe4\x45\x15\x4e\x00\x2c\x96\x69\x4d\x7f\ -\x66\x69\x0c\x0c\x8e\x9f\xac\x10\x4c\x18\x5b\x75\x25\xb4\xf1\x10\ -\x51\x62\xcb\x6f\xea\x0a\x4b\x3f\xab\x72\xf5\x67\xbf\xa2\xdc\x06\ -\xee\x3f\x10\x83\x90\x36\x72\xf2\x75\x82\x64\xec\xba\x64\x21\x97\ -\xe2\x2f\x01\x00\x6a\x2e\xe1\x5d\xd2\x41\xce\x66\x82\xca\xee\x92\ -\xa5\x0e\x1b\x03\x48\x74\x79\x34\xf5\xcf\x9b\xb4\x6a\xc4\x81\x9c\ -\xc8\xe7\x22\x91\x33\xe9\x5b\x6a\xd0\x35\x34\x44\xc9\x21\xfe\x39\ -\x6e\xcf\xa5\xb6\x5b\xc5\x2c\xf2\xcf\x67\xe1\xd9\xcc\xb8\x28\x39\ -\x08\x14\xbd\xc7\x6f\x84\x6e\x77\x80\xd5\xd5\x3e\xba\xbd\x01\x3a\ -\x3d\xb7\xc3\xaf\x37\x18\xa3\xb4\x40\x7b\x66\x0e\xc7\xaf\xbb\x1e\ -\xbb\xb7\x2c\xe1\xf0\x85\xfb\xb0\xa1\xfb\x0c\x00\x5e\xf2\x1b\x21\ -\x6f\x94\x40\x9e\xe3\x99\xa5\x3b\x51\xec\xbc\x1d\x07\x0f\x1d\x42\ -\x59\x96\x38\xf3\xe4\xe3\xd8\xb2\xf2\x71\x6c\x19\x7d\xdd\x6d\x2c\ -\xf0\x7a\x27\xcb\x7c\x30\x55\x1a\x44\x5e\x00\x7b\x09\x7e\xe7\x9f\ -\xcd\x02\xd6\x35\x66\x50\xec\xbe\x1e\xcd\x66\x1b\x79\xc6\x2e\x26\ -\x67\xfd\x39\xb7\xdf\x96\x53\x44\xef\x05\x34\xe4\x02\x9f\xa5\x55\ -\xb2\xcc\xfc\x09\x51\xdb\xc0\x82\x40\x6d\xa5\x52\x10\x6b\xc8\xbb\ -\x41\xd9\x93\xcc\xb2\x48\x59\xf8\x2d\x3f\xb5\xd3\x7b\x70\x07\xe2\ -\xa5\x47\xe3\x41\x27\x31\x43\x3e\x40\xed\xda\x21\x6d\xc0\x12\xeb\ -\x5b\xa9\x5e\x46\x43\x2c\xe6\x89\xe3\x11\x0e\x4f\x93\x11\x6a\x01\ -\x7b\x09\xbc\x08\x2c\xab\x7a\x3b\xa1\x80\xd7\x0f\xf1\x06\x80\xf4\ -\x2c\x42\xa6\xfc\xfa\x6d\x06\x4a\x27\x42\xaa\x33\xe1\x6b\x2f\x04\ -\x86\xad\x8f\x0d\xff\xad\xda\xc8\x41\x6a\xe3\x0d\xe2\x6a\x2b\xdf\ -\xa6\x6d\x70\x11\x0a\xe2\x15\x53\xd8\x0b\x5b\xca\x48\x68\xc6\xa5\ -\x5e\x86\x8e\x6b\xc4\x81\x4e\x97\x6c\xc2\x35\xb8\xbe\x58\x03\xb7\ -\xe4\x47\x14\xb6\xf8\xf6\x86\x58\xed\xf0\x7a\x7f\x48\xf8\x29\x4a\ -\xf7\x06\xdf\xfd\x07\x8f\xe0\xc0\xbe\x03\xd8\xdd\xfd\x26\x76\x5c\ -\xfe\x3a\x0c\x59\xb5\xe4\x57\x22\xcb\x2c\x2e\x2f\x5c\x8b\x17\xb6\ -\xdc\x8d\xe3\x47\xaf\xc5\xec\xec\x2c\xce\x9c\x79\x0a\xa3\xe7\x1e\ -\xc0\x89\xde\xc7\x90\x95\xa3\xd8\xfa\xc7\xb2\x1d\x8f\x54\x7b\x08\ -\x7c\xec\x97\x7a\xe9\x07\xdf\xb3\x0b\xdb\x60\xb7\x1d\x43\xde\xc8\ -\x90\x65\x80\x2d\x0a\x58\x3b\x85\x2d\xc3\x7f\x52\xd1\xff\x50\x71\ -\xbc\xb4\xc6\xc9\x3d\xd1\x5a\x15\x73\xc2\xc4\x5d\x0b\x74\x57\x86\ -\x40\x01\x97\x0e\x1d\x48\x8e\x89\x2e\x44\x24\xf7\x9d\xce\xc4\xcf\ -\xc0\x7f\x17\xd2\xc7\x13\x89\x52\x9e\xa2\x76\xb1\x91\xdc\xd7\x1e\ -\x81\xce\x53\x61\xa0\x8d\x30\xc0\xe8\xef\x34\xa0\xb8\xbf\x79\x2c\ -\xd2\x3f\x35\x8e\x97\xba\x74\x0c\xcc\xf5\x93\xc0\x6f\xbe\x5e\xeb\ -\x30\xde\xf5\x7b\x37\x20\x34\x21\xd4\xa5\x5d\x16\x1d\x75\xf7\x8a\ -\xc4\xa9\x9b\x61\xa3\x4d\x5c\x01\x51\x4c\x4d\x3e\x4f\x40\xd0\x59\ -\xb9\xf7\x55\xc4\xd0\xdf\x69\x17\xa0\x76\x14\x72\x5f\x7b\x7b\x3a\ -\xc9\xa2\x32\xcd\x01\xfc\x5b\x5e\x82\x84\xf1\x06\xb8\xb2\xb4\xce\ -\xf5\x1f\x4f\xd0\x1f\xf8\xa3\xbd\xfc\x99\xfe\xfc\x7f\x52\x58\x18\ -\xd3\xc0\xa6\xa5\x2d\xb8\xf6\xe4\x8d\xd8\x36\x7e\x01\x87\x2e\x7e\ -\x09\x79\x31\x84\x9c\xee\xd3\x98\x22\xcb\x2c\xa6\xed\x4d\x38\xbd\ -\xf9\xcd\xd8\x7a\xf0\x46\xec\xdc\xb9\x13\xdd\x6e\x17\xcf\x3f\xf9\ -\x30\x0e\xf7\x3f\x8a\xd9\xc9\xb9\x8a\xe2\xcb\x9f\x3a\xcd\x37\x3d\ -\xfa\x8b\x57\x03\x00\x39\xf6\x2b\x7c\x67\x30\xdd\x76\x0c\xd9\xc6\ -\x6d\xc8\x8d\x01\x1f\xf4\xe9\x02\x7f\x85\xec\x00\x64\x77\xdf\xbd\ -\xda\x9c\x84\x0e\x26\xe7\x3c\x75\x06\x00\x47\xd4\x30\xc5\xab\x63\ -\x56\xca\x8e\x5a\x93\x8e\xe4\xb0\xbf\xc0\xd6\x1a\xb0\x33\x8a\x8f\ -\x01\xfc\x79\x2a\x99\xe4\x73\xb0\x42\x1b\x24\x0a\x54\x97\xc5\x1a\ -\xb5\xee\x69\x10\xbe\xa1\xb4\x7c\x98\x63\x06\x85\x61\xf9\xad\xac\ -\x24\x71\x8f\x93\x01\x45\xf1\x0d\x8a\xc7\xa5\xc0\x8e\xd1\xaf\x2e\ -\xce\xbd\xce\x99\x80\x01\xb9\x2b\x07\x15\x82\x59\xee\x15\xc8\xf2\ -\x79\x71\x69\xb2\x88\x7f\x8a\x14\x93\x29\x79\x1e\x81\x98\x46\x13\ -\x36\x0d\xdf\x46\x97\xd2\x6a\xae\x52\xc7\x2a\x74\x31\xf9\xa0\x2b\ -\x8b\x3f\xc7\xab\xd9\x01\x98\x08\xfc\x0a\x6f\xc2\x68\x5c\x60\x34\ -\x9a\xa0\xd7\xe7\xf9\xfe\xc8\x1f\xee\xe1\x52\x7d\xc9\x34\x30\x3b\ -\xb7\x01\x37\xdc\x74\x2b\x36\x9a\x09\x4e\x5c\xf8\x2c\x66\x87\x17\ -\x00\x03\x39\xdd\x27\xcb\x4b\x98\xdc\xe0\x99\x0d\xb7\x63\xb2\xfd\ -\x95\x38\x72\xcd\x35\x20\x22\x3c\x79\xfa\x71\x2c\x5e\xfe\x23\x6c\ -\x1b\x7e\x09\x86\x82\x9b\x1c\x4e\xe4\x32\xc1\x3a\x0a\x30\xc4\x34\ -\x90\xd1\x90\x7a\xe9\x07\x5f\xcd\x19\xd8\xbd\x37\xa1\xd9\x9e\x85\ -\x91\xd7\x7e\x97\xca\xed\x2f\xfc\xa1\x9f\xfe\x00\x50\xc4\xa0\x4c\ -\x86\x90\xc9\x72\x5c\xda\x2e\xc5\x1f\x45\x60\x75\x39\xcf\x6d\x4a\ -\x84\x80\x41\x86\x90\xf0\x9a\xcd\xac\x89\xf7\xf2\xb3\x22\xd5\xe8\ -\x52\x94\xea\xa5\xe4\xa0\x5e\xdd\x13\x4f\x43\xf7\x45\xbe\x4f\x94\ -\x3b\xaa\xc0\x24\xe5\xeb\xbb\x2f\x7f\xc4\xef\xc2\x03\x2b\x79\xfc\ -\x34\x41\x1f\xed\x16\xbd\xf4\x94\x75\xc9\xc4\xb4\x5f\x37\x00\xa8\ -\x38\xe2\x7a\x9e\x2c\x85\x42\x44\x97\x2c\x6f\x1c\xa9\xd1\x58\x71\ -\x7f\x34\xba\x33\x30\x20\x7c\xa7\xca\x57\xe0\x2e\xd1\xea\x70\x76\ -\x1b\x42\xcd\xaa\x42\x5e\x16\x0b\x8c\xa8\x4a\x8c\xf1\x49\x2d\xe1\ -\x59\xa8\x67\xdd\x14\xdc\xe5\xfa\xbb\x79\xff\x68\x32\x71\x47\x79\ -\xfb\x6d\xbd\xec\xfe\x77\xfb\x6e\x8b\x6f\xab\x35\x83\x23\x47\x4f\ -\x60\x79\xd3\x22\x8e\x5d\xfa\xac\x9b\xf7\x13\xc9\xe9\x3e\x79\xa3\ -\x44\x96\x5b\xac\xce\x5f\x83\x67\x97\xdf\x84\x13\xc7\x4f\x61\x7e\ -\x7e\x1e\xcf\x3e\xfb\x2c\x56\x9f\x79\x10\x37\x0f\x3e\x8e\x46\x39\ -\x08\x8a\xaf\x94\x3f\xf4\x9e\x3f\x07\x41\x51\xb3\x19\x57\xd6\x26\ -\xa9\xbf\x00\x68\xe3\x0e\xd8\xed\x27\xd0\x68\xe6\x30\xc6\xc2\x96\ -\x05\xca\x62\x0a\x2a\xa7\x2e\x06\xc0\x4b\x80\xfe\xcd\xbf\xb2\x92\ -\x23\xad\x31\x21\x33\xa1\x7d\x44\x57\xfe\x5c\x31\x53\xc4\xb3\x2b\ -\x75\x3f\xf6\xbc\x08\xa1\x9d\xc8\x65\x57\x7c\x75\xf2\x9f\x05\x63\ -\x02\x3d\xc5\x0c\x4f\x84\x15\x2a\x13\xf6\x1e\x88\x93\xaa\x84\x2d\ -\x7a\xa3\x70\x50\x4e\xd9\xf0\xa6\x87\x05\xa4\xda\x00\x4e\x0c\x03\ -\x38\xfb\x4f\x03\x44\xf0\x20\x75\x13\x5c\x7f\x28\x1e\x46\x19\x6c\ -\x26\xa9\x7b\xa6\xf2\x7c\x7a\xad\xdb\xcb\x41\x1d\x01\x55\x66\x1d\ -\x01\xf2\x7e\x33\xbe\xd2\xd7\x37\x87\x3f\xdc\x2f\x0d\x06\x14\x06\ -\x26\x96\xc5\xfd\x19\xd0\x5d\x26\x99\xe1\x7e\xb0\xcc\x4a\x30\x8c\ -\x62\x74\xdc\x73\x11\xa8\x00\xd2\x0a\x8a\x23\x4b\xe2\xad\xbc\xd1\ -\x56\xc6\xb9\xb4\x99\x71\x6f\xf0\x25\x72\x96\x7f\x32\x29\x30\x9a\ -\x14\xce\xf5\xf7\xaf\xf1\xe6\x77\xf9\x75\x7b\xee\x25\x9e\x59\xee\ -\x52\x7d\x0f\x1c\x3c\x82\x3d\xfd\xd3\xd8\x75\xe9\x4f\x01\xb2\xd1\ -\xe9\x3e\x59\x66\x51\x36\xe7\xf1\xc4\xa6\x7b\xb1\x7c\xe8\x16\xec\ -\xdc\xb5\x0b\xfd\x7e\x1f\x67\x9e\x78\x18\xfb\x07\x1f\xc5\x86\xc9\ -\xd3\x89\xd5\x47\x90\x4d\x02\xc2\xda\xbf\x8a\xfe\x7b\xda\xe8\xd3\ -\x7f\xe5\xd8\x2f\x91\x5e\x83\xe9\xf6\x13\xc8\x36\x6d\x47\x9e\x39\ -\xcb\x12\x4e\xf8\xd5\x73\x7e\x7f\xfa\x0f\xaa\xca\x29\x01\x33\x3d\ -\x87\x96\x93\x9e\x02\xff\xb5\xfa\x6a\x7d\x63\x06\xc8\x51\xf1\xe2\ -\x2a\xcb\x40\x14\x1b\x75\x6e\xa9\xfb\x24\xe7\x4c\x00\xae\xdf\xbc\ -\xb2\x21\x9e\x62\xf0\x1e\xd3\x25\xb5\xc0\xf0\x20\x06\x5a\x1e\x44\ -\x0d\x95\x85\x76\x78\xe1\xfb\x95\x04\x1e\xa5\xff\x32\x9d\x48\xfa\ -\xa2\xe5\x51\x80\x34\xfe\x3a\xe8\x40\x02\x90\xca\x6f\x89\x2f\x6d\ -\x80\x43\x7d\xeb\x00\x00\x81\x78\xf1\x61\x0b\x36\x36\xee\x35\x01\ -\x17\x31\x08\x22\x38\x40\xfc\x90\x62\x8a\x62\xba\x5f\x21\x56\xf7\ -\xf9\x5b\xdd\x25\x4f\x22\x61\x58\x70\xc1\xb4\x77\x91\xee\xc9\x76\ -\x55\x91\x62\x6e\xcd\x88\xd5\x4a\x01\x19\xff\x66\x5c\x32\x28\x4b\ -\x42\x51\xb8\x83\x3d\x47\xc3\x89\x5b\xea\x5b\xed\x8b\xf5\xef\x76\ -\xdd\xb9\x7e\x84\x0c\x1b\x36\x2c\xe2\xe4\xf5\x37\x63\xb1\x58\xc1\ -\xb1\x8b\xf7\xa3\x61\x27\x30\x06\x72\xba\x4f\x96\xbb\x54\xe7\xe7\ -\xe6\x5f\x81\xfe\xd6\x57\xe1\xe4\xd1\x63\x30\xc6\xe0\xdb\xdf\x3e\ -\x8d\xf6\xe5\xcf\x63\xf7\xe4\x8b\x30\x54\x4d\xf7\x95\x41\x23\x15\ -\x2c\xf5\x9d\x06\x0b\x8b\xe8\xa5\x1f\x00\x40\xcd\x39\x14\x7b\x6e\ -\x46\xb3\xdd\x46\x38\xf8\xc3\x82\xec\x14\xf0\x27\xff\xb0\x45\x75\ -\x35\xba\xfb\x2e\xba\x2e\x6b\x7a\x81\x9e\x5c\x2f\xcb\xe3\x5a\xae\ -\x72\xa2\x71\xa4\xbe\x27\x06\x0d\x4a\xca\x6a\xc7\x5d\x8c\x80\x89\ -\x41\x9f\x94\x0c\xc1\x4f\x0a\x04\x04\x10\x2b\xbf\x0e\x54\x56\x2c\ -\x75\x3c\x2a\x63\xd8\x05\x0f\xe3\x89\x3c\xee\x08\x4b\x7c\xb9\x5a\ -\x43\xa4\xe4\x95\x3c\xbd\x65\x24\x62\xed\x7c\xfb\x19\xe2\x17\x87\ -\x42\xe9\x00\x3f\xc6\x40\x5b\x15\xde\xf5\x8b\x01\x68\xed\x43\x40\ -\x6d\x51\x14\x40\x5e\xb3\x2d\xa8\xe8\x7a\x2b\x48\x15\xb1\x54\x00\ -\x25\x54\x4e\x86\x24\xa0\x54\x8b\xda\xbe\x4d\xdd\xa9\xaa\x78\xf9\ -\xb6\xd4\x8a\x43\x65\x1c\x9a\x78\xc6\x24\x37\xf8\xeb\x90\x59\xe7\ -\xac\x3f\x50\x92\xdf\xe3\x3f\x9a\x7a\xd7\xbf\xef\x0f\xf9\x18\xa2\ -\xdb\x1b\xa2\x37\x98\xa0\x28\x81\x56\x7b\x16\x47\x4f\x9c\xc2\x42\ -\xab\x81\x93\xe7\x1f\xc0\xdc\xf0\x22\x00\xa0\xd1\x9c\xa0\xd5\x72\ -\x07\x7c\x64\x99\x45\x77\x6e\x3f\x9e\xdc\x7c\x2f\xae\x39\x71\x23\ -\x36\x6c\xd8\x80\x73\xe7\xce\xe1\xc2\x99\x87\x70\xe3\xe8\xa3\x68\ -\x15\x2b\xc1\xfa\x47\x1e\x40\x2a\x60\xa1\x9f\xe2\x0d\x28\x40\x90\ -\x9d\x7f\x4a\x5a\x8b\xc5\x5d\x28\xb7\x1d\xc3\x7c\xa3\xe1\x84\xbc\ -\xb4\x2e\xea\xcf\x59\x80\xf2\xd2\x0f\x7d\x08\x48\x6c\xb9\x8c\xe6\ -\x3c\xeb\x2d\xc7\x7d\x7c\xa6\xa0\x89\x43\xfa\x35\x46\x8c\xa2\x4d\ -\x30\x81\x0d\x2c\xf0\x75\xe8\x8c\xb0\x75\x3f\x8c\x4a\x71\x30\x7d\ -\x46\x25\xcc\x54\xa6\x91\x35\xc9\x34\x86\x21\x04\x5e\x9f\x03\x08\ -\x54\xbb\x5f\x67\xc9\xd5\x32\x2b\x7b\x4b\x3a\x38\x2e\x00\x4a\x9e\ -\x8a\x9e\x7e\x5a\xc7\xc5\xe3\x09\x69\x46\x5e\xc1\xc0\xbb\x07\xd7\ -\x3a\x5b\x70\x1d\x53\x81\x5d\x2f\x38\x99\x27\x3a\xab\xdd\x00\x50\ -\xa9\x89\x0e\xad\x5d\x27\x6b\x0d\xad\x28\x39\x10\xd8\x46\xd1\x7d\ -\x79\x25\x93\x31\x31\x7a\x46\x9f\x6b\xec\x10\x7b\x90\xc9\x0b\x2a\ -\x2a\x27\xc4\x2a\x8f\x80\x02\xc7\x04\x17\x04\xf9\xbd\x40\x16\x96\ -\x30\x9d\x5a\x8c\x26\x53\xf4\x06\x23\xef\xf6\xbb\x44\x9f\x2e\xbf\ -\xca\xab\xb0\xc8\x9b\x33\xd8\xb3\xef\x00\x76\x6c\xdb\x89\x43\xbd\ -\x47\xb0\xad\xeb\x8e\xf6\x92\xd3\x7d\x1a\x25\xb2\xac\x84\x6d\xb6\ -\xf1\xf8\xc2\x1b\x30\xbf\xf7\x16\xec\xdd\xbb\x17\xc3\xe1\x10\x4f\ -\x3c\xf6\x4d\xec\xec\x7f\x12\x9b\xa7\x71\xba\x6f\x64\xd1\x15\xf8\ -\x47\xaf\xfa\x66\x85\xd7\x2c\xf3\x87\x7e\x96\x3a\xf5\xd7\x64\x28\ -\x77\x9e\x42\xbe\x71\x0b\xf2\xdc\xc0\xc0\x07\xf9\x7c\x76\x9f\xb5\ -\xee\xe5\x1f\xa5\x3f\xef\x9f\x12\x57\x93\xbd\x23\x02\xc5\xf3\x62\ -\xf2\xc2\xa9\x96\x7b\xe3\x00\x2e\x5b\xdd\xc4\x9a\x05\x86\x88\x94\ -\x38\xd9\x31\x91\x3c\x05\xe0\xd6\x6d\x93\xe2\x9d\x8a\x23\x70\x9b\ -\x08\x4d\x56\x1a\x4d\x95\x9f\xbb\xa5\xdc\xfb\x34\x40\x19\x2f\x5f\ -\xd7\x2b\xa0\x78\x15\x26\xb4\x1b\xe4\x57\x8d\x3f\x49\x26\xa8\xee\ -\xaa\x4c\xfb\x1d\xa6\x06\xe2\x65\xd5\x5c\xeb\x93\x09\xe8\x3b\xe8\ -\x96\xf4\x9c\x3b\x4c\x96\x14\x91\x79\x79\x42\xd4\xdf\x8f\x20\x46\ -\xaa\x0a\x82\xf2\xcf\x5a\x34\xd3\xa8\xad\x4d\x48\xc2\x60\x13\xda\ -\x73\x8a\xae\x3c\x00\x46\x27\x0f\xca\xf5\xde\x84\x07\x20\x35\x4d\ -\x91\x69\x24\x5c\xb6\x5f\x69\x9d\xeb\x3f\x1a\x4f\x30\x18\x8c\xd1\ -\xed\xf6\xb1\xba\xda\x43\xc7\x9f\xeb\xb7\xda\x1d\x60\x32\x29\x01\ -\x93\x63\xe3\xa6\x65\x1c\x3b\x71\x12\x5b\xcb\x8b\x38\x7c\xf1\x01\ -\x64\x76\x0a\x63\x08\x33\x33\x6e\xde\x9f\x67\x25\xb2\x1c\x78\x76\ -\xee\x46\x5c\x5e\x7e\x35\x5e\x79\xed\x75\xc8\xf3\x1c\x4f\x3c\xfe\ -\x38\xec\xf9\x2f\xe1\x60\xf1\x19\x64\x76\x52\xab\xfc\xe1\x8c\x7f\ -\xa6\x49\x0d\x65\xb9\xac\xf7\x0c\x4a\x9d\xf9\x07\xc0\xb6\x16\x30\ -\xdd\x73\x13\x66\xda\x33\x60\xf7\x9f\x64\xe7\x9f\x3e\x03\x80\x40\ -\xbc\x3a\xc0\x4d\x18\x6f\xb1\x6c\xe0\x7b\x90\x8f\x6a\xa2\x17\x79\ -\xc5\xd7\x2b\xe1\xf1\xeb\xae\xe2\xbe\xeb\x4f\x2a\x76\x27\x77\x74\ -\x20\x52\x07\xc9\x02\x20\x06\x00\xd0\xcb\x82\x91\xf3\xa1\x65\x8d\ -\xb5\x49\x79\x81\x61\x39\x53\xc9\xbd\x04\x58\x42\xf0\x5a\xaf\x54\ -\x71\x47\x25\xab\x10\x6a\x6c\x2a\xe8\x18\x40\xc3\x44\xd1\x33\x79\ -\x95\x9a\x31\x3e\x05\x5d\xd3\x21\x06\x8a\xc0\xdf\xfa\x6b\x9d\xa6\ -\x00\x14\x31\xd8\xe5\x84\x50\x4c\x58\x7f\x69\x22\x38\x17\x8a\x59\ -\x41\xd5\x8e\x27\x6e\x7a\x40\xe0\x9a\xf6\xb9\x42\x84\xb6\xa1\x02\ -\x3d\xca\x7f\x12\x66\x88\xb7\x9c\x28\xbe\x90\xd4\x98\x48\x1e\xa4\ -\x79\xd9\x4d\xe7\xf6\xf7\x17\xa5\xc5\x64\xe2\xf6\xf7\x77\xfb\x03\ -\xbf\xc5\xd7\xb9\xfe\xee\x2d\xbe\x23\x94\x94\x61\x76\x7e\x03\x8e\ -\x1d\x3f\x89\x79\x53\xe2\xd4\x95\x2f\x60\x66\xda\x03\x0c\xd0\x6a\ -\xfb\x79\x7f\x66\x61\x72\x8b\x7e\x7b\x07\x1e\xdb\x78\x0f\x0e\x1c\ -\xbf\x19\x4b\x4b\x4b\xb8\x78\xf1\x22\x9e\xf9\xf6\xd7\x71\x5d\xf1\ -\x49\xcc\x15\x2f\x06\x26\xd7\x05\xff\x02\x69\xc1\x60\x10\x4d\x01\ -\xe0\x14\x93\x50\x7d\xe9\x07\x00\x94\x9b\x0f\xc1\x6e\xbd\x06\x8d\ -\x66\xee\x1f\xe2\xb4\x5f\x3f\xf7\x57\xdb\x81\x65\x49\x17\x84\xc8\ -\x0b\x83\x33\x02\xbc\xa1\x0a\x9a\x7f\x48\xd8\xac\x71\xdb\xf8\x5f\ -\x02\x02\x2a\x83\xaf\x46\xa8\xa3\x20\xb0\xb6\x7a\x61\xa0\xea\x6b\ -\xdd\x07\x0a\xed\x4a\x37\x34\x01\x2b\x79\x7b\x88\x5f\xc1\xa5\xfb\ -\xcf\x34\xd2\xf5\x6b\xe0\x63\xe2\x7b\xb9\xe3\x33\x16\x95\xe7\x2a\ -\x3d\x60\xef\xb9\x52\x3f\x1b\x1f\x83\xf8\x34\x2c\x04\x03\x68\x02\ -\x3d\xb4\xa7\x92\x5e\xeb\x34\x05\x00\x22\x17\x2f\xf3\x4c\xf7\x56\ -\xd2\xf8\x81\x78\xc3\xa3\xf8\x14\x88\xa6\x33\xa4\xa4\x4e\x30\x63\ -\x02\x8a\xca\xcd\x24\xbe\x10\xbe\xe7\xa2\x01\xb5\xf5\x25\x8a\xaf\ -\x82\x42\x48\x4a\xb8\x9f\x09\xa8\xf8\x91\x58\x25\xa8\x2e\xf7\x1d\ -\x61\x8f\x7f\x2f\xcc\xfb\x39\xd9\xc7\x9d\xee\x63\xdc\xe9\x3e\x87\ -\xae\xc1\xb6\x2d\x5b\x71\xa2\xfb\x65\x6c\xee\x3e\x05\x80\xd0\x68\ -\x84\xf5\xfe\x2c\x2f\x41\x79\x8e\xc7\xe7\x5e\x87\xd6\xee\x57\xe0\ -\xd0\xa1\x43\x98\x4e\xa7\x78\xfc\xb1\x6f\x61\xb9\xff\x59\xec\x9c\ -\x7e\x19\x92\xc3\x9e\x28\x7f\xb0\xea\x7c\xd2\x4f\x48\xfa\xe1\xde\ -\xbb\x51\xb1\xa2\x26\x2f\xfd\x00\x80\xbc\x81\xf1\x9e\x9b\xd0\x58\ -\x58\x72\xd1\x7f\xdf\x90\x4b\xfa\x29\x40\xfc\x22\x10\x10\xfc\x3e\ -\xc7\xa0\x38\x11\xbd\x03\xa0\x52\xc4\x0b\x5d\x2e\x61\x8f\x46\x87\ -\x3a\x8c\x8f\x2e\x55\x88\x3d\x3c\xb5\xf8\x4f\x1e\x74\xe2\xb4\x72\ -\x23\xc6\x46\x7e\x44\xd3\x01\x13\xcb\x26\x53\x4a\x07\x87\xa3\x2e\ -\x90\x2e\x0c\x96\xbd\x74\x2a\x19\xb0\x29\x00\x82\x89\xc6\xca\x7d\ -\x8d\xe9\xe0\x62\x4c\xf1\xe1\x2d\x1e\x1d\xc5\x60\xb9\xd3\x88\x15\ -\x00\x78\xba\xcb\xeb\xc6\x44\x86\xc3\xf5\xb2\x03\x00\xf9\x66\x88\ -\x01\x80\x2c\xc8\x66\xe0\x0c\x3a\x89\xb8\xba\x6d\x4a\x6b\x5a\x70\ -\xf7\x8b\xd8\xcc\x43\xb1\x00\x32\xd7\x8b\x5c\x7e\x3f\xc0\x08\x44\ -\x02\x11\x62\x8e\x51\xf4\x0c\x57\xc5\x19\xd2\x61\x61\xc6\x54\x1f\ -\x0b\x4f\x38\x72\x66\x00\xac\xdf\xdf\x6f\x81\xa9\x7f\x97\x5f\x5f\ -\x1f\xec\xd9\x1f\xa1\xdb\x1d\xa2\xd7\x1b\x62\x3c\x29\x91\x37\xdb\ -\xd8\xbc\xbc\x1d\x7b\xf7\x1f\xc2\xce\xc9\x73\x38\xb0\xfa\x35\x49\ -\xf5\x6d\x4b\xaa\x6f\x89\x2c\x23\xbc\x30\x77\x0a\x2f\x2c\xbe\x16\ -\xaf\x38\x71\x12\xed\x76\x1b\xa7\x4f\x9f\x46\xf7\x85\xaf\xe2\xa4\ -\xfd\x6f\x68\x58\xb5\xe6\x9f\x2a\xbf\x4a\xe1\x8d\xba\xcf\xf7\x10\ -\x97\x25\x9d\xfa\xeb\x89\x67\xe7\x36\xa3\xdc\x75\x03\xe6\xda\x6d\ -\x77\xf8\xa7\x3e\xf7\xcf\xef\xf9\x07\xdc\x2e\x40\x07\xea\x2e\xce\ -\x63\x32\xe7\x1c\xb8\x83\x38\xbc\x2b\x6f\x8c\xb2\xd0\x4c\x61\x82\ -\x5e\x4f\x97\x32\x7a\x37\xa0\xb2\x6a\xd5\xdc\x12\x6d\x95\x29\xf1\ -\x10\x98\xe7\xde\xda\xb2\x82\xab\x69\x1e\xa4\x17\xac\x8c\x90\x72\ -\x86\xdf\x57\xc8\xf5\x25\x6d\x4b\xbb\x7a\xde\xcf\x1e\x6f\xe4\x3d\ -\xa4\x17\xd7\xa9\x0c\x96\xe8\x85\x74\xa2\xfa\x8c\xdf\xd7\xcf\xd3\ -\x52\x8e\x0f\x38\xf9\xce\x82\x9c\xcb\x13\xf1\xdf\xca\x6e\x45\xd7\ -\x3a\xbd\x1a\xcc\x7f\x60\xff\xc5\x04\xc5\x0c\x56\xda\x3a\xeb\x1b\ -\xcd\xa9\x6a\x06\xef\xeb\x8a\x4f\xf2\x81\x20\x5e\x54\xd0\x37\xc9\ -\xc1\xe4\x18\x5c\xc2\xda\xb0\xeb\x52\xd2\x56\x1d\x10\x69\x6b\x14\ -\x4c\x45\xf8\xd3\x18\xb7\x83\x95\xac\xcb\xf6\x2b\x4a\x1f\xf5\x9f\ -\xb8\x0d\x3e\xdd\xbe\x3b\xd5\xb7\xe7\x92\x7d\x06\xa3\x09\x4c\xd6\ -\xc0\xcc\xec\x3c\x4e\x9c\xbc\x01\x9b\xcc\x18\x27\x2f\x3d\x80\xe6\ -\xb4\x0f\x63\xfc\x7a\x7f\xb3\xf0\xca\x5f\x62\x30\xb3\x1d\x8f\xcc\ -\xdf\x83\xbd\xc7\x6e\xc6\x8e\x1d\x3b\xb0\xba\xba\x8a\xd3\x8f\x7d\ -\x1d\x87\xed\xa7\xb0\xb1\x78\xaa\x5e\xf9\x79\x1f\x0e\x34\xcf\x95\ -\x17\xc0\x45\xf9\xbc\x3f\x6f\xd7\xd3\xd4\x5f\x18\x83\xc9\xb6\xe3\ -\xa0\xcd\x7b\xd1\x6c\xe6\x08\xbb\xfc\x78\x9b\x6f\x01\x90\xdb\xf6\ -\xcb\x87\x80\x72\xf0\x8e\x5f\xff\xc5\x56\x31\xe4\x61\xb0\x6b\x0a\ -\xb0\x3f\x81\x2c\x83\xe1\xf3\x02\x4c\x38\xfd\x57\x5b\xdb\xfa\x8b\ -\xdb\x08\xfc\x0b\xb6\x99\x41\x8c\x4d\x80\xb6\x7c\xa9\xc7\x61\x60\ -\xe0\x8f\x0c\x43\xe8\xb7\x53\xe2\x4c\xce\x71\xac\xb4\xad\x3c\xda\ -\x6a\x40\x51\xf7\x51\xb5\x6b\xc4\xb7\x55\x7a\xce\x7a\x61\xc0\x47\ -\x45\x8b\x36\xa8\x58\x42\x24\xfa\x3c\xbe\x4a\x8c\x4a\x86\xc4\x15\ -\xc4\xba\x45\x09\xcd\xb0\x8e\x31\x80\xfa\xcf\xfc\x0d\x85\xcc\x46\ -\x63\x60\xaa\x45\xaa\xb5\x11\x33\x28\x71\x27\x05\x60\x02\x40\x38\ -\xde\x04\x22\x45\x40\xa1\xdc\xbb\x50\xaf\x06\x26\xf7\x4c\x38\xe3\ -\x4d\x75\x44\xa6\x09\x10\xab\x42\xbe\xca\xb2\x74\xaf\xf3\x1a\x8e\ -\xdc\xa9\xbe\xda\xed\xe7\xcc\xbf\xd2\x66\xc8\x9b\x6d\xec\x3f\x78\ -\x0d\x16\x66\xe7\x70\x72\xf0\x25\x2c\x8e\xfc\xa9\xbe\xad\x09\x5a\ -\xad\x89\x57\x7e\x0b\x6a\x34\xf0\xf0\xcc\x5d\x28\xb7\xdd\x8c\x6b\ -\x8e\x1e\x03\x11\xe1\xb1\xc7\x1e\xc5\x6c\xe7\x41\xec\xb3\xf7\x23\ -\xab\x5b\xf3\x8f\xb5\x5e\x2c\x7b\x95\x05\x81\x7e\x40\xd8\xf7\x1f\ -\xad\xfd\x37\xda\x18\xef\xbc\x11\x8d\xd9\x79\x64\xc6\xd1\x9e\x64\ -\xde\x5f\x82\xa8\x88\xbd\x01\x71\xb1\x7d\xfd\x0a\x30\x45\xff\x55\ -\xdb\xcc\x1e\x78\x4b\x16\xbe\xab\x51\xb8\x48\x90\x11\x64\x59\x46\ -\xc1\x5e\x5e\xf0\x34\xa2\x65\x2f\x61\x70\x62\x44\x12\x7a\xc8\x79\ -\x7e\xe0\x55\x03\x0b\xa2\x70\x64\x9d\x6e\xd2\x64\x4e\xe6\x2a\xd1\ -\xfd\xc8\x23\xd0\xd5\x07\x60\x05\xb1\x93\x62\x94\xe0\x85\xe7\x48\ -\xd5\x53\xdd\x0d\xcb\x82\x09\xb9\xcf\xbd\x33\xe0\x29\x1d\x7b\xb2\ -\xaa\x4f\xc9\x14\x88\x33\x0b\x5e\xf6\x37\x03\x05\xe4\xae\x41\x5a\ -\xef\xc2\x08\x56\xff\xff\xbc\xbd\x79\xb0\x64\xd7\x7d\xdf\xf7\x39\ -\xf7\xf6\xfe\xfa\xed\xeb\xec\x33\x18\x2c\x83\x19\xcc\x60\xdf\x08\ -\x02\xa0\x48\x8a\x14\x15\xca\x16\xc5\xd0\x22\x13\x4b\x72\x2c\xd9\ -\x56\xbc\x54\xb9\x12\xc7\x71\x54\x95\x4a\xe2\xa4\x2c\xc5\x91\x17\ -\x45\x2a\x26\x96\x2d\xc5\xa2\x45\xa9\x5c\x94\x6c\x6a\xb1\x2d\x91\ -\xe2\x26\x90\x02\x86\xd8\x06\x3b\x30\x18\x2c\xc4\xcc\x60\xf6\xed\ -\xbd\xd7\xaf\xb7\x7b\xef\xc9\x1f\x67\xfb\x9d\xdb\xfd\x86\xa0\xca\ -\x8f\x77\xaa\xa7\x5f\x77\xdf\x7b\xd6\xdf\xf2\x3d\xbf\xdf\xef\xfc\ -\x8e\xb4\x84\x7a\x89\x16\xee\x8f\x24\x9c\x96\xc4\x14\x97\x2f\x2d\ -\xbd\xba\x3c\xe8\x63\x50\x50\xdc\x2c\x0b\x2f\x05\x01\x99\x27\x55\ -\xa9\x0b\x56\x8f\xb9\xba\x13\xf3\x66\x76\xf9\xc1\x30\x37\x2e\xbf\ -\x4e\xb7\xc7\xda\xfa\x86\xcf\xe9\x6f\xf2\xfa\x77\xc9\x72\x45\x92\ -\x56\x99\x5b\x58\x66\xc7\xce\xbd\xec\xea\xbd\xc1\xce\x2b\xcf\x63\ -\xb2\xfb\xd8\xd3\x7c\x2c\xf3\x27\x69\xc1\xd9\xd6\x61\xde\x69\x3f\ -\xc4\xad\xb7\xdd\x4e\xbb\xdd\xe6\xcc\x99\x33\x9c\xff\xce\xf3\x1c\ -\xe0\x8f\x69\x14\x9b\xf9\xfc\xdd\xab\x3c\xfe\x42\x03\x47\xf0\x5f\ -\x59\x66\x32\xf0\x5f\xc6\x0c\xe4\x93\x2b\xe4\xdb\x6f\xa3\xd9\x6c\ -\x52\xad\x98\x43\x3c\xb4\xce\x6d\xb2\x8f\x21\x6e\x2f\x00\x3a\xf7\ -\xbf\xf9\x11\x8e\x96\x6e\x9b\x5c\x65\xba\xc6\x21\x12\xf3\xa3\x13\ -\xac\x5a\x3e\xe0\x99\x4a\x48\x3a\x15\x22\x4e\x55\x24\xec\x03\x5a\ -\x73\x02\x22\xca\xe3\x37\xb6\x41\x42\x49\x0a\x0b\xbe\x33\xec\xa1\ -\x75\x88\x71\x28\x34\x3e\x51\xad\x87\xfe\x08\x24\x52\xba\x46\xc8\ -\x49\x2e\x57\x84\xa6\x77\xad\xb1\x4b\xe8\x68\x7f\x8c\x14\xaa\x11\ -\x61\x5b\x06\x2f\x0a\xff\x92\xcf\x8d\x9e\x76\x14\xae\xef\x5b\x52\ -\xd0\x30\x11\xae\xd1\xf2\x07\x07\xd9\xa2\x9b\xa3\x3f\x5d\xbc\xb4\ -\x63\xcc\x50\x8c\x46\xe9\x00\xf2\x64\x04\x97\x12\xb4\x6e\xfe\x88\ -\x89\xc2\x4b\x6f\x23\x8e\x05\x5d\xd8\x3a\xc4\x64\x86\x78\x6d\x0b\ -\xe3\xb4\x09\xf8\x29\xb4\x22\x17\x39\xfd\x3b\x9d\x1e\x57\xd7\x3a\ -\xac\x75\x36\x3c\x0a\xe8\x0d\x32\x34\x09\x13\x93\xd3\xdc\x74\xcb\ -\x21\x66\xf5\x3a\x47\x56\x9f\xa4\x92\xf7\xc3\x81\x1e\x69\x46\x92\ -\x9a\x54\x5f\xfd\xfa\x2c\xcf\x34\x7e\x98\x7d\xb7\xdc\xce\xce\x9d\ -\xbb\xe8\xf5\x7a\x1c\x7f\xf5\x25\x76\xe6\x7f\xca\x52\xf1\x9a\x25\ -\x44\x62\xa6\x97\xe7\x70\x98\x16\x7a\x03\xa0\xa3\x9d\xf0\x2e\xa0\ -\x3f\xce\xfa\x9f\x84\x71\x52\x09\xfd\xe5\x43\x24\x33\x2b\x1e\xfe\ -\x3b\xeb\xbf\xce\x8d\x07\xa0\xc8\x33\xb4\x5f\x16\x58\x24\x80\x4d\ -\xfa\x69\x99\x26\x28\x03\x79\x69\xe2\x35\x79\x89\x48\x94\xf8\x5d\ -\x0a\x11\xed\xc5\x82\xb8\x5d\x30\x76\x22\x0e\x0e\x29\x21\x06\xf3\ -\x97\x8c\x98\x2b\x33\x82\xe0\x7c\x8f\x4c\x5c\x1b\x6d\xbd\x1a\xaf\ -\x79\xdd\x92\x01\xeb\xd9\x18\x09\x59\xf7\xfd\xde\x44\x10\xaa\x40\ -\x47\xbe\x7e\xe4\x9f\x61\x0c\x9d\x5d\x42\xbb\x09\xb4\xcf\xcb\x5d\ -\xa9\xa6\x5a\x29\x7c\x35\x1a\x3b\x1e\x91\x70\xf9\xbe\x0b\x00\x15\ -\xde\xcb\xeb\x75\x2c\x7c\x71\x8c\x7a\xdd\xf5\x1e\xd1\x41\x92\xa3\ -\x9a\xc5\x4d\x90\xd5\xe6\x28\x54\xb4\xf3\x4c\x16\x64\x9f\x97\x02\ -\x05\x87\x20\xb4\xb8\x65\xd4\xe8\xe4\xa3\xfd\x30\x0c\x86\x82\x42\ -\xe7\x0c\x87\x05\xfd\xfe\x90\xce\x46\xcf\x26\xf6\xe8\xf9\xa3\xbc\ -\xd7\x3b\x3d\xb2\x5c\x53\x6f\xb6\xb8\x61\xff\x2d\xcc\xb4\x9b\xdc\ -\xb1\xf6\x2d\xda\xfd\x4b\xa0\xa0\x5e\xef\x53\xad\x99\xec\x3e\x49\ -\x92\x43\x9a\xf0\x52\xfd\x11\x8a\xb9\x43\x1c\xba\xed\x36\xe3\xf3\ -\x7f\xfd\x38\xd9\x85\xa7\xb8\x91\xaf\x91\xe8\x5e\x4c\x37\x8e\xf9\ -\xe5\xe7\x11\xd8\xef\x34\xff\x28\x32\x08\x67\xfe\x89\xac\xbf\xb5\ -\x16\xfd\x1d\x77\xd2\x68\x34\x3d\xe1\xb8\xe0\x9f\x10\xfb\xef\x42\ -\x80\x05\x61\x69\xa2\xb1\xf5\x75\xcb\x06\x0b\x61\x8d\xd3\x72\xfe\ -\x31\x67\xcc\x72\x5f\x28\x31\x67\xf6\x7e\x3f\xfa\xca\x04\x7f\x49\ -\xa4\x68\xdf\x4c\xfc\x00\xbe\x1c\x2d\x0f\xa5\x09\x0d\x25\x68\x7d\ -\x29\x54\xc2\xe5\x8d\x73\x62\x2c\x95\x7b\xce\xc5\x8f\x44\x42\xa2\ -\xc4\x60\x65\xa4\x5a\xfe\x89\xc4\x0a\x4e\x5f\x59\xa8\xd8\xeb\x26\ -\xe9\x7d\x8a\xa5\x65\xb4\xd6\x77\xe3\xe3\xe4\x4e\xa1\xd1\xca\x9d\ -\x58\x24\x10\x4a\xe9\xda\x12\x2f\x80\xbc\x3c\x34\xb3\x84\x10\x74\ -\xb0\x93\x72\x8c\xe1\x67\x1d\xc1\x71\x33\xb3\x72\x00\xdc\x8a\xa7\ -\x54\x17\x65\x18\x58\x82\x49\xc8\xaf\x05\xa1\x05\x88\x30\x16\xb5\ -\x3a\xba\x0e\x96\x57\xa3\xfd\xb3\x5c\x33\xcc\x73\x73\x92\x6f\xb7\ -\x67\xc3\x7d\x8d\xab\x6f\xbd\xd3\x63\xbd\x63\x73\xfa\xa7\x35\x16\ -\x97\x56\x58\x58\x5a\x61\x57\xe7\x04\xdb\xd7\x8c\x16\xaf\x56\x87\ -\x54\x6b\x7d\x03\xfb\x2d\xf4\x3f\xdf\x3a\xc8\xf1\xc6\xc3\x3c\x74\ -\xf7\xbd\x4c\x4c\x4c\x70\xf9\xf2\x65\xde\x7c\xed\x79\x0e\x25\x5f\ -\xa5\x9d\x9f\x1d\xd1\xf6\x91\x10\x70\x0d\x8d\xe6\x41\x79\xed\x2f\ -\xef\x77\xb6\x01\xe3\xfa\x8b\x7d\xff\xc3\xd9\x7d\x14\x8b\x37\xd3\ -\xa8\xd7\xa9\xa4\x0a\x13\xec\x93\x13\x6d\xfc\xb1\x9a\x3f\x78\x7c\ -\xac\xc6\xd7\x1a\x54\x62\x4e\xee\x89\x5c\x5a\x6e\x43\x90\xf6\x83\ -\xa9\xa3\xf9\x77\xcc\x1e\xfe\x76\x08\x42\x50\x8b\xd0\x82\x96\x71\ -\x5d\xe0\x90\x28\xc7\x2f\xad\x35\x26\x5c\xdc\xfe\xae\x55\x62\x07\ -\x4a\x09\x26\x1b\xd5\x8c\xae\xbd\xae\x79\x11\x21\x28\x6b\x89\xf2\ -\xed\x8f\xb5\x7f\x9c\xcb\xd2\x21\x5b\x59\x47\x49\x89\x09\xbb\x52\ -\x88\x11\x08\xf5\x69\x29\x5c\xc6\xf1\x85\x6f\x58\x11\xb1\x92\xf0\ -\x99\x95\xee\x8d\xaf\xad\x8b\x03\x28\x7d\xd6\x63\x2c\x7d\xa6\xdf\ -\x05\xe8\x44\x08\x3f\x27\x22\x82\xa6\xf6\x63\xe8\x07\xdc\x0a\x93\ -\xb2\xa6\xd9\x44\x90\x20\x09\x14\x29\x73\x94\x25\x20\x3f\xb7\xa2\ -\x78\x5d\x62\x7a\xe5\x37\x8c\x14\xda\xe4\xba\x2b\x72\xcd\x70\x90\ -\xb3\xd1\x1b\x98\xf3\xfc\x6c\x36\x5f\x67\xf9\xef\xf6\x33\xb4\x4a\ -\x68\xb5\xda\xec\xbd\xe1\x16\xe6\xb3\x2b\x1c\x59\x7b\x92\x34\x37\ -\x1a\xbf\xde\xe8\x91\xa6\xd6\xea\x9f\xe6\xf4\xab\x6d\x9e\xac\x7d\ -\x8c\x9d\xfb\x6f\x67\xd7\xae\x5d\x64\x59\xc6\x2b\xaf\xbc\xcc\x74\ -\xf7\x09\x76\x24\x4f\xc5\xfb\xfc\xcb\x8c\x2f\x68\x47\x5b\x14\x30\ -\x92\xf9\x17\xc3\x86\xc1\xf7\x8f\xb5\xfe\x8b\x9d\x7f\x69\x85\xde\ -\xb6\xc3\xa4\x93\x73\x26\xf4\xd7\x8d\x85\x63\x7e\x6c\x1e\x40\x17\ -\xf5\x57\xb8\x60\x20\x8b\x14\xd0\x84\xcd\x2b\x92\x00\x62\xf1\x5f\ -\x9a\x88\xd2\x9c\x51\xfa\x21\xc0\x71\xc2\xf4\xc7\xcc\x15\x1d\xf5\ -\x1d\x57\x1d\x93\x87\xa5\x2b\x5d\x6e\x8d\x63\xc2\xb8\xbd\x4a\xee\ -\xa5\x50\xae\x79\xce\x85\x27\xa2\x1e\xa3\xbe\x6a\x2f\x9c\x64\x7d\ -\x5e\x6b\x97\x8c\xd2\x91\x60\x13\xe5\xf8\x7f\x62\xfd\xee\xf8\xa2\ -\x7c\x7e\x85\xec\xdd\xb8\x61\x1d\x1d\x53\x73\x6d\xc9\xf1\xe0\x92\ -\x1a\xe5\x80\x8e\x33\x76\x00\x01\xa2\x14\xf1\x6f\x06\xd5\x09\x28\ -\x28\x09\x5c\x54\x63\x6e\xf6\xff\x85\x41\x93\x92\xb3\x64\x10\x09\ -\xef\x81\x30\xdd\x64\xc5\xfb\xc4\x6d\x89\x1a\x7f\x7f\x61\x73\xfb\ -\x0d\x06\x43\xba\xfd\x01\x9d\x0d\x93\xdf\x6f\x6d\xbd\xe7\x83\x7d\ -\xd6\x37\xfa\x14\x5a\x51\xad\x36\xd8\xb7\xff\x16\xda\xb5\x94\xbb\ -\xba\xcf\xd2\x1e\xae\xa2\x94\xb6\x71\xfe\x43\xab\xf9\x4d\x92\x8f\ -\xd7\x9b\xef\xa7\xd3\x3e\xc4\x91\xdb\x6f\x27\x49\x12\xde\x7a\xf3\ -\x4d\x2e\x7c\xe7\x59\x6e\x49\xbe\x42\xad\x58\x1f\xcb\xf0\xf1\x4b\ -\x71\xfd\x9d\x7f\x92\xf0\xc0\x25\xfe\xd0\xe2\xcc\xbf\xa2\x31\xcb\ -\x60\xc7\x1d\xd4\x1b\x0d\x2a\xa9\x85\xa8\x45\x16\xbd\x8c\x17\xc0\ -\xed\x00\x34\x7b\x00\x22\x57\x9b\x9c\x5e\x47\xf0\x63\x98\x64\x84\ -\x53\x1d\x5a\xd0\xa5\xf9\x90\x8f\xaa\xf8\x11\xaf\x51\x55\x60\x34\ -\xed\xcb\x1a\xdd\x94\x14\xca\x09\x74\x35\x76\xf5\xe9\x68\x4f\x54\ -\xe6\xb7\x38\x8b\x9c\x95\xb2\x9d\x5e\xfe\x88\xb4\x76\xf2\x74\xe4\ -\x20\x20\x45\xdf\x85\x07\x24\x7a\xdf\x8c\x5f\xfc\x78\x8a\x31\xf5\ -\x06\xce\x24\x20\x04\x8f\x14\x54\xd4\x41\xed\xfe\xb7\x45\x6e\x9d\ -\x0d\xc0\x33\x96\x03\x23\x82\x21\x95\x5b\xa7\xfb\x11\xf3\x32\x55\ -\x36\x35\xc0\x7c\x1d\x44\x9b\xef\x86\x18\x74\x55\x7a\x4a\xba\x04\ -\x6d\xf9\x31\x51\x49\x35\x12\x13\x87\x43\x01\x32\x42\x4b\x6b\x85\ -\x4a\x8c\xe1\x2f\x77\x02\x20\xb3\x56\xff\x0d\x6b\xf5\x5f\xeb\x84\ -\x64\x1f\x6b\x1b\x64\xb9\x46\x25\x55\x56\xb6\xef\x66\x61\x71\x99\ -\x03\xd9\x9b\xac\x74\xde\x02\x34\xd5\xda\x80\x6a\x6d\x40\x9a\x14\ -\x24\x49\x4e\x9a\x14\x5c\xad\xef\xe2\x85\xe4\xfd\xdc\x75\xd7\x3d\ -\xcc\xcc\xcc\xb0\xb6\xb6\xc6\x8b\x2f\x3c\xcb\xee\xe2\x4f\x59\x48\ -\x8e\x9b\x46\x6d\x06\xfb\x85\xf6\x8f\xa7\x40\xc5\xbc\x66\x85\x44\ -\xc8\xfb\x57\x4e\xfc\xa1\xe8\x2d\xdc\x8c\x9e\xdd\x4d\xb3\x59\xb7\ -\x27\xff\xd8\xf5\x7f\x11\xbf\x64\xe6\x5f\xb7\xd1\x4b\xe6\x01\x54\ -\x60\x03\x73\x92\xa8\x91\x61\xc4\xe5\x1c\xc8\x79\x75\x73\x14\x4f\ -\xb1\xf6\x06\x37\x47\xf8\x81\xf1\x03\xf1\xbb\xbe\x4a\x0b\xb8\x40\ -\x7e\x92\x06\x14\x22\xc9\x4e\xac\x74\xbc\x5e\x54\x08\xa6\xb7\xef\ -\x92\xe6\xdc\x99\x94\xde\xf5\x28\x8a\xd2\xa2\x64\x4d\x58\x96\x48\ -\xa4\xaa\xdc\x6f\x6e\x4e\xc6\x4c\xa2\x1c\x9b\x11\x0f\x83\xeb\x87\ -\x08\x82\x0a\x30\x05\x87\x14\x94\x16\x5b\xbf\x4a\xc2\x70\xeb\xce\ -\x06\x1c\x27\x55\x37\xb9\xdd\x0d\x12\xe8\xd8\xff\x6e\x8d\x1a\x3a\ -\xdc\x10\x2e\x7b\x4f\xd0\x6b\xa3\xe0\xc7\xa0\x2e\x27\x69\x47\x8b\ -\x30\x52\x3d\xac\x19\x47\xaa\x90\x9f\x6d\x4a\xef\xa2\xd0\xe4\xb9\ -\x66\x30\xcc\xd8\xe8\x0d\xe8\x6c\x74\x7d\x5a\x2f\xe7\xef\x1f\x0c\ -\xcd\x31\xde\xed\xc9\x69\xf6\xdf\x74\x80\xc5\xfc\x32\xb7\xac\x3e\ -\x45\x52\x0c\x43\x56\x5f\x1b\xea\x9b\xa6\x05\x79\xb5\xc6\xb3\xd5\ -\x0f\x31\xbd\xf3\x10\x37\xdc\xb0\x1f\xad\x35\xaf\xbc\xf2\x0a\xb5\ -\xf5\x67\xb9\xb9\xf1\x4d\x93\xdb\xff\xba\x9a\x3f\xbc\xbc\x85\xdf\ -\xb9\xf8\x7c\x4f\xdd\xf7\xae\x6f\xc6\xf5\x27\x13\x7f\xe8\x6a\x9d\ -\xde\xce\xbb\xa9\x4d\x4e\x53\xad\x18\xed\x6f\x76\xfc\xd9\xe4\x9f\ -\x36\x04\xd8\x19\xff\x9c\xa6\x93\xf0\x5f\x69\x41\xa8\x41\x9a\x8e\ -\x6a\x33\xe9\xab\x0f\x8d\x14\xcc\x1d\xa6\xcd\x10\x72\xf0\x74\xbb\ -\x1f\x46\xdc\x7a\x8e\x86\xb4\x8e\x93\xca\x46\x95\x04\xc5\xe3\x23\ -\xef\xdc\xe4\x6b\x22\x64\x10\xc8\x46\xbb\x9b\xbd\x26\x57\x24\x56\ -\x49\xd8\xbe\x3b\x8d\xed\x1f\x54\xe2\xf3\xa8\xcd\xca\xd1\xb4\x1a\ -\x41\x42\xe3\xaf\x28\x98\xaa\xd4\x9f\x58\x30\x68\xbf\x41\xc8\x0b\ -\x9b\x71\xc5\xdb\x07\xfe\xb3\x0b\x00\x3f\xf1\x23\x50\xc4\xfd\x5a\ -\xb6\x46\x96\x34\xb1\x9b\x8f\x02\x48\x46\xf7\x54\xc7\xbd\x29\x49\ -\x53\x37\xc8\x0a\xf9\x25\xd7\x1f\x60\x5d\x16\x8a\x42\x1a\x58\x8d\ -\x63\x83\x3e\x0a\x0d\x79\xa1\xe9\x0f\x87\xe6\x30\xcf\x8d\xbe\xf5\ -\xf7\x6f\x78\xe6\x5f\xdf\x30\x56\xff\xb4\x6a\xd2\x7b\xd5\xf5\x90\ -\x7b\x36\x9e\x61\x62\xb8\x46\x92\x14\xd4\x1a\x96\xf9\xad\xcf\x5f\ -\x55\x34\x27\x1b\x87\x39\x5d\xbf\x9b\x8f\xde\x77\x3f\xf5\x7a\x9d\ -\xb3\x67\xcf\xf2\xd6\x6b\xcf\xf2\x48\xe3\x8f\x68\x73\xee\xba\x2e\ -\x3f\xa9\xd9\x03\x06\x95\xfd\x57\x8c\xe4\x04\xb0\x82\xa2\xbc\xf1\ -\x67\x38\xb5\x93\xc1\xf2\x21\xe6\x1a\x0d\x12\xa5\x70\x61\xbe\xda\ -\x6b\x7c\x9b\xfa\xbb\xc8\x23\xf7\x9f\x83\x19\x4a\xd9\x74\xe8\x40\ -\xb0\x92\x3b\x42\xb4\xda\x58\x4a\x5a\x67\xd3\x28\x4f\x57\x69\x2a\ -\x36\xdd\x4a\x2b\xfb\x13\x24\xa0\x65\xfe\xc2\xd7\x0f\x82\x19\x20\ -\x86\xfe\x42\x46\xb9\xc6\x28\xf1\xbf\xf7\x2c\x29\xd7\xb3\xc2\xd7\ -\xa7\x1c\x32\x28\xb4\x57\x58\x42\xcf\x1b\x21\x27\x3f\xcb\x36\x58\ -\x42\xf7\x86\x50\xed\x04\xa8\xec\x98\x74\x4d\x23\x60\xbf\x93\x94\ -\xa5\x01\x93\x3c\x10\xf5\x41\x96\x17\x3f\xb7\x65\x29\xc1\xa4\x45\ -\xde\x6f\x99\x74\x03\x2c\x3a\x19\x5c\x42\x62\x30\x94\xc6\xec\x72\ -\xd2\xa1\xd1\x41\x08\x8b\x8a\xa2\xde\xd9\xc1\x12\x12\x41\xc0\xbc\ -\xf2\x04\x97\x35\xbe\x0a\x05\xe0\xb4\x99\x89\xcc\x34\x4b\x8a\x5c\ -\xdb\x8d\x3e\x6e\x8f\xbf\x4b\xf0\xe1\xf6\xf9\xdb\xa0\x9f\xe1\xb0\ -\x40\xa5\x35\x16\x16\x57\x68\xb7\x27\x39\xd0\x7f\x8d\xe5\xde\x49\ -\x4c\xa8\xaf\xcb\xee\x13\x02\x7e\xd6\xea\x2b\x3c\xc1\x0f\x71\xeb\ -\xed\xf7\xb2\xb0\xb0\xc0\x60\x30\xe0\xd9\x67\x9e\x66\x57\xf2\x38\ -\x2b\xc9\x2b\xa8\x5c\x68\xc9\xcd\x5e\xde\x0d\x18\x36\x8c\xc4\x69\ -\xbf\xe4\x6f\x21\xed\x57\x9e\x8b\x33\xff\xd2\x0a\xdd\xed\x77\x52\ -\x99\x5e\xa2\x5e\x33\x89\x3f\x94\xd6\x36\xda\x4f\x46\x00\xba\xb0\ -\x5f\x17\x6c\x22\xf3\xba\x85\x04\x2d\x38\x23\x98\x0b\xf3\x15\x93\ -\xe1\xb5\x68\x94\x4f\xd1\xab\x7f\x64\x6c\x87\x99\x2b\xe7\x49\x2a\ -\x6b\x73\x02\xe3\x38\xed\x2c\xa0\xbf\x54\x92\x12\x5c\x78\x1a\x88\ -\xe8\x45\x47\xc5\x4a\xde\xf2\xf7\x46\xcc\x29\x11\x4d\x21\x10\x82\ -\xbb\xdf\xb7\xdc\x16\xa2\x62\xfa\x14\x5a\x67\x53\xf1\x56\x66\x68\ -\x5f\x54\x99\xb1\x6d\x03\x47\x04\xa8\xec\xc4\x18\x81\xc1\x56\x67\ -\x04\x92\x70\xca\x27\x78\xb0\xbf\xcb\x5e\x47\x86\x9b\x92\xb4\xf6\ -\xe5\xc5\x30\x87\x4d\x3f\xc9\x26\x38\x08\x14\x49\x1c\x57\x9c\xf8\ -\x38\xde\xad\xe8\xa4\x8e\x63\xfe\xac\xd0\xf4\x07\x43\xba\xdd\xbe\ -\x09\xf7\x5d\x13\xd1\x7e\xeb\xe6\x44\x1f\xad\x52\x9a\xcd\x36\x7b\ -\xf6\xdd\xc8\x4a\x71\x99\x83\x1b\x2f\x90\x90\xdb\xec\x3e\x21\xd4\ -\x37\x49\x73\xf2\x6a\x85\x67\x2a\x1f\x26\x99\xbb\x95\x83\x07\x0f\ -\x91\x24\x09\x6f\xbe\xf9\x26\xeb\xe7\x9e\xe7\x7d\xed\x3f\x09\xfb\ -\xfc\x9d\xb6\xdf\xcc\xfd\x47\x08\xf6\x31\xcd\x96\x3a\xd3\x09\x5f\ -\xd1\x25\xa7\xfd\x85\xf5\x3f\xab\x4f\xd3\xdb\x6e\xa2\x0e\x2b\xa9\ -\xdd\xc4\xe3\xb3\xfc\x64\x9e\xe1\xb1\x31\xff\x21\xed\xb7\x63\x5a\ -\x09\xc9\x2d\x12\xd0\x05\xd8\xa3\xb9\xe5\x98\xfa\x29\x51\x65\x66\ -\x70\x9d\xb0\xc2\x62\x44\xc3\x05\x26\xf3\x8c\xe7\x84\x86\x2f\xc2\ -\xa2\x91\x72\x19\x25\xe6\x1b\x65\x3a\x77\xbf\x90\x1a\xe5\xdf\xfd\ -\xbb\x28\x77\xa4\x2c\xe1\xb7\xf7\x8a\x7a\x54\xf3\x06\x04\x20\xab\ -\x77\x6d\x70\x5f\x09\xc5\x57\x6e\x87\x2c\xd3\xaf\xf9\xcb\x82\x2e\ -\x60\x99\x28\x3d\x9f\xb8\xb6\x30\x10\xa8\x34\x40\xe5\x11\x2f\x8f\ -\xaf\xd7\x0c\xe2\x2b\xdf\xaf\xeb\x3c\x6c\xd7\x9c\xfe\xb6\x92\xa0\ -\xf1\x4b\x4e\x2c\xe9\x39\xc1\xe4\x10\x82\x78\x2c\x14\x6f\xd7\xd0\ -\x2a\xb4\xbd\xd0\xda\xe7\xf5\x5f\x5f\xef\xb1\xba\xde\xb1\x2f\xe3\ -\xf2\xdb\xb0\x27\xfa\xd4\xea\x4d\x76\xed\xd9\x4f\x3b\x85\x7b\x7a\ -\xcf\xd1\xcc\x3a\xfe\x20\xcf\x24\xcd\x3c\xf3\x27\x15\x78\xa7\x7e\ -\x88\x13\x1c\xe1\x83\xf7\xdd\x4f\xab\xd5\x62\x6d\x6d\x8d\xe7\x8f\ -\x3d\xc5\x6d\x8d\xaf\x32\xc5\x99\x98\xf9\x05\x8f\x8c\x7d\x8d\x25\ -\x58\x55\xba\xcf\x0a\x83\x42\x19\xed\xef\x89\x8a\x64\x78\x00\x00\ -\x20\x00\x49\x44\x41\x54\xad\xff\x8a\xfe\xe2\x2d\xe8\x85\x7d\x34\ -\xeb\x35\x92\x44\x79\x6d\x5f\xf8\x7c\xff\x43\xfb\x5d\x21\xde\xb5\ -\xe3\x49\x93\x41\x57\x0e\x7c\x89\x00\xf5\x58\x8d\x57\x16\xcc\x6e\ -\x2e\x4b\x54\x3f\x4e\xba\x3b\x41\x00\xf8\x9d\x7b\x9e\x47\x25\x0a\ -\x74\xe5\x8d\x56\x89\xa0\x87\x78\x63\x99\x8a\x95\x86\x2f\x56\x08\ -\xbb\x48\x20\x88\x4e\x38\x4f\x86\x47\x9b\x22\xa0\xcc\x4f\x89\x43\ -\x75\x0e\xbd\x94\xc6\xcc\x3f\x2f\xfa\xe4\x91\x85\xec\x57\x10\x06\ -\xa1\xe5\xf2\x39\xc1\x04\xb2\x9f\xea\xfb\x70\x32\x90\x93\xc4\x2e\ -\x23\x10\xbe\x3d\x02\x0a\xa9\xf1\x03\x6d\xd6\x8a\x85\x98\xb7\xb1\ -\x14\x60\xca\xb7\x56\x4e\xcf\x03\x45\xf9\x76\xe5\x91\x48\xa0\x8f\ -\x10\x52\x1c\xee\x71\x7f\x99\x3f\x12\xe5\xb4\x3f\x14\x79\xce\x30\ -\x73\xa7\xf9\xf6\xfd\x9a\xdf\xbb\xfd\xd6\xbb\x0c\x32\x6d\x62\xfd\ -\xe7\x97\x58\x58\x58\xe0\x50\xf6\x1a\x4b\xbd\x53\x28\x55\x50\x6f\ -\xf4\xcc\x41\x9e\x49\x61\x8d\x7f\x05\x1b\xf5\x39\x9e\x28\x3e\xcc\ -\x9e\x03\x47\xd8\xbd\x7b\x37\x45\x51\xf0\xc2\x0b\x2f\xd0\xea\x3e\ -\xc3\x8d\x53\x47\x0d\xf4\xdf\x8c\xd9\xa5\xf6\x77\xb7\x59\xcd\x1e\ -\x85\xff\xfa\x22\x4a\xa1\xbf\xde\xfa\x6f\x87\xb1\x52\xa7\xbb\xfd\ -\x2e\x2a\xad\x29\xea\xf5\xaa\xbf\xdb\xaf\xff\x73\x23\x04\x0a\xed\ -\x5c\x80\x0e\xfa\x1b\x01\x50\xf8\xe1\x93\x82\x99\xd8\x2a\x5e\xa2\ -\x8b\xd0\x38\x73\x53\x14\xec\x92\x98\x80\x1d\xc3\xba\x49\x34\x4d\ -\xee\x2d\xc4\x32\x04\x09\x1f\x79\x96\x24\x03\x78\x35\xb2\x89\xc0\ -\x49\xdc\xb9\xed\xa2\xc1\x02\x32\x39\xdb\x85\x16\xb4\x6b\xde\xc2\ -\x67\x6d\x9f\xd7\x85\xf6\xf5\x38\x1a\x73\xe8\xa8\xac\xb8\x22\xd7\ -\xa0\x4a\x88\xc8\x76\xdc\x27\x29\xe3\x4a\xc2\x21\xba\x33\xea\xfb\ -\xb8\x22\xc3\x6f\x5b\xb8\x1b\xd0\x32\x7f\x6e\x13\x82\x00\xf2\x2c\ -\xc0\x4d\x23\x10\x0c\x36\xc4\xc5\x05\x24\x2e\xa2\xcc\x0f\xbc\x99\ -\x7e\x3f\xa8\xc2\x05\xa2\x03\xc5\x87\x63\xe7\xbc\xd0\x29\x0d\x88\ -\x10\x42\x72\x6b\xb0\x52\x36\xc9\x07\x8a\x02\xb3\xd9\xa3\xd0\x26\ -\xc9\x47\xb7\xdb\x67\xbd\xe3\xc2\x7d\x8d\xe6\x5f\x5f\xef\xd2\x1f\ -\xe6\x68\x12\x9a\xad\x36\xbb\xf7\xee\x67\xa5\xb8\xc2\xa1\xee\x4b\ -\x24\xe4\x76\xdd\x3f\xf0\x71\xfe\x49\x52\xa0\xab\x29\xcf\x27\x0f\ -\xb1\x5e\xbd\x81\x8f\xdc\x7d\x37\x95\x4a\xc5\x18\xfe\x8e\x3f\xc3\ -\x0f\xb4\xbf\x4c\x8d\xf5\xeb\x32\x7c\xf4\x37\x8a\x90\xe5\xb6\x3c\ -\x98\xf6\x37\x49\xf7\xce\xfa\x2f\x76\xfe\x0d\xa6\x77\x18\xe3\x5f\ -\xab\x65\x79\x41\xa3\x75\x16\xed\xfe\x2b\xdc\x91\xdf\xfe\xb0\x4f\ -\xdf\x00\x12\x7b\x3e\x9f\xd7\xca\x7e\x6d\xec\xd4\x16\x76\x9c\x09\ -\xdb\xba\xc7\x08\x06\x17\x1a\x4e\xa1\x2d\x58\x29\x0c\xbd\x24\x62\ -\x9f\x42\xf4\x9c\xd5\x76\x7e\xfe\xd4\x48\xea\xb0\x88\x09\x43\x55\ -\x1e\xf2\x79\xb5\x90\xc4\x71\xf3\x5a\xa4\x2c\xb7\x84\x61\xd9\xdc\ -\xe4\xb1\x50\xfe\xa7\xc0\x85\x5a\x30\x75\x89\x5b\xfd\x67\x05\x42\ -\xce\xb8\x71\x52\xf1\x33\x11\xa3\x86\x14\x69\xfe\xbb\x32\x6f\x8f\ -\x0d\x64\x08\x43\x14\xba\x31\x3a\xee\x5b\x76\x34\x98\x2e\x82\x35\ -\x56\x17\x01\x7a\xd8\x16\x13\x70\xb7\x8f\x77\x72\x4d\x34\xda\xa7\ -\xc0\x9c\x3e\xeb\x99\xbe\x04\xb5\xac\x1b\x69\xa4\xeb\x8e\x26\x0a\ -\x70\x2e\xe8\x71\x46\x93\x40\x10\x6e\xe0\x9d\xe0\x91\x85\x29\x73\ -\xa8\x47\x26\x62\xfd\xd7\xec\x61\x9e\x1d\x93\xd3\xdf\x64\xf8\x81\ -\x6a\xbd\xc9\x9e\xbd\x37\x32\x91\x68\xee\x1d\x3c\x47\x23\xeb\x88\ -\xd3\x7c\x0a\xbf\xc7\x5f\x55\x0b\xce\xd6\xf6\x73\x6c\x70\x0f\xf7\ -\x3d\x78\x1f\xb3\xb3\xb3\xf4\xfb\x7d\x9e\x7a\xea\xdb\xec\xa9\xfc\ -\x19\xcb\xe9\x6b\x26\xd8\x60\x33\x86\x1f\xf7\x22\xbc\x7b\xa2\xd4\ -\x82\xea\x35\xfe\xb3\x2e\x87\xfe\x26\x29\xdd\x6d\x77\x90\x4c\x2d\ -\xd2\x6c\xd6\xed\x48\x9b\xc4\x1f\x85\x3f\xf2\xab\x94\x02\x4c\x12\ -\xae\x2e\x6c\x02\x0f\x57\xb9\x65\x20\x41\x69\x11\x74\x76\xcb\x90\ -\xd2\x74\x4a\x84\xe6\xb4\xa9\x23\x58\x8d\xf6\x7e\xfe\x78\x6b\xb7\ -\xf9\xcf\xa3\x40\xa5\xfd\x5e\x22\xc7\xfe\x1e\x62\x2b\x3b\x06\x84\ -\x65\x4b\x9c\x60\xc6\x0c\x72\xb0\xca\xcb\xd1\x0c\xf7\x79\x25\x14\ -\xb9\x18\x11\x7d\x0e\x88\x44\x22\x96\xd8\x40\xed\xfa\x36\x22\xb1\ -\x91\x82\x22\x14\x22\x63\x69\x5c\x09\x36\xde\x45\xb8\x5c\xc7\x67\ -\xfe\x15\x84\x61\xc7\x12\xed\x77\x47\x6c\xc1\x5e\x00\x0d\x32\x12\ -\x4a\x7b\x43\x90\x18\x48\x77\xf9\xa4\xa1\x42\x72\x6a\x41\xb7\x52\ -\x81\x38\x7a\x2b\x49\xc4\x90\xc0\x26\x86\x57\xae\xfc\x68\x3d\xe8\ -\x26\xcf\x16\x2e\xb5\x82\xbf\xac\x2c\x30\x3e\x7f\x4c\xc4\x5f\x7f\ -\x48\xa7\xdb\x8f\x7c\xfd\xee\xdd\x04\xfc\x54\x98\x9b\x5f\x62\x66\ -\x7a\x96\xdb\xf2\xd7\x58\xee\x9d\x26\x49\xf2\x52\x76\x9f\x82\xa4\ -\xa2\x19\xd4\xdb\x3c\x9e\x7d\x90\xb9\x1d\x37\x73\xf0\xe0\x41\x00\ -\x6b\xf8\x3b\xc6\x23\xb3\x5f\x27\xd5\xc3\x51\xc6\xbe\x4e\x00\x90\ -\xff\x7a\x24\xf5\x97\xf8\x1e\xe5\xff\x2e\x4a\xa1\xbf\x59\x63\x86\ -\xee\xb6\x3b\x68\xb6\x26\xa8\x54\xac\xc4\x14\x79\xff\xcd\xa1\x9f\ -\x36\x09\x48\x61\x77\xfc\x95\x09\x3d\x36\xb4\x44\xcc\x2f\x7f\xf0\ -\xb3\xa6\x5c\x68\xb5\x46\x15\x2e\x86\xdd\xd4\x6d\xe6\xda\x75\xce\ -\x4e\x86\x86\x68\x43\x8f\xf0\xd6\x84\xaa\x94\x89\xba\x73\x65\xbb\ -\xb9\x8d\xe2\x0d\xa4\x9a\x89\x5b\x27\xbf\x8d\x19\x59\xc5\xef\x88\ -\xfe\xfa\xfa\x47\xbd\x0e\x31\x5d\xa9\xf8\x4b\x0d\x71\x50\x52\xc9\ -\x65\xae\x62\x9d\x6f\x10\x6c\x5c\x5f\x54\x83\x77\x37\x3a\xe6\x91\ -\xb5\xbb\xd1\xd0\x63\x05\xc4\xd6\x64\x05\x8e\x7c\xb1\xae\x19\xa1\ -\x41\xa6\x0f\x45\xd8\x53\x2d\x3b\xe6\x24\xab\x4a\xa2\x38\x6c\x43\ -\x0b\x8e\xa1\xb5\x57\x40\xe3\x6c\xf7\xae\x1d\xda\x09\x00\x27\x82\ -\x13\x45\x48\xe6\x68\xef\x91\x25\x38\xc6\xd1\x2e\xb3\x6f\xc1\x60\ -\x60\xd6\xfd\xeb\xe2\x48\x2f\x67\xf9\xef\xf7\x33\xf2\x02\x9a\x13\ -\x13\xec\xde\xb3\x9f\xe5\xe2\x32\xb7\xf5\x5e\x26\x55\x99\x59\xf7\ -\xfb\xec\x3e\xc6\xf0\x47\x0d\xde\x4c\x0f\x71\xa6\xb8\x89\x1f\x79\ -\xe0\x41\x1a\x8d\x86\x31\xfc\x3d\xfb\x24\x47\x26\xbe\xce\xa4\x3a\ -\x37\xaa\xf5\xaf\x17\xfd\xe7\x35\xfd\x08\x26\x0c\x2f\xf1\x6c\x48\ -\xfb\x15\xd6\x47\xbd\x85\x5b\xc8\x67\xf7\xd0\x9e\x68\x92\x2a\x85\ -\x52\x36\x7c\xd5\x26\xfe\x34\x5b\x80\x87\x60\x8d\x81\xa1\x40\x4b\ -\x58\xee\x78\x6e\x3f\x21\x92\x29\x4b\x34\x51\xd6\x92\x10\x88\xdd\ -\xfe\xe7\x13\x80\x96\xa5\x73\xa4\x71\xa5\x12\x90\x10\x5c\x21\x3d\ -\xef\x1e\x11\x94\xca\x18\xe1\x54\xd9\x5e\x29\x50\x22\xad\x1d\x23\ -\x99\xb1\x19\x8d\x45\x7f\xca\x82\x23\xee\x4e\xa9\xff\x96\x36\x7d\ -\x28\xaf\x43\x01\xa2\x4c\x57\x40\x39\xaf\x61\xfc\xdd\x18\x95\x16\ -\xf5\x4f\xdc\x67\xbf\xdb\xc2\xcd\x40\x42\x3a\xe2\x18\xd5\x41\x45\ -\xe9\xf6\xd3\xd1\x73\x61\x82\x4b\x84\x82\x9b\x76\x07\x87\xe4\x15\ -\x02\x2d\x74\x89\x00\xa5\x45\x16\x0d\x3e\x33\x6d\xa9\x0c\x13\xee\ -\xab\x6c\xc4\x9f\x8d\xf5\xcf\x72\x7a\xbd\x01\x1b\x5d\x13\xeb\xbf\ -\x2a\x22\xfe\xd6\x3a\x5d\xb2\x02\xd2\x4a\x8d\xed\x3b\x76\x53\xd7\ -\x43\xee\xcb\x5e\xa0\x91\xaf\x9b\x5d\x7e\xd5\xd8\xe5\xa7\xaa\x9a\ -\xd5\xda\x12\x4f\x74\x1f\xe2\xc0\xed\x77\xb0\x63\xc7\x0e\x8a\xa2\ -\xe0\xc5\x17\x5f\xa0\xb6\x71\x8c\xfd\x8b\x4f\xa1\x72\xb1\xd9\x67\ -\x1c\xe4\x2f\x87\xfe\x8e\xf0\x5a\x40\x00\x44\xf3\x6c\x81\xbd\x8e\ -\xd3\x7e\x15\x95\x3a\x1b\xdb\xee\xa4\xd6\xb6\xc6\x3f\x85\x11\xc8\ -\xda\x1a\xfd\x8a\x8c\x70\xfa\xcf\x98\x43\x3c\x9c\x76\x8d\x5c\xb4\ -\x2a\x68\x24\x99\x35\xc9\x37\xd8\x69\xa3\x30\xe1\x9e\x3e\x54\xe4\ -\xf9\xb7\xc5\x49\x06\x77\xea\x63\x94\x39\xbd\x78\xf0\x06\x67\xf3\ -\xb7\x0e\x61\xa5\xe2\x3e\xdf\x52\xff\x9b\x96\x25\xe9\xf8\x8e\xf2\ -\x10\x07\xa8\x60\x69\xd8\x97\x3c\x46\x10\x6b\xec\x8e\x44\x1b\x54\ -\xe6\xfb\x8e\x1f\x37\x73\xa2\xb4\x73\xd3\x39\x63\xa0\x8e\x53\x7e\ -\xab\xf2\xd2\xc0\x8f\x8a\xe0\xa3\xcd\x72\x30\xb8\xb6\x8e\x7e\xbd\ -\x45\x9b\x81\xf0\x93\x2e\x0d\xab\x52\xef\x96\xd7\x89\xd1\x0d\xa2\ -\x14\x27\x6d\x23\xcb\xb1\xbf\x57\x30\xb2\x1f\x20\x01\x11\x9d\x95\ -\x76\x84\xdf\x45\x90\x92\x1b\xd5\xc4\x32\x8f\x75\x01\xe6\x6e\xdd\ -\xdf\xed\xb1\xd6\xe9\xf9\xd4\xde\x6b\xeb\x26\xd1\x47\x96\x69\x34\ -\x29\x33\xb3\x0b\xcc\xcd\x2d\x70\x20\x7f\x8b\x95\xde\x69\x93\xdd\ -\xc7\x46\xfb\xb9\x57\x52\x29\x28\xea\x15\x5e\xc8\xef\x66\xd8\xbe\ -\x89\x7b\xee\xb9\x87\x34\x4d\xb9\x70\xe1\x02\xc7\x5f\x7e\x8a\x7b\ -\x67\xbf\x42\x5d\xaf\xc5\xcc\x0e\xf1\xe7\x71\x2f\xdb\xb1\x72\xe2\ -\x0f\xf3\xa8\xdd\xf5\xa7\x03\xfc\xd7\xce\xf8\x67\x6f\x1a\x4e\xef\ -\xa4\xbf\x7c\x90\xc9\xc9\x49\xb3\xf1\xc7\x41\x0e\x87\x00\xbc\xc5\ -\x3f\xb6\xfc\x7b\x66\x52\xd8\x44\x1c\x4a\x1c\xa4\x69\xf3\xfa\x45\ -\x38\xd8\xb1\x88\xd0\xee\x11\xa3\x85\x49\xf5\x04\x3e\xc6\x67\x1d\ -\x5f\x25\x48\xae\x05\x4d\x95\x96\x94\x52\x63\x46\xe4\xe0\x60\xf5\ -\xc8\xe5\x14\x86\xd4\xac\xa5\x36\x3b\x54\xe9\xef\x97\x2a\x4e\x7e\ -\x1f\x0b\xbe\xb8\x3c\x57\x86\x0a\xef\xa5\xae\x8d\x45\x27\x92\x9e\ -\xbd\x82\x13\x4c\x36\xae\x4b\xf6\xe6\x32\xd7\x6d\x8d\x11\x70\xe4\ -\x93\x9b\x18\xe9\xa3\x73\x1b\x46\xc0\x0d\x9e\x5b\xf3\x9b\xcb\x41\ -\x58\x47\x34\x3a\x48\x49\xf7\x84\x2a\x8f\x94\x83\x4e\x94\x20\x98\ -\x58\x5b\x25\x61\xf3\x86\x7f\xd2\x36\xd8\x64\xf8\xb1\xda\xdf\xe6\ -\xf7\xeb\x6c\xf4\x4d\xb4\x5f\xa7\xeb\x37\xfb\xf4\x7a\x43\x0a\xad\ -\x68\x34\x5b\xec\xde\x7b\x23\x8b\xac\x71\xe7\xf0\x35\xd2\xc4\xc4\ -\xf9\x57\x9c\xbf\xdf\xe6\xf5\xa7\x06\x67\x6b\xb7\xf0\xcc\xb5\x07\ -\x78\xf4\x91\xf7\x31\x35\x35\xc5\x70\x38\xe4\xc9\x27\xbf\xcd\x8e\ -\xf4\x49\xb6\x55\x5f\x35\xe7\x6a\x4a\x4d\x7f\xbd\xa5\x40\x61\x07\ -\xae\x44\x4b\xf1\xb8\x89\xdf\xb4\xcb\xfb\x97\xe0\x36\xd3\x68\x52\ -\x3a\x2b\x47\xa8\x4c\x2f\xd1\x6c\xd4\x8d\xef\xbf\x28\x28\xb2\x21\ -\x45\x3e\xb0\x49\x3f\xcd\xa9\x3f\x0e\x8d\x79\x78\xed\x85\xad\xb7\ -\xb2\xda\xe1\x2f\xac\x1b\xd6\x08\x1f\x03\xc6\x84\x06\x76\xd6\x37\ -\xf7\x9b\xa4\x77\x4f\xc8\xa5\xae\xf8\x2b\xb8\xc9\xe2\xf8\x7f\x17\ -\xab\x11\xb0\x8e\x86\x38\x1c\x44\x08\x7a\xb7\x41\x4a\x32\xf3\xc8\ -\xb2\x44\x94\x3b\xca\x8b\xa1\x1e\x94\xb2\x06\xc8\xeb\xf0\x9c\x28\ -\xef\xbb\xfe\xae\x4a\xb7\x8e\x7b\xc6\x2f\xb5\x14\xd2\x13\x83\x6f\ -\x95\x9d\x1b\x37\x46\xae\xaf\xe3\x35\xe1\xd6\xee\x06\x8c\xfe\xf6\ -\x13\x25\xda\xaf\x10\x96\x4c\x07\xc5\x0a\x71\x83\x7d\xdc\x0e\x8e\ -\x8b\xbd\x0e\x87\x87\x10\xdf\xe3\xbf\x0b\xda\xc7\xc3\x2a\x65\xd6\ -\x58\x4e\x00\x38\xf8\x55\xb8\x81\x2f\x0c\x5a\xc9\x73\xe3\xef\xef\ -\xf5\x87\x26\xc1\xe7\x86\x3d\xc7\xaf\x63\xde\x3b\x1b\x3d\xf2\x02\ -\xd2\x4a\x9d\xed\x3b\xf7\xd0\x4c\xe1\x81\xfc\x65\x26\xf2\x55\x93\ -\xdd\xa7\x1a\xb6\xf8\x26\x69\x81\xaa\x69\xba\xf5\x29\xfe\xac\xf3\ -\x00\xdb\xf6\xdc\xca\x2d\xb7\xdc\x02\xc0\x89\x13\x27\xb8\x74\xea\ -\x39\x3e\xbe\xfc\x0d\x52\x2d\x22\xfe\xde\xeb\xa6\x9f\x68\xb0\x03\ -\x0a\xf0\x0a\x07\xc7\xb2\xb6\x68\x77\xe4\xb7\x3d\xf5\x27\x9f\x98\ -\x63\x63\xdb\x5d\xb4\x27\x26\xa8\x56\xed\xc6\x1f\x91\xe7\xcf\xb8\ -\x01\xed\xba\xdf\xc1\x7f\xd7\x48\xa9\xb4\xc4\xce\x39\x3f\xc7\x56\ -\xb2\x07\xc3\x9d\xd3\x90\x41\x48\xfb\x65\x83\x25\x8a\x51\x54\x68\ -\x25\x84\x43\x75\x49\x89\x78\x65\x0c\x49\x79\xfd\xab\x46\x8a\xf0\ -\xcf\xb8\x98\x11\xef\x0a\xdc\x84\x2f\x43\x7b\x5c\xd1\x06\x4d\x29\ -\xa7\xf9\xfd\x5a\xdf\x22\xa7\xcd\x2c\xfa\xee\x7f\xa1\xbd\xdd\xb7\ -\x3a\xdc\x12\x33\xeb\x68\x63\xfc\xf8\xca\x32\x9c\xe0\x73\xdd\x8f\ -\xb3\x23\xa9\xc0\x27\xd2\xbe\xe0\xc6\xd3\xd6\xfb\x7d\x38\x1c\x14\ -\xaf\x90\xa2\x4d\x1d\x6e\x66\x54\xb8\xc7\x81\x28\x41\x02\xc4\xf4\ -\x10\x36\x60\xc8\x49\x75\x16\x58\x37\x39\x7e\x92\x6c\xc1\x31\xf3\ -\xcb\x90\x48\x8b\x42\x0a\xb3\xf6\x2c\x8a\xc2\x9c\xe6\xdb\x1f\xd0\ -\xed\xf5\x6d\x72\x4f\x91\xda\x7b\xbd\x4b\x6f\x90\x53\x90\x32\x3d\ -\x35\xc3\xf4\xcc\x1c\xb7\xe6\xdf\x61\x67\xff\x3b\x54\x2b\x43\xaa\ -\xf5\x70\xa0\x47\x92\xe6\xa8\x4a\x81\xae\x27\xbc\x9a\x1f\xe1\x5d\ -\x0e\xf0\xc9\xf7\xbd\x8f\x7a\xbd\xce\xfa\xfa\x3a\x4f\x3f\x75\x94\ -\xdb\xa6\xbe\xc5\x5c\xe5\xdd\x58\xfb\xcb\xd7\x66\xc2\x00\xc7\xe8\ -\x22\xe9\x87\x1f\xa6\x92\xa4\xb7\x46\xc2\xe8\xd0\x0f\xa5\xe8\x2d\ -\x1f\xa2\x98\xdd\x4d\x7b\xa2\x65\xef\xb4\x11\x7e\x2e\xed\xb7\x70\ -\x01\x86\x74\x60\xc6\x63\x93\xa0\xbd\xe6\x93\x46\x2e\x9c\x11\xce\ -\x71\x58\x64\xe3\x11\x08\xad\x44\x27\xfe\x7e\x47\xd6\x9e\xd0\x63\ -\x6d\x51\x8e\xe5\x28\x0b\xc1\x48\xb3\x44\x3f\x85\xb0\x59\xbf\x03\ -\xd0\x49\x51\x51\x2d\xb6\xed\x7a\xa4\xed\xb2\x44\xaf\x59\x4c\x75\ -\x09\x26\xa4\x5a\x0a\x01\xa7\x81\x47\x3a\x2b\x9f\x77\x33\xa5\x44\ -\xfb\x6c\x1b\xe2\xa6\xc7\x75\xda\x32\x02\xea\xd1\x51\xbd\xfe\x4d\ -\xd6\x2f\xf3\x04\x7c\xdf\x10\x80\xbc\x84\xf4\x73\x9f\xa5\xb1\xae\ -\x1c\xbd\x15\x9d\x01\x5f\x2e\x4a\x07\x98\xe9\xad\xfa\xfe\x61\x6d\ -\xac\xd2\x72\x6d\x6f\x4a\x0c\x6b\x7e\x2f\x21\x81\x42\x6a\xc8\x82\ -\x2c\xcf\x19\x0e\x33\xfa\xfd\xa1\x09\xf8\xb1\x46\x3f\xb7\xdd\x77\ -\xa3\x3b\x40\x93\x50\xaf\x1b\xe8\x3f\x97\x5f\xe3\xce\xec\x25\x2a\ -\xaa\x2f\xb2\xfb\x58\x9f\x7f\x5a\x40\x1d\xae\x56\xb7\xf1\xc4\xe5\ -\x07\x38\x7c\xcf\x5d\x6c\xdb\xb6\x0d\xad\x35\xcf\x3f\xff\x3c\xaa\ -\xf3\x22\x07\xb6\x1f\x0d\x47\x7a\x6f\xc6\xec\xdf\x25\xf5\x57\xb8\ -\x4a\x93\xab\xc1\x85\xfe\x16\x3e\xf1\x87\x65\xf5\xea\x04\xab\x2b\ -\x77\xd2\x98\x9a\xa2\x51\xaf\x91\x26\x80\x08\xfb\x45\x8b\x9c\x7f\ -\xd6\xf0\x57\x68\x63\x1b\x88\xf6\xb7\x45\xf1\xd3\xda\xfe\x6f\x1a\ -\x5a\xb6\x92\xfb\x31\x1f\xd9\xb4\xe2\x84\xb7\x73\xd7\xc9\x72\xcb\ -\x04\x5b\xc6\x7d\xa1\x68\x22\x46\x8a\xa3\x4d\x03\x43\xf8\x66\x06\ -\xed\x22\x15\x8c\x60\xa6\x11\xca\x73\x55\x8b\x97\x11\x77\x0a\x95\ -\x98\xac\x56\x72\xe3\x93\x3f\x75\x08\x82\xa1\x54\x39\x45\xaf\x42\ -\x05\x92\x2e\x5d\x35\x5a\x0a\x01\x39\xa7\x52\x5a\xb9\x31\x16\x8d\ -\xf3\x5e\x32\xd7\xe7\x30\x94\x9b\x65\x43\xfe\xfe\x2c\x01\xdc\x07\ -\x39\xf9\xb6\xf1\xca\xe2\x23\x73\xc7\x68\x03\xe3\x32\xdd\x7d\x36\ -\xca\x47\x5b\x59\x28\xd6\x96\x11\x8d\x48\xc1\x52\x92\x7e\x9e\xd6\ -\x0a\xb3\xc5\x37\x2f\x0a\x86\xc3\xcc\x1e\xe8\xd9\x63\xbd\xb3\xe1\ -\x4f\xf4\x35\x6e\xbf\x0d\xb2\x1c\x2a\xd5\x06\x3b\x76\xed\xa5\x51\ -\x49\x79\xb0\x78\x93\x76\xb1\x4a\xbd\xd9\xf7\xa1\xbe\x0e\xfa\x53\ -\x83\xac\xd6\xe0\x5b\xbd\x0f\x52\x9d\xbb\x89\x7b\xee\xbd\x97\x24\ -\x49\xb8\x70\xe1\x02\x2f\xbf\xf8\x14\x1f\x58\xfc\x26\x13\xc9\xd5\ -\xef\x4d\xfb\x8b\xd0\x5f\x70\x46\xbf\x38\xf5\x97\x47\x05\x04\xe1\ -\xa6\x8b\x38\xf1\x47\x6f\x76\x2f\x83\xc5\x5b\x98\x99\x98\x20\x49\ -\xed\xfc\x14\x86\xf1\x8d\xcb\x4f\x1e\x00\x62\x77\xff\x15\xa1\x72\ -\x4d\x31\xaa\xb1\x84\x05\x32\xf2\xbc\xb8\xa9\x70\xf3\xe1\x35\x9a\ -\x1e\xbd\x57\xb9\x85\x60\xd8\x57\x10\x05\x90\x8d\x29\xd7\x97\xee\ -\x85\xbe\xcd\xd7\x5e\x26\xa5\x11\xbf\xa2\x68\xbd\x45\x20\xd2\x44\ -\x16\x5a\xe8\xca\x0f\x7f\x4b\xed\x6e\x48\x2f\x31\x81\x23\x2e\x20\ -\x72\x5c\x0b\xe5\xf3\x9e\x66\xdd\x98\x04\xe6\x14\x94\x1c\xaa\xd6\ -\x22\x35\xa8\x30\x22\x7a\x91\x6b\xa4\x86\x29\x5b\xca\x08\x87\x52\ -\x94\xc3\xd6\x61\x3c\xb7\x7e\x2f\x80\xbb\x84\x12\x28\x39\x65\x05\ -\x31\xeb\x40\x17\xee\xdd\x75\xc0\xde\x1a\x4f\xbc\x26\x3c\x1c\x0c\ -\x53\xe6\xa3\x95\xc6\xae\xd3\x6e\xfd\x3f\xd2\x28\xe5\x27\xbc\xd0\ -\x85\x3d\xd8\x23\x67\xa3\x3b\x60\xad\xd3\xe3\xea\xaa\x89\xf8\x73\ -\xcc\xdf\x1f\xe4\xa0\x2a\xb4\x26\x26\x99\x9c\x9a\xe5\x66\x7d\x9a\ -\xbd\xfd\xb7\xa9\xd9\xec\x3e\x49\x92\xfb\x50\x5f\x55\xd3\x50\x57\ -\x9c\x49\xf7\xf2\xfa\xc6\x7e\x3e\xfa\xc1\xf7\x33\x39\x39\x49\x9e\ -\xe7\x3c\xfd\xd4\x53\x2c\x25\x2f\xb0\xa7\xf1\x9c\x21\x9a\xeb\x69\ -\xf9\xb1\x9a\x1f\xbc\xab\x4f\x6a\x12\x42\xae\xbf\x68\x88\xac\xf6\ -\x77\xa1\xbf\x3a\xad\xb1\xbe\xfd\x1e\xaa\xed\x79\x26\x5a\x4d\xb3\ -\xef\x5f\x1b\x66\xcf\xb3\x01\x45\x3e\x44\xdb\x77\x0a\x13\xff\x5f\ -\x14\x39\x21\x76\x2c\xde\x37\x19\xd2\xa7\x49\x8d\x1f\x98\xca\x4b\ -\xf9\x11\x08\x2a\x22\x39\x55\x28\x35\x10\x7f\x19\xf6\x0a\x66\x1d\ -\x81\xc5\x3a\xbe\xb7\xc4\xe7\xd1\x73\x12\x2e\xeb\xf0\x39\xf6\x1a\ -\xc4\xd4\xe6\xd0\x84\xcf\x60\xed\x05\x82\x8b\x61\x50\xa8\xc4\xd0\ -\x54\xec\x39\xb0\x3d\x49\x62\x26\xf7\xf6\x8b\x92\x46\x76\x59\x85\ -\x94\x9c\x56\xd1\xae\xe0\x3d\x11\x92\x76\xb4\x18\x5f\x47\x9c\x54\ -\x77\x8c\x50\xe4\xfb\x65\x03\x88\xa4\xbd\x9b\x33\x3d\x7a\xa3\x84\ -\x30\xd2\xc8\x23\x76\xe5\xc9\x7b\xc3\x9e\x6b\xbc\x11\xd5\x69\xa3\ -\x10\xb7\x1d\x43\x1f\x8d\x36\xd0\xdf\x9a\xa1\x6d\xda\x36\x06\x43\ -\x93\xdd\x77\xa3\x37\x60\xad\xd3\x15\xc9\x3d\x37\xd8\xe8\x0e\x28\ -\x74\x42\xb5\x56\x67\xe7\xee\x1b\x98\x29\xd6\xb9\xb7\x78\x89\x7a\ -\xb2\x41\xad\xde\xb3\x47\x78\xbb\x68\x3f\xa3\xfd\xd7\xab\x73\x7c\ -\xf9\xd2\xa3\xec\xba\xe1\x20\x37\xdd\x74\x13\x00\x27\x4f\x9e\xe4\ -\xe4\x9b\xcf\xf2\xf1\x5d\x5f\xa7\x4a\x6f\x73\x66\xdf\x8c\xf9\x2d\ -\x43\x87\xbe\x88\x09\xf6\xc2\x41\x8e\x93\xf2\xda\xdf\x99\xdc\x87\ -\x93\xdb\xe8\x2c\x1e\x64\x6e\xaa\xed\x0f\xfc\xc0\x9e\xf3\xa7\xf3\ -\xdc\x47\xff\xe9\x7c\xe8\x85\x40\x9c\xf4\xd3\xce\x98\x30\x90\x19\ -\x77\xaf\xc6\xa5\xe2\xf2\xf7\x3a\xc3\xac\x80\xe3\x1e\x9e\x4a\xca\ -\xf0\x01\x3c\x65\xfb\x8d\x20\x7a\x4f\xf8\x63\xa9\x9d\x48\x67\x47\ -\x0c\x6c\x73\x0b\x28\x9b\xc5\xa7\x5c\xb7\x52\xf8\x24\xa6\x25\xfa\ -\x1a\x5b\x85\xaf\xc0\xe1\xeb\xb0\xac\xd4\x3a\x44\x36\xe2\x7a\x2a\ -\x84\x47\x5c\x71\xe9\xb2\x5d\x0b\xa9\xc5\x02\x01\xc8\x39\x1f\x69\ -\x93\xa0\x01\x8f\x96\x24\x7c\x70\x54\x12\x64\x5b\x74\x6d\xf1\x76\ -\x60\xe7\x6b\x0f\x9a\x62\x54\x7a\x8b\xce\x45\xeb\x37\xaf\xe0\x45\ -\x79\x44\xf7\x8e\x0c\x8b\x87\x8a\x9a\xa8\xd7\x1e\x0a\x99\x9b\x7c\ -\xf8\xb0\x32\x11\x8b\xc3\xac\xa0\x3f\xc8\xe8\x74\x07\x3e\xca\x6f\ -\xad\x63\x77\xfa\xad\x75\x19\x64\x39\x4a\xd5\x58\x5e\xd9\x41\xa3\ -\x5a\xe5\xfe\xe2\x65\xa6\xf3\xcb\xd4\x9a\x3d\x2a\x95\x12\xf3\xd7\ -\x41\xd7\x13\x9e\xee\xdd\xc7\xb5\x74\x3f\x3f\xfc\xfe\x87\xa9\x56\ -\xab\xf4\xfb\x7d\x8e\x1e\x7d\x9c\x03\x33\x4f\xb2\x5c\x7b\x1b\x32\ -\xbe\x2b\xb3\x6f\x76\xea\x4f\x94\xf2\x4b\x18\x01\x65\xc2\x0f\x97\ -\xfe\xcb\x19\xff\xb4\x06\xad\x12\xd6\x96\x0e\xa3\x66\xb6\xd1\x6e\ -\xb7\x8c\x09\xc5\xed\xf8\x73\x6b\x7f\x91\xf9\x27\xe4\xfd\x33\x21\ -\xc0\xe5\xc4\xce\xe5\x03\x31\x74\xe9\xb5\xe9\xe5\x05\x77\xa0\x03\ -\x07\xfb\x9d\xaf\x00\xc7\x5f\x5e\xb8\x8c\x9b\xe8\xa8\x35\xe6\xe9\ -\xc8\xe8\x18\x44\x56\x88\x11\xc4\xbf\x47\xe5\x09\xf0\x20\x97\x05\ -\x4e\xb6\xfa\xe4\x25\x08\x12\x2e\xa1\x11\xa5\x88\x73\xf3\x8d\x55\ -\xcd\xa1\x6d\xa3\xed\x2f\xdf\xe3\xfa\xed\x04\x0d\x44\xe7\x2a\x08\ -\x5e\x71\xbb\xdf\xa4\xad\x2b\x42\x52\xb2\x5a\x1d\x72\xc8\x6c\x51\ -\x46\xa0\x92\x70\xda\xec\x26\xf7\x26\x04\x81\x67\x52\xe2\x89\x0c\ -\x3f\x6a\x7f\x4f\x6c\x40\x71\xda\xa5\x24\x54\x3c\xe7\x98\xb5\x61\ -\x70\x91\x99\xfc\x7e\xc3\xbc\x60\x30\x18\xd0\xb3\xf9\xfd\x5c\x94\ -\x9f\x83\xff\xfd\x41\x86\xd6\x09\x93\xd3\xd3\xcc\xcc\x2e\xb2\x37\ -\x3f\xc3\xcd\xc5\x77\xa8\xd7\x7a\xd6\xe5\x27\x42\x7d\xab\x1a\xea\ -\xd0\x69\x2c\xf1\xf2\xe5\x03\xdc\xfb\xbe\x07\x59\x5e\x5e\x06\xe0\ -\xf8\xf1\xe3\x74\x2e\x1e\xe3\xf6\xfd\x7f\x46\x52\x64\xdf\x9d\xf9\ -\x37\xfb\xae\x34\x24\xa1\x97\xa5\x89\xb6\xb6\x80\xa2\x48\x28\x6c\ -\xe8\x6f\xde\x98\x61\x7d\xe5\x0e\x26\xa7\x67\x68\x36\x6a\x28\xa5\ -\x7d\xce\x3f\x67\xf5\xf7\xf9\xff\x65\xf0\x8f\xf7\xba\x58\xa6\xf5\ -\x2e\xc1\x48\xef\xc6\x28\xc0\x4d\x91\xfd\x63\x14\x9d\x3b\x29\xac\ -\x7d\x29\x6a\x44\x30\xb8\xdf\x37\xe9\xb4\x1a\xff\xb5\x67\x26\x5d\ -\xfa\xec\x68\xc7\x31\xb7\x80\xa4\x5e\x77\x00\x61\xbf\x41\xe8\x63\ -\xdc\xf6\x72\x23\xe4\x47\xd1\x76\xa9\xc9\xa4\x40\x14\xe8\x76\xe4\ -\xb0\x9b\x71\xc8\x23\x6a\x81\x1d\x2f\x2d\xb2\x2f\xb9\xdf\xfc\xbd\ -\x12\x25\xca\x77\x3d\x52\xfe\xd6\xda\x00\x24\xec\x70\x96\x50\xf1\ -\x73\x64\x99\xf4\xfd\x97\x4d\x76\xb8\xa8\x44\x38\x38\x64\x2f\x06\ -\x4f\xbc\xc7\x3b\x0f\x43\x63\x9c\x35\x96\x42\xfb\xd4\xde\xc6\xe5\ -\x37\xa0\xb3\xb1\xc1\xb5\x6b\x26\xc5\xd7\x9a\x35\xfc\x75\x36\x7a\ -\x64\x05\x54\x6b\x4d\xb6\xef\xd8\xcb\x84\x1a\xf0\x60\x72\x82\xa6\ -\x5a\x33\xbb\xfc\x4a\xa1\xbe\xd4\x61\x58\x6b\xf2\x64\xfe\xa3\x34\ -\x16\x0e\x71\xe7\x9d\x77\xa2\x94\x62\x75\x75\x95\xa7\xbe\xfd\x2d\ -\xee\xdd\xf6\x04\x93\xc9\x45\x63\xf8\x1b\x1b\xdc\x73\x9d\xcf\x4e\ -\x2d\xca\x71\xf0\xfb\x00\x94\x67\x7a\x87\x10\xc0\xec\xfb\xcf\xf3\ -\x0a\x2e\x0b\xf0\xc6\xe2\x01\x86\xb3\x7b\x68\x4f\x4c\x90\x28\x23\ -\x66\x0b\x97\xe9\xd7\xb9\xfb\x08\x2e\xbf\x42\x1c\xfc\xe9\xc6\xd0\ -\x1f\x88\x31\x32\xbc\xda\xa3\x80\xd2\x4c\xf9\x4f\xe3\x83\xb7\x08\ -\x84\x7b\x3d\xd4\x30\x86\xfd\xac\x42\x0c\x35\x89\xb2\x95\xd3\xde\ -\xda\x21\x03\x53\x9f\x0b\x35\xbe\x5e\x4d\x06\x7d\x28\x7b\x90\x08\ -\x82\xb6\x88\xf9\xab\xdc\x24\xed\xda\x24\x95\x52\x69\xbc\xfc\xfa\ -\x3f\xf1\x42\xc2\x45\xa4\x7a\x7c\x32\x6e\x79\x1c\xf7\x5a\xd0\x79\ -\xd9\x3d\x2a\x96\x24\x96\x01\x75\x44\x50\xf1\xb5\x65\xa1\xc0\xe6\ -\x72\x12\x67\xb4\x62\x19\x94\xa9\xca\xf7\xfb\x35\xa7\x65\xfe\xf2\ -\x52\xc1\x96\xe0\xcb\xf1\x06\x3f\x29\x4c\x63\x34\xe0\xf8\x03\x6d\ -\xcc\x59\x26\xc3\xcf\x90\x7e\xbf\xef\x35\xff\xea\x9a\x09\xf7\xbd\ -\x66\xe3\xfe\x87\xc3\x82\x24\xad\xb2\xb0\xb8\x4c\xa3\x56\xe7\x1e\ -\xde\x62\x31\x3f\x63\xb3\xfb\x04\xe6\x77\xeb\x7e\xea\x8a\x37\xf4\ -\x1d\x3c\xf9\xee\x0a\xf7\x3f\xf0\x20\x13\x13\x13\x14\x45\xc1\x73\ -\xcf\x1d\xa3\x99\x3f\xcf\xcd\xd3\xcf\x98\xa3\xb0\xc7\x69\xff\xf7\ -\xf0\x2a\x5b\xfd\xfd\x4f\x3a\xbe\x15\x30\xf7\x14\x09\x45\x61\x84\ -\x43\x51\x6b\xb1\xba\x72\x17\xad\xe9\x39\x5a\x76\xdb\x6f\xd8\xeb\ -\x3f\xb4\x67\xfd\xd9\x20\x20\x5c\x40\x90\xd1\xe6\x61\x69\x29\x04\ -\xab\x16\x6f\x91\x05\x5d\xb6\x42\xcc\x9f\xd4\x88\x23\x74\x2d\x85\ -\x43\x60\x1a\x69\xf1\x2e\x5b\xcb\xe5\x1c\x7b\xeb\xb6\xf8\x2c\xb0\ -\xb1\x6d\xa7\x26\xec\x50\x15\xf4\xa8\x47\x46\x2e\xf0\xb7\x47\x98\ -\x89\x0f\xa6\x29\x1b\x32\x63\x81\xe0\x18\xf2\xfa\x6c\x65\x42\xa7\ -\x5d\x79\xee\x4c\x43\x59\xf6\x78\xac\x11\x8d\x96\xac\x4b\x25\x38\ -\x84\x1b\xb5\x4f\xbb\x3e\x6b\xff\x2a\xf3\xe3\x96\x6d\x06\x1a\x3d\ -\x22\xc9\xbd\xfc\x2d\x62\x77\x9f\x7c\xd4\x52\xb3\x63\xea\x71\x83\ -\x21\xa0\x95\x93\xe9\x72\xc2\xa5\xbf\xdf\xe7\xa8\x73\x04\xab\x15\ -\xda\x6a\x7f\xe7\xf6\xeb\x74\x7a\xc2\xe2\xef\xac\xfe\x36\xbf\x5f\ -\x63\x82\xf9\x85\x15\xb3\xd3\x8f\x13\x34\x1b\x1b\x54\x2a\x19\xa9\ -\xc8\xee\x43\x0d\x68\xc0\xb5\xca\x12\x5f\x3f\x7b\x1f\x7b\xf7\xdf\ -\xea\x0d\x7f\x17\x2f\x5e\xe4\xa5\xe7\x8f\xf2\x43\xfb\x1e\xa3\xce\ -\xfa\x77\xdf\xe1\xb7\x69\x34\xa0\xd0\xf4\xf1\x60\xe0\xd1\x40\x34\ -\xfe\x44\x87\x7e\xf4\x66\x76\xd3\x5f\xb8\x89\xe5\xa9\x49\xaa\xd5\ -\x14\xa5\x0a\x6b\xf4\xcb\x3d\xfc\x57\x45\x46\x38\x91\xd6\xbc\x2b\ -\xab\xd6\x34\xe5\x8c\xb5\x62\x53\x8b\x94\x40\x23\xad\x0b\x1a\x2e\ -\xf8\xba\x05\x4a\x90\xdf\xc9\xe7\xb5\xff\x4f\xdc\x13\x7a\x2c\x0a\ -\x08\x35\x89\x1f\x54\xd9\xe5\x4c\xf8\x7b\xe4\x12\x06\xcd\x50\x49\ -\x40\x15\x6a\x24\x0a\xd1\xd5\x37\xaa\x81\xcb\xdb\xd2\xaf\x77\x28\ -\x89\x17\x2e\x96\x3f\x0c\x3b\x48\xda\x76\x8d\x52\xe1\xdd\x07\x47\ -\x11\x0b\x24\x5f\xad\x64\x7e\x23\x00\xb0\xb6\x9c\xa8\x3d\xf6\x6d\ -\x8b\xf6\x02\x84\xa6\x6f\x8e\xea\xb4\x10\x02\x8c\x25\x1e\x57\x86\ -\x24\x86\xd1\xe7\x03\x0c\x0c\x68\x50\x4a\x57\x4b\x3c\x89\x21\xc2\ -\x5c\x6b\xf2\xbc\x60\x38\x18\x5a\xe8\xdf\xf3\x1b\x7c\xd6\x5c\xb8\ -\x6f\xa7\xcf\x30\xd7\xa4\x95\x3a\x4b\x2b\x3b\xa8\x14\x03\x1e\xae\ -\x1e\x67\x2a\xb9\xe6\xb3\xfb\x38\x04\xe0\xa0\x7f\x51\xab\xf2\x54\ -\xe7\x41\x56\x8b\x65\xfe\xc2\xfb\xdf\x4f\xb5\x5a\x25\xcb\x32\x8e\ -\x3e\xf1\x38\x3b\x27\x9e\x61\xe7\xc4\x71\xe8\x13\x88\x4c\x32\x3c\ -\x63\xbe\x2f\xbf\xa2\x11\x18\x4d\xfd\xe5\x84\x80\x33\x04\x16\x45\ -\xea\x13\x7f\xe8\xa4\xca\xea\xd2\x1d\x54\xa7\x97\x98\x6c\xb7\x30\ -\x09\x57\xec\xc9\x3e\xe2\xa0\xcf\xc2\xad\xfd\x8b\x60\xf5\x77\xde\ -\x18\x85\x3d\xef\xcf\x4e\xaa\x24\x24\xa7\xad\xb5\x13\x0a\x9b\xce\ -\x79\x69\x66\xbd\x72\x57\xb6\x4f\xef\xe9\xc1\x91\x62\xca\xa8\x64\ -\x84\x19\x84\x20\x70\x0f\x78\xba\xd0\x22\x98\x46\x54\xef\x95\x4a\ -\xb4\xc4\x0c\x3f\x2a\xe4\x29\x3c\xe3\xfb\x15\xbe\x0a\x21\xec\xb8\ -\x72\x29\x33\x6e\x54\xb8\xf9\xcb\x7a\xba\x1c\xd6\x0d\xcf\x48\x84\ -\x15\x23\x12\x6f\x3d\x73\xcc\x57\x04\x0f\xcd\x38\x66\xdc\xe2\x25\ -\xc0\x98\xcb\x63\x56\xf3\x0a\xa7\xcb\x88\xb5\x52\x79\x40\xcb\x23\ -\x2a\xad\xcd\x7e\xc0\xa5\x56\x21\x40\x4e\x15\x2c\xe6\xee\x4c\xbf\ -\x3c\xcf\xe9\x0f\x06\x36\xbf\x5f\xd7\x0a\x80\xb0\xcf\x7f\x90\xe5\ -\xb8\x9d\x7e\x13\xed\x29\xee\xa8\x9d\x63\x37\xa7\xa8\xd7\x1c\xf4\ -\x77\xcc\x6f\xac\xfe\xd4\xe1\x5c\xb2\x8f\x97\x37\x8e\x70\xf7\xbd\ -\xf7\xb1\xb2\xb2\x02\xc0\x3b\xef\xbc\xc3\xa9\xb7\x9f\xe1\xbe\x3d\ -\x47\xa9\xe8\x41\x58\xfb\x97\x35\xff\x7b\x88\x02\x34\x5d\x1c\x0d\ -\xfd\x75\x03\xe6\x47\xc9\xa2\x05\x13\xfb\x6f\x90\xcf\xa0\xbd\xc4\ -\xda\xe2\x21\x26\xa7\xa6\xa8\x55\x53\x94\xd2\x28\xe4\x91\x5f\x76\ -\xed\xef\x73\xfd\x9b\x86\x3a\xed\x6f\x86\xbc\x40\x48\x9b\xd1\x79\ -\x10\x96\xfa\x00\xdf\x4b\x4a\x5d\xce\xbb\xe4\x13\x15\xe0\xb6\x9b\ -\xbc\xb1\x06\xf4\x72\xfd\xf1\x8f\xe1\x9f\xd6\x01\x10\x95\x57\x1d\ -\x9b\xa0\xeb\xc8\x73\xa1\x14\xc8\x4d\x63\x62\x09\xe3\xb5\xb6\x44\ -\x99\xc4\x28\xe0\xbd\x5c\xa6\x38\xb7\x4c\x8d\x7f\x90\xc2\xc7\x2f\ -\x67\xa4\xc1\xdb\x7f\x36\x0f\xc4\x0b\x07\x89\x46\xc4\x78\xe8\x58\ -\x31\xbb\x6b\x8b\x8c\x80\x2a\x9a\xd4\xd1\x35\x99\x6d\x88\x93\xc8\ -\x22\x70\xc7\xdd\x33\x2a\x18\x95\xa0\xf0\x4d\xea\x8c\x24\xa2\x90\ -\xf0\x60\x99\xc2\x68\xff\xfe\xc0\x18\xfe\x36\x36\x4c\x4e\xbf\x55\ -\x01\xff\x7b\x83\xcc\xec\xf4\x6b\xb4\x58\x5c\xde\xce\x6c\x76\x95\ -\xfb\x92\x57\x68\xd6\xd7\x6d\x76\x1f\x1b\xea\xeb\xd7\xfd\x30\xac\ -\xb5\x78\xb6\xfb\x61\xd2\xe6\x12\xf7\xdc\x73\x0f\x49\x92\xd0\xed\ -\x76\x79\xfc\xf1\x6f\x72\x70\xf9\x69\x16\x6b\xef\x40\x97\xef\xee\ -\xf3\xdf\xf4\xf7\x12\xc4\x97\xfd\x95\xbb\x02\x2d\x12\x08\x89\x3f\ -\x8c\x21\x6b\x6d\xf9\x76\x92\xb9\x9d\x4c\x4d\xb5\xcd\xf0\xc8\x63\ -\xbe\xb1\x0c\x2f\x52\x80\x1b\xb7\xa0\xdd\x94\x65\x2d\xfe\xc2\x70\ -\x5d\xba\x02\x53\x3b\x49\x55\x06\x74\xc6\xf8\x1a\xd2\x75\x45\x1e\ -\xe1\xf2\x4c\x6f\xc2\xe0\x71\x56\xe1\x31\x49\xdc\xbd\x37\x41\x14\ -\xa9\xb0\xc6\x3c\xd3\xa0\x32\x8f\xca\x12\x03\x6d\x95\xa1\xbe\xfb\ -\xb3\xa4\xb1\x23\xd8\xef\x44\x70\xa9\x1d\xe2\x52\x42\x80\xc8\xe7\ -\x5d\x5f\xb4\x1f\x38\x15\x0b\x01\x59\x06\xa2\x99\xbe\xf5\xc1\xd1\ -\x69\x27\x77\x2c\x08\xf1\x46\xf3\x52\xdf\xb6\xcc\x0b\x30\xda\xf4\ -\xd2\x3a\x25\x9a\xe8\x00\xcd\x82\xf4\x37\x83\x15\x0d\xa7\x02\x97\ -\xae\x3b\x00\x23\x15\xd9\x87\x9c\x64\x35\x3f\xcb\x60\x15\xc8\xf3\ -\x9c\xc1\x60\x68\x92\x7c\x6c\xf4\x58\xb5\x87\x7b\xac\x59\x7f\xff\ -\xfa\x46\x8f\xe1\x30\x27\x49\xeb\x2c\x6f\xdb\x49\x52\xe4\x3c\x52\ -\x7f\x9b\xb9\xf4\x42\x29\xbb\x4f\x01\x35\x6d\xb5\xbf\xe2\x9d\xe4\ -\x1e\xde\x58\xdb\xcd\x43\x8f\x3c\xc8\xd4\xd4\x14\x5a\x6b\x5e\x7d\ -\xf5\x55\xd6\x2e\x1e\xe3\xf6\xbb\xbf\x8d\x2a\xf2\xcd\x43\x7e\x37\ -\x63\x7e\x81\x0e\xc2\x54\x9b\xf1\xd1\x82\xe9\xb5\x1d\x05\xf9\x6e\ -\xd2\x7e\x19\x01\x90\xb7\x66\xb9\xb6\x74\x3b\x93\xd3\xb3\x34\xea\ -\x35\x1b\xf9\x57\x78\xdf\x7f\x51\x64\xa0\x33\x93\xfa\xcb\x86\xfe\ -\x16\x7e\xcd\x58\x58\x86\x96\x3e\xf4\x71\x97\xf8\x56\x10\x71\x7c\ -\x8b\x16\x87\x6b\x88\xd9\xf3\x5d\x29\x21\x3d\x09\x0f\xa2\xef\x2d\ -\x45\x28\x71\xa3\x16\xb7\xc6\x7f\x84\xc7\x2d\x4d\x45\x27\x7c\x84\ -\x81\xf5\x1f\x4c\x74\xa2\xc2\xb3\xa6\x2c\x53\x14\x5b\xce\x47\x19\ -\x46\x47\x45\x9f\xcc\xa3\x8e\xae\xa5\x82\x12\xcd\xb7\x92\x71\x74\ -\x39\x21\x3e\x7b\x3b\x4b\xb0\xe6\x4b\xbb\x4c\xe8\x96\x8c\xc8\x34\ -\x75\xbb\x84\x23\x48\x85\x6c\xaf\xef\xcf\x66\x20\x18\x15\xf4\xfe\ -\x7b\x3b\x38\x94\xe0\x8e\xfd\xad\x6c\x78\x32\x63\x22\x21\x91\xd8\ -\xdd\x17\xc1\x32\x7c\xfa\x01\x93\xe2\xab\x20\xcb\x32\x73\xa2\x6f\ -\xcf\xa4\xf8\x5a\xf3\x3e\xff\x1e\xeb\x1d\xe3\xf3\x2f\x48\x98\x6a\ -\x4f\xd1\x9e\x9c\xe1\x56\x7d\x8a\x03\xc9\x9b\xd1\x81\x1e\xa9\x73\ -\xf9\x59\xed\xbf\x5e\x99\xe7\xd9\x8d\x0f\x32\xb7\xb8\x93\x43\x87\ -\x0e\xa1\x94\xe2\xda\xb5\x6b\x7c\xfb\xe8\x37\xb9\xef\x86\x67\x99\ -\xae\x5e\x82\x0d\xde\xc3\xfe\xfe\x4d\x3e\x5b\xa2\x95\x5b\x7d\xf1\ -\x3f\x5b\x81\x60\x07\xd8\xcc\xbb\x5d\xff\x17\xc6\x3a\xbc\xbe\x78\ -\x88\x6c\x6e\x2f\x33\xd3\x93\xe6\xb0\x4f\xe7\xe6\x2b\x86\x3e\xd5\ -\x57\x91\x0f\xd1\x3a\x13\xb9\xff\xb2\x60\x34\x22\x8f\x78\x6d\x74\ -\x42\xad\xfe\x89\x0e\xf2\x50\xe2\x7b\x39\x7d\x82\x79\x3d\x23\x38\ -\x04\x51\xa6\x17\x2b\x19\x3c\x73\x38\x24\x31\xaa\xf9\xc3\x3a\x19\ -\x02\xa3\xb9\xf6\x8e\x17\x59\xae\xed\x23\x9b\x96\x88\x74\x6a\x5c\ -\xb6\x96\xbf\x06\x97\x62\xe4\x1d\xf1\xcd\xb2\xb3\x22\x8c\x74\x91\ -\xcf\xde\xdf\x33\x7a\x2e\x80\x4b\x80\x2a\xc7\xd8\xb3\xbc\x17\xfc\ -\x65\x87\xa6\xdd\x14\xe7\x8e\x64\x73\xf5\xe3\xbc\x18\xce\xdb\x10\ -\x37\x74\x4b\x23\x01\xa3\xb5\x91\xa0\x8f\x10\x03\x2e\x99\x36\x7e\ -\x32\x1e\x50\x61\xa8\xf1\xcf\x94\x5c\x33\x25\xe8\x0f\xf8\xac\xc0\ -\x85\x35\xfc\xf5\x87\x99\x65\xfe\x0d\xbf\xbf\x7f\xbd\x63\x98\xbf\ -\xdb\x1b\x92\x17\xe6\x38\xef\xe5\x6d\xbb\x68\x0c\xae\xf1\x70\xfb\ -\x04\xad\xea\x9a\x38\xc8\xd3\x6c\xf1\xa5\x0e\x34\xa0\xa8\xa7\x1c\ -\xd7\x1f\xe2\xf4\xea\x24\x3f\xfa\x89\xf7\x53\xaf\xd7\x29\x8a\x82\ -\x67\x9e\x79\x86\xba\x7e\x91\x5b\x57\x9e\x46\x0d\x0b\x13\xf5\xf7\ -\x1e\xf7\xf9\x8f\x7d\xf9\x37\xc7\xf0\xce\xd8\x17\xee\x71\x86\x40\ -\x77\xe8\x07\x5a\x91\x57\x5b\x5c\x5d\xba\x9d\xf6\xac\x8b\xfb\xc7\ -\x30\xbf\x8b\xf3\xcf\x07\x22\xe9\xa7\xc9\x01\x50\xe8\xb2\x27\x60\ -\x5c\x84\x5a\xe0\x4f\xcf\x28\x0e\xbd\xa1\xf1\x10\xbd\x8c\x02\xfc\ -\xfc\x6e\x76\x05\x44\x80\xd7\xb0\x4a\x18\x79\xad\x55\x7b\xec\xa3\ -\xc2\x05\x26\xe9\xc9\x92\x4c\x70\xad\xeb\x12\x0a\x28\x21\x0f\xd7\ -\xc5\x91\x93\x89\xe2\xcf\x4e\x08\xa0\x55\x09\xf0\x8c\x11\x38\x9e\ -\x99\xc7\xf7\xdc\x7b\xb2\x22\x94\x40\x50\x64\x52\xb3\x8b\x6a\xb4\ -\xd4\x08\x5e\xa8\x4a\xa1\x60\xbf\x4b\x82\xab\xb1\xdc\x86\x2d\x3b\ -\x1b\x30\xb6\xa0\xfa\x16\x47\xa8\x2b\xf6\x59\xca\xb6\xd9\x49\x92\ -\x4a\x46\x72\x82\x9f\xe3\x80\x1a\x54\x69\xe2\x3d\x43\x68\x8d\x2e\ -\x30\xda\xbf\x6f\x0c\x7f\x1b\x32\xe4\xd7\x1b\xfe\x0a\x94\x4a\x99\ -\x5b\x58\x22\xd5\xf0\xfe\xfa\xdb\xac\xa4\xa7\x4d\x76\x9f\xd4\x1c\ -\xe1\xed\xb2\xfb\x38\xc3\xdf\xe5\x74\x2f\xcf\x5e\x38\xc2\xfe\x1b\ -\x6f\x66\xe7\xce\x9d\x80\x71\xfb\xbd\xf0\xdc\xe3\x7c\xf4\xb6\xa3\ -\x34\xd5\xba\x61\xfe\x72\xb6\x9f\xcd\xb4\xfd\xb8\xcf\x08\x4d\xef\ -\xe6\x5b\x0c\xa2\x4f\xfd\x85\x0b\xfd\xb5\xd6\x7f\x14\x1b\xf3\x37\ -\xd3\x5b\xb8\x99\xe5\xd9\x19\x2a\x95\x04\x85\x3b\xe9\x37\x33\x59\ -\x7f\x5c\xc2\x4f\x1d\x42\x7f\xb1\x16\x63\x8d\xa6\xd0\x79\x94\x59\ -\x27\x30\xb5\x65\x20\xcb\x59\x31\xc1\x05\x31\xe0\xee\x0c\x9a\x1e\ -\x5c\xde\xbf\x90\xe5\x39\xa6\x1b\xa1\xf4\x65\x91\x62\xea\xdd\x4e\ -\xc1\xf0\x26\xb5\x7f\x2c\x08\xdc\x4d\x11\xd5\x09\xc6\xd9\x04\x1d\ -\x38\x03\x9b\xd4\xfe\x5e\x91\x29\x8f\xb9\x44\x95\x42\x22\x86\x7e\ -\x47\x7b\x35\xca\xbc\xaf\xca\x1f\x02\x2f\x04\xf0\xa2\xfd\xbb\xec\ -\xab\xaf\x5d\x97\x05\xa2\x2d\x23\x48\x3b\xfc\x4e\x40\x6f\xd4\x34\ -\xb7\x6c\xf9\x6e\x40\x07\xcf\x3d\x53\x46\xea\x4a\xc2\xa1\x20\xe1\ -\x5c\x17\xcc\x80\x09\x89\x60\xb0\x18\x72\xc2\x22\xc2\x31\x15\xfa\ -\x89\xd7\x85\xb6\x39\xfe\xcc\x91\xde\xc3\x3c\x67\x38\xcc\xe9\xf7\ -\xb3\xc0\xfc\x1d\xb3\xe6\x5f\xeb\xf4\xe8\x0f\x73\x0a\x0d\xcd\x89\ -\x36\xf3\x0b\x2b\xec\x2e\xce\x71\x67\xfd\x0d\x6a\x95\x7e\x14\xf0\ -\xa3\xfc\xba\x1f\xb2\x6a\x9d\x27\x57\x1f\xa5\x93\x4d\xf0\xe0\x83\ -\x0f\x92\xa6\x29\x79\x9e\xf3\xc4\x13\x4f\xb0\x7d\xfa\x35\x6e\x98\ -\x7f\x0d\xfa\x3a\x68\xff\xef\x21\xdb\x8f\x7c\xc9\xf5\x7e\x69\x84\ -\xc3\xf8\x78\x61\x17\x42\x7f\x8b\xb4\xce\x95\xc5\xc3\xd4\xa7\xe7\ -\x69\x4f\x34\x01\x63\xf8\xf3\x49\x3f\xec\x66\x1f\xe7\x09\xc0\x9e\ -\xff\xa7\x75\x41\x51\xd8\x40\xa0\x02\x4f\x60\xda\x0b\xd7\xc0\xde\ -\xe6\x90\x10\x79\x44\x78\xdc\x3a\x39\xa3\xa6\x99\xda\x33\x90\x2e\ -\x4f\xb1\xb0\xf7\xb8\xb5\x6d\xb9\x44\x09\x26\x0d\x8a\xdc\x44\xdb\ -\x96\x96\x04\x52\xb7\x94\xb5\x68\xa8\x45\x45\x6f\x72\x19\xea\x2a\ -\xf6\x64\x28\x18\x75\x64\x4d\x1f\x3a\x24\x8b\x0a\xbf\x96\x0d\x71\ -\x5a\x94\xa1\x42\x7b\xe3\x36\x86\x67\x63\xe6\x17\x08\xc0\xa6\xdf\ -\x97\x7e\x3d\x29\xc4\xca\x5e\x16\x77\x6d\xad\x1b\xd0\xd7\xa5\xfc\ -\xdf\x23\xcb\x02\x27\x8d\x45\xc6\x99\x48\xa7\x18\xf1\x85\x4c\xe7\ -\x15\x1b\x32\x46\x28\x05\x87\x9b\xf2\xdc\xac\xfb\x33\x17\xf0\xd3\ -\xed\xf9\xd3\x7c\xa5\x10\x18\x66\xc6\xe7\xbf\xbc\xb2\x93\xa4\xbf\ -\xce\x87\x9a\xaf\x32\x59\x5d\x8d\x99\xbf\x12\x98\x9f\x1a\xbc\xd9\ -\xbb\x91\x67\xdf\x5d\xe2\xfe\xfb\x1f\x60\x6e\x6e\x0e\x80\x53\xa7\ -\x4e\xf1\xd6\x89\x27\x79\xf0\xc0\xb7\xcc\x6e\x3f\xeb\x5d\xdb\x94\ -\xc1\xbf\x4b\x00\x90\x24\xf1\xc0\x4c\xd6\x1e\x80\xb8\xd7\xa3\x83\ -\x70\xe8\x47\x6f\x66\x0f\x1b\xcb\x87\x59\x98\x9f\xa7\x5a\x49\x05\ -\xfc\x37\x5a\x5f\x5b\xe3\x9f\x3b\x01\xc8\x45\xc9\x99\x7d\xff\x36\ -\x7a\xcc\x22\x81\xf2\xf0\x1a\xe5\x29\x03\x4d\x62\x77\x60\x89\xa5\ -\xf0\xf1\x01\xe3\xe8\x63\xf3\x8f\xb2\x83\x9b\xde\xa4\xe5\x0f\x81\ -\xcb\xc7\x3e\x1a\xbc\x4e\xa5\x28\x43\x57\xae\x23\xd3\x88\x3c\xb5\ -\x7f\x19\x41\xe2\x96\xb6\x25\x48\xed\x34\xb4\xb7\x4d\x85\x57\x84\ -\x41\xa4\xbb\x11\x51\x99\xef\x8f\x68\xfb\x66\x28\xa5\xec\x4e\xf5\ -\x7f\x0b\x61\x1c\x3d\xe6\x3a\x57\x16\x56\x37\x6e\xfd\xd9\x80\x5e\ -\x72\xfb\xdd\x54\x25\xf2\x88\x06\xd7\xfe\x2e\x8c\x45\x31\xb4\xb7\ -\xdf\x79\x43\x9f\x94\x9c\xa1\x38\x53\x8a\xf6\x29\xbe\x7a\xfd\x01\ -\x1b\xbd\x3e\x1d\x7f\x9a\xcf\x86\x59\xfb\xaf\xf7\x18\x0c\x73\x48\ -\x2a\x4c\x4e\xcd\x50\xa9\xd4\xb8\xb3\x7e\x92\x5d\xd5\x33\x22\xbb\ -\x4f\x41\x92\x68\x03\xfd\xed\xab\x5f\x9d\xe0\xe9\x73\xf7\x31\x3d\ -\xbb\x83\x83\x07\x0f\xa2\x94\xf2\x49\x3e\xf7\x2d\xbf\xcc\x72\xfb\ -\x94\x09\xfa\x71\xf0\xff\xcf\xed\xfe\x73\xc3\xa1\xf0\x07\x7e\xe8\ -\xd0\x4f\x79\xe6\x1f\x1a\xef\xfb\xd7\xaa\xc2\xb5\xb9\x03\x54\x26\ -\x17\x4c\xe0\x8f\xb2\x02\xb6\xc8\x4c\xd8\xaf\x3b\xf0\x23\x93\x87\ -\x7e\xe4\x14\xee\xd8\xaf\xdc\xa0\x05\xa1\xe7\x22\x3d\x6e\xea\x97\ -\x8c\xe1\x1a\xeb\xe6\x85\x88\x8b\x9c\xe6\xcc\x73\xcd\x60\x38\xa4\ -\xdf\xcf\x48\xd2\x84\x56\xb3\x4e\xb5\x92\xa0\x88\x99\xc0\xcd\x5f\ -\x44\x27\x51\xf5\xca\x93\xc3\x78\xc9\x22\x18\xc9\xde\x13\x62\x46\ -\xca\x8c\x1f\xd6\xd9\x2a\x2e\x60\x9c\x44\x12\x08\xc3\xf4\x35\xc4\ -\x3f\xe8\xf0\x7b\x24\x14\xc2\xa4\x69\xf1\xb3\x5b\xa2\x06\xfe\xd7\ -\xbe\x0d\x7e\xb7\xaa\x17\x39\xf6\x0e\xcf\xe4\xa3\xb6\x10\xd7\x5f\ -\x55\xb8\x36\xba\x82\x82\xf2\x1d\x77\x6d\x69\x5a\x70\x10\xe4\x13\ -\x35\x20\x6e\xd4\x88\x86\x19\x29\x21\x96\xa8\x81\xc8\xec\x7d\x65\ -\xcc\xa4\x35\xb9\x85\xfd\x83\xfe\x80\x5e\xaf\xcf\x46\xc7\xa4\xf6\ -\x5a\xef\x98\xad\xbe\x6b\xeb\x5d\x36\x7a\x03\xf2\x42\x51\xab\x35\ -\x59\x5a\xde\xc1\x3c\xd7\x78\x7f\xfd\x65\xea\x69\x57\xa4\xf6\xca\ -\x85\xcb\x0f\x74\x3d\xe1\xe5\xb5\x83\x9c\xb8\xbc\xcc\xa3\x1f\xf8\ -\x00\xed\x76\x1b\x80\xb7\xde\x7a\x8b\x33\x27\x9f\xe2\xfe\x5b\x9e\ -\xa4\xa2\xfb\xf1\xda\xdf\x75\x67\x33\xa6\x2f\xff\x1e\xa5\xfd\x2a\ -\xcf\x9c\xfd\xce\x2d\x0d\x00\xbf\xf3\x2f\x4f\x29\x74\x42\xbf\xb5\ -\xc8\xb5\xa5\xdb\x99\x5b\x58\xa0\x56\xab\xd8\x61\x12\x7e\xfe\x3c\ -\x83\x62\x48\xee\x96\x01\x79\x46\x91\xdb\xdf\x7c\xfc\x7f\xd0\x1a\ -\x3e\xe5\xf7\xc8\x64\x8d\x32\x5f\x59\x5c\x38\xad\xa3\xb5\x66\x50\ -\x54\xf8\x57\xff\xfe\x05\x7e\xe3\xf7\x8f\x71\xe6\xfc\x15\x36\x36\ -\xfa\x36\x29\xab\x50\xbd\x91\xa5\x3c\x28\x81\xf0\x75\x58\x9f\x87\ -\x65\x9f\xa0\x03\xed\x10\xc7\x28\x22\x19\x45\x05\x6a\xb4\x9c\xb2\ -\xa2\x91\x77\x4b\xc5\xa3\x64\x4f\x23\x69\xcd\x18\x49\x1d\x0b\x1e\ -\x2b\x18\x46\x78\xd2\x23\x94\x22\x08\x16\xa1\xd9\xfd\x5e\x86\xc2\ -\x1d\xd1\x3e\x0e\x1d\x94\x51\xc6\x28\xca\x91\xd7\xd6\xbb\x01\xdd\ -\x64\x8d\x34\xd6\xc8\x38\xf7\xa7\x74\x01\xfa\x2b\x00\x81\xf8\x12\ -\x3e\x65\x37\x01\x21\xa4\x13\x0a\x5d\x50\xe4\x9a\x2c\xcb\xec\xba\ -\xbf\x67\xdc\x7d\xce\xe7\x6f\xad\xff\xc3\x4c\x93\x24\xe6\x44\xdf\ -\xa4\xc8\xf9\x60\xfb\x2d\x16\xaa\x97\x4d\x82\x0f\xeb\xef\x77\xa1\ -\xbe\xee\xb5\x96\xcc\xf2\xf5\xb7\x6f\x65\xdf\x8d\x87\xb8\xe9\xa6\ -\x9b\x50\x4a\xf9\xa0\x9f\x43\x7b\x9f\x65\xb1\x7d\xc6\xb8\xfd\x32\ -\xe2\xf5\xff\x7b\x45\x00\x3e\xf3\x96\x5c\x0b\x06\x57\x1f\x11\x1d\ -\x05\x6f\x80\xd6\xe6\xc8\x2f\x4d\xca\xda\xfc\xad\x30\xbb\x83\xa9\ -\xa9\x36\x69\xa2\x30\x67\xfd\x65\x22\xd1\xc7\x80\xdc\x2e\x03\xa4\ -\x1d\xc0\x6f\x1c\xc1\xac\xc1\x55\x79\x3e\xc4\xf8\x8f\x32\xbf\x10\ -\x18\x11\x1c\x07\xad\x14\x45\xa6\x39\x79\xa5\xce\xef\xfe\xc1\xd7\ -\xa8\xa4\x70\xef\xad\x8b\xcc\x4c\x4d\xd0\x9e\xa8\xdb\xbc\x2d\x25\ -\xa1\xa1\x05\x0a\xb0\x4c\x19\x39\x94\xbc\x01\xb2\x10\xf5\xbb\xbf\ -\xbc\x95\x42\x08\x52\x02\x62\x88\x78\xc2\x6a\x72\xc6\x1d\xf8\x89\ -\x17\x0e\xf1\xa9\x3d\x5e\xc5\x8a\x21\x71\x4c\x1f\x94\x5b\x7c\x87\ -\x6c\xa6\x10\x3c\x04\x83\xc7\x04\x02\x27\x00\x00\x20\x00\x49\x44\ -\x41\x54\xa9\x43\x01\xbe\xa9\x7e\xa2\xe5\x72\x4b\x86\x69\x87\x42\ -\x85\xdd\x2f\xb4\xc9\x09\x99\x4d\x50\x12\x6c\x21\x02\x18\x35\x38\ -\x48\x42\x2a\x43\x46\x99\xb5\xb4\xcc\xf0\x32\x9c\xb1\x04\xe5\xc4\ -\xb9\x82\x45\x11\xb6\xb0\x16\x85\x61\x7e\x99\xe3\x6f\x6d\x6d\x83\ -\xf5\x8d\x9e\x75\xfb\xf5\xe8\x0d\x32\x34\x09\xcd\x76\x9b\x89\xc9\ -\x69\x6e\xaa\x9c\xe1\xb6\xfa\x5b\xa4\x69\x86\x4a\xc5\x2e\x3f\xc1\ -\xfc\x45\x2d\xe5\xc9\x0b\xb7\xb1\xc6\x1e\x3e\xf0\x81\x0f\x50\xaf\ -\xd7\xd1\x5a\xf3\xca\xab\xaf\xb0\x71\xed\x59\xee\xba\xf1\x18\x49\ -\x9e\x85\xb5\xff\x66\x1b\x7f\xbe\x5b\xd2\x0f\x3f\x44\x32\xdf\x9f\ -\xdc\x01\x58\x4e\xff\xe5\xd2\x7e\xa5\x0c\xeb\x33\x5c\x59\xbe\x93\ -\xd9\x85\x65\x5a\xcd\x86\x21\x2f\x6b\xed\x8f\x98\xdd\x22\x01\x6d\ -\x5d\x80\x85\x0e\xc1\x3f\x23\xbb\xf7\x5c\x35\x42\xa3\x8e\x93\x01\ -\x4a\x12\x77\xd4\xbe\x82\x61\xa1\x38\x71\xba\x4b\xaf\xd7\x63\x7e\ -\x76\x8a\x61\x96\xd9\xdd\x69\x51\x09\x48\xee\x71\x00\x2f\xfc\xe4\ -\xb4\xb5\xb0\x05\x25\xe3\x52\xbe\x8d\xb9\xd4\xc8\x1f\x41\xe1\x44\ -\x06\x32\x59\xa9\xe8\x8f\x5c\x72\x96\x2e\xa3\xd0\x85\x51\xce\x4e\ -\x54\x59\x43\xbb\xe7\x47\x42\x89\x23\xd4\x43\x78\x56\xd2\xbc\xb0\ -\xb5\x04\xc1\x56\xea\xa2\x28\x2f\xd8\xd9\x02\x32\x29\xc7\x3b\xc0\ -\x89\xad\x45\x00\x65\x43\x48\xd9\x92\x6f\xef\x1a\x0b\xb7\xae\x7b\ -\x45\xfd\xb7\x1d\xb4\x45\x17\xda\x1c\xe8\x69\xb2\xfc\x0c\xd9\xe8\ -\xf5\x6d\x7a\xaf\x0d\x9f\xe6\xcb\xed\xf3\xaf\x54\xeb\x2c\x2e\xed\ -\xa0\x91\xad\xf1\xc1\xe9\xd7\x68\x25\x1d\xd2\xb4\xb0\x29\xbe\x8a\ -\xb0\xee\xb7\x02\xe0\xbc\x5e\xe1\xf1\x77\x6e\xe6\xfe\x87\x1f\x62\ -\xdb\xb6\x6d\x00\xac\xad\xad\x71\xf4\xf1\x3f\xe5\xee\x5b\x9e\x64\ -\xba\x71\x69\x54\xfb\x6f\xa6\xe9\xaf\xf3\x72\xfb\xf7\xc7\x8c\x28\ -\x11\x0a\x10\xf7\x9b\xa4\x9f\x29\x6b\xb3\x37\x91\xcf\xef\x65\x61\ -\x7e\xd6\x6b\x7f\xad\x73\xb3\xd6\xcf\x87\xe4\xf9\xc0\x18\x01\x73\ -\x73\xec\x97\xd7\x2a\x36\xe3\x6f\x61\xb5\x7f\x8c\xc4\x84\x3b\xca\ -\xb6\xc3\xcf\xa4\x64\x3e\xb1\xf9\x2a\xcc\x93\x09\xc2\xda\xc8\xdb\ -\xec\xd9\xbb\xcc\x60\x30\xa0\xdd\xaa\x93\xf8\xb5\xb7\x25\x4e\x14\ -\x21\x85\x2d\xe3\x53\xf6\x2b\x51\xaf\x5d\x3a\x38\x95\x11\x9b\x2a\ -\x75\xd4\x0e\xa7\xd5\x15\x96\x04\x25\x32\x08\x05\xc6\x75\x79\x55\ -\xac\x71\x2e\x0b\xa9\x9d\x23\x39\x82\x43\x25\xe2\x8b\xe8\x87\x50\ -\x57\xbc\x4b\xd5\xd5\xe5\xda\x11\xf7\xc1\x29\xba\x30\x46\x22\x63\ -\x92\x40\x0b\x23\x97\x14\x66\x25\x43\x61\xf9\xda\x1a\x01\x20\x25\ -\xaa\x72\x52\xcf\x7c\xaf\xa5\x10\x70\xd0\xbf\x0c\x19\x91\xe1\x98\ -\x8c\x12\x64\xe9\xd2\x68\xe3\xb2\x52\x50\xe4\x9a\x3c\xcb\x18\x0c\ -\x33\x7a\xbd\x81\x4f\xef\xed\x98\x7f\xad\xd3\x63\x30\x2c\x80\x0a\ -\x33\xb3\xf3\xa4\x49\xca\xc3\xed\x53\xec\xaa\x9d\x0f\xc7\x78\x8b\ -\x04\x1f\xde\xed\xd7\xa8\xf1\xd8\x1b\x47\xa8\x4f\xed\xe7\xbe\xfb\ -\xee\x23\x4d\x53\xb4\xd6\x3c\xf7\xdc\x31\xd2\xe2\x25\x0e\xed\x7d\ -\xd5\x9c\xed\xe7\x98\xff\xcf\x63\xfc\x13\x39\x1b\x9c\x96\xf5\x1a\ -\x5f\x44\x02\x4a\xff\xb2\xd9\xf9\xa7\x28\xf2\x84\xac\x3a\xc1\xe5\ -\xe5\x3b\x99\x9c\x5f\xb6\x67\xfd\x69\xbb\xbe\x77\x9a\x7f\x08\x36\ -\xe4\xd7\x84\xfe\xe6\x84\xb8\x7f\x53\x61\x19\x85\x45\x91\x72\x1e\ -\xb4\x59\x22\xb6\x07\x83\xc6\x69\xbc\xfd\x83\x1e\xad\xe9\x42\xb3\ -\xda\xaf\xd3\x6a\xb5\x18\x0c\x06\x34\xeb\x29\x95\x34\x31\xa7\x11\ -\x81\x41\x1e\x76\xb7\x66\x40\x41\x8e\x76\xa4\x81\xd8\x7c\x1f\xb3\ -\xbb\xb9\xa7\x1c\x63\x1f\xfd\xad\xfd\xaa\xc2\xa2\x0a\x47\x6f\x71\ -\x7a\x2d\x37\xf8\x2e\x50\xcd\xd0\x9e\x99\x18\x73\xa0\x8a\xa0\xe7\ -\x08\xe0\xcb\x0a\x1c\xbd\xab\x50\x6c\xb9\x3d\xae\x7b\xb2\x7e\x89\ -\xfc\x4a\x63\xe8\x18\x77\x44\x49\x46\x30\x6c\xdc\x6f\x56\x8c\x68\ -\x88\x37\x73\x85\x4a\xfe\xb3\x0b\x00\xb9\xf9\xc7\xcb\x67\x25\x04\ -\xaa\x0a\xeb\xd9\xc8\x98\x22\xe0\x97\x21\x78\x31\x12\x76\xb0\xcc\ -\x18\x47\x92\x22\x08\x0c\xa5\x28\x72\x9b\xdd\x77\x60\x98\xbf\x63\ -\x0f\xf5\x5c\x73\x86\xbf\x4e\x97\x6e\x7f\x48\xae\xcd\xb1\x5e\xd3\ -\xb3\x0b\xac\x70\x89\x07\x5a\x6f\x50\x49\x42\xb8\x6f\xe4\xf2\x6b\ -\x00\x0d\xc5\x3b\x83\x1d\xbc\xf0\xee\x0d\xfc\xc5\x4f\x7e\x98\x99\ -\x99\x19\x00\x2e\x5f\xbe\xcc\xb3\xcf\x7c\x8b\x0f\xdc\xf1\x14\xad\ -\xea\xaa\xd1\xfe\x39\xe3\xdd\x7f\xdf\x53\x00\x90\x22\xec\xff\x57\ -\xc4\x34\x62\x99\x06\xb7\xf6\xb7\xa1\xbf\x3a\x65\x7d\x6a\x0f\xc3\ -\x85\x9b\xd9\x31\x37\x47\x25\x4d\xbc\xf6\xd7\x2e\xf0\x27\x1f\x92\ -\x67\x03\x9f\xf5\xd7\xc1\x7f\xed\xb2\xfe\x46\xc9\x32\xcc\x7b\x61\ -\x63\x01\x0a\x0b\xd7\x55\xa2\x48\x12\x9b\x24\xc4\x1a\xe4\xa4\x6b\ -\x57\xdb\x87\xe4\xb1\xef\x59\x96\xd1\x2d\x5a\xbc\x7a\xec\x18\x45\ -\x51\x30\xd1\xa8\x50\xad\x24\xf6\x60\xe1\xc2\x9c\xe2\x5e\xa8\x88\ -\x4b\x23\x8d\xee\xbd\x44\x81\x71\x0d\x4d\x09\xad\x26\xd4\x6f\xd9\ -\x5e\x29\x95\x2d\x10\x1d\xba\xa9\x1c\xad\x79\x78\xa0\xc3\xb3\x5a\ -\x9b\x01\xf0\x4b\xa2\xc4\x2e\x57\x3d\x95\xfa\x36\x28\x57\x6e\x79\ -\x39\xa2\x30\xcf\xf8\xcf\xe5\xf6\xd9\x3a\x5d\xfd\xfe\x38\xf4\xeb\ -\x5d\xa3\x8c\x2c\x1f\x72\x82\xce\xcf\x64\xa1\xc3\xae\xdb\x52\x49\ -\x5b\x84\x00\xec\x7f\x9e\xbf\x55\x79\x7c\xc5\x7d\x81\xf9\x83\x40\ -\x08\x6b\x1f\xaf\x8f\x7c\x39\xee\x77\x3c\xf3\xa3\x15\xb9\x0d\x60\ -\x19\xba\x73\xfd\xba\x7d\x3a\x1b\x7d\xd6\x37\x6c\x86\x5f\xbb\xf6\ -\x37\x59\x7e\x6a\xcc\xcc\x2d\x90\x0c\xfb\xfc\xe0\xc2\x09\xa6\x93\ -\x55\xb1\xcb\x2f\x8f\x34\x3f\x75\xe8\x37\x9b\x7c\xf5\xb9\x3b\xd8\ -\xb1\xe7\x36\xef\xf6\x2b\x8a\x82\x27\x9f\x7c\x92\x99\xe6\x2b\xdc\ -\xb2\xf3\x38\x2a\xd7\x41\xfb\x97\xe1\xff\xf7\xc2\xfc\x9e\xc1\xc5\ -\xe5\xbe\x17\xf9\xff\xf1\x88\xc0\xac\xff\xb3\xb4\xc5\xe5\x95\x7b\ -\x99\x5c\xde\xc1\x64\xbb\x45\x92\x80\xdb\xf5\x17\x65\xf9\x75\xd1\ -\x80\xd9\x90\x6c\x38\xa4\x3f\xe8\x33\x18\x0c\x28\x8a\x9c\xdc\x1d\ -\xd7\xae\x31\xdb\xa6\xed\xee\xc9\x41\x96\x90\x17\x05\x89\xce\x48\ -\x13\xa8\x54\x53\x2a\x69\x85\x6a\x35\xa1\x5e\xab\x52\xab\x56\xa8\ -\x54\x12\x12\x1f\xc3\x1e\x18\x48\xeb\x82\x8d\x61\x02\x69\x83\x2f\ -\x7d\xe9\x4b\x00\x4c\xb5\xeb\x54\xab\x29\xd5\x24\x31\x62\xcc\x13\ -\xa6\xc6\x87\x00\x46\x6e\x3b\x25\x07\xc2\x8e\x45\x60\x82\x68\x6b\ -\x98\xa7\x3d\x97\xbf\x90\xa0\x64\xb0\xb9\x0c\x23\x0e\x14\x3b\x1d\ -\x25\xad\xca\xb5\xb3\x1d\x7b\x95\x14\xb6\x2e\xe5\xdb\x17\x62\xee\ -\x21\x8a\xb5\x97\x4b\x94\xb1\xe8\xb5\xb4\x8c\xd2\xf8\x4d\x41\x7e\ -\xe7\xa4\x67\x10\x82\xa0\x1b\x21\x8e\xf8\xeb\x51\x30\x26\x09\x6d\ -\xf4\xfa\x3e\x6c\x06\x1a\xdf\x79\x00\x39\x17\x32\x2c\xd8\x0c\x4d\ -\x31\x72\xbb\x7f\x48\xfc\xed\x81\x4e\xe1\x12\x7d\xb8\x73\xfd\xfa\ -\xac\xdb\x33\xfd\xdc\x6b\x30\xcc\xd1\x28\xda\x76\xb3\xcf\x91\xca\ -\x9b\x1c\xa8\xbe\x43\x92\x64\x71\x76\x1f\xb1\xee\xd7\x13\x8a\x57\ -\x56\xf7\xf0\x9d\x4b\x7b\xf9\xc9\x1f\xf9\x10\xcd\x66\x13\x80\x73\ -\xe7\xce\xf1\xf2\x4b\x7f\xc6\x8f\x3c\xf4\x14\xf5\xb4\x0b\x03\x8c\ -\xd6\x2f\x87\xfe\x4a\x85\xfa\x1e\x5e\xda\x32\x75\x30\x00\x86\x0c\ -\xbf\x8e\xd4\xc2\xa1\x1f\x2e\xed\x57\x4a\x67\x76\x3f\x1b\x4b\x87\ -\xd8\x37\x37\x67\xc3\x7e\xb5\x5f\xf7\xa3\x63\xc3\x5f\x9e\x0d\xe9\ -\x0f\x07\xac\xae\xf5\x78\xe3\xe4\x35\x5e\xff\xce\x19\xea\xd5\x2a\ -\xc3\x2c\xe3\xf2\x95\x55\x2e\x5e\x5e\xe5\xdc\x85\xcb\x9c\x7a\xf7\ -\x3c\x27\x4f\x9d\xa5\xd7\xef\xfb\x39\xda\xb1\x7d\x89\x9b\xf7\xef\ -\xe6\xa6\xbd\xdb\xd9\xbf\x7b\x9e\xbd\x3b\xa6\x98\x99\x6c\x32\xdd\ -\x6e\xd1\x6c\xd6\x48\x93\xc4\x2d\xea\x7c\xea\xb5\x33\x97\xfa\x4c\ -\xec\x68\xf1\xea\xab\xaf\x02\xb0\x30\xd3\xa6\x56\x4d\x49\xd2\xb2\ -\x0d\x3a\xa8\x6a\x6d\x99\x13\xcb\x18\x31\x0f\x04\x41\xe5\x07\xd8\ -\x2d\x4d\x22\xa2\x51\x36\x59\xae\x63\x58\xd7\x32\xb1\x05\xb7\x44\ -\x51\x1e\xfa\x7b\x19\x23\xf4\xb4\xc6\x2c\xab\xb4\x48\x2e\xea\x1f\ -\x8c\x0d\x89\x41\xee\x24\xfe\x5e\xf7\x9d\xbc\xcf\xdd\x2d\xc3\xa3\ -\x65\x9b\x94\x53\x76\xb2\x81\xb1\x94\x15\xad\xf6\xdd\x0e\xf7\xa0\ -\x40\x15\x9b\x08\xa1\x2d\x17\x00\xaa\xf4\x49\x45\x47\x82\xf9\xc6\ -\x4b\x2b\xab\x97\xa0\x61\xd4\x46\x0c\x4b\xe2\x16\xa5\xa1\xd0\xca\ -\x9c\xea\x9b\x59\x01\xd0\x1b\xb0\xde\x31\xfb\xfc\x9d\xf6\xef\x6c\ -\xf4\xed\xc9\x3e\x75\xa6\x67\x17\x68\x65\x57\xf9\xd0\xfc\x09\x1a\ -\x69\x9f\x34\xc9\x51\x22\xbb\x0f\x0d\xcc\x7b\x13\x36\x5a\x53\x7c\ -\xfd\xc9\xdb\xb9\xed\xc8\x7d\xec\xdd\xbb\x17\x30\xfb\x0a\x9e\x78\ -\xe2\x71\x76\xce\xbf\xc4\xde\x95\x37\xac\xe5\x91\xcd\xd7\xfe\xef\ -\x19\x0d\x8c\x9f\xa4\x30\x96\xf1\xef\x5e\xfb\xab\x06\x17\xe7\x6f\ -\x63\x62\x71\x3b\x53\x93\x13\x66\xd7\x9f\xb6\x91\x7e\xce\xfa\x6f\ -\x85\x40\x96\x0d\xe9\xf6\x7a\xbc\x79\x6a\x9d\xbf\xf1\xf7\x7e\x91\ -\x0b\x17\x2f\x9b\xd2\x95\x22\x4d\x53\xaa\xd5\x2a\x8d\x46\x83\x99\ -\x99\x19\x16\x16\x96\xd9\x7b\xc3\xcd\x68\xad\x39\x7f\xfe\x3c\xe7\ -\xcf\x9f\xe7\xec\xb9\x8b\x9c\x3c\x75\x96\x3f\xf9\xba\x99\xc4\x1d\ -\xdb\x16\xf9\x99\xcf\x7c\x88\x3b\x6f\xdd\xc1\xb6\xa5\x19\xda\xad\ -\x26\x69\x6a\x35\xa6\x32\xef\xa7\xce\xad\xb2\x77\xa1\xcf\x95\x2b\ -\x57\x50\x4a\xb1\xb4\x30\x4d\xad\x5a\x21\x4d\xc5\x41\xad\x91\xe5\ -\x1a\x8c\xd1\x4d\x10\xb6\x25\xf6\x68\x89\x12\xc1\x7f\xe5\xfb\xe1\ -\x99\xc7\x63\x7f\x81\x18\xb4\xbb\xc7\x0a\x97\xb2\x71\xcc\x19\xad\ -\x0b\x61\x90\x11\xb4\x17\x24\x71\x19\x4e\xc7\xf3\xe3\x14\x9a\x4a\ -\x02\xfa\x0d\x29\xcb\xcb\xf3\xac\x70\xbb\x29\x1d\x4f\x07\xcc\x53\ -\x96\x34\x8e\x8f\x1c\x58\x16\x8c\xee\xc6\x42\xda\xdd\x00\x55\xb8\ -\x60\xab\x51\xfa\xda\xb2\x84\x20\x71\xec\x31\x7e\x22\xc2\x66\x0e\ -\x27\xb9\x0c\xe3\x07\x3f\xab\xeb\x47\x29\x17\x80\xbf\xec\xc4\x59\ -\x61\xe1\xa0\xa6\x3b\xd6\xbb\x37\xc8\xcc\xda\xdf\x42\x7e\xf7\x6e\ -\xb2\xfc\x54\x98\x98\x9c\xa6\x92\x56\x78\x5f\xfb\x04\x2b\x95\x8b\ -\x5e\xf3\x47\x2e\x3f\x9b\xe3\x4f\x4f\x2b\x5e\xbc\x74\x23\xd7\x06\ -\x37\xf0\xe3\x8f\x3c\x4a\xb5\x5a\x05\xe0\xf4\xe9\xd3\xbc\x71\xfc\ -\x71\xfe\xd2\x87\x8f\x51\x4d\x07\x46\xfb\xbf\x57\xf8\x7f\x3d\xed\ -\x0f\x41\xbb\x3b\x24\x60\xe1\x67\x8c\x10\xcc\x6f\xba\x30\xeb\xff\ -\x8d\xf6\x2e\x3a\x4b\x87\xd8\xbb\xb0\xe0\x0f\xfb\xd0\x3a\xf7\xcc\ -\x5f\xd8\xb5\x7f\x96\x99\x24\x28\x7f\xf0\xb5\x57\xf8\x5f\x7f\xe1\ -\xff\xa1\x5a\xad\x32\x3b\x3b\x4b\xa5\x52\x21\xcb\x32\x9b\x2f\x61\ -\xc0\xda\xda\x1a\x9d\x4e\x87\xd3\xa7\x4f\x93\x24\x09\xed\x76\x9b\ -\x7d\xfb\xf6\xf1\x13\x3f\xf1\x13\x5c\xbd\x7a\x95\x2f\x7e\xf1\x8b\ -\x9c\x3f\x7f\x1e\xad\x35\xa7\xcf\x5c\xe0\xe7\x7f\xe5\x77\xf9\x3f\ -\xfe\xde\x8f\xd3\x6c\xd4\xa8\xd5\xaa\x34\x92\x8a\x9d\x3f\x33\x7b\ -\xef\xbc\x7b\x85\x61\xed\x75\x86\xc3\x21\xed\x56\x83\x89\x56\x9d\ -\x6a\xb5\x42\x5a\x49\xe3\xf0\x6e\xc1\xbc\xf1\xcc\xbb\xe5\x80\x9d\ -\x7f\x49\x69\xe3\x0c\xce\x23\x24\x13\x96\x94\xa3\xcc\xe4\xbe\xd1\ -\x1e\x45\x68\x8d\xd9\x43\x5f\x88\xf8\x0b\x83\xf1\x45\x7b\x4a\xb5\ -\x38\x2b\x7d\xc4\x7c\x22\x26\xa2\xcc\xfb\xce\xee\x50\x56\xf9\xb2\ -\x7d\xca\xf6\xc6\x9d\x05\xe0\x6d\x21\xb6\x48\xe5\xec\x62\x08\x45\ -\xa9\xc2\x73\x4a\xf6\x4d\x8d\x63\xa6\xad\x3b\x17\x40\x4a\x75\x17\ -\xb4\xe1\x26\x52\x29\x27\x75\x4b\xf7\x48\x2d\x40\x79\x2a\xcb\x16\ -\x51\xf3\x7b\xa1\x14\x39\x05\x79\xa6\x19\x0e\x73\x91\xe4\x33\x40\ -\xff\x5e\x7f\x48\x51\x28\xaa\xf5\x26\x33\xb3\x8b\x6c\x4b\xaf\xf0\ -\xbe\xc9\xb7\xa8\x24\x43\x91\xe0\x83\xd8\xf0\x37\x09\xeb\xcd\x49\ -\x1e\x7b\xe1\x26\x1e\x7c\xf0\x11\x9f\xdf\x7f\x30\x18\x70\xf4\xe8\ -\xe3\xdc\xb2\xe7\x25\x76\x2c\x9e\x8c\x61\xff\xf7\xb2\xf6\xbf\x6e\ -\x80\x50\x90\xd6\xc1\x13\xe0\xb4\x81\x13\x0a\x66\xe7\x5f\x46\x83\ -\x8b\x4b\x77\xd1\x5c\xda\xc3\xcc\xf4\xa4\x89\xf9\xa7\x30\x59\x7e\ -\x6d\xbc\x3f\xf6\xd8\xaf\xf5\xf5\x0e\xbf\xf2\x1b\x5f\xe6\x37\xff\ -\xed\x1f\xb0\x73\xe7\x4e\x1e\x7d\xf4\x51\xae\x5e\xbd\xca\x97\xbf\ -\xfc\x65\xd6\xd7\xd7\x37\x9d\xcf\x4e\xa7\xc3\xb9\x73\xe7\x38\x7a\ -\xf4\x28\x8d\x46\x83\xdd\xbb\x77\x73\xed\xda\x35\x7a\xbd\x9e\x1d\ -\x93\x21\x4f\x3c\xfb\x3a\xfb\x76\x2d\x32\x37\xdd\x46\xd7\x2a\xd6\ -\x18\x6c\x4e\xe2\x39\x7d\x7e\x95\x6e\xf1\x26\x5a\x6b\x66\xa6\x9a\ -\x54\x2b\x29\x95\x4a\xc5\xf2\x54\xf0\x8b\x83\x23\x6c\x07\xf3\x9c\ -\xf6\x2f\x33\xbf\xf2\xcc\xea\xf6\x88\xc4\x2e\x48\x81\x32\xad\x96\ -\x0f\x5b\x9b\x03\x54\xf6\x46\xe5\x48\x33\x3b\xa6\x4a\x70\x27\xf8\ -\x06\x78\x1f\xe7\x9e\xf0\x6d\xc3\x89\x04\xd3\x6e\xb3\x4d\x5d\x68\ -\x64\xd7\x10\xff\x97\xa5\x7d\xf1\xec\x38\xe1\x56\xbe\x74\xe9\x3d\ -\x18\xdb\x19\xe1\x1d\xdf\x47\x81\xa0\xc7\xe1\xcb\x2d\x10\x00\x6e\ -\x10\x1d\x43\x27\xd2\xb8\xeb\xaf\xeb\x9e\xa0\xa2\x84\xe4\x04\xd1\ -\x73\xe1\x12\x52\x0a\xad\x13\x34\xda\x1f\xf0\xd1\x1b\x64\x74\x7a\ -\x03\x3a\xdd\x3e\x9d\x6e\x9f\xf5\x0d\x03\xfd\x07\xc3\x1c\x95\xd4\ -\x98\x9d\x5f\x24\x2d\x86\x7c\x74\xe9\x4d\xa6\xd3\xb5\x70\xa0\x87\ -\x08\xf5\xa5\x0e\xb4\x40\xcf\xa6\x3c\xf3\xf6\x21\xa8\xde\xc6\x7d\ -\xf7\xdd\x4f\x92\x98\xf5\xea\xa9\x53\xa7\xb8\x74\xfe\x79\x7e\xec\ -\xd1\x17\x48\x93\x21\x18\xbb\x5a\x10\x02\x6e\xfd\xff\x3d\xc7\x00\ -\x08\xe6\x1e\x33\x9e\xa3\x59\x7f\x8d\xf6\xef\xb4\x77\xb3\xb6\x74\ -\x3b\xbb\x97\x96\x8c\xe5\x5f\x69\x9f\xd7\xcf\x6f\xfd\x2d\x32\x36\ -\xba\x5d\xfe\xf9\xbf\xfa\x43\x7e\xeb\x0b\xff\x81\x5d\xbb\x76\xf1\ -\xcf\xfe\xd9\x3f\xe3\xea\xd5\xab\xfc\xe4\x4f\xfe\x24\x79\x9e\xfb\ -\xa2\x77\xac\xcc\xb1\x6b\xdb\x1c\xdb\x97\x67\xd9\xb9\x32\xcb\xb6\ -\xc5\x19\xfa\xc3\x8c\x0b\x57\x3a\x9c\xbb\xd8\xe1\x1b\x4f\xbc\xc8\ -\xf1\xe3\xc7\x49\xd3\x34\x6a\xe5\x85\x4b\xd7\xc8\x72\xb3\xab\xd2\ -\x31\xa6\xd6\x39\xc3\x22\x21\xd7\x29\xaf\xbc\xf2\x0a\x00\x73\x33\ -\x6d\x6a\xf5\xaa\x71\x03\xca\x79\x2f\x31\x54\xe8\xaa\x43\x7c\x65\ -\xe1\xef\x36\x88\xa5\xa3\x59\x7b\xa5\x36\x15\xb0\x7d\xd4\x06\x2e\ -\x86\xb8\xfc\x93\xd6\x9e\xc1\x42\x7e\xc0\x38\x60\xcd\x3c\x52\x4a\ -\x33\x2e\x90\x48\x59\xf9\x97\xdb\xe6\xd2\xd4\x87\xc0\x36\x4d\xc4\ -\x2c\x52\x60\x89\x76\x99\x6a\x12\xcf\x5f\xd1\xf8\xd9\x3a\x46\x3c\ -\x0d\x1e\x1d\xc5\xf4\xb5\xe5\x81\x40\xae\x71\x6e\x20\xc2\xba\x45\ -\x4a\xe9\xc0\xd8\x5a\xc0\x17\x37\xa9\x1e\xe6\xa8\x00\xfb\x7d\x2a\ -\x24\x6d\x05\xc0\x30\xa7\xd7\x1f\x9a\x93\x7d\x2d\xe3\x77\x36\xfa\ -\xf4\xfa\x19\x85\x4e\x68\x36\x26\x68\x4d\x4c\x73\xb0\xfa\x36\x87\ -\xea\x27\xfd\x79\x7e\x65\x7f\x3f\x4d\x60\x0e\xae\x26\xb3\x3c\xfe\ -\xc2\xad\x7c\xf0\x23\x3f\xc8\xf4\xf4\x34\x60\xb4\xff\xab\xaf\xbe\ -\xc8\x91\x1b\x9f\x61\x71\xe6\x8c\x61\xea\xac\xf4\x7a\x0f\x50\x7f\ -\x9c\x30\x90\x1f\xdd\xc6\x29\x79\xea\xaf\x1d\x26\x61\x14\x4c\xc8\ -\x74\x8d\x4b\x33\x07\xa9\x2d\xec\x60\x76\x66\xca\xae\xfd\xed\x39\ -\x7f\x6e\x8b\x6f\x91\xa1\x74\xc6\x17\xfe\xe0\x71\x3e\xf7\xdb\xbf\ -\x47\xa5\x52\x61\x71\x71\x91\xb3\x67\xcf\xf2\xb3\x3f\xfb\xb3\xe4\ -\x79\x4e\xa3\x5e\xe3\xd1\xfb\x0f\xf0\x03\x0f\x1e\xe4\x96\x1b\xb6\ -\xd3\x9e\xb0\x56\xfa\x4a\x4a\x6a\x2d\x58\x5a\x9b\x94\x6a\x7f\xe3\ -\xc7\x1f\xe2\xd9\xd7\xce\xf3\x3f\xfd\xc2\xe7\xa2\xb9\x9e\x99\x9e\ -\x20\x49\xac\x6f\x5f\x20\xba\xab\xeb\x05\x33\x33\x33\x3c\xf9\xe4\ -\x93\x00\x2c\xcc\x4e\x52\xaf\x56\xa9\x54\x2b\x81\x67\x3d\x4d\x2a\ -\xaf\xb5\xca\x81\x3d\x08\xf4\x07\xca\x6c\xf7\x4e\x92\xb0\x4f\x41\ -\x87\x41\x0a\x00\x5d\x0a\x98\x80\x28\xb5\xbb\xcf\x09\x87\xa8\x26\ -\xed\xe7\x23\x68\xd6\x90\x51\x27\x08\x9b\x70\x5f\x94\xb7\x8d\x40\ -\xba\x23\xb1\x02\xd1\x4d\x86\x19\xc7\xbb\x5f\x05\xae\xd7\xf2\xfe\ -\x30\x46\x41\xb9\x26\x51\x37\x1d\x2f\x39\x59\x32\x56\xed\x8b\x6b\ -\x0b\x04\x40\x3c\xa0\x2e\x2e\x20\x0a\x76\xf2\xd2\x40\xe3\xd6\x67\ -\x1e\x39\xe8\x64\xb4\xd1\x72\x1c\x85\xa2\xd0\x98\xa3\xbd\x07\xc3\ -\xcc\x1f\xec\xd9\xe9\x0e\xd8\xd8\xe8\xb3\xd1\xed\xd3\xed\x0d\x4d\ -\xc4\x5f\xad\xc1\xf4\xdc\x02\xb5\x7c\x95\x1f\x5c\x7e\x93\x46\xd2\ -\x8b\x8e\xf1\x8e\xa0\xff\x14\x14\xd3\x09\xdf\x3e\x76\x13\xd3\xf3\ -\x77\x70\xf8\xf0\x61\x2f\xc8\xce\x9c\x39\x43\xd6\x7b\x8d\xc3\x87\ -\x8f\x91\x24\x79\xbc\xf6\x97\xc6\xbf\x3f\x57\x04\xa0\xf2\x2f\x27\ -\x04\xe4\x88\x7a\x49\x6e\x7f\x2b\x8a\x84\x8d\xc6\x0a\xd7\x96\x8e\ -\xb0\x73\x79\xc5\x67\xfb\x35\x89\x3d\x4c\xc4\x9f\xdb\xf5\xb7\xd1\ -\x1b\xf0\x8f\xff\xf9\xaf\x91\xe7\xe6\x94\x9f\xe3\xc7\x8f\xf3\x77\ -\xff\xee\xdf\x65\x38\x1c\x02\x70\xcf\xe1\x7d\x7c\xea\x87\xef\x67\ -\xd7\xf6\x79\x66\xa7\x27\xa8\xd7\x52\x13\xa9\xa7\x82\xa5\x1c\x40\ -\x17\x05\xed\x89\x06\x8f\xde\xd3\xe4\xa7\xff\xab\x8f\xf1\xab\xff\ -\xe6\x0f\xfd\x6f\xdb\x16\x67\xa8\xd7\x2a\x54\xab\x15\xbc\xaf\x5c\ -\x6b\xce\x5e\xea\xd0\x6c\x36\xb9\x74\xe9\x12\x00\x8b\x73\x93\xe6\ -\xbe\x54\xe4\xa8\x13\x46\x60\x07\x8a\xfd\x7a\x56\xab\x12\x45\xc5\ -\x64\x11\x41\x67\xaf\x4d\xf1\xf4\xf6\xde\xae\x12\x7a\x70\x52\x57\ -\xc2\x7d\xa5\x7c\x06\x2a\xab\xc5\xcc\x7d\x85\xc2\xa7\x9e\x12\xc8\ -\xc0\xb9\xf5\xfc\x37\x9a\xe0\x51\x28\x21\x5e\xb9\xbb\xcf\x6b\x68\ -\x4f\xf3\x3a\x7c\xef\xd6\xf1\x76\xed\xef\xf2\xfc\xc9\xfb\x74\xa9\ -\x3b\xa2\x92\x60\x07\x11\x03\xba\xf5\x5e\x00\xd7\xe8\xd2\x2c\x4a\ -\xa1\x1d\xfc\xc0\x01\x04\x0b\x00\x10\x5d\x6e\x2f\xbc\x61\xfe\xc2\ -\xec\xf8\x1b\x06\xd7\xdf\x46\xb7\xe7\x97\x01\x83\xac\x40\x93\xd0\ -\x68\x4e\xd0\x68\xb4\xb9\x7f\xf2\x04\x7b\xea\x17\x62\x97\x9f\x64\ -\xfe\x36\x30\x0f\x17\xba\xcb\x3c\xfb\xda\x6d\xfc\xc5\x4f\x7e\xd8\ -\xbb\xfd\xfa\xfd\x3e\xa7\x4e\xbd\xc9\xcd\x3b\xbe\xca\x64\xf3\xa2\ -\x61\x6a\x07\xf9\x37\x0b\xfd\x7d\x2f\xc2\x60\x13\x63\xf3\xe8\x68\ -\x04\x4c\xa7\xb5\x22\xd3\x75\x2e\xcd\xdf\x49\x6d\x65\x3f\xf3\x73\ -\xd3\x51\xba\x2f\x17\xfb\xef\x72\xfe\xa1\x33\x96\x16\xe7\x38\x7c\ -\xe8\x66\xee\xbf\xeb\x00\xff\xcb\x2f\xfc\x6a\x04\xfb\x1f\xbc\xfb\ -\x66\xe6\x66\xdb\xcc\x4e\x4f\xd0\x6a\x56\x71\x81\x3d\x6e\x0e\x9c\ -\xc6\x44\x29\x72\x55\x50\xa9\x24\x66\x1b\xb5\xbd\x5a\xcd\x3a\x87\ -\x6e\xda\x49\xab\x51\x23\x4d\x8d\x45\xdb\xa1\x97\x93\x67\xae\xd0\ -\xe9\xf4\xbc\xbd\x60\x71\x7e\x8a\x5a\xad\x42\x9a\xa6\x24\xc9\x68\ -\xae\x3a\xa5\x9d\xf1\x50\x0e\x8a\x8a\xde\xa4\x12\x08\x50\xb0\x4c\ -\x28\x42\x8b\x8f\x8c\xab\xbc\xc6\xe1\x7f\x51\x95\x14\x52\xee\xb4\ -\x69\xbf\xf6\xb6\x49\x38\xa4\xcb\xda\xd6\xe4\x85\xc0\x66\x05\x5b\ -\x94\x13\xed\x1f\xc0\x6e\x4a\x12\x4d\x0a\xca\x11\x2f\x14\xe5\x5e\ -\x0d\x3f\x47\x1a\x71\x4f\x09\x45\x8c\xb9\x5c\x8b\xb7\x34\x23\x50\ -\x04\xed\x5c\x67\xc3\x1d\xee\xdb\xf8\x19\x01\x71\xfc\x25\x91\x53\ -\x02\xe8\xc4\x94\xe5\x02\x55\x5c\xe4\x5f\xa7\xc7\x7a\xc7\x68\xff\ -\x5e\x7f\x48\xa1\x15\xd5\x5a\x9d\x99\xb9\x25\x26\xb2\x4b\x3c\x32\ -\x79\x9c\x6a\x32\x88\x0e\xf4\x88\xa0\xff\x2c\x64\x8d\x94\x6f\x7e\ -\xfb\x00\x3b\xf6\x3c\xc4\x8d\x37\xde\xe8\xeb\xbd\x72\xe5\x0a\xad\ -\xca\x1b\xec\x5d\xfa\x36\x8a\xdc\xb4\x49\x6a\xff\xef\x76\xde\xdf\ -\x66\x1b\x83\x34\x48\x3f\xbf\xd3\xfe\xf2\xd0\x8f\x70\x08\x48\x08\ -\xfd\xdd\xa8\x2d\x73\x79\xe9\x0e\x76\x2e\x6f\x0b\x96\x7f\x9f\xe9\ -\x67\xe0\x93\x7d\x16\xc5\x90\x6a\x92\xf3\x87\x9f\xfb\x9f\x59\x5d\ -\x5b\xe7\xe4\x99\x6b\x76\xe3\x94\x19\xd4\xa5\x85\x69\x76\xef\x58\ -\xa0\x3d\xd1\xa4\x56\x75\xc6\x3b\x41\x44\x04\x8b\x76\xa1\x4d\xb0\ -\xd0\xa9\x0b\x43\xfe\xed\xef\x7d\xcd\x8f\xcd\xa1\x9b\x77\x32\x3d\ -\xd5\xa2\xd5\xac\x9b\x38\x00\xa5\x3c\x61\x9f\x3a\x73\x89\xc1\xa0\ -\x4a\x9e\xe7\x28\xa5\xd8\xb6\x34\x63\x96\x16\x69\x58\x57\x4b\x18\ -\x1f\x0c\x62\x11\xa9\x58\x43\xb2\xa4\x27\x4b\x18\x7a\x3c\x81\x9b\ -\x64\x26\xca\x9f\x09\xe8\xe9\x6b\x4c\x34\x9c\x8b\x90\x73\x27\x55\ -\xc9\xcd\x39\x72\x53\x8e\x52\x9a\xc4\x3e\x9c\x28\x2b\xa8\xa4\xa6\ -\x72\x75\xd9\x7b\x6c\x42\x75\xc0\x9c\xa9\x28\xa3\x60\x43\xfb\xe5\ -\x9f\x05\x3e\x32\x31\xfa\x3d\x2c\x7d\x51\xc6\xe5\x6d\x3e\x14\x28\ -\x95\x98\xe4\x57\x98\xb4\xa0\x7e\x09\x2d\x05\x9b\x47\x31\x84\x97\ -\xbd\xb6\xc6\x08\x28\x18\x7f\x54\x89\x0b\xb9\xec\x61\x9f\x0a\xc4\ -\x20\x8d\x41\x2a\x9e\x68\xf3\x55\x62\x06\x56\x43\x56\xe4\x64\x59\ -\x4e\x7f\x30\xa4\xb3\x61\x92\x7b\x6e\x74\x9d\xe1\xcf\x68\xff\x56\ -\xab\x4d\x9a\xa6\x3c\x3a\x7b\x8e\xe5\xda\x35\x1b\xea\x1b\xef\xf2\ -\xa3\x01\xcc\x98\xd7\xc9\x8b\x3b\x78\xf5\x3b\x87\xf8\x89\xbf\xf2\ -\x03\xde\xed\x37\x18\x0c\x58\xbd\x76\x8e\x6d\x53\x7f\x48\xa3\x76\ -\xd5\x34\xe9\xbb\x69\xff\x31\xb9\xfd\xc6\x42\x7f\x20\x0e\xfb\x95\ -\x23\x36\x66\x11\xa7\x15\xb9\xae\x72\x71\xf2\x16\x2a\x8b\x37\x30\ -\x37\x3b\x4d\x9a\x28\xef\xe7\x77\x42\x20\xcf\x07\x66\xb3\x8f\x4d\ -\xf6\x51\xaf\x57\x99\xa1\xc9\x33\x2f\xbf\x1b\x41\xd0\xe5\x85\x69\ -\x5a\xcd\x2a\xf5\x5a\xc5\x1a\xe6\x12\x7c\x6c\x9d\x58\x44\x6a\x6d\ -\xc2\xac\x2f\xaf\x15\xfc\x9f\xff\xf2\x8f\xe9\xf7\x07\x76\x0a\x15\ -\x0f\xdf\x7b\x80\xd9\x99\x36\xcd\x46\x8d\x24\x49\xc2\x72\x1c\xc5\ -\xc9\x33\x97\xa8\x35\x67\xd0\x5a\x33\x39\xd1\xa0\xd5\xa8\x53\xad\ -\x08\x04\x20\x96\x00\xa6\x1e\x4d\xae\x0b\x74\x5e\xa0\x31\x39\x09\ -\xa5\x4d\xa8\xbc\x33\xc0\xaf\x29\x3d\xd9\xb8\x44\x30\xa6\xbd\x49\ -\x92\xd8\x28\x45\xa1\x39\x2d\x63\x29\x65\x42\x38\x8a\x42\x9b\xf3\ -\x20\xf2\x82\x5a\x35\xa5\x56\x0b\x6c\x51\x14\x9a\x6c\x38\x24\x2f\ -\x34\x2a\x49\xa9\x56\x2b\x54\x2b\x15\x4c\x58\x70\xa0\x4d\xaf\xf5\ -\x51\xe4\x85\xa6\xc8\x73\x83\x50\x33\x23\x06\xaa\x69\x6a\x96\x69\ -\x69\x29\xde\x01\xed\xff\x85\xe5\xb0\xec\x9b\x09\xa6\xd2\x5a\x51\ -\xa0\xc8\x35\xe4\x79\x61\x22\x33\x15\x24\x49\x4a\xa5\x92\x52\xa9\ -\x24\xa4\xd6\x20\xea\xe7\x40\x26\x57\xdc\x04\x0d\x6c\xf1\x12\x60\ -\xbc\x74\x06\xb1\x0e\x12\xe7\xf6\x45\x30\x57\xc8\x11\xb9\x6c\x71\ -\x6b\x18\x93\xe9\x57\x33\xb4\x19\x7f\x1c\xfc\xdf\xd8\xe8\xd1\xeb\ -\x0f\xc9\x0b\x48\xd2\x2a\xad\xf6\x0c\xb3\xf9\x79\xde\x37\xf5\x16\ -\x95\x24\x1b\xd9\xe2\x4b\x1d\x98\x04\xe6\x61\xa8\x6a\x7c\xe3\xa9\ -\x43\x1c\x3c\xfc\x01\x76\xec\xd8\xe1\xeb\x5b\x5b\x5b\xa5\x5a\x3c\ -\xc9\x5c\xeb\x6b\x40\x31\xde\xf8\x77\xbd\x75\xfe\x75\xb7\x00\x87\ -\x25\x8d\x7c\x26\x32\x00\x8a\x57\xa1\x15\xdd\xea\x3c\x57\x96\xef\ -\x65\xdb\xf6\x1d\xd4\xaa\x15\xfb\x40\x08\xf9\xd5\xf9\xd0\xc6\xfb\ -\x5b\x14\xa0\x73\x0c\xf9\x14\xbc\x7a\xe2\x14\x13\x13\x13\xac\xad\ -\xad\xa1\xb5\x66\x65\x71\x86\x7a\xad\x6a\x50\x84\x39\x32\xd8\x6b\ -\x10\x37\x45\x45\xa1\x29\x74\xc1\x7a\x0f\x9e\x7e\x3b\xe1\xe2\xa5\ -\xab\x26\x6f\x20\x70\xf0\xa6\x1d\xdc\x76\x60\x17\x33\x53\x13\x66\ -\x03\x52\x12\x8c\x55\x1a\x78\xe7\xf4\x05\xa6\xa6\x8c\xb0\x98\x9d\ -\x69\x53\xaf\x57\xa8\xd5\x2a\x24\x72\x3d\x6d\x99\xd3\xd9\x73\xd6\ -\x3b\x7d\x86\x83\x3e\xf5\x6a\x4a\xbd\x5e\xa1\x92\xb8\xf3\xf3\x62\ -\xe6\x77\x31\xfc\xae\x3e\xb4\x09\xdd\xef\x74\x33\x9e\x7b\xfd\x32\ -\xed\x86\x62\x71\xa6\xc6\x8c\x45\x27\xa3\x81\x46\xa6\x8c\x77\xaf\ -\x26\xfc\xfa\x17\x9e\xe0\xd3\x3f\x74\x90\xb9\xa9\x3a\xd3\x49\x8b\ -\x6a\x25\x61\x98\x15\x5c\xdb\x80\x37\xdf\x5d\xe5\xca\xb5\x0e\x3b\ -\x16\x5b\xcc\xb4\xab\x4c\x4f\x4d\xd0\x6e\xd5\x7d\xc4\xa5\x43\x2e\ -\xc6\x50\x6a\xfb\xb0\x91\xf1\xe6\xd9\x0e\x17\x2e\xad\xb2\x7b\xa9\ -\xc5\xdc\x54\x8d\x99\xe9\x09\x5a\xcd\x3a\x49\x8a\x57\xd0\x51\x66\ -\xa5\x72\x96\x9f\xc2\x08\xb3\xfe\x30\xa3\xdb\xcf\xb9\xd6\x4b\x39\ -\x79\x7e\x83\x6e\x6f\x40\xad\x9a\x32\xd1\xa8\x30\xd1\x4c\x98\xa8\ -\x43\xbd\x56\xa5\xd5\xac\x31\xd1\x6a\xd0\xa8\x55\x71\xfb\x34\xe2\ -\x02\x4b\xcc\xc4\xf7\x21\x14\xd8\x87\x4d\x42\x69\xb9\xe5\x24\xa1\ -\x50\x85\xd1\xfc\x58\x89\x1a\x4d\x1a\x1e\x15\x99\xe3\xbd\x73\x86\ -\xd6\x00\xd8\x1b\x0c\xe8\xf5\x06\xf4\x07\x19\x79\x6e\x74\x58\xab\ -\xd5\x26\x51\x8a\x0f\x2c\x9c\x65\x36\xbd\x6a\x5c\x7e\x65\xe8\x3f\ -\x01\xcc\x03\x0d\xc5\x89\xef\xec\xe3\xcc\xe5\xdb\xf8\xe1\x4f\x3e\ -\xec\xdd\x5c\x59\x96\xa1\xe8\x32\x5b\xff\x02\xb5\xca\x9a\x69\x8b\ -\x14\x00\x12\xfe\x8f\x63\xf0\xcd\x04\x43\x11\xfa\x12\x90\xa3\x61\ -\x3c\x19\x64\x62\x7e\x77\x96\x7f\x45\xa1\x2b\x5c\x98\x3a\x4c\xba\ -\xfd\x00\xf3\xb3\xd3\x36\xea\x2e\x58\xfd\x4d\xaa\xef\x90\xf1\xb7\ -\x70\xfb\xfe\x8b\x9c\x22\xcf\x39\xf6\xc2\xeb\x1c\x39\x72\x84\xa3\ -\x47\x8f\x32\x1c\x0e\x59\x59\x9c\xa6\x56\xab\x50\xf1\x02\x40\xf8\ -\x95\xad\xc6\x2d\x74\xc1\x60\x90\x73\x3e\xdb\xcd\x30\x3f\xc9\x89\ -\x13\x27\x00\x58\x98\x9b\xe4\xd3\x3f\xf2\x3e\xb6\x2d\xce\x32\xd5\ -\x6e\x51\xa9\x56\x49\x12\x97\x89\x59\xd3\x1b\x2a\x2a\x95\x2a\xe7\ -\xce\x9d\x03\x60\x7e\xa6\x4d\xbd\x5e\xa3\x5a\xa9\x90\xa4\x15\xb1\ -\x97\xdf\x3c\x93\xe7\x9a\xaf\x3f\x73\x9e\xff\xfd\x17\x7f\x9d\xff\ -\xfe\x6f\x7c\x82\x5b\xf7\x4c\xb1\x34\x3f\x49\xab\x59\xb3\xde\x08\ -\x41\x00\x51\xd0\xbb\x29\xa3\x50\x9a\xb5\xae\xe6\x1f\xfc\x5f\xbf\ -\xcf\x63\x7f\xf6\x14\x47\x0e\xdd\xc8\xdf\xff\x99\x0f\xd3\x6c\x54\ -\x69\x36\x6a\x98\xdd\x47\x31\x31\x65\x79\xc1\xaf\x7d\xe1\x71\xbe\ -\xfe\xcd\xa7\x79\xf4\xde\xfd\xa4\xaa\xa0\xd5\xa8\x51\xe8\x94\x6f\ -\x3c\x7b\x81\x9f\xfb\x47\xff\x92\x3c\xcf\xc9\xf3\x9c\x4a\x9a\xf2\ -\x0f\xfe\xce\xa7\x39\x7c\xd3\x02\xdb\x97\x66\x98\x6a\x37\xa8\xa4\ -\xca\x36\xc9\xb4\x7f\xa3\x97\xf3\xfb\x8f\xbd\xc5\xff\xf7\x5b\xff\ -\x91\x4b\x97\x2f\x33\x1c\x0e\xd9\xb5\x63\x99\xff\xe1\xaf\x7f\x8c\ -\x9b\x76\x2f\x18\x94\x55\x57\x7e\x9c\xb0\x63\x55\x4e\xac\x5a\x68\ -\x18\x0e\x32\x3a\xbd\x9c\x6f\xbf\xbe\xce\x37\x9e\x3c\x41\x5a\xa9\ -\x91\xe7\x39\xab\xab\xab\x5c\xbd\x7a\x95\x33\x67\xce\x70\xf5\xea\ -\x55\xd2\x24\xe1\xc7\x3e\xfe\x28\x1f\xb8\x77\x1f\x3b\x96\xa7\x59\ -\x98\x6d\x33\xd1\xac\x1b\xda\xb0\x82\x7c\x33\x8f\xc0\xd6\x24\x04\ -\x11\x92\x2d\xde\x30\x21\x02\x7f\x12\xf7\x4a\xc2\x2b\xb2\x1b\xb8\ -\xb2\xb4\x5b\x02\xd9\xa2\xb5\xd7\x48\x4e\x63\x18\x03\xe0\x80\x5e\ -\x7f\x48\x7f\x90\x1b\xed\x9f\x54\x68\x4f\xcd\x32\x93\xac\x73\xcf\ -\x8c\xc9\xf1\xb7\x99\xcb\x8f\x49\xe8\x0e\x9b\x7c\xed\xc9\x83\xdc\ -\xf7\xc0\x47\x58\x58\x58\xb0\x55\x6b\xba\xdd\x2e\x95\xe2\x29\x26\ -\x6b\x47\xf1\xc4\x77\x3d\xf8\xff\x3d\xe7\xff\x73\xb0\x5f\x20\x01\ -\x2f\x09\xc5\xac\x59\x01\xd1\xad\x2e\x70\x69\xe9\x5e\x96\xb6\xef\ -\xb4\x50\xd5\x69\xff\x81\x87\xfd\x2e\xdf\xbf\x09\x05\xce\xa0\xc8\ -\xc9\xf3\x21\xc3\xbc\xe0\xa5\x57\xdf\xe2\xd3\x9f\xfe\x34\xad\x56\ -\x0b\x80\x95\xa5\x59\xea\x76\x33\x4f\xb4\x26\xc7\xa1\x2c\x63\x63\ -\x19\xb6\xf6\x53\x6d\xcd\xf1\x0f\xff\xe1\x3f\xa4\x28\x0a\x1a\xf5\ -\x2a\x7f\xff\x67\x7f\x84\xdb\x0f\xee\x66\x61\x7e\xd2\xc2\xff\xb0\ -\x94\xd3\xc0\xd5\xf5\x21\x13\x13\x13\x5c\xbe\x6c\xc2\x8d\x97\xe6\ -\xa7\xa9\xd5\xaa\x54\x6a\x55\x54\x2a\x0d\x80\x66\x9a\xd7\xfa\x15\ -\xfe\xcd\xef\x7e\x83\xcb\x57\xae\xf1\xef\xff\xe8\x09\x2e\x5d\xeb\ -\xd0\x1f\x64\xe3\x81\xa4\x8e\x3f\x98\x5d\x87\x39\x5f\x7d\xfa\x1c\ -\x2f\xbe\xf2\x06\x45\x51\xb0\x34\x37\x65\x8c\x95\x1a\x6f\xd4\x54\ -\x2a\x28\x15\x0d\xf4\xf3\x0a\x2f\xbc\xf2\x06\x49\x92\x70\x75\xcd\ -\x1c\x19\xd7\x1b\x0c\x79\xf6\xf5\x35\xfe\xc5\xe7\xbf\xc4\xde\xbd\ -\x7b\x99\x9d\x9d\x25\x4d\x53\xb2\x3c\xe7\x1f\xfd\xdf\xbf\xcd\xf3\ -\xc7\xcf\x73\xfe\xd2\x2a\xdd\xfe\xc0\xf2\xac\x26\xcb\x35\x57\x3b\ -\x9a\x2f\x7c\xe3\x5d\x2e\x75\xaa\xdc\xff\xc0\x03\xb4\xdb\x6d\x94\ -\x52\x9c\x3c\x7d\x8e\xaf\x3d\x71\x9c\x8b\x57\xd6\xd8\xe8\x0d\xec\ -\x0e\x4c\xc3\xf4\x21\xd5\x97\xf6\x82\xb3\x28\x34\xdd\xde\x80\xb7\ -\x2e\x6a\xfe\xdd\x13\x57\x51\xed\x3d\x7c\xe4\xa3\x1f\xe3\xd0\xa1\ -\x43\xec\xdd\xbb\x97\x3b\xee\xb8\x83\xcf\x7c\xe6\x33\xfc\xb5\xbf\ -\xf6\xd7\x38\x74\xe8\x10\x28\xc5\x6f\xff\xbb\x2f\xf3\xf7\x7f\xfe\ -\xb7\x78\xf1\xf8\xbb\x9c\x3d\x7f\x95\x8d\x6e\x9f\xa2\x18\xe3\x0e\ -\x2d\x31\xd8\x16\x08\x00\xed\x27\x64\x24\x5d\xb4\xf0\x5d\x2a\xf9\ -\x77\x94\xed\x37\x89\x97\xfe\xee\x4f\x0f\x8d\x8d\xf5\x3f\xcf\x8c\ -\xf6\x1f\x0e\x33\x06\x83\x8c\xfe\x20\x63\x90\x15\x64\x85\x49\x05\ -\xde\x68\x4e\x50\xe4\x9a\x07\xa7\x4f\x32\x97\x5e\x1e\x85\xfe\x62\ -\xdd\xaf\x53\xc5\xf3\xc7\x6f\x64\x23\xbb\x83\x7b\xee\xb9\xd7\x07\ -\xfd\x0c\x06\x03\x86\xfd\xf3\xa4\xdd\x5f\x21\x55\xab\xa1\x7b\xdf\ -\x0b\xfc\xbf\xce\x2b\x0a\xfb\xf5\xc3\xe7\x8c\x7f\x21\x2e\xdc\x09\ -\x82\x42\xa7\x9c\x9f\xbc\x8d\x64\xdb\xad\xcc\xcf\xce\x78\xbf\x3f\ -\xf6\x88\xef\x22\x1b\x98\xed\xbe\x36\xf8\xc7\xa4\xfd\xca\x29\xec\ -\x9a\x7a\xbd\x6b\xd6\x8e\x77\xdf\x7d\xb7\xdf\xd2\x3c\xd5\x6e\x91\ -\x56\x52\xdb\x67\xb3\x76\x34\x19\x95\x34\xbd\xfe\x90\x6b\xeb\x3d\ -\x98\xd8\xc7\x85\xce\x04\x9f\xfa\xd4\xa7\xe8\xf5\x7a\xa4\x49\xc2\ -\x4f\x7d\xf2\x11\xf6\xed\x5c\x62\x69\x7e\x9a\x89\x66\x9d\x24\x51\ -\x26\xb0\xc7\x43\x4f\xcd\xc5\x2b\x1b\x4c\x4e\x4e\xd2\xe9\x74\x00\ -\x58\x5c\x98\xa2\xd9\xa8\x51\xad\x55\x49\x55\x2a\xd6\xfe\xc6\xb0\ -\xb5\x5e\xcc\x30\x3d\x3d\x6d\x3c\x14\x96\x29\x36\xbd\xbc\xb1\xd2\ -\x5c\xb9\x2e\xb8\xbc\x9e\xb0\x36\xa8\xd1\xb7\x9b\x97\xf6\xed\x9a\ -\xa3\xd5\xac\x53\xab\x55\x7d\xb4\xa0\xcf\xe4\xab\x12\x34\x8a\x77\ -\x2f\x0d\x50\x4a\x31\x3f\x3f\x4f\xa1\x35\x83\x61\xce\x3b\x17\x72\ -\xfe\xed\x7f\x3a\xc6\xcf\xfc\xcc\xcf\xf0\x73\x3f\xf7\x73\x7c\xf2\ -\x93\x9f\x64\x79\x79\x99\x24\x49\x28\x8a\x82\xdf\xfa\xe2\x9f\x72\ -\xee\xe2\x2a\xeb\x9d\x1e\x59\xae\xc9\x0a\xcd\xa5\x35\x78\xfe\x4c\ -\x9b\x9f\xfe\xeb\x7f\x87\x5f\xfa\xa5\x5f\xe2\x27\xff\xd2\x0f\xf1\ -\x57\x3e\xfd\x5f\xf8\xf6\x3d\xfd\xfc\xeb\x26\x17\x45\x7f\x48\x91\ -\x8b\x43\x57\xbc\x07\x40\x63\x72\xb3\x14\x74\x7a\x19\x5f\x7a\x66\ -\x95\x97\xcf\xd6\xb8\xeb\x9e\x07\x38\x76\xec\x18\xbf\xfc\xcb\xbf\ -\xcc\xe3\x8f\x7d\x85\xcb\x67\x4f\x90\xf4\xcf\x33\xb8\xfa\x26\xed\ -\x6a\x9f\x4f\x7c\xe2\x47\x39\x7c\xf8\x30\x49\x92\x70\x6d\x75\x9d\ -\x5f\xfe\xd7\x7f\xcc\xdb\xa7\x2e\x72\xf9\xea\x3a\x83\x61\x46\x64\ -\x5b\x18\x33\x9c\x5b\x73\x3c\xb8\xa5\xdc\x72\x0a\x64\x69\x5d\xf5\ -\x6a\x5d\x61\xcf\x72\xd7\x11\xc3\xdb\x12\x46\xbc\x3c\x66\x8b\xb0\ -\x59\x2f\x66\x79\x61\x18\x7f\x30\x64\x38\x34\x02\x21\xcf\x0b\x50\ -\x29\xed\xa9\x59\x1a\xba\xcb\xfb\xe6\x8d\xf6\x2f\xef\xf2\xa3\x8d\ -\xd1\xfe\x75\x58\xdb\x68\xf3\xd8\x33\xb7\xf2\xf0\x87\x3e\xca\xd4\ -\xd4\x94\xaf\xa7\xdb\xdd\x40\xf7\xbe\x44\x43\x3d\x1e\x5a\x50\x86\ -\xff\x7f\x0e\xab\x7f\xf4\x72\xe3\xe1\xad\xfc\xe2\x3b\x84\x90\x00\ -\xba\xd5\x79\x2e\x2c\xde\xc7\xf6\xed\xbb\xe2\xb5\x7f\x31\xa0\xc8\ -\x44\x8e\xbf\x7c\x88\xd2\x2e\xd1\x87\xb9\x47\xa3\x39\x77\x79\x03\ -\xad\x35\x83\xc1\x80\xe5\xe5\x65\xde\x79\xe7\x1d\x1a\x75\xe3\xb7\ -\x77\x6b\xd7\xcc\x6a\xfc\x4e\xaf\xe0\x4a\xb7\xca\x9e\x5b\x1e\xe2\ -\x97\xfe\xc5\x6f\xf0\xf9\xcf\x7f\x9e\x2c\xcb\x68\xd4\xab\xfc\xc4\ -\x27\xde\xcf\x87\xde\x7f\x1b\x2b\x8b\xd3\xb4\x5a\x75\x1b\xfc\xe3\ -\x27\xcd\xbe\x2b\x4e\x9f\xbd\xc2\xf4\xf4\x34\x83\x81\xb1\x01\x2c\ -\x2f\xcc\x50\x6f\x98\x25\x80\x0b\x60\x73\x56\xf9\x3c\xd7\xec\xdc\ -\x7f\x27\x4a\x7d\x0e\xad\x35\x37\xec\x5e\xa4\x5e\xaf\x52\xad\x56\ -\x4c\xd0\x8f\x45\xff\x6e\x79\x22\x17\xb8\x5a\x6b\xf2\x2c\xe7\xf5\ -\x33\x8a\xd9\xd9\x59\x36\x36\x36\x68\x35\xeb\xec\xdf\x35\x4f\xbb\ -\xd5\xa0\x56\xab\x06\x23\xa0\x7b\xde\xb6\xf5\xd4\xd9\xab\x24\x49\ -\xc2\x5d\x77\xdd\x45\xb5\x52\xa1\x3b\x54\x7c\xf6\x37\xfe\x03\xeb\ -\x9d\x2e\xbf\xfa\xab\xbf\xca\x8e\x95\x79\x7e\xf8\xd1\x83\xb4\x27\ -\x9a\x4c\x4e\x4e\xb2\xb6\xb6\xc6\x5b\xdf\x39\xcd\xa5\xd5\x21\xeb\ -\x9d\x3e\x93\xad\x21\xbd\x4c\xf1\xd5\x63\xab\x7c\xfc\x2f\x7c\x90\ -\x33\x67\xce\xf0\xe5\xdf\xff\x1c\x93\xea\x12\x47\x6e\x5a\xf0\x6d\ -\xbc\x78\x79\x95\xc1\x60\x48\x96\x65\x96\x19\x8b\x98\xf9\xb5\x11\ -\x62\x1b\x7d\xcd\x6f\xff\xc9\xdb\x54\x27\x16\x59\x98\x48\xf9\xec\ -\x67\x3f\x0b\xd9\x06\x7f\xf5\xc7\x1e\x60\xdf\x8e\x49\xa6\xda\x2d\ -\x1a\x8d\x8a\x31\xd6\x6a\xcd\xfa\x20\xe7\xfc\x3d\xb7\xf3\xd2\x4b\ -\x2f\xd1\xed\x76\x39\x7d\xf6\x22\x7f\xf8\xb5\xe7\x99\x9f\x9d\x60\ -\xb2\xdd\xa4\x51\xab\x30\x6e\x0f\x84\xbb\xfe\xf3\x0b\x80\xb0\xa0\ -\xb5\x63\xad\xc2\x7b\x69\x7d\xe9\xe1\x89\x72\xb7\x3b\x86\x37\xbb\ -\x06\x63\xe6\x77\xeb\x36\x85\x33\xb8\x64\x79\xee\xed\x00\xc3\x61\ -\x4e\x66\xd7\xfe\xf5\x7a\x93\xa4\x52\xe5\x40\xf3\x2c\xcb\xf5\x2b\ -\xa3\xd0\xbf\x85\x61\xfe\x09\xd0\x24\x7c\xfb\xc5\x03\x34\xa6\xee\ -\xe3\xc8\x91\x23\xbe\xbd\xc3\xe1\x10\xc5\x35\x9a\xfa\x37\x49\xd3\ -\x5e\x68\x88\x8c\xfb\x97\xda\xff\xbd\x5a\xfd\x25\xf4\x77\x96\x7f\ -\x7f\x09\x01\xe9\x97\x07\xe6\xfe\x82\x94\xf3\x93\x87\x49\xb7\x1d\ -\x64\x7e\x6e\x46\xac\xfd\x73\x1b\xf7\x6f\x5c\x7e\xfe\x3b\x7b\xd0\ -\x87\xf3\xf8\x2a\xe0\xad\x93\x17\x28\x8a\x82\xcb\x97\x2f\x73\xc3\ -\x0d\x37\xf0\xf2\xcb\x2f\x32\xcc\x72\xae\xac\x76\xe8\x0d\x0d\xf1\ -\x9d\xb9\xd0\xe1\xe9\x17\xdf\xa6\x97\x55\xe9\xf5\x7a\x3c\xf1\xc4\ -\x2f\x70\xed\xda\x35\x00\xb6\x2d\xcd\xf0\x37\x7f\xe2\x23\x1c\xbe\ -\x65\x27\x8b\xf3\x53\xb4\x27\x1a\x54\x53\x6b\x0d\xb7\xf0\x55\x5a\ -\xe3\xdf\x79\xf7\x22\x4a\x99\x03\x53\x92\x44\xb1\x6d\x79\x86\x5a\ -\xad\x4a\x6a\xb7\x01\x7b\x83\x6e\x61\xe0\xf3\x3d\xfb\x6e\xe4\xed\ -\xb7\xdf\x06\x60\xd7\xf2\x34\xad\x46\x8d\x7a\xad\x4a\x9a\xa6\x5e\ -\x1c\xfa\xbd\xff\x82\x99\xf3\xa2\x60\xb5\x97\xb0\xe7\xe6\xbb\xf8\ -\xe2\x2f\xfd\x12\x45\x51\xb0\x7f\xcf\x32\x73\xd3\x6d\x5a\xad\x86\ -\x35\x70\x26\x61\x4e\xac\xed\x49\x6b\xcd\xf1\xb7\x4e\x03\xf0\xa9\ -\x4f\x7d\x8a\x37\x5f\x7c\x8c\x7f\xfe\xaf\xff\x3d\xc7\x5f\x7f\xcb\ -\x18\x48\x97\xe6\xf9\xf8\x5f\xba\x9f\x7d\x3b\x26\xf9\xaf\x7f\xf4\ -\x21\x3e\xfb\xb9\x3f\xa6\xd1\x68\x70\xf9\xf2\x65\x3a\xdd\x21\xbd\ -\xfe\x90\xd5\x8d\x01\xff\xdb\x2f\xff\x47\x2e\x5d\xeb\xf2\x85\xdf\ -\xfd\x3d\xee\x38\xb4\x8f\x1f\xbc\x77\x07\xdb\x57\xe6\x58\xed\xe2\ -\x15\x60\xb5\x92\xe0\x0c\x7d\xe6\xa5\x22\x05\x59\x14\x9a\x4e\x4f\ -\xf1\x4f\x7e\xf3\x28\xcd\xc9\x79\x76\xcd\xd6\xf8\xfc\xe7\x3f\xcf\ -\x83\x77\xde\xc0\x43\x87\x97\x59\x59\x9a\x61\x66\x6a\x82\x66\xa3\ -\x4a\x25\x4d\xad\xab\xb5\x60\x2a\xcb\xf9\xe4\x23\xdb\x79\xe2\xf1\ -\xbd\x3c\xf3\x9c\x09\xb7\x7e\xf6\xa5\x37\xf9\xc4\x47\xee\xb0\x4b\ -\x94\x56\xe0\x1d\x1f\x40\xb4\xe5\x27\x03\x29\x02\x44\x53\xa3\xcc\ -\xef\x27\xef\x3d\x94\x23\x84\x49\x61\x3b\x52\xd8\x2c\x32\x45\x6e\ -\xf2\xfe\x0f\xb3\x82\x2c\xcf\x41\x29\x92\x24\xa5\x31\x31\xc9\xb0\ -\xdf\xe3\x9e\xe5\xd3\x54\x2a\xc3\xb1\xfe\x7e\xa6\x4d\xf1\x97\xae\ -\xce\x70\xf4\x85\x83\x7c\xe2\x53\x3f\xe4\x83\x7e\x8a\xa2\xa0\xd7\ -\xeb\xa2\xfa\x5f\xa1\x99\x1c\x0b\x6d\x28\x6b\xff\xeb\x65\xfd\x7d\ -\x0f\x6e\x41\xb9\xbc\xd1\x12\xfa\x8b\xdf\x9d\x01\xb0\x5b\x99\xe7\ -\xc2\xc2\xfd\x6c\xdf\xb1\xdb\x58\xdb\xb1\x3b\xfe\xec\x9a\xdf\x07\ -\xff\xd8\x23\xbf\x7d\x96\x1f\xeb\x7f\x46\xc3\xf1\x37\x0d\xb1\x9f\ -\x3e\x7d\x9a\x66\xb3\x49\xa7\xd3\xe5\xff\xfd\xfc\xd7\x38\x7f\xf1\ -\x32\xbd\x9e\x81\xc2\x95\x4a\x85\x6a\xb5\xca\x60\x30\x20\xcb\x32\ -\x00\xd2\x34\xe1\x83\xef\x3b\xc4\x67\xfe\xc2\x43\xec\x5c\x9e\xb5\ -\x56\xf5\x1a\x89\xf5\xe5\x6b\xd7\x09\x27\xb4\x95\xb1\x1f\xbc\xf5\ -\xce\x39\x92\xda\x24\x5a\x6b\xa6\x26\x5b\x34\xea\x35\xaa\x69\xe2\ -\x8e\xb1\xf4\xda\xbf\xd0\x05\xa7\x2f\xf4\xd8\x77\xe9\x12\x27\x4f\ -\x9e\x64\x6a\x72\x82\x6d\x4b\xd3\x34\x9b\x35\x2a\xd6\x65\x28\x33\ -\xef\x48\xda\x70\x76\x8a\xc7\x8e\x5d\xe0\x6f\xfd\x77\xf7\xf3\xd5\ -\xaf\x7e\x15\x80\xdb\x6e\xde\xc9\xe4\x64\x8b\x66\xa3\x66\x8c\x9b\ -\x7e\x3d\x85\x9f\x4f\x0d\xbc\xf4\x8a\x61\xf6\x87\x1f\x7e\x98\x7f\ -\xfa\x4f\xfe\x31\xaf\x1d\x7f\x13\x30\x7e\xfe\x1f\xfb\xe8\x9d\xec\ -\xd9\x3e\xcb\xca\xe2\x14\xf3\xf3\x33\xfc\xd3\x5f\xed\xf2\xc8\x23\ -\x8f\x72\xfa\xf4\x69\xfa\xc3\x9c\x6e\x6f\xc0\xaf\xfc\x9b\x6f\xf0\ -\xad\xa3\xcf\x02\x70\xd3\x0d\xbb\x78\xe8\xc8\x12\x2b\x8b\xd3\xcc\ -\x4e\x4d\xf0\xee\xa5\xcb\xbe\xb5\x33\x93\xad\xb0\xff\xa1\x30\x29\ -\xc6\x1c\x12\xc8\x8b\x82\xde\x30\xe7\xe7\x7f\xed\x31\x8a\xb4\xc5\ -\xc1\x7d\xfb\xf8\xda\x57\xbf\xca\xc7\x3f\x70\x98\xdb\x6e\x98\x62\ -\xdb\xd2\x0c\xd3\x93\x13\xd4\xeb\x15\xb3\x54\xd3\xce\x35\x68\x14\ -\x61\x2d\x2d\xf8\x5b\x7f\xf9\x83\xfc\xb4\x15\x00\x97\xae\xac\x71\ -\xe1\xd2\x2a\xfb\x76\x2d\x9a\xbe\xfa\xe5\xb5\xb3\x29\xb9\x51\xdc\ -\x8a\x83\x41\x1c\xb2\x57\xf8\x4d\x14\x41\xb1\xc5\x3b\x96\x64\xb2\ -\x85\x30\x2f\x02\xaa\x88\x83\xe9\x5c\x40\x87\x5b\xca\x14\x45\xe1\ -\x5d\x81\x2e\x7b\x8d\x46\xa1\x92\x94\x24\xad\x32\xc9\x1a\xb7\x4e\ -\x9d\x45\xd5\x75\xbc\xee\x9f\xc2\x08\x80\x0a\xe4\xba\xc2\x63\xcf\ -\xdc\xc6\xf6\xdd\x71\xd0\x4f\xbf\xdf\x47\x67\x17\xa8\x0f\x7f\x9d\ -\x44\xf5\x42\x7b\x5c\xf4\xdf\x77\x5b\xfb\xbf\x07\xe8\x1f\x6c\x1a\ -\x63\xcc\xb3\xda\x30\x7e\x58\x06\x54\x38\xd3\x3e\x42\xb2\xed\x10\ -\x0b\x0b\xb3\xf6\xd4\xb3\xdc\x6a\x7f\x9b\xe0\x33\x1f\xe0\xf2\xfe\ -\xe7\xf9\x10\x73\x0c\x58\xe1\x86\x9d\x02\x78\xf1\x15\xb3\x23\xef\ -\xe8\xd1\xa3\x7c\xfd\xeb\x5f\x37\x5a\xfa\xd4\xd9\x68\x3e\x86\xc3\ -\xa1\x0f\x11\x56\x4a\x71\xcb\xfe\xed\xfc\xe5\x4f\xbc\x9f\x23\x07\ -\x76\x33\x3b\x3d\x41\xbb\x55\xa3\x56\xad\x18\x48\x9d\x94\xdb\x1d\ -\x66\x4f\xeb\x82\xb7\x4f\x9e\x65\x76\xce\x08\x91\xf9\x19\x13\x02\ -\x9c\x26\x89\x18\x00\xfb\x4c\x51\x70\xe2\x9d\x4b\xf4\xfe\xe4\x4f\ -\xe8\xf5\x7a\xec\xd8\xbb\x42\xbd\x5e\xa5\x5e\xab\x5a\xe3\x64\xe2\ -\x70\x9f\x1c\x22\xcb\x08\x05\x57\x3b\xd0\x67\x8a\xdf\xf9\x9d\xdf\ -\xa1\xdb\x13\x57\x2f\x73\x00\x00\x20\x00\x49\x44\x41\x54\xed\x52\ -\xad\xa4\xdc\x71\x70\x0f\xed\x56\x9d\x7a\xd5\xa1\x87\xc2\x55\xe7\ -\x21\x71\x91\x17\xbc\xf0\xca\x09\x16\x97\x56\xf8\xc5\x5f\xfc\x45\ -\x1e\xfb\xe6\xe3\xbe\xfc\x47\xee\x3f\xc0\x7d\x47\x6e\x60\x71\x7e\ -\xda\x1e\xad\xa6\xf8\xd0\xc3\x77\x71\xe6\xe2\x45\x3e\xf6\xb1\x8f\ -\x91\xad\xbe\xc5\x5b\x67\xd6\xf9\xbd\x3f\x7a\x0c\x30\x02\xe3\x2f\ -\x7e\xf8\x76\xb6\x2d\x4e\x31\x37\x33\x41\xad\x96\x72\x75\xad\xeb\ -\xcb\x9b\xb6\xbb\x20\x53\x91\x07\x51\xdb\xbe\x0f\x87\x19\xbf\xff\ -\xcd\x53\x9c\xbb\xdc\xe1\x6f\xff\xed\xff\x86\xe7\x8e\x1d\xe3\x07\ -\x1f\xdc\xcf\xde\xe5\x3a\x8b\x73\xc6\x6e\x52\xe8\x82\x6e\x6f\xe0\ -\x5d\xdf\x59\x51\x30\xcc\x14\x57\xd7\x73\x9e\x7f\xed\x14\x9f\xfb\ -\xc2\x97\x7d\x5d\x8d\x7a\x95\xf9\xd9\x36\x95\x54\xa0\x1e\xb1\xe4\ -\x96\xd7\xd6\x22\x00\xaf\xf9\xd5\x08\xf3\x3b\x02\x70\x6d\x8b\xae\ -\x48\x5a\x87\x32\x2d\x70\xb3\xf4\x63\xac\xa5\x5a\x30\x8b\x0b\x14\ -\x52\x2a\x61\xff\x54\x87\xa9\x56\x2f\x5e\xf7\x3b\x97\x9f\x99\x4f\ -\xde\x3d\xb7\xc8\x0b\x6f\xdc\xca\x4f\xfd\xd5\x8f\x50\xab\xd5\x00\ -\x23\x58\xba\xdd\x0e\xd5\xc1\x17\xa9\xe9\xa7\x85\xbb\x89\xf1\xc6\ -\xbf\xef\x29\xd7\x9f\xfb\x1c\x4b\x62\x27\x06\x75\xb4\x34\xc0\x7f\ -\xee\x34\xb7\x71\x7e\xe9\x61\x76\xef\xda\x63\x27\x55\x5b\x66\x1f\ -\x9a\x44\x9f\xda\x1d\xef\x3d\x34\xdf\x8b\x43\x24\x94\xb2\x75\x2a\ -\xc5\xb1\x17\x5e\x03\x14\xdf\xfa\xd6\xb7\x38\x75\xea\xd4\xf8\x99\ -\x53\x8a\x1b\xf7\xae\x70\xfb\xc1\x3d\xfc\xc0\x83\x07\xd9\xbb\x6b\ -\xc9\xef\xe1\xaf\xd7\x52\x9b\x69\x78\x3c\x78\x33\xb2\xda\x2c\x05\ -\xfa\x99\x42\x93\x70\xf5\xaa\x09\x9c\x9a\x9f\x6d\xc7\x0c\x20\xca\ -\x28\xb4\xe6\xed\xd3\x97\x78\xe5\x8d\x2f\xa3\xb5\x66\x6e\xca\xa0\ -\x85\x5a\xb5\x1a\x76\xfb\x69\x85\x37\x66\x61\xdc\xc4\xb9\x2e\xc8\ -\x86\x39\x5f\xfc\xca\x2b\xfc\xf4\xdf\xfc\x1f\xf9\xf8\xc7\x3f\x0e\ -\xc0\x4d\xfb\x56\x98\x9d\x6e\xd1\xaa\x57\x6d\x88\xb4\x16\xf2\xc6\ -\x6a\xce\x3c\x67\x90\x27\x5c\xbd\xb6\xc6\xcc\xec\x3c\x9f\xfd\xec\ -\x67\x7d\xd9\x3b\x57\xe6\xf8\xd4\x0f\xdf\xc7\xd2\xe2\x34\xd3\x93\ -\x4d\xaa\xd5\x0a\xba\xd0\xdc\xb8\x77\x3b\xdf\x7a\xf2\x2b\x1c\x3e\ -\x7c\x98\x16\x43\xfe\xd5\x6f\xfe\xb1\xef\xfb\xfb\xef\xb9\x99\x83\ -\x37\x2c\xb3\x30\x3b\x49\xb3\x51\x25\x41\x73\xf1\x4a\xc7\x47\x45\ -\x2e\xcd\x4d\x52\xaf\xa6\x54\x12\xbb\x0d\x58\xe3\xfb\xf3\xce\x65\ -\xf8\xdc\xef\x7c\x85\xcf\x7c\xe6\x33\xfc\xf8\x8f\xff\x38\xcf\x1f\ -\xfd\x12\xcd\xf6\x80\x61\x5e\xe3\xcc\xc5\x75\x4e\x9d\x5f\xa7\x9f\ -\x19\xaf\xca\xe5\xd5\x3e\x57\xd7\xfa\xbc\xfe\xd6\x69\x5e\x7a\xf9\ -\x35\x56\x57\x57\x7d\x4c\x86\xbb\x3e\xf8\xbe\x83\xcc\xcf\xb4\x69\ -\x35\x6a\x65\x98\x59\xe2\xad\xad\x4a\x0b\xee\x20\x87\x70\xf7\x95\ -\x49\x26\xd8\x06\xb5\x5f\xcf\x49\xf9\x2e\x56\x7b\xb8\xf3\xe1\x4d\ -\xd9\xf6\x3f\x6f\xcd\x0d\x7d\x03\x45\xad\x5e\xa7\x92\xc2\x2d\x33\ -\x57\x49\xeb\xf9\xa8\xcb\xaf\x6d\x1e\x1b\x66\x35\xbe\x7a\xf4\x30\ -\xb7\xde\xf6\x03\xfe\x64\x5f\x80\x5e\xaf\x47\x31\x7c\x97\xea\xe0\ -\x5f\x93\xa4\xfd\xd0\x60\xa9\xfd\xbf\xdb\x99\x7f\x9b\xbd\xa4\xef\ -\xdf\xcd\x87\x38\xf6\x0b\x61\xf0\x73\x42\xa1\x50\x15\xce\x4c\xde\ -\x49\x7d\xc7\x21\xb3\xf6\x4f\xe4\xda\xdf\x25\xfc\x10\x51\x80\x85\ -\x71\xfb\xa1\x4d\x9a\x6f\x63\x3f\x30\x1e\x80\xc1\xc0\xb8\xe5\xde\ -\x7d\xf7\x5d\xb4\xd6\x4c\x4f\xb6\x98\x6c\x37\xa9\x56\x53\x26\x9a\ -\x75\x16\xe6\xa6\x78\xf8\xbe\x03\xdc\x7b\xfb\x8d\xb4\x27\x0c\xd3\ -\x37\x6a\x15\x2a\x69\x6a\x33\xf8\x8a\x44\x98\x25\x30\x2e\x66\x93\ -\xa2\x80\xd5\x4e\xc6\xd4\xd4\x94\x5f\xd3\x2f\xcc\x4d\x51\xb7\x59\ -\x80\xfc\x26\x30\x8c\xc0\xed\x0f\x34\xa8\x2a\x2f\xbd\xf4\x1c\x00\ -\x2b\x4b\x33\x34\x1b\x26\x69\x88\xdb\x80\xa3\xed\x24\x18\x7e\xb6\ -\x9f\xf2\x82\xcb\xeb\xf0\xe2\xeb\x06\xc5\xbc\xf3\xce\x3b\x00\xdc\ -\x7e\xeb\x6e\x26\x5b\x75\x1a\xf5\x14\x13\xfd\x5b\xd8\x4d\x3b\x8e\ -\xfe\xcd\x71\x22\x57\x3b\x26\x3c\xb9\xd3\xe9\x78\x3b\x47\xbd\x56\ -\xe1\x27\x7f\xec\x21\xb6\x2d\x4d\x33\x3f\x3d\x61\x82\x96\x94\x22\ -\x47\xb3\x63\x79\x8e\xf5\xf5\x75\x9e\x7f\xfe\x79\xce\x9d\x39\xc9\ -\xa5\x2b\xc6\x33\xb4\x38\x37\xc9\x27\x3e\x7a\x37\x8b\x0b\x93\x4c\ -\xb6\x6a\xa4\x89\xa2\xc8\x32\xde\xf8\xce\x39\x2f\x00\x76\xae\xcc\ -\xf9\x80\x2b\x43\xb3\x66\x0c\x86\x59\xce\x6f\xff\xc1\x51\xe6\xe7\ -\xe7\x79\xf8\xe1\x87\xf9\xa9\x9f\xfa\x29\xfe\xe8\x3f\xfd\x47\x3a\ -\x1b\xdd\xc8\x80\x0e\x46\x38\x3b\x0f\x95\x0c\xe7\x76\xd7\xf4\x64\ -\x8b\x1f\xf9\xd0\x9d\x7c\xfc\x43\xb7\xb3\x34\x3f\x43\xab\x59\xb7\ -\xb4\xe6\xd0\x53\xa0\x2c\x77\x6d\xc1\x12\xc0\x05\x1e\xc8\x30\xcf\ -\x24\x86\x7c\xe5\x67\x9c\x60\xb2\x6a\xcf\x77\x4c\x21\x10\x84\xff\ -\x28\x8d\xb8\x14\x3a\x7c\x69\xe2\x09\x2a\x24\xd9\x06\x3b\x27\xaf\ -\x06\xf8\xef\x5c\x7e\xb3\x80\xdd\xc6\x7e\xe2\xe4\x76\xde\x3e\x7f\ -\x2b\xff\xed\x7f\xf9\x01\x1f\xf4\x63\xd6\xfe\x1b\xd0\xfb\x22\xb5\ -\xf4\x78\xdc\x46\x09\xfd\xff\x3c\xda\x5f\x6e\xfa\xf1\x03\x30\x4e\ -\x8f\xfe\xff\xbc\xbd\x79\xb8\x66\x57\x5d\xe7\xfb\x59\x7b\xef\x77\ -\x1e\xcf\x3c\xd4\xa9\x79\x4c\x55\x86\x4a\x51\x99\x47\x42\x42\x08\ -\x20\x60\x10\x69\x41\x40\xdb\x01\xfa\x3a\x35\x44\x7d\xe4\xaa\xed\ -\x83\x88\x72\xbb\xf5\x5e\x69\x6c\x70\x68\xbc\x60\xab\x10\x85\x16\ -\x02\x11\x24\x51\x12\x24\x64\x0e\x24\x45\xc5\x4a\x0d\x49\x6a\x3e\ -\x95\x3a\x55\x75\xea\x0c\xef\xb8\xf7\x5a\xf7\x8f\x35\xec\xb5\xdf\ -\x53\x68\xf7\x7d\x2c\x77\x3d\xa7\xce\x39\xef\x79\xdf\xbd\xd7\xf4\ -\x9b\xbe\xbf\xc9\x03\x07\x15\x2c\x15\x26\x38\x3d\x7c\x15\xeb\x67\ -\x66\xc8\x85\xa1\xbe\x91\xd4\x2a\xbf\x8a\x7b\xae\xd3\x8f\x93\xfe\ -\x32\xd5\x00\x34\x38\x27\x11\x4a\x30\xbf\xd0\x25\x8a\x22\xa2\x28\ -\x72\x6e\xb2\xbb\x5e\xbd\x93\x3b\x6f\xb9\x82\x89\xd1\x06\xa5\x52\ -\x81\x30\x0c\xc8\xe7\x22\x97\xd5\x17\x79\xe0\x9b\x26\x24\x61\xee\ -\xeb\x01\xbb\x99\x7d\x34\x84\xa9\x12\x4e\x9f\xd5\x2e\x40\x4b\x58\ -\xe3\x26\x09\x28\x8a\x42\x8f\xe1\x69\xc9\x7c\x76\x29\xa1\x5c\x2e\ -\x3b\x02\x9e\x18\x1b\xd2\xde\x82\x5c\x8e\x20\x08\xd3\xf2\xe3\x32\ -\x70\xb8\x46\xa2\x24\x9d\xbe\xe2\xb7\x3f\xf1\x65\xee\xb8\xeb\x2d\ -\xbc\xff\xfd\xef\x47\x29\x45\x18\x04\xec\xd8\xbc\x8a\x6a\xb9\x48\ -\xc1\xa0\xff\x7a\x68\x9e\x78\x31\xaa\xf7\xc9\xd3\x8b\x84\x61\xc8\ -\xe2\xe2\xa2\xfb\xdb\x6b\xae\xdf\xc1\xd6\x0d\x53\x0c\x9b\xa8\x45\ -\xcb\xf0\x94\xd4\xb6\x7a\x1c\xc7\x1c\x3a\x74\x88\xd3\xa7\x4f\xbb\ -\xcf\xdc\x7d\xe7\xab\x98\x1a\x6b\xd0\xac\x68\x35\x1f\xa5\x48\xa4\ -\xe2\x85\x17\x4f\xba\xf7\xac\x99\x1a\xa6\x58\xd0\xf1\x16\x5a\xfd\ -\xd1\xf8\x45\xab\x1f\xf1\x77\x0f\x3d\xc1\x8e\x1d\x3b\xf8\xd8\xc7\ -\x3e\xc6\xc3\x0f\x3f\xbc\x42\xa2\xfb\xe3\xb6\x49\x5c\x42\x08\x46\ -\x86\x6a\xac\x99\x1e\x65\xed\xaa\x11\x2e\xdd\x32\xc3\x15\xdb\xd7\ -\x50\xaf\x94\xa8\x55\x0a\x94\x8a\x79\xa2\x9c\x57\xb3\xc1\xb3\xba\ -\xfc\xeb\xe2\x99\x00\xd6\xe6\xf0\x0e\xb9\x1a\x7c\x8b\x1d\x98\x25\ -\xfc\x94\x13\x64\xde\x26\x9d\xda\x6f\x3e\x62\xf9\x83\x07\x2c\x06\ -\x81\x8e\x85\x0e\x0b\x05\xca\x39\x45\xad\x2a\xb3\xa1\xbe\xc3\x80\ -\x0e\xed\xa7\xd3\x2d\xf1\xe0\xa3\x3b\xb8\xfa\x9a\xd7\x32\x3a\x3a\ -\xe6\x9e\x15\xc7\x31\x42\x9e\xa2\xc2\xbd\x04\xa2\x9f\x0e\xe2\xfb\ -\x81\x7f\xff\x3b\xaa\xbf\xf9\xb2\x92\xde\x4a\x7b\xb7\x36\x2a\xad\ -\xfd\x6f\xed\xa2\x24\xc8\x73\xac\x7a\x25\xa5\x55\x97\xd0\xac\xd7\ -\x10\x81\x4a\x7d\xfe\x26\xf0\x47\x7a\x31\xff\x52\x6a\xbf\x3f\x52\ -\xab\x27\xca\x1d\x5e\xc5\xc9\xd3\x0b\x54\xab\xd5\x14\x50\x03\xa6\ -\x27\x87\x19\x6e\xd6\x18\x1f\x6d\x50\x2e\x16\x5c\x90\x8c\xd3\xdc\ -\x2c\x08\x4b\xe0\x24\x88\x50\x69\x6a\xf7\x85\x62\x4d\x95\xe1\xca\ -\x27\x5e\x99\xa7\x5c\x2e\x3b\x66\x33\x61\xea\x00\xda\xa2\x25\xde\ -\x27\x38\x7e\x4a\x4b\x52\x4b\x88\x33\x53\xc3\x94\x8a\x05\xa2\xbc\ -\x57\x37\xd0\x2c\x9b\xd5\x62\xfb\x7d\xc9\xdf\x3f\x71\x8c\x97\x8f\ -\x9d\xe6\xae\xbb\xee\xe2\xd7\x7f\xfd\xd7\x01\xed\xa9\x18\x6a\x54\ -\x74\x81\x52\x1b\xdd\x98\x2e\x72\xfa\x5d\xc1\x8b\x47\x5e\x21\x97\ -\xcb\xd1\x6e\x6b\x5b\xbd\x59\x2f\x73\xdb\x75\x97\x30\xd2\xac\x50\ -\x29\xe6\x08\x9d\xf9\xa0\x19\xea\xfc\x42\x0b\x29\xa5\x63\x6a\x00\ -\x9b\xd6\x8e\xb3\x73\xdb\x6a\x86\x1a\x25\x8a\x85\xc8\xe0\x33\xda\ -\x04\x3a\x3b\xbf\x84\x52\x8a\x91\xa1\x1a\xcd\x46\x99\x7c\x2e\x67\ -\xf2\x1f\x52\x53\x64\xdf\x91\x05\x84\x10\xcc\xcf\xcf\xf3\xcc\x33\ -\xcf\x20\x84\xb6\xe1\x0b\xf9\x88\x42\x3e\x47\xbd\x5a\xa4\x5e\x2d\ -\xd1\xa8\x95\x69\xd6\xcb\x4c\x4f\x0c\xb1\x66\xd5\x08\xab\xa7\x86\ -\xa9\x95\x0b\xe4\x72\xba\x2a\x73\x3e\x9f\x23\x9f\x0f\x75\x9e\x85\ -\xad\x48\x64\x93\x15\xed\x25\x56\xfc\x70\xf1\xd3\x81\x7d\x8b\x51\ -\xa0\x74\x25\x20\xa3\x41\xfa\xf1\x02\x48\x99\x21\x08\x17\xad\x65\ -\x6d\x25\xfd\x56\x73\xa5\xef\x74\xe5\x97\x84\x30\xa8\x74\x80\x08\ -\x15\x61\x31\xc8\xda\xfd\x65\xf3\x4c\x04\x7b\x0e\xac\xe2\x7c\xfb\ -\x52\xae\xbd\xf6\x3a\xa7\x52\x69\xee\xda\x27\xe8\xdd\x47\x21\x3c\ -\x98\x9d\xc6\x85\xc0\xbf\xff\xdf\xd1\x7f\x69\x96\x9f\x5f\xf9\x37\ -\x9d\x59\x5a\xf5\xf7\x5c\x79\x23\x73\xe3\xd7\xb3\x79\x7a\xb5\x4e\ -\x24\x51\x12\x1b\xf5\xe7\x62\xfe\x93\x1e\xd2\xd4\xf9\x97\x49\xac\ -\xc1\x41\x95\x3e\x50\x6b\x4f\x92\x93\xa7\x17\x58\xb5\x6a\x95\xb3\ -\xfd\x83\x40\x30\x3d\x31\x44\xc9\xb8\xda\x6c\x24\xa0\x52\x3e\x5d\ -\x9b\x8d\xb2\x7c\xc0\xed\x2a\xfe\x19\xb2\x7a\x75\xaa\x5e\x4b\xc9\ -\x91\xe3\x73\x54\x2a\x15\xa4\x94\x84\x41\xc0\xf8\x68\x83\x5c\x2e\ -\x74\xeb\x6d\xf7\x58\x10\xf0\xd2\xb1\x39\x72\xb9\x06\x71\x1c\x53\ -\x29\x17\x19\x6a\xd6\x74\xc4\x60\x14\x19\xe9\x9f\xdd\x77\x99\x48\ -\x4e\x2f\xc2\x47\x3f\xfe\x97\xbc\xf5\xad\x6f\xe5\xe0\xc1\x83\x0e\ -\xb8\x5c\x3d\x3d\x42\x31\xaf\xe3\x07\x82\x4c\xf8\xb0\x4d\xd6\xd1\ -\xeb\x92\x48\xc9\xb3\xcf\xbf\x44\x14\x45\x4e\xaa\x5e\xbe\x6d\x35\ -\xc3\xcd\x0a\xb5\xb2\xf6\x56\x38\xa1\x84\x40\xca\x84\x33\xe7\x34\ -\xb1\xfa\x20\xe9\xeb\x6f\xb9\xcc\x7c\xa6\x40\x2e\x12\xee\x8c\xcd\ -\xb7\x94\x4b\x26\x9b\x1e\x6f\x52\xcc\x47\xa6\x66\x83\x5d\x4c\x61\ -\x98\xdf\x3c\x61\x18\x32\x3f\x3f\xcf\xea\xe9\x31\x7e\xf2\xad\xd7\ -\x30\x33\x39\x4c\xb3\x51\xd1\x73\x30\xc9\x3d\x61\xa8\x33\x28\x83\ -\x20\x20\x0a\x03\xc2\x50\xb8\xcc\xcb\x30\xd0\xaf\x63\xb0\x92\x7e\ -\x9c\xd0\xeb\xf7\x48\x12\x49\xb3\x5e\x36\x72\x38\x9b\x74\x65\xaf\ -\x8b\x17\x07\x60\xaf\x8c\xb4\xb0\x93\x1f\xd0\x85\xad\xda\xaf\x0c\ -\x83\xb8\x90\xe6\xa0\x4c\x6a\xa5\x67\x42\x58\x17\x94\x5e\x84\x10\ -\x21\x62\x84\x80\x7e\xdc\xa7\x2d\xe3\xd4\xee\xaf\xe3\x1c\x9f\x4b\ -\xad\x2a\x7f\xff\xf8\xa5\xdc\x7c\xeb\xeb\x5d\x34\x1c\x68\xe9\x9f\ -\xf4\x8f\x53\x4c\xfe\x92\x20\xe8\x65\xe7\x33\xa8\xfe\xff\x4b\x65\ -\xbf\xff\x39\x86\x60\x17\xe5\xfb\xaa\xff\xfa\x7d\x89\x28\x72\xb0\ -\x7a\x1d\xb5\x55\x97\xd0\x6c\xd6\xb4\x74\x56\x92\x44\xa6\x45\x3e\ -\x65\xd2\xd5\xc4\x6f\x6c\x7f\x95\xe8\xfe\x7e\x3a\x80\x2a\xcd\x30\ -\x03\xe8\xc6\x21\xbb\x76\xed\x62\xff\x7e\x6d\xda\x34\xeb\x15\x4a\ -\x85\x3c\x91\x89\x02\x4c\x8b\x71\xf8\xea\xb2\xc0\xb9\xf6\x0c\x23\ -\xd6\xc3\xf3\xf0\x99\xef\x73\x1d\x3e\x76\x9a\x9e\x2a\x20\xa5\xd4\ -\xea\x74\x3e\x22\x17\x85\xd9\x80\x1c\x43\x04\x07\x5e\x3a\xc9\xea\ -\xf5\x43\x3a\x7c\x77\xb4\xe9\x08\x38\x74\xd2\x3b\x5d\x3c\xa9\xa0\ -\xd5\x53\xfc\xf2\x47\xfe\x8c\xc9\xc9\x49\x3e\xf0\x81\x0f\xf0\x8e\ -\x77\xbc\xc3\x3d\xb7\x51\x2b\x91\xcb\x6b\xb0\xcd\x00\x06\x64\xce\ -\x99\xb7\xce\x4f\x3c\xf3\x4f\x99\x31\x5f\x73\xc5\x46\x9a\xb5\x32\ -\xc5\x62\xde\xa4\x9d\x5b\x8d\x54\x81\x54\xbc\x78\xf8\x64\x66\x7d\ -\x36\xac\x1e\x65\xeb\x86\x29\x1a\xb5\x92\x09\xcc\xd2\xc2\x4d\x28\ -\xc5\xe9\x73\xba\xdf\x82\x52\x8a\xc9\xd1\x3a\xc5\x62\x8e\x5c\x2e\ -\x60\xd0\x71\xf2\xf2\x31\x5d\x5c\xb5\xdd\x6e\xb3\x71\x46\x9b\x2e\ -\x63\x23\x55\x86\x9b\x35\x8d\x81\x78\xeb\x65\xcb\xeb\x39\x33\xdb\ -\x0c\xcf\x12\x76\x22\x61\xb9\xdd\xe5\x89\x3d\x27\xf8\xd4\xe7\x1e\ -\xe0\xfd\x3f\x71\x17\xd7\x5c\x5e\x5e\x09\xc0\x7b\xd7\xbf\x5d\x36\ -\xa0\x9d\x84\xc5\xf2\xcd\xc6\x38\x54\xd6\x1d\x3a\xcd\x1d\xad\x3a\ -\x9a\xe1\x27\x0e\x01\x4e\x27\x13\x06\xda\xb7\x6a\x39\xa5\x4c\x62\ -\x3a\x49\xc8\xb1\x56\x95\x2d\x75\x01\x43\xca\xcd\x52\x29\xc1\x53\ -\xdf\x5b\x43\x50\xd8\xc5\xae\x5d\xbb\xdc\xa2\x48\x29\xe9\xf5\x3a\ -\xa8\xe5\xbf\x26\x2f\x06\x6c\x7f\xc5\xbf\x9c\xf8\xf3\x2f\x65\x02\ -\x7a\x6a\xbd\x53\xfd\xdd\xd9\xb2\x20\x60\x9a\xfd\xa7\x10\x9c\xaa\ -\x6e\x67\x79\x7c\x37\x1b\x57\xaf\x36\x76\x65\x8c\x32\x05\x3e\xad\ -\xdd\xef\x17\xff\x90\x49\x8c\x72\x83\xd3\x0f\xb0\xc9\x3c\x00\xab\ -\xd7\x6d\xa6\x3e\xda\xe3\x33\x9f\xf9\x0c\xa0\x13\x79\xf2\x56\xf2\ -\xf3\x7d\xf2\xf0\x1d\xc1\xa7\x2a\x80\xf3\xc2\xa0\x9c\x09\x36\xd8\ -\xf0\x45\x29\xc5\xcb\xc7\x4e\x91\xcb\xeb\xb8\x8a\x91\x66\xd5\x93\ -\xca\x03\xe6\x83\x82\x7d\x07\x8e\x30\xb1\x4a\xbb\x61\xc7\x47\x1a\ -\x9a\xf8\x8d\x36\xe7\xdb\x8a\xb1\xd4\x65\xdf\xfe\x9f\x4f\x3f\xc4\ -\x89\xd9\x33\xdc\x70\xc3\x0d\xec\xdb\xb7\x8f\xbd\x7b\xf7\xba\x67\ -\x37\xeb\x65\x72\x06\xb4\x54\x4a\x7a\xb5\x27\xb3\xe3\x5b\xea\x08\ -\xdd\x44\xc6\x44\x29\xae\x5d\x35\xca\xfa\x35\xe3\xd4\xaa\x25\xf2\ -\xb9\x1c\x61\x10\x98\x66\xa9\x0a\x84\x76\x37\x3e\xbf\xff\xe5\xcc\ -\x7d\x6e\xba\x6a\x0b\x43\x8d\x12\xd5\x72\x5e\xa3\xfb\x9e\xd6\x7a\ -\xf4\xd4\x02\xad\x56\x4b\xaf\xfd\xf4\x30\x25\x93\x04\x85\x35\x93\ -\xcc\x71\x38\x3e\x3b\xa7\xb5\xa4\x30\x34\xa0\xa7\x4e\xf1\xd5\x69\ -\xc7\x61\x2a\x0c\x53\xc5\x21\x1b\x47\xa3\x4c\x45\xec\x38\xe1\x95\ -\xf3\x31\xbf\xf6\xbb\x7f\xcd\x53\xdf\x79\x9e\x7a\xad\x42\xd2\xef\ -\x92\x3e\xcc\x7e\x20\x7b\x5d\xb4\x64\xa0\x95\x3a\xe3\x05\x4d\x10\ -\x56\x9e\xba\x6c\x8c\xb7\x95\x95\xae\xb8\xa8\x91\x6c\x36\xdd\x51\ -\x60\xed\xff\xc0\xe5\x97\x07\xf9\x32\x4f\x9d\x18\xa5\x5b\x8f\xb4\ -\x19\x60\xae\xb3\x0b\x4d\x1e\x7e\x6a\x3b\xaf\xb9\xfd\xf5\x54\xab\ -\x55\xf7\x7a\xb7\xdb\x85\xf8\x45\x0a\xf1\xff\x8b\x10\x9e\xf4\x87\ -\x01\xf5\x5f\xa0\x92\x00\xa5\x02\x94\x34\x5f\xca\x14\x27\x55\x01\ -\xa8\x40\xa3\xcd\xdf\x47\x13\xc8\xa8\xfe\x06\xe8\xcb\x28\x06\x46\ -\xfd\xef\x85\x15\x0e\xd6\x6e\x60\x66\xc3\x56\x6a\xb5\x8a\x79\x55\ -\x66\x8a\x7c\xe8\xc8\x3f\x23\xf9\x4d\x3e\x80\x50\x68\x20\x14\xc3\ -\x57\x52\xb0\x84\x1b\x6f\xbe\x9d\x13\x27\x4e\x38\x75\x77\x7c\xb4\ -\xa1\xdd\x7a\x99\xa8\xbc\x74\x24\x2e\x47\xdd\xee\x91\xd1\x1e\xb3\ -\xe4\x34\xb8\x77\xa0\x94\xa4\x97\x08\x16\x97\xda\x9c\x3c\xa9\x25\ -\xe6\xe8\x70\x9d\x42\x21\x97\xb5\xe7\xcd\x33\x12\xa5\x58\x58\x5c\ -\x76\xa6\x41\xb3\x51\x25\x97\x0b\x8d\xbb\x53\x78\x4c\x5a\xd1\xeb\ -\xc5\x7c\xfe\x81\xfd\x3c\xf1\x9d\xfd\xd4\x6a\x35\x0e\x1c\x38\xc0\ -\xfb\xde\xf7\x3e\x17\xb0\x04\x1a\x09\x0f\x43\x17\x82\xe6\xe6\xef\ -\x4b\x41\xa9\x14\x27\xce\xb4\x28\x97\xcb\xae\x52\xd1\xd5\x57\x6c\ -\xa0\x59\x2f\x53\x29\x17\x09\x23\x9b\xaf\x6b\xc6\x29\x15\x89\x0c\ -\x38\x31\x3b\xe7\x9e\x35\x36\x5c\x63\xe7\x25\xab\x69\x54\x4b\x14\ -\x72\xb9\x94\xf8\xd1\x02\x65\xff\x4b\x27\x69\xb7\xdb\x84\x41\xc0\ -\x86\x99\x51\x4a\x85\x9c\xcb\x1c\x34\x5b\x0d\x08\x86\xea\x55\xa4\ -\x94\x54\xab\x55\x5e\x3a\xf6\x0a\xbd\x7e\x42\xaf\x67\x42\xda\xdd\ -\xd1\x49\x05\xa6\xd3\xc4\x94\xde\x33\x29\xa1\xdd\x8d\x39\x72\x36\ -\xc7\x8f\x7d\xe0\x93\x3c\xfd\x5d\xad\xd5\xbc\xfb\xad\xb7\x50\xaf\ -\x16\x2e\xac\x68\x7a\xd7\xbf\x41\x67\xa0\xf4\x5a\x79\x5c\x56\x5e\ -\x22\xf3\x9f\xcf\xe9\xcc\x8f\x36\x8c\x53\x6a\x94\xdb\xd4\x86\x44\ -\x18\x26\x90\x24\x92\x62\x2e\xc7\xc1\xb9\x69\xf6\x9c\x9c\xe1\x55\ -\xc3\x87\x11\x48\x12\x19\xf0\xc8\x33\xeb\x69\x8c\x5e\xa5\x33\xa8\ -\xcc\xa5\x6b\xe1\xb7\xc8\x77\x3e\x4b\x5e\x1c\xce\x8c\x44\xa9\x88\ -\xa4\x5f\x21\x49\xc6\xe9\x26\x25\x96\x7a\x75\xe6\x97\xcb\x2c\x2c\ -\x09\xda\xcb\x2d\x92\x7e\x82\x52\x82\x48\x84\x14\x72\x79\x4a\x11\ -\xe4\xbb\xa7\xa8\x87\x1d\x2a\x72\x81\x12\x6d\xf2\x74\x08\x54\xdf\ -\x94\x80\xbe\x90\xea\x6f\x5e\xb3\xad\xbe\x10\x1c\xaf\x5e\x49\x32\ -\xb1\x93\xe9\xa9\x49\xa2\x50\x10\x08\x5d\x60\x42\x3a\xc4\xbf\x67\ -\x4a\x7e\xeb\xea\xbf\x4a\xa6\x36\x89\xc0\x6a\x4e\x01\x2a\x90\x28\ -\x09\xb9\x7c\x8d\x91\xe9\x69\xd7\x9a\x0b\x0c\x28\x97\x8f\x88\x02\ -\xe1\x1d\xb0\x74\x8d\x7d\xed\x21\xeb\xa6\x35\x20\xc1\x85\xe2\x38\ -\x8c\x26\xb7\xd8\xd2\xfd\x05\xe6\xe6\xe6\x00\x53\x06\xcc\x48\x34\ -\x8b\x73\xda\x8f\xc4\x52\x33\xee\xa9\xa9\x29\xc2\x30\x64\x78\xa8\ -\xa1\xcd\x92\x30\x70\x5d\x7d\x12\xa5\xe8\xf6\xfa\xec\x79\xb9\xcf\ -\xa1\xe3\x4b\x14\x0a\x05\x5e\x7a\xe9\x25\x6e\xb8\xe6\x72\x26\x47\ -\xd6\xf3\xc0\x43\x29\x22\x1f\x1a\x97\xf3\x3f\x57\x0a\x1b\xa9\x38\ -\x78\x78\x8e\x28\x8a\x5c\x66\xe3\x55\x97\xad\xa7\x5e\x4d\x81\x3c\ -\x7f\x7e\x12\x58\x68\x9b\xdf\xcd\xeb\xbb\x76\xac\xa1\x59\x2d\x51\ -\x2d\x15\x0c\xb0\x69\x35\x5b\x5d\xa7\xf2\x99\xe7\xf6\xd3\xed\x76\ -\x59\xb3\x6a\x94\x7a\xa5\x98\xc6\x50\xb8\x23\xad\x57\x78\xd5\xd4\ -\x30\xbd\x5e\x8f\x62\xb1\xc8\x4b\x2f\x9d\xe4\xf0\xc9\x45\xc6\x47\ -\xea\xd4\x6b\x15\x6d\x32\x0d\xdc\x5b\x07\x12\xea\x9f\xfb\x89\xa4\ -\x1b\x0b\xe6\x59\xcb\x2f\x7d\xf8\x23\x9c\x7a\xe5\x34\x4a\x29\xee\ -\xb8\xe9\x72\x76\x5f\x3a\xc3\xd8\x70\xed\x02\x93\xf7\x57\xe4\x62\ -\x44\x02\x7a\x0f\x4a\x33\xfc\x7c\xc4\xdb\x1e\x2a\x4b\xd7\x17\x42\ -\x98\xb2\xef\xf5\xce\x5b\x4a\xf8\xa6\x76\x68\x10\x06\x84\xa1\x51\ -\x19\x03\x01\x09\x24\x49\x8f\x6a\x6d\x92\x2f\x3d\xb4\x8b\xe1\x21\ -\x58\x3f\x7d\x98\x53\x67\xc6\x78\xec\xb9\xad\xbc\xf3\x3d\xaf\xa7\ -\x58\x2c\xba\x27\xc4\x71\x4c\xd2\x3b\x48\xd4\xbb\x57\x13\x8c\xaa\ -\x13\xb3\x81\x9e\xda\x8e\x0a\xb7\x11\x97\xb7\x93\x94\x67\x98\x93\ -\x6d\xe6\xe3\x3e\x4b\xb2\x47\x2f\xdf\x87\x21\x89\x08\xb4\x9b\xa5\ -\x27\x25\xe7\x7b\x3d\x94\x92\xb4\x5b\x8b\xc4\xed\x05\x44\x7c\x9e\ -\x7c\xb2\x44\x43\x9e\x62\x32\x38\xc9\x98\x98\xa5\x21\xe7\x28\xc4\ -\x8b\x06\xcc\x4b\x51\x7f\x17\x17\x02\xb4\x72\x63\x1c\xa8\xdd\xc8\ -\xe6\x8d\x9b\x29\x16\x72\x84\x01\x3a\xd8\x47\xa6\x6a\x3f\xa6\xd3\ -\xaf\xad\xf6\x83\x32\x76\xbf\xd5\xaa\x85\x70\xf5\x14\x00\x54\x58\ -\xe4\xbe\xfb\xee\xe3\x85\x17\x5e\x70\xf3\x9e\x9e\x18\xa2\x98\xb3\ -\xc5\x36\xc0\xe1\x2f\x98\x43\x9e\xc1\x61\x3c\xc9\xe3\xef\x8e\xf2\ -\x5a\xb5\x1a\xe2\x97\x52\x31\x37\xdf\x62\x69\x69\xc9\x49\x57\xed\ -\x02\x0c\x33\xcf\xc2\xec\x7d\xa7\x27\xe9\x74\x3a\x0c\x0f\x0f\x53\ -\x2c\x16\x19\x1d\x6d\x12\x45\x11\x41\xa0\x6d\x6a\xed\x9a\xed\x43\ -\x75\x2b\xab\xb7\xd6\x38\xf2\xe9\xaf\xb0\x7f\xff\x7e\x76\x5d\xb1\ -\x95\xb7\xdc\xb6\x9d\x27\xf6\x1c\xc9\x8c\xa9\xdb\xeb\x63\x29\xc5\ -\xad\xc7\xc0\xb8\x13\x25\x79\xfe\xc0\x31\x37\xbe\xcd\xeb\x26\x68\ -\xd4\x4a\x94\x8b\x29\xee\x90\x49\xa0\x51\x8a\xb9\xf3\x1d\xf7\x7a\ -\x18\x06\x5c\x7b\xc5\x06\x1a\xb5\x12\x85\x42\xce\xc5\x48\x60\xe2\ -\xfb\x97\xbb\x82\xd9\x53\xaf\x20\xa5\x64\xf5\x44\x93\x52\x21\x22\ -\x1f\x85\x2b\x9c\x26\x02\xc1\xce\xad\xab\x88\xe3\x98\x53\xa7\x4e\ -\x51\xaf\xd7\xf9\xec\x97\x1f\x63\x72\xf4\x76\x8a\xc5\x02\x22\x14\ -\x54\x8a\x79\xed\x3a\xb4\x73\x31\x61\xef\xdd\x5e\x4c\x2f\x1a\x65\ -\x29\x5c\xcb\x07\x7f\xf5\x37\x38\x78\xf0\x20\x4a\x29\xae\xba\x62\ -\x23\xef\x78\xd3\xb5\x3a\x7c\xb8\x5e\xf6\xf6\xed\xc2\xe2\xf7\xa2\ -\x84\x02\xa7\x88\x63\x1a\xac\xf3\xbf\x24\xfe\x07\x2e\x9f\x69\xf8\ -\x35\xe1\x04\x38\x75\x57\xab\xff\x16\x11\xd5\x7f\x4b\x92\x98\x7c\ -\x2e\x44\x05\x9b\xf9\x1f\xf7\x05\xdc\x79\x83\xe0\x85\x97\x26\x59\ -\xb7\xf1\x26\xb6\x6c\xd9\x92\xde\x55\x29\xe2\xb8\x8b\x5a\xbe\x8f\ -\x7e\x30\x44\x4f\xdc\x89\x2a\xdc\x42\x2c\x2e\xa3\xdb\xab\x92\xc8\ -\x40\xd7\x1e\x90\x31\x95\x86\xa2\xda\xd4\x21\x9f\xda\xcf\xab\xd1\ -\xf6\x24\x4e\x88\x93\x58\x87\x26\x27\x52\x87\x69\x26\x09\xdd\x6e\ -\x8f\x56\xab\x43\xab\xd5\xe2\x9f\x16\xcf\xf3\xdc\xe2\x19\x0a\xdd\ -\x59\x26\xc5\x8b\xac\x56\x2f\x33\x1a\x9f\x20\x1f\x2f\x7a\xac\x51\ -\x20\x45\x8e\x83\x95\x6b\x28\x4c\xef\x60\x72\x72\xcc\x48\x7f\xa9\ -\x6b\x1f\x24\x7d\x64\x6c\xf3\xfd\x6d\xc4\x5f\x6c\xfc\xfe\xc6\x77\ -\x60\xd6\x39\x18\x58\xbb\x93\xaf\x9c\xe7\x63\x1f\xfb\x94\x3b\xf0\ -\x41\x20\x98\x99\x1c\x76\x89\x39\x16\x58\x4a\xa5\x4c\xba\xd6\x0a\ -\x4c\xb0\x85\xb5\x5d\x3d\xac\xe0\x42\x31\x1d\xc0\xb9\x85\x36\x0b\ -\x0b\x0b\xce\xdc\x98\x18\xd3\x2e\xc0\x20\x34\x8c\xc9\xe3\x2b\xad\ -\x4e\x9f\x85\x85\x05\x8e\x1c\x39\xc2\xd4\xd4\x14\x8d\x5a\x45\x27\ -\xff\x08\x5d\xfa\x6a\xb9\xdd\xe3\x74\x77\x9c\x85\x73\x6d\x7e\xe5\ -\x57\x7e\x81\x17\x5f\x7c\x91\xcb\xb7\x6f\xe4\x3d\x3f\x78\x2d\x6b\ -\x57\x8d\x72\xfc\x95\x85\xcc\xb3\xbb\xbd\xd8\xb9\x3e\x57\xca\x7f\ -\x2b\xc5\x61\xcf\xbe\xc3\xce\xed\xb8\x79\xdd\x24\xd5\x4a\x81\x42\ -\x3e\x67\x96\x41\x65\xce\x1a\xc0\xf1\x53\xe7\xdd\x7c\x36\xaf\x1d\ -\x67\x62\xb4\xae\x3b\x1c\x45\x9e\x09\x65\xd6\x6a\xf6\xac\x9e\x3f\ -\xc0\xea\xc9\x26\xe5\x52\x9e\x42\x3e\xca\xb8\x24\xed\xfb\xb7\xcc\ -\x54\x18\x6a\xd4\x38\x77\x7e\x91\x72\xb9\x4c\x2b\x8e\xf9\xd3\x2f\ -\x3c\xc6\xbf\x7f\xdb\x4d\x24\x52\x32\xdc\xa8\xe8\x82\x28\x81\x76\ -\xc5\xf6\xba\x7d\x96\xfa\x05\x96\x83\x35\x3c\xf9\xdc\x41\x3e\xf3\ -\x99\xdf\x71\x31\x09\xaf\xbe\x6e\x3b\xef\x79\xeb\x4d\xac\x9a\x1c\ -\x62\xa8\xae\x73\x07\x32\xfb\x68\xa5\x8d\xbb\x2e\x4a\x24\x60\x5a\ -\x14\xc2\xb9\x1d\x2c\xf0\xe3\xab\x8d\xee\xd7\x81\x41\x99\xd7\x32\ -\x78\xad\x20\xfd\x5d\x98\xfe\x82\x36\x24\xd5\x04\x00\xd9\xf7\x5a\ -\x97\x62\xaf\xd7\xa1\x52\xad\x13\xcb\x2d\x7c\xea\xf3\x09\xc5\x52\ -\x8d\x0f\xdc\xf3\x3a\xe7\x9a\x01\xad\xfe\x4b\xa9\x50\xf9\x1b\x69\ -\x85\x6f\x25\x49\x46\x88\x3b\x5a\x5f\xd1\x6e\x16\x45\x3e\x0a\x40\ -\x45\xda\xb5\xa6\x24\x89\x4c\x90\x32\x41\x28\x89\x92\x09\x42\x25\ -\x90\xf4\x9d\x81\x2f\x48\x88\x84\x42\xe4\x03\x0a\xf9\x0a\x8d\x5a\ -\x09\x39\x3e\x42\xaf\xbf\x86\x76\xbb\xcb\xd9\xa5\xab\x39\x3e\xff\ -\x0a\xc5\xd6\x51\x56\x75\xf7\x31\xd3\xdf\x4f\xbd\xff\x0a\xa1\xea\ -\x33\x9f\x9f\xe1\x68\xfd\x1a\xae\xdc\x6c\xa4\xbf\x2b\xf3\xdd\x43\ -\xca\xb4\xd8\x07\x2a\x46\x9a\x42\x1f\xba\xf8\xa5\x89\xfa\x93\x2a\ -\x9b\x5c\x68\x96\x75\xef\x0b\x2f\xf1\xdd\xef\x7e\xd7\xbd\x3c\xd4\ -\xa8\x52\x29\x17\x4d\x21\x10\xe3\x9a\x53\xa9\xe4\xcb\x98\xa9\xce\ -\x05\xeb\x07\xa7\x0c\x3c\x44\xe1\x49\x5c\xc1\xdc\x99\x05\xe7\x2a\ -\xcb\xe7\x22\x46\x87\x6a\xba\x17\xa0\x55\xdb\xcc\x3d\x95\x82\x4e\ -\xa7\xcf\xf2\xf2\x32\x0f\x3e\xf8\x20\xab\x57\xaf\x36\x6d\xca\x12\ -\x3a\x9d\x1e\xf3\x8b\x3d\xfe\xe0\xcf\xfe\x81\x47\x1e\x7b\x96\xb9\ -\x39\x6d\x7f\x6f\xd9\xb0\x8a\x9f\xfe\x91\x5b\xd8\xb8\x66\x9c\xe1\ -\xa1\x2a\xab\xa7\x86\x33\xa7\x4f\x97\x83\xd3\x05\x63\xac\x26\xe3\ -\xcb\x1f\xa5\x24\x4b\x5d\x98\x3b\x73\xce\x81\x74\x97\x6c\x9c\xa2\ -\x5c\xcc\xa7\x99\x8d\x4e\x1f\x73\x88\x25\x87\x0e\xcf\xa6\x65\xd0\ -\x36\x4e\x53\xab\x14\x29\x16\x72\xba\x23\xb2\x27\x61\xa5\x4c\x38\ -\xf0\xf2\x29\x87\x15\x6c\x5a\x3b\x46\xb9\xa8\x23\x00\x03\x6c\x14\ -\xa4\x3b\xfc\x14\x73\x82\x9f\x7b\xcf\xeb\xf9\xd0\xc7\x3e\xc7\xf2\ -\xf2\x32\x51\x14\xf1\xf2\xd1\x93\x7c\xf8\xe3\xff\x93\xb7\xbf\xf9\ -\xd5\x6c\xdb\x30\xc5\xe4\x68\x19\x45\xc4\x42\x4b\x72\xfc\x6c\xcc\ -\xa9\x33\xa7\x78\xe0\x81\x4f\x31\x3b\xab\xc7\x54\x29\x17\x78\xdb\ -\xeb\xaf\xe6\x75\xb7\x5c\xc1\xc4\x58\x83\x46\xad\xac\x19\x0e\xa0\ -\x56\x54\x2c\xf6\x0e\x06\xff\xca\x1a\x80\xe7\xe1\x35\x07\xc2\x16\ -\xfb\x48\x1f\xaa\x0f\xd3\x00\xd1\x7b\x3b\xe4\x0e\x9f\xef\x90\xf6\ -\xec\x7f\x21\xd0\x0b\xa9\x30\xee\x2b\xdc\xa6\x49\x29\x75\xf5\x59\ -\x42\x63\xdb\x77\x19\x1a\x1e\xe5\x44\x30\xcc\xee\xab\x6e\xcc\x84\ -\xfc\xda\xbc\xf8\x38\x96\xb4\xe2\xed\xc8\x6e\x4c\x2e\x87\x89\xe3\ -\x36\x0b\x67\x12\x6a\x12\xd9\x07\x43\xf8\x3a\x93\x2b\x41\x25\x89\ -\xa9\xb9\xa7\x1b\x71\xd8\xe4\x24\x15\x27\xa6\xd0\xa4\xb6\xbf\x95\ -\x21\x8e\x5c\x08\x85\x7a\x99\xe1\xa1\x1a\xfd\xc9\x09\x96\xdb\x9b\ -\x38\x7e\x6e\x27\x47\xce\x9f\xa4\xbe\xf4\x02\xe3\xbd\xc3\x9c\x2c\ -\x6e\x63\x6a\xd3\x65\x4c\x8c\x0f\x9b\x20\x14\xed\xf3\x97\x71\xfa\ -\xa5\x92\x38\xcd\xfe\x53\x09\xba\x70\xa6\x1a\xd0\xd6\x55\xe6\x50\ -\xee\xdd\x77\xc8\xa1\xdd\xa0\xed\xff\x52\x31\x47\xce\x25\xca\x5c\ -\x48\x4b\x4b\x25\xbe\xef\x4e\xd4\x71\x05\x96\x38\x7c\x46\x60\xee\ -\x24\xe0\xe4\x2b\x67\x9c\x84\xd3\x2e\x40\x53\x73\x70\x05\xdf\x50\ -\x04\x42\x11\xc7\x31\x4f\x3d\xf5\x14\x8d\x46\x83\xcb\xb7\x8c\x31\ -\x77\x6e\x89\x27\xf7\x1c\xe7\x13\x7f\xfa\x37\x99\x90\xd8\x1d\x5b\ -\x66\xf8\x99\xf7\xdc\xc9\xc6\x35\x13\x8c\x8d\xd4\x29\x16\x72\x4c\ -\x8e\x37\x32\x67\xb0\xd5\xe9\x61\xb3\xe4\x2e\x74\xb8\xa4\x52\x9c\ -\x38\xdd\xa6\xdd\x6e\x93\x24\x09\xa3\x43\x55\xc6\x47\x6a\x94\x0a\ -\x39\xc2\x28\xad\x4e\x94\xc1\x39\x94\xe2\x85\x43\x47\xdd\x19\xbc\ -\x7c\xdb\x0c\xd5\x8a\x66\xa0\xfe\xd9\xb6\x6b\xb6\x67\xdf\x61\x94\ -\x52\xac\x9e\x1a\x66\x7c\xb8\x46\xa9\x90\x77\x9a\x96\x3b\xff\xc6\ -\x64\x08\x83\x80\xd7\x5d\xb7\x96\xa7\xbf\x77\x15\x5f\xf9\xfb\x27\ -\x1d\xe3\x48\x92\x84\xff\xf1\xd7\x5f\x77\xd1\x9b\x39\x03\x34\xb6\ -\xdb\x6d\x9d\xac\x66\xc6\xb6\xfb\xb2\xf5\xbc\xfb\xad\x37\xb2\x7e\ -\x66\x8c\xe1\xa1\x1a\x95\x72\xd1\x79\x5b\x74\x6c\x8d\x70\x4c\xf0\ -\x42\xd7\x45\xca\x05\xb0\x07\xc5\x6a\x02\x56\x82\x4b\x8f\xc2\x85\ -\xb3\xd5\x6c\xac\xbf\x62\xc0\xc5\xe1\xdd\x50\xcb\x65\x83\x8c\x1a\ -\x95\x55\x2a\x9b\x4e\xaa\x4c\xdd\x36\x8d\x9e\x0a\x12\xd3\x04\x43\ -\xd2\x6e\xb7\x29\x97\xcb\xdc\x7a\xeb\xad\x08\xa1\x03\x3a\x84\x08\ -\xe8\x74\x3a\xb4\xdb\x6d\x16\xce\x9f\xd3\x3d\xee\x0b\x45\x5d\x3d\ -\xd6\x56\xd9\x51\x52\xa3\xec\x49\x1f\x4c\x4d\x3d\x1d\x81\x67\xc2\ -\x6d\x65\x02\x89\x66\x08\x42\x69\x8d\x80\x44\xea\xef\xd2\x48\x63\ -\x69\x0f\xa2\xc1\xf1\x55\x82\x94\x3a\x62\x71\xa4\x59\x65\x64\xa8\ -\x4e\x22\xd7\xb2\x70\x7e\x07\xc7\x16\xe7\xa9\xd4\x9a\x6c\xdc\xb0\ -\x96\x00\x69\x90\x7d\xed\xe2\x73\x15\x7e\x95\x49\xfe\x91\x09\x4a\ -\xe9\x1a\x7f\x60\xc3\x74\x15\x12\xdf\xff\x9f\xae\xde\x0b\x03\xee\ -\xab\x0d\x6b\x27\x74\xa5\x9c\x5c\xb8\x22\xa3\x2f\x8b\xd2\x9b\xff\ -\x7d\xc6\x60\x4d\x3c\x67\x94\x3a\x59\xe9\x74\xb6\x4e\x27\xcd\xa1\ -\x18\x1f\xa9\x53\x71\x19\x84\x9e\x5b\x4f\x00\x52\x51\xc8\x69\xbb\ -\xb9\xd3\xd1\xbd\x03\xfe\xe0\xbf\x7f\x1e\x1d\x94\x95\x4a\xae\x20\ -\x10\xbc\xfe\xb6\x5d\xfc\xc8\x9b\xae\xd7\xa9\xb6\x8d\x2a\xa5\x52\ -\x9e\x40\x08\xa6\xc6\xb2\x0c\x40\x4a\xe5\xbc\x41\xd9\x41\x9b\xd1\ -\x29\xc1\x4b\xc7\xe6\x5c\x95\xa2\x75\xab\x46\x29\x97\x0a\xda\x4b\ -\xe1\x99\x3e\xe9\xa5\xdd\x6c\x7b\xf7\xe9\x35\x5c\x3f\x33\xca\xe4\ -\x68\x9d\x4a\xc9\xf4\x40\xf0\xc0\x39\xcb\x14\x9f\xd9\x73\x00\x80\ -\x6b\xaf\xd8\x40\xbd\x5a\x72\x6d\xd3\xf5\xed\xbc\xfd\x31\x7c\xb7\ -\x90\x8f\xf8\xe0\x4f\xbe\x9a\xed\x9b\x26\xf9\xf8\x67\xfe\x8e\xb6\ -\x61\x62\xb6\x16\xa1\x8d\xa6\xf4\xf7\xe8\xf2\x6d\xab\x79\xd3\xed\ -\x57\xb2\xf3\x92\xb5\x8c\x0c\x55\xa9\x56\x34\x1e\x11\x45\x5e\xb0\ -\x91\x48\xb5\x64\xb7\x67\x19\x6c\xe7\x62\x82\x80\x96\x09\xe8\x11\ -\x9b\x85\xf2\xcd\x01\xe1\xc0\x2a\xbc\x80\x1e\xe1\x7f\xd6\xa2\xcf\ -\x12\xfc\x2e\x42\x52\x4a\x67\x73\xc7\xb1\x46\x9c\xfb\xfd\x98\x38\ -\xd6\x65\xc2\x85\x0a\x9d\x7a\x3f\x3b\xfb\x0a\x37\xdd\x74\x33\xa3\ -\xa3\xa3\x24\x49\x8c\x94\x01\x90\xb0\xbc\xbc\x4c\xab\xb5\x4c\x21\ -\x9f\xa3\x58\xd0\x40\x4b\x28\x00\x4c\x8a\xad\x01\xda\xec\xcf\x32\ -\xd6\x29\xb6\x3a\xd8\x26\xd6\x19\x2f\xba\x86\x13\x02\x4d\xf8\x81\ -\xe9\x13\x17\xa8\x34\xd5\x13\x25\x4c\xbe\x82\x2e\xb9\x85\x08\xb4\ -\x77\x41\x48\xa2\x30\x47\xa9\x50\xa0\xb1\x6a\x8c\x28\x37\x4d\xa1\ -\x90\x27\x9f\x03\x29\x7b\xfa\xfe\x32\x46\x26\x5d\x63\x62\xd8\xb1\ -\xf4\x53\xd7\x1f\x32\x95\x26\x68\xad\x49\xa9\x34\x49\xc4\x12\xc1\ -\xcb\x47\x4f\x64\xb6\x66\xfb\x26\x1d\x70\xa2\xbb\xf8\x88\x0c\x98\ -\x97\x92\xb3\xe5\xd1\x02\x61\xcb\x4b\x7b\xd1\x64\x69\x8d\x7d\x95\ -\x01\x1c\x45\x20\xd8\xb1\x59\x57\x54\x0e\xc3\x80\xbb\x6e\xbb\x92\ -\x91\xa1\xba\x09\xae\xf1\xc3\x7a\x15\x81\x80\xe1\x7a\x8e\xb5\x33\ -\x93\x1c\x36\x69\xc9\x71\x9c\x36\x1c\x01\xed\xae\x7c\xf7\x5b\x6f\ -\xe1\x86\xab\xb7\x32\x36\x54\xa3\x5a\x2e\xe8\xc6\x22\x86\xa0\x6a\ -\xe5\x12\xd3\x13\xc3\x9c\x38\xa5\x73\xef\xb7\x6d\x9c\xa2\x54\x2a\ -\xe8\x9c\x83\x15\xaa\xa5\x3e\x67\x87\x8f\xbd\xe2\x4c\x94\x0d\x6b\ -\xc6\x4d\xa6\xa3\x27\xcd\x33\x18\x87\x02\x25\x39\xbf\xa8\x9b\xa7\ -\xde\x75\xf3\x0e\x86\x9b\x15\x9d\x69\x08\xce\x7d\xaa\x4b\xdb\xeb\ -\x8f\x49\x29\x19\x1b\xae\xf3\x9a\xeb\xb6\x30\xd2\xac\x98\x2a\xbd\ -\x16\x99\xb1\xc4\xe9\x91\x8a\x80\x52\x3e\xc7\x0f\xdd\x71\x19\xbb\ -\x2f\x9d\xe1\xd3\x5f\xf8\x36\xcf\x1f\x3c\xce\xb1\xd9\x73\x6e\x3d\ -\x0a\xf9\x1c\xeb\x66\x46\xb9\x6c\xeb\x0c\xd7\xed\xdc\xc0\x86\x35\ -\x63\xd4\xab\xda\x6d\x59\x2c\xea\xb0\xe7\xc0\xd2\x8f\xf2\x31\x1b\ -\xf7\x14\x2e\x74\x5d\x1c\x06\xa0\x6c\x70\x4f\x9a\xfe\x66\xd5\x2a\ -\xb7\x25\x42\x64\x3a\xa7\x64\x0e\x96\x1d\xae\x30\x45\x13\x9c\x84\ -\xd3\xd2\x5e\x9a\x86\x20\xfd\x38\xa6\xdb\xed\xd1\xeb\xf5\xe9\x74\ -\xbb\xba\x34\x58\x2c\x09\x45\x4e\x03\x7c\x89\x24\x5f\x28\x70\xf5\ -\x35\x57\x63\x8b\x46\x06\x81\x32\x61\x92\x5a\xca\x17\x0b\x45\x1d\ -\xa2\x2a\xb4\xca\xaf\x92\x1e\x2a\xe9\x69\xd0\x2d\x31\x2a\xb7\x4c\ -\xb5\x00\x54\x82\x90\x89\x0b\x12\x11\x4a\x9a\xfc\xa2\xc4\x70\xdb\ -\x84\x58\x87\x83\x81\x90\x24\x4a\xe9\x86\x0d\xca\xd4\xa3\x53\x81\ -\xd1\x12\x24\x04\x4a\xc7\x18\x44\x20\xa4\x44\xc6\x12\x29\x22\x12\ -\xa5\x2b\xdc\x0a\x69\xd5\x7d\xaf\xc8\xa7\x41\xfe\x55\x12\xa7\x84\ -\x6b\xd7\xda\x16\x97\xf4\xf1\x13\x60\xc1\xcb\x4b\x5f\x3d\x3d\xc2\ -\xd6\x8d\x53\xba\xff\x9f\x55\xcb\x95\xcc\x7e\xc2\xab\xb8\x6b\xc3\ -\x83\x33\xe0\xae\x8d\x35\xb8\xc0\xd6\x0b\xe0\x35\xd7\x6f\xe6\x4b\ -\x9f\xfa\x65\xc2\x00\x2a\xa5\x02\xd5\x4a\x31\x53\x34\xd4\xd1\x41\ -\x20\xc8\xe7\x42\xfe\xd3\xfb\x7f\x98\x0f\x7c\xe8\x53\x9c\x5f\x58\ -\x76\xf7\xa9\x55\x4a\xbc\xe1\x35\x57\xf2\xe6\x3b\xaf\x61\x7c\xb4\ -\x4e\xa3\x56\xa6\x58\x88\x08\x85\x30\xd1\x74\xfa\x26\x41\x24\xb8\ -\xe7\xbd\x6f\xe2\xb7\x3f\xfe\x05\xae\xb8\x64\x0d\xd7\x5e\xb9\x99\ -\xa1\x46\x45\x37\x39\xb1\x42\x07\xfb\x7e\xbd\x56\x47\x8e\x6b\xd0\ -\x2c\x10\x82\xcb\xb6\xad\xd6\x65\xc3\x72\x3e\x91\x7a\x9f\x50\x8a\ -\x40\x08\x3e\xfc\x81\x1f\xa6\xd7\xed\xb0\x63\xe3\x38\xf5\x6a\x89\ -\x42\x3e\x04\x94\xab\x82\x24\xcc\xf9\x0e\x02\xf8\xa3\xdf\x7c\x07\ -\x32\x8e\x09\xc3\x80\x8a\x61\x58\x41\xe0\xc3\xbd\xd9\xa2\x2f\x00\ -\x41\x28\xc8\x89\x80\x4d\xab\xc7\xf8\x4f\x3f\xf7\x46\x3a\xdd\x98\ -\x56\xa7\xc7\xec\x2b\xe7\xa9\x96\x0b\xa6\x00\x4b\x68\xe2\xfe\x43\ -\x0a\x51\xa4\xe3\x25\xa2\xd0\x05\x57\x59\xfc\xd2\x0a\x4b\x3d\xfc\ -\x0b\xed\x52\x7a\x5d\x44\x37\x60\x9a\x88\xa2\x32\x09\x09\x56\x15\ -\xd1\x6e\xa7\x0b\xd9\x27\xbe\xfa\xe6\x0a\x8a\x48\xa1\x81\x37\x70\ -\x65\xc0\x3a\xdd\x1e\x9d\x9e\xee\x09\xd0\xed\xf6\xe8\x76\x7b\xc4\ -\x89\x40\x84\x8a\x5c\xbe\xc8\xd2\x72\x9b\xd7\xbc\xe6\x76\x6a\xf5\ -\x1a\x71\x12\x13\x88\x40\x67\x74\xf5\x63\x94\x92\x94\x4c\x2b\xab\ -\x40\x28\x74\x23\xcd\x3e\x49\xbf\x93\x86\xd8\x26\x3a\xcf\xde\x46\ -\xda\x49\x65\x30\x00\x4b\xc0\x36\xe3\x0e\x9d\x2e\xa3\x93\x5c\x24\ -\x91\x50\x48\xa1\x08\x02\x45\x28\x40\x4a\x81\x44\xd7\x2a\x54\x4a\ -\x22\x84\xe9\x14\x23\x95\x6e\x80\x11\x4b\x24\x11\x92\x98\x58\x05\ -\x10\x06\x04\x42\x07\xff\x68\x2d\xa4\xeb\xa2\xfe\xa4\x61\x42\x36\ -\x41\xc5\x6d\xb6\xc2\x63\xba\xa4\xcc\x13\x2d\xe5\x8e\xcf\x9e\xa5\ -\x51\x2b\xf3\xe3\x6f\xbb\x95\x89\xd1\x3a\xd5\x72\x51\x07\x01\x29\ -\x8f\x61\x58\xf5\x8b\xd4\xcc\x4f\xf7\xc3\x01\x31\x29\x93\xb6\x66\ -\x9c\x97\xbd\x26\x84\x20\x27\x04\x9b\xd7\x4d\x68\x26\x2b\x04\x51\ -\x14\xba\xb8\x75\xd2\x3b\x21\xd0\xc4\x75\xcd\xe5\x6b\xb8\xef\x53\ -\xbf\xc4\xf3\x07\x4e\x70\xf4\xc4\x69\x56\x4d\x0e\xb1\x6e\xf5\x38\ -\x65\xc3\x3c\x8a\x85\x02\xf9\x28\x34\x9f\x4c\xe7\x8b\xd0\xde\xa1\ -\x3b\x6f\xbe\x8c\x9b\xaf\xde\x42\xaf\xdb\x27\x10\x3a\x99\x46\xb7\ -\x28\xc3\x63\x6e\xe9\x84\x7a\x46\xfa\x5f\x7d\xe5\x16\x66\xa6\x86\ -\xa8\x56\x74\x79\xef\xc1\x08\x3b\x7f\x4e\xb7\xee\x5e\x4b\xbf\xa7\ -\x8b\x6c\xe6\xdc\x7c\xec\x58\x9c\x5a\x8b\x50\x30\xd2\x28\x69\xc0\ -\x50\x08\x1d\xc3\x6f\xdc\xc5\x29\x2b\x0a\x52\xef\x8f\xc7\x5c\x35\ -\xd2\x2f\x28\x45\x21\xc5\x9c\x4e\x04\x9a\x18\xae\x61\xd3\xaf\x03\ -\x83\x23\x04\x1e\xe8\x9d\x11\x00\xd8\x44\x2b\xc7\x0e\xd2\x67\xa0\ -\xb8\x10\x2b\xb8\x68\x0c\xc0\xaa\xc0\x4a\x26\xd8\x6a\xac\xb6\x95\ -\xb1\x96\xe5\xa9\x3a\xa9\xbc\x01\x3a\xd2\x4f\x9d\xda\xc6\xfa\x97\ -\xae\x10\x68\x1c\x4b\x47\xf0\xad\xe5\xb6\x69\x06\xd2\xa3\xdb\x8f\ -\x51\xe4\x88\xa2\x1c\x51\x94\xa7\x52\xaa\xb2\x73\xe7\x4e\x9d\xca\ -\xa9\x40\x09\xed\xbe\x8b\xa2\x88\x7e\x2f\x31\xf1\xe6\x20\x94\x96\ -\xf2\x32\xee\x20\xe3\x0e\x49\xbf\x83\x92\x3d\x53\x55\xd7\xd4\xd5\ -\xf7\x82\x6e\xb4\x19\x92\xb8\x25\x76\x36\xa0\x52\x06\xbc\x93\x66\ -\xa3\x4c\xd0\x46\x18\xa0\x08\x34\x03\xb1\x15\x71\x84\x36\x19\x02\ -\x0c\x13\x10\x39\x14\x31\x89\x12\x08\x19\x98\x33\x95\x18\xed\x43\ -\x33\x01\xcb\x90\xa4\x9f\xef\x6f\x2b\xcb\x98\x02\x20\x2e\xa2\x4f\ -\xa4\x12\xe7\xb7\x7e\xe9\xed\xfc\xc5\xdf\x7c\x8b\x1b\x76\x6f\x65\ -\x7c\xb4\xce\x70\xa3\x42\xa9\x10\x0d\xb8\x0b\x85\xf7\x85\x3b\x94\ -\xe9\x86\xda\xdf\x3d\xe2\xb7\x57\x60\x88\xd3\x33\x3d\x82\x00\x17\ -\x65\x98\xd6\xff\xcf\xe2\x0a\xd6\xec\x8b\x42\x1d\x59\x77\xc3\xee\ -\xcd\x24\xc9\x06\xa4\x54\x9a\x69\x84\x01\xa1\xe9\x50\x2c\x04\x06\ -\x54\x35\x1a\xa1\xb9\x8d\x00\xa2\x50\x50\x29\x15\xa8\x14\xf2\x48\ -\xa4\x36\x2b\x2d\xa3\x56\x59\x22\x00\xc5\xbb\xef\xbe\x99\xd1\x66\ -\x95\x5b\xaf\x5a\xcb\xa8\x29\x9c\xe1\x27\x29\x59\x3b\x54\x8f\x37\ -\x20\x08\x24\x11\x21\x61\x31\xc5\x08\xd2\x30\x29\x91\x59\x2b\x0d\ -\x52\x0b\x5d\x99\xca\x94\xbd\xf7\xd7\xd1\xe9\xb7\x22\xdd\x27\xef\ -\xd0\xa7\x59\x98\xa1\x20\x44\xa1\x44\xca\xa0\x75\xf1\x55\xbf\x39\ -\x29\x58\x8f\x8a\x0f\x04\xdb\xf4\x79\xb7\x75\x7e\x51\x9b\x01\x36\ -\x70\x51\xba\x03\xbb\x03\x69\x6d\x61\xa5\x81\xaa\x54\xc2\x08\x13\ -\x3f\x9e\x72\x2a\xc7\x70\xed\x29\x31\x38\x80\x0a\x40\x25\x00\x81\ -\xf6\x87\xc7\xba\x6a\x6d\xab\xd3\x63\x69\xb9\xcd\x72\xab\x43\xab\ -\xad\x19\x40\x1c\x27\x88\x30\x47\xbe\x50\x62\xb9\xdd\xe5\xd5\xaf\ -\x79\x2d\xa5\x52\x89\x24\x4e\x10\x81\x42\x0a\xdd\x2a\xaa\xdb\xed\ -\xe8\xda\x74\x02\xad\x55\xa8\x98\xa4\xdf\x25\xe9\xb7\x1d\x13\xb0\ -\xf6\xb6\xb2\x2e\x37\x25\x75\x3d\x77\x43\x68\xa0\x51\x7f\xf0\x00\ -\x31\x33\xf6\x50\x68\x9b\x50\xa1\x5c\x28\x84\x76\xaf\x05\x28\x12\ -\x2c\x4b\xd3\xbd\xe6\x24\x42\x86\x1a\xd8\x13\x3a\xa4\x58\x2a\x8b\ -\x89\x18\x1c\x20\xb6\xcc\xc8\x94\xff\x32\x52\x4d\x28\xe3\xee\x92\ -\xda\x4e\xcd\x64\x55\x3a\xa4\x19\x26\x86\x6b\x7c\xe0\x27\x5f\x6f\ -\x77\xc7\x3b\x03\x1e\x7e\x20\xfc\x73\x6a\xa4\xa7\x4f\xe4\x2b\xc0\ -\x59\xe1\xce\xbe\xfb\xcf\x11\x9b\x72\xfb\x97\x1e\x79\x9f\x08\xb2\ -\xd2\x48\x27\x73\x09\xa3\x91\x84\x03\xcf\xd1\xf7\x93\xdf\x4f\x95\ -\x35\x66\x50\x18\x98\x34\x65\x25\x90\x89\x09\x64\x96\x1e\x03\x30\ -\x57\x10\x04\xec\xda\x3a\xcc\xae\xad\xb7\x7b\x4c\x81\xf4\x7d\x96\ -\x20\x9d\x76\xa3\xc7\x1a\x04\x52\x9b\x71\xca\x26\xae\xf9\xcb\x20\ -\xfc\x5f\xf4\x73\xec\x3d\xc4\x85\x34\x1f\x7b\x7f\x7f\x11\xec\x2a\ -\x0d\x32\x5d\x4c\xd5\xec\x81\xb7\x0e\xac\xa2\xcd\xfc\xc8\x5e\xde\ -\x06\x59\x49\x95\x79\xcb\xc5\x88\x03\xb0\x0f\xb0\xe0\x88\x5b\x58\ -\x3c\xa9\x4e\x76\xb8\x96\x21\x0e\xdc\x27\x4d\x3c\xc1\x21\xc3\xb6\ -\x15\x58\xab\xdd\x75\x0c\x60\xb9\xa5\x9b\x81\xc6\xb1\xa0\x98\xcf\ -\x11\x84\x05\x46\x47\xc7\xd8\xb2\x75\x0b\x89\xb4\xc0\x9c\x1e\x4b\ -\xa5\x52\xa1\xd3\x5e\xa2\x50\xca\x03\xd2\x00\x7c\x5d\x64\xd2\xd5\ -\x92\x3f\xee\x90\xc4\x1d\x57\x65\xd7\xa2\xff\x16\x0c\xb2\x5f\x32\ -\xb1\xad\x1f\x0d\xe5\x18\x5f\x7a\x10\x68\xef\x84\x4d\xb0\xd1\x61\ -\xb9\x52\x7b\x20\x90\x29\xd3\x13\x7a\xd2\xba\x44\xa6\x44\x48\x53\ -\x29\x36\x10\x48\x25\x5c\x5e\xb9\x73\x05\xda\xda\x7f\x26\xec\xd7\ -\x65\x11\x28\xa1\xe7\xe1\xad\xb7\x3b\x18\xfe\xe1\xcf\xa4\x1c\xdb\ -\x6c\x3e\xef\xd0\xbb\x8d\x48\x6b\x2c\x64\xd2\x47\x55\xfa\xb9\xcc\ -\x21\xf5\x31\x9b\x81\xd7\x06\xaf\x54\x05\xf6\x98\xc5\x0a\x03\x90\ -\x2c\x81\x59\x31\x6f\xcf\x8b\xf2\xc6\x7e\x21\x06\x65\x89\xda\x9b\ -\x7b\x46\xb3\xcc\x3e\x29\xf3\x2d\x3b\x52\xcb\xf0\x5c\x7b\x4f\xef\ -\x8c\x0e\xa0\x2c\xce\x2c\x4a\xb5\x80\x34\x06\x26\x5d\xc3\x6c\x33\ -\x23\xf1\xfd\x06\x95\xae\x41\xaa\x6e\xb8\x31\x65\x32\x65\x07\x79\ -\xb2\xfd\x49\xa9\xec\x7a\x28\x5f\x28\xeb\xb5\xb1\x46\xdb\xbf\x4d\ -\x28\xb0\x18\x74\xcb\x98\x77\xd8\xc5\x51\x5a\xd2\x0b\xfb\x9a\x37\ -\x1f\x65\x3c\x87\x89\x01\xfe\xba\x3d\xdd\x05\xc8\x36\x01\x5d\x6e\ -\x5b\xe2\xd7\x12\x36\x5f\x2c\x13\xe6\xf2\x5c\x77\xdd\x75\xe4\x73\ -\x79\x92\x38\x46\x05\xda\xf6\x17\x40\xbf\xdf\x73\xfe\x5b\xa1\xa4\ -\x2e\xaa\x11\x6b\xe2\x97\x71\x57\x9b\x00\x71\x37\x13\x71\x27\x95\ -\x51\x2b\x0d\xd1\x39\xfb\xdb\xb1\xe8\x34\x2e\x01\x70\x29\x3f\x95\ -\x5e\xd4\x00\x00\x20\x00\x49\x44\x41\x54\x9f\x5a\x6a\x69\x73\x27\ -\xc0\xae\x81\xe9\x5a\x6b\x8a\x6c\x04\xa6\x62\x8f\x50\xd2\x1c\x30\ -\x81\x71\x1e\x60\x2b\xff\xda\xf6\x5e\xd2\x23\xfe\xf4\xcc\xa6\x52\ -\x2e\x03\xf8\xb8\x9f\x7d\x34\x38\x4b\x14\x64\x8e\xb1\x29\xc5\x4e\ -\x7a\x60\x1d\x21\x78\x67\x35\x75\xef\x5e\x88\x6e\x44\x86\xda\xb2\ -\x21\x38\xde\xdb\x94\xc1\x7f\xfc\x31\x18\x8d\x50\x39\x2a\x4b\x99\ -\xc0\xe0\x1d\x7c\x82\xf6\xa5\xab\x23\x54\xc1\x05\x03\xa2\x52\x0e\ -\x34\x70\x47\x61\x1f\x67\x99\x8b\x37\x3f\x5f\x4b\x5d\xf9\x91\x15\ -\xf7\x71\xeb\x67\x25\xfa\xe0\xb1\x77\x9a\x54\xca\x68\xdd\x30\x3d\ -\x0d\xca\xce\xc5\xca\xf6\x2c\x43\x4e\x19\x8a\xb2\xcc\xe1\xfb\x30\ -\xdd\x94\x3b\xa8\x81\xef\xfa\xba\x38\x55\x81\x21\x25\x7c\x5b\xd2\ -\xc9\xe3\xe0\x2a\xf3\x66\xa1\xa3\xfa\x9c\x8b\x50\x7f\x57\x26\xc7\ -\x54\x09\x85\x8c\x8d\xbb\xcf\xb6\x01\x6b\x77\x59\x5c\x6e\xd3\x6a\ -\x77\x69\x77\x7a\xf4\xfa\x09\x89\x14\x44\xf9\x02\xb9\x7c\x89\x75\ -\xeb\xd6\xb3\x6e\xdd\x3a\x13\x0b\xa0\xdd\x86\x42\x08\x6a\xb5\x1a\ -\x71\xbf\x63\x2a\xc5\x4a\x2d\xe1\x4d\x6e\x7d\x12\x77\x49\x62\xcd\ -\x04\x94\xa9\xb6\xa3\x6d\x7e\x1d\x69\x07\xf6\xb0\x69\x4d\xc0\xd6\ -\xc8\xf1\x35\x46\xab\x35\x0a\x61\xcc\x1e\x13\xa1\x67\x51\x74\xcd\ -\x44\x34\xc0\xa7\x4b\x6b\x05\x38\x50\x54\x69\xd0\x48\x25\xca\x82\ -\x07\x9a\x48\x8c\xcf\x5f\xa9\x24\x95\xfa\x56\xbb\xf0\x37\xd3\x32\ -\x81\x15\xa7\x1d\xf7\x19\xcb\x0c\x9c\x40\xf1\x25\xc5\x8a\xf3\xe3\ -\x11\xa8\xb2\x92\x2d\x95\x70\x1e\xd5\x78\x9a\xa6\x7f\xaf\x01\x89\ -\x9c\xb9\xb5\x48\xdb\x76\xdb\x45\xb3\x37\x51\x69\x1a\xd2\x85\x75\ -\x84\x0b\x1c\x74\x0f\x5f\xb0\x21\xe8\xb6\xea\xd0\xe0\x3a\x49\xa5\ -\xe8\xf7\x63\x5a\x9d\x3e\x49\x22\x29\xe4\x23\x1d\x04\x14\x06\x99\ -\x5b\xfa\xda\xe9\xf7\xa1\x74\xa7\x09\xf9\xa6\xed\x05\x25\xbb\x3f\ -\x47\xc7\x64\x70\x87\xc6\xce\x38\x75\xad\xda\x35\x4a\xf7\xc7\x9d\ -\x15\x4f\xa3\x50\xca\xbc\x67\x70\x59\xec\x81\x44\x19\xba\xf2\x34\ -\x87\x01\x46\x71\x11\xd2\x81\xcd\x03\xbd\x9e\x7f\x56\x62\x0c\x22\ -\xab\xa9\x76\x90\xf6\x89\xd3\xdf\x53\xa6\x01\x01\x89\x54\xf4\x93\ -\x84\x4e\xaf\xaf\x55\xff\x56\x2a\xfd\x97\x5a\x1d\x1d\xff\x8d\xa0\ -\xde\x1c\xa1\x52\x6b\x70\xc5\xe5\x57\x10\x86\xa1\x0b\xa4\x48\x92\ -\x84\x28\x17\x91\x24\x31\x01\x1a\x9d\x47\x26\x86\xf8\xb5\xfa\x2f\ -\xfb\x69\x6d\xfd\x24\x31\x91\x7f\xa6\xd8\x26\xce\xe7\xee\xd9\x94\ -\x6e\x13\x8c\xbd\x89\x39\x80\x81\xfe\x9b\xad\x51\x00\x18\x60\x27\ -\xd1\x99\x8b\xc2\xaf\xd6\x93\x10\x18\x70\x51\xb8\x94\x5e\xe3\xe2\ -\x43\x39\xe2\xc7\x56\xf7\xf5\x48\x22\xb5\xaf\xff\x19\xce\x6f\x0e\ -\xc2\xa0\x0d\x9a\xad\xbf\x60\xe7\x62\x8f\xa5\x7f\xda\xad\x59\x21\ -\x33\x9f\x71\x51\x03\x19\xc2\xf0\x0f\x98\xf0\x85\xa0\x7b\xab\x15\ -\x00\x0e\x23\xb8\x90\x54\xf3\xef\x91\x39\x53\xde\x99\x49\xdf\x39\ -\x70\xa0\xbd\x38\x05\xdb\xe8\xd4\xa9\xe1\xfa\xf9\xbd\x24\xe0\x9b\ -\xdf\x5b\xe4\x5d\xbf\xf4\x69\xbe\xfa\xc8\x21\x66\xe7\x16\xe8\xf4\ -\x62\x47\x74\x78\x2b\x9b\x19\x83\xc7\xc8\xac\x8a\x2f\x1c\xc8\x17\ -\xa4\x95\xa9\xb2\x93\xd5\x3c\x4e\xa5\x73\xd0\xaf\x7a\x6c\xda\x8e\ -\xd7\x6f\x97\x67\x72\x5c\x82\x50\x27\x45\x05\x61\x84\x08\x43\x43\ -\x4f\xa1\xfe\x32\xad\xd5\x32\x6b\x32\x48\x63\x3e\x2d\x7a\x2d\xf8\ -\x10\xc2\x10\xfe\x45\x08\x04\x72\xd2\x1f\xcb\x89\xd3\x05\x74\x5c\ -\xda\xae\x22\x46\x2f\xf0\x16\x4e\xfb\x9d\xf5\x84\xa4\x10\xc8\x44\ -\x22\xa5\xa2\xdf\xd7\xf1\xe1\xcb\xad\x36\x8b\xc6\xf6\xb7\xc4\x2f\ -\x8d\xea\x5f\x2c\xd7\x58\xbf\x7e\x03\xe3\x13\xe3\x2b\xa4\x7f\xa5\ -\x5c\xa1\xd7\x6d\x9b\x52\x4f\x3a\xd2\xce\x56\xd5\x55\x89\x8d\xb2\ -\x33\x6a\xb6\xad\xb8\x6b\xa5\xae\x15\xf5\x36\x9b\xcd\x0c\xd6\x8e\ -\x3d\x3d\x63\xd6\x46\x36\x65\x39\x04\xae\x29\x85\xc8\xf4\x6c\xd7\ -\x5a\x82\xd5\x28\xb4\x06\x90\x52\x8c\x65\x96\xa9\xe6\xe1\x09\x10\ -\x52\xf4\xc4\x4a\x73\xeb\x4e\xcd\x20\xde\x9e\x30\x56\x96\x80\x14\ -\xee\x9e\x56\xfa\xdb\xbd\x4a\xa5\x98\xb7\x91\xa4\x44\x6b\xd5\x63\ -\x65\xf6\x6c\x50\x1d\x66\x80\x41\x79\xcb\xe4\xbc\x3c\xee\x77\xf7\ -\x41\x4f\xb3\x50\xca\xa9\xbc\xfe\xe7\xb3\x4c\xc0\x0e\x4a\xbf\x4f\ -\xdb\xe5\xde\xf9\x71\x6f\x33\x3b\x21\xfc\x20\x27\x8d\xcd\xec\x39\ -\x92\xf0\xa7\x9f\x7b\x80\xc3\x47\x4f\xf2\xdd\xe7\x5f\xe6\x92\x75\ -\xba\x9b\x2e\x4a\x99\x5a\x0a\xc2\x1b\x97\x1f\x47\xe0\x0d\x48\x89\ -\xb4\xd2\xb5\xd3\x0a\xfd\x29\x1b\x46\xe1\xb9\x07\xd3\xcf\x8b\xf4\ -\x77\xc7\x2c\xed\x33\x52\x33\x4c\x78\xcc\x2c\x3b\x39\xfb\x5d\x81\ -\xf4\x9a\xb2\xf8\x5a\x85\xfd\xcd\x30\x06\x9b\x2f\x93\x09\xc4\x32\ -\xd7\x45\x8c\x04\x14\xe9\x5c\x95\x5d\x14\x5f\x2c\x0c\x70\x2a\x3c\ -\xbb\x4d\xe0\xc2\x68\xb5\xeb\x4f\xd1\xed\xc5\xb4\xda\x3d\x5a\x2d\ -\x0d\xfe\xb5\xda\x1a\x08\xec\xc7\x0a\x88\xa8\xd6\x9a\x14\x8b\x15\ -\x76\xec\xd8\x81\x10\xc2\x44\x02\x6a\xd4\x3f\x9f\xd7\x58\x40\x80\ -\x34\x89\x2f\xd2\xf4\xd2\x4b\xf3\xeb\x65\x12\xbb\xc6\x9a\x89\xec\ -\xa3\xab\xe9\x6a\xa0\xcf\x31\x80\x0c\xb3\xf2\x6c\x2a\xa5\x8c\x0a\ -\x1f\x38\x37\x95\x10\x78\x07\x35\xd5\x0e\x94\xb2\xd6\xbf\x4a\x99\ -\xa2\xd2\xe1\xab\x69\x34\x99\xa7\xb2\xa6\x0b\xe8\x18\x87\xb7\xc8\ -\xe6\x2c\xe8\x07\xa6\x7f\x49\xc7\x9c\x11\xd2\x19\xa9\x6f\xe7\x24\ -\xd2\x3f\x89\xac\xdc\x1d\xbc\x1c\x21\x2b\x89\x8d\xcf\x18\x2c\xdf\ -\x66\x9f\x9f\xc5\x1d\x06\x34\x8e\x0b\xdf\x38\x33\x34\xfb\xd3\x60\ -\x50\x53\x7a\x4f\x52\x75\xd9\x7b\x59\xf9\xcf\xf2\x24\xaf\x92\x8a\ -\x56\x3f\x64\xef\x8b\x67\x88\x22\xdd\x2f\x2f\x0c\x74\xd4\xb6\x32\ -\x6b\x95\x62\x55\x76\x4d\x14\x42\x18\xd3\x4c\x68\x33\x55\xab\xea\ -\xe9\x40\x9d\x18\x1b\xc4\x2e\xdc\x6d\x54\x7a\x7f\x30\x29\xd7\x83\ -\x37\x48\xb5\x83\xd4\xac\xd0\xe3\xb1\x74\xe4\xf3\x50\x7d\x4f\xfb\ -\x80\x41\x3a\x72\xd2\x28\x73\x9f\x94\xf8\xb3\x2b\x79\x71\x2a\x02\ -\xb9\x41\xda\x9f\xbc\xd2\x38\x3e\xba\x69\x86\x9d\xb1\x85\xcc\x9f\ -\x25\xba\x73\x8b\x8d\xf8\xeb\x74\x7b\x9e\xed\xdf\x63\xb9\xd5\xa1\ -\xdb\x4b\x50\x04\x14\x4a\x15\x0a\xa5\x2a\xeb\xd6\xaf\x67\x78\x68\ -\x38\xa3\xfa\x27\x49\x42\xa3\xd9\xa0\xd7\xed\x98\xc2\x97\xe8\x18\ -\x7b\x65\xeb\xea\xd9\x82\x9a\x69\xaa\xad\x8a\xb5\xeb\x4f\x4a\xa9\ -\x43\x7f\x8d\xc6\xa0\xa4\xe7\xda\xc4\x22\xab\xde\xd7\xa0\xef\x99\ -\x54\xe3\xb5\xae\x2c\x25\x95\x73\x1f\xba\x43\x12\x60\xfc\xbd\xd2\ -\x7c\xe9\xcf\x4b\x69\x43\x8d\x41\x07\xbd\xa4\xea\x7b\xc6\x4a\x76\ -\xfb\x9e\x8a\x6d\x17\x0f\xe0\x0e\x65\x56\x0a\x65\xb2\x35\xd3\x2d\ -\x5b\x71\x59\x49\xe2\x0e\x9b\xd9\xa0\x2c\xe9\x29\x37\x51\xdb\xe6\ -\x3a\x9d\xb8\x7d\xa4\xb8\x30\xb3\x50\xe9\x9c\x52\x1c\xe3\x9f\xbf\ -\xf4\x72\xfa\x84\x6e\x9e\x6d\xf7\x40\x5a\x57\xad\x4f\xa0\x82\xb3\ -\x8b\x31\x97\x6c\xdf\x4e\xad\xa6\x0b\x65\xe4\x42\x13\xa4\x14\x86\ -\x20\x3c\x73\x35\xf0\xbe\x5c\x0c\x4b\x4a\x54\x17\x1e\x9f\xa7\xc1\ -\x99\xff\x7d\x63\xc2\x2c\x82\x67\x92\x0c\x6a\x5d\x3e\x68\x9e\xfd\ -\xb2\x31\x34\x59\x13\x63\x80\x8e\x32\xf7\x4c\x87\x94\xaa\xa7\xb6\ -\x15\x7b\x76\xcf\x2f\x52\x28\x30\xee\xe0\x29\x54\xc6\x7d\x22\x10\ -\x2b\xce\x40\x66\xc0\xa0\x03\x63\x94\xd2\x11\x7f\x26\x35\xb4\xd5\ -\xea\xb0\xd4\x4a\xdd\x7e\xcb\xad\x2e\xfd\x58\x02\x39\x8a\xa5\x0a\ -\xc5\x62\x85\xcd\x9b\x37\xa1\x50\x19\xe9\x5f\x2c\x16\x29\x15\x8b\ -\x74\x64\xdf\x84\x4c\x1a\x7f\xbe\x69\xa8\xa9\x12\x13\xe7\x9f\xf4\ -\x91\xb1\xf9\x72\x76\xbf\x76\xe1\x05\xc6\x3d\x67\x38\x13\xb6\x50\ -\xa6\x2f\xa7\x91\x40\x10\x18\xef\x80\x9e\xa3\x8c\x25\xbd\x58\x27\ -\x28\x69\x77\xa4\xae\x61\x98\x8b\x42\xf2\xb9\xd0\xd4\xbc\x4f\x09\ -\x2b\x5d\x16\xab\x2f\x29\x10\x2a\x43\xbb\xfe\x1a\x67\xa4\x82\xff\ -\x8b\x4f\xab\x03\x87\xc4\x97\x30\x99\x8d\x70\xf6\x44\x2a\xc0\xac\ -\x46\xe2\x94\x19\xc4\x8a\xd3\x9f\x16\x0f\x21\x25\x78\x35\xf0\x36\ -\xef\xc0\x39\x99\xe5\x81\x96\xce\xed\xe7\xde\xa6\xdc\x79\x19\x78\ -\x98\x19\xc3\xca\x05\x51\x03\x0c\x20\x5d\x43\x33\x57\x29\x39\x7d\ -\xae\xc5\xc4\x86\x09\x97\x06\x5c\xcc\x07\xe4\x23\x5d\xaa\x3c\x08\ -\xc3\xec\x9a\x18\x6d\x48\x05\x06\xac\x55\x26\xb3\x6e\xf0\xb9\xd9\ -\x81\xa7\xf3\x1d\x20\x34\xe1\xbd\x3e\x80\x6e\x38\x4d\xc1\x67\x06\ -\x99\x57\xec\x1a\x9b\x37\xa7\x2e\x42\x8f\xe0\xed\xd8\x07\x19\xed\ -\xbf\xc0\x4d\x2f\x4e\x7b\x70\xbb\x81\x8e\x53\xa5\xaa\x8a\x56\x7d\ -\x3d\xbb\xc7\xb3\x59\xa4\xe9\x07\xef\x4b\x7f\x1d\xe7\xaf\x25\xbe\ -\xb6\xfd\xbb\x2c\xb7\x3a\xf4\xfa\x09\x4a\x05\xe4\x4b\x25\xa2\x7c\ -\x89\x35\x6b\xd7\x52\xaf\x37\x9c\xed\x6f\xed\xbf\x6a\xb5\x4a\xbb\ -\xb5\x4c\xde\x48\x7f\x9b\x4e\xab\xc1\xbf\x7e\x1a\x62\xeb\x32\xfe\ -\x52\xe9\x01\xd2\x49\x5d\x3d\x7c\x1d\x6e\x69\x55\x4d\x3d\x6e\x83\ -\xcd\x1b\x37\x9e\x54\x8a\x5e\x2c\xe9\x74\xfb\xcc\x2f\x25\x9c\x38\ -\xb5\xc0\xdc\xd9\x45\xce\x9c\x5b\xa0\x51\x2f\xb3\x6a\xbc\xc6\xd8\ -\x70\x89\x46\xad\x42\xbd\x56\x36\xcd\x2b\xec\xba\x0c\xac\xa3\x83\ -\xec\x07\xfe\x66\x0f\x80\xd5\x04\x9c\x54\xb6\x97\x18\xa0\x49\x33\ -\xd6\xcc\x9a\x5b\x12\xb7\x7b\x46\x26\xa9\xc7\x6e\x8a\x03\x92\xd2\ -\xd3\xe8\xf6\xcc\xae\x73\xc6\x06\x55\xde\x5c\x9c\x56\x92\x9a\x83\ -\xb6\xeb\xb3\xb2\x9f\xf3\xa4\xb7\x7b\x68\x46\x85\x4f\xcf\x54\xc6\ -\x7e\x4e\x9f\xb8\x42\x13\xc0\xdb\x1b\x3c\x02\x39\x79\x6a\x9e\x99\ -\xed\x45\x57\xab\xb0\x52\x2a\xe8\x0c\xd0\x30\xb4\x83\xb5\x9f\xd2\ -\xb7\x13\x68\xe2\x0f\x14\x3a\x87\x43\x91\x01\x82\xdd\x90\x57\x8e\ -\x37\x1d\x64\x76\xcd\xed\x98\x32\xa6\xd6\x80\xe6\xe3\x98\xaf\x65\ -\x2f\x3e\xbe\x83\xd1\x04\xcd\x1d\x94\xc7\x1c\x2c\xb3\xb3\x6b\xee\ -\x74\xb5\x01\x6d\xcc\xbf\x2e\x6a\x2e\x40\x96\xe8\x7d\x75\x30\xb3\ -\x45\xa9\x88\x09\x94\x8e\xe2\x52\x10\x4b\xeb\xfa\xeb\xb3\xdc\xd6\ -\xd1\x7e\xad\x56\x87\xe5\x76\x97\x76\xa7\x4f\x2f\x96\x88\x30\x4f\ -\xbd\x31\x42\xb9\x52\x67\xe3\xc6\x8d\xd8\x14\x4a\x65\x80\xbf\x7c\ -\xb9\x42\xb1\x58\x20\xe9\x77\x09\x44\x04\x36\xe4\x57\x9a\xb2\x5a\ -\x36\xde\xdf\x36\xd4\x50\xd6\xe5\x67\x96\xce\x06\x21\x18\x02\xd0\ -\xe7\x5c\x7a\xf3\x13\x5a\x42\x23\x90\x52\xd1\xed\x27\xcc\x2d\x48\ -\xbe\xf5\xf4\x21\xfe\xee\x1f\x9e\xe4\xa5\xc3\xc7\x49\x92\x84\x4e\ -\x47\x57\x06\xb2\x15\x65\x6e\xbf\xf5\x6a\xde\xf5\xd6\x1b\xd9\xb0\ -\x66\x82\xd1\xe1\x3a\xc5\x42\x04\xfe\x61\xbd\xe0\x6a\x7a\xc4\xe2\ -\x89\x7f\x17\xfd\x67\x98\x94\x43\xfc\x9d\x32\x90\xba\x95\xdc\x21\ -\xb7\x67\xd2\x16\x01\xc9\xea\x67\x19\x6d\xc2\x87\xfe\xdc\xe6\x79\ -\xef\xb1\xf7\xce\x0c\x5d\x79\xee\xc6\x7f\x61\x5e\xfa\xed\xa9\xa6\ -\xe8\xe6\x94\x0e\xc1\xdc\x65\x90\x60\x6c\x34\x69\xba\x26\x19\x26\ -\xe2\x8f\xd5\x5c\x47\x67\xcf\x70\x47\xb3\xe9\x52\x81\xeb\xb5\x22\ -\x91\xad\xb7\x6f\x0f\xa2\xe5\x31\x76\x4e\x42\x68\xa0\x20\x50\x26\ -\xc4\xd8\x0a\x37\x5f\xf5\xf2\x9e\xe3\x1e\x9d\x4a\x7b\x9b\xbe\xee\ -\x73\xdb\x01\x56\x6b\x5e\x34\xc0\xa5\x3f\x0c\x2c\x83\xf3\x59\xb5\ -\x77\x39\x9e\xe8\x69\x17\xb6\x1b\x88\x63\xb0\x9e\x17\x67\xe0\xe3\ -\x17\x8f\x01\xa8\x54\x2d\x73\x6a\x0c\x60\x81\x29\x91\xfe\x87\xe5\ -\x56\xb6\x4a\xae\xcb\xf6\xeb\x27\x3a\xe0\x67\xb9\xc3\xd2\x52\x9b\ -\xe5\x76\x8f\xe5\x56\x97\x5e\xac\xa5\x7f\xb9\x5c\x25\x57\x28\xb3\ -\x7a\xcd\x1a\xaa\xd5\x6a\x46\xf5\x0f\x82\x80\x6a\xb5\x02\x4a\xe9\ -\xc2\x17\x42\x79\xc5\x3c\xe2\x34\xe5\x57\xd9\xe8\xba\x34\xb7\x1e\ -\xcb\x71\x8d\x3f\x3e\x63\xd3\x7b\x3f\x69\x3c\x00\x3a\xbd\x98\xd9\ -\x73\x09\x9f\xff\xda\x33\x9c\x78\x65\x89\x9d\x3b\x77\xf2\x43\x3f\ -\xfc\x0e\x9e\x7d\xf6\x59\xbe\xfb\xdd\xef\x72\xe2\xc4\x09\xd7\x7d\ -\x46\x29\xc5\x03\xdf\x78\x9c\x53\xa7\x4e\xf3\xc1\x9f\xff\x21\x0a\ -\xf9\x3c\xf9\xa8\x42\x18\xae\x04\xec\x34\x9a\xad\x37\xcd\xaa\xb5\ -\x03\x6f\x71\xd2\x73\x05\xc8\xe6\x9d\x20\x67\x95\x06\xa9\x94\x73\ -\xf7\xf2\x89\xcd\x15\xfa\xc0\x53\x25\x2f\x7c\xdb\x15\x03\xf1\xd4\ -\xf7\xcc\xf8\xb0\xe9\xc2\x56\x8a\x79\xee\x44\x37\x6e\x4b\xc4\xe9\ -\x7c\x56\x5e\x82\xd4\x53\x92\xaa\xc6\xca\xd7\x38\x56\xa4\x42\x8b\ -\x0c\x81\x1c\x3d\x7e\x9a\xf1\xf1\x71\xc7\x88\x87\xea\x15\x53\x7f\ -\xd0\xb0\x2a\x6f\xde\x19\xb2\x0e\x02\x2c\x20\xe8\x34\x17\xb7\x36\ -\x7e\xa3\x13\xef\x43\x9e\xbd\xef\x18\xa1\xb2\x53\xb0\x0c\x72\x80\ -\x99\x88\x60\x85\x76\x90\x5a\x66\x7a\x9d\xfc\x65\xf6\xb5\x46\xa7\ -\xbb\x78\x1a\xb5\xf2\xde\xfb\xfd\xae\x7f\x75\x06\xe0\x0e\xac\xfd\ -\xe7\x6c\x27\x65\x87\xe8\xd9\x3d\xf6\x55\xbd\xa0\x3a\xa6\x5d\x57\ -\x81\x4d\x62\x65\x42\x7e\x7b\xce\xe5\xb7\xdc\xea\x98\x16\xc9\x10\ -\xe6\xf2\x54\x6b\x43\x44\xb9\x3c\xeb\xd6\xad\x33\xd2\x3f\x46\x18\ -\x24\x3e\x0c\x43\xd3\x27\xa0\x4f\xbe\x10\x21\x30\x15\x74\x12\x0f\ -\xfd\x77\xb1\xf5\xa6\xaa\xae\x5d\xbf\x40\xa0\xfb\xb7\xa7\xd9\x7e\ -\xd6\x49\x65\x17\x33\x51\xba\x92\xcd\x42\x4b\x72\xef\xd7\x9e\xa7\ -\x58\x9b\xe0\xc7\x7e\xf2\xe7\x79\xe8\xa1\x87\xf8\x93\x3f\xf9\x13\ -\x8e\x1f\x3f\xee\x0e\x9a\xbd\x7c\x82\x7a\xee\xf9\x17\x79\xe1\xe0\ -\x31\x26\xc7\x87\x69\xd4\x4b\xda\xd7\x9b\xaa\x43\x66\x3d\x64\x56\ -\x5a\xb8\x83\xa7\x35\x0f\x23\x1e\x56\xa8\x78\xd9\xfd\x4e\x55\x4e\ -\x07\x02\xd9\xf7\x0d\x4a\x5a\x9f\xfe\xcd\x67\xb3\x40\x95\x9b\x08\ -\xd8\x7d\xf6\xcc\xad\xd4\x41\xe9\x9d\x06\xc3\xa4\x84\xf7\x73\x66\ -\x3e\x3e\x03\xf3\xe7\xe2\x9f\x60\xef\x50\xdb\x39\x59\x82\x50\xca\ -\xce\xc3\xae\x41\x2a\x54\x52\x62\xd4\xdf\x8e\xcd\x9e\xa1\x52\xa9\ -\x20\x84\xa0\x50\xc8\x53\x2e\xeb\x94\xe8\xc0\x80\x7f\x3e\x5d\xa7\ -\x80\x9b\x72\xb7\x50\xbe\x16\x65\xb5\xad\xcc\xd2\x78\xe3\x74\xa0\ -\x9c\x4d\x80\xcb\x0c\x05\xc7\x08\x7d\x66\x97\xc9\xe4\x73\x24\xed\ -\x31\x89\xd4\xb4\x4e\xcd\x2c\x7f\xbe\xd9\x7d\xca\x64\x37\x66\x87\ -\xe8\xae\x8b\x87\x01\x0c\x1e\x4c\x91\xdd\xc0\xcc\xbb\x8d\xe4\xb7\ -\xda\x81\x4c\x74\xe0\x4f\xb7\x17\xd3\x6e\x1b\x26\xe0\xdc\x7e\x92\ -\x58\x2a\x4a\x95\x32\x41\x54\x60\x6a\x6a\x9a\x4a\xa5\x62\xa4\xbf\ -\x20\x08\x34\x10\x14\x14\x8b\x84\xa1\x30\x8d\x2f\xb4\xe4\xb7\x35\ -\xf5\xad\xf4\xc7\x68\x00\xd8\xb0\x5e\x6f\xbd\x14\x4a\x67\xcb\xad\ -\x10\x79\x1a\xc5\xef\xf5\xfa\xbc\x70\xac\xcb\xa3\x7b\xe6\xb8\xe7\ -\x57\x7e\x93\x2f\x7d\xe9\x4b\xdc\x75\xd7\x5d\x2c\x2d\xe9\xc2\x11\ -\x61\x10\xb0\x6d\xd3\x2a\xae\xba\x62\x13\x3b\xb6\xac\x66\xdd\x9a\ -\x09\x40\xf0\xd3\xbf\xfc\x09\x16\x16\x35\x08\xb5\xdc\x4e\x2b\xbd\ -\xa4\x88\xaf\x7e\xa8\x4b\xeb\xcd\x5c\xe6\x50\x38\x82\x10\x5c\x08\ -\x98\x32\xc3\x1c\xf8\xa8\x3d\x90\xfa\xfd\x3e\x36\xe0\x8f\x21\xdd\ -\xac\xc1\xc3\x6d\x08\x3e\x63\x8f\xe2\x0e\xe3\x85\xb4\x85\xf4\x3d\ -\xd2\x69\x00\x6a\x50\xd2\x5b\x9b\xda\x02\x78\x4e\x9a\xab\x01\x22\ -\xb4\x95\x71\x3d\xc7\x95\x79\x5f\x56\xb3\x50\xd9\x79\x98\x39\x26\ -\x4a\x70\x7e\x61\x99\x13\x27\x74\x71\x94\x91\xa1\x86\x46\xff\x03\ -\x41\x22\x15\x22\xd1\x19\xa7\x02\x53\x69\x3a\x08\x9c\x66\xb0\x62\ -\x8d\x54\xba\x3e\x4e\x5b\xb0\xeb\xe9\xd9\xfc\xbe\x97\x25\xf5\xde\ -\x0e\xb2\x48\xef\xde\xf6\x85\x4c\xef\xc4\xac\xb6\x96\x06\x63\x91\ -\xde\x77\x50\x5b\x53\xca\x0b\xb5\xd6\x77\xfe\x7e\xbb\x73\xd1\x31\ -\x80\xcc\x74\x07\xd4\x22\x2d\x55\x8d\x8d\x24\x15\xba\xaa\x96\x46\ -\xcc\xbb\xbd\x58\xc7\xfc\x77\xac\xdf\xbf\x4b\xab\xdd\xa5\xdb\x8b\ -\x11\x22\x4f\xad\x31\x4c\x18\xe5\x58\xb3\x66\x0d\xca\x48\xe3\x20\ -\xd0\x19\x83\xa1\x08\x89\xe3\x98\x28\x10\xba\x66\x3b\x89\x6b\xa2\ -\xe1\x97\xd4\x96\x16\xf4\xb3\xfd\xf4\x94\x42\x18\xe9\x6f\xa5\xac\ -\x0d\xe6\xb0\x12\x47\x2a\x68\x77\xfa\x7c\xf5\xd1\x13\xac\xd9\x72\ -\x15\x3f\xfb\x73\xef\xe4\xe6\x9b\x6f\x76\x9d\x6d\x47\x87\x6b\xbc\ -\xf6\x96\x9d\xdc\x71\xd3\xe5\x4c\x4f\x0c\x51\x2d\x97\x28\xda\x92\ -\x53\x61\xc4\xef\x7f\xf8\xa7\xf8\x6f\x7f\x7a\x3f\x85\x42\x8e\xeb\ -\x77\x5f\x42\xbd\x56\x4a\x7b\xe0\xb9\x75\xd2\x9a\x50\x06\x60\xf3\ -\x50\x60\x21\x56\x16\xe9\x48\xcf\x97\x5d\xf7\x54\x72\x91\x09\x48\ -\xf1\xd8\xf0\xa0\xaa\x2b\xbc\xe7\x78\xf6\xb4\xef\x72\x74\xd2\xcd\ -\x7d\x66\x70\xdf\xbd\x67\x19\xa2\xb0\x92\x3f\x95\x5c\xbe\x80\x48\ -\xab\x27\x65\x12\x60\xf0\x34\x14\xb3\x26\x0e\xd4\xb3\xf7\xf5\x54\ -\x97\xc1\xcf\x3a\x0d\x53\x69\x86\xbd\xdc\x15\x54\x2a\x15\x57\x41\ -\x77\x6c\xb4\x89\x4c\x14\x8b\x4b\x1d\x84\x08\xe8\xf6\x12\xce\x2f\ -\x75\xa9\x94\xf3\x54\xcb\x79\xca\xa5\x3c\xb5\x4a\xc9\x14\x85\xf5\ -\xef\xac\x83\x6a\x52\x7d\xd6\x6a\xb0\xde\xe3\x07\x88\x71\x50\x32\ -\x5b\xcd\xca\xfd\xc9\xdf\x84\xac\x6c\xf4\x6e\x6a\xd7\x4c\x7a\xef\ -\x17\x64\x82\xed\xcc\xf3\x14\x17\xd8\x96\xcc\x3d\xd3\xeb\x5f\x95\ -\x01\xac\x90\x59\x6e\x02\x83\x3e\x4d\xe1\x04\xae\x34\x87\x43\x17\ -\xd2\x54\xc4\xfd\x98\xae\x41\xfe\xdb\x9d\x1e\x4b\x4b\x9a\xf8\x97\ -\x5b\x5d\xe3\xf7\x0f\xc9\x17\x8a\x24\x32\x60\x7a\x7c\x82\x72\xb9\ -\xac\x0b\x81\x5a\x35\x54\x82\x0a\x14\xe5\x72\x89\x52\xa9\xa0\x8f\ -\xaf\x8c\x5d\x98\xaf\x34\x15\x75\xac\xab\x4f\xe7\xf9\x5b\x60\x4d\ -\x3a\x25\x36\x08\x04\x52\x66\xc5\x7f\x22\x15\xed\x4e\xcc\x97\x1f\ -\x39\xce\xeb\xdf\xf2\x2e\x5e\x7c\xf1\x45\xb6\x6d\xdb\x46\x1c\xc7\ -\x4c\x8c\x35\x78\xf3\x6b\xaf\xe6\xf6\x1b\x2f\x63\x74\xb8\x4e\xad\ -\x56\xa4\x98\xcf\xeb\x6a\x43\x61\x48\x14\x6a\x22\xbf\xe5\x9a\x1d\ -\x5c\xbb\x6b\x2b\xdd\xbe\x66\x58\xe5\x92\x29\xcc\xe1\x3f\x2a\x23\ -\x16\xb2\xd2\x3e\x55\x32\xed\xba\x66\xa5\x84\x0f\x16\xa6\xab\xaf\ -\x09\x41\x33\x33\xef\x78\x38\x46\x6c\xfe\xcf\x30\x67\xd2\xfa\x82\ -\x6e\x2c\x19\x85\xce\x7f\xd9\x7b\x45\xad\x38\x64\x6e\x2c\xbe\x04\ -\x33\x0c\x37\x1b\x3f\x91\x0a\x85\x2c\x13\xc2\x48\x35\x4f\x38\x5a\ -\xad\x7f\x50\xa2\xda\x31\x1b\xb7\xab\x4c\x24\xdd\x7e\xcc\x93\x7b\ -\xcf\xb2\x76\xed\x5a\x0a\x05\xdd\xaf\xf0\xd4\xe9\x73\xdc\xfb\xb7\ -\x4f\x71\xea\xf4\x39\x66\x4f\x9f\xa3\xd7\x4b\xbb\x41\x5f\x79\xd9\ -\x26\x7e\xe5\x7d\x6f\x60\xed\xcc\x18\x61\xa5\x40\x46\x89\xb7\x4c\ -\x78\x70\x9f\x56\x5c\x5e\x05\xa0\x0c\xa6\x91\xaa\xec\x29\x18\x6e\ -\x5f\x72\x31\x80\xee\xbd\xe9\xfe\x65\x58\x81\x51\x36\xd2\x73\x60\ -\x41\x54\xcb\x06\xd3\x08\xc8\xf4\x3e\xe9\x5f\xd3\xeb\xdf\xa0\x33\ -\x90\x55\x83\x52\x15\xd4\x49\x2c\x2b\xad\xa4\x0e\xd9\x8d\xe3\x44\ -\x33\x80\x6e\x9f\x4e\x27\x9b\xee\xdb\xee\xf4\xd0\x75\x22\x03\xf2\ -\x85\x0a\xa8\x80\x99\x99\x99\xac\xf4\x37\xb5\x02\xfb\xfd\x3e\x5b\ -\x36\x6f\xd0\x25\xaf\x90\x48\x95\xa4\x80\x9f\x29\xaa\x81\xd2\xaf\ -\xdb\xb0\x60\x5b\xc4\x63\x60\x47\xcc\xcf\xfa\xa0\xf6\x7a\x31\x9f\ -\xfd\xbb\x03\xfc\xbb\x77\xff\x07\xbe\xf9\xcd\x6f\x72\xcf\x3d\xf7\ -\x20\x04\xdc\x7e\xe3\x65\xfc\xe8\xdd\x37\xb1\x6a\x6a\x84\xa1\x7a\ -\x45\x57\x1a\xca\x99\x42\x16\x36\x0e\xdb\xa8\x8b\x41\x08\xa5\x30\ -\x4f\xa9\x54\x00\x21\x08\x2c\x07\xb7\xcc\x52\x59\xc9\xe7\xc9\x1c\ -\x01\x2b\xaa\xc8\x60\xad\x05\x4f\xad\x97\xa9\x74\xc5\xac\xaf\x8d\ -\xae\x1c\xb4\xce\x2f\xa8\xb2\xfb\x2a\xab\xfd\x3c\x83\x04\x6e\x86\ -\xe9\x33\x12\xbb\x46\x6e\x0a\x83\x6a\xae\x65\x4a\xf6\x0d\xca\x7d\ -\x43\x59\x30\x55\x65\x45\x62\xa6\x94\x97\x61\xee\x4a\x39\x0e\x90\ -\x6a\x25\x29\x73\x91\x52\x12\x27\x92\x7e\xa2\xeb\x43\x76\xfa\x8a\ -\xa5\x4e\xc8\x8b\xc7\xcf\xf1\xc5\xbf\x7b\x92\x5f\xfc\xe5\x0f\xb2\ -\x6f\xdf\x3e\xda\xed\x36\x4b\x4b\x4b\xcc\x9e\x9a\x5b\xb9\x06\xc0\ -\xe1\xa3\xb3\x74\xbb\x7d\x53\x36\xce\x97\xe0\xde\x98\x84\xf7\xf3\ -\x20\x23\xb0\x68\xbc\xa7\xa5\xf8\x26\x97\xd3\xa2\x32\xef\x33\x6c\ -\xc5\xdb\x83\xec\x3d\x33\x1c\xc0\x69\x59\xd6\xb4\x4a\xef\xe2\xf1\ -\x4d\xef\x6c\xb8\xff\x07\xee\x7d\x91\x18\xc0\xc0\x8a\x98\xc3\x9f\ -\x89\x06\x13\xca\x98\xde\xfa\x00\xc8\x24\x21\x8e\x63\x7a\xfd\x1e\ -\x9d\x4e\x8f\xa5\x65\xed\xfa\x5b\x6e\xeb\xa4\x1f\x9d\xf1\x07\xb9\ -\x42\x11\x25\x42\xc6\x27\x27\x28\x95\x4a\x9e\xea\xaf\xcb\x4b\x2d\ -\x2f\x2f\x33\x36\x36\x4a\xb3\x51\xd7\x87\xde\x54\xd7\xd5\x11\x7e\ -\xd6\xf6\x4f\x40\x99\xba\xfa\x2e\xf2\x2e\x55\x51\x5d\x98\x2b\xc2\ -\x9d\x31\x19\x2b\x9e\x3d\xb4\xc4\x96\x4b\xaf\xe1\xd4\xa9\x53\xdc\ -\x73\xcf\x3d\x84\x61\xc0\x7b\x7f\xf4\x0e\x6e\xbb\x6e\x07\x13\x63\ -\x4d\xea\xd5\x92\xae\xff\x66\xe7\xea\x1f\x18\x70\x80\x59\x9a\x00\ -\x22\x48\x0f\x90\x4a\x0f\x49\xe6\x77\xbd\x80\x99\xb8\x74\xaf\x2c\ -\xb7\x10\x26\x48\x49\x0a\x74\x5d\x00\x7f\xdd\x57\xc2\x72\xee\x73\ -\xf8\x02\x76\x25\xde\x90\xca\x29\xfb\x99\xf4\x9e\x19\x62\x86\xb4\ -\xb8\xeb\x80\xbd\x3a\x78\x12\x1c\x40\xec\x3e\xeb\xe1\x44\x16\xf3\ -\x70\xe7\x3c\x25\x16\xe7\x16\x1b\x04\xcd\xf4\xca\x90\x28\x49\xaf\ -\x9f\xb0\xd4\x8e\x99\x5b\x12\x1c\x3e\xb9\xc4\xde\x03\xc7\xf8\xce\ -\x73\xfb\x59\x6e\xb5\x18\x19\x19\xe1\xcd\x6f\x7e\x0b\xbb\x76\xed\ -\xe2\xd2\x4b\x2f\x5d\x01\xce\xda\x2b\x0c\x03\x2e\xdf\xb6\x86\x77\ -\xbf\xf5\x66\x5d\x3a\x3d\x1f\x79\x3a\x7a\xba\x7c\x6e\x55\xac\x46\ -\xe4\xeb\xf3\x86\xc0\xa4\x9d\x8b\x33\x75\xd2\x35\x11\x81\x40\x84\ -\x21\x81\xb7\xae\x17\x54\xd9\xfd\xfd\xf3\x89\xdf\xfe\xa8\x52\x03\ -\x6d\xc5\xe5\x31\x01\xbb\x7f\xd6\xba\xf3\x9f\xf5\x6f\xda\x1b\x30\ -\x1d\x97\x19\x5d\x00\x24\xda\x87\x1e\x4b\xed\xf6\xeb\x76\xfb\xc6\ -\xdf\xdf\x61\x71\xc9\xb7\xfd\x75\xf5\xcc\x42\xb1\x42\x94\x2b\x32\ -\x33\x33\xe3\x1a\x35\x68\xd5\x5f\xd2\x4b\x12\xce\x9c\x39\xc3\x65\ -\x97\x6e\x37\x5d\x5e\x24\x32\x8e\x33\x3d\xf5\xd2\xaf\xbe\xa9\xf0\ -\xa3\xb9\xbc\xdd\xe7\x40\xa4\xb6\x78\x60\xdc\x3f\x32\x91\x2c\x74\ -\x03\xee\xfb\xc6\x5e\x3e\xfe\xf1\xff\x83\xf5\xeb\xd7\x13\x08\xc1\ -\xbb\xee\xbe\x89\x5b\xae\xb9\x84\x55\x93\x23\xd4\x6a\x45\x72\x61\ -\x98\xb1\x3d\x35\x9f\x13\xe9\x18\x8d\xe4\xf0\xd5\x35\x9f\xe0\x33\ -\xeb\xe4\x1d\x74\x7d\x88\xd2\xf7\x38\xc6\xe1\xd4\x46\x48\x53\x5e\ -\x32\xa4\x83\x53\x57\xbd\xcb\xbd\xe2\x17\x8f\x24\x55\x55\xa5\xb1\ -\x9b\xd3\xd8\x07\xf3\x09\x5d\x42\x49\x3b\x20\x84\xa7\x45\x78\x12\ -\xc9\x0c\x38\x9d\x8d\x93\xf6\xfe\x3c\x3d\x82\x30\x73\x53\xce\xbf\ -\x2e\xcd\xcb\xe9\x5c\xb5\xe5\x18\x10\xe8\x02\x8b\x1e\xb8\xa6\xc1\ -\xd2\x38\x81\xc7\xf6\x2d\xf3\xc4\xde\x59\x66\x66\x66\x48\x92\x1c\ -\xcd\xd1\x19\x2e\xd9\x1e\x31\x3b\x3b\x4b\xa5\x52\xe1\xe4\xc9\x93\ -\xdc\x78\xe3\x8d\xcc\xcf\xcf\xbb\xfb\x36\x6a\x25\x26\x46\x1b\xac\ -\x9b\x19\x63\xeb\x86\x29\x76\x5d\xb6\x41\x97\xfc\x2e\x17\xa9\x56\ -\x8a\x3a\x5a\x53\x08\x97\x97\xa2\xec\x7c\xc4\xc0\xaa\x7a\xeb\x86\ -\xd2\xc4\xdf\xef\xc7\xf4\xfa\x31\x49\x9c\x90\x48\xdd\xdd\x49\x9f\ -\xb3\x80\x28\x0c\x29\x14\x72\xe4\xf2\xb6\x61\x48\x66\xe3\x53\x21\ -\x64\x4f\x88\xed\x39\x61\x2a\x3f\x65\x77\xd4\x13\x5c\x66\x77\x15\ -\xe9\xde\x64\xd9\xc3\x4a\x36\x73\x71\x2b\x02\x65\xd8\x95\x47\x04\ -\xe8\x03\xab\x94\x70\xcd\x22\x65\xa2\xab\xf6\x76\xba\x7d\xda\xa6\ -\xad\xd6\xb2\xb3\xfd\x75\xba\x6f\x94\x2f\x92\xa8\x80\xf1\x91\x11\ -\x8a\xc5\x62\x36\xe3\x2f\x08\x38\x3f\x3f\x4f\xbd\x5e\x63\xd5\xf4\ -\x64\x9a\xf2\x6b\xa5\xbf\x09\xfd\x95\x71\x8f\xc4\x86\xfc\x26\xb1\ -\x4e\xc3\xb5\x27\xd8\xb1\xc7\x74\xa1\x74\x18\xa9\xe2\xeb\x8f\x1c\ -\xe0\x0d\x6f\xf8\x01\xee\xba\xeb\x2e\xba\xdd\x2e\xd7\xbf\x6a\x0b\ -\xb7\x5e\xb7\x83\xa9\x89\x21\x43\xfc\xbe\x1d\xaf\xbc\x7b\xa8\xd4\ -\x88\x13\x76\x0d\xac\x34\xf4\x24\xab\x07\xba\xf9\x8b\x26\x13\x45\ -\x3f\x4e\xe8\xc5\x31\x81\x40\xb7\xae\xb6\xb9\xeb\x03\x4b\xec\x90\ -\x69\xbb\xde\x6e\x3a\xf6\xc8\xac\xd0\x21\xb3\x5b\xa7\x14\x49\xac\ -\xc3\xaf\xbb\xfd\x98\x5e\x3f\x21\x8e\xd3\x5a\x08\xc2\x80\xaa\xf9\ -\x28\x24\x97\x8f\xc8\x47\x91\x2b\xbe\x99\x09\x22\xca\x48\x6a\x95\ -\x56\x2a\xce\x1c\x07\xe5\x00\xba\x24\xd1\x0d\x5d\xfa\x71\x42\xaf\ -\xd7\xa7\xd7\x4b\x48\x12\x89\x44\x6b\x75\x85\x7c\xa4\xdb\x6b\x15\ -\x34\x42\x1f\xb8\x22\x9b\x7a\xc3\x0e\x1e\x6f\xf1\x2b\x1f\xfe\x84\ -\x33\x01\x6d\x3c\x88\xbd\xac\x4b\xd8\xc6\x62\x00\xbc\xef\x9d\xaf\ -\xe1\x9a\x9d\x9b\x98\x18\xad\x53\x2a\xe6\xc9\xe5\x22\xdd\xc0\x34\ -\x17\x6a\xa2\xb4\x4c\x66\x85\xfd\x3e\xb8\x47\xa6\x2f\x45\x9c\xd0\ -\x8b\x13\x3a\x5d\xc9\xd9\x76\xc0\xc1\x23\x67\x39\x7a\x62\x8e\xb3\ -\xf3\x8b\x9c\x39\x7b\x9e\x76\xa7\xcb\xe8\x70\x83\x66\xbd\xcc\xf4\ -\x78\x93\x6d\xeb\x9a\x0c\x37\x2b\x34\xaa\x25\xca\xa5\x1c\xa1\x7d\ -\x1c\xa4\xf5\xfd\x94\xce\x60\x8c\xfb\x89\xee\x79\x88\x22\x17\x05\ -\xba\xc7\xe2\xa0\x99\x60\x85\x84\xe5\xce\xa9\x24\x72\x0c\xf5\x42\ -\xba\xc2\xc5\xcb\x05\xb0\xdf\x2d\xc3\x77\xf1\xf3\xd2\x81\x3c\x02\ -\x0d\xfc\x49\x25\x48\x14\xf4\x62\x69\xb2\xfe\xd2\x82\x1f\x2e\xe3\ -\x4f\x84\x14\x8a\x15\x62\x19\x30\x39\x39\x99\x95\xfe\x42\x90\xf4\ -\x7a\x1c\x3b\x76\x8c\xd7\xdc\x76\x2b\x65\x03\xfe\xa1\x52\x06\x60\ -\x3b\xec\xa4\xbf\xc7\x90\xc4\xda\xf5\xe3\xaa\x11\x79\x2d\xc6\xd0\ -\x07\x4c\x29\x49\x2f\x56\x7c\xfb\xe9\x83\xbc\x7d\xf3\xd5\x3c\xf7\ -\xdc\x73\x94\x8a\x79\xde\x7c\xe7\x55\x4c\x8c\x36\x69\x54\x4b\x44\ -\x16\xc1\x37\x25\xa2\xdd\x4d\x06\x97\x45\x29\x77\xa6\x84\x31\x83\ -\x32\x4c\x60\x60\xf1\xa4\x54\xf4\xe2\x98\x6f\x7f\xf7\x04\xa7\xe7\ -\xe6\xb9\x72\xfb\x38\x13\xa3\x4d\x2a\xe5\xbc\x07\x4c\xa5\xf2\x5e\ -\x37\x97\xd7\xa0\x9a\xf4\x36\xdb\xb7\x02\x5d\x54\x99\x45\xd3\x0c\ -\x78\x2a\xa5\x0e\xbb\x3e\xbb\x98\xb0\xf7\xc5\xb3\x3c\xfb\xfc\x11\ -\x9e\xfc\xee\x3e\x16\x17\x97\x28\x14\x22\xa6\xc6\x47\x58\xb3\x6a\ -\x9c\xa9\x89\x26\x3b\x36\x8c\x30\xdc\x28\xd2\xac\x57\xa9\x55\x0b\ -\xe4\x22\xdd\xf7\x6f\xc5\x0c\x1c\x6a\xad\xbc\xf5\xd4\x07\x51\x1a\ -\xa2\xef\x76\xfb\xb4\xdb\x1d\xce\x2c\x0b\x0e\x1c\x99\xe7\x89\x67\ -\x0f\xf1\xc2\xc1\x97\x79\xf9\xc8\x71\xc6\x86\x9b\xdc\x78\xf5\x0e\ -\x6e\xdc\xb9\x8a\x99\xf1\x1a\x23\xc3\xba\x1f\x9f\x12\x69\x0b\x74\ -\x50\xd4\xca\x01\x9b\xd7\x4f\x33\xbf\xb0\xc4\xf8\x68\x93\xc9\xb1\ -\x21\x26\x46\x9b\x4c\x4d\x0c\x31\x36\x5c\xe3\xd4\x99\x65\x7e\xf3\ -\xf7\x3e\xe3\xc6\x17\x08\xc1\xda\x55\xa3\x8c\x8d\xd4\x98\x34\x7d\ -\x0b\x95\xd0\xda\x9f\x65\x98\x66\x02\x99\x43\xec\x6b\x5a\x76\x7e\ -\x49\x22\xe9\x76\xfb\x9c\x5b\x96\x3c\xf8\xf8\x61\xfe\xf6\x1f\x9e\ -\xa2\x5c\xa9\x32\x36\x36\x46\x14\x45\xb4\xdb\x7d\x16\x97\x12\x8e\ -\x1c\x39\xc1\xa3\x4f\xee\xa1\xd7\xd3\x4d\x3f\x9a\x8d\x1a\xef\x79\ -\xdb\x6d\xdc\xb8\x6b\x1d\xd3\xe3\x4d\x6a\x95\x82\x6e\x4c\x62\x56\ -\xd0\xda\xf6\xfd\x7e\xc2\x33\xfb\xe7\x39\x7e\x72\x8e\xcb\x37\xd6\ -\x19\x1d\xaa\x52\x2b\xe7\x11\x2a\xcc\x08\x9c\x8c\xc7\x44\x61\x72\ -\x18\x84\xa7\x6c\x65\x6b\x74\xda\xeb\xe2\xc7\x01\xb8\x05\x14\x6e\ -\xb0\x52\x69\x3b\x48\x9a\x1e\x6e\x52\x9a\x5a\x7f\xbd\x98\x96\x89\ -\xfb\x6f\x99\x98\xff\x4e\xb7\x8f\x54\x82\x5c\xa1\x48\xa2\x04\xc3\ -\x23\xa3\xba\xd0\xa7\xc9\xd2\x93\xa6\xbd\xf4\xdc\xdc\x1c\x85\x7c\ -\x9e\x2d\x9b\x37\x1a\x75\x3e\xed\xec\x63\x55\xfe\x24\x93\xff\x6f\ -\x5c\x7f\xc6\xd5\x67\xe9\x30\xeb\x63\xd7\x76\xf7\x81\x63\xcb\xac\ -\xdf\xb0\x89\x8f\x7e\xf4\xa3\x28\xa5\xb8\xf9\x9a\x4b\x58\x35\x39\ -\x4c\xb3\x5e\xd2\xf5\xe7\x85\xc0\x95\x9f\x56\xa9\xfd\x7f\xc1\x0c\ -\x38\x95\x9e\xaf\x74\xb7\x2e\xb4\x8a\xba\x33\xee\x63\x7b\xce\xf0\ -\x1f\x7f\xf5\xe3\xb4\xdb\x2d\xfe\xf8\x77\x7f\x86\x5a\xb9\x40\xb9\ -\x90\x03\x5b\x25\xdb\xbc\x57\x6f\xb2\x30\x55\x93\x63\xfa\xb1\x2e\ -\x3a\x1a\x85\x11\xf9\x9c\x9f\x0a\xea\x38\xb2\xd3\x48\xe2\x58\xd2\ -\x6a\xf7\xf8\xce\xc1\x25\x1e\xff\xde\x49\x56\xaf\x5e\xc3\x9a\x4d\ -\x97\xb3\x76\xf3\x15\x2c\x2c\x2c\x30\x3b\x3b\xcb\xa1\x43\x87\xf8\ -\x9f\xf7\x3f\xcc\xe2\xe2\x22\xa5\x52\x81\xf7\xfc\xf0\x9d\xdc\x72\ -\xd5\x3a\xb3\x0e\x15\x0a\xb6\x4f\xbb\xd1\x05\x32\x40\xa4\x55\x91\ -\x51\x26\xbf\x43\x47\x78\x9e\x6d\x85\xcc\xce\x2b\xce\x77\x6a\x8c\ -\x4d\x4c\x73\xc5\x0d\x53\x5c\x71\x03\x3c\xf6\xd8\x63\xdc\x7b\xef\ -\xbd\x1c\x3c\x78\x90\x3f\xff\xc2\x09\x1e\x7a\x74\x8c\xf7\xbf\xe7\ -\x36\xb6\x06\x01\x51\x14\x52\x2c\x04\x5e\xc1\x18\xc1\xf4\x70\x9e\ -\x3f\xfc\xf0\x8f\xd0\x6e\xf7\x89\x63\x49\x10\x08\xc2\x48\x77\x8d\ -\x0e\x02\xc1\x43\x4f\x66\x3b\x08\x37\x1b\x15\xca\xe5\x22\xc5\x42\ -\x5e\x33\x2f\x9b\x05\x08\x8e\x21\x5a\x55\x3c\x03\xbf\x7b\x57\x22\ -\x75\x65\xa1\x85\x65\xc9\xd7\x9f\x38\xc6\xb1\xb9\x3e\xaf\x7b\xdd\ -\xeb\x78\xd3\xdb\x7f\x9a\x07\x1e\x78\x80\xa7\x9f\x7e\x9a\x43\x87\ -\x0e\xd1\xed\x76\x19\x19\x19\xe1\xe6\x9b\x6f\x26\x9f\xcf\xf3\xd5\ -\xaf\x7e\x95\xd3\xa7\x4f\x33\x7f\x7e\x91\x4f\x7c\xe6\x7e\xaa\xa5\ -\x37\x51\xcc\x47\xa6\x32\x51\xe4\x84\x10\x68\xcd\x62\xcf\xe1\x2e\ -\xef\xff\x8d\x3f\x62\x61\x61\x81\x4f\xfc\xd6\x8f\x53\x2e\xe6\xa9\ -\x14\x73\x5a\xc3\xf5\x10\x1e\x1b\x95\xaa\xdd\xe8\x7a\x7c\x22\x10\ -\xe4\xa2\x48\x37\x30\x55\x2a\x0d\x63\xf6\xae\x8b\x52\x15\xd8\xa9\ -\x81\x76\x01\x33\x7f\xb3\x92\xc8\xb8\x69\x9c\xfd\xaf\x53\x7e\x97\ -\x97\xb5\xed\x6f\xd5\xff\x7e\xa2\x50\x84\x94\xca\x35\x3a\x3d\x98\ -\x9a\x9a\xd4\x1b\x90\x24\x28\x29\x10\x81\xf6\x02\xcc\xce\xce\x72\ -\xd5\xee\x5d\xd4\x6b\x55\x9d\x6f\x6f\x5d\x7f\x5e\x61\x4f\x4c\x2c\ -\x80\xad\xb2\xa3\x83\x7d\x34\x21\x38\xee\x0f\xce\xcf\x6e\xed\xb0\ -\x6f\x3e\xfe\x02\xd3\xd3\x9b\x38\x78\xf0\x20\x41\x20\xb8\xee\x55\ -\x5b\x18\x6e\x54\x29\x97\x0a\xa6\x54\xb3\x3f\x4d\x2b\x61\x07\xc1\ -\xbe\x41\xcb\x4d\xb9\x20\x0e\x06\x3e\xaa\xd7\x47\xd1\xee\xc1\x37\ -\x1e\x3f\x84\x10\x82\xf1\xb1\x11\x3a\x9d\x2e\x49\xa2\x06\xde\xa8\ -\xef\x15\x27\x92\x76\xbb\xc7\x99\xc5\x3e\xfb\x5f\xd2\xad\xaf\x36\ -\xcc\xd4\x19\x1b\xaa\x30\xd4\xa8\x50\x2c\xe4\x33\xef\xd7\x3c\x4b\ -\x7b\x36\x4e\x9c\x8d\x79\xe0\xf1\x13\x6c\xdd\x7e\x05\x97\x5e\x3a\ -\xca\xd7\xbe\xf6\x35\xf6\xed\xdb\xc7\xf2\xf2\x32\xb9\x5c\x8e\xb5\ -\x6b\xd7\x72\xe3\x8d\x37\x72\xd5\x55\x57\xf1\x97\x7f\xf9\x97\x9c\ -\x3e\x7d\x9a\x4f\x7e\xfa\x4b\xf4\x7a\x77\x72\xc7\x0d\xdb\xd2\xfe\ -\x75\xb6\x43\x05\x38\xf5\xd9\xca\x4d\x69\xa4\xd9\x42\x27\x22\xa8\ -\x6d\x60\xdd\xe5\xbb\x99\xe8\xc6\xbc\xf2\xf0\xc3\x7c\xfb\xa1\xfb\ -\xd9\xbf\x7f\x3f\xad\x56\x8b\x5c\x2e\xc7\xea\xd5\xab\xb9\xfe\xfa\ -\xeb\xe9\x74\x3a\x1c\x3e\x7c\x98\x63\x27\x4e\x73\xff\xc3\xcf\x33\ -\xdc\x28\x53\xaf\x14\x29\xe4\x23\xcb\x66\x00\xed\xb2\x2d\x15\xf3\ -\x94\xf2\xf9\xf4\xd9\xc2\x8e\x01\xce\x9d\x4f\x1b\x8e\x80\x8e\xd5\ -\x28\x16\x72\x8e\x79\x0b\x7f\xcc\x99\xb3\xea\x09\x31\x87\x65\x48\ -\x64\xa2\x68\x77\xfb\xfc\xd3\xd1\x2e\x4f\xfc\xd3\x39\x7e\xf4\x5d\ -\x3f\xc1\xde\xbd\x7b\xf9\xe0\x07\x3f\xc8\xb1\x63\xc7\x32\xe6\x07\ -\xc0\xc1\x83\x07\x79\xfc\xf1\xc7\xc9\xe5\x72\x0c\x0f\x0f\xbb\x6a\ -\x55\xfd\x7e\xcc\xc3\x8f\x3d\xcf\xb6\xf5\x13\x0c\x0f\x55\x29\x14\ -\x22\xc2\xf4\x00\xd0\x4b\x34\xf3\x12\x42\x30\x3c\xd4\xa0\xdb\xed\ -\x99\x2e\x53\xc2\x8d\xd5\x6a\x54\xd6\x7c\x3e\xb7\x24\x39\x74\x7c\ -\x9e\xe5\x56\x97\x0d\xab\xea\x8c\x34\x8a\x4c\x8e\x35\xdd\xbe\x0f\ -\x82\xa8\x17\xcd\x0b\x90\x55\x4e\x7d\x0b\xd4\xfc\x6f\x7a\xa9\xdb\ -\x98\xff\x8e\x51\x05\x97\x4d\xca\x6f\xab\xd5\xa1\xd7\x8b\x51\x4a\ -\x50\x28\x96\x10\x61\x9e\x6a\xad\x90\x95\xfe\x22\x40\x48\xc9\xf2\ -\xf2\x32\x02\xd8\xb9\xf3\x72\x72\x51\x08\x24\xa9\xdf\x3f\x89\x5d\ -\xf8\x6f\xea\x01\x90\x8e\x08\xb2\xe3\x4a\x17\xd6\xc6\x15\xc4\x09\ -\xec\xdd\x7f\x8c\xe1\x33\x5d\xa4\x94\x6c\x58\x33\xc1\xf4\xe4\x08\ -\xb5\x5a\x49\xb7\xd6\x12\x01\x0e\xb4\x31\xea\xb5\x3b\x54\x8e\x09\ -\x98\x65\x71\xcf\x33\x87\xc9\x7c\xc6\xa9\x9d\x03\xb8\xd2\xe1\xd9\ -\x16\xdb\xb7\x6f\xe7\xfe\xfb\xef\x67\x66\x7a\x9c\xc8\xb4\x42\xf7\ -\x01\x9e\x44\x4a\x5a\x9d\x1e\x87\x8e\x2d\xf3\xdf\x3e\xf3\x55\xfe\ -\xf1\xdb\x4f\xbb\x06\x93\x5b\x37\xad\xe6\x43\xff\xf1\x07\x29\x16\ -\x0a\x14\x0a\xf9\x0c\xbc\x91\x24\x92\x5e\x3f\x66\xdf\x91\x36\x5f\ -\xfd\xd6\x8b\xdc\xf1\xda\xd7\xf2\x95\xaf\x7c\x85\xaf\x7c\xe5\x2b\ -\x5c\xb7\x7b\x3b\xef\xfd\x91\x5b\x98\x1c\xab\x33\xd2\xac\x50\x28\ -\xe4\x69\xf5\xe0\xe9\x7d\xf3\xdc\x79\xe7\x9d\xdc\x7b\xef\xbd\xf4\ -\xfb\x7d\x3e\x7d\xef\x03\x0c\xd7\x8b\x54\xab\x65\xca\xa6\x1d\x97\ -\xf3\xe1\xdb\x43\x6a\x94\x8e\x6e\x5f\xb1\xf7\x78\x8e\x24\x37\x86\ -\x9c\x5f\xe2\xc3\xbf\xfb\x1f\x78\xf4\xd1\x47\x59\x5a\x5a\x22\x8a\ -\x42\x2e\xdd\xba\x8e\xab\xaf\xde\xc4\xd6\xf5\x13\x8c\x34\xab\xc4\ -\x89\x60\xcf\x70\x8d\x23\x47\xf4\x3e\x3c\xf6\x9d\xfd\xfc\xc0\xad\ -\x3b\x68\x77\x7a\xd4\xaa\x25\x82\x20\x4c\xeb\xdd\x0b\x5d\x8b\x5f\ -\xb7\x68\xf2\x92\x78\xd0\x52\xf4\x95\x33\x0b\xce\x4d\x0c\xba\x5f\ -\x61\x31\x9f\x27\x32\x91\x80\x88\x01\x0d\x49\x0d\x48\x4a\x73\x98\ -\xa5\xd2\x9a\xea\xf9\x65\xc5\x7d\xff\x78\x8c\x9b\x6f\xff\x01\xde\ -\xb0\x31\xc7\xdd\x77\xdf\xcd\xa9\x53\xa7\x10\x42\xf7\x2a\xdc\xb4\ -\x6e\x82\xf5\xab\x47\x19\x69\x56\x99\x18\x6d\xb2\x6a\x72\x98\x38\ -\x51\x1c\x38\x3a\xcf\x97\xbe\xfe\x24\x73\x73\xa9\xfb\xf1\xf8\xec\ -\x19\x5a\x9d\x1e\xfd\x38\x49\xd7\xce\xec\xff\xec\x3c\xec\xb8\xf4\ -\x52\xee\xfb\xf2\x97\x99\x9e\x18\x22\x0a\x43\xd3\xbf\x52\xbb\x96\ -\x75\xdb\x78\x49\xa7\xdb\xe3\xe8\x99\x84\x3f\xfe\xec\x37\xf8\xc6\ -\x3f\xa6\x0d\x46\x37\xad\x9f\xe1\x43\xbf\xf0\x26\xa6\xc6\x86\x8c\ -\xd5\xb7\xd2\x2e\xbd\x48\x0c\xc0\xa5\x9f\x64\xb0\x30\x2d\x29\xd3\ -\x48\x36\xab\xae\xf4\x4c\xd4\xdf\x72\xab\xc3\xd2\x72\x87\x76\xa7\ -\x4b\xab\xdd\xa3\x9f\x48\x14\x01\xb9\x7c\x89\x56\xbb\xcb\xc6\x8d\ -\xab\xb1\x19\x7f\x36\xec\x17\x60\x76\x76\x96\xad\x5b\x36\x33\x39\ -\x3e\xa6\x53\x6b\x33\x09\x3f\x26\xfb\xcf\x35\xf5\x48\x51\x7f\x61\ -\xda\x35\x8b\x14\x04\xf0\xa7\x80\x52\x82\xd3\x0b\x31\x53\xd3\x33\ -\x3c\xf0\xc0\x03\x00\xec\xba\x7c\x03\x43\xf5\x32\xa5\x62\x41\x77\ -\x7c\x11\xd6\x5c\x00\xe7\xd7\x15\x29\x13\xb0\xb8\x4c\x4a\xdc\x5a\ -\x0b\xca\x68\x00\x17\xf0\xfb\x4a\xa5\xd8\xb3\xef\x28\x97\xec\xbc\ -\x85\x62\xb1\xc8\xf8\xe8\xb0\xb1\xb5\xb5\xea\x2b\xa5\xae\x92\x74\ -\x62\xae\xcb\xbd\xf7\x7f\x87\x7d\x07\x8f\xb1\x67\xcf\x3e\xb7\xf9\ -\x00\x13\xa3\x75\x1d\xd6\x1a\xa6\x26\x89\x1e\x81\xa2\xd7\x8f\x79\ -\xe4\xb9\x39\xee\x7f\x68\x2f\xbb\x77\xef\xe6\x93\x9f\xfc\x24\xb3\ -\x27\x8e\xf2\x81\x9f\x7a\x23\xdb\x37\x8e\x31\x36\x5c\xa3\x56\x29\ -\x93\x2f\xe4\x08\xa3\x10\x85\x60\xcd\x54\x8d\x47\xbf\x57\xe5\xbe\ -\xfb\x4a\xf4\xfb\xba\xa8\xe6\x37\xbe\xfd\x3d\x2e\xbb\x64\x2d\xa3\ -\xc3\x0d\x8a\xa5\xbc\x26\x44\x8f\x7a\x04\x82\x04\xf8\xef\x5f\x78\ -\x86\xbf\xbe\xef\x1b\xf4\xfb\x7d\x5a\xad\x16\x71\x1c\x73\xd9\xb6\ -\x75\xbc\xea\xd2\x5d\x5c\x73\xd9\x5a\x26\x47\xeb\x94\xcb\x05\x8a\ -\xf9\x88\x28\x0a\x50\x52\xf1\xf6\x37\x5c\xc3\x33\xcf\x3e\x0f\x40\ -\xab\xdd\x65\x76\xee\x3c\x1b\xd7\x8c\x91\x48\x49\xa8\x24\x81\x6b\ -\x39\xe5\xe1\x29\x28\xe3\x96\x4c\xd7\xfc\xe8\x89\xd3\x14\x8b\x45\ -\x57\x07\x60\x62\xb4\x49\xa1\x10\x11\xe5\xc2\xb4\x91\x68\x56\x1a\ -\x0c\x5c\xda\x59\xdc\xef\x4b\x0e\x9f\x4e\xb8\xff\xdb\xc7\x78\xff\ -\x07\xee\xe1\xd7\x7f\xfd\xd7\xf9\x9b\xbf\xf9\x1b\x94\xd2\x9d\x80\ -\xdf\xf9\xa6\x6b\xd9\xb9\x7d\x35\x8d\x6a\x99\x62\x21\x47\x2e\x17\ -\x19\xed\x48\x07\x83\x5d\xba\x65\x15\x37\xef\xde\xc4\x7b\x7e\xf1\ -\x93\xcc\x9e\x3a\x03\xe8\xa8\x52\x2d\xd0\xec\x6a\xa5\x8c\x6b\xff\ -\xcb\x73\x5c\xb2\xf3\xd5\x94\x4a\x25\xc6\xc7\x86\xc9\xe5\x73\x84\ -\x51\x84\x08\x42\xe3\x69\x90\x9c\x3e\x9f\xf0\x85\xbf\x3f\xc0\xfe\ -\x97\x66\xf9\xce\x77\x9e\xcf\xec\xff\xf8\x70\x95\xc8\x82\xd3\x1e\ -\xee\xe6\x5f\x17\x81\x01\x64\x25\x80\x9b\x92\x7d\x72\x90\x9a\x55\ -\x52\xa2\x7d\xff\xbd\xbe\xa9\xf7\xa7\xed\xfe\x65\x13\xf2\x2b\xa5\ -\x20\xca\x15\x40\x44\x94\xcb\x25\x2f\xe6\x5f\x3a\x8e\xde\xeb\xf5\ -\xe8\x74\x3a\x5c\xb9\xf3\x0a\xf2\xf9\x1c\xae\xd6\xbf\xab\xeb\xaf\ -\x83\x7e\x74\x2b\xed\x34\xe6\xdf\xda\xfb\x0e\x90\xcc\x24\xca\x58\ -\xf0\x44\xb1\xef\xd0\x2b\xac\x5f\xbf\x9e\xd3\xa7\x4f\x23\x84\xe0\ -\x8a\xed\xeb\xa8\xd7\xca\x14\x0b\x79\x53\x31\x06\x67\x2e\x38\xfc\ -\xc0\xfb\x19\x52\x85\xdd\xe5\xcf\x63\x5c\x3a\x42\x21\x44\xe8\x9e\ -\x99\x01\x9d\x95\xe2\x99\xe7\xf6\x73\xe3\x6b\xee\xa6\x5a\xad\x32\ -\xd4\xac\xb9\x16\x5b\x36\x17\xe1\xf1\xbd\x73\x7c\xf3\xc9\x23\x74\ -\x7b\xb0\x67\xcf\x1e\xce\x9f\x3f\x0f\xc0\xfa\xd5\xe3\xdc\x7d\xd7\ -\xd5\xba\x13\xd0\x70\x5d\x83\xa2\x4e\x25\x56\xf4\x63\xc9\xd7\x1f\ -\x3b\xc6\xbd\x5f\xfe\x36\xb7\xde\x7a\x2b\x0f\x3e\xf8\x20\x71\x77\ -\x91\x5f\xf8\xb1\xdb\x59\xb7\x6a\x98\xb1\x91\x9a\x93\xe8\x41\x10\ -\x6a\x2d\x27\x10\x84\x41\xc8\x0d\x97\x0d\xf1\x93\x3f\xfa\x06\xfe\ -\xef\x4f\x7c\x16\x80\x17\x5e\x3c\xc1\xd2\x72\x87\x5e\xbf\x8f\x4a\ -\xa4\xcb\x9c\xb3\x66\xa0\xd6\x52\x14\xf7\x7f\xfd\x5b\x2c\x2e\x2e\ -\x70\xf5\x95\x97\x70\xe9\x96\x19\x2e\xdb\x3c\xc6\xd4\x68\x8d\x4a\ -\x29\x4f\xb9\x90\xa3\x90\xcf\xa5\xdd\x99\x85\x8e\xe0\x5b\xbf\x6a\ -\x68\x05\xda\xad\x2e\xc0\x2c\x33\x26\x91\xfb\x55\xbf\x26\xa5\xe4\ -\xe8\x89\x57\x68\x36\x9b\x1e\x03\xa8\x93\xcf\x85\x26\x4c\x1c\xc7\ -\xb0\x1d\x6e\x21\x70\xcc\x44\xa0\xb1\xdd\x7e\x5f\xf2\xdd\x17\x5b\ -\xec\x3b\x9e\xf0\x5b\x1f\xf9\x6d\xae\xbe\xfa\x6a\x8e\x1c\x39\x42\ -\x18\x06\xbc\xf9\xf6\x57\xf1\xa6\xdb\xaf\x64\x72\xb4\xa6\xfb\x06\ -\xe6\x74\x8a\xb1\x2d\xc3\x65\x25\x36\x41\xc0\x44\x2e\xe2\x96\xeb\ -\x76\x72\xef\x17\xff\x1e\x80\x4a\x49\x77\x25\x0a\x32\xc2\x47\x9f\ -\xcb\xe7\x0f\x1c\xe5\x55\x37\x56\xa9\xd7\xeb\x0c\x37\xeb\xe4\xa2\ -\x88\x28\x0c\x51\x40\xaf\x1b\xf3\xec\xa1\x25\xfe\xe1\xa9\xa3\x14\ -\x0a\x65\x9e\x7d\xf6\x59\xb7\xff\x6b\xa6\x47\x78\xf3\x1d\xbb\xb8\ -\xf9\xea\x4b\x18\x1b\xa9\x5f\x60\xbd\xec\x51\xaa\x1f\x93\x00\x00\ -\x20\x00\x49\x44\x41\x54\x75\x31\x1a\x83\x60\xf9\x98\xa7\x8a\x99\ -\x09\xe9\x62\x3a\xa6\x58\xb6\x52\x3a\x80\xc3\x14\xcf\x58\x36\x88\ -\x7f\xab\xdd\xa3\xdd\xee\xd1\x8b\x25\x4a\x04\xe4\x0b\x65\x7a\xb1\ -\x64\x6c\x62\xc8\xa8\xe4\xba\xc7\x9f\xdd\xac\xb9\xb9\x39\x56\xad\ -\x9a\x66\xdd\xba\xd5\x1a\x83\x32\xbd\xf3\xac\x07\x40\x33\x00\xdd\ -\x4d\x47\x18\x0f\x84\xd6\x84\x02\x77\x48\x6c\x25\xdf\x15\xb1\xe6\ -\x89\xe4\x7b\xfb\x4f\x52\xa8\x8c\x10\xc7\x31\xe3\xa3\x0d\x46\x87\ -\xeb\x94\x8a\x05\xf2\xb9\x88\x30\xb4\x85\x3e\xf5\xfb\x53\x29\x6b\ -\xef\x93\x22\xfa\x3e\xa6\x90\x24\x06\xc3\x00\xa2\x48\x98\xc3\x22\ -\xec\xe2\x01\xfa\xd0\x3d\xf9\xf4\xf7\x58\x5a\x5a\x62\x74\x74\x94\ -\x46\xbd\x4a\x18\xe9\xe7\x2d\xb5\xfa\x7c\xf2\x2f\xbf\xc5\xe9\xf9\ -\x3e\x2f\xbd\xf4\x12\x7b\xf6\xec\x41\x4a\xc9\xc4\x68\x83\xbb\xef\ -\xba\x9a\xdb\xae\xdf\xc1\xc8\x50\x8d\x5a\xb5\x44\xa9\x90\x27\x17\ -\xa5\xe5\xae\xa4\x54\x1c\x3a\xd9\xe5\x0f\xff\xec\x7e\xde\xf4\xa6\ -\x37\xb1\xbc\xbc\xcc\x48\x3d\xcf\x5d\x37\x5d\xc3\x9a\xe9\x61\x46\ -\x87\xaa\x9a\xb9\x01\x71\x6c\xa2\x28\x95\xd0\x38\x4d\x9c\xd0\xee\ -\xf4\x59\x5e\x4a\x6d\xea\x4e\xb7\xe7\xdc\xb1\x16\xf5\x57\xce\x67\ -\xad\xbf\xa2\x40\x70\xef\x1f\xfc\x2c\xad\x56\x9b\x44\xc6\xe4\x02\ -\x41\x2e\x0a\xc8\x47\x81\xee\xd0\x14\x88\x2c\xd3\x34\x12\xa3\x5a\ -\x29\x52\x2c\x16\x59\x5a\x5a\x22\x08\x02\x9a\xf5\x8a\xee\xc9\xe7\ -\x96\x5c\x0d\x98\x4e\x7e\xe8\xac\xc1\x1e\xa4\xe2\xc4\xc9\x39\xd6\ -\x6f\xd8\xe0\x12\x81\xc6\x47\xea\x14\x72\x06\xfc\xb3\x77\xcb\x48\ -\x7e\xe1\xce\x86\x52\x8a\x58\x2a\x9e\x3f\xd2\xe1\x3b\x87\x96\xf9\ -\xe8\x47\x3f\xca\xcc\xcc\x0c\xe7\xce\x9d\xa3\x56\x2d\xf2\x53\x6f\ -\x7f\x35\xd7\xee\xda\xc4\xc4\x88\xee\x5c\x1c\x19\xa1\xe0\x33\x16\ -\x7b\xcb\xc0\x50\xc5\xe3\xcf\xec\x73\x4f\x6a\x36\x2a\x14\xf2\x11\ -\xa1\x87\x9f\x58\xa6\xf3\xf8\x53\x7b\xb8\xeb\x07\xe6\x18\x1e\x1e\ -\xa6\xd9\xa8\xba\x94\xf1\x56\x37\xe1\xd3\x5f\x7c\x8e\x63\xa7\xdb\ -\x9c\x3a\x75\x8a\x67\x9e\x79\x86\x24\x49\x18\x1d\xaa\xf2\x96\xd7\ -\xbe\x8a\x57\x5f\xb7\x9d\xd1\xa1\x2a\x8d\x6a\x99\x52\xa9\x90\x01\ -\x35\x07\x61\xc0\x8b\x5c\x14\x34\xc8\x4a\x46\x70\x6e\xa8\x44\x69\ -\x42\xe8\x1a\xbf\x7f\xbb\xa3\x41\xbf\x56\xa7\x67\xa4\x3f\x04\x61\ -\x0e\x82\x1c\x01\x81\x91\xfe\xb1\xee\x9b\x17\xa4\x2d\xc2\x17\x16\ -\x17\xb8\xe3\xf6\xdb\xa8\x56\xca\x04\x42\xf7\xec\x93\x86\xf0\x85\ -\x4a\x99\x41\x5a\xc9\x45\xae\x0c\x62\xc1\x23\x7e\x52\xb0\xa4\x97\ -\x48\xc2\x42\x9d\xef\x7d\xef\x7b\x80\x96\xac\x55\xd3\x8e\x59\x84\ -\xa6\x56\x9c\x5d\x50\x07\xe8\x0d\xea\x59\x2a\x35\x7f\x4c\x8f\xc2\ -\x4e\x37\xe6\xe0\xb1\xf3\x8c\xd6\x23\x6a\xb5\x32\xd5\x4a\x91\x5c\ -\x46\x0d\x55\x2c\xb5\x61\x61\x71\x91\xc3\x87\x0f\x33\x35\x35\x45\ -\x3e\xaf\xb7\x6a\xb9\xdd\xe7\x23\x7f\xf0\x05\xbe\xb3\xe7\x00\x0b\ -\x0b\x0b\xf4\x7a\x3d\x00\x6e\xbb\x7e\x07\xef\xba\xfb\x26\xa6\x27\ -\x86\x18\xaa\x57\x29\x95\x6c\xaf\xf8\x94\xf1\xc8\x44\xb1\xd0\x86\ -\x0f\xfc\xc6\x9f\xb0\xfb\xaa\x6b\xf8\x99\x9f\xf9\x19\x7e\xe3\xd7\ -\x7e\x91\x9b\x5f\xb5\x8a\x21\xe3\xd1\x68\x77\x74\xe3\x15\x99\x48\ -\xda\xfd\x00\x91\xaf\x21\x83\x12\xcf\xef\x3f\xcc\xc3\xdf\x7a\x92\ -\x07\x1f\x7a\x94\x6e\xb7\xe7\x66\xb7\x79\xdd\x14\xcd\x7a\xd9\x34\ -\xef\xc4\x11\xbf\x6b\x9e\x62\x30\x8e\x7a\x25\xa2\x5a\xac\x38\xe1\ -\x6c\x4d\x31\x2c\x7e\x92\x2e\x22\xf6\xb0\x84\xf9\x32\x53\x53\x53\ -\x1c\x38\x70\x80\x66\xbd\x44\xb1\x10\x91\x8b\x4c\x77\x60\x2f\x6e\ -\xc2\xe6\x96\xa4\x2b\xee\x81\x9c\x52\x6b\x4c\x56\x60\x14\x0b\x39\ -\x6a\x95\x02\x51\x2e\xd0\x7d\x21\x85\xff\x5c\x4b\xf8\x0e\x49\x40\ -\x0a\xc1\xa9\xf3\xf0\xc5\x7f\xd8\xc7\x5f\x7f\xfe\xf3\x4c\x4d\x4d\ -\x71\xee\xdc\x39\xa6\xc6\x9b\xfc\xfc\x8f\xbf\x8e\x1d\x9b\xa6\x19\ -\x1b\xa9\x51\x2a\xe6\x70\x9e\x50\xdf\x03\x62\x67\xa4\x40\x22\x39\ -\xbb\x94\x70\xde\x64\x83\x02\x6c\x5a\x3b\x41\xb9\x58\x30\xad\xda\ -\xf5\x25\x95\xa4\xd5\x13\x9c\x38\x79\x8a\x23\x47\x8e\xb0\x76\xed\ -\x5a\x8a\xf9\x1e\x20\x68\x75\x62\x3e\xf6\xc7\x7f\xcf\x63\x4f\x3d\ -\xcf\xf2\xf2\x32\xdd\xae\xce\x28\xbd\x71\xf7\x66\xde\xfd\x96\x1b\ -\x98\x9e\x6c\xba\xfd\xcf\xe5\x22\xd3\x99\x7a\x65\x1c\x86\xbd\x2e\ -\x0e\x03\xf0\x10\xf0\x14\xad\xc4\x2e\x05\xca\x70\xe6\x5e\x3f\xa1\ -\xd7\x4f\x4c\xa7\x9f\xae\xb1\xfd\xbb\x74\xfb\x09\x12\x41\xa5\x5c\ -\xa5\xdb\x4f\x18\x1a\x6a\x1a\x77\x55\xe2\xd2\x7d\x45\x10\xb0\xb0\ -\xb0\xc0\x50\xa3\xc9\xb6\x6d\x5b\xf4\x5d\xa5\xae\xdf\x9f\x7a\x00\ -\xd2\xa6\x1a\xae\xa3\x2e\xc6\xe6\x57\x72\x80\x56\x53\x1b\xd2\x4a\ -\xae\x85\x96\x60\xd7\xae\x57\xf1\xb9\xcf\xdd\x0b\xc0\xa6\xf5\x53\ -\x3a\x42\xcc\xf4\x7b\xd7\xd5\x5b\x44\xb6\x94\xd6\xa0\x86\x6a\xb5\ -\x09\x13\x4d\x76\x66\xb1\xcf\xaf\xfe\x5f\x9f\xe3\x1f\xbe\xf9\x04\ -\x7f\xf0\x3b\x3f\xcb\xe5\x5b\xa7\x28\x17\x0b\xa8\xc0\x84\x09\x03\ -\x12\xc1\xec\x19\xbd\xb9\xb3\xb3\xb3\x6c\xdf\xbe\x9d\xf6\xb9\x97\ -\x69\x77\x62\x7e\xed\xbf\xfc\x15\x8f\x3c\xfe\x5d\x77\xa0\xc3\x20\ -\xe0\x6d\x6f\xbc\x96\xb7\xbc\x76\x37\x53\xe3\x4d\x1a\x06\x9c\x0c\ -\x84\x48\x83\x59\xcc\xfa\x4b\x29\xf9\xf3\x2f\x3d\x05\x22\xe4\xbd\ -\xef\x7d\x2f\x0f\x3c\xf0\x00\x22\xe9\xf2\xcc\xde\x45\x1e\x79\xfa\ -\x25\x3a\xbd\x3e\xed\x4e\x9f\xc5\xa5\x0e\x27\x4e\x9d\xa5\x50\x2c\ -\x91\xcf\xe7\x39\x77\xee\x1c\xf3\xf3\xf3\xf4\xfb\xfd\xcc\xd4\xa6\ -\x27\x86\xf8\xe9\x1f\xbd\x9d\xc9\xb1\x26\xe5\x52\x3e\xad\xe8\x83\ -\xd2\xeb\x6b\xd1\x70\x33\x96\x20\x17\x62\x53\x9d\x75\xe5\x27\x13\ -\x06\xae\xf0\xb2\x01\x71\x0d\x32\x57\xaf\xdb\xec\x98\xc3\xc4\x48\ -\x9d\x62\x21\xa7\x33\x27\x85\x1f\x3b\x67\x31\x15\xfb\x33\x06\xbf\ -\xd1\x7f\x6d\x77\x25\x85\x42\xc1\xd9\xc6\xb6\x75\x78\x2e\x34\xfb\ -\x47\x8a\xd1\x64\xf8\x8a\x79\xa1\xd7\x87\xff\xfc\xc7\x5f\xe3\xf7\ -\xff\xeb\x27\x78\xed\x6b\x5f\xcb\xec\xec\x2c\xc3\xcd\x2a\x3f\xff\ -\xe3\xaf\xe3\xd2\x2d\x33\x8c\x8f\xd6\x29\x17\x72\x5a\xbf\x1d\x04\ -\x0f\xed\xc2\x5b\x06\x2c\x15\x7b\x0f\xcd\x31\x34\x34\xc4\xb9\x73\ -\xe7\x08\x84\xe0\x92\x4d\xd3\x54\xca\x05\xe7\xaa\xb3\xc4\x3a\xb7\ -\xd0\xa7\xd3\xe9\x70\xe2\xc4\x09\x76\xed\xda\xc5\xe1\x17\x9e\xa0\ -\xdb\x4f\xf8\xe8\x1f\xfe\x1d\x0f\x3d\xf2\xb4\x5b\xab\x40\x08\xde\ -\x7c\xc7\x2e\x7e\xf0\xb5\xbb\x98\x1e\x6b\xd0\x68\x94\x29\xe4\x72\ -\x69\x93\x51\xe7\xd6\xf4\xd6\xc7\xbb\x2e\x4a\x67\x20\xfb\x43\xc6\ -\x7e\x33\x6a\x9d\x71\x47\x12\x27\x8a\x5e\xbf\xef\x00\xbf\xe5\x65\ -\xfd\xbd\xdb\x8b\x49\x12\x10\x41\x44\x94\x2b\xd2\xee\x75\xa9\xd5\ -\xea\x24\x71\xac\xd3\x30\xa5\x42\x06\x02\x21\x25\xf3\xf3\xf3\xdc\ -\x7a\xcb\xcd\x0c\x35\x1b\x5a\xfd\x4f\xa4\x6b\xe4\xa1\x6d\xfe\x24\ -\x65\x04\xa6\xb1\xa7\xe6\xf3\xca\x11\x86\x8f\xfa\x6a\x13\x39\xfd\ -\x7d\xa9\x1b\xb2\x6e\xdd\x3a\xce\x9e\x3d\x8b\x10\x82\x6d\x9b\x56\ -\x51\x2e\x69\xf5\xdf\x96\x90\xb2\xe6\xe2\x40\x62\x6d\x7a\x6f\x4c\ -\xc4\x9b\x84\xf3\xad\x84\x5f\xfe\xc8\x67\xf9\xd6\xa3\x4f\x69\x95\ -\x4e\xc8\x4c\xb3\x06\xbb\x4e\x4a\x29\x0e\xbe\x3c\x4b\x1c\xc7\xcc\ -\xcf\xcf\xf3\xc6\x37\xbe\x91\x2f\x7f\x7e\x3f\x7f\xf2\xd9\x87\x78\ -\xf4\x89\x67\xdd\xdd\x8b\x85\x1c\x3f\xf1\x23\xb7\x73\xdb\xf5\x3b\ -\x98\x1c\xab\x53\x2b\x17\xb5\xba\x7f\x01\xb4\x47\x29\x45\xa7\x0f\ -\x9f\xf9\xdc\xfd\x6c\xdf\xbe\x83\x6f\x7d\xeb\x5b\x7c\xe4\x23\x1f\ -\x71\x12\xe4\x7f\xf5\x2a\xe4\x73\x6c\x5c\x3b\xc1\x0d\xbb\xb7\x70\ -\xfb\x4d\x97\x33\x3e\x5a\xa7\x59\xab\x90\x0b\xb5\xf4\x54\x9a\xd3\ -\xe0\xf2\xfe\x49\x53\xaa\xf5\x2a\x99\xe8\x3f\x05\xfd\x9e\x6e\xf6\ -\xd2\xeb\xf7\xe9\xf5\x14\x32\xd1\x85\x5b\x73\xf9\x88\x62\x21\xc7\ -\x89\xa3\xa7\x39\x7c\xf8\x30\x00\x53\xe3\x4d\x17\xb1\x97\x56\xbc\ -\xb2\xe9\xe4\xca\xa7\x5c\xa7\x8d\x29\x60\xb1\x1d\x53\x2e\x97\x1d\ -\xf3\x1a\xb6\x2a\x77\xe8\xb5\xec\xf6\x35\x3f\xf7\x79\xad\x38\x7e\ -\x7b\xcf\x2b\x8c\x4f\xce\x30\x3f\x3f\xcf\x83\x0f\x3e\x48\xa9\x98\ -\xe7\x7d\xef\x7c\x0d\xdb\x36\x4c\x6b\x7c\xa5\x90\xc3\xb5\xe4\x56\ -\x03\xe3\xc0\x8c\xc3\x30\xb8\x7e\x0c\xfb\x8e\x2c\x39\x2c\x62\xe3\ -\xda\x71\xa6\xc6\x1a\x94\x4b\x79\xcf\x04\xd0\x6b\x78\xf8\xf8\x59\ -\xfa\xfd\x3e\xe7\xcf\x9f\xe7\x2d\x6f\x79\x0b\x87\xf6\x3e\xca\x5f\ -\x7c\xe9\x49\x1e\xfe\xf6\x33\xee\xd6\xf9\x5c\xc4\xbb\xee\xbe\x81\ -\xdb\xaf\xdb\xce\xe4\x58\x83\x7a\xb5\xa8\x81\x4d\x07\x6a\xdb\xc9\ -\x5c\x10\xd9\x04\xfe\x95\x19\x80\x8d\xa3\xcb\x14\xb7\xc0\xac\x89\ -\x6d\x93\x2b\x20\x31\xad\xbe\xba\xbd\x98\x56\xa7\x4b\xab\xd5\xd6\ -\xdf\x4d\x9b\x2f\x89\xa0\x58\x28\xb3\xb8\xd4\xa2\x5c\xa9\x61\xe3\ -\xbd\x03\xa5\x3b\xfc\x0a\x29\xe8\xf5\x7a\x14\x0a\x79\x76\x5d\x79\ -\x85\x06\x73\x5c\xe9\x6e\x4f\xed\xb7\x2e\x3f\x47\xfc\x1a\xcd\xd5\ -\xbd\xe9\x06\x35\x75\xe3\xba\x54\xe9\x82\x95\xea\x93\xe4\x0b\x05\ -\xfa\xfd\x3e\xcd\x7a\x85\xa1\x46\x95\x42\x41\xbb\x8f\x6c\x13\x09\ -\x67\x73\xba\xd9\xdb\xdb\xa5\x36\x64\x92\x28\x16\xdb\x09\x7f\xf1\ -\xb7\x2f\xf0\xc4\xd3\xcf\x21\xa5\xe4\xad\x6f\xb8\x81\xf1\xb1\x3a\ -\x95\x4a\x91\x20\x0a\x9c\x19\x6a\xcf\xf2\x73\xcf\xbf\x88\x94\x92\ -\x6e\xb7\x4b\x2e\x97\xe3\xcf\xff\xea\x6b\x9c\x39\x7b\xce\x0d\x37\ -\x9f\x8f\xf8\xb9\x7f\xff\x06\x6e\xbc\x6a\x1b\x53\x13\x4d\xaa\xc5\ -\x3c\x81\x8d\x46\xf6\x0e\xa1\x85\x34\xa4\x92\xec\x3d\x34\x4f\xbf\ -\x1f\x13\xc7\x31\xbf\xf3\x3b\xbf\xf3\xcf\x12\x7f\x14\x85\x8c\x8f\ -\xd4\x99\x1a\x1f\x62\xd5\xe4\x08\xab\x26\x87\xd8\xb8\x76\x82\x4d\ -\xeb\x26\x28\x97\x0a\x94\x0a\x39\x8a\xe6\x2b\xd0\xae\x17\x64\xac\ -\x2b\x29\xfb\xa5\xb9\x40\x83\x9d\xba\xb8\x91\x24\x36\x95\x9e\x96\ -\x7b\x39\x66\x17\xf2\x3c\x7f\x60\x8e\x7f\xda\xff\x32\x87\x5e\x3a\ -\x4c\xa7\xd3\x66\xcb\x86\xd5\xbc\xfe\xe6\x6d\x0c\x55\x24\x5f\x7f\ -\xe2\x79\x37\xc6\xe9\x89\x21\xc7\x00\xf0\x34\x00\x85\x91\x28\xf6\ -\x59\x60\x34\x04\xbd\xfe\xe7\x17\xbb\x94\xcb\x65\x97\x03\x30\x32\ -\x54\xd3\x68\xba\x97\xb7\xe1\xee\x93\x39\x0e\x8a\x7e\xa2\xf8\xbd\ -\x4f\xfe\x35\xff\xf9\xbf\xfc\x1e\xef\x7c\xe7\x3b\x51\x4a\x71\xdb\ -\xf5\x3b\xb8\x64\xd3\x2a\x46\x87\xab\x94\x0a\x21\xae\x71\x8c\xfd\ -\xbc\xe5\xe3\x1e\x13\xd2\xf7\x93\x1c\x3d\xa3\xb8\x7c\xe7\x55\x7c\ -\xf2\x8f\xfe\x14\x80\x6b\x76\x6e\xa2\x59\x2f\x53\x2e\xe4\x4c\x0c\ -\x95\x11\x4c\x0a\x9e\x3f\x70\xd4\x99\xb9\x61\x18\x72\xef\x17\x1f\ -\xe4\xf4\xdc\xd9\xcc\xfe\xfc\xf4\x3b\x5e\xcd\xcd\xbb\xb7\x32\x35\ -\xde\xa0\x5a\x29\x12\x85\x59\x20\x7a\xe5\xb5\xf2\xb5\x8b\xd2\x19\ -\xc8\xfe\x90\x46\xc3\x69\x04\x54\x2a\x8d\xca\x26\x52\xbb\xa1\xba\ -\xa6\xd6\xff\x52\xab\xe3\x8a\x7d\x24\x52\x10\x86\x11\xf9\x62\x85\ -\xc5\x73\x0b\x4c\x4c\xd6\x32\x31\xff\xd6\x6d\xb3\xb0\xb0\xc0\xa5\ -\x97\xee\x60\x7a\x6a\x82\x30\xc0\x1c\xba\xd8\x03\x00\xa5\x33\x01\ -\x30\x2a\xa9\x42\x39\xb4\xd5\x32\x48\x5b\x58\x52\xef\xa1\xca\xcc\ -\xa2\x31\xba\x86\xbd\xcf\xef\x47\x29\xc5\xe8\x48\x9d\x42\x3e\x47\ -\x21\x17\x12\x84\xa9\x94\x4d\x99\x80\xaf\x51\xe0\x24\x79\x22\x25\ -\x0b\x6d\xc5\xcb\xe7\x47\xf9\xe2\x7d\x1f\xa3\xd3\xe9\xb0\x7d\xcb\ -\x5a\x6e\xbc\x6a\x2b\xe3\x23\x0d\xdd\x9b\xde\x7c\x0c\x94\x29\x8e\ -\x22\x9d\xa4\xef\x74\x3a\x7c\xe8\x43\x1f\xca\x10\x7f\x10\x08\xde\ -\xf3\xb6\x57\x73\xfd\x55\xdb\x98\x9e\x1c\xa6\x5a\x2e\x98\x35\x50\ -\xb8\x3c\xf0\xc1\x03\x20\x61\xcf\xbe\xc3\x04\x41\xc0\xd1\xa3\x47\ -\xa9\x55\x8a\xdc\x74\xd5\x66\x86\x9b\x35\x1a\xb5\x12\x95\x72\x81\ -\x46\xad\xcc\x48\xb3\xca\xe8\x70\x8d\x46\xad\x4c\x2e\xa7\x6b\xe6\ -\xe7\x8c\xff\x39\x8c\x74\x9c\x7c\x18\x08\xc2\x20\xd0\xec\x54\x2a\ -\xfa\x3d\xdd\x43\x21\x12\x38\xcf\x88\xbf\x8e\x3a\xda\x13\xda\xdd\ -\x98\x85\xb8\x8e\xa8\x5e\xc2\xf4\x96\xcd\xec\x18\x19\xe1\x75\xb9\ -\x1c\x41\x10\xf0\xf2\xcb\x2f\xf3\xc8\x23\x8f\xb0\x77\xef\x5e\x1e\ -\x7f\x61\x99\xa9\xa1\x80\x07\x1e\x7a\xd4\x0d\x7f\x66\x72\xd8\x30\ -\xdf\x80\x8c\xb6\x35\x18\x68\x66\x59\x9e\xd0\xa6\xc6\xd9\xf9\x65\ -\x1a\x8d\x86\xab\x04\x5c\xaf\x16\xcd\x1c\xf4\xf8\x94\xb2\xda\x9b\ -\x77\x86\x8d\xd4\x3e\x79\xb6\x8f\x22\x60\x6c\x6c\x8c\x63\xc7\x8e\ -\xd1\xac\x57\xb8\xed\xfa\x1d\x8c\x0e\x55\x28\x17\x73\x46\x0b\x34\ -\x1c\xdb\x29\x70\x1e\x92\x67\xc6\xa6\x0c\xd8\x7d\x2e\x19\xe7\x4b\ -\x5f\xfa\x12\x49\x92\x30\xdc\xa8\x70\xd5\xe5\xeb\x68\x56\x4b\xe4\ -\xf3\x61\xca\xfd\x8d\x06\xf0\xd4\x77\xf6\xa1\x94\xa2\xd5\x6a\xf1\ -\x91\x8f\x7c\x24\x43\xfc\x42\x08\xfe\xdd\x1b\xaf\xe5\x86\x57\x6d\ -\x65\x6a\x7c\x88\x5a\xb5\x48\x14\xba\x87\xa6\xf3\x72\x1a\x40\x66\ -\x72\xde\x2f\x17\xa1\x35\x98\xf7\x24\x07\x04\x62\xd1\x56\xa1\x8b\ -\x5a\x24\x52\xd1\xed\x25\xb4\x0d\xfa\xaf\x2b\xff\xf4\x74\xc1\x0f\ -\x05\xf9\x52\x99\x4e\xb7\x4f\xb1\x58\x42\x88\x6c\x97\x1f\x97\xf7\ -\x1d\xc7\xbc\x6a\xd7\x4e\x63\x8f\x2b\x64\x62\x7c\xff\xb6\xf2\x0f\ -\xb6\x9f\x9f\x01\x9a\xcc\xe4\xd3\x25\xc2\xbc\x6e\x0b\x6f\x5a\xc2\ -\x35\x0c\x22\xc8\xb3\xb0\xd8\x66\xdf\x3e\xbd\x11\x63\x23\x0d\x0d\ -\xaa\x65\x9a\x48\x9a\x39\xfa\x00\xa2\x01\x1a\x91\x3a\xc4\xf6\xdc\ -\x92\x22\xa9\x5f\xc1\xef\x7f\xf8\x57\x79\xf9\xe5\x97\x69\xd4\x2b\ -\xbc\xfb\x6d\xb7\x30\x3d\x39\x44\xb3\x5e\x26\x17\x86\x4e\x6a\x0b\ -\xc3\x91\xe2\x44\xf1\x4f\x2f\xbc\x48\x18\x86\x1c\x3c\x78\x90\x47\ -\x1f\x7d\x14\xff\x7a\xcb\xeb\xae\xe5\x8e\x5b\x76\x32\x3d\x31\x4c\ -\xad\x5a\x34\x31\xe4\x2a\xdd\xf4\x41\xe2\x37\x8c\xe1\xc5\xc3\x27\ -\x08\xc3\x90\xc5\xc5\x45\x2e\xbf\x64\x2d\x6f\xb9\xf3\x2a\x36\xac\ -\x19\xa7\x51\xab\x68\xe9\x11\x04\x04\x40\x10\x0a\x82\x20\xad\x67\ -\x60\xd5\x48\x8b\x51\x60\xd4\xf8\x7e\x37\x61\x71\xb9\xcd\x33\x7b\ -\x8f\xb3\x65\x4d\x43\x33\x12\xe3\xd6\xb2\x12\x48\xa2\xe8\xf5\x12\ -\x4e\x2f\xe7\x38\x2f\x57\xb1\x76\xe3\x76\x0e\x1c\x38\xc0\xe7\xbf\ -\xf8\x5f\x39\x78\xf0\x20\x52\x4a\xd6\xac\x59\xc3\x75\xd7\x5d\xc7\ -\xee\xdd\xbb\x79\xfb\xdb\xdf\xce\xb9\x73\xe7\x78\xe7\x3b\xdf\xc9\ -\xd1\x63\xb3\x00\x94\x8a\x79\x1d\xbd\x97\xcf\x69\x06\x20\xac\x2f\ -\xd9\x59\xfe\xe0\x4f\xdb\x9b\xff\xe9\xb3\x0b\x34\x9b\x4d\x07\x96\ -\x96\x4b\x05\x67\xff\x6b\x60\x38\x5b\x56\x2d\x8d\x95\x80\x6f\x3d\ -\x75\x80\x46\xa3\xc1\x33\xcf\x3c\x83\x94\x92\xed\x9b\x57\xd1\xac\ -\x97\xa9\x18\x53\x4b\x6f\x9c\xe9\x03\xe1\x0e\x55\x76\xed\x95\x94\ -\x24\x71\xc2\xcb\x73\x39\x2e\xbd\xe2\x6a\x7e\xf2\xbd\x3f\x0f\xc0\ -\x6d\xd7\x6f\x67\x74\xa8\x46\xb5\x5a\xd2\x6b\x6f\x1f\xaa\x74\x18\ -\xef\x77\xf6\xec\x43\x08\xc1\xec\xec\x2c\x0f\x3f\xfc\x70\xe6\x9e\ -\xaf\xbb\xe5\x72\xee\xbc\xf9\x32\xa6\xc6\x1b\xd4\xaa\x05\x23\xf9\ -\x7d\x5e\x68\x19\x0f\xde\xd8\x2e\xa4\x11\x5c\x24\x10\xd0\xa5\x70\ -\x1a\x82\x0f\x10\x48\xb3\xde\x89\x54\x26\xee\x5f\x03\x7f\x9d\x8e\ -\xae\xf9\xd7\xed\xf6\x89\x13\x89\x08\x22\x72\xf9\x22\x67\x4f\xcf\ -\x33\x39\x39\xe5\xf2\xfd\xad\x9f\x56\x2a\x49\xbb\xd5\x66\xf5\xcc\ -\x2a\x36\x6d\xdc\x60\xd0\x5e\x2d\xe9\x75\xe1\x8f\x7e\x06\x04\xc4\ -\xf8\xfe\x95\x70\x16\x3b\x81\xed\xed\xeb\x54\xb7\x94\x6b\x5b\x46\ -\xd1\xee\x09\x1e\x7d\xe2\x51\x3a\x9d\x0e\x42\x08\x1d\xb0\x21\xa5\ -\x71\x26\xac\x94\x18\x8e\xfb\x2a\xa5\x83\x9b\xfa\x09\xa7\xce\x26\ -\x34\xd7\xde\xc8\x07\xff\xcf\x5f\xe3\x91\x47\x1e\xa1\x50\xc8\xf1\ -\xbe\x77\xdf\xc9\xa5\xdb\xd6\x32\x36\xd2\xa0\x58\xc8\x99\x76\x61\ -\xca\x68\x0c\xfa\x1e\xcb\x5d\xcd\xe4\xa2\x28\xe2\xc0\x81\x03\x99\ -\xe0\x8e\xeb\x76\x6f\xe3\xee\xd7\x5f\xc7\xcc\xe4\x08\x8d\x5a\x49\ -\x07\x7a\x58\xc9\x2f\xc0\xd5\xcc\xf3\xf0\x0c\xfb\xf7\x83\x2f\x1d\ -\x23\x8a\x22\x63\xd2\xe8\x60\x95\x6a\xb9\x48\xbd\x5a\x32\xf5\xef\ -\xbc\xa4\x62\xa1\x01\x26\x6b\x11\xa5\xaa\xac\x1e\x5b\xa7\xd3\xe3\ -\xdb\xcf\x9d\xe4\xa3\x7f\xf0\x57\x9c\x3c\x75\x86\x4f\x7e\xf8\xc7\ -\xd8\x18\x0a\x4a\xf9\xd0\xb4\x39\xd3\x4c\xa2\xdb\x8d\xd9\x7b\x5c\ -\xd0\xcf\x8f\x12\x86\x70\xcf\x3d\xf7\x70\xee\xcc\x2b\xdc\x71\xf3\ -\x4e\xee\xbc\x7e\x3d\x13\x23\x55\xaa\xa5\x88\x7e\xf2\x22\xcf\x3f\ -\x7a\x88\x67\x9f\x1c\xe1\xca\x6b\x6e\xe3\xe8\xd1\xa3\x6e\xce\x13\ -\xa3\x75\x4a\x85\x9c\x4b\xcf\x5d\x79\xe0\x70\x80\x57\xe6\x45\xa5\ -\x98\x3d\x3d\x4f\xf3\xff\x6b\xef\xbc\xc3\x2c\x2d\xca\x44\xff\xab\ -\xef\xe4\xd3\xa7\x73\xf7\xf4\xf4\xa4\x9e\xe9\xe9\xc9\x39\x32\xa4\ -\x21\x07\x09\x03\x22\x12\x5c\x5d\x14\x04\xc5\xb0\x86\x75\x5d\x5d\ -\xdd\x75\xe5\x1a\x56\xc5\xbc\xba\x11\x14\x30\x2d\xa2\x0e\x82\x02\ -\x8a\x82\x30\xc8\xc0\x00\xc3\xc0\x04\x26\x31\x81\x09\x3d\xb1\xa7\ -\xf3\x49\xdf\x57\xf7\x8f\x0a\x5f\x7d\xe7\xf4\xe0\xde\x7b\x87\xe7\ -\xb9\xf7\x3a\xf5\x3c\xdd\x7d\xfa\x9c\xef\x54\xbd\xf5\xd6\x9b\xeb\ -\xad\xb7\x1a\x1a\x6c\x0d\x80\x5c\x36\xa5\xb7\x1d\x89\x44\xc7\x1d\ -\xfb\x4d\xad\x67\x00\xeb\x36\x6c\x23\x1e\x8f\xf3\xec\xb3\xcf\x02\ -\xe8\x60\xa7\x8a\x01\xa9\x3b\x1f\x9d\x28\xbf\x30\x96\x8f\x93\x4f\ -\xa0\x5f\xf7\x17\x3c\x66\x2e\xbb\x82\x6b\xae\xbd\x9e\x72\xb9\x4c\ -\x6b\x53\x2d\xcb\x97\x4e\xa3\xb9\x21\x47\x26\x95\x08\x7d\x76\x8d\ -\xdf\x42\xd9\xa3\x50\x28\x92\x4a\xa5\xd8\xb8\x71\x63\x24\xf8\xba\ -\x68\xf6\x24\xde\x72\xf1\x12\x15\xf0\xcd\xe9\xf5\xc7\xac\xb5\x79\ -\xca\xa5\x69\x13\xd7\x88\xba\x49\xaa\xbd\x41\x79\x00\x7a\xe4\xf0\ -\x8f\x96\x4e\x7e\x10\x50\x2a\xab\xd3\x53\x85\x62\x89\xa1\xe1\xbc\ -\xad\xf7\x57\x28\x96\x09\xa4\x4a\xfc\x19\x1a\x2e\x11\x8f\x2b\xd3\ -\xb0\x32\xf1\x27\x16\x8b\x91\xcf\xe7\x59\xb2\x64\x31\xb5\xb5\x35\ -\xf6\xaa\xed\x90\xe9\xcb\x36\x17\x20\x52\xeb\xcf\xaa\x7e\x63\xf6\ -\x45\xc3\x23\xee\xe7\x42\x78\x74\x1f\xee\xe5\xce\x3b\xef\x64\xe1\ -\xc2\x85\xc4\xe3\x71\x0e\x1c\xea\x25\x9f\x57\xd7\x93\x97\x7d\x49\ -\x3c\x1e\x16\xe8\x32\xf3\x0c\x7c\x95\x62\x9b\xcf\x17\xd8\xbc\xa7\ -\x44\xc7\x8c\xe5\x7c\xe0\x83\x1f\x62\xd5\xaa\x55\xc4\x63\x1e\x37\ -\x5e\x77\x3e\xa7\x2d\x9e\x4e\x7b\x6b\x03\xb9\x6c\x5a\xfb\xce\xce\ -\xba\x68\xa2\xec\xe9\x55\x42\x27\x1e\x8f\x47\xd2\x46\x6b\x73\x19\ -\xae\xbd\xe2\x0c\xda\x47\x35\x52\x5f\x57\x43\x22\x1e\x47\x08\xbd\ -\xe7\x8e\x2e\x19\x26\xaa\xfb\x33\x82\xcd\x6c\xdf\x65\x32\x19\x06\ -\x86\x8a\x94\xcb\x0a\xb7\xc2\x71\x8d\x5c\x0d\x16\x16\xb3\x50\x40\ -\xaa\xad\xdb\x80\xa1\xbc\xcf\x9d\x3f\x5f\xcb\x7f\xdc\xfd\x73\xa4\ -\x94\x5c\xb8\x7c\x01\xa9\x38\x55\xc4\xe8\x07\x01\xab\x36\x0e\x31\ -\x66\xf2\x22\x82\xc1\x41\xbe\xfc\xe5\x2f\x71\xee\xa9\x33\x59\x32\ -\x6b\x0e\xed\xa3\x1a\xa8\xad\x49\xab\x7c\x0a\x1d\x43\x28\x95\x7c\ -\x8e\xf5\xf7\x70\xd7\x9d\xff\xce\x91\x23\x47\x2c\x1c\xa3\x5b\xeb\ -\x49\xa7\xd5\xb6\xe6\x08\x6e\xac\x75\x35\xdd\x5d\x27\x05\x07\x74\ -\x1f\x3c\xca\xf8\xce\xd9\x36\x0d\x38\x97\x55\x1a\x33\xa6\x77\x6f\ -\x0c\x31\x84\x6e\x9c\xd4\x72\x3c\xe0\xe5\x8d\xdb\x89\x25\xd2\x1c\ -\x3d\xaa\xcc\xef\xfa\xda\x4c\xe4\xd6\xe7\x4a\x7c\x99\xd7\xc6\x8a\ -\xf0\x65\x40\xbe\x08\xc5\xba\x79\xfc\xfa\xa1\x47\x58\xbf\x7e\x3d\ -\x42\x08\xae\xba\x68\x11\xa3\x5b\xea\x94\x9b\x95\x8c\x59\x97\xc3\ -\xc0\xd1\x37\xe4\xdb\x38\x9a\xa9\x61\x08\xca\x7a\x79\xcb\x9b\x96\ -\x30\xaa\xb9\x4e\x31\x7f\xdc\x10\xad\xb3\xe0\x38\x0c\xaf\x2d\xca\ -\x30\x3f\xc3\x14\x8c\x09\x85\xc0\x1b\x5a\x10\xc4\x8c\xa5\xf6\x61\ -\x55\xf0\xaf\x54\x52\xf5\xfe\x86\x06\xf3\xea\x47\x97\xfb\x2a\x95\ -\x7c\x7b\xea\xaf\xf7\xc8\x00\x35\xb9\x9c\xd2\xfe\x31\x4f\x25\xfe\ -\xe8\xd3\x4d\xc5\x62\x91\xba\xba\x5a\x66\xcd\x9c\x6e\x09\x47\xfd\ -\xf8\x96\xf1\x03\x19\xd5\xfe\x3a\x2e\x15\x06\xda\xad\xa9\xe6\xdc\ -\x52\xa3\x5b\x98\xca\x2b\xd9\xb2\x65\x0b\x3d\x3d\x3d\x34\x34\x34\ -\xb0\xaf\xfb\x10\x9b\x5e\x3d\xc0\xe8\x51\x8d\xd4\xd5\x66\x89\xeb\ -\x14\x5b\x25\xe0\x24\x32\x80\x42\xb1\xcc\xb1\xbe\x22\xeb\x77\xe5\ -\xe9\xe8\x9a\xcf\x55\x57\xbd\x45\x65\x8b\x79\x1e\x37\x5e\x7f\x01\ -\x17\x9d\xbd\x80\xb1\xa3\x9b\xa9\xcb\x65\x54\xf2\x8f\x08\x09\x2e\ -\xc4\x99\x64\xef\x81\xd0\xdf\x77\xb5\xff\x25\xe7\x2d\x66\xfc\x98\ -\x56\x1a\x1b\x72\xa4\x52\x09\xad\xa1\x03\x1b\xf4\x32\x3e\x9f\xb4\ -\xd1\x44\x33\x4f\x81\x88\xc5\x68\x1f\xdd\xc2\xae\x3d\x07\x18\x3d\ -\x7a\x34\xdb\x76\xec\xa3\x7f\x20\xcf\xc0\x50\x81\xba\xda\x0c\x69\ -\x11\xd7\xee\x8c\x0c\xf1\xa1\x19\x44\xf9\xf0\xea\x30\xcf\xb0\xcc\ -\x71\xdf\xef\x37\xf3\xfd\x1f\x3f\x80\x4a\x81\x6d\xe1\xd2\xe5\x2a\ -\xf1\x24\x9b\x4e\x2a\x41\xa2\x83\xac\x07\xfa\x3c\x5e\x3b\x5c\xe6\ -\x86\xf7\x5e\xc0\x55\x57\x5d\xc5\x95\x17\x2c\x60\x4e\x67\xa3\x2a\ -\x9d\x56\x9f\x53\xe7\x36\x74\xec\xa2\x5c\x2a\xd3\x3f\x2c\xf9\xda\ -\xdd\xab\xd8\xba\x63\x5f\x64\xde\x63\x46\x35\xea\x93\x7b\xce\x85\ -\x17\x36\xe8\x66\x98\xdf\x6c\xcb\xe2\xe0\x53\xb2\xeb\xb5\x6e\x3a\ -\xba\xe6\xda\xbe\x6a\xb2\x69\x8b\x7b\xed\x71\x3b\xd7\x77\x4b\xc5\ -\x30\x42\xd9\x42\xaf\xed\x55\xc5\x44\x3a\x3b\x3b\x01\xe8\xe9\xcb\ -\x53\x2c\x95\x6d\x8d\x84\x30\x02\xe4\xb6\x30\xee\x91\x2f\x94\x39\ -\x50\x1e\x47\x47\xfb\x24\x3e\x71\xd9\xd5\x00\x2c\x9d\x37\x89\x25\ -\x73\x27\x29\x97\x26\x9d\xd0\x82\x57\xe0\xe6\x2e\x1f\x3c\x3a\xa4\ -\xa7\x26\x22\xda\xff\xbc\xd3\x67\x31\x61\x4c\x33\x8d\xf5\x19\x92\ -\x09\x15\x80\x34\x8a\xdd\x3a\x2e\x0e\x83\x1b\x66\x77\x8f\x65\x57\ -\xc6\x04\xde\x80\x7b\x01\x8c\xe6\x08\x4d\x50\x63\xfa\x97\x75\xc1\ -\x87\x7c\xbe\xa0\xcb\x7d\x0d\x33\x5c\x28\x52\x2c\x96\x29\xfb\x12\ -\xcf\x4b\xe0\x07\x1e\x65\xdf\x27\x91\x48\xe8\x8a\x3d\x12\xe9\xa9\ -\x83\x3f\x31\x62\x0c\x0d\x0d\xb1\x68\xd1\x02\x5a\x5a\x9a\xf4\x84\ -\x5c\xed\x5f\x0a\xaf\xf8\xd2\x81\x40\xa3\xe7\x3d\x2f\xd4\xfc\xd6\ -\xd4\x15\x4e\x38\xa9\xc2\x87\x1b\x3f\xba\x8e\xba\xda\x1a\xba\xbb\ -\xbb\x69\x68\x68\x20\x91\x48\xb0\xf2\xa1\x3f\x32\x69\x5c\x2b\xa9\ -\x54\x02\xdf\x97\x6a\xef\xdb\x13\x94\x4a\x65\xfa\x87\x03\x56\xaf\ -\xdb\x8f\x1f\x6b\xa4\xfb\xc0\x41\x3e\xf0\x91\xbf\xa7\x58\x2c\x92\ -\x4c\xc6\xb9\xe9\xfa\x0b\xb8\xf8\x9c\x45\x8c\x6b\x6f\xa2\x2e\x97\ -\xd1\xbb\x08\xc2\x22\xcc\xde\x70\xa3\xff\xdf\xbd\xf7\x70\xd5\xe2\ -\x8f\x19\xdd\xc4\x79\x67\xcc\xa5\xb5\xb9\x8e\x9a\x9a\x94\xcd\x88\ -\x03\x4f\xd7\x5a\xa8\x3c\x13\xae\x5e\x1b\x61\x27\x3c\xc1\xa2\xb9\ -\x53\x79\x7c\x95\x3a\x2c\x74\xe8\xc8\x31\x9e\x7c\xee\x55\x9a\x1a\ -\x14\xe3\x36\xd6\xd7\xa8\x02\xa6\x02\x1b\x55\x37\x95\x81\x7c\xdf\ -\x67\x78\xb8\xc4\x70\x62\x02\x4f\xbd\xb8\x87\x7f\xbf\xe3\x2e\x8a\ -\xc5\x22\x4d\x0d\x39\x6e\xbe\x6e\x39\x1d\xe3\x9a\x69\x6e\xa8\x21\ -\x99\x8c\x59\xed\x27\x7d\xc9\x0f\xef\x5f\xc3\xd4\xd9\x4b\x29\x97\ -\xcb\x74\x8d\x6f\x60\x72\x7b\x0d\xa3\x47\xd5\xab\xb1\x92\x3a\x71\ -\x48\xbb\x84\xc7\x06\x7c\xfe\xea\xb6\x1f\xb2\x63\xd7\x3e\x7b\x66\ -\xde\xb4\x71\xed\x4d\x64\x53\x89\x30\x75\x57\x4f\x6f\x64\x6f\x40\ -\xd8\x6d\x59\x5f\x7a\xec\xd8\xb5\x8f\x29\xfb\xf7\xdb\xfe\x6a\x6b\ -\xd2\xc4\xbc\x18\x9e\x89\x98\xdb\xed\x4a\x1c\x7c\xa9\xef\xcf\x9e\ -\x31\x99\xf5\x9b\xb6\x73\xf0\xe0\x41\x3c\xcf\x63\x4f\x77\x0f\x7d\ -\x03\xc3\x0c\x0e\xe7\xc9\xa4\x13\x7a\xeb\x33\xdc\x71\x30\x26\x7f\ -\x10\x48\x86\xf3\x05\x0e\x07\x1d\x2c\x3c\xed\x22\xa6\x4c\x99\xa2\ -\x32\x49\x9b\x6b\xb9\xe6\x4d\x4b\x69\x6f\x6d\xa0\xae\x26\x4d\xdc\ -\x33\xf4\x17\x42\x20\xa5\x64\xcf\xfe\x23\x08\x21\x22\x42\xb0\xb5\ -\xa9\x8e\xf3\x4f\x77\x03\x90\x32\xc2\xcf\x11\xc1\xe7\xf8\x6d\x96\ -\x1f\xed\xed\x51\xea\x4d\x23\xc2\xde\xd0\xb2\xe0\x16\x26\x6d\x3a\ -\x96\xca\x65\xf2\xf9\x82\x3a\xf5\x37\x38\xcc\xe0\x60\x9e\x61\x6b\ -\xfe\x43\x26\x95\xa1\x6f\x60\xd0\x56\xfb\x09\xa4\xd0\xd9\x7d\xba\ -\xde\xbf\x54\x2e\xc0\xc2\x05\xf3\x89\xa9\xbc\xdf\x88\xe9\x2f\x1d\ -\x4b\xc0\x5c\xf5\x15\x66\x00\x86\x70\xa9\xe6\x9a\x6b\x7a\x19\x8c\ -\xb9\x2c\x04\xc9\xb8\xe0\xfd\x37\x5d\xc9\xff\xb8\xfd\x2e\x8e\x1d\ -\x3b\x46\x36\x9b\xe5\xe0\xa1\x1e\x3e\xf7\x8d\xff\xe2\x3d\xef\xbc\ -\x82\x99\x53\xc6\x50\x97\xcb\xb0\xef\xd0\x20\x6b\x37\xec\xe4\x48\ -\x6f\x89\xb6\xb6\xd1\xac\x5c\x79\x0f\xdd\xdd\x2a\x78\xd5\xd4\x90\ -\xe3\xaf\xde\x7d\x39\xa7\x2c\x9c\x46\x5b\x6b\x23\x75\x35\x29\x62\ -\xb1\x58\x85\xab\x1a\x4d\x24\x92\x08\xb6\x6e\x57\xfe\xaf\x4b\x00\ -\x17\x2c\x9f\xcf\xa8\x96\x06\xea\x6b\x73\x3a\x19\xc6\xb5\x5a\x1c\ -\x03\xd0\xdd\x8b\x96\xee\x6c\x05\xcb\xe6\x77\x12\x04\x81\x15\x6a\ -\x0f\xfc\x76\x35\x1d\xe3\x5a\x49\x26\xd4\xa5\xa6\xf5\xb5\x59\x5d\ -\x48\x55\xf5\x53\xf6\x03\x0a\xc5\x12\xc7\xf2\x29\xbc\xfa\x39\xfc\ -\xe4\xbe\x07\xb8\xe7\x9e\x7b\x28\x95\x4a\x34\xd6\xd7\xf0\xfe\x77\ -\x9c\xc7\x9c\x69\xe3\x18\xd5\x5c\x4b\x26\x95\xb0\x89\x90\xa0\x84\ -\xc7\x13\x4f\xbf\x40\xef\xb0\x60\xdc\xb8\x71\x8c\x6d\xcd\x92\xad\ -\x49\x91\x4e\xa7\x40\xa0\xb7\x23\x03\xf2\xc5\x12\xbd\xc3\x71\x3e\ -\xfb\xf5\x9f\xb1\x69\xf3\xab\x76\xc7\xc7\x34\x4f\x08\x46\xb7\x36\ -\x90\x4c\xaa\x43\x49\xc2\x13\xba\xf0\x8a\x6b\xce\x59\xfd\x17\xe2\ -\x43\xc2\x60\x41\x50\xf6\x7d\x36\x6e\x54\x07\x8a\x12\xf1\x18\x09\ -\x9d\xc2\xed\xe1\x04\xde\x8c\x95\x68\x87\x15\xe0\xc1\xa9\x8b\x67\ -\xb2\x6e\xfd\x16\xb6\x6e\xdd\x4a\x36\x9b\xe5\xb9\x75\x5b\x58\x3c\ -\xb7\x93\x7a\xbd\x93\x50\x5b\xe3\x54\x82\x52\xa6\x2e\x7e\x10\x30\ -\x38\xec\x13\xd4\xcf\x65\x42\xfb\x34\xa6\x4c\x99\xc2\xf0\xf0\x30\ -\xb9\x6c\x8a\xf7\x5e\x7f\x0e\x9d\x13\x46\xd1\xdc\x90\x53\x1a\x5c\ -\x03\x1a\x5a\xa0\x3a\x58\xbb\xbb\xbb\x6a\xfd\xcf\x5e\x36\x83\xd6\ -\x46\x75\xd6\x20\xa1\x73\x18\x6c\xe0\xda\xa1\x67\x5c\x45\x60\x04\ -\x41\x60\x9e\x8d\x5a\x9b\xf0\x06\x06\x01\x8d\x29\x6a\x61\xf0\x03\ -\x4a\xc5\x12\x85\x7c\xc9\x66\xfd\xe5\xf3\xaa\x00\x68\xd9\x0f\x88\ -\xc5\x12\x88\x58\x92\x81\x81\x63\x34\x34\x34\xaa\x9c\xff\xc0\x23\ -\x10\x46\x7b\xab\x80\xd2\x94\xae\xc9\x4c\x9a\xd8\xa1\xfd\x67\xdf\ -\x61\x7e\x7d\xf6\xdf\xfa\xfd\xe1\x55\x5a\xaa\xd6\x7f\x94\x4c\x2c\ -\xcb\x69\x3f\xc9\xd6\x9d\x77\xda\x35\x97\x2d\xe1\x17\xbf\x5a\xc5\ -\xfa\x4d\xdb\x19\x1c\x1c\x24\x16\x8b\x31\x34\x9c\xe7\x6b\xdf\xfd\ -\x09\x9e\xe7\x91\x4a\xa5\xac\x75\xb0\x7f\xff\x7e\x86\x87\x87\x2d\ -\xf2\xe7\xcf\x9a\xc4\x7b\x6f\x78\x13\xd3\x3a\xc7\xd2\xd2\x54\x47\ -\x36\x9b\xd6\x47\x79\xb1\x50\x58\xc5\x2f\x88\x08\xcb\x8d\x9b\x77\ -\xa8\x67\x74\x5f\xf5\x75\x59\x96\x2d\x9c\x46\x63\x7d\x4e\xa7\x9c\ -\x56\xaa\xbe\x0a\x7c\xeb\xef\xba\xe7\xbf\x85\x80\xa9\x13\xea\xad\ -\x56\xeb\xed\xed\x25\x91\x48\xf0\xad\x3b\xee\xe7\xad\x2b\xce\xe5\ -\xc2\xd3\xbb\x68\x69\xcc\x51\x93\x55\x49\x29\x81\x14\x1c\xea\xf7\ -\x18\xf0\xeb\x39\xda\xef\xf3\xdd\xef\x7e\x98\xdd\xbb\x77\x23\xa5\ -\x64\xe2\xb8\x16\xde\xff\x97\xe7\x33\x7d\x52\xbb\x32\xfd\x53\xf1\ -\x08\xf3\x23\xa1\x2c\x3d\xf6\xec\xed\xe6\x68\xcf\x63\xec\xdc\xb9\ -\x93\x4b\xce\x9a\xc9\xd0\x70\x91\x9e\x63\x03\xaa\xdc\xfb\x30\xec\ -\x39\x52\xe2\xd5\xbd\x03\xfc\xec\xfe\x87\xec\x4d\x4a\x97\x5e\xb0\ -\x8c\xcd\xdb\x76\xb3\x6d\x87\xca\xdb\xaf\xcd\x65\xc8\xa6\x53\x4a\ -\x00\x78\xda\x5f\x16\x41\x58\x36\x0b\x77\x5c\xbd\xb6\xda\xb2\x3b\ -\xda\x57\xa0\x5c\x2e\xdb\x64\x22\x95\x49\xe8\xa9\x13\x95\x6e\xbc\ -\xc0\x8d\x05\x48\x10\xa8\xba\x83\x57\x5e\x30\x9f\x7f\xfd\xfe\x4a\ -\x5b\xa7\xc0\xf3\x3c\x7e\x7c\xff\x2a\x3c\x2f\xc1\x29\x81\x54\xf8\ -\xca\x24\x55\x6c\x02\x45\xe3\x03\x7e\x96\x19\xa7\x5c\xcd\x0f\x7e\ -\x7c\x1f\x9f\xfd\xec\x75\x94\xcb\x65\xd2\xa9\x04\xef\xbe\x66\x39\ -\x73\xa6\x8f\x57\xc2\x32\x9d\x70\x14\x8f\x21\x86\x70\x4d\x37\x6d\ -\xdd\x15\x59\xff\x5c\x36\xcd\xb2\x05\x93\x69\xa8\xcf\x92\x4a\xc6\ -\x23\x78\x0e\x77\x8f\x08\xdf\xac\xa2\x8d\xf0\xf2\x95\x37\xdc\x05\ -\x70\x07\x96\x42\x84\xfe\xa3\xbe\xe8\xb3\x50\x54\xf5\xfe\x87\xf3\ -\x45\x65\xfe\x97\x7d\x24\x1e\xc9\x64\x9a\x81\xc1\x61\x3c\x4f\x15\ -\x4b\x10\x81\xd0\xe9\xb1\x01\x52\x1f\xfb\x2c\x97\xcb\x2c\x5e\xbc\ -\x88\x5c\x2e\xab\xcd\x26\xe7\xc0\x8f\xef\x1c\xf7\x55\xf7\x0b\x6b\ -\x17\x58\x20\xa4\x87\x14\xbe\x66\x38\xed\xfb\xbb\xc1\x22\x47\x08\ -\xa0\xbf\x03\x82\x9a\x6c\x8a\xdb\x3f\xf3\x2e\xae\xbd\xe5\x9f\xe8\ -\xed\x1b\xc0\xf7\xfd\x48\x45\xd9\x42\xa1\x40\x5f\x5f\x5f\x64\xd6\ -\xcd\x4d\x75\xbc\xe3\xea\xb3\x39\xe7\x34\x95\x25\x57\x5f\x9b\x23\ -\x9d\x49\xd8\x4a\xc1\x86\xf3\xdd\xa1\x5c\x3f\x4e\x4a\xc9\x96\x6d\ -\xbb\x22\x45\x25\x96\x2d\x9c\x4e\x73\x53\x1d\xb5\xb9\x8c\xce\xef\ -\x77\xcb\xaa\x9b\xef\x6a\x21\x40\x48\x38\x38\xc2\x40\x00\xb1\xb8\ -\xe0\xb6\xbf\xbe\x86\x6b\x6f\xfd\x0a\xa5\x52\xc9\xee\xb0\xfc\xfc\ -\x57\x7f\xe0\x81\x47\x9e\x62\xce\xac\x29\x74\x4d\x1a\xc7\xd0\x70\ -\x89\xa1\xa2\x64\x68\xb8\xc0\x96\x2d\x5b\x38\x74\xe8\x10\x52\x4a\ -\x52\xc9\x38\x97\x9c\x3d\x9f\x37\x5f\xb4\x98\xb6\xd6\x3a\x1a\xeb\ -\xb2\xa4\x93\xb1\x8a\xba\xf7\x68\x05\x1a\x90\xcd\xa4\x18\x18\x18\ -\x60\xfd\xfa\xf5\x6c\xdc\xb8\x91\x29\x9d\xe3\x69\xa8\xaf\xe1\x95\ -\xad\xbb\xe9\xeb\x1f\x44\x08\x95\x17\x22\xa5\xa4\xa5\xa9\x9e\xb7\ -\x5d\x79\x26\xcb\xe6\x4f\xe4\x93\x5f\xda\x66\xbb\x6a\x6a\xa8\x21\ -\x93\x51\x09\x40\x9e\x71\x7b\x44\x85\xe7\x1d\x41\x60\x38\xe7\xee\ -\x43\xbd\xaa\x3a\x92\x76\xa5\xd2\xa9\x24\xb1\x58\x4c\xdf\xfa\xe3\ -\xd9\xd8\x89\xc1\xa5\x62\x7e\x93\x15\x2a\x18\xd3\x9a\xe1\x9a\x15\ -\x67\x73\xef\x2f\x1f\xa7\x54\x2a\xa9\xfc\x93\xfe\x41\xbe\x7b\xd7\ -\x03\x3c\x3c\x71\x1c\xa7\x2f\x9d\xc3\x84\xb1\xad\x34\xd5\xd7\x50\ -\x28\x81\x1f\xaf\x27\x96\x12\xdc\xf4\xb1\x73\x6d\xde\x41\x43\x6d\ -\x96\x5b\xff\xe2\x6c\x16\xcd\x9e\x48\x5b\x4b\x9d\x8a\x93\x78\x7a\ -\x7b\xbc\xaa\xb4\xba\x72\x89\xb6\xbd\xba\x27\x62\x05\x2d\x9a\x33\ -\x91\xe6\x86\x1c\xb5\xd9\x94\xde\x06\x15\xce\x85\xb0\xee\x4e\x44\ -\x48\x53\xe0\xc6\x43\x44\xd5\x38\xa6\xbd\x31\x25\xc1\xa4\x21\xec\ -\x40\xd7\xfc\x57\xe5\x93\xf2\xc5\xa2\xcd\xf7\x1f\x1a\xca\x93\x2f\ -\x94\x29\x97\x55\xd9\xad\x58\x22\x45\xdf\xa1\xc3\xa4\xdd\x52\xdf\ -\x26\xfa\xaf\x7d\xd1\xa6\xe6\x46\x66\xcf\x9a\xa1\x0f\x83\xf8\xfa\ -\x82\x0f\x7d\xeb\x8f\x2c\xa3\xb2\xe8\x4d\xc0\x03\x9b\xa2\xa9\xa2\ -\xdc\x31\x64\xe0\x47\xb6\xb9\x30\x01\x3f\xab\x4d\xa4\x13\x0b\x00\ -\x0f\x8f\x29\x13\xdb\xf8\xc5\xf7\x3e\xc5\xdf\x7e\xee\xfb\xac\x59\ -\xbb\xf9\xb8\x73\x56\x3e\xfa\x3c\x2e\xbb\x60\x09\xed\x6d\x8d\xd4\ -\xd7\xd6\x90\xcd\xa8\xac\x41\xcf\x55\x8f\x23\xf9\xad\x26\x20\x25\ -\x03\xca\x01\xf4\xf6\xf5\xdb\xcf\x12\x89\x38\xe7\x9d\x31\x47\xf9\ -\xea\x99\x64\x24\x91\xc9\x10\xaa\x86\x5c\xcf\x45\xcd\x49\x06\x32\ -\x7c\x5f\x93\xb5\x27\x04\xd3\x26\x36\xf3\xcf\x9f\x7b\x0f\x9f\xfc\ -\xe2\xdd\x1c\x3d\xd6\x6f\x05\x9a\xef\xfb\x3c\xb7\x76\x03\x2f\xac\ -\xdb\x04\x60\xb3\xd0\x40\x99\xe1\x0b\x66\x4d\xe4\x6d\x57\x9c\xc6\ -\xd4\xce\xd1\x34\xd5\xd7\xa8\xfd\xf4\xb8\x4e\xca\x09\x82\x2a\xbd\ -\x13\x8f\x09\x2e\x58\xbe\x90\x5f\x3c\xf4\x14\xa6\x86\xc3\x2b\x5b\ -\x77\x56\xcd\x3d\x91\x88\x73\xc1\x99\x73\xb9\xea\xa2\xc5\x8c\x1d\ -\xdd\x48\x6d\x36\x45\x7d\x5d\x16\xf6\xaa\xcf\xe7\x4c\x1b\x4f\x43\ -\x6d\x56\x6f\x99\x46\xec\x74\x3b\x3b\xb7\x5a\x5f\x18\xd3\x91\xec\ -\x3f\xd8\x13\x11\xa4\x99\x74\x42\xd7\x54\x50\xe7\x09\x54\x31\x97\ -\x20\x74\x9d\x6c\xb7\xca\x8c\x8e\x79\x82\xf7\xbd\xfd\x2c\xd6\xbc\ -\xf8\x0a\x3b\x76\x77\x47\x9e\xd9\xb1\x6b\x2f\xbb\x5e\xdb\x4f\x2c\ -\x16\x23\x95\x4a\xd9\xa2\xa3\xa5\x52\xc9\x3e\xb7\x60\xe6\x04\xde\ -\xbe\xe2\x14\xba\x3a\xda\x68\x6d\xaa\x55\xf7\x45\xc4\x4c\x6e\xc5\ -\xc8\x21\x44\x89\xa0\xfb\xe0\x11\xdb\x47\x2c\xe6\xb1\x7c\xe9\x34\ -\x25\x08\x53\x71\xe7\x20\x94\xab\xcd\xc5\x48\x12\x20\x94\x87\x26\ -\xcd\x78\x04\xda\x3b\xf1\x99\x80\x86\x20\x25\x3a\x1f\x26\xa0\x5c\ -\x0e\x28\x95\x4b\x14\x0b\x65\x6d\xf6\x17\xc8\x17\x4a\x14\xb5\xef\ -\x1f\x8b\x27\x94\x30\x70\x32\xfe\x02\x19\xd8\x63\xbf\x31\xa0\x58\ -\x2a\x31\x6f\xee\x5c\x5a\x5b\x9b\x95\x4b\xe0\x07\x36\xed\x57\xe8\ -\xa3\xbe\x32\xd0\xfe\xbf\x49\xfb\x95\x2a\x07\x49\xa2\x24\xab\x4d\ -\x4f\x36\x26\x97\xfd\xdf\x24\xf7\xb8\x12\x55\x07\x0a\x63\x1e\x1d\ -\x63\x5b\xb8\xe3\xab\xef\xe7\x81\xdf\xac\xe1\xd1\x27\x5f\x64\xcf\ -\xbe\xc3\x94\xca\x3e\xa3\x5a\x1a\x68\x6f\x6b\x62\xc9\xfc\x2e\x16\ -\xcd\x99\x4c\x5d\x6d\x96\x5c\x2e\xa3\x4c\xcd\x98\xa7\xb5\xbe\xd2\ -\x31\xe1\x92\x54\x21\xcc\x7e\x22\x11\x0c\x17\xa2\xe5\xa4\x4e\x5f\ -\x3c\x9d\x09\xe3\x46\xd1\x50\x97\x25\x9e\x30\x17\x88\x86\x0c\x6f\ -\x2d\x0a\xf3\xbf\xb9\xda\x4c\xcf\x33\xa4\x0b\x35\xdf\x18\x82\xd3\ -\x17\x4e\xe4\xde\xef\x7e\x88\xaf\xdf\xf1\x08\xbf\xfa\xdd\x1a\xbd\ -\x5e\xd2\xe2\xde\xb4\x5c\x36\xcd\xfc\x59\x1d\x5c\x79\xe1\x62\xa6\ -\x4e\x1a\x4d\x7d\x5d\x96\x5c\x26\xa5\xfd\x57\xcd\x70\x8e\x3f\xee\ -\xce\xce\x8b\x79\x7c\xf4\x9d\xe7\x30\x79\x42\x2b\x3f\xf8\xc5\x1f\ -\xe8\x3e\xd8\x83\xdb\xda\x5a\xeb\x39\x73\xc9\x74\x2e\x5c\x3e\x47\ -\xe7\x34\xa4\x55\x89\x35\x01\xd3\x26\x8d\xe6\xa5\x4d\xbb\x99\xdc\ -\xd1\xc6\x9b\x2f\x5a\xac\x8f\x28\xc7\x43\xff\xb6\x92\x6b\x5c\x3c\ -\x3a\x39\x19\xd9\x4c\x32\xf2\x48\xae\x26\x4d\x46\xc3\x6f\x98\x42\ -\xe8\xe2\x2c\xc6\x14\x93\x5a\x7b\x09\xa9\x04\x66\x4b\x63\x0d\xff\ -\xf6\x85\x77\xf3\xf9\xef\xdc\xcf\x1f\x9e\x7e\xd9\xf6\x65\x84\x9a\ -\xef\xfb\x36\xc9\x08\x54\x8a\xee\xec\x29\x63\xb9\xf0\x8c\x99\x2c\ -\x9e\xdd\x41\x63\x6d\x96\xba\xda\x8c\xda\xb5\xd1\x96\x47\x08\x27\ -\xae\xcf\xa6\xea\x3c\xf8\x22\xb2\x06\x8b\xe7\x4c\x64\xe2\xd8\x16\ -\xea\x6a\x54\x02\x53\xe8\xe3\x87\x26\xa4\xb9\x78\xc6\xfa\x61\xb6\ -\x6b\x55\x85\xdb\x66\xe3\x8e\x40\x7f\x6f\x50\x0c\xc0\xa4\x7f\xfa\ -\x7a\xeb\xaf\x4c\xb1\x58\xb6\xd7\x7d\x0d\xe9\xec\xbf\x62\xc9\x07\ -\xe1\x91\x4e\x67\xd9\x77\xf0\x18\x9e\xe7\x51\x28\x14\x54\x7d\x3e\ -\x4f\xb9\x00\x81\x0c\xf0\x3c\x25\x65\x17\x2f\x5a\x48\x2a\x99\x44\ -\x98\xed\xbd\xc8\x71\x5f\x63\xfa\x2b\xe4\xd8\xa2\x64\xfa\x4f\xb8\ -\xf5\x67\x80\xd4\xc8\x33\x00\x9b\xcf\x9d\x60\x89\x62\x5c\x41\xdc\ -\x13\xe4\xb2\x69\xae\xbe\x74\x19\x97\x9f\xbf\x88\x42\x49\xe5\x02\ -\x08\xe1\x11\x8b\xc5\x88\xc7\x63\xa4\x92\xaa\xac\xb4\x17\x33\xd5\ -\x90\x46\xc4\x8c\xf3\xb2\xc2\xfc\xd3\x6e\x48\x3a\x15\xb7\xd6\x4f\ -\x43\x5d\x0d\x57\x5d\x72\x2a\x6d\xad\xf5\x6a\xfb\xca\x73\x16\xd8\ -\x6a\x23\xc7\x0d\x10\xca\xc5\x11\x8e\x70\x73\x15\x9b\x22\x06\x88\ -\x7b\x1e\xed\x2d\x75\xdc\xf6\xe1\x2b\x78\xd7\xd5\x67\xb0\x61\xdb\ -\x5e\xb6\xbc\xba\x9f\xfd\x07\x8f\x91\x4d\x27\x68\xac\xaf\x61\x46\ -\xd7\x58\x66\x4c\x19\x4b\x2e\x9b\x22\x9b\x4e\x91\x49\xa9\x92\xd9\ -\x9e\xa7\x83\x96\xda\xff\x34\x8c\x13\x29\x7e\x2a\xd4\xb9\x8d\x86\ -\xba\x34\xd7\x5f\xba\x90\x37\x9f\x3f\x9b\x9e\xbe\x61\x76\xee\x3d\ -\xcc\xc0\xe0\x30\xe3\xdb\x9b\x68\xa8\xcb\xa9\x3a\x7e\x99\x14\x99\ -\xb4\x4e\xf1\x15\x2a\x90\xf6\xb1\x5b\x2e\x65\xc9\xdc\x4e\x66\x4f\ -\x1b\x4f\x26\x9d\xb4\x09\x4f\x56\x53\xbb\xa6\xad\x00\x55\xd9\x49\ -\x44\xd1\x29\x3c\x66\x74\x8e\x8a\x60\xff\xc2\x33\xe7\xd0\x54\xaf\ -\x8b\xb9\x44\x70\x58\x41\xbc\x60\xcd\xd8\x98\x10\x8c\x6d\xab\xe7\ -\xeb\x9f\xbe\x9e\xb5\x1b\xcf\xe4\x77\x4f\xad\x67\xcd\x4b\xdb\xe8\ -\x3e\xd8\xc3\xc0\x60\x9e\xda\x9a\x0c\x4d\x8d\x39\x5a\x1a\x73\xcc\ -\xec\x6a\x67\xf9\x92\xa9\x8c\x6a\xaa\xa5\x26\x9d\x20\x93\x4e\xd8\ -\x83\x47\xaa\x7a\x54\x28\xa4\x8c\xbb\x11\x81\x41\x4a\x3c\x24\xf1\ -\x78\x9c\x72\xb9\x4c\xae\x26\xcd\x8a\xf3\xe6\x33\xaa\x31\x4b\x26\ -\x19\xd3\x16\x35\xa1\x99\x63\xdc\x4a\x7d\xed\x7b\xb4\x00\x6d\x68\ -\x01\x9a\x62\x37\x91\x43\x67\xba\x9d\x50\x01\x20\x6d\xf0\x4f\xda\ -\x00\x85\xaf\xab\xd4\x16\x9d\xfb\xfe\x14\xf3\x2b\xed\x2f\xa5\x20\ -\x20\x46\x3e\x5f\x20\x9d\x4e\x53\x2a\x95\x08\x84\x2a\xf7\x14\xc8\ -\x80\x98\x8c\x51\x16\x25\x66\x4c\x9f\x46\xd7\xe4\x4e\x45\x80\xd6\ -\xcc\xf7\xf5\xf5\xde\x65\xa4\x6f\xb6\xfe\xc2\xb3\xff\x46\x10\xd9\ -\x9b\x5b\x23\xad\x82\xf9\xac\xca\x74\xb8\xc6\x6a\x1c\x25\x49\x13\ -\x71\x8f\x78\x2c\x4d\x56\xa4\x11\x84\x45\x36\x14\xed\xb9\x66\xa8\ -\xbb\xb0\x46\xc8\x84\xe9\xb1\xea\xf3\x0a\xb3\x4d\x5b\x2b\xa9\x84\ -\xc7\x37\xbf\xf0\x21\x1e\x7d\xe2\x39\x4e\x99\x37\x91\xae\x49\xed\ -\x34\xd6\xe7\x9c\x1b\x87\xc2\xf5\x37\x4b\x1c\x89\x87\xb9\x2f\x22\ -\xb7\xcc\x82\x05\x4b\xa8\x74\xdf\x74\x3a\xc9\xb4\x49\x6d\x4c\xee\ -\x18\x45\xf9\xec\xb9\x94\xcb\x01\xc6\x69\x8a\xc7\x3c\x62\x71\x4f\ -\x59\x32\x9e\xc0\x23\x2c\x69\xee\x3a\x17\x6a\x28\x2f\xcc\xb4\x74\ -\x22\x52\x42\x08\xd2\x29\x8f\x64\x32\x46\x2e\x9b\xa6\x7d\x54\xbd\ -\xda\x9a\x15\x02\x4f\xe8\xfa\x76\x31\xad\xc1\x08\x51\x56\x93\x49\ -\x70\xf1\xf2\x39\xf8\x52\x9d\x7b\x30\x7e\xaf\xd4\x97\x82\x58\xb9\ -\xa3\xc7\x30\x79\x00\x0e\x25\x82\x90\x4c\x68\xcb\xf2\xab\xef\xff\ -\x1d\xab\xd6\xbc\x42\x73\x43\x9a\xa9\x93\xda\x69\x69\xaa\x55\x16\ -\x40\x44\xfe\x46\x5d\x88\x08\x95\x08\x41\xcc\x53\xb8\x5a\x3a\x6f\ -\x22\xf3\xa7\x8f\xa5\x50\x3c\xd7\xde\x9b\x60\xe4\x4e\xcc\x53\x3f\ -\x09\x4f\x90\x4c\xa8\xdb\x85\x4d\xea\xb4\xa7\x4f\x69\x59\xdf\xdc\ -\xe1\x8f\x08\xad\x08\x48\x78\x92\xaf\xfd\xc3\x4d\x3c\xf2\x87\xb5\ -\x2c\x98\xde\x46\xd7\x84\x56\xea\x73\x19\x12\x9e\xd0\x07\xde\x0c\ -\xbc\x61\xa5\x2d\xa1\xe1\x74\x16\xdf\x2e\xb4\xd6\x2b\x23\x32\x3f\ -\xbc\x81\xf5\x00\x90\x52\xef\xfd\x97\x28\x16\x4b\xfa\xbe\x3f\x55\ -\x6c\xa2\x50\x28\x51\x2a\xab\x43\x41\xc9\x54\x86\xfe\x81\x21\x1d\ -\xe5\x2f\x44\x4c\x7f\x4f\x7a\x24\xe2\x09\x40\x72\xca\x29\x8b\xa9\ -\xab\xab\xc1\x13\x01\xd2\x05\x02\xd7\xc7\x00\x00\x20\x00\x49\x44\ -\x41\x54\x57\x57\x7b\x49\xfd\x63\xae\xfb\x96\x3a\x07\x20\xd0\xbb\ -\x00\x42\xfb\x21\x0e\x2f\x1a\xb4\x61\xac\x83\xb0\x7e\x5c\xc5\xd2\ -\xdb\xc5\x89\xde\x5b\x67\x02\x38\x42\x84\x02\xc0\x3e\xaf\x1c\xf9\ -\xa8\x76\x16\x46\x3a\x63\x19\x5e\x54\x91\x5a\xb8\x0d\x18\x8f\x79\ -\xac\x38\x6f\x16\x97\x9f\x3b\xd3\xf6\xab\x88\xc7\xab\x5e\x40\x29\ -\x2d\x63\x23\x5c\xaf\xd0\x58\x0a\x21\x6c\xae\xd2\xd4\xfc\x61\xcf\ -\xe8\x27\x10\x20\x92\x11\x0d\x12\x12\x66\x54\xa0\x87\xfe\x67\x98\ -\xfa\x6a\x2c\x29\x73\x26\xc2\x08\x19\x33\x29\x4f\x08\x44\x5c\x12\ -\x93\x42\xb9\x5b\xd6\x6c\x75\xb4\xb6\x34\xb8\x56\xdf\x8d\xc5\x3c\ -\xe2\x1a\x9e\xb0\xaa\x4e\x38\x7f\x23\xf4\xdc\x24\xa0\x70\x50\x55\ -\xe5\xc9\x8b\x41\xe7\xb8\x06\x3a\xc7\x9d\xea\xc0\xe3\x54\x0d\xc2\ -\x59\x27\xdd\xbf\xb5\x32\x30\xcb\xa8\x70\xa7\xce\x48\x78\xc4\xb3\ -\x49\xb2\xd9\x64\x28\x51\xf5\x1f\x9b\x69\xe7\x9b\x1b\xa7\x43\xa6\ -\xc6\x19\xc5\x9c\x1e\xb4\x01\x3c\x73\xdb\xaf\x7e\xd6\x43\x70\xce\ -\xc2\x31\x9c\xbd\x70\x8c\xa5\xbd\xf0\x59\x19\xed\xb2\x8a\x1e\xc2\ -\x17\x21\xcd\x57\x98\x81\x15\xed\x84\x1f\x07\x36\x75\xf6\x24\x10\ -\xf8\x3e\x7e\xcc\xa3\x58\x2e\x53\x28\x16\x29\x14\xd5\xf9\xff\x62\ -\xa9\x8c\xef\xab\x7a\x78\x89\x54\x86\x9e\x7d\x7b\x89\xc5\x62\xca\ -\xfc\xf7\x04\x09\xed\x2f\x49\x6d\x5a\x4e\xee\x9c\xcc\x82\xf9\xea\ -\xd8\xaf\xd4\x65\xbd\xa5\xbe\xf3\x4f\x09\x01\x73\xfd\xb7\x63\x01\ -\x68\x37\x40\x48\x77\xc9\x1d\xad\x6b\x08\xc2\xaa\xcf\x4a\xd3\xc9\ -\x41\xba\x0c\x49\x25\xda\x4f\xd8\xa2\x8b\x64\x84\x8b\xfb\x98\x6b\ -\x9e\x51\x61\x69\x44\x7a\xaa\x18\x53\x5a\x3f\xd5\x24\xb9\x54\x7e\ -\xad\x5a\xae\xa3\x89\x59\xe7\x4a\x84\x40\x86\x43\x0b\xe1\x4c\xbb\ -\xc2\x3c\xac\x20\x98\x90\x59\x0c\x01\x0a\x2b\x70\x14\x0f\x87\xb7\ -\x22\x19\x38\xad\x00\x8d\x40\x57\x09\xa9\x42\x52\x88\x6b\x67\x6c\ -\x61\x65\x2e\x91\x75\x8b\x4c\xd1\x85\xbb\xc2\x04\x76\x2c\xa1\x70\ -\x65\x2b\x85\xbc\x7e\xf7\xb8\x0c\x12\xc2\xef\x6a\xea\xaa\xe7\x1d\ -\x97\xc8\x6a\xf5\x91\x56\xc7\xc6\x18\xa8\x10\x02\x1a\xaf\xd2\x94\ -\xab\x33\xb8\x08\x2c\x8c\xa6\x2f\x57\xe8\x9a\x1f\x89\xc1\x5b\x25\ -\xbe\xff\x74\x7b\x83\x82\x80\x46\xca\xa9\xad\xbb\x52\xb1\x4c\xa1\ -\xa0\x62\x00\xf9\x42\x91\x7c\xb1\x44\x49\x1f\xfc\x19\x1a\x2a\x50\ -\x74\x32\xde\x92\xc9\x14\x42\x08\x46\x8f\x1e\xcd\xd2\xa5\x4b\x98\ -\x37\x77\x0e\x9d\x9d\x1d\xb4\xb7\xb5\xea\x12\x5f\x01\x04\x65\x08\ -\xd4\x2d\xbf\x22\x18\x21\x19\x88\xc0\x32\x20\x12\xf0\x5c\x73\xc9\ -\x21\x74\x61\xb4\xa2\xa3\x3d\x22\x08\x0f\x89\x51\x98\x17\xce\x1f\ -\xdb\x8c\xa6\xc4\x58\x1c\x21\xa3\x08\xdb\xff\xc8\x2d\x2c\x42\x31\ -\x02\x57\x6b\x95\x6d\x35\x96\x3d\x79\xe6\x8a\xa3\x4a\x61\x24\x43\ -\x4d\xa6\x91\x60\x5e\x87\x2e\x88\x87\xf0\x2a\x88\xb8\x02\x46\xf7\ -\xd2\xc9\x88\xf0\x0b\x95\xac\xd5\xc0\x51\xd7\x26\x2a\x2c\xaa\x98\ -\x2e\xe2\xab\x1b\xac\x86\x84\x1f\x99\x86\x27\x22\x70\xd9\xa3\xd7\ -\x6a\xe0\xe8\x5a\x5a\x48\x1d\x26\xd1\xe3\x99\x83\x64\x0a\x74\x51\ -\xbd\x6d\x09\x21\x73\xeb\xd7\xd5\x56\x42\x38\x3f\x3b\x96\xfb\x6f\ -\x05\xec\xf6\x58\xb6\x83\x89\x91\x05\x60\xc5\xd8\x8e\x55\x61\x50\ -\x64\xcb\x79\x5b\x4b\xb2\x22\x8f\xa1\xb2\x4f\xc7\xf4\x37\xfd\x47\ -\x12\xc4\x9c\x76\xc2\x04\xc0\xac\x59\xb3\xc4\xb6\x6d\x5b\x85\x2a\ -\x06\xa9\xa3\xff\x81\x2a\xdf\x6d\x2c\x80\x7c\xbe\x40\xb1\x58\xd2\ -\x97\x5b\x08\xd2\x99\x1a\x0e\x1d\x1d\xb0\x5b\x4e\x2d\x2d\x2d\xc4\ -\x62\x31\x96\x2e\x59\xc2\x8a\x15\x97\x31\xb1\x63\x3c\xd9\x4c\x9a\ -\x78\xdc\x03\xa9\x18\x3c\xf0\x8b\x61\x8d\x7f\x5d\x03\xc0\x04\x05\ -\x6d\x1d\x3a\x4c\x79\x0e\xb4\x6b\xe8\x6a\xfe\xa8\x06\x0f\xcf\xf5\ -\x3b\xf8\x31\x8b\x62\xa9\xa0\x42\x03\xe9\xf7\xa5\xbb\x80\x11\x44\ -\x13\x19\xef\xf8\x42\x20\x42\x41\x44\xc8\xcd\xd5\x5c\x11\x2d\x51\ -\xc1\x52\x8e\xf0\x32\xec\x24\x1d\xea\x31\xbe\x72\x25\xd3\x86\x8c\ -\x8a\xab\x6a\x1d\xcb\x43\x44\x7a\xc2\xe2\xc9\xe0\xc2\x30\x9b\xc3\ -\xd0\xd2\xd5\x97\x56\x82\x55\xd1\x7e\xc8\xb8\xd1\x98\xc6\xeb\x5b\ -\x0b\xce\x3a\x11\xe2\x26\xb2\x76\x2e\xde\xcd\xf3\xc6\x05\x53\x9c\ -\x14\xce\xd5\xba\x4f\x0e\x0b\x5b\xcb\x2b\x44\x56\x88\x6f\x87\x38\ -\xec\xb4\x9c\xd7\xb2\x72\x2d\x4d\xd7\xe6\x3e\xcc\x90\x89\x23\xcf\ -\xb8\x63\x8f\x30\xeb\x08\xad\x3a\x5a\x5f\xb8\x7f\x11\x55\x38\x0e\ -\x2d\xcc\x30\x37\x64\x24\x21\xf0\x86\x58\x00\x86\xc0\x82\x40\x0d\ -\x5a\x2a\xaa\x9b\x52\xf3\xf9\x92\x2e\xf9\xa5\x0f\xb0\x88\x18\x7d\ -\x7d\xfd\xf6\x3b\x41\x10\x70\xfe\xf9\xe7\x71\xc5\x8a\xcb\x69\x6b\ -\x6b\x55\xa5\x9b\xe3\x42\x69\x7c\xc2\x0b\x3e\x02\xbf\xa8\x4c\x7f\ -\xf3\xd7\xdc\xf6\xa3\xb5\xbf\x99\xbb\x25\x2a\xd7\x77\x84\x8a\x05\ -\x71\x3e\xd0\x92\xdb\x90\x80\xf9\x38\x72\x58\xc8\x10\xff\x08\x4a\ -\xc4\xf6\x13\x19\xd7\xfc\x8c\x88\x2d\x84\xc9\xe9\xb6\x5f\x0d\xd9\ -\x4f\x99\x77\x8a\x80\x0c\x31\x49\x47\x3b\x55\xcd\x21\x02\x83\xb4\ -\xb0\x2b\x76\xd1\x77\x29\x1a\xc6\x74\xf8\x38\x24\x3d\x49\x95\xa0\ -\x72\x83\x99\xc2\x42\x86\x2b\x54\x6d\xdc\xcf\x53\x87\x93\x08\x3c\ -\x04\x81\x85\x53\x3a\x23\x1c\x3e\xa6\x2a\xfc\x36\x37\xd4\xda\xb1\ -\x84\x5d\xb0\xd0\x72\x70\x09\xdf\xa2\xb0\x02\xed\x91\x6c\xba\xe3\ -\xcb\x1b\x07\x47\x6e\xba\x94\xa8\x16\xa6\x66\xe5\x25\x98\xc3\x54\ -\xaa\x94\xfc\x08\xeb\x67\xb5\xb6\xb4\xf8\xde\x7f\xe8\x18\x35\xe9\ -\x04\x39\xbb\xfd\x58\x69\x25\x44\xd7\xcd\xae\xa9\x23\x88\xab\x14\ -\x40\x44\x51\x69\x6b\xc6\x2a\x22\xed\x70\x8d\x44\x62\x8e\x2b\x1a\ -\x4a\xc7\xea\xe6\x8d\xf8\xee\xff\x66\x33\x65\x96\x25\x12\x29\xf4\ -\x8d\xbf\xbe\x3e\x02\x5c\x2c\x53\x2c\x2b\xdf\xdf\x0f\x94\xff\x9f\ -\x2f\x94\x28\x14\x8a\xf8\x7e\x19\x29\x25\xd3\xa7\x4d\xe3\xe2\x8b\ -\x2e\xa4\xb5\xb5\x59\x15\x6e\x8c\x7b\xfa\xf6\xde\x32\x41\xb9\x48\ -\xe0\x17\x08\xca\x79\xa4\xb9\xe8\x53\x96\x75\x11\x10\x5f\x1d\x02\ -\x32\x52\x2e\x08\xe8\x3e\x74\x94\xc7\x9e\x7a\x09\x83\xc3\xa8\xa9\ -\x0a\x11\x49\xa8\xb5\xa1\x29\x69\x8d\x29\x69\xad\xbf\x1d\x65\x63\ -\x07\xdb\x16\xb1\x32\x24\x30\xb3\xe5\x12\xc1\x4c\x25\x09\x54\x52\ -\x36\x11\x02\xc6\x44\xb5\xbd\x50\xc2\x5b\xa5\x6b\xfd\x46\xf5\x86\ -\x9d\x8b\x0c\x37\x40\xed\xc2\xeb\x39\x0b\xcf\x81\xcb\x09\xc0\xd9\ -\xd0\x9d\x70\x77\x32\xb0\xff\xbb\xcf\x87\xaf\x1d\xd0\xad\x05\x10\ -\x9a\xa4\x6e\x54\x3e\x14\x15\x46\x03\xc3\x97\xff\xed\x57\x3c\xbe\ -\x7a\x93\x83\x02\x57\x33\x86\x1a\xce\x45\x60\x25\x93\x82\xe4\xb9\ -\x97\x5f\xe5\x0b\xdf\xb9\x1f\x50\x97\x6b\x1c\xed\x1d\xb4\x12\xed\ -\xd0\x91\x5e\x6e\xfd\xf4\x1d\xf8\x81\xef\x98\x3f\xd5\xcb\xe1\xbe\ -\xeb\xf2\x88\x9d\xa3\xf1\xe9\x83\x20\xac\x73\xe8\x04\x42\x43\xad\ -\xaf\xd6\xe3\x6f\xbf\x7c\x2f\x2f\x6f\xde\x33\x82\xe0\x0f\xbf\x53\ -\x28\x96\x38\xd2\xd3\x6f\xd7\x6c\x68\xb8\xc8\x07\x6e\xfb\x09\x03\ -\x43\x05\x4d\x83\x21\xd3\x86\xa0\xbb\x5a\x5f\xef\xf9\x47\xcc\xd5\ -\xea\x16\x39\x90\xe7\x3e\x53\x21\x28\x4e\xa8\x00\x08\xeb\x91\x79\ -\xca\x55\x97\xaa\xf8\xa3\x1f\xa8\xb3\xde\x65\x3f\x50\xb7\xfd\x48\ -\x41\x32\x9d\x61\x60\x60\x58\x57\xf7\xf1\x69\x6a\x6a\xe4\xb2\xcb\ -\x2e\xa1\x7d\xf4\x28\x52\x89\xb8\xaa\x72\xa2\x0b\x7c\x84\xcc\xaf\ -\x7e\xfc\x72\xc1\x5e\xf8\x69\x8a\x80\xaa\x49\x06\xd6\xa4\xfc\xc6\ -\xbf\xdd\xcf\x4d\x1f\xf9\x26\xbb\xf6\x1c\x0c\x67\x6e\x89\x3e\x82\ -\x29\xac\x66\x95\x12\xf7\x0c\x81\x1b\x68\x89\xfa\x5c\xa1\x26\x0e\ -\x17\xcc\xa1\x61\xb7\x6f\x13\xd9\x76\x82\x5b\xce\xe0\xd1\xe5\x73\ -\x98\x0e\xcb\x90\x51\x0b\xa6\xaa\xb9\x81\x27\x7b\x13\xaf\xac\x62\ -\x48\xe1\x39\x0c\x1c\x55\x2d\x55\xe3\x47\x26\xe2\x0a\x81\x4a\xdc\ -\x45\x64\x99\x18\xf9\x7d\x67\xae\xf6\xc3\x11\x70\x70\xfc\x40\x1c\ -\xa1\x65\xe6\x3c\x33\x66\x54\x03\x4b\xe7\xa9\x63\xba\xdf\xb8\xf3\ -\x21\x7e\xf1\xd0\x1a\xfb\x59\x6d\x4d\x9a\xb3\x97\xcd\x50\x25\xb1\ -\x23\x5a\xb0\x6a\x54\x87\xc9\x64\x14\xe7\x98\x31\x03\x22\x3b\x41\ -\x56\xd0\xe2\x2c\x4d\x85\xb5\xe2\x8e\xe2\xba\x06\x52\x72\xf7\xca\ -\xa7\xf9\xde\xcf\x9e\xc2\x1c\xcf\x4d\xa7\xe2\x2c\x5f\xdc\x45\x26\ -\x95\xa8\xc0\x55\x48\x2f\x56\xa8\xba\x05\x64\xff\x04\x4d\xb8\x42\ -\x27\x62\x05\x54\x08\xc4\x13\xe6\x02\x14\x8b\x45\xcd\xfd\xd2\x40\ -\xad\xaa\xff\x96\x7d\x0a\x25\x75\x77\x7a\xb9\xac\x12\x19\x3c\x2f\ -\x06\x22\xc6\xd1\xa3\x3d\x94\xcb\x65\x12\x89\x04\x0b\x17\x2e\x64\ -\xea\x94\xc9\xa4\xd3\x29\xe2\x71\x0f\x81\x8f\xda\xe2\x73\x98\xdf\ -\x0f\x99\x5f\xfa\x45\xa4\x1f\x5e\xf9\x05\xfa\x50\x44\x00\x47\x8e\ -\xf5\xf3\xbb\x55\xeb\xb8\xf9\xed\x17\x71\xc7\x8f\x7e\xc3\x6d\x7f\ -\xfb\x0e\x04\xd0\xdb\x37\xc8\xca\x87\x9e\xa6\xfb\x60\x0f\x99\x54\ -\x92\x37\x9d\xb7\x88\xae\xce\xb1\x51\x64\x01\x3b\x5f\x3b\xc8\xca\ -\x87\x57\x13\xf3\x3c\xde\x72\xe9\x69\xb4\x8f\x56\x47\x8f\x1f\xfc\ -\xed\x1a\xb6\xee\xd8\x4f\x10\x04\x2c\x9c\xdb\xc5\x39\xa7\xcd\xb6\ -\x8b\xb4\x75\xc7\x3e\x56\x3e\xf4\x0c\x33\xa6\x8e\xe3\xc2\xe5\xf3\ -\x49\xc4\x63\x1c\x3e\xd2\xcb\x03\x8f\x3e\xc7\xa1\x23\x7d\xe4\x6a\ -\xd2\x5c\x7e\xe1\x29\x74\x8c\x6f\x53\x5f\xd0\x6b\x30\x38\x98\xe7\ -\x91\xc7\x9f\xe7\xe5\x4d\xbb\x98\x3d\x6d\x02\x6f\xb9\xec\x34\x40\ -\xb0\x6e\xc3\x0e\x1e\x79\xec\x05\x1a\xeb\x73\x5c\x77\xc5\x19\xe4\ -\xb2\x69\xfa\xfa\x07\xb9\xff\x91\x67\x78\xfb\x5b\xce\x42\x08\x78\ -\xfa\xf9\xcd\x24\x93\x71\x16\xcd\xe9\x62\xf5\xf3\x9b\x79\x76\xed\ -\x56\x06\x86\xf2\x5c\x7a\xde\x22\xe6\xcd\x9c\xc4\x86\x2d\xaf\xf1\ -\xf0\x63\x2f\x50\xf6\x7d\xae\xbd\xfc\x0c\x26\x8c\x6d\x66\xdb\xce\ -\x6e\xee\xff\xcd\xb3\x4c\x9f\x3c\x96\x0b\x97\xcf\x25\x16\x8b\xea\ -\x80\xa7\x9f\xdf\xc2\x8b\x1b\x76\x32\x38\x5c\xa0\xab\xa3\x8d\x15\ -\x17\x2c\xd2\x15\x6b\x24\xdb\x77\x1e\xe0\x57\xbf\x5f\x4b\x32\x11\ -\xe7\xaa\x8b\x97\xd0\xda\x52\xc7\x43\x8f\xad\x63\xca\xa4\x76\xba\ -\x26\xb6\x01\xf0\xcb\xdf\x3e\xcf\x82\x59\x13\x19\x3b\xba\x81\xdf\ -\xfd\x71\x03\x2f\x6f\xde\xc3\xf9\x67\xcc\x62\x56\xd7\x18\x67\x94\ -\x90\x78\xa5\x84\xdf\x3c\xf9\x12\x1d\x63\x9a\x99\xda\x39\x9a\xfe\ -\xc1\x3c\x8f\xae\x5a\xcf\x9b\x2f\x5a\x8c\x10\xf0\xf0\xe3\x2f\x33\ -\xbd\x6b\x0c\x81\x94\xfc\xfe\xa9\x0d\xf4\xf4\x0e\x30\x6f\x46\x07\ -\x33\xa6\x8c\x25\x5f\x2c\x59\x4d\xf7\xcc\xba\xed\x48\x29\x99\xda\ -\xd9\xce\xd2\xf9\x93\x19\x1a\x2e\x00\x92\x23\x47\xfb\xf8\xf5\x1f\ -\x5e\xe2\xd0\x91\x3e\x6a\xb2\x29\xde\x74\xce\x02\x26\xb4\x37\x21\ -\x50\x97\x9d\xfc\xfa\xf7\x6b\xd9\xba\x63\x3f\xd9\x74\x92\xd3\x16\ -\x76\x31\x6b\xea\xd8\x10\x30\x60\xcd\xba\x57\x79\xea\x85\x6d\x24\ -\xe3\x71\x6e\xb8\xfa\x4c\x72\x35\x29\xfa\xfa\x87\xf8\xd9\xc3\xcf\ -\xd1\x3f\x98\xe7\xc2\x33\x66\x33\xa3\xab\x1d\x15\x71\x0b\x85\xc7\ -\x03\xbf\x5f\xc7\x92\x39\x1d\xb4\x35\xd7\x72\xa4\x77\x90\xc7\x9f\ -\xdd\xc2\x55\x17\x2c\x04\x29\x79\x79\xcb\x1e\xee\xbc\x6f\x15\xe3\ -\xda\x1a\xb9\xe0\xf4\x19\x0c\x0e\x15\xb5\x40\xf0\xe8\x1d\x1c\x66\ -\xe5\xa3\x2f\x31\x30\x98\xe7\xfc\xd3\x67\x32\xb3\x6b\x0c\x08\xc1\ -\xb3\x2f\xef\x64\xed\xc6\xdd\x0c\xe5\x8b\x74\x8e\x6f\xe5\xf2\x73\ -\xe7\x85\x67\x23\x2a\xfd\x0c\x1c\x81\x6a\x63\x1a\x15\x4d\xbf\x75\ -\x42\x2d\x00\x40\x98\xe4\x07\xa3\x4c\x83\x40\x5d\x48\xe1\x97\x03\ -\xca\xbe\xf2\x0b\xbd\x78\x9c\x52\x29\xa0\x7f\x40\x95\x48\xce\x66\ -\xb3\x9c\xb6\xec\x14\xea\xea\x6a\xd5\x89\x39\x7d\xcc\xd7\x6a\xfa\ -\x88\xe6\x37\x3f\x45\x67\x4b\x50\x86\xfe\xac\x10\xfc\x78\xe5\x93\ -\x5c\xf9\xa6\x53\xb9\xe9\x6d\x17\xf2\x8b\x87\x56\x33\x30\x38\x0c\ -\x28\x26\xfd\xee\xf7\x1e\x64\x5a\xd7\x38\x52\xa9\x04\x57\xdd\xf8\ -\x79\x8e\x1c\xed\x73\xf8\x5f\xb2\x6b\xcf\x41\xae\xba\xe9\x8b\x0c\ -\x0e\x17\xe8\xe9\x1b\xe4\xf2\x1b\x3e\xc7\xc1\x43\xbd\x20\x04\xff\ -\xf8\xd5\x9f\x90\xcd\xa4\xc8\xd5\x64\xf8\xcc\x57\x7e\xc4\xb7\xfe\ -\xf3\x41\xa4\x94\x6c\xde\xbe\x97\x77\x7d\xf8\x5b\x4c\x9a\xd0\xc6\ -\xaa\x67\x36\x72\xe3\x47\xbf\x0d\x48\x5e\x7e\x65\x17\x77\xff\xf4\ -\x31\xa6\x77\x8d\x23\x90\x92\x2b\xdf\xf9\x39\x06\x06\xf3\x18\x09\ -\x2f\xa5\xe4\xdb\x77\x3c\xc0\x53\xcf\x6e\xe2\xac\x53\x67\xd3\x50\ -\x9f\x03\x04\x4f\xac\xde\xc0\x4d\x1f\xf9\x16\x35\x99\x14\x2f\xbf\ -\xb2\x8b\x2b\x6f\xfc\x02\xa5\x52\x99\x9e\xde\x01\xbe\x7b\xf7\x23\ -\x16\xd9\x8f\x3d\xb5\x9e\xa7\x9f\xdf\x02\x48\x6e\xff\x97\xfb\x19\ -\x18\xca\x33\x77\x46\x07\xb9\x9a\x0c\xab\xd7\x6e\xe5\x5d\x1f\xf9\ -\x36\x42\x08\xba\x26\xb6\x13\x8b\x7b\x6c\xdf\xd5\xcd\x4d\x1f\xfb\ -\x2e\x1d\x63\x5b\x79\xfa\xf9\xcd\xdc\xf8\xd7\xff\xe2\x28\x08\x05\ -\xcf\xbf\xdc\xfd\x1b\x8e\xf6\x0e\x32\x7d\xf2\x18\xee\xfb\xf5\x33\ -\x7c\xfd\x8e\x87\x10\x9e\x60\xeb\x8e\x6e\xde\xfe\xe1\xef\xe0\x07\ -\x01\xdd\x87\x8f\xf1\x96\xf7\x7e\x9d\x63\x7d\x43\xec\x78\xed\x20\ -\xf7\x3e\xa8\x6a\x16\xfa\x65\x9f\xcf\xff\xf3\xfd\xd4\xe7\xd2\xdc\ -\x79\xef\x1f\xf8\xf1\x03\xab\xe9\xea\x68\xe3\xb6\x6f\xad\xe4\xa7\ -\x0f\xad\xc1\x68\x4a\xa5\x34\x43\x6b\x6a\xe7\x9e\x83\xdc\xf7\xd0\ -\xb3\x20\x25\x6b\xd6\x6d\xe3\x7f\x7c\x7b\x25\xc5\x62\x09\x29\xe1\ -\x4b\xff\xf6\x20\xe9\x54\x9c\x5f\x3c\xbc\x86\x17\x36\xec\x64\xce\ -\xb4\xf1\x34\x36\xd4\xb0\xe3\xb5\x83\xdc\xf7\xeb\x67\xad\xe0\x4e\ -\x25\xe2\xd4\xe6\xd2\xa4\x53\x09\x86\x87\x0b\x7c\xfb\xae\xdf\x00\ -\xb0\x7e\xcb\x1e\x7e\xf8\x8b\x55\x4c\xeb\x6c\x47\x4a\xb8\xee\xfd\ -\xdf\x64\x68\x58\xa5\xee\x7e\xe0\xef\xbf\xcf\x7f\x3d\xb8\x9a\x89\ -\xe3\x5b\xd9\xb6\xeb\x00\xf7\xfe\xea\x59\x8d\x0c\xa5\x9d\x37\x6f\ -\xdf\xcf\x67\xbf\xfd\x4b\xe6\x4d\x1f\xcf\xd8\xf6\x46\x92\xc9\x38\ -\x85\xa2\xcf\x35\x1f\xfc\x0e\xdb\x76\x1d\x20\x95\x8a\x73\xcb\xa7\ -\xbe\xc7\x0b\xeb\x77\x55\x18\x36\x92\xff\xfa\xf5\x1a\xf6\x74\xab\ -\xf4\xe7\x43\x47\x07\xb8\xe7\xfe\xd5\xca\x92\x00\x92\xf1\x38\xb9\ -\x6c\x8a\x4c\x26\x89\x40\xf0\xad\x1f\xfc\x9e\xb2\x2f\xc9\x17\xcb\ -\xbc\xfd\x63\xdf\x63\xfb\xee\x43\xa4\x52\x09\xde\xf7\x8f\x3f\xe2\ -\x85\x8d\xbb\x41\x08\xee\xf8\xe9\x93\x1c\xed\x1d\x64\x5a\x67\x3b\ -\x0f\xfc\xee\x45\xbe\x76\xe7\x6f\xf4\x48\xc2\xae\x9d\xfb\xe3\x5a\ -\x2b\x9a\x35\x47\x64\xd8\x13\x65\x01\x54\x18\x3e\xea\x77\x80\x4e\ -\x06\xf2\x7d\x7c\x29\x91\x52\x20\xbc\x18\xa9\x78\x86\x83\x47\x06\ -\x28\x97\xcb\xc4\x62\x31\x26\x8c\x1f\xcf\xf4\xe9\x53\x49\x26\xf5\ -\xbd\xe7\x32\x50\x91\xfe\x72\x11\xbf\x9c\x47\x06\x05\xc7\x0a\x28\ -\x12\x94\x4b\xd8\x5d\x01\x2d\x04\x4c\xa9\x6f\x19\x48\x7e\xf4\xf3\ -\xc7\xb9\xfb\xdb\x1f\xa5\xb5\xb9\x9e\xa5\xf3\xa7\xf0\xf3\x5f\xfd\ -\x91\x1b\xae\x39\x1f\x24\x34\x37\xd6\x71\xe5\x9b\x4e\x05\x29\x79\ -\xea\xd9\x8d\xac\x7e\xfe\x15\x2e\x3d\x7f\xb1\x85\xfa\x9e\x9f\x3e\ -\xc6\xb9\x67\xcc\xe5\xd3\x1f\xba\x16\x09\xec\xed\x3e\xca\x8f\x57\ -\x3e\xc1\x87\x6f\x59\x01\xc0\xe5\x17\x2c\x61\xcc\xe8\x26\x16\xce\ -\x99\xcc\x0d\x1f\xfa\x06\xef\x7f\xd7\x25\xdc\xfd\xd3\xc7\x78\xd3\ -\xb9\x8b\x98\x3f\xab\x93\x39\x33\x3a\x78\xeb\xcd\x5f\x62\x70\xb8\ -\x00\x08\xda\x47\x35\xb2\xe2\xa2\xa5\x08\x21\x78\x6c\xd5\x4b\xac\ -\x7d\x79\x1b\x67\x2e\x9b\x6d\x71\xb5\xe3\xb5\x03\xb4\x8f\x6a\x64\ -\xc9\x82\xa9\xd4\x64\xd3\x20\xe1\x3f\x7e\xf0\x30\xef\xf9\xcb\x8b\ -\xb9\xf9\x2f\x2e\x02\x24\xe7\x5c\xf5\x77\x3c\xba\xea\x25\x66\x4c\ -\x51\xda\xc9\x4d\xf5\x75\xb7\xc2\xce\x3e\x75\x36\xa7\x2d\x99\x8e\ -\x10\x82\x2f\xff\xcb\x4a\x6e\xb8\xe6\x5c\x3e\xf0\xae\x4b\x30\x87\ -\xb2\xfe\xf1\x6b\x3f\xe1\x82\xe5\xf3\x98\x3f\x6b\x22\xf3\x66\x76\ -\x70\xdd\xfb\xbe\x4e\xff\xe0\x10\xb9\x6c\x3a\x62\x5e\x9f\xb9\x64\ -\x1a\x67\x9d\x3a\x93\xb1\xed\x4d\x7c\xe6\xf6\x7b\xf9\xd8\x7b\x2e\ -\xe7\x9e\x9f\x3f\xc1\x65\xe7\x2d\xe4\xa3\x37\x5f\x06\x52\xb2\x7b\ -\xef\x61\x56\x3e\xf2\x1c\x17\x2d\x9f\xc7\xad\x9f\xfa\x4f\xfe\xee\ -\xfd\x57\xf2\xec\xba\xed\xcc\x99\x3e\x9e\xda\xda\x2c\xdf\xfb\xe9\ -\x13\x7c\xf9\x13\xd7\x33\xba\xb5\x9e\xb7\x5e\x72\x0a\xbf\xff\xe3\ -\x06\xae\xb9\xe4\x94\x30\x8e\x62\x4c\x51\x29\x39\xfb\x94\x19\xfc\ -\xcd\x17\x7f\x8c\x94\x92\xd5\x6b\xb7\xd3\xd2\x58\xcb\xda\x0d\x3b\ -\x19\xd5\xac\x0a\x8d\xb6\xb5\xa8\xfb\xed\x66\x4f\x1d\xc7\xc5\x67\ -\xcd\x05\x21\x78\xe2\x99\x57\x34\x95\x29\xb8\xe7\xcd\x98\xc0\xb5\ -\x97\x2d\x03\x2a\xae\x03\x17\xaa\x96\xdf\x65\xe7\x2f\x42\x00\x7f\ -\x58\xbd\x91\x17\x37\xee\x62\x54\x4b\x1d\x4f\xbf\xb0\x85\xa7\x7f\ -\xf6\x59\xd2\xe9\x04\xc3\xc3\x45\x36\x6d\xdb\x1b\x21\xea\xdd\xfb\ -\x8f\x90\x4c\xc4\xe8\x9c\xd0\xca\xc4\xf1\xa3\x10\x42\x70\xff\x6f\ -\xd7\x52\x97\xcb\xf0\xc5\x8f\x5f\xab\x68\xdc\x97\xdc\xf5\xf3\x55\ -\x2c\x98\xdd\x11\x52\x7f\x24\xb8\x50\xe1\x8f\x4b\xc9\xd4\x89\xa3\ -\x78\xeb\xc5\x8b\xc2\x08\x3e\x20\x3c\xc1\x6f\x9f\xda\x44\x6d\x2e\ -\xc3\xe7\x3e\x72\x25\xe8\x60\xdf\x3d\x2b\x57\xb3\x68\x8e\x72\x75\ -\x4e\x5d\xd0\xc5\xd9\xcb\xa6\x33\x61\x4c\x33\x9f\xba\xfd\x3e\x3e\ -\xf6\xee\x8b\x1d\xf6\x93\x23\x8c\x2f\x43\xd6\x3c\x8e\xc7\x70\x42\ -\x77\x01\xe2\x5e\x18\x5c\x92\x52\x9d\xc1\xf7\x7d\x75\x1c\x58\x9d\ -\x19\xf1\x88\xc7\x13\x88\x78\x82\x9e\x63\x7d\x48\x29\x49\xa7\xd3\ -\xcc\x9e\x3d\x93\xa6\xa6\x06\xa5\xfd\xa5\x24\x08\x8a\x11\x86\x97\ -\x41\xd1\x6e\xff\x05\xe5\x62\x64\xcf\xdf\x5c\xf6\x61\x62\xdc\x7f\ -\x5c\xb3\x89\x63\xbd\x83\xfc\xf0\x67\x8f\x03\xd0\x3f\x98\xe7\xde\ -\x5f\x3e\xc9\x5f\xbe\xf5\x5c\xeb\x2f\x1b\xf3\xae\xb1\x21\x47\x5f\ -\xff\x10\xc6\xf3\x93\x02\xf6\x1f\xec\x61\xd1\xdc\x2e\x3b\xa7\x99\ -\x53\xc6\xb3\xdf\x3d\xc8\xa2\xfd\xb1\x45\x73\x27\x53\x2c\x95\x39\ -\xd6\x37\xc0\xbe\xee\xa3\x1c\xe9\xe9\x67\xff\x81\x1e\x24\x92\x33\ -\x97\xcd\xe2\xe0\xe1\xde\xa8\x2b\x0d\x34\xd4\xeb\xf1\xac\x3f\x2b\ -\xf9\xfc\x27\xde\xc1\x57\xff\x75\x25\x67\x5e\xf1\xb7\xdc\x7a\xc3\ -\x25\xdc\xf2\xf6\x8b\xe8\x3e\x74\x8c\x99\x53\x26\x98\x01\x99\x39\ -\x6d\x82\x7a\x6f\xda\x78\x4a\xa5\x32\x61\x56\xa0\xf1\xf3\x4d\xaa\ -\xa9\xf1\xd5\xa1\xfb\x40\x0f\xef\x78\xcb\xd9\x18\x6a\x10\x02\xf6\ -\x77\x1f\xa5\xfb\xd0\x31\x0e\x1e\x56\x35\xf2\x4f\x5f\x32\x9d\x83\ -\x87\xfb\xc8\x4d\x48\x63\x88\xc5\x6e\x7a\x49\x68\xac\xcb\xd1\x37\ -\x30\x8c\x10\x82\x03\x87\xfb\xb8\xe8\xac\x79\x98\x93\x8b\x33\xa6\ -\x8c\xe3\xc0\xe1\x5e\x26\x77\xb4\x91\x88\xc7\xd9\xb8\x6d\x0f\x0f\ -\x3d\xbe\x8e\x8b\xcf\x9a\x47\xa9\xec\x73\xa4\x67\x80\x9f\x3c\xb8\ -\x9a\x44\xcc\x43\x02\x6d\x2d\xf5\xfa\x14\x9c\x51\x95\xd2\xe2\x61\ -\xca\xc4\x51\x0c\xe7\x8b\xec\x3d\xd0\xc3\xba\x4d\xaf\xf1\xfe\xb7\ -\x9f\xcf\x93\x6b\xb6\xd0\x58\x5f\xc3\x59\xa7\x4c\xaf\x26\x34\x57\ -\xb3\xbd\x5e\xe8\xa0\xc2\xff\x96\x42\xd0\x50\x57\x43\xdf\xc0\x10\ -\x89\x98\x60\xe2\xb8\x56\xd2\xe9\x78\x34\x3e\x20\x04\x66\xdb\xf7\ -\xfc\xd3\x67\x71\xb8\x67\x90\x5b\xfe\xee\xfb\x4c\x9f\x3c\x86\x2f\ -\x7c\xfc\x1a\x0e\x1e\xe9\x65\x5a\x67\xbb\x5d\x9b\x19\x93\xc7\xf0\ -\xe4\x9a\xcd\x44\x82\x00\x5a\x20\x97\xfd\xca\xdb\xa7\x5c\x80\x75\ -\x40\xcf\x0e\xeb\x71\xf0\xc8\x00\xd3\x26\xb5\xd9\x0c\xd3\xe9\x93\ -\xdb\x79\xf2\xb9\xad\x61\xc6\xa9\xee\xab\xa1\x2e\x43\xff\x60\xde\ -\xc6\xdc\x6c\x7f\x55\xbb\x1a\x3a\xb8\xeb\x04\x7c\x2b\xdb\x09\x13\ -\x00\x63\xc7\x8e\x15\x07\xf6\xef\xd3\x53\x94\x5a\xc8\x87\x91\x31\ -\x15\x88\x52\x75\xf4\xca\x01\x0c\x0c\x0c\x50\x2a\x95\x68\x6d\x6d\ -\x61\xc1\xfc\x79\xa4\x92\x49\x62\x1e\xea\x46\x5f\xbf\x44\xe0\x97\ -\x08\x02\xc5\xfc\x7e\xb9\x92\xf9\x75\xd1\x0f\x4b\xb4\xe6\x70\x90\ -\xe0\xbe\x07\x57\x71\xcd\x8a\x33\x38\x75\xf1\x0c\x40\x72\xea\xe2\ -\x69\xfc\xf5\x3f\xde\xc9\xe6\xed\x7b\xf4\x77\x14\x61\xb8\x51\x6f\ -\x34\xd4\x48\x75\xfd\xd7\x33\x6b\x37\x73\xe3\xf5\xca\x62\x78\x66\ -\xed\x66\xce\x3d\x63\x2e\x95\x6d\xfb\xae\xfd\x64\xd2\x49\x1a\xeb\ -\x73\x4c\x9c\xd0\x46\x6d\x6d\x96\x6f\x7f\xfe\x16\x1b\x9d\x07\xd8\ -\xb5\xe7\xb0\xdb\x3b\x26\x21\xc5\xc0\x01\xd0\xd2\x5c\xc7\x3f\x7d\ -\xfa\x9d\xfc\xd5\xcd\x2b\x38\x73\xc5\xc7\x79\xeb\xe5\xa7\xd3\x35\ -\xa9\x9d\x67\xd7\x6e\xe1\xf4\x53\x66\x82\x94\x3c\xbb\x76\x2b\xd7\ -\xbf\xf9\x2c\x5a\x5b\x1a\x38\x7a\x6c\x80\x23\xc7\x06\x68\x69\xaa\ -\xb3\x84\x36\x52\xaa\xec\xe4\x89\xa3\x59\xff\xca\x2e\xce\x58\x3a\ -\x03\xb3\xf0\x1d\xe3\x47\x91\x48\xc4\xf9\xe6\x67\x6f\xb4\x30\xda\ -\x28\xb7\xfa\x27\x7c\xaf\x22\x2c\x3e\xb9\xa3\x8d\x35\xeb\xb6\x71\ -\xf5\xa5\xcb\x10\xc0\x9a\x75\xdb\xb9\xe6\x52\xa5\x71\xaf\xbd\xfc\ -\x54\x7e\xb4\xf2\x29\xfe\xf8\xfc\x16\x3e\xf9\xfe\x15\x24\x13\x71\ -\xda\x47\x35\x70\xf9\x79\x0b\xb9\x70\xf9\x1c\x6b\x5d\x08\x54\x8a\ -\xaf\xef\x47\x4f\x3c\x02\x5c\x76\xee\x02\xbe\xf5\xfd\xdf\xd2\x31\ -\xae\x85\x73\x4e\x9b\xc1\x7f\xde\xfb\x38\xd9\x4c\x8a\x2f\xfe\xcd\ -\x5b\xab\x02\x57\x95\x2d\x93\x4e\x32\x30\x54\xd0\x42\xbc\x32\xc8\ -\xeb\x7c\xd7\x99\x5f\x67\xc7\x28\xf6\x76\xf7\xb0\x75\x47\x37\x5d\ -\x13\xdb\x18\xca\x17\x1d\x5c\xea\x32\x5f\x42\x70\xfd\x8a\x65\x5c\ -\x73\xe9\x29\xdc\xfa\x0f\x77\xf1\xc0\xa3\x2f\xd0\x39\x7e\x14\x3f\ -\x7f\xf8\x39\xdb\xfd\x73\xeb\x77\x30\x79\xc2\x28\x04\xea\xdc\x82\ -\x2a\xb2\x0a\x2d\x8d\xb5\x6c\xdd\x79\x90\x53\xe6\x4d\x0a\xd7\x45\ -\x08\x32\xe9\x24\x7b\x0f\xf6\x62\x5c\x65\xab\xa0\x85\xa0\x73\x42\ -\x2b\xf7\x3f\xfa\x22\xa6\x94\xfe\xf3\xeb\x77\xd1\x39\x61\x94\x33\ -\x0f\xfd\x6c\x45\xc4\xd1\x16\x05\xd1\xcf\xc9\xc8\xa7\xaf\x13\x2c\ -\xe4\x0d\x3b\x0b\x00\x98\x53\x69\x08\x7d\xfd\x95\x47\x3c\x1e\x27\ -\x25\x3c\x0a\x83\x3e\xf9\x7c\x81\x58\x2c\x46\x47\x47\x07\x53\xba\ -\x3a\xd5\x9d\xf0\xba\xc2\x8f\x89\xfa\x1b\x41\x20\x7d\x6d\x01\xf8\ -\x65\x5d\xee\xab\x8c\x49\xea\xd0\x3b\xa1\x00\x0c\xe5\xf3\xfc\xf6\ -\x0f\x2f\xf2\xc4\xca\x2f\xd1\xd2\x5c\x67\xb1\xf1\xe8\xb9\xeb\xf8\ -\xd9\x83\x7f\xe4\xc2\xb3\x17\x68\x24\xd9\xdd\x75\xeb\xae\xe8\x0f\ -\xb8\xf1\xba\x0b\xb8\xf2\x5d\x9f\xe7\x2f\xde\xf7\x55\xca\xbe\x4f\ -\x6f\xdf\x10\xd7\x5f\xb9\xdc\x12\xcf\x07\x3f\xf5\xef\xcc\x99\xd1\ -\xc1\xef\x57\xbd\xc4\xc7\xde\x7b\x25\x9e\xe7\x71\xcb\x3b\x2e\xe4\ -\xba\xf7\x7c\x85\xab\x6e\xfa\x22\xf3\x66\x4e\x22\x93\x4e\xf2\x37\ -\xef\xbb\xca\x46\xdb\x25\x84\x15\x68\x1d\xbe\x42\x08\x6e\xfb\xea\ -\x4f\x88\xc5\x62\x1c\x39\xda\xc7\x9c\xe9\x1d\x34\xd6\xe7\xf8\xc8\ -\x2d\x57\xf0\xb6\x5b\x6f\x67\xeb\x8e\x7d\x6c\xdb\xb9\x9f\x05\x73\ -\x26\x73\xe6\xa9\x73\x40\x4a\xde\x7a\xf9\xe9\xbc\xf5\x96\x2f\x73\ -\xee\xe9\x73\x79\xea\xb9\x4d\x5c\x7a\xde\x12\xaa\xb4\x8f\x0c\x78\ -\xef\x3b\x2e\xe2\x86\x0f\x7d\x93\x2d\xaf\xee\xa3\xbe\x2e\xcb\x59\ -\xcb\x66\xf3\xee\xb7\x5d\xc0\x75\xb7\x7e\x95\x6b\x6e\xfd\x1a\xf3\ -\x66\x74\x90\x4a\xc6\xf9\xeb\xf7\x5c\x4e\x68\xa3\x38\x8c\xe2\x68\ -\x4f\x29\x25\x37\xbd\xed\x3c\xae\x79\xcf\xd7\xb8\xf9\xe3\xff\x4a\ -\x5f\xbf\x8a\xa9\x5c\x71\xd1\x12\x10\xf0\xe6\x8b\x97\x72\xe6\xd5\ -\x9f\xe1\xba\x15\xa7\x91\xcd\xa4\x41\x06\x7c\xf2\x7d\x57\xf0\x99\ -\xaf\xdf\xc7\xaf\x1f\x7b\x91\xe6\xc6\x1c\x4b\xe7\x4d\xe6\xa2\xb3\ -\xe6\xb1\x78\xee\x64\x7e\xb8\x72\x15\x67\x2e\x9d\xc6\x68\x7b\x75\ -\xb5\xe0\xca\x0b\x17\x71\xf1\x3b\xbf\xc2\x77\x6e\x7b\x27\x0d\x75\ -\x39\xba\x26\x8e\xe6\xe0\x91\x3e\x26\x77\xb4\x39\x41\xac\x50\x20\ -\x85\xb4\x26\x58\xb6\xa0\x8b\x8f\xff\xd3\x4f\xc8\x17\x8a\xe4\x6a\ -\xd2\xfc\xc5\x15\xa7\x39\xcf\x87\x4c\xef\x46\xc7\x1b\xeb\xb2\xfc\ -\xfd\x07\xaf\xe0\xbd\x9f\xfe\x1e\x89\x78\x8c\x52\xd9\xe7\xf4\xc5\ -\x53\xc3\xfe\x25\x3c\xf2\xe4\xcb\x3c\xb3\x76\x3b\x99\x74\x92\x6d\ -\x3b\x0f\xf0\xa9\xf7\xad\x60\xc2\xd8\x66\x7e\xf2\xe0\x6a\xde\xfc\ -\x9e\x6f\xd0\x31\xb6\x85\x75\x9b\x76\x73\xf7\xed\xef\x01\x21\x58\ -\x3c\x67\x12\xff\xf1\x5f\x4f\xb0\x60\xe6\x04\xae\xb9\x64\x09\x9f\ -\xb8\xfd\x3e\xb6\xee\x3a\x48\xa1\x58\xb2\x9a\x78\xf1\xec\x89\xfc\ -\xfb\xbd\xab\x48\xa7\x1e\x26\x1e\x8b\xf1\x37\xef\xbe\xd0\x4e\xe5\ -\x9c\x65\x33\xf8\xe9\x43\xcf\x73\xf5\x07\xbf\xcb\x84\x31\xcd\xac\ -\xdb\xf4\x1a\x77\x7d\xe5\x66\x07\x6e\x83\xad\x50\xf0\x7f\xf5\x3f\ -\x1f\x62\xdf\xa1\x63\xdc\xfe\x89\x6b\x43\xe5\xe3\xd0\x97\xc5\x83\ -\x63\xf9\x5a\x1e\x55\x74\xf9\x3a\x36\xd4\x7f\xbf\x89\x73\xce\x39\ -\x27\xf5\xc2\x73\x6b\xee\x69\x68\xc8\x5d\xbd\x64\xfe\x14\xce\x3e\ -\x6d\x2e\x1d\xe3\x46\x51\x2c\xf9\x1c\xe9\xe9\xe7\x70\xcf\x00\xbd\ -\x03\x79\x10\x49\xf6\x1e\xe8\x67\xed\xba\x0d\xf8\xbe\xcf\x5f\xbe\ -\xe3\x6d\xdc\x7c\xd3\x0d\xaa\x4c\x92\xf4\x09\xca\x79\xca\xa5\x21\ -\xb5\xdf\x1f\x14\x90\x65\xb5\xf7\xef\xeb\x24\x20\xe9\x97\x31\x5b\ -\x5e\x21\xf3\x2b\x8b\xa3\xbf\x7f\x98\xed\x3b\xf7\x33\x7f\x76\x67\ -\x64\xe2\x07\x0f\xf7\x72\xe8\x48\x2f\x13\xc6\xb6\xb2\xe3\xb5\x03\ -\xcc\x9d\xa1\xa4\xf2\xf6\x9d\xfb\xa9\xcd\xa5\x19\xd5\x5c\x1f\xd1\ -\x7a\x43\x43\x45\x9e\x5a\xb3\x09\xcf\xf3\x38\xe3\x94\x19\xa4\x93\ -\x6a\x8b\x66\xd1\x45\x1f\xe5\x6b\x9f\xbd\x89\x81\x81\x61\xa6\x4e\ -\x1e\x43\xd7\xc4\x76\xb5\x1c\x9e\x20\x5f\xf4\x79\xfe\xa5\x6d\xf4\ -\x1c\xeb\x67\x5a\xe7\x58\xa6\x4c\x1e\xc3\xb1\x5e\xe5\x1e\xcc\xe8\ -\x1a\x07\x48\xb6\xbc\xba\x8f\x96\xa6\x3a\x9a\x1b\x4d\x12\x8c\x60\ -\xeb\xab\x8a\xc9\xdb\x46\x35\x31\x6f\xe6\x44\x75\xde\x01\xc9\xd1\ -\x9e\x01\x9e\x7e\xfe\x15\x9a\x1a\xea\x38\x6d\xe9\x4c\x6d\x35\xab\ -\x8c\xc9\xd5\x2f\xbc\xc2\x81\x43\xbd\x34\x35\xe4\x98\x3b\x63\x22\ -\xf5\x75\x59\x36\xbc\xb2\x9b\xf1\x63\x5b\xa8\xcd\x65\x30\xdb\x56\ -\xfd\xfd\xc3\x3c\xff\xf2\x76\x86\x0b\x25\x96\xce\xeb\xa2\xa9\x31\ -\xc7\xd0\xd0\x30\x2f\xbc\xfc\x2a\x3d\xc7\x06\x98\x32\xa9\x9d\x29\ -\x93\xda\x6d\x8c\x00\x24\xaf\x6c\xdb\xcb\xe8\x51\x0d\x34\xd4\x66\ -\xc9\x17\xcb\x6c\x7e\x75\x3f\x0b\x66\x4f\x02\x04\x03\x83\x79\x9e\ -\x7e\x61\x33\x89\x78\x9c\xd3\x17\x4d\x53\x49\x5a\x9a\x7c\x36\x6d\ -\xdf\xcb\x98\xb6\x26\xea\xeb\x32\xda\xb4\x87\xee\x43\xc7\x78\x79\ -\xd3\x6e\x84\x80\x85\xb3\x27\xd1\xd8\x90\x03\x60\xe3\x96\x3d\x74\ -\x8c\x6d\x22\x93\x4a\x82\xb1\x86\x84\x60\xdd\xa6\xd7\x98\x33\x6d\ -\x3c\xb1\x78\x8c\xee\x83\x3d\x94\x4a\x65\xc6\xb7\x37\x21\xa5\xe4\ -\xb5\xfd\x47\xf1\x3c\xc1\x98\xb6\x46\x84\x10\xf4\xf6\x0f\xd2\x7d\ -\xa8\x97\x69\x9d\x63\x10\x42\xb0\x75\xe7\x01\xb6\xed\x3a\xc0\xd4\ -\x89\x6d\x9a\x79\x76\xb3\x70\xf6\x44\xfa\x06\x86\xe9\x3e\xd4\xc7\ -\xf4\xae\x31\x20\x61\xcb\x8e\xfd\x34\x37\xe4\x68\xac\xcf\x86\x22\ -\x4f\x4a\x3e\xfb\xad\x95\x2c\x98\xd5\xc1\x8a\xf3\x16\x58\xa2\x3e\ -\xda\x3b\xc0\xcb\xaf\xec\x21\x08\x24\x0b\x66\x75\x50\x5f\x9b\x41\ -\x08\x55\x1e\xfd\xd9\x17\x5f\xa5\x7f\x30\xcf\xb2\x05\x53\xa8\xcf\ -\x65\x90\xa8\x9b\xa9\x5f\xda\xb8\x8b\xd9\xd3\xc6\xe1\x09\xc1\xae\ -\xbd\x87\xd9\xb8\x75\x2f\xc9\x44\x9c\xce\x71\x4d\x74\x8c\x69\x06\ -\x60\xf7\xbe\x1e\x5e\xd9\xd1\x4d\xc7\xd8\x66\xa6\x77\x8e\xe6\xb9\ -\xf5\xbb\x58\x38\xbb\x83\x98\xe7\xa9\x6b\xc1\xd7\xed\x50\x7d\xcf\ -\x9f\x4c\x5d\x2e\xa3\x68\x67\x47\x37\x6d\x2d\xf5\x34\xd4\xd7\x50\ -\x28\xfa\xbc\xf2\xea\x3e\xe6\xcf\xe8\x60\xf7\xde\xc3\x0c\xe5\x0b\ -\x4c\x9b\x34\xda\x0a\x39\x37\x15\x1d\xa1\x8a\xbb\xf4\x0d\x0c\xb3\ -\x71\xeb\x3e\x7e\xf7\xf4\x26\x9e\x59\xf7\x2a\xdd\x47\xfa\x5f\x1a\ -\x3f\xbe\xb4\xf4\x84\x0a\x80\xe7\x9e\x5b\x73\x4f\x53\x43\xee\xea\ -\xa5\x0b\xa6\x72\xf6\xa9\x73\x99\x38\x61\x14\xa5\x72\xc0\x91\x9e\ -\x01\x8e\xf5\x0d\x31\x30\x54\xc2\x8b\x67\xe8\xcb\x7b\x3c\xbb\x66\ -\x2d\x81\x5f\xe6\x33\xff\xf0\x49\x96\x2e\x5e\x40\xdc\x03\x19\x14\ -\x29\x97\x86\xf1\x4b\xc3\x04\xe5\x3c\x81\x9f\x57\x71\x80\x52\x1e\ -\x3f\x28\xea\x82\x1f\x01\x42\xc8\x28\xf3\xab\xd9\x46\x83\x1f\x23\ -\x3a\x89\x6e\x40\xc4\xf8\x4c\x0e\xd2\xac\xd9\xab\x7d\x6b\xd7\x7c\ -\x12\xb0\xe8\xc2\x8f\xf0\xcb\xbb\xfe\x9e\xb1\xed\x4d\xd6\xdf\x12\ -\x5a\x00\xd8\xb2\xd4\x4e\x3f\x86\xb8\xec\x91\x62\x37\x8b\x46\xc3\ -\x10\x49\x55\x35\xdf\x32\x6b\xe2\xf8\xf7\x6e\x3f\x61\xe6\x98\x63\ -\xfe\xa3\x03\x4d\x46\x38\x06\x81\x33\x15\xc5\xa8\x81\xb9\x27\x51\ -\x7f\x26\xed\xf7\xa4\xf3\x9e\x1e\xdf\xd9\xff\x17\x4e\x42\x92\xc5\ -\xb3\x34\x89\x53\x16\xd4\x50\xe3\x44\x7c\xf4\xe8\xfe\xbd\x7a\xcb\ -\xc0\x18\x31\x87\x22\x3e\xad\x74\xd7\xc2\xc0\x68\x08\xdb\xc1\x63\ -\x24\xc1\x4b\xe3\x27\xb0\x2e\x96\x74\x82\xa4\x51\x0b\x47\x4a\xc9\ -\x87\x6e\xfb\x01\x8d\xf5\x35\xbc\xb6\xff\x28\x3d\xbd\x83\xfc\xf0\ -\xeb\xb7\x92\x49\x27\xc2\x5d\x25\xe1\xd0\x08\x8e\xc9\x2e\x04\xf6\ -\x00\x94\xd3\x9f\xbb\x3e\x2a\x0e\xa6\x13\x88\x02\x5d\xa7\xc2\xac\ -\x47\x88\xb0\x90\x1c\x9c\x98\x8e\x4b\x73\x11\xd3\xdf\xf3\xaa\xd6\ -\x21\xc4\x93\x4e\x0e\x73\x35\xbd\xb6\x08\xfc\x20\xa0\x7f\x60\x98\ -\x8d\xdb\xf7\xf3\xbb\x3f\x6e\xe2\x99\x75\x3b\xe8\x3e\xd2\xf7\xd2\ -\xf8\xf1\xa5\xa5\x6f\x40\x2a\xb0\x99\x91\xc4\x13\x1e\xf1\x98\x20\ -\x9d\x4a\x92\xc9\x04\xe0\x25\x48\xa4\x72\xcc\x5e\x30\x9b\x9e\x63\ -\x7d\x4c\x18\x3f\x8e\x29\x93\x27\xe2\x99\x5c\x7e\x7b\xb1\x87\x3a\ -\xec\x13\x94\xd5\x8f\x34\x35\xff\x83\xc0\x9a\xfe\x8a\xfa\x0d\x81\ -\x44\x11\x65\x09\x19\xc7\x5f\x72\x10\x1b\xd2\xb0\x41\x9c\xb4\x5a\ -\x53\x3d\x1a\xfd\x8e\x49\xcc\xf9\xe7\x2f\xde\x4a\x6b\x6b\x43\xf8\ -\xbe\x24\xb2\x90\x95\x84\x6e\xc6\xd1\x1e\x11\xe1\xea\x9b\xd7\xc2\ -\x32\x9a\x79\x3a\xfc\x6d\x60\x57\x3d\x44\x7a\x76\x19\xdb\x65\x06\ -\x73\x08\xca\x98\xf4\xc2\x98\xbf\x58\xc2\xb0\x47\x5d\x2b\x63\x00\ -\xae\xaf\xec\x24\x10\x39\x54\xaf\xdf\x0f\x05\x87\xeb\x8d\x46\x26\ -\x6b\x05\x5a\xb5\x72\x09\x57\xcc\x03\xaf\x42\x58\xba\xbf\x85\x7a\ -\x26\xf4\x63\x03\x9c\x47\x34\x98\xa2\x02\x07\x66\xb2\xfa\xaf\x86\ -\xb5\xb2\xe4\x9b\x09\x0e\x7e\xec\xe6\x37\xf1\xda\xfe\x1e\x3a\xc6\ -\xb5\x30\x6e\x74\x53\x28\xa8\x35\x0e\x9c\x81\xaa\xe7\x66\x04\x9e\ -\x15\x10\xa1\x22\x72\x33\x20\xa5\x2b\xe0\x6d\x97\x91\x49\x38\xbb\ -\x3a\x21\x3e\x8d\xf2\xa8\x9c\x6b\x18\x00\x96\x21\x65\xe8\x35\x0f\ -\x49\x41\x38\xc2\xc8\x99\xc3\x08\xed\x84\x09\x80\xbd\x7b\xf7\x2a\ -\x98\x1d\xa9\xee\xe9\xcb\x33\xd2\xa9\x24\x65\x29\x88\x27\x24\xa9\ -\x4c\x8e\xba\x9a\x04\xd7\xbc\xf9\x62\x46\x8f\x1e\x4d\x3a\xe9\xa9\ -\x00\x5f\xa0\xb6\xfe\xd0\xb9\xfe\x7e\xb9\x84\x0c\x7c\xfc\xa0\x04\ -\xbe\x39\xea\x1b\xe0\x09\x08\xec\xa5\x17\x0e\xdd\x8d\x14\xfc\x71\ -\x10\x42\xe5\x33\x2e\xb3\x56\xec\x0e\x48\xa4\x8d\xa6\xbb\x48\x3f\ -\x7d\xe9\x2c\x6d\x2e\x07\x8c\x40\xdb\x61\xb3\x4c\xe3\xbe\xa5\x98\ -\xc8\x2a\x49\x77\xc1\x2a\x00\x0e\x99\xcc\x80\xe7\x6a\xca\x8a\xa1\ -\x1c\xed\x57\x69\xeb\x48\x6d\xe5\x98\x13\x8a\x91\xb3\xe7\x66\xde\ -\xf6\xec\xba\x23\x30\x1d\xa6\x32\x74\x2e\xa2\x94\x39\xc2\x5c\x2b\ -\x84\x9f\x00\x69\x8f\xa3\x85\x9f\x9b\xc7\xa5\xd1\xf8\x46\x63\xea\ -\x35\x70\xc5\x99\x8b\x47\xa1\xb9\xd9\x39\x18\x67\x19\xd5\x2d\xaf\ -\x35\x12\x96\xac\x10\x80\xc8\x3a\x8f\x6f\x6f\x66\xc2\x98\x96\xc8\ -\x5c\x01\x75\x7e\x42\xef\x76\x58\x39\x6a\x15\x6f\x94\x59\xc3\x59\ -\x85\xca\x23\xa2\x07\x84\xb6\x10\x23\x67\xc3\x43\xab\x27\x62\x09\ -\xda\x5a\x81\x84\xb4\x68\x2c\x47\x21\xb0\x29\xd7\x16\x23\x52\x07\ -\x3d\xf5\xeb\x48\xf7\x95\xd4\x60\xfe\x46\xe9\xf2\x84\x5a\x00\x6e\ -\x2d\x33\xcf\x83\x58\x4c\x10\x8f\xc5\xc9\x04\x80\x17\x27\x9d\x16\ -\x24\x92\x69\x64\x69\x90\xa6\xc6\x26\xb2\xe9\x18\xc8\x12\x41\x19\ -\x65\xd6\xfb\xe1\x76\x1f\xd2\x58\x02\xba\xf2\xaf\xef\x63\x8d\x31\ -\x87\xa6\xcc\x4e\x83\xb6\x5a\xab\xe7\x6c\xfe\x1d\x49\x53\x08\x41\ -\x54\x10\x60\xd7\xc4\x04\x6d\xc2\xa2\x1f\x76\xc0\x68\xbf\xfa\x97\ -\x35\xff\xed\xbb\x51\x86\x52\x42\x25\xe4\x6c\x4b\x72\x95\x26\x9f\ -\xa3\xf3\x64\x05\x6c\x52\xca\xea\xa3\xac\xc7\x73\xe1\x0c\x73\x39\ -\xd6\x8d\x34\x9b\xa5\x95\x5f\x91\x0e\x50\x22\x9c\xae\x30\x84\xe9\ -\xe8\x25\x13\x68\x72\xe7\x6a\x20\x96\x95\x45\x55\x2a\x34\xbb\x4b\ -\x88\xc2\x5c\x87\xad\xb5\xbb\x55\xd2\x58\x05\xe7\x3c\x8f\x01\x28\ -\xba\xac\x95\x42\xdf\xd1\xb6\xd2\x7d\xc4\x95\x41\x55\xb2\xca\x4a\ -\xe4\x8a\x3e\x1d\x06\x1f\x89\xae\x1c\x05\x23\x20\xac\xaf\x80\xa6\ -\xe5\x0a\x8b\x2a\x0a\xbc\x71\x27\x9c\xf7\x2b\x2c\x41\x33\x86\xb0\ -\x9f\x79\xd5\x4a\x3c\xe2\xa6\x86\xd5\xa8\xac\x0b\x22\x08\xad\x1f\ -\xc7\xca\x70\xdb\x1b\xb3\x0b\x20\x21\x26\x62\xc4\x63\x31\x92\xa9\ -\x04\x88\x18\xf1\x84\x24\x90\x31\x12\xa9\x2c\xd9\x4c\x82\x64\x42\ -\xe0\xc9\x12\xb2\x9c\xa7\x4c\xd9\x6e\x01\xda\xfd\x7e\xb3\x0d\xe8\ -\x97\x54\xe5\x5a\xa9\xaa\xd7\x9a\xe0\x74\x98\x2f\x6f\x90\x41\x28\ -\x65\x05\x4e\x71\x85\x28\xd5\x84\x8b\xaa\xa5\xa6\xae\xa2\x1b\x91\ -\xd0\x2e\xb2\x22\xfe\xf9\xeb\xb7\x6a\x21\xe0\xfe\x71\xff\xd7\xe6\ -\x73\x84\x30\x84\x5d\x6c\x35\xcf\x30\xc6\x11\x29\x22\xe1\x10\x87\ -\xac\x14\x60\x76\x5e\x38\x04\xe8\x6c\xe9\x19\xf3\x57\x23\xb2\xf2\ -\x78\xa8\x65\x78\x43\x70\x68\xed\xe5\xc2\xe1\xc2\xe0\x22\x15\xc0\ -\xd5\xf8\xe6\x11\x19\x9d\x9b\x8b\x87\x30\x63\x4d\x58\xcd\x1e\xf6\ -\x27\x1c\xf9\x1c\x6a\xd7\xea\xb9\x0a\xe7\xb5\xc1\x9f\x83\x57\x57\ -\xb2\x18\x26\x89\xb8\x37\x54\xe1\x30\x5c\x6d\x11\x79\x4f\x46\xde\ -\x36\xe6\x88\xa1\xc3\xca\xc2\x26\x41\x94\x16\x8c\xfb\xe4\xc4\x82\ -\x84\x73\x88\xaa\x72\x74\x43\xce\x1a\x13\xe1\x9c\x9c\xe7\xdc\xd3\ -\x90\x06\xb6\xd0\xc2\xf4\x10\x9e\x2a\xa9\x2f\x02\x89\x3d\x00\xa6\ -\xbb\x31\x29\xc0\x27\x5a\x00\xc8\x40\x9b\x71\xc2\x13\x24\xe2\x31\ -\x7b\xb0\x27\x19\x80\x24\x46\x3c\x91\x24\x99\x8a\x91\xf0\x02\x04\ -\x25\x82\xb2\xc0\x27\x86\x14\x52\x47\xf9\x4b\x2a\x17\xc0\x44\xfc\ -\xed\x65\x9f\x3a\xe8\xa4\x63\x0b\x21\x7b\x84\x1a\xc8\x96\x3f\x36\ -\x9f\x58\xa2\x08\xdf\xb3\x66\xa9\x34\x4c\xa8\x3f\x73\x98\x31\x5c\ -\x20\x4d\x0a\x86\x90\x6c\x8c\xc0\xa5\x19\x4d\xc0\x66\x3c\xa3\xed\ -\x43\x3e\x75\xd1\x83\x66\xb3\x6a\x01\x63\x89\x5e\x38\x63\x68\xc6\ -\x0d\xd4\xdc\xad\x99\xe7\x58\x2f\xb2\xa2\xef\xd0\xdd\x91\x55\xb2\ -\x21\x7c\xd4\x49\x1b\x35\xef\x89\x10\x07\x61\xb9\x2e\xe1\x52\x54\ -\x75\x13\x0e\xee\xf5\x98\x18\xed\xeb\x58\x15\x46\x90\xd8\x7e\x0d\ -\xb4\xc6\x2d\x09\x40\x08\xbd\xab\x63\xa8\xde\x33\x3d\x87\xd1\x9c\ -\x0a\x9e\x74\xe6\xea\xc0\xe9\x09\x90\x5e\x94\x5b\x8d\x9f\x6e\xe7\ -\xe7\xac\xad\xb5\x42\xa2\xb6\x8a\x19\x3b\x3a\x57\xd7\x02\xd4\xb4\ -\x22\x43\xdd\x1b\x1a\xe2\x15\x81\x4f\x17\x4f\xae\x20\x74\x2d\x4c\ -\xd7\x62\x90\xca\x9a\x12\x76\xce\x22\x32\x6f\x43\xb3\x95\x85\x58\ -\x5c\x1a\x52\xb8\x35\x7f\x7d\x07\x47\x51\x21\x7a\xa2\x04\x80\x4c\ -\x26\x93\xd2\x9d\xb4\x27\x54\x89\xe4\x64\x22\x8e\xc4\xc3\x97\x02\ -\x21\xe2\x08\x2f\x46\x3c\x0e\x31\x51\x46\x04\x45\x82\x92\x8f\x1f\ -\x78\xf8\x22\x50\x45\x0f\xed\xfd\x7e\x25\x7c\xbf\xa4\x22\xd7\xe6\ -\xb4\x9f\x8e\x3a\x4b\x2f\xd0\xc8\xf6\x2c\x32\x2c\x33\x19\x42\xa8\ -\xb2\x97\xb0\x48\xb6\x64\x6f\x10\x86\xb0\xf5\xc3\x15\xa1\x78\xc7\ -\x45\x98\x6d\x96\x2f\x8c\xc1\xe9\x6a\x0b\x47\xfb\x98\xa1\x6d\x70\ -\x49\xf5\x1f\x31\xf9\x2a\xb4\xa3\xf1\x3f\xc3\x73\xf2\xea\x4c\xba\ -\x0d\xee\x55\x71\xa3\xa3\x6e\xa3\x74\x17\x9a\xb0\xe6\x85\x86\xcb\ -\xcd\x17\x37\x8f\x08\x3d\xa6\x8d\x57\xd8\x39\xb9\x04\xe8\x94\xe3\ -\x30\xe6\x76\xd4\xe9\x55\xf8\xd0\xb0\x47\x98\xdf\x8b\xd6\xee\x53\ -\x09\x48\x22\x8a\x0b\xd3\xaf\x11\x70\x42\x38\xb1\xde\xa8\xc0\x32\ -\x16\x8b\xb9\x67\xd1\x3e\x2b\x4d\x29\x38\x3d\xd7\x20\xb0\xea\x22\ -\xd4\xd8\x21\xcf\xc8\x0a\xbc\x8d\xa4\xfd\xa3\x78\x10\x91\x27\xad\ -\x75\x55\xb9\x2e\x5a\x50\x0b\xb3\x18\xae\xb2\x72\xe6\xec\x06\x08\ -\x43\xbd\xa2\xa5\x8b\x1d\xcb\x7d\xed\xae\x87\x4b\x0f\xa1\x12\x08\ -\xe7\x1b\x84\xc5\x6b\xa3\x23\x00\x6f\x48\x0c\x40\xe2\x4b\x1f\x29\ -\x55\x31\x48\x75\x03\x6c\x0c\x53\x5a\x51\x08\x41\x2c\x2e\xf1\x44\ -\x00\xb2\x88\xf4\x3d\x7c\xa9\xa5\xad\x0c\x30\xb7\xfd\xf8\x7e\xd9\ -\x9e\xc3\x16\x02\x64\xa0\xbd\x1b\xc7\x6a\x15\x0e\x82\x0c\xf1\x5a\ -\xad\xe0\xc0\xe5\x6a\x24\x6b\x94\x59\xed\x5e\xcd\xbc\x95\x7e\x6f\ -\x15\xbf\x89\x11\x88\x43\x6b\x53\x6b\x32\x5b\xea\x72\x75\xb4\xb4\ -\xae\x89\x35\xeb\xdc\x61\x9c\x7f\x23\xe6\xae\x10\xa1\xab\x82\x0b\ -\x9b\x33\x47\xe3\x32\x88\x70\x9e\x55\x16\x80\xd5\x58\xe1\x77\x22\ -\x93\x70\xe9\xcb\x80\x27\xdc\xf9\x38\xc4\xe6\x30\x42\x14\x9a\xd0\ -\x02\xb0\x84\xaf\x89\xdd\x15\xaa\x2e\x53\x18\x11\xa4\x2e\xea\x30\ -\x07\xbb\x46\x0e\xe8\x39\x53\xb1\x7d\xbb\x6b\x2e\xf5\x21\xe0\x50\ -\xd6\x45\x35\xb3\x8b\x70\x53\x10\x44\x80\xcd\x20\x34\x6e\x61\x35\ -\x4a\x22\x57\x78\x6a\xfc\x55\xe0\xd1\xb5\x0e\xaa\x98\x34\x4a\x57\ -\xa1\xab\x55\x39\x2b\x19\x7e\xae\x69\xa2\x8a\xc1\x23\x2d\x2a\x7c\ -\x5d\x81\x62\xf1\x21\xa2\x37\x61\xb9\xed\xc4\xdf\x0e\xac\xfd\x44\ -\x35\x3f\x75\xbb\x8a\x88\x0b\x4c\x35\x58\x45\x54\x01\x1e\x25\x75\ -\x9d\x97\xbd\xb7\x4f\x9f\x65\x97\xbe\xbe\x15\x38\x88\x5c\xf2\x61\ -\xa7\x38\xd2\x3c\xc4\x88\x2f\x8f\x03\xe0\x48\x0f\x39\xcb\x1b\x31\ -\x7b\x2b\xd4\xa9\xfb\xbc\xcb\x0c\x11\x4a\x0d\x17\x38\x94\x01\x61\ -\x81\x2c\x13\xf1\x1e\xe9\x5a\xa8\x91\x88\xda\x8c\x1d\xb5\x48\xa2\ -\xe4\xe9\x28\x48\x07\x1e\xe9\xfc\x98\x39\x6a\x82\x1a\x09\x89\x86\ -\xa1\x85\xdb\xb7\xc0\xe4\xab\x4b\x6d\x56\x46\x89\x3a\x84\xcf\x98\ -\xd2\x21\x1b\x85\x97\xb2\x86\xcc\x3e\xe2\xa0\x44\x25\x53\xe8\x4b\ -\xff\xa9\x36\x92\x81\x26\x46\x5a\x3f\x4f\x63\x3f\x62\x91\x41\x35\ -\xf3\xe8\x39\x8c\x00\x6a\x94\xf9\xa5\x0d\x2d\x84\x1a\xdb\xd5\xbe\ -\x0a\xb8\xd0\x2a\x8f\xc6\x77\x22\xeb\x6c\x26\x60\xfe\xc8\xd0\xe9\ -\x09\x61\xa9\xac\xd0\x28\xaa\x2d\x0e\x0d\x8c\x19\x27\x9c\x0d\x60\ -\x6a\x39\x78\x2e\x63\x5c\x00\x00\x05\x88\x49\x44\x41\x54\x8c\xa0\ -\x40\x4e\x74\x55\x60\xe9\x46\xe3\x85\x30\x65\xb4\x05\xc2\xb8\x65\ -\xfa\x2a\x26\x13\xcd\x0b\x02\x05\xaa\xf2\x59\x25\x38\x65\xbd\x95\ -\x15\x61\xcc\x28\x81\xf1\x6b\xab\xb7\xfc\xa4\xd2\xe4\x41\xa0\x26\ -\xeb\x68\xa7\xc8\x63\xfa\x77\x55\xf2\x93\x8c\x2e\xaf\xd0\x8b\xe9\ -\x22\x58\x98\xc7\x46\x18\xbb\x6a\x10\xe1\x2a\x03\x1b\xca\x73\xf8\ -\x71\x24\xd5\xec\x68\x09\x11\x6a\x20\xa9\xfb\x88\x12\x8c\xbb\x88\ -\x15\x16\x8a\x26\x0c\xb3\xed\x17\xc6\xa1\xa2\xc4\x27\x84\x88\x04\ -\x99\x5c\x33\xd4\x12\xb2\xeb\xab\x46\x0d\x66\x97\x5f\x09\x09\x55\ -\x3a\x6b\xab\xf7\xc0\x1d\xd8\xcc\xf7\x70\xa3\xe4\x56\xa6\x08\x4b\ -\x1f\x26\xde\xe3\x50\x70\x15\xae\x4d\xdf\xd1\xa5\x36\x6a\xcf\x11\ -\xe6\x18\xb8\xb4\x0b\x65\x03\xa2\x51\x6b\x32\x74\xd1\x38\x4e\x93\ -\x76\xed\xcc\x5a\xda\xb5\x89\x8c\xa5\xf1\xeb\x79\xa1\x00\x1c\xc1\ -\x35\x8d\x0a\x74\x57\x19\x04\x91\x7e\x42\xc1\x10\xc2\xa0\xe2\x4d\ -\x51\x60\xc3\xb8\xd2\x71\xc0\x3f\xce\xe4\x4e\x98\x00\xd8\xb0\x61\ -\x83\xcc\xa4\x92\x80\xd4\x17\x3e\xaa\xb4\x55\x3f\x08\x88\xeb\xfb\ -\xfd\x6c\x46\x1a\xbe\xbd\xbb\xce\x2c\x88\x25\x2d\xed\x46\x18\x0a\ -\x0b\x84\xde\x5e\x92\xce\xda\x0a\x43\x68\x81\x36\x6f\x3c\x08\x94\ -\x10\x41\x04\xb8\x09\x2c\x76\x3f\x57\x9a\x45\x8f\xd6\x61\x3f\x2e\ -\x43\x56\xe2\xcb\x32\x50\x88\x64\x37\xba\x6e\x88\x4f\x88\xa0\xf2\ -\x2b\x7a\x8a\x8e\xdf\x6d\x04\x9a\xaa\xa3\xae\x48\x5f\x6f\xf3\x88\ -\xd0\x2d\x76\xbe\xa7\xb2\xe6\x54\xd2\x8e\xb4\x63\x59\x03\x24\x08\ -\x2d\x2f\x23\xe0\xec\x81\xa9\x48\x94\x5f\xcb\x20\x69\xe4\xaf\x1a\ -\xc4\x92\x5f\x20\x95\x25\xe6\xa9\x14\x1c\x25\xb8\xcd\x20\xfa\x57\ -\x65\xe0\x51\x3a\xb8\xaa\xd8\x61\x50\x6e\x9b\x9a\x93\x90\x01\x95\ -\xda\xd9\x0a\x29\xe7\xa2\x4b\x43\x3b\xe6\xbe\x41\x47\x6c\x45\xd6\ -\x42\xc8\x40\x87\x52\x84\xbd\x0f\xb1\x6a\x1d\x0d\xac\xae\xfb\x17\ -\xc1\xa7\xce\xe9\x30\x1a\xdd\x6a\x6f\x67\x4c\x13\x40\x24\xec\xde\ -\x5a\x28\xd6\x4f\x02\x51\x09\xa3\x81\xdb\xe0\xb7\xc2\x7a\x12\x16\ -\x7f\x0e\x2e\x71\x68\x04\xc2\x7e\x8d\x50\xb7\xdb\xec\xca\x5d\xb2\ -\x7c\xa0\x71\xe2\x0a\x29\x77\xee\xaa\xe8\x6e\x45\xd0\x57\xb7\x13\ -\x7b\x33\x90\x54\x17\x81\x16\x8a\x65\xfa\x07\xf2\xf4\xf5\x0f\x29\ -\x2b\x20\x16\xc3\xe8\x10\xbb\x55\x62\x2e\xea\x34\x1a\x53\xa2\xcc\ -\x7d\x29\x6d\xd4\x5d\x08\x9c\x44\x07\x1c\x62\x0e\x99\x20\x94\xae\ -\xe1\x91\x58\x57\x93\x46\x24\xb3\x74\x13\x5f\xc2\x66\xd7\xdb\x81\ -\xc5\x68\xca\xea\x87\xcc\x18\x8e\x00\xc0\x91\xf0\x54\x7e\x87\x50\ -\xf8\x60\xe6\x25\xc2\xf2\x4e\xae\xd6\xd7\x69\xb7\x55\x78\x0d\xdc\ -\x44\x1e\x57\x00\x18\x46\x0b\x42\xc1\xe6\x30\x16\x95\xcf\x3b\x44\ -\x6d\xdd\x2c\x83\x4e\xcc\x63\x06\x36\x8f\x68\x1a\x70\xd8\x77\x94\ -\xd1\x42\x78\xa5\xf3\xcb\xc0\x6a\xb6\xbd\xc2\xa3\xc0\x86\x50\x2b\ -\x72\x14\x5c\x01\x50\x91\x9c\x14\x11\x03\xd6\x42\xd2\x7f\xdd\x34\ -\xe5\xc8\x64\x42\xd4\x1b\xdb\x22\x14\x00\x1a\x67\x2e\x5e\x71\x85\ -\xbb\x88\xae\xb1\x2b\x04\x4c\x4f\x8e\x75\x12\x1d\xdf\xc1\x63\x05\ -\x6e\xd1\xf0\x47\x33\x2c\xa3\xc8\x0b\x2d\x9f\x30\x6e\x12\x0a\x4a\ -\x8d\x13\x4d\x2b\xa6\x07\xf5\x78\x05\x4d\x5a\x7a\x53\xef\xf5\x0f\ -\x0e\x33\x30\x54\x50\x45\x79\x83\x00\xa3\x7f\x4f\xa8\x00\xf0\x65\ -\x20\x0b\xc5\x12\x47\x8f\xf5\xb3\x7d\xd7\x7e\x02\x19\x50\x93\xcd\ -\xe8\xb2\x53\x9e\x35\xe1\xa5\x0c\xac\x20\xd0\xf3\x51\xc0\x3a\xd2\ -\x58\x61\x51\x22\x22\x45\x8b\xa4\xb3\x94\xa1\xaf\x15\x9a\x43\x8e\ -\xc9\x64\xa5\xb3\x21\x18\xdd\xaf\x9b\x97\x6d\xda\xf1\xcc\xa6\xe3\ -\x7c\x10\x75\x41\x64\x54\xd0\x8c\xd4\xaf\x51\xbb\xd1\x4e\x1c\x18\ -\x71\x84\x80\xa8\xee\xc0\x65\x92\xca\x8e\x23\xc2\x41\xbd\xa7\x68\ -\x20\x9a\x7f\x1e\x92\xa4\xc0\x10\x5a\x55\xba\x28\x21\xde\xdc\xa0\ -\x9d\x70\xe6\x26\x79\xfd\x2c\xc8\x50\xe3\x3a\xf0\x3a\x0c\x1b\x3e\ -\x18\xd5\x78\x95\xda\x39\xf2\x7d\x0d\xb7\x5d\x67\xd7\x9d\xf1\xdc\ -\xbe\x9d\xf9\x1e\x07\xc6\x50\x01\x45\x71\xe0\xb6\x91\x2c\x95\x70\ -\x76\x61\x9d\x41\x17\x9e\x88\xa5\x52\x41\x1e\xd1\xce\x9d\xb9\xb8\ -\x4a\xa3\x82\x71\xad\x80\x13\xd8\xb5\x0f\x8f\xfd\x0a\xbb\x9a\x56\ -\x61\x59\x70\x2b\x84\xb4\x9e\xde\x70\xa1\xc8\x6b\xfb\x8e\x70\xb8\ -\xa7\x9f\x42\xa1\x6c\xe7\x74\x22\x05\x40\x10\xf8\xd2\xcf\xe7\x8b\ -\xec\xd9\x77\x98\x20\x90\x6c\xdd\xb1\x9f\x64\x22\x6e\x31\xe2\xba\ -\x41\x55\x09\x29\xd8\x7f\xc3\x67\xf5\x64\x2b\x33\xe2\x42\xad\x6b\ -\xde\x14\xe1\xa2\x57\xbc\x57\x69\x9a\x45\xcd\x76\xa8\xf8\x78\x84\ -\xe6\x72\x71\x85\x76\x97\xee\x1a\x1e\x47\xe2\x3b\xef\xb9\x0c\x19\ -\xf5\xb9\x21\x6a\x45\x54\xcc\xc3\x68\xa0\x11\xf8\x3f\xfc\x2c\x8a\ -\xa3\xaa\xf7\x44\x14\x13\xe1\x39\x88\x8a\x21\x5d\xcd\x24\x42\x21\ -\x1b\xce\xe3\xf5\xa3\xf3\x51\x66\xaa\xc4\x59\xa5\x00\xb0\xc0\x86\ -\x82\x5d\x3a\xf1\x81\xaa\x26\xaa\x96\x20\x6a\xdd\x8c\xc4\x6d\x15\ -\xef\x19\x77\xc0\x0a\xcb\x91\x67\x13\xd5\xa8\x0e\xbc\x95\x82\xc6\ -\x01\xa8\x7a\x4d\xc3\x29\x46\x5e\x88\x11\x70\x52\xf9\x8c\xfb\xb9\ -\x03\xb3\x18\xa9\xff\xca\xe1\x2a\xe7\x24\x25\xa5\x72\x40\xdf\xc0\ -\x10\x07\x0e\xf7\x31\x38\x5c\xa0\xec\xfb\xc1\xb6\x6d\x04\x27\x52\ -\x00\x48\x3f\x08\xca\xc5\x62\x99\xc3\x47\xfb\xe9\x1f\xcc\x93\x88\ -\xc7\x9c\xa2\x93\x23\x2d\xc6\x9f\xe8\xf0\x38\x8b\x13\x69\xaf\x8b\ -\x90\xe3\x7d\xf8\xdf\xe8\xf7\x7f\x75\xe0\xd7\xd1\x3a\xff\x3b\xdd\ -\x85\x6f\x8b\xd7\x67\xb9\xe3\x11\xce\xf1\xbe\x52\x01\x67\x65\xdf\ -\x55\xbe\x6c\x25\x5c\x27\x02\x75\x23\x74\x58\xd5\x6d\x95\x10\x38\ -\x0e\x73\xfd\x1f\x0f\x7d\xc2\x27\xc4\xeb\x9b\x00\xee\x63\x15\x13\ -\x1a\xd1\x5a\x60\x64\x5c\xbc\xee\x17\xab\x5b\x20\x25\xe5\x72\x40\ -\xb1\x58\xa2\x58\xf6\x91\x2a\xb9\xe6\xc4\x09\x00\x29\x65\x20\x84\ -\xf8\x81\x1f\x04\x5b\x65\xa9\x1c\x2f\xfb\x41\xcc\xf3\x4e\xf8\x92\ -\xfd\x7f\xde\xfe\x54\x8d\x56\x13\x04\xf2\x88\x44\x8b\x4f\xb6\x93\ -\xed\xbf\xd1\x82\x20\x90\x2a\x2e\x1f\xf8\xc0\x56\x20\x38\x51\xf5\ -\x00\x6c\x13\x61\x44\xe4\x24\xf3\x9f\x6c\x27\xdb\xff\x7d\x4d\x39\ -\x8e\x9a\xf1\x4f\xb8\x00\x38\xd9\x4e\xb6\x93\xed\xff\x9d\x76\xa2\ -\xef\x05\x38\xd9\x4e\xb6\x93\xed\xff\xa1\x76\x52\x00\x9c\x6c\x27\ -\xdb\x9f\x71\x3b\x29\x00\x4e\xb6\x93\xed\xcf\xb8\x9d\x14\x00\x27\ -\xdb\xc9\xf6\x67\xdc\x4e\x0a\x80\x93\xed\x64\xfb\x33\x6e\x27\x05\ -\xc0\xc9\x76\xb2\xfd\x19\xb7\x93\x02\xe0\x64\x3b\xd9\xfe\x8c\xdb\ -\xff\x04\x22\xba\xfc\x5a\xfa\x7c\x37\x46\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x29\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x37\x5c\x00\x00\ -\x37\x5c\x01\xcb\xc7\xa4\xb9\x00\x00\x03\x9b\x49\x44\x41\x54\x78\ -\xda\xed\x54\x3d\x6f\x1b\x47\x10\x7d\xbb\xb7\x77\x24\xf5\x41\x9e\ -\x6c\x4a\x45\x42\x18\xb1\x0a\x1b\x76\x13\xdb\x85\xaa\x18\x50\x24\ -\xa4\x89\x81\x94\xd6\x5f\x08\x60\xb8\x72\x93\x20\x85\x02\x01\xa9\ -\x9c\x1f\xe0\x3e\x85\x81\x94\x46\x00\xa7\x11\xd8\x38\x85\x1b\x4b\ -\x36\x40\x29\x94\x2d\xc8\x96\x10\x18\x81\x22\xf3\x43\x22\x69\xf2\ -\xf6\x76\xf3\x42\x2e\x73\xd1\xb1\x48\x80\xb8\x33\x07\x78\x98\xbd\ -\xdd\x99\x79\x33\xb3\xb7\x83\xb1\x8c\x65\x2c\xef\xbd\x88\x1f\x97\ -\x97\xe1\x05\x01\x82\x30\x44\x7e\x7e\x1e\xdb\xf7\xee\xa1\x73\x74\ -\x94\x18\x38\x48\x07\x2f\x05\xe5\xe0\x0f\xb5\x43\xf0\xb7\x4e\xd6\ -\xb9\xb3\x67\x11\xde\xba\x85\xf8\xd5\x2b\xc4\xb5\x1a\x60\x0c\xc4\ -\x83\x42\x01\x82\xe4\xe1\xcd\x9b\xf2\x8f\x27\x4f\x6c\x2e\x9f\xb7\ -\x96\x07\xd1\xc9\x09\xbe\x58\x5f\xc7\xbb\x90\xd7\xd7\xaf\x43\x4e\ -\x4d\x01\x52\x42\x37\x9b\x62\x72\x61\x41\x34\xee\xdf\x37\x71\xa3\ -\x01\xf1\xc3\xf9\xf3\xf0\xc3\x50\xac\x90\xfc\xd1\xda\x9a\x7c\x76\ -\xf7\xee\x34\xc9\xbd\x77\xda\x01\x87\xec\xf4\x74\x3c\xb7\xba\xda\ -\xcc\xdc\xb9\x63\xeb\x57\xae\x88\xb8\x5e\xb7\xa2\x7c\xfb\xb6\xf8\ -\xe0\xea\x55\xdb\x6c\x34\x3e\x3f\xda\xd8\xf8\xf6\xa0\x5c\xfe\xa8\ -\x79\x70\x20\xff\x3d\x01\x47\x9e\x4e\x22\x21\x1f\x4d\xa0\x54\x32\ -\x53\x8b\x8b\x7b\xb9\x85\x85\x55\xe4\x72\x3f\x47\x9b\x9b\x42\xd5\ -\xaa\x55\x5b\x7f\xfe\x7c\x29\xbc\x70\xe1\x41\x76\x76\xd6\x93\x61\ -\x68\xdb\x07\x07\x42\xfc\xe7\x04\x12\x32\xe3\x60\x07\x70\x7e\x09\ -\x04\x63\xa3\x58\x9c\xd5\x3b\x3b\x3f\x89\xdd\xdd\xcf\xa4\x31\x65\ -\x65\x94\x42\xb3\x5a\xfd\xca\xfa\xbe\x57\x5a\x5a\x8a\x3e\x5e\x59\ -\x51\xf3\xec\x88\xa7\x94\x23\x27\xac\x85\x4c\x05\x1c\x09\x9e\xe8\ -\x53\x7e\x88\x63\x78\x52\x22\xc8\xe7\xa1\xe7\xe6\x60\x84\x88\xf4\ -\xe3\xc7\xbe\xa8\x56\xbf\x36\x17\x2f\x96\xd5\xeb\x87\x0f\x0b\x5a\ -\xa9\x4b\xad\x28\xc2\x87\xd7\xae\x79\xc1\x8b\x17\x62\xe6\xf8\x18\ -\xca\xf3\xe0\x59\x9b\x54\x3c\x42\x98\x00\x42\x0c\xaa\xa6\xbd\x21\ -\x62\x63\xfa\xda\x64\x32\x00\x89\xdb\x4c\x60\xfb\xe9\x53\xfc\xba\ -\xb5\x85\x4f\x6f\xdc\xf0\x4a\x95\x0a\xec\xfe\xfe\xa5\xdc\xcb\x97\ -\x05\x15\x5b\xab\x7a\x51\xe4\xd7\xf6\xf7\x71\x44\x83\x33\x24\xb7\ -\x4c\x46\x31\xa8\x4a\x5a\x9d\x4a\xc2\x81\x24\x18\x56\x4a\x58\x12\ -\x81\xa4\x72\x72\x12\x26\x9b\x45\xa7\xd3\xc1\xef\x9b\x9b\xf8\x6d\ -\x7b\x1b\xf5\xb7\x6f\xd1\x65\xcc\xe3\x6a\x15\x7a\x6f\x0f\xf4\xf1\ -\xd9\x0d\xa5\x0c\x00\x87\x7e\xe6\xac\x66\x00\x0a\x83\x9e\xd6\xff\ -\x6c\x3d\xc9\x24\xbb\x24\x95\x02\x82\x00\xa0\x8e\xe9\xd7\x6b\xb7\ -\xd1\x22\x41\x83\x6f\xbd\x7e\x78\x88\xb6\xf3\xcb\xf2\xac\x45\x6d\ -\xc8\x41\xe2\x7e\xd2\xc6\x15\xa7\xb9\x88\x62\x00\x6f\x38\x1c\xba\ -\x74\x0a\xba\x5d\x4c\xb1\x82\xac\xef\x23\xab\x54\x9f\xcc\x23\x04\ -\x1d\xe5\x10\x0c\x20\xb4\x86\xe9\xf5\x60\x38\x33\x34\xdf\x74\xaf\ -\x5e\x47\xf7\xaf\x4a\x1d\x69\x86\x76\x9a\x7e\x5d\xda\x6a\x12\x63\ -\x62\x02\xbe\xbb\x22\x49\x4e\x5e\x99\x56\x87\x42\x34\x26\xac\xad\ -\x00\x28\xed\x6c\x6c\xe8\xe2\xb9\x73\xbe\x47\x62\x45\x43\x9f\x57\ -\xe1\xc7\x31\x7c\x21\x86\x57\xd2\xdf\x57\x0c\xe0\x71\x5f\x11\xc3\ -\xff\x44\xce\xcc\x40\x16\x8b\x10\x1e\xbf\x5c\x85\x59\x22\x00\x50\ -\xa0\xd6\xd4\x3e\x8b\x39\xb3\xbb\xab\xa3\x41\xcf\x2a\x35\x72\x8b\ -\x35\xf4\xe5\x93\x0e\xb0\x7e\xc2\x03\x1e\x5a\x23\x25\xfd\x93\xb6\ -\xb3\xda\xd3\x4f\x8f\x04\xbe\xd3\xa7\xde\x3c\xed\x32\xc0\x08\xb2\ -\x0e\x19\x06\xa5\xbf\xe0\xba\x47\xbf\x65\x00\x8f\xd4\x31\x37\x34\ -\x17\x0c\xb0\x04\xe0\x3b\x03\x5c\x66\x8b\xa4\x4d\x3f\xad\xd4\xcf\ -\x47\x0d\x56\x9f\x9e\x0f\xce\x7e\x20\x76\xf8\x6f\x11\x7a\x70\x6e\ -\x14\xb0\xc5\xbd\x6f\xda\xc0\x2f\x92\xa6\x6a\xd2\xcd\x8c\x3c\x37\ -\x9e\x01\x8b\x34\xca\xd3\x58\x25\x09\x24\xc3\x25\x91\xd1\xa4\x62\ -\x87\xd4\x30\x4a\xdb\x6b\xee\x35\xc9\x09\x3d\xd8\xb2\xea\x8d\x4b\ -\xb6\x05\xc8\x90\x5a\xd0\x00\xce\x59\x11\xdf\xe3\xff\x49\x25\xf5\ -\x6d\x49\xdc\x22\x34\x60\xfa\x45\x7e\xe9\x0e\xa4\xd3\x3d\x42\xa7\ -\x46\xe9\xe8\xe8\x1d\x45\x90\x42\x26\xd1\x29\x0c\xc4\x60\x2c\x63\ -\x19\xcb\x58\x06\xf2\x27\xe3\xdf\x9d\x06\x06\xf6\x92\x0e\x00\x00\ -\x00\x22\x7a\x54\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\x00\x00\ -\x78\xda\x2b\x2f\x2f\xd7\xcb\xcc\xcb\x2e\x4e\x4e\x2c\x48\xd5\xcb\ -\x2f\x4a\x07\x00\x36\xd8\x06\x58\x10\x53\xca\x5c\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x5c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\ -\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\xd9\x49\x44\ -\x41\x54\x78\xda\xed\x94\x31\x0a\xc2\x30\x14\x86\xdf\x0b\xce\x1d\ -\xbd\x81\x1e\x41\x70\x11\xf7\xe2\xde\x13\xd4\xc5\x41\x72\x81\xac\ -\x3d\x40\x16\x7b\x03\x67\x75\x17\x37\x3d\x87\x83\xa0\x88\x53\x53\ -\x21\x4d\x6d\xa4\x96\x40\xec\x56\xe8\xf2\x7e\x78\xe4\x7f\x81\x24\ -\x1f\xbc\xf0\x63\x59\x96\xd0\xa7\x58\x55\x04\xd0\xab\x06\x6e\xb3\ -\x90\x30\xaf\x96\xb4\x6e\xe3\xdd\x0a\x8e\xd6\x70\xce\xf7\x88\x18\ -\x42\x37\xba\x04\x41\x30\x15\x42\x18\x0f\xe0\xfa\x82\x74\x39\x83\ -\x91\xf5\x9b\xd3\x17\x64\x6c\xbd\x52\x2a\x94\x52\x42\x9b\xec\x47\ -\x2e\x8a\x02\xb4\xd6\x5e\xd9\x7d\xf7\xa3\x27\x49\x32\xc9\xf3\x7c\ -\x58\xd9\x9b\x0f\xf0\x04\x78\xeb\xc6\x37\xca\xb2\x0c\xda\x64\x8c\ -\xf1\x1e\x74\x7d\x23\xe7\x2e\xc6\xd8\xff\x11\x3c\x14\xc4\xeb\x6d\ -\x3d\x02\x06\xb1\x73\xe8\x10\x45\x51\x57\x23\x38\x23\xe2\xfd\xd7\ -\x50\x0e\x10\x00\x01\x50\x12\x52\x12\x52\x12\x12\x00\x01\x50\x12\ -\x52\x12\x52\x12\x12\xc0\x07\x37\x37\x34\x71\xf7\xb6\x8d\xef\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xfb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x78\x49\x44\ -\x41\x54\x78\xda\xed\x97\xcf\x6b\x1c\x65\x18\xc7\xbf\xcf\x3b\xef\ -\xec\x6c\x66\x37\x66\x69\x92\x4d\xd2\x2c\x4d\xdb\x40\x09\x21\x0d\ -\x1b\x45\x0f\x0a\xf6\xd0\xd0\x05\x35\xb6\x82\xcd\xa2\x37\x4f\xe6\ -\x0f\x10\xaa\x28\xa4\xf5\x52\xa1\x5e\xd5\xa3\x54\x3c\x79\x31\xe6\ -\xe0\x41\x51\x3c\xf6\x28\x22\xe8\xa1\x54\x41\x31\x6e\xd1\xec\x66\ -\x77\x76\x33\xbf\xde\xf7\x71\x76\xdf\xc8\x88\x87\x06\xb2\xbb\x29\ -\x88\xcf\x33\xdf\x99\x81\x81\x79\x3e\xf3\x7c\x87\x99\xe7\x25\x66\ -\xc6\xc3\x0c\x91\xe8\xbf\x09\x40\xcf\x90\xa4\x57\xc9\x7a\x28\x00\ -\xf4\x1c\x55\x20\xf1\xd3\x46\x79\xe3\x67\x5a\x27\xeb\x58\x01\x68\ -\x8d\xae\xb9\x23\xee\xd6\xe6\x2b\x9b\xa5\x4e\xd0\x29\x21\xc2\x23\ -\x78\x40\xc8\x81\x15\x2e\x53\x06\xa7\xf0\xd1\xec\xe4\xec\xfa\x46\ -\x75\x83\x8a\x27\x8b\xb8\xf1\xe1\x0d\xc0\x02\x86\x0e\x40\x57\x69\ -\x2e\x29\xbe\xb5\x3c\xbf\x5c\xae\x5e\xae\x42\x66\x25\xbc\x8e\x07\ -\x13\x43\x06\xa0\xe7\xa9\x02\xe0\xf6\xea\x13\xab\x53\x17\x9e\xbe\ -\x80\x90\x43\xf8\xfb\x3e\x6c\x61\x03\x34\x54\x00\xe3\xb7\x2d\xed\ -\xeb\x57\x56\xaf\x64\xe7\xcf\xcd\xa3\xe9\x37\xa1\x59\x43\xb1\x82\ -\x23\x1c\x20\xd9\x10\x0d\x1c\x20\xf5\xbb\x90\x2f\xac\xaf\x55\xd6\ -\xa8\x30\x5e\x40\x2b\x68\xfd\x5d\xbc\x77\x0c\xad\x70\x28\x00\xc6\ -\xef\xd3\xd8\x2a\xcd\x94\xca\x17\x9f\xbc\x08\x39\x22\xe1\x05\x1e\ -\x14\x29\xe8\x6e\x72\x6f\x8f\x2c\x67\x0d\x80\x37\x40\x00\x7a\x81\ -\x2a\xb0\x71\x7b\xf1\xdc\xe2\x54\x79\xa9\x8c\x90\x42\xf8\xa1\x0f\ -\x95\xa4\x26\x9d\x42\x24\xc9\xc4\x06\x00\x03\x02\xa0\x2a\xbd\x2e\ -\x73\xf6\xe6\xca\xd9\x72\xb6\x34\x5b\x42\x3b\x68\x43\x59\x0a\x5a\ -\xe8\xae\x0c\x80\x30\x20\x9a\x35\x48\x12\x28\x23\xc0\xd0\x7d\x01\ -\x18\xbf\x17\xe8\xe3\x5c\x3e\xff\xe2\xa3\x73\x2b\xe4\xe6\x5d\x78\ -\xbe\x07\x25\x15\xb4\x3c\x28\x6a\x69\x23\xa4\x5d\xb0\xc8\xea\x41\ -\x70\x3f\x1d\xa0\x97\xe9\x34\x96\x68\x7b\x72\x74\xe2\xfc\xc2\xe4\ -\x02\xba\xd1\xf2\x5b\xd0\xb6\x86\xd6\x3d\x19\x10\x93\xc6\x0a\x61\ -\x20\x24\xcb\xfe\x2c\xe8\x7e\xc3\x8b\xd3\x53\xdf\x4c\xc8\x89\xb9\ -\x9c\x76\xd1\xd9\xef\x80\x33\x0c\xa5\x95\x29\xcc\x0a\xdd\x10\x52\ -\x00\x16\x7a\x1d\x60\xc9\xbd\x73\x61\x09\x08\x47\x80\x92\x23\xa0\ -\x8e\xde\x81\x4b\xcb\x97\x46\x6a\x3b\x35\x7c\xfd\xe5\x57\xd0\x59\ -\x0d\xca\x11\xac\x51\x0b\x56\xde\x02\xb9\x04\xed\x68\xc4\x4e\x0c\ -\xe5\x28\x20\x0b\xf3\xc4\x19\x73\x57\x19\x49\x90\x14\x47\xef\x00\ -\x7f\xc2\xaa\xf8\x5a\xf1\xa9\x3f\xbc\xdd\xcf\xdc\xf3\xee\x62\xbc\ -\x13\x22\xa0\x00\x9a\x35\x22\x1d\x01\x1a\x00\x25\x92\x07\x45\x1d\ -\xa4\x10\x36\x40\x36\x01\x16\xf5\x37\x0f\xdc\x7f\xf7\xfe\x5d\xbe\ -\xa3\x56\xda\xda\xdb\xa6\x79\xc9\xf9\xf1\x51\xc0\x82\x91\x3c\x90\ -\xdd\x05\xf8\x17\xc4\x08\x40\x2e\x19\x0b\xfa\x9d\x07\xf8\x5b\x0e\ -\xf9\x03\x7d\xd9\x6f\xef\xbf\xed\x9f\x08\x43\x4c\x13\x20\x60\x94\ -\xc2\xa4\x20\x8e\x01\x80\x6b\xae\x0d\x6c\x20\xe1\xf7\xd5\xf5\xb8\ -\x19\x5f\x05\x89\x5d\xb8\x02\xb6\xb4\x8d\x05\x29\xcc\x3f\xed\x30\ -\x1d\x20\x1a\x1c\x80\x81\x88\xb7\xd1\x54\x8f\xc3\x12\x3f\xe6\x73\ -\x63\xc8\xd9\xb9\xf4\x22\x21\x05\x92\x00\x39\x47\xb3\xe0\x70\x88\ -\xf7\xf8\x1e\xbe\x8f\xcb\xf5\x66\xfd\x73\x62\x9b\x4f\xd8\xe3\x80\ -\x46\x2a\x65\x44\x8a\x90\xe4\x70\x86\x52\xde\xe6\x80\x6f\xc6\xcf\ -\x7a\x8d\xe6\xcd\xf6\x9e\x1f\x9d\x94\x25\x50\x44\xe6\xcf\x17\x26\ -\xf2\x01\x6a\xf7\x6f\xc1\xe1\x20\xef\xa8\x37\x83\xba\x5f\xdd\xa9\ -\xd5\x1a\xb3\xea\x14\x9c\xd0\x01\xf6\x01\xb4\x01\xf2\xba\x00\x62\ -\xf8\x63\x39\xdf\x8a\x3f\xe5\x7a\xf4\xd8\xaf\xb5\xdf\xee\x16\x9a\ -\x13\x18\x0b\xc6\x00\x0f\xa0\xd6\x00\x2d\x38\x1c\x82\xef\xe1\x4e\ -\xb4\x54\x6b\xd4\xbe\xa0\xdd\x0c\x4f\x47\x33\x10\xc7\x08\x90\xbe\ -\x17\x6f\x44\x95\xc6\x5e\xfd\x56\xe3\x4f\x2f\x3a\x63\x9d\xc5\x78\ -\xd6\x3d\xfe\x95\x11\xbf\x15\x5d\xf3\x5b\x9d\x97\xbe\xfb\xfd\x87\ -\xda\x4c\xc1\xf9\x05\x36\xf6\xf0\x80\x18\xea\xe2\x94\x92\xe0\x43\ -\x0a\xfc\xbf\x3a\xfe\x0b\x6f\x15\x7b\x0f\x1e\x6e\x06\xb1\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\xf7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x03\x14\ -\x11\x37\x1b\x2b\x70\x5c\xcb\x00\x00\x06\x77\x49\x44\x41\x54\x58\ -\xc3\xc5\x96\x5b\x4c\x5c\xd7\x15\x86\xff\xb5\xcf\x99\x73\xe6\x62\ -\x6e\x1e\xa8\x01\x0b\x18\x6c\x20\xaa\x50\x6d\x9a\x60\xd7\xc6\x75\ -\x63\x9a\x34\x95\x92\x48\x56\x42\x1c\x3b\x16\x96\x21\x51\x12\x54\ -\xb7\x7d\x88\x2a\x35\x72\x9a\xbe\xa4\x55\xd4\x87\xa8\x8e\x54\x3b\ -\x0e\x21\x5c\x54\x3b\xad\x6d\xac\x38\x95\x13\xb9\x95\xaa\xd0\xd8\ -\xf8\x12\xc0\x60\x6c\xc0\x8d\x6f\x03\xcc\x30\x60\x66\x06\x98\xdb\ -\x99\x73\xdb\xbb\x0f\x55\x15\x2a\x91\x0b\x38\xb4\xff\xd3\xd6\xde\ -\x5b\xda\x9f\xfe\xbd\x7e\xad\x05\x2c\x42\x81\x60\xe0\x0b\xcf\x06\ -\xae\xf4\x63\x29\x62\x8b\x79\x38\x2b\x33\xeb\xd1\x99\xd9\xe8\xa9\ -\x64\x22\x36\x91\x88\xcd\x89\xd9\x99\x88\x08\x4f\x4f\x05\x02\xe3\ -\x63\x2d\x59\x59\x39\x9b\x01\xe0\xe2\xc5\x0b\x8b\x02\xa0\xaf\x73\ -\x29\x12\x0e\x57\xd9\xdc\xfc\xcb\xf8\xc4\x74\x51\xe7\xe9\xae\x19\ -\x8f\xcb\x45\x8c\x31\x38\x55\x15\xb1\x78\x1c\x89\x44\x1c\x75\x8f\ -\x7e\x3f\x5b\x55\xd5\x41\x8b\x8b\x87\x36\x56\x57\x87\xbf\x31\x80\ -\xd0\x64\xe8\x19\xd3\xd4\xdf\x3b\xd4\xf1\xd7\xbb\xa5\xa5\x3e\x7b\ -\x77\xdd\x23\x2e\x5b\x40\x70\xdb\x16\x00\x41\x92\x19\x09\x1b\x68\ -\x3e\x72\x4a\x0b\x8d\xdf\x54\x9f\xfc\x71\xb5\xd7\x16\xd8\xb4\xed\ -\x07\xb5\x97\xee\x19\xc0\x3f\xea\xff\xa1\xa6\xa5\xfe\xfe\xd6\x9f\ -\xba\xc7\x5f\xda\xb7\xc7\x41\x04\x9b\x98\xb0\x09\x8c\x33\x12\x42\ -\x00\x80\x00\x09\x41\x0c\x10\x52\x2c\xae\xb1\xdf\x1f\x6c\xe1\xdb\ -\x1f\x2c\x5b\x6d\x5a\x7c\xed\xdc\xdc\xdc\xed\xc6\x86\x67\x17\x0f\ -\xd0\xd3\xf3\x29\x3c\xd9\x59\x32\x33\x0d\xb3\xfd\xf4\x95\xf1\xc6\ -\xfa\xa7\x38\xe7\xb6\x2e\x4b\x64\x4a\x12\xb3\x18\x23\xce\x18\x09\ -\x02\xc0\x05\xc0\xb9\x90\x6c\x9b\xcb\x96\xcd\x1d\x86\x69\xa9\xad\ -\xef\xb6\x3a\x1f\xb8\x2f\x47\xdb\x53\xdf\x50\xba\x64\x07\xfa\xfb\ -\xfb\x5e\xef\x1d\x1a\xfd\x49\x5e\xc9\xfd\x13\xab\x0b\x56\xea\xaa\ -\x22\xa5\x15\x87\x64\x38\x14\x32\x64\x46\x16\x63\xc4\x01\x40\x08\ -\x30\xdb\x16\x92\x69\x09\x45\x37\x6c\xc5\x30\x6c\xd7\xc8\x8d\x51\ -\x97\x7e\xf7\xca\x5a\x95\xd9\x7b\x03\xc1\xb1\xa3\x2f\xff\xf2\x57\ -\x8b\x4f\x81\x6d\xe9\x2f\x9d\xbd\x9e\xf2\xaf\xcc\xcd\x49\x19\x1c\ -\xb3\x16\x58\x04\x12\x4d\x31\x89\x26\xc9\x41\x21\x72\xd0\x04\x53\ -\x68\x42\x52\x68\x82\x14\x0a\x41\xc6\x24\x49\x2c\x2a\x3b\x58\xaa\ -\xa2\xbc\x34\x3d\xe4\x4f\x06\xef\xaf\xaa\xda\xf7\x65\x8f\x03\x80\ -\xbc\xd0\xe6\xb9\xee\x4f\x4a\x62\xb1\xb8\x32\x1e\x5f\x11\x1c\x8b\ -\x18\x56\xc9\x2a\x97\x0d\x99\x66\xf2\xf3\x94\xa8\x1b\xd0\x1c\x80\ -\x0e\xc0\x9e\xe7\xa2\x43\x03\x9c\x77\xe3\x56\x39\x99\x2c\x37\xa1\ -\xd9\xf6\x64\x3a\x3b\x98\x48\xc6\x36\x7f\xd5\x17\x2c\x08\x90\x4c\ -\xa6\x2a\x42\xe1\xb8\xed\xcd\x2d\x4c\xf7\x8f\x26\x47\x67\xb8\x1c\ -\xad\xdb\xea\xf1\xac\xab\xdc\xba\xa7\xa0\x78\x4d\x0c\x82\x43\x40\ -\x08\x08\x02\x11\x08\xc4\x44\x70\xec\x66\xe6\xad\xa1\xee\x0f\xc7\ -\x22\x86\x14\x98\x31\xa1\x64\x15\xa8\x57\xaf\x0d\xe3\xf9\x17\x9e\ -\x5d\xfd\x4e\x73\x6b\x70\x51\x00\x9a\x96\xca\x4c\x69\x86\xa1\xaa\ -\x4e\xcb\xa9\x28\xa6\x4e\x88\x6a\xc0\x24\x39\xb3\x26\x73\xca\xb7\ -\x5c\xe3\x5c\x70\x02\x20\xc4\xbf\x93\xc0\x98\x84\x89\xc9\xf0\x77\ -\x92\xc0\x85\x3b\x09\x7b\x55\x28\x6e\x15\x93\xc3\x9d\x3f\x7c\x7d\ -\x04\x2e\x97\x47\x5a\xb4\x03\x9a\x96\x0e\x32\xae\xbb\x6c\x21\x40\ -\x12\x71\x45\x21\xc3\xd4\x79\xfe\x8d\xbe\xd3\x7f\xb6\x00\x4b\x02\ -\x2c\xfa\xfc\x0b\xc0\x01\x49\xc6\xf3\x83\x63\x42\x78\x03\x3a\xbf\ -\x9d\xd0\x45\xb6\x43\x96\x0a\x0c\x2d\x09\xdd\xb2\x67\x16\x0d\x30\ -\x1a\xf0\x0f\xac\x29\x2a\x86\x1d\xd2\x9c\x4e\x99\x54\xc6\x88\x0d\ -\x27\xad\xee\x9b\x16\x8b\x4a\x44\x1a\x11\x34\x06\x32\x39\x04\x67\ -\x20\xc6\x21\x1c\x5c\xc0\x45\x24\x32\x32\x9d\xac\x9c\xab\x92\xd3\ -\x69\x86\xf2\x12\xa9\x44\xa2\xb5\xf5\xbd\xf8\xa2\x01\x5e\xfe\xc5\ -\xfe\xf4\xb9\x73\x5d\xbd\x5b\x4d\xf3\xdb\xeb\xca\xdc\xee\x90\x85\ -\x69\x09\xf0\xbb\x25\x92\x65\x10\x93\x09\x24\x13\x38\xc0\x38\x20\ -\x60\x09\x82\x25\xc0\x6c\x82\x4c\x8c\x65\x87\x75\x2b\xd3\x9c\xbe\ -\x56\x1c\x4f\xa6\x4f\x2e\xa9\x19\x7d\x36\x74\x1b\x43\x23\xff\xfc\ -\xcd\xc3\x0f\xe4\x97\xdd\x0c\x24\x28\x1c\xb5\x5c\xe9\x94\xed\xfe\ -\xcf\x7d\x02\x6c\x22\x32\x25\x12\x69\x46\x48\x33\x22\x8b\x20\x28\ -\x13\xf0\xaa\x96\x28\x0d\xdf\x9d\xf3\x26\x43\x7d\xc5\x92\x24\xbd\ -\xb2\x63\x67\xdd\xe2\x53\x50\x51\xb9\x06\x00\x3e\x38\x7a\xb4\xa3\ -\xc7\x1f\x34\x2b\x12\x85\x8f\x0f\x93\x4b\x2a\xc8\xce\x71\xcc\x4a\ -\x0c\x3a\x88\x18\x41\x70\x99\x58\x9a\x0b\xa1\xc8\x24\x54\xaf\x4c\ -\x3e\x5b\xe3\xd5\x97\x03\x76\x5e\xb4\xbf\xed\xe1\x64\x32\x7d\xf8\ -\x64\xe7\xa9\xe0\x57\x39\xf0\x85\x15\xfa\xea\xaf\x5f\x41\xf3\xe1\ -\xb7\xdb\x7c\x85\x9e\xfd\x89\xa9\x5b\x25\x69\xcf\xfa\x88\x93\x88\ -\x56\xe5\x39\x2c\x8f\x04\xc9\x0d\x72\x78\x19\xdc\x19\x0c\xbe\x2c\ -\x99\x7d\xd7\xd4\xa9\xaa\xfb\xaa\x56\x74\xe7\xe3\x43\x4f\xdc\xbe\ -\xde\x37\xd6\x79\xe2\xd4\x63\x3b\x76\xd6\x61\x78\x68\x64\xe9\xcd\ -\xe8\x67\x3f\xdf\x07\xc3\xd2\x57\x58\xba\x71\xd1\x62\xae\xb2\x15\ -\xe5\x8f\x7f\x5c\x5e\xf3\x58\x4f\x45\x31\x4d\x15\x7a\x91\x72\xca\ -\x90\xd3\x3a\x32\xfc\x41\x5e\x30\x31\xdc\xf7\xbd\xa1\xae\xf6\x2d\ -\x81\xc0\xd8\xc5\x0f\xde\x3f\xbd\x65\xc7\xce\x3a\x9c\x38\x76\xf2\ -\xde\xdb\x71\xe3\x73\x7b\xd1\xf6\x6e\x07\x76\xd7\xef\xfa\xa9\x65\ -\x68\xbf\x93\x55\x8f\xdb\xe3\x5d\x1b\x70\x67\xe5\xc6\x14\x55\x11\ -\x46\x7c\x3a\xcf\x9c\x0b\x7c\x6b\x2c\x30\x3a\xd6\xb0\xf7\xb9\xe2\ -\x48\x24\x3a\xfb\xe2\x0b\x4d\x39\xbb\xea\x9f\xce\xb0\x75\x33\x7e\ -\xe2\xc4\xfb\xf7\x3e\x90\xcc\xd7\xce\x67\x9e\x5a\x6f\xdb\xfc\x47\ -\x42\xf0\x5c\x08\xa8\xc4\x68\x84\x11\xfb\xe4\xf8\xb1\x93\xd7\x9b\ -\xdf\x69\x6e\xaf\xad\xad\xdd\xde\x7d\xee\x6c\xf6\xf9\x0b\xe7\x8f\ -\x35\xbf\xdd\xb2\x0b\xcb\xa1\xf9\x95\x3d\x7f\x7d\xfc\xf8\xf1\x61\ -\x21\x84\xe8\xfa\x47\x17\xff\xed\xeb\xaf\x89\x27\x77\x6c\xaf\xdc\ -\xb5\xfb\xe9\xa5\x15\xe1\x97\x69\x7e\x61\xcd\x5f\xfb\x4a\x7c\x95\ -\x65\xe5\x65\x1b\x0a\x57\x17\x52\x22\x99\x14\x91\x48\xe4\xa1\xb6\ -\x96\xf6\x83\xdf\x38\xc0\x82\xb5\xd2\xd8\x88\x83\x87\x0e\x7e\x58\ -\xba\xa6\xf4\xd5\xda\x6d\xdb\x28\x95\xd2\x48\x4f\xa7\x73\x73\x73\ -\x57\xde\x1a\xbc\x72\x75\xf0\x9e\xa6\xe2\xaf\xa3\xb6\xb6\x36\x00\ -\xc0\x8d\xcf\x6e\x34\x5d\xba\xf4\x29\x55\x54\x54\xc0\xe7\xf3\x89\ -\x82\x82\xfc\x16\x00\x68\x68\x68\x58\x5e\x07\x3e\x1f\xe7\x7a\x2e\ -\x17\x15\x17\xed\xdd\xb4\x69\x53\xb6\x24\x31\x32\x0c\x53\xf6\x7a\ -\x73\x32\xdb\xda\xda\xff\xf6\x3f\x01\x68\x6a\x6a\xc2\xd4\xd4\xd4\ -\x59\x45\x55\x5e\xdc\x50\xbd\x11\x73\xb1\x18\xe6\xe6\x66\x37\x7b\ -\x32\xdc\x87\xd7\xaf\x5f\x97\x1c\x1e\x1e\x59\x5e\x80\xde\xde\x5e\ -\x0c\x0e\x0e\x86\x4a\x7d\xa5\x55\x95\x95\x95\xf7\x65\x64\x66\x92\ -\x65\x59\x22\x1a\x9d\xd9\xf0\xc7\x8e\x23\x1d\xcb\xee\x00\x00\xd4\ -\xd7\xd7\x63\x60\x60\xe0\x23\xb7\xc7\xbd\xbf\xa6\xa6\x06\xc9\x64\ -\x8a\x34\x2d\xe5\xcb\xf1\x66\x9f\xdd\xba\xb1\xe6\x4e\x6f\xff\xe5\ -\xe5\x05\x18\x1c\x1c\x44\x20\x10\x30\xca\xcb\xca\x79\x51\x51\x51\ -\x6d\x61\x61\x81\x30\x0c\x83\x22\x91\xc8\x83\x7f\x38\xf4\xd6\x9b\ -\xcb\x92\x82\x85\x74\xe0\xc0\x81\xd7\xce\x9c\x39\x33\xe7\x72\xb9\ -\x8d\xfc\xfc\x7c\xa3\xa4\xc4\xe7\x5b\xb6\x18\x2e\xa4\xce\xce\x4e\ -\xf8\xfd\xfe\x47\xc2\xe1\xb0\xaa\xaa\xaa\x92\x9b\x97\x7b\x04\xff\ -\x0f\x09\x61\x3a\xcf\x5f\x38\xef\x03\x80\x37\xde\x7c\xe3\xbf\xce\ -\xfe\x05\xad\x92\x16\xfc\x24\x14\x38\xf4\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\x55\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\xd2\x49\x44\ -\x41\x54\x78\xda\xbd\x96\x5d\x88\x5c\x67\x19\xc7\x7f\xef\xc7\x39\ -\x33\x73\x66\x36\x9b\xfd\xea\x66\xd7\x40\x02\xda\xa6\x42\xc0\x8b\ -\x60\x53\x35\x62\x7a\x97\xe0\x4d\xbd\x68\x45\x82\xcd\xcd\x42\x68\ -\x97\x80\xb1\xe4\x4a\xb3\x28\xd2\x2b\xc1\x05\x45\xc5\x0b\xaf\x84\ -\x42\x11\x5a\xa5\x48\xee\x42\x12\x30\x01\x25\x81\xfa\x91\xd2\x6d\ -\x48\xb2\xc5\xfd\x4c\x76\x33\xb3\x33\x3b\x7b\xce\x9c\xf3\xbe\xaf\ -\xe7\x1c\x66\x26\xcc\x4e\x1c\xa5\xea\xfe\xe1\x3f\xcf\x3b\x67\xe6\ -\x7d\x9f\xff\xf3\x7f\x9e\x39\x73\x34\x20\x80\x62\x1e\xf7\x16\x0e\ -\x08\x35\x50\x02\x8e\x01\x01\xe4\x10\x7b\x94\xbc\x09\xdc\xd2\x80\ -\x0f\x3c\xdf\x68\x34\x7e\xc2\x1e\xa2\x52\xa9\x7c\x17\xf8\x6b\xa7\ -\x05\x7e\xb9\x5c\xae\xac\xac\xae\x21\x04\x29\x45\x4e\x29\x25\xf9\ -\x1a\x20\x8b\x6d\xf6\x5d\x03\xe8\x8d\x4f\x20\xfa\x0d\x0d\x4a\x25\ -\xda\x85\x8b\x8e\x80\x8c\x80\x21\xfa\xfb\xec\x7f\x6e\x62\xff\xfb\ -\x2c\x0e\xc4\xe4\x57\xdf\xee\x4a\xeb\x08\xe8\x42\x0a\xc0\x2c\x73\ -\xe8\xb9\xfd\x3d\x07\x77\x69\x7b\xae\xf5\x7d\x3e\x50\x20\xb0\x78\ -\xaf\xda\x67\x48\x8f\x00\x91\x59\xee\x96\x20\x7c\x04\xb6\x73\xb0\ -\x04\xa3\x00\x09\xd6\xa5\x34\x60\x6c\xb6\x7e\xba\x00\xd7\xf5\xb4\ -\x0f\x62\x3b\x42\x0a\x39\x40\x00\x0e\xb9\xb1\x44\x1a\x20\x02\x62\ -\x09\xb2\x04\xc5\x21\x50\x3e\x24\x16\xea\x4d\xd8\x6a\x40\x18\x83\ -\x73\xfd\x49\x33\xb6\xf5\xa2\x7b\x29\x36\x01\xdc\x20\x01\x02\x54\ -\xe7\x90\x8c\x45\xd8\x37\x0a\xcf\x0c\x83\xe7\x43\x0c\x6c\x36\x61\ -\x51\x40\xab\x96\x32\xa1\x83\xee\x9e\x9e\x0e\xf7\xb6\x4f\x02\x62\ -\xa0\x03\x42\xa0\x12\x20\xa7\xca\xc6\x15\x26\x87\x60\x62\x04\x54\ -\x4a\xe7\xc3\xe8\x16\x34\x63\xa8\x6f\x43\x9c\xd0\x03\x0b\x88\x5d\ -\x33\xa0\x78\x22\xa0\x95\xe7\x18\x24\x00\x94\x01\x1a\x80\x11\xe0\ -\x69\x28\x79\xe0\x2a\x60\x27\x80\x12\x48\x0f\x82\x15\x30\x32\x65\ -\xdf\x70\xb6\xcb\xe4\x49\x54\xed\x2c\x12\x54\x4c\x1f\x34\xbb\x10\ -\xad\x09\x3e\xae\x49\x9a\x2d\xc1\x5a\x6d\x8b\x03\x7f\x49\xd8\x89\ -\xd7\x79\xe1\x74\x82\x08\xf6\x83\xdc\x86\xd5\x06\xc4\x26\x65\x3b\ -\x89\x6d\x13\x88\x12\xc1\xf2\x96\xe4\x71\x24\xf0\x15\x18\x40\x0a\ -\x78\x66\xc8\xf2\xd1\x23\xc9\x57\x06\x09\x70\x0e\x7e\xfe\x87\x12\ -\x05\x2d\xba\x8e\x70\x2f\x04\x42\xae\xdd\xfa\x13\x9f\x7b\x76\x88\ -\xc3\x13\xd0\x58\xad\xb3\xcf\x0a\x3c\xe9\x73\xbf\xaa\xf8\xdb\x9a\ -\x62\x23\x14\x28\x07\x91\x01\x83\xa0\xa8\x2c\x5a\x82\x16\xae\x3b\ -\x0a\xf5\x16\x83\x05\x58\x0b\xbf\xbf\xab\x69\xc4\x8a\x7d\x45\x89\ -\x76\x86\x46\x94\x20\x85\x40\x2b\x8b\xbc\x5d\xa7\x91\x78\x48\xe5\ -\x83\x2b\xd0\x34\x22\x13\xfd\x6f\x51\x90\x0e\x93\xc4\x34\xb6\x77\ -\xf8\xb1\x1b\xe4\x00\xf0\xd1\x52\x1d\xd7\x7f\x2a\x32\xab\x46\xcb\ -\x5c\xa4\x96\x02\xa5\x14\x5a\xc9\xae\x73\x36\x7d\xd9\x89\xe2\x7c\ -\x5d\xf0\x35\x52\x4a\x8c\xb1\x24\xc6\x64\xb1\x7b\xa6\xdb\x75\x8b\ -\xeb\x11\xa0\x94\x66\x62\x6c\x04\xcf\xf3\x28\x97\x14\xd3\xa3\x82\ -\x43\xd3\x86\xcf\x4e\x7b\xec\x1f\x4b\x20\x91\x2c\x2e\x5b\xee\x7e\ -\x92\xb0\xfc\x50\xb2\x13\x92\xf7\x5c\x2b\x00\x41\xcb\x92\x27\xb3\ -\xc6\x91\x64\x91\x4c\xb4\xce\x99\x21\x4e\x12\x6a\xb5\x1a\xe3\xe3\ -\xe3\x0e\x30\xfd\x43\x98\x59\xed\x17\x91\x4a\x41\x4a\x23\x1d\x7e\ -\xa0\xd1\x81\x41\x8a\x22\x2d\xd3\xc2\x92\xe0\x3c\x49\x2b\x76\x54\ -\x23\x8b\x89\x25\x32\x4d\x60\xac\x6d\xff\x81\x69\x94\xa7\x28\x05\ -\x5e\x56\x75\x4e\x63\x0c\x61\x18\x32\x35\x35\xc5\xf2\xf2\xb2\xbb\ -\x72\xe5\xca\x2d\x60\x05\x88\x75\x5f\xbf\x0a\x85\x5c\x71\x50\xf0\ -\xf1\x45\x4c\x59\x45\x8c\x14\x15\x4a\xec\x80\x36\xf8\x4a\x52\x52\ -\x50\x1e\xf6\xd9\x71\x02\x53\xf4\x33\xbb\xb3\x3d\x59\x5b\xf2\xf5\ -\xe4\xe4\x24\x33\x33\x33\x9c\x3e\x7d\x3a\x17\x75\xf5\xea\x55\xee\ -\xdc\xb9\xc3\xc9\x93\x27\x79\xf0\xe0\x41\xfd\xec\xd9\xb3\xf3\xc0\ -\x9f\x81\xe6\xae\x3f\x23\x91\x09\xc8\x29\x85\xc5\x2f\xcb\x94\x82\ -\xc4\x24\xb4\x12\xc1\xc3\xc7\x96\x7a\x4b\xd2\x4c\x24\x49\x02\x52\ -\x3a\x9c\x71\x5d\x01\x40\x5e\xf1\xb9\x73\xe7\x18\x3d\x5e\xe1\xfb\ -\x1f\xcc\xd2\x72\xdb\xcc\xbc\xf8\x1d\x5e\x7a\x69\x96\x1b\x37\x6e\ -\x24\x17\x2f\x5e\xfc\x61\xea\xc6\x1f\x81\xf5\xf4\xbb\xb6\xaf\x05\ -\xe9\xc5\xdc\x2e\x4f\x0b\x76\x22\xcb\xc3\x0d\x4d\x51\x6b\xca\x45\ -\x50\xca\xa3\x65\x0c\x8d\x66\x44\x33\x34\x84\x11\xe4\xc8\x86\x2d\ -\x49\x72\x21\xd6\x5a\x4e\x9d\x3a\xc5\xd9\x2b\x2f\x33\x7b\xfc\x0d\ -\xc0\xf2\x9b\x0f\x7f\xc1\xfc\x89\xb7\x99\x9f\x9f\xff\xd9\xc2\xc2\ -\xc2\xfb\xc0\x72\x9a\x27\x79\xea\x8d\xc8\xf7\x7d\x32\x78\x1e\x94\ -\x03\xcb\xe8\xa8\x65\xea\x40\x82\x32\x31\x49\x98\x50\x94\x96\xa1\ -\xa0\x92\x8a\xcb\xf2\x3a\x0c\x3e\x41\x50\xce\xf6\x75\x45\x64\x43\ -\xfc\xa8\xfa\x98\xa5\x9d\xfb\x28\x29\x58\xab\xae\xe7\xad\xb8\x7c\ -\xf9\xf2\xaf\x81\x4f\xd2\xe4\xf1\xd3\x6f\xc5\x90\x6d\xce\xab\x10\ -\x90\x56\x6a\x58\x5a\xb1\x54\x02\x98\x1a\x2e\x31\x32\xa6\xa9\x25\ -\x16\x6f\x53\xe3\xa4\xc2\x2f\x49\x9c\x93\x1c\x3d\x7a\x94\x0b\x17\ -\x2e\x70\xe4\xc8\x91\x6c\x7f\x2e\xa6\x15\x1a\xaa\x61\x03\x27\xc8\ -\xd6\x9d\xf6\xdc\x02\x62\xe0\x5d\x60\x0e\x58\xdc\xf5\x33\x54\x5c\ -\xbb\x7e\x1d\xd9\x79\xd4\x92\xb2\xbb\xce\x08\xf4\xc4\x8c\x1d\xbc\ -\xb7\xf0\x1e\xe7\x7f\x7b\x9e\xea\xd6\x26\x9e\x95\x4c\x0f\x1d\x60\ -\x2b\x6a\x62\x31\xec\x53\x63\x7c\xe3\x9d\x13\x04\x25\xaf\x30\x3e\ -\x3c\x56\xf8\xe6\xf3\x33\xaf\x7d\x79\xf2\x94\x06\xce\x68\xc0\xb5\ -\x49\xfa\x5c\x48\x0f\xb2\x24\xf4\x23\x4b\xbc\x1b\x73\xd7\xe6\xf8\ -\xf6\x17\x5e\x65\x23\x59\xc7\x28\x8b\x06\xee\x6d\xdd\xcd\x5b\x70\ -\xf0\xd0\x67\x78\x56\x3d\xc7\x46\xa3\x81\x8d\x1c\xef\x7c\xfc\x4b\ -\x52\x01\xaf\x74\x04\x58\xa0\x76\xec\xd8\xb1\xef\x7d\xda\xc7\xf2\ -\x9b\x37\x6f\x5e\x6a\x46\xcd\xc2\x87\x2b\x0b\xac\x9a\x15\x82\xa0\ -\x48\xa0\x0b\x34\xcc\x66\x7e\xd7\xb4\xb1\xe5\x41\x75\x91\xf5\xfa\ -\x16\x23\xde\x01\x0e\x8f\xa9\x6e\x1e\x0d\xd4\x81\xf7\x6f\xdf\xbe\ -\x2d\xf9\x74\xc8\x86\xef\xf3\x6f\x1e\x7f\xf3\xcc\x5b\xbf\x7b\x0b\ -\xd3\x34\x08\x04\x63\xe5\x11\x0e\x1e\x2f\x52\x29\xf9\x2c\x7c\x50\ -\x27\x14\x75\x86\x03\x8f\x4a\x61\x9b\xaf\x1f\x7e\x9d\xf6\x1c\xa0\ -\xd3\xc1\xc8\x1d\xe0\xbf\xc3\xdc\xec\x0b\xb3\x7e\xca\x97\x01\x0f\ -\x60\xe2\x8d\x71\x0e\x32\x4d\x50\x90\xac\x54\xff\xc1\xc2\xdc\x52\ -\x57\x6f\x56\x30\x70\x09\x40\xf3\xbf\xc1\x3d\xe0\x55\x9e\x20\x8c\ -\xa2\x56\xa1\x16\x6e\xb3\xdf\x78\x6c\x27\x11\xff\xaa\xbd\x9a\xff\ -\x0f\x62\xdf\xf3\x0a\xf7\x57\x37\xd9\x6c\x34\x29\x88\x52\xa7\x72\ -\xf6\x4a\xc0\xbb\x3f\xfa\xd6\xf9\xd7\x7e\x7a\xfd\x57\x1c\x29\x7d\ -\x91\x2f\x9d\x78\x91\xcc\xf6\xbd\x14\x30\xf7\xfa\xd7\x7e\xa0\x53\ -\xbe\x02\x88\xf6\xc0\x5d\xda\x4b\x01\x8b\xc0\x99\x36\x07\xe2\x9f\ -\xfc\x43\x7a\x65\x21\x3f\x2b\x21\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x03\x5c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x03\x00\x00\x00\x44\xa4\x8a\xc6\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\x01\ -\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x32\x50\x4c\x54\ -\x45\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x43\x45\x45\x00\ -\x00\x00\x4d\x51\x4f\x5f\x62\x62\x63\x66\x65\x5a\x5e\x5c\x67\x6c\ -\x6a\x6a\x6e\x6b\xb8\xbc\xbd\xdb\xdd\xde\xc2\xc3\xc3\xcf\xd0\xd0\ -\x8d\x90\x8d\x8e\x90\x90\x92\x96\x94\x99\x9b\x9b\x99\x9c\x9a\xa0\ -\xa1\xa1\xa5\xa6\xa6\xa9\xa9\xa9\xaa\xab\xab\xab\xab\xab\xad\xad\ -\xad\xae\xae\xae\xaf\xaf\xaf\xb0\xb0\xb0\xb2\xb2\xb2\xb6\xb6\xb6\ -\xb9\xb9\xb9\xba\xbe\xbf\xbb\xbb\xbb\xc1\xc1\xc1\xc2\xc2\xc2\xc3\ -\xc4\xc3\xc8\xc8\xc8\xcb\xcb\xcb\xcd\xcd\xcd\xce\xce\xce\xcf\xd0\ -\xd0\xd6\xd6\xd6\xd8\xd8\xd8\xdb\xdb\xdb\xdb\xdd\xde\xdc\xdc\xdb\ -\xe1\xe1\xe1\xe2\xe2\xe2\xe3\xe3\xe3\xe4\xe4\xe4\xe5\xe5\xe5\xe7\ -\xe8\xe8\xe8\xe9\xe9\xe9\xe9\xe9\xe9\xea\xea\xe9\xea\xeb\xea\xeb\ -\xeb\xeb\xeb\xeb\xeb\xec\xec\xec\xec\xec\xec\xed\xed\xed\xed\xed\ -\xed\xee\xee\xee\xee\xee\xee\xef\xef\xee\xf0\xf1\xef\xef\xef\xef\ -\xf0\xf0\xf0\xf0\xf0\xf0\xf1\xf1\xf1\xf1\xf1\xf1\xf1\xf2\xf1\xf2\ -\xf2\xf2\xf2\xf2\xf2\xf3\xf3\xf3\xf3\xf3\xf3\xf4\xf4\xf4\xf4\xf4\ -\xf4\xf5\xf5\xf5\xf5\xf5\xf5\xf6\xf6\xf6\xf6\xf6\xf6\xf7\xf7\xf7\ -\xf7\xf7\xf7\xf8\xf8\xf8\xf8\xf8\xf9\xf9\xf8\xf9\xf9\xf9\xfa\xfa\ -\xf9\xfa\xfa\xfa\xfa\xfb\xfb\xfb\xfb\xfb\xfc\xfc\xfc\xfd\xfd\xfd\ -\xfe\xfe\xfe\x08\xd9\xcd\xca\x00\x00\x00\x15\x74\x52\x4e\x53\x00\ -\x01\x02\x03\x25\x3b\x45\x4b\x4c\x78\x81\x92\x98\xa6\xae\xb6\xc4\ -\xf7\xfa\xfe\xfe\xd1\x91\xf4\x89\x00\x00\x01\x7b\x49\x44\x41\x54\ -\x78\xda\x8d\x93\x5d\x4b\x02\x51\x10\x86\x67\xe6\x08\x09\x75\x1b\ -\xfd\x97\x24\xba\x0d\x2c\xba\xe8\x37\xf6\x93\x42\xcd\x0b\x23\x4a\ -\x24\x23\xfc\x48\x4d\x3d\x7b\x4e\x33\x67\xc6\x59\xb3\x8b\x9a\x5d\ -\xc4\xe5\x79\x78\x79\x67\xd9\x03\x7f\x0d\x42\x23\x20\xfc\x9a\x5c\ -\x45\xfb\xd7\x80\x70\x37\xa3\x80\x3c\x2c\xeb\x2f\x4f\xf3\xbe\x16\ -\x60\xf6\x81\x81\x0d\x22\x2a\x1a\x69\x30\xb8\xc0\x94\xca\x20\x5f\ -\x9a\x80\x19\xb1\x16\x40\x79\x60\x4c\x92\x50\x18\x51\xd3\xaa\xb0\ -\x80\x14\x04\x8b\x81\x3c\x25\x9f\x4e\x5b\x56\x45\x84\x10\x0a\x67\ -\x4c\xbb\x0e\x54\x2d\xac\x0a\x0b\xc4\x5c\x30\x11\x81\x5c\x72\x23\ -\x06\xad\x22\x02\x30\xb7\x96\xc2\x75\x30\x94\x2a\x9a\xc0\x5c\x6e\ -\xc5\xaa\x48\x02\xba\x80\xc6\x49\xa9\x64\x17\x60\x82\xed\x69\x01\ -\xa8\x06\xf8\x53\x59\x13\x6b\x6e\x0a\x5a\x96\x09\xc6\x1d\x5b\xba\ -\x25\x68\x84\xf2\xda\x40\xad\xe2\x25\x61\x9f\x67\xd9\xa2\x18\x2a\ -\x30\x23\x0b\x44\xa6\x29\x2d\x13\x1d\x5b\x95\x7a\x1b\xb2\xec\xb4\ -\x1d\xcf\x63\xc2\xa8\x1d\x3d\xc1\x03\xd2\x6a\x38\x89\x39\xe0\xf8\ -\x0a\x5d\x50\x6e\x01\xd5\x68\x74\x91\x63\x6f\xd0\x26\xad\x92\x75\ -\x0b\x5f\x2a\x4d\x3e\x63\xde\xf6\x06\xd7\xb4\xab\xa2\x82\x2f\x96\ -\x67\x31\xaf\xbb\x4f\xb7\x68\x55\xfa\x9a\x50\x4f\xda\xe4\x46\xe7\ -\x99\xb9\x56\x19\x6e\x2a\x16\xf2\x0f\x25\x86\xd7\x1b\xdc\x55\x59\ -\x2f\x93\x7e\x93\xfe\x8a\xe8\xe4\x6d\xd1\xf6\x2a\x9d\x45\xda\x3b\ -\x38\x74\x96\xc5\x3b\x6a\x01\x07\x3c\x4d\xa6\xe7\xdd\xfe\x54\x5f\ -\x75\xd4\x23\xd2\xbc\x8c\x44\x04\xe8\x55\x1e\xe7\xc2\xbd\xe4\x61\ -\x95\xf7\x97\x65\x86\x7d\xe1\xa0\xca\xc3\xd7\xca\x0f\xaf\xce\xc1\ -\x19\xae\xb6\xf0\xdf\xf9\x06\x6a\xc8\x8f\xf1\x5d\xb7\x01\xd2\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x08\x03\x49\x44\ -\x41\x54\x78\xda\xc5\x97\x7b\x8c\x15\x57\x1d\xc7\xbf\xe7\x9c\x79\ -\xcf\x7d\xdf\xbd\x77\xbb\xbb\xc0\xee\xf2\x28\xb8\x80\x9a\xb0\x10\ -\xb4\x94\xd6\x60\x95\x1a\xdf\x44\xb0\xa6\x6a\x1a\xc0\x22\xc4\xda\ -\x3f\x14\xd4\x34\x21\xa6\x26\x9a\xfa\x48\x34\xb6\x09\x0d\x62\xfd\ -\xa3\x0d\x4a\xac\x34\xa4\x7f\x94\xa4\x82\x21\x58\x52\x89\x96\xa6\ -\x10\x62\xbb\x65\x97\x37\xfb\xb8\xaf\xbd\x73\x67\xee\xcc\x9c\x73\ -\x9c\x3b\xbb\xd9\x65\x59\xa1\x14\x9b\xf8\x9d\x7c\xef\xc9\xbd\xf3\ -\xf8\x7d\xe6\x7b\x7e\x77\x4e\x86\x48\x29\xf1\xbf\x88\x80\x10\x89\ -\x3b\xbf\xc8\x6d\x03\x90\x1f\x13\x05\x35\x7c\x2a\x6f\xe4\x1f\xea\ -\xcd\xf4\xae\x5c\x98\x5b\x58\x5c\x52\x5c\x92\x6e\x4b\xb5\xe1\x42\ -\xf9\x82\xf3\xee\xd8\xbb\xa3\x03\xa5\x81\x37\x22\x3f\x5f\x35\xaa\ -\x87\xe4\x6e\xe9\x7f\x20\x00\x64\x07\x49\xc0\xc4\x0f\x19\x67\x3b\ -\xd6\x2f\x5e\x9f\x5e\xd1\xbb\x02\x9d\x85\x4e\x58\xa6\x05\xd3\x30\ -\x11\x8a\x10\x25\xa7\x84\x91\xea\x08\xc6\x4a\x63\x38\x7f\xf5\x3c\ -\x5e\x3e\xfd\x72\x3d\x64\xe1\x5e\x64\xb0\x3b\x02\xa9\xe1\x06\xdd\ -\xb7\xff\xbe\x39\x6b\xe7\xae\xbd\xeb\xc9\x7b\x9e\x3c\x79\x4b\x00\ -\xe5\x47\xe4\x11\x12\xb0\xa7\xbe\xb2\x7c\x63\xdb\xda\xe5\x6b\xd1\ -\x64\x4d\x04\x22\xc0\xad\xa4\x52\x15\xb2\x29\x71\xe8\xb5\x43\xf8\ -\xdb\xc0\xd1\xb2\x54\xc5\x13\xfc\x17\xf2\x99\xa9\xfd\x3f\x65\x4f\ -\x6e\xea\xfb\xea\x13\x75\xd4\xcb\x07\xbf\xf0\x52\x6e\x02\x60\x76\ -\xdc\x54\xaf\xb0\x67\x16\xe4\x17\x3d\xfa\xb5\x7b\x1f\x06\x35\x28\ -\xb8\xe4\xef\xb7\x37\x70\x75\xf4\x2a\x5e\x7a\xfd\x20\x86\x9b\x57\ -\xf6\x36\x2d\xfe\x6d\x83\x28\x3f\x59\x52\x58\xba\x6b\xcb\xaa\xad\ -\xf8\xde\xf1\xc7\xe1\x3e\x16\x10\xe5\xbf\x35\x95\x75\x4d\x7d\x65\ -\x55\xef\xc7\x3e\xf9\x89\x55\xeb\xe0\x4a\x17\x70\x71\x47\x4a\x27\ -\xd2\xd8\xbc\x6e\x0b\xfe\x71\xe6\xc4\x96\xa3\x17\xfe\xba\x6e\x71\ -\xfb\x92\xde\xcf\xf7\x7d\x09\x55\xaf\x0a\x03\x6a\x0c\x39\x2b\x81\ -\xd4\x36\x63\xef\xb2\xf6\xe5\x9b\xef\x5f\xf3\x00\x9a\xbc\x89\x5b\ -\xc9\x60\x06\x82\x30\x80\xa0\x02\xb3\x92\x24\x37\x1c\xd7\xf4\xa1\ -\xe9\x3a\xdc\xd0\x85\xa9\x9a\xd8\x73\xe6\xd7\x18\x2d\xd5\x67\x26\ -\x90\xd9\x6e\x7f\xab\x83\x75\x6e\x5e\xf9\xd1\x8f\xa3\xea\x54\x71\ -\xa3\x28\xa1\x28\x8f\x96\x31\x30\x34\x80\xe1\xd1\xe1\xb8\xe1\x38\ -\xe7\x28\x64\x0a\xc8\xe5\x73\xe8\x2c\x76\x62\x5e\xcf\x3c\x58\xb6\ -\x85\xeb\xe5\xc1\x8b\x47\xa7\xd1\x40\x2c\x0e\x68\x94\xcd\xfc\x17\ -\x14\x77\x10\x3b\x18\x33\xce\x7f\xf6\x81\x0d\x39\xd5\xd6\x66\x17\ -\x97\x14\x27\xff\x75\x12\xa7\xce\x9e\x9a\xfe\x0d\x14\x84\x90\x89\ -\xfe\x60\x88\x6d\xda\x26\x56\xf7\xaf\x46\xcf\x9c\x1e\xcc\x90\x9c\ -\xb6\x46\x35\xbc\x72\xe5\x00\x06\x8b\xa5\xe9\x04\x48\x60\x3d\xb5\ -\xb0\xe3\xee\x9c\x50\x24\xbc\xa6\x37\xf3\x0e\xc6\x3d\xbc\x7a\xfc\ -\x55\xd4\x9c\x5a\xab\x24\x0c\x5f\x01\xf5\x09\x88\x24\x1e\x24\xa4\ -\xe4\xcc\x0c\x6d\x09\x3f\x17\xc2\x55\x5d\x1c\x39\x7d\x04\x3d\x95\ -\x1e\xf4\x7f\xa8\x1f\x2a\x53\x27\x0a\x0b\x4c\x8d\x3c\xe4\x60\x60\ -\xb8\xbf\x00\xd0\xb8\xf8\x46\xc2\x44\x09\xdf\xe8\x8c\xe2\x6b\x78\ -\x0d\xb8\x9e\x3b\x65\xcf\xf1\x70\xf8\xd8\xe1\xb8\xb8\x11\xf1\xa6\ -\x42\xc3\x4f\xe4\xf5\xa7\x93\x73\xcc\x15\xb5\x23\x9e\x59\x3b\xea\ -\x59\xa9\xf9\xd6\xe2\x64\x56\xff\x4d\x6a\x44\x6f\x6a\x9c\x01\x19\ -\x60\xd0\x1d\xc4\x89\xc1\x13\x70\x89\x8b\x78\x93\x91\xb9\x1b\xf7\ -\x80\x13\x3a\x11\x18\xc3\xf8\xbf\x81\x38\x81\x79\x73\xb2\x9f\xd1\ -\xae\x59\x09\x1f\x3e\xe0\x61\x4a\x8c\x32\xbc\x75\xfa\x2d\x38\xae\ -\x03\x93\xa8\x48\xea\xfa\x90\xd5\xae\xdc\x73\xee\xd9\xf2\x25\x5c\ -\xa7\x4b\x7f\x28\x47\x97\xc2\x77\xbb\xb7\xe5\xf7\x28\x17\x9a\xaf\ -\x95\xbb\xdc\x14\xcf\x08\x5c\x14\x17\x91\xad\x66\xd1\x95\xea\x42\ -\x2c\x31\x31\xff\x84\x13\xa8\x84\x01\x98\x04\x20\x0d\x6c\x32\x33\ -\xa9\xf8\x8e\xaf\x57\xa5\x54\xc1\xd0\xe5\x21\x30\x49\x91\xd2\xf4\ -\xc0\x28\x1a\xab\xce\xfd\x76\x64\x18\x37\x11\x2f\x87\xbb\x83\x04\ -\x4f\xf1\x45\x02\x2d\xd9\xd1\x26\x6d\x19\xa7\x10\x4b\x4e\x02\xb4\ -\xa6\xaf\x09\x78\x1d\x4b\x27\x00\x82\x86\x58\x4e\xf2\xca\xac\xb9\ -\x1f\xba\x38\x14\x8f\x96\x50\xa1\xa4\xd9\xcf\x06\x6f\x51\xbc\x63\ -\x43\xf2\xd9\x3a\x0b\x36\x3a\x5b\x9a\x30\x4d\x13\x5d\xb4\x0b\x39\ -\x99\x03\x71\x09\x3c\xcf\x03\x7c\x40\xfa\x12\xd5\x4a\x15\xe5\xe1\ -\x32\x32\x09\x01\x3f\xe5\x4c\x02\xd4\x79\x5b\x98\x0d\xe1\xba\x53\ -\x09\xc4\xdd\x3d\xde\x18\x8f\x33\x62\x9c\x40\xa8\x64\x3f\x6e\xa2\ -\xd5\x3b\x17\x2f\xa1\x26\xdb\xea\xec\x74\x90\xcb\xe6\x91\x0b\xa2\ -\xc2\x0e\x41\xad\x5e\x8b\x63\x77\xc6\x1d\xd4\x46\x6a\xa8\x5e\xab\ -\x02\x4e\x2b\x71\x02\x9b\x65\x46\x7a\x86\x06\x27\x00\xb8\xcf\x33\ -\xbe\xf0\x11\x36\x39\x30\xa9\x30\x08\xc1\x35\x0e\xa2\x01\xc4\x45\ -\x70\xa5\x54\x39\x8b\x9b\x28\x99\x60\x73\xdb\x64\xce\xab\x6f\xf3\ -\x8c\x80\x39\x18\x66\x8e\x04\x85\x24\x0c\x20\x8c\x90\x68\x24\x8a\ -\x46\x50\xd0\x6c\x50\x03\xa0\x09\x7a\xc9\x17\x62\xd3\x91\xdd\x72\ -\xe2\x39\x90\x7d\xd0\xac\x8b\xb4\x6a\x13\x85\xc6\x8d\x47\x14\x82\ -\x50\x09\x51\xe5\x55\x40\x07\xd2\x83\x46\x58\x9d\xeb\x19\x72\xcf\ -\xed\x2f\x08\xc5\x47\x12\x18\xfe\x7d\x1d\xef\xa5\x38\x01\xa1\xc8\ -\x6a\xa3\xe6\xd8\xa1\x22\x00\x06\xc0\xc2\xc4\x68\x47\x36\xd1\x6a\ -\x24\xa5\x2d\x48\x2c\x07\xf0\x06\x6e\x43\x85\x8d\x06\x1a\x17\x84\ -\x61\xaf\xd1\x04\xd5\x29\xa7\x3a\x11\x44\x07\x2a\x7f\x71\xe5\xcd\ -\x00\xc6\xa2\x43\x3b\x43\x22\xe2\x82\xb0\xa6\x1c\x7f\x27\x05\x40\ -\x34\xc5\x66\x00\xdf\xc1\x6d\x28\x0c\x88\x69\x2c\x64\x85\xf1\x3e\ -\xbf\x29\x6a\x61\x80\x32\x02\x3a\x4e\xb9\xb1\x41\x09\x4d\xa6\x0a\ -\xa2\x80\x97\x5e\x98\x80\xa1\x88\x24\x35\xbc\xa9\x0a\x36\xb3\xb8\ -\x7d\x9d\x17\x00\x44\x92\x6d\x5d\x3f\xc8\x2d\x78\xef\xe8\xb3\x94\ -\x56\xc9\x0a\xd2\x47\xe6\x28\x36\xeb\x60\xed\xb4\x20\xef\x46\x2e\ -\xf8\x30\x4f\x36\x97\x71\xab\xd2\xed\xe9\x2c\x45\xb5\xf4\x76\x9d\ -\x4c\x03\x18\xfc\x79\x55\x4e\x02\x18\x88\xc6\x69\xab\x8c\xc2\x57\ -\x39\xec\xc5\x4c\x91\x6e\x70\x6c\xce\xee\x64\x3b\x6e\xa2\xf6\xad\ -\x39\x2a\x87\x83\x87\x33\x2b\x8d\x7e\x99\x25\x8b\xa2\x73\x7b\x22\ -\x77\x45\x6e\x67\x2a\x69\x83\x85\xac\x9d\x52\x93\x7e\x9d\x5b\xbe\ -\x4e\xe5\xd4\x62\x44\x40\x48\xf2\xd3\x6a\x0d\xf3\x48\x62\x3c\xe3\ -\x03\x09\xc4\x56\x28\x8d\x01\x14\xc6\x60\xaa\x0a\x68\x95\xc2\x1c\ -\xd3\xb8\xd4\xc4\x56\x29\xe8\xc1\xc4\x47\xc6\xca\x38\x00\xd4\xbb\ -\xb3\x56\x50\x0b\xef\xa5\x23\xe4\xfb\xb9\x65\x66\x58\xee\xf1\x46\ -\x42\x21\xae\x85\x5c\x8c\x06\x9c\x97\x02\x21\xca\x21\xe7\xd5\x80\ -\x8b\x5a\xa1\x6a\xd5\x2b\x43\xcd\x61\xef\xb9\x60\x78\xaa\x07\x24\ -\xa4\x54\x93\x6c\x5f\xd1\x4d\x3c\x36\xde\xee\xc7\x29\x30\x4a\xa0\ -\xb4\x8a\x53\x16\x43\x50\x12\xc1\xe4\x29\xd2\x77\x69\x6c\xfc\x72\ -\x73\x5f\x1b\x37\xf6\xd5\xfe\x5e\x6c\x90\x36\x88\xb6\x50\x49\x94\ -\x6c\xb7\x99\x5f\x6d\x56\xeb\x5a\x50\xd5\x85\x92\x66\x5c\x24\x28\ -\xe1\x29\x42\x90\x44\x88\x04\xa4\xb4\x15\xc2\x2c\x59\x41\x55\x1a\ -\x62\x70\xba\x09\x27\x15\x52\xb1\xab\x5a\xf1\xbe\x5e\x20\x56\x76\ -\x54\x69\x80\x51\xda\x72\x0c\xa1\x31\x06\x4d\xa1\xf1\x02\xd2\xa4\ -\x21\xac\x6e\x0d\x01\x05\x8a\x7d\xb6\x05\x29\xd1\x40\x88\x36\x61\ -\xeb\x5c\x88\x5c\x54\x5c\x61\x42\x44\xfc\x5c\x10\x32\xb1\xfe\x49\ -\x09\x19\x7d\xc8\xf6\x30\x21\xdf\xa9\x94\x1c\x59\x94\xce\xf4\x92\ -\x3e\x29\xf9\x27\xe9\x39\xa6\xbf\x93\x0d\x52\xa4\x89\x01\x46\xe8\ -\x8c\x29\x50\x63\x88\x09\xeb\x91\xa5\x21\x51\xd2\x5d\x8c\xd9\x2e\ -\x1a\x89\x00\x6e\x64\x6e\x49\x45\xd1\x68\x2e\xda\x9f\x8f\xa0\x0b\ -\xd1\x39\x6d\x91\xf3\x0a\xa3\xb9\x2e\x2d\x95\xbd\x7c\xa6\x96\x92\ -\x09\x79\x4c\xfe\x5c\xca\x59\x09\xc4\x10\x07\xe4\x5e\xb2\x81\xf4\ -\x2f\xba\x98\x7f\x74\x6c\x7e\x23\xc6\x8b\x53\xa0\x53\x10\xb1\x03\ -\x93\x23\x30\x04\x42\x5d\x80\x33\x01\x10\x80\x08\x02\x16\x44\xc0\ -\xcd\xc8\x1e\x4b\x6b\x60\x90\x80\x10\x52\xf2\x0c\x4d\x8a\xf3\xaf\ -\x97\xa4\x23\x82\xdf\xc9\xa7\xa5\x37\xeb\x39\x30\x03\xe2\xcf\x72\ -\x1b\xf9\x32\xe9\xee\x33\x8b\xeb\xbd\xee\x00\x01\x15\x2d\x80\x29\ -\x87\x86\x80\x6f\x71\xf8\x2d\x88\x16\x80\x3a\x09\xc0\x09\x14\x9f\ -\x42\x32\x86\x96\x74\xae\xa4\x15\x41\x79\x56\x4f\x84\x83\xff\x2c\ -\x8b\x52\xdd\xfb\xa3\x7c\x4e\x0e\xe1\x06\x51\x60\xb6\xe4\x8b\xf2\ -\xc1\x33\xef\x0c\xff\x92\x0c\x40\x76\x29\x49\x30\x4a\x62\x13\x85\ -\xc4\x45\x23\xc7\x00\x4d\x3b\x84\x97\x0c\xe1\x26\x03\x34\x13\x61\ -\x04\x16\xd9\x98\x00\xd3\x2d\x05\x95\x0b\xae\xfd\xf6\xf1\xd1\xcc\ -\xc5\x4b\xb5\x43\xe8\xc5\x8b\xef\xfb\xcd\x88\x3c\x44\xbe\x68\xa5\ -\xb4\x5f\xd1\x2c\x7a\xd7\xac\xea\xc6\x88\xea\xb4\xe6\x3b\x2e\xea\ -\x25\x22\xdb\x61\x9c\x86\xa4\x32\xbe\x7b\xdd\x51\x60\x39\x1a\x16\ -\x5e\xcb\xe2\xd2\xb1\x1a\xce\xbe\x3d\x7a\x14\xc0\x37\xe5\x0b\xf2\ -\xfc\x9d\xbf\x9a\x6d\x24\x2a\x54\x6c\xb7\x4d\x6d\xd7\xd2\x05\x85\ -\x8e\x01\xa5\x0c\x36\x9f\x80\xb7\x4b\xcc\x9d\x97\x82\xd4\x81\x37\ -\x2f\x5d\x83\x72\x8e\x82\x0e\x01\x7d\xa2\x88\x53\x27\xaf\x5e\x16\ -\x90\x8f\xcb\xfd\xf2\xc0\x07\xf7\x72\x1a\x09\x1b\xb0\x02\x02\x9f\ -\x83\x44\x3f\x08\x3a\x13\x86\xda\xe5\xfa\x9c\x71\x21\xae\x02\x68\ -\xf9\x44\xe4\xc3\x28\xe0\xb8\xdc\x23\xc3\xdb\x7e\x39\xfd\x7f\xea\ -\x3f\xf3\x33\xcc\xf5\x2a\xfc\xfd\xe4\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x04\x1e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x03\x00\x00\x00\x44\xa4\x8a\xc6\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x13\x50\x4c\x54\ -\x45\xff\xff\xff\x60\x60\x60\x09\x49\x1b\x12\x52\x1b\x1b\x5b\x24\ -\x1b\x64\x24\x2e\x76\x2e\x37\x80\x37\x37\x89\x37\x37\x8c\x37\x08\ -\x3f\x15\x36\x8b\x36\x06\x41\x16\x21\x6a\x27\x29\x74\x2b\x0d\x49\ -\x1a\x15\x56\x1f\x1a\x60\x22\x2f\x7d\x2f\x37\x87\x34\x39\x8a\x37\ -\x54\x54\x54\x72\x72\x72\x53\x53\x53\x71\x71\x71\x54\x54\x54\x71\ -\x71\x71\x0a\x46\x18\x11\x4f\x1c\x18\x5b\x21\x1f\x64\x26\x2d\x79\ -\x2e\x34\x83\x34\x38\x8b\x36\x25\x6e\x2a\x0a\x45\x18\x10\x4c\x19\ -\x17\x57\x1d\x1e\x61\x22\x24\x6b\x26\x2c\x75\x2c\x32\x81\x31\x39\ -\x8a\x36\x3c\x8d\x38\x38\x8b\x36\x0e\x4a\x1a\x11\x4f\x1c\x14\x55\ -\x1e\x18\x5a\x21\x1a\x53\x14\x1b\x5f\x23\x1e\x64\x25\x22\x5e\x18\ -\x22\x69\x27\x25\x6e\x2a\x29\x73\x2c\x2c\x79\x2e\x2e\x6d\x1d\x2f\ -\x7e\x30\x33\x77\x20\x33\x83\x33\x36\x6e\x10\x36\x88\x35\x38\x8b\ -\x36\x44\x89\x2f\x47\x82\x13\x4f\x93\x39\x54\x54\x54\x55\x8b\x0b\ -\x55\x94\x19\x56\x92\x17\x5a\x9d\x43\x5d\x90\x08\x5d\xa0\x48\x5e\ -\x5e\x5e\x5f\x92\x07\x61\x94\x07\x62\x95\x07\x64\x98\x07\x65\x9e\ -\x2e\x66\x99\x07\x66\xa0\x1f\x67\x9a\x07\x68\x68\x68\x6a\x9d\x07\ -\x6b\x9f\x07\x6e\xa2\x08\x6e\xa5\x3e\x6e\xa6\x0d\x6f\xa2\x09\x70\ -\xa4\x08\x71\xa5\x08\x72\x72\x72\x75\xa4\x24\x75\xa9\x08\x76\xa6\ -\x22\x77\xa5\x25\x78\xa6\x27\x78\xac\x08\x79\xa7\x29\x79\xac\x08\ -\x79\xad\x08\x7a\xb1\x0f\x7b\xac\x20\x7e\xb2\x09\x7f\xaf\x20\x7f\ -\xb3\x09\x81\xb3\x1f\x81\xb5\x09\x83\xb4\x55\x84\xb8\x09\x85\xb6\ -\x1e\x85\xba\x0b\x86\xb4\x41\x86\xb8\x1b\x86\xba\x0b\x87\xb8\x1d\ -\x88\xbc\x0a\x8f\xbd\x3b\x90\xba\x47\x91\xbb\x43\x91\xbd\x3d\x92\ -\xbc\x4a\x92\xbd\x40\x94\xbe\x4d\x95\xbe\x4e\x96\xc2\x6b\x97\xc0\ -\x51\x98\xbf\x51\x9a\xc1\x55\x9c\xc4\x57\x9d\xc5\x62\x9f\xc6\x5b\ -\x9f\xc6\x5e\xa2\xc8\x5f\xa4\xc9\x62\xa4\xca\x64\xa8\xcb\x67\xa9\ -\xcd\x6b\xad\xd0\x6f\xb0\xd2\x75\xb2\xd3\x78\xb3\xd3\x78\xb6\xd6\ -\x7b\xb9\xd8\x80\xbc\xda\x8c\xbc\xdb\x84\xc0\xdc\x89\xc0\xdd\x8b\ -\xc6\xe1\x93\xca\xe4\x98\xcc\xe6\x9d\xd7\xee\xab\xdc\xf0\xb1\xde\ -\xf2\xb4\xe0\xe0\xe0\xe1\xe1\xe1\xe3\xe3\xe3\xe4\xe4\xe4\xe6\xe6\ -\xe6\xe9\xe9\xe9\xeb\xeb\xeb\xec\xec\xec\xed\xed\xed\xee\xee\xee\ -\xf0\xf0\xf0\xf1\xf1\xf1\xf2\xf2\xf2\xf3\xf3\xf3\xf4\xf4\xf4\xf5\ -\xf5\xf5\xf6\xf6\xf6\xf8\xf8\xf8\xf9\xf9\xf9\xfa\xfa\xfa\xfb\xfb\ -\xfb\xfc\xfc\xfc\x5a\x2f\xb0\x60\x00\x00\x00\x2d\x74\x52\x4e\x53\ -\x00\x08\x1c\x1c\x1c\x1c\x1c\x1c\x1c\x3c\x3d\x4b\x53\x54\x58\x62\ -\x62\x62\x62\x62\x62\x80\x80\x87\x87\xb4\xb4\xb7\xb7\xb7\xb7\xb7\ -\xb7\xb7\xe1\xf0\xf0\xf0\xf0\xf0\xf0\xf0\xf0\xf0\xf7\x14\xd2\xe2\ -\xdb\x00\x00\x01\x44\x49\x44\x41\x54\x38\xcb\x63\x60\xa0\x1b\x90\ -\x8a\x41\x01\x52\x18\x0a\x82\x37\x80\xc1\x9a\x15\x4b\x16\xcc\x9b\ -\x3d\x7b\x76\x30\x86\x02\x2f\x14\xf9\xd9\x5e\x18\x0a\x24\x9d\x51\ -\x80\x24\x75\x3d\xc0\xc9\x4d\x40\x81\x8e\xa7\x22\x07\x8a\x80\x18\ -\xdc\xb7\x62\x60\xbe\xfd\xac\x3a\x6d\x11\x0c\x2f\xaf\x5e\x32\x1f\ -\xe6\x5b\xfb\x99\x33\x26\xba\x23\x1b\x02\xf2\xf2\x9a\xa5\x0b\xe6\ -\xc0\x7c\x6b\x37\x7d\xda\xd4\x29\xb9\x5a\xc2\x70\x05\xa2\x70\xdf\ -\x8a\x82\xf9\x36\x93\x27\x4d\xe8\xef\x6b\x76\x52\x60\xc7\xe1\x48\ -\xab\xde\x9e\xee\xae\xce\xf6\xd6\x70\x4d\x21\xec\x0a\x2c\x3a\x3b\ -\xda\x5a\x9a\x1a\x1b\x6a\x0a\x1d\xe4\xd9\xb0\x29\x30\x6f\x6a\xac\ -\xaf\xad\x2a\xaf\xa8\xae\x2c\xf3\xd7\xe0\x43\xf6\xa6\x04\x44\x81\ -\x59\x72\x62\x42\x6c\x7c\x7a\x66\x76\x7e\x49\x51\xa0\x12\xd4\x9b\ -\xeb\x96\x2d\x00\xfa\x92\x11\xac\xc0\xd4\xdb\xdb\xdb\x27\x24\x3a\ -\x35\x2b\xaf\xd8\x55\x9d\x17\xea\xcd\x55\x8b\xe6\x02\x7d\x09\x51\ -\x60\x0c\x54\x10\x14\x95\x92\x53\x9a\x66\x2d\xc7\x8a\xe2\x4d\x71\ -\x88\x15\x46\xde\xde\xbe\xa1\x71\x19\x05\x6e\x6a\x82\xd8\x7d\x61\ -\xe0\xed\xed\x17\x96\x14\x61\x29\xcb\x82\x23\x1c\xf4\xbd\xbd\x03\ -\x22\x1d\x55\x05\x70\xc6\xa6\x9e\xb7\xb7\x8b\x89\x0c\x33\xd6\x04\ -\x0c\x4e\xbc\xba\x1e\xb6\x2a\xfc\x18\xb1\xb9\x76\xf9\xc2\x79\xd0\ -\xe8\x54\x36\x94\x66\xc2\x48\xc0\xeb\x57\x2e\x9e\x0f\x4b\xbc\x5c\ -\x3c\xb8\x13\xb0\x24\xc3\x60\x00\x00\xe0\x1b\x87\xd3\xd8\x50\x5f\ -\xdb\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xb3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x03\x00\x00\x00\x44\xa4\x8a\xc6\ -\x00\x00\x00\xa8\x50\x4c\x54\x45\xff\xff\xff\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x89\x89\x89\x87\x87\x87\x87\x87\x87\ -\x62\x64\x60\x74\x76\x73\x7a\x7b\x78\x88\x88\x88\x8e\x90\x8d\x94\ -\x96\x93\x98\x98\x98\xc6\xc6\xc6\xc7\xc7\xc7\xd6\xd6\xd5\xdd\xdd\ -\xdd\xe4\xe5\xe4\xe6\xe6\xe6\xf9\xf9\xf9\xfa\xfa\xfa\xff\xff\xff\ -\x2b\x53\x2d\x8e\x00\x00\x00\x28\x74\x52\x4e\x53\x00\x01\x02\x03\ -\x05\x07\x0a\x0c\x0d\x10\x11\x15\x16\x19\x1a\x1b\x1d\x1f\x21\x24\ -\x25\x26\x27\x29\x2b\x2c\x2d\x31\x33\x36\x39\x3c\x3e\x42\x44\x46\ -\x49\x5f\x64\xd1\x46\xaf\x83\x51\x00\x00\x00\x92\x49\x44\x41\x54\ -\x78\xda\xed\x91\xcb\x16\x82\x20\x00\x44\x8d\x22\x23\xb2\x0c\x4b\ -\xa1\x97\x3d\x54\x4a\x4a\x8d\x54\xfe\xff\xcf\x92\xb6\xe9\xa1\x6d\ -\xa7\xee\x6a\xce\x99\xbb\x9a\xb1\xfe\x7c\x4c\xc2\x45\x07\x3c\xd1\ -\x7d\x9c\xe5\xb2\x83\x3c\x8b\x1b\x81\x17\x65\xa5\x5a\xa9\xca\x82\ -\x37\x82\x90\xb5\xba\xa7\x97\x73\x7a\x7d\x33\x6a\x29\x5e\x82\xce\ -\x8f\x9b\x6a\xe1\x67\x04\xe3\x50\xc6\xa9\x8d\x67\x19\xef\xfe\x1e\ -\x00\xb4\x11\x76\x5c\xe2\xf9\x01\x65\x8c\xd1\xc0\xf7\x88\xeb\x60\ -\x64\x43\xa0\xeb\x5e\x1f\x8e\xc6\x93\x19\x59\xae\x36\xbb\xfd\x31\ -\x8a\x4e\x87\x70\xbb\xa6\x8b\xf9\x14\xa3\xe1\x00\x58\x4f\x9f\xc5\ -\x63\x1b\x78\x99\x42\x27\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x05\x7e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x0c\x1e\ -\x16\x0e\x06\xae\x50\xdc\x98\x00\x00\x04\xfe\x49\x44\x41\x54\x58\ -\xc3\x9d\x97\xc1\x6b\x14\x57\x1c\xc7\x3f\xbf\x37\x6f\xb2\x9b\xec\ -\x26\x6e\x31\x45\x8a\x87\x12\xb4\x16\x92\x94\x54\x45\xdb\x88\x85\ -\x7a\x11\x2a\x0a\x46\xea\xc1\x92\xe0\xc9\x92\xfe\x0b\xde\x7a\x10\ -\xa1\xd0\x43\xe9\x25\x78\xf2\x22\x88\xb7\xe2\x21\x81\x5e\xda\x68\ -\x68\x14\x24\x69\xd2\x6a\x6d\xb4\x2e\x49\x44\x93\x22\x49\x93\xc9\ -\xc6\xcd\xce\xcc\xeb\x61\x77\xc6\xb7\xbb\xb3\x6b\xf4\xc1\xf0\x66\ -\xde\xbc\x79\xbf\xef\xef\xfb\xfb\xfe\x7e\xef\x0d\x6c\xa3\x1d\x39\ -\x72\x44\x03\xdd\x40\x4f\xd2\xd5\xdf\xdf\xaf\x79\xcb\x26\xdb\x9c\ -\xf7\xa1\x31\xe6\x2f\x80\x9f\x7f\x1d\xc7\xd5\x9a\x20\x08\xf8\xec\ -\xd3\x4f\xd0\x5a\xe3\x38\xce\x47\xc0\x1f\x6f\x03\x60\xbb\xc8\x37\ -\x26\x26\x26\x28\x14\x0a\xf4\xf7\xf7\x13\x86\x21\x8e\xe3\x70\xeb\ -\xd6\x2d\xda\xda\xda\x00\x36\xde\x96\x01\x0d\x70\xec\xd8\xb1\xcf\ -\x37\x36\x36\x6e\xae\xae\xae\x66\x3d\xcf\xc3\xf3\x3c\x7c\xdf\xa7\ -\x50\x28\xc4\x13\x1f\x3d\x7a\x64\x36\x0b\x05\xf9\x69\x74\x0c\x47\ -\x29\x82\x30\xa4\xf7\x83\xbd\xb4\xb6\xb5\x19\xe0\x1f\x00\x11\xa1\ -\xb5\xb5\x95\x54\x2a\x45\x36\x9b\xa5\xbd\xbd\x9d\x5c\x2e\xe7\x69\ -\xad\x4f\x8d\x8f\x8f\xff\xd2\x10\x80\xef\xfb\x37\x4f\x9c\x38\x91\ -\x39\x7c\xf8\x30\x5a\x6b\x5a\x5a\x5a\x98\x9d\x9d\x65\x78\x78\x98\ -\x97\x2f\x5f\xd2\xda\xda\xca\xd0\xd0\x90\xb4\xa4\x52\xec\xdd\xb3\ -\x07\x13\x86\x88\x52\x4c\xde\xbd\xcb\x56\xb1\x28\xbe\xef\xb3\xb9\ -\xb9\x49\x2a\x95\xe2\xc6\x8d\x1b\xec\xde\xbd\x9b\x62\xb1\x88\xef\ -\xfb\xdc\xbb\x77\x2f\x33\x3a\x3a\x7a\x13\x68\x6f\x06\x20\xbb\xb4\ -\xb4\xc4\xe5\xcb\x97\x29\x14\x0a\xa4\xd3\x69\x16\x17\x17\xd9\xb5\ -\x6b\x17\x85\x42\x01\x11\x61\x60\x60\x00\x63\x0c\xc6\x98\xf8\xe3\ -\x7d\xfb\xf6\x21\x22\x5c\xbb\x76\x0d\x63\x0c\xe9\x74\x9a\x4b\x97\ -\x2e\xd1\xd1\xd1\x41\xb1\x58\x24\x93\xc9\xd0\xdb\xdb\x2b\x41\x10\ -\x64\x9b\x8a\xf0\xe8\xd1\xa3\x46\x6b\xcd\xea\xea\x2a\x53\x53\x53\ -\x00\x5c\xbd\x7a\x95\xe3\xc7\x8f\xb3\xb9\xb9\xb9\xed\x78\xba\xae\ -\xcb\xd2\xd2\x12\x87\x0e\x1d\x02\xa0\xaf\xaf\x8f\x1d\x3b\x76\x50\ -\x2a\x95\x98\x9c\x9c\x94\x86\x0c\x84\x61\x88\x88\x10\x04\x01\x00\ -\x2b\x2b\x2b\x68\xad\x79\xfc\xf8\x31\xbe\xef\xd7\x7d\x64\xb3\x50\ -\xe5\x4d\x45\x03\x9e\xe7\x91\xcd\x96\x9d\x56\x4a\x11\x86\x61\x73\ -\x11\x86\x61\x88\x52\x0a\x91\x57\x20\xf7\xef\xdf\xcf\xc8\xc8\x08\ -\xae\xeb\xc6\x63\x4a\xa9\x18\xe0\xdc\xdc\x5c\xd5\x7c\x11\xc1\x18\ -\xc3\xd9\xb3\x67\x79\xf0\xe0\x01\xb9\x5c\x8e\x7c\x3e\xcf\x8b\x17\ -\x2f\x22\x16\xbf\x04\xda\x6c\x3f\x5c\xd7\x9d\x16\x80\x03\x07\x0e\ -\x98\x9d\x3b\x77\xb2\xbc\xbc\xcc\xf4\xf4\x34\x2b\x2b\x2b\x28\xa5\ -\x70\x5d\x37\x36\x62\xf7\xd7\xaf\x5f\xe7\xfc\xf9\xf3\x6f\x92\x6d\ -\x26\xa9\xe6\x88\xc8\x60\x24\x42\x44\xa4\xca\x23\x63\x0c\x5b\x5b\ -\x5b\x55\x86\xa3\xfb\x52\xa9\x04\xc0\xc2\xe2\x53\x94\x48\x79\x75\ -\x25\x08\xe5\x39\x4a\x49\xd9\x9a\xc4\xbd\xa0\x54\x8c\xc0\x84\x21\ -\xef\x76\x76\x56\x65\x41\x95\x81\x46\xbd\x1d\x86\xe8\x3b\xc7\xd1\ -\x28\x05\x18\x41\x54\xc5\xb8\x54\x5f\x76\x98\x00\x42\x6b\x0d\x0d\ -\x10\x04\x41\xd5\xc4\x46\x20\x92\xe6\x38\x8e\xaa\x18\x55\xaf\xbc\ -\xb7\x8d\x57\x58\x88\x18\x01\x10\x4b\xc4\x55\x59\x10\x79\xd7\x08\ -\x79\xed\x3b\xc7\x51\xb1\x61\x47\xa9\x72\x18\x24\x99\x01\x1b\x80\ -\xa9\x05\x10\x0d\x34\xa3\x3e\xe9\x5e\x29\x85\xd6\x65\x00\xa2\x14\ -\x0a\x90\x4a\x36\xc5\x97\xfd\x6d\xd4\x37\x02\x60\x0b\xd0\x66\x23\ -\xc9\xfb\x08\x40\x94\xbe\x4a\x04\x22\x10\x91\xf1\x8a\xf0\x6c\x00\ -\x92\xc4\x40\x54\x80\x6a\x73\x3a\x09\x84\xdd\x62\xe3\x15\x43\xaa\ -\x12\xf3\xe8\xb9\x16\x40\xd2\x3a\x71\x16\x24\x09\x30\x09\x84\xcd\ -\x82\xcd\x40\x74\xd5\x3e\x27\x65\x97\x49\x12\xa1\xfd\xc2\x36\x6c\ -\x8c\xa9\x33\x1e\x8b\xd0\xf2\x50\x45\x3a\x50\xaa\xcc\x42\x03\xe3\ -\x0d\x4b\xb1\xdd\x6f\x37\x04\xd8\x0c\x28\x85\x63\xb1\xf0\x3a\x51\ -\xd7\x01\xa8\x15\x62\xd2\x64\xa9\x31\x50\x15\x73\x5b\x0f\x35\x8c\ -\xd9\x2c\x96\x71\x4b\x35\x80\xda\xd8\x34\xd2\x40\x64\xc0\x9e\x17\ -\x83\xb0\x44\x59\xeb\xb1\x5d\x3d\x6b\x1d\x53\x36\xe5\xb6\x06\x6a\ -\xd1\xdb\x8b\xd6\x81\xaa\xa4\x60\xb3\x4a\x5a\x3b\xb6\xb6\xb6\xf6\ -\x8a\x81\x68\xcf\x6e\xb4\xcf\x27\x65\x47\x54\xdd\x6c\x10\x49\xf5\ -\x5f\xd5\x00\x8b\xda\xfa\xfa\x3a\x80\xd1\xe5\x92\xea\x34\x3d\x64\ -\x34\x1a\x93\x26\x4a\x8f\x98\x1a\x1b\x1b\xe3\xf9\xf3\x67\xf8\x7e\ -\x40\xa9\x54\xc2\xf7\x7d\xb4\xd6\x26\x97\x7b\x47\x80\xe5\x18\x40\ -\x18\x86\x4d\x4f\x2e\x0d\xd0\x95\xab\x5b\x93\xbd\x23\x9f\x7f\xc2\ -\xf0\xf0\x37\x55\x85\x76\x61\x61\x5e\x2e\x7c\x7d\xe1\x0a\xf0\xbb\ -\x06\xd0\x5a\xd7\x69\x20\x8a\x7d\x92\x30\xed\x03\xa5\xbc\x86\xb1\ -\x20\x08\xed\x35\xcd\xdc\xdc\xdf\x72\xee\xdc\xb9\xef\xa7\xa6\xa6\ -\xbf\x03\xfe\x8d\x01\xd8\xe5\xb8\xa3\xa3\xa3\xa9\xe3\x99\x4c\xe6\ -\xb5\xa1\x8a\x9e\xb7\xb6\xb6\xa2\x1a\x63\x66\x66\x67\xe4\xf4\xc0\ -\xe9\x6f\xe7\xf3\xf3\x3f\x02\x2f\x62\x11\x46\x21\xe8\xec\xec\xa4\ -\xa7\xa7\x27\x3e\x8e\xb9\xae\x5b\x57\x6e\x1d\xc7\xe1\xe1\xc3\x87\ -\x9c\x39\x73\xe6\x4d\xf4\x62\xee\xdc\x99\x0c\x4e\x9e\x3c\x75\x71\ -\x7d\x7d\xfd\x0a\xf0\x5f\x55\x1d\xf8\xf8\xe0\x41\x9e\x3d\x7d\x8a\ -\x00\x5d\x5d\x5d\xa4\xd3\x69\xd2\xe9\x34\xa9\x54\x8a\x96\x96\x16\ -\x1c\xc7\x89\x8d\xdb\xa7\x67\x7b\x6b\xb5\x43\x65\x6f\x40\x5a\x6b\ -\x6e\x4f\xdc\x96\xaf\x06\x87\x2e\x7a\x9e\x37\xe2\xfb\xfe\x7a\x5d\ -\x25\x9c\xcf\xe7\x47\xdf\xef\xea\xfa\xe2\xcf\x99\x99\xc4\x58\x57\ -\xc5\x5d\x84\x7c\x3e\xdf\x30\x14\xf1\xcf\xe4\xc6\x06\x6b\x6b\x6b\ -\x78\x9e\xc7\xe0\xe0\xd0\x6f\x0b\xf9\xfc\x0f\xc0\x56\x1d\x43\xdd\ -\xdd\xdd\xdc\xbf\x7f\xff\x4d\xff\x29\xfb\x80\xf7\xb6\xf1\x77\x5d\ -\x00\x16\x81\x27\x40\x62\x8a\xfd\x0f\x67\xea\x16\x60\x16\x57\xbd\ -\x9b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xc2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\ -\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x3f\x49\x44\ -\x41\x54\x78\xda\xed\x56\x4d\x48\x14\x61\x18\x7e\xde\x99\x75\x2d\ -\x48\x57\xcd\x1f\xc4\x9f\xfe\x48\xfa\x13\xa2\x43\x5d\x92\x3a\x48\ -\xac\xac\x1d\xc4\x20\x09\x3a\x64\x05\x4a\x04\xa1\x07\x0b\x0a\xf5\ -\x10\x2c\x85\x0b\x89\x50\xb4\x91\x11\x04\x11\x06\x1d\x32\x2d\x28\ -\x3b\x74\x88\xa0\x43\xd1\x29\x22\x8d\x15\x15\x04\x5d\x5d\xdd\x3f\ -\x67\xe6\xed\xdb\x19\x67\x19\xb1\x45\x47\xd6\x3a\xe4\xb3\x3c\x38\ -\xb3\x3b\xdf\xbc\xcf\xfb\xbd\xef\xe3\xfb\x11\x33\xe3\x5f\x42\x12\ -\xfc\xbf\x05\x38\x60\x13\x2d\x2d\x2d\x2f\x89\xc8\x03\x1b\x60\xe6\ -\x7e\x9f\xcf\x57\x9b\x16\x01\x91\x48\xc4\xd3\xd3\xd3\xb3\xec\x7b\ -\x55\x55\x11\x8f\xc7\x93\x5c\x58\x58\x80\xa6\x69\x48\xc0\xeb\xf5\ -\x7a\xd2\x56\x82\x70\x38\x9c\x2a\xb8\x19\xd8\x0c\x6e\x5d\x93\xbe\ -\x12\x88\x97\xf5\x37\x34\x34\x78\x60\x0f\xfd\x48\x81\x0d\x1b\xfe\ -\x75\x01\x43\x44\xf5\x6f\x89\xaa\x96\xf5\x40\x6b\x6b\x6b\x07\x80\ -\x76\xac\x8c\xce\xae\xae\xae\x0e\xd8\xc4\x7b\xa2\x52\x06\xfc\x59\ -\x15\x3b\xdc\xa1\xef\xc3\x33\x00\x72\x4c\x8f\xea\x6c\x6a\x6a\x62\ -\x45\x51\x96\x50\x34\x1c\x4f\x4d\x4d\xf1\xd8\xd8\x18\x8f\x8c\x8c\ -\xe8\x4c\x3c\x27\x00\x3b\x7c\x07\x34\x0e\x39\xe4\xe0\xcf\x33\x75\ -\x3c\xff\xe8\x3e\x8b\xfb\xe4\x3b\x1c\xa9\xac\x22\x04\x2c\xb1\x95\ -\xe5\x39\xdb\x59\x6f\xd9\x59\xe6\xde\x79\xee\x2c\x32\x0b\x8a\xa0\ -\x86\xe7\x60\x85\x55\x40\xa7\xb0\xd7\xaa\x4a\x80\x55\xe0\x0d\x51\ -\xa3\xe4\x90\x7d\xdb\x4e\x56\xbb\x0a\x8f\x1d\x07\x98\xa1\xcc\xcd\ -\x80\x55\x05\xca\x7a\xda\x70\x40\x64\xad\x89\xac\xb3\xcb\x8b\xdd\ -\xbb\x4f\xd7\x21\x33\xbf\x00\xac\x2c\x24\x02\x1b\x54\x14\x7c\xba\ -\xd9\x0d\x0f\x33\x19\x3b\x90\x46\x3c\x17\x59\xcb\xb2\xe4\xdb\x75\ -\xe2\xa8\xab\xf8\xc8\x61\x23\xeb\xd9\x69\x33\x70\x52\x44\x0c\x06\ -\xd2\x26\xe0\x89\xc8\x5a\x16\x59\xe7\x96\x14\xba\xf7\xd6\x56\x63\ -\x53\x6e\x0e\xd4\xf9\x50\x32\x73\xa8\x1a\xa0\x5f\xab\xba\x90\x38\ -\x80\x35\xd9\x90\x99\xbd\x62\xaa\x5d\x83\x05\x8f\x89\x4e\x91\x2c\ -\x3d\xa8\xa8\x3a\xe4\x2a\x3d\x58\x09\xb0\x06\x25\x64\xd4\x9a\x14\ -\x33\xb8\x0a\xb2\x08\x89\xfd\xa9\x07\x9a\x9b\x9b\xd9\x3a\xe5\xc4\ -\x30\x49\x4c\x3e\x44\xa3\xd1\xc4\x5f\x73\xaa\x25\xee\x37\xf7\xf6\ -\xf6\x46\xb1\x08\x3f\xd1\xaf\x7d\x95\x65\xe5\xf9\x45\xae\xc4\x22\ -\x11\x5f\x04\x63\x40\x12\xc1\x64\x26\x48\x82\x89\x6b\x32\xe2\xe8\ -\xbb\xf0\xfa\xf3\x30\x2e\x1a\x3d\x90\xd2\x86\xa6\xfd\x74\x2b\x5a\ -\x9f\x91\x24\x09\x56\x88\x5f\xdb\xbe\x7c\x0b\xdc\x2b\x0d\x04\x5c\ -\x25\xd9\x80\x44\x40\x06\x1c\xe2\x23\x43\x84\x06\x91\x0c\x80\x8c\ -\x6b\x73\x8d\x5d\x1b\x5a\x4b\xd0\xd7\xd7\x17\x85\x05\x97\x98\x9f\ -\xde\x22\xfa\xf0\x23\x08\xff\x44\x18\xee\xfd\x5b\x25\xe4\x39\x25\ -\x38\x20\x48\xb2\x2e\x44\x86\xa4\x93\x74\x09\x8c\xd8\x7a\xd9\xd0\ -\x2b\x5c\x40\x04\xdf\x1e\x97\xc3\x55\xe9\xca\x84\x93\xf4\x9d\x30\ -\x48\xa6\x00\xe0\xee\xf0\x04\xae\x32\x53\xda\x87\x91\x78\xe9\xc3\ -\x28\xe3\xc0\xd7\xa0\x32\xf8\x6a\x3c\x82\x60\x5c\x5b\xdc\x09\x09\ -\x19\x90\xe1\x84\x43\x67\x7c\x3d\xa7\x61\x3b\xf3\xe8\x0d\xe6\x9a\ -\xf1\xb8\x76\xfe\xd9\x78\x68\xe6\x63\x30\x02\x62\xa3\x04\x4e\xa3\ -\x37\x96\x97\xc0\x7a\xd8\xb4\x7f\xc8\x4c\x8d\xb6\xc5\xff\x8a\x45\ -\xce\x0c\x77\x7d\x41\x1e\x4a\x9d\x99\xd0\xc0\xb8\x3e\x1c\xc0\x6d\ -\x66\x5a\x71\x1a\xc6\x62\x31\x9e\x9d\x9d\xe5\xc9\xc9\x49\x1e\x1d\ -\x1d\x5d\xf3\x44\xbc\x0c\x34\x5e\x21\x04\x5f\xe4\x66\x71\x70\x7b\ -\x31\x8b\xfb\xe4\x7a\x29\x95\x0d\x99\x59\xb7\xa1\x49\x21\x68\x89\ -\x1d\xed\xa0\x5b\xf4\xc6\x9c\xe8\x8d\x81\xe9\xd0\xe0\x9d\xb1\x49\ -\xc4\x81\xe8\x52\x1b\xda\x3f\x6c\xf6\xc3\x26\xfc\xa2\x37\x00\xd4\ -\x5c\x10\x65\x66\x60\x66\xe3\x50\xba\x21\xc0\xc4\x6f\x94\xc4\x6c\ -\x7c\xab\xe9\x3c\xf6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x07\x32\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x03\x14\ -\x12\x00\x00\x33\x54\x8b\x4a\x00\x00\x06\xb2\x49\x44\x41\x54\x58\ -\xc3\xc5\x96\x7f\x6c\x53\xd7\x15\xc7\xcf\xbd\xef\xf9\xbd\x67\x1b\ -\x3b\x89\x9d\x34\x71\x50\x12\x1b\x27\xa9\x50\xc6\xa0\x2d\x69\x93\ -\xd0\x96\x04\xca\xa4\xb6\x68\x6c\xb4\x29\xc9\x96\x96\xa4\xed\x46\ -\x5a\xb6\x49\x9b\x34\x6d\x83\xb5\xff\x74\x15\xeb\x1f\x95\xa8\x34\ -\x7e\x8c\x06\x0c\x1d\x54\xcb\x92\xa8\xb4\xa3\x13\x42\xa3\x14\x42\ -\x9b\x8c\xa4\x81\x18\xf2\x03\x08\xc4\x8e\x63\x3b\x3f\xfc\x2b\x76\ -\xec\xe7\xf7\xe3\xbe\xbb\x3f\xa6\x69\x4c\xca\x4a\x1d\x9a\xee\xfb\ -\xd7\xd5\x3d\x47\xe7\x7e\xee\xb9\xf7\xe8\x1c\x80\x0c\x34\xe9\x9f\ -\xfc\x9f\xb6\x2b\x83\x97\x61\x31\xc2\x99\x1c\x6c\x36\x99\x9f\x8a\ -\x44\xc3\x27\xe7\xe3\x73\x81\xc4\x5c\x8c\x46\x22\xb3\x74\x66\x26\ -\x38\xe9\x9b\xf0\xb4\x99\xcd\xd9\xd5\x00\x00\xbd\xbd\x3d\x19\x01\ -\xa0\xaf\xe2\x14\x9a\x9d\x5d\xa3\x69\xea\x47\xbe\xe0\x4c\x51\xd7\ -\xc7\x17\xa2\x46\xbd\x1e\x61\x8c\x41\xe0\x79\x88\x27\x12\x90\x98\ -\x4f\xc0\xd6\x27\x6b\xb2\x05\x9e\x77\x2b\x84\x6e\x7c\xa4\xb2\x32\ -\xf4\xb5\x01\xf8\x03\x81\x46\xa2\x4a\xef\x1f\xf8\xd3\x99\x19\xbb\ -\xc3\x41\x1a\xb7\x6e\xd2\x6b\x1a\x50\xa2\x11\x0a\x80\x80\x65\x30\ -\xd2\x34\x80\xb6\x13\x27\xc5\x80\x6f\x8c\xdf\xba\xe9\x21\xab\x4a\ -\x51\x55\xdd\xfa\xba\x7f\xdc\x33\xc0\xb8\x67\x7c\x43\x3a\x2d\x9e\ -\x3d\xf8\xe7\xcf\x7c\x3f\x7f\xf5\x79\x1d\x42\x40\x10\xa6\x04\x01\ -\xd6\x30\x50\xaa\xfd\x2b\x00\xa2\x14\x61\x0a\x94\x49\x24\x44\xbc\ -\x77\xff\x61\xed\xbb\x8f\x39\x97\xcb\xaa\xe6\x8c\xc7\xe7\x6e\xb7\ -\x34\xbf\x98\x39\x40\x5f\xdf\x25\x30\x64\x99\x59\xac\x2a\xca\x7b\ -\xa7\x06\x7d\xcd\x3f\x7c\x56\xd3\x28\x91\x58\x06\x29\x0c\x83\x55\ -\x86\x61\xb4\x5c\x0b\xab\x20\x00\x08\x47\x14\x56\xd5\x28\x43\x88\ -\xc6\xaa\x44\xd3\xc9\x8a\xca\xbb\x8e\x1c\x11\x1e\x2c\xcf\x11\x9f\ -\x6f\x6a\x76\x2c\x3a\x03\x03\x03\x5f\xec\xf9\x62\x78\xe2\xd5\x3c\ -\xfb\x03\x81\xe5\x05\x16\x89\xe7\x98\x34\xa7\x63\x64\x1d\x87\xe4\ -\xfb\x2c\x9c\x54\x59\xb5\xa5\x96\x52\x8a\x7a\x7a\x3e\x3a\x37\x17\ -\x53\x38\x45\xa5\x9c\x24\x13\x4e\x96\x89\x7e\xe4\xa6\x57\x2f\xcd\ -\x0c\x3a\x39\x44\xb6\xfb\x03\x13\x27\x7e\xfd\xab\xdf\x66\x5e\x05\ -\x84\x48\xbf\xb8\x38\x9a\xf2\x58\xac\x39\x29\x59\x83\x98\x0a\x38\ -\x0c\x0c\x9a\x46\x18\x4d\x01\x40\xb0\x7a\xc3\x53\x93\xd5\x1b\x9e\ -\xf4\x31\x18\x02\x88\x43\x41\xc4\xc2\x14\x66\x70\x84\xd5\xe1\x54\ -\x59\xa9\x23\x3d\xe4\x4d\xf9\x1f\x58\xb3\x7a\xe7\x97\x1d\x0e\x00\ -\xc0\x2e\xb4\x79\xa1\xfb\x7c\x49\x7c\x2e\xc1\xf9\x12\x46\xff\x44\ -\x58\x56\x4b\xf2\xf5\x04\x58\x14\xcd\xcf\xe3\x22\x06\x00\x91\x03\ -\x48\x9a\x2d\xf9\xa5\x1a\x05\x6c\x06\x18\x33\x2d\x63\x05\x11\x40\ -\x98\x8d\xab\x65\x48\xc5\xb9\xf3\x98\x90\xe9\x74\x96\x3f\x99\x8c\ -\x57\xdf\xed\x09\x16\x04\x48\xa5\x52\xe5\x53\xa1\x79\x62\xc9\x2b\ -\x4c\x5f\xf6\x24\xbd\x51\xc2\x84\xeb\x1f\x37\xe6\xac\x59\xf5\x78\ -\xa3\xad\x68\x45\x5c\x51\x24\x6d\xf3\x96\x7a\x07\x20\x80\xb5\x4f\ -\x34\x5a\x75\x1c\x8f\x02\xde\x5b\xa6\x9b\x43\xdd\x67\x26\x42\x32\ -\x9e\x8c\xca\x88\x33\xdb\xf8\xab\xd7\x46\xe0\xe5\x1f\xb5\x2c\x6f\ -\x7b\xd7\xe5\xcf\x08\x40\x14\x45\x73\x2a\x2d\xcb\x3c\x2f\xa8\x02\ -\xcf\x29\x12\x46\x11\x09\x20\x02\xbc\x79\x2a\xbb\x74\xdd\x55\x49\ -\x52\x64\xc1\x98\x65\x01\x00\x30\xaf\x78\xf4\x22\xc7\xe9\x74\xc1\ -\xe9\xd0\xaa\x34\x40\xef\x78\x92\x58\x82\x09\x52\x0c\x3a\x7d\xc1\ -\xe8\x8d\x51\x30\x18\x8c\x4c\xc6\x19\x48\xa7\x45\x3f\xd6\x24\xbd\ -\xa6\x51\x40\x0c\xd2\x74\x3a\xa4\x28\x8a\x66\xbf\xd9\x7f\xea\x14\ -\x01\x20\x02\x80\xb8\xf3\xf7\x1d\xd7\x11\x00\x7c\x72\x68\xe7\x0d\ -\x09\x80\x67\xe0\xc7\xb7\x03\x94\xe6\xfb\x24\xed\x7a\x52\xa2\xd9\ -\x3a\x96\xb1\xa5\x53\xf3\x20\xab\x24\x9a\x31\x80\xc7\xe7\xbd\xe2\ -\x2c\x2e\x06\x32\x95\x16\x04\x16\xf1\x2c\x83\xb0\x3b\xa1\xfe\x7d\ -\x84\xc7\x51\x8c\x50\xea\x61\x03\x13\x1b\x19\x0b\x38\x28\x00\x68\ -\x00\x87\xcf\x8a\xc4\x04\x14\xf4\x08\x51\x53\x16\x8f\xcb\x29\xc7\ -\x08\x7a\x25\x98\x97\x48\xcd\xcf\x1f\x39\xf2\x7e\x22\x63\x80\xdf\ -\xfc\x72\x57\xfa\x62\xf7\xa7\xfd\x8f\x2a\xf2\xca\x55\x4e\xbd\x61\ -\x8a\xa0\x59\x16\x80\x33\x32\x88\x65\x01\x31\x16\x00\x3c\x37\x97\ -\x94\xa9\x46\x01\x03\xd0\x1c\x8c\x90\x4a\x81\x21\x08\x74\x98\x41\ -\xd9\x21\x49\x35\x2b\xb3\x43\xc5\x89\x64\xba\x6b\x51\xcd\xe8\xc6\ -\xd0\x6d\x18\x1a\xbd\xfe\xbb\x8d\x0f\x16\x94\xde\x0a\x24\x51\x28\ -\xa2\xea\xc5\x14\x31\xfc\xdb\xff\xaf\x49\x45\x3a\xdb\xb1\xab\xf6\ -\x93\xae\xdd\xb5\xaf\xc7\xe2\x49\x8c\x90\x8a\x80\x22\x33\x80\x95\ -\x57\xc1\x11\x9a\x9d\xb3\xce\x07\x07\x8a\x19\xcc\xec\xae\xdf\xf6\ -\x4c\xe6\x55\x50\x5e\xb1\x02\x00\xe0\xc3\xe3\x27\x8e\xf6\x79\xfc\ -\x6a\xf9\x7c\xe1\xe6\x61\x24\x30\xb6\xec\x1c\x5d\x8c\x65\x40\xca\ -\x67\x19\xf3\x5f\x80\x56\xee\x40\x58\xb9\x4a\xe8\x32\x4a\x34\x5e\ -\xcf\x22\x3b\x11\xb5\xb5\x03\x93\x6a\x5e\xe4\xb2\xeb\x89\x64\x52\ -\x3c\xd8\xd5\x79\xd2\xbf\xe8\x76\xfc\xda\xeb\xbb\x61\xcf\x9b\x7b\ -\x6a\xc4\xe9\x2b\x86\xe4\x15\xd7\x66\x8f\x57\xbe\xdf\x7f\x53\x5a\ -\xc9\x52\x64\x33\x60\xc8\xaf\xd3\x90\x73\x9a\x52\x7b\x3e\x86\x95\ -\x36\x1d\x5e\xc7\x28\xa8\xba\x77\x28\x5d\xe2\x3d\x7f\xe0\x7b\x13\ -\xb7\xaf\x8d\x77\x75\x9e\x7c\xe5\x6e\xb7\xbf\x6b\x33\xfa\xe9\xcf\ -\x76\x82\xac\x48\xcb\x54\x59\xee\x55\xb1\xa1\x74\x59\xd9\xd3\xe7\ -\xca\x6a\x9e\xee\x2b\x2f\x46\xd3\x85\x56\x48\x09\x2c\xb0\xa2\x04\ -\x26\xef\x24\xb1\x05\x47\x06\x1e\xb9\x76\xfe\xd8\xba\x49\x9f\xb7\ -\xf7\xc3\x0f\x4e\xad\xab\xdf\xf6\x0c\x74\xb4\x77\xdd\x7b\x3b\x6e\ -\x79\x69\x3b\xb8\x0e\x1f\x83\xc6\xa6\x86\x9f\x10\x39\xfd\x16\xcb\ -\x1b\x0d\xc6\x5c\xe7\xa4\xc1\x6c\x8d\x73\x02\x47\xe5\xf8\x6c\x9e\ -\x12\xf7\xdf\xe7\xf3\x79\x26\x5e\x78\xe1\xa5\xe2\x70\x38\x1c\x6b\ -\xdd\xf1\x4a\x4e\x43\xd3\x73\x26\x22\x29\x89\x8e\x8e\x0f\xee\x7d\ -\x20\xb9\x53\xdb\x1a\x9e\x5d\x4d\x34\xb2\x89\x6a\x34\x17\x00\x78\ -\x84\xd1\x08\x42\xf8\x42\x47\x7b\xd7\xe8\xa1\x77\x0f\x1d\xad\xad\ -\xad\xdd\xf2\xd9\xc5\xee\xec\x9e\xde\x9e\xf6\x43\x7f\x6c\x6b\x80\ -\xa5\xd0\x9d\x6f\x7b\xe7\xba\xbd\xbd\x7d\x98\x52\x4a\xcf\x7d\x7a\ -\x4e\x7b\x73\xcf\x1b\xf4\xfb\xf5\x5b\x2a\x1a\x7e\xf0\xdc\x97\xc6\ -\x62\x16\x03\x30\x3c\x34\xb2\xe0\xda\x61\x77\x54\x38\x4b\x9d\x95\ -\x85\xcb\x0b\x51\x32\x99\xa2\xe1\x50\x64\xa3\xeb\xf0\xd1\x7d\x5f\ -\x3b\xc0\x82\x7f\xa5\xa5\x05\xf6\xed\xdf\xf7\xb1\xc3\xe9\x78\xad\ -\x6e\x7d\x2d\x12\x45\x11\x49\xe9\x74\x6e\x6e\xae\xe5\x96\x7b\xf0\ -\xaa\xfb\x9e\xa6\xe2\xaf\x22\x97\xcb\x05\x00\x00\x63\xd7\xc7\x5a\ -\x2f\x5d\xea\x43\xe5\xe5\xe5\x60\xb7\xdb\x69\x81\xcd\xd6\x06\x00\ -\xd0\xdc\xdc\xbc\xb4\x19\xf8\xcf\x38\xd7\x37\x50\x54\x5c\xb4\xbd\ -\xaa\xaa\x2a\x9b\x61\x30\x52\x64\x85\xb5\x5a\x73\xcc\x2e\xd7\xd1\ -\x33\xdf\x08\x40\x6b\x6b\x2b\x4c\x4f\x4f\x77\x73\x1c\xb7\x63\xed\ -\x43\x95\x90\x48\xc4\x21\x16\x8b\x55\x1b\x4d\x86\x83\xab\x57\x7f\ -\x3b\x39\x3c\x3c\xb2\xb4\x00\xfd\xfd\xfd\xe0\x76\xbb\x83\x0e\x87\ -\x63\x4d\xc5\xb7\x2a\xee\x37\x99\xcc\x48\x55\x55\x1a\x8d\x46\x2b\ -\xdf\x3b\x76\xfc\xd8\x92\x67\x00\x00\xa0\xa9\xa9\x09\x06\x07\x07\ -\xff\x66\x30\x1a\x76\x55\xd7\x54\x43\x2a\x99\x42\x62\x2a\x65\xcf\ -\xb1\x66\x75\x3f\xf6\x70\xcd\x78\xff\xe5\x81\xa5\x05\x70\xbb\xdd\ -\xe0\xf3\xf9\xe4\xb2\xd2\x32\xad\xa8\xa8\xa8\xae\xb0\xd0\x46\x65\ -\x59\x46\xe1\x70\x78\xfd\x1f\xf6\x1f\x78\x67\x49\xaa\x60\x21\xed\ -\xdd\xbb\xf7\x8d\xd3\xa7\x4f\xcf\x09\x82\x5e\x2e\x28\xc8\x97\x4b\ -\x4a\xec\xf6\x25\x2b\xc3\x85\xd4\xd9\xd9\x09\x1e\x8f\xe7\x3b\xe1\ -\x70\x98\xe7\x79\x81\xb3\xe6\x5a\x8f\xc3\xff\x43\x94\x2a\xc2\xe7\ -\x3d\x9f\xdb\x01\x00\xde\x7e\xe7\xed\xff\xb2\xfd\x13\x9d\x56\x2d\ -\x38\xcd\xc8\x3a\x1c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x05\x9d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x1b\xaf\x00\x00\x1b\xaf\ -\x01\x5e\x1a\x91\x1c\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd7\x0c\ -\x1d\x0d\x3b\x2b\x3c\xba\x61\x5f\x00\x00\x00\x06\x62\x4b\x47\x44\ -\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x05\x2a\x49\x44\ -\x41\x54\x78\xda\xd5\x97\x5b\x6c\x14\x55\x1c\xc6\xbf\x33\xe7\xcc\ -\xec\x95\x6d\x69\x4b\x85\xda\x5a\x50\x50\x44\xd1\x86\x40\x13\x2c\ -\x10\x25\xf8\x86\x6f\x26\x44\x04\x9f\x0c\x89\xc6\x4b\xc4\x10\x13\ -\x82\xbc\x98\xf8\x60\x22\xbe\x98\x18\x8c\xd1\x44\x13\x44\x1f\x7c\ -\x40\xb9\x04\x05\x15\xd3\x16\x6d\x4b\xa1\xb6\x20\x2d\xa5\x84\x5e\ -\xe8\x6d\xdb\x5a\x76\x77\x76\xae\xc7\xff\x9c\x6c\xb6\x81\x00\xdd\ -\x6c\xd6\x07\xbe\xcd\x97\x73\x66\x67\x76\xff\xbf\xf3\xfd\xe7\xcc\ -\xb6\xb8\x6f\x24\xa5\x64\x81\x0b\xb8\x4e\xb9\x50\x31\x14\x20\xdb\ -\xf1\xd8\x9f\xff\x24\xdb\xbe\x3c\x7e\x65\xcd\xd9\x8b\x93\x00\x24\ -\x59\x0d\xf9\xb9\xcc\x8d\x75\x8b\x62\xd8\xb3\xed\x89\xd6\xe7\xd7\ -\xd6\x6c\x60\x8c\xc9\x92\x00\x6c\x7d\xef\x98\x26\x38\xf3\xde\x7e\ -\xa5\x01\x2c\xf7\x11\x79\xf7\x0c\x70\xe4\x64\x9f\x7f\xe0\xcd\x8d\ -\xa2\x10\x00\x81\x02\x74\xf1\xca\xb0\x2a\x3b\x32\xb1\x0c\x85\xe8\ -\xc8\x6f\x3d\xf8\xe4\xad\x4d\xaa\x78\x49\x00\x3c\x2b\x05\xc6\x80\ -\x4c\xc6\xbc\x47\xef\xd5\xa0\xae\xf3\xec\x34\x94\x4a\x09\x00\x06\ -\xa4\xd3\x19\xcc\x27\x8d\x08\xfc\x92\x03\xb8\x59\x30\x04\x00\x77\ -\x48\xe0\xb6\xa0\xb9\x46\x00\x8e\x59\x5a\x00\xa6\x09\xc6\xb9\x8e\ -\x4c\x01\x09\x08\xae\x81\x1b\x51\x56\x6a\x00\x88\x48\xb9\x4a\x60\ -\x3e\xe9\x82\x43\xa7\x6b\x8b\x01\xc8\x3f\x40\x18\xcb\x2f\x20\x7f\ -\xac\xc7\x2a\x0b\x02\x08\xe9\x02\x46\xbc\x0a\x79\xcd\xf3\xfd\xf9\ -\xd9\x96\x37\x0e\x6d\x74\x3c\x7e\x7c\x64\x7c\x26\xe6\xf9\x00\xe3\ -\x02\x4c\xe3\x60\x8c\xac\xd1\x9c\x73\xac\xad\x4d\x82\xd1\x4b\x7d\ -\x01\x53\xe3\xdc\x43\x48\x4a\xf8\xbe\x54\x2d\x68\x1f\xaa\x80\x63\ -\x3b\x90\xbe\x9b\xb7\xef\x7b\x04\xa7\xa1\x66\x51\x59\xf3\x8b\x9b\ -\xea\x9e\x7b\x7d\xdb\x33\xce\x2d\x09\x68\x6e\x66\xf9\xa2\x44\x22\ -\x56\x5f\x4e\x73\x16\x90\x3a\xca\xf9\xf3\x04\x93\x32\x7d\x82\xd1\ -\x68\xce\x90\x63\xc8\xad\x4c\x59\x01\xd8\xb6\x8d\xc6\xda\x29\x3a\ -\xf6\xc9\xb8\x45\xd1\x68\x04\x95\x35\x2b\x9a\x06\xc6\xa6\xd7\x01\ -\x68\xb9\x05\xa0\xa7\xfb\xc2\x0f\x96\x95\xfd\x70\xf9\xb2\xea\xc5\ -\x0b\xe2\x51\xcc\x15\xd6\x20\x84\x4e\x16\xe0\x64\x4d\x85\xc6\x14\ -\x08\x93\x73\x09\x48\xdf\x87\xe7\x33\xd0\x80\xa9\x7f\x4d\xb8\xae\ -\xa3\xec\x07\x6f\xe4\x40\x1e\x5d\x6a\xe0\xe4\x89\xa3\xa9\x9a\x07\ -\x2a\xfb\x91\x13\x47\x4e\x37\xaf\xff\x65\x69\xf1\x25\x7f\xcf\x4c\ -\x8e\xef\x48\x94\x95\x33\xd7\xf3\xd5\x8a\x28\x7e\x32\x27\xcf\xb5\ -\x04\xb9\x51\x42\x53\x06\xa8\xb0\x64\x04\x01\xf5\x19\x2f\xb0\xe7\ -\x11\x80\xaf\x12\xa1\xc0\xb0\x66\xd5\x52\x9c\x39\xd3\x82\xcb\xbd\ -\xbd\xbb\xba\x8e\x1d\x68\xbe\x1d\x40\xc9\x4e\xf6\xf5\xcb\x70\x75\ -\xc2\xb1\xad\xf5\x91\xf8\x42\x55\x54\x53\xfd\xd7\x73\x23\x1d\xab\ -\xf9\x1c\x94\x02\x02\x15\xcf\x41\x50\x71\x15\xfd\x92\xaa\x72\x3c\ -\x52\x57\x8d\xaa\xf2\x05\xd0\xe8\x8d\xe3\x27\x7e\xc6\x40\x7f\xdf\ -\xa1\xcc\xc0\xa9\xfd\xf3\x6d\xc3\xbd\x53\xe3\x63\x9b\xcb\x16\x56\ -\x37\x68\x62\x31\xb8\xd4\xc8\x1c\x32\x60\x65\x7a\xe0\x7c\x1a\xba\ -\xce\x11\x8f\x18\x58\x10\x35\x08\x84\x0a\x7b\xbe\x8a\xdd\xb6\x6c\ -\x5c\xbd\x3e\x8a\x96\x8e\x3e\x98\x66\x06\x6e\x26\x89\xe4\x8d\xa1\ -\xab\x80\x7c\xad\xa0\x5f\xc3\x70\x6d\xd3\xe3\x46\x38\xd4\xfe\xd8\ -\xd3\x1b\xa2\xd1\x78\x19\xa2\xd1\x28\xc2\x91\x08\x22\xe1\x08\x42\ -\xa1\x10\x8c\x90\x01\x5d\x08\x75\x17\xa6\x4d\x07\x37\xd3\x59\x8a\ -\x5a\xf5\x1c\x8e\x6d\x13\x40\x16\x56\xd6\x44\x96\xec\x64\x53\x18\ -\xbe\xdc\xea\x10\xc8\x26\x6b\xa4\xed\x2c\x6e\x13\xc7\x1d\xe4\xce\ -\x0e\x4e\x22\xba\x24\xe9\x3a\x99\xad\x89\xaa\x7a\xf8\xd0\x21\x99\ -\x4e\xa3\x80\x47\x76\x7c\x0d\x96\xcb\x60\xbb\x80\x0f\x0d\x82\xeb\ -\xe0\x82\xcc\x85\xba\x69\x73\xdb\x54\xed\x96\xe4\xe0\x05\xcc\x24\ -\x27\xf6\x5b\x37\xda\xbf\x05\xa9\x10\x00\x25\x91\xa8\xeb\xc8\x66\ -\x52\x0d\xe5\x15\x65\x2b\xcb\x2a\x1f\xa4\x04\xa2\xca\xa1\x70\x18\ -\x61\x4a\x20\x64\x18\x30\xc8\xba\xae\x43\xe8\x9c\x20\xb8\xda\xaa\ -\x2c\x07\x10\x28\x3d\x7d\x0d\x03\x97\xce\xff\x2a\x25\x76\x79\xa9\ -\x11\x89\x3b\x48\xc3\x5d\x64\x0d\xb5\x40\x4a\xbc\xda\xd7\xdd\x3e\ -\xac\xb1\x2c\x45\x1f\x14\x0e\x51\x1b\x02\x87\xd5\x9e\xce\x3b\x68\ -\x4f\x84\xce\xd3\x39\x32\x41\x46\x20\x84\x83\xde\xf3\xcd\x49\xda\ -\x15\x3b\x69\xf5\x3e\xee\x22\x8e\x7b\xc8\x9b\x1d\x34\x59\xac\xe6\ -\xc2\xec\xd4\x8d\x1d\x2b\x56\xaf\x63\x21\x43\x15\x51\x20\xa1\xc0\ -\x86\x4e\x09\x08\x2a\x16\xac\x9c\xcd\xdd\x52\xcc\x47\xdb\xa9\x43\ -\x98\x1e\x1f\xdb\x6e\x8f\x75\xb6\x81\x54\x0c\x40\x0e\x62\x68\xc0\ -\x96\xb1\xb8\x26\xdc\xa6\xfa\xe5\x4f\x51\x51\x95\x02\x81\x18\x0a\ -\x82\x5a\xa0\xa2\x57\xb1\x4b\x89\xe0\x75\xa9\xf3\x04\x2e\x77\xb4\ -\x7e\x66\x4f\xf4\x1c\xc0\x3c\xd2\x0a\xfb\x8b\xd8\xdd\xd7\xdd\x7a\ -\xfa\xdc\xd8\xe8\x25\xb5\x62\x43\xd7\x55\x0a\x51\x8a\x9d\xac\x60\ -\x8c\x5c\x1a\xd3\x33\x03\x38\x77\xfa\x48\x8f\x94\xde\xbb\x20\x95\ -\x04\xc0\x1e\xeb\xb2\x3d\xc7\x7e\xf9\xd4\xf7\x07\x33\x96\x97\x02\ -\xe7\x3c\x28\x96\xef\xb9\x2e\x74\xf5\x9e\x0b\x0b\xbf\x1c\xfe\x34\ -\xeb\x64\xcd\x97\x9c\x64\xaf\x89\x02\xc4\x51\xa0\x7c\x33\x39\xe9\ -\xfa\xfa\x64\x72\x6a\xe8\x85\xd5\x8d\x9b\xa1\x73\x5d\xdd\xf9\x81\ -\x5c\xd7\x85\xed\xbb\x38\xfa\xdd\xc7\xb8\xd6\xd5\xf1\x8e\x77\x73\ -\xf8\x27\x90\x4a\x09\xa0\xc4\xe3\x8b\x3b\xa6\x06\xfb\x1a\xf4\xaa\ -\xb2\x95\x0f\xd5\xad\x52\xcf\x7d\xd7\xf5\xe0\x10\x40\x07\xf5\xfd\ -\x8f\xc3\x07\x7f\xd4\x8c\xc4\x6e\x3f\x3b\x5d\xc4\x3f\x26\x85\x43\ -\x54\xea\x86\xe8\xda\xf9\xc1\x17\x35\xf5\x15\x0f\x23\xd0\x68\x7a\ -\x14\x5f\xed\xdd\x3e\x62\xce\xa6\x1b\xa8\xf8\x04\xfe\x6f\x69\x91\ -\x8a\x2d\xd5\x4f\x36\x7a\xbb\xbf\xee\x94\x7b\xbe\xe9\x92\xb5\x8d\ -\xcf\x7a\x4c\x8f\x6d\x41\x11\xe2\x28\x42\xd2\x35\xaf\x9a\xb3\x99\ -\xb8\x95\x10\x4d\xbd\xdd\xcd\xe8\xff\xfd\xe4\x47\xd2\x4e\x7d\x8e\ -\x22\x24\x50\xa4\x98\x88\xec\x33\x38\xd6\x8f\xf5\x74\xba\x4c\x44\ -\xdf\x87\x35\x8b\xfb\x52\xff\x01\xf1\xb5\x4c\x52\x7d\xd3\xb5\xd7\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xa1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x03\x00\x00\x00\x44\xa4\x8a\xc6\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xad\x50\x4c\x54\ -\x45\xff\xff\xff\x00\x00\x00\x55\x55\x55\x66\x66\x66\x49\x49\x49\ -\x6d\x6d\x6d\xbf\xbf\xbf\x62\x62\x62\x76\x76\x76\x5b\x5b\x5b\x55\ -\x55\x55\x5d\x5d\x5d\x5e\x5e\x5e\x5a\x5a\x5a\x58\x58\x58\x5c\x5c\ -\x5c\xae\xae\xae\x59\x59\x59\x80\x80\x80\x78\x78\x78\x5a\x5a\x5a\ -\x5c\x5c\x5c\x59\x59\x59\x5a\x5a\x5a\x89\x89\x89\x5c\x5c\x5c\x5f\ -\x5f\x5f\x5d\x5d\x5d\x5a\x5a\x5a\x64\x64\x64\x5b\x5b\x5b\x5b\x5b\ -\x5b\x5b\x5b\x5b\x5b\x5b\x5b\xb1\xb1\xb1\xbf\xbf\xbf\x7b\x7b\x7b\ -\x81\x81\x81\x5b\x5b\x5b\x5b\x5b\x5b\x76\x76\x76\x71\x71\x71\x70\ -\x70\x70\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x5a\x5a\x5a\x65\x65\ -\x65\x9f\x9f\x9f\x5c\x5c\x5c\x5b\x5b\x5b\x6b\x6b\x6b\x5a\x5a\x5a\ -\x8f\x8f\x8f\x5b\x5b\x5b\xb3\xb3\xb3\x5b\x5b\x5b\x84\x84\x84\x90\ -\x90\x90\x80\x80\x80\x5b\x5b\x5b\xa0\xa0\xa0\x5e\x5e\x5e\x7b\x7b\ -\x7b\x5b\x5b\x5b\xb9\xb9\xb9\x5c\x5c\x5c\x5b\x5b\x5b\x5b\x5b\x5b\ -\x5d\x5d\x5d\x71\x71\x71\x82\x82\x82\x5b\x5b\x5b\x6c\x6c\x6c\x64\ -\x64\x64\x7b\x7b\x7b\x5d\x5d\x5d\x83\x83\x83\x6b\x6b\x6b\x93\x93\ -\x93\x64\x64\x64\x7b\x7b\x7b\x71\x71\x71\xf4\xf4\xf4\x6c\x6c\x6c\ -\x7c\x7c\x7c\x7f\x7f\x7f\x88\x88\x88\x8c\x8c\x8c\x96\x96\x96\x97\ -\x97\x97\x98\x98\x98\x9b\x9b\x9b\x9c\x9c\x9c\x9d\x9d\x9d\x9f\x9f\ -\x9f\xa0\xa0\xa0\xa1\xa1\xa1\xa4\xa4\xa4\xa7\xa7\xa7\xb2\xb2\xb2\ -\xb3\xb3\xb3\xb4\xb4\xb4\xb7\xb7\xb7\xc0\xc0\xc0\xc6\xc6\xc6\xc7\ -\xc7\xc7\xc9\xc9\xc9\xcf\xcf\xcf\xd0\xd0\xd0\xd7\xd7\xd7\xd8\xd8\ -\xd8\xd9\xd9\xd9\xda\xda\xda\xdc\xdc\xdc\xdd\xdd\xdd\xde\xde\xde\ -\xdf\xdf\xdf\xe0\xe0\xe0\xe1\xe1\xe1\xe2\xe2\xe2\xe4\xe4\xe4\xe7\ -\xe7\xe7\xe8\xe8\xe8\xe9\xe9\xe9\xeb\xeb\xeb\xec\xec\xec\xed\xed\ -\xed\xee\xee\xee\xef\xef\xef\xf0\xf0\xf0\xf1\xf1\xf1\xf2\xf2\xf2\ -\xf3\xf3\xf3\xf4\xf4\xf4\xf5\xf5\xf5\xf6\xf6\xf6\xf7\xf7\xf7\xf8\ -\xf8\xf8\xf9\xf9\xf9\xfa\xfa\xfa\xfb\xfb\xfb\xfc\xfc\xfc\x61\x03\ -\x4f\xfc\x00\x00\x00\x54\x74\x52\x4e\x53\x00\x01\x03\x05\x07\x07\ -\x08\x0d\x0d\x0e\x0f\x16\x1b\x1f\x20\x24\x2f\x39\x40\x42\x47\x48\ -\x4d\x4f\x5b\x61\x61\x63\x69\x75\x76\x7b\x84\x89\x89\x8c\x8d\x90\ -\x94\x95\x9a\x9c\xa2\xa9\xad\xb8\xba\xbd\xc0\xc3\xc7\xca\xcb\xcb\ -\xcf\xcf\xda\xda\xdc\xde\xdf\xe1\xe5\xe6\xe7\xea\xeb\xed\xf2\xf4\ -\xf5\xf5\xf7\xf7\xf8\xf8\xfa\xfa\xfc\xfc\xfd\xfd\xfe\xfe\x66\xc9\ -\xff\x43\x00\x00\x01\x06\x49\x44\x41\x54\x18\x19\xb5\xc1\x65\x5b\ -\x83\x60\x18\x06\xd0\xdb\x8e\xd9\xdd\xdd\xdd\xdd\xdd\xdd\xed\xe6\ -\xec\x1c\x3a\x26\xaf\x63\x08\x03\xc7\x04\x7f\xb3\x97\xdf\xf7\xf0\ -\xc1\x4b\xcf\x01\xfe\x5c\x74\xd9\x60\x67\x1a\x2c\x94\xdf\xf8\xdf\ -\x86\x61\x61\x54\x33\xf4\xf9\x30\xd0\xba\x39\xe5\xb2\x06\x16\x52\ -\x5a\xfa\x2a\x63\xf1\x5f\x72\x96\x0f\x8e\x8f\x76\x77\xb6\x6a\x41\ -\xe8\xe5\xd9\x8f\x87\x76\x10\xfa\x9f\xbd\x02\xcf\xb3\xf3\x42\x10\ -\x2a\x16\xf7\x7d\x02\x93\x56\x13\x40\x89\x9a\x96\xa5\x77\xae\x19\ -\xa4\x74\x7b\xc0\xff\x71\x96\x07\x52\x9d\x2b\xa8\x07\x67\xe3\x40\ -\x89\x99\x32\xcc\x2f\x4f\x3d\x48\xf9\x0e\x4d\xd6\x4e\xb3\x40\x6a\ -\xbd\x72\x73\xae\xb1\x08\x50\x92\x37\xd8\xcb\xab\xb3\x1a\xa4\x62\ -\x3b\xf3\x78\x37\x53\x41\x6a\xbb\x63\x02\x37\x00\x92\x6d\x45\x62\ -\xe2\x45\x15\x48\xb9\x7b\x8a\xa8\x6c\x67\x82\xd4\x70\xad\xc8\xe2\ -\x64\x24\x48\x13\x3e\x55\x75\xf7\x14\x34\x8e\x14\x21\xb4\x19\x4d\ -\x0f\xac\x1f\x9e\xdc\x8a\x4b\x49\x08\xa9\xeb\xde\xf8\x34\x4c\x53\ -\x71\x0c\xd9\x10\x52\xf6\xda\xa3\xa1\x3e\x39\xe7\x4a\xe3\x41\xc8\ -\xe8\x58\x18\x6f\x2a\x49\x84\x85\x70\xfc\xc2\x37\x8a\xcf\x41\x5c\ -\x29\xf3\x5a\x29\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x07\xa2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\x28\ -\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x0a\x17\x0d\x13\ -\x39\x48\xa9\xca\x09\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\ -\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x07\x22\x49\x44\x41\x54\x78\ -\xda\xc5\x57\x6b\x6c\x14\xd7\x19\x3d\xf7\xce\xcc\xee\xec\x93\x5d\ -\x30\x8f\xc4\x85\xa4\x24\xb5\x21\x71\x0c\xd8\x3c\x2c\x1a\x10\xa8\ -\x69\xa0\xa5\x48\xd0\x4a\xa9\xd4\xd4\x3f\x5a\x92\x4a\x69\x50\x2b\ -\x45\x55\x0a\xa8\xaa\xaa\x86\x56\x31\xa8\x0f\x55\x6a\x84\xd4\x5a\ -\x69\x94\xa6\x21\x69\x92\x36\x91\x2c\x48\xd2\x84\xba\x4e\x50\xb1\ -\x49\x6b\x70\x9b\xda\x32\x32\x60\x83\xed\xe2\xf5\xda\xde\x5d\xef\ -\xce\xcc\xce\xa3\xdf\xbd\xf6\xac\x56\x60\x83\x4d\x55\xf5\x48\x9f\ -\x66\xb4\x73\xe7\xdc\xf3\x7d\xdf\xb9\xf7\xce\xe2\xff\x0d\x86\x9b\ -\x40\x55\xd5\x55\xb6\x6d\xaf\xc4\x6d\x43\x72\xf4\x11\x47\x37\x6e\ -\x13\x9f\xf7\xfe\x4b\x08\x0e\xdc\x04\x1c\xff\x23\xd0\xd4\x3e\x9c\ -\x9b\x56\x68\x6e\x64\x1e\x18\x63\x10\x98\xcf\xf8\xd1\xde\x8f\xf0\ -\xcc\x1a\x7c\xb7\x76\x85\xf2\x68\x00\x2e\x74\xc5\xf3\x74\x05\x5e\ -\x58\x83\x1b\x52\xc1\x94\x5d\xdf\x79\x6d\x4e\x02\x8a\xc5\x22\x34\ -\x4d\x13\xa4\x32\xb3\x5b\x68\x91\xe3\x8c\x82\x81\xbf\xfe\x64\x33\ -\xbe\xf7\xfa\xc6\xed\xa0\xd9\x10\xd5\x00\x3e\x41\x21\x06\x38\x70\ -\x53\x0d\x68\xfd\x69\x4b\xd5\xad\x04\xe4\x0c\xc3\x02\x99\x48\x66\ -\x45\x86\x02\xe7\x92\x61\xc6\x8c\xe9\x2a\xc3\x71\x3d\xf4\xbc\xf7\ -\x3b\xdc\x5d\x03\x14\x46\xba\xc1\xe3\x1c\xaa\x5d\x84\xc2\x26\x01\ -\x05\x40\x2c\x81\xe1\x5f\xa5\x71\xf8\x4f\x81\xfe\x59\x05\x1c\x3b\ -\x76\x4c\x6b\x6f\x6f\x6f\xb5\xac\xa2\x67\x59\x26\x73\x5d\x2a\x22\ -\x11\x2b\x0a\x27\x11\x0a\x05\x2b\x5b\x48\x1e\x3d\x73\x29\x1c\x38\ -\x8e\x0b\x87\x69\x52\xc0\xae\xdd\x2a\x98\xca\xc1\x14\x1a\x8f\x8c\ -\x18\x2a\x23\xdb\x51\x89\xe3\xed\x03\xff\x9e\xb4\x2b\xde\x98\x55\ -\x00\x11\xea\xa6\x69\xa0\x50\x28\x30\xcb\xb2\x88\xd8\xa1\x4a\x68\ -\xa2\x0a\xd3\x22\x78\xc9\x17\xa5\xcc\xe5\x18\x97\xca\x9f\x81\x9a\ -\x7b\x0f\xaa\x1e\x87\xa7\x00\x8c\x5b\x60\x9e\x0b\x09\x2d\xe9\x5d\ -\x78\x73\x80\xfd\xa6\x6f\xf1\x5b\x71\xcd\x6d\x9d\x55\x40\x20\x10\ -\x90\xa5\xcf\xe7\x0b\xe4\x01\x5f\x80\x4d\x93\x2b\x24\x42\x29\x17\ -\x40\x62\x85\x08\x99\xbd\xac\xd2\x85\x0f\x5e\xc5\xca\x1a\x1d\x74\ -\x0b\xc6\x19\x14\x5e\x80\x07\x71\x0f\xa4\x4f\x07\xd8\x6f\xff\x89\ -\x1e\xb2\xc4\x71\xaf\x88\x11\xee\x67\x70\x3d\xf6\xed\xdb\x97\xb5\ -\x6d\x07\xb9\xdc\x24\x26\x27\xfd\x28\x08\x41\x74\xcd\x8b\xfb\xe9\ -\xc8\x53\x95\xfc\x67\x14\x86\x8d\xbe\x0f\xfe\x88\x7b\xaa\xb9\x74\ -\x2b\x63\x2e\x89\xb5\xa7\x84\x5a\x21\x9c\x79\x67\xd2\xf8\xfd\x39\ -\xd6\xec\x7a\xd6\xd9\xd3\xbd\x17\x3d\x59\x81\x23\x47\x8e\xe8\x4d\ -\x4d\x4d\x85\x48\x24\x02\x11\xba\xae\xa3\xb9\xb9\x99\x48\x73\x1e\ -\x09\x60\xa2\x02\xc1\xa0\x58\x09\x96\xc8\x9e\x42\x2d\xab\x80\x6f\ -\x3e\x17\x36\x55\xc0\x34\x4d\x68\xd9\x56\x04\x43\x3a\x1c\x06\xa8\ -\x5a\x01\xa2\xfa\x4c\x03\x06\xdb\x54\xbc\xde\x5f\xa3\x7f\xed\x1b\ -\xdb\x8f\xf0\x80\xfe\xdc\x99\x1f\x7c\x1f\x52\x00\x11\x35\x10\xa9\ -\x5c\x6a\x14\x34\x59\x50\xb6\xa0\xb3\xf3\xef\x2c\x93\xc9\x88\xd2\ -\x13\xb1\x7c\x26\x05\x28\x8a\x4a\x51\x2e\xc0\x95\x26\x74\x1c\x0f\ -\x43\x9d\x27\xf0\xa9\xd5\x1a\x89\x11\xd9\x93\x69\x55\x4b\x1a\xcf\ -\x18\x0b\xe2\x44\x5b\x0c\x91\xe5\x75\x48\x56\x54\xd0\x73\x67\x03\ -\x80\x3f\x4b\x01\x44\xbc\x9e\x26\x14\x13\xcb\xec\xc3\xe1\xb0\x24\ -\xac\xaa\x5a\x85\xa7\x9f\xfe\xf6\x74\x86\xb2\xcf\xa2\xdf\xd3\xae\ -\xf7\xe4\x75\x0a\x4c\x8a\x71\xc1\xf1\xf0\xe2\x14\x7e\xf8\x14\x93\ -\x4f\xb4\xa0\x09\x79\xa3\x00\xbd\x1d\x41\x7c\x98\xda\x84\x8d\xdb\ -\x6b\xc0\x49\xbc\x65\x9a\xeb\x4b\x02\x14\xae\xac\xa3\x0a\x98\xaa\ -\xa6\xca\xf2\x32\xce\x11\x09\x85\xd8\x95\x2b\x57\x02\xd4\x92\xe9\ -\x09\x40\x21\x4a\x2f\xae\x33\x9f\x63\x5c\xd5\xd0\xb0\xd2\x44\x38\ -\xc4\x60\x7b\x0c\xaa\x3e\x25\x60\xb8\x4f\x47\xef\xa5\x08\xbe\xb0\ -\x66\x08\xcb\xa2\xed\xe8\xb5\xb7\x5a\x8e\xed\xac\x2b\xb1\x74\x5f\ -\xf8\xb8\xe3\xde\xbb\xab\xd6\x93\xd3\x4b\x86\x4c\xa7\xd3\x88\x46\ -\xa3\x1e\x17\x0b\x7e\x2e\x20\x55\xbd\x64\xbe\x89\xb6\xc7\x50\xdf\ -\xc0\xa1\x25\x8b\x08\x26\x2d\x90\x0e\xd9\x7f\x84\x97\x03\x7a\x2d\ -\xd2\x5d\xe3\x5e\x2a\x7a\x98\x79\xb1\xa5\x67\x57\x55\xdd\xb7\x61\ -\xaa\x05\x8a\x1a\xcd\xe7\xf3\x37\xec\x6e\x7b\xf7\xee\x65\xa2\x25\ -\x73\x81\x03\x8e\xea\xfc\x3f\x70\xe8\xeb\x0e\xc0\x17\x81\x47\xa2\ -\x70\x78\x1c\x08\x44\x60\xd9\x80\x93\xbe\x04\x2b\xd3\x82\xf7\xdf\ -\x5f\xcb\x96\x3c\x68\xa3\x32\xa1\x44\x4b\x87\x51\x50\x0b\xc5\xc9\ -\x03\xb2\xef\xd3\xa6\x14\x21\x8d\x48\x02\xca\x45\xc9\x31\x95\x95\ -\x95\x72\x15\x94\xc3\xb4\x1d\xd4\x8e\x9d\xc6\x92\xe5\x9f\x80\x5d\ -\x4c\xc3\x4b\x8f\xc2\x84\x07\x83\x19\xe0\x44\xa1\x04\x81\xde\xce\ -\x85\x48\xc7\xbf\x8a\x2d\x35\xf7\x93\x09\xed\x78\x49\x40\x38\x12\ -\x89\x0b\x03\x96\x41\x1a\x72\x70\x70\x50\x1a\xb2\x1c\xb1\x58\x4c\ -\xfe\x46\xed\xba\x6e\xe7\x64\x28\xde\xbb\x16\x07\x7f\xd4\x05\x95\ -\xde\x5d\x53\xe7\x61\xe7\xb6\x22\x5c\x0e\x28\x0c\x18\xb9\x12\x46\ -\xd7\xd8\x23\xd8\xf5\x95\xbd\x58\xba\xec\x0e\x8c\x8d\x8f\xc5\x4b\ -\x1e\x38\xf9\xf6\xdb\x5e\x4f\x77\x37\xca\x41\x3b\x9e\x9c\x8c\xb1\ -\x1b\x0f\x1e\x3a\x1d\x67\x3c\x82\x27\xc6\xc6\x91\xa5\x8d\xeb\x5c\ -\xcb\xf3\x78\xe1\xf0\x38\x2c\x25\x07\xa8\x0e\x6c\xe8\x38\x71\xaa\ -\x0a\x7d\xc6\x0e\x2c\x5b\xb1\x5c\xee\x90\x55\xd5\xd5\xd8\xb9\x63\ -\x07\x93\x15\xa8\xaf\xab\xc7\xd6\x2d\x5b\x70\x3b\xf0\x4f\x41\x7f\ -\x39\xe6\x73\xe3\x68\xea\x78\x06\x41\xae\x23\xef\x3a\x08\x28\x1c\ -\xff\xea\x4a\xc2\x5a\xd0\x88\xfd\x4f\x3c\x8a\xbc\x61\x20\x1e\x8f\ -\xd3\x3b\x0c\xa5\x16\x14\x0a\x86\xd8\x4c\xca\x49\xfd\xef\x39\x9f\ -\x5c\x5c\x67\x8c\xf2\x77\x18\x57\xf0\xee\xcb\xcd\xf8\xdc\xb6\x18\ -\xb2\x46\x16\x3c\x08\x0c\x5f\x4d\xa2\x73\xf0\x21\x6c\xdd\xbd\x19\ -\x5c\xd3\xe0\xe6\x27\x69\xbe\x3c\xbd\xcb\x51\x12\x90\x4a\x8d\x66\ -\x2b\x2a\x92\x31\xdf\x84\xa2\xc7\xb5\xb5\xb5\x18\x1e\x1e\xc6\x7c\ -\xb1\xbb\x3a\x84\x57\x7e\xa6\x23\x65\x39\x60\x4e\x02\x2f\xff\x81\ -\xe3\xc5\xbf\xbc\x83\x47\x9e\xf8\x31\x0c\xc3\x90\x67\x8a\x69\x5a\ -\xb0\x2c\x27\x5b\xfa\x26\x1c\x19\x19\xcd\x12\xe0\x47\x47\x47\x07\ -\x86\x86\x86\x40\x90\xab\x60\xae\x08\x29\xc0\x17\x1f\x4e\xc2\x98\ -\xcc\x90\x89\x35\x74\x7c\x18\xc6\x2f\xdf\x4c\xe3\x12\x25\x72\xee\ -\xfc\x79\x64\x26\x26\xe4\xb6\x2e\x12\xbd\x76\x2d\x95\xf5\x2b\x40\ -\x99\x5e\xcb\xc4\xe3\xfa\x9d\x72\x7b\x25\x8c\x8f\x8f\x4f\x11\x86\ -\x42\x72\x35\x9c\x3c\x79\x8a\x8c\x67\x42\xd3\xfc\xef\x01\xa5\xec\ -\x2c\xe0\x72\x8b\x16\x6f\x7e\xf4\xd6\x0b\x58\x5f\xf9\x2a\x72\x8e\ -\x83\x6b\x17\x97\xe2\xd7\x27\x18\x10\x08\x96\x38\x13\x89\x04\x04\ -\x2c\xcb\x92\x73\xfa\x02\x44\xd6\xe6\xe5\xcb\x97\xe1\x0b\xe8\xef\ -\x1f\x90\x6d\xa7\x7d\x80\xad\x58\x71\x17\x16\x2e\x5c\x20\x95\x07\ -\x02\x25\x01\x37\x7c\x90\xf0\x40\x18\xe9\xee\x77\x71\xd7\x86\x2c\ -\x52\xf6\x12\xb4\x9d\x59\x82\xab\x54\x72\x57\xc9\xca\x21\xc4\xc9\ -\xfc\xf1\x9c\x33\x9a\x33\x67\x4a\x01\xcf\x3e\xfb\x0b\xec\xdf\xff\ -\xf8\x5a\x5c\x87\x27\x9f\xfc\xa6\x27\x96\x61\x5d\x5d\x1d\xb9\x36\ -\x26\x38\xfc\xd3\xf0\x06\x01\x00\x43\x7a\x70\x00\xf7\x54\x0e\xc3\ -\x60\x0e\xda\x4e\x6a\x60\xd5\x5f\xc2\x03\x76\x37\x46\xb3\x39\x91\ -\x20\x3b\x78\xf0\x00\xc3\x75\x10\x73\xab\x07\x0e\x7c\x0b\x33\x40\ -\xfa\x60\xcf\x9e\x3d\x58\xbd\xfa\x3e\x44\x22\x61\xff\x3b\x40\x5e\ -\xfd\x6f\xc2\x52\x46\x24\xe8\x54\xf3\x71\x6c\xda\xac\xa3\xa7\x27\ -\x8c\xab\xea\x16\x7c\x76\xfb\x43\x08\x24\x2a\x90\x48\x26\x25\xd7\ -\x4c\x10\x73\xab\x98\x05\xad\xad\xad\x68\x6c\x6c\x94\x8e\x8d\x46\ -\x23\x7e\xdf\x65\xe6\x33\x61\xa8\xeb\x0d\x6c\x6b\x58\x80\x97\x5e\ -\x0a\x60\xe3\x63\x5f\xc6\xaa\xfb\x6b\x60\x3a\x1e\xea\xeb\xeb\xd0\ -\xd2\xd2\x32\xef\x7f\x46\xb2\xaf\x47\x8f\x1e\xc5\xa2\x45\x0b\xc9\ -\x88\x01\x2a\xbf\x3a\xdb\x9f\x13\x32\x5c\x37\xaa\xd7\x15\xf0\xca\ -\x73\x19\xdc\xf9\x99\x46\x6c\xfa\xf4\x83\x88\xc6\xa2\xe4\x9d\x04\ -\x71\x34\x81\xa8\xe6\x87\x43\x87\x0e\xf9\xb7\x1b\xbc\x39\xe0\xec\ -\x6b\xcd\xde\x99\x17\x77\x7a\x3f\x7f\xea\x71\x6f\x78\xe0\xb2\x57\ -\x0e\xc1\xe1\x73\xce\xfb\xdf\x31\x99\xae\x9a\xf6\xfd\x4f\x02\xb8\ -\x55\x0e\x8b\x77\x3d\x70\xc7\xee\xf3\xfd\x63\x1f\x0f\x4c\x18\x7f\ -\x03\x60\xf9\xfc\xc4\x71\x91\x38\x7a\x30\x0b\xfe\x03\x3a\x52\xde\ -\x5e\xb2\xd1\x59\x9c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x06\x9c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x06\x63\x49\x44\x41\x54\x78\xda\xdd\x92\x0b\x4c\xd5\xe7\ -\x19\x87\x7f\x20\x68\x57\x56\x10\x2f\x59\x22\x0a\x0a\x53\xb1\x20\ -\x93\x3a\xb9\x08\x43\xee\xc8\x4d\x10\xdc\x61\x9c\x49\x0f\x0a\x07\ -\x0f\x20\x58\x40\xa4\x72\x58\x81\x29\x6a\x0d\x5e\x67\x54\xb4\x4b\ -\x6a\x6d\x97\xa5\x41\xcd\x90\x3b\xc7\x03\x47\xb1\x50\x97\xaa\x35\ -\x1d\x5d\xa2\xab\x5d\x97\xad\xab\x75\x2e\x76\xcb\x9a\x75\xc9\xf7\ -\xdb\xfb\x4f\xcf\x59\x4e\x06\x44\xec\x2d\xcb\x9e\xe4\xc9\xf7\x7d\ -\xef\xf7\xbe\xef\xff\xe5\xe3\xe0\x7f\x16\x1f\x1f\x9f\x09\xf7\xf3\ -\xe7\xcf\xc7\x44\x2c\x5c\xb8\x10\x8f\x42\xab\x7d\x2c\x16\x2c\x58\ -\x30\x2c\x0e\x4c\x10\xa7\x43\x5f\x5f\x5f\x6d\x7d\x49\x9c\xe6\xef\ -\xef\x8f\x45\x8b\x16\x41\x43\xe2\x3f\x91\xd8\x27\xda\xbd\xdd\x0b\ -\x7e\x7e\x7e\x3e\x98\x2a\xd2\xc8\x55\xa4\x34\x25\xfe\x0b\xe7\x98\ -\xec\x7d\x24\xef\x5a\x40\x40\xc0\x2f\x60\x47\xf6\x9d\x12\x1f\x15\ -\xe7\x3a\xf5\xdb\x20\xc6\x62\x2a\xac\x5a\xb5\x0a\x4b\x97\x2e\x35\ -\x88\x96\x25\x4b\x96\xd8\x64\xcd\x0b\x0c\x0c\x84\x83\x65\xcb\x96\ -\xd1\xb1\x97\x7b\x2c\x5e\xbc\x38\x4f\x72\x1e\x40\x90\x35\x52\xa4\ -\x7d\x38\x7c\x61\x82\x83\x83\x87\x83\x82\x82\x36\x8b\x65\xb2\x1f\ -\x80\x13\x21\x21\x21\x74\xca\xf3\x91\x9c\x6b\xb2\x9e\xb7\x9f\x8f\ -\x88\xaf\xe0\xcb\xb0\x7c\xf9\x72\xf7\xd0\xd0\x50\x4a\x63\xf7\x15\ -\x2b\x56\x78\x69\x7b\x38\xb1\x72\xe5\x4a\x6a\x31\x4d\xb9\xd7\xbc\ -\x09\x3b\x12\xeb\x16\x1b\xe1\x04\x49\x4c\x19\x69\x86\xf0\xf0\xf0\ -\x22\xf9\x37\x0c\xc1\x4e\x58\x58\xd8\x3b\xe2\x46\x89\x41\x23\x22\ -\x22\x82\xe2\x0c\x89\xcd\x96\x58\x88\xac\x1d\x72\x1e\xb3\xe7\x76\ -\x8b\x2f\xc0\x41\xab\x28\x1c\xbf\x75\x3c\xe9\xfe\x67\xf7\x3d\x61\ -\xc6\xa3\x89\x8a\x8a\x1a\x16\x19\x1d\x1d\x4d\x4d\xd9\x6b\x5a\x60\ -\x47\x8b\x39\xfd\x5e\x1c\x35\x9f\xad\x5e\xbd\x3a\x33\x32\x32\xf2\ -\x98\xec\xcf\xc0\x99\x7d\x68\x3d\x7d\xf3\x34\xf3\xbb\xf2\xff\x81\ -\x46\x78\xca\x50\x93\x93\x98\x98\x38\x23\x36\x36\x96\x71\x71\x71\ -\xb3\x61\x47\xf6\x01\x5a\x2c\x26\x26\xc6\x15\x42\x7c\x7c\xfc\xb8\ -\x37\x95\xfb\xbf\xc8\xbd\x41\x4c\x88\x8d\x8b\x25\x1c\x1c\xc2\x6e\ -\xcf\x23\x9e\x1c\xfd\x74\x94\x35\xb6\x1a\x85\x3d\xf8\x2b\x0e\xc0\ -\x63\xd2\x21\x92\x93\x93\xb7\x24\x25\x25\x8d\x4d\x30\xd8\xfb\x72\ -\x57\x08\x21\x25\x25\x85\x70\x42\xce\xcf\x49\x0d\x25\x67\x2e\x84\ -\xe4\xa4\xe4\x91\xb4\xf8\x34\x9b\x4b\xab\x4b\xb3\xc7\x21\x0f\xf6\ -\xdc\xeb\xe1\xf9\xfb\xe7\xd9\xfb\xb0\x97\xc5\xbd\xc5\x0a\x7b\x71\ -\x5f\x5e\xe5\x09\xd4\x63\x3c\xe9\xe9\xe9\x77\xc4\xf2\x09\xe2\x35\ -\xe2\x3b\x10\x32\x32\x32\xe8\x50\x62\x4c\x4b\x4b\xbb\x99\x9a\x9a\ -\x1a\x69\xff\x03\xa0\xe1\x5b\xee\x7b\xcb\xfd\x80\x3b\xdb\xef\xb6\ -\xf3\xec\xef\xcf\xf2\xec\xfb\x9f\x7b\xe1\xc3\x0b\xd4\x77\xe8\x95\ -\xf7\x61\xef\x8f\xce\x8d\x9d\x7b\x12\xce\x48\x23\x38\x98\xec\x17\ -\x9c\x95\x95\xe5\x02\x07\x93\xd5\xb6\xa0\xc2\x6d\xaf\x1b\xcf\xbc\ -\x7b\x86\x6d\x63\x27\xd9\xf6\x9b\xb6\xff\x78\x6a\xec\x14\xdb\xdf\ -\x6b\xa7\xfe\x82\x9e\x59\xaf\x67\xe9\x30\x8e\x06\xb1\x12\x1e\xbb\ -\x86\x77\x5d\x2a\xf8\x55\xc1\x56\x3c\x2e\x4d\x30\xba\x36\xb9\xf2\ -\xc4\x8d\xe3\xea\xf0\x5b\x07\xa9\x79\xe8\xd7\x07\x79\xf0\x9a\xf8\ -\xe6\x41\xb6\x5d\x6f\x63\xe0\xd1\x40\xa2\x11\xd7\x30\x8e\x3a\xb1\ -\x1e\xee\xa8\xc5\x87\x27\xde\x3c\xae\xc2\x4f\x86\x13\x0d\x72\x9a\ -\x2a\x0d\x78\x16\x66\xc8\x87\xf6\xab\x7d\xa3\xbb\xb9\xef\x8d\x16\ -\xee\xbd\xda\xc2\x3d\x57\x5a\xd8\x62\xdb\xcd\xa3\x57\x8f\x30\xf8\ -\x70\x90\xd6\xf3\x3a\x34\x1a\xe1\x44\x8d\x68\xc6\x34\x54\xe1\x0f\ -\x29\x3f\x8f\x53\x2f\x8e\xec\xe2\xfe\x91\x9f\x72\x7a\xbd\x3b\x65\ -\x84\x4a\x3c\x8a\x5a\xe4\x61\x07\xe4\x83\x8d\xaa\x79\xb8\x9e\xcd\ -\x97\xcd\x6c\x1e\x32\xb3\xd1\x6a\xe6\x0b\x16\x33\x5b\x6d\x2f\x72\ -\xd5\xd1\x67\x88\x3a\xdc\x82\x86\xd9\xa9\x76\x6e\xfd\x5c\x60\x3d\ -\x5c\x50\x89\xbb\xf1\x27\x23\xd5\x6e\x9b\x99\x66\x6b\x35\x1b\x06\ -\xab\xd9\x32\xbc\x53\x4d\xaf\x76\x23\x2a\xb0\x05\x93\x51\x21\xd5\ -\xdb\xc0\x66\x5b\xad\x32\x0f\x55\xd3\x2c\x75\xf5\x96\x2a\xee\xec\ -\xaf\x62\x5d\x6f\x15\xf7\x58\x9b\x18\x77\x22\x8a\xa8\xc6\xbb\x10\ -\x64\xd0\xf1\xf8\x35\x2f\x1c\xcc\x7c\x29\x5e\x99\x07\xaa\x58\xd3\ -\x63\xe2\xf6\x7e\x13\x6b\x2d\xa5\xdc\x61\x2d\x65\x93\x6d\x9b\x9a\ -\x5e\x36\x8d\x30\xa2\x70\x5c\xa1\x11\xe9\x28\x01\x1b\xac\xe5\x6a\ -\xc7\xa0\x89\x3b\xa4\xa6\x56\x6a\x6b\x7a\x4d\xac\xee\x32\xb1\x79\ -\xe0\x79\x66\x9e\x4a\x50\x28\xc7\x6d\x68\x54\x63\x62\xe6\x99\xe7\ -\xf5\x25\x1f\x8b\x60\x75\x67\x11\xb7\x5e\x34\xb0\xa2\xdb\xc0\x6d\ -\x7d\x06\x3e\x67\x31\xb0\xca\x5a\x48\xf3\x50\xb1\x72\xdf\xec\x4a\ -\x14\x40\x0f\x07\x06\x24\xc9\x99\x75\x96\x4d\x4a\xcb\xa9\x1a\x28\ -\xe4\xb6\x7e\x03\x2b\x7b\xa4\xbe\xd3\xc0\x86\xfe\x4a\xfe\xe8\xe5\ -\x4c\x25\x03\xbe\xe7\xb2\xde\x45\x7b\xa9\x89\x99\x53\x3b\x07\xd0\ -\x28\xc2\x6f\xc3\xf7\x7f\x57\x55\x76\xe9\x69\xea\xfc\x21\xcb\xba\ -\x75\x2c\xef\xd3\x71\xab\x45\xc7\x0a\xab\x8e\xcf\x5b\xf5\xca\xfd\ -\xc7\x2e\x84\x0e\xb9\xc8\x43\x8c\xac\xf2\x52\x3a\x55\x31\x98\x27\ -\x39\x92\x37\xa0\x63\x59\x8f\x8e\xa5\x52\x5b\xd7\x5f\xc2\x92\xd7\ -\xf2\x95\xbc\xd9\x07\xd8\x04\x57\x94\xe2\x11\x18\xed\xeb\xb3\xb8\ -\x1d\x73\x60\xa9\x2a\xeb\xce\x66\x71\x57\x06\x4b\xfa\x32\xb8\xc5\ -\x92\xc9\x52\xab\x38\xb4\x8e\xdb\x07\xb3\x95\x5b\x8e\x0c\xb1\x0e\ -\xaa\xaa\x2f\x43\x95\xda\x32\x69\x1a\xcc\x94\x9c\x0c\x16\xf5\xa6\ -\xd2\xd0\x99\xcc\x9d\x56\x23\xb7\xb7\x1b\x15\xf4\xf8\x93\xf4\x73\ -\x93\xde\x53\xa4\x10\x70\xcd\x81\x0b\xf2\x71\x37\xe5\xf0\x32\x65\ -\xec\x5b\xcb\x4d\x7d\x89\x2c\xb2\x24\xd2\x38\x94\xc8\x12\x9b\xac\ -\x57\x12\xb9\xb5\x2f\x8e\xa6\x8b\x31\x2c\x1e\x4e\x60\xf5\x48\x2e\ -\x5b\xde\xaa\x60\xf3\xa8\x89\x3b\x07\x0b\x58\x25\x83\x6f\x3c\x1d\ -\xa3\xa0\xc3\x9f\xb1\x11\xd3\xa5\xe7\xe3\x21\x45\x70\xd9\x00\x57\ -\x64\xe3\x83\xec\x63\x21\xca\x78\x69\x0d\x37\x5b\x7e\x40\xe3\x60\ -\x0c\xb7\x5c\x89\xa5\xe9\xea\x1a\x19\x22\x9a\x25\xc3\x51\x32\x54\ -\x24\x37\xf4\x04\x30\xf2\x97\x6e\x0c\x3f\x3b\x8d\xab\x5f\x99\xc1\ -\xf4\x9f\xf9\x2b\xac\xc7\xc7\xc8\xc3\x13\xd2\xeb\x0b\xa2\x13\x73\ -\xe0\x86\x54\xfc\x31\xe3\x88\xbf\x4a\xec\x78\x92\x71\x17\xbf\xc5\ -\x84\x1e\x0f\x26\x0f\x7c\x9b\x6b\x2d\x9e\x5c\x7b\xc9\x93\x29\x16\ -\xb1\xcf\x93\x49\x5d\x9e\x4c\xe8\x78\x8a\xba\xd3\x81\x0a\x69\x78\ -\x80\x5c\x78\x48\x8f\x2f\x49\xb6\x98\x25\x4f\x98\x80\x8f\xf4\xa7\ -\x9e\x56\x99\x97\xbd\x99\x6e\xf3\x62\xe6\xb0\x17\xd7\x8d\xcc\xfc\ -\xdc\x37\xbc\x98\x71\xd9\x8b\x69\x12\xdf\xf4\xea\x72\x25\xb9\x0f\ -\x91\x0e\x4f\xa9\xfd\x8a\x48\x13\x93\xe4\x29\xa3\xf0\x71\xd1\xcb\ -\x21\x2a\xe7\x86\x37\x73\xae\x7b\x33\xf7\x6d\x6f\x6e\x10\x73\xe5\ -\x9c\x7d\x63\x26\xcb\xcf\x85\x2a\x44\xe3\xef\x48\xc6\x4c\xa4\xe2\ -\x2b\x26\x41\x8c\x83\x07\xc2\xf0\xa0\xe2\xf5\x95\x4a\xff\xbb\x59\ -\xcc\xbf\x2d\xde\x99\x45\xdd\x1d\x6f\xd6\x75\x87\x29\x44\xe0\x53\ -\xc4\x63\x8e\xe4\x7e\x4d\xac\x11\xa3\xf1\x14\x42\xf1\xb0\xae\x23\ -\x42\x19\xee\xcd\x62\xc1\xbd\x99\x6c\x1a\x8c\x52\x78\x06\xff\x94\ -\xbb\xef\x20\x06\x5f\x33\x91\x62\x98\x3c\x71\x30\xfe\xd6\x2c\x1f\ -\x6e\x7d\x7b\x8d\xc2\xf7\xf0\x2f\x84\x63\x9e\xdc\x7d\x43\x84\x89\ -\x41\x98\x15\x90\x35\xfb\x93\x88\xcd\x7e\xc4\xd3\xf0\xc3\xf7\xf1\ -\x0d\x13\x88\xff\x2f\xfe\x0d\x0d\x45\x07\x03\x2b\x75\x78\x07\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\x7e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\x00\x00\x00\x00\x00\xf9\x43\ -\xbb\x7f\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\ -\x03\x76\x01\x7d\xd5\x82\xcc\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xdd\x04\x15\x0b\x07\x21\xff\x4e\xcd\x44\x00\x00\x06\x0b\x49\x44\ -\x41\x54\x58\xc3\xed\x97\x79\x8c\x55\x57\x1d\xc7\x3f\xe7\xde\xb7\ -\xcd\x7b\x6f\x66\x98\x37\x0b\x4c\x99\xce\xa0\xb4\x33\x03\x94\xb1\ -\x91\x50\x4a\x8c\xa9\x25\x4d\xa0\x32\x30\xa0\x8c\x04\x49\x0d\x4a\ -\xb5\x24\x2c\x5a\x12\x53\xdb\x6a\x90\x36\xa9\x22\xb4\x51\xdb\x00\ -\x29\x34\xa6\xb1\xb5\x15\x41\x6c\x06\x2d\xa6\x06\x2d\x54\x76\x64\ -\x9b\x2d\x65\x4a\x99\xce\xfa\x66\x7b\xf7\xcd\xbb\x6f\xb9\xeb\xf1\ -\x8f\x37\xc0\x04\x59\xca\x92\xfa\x87\xfe\x92\x93\xdc\x9b\x7b\x4f\ -\xbe\x9f\x73\x7e\xdf\xdf\xef\x9e\x0b\xff\xeb\xa1\xde\xf2\xcc\xef\ -\xa1\x52\x82\x4a\x1b\xee\xed\x00\x28\xb7\x34\xab\x1e\x95\x1e\x4e\ -\xcd\x79\x60\x4e\x37\x73\x99\xfd\xd9\x03\x58\xe4\x01\xf7\x2d\x99\ -\xbb\xa4\x38\x98\x13\xfc\x13\xb5\x3c\xf5\xd9\x02\x5c\xe4\x08\x18\ -\xec\x2e\xaa\x0b\x6c\x2f\xa9\xfd\xf9\x98\x79\xbe\x9d\x7c\x01\xdf\ -\xed\x78\x40\x01\xe4\x8d\x26\x2c\x5c\xb8\x50\x19\x53\x55\x90\x9b\ -\xeb\x2d\xfc\xe1\xe2\xe0\x69\xaa\x7b\x6c\x22\x7b\x9a\x98\x63\x8e\ -\x9b\x7c\xa2\x64\xb8\x7e\xe0\x8b\xce\x1e\x9a\x89\xdf\x96\x33\x07\ -\x06\x06\xc4\xf5\x9e\x7f\xd8\xd1\xb1\xf6\xc8\x5f\xea\x64\xe6\x83\ -\x32\xb9\xac\x76\x82\x7c\xb3\xf4\x2e\xb9\x5f\xf1\xc8\x57\x2b\x8b\ -\x24\xf3\xe8\x65\xde\xa7\xf7\xc5\x55\x53\x50\x54\x54\x74\xcd\x9d\ -\x90\x52\x16\xe6\x6a\x6f\x7f\x7b\x6a\xf8\x38\xcf\xbc\x0a\xef\xfe\ -\x4b\xe5\xf1\x74\x3f\xe9\x19\x12\xc3\x9f\x43\xfd\xa3\xf5\x63\xbd\ -\x1e\xef\xa7\xf6\x85\xb8\xd1\x0b\x52\x4a\x21\x84\x90\x23\xd7\xf9\ -\xd1\xc6\x17\xff\x18\x8a\x6d\x99\xf5\xeb\x9d\x92\x6d\x0d\x5e\xac\ -\x74\x0f\x1b\x9f\x48\x30\xe5\xbe\x7c\xb6\x27\x1e\x85\xb1\x45\x68\ -\x03\x1a\x0d\x7b\x1b\xa4\xa6\x6b\x3b\xf8\x84\x6f\x71\x1a\xf3\x96\ -\x4d\x38\x4a\xdc\xd3\xdf\xb2\xf5\xe5\xbc\xe4\x5b\xb3\xf6\x9d\x0a\ -\xf2\xfa\x5f\x7d\x18\x19\x8d\x35\x0b\x93\x7c\xa9\xc6\xc7\x4b\xb1\ -\x99\x0c\xe6\x08\xf4\x8c\x8e\x2f\xec\xa3\xae\xb6\x4e\x94\x95\x95\ -\x2d\x66\x02\x47\x58\x44\xc5\x6d\x35\x22\x29\x65\x69\xbc\xf7\xe8\ -\xaa\x50\xe2\xb7\x4f\x1e\x6d\xb6\x59\xb9\x29\x45\x3c\x1e\x67\xe9\ -\x57\xa2\x7c\x7f\xe9\x78\x9e\x3e\x55\x41\x7f\x41\x2e\xae\xea\x62\ -\x4b\x1b\xdb\xb5\x71\x71\x99\x70\xf7\x04\x1c\xd7\x19\xd7\xaf\xf5\ -\x2f\xa1\x92\xb3\xb4\xf2\xd1\x4d\x03\x48\x29\x03\xba\x1e\x5f\x2b\ -\x3e\xfa\xc1\xb3\x1f\x76\x0a\x75\xd5\x86\x6e\xe2\xc3\x49\xbe\xf9\ -\x50\x1f\x4f\x7e\x43\xe1\x88\x6f\x31\xfb\x14\x03\xdb\x67\xe1\x48\ -\x07\xcb\xb5\xb0\x9c\xec\xb0\x1d\x9b\xe2\x82\x62\x72\x73\x72\xc3\ -\x7d\x7a\xff\x22\xb7\xda\x75\x68\xe2\x83\x9b\x4a\x41\x46\x8f\xae\ -\x94\xe7\x9f\xfa\x49\xca\x8d\xf8\xd6\x6d\x8b\x33\xa8\x65\x98\xf6\ -\xf9\x21\x56\x7f\xdd\xa1\x27\xb4\x84\x13\x76\x05\x71\x8f\x86\xee\ -\xea\x24\xdc\x04\x09\x27\x41\xc2\x4e\xa0\x5b\x3a\x09\x33\x81\x6e\ -\xea\x44\x0a\x22\xcc\x9c\xf4\x60\x20\x94\x1b\x7e\x81\xc5\x62\xc7\ -\xe8\x7e\x21\xae\x67\x3a\x4b\xca\xf5\x99\x96\xa7\x97\x2b\x32\x3d\ -\x7e\xd9\x8f\x9b\x38\x70\xf4\x63\xa6\x4d\x8c\xf3\xab\x95\x71\x3a\ -\xfd\xf3\x38\xe0\x9d\xce\xfe\xcc\x3e\x3a\x32\x1d\x28\x52\xc1\xe3\ -\x7a\x10\x8e\x40\x71\x14\x54\x5b\x45\xb1\x15\x14\x4b\xc9\xde\x5b\ -\x2a\x58\xd0\xda\xdb\x4a\x7f\x7c\xe0\x2c\xae\x9c\xcf\x5b\x5c\x10\ -\xd7\xd8\x76\x9f\x03\xab\x12\xcd\xcf\xff\xc2\xaf\x24\xd4\x15\xeb\ -\x4f\x71\xf0\xf8\xc7\x8c\x8f\xa4\xd8\xb6\x36\x86\x27\xff\x7e\x5e\ -\xe9\x9d\x49\xfc\xae\x38\xc7\x92\xc7\x30\x6d\x13\xe1\x0a\x54\x47\ -\x05\x07\x30\xc1\x35\x5c\x30\xc9\x82\x98\x59\x00\x61\x09\x14\x4b\ -\x41\x77\x93\x0c\x19\x43\xed\xd1\xde\xde\x89\x9e\x2b\xc5\xcf\x35\ -\xbe\x27\x6c\xc7\x5d\x90\xe9\xfc\xdd\x73\x79\x41\x4b\x7d\x61\xeb\ -\x79\x0e\x1c\x6d\x27\x12\x76\xf8\xd9\xf2\x41\x7c\x79\x95\x1c\xd6\ -\x56\xe3\x7a\x8f\x71\xc6\x38\xc3\x99\xe4\x19\x70\x01\x3b\x2b\x8c\ -\x01\xaa\xa1\xe2\x31\x3d\x28\x86\x82\x4c\x49\x9c\xa4\x83\xa3\x3b\ -\x48\x5d\xa2\x64\x14\x1e\x9c\x31\x93\x87\xef\x9f\x15\xda\xfc\xce\ -\x2b\xfc\x07\xc0\xc4\x29\x8f\x54\xa7\x7a\xf7\xfd\x3e\x2c\x5a\x78\ -\x7e\x73\x0b\xbf\xd9\xd9\x88\x22\x24\x2f\xaf\xec\xa7\xbc\xbc\x82\ -\xbf\xf7\x7e\x97\xbc\x48\x18\x3f\x7e\xda\x3d\xed\x10\x22\xbb\x6a\ -\xeb\xb2\xa3\x1c\xd7\xc1\xb1\x9d\x6c\x63\x97\x97\x93\xed\x0f\xfb\ -\xf1\x94\xfb\x38\x18\x3d\xd4\xdc\x6e\x5c\xa8\xe3\x0f\x38\x97\x00\ -\xd2\xe9\xb4\xea\x0d\x04\xc6\xa6\xa3\xef\xbf\x2f\xa2\xaf\xc9\xd7\ -\xfe\xe6\x8a\xd7\x77\x9d\x25\xe0\x13\x6c\x58\xde\x4f\xf5\xc4\x30\ -\x7f\x3e\x5f\x8f\x08\x16\xda\xb9\x79\xe1\x73\xff\xb8\xb0\x7f\x92\ -\x56\xa6\x65\x45\xed\x51\xf5\xe4\x8e\x00\xd9\x80\x67\x64\xa8\x10\ -\x2e\xc8\xc5\x0e\xb8\x32\x99\xd0\x1b\x38\x2c\xeb\x3b\x4f\x77\x9a\ -\x57\x56\x81\x47\xd7\x86\x56\x1b\xdd\x3b\x8a\xf7\x1e\xe8\x16\x2f\ -\x6e\x3f\x86\x61\x2b\xac\x59\x10\x63\xd6\x34\xc1\xee\xe6\x45\x0c\ -\xdb\x9f\xa3\xa8\xa8\xb0\xb7\x4b\x74\x2d\x3a\x39\x70\x32\xbb\xfa\ -\x20\x90\x03\xf8\x01\x1f\xe0\xbd\x2c\x8a\x3a\xa2\x50\x28\xc8\x04\ -\x4d\x33\xa3\xa7\x9f\x63\xab\xac\x1b\xdd\x19\x95\x51\x1d\x0f\x3b\ -\x35\x78\x4f\x32\x30\x97\xbd\x27\x42\xc4\x75\x58\x51\x3b\xcc\xf2\ -\xaf\x9a\xbc\x7d\x72\x3e\x43\x46\x05\xd2\x4d\x13\x89\x44\x94\xc7\ -\x7e\xf9\x58\x8f\x10\x02\x11\x14\x59\x80\x8b\xe2\x9e\x51\xa2\x0a\ -\x78\x3d\x5e\x50\x15\xb0\x94\x21\x7b\xd8\xae\x67\x8b\xfb\xd3\x2b\ -\x53\xee\x19\x05\x70\xaf\x91\x8a\x3e\xd2\xd7\x75\x9c\xa5\xb3\x43\ -\x54\x15\xfb\x58\x53\xdb\xc5\x9e\xc6\x87\xe8\x33\xa7\x50\x7e\x77\ -\x29\x25\x25\x25\x6f\x4c\x9f\x3e\x7d\x33\x80\x50\x15\x08\xba\x60\ -\x8c\x6c\xb7\x32\x52\xd4\x23\x75\x15\xf2\x84\xf0\x29\x39\xc4\xa4\ -\xd6\xca\xb0\x3d\x97\x2d\x9c\xbf\x5a\xc5\x8d\x36\xa1\xbf\xad\xe5\ -\x9f\x63\x94\x4c\x2b\x56\x7a\x80\xa9\x35\x0f\x70\x38\xf9\x04\xe1\ -\x7b\x26\x3d\x5e\x63\xda\xa7\x27\x4f\x9e\x54\xd4\xd6\xd6\xb6\x5f\ -\x08\x91\x62\x01\x05\x02\x01\x96\xc8\xe6\xfb\xe2\x70\xb3\x23\xa2\ -\x14\x62\x26\x1d\x19\xd3\x62\xef\xd2\xe4\x7c\x8d\x06\x8c\x6b\x35\ -\xba\x4b\x00\x1d\x9f\x5c\x68\x5d\xb7\x69\x97\xb9\x76\x59\x15\x55\ -\x35\x2b\x5e\xaa\x9c\x56\xbf\x1b\x68\x14\x42\xa4\xae\xf1\x91\x02\ -\x5d\x64\xdd\x6f\x64\x4b\x50\x58\x82\x52\x67\x3c\x83\xd1\x98\x65\ -\x0c\xa7\x37\xb2\xc1\x7d\xf6\x46\x9d\xf6\x12\xc0\xa1\x43\x07\x8d\ -\xa9\x35\x33\xd6\x57\x7e\xf9\x47\x4d\x55\xf7\x96\xbd\x73\xe5\x19\ -\x00\x88\x09\x21\xdc\xcb\x00\x0a\x24\x46\x00\x2c\xf0\x5b\x7e\x8a\ -\x93\xe3\xe8\xea\xee\xd6\x64\xcc\xfd\x0e\x9b\xdc\xdd\x77\xe4\x3c\ -\x70\xd5\x58\x40\x41\xf8\xe1\x82\x21\xca\x2d\x74\x53\x27\x9f\x7c\ -\x02\xb1\x30\xd1\xc1\xbe\x36\x62\xd6\x6c\x36\x5d\x3d\xdf\x37\xf2\ -\xc0\x4d\x85\x40\xc0\xb0\x60\x9c\x28\x25\xa3\xd9\x32\xaa\x47\xdf\ -\xe3\xb0\x3d\xff\x7a\xf9\xbe\xb3\xa7\x62\x57\x50\x13\xa8\x46\x1b\ -\xd0\x2d\x2d\x1e\xdb\xc8\x33\xf6\xec\x9b\x15\xbf\xf5\x1d\xf0\x12\ -\xd7\x65\xe2\xdc\x60\xaa\xab\x20\x93\x48\xad\x60\x9d\xb3\xeb\xbf\ -\xf1\x5b\x27\xf8\x7f\xdc\x81\xf8\x37\xc5\xb5\xc3\x0e\x1c\x21\x7d\ -\xac\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x09\x76\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x37\x5c\x00\x00\ -\x37\x5c\x01\xcb\xc7\xa4\xb9\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xdd\x0a\x09\x0e\x27\x07\x1b\xf3\xf8\xb6\x00\x00\x09\x03\x49\x44\ -\x41\x54\x58\xc3\xad\x57\x6b\x8c\x55\xd5\x15\xfe\xd6\xde\xe7\x9c\ -\xfb\x9a\x3b\x33\xcc\xdc\x79\xc1\x00\x33\xdc\x41\x41\x14\x6a\x1f\ -\x2a\x55\xa1\x8d\x88\xf8\x68\x6a\xb0\xb5\xb5\xa9\x89\xaf\x28\x55\ -\xb1\x0e\xd1\xb4\x4d\x5a\x13\x63\x5f\xb1\xda\xfa\x9a\x0c\x48\x9b\ -\x9a\x18\xb5\x29\x6a\xb5\xbc\x46\x07\x50\xa4\x50\x15\x41\xaa\x20\ -\x38\xc3\x45\x60\x1e\xc2\x30\x33\x77\xb8\x77\xee\x39\xf7\x9c\xb3\ -\xf7\x5e\xfd\x01\x4c\x79\x09\x94\x76\x25\x2b\xfb\xec\xe4\x64\xad\ -\x6f\x7f\x7b\xaf\x6f\xaf\x4d\x38\x0b\xa3\x39\x2d\x00\xe8\xf0\x8c\ -\x31\x49\x76\x88\xed\xc3\xe3\x0d\xbf\xdd\x0c\xba\xfe\x6f\x48\x7b\ -\xab\x25\x98\x4d\xc6\x9a\xca\x20\x02\x46\x5f\x0a\xda\xd3\x0e\x6e\ -\x6f\x3e\x21\x96\x38\x1b\x00\x0c\x80\x6f\xbf\x0b\xbc\xa3\x03\xa2\ -\x3c\x89\xed\xcb\x9f\x34\x4d\x4e\x67\xf5\xc4\xd9\x77\x8f\x6f\x72\ -\xdf\x8c\xee\xa2\x49\x7a\x97\x3d\x8d\xd3\xfa\x63\x01\xe5\x03\x5d\ -\x6b\xc0\xc2\x02\xae\x7a\xfa\xc4\xc5\x9c\x0d\x00\xcc\x7a\x0a\x30\ -\x0c\x14\x0a\x48\x47\x32\x09\x19\x8f\x3f\x0b\xf0\xf5\x5a\x1b\x01\ -\x60\x3f\x80\x95\x00\xfe\x90\xb1\xa6\x76\xa4\xf5\xc7\x22\x43\x93\ -\xcc\xd1\x8c\xe1\x8d\xf9\xff\x1b\x03\x89\x64\x1c\x93\x63\x19\x19\ -\xaf\xab\x82\x15\x8f\xdd\x9e\x2c\x89\xfd\x20\xe2\x38\x0e\x20\xa2\ -\x20\x1a\x07\xf0\x3c\x00\xff\x4a\xab\x8f\x1e\xcc\x8c\xfe\x91\x49\ -\xf3\xa7\x44\xac\x71\xc8\x0d\x68\xf6\x93\x67\x0f\xa0\xe2\xca\x9f\ -\x23\x16\x8d\xc2\xb1\x2d\x24\xe2\x31\x48\x29\xc2\xb2\x44\x0c\x55\ -\xa3\x92\x20\xe9\x30\xec\x12\x06\x59\x0a\x6c\x6c\x80\x1f\x4d\xf7\ -\xb4\xfe\xa9\xef\x40\x3f\xb3\x93\x04\x8c\x46\xfa\xae\xfb\x40\xd2\ -\x1e\x89\x27\xff\x9b\xe4\xf5\x37\x2d\x86\x1d\x2f\x47\x7e\x68\x10\ -\x51\xb7\x0b\x5d\x9b\x3e\x43\xa9\x93\xcb\x26\xcb\x4a\xef\xac\x4d\ -\x8d\x72\x40\x06\xf9\xe1\x50\x90\x94\x02\xac\x09\x46\x2b\x10\xbe\ -\x9a\x48\x24\x62\x59\x51\xbb\x2a\xcd\x3b\x44\x66\x5b\x96\xd9\xed\ -\x83\x98\xf2\x5d\x70\xe7\xb2\x33\x67\x60\xe2\xfc\x37\x91\x1a\x77\ -\x0e\x6e\x78\xe6\x0e\xdc\xfe\xc0\x02\xc4\x1c\x41\x18\x78\x07\xb6\ -\xe5\xcf\x1f\xd8\xdf\x13\xf5\xfc\xc0\x34\x8e\xae\xa4\xfa\xaa\x28\ -\x38\xf4\x19\x4c\x04\x22\x0b\xcc\x06\x8c\x07\x9b\xc2\xcd\x17\xef\ -\x92\xe7\x99\xa6\xe2\x7a\x41\x91\x52\x30\x33\x00\xc0\x3a\x93\xe4\ -\x17\xfc\xe2\x63\xd8\x91\x28\xa4\x1d\xc5\x9b\x8f\xac\x46\xa2\xab\ -\x4d\xee\xb7\x26\xe8\x69\x57\x58\xcd\xd0\xea\xc7\x5a\x05\xa6\xab\ -\xab\x8b\x4c\x7d\x3d\x46\x57\x57\xc0\xb2\x6c\xea\xe9\x1b\xe4\xd0\ -\xd7\x04\xb0\x06\xd8\x02\xe8\x66\x12\xe2\x3d\x68\x22\x12\x72\xa4\ -\x9a\x4e\xcb\xc0\xe4\x9f\x6e\x86\x65\x3b\x60\x66\x78\xd9\xcf\x51\ -\xba\x7f\x9d\x1c\x4a\x5d\xa6\xc7\xc5\xf3\x73\xed\x58\xf2\x71\x27\ -\x51\x66\xe2\x65\x95\x04\x10\x75\x77\xf7\x72\xd7\xbe\x7e\x40\x48\ -\xae\xac\xa8\xa0\x44\xb2\xcc\xd8\xd1\x98\xb1\x6c\x07\x42\xca\x49\ -\x25\x89\x04\x1c\xc7\x31\x7a\xf9\x5d\x23\xf1\x4f\x64\x60\xc6\xa3\ -\x10\x55\x75\xe0\xa2\x0b\x00\xd8\xfe\xe1\x06\x34\x61\x07\xb1\xef\ -\xa1\x72\x4c\xa3\x28\x9e\xfb\x7d\x5d\xbd\x7b\xe9\x45\x88\x95\x3e\ -\x27\x05\x48\x80\xd9\x18\x45\xd2\xf7\x39\xf4\x0b\x94\xcb\x0e\xb0\ -\xe2\x21\x62\x2b\xca\xd2\xb2\xc9\xb2\x6c\xa9\x54\x08\xa3\xb8\xd3\ -\x2b\xfa\x50\x5a\x53\x74\xee\x73\x7c\x72\x00\x57\x3d\x03\x30\xc3\ -\x64\x0f\x00\xcc\x98\xe8\x7c\x26\x7a\xcb\xa6\x1b\xbf\x6a\x2e\xd7\ -\x17\x36\x52\x7e\xec\xb5\x3a\xf9\xd9\xeb\xe3\x48\x5a\x7f\x8d\x46\ -\x22\xc9\x58\xc4\x31\x0c\x12\xc5\x62\x91\x19\x05\x32\x0c\x48\xad\ -\xc8\x78\x79\x13\x7a\x43\x42\xc9\xc8\x36\xd8\x89\x9d\x6c\xcc\x00\ -\x1b\xf3\x70\x68\x5c\x68\x0e\xd9\x77\x0b\xc0\x1b\xf7\x1e\x27\x44\ -\x73\x5a\x40\x24\x46\xc4\x62\x82\xda\x4a\x19\x31\x99\xd3\x6a\x6b\ -\x8c\xa4\x55\xcf\x2a\xd4\x89\x78\xa2\x90\xac\x1e\xf3\x5a\x3c\x62\ -\x5d\x92\x8c\x47\x34\x49\x29\xfd\x90\xd9\x2d\x86\x14\x86\x3e\x02\ -\x37\x87\xa0\x70\x90\x95\x97\x83\xf2\x87\x95\x09\xdc\xcb\xf6\x14\ -\x4a\xde\x6f\x28\x71\xa9\xa3\xee\x87\x0c\x6f\xf0\x98\xf5\x9a\x15\ -\xf3\x8e\x53\xc2\xd9\x4f\x03\xbe\x87\x44\xcd\x18\x00\x40\xdd\xd0\ -\x86\x7b\x85\x10\x3f\x21\x21\x6a\x01\x98\x64\x79\xca\x4b\x8d\x2a\ -\x2d\x2d\x4b\xd8\x2c\xa4\x25\x7c\xc5\x9c\x77\x43\xf2\x83\x10\x61\ -\xe0\x71\xe8\xe6\x49\x15\x87\x75\xe8\xe5\xa5\x0e\xbd\x96\x9e\xa0\ -\xe2\xde\xfa\xa4\xb6\x94\x88\x1a\xa3\x15\x67\xe4\x14\x26\x3a\x94\ -\x92\x57\xde\x7d\xdc\x16\xcc\x69\x01\x11\x21\x1d\xd9\x2d\x76\xe6\ -\x12\x26\xad\xb7\xdd\x42\x52\x3e\x2d\x6d\xc7\x38\x96\x24\x3b\x9a\ -\xb0\x2a\x47\x95\xda\xa9\xa4\xcd\x96\x65\x89\xa2\x02\x07\x81\xa2\ -\x30\x54\x50\x61\x00\x55\x74\x49\x05\x1e\xab\xc0\x93\x46\x07\xfb\ -\xd8\x98\x5f\x07\x1a\x30\xfe\x41\xdd\x43\x95\xcc\x43\x7b\x51\xb6\ -\xe3\x67\x38\x58\xcc\x1d\xb3\xe6\x63\xce\x80\x90\x16\xa0\xe9\xc8\ -\xce\xcc\x91\x52\x62\x54\x69\x5c\xc7\x1c\xcb\x0a\xd9\xe2\xda\x72\ -\x07\x11\x4b\x0a\x5f\x11\x82\x30\xa4\x62\x10\x22\x08\x43\x28\xdf\ -\x65\x15\xb8\xa4\x83\xa2\xd1\x61\x51\x1a\x15\xfe\x66\x4f\x90\xea\ -\x6d\x88\x0e\xc8\xbd\x41\xb5\x26\x93\x05\x22\xc9\x13\x92\x9f\x20\ -\xc5\x02\x0c\x22\xa2\x43\x15\x8a\xae\x78\xd4\x46\x45\x32\x46\xf5\ -\xd5\x65\x14\xb7\x0d\x39\x82\x09\x24\xe0\x05\x0a\x9e\xaf\x50\x0c\ -\x14\x74\x50\x84\x0a\xbc\x43\xc9\x03\x4f\x1a\x15\x6c\xd2\x81\xdb\ -\x5a\x7c\xaf\x15\x9d\x59\x5b\x7b\xff\x6c\x01\xac\x08\xbc\xf7\x16\ -\x9e\xb4\xcc\xff\x03\xa0\xed\x1e\x30\x1b\x18\x63\x18\x05\x0f\xd0\ -\xfa\xd5\x88\x25\xe1\xd8\x52\xd8\x96\xe4\x9a\x8a\x24\xef\xdd\x97\ -\x45\xa1\xa8\xe0\x87\x1a\xae\x1f\x42\x05\x3e\x54\xe0\x42\xfb\x1e\ -\xab\xa0\x48\x3a\x2c\x82\xb5\x7a\x68\xb7\x9f\x0a\xcf\xb9\x74\xae\ -\x90\x4e\x0c\xf2\xc2\x5b\xa1\x43\xff\x0b\x75\x46\x1e\x7d\x06\x4c\ -\xc1\xc3\xe0\x9a\x5f\xf2\x96\xcd\xef\x50\xc3\xcc\x9b\xba\xf6\x75\ -\x6c\x4e\x97\xc4\x23\x5f\x92\x52\x6a\xdb\xb6\xa5\x10\x82\x3f\xef\ -\x3f\x48\xbe\x06\x82\x40\x41\xf9\x2e\x54\xd1\x85\x0a\x3c\xa3\x03\ -\x57\x98\xd0\x7f\x65\xb7\x1e\xfb\xab\x09\x89\x9c\xe8\x2e\xb9\xc8\ -\x08\x30\xc8\x84\xf0\x37\x2e\xfa\xe2\xe6\xe6\x98\xd9\x9c\x16\xc4\ -\xd4\x21\x7a\xf1\x51\x06\xe9\xa6\x5c\x55\xed\x39\x63\xd7\xd5\xa5\ -\xca\xce\x95\x96\x6d\x2c\xdb\x16\xc5\xd0\xe0\xf3\xfe\x1c\x5c\xcf\ -\x07\x87\x2e\xb4\x5f\x80\xf2\x0b\xda\x84\xbe\x44\x2c\xb5\x66\x68\ -\xed\xc2\x2b\x4c\xc4\x46\xff\xb7\x57\x43\x0c\x75\x80\xba\xd7\x43\ -\x6f\xf9\xf3\x19\x30\x00\x00\x8d\x57\x43\x09\x81\x92\xf2\x12\x34\ -\x8d\x39\x40\x9d\xf1\x2f\x17\xa2\xc3\x7b\xde\x56\x2c\xae\xb5\x2c\ -\x39\x4a\x6b\x63\x18\x84\x78\x3c\x4a\xcc\xe0\xa2\xef\x53\xe8\xfb\ -\xd0\x61\x91\x44\x24\x09\x11\x4d\x4e\xb0\xc6\x4c\x5b\xde\x33\xfe\ -\xe6\xde\x89\xee\x5a\x31\x24\x6b\x58\xbf\xf3\xc8\x29\xa5\xfe\x58\ -\x25\x6c\x9f\x8f\x07\x5a\x57\x21\x12\x8b\x23\x51\x7a\x39\x77\xfe\ -\xe3\x65\xeb\x92\x39\x0f\x6e\x7d\xff\xf5\x85\x2b\xbb\x0b\x85\x79\ -\x79\x76\x74\xc4\xb1\xa4\x61\x61\x6c\xdb\x96\xc9\xf2\x4a\xf6\x22\ -\x09\x52\x61\x25\x31\xb3\x0a\x43\xdf\x12\xd2\xfa\x8a\xb4\x23\x1f\ -\x40\x09\x3a\x52\xf3\x67\x0c\x60\xed\xda\xb5\x28\x2b\x2d\x43\xa8\ -\x34\xda\xda\x96\x88\xdb\x6e\x98\xad\xda\x56\x3e\x77\xdd\x79\x0d\ -\xa9\x79\x91\xdd\xdd\xe6\xd3\x01\x41\x59\x37\xca\x96\x65\x49\x0d\ -\xa1\x95\x66\x66\x40\x08\x21\x48\xa9\xd0\x1c\xbe\x62\x05\x98\x31\ -\xe2\xa7\xb1\x91\x2a\x58\xd0\xbc\x00\x0b\x9a\x17\xa0\xbf\xbf\x1f\ -\x6d\x6d\x2b\x68\xc6\x8c\x19\xa6\xbd\x6d\x59\x5d\x4d\x75\xaa\xa5\ -\x7f\x30\x0b\x49\x5a\x8c\x75\x0e\xfc\x76\xb0\x3f\x7f\x6d\x2e\x3f\ -\xdc\x91\xcf\xe7\xa5\xe7\xb9\x32\x28\x7a\x22\xf0\x8b\x50\x2a\x74\ -\x58\xeb\xc0\xb0\x59\xa7\xb5\x02\x33\x1b\x63\xcc\x99\x01\x10\x42\ -\xe0\x9a\xab\xaf\xc1\xb3\x8b\x16\x63\xd6\x95\xb3\x50\x57\x57\x87\ -\x19\x33\x2e\x47\x4d\x6d\x4d\x4b\x61\x78\x78\x9c\x5b\x28\xa0\xe0\ -\x7a\xeb\xd6\xad\x7f\xf7\xe1\xcc\x5b\x2d\x6f\x14\x07\x07\xa6\x06\ -\xbe\x7f\x43\x18\xf8\x2f\x07\x41\x71\x57\x18\xf8\x43\x2a\x0c\xba\ -\xb4\xd6\xf7\xed\xb2\x2e\xd8\xda\x64\x3e\xa1\x3d\xc9\x8b\xd9\xa8\ -\xf0\xf4\x2d\x3e\x00\xdc\x7f\xdf\xfd\x48\xa5\x52\xb8\xee\x5b\xd7\ -\x61\xcd\x5b\x6b\x64\x73\x73\xb3\x7e\xec\xb1\xc7\xe6\x3b\xb6\xf3\ -\x54\x77\xd7\x5e\x93\x1b\x1e\xce\x75\x74\x74\x7c\x3d\x97\x3f\xb8\ -\x5d\xd6\x4c\xb3\xb2\xe7\xde\xa6\x3a\x1e\xbf\x0c\xf4\xcd\xdf\x23\ -\xcd\xdb\x1c\x48\xab\x14\xcc\xf9\x8c\x6e\xf2\x29\x91\x04\x11\x01\ -\x87\xf5\xcc\xac\x98\x77\x4a\x00\xf2\x89\xdf\x3d\x81\x2b\x66\xcf\ -\x42\xc4\x71\xd0\xbe\xaa\x9d\x9a\x9a\x26\x9a\x85\x0b\x17\x5e\x58\ -\x5b\x5b\xfb\xc2\xe0\x40\xbf\x3c\x98\xcb\xc9\xbe\x03\x07\xee\x39\ -\xef\xfc\xf3\xdb\x1d\xdb\x91\x55\x35\x75\x7a\xdd\xd6\x2c\x9e\x7f\ -\xf1\x45\x51\x15\xc9\xd3\x95\x8f\xb4\xaa\x0f\x3a\x42\x37\x6b\xd5\ -\xe9\x06\xf3\x89\x18\xdc\xd1\xcd\xac\x15\xd8\x89\x1d\xd2\xd3\xcc\ -\x8a\x53\x03\xb8\xe5\x8e\x5b\xf1\xc7\x67\x17\xe3\x85\x17\x5e\xc4\ -\xd2\xe5\x4b\xb1\x65\xcb\x87\xf6\xcc\x99\x33\x5f\x01\xb8\x71\xdf\ -\xfe\xfd\x62\x28\x97\x7b\xfe\x2f\x2f\xbd\xf4\xd0\x9a\xd5\xab\x45\ -\x6b\x6b\xab\xd9\xb5\xe3\x23\x5c\xe8\x6c\xc2\xdf\x07\x1b\x78\x80\ -\x6d\xde\xf8\x76\x27\x46\xe7\xdf\xa5\x3e\x55\x81\x41\x2e\x67\xa4\ -\x6a\x00\x2b\x07\xc4\x1b\x81\x95\x77\x9c\xbe\x0a\xbe\x77\xe3\x8d\ -\x90\x10\x98\x34\x79\x92\x98\x39\xf3\x1b\x66\xd5\xaa\xf6\x9b\x23\ -\x8e\x73\x71\x4f\x6f\x0f\xf2\xc3\xc3\x9d\x99\x9d\x3b\x9b\x89\x08\ -\xd3\xa7\x4f\xe7\x2f\x2a\xab\xcc\xe1\xcb\xe3\x6c\xcc\x3a\x12\x74\ -\xf1\xa2\x45\x7c\xd5\x9c\xd9\xd8\xb4\x69\xe3\x77\xfa\x0e\xf4\x21\ -\x3b\x34\xe4\xe5\x72\xb9\x3b\x27\x4f\x99\x32\xd0\xd0\xd0\x20\x1a\ -\x1a\x1b\xcd\xfa\x0d\x1b\xc0\xc6\x40\x4a\x89\xff\x97\xd1\x6b\xaf\ -\xbe\x8a\x58\x2c\x86\x31\xf5\xf5\x58\xba\x6c\x59\x69\xdf\xbe\x7d\ -\x3b\x07\xb3\x59\x55\x70\xdd\xdb\x96\x2c\x59\xd2\x36\x75\xea\xd4\ -\xa4\xeb\xba\x7c\xf8\xc0\xd2\x49\x9e\x89\x23\xcf\xc5\xc3\x6e\x4e\ -\x31\x47\x26\x93\x39\x86\x2d\x4a\xa7\xd3\xd2\xb2\xac\x72\xa5\x54\ -\x49\x75\x55\xd5\xd7\xe2\x89\xc4\xdc\xde\xde\xde\x97\x82\x20\x38\ -\x48\x44\xa5\xcc\xac\x8e\x0a\x64\x00\xe8\xe3\x5c\x9d\xe4\xfb\x8c\ -\xc6\x4c\x26\xa3\x09\x00\xd2\xe9\xb4\x05\x20\x22\x84\x88\x18\x63\ -\x02\x29\x65\x19\x11\x45\x95\x52\x47\x5a\x77\x3a\xfe\x71\x7c\x1c\ -\x28\x3e\x1c\xf8\x68\x90\x27\x1b\x47\xfe\xcf\x64\x32\x06\x00\xfe\ -\x0d\xe8\xde\xd7\xef\xda\xe2\x00\x53\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x03\x3b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\ -\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xb8\x49\x44\ -\x41\x54\x78\xda\xed\x96\x5d\x48\x53\x61\x18\xc7\x7f\xef\x61\x4e\ -\xf3\x63\x52\xe4\xd2\x4a\x8d\x0c\x29\x0a\x41\x92\x4a\xec\x46\xa5\ -\x42\x14\xbc\x69\xe5\x4d\x10\x98\x0a\x29\x7d\x18\xad\x0c\x73\xa4\ -\x05\x16\x94\x21\x82\x59\x37\xdd\x84\xb4\xba\xd0\x32\xba\xaa\x2e\ -\x22\x31\xb1\x48\x51\xcb\x0a\x03\xcb\x72\x95\x5f\x4b\xb7\x79\xdc\ -\xce\xc9\x29\xb6\x36\x08\xba\x70\x33\xc8\x3f\x3c\x9c\x87\x03\xef\ -\xfb\xfc\x79\xcf\xf3\xfe\xce\x23\x54\x55\x65\x31\x25\xb1\xc8\xd2\ -\xcc\x27\x39\xb5\x6c\x71\x09\x6a\x05\xa4\xaa\x82\x33\x0f\x4b\xa8\ -\x09\xd8\x09\xa4\x5c\x24\xf2\x87\xac\x3e\xcb\x48\x24\xfd\x68\x06\ -\x21\xd6\x49\xaa\x03\x7a\x02\xb6\x09\xf4\xda\x70\xa1\x7b\xdc\x07\ -\xc9\x71\x30\x66\xc7\x4b\xa5\xa5\xa5\x2d\x42\x88\x6c\x16\x46\xed\ -\x3a\x9d\x2e\xd5\x64\x32\x29\xbf\x0c\xf4\x56\xf1\x2e\xd6\xc8\xb1\ -\x01\xc1\x55\x80\x71\x1f\x03\x76\xbb\x3d\xbb\xae\xae\x8e\x3f\xc9\ -\xdd\xc8\x2e\x97\x0b\xa7\xd3\xe9\x1b\xb3\xef\x7f\x6f\xf4\xea\xea\ -\xea\x6d\x0e\x87\x43\x0f\x0c\x79\x35\xe1\xa8\x1d\xc9\x5d\x58\x9d\ -\x33\x10\xa4\x3b\xc2\x41\x98\x93\xcd\x66\xe3\x4f\x52\x14\x85\xe9\ -\xe9\x69\x64\x59\x76\x87\x3b\x9f\x0f\xb7\x01\x4f\x71\xcf\x5e\x5e\ -\xfb\xcd\x5e\x43\x51\x40\x52\x7c\x14\x9d\xc7\x33\x21\x69\x2d\x74\ -\x7d\x82\xca\x16\xd4\x11\x07\xb1\x6a\x3d\x83\x06\x83\xa1\x05\x58\ -\xa8\x4f\xf0\x5c\x08\x91\x66\x36\x9b\x5d\x1e\x03\x45\x04\xa1\x72\ -\x07\x41\xae\xc7\x1a\x37\x89\x21\x5f\x35\xa1\xe0\x47\x2d\x81\xe8\ -\xdf\x21\xa1\xe1\x06\x59\x42\xe5\x0a\x90\x00\x74\x23\x51\x60\x3e\ -\xc4\x8b\x80\x18\xc8\xa9\x67\xb9\xe2\xc4\xbc\x3f\x85\xf0\xb0\x60\ -\xb0\x58\x49\x6e\x7e\x45\x23\x90\x18\x10\x03\x5f\xad\xac\x8e\xd0\ -\x12\xde\xd6\x0f\x5d\x83\x50\x99\x0b\xb7\xda\xd8\x90\x72\x9d\xa0\ -\x8e\x42\xa6\xfd\x4e\xc2\xf6\x53\xf4\x6c\xac\xe0\xfc\x90\x95\xf2\ -\xfc\x34\x78\xf4\x1a\x86\xed\x3c\xed\x9b\x29\xee\x6f\x12\x6a\x00\ -\x56\x9c\x26\x32\xd8\x45\x61\x59\x16\x74\x0f\xc2\xbd\x4e\x40\xc5\ -\xf1\x97\x24\xf4\x2d\xe8\x95\x03\xf8\x92\x50\x92\x24\x9f\x9f\x91\ -\x95\x9d\x9b\xe2\xd1\x6f\x5e\x03\xe1\x21\xb0\x23\x01\xca\x9b\xd8\ -\x1d\x5a\x44\x9c\xad\x81\x81\x99\x45\x0f\xf2\xf2\xf2\x16\x92\x84\ -\xdf\xbc\x51\x5c\x4c\x34\x4e\xba\x80\x28\x3c\x7a\xc9\x28\xa9\xaa\ -\x19\x79\x89\x84\xff\x07\x09\xf7\x35\xb0\x0b\x41\x0d\x10\x0f\xf4\ -\x28\x2a\x25\x77\x8b\xe8\x08\x88\x81\xf4\xcb\xac\x5c\xa6\xa5\x69\ -\xef\x56\x42\x75\x21\xf0\x65\x9c\xed\xf7\x3b\xb9\x0d\x24\x04\xc4\ -\x80\x5d\x46\x2f\x09\x42\x5b\xdf\xc3\x9b\x21\x30\xe5\x40\xe3\x14\ -\xeb\xd2\xcf\xa1\x79\x62\xc2\xe9\x77\x12\xb6\x95\xd1\x9b\x58\xc1\ -\xa5\x11\x1b\xc6\xb3\xd9\xd0\xda\x0f\xc3\x93\x58\xde\x56\xe1\xc2\ -\x14\x80\x99\x30\xfa\x04\x99\x1a\x09\xe3\xaa\x08\x28\x6e\x9c\x1b\ -\xcb\xb4\x1a\x62\xf4\x27\x59\xef\xef\x99\x50\x03\x30\x36\xc5\x47\ -\x05\x14\xe3\x1e\xa4\x5c\x19\x2c\xe3\xf0\xe1\x3b\x13\x93\x2e\x2c\ -\x00\x7e\x27\x21\x80\x28\xa4\x00\xc1\x85\x50\x2d\x51\x36\x99\xcf\ -\x08\x0e\xab\xd7\x68\xc6\xdf\x9a\x31\xe0\x15\x1c\x50\xc3\xdc\xcf\ -\x00\xc5\x12\x8a\xf9\x09\xc8\xe2\x1e\xb5\x89\x19\x3b\x91\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xc4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\ -\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x41\x49\x44\ -\x41\x54\x78\xda\xcd\x57\x3d\x48\x5b\x51\x14\xbe\x89\x89\x7f\x4d\ -\x9c\x74\xd0\x16\xa2\x74\xc9\x92\x51\x1c\xec\x20\x81\x16\x74\x0d\ -\x48\xfc\x59\xea\x50\x87\x96\x22\xb8\x48\x5b\x48\x52\x84\x64\xd0\ -\x2d\xe0\xd2\x2e\x66\x4b\x40\x71\xca\xe8\x16\x42\x90\x4c\x69\xc1\ -\x38\x09\x82\x11\x45\x25\xcd\x8f\x31\xd1\xdb\xf3\x89\xef\xdd\x3e\ -\x49\x6e\xf2\x5e\x2a\x7a\xe0\xf0\x92\xcb\x3d\xdf\xf9\xee\xf9\xbb\ -\xef\x99\x38\xe7\xec\x29\xc5\xcc\x9e\x58\x2c\xf5\x16\x57\x48\x7a\ -\x7a\x7a\xfc\xa4\x4c\xd1\xde\xde\xde\xe0\xec\xec\x6c\x40\x06\x16\ -\x8b\xc5\x56\xae\xae\xae\xfc\xa5\x52\x89\x95\xcb\x65\x46\x4f\xa8\ -\x7f\x75\x75\x35\xa4\x8b\xc0\xed\xed\x6d\xd0\xeb\xf5\x32\x93\xc9\ -\xa4\xae\xed\xed\xed\xf9\xe3\xf1\x78\x68\x72\x72\xb2\xd2\x08\x8c\ -\xd2\x19\x1c\x1b\x1b\xd3\xac\x6d\x6e\x6e\x06\xe9\xa1\x9b\x00\xb3\ -\x5a\xad\x9a\xb5\x9b\x9b\x1b\x76\x72\x72\x62\x62\x12\xa9\xd5\x6a\ -\xcc\x62\xb1\x3c\xc4\xd2\x9f\x02\x38\x13\x40\x02\x1c\x11\x91\x49\ -\xb5\x5a\x15\x76\x02\xcb\x18\x81\x8e\x8e\x0e\xcd\xda\xf5\xf5\x35\ -\xeb\xea\xea\x92\x82\x55\x2a\x15\x61\x27\x88\xeb\x26\x00\xa3\xa7\ -\x25\x80\x50\x0a\x20\x01\x7e\x7e\x7e\x2e\x05\xa3\x0e\x10\x76\x02\ -\x4b\x37\x01\x9c\xb6\x2e\x01\x88\x4e\x02\xc0\x6a\xb7\x06\x04\x38\ -\x0a\x4c\x22\xe8\xfd\x76\x09\x08\x11\xce\x04\x01\x9b\xcd\xd6\x2c\ -\x02\x6d\xb6\xa1\x10\xe5\x24\x68\x3d\x35\x05\x67\x67\x67\xcd\x22\ -\xa0\x21\x20\xee\x19\x03\x04\xb2\xd9\xac\x3a\x86\xbb\xbb\xbb\x31\ -\x52\xa5\x40\x8b\x8b\x8b\x56\x14\x5c\x3e\x9f\x07\x59\x90\x41\x44\ -\x0c\x13\x40\xe8\xe0\x14\x20\x88\x42\xd3\x41\x54\x28\x14\x6c\x44\ -\x16\xd3\x52\x39\xbd\x08\xbf\xd1\x1a\x80\x43\xb3\xd9\xac\x71\x2c\ -\x21\x6c\xeb\xec\xec\xc4\x08\x87\xf3\xff\x46\x40\x25\x01\x29\x16\ -\x8b\x8d\x98\x60\xdf\x0b\x10\x80\x9d\xe2\x1c\x76\x46\xdf\x07\xfe\ -\xa0\x7d\x00\x06\x45\x41\xda\xed\x76\x4c\xc2\x97\x12\x02\xaf\xfa\ -\xfa\xfa\x94\xfd\x8a\xad\x61\x02\xd9\x8b\x8b\x0b\x0d\xd0\xc0\xc0\ -\x00\x4e\xe6\x94\x10\x70\x8f\x8c\x8c\x68\x6c\xf0\xbb\x5d\x02\x2a\ -\xa0\xcb\xe5\x02\x81\xcf\xf5\x36\xcf\xcc\xcc\x0c\xd3\x9e\x4f\xa3\ -\xa3\xa3\x1a\xe7\x50\x23\x35\x80\xd3\x64\xd1\xf3\x00\x40\x1e\xa1\ -\xe3\xe3\xe3\x2c\x95\x4a\xbd\x9d\x9f\x9f\xff\x49\x5b\x7c\x54\x6c\ -\x05\x4a\xd3\x30\xed\x7d\x47\xa9\xf9\xe6\xf1\x78\xec\x83\x83\x83\ -\x4a\xfe\xd5\xfa\x81\x18\x19\xc5\x31\x72\xf6\x75\x62\x62\xc2\x82\ -\xbc\x2a\x44\x96\x96\x96\xd8\xf6\xf6\xf6\x42\x26\x93\x59\x40\xaf\ -\xc3\xe1\xd0\xd0\x10\x9b\x9a\x9a\x62\xfd\xfd\xfd\x70\x0c\x02\xc2\ -\x71\x0b\x02\x83\xba\x3a\x37\x37\x17\x5c\x5b\x5b\xe3\xa7\xa7\xa7\ -\x9c\x6e\x41\x7e\x79\x79\xc9\x69\xc8\x70\xea\x77\x4e\xf3\x81\xd3\ -\xa0\xe1\x34\x23\xf0\xc4\xff\xbb\xf5\xfd\xfd\x7d\xbe\xb5\xb5\x85\ -\xfd\x77\x76\x34\x13\x38\xe1\x70\xe0\x35\xd2\x86\x7d\x42\xe1\xfd\ -\x9e\x4e\xa7\xb3\x3b\x3b\x3b\x98\x6a\x6a\x3b\x42\x45\xa1\x89\x7c\ -\xe7\x72\x39\xb6\xb1\xb1\xc1\x0e\x0e\x0e\xb0\xb7\xbd\x14\x40\xa2\ -\xd1\x68\x79\x7a\x7a\xfa\xcd\xee\xee\xae\x2f\x99\x4c\x7e\x70\xbb\ -\xdd\x56\x87\xc3\x81\x6e\x80\xde\x85\xfb\xf8\xf8\x98\x1d\x1d\x1d\ -\xb1\xc3\xc3\x43\x96\x48\x24\xf2\x34\x8a\xc3\x94\xbe\x2f\x4c\x87\ -\xb4\xf4\x61\x42\x6f\xc8\xaf\xa9\xe8\x3e\xde\xb7\xa1\xe3\x5e\x6b\ -\xa4\xbf\x69\xed\x17\x45\x25\x43\xa3\x3a\xe6\x74\x3a\x73\x74\x87\ -\xfc\xa0\x93\xbf\xff\xa7\xa0\x03\x91\x48\xc4\x2f\x23\xf0\xbc\x3e\ -\x4c\x96\x97\x97\xc1\xd6\xf7\x48\xfe\x02\xeb\xeb\xeb\x7e\x29\x01\ -\xaa\x68\x5f\x38\x1c\x6e\xe5\xf2\x41\xbb\xd6\x55\xdc\x9c\x78\x3e\ -\x8c\x6e\x28\x14\xc2\xc1\x9a\x12\x68\xd6\xb6\x52\xa7\x50\x90\x83\ -\x48\xb0\xa5\x04\x02\x54\x74\x8f\x96\x82\x67\x57\x84\x7f\x01\x70\ -\x8a\x34\x3a\xb7\xf3\xc5\x60\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x05\xed\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x1b\xaf\x00\x00\ -\x1b\xaf\x01\x5e\x1a\x91\x1c\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xd7\x0c\x1d\x0d\x0d\x01\x6e\x1d\x39\xfc\x00\x00\x05\x7a\x49\x44\ -\x41\x54\x78\xda\xd5\x56\x5b\x6c\x55\x45\x14\x5d\x73\xde\xf7\xd1\ -\xf6\xf6\x49\xdb\xdb\x5b\xa4\xb5\xa5\x40\x02\x62\x41\x10\xa8\x44\ -\x0a\x85\x40\xc1\x16\x09\x98\x10\x88\xa0\xc1\xf8\xe3\x8f\x11\xbf\ -\x14\x8d\x89\x09\x3e\x12\xfd\x90\x18\x48\xd4\x88\xe1\x91\x08\x68\ -\xe2\x07\xa2\x8d\x8f\x10\x63\x82\x35\x52\x23\x1a\xcb\x33\x50\x30\ -\x04\x1a\x5b\xda\xfb\x38\xe7\xcc\x19\xf7\x4c\x0b\x37\x2d\x08\x52\ -\x6e\x3f\xdc\x99\x95\x3d\x8f\x7b\xce\x5e\xb3\xf6\x9e\x39\x17\xf7\ -\x62\x42\x08\x85\x7b\x31\x86\x31\xda\xc4\xd6\xb7\xcd\xd6\xa6\x29\ -\x87\xbd\x40\xf3\x3b\x3a\x2f\xac\x38\xf5\xe9\xd3\x3e\xc6\x60\xda\ -\x98\x77\xcf\xfd\x57\xaa\xab\x8b\x17\xc5\xe3\x85\x2d\x00\x5e\xc2\ -\x18\x4d\xc7\x18\xac\x6a\xf1\xb6\x85\x73\x67\x4e\xda\xb9\x64\xf1\ -\x0c\xad\xaa\xb2\x00\x3d\x17\xfb\x16\xf8\x15\xcb\xbe\xed\xfd\xed\ -\xb3\x73\xe3\xae\x40\xc5\x23\x5b\x0b\x8b\xf2\x9d\xdd\x6d\x2b\x1a\ -\xf5\x64\x32\x8d\x81\xc1\x14\x1e\x5f\x3a\x59\xcf\x8f\x98\x9f\xd4\ -\xad\xfb\xb8\x68\x5c\x09\x4c\x98\xf7\x1c\x20\xfc\x9d\x6b\x1f\x9b\ -\x93\xe0\x01\x47\x3a\x95\x22\xa4\xc1\x03\x1f\xed\x8b\x26\x25\x04\ -\xc4\xae\xba\x27\x76\x8f\x1f\x01\x11\xf8\x4f\x35\xcd\x69\x58\x53\ -\x5a\x16\x43\x2a\x95\x1e\x81\xf2\x52\x1b\xb3\x1a\x8a\x57\x43\x88\ -\x2d\xe3\x72\x0a\x4a\x1a\x37\xd7\x57\x56\x94\xfd\xbc\x79\x53\x6b\ -\x04\x8c\x21\xcb\x6a\xe4\xeb\xf6\x1e\x3e\x97\xec\xed\xf7\x67\x77\ -\xef\xdf\x70\x22\x67\x04\x8a\x66\xac\xb7\x4c\xcb\xfa\x61\xd3\xc6\ -\x55\x8d\x05\x45\x05\xa3\x02\x8b\x11\xc3\x6b\x83\x01\x0e\x7c\x73\ -\xa9\x4b\x80\xcd\xe9\xde\xb7\x21\x9d\x9b\x14\x08\xfe\xda\x82\x87\ -\xa7\x37\xda\x21\x3b\x2b\x7b\x3a\x45\x9e\x30\x3c\x4e\x0f\xc3\xd4\ -\x5c\x3c\x58\x9f\x37\x1d\x42\xbc\x91\x13\x05\x62\xd3\xd6\x34\x27\ -\x12\x15\x47\x96\xb7\x3e\xaa\x09\x71\xb3\xec\xe2\x16\x3d\x4d\xd3\ -\xf0\x7d\x57\x4a\x5c\xe9\xe7\xab\x48\x85\x2f\xc6\x4c\xa0\x60\x4a\ -\x5b\xb1\xed\x38\xc7\xdb\xda\x5a\xe2\x76\xc8\x19\xa5\x8a\x6c\xff\ -\x6e\x1e\xd7\xf0\xdd\xaf\x99\x2b\x3c\x60\x33\xba\xf7\x6f\xbc\x78\ -\xd7\x04\xf2\x27\xaf\x04\x18\x3b\x38\x7f\xfe\x43\xed\xf1\xea\xf8\ -\x2d\x1e\x64\x00\xcb\x7e\x13\xb2\x3e\x6b\x57\xfb\x81\xae\x33\x6e\ -\x07\x34\xd6\x72\xfa\xc0\x33\xc1\x5d\xd5\x80\x10\xc1\x96\x78\xbc\ -\xbc\xbd\xb8\xac\x64\x28\xc7\xe9\x0c\xdc\x8c\x07\xcf\x0f\xc0\x39\ -\xc0\x83\x2c\x02\x82\xcf\x05\x7c\x5a\x73\x5d\x5f\xfe\x56\x3d\x13\ -\xb5\x5d\x94\x46\xdd\xe6\xc0\x4d\x6d\xbd\xab\xab\x38\x52\xbb\xb4\ -\xc1\x09\xd9\x07\x67\x36\x3e\x60\xca\x97\x0b\x02\x98\xa6\xc0\xa4\ -\x87\xf4\x4c\x79\x80\x41\x48\x08\x86\x40\x08\x22\x23\xc0\x25\x19\ -\x8f\x13\x61\x17\xb1\xa8\x86\xab\x7f\xa7\x17\x46\x6b\x5b\x8e\xf4\ -\x75\x7f\xd5\x73\x47\x05\xc2\x93\x9a\x2d\x86\x60\x4f\xc3\xd4\x86\ -\xf0\xf5\x5d\x91\x43\x20\x64\x10\x4d\x01\x4c\x87\x80\xae\xbc\x02\ -\xe4\x58\x53\x73\x01\x34\xf5\x5b\x4e\x90\xcf\x27\xe9\xaa\xae\x8f\ -\xdb\x26\x0b\xdc\x3d\x13\x97\x6f\xcf\xbf\x23\x01\x92\xfe\xf5\xaa\ -\xea\xc4\x4c\x3b\x14\x95\x52\x67\x03\x83\xa0\x02\x1a\x43\xd0\xa4\ -\xcf\x82\xd1\x38\x4b\x86\x20\x98\x9a\x8b\xe5\x47\x51\x5e\x14\x46\ -\x5d\x55\xa4\x46\x04\xde\x8e\xdb\xa6\xc0\x49\x34\x2d\x29\x28\x8c\ -\xbd\x97\xb8\xaf\x8e\xc9\x97\x69\xba\x39\x0c\x43\x79\x3d\xdb\x87\ -\xa6\x0d\x79\xd3\x34\x11\xb2\x6d\x98\x86\x5c\xd7\xa1\x33\x55\x9e\ -\x92\xb9\xba\x17\x4e\x9d\xfd\x0b\x9d\x5d\x27\xd1\x73\xa1\x07\xf9\ -\x85\x45\xd3\xa3\xb5\xcb\xce\xf4\x9d\xfc\xfa\xf8\x4d\xa7\x20\x56\ -\xd7\x9c\xef\x79\xfe\xef\xf1\xda\x29\x95\x82\xd9\x70\x42\x61\x38\ -\x76\x08\x96\xe3\xc0\x76\x42\xb0\x6d\x07\x96\x65\xab\x80\xba\x21\ -\x09\xa8\x7a\x20\x99\x03\x64\x5c\x8f\x52\xe5\x53\xde\x3d\x78\xae\ -\x0b\xd7\x4d\x23\x93\x96\x85\x2b\x3f\x56\x49\x85\x54\x72\x10\xd1\ -\x82\x3c\x54\xd6\x4d\xbd\x36\xa1\xbc\xf4\xfe\x43\xaf\xae\xbe\x0c\ -\x32\x03\xc3\x36\xb5\x69\x6e\x5b\x34\x51\x55\x79\xee\xd8\x49\x04\ -\x3e\x00\xda\x1d\x4c\x0b\x1a\x05\xd5\x2d\x07\x3a\x11\xe0\x42\x07\ -\x83\x49\x81\x09\x9a\x41\x60\x30\x74\x99\x0d\x1b\x9c\x0f\x13\xb0\ -\x5c\x84\x59\x98\x08\xa4\x08\x0e\xd2\x12\x29\x07\x4e\xd2\x46\xb8\ -\x20\x84\x9a\x25\xd3\xf2\xd2\x83\xa8\x01\x30\x92\xc0\xa0\x6e\x9d\ -\xf6\xcf\x9e\x1f\xe8\xbd\xf0\x47\xd4\x23\xf6\x80\xa0\x46\x40\x40\ -\x8d\x83\x4e\x05\x9a\xd7\x3e\x0f\xc1\x01\xc3\x34\x60\xc8\x54\x68\ -\x4a\x40\x55\xfd\xdc\xe7\xf0\x4c\x0f\xb6\xb0\x71\xf4\xf3\x77\x69\ -\xc7\x1e\x11\x8f\x40\x23\xe8\x76\x94\x90\x07\x23\x1d\xc1\xe5\x1f\ -\xff\x3c\x5a\xd3\x34\xbb\x13\x64\x23\x08\x1c\xdf\xb5\xed\x68\xfb\ -\x93\x2f\xe6\x9d\xb8\x96\x64\xbe\xe7\x42\x19\x13\xd7\x73\xa4\x6b\ -\xba\xe7\xa9\xdb\xd0\x17\x94\x0a\x13\x86\x61\xa8\x34\x28\x02\x41\ -\xa0\x52\xa0\x7b\x3a\x38\xa8\x1f\x30\x21\xac\x12\x83\x93\x32\x42\ -\xb3\x85\x10\x0e\x02\x6e\x20\x1a\x8e\xe2\xcb\x37\x37\x09\x75\x84\ -\xb3\x04\xb2\x76\xe8\xa3\xed\xc0\x2d\x6e\xd8\x50\x62\x9e\x90\x29\ -\xb1\x6c\x4b\x15\xbf\x65\x59\x30\x89\x80\xae\x0f\x11\xe0\x44\x80\ -\xea\x87\x08\xb9\xf0\xe5\x41\xb4\xc3\xe8\x3d\x76\x20\xc0\x28\xbb\ -\x44\x60\xfb\x5e\x18\x31\x67\xe0\xbf\x18\xd3\x04\x23\x02\x06\x05\ -\x36\x38\xe0\xd8\xf6\xb0\x0a\x3a\xc8\x94\xfc\xae\xee\x81\x01\x04\ -\x0e\x8d\x24\xbf\x8d\x8d\x89\x80\x2c\x4a\x6a\x06\x2c\xea\xda\xb6\ -\xa9\x48\x98\x34\x06\x18\xed\xde\x23\xc7\xa4\x12\x04\x46\x04\x22\ -\x39\x26\x00\x4d\x56\x1e\x20\xcf\x39\xa0\xf2\x4f\x0a\x28\x12\x60\ -\xd4\x64\x70\xce\xe1\xd1\x3a\x93\x75\x63\x45\x72\xaf\x80\x4c\xbe\ -\xa0\x40\xd4\x08\xd2\x6b\xea\xe2\x01\x83\x3a\x0d\x37\x0a\x8b\x3c\ -\x11\x10\x39\x25\x20\x04\x27\x08\x42\x00\x52\x59\xee\x56\x55\x7d\ -\x3a\x93\x01\x93\x29\xa0\x3e\xe7\x72\x4d\x20\x80\x00\x33\xec\xdc\ -\xfe\x2b\x2e\x2d\x2d\x42\x5e\x71\x0c\xbe\x63\x22\xe3\x18\x48\x59\ -\x1a\x06\x0c\xa0\x9f\x05\xe8\x63\x1c\x03\x3a\xd4\x9c\x1b\x32\xe0\ -\x87\x4c\xc4\xeb\xab\xd1\xd1\x27\x58\xce\x14\xd8\x71\x78\xaf\x78\ -\xeb\x9d\x0f\x7e\xea\xd8\xf7\xfe\xac\x2b\x3d\x97\xc1\x34\x9d\x60\ -\xa8\xef\x02\xf9\xeb\x63\x85\x68\x61\x0c\x0d\x8b\xe6\x1e\xeb\xcc\ -\xe4\x30\x05\x2b\x4b\x1c\xf1\x61\x2a\x33\x7b\xcf\xb3\x2f\xb3\xf3\ -\xbf\x5c\x01\xd3\x8d\x51\x04\xcc\x1b\x73\x48\xa6\xb0\x6e\x7e\x8b\ -\x58\x5f\xc6\xf0\xbf\xb0\x7f\x00\xb8\x42\x64\xb8\x75\xe7\xc2\x8f\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x51\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x04\x18\x49\x44\x41\x54\x78\xda\xed\x96\x7b\x4c\x5b\x65\ -\x18\xc6\xcf\x70\x17\x4e\x7b\x7a\xca\xb0\xe3\x36\xdc\xa4\xc8\xa8\ -\x02\x65\x21\x3a\x50\x0c\x48\x81\x31\x28\x45\x19\x50\xae\xa3\x5d\ -\xcb\x80\xb6\xb4\xe5\x72\x0a\x94\x6d\xac\xc5\xb9\x64\x5c\xc6\x4c\ -\x4c\x70\x5b\x16\x1d\xa0\xc3\x38\x6e\xa5\xd0\x52\xa0\xdb\x64\x01\ -\xd4\x98\x99\xcc\x18\xff\xc1\x25\xc6\x68\x62\x96\x25\xc6\x19\x9d\ -\x48\x1f\x4f\xe0\x1f\x4d\x0c\x63\x0a\x98\x18\xfe\x78\x92\x2f\x5f\ -\x9e\x37\xcf\xef\x4b\xce\x79\xdf\x97\x00\xf0\x9f\x6a\x13\x60\x13\ -\xe0\xff\x0d\x40\xd6\x90\x05\x71\x97\xe3\x16\x72\xdf\xcb\xbd\x4f\ -\x14\x11\x3b\x37\x14\x80\x64\xc8\x6c\x41\xa7\x60\xf1\xe2\x67\x17\ -\x61\x1e\x37\x63\x6b\xf3\xd6\xfb\x84\x9e\xa0\x37\x04\x80\x6e\xa0\ -\xa5\x81\xe7\x02\x17\xdb\xa7\xdb\x31\x70\x6f\x00\xc3\x3f\x0c\x23\ -\xbf\x2f\x1f\x5b\x8e\x6f\xb9\x47\x58\x08\xce\xba\x02\xf0\x1b\xf9\ -\x07\x83\xcf\x07\xff\x6e\x9d\xb0\xa2\xe7\x6e\x0f\xba\xef\x76\x2f\ -\xa9\x77\xbe\x17\xb2\x2b\x32\x78\x9b\xbd\xe7\x57\x0d\x40\xe4\x11\ -\x4f\x3c\x4e\xb8\x8f\xd9\x27\x51\x78\x5e\xb8\x60\x1e\x6d\xc4\x85\ -\x2f\xde\x46\xd7\x9d\xae\xbf\xc8\x6c\x37\x23\xbe\x33\xfe\xe7\x47\ -\x02\x90\x0d\xe4\x9e\xb0\xb3\x61\x0f\x4c\x4e\x93\xc7\xb7\xce\xd7\ -\xb8\x9a\xf0\x5d\xc6\x5d\x2f\x87\x9f\x0b\x5f\xa8\xb5\x19\xd0\xf9\ -\x69\x07\x3a\x3e\x69\x43\xfb\x1c\xab\xd9\x36\xb4\xcd\xb4\x81\x19\ -\x60\x40\xd5\x51\x1e\x42\x4d\x58\x57\x04\x20\x2b\xc9\xdd\x7e\x16\ -\xbf\x07\xa5\x57\x8b\xf0\xc6\x54\x33\x22\xdf\x8c\xf0\xf8\xd5\xfa\ -\x69\x56\x0a\x0f\xa8\x0b\x78\x21\xa2\x33\xe2\x37\xfd\x50\x05\xce\ -\xcc\x58\x71\xfa\x96\x05\xaf\x7f\x64\x41\xcb\x0d\x0b\xac\xee\x53\ -\xa8\xef\x67\x20\x30\x08\xe0\x55\xea\xd5\xba\xe2\x47\x48\x55\x52\ -\x7e\xbe\x27\x7c\x7f\xca\x7b\x27\x13\xcd\x53\x8d\x38\xe1\x36\x81\ -\x19\xd5\x62\x7f\x67\xb4\xc7\xbf\xc6\x5f\xfd\x77\xe1\x41\xa6\xa0\ -\x18\xf1\x59\xf1\x43\xed\x90\x02\xa7\x6e\x36\x2c\xd5\x1c\x9f\x34\ -\xa1\xc9\xc5\xc0\xec\x64\xd0\x34\x54\x87\xa7\x0c\xbb\xb1\xad\x78\ -\xdb\x5b\x8f\xfc\x0d\x05\x0d\x82\x6f\xb3\x2e\xa5\xa0\x7e\x54\x8f\ -\xba\x31\x2d\x4c\xe3\x5a\xd4\x4f\xe8\x50\x6b\x3f\x8a\x98\xd6\xfd\ -\x9e\xc0\xea\xc0\x23\x7f\xf6\xb3\x50\x51\xe2\xd3\xe2\x87\x95\x03\ -\x05\x68\x72\x1b\x50\x3f\xa9\x5b\xaa\x61\x1c\x5a\xb6\x46\x8b\x66\ -\xbb\x09\x61\x86\x10\x6c\x2f\xde\x7e\x79\x55\x8d\x48\xd4\x12\xfe\ -\x63\x59\x6f\x1e\x34\xfd\x0a\x54\x0d\x2b\xa0\xb7\x2b\x60\x74\x28\ -\x51\xed\x52\xc2\x38\x52\x88\xe8\x16\xf1\xa2\x7f\x95\x7f\xfe\x12\ -\xac\x46\x10\x1e\x79\x32\xf2\xd7\xf2\x6b\xd9\x60\xdc\xaa\x65\x8f\ -\x53\x09\xc3\xa8\x12\x55\x36\x05\x5a\x1c\x0c\xa2\x8c\x22\x78\x17\ -\x7a\x5f\x5d\x75\x27\xdc\xa1\xd8\xa1\x09\x66\x02\x3c\x25\xef\xa6\ -\xe1\x58\x7f\x1e\x2a\x86\x59\x98\x51\x39\xb4\x4e\x39\x74\x2e\x39\ -\xf4\x23\xd9\x10\x9f\x8c\x5c\x0c\xd0\x06\x54\x89\x1a\x44\xbf\xa8\ -\x3f\x90\xa2\xda\x9d\x8f\x2a\xd7\xb2\x47\x33\x26\x47\x85\x4d\x8e\ -\x33\x2e\x06\xb1\xc6\x68\x70\x72\x38\x83\x8f\xdd\x8a\xc9\x12\x92\ -\xd9\x6b\x0c\xf2\x94\xf6\x24\x43\x39\x90\x01\x95\x4d\x8a\xb2\x31\ -\x29\xca\xc7\xa5\xa8\x98\x94\x42\x3b\x92\x0e\x71\x7d\x24\x54\xef\ -\xa7\x40\xe7\xce\x62\xef\x32\x51\xee\x62\x3d\x0e\x29\x8c\xae\x02\ -\x74\xdc\x34\xe3\x15\x26\x0e\x54\x0e\xe5\xfc\xc7\xb3\x80\x53\xc8\ -\xb1\x86\x69\xf6\x7a\x94\x7d\x89\x38\x62\x4b\x82\x72\x4c\x82\xa3\ -\x2e\x09\x54\x53\x12\x94\x5f\x4f\x86\xc9\x2d\x05\x33\x73\x18\xd5\ -\xd3\xaf\x41\xc7\x9e\x2b\x9d\xa9\x50\xb1\xbe\x92\x9e\x03\x88\x51\ -\xef\x03\x2f\x9b\x77\xfd\x5f\x0f\x23\x6e\x3e\xb7\x55\xa4\x0e\x41\ -\x71\xef\xf3\xc8\xfc\x30\x14\x59\x43\xa1\xc8\xb6\x87\x22\xd7\x11\ -\x06\x99\x3d\x08\x29\x36\x3e\x24\x83\x3c\x24\x5d\xe3\x21\xa1\x8f\ -\x82\xac\x3b\x18\xb1\xea\x70\xd0\x32\xfa\xe3\x35\x9b\x86\xd4\xab\ -\x54\x57\x44\xa9\x10\x39\xbd\x42\x48\x86\x78\x48\x1d\xa3\x91\xe6\ -\xa2\x71\x68\x92\x8f\x74\x56\x87\x26\x68\x1c\x74\xd0\xc8\x1d\x0c\ -\xc6\x4b\x6c\x38\x3f\x83\xff\xf9\x9a\x8f\x63\x6e\x3a\xf7\x4a\x54\ -\x91\x10\xc5\x83\xa1\xc8\xb8\xc1\x87\xec\x16\x1f\x59\xb3\x3e\xc8\ -\x9a\xf3\x81\x6c\xc6\x07\x45\x93\x7b\x90\x50\x26\x02\x9d\x42\x7f\ -\xb5\x6e\xfb\x00\x27\x95\xd3\x1f\x2d\x17\xe2\x98\x6b\x1f\x0e\xdf\ -\xde\x89\xdc\x3b\xcb\x52\xcf\x3d\x0d\x49\xb9\x08\xbc\x44\xde\xfc\ -\xba\x2f\x24\x9c\x64\x8e\xf3\xc5\xc2\x67\xa0\x9f\x7b\x0e\x45\x5f\ -\xfb\x42\xf3\x65\x08\x52\x75\xcf\x82\x4a\xa0\xbe\xd9\xb0\x8d\x48\ -\x90\x46\x4f\xa7\xb2\x2f\xb6\xdc\x3e\x80\x8c\x1a\x11\xb8\xf1\xdc\ -\xef\x37\x78\x25\xb3\x78\xd1\x49\x9c\xd9\xc0\xd8\x27\x41\xc6\x92\ -\xdf\x6d\x2e\xa5\x9b\x00\x9b\x00\x6b\xa1\x3f\x00\x8d\x54\x05\x09\ -\xd7\x8b\x82\x68\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x05\x4f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x03\x00\x00\x00\x44\xa4\x8a\xc6\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x7c\x50\x4c\x54\ -\x45\xff\xff\xff\x80\x80\x80\x55\x55\x55\x40\x40\x40\x66\x66\x66\ -\x99\x99\x99\x55\x55\x55\x80\x80\x80\x60\x60\x60\x55\x55\x55\x6d\ -\x6d\x6d\x87\x87\x87\x5d\x5d\x5d\x60\x60\x60\x6a\x6a\x6a\x75\x75\ -\x75\x95\x95\x95\x5c\x5c\x5c\x5e\x5e\x5e\x5b\x5b\x5b\x57\x57\x57\ -\x5c\x5c\x5c\x61\x61\x61\x59\x59\x59\x93\x93\x93\x92\x92\x92\x58\ -\x58\x58\x5c\x5c\x5c\x5a\x5a\x5a\x5d\x5d\x5d\x5c\x5c\x5c\x5b\x5b\ -\x5b\x5a\x5a\x5a\x79\x79\x79\x59\x59\x59\x91\x91\x91\x8f\x8f\x8f\ -\x92\x92\x92\x5c\x5c\x5c\x5b\x5b\x5b\x5a\x5a\x5a\x9d\x9d\x9d\x5c\ -\x5c\x5c\x5a\x5a\x5a\x89\x89\x89\x5b\x5b\x5b\x5c\x5c\x5c\x5a\x5a\ -\x5a\x5c\x5c\x5c\x54\x54\x54\x5c\x5c\x5c\x72\x72\x72\x5a\x5a\x5a\ -\x5b\x5b\x5b\x9b\x9b\x9b\x5b\x5b\x5b\x69\x69\x69\x5b\x5b\x5b\x73\ -\x73\x73\x5b\x5b\x5b\x5c\x5c\x5c\x8f\x8f\x8f\x5b\x5b\x5b\xa8\xa8\ -\xa8\x5b\x5b\x5b\x5c\x5c\x5c\x5c\x5c\x5c\x5c\x5c\x5c\x5a\x5a\x5a\ -\x5b\x5b\x5b\x8a\x8a\x8a\x5b\x5b\x5b\x5b\x5b\x5b\x7b\x7b\x7b\xa5\ -\xa5\xa5\x5b\x5b\x5b\x5b\x5b\x5b\xb0\xb0\xb0\x5a\x5a\x5a\x5b\x5b\ -\x5b\x5b\x5b\x5b\x89\x89\x89\x5c\x5c\x5c\xaf\xaf\xaf\x5b\x5b\x5b\ -\x5b\x5b\x5b\x5c\x5c\x5c\x5b\x5b\x5b\xb9\xb9\xb9\x5b\x5b\x5b\xb8\ -\xb8\xb8\x94\x94\x94\x5c\x5c\x5c\x5e\x5e\x5e\x5b\x5b\x5b\x5b\x5b\ -\x5b\x5c\x5c\x5c\x5b\x5b\x5b\x5c\x5c\x5c\x61\x61\x61\xbe\xbe\xbe\ -\x5c\x5c\x5c\x5d\x5d\x5d\x8d\x8d\x8d\x5b\x5b\x5b\x5d\x5d\x5d\x64\ -\x64\x64\xbe\xbe\xbe\x5b\x5b\x5b\x5c\x5c\x5c\x6b\x6b\x6b\x67\x67\ -\x67\x6b\x6b\x6b\x5c\x5c\x5c\xe6\xe6\xe6\xeb\xeb\xeb\x54\x54\x54\ -\x5b\x5b\x5b\x5c\x5c\x5c\x5e\x5e\x5e\x5f\x5f\x5f\x62\x62\x62\x67\ -\x67\x67\x68\x68\x68\x6d\x6d\x6d\x6f\x6f\x6f\x72\x72\x72\x73\x73\ -\x73\x74\x74\x74\x75\x75\x75\x79\x79\x79\x7a\x7a\x7a\x7c\x7c\x7c\ -\x7f\x7f\x7f\x84\x84\x84\x85\x85\x85\x86\x86\x86\x89\x89\x89\x8b\ -\x8b\x8b\x8c\x8c\x8c\x91\x91\x91\x97\x97\x97\x9b\x9b\x9b\x9e\x9e\ -\x9e\xa1\xa1\xa1\xa2\xa2\xa2\xa8\xa8\xa8\xa9\xa9\xa9\xab\xab\xab\ -\xac\xac\xac\xaf\xaf\xaf\xb1\xb1\xb1\xb2\xb2\xb2\xb3\xb3\xb3\xb6\ -\xb6\xb6\xb7\xb7\xb7\xb8\xb8\xb8\xb9\xb9\xb9\xba\xba\xba\xbb\xbb\ -\xbb\xbc\xbc\xbc\xbd\xbd\xbd\xc0\xc0\xc0\xc4\xc4\xc4\xc9\xc9\xc9\ -\xcb\xcb\xcb\xcf\xcf\xcf\xd0\xd0\xd0\xd1\xd1\xd1\xd2\xd2\xd2\xd3\ -\xd3\xd3\xd4\xd4\xd4\xd5\xd5\xd5\xd6\xd6\xd6\xd7\xd7\xd7\xd8\xd8\ -\xd8\xd9\xd9\xd9\xda\xda\xda\xdb\xdb\xdb\xdc\xdc\xdc\xdd\xdd\xdd\ -\xde\xde\xde\xdf\xdf\xdf\xe0\xe0\xe0\xe1\xe1\xe1\xe2\xe2\xe2\xe3\ -\xe3\xe3\xe4\xe4\xe4\xe5\xe5\xe5\xe6\xe6\xe6\xe7\xe7\xe7\xe8\xe8\ -\xe8\xe9\xe9\xe9\xea\xea\xea\xeb\xeb\xeb\xec\xec\xec\xed\xed\xed\ -\xee\xee\xee\xef\xef\xef\xf0\xf0\xf0\xf1\xf1\xf1\xf2\xf2\xf2\xf3\ -\xf3\xf3\xf4\xf4\xf4\xf5\xf5\xf5\xf6\xf6\xf6\xf7\xf7\xf7\xf8\xf8\ -\xf8\xf9\xf9\xf9\xfa\xfa\xfa\xfb\xfb\xfb\xfc\xfc\xfc\x6b\x2d\x84\ -\x7a\x00\x00\x00\x74\x74\x52\x4e\x53\x00\x02\x03\x04\x05\x05\x06\ -\x06\x08\x0c\x0e\x11\x16\x18\x18\x18\x18\x19\x1b\x1c\x23\x24\x2a\ -\x2b\x2d\x2f\x31\x32\x36\x37\x3a\x3b\x47\x4c\x4d\x4f\x52\x52\x53\ -\x57\x5b\x60\x67\x69\x6a\x70\x72\x77\x7a\x80\x80\x80\x85\x87\x87\ -\x89\x8a\x8f\x92\x94\x96\x99\x9a\x9b\x9f\xa7\xaa\xab\xac\xb4\xb5\ -\xb6\xb7\xb8\xb8\xb9\xbc\xbc\xbd\xc2\xca\xcd\xce\xce\xd4\xdb\xdc\ -\xdd\xdd\xdf\xe0\xe1\xe2\xe3\xe7\xeb\xeb\xf0\xf0\xf2\xf2\xf6\xf8\ -\xf8\xfa\xfa\xfa\xfa\xfb\xfb\xfb\xfd\xfd\xfe\xfe\xfe\xaf\xfe\x2c\ -\x95\x00\x00\x01\xc5\x49\x44\x41\x54\x38\xcb\x63\x60\xa0\x2a\x60\ -\xd5\xb4\xf7\x8d\xc8\x4e\x89\x0a\xf6\x32\x53\xe1\xc6\x94\x66\xd7\ -\x89\x9e\xbb\x66\xeb\x9e\x83\x07\xf6\xee\xdc\xbc\x74\x7a\x20\x0b\ -\xba\x3c\x93\xe7\x94\x6d\x87\x11\xa0\x83\x1f\x5d\x81\xc5\x84\x23\ -\x47\x0f\x2f\x9f\x3d\x7d\xca\xf4\xf9\x4b\xf6\x1d\x3d\xda\x8a\xae\ -\x40\xbe\xe5\xd0\xf1\x43\x7d\x6e\xca\x92\x02\x12\xaa\xb6\xe9\x2b\ -\x8e\xd7\xf3\xa1\x29\x30\x9a\x75\xe2\xc4\x34\x2b\x28\x47\x71\xc2\ -\x89\x2a\x5e\x34\x05\xee\x2b\x4f\x9d\x6a\x14\x83\x72\xb8\x0a\x4e\ -\x96\xa3\x2b\x08\xdd\x7d\xfa\x74\xaf\x12\x8c\x67\x5d\xe7\xcc\x84\ -\xa6\xc0\x63\xdd\xd9\xb3\x1b\x62\xc5\x61\x5c\x1e\x74\x79\x06\xd3\ -\x45\xe7\xcf\x9f\x5f\x97\x6c\x2e\x84\x2b\x14\xd5\x7a\x2e\x00\xc1\ -\xc9\xf9\x79\x3e\xda\xbc\x98\xb2\xc6\x75\x58\x81\x31\x5c\x41\xf5\ -\x65\x18\xb8\x78\xee\xf4\x89\xa3\x87\xf6\xef\xde\xb1\x1d\x08\xaa\ -\xe1\x0a\xca\xa1\xd2\x97\xce\x9f\x39\x79\xec\xf0\xfe\x3d\x3b\xb7\ -\x83\x41\x39\x5c\x81\x61\x09\x56\x60\x88\xe1\x16\x0e\x0d\xbf\xfc\ -\x19\x07\x0f\x6d\x5b\xb3\x7a\xd5\xcc\x24\x61\xec\xbe\x11\xd4\x8d\ -\xe9\x5a\xb9\x61\xfd\xda\x35\xed\x06\xb8\x3c\xcc\x61\xd2\xb8\x6a\ -\xd3\xc6\xf5\x13\x5d\xd0\xc5\x11\x61\x67\xdd\xb9\x6d\xcb\xa6\x05\ -\x91\xa8\xf2\x96\xa5\x61\xa2\x30\xb6\x48\xe5\xb6\xed\x5b\x97\x65\ -\xa0\xea\xaf\x58\xdd\x6b\x02\xe3\xb0\xe5\x6c\xdc\xb5\x63\x61\x08\ -\x9a\x82\xad\xf3\xfc\x61\x1c\xe9\xaa\xfd\x7b\x77\x4d\x76\x44\x53\ -\xb0\x7d\x63\x9a\x2c\x94\xe3\xda\x7f\x68\xff\x9e\x6e\x7d\x34\x05\ -\x3b\xf7\x2c\xc8\xb2\x93\x63\x64\xe0\x90\xf2\x68\x2a\x3e\x72\x70\ -\x71\x02\x0f\x9a\x82\x5d\x7b\x0f\xec\x9a\xd4\x9c\x1a\x57\x58\x3b\ -\xf5\xe4\xc9\x63\x45\x35\xea\xa8\x9e\x60\xc9\x5c\xb9\xf7\xe0\x91\ -\xe3\xa7\x4e\xef\x3f\x73\xf9\xc2\xd9\x53\x8b\xeb\x1c\xd0\x83\x47\ -\x2b\xbe\xa1\x77\xee\xaa\x43\x67\x2f\x9c\xdf\xb3\x6c\x4e\x5b\x80\ -\x02\x66\x00\x32\xca\xe8\x39\x05\x25\x96\x55\xe6\x86\x7b\xdb\x28\ -\xe1\xce\x9e\x8c\x9c\xcc\x24\x66\x68\x00\xfc\xe9\xd2\xb0\xdd\x1c\ -\xd3\x04\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x07\x59\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x06\xd6\x49\x44\ -\x41\x54\x78\xda\xbd\x57\x0b\x30\x95\x69\x18\xd6\x45\x9d\x15\xeb\ -\x7a\x70\xc8\x35\x22\x77\x5a\x45\x31\x1b\x83\x92\x6b\x8a\x38\xee\ -\x97\xdc\xd9\x71\xc9\x65\xd0\x96\x15\x23\x2b\x91\xc2\xa1\xa9\x2d\ -\xcb\x1e\xbb\xdb\x76\xd9\xd5\xe8\x82\xa8\xa4\x38\x48\x8d\x6c\xb1\ -\x66\x48\xd2\x65\x38\x07\xe5\xb2\x7d\xfb\xfc\xcd\xda\xa9\xd8\x19\ -\xc5\xf8\x67\xde\x61\xce\xf9\xbe\xf3\x3e\xef\xfb\x3e\xcf\xf3\x7d\ -\x3f\x1f\x21\x64\xd1\x63\xe7\xce\x9d\x34\x2f\x2f\x2f\xc6\x8d\x1b\ -\x37\x94\x17\x3d\xb9\x83\x83\x83\xa0\xbb\xbb\xbb\x52\x5d\x5d\x9d\ -\x7e\x4d\x4d\xcd\xba\x45\x4d\x6e\x67\x67\x27\xbc\x7b\xf7\x6e\xbd\ -\xbb\x77\xef\x5a\xdc\xba\x75\x6b\x13\x93\xc9\x54\x58\xb4\xe4\xb6\ -\xb6\xb6\x62\x68\xbd\xd1\xbd\x7b\xf7\x98\x2d\x2d\x2d\x0e\xae\xae\ -\xae\xea\x00\x23\xb0\x28\xc9\xb7\x6c\xd9\x22\xe3\xe8\xe8\x68\xfb\ -\xe8\xd1\xa3\x98\x8e\x8e\x8e\x60\x17\x17\x17\x43\x80\x11\xa4\xbe\ -\x5b\xb0\x24\xfb\xf7\xef\x17\x08\x0c\x0c\xe4\x4f\x4a\x4a\x92\xa3\ -\x82\xfa\x3f\x2a\x2a\xea\x0b\x73\x73\xf3\x35\xf6\xf6\xf6\x87\xfa\ -\xfa\xfa\xb8\x3d\x3d\x3d\xdf\x21\xb1\x15\x46\x21\x4e\xed\x59\x30\ -\x00\x89\x89\x89\xf4\xe4\xe4\x64\xdb\x7d\xfb\xf6\xc5\xa7\xa6\xa6\ -\x66\xa5\xa7\xa7\x67\xa7\xa4\xa4\x24\x78\x7b\x7b\x47\xda\xd8\xd8\ -\xe4\x21\x31\xf7\xe9\xd3\xa7\x23\x20\xe0\x41\x6b\x6b\xeb\xe9\xe4\ -\x0b\x03\x00\x55\xca\xc6\xc5\xc5\x85\x97\x97\x97\x97\xa1\xc5\x83\ -\xfd\xfd\xfd\x53\xa8\x76\xaa\xba\xba\x7a\x28\x38\x38\xb8\x0b\x33\ -\x1f\xc3\xe7\xdc\xed\xdb\xb7\x1f\x31\x33\x33\x53\xa3\xf6\x2c\x18\ -\x80\xd0\xd0\x50\xe9\xc8\xc8\xc8\xe0\xeb\xd7\xaf\x37\x3e\x7b\xf6\ -\x6c\x02\x49\xeb\xd3\xd2\xd2\x0e\x86\x85\x85\xe5\xef\xd9\xb3\xa7\ -\xb3\xb1\xb1\xf1\x2d\x87\xc3\x99\x44\xdb\xff\xd8\xba\x75\xeb\x06\ -\x6a\xcf\x82\x01\x80\x91\xc8\x62\xce\x21\x90\x53\xd3\xab\x57\xaf\ -\x26\x0a\x0b\x0b\x4b\xe3\xe3\xe3\xad\xf1\x6c\x36\x31\x31\x61\x55\ -\x55\x55\xbd\x80\xce\xc7\x30\x8e\x49\x44\x39\x46\xa2\x8b\x7d\x4b\ -\x16\x04\x80\x93\x93\x13\x03\x00\x22\x90\xbc\x8d\xc7\xe3\x4d\xb1\ -\x58\x2c\x76\x44\x44\x84\x85\xaf\xaf\x2f\x7d\xed\xda\xb5\xd6\x79\ -\x79\x79\x9c\x8b\x17\x2f\x3e\x01\x98\x0b\x6c\x36\xbb\xfb\xd2\xa5\ -\x4b\xf5\xe0\x89\x23\x88\xba\x7c\xde\x00\xc0\x68\x19\x68\x38\x10\ -\x6d\xe7\x50\xc9\x0b\x0a\x0a\xd8\x68\xb7\x45\x48\x48\x88\x28\x1f\ -\x1f\xdf\x52\x55\x55\xd5\x75\x86\x86\x86\xc9\xba\xba\xba\xa9\x1e\ -\x1e\x1e\xee\x70\xbc\x3b\x00\x7a\x0f\xca\xf0\xa6\x54\x31\x2f\x00\ -\x54\xf2\x1d\x3b\x76\x44\x56\x56\x56\xde\x79\xf9\xf2\xe5\x44\x4e\ -\x4e\x4e\x05\x3a\xf1\x2e\xf9\xf4\x1a\x3c\xcb\x64\x64\x64\x04\x4c\ -\x4d\x4d\x19\x20\xa7\xf7\xfd\xfb\xf7\x7b\x30\x8e\x5a\xa8\xc4\x69\ -\x5e\x00\x40\x22\xc6\xb6\x6d\xdb\x82\x2a\x2a\x2a\x6e\xf6\xf6\xf6\ -\xbe\x01\xd9\xca\x9c\x9d\x9d\x2d\x61\xa7\xa2\x1f\xaf\x45\xeb\x57\ -\x22\x99\x03\x1b\x0f\x54\x31\x7e\xf8\xf0\xe1\x82\xd8\xd8\x58\x9d\ -\xcf\x26\xa1\xb1\xb1\xb1\x2c\xdc\x2c\xac\xb8\xb8\xb8\xa6\xb3\xb3\ -\x73\x2c\x21\x21\xa1\x14\x9a\xb6\x80\xc6\x67\x4d\x0e\x75\xd8\x95\ -\x94\x94\x9c\x7c\xf1\xe2\xc5\x38\x35\x7f\xb4\xdf\x1d\xf3\xff\xf2\ -\xb3\x00\x60\x9e\xd2\x00\x10\x96\x99\x99\x79\xb5\xa9\xa9\x69\x04\ -\x64\x3b\x6d\x65\x65\x65\x39\x5b\x72\xca\xfd\x02\x02\x02\x1c\x00\ -\xf4\xcc\xf0\xf0\xf0\x64\x7d\x7d\x7d\x2b\x3a\xc1\xdc\xbb\x77\xaf\ -\x34\xa5\x80\x4f\x06\xa0\xa6\xa6\x26\x63\x60\x60\x10\x94\x9f\x9f\ -\x5f\x0d\x4d\x8f\x60\xde\x27\xd0\x09\x0b\xc8\x4c\x74\x16\xbf\xa7\ -\x79\x7a\x7a\xda\x15\x15\x15\x9d\x19\x1b\x1b\x9b\x02\xf1\xee\x83\ -\x1b\xbe\xf0\x04\x05\x54\xbf\x94\x5a\xf3\x49\x00\x14\x15\x15\x45\ -\x34\x34\x34\xfc\xb2\xb3\xb3\xab\xdb\xda\xda\xc6\x7c\x7c\x7c\x4e\ -\x1b\x19\x19\x51\xc9\x67\xad\x1c\xd2\xb4\xc7\xac\x4f\x71\xb9\x5c\ -\xaa\xf2\x07\x90\xa4\x1b\x42\x6e\x3a\xf9\x27\x01\xa0\x98\xac\xa4\ -\xa4\xa4\x03\xc6\xe7\x77\x75\x75\x4d\x44\x47\x47\xff\xa2\xaf\xaf\ -\xff\xbf\x95\xc3\x66\x1d\x40\xca\x93\x03\x03\x03\xe3\x60\x7c\x1b\ -\x2e\x1c\xde\x30\x25\x79\x7c\x2f\x84\xa0\x7d\x0e\x80\xe5\xe8\x80\ -\x63\x69\x69\x69\x2b\x5a\x3f\x80\x4e\x78\x6c\xdc\xb8\x71\x35\x98\ -\x2c\xf9\xfe\x3a\xa8\x60\x05\xf8\x60\x07\xb9\xb1\xba\xbb\xbb\x5f\ -\x9f\x3d\x7b\xb6\x09\xc7\xae\x07\x7c\x42\x11\xd6\xbc\x0a\x6b\x34\ -\x10\xea\x08\xda\x27\x01\x90\x92\x92\x5a\x25\x2b\x2b\xeb\x75\xfb\ -\xf6\xed\x27\x97\x2f\x5f\xee\xc0\x65\x22\x1c\x4c\x8e\x86\xa5\x66\ -\x00\x84\x16\xb5\x46\x53\x53\x73\x05\xb4\xee\x00\xc6\x17\xe2\xc0\ -\x19\x3d\x75\xea\x54\x03\xd6\xb9\xa3\x1b\xd2\xff\xb6\x7d\x19\x42\ -\x21\xb4\xd6\x23\xd3\xfc\xbc\x16\xcf\xf5\xca\xd7\x3c\x76\x17\xeb\ -\xf4\x5c\x3b\xc0\x2f\x29\x29\xe9\x08\xc3\xf9\x13\x2d\x7d\x89\x59\ -\x96\x0d\x0d\x0d\x8d\xa2\xca\x5e\x54\x6b\x89\xca\xc5\xa0\x0e\x3b\ -\x3f\x3f\xbf\x02\x5c\x2c\x79\xb9\xb9\xb9\xf5\x96\x96\x96\x3e\xf0\ -\x09\xc5\x8f\x66\xbe\xcc\xe0\xb4\x12\xb7\xa5\xaf\x85\x70\xfa\x9a\ -\x89\xcb\xef\x9b\x79\x73\x05\xb0\x84\x4e\xa7\xeb\x83\xc5\x55\xe8\ -\xc0\x5b\x18\xcf\xc4\xe0\xe0\xe0\x18\xfc\xfc\x00\x98\xae\x85\x67\ -\x07\x92\xb3\x9a\x9b\x9b\x47\xb3\xb2\xb2\xea\xc0\x0d\x37\x9c\x78\ -\x0a\xcf\x9f\x3f\x17\xc4\x7e\xfe\xf7\x7f\x6b\x5d\x81\x1c\x69\xee\ -\x6f\x26\x9c\x7e\x0e\x31\x2b\x53\x27\x73\x56\x01\xee\x6b\x46\x20\ -\xe1\x39\x90\xf0\x6f\x9c\xef\x04\x17\x8d\xbf\x30\xef\x12\xb4\x3d\ -\x13\x3a\xbf\xf9\xf0\xe1\xc3\x71\x1c\x3a\x0d\xe8\x84\x0f\xc5\x0f\ -\xec\x11\x40\xc8\x21\xe8\x88\xff\xba\xa0\x92\xcd\x20\x55\xdd\x55\ -\xef\x62\x53\xb1\xca\xdc\x00\x80\xc5\x0a\xb8\x4c\xc4\xc0\xc7\x9f\ -\xb5\xb7\xb7\xf3\x32\x32\x32\x7a\x31\xe7\x49\x98\xcb\x5b\xb8\xdb\ -\x5b\x7c\x3e\x0c\x83\xb9\xa8\xad\xad\xed\xae\xa7\xa7\xa7\xf8\xde\ -\xcc\xc5\x54\x0b\x55\x93\x05\x33\x05\x79\xf4\x34\x31\xc2\x48\xa5\ -\x13\xcd\xcc\x35\x84\xfd\xb0\x9c\xb0\x3b\xca\x89\x69\x81\x26\x31\ -\x01\x08\xab\x32\x4d\xc2\xac\x34\x19\xc9\x7f\x90\x78\x64\x46\x72\ -\x30\x98\xe1\xef\xef\x6f\x06\xf6\xf7\x42\xff\x4f\x70\xd2\x1d\x58\ -\xbf\x7e\x7d\x34\x0e\x98\x38\xfc\xcd\xd5\xd1\xd1\xf9\x5e\x45\x45\ -\x25\x11\x61\xa7\xae\xae\x2e\x8e\x71\x7d\xa0\xf3\x55\x87\x56\x71\ -\x73\x6e\xe6\x90\x63\x77\x8f\x91\xa3\x9c\xa3\xe4\x78\x0b\xa2\x2d\ -\x97\x14\xb5\xe7\x91\x13\xed\x05\x84\xd5\x76\x8c\xc4\x54\x47\x91\ -\x6d\x3f\x5a\x12\xf7\x2a\x23\xde\x07\xc9\x29\x72\xe1\x08\xd5\xaf\ -\xad\xad\x0d\x87\x99\x24\x05\x05\x05\xc5\xc2\x80\x0c\x29\xc6\x0b\ -\x09\x09\x49\x88\x89\x89\xad\x96\x90\x90\x60\x40\xa2\xd2\x00\xc3\ -\x8f\xe4\x33\xec\x95\x96\x4e\x1b\xf6\x64\x7b\x12\xe6\x6f\x4c\x12\ -\x74\x65\x0f\x09\xbf\x16\x40\x02\xae\x3a\x13\x9f\x6b\xf6\xc4\xe7\ -\xb2\x23\xd9\xf0\x93\x2a\x51\x64\x49\x12\xb9\x3c\x06\xb1\xbf\xa0\ -\xc9\x7d\xff\xa5\x41\xc4\xcd\xcd\x4d\xbd\xa1\xa1\xc1\x15\xcc\xf6\ -\xc7\x85\xd2\x18\x84\x93\x9e\x66\xf5\x5c\x83\xef\x5b\xbe\x28\xda\ -\x37\xb4\x11\xe1\x10\x61\x22\x12\x22\x42\x14\x63\xe4\x89\xe9\xaf\ -\x6b\x89\x4d\xa5\x0e\xd1\xcb\x50\x21\xda\x59\x72\xc4\xf0\xb8\x32\ -\x31\xf9\x41\x99\x67\x71\x4e\x25\x76\xfa\xa8\x15\xc0\x5d\x5d\xbe\ -\xb5\xb5\xd5\x02\x6f\x2d\xf6\xf0\x7c\x5d\x90\x50\x0a\xc9\xdf\x55\ -\x38\x9f\x10\x0f\x14\x26\xe6\xe7\x35\x08\xb3\xda\x90\x28\xa7\x48\ -\xcd\x24\x21\x98\x4d\xdb\xb5\x6b\x17\x1d\x2f\x0c\xeb\x41\x2e\x13\ -\x74\x41\x19\x17\x0f\x91\xf9\x27\xa7\x3a\xe7\x2f\xa6\x1c\xc6\x20\ -\xc6\x3f\xab\x90\xdd\xd7\xbe\x22\xf2\x29\xf4\x99\x00\x20\x35\x61\ -\xdc\xdb\x55\x1f\x3f\x7e\xac\x85\xaa\x65\x91\x5c\x10\xb3\x9d\xff\ -\xfb\xc2\x23\xeb\x95\xaf\x5f\x07\xca\xaf\x09\x97\x79\xa3\x5e\xb8\ -\x86\x18\x9c\x54\x23\xf4\x64\xa1\x99\x46\x04\x93\x91\x86\xce\xe5\ -\x41\x40\x51\xb8\x99\x00\x2a\x5f\xa0\xb7\x25\x67\xc8\x32\x50\x40\ -\x32\xe1\xcb\x74\x89\x78\xf1\x51\xd1\x14\xe1\x11\xc1\xb4\x15\x09\ -\x1f\xaf\xfb\x07\xfd\x30\x13\x7d\x1d\x49\x39\x4e\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x7c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x04\x00\x00\x00\xd9\x73\xb2\x7f\ -\x00\x00\x00\x02\x73\x42\x49\x54\x08\x08\x55\xec\x46\x04\x00\x00\ -\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\x01\x7d\ -\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\ -\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\ -\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xfb\x49\x44\x41\x54\ -\x78\xda\xa5\xd4\x59\x48\x94\x61\x14\x06\xe0\x33\x95\x06\x0a\x66\ -\x3a\x83\x28\x81\x39\x59\x9a\x9a\x7b\xa9\x98\xbb\x63\x59\x21\x99\ -\xa3\x95\xed\x41\xa1\x46\x56\x24\x96\x8a\xde\xa4\xb9\x54\x44\x46\ -\x5a\x11\x5a\x44\xab\x31\x04\x49\xbb\x95\xa6\x92\x45\xa1\x91\x5d\ -\xe8\x68\x69\x13\xb9\xa4\xe8\xec\xcb\x3f\xf3\x86\x17\x8a\x33\x8e\ -\xb3\x10\xef\xd5\x7b\xf8\xbe\xe7\xff\x38\x17\x3f\x41\x2f\xda\xb0\ -\xf4\x85\xa0\xf9\x43\x2c\x4d\x84\xc1\x44\xbf\xde\xaa\x7b\x7a\xdf\ -\x14\xf0\xa0\xac\xf1\xb5\x49\xc0\x33\x75\x78\xac\x30\x6e\xbe\xeb\ -\xbb\x3d\x44\x43\x49\x79\x26\x01\x72\x7e\xfe\xb1\xeb\x2b\xd9\x1a\ -\x7d\x3e\xb5\xbe\xe9\x12\x92\x97\x49\x00\x94\x79\x46\xa5\xbd\x57\ -\x69\x0c\xb8\x7e\x48\xaa\x28\xbe\x4d\x2c\x33\x00\xad\xe9\x11\x8d\ -\x8c\x6e\xe2\x1a\xce\x43\x96\x08\xfb\x46\xa5\x4b\x37\x80\xcc\x01\ -\x8b\xaa\x04\x4a\xb4\xb7\x18\x7e\xe9\xd9\x3d\x15\x1a\x9a\xc9\xd1\ -\x2c\x00\xe2\xa6\x8d\x29\xe5\xaa\x9a\xac\xd9\xb3\xf2\xc4\x89\x09\ -\x99\x2e\xb9\x00\x64\x01\x40\x9c\xc6\x0f\x0a\x0c\x0c\x38\x39\xcc\ -\x4c\x6c\x3a\x3b\x95\xf8\xd2\x47\xab\x2d\x02\x40\x19\x65\x62\xa8\ -\xf1\xf2\xd1\x74\x6f\xa8\x52\x31\x12\x94\xdc\xa5\x05\x16\x02\xe4\ -\xfd\x49\x28\x83\x44\x52\x92\x30\xd5\xb2\xbd\x86\x86\x14\xf8\x31\ -\xee\x14\x0f\xb2\x14\xa0\xfd\xd5\x93\x50\xa1\xbb\x9b\x6c\x89\xd5\ -\xfa\x56\x0d\x31\xca\x05\xb4\xd8\x62\x00\x44\x81\x1f\x85\x52\x68\ -\xb4\x0d\x17\x6e\xe4\xc8\x95\x32\xf4\x8d\x3b\x6e\x02\x59\x03\x2c\ -\xd8\x7b\x65\x02\x4a\x8c\x8d\xbd\x14\xa9\x30\x89\xb3\x02\xb2\xb7\ -\x0a\x00\x51\x78\x87\x50\x02\x0d\x9e\xa0\x17\xc2\x71\x87\xad\x20\ -\x6b\x01\x9b\x5d\x57\xc7\x21\x87\x14\xb5\x28\x15\x90\xa3\xd5\x00\ -\x88\xc2\xbe\x48\x3b\xf0\x1d\xed\x5a\x87\x34\x90\xd5\x80\xbd\x7f\ -\x5e\xd3\x3b\x5d\x33\x7e\x42\x8b\xeb\xcd\x6e\xdb\xad\x04\xc8\x36\ -\xac\xb9\x09\x6a\x34\x62\x6a\x95\xdd\x4c\xc2\x6f\x72\xb4\x0a\xf0\ -\x89\x3c\xa0\xe9\x40\x8f\xb8\xa2\xe2\x62\xee\xb7\xc1\x5f\x38\x8e\ -\x80\x52\xb2\x06\x88\xef\x3f\x8c\x3a\xac\x29\x00\x81\xbc\x7d\x6a\ -\xb5\x69\x48\x95\xae\x74\xb0\x18\x08\x38\x76\x0c\x49\x70\xed\x9f\ -\xee\x2e\xcf\x62\x71\x02\xe1\x2f\xcc\x02\xfe\xcb\x83\xae\x85\x3e\ -\x0a\x2a\xdc\x21\xe3\xc3\x5b\xcd\x49\x9c\x01\xec\x97\x4d\x26\xe3\ -\x08\x13\x70\x39\xa4\x3e\xf8\x61\x70\xe4\x3c\x40\x44\x60\x8a\xa4\ -\x08\xa7\x71\x12\x59\x88\x05\xa7\x6d\xf6\x31\x76\xe5\x5a\xec\xc4\ -\x29\xe4\xa3\x18\x7b\x34\x51\xd9\x46\x80\x88\x90\x2d\xd2\x14\xac\ -\x17\xf3\x74\x3b\xb0\x11\xee\x32\xb6\x9b\xfe\x53\x5d\x44\x3c\xa4\ -\x83\x8f\xe5\x8a\x38\x5d\x86\x26\xea\xe8\x1c\x20\xaa\x97\x0f\x8f\ -\xf7\xc4\xf2\x1d\x4c\x41\x38\xd8\xf5\x20\xfd\x38\x6f\xf3\x61\x36\ -\x63\x9d\xdc\xcd\x8e\x7b\x2e\x81\x49\x92\x1a\x00\xc4\x8a\x96\x85\ -\x0e\x4f\xb5\xa0\x61\x1e\x5c\x46\x8d\xfd\x3a\x38\x9f\x63\x11\xc9\ -\x78\xb1\x41\xfe\xed\x29\x08\x0c\xd7\x03\xbc\xf9\xa9\x08\x68\x02\ -\xf9\x1d\x8c\xd1\xf9\xea\xd8\x39\xa0\xb9\x61\x7b\xba\x2b\x78\xf0\ -\x7d\x08\x0a\x2a\xca\x80\xdf\x4d\x3d\x80\x9b\x9f\x89\xe4\xbf\x71\ -\x8f\xf9\x6a\x1e\x9c\x5a\x40\xc6\xe3\x54\x15\xcc\xec\xd3\x45\xb7\ -\x45\xf7\xe6\x82\xfb\x4a\x0f\x70\xb3\x5b\xa5\xb8\x84\x6a\xf0\xe1\ -\x6c\x70\xdd\x90\x88\x64\xce\xa3\x06\x31\xcc\x8a\x6d\x06\x4b\xe4\ -\x6e\xe4\x0e\xb8\x8e\xb0\xef\x80\x4c\x87\x53\xe0\x22\xe2\xfe\xf1\ -\x28\xd6\x5b\xe2\xff\xe4\x1f\x0b\x62\x1d\x64\xf9\x6b\x56\xc6\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x07\xce\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x07\x4b\x49\x44\ -\x41\x54\x78\xda\xc5\x57\x5b\x6c\x9c\x47\x19\x3d\xdf\xfc\xd7\x5d\ -\xef\xae\xed\xf5\x35\x59\xdf\x73\xb7\x93\x40\xd3\x5c\x68\xd2\xd2\ -\x14\x24\xc2\xfd\x22\xd4\x08\x95\x07\x78\xe1\xa2\xbe\x10\xd4\xc2\ -\x03\x12\x2a\x95\x0a\x82\x16\x91\x8a\x07\x10\xd0\x07\x54\x28\x54\ -\x89\x44\x1f\x40\x82\x20\x55\x80\x42\x15\x10\xa9\xdb\x26\x21\x57\ -\x12\xe3\xfa\x12\x67\xbd\xeb\xb5\x77\xff\xfd\xef\x33\xc3\xfc\xeb\ -\xd4\x51\x12\xdb\x84\x12\xa9\x67\x75\x76\x66\xb5\x3b\x73\xce\x77\ -\xbe\x59\xe9\x1f\x92\x52\xe2\xff\x01\x81\x48\xe2\xed\x6f\x72\xc7\ -\x06\x0e\x1e\x25\xad\xb2\x66\xfd\x03\x39\xab\xf5\xe1\x1e\xab\x7f\ -\x6f\x21\xd5\xbf\x76\x6d\xaa\xbf\xad\xc5\xc8\xd3\x7c\x58\x5a\x98\ -\x0d\xa6\x66\xae\x05\x93\xff\x28\x05\x13\xbf\xd6\xa4\xf7\xf2\x4f\ -\xee\x3d\x19\xdd\x15\x03\x3b\x5f\x2d\xa4\x6d\xdf\xfc\x8a\x49\xc6\ -\x63\xdb\x5b\x76\xb6\x0d\x66\x87\xd0\x6e\xe7\x91\x36\x6c\xd8\x9a\ -\x09\x8e\x08\x95\xb0\x82\x52\x54\x82\xe3\xfb\xf0\x03\x17\x63\xce\ -\xa9\x79\x08\xf1\xc3\xb8\x29\x7e\xe6\xc8\xf0\x19\x07\xb7\xe0\xf0\ -\xa5\x47\x7b\x36\x64\xdf\xdd\xfd\xd1\xee\x2f\x9e\x5c\xd5\xc0\xae\ -\xe3\x7d\x9f\xb1\xa0\xfd\x60\x4f\xfb\x83\x6b\xb6\xe7\x87\x11\x50\ -\x15\x91\x0c\xb1\x1a\x74\x32\x00\x6e\xe2\xd4\xdc\x28\x16\xdc\x89\ -\x22\x11\xbe\xf6\x8b\x9d\xa3\xcf\xe3\x3a\xbe\x34\xba\xe7\x5b\x9b\ -\x5a\xf6\x3d\x91\x86\x5e\xf9\xf2\xd0\xd3\xf9\x65\x0d\x10\x88\xbd\ -\xeb\x77\x6b\x9f\x2e\xb4\xf5\x3c\xf6\x50\xe1\x7d\x10\xe4\x82\x4b\ -\xfe\xbf\x9e\x0d\xcc\x45\x0b\xb8\x56\xfd\x17\x24\x0f\x9e\xf5\xc7\ -\xd6\x3d\x9e\x5d\x37\xf6\xcd\x8c\xd1\xfd\xc4\x48\xfb\x7d\x78\x7d\ -\xe6\xb7\xf8\xd1\x3d\x27\x48\x5f\xee\x50\x6d\x7a\xb1\xf3\xa5\x8d\ -\x3d\x5b\x3e\x3e\xd2\x35\x82\x72\x54\xc4\xdb\x85\x06\x03\xeb\x9a\ -\x77\x62\xc1\x2f\x1d\x2a\x0d\x5d\xf8\x90\xad\x77\x6f\x6a\x6b\x1a\ -\x42\x29\x9c\x5d\x32\x79\x5b\x02\x1b\x7e\xde\x76\x78\xf3\xda\x6d\ -\x87\x36\x0f\xac\x87\xc7\x5d\xac\x06\x5b\x4b\x81\x4b\x89\x58\x04\ -\x90\xb8\xb1\x0f\x03\x81\x96\x2a\x22\x34\x69\x4d\xd0\xa4\x0e\xc1\ -\x04\x6a\x51\x15\x19\x3d\x8b\xb9\xda\x1b\x58\xb3\xe3\x6f\x37\x27\ -\x30\xf0\xb3\xfc\x67\x7b\x9a\x7a\x0e\x15\x0a\x05\xcc\x06\xe5\xdb\ -\x2b\x22\x0d\x0b\xb1\x87\x71\x77\x1a\xa5\xa0\x84\x49\x6f\xa6\xd1\ -\x9a\x76\x33\x8f\x56\x2b\x8b\x1e\xab\x0b\x85\x54\x27\x52\xcc\x04\ -\x11\xe1\x2d\x4f\x01\x57\x06\x25\x96\x4c\xea\x64\x81\xcb\x5b\xfe\ -\x05\x85\x9f\x16\x52\x96\x17\x8e\xdd\x7f\xdf\xfd\x5d\xae\xee\xe1\ -\x56\x24\x8b\x4e\xd7\x2e\xe0\xac\x62\x02\x46\x84\x9c\x96\x69\x88\ -\xd4\xb8\xa3\x44\x0d\x58\xa4\x23\xad\xa7\xb0\x2d\xbb\x11\x9d\x76\ -\x07\x08\x4b\x1e\x20\xaf\xcb\x27\x7a\x19\x23\x8b\x30\xb8\x82\xea\ -\xe5\xbe\x1b\x09\xc4\xe5\xda\x53\xc3\x03\x5b\xbb\x4a\x34\x0f\xc9\ -\x6f\x6e\x0b\x07\xc3\x89\xf2\x2b\x70\x94\x50\x07\x6f\x81\x3c\x1b\ -\xa1\x23\x50\xa3\x17\x3a\x9a\x65\x08\xbb\xd5\xca\xd5\x9a\x00\xa3\ -\xcf\x82\x2f\x3d\x5c\x72\x2e\xa1\x12\x54\x30\x90\xee\x87\xa6\x69\ -\x37\x89\x73\x08\x58\x3c\x82\x90\xc0\x48\xc7\x2c\x18\x14\xe8\x20\ -\x69\xa6\x63\x7e\xc1\xe8\xb1\xe1\x44\x1e\xea\x91\xbf\xc4\x30\xe6\ -\x78\xa5\xfc\x77\x84\x32\x40\x76\xc2\x42\xee\xaf\x86\xdf\xea\x59\ -\xcf\x68\x46\xb4\xed\xdc\x77\x8b\xd9\x33\x4f\x4e\x35\x0b\xae\x0f\ -\xa6\x2b\xe6\x93\x99\x7f\x9a\x6e\x6f\xdc\x85\x0c\x99\xf0\xe2\x2a\ -\xa6\xfc\x71\xc4\x71\xd4\x60\xa4\x18\x72\xc5\x38\x46\xa0\x46\x90\ -\xc4\x74\xb6\xb6\xd8\x82\xce\xa7\x32\x1f\xec\x6f\xe9\xfb\xbd\xdc\ -\x6e\xde\xda\x73\x39\x11\x4c\xcb\xab\xc1\x8c\xd8\x12\xf4\xf2\xe8\ -\xa2\x7b\xce\xb6\xcd\x03\xa7\x0f\x4d\x17\xb1\x0c\xf6\x3c\x37\x30\ -\xc8\x38\x9d\x68\xde\x9c\xe9\xaa\xc9\x1a\x04\x24\xf2\x86\x3a\x13\ -\x7a\x06\x22\xa9\xfe\x7a\x02\x39\x33\x03\x8b\xca\x30\xa5\x58\x6c\ -\x01\xd7\xe4\x27\xec\x6e\x4b\xce\x71\x4f\x02\x48\xc8\x13\xfa\x32\ -\x8c\x94\x78\xd4\xa7\x77\x06\xf2\x5a\x38\x9f\xea\xc6\xfe\x53\x9f\ -\x9f\x5e\xc0\x0a\xd0\x32\xe2\xd1\xf6\xd6\x7c\x57\xc4\x42\xa4\xa4\ -\x0e\x92\x1a\x34\x02\x84\x88\x95\xb8\x40\xac\xc8\xa1\x28\x42\x84\ -\x9e\x40\xbd\xdd\x47\xc3\x80\x8c\xe4\xb0\xc8\x90\xe7\x8b\x30\x11\ -\x0e\x15\x03\x45\xb7\x18\x16\x5d\x00\x7e\x7b\x90\x76\xdd\x66\xef\ -\xfb\xa7\x3e\x5d\x5a\x51\xfc\x81\x63\x03\x5f\xef\xe8\x6b\x7b\x9c\ -\x91\x04\x13\x1a\xb2\xd4\x0e\xc6\xcc\x44\x54\x91\x83\x2b\x4a\x09\ -\xf8\xd2\x05\xe2\x08\x99\x28\x46\xb6\x58\x5f\x34\x60\x93\x65\x39\ -\x70\x4a\x9e\xf0\xc3\x44\x50\xd1\x23\x90\xeb\x4a\xcf\x6b\xd2\x2d\ -\x2f\xf6\x23\x8f\x6c\x9c\xc0\x0a\xf8\xdc\x99\x87\x7a\x87\xba\x0b\ -\xdf\x33\x62\x80\x25\x95\x93\xd6\x88\x3b\x96\x00\x27\x42\xc0\x95\ -\x09\x11\xa2\xce\x1d\x84\xe0\x68\xd2\xb2\x88\x3c\x59\xac\x7b\xbb\ -\x16\x0d\x64\x0c\x0b\x73\x70\x66\x03\x1e\x04\x6f\x19\x10\x52\xf8\ -\x8a\x5e\xb7\xd5\xe2\x3b\xd3\x7e\xf5\xca\x99\x72\x05\x1f\xc1\xb2\ -\x48\x33\x74\x3a\x75\x59\x9d\xa8\x96\xd5\xce\x04\x8a\x49\x20\x82\ -\x24\x0e\xa8\x77\x52\x23\x29\x20\x47\x16\x18\x23\x80\xc5\x13\xaa\ -\xed\x07\x8f\x3c\x7c\x04\x3a\x1a\x10\x73\x5e\xec\xb2\x1a\x0b\x02\ -\x02\xf9\x44\xa4\xc4\xb9\x9f\x98\x61\x24\x03\x21\xe1\x60\x18\x2b\ -\xe2\xc7\xc3\x7f\x7a\x15\x40\xf3\x4d\x2d\xf9\x55\x3f\x8e\x3f\x32\ -\x8e\xff\x86\x86\x81\x6a\x10\x8e\x2b\x77\xb9\xb2\xac\x2d\x26\x20\ -\x91\x8c\x8d\xf9\xd5\x60\x21\xd8\x9c\xef\x0e\x36\xea\x5a\x0e\xc0\ -\x02\xee\x00\xef\x79\xa1\x07\x62\x81\xe9\xbb\x9f\xed\x95\x42\x4a\ -\x71\xf2\xab\x93\x72\x55\x03\x4e\xe8\xbe\xd9\x4b\x6b\xba\xc7\xe4\ -\xd2\x01\x6c\x8c\x09\x9d\x28\x08\x72\xcd\x76\xe8\x54\xeb\x7d\x00\ -\x4e\xe3\x0e\xc0\x3d\x62\x83\xeb\xdb\xb4\x2b\xa9\x12\x37\x23\x9d\ -\xed\xfb\xc3\xa0\x34\x23\x4d\x9a\xb1\x8e\x63\x9f\x3a\x2f\x6f\x33\ -\x40\x26\xce\xa5\x7c\xdd\x82\x95\x08\x27\xbc\x61\x44\x27\x16\x3a\ -\x96\x17\x66\xac\xd4\xc0\x3d\x7f\xee\xbc\xf8\xda\xfe\x62\x80\x55\ -\xb0\xf7\x97\xeb\x91\x13\x29\xeb\x4d\x7d\x4e\x5c\x76\x4b\x88\x55\ -\x06\x91\xe0\xd2\xff\x58\xbc\x6c\x0a\x0c\x09\x34\x39\xaa\xd5\xb4\ -\x0a\x80\x84\xf3\xd7\x59\x55\xe2\x55\x93\xb4\xda\x85\x5a\xb1\x56\ -\xe8\x6c\xa9\xeb\xc2\xdc\xb2\xfb\x2f\x6b\xb4\x55\x7b\x5a\x87\x5e\ -\xd8\xd2\x82\x49\x31\xcf\x2c\xd2\x49\xad\x87\xff\xe1\x58\xae\xfa\ -\x48\x46\x20\x0c\x7d\xbb\xfd\x11\x7b\x97\x8e\xb3\xd1\x4c\x04\x20\ -\xd6\x40\xa1\xc9\xf4\xc8\x62\x5a\x64\x90\x16\xe5\x8d\x74\xc4\x04\ -\xdc\x7e\x3b\x3f\x5f\x0d\xfc\xa2\x88\x64\x78\xe2\xc0\xb8\x6c\x54\ -\xfd\xd2\x20\xa4\x27\x28\x17\xa7\xa9\x77\x7d\x2b\x1d\xf7\x2f\x31\ -\x55\x39\x8b\x92\xea\x25\x8f\x93\x04\x4a\x07\xea\x72\xc5\x33\x20\ -\xd5\xab\x29\xb6\x5e\x7f\xaf\xb3\x61\xf0\xac\x35\x13\x13\x10\x1b\ -\x4c\x8b\x13\x61\xc5\xd8\x54\xf3\x50\xc4\xc9\xdc\x4b\xa5\xcd\x68\ -\x21\xf4\x52\x5b\x3b\x7a\x8d\x4f\xfe\x71\x2b\x67\x21\xf1\x91\x96\ -\x35\xe2\x74\x30\x29\x9b\x36\x19\x62\xd4\x1f\x97\x16\xd3\x85\xa6\ -\x0c\x30\xc9\x41\xa2\x91\xf3\x8a\x58\xfa\xca\x45\x78\xfe\xc2\x85\ -\x6b\x95\xdd\xf6\x80\xa3\xa2\x6f\xd0\x20\x56\x57\xa2\x0d\x9a\x4a\ -\x5c\x19\x09\xc6\xab\xe5\x90\x6b\x32\x3e\xef\x4e\xf3\x74\x97\xc5\ -\xad\x1e\x43\x8c\x59\x45\x69\xf5\xe8\x72\x36\xaa\x61\xf4\xc1\x29\ -\x79\x6a\xff\x55\xa9\x7e\x2b\x4c\x52\x64\x9a\x54\xeb\xef\xec\xa9\ -\x38\xf3\x1d\x2b\xbf\xa3\xaf\xaf\x77\x66\x6d\x2d\x9e\x8d\x16\xb8\ -\xaa\x84\x5b\xa4\xc8\x12\xaa\x24\x48\x8f\xd4\x86\xbe\x32\x16\xe9\ -\xa4\x71\x9d\x48\x10\x91\x24\x90\x4c\x70\x6c\xef\xc5\x65\x63\x5e\ -\xf7\x72\x1b\xed\x68\xed\xc7\xd1\x1d\xa3\x72\xc5\x04\x12\x38\xdf\ -\x08\xe6\x4e\x4e\x8d\x4f\x8d\xc4\x5d\x6e\x4e\x4f\xb9\x3a\x98\xa7\ -\x53\x83\x4a\x54\x0b\x0c\xc6\x42\x55\x95\x32\xd1\x30\x25\x2c\x66\ -\xc8\x14\x33\x84\xcd\xf4\x15\xc5\x13\x5c\x7e\x7f\x59\x7a\x93\xfe\ -\x9d\xdf\x0b\xb2\x87\x8d\xd6\x03\xf7\x6e\x35\xa6\x58\x45\x94\xc3\ -\x7a\x22\x20\x12\x41\x7b\x31\x89\x48\x25\x21\x92\x88\x55\x12\x52\ -\x23\x86\x17\x77\xbd\x71\xf7\x6f\x46\x99\xe7\x52\xd6\xbe\x0d\x03\ -\x66\xbe\x35\x25\xce\x57\x66\x92\x83\x25\x6d\x66\xf0\x86\x19\xd2\ -\x44\xf2\xd9\x60\x1a\x5e\xd8\xf9\xda\xd2\x06\x77\xfd\x6a\xd6\x7a\ -\xd4\x66\x6d\xad\x19\x2d\x04\xc7\x07\x0a\x9b\xe4\xbf\x2b\x73\xd2\ -\x24\x26\x93\xc8\x7f\xb3\xe7\xcc\x2a\xc2\x77\xf1\x6e\x48\x47\x09\ -\xf9\x5c\x8a\xda\xed\x0c\xf6\x74\xf6\xe1\xf9\x2d\x27\x97\x16\xdc\ -\x35\x03\xef\x24\x18\xde\x61\xfc\x07\x3b\x00\xdf\x09\xb1\xdb\x7c\ -\x84\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\x25\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\ -\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd7\x0c\ -\x1b\x16\x18\x20\x20\xd9\xdc\xfb\x00\x00\x00\x06\x62\x4b\x47\x44\ -\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x07\xb2\x49\x44\ -\x41\x54\x78\xda\xa5\x97\x7d\x6c\x55\x67\x1d\xc7\x3f\xe7\x9c\xfb\ -\x7e\xfb\x72\x5b\xca\xbb\x2d\x94\x02\x2b\xaf\x22\x20\x93\x60\x86\ -\xd8\x0d\x8a\x6c\x3a\x34\x46\x27\xc6\x65\x03\x37\x5d\x66\xb2\x98\ -\x0d\x94\x4d\xe7\xcb\xc6\xe2\x92\x91\x29\x53\x50\x08\x7f\x2c\x33\ -\x86\x65\x49\x89\x03\x85\x09\x63\x8e\x25\x33\x60\x37\x84\xb5\x83\ -\xf1\xba\xde\xd2\xde\xf6\xf6\xed\xb6\xf7\xed\xbc\xfb\xdc\x3e\xe7\ -\x42\x4b\xc0\x00\xfe\x92\x6f\x7e\xf7\xdc\x73\xee\xf3\x7d\x79\xce\ -\x79\xee\x79\x14\x6e\xaf\x94\x51\x5d\x96\x2b\x71\x6b\x75\x2b\x02\ -\xd4\xdf\xc0\x12\x1f\x7c\x55\x83\x2f\x08\xcc\x52\xa1\x0a\x50\x5d\ -\xc8\x3a\xd0\x66\xc3\x7f\x04\xde\x32\xe0\xcd\xcd\xd0\x07\xb8\xff\ -\xb7\x80\x79\xa0\x7d\x17\x1e\x50\x60\x93\x06\x73\x03\x40\x01\x3e\ -\xc0\x1f\x0e\xa3\x85\x42\xe8\xa9\x14\xb6\xe3\x60\x02\x06\x60\x41\ -\xce\x86\x3f\x9b\xf0\xdc\x33\xd0\x06\xb8\xb7\x23\x40\xf9\x15\xd4\ -\x87\x61\x77\xc1\x71\x08\x28\x11\x64\x35\xf7\xdc\xc3\xb8\x65\xcb\ -\xa8\x9c\x3f\x1f\x5f\x34\x2a\xb3\x17\xe4\xd9\x78\x9c\xe4\xf1\xe3\ -\xc4\x0f\x1c\x20\x79\xf6\x2c\x79\x40\x97\x42\x9e\xdd\x0b\x5b\xff\ -\x05\xf6\xad\x08\x50\x9f\x83\x7b\x83\xf0\x5a\x08\x4a\x4b\x14\x85\ -\xda\x95\x2b\x99\xb6\x6e\x1d\x81\xb2\x32\x94\x1b\xfc\xd0\xf5\xd0\ -\xdb\xdc\x4c\xeb\x8e\x1d\xf4\x26\x93\x64\x01\x13\xde\xec\x85\x75\ -\x2f\xc2\xd0\xcd\x08\x28\x90\x7f\x3d\x04\x7f\x89\x82\xaf\xdc\xef\ -\x67\xce\xa3\x8f\x32\x66\xe1\xc2\xeb\x13\xdf\x40\x88\x99\xcb\x71\ -\x7a\xfb\x76\x3a\x3e\xfa\x88\x41\x39\x35\x47\xbb\xe0\x2b\x2f\x41\ -\xfa\x7f\x09\x50\x9e\x81\x25\x31\x38\x12\x85\x70\x85\xa6\x51\xbf\ -\x7e\x3d\xb1\xfa\x99\xa8\xea\xe8\x1f\xb8\x2e\x50\x04\x5e\x2f\x7e\ -\x55\x38\xa9\x28\xd8\x96\xc5\xb9\xdd\xbb\xe9\xf8\xe4\x13\x06\xe5\ -\x94\xbc\xb1\x11\xbe\x05\x38\x78\xa5\x8d\x24\x17\x67\xca\x6b\xe1\ -\x60\x04\xc6\xc5\x80\x29\x2b\x56\x50\x31\xbb\x1e\xc7\xca\x60\xea\ -\x69\x2c\x33\x8f\x6b\x66\xc1\xd6\xc1\xd2\x71\xc5\xb1\xa3\x8b\xef\ -\xf2\xa2\x0b\x98\xd9\x2c\xf9\xa1\x21\x0c\xe1\xde\xce\x64\x50\x84\ -\x80\xd2\x69\xd3\xc8\x8a\x14\x2c\xc3\xc0\x84\xd9\x2b\x20\x71\x08\ -\x9a\xf1\x4a\x1d\x19\xfd\x7c\xd8\x18\x80\xba\x12\x20\x56\x59\x49\ -\xc5\x9c\x3b\xc4\x60\xdd\xa4\xfa\x2e\x53\x76\xd7\x97\x19\xff\x8d\ -\x07\x18\x48\x75\x91\x4d\x77\x09\x0d\xbd\xb8\x46\xdf\x30\x1c\x01\ -\x23\x9d\x64\xa0\xfb\x32\x4e\xd5\x18\xea\x9e\x7c\x92\xac\xe3\x90\ -\xea\xe8\xc0\x15\xa2\x26\x2e\x5d\x4a\x29\x10\x91\x84\x5b\x9e\x82\ -\xb1\xd7\x26\xa0\x3c\x08\xe3\x27\xc2\x6b\xa5\x10\x28\x47\x1c\x2c\ -\x5a\x80\x56\xa9\xd1\x3b\x94\x64\xd2\xd7\xbe\xc3\xe4\xbb\xef\x23\ -\x58\x35\x9e\xc0\xc4\xc9\x7c\xfa\xee\x3e\x54\x37\x87\x5f\x35\x10\ -\xf6\x31\xf2\x69\x7a\xfb\x7a\xd0\xa6\x4e\x67\xfe\x53\x3f\xc5\x5f\ -\x5a\x4a\xe5\xe2\xc5\x9c\x3b\x78\x10\xbd\xab\x8b\xa8\xb8\x71\x8d\ -\x78\x1c\x4b\xd7\x31\x20\xec\x07\xeb\x30\x1c\x01\x5c\xb5\xe8\xbe\ -\x0e\xd6\x05\xa0\x24\x0c\x84\x34\x95\xf0\xb8\x28\xb9\x7c\x8f\x70\ -\x34\x8e\x9a\x55\x6b\x29\xd6\x98\xb9\x8b\x99\xf9\xc8\x66\xda\xbb\ -\x13\x22\x8d\x04\xb9\x6c\x92\xce\xee\x38\x4e\xf5\x54\x16\xfe\xe4\ -\x97\xa8\xfe\x00\x00\x41\x91\xe0\x8c\x0d\x1b\x48\x26\x12\x18\x7d\ -\x7d\x44\xc7\x8e\x65\x78\x6c\xc0\x07\xeb\x17\x41\x70\x64\x02\xc1\ -\xd5\xf0\x42\x14\xaa\x4b\x29\xa8\x08\x50\x52\x57\x8a\x16\xd4\xe9\ -\x8e\x5f\x20\xd9\xd9\x41\xf5\xd2\x06\x14\x45\x01\xa0\x64\x42\x35\ -\x91\xea\xe9\x9c\xf8\xdb\x1e\xfa\x07\xfa\xd1\x6a\x17\xb0\xfc\x17\ -\xaf\xa0\x05\x82\x14\x2b\x79\xa6\x95\xc3\x8f\x3f\x42\xb9\xa1\x13\ -\x32\x6d\x9c\x54\x0a\x73\x70\x10\x13\x0a\x88\x4e\x83\xf7\x8e\xc0\ -\x79\x0d\x50\xe6\x41\x6c\x09\x6c\x8d\x80\x56\x02\x84\x83\x36\xfe\ -\x48\x92\x60\xc4\x21\x52\xaa\x72\xe9\xe4\x71\xba\xda\x3b\xa9\xfd\ -\xe2\xca\x2b\x22\xca\x26\x4d\x25\x5a\x33\x8b\xae\x44\x37\xab\x9f\ -\xdf\x35\x8a\xbc\xeb\x74\x0b\x7b\x1f\x5a\xcb\x58\x33\x45\x25\x16\ -\x66\x5b\x3b\x46\x22\x89\x0b\x58\x80\x01\x38\x10\xff\x07\xbc\xe3\ -\x03\x94\x46\x98\xe3\x03\xbf\x00\x1a\xe0\x8b\x82\xaa\x59\x38\x43\ -\x9d\x84\x15\x1f\x33\xc6\x05\x68\x39\xb4\x83\xfd\x86\xc1\x9a\x9f\ -\x6f\xbb\x22\xa2\x56\xa4\x52\xc0\xc8\xea\xfc\xf8\x14\x7b\x1e\x5c\ -\x4d\xad\x32\xc0\x58\xd5\x86\x01\x1d\x70\x51\x03\xa0\xea\xe0\x43\ -\x22\x00\x9f\x05\xf9\x74\xab\x41\x98\xa8\x79\xe4\x6a\xa1\x07\x41\ -\x19\x56\x22\x85\x94\x85\xb2\xcc\x99\x92\x23\x7e\xe8\xf7\xbc\xf1\ -\xf4\x63\xf2\x39\xbf\x4e\xb5\xb7\x9e\x62\xf7\xba\x06\xaa\x43\x97\ -\xa9\xae\xcc\x10\x0a\xe5\x45\xa4\x2e\xbe\x12\xd0\x86\x4d\x49\x0e\ -\xcf\xe8\x78\x29\x40\xaa\x29\x29\xba\x57\x15\x50\x54\x70\x81\x61\ -\xa3\x8a\x14\x53\x59\x01\x73\x67\xc0\xb1\x3d\x3b\x38\xbc\x6b\x3b\ -\xd7\x96\xa9\xe7\xd9\xfa\xcd\x35\x54\x04\x93\x4c\x9f\x02\x91\x72\ -\x39\x9f\x92\x5c\x42\x55\x04\x8a\x7f\x64\x10\x2d\x0a\x50\x6c\x30\ -\xa4\x00\x59\xae\x03\x38\x5e\xf7\xcc\x66\xf2\xd0\x96\x80\xba\x65\ -\x8d\x2c\xff\xde\xc3\x5c\x5b\xfe\x60\x88\x87\x7f\xf7\x27\x06\xcd\ -\x10\xfd\x06\x10\x02\x2d\xe2\x21\x2c\x81\xea\x25\x2c\xa1\x23\xbd\ -\xe2\xa6\xa1\x57\x03\x14\x24\xa1\x93\x13\x30\xc1\xb5\x44\x17\xc8\ -\xa4\xa1\xf5\x3c\xb8\x9f\x69\x64\xc3\xce\xa6\x61\xb2\xeb\xd5\xdc\ -\x86\x46\xd6\x6e\x6d\xe2\xe3\xce\x10\xc9\x9c\x8c\x56\x2d\x08\x11\ -\x50\xb4\xab\x66\x3c\xae\x9e\x2b\xeb\xc0\xdb\x70\x56\x05\x1b\x69\ -\x1c\x23\x07\x96\x2e\x90\x87\x74\x1a\xce\xb6\x83\x52\xdb\xc8\xb7\ -\xb7\x35\xe1\x1b\x41\xde\x73\xe1\x24\xef\xed\xdc\x34\xea\x9e\xb8\ -\xe3\xae\x46\x56\xbd\xd0\xc4\x85\xde\x10\x7d\x79\x70\x7c\x40\x50\ -\x74\x07\x6c\xcb\x9b\x5a\xc0\x82\xd3\x80\xa3\x02\xce\x87\x30\x60\ -\xc2\x19\x00\xdb\x13\x90\x1f\x82\x4c\x06\xda\x92\xe0\xaf\x6f\xe4\ -\xfe\x97\x47\x93\xf7\x5f\x3a\xc9\xbb\x5b\x1a\x48\x1c\x7d\x91\x63\ -\x3b\x7f\x08\x23\x44\x4c\x13\xd3\xb4\xe2\xd7\x4d\xb4\x0f\x85\x48\ -\x19\x60\x29\x72\x3c\xcb\x95\x06\x55\x60\x00\x8e\x01\xb6\x86\x2c\ -\x6d\x39\xd4\x56\xc0\x9d\x0a\xe0\x7a\x17\x66\x7d\xc0\x8c\xcf\x73\ -\xef\xae\x83\xa3\xc8\x07\x04\xf9\xfb\xcf\x37\x30\x29\xd6\x43\xcd\ -\x64\xe8\xbf\xd0\x4c\xaa\x2b\xc1\x84\x05\x6b\xbc\x3b\x17\xca\xc5\ -\x42\x55\x5a\x3d\x8b\x8b\x87\x5e\x27\x90\x87\xcc\x45\x99\x80\x67\ -\x32\xbd\x03\x36\x26\x20\xa5\x7a\x33\xa3\x1f\x84\xd7\x55\xb0\x8a\ -\x29\xe4\x07\x45\x2f\xa4\xd0\x72\x82\xcb\x47\x0f\x50\xac\xd4\xc5\ -\x93\x1c\x7b\xb6\x81\x31\x6a\x0f\xb1\x10\x84\x80\x49\x95\x90\xfe\ -\xf7\x1f\x69\x7d\xf5\x6a\x12\x76\x3e\x43\x7c\xff\x36\x82\x2a\x0c\ -\xb5\x81\x91\xbf\x1a\x7f\x1a\xf6\x7e\x08\xfd\x80\xab\xe1\xd5\x39\ -\xd0\xef\x86\xba\x72\x98\x0d\x60\xbb\xf2\x06\x0c\xf8\x1d\xda\xdf\ -\x69\xa2\xbc\x7e\x1e\x38\x06\xc7\x36\x35\x10\x36\x7b\x88\x06\x41\ -\x71\xc0\x36\x41\x15\xdd\x5f\x20\x3a\xdf\x4c\xae\x37\x41\xac\xfe\ -\x4b\x9c\xd8\x72\x1f\xb9\xd6\x7f\xa2\x24\xa4\x7b\xc5\x06\x9f\x8c\ -\xdf\xf8\x2b\x3c\x76\x0a\xda\x01\x7b\xe4\xeb\x75\x78\x19\x7c\x6e\ -\x33\xec\x53\x21\x66\x00\x26\xe0\x86\x41\xab\x12\xa8\x08\x10\xaa\ -\x2a\x11\x64\x7d\x84\xa2\x10\x88\x80\x16\x14\x08\x80\xe2\x93\xc9\ -\xdb\x36\xe8\x06\x68\x91\x09\xe8\xdd\x09\x72\x6d\x30\xd4\x02\x4a\ -\x0e\x02\x80\x1f\x88\xc3\x2b\x1b\xe0\x67\xc0\x20\xe0\x68\x5c\x2d\ -\x27\x0e\xd9\xa9\xd0\x3f\x13\x56\xaa\xd2\x20\x96\x25\x9f\x06\x1c\ -\x1b\x57\xcf\xa1\xc8\x8f\xd8\x96\x74\x6f\x15\x60\xc8\x6b\x6c\xd1\ -\x5d\x13\x8c\xde\x34\x83\xa7\x61\xe8\x0c\x28\x3a\x04\x91\x53\x95\ -\x87\x13\x4f\xc0\x13\x19\xe8\xf5\x66\x1a\x8d\xd1\x65\x1e\x85\xf6\ -\x45\xe0\xab\x81\x3b\x55\x00\xa4\x33\x33\x2b\x50\x20\xb1\x25\xa9\ -\x6d\x79\xdd\x90\x8f\xac\x99\x03\x7d\x00\x06\x2f\x41\x7f\x0b\xe8\ -\x9d\x10\xb0\x21\x0c\x44\x25\x5b\xdb\xcb\xf0\xd0\x49\x38\x0f\x18\ -\x37\x7c\x27\xf4\xc4\x4e\xfe\x2d\xfc\x68\x09\x3c\xae\x83\x9a\x05\ -\x72\x80\x0e\xd8\x2a\xb8\x7e\x50\x43\x02\xa2\x2b\x9e\x4a\xc7\x90\ -\x0b\x98\x22\xba\xdf\x95\xc4\x11\x64\xcf\xc3\xb9\xad\xf0\xfd\xfd\ -\xf0\x01\x90\xbe\xd1\x3b\xa1\x2c\x79\x32\x77\x00\x5a\x63\xf0\xe9\ -\x1c\x58\x14\x85\x48\xa0\xb8\x84\xba\xa0\xd8\x52\x8d\x93\x05\x37\ -\x23\xa1\xe5\xa5\xe3\x12\xa0\x14\x28\x47\x7e\xee\x80\x7d\x3f\x16\ -\x66\xde\x87\x16\x20\x03\x38\x37\xb5\x2f\x00\x02\xc0\x98\xe9\x30\ -\xf3\x69\x58\x3f\x0b\xee\x57\x20\x6a\x48\x6e\xcc\xe2\x24\x32\xea\ -\x0f\x86\x90\xd7\x07\xe0\xd4\xdf\xe1\x0f\x2f\xc1\x5b\x40\x37\x90\ -\x05\x9c\x5b\xda\x19\x79\xe3\x46\x81\xaa\x1a\x98\xf2\x03\x58\x35\ -\x13\x96\xc5\xa0\x3e\x00\x95\xce\xe8\x41\xcc\x0c\x5c\xea\x86\x0f\ -\xde\x86\x03\xaf\xca\x95\x2e\x09\x0c\x7a\x7a\x9d\xdb\xdd\x9c\x16\ -\x0d\x46\xbc\x74\xcb\x0a\x7d\x12\xc4\xe6\xc1\x58\x3f\x68\x49\x18\ -\x6a\x86\x84\x25\xe7\x77\xd0\x43\xa6\x48\x7c\xeb\x7b\xc3\x1b\x5f\ -\xab\x49\x31\x12\xde\x31\x1e\x89\x35\x02\xf6\xcd\x6e\xd7\xff\x0b\ -\xfc\x1f\x35\xe7\xfd\xb5\x8f\xbc\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x09\x7c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x37\x5c\x00\x00\ -\x37\x5c\x01\xcb\xc7\xa4\xb9\x00\x00\x08\xee\x49\x44\x41\x54\x58\ -\xc3\xa5\x96\x7b\x8c\x15\xd5\x1d\xc7\xbf\xbf\x73\xe6\xce\x9d\xb9\ -\x73\xef\xdd\xdd\xcb\xde\x65\x61\x97\x95\x97\x0f\x44\x50\x04\xb5\ -\x2a\x6d\x63\xe3\x03\xd4\xaa\xd5\x36\x69\xb5\x69\x54\xd2\x4a\xeb\ -\x23\x42\x9f\x69\xda\x5a\xdb\xa0\xc6\x96\xd6\xaa\x04\xb4\xb1\x4d\ -\xda\xc4\x57\xe5\x11\x15\xd4\x4a\x09\x48\x8d\x0a\xb2\x3c\x64\x95\ -\xec\xae\x08\x0b\x5c\x17\xee\xfb\x31\x77\x66\xee\xcc\x9c\x5f\xff\ -\x58\x40\x16\x10\x81\x9e\xe4\xe4\xcc\x49\xce\x9c\xdf\xe7\xf7\x9b\ -\xf9\x7e\xcf\x21\x9c\x46\xa3\x59\x8b\x00\xd0\xc1\x19\xc3\xb2\x62\ -\xa2\x96\x2b\x2a\x5e\x3b\x0f\x74\xd3\x72\xa0\x71\x40\x82\x43\x05\ -\x92\x0c\x22\x60\xf4\xe5\xa0\xdd\x6f\x82\xdf\x9c\x77\xcc\x5e\xe2\ -\x74\x00\x18\x00\xcf\xb9\x0b\xbc\xa3\x17\xa2\x39\x81\xda\xd2\x3b\ -\x14\x19\x7a\x9b\x9c\xfd\xe4\x19\xc2\x1d\x30\x48\xf9\x21\x09\x8d\ -\x01\x16\x08\x3c\x60\xcf\x1a\xb0\xd0\x80\x6b\x9e\x38\x36\x99\xd3\ -\x01\xc0\x95\x8f\x03\x8a\x01\xdb\x06\x88\x2c\xbd\x2d\xfd\x34\xb3\ -\xba\xc9\xf7\x03\x01\x60\x3f\x80\xd7\x00\xfe\x33\x48\xf6\x02\x10\ -\x50\xbe\x3a\xb2\x62\x78\xe3\xde\xff\xaf\x02\x56\x22\x86\x44\x4b\ -\x5c\xc6\x46\xa5\x11\x4d\xa7\xe6\x74\xb6\xa7\x6e\x6d\x4e\xc4\x75\ -\x40\x33\x40\xa2\x0b\xac\xe6\x02\xd8\x0a\x56\x3f\xc5\xc8\x99\x0a\ -\x32\x4a\xc4\x21\x86\xba\x02\x5d\xfd\x97\xd3\x07\x48\x5d\xf5\x2b\ -\x98\x86\x81\xb8\x15\x83\x15\x33\x61\x44\x23\x7e\xd7\xa8\x11\x98\ -\x3c\xb1\x03\xa4\xc7\x19\x56\x3b\x43\x46\x03\x84\x41\x04\xac\x1e\ -\xc5\xe0\xfa\x67\x12\x9f\xae\x61\xd6\x13\x80\x0a\x31\xe1\xae\xfb\ -\x40\x32\x72\x78\x3f\x79\x2a\xc1\x3b\xbf\xf3\x57\x44\x62\xcd\xa8\ -\x96\x0a\x28\x17\xb2\xa8\x75\x77\xc3\xab\x57\x8b\xa3\xc7\x8e\xf9\ -\xc1\x85\x93\xc7\xeb\x40\x80\xbd\x83\xb6\x20\xdd\x10\x50\x1e\x21\ -\x68\x04\x20\x9a\xd1\x48\x8c\x33\x41\x62\x35\xa4\x2e\x0a\x1f\xec\ -\x60\xae\x1f\x80\x98\xfc\x2d\x70\xdf\xab\x27\x0f\x70\xe6\xbd\xff\ -\x46\x73\xeb\x48\xcc\x5e\xf0\x0d\x4c\x1b\x7f\x29\x3e\xd9\xfc\x8e\ -\xb0\xb7\x2f\x67\xab\x73\xf4\x03\xa5\x52\x71\x66\xe7\xd8\xb3\xd4\ -\x8c\x49\x5d\x22\xf0\x6b\x18\x18\x18\x64\x00\x04\x28\x01\x56\x0c\ -\x92\x97\x13\xc2\x37\x08\xbc\x97\x94\x2b\x48\x46\x87\xd4\xd1\xb7\ -\xf2\xe4\x00\xa6\xfc\xfa\x03\x98\x4d\x69\x68\xf1\x34\x3e\x5a\xb9\ -\x11\x3b\x36\x77\xcb\x46\x35\xa7\x92\x93\x2e\x9f\xa7\xc7\x92\x0f\ -\x28\xbf\xa1\xf6\xe7\x8a\x14\x6b\x1a\x41\xe7\x4c\x18\x03\xcb\x32\ -\x68\x7f\xa1\xcc\xbe\xd7\x20\x00\x21\x84\x90\x42\x08\x8f\x84\x58\ -\x45\x20\x41\x24\x98\x40\x27\x57\x81\x49\xbf\xe8\x86\x6e\x98\x00\ -\x00\xaf\x92\x03\x2b\x25\x55\xd0\x08\xcd\xd4\xe8\x9b\x23\xd1\xd8\ -\x33\x51\xab\x89\xad\xa6\x11\x14\xfa\x0d\x1a\xd8\x93\xe1\x7c\xcd\ -\xa7\xa8\x95\x60\x2b\xd1\x42\xa1\x88\x28\x08\x19\x4a\x4d\x93\x44\ -\x54\x8d\x99\xe6\x3f\xf4\x68\x14\xce\xf2\x3b\xf0\xbb\x67\x37\x81\ -\xfb\x5e\x3d\x8e\x0c\xbf\xf2\x28\x44\x7a\x14\xd8\xad\x03\x00\x38\ -\xf0\x21\xb4\x08\xa9\x72\x01\xe7\x5c\x76\xa5\x88\xc6\xe2\x21\x11\ -\x5d\x0c\xe5\xaf\xd6\x25\x12\x11\x0a\x95\xdf\x70\x85\x5b\x2d\xb1\ -\x5d\xda\x4f\xd5\x72\x89\x5d\xd6\x89\x8d\x14\xeb\x86\x09\x56\x81\ -\xf2\x9c\xba\xf4\x5c\x67\x09\x91\xf8\x21\x09\x12\x44\xa4\x7c\xcf\ -\x83\x5a\x35\x17\xda\xb0\xe0\xd7\x3c\x09\x30\x43\x15\xb3\x00\x33\ -\xa4\x15\x17\x46\x53\x8b\x4a\xa5\x47\x71\x4b\xba\x9d\x54\xa8\x42\ -\xb0\xea\x12\x5a\xf4\xc5\x96\x54\x73\x22\x95\xb4\x14\x93\x14\x85\ -\x62\x89\x95\x88\x92\xaf\x08\x46\xc3\xa3\x30\xbf\x4f\xd5\xf3\x3b\ -\x85\x13\x69\xea\x61\xab\xbd\x9f\x43\x3f\xaf\x82\xe0\x41\x00\x00\ -\x11\x03\x00\xde\xb8\x67\x68\x7a\x38\xf8\xac\x45\x20\x3a\xa4\x4a\ -\x06\x33\x13\x58\x31\x82\xc0\x14\x51\xa3\x53\x39\xf5\x70\x64\x6b\ -\x9b\xdd\x71\xfe\xa5\x2b\xda\x9a\x63\x5f\x1a\xdd\x9a\x08\xa5\x6e\ -\xc8\x52\x3d\xe4\x6c\xd1\xa6\xba\x5d\x41\x2d\x3b\x80\xea\x81\x5d\ -\xec\xe4\xf7\xc2\x2d\x65\x82\xb0\x96\x9b\xc9\xa0\x0d\x42\x48\x72\ -\x27\xdc\xc8\x70\x0a\xc3\xf2\x1d\x5e\x81\xd7\xef\x06\x5f\xfd\x04\ -\xe0\x39\xb0\x46\x76\x00\x00\x3b\xb5\xea\x3d\x32\x6a\xfe\x5c\x48\ -\xad\x1d\x51\x43\x25\xce\x38\xcb\xe9\x68\x8d\x27\xc7\xb5\xc5\x94\ -\xa6\x1b\xb2\xec\x2a\xae\xd6\xea\xe4\x3a\x75\x78\x76\x99\x1b\x4e\ -\x8d\xc2\xc0\x57\x61\xe0\x4b\x26\xf9\xb4\x66\xa5\x36\x70\xcb\x44\ -\xcd\xd5\x9a\x95\xb2\xb3\x00\xc0\x44\x43\x39\xf3\x6b\x3f\x3a\x5e\ -\x05\x08\x00\x04\x33\x2b\x00\xb7\x6b\x91\xe8\xdf\x4d\x2b\xae\x2c\ -\x53\xa7\x78\x4b\x3b\x9d\x7d\xe6\x78\x9e\xd2\x19\x63\xc3\x30\x45\ -\xc9\x05\x67\xf2\x36\x65\xf2\x36\x6a\xd5\x32\xea\x85\x7d\xa8\x17\ -\x32\xec\x94\x06\xc9\xab\x64\x07\x03\xb7\x36\x9d\x41\x19\xa1\x45\ -\x88\x74\x8b\xb9\x34\x00\x7d\xc7\x2b\x28\xbb\x95\x61\x55\x18\xf6\ -\x0f\x08\xa9\x41\x29\x05\xb0\x02\x80\x59\xba\xae\x63\xe2\x98\xb6\ -\x30\x95\x34\xb4\xba\x32\x79\xc6\xb8\x04\x92\x66\x44\x94\x3c\x42\ -\xc5\xae\x53\xb1\x5a\x87\x5d\xb7\xe1\x56\x72\xec\x54\x72\xe4\xd5\ -\x8a\xaa\x51\x2b\xc8\xc0\xab\x3f\x0c\xa2\x8c\x10\x52\x82\x55\x08\ -\xa7\x08\x44\x13\xc7\x04\x07\x8e\xb2\x62\x01\x86\x14\x44\x07\xcf\ -\xbb\x3d\x6d\x29\x0b\x13\x3b\x52\x74\xd9\x94\xb1\x94\x36\x7d\xb2\ -\x22\x21\xb1\xd4\x50\xac\x3a\x28\x54\x1c\x94\xaa\x75\xb8\xd5\x22\ -\x0e\x05\xf7\x6a\x79\xe9\xbb\xb5\x4d\x5e\x65\xff\x62\xf7\xbd\xc5\ -\xf0\x6a\xc5\xd0\x79\x67\x11\xa0\x45\xe1\xbc\xb7\xe4\xb8\x32\xff\ -\x0c\xe0\xf5\xbb\xc1\xac\x10\x04\x01\xc3\x76\x00\xd7\x5b\x96\x30\ -\x22\x48\x5a\xba\xb0\x8c\x08\x4f\x3b\xbb\x93\xdf\xea\xee\xc7\xfe\ -\xa2\x8b\x92\xdd\x40\xb6\x64\xa3\x5e\xab\xc0\xad\x64\xe1\x55\xf3\ -\xec\xd5\x0a\xd4\xb0\x4b\x08\x1b\xce\x6f\x64\x34\xee\x47\xa6\xcf\ -\x11\x52\x37\x21\xa7\xdd\x81\xd0\xf7\x3e\xd7\x67\x3e\x33\xa2\x59\ -\x8b\xa0\x6c\x07\xbc\xfa\x3e\xde\xe9\x27\x68\xf2\xb9\x63\xf7\xf4\ -\xee\xdc\x37\x61\x54\x6b\xd3\x05\xba\x1e\x09\xad\x58\x4c\x6a\x9a\ -\xc6\x1b\x7b\x76\x51\xc5\x03\xaa\xb6\x8b\x7a\x39\x0b\xa7\xbc\x1f\ -\x5e\x35\xaf\xbc\x4a\x56\x04\x4e\x65\x29\xe9\x89\x05\x42\x37\x45\ -\x24\x35\x5e\x09\x30\x48\xf9\xf0\x36\x3e\xf5\xb9\x00\xc3\x54\x80\ -\x59\x8b\x10\xbb\xea\x71\x38\x5e\xc0\xd8\xf6\x31\x30\x22\xf9\xe3\ -\xde\x54\xf2\xe2\x84\x65\x9c\xed\xfa\x4a\x99\xa6\x25\xce\x1d\x3f\ -\x1a\x1b\x3f\x1c\x40\xae\x50\x81\xb2\xb3\xf0\xaa\x39\x78\x95\x2c\ -\x02\xd7\x06\x8d\x3c\xbf\xa5\x65\xcd\xfd\x50\xd1\x88\xca\xdd\xf8\ -\x1f\x08\xad\x17\x54\x7d\xfb\x84\x4e\x3b\xdc\x8a\xc7\xcd\x46\x20\ -\x04\xe2\xcd\x71\x18\x13\x3a\xa8\xd1\x14\xb7\xb3\xd9\xe2\xda\x86\ -\x12\xd7\x19\x51\xbd\xa5\xe1\xfb\x2a\x84\x44\xba\x35\x45\xa1\x62\ -\x2e\x94\x2a\x54\xaf\x94\xd0\xb0\x8b\x14\x69\xee\x80\x6c\xea\x1c\ -\x5f\x6a\xff\xea\xca\x7a\xd7\xac\x8c\x6c\x14\x04\x11\x38\x7c\xeb\ -\xf7\x27\x04\x38\xc6\x8a\x7f\xb2\x78\x35\xa2\x66\x0c\x56\x72\x04\ -\x42\xcf\xd6\xda\x46\x34\x07\xf9\x9d\x5b\x16\xbf\x3d\x18\x9b\x5b\ -\x52\x09\xbf\x29\x6e\x4a\x9f\x35\x56\x42\x97\x25\xdb\xe7\x5c\xa1\ -\x48\xae\x5d\x85\x52\x2a\xa8\xd7\xca\x9a\xeb\xd4\xe7\x02\x78\x8a\ -\x88\x24\x80\x30\x78\xe5\xfb\x27\x04\x18\x26\xc3\x75\xeb\xd6\xa1\ -\x29\xd9\x04\x3f\x08\xa1\xb8\x2a\x1a\xbe\x0a\x1c\x67\xe0\xfa\xab\ -\xbe\x76\xee\xdc\xe6\x35\x6f\xab\xa5\x3b\x34\xea\xcb\xa5\xd8\x30\ -\x4c\xe9\xb3\x0c\x5d\x9f\x99\x19\x42\x6a\x1a\x05\x4e\x5d\x0d\x49\ -\x98\x4f\xe9\x92\x73\x78\xf1\xfc\x79\xf3\x31\x7f\xde\x7c\xe4\x72\ -\x39\x30\x87\xe4\x3a\x75\x15\x78\xf6\xa8\x0b\xa6\x4c\x5a\xf4\x51\ -\x6f\x3f\x74\xe1\x8b\x2f\x5b\x3d\x8f\xf4\xf5\xec\xbb\x6e\xef\xbe\ -\x4c\xef\xbe\x7d\x19\x99\xcf\x1d\x90\x95\x52\x5e\xd8\x95\x12\x5c\ -\xc7\xd6\x03\xbf\xd1\x08\x55\xb8\x3e\x0c\x03\x84\x2a\x1c\x02\xfa\ -\x82\xa6\x01\x80\x10\x02\xd7\xce\xbe\x16\xb7\xdd\xfa\x5d\x4c\xbf\ -\xe8\x42\x30\x0f\x9d\x17\xe5\x72\x79\xd1\x9e\xdd\xbb\xbb\xb2\x07\ -\x0e\x60\x30\x9b\x5f\xff\xdb\x05\x8f\x3e\x08\x20\x28\x4e\xfb\xe5\ -\x54\xb4\x75\x5c\x27\x34\xed\xdb\x42\xd0\x74\x30\x5a\x14\xab\x9a\ -\x0a\xc3\x05\x24\xc4\x76\x90\x20\xcd\x8c\xb1\x5f\x2d\x7f\x21\x00\ -\x01\xc0\xfd\xf7\xdd\x8f\xd6\xd6\x56\x5c\xff\xf5\xeb\xd1\x92\x4a\ -\xc9\xae\xae\x31\x61\x5f\x5f\xff\xbd\xc9\x78\xfc\xf1\xff\xae\x7f\ -\x4b\xed\xc9\x64\x2a\xcb\x57\xac\xb8\xcc\xb6\xab\x1f\xd9\x63\x6f\ -\xd2\xc2\xae\x2b\x82\xde\x85\x33\x41\x57\xfc\x09\x68\x38\x3a\xa2\ -\x66\x12\x2a\xac\x82\xd9\x23\x2b\x31\x64\xe9\x07\xfd\x4c\xad\x9a\ -\x7b\x62\x80\xc7\xfe\xf0\x18\xa6\x5f\x32\x03\x9f\x66\x32\x30\x4d\ -\x93\x6a\xb6\xcd\xe5\x52\x69\xda\x2d\xdf\xbc\x65\xfd\x8e\x9e\xed\ -\xc6\xf6\x0f\x3f\x94\x9b\xb6\x6c\x99\xd3\xdc\xd2\xf2\x37\x15\x2a\ -\x79\xa0\x2e\xc2\xe7\x76\xa4\xa1\x8c\xb8\xd0\x0d\x03\x73\x7e\x76\ -\xbb\x7a\x7e\xf1\x32\x38\xb6\x0d\xcf\xa9\x0b\xd5\xf3\xbe\x42\x2a\ -\x0d\x8c\x68\x07\xa4\x3c\x7c\xec\x7e\x2e\xc0\xf3\x2f\xbc\x80\x17\ -\x9e\x7d\x1e\x5b\xb7\x6e\xc3\xce\x5d\x1f\x03\x40\x64\xcb\xe6\x2d\ -\xeb\x13\x56\xec\x92\xb5\xeb\xd6\xa1\x6f\xe7\xce\x7f\x3e\xfc\xd0\ -\x43\xdf\x7b\xf9\xe5\x97\xc5\x0d\x37\xdc\xa0\xfe\xb8\x70\x21\xf2\ -\xbb\xde\xc7\x23\x7d\x93\x00\x04\x00\x3a\x01\x52\x04\x10\x43\x1d\ -\x74\x3c\x2f\x03\xc4\xa7\x02\x2b\x6f\xfb\xe2\x4f\xc0\xcc\x78\xe9\ -\xc5\x97\x60\x9a\xa6\xd0\x22\x11\x55\x29\x97\xef\x9c\x31\xfd\xc2\ -\x67\xde\x7d\xf7\x1d\xf4\x7f\xf2\x49\xdf\xbf\x96\x2e\xbd\xf4\x83\ -\xad\x5b\xf3\x53\xa7\x4e\xa5\x6d\xdb\xb6\xf1\xa9\xfc\xe1\x27\xd3\ -\x0e\xfb\x40\xe8\x79\x24\x74\x9d\x37\x6f\xea\x5e\xb5\x67\x60\xf7\ -\xec\x6d\x3d\x3d\xce\xee\x81\x81\x6b\x15\xf3\xda\xa6\x64\x52\x18\ -\x86\xa1\x16\x2c\x58\x00\x56\x0a\x52\x9e\xd2\x6d\xfe\xc4\x00\x2b\ -\x96\x2d\x83\x69\x9a\xe8\xe8\xec\x04\x33\x27\xb7\x74\x77\xf7\xf7\ -\xf5\xf7\x07\x83\xd9\xec\x9d\x4f\x2d\x59\xf2\x7a\x3a\x9d\x4e\xe4\ -\x72\xb9\x83\xd7\xec\x63\x8c\x8b\x8f\x18\x0f\x75\x75\x82\xf9\x91\ -\xef\x1c\xae\x80\x8c\x46\xa3\xcd\x9e\xe7\xc5\xa7\x9c\x77\xde\x45\ -\x6d\x6d\x6d\x37\xbf\xb7\x61\xc3\x73\xb5\x5a\xad\x2c\x84\x48\x2a\ -\xa5\x82\x23\x36\x52\x00\xc2\xa3\x7a\x70\x9c\xe7\x93\x1d\xc3\x43\ -\x19\x69\x00\xa2\x9a\xa6\x45\x83\x20\x68\xe8\xba\xde\x24\x84\x30\ -\x5c\xd7\x65\x0c\x99\xd5\x91\x99\x1f\x9d\xdd\xa1\x0c\xc3\xa3\x20\ -\x8f\x37\x1e\xb9\x5e\x01\xc0\xff\x00\x2f\x10\xb4\x20\x14\xa5\x11\ -\x16\x00\x00\x00\x22\x7a\x54\x58\x74\x53\x6f\x66\x74\x77\x61\x72\ -\x65\x00\x00\x78\xda\x2b\x2f\x2f\xd7\xcb\xcc\xcb\x2e\x4e\x4e\x2c\ -\x48\xd5\xcb\x2f\x4a\x07\x00\x36\xd8\x06\x58\x10\x53\xca\x5c\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\xcf\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\x4c\x49\x44\ -\x41\x54\x78\xda\xc5\x97\xdb\x6f\x54\x45\x1c\xc7\xbf\x33\x73\xce\ -\x9e\xee\x6e\x69\x0b\xbd\x40\x01\x43\x31\x05\x42\x10\x0d\xf4\x22\ -\x18\x95\x44\x30\x69\xc4\x17\x7c\x32\x31\xc6\x17\xc3\x93\x89\xd1\ -\xc8\x8b\xfa\x50\x23\x6f\x6a\x8c\x89\x4f\xfc\x03\xc6\x4b\x0c\xf1\ -\x01\x21\x42\xa8\xc1\x6a\x88\x44\x90\x40\x29\x14\xac\xb5\x86\x4b\ -\x4b\xaf\xdb\xdd\x3d\x7b\xce\xcc\xef\xe7\xec\x9c\x66\x69\x63\x62\ -\xd2\x98\x13\x66\xf3\xdd\x39\x33\xbf\x93\x9d\xcf\xfe\x6e\x67\x57\ -\x30\x33\x1e\xe6\xf0\xb0\xc2\xf1\xca\xe9\x17\x77\x6f\x6b\xda\x7e\ -\x6c\x68\xe6\xe2\xd6\xbf\x0a\x23\xab\x94\x92\x68\xcb\xad\x9d\x7b\ -\x7a\xdd\xfe\x9b\xf9\x20\xf7\xce\xe1\xad\xef\x0d\x60\x05\x43\x62\ -\x05\xa3\xe7\xcb\xce\xc7\x0e\x6d\x7a\xf9\xfc\xab\x9d\x87\xbb\xf6\ -\xb4\xec\x5b\x15\x6b\x82\x8e\x09\x9d\xf9\xed\x8d\x07\xda\x0f\x75\ -\x3d\xd5\xd2\x77\xe6\x83\x4b\x87\x7b\x53\xf3\x40\x4e\xe4\x3e\x9d\ -\x29\x4d\x7b\x3e\xd5\xa1\xab\xad\x17\x1b\x1a\xda\xdd\x7e\x56\xe6\ -\xb1\x29\xb7\x05\xe7\xee\x9e\x94\xf3\xa5\xe2\x27\x00\x9e\x49\x05\ -\xe0\x5e\x61\xa2\xe7\xdc\xdf\x03\xe8\x5c\xb3\x05\xf3\xb9\x6b\x10\ -\x41\xc5\xed\x87\x98\xc4\x99\xdb\xdf\xe1\xd4\xd8\xb7\x18\x2d\x0e\ -\xef\x4c\xcd\x03\x61\x54\x69\x1c\x1c\xff\x11\xdd\x1b\x77\xa3\x49\ -\x99\xe5\x46\x33\x87\x2b\xf7\x2f\xc2\x57\xb2\x31\x35\x00\x13\x33\ -\x20\x08\x11\x45\x28\xc7\xcb\x01\x3c\xa3\x9d\x5d\x32\x23\x35\x00\ -\xd2\x04\x21\x24\x8c\x21\x94\x75\xb4\xcc\x56\x47\x31\x8c\x36\x10\ -\x40\x9a\x00\x0c\x08\x86\x21\x42\x18\x47\x80\x58\xea\x01\x03\x63\ -\xed\x02\x94\x1e\x80\x59\x04\xd0\x64\x60\x2c\x80\x00\x6a\x10\x01\ -\x69\x18\xc3\x10\xd6\x9e\x6a\x0e\x08\xc5\x20\x62\x44\x3a\x5e\xe6\ -\x01\x4d\xfa\xff\x79\xe0\xe8\xe0\xd1\x17\xae\x4e\x5c\xed\x1f\x18\ -\x1d\xd8\x36\x39\x77\xaf\x41\x92\x84\x64\xc0\xbe\x43\xb1\x80\x94\ -\x02\x4a\x48\x77\x38\x31\x21\x32\x0e\xa0\xc6\xa0\x8d\x76\x39\x62\ -\x20\xd0\x75\x6c\x03\x7b\xbe\x84\xaf\x14\x3c\x5f\xc1\xf7\xec\x75\ -\x46\xa1\x35\xd7\x36\xff\xc4\xda\x9e\xeb\x1d\xab\xb6\xf7\xbf\xb4\ -\xf9\xf5\x13\xb5\x4e\xd8\xf7\x45\x5f\xef\x54\x69\xea\xf8\xc6\xfa\ -\x8d\x3d\x6d\x41\x5b\x03\x99\x24\xde\x6c\xd8\xcd\xb4\x38\x1b\x77\ -\x4d\xd0\xda\x58\x00\x8d\xd8\x98\x25\x8a\x40\x44\xee\x5e\x63\xc8\ -\xdd\x6b\x28\xb9\xdf\x70\xb2\x57\xef\x35\x36\x34\xaa\xd6\x9e\xf9\ -\x68\xea\xf8\x47\xc3\x6f\xb8\x8e\xe9\x1e\x46\x1d\x9f\x77\xfc\xb0\ -\xab\x6d\xd7\x81\xbd\xeb\xf7\x02\xc2\x60\x2e\x9a\x41\x75\x9f\x85\ -\x15\x5c\xdc\x93\x35\x0c\x84\x00\x72\xb9\x2c\xee\x9a\x3f\x21\x93\ -\x24\x70\x7b\x1b\xbc\x47\x51\xa9\x84\x50\xd2\x83\x27\xfd\x9a\x94\ -\xf2\x90\xb1\x7b\x81\xca\xc2\x67\xcf\xda\x0d\xc6\xc2\x21\xdc\x89\ -\x6e\x9e\xf9\xec\xc9\xef\x0f\xb8\x10\x8c\xcf\x8d\x77\x23\x06\x7a\ -\xda\xbb\x30\x54\xb8\x00\x2d\x34\x20\x51\x93\x84\x80\x14\x02\x4a\ -\x4a\x37\xcb\x28\x59\x0b\x27\xc7\x87\xb1\xe8\x06\x58\x00\x4c\x9c\ -\x78\x81\xaa\x22\x04\x32\x8b\xbc\x58\x8d\x91\x89\x51\x9c\x1a\x3a\ -\x8d\xf7\xf7\xbd\x85\xdb\x34\x8c\x79\x4c\x76\xd5\x72\x80\x88\x9a\ -\xc6\xa6\xc6\x30\x32\x75\x1d\x45\x51\x4e\x0e\x56\x70\xb3\x10\x48\ -\x0e\x96\x02\xcc\xb2\x06\xc2\xe2\x01\x44\x6d\x30\x83\x00\x78\xc2\ -\xc3\xba\xec\x7a\xcc\x95\x8b\xb8\x31\x7d\x0b\x67\x47\xbf\x46\x1c\ -\x11\x00\xd8\xf5\x30\x8a\xc1\x6d\x64\x7c\xd9\x54\x03\x00\x5b\x91\ -\x6b\xb5\xa8\xa8\x38\x01\x20\x07\x91\x24\x1f\x4b\x2b\x07\x90\x1c\ -\x0e\x86\xaa\x02\x41\x38\xef\x64\x54\x1d\x9a\x83\x56\x17\x8e\x30\ -\x0a\x31\xb1\x30\x81\x6f\xfe\xf8\x0a\x85\x4a\x11\xa5\x28\xb6\xa0\ -\x12\x90\xe4\x32\x56\xb3\x76\xf9\x40\x9e\xc0\x52\x80\x59\x10\x9a\ -\x66\x0a\xb3\xb8\x5e\xbc\x09\x3f\xf0\x9c\x82\x4c\x80\x6c\x10\xc0\ -\x3e\xe7\x91\xf7\xb2\x8e\x49\x32\x01\x2c\x5d\x47\x0c\x44\x00\x22\ -\x8d\xf9\x68\x1a\xc3\x93\xbf\x21\xd4\x15\x68\x22\x44\xc6\x00\xd2\ -\xc0\x53\xca\xca\x40\x19\x57\x2e\x4e\x19\xcf\xc3\x02\xbb\xf0\xcc\ -\x2e\x2d\xc3\x41\x10\x0e\x0e\x0e\xff\x82\x1d\xeb\x77\x20\x2e\xc5\ -\x40\x39\x09\x41\x24\x04\x48\x85\x28\x8b\x18\x9e\x27\xdc\x87\xd6\ -\x35\x48\xdc\xc1\x2d\x04\x9e\x72\x6b\x65\x61\x1e\xf1\x3b\x51\xd1\ -\x06\xbc\x98\x37\xe4\x33\x4c\x96\xa0\x39\x29\x5b\x63\x55\xef\x65\ -\x31\x65\x93\x97\x64\x75\x8f\x7f\x7e\x00\xa0\x71\x04\xc0\xfe\x85\ -\xf2\x42\xdd\xf9\x6b\xe7\x81\x78\x31\x04\x9c\x50\x0b\x2b\x29\x92\ -\x5e\x20\x94\xc0\xb3\x7b\x7a\xe1\xaf\x56\xc8\x54\x33\xbc\x0a\x21\ -\x25\xc2\x42\x8c\x9f\x2e\xff\x6a\x21\x25\xaa\x3d\x40\x59\x79\x4b\ -\xe4\xfb\x0a\x85\x8c\x42\x26\x63\xd7\x19\xaf\xac\x59\x1f\xa9\xf5\ -\x01\xfe\x90\xaf\x81\xd0\x03\xe0\x2c\x08\x0b\x30\x40\x4d\x1a\x60\ -\x3b\x53\x55\x94\x5c\x6b\x13\xbb\x43\x7d\x25\x1d\x40\xe0\x7b\xae\ -\x44\x99\x01\x02\xbb\xba\xa7\x7f\x89\xac\x78\xce\xda\x4e\xda\xb9\ -\xfb\x44\xdf\xc8\xd0\xb2\x4e\xc8\x1f\xf3\x15\x00\xcf\xfd\x67\xdb\ -\x7c\x4d\x32\x0b\xd7\xf5\x9c\x47\xbc\x2a\x80\xb2\x00\x9e\x87\x4a\ -\x72\x00\x24\x0b\x8c\xbd\x3b\x23\x52\xf9\x4d\x48\x26\xa9\xf3\x98\ -\x62\xf0\x62\x7c\x94\x4c\xbc\x00\x68\x07\x40\x29\xfe\x1e\x70\x87\ -\x33\x0b\x54\xe2\x18\xc2\x18\x18\x4a\xbe\xb5\x58\xec\x46\xc9\x2b\ -\x45\x80\x04\x02\x28\xeb\x0a\x38\xd2\x50\x32\xb2\x4a\x1a\x52\x31\ -\xa2\xa4\x9d\xa4\x0e\x20\x18\xa5\x28\x44\x14\x46\xae\xe6\x2b\xb1\ -\x46\x21\xac\x20\x2c\xf9\x20\x6b\xb3\x3c\x29\x02\x88\x44\x0b\x71\ -\x08\x2a\x56\x50\xac\xc4\xae\x17\xb8\xf2\x2c\x66\xc0\x92\xac\x64\ -\x7a\x00\x5e\x46\x15\x1b\xb2\x41\xbe\x45\x05\xb8\x51\x9a\x4b\xda\ -\xb4\x55\xf5\xb5\x29\xee\x40\x3d\x31\x42\x2e\x15\x52\xfb\x67\x94\ -\xad\xf7\x7f\xdf\xd9\xde\x82\x83\xcd\x6b\xb0\x33\x6e\x86\x9c\x52\ -\xc0\xb4\x44\xb7\xea\xc5\x56\xde\x82\x3c\xea\x21\x48\x5e\x48\x0d\ -\x20\xdf\x1c\xbc\xb9\x79\x6d\xa0\x57\x37\x2a\xb4\xe6\xf3\x20\x63\ -\xc0\x44\x78\xa2\xf9\x71\xc8\x40\x41\x64\x64\x24\x60\xde\x4e\x0d\ -\xe0\x4e\xff\xec\x05\xd9\x1c\x3d\x3f\xee\xf3\xe5\xfb\x22\x5a\xa0\ -\x2c\x83\xeb\x18\x2a\xab\xc2\x20\x9b\xb9\x12\xa0\x6e\xff\x44\x7f\ -\xf1\x12\x56\x30\x1e\xfa\xdf\xf3\x7f\x00\x6a\xf0\xda\xe8\xbc\xba\ -\xd0\x0a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xee\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x6b\x49\x44\ -\x41\x54\x78\xda\xed\x97\xdf\x6b\x14\x57\x14\xc7\xbf\xe7\xce\x64\ -\x77\xdd\xdd\xb4\xf9\xe1\x62\x24\xc1\x04\x5a\xd1\x4a\x1a\xa2\x68\ -\xa3\x14\x84\x16\x61\xad\xda\xa4\x0a\x6b\x62\x5f\x8a\x52\x50\xfc\ -\x07\xda\x50\x10\x9f\x54\xc8\xab\xc4\x7f\xa1\x08\xa5\x55\x1f\xfa\ -\xd0\x97\x3e\xb5\x16\xf2\xe0\x4b\x4b\xa1\xa5\x54\xac\x29\x81\x26\ -\xbb\xce\xdc\xd9\xcc\xcc\xbd\x77\x6e\x2f\x77\x16\x46\x84\x82\x74\ -\x77\x92\x3e\xf4\x2c\x1f\xee\xee\xbe\x7c\x3f\x73\xce\x81\xdd\x4b\ -\x5a\x6b\x6c\x67\x31\xc3\x7f\x5f\x80\x2e\x93\x43\xa7\xc8\xdd\x16\ -\x01\x3a\x4f\x0e\xfe\xc4\xa3\x93\x6f\x9d\x5c\xa5\x33\x54\xdf\xfa\ -\x0e\x08\xbc\x02\x60\xf2\xc2\xe9\x0b\xb5\xf2\x8e\xf2\x57\xf4\x3e\ -\x7d\xb2\x2d\x3b\x10\x97\x63\x2c\x7e\xbc\x58\x1a\xad\x8d\xde\xa4\ -\x59\xfa\x9c\xa6\xa9\xb0\xa5\x02\x1e\xf7\x50\x18\x28\xe0\xea\x47\ -\x57\x69\xea\xf5\xa9\x79\xec\xc1\x0f\xd4\xa0\xf1\xad\x11\x20\x20\ -\x08\x03\xf0\x4d\x8e\x98\x62\x34\xce\x36\x70\x62\xe6\xc4\x34\x22\ -\x23\x31\x4b\xf5\xfc\x05\x8a\x40\x10\x05\xf0\x43\x1f\x3c\xe4\xf0\ -\x42\x0f\x87\x67\x0e\xa3\xf1\x5e\x63\x57\x9f\xdb\x67\xf7\x22\x77\ -\x01\x3f\x36\xe1\x11\x87\x1f\x65\xe7\xc8\xf8\x08\x16\x3e\x58\x28\ -\x0d\xf4\x0f\x64\x7b\x91\x97\x40\x5b\xb6\xc1\x25\x07\x17\xdc\xca\ -\x18\x6c\x37\x0a\xd5\x02\xe6\xce\xcc\xd1\xd8\xd8\xd8\x3c\x26\xd2\ -\xbd\xc8\x45\x60\x53\x6d\xc2\x17\x26\x58\x5a\x52\x11\x61\x4f\xbb\ -\x17\xc7\xdf\x3e\x8e\x03\xfb\x0f\x4c\x83\x8c\xc4\x59\xaa\xf7\x54\ -\x80\x0a\x0c\x81\x0e\xc0\x35\x07\x57\x1d\x64\x8a\x91\xb0\x04\x22\ -\xc0\xbe\xbd\xfb\x70\x64\xf2\xc8\x2e\xb7\x6a\xf6\x62\x9e\x3e\xed\ -\x9d\x80\x4b\x68\x53\x1b\x7e\xe2\x5b\x78\xc2\xd3\xf7\x2a\xeb\x86\ -\x1d\x49\xcc\x31\x34\x38\x84\x63\x6f\x1c\x2d\x55\xfa\xab\x37\x68\ -\x81\xdd\xb5\x7b\xd1\x8b\x11\x70\x6d\x42\xc8\x84\x90\x39\xe1\xa7\ -\xdd\x48\xb2\x6e\x58\x89\x28\xdd\x0d\x30\xe0\xd0\xf8\x41\xaa\x0d\ -\xef\x6c\x60\x92\x56\xe8\x43\x9a\xc0\x3f\x94\xfb\x52\x1d\x70\x18\ -\x58\xc9\x40\x0c\x48\x00\x9d\x68\x28\xa5\xa0\x91\x9e\x91\x8a\x00\ -\x01\x38\xd2\x01\x8b\x19\x1c\xe1\x80\x04\x61\xa2\x3a\x81\x9d\xe5\ -\xda\x9b\x1b\xd1\xc6\xb7\x74\x9e\x5e\xd3\x77\xb5\xfa\x77\x02\x2e\ -\x61\xc5\x5f\x81\x54\xd2\x0a\x40\x1a\x62\x43\x04\x38\x91\x03\x37\ -\x76\xc1\x22\x06\xdd\x36\x42\x81\x82\xe2\x46\x8e\x6b\xb0\x90\xe1\ -\xe8\xcc\x31\xbc\x33\xfd\x6e\x65\xf9\xde\xed\x6e\x3a\x40\x40\xc5\ -\xa0\x90\x22\xb2\xe1\xa9\xc4\x04\x4a\x05\x68\x58\x6c\x11\x50\xac\ -\x16\xe1\xee\x29\xe0\xbb\xb5\xef\x7f\x7a\x1c\xfd\x3e\x67\x9f\xbe\ -\x9b\x11\xa0\xac\xd3\x70\x69\x70\x90\x56\x82\xec\x3b\xb7\x83\x03\ -\x54\x07\xfb\x21\x4b\x89\x0e\x7c\xfe\x00\x0f\x75\xe3\xc9\xa3\x27\ -\x71\x57\x3b\x60\x03\x2b\x9d\x20\x61\x20\x1b\x9e\x7d\x76\x3a\x30\ -\xc3\x30\x21\x8c\xe3\x58\x7a\xe2\xa6\xbe\x93\x5c\x47\x56\x5d\x8c\ -\x80\x08\x28\x53\x1a\x18\xda\xf0\x2c\x98\xa5\x98\xdf\x04\x08\x47\ -\x01\x82\x36\xa4\x27\x2f\xea\x65\x75\x1f\x2f\x54\x97\x23\x48\xec\ -\xd2\x41\x76\x42\xc9\x62\xab\xe2\x56\x50\x60\x3b\xd0\xd4\xad\x9f\ -\xe1\xc9\xd3\x7a\x59\xff\x06\x53\xbd\x13\x00\x01\xc2\xa0\x90\x91\ -\xa4\x0c\xb1\x61\xc4\x81\xd2\xcd\x56\xf3\x6b\xfc\xa8\xce\xe9\xfb\ -\x3a\x02\xb2\xea\xdd\x08\xb8\x41\x20\xed\x42\x0c\x90\x20\xec\x56\ -\xa3\x58\x5f\x6b\x8a\xc8\xdb\x5c\xd2\xb7\xd4\x67\xe8\x54\x0e\x02\ -\x0c\xf0\xad\x80\xa5\x28\x8a\xa8\x05\x23\x78\xba\xba\xda\xd2\xcd\ -\xe4\x92\x5e\x52\x5f\xc2\x54\x7e\x02\xa0\x54\x20\x06\x5e\x35\xaf\ -\x52\xb3\x8a\x3f\xd6\x57\x7f\x45\x53\xd4\xf5\x52\x3a\xef\xfc\x05\ -\x3c\xc2\x08\xed\x46\xd8\x92\x7a\x8d\xaf\x7d\x83\x87\x72\x36\x9b\ -\x77\xde\x7f\xc9\x12\xc2\x54\x69\x3f\x5a\x7f\x71\xd1\x7a\xd6\x5c\ -\xd2\x8b\xa2\xfe\x7c\x78\xbe\x1d\xe8\xc3\x33\xae\xfd\x5f\xd6\xdb\ -\x4f\x07\x43\xbf\x7d\x45\x5f\x93\x5f\xa0\x87\xf5\x52\x97\x53\x32\ -\xa5\x73\xba\xc5\xfe\x7f\x3b\xfe\x1b\x05\x00\xcb\xb4\x1d\xc6\x21\ -\xfd\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xa8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x25\x49\x44\ -\x41\x54\x78\xda\xb5\x57\x4d\x6f\xdb\x46\x10\x9d\xfd\xa0\x2c\xc9\ -\x76\xab\x4b\x53\x18\x96\x22\xb9\x91\x6c\xa7\x2e\x72\xeb\xb9\x41\ -\xfe\x50\xef\x39\xe4\x92\x14\x46\xfe\x84\x6f\xbe\xfa\xd6\x1e\x8a\ -\x02\x3d\xf4\x54\xa0\x40\x72\x0b\x50\x3b\x48\x13\x5b\xb2\xcc\xc4\ -\x41\x15\x23\x95\x25\x8a\x64\x67\x46\x2b\x92\xdb\x95\x48\xc1\x48\ -\x1f\x30\x26\x39\xbb\xe4\x7b\xf3\xb1\x23\x58\xc7\x71\x0c\x33\x08\ -\x21\x34\x2c\x87\x18\x11\xc2\x27\x80\xce\x90\x37\xf0\xf2\x0d\x2c\ -\x87\x31\xee\xff\x03\x45\x0c\x3e\x91\x00\xc6\x9d\x67\xc7\xfe\x4f\ -\x6f\xaf\x62\x12\x03\x79\xa8\xa9\xab\xe8\xdb\x7b\x77\xf6\x70\xdf\ -\x15\x2c\x0f\x01\x36\x42\xca\xbe\x95\xf2\xab\xeb\x08\x46\x13\xce\ -\x30\xe4\x21\x50\x25\xfa\xd8\x57\x68\x8d\x1c\x82\x22\x9c\x61\x00\ -\x2f\xb4\x2d\x51\x30\x79\x11\x06\x41\x49\xfc\xf2\xdc\xff\x11\x16\ -\x21\x27\x83\x12\x6d\xeb\xcb\x32\x3c\x7e\xf8\xfd\xa3\x83\x83\x83\ -\xa7\x1a\x6e\x80\x49\x18\xb3\xdd\x04\x15\x4f\xc2\x70\x1c\x82\x87\ -\x20\xa9\x96\x00\xad\x28\x07\x31\xfc\x1f\x50\x52\x40\xa5\xa4\xe0\ -\xe3\x78\x02\xcd\x2f\x2a\x73\x9b\x10\x3a\xb7\x24\x1b\xd6\x86\x0d\ -\xe1\x5c\x09\x52\xf2\x9e\xb9\x86\x70\xee\x83\x49\x04\x02\x05\x78\ -\x4a\xc2\x75\x10\x82\x14\x72\xae\x00\x87\x68\x8e\x88\x22\x73\xc9\ -\xb1\x54\x02\x05\x97\xf4\x54\x74\x84\x9d\x5f\x5d\x51\x96\x00\x8b\ -\xf0\xd7\xdf\x7e\x87\xd5\xb5\x55\xbc\xa7\x67\x49\x6a\xd9\xff\xcf\ -\xf0\x23\xac\xad\xaf\x83\x88\x05\x65\x00\x6d\x4a\x34\x1c\x5e\x43\ -\x75\xb5\x3a\xdd\x47\x7e\x01\xec\x1f\x8d\x46\xe0\xad\x54\xb8\xb1\ -\x4b\x9e\xe4\x16\xa7\xb6\xf9\x7c\xad\x0a\xeb\xad\xcd\xc5\x19\xf0\ -\x2a\xab\xd0\x6a\xef\x39\x59\x38\x39\xf9\x13\xea\xcd\x1d\x27\x1b\ -\x2f\x5f\x1e\xc3\x46\xa3\xed\x64\xeb\xaf\x57\xaf\x60\x63\xa3\x09\ -\x5a\x4e\xa3\x46\x2f\x67\x63\xf8\xc1\xa7\xe5\xbc\x12\xc0\xdc\x12\ -\x48\xbb\x34\x89\x49\xe9\xf6\x0c\xf2\x41\x2c\x84\x21\x47\x9f\xd5\ -\x8c\x50\x20\x00\xac\x48\x8a\x6b\x0f\x6e\xc3\x86\xc8\xaa\xd4\x54\ -\x88\x64\x17\x35\x62\xcc\x4d\x18\x40\x81\x80\xf3\xee\x6b\xac\x99\ -\xe2\x88\x63\x13\xb9\x92\x0a\xde\x5d\x9c\x41\xb5\xac\x0c\xb1\x24\ -\xe3\xe8\xff\x7e\xdf\x07\xbf\xe7\xf1\x5e\x3e\xc4\x2c\x24\x86\x0f\ -\x97\x3e\xbc\x2f\xd3\xe7\x49\x08\xcf\x5d\x6e\x44\x25\xc2\x7c\x01\ -\x7b\x3b\x6d\xd8\xfb\xfa\xee\xec\xb8\x25\x29\xae\xad\x79\x70\x77\ -\x77\xd7\x4a\x3b\x5d\x8f\x4f\x56\x60\xbb\xd3\x99\xfd\x44\xc2\x28\ -\x88\x40\x23\xd1\xe9\x67\x15\xd8\x6a\xb5\xd8\x3f\xc6\xe8\xd1\xc5\ -\x8d\x7b\x7a\x7a\xb6\x54\x0f\x2c\x9a\x05\xce\x0c\xc0\x3f\xd6\x84\ -\xd4\x4a\x72\xed\x71\x21\x11\x85\x46\xef\x25\x04\xb9\x02\x60\x51\ -\xad\x6d\xe2\xe4\x83\x22\x21\x9a\x72\x6a\x65\x8b\x9e\x50\x3f\x48\ -\xe1\x04\xb8\x70\x0e\xbc\x79\xfd\x86\x6a\xce\xf7\x4a\xc9\x84\xbc\ -\xdb\xed\xe2\xc7\x35\x12\x33\x39\xf9\x98\xbc\x77\x7e\xce\xbe\x30\ -\x22\xf2\x54\xa4\xef\xfb\x2c\x28\xc0\x85\xb2\xd6\x26\x30\x7c\x0e\ -\x82\xfc\x0c\xb4\x5a\x2d\xac\xf5\x8e\x55\x67\x34\x26\xdf\xdd\xd9\ -\x4e\xfc\x06\x4c\xde\x6c\x6e\x71\xf3\x79\xca\x8e\x74\xb3\xde\x00\ -\x5a\xd0\xa9\x9f\x04\xe7\x0b\x98\x3f\xd3\x99\x28\xf3\x6c\x23\x9e\ -\x92\x38\xdf\x89\x22\xc0\xce\x77\xfc\x37\x6b\x42\x13\xb9\x4b\x0e\ -\xe4\x8b\x9d\xb5\x98\x46\xb6\xbb\x1d\x77\x17\x08\xe8\x76\x7b\x20\ -\x95\xa2\x3e\x48\x66\xbe\xc2\xe7\xf3\x7e\x1f\xef\x95\x11\x92\x4e\ -\x3c\xdf\xbf\xe0\x99\xa0\x24\x58\xc3\xa9\xff\xd6\xa7\x77\xc9\x2c\ -\xff\x38\x18\xe7\x0b\xa8\x37\xea\xb0\xbb\xcd\xb5\xb6\xe6\x00\x91\ -\x6f\x77\xda\x69\x84\xe6\x88\x09\xf4\x6f\x35\x6f\x3b\xdd\x4d\x3f\ -\x3c\x8d\xfa\xa6\x93\x81\x0b\xdf\x2f\x1a\xc5\x4e\x9d\xad\x63\x97\ -\x55\xc0\xd3\x32\x8a\x5c\xf2\x28\xe6\xc8\x5d\x14\xf7\x80\xdb\x80\ -\xee\xf9\xe5\x5f\x37\x26\x27\xff\x1c\xa2\x28\xe2\x81\xb4\xac\x00\ -\x7b\xb1\xdb\xeb\x81\xd6\x8a\xcf\xb9\x92\x8a\xea\xcf\xd1\xf4\xfb\ -\x17\x74\x6f\x66\x3b\x47\xc8\xf7\x97\xef\x2e\xc1\xd3\x53\xbf\x10\ -\xe9\xa9\x18\x0c\x06\x28\x52\x92\xdb\x1a\x60\x85\x73\xe0\xc1\xfd\ -\xef\x66\x29\xb7\xac\xd3\x6e\x27\x1f\x17\x22\x8d\xb4\x85\xf5\x77\ -\xd2\x2f\x84\xa9\x7f\x31\x74\x4e\x9a\x8a\xe1\x6e\x33\x8d\x29\x6e\ -\xf4\x9f\x11\x8f\xdb\x5a\xad\xe6\x8a\x31\x1f\x9e\x03\x67\x2d\xe2\ -\xe6\xb4\xfc\x4e\x40\x61\x18\x52\x29\xa2\xff\x0a\xe8\xed\xef\xef\ -\xff\x50\x2e\x97\x2b\x89\x3a\xad\x55\x46\x48\xd2\x55\x4a\x39\x1d\ -\x26\x33\xef\xc8\x8c\x30\x8b\x59\x66\x8e\xd2\xd1\xd1\xd1\xcf\x78\ -\x99\x64\x05\x9c\x1c\x1e\x1e\x3e\x99\x71\xa0\x79\x19\xd3\xe6\xaa\ -\x52\x63\x52\x61\x2c\x36\x16\x19\x0b\x8d\x4d\xd0\x82\xcc\x75\x6c\ -\xee\x09\x01\x0a\x0c\x75\x46\x2d\xbd\x78\x6d\x22\xf5\x2c\x02\x34\ -\x9b\x9c\xd7\x4b\x46\x98\xb4\xc8\x52\xc2\x90\xee\x1d\x01\x4c\x9c\ -\xd6\xec\x5f\x90\x1b\x64\xc7\xf7\x8d\x83\x22\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\x6d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x03\x00\x00\x00\x44\xa4\x8a\xc6\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xf1\x50\x4c\x54\ -\x45\xff\xff\xff\x9d\x9d\x9d\xbf\xbf\xbf\x87\x87\x87\x5b\x5b\x5b\ -\x73\x73\x73\x7b\x7b\x7b\x8f\x8f\x8f\x5b\x5b\x5b\x74\x74\x74\x79\ -\x79\x79\x68\x68\x68\x5b\x5b\x5b\x5b\x5b\x5b\x70\x70\x70\x5b\x5b\ -\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x6e\x6e\x6e\xc4\xc4\xc4\x5b\x5b\x5b\ -\x5b\x5b\x5b\x65\x65\x65\x5b\x5b\x5b\x5b\x5b\x5b\x5d\x5d\x5d\x5e\ -\x5e\x5e\x63\x63\x63\x64\x64\x64\x68\x68\x68\x6a\x6a\x6a\x6d\x6d\ -\x6d\x72\x72\x72\x74\x74\x74\x77\x77\x77\x7b\x7b\x7b\x7f\x7f\x7f\ -\x81\x81\x81\x82\x82\x82\x83\x83\x83\x87\x87\x87\x89\x89\x89\x8a\ -\x8a\x8a\x91\x91\x91\x98\x98\x98\x9e\x9e\x9e\x9f\x9f\x9f\xa4\xa4\ -\xa4\xa6\xa6\xa6\xab\xab\xab\xad\xad\xad\xb1\xb1\xb1\xb4\xb4\xb4\ -\xb8\xb8\xb8\xbb\xbb\xbb\xc1\xc1\xc1\xc5\xc5\xc5\xc7\xc7\xc7\x5b\ -\x5b\x5b\x61\x61\x61\x88\x88\x88\x8c\x8c\x8c\x5b\x5b\x5b\x9f\x9f\ -\x9f\xa4\xa4\xa4\x5b\x5b\x5b\x99\x99\x99\xaa\xaa\xaa\x5b\x5b\x5b\ -\x5b\x5b\x5b\xa5\xa5\xa5\x66\x66\x66\x5b\x5b\x5b\x5b\x5b\x5b\x7e\ -\x7e\x7e\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x91\x91\x91\xbc\xbc\ -\xbc\xbe\xbe\xbe\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x5b\x71\x71\x71\ -\x71\x71\x71\x96\x96\x96\x66\x66\x66\x5b\x5b\x5b\x93\x93\x93\xaf\ -\xaf\xaf\x5b\x5b\x5b\x70\x70\x70\x5b\x5b\x5b\x8f\x8f\x8f\x5b\x5b\ -\x5b\x69\x69\x69\x5b\x5b\x5b\x7c\x7c\x7c\x86\x86\x86\xac\xac\xac\ -\x8e\x8e\x8e\x8f\x8f\x8f\xb9\xb9\xb9\x5e\x5e\x5e\x5b\x5b\x5b\x66\ -\x66\x66\x5b\x5b\x5b\xb3\xb3\xb3\x5b\x5b\x5b\x5b\x5b\x5b\x7a\x7a\ -\x7a\x6d\x6d\x6d\x5b\x5b\x5b\x7b\x7b\x7b\x7c\x7c\x7c\x9e\x9e\x9e\ -\xba\xba\xba\x6b\x6b\x6b\x5b\x5b\x5b\x5b\x5b\x5b\x6e\x6e\x6e\x5b\ -\x5b\x5b\x5b\x5b\x5b\x6b\x6b\x6b\x5b\x5b\x5b\x5b\x5b\x5b\x71\x71\ -\x71\x5f\x5f\x5f\xc1\xc1\xc1\x5b\x5b\x5b\x77\x77\x77\x61\x61\x61\ -\x5b\x5b\x5b\x5c\x5c\x5c\x5d\x5d\x5d\x5f\x5f\x5f\x61\x61\x61\x62\ -\x62\x62\x64\x64\x64\x67\x67\x67\x68\x68\x68\x6a\x6a\x6a\x6c\x6c\ -\x6c\x6e\x6e\x6e\x71\x71\x71\x73\x73\x73\x74\x74\x74\x77\x77\x77\ -\x7b\x7b\x7b\x7c\x7c\x7c\x7d\x7d\x7d\x80\x80\x80\x81\x81\x81\x82\ -\x82\x82\x83\x83\x83\x85\x85\x85\x86\x86\x86\x88\x88\x88\x89\x89\ -\x89\x8a\x8a\x8a\x8d\x8d\x8d\x8e\x8e\x8e\x90\x90\x90\x91\x91\x91\ -\x92\x92\x92\x93\x93\x93\x94\x94\x94\x95\x95\x95\x96\x96\x96\x97\ -\x97\x97\x99\x99\x99\x9a\x9a\x9a\x9b\x9b\x9b\x9c\x9c\x9c\x9e\x9e\ -\x9e\xa0\xa0\xa0\xa3\xa3\xa3\xa4\xa4\xa4\xa5\xa5\xa5\xa8\xa8\xa8\ -\xaa\xaa\xaa\xad\xad\xad\xae\xae\xae\xaf\xaf\xaf\xb1\xb1\xb1\xb3\ -\xb3\xb3\xb6\xb6\xb6\xb7\xb7\xb7\xb8\xb8\xb8\xb9\xb9\xb9\xba\xba\ -\xba\xbb\xbb\xbb\xbd\xbd\xbd\xc2\xc2\xc2\xc4\xc4\xc4\xc5\xc5\xc5\ -\xc6\xc6\xc6\xc7\xc7\xc7\xc8\xc8\xc8\xc9\xc9\xc9\xca\xca\xca\xcb\ -\xcb\xcb\xcc\xcc\xcc\xcd\xcd\xcd\xce\xce\xce\xcf\xcf\xcf\xd0\xd0\ -\xd0\xd1\xd1\xd1\xd2\xd2\xd2\xd3\xd3\xd3\xd4\xd4\xd4\xd5\xd5\xd5\ -\xd6\xd6\xd6\xd7\xd7\xd7\xd8\xd8\xd8\xd9\xd9\xd9\xda\xda\xda\xdb\ -\xdb\xdb\xdc\xdc\xdc\xdd\xdd\xdd\xdf\xdf\xdf\xe0\xe0\xe0\xe1\xe1\ -\xe1\xe2\xe2\xe2\xe4\xe4\xe4\xe5\xe5\xe5\xe6\xe6\xe6\xe8\xe8\xe8\ -\xe9\xe9\xe9\xea\xea\xea\xeb\xeb\xeb\xec\xec\xec\xed\xed\xed\xee\ -\xee\xee\xef\xef\xef\xf0\xf0\xf0\xf1\xf1\xf1\xf2\xf2\xf2\xf3\xf3\ -\xf3\xf4\xf4\xf4\xf5\xf5\xf5\xf6\xf6\xf6\xf7\xf7\xf7\xf8\xf8\xf8\ -\xf9\xf9\xf9\xfa\xfa\xfa\xfb\xfb\xfb\xfc\xfc\xfc\xfd\xfd\xfd\xfe\ -\xfe\xfe\x44\xb8\xb9\xb5\x00\x00\x00\x85\x74\x52\x4e\x53\x00\x01\ -\x01\x02\x04\x04\x04\x05\x06\x06\x06\x08\x0a\x0b\x0b\x10\x12\x13\ -\x14\x15\x16\x17\x17\x1d\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ -\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ -\x20\x20\x20\x20\x20\x20\x20\x20\x22\x22\x22\x22\x25\x25\x25\x33\ -\x34\x34\x39\x44\x45\x49\x4d\x4e\x50\x53\x57\x58\x61\x61\x61\x62\ -\x67\x6b\x6c\x6d\x7a\x7f\x80\x80\x80\x89\x8d\x8e\x8e\x93\x95\x96\ -\x96\x99\xa1\xa9\xaa\xaa\xb5\xbc\xbd\xbf\xc9\xca\xcb\xcf\xd8\xdb\ -\xdb\xdb\xe0\xe2\xe5\xe9\xea\xeb\xed\xf1\xf2\xf3\xf4\xf5\xf6\xfa\ -\xfc\xfc\xfe\xe2\x09\xd8\xf2\x00\x00\x02\x5d\x49\x44\x41\x54\x78\ -\xda\x55\xd2\xcf\x6b\x13\x51\x10\x07\xf0\x99\x79\xbb\x9b\xc4\x34\ -\x6d\xa2\x69\xb3\x5a\x8a\x6d\x5a\x8a\x25\xd8\x9b\x5e\x2c\x08\x05\ -\x05\xa1\x57\x3d\x79\x13\x44\xc5\x7f\xc2\xbf\x42\x11\xf4\xe6\xc1\ -\x8b\xd2\x4b\x15\x3d\x89\xa0\x68\x2f\x56\xf1\xd2\x22\x94\xe0\x8f\ -\xb6\x49\xda\x34\xdd\x26\x69\xb2\x6f\xc6\x7d\xd9\x6e\xba\x19\x16\ -\xde\x7b\xec\x87\xef\x9b\x59\xd6\x02\x00\x67\x52\x11\x92\x29\x44\ -\x5c\xdf\x63\x88\x57\x00\x52\x0f\x2e\xd8\xb6\x63\x5b\x96\x72\x28\ -\x41\xdd\x77\x5e\xab\x5d\x7e\x2f\x31\xe0\x4e\xdf\x86\xfe\x19\xa5\ -\xd4\x39\xaa\x97\xe7\xcb\xcb\x47\x7d\x00\xc2\xc1\xd3\x0b\xb6\x03\ -\xa9\x52\xa9\xdc\x54\xe9\xe7\xc8\x73\x1d\x81\xdf\xbf\x5e\xd8\xee\ -\xc5\x21\x73\xa6\x1f\xa7\x9c\xc4\x28\x09\xe6\xaf\xf8\xfc\x2c\x02\ -\xdd\x27\xe3\x85\x22\x5d\x36\x40\xf9\x8f\xc4\xbd\x35\x97\x66\xa1\ -\x85\xe6\xbf\x95\xe8\x8a\xe6\xc6\x06\xd6\x80\xcd\x65\xdd\x3f\xab\ -\x70\xf0\xb0\xc4\xc0\xd6\x84\x1b\x25\x98\xaa\x69\x66\xd3\xa1\x66\ -\x80\xed\xba\xc1\xe8\x66\xe2\x80\xd9\x0c\x22\xe2\x33\x80\xee\x8a\ -\x30\xf2\x48\x7e\xb8\x71\x02\x84\x45\xc2\x84\x68\x2f\x94\xb5\x62\ -\x09\x5a\xf7\x18\x1a\xa0\x10\x4c\xb5\xab\xbb\x31\x20\x3e\x60\xaf\ -\x49\x01\x28\x0c\x8b\x18\xb0\x0f\x71\xa0\xcd\x7b\xc4\x4e\xb1\xe8\ -\x2e\x4e\x33\x22\xaa\xf5\x7a\x1c\xb0\x20\x19\x41\x77\x92\x99\x19\ -\x4b\xa3\x52\x7f\x3f\xae\x0c\x26\x90\x0a\x16\xba\x21\x01\xd6\x64\ -\xd5\x57\xbf\xae\xed\x0c\x8e\x49\x96\x01\x10\x0e\x80\xd2\xf0\x3c\ -\x18\x00\x5a\x99\x45\xbd\xce\xa6\xd3\x6e\x4e\xf8\xcc\xcd\x99\xb1\ -\xc2\xab\x01\x40\x66\xa1\xda\xb2\x24\x27\xe6\x17\xd3\xfe\xfe\xb9\ -\xeb\x56\xf3\xed\x40\x0f\xbd\x31\xf4\x97\x32\xa4\x97\xea\x4b\x5b\ -\x5d\x95\x5b\x68\x35\x3e\xf5\x01\x48\x8b\x2d\xa5\x7a\x1f\xea\xf0\ -\x65\x6e\x6c\xf6\x08\xbd\xf1\xb9\xcd\x18\x80\x56\x3b\x50\x49\x9f\ -\xcd\x7e\xbb\x52\x22\x0d\xad\xb3\xa7\x21\x06\x94\x05\x02\x8a\x7b\ -\xe0\xc0\xb3\x48\xb8\x33\x3a\x9a\x39\x88\x01\x65\xe6\x0b\xf7\x1d\ -\x1f\x49\xb4\x56\x4a\xc5\x12\xc8\x42\x11\x75\x8c\x6d\x40\x44\xda\ -\x6d\xd4\x63\xc0\x04\x44\x09\x43\x0e\x10\xa3\x6a\x7a\xd0\x07\x45\ -\x20\x04\xe1\x10\xe4\xa6\x66\x34\x22\xd0\x61\xf3\x18\x58\xf9\xe2\ -\xb4\x8b\x44\xec\x23\x5c\xe2\x44\xe6\xfc\xe4\x6c\x0b\x00\x9d\x9d\ -\x46\x08\x92\xf7\xf3\x50\xb8\x0a\x88\x80\x60\x5f\x4b\xa4\x32\xc5\ -\x5c\x9b\x01\x87\xb6\xca\x1f\x42\x90\xcd\xdf\x23\x44\x5f\x69\x61\ -\xba\xab\x83\xf2\x5b\xe2\x24\x68\xf3\xdb\xf7\x6a\xd4\x03\x03\x85\ -\xbf\x03\x0b\x08\x6b\xc6\x66\xa5\x52\xd9\x5a\x7b\x03\x21\xa8\x56\ -\x9f\x02\x0c\x56\xbb\xba\x57\xfb\xec\xc1\x31\xf0\x1f\x67\x63\xef\ -\x84\x3b\xba\xed\x9f\x9c\xff\x03\x25\x09\x16\xf4\x7c\x04\xf3\xec\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\x21\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\x28\ -\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x06\x05\x01\x20\ -\x15\xb8\xe0\x48\xab\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\ -\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x07\xa1\x49\x44\x41\x54\x78\ -\xda\xd5\x57\x79\x54\x54\xd7\x1d\xc6\x2a\x35\x36\xc7\x0a\x0a\x08\ -\xca\x80\x30\x33\x20\x3b\xb2\x0c\xfb\x30\x0c\x03\x61\x33\x30\x20\ -\x9b\x44\xd3\x10\xa0\x04\x18\x04\x37\x5c\x18\x4b\xac\x82\x26\x24\ -\x42\x53\x69\x4c\x48\xaa\x69\x40\x83\x1a\x2d\xa9\xa8\x6c\xc5\x28\ -\x14\xb5\x4a\xa9\x01\xec\xc2\x11\xd2\x63\x1a\xa1\x16\x9c\x61\x87\ -\x79\x5f\xef\x7d\xe4\x9d\xaa\x13\x59\xda\xfc\x93\xef\x9c\xef\x5c\ -\xe6\x9d\x3b\x7c\xdf\x6f\xbb\xf7\x8d\xce\x1c\x60\x40\xb8\x60\x96\ -\x3d\x4b\x75\xbe\x2b\x2c\x59\xb2\xc4\x94\x2c\x2e\x84\x4e\x7c\x3e\ -\xbf\x42\x99\x9f\xcf\x58\x09\x85\xfd\xe4\xb3\x94\x3e\x7f\x8a\x12\ -\x47\x07\xc7\xaf\x76\x6c\xdb\x36\x65\x60\x60\x50\x4e\xbf\x43\x9f\ -\xcf\x46\x56\x63\x06\x04\x80\xa0\xa1\xa1\x11\x8a\xcc\x2c\x38\xd8\ -\x3b\x30\x3c\x53\x1e\x53\x55\x55\x85\xa7\x51\x5d\x5d\x0d\xe3\x95\ -\xc6\x8c\xa7\x87\x27\x93\x9d\x95\x85\xda\xda\x5a\xcc\x05\x6c\x30\ -\x33\x60\x9f\x5c\x2e\x47\x42\x7c\x02\x48\xf4\xb0\xb3\xb1\x85\xbf\ -\xaf\x18\xf1\xf1\xf1\xf8\xa2\xa3\x03\x25\x25\x25\x38\x5a\x56\x86\ -\x7b\xf7\xee\x41\x1a\x20\x85\xc4\xdf\x1f\x76\xb6\x76\xf8\xf9\xeb\ -\xfb\x11\x17\x1b\x8b\x58\xc2\x93\xa7\x4e\x61\x78\x78\x18\x83\x8f\ -\x1e\x3d\xc1\x47\x84\xb3\x19\x48\xcc\xdb\x99\x87\xb4\x94\x54\xa6\ -\xf0\xc0\x41\xc8\xa3\xa2\x10\x1e\x1a\x86\x88\xb0\x70\xb8\x38\xaf\ -\x23\xd9\x70\x84\xa3\x93\x0b\x42\x43\xc3\x21\x93\x05\xc3\xcd\xc5\ -\x15\x51\x2f\x46\x22\x24\xf8\x05\x6c\x88\x8e\x41\xf1\xe1\x37\xf0\ -\xee\xd1\x32\xe4\xe6\xe4\xa0\x8c\x98\xa4\x26\x54\x2a\xd5\xe3\x9c\ -\xd1\xc0\x0f\x52\x5e\x4d\x51\xb5\x5c\xbd\xc6\x1c\x2e\x2a\x82\xc8\ -\xcd\x1d\xbe\xde\x3e\x94\x24\xd2\x00\x78\x79\x78\x22\x50\x2a\xc3\ -\x3e\xe5\x3e\xe4\xef\x51\xc2\xcb\xdb\x1b\xde\x9e\x5e\x90\x88\xfd\ -\xd9\x3d\x7e\x3e\xbe\xec\x9e\xea\xf3\xd5\x68\xb9\xd6\x8c\xb4\xd4\ -\x54\x7c\xfd\xe0\x01\xd4\x6a\x35\xd4\x43\x43\x1c\x67\x34\x90\x5e\ -\xfe\xde\xfb\xc8\xd9\x92\x03\xb1\x9f\x1f\xd6\x39\xad\x83\xed\x5a\ -\x1b\x78\xb8\x8b\x58\x01\x37\x57\x37\xbc\x48\xa2\xfd\xf4\xec\x19\ -\x34\xd6\x37\x40\x4a\xcc\xd0\x0c\x70\xe2\x3e\xc4\x50\x66\x7a\x06\ -\xf6\x17\xbc\x8e\x8a\xdf\x7c\x8c\xba\xcb\xb5\xc8\xcd\xcd\xc5\xd8\ -\xd8\x18\xcd\x04\xc7\x67\x1a\x58\x14\x2d\x8f\xfe\x57\xf5\xf9\xdf\ -\x32\x97\x2e\x5e\xc4\xd1\x77\x7e\x89\xe8\x28\x39\xf4\xf5\xf4\x60\ -\xc6\xe3\x51\x13\x54\x84\xcd\x8a\xb3\x93\x33\xbc\x48\xe4\xee\xc4\ -\x10\x7d\xc6\x45\xee\x29\xf2\xc0\x9b\x87\x0e\xe3\xdc\x99\xb3\xb8\ -\xda\x74\x05\x0d\x75\xf5\x58\x1f\x11\x81\xfe\xfe\x7e\x8c\x8c\x8c\ -\x4c\x73\x74\x84\x33\x10\xf0\xe4\xa0\x1b\xac\x48\x57\x64\x29\x10\ -\x1c\x14\x04\x89\xa7\x3b\xc2\x64\x12\x36\x0b\xcb\xf5\x97\x63\x8d\ -\xb9\x39\x84\x7c\x3e\x64\xd2\x40\xf8\x78\x79\x43\x16\x28\xa3\x35\ -\xa7\x91\xd3\xbf\x59\xe1\x8d\x09\x89\x64\xdf\x1a\x88\x7d\x7d\x21\ -\xf3\xf3\x42\x48\x80\x18\x41\x81\x81\xc8\x56\x28\x50\x48\xca\x39\ -\x39\x39\x89\xd1\xd1\x31\xa8\xfe\xd6\x83\xce\x94\x54\x9c\x94\xcb\ -\xcb\xa8\xee\x4d\x7b\xfb\x69\x03\x42\x81\xa0\x47\x2c\x72\x61\x5e\ -\x0e\x74\x45\xfe\xe6\xf5\x78\x7b\x7b\x1a\x8e\x15\x29\xb1\x39\x21\ -\x16\x42\xa1\x10\xde\x44\xf8\x67\xa4\xf6\x99\xaf\x65\xe0\xe5\xcd\ -\x9b\x91\xfc\x4a\x32\x76\xe5\xed\xc2\x1b\x24\xe2\xf8\xd8\xb8\x69\ -\x53\x12\x5f\x24\x4a\x5c\xa1\x7c\x45\x8e\xd2\xbc\x74\x7c\xf8\x66\ -\x01\xd6\x87\x04\xc3\xc5\xc5\x05\x0c\xc3\x90\x06\xec\xc7\xd7\x15\ -\xd6\xe8\x0e\x0b\x42\xab\x89\x09\x6e\x08\x04\x97\xb9\x04\xac\xb2\ -\x25\xa3\xb6\x7e\x9d\x05\xd2\x5c\x8c\xb0\xcd\x6b\x15\x94\x21\xb6\ -\x50\x46\x7a\x20\x4d\x6c\x0d\x63\x43\x03\x88\xdc\xdd\xb1\x35\x27\ -\x97\x4d\x7b\xe3\xef\x1b\xd1\xd4\xd4\x44\xd3\xce\x3e\x0b\x96\x05\ -\xc1\x5a\x20\x84\xdc\xd9\x0c\xaf\xba\xae\xc4\x0e\x09\x1f\x45\xb1\ -\x5e\x28\xda\x28\x41\x9c\xa7\x35\x56\xac\x30\xc4\xad\x5b\x6d\x78\ -\xd8\x60\x85\xae\xd3\xc6\x90\x58\x0b\x71\x5d\x77\x31\x2e\x2e\x5d\ -\x8a\xab\x0b\x17\x26\x51\x03\x96\x0e\x0e\x8e\xd8\xe4\x64\x84\x1d\ -\xde\xc6\x78\x3f\xc6\x1e\xc7\x37\x79\xa2\x40\x6a\x81\x22\xb9\x13\ -\xdc\xec\xd7\x22\x3b\x3b\x1b\x5d\x77\xef\x62\x70\x70\x90\xa4\x72\ -\x14\x1c\x7b\x7a\x7b\x91\x4f\xce\x0a\x37\x47\x3b\x6c\xb0\xd1\xc3\ -\x1e\x89\x05\x3e\x48\xf2\x40\x79\x8c\x1d\xf6\xfb\xaf\x46\x41\x98\ -\x1d\x4c\x4d\x2d\x51\xfb\x2b\x4b\xf4\x5d\x32\x86\x8d\x35\x1f\x46\ -\x2b\x57\x21\xd6\x4d\x67\xea\x23\xfd\x05\x28\x5f\xa0\xb3\x51\x87\ -\xc2\xd4\x94\x37\x92\x97\x10\xca\x1c\x8f\xb2\xc2\x35\x85\x1f\x9a\ -\x73\xa4\xf8\x38\xce\x1e\xb9\x01\x42\x78\x91\x5a\xd7\xd7\xd7\x63\ -\x68\x78\x98\xe5\xf0\x74\x43\x51\x03\x6c\x87\xdf\xb9\x73\x07\xce\ -\xe4\x8c\x48\x17\x5b\x11\x61\x5b\x34\x65\x07\xe0\x0f\x5b\xc4\xf8\ -\x24\xd6\x1a\xca\xc4\x20\xf0\x78\x6b\x30\xd6\x6c\x0e\x6f\x77\x3e\ -\x2c\x2c\x2c\xe0\x24\x58\x88\x9e\xd3\x0b\xf0\xa7\x8f\x16\x17\xd3\ -\xd1\x9f\xae\x81\x89\x89\xd4\x4f\x2c\x41\xc5\x81\xad\xcc\xad\x03\ -\x49\x68\xd9\x1b\x8d\x9a\xa2\x2c\x28\x77\xe7\x21\x95\xcc\xf3\xc4\ -\xc4\xc4\x7f\xc5\x89\x30\x27\x3e\x3e\x3e\x0e\x8a\xed\xdb\xb7\x93\ -\xb9\x4f\xc1\x67\x85\x0a\x5c\xd9\x2d\xc7\xed\x83\x49\xa8\x2e\xce\ -\x43\x50\x48\x24\xae\x94\xdb\x20\x36\xdc\x0e\x02\x81\x00\x66\xc6\ -\xcf\xe1\xef\xa7\x74\x71\xfd\xbd\xc5\xf5\x44\x56\x8f\x70\xa1\x0e\ -\x87\x65\x3f\x5e\x26\xb0\x59\xbb\xf6\x7c\x64\x44\x84\x8a\x9e\xeb\ -\x3b\xc9\x3f\x2d\xff\xe0\x43\x56\x64\x68\x68\xe8\x5b\xc5\xa9\x31\ -\x4a\x8a\xca\xca\x4a\x24\x27\x27\x43\x91\x91\x8e\xec\xcc\x4c\x28\ -\x92\x83\xd0\x76\xda\x0d\x7b\x32\xdc\x61\x69\x29\x80\xa1\xa1\x1e\ -\xda\x7e\xad\x8b\xfe\xab\x52\x10\xb9\x4d\x33\xdd\xa0\xbe\x00\xa8\ -\x00\x1b\x35\x2b\x4e\x56\x36\xed\xda\xe2\x74\xc4\xd8\x75\x6a\x6a\ -\x0a\x1c\xc6\x1e\xde\x06\xfe\x1c\x88\xf2\x43\xa1\xe0\x99\x59\xc2\ -\x90\xd4\xbd\xb1\x74\x11\xbe\xaa\x31\x27\xf7\x49\x17\x35\x10\xc7\ -\x46\xff\x0c\x48\x41\xa0\x52\xab\xe7\x2c\x4e\x57\x6a\x80\x9d\x77\ -\x55\x2f\x46\x6e\x47\xa2\xf9\x74\x02\x78\xe6\x42\xac\x5c\x65\x81\ -\x53\x05\xba\x78\x70\x41\x0f\x4d\x8d\x97\xe8\x25\x46\x0d\x84\x53\ -\xa1\x19\x0d\xd0\x33\x9c\xad\xfb\xdc\xc4\x09\x27\x31\x36\xfa\x08\ -\xea\xb6\x97\xd0\x59\x97\x02\x4b\xa1\x1d\x56\x9b\x09\x71\x64\xcb\ -\x8f\x30\x70\xf9\x39\xd4\xfd\xee\x38\xae\xb7\xb6\x62\x60\x60\x00\ -\x54\x63\x36\x03\x5a\xd1\x73\xe2\x74\xd5\x16\xd7\x60\x4a\xa3\x81\ -\xaa\xfd\xa7\xe8\xbb\xa5\x80\x9d\xbd\x23\xe9\x78\x21\xb6\x26\xe9\ -\x61\xa8\x5e\x17\xb5\x67\x0b\x51\x47\x8e\xe6\xce\xce\x4e\x10\xcc\ -\xd9\x80\x56\xf4\x94\x9c\x30\x27\x4e\xa9\x61\x80\xc1\xf6\x1c\xa8\ -\xbb\xf6\xc2\x43\xe4\x0a\x3e\x5f\x88\xc4\x50\x13\x8c\x36\xea\xa2\ -\xe1\x93\x74\x9c\x39\x7b\x0e\xcd\xcd\xcd\x34\x98\x39\x1b\xf8\xb6\ -\xe8\xb5\xc4\xe9\xca\x80\x88\x77\x28\x81\x2f\x0f\xe2\x85\x00\x67\ -\x22\x2e\x80\xcc\xc7\x0c\xea\xba\xc5\x68\xad\x8a\xc0\xb1\xf2\x13\ -\xec\x9b\xd3\xfd\xfb\xf7\xd9\xa0\x34\xf3\x30\xf0\x54\xf4\xda\x26\ -\x68\xe4\x03\x77\xdf\x22\xe2\xf9\x48\x88\x74\x65\xc5\x5d\x9d\x2c\ -\xd1\x7f\x61\x09\x6e\x56\xd8\x60\xe7\xae\x02\x14\x17\x17\xb3\xaf\ -\x6a\x5d\x5d\x5d\xe8\xee\xee\x66\x3a\xee\xfe\x95\x1a\xf0\x9c\xcd\ -\xc0\xe3\x9d\xcf\xd5\x5e\x2b\xf5\x23\xc3\x43\xf8\x67\x73\x22\x32\ -\x37\x0a\xb0\x86\xcc\xba\x95\x95\x00\xdd\x67\x9e\xc7\x3f\x6a\xf8\ -\x38\x50\xf4\x36\x4e\x9c\x38\x81\xf6\xf6\x76\x50\x68\x34\x53\x4c\ -\x4f\xcf\x3d\xb8\x8b\xdc\x72\xf4\xf4\xf5\x7f\x38\x37\x03\xda\x9d\ -\xcf\x91\x6d\xbc\xbe\x2f\x3b\xd0\xf3\x45\x35\x5e\x8a\x0b\xc4\x6a\ -\x9e\x00\x7f\x3c\xbe\x8c\x9c\xf9\x06\xe4\x7e\x50\xa2\xb4\xf4\x17\ -\x34\x72\x7a\x13\x92\xfd\x13\xac\x78\xcc\x86\x98\x7c\xfa\xee\x41\ -\x45\xe6\x62\x40\x6b\xf4\x28\xb9\xda\x53\xfc\xe5\xe6\x49\xdc\xa8\ -\xd9\x89\x2b\x15\x21\xa8\x2e\xb5\xc2\xe4\xe7\xcf\xe3\x27\x9b\x62\ -\x70\xe4\x48\x09\x6a\x6a\x6a\xa6\xb3\x46\xbe\xd3\xdb\xdb\x83\x8c\ -\xcc\xd7\x0e\x71\x87\xcf\x7c\x0d\x3c\x31\x7a\x5c\xfa\xd5\x2a\x15\ -\x2a\xdf\x49\x46\x53\x65\x14\x6a\x8e\xf9\xa3\xfe\x5c\x21\xea\x6b\ -\x2f\xb2\x17\x17\x07\x4e\x7c\xf7\xde\x5d\xef\x72\x3f\x6e\xe6\x6e\ -\xe0\xb1\xfa\x6b\x1b\xd0\x90\x77\xc3\x2a\x2c\x5f\xbe\x02\x9f\x5f\ -\x28\xc1\xe8\xb0\x1a\x93\x1a\x06\x0f\x1f\xfe\x1b\x2d\x2d\x2d\x20\ -\x20\x7b\xc7\x19\x2a\xbe\x87\x8a\xcf\x13\xd4\xc0\x33\x1b\x90\x92\ -\xe2\xc2\x67\x9f\x62\x62\x7c\xec\x9b\x06\xd3\xb0\x7b\xfb\xfa\xfa\ -\xd0\xda\x7a\x1d\x0c\xa3\x61\x6b\x9e\x91\x95\x51\x44\xaf\xdc\xef\ -\xda\x00\xcd\x02\x15\xa5\xa4\x4d\xf6\x84\x81\xb6\xb6\x36\xa6\x87\ -\x44\x1e\x1f\x1f\xb7\x9b\x13\x9f\xbf\x81\xff\x11\x43\xa3\xe3\xb8\ -\xd1\xd6\x0e\x91\x87\x48\xc1\x35\xdc\xbc\xa1\xab\xab\x2b\xa0\x26\ -\xfe\x0f\x8a\x0c\x8d\x8c\x16\xe9\x7c\x5f\xf0\x1f\x30\x1f\x06\xab\ -\x8e\x52\x17\x9e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x07\xe4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x07\x61\x49\x44\ -\x41\x54\x78\xda\xc5\x97\x6b\x6c\x14\xd7\x15\xc7\xff\xe7\xce\xcc\ -\xee\xec\xae\x1f\xeb\xc7\x62\x30\x26\x3c\x64\x67\x21\x24\xd0\x00\ -\x01\x85\x2a\x12\x52\x24\x54\xe5\x5b\xd5\x82\x22\xd4\x36\x54\x6a\ -\x9b\xb6\x28\xad\x08\x7d\x24\x6a\x25\x44\xd5\xa4\x1f\x92\xd0\x2a\ -\x69\x28\x8a\x92\x3e\x92\xb6\x48\x45\x4d\xdb\x7c\x48\xa5\x56\x51\ -\x9b\x84\x84\x36\x3c\x02\xa6\x84\x87\x03\x36\x60\x9b\x35\xbb\x6b\ -\xf6\x35\xbb\x3b\x33\xf7\xde\xd3\x1b\x77\x65\x61\x84\x8d\x1b\x3e\ -\xe4\x27\xfd\x74\xe6\xcb\xcc\xf9\xdf\x73\xe6\xc3\x0c\x31\x33\x6e\ -\x0d\x22\xe0\xe3\x3f\x64\xd6\x01\xf6\xef\xdf\x6c\xf5\xa5\x06\xee\ -\x8b\xda\x2d\x9b\x1c\x77\xfe\x7a\xd7\xed\xe9\x8e\xc4\x17\x74\xd8\ -\x76\x1b\x05\xfe\x95\x62\xe8\x5d\xca\x48\xef\xd2\x7b\x7e\x79\x70\ -\x5f\xc6\x6d\x79\x63\xc3\x86\x7f\xc8\x59\x07\x18\x1d\xfd\xc5\x5d\ -\x7e\xf5\x4c\x79\x71\xef\xcf\x86\x70\x1d\x47\x8e\xac\x89\x3b\x55\ -\xf5\x6d\x30\xed\x48\xba\x3d\x1d\x89\xb8\x83\x58\x32\x0a\x3b\x96\ -\x82\x15\x6f\x07\x21\x0a\xe5\x87\xd0\x81\x42\x50\xae\xc1\x1b\xbf\ -\x82\x7c\xe6\xc0\x55\x84\xea\xa7\xca\xab\xee\x5e\xf1\xc5\x8c\x77\ -\xd3\x00\xe7\x07\xb6\x0f\x46\xb5\x58\x94\x2b\x1e\xd8\xbd\x72\xed\ -\xbf\x77\xa0\x41\xff\xdb\xab\x1e\x24\xf0\xee\xb6\x68\x6a\x5e\xe7\ -\xc2\x3b\x61\xb9\x0a\x60\x1f\x33\x42\x11\x13\xa6\x03\xc5\x8b\xe7\ -\x90\x1b\x7c\x6b\x8c\x58\x7e\x77\xd9\xa6\xe1\x57\x66\x0c\x70\xec\ -\xf0\xbd\xc5\xa5\x3d\x1b\x5b\x46\x47\x8e\xa2\x22\x33\x4f\xad\x58\ -\x77\xf8\xb1\xe3\xef\xae\x7e\xd2\xd5\xf6\xf7\xe7\x75\x2d\x46\xb4\ -\x35\x09\x80\xf1\xff\x21\x20\xab\xcd\x18\x3b\x7d\x00\xc5\xec\xd0\ -\xb3\x77\xbb\xa3\x8f\x62\x13\xab\x1b\x06\x38\x7e\x68\x5d\x31\x3d\ -\x6f\x7d\x8b\xd6\xc0\xe5\xcc\x19\x78\xe1\xd8\x99\xa4\xdb\x9b\xee\ -\xec\xec\x06\x59\x35\xdc\x12\x9c\xc0\xc8\xc9\x53\x18\x38\x75\xf8\ -\x6f\xb1\x52\xf6\x81\x0d\x3b\xa7\x86\xb0\x01\x03\x03\xda\x57\x60\ -\xf2\x31\x37\xb5\x0c\x61\xb0\x34\x1d\x89\x02\xac\xab\x46\x60\x12\ -\x86\x81\x1b\x95\x00\xe5\x80\x1c\x0b\xac\xeb\x33\x4c\xa8\x82\xee\ -\x74\x1f\x8a\xa5\xda\xc6\x53\xf9\x63\x2f\x01\xd8\x3a\x35\x40\x03\ -\xa5\xd4\xe4\x0d\x96\x00\x54\x48\x00\x4d\x6d\xae\xc3\x00\xb5\xd1\ -\x8b\x08\xc7\x33\x90\xf9\x2c\x64\x39\x0b\xb2\x2c\x44\xda\x7b\x60\ -\xb7\xce\x81\xdb\xb5\x08\x91\x8e\x36\xe0\xba\x49\x33\xaa\xe8\x5b\ -\x7e\x07\x06\x07\xc7\x1e\x7a\xe1\xd1\x96\x13\x5f\xdb\x5d\x7a\x66\ -\xea\x0a\xfe\xb5\xb6\xb8\xa8\x79\x55\x0b\x43\x81\x44\xa3\xab\x29\ -\xdc\xc8\xc0\xc6\x60\x7c\x04\x85\x73\xef\x41\xd7\xab\x40\xa8\x41\ -\x46\x0e\x19\xac\x19\x36\x4b\xa0\x41\xac\x67\x39\x9a\xd2\x6b\x41\ -\xf6\x0d\x66\x51\x92\x78\xe1\x97\x7f\x2e\xcf\x8d\x89\xdb\xbe\xb1\ -\xa7\x50\xb8\x66\x05\x0c\x25\x25\x88\x18\x9a\xc9\x54\x00\x44\x13\ -\x01\x98\x25\x2a\x23\xef\xa3\x9e\x3f\x0f\x58\x80\x6f\xdb\x38\x31\ -\x62\xe1\x7c\x86\x90\x29\xa0\x5a\xab\x2b\x50\x18\xc6\xbb\x13\x0a\ -\x9f\x49\x87\xe8\x1a\x3e\x09\x3f\x3b\x84\x96\xe5\x1b\xe1\xb4\x36\ -\xe3\x5a\x12\x2e\x21\xdd\x97\x6e\x3e\x72\xf4\xe4\x5e\x00\x0f\xc2\ -\x20\xd0\x08\xa0\x95\x84\x32\xb2\x0a\xa1\xb5\x91\x43\xb0\xb1\x3c\ -\x76\x14\x7e\x6d\x08\x14\x17\xb8\x5c\x14\x78\xf5\x90\x5b\x1f\x1c\ -\x8f\xee\x26\xc7\x4d\xef\xd9\x97\x4f\xfc\xea\x4f\x85\x44\xcf\xdc\ -\xc4\xa7\x4a\x22\xf6\xdc\xee\x37\x5d\xff\x9f\xe7\x6c\xa8\xba\x87\ -\x52\xff\x5f\x21\x3d\x1f\xda\x0f\xa6\x78\xdf\xda\x5e\x5c\xcc\xf2\ -\x67\x77\x7d\x99\xdc\xc9\x09\x10\xf3\xc4\x7e\xc9\x26\x30\xd1\xe4\ -\xfb\x14\x56\x2f\x23\x0c\x2e\x98\xe6\x04\xdf\x63\xf4\x8f\x34\x15\ -\xbb\x7b\xac\xf5\x0f\x3f\x7e\xe1\x03\x5c\xc3\x8f\x5e\xbc\x72\x1c\ -\xc0\xb7\x9e\xdf\x91\xda\x35\x34\xee\xbc\xd1\x9e\xab\x2d\x5f\x91\ -\xaa\x8b\xca\xc0\x41\x6a\xea\x5b\xc7\x60\x2d\x26\x57\x64\x01\x77\ -\x2c\x99\x1b\x09\x6a\x99\x2f\x00\x78\x51\xc0\x50\xf7\x35\x94\x0a\ -\x1a\x9a\xd4\x1c\x80\x8d\xb0\x08\x76\x53\x0b\x84\xcb\x88\xa5\x18\ -\x4b\x17\xaa\xd6\x64\x4c\x6f\xc7\x34\x6c\x7b\x26\x9b\x5f\xbe\xc8\ -\xfd\x74\xd1\x49\x5c\xf0\x94\x55\x0c\xaf\x5e\xbc\x54\xcf\x9c\xcb\ -\xe9\xc0\x2f\x1b\x43\xa3\x36\xaa\xbb\xd3\xed\xba\xea\xf3\xe7\x27\ -\x57\x50\xae\x28\xf2\x46\xfb\x11\x14\x86\xa1\x83\x3a\xb4\x09\xa2\ -\x75\x00\x11\x6d\x42\x22\xb5\x0a\x89\x8e\x3b\xe1\xb4\x34\xa1\xef\ -\x9e\x2a\x96\x74\xab\xaf\xbc\xf3\xbb\x85\x3f\xc6\x34\x6c\xd9\x99\ -\xf1\x7a\x7b\x22\xdb\xca\x76\xec\x20\x80\x73\x41\x76\x70\xd0\x34\ -\x1d\x35\xe6\x8d\x25\x63\x7d\x41\xca\xad\x14\x3d\x5e\x3c\x19\xa0\ -\x56\x95\xc3\x7e\x39\x83\x6a\xee\x24\xca\xa3\x6f\xa1\x9a\x35\x7b\ -\x2f\x5f\x80\xf2\xc7\xa1\x82\x02\xd8\x26\x44\x9a\x17\x21\xd6\xd6\ -\x85\xee\x35\x15\xb4\xb6\xe8\x1f\x7c\xf8\xf6\xfd\x7d\x98\x86\x79\ -\x49\xbc\x6b\xbb\x4e\x06\xc0\x98\xaa\x15\x33\xca\xaf\x8f\xea\xff\ -\x39\x66\xcc\xc6\x2c\x5d\x29\x79\xcc\x93\xef\x80\x5f\xd7\x5b\x8e\ -\x78\x5d\xaf\xfa\xe3\x6a\x61\xe8\x2b\x48\xc9\xd0\x2a\x07\x42\x96\ -\x2d\x62\x76\x2c\x13\xc0\x01\xc5\x1c\x12\x6e\xa4\x95\x3b\xe7\xa4\ -\x8a\xa9\x56\x9e\x07\x60\x00\x37\xa0\x6f\x4b\xa6\x3c\xfa\x5c\xe7\ -\x98\x64\x4a\xda\xa4\x6b\xca\xbb\x2a\x85\xe3\x06\x00\x3c\xa3\x9b\ -\xb0\x39\x5a\xf2\xb4\xbf\x6b\x17\x09\x1b\x86\xcf\x6d\x3d\x7d\x0c\ -\xc0\x12\x4c\xc3\xcb\x3f\xe9\xc1\x97\x1e\x1b\xc6\xec\x21\xb0\x6a\ -\x2f\x13\x26\x88\xc9\x4a\x46\x0a\xcb\x0d\x98\x55\x8d\xb5\x74\xa5\ -\x54\x81\xd4\x88\xee\xdc\xc9\xda\xc6\x0c\xfc\x70\x5b\x17\x49\xc9\ -\x42\x10\x68\xcf\xae\x1e\xf9\xcd\x9d\xb3\x0b\xf1\xc1\x6f\x53\xe6\ -\x90\xb2\x66\x11\x6b\x00\x75\xe5\xe5\x02\x05\x04\x00\x5c\x63\x78\ -\xa5\x2c\xa2\xf1\x88\x68\xac\xe0\x3a\xf6\x7e\x27\x49\x31\x48\x34\ -\x5b\x92\xee\xef\x50\x94\x8c\x83\x0e\xe7\xdb\x44\xbe\x18\x0a\x00\ -\x1a\xb3\x40\x91\xb5\x20\x1a\x41\x05\x92\x6a\x60\x76\x01\x04\x0d\ -\xa3\xc6\xb0\x50\xb3\x23\xf1\x88\xf2\x61\x10\xb8\x8e\xaf\x3f\x5d\ -\xe0\x87\x9e\xae\xf0\x5d\x1d\x3e\xf7\x24\x99\x13\x31\x81\x95\xf3\ -\x7c\x1a\x2b\x5a\xd1\x9f\xef\xea\xc6\xcd\x38\xb1\x6f\xbe\xa3\x2d\ -\xd1\xdb\x6c\xeb\x12\x3b\x76\x15\x42\x14\x00\x14\x8d\x57\x8d\xc3\ -\x30\x75\x20\x67\x17\x3a\x9a\xe9\xc3\x46\x80\x1b\xd3\xf7\x3d\x66\ -\xb6\x2d\xc0\xb6\xa8\x35\xae\xc5\xbd\x4b\x2c\x6b\x78\x8c\xdd\x97\ -\x9f\xec\xc2\x74\x1c\xda\xdf\x23\x02\xc7\x5a\x16\x41\xb4\x4e\xba\ -\x5e\x31\xf7\x96\xcc\x33\xaa\xb0\x44\x09\xc0\xe5\x46\x90\xe2\xe9\ -\x8c\x5d\x68\x6b\xa6\x43\x30\xd8\x98\x86\xb3\xcf\x46\x89\x2d\x1b\ -\x30\x21\xd8\x12\x7a\x45\x77\x55\x89\x68\x92\x8f\x0f\xd7\xad\xbd\ -\x4f\x74\xeb\xf6\x16\x87\x37\x3f\x72\x01\x30\xfc\xfd\x37\xb7\x91\ -\xeb\x88\x88\x9b\x88\xa5\x1c\xaf\x02\x11\xd4\x3d\x73\x5f\xc8\x80\ -\x43\x40\x60\x2a\x13\xc3\x81\xd6\xce\x55\xdf\x75\xf2\x9e\xb4\x56\ -\x2f\x0c\x4f\xcd\xf8\x51\x7a\xf6\xf9\x38\xb1\x6d\x1b\x2d\xc0\xfa\ -\x28\x84\xc5\xb0\x04\xaa\x1c\xa7\x13\xc3\x55\x28\xa7\x5d\x28\xd4\ -\x45\x53\x9c\x44\x67\x32\x66\x25\x50\xb2\xdb\xa3\x31\x17\xd5\x42\ -\x2b\x94\x8a\x93\x52\x0e\x49\xe5\x40\x2a\x65\x6a\x84\xa4\x8c\x42\ -\x4a\x7a\xed\xec\x1c\x3b\x73\x25\x9f\x79\xea\x2f\xf2\xfd\x19\x27\ -\x60\x1a\x22\xfd\x70\x49\x9f\xfe\x75\x27\x2d\xdd\x9a\xe3\xc9\x37\ -\xfc\x8f\x0b\x71\xcf\xed\x2e\x20\xea\x9a\xac\xa8\xa9\x16\x38\xf0\ -\x00\x26\xb0\xaa\x86\xb0\x2d\x9f\x88\xc0\x20\x07\x0c\x45\x0c\x9b\ -\x99\x43\xb0\x08\xf3\xf5\x36\xfb\xfc\x65\x8f\x56\xce\x57\xfd\x33\ -\x7e\x96\x1f\x7f\x69\x11\xb9\xfa\x2a\xd2\x5f\x2d\x32\xa6\xe1\x3f\ -\xaf\xdf\x4e\x20\x12\x60\x10\x98\x05\x69\x2d\xa0\x74\x84\x94\x8a\ -\x41\xa9\x28\x49\xa9\x21\x95\x45\xa1\xb4\xcc\xb5\xa3\xa4\x15\x79\ -\xbd\x3f\x6a\x85\xe5\xf1\xcc\xe3\xbf\x0f\x33\x30\x4c\x3b\x81\x33\ -\x25\x81\xcd\xdb\x4d\xf3\x19\x60\xc7\x06\x88\x34\x18\x02\xcc\x1a\ -\x5a\x03\x42\x49\x10\x42\x02\x87\x6c\x46\x48\x9a\x05\x2c\x61\x81\ -\x1d\x79\x26\x97\x94\xa2\x3e\xec\x4d\x36\x9f\x32\x81\x8f\x49\xff\ -\x9b\x2b\x09\x13\x31\x98\xa0\x14\x91\x39\x31\xa4\x12\x24\xe5\x47\ -\x27\x17\x13\xc2\x16\x63\x79\xdb\x1e\x38\x35\xa2\x5a\x73\x61\x7e\ -\xd3\x1f\x18\xb7\x1a\x60\x6a\x88\x77\x56\x13\xb4\x86\x69\x4e\x30\ -\x5e\xd3\x9c\x22\x4e\x8c\xbc\x6c\x55\x8c\x9c\xbf\x22\x1f\x78\xc2\ -\xaf\x03\x3c\xcd\xaf\xd9\x2d\x72\xfc\xe0\x1a\xa2\x70\xe2\xd3\xcc\ -\xa8\x44\xcc\x8e\x8a\xe0\xe2\x25\x8a\x48\xd6\x15\xcf\xd3\x2b\xb7\ -\xfb\x7a\x96\xff\x86\xb7\xce\xd0\x6b\x69\x92\xd9\x1c\x49\xdf\x67\ -\x5b\x79\xdc\xfb\x08\xdf\xfc\xdf\xf0\x93\x44\xe0\x13\xe6\xbf\x92\ -\x72\x1f\x2a\x41\x39\x0f\x72\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\xe6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x04\x03\x00\x00\x00\xed\xdd\xe2\x52\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x24\x50\x4c\x54\ -\x45\xff\xff\xff\x4f\x4f\x4f\x77\x77\x77\x4f\x4f\x4f\x63\x63\x63\ -\x77\x77\x77\xe0\xe0\xe0\xe6\xe6\xe6\xed\xed\xed\xf3\xf3\xf3\xf9\ -\xf9\xf9\xfc\xfc\xfc\x20\x20\xa2\x0c\x00\x00\x00\x03\x74\x52\x4e\ -\x53\x00\xb4\xb4\xb6\xd3\xd8\xf7\x00\x00\x00\x25\x49\x44\x41\x54\ -\x08\xd7\x63\x60\x80\x03\xd5\x50\x10\x50\x60\x60\xf0\xde\xbd\x6b\ -\x46\x59\x9a\x03\x03\x83\xb0\x31\x08\x08\x30\x60\x01\xb4\x52\x0c\ -\x00\xe7\x64\x13\x8d\x7a\x63\x2c\x89\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x02\xb3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x7a\x49\x44\x41\x54\x78\xda\xad\x53\x5d\x68\x92\x51\ -\x18\x9e\xa3\x62\x2d\x8d\x98\x77\xde\x14\x8c\x08\x2f\xb5\x41\xdb\ -\xd2\x40\x93\x61\xc2\xdc\xba\x71\x92\x5e\x34\xa6\x32\x86\x3f\x65\ -\x43\xa5\xa6\x49\xb8\xe9\xe6\x5f\x1a\x0a\xb2\x05\xd2\xa0\x91\xad\ -\xc6\xa2\x8d\x11\x8c\x84\xd8\x8c\xd8\x86\x1a\x85\x44\x6c\xe2\xc5\ -\x28\x71\x66\x6d\xd1\x45\xf0\x3d\x9d\xaf\x98\xd4\xc8\xba\xd9\xb9\ -\x79\xcf\xfb\xf7\xbc\xe7\x7d\x78\x4e\xdd\xbe\x1e\x00\x3f\x6d\x24\ -\x12\x69\x8e\xc5\x62\x9a\x78\x3c\xae\x34\x9b\xcd\x4c\x3a\x56\x28\ -\x14\xfe\x0f\x20\x14\x0a\x1b\xdc\x6e\xf7\x82\xc9\x64\x42\x4f\x4f\ -\x0f\x7a\x7b\x7b\x61\xb7\xdb\x11\x08\x04\xfc\xd5\x01\xb5\x8e\x56\ -\xab\x6d\xb4\x58\x2c\x1f\xdb\xda\xda\x62\x2c\x16\xeb\x3c\x83\xc1\ -\x38\x49\xac\xa8\xa5\xa5\x25\xa8\x52\xa9\xbe\x87\x42\xa1\x55\x52\ -\xc6\xf8\x17\xc0\x0c\x31\xc7\x6b\xa4\x99\x12\x89\x64\x3a\x18\x0c\ -\xae\xd0\x8e\xc3\xe1\xf8\x33\x2b\x16\x8b\xbb\x89\x69\xfc\x3d\xc6\ -\xe3\xf1\x4e\x08\x04\x82\xe6\x3d\x2b\xda\x3c\x1e\x4f\x88\xbe\xd7\ -\xd7\xd7\xff\x0a\xb2\xd9\x6c\x86\x48\x24\x3a\xb2\x5b\x64\xb5\x5a\ -\x07\xaf\x99\xcd\x95\x81\x81\x01\x18\xf5\x7a\x10\x7f\x9b\x4c\xb4\ -\xee\xe6\xbb\xba\xba\xae\xf7\xf7\xf7\xb7\xfe\x8d\x7d\xa6\xd3\xe9\ -\x5c\xa5\xc9\xeb\xd3\xe9\x29\xa7\xf7\x2e\x2c\x37\x83\x50\x28\x94\ -\x94\x9e\x00\x8d\x0c\x0f\x67\x9a\x9a\x9a\x8e\xd1\x85\x52\xa9\x74\ -\x70\xef\x8e\x87\x5d\x2e\xd7\xba\x46\xa3\xc1\x8b\xe5\x57\x98\xcd\ -\x7c\xc3\x44\xe6\x2b\x26\x92\x15\x3c\x5a\x29\xe3\xb2\x6e\x10\xe4\ -\x45\x94\xd7\xeb\xfd\xc0\xe5\x72\xd9\xf4\x06\x1d\x1d\x1d\xa7\xab\ -\xdd\x63\x63\x63\xcf\x8d\x46\x23\x36\x36\xd6\x31\xbd\xf8\x0e\xb7\ -\xe6\x2b\x98\x5e\x98\xc7\x8d\xe1\x11\x98\x67\xb2\xb0\x8e\x3e\x44\ -\x7a\x6d\x15\x44\x13\x54\x38\x1c\xce\x93\x96\x06\x42\xea\xc1\x2a\ -\x80\xcd\x66\x7b\x43\xc4\x43\x55\xca\x65\xc4\xe7\x5e\xa3\x75\xe8\ -\x01\x8c\xba\x3e\x48\xdb\xcf\x80\x7f\x7f\x0d\x57\xef\xcc\xa3\x90\ -\xcf\x23\x9d\x4e\x83\xf0\x81\x68\x34\xfa\xac\xda\xac\xd3\xe9\xea\ -\xf8\x7c\xfe\x29\x82\x8e\x6c\x36\x43\x25\x9e\xa6\x70\x71\xae\x04\ -\xf6\x85\x6e\x1c\x55\x68\x20\x99\x2d\x40\x65\x8b\x62\xe7\x4b\x05\ -\xc5\x62\x11\xc9\x64\x12\x3e\x9f\x0f\x64\x9d\x2b\x55\x10\x99\x4c\ -\x56\x47\x04\xc3\x33\x18\xf4\x5b\x2f\x53\xcb\x50\x0e\x3d\xa6\xce\ -\x05\xdf\x83\x67\x5d\x84\xc4\x39\x8b\x40\xe4\x1e\xca\xe5\x12\x36\ -\x37\x37\xc9\x90\x2c\xc6\xc7\xc7\x29\x22\x75\xd0\x5c\xec\x25\xf3\ -\x90\x5c\xde\xe9\x70\x8d\x8c\x6e\x5d\x32\xdd\x86\x48\xed\x86\x27\ -\x3c\x49\xed\x6c\x7f\x46\xa9\x54\x42\x2e\x97\xc3\xd4\xd4\x14\xfc\ -\x7e\xff\x27\xb9\x5c\x7e\x96\xc3\xe1\xd4\x96\x76\x77\xa7\xb4\xfd\ -\x6d\x76\x6d\x28\x95\x5a\x9a\x4c\x24\x12\x4f\xc8\xb3\x67\x0c\x06\ -\x43\x4c\xad\x56\xab\x48\xfa\x00\x01\xd9\x9f\x1f\xfc\x03\xb2\x2a\ -\x3c\xb0\x8c\x93\x6b\x36\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x03\x4a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\ -\x03\x76\x01\x7d\xd5\x82\xcc\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xd7\x0c\x1b\x16\x0a\x05\x13\x29\x78\x6f\x00\x00\x02\xd7\x49\x44\ -\x41\x54\x78\xda\x8d\x92\xcf\x6b\x54\x57\x14\xc7\x3f\xf7\xbe\x37\ -\x6f\x5e\x66\x32\x93\xa9\x24\x1d\x27\x89\x10\x75\x5c\x34\xb5\x3f\ -\xd4\xaa\x7f\x81\x0b\x15\x17\xa1\xe8\x2a\xd0\x45\x6d\x17\x81\x2e\ -\xda\x95\xbb\x4a\x76\x5d\x15\x04\x41\x8b\x36\x5d\x74\x91\x62\xe9\ -\x1f\x10\x88\x6e\x5c\x88\xa0\xa8\xd8\x92\x90\x74\x88\x21\x93\xa8\ -\x33\x31\x33\xe3\xcb\xcc\xbc\x5f\xf7\x79\x78\x74\x21\xd2\x85\x07\ -\x0e\xe7\xbe\xfb\xee\xf7\x73\xbf\xe7\x70\x55\x6b\x7e\xfe\x68\xef\ -\xee\xdd\x9b\xad\x85\x85\x7d\x00\xc9\x5b\x09\x60\x80\x77\xf7\x9d\ -\xbd\x7b\xed\xca\xf4\xb4\xf7\x6a\x65\xe5\x8c\xaa\x5f\xba\x74\x2f\ -\x3c\x70\xe0\x64\x57\x29\xde\x37\x12\xa5\xd0\xad\x16\x2f\xaf\x5f\ -\xbb\xa3\x16\xb4\xde\xd8\x33\x3b\x3b\x66\x95\x4a\x24\x5a\xe3\x45\ -\x11\x05\xa9\xff\x17\xaf\x8d\x21\x6f\xdb\x68\xa9\x96\xd4\xa7\x33\ -\x33\x75\x1d\xc8\x47\xd0\xe9\x10\x78\x1e\xfe\xc1\x83\x94\x4f\x9d\ -\xa2\x1d\x86\xf8\xed\x36\x6f\xa7\xec\xa5\xff\xc2\x6a\x95\x60\x77\ -\x97\xb0\xdb\xc5\x17\xad\x0e\x21\x15\x27\x49\xc2\xe4\x89\x13\x94\ -\x2b\x15\xc6\xcf\x9e\xa5\xa7\x35\x81\x08\x25\xd3\xf5\xe8\xe9\xd3\ -\x8c\x94\xcb\x7c\x74\xfc\x38\x72\x36\x05\x44\x90\x02\x52\x07\xde\ -\xb3\x67\xac\xcc\xcd\x61\xa4\x85\xa2\xb4\x33\x3e\x35\x45\x9c\x1b\ -\x20\xca\xb9\x54\xce\x9d\x63\xb0\x58\x24\x0e\xc3\xf4\x8c\xb7\xb6\ -\x46\x24\x80\x10\xb0\xa3\x8c\x9d\x3a\x40\x84\xcf\xef\xdf\x27\xdc\ -\xf5\xd8\xff\xf5\x45\xdc\x7c\x9e\xd1\xf3\x17\xe4\x36\x83\x93\xcb\ -\x61\x44\x5c\x9b\xbb\x49\xf3\xe9\xdf\x80\x22\x5b\x1a\x4a\x01\xd6\ -\x54\x36\xf3\x43\xe0\x64\x8b\xb1\x00\x94\x89\x31\xcd\x3a\xf1\x46\ -\x8d\xfc\x67\xc7\x30\x5a\x83\xb6\xd0\x62\x79\xe7\x8f\x5f\xe9\x3c\ -\x79\x48\xaf\xd9\xa4\xbd\xbe\xc1\xfa\xe2\x22\x7e\xbf\xff\xda\x8e\ -\x2c\x8b\xf6\xe3\xc7\x98\x24\xa6\x58\x74\x28\xed\x71\xe9\xf5\xb7\ -\x51\x67\xbe\x64\xb0\xf4\x01\x91\x80\x77\x5e\x6d\xb3\xb9\xf0\x17\ -\xc9\xf2\x3f\x78\x5d\xf0\xfa\x9a\xd8\x76\x09\x01\x1d\xdb\x16\x89\ -\x02\xe9\x84\xac\x0e\x50\xfb\xc6\x99\xb8\x7c\x85\xd2\xf0\x08\x16\ -\x06\x2b\x31\x64\x07\x0b\x7c\xf8\xe3\x55\x32\x93\x87\x91\x91\xe0\ -\x66\x15\xb6\xad\x49\x01\xc6\x56\x0a\xad\x70\x6c\x70\x0f\x7f\xca\ -\xc7\x57\xe7\x19\x19\x1b\xc7\xd1\x90\xbb\x3e\xc3\xd0\xdc\x77\xb2\ -\x56\x0c\x09\x70\xe2\xa7\xdf\xc8\x7e\x72\x04\xc7\x01\x2b\xa3\xfe\ -\x73\x90\xd1\x28\x0d\x45\x79\x03\x5f\xdc\xf8\x93\x91\x51\x11\x5b\ -\xc2\xbc\xf2\x0d\xee\xf2\x6d\x0a\xff\xde\x61\xf8\xf7\xef\x29\xe6\ -\x73\x0c\x8f\x8e\xf1\xf9\xb5\x5b\x14\xaa\x87\xb0\x05\x10\xa5\x0e\ -\x84\x0e\xe0\x37\x1a\x38\xad\x06\x16\x32\xb0\xd9\xaf\xf0\x1f\x2e\ -\x92\x00\x26\x81\xf8\xd1\x6d\xcc\xcf\xdf\x32\xe0\x64\xc8\xb4\x9a\ -\x84\xdb\x0d\x94\x05\x06\x50\x37\x8e\x56\x9f\xf7\x6a\xf5\x72\x4e\ -\xc7\x72\xc3\x10\x95\xc9\x2a\x6a\xed\x01\x85\x1c\x69\xbf\x96\x06\ -\x3f\x00\xaf\x07\xf1\xc4\x31\x5e\x2e\xd5\xd8\x69\xb4\xe9\x3b\x05\ -\x96\x6a\xdb\x75\xdb\x2d\xef\x5f\x37\x41\x54\x56\xdd\x0e\x3d\x13\ -\xf3\x62\x75\x99\x01\x77\x10\x1f\x70\x22\x40\x41\x6c\x20\xd0\xd0\ -\x5b\x59\xa6\x1b\x42\x24\x43\xf5\xfa\x03\xe2\xc2\x5a\xb5\xb7\x96\ -\x56\xa7\x3b\x9b\x5b\xbf\x84\xbe\x5f\x4d\x78\xbf\x50\x5a\x23\xb9\ -\x2a\xaf\xf6\xe2\x1b\x6a\x91\x52\x21\x98\x91\x3a\x79\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x6b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\x01\ -\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x08\x50\x4c\x54\ -\x45\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x88\x88\x88\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\ -\x88\x88\x91\x91\x91\xab\xab\xab\xaa\xaa\xaa\x88\x88\x88\xb4\xb4\ -\xb4\xa4\xa4\xa4\xae\xae\xae\xb7\xb7\xb7\x88\x88\x88\xa9\xa9\xa9\ -\x07\x07\x07\x09\x09\x09\x4e\x4e\x4e\x57\x57\x57\x59\x59\x59\x5a\ -\x5a\x5a\x5b\x5b\x5b\x60\x60\x60\x62\x62\x62\x64\x64\x64\x66\x66\ -\x6a\x6e\x6e\x71\x74\x74\x74\x77\x77\x77\x79\x79\x79\x7a\x7a\x7a\ -\x87\x87\x87\x88\x88\x88\x91\x91\x91\x93\x93\x93\x95\x95\x95\x99\ -\x99\x99\x9c\x9c\x9c\x9e\x9e\xa1\xa4\xa4\xa4\xa9\xa9\xab\xac\xac\ -\xac\xad\xad\xb3\xaf\xaf\xaf\xb2\xb2\xb1\xb6\xb6\xbc\xb7\xb7\xb7\ -\xbc\xbc\xc1\xbd\xbd\xc2\xbe\xbe\xbe\xbe\xbe\xc3\xbf\xbf\xbf\xc0\ -\xc0\xc0\xc1\xc1\xc1\xc5\xc5\xc5\xca\xca\xca\xcb\xcb\xcf\xcc\xcc\ -\xcc\xd3\xd3\xd7\xd6\xd6\xd9\xd8\xd8\xdb\xdc\xdc\xdf\xde\xde\xe0\ -\xde\xde\xe1\xe1\xe1\xe4\xe2\xe2\xe2\xe2\xe2\xe4\xe5\xe5\xe5\xe5\ -\xe5\xe8\xe7\xe7\xe9\xe9\xe9\xeb\xeb\xeb\xec\xeb\xeb\xed\xef\xef\ -\xef\xf1\xf1\xf2\xf3\xf3\xf4\xf5\xf5\xf6\xf8\xf8\xf8\xfb\xfb\xfb\ -\xfc\xfc\xfd\xfd\xfd\xfd\xff\xff\xff\xeb\xa7\x4d\x13\x00\x00\x00\ -\x15\x74\x52\x4e\x53\x00\x0a\x0b\x1c\x20\x35\x4e\x4f\x53\x5d\x9f\ -\x9f\xbf\xc0\xdf\xe3\xe7\xe7\xe7\xe8\xf6\xda\x1e\x89\xe4\x00\x00\ -\x00\xb4\x49\x44\x41\x54\x18\x19\x05\xc1\xb1\x4a\x03\x41\x14\x00\ -\xc0\x79\x7b\xef\x2e\x31\x48\x50\x08\x22\x5a\x88\xd8\xf8\x2b\xfe\ -\xae\x9f\x62\x63\x95\x46\x50\x21\x6a\x17\x43\xbc\xdc\xed\x3a\x13\ -\x88\x02\x68\x95\xc4\x30\x34\x10\x7f\x23\x89\xf2\x14\xc0\x33\x0a\ -\x4c\x00\x28\x58\x1d\xc7\x19\xf3\xb8\x42\xf6\xf7\xa5\x1d\xa6\x65\ -\x89\x56\x8f\x9b\x9b\xd3\x36\xfb\xe8\x8f\x87\x7a\x2a\xa5\xd6\xb9\ -\x2d\x0c\xd9\x3f\x7a\x79\x57\x9b\x28\x16\xb7\xde\xb2\x4b\x26\x7d\ -\x68\x27\x8b\xd4\x65\xd9\x59\x5f\x18\xab\x32\xa8\x3b\x25\xe7\xf3\ -\xda\x5a\x5b\x56\x25\x22\x56\xfb\x39\xdb\xe1\xeb\xbb\x01\x62\xb3\ -\x6c\x59\x3f\x8f\xd9\x5f\x76\xa5\x9b\xeb\xcf\xb8\x9f\x6a\xe0\xe1\ -\xec\x6a\xe8\xa2\xcd\x1f\xbf\x5b\x12\x71\xbd\xee\x0a\xf5\xee\x15\ -\x81\x4c\xc0\x34\xf1\x0f\xa5\xe0\x4a\x0e\xda\xa4\xee\xbf\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x4a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x06\xec\x00\x00\x06\xec\x01\ -\x1e\x75\x38\x35\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x01\x07\ -\x01\x06\x37\xfb\xbf\x3f\xfb\x00\x00\x01\xca\x49\x44\x41\x54\x38\ -\xcb\x8d\x93\xbd\x6e\x54\x41\x0c\x46\x8f\x67\x6e\x7e\x44\x8a\x34\ -\x91\x42\x45\x41\x28\xc2\x13\xd0\x50\x53\xf2\x76\x74\xbc\x04\xaf\ -\x01\x1d\x42\xa2\xa1\x43\xa2\x0a\x05\xb0\x7b\xf7\xde\x19\xdb\x1f\ -\xc5\x6c\x10\x1b\xb6\x60\x9a\x29\x46\x3e\xb6\x8f\x3d\x06\x50\x8d\ -\x29\xc4\x2d\x70\xca\xff\x9d\x7e\x75\x51\x3f\xdf\x6d\xc3\x27\x80\ -\x10\xcf\x9f\x5d\x5d\x7e\xbc\x79\x72\x4d\xb3\x47\xbc\x7b\xf3\x8a\ -\x1f\x9b\x0e\x06\x19\xa2\xd6\x42\x31\x48\x03\x04\xd5\x82\xa7\xaf\ -\xdf\xbe\x80\xed\xfb\x69\x4f\x9c\x7a\x8a\x48\xd1\x94\x6c\xe6\x99\ -\x79\xee\xe3\xc5\x20\x22\x11\x60\x18\x56\x8c\xc9\x82\x9b\xc7\x97\ -\xe7\x9f\x7e\x6d\xb9\x07\x20\x89\xc8\x24\x14\xf4\x79\x43\x5f\x02\ -\x69\x84\xa5\x00\x84\x99\x21\x41\xa8\x63\xe4\xc8\x7c\x0f\xc8\x14\ -\x1e\x89\x67\xe0\x6d\xa1\xed\xfa\x08\x60\x54\x50\xcc\x88\x4c\x4a\ -\x29\xa4\x1c\xe9\x21\x40\xc2\x3d\x71\x05\x6d\xb7\xa3\x2d\xed\x4f\ -\x46\x24\x62\x0f\x13\x86\x7b\x43\x69\x47\x00\x99\xb8\x07\xd1\x16\ -\xb2\xf5\x11\x6c\x86\x34\xca\x07\xf0\x14\x26\xc7\x32\x0e\x01\x21\ -\xe1\x1e\x78\x14\xb2\x2f\xf8\xda\x89\x48\xea\x54\x89\x14\x66\x43\ -\x22\x40\x76\x07\x5b\x75\x00\x90\x86\x83\xee\x4e\x9b\xb7\xac\xbb\ -\x18\xfd\xbb\x8d\x51\x48\x00\x94\x5a\xc8\xe6\xf8\x30\x7b\x44\x62\ -\x14\xfa\xb2\x12\x3d\x50\x8a\xc0\xa8\x53\x41\x12\x29\x28\x66\x58\ -\x04\x95\x51\xce\x81\x83\xc8\xc0\x1d\xa2\x2d\xa8\x27\x62\xf4\xaf\ -\x2c\xb0\x07\xc8\x0c\x79\x90\x63\xc6\x87\x80\x9e\x49\x77\x20\x3b\ -\xde\x63\x2f\x71\x6c\x9f\x04\xb5\x1a\x21\x88\x1e\xb8\x64\xff\x4a\ -\x8c\xc4\x43\x44\xdb\x11\x4d\x64\x32\xe4\xd9\x18\x9f\x1c\xba\x0b\ -\xcb\x24\xd5\x8f\x48\xf4\xc4\x03\xda\x6e\x05\x1f\x99\x13\xe8\x4d\ -\x4c\x27\x90\x01\x56\x8d\xec\x82\x07\x15\x84\x00\x2b\xc6\x69\x85\ -\x2f\x5f\x17\xb6\xab\xe1\x02\xa5\xa8\x06\x66\x36\x6e\xe0\xac\xc2\ -\xf7\x9f\xb9\xee\xbf\x0a\x00\xf5\xf6\xfa\xe2\xe5\xc9\x19\xe7\x13\ -\x3d\xbe\x6d\x22\xa7\xbf\x5f\xc7\x3e\x91\x90\x08\xee\x36\xb9\xb6\ -\x55\x1f\x00\xff\x0d\x58\x58\x77\xa4\xdb\x12\xad\x32\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x08\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x04\x03\x00\x00\x00\xed\xdd\xe2\x52\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x30\x50\x4c\x54\ -\x45\xff\xff\xff\x4f\x4f\x4f\x77\x77\x77\x4f\x4f\x4f\x63\x63\x63\ -\x77\x77\x77\xe0\xe0\xe0\xe4\xe4\xe4\xe6\xe6\xe6\xe9\xe9\xe9\xeb\ -\xeb\xeb\xed\xed\xed\xf3\xf3\xf3\xf9\xf9\xf9\xfb\xfb\xfb\xfc\xfc\ -\xfc\xd9\x88\x48\x6e\x00\x00\x00\x03\x74\x52\x4e\x53\x00\xb4\xb4\ -\xb6\xd3\xd8\xf7\x00\x00\x00\x3b\x49\x44\x41\x54\x08\xd7\x63\x60\ -\x80\x01\xd5\x50\x10\x50\x60\x60\xf0\xff\xff\xf7\x74\x5b\x9a\x03\ -\x03\x83\xb0\x31\x08\x08\x30\x60\x01\xaa\x10\xa5\x20\xc5\x27\x41\ -\x4a\x21\x8a\xb1\x2a\x85\x9a\xac\x00\x56\xfc\x66\x39\x58\xb5\x30\ -\x4e\x83\x01\xca\x51\x12\x1f\x6e\xc6\xaf\xf5\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xfa\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x05\x08\ -\x12\x0c\x27\xaf\x64\x6c\xaa\x00\x00\x02\x7a\x49\x44\x41\x54\x38\ -\xcb\x75\x93\x4b\x48\x94\x51\x14\xc7\x7f\xe7\x7e\xd7\xc9\xc7\x44\ -\x0f\xe8\x81\x15\x11\xd4\x2a\x2b\xe8\xe1\xae\xd2\x4a\x43\x82\x28\ -\x1a\x83\x08\x6a\xd5\xaa\x5d\x41\x24\x04\x6d\x02\x0b\x5a\x44\x11\ -\xb4\xab\x55\xf4\x58\x48\x60\x14\x49\x2e\x4c\xa4\xa0\x24\x7a\x40\ -\x0a\x16\xbd\x4c\x1c\x2b\xc7\x79\x98\xf3\x7d\xf7\x9e\x16\xdf\x8c\ -\x8c\x50\x77\x73\xe1\xc0\xf9\xfd\x7f\xe7\x70\x2f\xfc\xe7\xa4\xce\ -\x77\xcf\x2d\x5c\xe2\x50\x53\x77\xf3\x87\xa3\xcf\x8e\xba\xa6\xee\ -\xe6\x21\x2e\x71\x08\x40\x52\xe7\x1f\xbe\x70\x62\x1a\x51\x10\x00\ -\x15\x6c\x22\x78\x7f\xef\x5c\x4b\xc3\x6c\xf3\x55\x0e\xb4\x6c\x6d\ -\xe9\xda\xb5\x64\x8b\x9e\x5d\xdb\x29\x17\x47\x3a\xb4\x77\xfc\x95\ -\xf4\x0c\xf4\xa4\xa4\xed\xd4\x6d\x6d\xdd\xdb\x86\xba\x10\x63\x84\ -\x20\xb0\x3c\xee\xed\xd3\x44\x22\x21\x88\x61\x9e\x5b\xc0\xdd\x55\ -\xad\x34\xac\x4c\xea\xc2\xdc\xa8\xf4\xb5\x2b\x3b\xee\x0b\x93\xc9\ -\x7a\x7d\x3b\x36\x3a\x6c\x73\x99\x09\xa6\x0b\x53\xbc\x1e\x99\xc0\ -\x60\x58\xb3\xac\x86\x9d\x8d\x9b\xc4\x23\x28\x50\xab\x4b\xb8\x33\ -\x3c\xc5\x9b\x13\x19\x29\x0b\xf5\xb5\x2b\x80\xc8\x65\x59\x67\xa7\ -\x7e\x8d\x91\xc9\xe6\x89\xa6\xf3\x04\x06\x86\x3e\x67\x71\xa1\x23\ -\x9d\xfe\x46\x2e\x33\x49\x55\x34\x1f\xda\x40\x6e\x08\x75\xbf\x21\ -\xd7\xa1\x24\x3b\x85\xfc\x22\x60\x0d\xc3\x36\x33\x31\xca\x9b\xc1\ -\x17\x7c\xfc\x9a\x26\x30\x02\x08\x7f\xa6\xb3\xec\xdb\xbd\x99\x83\ -\xfb\x0f\x22\xde\xf0\x34\x6b\xb8\xf0\xe5\x18\xf9\x92\x41\x7e\x11\ -\xb0\x02\x52\xe6\x54\x5a\x52\x1d\x37\xf5\xf4\xc9\x23\x64\x0b\x33\ -\x18\x13\x5b\xaa\x0a\x33\x33\x45\x86\x47\x7e\x13\x46\x4a\x35\xb5\ -\x0c\x26\x1f\x70\xdb\x9f\x21\xfc\x91\x23\x51\x9f\xe4\x78\xcd\x35\ -\xd2\xb7\x3e\x61\x35\xa8\xa5\xff\xe5\x0f\xa2\x62\x31\x6e\x2e\xa5\ -\x18\x11\x34\x80\x2a\x81\x22\x05\x36\xe4\xdb\xb8\xa2\x87\xb1\x0b\ -\x12\x44\xf9\x19\xbc\x73\xf4\x98\xeb\x58\x55\xc1\x08\x50\x4a\x0f\ -\x00\x57\x06\x79\x28\x02\x16\x25\x24\x24\xe4\x57\x09\xaf\x54\xf9\ -\x3a\x50\xb0\xaa\x10\x79\xc5\x79\x45\x80\x08\x30\x80\x53\x10\x89\ -\xdf\x46\xb1\x04\x34\x65\xb0\x82\xf5\x4a\xa4\x8a\x55\x55\xbc\x53\ -\x22\x17\x03\xca\x63\x28\x71\xb3\xaf\x78\x8c\x5a\x31\x62\xe4\x3c\ -\xea\x15\x2b\x22\x18\x13\x10\x18\x3f\x3b\x42\x39\xcd\x97\x6e\xa9\ -\x80\xc5\x75\xc5\x04\x01\x06\xc1\x8e\xfd\xcc\xf0\xe8\xf9\x3b\xd4\ -\x47\x73\x92\x4c\x85\x85\xfe\xe3\xaf\xd8\x44\x0d\xdf\xbe\x8f\x63\ -\x57\x2f\x5f\xcc\xa6\x8d\xeb\x71\x51\x38\x9b\x54\xa9\x5a\x59\xf3\ -\x15\xe0\xc4\xbc\x1a\x06\xc6\x9f\x63\xa7\x0a\xc5\x27\xc5\xd0\xb7\ -\x46\xa1\x22\x02\x5e\xe3\x45\x56\x11\x2f\xb1\xac\x14\x96\x40\x56\ -\x00\x55\x1c\x8e\x42\xa8\x5d\xc2\xd2\x6d\x7b\x88\xc2\xed\x80\xa0\ -\x6a\x10\x04\x55\x99\x1d\x5f\x15\x44\x4a\x02\x12\xcb\x89\x78\x14\ -\xa5\xba\xb6\xff\x2f\x62\x10\x26\x9d\x60\xcb\xdf\xa1\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x70\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\x02\x73\x42\x49\x54\x08\x08\x55\xec\x46\x04\x00\x00\ -\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\ -\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\ -\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\ -\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\xef\x49\x44\x41\x54\ -\x78\xda\x6d\x8d\x31\x6a\x02\x51\x14\x45\x8f\xa0\x08\xee\x40\x4d\ -\xc0\xda\x1d\xe8\x2e\x82\x95\x20\x32\x4c\xa9\x0b\x48\x6b\x1b\xec\ -\x65\xba\x71\x1f\xee\x40\x48\x33\x43\x18\x82\xc5\xdb\x41\x48\x11\ -\x35\x41\xf0\xe5\xfd\xaf\xf9\x45\xe6\x73\x9b\xf3\x2f\xe7\xdd\x8f\ -\xde\x43\x9f\x87\xc0\x8f\xf4\x03\x07\x98\x2f\x33\x5a\x9e\x5a\x46\ -\xf3\xba\x90\x1c\x84\xb1\xa7\xb1\x51\x12\x11\xae\xea\x36\xdc\xfd\ -\x55\x63\xc2\xa4\x12\xb7\xe1\xee\x2b\x61\x52\x17\xba\x69\x7e\xb1\ -\x8d\x65\x76\xd1\x34\xa7\x5b\x13\x0c\xa7\xa5\xbc\x5b\x4a\x61\xaa\ -\xc4\x04\xdb\xf8\xd6\x1f\x7f\x1f\x15\x14\x66\x1f\xe7\xcf\x33\x33\ -\x25\xbe\xd0\x5c\x64\x47\x3d\xea\x22\xa3\x19\x17\x46\xa5\x14\x96\ -\x52\x18\xfd\x13\x68\xf3\xcc\x8a\x62\x2d\x69\x9e\xe6\x6b\xa1\x60\ -\x65\x4d\xfb\x2e\x30\xe0\x95\xca\x9b\x5b\x5f\x6d\x3d\x57\xd6\x0e\ -\x6e\xc2\x86\x17\x1a\xec\x78\xa3\xe3\x85\x8e\xd1\x8e\x86\xb5\x9b\ -\x9b\xb0\xe7\x89\x1e\x07\x86\xe1\xdf\xa1\xbd\x7a\xd6\xee\xff\x16\ -\x4e\x7c\x91\x28\x21\x90\x58\x73\x72\x0b\xbf\xf4\x9c\xe4\x8b\xb0\ -\xed\x28\x91\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xe4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x61\x49\x44\ -\x41\x54\x78\xda\xdd\x93\x3f\x2f\x43\x61\x14\xc6\x9f\xe7\xbe\xef\ -\x45\xdd\x7b\x7b\xf5\x6f\x8a\xe8\xd2\x81\x51\x1b\x83\x98\xb4\x3a\ -\xb0\x20\x4c\x46\x09\xb3\xc1\x60\x45\x3a\xf8\x06\xc4\x77\x10\x62\ -\x11\xb1\x48\x13\x5f\xc0\x47\x30\x48\xea\xcf\xa2\x41\x9b\xf7\xbd\ -\xf7\xba\x25\x4c\x54\xc5\x22\x7e\x4f\xce\x74\x92\x5f\x4e\x4e\xce\ -\x61\x10\x04\xf8\x0d\x06\x80\x3f\x2c\xe0\x12\x17\xf3\x9b\x63\x2b\ -\x68\xc3\x97\x3b\xe0\x02\xc7\x86\xe2\xd9\x0b\x4f\x78\xbc\x0e\x6a\ -\xe5\x60\x5f\x55\x3b\x9e\x80\x53\x8c\xa7\x62\xe9\x93\xc1\xc4\x80\ -\x79\x73\x55\x93\xb6\xdd\x7b\xcc\x35\x66\x3a\x12\x70\x8b\x74\x32\ -\xce\x69\x7e\x78\x34\xa6\x23\x9a\x4c\x91\xea\xa9\x69\x59\xae\x73\ -\xde\xea\x7d\x2b\x30\x2f\xcd\xdd\xe2\x78\x31\x4f\x8b\x42\xf5\x28\ -\x30\x49\x34\xa3\x4d\x69\x48\xe6\x22\xb4\x0f\xda\x0a\x38\xc7\xe5\ -\xe9\x89\xe9\x15\x27\xee\x08\x6d\x6a\xf8\xb6\x0f\xed\x6a\x20\x05\ -\xd4\xa3\x0f\xd2\x4e\x5a\xb3\x62\xb3\x7b\xe3\x53\x01\x67\x58\x28\ -\x16\x8a\x7b\xb9\xe1\x9c\xd0\xd4\x50\x52\xc1\xeb\xf6\xe0\xf7\xf9\ -\x40\x02\x40\x1a\xb8\x75\x6b\xc2\x77\xbd\x0a\x2b\x66\xf9\x43\xf0\ -\xbe\xb4\xc2\x48\xe1\xac\x34\x59\x32\x95\xaf\xd0\x8a\x36\x42\x89\ -\xa9\x00\x07\x40\xac\x25\x78\x2b\x33\x6b\x88\x74\x22\x7d\xc8\x1d\ -\xf6\x23\x44\xa2\x85\x85\xf5\x4c\x32\x13\xaf\x5e\x54\xf1\x18\xa6\ -\x2e\xeb\x68\xc8\x06\x9e\xbb\x9e\x11\x11\xbd\x10\x4f\x02\xc2\x90\ -\x90\x52\x42\x04\x82\xb1\xa8\x6b\xdf\x37\xee\xb6\x01\xac\xbe\xde\ -\x01\x43\x30\x8f\x1e\xfc\x84\x23\x34\x82\x90\x7f\xf0\x4c\x2f\xa0\ -\x13\x6d\x32\x6a\x08\x38\x97\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x02\x71\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x05\x1a\ -\x0b\x23\x07\x6f\xf1\x73\xe4\x00\x00\x01\xf1\x49\x44\x41\x54\x38\ -\xcb\x7d\x92\xbf\x6a\x54\x51\x10\x87\xbf\x39\x77\x37\xbb\xd9\xbb\ -\x6b\xa1\x45\x82\x21\x88\x7f\x10\xb4\x13\xb4\x08\x29\x2c\x8c\x9d\ -\x56\x16\x69\x04\x21\x95\x0f\xe0\x03\xf8\x0e\x8a\xaf\x60\x23\x68\ -\x93\xc6\xc6\x27\x50\x2b\xb5\x51\xd0\x22\x8d\x88\x28\x59\xf6\xde\ -\x73\xce\xcc\x1d\x8b\xbb\x77\x45\xdd\x75\xba\x19\xf8\x7d\x33\xbf\ -\x99\x11\xe6\x31\x99\x9c\x70\x77\xe3\xea\xdd\x87\x3e\x3a\xbf\x0b\ -\xd2\xd6\xa7\x8d\xf1\xe4\xf1\xbe\x30\x1c\x32\xaa\xa6\x1c\xdc\x7f\ -\xea\xe5\x60\x24\x87\x0f\x76\x04\xa0\xd7\x01\x6e\xec\xed\xb1\xb5\ -\xb9\xc1\xa5\x9b\xd7\x64\xf3\xe2\x25\x68\x1c\x11\x38\xfa\xf9\x03\ -\x7b\xb1\x4d\x2e\x4b\xc2\xf4\x98\x3b\x3b\xa7\xa5\xdf\x9f\x70\x38\ -\xd7\x2d\x00\x1f\xde\xbf\xe3\xcb\xe7\x4f\xd4\x67\x76\xd8\x2e\xcf\ -\x81\x3b\x21\x08\x5f\xa7\x15\x67\xdf\xbe\xa1\x2a\xfa\x4c\xea\x19\ -\x1f\xbf\x47\x74\x36\xeb\x64\xbf\x01\x20\x04\x09\x98\x19\x39\xeb\ -\xa2\x9a\x4d\x99\xf6\x06\x54\xa1\x40\xfa\x03\xcc\x1a\x62\x9d\x96\ -\x01\xbc\x15\x64\x23\xe6\x06\x99\xe7\x29\x29\xe3\xc1\x80\x22\x46\ -\x26\x83\x01\x31\x19\x55\x8c\xff\x02\xdc\xe7\x1d\x93\x52\x27\x45\ -\x70\x04\x21\xd6\xca\x78\xb8\xc6\xb0\x9a\x52\x96\x63\xea\xac\xd4\ -\x55\x5c\x36\x01\x88\x40\x36\x23\x25\x45\x00\x09\x81\x98\x95\x72\ -\xad\x8f\x37\xc6\x7a\xbf\x47\x4a\x4a\x8c\x2b\x2c\x08\x90\x53\x26\ -\x26\x05\x9c\x10\x02\x31\x1b\x65\x3d\x23\x9c\x3a\x49\x19\x2b\xea\ -\x6c\x7f\x00\xc2\x5f\x2b\x40\xd5\xa8\xb3\x92\xb2\x11\xb3\xa2\x29\ -\xf3\x7a\xe3\x02\xb7\x76\xef\xf1\x6a\xeb\x32\xba\x7a\x82\x96\x97\ -\x55\x89\xc9\x5a\x0b\x02\xa3\xb5\x31\xcf\x0e\x1e\x71\xa5\x57\xf0\ -\xfc\xfa\x3e\xeb\x22\x7c\x8b\x47\xab\xaf\x90\xb2\xb5\x4b\x74\x07\ -\x01\x91\xf6\x25\x2d\xb5\xc4\x26\x14\xa4\x9c\x97\x5c\x81\xce\x82\ -\x52\xc5\x4c\x00\x04\x81\x00\xe2\x2c\x5e\xbb\x28\x9c\x9c\xf2\x0a\ -\x0b\x02\x29\x2b\xde\x5d\x01\x70\x69\x41\x82\x80\x40\xe8\x41\x56\ -\x5b\x02\x98\x77\x51\x35\x34\x2a\x41\x16\x4c\xa4\x4b\x80\x60\x8e\ -\x2e\xb5\xe0\x8e\x99\x61\xda\x80\x05\x9a\x4e\xed\xed\x32\x41\x70\ -\x77\xa4\x80\xc6\x7b\xdd\x05\x9b\x0e\xbd\x0e\x72\x1b\x11\xf0\xa6\ -\x81\x56\xff\x9f\x10\x8a\xb5\x97\x58\x3a\xfe\x05\xd0\xff\x01\x4f\ -\xec\x4c\x82\x2c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x03\x94\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x36\x49\x44\x41\x54\x38\x8d\x7d\ -\x93\x4b\x68\x9c\x65\x18\x85\x9f\xf7\xfb\xfe\x7f\xee\x99\x5b\x62\ -\xd2\xd1\xa4\x4d\x03\xad\x51\x6b\x92\x66\x72\x69\x4d\x08\x26\x90\ -\x16\x3b\x86\x8a\x52\xe9\xa2\xf5\x52\x28\x58\x41\xa1\xdb\x22\x82\ -\x56\x71\xd1\x42\x41\xba\x55\x14\xe9\x46\xa5\x76\xa9\x06\xaf\x55\ -\xaa\x34\x93\xb4\x8d\x31\x8d\x31\xd6\x60\xda\xe6\x36\xb9\xcd\x25\ -\x33\x93\x99\xff\x73\x11\x2a\xe8\xc2\xb3\x39\xbb\x87\x87\x03\x47\ -\x8c\x31\xfc\x5f\xe2\xf1\xb8\xbc\x7a\xc4\x55\x1d\x0b\x2f\xf5\x56\ -\x57\xd7\x1e\x88\x46\xb7\xb4\xac\xa4\x8b\x97\x9a\xf6\x7d\xf2\x3a\ -\x80\x15\xf0\xfb\xee\xcb\xe6\xd6\x53\xc6\x18\xe7\xd0\xd3\x7b\x5d\ -\x2f\x1e\x0e\x37\x7b\x6c\xd3\x17\xf0\x14\xdb\x42\x01\xd3\xf8\xf9\ -\x7b\xc1\xba\x90\x77\x23\xa4\x8b\x05\xb4\xc7\x80\xb7\x0a\x67\xfa\ -\xce\x06\xb0\x09\x38\xf7\x76\xfb\xb1\x8f\x3e\x4e\xbd\xf1\xe9\x87\ -\x4f\xa6\x2f\x9c\xaf\x0d\xb9\x5c\x62\x1b\xa7\x84\xd9\x00\xa7\x54\ -\xc6\x94\x1d\x4c\xc9\xc6\x28\x1f\x8e\x53\x44\xc4\x47\x28\x5c\xb9\ -\xed\x9e\xa1\xf2\xf9\xd4\x81\x77\x4e\xc5\xdc\xdb\xb6\x1f\xad\xba\ -\xf8\x45\xbd\xbd\xba\xe6\x80\x68\x50\x1a\x51\x20\x22\xa0\x04\xc7\ -\xaa\xc4\x11\x8d\xb1\x6b\x08\x44\x1a\xc2\x2f\x1f\x1f\x70\x03\xa8\ -\xa9\x5b\xb9\xc9\xae\x3d\x11\xa6\xc6\xce\xb3\x6b\x57\x0f\xcf\xbd\ -\x32\xc5\xc4\x54\x0e\x51\x16\xa2\x14\x28\x41\xb4\x80\xb6\x71\xb0\ -\x30\x56\x15\xca\x13\xd3\x47\x9f\xa9\x7b\x1c\x40\x8d\x8e\xaf\x5d\ -\x03\x38\x7c\x28\xc6\x99\xb3\x27\x49\x2d\x65\x39\xf9\xda\x18\x43\ -\xa3\x79\x50\x2e\x44\x0b\xa2\x14\x4a\x2b\xc4\x02\x4c\x0e\xd1\x5e\ -\xfc\x81\x60\x02\x40\x7d\xf5\xfd\xdc\xc8\x7a\xde\x29\x02\xbc\xff\ -\xee\x6e\xda\x5a\x82\x38\x54\x70\xea\xad\x71\xbe\xfd\x39\x8b\x68\ -\x37\xca\x52\x88\xa5\x36\x9b\x34\x28\x37\xc1\x50\xa8\x1d\x40\x65\ -\x32\x99\xa5\xd9\xb9\xc2\x22\x80\xd6\xc2\xb9\x37\x1b\xe8\x6c\x0d\ -\xe0\xf6\x86\x39\x7d\xf6\x37\x2e\x7d\xb9\x8a\x58\x5e\xc4\x72\x21\ -\x96\x85\x48\x11\xb1\x63\x84\x22\x35\x0d\x00\xda\x71\x9c\x8a\x67\ -\x0f\xd6\xed\xab\xbd\xdf\xfd\x80\x88\x20\x02\xbd\x5d\x21\xee\xce\ -\x97\x99\xb9\x5b\xe4\x9b\xcb\xb3\x20\x36\xf1\x96\x4a\x10\x0b\x94\ -\x8d\x78\x7b\xb0\xdd\x61\x4f\xfb\x9e\x81\xd3\x1a\xa8\x48\xf4\x6e\ -\x69\x6a\xdc\xe1\x69\x46\xf4\xe6\xea\xc0\x63\x6d\x01\x0a\x05\x8b\ -\x3f\x67\xf2\xfc\xf0\xd3\x1c\x2b\x6b\x0e\x5d\x1d\x51\x84\x3c\xb8\ -\x3b\x51\xca\xab\x5a\x1f\x49\x7f\xa6\x01\xdf\xde\xd6\x48\xa4\xa3\ -\xc9\x7a\x02\x6d\x83\xa8\x7f\x20\xbb\x1f\xf5\xe1\xf5\x68\x7e\x9d\ -\x58\xe3\xea\xc8\x2a\xd3\x7f\xe5\xe9\xeb\x0e\x23\xf6\x4e\x10\x17\ -\xd9\xf4\xec\x82\x06\x5c\xc1\x60\x55\xea\x60\x4f\xe6\x84\xd2\x96\ -\xa0\xac\x7f\x41\x1e\xda\xe1\xa7\x36\xe6\x66\xf8\xc6\x0a\xa3\xe3\ -\x39\xc6\x6e\x66\xe8\xef\x6d\x44\x59\x21\xb2\x99\xc5\x92\x06\xb4\ -\x27\x50\xb7\xbc\xbf\xf9\x8f\x97\x2a\xfc\xf8\x44\x69\x44\x14\x88\ -\x02\x04\x11\xa1\x7e\xab\x9f\x87\x1f\xf4\x73\x65\x68\x81\x1b\x37\ -\x73\x8c\x5c\xbb\xc5\xfe\xfe\x0e\x8c\x93\xd7\x1a\x90\x58\x2c\x96\ -\x6f\xdc\x9e\x19\xa8\x0f\xdf\xde\x8a\x71\x30\x08\x82\x01\x01\xc3\ -\xa6\x49\xac\xc6\x43\x67\x6b\x84\xef\x7e\x9c\x2f\x0f\x5f\x5f\x34\ -\x77\xe6\xa5\xa0\x49\x5d\xb0\x80\x62\x32\x99\x34\x27\x9e\xdf\x79\ -\x39\xd1\xbd\xd4\x5d\x5a\x9f\xa1\x9c\x5f\xa6\xe4\xa9\x76\x52\xeb\ -\x91\xe5\x85\x15\xcf\xed\x85\x55\x6b\x72\x3e\xc5\xf0\xc4\x54\xf9\ -\xeb\xa1\xeb\xd9\x54\x7f\x7f\xff\xc5\x74\xc6\xd4\x1f\x39\xfe\x41\ -\xbd\xdc\xbb\x73\x3c\x1e\xef\x3b\xf6\xd4\xec\x0b\xa5\x0d\x99\x4e\ -\x67\xd5\xd8\x2f\xbf\xfb\xaf\x4c\xce\xf8\x66\x93\xc9\x64\xe1\xbf\ -\x17\x4f\x24\x12\xb5\x83\x83\x83\x67\xa2\xd1\xe8\xd5\xbf\x01\x6a\ -\x8e\x27\x82\x4f\x29\xc4\xae\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x02\x99\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x0c\x1f\ -\x00\x02\x08\x45\x4a\x06\x34\x00\x00\x02\x19\x49\x44\x41\x54\x38\ -\xcb\x75\x92\xb1\x4e\x1b\x41\x14\x45\xcf\xcc\xbc\xdd\xb5\x91\xed\ -\x0a\x19\x89\x02\x24\x2c\x8b\x82\x54\x20\x0a\x4c\x85\xa2\x50\x18\ -\x0a\x5c\xa6\x4c\x45\xca\x7c\x04\xfc\x46\x4a\xda\x28\x0a\xf9\x00\ -\x9a\x14\xa6\x88\xe4\xc8\x82\x34\x76\x94\xad\x2c\x19\x0a\x36\x12\ -\x8e\xd8\xd9\x97\x02\xef\xc6\x06\x71\xa5\xd5\xcc\xae\xe6\x9d\x77\ -\xef\xec\x33\xcc\xab\x1d\xc7\xf1\xd7\xfb\xfb\x7b\x00\x2a\x95\x0a\ -\xcb\xcb\xcb\x47\xc0\x67\x5e\x52\xb3\xd9\xdc\x6b\xb5\x5a\x93\x4a\ -\xa5\xa2\xfd\x7e\x5f\x4f\x4f\x4f\x33\x9d\xea\xe4\xe4\x24\xeb\xf7\ -\xfb\x1a\x45\x91\xee\xee\xee\xfe\xd9\xd8\xd8\x78\xf3\x0c\xd0\x68\ -\x34\x46\x07\x07\x07\xd9\xe2\xe2\xa2\xaa\xaa\x26\x49\xa2\xe3\xf1\ -\x58\xc7\xe3\xb1\x26\x49\xa2\xaa\xaa\xab\xab\xab\xda\x6e\xb7\xb3\ -\x66\xb3\xf9\xf7\x69\xbd\x69\x34\x1a\xea\x9c\xe3\xec\xec\x8c\x38\ -\x8e\x31\xc6\x3c\x6b\xb2\xb2\xb2\xc2\xe1\xe1\x21\xa5\x52\x89\xc1\ -\x60\x30\x77\x40\x54\x95\x34\x4d\xd9\xda\xda\x62\x7d\x7d\x1d\x6b\ -\x2d\xc6\x18\x6e\x6f\x6f\xe9\xf5\x7a\x00\xa8\x2a\x37\x37\x37\x2c\ -\x2c\x2c\x00\xbc\x03\xca\x00\xc6\x98\x6b\xf1\xde\x13\x86\x21\x00\ -\xde\x7b\x54\x15\x63\x0c\xdd\x6e\x97\x4e\xa7\x53\x74\x9a\x4c\x26\ -\x00\x0a\x7c\x2c\xec\x1b\xf3\x41\x54\x95\x99\x0f\x18\x63\xb0\xd6\ -\x62\xad\x05\x60\x30\xfc\x45\x10\x08\xce\x09\xce\x59\x93\x3b\xac\ -\x56\xab\x8f\x11\xbc\xf7\x73\xb9\xf3\x7d\xbe\x86\x51\x48\x18\x04\ -\x38\xe7\x0a\xb0\x31\x86\x68\xea\x5a\xd2\x34\x2d\x8a\xf3\xae\xb9\ -\x0b\x80\x30\x08\x10\x11\x9c\x73\xb8\x19\xc0\xdc\x25\x3e\x8d\x31\ -\x1b\x41\x9c\x43\x9c\x7b\x04\x4c\x5d\xcc\x01\xac\xb5\x05\x20\xbf\ -\x83\xfc\x01\x70\x22\x38\x91\x02\xf2\x0c\x20\x22\x78\xef\x8b\xdf\ -\x35\x0b\xca\x63\x39\x6b\x19\x8d\x46\xf4\x7e\xf4\x40\x21\x08\x02\ -\xd6\xd6\xd6\x00\x8c\x44\x51\xc4\xc3\xc3\x43\x31\xfb\xb9\x6a\xb5\ -\xda\x7f\x80\x73\x78\xef\x59\xaa\x2f\xb1\xbd\xbd\xad\x80\x39\x7e\ -\x7f\xfc\x1b\xb8\x10\x11\xa1\x5e\xaf\xb3\xb9\xb9\x49\xb5\x5a\x25\ -\x8a\x22\x44\x84\xe1\x70\xc8\xd5\xd5\x15\x76\xea\x26\xcb\x94\x2c\ -\xcb\xf0\x3e\x35\x47\x9d\xce\xcf\xf3\x2f\xe7\x6f\x81\xef\xb2\xb7\ -\xbf\x3f\xf9\x76\x71\x51\x12\x11\x92\x24\xe1\xee\xee\xae\x98\x44\ -\x80\x72\xb9\x0c\x40\x54\x2e\x91\x24\x09\x3b\x3b\xad\xeb\xcb\xcb\ -\xcb\x0e\x70\x0d\x60\x78\x59\xaf\x80\xd7\xd3\xe9\x9b\xd5\x27\x20\ -\xce\x5f\xfe\x01\x41\x63\xcb\xf7\x40\xc3\x7b\x9a\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\ -\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\ -\x79\x71\xc9\x65\x3c\x00\x00\x02\x72\x49\x44\x41\x54\x78\xda\xa4\ -\x92\x4d\x68\x13\x51\x10\xc7\x27\x9b\x74\x93\x98\xb6\x69\xa3\x56\ -\x7a\x08\x95\x44\x93\x6a\x4a\x23\x98\x40\x91\xb5\xc6\x8a\xab\x54\ -\x69\x0f\x1e\x6c\x21\x60\xa1\x7a\x2a\x88\x5e\x5a\xd1\x4b\x41\x09\ -\x45\xf0\x62\xa1\x0a\x2d\x3d\x05\x72\x91\x1e\x3c\x28\x46\x6b\x3f\ -\x52\x1a\x45\xac\x42\xb3\x51\xa8\x18\xb1\x8d\x21\x42\x95\x7c\x6d\ -\xc9\xea\xee\x73\xde\x9a\x05\x3f\x7a\xcb\xc0\x0f\xf6\xbd\x99\xff\ -\x7f\xe6\xed\x7b\x3a\x42\x08\x54\x13\x0c\x54\x19\x55\x1b\xe8\x30\ -\xd4\x8f\xca\x51\xea\x91\x00\xc2\x23\x0e\xc4\x56\xa9\xfb\x86\x7c\ -\x44\xa2\xc8\x3c\x92\xd7\x74\x9a\x81\x0e\x0d\x7a\x8c\x46\xe3\x25\ -\x9e\xe7\xf7\x05\x83\xc1\x26\x41\x10\x2c\x4b\x4b\x4b\x2c\x4d\x72\ -\x1c\x27\x79\x3c\x9e\x52\x38\x1c\xfe\x1a\x8d\x46\x3f\x94\xcb\xe5\ -\x49\xd4\x3d\xa4\x7d\xe9\x11\x4c\xc8\x15\xbf\xdf\x3f\x12\x8b\xc5\ -\xb8\x99\x99\x19\xb7\x2c\xcb\x8d\x76\xbb\x9d\x2d\x95\x44\xa0\xa0\ -\x88\xa5\x7b\x34\x47\x6b\x68\x2d\xd5\xa8\x5a\xbd\x5e\x7f\x1a\xbb\ -\x3e\xcf\x66\xb3\x65\x51\x14\x09\x65\x76\x76\x96\xd0\x98\x9c\x9c\ -\x26\x1c\x77\x9c\xf0\xfc\x59\x82\x53\x11\x2d\x4f\x6b\xa9\x86\x6a\ -\x0d\xe8\xd2\xd7\xd1\xd1\x61\xc3\xf1\x59\x49\x92\xd4\x73\x85\x42\ -\x21\xec\x2c\xc3\xf8\xf8\x3d\x75\xed\x74\xb6\xc1\xc6\x46\x12\xb4\ -\x3c\x93\x48\xb0\xb7\xd6\xd7\x0f\xe3\xea\xaa\x9e\x61\x98\x9c\xc9\ -\x64\x3a\x80\x8e\x2d\x78\x2e\x03\x8e\x0a\x2b\x2b\x2b\x28\xc8\x43\ -\x73\x73\x0b\xd8\xed\x4e\xa8\xad\xad\x07\x8b\x85\x81\x40\x20\x00\ -\x99\x4c\x06\xde\x2e\x2c\xfc\x3c\xe1\x76\x9b\x6b\xe6\xe7\x45\x6a\ -\x90\x49\xa5\x52\x4a\x3c\x1e\x97\x7d\x3e\xdf\x2e\xab\xd5\x5a\x47\ -\x4d\x04\x61\x15\x1c\x0e\x2f\x58\xad\x36\x34\x13\xa0\xab\xab\x13\ -\x76\x37\x64\xe1\xc9\xd3\x37\xf9\xbe\xa1\x21\x73\xa0\xbf\xff\x71\ -\xbb\x28\xde\xa4\x06\x32\x76\x4e\xa4\xd3\xe9\x2f\x91\x48\x24\xb7\ -\xb6\xb6\xb6\xe9\xf5\x7a\xf5\x66\x73\x0d\x9b\x4c\xbe\x64\x37\x37\ -\x3f\x81\xd7\xeb\x29\xb8\xf6\x16\xf3\xab\xcb\xd7\x0b\x03\x7d\xae\ -\x9d\xfb\xdb\x2f\x4e\x65\x24\x29\x74\x72\x6b\x6b\x59\x87\x3f\x02\ -\xb4\x3b\xc5\xd8\x81\x78\x90\x43\x48\x13\x52\x47\x37\x8f\xfa\xc8\ -\x9e\xf3\x67\x88\xef\xc2\xe0\x48\xdb\xd4\xc4\xd8\x62\x74\xd9\x38\ -\xba\xf8\xda\x38\x77\x27\x97\x03\xc3\x3f\x0f\x4b\x44\x5e\x55\x80\ -\x73\x9d\x0a\x0c\x0e\x90\x63\x62\x09\x86\x4f\xf5\x5e\x6b\x9b\xbe\ -\x3f\x36\x87\x97\x10\x52\x14\x98\xd3\x04\x86\xed\x9e\xe7\xc1\x16\ -\x02\x37\x82\x32\x28\x04\x5c\x62\x49\x47\xc5\xdd\x54\x5c\x2c\xaa\ -\xe2\x67\x7f\xd6\xfe\x67\xc0\xfb\x14\xe8\x39\xa2\xc0\xf7\x02\x40\ -\xf9\x87\xae\xff\xf2\xf0\xfb\xee\x89\xdb\xad\xdb\x8a\xff\x32\x50\ -\x30\x4b\x79\xf4\x02\x54\x7e\x07\x19\x7d\xf7\xb9\xf5\x81\xb5\x01\ -\xee\x36\x34\x42\x6c\xbb\x69\x7f\x09\x30\x00\x57\x83\x23\xf1\x72\ -\xac\x41\x1e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x37\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xd9\x49\x44\x41\x54\x38\x8d\x8d\ -\x53\x6b\x48\x93\x51\x18\x7e\xcf\xb7\x35\xa3\xa6\x8d\x7d\xa5\xa5\ -\x89\x4e\x2a\x44\xba\xc0\x86\x6e\xce\x14\x24\x2f\xc1\x92\xe6\x24\ -\x70\x68\x41\xba\x29\x22\x58\x16\x1f\x68\x50\x3f\x24\x35\x45\x36\ -\xf1\x32\x32\xbb\x98\x06\x59\xf4\xcb\x51\x68\x9f\x5b\xb0\x85\xd4\ -\x58\x2b\xcc\x26\xad\xd9\xb4\xbc\x94\xd8\x66\x0e\x75\x3a\xe7\xe9\ -\x8f\xca\x9a\x76\x79\xe1\xfc\x79\xce\x79\x9e\xf7\x39\xcf\xcb\x0b\ -\x18\x63\x28\x29\x29\x39\x40\xd3\x34\x07\x63\x0c\xff\x73\x2a\x2a\ -\x2a\xd2\x68\x9a\x6e\xc1\x18\x03\xc8\x64\xb2\x16\xad\x56\xeb\x6c\ -\x6f\x6f\x7f\xaf\xd1\x68\x4a\xff\x45\x16\x89\x44\x47\xe9\x7e\xdd\ -\x8a\xcb\xe5\xc2\xd5\x35\x35\xa1\x04\x9b\xcd\x8e\xf5\x7a\xbd\xaf\ -\x4c\x26\xd3\x4b\x2e\x97\xdb\xdc\xd4\xd4\x94\x0f\x7f\x28\x84\x50\ -\x50\x54\x54\xcc\xd3\x5d\xbb\x42\x90\xc1\x68\xbc\x73\xa5\xb2\x72\ -\x1a\x48\x92\x0c\x6b\x68\x68\xf8\x42\x51\x14\x4e\x4c\x14\x61\x95\ -\x5a\xb5\xaa\x52\xa9\xb2\x02\x3b\x03\x00\x33\x3d\x33\xd3\x32\x36\ -\x36\xb6\x70\xf7\x5e\x47\xf2\x06\xbe\x76\xc9\xae\xaa\xaa\xb2\xa6\ -\xa5\xa5\xe1\x44\xb1\x10\xb7\xb5\xdd\x5c\xad\xaf\xaf\x4f\xf5\x23\ -\x13\x52\x69\xb6\xc1\xe1\x70\x2c\x99\xcd\x66\xc1\x6f\xc2\x7e\x8f\ -\x58\x14\x45\x19\x73\x73\x73\x71\x4a\x4a\x32\xee\xec\xea\xf4\xd5\ -\xd6\xd6\x0a\x00\x00\x15\x14\x2a\x9e\x7d\xb2\xdb\x97\x07\x06\x06\ -\x52\x03\x9d\xa1\x35\xf2\xfa\x1f\x09\xa5\x52\xf9\x98\xc5\x62\xe5\ -\x7c\xb4\x0d\x43\x61\x81\xc2\x37\x32\xf2\xb9\x4f\x9a\x2d\xcb\x98\ -\x75\x39\x73\x92\x92\x92\x7a\x36\xe5\xe2\x2f\xb0\x5e\x72\xb9\xbc\ -\x99\xc7\xe3\x95\xce\xcd\xfd\x44\x85\x0a\x25\x4c\x4e\x4c\x94\x4b\ -\x24\x92\xc6\xad\x82\x25\xb6\x02\xc3\xdc\xdd\x4b\x87\x43\xfa\xc6\ -\xf3\xf2\xcf\x81\xb6\xa7\x07\x3c\x1e\x4f\x4d\x6b\x6b\xeb\xee\x2d\ -\x27\x13\xe8\x20\x82\x44\xbc\x27\x57\xb7\xd9\x84\x27\x19\xcc\xa1\ -\xf1\xb2\xef\xbd\x16\x92\x04\x04\x4c\x01\x9f\xef\x7d\x6d\x32\x7d\ -\x98\x9a\x9c\xd2\x30\x99\xcc\x0e\xb5\x5a\xed\xdd\x24\x50\x2a\x41\ -\x97\xe5\x19\xac\x6a\xa1\x74\x39\x68\xf6\x1d\x81\x0d\x2f\x58\x75\ -\x75\x03\x47\xcc\x52\xa9\xf4\xd1\xd7\x89\x71\x86\x58\x2c\x86\x98\ -\x68\x1e\x2c\x2e\x2e\xf8\xac\x56\xab\xb6\xac\xec\x42\xf6\x86\x80\ -\x22\x03\x95\x94\x9f\x27\x5a\x0e\x1d\x8f\x21\x96\xdd\x33\xa0\xbf\ -\x35\x2b\xc8\x6a\xc4\x16\x84\x10\x83\xa2\x28\x57\x44\x44\x78\x30\ -\x3b\x84\x03\xd2\xd3\x59\x00\x18\xc3\x0f\xa7\x13\x2c\x6f\x2c\x67\ -\x08\x00\x80\xfc\x54\x94\x7b\xa9\x98\x68\x0e\xdd\x47\x12\x9e\x19\ -\x80\xe7\xb7\xdd\xdd\x59\x8d\xd8\x02\x00\x80\x31\xf6\xcd\x2f\xcc\ -\x4f\xf3\x05\x7c\x10\xc6\x0b\xc0\x6e\xb7\x3b\x0d\x06\xe3\x5b\xdf\ -\x8a\x0f\x73\x38\x9c\xb3\xc4\xc1\x70\x14\x7b\x31\x0f\xba\xb8\x3b\ -\xb7\x33\x76\x70\x98\xa0\xbb\x6f\x1f\xca\x56\xad\xc8\xfd\x73\xb1\ -\xd9\x6c\x0f\xad\xd6\xe1\xd5\xc1\xc1\x41\xaf\x4e\x4f\x47\xcb\x64\ -\xb2\xa4\xd1\x51\x87\x9b\x4b\x72\x35\xc4\xde\x10\x20\xc8\x60\x04\ -\xec\x3d\x08\xf4\x0f\xa6\x1c\xf1\x27\xe0\x58\x60\xd2\xfd\x74\xff\ -\x35\x9d\x4e\xd7\xeb\x74\x3a\x51\xe4\xfe\xc8\x74\x8c\xf1\xa2\x4e\ -\xa7\x8f\x4d\x88\x4f\xe8\x03\x8c\x31\xdc\x50\xc0\x29\xd3\x75\xd0\ -\x7e\xeb\x07\xd6\xdf\x36\x31\x2e\x2e\x2e\xac\xa8\xb8\x28\xd2\x1f\ -\xfb\x05\xf8\x85\xc2\x56\xca\xaa\xda\xe2\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x05\x08\ -\x12\x1c\x25\x0b\xa8\x1f\xd7\x00\x00\x02\x57\x49\x44\x41\x54\x38\ -\xcb\x75\x93\xcd\x4b\x94\x51\x14\xc6\x7f\xe7\xbe\x77\x66\x1a\x21\ -\xb1\x88\x92\xa2\x8c\x30\xf1\x03\x6b\x17\x06\x11\xb4\x71\x91\x51\ -\x10\xad\xa2\x65\x1b\xa3\x76\x61\x04\x41\x7f\x41\x10\x44\xb6\x6c\ -\x5b\x90\xe1\xa6\x40\x09\xa4\x4d\x8d\x18\x45\x91\xb5\x68\x0c\x22\ -\x75\x9c\x0f\x73\xbe\x9c\x77\xde\xcf\xdb\xe2\x7d\x27\x2d\xf3\x81\ -\xcb\x85\x73\x39\xcf\xf3\x9c\x73\xee\x11\x22\x58\xc0\x30\xa0\xd8\ -\x8a\x6a\x3a\x9d\x9e\xb3\x6d\xbb\xc9\xff\x70\xe9\xee\x8b\xd9\xde\ -\x73\x63\x66\x3b\xac\xe4\x72\xa6\xbf\xbf\x6f\x7c\x9b\x5c\x74\xa3\ -\x5e\x3d\xd1\xd7\x73\x14\x00\xdb\xb6\x51\x4a\x21\x80\xef\xfb\x34\ -\x6c\x9b\xec\xc2\x82\x99\x9f\x9f\x1f\x3d\x75\xf1\xfa\xe8\xde\xc1\ -\xf3\x58\x09\x0d\xa1\x41\x27\x53\x5f\x9e\xdc\x3e\x3d\xa0\x6a\x95\ -\x22\x4e\x73\x1d\x00\xa5\xe2\x0a\x44\x10\xa5\xd0\x96\x45\x36\x9b\ -\x15\x10\x9e\xde\xbf\x49\xf0\x73\x86\xee\xae\x03\xf4\xf6\xf6\x50\ -\x59\x2b\xf6\x03\xa8\xea\xaf\x15\xea\x75\x3b\x4a\x34\x06\x11\x89\ -\x39\x04\x4b\x6b\x5c\xd7\x05\x60\x67\xfb\x2e\x1e\xdc\xb9\xca\xcc\ -\xc4\x38\xa5\x62\x89\x5c\xf6\x7d\x24\xea\x3b\x36\x95\x7a\x6d\x4b\ -\x7d\x22\x82\x65\x59\xa4\x92\x49\x00\xda\x3b\x3a\x38\x74\xa4\x9b\ -\xcc\xc4\x3d\xbe\xcf\x3e\xc3\x75\xa2\x9e\x6a\xd7\x73\x68\x34\xfd\ -\xc8\x40\xec\x42\x89\xa0\x2c\x85\x12\xe1\xec\xc8\x08\x53\x53\x53\ -\xf8\x9e\x87\xe3\x38\x24\xb4\xe6\xf9\xc3\x5b\xec\x1f\xba\x1c\x11\ -\x04\x9e\x4b\xb9\xe6\x6e\xa8\x2a\x85\x31\xb0\xb8\x5c\xa4\x5c\xad\ -\x61\x4c\xc8\x9e\x7d\x07\x09\x42\x9f\xc0\x0b\xf0\x7c\x9f\x52\x79\ -\x9d\x6a\x21\x17\x11\x34\x9a\x36\x6b\x85\x02\xf9\x7c\x91\xe5\x7c\ -\x11\x25\xc2\x52\x7e\x95\x4f\x39\x8f\xc3\x03\x83\x08\x06\x41\x22\ -\x77\x89\xe8\xe4\x4b\xf0\xea\xdd\x1c\x5f\x3f\x7e\x98\x96\x0b\x63\ -\x8f\xcd\x8d\x6b\x57\x28\x96\xd6\x30\xc6\x80\x08\x4a\x09\x0a\xc3\ -\xb7\x85\x32\x81\x17\x10\xc6\xe5\x59\x40\x18\xf7\x28\x95\x6a\xe3\ -\xf5\xe4\x23\xb4\x58\x6d\xbc\x9d\xfd\x81\xe3\xba\x48\xab\x81\xad\ -\xef\x69\x29\x4c\x6b\x2a\xff\xbc\x21\x20\xca\x42\x8b\x08\xa9\x84\ -\x6e\xb5\x10\x0b\x08\x00\x1d\xab\x99\x4d\xea\x1b\x71\x83\xb2\x2c\ -\x04\x41\xaf\xac\x56\x78\x99\xf9\x8c\x09\xfd\xbf\xc7\x18\x27\xca\ -\x1f\xea\xbf\xa1\x93\x69\x16\x97\x0a\xe8\xae\xce\xdd\x1c\x3f\x36\ -\x40\xe0\x7b\xc8\xa6\x04\xb3\x89\xa8\x15\x0b\xe3\x6d\x33\x40\x32\ -\x95\xe6\x4d\x21\x83\xae\x36\x9c\x69\xd7\x0b\x87\x7d\x2f\x44\x04\ -\x42\x03\x3e\x82\x06\x54\xab\x60\x03\x1e\x20\x18\x74\xcc\x16\x10\ -\xb0\xee\x99\x49\xa1\x73\xe8\x0c\x9e\x77\x32\x9a\x95\x89\x05\xe3\ -\xdb\x98\xd6\x72\x84\xd1\x24\x25\x32\x27\x62\x30\x18\x76\xb4\x65\ -\x7e\x03\x8b\x2c\x23\x4e\xfc\x58\x6f\x2a\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x8c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\x01\ -\x7d\xd5\x82\xcc\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x04\x02\ -\x0a\x38\x05\xcc\x0e\x44\xae\x00\x00\x02\x0c\x49\x44\x41\x54\x78\ -\xda\xa5\x93\x4d\x6b\x13\x51\x14\x86\x9f\x99\x4c\x48\x32\x33\x99\ -\xa4\xd5\xd6\x42\x2a\x2e\x14\x6a\x44\xab\x54\x2a\x45\x5c\xd4\x08\ -\x62\xcd\x0f\xf0\x17\xb8\x88\xbb\x8a\xe0\x9f\x71\xa1\xe0\xc6\x1f\ -\x50\x14\x54\xdc\x48\x05\xbb\x88\x1f\xd4\x2a\xb4\x35\x2d\x2d\x34\ -\x54\xa8\x49\x68\xbe\x66\xee\xbd\xde\x19\x92\x40\x5b\x37\xda\x77\ -\x38\x30\xdc\xe1\x3d\xe7\x79\x0f\x73\x39\xae\x0c\xcf\xf3\xdc\x7a\ -\xbd\x3e\x01\xc4\xf8\x37\x09\xed\xfd\x01\x30\xa5\xfe\x53\xa1\xd7\ -\xea\x4f\x7e\xf1\x7e\x9b\x4e\x57\xd0\xfe\xf9\x01\x13\x45\xec\xcc\ -\x0c\x76\x32\xce\xbd\x1b\x39\x16\x5e\x2e\x10\xf8\x01\x73\x77\xee\ -\x22\xa5\x44\x2a\x89\x9d\x4a\x11\x7a\x2d\x7a\x72\x92\x16\xf5\xca\ -\x17\xae\xe7\x7e\x73\x22\x37\xc1\xdb\x6f\xcb\x38\xe7\xa6\x51\x52\ -\x50\x9c\x2b\x12\x0e\xf4\xfd\x2e\x86\xa1\x40\x2a\xfa\x1a\x34\x88\ -\xc7\x0c\x1a\x4d\x41\x7e\x72\x8a\x58\x7a\x8c\x46\x79\x85\x51\x93\ -\xc8\xf0\xfa\xf3\x2e\x6e\xc2\x24\x10\x92\xa6\xa6\xb4\x0c\x28\x5c\ -\xb1\x0f\x37\x30\xc9\x8e\x9f\x67\xa3\xf2\x09\x37\xbb\x4f\x60\x8f\ -\x11\xb7\x62\xf8\xda\x50\xb8\xe0\x21\xa4\x42\xea\x0a\x49\x84\x14\ -\x18\x87\x09\x3a\x41\xc0\xd6\xda\x3a\xc6\x65\x97\xad\x95\x55\x7e\ -\xad\x8d\x50\x1b\x1f\xd6\x04\x2e\x6f\xbe\xee\x45\x84\xc9\xb8\x41\ -\xad\x15\x30\x73\xd6\x39\x1a\xa1\xfa\xf4\x09\xf7\x9b\xab\x04\x65\ -\x45\xce\x4d\xf3\x68\xc8\xe3\xdd\xab\x0d\x82\xab\x25\x66\xf3\x1e\ -\xa0\x68\x76\x04\x09\xcd\xdf\xee\x8a\xa3\x0d\x4e\x2f\x2f\x52\x6d\ -\xec\x12\x54\xab\x58\x8e\x4d\xdc\x75\xc8\xdf\x2e\x22\x94\x62\xf1\ -\x7b\x8d\x8e\x2f\x31\x40\xc7\xd2\x65\x2a\x6e\x0e\x67\x01\xa2\xb3\ -\x69\x9d\xeb\xa3\x0f\x08\x40\x01\x32\x2c\x09\xf8\x5d\x82\x56\x5b\ -\xc7\x00\xa5\x24\x2a\xdc\x83\xd2\x25\x25\xa3\x23\x27\xf5\xb9\x71\ -\x6d\x40\x50\x5e\x5a\x42\x08\x09\x2a\x5a\x14\x52\x11\xbd\x47\x8f\ -\xea\x17\xa8\x5e\x83\x5b\x85\xd9\x83\x11\x2e\x5d\x9c\x54\x89\x64\ -\xc2\x30\x0d\x22\x35\xf6\x9b\x48\x21\x23\x03\x40\x26\x93\x06\xa0\ -\xd5\xea\x50\xab\x37\x54\x8f\x1e\xb3\x47\x4e\x68\xae\x54\xd6\x37\ -\x35\xd6\xe3\xf9\xf9\x87\xcf\xd3\x8e\x1d\xfd\x6d\xb6\x9d\x22\xab\ -\xcd\x0f\x4a\xa5\x67\xa6\xfe\xb6\xb3\xb3\xbd\x99\xf1\xd2\xbd\x31\ -\x88\xbf\x5d\xa6\x2a\x30\x04\x24\x00\x05\x83\x5d\x75\x80\x3d\xe0\ -\xd4\x81\xcb\x74\x5c\xfd\x01\x07\x3c\x26\x6c\x2a\x34\xc5\xa3\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x2d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ -\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xd7\x0c\x1b\x16\x19\x10\x1f\x1b\xdd\x16\x00\x00\x02\xba\x49\x44\ -\x41\x54\x78\xda\x65\xcf\x5b\x68\xd5\x05\x00\xc7\xf1\xcf\xff\x7f\ -\xce\xd9\xce\xce\xae\xe7\x6c\x47\xcb\xe6\x6a\x63\x8b\xda\x1c\x39\ -\x2d\xa4\x07\x83\x12\x82\x2e\xf4\x12\x45\x58\x0f\x16\x12\x4a\xa3\ -\x87\x32\x32\xc9\xb1\x28\xd4\x20\x7c\xeb\xa1\x7c\xac\x48\x09\x04\ -\xe9\xa1\xcb\xc0\x20\x58\x5a\x8b\xf5\x92\x4c\xd2\x1c\x9c\xad\xe9\ -\x6e\xed\x76\xb6\x73\xb6\x73\x0b\x1f\x6d\x9f\x87\xdf\xe3\x17\x7e\ -\x01\x9b\x7d\x44\x43\x82\x7d\x31\x1e\x08\x88\x16\xc9\x14\xb8\xf8\ -\x0e\x13\xfe\xe7\x8e\xc0\x71\x6a\x1b\x18\xa8\x09\xc3\x37\x5a\x77\ -\xef\xae\x4d\xf7\xf4\x08\x63\x31\x8b\xe3\xe3\x32\xc3\xc3\xe5\x6c\ -\x2e\x77\x7e\x9d\xb7\x8f\x91\xd9\x14\x18\x60\x4b\x13\xdf\xb7\x6e\ -\xdf\xde\xd7\xd7\xdf\xaf\xae\xad\xed\x8e\xfa\xc6\xca\x8a\x2b\x67\ -\xce\xb8\x36\x32\x32\xbf\xc6\x33\x47\xf9\x15\x02\x78\x96\xe8\xe3\ -\x5c\x6c\x4b\x26\xf7\x3e\xd4\x7f\x58\xb4\x2e\x2e\x12\x06\x54\x02\ -\x4a\x94\x4b\x14\x4b\x25\x01\xae\x9f\x3d\xeb\xaf\xb1\xb1\xd9\x25\ -\xfa\x8e\xf3\x4f\x08\x8f\xf2\x6a\x92\xbd\xf7\xee\xe9\x93\x0b\xb3\ -\xee\x7a\xe5\x80\x15\x59\x1b\xcb\xd7\x14\x96\xae\x9b\x9f\xbe\x61\ -\xeb\xfe\xfd\xf2\xd5\xd5\x6e\xdf\x4a\x47\x22\xe9\x38\xa7\x10\x84\ -\x88\x24\x38\x9c\x8c\x84\x62\x4d\x79\x85\xe6\xa4\x9a\x6d\xdb\x75\ -\x1d\x3a\x66\xba\xb4\x2e\x33\x37\xae\xe3\xcd\x23\xea\x3b\x3b\xc5\ -\x7b\xbb\x2d\x4d\x4e\x48\xd5\xd7\x4b\xf0\xe2\x7b\x34\x47\x0e\x90\ -\xee\xe0\x93\x74\xbc\x12\xd4\xb7\xcc\xc8\xcf\x8c\xca\xdc\x5a\xd2\ -\xbe\xf7\x69\x5b\x1e\xd9\xa7\x69\xe7\x63\x9a\xbb\xba\x5d\xfd\xe1\ -\x82\xab\x83\x07\x35\x4c\x4f\x29\xce\x2c\xcb\x57\x44\xca\x5c\x0e\ -\xb7\x71\x4f\x35\x41\xf4\xf6\x04\xeb\x5a\x12\x0b\x4a\xbf\x9d\xf4\ -\xdd\xe9\x41\xf1\x86\xa4\x74\x57\x8f\x3f\x7f\xfa\xd1\xe8\xa9\x17\ -\xb4\xb7\xcc\xaa\x6a\xcc\x8a\xd6\x52\x8d\x2a\x5a\xc3\x75\x8a\x55\ -\x08\x4a\x94\x8b\x14\x4b\x2c\x16\x53\x7a\x9f\x7c\x0e\x40\xfb\xce\ -\x87\xc5\x3b\x7a\x55\x1a\xa9\x6a\x26\x52\x43\x0c\x31\x0a\xe1\x39\ -\x26\x42\x56\xd7\x73\xe4\x16\x19\x9f\x4f\xd9\x33\x30\xa4\x75\xc7\ -\x2e\x99\xcb\xe7\x8d\x7e\x75\x54\x6d\x32\xe5\xa9\xd3\x43\x66\x1a\ -\x77\x29\xc4\x29\x14\x08\xb0\xc6\x58\x38\xc9\x5a\x9e\x8b\x1b\x45\ -\xe6\x26\xd9\xfa\xc4\xeb\xb6\x3e\xb8\xcb\xcd\x4b\xe7\xdd\xfa\xfa\ -\x25\xd5\x57\x3f\x76\xed\x9b\x23\x6a\x1a\x53\x76\xbc\x76\xc2\xfc\ -\x3c\x6b\xcb\x94\x99\xfa\x94\xdf\x23\x28\x77\x30\xdd\xc9\xcb\x1b\ -\x79\xe1\xc2\x95\x61\x85\xd5\x29\x93\xe7\xde\x97\x88\x16\x44\xca\ -\xe4\x6e\x5c\x92\x9d\xf8\x5b\xe6\xcb\x13\xb2\x23\x79\x61\x8e\x39\ -\x3e\xfc\x82\x9f\x03\x40\xfc\x33\x06\xdb\x79\x77\x29\xa4\x92\xa4\ -\xe6\x6e\xe2\x29\x62\x75\x04\x01\xb9\x59\xb2\x57\x48\xac\xb2\xc1\ -\xd0\x01\x9e\x5f\x64\x25\x00\x40\xc3\xe7\x1c\xbb\x9f\xb7\x96\x89\ -\xad\x86\x94\xab\x11\x12\x16\x88\x6f\xd0\x84\x65\x2e\x7c\xc0\xa1\ -\x51\xa6\x51\x89\x00\x60\xfd\x5b\x7e\x89\x31\x7c\x1f\xf5\xc9\x8a\ -\x74\x5d\x51\x22\x51\xa0\xae\x64\xb5\xcc\xe5\x3f\x18\x38\xc8\xc9\ -\x9b\xfc\x8b\x0a\x04\x36\x0b\x91\x40\xaa\x9b\x96\x7a\xa2\x23\xcc\ -\x94\x59\x40\x16\x25\x00\xf8\x0f\x80\xa0\xff\x98\xbb\x5a\x5b\x51\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x62\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xdf\x49\x44\ -\x41\x54\x78\xda\xa5\x90\x4b\x68\x13\x51\x14\x86\xcf\x99\x3b\x99\ -\x8c\xc9\xb4\x49\xdf\x2f\x1f\xc4\x47\xb4\xc5\xda\x6e\x44\x5c\x89\ -\x6e\xec\xc6\x85\x08\x82\xa2\x56\x70\xed\xc6\x8d\x6e\xa4\xa2\xa2\ -\xa8\x2b\x05\x75\x2b\x16\x2a\x2e\x14\x57\x6e\x44\x50\x11\x2d\x5a\ -\x14\x6a\x5b\x6b\x6d\xaa\x35\x1a\x4d\x62\xdb\x24\x93\x26\x33\xf7\ -\xce\xdc\xe3\x4d\xa0\x50\x41\x74\xe1\x37\x9b\xc3\xe1\xe7\x9b\x73\ -\x7f\x1c\x1a\x80\x0e\x00\x30\x0e\x9c\xa1\x4f\xa0\xb8\x73\x06\xd7\ -\x32\x5d\xeb\x0f\x47\x6a\x77\x44\x5a\x36\xf4\x04\xf4\x88\xbe\x90\ -\x1a\x7f\x97\x9b\xff\xf1\x8c\x24\x0d\xaa\xdc\x38\x2c\x03\xef\x5d\ -\xb6\xa6\xad\xfa\xba\xb6\xb9\x64\xf2\xa8\xa6\x6b\x2d\x2b\xe3\x6b\ -\xaf\x6c\xec\xea\x35\xcd\x70\x14\x8c\xda\x9a\x4a\x04\x84\x5d\x06\ -\x5e\xc8\xc1\xd4\xe8\x70\xe9\x73\xe2\xf3\x25\x49\x74\x41\x89\xbc\ -\xaa\xe0\xc1\xd5\x1a\x7b\x67\xdf\x41\x6b\xec\xdd\x13\xde\xda\x16\ -\xc3\xd6\xf6\x35\x01\xcd\x80\x3f\x22\x85\x06\xd9\x0f\x13\xfc\xd5\ -\xab\xe7\x63\x9e\xe7\x6f\x57\x12\xae\x83\x42\x53\xdf\x96\xee\x5d\ -\x06\x30\x02\xe9\x49\x15\x24\xf0\x0a\x1c\xdc\x6c\xe5\x55\x1e\x18\ -\x75\xed\x10\xa8\xab\xaf\xce\x0d\xb1\x4e\x63\x4d\xba\xb4\x39\x91\ -\x18\x39\xa7\x16\x27\x2b\x02\x14\x8e\x00\xd4\x48\x4d\x2a\xe2\x16\ -\xc0\x4e\x8c\x40\xb9\x30\x07\x36\x37\xc8\xe7\x01\x30\x9d\x11\x6c\ -\x6a\x8f\x81\xb5\x69\xab\xca\x31\x88\xad\x8f\x1b\xe3\x13\x89\xe3\ -\xaa\xaf\xfb\x3a\x2a\x83\xcf\x5d\x00\x9d\x40\x12\x87\x7c\xea\x29\ -\xa4\x6d\x41\xa3\xd3\xe4\xd4\x06\xe6\x1f\xf9\x12\x17\xbf\xfd\x0c\ -\xec\x6d\x4c\xcc\x68\xbb\xb9\x83\xd6\x86\x6d\x4c\x03\xd2\xa2\xd1\ -\x98\x59\x2e\xcd\x1f\xd1\x88\x00\x9c\x5c\x12\x84\x5b\x04\x89\x0e\ -\x04\x9b\x5b\xa1\x71\x15\x60\x73\x1d\x4a\xa6\xc9\x5b\xfd\xe7\xbd\ -\x83\xb1\x56\x67\xb5\xd5\x86\x3c\xf3\xe3\xeb\x74\x39\x95\x48\x79\ -\xb6\x5d\x6c\x0a\x33\x28\x3b\x6c\x87\xe6\x2e\x3a\xe2\xd3\xec\x84\ -\x3b\xf3\xfe\xa5\x4c\x7e\x9c\x94\x0b\x69\x4e\x92\x22\x14\xef\x0c\ -\x99\x8c\xb1\x9b\xea\xcc\x2e\x55\x56\x96\x31\x71\x57\x04\xf5\xa2\ -\x58\xf8\xfe\xda\x2b\xe6\x47\x1b\x42\x72\x36\x57\x80\xb8\xee\x73\ -\xb1\xe7\x6b\x32\x73\x0a\x00\xfa\x00\xd2\xac\x5a\x04\x10\x28\xd4\ -\x0c\x08\x4b\x10\x30\xcf\xa7\x79\x7f\x31\xf3\xd1\x71\xf3\xf9\xbc\ -\xed\xdb\x1a\x52\x3b\x12\x11\x2c\x31\x7c\x56\x57\x1d\xa1\xfe\x3c\ -\x5f\x2f\x4f\x5c\x4e\xfb\x4b\x7b\x75\x45\x47\xd0\xd0\xc7\xd6\xad\ -\xd0\x4f\x87\x84\x53\x11\x5b\xc3\x5f\x58\xaf\x5f\x23\x63\x3a\x2c\ -\xa3\xc1\x42\xa0\x60\x00\x63\x20\xb5\x6b\x03\x1d\xb2\x09\x53\x51\ -\xb5\xbe\x88\x88\xfb\xac\x90\x3e\x68\x06\x59\x82\x30\x10\x46\x2e\ -\xc2\x8b\x80\xdd\x91\x20\xbd\xf8\xed\x82\xa9\xeb\x21\x94\x66\x10\ -\x36\x1d\x5b\xa0\xb7\x43\xab\x31\x63\x13\x73\xcb\x76\xa4\xad\xb1\ -\x96\x59\xc8\x1b\x91\xf3\x10\x3a\xdc\xfc\x99\xf7\x6a\xa6\x72\xe2\ -\xb6\x69\xca\xbe\xaa\x60\x39\xef\x07\x5b\xb0\xf3\x70\xba\xba\x1c\ -\x7b\x18\x47\x00\x64\xe8\xfb\x06\x72\x11\x45\xd7\x35\xb0\xc4\xfd\ -\x37\xb3\xc5\xfd\xc8\x44\x59\x95\x7b\xa3\x2a\xf8\x1b\xa3\x4f\x7b\ -\x10\x85\xc7\x2a\x7f\xd6\x1d\x8f\x0a\x19\x07\xa7\x26\xe7\x4a\x87\ -\xae\x71\x09\x8a\xaa\xe0\x5f\x4c\x3e\xee\x41\x99\xcd\x62\x50\x48\ -\x72\x67\xd2\xd4\x35\x40\x50\x65\x49\xf0\x3f\xfc\x02\x48\x2f\x74\ -\x28\xb6\xdd\x1f\xd9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x01\xb1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x02\x16\ -\x10\x2b\x36\x53\xbb\x77\xe4\x00\x00\x01\x31\x49\x44\x41\x54\x78\ -\xda\x95\x93\xbd\x4a\xc4\x40\x14\x85\xcf\xdc\xfc\xad\x1a\x76\xb3\ -\xca\x5a\x28\x82\x95\x82\x8d\x8d\xf8\x0c\xda\xd8\xf9\x0e\x8b\x3e\ -\x84\x56\xe2\x03\xd8\xd8\xd8\x59\xfa\x12\x0b\x69\x44\x10\x2d\xac\ -\xd4\xc2\xc0\x62\xb2\x59\x5d\xb0\x50\x49\x4c\x9c\x70\x03\x1b\x86\ -\x59\x42\x3e\x38\xdc\xea\x7e\x73\x66\x60\x04\x18\x4f\x66\x0b\xcd\ -\x78\x92\x99\xa0\x64\x2f\x6f\x48\xb1\x03\x89\x89\x0a\x61\x34\x82\ -\x61\x10\x88\x08\x42\x08\x90\x8c\x28\x83\x62\x82\x71\x5d\x17\x8c\ -\x22\x30\x4d\x83\x97\x88\x78\xb2\x88\x03\x54\x25\x7a\x01\xf1\x62\ -\x31\xa7\x92\x4a\xa6\xd4\x0b\x58\xd2\x58\xc0\xcb\x5a\x81\xa4\x56\ -\xc0\xb5\x2b\x91\x34\x13\x90\x72\xa2\xa6\x81\x22\x53\x1b\x08\xa1\ -\xbd\x3b\xb7\x51\xd1\x0b\xb4\xcb\x41\x10\xc0\x32\x6d\x5c\xbf\x5f\ -\xc0\xb2\x80\xfe\xc6\x09\x24\xa9\x56\xa0\xa3\xe5\xb4\xd0\x5b\xee\ -\xc1\xbf\x1d\xa0\xbd\xe0\x20\xee\x8c\xc6\x5d\x6f\xd1\xff\x9c\x7c\ -\x80\x74\x02\xf5\xf1\x8e\x07\x7d\x6c\x5f\x6e\x22\x23\x42\x0a\xc2\ -\xd1\xfd\xe1\xd2\xc1\xcd\xee\xa3\xd2\x60\x76\x93\xe7\xb7\x57\x84\ -\x5f\x63\xcc\xcf\x09\x7c\x27\x36\x5e\xa2\x21\x3a\x5d\x27\x03\x53\ -\xff\x99\x7e\x7e\x93\x3c\x1a\x46\xf1\xda\x99\x97\xed\x5c\xad\xe6\ -\x2b\xe7\x6d\x52\x1f\xf1\x4e\x9e\xba\x8f\xd9\x24\x96\x65\xf8\xeb\ -\xa7\xee\x43\x18\x67\x76\x2a\xfe\x72\x94\xfc\x03\x19\x32\x8c\x87\ -\x4b\x0d\xdc\x0d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x03\xb0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x2d\x49\x44\ -\x41\x54\x78\xda\x7d\x93\x5b\x68\x13\x59\x1c\xc6\xbf\xff\xcc\xe4\ -\xd2\x49\xd3\x24\x9d\x74\x63\xd1\xb6\x36\x5a\xa4\x68\x15\xda\x55\ -\xbc\x20\x8a\x0f\x82\xd5\x7d\x58\x75\x61\x91\x75\x1f\x04\x2f\x08\ -\xba\x0f\x22\x82\x8a\xa8\x8b\xd6\x07\x45\x51\x11\x41\xbc\x54\x54\ -\x44\x04\x45\x44\x5d\x71\xad\x17\xc8\xb2\x6b\xab\x56\x57\xaa\xd6\ -\x58\xeb\x46\xdb\xa4\x1a\xd3\x4e\x32\x19\x67\x32\x73\xf6\x64\xc4\ -\xdb\x8b\x1f\x7c\xcc\x79\x98\xdf\x8f\xff\x39\x67\x86\x18\x63\xf8\ -\x56\x9a\x9a\x9a\xe8\xe0\xee\xd9\xe3\x03\x01\x65\x81\xd7\xeb\x9d\ -\x2a\x97\x78\x47\xc7\xfe\x7a\x70\xfe\x97\xa5\xc7\x46\xca\xb2\x7c\ -\xeb\x2b\xc1\xca\xa5\x3f\x78\x16\x2f\xa8\x9a\xe9\x2b\x2d\x9b\x5b\ -\x16\x08\x4c\x0c\x84\x22\x51\xbf\x32\x41\x91\xa4\x52\x11\x4c\x03\ -\x58\x0e\x7a\x3e\x83\xf5\x5b\x2e\xe4\xd5\x2c\xb3\x5a\x5b\x5b\x2f\ -\x52\xe7\x1f\x0b\xb7\x96\xf9\x30\x37\x10\x54\x6a\x4a\x43\xd1\xa0\ -\xe0\xad\x14\x49\x2c\x01\x04\x0f\xc8\x55\x09\x92\x42\x70\x60\xab\ -\x0f\x05\xbd\x17\xcb\x57\x1f\xc1\xf5\x9b\x71\xeb\xfb\x49\x33\xba\ -\x34\x4d\x9b\x43\xbd\xb1\x45\x0f\xaa\xab\xc2\x0d\x8c\x64\x30\x57\ -\x04\x4c\x0a\x3b\x00\x41\x05\x91\x01\x60\x00\xc4\x52\x60\xb6\x81\ -\xdf\x36\x74\xa1\x2d\xf6\x16\x11\x85\xac\xf6\xce\x5c\x7d\x26\x93\ -\xe9\x96\xd2\xe9\xfe\xfb\xd5\xe1\xbe\x86\xe2\x0b\x36\x89\xb0\x21\ -\x81\x24\x40\x90\x04\x40\x2a\xae\x65\x40\x10\xb1\xb1\xe5\x29\x62\ -\x77\x32\x18\x1e\x11\xb0\x77\x7b\x83\x78\xfc\x8c\xaa\x00\xe8\x16\ -\x52\xa9\xc4\x25\x4b\x7f\x0e\xbb\x90\x86\xcd\x6c\x40\x60\x20\x22\ -\xc0\xa9\x08\xe2\xf0\xce\x03\x3d\xb8\x7a\x63\x00\xe1\x72\xc2\xf6\ -\x0d\xf5\xa8\x8b\xfa\x30\x66\x94\x38\x0b\x3c\x52\x5f\xa6\xbc\xcd\ -\x72\x8b\x00\xb9\x38\x4c\x9c\xa1\x0f\x4f\xa7\x12\x0e\x9f\x4c\xe0\ -\xec\x85\x04\x87\xdd\x58\xb7\x2a\x8a\xc6\xf1\x21\x30\xdb\xc2\x77\ -\x0a\x1a\xc1\x23\xec\x3d\x61\xa4\x06\xf3\xae\x41\x92\x04\x3e\xa9\ -\xc0\x21\x5e\x47\xe2\xc6\xb9\x2b\x69\x1c\x39\xf5\x02\xe1\xb0\x1f\ -\xcb\x7e\x8d\x62\xe6\xb4\x0a\x14\xc3\x98\x8d\x8a\x40\xa1\xce\x11\ -\x74\x74\x74\xb0\xb4\x8a\xff\xa8\x08\x4b\xe4\xec\x9d\x44\x0f\x6e\ -\xfc\x9d\xc3\xbe\x43\xcf\x11\x0c\xfa\x31\xbf\x79\x04\x7e\x6c\xfe\ -\x08\x33\xc0\x36\x50\x11\xd4\x87\xf3\x6f\xc4\x23\x80\x67\x30\x4b\ -\x8f\x05\x49\xe4\x02\x37\xaf\x17\x1d\x8f\x0c\xb4\xec\x79\x06\x9f\ -\xbf\x1c\xb3\xa6\x0f\xc3\x92\x45\x61\x7c\x0a\xb3\xc0\xcc\x3c\x94\ -\x92\x77\xa1\xba\x11\xda\x30\x47\x90\xd5\xdd\xed\xe4\x92\x9d\x13\ -\x7f\xd2\x53\xc0\xa6\x1d\x4f\xf8\x24\x01\x34\x36\xf8\xb0\x66\x45\ -\xe4\x33\xcb\x6c\xb0\x82\x0e\xeb\xfd\x10\x98\x9e\x12\xc6\x8d\xce\ -\x4d\x71\x04\xba\x49\xd7\x8b\x07\x36\xa4\x32\xac\xfb\xfd\x35\xd4\ -\x9c\x1b\xf5\x75\x1e\x6c\x59\x5b\xf5\x05\xcc\xc0\x2c\x93\x4f\xaf\ -\xc2\xd6\x92\x20\x96\x83\xdf\x67\x8f\x75\x04\x47\x4f\x67\x3a\x0d\ -\x83\x99\x97\x6f\xd6\x62\xdb\xe6\xad\x18\x55\x6d\x63\xd7\xe6\x5a\ -\x10\x7d\x01\xdb\x26\x98\x31\x04\x2b\x97\x44\x41\x4d\x80\xef\x14\ -\x92\x8b\xd5\x7c\xfa\x17\xce\xb6\xce\x1b\xa8\xa9\x5d\x1c\x8e\x3f\ -\xda\x8f\x9f\x7f\xaa\xfc\x7a\x6c\xab\x08\xab\x30\xb3\xfd\x2c\x11\ -\x7f\x99\x7e\xd8\xeb\xe9\xba\x7a\x47\xb9\xfd\xcf\xbf\xfe\x6b\x8e\ -\x80\x88\x84\xe9\x53\xc6\x6a\x2d\xeb\x2b\x3d\xd3\x26\x87\x1c\x30\ -\xaf\xdb\x46\x7f\xf2\xfd\x9b\xbe\x64\x3e\xd1\xff\x5a\x7b\xfc\x32\ -\x91\x6d\x8f\xdd\xb5\xda\xe2\xaf\xbc\x3d\x00\xb4\xe2\xed\x81\xc7\ -\x11\x94\xfa\xe4\x8a\xdd\xdb\x26\x2e\x91\x65\xa1\x39\xde\xa3\x75\ -\x3f\xec\x1a\xba\xff\xe7\xad\xe4\xbd\x6c\x36\x9b\x36\x4d\x53\x07\ -\x50\xe0\x35\x79\x8d\x62\x3f\xae\x19\xcf\xff\xac\x4b\x6b\x8b\x58\ -\x78\xb1\xa3\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x17\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x94\x49\x44\ -\x41\x54\x78\xda\x9d\x91\xbd\x6e\x13\x41\x14\x85\xbf\x3b\x3b\xb6\ -\x13\xff\xc4\x01\x83\x6c\x5a\x1a\x1e\x20\x15\xb4\xa6\x42\x42\x29\ -\xd2\xe5\x01\xd2\x91\x27\xc8\x8b\x50\xf0\x02\x74\x88\x3a\x2d\x1d\ -\x0f\x40\x83\x84\x44\x01\x0a\xc2\x24\x8e\x49\xbc\xd9\x9d\xe1\xc4\ -\x6b\x6b\x57\x46\x2b\x4b\x3e\x9a\xa3\xab\x19\xdd\x73\xee\x99\x19\ -\x3b\x78\xc6\xc3\xd7\x2f\x18\xb3\x05\x3e\x7e\xe2\xdc\x1f\xbf\xe4\ -\xe8\xcd\xd9\xbb\xb7\x31\x9f\x80\x39\xad\x16\xe6\x9b\xaa\x62\xa3\ -\x6f\xe6\xf7\x21\xe9\x6b\xdf\x05\x6b\x8b\xcb\x1a\xaf\xe8\x9d\x0e\ -\x4e\x3c\x86\x23\xff\x6d\xdc\x5d\x20\x25\xf8\x16\xb8\x3d\xd5\xa1\ -\x44\x6a\x74\x3d\xd5\x7e\x71\x66\x22\x29\x84\x9f\xe2\x14\xa4\xf5\ -\x08\xea\x10\xe5\x95\x34\x34\xf5\x11\xd6\x1c\xaa\x3e\x06\x3f\xd0\ -\xd9\x83\x45\x02\x4c\xc6\x61\x22\xfe\x29\x18\x6f\x40\xf0\x08\xf9\ -\xe4\x3d\x61\xfe\x55\xcd\x8a\xed\x77\x65\xdb\x96\x41\x1b\xd7\xec\ -\xe2\xb4\x37\xbf\xc3\x3a\xa2\x7b\x52\x1a\xd8\x7d\x63\xdc\xc3\x9c\ -\x2f\x4c\x24\x70\xa2\xb9\x06\xab\x90\xff\x23\x96\x06\xae\xd1\x21\ -\xc6\xee\xc2\x40\x9b\x42\x9c\x88\x32\xb3\x3a\x83\xb8\x6e\x40\x0f\ -\x29\x8a\x77\x70\xa2\xc4\x62\x8d\x36\x12\xc9\x2a\x57\xf0\x1d\xcc\ -\xba\x48\x59\x98\x38\xbf\x60\x2d\x62\x0e\x21\xad\x1a\xec\x2c\xff\ -\xd8\xb4\x1c\xd4\x43\xd3\x83\xf4\x29\x21\xbb\xae\x18\xb8\x04\xa2\ -\x58\xa2\x3e\x7a\xb8\xd3\xf0\x6b\xb1\x4c\x50\x62\xa3\x38\x23\xa6\ -\x33\xc2\xcd\x2f\xf2\x79\x31\xb0\xcc\xbb\x29\x76\x48\x25\x9e\x92\ -\xff\xbd\x20\x9b\x7e\xc7\x6c\x5e\x1a\x6c\x9c\x9a\xdd\x12\x6e\x2f\ -\xc9\x67\x3f\xc8\xae\xbe\x41\xb8\xc4\xef\x52\xb9\x42\x32\xa4\x2a\ -\x02\x71\xf5\x55\xa1\x78\x30\xdd\x79\x11\xdb\xb5\x46\x12\x8f\x48\ -\x3a\x4f\x81\x2f\xd8\xab\xe7\x8c\xc6\x07\x1c\xb2\x05\xce\x3f\xf3\ -\xe1\x1f\xad\x46\x94\x10\x44\x75\xd2\x6b\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x10\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x04\x03\x00\x00\x00\xed\xdd\xe2\x52\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x30\x50\x4c\x54\ -\x45\xff\xff\xff\x4f\x4f\x4f\x77\x77\x77\x4f\x4f\x4f\x63\x63\x63\ -\x77\x77\x77\xe0\xe0\xe0\xe4\xe4\xe4\xe6\xe6\xe6\xe9\xe9\xe9\xeb\ -\xeb\xeb\xed\xed\xed\xf3\xf3\xf3\xf9\xf9\xf9\xfb\xfb\xfb\xfc\xfc\ -\xfc\xd9\x88\x48\x6e\x00\x00\x00\x03\x74\x52\x4e\x53\x00\xb4\xb4\ -\xb6\xd3\xd8\xf7\x00\x00\x00\x43\x49\x44\x41\x54\x08\xd7\x63\x60\ -\x80\x03\xd5\x50\x10\x50\x60\x60\xf0\xff\xff\xf7\x74\x5b\x9a\x03\ -\x03\x83\xb0\x31\x08\x08\x30\x60\x03\xaa\x10\xb5\x20\xd5\x27\x41\ -\x6a\x21\xaa\xb1\xab\x65\x02\x19\x1c\x04\x64\xb0\xfc\xff\x77\xaa\ -\x2c\x05\xc8\x60\x04\x19\x6c\x88\x45\x29\x00\xb8\x4e\x12\x5b\x34\ -\x33\xe1\xb0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xe5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\x01\ -\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x99\x50\x4c\x54\ -\x45\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x04\x04\x0b\x0b\ -\x0b\x0f\x0f\x0f\x13\x13\x13\x1a\x1a\x1a\x00\x00\x00\x09\x09\x09\ -\x70\x72\x6f\x7c\x7e\x7b\x79\x79\x76\xd9\xd9\xd9\xfa\xfa\xfa\xfc\ -\xfc\xfc\xdc\xdc\xdc\xf7\xf7\xf7\xf8\xf8\xf8\xf9\xf9\xf9\xfa\xfa\ -\xfa\xfa\xfa\xfa\xc2\xc2\xc2\xc3\xc3\xc3\xc4\xc4\xc4\xd4\xd4\xd4\ -\xd6\xd6\xd6\xd7\xd7\xd7\xdb\xdb\xdb\xde\xde\xde\xf6\xf6\xf6\xf8\ -\xf8\xf7\xf8\xf8\xf8\xf9\xf9\xf8\xf9\xf9\xf9\xfa\xfa\xfa\xfb\xfb\ -\xfb\xfc\xfc\xfc\xfd\xfd\xfd\xfe\xfe\xfe\xd2\x7b\x87\xaf\x00\x00\ -\x00\x21\x74\x52\x4e\x53\x00\x04\x05\x06\x1c\x1e\x1f\x38\x39\x3b\ -\x3d\x3e\x40\x41\x43\x43\x44\x44\x44\x68\x6e\xa0\xa9\xaf\xfc\xfc\ -\xfc\xfd\xfd\xfd\xfd\xfd\xfe\x18\x8b\x53\xd1\x00\x00\x00\x91\x49\ -\x44\x41\x54\x78\xda\x5d\xcd\x41\x0a\x02\x31\x0c\x85\xe1\x97\x36\ -\x28\xb3\x18\x05\xc1\xfb\x5f\xcb\xa5\x07\x98\x71\x21\xc2\xd4\xd6\ -\x26\x26\x8d\x82\xd8\x55\xf2\xf3\x85\x32\xfe\x1e\x83\x33\xc8\x27\ -\xd5\x1a\x21\x9f\x32\x91\xb5\x56\x6e\x11\x70\x7e\x56\x52\x10\xd7\ -\xbd\x1b\x06\x51\x9d\x7b\x32\xd3\x77\x6e\x18\x56\xf0\x72\x93\x26\ -\x37\x1e\xf0\x6b\x2c\x0c\x23\xc8\xd0\x63\xba\x82\x63\xa7\x94\xc9\ -\x28\xd4\x82\x0e\x13\x5f\x93\x07\x90\x1b\xdf\x3f\x42\x2e\xd3\x61\ -\xa0\x4d\x64\x6b\x16\x5a\xeb\x61\xfa\x5c\xef\xc5\x4f\xbe\x46\xcb\ -\xba\xa8\x87\x30\x84\x47\x5f\x05\x1e\x86\xb1\x13\x29\xb6\xe3\x0d\ -\x62\xa3\x43\x41\x40\x31\x75\x57\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\xb3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xda\x06\x19\ -\x0b\x07\x00\x9e\x34\x01\x7a\x00\x00\x02\x33\x49\x44\x41\x54\x38\ -\xcb\x95\x92\xcb\x4f\x13\x61\x14\xc5\xcf\x37\x9d\xda\x16\x33\x0d\ -\x34\x85\x1a\x45\x52\x68\x69\x00\x35\x62\x11\xdf\x5a\x53\x89\x51\ -\x63\x50\x93\xea\x46\x77\x2e\x4d\x54\x8c\x12\xff\x01\x17\x1a\x71\ -\xe7\x96\x15\x9a\x18\x37\xc6\x47\x17\xd6\x18\xd3\x45\x13\x71\xa5\ -\x10\x5a\x82\x4d\x48\x84\x96\x45\x23\x7d\x4c\x99\xc7\x37\xf3\x5d\ -\x17\x18\x13\xb1\x44\x38\xcb\x7b\xcf\xf9\x2d\xee\xb9\x40\x03\x5d\ -\xeb\x08\xfc\x33\xbb\xde\xb9\x0d\x1b\xd2\xe8\xf0\x39\x00\x40\x62\ -\xa7\xff\x51\x22\xd8\x46\x97\x83\x6d\xf5\x2b\xed\xad\x8f\xb1\x19\ -\x0d\x77\x05\x27\x62\x8a\x87\x0e\xc8\x0e\x8a\x4a\x32\x45\x9d\x2e\ -\x3a\xdf\xd1\x7e\xa7\x91\x57\x6e\x48\x90\xe9\xd2\xa7\xa9\x77\x58\ -\x31\x24\xcc\xce\xce\x43\xfb\x91\xa3\x07\x63\xcf\xce\x00\x78\xb2\ -\xd6\x2a\x35\xca\x9f\x88\x0d\xfc\x84\x73\x2b\x1c\x5e\x3f\x76\x1d\ -\x3a\x8e\x23\x89\xab\x2c\x71\xe1\xa8\xaf\x91\xb7\x21\x60\xe8\xf4\ -\xb1\x39\x70\x8b\x24\xae\x01\x66\x05\xa4\x55\x71\xea\x6c\xfc\xeb\ -\x86\x00\xf9\xf4\x04\xdc\x82\x8f\x58\xf5\x0a\x93\xf9\x0a\x1c\xa6\ -\x0a\x18\x2a\x9a\x15\xe5\x61\x3e\x3d\xb1\xf1\x43\xe6\xdf\x3e\xfd\ -\x4c\x73\x29\xa2\xef\x29\x5a\xf8\x38\x9e\x5b\xcf\x27\xaf\xb7\x98\ -\xfa\x36\x3d\x5f\x2a\x97\xf7\x6f\x71\x79\x10\xd8\xbe\x43\xdd\x54\ -\x8d\x5d\x9d\x91\x8b\xa5\xa5\x45\x5a\x48\x3f\x37\x8c\x99\x24\x27\ -\xad\x42\xbd\x3d\x7b\x6e\xfe\x37\x18\x8f\x0f\xdd\xe8\xdf\x3b\x50\ -\xf0\xb5\xb4\xd1\xfb\xd4\x07\x11\x89\x74\x8b\x9e\x48\x48\x24\x93\ -\x49\xa1\x28\x2d\xd4\xdb\xb3\xbb\x1a\xdd\x37\x78\xff\xd6\xed\x51\ -\x17\x00\xf4\xf5\xf5\x83\x01\xc0\xe0\xe0\xc1\x44\xad\xaa\xbe\xac\ -\xd6\xaa\x60\x8c\x91\xaa\xaa\xec\xcd\xeb\x57\xf0\xb7\xfa\xe1\x74\ -\x3a\x51\xab\xa9\x38\x19\x8b\x43\xf1\x2a\x20\x21\xe0\x72\xbb\xe1\ -\x71\xbb\xef\xce\x64\xa7\xc7\x64\x00\x28\x16\x97\x46\x84\xb0\x89\ -\x04\x31\x02\x18\x09\x01\x4f\x53\x13\xc2\xe1\x30\x6c\xdb\x46\x79\ -\x79\x19\xb6\xb0\x61\xdb\x36\x18\x00\x5d\xd3\xc0\x39\xbf\x07\x60\ -\x15\xa0\xeb\x5a\xb7\x24\x49\x0c\x44\x20\x00\x8c\x01\xd9\xec\x0c\ -\x42\xa1\x2e\x10\x11\xb2\xb9\x1c\x24\x06\xd8\xb6\x05\x00\x60\x60\ -\xe0\x16\x0f\xfc\xf9\x03\x5d\x5f\x39\x6c\x9a\xfa\xb8\xc9\xcd\x45\ -\xcb\xe2\x60\x12\xc3\xe4\xe4\x17\x14\x8b\x45\x14\x0a\x05\x64\x32\ -\x19\x00\x80\x65\x71\x70\x6e\x96\x4c\xd3\x78\x61\xe8\xfa\xc0\x2a\ -\x6c\x8d\x7c\xbe\x66\x8f\x61\x58\xfe\x7a\x5d\x55\x7e\xef\x19\x00\ -\x78\xbd\x5e\xd5\x21\xb1\xd2\x72\xb9\xf2\x57\xa5\xbf\x00\xdb\xd7\ -\xf4\xfa\x7f\x5f\xef\x3a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x01\x72\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\x28\ -\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd8\x0c\x1c\x13\x3b\ -\x1f\x42\x5c\xce\x20\x00\x00\x00\x6f\x50\x4c\x54\x45\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x25\x9c\x19\x53\xb2\x4b\x57\xb3\x4e\x67\ -\xba\x5f\x68\xbb\x60\x74\xbf\x6d\x75\xc1\x6e\x79\xc2\x72\x7d\xc3\ -\x75\xad\xda\xa9\xae\xda\xaa\xb0\xdb\xab\xb0\xdb\xac\xb1\xdc\xad\ -\xb2\xdc\xad\xb5\xdd\xb1\xb6\xdd\xb2\xcb\xcb\xcc\xcb\xcb\xcd\xcc\ -\xcb\xcd\xdb\xdb\xdd\xde\xde\xe0\xec\xf6\xeb\xed\xf7\xeb\xee\xee\ -\xf0\xee\xf7\xed\xee\xf7\xef\xef\xfa\xed\xf0\xf8\xf0\xf0\xfa\xef\ -\xf1\xfa\xef\xf2\xf9\xf1\xf2\xfa\xf1\xff\xff\xff\x56\x75\x79\xf6\ -\x00\x00\x00\x03\x74\x52\x4e\x53\x00\x18\x33\xc7\xbd\x3d\x91\x00\ -\x00\x00\x01\x62\x4b\x47\x44\x24\xb4\x06\xf9\x99\x00\x00\x00\x6d\ -\x49\x44\x41\x54\x78\xda\x6d\xcf\xd7\x0e\x80\x20\x0c\x40\x51\x04\ -\x27\x0e\xc4\x81\x7b\xf7\xff\xbf\x51\x21\x24\x5a\xf5\xbe\x71\x42\ -\xda\x94\x38\x14\xe5\x10\x0a\x28\x4a\xe8\xd0\x3e\x1a\x2e\x68\x94\ -\xaa\x2b\x53\xad\x54\x73\x01\xcc\x1b\xd8\x8e\x15\x34\x2c\x7e\x96\ -\xe8\xa7\x14\xfe\x68\x00\x72\x16\x6a\xe0\x4c\x00\x18\x90\xdc\xd5\ -\xe0\x71\x69\xe1\xce\x42\x11\x7b\xf8\x47\xc9\x22\x34\x63\x0f\xf2\ -\x14\x6d\x99\x7a\xb0\x8d\xdd\xcf\xd0\xef\xb5\xef\x4e\x90\x26\x14\ -\xc1\x0e\x9f\x74\x3a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x03\x59\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xfb\x49\x44\x41\x54\x38\x8d\x95\ -\x90\x5b\x48\x53\x01\x1c\xc6\xff\xe7\xba\xb3\xed\xac\x33\xd7\xdc\ -\xb4\x72\x5d\xb5\xbc\x11\x96\x74\x51\x03\x43\x8b\x9a\x68\x44\x5e\ -\x12\xf1\x45\xad\x28\xe9\x42\xd4\xa2\xd7\xe8\x62\x5a\x4a\x11\x2b\ -\x0d\x85\xf0\x42\x0f\x41\x84\x44\x5e\xc2\xc8\x32\xcd\x6b\x36\xab\ -\x99\xb7\xd1\x56\xf3\xd2\x2e\xb4\x79\x36\xb7\x73\x76\x7a\x2b\x74\ -\x15\xf4\xbd\x7d\x7f\xf8\x7e\xff\x8f\x0f\xaa\x6b\xee\xc2\xdf\xd4\ -\xd8\xd4\x10\x74\xeb\xef\xef\x5b\xe4\x91\x3f\x05\x2b\x6e\x94\xc3\ -\xf9\x73\x3a\xa8\xae\xd6\xa7\x84\xc8\x65\xc7\x49\x11\x1d\x47\xcb\ -\x68\x41\xa9\x60\x7a\x08\x52\x72\x27\x36\x36\x6e\x64\x62\x62\x1c\ -\xd6\xaf\xdf\x10\x0c\xb8\x70\x51\x07\xd7\xaf\x95\x43\x57\xd7\xab\ -\x8e\xae\x8f\x8e\x68\xa3\x83\x19\x62\x79\xf2\x87\x8a\x46\x42\x36\ -\xaa\x02\x6b\x42\x08\xf7\xba\x94\xc4\xc8\x47\x1a\xcd\xda\x7c\xb3\ -\xc5\xfc\xe7\x06\xe5\x15\xd7\xdf\xa9\xe3\xb3\xf8\x80\x54\xfd\xce\ -\xe2\xf2\x4f\x7a\x39\xd4\xbb\x2f\x5a\x92\x22\x42\xf8\x70\x5a\x84\ -\xa9\xda\x5a\x5b\xe9\x3c\xed\xf6\xbe\xf0\x15\x2b\x33\xd0\xa5\xe1\ -\xe2\xe2\xc2\x13\x93\x6c\x98\xcf\x2e\x56\x3f\x14\xaf\xa2\x5a\xf6\ -\x24\x29\x7e\xa4\x46\x7c\x2f\xe9\xee\x6c\x23\xa4\x52\xc2\x86\xe3\ -\x88\x2b\x2f\x3b\x33\xf0\xec\x45\x5f\xba\xdd\x36\xa7\x0d\x02\x78\ -\xfc\x70\x76\x75\x4a\xf6\x93\x98\x04\x59\xaf\x5c\x4d\x8e\x46\x31\ -\x78\x56\x53\xf3\x50\x7f\x5b\x4b\xfb\x26\xb9\x9c\xb2\x11\x04\x3e\ -\xcf\x73\xbc\x37\x44\xa1\x74\xbb\xe6\xd9\xd3\x41\x00\x82\x0e\x53\ -\x27\xc4\x4a\xc6\x28\x02\xb5\x26\x88\xb1\xb4\xb6\x4e\x83\xc3\xee\ -\x64\x59\x4d\xd4\x66\x6b\xd5\x8d\xdb\x1b\x49\x12\x63\x01\x45\xfc\ -\x3b\x77\x6c\xc5\xfa\x06\x0d\x89\x8b\x00\x07\x0f\x1d\x90\x90\x14\ -\xe5\x89\x58\x0e\x6e\x35\x8e\x2c\x04\x16\xfc\xda\xda\xa6\x4e\x0b\ -\x80\xe0\x97\x32\xa1\xce\x0f\xa3\x96\xd0\xe9\xe9\x69\x44\x10\x80\ -\x23\x71\x32\x30\x3f\xef\xa1\x82\x46\x2c\x29\x3d\xe3\x3e\x5b\x59\ -\x55\xb4\x8e\x84\xa4\xc3\x45\xba\x1d\xc6\xcf\x26\x0c\xc5\x30\x54\ -\x2a\xa1\x68\x11\x89\xcb\x08\xc1\x27\x6a\x6c\x78\x60\x9d\x18\x9f\ -\x58\xee\xfa\x3e\xe9\xc0\x97\x02\x58\xe7\xd7\x76\xa3\x61\x26\x59\ -\xb5\x45\x65\x7c\x5c\x57\xde\x0e\x00\x94\x0f\x80\xe2\x01\x94\x3c\ -\x40\xb2\x97\x83\x08\xfb\x9c\x87\x31\x8c\x18\xd1\x6d\x31\xca\xa7\ -\xd8\x52\xc0\x88\xf1\x63\x4b\x18\x23\x6e\x58\x11\xbf\xfb\x93\x93\ -\x0c\x7c\x79\xef\x13\xbe\x8d\x7a\x78\xb7\xdd\xc9\x29\xc4\x9c\xb0\ -\xd3\x3a\xeb\x45\xcd\x96\x19\x19\x6b\x1b\x53\x2d\x63\x64\x7b\x17\ -\x01\x74\x3a\x5d\x96\xfe\x8e\x7e\x78\xc6\x6a\x1a\xe8\xed\x7c\x99\ -\x09\x92\x78\x5c\x60\x91\x95\x36\xeb\x82\xc6\x36\xe7\x5b\xed\x70\ -\x2e\x30\xc3\xc3\x06\xa5\xeb\xeb\x50\xa4\x9c\x26\x92\xb4\xfb\x33\ -\xcc\x48\x61\x61\x21\xd4\xd7\xd7\x43\x59\x59\xd9\xc5\xdc\xdc\xdc\ -\xab\x6f\x7b\x7b\xa0\xbb\xe7\x4d\xba\x69\x6a\xca\xcc\x30\xf2\x46\ -\x91\x62\x6d\x34\x41\xab\x67\x39\x8e\xc7\x34\xa1\x54\x58\x5a\x52\ -\xdc\xeb\x81\xc1\xc1\x82\x93\xa5\xa7\xa6\x7f\x7d\xd6\xeb\xf5\x4d\ -\x26\xd3\x94\x50\x5d\x73\x8f\xcb\x2f\xc8\x8d\x03\x00\xc8\xc9\x3b\ -\x04\x00\x00\xfb\xb4\x7b\xc5\xf9\x05\x39\xbb\x8e\x1e\x2b\x4a\xc6\ -\x28\x94\x04\x00\xa8\xba\x55\xf9\xbb\x76\x73\x73\x73\xeb\xd8\xf8\ -\x98\x70\xb3\xb2\x62\x26\x2d\x3d\x55\x71\xbf\xb6\x6e\xe9\x2c\xff\ -\x56\xc7\x8b\xe7\x83\x97\xaf\x5c\xea\x00\x00\xe4\xc8\xb1\xe2\xff\ -\x0b\x03\xc0\x4f\x5c\x42\x36\x95\x20\x45\x3b\x1a\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xcf\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\x02\x73\x42\x49\x54\x08\x08\x55\xec\x46\x04\x00\x00\ -\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\ -\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\ -\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\ -\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x4e\x49\x44\x41\x54\ -\x78\xda\x4d\x90\x4b\x2b\xc4\x61\x14\x87\x27\x53\x76\x52\x36\xec\ -\x7d\x01\x5f\xc0\x97\xb0\xb1\x38\x4d\xc2\xc6\x25\x0b\x97\x62\xa1\ -\x06\x1b\x25\x99\x66\x25\xe5\x12\xb2\xc0\x58\x99\x5c\x37\xc2\x4c\ -\x13\x9a\x59\x90\x44\x99\x58\xb8\x8c\x98\x19\xc3\x7f\x8c\x4b\x8f\ -\x1f\x26\xfd\xfb\xf5\xd4\xe9\x9c\xe7\x9c\x7a\x5f\x0f\x9e\x9e\xf0\ -\x10\x41\x66\x58\x61\x9b\x08\xfb\xce\x46\x72\x79\x75\xb2\x6e\xac\ -\x04\x0f\xca\x8f\xc0\x07\xef\xae\xe4\xb9\x63\x8b\xc0\xca\x80\xb7\ -\x28\x74\xeb\xc2\x1a\x0e\xcf\x1a\x45\x49\x90\xa2\x20\x6d\x1d\xbf\ -\xff\x4f\x50\xfc\xde\x51\x72\x3c\x8a\x75\xd6\xea\xf7\x70\x94\x14\ -\xfd\x47\x14\x05\x65\x58\xfb\x29\xb1\xc4\x52\x59\x88\x57\xb2\xa2\ -\x37\xef\x12\xfc\x6a\xdd\x8b\x69\xa6\xea\xc3\x12\x33\xa4\xe9\xbc\ -\x76\x09\xbd\x6a\x3e\x88\x09\x42\x5c\x91\xd3\xfe\x21\xad\x73\x2e\ -\xa1\x43\xad\xb4\x78\x11\xaf\x38\x44\x68\xa7\xb1\xd6\x25\x34\xa3\ -\xe7\x89\x11\x66\x89\xf3\x26\x69\x13\xdf\x8d\x55\xfd\x0b\x46\x41\ -\xf9\xa2\x8d\xb6\x9a\x96\xd0\x02\xa7\x9c\xb1\x88\xcd\xbb\x84\x07\ -\xae\x84\x0f\xd5\x95\x2d\x5c\x10\xe3\x18\xbb\x75\x09\x59\x52\xc2\ -\x50\x5d\xda\x40\x92\x03\x4e\xb0\x4c\x51\x30\xaf\xe1\x90\x13\x86\ -\x55\x5b\x77\x9f\x84\x04\xbb\x58\xec\x57\xb0\xb0\x11\xa4\xc0\xa7\ -\x68\xa2\x8b\x80\x8e\x5f\x72\xce\x38\x16\xfc\x13\xd0\xbf\xf1\xc6\ -\xbb\x78\xe1\x89\x5b\xed\x47\xd1\x38\x6e\xe5\xff\x17\x5c\xf9\xb2\ -\xbc\x3d\xd9\x8e\x0d\x5a\x05\x9a\x7e\x03\x65\xdf\x72\x67\x2d\x1e\ -\x52\x9d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x25\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x09\x0e\ -\x17\x2c\x1b\xbe\x17\xe5\xb2\x00\x00\x01\xa5\x49\x44\x41\x54\x78\ -\xda\xa5\x93\x4d\x6b\x53\x41\x18\x85\x9f\x49\x6e\x6a\x7a\x03\xa9\ -\x26\xbb\x26\x6e\x0a\xb5\x9b\x4a\xa9\x8b\x26\xe8\x46\xa1\x0b\xeb\ -\x2f\x70\xab\xfe\x00\x97\xc5\x3f\xa0\x82\x9b\xee\x05\x31\x50\xe8\ -\xfa\x42\x69\xe9\xaa\x1b\x31\x92\x42\x51\x08\x05\x37\x59\x04\x9a\ -\x8d\x18\x45\x9a\xfb\x95\xcc\x4c\x67\x2e\xf1\xd2\x54\x90\x7e\x3c\ -\xef\x1c\x66\x31\x9c\xc3\x9c\x81\xe1\xba\x08\x2a\x73\x82\xe3\xce\ -\x0a\x30\xcd\xe5\x08\xa8\xce\xb5\x04\x50\xe3\xe9\xcb\x2f\xd9\xc5\ -\x1a\x95\xea\x6d\xea\xb3\xb7\x98\x2f\xcd\xa0\xa7\x04\x2a\xe7\x80\ -\x10\x88\xa1\x24\x6b\xd4\xfd\x75\x42\xb3\xf7\x93\x4e\xaf\x87\xfc\ -\xfa\x19\xb6\x36\xea\x4e\x16\xa6\xa5\x5b\x46\x7e\x3b\xa4\xdb\xf9\ -\x4e\xf7\x46\x01\x5c\x97\x8c\x5b\x20\xef\xe6\xd1\x02\xe2\x20\x42\ -\xfa\x3e\x0c\x06\x10\x05\x66\x3f\x81\x42\x19\xeb\x05\x78\xa8\x2f\ -\x84\x32\x1a\x99\x4d\x6a\x2d\x87\xda\x62\xbd\x0e\x63\x5e\x1d\xbc\ -\xe0\xd3\x8f\x6d\x32\x4c\xa2\x35\xdc\x2f\x3f\xe1\xcd\xf2\x07\xfc\ -\x51\x88\xf5\x29\xa5\x28\x16\x8b\x58\xc4\xf8\x06\xfb\x62\x5d\x80\ -\x7b\xd6\x09\x38\x80\x04\x02\xd0\xaf\x35\x83\x60\x30\x11\x20\x84\ -\x78\xf4\xdf\x0a\x47\x07\x47\x3a\x25\x32\x0a\x8c\x7c\xb3\xfe\x04\ -\xff\x56\x88\xe3\x98\xbf\xd8\xb3\x5c\x2e\x47\x3f\xea\x83\x82\xf5\ -\xd6\x33\x9a\xfd\x1d\x84\x19\x6d\xa6\x36\xf3\x98\x77\x0f\x1a\x93\ -\x15\xc2\x30\xe4\x2c\x36\xc0\xf3\x3c\xee\x54\x17\xb8\xeb\x2d\xc2\ -\x14\x29\x49\xa5\xb7\x3a\xa9\x90\x06\xa8\x28\x24\xe3\x64\x48\x51\ -\x49\x0a\x28\x69\xe4\x90\xa0\xc7\x52\x40\x9e\x24\x20\xad\xf0\x7c\ -\xef\x90\xdd\xe3\xdf\x20\x26\x1f\x72\xad\x72\x93\xf7\xab\x4b\xf8\ -\xc3\x11\x40\xfa\x88\xa5\x7c\x09\x4b\x1a\xd0\xd8\xf4\xa0\xe0\x72\ -\x9e\x86\x1f\xf0\x71\xed\x1e\x2a\x8a\xad\x39\xd1\x79\x6a\xfa\x8a\ -\x58\xaf\xd3\x6e\xb7\x5b\xa6\x4b\xfd\x2a\x9f\xc9\x7a\xb9\x2e\xa7\ -\xf8\x4c\x4e\xf3\xd9\xf4\x88\x3e\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x03\x08\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\x01\ -\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x4a\x50\x4c\x54\ -\x45\xff\xff\xff\x00\x00\x00\x00\x00\x00\x9b\x9b\xa5\xa5\xa5\xaf\ -\xa4\xa4\xad\x97\x97\x9d\x9c\x9c\xa0\x5f\x5f\x63\x64\x64\x67\xaf\ -\xaf\xb9\x46\x46\x4e\x48\x48\x4d\x4a\x4a\x51\x4b\x4b\x50\x5b\x5b\ -\x64\x41\x41\x48\x45\x45\x4a\x96\x96\xa2\x9b\x9b\xa3\x6a\x6a\x6b\ -\x6e\x6e\x6e\x6f\x6f\x73\x93\x93\x97\xa6\xa6\xaa\xcd\xcd\xd0\x5c\ -\x5c\x64\x90\x90\x9b\x60\x60\x6d\x87\x87\x87\xb0\xb0\xb8\x6f\x6f\ -\x75\x81\x81\x86\xbd\xbd\xc0\xcf\xcf\xd1\x7c\x7c\x8c\x80\x80\x8f\ -\x98\x98\x9c\x9f\x9f\xa1\xb9\xb9\xc2\xca\xca\xd0\x87\x87\x98\xc6\ -\xc6\xc6\xbf\xbf\xc9\x95\x95\xa7\x99\x99\xa9\xbd\xbd\xc7\xbd\xbd\ -\xc8\xd9\xd9\xdf\xda\xda\xdf\xbb\xbb\xbc\xbe\xbe\xc0\x85\x85\x97\ -\xbd\xbd\xc2\xc3\xc3\xc6\xd8\xd8\xde\xb9\xb9\xc2\xc0\xc0\xc6\xdc\ -\xdc\xe3\xe0\xe0\xe6\xa5\xa5\xb3\xac\xac\xb9\xca\xca\xd2\xe0\xe0\ -\xe5\xe3\xe3\xe8\xee\xee\xf3\x7b\x7b\x86\x92\x92\x9c\xcc\xcc\xd4\ -\xd4\xd4\xda\xda\xda\xe0\x6d\x6d\x79\x70\x70\x7c\x9e\x9e\xa6\xa4\ -\xa4\xba\xa5\xa5\xb9\xa5\xa5\xbb\xa8\xa8\xbd\xae\xae\xbe\xaf\xaf\ -\xc2\xb2\xb2\xbb\xb4\xb4\xc6\xb5\xb5\xbc\xb6\xb6\xc7\xbb\xbb\xc3\ -\xc0\xc0\xcd\xc6\xc6\xd2\xd0\xd0\xda\xd4\xd4\xdd\xd6\xd6\xdf\xd7\ -\xd7\xe0\xd9\xd9\xe0\xda\xda\xe0\xdb\xdb\xe2\xdc\xdc\xe0\xdd\xdd\ -\xe3\xde\xde\xe4\xe1\xe1\xe9\xe3\xe3\xe7\xe4\xe4\xe8\xe5\xe5\xea\ -\xe7\xe7\xec\xe8\xe8\xee\xe9\xe9\xea\xea\xea\xeb\xef\xef\xf3\xf2\ -\xf2\xf5\xf4\xf4\xf7\xf5\xf5\xf8\xf7\xf7\xf9\xb0\x2c\x9a\x2d\x00\ -\x00\x00\x47\x74\x52\x4e\x53\x00\x01\x02\x30\x30\x31\x33\x33\x37\ -\x37\x37\x38\x38\x38\x38\x43\x48\x48\x4a\x57\x59\x59\x5a\x5a\x5a\ -\x5a\x69\xa4\xa6\xad\xb1\xd9\xd9\xd9\xd9\xe0\xe0\xe8\xe8\xe8\xe9\ -\xf3\xf4\xf5\xf6\xf6\xf6\xf6\xf7\xf7\xf9\xf9\xfa\xfa\xfa\xfb\xfc\ -\xfc\xfc\xfc\xfd\xfd\xfd\xfd\xfd\xfd\xfe\xfe\xfe\xfe\xfe\x71\xb8\ -\xe1\xe4\x00\x00\x00\xdd\x49\x44\x41\x54\x18\x19\x05\xc1\xe7\x22\ -\x02\x50\x00\x80\xd1\xef\xde\x8a\xca\x88\xa2\xbd\x8d\x96\x90\x4a\ -\x14\x6d\x2d\xa3\x21\x1a\x14\x69\xd0\x7a\xff\xbf\xce\x01\x00\x70\ -\x3a\x01\x00\x00\x95\xdf\x20\x13\x09\x69\xf0\xab\x00\x00\xdd\x22\ -\x75\xb9\x5e\x47\x52\x0b\x1d\x00\x0a\xad\x32\xb3\x5a\x0e\x87\xcb\ -\x55\x46\xa9\x55\x80\xf0\x4d\x93\xf3\x56\xa5\x5c\xae\xb4\xe6\xc9\ -\xa9\x4f\x80\x35\x3d\x6b\xe7\x5d\x46\xa3\x2b\xdf\x9e\xa5\xad\x80\ -\xbc\x18\x15\xdc\x00\xee\xc2\xe8\x5c\x82\x2d\xd4\xef\x55\x4d\x00\ -\xa6\x6a\xaf\x1f\xb2\x61\x8f\xd5\x9a\x0d\x33\x80\xb9\xd1\xac\xc5\ -\xec\x20\x03\x4f\x25\x0f\x80\xa7\xf4\x1c\x90\x80\xfe\xac\xde\xc9\ -\x7a\x2d\x16\x6f\xb6\xfb\x1a\xd6\x83\x38\x7a\xbc\x7b\x1b\xe4\x26\ -\x93\xdc\xf7\xfb\xfd\xcb\xb1\x80\xad\xbd\xed\x9b\xee\xc7\xcf\xf8\ -\xeb\xf3\x76\x77\x7f\x07\x80\x8d\x62\xfc\xea\xf7\x2f\x7a\xfd\xb0\ -\x09\x00\xa8\x4f\x0e\x64\x30\x28\x0f\x4f\x35\x00\x00\x02\x1c\x0e\ -\x10\x00\xff\x81\xc4\x24\x24\x7c\x13\x2e\x47\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xe5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x06\xec\x00\x00\x06\xec\x01\ -\x1e\x75\x38\x35\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd8\x03\x14\ -\x12\x23\x3b\xba\x62\x67\xa1\x00\x00\x01\x65\x49\x44\x41\x54\x78\ -\xda\x95\x90\xcf\x4a\xc3\x40\x10\xc6\x67\x37\xa6\xa5\x81\x5e\x8a\ -\xa7\x3c\x86\x78\xf1\x01\xd4\x1e\xac\x6f\xe0\xc5\x73\xbd\xd8\x53\ -\x2d\xf8\x08\xbe\x4b\xcf\x3e\x80\xa0\x10\x3c\xfb\x00\x56\xda\x54\ -\x4a\x82\x25\x7f\x77\x3a\xb3\x6c\xe8\x9a\x90\xa2\x1f\x7c\x7c\xbb\ -\xec\xcc\x6f\x77\x56\x00\xc0\x80\x7c\x46\x16\x70\x58\x48\x7e\x21\ -\x7f\x43\x4d\x57\xf8\x37\x31\x60\x04\x35\x1d\x55\x37\xaf\xc2\x10\ -\xa4\x94\x20\x85\x00\x41\x29\x38\xd9\xa6\xb0\xdf\xef\x73\x88\x26\ -\xc0\xc8\x71\x1c\x0d\x88\xa3\x08\x82\x20\x00\x2d\x0b\xd0\xed\x76\ -\x39\x4e\xc8\xa9\x35\xd2\x2b\x2f\x46\x48\xda\x6c\x36\x18\xc5\x31\ -\xce\xe7\x73\xfc\xc7\x48\xc3\xc6\x0b\xf8\x56\x56\xb8\x5e\x83\xc3\ -\x23\x19\x0b\xb2\x3d\x92\xe7\x79\x1c\xb2\x02\xe8\x22\x0d\x31\x00\ -\xdd\x4c\x7b\x9d\x55\x33\x67\xdb\x1f\x48\xab\xd0\xec\xf7\x10\xeb\ -\x53\xa1\x15\x60\x15\xd9\x40\xa7\x06\xa6\x6c\x00\xea\x07\x36\x60\ -\x0f\x3e\x0c\x68\x42\x44\xad\xb9\x28\x0a\x08\xc3\x10\x3a\x1d\x17\ -\x7a\x3d\x0f\x14\x08\xa4\xb2\x82\x01\x8a\x0e\xd1\x75\x5d\x51\xdd\ -\xac\xb3\x76\x2b\x37\xfb\xbe\x0f\xac\xed\xf6\x07\x1e\x67\xb3\x67\ -\x5a\x06\xbc\x3f\x26\xdf\x90\x6f\x8d\x9f\x90\x94\x24\x09\x66\x59\ -\x86\x0c\x2f\xcb\x12\x17\x5f\x0b\x54\x4a\x61\x1c\xc7\x38\xbe\x1b\ -\xbf\x51\xdd\x29\xb4\x68\xc8\x80\x34\x4d\x31\xcf\x73\x06\xe8\xc6\ -\xe5\x6a\xa9\x9b\x27\x93\xfb\x77\xaa\xb9\x26\xcb\x36\xc0\x05\x35\ -\x2a\xb4\x94\x15\x25\x7e\x2e\x57\x38\x7d\x98\xf2\x93\x2f\x7f\x7d\ -\x3e\x34\x35\x20\x9f\x9b\x22\x5b\x68\x66\xfe\x20\x2b\x30\xda\x01\ -\x68\x0b\xe8\x88\x71\x7b\x2b\x7d\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\x1d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\xf3\x50\x4c\x54\x45\x00\x00\x00\x15\x15\x15\x00\x00\ -\x00\x10\x10\x10\x0b\x0b\x0b\x0b\x0b\x0b\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15\x15\ -\x15\x00\x00\x00\x00\x00\x00\x59\x58\x57\x57\x57\x56\x5f\x60\x5e\ -\x5f\x60\x5e\xff\xff\xff\x67\x67\x67\x75\x74\x74\x77\x77\x77\x83\ -\x83\x83\x86\x86\x86\x8c\x8c\x8c\x8f\x8f\x8f\x96\x96\x96\x97\x97\ -\x97\x9a\x9a\x9a\x9a\x9b\x9b\x9e\x9f\x9f\xa3\xa4\xa4\xa5\xa5\xa5\ -\xa9\xa9\xa9\xad\xad\xad\xaf\xaf\xaf\xb2\xb2\xb2\xb9\xb8\xb8\xba\ -\xba\xba\xc3\xc3\xc3\xc4\xc4\xc4\xcd\xcd\xcd\xd2\xdc\xe0\xd4\xd5\ -\xd5\xdd\xde\xde\xdd\xe2\xe4\xe7\xe8\xe8\xe8\xe8\xe8\xe9\xe9\xe9\ -\xea\xeb\xeb\xec\xed\xed\xed\xee\xee\xee\xee\xee\xf0\xf0\xf0\xf1\ -\xf2\xf2\xf2\xf2\xf2\xf2\xf3\xf3\xf5\xf5\xf5\xf5\xf6\xf6\xf6\xf6\ -\xf6\xf7\xf7\xf7\xf8\xf8\xf8\xf9\xf9\xf9\xfa\xfa\xfa\xfb\xfb\xfb\ -\xfb\xfc\xfc\xfc\xfc\xfc\xfc\xfd\xfd\xfd\xfd\xfd\xfd\xfe\xfe\xfe\ -\xfe\xfe\xfe\xff\xff\xff\xfe\xfe\xff\xff\xff\x0b\x36\x89\xf9\x00\ -\x00\x00\x1a\x74\x52\x4e\x53\x00\x0b\x0c\x0f\x14\x16\x17\x32\x33\ -\x38\x3f\x40\x41\x42\x43\x57\x5c\x6a\x72\x7d\x8b\xc4\xc5\xdf\xe0\ -\xfe\xfe\x5e\xe2\x99\x00\x00\x00\xbf\x49\x44\x41\x54\x78\xda\x35\ -\xcc\xd9\x56\xc2\x30\x14\x85\xe1\x80\x20\x45\x4b\x45\x06\x11\x44\ -\x41\x2a\xc8\x3c\xc8\x2c\x60\x18\xda\x86\x10\x03\xfb\xfd\x9f\x86\ -\x90\xc0\x7f\x77\xbe\xb5\xf6\x21\x84\x84\xac\x98\x95\x8a\xc7\x74\ -\x56\x48\x81\x03\xbc\xa3\x03\x93\xa3\xc0\xc6\xf8\x6d\x8f\xee\x6a\ -\xf5\x47\x29\x6c\x0d\x8b\x61\x95\xca\xe9\x7a\xbb\xdd\x28\x88\x3c\ -\xa5\x1b\x5f\x35\xb7\x37\x87\xe7\xf9\xbe\x82\x24\x90\xc7\x61\x47\ -\x67\xbf\xa7\x80\x05\x37\x38\x06\x17\x60\x9c\x29\x88\x3e\x67\x2a\ -\xa5\xcf\x62\x77\x2e\x19\x17\xfc\xfa\xd4\xff\x29\xd3\xff\xa5\x10\ -\x42\x5e\x61\x57\xd8\xa3\x0f\x9d\x81\xe0\xc3\x6b\x49\x4c\xdc\x7a\ -\x7b\xf4\x68\x26\xa8\x7b\x80\x0b\xe0\x85\x18\x60\x52\x4a\x7c\x03\ -\xaf\xe1\x1b\x70\x21\x79\x13\xb9\x7b\x72\x29\x01\xd3\x20\x1b\x26\ -\xba\x3b\xc7\xd6\x3d\xe8\xeb\x0c\x53\x3e\x2c\x97\xb8\xab\xbe\xf6\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x47\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xc4\x49\x44\ -\x41\x54\x78\xda\x9d\x93\x5b\x48\x53\x71\x1c\xc7\x3f\xe7\x6c\xe9\ -\xa6\x36\x8f\xb5\x91\xa7\x48\x6c\x0b\x32\x8c\x08\xa4\xfb\x58\x2d\ -\xbb\x88\xd5\x53\x62\x17\x8b\xae\xf3\xb5\xb2\x46\x17\x24\x28\xba\ -\x47\x05\x41\x85\xbd\x44\x74\x2f\x0d\x2a\x95\x82\xc0\x82\x6e\x08\ -\x25\xdd\x2f\x76\xa3\x8b\xb5\x6a\x73\xd3\xed\x2c\xdd\x39\xae\x79\ -\x40\x5d\xf4\x12\x7d\xe1\xfb\x76\xbe\x1f\xbe\xbf\xef\x9f\x23\xc4\ -\xe3\x71\xfe\x45\xd5\x6b\xe4\x41\x79\xcf\xf3\x1b\xd4\x48\xf4\x4d\ -\x3f\x59\x2e\xcf\xaf\xae\xfe\x06\xa0\x03\xe6\xce\x99\xd3\xfa\xeb\ -\x57\x87\xb4\x7a\xad\x97\x64\x09\x22\x80\x88\x40\x8c\x91\x6c\xe1\ -\x63\xad\x84\xe5\xf2\x0b\x9e\x29\x0a\x17\x26\x4e\x0c\x5e\xa9\xab\ -\xcb\x32\x02\x28\x11\x45\xca\x96\xb3\x71\x4d\x75\x13\x4f\x06\x74\ -\x5b\x88\x13\x7d\xb4\x98\x1f\x3e\x91\x65\xf5\xaf\xf1\x48\x22\xb6\ -\x9f\x61\xc4\xd6\xa0\x04\xa0\x03\xba\xba\xba\x30\xa5\x9a\x30\xa5\ -\x18\x38\x79\xe3\x31\xc9\xca\xf4\x1d\x64\x8c\xf5\x15\x0b\x2b\x15\ -\x04\xd5\x4f\x91\x37\x85\x9a\x9b\x23\x09\xbe\x35\xd2\x0b\xd0\x12\ -\x00\x55\x55\x11\x45\x58\x5c\x38\x0a\x01\xf4\x26\xaf\x1a\xab\xc8\ -\xb5\x3c\xa5\xb8\xa2\x03\xff\xcf\xef\x9c\xdd\x9a\x46\x28\x65\x1a\ -\xb7\xdf\xb4\x24\x32\x1a\x00\x62\x4f\x03\x4d\xd3\x68\x8f\x76\x12\ -\xed\x54\x51\x12\x7e\xff\xbc\x96\xbc\xd4\xe3\x94\x6d\xed\xe4\xdd\ -\xc7\x00\x47\xd6\x9b\x21\x2d\x8f\xc6\x2f\x13\x30\x99\xcd\x00\xf4\ -\x9d\xa0\x69\x7a\x83\x70\x02\x70\xfe\xda\x3d\x52\x63\xef\xf1\x4c\ -\x7e\x4d\xf9\x2e\x81\x47\x2f\x43\x6c\x28\x53\xc9\xb0\x48\xec\xbe\ -\x32\x8c\xd9\x33\x25\xa4\xcc\x4c\xda\xdb\xda\xfe\x6e\xd0\x16\x8e\ -\xe2\x1a\x6d\xc5\x33\xc5\xcf\xe1\x73\x9f\xb8\xdb\x14\x62\xc9\xf4\ -\x08\xee\x82\x74\x2e\x36\xcd\x20\x7f\xc4\x70\x0a\xc6\xbb\xba\xbf\ -\xd7\x9d\x34\xa2\x86\xa6\xaa\x6c\x5b\xb7\x82\x03\xde\xa1\x9c\xbe\ -\xfe\x95\xaa\xd3\x2f\x28\xc8\xfd\x4c\x59\xa1\x91\xe5\x7b\x44\x82\ -\x91\x06\x1c\x0e\x07\x6f\x9f\x3c\xa0\x27\xd3\x37\xa2\x96\x20\x6a\ -\x9d\x6c\x5c\xaa\x71\xeb\xc6\x25\xf6\x9e\xca\x22\x77\xa0\x8f\x1d\ -\xe5\x06\x56\xed\x4b\xe3\xab\x3f\x8e\x7d\x58\x36\x46\x83\x41\x3f\ -\xb5\x27\xf3\xc7\x06\x2b\xa7\x7f\xa0\xf5\x9b\x9f\xed\x67\x24\x06\ -\x59\xda\x38\xe6\x85\xfd\x97\xed\x08\x19\x56\x36\x6e\x9a\x87\xcb\ -\xe5\xa2\x74\x5e\x89\x7e\xaa\xc3\x6e\xd7\x33\xbd\x1b\x38\x0b\x72\ -\x49\x4f\x37\x50\x71\xd4\x42\x7f\xb3\xca\xe1\xd5\xed\xec\x3a\xd5\ -\x45\xc3\x03\x8d\x9c\x9c\x1c\x64\x59\xa6\xb9\xb9\x19\x79\xf0\x60\ -\x44\xa3\x41\x7f\xf6\x98\xaa\xf6\x01\x0a\xdd\x93\x90\xc7\x6c\x27\ -\xd3\x62\x62\x9f\xe7\x3b\x57\xef\x08\x9c\xa8\x8f\x61\xb3\xd9\x70\ -\x3a\x9d\x84\x42\x21\xdd\xf1\xee\xf1\x12\xd5\xad\x56\x2b\xb1\x58\ -\x0c\x1d\xb0\xad\x62\xbe\x71\xc8\x10\x1b\x4a\xa0\x91\x35\x0b\x24\ -\xee\xbf\xb4\x72\xa8\x26\x8d\x01\x52\x16\xc5\xc5\xc5\x84\xc3\xe1\ -\x5e\x40\x24\x12\xd1\x83\x51\x45\xd1\x47\x07\x30\xf6\x33\x65\x6c\ -\xae\xdc\x59\xc5\xac\xb1\x16\xf5\x6c\xbd\xcf\xe8\x2e\x2a\x65\xf9\ -\x4a\x03\x00\x81\x40\x80\x64\x7d\x69\x69\x01\xe2\x3c\x6c\x6a\x42\ -\x34\x88\x41\x00\x2a\x56\x15\x2d\xf2\x94\x8c\x73\x74\xff\x95\xff\ -\xe3\xdf\xfd\x96\x70\x9f\x9f\x28\xbe\x9f\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x8c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\x28\ -\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd8\x0c\x1c\x14\x02\ -\x15\xa9\x42\xbc\x01\x00\x00\x00\x81\x50\x4c\x54\x45\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\xa4\x00\x00\xb9\x3c\x3c\xba\x3e\x3e\xbc\ -\x43\x43\xbd\x46\x46\xc1\x52\x52\xc5\x5d\x5d\xc5\x5e\x5e\xc6\x5e\ -\x5e\xc6\x60\x60\xc8\x64\x64\xc9\x67\x67\xcf\xcf\xd1\xd8\x93\x93\ -\xda\x97\x97\xda\x98\x98\xdb\x99\x99\xdc\x9c\x9c\xdc\x9d\x9d\xdc\ -\x9e\x9e\xdd\x9f\x9f\xdd\xa0\xa0\xde\xa1\xa1\xde\xa2\xa2\xde\xde\ -\xe0\xdf\xa5\xa5\xe0\xa8\xa8\xf3\xf3\xf4\xf5\xe4\xe4\xf6\xe5\xe5\ -\xf6\xe6\xe6\xf6\xe7\xe7\xf7\xe7\xe7\xf7\xe8\xe8\xf7\xe9\xe9\xf8\ -\xea\xea\xfe\xfc\xfc\xfe\xfd\xfd\xfe\xfe\xfe\xff\xff\xff\xde\xf2\ -\x6c\xde\x00\x00\x00\x03\x74\x52\x4e\x53\x00\x18\x33\xc7\xbd\x3d\ -\x91\x00\x00\x00\x01\x62\x4b\x47\x44\x2a\x53\xbe\xd4\x9e\x00\x00\ -\x00\x75\x49\x44\x41\x54\x78\xda\x65\xcf\xdd\x02\x42\x40\x10\x86\ -\xe1\x35\x5b\x2c\x22\x89\x2c\x45\xe5\x27\xdb\xdc\xff\x05\x32\x93\ -\x93\xc9\x7b\x34\xdf\x73\x36\xca\x03\x91\xa7\xa0\x13\x81\x82\xbb\ -\x68\x85\xb3\x68\x05\x14\x11\x1c\xe2\xfa\x4b\xb7\xb3\xd1\x91\x21\ -\xd4\x15\x72\x85\x3e\x31\xd8\x9b\x19\x68\xbf\x4d\xd9\x30\x38\xec\ -\x27\x82\x71\x44\xb7\xc1\xf4\x22\x78\x7e\x36\x78\x5c\xcd\x0f\x4c\ -\xde\x32\x24\xfa\x82\x5c\xa6\x53\x06\x3f\xb6\x8e\xf6\x5c\x45\x01\ -\x83\x08\xf6\xdf\xfe\xb7\x00\x83\x6e\x17\x08\x47\x3d\x58\xc9\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\x01\ -\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x50\x50\x4c\x54\ -\x45\xff\xff\xff\xc9\xc9\xce\xc9\xc9\xce\x00\x00\x00\x00\x00\x00\ -\xe8\xb6\x19\x1d\x1d\x1d\x10\x10\x10\x10\x10\x10\x21\x1a\x02\x37\ -\x37\x37\xb2\xb2\xb4\x27\x27\x27\x34\x34\x34\xc3\xc3\xc8\x39\x39\ -\x39\x08\x08\x08\x0a\x0a\x0a\x0b\x0b\x0b\x0c\x0c\x0c\x0d\x0c\x0a\ -\x0f\x0f\x0f\x12\x12\x12\x13\x13\x13\x19\x19\x19\x1b\x1b\x1b\x1e\ -\x1e\x1e\x20\x20\x20\x21\x21\x21\x24\x24\x24\x27\x27\x27\x28\x28\ -\x28\x2a\x2a\x2a\x37\x37\x37\x39\x39\x39\x3a\x3a\x3a\x3a\x3a\x3b\ -\x3b\x3b\x3b\x3c\x3a\x30\x3d\x3b\x33\x3d\x3d\x3e\x41\x41\x41\x47\ -\x47\x43\x4a\x45\x32\x4a\x4a\x4a\x4d\x48\x37\x4d\x4d\x4d\x57\x55\ -\x4d\x5b\x5b\x5b\x5c\x5c\x5c\x61\x61\x64\x62\x59\x3d\x64\x59\x37\ -\x74\x63\x2d\x78\x76\x70\x7c\x7c\x7c\x7c\x7d\x7f\x81\x81\x81\x83\ -\x80\x72\x84\x84\x84\x85\x85\x85\x86\x86\x86\x86\x89\x8c\x8c\x8c\ -\x8f\x8f\x7d\x42\x95\x96\x8b\x96\x83\x49\x98\x7f\x2d\x9d\x9d\xa2\ -\xa0\xa0\xa4\xa3\xa3\xa7\xa6\xa6\xaa\xa9\xa9\xac\xac\xac\xaf\xaf\ -\xaf\xb2\xb2\xb2\xb4\xb6\xa7\x77\xb6\xb6\xbb\xb7\xb0\x99\xb9\xaa\ -\x7d\xba\xc7\xd6\xbb\xa5\x5a\xbd\xbd\xc2\xc3\xc3\xc8\xcd\xda\xe7\ -\xcd\xdc\xef\xce\xdd\xf0\xd1\xb5\x5a\xd1\xdf\xf1\xd8\xcb\xa4\xd8\ -\xce\xac\xdb\xdb\xdb\xdc\xbc\x4f\xdf\xd9\xc3\xe3\xdd\xc7\xe5\xe5\ -\xe5\xeb\xc6\x50\xee\xce\x69\xee\xee\xef\xef\xca\x53\xef\xef\xef\ -\xf0\xec\xdf\xf0\xf0\xf0\xf2\xf2\xf2\xf5\xf5\xf5\xf6\xdb\x85\xf8\ -\xf8\xf8\xfa\xe5\xa2\xfb\xfb\xfb\xfd\xfd\xfd\xfe\xfe\xfd\xff\xff\ -\xff\xb5\xb1\x86\x1f\x00\x00\x00\x10\x74\x52\x4e\x53\x00\x05\x08\ -\x19\x24\x39\x71\x7e\x81\xca\xe7\xf0\xf2\xf2\xf3\xfa\x08\xc0\xbe\ -\xa3\x00\x00\x00\xd7\x49\x44\x41\x54\x18\x19\x05\xc1\x3d\x4b\xc3\ -\x50\x18\x86\xe1\xfb\x79\x73\x1a\x8b\x88\x09\x3d\x91\xa4\x50\x29\ -\x68\x11\x44\x10\xba\xb8\xb8\x3a\x09\xfe\x62\xa7\xee\x0e\x8a\xc5\ -\x2f\x44\x10\x1c\x5a\x10\x34\xfd\x48\xa5\x69\x4f\xbc\xae\x08\x92\ -\x5e\xd5\xec\xf4\x43\x2d\x49\x20\x38\x52\xeb\xec\xa1\x69\x86\x00\ -\xb7\x33\x83\xf4\xc7\xfb\xee\x5f\xee\xbd\xf7\xc9\x15\x11\x7b\x9d\ -\xf0\xf5\x3e\x3b\x28\x5f\x4e\xa4\xa8\x7c\x33\x3a\x60\x37\x31\xd4\ -\x92\xe6\xaf\xb1\x01\x10\x03\x98\x55\x0b\x45\x06\x80\x01\x58\x6d\ -\x9f\x17\x9b\x68\xf7\xf0\xb7\xda\x3c\x87\x76\xbc\x1d\x0f\xee\x4e\ -\x97\x4f\x96\x03\xfb\xd7\x29\x50\xdd\x0f\xb2\x25\xf6\x0d\x74\x53\ -\x0f\xb8\xa4\x70\xc2\x55\x8f\x97\xbd\x84\xf3\xb2\x9c\x66\xfd\x16\ -\xc2\x6d\x69\x67\xd3\xc0\x7a\x51\x0d\xe7\xab\x5c\x38\x10\x61\xb2\ -\x0e\xc7\xd1\x87\x2b\x10\x0e\x84\x15\x8c\x27\x99\x30\x84\x03\x85\ -\x1c\xba\x00\x04\xe1\x60\x24\x00\x00\x18\xf1\x0f\xc5\x07\x42\xc6\ -\x59\x29\xfd\x14\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x03\x23\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xa0\x49\x44\ -\x41\x54\x78\xda\x75\x93\xdf\x4b\x14\x51\x14\xc7\xbf\x77\xe6\xce\ -\xce\xfe\xd2\x4d\x13\x95\x7e\x2c\x61\x44\x04\x66\x8a\x3f\x88\x0a\ -\x1f\x84\x42\xea\xb1\x87\x20\x24\x88\xac\xe8\x17\x59\x61\x84\x58\ -\x19\x2b\xf4\x90\x69\x50\x20\xf6\xe0\x4b\xf4\x50\x7f\x40\x12\xd9\ -\x4b\x61\x82\xa1\x0f\x45\x68\x92\x8a\x4b\x3d\xb4\x9b\xb3\xcd\xba\ -\xce\xec\xce\xcc\xce\xed\xde\x5d\x56\x54\xf2\x03\x87\x7b\x39\xe7\ -\x7c\xbf\x67\x0e\x33\x43\x18\x63\xd8\x00\xe1\xa1\x88\x18\x9d\x5a\ -\x28\x97\x24\x42\x5a\x6a\x77\xc5\x01\xd8\x3c\x2c\x1e\x2e\xd6\xb0\ -\xd1\x40\xbe\xf6\x74\xa4\x71\x3e\x66\x3c\x2e\xdd\x52\x5c\xbd\xb3\ -\xb2\xb8\x28\xe0\x55\x48\x3c\x61\x1a\x5a\xd2\x98\xad\x2a\xf7\x77\ -\xf4\xb4\x1d\x1e\x03\xe0\xfc\xcf\x40\x3a\x70\x6e\xb0\x4b\xf6\x15\ -\x75\xb7\x1f\xaf\x57\xab\x2a\x43\x50\x15\x19\xa2\x6c\x39\x2e\x62\ -\xba\x81\xb7\x93\x8b\x8e\xa6\x27\x06\x46\x22\x27\xbb\x84\xc9\x3a\ -\x83\xb2\x13\xbd\xb7\xb6\x56\x6e\xef\xbb\x73\xba\x19\x5a\xca\x86\ -\xbe\x62\xc3\xaf\xca\x10\x18\x99\x2c\x8a\x7c\x0a\xb6\x95\xaa\x78\ -\xf9\x71\x16\x73\xf3\xd1\xfb\xdf\x87\xcf\x47\x00\xb0\x9c\x01\x69\ -\xbc\xbe\x97\x96\x56\x4c\xdd\x6e\x6b\xf5\x9b\x16\xcb\x4d\x0d\xfa\ -\x28\xee\x9e\xda\x0f\x41\xe4\xd5\x57\xa4\x4c\x07\x84\x00\x21\xbf\ -\x82\x87\xaf\x3f\x98\x34\xa3\xd5\xa7\xde\xdc\x9b\x96\x20\xa0\x4a\ -\x6f\x73\xdd\x3e\x7f\x5c\xb7\xf8\x64\x0b\x49\xc3\x82\x91\x76\x20\ -\x4b\x44\x84\xb8\xf3\x5c\xbe\xf6\x73\xc9\xc0\x91\xea\x2a\xdf\x4a\ -\x1a\x91\x9c\x14\x02\x82\x06\x22\xab\xf8\xcb\xb3\x05\x96\xcd\x0c\ -\xae\x0e\x8e\x43\x3c\xa1\xc6\xd7\x59\x8b\x57\x51\x00\x89\xd6\xe7\ -\x0c\x48\xcd\xe5\x12\x04\xfd\x61\x22\x11\x2e\xb2\x50\x60\xa4\xe7\ -\x18\x0a\xb4\x3e\x18\x05\x61\x58\x7d\x83\xaa\x42\x00\xb0\x30\xa9\ -\xb9\x52\x42\x91\xf5\x12\x30\x17\xc9\x94\x0d\xaa\x38\xc8\x21\x7b\ -\x70\xa8\xfb\x1d\x3e\xf5\x1e\x85\x20\x95\xa5\x70\xdd\x2c\xf4\xe5\ -\x0c\xf4\x64\x12\xb1\x84\x09\x64\x6d\xc0\x26\x12\x65\xdf\xfa\x35\ -\x72\xf0\x66\x7c\x62\x66\xb1\x82\x28\x1e\x28\xde\x20\x68\x20\x00\ -\x4a\x15\x24\x12\x09\x08\xc6\xa2\x26\xb8\x03\x17\x58\x80\xc5\x4f\ -\x47\x88\x33\x71\x36\xfd\x6c\x89\x42\xe0\xb2\x1f\x70\xd2\x15\x8c\ -\x8b\x2d\xc9\xc3\x7b\x54\xc0\x91\xb0\x0a\x55\x01\x22\xe5\x83\xb9\ -\x40\x5a\x07\xec\xf4\x1c\x38\xf9\x2e\x89\x74\x22\x15\x73\x40\xe4\ -\x7c\xb3\xa2\x42\xeb\x6f\x42\x01\xed\x51\x1d\xa0\xfa\x73\x79\x80\ -\xf0\x44\x54\xec\xda\xb9\xee\x43\x22\x4d\x1d\x43\xf0\x85\x2e\x60\ -\x47\x2d\x10\x2c\x03\xdf\x25\x2f\xa2\xfc\x74\xd2\xf9\x9d\xf5\xdf\ -\xc0\xfc\x38\x60\xea\xcf\xd9\xc4\xc0\xc5\xf5\x06\x1c\x34\x76\x0c\ -\x43\xa6\x67\x20\xd5\x4a\xd8\x13\x02\xec\xdd\xf9\xa9\x9e\x05\x60\ -\xe6\x0f\x24\x67\xd2\x75\x1d\xfb\x05\x3e\x3f\x39\xcb\x38\xab\x06\ -\x6b\x21\x0d\x37\x5a\x54\x1f\x1d\x02\x95\xc3\x56\xc6\xf1\x88\xaa\ -\x12\xf0\xd8\x94\xe1\x97\x65\x5a\xed\xce\x58\xdf\xfb\x4d\xff\xc6\ -\x8d\x48\x35\x97\xc2\xa2\xca\xbe\x0c\x46\xb1\x09\xff\x00\x97\x08\ -\x2c\x5e\x2a\x10\x42\x0c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\x7b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xf8\x49\x44\ -\x41\x54\x78\xda\x95\x92\x31\x6f\xd3\x40\x18\x86\xdf\x4b\x6d\x45\ -\x8d\xbd\xe3\x94\x1f\x50\x7e\x40\x91\x48\x84\x04\x05\x82\xd4\x16\ -\x90\xaa\x14\x89\x81\x0d\x89\x0e\x40\x11\x62\xe8\xc6\xc0\x4a\x29\ -\x19\xf9\x01\xdd\xda\x81\x85\x95\x89\x5f\xd0\x8c\xb4\x48\x38\xb2\ -\xda\x46\x49\x50\x70\x6a\xc7\xb1\xef\x8e\xef\xce\xb5\x43\x52\x55\ -\xa8\xaf\xef\xe4\xbb\xfb\xee\x7b\xf5\x3e\x96\x99\x94\x12\xff\xea\ -\xc1\xf2\x8a\x1f\x45\x91\xfd\xe2\xf5\x1b\x20\x2b\x31\x1a\xac\x00\ -\x56\x60\x98\x61\x4c\xef\x1b\x5b\x1f\x50\x2c\x16\x07\x06\xa6\x14\ -\x84\x81\x7d\x6d\x7e\x1e\x77\xef\xdd\x87\x9c\x30\x60\xa0\x7e\x14\ -\x94\x09\xcd\x2f\x7b\xbb\x38\xfc\x79\x68\x9f\x33\xe0\x5c\x20\x0c\ -\x87\x98\x2d\xce\xe0\xf3\xee\xb7\xb1\x01\x3d\x4a\x2a\xc0\xf3\xfa\ -\x22\x92\x24\xd1\x77\xcf\x19\x08\xc1\x75\x31\x4e\x38\x9e\xad\xde\ -\x4a\x3b\xa4\x54\x03\x42\x4a\x3d\xfd\x70\xa4\xee\xe8\xbb\x6c\x65\ -\x69\x39\x65\xde\x20\x66\x5c\xc4\x2c\x89\x79\x0b\xb3\x96\x8d\x9b\ -\xf5\x75\x3c\x59\xaa\x62\xf3\xd5\x3a\x7e\xb9\x2e\x8c\x9c\xb9\xf6\ -\x3f\xe6\x3d\xc5\x8c\x87\xb7\x17\xe0\x07\x51\x9a\x80\x73\x18\x97\ -\x65\x7e\xbf\xb9\x41\xd1\x65\xba\x17\x64\x70\x59\xe6\x53\xdf\xa7\ -\x9a\xd4\x09\x05\x17\x3a\x81\x2e\xf6\x4f\x23\xec\x7c\xfd\x8e\x5c\ -\x52\x0d\x6d\xa4\x98\xf3\x04\x3f\x0e\x0e\xc8\x54\xe0\x6a\x79\x8e\ -\xce\x62\x4a\xc0\xd3\x04\x7f\x88\xeb\xd1\xe2\xf5\x71\xbf\x54\x53\ -\xaa\x39\xc1\xec\x38\x57\xd0\x6e\xb7\x61\xd9\x36\x8e\x8e\x8f\x29\ -\xc1\x19\xc2\xbb\xb7\x2f\x55\xfa\x49\xc9\xec\x35\x66\x8e\xe3\x58\ -\xad\xf5\x87\x4d\x62\x9d\x40\x80\xd3\x41\x30\xf0\x71\x81\x26\x98\ -\x5d\xd7\xd5\xfb\xfd\xfd\xa6\x3a\x1b\x18\x8a\x83\xfe\x03\x7c\x6c\ -\x7c\x42\xa7\xd3\x81\x65\x59\x28\x95\x4a\x79\xe3\xe3\xfa\x9a\x4e\ -\x30\xe7\x94\x35\x73\xcb\xf3\x0a\x67\x35\x9d\xcf\x18\x8d\x62\x0c\ -\x87\x43\x34\x9b\x4d\x34\xb6\xb7\x51\xa9\x56\x71\xa3\x52\x41\x26\ -\xa7\xec\xa0\x7d\x72\x02\x3b\x65\xce\x1a\x73\x19\x9c\x6c\x07\xbe\ -\x6f\x76\xbb\x5d\x84\x41\x80\x7e\xbf\x8f\x5e\xaf\x87\x4c\x31\xa5\ -\x8b\x09\x91\xb1\x94\x79\x5a\x06\x19\x3e\xed\xfe\xee\xed\x78\x9e\ -\x67\xde\xa9\xd5\x60\x9a\x26\x5a\xad\x16\x32\xb9\xb4\xa6\x3b\x94\ -\x30\x65\xc6\x94\xfe\x02\x80\xc3\x76\x65\x3d\x7a\x5e\xda\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x7b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\x01\ -\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x17\x50\x4c\x54\ -\x45\xff\xff\xff\x62\x67\x66\x2f\x34\x36\x32\x38\x39\x35\x3a\x3b\ -\x37\x3d\x3e\x38\x3e\x3f\x39\x3d\x3e\x3b\x40\x40\x41\x45\x44\x47\ -\x4a\x48\x4b\x4e\x4c\x4c\x4f\x4c\x4c\x51\x51\x4e\x50\x4d\x4f\x52\ -\x4f\x50\x55\x55\x4c\x51\x51\x2f\x32\x30\x2e\x30\x30\x62\x65\x64\ -\x62\x65\x65\x60\x62\x62\x60\x63\x62\x66\x68\x68\x61\x64\x64\x62\ -\x64\x64\x29\x2e\x30\x2f\x35\x37\x32\x38\x39\x35\x3a\x3b\x37\x3c\ -\x3d\x38\x3e\x3f\x39\x3d\x3e\x3b\x40\x3f\x3c\x3b\x39\x3f\x43\x42\ -\x42\x45\x44\x45\x49\x47\x48\x4b\x49\x4b\x4e\x4b\x4b\x4e\x4c\x4f\ -\x52\x4f\x52\x55\x51\x55\x53\x4d\x5d\x2e\x00\x60\x69\x00\x60\x75\ -\x00\x65\x64\x62\x66\x68\x68\x66\x69\x66\x6a\x3a\x0c\x6f\x70\x65\ -\x73\x39\x00\x73\x5b\x00\x74\x73\x6e\x74\x75\x69\x78\x78\x6c\x7c\ -\x7c\x70\x80\x80\x73\x81\x66\x0a\x84\x84\x76\x88\x8a\x85\x89\x8c\ -\x8a\x8a\x43\x00\x8d\x8d\x8b\x9c\x52\x0d\xa0\xa1\x9d\xa4\x50\x00\ -\xad\x54\x00\xae\x54\x00\xb5\xb6\xb4\xb6\x5f\x0d\xc0\x64\x0d\xc1\ -\xc5\xc7\xc2\xc6\xc8\xc9\xcd\xce\xcb\xcf\xd0\xcd\x64\x00\xd2\xd4\ -\xd5\xd2\xd6\xd7\xd5\xd7\xd8\xd9\xdb\xdc\xda\x69\x00\xdb\xdd\xde\ -\xde\xe0\xe1\xe1\xe2\xe3\xe3\xe5\xe6\xe6\xe7\xe8\xeb\xec\xed\xf3\ -\xf4\xf4\xfb\xfc\xfc\xff\xff\xff\xa4\x24\x5f\xd4\x00\x00\x00\x1b\ -\x74\x52\x4e\x53\x00\x78\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\ -\x80\x80\x80\x80\x80\x8e\xd0\xd4\xf9\xf9\xfa\xfa\xfc\xfd\xfd\xe0\ -\x75\xb1\x78\x00\x00\x00\xaf\x49\x44\x41\x54\x78\xda\x65\x8c\xd7\ -\x0e\x82\x50\x10\x44\xaf\xbd\x77\xec\xbd\x2b\x62\x47\x05\xec\x05\ -\x7b\x41\xb1\xc3\xff\x7f\x87\x9b\x2b\x9a\x18\xcf\xcb\x99\x99\x64\ -\x17\x29\x58\xed\xe8\x07\x0b\x59\x72\xa0\x78\xe1\xdb\xcd\x45\x3f\ -\x41\x5a\x06\xf2\xa7\x9b\x72\xfe\xf5\x86\xc8\x37\x3e\x83\x31\xe3\ -\xdb\x0a\xc2\xce\x9b\x1d\xbe\xbb\x36\x19\x3a\x9c\x81\x63\x3d\x65\ -\x40\x80\x3a\x1a\x3c\xdd\x30\x97\x40\x4c\x83\x90\x33\xe1\xb9\x3e\ -\x14\xee\xee\x88\x1e\xa9\x5c\xf4\xf3\x0b\xad\xb3\xc1\x0d\x23\x49\ -\x52\xb9\xd5\x6a\x82\x18\xfc\x94\x95\x65\x79\xc4\xf3\x13\x10\x8b\ -\x07\x0e\xd2\x5c\x14\x57\x20\x0e\x0f\x5d\x48\xb3\xfd\x7e\x09\xea\ -\xe2\xa1\x0f\xa9\x5d\xad\xf4\x40\x7d\x3c\x50\x54\x67\x1a\x06\x16\ -\xe3\x5a\x1a\xfd\xf3\x02\x3d\x9d\x27\x61\x7b\x46\x29\x26\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x2b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\x28\ -\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x01\x05\x01\x29\ -\x03\x2f\xd6\x9a\xa3\x00\x00\x00\x45\x50\x4c\x54\x45\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x06\x62\xd2\x06\x62\xd3\x0b\x67\xe0\x14\ -\x69\xca\x4d\x8b\xd3\x54\x8b\xc5\x84\xab\xd0\x8b\xb1\xd7\xb3\xb3\ -\xb3\xb4\xb4\xb4\xb5\xb5\xb5\xb9\xb7\xb4\xba\xcf\xe3\xcc\xcc\xcf\ -\xcd\xcd\xcf\xd6\xd6\xd8\xde\xde\xe0\xe7\xe7\xe9\xfe\xfe\xff\xff\ -\xff\xff\x66\xe4\x3a\x7c\x00\x00\x00\x03\x74\x52\x4e\x53\x00\x18\ -\x33\xc7\xbd\x3d\x91\x00\x00\x00\x01\x62\x4b\x47\x44\x16\x7c\xd1\ -\xa8\x19\x00\x00\x00\x50\x49\x44\x41\x54\x78\xda\x85\xcf\xcb\x0e\ -\x80\x20\x0c\x44\xd1\x52\xdf\x82\x62\x11\xe7\xff\x3f\x55\x36\xc4\ -\x52\x16\x9e\xe5\x4d\x33\x49\xc9\x71\xc3\x11\xe3\x51\xc0\xc4\xf9\ -\x56\x72\x09\x49\x44\xae\x2a\x95\x00\x04\x7c\x6a\xd8\xe3\xa6\xc3\ -\x71\xae\xcb\xdc\x5e\x8c\xd3\xa0\x82\xff\xdd\xf0\xc1\x6c\xc0\x6e\ -\x68\x7d\xe8\xbf\xb5\x5e\xea\x15\x0e\x23\x4f\xc7\xc5\x4a\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x7f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x46\x49\x44\x41\x54\x78\xda\x95\xd0\x5d\x48\x53\x61\ -\x18\x07\xf0\x17\xba\x0f\x72\x50\x17\x41\x5d\x06\x79\xe1\xec\xaa\ -\xa0\x9a\xe0\xa4\xd6\x4c\xdd\x66\x56\x57\xc3\x58\x49\x1f\x14\x45\ -\x5f\x6e\xba\xaf\xb3\x9d\xc3\x71\x69\x32\x22\x8d\xae\x62\x4e\x9d\ -\xb5\x2f\x3f\xd0\x6d\x24\x81\x57\x5d\x46\x4e\x36\x65\xa6\xd9\xd7\ -\x45\x6b\x93\x2e\x83\xfe\x3d\x7b\x3d\xae\xc1\x10\xea\xc0\x8f\xff\ -\xf3\x3e\xe7\x7d\x9f\xf3\xc1\x76\xba\xda\x1d\xd3\x55\xbd\x1d\x36\ -\xce\xbc\x35\x38\x67\x61\x70\xcc\xc2\x58\x62\x9f\x43\x87\x27\xb5\ -\xf8\x8f\x67\x19\xd3\xdd\x19\xc5\x60\xb2\x88\xc7\x89\x3c\xfc\xa9\ -\x02\x9e\xbc\xfe\x89\x16\xdb\xcc\x6f\x93\x3b\x85\x76\xcf\x7c\xd9\ -\xb9\x8a\xec\x20\x17\xe5\x85\x34\x9f\x72\xc2\xe2\x87\x3d\x98\x46\ -\xad\xc9\x8b\xc3\x06\x01\x4d\x97\xfb\xd1\x7a\xc3\x8f\xb3\x8a\xe6\ -\xeb\x7e\xe8\xaf\xf9\xa1\x23\xa7\xaf\x0e\xe2\x54\xd7\x20\x9a\x6f\ -\x0e\x41\x7b\x6b\x04\x7c\x40\x9d\xd1\x0a\x4d\xa7\x8c\xff\xbd\xf6\ -\xd6\xb5\x6e\x0d\xa8\xd5\xdf\x46\xbd\xd1\xc6\x9b\xc5\xfc\x77\x6c\ -\xfe\xc8\xe3\xdb\x97\xaf\x08\x86\xe7\xf0\xe8\xe9\x08\x7c\x5c\x10\ -\xbe\x21\x8e\xd7\x81\x70\x12\xbb\x0e\x36\x6c\x0d\x38\xa0\xb1\x60\ -\xb7\xfa\x3c\x82\xd1\x14\x06\x86\xe9\x7f\x3c\x1b\xc3\x03\x71\x18\ -\xb6\xe1\x19\x4c\x2d\x6d\x62\x72\xa9\x48\x59\xa9\xc0\xcd\xaf\xff\ -\x42\x60\x21\x97\x64\x26\xeb\x0b\xbc\xa1\x45\x3c\x5d\x40\xfc\x7d\ -\x01\xb1\xc5\x22\xd5\x9b\x88\xbe\xcb\xa3\x2f\xba\x02\x79\x22\x0b\ -\xf1\xe5\x5f\x52\x29\xa9\xd7\x3f\xf9\x11\x7a\x73\x37\x98\xd1\x16\ -\x82\x1c\x59\x85\x30\x9e\xe1\x44\xe2\x26\xde\x50\x69\xf3\x32\xa4\ -\x57\xcb\x90\x89\x48\xa4\x0a\x03\x53\x9f\xd1\x72\xa9\x17\xcc\x60\ -\x9d\x80\x1c\x5d\x85\x87\xa6\x7a\x89\xb0\x9d\x34\x40\xe9\xf1\x14\ -\xca\x35\xa1\x7b\xbe\xf8\x06\xf4\x9d\x3d\x60\x6d\xdd\x21\x9a\x98\ -\x83\x73\x2c\x03\x97\xc2\x5d\x91\xce\x32\xa5\xaf\x90\x22\xeb\xd0\ -\x99\x6d\xca\x1b\x44\xd6\xe8\x89\x2b\x9c\x48\xbc\x44\x52\xd2\xa3\ -\xa4\x48\x3c\xe5\xa4\xcf\x8a\x7f\xa2\x7f\x40\x6f\x70\xac\xeb\x39\ -\x1a\xee\x4f\x43\x73\x37\x56\x76\x92\x34\xf0\xba\x9c\x55\x1a\xad\ -\x09\x1c\xd2\x5e\x01\xbb\xe0\x08\x43\x0a\x7f\xe0\x53\xbd\x44\x54\ -\x92\xd6\x55\x3d\xa1\xe2\x5e\x5f\x6c\x03\x6d\x16\x17\xd8\x99\x7b\ -\xa3\x09\xd7\x78\x0e\xbd\x81\x0c\xec\x23\x59\xf4\x04\xb2\x78\x48\ -\x28\x69\xad\xa0\xba\x9b\x58\xb7\x7b\xb4\xd7\x15\x5a\x43\x93\xd9\ -\x19\x65\x6c\xdf\xd1\x46\xa6\x3a\xe2\x20\x4e\xa6\xaa\x77\x11\x37\ -\x53\xa9\x05\x56\xa3\xf6\xb2\x9a\x3a\x91\xed\x21\x54\x13\x4f\xa9\ -\xaf\xec\x71\xf2\x33\xfb\x8f\x6b\xff\x00\x35\xf4\x6a\x4d\x32\x90\ -\x4e\x25\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x0a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x45\x50\x4c\x54\x45\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x06\x62\xd2\x06\x62\xd3\x0b\x67\xe0\x14\x69\xca\x4d\x8b\xd3\x54\ -\x8b\xc5\x84\xab\xd0\x8b\xb1\xd7\xb3\xb3\xb3\xb4\xb4\xb4\xb5\xb5\ -\xb5\xb9\xb7\xb4\xba\xcf\xe3\xcc\xcc\xcf\xcd\xcd\xcf\xd6\xd6\xd8\ -\xde\xde\xe0\xe7\xe7\xe9\xfe\xfe\xff\xff\xff\xff\x66\xe4\x3a\x7c\ -\x00\x00\x00\x03\x74\x52\x4e\x53\x00\x18\x33\xc7\xbd\x3d\x91\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\ -\x95\x2b\x0e\x1b\x00\x00\x00\x4d\x49\x44\x41\x54\x18\x95\x63\x60\ -\x60\x64\x42\x06\x8c\x0c\x0c\x4c\x62\x70\x20\x24\x22\xc6\x84\x22\ -\x20\x28\x2c\x0a\x15\xe0\xe6\xe1\xe6\x01\x02\x84\x00\x0f\x10\xf3\ -\x22\xab\xe0\x83\x60\x01\x98\x00\x0b\x07\x17\x18\xc3\x05\x58\xd9\ -\xf9\xc1\x18\x2e\xc0\xcc\xc6\x09\xc6\x70\x01\x18\xa0\x89\x00\xc4\ -\x73\x68\xde\x07\x00\x59\x85\x0e\x23\xec\x41\xe4\xf3\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x69\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x81\x50\x4c\x54\x45\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\xa4\x00\x00\xb9\x3c\x3c\xba\x3e\x3e\xbc\x43\x43\xbd\x46\x46\xc1\ -\x52\x52\xc5\x5d\x5d\xc5\x5e\x5e\xc6\x5e\x5e\xc6\x60\x60\xc8\x64\ -\x64\xc9\x67\x67\xcf\xcf\xd1\xd8\x93\x93\xda\x97\x97\xda\x98\x98\ -\xdb\x99\x99\xdc\x9c\x9c\xdc\x9d\x9d\xdc\x9e\x9e\xdd\x9f\x9f\xdd\ -\xa0\xa0\xde\xa1\xa1\xde\xa2\xa2\xde\xde\xe0\xdf\xa5\xa5\xe0\xa8\ -\xa8\xf3\xf3\xf4\xf5\xe4\xe4\xf6\xe5\xe5\xf6\xe6\xe6\xf6\xe7\xe7\ -\xf7\xe7\xe7\xf7\xe8\xe8\xf7\xe9\xe9\xf8\xea\xea\xfe\xfc\xfc\xfe\ -\xfd\xfd\xfe\xfe\xfe\xff\xff\xff\xde\xf2\x6c\xde\x00\x00\x00\x03\ -\x74\x52\x4e\x53\x00\x18\x33\xc7\xbd\x3d\x91\x00\x00\x00\x09\x70\ -\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\x95\x2b\x0e\x1b\ -\x00\x00\x00\x70\x49\x44\x41\x54\x18\x95\x63\x60\x60\x64\x42\x06\ -\x8c\x0c\x0c\x4c\x5a\x70\xc0\x2f\x2d\xc7\x04\x12\x60\xe3\x95\xd1\ -\xd0\x90\xe0\x64\x81\x0b\x70\x33\x0b\x6b\x69\x89\x31\x73\xc3\x05\ -\x24\x04\x39\x54\x95\x38\xc4\x25\xe1\x02\x1a\x5a\x0a\x0a\xaa\xca\ -\x5a\x9a\x70\x01\x0c\x43\xc9\x10\x50\xd7\x92\x97\x57\x51\x04\x9a\ -\x0d\x13\x10\x17\xe0\x50\x53\xe1\x10\x91\x80\x0b\x70\x31\x0b\x69\ -\x69\x89\x32\x73\xc1\x05\xd8\xf9\x64\x35\x34\xa4\x78\x58\x71\x19\ -\x8a\xe6\x7d\x00\x39\x23\x17\x08\xb2\x0f\x5c\xb6\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x08\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xaa\x49\x44\x41\x54\x38\x8d\x95\ -\x93\xbd\x6e\x13\x41\x10\xc7\x7f\x7b\xbe\x73\xec\x3b\x45\x26\x76\ -\x61\x09\x9b\x26\x12\x50\x70\x88\x06\xe1\x88\x3a\x05\xe1\x01\x50\ -\xca\x00\x0f\x40\x69\xd1\x21\x0a\xc4\x3b\xd0\x52\x83\x82\xf8\x78\ -\x81\x28\x91\x9c\x86\xe2\x6a\x17\x88\xb8\x89\x48\x10\xd8\xb7\xe7\ -\x4b\x6e\x87\x62\xed\x3b\x1b\x3b\x7c\x4c\xb3\x3b\xb3\x33\xbf\xfd\ -\xcf\xac\x56\x01\x44\x51\xa4\xc2\x30\xbc\x03\x54\xf9\x8b\x95\x80\ -\x0c\x34\xad\xf5\x1e\x47\x7d\x99\xc6\x3b\xf2\x8f\xc6\xa3\xe7\xc2\ -\xf6\x13\x01\x3a\x00\xce\x04\x50\x05\x50\x0f\xba\xec\xbc\xdb\xc7\ -\x8c\x13\x92\x24\x21\x4d\x53\x00\x54\x57\xf1\xf4\xf0\xb1\xcd\xfc\ -\xf9\x83\x52\xd8\xc9\x6b\xa6\x00\x6b\x81\xcf\xa7\xa3\xef\x38\xee\ -\x7c\x18\x1f\xf6\x8e\xdf\xdb\xfd\x6a\x40\xab\x7d\x25\x3f\xfa\x2d\ -\x13\x50\xcb\x7b\xcf\x13\x57\x02\x36\x2e\xaf\xfd\x01\x30\x63\x22\ -\xb2\x18\xf4\x7d\xae\xd6\x6b\xb9\xeb\x2e\xad\x34\xe0\x79\x1e\x4a\ -\x4d\xe4\xcc\x70\x1c\x3f\x40\xca\x85\xcc\x45\x80\x00\x9e\xc7\xee\ -\x9b\xb7\x34\x9b\x4d\xea\x2b\xf5\xb9\xac\x8a\x5f\xc1\x78\xee\x05\ -\x80\x58\xb3\xd5\xba\x04\x26\xe3\x5a\xfb\x3a\xe1\xed\x1b\xb6\xc9\ -\x0f\x30\xed\x46\x14\xa0\x0a\x05\x73\x33\x90\xd7\xcf\x78\xb5\x79\ -\x0b\x8c\xcb\xcd\xdd\x90\x6e\xef\xa1\x3d\xd0\x70\xb7\x71\x1f\x80\ -\x54\x8f\x51\x67\xd9\x72\x05\xa7\x43\x8d\xe3\x38\xd4\xca\x40\x19\ -\x0e\x4e\x3e\x42\x0a\xf2\x42\x90\x33\x01\x84\x2c\x8e\x29\xcd\x00\ -\xe6\x15\xe4\x3a\xed\xa2\x50\x60\x60\xa4\x47\xc4\xe7\x31\xd6\x19\ -\xf1\xe5\x74\xb8\x5c\x81\x88\x58\x48\xce\xb1\x7b\x99\x1d\xc0\x58\ -\x73\x30\xf8\x76\xc1\x10\x01\x63\x0c\x18\xdb\x77\xa7\x76\x0f\x7d\ -\x9e\x60\xc4\x4c\x00\x06\x46\x43\xfa\x83\xc1\x02\x40\x03\x34\x1a\ -\x8d\x42\xcd\xcb\xe2\xf1\xab\x54\x8a\x1b\x82\x55\xb2\xcf\xfb\x79\ -\x8d\x0b\x10\x45\x51\x4f\x29\xb5\xc1\xff\x7c\xe7\xf6\x7a\x8f\xaf\ -\x7d\x7e\x01\xd3\xde\xc2\xdb\x83\xdb\x08\xe6\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x0d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x8a\x49\x44\ -\x41\x54\x78\xda\xdd\x93\x31\x4b\x5c\x41\x14\x85\xcf\xbc\x37\xc3\ -\x6e\x50\x57\xc5\x64\xc5\x3f\x91\xca\x56\x48\x13\x42\x04\x8d\x8b\ -\x55\xfe\x80\xe8\x3f\x90\x20\x68\x61\x93\xc2\xc2\x5a\xd1\x36\x65\ -\x92\x26\x16\x46\xc5\x22\xe5\x6a\x23\x08\x8b\x98\x14\xba\xb3\xef\ -\xe5\xed\x2a\x6f\x67\x57\x9d\xf7\xf6\x38\x3c\xd0\xca\x28\x92\x42\ -\xf0\xbb\x5c\xb8\x30\x70\x38\x9c\x3b\x57\x90\xc4\xff\xe0\xb9\x7e\ -\x5a\x01\x09\x87\x70\x60\x02\x79\x3c\x86\xaf\xb8\xa0\x23\x13\xc0\ -\x18\x16\x47\x87\x47\x3f\x59\x61\x61\x5c\xc5\x7e\x0c\xe3\xbb\x49\ -\x1a\xd4\x44\x00\x14\x00\x74\x89\xcc\x6f\x91\x45\xf4\x5e\xf6\xa1\ -\x32\x52\x59\x01\x30\x95\x09\xc0\x60\x49\xff\xd5\xd3\xa5\x52\xa9\ -\x5f\x9f\x6b\x51\x35\x55\x68\xab\x11\x7a\x21\x6a\xac\x01\xaf\x00\ -\xbc\x64\xe6\xb7\xa1\x23\xe2\xb7\x67\x70\x95\xce\xdf\x66\xc0\x9f\ -\xac\x97\x0f\xcb\x6f\xb7\x76\xb6\xac\x92\x0a\xca\x53\x90\x42\x42\ -\x75\x14\x70\x05\xa0\xe5\xba\xee\x3a\x00\x06\x6a\xc5\x34\x08\x83\ -\x12\x67\x59\xbd\xc9\x20\x83\x3f\x58\x16\x1f\xc4\x74\x77\x6f\xf7\ -\x4a\x61\xa8\xe0\xab\x54\xc1\x4f\x7d\x78\x4d\x0f\x1d\x57\x68\x3b\ -\x23\x76\x30\x0d\x8e\xc3\x39\x2e\xd8\xcd\x3b\xb7\xc0\x6f\x5c\xdf\ -\xd8\xdd\x58\x8d\xeb\x71\x2a\x13\x09\xaf\xed\x41\x9e\x4b\x20\x02\ -\x7a\xa2\x42\xd2\xfc\x63\xbe\xa7\x0b\x97\x9f\xef\x5d\xa3\x7d\x6d\ -\x67\xb6\x7f\x6d\xef\xb1\xc5\x54\x5d\x28\xb0\x4e\xe4\xce\x72\x49\ -\x27\xe2\x51\x9b\xcd\xc9\x07\xff\x01\xe7\xc9\xf8\x24\x7e\xb7\x77\ -\xb0\xdf\x90\x2d\x49\x46\xa4\x4a\x72\xc6\x34\xe2\x37\x74\x6f\x0f\ -\x0a\xdc\x84\x1a\x06\xc1\xfb\x13\x7d\x6a\x73\x2a\x9f\x34\x1b\xad\ -\x71\x2e\x53\xe3\x0e\xee\xbd\x05\xf1\x51\x4c\xe2\x85\xaf\xb8\x96\ -\x7c\xc1\x3f\x78\x06\xc7\x74\x0d\x90\x24\xc3\xdb\x6d\x74\x09\xd1\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x08\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x48\x50\x4c\x54\x45\xff\xff\xff\x00\x00\x00\x0a\x66\ -\xf0\x7a\xad\xf5\x0a\x67\xf0\x00\x00\x00\x09\x68\xee\x0b\x68\xee\ -\x2f\x80\xf2\x55\x97\xf4\x77\xac\xf7\x08\x67\xee\x08\x69\xee\x08\ -\x68\xee\x08\x69\xef\x08\x68\xef\x08\x67\xef\x08\x68\xef\x8b\x8b\ -\x8b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8b\x8b\x8b\ -\x4c\xd0\xce\xf3\x00\x00\x00\x16\x74\x52\x4e\x53\x00\x1b\x32\x32\ -\x34\x47\x78\x78\x78\x78\x78\x79\x7a\x7b\x7c\x7d\x7e\x7f\x80\x82\ -\x84\xb9\xf6\x5a\x93\x98\x00\x00\x00\x59\x49\x44\x41\x54\x78\xda\ -\x8d\x8f\x49\x0e\x80\x20\x14\x43\xab\x08\xa8\xc8\xe0\xc0\xe7\xfe\ -\x37\xf5\x87\x40\x1c\x17\xbc\xa4\x8b\x36\xed\xa2\x68\x40\xcc\x37\ -\x04\x80\x09\x95\x62\x46\xc4\x9d\x8e\x88\xc4\xb0\x01\x34\x3a\x10\ -\x2b\xa3\x59\x8a\x45\x28\xa8\x2b\xc8\x93\x1a\x48\x92\xaf\x06\x9e\ -\x93\x2d\x55\x3e\x8d\xff\x60\x58\x43\xf0\xce\x59\xbb\x18\xa3\xfa\ -\x86\xaf\x27\x2c\xc0\x04\x0b\x54\xbb\x38\xf4\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x4b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x37\x5d\x00\x00\x37\x5d\x01\x19\x80\ -\x46\x5d\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x03\x1b\x10\x01\ -\x03\xa5\x69\x8e\x82\x00\x00\x00\x02\x62\x4b\x47\x44\x00\xff\x87\ -\x8f\xcc\xbf\x00\x00\x00\xcf\x49\x44\x41\x54\x18\x19\x75\xc1\xbf\ -\x2b\x84\x01\x1c\xc7\xf1\x8f\xb2\x58\x4c\x46\xc3\xad\x06\xfe\x10\ -\xcb\xad\xea\x83\xa8\x4b\x19\xfc\x48\x19\x74\x5d\x31\x98\x0e\x75\ -\x83\x0c\x37\x3f\xc5\x68\x14\x29\xba\x58\xee\xea\xc9\xea\x4e\xb8\ -\x05\x9b\x7b\x0c\xce\x93\x7b\x9b\xaf\xbe\x5e\x2f\x0d\x3b\x9d\xac\ -\x5d\x6c\xb6\xbd\xa2\xff\x24\x67\x77\x74\x59\xfc\xf6\xa8\x62\xf5\ -\xb4\xcb\x33\xf3\x1f\x1e\x51\xec\xa0\x54\xee\x2f\x67\x9e\x53\x64\ -\xff\xbc\x9a\xef\xe6\xab\x03\x77\x3c\xae\xc8\xce\xa0\xc3\x13\x8f\ -\x94\x7e\x3d\xa1\xc8\xfa\xed\x1e\xef\x34\x70\x43\xb1\xa5\xe2\x21\ -\x19\x75\xbc\xa5\x98\x93\x1b\x72\xd6\x70\x41\x11\x8f\x2d\xf4\x52\ -\x2e\x71\x4b\x31\xcf\x56\x78\xe5\x18\x97\x15\xf3\x51\xc2\x1b\x1b\ -\x78\x46\x31\x3f\xa4\xb4\x71\xdf\x55\x4f\x29\xe2\x9f\x4f\x5e\xa8\ -\x70\x82\xaf\x15\x71\xeb\x8a\x8c\x26\xdb\xb8\xa6\x88\xa7\xdd\xf4\ -\x97\xef\x5d\xd4\x90\x3f\xad\xca\x6c\xb1\x21\x5b\x81\xb2\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x2d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xaa\x49\x44\ -\x41\x54\x78\xda\xa5\x93\xcd\x4b\x54\x51\x18\x87\x7f\xef\x39\xf7\ -\xde\x71\xf4\xce\x68\x98\x0e\x65\x5f\x54\x0e\x34\x85\xa6\x85\x51\ -\x1a\x2d\x0a\x8a\xa8\x88\xda\x04\x6d\xda\xb4\x2e\xb2\x75\x41\xcb\ -\xa0\x7f\x20\x5c\x15\x04\xe1\xa6\x4d\x48\x6d\xca\x20\x84\xa0\x2f\ -\x24\x1a\x23\xb5\x4f\x33\x33\x9d\x99\x7b\xef\xdc\xb9\x73\xcf\x3d\ -\x6f\xd3\xd5\xca\x45\xe1\xa2\x07\xde\xc5\x39\xe7\x7d\x9f\xf3\x5b\ -\x9c\x43\xcc\x8c\xa5\xd0\x35\x6a\x27\xa2\xd3\x96\x21\xf7\x12\x44\ -\x97\x20\x29\x4c\x29\x5e\xba\x81\x7f\x3f\xd2\xfa\x06\xf7\xf3\xc7\ -\xc5\xbe\x36\x00\x3a\x16\x2c\x6e\x08\x22\xba\x28\xa5\xb8\xdc\xb1\ -\x2e\x5b\x9f\x6d\x5d\x8f\x8e\x4c\x16\x0c\x20\xff\xed\x1d\xf2\xd3\ -\xe3\x78\xf1\x21\x5f\x81\xc6\xb9\x50\x47\xd3\x42\x88\x5b\x04\x7c\ -\x89\x05\xb5\x61\x93\x88\x86\x5b\x1b\x9b\xba\x4f\xf7\x1e\x4d\xa4\ -\xea\x92\xf8\x1b\x33\xc5\x22\x06\x9f\x0c\xa9\x82\xe7\xe8\x53\xbb\ -\x0e\x5b\xb7\x46\xee\x7a\x06\x16\xb8\xd4\xdc\xd0\xd8\x7d\x7c\xcf\ -\xc1\x84\x13\xf9\x70\xbd\x0a\xe6\x43\x07\x9f\xfd\x69\x08\x21\xb1\ -\xb1\x7e\x03\x2c\x02\xc8\x20\x9c\xd8\x73\xd0\x80\x16\xf8\x95\xdc\ -\xa8\xdd\xbe\x43\x90\xb8\xb0\x33\xd7\x99\x98\xf2\xbe\xc5\x91\x5f\ -\x3b\xe3\x98\x2d\xcd\x80\xe6\x99\xeb\xcc\x3a\xe4\x57\x8c\x11\x0c\ -\x13\xdb\xd2\xed\x48\x19\x76\x3c\x28\x59\x2e\x08\x00\x9c\xc9\xd8\ -\x2b\x93\x05\xe1\x02\x01\xf0\xce\xff\x84\xf2\x5b\x47\xbb\xae\x1f\ -\x80\x30\x54\x44\xa5\x81\xa6\xd1\x97\x69\x69\x4c\x3e\x56\xcf\x44\ -\x87\xbd\x05\xa6\x34\x61\xb1\x04\xc7\x09\x40\x7d\x89\x94\xc9\x73\ -\x41\xb1\x5a\xd1\x81\x5b\x2d\x95\x8b\x8e\xe7\x67\x98\x38\xcb\xfd\ -\x3c\x55\x4b\x78\x4c\x10\xf5\xe9\x34\x8b\x94\xb4\x51\x08\x5d\x48\ -\x25\x40\xd0\x0b\x09\x18\x9c\x8b\xd2\xfa\x4d\x41\x95\xbe\x7b\xca\ -\x9b\x13\xb3\xd1\x2a\x10\x3f\xe2\x0b\xf1\x70\x0e\xc0\x40\xcf\xf6\ -\x0d\x56\xc0\xcc\x86\x36\x00\x45\x1c\xe9\x2a\x58\x69\x05\x66\x65\ -\xa0\x46\x29\x2c\x8e\xb9\x14\xcc\x6a\xd6\xc5\x7a\x6d\x5a\xf8\x83\ -\xfc\x59\x23\xcf\x27\xcd\x78\xa5\x11\x40\xa1\x84\xa8\x56\x0a\x05\ -\x44\x18\x30\x00\x8c\x8a\x39\x76\xa3\x4c\x34\x0e\xc0\xb1\x33\xd6\ -\x44\x39\x1f\x9e\xa7\x2b\xd4\xc2\x97\x78\x14\x40\x33\x6a\x1c\x18\ -\xdc\x6c\x4c\x35\x95\xc8\x8f\x42\x35\x79\x68\x9e\xb1\x88\x81\x02\ -\x6e\xb2\xa6\x2c\x32\x78\x0f\xa0\xec\xd4\x05\x5e\x9b\x9d\xbe\xfa\ -\x65\xcc\x39\x49\x67\x69\x14\x0a\x4f\xf7\x1f\xd9\x1c\x84\x29\x4d\ -\x25\x0a\xa4\x4f\xa1\xc2\x12\x0c\x4c\xe1\x66\xe8\xa8\x63\xcd\x9b\ -\xec\xaf\x5e\xb2\xe2\x36\x48\xab\x62\xe6\xc4\xfb\x7d\x3d\x9b\x66\ -\xca\x6e\x35\x90\x21\x22\xa4\x80\xe1\xde\x89\x30\xf7\x20\x13\x49\ -\x08\x2c\x65\xe1\x25\x5e\x27\x74\xd9\x6b\xda\x3f\xb4\xcc\x45\x0d\ -\x64\x55\xd3\x46\xa2\x6a\xcb\x44\x29\x29\x4c\x65\x0a\xa1\xef\xed\ -\x7e\xa3\xf1\x0f\x7e\xff\x85\xd4\xb5\x84\xe8\xd8\xba\x3a\xa5\xec\ -\x88\xb5\x66\xd5\x68\x24\x82\x9a\x44\xdf\xd9\xf5\x2a\x6e\x58\x4e\ -\x10\x43\x0f\x09\x3d\xe6\x5a\x51\xac\xfa\xe8\x6c\x5a\xcd\xb7\xbb\ -\x5e\xc6\x87\xcb\x0a\xfe\x87\x1f\x80\x12\x47\xa7\x94\xc3\xc1\x74\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x96\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x38\x49\x44\x41\x54\x38\x8d\xa5\ -\x92\x4f\x68\x92\x71\x18\xc7\xbf\xbf\xdf\xfb\xbe\x6e\xa2\xbd\x7b\ -\x15\x9d\x92\x66\xca\x98\x9b\xa6\x2d\x06\x79\x28\xfa\x37\x82\xa0\ -\x20\x0a\x3a\xee\xb6\x63\x8b\x0e\xc1\x82\xba\x56\x10\xc1\x16\x75\ -\xe8\xd6\x69\x14\xc5\xa0\x8c\xa0\xa8\x16\x4d\x16\x11\x11\x21\xa5\ -\x69\xb1\x3f\xe8\xb6\x3a\x2c\x75\xea\xd4\x9c\xfe\x9e\x0e\xae\x31\ -\x68\x23\xa3\xef\xe5\x81\x87\xcf\xf7\x7b\x78\x9e\x2f\xf0\x9f\x92\ -\x00\xc0\x68\x34\x76\xa8\xaa\x96\x34\x9b\x2d\x27\xba\xba\xba\xf3\ -\x0b\x0b\xf3\xf1\x66\x03\x64\x00\x90\x65\xf9\x02\xe7\xdc\x2a\x44\ -\xdd\x52\xc8\x17\xf7\x00\x60\xcd\x06\xf0\xc6\x60\x47\x40\x04\x12\ -\xc4\xf2\x85\x3c\xfa\xfa\x0e\x9f\x6e\x3a\xc0\x6c\xd6\xf4\x8c\x31\ -\x07\xad\x2e\x18\x63\x94\xf9\x91\xbd\xb8\x1e\x9a\x8a\x8c\xfe\x61\ -\x1c\x3a\x7e\xb4\xc1\x1b\x0c\xc6\x6d\x8a\xa2\xa4\x48\x10\x88\x00\ -\xc6\x39\x24\x2e\x43\xd3\xb4\x93\xd3\x33\x5f\x1e\x02\x40\xe2\xde\ -\xd5\x9e\x0a\x57\x46\x5e\x3c\x9b\xec\x8c\x4c\xbc\x37\xa3\xc6\x1e\ -\x3c\x9a\x9e\xed\xef\x77\xd9\xc0\x00\xf8\x07\x07\xcf\xc4\x42\xa1\ -\xdd\xf0\xf9\xfc\x28\x97\x4a\xa8\x54\xab\xd4\x1b\xf4\xb1\xc9\xdb\ -\x97\xee\x07\x77\x06\xdc\x2e\x8f\x27\x24\x1b\xda\x08\x8a\xcc\xb0\ -\xb2\x8c\x83\xc1\x63\xb0\x6a\x86\x6b\x63\xe9\xc5\x21\x00\xd8\x11\ -\x8b\xc5\x28\x93\xc9\x50\xb5\x5a\xa5\x78\x3c\x4e\x5e\x6f\xa7\x98\ -\x8b\xdc\xf9\xf9\x76\xf4\x72\x9d\xbe\x3e\x27\x31\x35\x41\xd5\xd4\ -\x3b\xaa\x7c\xfb\x44\xcb\xc9\x57\x14\x92\x25\x3a\xe5\x6e\xa7\xdf\ -\x47\x64\x42\x08\x10\x11\xea\xf5\x3a\x14\x45\x01\x87\x80\xd5\xa2\ -\x71\x5d\x8b\x1e\x60\x80\x60\x0c\xc4\x25\x30\x49\x8f\x64\x72\x16\ -\x35\xc1\xc0\x80\xd2\xda\x17\xc2\xe1\x30\xa2\xd1\x28\x72\xd9\x2c\ -\x0a\x85\x22\x86\xaf\xdf\x84\xce\xb3\x57\xb6\x6d\x75\x7c\x98\x4f\ -\xa5\x93\x7c\xa5\x0c\xa5\x56\x86\x8e\x4a\x28\xa7\x13\x04\x49\x02\ -\xab\xd1\x2d\x00\x60\xaa\xaa\xba\x49\x60\x06\x00\x04\x01\x12\x97\ -\x40\x00\x9c\x0e\xe7\xd9\xcf\x89\x8f\x37\x00\x60\xe9\xcd\x5d\x6f\ -\xae\x50\x38\x3f\xfe\xe4\x65\xcf\x58\xf8\x75\x86\xd7\xe8\xe9\xe3\ -\xd4\xdc\xf0\x80\xc7\x0e\x98\xb4\x36\xa3\xc9\x64\x26\xab\xd5\x46\ -\x76\xbb\x83\x1c\x0e\x17\xf9\xba\x03\xf9\xbf\xbd\x71\xad\x07\xd9\ -\xdc\x52\x91\x88\x16\x81\x46\xfd\x48\x08\xe8\xf5\xfa\x2b\xeb\xa1\ -\x8e\xfd\xfd\x9b\x07\x00\x00\x08\xe3\x6c\xb5\xbd\x2d\xad\xad\xd8\ -\x77\xe0\xd0\xc8\xa6\x8e\x8d\xb4\xc5\xa8\xf6\x5a\x2c\xed\xe4\x74\ -\x6e\xff\xee\xf7\x05\xce\xfd\x93\x79\x23\xf9\xfd\xbb\x9a\x66\x7f\ -\x01\xf6\x2d\xdf\xce\x78\x7d\xd1\x8d\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x0a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x04\x03\x00\x00\x00\xed\xdd\xe2\x52\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x30\x50\x4c\x54\ -\x45\xff\xff\xff\x4f\x4f\x4f\x77\x77\x77\x4f\x4f\x4f\x63\x63\x63\ -\x77\x77\x77\xe0\xe0\xe0\xe4\xe4\xe4\xe6\xe6\xe6\xe9\xe9\xe9\xeb\ -\xeb\xeb\xed\xed\xed\xf3\xf3\xf3\xf9\xf9\xf9\xfb\xfb\xfb\xfc\xfc\ -\xfc\xd9\x88\x48\x6e\x00\x00\x00\x03\x74\x52\x4e\x53\x00\xb4\xb4\ -\xb6\xd3\xd8\xf7\x00\x00\x00\x3d\x49\x44\x41\x54\x08\xd7\x63\x60\ -\x80\x03\xa6\x50\x10\x08\x62\x60\x60\xf9\xff\xff\xce\x8e\xb4\x14\ -\x06\x06\x46\x63\x10\x30\x64\xc0\x0a\x98\x20\x8a\x41\xca\xff\x4c\ -\x4b\x01\x31\x18\x71\x2a\x66\x82\x9a\x0c\x54\xfb\xef\x54\x59\x0a\ -\x54\x2d\x36\xc5\x00\xde\xcd\x12\xf1\x75\x15\xec\xd6\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x97\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\x42\x28\ -\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x0a\x17\x0d\x07\ -\x00\x39\x02\x95\x54\x00\x00\x01\xef\x50\x4c\x54\x45\x00\x00\x00\ -\x00\x00\x0b\x0f\x0f\x0f\x37\x2a\x22\x00\x00\x00\x00\x00\x00\x86\ -\x86\x86\x87\x87\x87\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\xf0\xb2\x75\x0c\x00\x00\xb1\x57\x00\x74\x4e\x27\ -\x4b\x4b\x4b\xd1\x69\x0d\xc5\x53\x02\xd8\x5b\x00\x8b\x8b\x8b\x8d\ -\x8d\x8d\x93\x38\x00\xb7\xb7\xb7\x8d\x8d\x8d\xa3\xa3\xa3\xa5\xa5\ -\xa5\xbe\xbe\xbe\xb1\xb1\xb1\xb3\xb3\xb3\xa4\xa4\xa4\x59\x5a\x5a\ -\x5a\x5a\x5a\x9a\x9a\x9a\xab\xa6\x9f\xc5\x86\x19\xec\xec\xee\xff\ -\xec\x00\x00\x00\x00\x25\x25\x26\x26\x25\x24\x28\x28\x28\x2a\x2a\ -\x29\x2b\x2b\x2b\x49\x49\x49\x50\x50\x50\x54\x54\x54\x5b\x5b\x5b\ -\x5d\x5d\x5d\x61\x61\x60\x65\x65\x65\x67\x67\x67\x6b\x68\x67\x6f\ -\x5c\x50\x79\x79\x7c\x7d\x7d\x7d\x82\x55\x0e\x83\x83\x83\x87\x51\ -\x12\x87\x69\x58\x88\x88\x88\x89\x89\x89\x89\x8d\x95\x91\x91\x91\ -\x98\x98\x98\x99\x66\x3f\x9c\x66\x22\x9c\x85\x75\x9e\x73\x5f\xa1\ -\xa1\xa1\xa5\x73\x0b\xa7\x71\x4b\xa9\xa9\xa9\xab\x64\x0b\xae\x71\ -\x14\xaf\x6a\x00\xaf\x76\x42\xaf\xaf\xaf\xb0\xb3\xb5\xb2\x9f\x76\ -\xb2\xb2\xb2\xb4\xb4\xb6\xb6\xb6\xb6\xb7\xb9\xbc\xba\xb7\xb4\xbb\ -\x9f\x8b\xc0\x85\x0d\xc0\xc0\xc0\xc1\x87\x29\xc1\x90\x31\xc1\xa6\ -\x93\xc1\xaf\xa8\xc1\xc1\xc0\xc3\xc3\xc3\xc6\x8e\x10\xca\x9f\x10\ -\xca\xca\xd0\xcb\xcb\xcb\xcc\x94\x19\xcc\xce\xd0\xce\xce\xce\xce\ -\xce\xd3\xcf\xcf\xcf\xd0\xa6\x43\xd0\xd0\xd0\xd0\xd0\xd4\xd1\xd1\ -\xd1\xd5\xb4\x9c\xd6\x97\x09\xd7\xd7\xd7\xd7\xd7\xda\xd7\xd7\xdb\ -\xd8\xa8\x0c\xd8\xd8\xdd\xda\xda\xdd\xdc\xdd\xe0\xdd\x7c\x10\xdd\ -\xb0\x09\xde\xde\xe3\xe0\xe3\xeb\xe1\xa7\x12\xe2\xe2\xe5\xe3\xb5\ -\x98\xe6\xe6\xe8\xe6\xe7\xeb\xe7\xad\x09\xe8\xe8\xe8\xe9\xb0\x07\ -\xe9\xd0\xac\xeb\xc4\x00\xeb\xeb\xed\xed\xc3\x1e\xed\xed\xed\xed\ -\xed\xee\xee\xc0\x00\xee\xee\xef\xef\xbf\x09\xf3\xc1\x03\xf3\xf3\ -\xf4\xf4\xf4\xf4\xf5\xf4\xf3\xf8\xba\x0c\xf8\xf8\xf8\xf9\xcd\x10\ -\xf9\xf9\xf9\xf9\xfc\xfd\xfa\xc2\x15\xfa\xca\x0e\xfa\xfa\xfa\xfb\ -\xd0\x09\xfc\xdd\x32\xfc\xde\x09\xfc\xfc\xfc\xfc\xfc\xfd\xfe\xdf\ -\x1f\xfe\xfe\xfe\xfe\xff\xff\xff\xd8\x00\xff\xdb\x1d\xff\xdf\x00\ -\xff\xe1\x00\xff\xe8\x26\xff\xf1\x15\xff\xff\xff\xe0\xfb\xb2\xfe\ -\x00\x00\x00\x27\x74\x52\x4e\x53\x00\x0d\x10\x1a\x1c\x1d\x2a\x2a\ -\x3a\x3e\x44\x47\x48\x4b\x5b\x79\x89\x9b\x9c\xa0\xa2\xa3\xa3\xb8\ -\xe2\xf0\xf3\xf3\xf3\xfb\xfb\xfc\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xb7\ -\xc1\xfe\x58\x00\x00\x00\x01\x62\x4b\x47\x44\xa4\x59\xbe\x7a\xb9\ -\x00\x00\x00\xee\x49\x44\x41\x54\x18\xd3\x63\x60\x60\x60\x60\xe2\ -\x84\x02\x46\x06\x08\xe0\x5c\x02\x01\xd5\xe2\xc2\x22\xbc\x50\x81\ -\x39\x40\x7e\x4e\xe5\xa2\xc5\xd3\x85\x40\x02\x1c\xb3\xa6\x82\x04\ -\x7c\xa7\xcc\x50\x2b\x65\x06\x09\x08\xaa\xb6\xf5\xf4\x4f\xec\xf5\ -\x99\xb0\xa0\x93\x9f\x81\x81\xcd\xc1\xd3\x28\xbf\xb8\xaa\xa6\x36\ -\x3a\x77\xda\x42\x15\x7b\x76\x06\x51\xa5\x60\xbd\xc4\xac\xa2\xf2\ -\x0a\xa7\xbe\x79\x65\x51\xca\x62\x0c\x12\x33\x97\xe8\xeb\x68\x6b\ -\x69\x68\x7a\x4d\x9e\x3f\xbb\xa5\x51\x82\x41\x66\xc9\x12\x03\x5d\ -\x5d\x43\x13\xb3\xc8\xf8\xae\xa6\x8c\xb9\x32\x0c\xf2\x11\x71\x6e\ -\x9e\x9e\x7e\x81\xfe\x2e\xee\xed\x09\xa1\xb1\xf2\x0c\x72\xf5\xad\ -\xa9\x99\xe9\xa9\x49\x29\x36\x75\x85\x01\x1d\x79\xb2\x0c\xd2\x99\ -\xb6\xea\x60\x60\xdd\x60\xa9\x6e\x97\x2d\xc5\x20\xe9\x68\xac\x68\ -\x9e\x56\x50\x12\x13\xee\x6d\xaa\x60\xec\x28\x09\x72\x98\x55\x50\ -\x73\xf7\x24\xd7\xe4\xb0\x10\x2b\xa8\xe7\x2c\x40\x3e\x73\xf6\x58\ -\xb2\xc4\x02\x2a\xc0\xca\xc3\xcd\xcd\x25\xc0\xc7\xcd\xc3\x02\xe4\ -\x00\x00\x6d\x12\x48\x6f\x2a\x15\xf5\x7a\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x7a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x07\x1e\ -\x0c\x27\x36\xe7\x66\xc5\x63\x00\x00\x02\xfa\x49\x44\x41\x54\x78\ -\xda\x9d\xd0\x4b\x68\x13\x79\x00\x06\xf0\xef\x3f\x33\x35\xc9\x24\ -\xcd\x3b\xad\x8d\xb5\x36\x6d\x93\xc6\x6e\xd6\xd6\x67\xb5\x56\x77\ -\x61\x0f\xb2\xb4\x8a\xbb\x20\xa8\xf8\x02\x17\xdc\x43\x57\xbc\xec\ -\xfa\xc2\xaa\x55\x04\x3d\x08\x2a\x82\x17\x15\x4f\x1e\x2c\x1e\xd4\ -\x8b\x8b\x16\xea\xa3\xb4\x61\x89\x68\x69\x4b\x21\x09\xa6\xa9\xed\ -\xd8\x9a\x99\x24\x93\xc7\x24\x93\xf8\xb7\x5d\x41\x4b\x11\x14\x7f\ -\xa7\xef\xf4\xc1\xf7\x11\xcc\xb0\x57\x75\xe2\xdd\x58\x17\xf4\xf6\ -\xc3\x3f\xb7\xac\xaf\x3d\xa0\xd5\x70\x9e\x6c\xbe\x48\x92\x72\x2e\ -\x38\x3a\x14\xbd\x9e\x10\xce\x3f\xb4\x2d\x39\x81\x58\xe4\x0c\xe6\ -\x23\x16\x67\x27\x24\x21\xad\x59\xb3\x61\xf1\x8d\xdf\x7e\x5f\xb1\ -\x53\x67\xd0\xa0\xe7\x49\x10\x95\xae\x72\x84\x86\xc6\xd0\xb8\xd6\ -\x8d\x47\xf7\x02\xf7\x03\xbd\xa1\x6d\x96\x0a\x73\x4e\x9a\xec\xc2\ -\x5c\xac\x22\xf7\xc2\xdb\xb4\xf5\xc6\xe6\x76\xdf\xae\xe6\x9f\xbc\ -\x54\x6f\x2b\x25\xe3\x52\x0e\x66\x47\x29\xa4\x44\x16\x6f\xc6\x25\ -\xec\xde\xd7\x5a\x1f\x0e\x4f\x35\x46\x47\x8f\xdf\x36\x55\x74\x22\ -\x97\xea\xfd\x5c\xc0\xea\xff\x6e\x69\x6f\xf3\x5d\x6e\x68\x5a\x4c\ -\xdd\x0d\x8b\x48\x50\x48\xc3\x68\x37\xe2\x99\x3f\x0c\x21\x9e\x45\ -\x64\x22\x01\x8e\x63\x50\x50\xd4\xfa\xe9\x29\x5f\xbf\x3c\x7d\x36\ -\x84\x39\x18\x93\x51\xb7\x97\xd1\xb2\xb0\x39\xad\x24\xa1\x50\x54\ -\x38\x2d\x10\xc4\x14\xc2\xc9\x1c\x64\x86\x05\x67\xe2\x21\xe7\xdf\ -\xe3\x8f\x83\xbf\x60\x89\xcb\x71\x00\xf3\x70\xa5\x46\xad\xe7\xdf\ -\xbe\x08\x6d\x58\xe7\x21\xd1\x64\x1e\x3c\xbf\x00\x2c\x47\xb1\x74\ -\xe9\x42\x04\xa3\x71\x80\x61\x60\x30\xf3\xb0\x5b\x78\x2c\xd0\x96\ -\x78\x30\x0f\x03\x4a\x28\x65\x09\x7a\xfc\xaf\x67\x07\x61\x20\x22\ -\xe2\xc9\x9b\x0c\x26\x8b\x0c\x58\x23\x0f\xc6\xa0\x83\x46\xc3\x40\ -\x4b\x0b\xe8\xd8\xbf\xda\x06\x7c\x54\xb7\xed\x26\x66\x11\x87\xb3\ -\xeb\x8a\xb1\xce\xda\x61\xf5\x56\x40\x57\x69\x83\xab\xb6\x1c\x55\ -\x65\xa5\xe8\x09\xbe\x43\x52\x4c\xe3\xbd\x94\xc2\x9e\xe5\x0e\x74\ -\x3f\x0e\xe1\x6d\x22\x5b\x54\xd5\x82\xac\xd7\x30\x23\xc1\x3b\xfb\ -\x5a\x30\x83\x4b\x8a\xf9\x5b\x6c\x2c\xdb\xc1\x25\x15\xea\xe0\x4b\ -\xc8\x06\x6f\x19\x2a\xed\x7a\xac\x77\x97\xa1\x2f\xf4\x16\x7d\x03\ -\x61\x14\x0a\x45\x4c\x08\x02\x2e\xfc\xd3\xca\xb2\x1c\x67\xfe\xab\ -\xf3\x41\xe3\xa7\x09\x39\xe5\xec\x7f\xca\x54\xf6\x12\xcd\xa8\x24\ -\x34\x9e\xa0\xfd\x91\x18\x0c\x9a\x12\xd8\x79\x06\x1b\x5d\x56\xac\ -\xac\xb2\x80\xe6\x18\x14\x32\x22\x1d\x1e\x19\xc3\xc8\xc8\xeb\x99\ -\x1c\xfb\x7c\x22\x61\x4e\x22\x3e\xad\x1c\x36\xbc\x12\xe8\x22\xa3\ -\xfe\x90\x2c\x65\x61\xd1\x13\x3a\x91\x54\x11\x97\x52\xe4\xc5\x40\ -\x00\x43\x2f\x87\x68\x46\x96\x69\x34\x5a\x46\x18\x96\x45\x46\x1c\ -\xd3\x99\x9b\xf6\x8a\xa0\xc5\xbb\x04\xff\x3b\x09\xe0\x34\x80\x23\ -\x2b\x35\x36\xc3\x7e\x67\xb5\x75\x59\x2c\xad\x92\x1d\x9b\xdc\x93\ -\xcf\x87\x9f\xaa\x89\x8c\xb4\xdd\xe7\x73\xc3\x60\xb4\x62\x96\x24\ -\x8a\x78\x15\xf0\x23\x9d\x4a\x1f\x27\xf8\xe4\x18\x80\x73\xf8\x12\ -\xde\xdd\x3e\xe8\xfd\xb1\xf9\x87\xe5\xcd\xad\x84\x63\x59\x0c\x06\ -\xfa\xa9\xbf\xa7\x7b\xb0\x20\xf8\x1b\x09\xbe\xc2\xe0\x69\x43\x21\ -\xaf\x98\xd4\x44\x34\x7e\xf4\x62\x37\xd5\xe9\x74\x38\xf5\xe7\xaf\ -\x84\xb3\x56\x9b\xa8\xaa\x24\xf1\xad\x38\x5b\xc3\x96\xf2\x9a\x55\ -\x74\x61\xdd\x2a\xca\x59\xea\xb7\xe2\x7b\x70\xe6\x9a\xab\x9c\xc9\ -\x75\x0d\x73\x7c\x00\x8d\xeb\x33\xd9\x8d\x07\x6a\x75\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xe3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\ -\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\ -\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\ -\x79\x71\xc9\x65\x3c\x00\x00\x02\x75\x49\x44\x41\x54\x78\xda\x7d\ -\x91\x4d\x48\x54\x51\x14\xc7\x7f\xf7\xbe\x77\xdf\xd3\x99\x32\x2d\ -\xfb\x96\xa2\x4f\xad\x10\xa4\x85\x04\x85\x44\x14\xb4\xc8\x56\xb6\ -\x68\x5d\x50\x44\x41\x19\x44\x14\x44\x6d\x2c\x83\x08\x12\x29\xda\ -\x44\xb4\x09\x04\x21\x84\x50\x28\x2a\xca\x0a\xc9\xda\xf4\x65\xf9\ -\x55\x7e\x8f\xa6\x8e\x33\x13\xe3\x7b\x6f\xee\x6d\x12\x27\x8c\x86\ -\x7e\xdc\x3f\x9c\xd5\xb9\xe7\xfc\x8e\x68\x6d\xfb\x38\x96\x9f\x37\ -\xcf\xd5\xc6\x90\x41\x1b\x48\x26\xa7\xf1\x3d\x9f\xb1\xf1\xa8\x0c\ -\x7c\x3d\x11\x8b\xc5\xf7\x5a\xb6\xfd\x5e\x4a\xc9\xd7\x2f\x1d\x5c\ -\x3c\x7f\x14\x00\xdb\x75\x9c\xf0\xa6\x8d\x45\x39\xcc\xc1\x18\x43\ -\xd2\xd3\xa4\x02\xe8\xea\xe9\x63\x5e\x38\x37\xd4\xd5\x3b\xf4\xa4\ -\x7f\x70\xe4\x80\xeb\xba\x4f\x99\x83\x24\x0b\x42\x08\xa4\x04\x21\ -\x35\xd2\x92\x2c\x5b\x5e\xc8\xce\xed\xa5\x85\xc5\x1b\x56\xb7\x28\ -\xdb\xae\xd2\x86\x3f\xd8\x64\xc1\x00\x02\x70\x1c\x9b\x9e\xde\x3e\ -\x22\x23\x23\x84\xc2\x39\x04\x7e\xca\x99\x8a\x4e\x36\x68\xad\xab\ -\x81\xeb\x00\x12\xb2\x23\xa4\x20\xfd\x58\x5c\xb8\x10\x4f\x0b\x46\ -\x86\xa3\x74\x76\xf5\xe1\xe4\x38\xc4\xe3\x93\x35\xff\x9d\x40\x00\ -\x52\x08\x02\x3f\xa0\xb4\xac\x04\x2f\x99\x96\x19\x9b\x66\x7c\x68\ -\x08\xa5\x1c\xda\x5e\xb7\x66\x71\xa0\x53\xf0\xa9\x0d\x3a\xda\xd1\ -\x40\x60\xd2\x51\x8a\x78\x77\x37\xf2\x6a\x35\xea\x71\x23\x2a\x14\ -\xc6\x71\x14\x96\x65\x65\x71\xd0\xff\x05\x5e\x35\x43\x62\x12\xf3\ -\xbd\x9b\xc4\x8e\x2a\xcc\xb7\x0e\x0a\x6e\x9c\xc3\x7d\xdc\x4c\xee\ -\xaa\x97\xf8\x5b\xca\x91\x4b\x56\x22\x44\x36\x89\xcb\xd7\xc1\xea\ -\x62\x78\xd4\x88\xd5\x71\x87\xf0\x9b\x56\x64\x67\x27\xea\xf9\x33\ -\xfc\x15\x6b\x99\x38\x7e\x09\xab\x70\x29\x4a\x68\x40\x90\xc1\xce\ -\xd4\x49\x99\x2e\x2b\xaa\x10\x3f\xa7\x51\xf7\x6f\xe1\x7e\x68\x82\ -\xc8\x04\xfe\xe6\x32\xc6\x2f\xd4\xe3\xaf\x29\xc1\x8a\xc7\xb1\x6c\ -\x1b\x21\xe6\x34\xc8\x48\x08\x52\x20\x94\x85\x2d\x73\x10\x03\x11\ -\x18\x1c\x85\x58\x12\x06\x7e\x20\xb4\x40\xfc\xde\x5d\x30\x13\x30\ -\x64\x90\x3a\x63\xde\xf7\x70\xee\xd5\xe1\xd6\x9e\x85\xd1\x28\xa9\ -\xad\xdb\xd0\xe1\x45\xa8\xf6\xcf\x2c\xda\xb7\x07\xf7\x61\x13\xe4\ -\x86\x66\x7f\x17\xff\x5e\xc1\x7e\xd1\x8c\xaa\xbf\x02\xc3\x63\x78\ -\x07\x0f\x11\xbb\xdb\x42\xe2\xda\x6d\x4c\xde\x02\xac\x48\x84\xfc\ -\xd3\x27\x90\x91\x61\x8c\x72\x00\xb2\xac\x50\xbe\x0b\xb1\x6b\x3f\ -\xa6\x68\x3d\xde\xe1\x53\x18\x63\xf0\x2b\x2b\x99\x6c\x78\x40\xe8\ -\xcc\x49\x12\x47\x8e\xa1\xe7\xa7\x9b\xf9\xc1\x5f\x2b\xd8\x7a\xb6\ -\x0e\x17\xe4\xc1\xe5\x9b\x18\x40\x01\xa9\x14\x18\x03\xa9\xdd\x15\ -\x78\xef\xde\x22\x7c\x43\x38\xe1\x61\xdb\xea\x6f\x89\xd1\xa9\xa9\ -\x44\x4d\x6d\x5d\x20\xa5\x0d\x80\x41\x23\x90\x18\xa3\xd3\x01\x83\ -\x01\xc4\xcc\x44\xa4\x23\x84\x24\x3e\x15\x9b\x66\x96\x5f\x5e\x86\ -\x00\x6e\x97\x2b\x18\x81\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\x43\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xc0\x49\x44\ -\x41\x54\x78\xda\x8d\x8f\xbd\x6b\x53\x51\x18\x87\x9f\x73\x72\xc1\ -\xb6\x41\x90\x82\x52\x2a\xc5\x39\xdd\x8c\x93\x75\xab\x83\x9b\xbb\ -\x53\xbb\xe4\x3f\x68\x07\x11\x8a\x25\xd4\x82\x43\x87\xa2\x20\x0e\ -\x15\x07\xe9\x6a\x16\xc5\x3d\xb5\x88\xa1\x1f\x42\xd3\x4d\x25\xe8\ -\xcd\x87\x83\x12\x92\x9b\x8f\x9b\x9c\xd7\xe6\xe0\xe1\x70\x89\x5f\ -\x3f\xf8\x71\xce\x19\x9e\xe7\x7d\x8f\x02\x2e\x00\xf3\xfc\x2b\xab\ -\xdc\xce\x5c\xcb\x2c\x65\x2f\x67\xa7\x0f\xab\x87\xf5\x72\xbb\xfc\ -\x40\x96\xe5\x49\x30\x82\x1b\x8d\xc6\x9e\x11\x41\x6b\x6d\xab\x94\ -\x4a\xf4\xd9\xc7\x1d\x76\x7f\xec\xb2\x78\x69\x91\xcd\xf9\x4d\xee\ -\x95\xef\xce\xa5\xbf\xa5\x1f\xab\x1d\x25\x1a\xc0\x08\x7f\xcd\xf6\ -\xe9\x36\xd5\x4e\x95\xfd\x4f\x05\x00\x3e\x57\x0b\x98\x41\x4d\x63\ -\x58\x0d\x00\x52\x29\xeb\xb1\xd3\xdc\x06\xda\x6f\x40\xed\x7b\x8d\ -\xe8\x4e\x84\xcb\x8b\x9b\x65\x00\xd4\x23\x35\x1b\x00\x16\x42\x04\ -\xf5\xeb\x0b\x16\x76\xe7\x59\x67\xae\xcc\x10\x3c\x57\x5c\x05\xde\ -\x2f\x09\xb9\x82\xe2\x40\x80\x8b\x84\xda\x4d\x76\xb0\x6b\xca\xdf\ -\x59\xc9\xac\x20\xe7\x35\x61\x0a\x9b\x0f\xc0\xb1\xc1\x30\xc5\x43\ -\xbf\x01\x78\x81\xff\x8a\x6d\x6e\x2e\x07\x1a\xb6\xbe\x6e\x91\x7e\ -\x99\x26\x0a\xf8\xc2\x04\x79\xb9\x25\x4f\x15\xb0\xd0\x6c\x36\xf7\ -\xbc\xc0\xd7\x6d\xe7\x4e\x97\x20\x08\x6e\x88\xc8\x5b\x7b\x07\x50\ -\x7e\x03\x57\x0f\x26\xce\x64\xbc\x00\xdc\xba\x6e\xb2\x83\xfe\x4f\ -\x40\x12\x76\x60\x42\x60\x8c\xb1\x6d\xb7\x23\x01\x62\x2f\x18\x03\ -\xc6\xe1\x4a\xa5\x42\x18\x86\x4c\x4c\x4e\xf2\xea\xf5\x9b\x77\xc0\ -\x11\xf8\x2c\x44\x51\x24\xdd\x6e\x57\xfa\xfd\xbe\xc4\x71\x2c\x83\ -\xc1\x40\x86\xc3\xa1\x18\x63\xec\xbb\x58\x2c\xda\xf7\xfd\x8d\x8d\ -\x13\x60\x4a\x44\x70\xc5\x0a\x3a\x9d\x3f\x0a\x5a\xad\x96\x94\x4a\ -\x25\x59\xcb\xe7\x47\xf0\xb4\x87\xbd\xe0\xfa\x99\xc0\xf4\x7a\xbd\ -\x11\x9c\x10\x8c\x52\xaf\x37\xcc\xda\xfa\xfa\xbe\x9f\x9c\xac\x02\ -\xce\x01\x59\x40\xf1\xfb\xc4\xc0\x91\x88\xc4\x30\x9e\x9f\xaf\xc9\ -\x06\x51\x54\x9d\xd3\x94\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x01\xe3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x60\x49\x44\ -\x41\x54\x78\xda\xe5\x93\xbf\x4b\x42\x51\x14\xc7\xcf\x79\xf7\xfd\ -\x32\x52\x54\x42\xa8\xa6\x88\xd6\xb0\x50\x90\x1a\x5a\xfb\x07\x1a\ -\x72\x29\x88\xa2\xa6\xa0\xc9\x21\xe2\x51\xba\xb4\x06\x49\xa8\x8d\ -\x0d\xee\xed\x41\x41\xd0\xd2\x12\xd9\x54\x14\x64\x20\x98\xa2\xcf\ -\xa7\xef\xc7\x7d\xb7\xfb\x22\xa3\xad\x57\x8d\x1d\xf8\x70\x0e\xdf\ -\x0b\x87\xc3\xf9\xde\x83\x8c\x31\xf8\x4b\x08\x9c\xff\xde\x00\x53\ -\x13\x81\x2d\x44\xd0\x54\x59\x08\x06\x64\x02\x3c\x43\x80\xf3\x59\ -\x2b\x04\xba\x26\x85\x9e\xe5\x42\xd7\xa2\x1c\xb7\x5f\xb7\x79\xd6\ -\xbc\x06\xcf\x27\xf9\xed\x11\xf8\x45\xa4\x37\xb2\xd5\xf7\x09\x78\ -\xad\x89\x04\x83\x8a\x24\x80\xca\x91\x3d\x44\x04\xae\x01\x22\x82\ -\x67\xb5\x43\x19\xd8\x14\xc0\xb4\xf8\x34\xb6\x0b\xa6\xed\xb6\xb9\ -\xa6\x79\x8f\x7e\x91\x39\x6a\xee\x7a\x53\xfe\xa2\xf9\x5a\x22\x7e\ -\x2c\x9b\x24\xcb\xe3\xf9\xcb\x97\x0b\x63\xf1\x2c\x79\xec\xd7\x05\ -\xe4\x10\x8e\x30\x57\x9e\x91\x0d\xd3\x5a\xca\x4e\x16\x49\xcf\x60\ -\xcb\xe9\xf3\xf8\xa0\x5f\x1b\x51\xdd\x57\x8f\x6e\x6a\xb7\x0d\x41\ -\x57\xf1\x51\x7f\x82\xce\xab\x83\xb6\x2e\xb5\xd6\xaf\x66\x4b\xdf\ -\xde\x42\xe2\x30\x21\x55\x9a\x95\x6e\x26\x95\x21\xa6\x64\x42\xd5\ -\xbc\x07\x6a\xdb\x50\xad\xd7\x61\x78\xd4\xa0\xbe\x8e\x89\xec\x60\ -\x21\x2c\x86\x57\x86\x68\x04\xc7\xa6\x23\x50\x7b\x68\x83\x12\x75\ -\x58\x34\x26\x97\x7c\xfd\x44\xba\x0b\x6b\x0b\x53\xf1\x58\xd3\xd1\ -\x99\x48\x55\xa8\xbb\x0d\xd6\x12\x3b\xa1\xd3\xf9\xbb\xd5\x9f\xd8\ -\x88\x4a\x4e\x2a\x0e\xec\x05\x9c\xd0\x81\x52\xe8\xeb\x6f\x7f\xed\ -\xe2\xeb\x89\x30\x32\xd9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x03\x6a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xe7\x49\x44\ -\x41\x54\x78\xda\x8d\x93\x6b\x48\x93\x61\x14\xc7\xcf\xbb\x99\xcc\ -\xbc\x0d\x97\x8e\xe9\x96\x3a\x47\x5e\x92\x50\x57\x8a\x92\x81\x91\ -\x17\x92\x24\x24\x62\x1f\x4a\xa2\xb4\x8b\x22\xe9\x44\x54\x02\xf1\ -\x4b\x0e\x14\x9c\x96\xa2\xb8\x69\xd1\x97\x81\x85\xce\x39\xaf\xaf\ -\xeb\xb6\x39\xd9\x96\xfb\x90\xa8\xb9\xe6\x36\xba\x7c\x30\xdd\x45\ -\xdb\x6c\x6d\x73\x6f\xaf\xc6\x60\x88\x58\x3f\x78\x6e\xe7\x3c\xe7\ -\xff\x9c\xc3\xf3\x3c\x80\x61\x18\x3c\x6e\x6d\x8d\xda\x1b\xff\xd5\ -\x44\x22\xd1\xb5\xc9\xc9\xc9\x51\x95\x5a\x55\xe8\xb3\x01\x8a\xa2\ -\xdd\x56\xab\x15\x1b\x95\x48\x84\x47\x05\x77\x75\x75\x8e\xac\xea\ -\x56\xb1\xe5\xe5\x65\xef\xc4\xc4\xf8\x56\x5d\x5d\x1d\x6d\x5f\xa0\ -\xb1\xb1\xf1\x12\x3a\x2b\xf3\xa8\x35\x9a\xdd\xc1\x67\xcf\x73\x0f\ -\x0b\xae\xa9\xa9\x39\x86\xa2\x33\x9e\xcd\xcd\x0d\x6c\x78\x78\x58\ -\x0b\x00\x41\x3e\x1f\xb2\xd7\x65\x67\x67\x9f\x89\x8d\x65\x8e\xb7\ -\xb5\xf1\x28\x1b\x1b\x1b\xb9\x6c\x36\x7b\x01\xfc\xa8\xae\xae\xae\ -\xe0\x70\x38\xfd\x49\xc9\x49\xa0\xd7\xeb\x2d\xb2\xd7\x68\x1c\x83\ -\xce\xc8\x57\x28\x94\x9a\x00\xc0\x99\x9f\x9f\xff\x88\x20\x08\xcb\ -\x62\x33\xcf\xf7\xf7\xf5\x29\xf1\x75\x11\x2e\xfa\xc6\x27\x40\x8b\ -\xa6\x55\x1a\x4c\x46\xf8\xa4\xfb\x0c\x59\xe7\xd8\x11\x71\x27\xe3\ -\xcd\x16\x8b\x05\x51\xc8\x15\x74\x82\x6f\x13\x9e\xc9\x6f\x74\x7a\ -\x3a\xb3\xb6\x96\xab\x8a\x8c\x8a\x9a\x9e\x9b\x9b\x2b\x01\x9c\x9e\ -\x9e\x9e\x13\x59\x99\x99\xa7\x95\x4a\x25\xd8\xb7\x6d\x60\xb5\x59\ -\xe1\xa7\xdd\x4e\x7c\x2f\x97\xcf\x2c\x2d\x2d\xad\xef\x97\xe0\x0f\ -\x9e\x09\xe1\xf6\x9d\x72\x29\x97\xcb\xcd\x37\x19\x0d\xf5\x4e\xa7\ -\xb3\x75\xcd\xb0\x16\xe4\x71\x7b\x76\x6d\x36\xdb\x8e\x63\xc7\xf1\ -\x43\xa7\xd3\x89\x66\xd1\xd9\x66\x0c\x27\x00\x0e\x80\xdb\xbc\xb8\ -\x48\x31\x33\x3e\x4e\x7a\xb9\xb8\x98\x3f\x26\x91\x00\x89\x44\xf2\ -\x88\xc5\x62\x8e\x46\xa3\x11\xe3\xfe\x5d\xf0\x83\x00\x87\xc0\xe3\ -\xf1\x32\x12\x12\x98\x85\x03\x42\x01\xe4\x17\x14\x42\x51\x86\xd9\ -\xdc\x90\xb3\x78\xd6\x17\x7c\xa4\x40\x7b\x7b\x7b\x5e\x0c\x3d\x46\ -\x3d\x30\x28\x24\x86\x85\x85\x63\xc6\xb7\x95\x5f\x53\xe9\x4f\xa8\ -\x17\xf2\x5c\x0d\x63\x35\x48\xc6\x91\x02\x7c\x3e\xff\x4a\x78\x78\ -\x98\x4c\x28\x10\x10\x12\x4f\x25\x83\xd1\x68\xec\x51\x2b\xb4\x43\ -\xaa\xa9\x5d\x0f\x39\xcd\x8b\x5c\xbc\x4b\x5e\x18\xe1\x06\x88\xc0\ -\x0f\xbf\x97\xd6\x75\xa3\x83\xdf\xe1\xcd\xce\xc9\xc2\xf0\x3b\xc7\ -\x2a\x2a\x2a\x5e\xf9\x7c\xd1\x11\x10\x2f\xef\x0c\x74\xba\xbe\xb0\ -\xb0\x6d\x2d\x0b\x1b\x79\x08\x8b\xdf\x24\x40\xc0\x7d\x7f\x33\xe8\ -\xed\xed\xad\xa2\x52\xa9\x2f\x5e\x0e\x0d\x21\xc1\xc7\x43\x81\xc1\ -\x60\x28\x04\x02\xc1\x75\xdf\x21\xdf\xcd\x98\x51\x34\xe3\x7a\xa4\ -\x53\x18\xbc\xce\xad\x2d\xc8\xbf\x45\x4b\xd5\xbe\x03\xfd\xba\x0c\ -\x09\x44\x50\x14\x25\x9b\x4c\x26\xb9\x5a\xad\x56\x90\xc9\xe4\xfb\ -\xa1\xa1\xa1\x2b\xcd\xcd\xcd\x69\xb8\xba\x0b\x0e\x50\x5e\x80\x3c\ -\xe0\xde\x23\x3c\x8d\x08\x26\x11\x43\x22\x11\x58\x99\x72\x48\x89\ -\x21\x21\x21\xf4\xf4\xf4\xf4\x3a\x26\x93\x69\x77\xbb\xdd\xa4\xa6\ -\xa6\xa6\xbd\xe0\x5f\x70\x08\x25\x37\x5b\x3e\xd4\x56\xb5\xe8\x52\ -\xe2\xdc\x57\x31\x87\xc7\x2b\xd5\x42\xfd\x7e\x8d\xa5\xa5\xa5\xdd\ -\x65\x65\x65\xb3\x14\x0a\x85\xfa\x3f\xdf\x9a\x45\x83\xa4\xf3\x89\ -\x90\xb2\x37\xff\x03\xcf\x8f\xd1\xb0\x5d\x7a\x00\x2c\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x33\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xb0\x49\x44\ -\x41\x54\x78\xda\xa5\x93\x3f\x48\xc3\x40\x18\xc5\x5f\xa2\xd8\x74\ -\xab\xda\xc1\x3a\xd6\x55\xc4\xcd\x41\x10\xff\xd0\xad\x45\xa1\xe2\ -\x24\xae\x8e\xea\xe0\x20\xc5\x4d\xb0\xe8\xac\xb8\xbb\xa8\xb8\xd9\ -\xc1\x41\x67\x37\x05\xc7\x42\xc1\x0e\xd6\x52\x41\xcd\x35\x7f\x9a\ -\xb6\x97\x78\x5f\x22\xe1\x42\x1d\x0a\x7d\xb9\x7c\x97\xc0\xbd\xdf\ -\x3d\xbe\x5c\x14\xcf\xf3\x30\x88\x86\xa9\xe4\xb2\xd9\xef\x56\xcb\ -\x49\xec\xec\xed\x43\x96\xa2\x52\x55\xa1\xaa\x0a\x14\x05\x50\x10\ -\xdc\xa7\x27\x45\x68\x5a\xec\xe7\xae\x54\x1a\xf5\x01\x96\x69\x25\ -\x26\x52\x13\x58\x58\x5c\x82\x27\x03\x80\xc0\x28\x0a\x41\xc4\xf0\ -\xe7\xdb\x9b\x2b\x54\x2a\x95\x44\x98\xc0\x75\x5d\x68\x31\x0d\xda\ -\xc8\x10\x2e\x1f\x5e\xa3\x29\xfc\x42\x23\x48\xb1\x95\x99\x01\xe7\ -\xdc\xf7\x84\x00\x2e\x5e\xba\xdd\xae\xa0\x03\x9b\x2b\xd3\xb4\x3e\ -\x4c\x42\x3d\x72\xbd\xbf\x59\x3c\x98\x4e\x87\xd6\xfa\x9e\x48\x02\ -\xa2\x36\xed\x36\x99\x43\x79\x01\x81\x06\x5c\x02\x04\x90\xde\x04\ -\x2e\xe7\x3e\xd5\x10\x80\xeb\xfb\x27\xc8\x0a\xbf\x12\xa5\x10\x57\ -\x3e\x33\x47\x6b\xc9\xd3\x9b\x80\x19\x36\x32\xf3\xb3\xb2\x1b\x9e\ -\x64\x26\x56\xd3\x74\xfe\x49\xe0\x72\x70\x41\x3d\xdc\xdd\x46\x9f\ -\x22\x8f\xd4\x44\x1e\x34\xb1\x7f\x05\x9e\x68\x0f\x3a\x1d\x90\x8e\ -\x8a\xc7\x88\xc7\xe3\x61\x7c\x3a\x03\x24\x8a\xbd\x91\x5f\xf7\xe7\ -\xa9\x74\x3a\xda\x83\x8e\xd8\xdd\x69\xb7\x41\x2a\x97\xcb\xb8\x38\ -\x3b\x87\x65\x5b\x38\x28\x14\x20\x2b\x35\x39\x89\xda\x47\x8d\x3e\ -\x21\x79\x24\x80\xd8\xdd\x71\x1c\x90\x18\x63\x30\x4d\x13\x86\x61\ -\x40\xd7\x75\xc8\xf2\x84\xd1\x15\xd1\x93\xc9\x24\xde\xaa\xd5\x48\ -\x13\xbf\x18\xd3\xc7\xe8\x34\x32\x9d\xc1\xb6\x6d\x4a\xd4\x03\x20\ -\x30\x6d\x66\x5b\x16\xb8\x9c\x40\xe1\x7c\x99\x35\x9b\x8f\xba\xce\ -\xc6\x1b\x9f\x0d\xe4\xd6\x56\x41\xaa\xd7\xeb\x90\xf5\x5e\xab\x51\ -\x0e\x3c\xbf\xbc\x40\x1d\x52\x7f\x20\x34\xf0\xef\xfc\x0b\xfb\xd2\ -\x1e\xf6\x17\x50\x4f\x5c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\xcd\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x1b\xaf\x00\x00\x1b\xaf\x01\ -\x5e\x1a\x91\x1c\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x01\x04\ -\x03\x37\x10\xc4\x11\x57\xa9\x00\x00\x02\x4d\x49\x44\x41\x54\x78\ -\xda\x8d\x92\x5d\x48\x93\x71\x14\xc6\x8f\xdb\xda\x46\xd9\x6c\x64\ -\xbc\x9a\x8d\x9c\xe1\xa0\xde\x45\xc5\xd8\xdc\x47\xa9\x83\xa0\xe8\ -\xc6\xd8\xc2\xdc\x16\x61\x17\xa2\x42\x59\x5d\xd4\x55\xb9\x61\xd8\ -\xb2\x2e\x6a\xd0\x96\x8a\x84\xd4\x84\x48\xd8\x87\x35\x63\x2e\xc8\ -\xe6\x66\x60\x90\x46\x5f\x4c\x50\x59\x1b\x96\x0d\x63\x6e\xce\xd9\ -\x36\xdf\x7f\x7f\x76\x6b\x6d\xfb\xc1\x73\xf3\x3c\x9c\xc3\x03\xe7\ -\x14\x41\x01\x98\x4c\x0f\x24\xb5\xb5\xb5\x9d\x14\xa2\x8e\xc4\x62\ -\x2b\x2b\x91\x48\xc4\x3e\x3e\xfe\xc6\x68\x31\xf7\xad\x42\x3e\xd4\ -\x8d\xea\x43\x0b\x0b\xf3\x09\x8a\xa2\xd0\xf2\xef\x65\x64\x79\x64\ -\x4e\x6b\x75\x9a\x0f\x52\x59\x4d\x0d\x14\xc2\xe5\x2b\x1d\xe6\xa5\ -\x5f\x3f\x51\x32\xb9\x86\x7c\xbe\x89\x04\xb6\x4e\x61\x6d\xc3\xca\ -\xb6\xa7\x41\x6e\x18\x58\xb2\x70\x38\x0c\xa9\x54\x0a\xb8\xdc\x9d\ -\x1b\x4c\x26\xf3\x1d\xf6\x12\x58\x08\x30\x74\xc8\x01\x29\x3c\x40\ -\xa8\xd5\x2a\x63\x28\x14\xa2\x93\x42\x21\x70\xb6\x17\xb3\xaa\xf6\ -\x55\x55\xf0\xf6\xec\x7e\xad\x37\xe8\xf7\x8b\x25\xe2\x6b\x39\x1b\ -\x68\xb5\xda\x13\xd5\xd5\xd5\x5b\x02\x81\x59\xb8\xd3\x73\x2f\xdb\ -\xa2\x92\x5f\x79\x8e\xc7\xdb\x1b\x14\x08\x04\x33\x73\x73\xf3\x27\ -\x73\x2d\xa0\x8b\x44\xa2\xe6\xf1\xb7\x3e\x60\xb2\xb7\x82\xd7\x3f\ -\x09\xd3\xd3\x1f\x81\x57\xc1\x83\x92\x12\x0e\x37\x30\x1b\xd8\xb0\ -\x3e\xb5\x9a\xff\xb9\xa0\x74\x57\x29\x6d\xcc\xe3\xee\x56\xc8\xe4\ -\x75\x9a\xa6\x46\xf0\xe1\xe1\xc3\x07\x49\x58\x4f\xad\x03\x9d\x41\ -\x87\x60\xf0\xfb\x9f\xe6\xf3\x17\x4c\xd1\x68\x74\x70\xd3\x70\x5b\ -\x7b\x6b\x31\xbe\xf1\x73\xbf\xdf\x87\x5c\x2e\x17\xca\x64\xd2\xc8\ -\x3d\xe6\x5e\x6b\x38\xdd\xf0\x4d\x59\x5f\x67\xe7\x72\xb9\x37\x01\ -\x40\x89\xc5\xdc\x34\xdc\xdd\xdd\xc5\xf7\x78\xdc\x33\xbd\xbd\x16\ -\x24\x57\xc8\x91\x77\xc2\x8b\x86\x86\xac\x93\x38\x52\x60\xed\xc8\ -\x5e\xe5\x7f\x18\xba\xf4\xc7\x1d\x4e\x5b\xe4\x52\xc7\x45\x44\x94\ -\x11\xc8\x6c\x79\x88\x9c\x23\xce\x4f\x38\xe2\x43\x1e\x68\x9d\x86\ -\x1b\x57\x9f\x58\x07\x53\x4d\x9a\xb3\x88\xc3\xe1\xa0\x96\xd6\x16\ -\xf4\xd2\xf5\x62\xa9\xbc\xbc\x4c\x0a\xf9\xb8\x6d\xbc\x75\xbd\xb7\ -\xdf\x82\x74\x3a\x2d\x22\x49\x12\xa9\xce\xa8\x90\xcd\x31\x9c\x94\ -\x48\xc4\x9a\xec\xb7\xe5\x81\x41\x10\x44\x5b\x7c\x35\x06\xa9\x74\ -\x06\x6a\x64\x12\x50\x2a\xeb\xa9\x81\xfe\xc7\x3d\x53\x53\xef\x87\ -\x71\x8e\xf2\x2e\x60\xb2\x58\x73\x90\x28\xe2\x1f\x3d\x26\x05\x36\ -\x9b\x85\x9c\x8e\x91\x81\xd1\xd1\x57\x77\x71\x96\x81\x02\x60\x2c\ -\x2e\xfe\x68\x07\xa0\xfa\xe2\xf1\x78\xd9\x97\xcf\x5f\x9f\xd9\x6d\ -\xce\xfb\xd8\x5f\x83\x02\xf9\x0b\x42\xfe\xed\xe8\x4e\x9a\xba\x8a\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x97\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x01\x16\ -\x00\x08\x07\xb7\x87\x48\xac\x00\x00\x02\x17\x49\x44\x41\x54\x38\ -\xcb\x85\x93\xb1\x4e\x1b\x41\x10\x86\xbf\x5d\x9f\x2d\xe2\x20\xc5\ -\x8d\x79\x02\x90\xd2\x41\x91\x22\x52\x9a\x10\x4a\xa4\x94\x20\x90\ -\x12\x90\x22\x68\xa1\xc8\x0b\xe4\x09\xa8\xa0\x77\x64\x1e\x80\xc6\ -\x65\x14\x0b\x88\xc2\x13\x24\xc8\x0d\xb6\x14\x53\xd8\xd8\x17\x9b\ -\xf3\xdd\xf9\xec\xfb\x53\xc0\x59\xc6\x16\x64\xa4\x6d\x76\xff\xf9\ -\xe7\x9b\xd5\x8c\xc9\xe7\xf3\xcf\x1b\x8d\xc6\x4b\x40\x3c\x1e\xe9\ -\x74\x3a\xfd\x26\x8a\xa2\x32\x40\x3e\x9f\xff\xdd\x68\x34\xbc\xe4\ -\x71\x45\xff\x89\x62\xb1\x28\x49\x3a\x3a\x3a\x92\x24\x01\x2b\x49\ -\xb2\x03\xc4\x00\xf5\xeb\x6b\x1c\xc7\xc1\x5a\x8b\x35\x06\x63\x2d\ -\xd6\x5a\xbc\xdb\x5b\x24\xd1\x8f\x22\x3e\xed\xec\x70\x78\x78\x48\ -\x92\x03\x60\xc7\x18\x1f\x9c\x4c\x3a\x4d\x26\x93\x61\x6e\x6e\x8e\ -\xf9\xf9\x79\xce\x4e\x4f\x19\xf4\xfb\xec\xee\xee\x92\xcb\xe5\xde\ -\x4f\x19\x58\x6b\x49\x59\x8b\xb1\x77\x57\xcd\x66\x93\x1f\xe7\xe7\ -\x94\x4a\x25\x6a\xb5\x1a\x07\x07\x07\x54\x2a\x15\x7a\xbe\xaf\x6a\ -\xb5\xba\x9f\xc9\x64\x3e\x03\x18\x60\x59\xd2\x37\xd7\x75\x49\x39\ -\x0e\xd6\x18\x9e\x65\xb3\x20\x61\xad\x45\x80\x91\x90\x31\xf4\x3c\ -\x8f\x9e\xef\x93\xcd\x66\xe5\xf7\x7a\x66\x71\x71\x71\xd3\x49\x08\ -\x4c\x2a\x75\x47\x60\x0c\x92\x08\xc3\x90\x30\x08\x88\xe3\x98\x38\ -\x8e\x11\xa0\x38\xc6\xde\xeb\x5c\xd7\xa5\xd5\x6a\xfd\x1d\xb5\x90\ -\xe0\xdb\x54\x8a\x41\x14\xd1\xf3\x3c\x6a\xb5\x1a\x95\x4a\x85\xcb\ -\xcb\x4b\xf6\xf7\xf6\xe8\x74\xbb\xcc\xcc\xcc\xa8\xd5\x6a\x99\x85\ -\x85\x85\xed\x20\x08\x4a\xdc\xb7\x20\xcf\xf3\xe4\xfb\xbe\xfa\xfd\ -\xbe\xa2\x28\xd2\x60\x30\x50\x1c\xc7\x92\xa4\x72\xb9\xac\x9f\x17\ -\x17\xea\x76\xbb\x6a\xb7\xdb\x02\xbe\x4c\x7d\xa2\x31\x06\x6b\xed\ -\xd4\x04\x75\x3a\x1d\x6e\x6e\x6e\x58\x5a\x5a\x02\xe0\xe4\xe4\x04\ -\xe0\xfb\xb8\x66\x59\x92\xfc\x20\x78\x50\x7d\x38\x1c\x4a\x92\xea\ -\xf5\xba\x56\x57\x57\x15\x86\xa1\x36\x37\x37\x74\xdd\x6c\x0b\x78\ -\x3b\x65\x10\x8c\x19\x0c\x87\xc3\x11\x7e\x32\x7d\xc7\xc7\xc7\x92\ -\xa4\xf5\xf5\xb5\xf3\x49\xca\x65\x49\x0a\xc3\xf0\x41\xf5\xc4\xa0\ -\x50\x28\x8c\x46\x7a\x6b\xfb\xe3\x15\x30\x3b\x9e\xec\x3c\xb1\x40\ -\x48\x62\x76\xf6\x4e\xbf\xb5\xfd\xe1\xea\x6b\xa1\xf8\x1a\xb8\x9d\ -\xd4\xbd\x7b\x6a\x91\x7e\x55\xff\x68\x63\x7d\xed\x6c\xb2\xf2\xe8\ -\xf3\x73\xb9\xdc\x0b\xd7\x75\x5f\x8d\x2f\xc8\x44\xc4\x40\xf9\x31\ -\xca\x7f\x44\x43\x9b\x7a\xd0\xb0\xfb\x4a\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x9c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x19\x49\x44\ -\x41\x54\x78\xda\x85\x90\x49\x68\x14\x41\x14\x86\xff\xea\x9e\x25\ -\x8a\xcb\x55\xec\x0e\x18\x15\x45\x04\x49\xbc\xc8\xe0\x41\x2f\x7a\ -\x17\x04\x15\x02\x62\xf0\x62\x60\xd4\x44\xe3\x32\x78\xc8\x21\x46\ -\x23\x18\x84\x0c\x06\xa2\x04\xdc\xc0\x60\xf4\x22\xb8\x44\x51\xf0\ -\x20\x9e\x3c\xe8\x68\x8f\x81\xc0\x08\x26\xb8\x1c\x9c\xc1\xc1\xb1\ -\xab\x7b\xe6\x59\xaf\xe8\x4a\x93\x31\xe0\x6b\xfe\xfe\xbb\xaa\xfa\ -\xff\xde\xa3\x04\x11\x81\x4b\x08\xd1\xaa\xcc\x51\xd2\x4b\xfc\xbf\ -\x38\x38\x9b\x30\x2b\xd7\x75\xd7\x7d\x9a\x9e\x7e\xee\xff\xf1\x45\ -\x84\x60\x28\xf4\xc3\x3b\xfa\x3b\xf6\x44\x32\x49\x4b\x5a\x5a\x76\ -\xcc\x03\x6c\xdb\x16\x81\x0c\xec\x5f\xd5\x2a\x2c\x4b\x28\xd9\x91\ -\x5b\x5a\xa2\x19\x90\x48\x10\xaf\x0c\xc0\x8c\xcd\x3f\x2b\x98\xc5\ -\x00\x76\x0e\x6a\x59\x91\x1b\x00\x7f\x73\xc5\x80\x68\x53\x4d\x12\ -\x01\x22\x71\xc0\x4c\x60\x14\x03\x84\xb5\x00\x60\x09\x1d\xd6\x10\ -\x15\x62\xf9\x52\xe2\xfa\xd8\x28\x3a\xf7\xef\x31\xfb\xec\x8b\x4f\ -\xc0\xdd\xb8\xab\xd1\xc3\xbb\x03\x08\xfc\x00\xdb\x37\x12\x66\xbc\ -\x65\xb0\xe3\x49\xf4\x79\xf3\x1d\x98\x03\x0d\x7a\x32\x39\x88\x95\ -\xfe\x63\xf4\x8d\xfc\xc4\xb1\x4e\x07\x5d\x47\xf2\x26\x64\xba\xeb\ -\xe2\x9d\xb8\x22\xc0\xd4\x83\x21\x2c\xad\x4d\xa1\x67\xf8\x3b\xf2\ -\xa7\x56\x23\x10\x2e\xda\xdb\x3b\x4c\x03\x33\x05\x2d\x7a\x89\x4f\ -\xef\x0f\x61\xb9\x7c\x81\xde\x2b\xdf\x30\x76\x6e\x0d\xbc\xaf\x0e\ -\x0e\x9f\xb8\x65\xba\xce\x3b\x11\xe1\x1f\xc0\xa3\x89\x0b\x58\x11\ -\xbe\xc6\xf1\xcb\x5f\x30\x7a\xd6\xc1\xc7\x39\x35\x7a\xef\x6d\xa4\ -\xd3\xe9\x66\x80\xa9\x18\xb0\xb5\xed\x47\x57\xfa\xf7\x33\x74\x5f\ -\x9c\xc1\x78\x7f\x1b\x3e\xcc\xb9\x38\xd4\x73\x03\xa9\x54\x0a\xa6\ -\x4a\xa5\x12\xa4\x94\xa8\xd7\xeb\x0c\x6d\x00\x90\x7a\x94\xee\x7d\ -\xad\xc3\xf7\xee\x8c\xf8\x9b\x37\xad\xa5\x97\xe3\xdb\x28\x7f\x7e\ -\x2f\x55\xab\x55\x0a\x82\x80\xc2\x30\x24\x15\xa0\x46\xa3\x41\x85\ -\x42\x41\x7b\xad\x56\xa3\x5c\xee\xcc\x4d\x00\x36\x83\xb3\x1d\x1b\ -\xf0\x7e\xf7\xae\x9d\xe1\xbb\xb7\xaf\x28\x3f\x78\x80\x2a\x95\x0a\ -\xa9\x4e\x0b\x00\x5c\x0c\xe0\x70\xdf\xe9\x93\x13\x3c\xbd\xb9\x87\ -\x55\x42\x88\xd9\x2d\xeb\x53\x9f\xaf\x5e\x3a\xd8\xdc\xd9\x74\xd7\ -\xf2\x3c\x4f\x66\x8f\x66\xaf\x01\x48\x72\x98\x25\xf8\x95\xc9\x64\ -\x9c\x62\xb1\x98\x2b\x97\xcb\x93\x00\x42\x25\x11\x09\xec\x46\xd1\ -\xd9\x1b\x95\x91\x88\xea\x2f\xfb\x5c\xf8\xbd\xf0\xc1\x4d\x21\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x1d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x9a\x49\x44\ -\x41\x54\x78\xda\x85\x53\x7d\x48\x13\x61\x1c\x7e\xef\x63\x97\xf3\ -\xce\xf3\x74\xbb\x70\x29\xe7\x44\x9c\x78\xa3\xb4\x95\x95\x84\x20\ -\xad\x0c\x16\x29\x04\xfd\x95\x0a\x6a\x12\x41\x45\x82\x7d\x88\xff\ -\x44\xf4\x47\xb4\xa2\x12\x2c\x02\xa3\x7f\x4c\xc8\xa0\x0f\x43\x08\ -\x22\x2a\x9a\x45\xa6\xd1\x6d\x8d\x48\x1a\x4e\x70\x73\x53\xbb\xe6\ -\x07\xee\x6e\x6d\x77\xbd\x0b\xaf\x06\x71\xf5\xc0\xc3\xef\x7d\x7f\ -\xef\x73\xcf\xfb\xbe\x0f\xef\x01\x55\x55\x75\xe9\x74\x3a\x6b\x78\ -\x9e\x67\xd3\xe3\xb9\x89\x8b\xeb\xa3\xef\x9d\x1c\x80\xc8\xd0\xfc\ -\x99\x2c\x76\xda\xf3\xb5\x31\xcb\xb2\x0c\xcf\x66\x39\x08\x1c\xf9\ -\x4e\xd3\xf4\xe5\x27\xc7\xc0\x3a\xc5\x53\x33\xa3\xbe\xe3\x62\x8a\ -\x37\x3b\x94\x0c\xa0\x43\x8b\x33\xb6\xed\x69\x2d\x0e\xd6\x90\xc0\ -\x88\x7a\x04\x41\xee\x0d\xef\x01\x07\xae\xd8\xc0\x96\x98\x89\x5b\ -\x09\x14\x37\xc8\x87\x9a\x5b\x4e\xba\xdd\xee\x33\xe5\x63\xf7\xab\ -\x19\x0b\xb0\x4c\x4b\xa0\x98\xaf\x04\x1d\x74\x61\xea\x45\x2c\x5c\ -\xb0\xf3\xb7\x41\x0e\xeb\xdd\x34\x75\x1c\x75\x8c\x06\x8c\x5f\xc3\ -\xfb\xba\x1f\xd8\x37\x56\xe6\x87\x3c\x1e\x81\x24\xc9\x7a\xa3\xd1\ -\x78\xa4\xac\x53\xbd\x01\x65\xb3\x2c\x00\x1f\xe0\x46\x0f\x7f\x04\ -\x94\x68\x76\x96\xbc\x1f\x05\x23\x08\xf2\xed\x0e\x33\xa6\xd0\xb4\ -\xf1\xf4\x47\x7b\xdf\x2e\x9e\x3f\xdc\x94\x1a\x6f\x10\x04\x81\xc6\ -\x71\xbc\xdf\xe5\x72\xc9\xe1\x70\x78\x2f\xc8\x80\xec\xe1\xdc\x58\ -\x3c\x4e\xaf\x8a\xb1\xc7\xf8\x8b\x00\xf5\xbc\x6e\x73\x55\x05\x52\ -\xfb\x72\x9b\x49\x38\x9a\x8b\xe4\x45\x7b\xdf\x8a\x60\x75\xe8\xd9\ -\x50\xd0\xeb\xf5\x16\x98\x49\x62\x74\x96\x22\x9d\x07\xb7\x22\xcc\ -\x40\x9b\xe1\x94\xa1\x80\x6c\x37\x90\x32\xb5\x12\x8f\x37\x32\xbb\ -\x55\x01\x8c\x0e\x54\xf8\x94\xd7\xe5\xf1\xc5\xa7\xf5\xbf\x42\xe9\ -\xed\x70\x15\x59\x2c\x96\x42\xb8\x51\x55\x6b\x8d\xb5\xb5\xdd\x9e\ -\x35\x78\xb6\x1a\xa8\xb1\x6e\x34\xa9\xdc\x34\xc9\x72\x3f\x71\xdb\ -\x7f\x15\x18\xb4\xc0\x91\xf1\x91\xe6\x5c\x5b\xde\xe7\x37\x54\x62\ -\xb9\x4c\x9a\xc4\x54\x29\x88\xe1\x0a\x35\xaf\x20\x09\x23\x46\xac\ -\xc8\x20\xbe\x90\x4c\x0c\x86\x52\x78\xd2\x56\x3b\xd3\xd5\xf7\xc8\ -\x9a\xfe\x28\x13\x88\xd6\x80\xc1\x80\xe9\x0b\x5c\x53\x0e\x66\x72\ -\x20\xcc\xd2\xf8\xf0\xab\xc8\xdc\xf5\xc9\x72\x31\x12\x89\x70\xa2\ -\x28\xb6\x95\x96\x96\xba\xfc\x7e\x7f\x11\xd4\x47\x32\x0d\x74\x1f\ -\x11\x04\x0e\xb9\xc1\x6a\xb5\xd6\x31\x0c\x73\x3e\x2d\x2d\x29\x29\ -\xe9\x51\xcf\xd5\xe1\x99\x3a\x14\xe8\x00\x2e\x26\x61\x11\x83\xc1\ -\x60\x48\x92\xa4\x2f\x28\x8a\x86\xcd\x66\x73\xcb\xc2\x52\xac\x67\ -\xa1\xcb\x21\x68\x3a\xcd\x40\xcf\x44\x82\x65\x16\x5e\x6f\x0a\x1a\ -\x4c\xf8\x7c\x3e\xdb\xdd\x4f\xe2\x32\xec\x8d\x89\x27\x76\xd0\x9a\ -\xe8\x9f\x5c\x83\x99\x20\x88\x4e\x58\x15\xf8\xb0\xae\xfd\xfd\x2f\ -\xfc\xdf\x04\x81\xb4\xc3\x53\x04\x28\x8a\x9a\x4f\x9f\x5c\xdf\x40\ -\xdf\x04\x83\xbc\x05\x99\x9e\x34\xea\x87\xa8\x9f\x47\x0a\x96\x4b\ -\x90\x51\x8e\xe3\x8a\xb4\xfe\x4f\xd0\x7f\xb2\xa2\x76\x4b\x2d\x9d\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x98\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\x01\ -\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdb\x03\x16\ -\x0d\x2f\x17\x1f\xe8\x1a\x26\x00\x00\x03\x18\x49\x44\x41\x54\x38\ -\xcb\x95\x91\x5b\x48\x54\x79\x00\xc6\xbf\xff\xb9\x75\x66\x74\xbc\ -\xa1\x8e\xc5\xd4\x76\x11\x95\xc8\xb6\x8b\x96\x9a\x1b\x95\x3d\x2c\ -\x46\x45\x14\x64\x81\x15\x4d\x17\xb6\x76\x89\x2e\x18\x42\x3d\x2e\ -\x6b\x76\xa3\x88\xda\x82\x0a\x97\xdd\xda\x92\x22\x12\xcb\xca\x8a\ -\x28\x2b\xd4\x32\x71\xcc\xc6\xd4\x99\x1c\x2f\xa3\x35\x37\xce\x6d\ -\xce\x9c\x39\x73\xf6\x61\x2b\x02\x21\xf0\xf7\xf6\xbd\xfc\xbe\x0f\ -\x3e\x82\xcf\x78\x06\x3c\x98\x6c\x9b\x0c\xbf\xef\x63\xa9\x20\xc9\ -\x7b\x5a\x5e\x77\xe4\x49\x92\xc2\xa7\xa5\x26\x7e\x48\x4f\x49\xa8\ -\x97\x55\xed\xd0\x4f\x8b\x8a\x55\x42\x08\xbe\x85\x00\x40\x6f\x6f\ -\x0f\x66\xcc\xc8\xc4\xf0\xd0\x60\xfd\xdd\xc7\x2d\xcb\x93\x53\x52\ -\xc5\xc2\x82\xf9\x34\xc7\x70\xb1\xce\x6e\x97\xda\xe1\x78\x47\x71\ -\x46\x30\x31\xde\x44\x15\x97\xad\xdf\xd8\x3a\x46\x00\x00\xfd\xfd\ -\xae\xab\x37\xef\xb7\x95\xac\x5f\xb7\x32\xa6\x47\xf5\x30\x28\xa2\ -\x19\x06\xa2\x34\xc3\xe9\x82\xa4\x50\xbd\x6e\x2f\xeb\x72\x3c\x99\ -\x16\xd3\x04\x5b\x34\x1a\xf5\xee\xdd\xb3\xef\x7f\x41\x6b\x6b\x0b\ -\x4c\x26\xd3\xac\x76\xe7\x50\xdb\x9c\xfc\x45\x1e\x86\x21\x02\xcb\ -\x32\x12\xc7\xd1\xb2\xd7\xeb\x25\x07\xf6\x57\xce\xb9\x7e\xb3\xa6\ -\xdb\x33\x20\x19\x4f\x9e\xb7\x59\x16\x4e\x27\xa3\x45\x85\xc5\x25\ -\x5f\x8a\x99\xbc\xbc\x7c\xbc\x69\x6b\xfe\x35\xa0\xc5\xf7\x89\xaa\ -\x1e\x88\x63\x58\x5f\x5c\x1c\xeb\x3b\x79\xec\x74\x76\xa7\x73\x20\ -\x4d\x23\x9c\xca\x33\xf0\xa4\x25\x71\xd6\x1f\x32\x67\x0e\x3e\x7c\ -\x56\xbb\x94\xe6\x29\x4e\x0f\xc7\x22\x00\x40\x01\xc0\x27\x7f\xa8\ -\xc0\x39\x4a\xb9\x55\x83\x1e\xae\xbf\xd3\x60\x6c\xde\xb4\xbb\xc8\ -\x1f\xe6\x23\x99\xb3\x0b\x3b\xd5\x48\x54\xa0\x81\x26\x97\x1a\xbb\ -\xe2\x8f\x10\x67\xff\xc7\xb0\xd7\xbe\x79\x4b\xfe\xd7\x05\x00\x20\ -\x0a\x22\x19\x15\xe3\x03\x0d\x5d\x72\xcb\x92\x79\x39\xdb\xba\x06\ -\x95\x17\xbe\xa0\x2c\xfb\x14\x9f\x26\xc9\xe1\x49\x34\xf0\x29\x64\ -\xa2\xdc\x84\xa3\xac\x0c\x43\xeb\x41\x51\xa0\xbe\x08\x28\x00\x88\ -\xa8\xa2\xc3\x4c\x47\x12\x78\x26\xc6\x5b\xa6\x65\x9e\x3d\x7e\x78\ -\x43\xc6\x86\xd5\x0b\x92\x65\x49\x8d\xc4\x74\x3d\xc6\x01\x61\x9e\ -\xa5\xd4\x24\x33\xcb\x6b\xe2\x48\x7a\x20\x10\xfa\xfa\x04\xf5\xcf\ -\x95\xbf\x11\x08\x0a\xe7\x72\x92\x43\x73\x6d\x16\x76\xba\x3b\xa0\ -\x79\x9b\x15\x7d\xff\xd2\xc5\xb9\x2f\xfe\x3a\xb5\x23\x37\x27\x6b\ -\xaa\x0e\x20\x9c\x41\x23\x5d\x0a\x29\x36\xd5\xef\xea\x6a\xb8\x73\ -\x5f\x19\x73\x63\x53\xd3\xd3\x47\x3d\x42\x6a\xa2\xdf\x64\xfd\x77\ -\xe6\x5c\x4b\x33\xcf\x52\xc3\x56\x86\xa8\x53\x19\xb2\x57\x34\x0c\ -\xe7\xfb\x11\xd8\x6a\xcf\xfc\xfe\x5b\x8f\xe3\x65\xde\x04\x9e\xef\ -\xae\xbd\x76\x03\x00\x40\x03\xc0\xd1\x63\xd5\x28\x2b\xdb\x58\x53\ -\xf4\xe3\x94\x5d\x3d\xef\x87\x72\x14\x26\x5b\x49\x4d\xe0\x38\x8b\ -\x99\x24\x05\xa3\x18\x79\xd5\x3e\x3a\xaf\xfe\x52\xf5\x2f\x13\x53\ -\x26\x74\xd0\x34\xfd\xea\xf2\xc5\x1a\xd7\x98\x05\x07\x2b\x2b\x70\ -\xe4\x8f\x6a\xd8\xed\xe5\xbb\x14\x0d\xfb\xd8\xf8\x0c\x2b\xc7\xf3\ -\x8a\xa1\x0a\x66\x39\x38\xf8\xe0\xea\xf5\xda\x2d\x6f\x5a\xdb\x83\ -\x6f\xbb\x3a\x71\xbb\xee\x56\xee\xb2\x65\x3f\x3b\xb6\xdb\xb7\xe2\ -\xbb\xac\x59\xbb\xda\xfc\x6d\xae\xa8\xa8\x58\xd5\xd7\xd7\x67\x9c\ -\xbf\xf0\x67\xb4\x64\xf9\x92\x94\xed\x3b\xed\x18\x37\x55\x55\x55\ -\x95\x6e\xb7\xcb\x38\x7e\xe2\xe8\x08\x00\x42\x8f\x57\xd0\xd8\xd8\ -\xf8\x2c\x2b\x2b\x3b\xbb\xb4\x74\x45\x81\xd5\x9a\xb6\x18\xe7\x2f\ -\x9c\x1b\x97\xa0\xbc\xbc\x1c\x00\x50\x57\x57\x77\xef\xd1\xe3\xc6\ -\xd7\xff\x01\x8d\x8f\x65\x10\x93\x61\xb2\x89\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x04\x03\x00\x00\x00\xed\xdd\xe2\x52\ -\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\x01\ -\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\ -\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\x70\ -\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x27\x50\x4c\x54\ -\x45\xff\xff\xff\x88\x88\x88\x88\x88\x88\x88\x88\x88\x91\x92\x90\ -\xba\xba\xb9\xc0\xc1\xc0\xc5\xc5\xc5\xd0\xd1\xd0\xec\xec\xec\xed\ -\xed\xed\xee\xee\xee\xff\xff\xff\xb9\x4f\x24\x17\x00\x00\x00\x03\ -\x74\x52\x4e\x53\x00\x3b\xd8\x4e\xcc\x71\x00\x00\x00\x00\x31\x49\ -\x44\x41\x54\x08\xd7\x63\x60\x20\x02\x08\x19\x83\x81\x22\x83\xfa\ -\xec\xdd\x40\xb0\xb3\x88\xc1\xea\x98\xc7\x19\x20\x58\xcc\x60\x7d\ -\x26\x06\xc4\xd8\x8c\x85\x01\x57\x03\xd7\x05\x37\x07\x37\x00\x00\ -\x1a\x7b\x26\x85\x0e\x97\x44\x8d\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\xf3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x70\x49\x44\ -\x41\x54\x78\xda\xc5\x93\x4f\x6b\x13\x51\x14\xc5\xcf\xcc\x7b\xd3\ -\x24\x93\x4c\x9a\x3f\xa6\x49\x4c\xad\xb6\x49\x8a\x35\x44\x6d\xb1\ -\xb5\x62\xa9\x0a\xda\x0f\x10\x77\x5d\xb8\x15\x37\x7e\x81\x6e\x0a\ -\x62\xa5\x76\xe5\x4a\xc1\x4d\x37\x2e\xdc\x74\x29\x15\xec\x46\xa8\ -\x2e\xac\x22\x4a\x17\x45\x8b\xad\xd8\xa2\x92\x26\x93\x64\x32\xd3\ -\x99\xc9\x7b\xcf\x71\xc4\x8d\x0b\x41\xba\xf0\x07\x17\x2e\x87\xcb\ -\xe1\x5c\x2e\x57\x12\x42\xe0\x20\xc8\x38\x20\xf4\x77\x33\x77\x7f\ -\xb1\x57\x26\xec\xfa\x17\x97\xaf\x67\x53\x29\x25\x12\x0a\xd2\x80\ -\xa2\xd0\x2e\x4a\xfd\xd2\x2d\xc3\xda\xfe\xb6\x67\x0c\x45\xd5\xb3\ -\x8f\x5f\xae\xde\x79\xba\xb0\xf0\xdd\x37\x98\x9f\x9f\x97\xca\xe5\ -\xf2\xe0\x4e\xed\xeb\x83\x8d\xb5\x57\x17\x25\xbb\x8d\x77\x8e\x0b\ -\xe9\xcf\xa8\xb2\xec\xd7\x76\xae\x0f\xc9\xbe\xfe\x12\x80\x29\x5f\ -\x2f\x16\x8b\xd3\xb5\xba\x3e\xd7\x68\x5b\x43\x8a\x42\xf6\x05\xe3\ -\x22\x9b\x4d\xf3\x4c\x22\x21\x8e\x1d\xc9\x89\x52\xb1\x20\x8e\xa4\ -\xd3\x3c\x99\x88\x71\x35\x18\xe0\x8e\x63\xed\x77\xc9\x72\x79\xe6\ -\xd6\xed\x1b\x7e\x82\x4a\xa5\xf2\xe8\xfc\xf4\xb5\xc2\xe4\xe5\x2b\ -\x95\xf1\x89\x09\x68\xa1\x20\x56\x96\x96\xa4\xb8\x5e\xc5\xc0\xd1\ -\x01\xa8\xa1\x10\xd6\x37\x36\x24\xfb\x70\x1e\x85\xd1\x73\xe8\x30\ -\x16\x74\x3a\x2c\xf3\xe6\xc5\xea\x20\x3c\xfc\x2b\xcc\x3c\x5c\x7c\ -\x5e\xe8\xef\x2f\x45\xd5\x20\x49\x46\x35\xd2\x6c\x5b\xbc\x61\x5a\ -\x30\x1d\x5b\x08\x48\x92\x37\xc4\x19\xff\x85\xcb\x98\xf8\xa9\xe8\ -\x86\xf9\x69\x76\xfa\xea\xb8\x6f\x70\xef\xc9\x33\xf1\x61\x6b\x0b\ -\xf5\xbd\x2a\x98\xdb\xf9\xfb\xd9\x28\x45\x24\x1a\xc5\xe8\x60\x1e\ -\x86\x69\xc5\x48\x6e\x64\x34\x9f\x8c\xc5\x6e\xc6\xbb\xbb\x21\x76\ -\x37\x41\x0c\x1d\xa9\xa0\x84\x64\x17\x10\xa7\x02\x3d\x21\x02\xb9\ -\xa9\x43\x75\xdb\xc8\x1f\x8a\x21\x02\x07\x63\xc3\x23\xc8\xa4\x7a\ -\x50\xab\x56\x5f\xcb\xae\xc3\xa6\x38\x04\xde\xae\xad\xc1\xb1\x6d\ -\x44\x22\x11\x28\x94\xc2\x6a\x99\x68\xd6\x75\x70\x87\x41\x0b\xab\ -\xd0\xb4\x28\xda\x46\x0b\x8d\x6a\x15\x2b\xcb\xcb\x68\x5a\x16\x08\ -\x21\x13\x54\x50\x69\x72\xdf\x76\xa1\x12\x0e\x25\x10\x40\x38\x18\ -\x02\xa1\x04\x61\x4d\x43\xc8\xeb\xf5\x5a\x1d\x90\x81\x6c\x3a\x03\ -\xc3\x32\xa0\xc5\x12\xf8\xd8\x30\x61\xda\x0e\x64\xa2\x9c\xa2\x42\ -\x96\x8f\x5b\x8e\x03\x05\x02\xa4\x2b\x80\x78\x32\x01\x49\x82\x9f\ -\x22\xe6\xed\xda\xdb\x9b\x03\x63\x0c\xae\xd3\x81\x24\x13\x7c\xde\ -\xdd\x81\xaa\x6a\x68\x7b\x06\x12\x25\x7d\xd4\x6e\xb5\xcc\xee\x64\ -\x00\x27\x86\xc7\x3c\xd1\xf6\x06\x6d\x30\xc1\x61\x73\x01\xcb\x95\ -\x81\x0e\x87\xcb\x00\xc1\x29\xe4\x48\x1c\xb9\x52\x1a\xd1\x70\x18\ -\x42\x08\xec\xd5\x5b\xba\x74\xe6\xc2\xa5\xc9\xe2\xc9\xd3\x77\x09\ -\x21\x14\xff\x00\xf3\xd8\x5c\x7f\x3f\xfb\xff\xbf\xf1\x07\x0b\xf0\ -\x0f\xe3\xca\xe4\xdf\xbd\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x07\xe4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x76\x00\x00\x03\x76\ -\x01\x7d\xd5\x82\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x07\x61\x49\x44\ -\x41\x54\x78\xda\xc5\x97\x6b\x6c\x14\xd7\x15\xc7\xff\xe7\xce\xcc\ -\xee\xec\xae\x1f\xeb\xc7\x62\x30\x26\x3c\x64\x67\x21\x24\xd0\x00\ -\x01\x85\x2a\x12\x52\x24\x54\xe5\x5b\xd5\x82\x22\xd4\x36\x54\x6a\ -\x9b\xb6\x28\xad\x08\x7d\x24\x6a\x25\x44\xd5\xa4\x1f\x92\xd0\x2a\ -\x69\x28\x8a\x92\x3e\x92\xb6\x48\x45\x4d\xdb\x7c\x48\xa5\x56\x51\ -\x9b\x84\x84\x36\x3c\x02\xa6\x84\x87\x03\x36\x60\x9b\x35\xbb\x6b\ -\xf6\x35\xbb\x3b\x33\xf7\xde\xd3\x1b\x77\x65\x61\x84\x8d\x1b\x3e\ -\xe4\x27\xfd\x74\xe6\xcb\xcc\xf9\xdf\x73\xe6\xc3\x0c\x31\x33\x6e\ -\x0d\x22\xe0\xe3\x3f\x64\xd6\x01\xf6\xef\xdf\x6c\xf5\xa5\x06\xee\ -\x8b\xda\x2d\x9b\x1c\x77\xfe\x7a\xd7\xed\xe9\x8e\xc4\x17\x74\xd8\ -\x76\x1b\x05\xfe\x95\x62\xe8\x5d\xca\x48\xef\xd2\x7b\x7e\x79\x70\ -\x5f\xc6\x6d\x79\x63\xc3\x86\x7f\xc8\x59\x07\x18\x1d\xfd\xc5\x5d\ -\x7e\xf5\x4c\x79\x71\xef\xcf\x86\x70\x1d\x47\x8e\xac\x89\x3b\x55\ -\xf5\x6d\x30\xed\x48\xba\x3d\x1d\x89\xb8\x83\x58\x32\x0a\x3b\x96\ -\x82\x15\x6f\x07\x21\x0a\xe5\x87\xd0\x81\x42\x50\xae\xc1\x1b\xbf\ -\x82\x7c\xe6\xc0\x55\x84\xea\xa7\xca\xab\xee\x5e\xf1\xc5\x8c\x77\ -\xd3\x00\xe7\x07\xb6\x0f\x46\xb5\x58\x94\x2b\x1e\xd8\xbd\x72\xed\ -\xbf\x77\xa0\x41\xff\xdb\xab\x1e\x24\xf0\xee\xb6\x68\x6a\x5e\xe7\ -\xc2\x3b\x61\xb9\x0a\x60\x1f\x33\x42\x11\x13\xa6\x03\xc5\x8b\xe7\ -\x90\x1b\x7c\x6b\x8c\x58\x7e\x77\xd9\xa6\xe1\x57\x66\x0c\x70\xec\ -\xf0\xbd\xc5\xa5\x3d\x1b\x5b\x46\x47\x8e\xa2\x22\x33\x4f\xad\x58\ -\x77\xf8\xb1\xe3\xef\xae\x7e\xd2\xd5\xf6\xf7\xe7\x75\x2d\x46\xb4\ -\x35\x09\x80\xf1\xff\x21\x20\xab\xcd\x18\x3b\x7d\x00\xc5\xec\xd0\ -\xb3\x77\xbb\xa3\x8f\x62\x13\xab\x1b\x06\x38\x7e\x68\x5d\x31\x3d\ -\x6f\x7d\x8b\xd6\xc0\xe5\xcc\x19\x78\xe1\xd8\x99\xa4\xdb\x9b\xee\ -\xec\xec\x06\x59\x35\xdc\x12\x9c\xc0\xc8\xc9\x53\x18\x38\x75\xf8\ -\x6f\xb1\x52\xf6\x81\x0d\x3b\xa7\x86\xb0\x01\x03\x03\xda\x57\x60\ -\xf2\x31\x37\xb5\x0c\x61\xb0\x34\x1d\x89\x02\xac\xab\x46\x60\x12\ -\x86\x81\x1b\x95\x00\xe5\x80\x1c\x0b\xac\xeb\x33\x4c\xa8\x82\xee\ -\x74\x1f\x8a\xa5\xda\xc6\x53\xf9\x63\x2f\x01\xd8\x3a\x35\x40\x03\ -\xa5\xd4\xe4\x0d\x96\x00\x54\x48\x00\x4d\x6d\xae\xc3\x00\xb5\xd1\ -\x8b\x08\xc7\x33\x90\xf9\x2c\x64\x39\x0b\xb2\x2c\x44\xda\x7b\x60\ -\xb7\xce\x81\xdb\xb5\x08\x91\x8e\x36\xe0\xba\x49\x33\xaa\xe8\x5b\ -\x7e\x07\x06\x07\xc7\x1e\x7a\xe1\xd1\x96\x13\x5f\xdb\x5d\x7a\x66\ -\xea\x0a\xfe\xb5\xb6\xb8\xa8\x79\x55\x0b\x43\x81\x44\xa3\xab\x29\ -\xdc\xc8\xc0\xc6\x60\x7c\x04\x85\x73\xef\x41\xd7\xab\x40\xa8\x41\ -\x46\x0e\x19\xac\x19\x36\x4b\xa0\x41\xac\x67\x39\x9a\xd2\x6b\x41\ -\xf6\x0d\x66\x51\x92\x78\xe1\x97\x7f\x2e\xcf\x8d\x89\xdb\xbe\xb1\ -\xa7\x50\xb8\x66\x05\x0c\x25\x25\x88\x18\x9a\xc9\x54\x00\x44\x13\ -\x01\x98\x25\x2a\x23\xef\xa3\x9e\x3f\x0f\x58\x80\x6f\xdb\x38\x31\ -\x62\xe1\x7c\x86\x90\x29\xa0\x5a\xab\x2b\x50\x18\xc6\xbb\x13\x0a\ -\x9f\x49\x87\xe8\x1a\x3e\x09\x3f\x3b\x84\x96\xe5\x1b\xe1\xb4\x36\ -\xe3\x5a\x12\x2e\x21\xdd\x97\x6e\x3e\x72\xf4\xe4\x5e\x00\x0f\xc2\ -\x20\xd0\x08\xa0\x95\x84\x32\xb2\x0a\xa1\xb5\x91\x43\xb0\xb1\x3c\ -\x76\x14\x7e\x6d\x08\x14\x17\xb8\x5c\x14\x78\xf5\x90\x5b\x1f\x1c\ -\x8f\xee\x26\xc7\x4d\xef\xd9\x97\x4f\xfc\xea\x4f\x85\x44\xcf\xdc\ -\xc4\xa7\x4a\x22\xf6\xdc\xee\x37\x5d\xff\x9f\xe7\x6c\xa8\xba\x87\ -\x52\xff\x5f\x21\x3d\x1f\xda\x0f\xa6\x78\xdf\xda\x5e\x5c\xcc\xf2\ -\x67\x77\x7d\x99\xdc\xc9\x09\x10\xf3\xc4\x7e\xc9\x26\x30\xd1\xe4\ -\xfb\x14\x56\x2f\x23\x0c\x2e\x98\xe6\x04\xdf\x63\xf4\x8f\x34\x15\ -\xbb\x7b\xac\xf5\x0f\x3f\x7e\xe1\x03\x5c\xc3\x8f\x5e\xbc\x72\x1c\ -\xc0\xb7\x9e\xdf\x91\xda\x35\x34\xee\xbc\xd1\x9e\xab\x2d\x5f\x91\ -\xaa\x8b\xca\xc0\x41\x6a\xea\x5b\xc7\x60\x2d\x26\x57\x64\x01\x77\ -\x2c\x99\x1b\x09\x6a\x99\x2f\x00\x78\x51\xc0\x50\xf7\x35\x94\x0a\ -\x1a\x9a\xd4\x1c\x80\x8d\xb0\x08\x76\x53\x0b\x84\xcb\x88\xa5\x18\ -\x4b\x17\xaa\xd6\x64\x4c\x6f\xc7\x34\x6c\x7b\x26\x9b\x5f\xbe\xc8\ -\xfd\x74\xd1\x49\x5c\xf0\x94\x55\x0c\xaf\x5e\xbc\x54\xcf\x9c\xcb\ -\xe9\xc0\x2f\x1b\x43\xa3\x36\xaa\xbb\xd3\xed\xba\xea\xf3\xe7\x27\ -\x57\x50\xae\x28\xf2\x46\xfb\x11\x14\x86\xa1\x83\x3a\xb4\x09\xa2\ -\x75\x00\x11\x6d\x42\x22\xb5\x0a\x89\x8e\x3b\xe1\xb4\x34\xa1\xef\ -\x9e\x2a\x96\x74\xab\xaf\xbc\xf3\xbb\x85\x3f\xc6\x34\x6c\xd9\x99\ -\xf1\x7a\x7b\x22\xdb\xca\x76\xec\x20\x80\x73\x41\x76\x70\xd0\x34\ -\x1d\x35\xe6\x8d\x25\x63\x7d\x41\xca\xad\x14\x3d\x5e\x3c\x19\xa0\ -\x56\x95\xc3\x7e\x39\x83\x6a\xee\x24\xca\xa3\x6f\xa1\x9a\x35\x7b\ -\x2f\x5f\x80\xf2\xc7\xa1\x82\x02\xd8\x26\x44\x9a\x17\x21\xd6\xd6\ -\x85\xee\x35\x15\xb4\xb6\xe8\x1f\x7c\xf8\xf6\xfd\x7d\x98\x86\x79\ -\x49\xbc\x6b\xbb\x4e\x06\xc0\x98\xaa\x15\x33\xca\xaf\x8f\xea\xff\ -\x39\x66\xcc\xc6\x2c\x5d\x29\x79\xcc\x93\xef\x80\x5f\xd7\x5b\x8e\ -\x78\x5d\xaf\xfa\xe3\x6a\x61\xe8\x2b\x48\xc9\xd0\x2a\x07\x42\x96\ -\x2d\x62\x76\x2c\x13\xc0\x01\xc5\x1c\x12\x6e\xa4\x95\x3b\xe7\xa4\ -\x8a\xa9\x56\x9e\x07\x60\x00\x37\xa0\x6f\x4b\xa6\x3c\xfa\x5c\xe7\ -\x98\x64\x4a\xda\xa4\x6b\xca\xbb\x2a\x85\xe3\x06\x00\x3c\xa3\x9b\ -\xb0\x39\x5a\xf2\xb4\xbf\x6b\x17\x09\x1b\x86\xcf\x6d\x3d\x7d\x0c\ -\xc0\x12\x4c\xc3\xcb\x3f\xe9\xc1\x97\x1e\x1b\xc6\xec\x21\xb0\x6a\ -\x2f\x13\x26\x88\xc9\x4a\x46\x0a\xcb\x0d\x98\x55\x8d\xb5\x74\xa5\ -\x54\x81\xd4\x88\xee\xdc\xc9\xda\xc6\x0c\xfc\x70\x5b\x17\x49\xc9\ -\x42\x10\x68\xcf\xae\x1e\xf9\xcd\x9d\xb3\x0b\xf1\xc1\x6f\x53\xe6\ -\x90\xb2\x66\x11\x6b\x00\x75\xe5\xe5\x02\x05\x04\x00\x5c\x63\x78\ -\xa5\x2c\xa2\xf1\x88\x68\xac\xe0\x3a\xf6\x7e\x27\x49\x31\x48\x34\ -\x5b\x92\xee\xef\x50\x94\x8c\x83\x0e\xe7\xdb\x44\xbe\x18\x0a\x00\ -\x1a\xb3\x40\x91\xb5\x20\x1a\x41\x05\x92\x6a\x60\x76\x01\x04\x0d\ -\xa3\xc6\xb0\x50\xb3\x23\xf1\x88\xf2\x61\x10\xb8\x8e\xaf\x3f\x5d\ -\xe0\x87\x9e\xae\xf0\x5d\x1d\x3e\xf7\x24\x99\x13\x31\x81\x95\xf3\ -\x7c\x1a\x2b\x5a\xd1\x9f\xef\xea\xc6\xcd\x38\xb1\x6f\xbe\xa3\x2d\ -\xd1\xdb\x6c\xeb\x12\x3b\x76\x15\x42\x14\x00\x14\x8d\x57\x8d\xc3\ -\x30\x75\x20\x67\x17\x3a\x9a\xe9\xc3\x46\x80\x1b\xd3\xf7\x3d\x66\ -\xb6\x2d\xc0\xb6\xa8\x35\xae\xc5\xbd\x4b\x2c\x6b\x78\x8c\xdd\x97\ -\x9f\xec\xc2\x74\x1c\xda\xdf\x23\x02\xc7\x5a\x16\x41\xb4\x4e\xba\ -\x5e\x31\xf7\x96\xcc\x33\xaa\xb0\x44\x09\xc0\xe5\x46\x90\xe2\xe9\ -\x8c\x5d\x68\x6b\xa6\x43\x30\xd8\x98\x86\xb3\xcf\x46\x89\x2d\x1b\ -\x30\x21\xd8\x12\x7a\x45\x77\x55\x89\x68\x92\x8f\x0f\xd7\xad\xbd\ -\x4f\x74\xeb\xf6\x16\x87\x37\x3f\x72\x01\x30\xfc\xfd\x37\xb7\x91\ -\xeb\x88\x88\x9b\x88\xa5\x1c\xaf\x02\x11\xd4\x3d\x73\x5f\xc8\x80\ -\x43\x40\x60\x2a\x13\xc3\x81\xd6\xce\x55\xdf\x75\xf2\x9e\xb4\x56\ -\x2f\x0c\x4f\xcd\xf8\x51\x7a\xf6\xf9\x38\xb1\x6d\x1b\x2d\xc0\xfa\ -\x28\x84\xc5\xb0\x04\xaa\x1c\xa7\x13\xc3\x55\x28\xa7\x5d\x28\xd4\ -\x45\x53\x9c\x44\x67\x32\x66\x25\x50\xb2\xdb\xa3\x31\x17\xd5\x42\ -\x2b\x94\x8a\x93\x52\x0e\x49\xe5\x40\x2a\x65\x6a\x84\xa4\x8c\x42\ -\x4a\x7a\xed\xec\x1c\x3b\x73\x25\x9f\x79\xea\x2f\xf2\xfd\x19\x27\ -\x60\x1a\x22\xfd\x70\x49\x9f\xfe\x75\x27\x2d\xdd\x9a\xe3\xc9\x37\ -\xfc\x8f\x0b\x71\xcf\xed\x2e\x20\xea\x9a\xac\xa8\xa9\x16\x38\xf0\ -\x00\x26\xb0\xaa\x86\xb0\x2d\x9f\x88\xc0\x20\x07\x0c\x45\x0c\x9b\ -\x99\x43\xb0\x08\xf3\xf5\x36\xfb\xfc\x65\x8f\x56\xce\x57\xfd\x33\ -\x7e\x96\x1f\x7f\x69\x11\xb9\xfa\x2a\xd2\x5f\x2d\x32\xa6\xe1\x3f\ -\xaf\xdf\x4e\x20\x12\x60\x10\x98\x05\x69\x2d\xa0\x74\x84\x94\x8a\ -\x41\xa9\x28\x49\xa9\x21\x95\x45\xa1\xb4\xcc\xb5\xa3\xa4\x15\x79\ -\xbd\x3f\x6a\x85\xe5\xf1\xcc\xe3\xbf\x0f\x33\x30\x4c\x3b\x81\x33\ -\x25\x81\xcd\xdb\x4d\xf3\x19\x60\xc7\x06\x88\x34\x18\x02\xcc\x1a\ -\x5a\x03\x42\x49\x10\x42\x02\x87\x6c\x46\x48\x9a\x05\x2c\x61\x81\ -\x1d\x79\x26\x97\x94\xa2\x3e\xec\x4d\x36\x9f\x32\x81\x8f\x49\xff\ -\x9b\x2b\x09\x13\x31\x98\xa0\x14\x91\x39\x31\xa4\x12\x24\xe5\x47\ -\x27\x17\x13\xc2\x16\x63\x79\xdb\x1e\x38\x35\xa2\x5a\x73\x61\x7e\ -\xd3\x1f\x18\xb7\x1a\x60\x6a\x88\x77\x56\x13\xb4\x86\x69\x4e\x30\ -\x5e\xd3\x9c\x22\x4e\x8c\xbc\x6c\x55\x8c\x9c\xbf\x22\x1f\x78\xc2\ -\xaf\x03\x3c\xcd\xaf\xd9\x2d\x72\xfc\xe0\x1a\xa2\x70\xe2\xd3\xcc\ -\xa8\x44\xcc\x8e\x8a\xe0\xe2\x25\x8a\x48\xd6\x15\xcf\xd3\x2b\xb7\ -\xfb\x7a\x96\xff\x86\xb7\xce\xd0\x6b\x69\x92\xd9\x1c\x49\xdf\x67\ -\x5b\x79\xdc\xfb\x08\xdf\xfc\xdf\xf0\x93\x44\xe0\x13\xe6\xbf\x92\ -\x72\x1f\x2a\x41\x39\x0f\x72\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x02\x4b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xb1\x00\x00\x01\xb1\ -\x01\x61\x98\x28\x0e\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xc8\x49\x44\ -\x41\x54\x38\x8d\x8d\x92\x3d\xce\xea\x30\x10\x45\x8f\x9d\x38\x04\ -\x42\x02\x12\x48\xd4\xec\x81\x4d\xd0\xb0\x19\x24\x3a\x0a\x5a\x0a\ -\x56\xc3\x26\xbe\x82\x8a\x9e\x8e\x06\xf1\x4f\x42\xc8\x9f\xfd\x8a\ -\x4f\xe4\xc1\x4b\x8a\x77\x2b\x8f\x35\x73\x7c\x67\xc6\xc2\x18\x03\ -\xc0\xe9\x74\xfa\x3d\xd4\x68\xbb\xdd\x2a\xdf\xf7\xc5\x6e\xb7\x13\ -\x00\xed\x76\x5b\x8c\xc7\xe3\x04\xc0\xfe\x4c\x7c\x3c\x1e\xdc\x6e\ -\xb7\x32\x0e\x82\x80\x20\x08\x08\xc3\x30\x0b\xc3\x90\x66\xb3\x09\ -\x40\x51\x14\x00\xa2\x02\x88\xe3\x18\xc7\x71\x28\x8a\x02\xa5\x14\ -\x41\x10\x00\x90\x24\x09\x5a\x6b\x84\x10\xb8\xae\x0b\xc0\x62\xb1\ -\x30\x3f\x3f\x3f\xae\x04\x18\x0e\x87\x6e\x9a\xa6\x18\x63\xd0\x5a\ -\x53\x14\x05\xc6\x18\xae\xd7\x6b\xe9\x2c\x4d\xd3\xf7\xcb\xa5\x6c\ -\xdb\x7e\x49\x80\x34\x4d\xe3\xd1\x68\x84\x65\x59\xe4\x79\x4e\x9e\ -\xe7\x65\x61\x14\x45\x34\x1a\x0d\x3c\xcf\xc3\xf3\xbc\xca\x7c\xbe\ -\x5a\x58\xad\x56\x00\xcc\xe7\x73\xa4\x94\xb4\x5a\x2d\x9a\xcd\x26\ -\x59\x96\x91\x65\x19\x52\x4a\xba\xdd\xee\x17\x40\x7e\x06\xb3\xd9\ -\x0c\x80\x30\x0c\xb9\x5c\x2e\x1c\x0e\x07\xf2\x3c\xe7\xbd\xa9\xe7\ -\xf3\xc9\xf9\x7c\x2e\xe3\x8a\x83\xe5\x72\x09\x80\xe3\x38\x08\x21\ -\x50\x4a\x61\xdb\x36\x45\x51\x94\x77\x52\x4a\x84\x10\x15\x40\xa2\ -\x94\x6a\x4c\xa7\x53\xd2\x34\x25\x8e\x63\x8c\x31\xf8\xbe\x8f\x94\ -\x12\xc7\x71\xd0\x5a\x63\xdb\x36\x4a\xa9\xea\x0c\xf6\xfb\xbd\x7b\ -\x3a\x9d\xcc\xf1\x78\xc4\x18\x83\x65\x59\x24\x49\xc2\xfd\x7e\x47\ -\x6b\x4d\x96\x65\x28\xa5\x68\xb5\x5a\xe5\x1a\x6b\x5b\x90\x52\x62\ -\x59\x56\x69\x79\x30\x18\x00\x90\xe7\x39\x42\x08\xa2\x28\x22\x0c\ -\x43\x7c\xdf\xaf\x07\x68\xad\x89\xe3\x18\xcf\xf3\x48\x92\x84\xd7\ -\xeb\x85\xeb\xba\xf4\x7a\xbd\x72\x36\xff\xea\x0b\xd0\xef\xf7\xe9\ -\xf7\xfb\x95\xa4\x28\x8a\xd0\x5a\xd3\xe9\x74\xb0\xed\xaf\x92\xbf\ -\x80\x5e\xaf\x27\xd6\xeb\xb5\x79\x17\xbc\x1d\x49\x29\xcb\xd6\xea\ -\x24\x3e\x77\x0a\xbf\x7f\xbc\x36\xb3\x46\x9b\xcd\xa6\x0a\x00\x98\ -\x4c\x26\xff\x0d\xf9\x03\x6d\xc3\xdd\xdf\xd1\x41\x01\x2b\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xc1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xb1\x00\x00\x01\xb1\ -\x01\x61\x98\x28\x0e\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x3e\x49\x44\ -\x41\x54\x38\x8d\x85\x90\x41\x8a\xc2\x40\x10\x45\x5f\x77\xd2\x84\ -\x28\x88\x04\x11\x89\x0b\x37\x33\x37\xf0\x00\xba\xf4\x3c\x2e\xc4\ -\x95\xb8\x12\x71\xe1\x61\xe2\x9d\x84\x86\x88\xa0\x22\x9a\x68\xcf\ -\x62\x26\x3d\x3a\xb6\x3d\xb5\xeb\xae\xfa\xaf\xea\x7f\x61\x8c\xc1\ -\x55\xeb\xf5\x3a\x3e\x1c\x0e\x03\x63\xcc\x08\x18\xcd\x66\xb3\x4f\ -\xd7\x5c\xf8\xf8\x98\xcf\xe7\x1f\x42\x88\xd1\x8f\x68\x00\xc4\x4e\ -\xfa\x5f\xc0\x66\xb3\xb1\x67\xbc\xbb\xa8\xdf\xef\x3b\x1b\xf6\x82\ -\xcb\xe5\xe2\xdd\x94\x65\x19\x52\x4a\x6a\xb5\x9a\xfd\x1b\x0e\x87\ -\xc8\x4a\xbc\x5a\xad\x28\xcb\xf2\x2d\xe0\x7c\x3e\x3b\xfb\x12\x20\ -\x8a\x22\xa6\xd3\x29\x61\x18\xbe\x0c\x54\xd5\x6c\x36\x69\x34\x1a\ -\x6e\x00\x40\x10\x04\x5e\x0b\x79\x9e\xa3\xb5\x7e\x0f\x28\x8a\xc2\ -\x0b\x30\xc6\x70\x3c\x1e\xd9\x6e\xb7\x4f\x41\xcb\x4a\xbc\x5c\x2e\ -\xbd\x19\x54\x17\x06\x41\x80\x10\xe2\x19\xa0\x94\x62\x32\x99\x78\ -\x33\xb8\xdf\xef\x28\xa5\x88\xa2\xe8\xe9\xdf\x2a\x94\x52\x5e\x0b\ -\x52\x4a\x92\x24\xa1\x5e\xaf\xbb\x01\xb7\xdb\xcd\x0b\xb8\x5e\xaf\ -\x94\x65\xc9\x7e\xbf\x27\x49\x12\xe2\x38\xfe\xb5\x50\x14\x05\x8b\ -\xc5\xc2\x1b\x64\xab\xd5\x22\x4d\x53\xba\xdd\xae\x15\x5b\x80\x52\ -\x8a\xf1\x78\xec\xb5\xb1\xdb\xed\x9c\x0b\xac\x85\x47\x2a\x7c\xa7\ -\xdd\xe9\x74\xe8\xf5\x7a\xb4\xdb\xed\x97\xf0\x5e\x00\x00\xa7\xd3\ -\x09\xad\x35\x5a\x6b\xf2\x3c\xff\x37\x17\x80\x2f\xb7\x7e\x7b\x05\ -\x0d\xf8\xbd\x57\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x02\x7d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xfa\x49\x44\ -\x41\x54\x38\x8d\x8d\x92\xbf\x4a\x23\x51\x14\xc6\x7f\xf7\xce\xbd\ -\xf3\x27\x8c\x24\x24\x01\x8b\xcd\x2a\xdb\x0a\xbe\x82\x59\xf1\x11\ -\x0c\xe4\x19\xec\xf6\x41\xd2\xa9\xe5\xd6\x81\x7d\x80\xd4\x29\xb4\ -\xb4\xda\x42\x16\x2d\x35\x99\x10\x30\x8e\x31\xc3\x0c\x99\x99\xb3\ -\x85\x38\x6c\x40\x57\x0f\x9c\xee\x3b\x3f\xbe\xf3\x9d\x83\x88\x70\ -\x7a\x7a\xfa\xf3\xea\xea\x6a\x7a\x7d\x7d\xfd\xeb\xe2\xe2\xe2\xa4\ -\xd7\xeb\x69\x11\xe1\xbd\xee\x76\xbb\x66\x6f\x6f\x4f\x8b\x08\xaa\ -\xd7\xeb\x35\x8e\x8f\x8f\x17\x07\x07\x07\xb4\xdb\x6d\x00\x6e\x6e\ -\x6e\xfe\x5c\x5e\x5e\xfe\x08\x82\x20\xed\x74\x3a\x5f\xb7\xb6\xb6\ -\xbe\xf9\xbe\xbf\x1b\x04\x41\xc7\x5a\xfb\xe5\xf9\xf9\x79\x77\x3c\ -\x1e\xff\x1e\x8f\xc7\xdf\xb1\xd6\xe6\xc3\xe1\x50\xee\xef\xef\x25\ -\xcb\xb2\xaa\xcf\xcf\xcf\xf3\x87\x87\x07\x99\xcf\xe7\x32\x9b\xcd\ -\x64\x3e\x9f\xcb\x64\x32\x91\x28\x8a\x64\x32\x99\xc8\x70\x38\x14\ -\x6b\xad\x18\xc0\xe1\x8d\x2a\xcb\x52\x3d\x3e\x3e\x62\x8c\x21\xcb\ -\x32\x1c\xc7\x21\x4d\x53\x3c\xcf\xc3\x18\x83\x88\x00\xa0\xdf\x1a\ -\x06\x50\x4a\x51\x96\x25\x45\x51\x60\xad\x45\x44\x70\x1c\x87\x46\ -\xa3\x81\xeb\xba\x95\xee\x53\x00\x63\x0c\x45\x51\xd0\x6c\x36\x09\ -\xc3\x70\x43\x67\xde\x03\x00\x34\x9b\x4d\x8a\xa2\xc0\x71\x1c\x94\ -\x52\xf8\xbe\x5f\xc1\x5f\x57\x78\x17\xa0\x94\xe2\xe9\xe9\xe9\x45\ -\x64\x0c\x69\x9a\x92\x24\x09\xbe\xef\xa3\x94\xfa\x9c\x03\xad\x35\ -\xc6\x18\x8c\x31\xb4\x5a\x2d\x1c\xe7\x25\xef\x38\x8e\x3f\x76\x00\ -\x50\xab\xd5\xd0\x5a\x23\x22\x2c\x16\x0b\xca\xb2\x24\x49\x92\x8d\ -\x1c\xfe\x0b\x88\xe3\xb8\x72\xe1\xba\x2e\x9e\xe7\x11\x86\x21\x49\ -\x92\x7c\x0c\x50\x4a\x11\x86\x21\xbe\xef\x57\x19\x28\xa5\xb0\xd6\ -\x62\xad\xfd\x1c\x60\xbd\x5e\x93\xe7\x39\xcb\xe5\x12\xd7\x75\xc9\ -\xf3\x9c\x20\x08\xf0\x3c\x6f\xf3\x91\xee\xee\xee\x18\x8d\x46\x44\ -\x51\xb4\x01\xc9\xb2\x8c\x3c\xcf\x71\x5d\xb7\x72\xf4\xef\x30\x80\ -\x59\xaf\xd7\x0c\x06\x03\xf6\xf7\xf7\xb9\xbd\xbd\xe5\xf0\xf0\x90\ -\x6e\xb7\x8b\x88\x54\x7f\x50\xaf\xd7\x37\xc0\xaf\xe7\x05\x50\x40\ -\x85\x53\x4a\xb1\xb3\xb3\x43\xbf\xdf\x67\x7b\x7b\xbb\x3c\x3a\x3a\ -\xd2\x51\x14\x31\x9d\x4e\x89\xe3\x98\xd5\x6a\xc5\x6a\xb5\x62\xb9\ -\x5c\xa2\xb5\xe6\xec\xec\x8c\xbf\x10\x2b\x07\x49\x18\xc5\xf7\xf8\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x0e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x8b\x49\x44\ -\x41\x54\x38\x8d\x95\x93\x5d\xaa\xea\x30\x14\x85\xbf\xa4\xa9\xa9\ -\x6d\x15\xfc\x01\xc5\x37\xe7\xe0\x24\x14\x71\x40\x7d\xf3\xe5\x4c\ -\xc0\x99\x88\xa3\x70\x1e\xa2\xa0\x42\x4b\xa5\xd7\xa6\x3f\xb9\x4f\ -\x95\x73\x8e\x7a\xf1\xee\xb7\xb0\xb3\xbe\xac\xbd\x59\x11\xd6\x5a\ -\xae\xd7\xab\xe5\xc3\xda\xef\xf7\xde\x7c\x3e\xcf\x9b\xb3\xfa\xde\ -\xbc\x5c\x2e\x14\x45\x81\x94\x12\x21\x04\x75\x5d\x53\x96\x25\x4a\ -\x29\xc6\xe3\x31\x00\x55\x55\xdd\x01\xd1\x68\xe4\x77\x80\x31\x06\ -\x29\x25\x45\x51\x60\x8c\x21\xcf\x73\x86\xc3\xe1\x43\xdc\xd4\x7a\ -\xbd\xb6\x8b\xc5\x42\x03\xc8\xe9\x74\xea\x19\x63\x00\x1e\x42\x6b\ -\x2d\x8e\xe3\xd0\x6e\xb7\x49\x92\x84\xf3\xf9\xfc\x34\x8a\x52\xea\ -\x0e\x20\x8d\x31\x7f\x66\xb3\x19\x00\xae\xeb\x22\xa5\x44\x29\x85\ -\xb5\x96\xaa\xaa\xb0\xd6\x92\xa6\x29\xa7\xd3\x09\x6b\x9f\x57\xf5\ -\xd8\x41\x14\x45\x3f\x1a\x51\x14\x21\x84\x40\x4a\x49\xa7\xd3\xc1\ -\x71\x1c\x84\x10\xef\x01\x5f\x5f\x5f\x1c\x8f\x47\x00\x36\x9b\x0d\ -\x69\x9a\x52\xd7\x35\x5a\x6b\x92\x24\xa1\xdb\xed\xe2\x79\xde\xe7\ -\x0e\xb4\xd6\xb4\x5a\x2d\xac\xb5\xf4\xfb\x7d\x7c\xdf\x7f\x12\x37\ -\x80\xdc\x75\x5d\xdd\x38\x28\x8a\x82\x20\x08\xa8\xaa\x8a\x38\x8e\ -\xd1\x5a\xe3\xfb\x3e\x5a\xeb\xd7\x80\xc3\xe1\xe0\x35\x41\x32\xc6\ -\xe0\x38\x0e\xb7\xdb\x8d\x30\x0c\x29\xcb\x12\x21\x04\x65\x59\x92\ -\x24\x09\xbd\x5e\xef\xfd\x08\x4d\x85\x61\x48\x1c\xc7\xe4\x79\x4e\ -\x10\x04\xd4\x75\xcd\x68\x34\x7a\xf9\x3a\xfc\x0a\x92\xeb\xba\x64\ -\x59\x86\xe3\x38\x28\xa5\xb8\xdf\xef\x94\x65\x49\x96\x65\x6f\x01\ -\x3f\x1c\x4c\x26\x93\xb7\x17\xff\x09\x18\x0c\x06\x62\xb7\xdb\x7d\ -\xfc\xa1\x5e\x3a\x58\x2e\x97\x62\xbd\x5e\xff\x37\x44\xfc\x8e\xe7\ -\x6a\xb5\xfa\x18\xb2\xdd\x6e\xc5\x5f\x91\x3d\xb1\xbc\x14\x9e\x63\ -\x03\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x30\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xad\x49\x44\ -\x41\x54\x38\x8d\x95\x92\xb1\xaa\x1a\x41\x14\x86\xbf\x99\x1d\x2f\ -\xbb\xea\xea\xba\x36\x29\x03\x56\x16\x16\x49\x1a\xb1\x4a\xa5\xa0\ -\xbd\x75\xda\xbc\x80\x8d\x6f\x94\x22\xa5\x20\xa4\xb1\x09\x36\x92\ -\x4e\x7c\x84\xa0\xac\x8a\xab\x86\x59\x76\x3d\xa9\x5c\x92\x9b\xbd\ -\x5e\xf2\xc3\xc0\x30\x9c\xf9\xce\xfc\xff\x19\x25\x22\x00\x0c\x06\ -\x83\xcf\xed\x76\x7b\xc8\x03\x1d\x8f\xc7\xd2\x6c\x36\xfb\xb4\xdd\ -\x6e\x7f\xde\xcf\xcc\x7d\xd3\xed\x76\xc7\xd3\xe9\xf4\xe3\x23\xc0\ -\x62\xb1\xa0\xd5\x6a\xfd\x50\x4a\xbd\x15\x11\xfb\x17\xe0\x2e\x6b\ -\x2d\xfb\xfd\x1e\x63\x0c\x69\x9a\x02\xf0\xf4\xf4\x84\xe3\x38\x18\ -\x63\x18\x0e\x87\x6f\xf6\xfb\xfd\x77\xe0\x03\x80\x7e\x0e\xd0\x5a\ -\xd3\x6c\x36\xa9\xd5\x6a\x84\x61\x48\xa3\xd1\x20\x08\x02\x82\x20\ -\x40\x29\xc5\x7c\x3e\xa7\x5e\xaf\xbf\x1f\x8f\xc7\x5f\x0b\x5f\x90\ -\x24\x09\xb7\xdb\x2d\x5f\x4a\x29\xb4\xd6\x38\x8e\x43\xaf\xd7\xe3\ -\x7c\x3e\xb3\x5a\xad\xe8\x74\x3a\xef\x0a\x01\x97\xcb\x05\x20\x07\ -\x78\x9e\x47\x14\x45\xb8\xae\x4b\xa3\xd1\xa0\xdf\xef\x63\xad\x65\ -\xbd\x5e\x4b\xa1\x05\x63\x0c\xb7\xdb\x8d\x2c\xcb\xd0\x5a\x93\xa6\ -\x29\xc6\x18\x8e\xc7\x23\x51\x14\x01\x30\x1a\x8d\x00\x4e\x2f\x66\ -\x70\x0f\xee\x4f\x90\x31\x86\x52\xa9\x94\xd7\x28\xa5\x7e\x15\x5a\ -\xa8\x56\xab\x78\x9e\x87\xd6\x1a\x11\x41\x44\xc8\xb2\x8c\x72\xb9\ -\x8c\xeb\xba\xcf\xcb\x8b\xc7\x18\xc7\x31\x41\x10\x60\xad\x05\x40\ -\x44\x50\x4a\xe5\xe3\x7c\x08\x48\x92\x04\x11\xe1\x74\x3a\xa1\x94\ -\xca\xff\x42\x18\x86\xff\x5c\x2e\xcc\x40\x44\x70\x1c\x87\x2c\xcb\ -\xf2\xce\xc6\x18\x0e\x87\x03\xbb\xdd\xee\x75\x0b\xbe\xef\xe7\x20\ -\x11\xc9\x43\xbd\x07\xf8\x2a\x20\x49\x12\xb2\x2c\x03\xe0\x7a\xbd\ -\x52\xa9\x54\x10\x91\xff\x03\x58\x6b\xb1\xd6\x52\xa9\x54\x88\xe3\ -\x98\x24\x49\xf0\x7d\x1f\xa5\xd4\xcb\x80\xe5\x72\xf9\x65\x32\x99\ -\x9c\x0b\xdb\x14\x68\xb3\xd9\x7c\x03\xf8\x0d\x23\x5d\xc2\x76\x8d\ -\xa1\x71\x9f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x74\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xbb\x00\x00\x01\xbb\ -\x01\x3a\xec\xe3\xe2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\xf1\x49\x44\ -\x41\x54\x38\x8d\x9d\x93\xb1\x8a\x85\x30\x10\x45\x6f\xc4\xc2\x2a\ -\xbd\x28\x58\x68\x69\x65\x9f\xdf\xb1\x10\xff\xc1\x9f\xb0\xf2\x6b\ -\x02\x82\x82\xa5\x76\x62\x29\x5a\x69\x61\x15\x6c\x66\x8b\xdd\xf7\ -\xf6\xe5\x81\x6f\xe3\xde\x6e\xee\x4c\x0e\x93\x4b\xc2\x88\x08\x9e\ -\xe7\x11\x7e\x94\xa6\x29\x4c\x55\x14\x05\xb3\x8c\xa7\x2f\x64\x5f\ -\x35\x2c\xeb\x9b\x4d\x44\x20\xa2\xab\xb1\x6b\x40\x96\x65\x5a\xbd\ -\xef\x3b\xa6\x69\x42\xdf\xf7\x50\x4a\xfd\x0d\x00\x80\xb2\x2c\x01\ -\x00\x9c\x73\x04\x41\x80\x38\x8e\x01\x00\x5d\xd7\xfd\x6e\xfa\x09\ -\xf0\xd0\x71\x1c\x18\x86\x01\x52\x4a\x44\x51\xa4\xf5\x6e\x87\xe8\ -\x38\xce\xff\x00\xae\xeb\x42\x08\x81\x71\x1c\x35\xff\x63\x06\x79\ -\x9e\x6b\xf5\xb6\x6d\x68\xdb\xd6\x1c\xf0\x08\xf1\x75\x03\x21\x04\ -\xa4\x94\x4f\xdf\xf8\x0a\xeb\xba\xa2\xae\x6b\x84\x61\xa8\xf9\xb7\ -\x42\xb4\x6d\x1b\x8c\x31\xdd\x33\x39\xc8\x39\x87\xef\xfb\x48\x92\ -\x04\xf3\x3c\x9b\x01\xce\xf3\x7c\x7e\x2c\x22\x82\x52\x0a\xcb\xb2\ -\xa0\x69\x1a\x33\x40\x55\x55\x26\xcb\xdd\x7f\x48\xef\xfa\x02\xff\ -\x60\x50\x11\xa6\x08\x97\x6d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x02\xda\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\xa1\x49\x44\x41\x54\x78\xda\x85\xcf\xdf\x4f\x52\x61\ -\x18\x07\x70\xd7\x55\x17\xad\x8b\xba\x71\x6d\xfd\x07\x6e\xfd\x13\ -\x5d\xf6\x17\xd4\xba\xe3\xae\xe9\x55\x1a\xcc\x36\x97\xda\xaa\xa9\ -\x6d\x89\x4e\x37\xe7\x0a\x0d\x75\xb3\x15\x43\xf0\x17\x4a\x40\x1c\ -\x39\xc0\x39\x87\x73\xf8\x21\x20\x76\x38\xc0\xc1\x73\x00\x19\x34\ -\xb2\x66\xa0\xdf\x5e\x4e\x53\xc8\xe5\x7a\xb6\x77\xef\xd9\xde\xf3\ -\x7c\x9e\xef\xd3\x71\x56\x0b\xcb\x9f\xae\x5a\xec\xab\xba\xf5\xcd\ -\x4d\x53\x90\x61\x68\x72\x32\x3b\x3e\x5f\xd9\xe5\x76\x97\x69\xda\ -\x9f\x65\x39\x2e\xc0\x70\x9c\xd9\xb6\xbe\xf1\x68\xf1\x83\xe5\x7a\ -\xb3\x67\xeb\xb3\xe7\x4f\x33\x2b\x44\x7a\xcd\x8b\x4b\x98\x9c\x30\ -\xc2\x6a\xb5\x9e\x0a\x82\x00\x96\x65\xe1\xf1\x78\x60\xb3\xd9\xe0\ -\xf5\x7a\x11\x0e\x87\x91\x4a\xa5\x4e\xc9\x3b\xde\x9a\xe6\xc0\xf0\ -\xe1\xd1\xf3\xe9\xa2\x94\xc5\x9b\x71\x23\xba\xbb\xbb\x61\x32\x99\ -\x40\xd3\x34\x5c\x2e\x17\x2c\x16\x0b\x66\x67\x67\x31\x3f\x3f\x0f\ -\xb3\xd9\xac\xbd\xe9\x74\x3a\x3c\xd1\x1b\x90\xcd\x2b\x38\x07\x28\ -\x8a\xc2\xb7\xda\x77\x70\x21\x1e\x53\xd3\xd3\x18\x1b\x7b\x8d\xc1\ -\xa1\x21\xe8\xf5\x7a\xf4\xf4\xf4\xa0\xbf\xff\x29\x46\x46\x46\x49\ -\x1a\x3b\xa2\xd1\x18\xd4\xe2\x21\x94\x42\xa9\x05\x34\xa3\x56\xab\ -\x55\xb4\x57\xbd\xde\xd0\xee\x53\x00\x3f\x8f\x8f\x51\x3c\x2c\xe3\ -\xb0\x5c\x41\x4a\x94\x40\xf9\x19\x64\xe5\x83\xcb\x81\x5f\x8d\x06\ -\x72\xb2\x0c\x95\x4c\xc9\xe4\x64\x24\x53\x22\xc2\xb1\x38\x69\x4e\ -\x23\x96\x48\xc1\xcf\x84\x08\xa0\x5c\x0e\xd4\x09\x20\xe7\xf3\x28\ -\xa8\x45\x6d\xd2\xde\x7e\x1a\x91\x5d\x0d\x20\x77\x02\x01\x96\x47\ -\x36\x7b\xf0\x1f\x40\xbe\x08\x24\x90\xdc\xdb\x07\x1f\x89\x83\xe1\ -\x05\x48\x99\x7c\x0b\x70\xbb\xdd\x28\x95\x4a\x6d\x40\x1d\xb9\x26\ -\x50\xf8\x1b\x88\x93\xf8\xa1\x70\x0c\x9c\x10\x45\x3a\x93\x6b\x01\ -\x4e\xa7\x13\xaa\xaa\xe2\xe8\xe8\x08\x27\x27\x27\x68\x34\x1a\x1a\ -\xa0\x5c\x48\x10\x8d\x27\xc1\xf2\x11\x0d\x11\xa5\x36\xc0\xe1\x70\ -\x90\xc8\xb2\xb6\x46\xad\x56\x23\xd0\x0f\xe4\x0f\x14\xa8\x17\x12\ -\x44\x62\x71\x04\xc9\xfe\x42\x64\x17\x62\x3a\xdb\x02\xd6\xd6\xd6\ -\x20\x49\x12\xca\xe5\xb2\x06\x14\x8a\x45\xf0\x42\x58\x43\x64\x72\ -\xce\x00\x21\xba\x0b\x3a\xc8\x21\x4a\xbe\xbf\xb6\x03\x76\xbb\x1d\ -\xa2\x28\x6a\x6b\x54\x2a\x15\x28\x8a\x8a\x40\x20\x00\x86\x65\xc1\ -\xf1\x3c\xa2\xda\xfe\x7b\x04\x48\x80\x66\x78\x24\x92\xfb\xf0\xf9\ -\x99\x26\x70\x45\x03\x66\x66\x66\xaa\x04\xd0\xd6\x28\x92\xe9\xb9\ -\x5c\x0e\xd4\x8e\x0f\xfe\x40\x10\x5f\x28\x0a\x9b\x5b\xdb\xb0\xae\ -\xac\xc2\x62\xb5\x63\x69\xf9\x23\x3c\x94\x0f\x73\xef\x17\x9a\xc0\ -\x8d\xb3\x10\xb7\x8d\x46\xe3\x4a\x28\x14\xd2\x56\x50\x14\x05\x3e\ -\x1f\xad\x01\x5e\x6a\x07\xdb\x4e\x17\xd6\x37\x1c\x58\x59\xdd\xc0\ -\xf8\xe4\x14\x9e\x0d\x0e\x7b\x49\xcf\x9d\x8e\x7f\xd4\xb5\xae\xae\ -\xae\xbb\x7a\x83\xa1\x77\x60\x60\x60\xfc\xc5\xcb\x57\xef\x06\x87\ -\x9f\x9b\x1e\xf7\xf5\x4d\xdc\x7f\xf0\xd0\xd0\xd9\x79\xeb\x1e\xf9\ -\xe7\x66\x7b\xc3\x6f\x23\x86\xcf\xe3\xb3\x8b\x7d\xf0\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xe5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x01\xb1\x00\x00\x01\xb1\ -\x01\x61\x98\x28\x0e\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x62\x49\x44\ -\x41\x54\x38\x8d\x9d\x92\x4d\x8e\xe2\x30\x10\x85\xbf\xaa\x38\x09\ -\x98\x3f\x21\x14\x4e\xc2\x05\x38\x44\xcf\x79\x10\x0b\x0e\xc2\xb2\ -\x57\xdc\x80\x53\xcc\x05\x90\x10\x2b\x50\x20\x12\x91\x0c\x8e\x67\ -\x31\x1d\x4b\xdd\x1d\x75\x4b\x3c\xc9\x2a\xbb\x5c\xf5\xca\xe5\x7a\ -\xac\x56\xab\xf7\xcd\x66\x53\x84\x10\x78\x65\x29\xf0\xe6\x9c\xfb\ -\xbb\x5e\xaf\xdf\x78\x01\xe6\xc3\x16\x21\x84\xf7\xc5\x62\xf1\x32\ -\x41\xc4\x7e\xbf\xc7\x39\xc7\xf3\xf9\x44\x44\xa2\xdf\x7b\x8f\xaa\ -\x62\xad\x8d\xbe\xe5\x72\xf9\x99\x20\x84\x00\xc0\xe5\x72\x41\x44\ -\xe2\xd9\x7b\x4f\x96\x65\xe4\x79\xfe\xf3\x0b\xda\x8a\xbd\x5e\x0f\ -\x55\xc5\x7b\x1f\x93\x47\xa3\x11\x69\x9a\xfe\xde\x02\x40\x59\x96\ -\xa8\x2a\x00\xaa\x8a\x31\x86\xf3\xf9\x8c\xaa\x32\x9f\xcf\x3f\xc5\ -\x6a\x17\x41\x9a\xa6\x31\x11\xa0\x69\x1a\x42\x08\x54\x55\xc5\xe9\ -\x74\x8a\xad\x7d\x23\x68\x2f\x8c\x31\x78\xef\x49\x92\x84\x10\x42\ -\xdc\x8b\x48\xb4\x9d\x04\xed\x45\x55\x55\x58\x6b\x11\x11\x44\x84\ -\x3c\xcf\x69\x9a\xa6\xf3\x23\x3b\x5b\xb0\xd6\x52\xd7\x35\xc6\x18\ -\xb2\x2c\xc3\x39\x87\xaa\x32\x9d\x4e\x99\x4c\x26\xbf\x13\xb4\x09\ -\xb7\xdb\x8d\x24\x49\x78\x3c\x1e\x38\xe7\xb8\x5e\xaf\x1c\x8f\x47\ -\xea\xba\x8e\xb1\x9d\x3a\x98\xcd\x66\xb1\xb2\x31\x86\xc1\x60\x00\ -\xfc\x1f\xef\x57\x74\xea\xa0\x2c\x4b\xfa\xfd\x3e\xf7\xfb\x9d\x2c\ -\xcb\x10\x11\xbc\xf7\x14\x45\xf1\x4d\x0b\x2a\x22\x7f\xda\x71\xb5\ -\x18\x8f\xc7\xa4\x69\xca\x70\x38\xc4\x5a\x8b\xaa\x76\xaa\x10\x40\ -\x42\x08\xec\x76\xbb\x70\x38\x1c\xd8\x6e\xb7\x9d\x41\x3f\xe1\x1f\ -\x91\x4b\xb3\x05\x5e\xbb\xa3\xd9\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\xbb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x03\x00\x00\x00\x60\xdc\x09\xb5\ -\x00\x00\x00\x63\x50\x4c\x54\x45\x00\x00\x00\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x0f\x0f\x0f\x1f\x1f\ -\x1f\x2f\x2f\x2f\x3f\x3f\x3f\x4f\x4f\x4f\x5f\x5f\x5f\x6f\x6f\x6f\ -\x7f\x7f\x7f\x8f\x8f\x8f\x9f\x9f\x9f\xaf\xaf\xaf\xbf\xbf\xbf\xcf\ -\xcf\xcf\xdf\xdf\xdf\xef\xef\xef\xff\xff\xff\xda\x82\xbc\x36\x00\ -\x00\x00\x10\x74\x52\x4e\x53\x00\x0f\x1f\x2f\x3f\x4f\x5f\x6f\x7f\ -\x8f\x9f\xaf\xbf\xcf\xdf\xef\xfa\xdf\x21\x8e\x00\x00\x01\xf7\x49\ -\x44\x41\x54\x78\xda\xcd\x95\xdd\x96\x82\x20\x14\x85\x15\xad\x31\ -\x24\x85\x32\xb3\xfc\xeb\xfd\x9f\x72\xce\x01\x71\x2b\x5c\x38\xb3\ -\xd6\x5c\xcc\xbe\x28\xc2\x6f\x7b\x60\x7b\xa4\xe4\x9f\xeb\x5c\xaa\ -\x42\xfc\x82\x97\x1f\x96\x14\xbf\xe3\xd9\x92\x86\x97\x52\x59\xc7\ -\xb3\x17\x42\xe7\xf7\xcc\x8e\xfa\xb4\xbf\x54\xd4\x3c\x7b\xdd\x3b\ -\x52\xe6\xef\xda\x74\xd6\x72\x4e\xa0\x53\x45\x13\xb1\x23\xa7\x99\ -\x46\x93\xcc\x8b\x2f\x66\x7e\x3e\x53\x16\x7e\xbd\xe1\x40\x85\xd1\ -\x68\x56\x43\x45\x94\x0f\xce\xe2\xc3\x4d\x6b\x76\xc8\xdd\x1e\xe0\ -\x68\x69\xb8\xcc\xf2\xea\x27\xae\x6c\x1d\x57\xbf\x9c\x8b\xa4\x45\ -\x4b\x38\x68\x94\xbb\xf5\xd3\xe8\xa9\x35\x0c\xc8\x53\xba\xef\x0e\ -\x86\xa5\xec\xb8\xf0\x0d\x4d\x16\xe0\xd9\x21\xfc\xbe\x6f\xeb\xae\ -\x2b\xbe\x85\xd3\x40\x71\xa7\x6b\xfe\x23\x7d\x94\x9c\xc7\x7e\x0f\ -\x29\x56\xd4\xf8\xb0\x85\xcd\xdf\x90\x83\xd5\x6b\x56\xbf\xa4\x94\ -\x5e\x69\xea\xed\x0c\xd3\xe7\x53\xad\xf9\xdf\xb5\x66\x87\xbf\x9d\ -\xb1\x37\x03\xcf\x41\x3c\xd7\x6d\x65\x34\xba\x69\x76\xcc\xef\x96\ -\x06\xa4\x87\x7b\x46\x9e\xbf\xcf\x2f\xdb\x31\x0a\x49\x3f\xf5\x5e\ -\xf6\xa9\x8a\x95\xff\x38\x65\x68\xd2\x49\x47\x0e\xd2\x9e\xaf\x4e\ -\xdb\x26\x7a\x44\x8e\x1d\xaf\xca\x2f\x91\x40\x8a\x4a\x98\xc0\x60\ -\x66\xf0\x68\x5d\x5f\x02\x2d\xf1\xe8\x5b\x4a\xbc\x67\x2a\xe6\x21\ -\x69\x5f\x9d\xee\x35\xd8\x60\xe9\xf3\x80\x77\xf9\x41\x31\x1f\x3b\ -\x2e\x3b\x76\x7a\x36\x8f\x8e\x78\x84\x1f\x4b\x14\x52\xa9\xe2\x2c\ -\xd0\x0b\x8e\xc7\x3b\x13\x0b\xbd\xe0\x34\x70\x2d\x38\x0e\x79\xdd\ -\xd1\x9b\xe9\x76\x71\xc8\xc3\x80\x7d\x1f\xf3\xdc\xe3\x3d\x92\x3a\ -\xe6\xef\xf4\xb3\xd5\x70\x1c\xf1\xcc\xcd\x46\xc3\x71\xcc\x73\x4b\ -\x62\x9c\x1f\xf3\xe8\xc8\x96\xbb\x3b\x38\x88\x23\x9e\x35\x6e\x1d\ -\x79\x78\x10\xf7\x01\xaf\xb6\x8e\xd1\x1f\x49\x9b\x03\x74\xb9\x86\ -\x5d\xca\x8d\x63\x08\x0c\x05\x3f\xa3\x45\x48\xa5\x64\x87\x3f\x63\ -\x62\x43\xc8\x23\x09\x77\xc6\x64\x81\x61\x0a\x79\xef\x98\xba\x6e\ -\x88\xda\x3c\xf3\x47\x18\x78\x38\xac\x6a\x5b\x00\xe2\x48\x3a\x43\ -\xf9\x81\x77\x0e\xe5\xf8\xca\xf3\x28\x01\x31\x0f\xe5\x52\xa9\xf2\ -\x9c\xc6\x7f\xe9\x35\xf8\x9f\x49\x94\x16\x57\x79\xf2\x63\xa5\x79\ -\x9e\x8b\xe4\xef\xf5\x0d\xa3\xab\x6f\x0f\xce\x67\x7a\x55\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x10\x92\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x31\x00\x00\x05\x31\ -\x01\xb7\xed\x28\x52\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x10\x0f\x49\x44\ -\x41\x54\x78\xda\xc5\x59\x0b\x74\x14\x65\x96\xfe\xfe\xaa\xea\x77\ -\x27\xdd\x79\x90\x07\x49\x78\x84\xc0\x10\x40\x79\x0a\xc2\x0c\x2a\ -\x83\x30\xab\x83\xe0\xe2\x71\x47\x61\xc7\x59\x67\x45\x45\x60\x66\ -\x58\x66\x67\x67\x07\xe4\xe0\xcc\x88\xce\xec\x90\xd1\x59\x56\x05\ -\x73\x76\x55\xf4\xcc\x2a\xab\x70\xce\x78\x44\x05\x59\x25\x44\x1e\ -\xf2\x50\x88\x80\xbc\x49\x78\x85\x24\x9d\xee\x74\xd2\x8f\xea\xae\ -\xfa\xf7\xde\x4e\xaa\x4f\x9b\xc7\x0a\xe2\x9e\xfd\x0e\x1f\x37\x55\ -\xd5\xdd\xf5\x7d\x75\xef\x7f\xff\xbf\xaa\x84\x94\x12\xd7\x0b\x31\ -\x61\xff\x64\x0a\xb7\x12\xdd\xc4\x73\xc4\x4d\x72\xdf\xf8\x00\xba\ -\x61\x82\x58\x5f\x4c\x61\x26\xb1\x84\xd8\x42\x7c\x77\x9f\x7c\xf8\ -\x1c\xae\x03\x6c\xe0\x7a\xc5\x2f\xa0\x30\xbb\xdb\xee\x76\xe2\x2f\ -\xc8\x44\x43\x86\xf8\x1b\x28\x3c\x4e\x74\x01\x69\x48\xe2\xb3\x64\ -\xe2\x03\x7c\x4d\x28\xd7\x29\xbe\xb2\x17\xf1\x0c\x2f\x71\x19\x11\ -\x82\xb0\x67\xe7\xa1\x61\xb7\xdf\x57\xf2\x87\x91\x93\xfc\x05\x59\ -\xb9\x9a\x0d\x90\xe9\x9f\x20\x2e\x26\x73\xb9\xff\x1f\x19\x60\x03\ -\x0f\x51\x98\xf3\xa5\x7d\x42\xe2\xfe\x19\xae\xa2\xef\x54\x86\xca\ -\xca\x0b\x23\x2d\x42\x98\xbe\x60\x20\x94\x7d\xe5\x4a\xb3\x3b\x1a\ -\x89\xc0\x30\x25\xf2\xf2\x0a\xcc\x44\x44\x89\xee\xfa\xb3\xfa\xd9\ -\xd1\xbd\xe1\x10\x80\xe7\x29\x0b\xef\xe0\x6b\x40\xc3\xf5\xc1\x83\ -\x2e\x64\xbb\xa5\xf6\xcf\x3f\xf2\x0c\x19\x37\x24\x56\xe2\xb2\xb5\ -\x39\x34\x55\xa8\x90\xee\xc2\xb8\xae\x43\x51\x05\x1c\x4e\x0d\x12\ -\x76\xc4\x62\x31\x5c\xba\x7c\x56\x35\xa5\x69\x9b\xfa\xe0\xc0\x9b\ -\x55\x5b\xd6\x27\x75\xb5\x61\x07\x08\xff\x27\x06\xc4\x0b\x2f\x0c\ -\x82\x10\xb7\x00\xc8\xa7\xd8\x80\x78\xfc\x3d\xb9\x64\x49\x1b\x3a\ -\x71\xb8\xa2\x04\xb3\x57\xfd\xd8\x35\xb2\x24\x4f\xf7\xfb\x3c\xba\ -\x3d\x27\x27\x47\x18\x86\x41\x1f\x8b\xa7\xc4\x26\x93\x06\x1c\x0e\ -\x07\x14\x45\xe1\x72\xe2\x98\x62\x3c\x1a\xc7\xc9\xd3\x47\x6d\xb7\ -\x3c\x30\x66\xec\xa1\x5a\xbd\x1e\x5d\x58\x24\x9e\xf3\x26\x60\xbb\ -\x59\x81\x59\x04\xa0\xde\x0e\x7d\xcf\x9f\xe4\x92\xf8\xd7\x32\x20\ -\xd6\xaf\x9f\x09\x21\x16\xa6\x3f\xc7\xe5\x66\xb7\xcf\x11\xcf\x3d\ -\xb7\x0a\x8b\x16\x9d\x3a\x73\xa6\x61\x7a\x7b\x54\x9f\xec\x71\x09\ -\x57\x56\x56\x01\x14\xa1\x90\xe0\x64\x4a\xb8\xae\xeb\x60\xb0\x68\ -\x9b\xcd\x06\xa7\xd3\x89\x68\x34\x0a\x29\x65\x7a\xbf\x69\x9a\x70\ -\x78\xa4\xe3\x67\x2f\x67\xf7\x07\xb0\x7f\x91\xa8\xae\x34\x60\xfb\ -\x25\x89\x4f\x8f\x09\x1d\xf6\x4b\x0b\xc5\x0b\xab\x9f\x97\x8f\x9e\ -\xbd\x96\x41\xcc\x57\xbe\x04\x52\x3e\xda\x8b\x49\x5f\xb9\xc7\xb3\ -\xe2\xc2\x85\x0b\x7b\x80\xe4\x3f\x94\x14\xe7\xb8\x8a\x8b\x8a\xe1\ -\x71\x7b\x58\x64\xfa\x4a\xab\xaa\xca\x02\x59\x30\x6f\x93\x6f\x7b\ -\xfa\x18\xd3\x82\xcb\xe5\x52\xca\xcb\xcb\x1f\xbb\x43\xfc\x24\xdb\ -\x80\xf1\x0b\xa4\xc5\xa7\x51\x6c\x42\x59\x36\x4d\x3c\xa1\x5d\x93\ -\x01\x08\xc1\xbd\xdd\x86\x6e\x58\x3c\x64\xc8\x80\x4d\x53\xa7\xfe\ -\x80\xc4\xdd\x94\x97\x9f\xe7\x64\xe1\x9a\xa6\xa5\xc4\x71\xe9\x30\ -\x2c\xe1\x6c\xc2\x32\xc0\x9f\x61\x13\xbc\xcd\xe4\xcf\xf3\xf1\xe2\ -\xe2\x62\xe4\xe7\xe7\xdf\x3e\xfa\xce\x41\xf3\xb9\x4c\x7b\x95\x02\ -\x39\x68\x04\x4a\x86\x5e\xab\x01\x3f\xba\xe1\x5f\xc7\x8e\x1d\xf1\ -\xd3\xa1\x15\x23\xfa\xb9\x5d\xce\xdc\xdc\x5c\x38\xec\x0e\x4b\x38\ -\x8b\xe6\xc8\x64\x81\x56\x64\xa6\x8f\xb3\x09\x0b\xbc\x8f\xae\x3c\ -\x06\x0c\x18\xc0\x46\xb4\x3b\x16\xdd\xfc\x48\x12\x71\x15\x7d\xc0\ -\x44\xb2\xf0\xda\x0c\x48\x79\x1c\x19\x78\xa2\xb2\x72\xd8\x9d\xc5\ -\xc5\x03\x1c\x74\x32\xa7\xc3\x09\x0b\x5c\xf3\x89\x44\x82\x6b\x9e\ -\x23\xd3\x32\xc2\x7f\x67\x1a\x60\xb3\x9c\x85\xf4\xf6\xc4\x89\x13\ -\xf9\xfb\xa9\xd2\x2b\x1b\x5e\x34\xba\x74\xba\xbb\x10\x7d\x20\x01\ -\xf3\xfc\xb5\x19\xc8\xcd\xad\x85\x10\xa7\x41\x58\x3a\x78\xf0\xe0\ -\xfb\x06\x0e\x28\x8f\x86\xdb\x34\x55\x51\x2d\x71\xdc\x69\x58\xb8\ -\xf5\x37\x47\x8b\xbd\x66\x84\xc9\x26\x18\x53\xa6\x4c\xe1\xd2\x49\ -\x77\x26\xce\xce\x9d\x2b\x26\x0c\xd4\x45\xb4\x47\x16\x24\xc4\xc1\ -\x6a\xf9\xd8\xc9\x6b\x32\x20\xef\xbd\xd7\xa0\xdc\x3e\x71\x5f\x4e\ -\x4e\xdb\x82\xf2\xf2\x61\x8d\x0d\x0d\x9a\x80\x60\xc1\x4c\xee\x34\ -\xdc\x55\x38\x5a\x46\x32\x0d\x71\x64\x13\x99\x4c\x8f\x91\x71\xe3\ -\xc6\x61\xe4\xc8\x91\x2c\x9e\xaf\x3e\x97\x50\xca\x40\xe1\xe0\x9c\ -\xbc\x09\x8b\x8a\x9d\x12\x32\xa3\xfe\xc5\x7e\x1d\xf6\xaa\xaf\x35\ -\x13\x0b\xc2\xc9\x93\x27\xeb\xea\x3e\x3f\x3c\x42\x9a\x40\x59\x59\ -\x59\xea\x84\x76\x6a\x8b\x46\x20\x80\x8e\x8b\x17\x91\xe8\xe8\x80\ -\xb3\xa0\x00\x4e\x1a\x8c\xc2\xe1\x60\xf1\x69\x33\x4c\x36\xc9\x8c\ -\x44\x22\xcc\xd4\xa0\xbd\xf1\xc6\x1b\xf9\x77\xac\x81\x9e\x36\x88\ -\xc6\x7f\x47\xc4\x39\xb3\x71\xd5\xec\x37\xe6\xb8\x4e\x0c\x53\x4d\ -\xe8\x17\xaa\xe5\xa2\x73\x57\x35\x91\x71\x73\xc3\x01\x4c\x83\x81\ -\xef\x40\x81\x0d\xc0\xc9\xea\x77\xaa\x5b\xa2\xe1\x70\x79\xc7\x96\ -\xf7\x80\xda\x5a\x7c\xde\xda\x8a\x78\x38\x8c\x28\x31\x4e\x27\x8c\ -\x03\xd0\x81\x74\x34\xc9\x80\xe6\xf5\x42\x25\x3a\xfd\x7e\x14\x8c\ -\x19\x83\xe2\xdb\x6e\x83\xe9\xf1\xa4\x04\x96\x94\x94\x80\xaa\x91\ -\xc5\x5b\x9d\x29\xdd\x91\x84\xd4\x61\x6b\x7f\x0f\x32\x7a\xb6\x70\ -\x41\xf5\x0f\xe7\xdd\x7a\xeb\xad\x4b\xe9\x98\x09\xc2\x7e\xb1\xde\ -\x43\x61\x3a\xb1\x80\x18\x20\xee\x18\x2f\x1f\x6e\xb6\x32\xd0\x29\ -\x7e\x3f\xfe\x09\xc0\xb7\x33\xd7\x89\xef\x1a\x9b\xbe\x9d\xbc\x67\ -\x51\x8e\x71\xe1\xa2\x25\xd4\x8a\x3d\xc4\x5b\x8c\x71\xec\x76\x2c\ -\x97\x32\xf4\x83\xaa\x2a\x14\x50\xd9\x94\x96\x96\xb2\x68\x9e\xdc\ -\xd2\xed\x96\x69\x8f\xd4\x40\x69\xdd\x8c\x58\xd3\x4e\x74\x94\xae\ -\x8b\x3e\xbb\xfe\x9d\x49\x55\x55\x55\x87\x49\x7c\x39\x80\x27\x89\ -\x5e\x58\xe8\x3c\xcd\x6a\x32\x71\x50\x01\xe3\x13\xdc\x62\x89\xcf\ -\xf8\x88\xda\xf6\xec\x6b\xd9\x2a\x89\xb7\x03\x29\x3a\xac\x98\x41\ -\xa7\xb5\x9f\x69\x6d\x67\xb0\x38\x2f\x0f\x77\xaf\x5c\x89\x8a\xc9\ -\x93\x31\x68\xd0\x20\x2e\x99\xd4\xd2\x82\x90\x31\xa9\x49\xb8\x5d\ -\x76\x68\x59\xa3\x60\xf3\x8d\x80\xfd\xca\x1a\xd7\xfc\xf9\xf3\x57\ -\x4e\x11\xa3\xf8\x83\x8f\x77\x13\x8f\xae\xd3\xfc\x23\x99\x73\x6a\ -\x5d\x43\x79\x4a\x2f\x8d\x17\x6d\x1d\x51\x91\x05\x06\x8b\xfb\x6a\ -\x88\xcc\xee\xa0\x69\xb8\x69\xee\x5c\xdc\x42\xe2\xcb\x48\x38\x5f\ -\x6d\x6b\x22\xe3\xd6\xc9\xd1\x82\x4f\x7c\x0e\xd5\x37\x29\x75\x52\ -\x53\x6f\x86\x23\xf6\x21\x0a\x1c\xc7\xee\xf9\xc9\x43\x8b\x3f\x40\ -\x35\xf2\xd1\x3b\x58\xda\x64\x2d\xc3\x51\x77\x8f\x66\xa4\xb5\x59\ -\x82\x71\x0d\x26\x1c\x39\x39\x28\x9b\x3d\x1b\xdf\x7a\xe0\x01\x94\ -\x0e\x1f\x0e\x9e\xf0\x58\x7c\x56\x56\x96\xd5\x4a\xd3\x33\x34\xef\ -\x77\xc5\x3f\x86\xcd\x3f\x0a\x50\xb3\xa0\xb8\x87\x42\x23\x03\xb6\ -\x78\x13\x1c\x81\xf5\x62\xd4\x8f\xab\x16\x07\xaa\x6b\xeb\x3d\x70\ -\x1a\xe8\x1d\xd9\x9d\x06\x04\x8e\x40\x62\x1c\x32\x41\xe7\xd8\x3f\ -\xd1\x76\x79\x68\x0d\x4a\xbe\xd2\x84\x10\xf0\x52\x67\x29\x9e\x37\ -\x0f\x83\x66\xcd\x42\x51\x71\x31\x0f\xd4\xf4\xec\xcb\x64\x58\xc2\ -\xd3\x4b\x89\xd0\xbb\xd0\x5c\xd9\x90\xc9\x30\x84\xe2\x86\x62\x2f\ -\x80\xea\x2e\x87\xcd\xdb\x08\x23\x76\x09\x7e\xdb\xd6\x91\x8d\x73\ -\xfb\x27\xf1\x56\xac\x01\xbd\xe3\x6c\xe7\x20\xde\x2f\x7c\x90\x58\ -\x03\x81\xc2\x2f\x89\xbd\xa2\xda\x5e\x99\xa3\xcc\x2c\xc8\xcb\x13\ -\xf1\xcb\x97\xc1\xd0\x5d\x2e\x24\xa8\x14\x44\x45\x05\x62\x95\x95\ -\xf0\x8d\x1e\x8d\xdc\xf1\xe3\xe1\x2f\x2a\xe2\x0e\xc3\x57\xd8\x5a\ -\xa4\xa5\x44\x76\x07\x9b\x32\x92\x3a\xe2\x17\x5e\x81\x26\xc3\xd0\ -\x3c\x03\xa0\x38\x4b\xa1\x38\x0a\x53\x59\x30\xf5\x16\x18\xe1\xcf\ -\xa0\xb7\x7c\x8c\x68\xcb\x3e\x04\x1c\x55\xc1\x0b\xb7\xec\xda\x93\ -\xad\xbb\x13\xf8\x32\x8e\x13\x7f\xae\x81\x20\xc7\xcb\x90\xa8\x13\ -\xcb\x11\xc7\xdf\x41\x62\x0a\x04\xf8\xcc\xa7\xf5\x02\xe3\xe5\xa0\ -\x50\x07\x94\xf5\xef\x5f\x99\xa0\x16\x1a\x9c\x34\x09\xfd\x96\x2e\ -\x45\x16\x75\x12\x5a\xf7\xf3\x3a\x86\xeb\x99\x45\xa5\xc5\x79\xa8\ -\x65\xfe\x6f\x88\xb7\x9d\x41\xfb\x17\x2b\x61\xd3\xe8\x24\xde\xc1\ -\x30\x13\xd9\x10\xaa\x17\x52\xe5\xd6\xaa\xd2\xdf\x0e\x32\x53\x04\ -\xcd\x3d\x08\xf6\xe8\x05\x78\x8c\xd7\xfc\xf2\x57\xd3\x54\x73\x55\ -\xa3\xae\x40\xb1\x86\xd9\x3e\xe2\x33\xd4\x85\xa4\x96\xee\x9a\xa3\ -\x64\x23\x85\xdf\x75\xb5\x54\x17\x99\x8a\x80\x3f\xa5\x8b\x5d\x5a\ -\x56\x56\x65\x9b\xa2\xa0\xe2\xe9\xa7\x31\x60\xe8\x50\xab\x8f\xf3\ -\xa4\x95\x5e\x42\x5f\x0d\x3a\xce\xbe\x88\x2f\x6a\x56\xc0\xe1\xee\ -\x47\x65\x36\x00\x86\xdd\x0f\x45\xcb\x22\xd1\x4c\x17\x20\x6c\xa0\ -\x74\x40\x68\x5e\x28\xae\x62\xa8\x9e\xc1\x70\xb5\xec\x42\xd9\x3d\ -\xb3\x6e\xda\xb0\xf3\xe8\xb4\x39\xdb\x46\xc6\x00\x84\x48\xf8\xc5\ -\x3e\x6f\x68\xb8\x42\x31\x1e\x11\x6b\xbb\x5d\x51\xea\x4c\x12\x1a\ -\xbb\xe1\x86\x48\x56\x7e\xbe\x1b\x04\x16\xcd\x75\x7d\xb5\x30\xc2\ -\x87\xd1\x7e\x6c\x05\xa2\x97\xde\x85\xdf\xae\xe3\x7c\xc0\x8e\xec\ -\xec\x20\xd5\x7c\x00\x8a\x8d\x32\x90\xa0\x01\x4c\x06\x68\x07\x19\ -\x92\x20\x37\xb4\xdf\x4f\xe3\xa3\x3f\x0c\xcf\x40\x64\x05\xab\x7d\ -\xd3\x57\x2c\xfa\xe9\x84\x6d\xb7\x3d\x24\xa5\x4c\xf6\x79\x47\xf6\ -\x1f\x10\xfd\xe2\xc0\x24\x01\x08\x00\xc7\x1e\x81\x3c\xa1\x9b\x66\ -\xc8\x8c\x46\x71\xc5\x34\xff\x9b\x96\x02\xdf\xe7\x1e\x6e\xb7\xb3\ -\x80\x6c\x7c\x25\x62\xe7\x90\xa8\x5f\x83\xf8\xc5\x37\xa9\x54\x62\ -\x24\x52\x83\xc3\x61\xc0\xe7\x0c\xa1\x25\x90\x0d\x97\x3b\x00\xc3\ -\xe6\x23\xd1\x5e\x98\xaa\x9b\x8e\xdb\x21\x53\x73\x83\x1d\x42\x71\ -\x92\x9f\x5c\x68\xce\xfe\x70\x44\xf6\xa0\xbf\xf7\xcc\xfc\xb7\xef\ -\xbe\xfb\x23\x3a\xf8\x01\xa4\xac\xef\x61\x60\x1d\xc4\x5d\x14\x16\ -\x88\x8c\x76\xfe\x02\x44\x8d\xa1\xa2\x51\x21\xd1\x1d\xbb\x77\x1f\ -\x68\x6b\x6b\xeb\x47\x06\x26\xb2\x01\x9e\x49\x79\xa0\xf6\x05\xb3\ -\xf1\x75\x88\x0b\x4f\x42\x90\x70\x95\x84\x9b\x26\x51\xb5\x51\x34\ -\x90\xeb\x0e\xe3\x7c\x28\x84\x70\x5b\x16\x7c\xb6\x16\x32\xe0\xe1\ -\x12\x22\xb2\x01\x15\x82\xb6\x53\xdd\x4a\xb8\x21\xb5\x5c\x08\x67\ -\x09\xbc\xe1\x97\xb5\xfe\x77\xfd\xed\xef\x23\x9b\x37\xef\x75\x0b\ -\xc1\x63\x60\x0d\xa4\x6c\x53\x40\x78\x11\x62\x0c\x85\x87\x89\xa2\ -\xdb\xc4\x34\xd5\xf5\x20\x26\xb1\x01\x27\xa0\xd7\xd4\xd4\xfc\x9a\ -\x16\x66\x06\x65\x02\x14\x53\x63\xa0\x2f\x08\xdf\x14\x70\x43\x52\ -\x48\x34\x4f\x6a\xaa\x4a\xcc\x88\x3e\x67\x10\xcd\x81\x20\x8c\x38\ -\x75\x1d\xbd\x85\x32\xd4\x0a\x53\x0f\x42\x26\x42\xb4\x1d\x06\x57\ -\x8a\x84\x06\xa8\x94\x1d\x25\x1f\x0a\x92\x70\x0f\x3b\x9f\x7f\x6a\ -\xda\xb4\x22\x00\xe3\x88\x2b\x78\x20\x2a\x5d\x93\xee\x2c\xf4\x01\ -\xb5\x12\x23\x05\x9d\x90\x33\xb3\x7c\xf9\xf2\x0f\x9a\x9b\x9b\xdf\ -\x61\xf1\x96\x89\xbe\x56\xb3\xc2\x59\x06\x14\xfd\x3d\x00\xc9\xa2\ -\xd9\x08\x47\x62\x67\xcc\x76\x46\x48\x6c\x10\xad\xad\x6c\x22\x40\ -\x6c\x85\x41\x26\x92\x7a\x90\x18\x82\x99\xa4\xe3\x30\x21\x85\x03\ -\x0a\x95\x19\x6c\xfd\xe0\xee\xd8\x84\xe8\xa3\x3f\xfa\x56\x90\xdb\ -\x15\x50\x49\x1c\x6e\xb5\x8f\x1c\xf4\x01\xc5\x0d\x8f\xa0\x72\xe1\ -\x3f\x49\x6c\xec\x8d\x37\xde\x58\xd5\x41\xb0\x0c\x30\xfb\x82\x56\ -\xf2\x08\x4c\xad\x90\x45\x67\x9a\x48\xd3\xcf\x59\x68\x09\x42\x8f\ -\x06\x52\x59\x48\x52\x4c\x92\x11\x33\xd1\x46\x66\x3a\x00\xd3\x60\ -\xfb\x90\x8a\x0b\xc2\x96\xc3\x57\x05\x0e\xcf\x36\xcf\x91\xfb\xef\ -\xaf\x90\x48\x61\xa0\xd2\x55\x2a\xe7\xfa\xac\x65\x13\x64\x58\xc0\ -\xec\x2a\xaf\xea\xea\xea\x43\x17\x2f\x5e\x7c\x95\x0d\x7c\x65\x29\ -\x71\x4b\x2c\xfb\x25\xd7\x7d\xba\x7c\x14\x8a\x96\x11\x8f\x83\xda\ -\xb0\xd2\x65\x22\xd2\x8c\x44\xbc\x99\x0d\xa4\xb2\x60\xb0\x09\xca\ -\x42\xe7\x99\xed\x80\xe6\x25\xe6\x01\x8a\x03\xa1\xa9\x53\x8b\xc2\ -\x00\x67\x21\x90\x32\x20\x81\x2d\x14\x92\xbd\x36\x92\xa3\xf8\x98\ -\xcb\xc4\x1a\xdc\xdc\xc6\x9e\x7a\xea\xa9\x27\xc3\xe1\xf0\x65\x4a\ -\x44\x3a\x0b\x3c\x89\xf5\x06\x35\xef\x7b\x90\xde\x9b\xa1\x28\x5a\ -\x46\x09\xb1\x91\x54\x4c\x8f\x85\x8e\x70\x00\x89\x58\x80\xb2\x40\ -\x63\x22\x1e\x24\x72\x16\xda\x21\xcd\x24\xf8\x02\x4a\x38\x29\x9b\ -\x7e\x84\x5d\x73\x11\xcb\xc9\x71\xb7\x6a\x5a\x10\xc0\x81\x94\x01\ -\x6e\x97\x82\x47\x35\x10\xce\x18\xc0\xa6\x02\xbc\x71\xe9\x79\xd4\ -\x4a\xbe\x97\xcd\xe8\x58\x7b\xf7\xee\xbd\x40\x77\x6a\xff\xc6\x06\ -\x38\x0b\xd6\xad\x65\x5f\x50\x07\x3d\xce\x99\xb4\xc4\xa7\x29\xc8\ -\x94\xcd\x26\x90\x6d\x6b\x45\x53\x4b\x90\x0c\x50\x19\xe9\x64\x24\ -\x35\x1e\x42\x6c\x80\xc6\x42\x14\x86\x61\xc2\x94\x0a\xa2\xea\x68\ -\xe8\xa6\x13\x46\x34\x92\xdc\x25\xc4\x33\x3c\xd2\xd3\xa2\x1e\x86\ -\xdc\xf9\x12\xc4\xbe\x28\x30\x52\x05\x5c\x00\x0e\x2f\x80\x0c\xd5\ -\x1a\x62\x7a\xea\xec\x19\x06\xf8\x4e\x49\x08\xb1\x76\xeb\xd6\xad\ -\xf3\xa9\xa5\x0e\xe7\x96\x6a\x2d\xda\x68\xbb\xe7\x80\x76\x95\x03\ -\x05\x3f\x84\x68\x7e\x85\x85\xa7\xdb\xa9\x50\x6c\x94\x19\x03\x7e\ -\x77\x07\xea\x29\x0b\xa1\xa0\x1d\x3e\x38\xa0\x49\x1b\xa4\x14\x50\ -\x4c\x89\xa4\xe0\x45\x21\x17\x92\x13\x01\x4c\xa2\x72\x8d\xa1\xb9\ -\x2d\xfc\xfe\xc2\x44\xe2\xd3\xfb\xba\x4d\x64\xbc\x10\xe2\xcb\xb8\ -\xbf\xdb\x6d\x41\x32\x95\x81\x9e\x0f\xb9\x42\x87\x0e\x1d\x5a\x3d\ -\x61\xc2\x84\x97\x49\xb8\x20\xc2\x62\x6f\x4b\x0b\xb5\x74\x31\x92\ -\x81\xb7\xa1\xa8\x01\xa8\x9a\x81\x64\x92\xc7\x02\x9b\xe8\x8c\xd9\ -\xf6\x10\x9a\x9b\x1d\x70\x39\x79\x2e\xa0\x4c\x71\xa3\x31\x78\x2e\ -\xe0\xf9\xc1\x8b\x2b\x72\x06\x12\x49\x83\xc7\x9b\xbe\x6d\xc7\x8e\ -\xb5\x52\x4a\xfd\xaa\xde\x0f\xc4\xf8\x67\x92\x49\xa0\x9b\x01\x49\ -\x58\xb6\x6c\xd9\x5b\xa1\x50\xa8\x86\xc6\x03\x98\x56\x39\xf5\x0a\ -\xd5\x03\xa5\xf4\xe7\x00\x24\xcf\xc8\x24\xca\x46\xe2\x55\x32\xcb\ -\x51\x83\xd7\x6d\xc0\xa4\xb6\x1a\xa0\x4c\xe8\x34\x16\xf4\x28\x33\ -\x84\x24\x35\x88\x80\x76\x3b\xe2\x64\x98\x1f\x16\x50\x03\xa9\xa5\ -\x12\xae\x01\xe1\x6a\x0d\x24\x4d\xfa\xa2\xda\xdb\xba\x49\xca\x8e\ -\x8f\x3e\xfa\x68\x25\x89\x4f\xb4\xb7\xb7\x83\x22\x38\xf2\xd3\x88\ -\xde\xa0\xf4\x9b\x03\xd3\x3d\x86\xc7\x02\x09\x57\x3b\x4b\x48\x50\ -\x24\xf2\x20\xcf\x76\x45\x70\xa5\x29\x84\x28\x0d\xe8\x78\xa4\x15\ -\x7a\x42\x47\xdc\x3f\x17\xba\xe1\xe1\xdf\xe4\xdf\xbf\xb4\x7d\xfb\ -\xfb\xbf\xaf\xaf\xaf\x8f\x5e\xb5\x81\x08\xfd\x33\x68\x80\x1a\x80\ -\x8a\x5e\xb0\x66\xcd\x9a\xdd\xc1\x60\x70\x33\x2d\x33\xc0\x64\x13\ -\x14\xfb\x6c\xad\xea\x40\x1a\xd0\x12\x9d\x59\x10\x1a\xc0\xb1\x2b\ -\x0b\x6e\x87\x02\x9b\x08\xa1\xb1\x39\x04\x53\x2b\x82\x36\xe8\x57\ -\x88\x19\xb9\x96\xf8\x96\x4d\x9b\x36\x2d\x7d\xfd\xf5\x37\xdf\xbb\ -\xa6\x57\x4c\xdb\xa4\x3c\xb4\xfb\xec\xd9\x0d\xc7\x80\x2a\x30\x7a\ -\x66\x21\xbe\x61\xc3\x86\x95\x74\xe5\xdb\x2c\xf1\x16\x39\xe5\x99\ -\xcf\x48\x19\xc2\x53\x09\xe4\xdd\xcb\xe2\x89\x6a\x5a\x3c\x98\xb4\ -\xcf\xe7\x91\x70\x95\xfc\x0d\xdc\x95\x55\xd0\x0d\x57\xea\x42\x50\ -\xb7\x6b\xdb\xf8\xe6\xc6\xe5\xaf\xbe\xfa\xea\x7f\x49\xc2\x37\xfa\ -\x92\x8f\x21\x48\xc9\xba\x75\xeb\x9e\x29\x28\x28\x58\xec\xf3\xf9\ -\xc0\xf4\xfb\xfd\x1c\x79\xc1\xd7\xe3\xb1\xba\x4c\x86\x20\xeb\x66\ -\xa5\x6a\x3c\xae\xc7\xa0\xc7\x63\x88\xc6\x74\xe8\x54\xe7\xce\xa1\ -\x4f\x40\xe4\xfe\x55\xfa\xa1\x58\x6b\x6b\x6b\xcb\x9b\x6f\x6e\x5c\ -\xfd\xdc\x73\x2f\xfc\x89\xe7\xa0\x6f\xfa\x15\x93\x95\x05\xa3\xa8\ -\xa8\xe8\x37\x54\x4e\x73\x49\x64\x7f\x4b\xac\x75\xe3\xce\x6d\x36\ -\xd3\x00\xe0\x80\x5a\xf8\x18\x50\xff\x34\x5f\xf5\xd4\x7a\x47\x2b\ -\xbc\x0b\x5a\xf1\x42\x24\x91\x4d\xf5\x1f\x49\xcd\x2b\xa7\x4e\x9d\ -\xda\xf5\xd2\x4b\x2f\xfd\x76\xcb\x96\x2d\xef\x5b\xe2\xbf\x71\x03\ -\x16\x1a\x1b\x1b\x9b\xce\x9f\x3f\xff\x47\x7a\x74\xf8\x2f\x99\x8f\ -\xd0\x99\xfc\x44\x22\xd3\x00\x1b\x83\x63\x06\x6c\xea\x46\x1a\xd4\ -\x5e\x24\x4b\x17\x20\xa9\x0d\xe4\x72\x21\x46\xb8\x11\x84\x3f\xfc\ -\xf0\xc3\x0d\xb4\x6c\xf9\xdd\xe9\xd3\xa7\xeb\xaf\xf5\x2d\x25\x9f\ -\xc8\x36\xc9\xe3\x19\x71\xc7\x8c\x19\x63\x0a\x9c\xce\x21\x76\xd3\ -\x2c\xa2\xe7\xa1\x3e\xcd\xe5\x12\x06\x10\xa2\x2e\x70\xb4\x76\xdf\ -\xbe\xba\xc3\x81\xc0\x17\xf5\x52\x9e\xcb\xf8\x5e\xd6\xda\xb5\x6b\ -\x77\x7b\xbd\xde\x11\x74\xc3\xc3\xc2\x2d\xf6\xb8\x77\xe0\xcc\xf0\ -\xd3\x88\xa4\x74\x5a\x4f\xbb\x99\x92\x7e\xfb\xd3\x8d\x1b\x37\x56\ -\x1d\x38\x70\x60\xe3\xf1\xe3\xc7\xe3\x57\xfd\x9a\xf5\xbb\x42\x14\ -\x7f\x77\xd8\xb0\x25\x53\xe7\xcd\xfb\xbe\x2f\x27\xa7\x34\xb7\xb0\ -\xd0\xab\x71\x93\x36\x4d\x21\xe8\x64\x02\x80\xa4\x68\x95\x85\x29\ -\xa5\xd9\x11\x0c\xea\xad\x6d\x6d\x2d\x3b\x5f\x7c\xb1\xe6\x60\x43\ -\xc3\x6b\x7f\x96\xf2\xed\x85\x0b\x17\x3e\x58\x51\x51\xb1\x8e\x6e\ -\xfa\x6d\x2c\x9c\xcc\x30\xd9\x84\x75\x1b\x9a\xf9\xe2\x83\xc9\xf5\ -\x1e\x3b\x71\xea\xc4\xc7\xb5\x35\xb5\x6f\x6d\xdf\xbe\xfd\x2f\x54\ -\x3a\xf5\x57\x3d\xfe\x66\x02\xfe\x29\xc0\xda\x12\xe0\xb6\x81\x2e\ -\x57\x49\xfe\x8c\x19\xf0\x8e\x18\x01\xf0\x6c\x4a\x42\x19\x92\xa3\ -\x94\x16\xd3\xdb\x7c\xaf\xdc\x5e\x57\x87\x60\x4d\x0d\xda\x4c\x33\ -\x76\x1c\xf8\xfc\x33\x60\x41\xf6\x82\x87\x96\x54\x0c\x1d\x7a\xbf\ -\x2f\xdb\xe7\x64\xf1\xfc\xa4\x82\xa3\xdb\xed\xce\x34\xc0\xdd\xe5\ -\xd2\x91\x23\x47\x76\x50\x8d\xff\xe7\xb1\x63\xc7\x76\xd0\xd5\x0f\ -\xe0\x1a\x21\x56\x03\x6f\x8d\x03\xfe\x5a\x64\xee\x24\xf1\x2a\x9d\ -\x54\xa1\x13\x72\x54\x29\xfd\x7c\x53\x63\xf0\xaa\x93\xe7\x04\x1a\ -\x64\x1c\x4d\xda\xe6\x65\x86\x05\x1d\xd0\xdf\x06\x9e\x59\x07\xac\ -\x9b\x3c\x79\xf2\x5d\x63\xc7\x8f\xbd\x83\x4c\xf8\xb2\xbc\x59\xf4\ -\xbf\xcf\x4d\x83\xb9\xbd\xa9\xa9\xe9\x7c\x43\x43\xc3\xd9\x83\x9f\ -\x1e\x3c\x76\xe6\xf4\x99\x33\x34\x93\x7f\xc1\x19\x00\x60\x76\xd1\ -\xc8\x88\xc9\x0c\x26\x78\x0d\xd6\xc3\xc0\xaf\x81\x95\x64\x60\x85\ -\xad\x97\x17\x7a\x8a\xdd\x0e\x8d\xda\xa1\xca\x8f\xcc\xc9\x0c\x6f\ -\x83\xbb\x0b\xbf\x46\x62\x23\xd4\xf7\x13\x3c\x79\x75\x74\xc4\xeb\ -\x80\x23\x07\x81\xbf\x6c\x02\x36\xf3\x57\xbb\xa8\x11\x6d\x54\x3a\ -\x0e\x7a\x92\xe1\xa7\x72\x49\x52\x6b\x0c\x03\x90\x5d\xc7\x45\x06\ -\x25\xb3\x9b\x78\x9d\x85\xf7\x7c\x30\x9e\x66\x4c\x80\xf0\x5b\xe0\ -\x67\x2e\xe0\x7b\x3e\xe0\xc6\x1c\x20\xdf\xd7\xaf\x9f\x9d\x5f\x58\ -\xa0\xa0\x00\x32\x2f\x4f\xea\x5e\xaf\x11\x77\x3a\x65\x84\xae\x80\ -\x1e\x8d\x26\x13\xa1\x90\xde\xde\xdc\x1c\x69\x69\x6c\xbc\x74\xa9\ -\xa9\xe9\xc4\x27\xa1\xd0\xd6\x7d\x86\x71\xc0\x9a\x6c\x33\x0c\xa8\ -\x99\xb1\x0f\x5a\xc9\x17\x19\x06\x92\x96\x81\x6e\xc2\x23\x5d\x8c\ -\x31\xb9\x7d\x7f\xa9\x0b\x8d\x15\xc2\x3f\x1c\x18\x55\xa4\x28\xe3\ -\x92\x9a\x66\x0f\x0b\x11\x6a\x8c\xc7\x9b\x3a\x80\xf6\x56\x20\x70\ -\x02\x68\x8c\x77\x7e\xd9\xe8\xa2\xe8\x5b\x2c\x47\xa6\x85\xcc\x2b\ -\x6c\x45\x66\xcf\xd2\xe9\x63\xbf\xd9\x5b\xc7\xfc\x1f\x1c\x51\x8d\ -\x45\x1a\x3f\x3c\x8c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x29\x27\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x10\x06\x00\x00\x00\x07\x92\x25\xc4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x37\x5c\x00\x00\x37\x5c\ -\x01\xcb\xc7\xa4\xb9\x00\x00\x00\x09\x76\x70\x41\x67\x00\x00\x00\ -\x30\x00\x00\x00\x30\x00\xce\xee\x8c\x57\x00\x00\x00\x06\x62\x4b\ -\x47\x44\xff\xff\xff\xff\xff\xff\x09\x58\xf7\xdc\x00\x00\x28\x84\ -\x49\x44\x41\x54\x78\xda\xcc\x9b\x07\x54\x54\x57\xd7\xf7\x07\xb1\ -\x8b\xbd\x62\x23\x8a\x62\x6c\xa8\xd8\x62\x8d\x1a\x15\x23\xc1\x12\ -\x7b\xef\x25\x1a\x0d\xb6\x24\xb6\x98\xd8\x13\x63\x2c\xb1\x43\x62\ -\x8b\xa8\xd8\x7b\x41\xb1\x2b\x28\x4a\x97\x3a\x33\x4c\x1f\xa6\xf7\ -\x72\x87\xb9\xe7\xfb\x6f\x1d\xf1\x7b\x78\xd6\xb3\xd6\xfb\x9a\xbc\ -\xef\x7a\xef\x6f\xad\x6c\xcf\x6d\x73\xef\x7f\xef\xb3\xf7\x39\xe7\ -\x12\xc1\xff\xb5\x4d\xb2\x89\x10\xf8\xf9\x9a\x9d\x02\x3b\x13\x82\ -\x93\x7f\x95\x27\xfc\xc6\x78\x5a\x12\x7e\x1e\xf6\x66\x2b\xd3\x88\ -\x2d\x20\x04\x6a\xb6\x88\x10\x08\xde\xee\x17\xf8\xfb\xae\xaf\xe8\ -\xb3\x82\xef\x64\x84\x60\xe6\xdb\x56\xb5\x9b\x33\x3e\x22\x42\x3b\ -\x6e\x2d\x24\xbe\x6c\x56\x3b\x9d\x68\x76\xb3\xf2\x3d\x42\x30\xbf\ -\x5e\x03\x42\x20\x68\xb4\x8f\x18\xb9\x61\x84\x9c\xd8\xbe\x7f\x91\ -\x88\x68\xff\xd9\xa4\xdb\x84\x40\xd0\xea\x0d\x7e\xe7\xcb\x14\x10\ -\x25\xaf\x51\xae\x62\x05\xe2\xff\x8e\xae\x3e\x61\x4a\x9a\x6d\xeb\ -\x0f\x21\x04\xfb\x8e\x76\x27\xfc\xba\xba\x9f\x12\x7e\x29\x6f\xcf\ -\xf3\x33\xb1\xc9\x84\xa0\x90\xf5\x22\x4a\xae\x2f\xe3\xbb\xbe\x7c\ -\x78\x30\x21\x28\x7b\xd6\x4a\x08\x3e\x79\xbb\xbb\x6a\xdf\xb1\x4f\ -\x89\x8f\xe3\x63\x1e\x11\xc3\x5a\x24\x44\x10\xab\xc2\xd3\x55\xc4\ -\xc9\x1f\xc4\xc7\x88\x94\x66\x9a\x8f\x08\x53\x23\xe5\x6c\xc2\x79\ -\x77\xc0\x51\x62\xf8\x95\xb3\x17\x09\x08\x7f\x83\x68\x3a\xa5\xee\ -\x6c\xa2\xa8\x5f\xd3\x18\x82\xb1\x10\x01\xc1\x55\x6c\xdc\x8f\x58\ -\xda\xb5\xd3\x46\x02\x91\x32\x98\xf0\x1b\xe6\x7b\x3e\xff\x0a\xf1\ -\xc4\xff\xbe\xb0\xad\xeb\x0d\x25\x04\x7b\x0f\x7f\x4e\xf8\x75\x73\ -\x77\x26\xfc\xb2\x7c\xc2\x32\x36\x81\x10\xe8\x59\x3b\xe2\xdf\x84\ -\x2d\x57\x73\x33\x21\xa8\xec\xdb\x5f\xeb\xed\xee\x00\xe1\x98\xe9\ -\xc4\xc7\xe7\xa3\x19\x31\x6c\xc3\xdd\xed\xc4\xea\xa8\xf4\x26\xc4\ -\xe9\x68\xf1\x24\x22\xfd\xaa\x4a\x4d\x58\xe2\x75\x4a\x82\x31\x63\ -\x38\xc1\x44\xc6\xab\x04\xda\x15\x08\xe6\xd2\xff\x44\xf0\x09\xc6\ -\x42\x82\xb1\xd5\xf3\x89\xe5\xdd\xdf\xbd\x4f\x9b\xc5\xc4\x99\xdb\ -\x55\x03\x09\xc6\x82\x17\x10\x5c\x52\x53\x46\xf0\x65\xcb\x2f\x21\ -\x18\x2b\xdf\x80\x88\x9c\x57\xfe\x10\x81\xc8\x48\x21\xca\x5c\x29\ -\xb7\x86\xf8\xe7\x74\x6e\x55\x67\x03\x21\xd8\x15\xb3\x92\xf0\xeb\ -\xe4\xaa\x49\xf8\xa5\x95\x08\x3b\x8a\x10\xb8\x78\x15\xf1\xef\xc2\ -\xfa\x4f\x24\x04\x55\x7d\xfb\xcb\xfb\x84\x1d\x32\x7a\x19\xd1\x2a\ -\x36\x3a\x8c\x88\xec\x72\x67\x13\xb1\x32\x27\xd5\x4c\x9c\xcc\x10\ -\x95\x25\x52\x5d\xca\x15\x84\xf9\x63\xed\x5a\x82\x31\x3d\x47\x30\ -\x9d\xe1\x10\xc1\x3c\x86\x16\x04\xe3\xf4\xb3\x08\xc6\x7c\x0e\x28\ -\xab\x63\x84\xf7\x63\xfd\x6e\xc2\xdb\xd6\xf0\x1d\xc1\x7f\x66\xa8\ -\x4f\x14\x6f\xb1\x66\x12\x8c\x9d\xdc\x4e\xfc\x72\x77\x77\x2c\xb1\ -\xe4\xc9\xbd\x04\x82\xb1\x85\x0b\x08\x6f\xef\xa6\xc7\x09\xe6\x29\ -\x17\x42\xb0\x56\x82\x75\x84\x67\x71\xb9\x65\x44\x0f\x4f\xb9\x18\ -\x42\x20\x28\xbb\x98\x28\xd3\xb8\x6c\x10\xf1\x5f\x17\xf8\xe3\x75\ -\xfd\x08\xbf\xca\xce\xdd\x84\xdf\x6b\x5f\x8e\x2d\xc3\x22\x09\x3f\ -\x7f\x7e\x3d\x51\x5a\xd8\x92\x5c\x5b\xeb\x5f\x6f\x57\xe5\xc6\x28\ -\x2b\x11\x22\x3a\xb4\x96\xf8\x22\x34\x7e\x02\xf1\x7d\x42\x4a\x37\ -\x22\x36\x25\xdf\x4c\xa4\xb6\x90\x37\x20\x4c\x07\xd5\x66\x82\xf1\ -\xda\x19\x04\x33\xea\x6a\x10\x8c\xd3\x3e\x23\x60\x7b\x11\x8c\x69\ -\xfd\x08\x16\xa8\x9d\x47\x78\x7b\xea\x22\x09\x6f\x98\x3e\x8a\xe0\ -\x9b\x18\x56\x12\xac\x8d\x71\x10\xc1\x0a\x8d\x72\x82\x31\xd3\x2c\ -\x82\xf1\x26\x8b\xc9\x6c\x32\xa1\x27\x8c\x34\x8e\x30\x0e\xe3\xb7\ -\xbb\x73\x08\xc6\x6e\x96\x23\x92\x03\xfa\x4f\x24\x24\xbf\xdc\xff\ -\x88\x60\xcc\xf1\x1b\xc1\x22\x8f\xdc\x22\x8a\x45\x4d\x06\x12\xef\ -\xfa\xfc\x06\xcd\xbf\xbe\x77\x99\xad\xfe\x5a\xe2\x6f\x07\x7c\x89\ -\xc0\xf5\x4a\x09\xdb\x6e\x54\x53\x22\xa4\xda\xa1\x32\x44\x44\x87\ -\xdb\xc1\xc4\x77\xc7\x5f\xf6\x20\x4e\x24\xe4\x8e\x21\x52\x06\x14\ -\xba\x08\xa3\x47\x11\x45\x30\xb5\xea\x28\xc1\xac\xea\x5e\x04\x73\ -\xab\x38\x82\x71\xaa\x68\x82\x31\x55\x1c\xc1\x5a\xa8\x27\x13\xde\ -\x4f\x8b\x7e\x23\xbc\xa1\x1a\x25\xc1\xd7\xd3\x75\x27\x58\x4b\xfd\ -\x34\x82\x09\x0d\x43\x08\xc6\x0c\x0e\x82\xf1\xc6\x71\x60\x2c\x84\ -\x6e\x6e\x6a\x66\x0a\x62\xcc\xdc\xc0\x5c\xd7\x5c\x0b\xf6\xb1\xf9\ -\xa1\xf9\x3e\x63\x96\x50\x4b\x98\xa5\x3b\x6c\x82\x25\xcd\xa2\xc4\ -\x79\x3b\x4c\xb1\xa6\x07\xcc\xeb\x7d\x41\x30\xb6\xfc\x18\xc1\xba\ -\x06\x07\x11\x7c\x74\xe8\x43\x82\x29\x36\x74\x20\xf8\x75\xe9\xdf\ -\x11\x8c\x9d\x13\x13\xf9\x87\x7c\x35\xa7\xf5\x3b\x65\xc6\x3e\x26\ -\x04\xfb\x4d\x41\x04\x52\x11\x47\xfc\x97\xf5\x2e\x7b\x67\x68\x0d\ -\x22\xf8\xc0\x81\x38\x62\x68\xdc\xad\x02\xe2\xdb\x19\xc9\xf7\x88\ -\xbf\x2e\xe5\x0c\x26\x5e\xcd\x11\x39\x08\xe3\x6c\x69\x53\x82\x25\ -\xca\x6a\x10\xcc\x25\x1b\x48\x30\x97\xd4\x41\x30\x4e\x7a\x8e\x60\ -\xcc\xd7\x0e\x93\x69\x09\xef\x20\xc5\x0c\xc2\xdb\x46\x15\x40\xf0\ -\x35\xd4\x7f\x10\x2c\xa8\xc8\x41\xb0\x7c\x8d\x83\x40\xa4\xdf\x24\ -\x18\xaf\x93\x03\x19\x52\x8e\x41\xaf\xd7\x6b\x21\xb8\xd3\x60\x33\ -\x98\x21\xa0\xbf\xc9\xcf\xc8\x43\xe0\xaf\xcd\xdf\x98\x97\x31\x66\ -\xd5\x5a\x39\x5b\x15\x58\x93\xad\xa2\x2d\x04\xb6\x8a\xb5\xbd\x75\ -\x2c\xec\xd7\xd6\xb5\xd6\x5d\x8c\xd9\xa4\xb6\x27\xb6\xe3\x68\x0f\ -\xb6\xe4\x5b\x26\xb3\x77\x1b\x77\xb5\xfe\xd5\xc0\xab\x0d\x19\xeb\ -\xbc\x90\x60\x03\x3b\xa7\x13\x6c\x68\x70\x26\xc1\xf8\xca\x27\x09\ -\x3e\xa1\xab\x9c\x60\xaf\x4e\x3d\x24\x22\x7f\xb9\xed\x20\x04\x82\ -\xcd\x59\x44\x99\xe9\xab\xce\x11\x25\x82\xfa\xfd\x37\x03\xbe\xea\ -\xda\x73\xc3\x88\x63\xe7\x55\x36\x82\x31\xc9\x59\xc2\x9b\x2f\xad\ -\x49\x30\x56\xd8\x96\x60\x9c\x68\x18\xc1\x98\x70\x14\xc1\x7a\x89\ -\x06\x11\xde\x88\xc2\xfa\x84\x37\x44\x62\x21\xf8\x4a\xb2\x04\x82\ -\x05\x2a\x86\x10\x2c\x47\x19\x0d\x28\xd2\xb3\x09\xc6\xab\x5f\x82\ -\x64\xc6\x34\x75\x34\xb5\x34\xb8\xbf\x76\xbf\x76\x8f\x76\x27\x84\ -\xfe\x56\xbf\x5c\xbf\x04\x02\xb7\x33\x85\x9a\x3a\xc1\xee\x31\x1d\ -\x31\x5d\x80\xd0\x6b\xcc\xbf\x99\x21\xa0\xa5\x06\x62\xf9\x4b\xd8\ -\x0d\x96\x3d\x96\xd3\x38\x1e\x87\x33\x56\x32\xa6\xac\xac\xb8\xaa\ -\x88\x64\x4c\xed\x54\x2f\x55\xa1\x32\xd9\x6b\xd8\xbe\xb2\x1e\x43\ -\x0a\x29\x74\xec\x72\x74\x86\xf0\x39\xb6\xf1\x36\x2b\xac\xd7\xae\ -\x77\x75\x61\x4c\x76\x44\xd9\x48\xfd\x3d\x63\x23\xed\x23\x1d\x23\ -\xe1\xc8\x7e\xcb\xfa\x2d\xed\xf7\x0d\x33\xb4\xf0\x00\x2f\x63\xcd\ -\xcf\x10\xc5\x05\xfe\xc9\xc4\xbb\x94\xb3\xeb\xb3\x77\x8a\x95\xff\ -\x81\x28\x53\x58\x57\x43\x08\x04\xed\xee\x11\x82\x72\x8d\xaf\x13\ -\xff\xed\x8c\x53\x6e\xc2\xee\x39\xc4\x46\xa1\xec\x0a\xc1\x58\xfe\ -\x3c\xc2\x13\x2e\x6c\x4d\x78\xfb\x08\xa7\x13\xbc\xbf\x90\x23\x58\ -\x1d\xf1\x34\x82\xbd\x96\x94\x27\x10\xe9\x4b\x09\xc6\xcb\x7e\x07\ -\xbb\x19\x53\x54\x57\x54\x53\x04\x40\x98\x2b\xca\x8b\xca\x73\x10\ -\x66\x92\x7a\xa2\x7a\x1c\x63\x45\x45\x45\xda\x22\x23\x8a\xe4\x5f\ -\xba\xcb\xba\x47\x10\x7c\xb5\xfe\x77\xfd\x25\xc6\x20\xfb\x3e\x7d\ -\x02\x8e\x97\x2d\xaa\x5b\xd4\x06\x01\x90\x21\x79\x28\x39\x0f\x87\ -\x89\x54\xbf\xab\x7a\xe2\x3e\xbf\x2a\xdb\x2b\x6e\x43\x38\xa5\xec\ -\x4b\xe9\x61\x04\x80\x4a\x78\x40\xd8\x83\xb1\xb4\xba\x69\xab\xd2\ -\x2c\x8c\xbd\xd4\xa6\xac\x4e\x9b\xc4\x58\x7a\x85\xcc\x0b\xd9\x0a\ -\xfc\xfe\x92\x22\x91\xb1\x35\x7e\x97\x33\xb4\xb5\x2d\x40\xdb\xa9\ -\x0d\x32\xc3\xb1\x8e\x58\x4f\x18\x13\x32\xf6\x43\xe0\x8f\xc7\x36\ -\x2c\x67\x2c\x42\x15\x91\x12\x71\x8f\xb1\x50\x57\xa8\xb7\x43\x19\ -\xc6\x5a\xf6\x6f\x39\xa0\xe5\x00\x7e\x5d\xd5\x5f\x89\x77\xc2\xe7\ -\xf5\xae\xf6\x33\x51\xa3\x71\x29\xe1\xee\xf8\xac\xe0\x5a\x13\x42\ -\x20\x48\xd9\x40\x7c\xc0\x30\x72\x76\x3b\x62\xf2\x0f\x85\xb7\x08\ -\xbc\x60\x22\xc1\x78\x61\x31\xc1\xe2\x85\x6e\xe0\x62\x4c\xdc\x50\ -\xdc\x40\x5c\x0f\x02\x2d\x95\x7c\x23\x59\x08\xe1\x9f\x49\x9f\x4a\ -\x1f\x33\x26\xff\x4a\xbe\x50\xbe\x08\x82\xd5\x54\x05\xa9\x3a\xe2\ -\xc5\x5b\xa9\x07\xa8\x67\xc2\x9e\x52\x3f\x57\x5b\x21\x6c\xc5\xa2\ -\x06\x45\x6d\x61\xaf\x14\x1d\x29\xda\x8a\xeb\x6f\x48\x66\x4b\x04\ -\xb8\xae\x8b\xec\xa2\xac\x26\x1c\xd2\x46\xbb\x41\x13\x8f\xfb\xab\ -\xc4\xfb\xc4\x5d\x19\xcb\xc8\xcb\xfc\x38\x73\x3d\x63\xb9\x53\xf2\ -\x6e\x16\x20\xe2\x5f\x55\x4e\xf1\xa4\x8f\x64\x2c\x75\x61\x66\x58\ -\x0e\x04\xcb\xbc\x9d\x9b\x20\xce\x63\xac\x60\x9f\xa4\xbb\xf2\x39\ -\x7e\xa7\x82\xae\x82\x29\x03\x29\xaa\x9f\xb9\x0a\x09\x6e\x6b\x6e\ -\x7f\xed\x14\xa1\x27\x3c\x74\x74\x73\xdc\x67\x25\xdb\xa3\x9a\x0f\ -\x77\x3c\x40\x0a\x43\xc9\x58\x30\x36\x89\xb1\x41\x4d\x07\xb5\x18\ -\xd4\x16\x11\xbf\xa4\x79\x54\xf3\x6f\x58\x4e\xe3\x60\x82\x35\x78\ -\xa7\x8e\x60\x3b\x11\x39\xb2\x44\xb0\xda\x44\x99\xe3\x82\x91\x44\ -\xa9\x9a\xf9\x21\x9b\xf6\x12\x21\x10\x34\xcb\x22\x7a\x1d\xcf\xe9\ -\x4a\xe8\xed\xe2\x4b\xe0\x32\x1c\xb1\x5d\xf8\xab\xf0\x17\x56\x4d\ -\x74\x4d\x94\x20\x7a\x0e\xe1\xfa\x4a\xa6\x48\x20\x8c\xb0\xa1\xb0\ -\xb7\x70\x2e\x52\xd3\xf0\xc2\x29\x85\x8b\x11\x99\x13\x64\x11\xb2\ -\x4f\x18\x13\x45\xc0\x51\xfb\x20\xa4\x41\x3c\x55\x84\xc8\xce\xd1\ -\xe5\x0c\xca\x5e\x03\x3b\x27\xa7\x71\xf6\x63\x08\xf8\x65\x6a\x5c\ -\x5a\x1d\xc6\x92\xe7\x23\x66\xef\x30\x96\x22\x4b\x5f\x9b\x75\x18\ -\xd7\x45\x4a\xe3\x54\x3a\x08\xfb\x3a\x37\x48\x14\x81\xf3\xe2\x33\ -\x3b\xe5\x40\x70\x45\xc7\x22\x7f\xfd\x66\x38\xce\xa1\xbd\xae\x4f\ -\x47\xea\x79\x60\x9b\xef\xc0\xef\xba\x1a\xba\xf6\xb8\x91\xeb\x39\ -\x07\x77\x99\x9b\xc1\x98\x27\x98\xdb\xe6\xce\x84\xbd\xec\x09\xe1\ -\xd6\xc2\xf6\xe0\x72\xb9\x79\x8c\xf1\x52\xfe\x29\x7f\x02\xa9\x6a\ -\xb6\xe9\x1b\x13\xf6\x2f\x0a\x5d\x34\x72\x11\x9e\x67\x72\xd9\xc9\ -\x8d\x27\xe3\x79\x5b\xf6\x6a\xd9\xb3\x25\x7a\x52\x8b\x59\x84\xf7\ -\xfb\xf2\xfb\x88\x77\x91\x7f\xea\xe3\x52\x63\x93\x76\xfe\x6f\x78\ -\x5f\x3c\x05\xff\xec\xd6\x6c\x75\xd2\x65\x70\x25\xed\x92\xb4\xb7\ -\xb4\x97\xb4\x07\x84\xbe\x2a\xbc\x23\x7c\xc2\x77\x29\x3c\x57\xb8\ -\xbc\xb0\x23\x04\xd9\x25\x2f\x92\x07\x21\x45\xed\xc8\x53\xe4\xd5\ -\xc3\xf1\xaf\x85\x6d\x0a\x72\x19\xcb\xee\x95\xfd\x43\x76\x2a\x04\ -\x4d\x49\x1b\x92\x51\x03\x11\x9b\x96\x76\x3b\xab\x33\x04\xdd\x96\ -\x73\x4e\x78\x11\xa9\x22\x22\xeb\xd7\xbc\x58\x38\xe2\xb9\xf0\xa0\ -\x0c\x82\x15\xa6\xc8\x53\x8a\xfe\x44\x8f\xb9\xa8\xd9\x63\x40\xf1\ -\xd4\x9f\x33\x2e\x30\xff\x88\x1c\xbd\xc3\x56\xcb\x76\x0e\x82\x19\ -\x4d\xf1\x26\xb4\xdd\xe3\x5c\xcf\x5d\x2d\x60\x8f\xb9\x07\xbb\xb2\ -\x61\x27\xb8\xbc\xae\xdf\x20\x7c\x15\xb7\xc5\x9d\x05\xbb\x89\x3b\ -\xc2\x21\xc2\x8b\x99\x37\xcc\xfb\x0d\xec\xc3\x62\x87\xb7\x2b\xce\ -\xb3\x71\xd5\x39\x3c\xaf\x6b\x8a\x6b\x86\x0b\x0e\xdb\x3a\x7e\xeb\ -\xd8\xad\xa3\x30\xae\xff\x75\xe1\xd6\x85\x9b\x18\xeb\xde\xa1\x7b\ -\x68\xf7\x76\x10\x7e\x43\x8b\x8d\x2d\x36\xb2\x7b\xd5\xae\x13\x2c\ -\xb7\x8e\x84\x60\xac\x83\x99\x18\xa5\x53\x8f\x25\x04\x82\x2d\x4f\ -\x09\xbf\x4a\x3e\xa1\x6a\x0a\xfe\x67\xb6\xea\x9b\xae\x0c\x06\x03\ -\xcf\x15\xca\xf7\xca\x63\xe4\x88\x1c\x11\x2f\x2a\x10\x5d\xf6\xc6\ -\x8a\x3c\x85\x7e\x92\x5e\x10\xfe\xae\xb8\x91\xac\x25\x84\xad\x95\ -\x33\x5c\xb8\x14\x91\x5a\x3b\x63\x7d\xf6\x31\xb4\x57\xe6\x76\x14\ -\x65\xe2\xb8\x4a\xac\x90\x23\x95\x48\x8b\x95\x2d\x8a\x64\x88\xdc\ -\x08\x6d\x1d\x7d\x6f\xa4\x86\x08\xc3\x23\xe3\x68\x14\xd3\xfb\xe6\ -\x8d\xe6\x3e\x10\xba\xbb\xe5\x88\x59\x83\x54\xb1\xce\x6a\xb4\x7e\ -\x86\x54\x31\xc3\xc6\x6c\x3f\xc3\xde\xb6\x1f\xb6\xaf\x43\xae\xf6\ -\x3a\x6b\x3b\xdb\x23\xe2\x2d\xd6\x96\xd6\x19\x68\xef\x75\x3c\x73\ -\xfa\x43\xd0\x61\xae\xe5\xae\xa3\x68\x4f\x76\x44\x3a\xf0\x3c\xce\ -\x8a\x8e\x78\xc7\x34\xd4\x88\x8a\x8a\xf5\x72\x29\x7e\x77\xbf\x84\ -\x93\xf4\x45\x3b\x44\xf1\x42\x31\x85\xb1\x5b\x39\xb7\x5e\xdf\x42\ -\x6a\x5a\x3c\x17\xa0\x47\x8c\xed\x44\x30\xf6\x51\x0a\xc1\x58\x90\ -\x82\x60\xc6\xb7\xef\xcf\x3b\x4f\x5c\x23\x18\x3b\xf0\x66\x5b\x32\ -\xd4\x17\xf9\x91\xa5\xd6\x98\x86\x0a\x3e\x22\xfe\x71\x07\x94\xd5\ -\xed\xbe\xb7\xfb\xce\xee\x5b\x9b\x87\x2a\xd6\x2a\x7e\x55\x20\x42\ -\x0b\x1f\x15\x7e\x5f\xd8\x94\x0f\x10\x46\x88\x77\x4b\x91\x1a\xf2\ -\x9e\x8a\xb6\xcb\x1a\xe0\x45\x6b\xc9\x0a\x95\xd5\x11\xc1\x0d\x55\ -\x3b\xd5\xcd\x90\xc3\x67\xe9\x3a\x6a\x2d\x88\xe4\xbd\x98\x79\x0e\ -\x85\xe0\x93\xf4\xf7\xf4\x15\x60\xb3\x0c\x51\x7a\x3b\x22\xba\xaf\ -\x29\xc4\x84\xb6\xd5\xcf\x1a\x68\xed\x0a\xe1\x37\xda\xee\xd8\x18\ -\xda\xc5\xb6\x9e\xb6\x8d\xb0\x67\xad\x99\x36\x7f\xec\x5f\x64\x9b\ -\x65\x1b\x8f\xeb\x32\x0d\xdb\x0d\x28\xbe\x05\x4b\xf3\x2d\xf9\x93\ -\x20\xf4\x48\x47\x9c\x5d\x0a\x61\x47\x29\x14\x0a\x44\x74\xd6\x85\ -\xd7\xe5\x5e\x7f\x0d\xc7\xdf\x7b\x1d\x98\x7d\x15\x45\xf8\x7c\x6a\ -\xff\x8c\x31\xe8\x89\x13\xf2\x1b\x8a\x0f\xa2\xad\x4c\xef\x94\x0d\ -\x87\xaf\x3c\xb6\x6a\xcc\x6a\xa4\xaa\xa8\xa8\xa8\xe1\x51\x28\xca\ -\xad\x32\x5a\xe5\xb5\xc2\x7d\x42\x32\x42\xd2\x43\x90\xd2\xde\xe5\ -\xfa\x11\x67\xc1\x19\xef\x49\xe6\xdb\x4e\xfe\x4a\x1c\x8c\x78\x7b\ -\xbc\xd2\x4f\xa5\x84\x5a\xea\x57\x91\xf8\xe7\xd6\x72\x26\xf9\xac\ -\x60\x56\x3a\xc8\x98\x36\x5f\x5a\x20\xcd\x95\xbe\x66\x59\xd2\x30\ -\x69\x5f\xe9\x17\x8c\x53\x74\x90\x67\xc8\x67\xb3\x7b\xaa\x2c\x55\ -\x90\x72\x20\x8a\xde\x16\x75\x90\x0a\x91\xaf\xe9\xa1\x69\xa6\x81\ -\x70\x8a\xd6\x8a\x4f\x15\x13\xd1\xbe\xa2\xd1\x68\xdb\x41\xf0\x56\ -\xa6\x99\xa6\x53\x70\xe0\xf8\xc2\xf5\x85\x88\x28\x5d\xbc\xee\xaa\ -\xee\x0c\xae\x5b\xa8\x0e\x51\x65\xc0\x71\x8d\x94\xbf\x29\xe4\xe8\ -\x21\x92\xa2\x8e\xea\xc9\x70\xc0\x61\x6b\x47\xcb\x59\x08\xd8\x3c\ -\x7b\x46\x36\x6c\x5e\x42\x41\x19\xe1\x5a\x08\xdd\x29\x7b\x6f\x1e\ -\x8a\xaa\x36\xcc\x38\xc3\x36\x15\x3d\x2c\x40\x1c\x2d\xe7\xd0\x33\ -\x5b\xc8\xba\x15\x85\xd3\xa8\x49\xbf\xc0\x72\x04\xbf\xf7\xbd\x75\ -\xa7\x73\x30\x2b\xd9\x4e\xdf\x8a\x6b\x17\x87\x61\xeb\xb2\x56\xcb\ -\x3a\x2d\xeb\x8f\x61\x66\x72\xbf\x17\xfd\x50\x74\x83\x97\x12\x8c\ -\xd5\xc8\xac\x91\x56\xe3\x15\x63\xb5\xdb\xd5\x0e\xad\xdd\x11\xf7\ -\x1b\x28\xfa\x5c\x34\xc2\x9b\xcd\x7c\x5b\xd2\x98\xa4\xd1\x49\xa3\ -\xee\x7d\xf1\x56\xa5\xfa\xf7\x4a\xc9\xb6\xa7\x7c\x0b\xe2\x1f\x70\ -\x80\xf1\x0a\x21\x38\xa2\x5a\x44\xa0\x0a\x8c\x26\xfa\x0c\xc9\xaf\ -\x00\x2a\xea\xa3\x15\x31\x8a\x43\x8a\x03\x8c\xc9\x4d\x0a\x81\xa2\ -\x36\xab\xa5\x8c\x51\x66\xaa\x1a\x40\xc8\x29\xea\x5f\xd4\xf7\x21\ -\xcc\x28\xed\x50\x6d\x7f\x08\x57\x9c\x7d\x3d\x7b\x3a\x1c\x11\x25\ -\x97\xc9\x91\x1a\x84\x29\xc2\x4f\x0a\x50\xac\x73\x1e\xe6\x44\x64\ -\xdf\x86\xa0\x0d\xf3\x86\xe5\xfd\x8c\xf3\x94\xb9\x4d\xf3\x0e\x50\ -\x31\x4e\xb7\xbe\x46\x6e\x97\xdd\x57\xb7\xd1\x43\x10\xf5\xa7\xba\ -\xd7\x96\x09\x38\x6f\xb3\xf0\x90\xe4\x4b\xdc\xe7\xcf\x22\xb9\x81\ -\x7a\x94\xcc\xe4\xb5\xc5\xa0\x67\xec\x77\xfc\xe8\x7a\x8e\x1c\x5f\ -\xa1\xf8\x8a\x77\x0e\x83\x72\xac\x22\x6f\x46\x91\xf5\xf3\xc6\x7a\ -\x5b\xbf\x17\x3e\x77\x4e\x6e\xaf\xdc\x0a\x88\xf8\x4d\x51\x13\xa3\ -\x5a\x31\x36\x65\xf4\x94\xb1\x53\xc6\x61\x94\xe3\xdf\xbc\x4c\x73\ -\x3f\xc6\xf0\x76\x13\x9a\x4d\x7b\x1f\xf9\xd1\x8d\xa3\x9b\x44\x07\ -\x31\xdf\xc6\xff\xc9\x7c\x9b\x74\x9b\x74\x8f\xf4\x88\xf8\xc5\xdb\ -\xf3\xda\x7b\xde\xe9\xf5\xc9\x41\x42\x10\x5d\x32\xfa\xf9\x87\xb6\ -\xb3\xff\xda\x6c\xbe\x2e\x39\x8e\x48\xbb\x55\x34\xa0\xa8\x5f\x51\ -\x1f\x08\x72\x5e\x71\x4b\xf1\x94\xef\x51\xf4\xb9\x3a\x47\x3d\x02\ -\xc2\x44\xe8\x9e\xe8\x9a\x33\x26\xde\x28\x8e\x17\x33\x14\xdd\xa6\ -\x29\xe3\x53\x85\xb0\x17\xd3\xc6\x65\x22\xa5\x64\x2a\x73\x7e\x2c\ -\x48\x86\xe0\xf2\x02\xb5\xcc\x0f\x76\x62\x41\x65\x49\x3c\x04\x17\ -\xab\xdc\x3a\x15\xae\x3f\x69\xae\x6a\x0f\x43\x8e\xdf\x6b\x8b\x76\ -\x56\x42\x8a\x51\xb8\x4e\xb8\x7f\x61\xcc\x5b\xa5\x38\xbb\x78\x3f\ -\x63\x90\xf7\x34\x1f\x0a\x49\xf2\xf8\x2f\xbc\xb1\xb0\x3f\xf1\xf5\ -\xbd\xb4\xbf\x15\x0b\xe0\xf5\x68\x37\xe5\x3b\xf2\x83\x60\x05\x7c\ -\x20\xdf\x1d\x8e\x69\x53\xdc\xb5\x18\xb5\x64\xfd\xfe\xf5\xa7\xd7\ -\x63\x3e\x31\xbf\xfd\xfc\xb0\xf9\x18\xe5\x84\xbe\x26\x30\xda\x29\ -\x20\xde\x0b\x1f\x79\x34\x72\xd8\x17\x6a\x56\xb2\x39\x7e\x73\xd5\ -\x74\x17\xb1\xaf\x39\x6d\xf1\x10\xaf\xf9\xcd\xd2\x45\x05\x73\x8e\ -\x73\x56\xdf\x9f\xfa\x1e\xea\x7b\xeb\x8b\xa1\xef\x32\x84\xcf\x7e\ -\xe7\x13\xaa\xe9\x3f\xe5\x80\xdd\xff\xda\xac\x51\xf9\x7a\xa5\xeb\ -\x15\xae\x97\x3b\x5f\x5f\xfb\x58\x9b\xa5\x2d\x42\xca\x98\xa6\xaa\ -\xa1\xbc\xe0\x8d\x95\x98\xe5\xf7\xd4\x8d\x90\x9b\x43\xa4\xfe\x45\ -\xed\x10\xe1\xb1\x42\x4e\x3e\x11\x91\xbb\x4f\xa4\x94\xa3\x2d\x5f\ -\xaf\x52\xeb\xca\x20\xe5\x8c\x35\xf4\x30\xad\x42\x6a\xa9\x6d\x15\ -\xdb\x72\x20\xf0\x5d\xe7\x01\x27\xe6\x0d\xee\x85\x2e\x99\xeb\x53\ -\x58\xb7\x7b\xac\x6b\x07\x63\x9e\xfd\x18\x36\xfe\x09\x7b\x1f\xff\ -\x9a\x0b\x21\x8b\x8a\x3d\xde\x9a\x38\xdf\xe3\x0a\x75\xe1\x7c\xee\ -\x2b\x8c\x72\xa4\xb0\xcf\x39\x8b\x07\x3d\x46\x59\x44\x8b\x43\x10\ -\xe8\xa9\x65\x9f\x65\x0a\xf6\x9f\xe2\xa2\x38\x8c\xe3\xcf\x07\x9c\ -\xaf\x7a\x1e\x6b\xad\xd3\x9b\x4e\x6f\x3c\x1d\xcf\x37\x78\x2b\xd8\ -\x82\xc8\xe7\x82\xfd\x82\x2b\xa3\xc3\xc4\xd5\xde\x5e\x7b\x06\x52\ -\xcf\x67\x35\xd2\x6a\x9e\x47\x8d\xb8\x94\xbe\xe2\xf5\x4b\xdc\x47\ -\xe1\x6a\xe5\x75\x20\x75\xde\x37\x9e\xb5\xdf\x61\x56\xfb\xe7\xce\ -\x15\x5c\x3d\x5e\xe8\xf9\xca\xd3\x96\xa3\x65\xea\x76\xab\x23\x56\ -\x2f\x89\x7a\xed\x5b\x61\x50\xfb\x1c\x10\xe8\x13\x2a\x5c\xd0\x8c\ -\xf8\xfb\x0e\x98\x53\x6a\x66\xdc\x6e\x4f\xe6\x9e\x8c\x3d\xe9\x9b\ -\x77\xeb\x5a\xeb\x3a\xe8\xba\x21\x45\x34\x57\x97\x55\x89\xf9\xf2\ -\xaa\x4b\x6a\xa1\x06\x91\x57\xb4\x47\xb3\x57\x8b\x51\x84\x51\x82\ -\x14\xb6\x1a\x42\x97\xb3\x7c\x6b\x7e\x0a\x5b\x84\xd5\x96\x0d\x8c\ -\xd9\x9b\xd9\x6e\xda\x7a\xc1\x6a\xed\x09\xf6\x9f\x21\x68\xaa\x53\ -\xe6\x44\xee\x76\x69\xdc\x4d\xdd\x10\xce\xb3\xcd\x93\xe0\x29\x86\ -\x80\x2b\xb9\xa3\x5c\x1a\x1c\xc2\x03\x2f\x52\x4d\x0c\xca\x70\x67\ -\xf4\xac\x70\xd1\x33\x51\x28\x1c\x5a\x4f\xb6\x54\x7a\x11\x39\xfa\ -\xa2\xa8\xaf\xf0\x1a\x1c\x5d\x29\xaf\x76\x5e\x53\xa4\x88\x47\x32\ -\xa7\x02\x45\xf8\xc1\xc4\x87\x89\x8f\x37\x22\xd5\xcc\x9c\x12\x3e\ -\x05\xc5\x76\xcc\xea\x31\x3f\x8d\x81\xf0\x2d\xa7\x83\x69\x48\x39\ -\x7d\xc1\xa7\xef\x23\x1f\x6f\x55\xb0\x47\xce\x4a\x36\x84\xc5\x2f\ -\xce\xd5\x70\xbc\xb5\x38\xc2\xb3\x0e\xcf\x73\x82\xeb\xe7\x7e\xe2\ -\xbd\xcc\xaf\xc4\xea\xef\x76\xc6\x4e\xd5\x3e\x55\xfd\x54\x95\x03\ -\xe3\x7d\xc5\x78\xe3\xbf\x15\xe3\xea\xc4\xdf\x77\x40\x37\x9f\x67\ -\x47\xbe\xb5\xf0\xc8\x38\x30\x7e\xda\x75\xf5\x3e\xf5\x5e\xf5\xef\ -\x10\xdc\xad\x11\x68\x2a\x32\x93\xee\x6b\x5d\x5b\xad\x88\xdd\x37\ -\x44\x1a\xea\xe9\x69\xe6\xc9\x19\x6b\x18\xa9\xe8\x9a\xcc\x2d\xcd\ -\x73\x69\x78\x69\x5d\x62\xbd\x89\xc8\x5a\x6e\x39\x6e\x29\x40\x5b\ -\x05\x10\x37\x58\xfc\xad\x64\xb8\x8a\xf3\x64\xa6\x09\xc6\x4b\x70\ -\x28\xaf\xde\xa3\xae\x05\xa1\x3b\x8b\xae\x8b\x9a\xa0\x47\xcd\x28\ -\xf8\xb1\xe0\x24\x52\x54\x19\x59\xa6\x3c\x0b\x29\x4b\x98\xd7\x4f\ -\x18\x84\x22\xbc\x35\xb7\x99\x70\x36\x72\xfb\x53\x51\x2f\xd9\x69\ -\x38\xa2\xb5\xac\xa6\x1a\xc7\x75\x42\xf3\x70\x07\x8a\xf4\xf2\x27\ -\xdf\x7a\x57\xc2\x31\xc3\x5f\x0e\x3f\x38\x1c\x3d\xb1\xf3\xe6\xce\ -\xbb\x3b\xa3\x28\x07\x15\x05\x61\x94\xc0\x58\x93\x43\x4d\x0e\x36\ -\x41\xea\x5a\xd4\x69\x51\xd8\xa2\x30\x08\x7e\x14\xcb\xed\x10\xba\ -\x38\xab\xf8\x54\x71\x14\x04\x17\xd1\x67\x05\x04\x40\x80\x7b\xa0\ -\x7b\x2b\x8e\xdb\x5c\xed\x5c\x51\xde\x4c\xde\xc9\xca\xb2\xba\x8c\ -\x25\x8e\x4e\x1c\x99\x38\x3c\xe1\x7b\x5f\x31\xde\x5b\x4a\xb7\x5d\ -\xe5\x5b\x11\x7f\xdf\x01\x35\x5c\xf5\x08\xc1\x4e\xbd\x98\x40\x31\ -\xee\x48\xf4\xd9\x29\x8e\x21\xf4\xaf\xf5\x9d\xf4\x1d\xf5\x88\x48\ -\xdd\x70\xdd\x24\xdd\x57\xac\x8e\x61\xa7\x61\x87\x61\x07\x84\x9e\ -\x6a\x09\x30\x43\x18\xfd\x38\xdd\x4b\x5d\x4b\x08\x7b\x5c\x5d\x57\ -\x35\x1f\xc2\x9e\x14\x07\x8a\x16\x43\xb8\xea\xb9\x6d\x72\x87\x42\ -\xc8\xc7\xd9\xe5\x73\xb6\x42\xd8\x6b\x79\x03\x84\x53\x90\x02\xa2\ -\x53\x1b\x66\x20\x75\xa4\xc7\xbd\xd6\x16\x34\xc0\xf9\xe3\xe5\x6b\ -\x35\x77\x51\x6b\x1a\xa8\x1f\xe9\xbb\xc0\x61\x53\x2c\x12\x67\x08\ -\x04\xe9\xe7\x1e\xe6\x19\x8f\x1e\x93\x57\x1c\xed\x9d\xcb\x4a\xb6\ -\x1b\x73\xaf\xbb\xaf\x63\x2d\x67\xc0\xb2\x01\x95\xfb\xa3\x76\xf4\ -\x4f\xed\x9f\xdf\x1f\x82\x07\xd7\x0a\xae\x1e\x1c\xc0\x58\xe0\x84\ -\xc0\xe9\x81\xf3\xe1\x88\xbf\x82\x6e\x05\xa5\x43\xc8\x13\x89\x09\ -\x89\x08\x08\x56\x95\x85\xb0\x81\x70\xb4\x14\xab\xb3\x0e\x3c\xaf\ -\x48\x7d\x46\xfd\x35\x1c\x12\xe9\x49\xf2\xe0\xfd\xb8\x96\xee\xb9\ -\xae\x9f\xf8\x03\x7c\x20\x96\xa9\x17\xe1\xb9\x04\xe2\x00\x71\x23\ -\x91\xd3\x57\x8c\x37\xbf\x13\xac\xfb\x57\x84\xe0\x40\xc9\x77\x91\ -\x0f\xdd\x5a\x1f\x21\x4a\x9a\x31\xa5\x8a\xf1\xcb\x94\x24\x90\x98\ -\xde\xdc\xb4\xd4\xb4\xcc\xb4\x02\x42\x57\xd6\x97\xd3\xf1\x7c\x6f\ -\x83\xdc\x18\x60\xec\x03\xa1\xa2\x4c\x4a\x0b\x86\x9b\xf9\x46\xd1\ -\x62\x09\x56\x17\x5f\x3f\xc8\xab\x2c\xaa\x0e\xc1\x5b\xe7\xe6\x89\ -\x91\x8a\x24\xb5\x95\x6b\xf4\xc8\xcd\xca\x35\xda\x4d\xe6\x03\x70\ -\xa0\xce\x94\x68\xff\x16\x3d\x23\xc2\x76\xd8\xd1\x1b\xc2\x6a\x8a\ -\x9f\x78\x63\x50\x4c\xe3\xf9\x9b\x7c\x82\x4f\xdd\x1c\x46\xdb\x43\ -\xd6\x0b\xff\xad\xce\xaa\xf2\xa2\xf7\xc2\x6b\x02\x34\x55\x35\xb8\ -\x7f\xf8\xca\xf0\xfd\xe1\xb7\x21\xfc\xb2\xfe\x9b\xfb\xa3\x86\xb4\ -\x1e\xd5\x7a\x44\x6b\x4c\x97\x9a\xde\x6d\xfa\xa0\xe9\x53\xd4\xea\ -\xf5\xad\x46\xb7\xc2\x07\x95\x5d\x21\x3b\x9f\xed\x84\xe0\xaa\x2e\ -\xca\x58\x1a\xf6\xca\xfa\x49\x6f\x4b\xd1\xe3\x32\x13\x32\xe3\x33\ -\x6f\xe1\xf9\xc6\x4a\x7b\xc9\x46\xa3\x27\x7b\xcd\x53\x6d\x98\xf8\ -\x69\xfb\x1b\x8f\xda\x94\x6c\x9e\x85\xb3\x4f\x75\xf5\xc4\xfb\x4d\ -\x37\x06\x18\x4e\x39\x9e\xf7\x6d\xd2\x77\x6c\xdf\x43\x11\xfb\x4a\ -\x15\xe3\x15\x7f\xbb\x18\x97\x69\x46\x94\x34\x37\x97\xea\x18\xbd\ -\x6f\x9c\xbb\x71\xe6\xc6\xe9\xf3\x42\xcb\x32\xcb\x26\xcb\x21\x3c\ -\xe8\xef\x86\x5e\xfa\x74\x6f\xac\x62\x7e\xd1\x02\x43\x3f\xbc\xc0\ -\x0a\xd5\x8f\x86\x14\xbc\x60\xb4\x76\x9b\x89\x46\x47\x97\x8d\xbf\ -\x9b\x95\x8c\x39\x26\x39\x57\xba\x52\x11\x51\x2b\xb8\x69\xdc\x60\ -\x08\xbc\x86\x6f\xe5\x8d\x83\xfd\x0b\x03\xc7\xee\x0c\xb9\x82\x37\ -\xbd\x19\xf4\x7d\xc1\xda\xa1\xb3\x33\xef\x4e\xef\x41\xef\x5f\xb0\ -\x02\x6f\x90\xf7\xb3\xf7\x82\x73\xf3\xb9\x2d\x5c\xdc\xfb\xf6\xd2\ -\x97\x4b\x93\x97\x62\x74\xd5\x71\x5e\xc7\xd9\x1d\x51\x54\xbb\x1c\ -\xef\x72\xb4\xcb\x61\x44\xfa\xa3\xa0\x67\x41\xd8\xdf\xb4\x4a\x13\ -\x6f\x13\x14\xe9\x39\xed\xe6\xe8\xe7\x22\x45\xbe\xda\x91\x1a\x9b\ -\x81\x89\x5f\xea\xbe\xcc\xb6\x39\x7b\xd0\x16\x67\x74\xc9\x99\x84\ -\x9e\xb8\xa1\x60\xa4\xb4\x35\x52\xda\x78\xe9\x05\x75\x39\xa4\xd8\ -\x74\xfd\x39\x0b\x12\xb1\x29\xc2\x22\xb1\x33\x66\xb6\x6f\x71\x74\ -\x71\x96\xe5\xd5\xce\x2b\xce\x3f\x9c\xeb\x51\x8c\x0f\xad\x8e\x5d\ -\x7d\x2d\xca\x27\xf4\xbb\x4f\xb1\x82\x86\x3e\xa1\x06\x0b\x1a\x11\ -\x1f\xe2\x81\x1f\x89\x92\xd6\x94\x52\xc5\xb8\xd3\xde\xe2\xbd\xde\ -\xbd\xde\x2d\xdb\x2c\xdd\x2c\x5d\x2d\x9d\xe1\x80\x9b\x86\xbb\x86\ -\x47\x5e\x8f\xd9\x6c\xce\x30\x5f\x40\x91\xed\x6e\xdb\x66\xbd\x83\ -\x54\xb1\xcf\x51\x60\xf7\xa0\xc8\x1a\x5c\x5b\x5c\x15\x90\x53\x35\ -\xee\x33\x6e\x5a\x24\xdb\xec\xf9\xdd\x73\x0c\x2f\xe6\x67\xea\x66\ -\xfa\x1e\xc7\x1b\xb9\x26\xb9\xd0\x63\x6c\x69\x36\x97\xbd\x15\xde\ -\x34\xc5\x9c\x6b\x96\xe3\xfa\x5e\x0e\xe6\xb8\x8e\xfd\x15\xac\x39\ -\xd6\x83\x10\xe4\x13\xf5\x1d\x75\x30\xf6\x2f\x74\xd8\x1d\x48\x25\ -\x71\xf3\xe3\x16\xc4\x2d\x82\xd0\x17\x82\xce\x07\x61\x14\xd3\x73\ -\x32\x80\x90\x2d\xc6\xb7\x18\xd7\x62\x1c\x72\x7d\x99\x26\x01\x4d\ -\x1a\x62\x89\x61\xde\x47\x5d\x83\x90\x5a\xe2\x03\x12\x26\x3e\x8c\ -\x44\x04\x8f\xb1\xd8\x9d\xd3\x60\xf7\x9b\xdd\x36\x1d\x02\xc3\xec\ -\x74\xb8\x29\xd5\x34\xe2\xda\x72\x7d\xf1\x7c\xe5\xb9\x1d\xee\x62\ -\x3c\xef\x59\xb7\xc0\x05\x47\xb9\x76\xb9\x2a\x38\x67\xe2\xbc\x89\ -\x8e\x2e\x8e\xf2\xde\xcb\x9e\x89\x9e\x69\x9e\x39\x98\x19\xef\xc0\ -\x37\xe3\x6d\xfb\x33\x7d\xc5\x78\x48\xe9\x62\x2c\xb0\x12\x1f\xe2\ -\x80\x72\x44\x49\x2b\xcc\xe7\xd9\x51\x3e\x2b\x98\x5b\x8d\x98\xbe\ -\x49\x7f\x02\xc4\x42\xc8\x3c\x53\xae\x29\x87\x15\x58\x3a\xc1\x25\ -\xbd\xd9\x63\xeb\x4e\x6b\xa2\x2d\x00\x8e\x18\x66\x8f\xb1\x73\x24\ -\xa4\x73\x89\xf3\x12\xda\x8b\xed\xab\xec\x9b\xf1\x82\x5b\x3c\x43\ -\x3d\x88\x70\x51\x7d\xe1\x09\x61\x35\xa4\xa0\x5d\x5a\xa6\x85\xf0\ -\x4a\x83\x72\x92\x02\x0e\xcc\x5d\x9f\xbb\x2e\x77\x15\x8a\xf0\x06\ -\xe1\x01\x51\x11\x52\x99\x4c\x78\x45\x2c\x65\x2c\xf9\x60\xca\xe6\ -\x8c\xa6\xa8\x11\x2d\xb3\x76\xe5\x5e\x43\xc4\x07\x76\xec\xd5\x71\ -\x16\xc6\xf5\xab\x43\x97\x85\x62\x66\xdc\x76\x7d\xdb\x4d\x6d\x7f\ -\x86\xf0\x56\x82\xb1\x10\x43\x88\x2e\x04\x91\x7f\x28\xe6\xd0\x89\ -\x43\x97\x58\xc9\xe6\xfe\xc1\x25\x75\xb5\x80\x1d\xea\x7a\xe1\x82\ -\xf0\xce\xfd\xce\xa9\x4e\x38\xca\xb1\xd2\xf1\xad\x63\x09\x9e\xd3\ -\xeb\xa8\xe7\xe8\x0a\xeb\x71\x34\x76\x0c\xc4\xfe\x3a\x8e\x76\x0e\ -\xd4\x2c\x7c\x95\xd2\xdb\xec\xde\x54\xcf\x09\xcf\x5f\x1e\xcc\xa8\ -\x9f\x66\x13\x09\xc1\xbe\x62\x1c\x5e\x7a\x18\x5f\xd6\x48\xfc\x03\ -\xab\x71\xfc\x4e\x42\xf0\xbb\x49\x4d\xa0\x18\x9f\x24\xfa\x76\x95\ -\xdd\x91\xdd\x95\xdd\x35\xcc\xb2\x5e\xb7\x5e\xb5\x62\x99\x1a\xa3\ -\xf0\x3f\x2c\xb1\x2c\xd0\x51\xc7\x1e\x6d\xaf\x84\x88\xb2\x72\x75\ -\xdd\xb0\xda\x35\x9a\x34\x8d\x1f\x6a\xc0\xda\xac\xef\xb3\x96\x41\ -\xe0\xfe\x79\xe1\xf9\x3f\x20\x05\x28\x32\x7a\xbe\x86\xa3\x32\xc2\ -\xb2\x3b\xe5\xa3\xa7\xa4\xad\xca\x4a\xce\xf7\x47\xcd\xf8\x26\xef\ -\xa6\x58\x88\x88\xbf\x6c\x1c\xe2\x28\x8f\x54\xf6\x48\xdb\xd5\x38\ -\xf3\xbd\x80\xcb\xe2\x96\xaf\x5d\x81\x51\x50\xdd\xa4\xba\xcf\xeb\ -\xa6\x22\x73\x85\x03\xa4\xb4\x66\x01\x04\x7a\x44\x1c\xc1\xd8\x24\ -\x17\x70\xe3\xf7\x57\x68\x97\x69\x21\x2c\xd7\x89\x1b\xcc\x4d\x85\ -\xa0\x41\x8e\xbe\x8e\x59\xb0\xe9\x0e\xb5\xb3\x2c\xec\x79\xc7\x75\ -\xc7\x03\xd8\x19\x80\x22\xbd\x91\x23\xd0\x51\x0f\x0e\x90\xda\x0b\ -\xed\x42\xd8\x2b\xf6\xcb\xf6\x8b\x70\xc0\x49\x82\xdf\xe3\x7e\x03\ -\x02\xe4\x19\x21\x3a\xe0\x2b\xc6\x25\x8b\x10\x9d\xfc\x08\xc1\xfe\ -\xbf\x3d\x33\xee\x58\x8d\x28\x69\x1e\xfe\xd7\xa3\xc1\x7d\x32\xc2\ -\x40\xa7\xf4\x04\xc4\xcd\x0f\x8e\xad\x28\xa2\xb3\xad\x7d\xad\xd5\ -\xf9\x7e\xc6\x6a\xe6\x7e\x56\x2d\x5e\x7c\xaa\x29\xcc\x51\x05\x82\ -\xb7\x15\x8d\x93\x9f\x44\x8e\x5d\x25\x5c\x23\x47\xaa\x10\x3d\x90\ -\xcf\xd3\x22\xf2\x34\x9f\x19\x66\x5a\x21\x88\xbd\x9a\x33\xdb\x03\ -\xe1\x5c\x75\xdc\xfd\xb8\x0d\x10\x20\xd1\x51\x88\x55\x4e\xaa\x05\ -\x43\x58\xd3\xf7\xc2\x3f\xf2\x3c\x4a\x78\x04\x21\x6b\x29\x6a\x9d\ -\xa8\x85\x51\x50\x07\x5d\x07\x53\x07\x1b\xc6\xf7\xb1\x2d\x4f\xb4\ -\xfc\x0b\x91\x6f\x21\x18\x0b\x4b\x26\x70\xfe\x01\xe2\xfd\xf5\xf6\ -\x2e\xf6\x30\x7b\x47\x44\x7c\x1f\xf4\xc9\x4f\xf0\x3b\x3b\x1d\x3b\ -\x1c\xbf\xc1\x56\x27\x70\x3c\x83\x80\xfd\x8e\x80\x0d\x21\x20\xbc\ -\x9b\x80\x5d\x4a\xb0\xd9\x8e\x33\x04\xde\xef\x16\xe1\x58\xd4\xa7\ -\x0a\x11\x51\xbe\x54\x31\x5e\xfa\xf7\x8b\xf1\x5a\xa2\xa4\xb9\xb5\ -\x54\x31\xfe\xe5\xf6\x62\xb0\xe8\xc2\x0c\x57\x55\x57\x5d\x57\x10\ -\x1c\x20\xb6\x5e\xb6\xae\xf1\x9e\xd6\xdd\x32\x05\xd9\x68\xb9\xb9\ -\x96\x79\x9b\x3d\x01\x2f\x9c\xee\x6e\xcb\xa1\x28\x7b\xbb\x78\x23\ -\xbc\x5f\x31\x84\x3a\x5b\xca\x4b\x60\x0f\xb0\x3e\xfc\x16\xd8\x59\ -\xbc\x86\xff\x04\xb6\x1e\x9f\xce\xc3\x01\x7c\x16\x9f\xc1\xa7\xc1\ -\xfe\xc8\xc7\xf0\xf7\x70\xbd\xd8\xa9\x73\x7a\x19\xeb\xb1\xbe\xc7\ -\xae\x1e\x27\x20\x74\x7a\x93\xfc\x26\x2a\xa4\x9c\xbe\x6d\xfb\xb4\ -\xed\x83\xc8\xbf\x01\x30\xcf\x68\xac\x27\xf0\x69\xf1\x18\xf1\xff\ -\x09\x3f\x8b\xc0\x7d\xea\x10\x10\x7c\x1e\x81\xfd\x2e\x02\xf6\x4f\ -\x02\x36\x94\x80\xd0\xb1\x04\xec\x17\x04\xec\x50\x02\xb6\x3a\xc1\ -\x0c\x36\x7f\x5b\x19\x9b\x1f\xef\xb0\x2d\x04\x48\x7d\xab\x1a\x81\ -\xc6\xdf\xf8\x6a\xa5\x9f\xdc\xe7\x80\x06\x25\xc5\x38\x90\xf8\x10\ -\x0f\x6c\x27\x4a\x5a\xd3\x4b\x15\x8a\x25\xfb\x1b\x12\x5b\xfd\x1d\ -\x06\x87\xde\x41\xeb\xf8\x43\x6c\x23\x6d\x93\xbd\x5e\x57\xa1\x2b\ -\xdc\xb9\x1d\xb9\xbe\x15\xb7\xcc\x7d\x08\x76\x8a\xa7\x06\x77\x05\ -\xb6\x81\xa7\x96\x27\x00\x76\x83\xe7\xa8\xe7\x09\xc6\xd9\x2b\x8b\ -\x63\x8a\x9f\xbd\x19\xed\xc4\x79\x93\x20\x78\x26\x2f\xe2\xb5\x38\ -\x9e\xec\x79\xe9\x79\xf5\x5e\xc0\x0d\x7f\x6e\x88\xd9\x80\xfb\x54\ -\x89\xa9\x12\x5d\x05\xb6\xfd\x17\x04\x8a\xed\x37\x00\xf3\x8a\x86\ -\x43\x09\x0c\x3f\x3f\x25\x18\x93\x4f\x27\x70\x9f\xab\x04\x84\xcd\ -\x22\x20\xfc\x0e\x02\x6d\x23\x01\x3b\x9f\xc0\x73\x8b\x09\x58\x12\ -\xb6\x0c\xcd\xd8\xed\x1f\xd9\x9b\xc0\xce\xb4\x4f\xb3\xa3\xa8\x5b\ -\xf7\x5b\xf7\x5a\x7f\x87\x9d\x83\xbf\xa7\x40\x0a\xb5\x54\xb0\x34\ -\xb5\xf4\xf4\xde\x74\xee\xc6\x68\x08\xf3\x9d\x13\x23\x4e\x44\x9e\ -\x18\xba\xef\x3f\x15\xe3\x28\xc1\x04\xe2\x43\x1c\x50\x9e\x28\x69\ -\x75\xf1\x79\x76\x44\xc9\xcc\xf8\xe5\x9c\xe4\x39\xc9\x33\x9a\x99\ -\x57\x81\xd5\x78\xc1\x91\x8e\xe1\x8e\x48\x96\xe5\x6c\xe5\x1c\xe4\ -\xfc\x8a\x3d\x71\x8f\x72\xbf\x71\x00\xa7\xe6\x6c\x1e\x7f\x08\xf2\ -\x82\xa4\x85\xf0\x67\x8b\x4f\x17\x9f\x80\xf0\xdf\x7a\x97\x79\xa3\ -\x20\xfc\x34\x7e\x2a\x3f\x19\xed\x50\xe2\xbd\xf0\xaf\x8a\x5e\xa9\ -\x5f\x29\xb0\x66\x23\xab\x2d\xaf\x8d\x62\x1c\x2c\x27\x30\x9e\xdf\ -\x4d\x20\xe2\xbb\x11\x48\x45\x65\x08\xc6\x2e\xee\x20\xde\x5f\x6f\ -\x4b\x25\xf0\x5c\x26\x87\xd1\x61\x78\xf3\x61\xe7\xa6\xfd\x3a\xec\ -\x20\xfb\x00\xfb\xa7\xb0\x8d\xec\x0d\xed\xf5\x71\xde\x05\xdb\x75\ -\xdb\x5d\x9c\xa7\x76\x38\x9d\x95\xd1\x73\xbf\x32\xfc\x6c\xb8\x80\ -\x14\xf3\x9b\xf6\xa2\x36\x07\xc2\x77\x44\x6a\x1d\x0e\x3b\xd6\xda\ -\xce\xc2\xc1\x7e\x6d\x51\x59\xc2\xbd\xa9\x8e\x81\x8e\x2a\x76\x04\ -\xd0\xc3\x4a\x0f\xeb\x3d\x0c\xb9\x3b\xd8\x57\x8c\xab\x96\x2e\xc6\ -\x65\x6e\x10\xff\xc0\xcc\xd8\x9b\x4f\x08\x76\xa3\xa4\x01\x81\xe0\ -\xa3\x6f\x89\xbe\x8f\x94\x27\x08\x83\xd8\xa5\x24\xd0\xd5\x4f\x38\ -\x8f\x3b\x8f\xb0\x26\x5c\x0f\xae\x3b\xd7\x15\xc2\x7f\x02\x68\x75\ -\xd2\x8f\x80\x2d\x20\x20\xf8\x0d\x02\x0e\x68\xcf\x87\xf2\x1d\xa0\ -\xd8\x1c\x36\x93\x4d\xc6\xf1\xfa\x58\xc7\xc4\xda\xd2\x40\xdd\x40\ -\xd1\x40\xe4\xf6\x9a\x49\x35\x2f\xd6\x44\x71\x6c\x1d\xdb\xfa\x64\ -\x6b\x14\xd7\xe6\x23\xc1\x28\x38\x44\x1b\xac\x09\x86\x63\xbe\x6b\ -\xf7\x5d\x9b\xef\x5a\xe1\xba\xf4\xe2\xd4\x62\x38\xd8\xaa\xb6\x2a\ -\xad\xb2\x37\xa9\xe5\xb8\xfd\x34\xec\x2e\xd8\x9b\x10\x78\xa3\xe3\ -\x98\xe3\x29\x6c\x43\x47\x77\xc7\x44\x9c\x57\x68\x35\xda\xf0\x3c\ -\x96\x60\xb3\xdb\x0c\x21\xd5\x3b\xd4\x9d\x55\x28\xc6\xa9\x4b\x53\ -\x92\x5e\x21\xe5\xc9\xc6\x49\xaf\x4a\x2c\x70\xd0\x3c\x5b\x4b\x6b\ -\x36\x63\xc6\xae\x46\x93\x29\x83\xce\xd3\x56\x30\x08\xf8\x28\xed\ -\x51\xdd\x23\x03\x7a\x4a\xca\xda\x94\x81\xaf\x58\xee\x4d\xdf\xdf\ -\x18\x2b\x4b\xe9\xb6\xf9\x6f\xcf\x8c\x3b\xd4\x23\x4a\x9a\x47\x4a\ -\x15\xe3\x33\x59\x1b\x89\x8c\x68\xcf\x04\x02\x0e\x38\x4d\xf0\x03\ -\xb9\x7d\x04\x1c\x30\x8d\x80\x40\x3d\x09\xd8\x24\x02\x0e\x58\xe9\ -\x5d\xe5\x5d\x85\x76\x68\x71\xdb\xe2\x60\x56\xb2\x9d\xe9\x15\x77\ -\xea\x74\x24\x56\x9f\x5b\x55\x9c\x58\xa9\x35\x04\x2f\x08\x0e\x6b\ -\x81\x19\x70\x9b\x6f\xdb\x0c\x6d\x8d\x48\xad\xca\x57\x75\x57\xa5\ -\x25\x06\x49\xb0\xbd\x45\x0d\xc6\x24\x42\x89\x45\x8a\xc8\xe5\x2b\ -\xf3\x6d\x79\x7c\x37\x50\x2d\x53\x6d\x56\xfd\xc1\x98\xa2\x9e\xdc\ -\x26\x7f\xc1\x98\x79\x22\xbe\x26\x7f\x83\xd4\xd4\x4f\x76\x44\x2a\ -\xc5\x28\x6b\x5c\x56\x52\x16\x8a\x7b\x9e\x2d\xef\x5c\x1e\xe6\x0b\ -\x2f\x7a\xbd\xe0\x92\xc5\x18\x56\x86\x3e\x13\x27\x71\xb0\x8d\x92\ -\x36\xbe\x44\x0d\x48\x9f\x9f\x1d\x50\x80\xf9\x87\x30\x54\xd6\x5b\ -\x83\x62\x9d\xef\x57\x78\x53\xf5\x17\xae\xab\x2f\xf2\xc8\x35\xac\ -\xba\x44\x2e\x6b\x29\xa7\xf3\x14\xe9\x67\xd3\xe7\xeb\x2b\x57\xb6\ -\x57\x69\x56\x65\xec\x40\x83\x4f\x98\x2f\x7d\x99\x22\xd4\xd7\x6e\ -\xfe\xe1\xc5\xf8\x73\xa2\xa4\xf9\x73\xa9\x8e\xf1\xf4\xce\x08\xe2\ -\xe2\xbc\xe2\xf9\x04\x1c\x20\x25\xbc\xa7\xb9\x3c\x82\x56\x39\x09\ -\x08\x3d\xa1\x78\x7c\x31\x5e\x18\xab\x2a\xfb\xf9\xbd\x78\xb6\x7b\ -\xec\x3e\x7b\xf2\x5e\x78\x07\xef\x5c\xe1\xc2\x68\xe9\xd9\xec\x87\ -\xe5\xaf\xd5\x66\xec\x5c\xe2\xb1\xdb\xeb\x13\x31\xb3\x0d\x0b\x8b\ -\x6c\xd7\x9f\xb1\x06\xad\x03\xbb\x35\xde\xf3\x7e\x15\x73\xf7\x8f\ -\xbb\x1b\xee\xda\xc5\x68\x8b\xe6\x91\xaa\xb2\xaa\x67\x8e\xca\x80\ -\xd0\x79\xe5\x73\x2f\xd1\x5a\x53\x9a\x39\x7d\x5b\xc6\x20\x44\x68\ -\x42\xda\x95\x4c\xcc\x37\x9e\x0c\x4b\xdc\x9a\x3c\x15\xa3\x23\xc7\ -\x33\x5b\xf2\x63\x08\x7f\x2c\xad\x76\x36\x8a\xef\xcb\x47\x19\x67\ -\xf3\xd0\xce\x5a\x94\x1b\x25\xc2\x04\x4b\x34\x4b\xb2\x41\x31\x0c\ -\x8e\xad\x27\x3d\x22\x5f\x0e\x47\xa6\x2b\x7b\x28\xaf\xd1\xea\xaf\ -\xea\x8c\xaa\x11\x1c\xe9\x96\x77\x90\xf5\x64\xbf\x16\xe6\x16\xee\ -\x2f\x0c\x67\x2c\xa7\x49\x4e\x48\x4e\x18\xd7\x35\xac\x20\x2c\x3b\ -\x2c\x75\xda\x09\xdf\xa7\xdc\x53\xa5\x64\x1c\xf1\xe1\xc9\x67\x0b\ -\xf1\x1f\x8b\xf1\xcf\x07\xf2\x88\xad\x66\xee\x0f\x82\x31\x57\x1c\ -\x38\xe3\xb5\x73\x0e\x60\x7f\x33\xf3\xfd\xd5\xf3\x3b\x1c\xf0\x3b\ -\xb2\x3f\x86\x87\xc8\x9d\x53\x1d\x98\x07\xe8\x7a\xeb\x86\xe9\xe8\ -\xc3\xa7\xc8\xb7\xdc\x33\x3a\x3b\xfe\xf5\x51\xa4\x80\xb2\x8f\x6d\ -\xb1\xb3\x21\xc8\xa7\xf7\xff\xf8\x11\xa9\xe6\x7a\xbb\xe8\x63\x03\ -\x91\xaa\xc6\x84\x0f\xce\xa9\x9f\x80\x19\xaf\xa9\x57\x76\x5f\xe4\ -\x64\x6d\x81\x3e\xcf\x68\xc1\x75\x9a\x82\xe7\x12\x2c\x3f\x27\xbd\ -\x7c\x25\xc9\xaa\x0c\xc1\x87\x64\x5d\x15\xfe\x88\xeb\x87\xe6\xdd\ -\x90\x40\xc8\xfc\x59\x62\xb7\x62\x2d\x7e\x26\x54\x32\x54\xce\xd0\ -\x03\x0a\x72\xda\xe4\xde\x41\x4f\x19\xa0\xba\xa2\xee\x0d\xdb\x4f\ -\xf9\x5c\x89\xd1\x94\xb2\x9d\xe2\x37\x79\x12\x04\xde\x22\x53\xc8\ -\x9a\x41\xf8\xc7\x8a\xaf\x15\xfe\xd8\xdf\x57\xd9\x46\x59\x13\xfb\ -\xdb\xcb\xc7\xcb\x11\x48\x92\xfa\x92\xe9\x92\xdb\x4c\x8c\x3f\x03\ -\x4b\x11\xd5\x60\xcb\x84\x03\x85\x91\x42\x0c\x8b\x47\x56\x1e\x59\ -\x61\xa4\xff\x1a\xdf\x32\x75\xc0\xd3\x52\x2a\xae\x47\x12\x22\x3e\ -\x60\x2b\x4b\xfc\x5b\x31\x1e\xe6\x6b\x57\x9e\x17\x4d\xcc\x10\xdb\ -\xfe\x20\x50\x74\x87\x83\x61\xec\x29\x97\xc4\x25\x73\xaf\x58\x62\ -\xf1\x14\x7c\x99\x2a\x8f\x94\xb3\xbb\xd8\x5d\x4c\x6b\x45\xdf\x14\ -\x2a\x0b\x11\x99\x86\x8f\xf5\xab\x74\x88\xb8\xbc\xca\x79\x13\xf3\ -\xe1\x98\xf8\x56\xd7\xc7\x9d\x6e\x0c\x07\x14\x25\xe4\x6d\x31\x31\ -\x96\x50\xfd\xaf\xf6\xc3\xf3\xd0\x51\x22\x0f\x7b\x7a\x68\x18\xbb\ -\xec\x7f\x7c\xd6\xd2\xed\x10\x78\x71\xe6\x9e\xfc\x11\x10\xce\xa9\ -\x5b\x6e\x4e\x84\x23\x1f\x98\x76\xd9\x51\x43\x8c\xcf\xcc\x1b\xac\ -\x7f\xc2\x72\xa6\x1f\xcc\x4d\xb1\x3f\x58\x7b\x4f\x3b\x18\xe7\xfd\ -\xa0\x4c\x52\x18\x91\xd3\x77\x49\x2d\x52\x3c\xbd\x64\x9c\xa4\x72\ -\x21\x8a\x6c\xe1\x8a\xc2\xe9\x85\x38\x2e\xea\x22\x9a\x2a\xda\x89\ -\xfd\x95\x24\x11\x12\x4a\x5d\x53\x14\xb1\x0a\x06\xc1\x9b\xc8\x87\ -\xc8\xd7\x20\xf2\x1f\xa9\xaf\xaa\x8f\xe1\x3e\xe3\x95\x7a\xe5\x02\ -\xec\xaf\x2b\x9b\x28\xc5\x68\xa8\xc0\x50\x50\x3f\xbf\x2e\xbf\x4b\ -\x36\x59\xd6\x5a\xaa\x63\x6c\xc1\xe7\x0b\xc6\x2f\x58\x70\xa0\xca\ -\x5b\x59\x02\xcb\x95\x52\xf1\x90\xa0\xfa\x1b\xfe\xf6\x56\xd3\xe7\ -\x80\x5d\x2c\x90\x40\x72\xfb\x8a\xf8\x74\x52\x51\x27\xc2\xd8\xa6\ -\x78\x6b\xf1\xb6\xe2\x1d\x70\xc4\x6d\xee\x12\x77\x82\x7d\xe4\xee\ -\xe1\x56\x73\xf1\x48\x4d\x63\xb8\x0e\xb4\xb8\x56\xe0\x14\xff\x21\ -\xcd\x84\x20\x71\xaa\xd1\xda\x15\x48\x05\x7f\x66\x34\x2e\x40\x91\ -\xbb\x15\x7f\xee\xc5\xcf\x88\xbc\xe7\xf9\x97\xf3\xe7\x4e\x82\x43\ -\xaa\xff\x51\xb1\x27\xce\x3f\xbd\xe4\xe0\xbc\x39\x38\xae\x98\xa5\ -\x6c\xaf\xc6\x8c\x94\x2d\x66\x03\x18\x8a\xa7\xed\xbe\xd5\x65\x41\ -\x0f\xd3\x9f\xd1\x69\x74\x02\x1c\x8f\x57\x8c\x97\x8b\x21\x6c\x4a\ -\xe1\xb5\x42\x9a\xa9\x9e\x2a\x78\x55\xe0\x85\xad\x56\x30\xbe\xe0\ -\x32\xec\xd1\x02\xb5\x10\x91\x2e\x9c\x2b\xdc\x2d\x4c\x84\xe3\x87\ -\xe4\x85\xe5\x35\x40\x0f\xc9\xcd\x8f\xca\xb3\xa0\x1d\x93\x2b\xcc\ -\xb1\xe3\xf7\xef\x24\x15\x26\xa6\x21\x65\xdd\x7f\xd2\xed\x31\xde\ -\x23\xcd\x3f\x6d\x6c\xda\x4d\x5c\x7f\x40\xb4\xb6\x10\x81\x92\xf1\ -\x18\x7f\x67\x81\xd4\x99\xe4\xf7\xea\x44\xd6\x4c\xfe\x73\x99\x4b\ -\x91\xac\x72\x32\xb6\x71\xcd\x46\xff\x0d\xcb\x2f\x5e\xf1\xad\x29\ -\x47\x96\x5e\x1b\xfa\xdb\xc5\xb8\xc7\x41\xe2\x3f\xcd\x8c\x5b\x04\ -\x66\xd7\xca\xae\x9b\x1d\x98\x21\xe4\xef\x60\x19\xf9\x0a\x7d\xd1\ -\xe2\xaa\x72\xcd\xf8\x70\x4d\x67\x53\x27\x27\x16\xcd\x34\x2d\x4c\ -\x87\x5d\xeb\x11\xa1\x1a\x8b\xce\x81\x12\x55\xec\xe5\x21\x2f\x22\ -\x3e\xf9\xe5\xc5\x47\x70\xd0\x83\xcc\x73\xed\xbf\x3e\x0c\xfb\xc9\ -\x5f\xab\xc3\x31\xac\x3c\xbe\x6a\xf7\x93\xc9\x48\x49\x58\x1c\xae\ -\xa7\x78\x84\xfb\x65\xb8\x15\x6e\x05\x22\xd2\xa2\x36\xab\x1f\x20\ -\x62\x3f\x93\xec\x94\xd8\x21\x4c\xad\x82\x59\x05\xcf\x20\xe4\x26\ -\x78\xae\x08\x35\xe4\xbb\x67\x0b\x9e\x4d\x82\x40\x43\x12\x45\x89\ -\xc8\xf9\x59\x13\x33\xb7\x64\x6c\x42\x71\x35\x3e\x6d\xfc\x04\x39\ -\xfc\x61\xc7\x07\xfb\xee\x17\xc0\x3e\x7e\xd4\xfd\xd1\x7d\xfc\xde\ -\xf7\x8f\x22\x9f\xe0\xb9\x1e\x97\x7b\x76\x23\xb9\x33\x7a\xde\x8c\ -\x47\x4f\x9f\x4f\xc7\x7d\xfc\x5f\x2e\xcc\xea\x82\x9a\x11\x98\x34\ -\x38\x15\x3d\x2b\x59\x9c\x1e\x93\x8b\x62\x9c\x52\x3d\xa3\x7f\xce\ -\x52\xdc\x77\x71\xb6\x32\x2f\x9b\x1f\xab\x3b\xa6\xf7\xd7\x7f\x8b\ -\x42\xb4\x2c\x7a\x6a\xf4\xa0\xa7\xbe\xbf\x82\xee\x8d\x37\xa2\xcd\ -\x4f\xff\xd6\xbe\x1f\xb5\x7c\x78\x31\xde\x4c\xfc\xa7\x62\x5c\xb3\ -\xce\xdd\x9a\xc4\xc5\xd7\x58\x40\x08\x67\x83\x20\x98\xc3\x5d\xcc\ -\xf9\x7b\xcf\x78\xc7\x16\x2b\x8a\xa7\xe0\x19\x46\xf0\x93\xbc\x3d\ -\x61\xb1\xf1\x3a\xd4\x8a\x7b\xee\x74\x2f\x72\x7d\xcc\xcd\x3d\x0d\ -\x56\x7e\x8f\x88\x8b\x3c\xed\x19\x09\x81\xff\x60\xdb\x33\x27\x60\ -\x66\x9d\xab\xce\xf7\x13\x61\xc2\x65\x9a\x67\xda\x6b\x2a\x64\x2c\ -\x5b\x9a\x7d\x21\x3b\x0c\x3d\xa6\xf3\xf3\xec\xe7\xcb\x11\x89\x67\ -\xd3\xd5\x69\x1c\x84\xe9\xfa\x22\xfc\x79\x30\x84\xe3\x12\xa2\xee\ -\xc2\x11\x97\x27\x5d\x8e\xbd\x82\x1e\x92\xc8\x3d\x2f\x78\xd9\x0c\ -\x76\x5c\xf2\xcc\xb4\xb1\x8c\xdd\xbc\x7b\x37\xf5\xb1\x3f\x7e\xe7\ -\x74\xf2\xc1\x4c\x0f\xae\x1f\x98\x77\x4a\x06\xe1\xb3\xf6\xe6\x3f\ -\x95\xf5\x81\x43\xd3\x95\xa3\xb4\x0f\x91\x6a\x2a\x15\x5d\xd7\xf1\ -\xe8\x51\x2a\x65\x9e\x0a\x56\x1e\x20\xcb\x97\x21\x05\x09\xe3\x0b\ -\x1c\x05\x15\xde\x7c\xb1\x5b\x20\x84\x03\xa4\xeb\x24\x6e\xc9\x04\ -\x7e\x9f\xb9\xba\x89\x33\x49\x18\xbb\xf4\xd9\xa5\x21\x97\x22\xb3\ -\x6b\xfb\x06\x41\xcd\xa6\x9e\x9a\x1a\x37\xf5\x5c\x85\x8b\x61\x46\ -\xa2\x44\xa8\xb1\x1f\x9e\x7c\xf6\x10\x25\xad\x19\xa5\x8a\xf1\x95\ -\x03\x39\xc4\xcf\x47\xbc\xfe\xde\xb2\xde\xb2\x48\x41\x1b\xb8\x9f\ -\xb8\x75\x5e\x13\xbe\xf4\xbe\xf6\x58\xe1\x10\x03\x17\xc9\x3d\x60\ -\x25\x5b\x7a\x78\xfa\x8a\x74\x11\x62\xe3\x1a\xfd\x3d\x19\x63\x93\ -\x8f\x8c\x5e\xd9\x53\x8b\x08\x3b\xf7\x4a\xf2\x72\x2f\x22\x50\xf3\ -\x6c\xf8\x33\x38\xe2\x8e\xfe\x4e\xdb\xdb\x76\xa4\xa2\xb9\xa7\xef\ -\xc6\x21\x22\x4f\xfd\x19\x37\xe1\x2c\x26\x70\x37\xfa\xc6\x57\xba\ -\x87\x3e\x14\xdf\xe3\x7e\xe2\xb3\x23\x8c\x5d\xc9\xbd\xfd\xcb\x43\ -\x14\xfb\xfb\xa7\x9e\x29\x52\xf7\xe3\x3e\xe2\x2c\x1d\xa5\x1c\xe9\ -\x37\xaa\x15\x7a\xe4\x76\x4d\xb1\x7e\xb7\x09\x45\xdc\x1a\x65\xdb\ -\x4c\x33\x63\x7b\x3f\x1b\x6f\x43\x2d\x70\xd4\xb7\x0f\xb5\x8d\x46\ -\xcf\x7c\x62\x30\xe9\x8d\xe8\x61\x1f\xa9\x76\x2a\xc5\xb8\xae\xa5\ -\xc4\x28\xb9\xc0\xf8\xfc\x0d\xf9\xdb\xf3\x0f\xa1\x87\x95\xcb\x6f\ -\x9f\x3f\x95\x89\xc5\x69\x62\x67\x61\x08\xeb\x26\xfd\x49\x7a\x40\ -\x7a\xc5\x3b\xd1\x32\xdc\xf2\xa5\x05\x0e\x4e\xd2\x25\x69\x93\x34\ -\x0a\x5f\x8e\x98\xd7\xbd\xbe\x85\xa8\x71\xb6\x94\x8a\xbf\x7d\xb8\ -\x03\x2a\x10\x25\xad\xae\xbe\xae\xf5\x2e\xd7\x55\x9f\xa7\x27\x66\ -\xc6\x3a\x7e\x75\x6c\x73\x60\xb4\xe0\xc9\xf1\xe4\x79\xf2\xd9\x55\ -\x0f\xe7\x31\x78\x34\x2c\xb9\x78\xa4\x67\x23\x37\x94\x95\x6c\x0b\ -\xa3\xf0\xff\x5a\xa1\x67\x04\xe4\x57\x1d\x5e\xad\x1d\x7a\xc2\xc6\ -\xc3\xcb\x4f\x9c\x46\x24\x79\xae\x8d\xba\x85\x51\xc5\xd1\xe5\xb1\ -\x39\xe7\xd0\x03\xe2\x02\x2e\x55\xbc\x15\x83\xd1\x50\xfb\x3b\xaa\ -\x27\xe5\x91\x4a\x02\x93\x23\x33\x92\xe0\xc0\x25\xd9\x75\x0a\xae\ -\x42\xa8\x18\xc5\x8e\x22\x5c\x6f\x78\x61\x7c\x6e\x86\x23\x9d\xf5\ -\x1c\x1a\x07\xa5\xc0\xc3\xae\x2c\xa7\x14\x6d\xab\xb3\xbc\x5d\x0e\ -\xa1\x83\xed\xfb\x69\xfd\xdf\x9a\x6c\xdd\x61\x45\xf1\x35\xcb\xcc\ -\x66\x0b\x52\x9d\xce\xa8\x0f\xd4\x7f\xc1\x78\xd5\x71\x55\xb2\xca\ -\x8b\xfb\x05\x48\x5b\x4a\x07\xb2\xd3\xf9\x0b\xf3\x97\xe5\xaf\xe5\ -\x4f\xe5\x36\xcc\x0d\xcc\xad\xcf\xd7\x2f\x0c\x2a\x6c\x54\x58\x9f\ -\xcd\xd3\x6c\xd2\xac\xd7\xac\xc3\x7d\x86\x58\xc3\xad\xe1\x6c\x94\ -\x2b\x86\x40\x4f\xeb\x4d\x28\x0b\xdf\xca\xb1\xce\xcf\x6f\x37\x11\ -\x74\xb8\x94\x8a\x97\x05\xe5\x89\x7f\xb0\x18\xfb\xac\x20\x78\x6d\ -\xf0\x9a\xe0\x35\x9f\x3a\x34\x59\x9a\x6c\x4d\x9e\xf1\xb1\xd7\xec\ -\x35\x78\x11\xd1\x5c\x6f\x6e\x10\x17\xc9\x42\x2c\xdb\x9d\xe3\xbd\ -\x88\xe0\xac\xbb\x05\xed\xe5\x88\xec\x4f\x34\x3d\x5f\xf6\xc1\x4c\ -\xf2\xf0\xd9\xd8\x98\xf3\x99\xc8\xb5\x43\x93\xca\xa4\xac\x87\xbd\ -\x9c\xd8\xec\xe5\x6a\xa4\x9c\xc5\x79\x9f\x09\xd1\x63\xe4\xb3\x15\ -\x1b\x95\x32\x08\xbc\xd8\x30\xc8\x50\x1b\xc5\xd7\x6c\xfb\xd8\xda\ -\x0d\x02\x57\x75\x75\x76\xb6\x85\x9d\xe8\x8a\x77\xba\x91\xd2\xea\ -\x3a\x85\xce\x83\x10\xba\xa3\xa3\xa7\x03\x29\xd0\x5e\xd5\xde\xcd\ -\xfe\x15\xce\xdf\x6d\xbb\xf7\xff\xaa\xb9\xdf\x98\xaa\xca\x38\x0e\ -\xe0\xcf\xbd\x98\x68\xe0\x22\xdc\xdc\xb4\xb4\xad\x4c\x58\x31\x69\ -\x81\xcd\x82\x88\x5a\x2f\x84\x50\x84\x2b\xb5\x05\xad\xa6\x51\xfe\ -\x61\xf8\x42\xa7\x85\x6d\x25\x13\xff\x20\xcd\x99\x13\x9d\x77\x20\ -\x8a\x0a\x19\xf2\x67\x1a\x01\x1b\x94\x24\x62\x24\x69\xca\xea\x86\ -\x70\xf1\xce\xb8\x20\x04\xe2\xe5\xde\x7b\xfe\xdc\xf3\x9c\x5f\xe7\ -\xdb\x1e\xce\x8b\xdb\x7c\xa5\x5b\xf9\xfb\xbc\xf8\xed\x39\x97\xbb\ -\xdd\xf3\x3d\xe7\x9e\xb3\x73\xee\x79\xf0\x4a\x46\x7f\xdb\x9b\xef\ -\x2d\xa1\x80\xa7\xd6\xd3\xe4\xf9\x91\x0e\x8c\xd5\x8f\xd5\x8e\xd5\ -\xe8\x3f\x0f\xd5\x0f\xd5\x0c\x55\x71\xa7\x6b\xc2\x35\xee\x1a\xe1\ -\x92\xd3\xea\xb4\x38\x19\x5d\xbc\x59\x05\xa4\x0f\x27\x02\xd1\xe0\ -\x72\xa0\x4d\x57\x16\xc0\x98\xbb\x22\x06\x2e\xb7\xbf\x9b\x03\x55\ -\xe1\xb3\x3f\x80\x5d\xc9\x96\x78\xc8\x1f\x60\x3e\x58\xb4\x34\x28\ -\xb7\x13\xec\x49\xb8\x8f\xe4\x93\x8e\xc0\xbd\xae\x8c\x17\xee\x74\ -\x9c\x76\xd4\x3b\xbe\xeb\x39\x46\x2a\x0d\xd1\x55\x22\x59\x53\xd2\ -\x95\x46\x3d\xed\xce\x39\xdf\x5a\x2d\x97\xe8\x46\xdf\xc0\xd6\x5b\ -\x23\x46\xc0\xc7\x7f\xef\x76\x58\x88\xe4\x5c\xd9\x26\x27\x13\x79\ -\xce\xdc\x9d\xc0\x1c\x2e\x25\x46\xce\x91\x56\x1b\x7d\x58\xc9\x90\ -\x0f\x11\xa9\x09\x8a\xa6\xd4\x12\x7e\xb1\x5a\xa8\xc6\x12\x29\x7b\ -\x94\xb3\x38\x19\xcb\x07\xe5\x36\xf9\x2e\x91\x54\x27\x75\x49\x7f\ -\x91\xe6\xbf\xe8\xbf\xe2\xef\xa5\x43\x3e\xa7\xaf\xdf\xd7\xa7\x77\ -\xfb\x42\x7d\x21\x5e\x9d\x4f\x7a\xdf\xf0\x26\x79\x13\xf8\x5e\x8f\ -\xcd\x38\x54\x64\xe8\x5f\xdc\x61\x40\xd2\xa8\x06\x44\xb7\xcf\x01\ -\xfd\xe1\x9e\x0b\x44\xbd\xa3\xa0\xcd\x69\x4f\x80\x9b\x19\x5f\x15\ -\x41\x63\x4b\xca\x29\x28\xee\x7a\x44\x85\x5c\x71\x65\x9b\x32\x8f\ -\x55\x40\x7c\x3e\x0b\x81\xa7\x6f\xb2\x99\x30\xfb\x86\x38\x34\x97\ -\x06\xcf\x2e\x65\xf7\x5b\xd6\x53\x60\x0e\x8b\x83\xbe\x18\xd9\x6d\ -\xe5\x6d\x65\x6d\xf6\x06\x3b\x89\x52\x4b\xd5\xdd\x6a\x01\x3f\x43\ -\xeb\xf4\x75\x7c\x3e\xa1\x3e\xd1\x8f\x10\xe9\x65\xc6\xed\x66\xbb\ -\xd1\xf7\xea\x25\x7a\x31\x11\x75\xd2\x6d\xbc\xa8\xbf\xa9\xe7\xe9\ -\x47\x89\xb4\xcb\x9a\x9b\x4f\x27\xae\x4a\x01\x16\x08\x27\xbb\xf2\ -\xba\x92\xac\xbc\xa6\x5f\x93\x5f\x96\x97\xc8\x2f\x70\xc9\x08\xbe\ -\x46\xaa\xe6\xc5\xd2\xa8\x34\x22\x0d\xeb\x9b\x95\x58\xc3\x62\xf2\ -\xa8\xbf\x00\x51\x60\x2e\x10\xc9\x11\x40\xfd\x77\x63\x81\xc8\x7d\ -\x09\x02\x31\x8e\x08\x18\xec\x3b\x7f\x0b\x2e\x8c\xef\xeb\x85\x03\ -\x43\x89\x1d\xb0\x46\xac\x57\xd2\x46\xcb\xf7\xf0\xac\x57\xcc\x51\ -\xdc\xff\x78\x01\x84\xcf\xfa\xba\x04\xa6\x45\x11\xa1\xcc\xc9\x8b\ -\x41\xb3\x46\xcd\x6e\x61\x0f\xac\x0e\x83\x39\x5a\x1d\x74\x32\x76\ -\x1d\xd9\x0c\xc5\x2b\x78\x05\x3f\xca\xcb\x89\x8c\x38\x7e\x55\x7b\ -\xf8\x9d\x80\x43\x0b\xd3\x52\x89\x02\x3e\xe3\x76\x5b\x32\xe9\x5a\ -\xa6\xb6\x4a\xcb\xa2\x0a\x3e\xc9\x3d\xdc\xa3\x3b\xf8\xb7\xbc\x81\ -\xd7\xf0\x80\xa6\x68\x7e\xcd\xc3\xf7\x68\x27\xb5\x13\x5a\xa5\xbe\ -\x96\x67\xf2\x0c\x9e\x41\xe3\xfa\xc7\x40\x44\xdb\x09\x48\xcf\x03\ -\x72\x2a\xa3\x40\x34\xd1\x05\x81\xfd\xae\xf7\xc1\x9d\xd2\x55\x02\ -\x9d\xaf\x7e\x53\x04\xc7\x76\x14\x7e\x09\x9f\xae\x48\xf9\x08\x6c\ -\xcb\x42\x7d\x10\xf7\x1c\x63\xa8\x79\x93\x96\x66\x08\x2b\x64\x2e\ -\x98\x96\xb6\x29\x0a\xd8\x00\x0b\x5a\xc1\x39\x33\xc1\x08\x34\x1a\ -\xcc\xe5\x59\xa2\xd7\x8b\x7e\x5c\xf4\x04\x26\xea\xc1\x6d\x88\x19\ -\xf0\xaf\x07\xb8\x52\xc5\xf8\xf9\x75\xd1\xb0\x66\xa5\x3f\x1b\x88\ -\xd4\xeb\xea\x35\xf5\x1a\x2f\x55\x7f\x50\x5b\xd5\x26\xbe\x5c\x6b\ -\xd1\x9a\xb4\x46\xdd\x46\xd9\x04\x83\x34\x55\x23\x60\x8e\x9c\x5c\ -\x07\x22\x6f\x24\x04\x06\xfe\x7c\x09\xdc\x03\xdd\x9d\x70\x29\xa4\ -\xb6\x19\x8e\x7f\xb8\x63\x3f\x14\x44\x2d\x23\xb0\xa9\xd3\xab\x21\ -\x4e\xdc\x93\x79\x62\x83\xa5\x0e\xc2\x4a\xc4\x0e\x59\x19\xb4\x36\ -\x8f\xde\x2b\x20\xeb\x08\x98\xcf\x35\x6c\x37\x5e\x81\xa9\xf7\x6f\ -\x13\x3d\x51\xf4\x59\xec\x3f\xaa\x48\xb1\x01\xf6\x99\x27\xe3\x45\ -\x90\x7c\x60\x9c\xc1\x44\x3a\x89\x12\x7b\x6e\x38\x6f\x05\x22\x5f\ -\x0a\x68\x2e\x77\x03\x0c\x17\x5d\x2d\x84\x9f\x0e\xd7\x4f\x42\xa5\ -\x77\xe7\x02\xd8\xb6\x3b\x35\x07\xb2\x42\x43\x33\x21\x7e\xa3\x08\ -\x76\xd0\x72\x01\xc2\xda\x45\x5c\x67\x83\x83\x9d\xfa\x3c\xfe\x16\ -\x60\x6c\xb8\x1c\xd8\x63\x62\x79\xde\x86\x16\x30\x2f\x28\xcb\xac\ -\xd7\x81\x7d\x2e\xc6\x36\xd1\x9f\x32\x0f\x25\xff\xb7\x5a\xba\x12\ -\x18\xb3\x76\x40\xf0\xd3\xd4\x51\x8b\xce\xbb\xfe\xe1\xfd\xed\x19\ -\xb8\xdc\x51\xf7\x0a\x54\xbc\xb7\xeb\x20\x14\xc4\xbd\xa5\xc3\xaa\ -\x17\x67\xcc\x87\xf8\x10\x11\x6c\xab\xa5\x1f\xcc\x60\x83\xff\xbd\ -\xc5\x4c\x11\xa0\xc5\x6f\x05\x23\x58\x3b\x98\xc1\xae\x5f\x2f\x01\ -\x2b\x17\x7f\x6f\xb7\x7a\x80\x7d\x26\xc6\xe9\xa2\x2f\x34\x7f\x76\ -\x7a\x58\x2b\x64\x0b\x18\x7d\x1c\x58\xc1\x34\x3b\x18\x91\x35\x43\ -\x64\xb3\x65\x2b\x2c\x59\x20\x76\xa4\x34\xb6\x18\xc2\x7b\xc4\xbb\ -\x83\xbf\xfa\x61\x53\xc1\x7a\x8b\x80\x31\xf7\x15\x60\x11\x62\xf9\ -\x96\x8d\xd5\x60\x6e\xe8\xd3\xd6\x21\x30\xef\xd3\xbe\x23\x7a\xf4\ -\xc3\x1e\xec\xdf\x85\x0e\x21\xec\x96\x71\xc9\x40\x00\x00\x00\x22\ -\x7a\x54\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\x00\x00\x78\xda\ -\x2b\x2f\x2f\xd7\xcb\xcc\xcb\x2e\x4e\x4e\x2c\x48\xd5\xcb\x2f\x4a\ -\x07\x00\x36\xd8\x06\x58\x10\x53\xca\x5c\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x13\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ -\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xdd\x04\x12\x14\x34\x33\x72\x31\x05\xc8\x00\x00\x02\x90\x49\x44\ -\x41\x54\x68\xde\xed\xd9\xbf\x6b\x13\x61\x1c\xc7\xf1\xcf\x13\xac\ -\xd1\x6a\xab\xa5\x6e\x8e\x29\x88\x83\xa8\xa4\x6a\xa7\xea\xa2\x10\ -\x33\x48\xa8\x7f\x40\x51\x5c\x4d\xc5\x21\xa3\x10\x1c\x75\x71\x13\ -\x71\x37\x60\x16\x29\xb8\x89\x2e\x82\x7f\x80\xa0\x54\x8c\x60\xed\ -\xa0\xb5\x35\xfe\xc0\x12\xec\xbd\x5d\x2e\x90\x9e\x77\x4f\x2e\x69\ -\xd2\x7b\x22\xf9\xc2\x41\x12\x8e\xe3\xf3\x7a\xbe\x4f\xee\x79\x72\ -\x91\x86\x35\x2c\xf7\x0a\x78\x04\xfc\x01\xd6\x80\x0a\x30\x36\x68\ -\x80\x65\xb6\xd6\x5b\xe0\xcc\xa0\x84\xcf\x10\x5e\xbf\x80\x73\x83\ -\x00\x98\x07\x58\x59\x59\x09\x43\xfc\x74\x1e\x01\xdc\x07\x98\x9a\ -\x9a\xa2\x54\x2a\x85\x21\xd6\x81\x53\x2e\x03\xde\x00\x64\x32\x19\ -\x24\x51\x2c\x16\xf1\x3c\x2f\xac\x13\x67\x5d\x0c\x7f\x08\xf0\x5a\ -\x01\x16\xc4\x3a\x30\xed\x1a\xe0\x52\x33\x5d\x2b\xc0\x82\x58\x03\ -\xb2\x2e\x01\xee\x46\x01\x2c\x88\x3a\x30\xe3\x0a\xe0\x95\x0d\xb0\ -\xa3\x08\xff\x7e\x7e\x1b\x78\x0e\xac\xfa\xed\x6e\x77\x6c\xb6\x03\ -\x58\x10\x5f\x81\x93\xbd\x0a\x3f\xeb\x07\xea\xba\x6c\x00\x0b\xe2\ -\xdb\xb6\x57\x6c\x60\xd4\x5f\x35\xe9\x27\xc0\x82\x58\x05\x4e\x6c\ -\x07\x70\x98\x1e\x54\x1c\x40\x9b\x4e\x9c\xee\x16\x70\xb4\xf5\x4a\ -\xa5\x52\x89\xc9\xc9\x49\x26\x26\x26\x3a\x3a\x52\xa9\x54\x2c\x80\ -\xa4\xa8\x15\xfb\x0b\x70\xbc\x1b\xc0\x4c\x37\x23\xb9\xdd\x23\x02\ -\xd1\x79\x27\x80\xf3\x49\x00\x2c\xd3\xe9\x33\x70\xac\x13\xc0\xe5\ -\xa4\x00\x3d\x41\x00\x57\x92\x04\x58\x10\x1f\x81\x5d\x71\x00\x0b\ -\x49\x03\x2c\x88\x8b\x71\x00\xb7\x5c\x00\x48\xa2\x5c\x2e\x07\x01\ -\x8f\x83\x79\x53\x21\x86\x71\x57\x36\x87\x4b\x4b\x4b\xc1\x8f\x0e\ -\xc6\xe9\xc0\x03\x17\x3a\x90\xcf\xe7\xd9\xd8\xd8\x08\x76\x60\x3e\ -\x0e\xa0\x92\x34\xa0\x50\x28\xd0\x68\x34\xc2\x1e\x0a\x8c\xc7\x01\ -\x3c\x4d\x12\x10\x11\xde\x03\xae\xc5\xbd\x8d\xbe\x4c\x0a\x60\x09\ -\x7f\xbd\x93\x85\xec\x75\x12\x80\x88\xf0\x9b\xc0\xd5\x4e\xb7\x12\ -\xcf\x5a\xaf\x90\xcb\xe5\x92\xfa\xc2\xc6\x1a\x79\x13\x02\xb8\x29\ -\xe9\x4e\xf3\xbd\xe7\x79\xaa\xd7\xeb\x1d\xdf\x02\xb3\xd9\xac\x6a\ -\xb5\x5a\xdb\xf3\xf2\xf9\xbc\xaa\xd5\xaa\xd2\xe9\xf4\x96\x18\x92\ -\x16\x8c\x31\xf7\xba\xd9\x8d\x1e\x69\x3e\x1a\xe9\xf7\xef\x81\x9e\ -\xcc\xf9\x08\xc4\x1c\xf0\xbb\x9f\x80\x5e\xcd\xf9\xd0\xcd\x91\x31\ -\xa6\x0a\xfc\x90\x34\xe7\x9f\x33\x26\x69\xb7\xa4\x7d\x92\xd2\x92\ -\x46\x25\xed\x95\xb4\xc7\x7f\x9d\x96\x74\x20\x62\x65\xff\xa7\x0a\ -\x85\x82\x2a\x95\x8a\x46\x46\x46\x82\xd3\xe6\x86\x31\xe6\x61\x52\ -\x8f\x54\xde\xc5\xe9\x40\xdf\xa6\xcd\x4e\x00\x7a\x76\xab\x4c\x02\ -\xe0\xec\xc8\xc7\x01\x38\x1f\xde\x06\x70\x7a\xda\xb4\x03\x0c\x4c\ -\x78\x1f\xf0\xa4\x35\xe5\xe2\xe2\x62\xd7\xdb\x83\xa4\x00\x17\xda\ -\xac\x6d\x6e\x8e\x7c\x0b\x20\x05\xbc\x8f\x08\xdf\x70\x76\xe4\x03\ -\x88\x69\xe0\x45\x20\xfc\xa7\x7e\xfe\x47\x6c\xfa\x04\x99\x95\xb4\ -\x5f\xd2\xb2\xa4\x0f\xc6\x98\xef\x1a\xd6\x7f\x5a\x7f\x01\xed\xe6\ -\xed\x1a\x0f\x42\x1d\x5b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x0e\x23\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x31\x00\x00\x05\x31\ -\x01\xb7\xed\x28\x52\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0d\xa0\x49\x44\ -\x41\x54\x78\xda\xbd\x58\x6b\x70\x5c\xe5\x79\x7e\xce\x65\xef\xab\ -\xbd\x48\x5a\x69\x75\xb3\x75\xb3\x2c\xd9\xf8\x82\x5b\x0f\x36\x66\ -\x88\x6b\x53\x8c\xed\xe0\x06\x0f\x84\x50\xd2\x36\xcd\x34\x9d\x8c\ -\x1b\x94\x1f\x19\x32\x2d\xfd\x41\x27\x4c\xdb\x84\x4e\x9b\xcc\xf0\ -\x23\xe9\x94\x4e\x49\x42\xa6\x4c\xa0\x69\x3d\x19\x43\x00\x17\xc7\ -\x19\x82\x1d\x63\x62\xc0\x92\x91\xad\x9b\x75\xdf\x95\xb4\xf7\xdb\ -\xd9\xb3\xe7\xd2\x77\xdf\x72\xc4\x6a\x47\xa6\x2b\x8c\xfb\xae\x1e\ -\x7d\xdf\xd9\xfd\x76\xcf\xf3\xbc\xef\xfb\xbd\xdf\xf7\x1d\xc1\x34\ -\x4d\xac\xd7\xb6\x7d\xe3\xbc\x0d\xc0\xdd\x84\x23\x84\x3e\x42\x98\ -\xd0\x42\x08\x11\xe2\x84\x19\xc2\x2c\x61\x82\xf0\x0a\xe1\xec\xe5\ -\x7f\xdc\xa3\xe1\x16\x18\x0b\x58\x07\xf1\x32\xe9\xc7\x08\xf7\x7a\ -\x5c\xb2\xaf\xc1\x6f\x87\xcf\x6b\x83\xd7\x2d\xc3\x6e\x93\x20\xcb\ -\x02\x8f\xd3\x34\x13\x6a\x49\x47\x36\xaf\x21\x9d\x2d\x21\x96\x52\ -\xe3\xb9\x82\xf6\x73\x00\xff\x42\x42\x7e\xfd\xff\x2c\x80\x89\x6f\ -\x03\xf0\x6d\x41\xc0\x91\x8e\x66\x37\x5a\x9b\x5c\x68\x27\xec\xea\ -\xf4\x22\xe8\xb5\x63\x39\xab\x20\xa5\x6a\xd0\x0d\x13\x22\x0d\x32\ -\x41\x30\x45\x14\x4b\x06\x88\x38\xe2\xe9\x12\x96\x62\x0a\xe6\x97\ -\x14\xcc\x44\xf3\x27\xe9\x96\x7f\x49\x42\x46\x6e\xb1\x00\x26\x2e\ -\x03\xf8\x07\xc2\xe0\x86\x66\x97\xd8\xd9\xe6\xc5\xfe\x2d\x7e\x6c\ -\x0a\xbb\x60\xd2\x6b\x2a\x99\xc3\xd0\xf5\x18\x96\xe2\x59\xe4\x15\ -\x15\x32\x04\x94\x0c\x03\x36\x9b\x8c\x7a\xbf\x1b\xa1\x06\x0f\x3a\ -\xdb\x1b\x00\x41\xa2\x48\x18\x88\x2c\x2b\x98\x5a\xc8\xe3\xfa\x5c\ -\x56\x9b\x8e\xe4\x9f\x01\xf0\x4d\x4e\xad\x5b\x21\x80\xc8\xd7\x03\ -\xf8\x29\xa5\xca\xc1\x81\x6e\x1f\xf6\xdf\x16\xc4\xc1\x7e\x3f\x46\ -\x97\x32\x38\x33\x34\x07\x2d\xaf\x60\x53\xc8\x4b\x51\x68\x44\x28\ -\xe0\x44\xd0\xe3\x80\x24\x92\x00\x4d\xc7\x62\x32\x8f\x08\x61\x68\ -\x2a\x81\xd9\x5c\x09\xb2\xc7\x89\xfe\x9e\x66\xb4\x87\x83\x24\x20\ -\x87\x89\xd9\x1c\x46\xa7\x33\xf8\x60\x22\xfd\x06\x45\xe8\x41\x12\ -\x91\xf8\x14\x05\x30\xf9\x5e\x00\xaf\x36\x05\xed\xdd\xb7\xf7\x07\ -\xf0\x95\xfd\x6d\xb0\x4b\x06\x9e\x3d\x7d\x05\x4a\x32\x8b\x13\x47\ -\xb7\x63\x63\x53\x1d\x60\x02\xf4\xfd\x15\x8c\x5e\x1b\x45\x6f\x6f\ -\x2f\x4c\xf0\xf5\xca\xe7\x73\xb1\x1c\x7e\x7c\x76\x14\x4b\x86\x80\ -\x9d\x03\x6d\xe8\xed\x6a\x26\x01\x59\x8c\x4c\x66\x30\x3c\x96\xba\ -\x16\x8d\x29\x47\x49\xc4\xd8\xcd\x0a\xb0\xc8\x07\x01\x9c\x6f\x0d\ -\xb9\xfa\x3e\x73\x7b\x23\xfe\x78\x6f\x08\xd3\x19\x05\xaf\xbc\x79\ -\x0d\x5f\xdc\xd7\x8d\xde\xb0\x9f\x49\x95\x5f\x82\x20\x30\x49\xcb\ -\x66\xe7\x66\xd1\xd6\xda\xb6\x22\x88\x61\x98\xd0\x34\x8d\xfb\xd7\ -\xe6\x92\x78\xfe\xad\x29\x74\x6c\x0a\x63\x07\x09\x89\xc6\x34\xbc\ -\x7f\x35\x81\x4b\x57\x13\x13\x0b\x4b\xca\x6e\x12\x11\xc7\x3a\x4d\ -\x5c\x23\xe7\x5f\x6a\xaa\x77\xf4\x1d\xda\xdd\x84\x47\xee\x08\xe1\ -\xcd\xa9\x38\x86\x47\xe6\xf1\xc4\x1f\x6c\x47\x4f\xd8\x87\xcb\x97\ -\x2f\x33\x71\x51\x58\xf5\x55\x26\xe8\x74\x38\xb9\xb5\x8c\xc7\x89\ -\x22\x64\x9b\x8c\xc9\xeb\x93\xd8\xd4\xea\xc7\x13\xc7\xb6\x20\x3e\ -\x19\xc1\xcf\x5e\x79\x17\x4d\xf5\x32\x76\x6c\x0e\x62\x47\x5f\xa0\ -\xbb\x31\x20\xbf\xc8\xf7\xbf\x19\x01\x64\x4f\x53\xce\x1f\xb8\x63\ -\x6b\x3d\x8e\xdd\x1e\xc4\x4b\x17\x27\xa1\xc7\xd3\xf8\xf2\x67\x36\ -\xc1\x26\x89\x4c\xa8\xb3\xab\x13\x91\x48\xa4\xda\xcb\xdc\x06\x83\ -\x41\x6e\xab\x31\x3b\x3b\x8b\xae\xae\x2e\x9a\xdc\x36\x12\x69\xc3\ -\x37\x3e\xbb\x15\x03\x01\x1b\xde\xbc\x30\x8e\x80\x17\xd8\xda\xeb\ -\xc3\x96\x6e\xff\x01\x97\x5d\xf8\xa7\x4f\x2c\x80\xd4\x0f\x00\x18\ -\xdc\xb1\xc9\x8f\x47\xf7\x36\xe1\xe2\x7c\x0a\x62\xae\x80\x87\x29\ -\x6d\xd8\xab\x02\xb8\xf5\x7a\xbc\xf0\xd6\x79\xd7\x24\xaa\x96\xd4\ -\x4a\x41\xdc\x1a\xa6\x81\xc6\x86\x46\x48\xa2\xc4\xef\x51\x44\x18\ -\x8f\xec\xe9\x82\x16\x4f\xe0\x8d\x73\xa3\x68\x6d\xb0\x63\xa0\x8b\ -\xaa\xdb\x06\xcf\x5f\x6c\x1d\xfc\xf5\xf6\x4f\x1a\x81\xef\x6c\x08\ -\xbb\xa5\x47\xf6\x85\xf1\xc1\x72\x06\x23\x23\xb3\x38\x71\x68\x8b\ -\x45\x7e\xd5\x84\x75\x3b\xdd\xab\x88\x5a\xc8\xa4\x33\xab\xc9\x1b\ -\x06\xb7\x76\xbb\x9d\xde\xe3\x6b\x6e\x25\x49\x82\x48\x11\x3d\x71\ -\xa0\x0f\x4a\x22\x8d\xf7\xaf\x2d\x60\x73\x57\x1d\x7a\x37\x78\xc5\ -\xd6\x90\xed\xef\xd6\x2b\x80\x57\x58\x41\x30\xef\xdf\xd9\x1b\x80\ -\xc7\x2d\x63\x68\x22\x42\xf9\xdf\x05\x59\x14\x98\x80\x45\xbe\x1a\ -\xd5\x22\x52\xa9\xd4\x9a\x9f\x5b\xb0\x44\x50\x54\x38\x0a\x36\x59\ -\xc4\x1f\xed\xd9\x88\x91\xb1\x08\x0a\x79\x05\x5d\x6d\x3e\x74\xb4\ -\x78\x8e\x6e\xf9\xfa\x2f\xef\x5a\x97\x00\xd3\x34\xbe\xd2\xde\xe4\ -\xc6\xc1\xad\x7e\x8c\x91\x47\x9c\xc5\x12\xba\x9b\xeb\xf0\xce\x3b\ -\xef\xa0\x58\x2c\x56\x7a\x95\x5b\x22\xb0\x26\xc9\x54\x32\xc5\x04\ -\x09\x95\x63\x2b\xdf\xb3\xc0\x62\x87\x86\x87\xb8\x30\x34\x8a\x26\ -\xae\x8c\x47\xb1\xb1\xd5\x8d\x8e\xb0\x1b\x2d\x0d\xce\xc1\x9a\x05\ -\xf0\xcc\x87\x79\xb4\xb7\xdd\x0b\xc1\x26\x60\x36\x92\xc2\x23\x77\ -\xf5\xf0\xcd\x77\xee\xdc\x89\xc9\xc9\x49\xe4\xf2\xb9\x2a\xb2\xab\ -\xc5\x10\xf8\x3a\x91\x48\x58\x5e\xb6\x60\xcd\x83\x55\x29\x94\xcb\ -\xe5\x90\xcd\x67\xf9\xf7\x05\x8a\xf2\x1f\xee\xeb\xc2\x42\x34\x4d\ -\xdf\xcf\xf1\x36\x25\x14\xb4\xdf\x5b\x6b\x45\x12\x0d\xb3\x74\xc0\ -\xed\x94\x83\x7b\x7a\xfd\x88\x95\x4c\x08\x6a\x09\xe1\x80\x0b\x6a\ -\x51\xe5\xd4\xe9\xeb\xeb\x83\xd3\xe9\x44\xb5\xf7\xf9\x5a\xe7\x76\ -\x45\x44\x3c\x11\xe7\xeb\xea\x79\x60\xc1\x2a\xb1\x1e\x8f\x87\xd7\ -\x0b\xab\xd4\x76\x34\x7a\x01\x45\xc1\x74\x24\x81\x96\x90\x07\x0d\ -\x7e\x87\xdf\x26\x96\x0e\xd4\x24\xc0\xd4\x71\xa4\xc1\x67\xa7\x1f\ -\x95\x88\x84\x8a\x0d\x7e\xc7\xca\x8d\xa2\xd1\x08\x47\x60\x31\x1a\ -\xb5\x08\x55\x12\x66\x58\x42\x08\x2c\xc0\x7a\xbf\x32\x65\x60\x00\ -\x02\x04\x26\x6b\x99\x60\x0a\x96\x00\x46\x7f\xb8\x0e\xcb\xf1\x1c\ -\x02\xc4\xa5\xde\x6f\x83\xcf\x85\xcf\xa1\x06\x93\x01\xa3\x3b\x50\ -\x67\x87\x64\x93\x90\x48\x66\xb0\x87\x72\x9f\xc8\x72\x95\x08\x85\ -\x9a\x50\x2a\x95\x98\xd8\xf9\x0b\xe7\xa1\xaa\x2a\xda\xdb\xda\xd1\ -\xd1\xde\x51\xb9\x80\x31\x40\x7f\xf1\x58\x9c\x85\x54\x6e\x25\x2c\ -\x92\x40\x45\x5f\x00\x8f\xa1\xf4\x59\x11\xb6\xab\xab\x01\xc3\xbf\ -\x5d\xa0\x74\x55\xe1\xf7\x39\xa9\xd2\x49\x9b\x6b\x12\x40\x1e\x6a\ -\x6f\x6d\x70\xa0\x48\x1e\xc9\x64\x15\xd4\x77\xd4\x81\x3d\x07\x26\ -\x50\x2e\x79\x5c\xc7\x1b\x1a\x1a\x50\x54\x8a\x18\xb9\x3a\x82\xf3\ -\xbf\x39\xc7\x75\x7d\xeb\x96\xad\xe8\xea\xec\xe6\x31\xf9\x7c\x1e\ -\x0b\x91\x05\xce\x6f\xa7\xcb\x09\x60\x0d\xf2\xe0\xfe\x8a\x30\x5e\ -\xcd\x05\xf0\x98\x26\xbf\x0b\xd9\x5c\x01\x89\x4c\x1e\x6e\xbb\x08\ -\x87\x2c\x34\xd5\x16\x01\x01\x6d\x22\x79\x42\xb4\x09\x28\x96\x34\ -\x04\x3c\xf6\x4a\xaf\x72\x6b\x79\xd4\x61\x77\x60\xfb\x6d\xdb\x31\ -\xd0\x3f\x80\xd8\xf2\x32\x2e\xfe\xf6\x22\x4e\xfe\xfc\xbf\x10\xac\ -\xaf\xc7\x6b\xaf\xbd\x8e\x70\x4b\x33\x1e\x78\xe8\x01\x3c\xf7\xec\ -\x73\x70\xb8\x1c\x4c\xf8\xd5\xd3\xaf\xf2\x5e\xc8\xb2\xbe\xde\x3e\ -\xf4\x6f\xee\xb7\x52\x67\x45\x80\x68\x02\x99\x54\x1a\xf1\xc5\x65\ -\x72\xa0\x04\xb3\x94\x69\x7e\xe6\x99\x67\x72\x74\x5f\x77\x85\x33\ -\x9e\x1d\x1c\x1c\xfc\x26\x98\x19\x74\x42\x4e\xe8\xff\xda\x19\xf5\ -\xf7\xef\x6c\xb7\xdd\xb3\xb7\x05\x57\xae\x4d\xe1\xb1\xbd\x54\x97\ -\x47\x46\x90\xcd\x66\x79\x6b\xd0\xb9\xb1\x93\xc9\x5b\x42\xc0\x7f\ -\x2b\xe2\x38\x2a\x3f\x79\xe1\x27\xb8\x70\xf1\x3c\xef\x79\xa2\x91\ -\x28\x1a\xbf\xd0\x04\xb7\xc7\xcd\x02\x9e\xbc\xfb\x49\x38\xe5\x8f\ -\x22\xf2\x41\x6c\x08\x93\x99\x51\x7e\x4f\xa4\xa8\x4b\x82\x04\xbb\ -\x64\x87\xdd\x61\xc3\x52\xa6\x00\x0a\x26\x54\x43\x43\x32\x9b\xc3\ -\x83\xfd\xf7\x1b\x36\xd1\xb6\xb2\xd8\x9e\x9e\x3c\x9d\x7c\x61\xf8\ -\x85\x24\x9f\x97\xe6\xcc\xb7\x5e\x7e\xf2\xe5\x13\x94\x42\x46\xcc\ -\x30\xcd\x30\xcc\x0f\x65\x69\x06\x57\x9e\x1b\x2c\x5c\x96\x00\xeb\ -\x9a\xf7\x37\x0f\x1d\x7f\x08\xdf\xff\xc1\xf7\x71\xdb\xb6\xdb\x30\ -\x75\x7d\x1a\x67\xd2\x67\x81\x34\xd8\x9e\xf6\x3f\x0d\x2a\x2a\xb0\ -\xac\xa0\x66\x31\x6b\x4c\x20\xe8\xf2\x23\xe0\xf4\x51\xae\xd7\x51\ -\xca\xd8\x49\x88\x8e\x26\x0d\xc8\xa8\x39\x14\x94\x34\x74\x5f\x1a\ -\xfe\xa0\x4f\x74\x4a\x2e\x58\x36\x3f\x3d\x17\x38\x95\x3a\x15\x00\ -\xd9\xe1\x96\xc3\x26\x00\x59\x36\x61\x2c\x96\x34\x23\xac\x19\xe5\ -\x14\xb1\x23\x55\x50\xe1\x77\xd9\x2a\x3d\x5e\x25\xa0\xea\x9a\xcc\ -\xed\x76\xe3\xe4\x7f\x9c\xc4\x53\x7f\xff\x14\xbe\xfd\xb7\xdf\xc1\ -\xe7\xa7\x3e\x0f\x48\x80\x4d\x15\x11\x5d\x88\x22\xef\xc8\xc3\xb2\ -\x73\x43\xe7\xf0\xcb\xd2\x8b\xf0\x3a\x1d\xf0\x38\xec\x2b\xb0\x93\ -\xeb\x73\x45\x15\x59\x42\xb9\x9d\x5b\x48\xe3\xb0\xf4\x30\xbc\x76\ -\x2f\x2c\x5b\x9a\x5f\x84\x4b\xb6\xa1\xa8\x6b\x88\x6b\x71\x07\x78\ -\x12\x9b\x58\x54\x8a\x3a\xca\xf0\x79\x1c\x88\xe7\x8a\xf0\x39\xe5\ -\x35\xbd\x5e\x2d\xa2\xb2\xaa\xd8\x9d\xf6\xb2\x10\x5e\x33\x2c\x33\ -\x92\xc0\xe0\xb7\x1e\x83\xac\xc9\x74\x21\xa0\x3c\x34\xe6\x59\x84\ -\x7c\xaf\x01\xdd\x61\x42\x37\x0c\x94\x74\xba\xb7\x5a\x82\x2a\x68\ -\x50\x75\x03\x9a\x41\x9f\x99\x06\x32\x91\x22\xbe\xfe\xad\x41\x48\ -\x9a\x04\x53\x07\xdf\x23\xea\x5c\x80\xb9\xcd\x04\xc4\x55\x55\x48\ -\x1b\xa7\xea\x73\x4f\xb6\xa0\x21\xe0\x75\xd2\x91\x31\x81\x8d\xf5\ -\xee\x1b\x7b\x1d\xab\xcb\xe3\x8a\x00\x8a\xde\xee\xdf\xd9\xcd\xa5\ -\x11\x26\x18\x42\x0b\x70\xa1\xe3\x2d\x38\x6d\x32\xc3\x65\xb7\xc1\ -\x45\xad\x48\x69\xa7\x6a\x1a\xf8\x01\x80\x09\x3e\x86\xd2\xef\x30\ -\x79\x55\xd3\xb9\x98\x84\xfa\xdc\x88\x77\x8e\xa0\x40\x65\x5c\x29\ -\x69\xdc\x16\x48\xa8\xa9\x01\x86\x66\xc2\x32\x91\x3c\x73\x32\x99\ -\x52\x90\x4c\x17\x69\xd2\xba\x31\x9d\x52\xab\x77\x99\xd5\x62\x98\ -\x30\x11\xb5\x04\x70\x39\xf4\xfb\xfc\x38\xfe\xc0\xf1\x8f\x4e\x69\ -\x06\xd8\x93\x04\x22\xc6\x60\x6f\x13\x41\x82\xc6\x64\xf2\x94\x2a\ -\x99\x62\x11\x69\xa5\x48\xa9\xab\x20\xa3\x14\x39\x7d\xf2\x2a\x93\ -\xa6\x88\x68\xe5\xef\x30\x34\x8a\x8e\xfe\xe1\x22\x0a\xe3\xa3\x52\ -\x2c\xeb\xc9\xf1\xd7\x63\xae\xcd\xa9\xc5\x58\xde\x5f\x54\xfd\x90\ -\x3c\x2e\x44\xd3\x05\x84\xbc\x0e\x26\x3c\x36\x31\xc6\xeb\x80\xaf\ -\xce\x57\xed\x75\x6e\x2b\xaf\x45\x51\xa4\x66\x45\x00\x87\x5e\x13\ -\x0c\x12\xa8\x13\x04\x46\xf9\xc5\xc5\xc2\x34\xf9\x09\x86\xac\x89\ -\xfc\x30\x00\x5c\x5a\x4c\x16\x4a\x64\x89\x3c\x0b\x45\x51\x63\xd1\ -\x7c\x6d\x7d\xc6\x02\xac\x08\x4c\xfc\xf4\x84\x96\xcb\x17\xcf\x2c\ -\x2c\xe6\xb1\x98\x50\xd0\xda\xec\xc7\x7f\x8f\x2e\xf3\x8f\x5d\x7a\ -\xf7\x12\x7c\x5e\x1f\x93\xaf\x26\x5c\x0d\x5e\x94\x44\x30\xf8\x06\ -\x3a\xb7\x1f\x7a\x9e\x53\x63\x55\x2a\x58\x11\xe0\x89\xab\x94\x51\ -\xa4\x09\x6c\x45\x40\x05\x8f\xa1\xf1\x0a\x8d\x2f\x6a\x1f\x45\x82\ -\xe7\x83\x5e\x11\x01\xfe\x2f\x09\xdf\x9b\x5d\x48\x7d\x6e\x6e\x21\ -\x80\xbb\x7f\x37\x8c\xa9\xb9\x18\xe6\x12\x05\xec\xd8\xbe\x03\x64\ -\x6b\x7a\x9c\x5e\x37\x14\x65\xfc\xb5\xc1\x0e\xb8\x95\x76\xf2\xe4\ -\xc9\x0f\x8e\xe3\x38\xfb\x0b\x63\x3f\x38\x7c\x76\x2e\x9a\x3e\x3d\ -\x3e\x9d\xc4\x4c\x24\x8f\x9e\x8e\x10\xce\x4c\xa5\x41\xa5\xb5\xd2\ -\xc3\xab\x89\x8a\xab\xc1\x63\x20\xb2\xb0\x4f\xcb\xc8\x09\x37\x44\ -\xf5\x91\x92\x42\x63\x3c\x31\x3e\x19\x33\xae\x4d\x26\x29\x65\x3c\ -\x08\x86\xeb\xf1\x8b\x6b\xcb\x95\x04\x2d\xf0\xbe\xc7\x12\xb5\x86\ -\xa0\x8f\xbd\xb1\x51\x2e\x93\xba\x5e\x53\xbf\x6c\x3c\x67\xb5\x1a\ -\xce\xc4\xe3\xff\x7a\xff\xdb\x73\x8b\xa9\xe7\x87\x46\x17\x31\x34\ -\x1a\x47\xcf\xc6\x46\x14\x5d\x1e\x9c\x19\x8d\xad\x10\xa4\x49\xca\ -\x07\xf7\xb1\xf1\xb1\x8f\x9d\x0f\x55\xc6\xa7\xba\x74\x9a\x97\x66\ -\x6e\x67\x66\x66\x6a\xe9\xb3\x98\xf4\x8c\x80\xb9\x73\xd2\xff\x1d\ -\x01\xbe\x28\xf6\xfc\xd9\xc8\x68\xf4\xed\x4b\x57\xa2\xb8\x7a\x3d\ -\x85\x81\x4d\x2d\x98\x37\x6c\x78\xe9\xd2\x3c\xf4\xff\x4d\x27\xde\ -\x27\x59\x27\x29\x4b\x94\x45\x7c\x6a\x6a\x0a\xd4\xab\x0a\x3f\x1f\ -\xe2\xad\x83\x3d\x2f\x74\xb4\xc7\xaa\xa9\x5f\x36\x67\xd0\x44\xa0\ -\xdb\xa8\xed\xb9\xd0\xd8\xf3\xdb\x4a\x8a\x22\x1d\x7b\xff\xca\xfc\ -\xfc\xdb\xef\x45\x30\x3d\x9f\xc3\xf6\xfe\x56\xe8\xbe\x3a\xfc\xf8\ -\xe2\x3c\x66\xe3\x05\xec\xba\x7d\x17\x91\x5e\x7b\x3e\x24\x53\x49\ -\x6e\xab\x8d\xc6\xf3\x9e\x89\x8c\x5b\x3a\x91\xd5\xd2\x67\x31\xb2\ -\xdb\x80\x2b\xa4\xd7\x14\x01\xb6\x89\x7f\x3b\x12\x49\x24\xf2\x47\ -\x2e\xbe\x37\x3d\xf3\xe6\xc5\x19\x8c\xcf\x64\x48\x44\x1b\x1a\xdb\ -\x1b\xf1\x9f\x94\x4e\xff\x4e\xef\x2d\x67\xd4\xea\x12\xca\xad\xc7\ -\x4b\x04\x04\x54\xdf\x8c\x53\x82\x1e\x6e\xad\xbb\x5f\xb6\xec\x9c\ -\x84\x85\xdf\xd8\x3e\xe6\x3c\xb0\x86\x4d\xfe\xe8\xc1\xf7\xba\xbe\ -\x74\x6a\xf7\x85\x4b\xd3\x2f\x67\x73\xc5\x5d\xc9\xb4\x42\x22\x1a\ -\x11\x0a\x7a\xa8\x4a\xa5\xf0\xa3\x77\x23\xb0\x1b\x1a\x7a\x1a\xdc\ -\xe8\x6b\xf6\xa1\xb1\xce\x89\xfa\x3a\x07\xef\xf3\x2f\x5c\xb8\x80\ -\x2a\xe3\x94\x20\x81\xeb\xed\xb3\x18\xbb\x5f\x87\xbf\x8b\x1d\x51\ -\xbb\x00\x16\xf1\xdc\xd1\x68\xef\x17\x2f\xef\x79\xe7\xfd\xd1\xe7\ -\xe2\x89\xdc\xc3\xf3\x91\xb4\xb4\x65\x53\x08\x03\xdd\x4d\x68\xa7\ -\xc5\x6e\x29\x9e\xc1\x42\xba\x80\xab\xb4\xe8\xd1\x42\x88\xa2\xaa\ -\x41\xd4\x35\x5c\x1f\x19\xc5\xfe\xdf\xdb\xbf\xea\x86\xb2\x2c\xf3\ -\x3c\xa0\xf7\xd6\xd5\xe7\x74\xf2\xd0\xb5\x4b\xaf\x3d\x02\xd5\x73\ -\x02\xd8\xf6\x68\xe7\x9f\xfc\xec\x7b\x4b\xcb\xd9\xef\x4e\x4c\xc5\ -\xf6\x8d\x74\x36\xa0\xb3\xc3\x8f\x8e\x16\x1f\xba\x37\x34\x22\x5f\ -\x50\x51\x50\x4a\x50\x48\x80\x92\x2f\xc0\xad\x2d\xa2\xda\x32\x99\ -\x0c\xa7\x45\x7b\x7b\xfb\x9a\x7d\x7a\x6e\xca\xa5\x39\x1a\x8d\x56\ -\x8f\xe1\x14\xca\xcc\x48\x68\xd9\x5b\x5c\xbf\x00\xcb\xae\xff\xf0\ -\xf8\xdb\x00\xee\xea\xfc\xd2\x4b\xc7\xa6\x66\x63\x27\xea\x03\x8e\ -\x7d\xe1\x90\xdf\xdb\x4a\x22\x1a\x82\x6e\x78\xdd\x0e\xb8\x1c\x12\ -\x78\xef\x53\xe2\x8a\x61\x45\xa0\x3a\x25\xd6\xec\x53\xcd\xe7\x89\ -\xee\xf7\xfb\x51\x3d\xc6\x11\x30\x20\x48\xe6\xfa\x23\x40\x3f\x20\ -\x03\x70\x13\x5c\x15\x98\x99\x02\xfe\x46\x72\xf8\xbd\xa1\x3b\xbf\ -\x7c\x4f\xa0\xb5\xf7\x4e\x8f\xd7\x1b\xa2\x43\x7c\xc0\xee\x70\xf8\ -\x04\x68\xce\xc4\xf4\x70\xf1\xa9\x3f\x3d\x56\x1e\x5b\x9d\x42\x37\ -\xea\xb3\x00\xba\x1f\x9f\x27\xaa\xc7\x48\x94\x3e\x2e\xa7\xb0\x9e\ -\x39\xc0\xe4\x3d\x00\xbc\x04\x6a\x59\x04\x5f\x5b\x7d\xbd\x98\xf2\ -\x46\xce\x7c\x77\x3e\x02\xbc\xc2\x9f\x31\x58\x60\x89\x10\x34\x7f\ -\xf8\x57\x8f\xd2\x0d\x2b\x53\x88\xd1\xda\xda\xba\xee\x7e\x6e\x5e\ -\x46\x76\x56\x46\xf3\x1d\x85\x5a\x05\x70\xf8\x73\x24\x22\xff\xe1\ -\xe7\x4e\x0b\x15\x91\x70\x33\xb8\xcf\x63\x24\x82\x48\xb0\x11\x7a\ -\xd6\xaa\x42\x94\x22\x9f\xa8\x5f\x40\x1c\x11\x75\x19\xef\xbd\x36\ -\xca\x91\x32\x0c\x03\xf5\xf5\xf5\x58\x5c\x5c\xd4\xd9\xd9\x37\xbb\ -\x6b\x14\xc8\x00\x58\x70\x11\x76\xab\xaa\xfa\x46\xc5\xa3\x94\xca\ -\xe3\x67\x4d\xfd\x4a\x1b\x1b\x1b\x63\xd2\x3d\x3d\x3d\xbc\xc0\x29\ -\x8a\x52\xde\x0d\x68\x87\x0e\x1d\xfa\x2a\x3d\x20\x7e\x51\xbc\xf9\ -\x1d\x23\x9b\x41\xd0\x01\x68\x84\xea\x75\x9f\x1f\x76\x45\x22\x91\ -\x5a\xfb\xec\x69\x22\x6a\xf5\xd9\xe3\xb4\x32\xf3\x9e\x8a\x04\x95\ -\xc9\x7f\x8d\xc8\xbf\x0a\x20\x27\xe3\x16\x58\xd5\x72\xcf\xfb\xa0\ -\xba\x3a\x7e\x64\x59\x53\x9f\x8c\x27\xb1\xb5\x2b\x75\x38\x1c\x20\ -\xc2\x98\x98\x98\x28\x1d\x3e\x7c\xf8\x04\xf5\x5f\x06\x10\x2d\x3b\ -\x4d\xc6\xad\x37\x0e\x3d\xa1\xe6\x3e\xe5\x3f\xc3\x12\x42\x29\x59\ -\xf6\x7c\xfe\xe0\xc1\x83\x7f\x4e\x91\x79\x1d\xc0\x32\x91\xe7\x48\ -\xdf\xda\x08\xdc\xbc\xf1\x33\xd9\xe1\xe1\xe1\xa5\xfb\xee\xbb\xef\ -\xab\x00\x7e\x45\x88\x5b\xe4\x6f\x85\x00\x93\xa0\x9e\x3a\x75\xea\ -\x2c\x4d\x62\x07\x3e\x05\x9b\x9e\x9e\x5e\x7a\xfc\xf1\xc7\xff\x19\ -\xc0\x39\x42\xb2\x92\x7c\xed\x55\xa8\xf6\x8a\x24\x02\x08\x12\x5a\ -\x08\x12\x3e\x1d\x53\x08\x73\x84\x9c\xb9\x06\xd9\xff\x01\x38\xe3\ -\xc0\xe9\xdb\x41\x96\x6b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x0b\xdb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x14\xc3\x00\x00\x14\xc3\x01\ -\x15\x70\x4d\x42\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd7\x01\x19\ -\x05\x00\x09\xac\x89\xcd\xdd\x00\x00\x0b\x5b\x49\x44\x41\x54\x68\ -\xde\xed\x59\x7d\x50\x55\xd7\xb5\xff\xad\xbd\xf7\x39\x82\x80\x20\ -\x20\xa0\x78\x73\xf9\xf2\xf2\x4d\x04\x54\xd4\xa0\x41\x11\x52\xa9\ -\x3c\x32\xad\xb5\x9d\xc9\xbc\xd7\xaa\x9d\xd8\x99\xda\x34\x9d\x36\ -\x6d\x9a\xbe\xa6\x4d\x93\x3e\x3b\x89\x2f\x2f\x6d\x9a\x36\x4e\xd3\ -\x66\x3a\xb5\x35\xa5\xd1\x17\x12\x92\x58\x83\x12\x1b\x88\x5f\x14\ -\xad\x5c\x24\x0a\xde\x70\x43\x34\xf2\x51\x94\x8f\xfb\xc9\x39\x67\ -\xbd\x3f\xbc\xf8\xd0\xa0\x31\x98\xf7\x92\xcc\xf8\x9b\x39\x73\xf7\ -\x9d\xb5\xf6\x3a\xbf\x75\xf6\xda\x6b\xaf\xbd\x37\x70\x13\x37\x71\ -\x13\x37\xf1\x71\x42\x7e\x14\x46\xe6\xce\x9d\x8b\xe1\xe1\xe1\x29\ -\xcb\x01\x20\x31\x31\x31\x2c\x3a\x3a\x3a\x2d\x2a\x2a\x2a\x36\x3c\ -\x3c\x7c\xd4\xe3\xf1\x98\xd7\xf3\x6e\xfa\x20\x05\x9b\xcd\x36\x1b\ -\xc0\xd9\xd0\xdf\x3b\x84\x10\x7b\xdc\x6e\xf7\x64\x7a\x3c\x49\xf7\ -\x20\x80\x66\x00\x0f\xf7\xf4\xf4\x34\x4e\x14\xd8\xed\x76\xb8\xdd\ -\x6e\xd8\x6c\xb6\x7f\x03\xf0\x10\x33\xa7\x5c\x46\x8c\xa8\x0b\xc0\ -\x23\x3d\x3d\x3d\xbf\x1f\xd7\x9d\xd2\x08\xc4\xc6\xc6\xde\x4b\x44\ -\x2b\x89\x88\x85\x10\xba\xdb\xed\x7e\xfe\x2a\x7a\x3f\x0e\xe9\x90\ -\x10\x02\x42\x08\x10\x91\x24\xa2\x54\x22\xfa\xf2\xcc\x99\x33\x03\ -\x17\x2e\x5c\x68\x1a\xd7\x1f\x1a\x1a\x42\x4a\x4a\x4a\x3d\x11\x7d\ -\x97\x88\x62\xa4\x94\xef\x08\x21\xf6\x09\x21\x4e\x09\x21\x88\x88\ -\x1c\x42\x88\x3b\x63\x62\x62\x22\xdc\x6e\xf7\x6b\x53\x1e\x81\x8c\ -\x8c\x8c\xb7\x2d\xcb\x4a\x06\x10\x14\x42\x44\x74\x75\x75\xd1\x55\ -\xf4\x98\x99\x71\xfa\xf4\xe9\x4b\xf2\xb4\xb4\xb4\x59\x00\x7e\x00\ -\xe0\x9b\x44\x04\xa5\x94\x76\xf2\xe4\x49\x23\xa4\xff\x53\x66\x7e\ -\x80\x99\x19\xc0\x32\x97\xcb\xd5\x3c\xd1\x5e\x5a\x5a\x5a\x02\x80\ -\x5f\xb9\x5c\xae\xb5\x29\x29\x29\xe8\xee\xee\x9e\x94\x9f\xb8\x16\ -\xf9\xac\xac\x2c\x1b\x11\xa5\x48\x29\x77\x4b\x29\xeb\x89\x08\x0e\ -\x87\xe3\xb3\xd9\xd9\xd9\xef\x37\x24\x04\xa4\xbc\x7c\x40\x5d\x2e\ -\x57\xbf\xcb\xe5\xba\x57\x29\xd5\x2a\x84\x00\x80\x92\x90\x5d\x8d\ -\x88\x1e\x90\x52\x42\x4a\x79\xc7\x95\xe4\x43\x21\xd4\xe7\x72\xb9\ -\xd6\xa6\xa7\xa7\x5f\x95\xfc\x07\x3a\x20\x84\xd8\xa8\x69\x1a\x94\ -\x52\x3b\x94\x52\x3b\x43\xed\xf5\x1d\x1d\x1d\xef\xd3\x55\x4a\xbd\ -\xcf\x81\xbc\xbc\xbc\x71\x59\xbc\xa6\x69\x10\x42\x58\x85\x85\x85\ -\x10\x42\xdc\xad\x94\x82\x52\xaa\xbb\xb3\xb3\x73\xd2\xf0\x38\x7d\ -\xfa\xf4\x65\xbf\x57\x83\xba\xa6\x50\xa9\x0d\xcc\x8c\xb6\xb6\xb6\ -\x1d\x00\x90\x9f\x9f\x0f\x22\xfa\xfc\x64\xba\x9a\xa6\xc1\xb2\xac\ -\x2b\x3f\x80\x3d\x3f\x3f\xff\xc7\x00\x6e\x61\xe6\xf3\x4e\xa7\xf3\ -\x00\x00\x14\x14\x14\xdc\x1e\x0a\x9d\x5d\x37\x9a\x01\xaf\xea\x40\ -\x51\x51\x51\xaa\x65\x59\x36\x00\x0d\x97\x66\xbc\x94\xfb\x01\xdc\ -\x5e\x54\x54\x54\x03\xa0\xae\xb5\xb5\x15\x13\x64\x10\x42\xf0\xfc\ -\xf9\xf3\x99\x88\x70\x91\xdf\x45\x30\xf3\x09\x66\xae\xc9\xcb\xcb\ -\x83\xd3\xe9\x84\x52\x2a\xcd\xb2\x2c\x62\xe6\x8e\xfc\xfc\x7c\xb4\ -\xb5\xb5\x4d\xd9\x01\x71\x8d\xf0\xd9\x20\xa5\x84\x52\xea\xf7\x05\ -\x05\x05\x88\x8c\x8c\x84\x52\x6a\x87\x94\x12\x44\xb4\x7e\x22\xf9\ -\xf1\x39\x20\x84\x40\x28\x34\x2e\x3d\x21\x1b\x67\x74\x5d\x8f\x73\ -\x3a\x9d\xe3\xba\x31\x42\x08\x68\x9a\x36\x72\x23\xe4\xaf\xe9\x80\ -\x94\x72\xa3\x52\x0a\x2d\x2d\x2d\xdb\x8f\x1f\x3f\x8e\xd1\xd1\x51\ -\xb4\xb4\xb4\x6c\x0b\x11\xab\x99\x6c\x0e\x28\xa5\xa8\xa5\xa5\x85\ -\x8e\x1c\x39\x42\x2d\x2d\x2d\x24\xa5\x8c\x93\x52\x6e\x90\x52\x2e\ -\x94\x52\x1e\x5c\xbc\x78\x71\x55\x48\x77\x28\xe4\x5c\xd4\x92\x25\ -\x4b\x3e\xda\x10\x2a\x2d\x2d\x05\x80\x79\xcc\x3c\x1b\x80\xb5\x74\ -\xe9\x52\x26\xa2\xf1\x50\x00\x11\x31\x00\x2a\x2d\x2d\xfd\x3c\x80\ -\x9d\x4d\x4d\x4d\x97\x1c\xb8\x12\x87\x0e\x1d\x1a\x2c\x29\x29\x79\ -\x56\x08\xd1\x40\x44\xef\x10\xd1\x0e\x00\xd1\x42\x88\x77\x84\x10\ -\x45\x44\x94\xd9\xdc\xdc\x3c\xd1\xf6\x8d\x8f\x40\x53\x53\x13\x88\ -\x68\x83\x10\x82\x95\x52\x22\x94\x79\xa0\x94\x42\xa8\x4d\x42\x08\ -\x26\xa2\x0d\xe3\xe4\x27\x86\xd0\x24\x4e\xe0\xc0\x81\x03\x3d\x52\ -\x4a\x43\x08\x31\x63\xf9\xf2\xe5\x61\x42\x88\xa6\x90\xfe\x9d\x13\ -\xd2\x26\x36\xef\xdf\xbc\xf1\x05\xf7\x0b\x7f\x7b\xaa\xfd\xa9\x4c\ -\x14\xde\xc0\x24\x0e\x65\x1f\x7a\xfd\xf5\xd7\x27\xfd\x24\x65\x65\ -\x65\x4c\x44\x55\x57\x86\xd0\x64\x28\x2f\x2f\x87\x69\x9a\xf1\x44\ -\xa4\x00\xa0\xb1\xb1\xd1\xbf\x62\xc5\x8a\x67\x00\x6c\x05\x90\xb1\ -\x72\xc5\xca\xd2\x7d\x8d\xfb\x9a\x22\x7f\x15\x79\xf7\xc1\x9e\x83\ -\xdb\x36\x65\x6d\xe2\x7b\x76\xdf\xe3\xc4\x97\x61\xc7\x51\x9c\x2d\ -\x2f\x2f\xc7\xde\xbd\x7b\xaf\x6f\x04\x2a\x2b\x2b\x51\x51\x51\x91\ -\x25\xa5\x4c\x50\x4a\xd5\x5d\x23\xbd\xd6\x49\x29\x51\x51\x51\xf1\ -\xa5\xca\xca\xca\x89\x59\xe8\x32\xbd\x92\x92\x12\x41\x44\x4b\xa5\ -\x94\x2d\x42\x08\x96\x52\x3a\x43\x4e\x0c\x49\x29\x7f\x2b\x85\x84\ -\x82\x6a\xb4\x3f\x62\xff\xf7\x40\x20\xb0\x6d\xfd\xad\xeb\xd9\x3f\ -\xcb\x4f\x99\x33\x33\x25\x18\xa7\x96\xad\x59\xf6\x9b\xbd\x7b\xf7\ -\x62\xfc\x1d\xd7\x55\x4a\xac\x5e\xbd\xfa\x51\x66\xbe\x8f\x99\xbf\ -\x68\x9a\x66\x6d\x43\x43\xc3\x65\xf2\x55\xab\x56\x41\x4a\xb9\x96\ -\x88\xfe\x02\x60\xcf\xee\xdd\xbb\xef\x08\xf5\xe3\x50\x6e\xa7\x09\ -\xe9\xf3\x52\x6c\x87\xda\x0e\xcb\xb2\x3a\x89\x08\x0d\x0d\x0d\x58\ -\x5d\xbe\xba\x65\xd0\x36\x58\x7c\x6c\xe1\x31\x6c\x59\xbc\x85\x1d\ -\xe9\x0e\x32\x4c\x03\x71\x7a\x1c\xee\xaf\xbb\x9f\x9b\xcf\x36\xd3\ -\xb2\xe6\x65\x3f\x7c\xa3\xee\x8d\x47\xae\xdb\x81\xea\xea\x6a\x93\ -\x99\x45\x7d\x7d\xfd\x35\x67\xd4\x9a\x35\x6b\x98\x88\xa0\xeb\xba\ -\xb6\x73\xe7\x4e\xa3\xba\xba\xfa\xb2\x6a\x74\xc2\x3a\xd0\xcd\xcc\ -\xf5\x44\xf4\x40\x30\x18\x1c\xd9\xb3\x67\xcf\xff\x56\xb0\xcf\xd8\ -\xee\x1c\xf6\x0d\xff\xf7\x7d\x0b\xee\x43\x56\x6a\x16\x82\x63\xc1\ -\x4b\xf3\x21\x2e\x2c\x0e\xdf\x7b\xe9\x7b\x7c\xb4\xff\xe8\xf9\x9a\ -\x9c\x9a\xac\xba\x35\x75\xfd\x1f\xe8\x40\x55\x55\x15\x5e\x79\xe5\ -\x95\xf1\x91\xc0\xab\xaf\xbe\x3a\x29\xf9\x2b\x65\x13\xfb\x5d\x0d\ -\x57\xea\xa4\x3d\x9d\x56\xe5\x0d\x7a\x5f\xde\x98\xbf\x91\x73\xec\ -\x39\xe4\x1b\xf3\x5d\x59\x0b\x21\x3e\x2c\x1e\xbb\x8e\xee\xe2\x11\ -\x1e\x71\xee\xba\x73\x57\xc1\x94\xaa\xd1\x71\xb4\xf7\xb5\x23\x37\ -\x21\x17\x9b\xf6\x6e\x0a\xdb\x56\xbe\xcd\xbf\xae\x76\x1d\x6a\xd7\ -\xd5\x4e\x29\x77\x67\x3d\x9d\xb5\xca\x33\xe6\x79\xed\x8b\x8e\x75\ -\x9c\x93\x92\x43\xbe\x80\x1f\x0c\x00\xd6\x04\x42\x04\x28\x56\x78\ -\xb6\xf5\x59\x04\x29\x58\xdf\xba\xbe\xb5\xfa\x43\x17\x73\x13\x91\ -\x9b\x90\x8b\x55\xdb\x57\x3d\xb6\x72\xf6\x4a\xdf\xe6\xdd\x9b\x0f\ -\xd7\xae\xab\x45\xde\x2f\xf2\x3e\x34\xf9\xbc\x5f\xe7\x2d\x37\x02\ -\xc6\x6b\x35\xa9\xd5\x9c\x3e\x3b\x9d\x2e\x8c\x9c\x87\x3f\xe0\x43\ -\xc0\xef\x45\x20\xe0\x83\xd7\xe7\x83\xcf\xef\x03\x05\x08\xdf\xae\ -\xff\x36\x0e\xba\x0f\x76\xb4\xae\x6f\xad\xae\x79\xae\x06\x37\xe4\ -\x80\xfd\x71\xfb\x4f\x7a\xfa\x7b\xbe\x33\x43\x8b\xc0\xb9\xc1\xf7\ -\x16\xe6\xfd\x32\xef\x88\xf3\x1e\x27\xf2\x1f\xcf\xbf\x6e\xf2\xb7\ -\x3e\x75\xeb\x12\x23\x60\xec\x2f\xb7\x97\x71\xe6\xec\x74\x1a\xf2\ -\x0c\x22\x10\xf4\x23\x18\xf4\x23\x10\x08\x84\x1c\xf1\x21\xcc\xd2\ -\xf1\xa3\xbf\x3e\xc8\x5e\xbf\xb7\x13\x0f\x21\x07\x0f\x02\x75\x5f\ -\xaa\xc3\x94\x43\x28\xf9\xd1\xe4\xef\x5b\x41\xf3\x3f\xbe\x7e\xdb\ -\x57\x61\x4a\x0b\x31\x61\xd1\xd8\x7e\xb8\x16\x63\xa6\x79\xe0\xd8\ -\x37\x8f\x2d\x2d\xf8\x59\x01\x8e\xdf\x7f\xfc\x9a\x36\x0a\x7f\x51\ -\xb8\x60\xcc\x34\x8f\x2c\xb1\x17\x72\xd6\x5c\x07\x79\x02\x5e\x30\ -\x03\x60\x02\x9b\x0c\x66\xc0\x32\x19\x09\x11\xb3\xb0\x75\xff\x7f\ -\xf1\x7b\xa3\xe7\xde\x91\x86\x4c\x0d\xea\x41\x36\x1f\x31\xa7\xbe\ -\x27\x4e\x7c\x38\xe9\x5b\x96\x61\x3c\xfe\xb5\xa5\x5f\x01\xeb\x17\ -\x3b\x30\x01\xb1\xe1\x33\xf0\xe7\x03\x2f\x21\x68\x18\xfb\x8f\x7e\ -\xe7\x68\x59\xfe\xc3\xf9\x68\xfb\xe1\xe4\x85\x59\xd1\xd6\xa2\x02\ -\xd3\x32\xff\xb1\x30\x35\x8f\x33\xe6\xa6\x93\x27\xe8\x03\x2c\x06\ -\x5b\x00\x33\xc0\x26\x60\x5a\x16\xe6\x46\x25\xe3\xe9\x37\xb7\xb1\ -\x6b\xf0\xdd\xb3\x41\x0a\xd8\x95\x50\x66\xe0\xa7\x81\xa9\x6f\xea\ -\x73\xb7\xe6\xae\xbf\xe0\x19\xfa\xdd\x5d\x0b\xd6\x30\x2b\x45\x20\ -\x80\x04\x43\x10\xc0\x82\x11\x37\x2d\x06\xbb\x9a\x5e\x43\xd0\x30\ -\x1b\x5a\x1f\x68\xad\xc8\x7f\x30\x1f\x6d\x3f\xb9\xdc\x89\xe2\x2d\ -\xc5\xd9\x86\x61\x9e\x58\x90\x9e\xc9\x76\xfb\x2d\xe4\x9d\x40\xde\ -\xb2\x08\x6c\x31\x2c\x93\x91\x12\x63\xc7\xf6\x43\x3b\xf8\x44\x6f\ -\x57\x5f\x50\x8c\xdd\xa2\x91\x0a\x7a\xb6\x78\x6e\xec\x54\x62\xd1\ -\x7f\x96\xf4\xdc\x9e\x9e\x97\x3c\x26\x24\x31\x99\x20\x09\x90\x00\ -\x48\x10\x84\x18\x77\x22\x0a\x75\xfb\x9a\x10\x34\xac\x97\x8f\x3e\ -\xd4\xba\x26\xf7\xfb\xb9\x68\xdf\xd2\x8e\x75\x3f\x5a\x87\x93\x7c\ -\x72\x1e\x5b\x38\x55\xec\x48\x65\x5b\x46\x32\x79\xfd\x01\xb0\x89\ -\x8b\x5f\xde\xba\xb8\x56\x18\x06\x63\x5e\x6c\x3a\x5e\x68\xa9\xe7\ -\xbf\xbf\x7b\x62\xd0\x24\xc3\x26\x49\xfa\x86\x1f\x1d\xbe\xf1\x73\ -\x21\xfd\x36\x7d\xac\xe3\x4c\x77\x55\xca\xac\x48\x58\x42\xc1\x82\ -\x01\x8b\x4c\x58\x64\x80\xc9\x04\xc3\xc4\x88\xe5\x41\x61\x46\x2a\ -\xba\x3a\xcf\x38\xe2\x6e\x4b\xb8\xd5\xb9\xa5\xed\xcf\x85\xf7\x14\ -\xa2\x9f\xfa\x53\xcc\x20\xba\x8a\xe7\xd9\x30\x27\x33\x81\x46\x7d\ -\x5e\x98\x96\x09\x93\x4d\x98\x6c\xc0\xb4\x82\x08\x9a\x63\xc8\x8c\ -\x73\xa0\xa1\x6d\x1f\x1f\x76\x39\x87\xa0\xd8\xae\xa0\xbc\x43\x8f\ -\x0d\x7d\x34\x07\x5b\x17\x5e\xbf\x70\x58\x2e\x52\x46\x67\xcf\xbb\ -\x2b\xf3\x6c\xb3\x10\x80\x05\x26\x03\x16\x4c\x30\x99\xb0\x68\x0c\ -\x20\x13\xa3\xec\xc1\x7c\x87\x0d\x5d\x1d\xe7\xb2\x67\x2e\x8a\xcf\ -\x32\xa5\xf1\x86\x11\xb0\xdc\xc5\xd9\xb3\x29\x39\x2f\x9e\x46\xfc\ -\x1e\x58\x6c\xc0\x84\x01\xd3\xba\xf8\x04\xcd\x20\xb2\xe3\x73\x71\ -\xa8\xfd\x30\x37\x76\xb4\x7a\x98\xac\x5b\x14\xd4\xc8\xe0\xd6\xc1\ -\x8f\xf6\x64\xce\xfb\xa6\xf7\x8d\x88\x25\x91\xea\x54\x4f\xef\xf2\ -\xc2\xd4\x04\x78\xd9\x00\x0b\x13\x2c\x0c\x80\x4c\x30\x59\x00\x59\ -\x18\x81\x17\x85\x59\x73\xd0\xd9\xd6\x97\xe7\xf7\x1a\xf7\x15\xe7\ -\x24\xd1\xdc\xe2\x58\x1a\xf1\x7b\xc1\x6c\xc2\x80\x01\xcb\x32\x30\ -\x66\x06\xe0\x33\xbc\x28\x9a\xbd\x08\xed\x6f\xb5\xf3\xcb\xc7\x9a\ -\xfd\x24\xc8\xae\x48\x9d\x1f\x78\x7c\xe0\xff\xe6\x68\xd1\x73\xc0\ -\xd3\x38\x7d\x61\x64\x64\x57\x4f\xff\xd2\x62\x47\x02\x46\x2c\x3f\ -\x40\x26\x2c\x61\xc0\x12\x26\x98\x0c\xb0\x30\x30\x0a\x1f\xe6\xe7\ -\x26\x20\xd2\x52\x48\x5c\x1c\x41\x17\x02\x23\x30\x38\x00\x41\x02\ -\xb6\xa8\x34\xcc\x99\x6e\xc3\x74\x11\x8e\x58\x15\x81\xb7\xde\x3a\ -\xc5\x2f\xb6\x1c\x18\x03\x59\x76\xc9\x72\xa0\xef\xe7\x7d\x53\x5a\ -\xd5\xaf\x6b\x1d\x48\xb9\x37\x05\xdd\x4f\x74\x63\xce\xd7\xe7\x3c\ -\x19\xae\xb4\xcd\x6b\xff\x25\x07\x67\x8c\x51\x28\x29\xa0\x2b\x0d\ -\x9a\xae\x23\x5c\x4d\x87\x2e\x75\x30\x33\x74\xc5\x08\x06\x2d\x18\ -\xe6\x18\x8c\xb1\x20\x46\xfd\xc3\x70\xfd\xf3\x2d\x0c\x8c\xf4\x23\ -\x52\x4d\x43\xc2\x68\x36\xbf\xd9\xde\x6b\x42\xb2\x5d\x0a\x71\xf6\ -\xec\x2f\xcf\x4e\x79\x4b\x79\xdd\xb5\x50\xc2\xa6\x04\xf4\x6d\xeb\ -\xc3\xec\xbb\xe7\xfc\x26\x5a\x0f\xff\xea\x9a\x9a\x64\x9c\x18\x79\ -\x1b\x42\x59\xb0\x68\x0c\x63\xe4\xc3\x18\xfb\x41\x82\x42\x66\x09\ -\x02\x12\xb0\x00\x36\x08\xa6\x09\x4c\x23\x85\xf8\xbe\x0c\xde\x7b\ -\xf8\x2c\xa4\x86\x54\x6d\x9a\xe6\x76\x3f\xe9\xfe\xff\x39\x9d\xf6\ -\xfc\xdd\x83\xa4\x8d\x49\x38\xf7\xcc\x7b\x2f\xa9\x9c\xf0\x8c\x9e\ -\x4e\x5f\xc1\x82\xa2\x28\x9c\x31\xde\x03\xe9\x16\x94\x4e\xd0\xc3\ -\x74\xe8\xba\x06\x5d\x57\xd0\x74\x05\xa9\x04\x84\x12\x80\x20\x4c\ -\x0f\x93\x48\x3a\x97\xc9\xbb\xff\xf6\x2e\x49\x09\x47\xf8\xf4\xf0\ -\xb7\xbb\x9f\xec\xbe\xe1\x93\xf1\x0f\xbd\x8b\x4e\xfa\xd7\x24\x9c\ -\xfb\xc3\x39\x24\xde\x95\x54\x3b\x2b\x22\xea\x0b\x9f\xd9\x10\x86\ -\x36\xff\xdb\xd0\x95\x02\x49\x60\x7c\x53\xc6\x8c\x8b\x8b\x94\x01\ -\x68\x52\x20\xe9\x74\x36\xd7\xbe\xe4\x22\x2d\x8c\x73\xce\xfd\xa1\ -\xb7\xe3\x63\xbb\x1f\x18\x3d\x3e\x8a\xc4\xbb\x12\xd1\xfb\xc7\xde\ -\xbf\x20\x55\x2f\xea\x75\xca\xcc\xb2\x15\x49\xe8\xa3\x41\x68\x3a\ -\x41\x68\x04\xa9\x08\x52\x23\x90\x24\x4c\x0b\x13\xb0\xbb\x72\x79\ -\x7b\xed\x29\xd2\x34\x9a\xdf\xfb\xa7\x5e\xe7\xc7\x7e\xc1\xe1\x69\ -\xf3\x20\x71\x6d\x22\xfa\x9e\xef\x7d\xce\xb4\xc9\x25\xbd\xff\x90\ -\x19\x2b\x2b\x93\xd0\x27\xce\x43\xd3\x2f\x92\x17\x8a\x31\x2d\x5c\ -\x22\xf5\x64\x01\x6f\xfb\x6d\x3b\x69\x3a\x2d\xea\x7b\xbe\xaf\xf5\ -\x13\x73\x43\xe3\x39\xe1\x41\x7c\x4d\x3c\x06\x5e\x1c\xd8\xee\x4f\ -\xa2\xb2\x81\xa3\x2a\x65\x65\x55\x12\xfa\xe5\x79\x48\x0d\xd0\xc3\ -\x15\xe6\x9d\x98\xcf\x4f\x3c\x71\x8c\x34\x9d\x4a\x07\x5e\x1c\x38\ -\xf8\x89\xbc\xa3\x8a\xab\x8a\x03\x00\xcc\x28\x8f\x69\x2e\xf9\x8a\ -\x83\x1f\x1b\x2a\xe6\x0d\xc3\xb1\xfc\x58\x63\x85\x15\xb9\x3c\x9a\ -\x63\x2a\x67\x96\x7d\xe2\x2f\xda\x66\x56\xcc\x04\x00\x44\x94\x46\ -\x1d\xf9\xcc\x37\xf2\xf9\xb9\x8e\xb5\xd6\x8c\xd2\x68\x9e\x51\x16\ -\x5d\xf9\xa9\xb9\x2d\x9c\x51\x36\x03\x00\x90\xbd\x36\x79\xdf\xf2\ -\xbb\x1d\x3c\xef\x73\x73\x6a\x3e\x75\x57\x9e\x8e\xcf\xcd\xc1\x4d\ -\xdc\xc4\xa7\x0c\xff\x03\x1d\x2b\xe6\x8e\xe5\x5c\x43\x0c\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\x49\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x31\x00\x00\x05\x31\ -\x01\xb7\xed\x28\x52\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0b\xc6\x49\x44\ -\x41\x54\x78\xda\xd5\x59\x5d\x8c\x64\x45\x15\x3e\xf7\xa7\xef\xed\ -\xee\x99\x9e\x9e\xd9\x65\x97\x19\x76\x57\xc5\xc4\xb0\x61\x63\x54\ -\xc4\x48\xb2\x24\x44\x45\x5e\x09\x61\x77\x63\x78\xf0\x67\x9f\x4c\ -\x84\x98\xf0\x4c\xa2\x0f\xc4\x9f\x27\xa3\x31\xa8\x3c\x18\xc0\x84\ -\x18\xf4\xc1\x07\xcd\xa2\x0f\x86\x3f\x7d\x20\x18\x13\x09\xb0\x60\ -\x14\x88\xc2\xee\xb2\xbb\x33\xd3\x3d\x33\xdd\xf7\xa7\x7e\xfc\xce\ -\xa9\xba\x54\x9a\x9e\x99\x6e\xf5\x01\xad\x99\xaf\x4f\xd5\xbd\x75\ -\xef\x3d\xdf\x39\xa7\x4e\x55\xdd\x1b\x59\x6b\xe9\xff\xb9\xa4\xf3\ -\x74\x7a\xe0\xc1\x07\x3e\x67\x2b\x75\x26\x8a\xe2\x28\x4a\xa2\x38\ -\x89\x92\x38\x4d\x21\xe2\x38\x4e\x92\x38\x22\x8a\xb9\x10\x2a\x51\ -\x84\x5f\x36\x89\x35\xd6\xe0\x5f\xa3\x58\x6d\x14\x7e\xd8\x54\xd6\ -\x6a\x6d\xb8\x93\x58\xcd\x46\xf8\x31\x90\x28\x7c\x31\xae\x40\xcd\ -\x9d\xc3\xdd\x9f\x78\xf0\x9b\xdf\xfe\x3d\xcd\x28\x33\x3d\xf0\xf0\ -\xc3\x0f\xf7\xdf\xb9\xf2\xf6\xf9\x03\x07\x0e\xae\x42\x5b\x4a\x53\ -\x20\x49\x29\x91\x7a\x4c\xa0\x43\x09\x94\x07\x33\x8a\xc1\x05\x45\ -\x68\x18\x28\x6a\x8c\x16\x68\x05\x58\xeb\x8e\x59\x68\x2c\xf0\x44\ -\xc9\xf5\x03\x4f\x1c\xe6\x3a\x24\xce\x6f\x6e\x6e\x5e\x58\x5e\x3a\ -\x78\xfc\xbe\xfb\xee\x1b\xfe\x37\x1e\x88\x2e\xaf\x5f\x7a\xec\xba\ -\xa3\x47\x56\xd3\x34\xa5\x3c\xcf\xa0\x74\xcb\x01\x4a\x27\xad\x16\ -\x25\x51\x04\xc5\x1d\x91\x98\xed\x8f\x3a\x79\x9b\x40\x59\x51\x4a\ -\xb3\x52\xac\xa4\x10\x32\x80\xa8\xee\xea\x20\xa6\x35\x93\xac\x49\ -\x29\x0d\x28\xe9\xd7\xe9\x76\xd6\x2e\x5e\xb8\xf4\x18\x3a\xde\x05\ -\xd8\xff\xc4\x03\xd1\x0f\x1f\xfa\xfe\xe9\x5e\x6f\xf1\xe7\xdd\x85\ -\x6e\x94\x65\xb9\x10\x80\xe5\x3d\x58\xe1\x18\xca\x43\x26\xb1\xd4\ -\xa1\xbf\x10\xc0\x2f\xea\x90\x72\x6f\x01\x57\xbd\x07\xb4\x10\x00\ -\x39\x39\xaf\xb4\x23\xa5\xb5\x82\xf2\x40\xad\xa8\x56\x35\x64\x4d\ -\xe3\x71\x61\x07\xc3\xe1\x17\xbe\x7e\xef\xfd\xbf\x08\x24\xe6\x24\ -\xf0\xc8\xaf\x1e\x59\xae\xae\x8c\x5f\xb9\xf6\xda\x43\xab\x59\x0e\ -\xe5\xb3\x8c\xe2\x16\x87\x4b\xc2\xea\x35\x4a\xbb\x76\x8c\x3a\x20\ -\x84\x98\x05\xd7\x29\x14\xcb\xc7\x8c\x65\x1a\x10\xde\x03\x90\x1a\ -\x8a\x5b\xe7\x01\x1f\x46\x06\xa8\xa9\xae\x35\x48\x54\x42\xe2\x9d\ -\x4b\x97\x2f\xf6\x7b\x07\x8f\x9f\x39\x73\x66\x40\xbb\x94\x78\x57\ -\x56\x28\xc5\xe5\xed\x47\x8f\x1e\x3b\xba\xda\xe9\x2e\x50\xa7\xd3\ -\x21\x26\x91\xa5\x39\x21\x94\x1c\x92\x44\x64\x92\x42\x86\x76\x40\ -\xab\x05\x64\xd4\x62\x20\xe4\x5a\x19\x80\x63\x5c\xcf\xf8\x1c\x1f\ -\x13\x99\xb0\x14\x64\x59\x0a\x43\xb5\x39\x7c\x68\x41\x9e\xbb\x48\ -\x47\x8e\x1e\x5d\x5d\x1f\x5e\xe6\x50\x8a\xe6\xf6\xc0\xe3\x8f\x3f\ -\x72\x6a\xe5\xe0\xc1\x27\xda\x9d\x3c\x4a\x44\x21\x0e\x17\x46\x24\ -\xd6\x8c\x24\xee\x81\x48\xac\x2f\x5e\x40\x1b\x75\x1f\x4a\x02\x12\ -\x19\xdc\x60\xc5\xda\x46\xa4\xf1\xf1\x0f\x68\xae\xab\x26\xac\x00\ -\xcd\x19\xcc\x9d\x57\x5a\x42\xac\x40\x28\x6d\x5c\xbd\x7a\xe6\x9e\ -\x7b\xbe\xfc\xcb\x99\x04\xce\x9d\x3b\xb7\xb4\x53\x0c\xce\xaf\xae\ -\xae\xad\xa5\xb0\x5a\x1b\x96\x11\xee\x3e\xa6\xa1\xa4\x28\xd2\x0c\ -\xd8\x20\x63\x21\x06\xe9\x92\xa9\x40\x1e\xe1\xc7\xc0\x7b\x49\x84\ -\x71\x80\xf0\x71\x6d\x0e\x29\xc7\x96\xff\x25\xb4\x2a\x84\x91\x56\ -\x8a\x2e\x5e\xbc\x78\xa1\x75\xb8\x73\xc3\x9d\x27\xef\xdc\xda\x37\ -\x0b\x0d\x47\xeb\x8f\x9e\xb8\xf1\xc6\xb5\xde\x62\x9f\x90\x36\xdd\ -\x43\x9b\x3f\x1b\x91\xd7\x49\x94\x0c\x99\x5f\x94\x05\xf8\x44\x50\ -\x7c\xba\x08\x11\x2f\x19\xa8\xb9\xba\x9f\x10\xe4\x57\xee\xeb\xfe\ -\x9d\x21\xea\xaa\xa4\xa5\x7e\x7f\xed\x95\x57\x5e\x96\xac\xb4\xa7\ -\x07\x9e\x7c\xf2\xc9\x9b\x2b\x5d\xfe\x6c\xb9\xb7\xdc\x0b\x8f\x34\ -\x91\xaf\x44\x76\xdf\x84\xeb\x1f\x1c\x74\x77\x84\x42\x04\x51\x38\ -\x1d\x89\xe2\x34\x71\x2c\xf0\x83\x69\xf8\xb9\xcd\xf5\x16\x42\x4e\ -\x0c\x77\x86\xc3\xe5\xc5\xde\x17\x4f\x9e\xbc\xed\x85\x5d\x3d\x30\ -\xd8\x1e\x1c\x5a\x3d\x7c\xf8\x78\x86\x74\xf9\xec\x33\xcf\x52\x51\ -\x16\x64\x83\xfb\xdd\x13\x82\x87\x9b\xe2\xbd\xe2\x65\xe3\x15\x16\ -\x4d\x9d\x68\xfa\x58\xb0\x70\x43\x36\x9c\x9b\x34\x80\x0c\xea\xdb\ -\x3f\x7b\x3b\xf5\x8b\xa5\x23\xff\x78\xfb\xad\x43\x7b\x86\x50\x2b\ -\x8e\x06\x3c\xf1\xf4\x97\x96\x68\xb8\x3d\xe4\xac\xe0\xa3\x25\xa8\ -\xba\x57\x69\xb7\x3b\xe8\x9f\x49\x86\xc1\x98\x00\x7c\x88\xa1\x18\ -\x26\x6e\x18\x46\x62\xba\xaa\x2a\x2a\x8a\x31\xcd\x5b\x36\x07\x9b\ -\xb4\xbc\xdc\xa7\xb7\xde\xda\x12\x1d\xf7\x24\x90\x76\xda\x1b\x95\ -\xd2\xa2\xf1\x85\xf1\x32\x5d\x77\xcd\xf5\x48\x9d\x18\xa0\xde\xba\ -\xd0\xab\xb1\xa8\x27\x16\xb0\x18\x8f\xe9\x9f\xaf\x9f\xa7\x13\x27\ -\x6e\xa4\xfd\xca\x4b\x2f\xbd\x4c\xc7\xae\x3f\x4e\x23\xea\x34\xa1\ -\x15\x16\x46\xbe\x04\x87\x83\x3c\x70\xe1\x8d\xd7\x09\x45\xc8\x77\ -\x3a\xbd\x8d\x3d\x09\xc4\x3a\x1e\xe8\xa8\x16\xd7\xfd\x69\xeb\x7a\ -\xda\xe9\xdd\x4d\xd7\xf5\x88\x8e\xac\x10\xf5\xda\xf0\x10\x7a\xa7\ -\x09\xd0\x48\x10\x4a\x58\x02\x7a\x67\x40\x7f\x7e\xfe\x19\x3a\x7d\ -\xea\x1b\xfb\x12\x78\xea\xa9\xaf\xd1\xad\xa7\xef\xa7\xf6\x52\x9f\ -\xfc\x7c\x46\x06\xb0\x36\x48\x6d\xc2\x71\x8d\xf6\xb9\xbf\xfe\xda\ -\x0d\x66\x10\x48\xd3\x7a\x6f\x0f\x20\x04\x06\x65\x35\x72\xe9\xd0\ -\x8c\x28\x83\x82\xa3\x9a\xe8\x8d\x75\xa2\x95\x05\xa2\x03\x8b\x44\ -\xcb\x5d\x28\x2d\xc6\xf1\x46\xf3\xb0\x9d\x3e\xad\x1c\x5c\xa5\x1f\ -\xfd\xf8\x27\x94\x82\xe9\x6e\x45\xd5\x4a\xfa\x44\x0b\xfd\x10\x8d\ -\x11\x23\x78\xc2\x58\x86\x27\x44\x80\x01\xa0\x13\x8a\x10\x18\x55\ -\x7a\xb0\xe7\x4c\x7c\xc7\x1d\x77\xec\xa8\x5a\x4b\xda\x49\xcc\x98\ -\x5a\x09\x3a\x78\x2b\x17\x8a\xe8\xf2\x0e\xd1\x9b\x9b\x90\x23\xb4\ -\x75\x20\xc0\xb2\x9d\x11\x1d\xfe\xf4\x59\xda\xa9\x34\xad\x0f\xb6\ -\x76\x83\x9c\x5b\xbd\xe5\x2c\x75\x32\xaf\x78\x30\x04\x2b\x1b\xc0\ -\x5e\x20\xc0\xf8\x7a\xb5\x2d\x71\x0a\x03\x18\xd6\x71\xdf\x79\x40\ -\x69\x55\xc1\x03\xed\x44\x17\x2e\x44\x80\x38\x02\x9a\x3a\xc0\x64\ -\xae\x8c\x89\x86\x90\x0b\x19\x90\x3b\x79\xe2\xe3\xc7\x68\xf8\x91\ -\x7b\x5d\x7f\x3f\x36\x88\xe5\xbb\x71\x0e\x4f\xf6\x44\xfa\x84\xef\ -\x2d\x6f\x00\x72\x08\x9e\x08\x88\xf4\x58\xf8\x56\x75\x55\xcd\x5c\ -\x4e\x6b\xad\x4b\x26\x90\x25\x25\x2e\x72\x33\x6e\xa3\x78\x20\x11\ -\x24\x38\xd0\x48\xb3\x7b\x89\x5a\x16\x9e\x58\x00\x52\x87\x56\xdc\ -\x44\x08\x97\x10\xe7\x80\x2b\x3a\x78\x70\x57\x2f\x30\x50\x49\x6d\ -\xc1\xd6\x10\xdd\x66\x12\x30\x56\xb3\x07\xa8\x9d\xc8\x9a\x85\xd7\ -\xf9\x80\x27\x30\x45\x22\x0c\x62\x00\x75\x67\xd5\xd2\x02\xb5\x7f\ -\x40\xc4\x44\x82\x8c\x01\xc7\x46\x94\xf6\xd5\x00\x63\x27\x51\xd4\ -\x96\x3a\xb2\x9a\xe1\xb6\xaa\x66\x13\x30\x46\x08\x74\x52\x4b\xca\ -\x6a\xbf\x88\xa3\x09\x4c\x91\x08\x44\xd8\x50\x13\x45\x59\x40\x4f\ -\x4e\x7a\x92\x04\xb4\x84\x56\x33\x1b\x07\xe5\x21\xb5\x0d\x28\x95\ -\x71\x04\x78\x0c\x28\xfd\x6f\x10\xc8\xc5\x65\xac\xd0\x04\x88\x11\ -\x93\x7b\xba\x08\xbf\x96\xe1\xd0\xd0\x02\x1f\xc7\x0c\xdf\x47\xfe\ -\x02\x39\x05\x59\x6b\x40\x71\x6a\x8c\x64\x0c\x24\xe8\x91\x58\x78\ -\x29\x0a\xd6\xd7\xc0\xb8\xd2\xd4\xcd\xe5\xc2\x39\x09\x68\x47\x60\ -\xb9\x1d\xd1\xfa\xc6\x1b\x94\x16\x39\x1e\xac\xf8\x72\x8a\x8d\x82\ -\x72\x0a\xd6\x0e\x56\x8f\x45\x06\xcf\xcc\x5b\x24\xc7\x1b\x2f\x75\ -\x68\xc7\x51\x4a\x59\x9e\x22\x02\x32\xca\xb3\x94\xb6\xc6\x35\xf5\ -\x3b\xb1\x1f\x9f\x33\x43\x48\xac\x27\x04\x6e\xfa\x70\x0f\x77\x7b\ -\x9a\xf6\x2d\x16\xd0\x0e\xdd\xee\x82\x6c\x56\x50\x42\x18\x35\xd2\ -\x7a\xe1\xa4\xec\xb6\x46\xe5\x68\x7a\x6b\x05\x48\x51\x1e\x05\xd1\ -\x1a\x2b\xf9\xa1\x45\xb7\x7a\x35\x76\x0e\x0f\x58\x53\x32\x81\x51\ -\x95\xd1\x9b\x3b\xcb\xd4\xeb\x66\x8d\x75\x45\x46\x4e\x86\xb6\xaf\ -\x97\xc3\x0d\x7a\xed\xc5\x3f\xd2\xad\xb7\x9e\x24\xbb\x0f\xe7\xe7\ -\x9e\xfb\x03\xdd\xf0\xd1\x4f\x91\xee\x1e\x0b\xe9\xd3\x3a\x18\x69\ -\x34\xed\x48\xe4\xa8\xa8\xe8\x70\xbe\x25\x04\xb4\x31\xb3\xb3\x10\ -\x76\x56\x85\x6c\x5a\x92\x9c\x2e\xad\xde\x45\x6b\x47\x22\x99\x85\ -\x33\x4e\x8b\x7b\x21\x01\x81\xad\x11\x9d\xff\xcb\xf3\x74\xea\xd4\ -\x69\xda\xaf\x3c\xf3\xec\x73\x74\xe2\x33\x77\xd3\x42\xbf\x2b\xa1\ -\xa3\x9b\x10\xe2\xba\x65\x39\x19\x5a\x7f\xbb\x82\x83\x7f\x7f\x42\ -\x36\x3b\xa0\x54\xcc\x24\x90\xc4\xf1\x0e\x3c\x00\xcb\x27\xa4\x70\ -\xa7\xcb\xdb\x89\x64\x86\x43\x1c\x51\x66\x1a\x91\xcf\xe5\xaa\xd5\ -\xa5\xe5\x6b\xd6\xe8\x5b\xdf\xf9\xae\xec\x93\x77\x2b\x5a\x69\xe9\ -\x63\xb3\x2e\xa9\x46\xc9\x46\x5a\x40\x4f\x8f\x89\x71\x6d\x31\x1e\ -\x13\xf1\x00\xf4\xda\x99\x4d\x20\x49\x47\x4c\x60\x09\xf3\x7d\xbd\ -\xc9\xfb\xd5\x84\x06\x63\xf7\x80\xc3\x4b\x3e\xbe\x63\xc8\xa0\xbc\ -\xc8\x16\xcf\xc8\x37\x7d\x95\x7a\x57\x9f\x96\x1c\xb9\x6b\x41\x4a\ -\xde\x3e\x78\x1b\x65\xe8\xab\x82\x92\x13\xd2\x91\x09\xed\xb2\x32\ -\x58\x48\xa6\xec\x01\x26\x30\x9a\x83\x40\xb4\xcd\xb3\xef\x02\x92\ -\x6f\x75\x45\xe1\xc2\x16\xc0\x96\x20\xba\x38\x24\xba\x66\x91\x68\ -\x29\x76\xa9\x30\x0a\x03\x55\x52\xe0\x2d\x9f\x3c\x80\xb4\x77\xd7\ -\x64\xea\x6d\x26\x29\xe3\xea\x0b\xf9\x44\x88\x04\xc5\x9b\x7a\x20\ -\x26\xe7\xb1\x78\xa3\x0e\x08\x68\xa3\x39\xbc\xb7\x67\x12\x88\x28\ -\x95\x10\xca\xb1\x41\xd1\x75\x8d\x9b\x41\x72\x9e\x36\xce\x6a\x57\ -\x61\x83\x0a\xf5\x95\xae\x1f\xf4\xcd\x12\x21\x71\x32\x6f\x51\x18\ -\xec\x93\x19\x4b\x14\xab\x95\x93\x01\x93\x24\xd4\x7b\x48\x14\xa5\ -\xa2\xac\x97\xc9\x9c\x64\xcd\xcc\x10\x92\x07\x6f\xb9\x1d\x56\x4e\ -\xaa\xae\xde\x55\x5e\x6b\x9f\x79\x20\x77\x4a\x90\x80\xec\x77\xe0\ -\x8d\x76\x48\x91\x36\xf1\xb9\x5c\x5e\x4c\x78\x22\x8d\xf2\x8d\x04\ -\xec\x6e\x04\x26\x42\x2a\x78\xa8\xa8\x6a\x7e\xe7\x84\xba\x22\x13\ -\x99\xad\x99\x04\xb0\x25\x1c\x30\xdb\x76\xde\x06\x81\x82\xf4\x84\ -\xf2\x40\x08\x0f\x19\x1b\x63\x05\x22\x6d\xb7\x1a\x4d\xac\x9f\xd8\ -\x4c\xe8\xe3\x97\x0a\x9e\xc1\x7b\x08\x58\xaf\xf8\x54\xf6\x09\x24\ -\x8a\xb2\xe4\xfd\x85\x6c\x43\x13\x4a\x06\xb3\xd3\x68\x9a\x6d\xf2\ -\xbb\xc9\x3c\xcf\xa9\x66\x0f\xb0\x5b\xd9\xa2\x90\x61\x39\x31\x39\ -\x47\xad\x1b\x78\xa5\x72\xde\x68\xa7\xbe\x3f\xdf\x6b\x6a\x39\x1d\ -\x76\x5d\x56\x08\xec\xe9\x09\x81\x92\x41\x5c\xc9\x8b\xb5\x71\x39\ -\x26\x13\xdb\xcd\x99\x04\xf2\x56\xba\xc1\x3b\xa7\x1c\x21\xa4\x55\ -\x41\xa5\xb3\x7e\xb0\x7c\xd0\x3c\x4c\x42\x4d\xc6\x50\x6e\x5e\x58\ -\x68\x39\x22\xc9\x24\x01\x01\x79\xc5\x2d\x23\x84\x0c\xea\xd3\x59\ -\xa9\x92\x10\x2a\xe4\xfd\x54\x59\x94\xbc\x7c\xd9\x98\x9d\x85\xb2\ -\x6c\x83\xe3\xad\xd3\xed\x92\x51\x1b\x42\x20\x09\x19\x45\x10\x8a\ -\x1f\xc0\x31\xe0\x63\x5f\x6b\xb6\x9a\xeb\x9f\x27\x24\x2b\xc9\x2c\ -\xa1\x40\xda\xc3\x98\x20\x03\x81\x30\x99\x55\x0c\xb4\xeb\xb2\x94\ -\xd7\x96\xe3\xd1\x18\x44\xd2\x39\x08\xa4\xc9\x80\x43\x68\x19\xc9\ -\xda\xaa\x92\x0a\xe5\x97\x0e\x93\x69\x33\x28\xe2\x09\xe8\x78\xca\ -\x53\xb2\xc9\xd9\x2a\xf8\x58\xd8\xe4\xc4\xfe\xda\x10\x46\xd3\x1e\ -\x50\x26\x10\x50\xd0\x81\xcb\xb8\x2a\xf9\xdc\xec\x31\xd0\xcd\xec\ -\x46\x09\xd6\x49\x82\x53\xba\xa0\xc2\xc5\x7e\x88\xf9\xa0\x40\xb0\ -\x60\x12\x94\x87\x0c\xfd\xa3\x10\x6a\xe3\x52\xfa\x8b\x37\xf3\x14\ -\xe0\x6b\x68\xda\x13\x75\x50\x5e\xa4\xae\x0b\x9c\x8f\x11\x42\x05\ -\x65\x51\x35\xdb\x03\xdb\xdb\x76\xd0\x5d\xa8\xdc\xd4\x4d\xe2\x81\ -\xc9\x6d\xe1\xb4\xf5\x5d\xaa\x8d\x83\xf2\x1e\xa1\x84\xfe\x22\xb7\ -\xc7\x72\x8d\xec\xb9\xdb\x09\xd0\x72\x7d\xea\x26\x6c\x02\x01\x32\ -\x30\xa2\xd2\x99\x64\xa1\xd1\x4e\x34\x98\x67\x4f\x3c\x28\xcb\x42\ -\xa6\xee\x94\x14\xa7\x49\x5f\xc2\xae\xa9\xbd\x8b\xf5\x75\x08\x9f\ -\x90\x7d\xc2\x4a\x7a\xd2\x63\x5e\x16\xc0\x80\xad\x0c\x24\x09\xbc\ -\x9f\xbb\xeb\x2a\x3f\x69\x96\xb2\xde\x2a\x11\x8a\x31\xb1\x4e\x71\ -\x9c\xce\x24\x20\xaf\x56\x7e\xfb\xbb\xdf\x18\xa5\x55\x9c\xc7\x25\ -\x5d\x55\x13\xca\x0b\x34\xa0\x8c\x1b\x9c\x69\xb0\x7e\x33\x03\x87\ -\xdd\xd7\xde\x61\x17\x32\x0d\x50\x6a\xc8\x02\x84\x86\x6e\x26\x5f\ -\xea\xb8\xfb\xd7\x40\x62\x4b\x52\x4a\xe6\x01\x73\xf6\x4b\x5f\x99\ -\x39\x13\x4b\x29\xab\xb2\x52\x4a\x61\x31\xa1\xe4\x46\xa3\x5a\x1e\ -\x1c\x08\x98\xf0\x80\x56\xec\x90\x4e\x84\xd0\xae\xd9\x4a\x10\x0c\ -\x30\x19\x2a\x25\x43\x11\xad\x17\xf2\xee\x49\x66\xf9\x15\x20\xb3\ -\x15\xd5\x95\x84\x50\x35\xf7\x57\x4a\x55\xab\x52\xa9\xba\xdd\x69\ -\xd5\xd2\xd6\x16\x24\x94\x93\x41\xf9\x69\x02\x09\x83\xdc\x7e\x39\ -\xf6\x81\xdf\xbc\x1f\x37\xbc\x41\x01\x9a\x17\x56\x75\xc8\x36\x53\ -\x24\xb8\x3d\xde\x22\xda\x18\x13\x7d\x90\x0a\xaa\xea\x8c\x6a\xe8\ -\x34\x37\x81\x4a\x55\x15\x42\x88\x16\x52\x15\x0e\x1a\x25\x5b\xc1\ -\x98\x60\x08\xc0\x44\x1a\x71\x6f\xa8\x24\x0d\xa5\x0d\xc2\x07\xb0\ -\x9a\xa0\xe6\xf4\x6c\x6d\x29\x2c\x23\x08\x64\xdc\x15\xa4\x00\x63\ -\x13\xaa\x6d\x0c\xb0\xcc\x70\xdf\x0c\x9e\x64\x99\x0a\x99\x3c\x61\ -\x0f\xd4\x84\xd4\x5e\xcd\x4f\x00\x21\xc4\xef\x21\x3f\xff\xb1\x55\ -\xfa\xc0\xce\x8b\x34\x42\x0e\x34\x5a\xfb\x6f\x05\x0e\x04\xb0\xb2\ -\xee\xdf\xb8\x63\x4d\xdb\x18\x88\xb0\x11\xf6\x8c\x20\x04\xcd\xaa\ -\xd1\x1f\x0f\x6d\x34\x01\x91\x32\xfb\xb6\xf3\x9c\x8e\xad\x1d\x80\ -\x07\x0a\x52\xf3\x12\x88\x50\x7e\xf0\xd0\xf7\xa2\x57\x5f\x3b\x4f\ -\x5d\x8c\xca\x4f\xf4\x06\x14\xf7\xe5\x1b\xd8\x44\x60\x5b\xd3\x7c\ -\x65\xb7\xfe\x63\xb6\xff\x32\xaf\x51\xd7\xda\x01\x6d\x6b\xac\xfb\ -\x10\x0e\xc4\x61\x82\x70\x75\x12\x72\x42\xd2\x78\x03\x68\xe5\xee\ -\xa3\xf8\xfa\x11\x24\xee\x7b\x69\x53\xf3\x37\xe3\x88\x8b\x45\xd9\ -\xf7\x23\x1f\xfa\x30\xa9\x9b\x81\xb3\xc0\xa2\x3c\xed\xfd\x2d\x16\ -\xd8\x06\x7e\x0a\xbc\x00\x7d\xd5\x2c\x02\xac\xf0\x0a\xb0\x34\xa1\ -\xfc\xfb\x4f\x62\x08\x6c\xcc\xf0\xc0\x04\x09\xfa\x1f\x23\x40\x76\ -\x17\x65\xff\x05\x0c\xcd\x1d\x12\x9e\x10\xed\x79\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ -\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xdd\x04\x12\x14\x34\x12\x3e\x58\x15\x96\x00\x00\x02\x4e\x49\x44\ -\x41\x54\x68\xde\xed\x9a\xb1\x8b\x1a\x41\x14\x87\xdf\xee\x5a\x04\ -\x21\xe0\x61\x8a\x80\x4d\x0a\x5b\x0b\x53\x19\x82\xe9\xbc\x26\x6d\ -\x1a\x13\x12\x42\x3a\xd3\x58\x0a\xe1\x56\x5b\xc1\x32\x7f\x42\x52\ -\x04\x6c\xbc\xd2\x4b\x08\x01\x49\x02\x07\x01\x53\x58\xa5\xb0\x08\ -\x41\x92\x80\x10\x90\x28\x41\xf7\x4b\x73\x82\x8e\xb3\x8a\xee\xae\ -\xee\x71\xfb\x83\x29\x64\xde\xbc\xf9\x7d\xee\x9b\xd9\x65\x76\x45\ -\x34\x02\x62\xc0\x23\xe0\x0c\x18\xe2\x8f\x3e\x00\x0f\x80\x98\x04\ -\x29\xe0\x08\x78\x4b\x70\xfa\x0e\xbc\x00\x6e\x04\x61\xde\x00\x3e\ -\xb1\x1f\x7d\x03\x6e\xfa\x0d\xf0\x84\xfd\xea\x2b\x90\xf0\x13\xe0\ -\x9d\x3a\x43\xbd\x5e\x47\x44\x3c\xb7\x7c\x3e\x4f\xbb\xdd\xd6\x41\ -\x9c\x03\xd7\xfd\x02\xf8\xb9\x98\xb9\x56\xab\xf9\x62\x7e\xde\x2c\ -\xcb\xa2\xd9\x6c\xea\x20\xde\x03\xd7\xfc\x00\x58\x92\x9f\xe6\xe7\ -\x2d\x1e\x8f\xd3\xe9\x74\x74\x10\x6f\x00\x33\xf4\x00\x22\x42\x22\ -\x91\xa0\xdb\xed\xea\x20\x5e\x79\x82\xd8\x04\x30\x9d\x4e\xb7\x5e\ -\xa5\x8e\xe3\x50\x2e\x97\x57\x72\x25\x93\x49\x7a\xbd\x9e\x6e\xc8\ -\xcb\x50\x01\xcc\x75\x72\x72\xb2\x92\x2f\x95\x4a\xd1\xef\xf7\xb5\ -\xe1\xa1\x03\x70\x83\x48\xa7\xd3\x0c\x06\x83\x95\x0b\x07\x3c\x0b\ -\x1d\x00\x80\x6d\xdb\x2b\x79\x33\x99\x0c\xc3\xe1\x50\x07\xf1\x34\ -\x74\x00\x6e\x10\xb9\x5c\x8e\xd1\x68\xa4\x86\xfe\x03\xee\x87\x0e\ -\xc0\x0d\xa2\x50\x28\x30\x99\x4c\xd4\xd0\xbf\xc0\xbd\xd0\x01\xb8\ -\x41\x14\x8b\x45\x66\xb3\x99\x1a\xfa\x07\xb8\xed\x19\x40\x93\xd8\ -\xb3\xaa\xd5\xea\xca\x3c\xa5\x52\x49\x17\xfa\x03\xb8\xb5\x17\x00\ -\x75\xdc\x2e\x10\xb6\x6d\xeb\x42\x5f\x87\x12\xc0\x0d\xa2\xd1\x68\ -\xa8\x61\x63\xe0\x28\x94\x00\x3a\x08\xd3\x34\x69\xb5\x5a\x6a\xd8\ -\xf3\xd0\x02\xe8\x9e\x80\xb3\xd9\xac\x1a\xf2\x65\xd1\xb3\xa1\x02\ -\x2c\x75\x1a\x4b\xdd\x32\x9b\xcd\xc4\x34\x37\x3f\x6b\xa9\xe3\x94\ -\xb4\x6b\xe5\x38\x8e\x58\x96\xb5\x76\xbc\xb1\x30\x81\x29\x97\x5c\ -\x9e\x4e\x08\xd4\x7f\x7a\xdb\xb8\x6d\xae\x8c\x9b\xcc\x20\x0c\xef\ -\x53\x97\xbe\x84\xae\xf6\x1a\x70\xab\x61\x2f\xbb\x50\x54\x42\x11\ -\x40\x04\x70\xc5\xee\x03\x81\x9c\xd5\x07\xb9\xeb\x44\x6b\x20\x02\ -\x88\x00\x22\x80\x60\xb5\xed\x56\x1d\x0b\x32\x79\x54\x42\x3b\x00\ -\xfc\x5e\xfc\x51\xa9\x54\x0e\x6e\x50\xe3\xe1\xd7\xba\x3b\xe8\xd9\ -\xa6\x63\x8e\x7d\xb6\x5a\xad\xa6\x3b\x79\x69\xaf\x03\xd8\xf7\x7b\ -\xe2\x5d\xf4\x78\x69\x5d\x2a\x00\x86\x88\x7c\x14\x91\x3b\x21\x2d\ -\xf9\xcf\x22\x72\xd7\x30\x0c\xb4\x6b\xe0\xa2\xe3\x58\x44\x4e\x43\ -\x68\xfe\x54\x44\x8e\x17\xcd\xaf\x2b\xa5\xc5\xaf\x55\xc6\x07\x2c\ -\x97\xf1\x85\x87\x87\x81\x7f\xe5\x72\x28\xfd\x07\xc5\x7f\x22\xb1\ -\xae\x31\x60\xb1\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x0d\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x31\x00\x00\x05\x31\ -\x01\xb7\xed\x28\x52\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0c\xf2\x49\x44\ -\x41\x54\x78\xda\xed\x98\x09\x50\x53\xe7\x16\xc7\x3f\x12\x20\xec\ -\x2a\xc8\x12\x05\xdc\xa2\x28\x06\x4d\x00\x41\x64\xbf\xa2\x15\x5b\ -\x6d\x45\x41\xf4\xa9\xd5\x22\x16\xb5\x6e\x01\x41\xa4\x53\x10\xb7\ -\x96\x19\x71\x2f\x55\xab\x75\xab\x1d\xb4\xa2\x8c\x2d\x58\x2c\xb2\ -\x14\x77\x10\x14\x17\x2a\x22\x14\x0d\x14\x12\x20\xec\x21\x98\x9c\ -\x77\x3e\xc6\x3b\x8f\xd2\x5a\xb5\x7d\x4f\xec\xcc\xbb\x33\xff\xc9\ -\xbd\xc9\xbd\x37\xe7\xf7\x7d\xe7\x9c\xef\x9c\x8f\x00\xc0\x3f\x5a\ -\xff\x07\xf8\x23\x59\x58\x58\xcc\xe8\xdf\xbf\x7f\x3e\xaa\x94\x10\ -\x72\x1c\xa5\xd5\xf3\x1e\x7a\x28\x9e\xe4\x31\x6d\x95\xdf\xec\x68\ -\x2b\xdb\x9c\xd4\xf8\xf3\x26\x49\x5d\x79\x92\xf7\xa9\x53\xa7\x74\ -\xf1\xa7\xde\x01\xa0\x86\xa2\x16\xa0\x72\x50\xb7\x8c\x8c\x8c\x34\ -\xd4\x16\x94\x67\x4f\xe3\x55\x8f\x0e\xe6\x43\x5d\xb6\x0a\x64\xdf\ -\xa9\xa0\xe6\x58\x07\x94\xaf\x6c\xd5\x3c\x0c\x6a\xd1\x94\x07\xcb\ -\x3b\xcb\xa7\x16\xb5\x3f\xf2\x3a\x25\xbf\x3d\x6c\xe1\xf9\x13\xc4\ -\x04\x6f\xff\xdf\x01\x78\x78\x78\x68\x0f\x1e\x3c\x78\x94\x95\x95\ -\x95\x1b\x21\x44\xa4\xaf\xad\xf5\xe1\x33\xa3\x41\x5b\x5b\x1b\xac\ -\xad\xad\xe9\xf9\xfe\xee\xcf\x54\xec\x22\xbe\x90\x29\x6e\x84\x5b\ -\x8b\x5b\xa0\x70\x56\x33\x5c\x1a\xa4\x80\x5c\x52\x0f\x57\x50\xf9\ -\xa8\x5b\xa4\x09\xee\xa1\x1e\x70\x15\x9a\x72\xad\xea\xf6\x72\xc3\ -\xe4\xfb\x3f\xe9\x38\x53\x90\x57\x02\xa8\x0d\x17\xad\x6f\x08\x17\ -\x0f\xfa\x93\x11\xe7\xa2\xc6\xa1\xc4\x5c\x2e\xd7\x4b\x57\x57\x97\ -\xd9\x3e\xd9\xe6\x13\x7d\x1d\x0e\xb0\x10\xde\xde\xde\x30\x61\xc2\ -\x84\x66\x1f\x1f\x1f\x23\xf6\xb9\x1b\x1b\xc9\x30\xf5\x49\x52\x0a\ -\x67\xd1\xd8\xef\x51\x19\xa8\x2c\x54\x1e\xea\x1a\xea\x26\x69\x81\ -\x62\xd2\x01\x25\x44\x0d\x65\x44\x03\x95\x44\xa9\x91\xd9\x35\xb7\ -\x49\xed\x8f\x67\xa5\x12\xb3\x97\x02\xa8\x95\x88\x3f\x95\x85\x8b\ -\x41\x16\x21\x3a\xd6\x73\xfa\xa3\xa2\xa2\xcc\xc6\x8d\x1b\x67\x8b\ -\xa7\xfd\xb5\xb4\xb4\xbc\x2c\x0d\x88\xff\x5a\x31\x59\x7f\x76\xb6\ -\xe9\xe9\x63\xef\xf0\x7e\x70\xb3\xe6\x3d\x18\x3e\x7c\x38\x44\x44\ -\x44\x40\x71\x71\x31\x94\x97\x97\x43\x58\x58\x58\x42\xf7\x77\x5c\ -\x90\x10\x7e\xc5\x17\x24\xa0\xfa\x08\x59\x22\x4f\x26\xe1\x55\xc9\ -\x24\xf4\xc6\xe7\x64\xee\x85\x9d\x64\xe1\x95\x83\xe4\x8b\x3b\xa7\ -\x49\x81\xe2\x2a\x69\x80\x9f\x49\x2b\x94\x23\xc4\x13\x02\x20\x77\ -\x50\x3e\x55\x4c\x2b\xca\x4c\x25\x16\x2f\x04\xa8\x59\xeb\x34\x0c\ -\x21\xb6\xd4\xae\x71\x9c\xd2\xfd\x8f\xfb\xf6\xed\x6b\x8d\x1f\x82\ -\x0f\x46\x68\x7b\xa5\x78\x92\xd8\x9c\xc9\xe4\xc7\x6f\x7c\x48\x76\ -\xbc\x33\xd9\x32\x5e\x60\xf1\x0e\x1e\xcc\x82\x05\x0b\x12\xd3\xd3\ -\xd3\xa1\xa0\xa0\x00\x7e\xf9\xe5\x17\xa8\xaf\xaf\x87\xa4\xa4\xa4\ -\xaa\x57\x8c\x27\xee\x97\x1b\x89\xdb\xb5\x64\x92\xde\x54\x48\x1a\ -\xa1\x02\x67\x43\x4a\x00\x9a\x97\xa9\x3a\x64\xa6\x19\xf4\xf7\x57\ -\x8e\x01\x81\x11\xe9\xff\xdd\xdb\x64\x75\xc1\x4c\x4e\xf1\xb5\xe9\ -\xdc\xbc\x64\x5f\x9d\x98\x89\x7c\x42\x7d\x93\x71\x72\x72\x62\x8e\ -\x1e\x3d\xca\xc8\x64\x32\x26\x2b\x2b\x6b\xd2\xa1\x43\x87\x9e\x5e\ -\xbe\x7c\x19\x4a\x4b\x4b\xa1\xb1\xb1\x11\x4a\x4a\x4a\x20\x38\x38\ -\x78\xc4\x5f\x48\x0c\x9c\x8c\xaf\x48\x70\x7d\x21\xa9\x43\x57\x02\ -\xa8\x9f\xaa\x81\x06\xe7\xa6\xd2\x02\xf2\xd6\x4b\x03\x9c\x8d\x9a\ -\x61\x5c\xb9\x8a\xf7\x51\xfd\x0a\xad\xb2\x6b\x73\xb8\xd7\x3e\x19\ -\x47\x66\xe3\x8b\x85\xee\xee\xee\x42\x7a\x84\x86\x86\xbe\x95\x9d\ -\x9d\xcd\xdc\xb9\x73\x87\xa9\xa9\xa9\xe9\xd2\xfa\xf5\xeb\x1f\x5c\ -\xbc\x78\x11\xee\xde\xbd\x0b\x0d\x0d\x0d\x5d\x10\x91\x91\x91\xc9\ -\x7f\x31\xbb\x91\xe2\xef\xc8\x2a\x78\x44\x54\x20\x0f\x04\x90\x8b\ -\x5a\x5b\x9e\x98\x25\xbd\x18\xe0\x33\x32\xb0\x31\x96\x93\x57\x1d\ -\xc5\xad\x92\xae\xe6\xdc\xcd\x9c\x43\x82\xf1\x5d\xd6\x28\x21\x87\ -\xc3\x11\x4a\x24\x12\xa1\x54\x2a\x15\xee\xdd\xbb\xd7\x23\x25\x25\ -\x65\x72\x7e\x7e\x3e\x53\x51\x51\xc1\x34\x37\x37\x33\x9b\x36\x6d\ -\xda\x70\xee\xdc\xb9\x2e\x37\xaa\xae\xae\x86\x8e\x8e\x0e\xc0\x1c\ -\xdf\xfc\x37\x52\xb4\xb6\xe6\x01\xa7\x05\xea\xd7\x02\xc8\x3c\x95\ -\xca\x2a\xe1\x69\xf2\xfc\xfc\x4a\xb4\x60\x0f\x39\xad\x4c\xe4\x69\ -\x64\x5b\xfa\xa9\x6e\x87\x1b\x6e\x1e\x64\x69\x32\xb0\x5f\xbf\x7e\ -\x7c\x7c\xc4\x62\xcf\x74\xbb\xf7\x52\x13\xd7\x4d\xb8\x7f\xff\xbe\ -\x10\x5d\x46\x58\x55\x55\x25\xdc\xbc\x79\x73\x70\x6e\x6e\x2e\x83\ -\xdf\x31\x0a\x85\x82\x69\x6a\x6a\x62\x76\xee\xdc\xa9\xcc\xcb\xcb\ -\x83\x87\x0f\x1f\x42\x5b\x5b\x1b\x9c\x3f\x7f\x1e\x86\x0e\x1d\x3a\ -\xe6\xaf\x00\x5c\x3b\x46\x06\x6b\x1e\x8d\x57\x43\x15\x86\x64\xa5\ -\x4e\xab\xa2\x84\xc4\xff\x31\xc0\x57\xc4\x12\xbe\x24\x4f\xe0\x98\ -\x2d\xb4\xef\xb7\x91\x86\xba\xea\x8f\xc4\xdb\xf8\x54\xe8\xe7\x7c\ -\x2f\x2f\x2f\xbe\x34\xdc\xf9\x46\xcd\x5a\x97\x87\xd2\x4f\x03\xa3\ -\x7f\x4d\x08\x8c\x6d\xaa\xab\x73\xc0\x19\xf0\x3e\x71\xe2\xc4\x7b\ -\x38\xe2\x0c\xce\x0a\x83\x23\xce\xac\x5b\xb7\xee\xd2\xbe\x7d\xfb\ -\x00\x83\x9a\xfa\x3f\xe0\x4c\xd1\xa1\x8c\x7f\x55\xe3\x2f\x1c\x25\ -\xfa\xca\xfc\xbe\xa5\x50\x39\x13\x30\x2b\x01\xa6\xd6\xa6\xab\xe9\ -\xc4\xe1\x77\x2e\xa4\x39\xc9\x71\x57\x7f\xcd\x55\x42\x2a\xfe\x96\ -\x22\x2a\x06\x20\x1c\x42\x88\x09\x0b\x70\x38\x84\x19\x23\x8b\xf1\ -\x3c\x28\x0b\x77\x54\xd3\x14\x4b\x55\xb3\xde\x33\x53\x2e\x97\x0b\ -\x71\x84\x85\xbb\x77\xef\x9e\x8f\x7e\xef\x87\x01\xcb\x50\x85\x87\ -\x87\x53\x97\x53\xa3\xc0\xd6\xd6\x16\x12\x13\x13\xc1\xdc\xdc\xbc\ -\x82\x2d\x2d\x5e\x46\x0f\x4f\x92\xa1\x1d\x97\x8c\xe5\x50\x36\x1f\ -\xe0\x16\x17\xe0\x2e\xe9\x54\x14\x90\x2d\x34\xb8\x7f\x03\xd0\x7a\ -\x92\x27\xd0\x9c\x31\x50\x41\xa6\x17\x68\x32\x7c\xda\x20\xcb\x47\ -\x9b\x0d\x20\x5c\x51\x4d\xd7\xac\x59\xc3\x97\x7e\x1a\x14\x20\x8b\ -\x70\x92\x52\xc3\x59\x3d\xde\x12\xb8\xae\xac\xac\x4c\xd8\xda\xda\ -\x2a\xcc\xc8\xc8\xf0\xd9\xba\x75\xeb\x5c\x5f\x5f\x5f\x66\xc8\x90\ -\x21\xcc\xb6\x6d\xdb\x18\x2e\x87\x93\x6f\xca\x23\x30\xcc\x44\x0b\ -\xb6\x86\x05\xc2\xc6\xb9\x0c\x8c\x35\x25\x93\x5f\x26\x70\xab\x4e\ -\x10\xff\xa7\x99\x86\x4a\x28\x09\x06\xb8\x6e\x00\x50\x40\x40\x99\ -\x4f\xb2\xfc\xfd\x09\xef\x37\xeb\xc0\xed\x3d\x36\x3a\xca\x74\x0b\ -\x05\x5c\xb4\x47\xca\x70\x50\x67\xb8\xaf\xee\xfe\x32\x9c\x7e\xee\ -\x81\x03\x07\xac\x30\x2d\xf2\x2b\x8f\x6c\x10\x51\xc3\x11\x44\x51\ -\x13\xe1\x54\x2d\x8d\xf6\x3a\x5b\x58\x58\x28\x7c\xfc\xf8\xb1\x30\ -\x33\x33\x53\x88\x71\x12\x40\x08\xf1\x47\x31\xef\xbf\xff\x3e\x33\ -\x55\x34\x74\xb7\xa3\x19\x81\x81\x06\x04\xde\x9d\xe2\x07\x47\x8e\ -\x1c\x06\x5c\xb5\xf7\xff\x69\xc6\xd9\x46\xac\x5a\x92\xc9\x0f\x9a\ -\xac\xe1\x6a\xb8\x3a\x0e\x20\x0b\x27\xec\x12\xd1\xb4\xe4\x90\x94\ -\x0f\xa7\x11\x83\xdf\xad\xc4\xe5\x67\x04\x19\xf0\xa3\x01\x1a\x1f\ -\x0a\x9a\x7b\x31\x1a\x00\xe0\xf4\x7c\xf1\xc2\x85\x0b\xf5\x30\x8b\ -\xf0\xaf\x5f\xbf\xce\xaf\x8d\x76\x3f\xd6\xf0\xed\x56\x31\x8e\x3a\ -\x7f\xc7\x8e\x1d\x1e\x08\x37\x76\xd4\xa8\x51\x42\x5c\xc4\x84\xb1\ -\xb1\xb1\xe3\x71\x75\x9e\x8f\x76\x4c\x1c\x3d\x7a\x34\x13\x13\x13\ -\xf3\x36\x9e\xb7\xb3\x6e\x84\x33\x04\x78\x6f\x23\x5e\xf3\x7a\xfe\ -\xc7\xad\x3d\xa4\x7f\xf3\x01\x92\xaa\x4e\xe6\x3d\x85\x6c\x2f\x80\ -\x8c\x81\x00\xe9\x04\x34\x17\x48\x67\xed\x39\x12\xc3\xba\x4d\x4f\ -\x60\x52\x91\x3e\xae\x1d\xda\x4a\x01\xee\x7d\x04\x9a\xfc\x40\xf5\ -\xf3\xb2\x13\x96\x03\xc6\x69\x69\x69\xfc\x9b\x37\x6f\xf2\x2b\x2b\ -\x2b\xf9\x4a\xa5\x92\x8f\xc1\x6b\xcb\xe3\xf1\xc6\xd3\xd4\x6a\x68\ -\x68\x28\x44\xbf\x17\x3a\x38\x38\xcc\xc2\xeb\x00\x04\x61\x70\x8d\ -\x60\x70\xf5\xfe\x91\xad\x8d\xf0\x1a\xd6\xae\x5d\x4b\xcf\x67\x02\ -\x5b\x1b\x2d\x21\x7d\x9a\xb7\x93\x93\xea\xfd\xdc\x4e\x48\xb6\x05\ -\x48\x15\x00\x9c\xe4\x82\x26\x45\x47\xdd\x72\x5a\xeb\xe2\xa9\x68\ -\x62\xfb\x3c\x9b\x08\xe6\x6d\xcb\x8a\x0b\x1e\x58\x34\x45\xa1\x8f\ -\xf9\x82\xa6\x30\xf8\x29\x00\xe8\x3c\x6f\x8a\x31\x16\x4c\xd1\x55\ -\xf8\x45\x45\x45\xfc\xb8\xb8\x38\xfe\xc6\x8d\x1b\xf9\x62\xb1\xd8\ -\x0e\xdf\xef\x4a\x21\xf0\x5c\xb8\x7c\xf9\x72\x37\x13\x13\x93\x0f\ -\xf0\x7a\x8a\xb3\xb3\x33\x83\xc5\x5c\x14\x0b\xc0\x30\x0c\x60\xb0\ -\x83\x59\x1f\x93\xb4\xfa\x18\x12\xd9\xbe\x91\x14\xa9\xb7\xf3\x3a\ -\xe1\xf0\x60\x80\x63\x36\x00\x5f\xa2\xbb\x1c\x37\x80\xf6\xaf\x8d\ -\xef\xe4\x27\x70\x1d\x5f\xd4\x1b\x90\x7b\xf7\xee\x99\x96\xff\x34\ -\xbf\x13\x2e\xa1\xcd\x3f\xf5\x01\xc8\x67\xa0\x39\xe7\xad\xfd\xac\ -\x1b\xfd\x91\xb0\x98\x33\x47\xa3\xba\x32\x93\xab\xab\x2b\x1f\xeb\ -\x1c\x3e\x96\xd3\xb4\x2a\x75\xa2\x10\xf3\xe6\xcd\x13\x62\x20\x07\ -\xe2\x62\x37\x4f\x47\x47\x67\x62\x48\x48\x88\x1f\xfa\xbd\x9c\xc7\ -\x25\xf0\x2f\x27\x33\xb8\x12\xe5\x04\xd2\x08\x23\x50\x6f\x42\xb7\ -\xfd\xcc\x10\x60\x97\x19\x40\x22\x1a\x7e\xc0\x0c\x54\x5f\x59\x3d\ -\xa9\xd8\x65\x4e\xe3\x88\xf3\xd2\x0d\xcd\x83\xdc\xc5\xe7\xe5\xd7\ -\xa7\x63\xa0\x18\x63\xc0\xe8\x82\x26\x67\x28\x28\x33\x84\x85\xb5\ -\xdf\x8e\x9c\xbb\x6b\x97\x3f\xaf\xfb\x28\xc8\x22\xed\x8c\x6b\x24\ -\xa2\xd5\xb4\x12\x65\xd3\xeb\x8c\x19\x33\xf8\x09\x09\x09\xb6\xe8\ -\x42\x5e\xb4\x27\xb0\xb4\xb4\x14\x06\x05\x05\x79\x2c\x72\x1d\x12\ -\x9f\xe4\xa6\x77\xa4\x60\x96\xd1\xc5\x9c\x77\x75\x5b\x1f\xcf\xd7\ -\x82\xfa\x30\x2e\xb4\x44\x98\x40\xdb\x7a\x63\x50\x46\x13\x80\x2d\ -\xfa\xa0\xd9\x3b\x48\xdd\x91\x34\xa4\x4c\xba\xd5\x64\x45\x77\xc3\ -\x5f\x1a\x20\x3a\x3a\x5a\xaf\x24\x33\xa0\xa2\xe5\x3e\x26\x9f\x22\ -\x6f\x80\x4c\x3d\x0c\x1e\x6d\x80\x73\xfa\xa0\x3e\x63\xa8\x56\x9d\ -\xd0\xfb\xb5\x71\x9b\xc5\xcd\xba\xf8\x01\x29\xf2\xc8\xd1\xe5\x34\ -\x0b\xd5\x6e\xb6\xfc\x2c\x4f\xd2\x37\x2e\x7b\xb5\x45\x5c\xce\x0a\ -\xeb\xd8\xd2\xf8\xd1\xfb\x2a\xe2\x45\x97\x6f\x2f\x1f\x28\x6d\x90\ -\x58\xb5\x74\xac\x36\x53\xab\x16\xeb\x41\xc7\x5c\x02\xaa\x60\xd4\ -\x02\x34\x7e\x3e\x81\x86\x30\x03\x68\xf9\x44\x00\xcd\xdb\xdc\x20\ -\x2b\xd2\xa9\x43\xb1\xd3\x79\xf7\xe1\x0f\xf8\xe6\x74\x6d\xf8\x5b\ -\x3d\x31\x25\x2f\x3a\xe3\x78\xa8\xf6\x6a\xd0\x53\x28\x45\x90\x02\ -\x4c\xd5\x39\xf6\x00\xdf\xa3\x5b\x9d\x22\xa0\xd8\x20\x80\xee\xf9\ -\xbf\x3e\x4a\x08\x4d\xb1\x03\xa1\xea\x63\x1d\xa8\x8a\xe4\xc0\xaf\ -\x11\x5c\x68\x5a\x67\x04\x8d\x11\xc6\x50\x13\x4a\xa0\x33\x8c\xc0\ -\xd3\x10\x2d\x50\x2d\x36\x04\xd5\x2a\x01\xa8\x63\xc7\x83\xfc\x63\ -\x57\x38\xb5\xc0\x1e\x42\xdc\x6d\x40\xb2\x72\x39\x4c\x9f\x3e\x9d\ -\xfe\xf1\xf0\xff\x5a\x53\xff\xec\xd0\xb9\x79\x94\x1f\x27\x4d\x13\ -\x95\x77\x5e\xf3\xef\xd0\xdc\x0a\xc1\x59\x59\x09\xaa\xd4\x77\x7f\ -\x03\x20\x8f\x14\x43\xfb\x0e\x11\xb4\x1f\x76\x01\xf9\x3e\x4f\xa8\ -\xdb\xe7\x07\x8a\x83\xd3\xa0\xed\x68\x30\x34\x1f\x0c\x82\xba\x3d\ -\xef\x75\x36\xed\x9a\xde\x54\x1e\xcb\x54\xe7\x2e\x18\x7e\xe7\xa0\ -\xbb\x6e\xf2\x48\x6b\x8b\xa3\x6c\x30\x07\x04\x04\x00\xa6\x58\xc0\ -\x18\x89\xff\x3b\x00\x2f\x6a\xd0\xb9\x87\xb1\x73\xba\x9d\xa4\xbb\ -\xac\x66\x83\x7d\xe1\x33\xe3\x35\x28\x50\xec\x9a\x50\xd2\x76\xdc\ -\x25\xb7\xed\x80\xfd\xa5\xaa\x04\xdb\x1b\xc5\x51\xe6\x69\xb9\x4b\ -\x4d\x12\xbf\x9d\xd7\x7f\x4e\xe0\x24\xcf\xf1\x36\x36\x36\x0c\xcd\ -\x4c\x98\x95\x3c\x70\x3d\x08\xc1\xac\xb4\xc8\xde\xde\x7e\x2e\x7e\ -\xa7\x41\x81\xa3\xa3\x63\x57\x3a\xb5\xb3\xb3\xab\x7c\x2d\xdb\x2a\ -\x35\x12\xf1\x58\xec\xce\x04\xb4\x47\x46\x80\x34\xf9\x9a\xb1\x2e\ -\x3d\x66\xce\x0c\xc5\xc7\xdc\x4f\x83\x7a\x00\x36\xfb\x6e\xb8\xad\ -\xe2\x63\x60\x60\x20\x46\x23\x83\x47\x8e\x1c\x49\x21\xe6\xe8\xeb\ -\xeb\x17\x50\x80\x3e\x7d\xfa\xc0\xa2\x45\x8b\x20\x30\x30\x90\xbe\ -\xc0\xbd\xd7\xf7\x85\x68\x0c\xa1\x2c\x28\x04\x6e\xa7\xf0\xa7\x4e\ -\x9d\x3a\x18\xab\x57\x1f\xcc\x4c\xde\x38\x1b\xde\xd8\x23\x87\xe0\ -\x0e\x45\x88\xa9\xa9\xe9\x76\xd6\x8d\x26\x4f\x9e\x0c\xab\x56\xad\ -\x02\x84\xda\xdf\xdb\x00\x2c\x84\x0e\xca\x8a\x42\xa0\xb1\x7c\x5c\ -\x2b\x1c\xf0\xf0\xc5\x62\xd0\x13\xaf\xe7\x8c\x18\x31\x22\x04\x67\ -\xe5\x43\x9c\x25\x5a\x5a\x50\xf7\x81\x25\x4b\x96\x00\x7e\xaf\xc0\ -\x6b\xdd\xde\x06\x60\x21\xf4\xd8\xf5\x01\xbb\xcd\x01\x63\xc7\x8e\ -\x9d\x80\x86\xfa\xea\xe9\xe9\xbd\x8d\xb5\x50\x08\x36\x34\x21\x58\ -\x7a\xe4\x52\x00\x0c\x60\x98\x39\x73\x26\x9b\x8d\x02\xde\x04\x00\ -\x16\xc2\x98\x85\x18\x33\x66\xcc\x10\x0c\x62\x5f\x74\x23\x5f\xac\ -\x89\x16\x51\x00\xfc\x4c\x64\xdd\xc8\xcd\xcd\x8d\xc6\x02\x75\xa3\ -\xd4\xff\x2c\x96\xe2\x01\xd5\x2b\xc4\xe6\xec\xf5\xe3\x35\x6e\xfa\ -\xaf\x1b\x80\x1e\xfd\x58\x08\xf4\x7f\x11\x66\x20\x5f\x0c\xdc\x00\ -\x6c\x68\xc2\x70\x27\x2f\x14\xcb\x8c\x06\x0a\x30\x60\xc0\x00\x98\ -\x3d\x7b\x36\x20\x98\x0a\xaf\x4d\xe9\xf3\x72\x89\x78\x29\x26\x0a\ -\xa5\x2c\x42\xfc\xb9\x2c\x5c\x74\xb5\x36\x5c\x7c\xf9\x75\x01\xf4\ -\x4c\xc3\xe6\x14\x00\xdd\x67\x20\x36\x38\xee\xd4\x95\x30\xa8\x97\ -\xa2\xd1\x4b\x70\xc4\x7f\x60\x67\xc1\xcf\xcf\x0f\x26\x4d\x9a\x44\ -\xcf\x97\xd2\x67\x6b\x23\x1c\x17\x21\x00\x74\xd3\x37\xaf\x13\xa0\ -\xe7\xd6\xa3\x25\x85\xc0\x14\x3a\x0c\x47\xde\x17\x83\x39\xc0\xd8\ -\xd8\x78\x35\x66\xa3\x0d\x2c\x00\xc6\x4a\x57\x2c\x60\x6c\x5c\xa1\ -\x1b\x6a\x32\x89\xf8\x97\x1e\x00\xf7\x15\xeb\x1c\xfa\xbd\x6e\x00\ -\x16\x82\xc7\xba\x12\xfa\xbe\x18\x21\x18\xec\xda\x96\x23\xc0\x4a\ -\xac\x50\x1f\x53\x00\x04\x82\x29\x53\xa6\x74\x35\x3c\x67\x82\x04\ -\x09\xd4\x7d\x7a\x00\x00\x75\xa7\xde\x00\x60\x21\x0c\x9f\x41\x58\ -\xa3\xf1\x9e\x7c\x3e\x7f\x26\xc6\x83\x04\x47\xfc\x2c\x3b\x0b\x2e\ -\x2e\x2e\x80\x1b\x65\xf4\x3c\xae\x74\x85\x80\x87\x46\x1f\x40\x81\ -\x3c\x5c\x74\x08\x37\x11\x9c\x20\xce\x47\xbb\xb7\x00\x58\x88\xbe\ -\xcf\x20\x86\x9b\x99\x99\x31\xa8\xe5\x38\xf2\x1b\xd8\xd2\x02\xb3\ -\x54\x57\x1c\xe0\x0e\x77\x19\x9b\x89\x68\xf0\xd6\xad\x70\x35\x61\ -\xdf\xd1\xdb\x00\x5a\xdd\x7a\x08\x27\x9c\x89\x59\xe8\x52\x12\x74\ -\xa3\x9f\x29\x00\x66\x25\xba\x0d\x0f\x38\x3b\xf4\xe6\x09\x5d\xcf\ -\xb1\x25\x76\x2f\x00\xbc\xa8\xdc\xb0\x41\xc3\xbd\x31\xb0\x3f\xc2\ -\xac\x74\x82\x02\xb0\x2b\xb3\x48\x24\xa2\xe7\x49\xbd\xb0\x90\xbd\ -\x72\xb9\x61\x87\x25\x46\x20\xd6\x4d\xd1\xf8\xd9\x41\x01\x10\x08\ -\xb0\x45\x05\xbc\xae\xa3\xa5\xc5\x9b\x08\xc0\x42\xe8\x3f\x73\x25\ -\x17\x2c\x27\x56\x60\x30\xe7\xe3\x8c\x00\x85\xc0\x55\x1b\xb0\x5e\ -\xa2\xe7\x33\xde\x54\x00\x16\xc2\x04\x65\x8b\x9a\x85\x10\xfb\x50\ -\x80\x45\x1e\x60\x3f\x0d\x02\x81\x80\xde\x90\xf2\xa6\x03\xd0\xc3\ -\x14\x35\x1a\xb5\x0a\x67\xa0\x11\x5d\x87\x42\xd0\x58\xa0\x9f\x2a\ -\x5a\x8e\xf4\x3e\xc0\x8b\x83\xda\x1c\x35\x0d\x95\x8d\x10\x40\x45\ -\x33\x11\x36\x42\xf4\x86\xb0\x37\x19\x80\x85\xd0\x46\x0d\x42\x6d\ -\x45\x75\x01\x60\xed\x04\x98\x66\xe9\x8f\x05\x6f\x32\x40\xcf\x1e\ -\xc2\x0f\x55\xc5\x42\x60\xd5\x4a\x7f\xa0\xb2\x7b\x93\x01\x7a\xae\ -\xd4\xa7\x51\x40\x85\xe9\x95\xc6\x01\xd5\xe7\xff\x04\x00\x16\xc2\ -\x9f\x2d\x2d\x50\xb4\xac\xd0\x4c\x9c\x38\x31\xee\x9f\x04\xa0\x8d\ -\x4a\x43\x3d\xc1\x5a\xa9\x70\xd9\xb2\x65\x2b\x5f\xf4\xcc\xbf\x01\ -\xf6\x93\x9b\x27\x91\xb4\xe6\xf5\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x01\xcd\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x03\x00\x00\x00\x60\xdc\x09\xb5\ -\x00\x00\x00\x4b\x50\x4c\x54\x45\x00\x00\x00\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\ -\xff\xff\x00\x00\x00\x0f\x0f\x0f\x2f\x2f\x2f\x3f\x3f\x3f\x5f\x5f\ -\x5f\x8f\x8f\x8f\x9f\x9f\x9f\xaf\xaf\xaf\xcf\xcf\xcf\xef\xef\xef\ -\xff\xff\xff\x3d\xd8\x75\xaa\x00\x00\x00\x0e\x74\x52\x4e\x53\x00\ -\x0f\x1f\x2f\x4f\x5f\x6f\x7f\x8f\x9f\xaf\xcf\xdf\xef\x32\x9f\x9a\ -\x7a\x00\x00\x01\x23\x49\x44\x41\x54\x78\xda\xcd\xd3\x41\x92\x82\ -\x30\x10\x40\xd1\x44\x08\x88\x0e\x01\x41\x87\xdc\xff\xa4\x66\xa8\ -\xe0\x2f\xe8\x1e\x7a\x6b\xaf\xac\xce\xfb\xe5\x22\xc1\x7d\xf9\xf8\ -\xd0\xd6\xfb\xcd\x25\xb4\xd5\xff\xbe\xea\x53\x4a\x77\xef\x98\xf0\ -\xb7\xe9\xce\xfc\xbe\x08\xeb\x82\x42\x7a\x0a\x3c\x85\xe2\x7f\x1f\ -\xcb\x5a\xe0\x9f\xe3\x42\x21\xfd\x10\xc7\x52\x6c\x3e\x46\x0a\xcd\ -\xc7\xad\xf8\x78\x0a\xdd\x6f\x45\x53\x3c\x85\xea\x39\xc7\x53\x08\ -\xcf\x39\x5e\x2b\x3c\x9e\x73\x3c\x9b\x6b\x09\x02\x9e\x73\x3c\x45\ -\x5f\x82\x36\x07\x8f\x78\x38\x9f\xe3\x61\xe6\xac\x4a\x50\xe7\x9f\ -\xcb\x18\xcf\x67\x4a\xfc\x83\xbb\x53\x9c\xf9\xd4\x6c\x81\x37\x8b\ -\x89\x17\xa5\x14\xb6\xa7\xb0\xbd\x5d\xe0\x8d\xc2\xf0\x14\x96\x67\ -\xd6\xf7\x29\xee\x6b\x58\xf2\xb6\xf7\x8a\xe7\xfd\x33\xbc\x76\x6f\ -\x78\xbb\xc0\xdb\x85\xf4\x76\x81\xb7\x0b\xe9\xed\xe2\xd2\x9f\x7a\ -\xf9\x8d\x36\x9a\x1f\xb4\xc2\xf1\xc5\x8d\xc7\xfb\x15\x77\xfe\x22\ -\xa8\xe4\x9b\x98\xc4\xe6\x99\xd1\x8f\x2b\x73\xdb\x0a\x3c\x1b\x7c\ -\xaa\xc5\xbb\xc3\x53\xe0\x83\xf2\x52\xf1\x3d\x1b\xbc\x28\xf0\x1d\ -\x1b\xbc\x5a\x14\xcf\x06\xaf\x17\xc5\xb3\xc1\xab\xc5\x5c\x3c\x9b\ -\x17\x5e\x2b\xf0\x6c\xf0\xb2\xc0\xb3\xc1\xcb\xe2\x9a\x6f\xb3\xd9\ -\x6d\xba\xbc\xa9\xdd\x97\xcf\x1b\xdf\x1e\x58\xfe\x97\x06\x6d\x2b\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x1d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x03\x00\x00\x00\x60\xdc\x09\xb5\ -\x00\x00\x00\x63\x50\x4c\x54\x45\x00\x00\x00\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x0f\x0f\x0f\x1f\x1f\ -\x1f\x2f\x2f\x2f\x3f\x3f\x3f\x4f\x4f\x4f\x5f\x5f\x5f\x6f\x6f\x6f\ -\x7f\x7f\x7f\x8f\x8f\x8f\x9f\x9f\x9f\xaf\xaf\xaf\xbf\xbf\xbf\xcf\ -\xcf\xcf\xdf\xdf\xdf\xef\xef\xef\xff\xff\xff\xda\x82\xbc\x36\x00\ -\x00\x00\x10\x74\x52\x4e\x53\x00\x0f\x1f\x2f\x3f\x4f\x5f\x6f\x7f\ -\x8f\x9f\xaf\xbf\xcf\xdf\xef\xfa\xdf\x21\x8e\x00\x00\x01\x59\x49\ -\x44\x41\x54\x78\xda\xad\xd5\xdb\x92\xc2\x20\x10\x04\x50\x8c\xb7\ -\x98\x55\x33\x24\xf1\x16\x21\x99\xff\xff\xca\x85\x9d\xd2\x41\x6b\ -\x6d\xd8\xaa\xed\x27\x1e\xfa\x14\x04\x0a\x62\x62\x36\x7b\x86\x69\ -\x9b\x95\x49\xb2\x3c\x70\x3e\x3b\xed\x57\x2d\x97\xa4\x79\x82\xb8\ -\x9c\xf9\x76\x45\xb9\x47\xb1\x7e\x2c\x28\x8c\xbd\x25\x9c\x73\x28\ -\x1d\x8c\xa4\x0e\xe3\x8e\x72\x19\x43\xab\x12\xf0\xc5\x3c\x51\x36\ -\x43\x00\xab\xe7\x27\x38\x22\x72\xfc\x39\xc3\x3f\x82\xc9\x4d\x7f\ -\x02\x63\x5c\xed\x58\x0e\x66\xd9\x5d\x7b\x99\x0a\x81\xd3\x4d\x19\ -\xcb\x66\x90\x09\x3a\x99\xa6\x00\xf0\x29\x36\x3d\x8f\x83\x9c\x6e\ -\x1e\x8c\x3f\xfd\x10\x77\x56\x81\xc0\xa4\xad\xbb\x0a\x00\xb8\x27\ -\xcb\x92\x1b\x89\x40\x40\x6a\x77\x29\x5d\x49\x05\x00\x9e\x48\x76\ -\x67\xee\x49\x05\x00\xdc\x51\xa7\x7d\x11\x18\x5c\x88\xbc\xf4\x55\ -\x40\xe0\x89\x3a\x2b\x4d\x15\x00\xe8\xe5\x4b\x05\x04\xde\x16\xdf\ -\x38\x20\x04\x1c\x16\xaf\x00\x08\x01\x22\x14\x40\xd1\xeb\x63\xa6\ -\x00\x0a\x39\xf3\x2a\x05\x25\x62\x9b\x82\x9c\xf0\xcc\x5c\xa7\x20\ -\x27\xdc\x3b\xc8\x08\x3b\xbf\x03\x2c\xe4\x26\x2e\x01\x50\xa1\xfd\ -\xa3\x49\x01\x14\x03\xc7\x2c\x01\x50\xa1\x60\x63\x30\x10\xa1\x60\ -\x6b\x20\x50\x61\xbb\xfc\x73\xaf\xa2\xa7\xc1\x0f\xbf\x81\x9b\xfb\ -\x9c\xfe\x05\xec\xc2\x90\xb2\x39\x29\xd8\xc8\xd5\x87\x91\x15\x1b\ -\xc9\x22\x0c\xe7\x33\xae\xdb\x31\xfd\xb3\xd7\x1c\x89\x03\xf1\xb1\ -\xd1\x56\xe6\x91\x86\xf3\x91\x53\xd3\x39\xb2\x39\xae\x4c\x9a\xc5\ -\xb6\xd9\xa3\xd4\x6b\xed\x7e\x03\x05\xab\xc0\xaa\x16\xae\x47\x81\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x1e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\ -\x0d\xd7\x01\x42\x28\x9b\x78\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xdd\x04\x12\x14\x35\x14\xce\x20\x81\xe2\x00\x00\x02\x9b\x49\x44\ -\x41\x54\x68\xde\xed\x99\x3f\x68\x53\x41\x1c\xc7\xbf\x97\x28\x22\ -\x42\x6b\x29\x4e\x25\x41\x10\x17\xad\x45\xc5\x3f\x5d\x74\x8a\x0e\ -\x0e\x45\x87\x0e\x56\x87\x3a\x09\xdd\x52\x70\x10\x3a\x2a\x64\x74\ -\x70\x72\xa9\x74\x68\x71\x11\x49\x86\x22\xb8\x88\x6e\xba\x65\xd2\ -\x0a\xa2\x48\xa9\x5a\xad\xb5\x5a\x9b\x10\xfb\x71\x49\x21\x7d\xbd\ -\x34\xf7\x5e\x5e\x9b\x8b\xf4\x07\x07\x79\x21\x97\xf7\xf9\xdc\xef\ -\xee\xde\xdd\x3b\x69\x27\x76\xc2\xcf\x00\x3a\x80\x47\xc0\x77\xa0\ -\x02\x4c\xb5\x13\xfc\x29\xe0\x1d\xeb\xe3\x53\xbb\xc0\x9f\x07\x7e\ -\x61\x8f\x43\xbe\xc3\xf7\x03\x8b\x41\xea\xd9\xd9\xd9\xb5\x8f\xc3\ -\x3e\xc3\x9f\xac\xf6\xf7\x75\x31\x36\x36\x46\x3a\x9d\x5e\xbb\x7c\ -\xd0\x56\x2d\x9f\xcd\x66\x91\x44\x2a\x95\x5a\xfb\xea\x8d\x8f\xf0\ -\x27\x80\x6f\xf5\xe0\x03\x02\xab\xc0\x01\x9f\xe0\x8f\x03\xf3\x9b\ -\xc1\x07\x04\x00\xae\xf8\x02\x7f\x16\xf8\xd1\x08\xde\x22\x70\xcf\ -\x07\xf8\x33\xae\xf0\x16\x81\xd7\xad\x86\xef\x03\xbe\xba\xc2\x5b\ -\x04\x56\xab\xb3\x55\xa3\x32\x0f\x3c\x07\xee\x02\x87\xe3\x82\x3f\ -\x0d\x2c\x84\x81\xb7\x08\x44\x89\x9f\xc0\xc5\x66\xe1\x8f\x01\x5f\ -\xc2\xc2\xc7\x24\x00\xb0\x0c\x74\x6c\x6b\xcb\xc7\x2c\x00\x70\x30\ -\x0a\x7c\x2f\xf0\xd9\xf6\x84\x75\x81\x97\x44\x22\x91\xa0\xab\xab\ -\x2b\x54\xe9\xee\xee\x66\x74\x74\x34\x78\xdb\xbe\x28\xab\xca\x85\ -\x66\xe0\x9b\x29\x96\xcc\x9d\x0b\x03\x7f\x04\x98\x8b\xda\x6d\xb6\ -\x48\xe0\x52\xdb\xc0\xd7\x11\xb8\xea\x02\x9f\x04\xde\xb7\x1a\xbe\ -\x8e\xc0\x4d\x17\x81\x0b\x3e\xc0\xd7\x11\xb8\xe5\x22\x30\x55\x5b\ -\x23\x97\xcb\xb5\x04\xbe\x8e\xc0\x9d\x20\x6f\xc2\xe2\xb0\xbf\xf6\ -\x62\x66\x66\xc6\xa7\xd5\x7b\x87\x4b\x06\xae\xd5\x2a\x97\x4a\x25\ -\x06\x06\x06\x7c\xc9\xc0\x43\x17\x81\x7d\xc0\x52\x6d\xad\x4a\xa5\ -\xc2\xd0\xd0\x90\x0f\x02\x8f\x5d\xa7\xd1\xe1\xea\xaa\xb1\xa5\x12\ -\x16\x81\x67\x61\x1e\x64\x23\xad\x96\xb0\x08\xbc\x0a\xbb\x94\xb8\ -\x01\xfc\x6d\x95\x84\x45\xe0\x6d\x94\xc5\xdc\x86\x4c\x6c\xd7\xc0\ -\xce\x64\x32\x41\x81\x17\x41\x3e\xe3\x2a\x21\xe9\x7e\xed\xef\xcb\ -\xe5\xb2\x06\x07\x07\x95\xcf\xe7\x1b\xd6\xef\xe9\xe9\x51\xb1\x58\ -\x0c\xdd\x78\x9d\x9d\x9d\x4a\x24\xd6\xcd\xf4\xb7\x8d\x31\xb9\xa8\ -\x7b\x82\xc8\x63\x22\xc6\xfd\x40\x6f\xb3\xbb\xb2\x48\x63\x22\x06\ -\x81\x12\x70\xdd\xc6\xb4\x2b\x8c\x80\x31\x66\x1c\xd8\x5b\xdb\x9d\ -\x92\xc9\xa4\x26\x26\x26\x24\x49\x93\x93\x93\xae\x7f\xb5\x2a\x69\ -\x51\x52\x49\xd2\xb2\xa4\x15\x49\x7f\xaa\x65\x45\xd2\x6f\x49\x65\ -\x49\x4b\x92\x2a\x92\x9e\x18\x63\xa6\xe3\x7c\x33\x11\xaa\x3b\x59\ -\x32\xf0\xd1\x87\x77\x43\xce\xdd\xc9\x4b\x81\x30\x99\xf0\x56\xc0\ -\x55\xc2\x6b\x01\x97\xee\xe4\xbd\x40\x23\x89\xb6\x10\xd8\x6c\xd9\ -\x51\x28\x14\x82\x02\x4f\x7d\x3e\x6a\xda\x90\x09\x4b\x5c\xf6\xfd\ -\xb0\x6f\xa4\x7a\x36\x6c\x8b\x39\x60\x77\x3b\x1c\xb7\xf6\x03\x1f\ -\x02\xf0\xd3\xc0\xd1\x38\xef\x63\xb6\x58\x62\x8f\xa4\x74\xb5\x94\ -\x8c\x31\x2f\xb5\x13\xff\x59\xfc\x03\x67\xfe\xf3\x16\x5f\xe5\x10\ -\xad\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\x16\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x31\x00\x00\x05\x31\ -\x01\xb7\xed\x28\x52\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0b\x93\x49\x44\ -\x41\x54\x78\xda\xcd\x99\x6d\x8c\x1d\xd7\x59\xc7\x7f\xcf\xcc\xdc\ -\x7b\xf7\xee\xcb\xdd\xf5\xae\xbd\x6e\x5e\xdd\xb8\xb6\x1b\xdb\xb5\ -\x9b\xd0\x06\xda\xa6\x40\x20\x55\x5b\x24\x92\x22\x54\x05\x54\x90\ -\x68\x81\x22\x3e\x00\xfd\x10\x28\x20\x40\x88\x4a\xa8\x9f\xaa\x2a\ -\xa8\x52\xda\x0f\x10\x2a\xa0\x2d\x7c\x48\x40\x81\x42\x1a\x68\x55\ -\x68\x4a\x4b\x52\xd7\x24\x0e\x7e\xa9\x6b\x3b\x1b\x6f\xbc\xde\xf5\ -\x7a\xf7\xee\xde\x97\x79\x3b\xe7\x61\xe7\xec\xec\xce\xbd\x7b\xf7\ -\x6e\xae\x51\xa3\x70\xae\x9f\x7d\xce\xcc\x9c\x73\xe6\xff\x7f\xde\ -\xe6\xcc\x58\x54\x95\xd7\xa2\x7d\xf4\xe9\xb7\x8d\x00\xef\x42\xb9\ -\x57\x55\xdf\xad\xc2\xdb\x41\x02\x55\x7b\x15\x61\x4e\x94\x39\x90\ -\xef\x20\x3c\xf6\xe7\xef\x3d\x71\x85\xff\x63\x7b\x4d\x08\xfc\xea\ -\x57\xde\xf6\x73\xaa\xf6\x73\x20\xe3\x07\x26\x7e\x88\x03\x93\x3f\ -\xcc\xcd\x23\xfb\xb1\x28\xd7\xdb\xf3\x2c\x86\x73\xcc\x37\x67\x38\ -\xbb\xfc\x6d\xac\x8d\x52\x51\xf9\x34\xc2\xef\xfe\xe5\xfb\x4f\xdc\ -\x30\x98\x80\x1f\x70\xfb\xe5\x7f\xb9\xfb\xb7\x54\x78\xe4\xe0\xae\ -\x1f\xe5\xd7\x8f\xff\x31\xb5\xf2\x38\x89\x4d\x88\x4d\x4c\xbc\xa6\ -\x75\xc2\x3a\x22\x00\x91\x09\xf9\xe7\x4b\x7f\x1b\x7c\xe3\xf2\x17\ -\x7f\x47\x8c\x54\x81\xdf\x7c\x5d\x3d\xf0\x0b\x8f\xbf\x75\xa2\x34\ -\xe2\xbd\x64\x98\xac\x7d\xf6\xfe\x27\xb1\x6a\x69\xa7\x6d\x52\x9b\ -\x66\x92\x11\x29\xb4\xa6\x18\x6b\xa8\x96\xaa\x3c\xf6\xe2\xa7\x99\ -\xad\x3f\x8b\x4d\xf4\xae\x2f\xfd\xcc\xc9\xff\xe6\x06\x9a\xc7\x0f\ -\xa8\x89\x08\x52\xf2\x3e\x90\x28\xb5\x3d\xa3\x87\xb1\xd6\xd0\x4c\ -\x9a\xc4\x26\x22\xca\xc4\x16\x3a\xb6\xb1\xeb\x87\x36\xe4\x6a\xeb\ -\x2a\xb3\xad\x25\x8c\x82\x45\xde\x29\x22\xbc\x2e\x04\x00\x31\xa9\ -\x7a\xd6\xc0\xb7\xe6\xbe\xc9\xe3\x17\x9f\x70\x21\x12\xd9\x02\x7c\ -\xec\x74\xd8\x41\x22\xe4\xb9\x85\x67\x99\x69\x9c\xc7\xa8\x62\x52\ -\x0d\x01\x79\xbd\x08\xb0\x78\xa1\xfd\x34\x4a\xb8\xbb\x04\x7f\x75\ -\xee\x31\x5a\x69\x6b\x1d\xb8\x93\xd0\x11\x48\x6c\x9c\xf7\x43\x56\ -\x92\x15\x9e\xba\xfc\x4f\x4c\xf8\xa0\x46\x2e\x5f\xfa\xda\xf5\x7f\ -\x00\x5e\x1b\x0f\x88\xc8\x8e\x02\xf0\xf4\x6f\x9f\x9b\x0f\xeb\xe6\ -\x33\x65\x4f\x31\xb6\xce\xb5\x68\xde\x81\x76\x96\xcf\x25\xb7\xbe\ -\x23\xd5\x36\x4d\xd4\xac\x50\x12\x25\x5a\x4d\x1f\x3b\xf7\xc4\x7c\ -\x0b\x90\xbc\xb1\x93\x0c\x9e\xc4\xf9\x8a\x0f\xfd\xfd\x5d\x1f\x45\ -\xf4\x21\xf5\xb0\x18\x62\x20\x52\x25\x46\x24\x02\x44\x45\x6f\x16\ -\x95\x5b\xf1\xe4\xd0\x50\x69\xd4\xbb\xf7\xb6\x9f\xe5\xdd\x37\xdf\ -\x4f\x2b\x69\xba\x84\x75\x89\xac\x45\x22\x1b\xd7\x8f\x39\x73\xfd\ -\x24\xa7\xe6\xbf\x41\x3b\x5e\x45\x91\x36\x96\x6b\xd6\xea\x22\x42\ -\x03\x40\xf3\x3f\x1d\x0a\x81\xef\xd6\x2f\x85\x0f\xff\xc7\xc3\x67\ -\x92\x57\x23\xe0\xd8\x7e\xe0\x6f\x8e\x1d\x2d\xd7\x82\x53\x89\xc2\ -\xc1\xa9\xe3\xec\xa9\x4c\x13\xa6\x6d\xda\x69\x83\xb6\x69\x33\x1a\ -\xd4\x18\x1f\xda\xc3\x58\xa9\xc6\x9b\x26\x8e\xf0\xe6\x5d\xc7\x88\ -\x6c\xcc\x72\xb4\xb4\xa6\x43\x92\x0c\xbc\xab\x3c\xc6\xe9\x4e\x32\ -\x6f\xa8\xbe\x81\x89\xca\x2e\x1a\xf1\x0a\x57\x1a\x33\xb4\xd2\x26\ -\x61\x16\x7a\x69\x48\x68\xda\xce\x63\xaa\x16\xab\xea\xbc\x76\x7a\ -\xf1\x79\xa2\xb4\x89\x8d\xf4\x23\x5f\xf9\xd0\xf3\x9f\x0f\x06\x89\ -\x1e\x6b\xd9\x6f\x54\x09\x86\x76\xf1\x89\x1f\xf9\x2c\xa9\x8d\x31\ -\x6a\xc9\x7e\xaa\x36\x03\xe6\xc0\x24\x26\x76\x80\xaf\xb6\xe7\x48\ -\x34\x71\xe7\x8c\x03\x6b\x3a\x4a\x67\xea\xae\x99\x9c\xc4\xa5\xc6\ -\xf7\x49\x57\x53\x07\x70\x38\xa8\x52\x2e\x0f\xe3\x97\x2a\x54\xd5\ -\xa2\x58\x57\x6a\x13\x37\x67\xbd\x72\x1d\x2c\x79\x3c\xff\xf2\x33\ -\x58\xc3\x21\xc0\x1b\x88\x40\x9a\xd8\x6a\xa0\x1e\x7b\x87\x6f\x25\ -\x34\x2d\x9a\x49\xc3\xdd\xdc\x89\xdd\xd0\x49\x57\xbf\xb8\xd6\x7b\ -\xde\xb8\xb9\xee\xd7\x75\xbd\x19\xd6\x33\x2d\x45\x88\x25\xb9\x2e\ -\xc8\x97\xbd\x32\x56\xc1\x18\xf5\x00\x19\xd4\x03\xc3\x46\x61\xaa\ -\xba\x7b\x33\x21\x8d\x03\x64\x1c\x80\xee\x1b\x76\x83\xdd\x0a\xd2\ -\x14\x64\x24\xa3\xe0\xe6\x69\x31\xaf\x20\x96\x49\x0e\x9c\x35\xc9\ -\xfa\x24\x94\xbd\x40\x54\xc1\x58\x04\x60\x20\x02\x2a\x0c\x59\x15\ -\x26\xca\xe3\x44\xc6\x95\xc2\x6d\x80\x9b\x4e\xe0\xbd\x84\xba\x41\ -\x92\x03\x17\xd3\xeb\x9d\x82\x10\xc5\x58\xe3\x8e\x62\xa0\x8a\xb5\ -\x60\xac\xca\xa0\x1e\xc0\x28\x43\xaa\xca\x78\x65\xc2\xc5\x78\x9c\ -\x7b\xa0\x20\xd1\x19\xd7\x3d\x96\xee\x1d\x6b\xbb\xc9\x14\x60\x5d\ -\xa2\xe7\x60\x13\xa7\xad\xeb\x17\x6b\xb8\xbc\x50\xb0\x56\x79\x55\ -\x0f\x88\x88\x53\xca\xba\x07\x46\x4b\x63\xc4\xa6\x4d\xa2\x51\x0f\ -\x90\x02\x7c\x01\xda\x14\x61\xd0\x0d\x98\x9c\x70\x6f\xdf\xfd\x4c\ -\x26\x3d\xe1\x93\xe2\x89\x10\xf8\x1e\x16\xb0\x16\x19\x3c\x07\x94\ -\xaa\x2a\x6b\x04\x46\x89\xb4\x9d\x85\x50\x01\xaa\xc7\xca\x66\xb3\ -\x6f\x6c\x0f\x89\xc2\xca\x45\x58\x75\x59\xdc\x6c\x9e\x2b\xd6\x57\ -\xb1\x4c\x57\xa6\x9d\xf7\xcf\xaf\x9e\xc2\x2a\x99\xec\x9c\x03\x22\ -\xb2\xd9\xc5\x93\x69\x03\x54\xfc\x21\x57\x9b\xdd\x0d\xf2\x9a\xde\ -\xcf\xca\xb6\x38\xbf\x71\xad\x3b\x1f\x28\x80\xbb\x9e\x26\x6e\x8e\ -\x75\xf4\x0a\xeb\x4f\x54\xa6\x10\x60\xa6\xf5\xbd\x2c\x74\x65\xad\ -\x61\x01\x63\x01\x10\x6f\x9b\xed\x82\x77\xcf\x27\x0e\x4e\xdc\xfd\ -\x07\x6f\xaa\xe5\x04\x03\xeb\x7b\x87\xc4\x17\x4a\x5e\x89\x54\x63\ -\xe7\x81\x44\xa3\x0d\x71\xe7\x52\x8d\xf2\xe7\x43\x26\x9d\xd7\x22\ -\x4c\x2e\x29\xeb\x62\x88\xf3\xfe\xc6\xf5\x10\xbb\x7e\xac\x1b\xd7\ -\xc7\xca\xa3\x4c\x0d\xed\x66\x3e\x9a\xe1\xa5\xd6\x19\x2c\x31\x81\ -\x8f\xfa\x01\xa8\xd5\x5e\x0f\x64\xd4\x8e\x7f\xfc\x8e\xf1\xc9\xe3\ -\x63\x9f\xf1\xcb\xf2\x90\x85\xd2\x4f\x7c\xe9\xf8\x85\xd6\x6c\xf4\ -\x27\x12\xe8\xe1\x6a\xb9\xcc\xad\x23\x6f\xe4\x52\xf3\x2c\x86\x2c\ -\x3c\x4c\x57\x75\x71\xb2\xc5\x13\x45\x68\x6c\x89\x6f\x8a\xb1\xd6\ -\x1d\xbb\x31\xaa\x58\x6a\xa5\x1a\x56\xad\x2c\x44\xb3\xb4\x4c\x13\ -\x00\xdf\x73\x4a\x11\x41\x54\xb0\xeb\x49\x5c\x10\x70\x7e\x81\xd2\ -\xc4\xb1\xb1\x27\xa4\xcc\x7d\x1f\x3a\xf6\x61\x0e\x8c\xdf\xc9\xa3\ -\xcf\x7f\x6a\xff\x2b\x2c\x7c\x5e\x50\xde\x7b\xc7\x4f\xd3\x36\x8d\ -\xdc\x62\xa6\x00\xde\x05\x38\x21\x65\x2b\x70\xd3\xd1\xef\x8e\x7b\ -\x8b\xd3\xce\xf3\x63\x41\x8d\xc8\xb6\x98\x0d\x2f\x48\xe6\xe1\x30\ -\x54\xfc\x40\x29\x95\x04\x54\xf0\x44\x1c\x7e\x63\x33\x02\xea\xa4\ -\x33\x89\xfd\x77\x3c\x7a\xe4\xd7\x24\xe0\xbe\x77\xde\xf1\x76\x3e\ -\x78\xe0\x97\xb8\xd8\x3c\xcd\x1f\xbe\xe3\x4f\xf9\xf6\x95\x6f\x72\ -\x72\xfe\x04\xef\x5f\xdb\x9c\x5d\x6c\xfd\x8f\x23\x90\x03\xee\xb2\ -\xbc\x83\x5a\x58\xb3\x2b\x21\xad\x9a\xa2\x4f\x26\x09\x08\x54\xfd\ -\x21\x97\x47\x6d\xdb\xe4\xe5\xf6\x59\x14\x83\x8a\x70\x7d\xd9\x30\ -\x37\x9f\x20\xa2\x0c\x0f\xf9\xd4\xc6\x3c\x86\x87\x7d\x09\x02\x68\ -\xb6\x2c\x06\xb0\x86\x04\x20\xd8\xb0\xbe\x3f\xec\x7f\xa4\x52\xf5\ -\xf8\x8d\xb7\xfc\x11\x33\xad\x33\x34\xd3\x25\x67\xc7\xa3\xd3\x87\ -\xb9\xff\xf6\x9f\x62\x3e\x7e\x99\xd0\x36\x32\x10\x9a\x5b\x50\xd2\ -\x2e\xb0\x4e\xfa\x57\x17\x07\xce\x52\xf6\x4a\xc4\xd6\x3a\x6f\x2e\ -\x84\x33\x6e\x1c\x80\xe7\x29\x20\xd2\x6a\x5b\x07\xbe\xbd\x90\x3c\ -\x93\x2c\x27\xe7\xa2\x9b\x2a\xef\xa9\x37\xfd\xdb\x84\x14\x05\x50\ -\x48\x43\x3d\xb7\xf4\x5f\xf5\x2f\x02\x76\xc3\x03\x65\xeb\xc9\xa1\ -\xf1\x91\x11\x77\xf3\xe5\xe4\xda\xa6\xb5\x56\x4c\x93\xa5\xc6\x55\ -\xf7\x10\xb2\x1b\xe0\xb5\x08\x95\x42\x0a\xb0\x9d\x22\x02\x81\x78\ -\xa4\xa6\x4d\xcb\xac\x52\x4f\x17\x9d\x47\x5c\x13\xf0\xc5\x69\x45\ -\x11\x55\x58\x5a\xb5\x24\x29\xe9\xec\x17\x5e\xf9\x78\xfd\xb9\xfa\ -\x2c\xf0\xc9\x3d\x0f\x4c\x1f\xae\xee\x1f\x3e\xba\x66\xe4\x89\xf0\ -\xe5\xf0\xe4\xfc\xe3\x73\xff\x69\x5a\x66\x11\x30\x01\xe0\xed\xff\ -\x95\x5b\x6f\x57\x91\xd1\x9b\xc6\xa6\x49\x6d\x88\x21\x2a\xea\x30\ -\x09\x56\x8d\xda\x4e\x80\xb2\x26\x36\xe9\x4a\x4c\x9b\x8b\x8a\x25\ -\x2f\x74\x44\x76\x95\x46\x5a\x5f\x93\x25\x14\xbb\x59\xe9\x7c\x91\ -\x9e\xcd\x8a\xc3\x6f\x91\x46\xcb\x92\x46\x66\x66\x0d\xfc\x05\x60\ -\x05\x90\x85\x27\xe7\x17\x80\x67\x00\x01\x0c\x10\x39\xd9\x20\x50\ -\xbd\xad\x7a\x58\x51\xf6\x4f\x1c\xa4\x69\x57\xb2\xb2\x58\x3c\x50\ -\xd6\xe3\x57\xd6\xfb\x79\x8c\xab\xc9\x41\x1b\x12\x6d\xb9\x37\xab\ -\xd0\x36\x89\x6d\x3b\xd3\xd9\xb1\x9b\x0f\xe4\xe1\xc1\xce\xaf\xba\ -\xe2\x5c\x20\x46\x95\x66\xdb\x92\x84\xfa\x3d\x20\xcc\x41\x5a\x40\ -\x3a\x16\xd0\x4c\xb2\x06\xe0\x08\x78\x23\xfe\x61\x8b\x30\x55\xad\ -\xb1\x98\x5c\xd6\xe5\x74\x8e\xc4\xba\x3a\x2e\x89\xc6\xce\xda\xae\ -\xd6\xdb\x35\x21\x21\x34\x6b\x20\x1d\xd0\x15\x47\xaa\xe7\xa5\x48\ -\xe9\xb5\x32\x39\x09\xa5\x67\xac\xa2\xce\x33\x26\x55\xda\x91\xc5\ -\xb4\xed\xa5\xdc\xd2\x36\x07\xaa\x3b\x7d\xd8\xf2\x2d\x32\x6a\x55\ -\x39\xdf\x38\xc9\x5c\xfc\x7d\xb9\xdc\x3a\xa7\xc5\xd3\x78\xa7\xe9\ -\x6c\x31\xce\x20\xe3\x7b\x09\x08\xa0\xa2\x78\x2a\xf8\xbe\x87\x96\ -\xbc\x9b\x6e\xe8\xcb\x5c\xd2\x4e\xeb\x65\x2d\xb1\xd8\x58\xe2\x8d\ -\x7b\x0e\xeb\x65\x73\x7e\x33\x38\xb7\xde\x0c\xd9\xd0\x22\xc5\xf1\ -\xce\x00\x91\x3e\xba\x93\x34\xaa\x92\x59\xb2\x1c\xd0\xac\xa4\x07\ -\x01\x3f\x7f\x44\xe9\x96\xf8\xcb\x9d\x52\x10\xd0\xb4\x6d\xaf\x19\ -\xab\xac\xb6\x22\x9a\x51\x43\x30\xbe\xf6\xb8\xbd\x3f\xb8\x9d\x9b\ -\xca\x60\x73\x74\x7d\xe0\xe8\x50\xc0\x5c\xe0\xed\x1f\x3e\x36\x56\ -\x6b\xbd\xb0\xda\x9a\x78\x60\xef\xd0\xe8\xbd\xbb\xde\x83\x2f\x93\ -\x6a\xb8\x32\xfb\x7b\xa7\x9f\x12\x11\xb3\xc1\x42\x80\xca\xae\x1f\ -\x9b\x3c\x72\xcb\x87\x6f\x79\x6e\xdf\xee\x61\xef\xcd\xd3\xbb\xdc\ -\x9e\x24\x5f\x53\x64\x83\x84\x28\xe8\xd6\x8f\x03\xa0\x7d\x41\x0d\ -\x4e\x5a\x37\xed\x2a\x72\xad\x19\xf3\xdd\x97\xda\x34\x17\x5b\x5f\ -\x30\x2b\xe9\x3f\x06\x37\x55\x3e\xe9\x95\x64\x9f\xe4\xef\x00\x49\ -\x3d\xfd\xd8\xdc\xef\x9f\x79\x14\x48\xdc\x8c\xdc\x0b\x7b\x0e\x3e\ -\x72\xe4\xcb\x63\x93\xe5\xbb\xee\xbe\x7d\x82\x4a\xe0\x01\xaa\x20\ -\x62\x55\x59\x6e\xa5\x8c\x54\x7c\x2a\x25\x0f\x36\x99\x8b\xb8\x9e\ -\x6c\x0e\xdd\x9e\x88\xee\x78\xd8\x1d\x19\x80\x31\x2a\xcd\xe6\x6e\ -\xce\x2c\x5c\x63\xa1\xb5\x48\x6d\xc8\xe7\xad\xb7\xec\xe5\xe8\xe4\ -\x11\xfe\xee\xd4\xd7\x99\xaf\x47\x33\x57\x3e\xf6\xe2\x31\x60\x35\ -\xe3\x2c\x80\x07\xd4\xf6\xfe\xe2\x2d\x0f\x8e\xff\xf8\xe4\x5f\x4c\ -\x8d\x0e\xf9\x07\xa6\x87\xa9\x04\x42\x6c\x94\x8b\x0b\x2d\x16\x9a\ -\x31\xfb\x76\x0d\xb3\x6f\xaa\x82\xac\x03\x55\xa4\xf0\x02\xba\xbd\ -\x71\xf5\xc6\x1c\x92\x97\x1b\x15\xab\xc2\xa4\x7f\xc8\xbd\xc0\xef\ -\x1d\x1b\x67\xc8\x2f\x73\x7a\xe9\x04\x2f\x2e\x5c\xe5\xd4\x6c\x93\ -\xf0\x6c\xe3\x81\xa5\x3f\xbb\xf0\x94\xaa\x26\x01\x60\x81\xf6\xd5\ -\xbf\x9e\xfd\x9a\x3f\x55\xfe\x94\x3d\x2a\x0f\x2f\xb7\x63\xdf\x13\ -\x48\x52\x25\x75\x7b\x07\xc2\xc6\x90\x3f\x9a\xda\x75\xbb\xf7\xc4\ -\xb6\xf6\x87\x7a\xe3\x45\xc9\xfd\x93\xc5\xe4\x2c\xb5\xf2\x04\xe7\ -\xea\x97\x68\x25\x2b\x28\x30\x35\x52\xc6\xf3\x9a\xc8\x74\xf9\xe7\ -\x81\xaf\x8a\x48\x1a\xac\x47\x9e\x24\xc0\xd2\x2b\x8f\x5c\xfc\xdc\ -\xf8\xfb\xf6\xbc\x30\x7a\xcf\xf8\x07\xf1\x64\xc4\xb6\xed\xc2\xca\ -\xbf\x2f\xfe\x5b\xed\x27\x77\x3f\x78\x7d\xb8\xf2\x60\xc5\x9b\x70\ -\xdb\x01\x14\xa4\x0b\xbf\xee\x18\xe6\x3a\x58\xee\x8b\x2a\xda\x39\ -\xe5\x7a\xb8\xd4\x31\x47\xf1\x40\xd6\x02\x84\x56\xd9\x7b\x0b\x50\ -\x01\xda\x41\x0e\xc0\x8a\x48\x0b\xb8\x5a\x7f\x6a\xe1\x5f\xd7\xe4\ -\x5b\x80\x0f\x18\xc0\x1b\xbd\x6f\xea\x9e\x76\x14\xa3\x5a\x22\x31\ -\x2a\x28\xda\x59\xdd\x94\x2d\x04\xb4\x0f\x81\x01\x1f\x09\xe8\x76\ -\xd7\x14\x55\xa1\xe4\x79\x10\x70\x1b\x50\x2a\xb6\xd3\xdd\x24\x22\ -\xa0\x4e\x81\xa1\x6a\x2d\xd7\x53\x55\xb0\xe5\x8c\x80\xd2\x63\x61\ -\x1d\x2c\x36\x64\x67\x46\x0a\x1d\x4b\xf7\x56\x7e\x45\x29\x07\x1e\ -\xd6\xf3\x26\x83\x3b\x47\x6b\xe9\x99\xc6\xf5\x60\x9b\x71\xa9\x88\ -\x18\x8a\xc5\x7c\x1b\xd9\xba\x55\xb2\xe9\x24\xd6\x6e\xc6\x80\xa8\ -\x80\x74\x00\x7c\x55\x0e\x03\x10\xd8\xbe\x94\xb9\xf0\x52\xd0\xc0\ -\x23\xeb\xe3\xdf\x3d\xbe\x7f\x8d\xc0\x4c\xd0\xa7\xa0\x75\x6e\x25\ -\xd4\x24\xda\x36\xaa\x48\x11\x42\x85\x17\x6e\x98\x80\x73\xc5\x0e\ -\xb9\xa2\xb9\xf4\x60\x02\x11\x3c\xcf\xc3\x05\x41\xad\xb4\x6f\xd0\ -\x6f\xa3\x58\xf7\x8d\x35\x8b\xbf\x21\x12\x83\xe2\xf8\x15\x89\xdc\ -\xaf\x18\x69\x37\xc4\x1e\xa6\x4a\xdf\x9d\xca\xf6\x04\x50\x59\x7f\ -\x9d\x04\xeb\x49\x0d\xf0\x07\x23\x60\xd4\x1a\x94\x40\x2a\xc4\xa9\ -\x82\xe4\x04\x72\x04\xba\xad\x9d\x8b\x3f\xfd\x7d\xd1\x8d\x5c\xb5\ -\x20\xd0\x6f\x45\x63\x55\x1c\x01\x91\x91\x41\x3d\xa0\x9a\x11\x50\ -\xa5\xe2\x0d\x13\xa7\x16\x44\xb7\xdf\xe7\xf4\xbb\xb9\xf3\xfe\xf6\ -\x8f\x8b\xbe\x05\x58\xbb\x3d\x99\x6b\x49\x2c\x18\x05\xf5\x18\x19\ -\xe4\xcb\x9c\xe6\x1e\x30\x6a\xe1\x85\x85\x33\x44\xa9\x8a\xa2\x3d\ -\xb7\x2c\xc2\x5b\x7b\xc2\x48\x90\xfe\x61\xd6\x13\x65\xda\x4b\x20\ -\x1f\xa8\x40\xaa\x1b\x04\x64\x78\x60\x0f\x98\x86\xa9\x7b\x0a\xdf\ -\xb9\x72\x1e\xdf\x17\x90\x0d\xab\x4a\x37\x28\xed\x24\xd2\xe9\xfa\ -\x3e\x3b\x6f\xed\x57\x81\x7a\x53\x59\x55\x73\xbd\x2e\x58\xcc\xa0\ -\x9f\xd7\x4d\xfc\xf8\x2b\x27\xbc\x3b\x47\x9f\x59\xde\xcd\xbb\x04\ -\x11\x74\xcb\xe2\x5b\xad\xdb\x73\xf3\x01\xc7\x0e\x14\xcf\xc0\xaa\ -\x39\xcd\xb3\x4b\x4f\x02\xe9\x20\xff\x47\xe6\x03\xe3\xc0\xed\xc0\ -\x1e\xa0\x5c\x38\xbd\xa7\x0a\xbe\xd6\x4d\x81\x04\xb8\x0e\x5c\xce\ -\xf4\x20\x04\x00\x4a\xc0\x30\x50\x05\x7c\x5e\xcf\x56\x7c\x95\x68\ -\x01\x71\x2f\x81\xfe\x24\x3c\x40\xf8\xff\xd1\x34\x7f\xe1\xe7\x7f\ -\x01\x5e\xc4\x58\xda\xde\x86\x10\xe1\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x09\xef\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x14\xc3\x00\x00\x14\xc3\x01\x15\x70\ -\x4d\x42\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xd9\x07\x16\x03\x2d\ -\x2b\xb0\x67\x2e\xe2\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\ -\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x09\x6f\x49\x44\x41\x54\x78\ -\xda\xd5\x99\x0b\x70\x15\xd5\x19\xc7\x7f\x67\x77\xef\xcd\x03\x82\ -\x81\x40\x00\x51\x10\x50\x4a\x2d\x82\xd5\x8e\x88\xf8\x80\x6a\x14\ -\x8b\x62\x40\x30\xb4\x58\x2b\xf8\xac\x0d\x14\xeb\x03\x8b\x4e\x1c\ -\xa5\xda\x41\x6b\xb4\x62\x05\x94\xd6\x69\xb5\x53\xaa\xc8\xab\xa3\ -\xe0\x88\x5a\xc7\xf8\x2c\xa2\x05\x15\x4a\x06\x13\x24\x18\x02\x79\ -\x92\xc7\xdd\xbd\xbb\x7b\x4e\xf7\x9e\x59\x91\x38\x98\x9b\x84\xb5\ -\x8f\x6f\xee\xb7\x67\x76\x67\xcf\x77\xfe\xff\xef\x71\x1e\x7b\x2d\ -\x3a\x21\x37\xde\x78\x23\xcb\x96\x2d\xe3\x70\x99\x3e\x7d\x3a\xab\ -\x56\xad\xa2\x6b\x12\xbd\xcd\xce\x10\xd0\x03\x2d\x5a\xb4\x48\x79\ -\x9e\x07\x80\x69\x9a\x94\x94\x94\x08\xd2\x48\x94\x36\xd3\x13\x30\ -\x81\x89\xe4\xb3\x9b\x91\x58\x58\x78\x80\x04\x7c\xa0\x92\xb6\x79\ -\xc5\xf3\x70\x7d\x17\x80\xcc\x78\x66\x6a\xb0\xf1\xf4\x23\x03\x09\ -\xa8\x50\x81\xf0\xbe\xbd\x18\x80\xf8\x8a\xd6\x7e\x8d\xcd\x21\x64\ -\x60\x86\x7d\x2c\x6d\xcf\x63\x30\x3b\x78\x8d\xfd\xf8\x1d\x11\xc8\ -\x07\x0e\x70\x05\xf3\x59\x12\x93\x26\x79\xd9\xbd\xe9\xdb\x23\x37\ -\x68\xfb\x60\x64\x2a\x1c\xdb\x51\x8e\xe7\x08\xcd\xd5\xb5\xd4\xed\ -\x1f\xcf\x29\xeb\x65\x1d\x43\xa6\x95\x49\x56\x3c\x23\x68\xe3\x64\ -\xa4\xd4\x8c\x13\x33\x2d\x0c\x61\xa0\x94\xc2\x93\x3e\x49\x3f\x89\ -\xed\xb9\x04\xfd\xb1\x5d\x87\x44\xd0\x36\x7a\xf5\x24\x12\x8e\x72\ -\x7d\x6d\x93\x98\x1f\x57\x93\x36\x8d\x2f\xf3\x5d\x41\x5d\x6b\x3d\ -\xb5\xad\x8d\xd4\xb5\xd5\xd3\x2a\x6d\x78\x82\xb9\xe4\xf3\x18\xd5\ -\x1d\x11\xc8\x05\x04\x79\xf8\x90\x65\x5a\x24\x93\xad\x1c\xf0\xdb\ -\x68\x72\x6a\xd8\xb3\xbe\x99\x37\x8a\xde\x10\xae\x74\x01\xc8\x89\ -\xe7\x88\x07\x9e\xf9\x03\x05\x37\x0c\x43\x48\x88\x9b\x16\x71\xcb\ -\x44\xab\x69\x92\x11\xb4\x96\x61\xe0\x4b\x19\x80\x4f\x69\x40\xc2\ -\x4b\xa9\x87\x13\xb4\xd2\x84\x97\x97\xef\xe2\x8c\xa2\xc9\x87\x6c\ -\xf6\x8a\xf7\x12\x1b\x9f\x79\x93\xc1\x85\xbd\x70\x6c\x1f\xcf\xf7\ -\xb1\x24\x08\x1f\x54\x0a\x57\x2e\x74\x4c\x40\x70\x48\x94\x0c\x43\ -\xa8\x0c\x0c\xd3\x84\xbd\xb0\xac\xf4\x09\xfc\x30\x86\x19\x46\x06\ -\x24\xc1\x48\x79\x5a\x81\x29\x82\x16\x53\xab\xc0\x40\x4a\x03\x97\ -\x54\x04\x04\x20\x10\x80\x21\x44\xa0\x60\x06\x17\x61\x02\x55\xb0\ -\xf4\xa1\xe5\x48\x21\x01\xc8\xb2\x32\xc1\x06\xc3\x30\x10\x42\x01\ -\x0a\xa5\xfc\x10\x98\x02\xd1\x95\x22\xd6\x9d\xf5\x15\xcf\x91\x0c\ -\x9b\xd7\x9b\x0a\xb9\x19\x4b\x08\x62\xa6\xf6\x32\x67\xf7\x38\x01\ -\x27\xe1\xea\x7b\x43\x48\x84\x08\xbd\xa5\x14\xbe\xa1\xd0\x37\x80\ -\x94\xa9\x34\x92\xb8\xbe\x9f\x8a\x48\xa0\x8a\x64\xc2\xe3\xbc\x7b\ -\x86\xd2\xd4\xf2\x11\xae\x94\x38\x9e\xf6\x38\xc3\xad\x3e\x81\x4d\ -\x5f\xdb\x08\xb4\x7b\xb3\x90\x00\xa4\x4a\xa9\xd2\xaa\x01\xd8\x2a\ -\x00\xaa\xc0\x34\x40\x09\x1d\x21\x37\x00\x41\x0a\x3c\x06\x2e\x7e\ -\x48\x1b\x7c\xa5\x30\xa4\x0c\xfd\xae\x6d\x68\xe0\x5e\x4a\xfd\x14\ -\x50\x89\xef\x2b\x92\x49\x0f\x3d\x8e\x04\xa4\xd0\x76\x7d\xdb\xd7\ -\xe3\x69\x02\x61\xdf\x43\x86\x3f\x01\xa0\xf8\xb4\xd3\x4e\xbf\xa3\ -\xa0\xe0\x82\xbb\x17\x2f\x5e\xfc\xfb\x23\x12\x50\x5a\xb5\x91\x76\ -\x24\xa4\xa1\xda\x81\x13\x7e\xd8\xe2\xa3\xf8\x62\x40\x03\x53\x18\ -\x08\x23\x9c\x6a\x42\x20\x61\x14\x42\x12\x61\x34\x7c\xfd\x2c\x68\ -\x25\x52\xc9\x30\x3a\x87\x8f\xc9\x21\x22\xf8\xc8\xad\x2b\xb8\x68\ -\xbf\xdd\x67\xc9\x05\xc5\xef\xab\xf2\xf2\x9d\x2b\x46\x8c\x18\x71\ -\xd2\xce\x9d\x3b\xef\xb0\x38\x02\x03\x49\x08\x5a\x68\xc5\x17\x12\ -\xc3\x47\xe7\xb0\x07\x08\x84\x9e\x65\xd0\xe0\x09\xc1\xeb\xd4\xd1\ -\xe9\x64\xe8\x7c\x12\x1a\x00\x8a\x10\xe0\x17\x91\xd0\x51\xd0\x7a\ -\xd8\x73\xed\x1c\x4d\x40\x6a\x32\x21\x11\x40\xc1\xc5\x63\x27\x8f\ -\x73\x86\x9c\x73\xef\xd6\x17\xee\x53\xf9\x03\x06\xb3\x7f\xdf\x1e\ -\x12\x89\x8a\x05\xc0\xd2\x23\xd6\x80\xee\x2c\x52\x86\xd0\xde\x14\ -\x52\x60\xa0\xd0\x0f\x94\x89\x10\x12\x24\x28\xfd\xd4\xd7\xef\xc7\ -\x0c\x85\x67\x68\xf0\x88\x40\x51\x61\x10\x42\x02\xb2\x1d\x50\x3f\ -\x8c\x08\xfa\xde\x93\x2a\x24\x72\x78\x24\x24\x9e\x52\x0c\xf4\x51\ -\xbf\x9a\x76\xee\xc5\x7d\x46\x5c\xa9\x86\x27\xc6\x88\xe4\x9f\xae\ -\xe1\xa9\xbb\xfb\x7b\x37\xdc\xb7\xcf\x9a\xf9\xc3\x22\xbb\x3d\x01\ -\x93\x38\x36\x24\x5d\x9f\xa4\x01\xe1\x82\xa2\xd5\x30\x09\x40\x82\ -\x15\x0b\xd4\xd0\xaa\x67\x14\xd3\x4c\xa5\x4d\xd0\x1a\x86\x06\xaf\ -\x09\x00\x08\x7d\x0d\x0b\x32\x8c\x50\x4a\xfd\x90\x84\x4e\x27\x34\ -\x09\xcf\x03\x37\x45\xc6\x07\xfc\x2f\x17\xd0\x6c\x0b\xca\xc7\x0e\ -\x13\x65\x5b\x97\xaa\xb5\xef\xf9\xe2\xda\x39\x57\xb2\x61\xcd\xef\ -\x64\xbf\xea\x99\x56\xc3\x06\x86\xf4\x28\xf8\x6b\xcd\x97\x04\x72\ -\x80\x77\x59\xaa\x36\xab\x85\xfc\x8f\x88\x7a\xe7\x2c\xb6\x54\xda\ -\xcc\x5e\x7c\x50\x24\xec\xc7\x39\x65\x48\xa3\x97\x3b\x78\x8a\x55\ -\x15\x5b\x37\xe1\xc4\x82\x49\x9f\xb5\x2f\xe2\x77\x01\x30\x42\xaf\ -\xfd\xf7\x40\x23\x74\x1d\x34\xbf\xf5\x3d\x1a\x12\x7d\xb8\xfc\x97\ -\x07\x74\x74\x17\xcc\xca\x70\x0b\x06\x96\xc6\xca\x2a\x76\x4c\x9a\ -\x71\xdd\xfa\xd7\x09\xc5\x22\x42\x39\x6a\xf2\x42\x57\x1a\x4d\x6f\ -\x9f\x8b\x8c\x8d\x64\xd2\x35\xef\xe9\xc5\xb0\xe8\x7c\xe1\xcd\xbd\ -\xac\x36\xf6\xf6\x07\xde\xf4\x4b\x6f\x59\xff\x52\xda\x85\x2c\x04\ -\xa1\x57\xc5\x2e\x8a\x2e\xe0\xee\x8a\x0f\xd4\xbf\x79\x31\xd9\xb9\ -\xa7\x30\xae\x68\x13\xc9\xa4\xe0\xa2\xb1\x19\xfc\x7a\x76\xb5\x55\ -\xb6\xa5\xe9\x67\x05\xb7\xf0\x7c\xe7\x56\xe2\x10\xfc\x73\xcf\x3d\ -\x47\x2c\x16\xe3\x9b\x17\x81\xa7\x32\xb9\x70\xc8\xd3\xe4\x0d\x18\ -\xc5\xd9\x33\xd7\xd1\x9c\x80\xd3\xbf\x6d\xb1\xfc\xe7\xd5\xfc\xed\ -\xf5\xfa\xdf\x5e\xb6\x90\xc7\xbb\x72\x1e\xd0\x79\x38\x63\xc6\x0c\ -\xfe\x53\xd2\xbc\xad\x98\x9c\xbc\x6f\x31\xf9\xaa\x55\x54\xd7\x49\ -\x86\x1f\x67\xb1\xf2\xce\xfd\x54\x19\x3f\xe1\xb2\x85\x0f\x3f\xd0\ -\xe5\x03\x8d\xd2\x53\x9e\x1f\x41\x6e\x77\x94\x62\x02\x61\x1a\xd4\ -\x7e\xb8\x90\xfc\xfe\x03\xf9\xd1\x4d\xeb\xf9\xe4\xd3\x16\xfa\xe7\ -\xc5\x79\xf1\xfe\x06\xca\x1b\xc7\x72\xf2\x25\xa5\xc0\xc3\x56\x97\ -\x08\x68\xb0\xe1\x29\x29\x42\x09\x1d\xd2\x1e\x7c\xfd\xf6\x47\xc8\ -\xcf\x93\xcc\xbd\x73\x23\x65\x1f\xd4\x92\x9b\x13\xe3\x95\xdf\x34\ -\xb3\xf3\xc0\x60\x46\x4d\x7d\xb1\xbb\x47\x4a\x0d\x3e\xd2\x1a\x70\ -\x5d\x57\xa7\xa4\x26\x81\x00\xc3\xa0\xb9\xf2\x2f\xf4\xcd\x28\xe7\ -\xc1\xe5\x9f\xb2\xe6\xe5\xbd\x64\x65\xc6\x78\xad\xb4\x8d\x5d\xfb\ -\x32\x19\x55\xf4\x9e\x5e\x91\x4d\x43\x74\x8b\x80\x1e\x28\xea\x1a\ -\xf0\x3c\x4f\x47\x57\x18\x16\xad\x55\x2f\x91\xe3\x6c\xe4\xc9\x35\ -\x0d\x94\x3e\xb5\x83\x78\x3c\xce\x6b\x8f\xb8\x54\xed\x77\x38\xb9\ -\x68\x37\xbe\xe7\x23\x50\x60\x84\x10\xbb\x91\x42\x7a\xc0\xa8\x45\ -\x18\x26\x6d\xb5\xff\x20\xbb\xe9\x49\x9e\x7d\xa5\x85\xbb\x1f\x2b\ -\xc7\x30\x63\x6c\x78\xd0\xa3\xa1\xa1\x86\x91\x33\x6a\x01\x89\x40\ -\x1d\xfd\x57\x09\xcb\xb2\x88\x5a\x12\x8d\xe5\x64\x7c\x7e\x0f\x65\ -\xdb\x5a\xb9\xe5\xa1\x6a\x94\x0a\x52\xb5\xa4\x0d\xec\xcf\x19\x5e\ -\x78\x00\xc3\x8c\xa7\x07\x9f\x9e\x80\x06\x9f\xaa\x01\x1d\xda\x28\ -\x44\x2a\x88\xd1\xc2\x79\x03\x96\xb3\xe3\x33\xc5\x55\x25\xf5\x7a\ -\x63\xb7\xfc\x56\x41\xdf\xe3\xcf\x64\xc0\x69\xf7\x63\x65\x1c\x83\ -\x92\x3e\x0a\x3a\xbd\x90\x5a\xe9\x8a\x2e\x2a\xf1\x5c\x1b\xf7\xc3\ -\x0b\xd9\x55\xe5\x70\xf9\x82\x16\x3c\xcf\xe1\xfe\x9f\x66\xf3\x9d\ -\xe3\x2a\xc8\x1b\xbd\x8a\xec\xde\xc3\x41\x49\x10\x22\xb2\x0f\x5b\ -\x9a\xc4\x51\x4a\x78\x1e\x00\x67\xf3\x04\x1a\x1b\x0f\x52\x78\xbb\ -\x81\x92\x49\xe6\x5e\x0e\xe7\x9f\x39\x88\x8c\x61\xa5\xf4\xec\x77\ -\x0a\x28\x8f\x50\x22\x23\x10\xc9\x14\xea\x49\xb0\xdf\x19\x47\xd2\ -\x6e\x60\xf2\x82\x38\xae\x67\x73\xc5\x04\x9f\xab\x2f\x74\xb0\x4e\ -\xb8\x81\xfc\x61\x17\x84\x44\x2d\x92\xc9\x24\x5a\x8e\x36\x85\x94\ -\x52\x11\xd4\x80\x40\x1a\xd9\x8c\xe6\x56\xfa\xf6\x6c\xa4\xe0\x17\ -\x39\xb4\xb4\xd9\x4c\x3c\xd5\x63\xde\x8f\x4f\xe4\xc3\x9a\x93\x71\ -\xb7\x67\xc2\xc7\xeb\x00\x34\xf8\xe0\xdb\xa8\x8e\x7a\x24\x11\x08\ -\x0d\x76\x17\xbc\xfe\xb5\x6c\x29\x22\xd6\x5a\xcd\x84\x9b\xfb\xd0\ -\xd4\x6c\xf3\xdd\xe1\x2e\xf7\x5c\xdf\x17\x27\xeb\x1c\x7e\x30\xab\ -\x44\x3b\xea\xab\x63\x8a\x88\x6a\x40\x1b\xea\x8e\x41\x10\x60\xc6\ -\x68\xfb\xe7\xb5\xf4\x72\xfe\xce\xa4\xbb\x72\xd9\x5f\xef\x31\x74\ -\xa0\xe4\xa1\x62\x68\x8e\x9d\xc5\xc8\xb3\x4a\x70\x9c\x24\xa0\x3a\ -\x3a\x4f\xa4\x19\x3b\xfd\x66\xae\x7b\x35\x60\x18\x34\x6e\xbd\x8b\ -\x3e\xc9\xb5\x4c\x29\xe9\x4d\xf9\x1e\x49\xff\xde\xb0\xfc\x36\x45\ -\xbd\x3c\x83\x53\xbf\xff\x28\x9e\xe3\x20\x44\x34\x87\x23\xab\x23\ -\xf0\xab\x57\xaf\xee\x1a\x09\x91\x41\x5f\x7f\x1d\xe3\x07\xad\x64\ -\xd6\xa2\x1e\x6c\xdd\x25\xe8\x99\xa5\x58\x71\x7b\x82\x8f\x2b\x7b\ -\x70\xe9\xfc\x67\x71\xed\xb4\xe0\xa3\xab\x81\x69\xd3\xa6\x75\xc1\ -\xf1\x06\xad\xbb\x57\xd2\x63\xff\x4a\xe6\x95\x66\x52\xf6\x49\x0f\ -\xe2\x16\xfc\xf1\xb6\x3a\xea\xda\x86\x70\xc9\xbc\x2d\xb8\xda\xf3\ -\x69\x3d\x1d\x4d\x0a\x85\x24\x3a\x1d\xe6\xfa\x86\x83\xd4\xfd\xeb\ -\x4d\x56\x3f\x9f\xc5\xea\xb7\x7a\x62\x99\x82\xa7\x6f\xab\xa4\xde\ -\x1e\xc4\x39\x57\xbf\x8d\xeb\xd8\x80\x42\x75\x50\x73\x91\xa6\x50\ -\x98\x46\xe9\xbd\x10\x6e\xbd\xb7\xbf\xbe\x91\x93\x8e\x9f\x84\xc8\ -\xad\xc3\x49\x6e\x0e\xd2\xe6\x33\x12\xae\xc9\xc4\xeb\x3e\x42\x58\ -\x71\x50\xb2\x43\x27\xb8\xae\xab\xc7\x8a\x2a\x85\xf4\xfc\xbf\x66\ -\xcd\x9a\x4e\xd4\x80\xa0\x7a\xdf\xe7\x14\x8c\xed\x47\x6d\xd5\x5b\ -\x4c\x1c\xdd\xc0\xf8\x7b\xb3\x49\x1c\x48\xe0\x0e\xfd\x33\x2f\x6c\ -\xdc\xa4\xc1\xa7\x5b\xf1\xa7\x4e\x9d\xaa\xdb\x48\x6b\xa0\xb0\xb0\ -\x30\xbd\x57\x0c\x93\x4d\x6b\x1f\xa5\xb1\xe6\x7d\x9a\x6a\x3e\x40\ -\xc8\x56\x1a\x8d\xf1\x8c\x9b\xfd\x2a\x03\xf2\x8f\x49\x9f\x06\x61\ -\x04\x1c\xc7\x39\x52\x64\xbf\xd9\xbd\x90\x69\x5a\xbc\xba\x61\x15\ -\x83\x72\xeb\xa9\xdb\xfb\x11\xad\xad\x07\x31\xfb\xcf\xa2\x70\xca\ -\x4d\xb8\x6e\x22\x7d\x0d\xa5\x2f\xd8\x6e\x13\x48\x57\x03\xfa\x79\ -\x45\xe5\x1e\x5a\xaa\x37\xd1\xdc\xfb\x20\xf5\x2d\x82\x51\xe7\xaf\ -\x60\xe8\xb0\x11\x1a\x7c\x37\x25\xda\x1a\x58\xbb\x76\xed\xd7\xd6\ -\x40\x4e\x4e\x0e\x73\xe6\x5c\x43\x6d\x4d\x25\xf7\xde\x31\x93\x13\ -\x46\x5f\xcf\xb6\x6d\xdb\x19\x3a\xf4\x44\x4d\xbe\x8b\x5f\xf2\xa2\ -\x9d\x46\xc3\x9c\x64\xca\x94\x29\xda\xc8\x91\xe6\xfc\xf5\xeb\xd7\ -\xb3\x7b\x77\x25\x4b\x96\x2c\xa1\xb8\xb8\x58\xa7\x5b\xd0\x2f\xfd\ -\xf6\x23\x3d\xc8\xe8\xf6\x42\x9e\xe7\x7d\xed\xb4\x79\xf3\xfc\xf9\ -\x54\x54\x54\x70\xec\xb1\xc7\x92\x48\x24\x34\xf8\x08\x00\x45\x42\ -\x20\xed\x9f\x6c\x3b\x76\xec\xe0\xd3\x00\xbc\x6d\xdb\x51\x1c\x7a\ -\xa2\xdf\x0b\x65\x65\x65\xd1\x91\x8c\x19\x33\x06\x80\xec\xec\x6c\ -\x22\x90\xe8\x22\x10\x0b\x44\x08\x31\x1b\xc8\xec\xc8\x31\x5d\x71\ -\x62\x04\xef\xd8\x01\x2c\x4b\x47\x3a\x1d\x81\xe0\xa5\xbd\xc0\x4b\ -\x80\xd1\x4d\xd0\xaa\x83\xf7\x45\x07\x76\x54\x47\xb6\x02\x5c\x07\ -\x3b\x9b\x42\x36\x50\xcd\xff\x91\xfc\x1b\x0f\xfc\x59\x53\xe1\xcb\ -\xe6\x9b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\x70\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x31\x00\x00\x05\x31\ -\x01\xb7\xed\x28\x52\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0b\xed\x49\x44\ -\x41\x54\x78\xda\xc5\x59\x69\x70\x4d\x5b\x16\x5e\x77\x9e\x92\x9b\ -\x9b\x49\x06\x32\x0a\x89\xa7\x83\x12\x43\xfa\x09\xf1\xb4\xa9\x94\ -\x7e\x44\x7b\x74\x57\xa9\x32\x15\xaa\x9a\xea\xa2\x4c\x4f\x57\xe9\ -\x36\x77\xff\x7b\xba\x7f\xe0\xa9\x57\x28\x45\x19\x5b\x2b\xcf\x23\ -\xe6\xaa\x26\x09\xa9\xd0\x89\x10\x11\x22\x86\x48\x82\x0c\xae\x4c\ -\x6e\x72\x87\x5e\xdf\x61\xc7\x71\x73\x24\x8e\xd6\xaf\x17\x3b\xe7\ -\xdc\x7b\xf7\xdd\xe7\x5b\x6b\x7f\xdf\xda\x6b\xef\x4b\x3e\x9f\xef\ -\x67\x69\x6c\x1a\x6e\xba\xa4\xa4\x24\x53\x44\x44\x84\x2d\x38\x38\ -\x38\x28\x2d\x2d\x2d\x6a\xdf\xbe\x7d\x19\x44\x64\xe8\xe2\x3b\xdf\ -\x70\x9b\xc1\x4d\xaf\xd4\x47\x4f\xff\x03\xd3\xb0\xf1\x45\xcb\x60\ -\xf5\x8d\x8d\x8d\xfa\xf6\xf6\x76\x5d\xff\xfe\xfd\xad\xab\x56\xad\ -\x4a\x4b\x4c\x4c\xfc\xaa\x67\xcf\x9e\xe3\x6c\x36\x5b\xa2\x56\xab\ -\xb5\x71\xa3\x51\xa3\x46\xf5\xe4\xaf\xd4\xf8\x80\x48\x66\x01\x01\ -\x01\x87\x26\x4d\x9a\xf4\xcd\xab\x57\xaf\xa8\xb8\xb8\xf8\x20\x11\ -\xfd\xae\xd3\xb3\xf0\x9d\xcf\x0d\x36\x2a\x2a\xca\xba\x62\xc5\x8a\ -\x34\x7e\x2f\x93\xc1\x4e\xb0\x5a\xad\x89\x3a\x9d\xce\xc6\xcf\xd2\ -\xc8\xbe\xd7\x71\xcd\xce\xce\xce\x9a\x35\x6b\xd6\x49\xfe\xdc\x2d\ -\xfb\x7c\x75\x4a\x4a\xca\x5f\x1f\x3e\x7c\x48\xaf\x5f\xbf\xa6\xc0\ -\xc0\xc0\x26\x1e\x3f\x8c\xfb\xb8\x48\x66\xfa\xcf\x11\xd9\x39\x7f\ -\xfa\x5b\x96\x25\x2c\x7a\x8a\x4b\x6f\x4b\x0b\x30\xea\x82\x7e\xd3\ -\xc7\x8c\xcf\xa4\xee\xa2\x21\x50\xe2\xde\xdf\x81\xbe\x7d\xfb\x8e\ -\xe7\x31\x4f\xf3\x4b\xf7\xdb\xf7\xc6\x1b\x0c\x86\x75\x95\x95\x95\ -\x12\x78\x18\xbf\x2e\xf4\x07\x0f\xd3\xab\x01\xdb\xbb\x77\x6f\xf3\ -\xc2\x2d\xdf\x4f\xb3\x04\x47\x4e\x6d\xd3\x5b\xd3\x5e\xb4\x69\x83\ -\x9f\x34\xf9\x74\x67\x5b\xbc\xd4\xf4\xd0\xc3\x20\xdb\x68\xc5\x60\ -\x33\xb9\xdd\x6e\x02\x35\xe4\x0e\xc0\x3e\xe4\x00\xcf\xd8\x18\x3c\ -\x83\x5f\xba\xf8\x75\x3c\x5f\x7f\xe0\xe7\x99\xb9\x11\x2c\x2c\x2c\ -\xac\x95\xc7\xfb\x96\x14\x4c\xef\x0f\xb6\xa5\xa5\x45\xc7\x5e\xeb\ -\x13\x52\x53\x2d\x0b\xfe\xf8\x5d\x96\x35\x34\x62\x6a\x9b\xce\x3c\ -\xf8\xf9\x6b\x5d\x48\x65\x93\x57\x77\xbe\xd5\x43\x8d\x4e\x2f\x79\ -\xa5\x60\x68\xf0\x5f\x32\x86\x46\x91\x56\x0d\x8d\x88\x36\x32\x78\ -\x01\xfc\xa3\x1c\x00\xd7\x63\xda\xda\xda\xf4\x7c\x6f\x22\xa2\x3d\ -\xdc\x62\x04\x40\x87\xc3\x41\x76\xbb\xfd\xef\xe5\xe5\xe5\x39\x8a\ -\x0e\x00\xfc\xf0\xe1\xc3\x03\x17\x2d\x5a\x34\x3c\x21\x21\x61\x14\ -\x47\x63\x62\x59\x8b\xb9\xff\xbe\x52\x97\xe5\x22\x83\x7d\x55\x2e\ -\x81\x95\x61\x15\x88\x71\xf5\xe1\xff\x1b\x8a\xf0\xbf\x29\x49\x16\ -\xd2\xeb\x10\x79\x75\x0e\xb0\x3e\xac\xfd\xfa\xf5\x0b\xc8\xcd\xcd\ -\xdd\x44\x44\x99\x02\x1c\x0b\x9d\x22\x23\x23\x0b\x4a\x4b\x4b\xd7\ -\xd2\x07\x4c\xcf\x51\x37\xee\xda\xb5\xeb\x7b\x8b\xc5\xf2\x5b\x21\ -\xe8\x82\xaa\x16\x2a\xaf\x6f\x97\x01\xe5\x0b\xb0\x0a\xd0\x70\x02\ -\x7d\x25\xa7\xde\xf0\xdb\x6e\xd6\xd2\x84\x04\x0b\xa8\xd3\x05\x78\ -\x65\x07\x60\x1e\x8f\x67\x35\x63\x58\xcc\x8d\xea\xeb\xeb\xc9\x64\ -\x32\x51\x5c\x5c\x5c\x73\x5d\x5d\xdd\x12\x1e\x1f\x60\x14\x4d\x7b\ -\xff\xfe\x7d\xdf\x93\x27\x4f\xae\x91\xcc\x2a\x9c\xe0\xb3\xf7\x4d\ -\xae\xf5\x7a\x89\xde\xdd\x73\xf3\xe1\x33\xa9\x91\xec\x7e\x42\x9c\ -\x99\x2c\x06\x1d\x1c\x90\x37\x00\xec\xf2\x35\xda\x8d\x1b\x37\xe8\ -\xd6\xad\x5b\x0b\x53\x53\x53\x35\x48\x99\x7a\xbd\x9e\x98\x0d\xe4\ -\x72\xb9\xb6\xd6\xd4\xd4\x08\x6c\xca\x0e\x40\xf9\x3c\x40\x9e\x88\ -\x04\xe2\xfb\xe0\x65\xbb\x00\x0a\xf0\xe2\x5e\xb4\xb7\x4e\xf9\x3a\ -\xee\x41\xa0\xc9\x49\x36\x25\xea\x00\x60\x97\xed\xf9\xf3\xe7\xb4\ -\x60\xc1\x02\x1a\x38\x70\xa0\xe9\xee\xdd\xbb\xe4\xe5\xf1\xe2\xe3\ -\xe3\x41\xab\x7c\xe6\xfd\x9f\xa9\x1b\xc3\xea\xe6\x0d\x0a\x0a\xba\ -\xc7\x79\xd8\xc3\x5f\xd6\xd5\xb5\x7a\xa9\xb9\xdd\xdb\x99\x36\xbe\ -\x77\xbc\x17\xb4\x01\x85\xf0\x27\x2d\xc2\x44\xd1\x76\x23\x00\x77\ -\xdb\xe4\xb4\x41\x8a\x9c\x33\x67\x0e\x81\x36\x2f\x5e\xbc\x20\xa7\ -\xd3\x09\xda\x80\xfb\x4d\x4f\x9f\x3e\xfd\x3d\x3f\xc3\x43\xdd\x98\ -\x16\x7f\x8c\x46\x63\x3b\x73\xb0\x9e\x6f\x19\xbc\x02\x6d\x64\xf7\ -\x72\xda\x88\x99\x99\x92\x6c\xef\x2e\xda\x8a\xda\x58\xb2\x64\x09\ -\x31\x7d\xb1\x48\x11\x53\x99\x42\x43\x43\x29\x24\x24\x84\x98\x46\ -\xdf\xb1\x43\xd7\x09\xf6\x91\x0e\x78\x9a\x9b\x9b\x0b\xa5\xa8\x78\ -\x7c\x9d\x69\x23\xe8\x24\xa3\x10\x1c\xc2\x7d\x0f\x8b\x96\x7e\x19\ -\x63\x13\x00\x95\x1c\x51\xcc\x42\x9b\x37\x6f\xa6\xb3\x67\xcf\x82\ -\x3a\x74\xed\xda\x35\x60\x20\x5e\xb5\xb1\x86\x5c\xad\xa8\xa8\x58\ -\x47\xb0\x8f\x75\xa0\xaa\xaa\xca\xcd\xab\x5e\x36\xee\x5b\x31\x03\ -\x00\xe7\x07\x94\x84\x80\xfd\xc4\xfd\xeb\xe4\x20\xd2\x75\x11\x69\ -\x98\x7f\xe4\x0f\x1c\x38\x40\x5b\xb7\x6e\xa5\xf1\xe3\xc7\x53\x4e\ -\x4e\x0e\xc4\x4a\xb1\xb1\xb1\xa0\x52\x1b\x6b\xe2\x0f\xa0\xb5\x2a\ -\x07\x20\xe4\xc2\xc2\xc2\x5c\xa8\xdf\xe5\x51\xa0\x8d\xb8\xf7\x9b\ -\x0d\x1d\x11\x4d\x4e\x76\x28\x45\xff\x83\xfc\x07\xe0\x65\xcb\x96\ -\xd1\xe4\xc9\x93\xa9\xa4\xa4\x84\xaa\xab\xab\xa9\x47\x8f\x1e\x58\ -\xac\x68\xe2\xc4\x89\x4e\x22\x2a\x21\x98\x1a\x07\xe0\xf1\x96\x2d\ -\x5b\xca\x58\xf9\x1e\xbb\x49\x07\x80\x5d\x66\x21\x7a\x3b\x33\x23\ -\xe3\x02\x28\x3c\xc0\xd8\x09\x38\x4c\xe9\x8a\xc2\x6c\xf6\xec\xd9\ -\x34\x7a\xf4\x68\x62\xca\x22\x7d\x4a\x02\x8e\x8e\x8e\x26\xae\xa9\ -\x68\xcd\x9a\x35\x36\xac\xc8\xaa\x1d\x90\x0b\x39\x22\xc0\x20\xa7\ -\x8d\x9c\x4e\x70\xe4\x3d\x71\x4f\xfb\x45\xa8\x00\xdf\x6d\xf6\x41\ -\xc6\x99\x37\x6f\x1e\x71\x39\x4d\xbc\x1f\xa0\x0b\x17\x2e\x60\x1c\ -\x29\xdf\x73\x16\xa4\xd5\xab\x57\x23\xff\x5b\xf9\xb5\xed\x53\x1d\ -\xf0\x34\x35\x35\x15\x85\xdb\x0c\x9c\x3e\x95\xb3\x90\x7c\x36\x62\ -\x1c\x46\x1a\xd2\x2b\x50\x89\xf3\x8a\xd7\x0d\x1b\x36\xd0\xcb\x97\ -\x2f\x69\xd8\xb0\x61\x74\xee\xdc\x39\x64\x1a\x44\x5e\x2a\x17\xa6\ -\x4f\x9f\x8e\x8a\x94\x60\x4b\x97\x2e\x1d\xcc\xfd\x75\xaa\x1d\x80\ -\x90\x39\xa5\x9d\x36\xe8\x34\x14\x62\xd6\xf9\x67\x21\x3f\x1d\x78\ -\x69\x4c\xa2\xe3\xa3\xc1\x1f\x3b\x76\x8c\xae\x5c\xb9\x42\x59\x59\ -\x59\x54\x50\x50\x40\xf7\xee\xdd\x43\x01\x87\x2a\x54\xa2\xce\xc2\ -\x85\x0b\x31\xb6\xb4\x88\x71\x4d\x34\x0e\x45\xa5\x6a\x07\x20\x64\ -\xde\xf5\xe4\x02\x54\xb8\x4d\xe8\x40\x1e\x79\x6e\xb2\xd9\x18\xc5\ -\x0e\x74\x05\x5e\xb4\xdb\xb7\x6f\x13\xf3\x1a\xfc\x96\x56\xd8\x47\ -\x8f\x1e\xc1\x71\x89\x3a\xbc\xad\xa4\x95\x2b\x57\xbe\xb7\x45\xec\ -\xd5\xab\xd7\x58\x94\xd6\xaa\x1d\x80\x90\x37\x6e\xdc\x28\x09\x39\ -\x82\x69\x24\x80\x12\x40\xfb\x65\x21\x87\x45\x47\xa9\xd1\x81\x02\ -\xb0\x22\x78\x18\xd2\xe3\xa6\x4d\x9b\x50\xe7\x50\x6b\x6b\x2b\x00\ -\x4b\x5c\xe7\xbd\xb0\x34\x03\xf3\xe7\xcf\x27\x8e\xb6\x78\x3e\x1a\ -\x16\xb5\x78\x35\x42\x96\x3a\xca\x85\xcc\xd6\x10\x6e\xd3\x87\x31\ -\x50\x06\xc2\x83\x4a\xa3\xa3\xec\xc4\x1d\x80\x71\xf4\x13\x1c\xc8\ -\xfd\x02\xb0\x22\x78\x18\x72\x3d\x47\x13\x22\x85\x23\x28\x8d\x69\ -\xe6\xcc\x99\x34\x63\xc6\x0c\xa9\x6c\x98\x3a\x75\xaa\x04\x5a\x66\ -\x10\xb2\x85\x85\x6e\xe5\x5b\xa7\xaa\x19\x10\x42\xe6\x07\x16\x47\ -\xda\x4d\x82\x36\x72\xde\x77\xac\x09\xa3\x93\x42\xbb\x05\x7f\xe6\ -\xcc\x19\x3a\x75\xea\x14\x8d\x1d\x3b\x96\x2e\x5e\xbc\x48\x45\x45\ -\x45\x74\xfe\xfc\x79\xe2\xf5\x46\xca\x48\xcb\x97\x2f\x97\x47\xbe\ -\x43\x03\xd8\x8a\x2e\x5e\xbc\x78\x08\x84\xac\xda\x01\x08\xf9\xf1\ -\xe3\xc7\xd9\x31\x41\x46\x80\x56\xcc\x42\x18\xf5\xcb\x84\x60\x45\ -\xfa\x08\x43\xb6\xd9\xbe\x7d\xbb\xb4\x58\xdd\xbc\x79\x53\xca\x3a\ -\x30\x14\x6a\xbc\x39\xa1\x09\x13\x26\x90\xd9\x6c\x16\xd1\xc7\x55\ -\xda\x86\xf2\x6e\x10\x54\x43\x46\x12\x42\x56\xe5\x80\x10\xf2\xe5\ -\xb4\x18\x07\x99\x74\x1a\xc5\x2c\x94\x18\x66\x21\xb3\x41\x0a\x8e\ -\xa2\x13\xe8\xb3\x77\xef\x5e\xea\xd3\xa7\x0f\x71\x5a\xa6\x83\x07\ -\x0f\x22\xb2\xe0\xbf\x44\xa1\xb9\x73\xe7\x12\xd7\xfd\xa2\x2f\x36\ -\x32\x98\x11\x2c\x6c\x70\x02\x7d\x51\x13\x41\xc8\xea\x1d\x80\x90\ -\xd7\xaf\x5f\x7f\x97\x01\x7a\xd3\xe3\x82\x14\xb3\x50\xbf\x88\x00\ -\x01\x56\x91\x3a\x58\x6d\x51\x9c\x41\x9c\xdb\xb6\x6d\x03\x38\xac\ -\xb6\x92\x43\x99\x99\x99\x12\xef\x61\x00\x8a\xec\x04\x27\x11\x75\ -\x38\x82\xf7\x60\x7c\x0c\x13\xcb\x09\xc0\xa0\xda\x01\x21\x64\x1e\ -\xb8\x1e\x3c\x57\xca\x42\x29\x11\x81\x8a\xc0\x45\x44\xf7\xec\xd9\ -\x43\x19\x19\x19\xb4\x63\xc7\x0e\xe2\xed\x20\x8e\x43\x28\x39\x39\ -\x99\x06\x0c\x18\x40\x7c\xb0\x25\x78\x0e\x71\xa3\xc1\x09\x7f\x1d\ -\x60\x5c\x2b\xaf\x11\x96\x4f\x75\xc0\xc3\xab\x64\x71\x46\xef\x10\ -\xd2\x69\xde\xa5\x4e\x31\x1b\x5f\x44\xd9\x09\xa6\x44\x9d\xfc\xfc\ -\x7c\x44\x1c\x35\x0e\x44\x8b\x7c\x8f\xc8\x4b\x25\x33\xd7\x5a\x70\ -\x06\xd1\x86\x46\xd0\x0f\x60\x05\x68\x79\x10\xd0\x34\x38\xc5\x83\ -\x90\x55\x3b\x00\x21\x73\x3d\x9e\xed\xb0\x18\x69\x50\x4f\xbb\x88\ -\xbc\xd4\x34\xdc\xfa\x45\x8a\xfc\xdf\xd9\x0e\x1f\x3e\x2c\x55\x96\ -\x87\x0e\x1d\x22\x18\x16\xae\x41\x83\x06\x01\x3c\x44\x8b\xf2\x01\ -\x4d\x70\x5d\x00\x17\x4e\x88\x00\x4a\x7d\xf9\x54\x6e\x2c\x84\xac\ -\xda\x01\x21\x64\x80\x1c\x93\xdc\xa3\x23\x0b\x11\x56\x49\x87\x99\ -\xac\x46\xbd\x22\x85\x4e\x9c\x38\x41\x31\x31\x31\xb4\x7b\xf7\x6e\ -\xf0\x5a\xaa\x73\x86\x0c\x19\x82\xfc\x0f\x40\x38\x69\x40\x96\xe9\ -\x88\xba\x30\x7e\x2d\x8e\x56\xd0\x0f\x0e\xe0\x35\x84\xfc\x2b\x08\ -\x59\xb5\x03\x42\xc8\x3c\x88\xf7\xab\xbe\xe1\xe2\xf4\x41\x72\x24\ -\xc4\x6a\x24\x25\x03\x2d\x20\xdc\xbc\xbc\x3c\x88\x58\xca\x38\xe9\ -\xe9\xe9\xc4\x2b\x3b\x04\x09\xf0\x82\xeb\xfe\xb9\x1f\x34\x03\x68\ -\xf4\x03\xc5\xc4\x11\x0b\x1c\x0a\x65\xad\xa8\xa6\x90\x58\x0d\xdd\ -\xcc\xd1\x86\x5e\xc1\x36\x16\xad\x5d\x88\x18\xc7\x26\x4a\xf4\xe1\ -\x52\xa1\x98\xa8\xbd\x8e\x0a\xff\x5d\x20\xf5\x1b\x31\x62\x04\xad\ -\x5d\xbb\x56\xd0\x46\x44\x5d\x34\xf9\x73\x00\x1c\x59\x0a\x8e\xe0\ -\x33\xe1\x00\x9c\x71\xb0\xd3\xa6\x4f\x71\x00\x0f\x76\xf3\x52\x5f\ -\x8c\xfb\x89\xfd\x23\x85\x06\x98\x3e\x5a\xc5\x85\xab\x77\xd4\x6b\ -\xfa\x3a\xdd\x48\x83\x7b\x36\xd1\xd0\xa1\x43\x51\xef\xa0\xd6\x11\ -\xe9\x51\x3e\xbb\xe2\xfb\x00\x8e\xba\x07\x07\x58\xf2\xcf\xd1\x1f\ -\x1a\xc1\xbd\x99\x4b\x10\x07\x84\xac\xda\x01\x21\x64\x3c\x68\xe6\ -\xd0\x78\x5e\xd4\xb4\xa0\x10\xf8\xdf\x29\xff\xbb\x1a\x1f\x51\xdd\ -\xe3\x02\x2a\xc9\xcf\xa3\xcc\xe1\xa9\xd8\xac\xe3\x30\x56\x4e\x19\ -\x21\x50\xf4\x07\x60\x9c\x77\xc2\x01\xd0\x44\xf4\x11\x57\xa4\x58\ -\x38\x80\xab\x66\xdc\xb8\x71\xc9\x10\xb2\x6a\x07\x20\x64\x2e\x01\ -\xae\x60\x50\x07\xf3\x7e\xda\xe0\xd8\x37\x14\xd2\xbf\x1f\x79\xaf\ -\xc7\x45\xd5\xe5\xe7\xe8\xc6\xa5\x1f\xa9\xa5\xb9\x95\xd2\xa7\xae\ -\xc1\xd1\x08\x00\x77\x8a\x38\x78\x0e\xe0\x1c\x55\x21\x54\x7f\xf0\ -\x00\x2e\x66\x00\x69\x16\xeb\x47\x0a\x84\xac\xda\x01\x08\x79\xdd\ -\xba\x75\xa5\x10\x32\x37\x9a\x37\xb2\x2f\x77\x7c\xa3\x01\xb9\x39\ -\xab\x72\xe8\xfe\xf5\x4b\xe4\x7c\xd9\x4c\xf1\x69\x5f\x93\xd1\x1e\ -\x25\xa7\x8c\x38\xd7\x87\xa8\xe1\x98\x3f\xd7\xe5\xe0\x05\x70\x11\ -\x7d\xbc\x8f\x4c\xf4\x45\x77\x42\x56\xf2\x4e\x3c\xb8\x9d\x97\xf3\ -\x06\x7e\x68\x68\x7c\x58\x00\x8d\xe9\x17\x45\xd5\xce\x16\x12\xd6\ -\xd6\x52\x43\x45\x97\xff\x41\x15\xa5\x65\x64\x30\x05\x50\x58\x42\ -\xba\xf8\x11\x43\x08\x14\x3a\x00\xcf\x01\x5a\x0e\x58\x29\x60\x72\ -\xf0\x98\x41\x71\x4e\x94\x04\x21\xab\x9e\x01\x21\x64\x5e\x31\x6f\ -\x8b\xd7\x0b\x46\xa7\x50\x49\x65\x3d\x09\x7b\x74\xeb\x27\xaa\xb8\ -\x79\x95\xa2\xfa\x7c\x49\x4d\xaf\x9c\x64\x0e\x8a\x05\xaf\x71\xb2\ -\x86\x88\x63\xe3\x0e\xca\xc0\x11\xb9\xe8\x95\x1c\x91\xf3\x1e\x0d\ -\xdf\x91\x5a\x78\x78\x78\x24\x07\x30\x08\x42\x56\xed\x00\x84\xcc\ -\x87\xab\xa7\xc4\xeb\xa1\x09\xe1\x64\xb7\xe8\xc9\xd5\xce\xd5\x63\ -\xd3\x53\xba\x9d\x73\x9c\x9e\xd5\xb6\x52\x43\xb3\x8f\x06\x65\xfd\ -\x85\x00\x07\xfc\x06\x68\x38\x00\xb1\x02\x78\x97\xa6\x0c\x5e\x34\ -\x8c\x17\xcc\xd4\x0a\x83\x90\x55\x53\x08\x9a\xe2\xad\x60\xce\xc8\ -\x91\x23\x49\xd8\xfc\x51\x29\x54\x56\xe3\x24\x4f\xd9\x3f\xa9\x51\ -\xd3\x9b\x46\xce\xfd\x96\x4b\xe4\x28\x44\x1d\x80\xc5\x26\xdf\x2f\ -\xc2\xca\x86\x7e\x4c\x0f\x80\x16\x0d\xef\x01\x38\xe8\x8b\x86\x31\ -\x30\x58\x20\x7e\x35\x22\x61\x2a\x7e\xa5\xc4\x69\x59\xe8\x73\x36\ -\x4e\x77\xd2\x4c\x61\x5b\x90\x5f\xf6\x98\x5a\x4b\x4f\x51\xea\x88\ -\xe9\x48\x97\x42\x94\xfe\x0b\x55\x97\xf7\xe0\x38\xa2\x0e\x07\xd0\ -\x04\xef\xa1\x19\xb6\x46\x9e\xf9\x52\xde\x47\x5c\xe4\x23\xc8\xeb\ -\xdc\xbf\xb4\xa1\xa1\xa1\x8c\xaf\x2e\xb5\x0e\x20\x73\xd8\x1f\x3c\ -\x78\x50\xc1\xdc\x0e\xe9\x88\x9a\xdb\x43\x26\x83\xc4\x6b\x34\x79\ -\x19\xfc\x51\xe0\x45\xb6\x11\xd4\xe1\xe0\xf8\xb8\x76\x7a\xc6\xbf\ -\x0d\x5c\xde\xbf\x7f\xff\x8f\xbc\x7b\x2b\xe1\xf7\x6b\x79\xbc\x46\ -\x9e\xd5\x36\x3e\xa5\x6e\x47\xce\xf0\xb1\xa9\xa5\x90\x10\x72\x09\ -\x0b\x29\x43\x50\x43\x06\xde\x9f\x12\xdd\xd1\x06\xe0\xc5\xc2\xe6\ -\x62\x5a\xdc\xe3\x23\x97\xc3\x3b\x77\xee\x3c\x79\xe9\xd2\xa5\x4a\ -\xce\x3a\x2e\x3c\xaf\xb6\xb6\xd6\x0d\xfa\x2a\x1d\xf0\xaa\x75\x40\ -\x08\xf9\x27\xde\x5c\x64\x28\x65\x11\xf9\x2c\xc0\xfc\xee\x05\x68\ -\x80\xad\xe2\x1f\x2c\xfe\xc5\x63\x9d\xe5\x52\x3b\x8f\xa3\xdc\xc0\ -\x1c\x77\xf3\xa9\x9c\x9b\x8b\x3f\x37\xba\x29\x45\xf8\xbf\x76\x00\ -\x03\xf3\x8a\x9c\x8b\x1d\x96\x12\x78\xff\xe8\x23\xb2\x5c\xbc\x55\ -\x3f\x7b\xf6\xec\x32\x6f\xde\xcf\x1c\x3d\x7a\xf4\x2a\x9f\x4e\xd4\ -\x7d\x1e\xb0\xea\x45\x0c\x43\x2a\x0b\x61\x1d\xbf\xd0\xb2\xc9\x8e\ -\x50\x10\xd9\x36\x8e\x6c\x35\xcf\xd2\x95\x3b\x77\xee\x64\x1f\x39\ -\x72\x24\xef\x33\x80\xfd\xec\x33\x80\xcc\xf0\x9a\x75\x50\xc4\xe9\ -\x2d\x84\x23\x9b\xc7\x60\x4f\x1f\x3f\x7e\x3c\xf7\xe4\xc9\x93\xb5\ -\x3f\x23\xd8\x4f\x9f\x01\x0d\x1b\xef\xae\x2c\x1c\x71\x0d\x8b\xd9\ -\xc3\x60\x3d\x10\x99\x00\xfb\xff\xb6\xff\x00\xd6\x4f\xe3\x8e\xcc\ -\xd6\x4c\xb7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -" - -qt_resource_name = b"\ -\x00\x04\ -\x00\x07\x6f\xa3\ -\x00\x70\ -\x00\x69\x00\x63\x00\x73\ -\x00\x14\ -\x0b\x8c\xa1\xe7\ -\x00\x70\ -\x00\x61\x00\x72\x00\x63\x00\x68\x00\x65\x00\x6d\x00\x69\x00\x6e\x00\x5f\x00\x64\x00\x6f\x00\x75\x00\x62\x00\x6c\x00\x65\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x0a\xcc\xb0\xa7\ -\x00\x70\ -\x00\x6c\x00\x75\x00\x6d\x00\x65\x00\x2d\x00\x63\x00\x72\x00\x65\x00\x61\x00\x74\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x05\ -\x00\x37\xfb\x78\ -\x00\x34\ -\x00\x38\x00\x78\x00\x34\x00\x38\ -\x00\x05\ -\x00\x34\xdb\x46\ -\x00\x31\ -\x00\x36\x00\x78\x00\x31\x00\x36\ -\x00\x18\ -\x01\x0e\xe7\xa7\ -\x00\x70\ -\x00\x6c\x00\x75\x00\x6d\x00\x65\x00\x2d\x00\x63\x00\x72\x00\x65\x00\x61\x00\x74\x00\x6f\x00\x72\x00\x2d\x00\x73\x00\x70\x00\x6c\ -\x00\x61\x00\x73\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x05\ -\x00\x36\x9b\x62\ -\x00\x33\ -\x00\x32\x00\x78\x00\x33\x00\x32\ -\x00\x0f\ -\x02\x30\x8b\xe7\ -\x00\x6c\ -\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x72\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0b\x91\x1a\x47\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x6c\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x75\x00\x6e\x00\x6f\x00\x72\x00\x64\ -\x00\x65\x00\x72\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x08\xfa\x35\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2d\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x06\xeb\x97\xe7\ -\x00\x7a\ -\x00\x6f\x00\x6f\x00\x6d\x00\x2d\x00\x6f\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x0e\xe6\x39\x47\ -\x00\x69\ -\x00\x6e\x00\x73\x00\x65\x00\x72\x00\x74\x00\x2d\x00\x69\x00\x6d\x00\x61\x00\x67\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0d\ -\x01\x1c\xb1\xa7\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6f\x00\x70\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x08\x15\x13\x67\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x72\x00\x65\x00\x66\x00\x72\x00\x65\x00\x73\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0d\x28\xe1\x67\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6d\x00\x6f\x00\x72\ -\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x08\xe0\xe9\x07\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x72\x00\x65\x00\x6e\x00\x61\x00\x6d\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x0c\xaa\xc0\xa7\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x70\x00\x61\x00\x73\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x07\x06\xe2\xa7\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6c\x00\x65\x00\x73\ -\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0b\ -\x03\x03\x9b\x47\ -\x00\x7a\ -\x00\x6f\x00\x6f\x00\x6d\x00\x2d\x00\x69\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0b\ -\x06\x3d\x10\x27\ -\x00\x67\ -\x00\x6f\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x02\x29\xdc\xe7\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x74\x00\x65\x00\x78\x00\x74\x00\x2d\x00\x69\x00\x74\x00\x61\x00\x6c\x00\x69\ -\x00\x63\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0e\x47\xc9\xc7\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\x00\x69\x00\x6e\x00\x74\x00\x2d\x00\x64\x00\x69\ -\x00\x72\x00\x65\x00\x63\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x06\xce\xad\xe7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x73\x00\x2d\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x2d\x00\x73\x00\x70\x00\x65\x00\x6c\x00\x6c\ -\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x03\x62\xe5\x87\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2d\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x2d\x00\x72\x00\x65\x00\x70\x00\x6c\x00\x61\ -\x00\x63\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0b\ -\x05\x27\x55\xc7\ -\x00\x70\ -\x00\x69\x00\x6e\x00\x2d\x00\x6f\x00\x66\x00\x66\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x05\x91\xc9\x87\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x6c\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x6f\x00\x72\x00\x64\x00\x65\x00\x72\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x01\x2b\xdd\x07\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x74\x00\x65\x00\x78\x00\x74\x00\x2d\x00\x75\x00\x6e\x00\x64\x00\x65\x00\x72\ -\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x09\ -\x04\xc3\x8b\x07\ -\x00\x67\ -\x00\x6f\x00\x2d\x00\x75\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x04\x68\xf2\x47\ -\x00\x64\ -\x00\x69\x00\x61\x00\x6c\x00\x6f\x00\x67\x00\x2d\x00\x6f\x00\x6b\x00\x2d\x00\x61\x00\x70\x00\x70\x00\x6c\x00\x79\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1d\ -\x00\x17\xbd\xa7\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x74\x00\x65\x00\x78\x00\x74\x00\x2d\x00\x73\x00\x74\x00\x72\x00\x69\x00\x6b\ -\x00\x65\x00\x74\x00\x68\x00\x72\x00\x6f\x00\x75\x00\x67\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x0f\xe1\x7e\x67\ -\x00\x69\ -\x00\x6e\x00\x73\x00\x65\x00\x72\x00\x74\x00\x2d\x00\x6c\x00\x69\x00\x6e\x00\x6b\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x07\xb1\x59\x27\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0d\ -\x0c\xd2\xbf\xe7\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x72\x00\x65\x00\x64\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x00\x47\xa2\x07\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x2d\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x07\ -\x07\x01\x57\xa7\ -\x00\x70\ -\x00\x69\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x09\xc6\x19\x27\ -\x00\x6c\ -\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x61\x00\x64\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x0f\x22\x64\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2d\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x09\ -\x09\x28\xa3\xa7\ -\x00\x74\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0d\xf7\x9b\xe7\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x74\x00\x65\x00\x78\x00\x74\x00\x2d\x00\x62\x00\x6f\x00\x6c\x00\x64\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x08\xcd\xb5\x87\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x66\x00\x69\x00\x6e\x00\x64\x00\x2d\x00\x72\x00\x65\x00\x70\x00\x6c\x00\x61\x00\x63\x00\x65\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0d\ -\x03\xd2\xbe\x67\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0b\x7f\xeb\xa7\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x6a\x00\x75\x00\x73\x00\x74\x00\x69\x00\x66\x00\x79\x00\x2d\x00\x66\x00\x69\ -\x00\x6c\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x02\xaf\x18\x47\ -\x00\x6c\ -\x00\x61\x00\x79\x00\x65\x00\x72\x00\x2d\x00\x76\x00\x69\x00\x73\x00\x69\x00\x62\x00\x6c\x00\x65\x00\x2d\x00\x6f\x00\x6e\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x07\x40\xa2\xc7\ -\x00\x61\ -\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x65\x00\x78\x00\x69\x00\x74\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x0e\x2f\x68\xa7\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\x00\x69\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x18\ -\x04\x9c\xb2\xc7\ -\x00\x61\ -\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x65\x00\x70\x00\x75\x00\x62\x00\x2b\ -\x00\x7a\x00\x69\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0c\x87\x94\x67\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x6a\x00\x75\x00\x73\x00\x74\x00\x69\x00\x66\x00\x79\x00\x2d\x00\x6c\x00\x65\ -\x00\x66\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x08\x9f\xc6\x07\ -\x00\x66\ -\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2d\x00\x6e\x00\x65\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x09\xd0\x7a\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2d\x00\x75\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x01\x03\x0d\x47\ -\x00\x62\ -\x00\x6f\x00\x6f\x00\x6b\x00\x6d\x00\x61\x00\x72\x00\x6b\x00\x73\x00\x2d\x00\x6f\x00\x72\x00\x67\x00\x61\x00\x6e\x00\x69\x00\x7a\ -\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x04\xc0\x14\x47\ -\x00\x69\ -\x00\x6d\x00\x2d\x00\x73\x00\x74\x00\x61\x00\x74\x00\x75\x00\x73\x00\x2d\x00\x6d\x00\x65\x00\x73\x00\x73\x00\x61\x00\x67\x00\x65\ -\x00\x2d\x00\x65\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x39\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x06\x93\x84\xe7\ -\x00\x65\ -\x00\x79\x00\x65\x00\x5f\x00\x70\x00\x65\x00\x6e\x00\x63\x00\x69\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0b\xaf\x79\x47\ -\x00\x70\ -\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2d\x00\x73\x00\x79\x00\x73\x00\x74\x00\x65\ -\x00\x6d\x00\x2d\x00\x39\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x01\xa6\xc4\x87\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x15\ -\x0f\x6c\xbb\x47\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x70\x00\x69\x00\x6d\x00\x2d\x00\x63\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x63\x00\x74\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x0f\xb2\xa0\x67\ -\x00\x61\ -\x00\x72\x00\x63\x00\x68\x00\x69\x00\x76\x00\x65\x00\x2d\x00\x69\x00\x6e\x00\x73\x00\x65\x00\x72\x00\x74\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x1a\ -\x0a\x18\x17\x67\ -\x00\x69\ -\x00\x6d\x00\x2d\x00\x73\x00\x74\x00\x61\x00\x74\x00\x75\x00\x73\x00\x2d\x00\x6d\x00\x65\x00\x73\x00\x73\x00\x61\x00\x67\x00\x65\ -\x00\x2d\x00\x65\x00\x64\x00\x69\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x08\x05\xf4\xa7\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x70\x00\x69\x00\x6d\x00\x2d\x00\x6e\x00\x6f\x00\x74\x00\x65\x00\x73\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x19\ -\x0a\x79\x09\x47\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x6a\x00\x75\x00\x73\x00\x74\x00\x69\x00\x66\x00\x79\x00\x2d\x00\x63\x00\x65\ -\x00\x6e\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x04\xba\x6e\x67\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6d\x00\x75\x00\x6c\x00\x74\x00\x69\x00\x70\x00\x6c\x00\x65\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0f\x1d\x18\x87\ -\x00\x6d\ -\x00\x65\x00\x65\x00\x74\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x6f\x00\x72\x00\x67\x00\x61\x00\x6e\x00\x69\x00\x7a\x00\x65\x00\x72\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x02\x0a\xfd\x07\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x72\x00\x65\x00\x73\x00\x74\x00\x6f\x00\x72\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x00\xe2\xd1\x07\ -\x00\x7a\ -\x00\x6f\x00\x6f\x00\x6d\x00\x2d\x00\x70\x00\x72\x00\x65\x00\x76\x00\x69\x00\x6f\x00\x75\x00\x73\x00\x2d\x00\x39\x00\x30\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0c\x05\xf4\x67\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x74\x00\x69\x00\x6d\x00\x65\x00\x2d\x00\x73\x00\x63\x00\x68\x00\x65\x00\x64\x00\x75\x00\x6c\ -\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\x58\x3e\xe7\ -\x00\x61\ -\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2d\x00\x73\x00\x79\x00\x73\x00\x74\ -\x00\x65\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x01\x1a\x51\xe7\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x69\x00\x6d\x00\x70\x00\x6f\x00\x72\x00\x74\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x14\ -\x0b\xa9\xab\x27\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x2d\x00\x61\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x00\x54\xee\xc7\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x66\x00\x75\x00\x6c\x00\x6c\x00\x73\x00\x63\x00\x72\x00\x65\x00\x65\x00\x6e\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x0e\ -\x0e\xa1\x23\xc7\ -\x00\x68\ -\x00\x65\x00\x6c\x00\x70\x00\x2d\x00\x61\x00\x62\x00\x6f\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x06\x10\x90\x27\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x2d\x00\x61\x00\x6c\x00\x6c\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0b\ -\x06\xec\x10\xa7\ -\x00\x67\ -\x00\x6f\x00\x2d\x00\x68\x00\x6f\x00\x6d\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x01\x9f\x97\x07\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x6c\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x74\x00\x72\x00\x65\x00\x65\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x14\ -\x0b\xac\xf2\x07\ -\x00\x66\ -\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2d\x00\x64\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0c\xc7\x64\xa7\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x6c\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x74\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x39\x00\x30\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0b\x5b\x5d\xc7\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x66\x00\x75\x00\x6c\x00\x6c\x00\x73\x00\x63\x00\x72\x00\x65\x00\x65\x00\x6e\x00\x2d\x00\x39\ -\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0a\xf0\xd7\xe7\ -\x00\x76\ -\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x74\x00\x69\x00\x6d\x00\x65\x00\x2d\x00\x73\x00\x63\x00\x68\x00\x65\x00\x64\x00\x75\x00\x6c\ -\x00\x65\x00\x2d\x00\x39\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x06\x0c\x0a\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x05\xc9\x30\x07\ -\x00\x74\ -\x00\x65\x00\x78\x00\x74\x00\x2d\x00\x66\x00\x69\x00\x65\x00\x6c\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x04\x3e\xb4\xe7\ -\x00\x6d\ -\x00\x65\x00\x65\x00\x74\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x6f\x00\x72\x00\x67\x00\x61\x00\x6e\x00\x69\x00\x7a\x00\x65\x00\x72\ -\x00\x2d\x00\x39\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x08\xfc\x70\x47\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x6a\x00\x75\x00\x73\x00\x74\x00\x69\x00\x66\x00\x79\x00\x2d\x00\x72\x00\x69\ -\x00\x67\x00\x68\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x08\x1a\x9d\x27\ -\x00\x64\ -\x00\x6f\x00\x77\x00\x6e\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x04\x46\x45\xa7\ -\x00\x6b\ -\x00\x6e\x00\x6f\x00\x74\x00\x65\x00\x73\x00\x5f\x00\x64\x00\x65\x00\x6c\x00\x65\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x10\ -\x0c\xbc\x2e\x67\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6e\x00\x65\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x02\x2b\x33\x47\ -\x00\x69\ -\x00\x6e\x00\x73\x00\x65\x00\x72\x00\x74\x00\x2d\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\ -\x00\x2d\x00\x72\x00\x75\x00\x6c\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x01\x70\xe1\x87\ -\x00\x70\ -\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2d\x00\x73\x00\x79\x00\x73\x00\x74\x00\x65\ -\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x0f\xe3\xd5\x67\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x0d\ -\x08\x51\xc9\x27\ -\x00\x63\ -\x00\x6f\x00\x6e\x00\x66\x00\x69\x00\x67\x00\x75\x00\x72\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x01\x1b\xc7\xe7\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x65\x00\x78\x00\x70\x00\x6f\x00\x72\x00\x74\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x04\ -\x00\x07\xb8\xb5\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\ -\x00\x17\ -\x03\x48\xc3\xe7\ -\x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x70\x00\x72\x00\x6f\x00\x70\x00\x65\x00\x72\x00\x74\x00\x69\ -\x00\x65\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x0e\x50\xcc\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x73\x00\x2d\x00\x77\x00\x69\x00\x7a\x00\x61\x00\x72\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x0c\x32\x55\x47\ -\x00\x7a\ -\x00\x6f\x00\x6f\x00\x6d\x00\x2d\x00\x70\x00\x72\x00\x65\x00\x76\x00\x69\x00\x6f\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x17\ -\x08\x81\xe6\x27\ -\x00\x61\ -\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2d\x00\x6f\x00\x66\x00\x66\x00\x69\ -\x00\x63\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x0c\xc0\x88\x27\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x2d\x00\x33\x00\x32\x00\x78\x00\x33\x00\x32\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x19\ -\x0b\x6b\x3d\xc7\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x63\x00\x68\x00\x61\x00\x70\x00\x74\x00\x65\x00\x72\x00\x2d\x00\x65\x00\x78\x00\x70\x00\x61\ -\x00\x6e\x00\x64\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x08\xd6\x27\x27\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x61\x00\x63\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0d\xf0\xf4\x87\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x62\x00\x6f\x00\x6f\x00\x6b\x00\x2d\x00\x65\x00\x78\x00\x70\x00\x61\x00\x6e\x00\x64\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x0a\xa8\x65\x47\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x63\x00\x68\x00\x61\x00\x70\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x0d\x38\xda\x87\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x73\x00\x63\x00\x65\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0d\ -\x05\x4d\x51\x87\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x62\x00\x6f\x00\x6f\x00\x6b\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x09\xeb\xde\xa7\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x74\x00\x72\x00\x61\x00\x73\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x03\x27\xaa\x47\ -\x00\x74\ -\x00\x72\x00\x65\x00\x65\x00\x2d\x00\x61\x00\x63\x00\x74\x00\x2d\x00\x65\x00\x78\x00\x70\x00\x61\x00\x6e\x00\x64\x00\x65\x00\x64\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x04\xe6\x5a\x87\ -\x00\x67\ -\x00\x74\x00\x6b\x00\x2d\x00\x70\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x15\ -\x0f\xd9\x8e\x67\ -\x00\x66\ -\x00\x6f\x00\x72\x00\x6d\x00\x61\x00\x74\x00\x2d\x00\x66\x00\x69\x00\x6c\x00\x6c\x00\x2d\x00\x63\x00\x6f\x00\x6c\x00\x6f\x00\x72\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x04\xc8\x47\x87\ -\x00\x61\ -\x00\x63\x00\x63\x00\x65\x00\x73\x00\x73\x00\x6f\x00\x72\x00\x69\x00\x65\x00\x73\x00\x2d\x00\x74\x00\x65\x00\x78\x00\x74\x00\x2d\ -\x00\x65\x00\x64\x00\x69\x00\x74\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x00\x89\x55\x67\ -\x00\x67\ -\x00\x74\x00\x6b\x00\x2d\x00\x67\x00\x6f\x00\x2d\x00\x6e\x00\x65\x00\x78\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x04\x1a\x48\xc7\ -\x00\x70\ -\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2d\x00\x73\x00\x79\x00\x73\x00\x74\x00\x65\ -\x00\x6d\x00\x2d\x00\x74\x00\x69\x00\x6d\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x09\x14\xaa\x67\ -\x00\x73\ -\x00\x79\x00\x73\x00\x74\x00\x65\x00\x6d\x00\x2d\x00\x66\x00\x69\x00\x6c\x00\x65\x00\x2d\x00\x6d\x00\x61\x00\x6e\x00\x61\x00\x67\ -\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x07\x38\x1b\xc7\ -\x00\x67\ -\x00\x74\x00\x6b\x00\x2d\x00\x64\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6e\x00\x65\x00\x77\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x0c\x78\x6c\x67\ -\x00\x67\ -\x00\x74\x00\x6b\x00\x2d\x00\x63\x00\x61\x00\x6e\x00\x63\x00\x65\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x06\xd2\x90\x27\ -\x00\x67\ -\x00\x74\x00\x6b\x00\x2d\x00\x65\x00\x64\x00\x69\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x04\x8f\x35\x27\ -\x00\x67\ -\x00\x74\x00\x6b\x00\x2d\x00\x67\x00\x6f\x00\x2d\x00\x70\x00\x72\x00\x65\x00\x76\x00\x69\x00\x6f\x00\x75\x00\x73\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x16\ -\x06\x50\x67\xa7\ -\x00\x70\ -\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2d\x00\x70\x00\x6c\x00\x75\x00\x67\x00\x69\ -\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x08\xfc\x8c\xe7\ -\x00\x73\ -\x00\x74\x00\x6f\x00\x72\x00\x79\x00\x2d\x00\x65\x00\x64\x00\x69\x00\x74\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0b\ -\x09\x39\x06\xa7\ -\x00\x73\ -\x00\x63\x00\x72\x00\x69\x00\x62\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -" - -qt_resource_struct = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x06\x00\x00\x00\x02\ -\x00\x00\x00\x74\x00\x02\x00\x00\x00\x40\x00\x00\x00\x39\ -\x00\x00\x00\xba\x00\x02\x00\x00\x00\x22\x00\x00\x00\x17\ -\x00\x00\x00\x64\x00\x02\x00\x00\x00\x0f\x00\x00\x00\x08\ -\x00\x00\x00\x84\x00\x00\x00\x00\x00\x01\x00\x0c\x77\xea\ -\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x01\x00\x0b\x2f\x48\ -\x00\x00\x00\x0e\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x11\x1c\x00\x00\x00\x00\x00\x01\x00\x0f\x49\x40\ -\x00\x00\x11\x40\x00\x00\x00\x00\x00\x01\x00\x0f\x4c\x57\ -\x00\x00\x12\x1e\x00\x00\x00\x00\x00\x01\x00\x0f\x86\xea\ -\x00\x00\x10\xe0\x00\x00\x00\x00\x00\x01\x00\x0f\x20\x15\ -\x00\x00\x10\x84\x00\x00\x00\x00\x00\x01\x00\x0f\x0c\xc0\ -\x00\x00\x12\x4a\x00\x00\x00\x00\x00\x01\x00\x0f\x8a\x0c\ -\x00\x00\x03\x1e\x00\x00\x00\x00\x00\x01\x00\x0f\x5a\x7e\ -\x00\x00\x12\x00\x00\x00\x00\x00\x00\x01\x00\x0f\x84\xc9\ -\x00\x00\x11\xb0\x00\x00\x00\x00\x00\x01\x00\x0f\x72\xaa\ -\x00\x00\x12\x7c\x00\x00\x00\x00\x00\x01\x00\x0f\x96\x26\ -\x00\x00\x11\x7c\x00\x00\x00\x00\x00\x01\x00\x0f\x66\x5d\ -\x00\x00\x12\xa2\x00\x00\x00\x00\x00\x01\x00\x0f\xa0\x19\ -\x00\x00\x11\xde\x00\x00\x00\x00\x00\x01\x00\x0f\x82\xf8\ -\x00\x00\x0e\x94\x00\x00\x00\x00\x00\x01\x00\x0f\x75\x7f\ -\x00\x00\x10\xb0\x00\x00\x00\x00\x00\x01\x00\x0f\x0f\x7f\ -\x00\x00\x04\x54\x00\x00\x00\x00\x00\x01\x00\x0e\x10\x5b\ -\x00\x00\x04\xf6\x00\x00\x00\x00\x00\x01\x00\x0e\x28\x5d\ -\x00\x00\x01\x8c\x00\x00\x00\x00\x00\x01\x00\x0d\xb5\x45\ -\x00\x00\x03\xd8\x00\x00\x00\x00\x00\x01\x00\x0e\x02\x4d\ -\x00\x00\x02\xb4\x00\x00\x00\x00\x00\x01\x00\x0d\xdd\x27\ -\x00\x00\x00\xca\x00\x00\x00\x00\x00\x01\x00\x0d\x9e\x65\ -\x00\x00\x02\x7c\x00\x00\x00\x00\x00\x01\x00\x0d\xd0\x50\ -\x00\x00\x03\x54\x00\x00\x00\x00\x00\x01\x00\x0d\xef\x12\ -\x00\x00\x05\xe8\x00\x00\x00\x00\x00\x01\x00\x0e\x57\x0d\ -\x00\x00\x04\x28\x00\x00\x00\x00\x00\x01\x00\x0e\x0c\x06\ -\x00\x00\x04\x10\x00\x00\x00\x00\x00\x01\x00\x0e\x06\x15\ -\x00\x00\x03\x88\x00\x00\x00\x00\x00\x01\x00\x0d\xf5\x94\ -\x00\x00\x03\xa4\x00\x00\x00\x00\x00\x01\x00\x0d\xff\x0e\ -\x00\x00\x02\x98\x00\x00\x00\x00\x00\x01\x00\x0d\xd7\x86\ -\x00\x00\x03\x1e\x00\x00\x00\x00\x00\x01\x00\x0d\xe8\x72\ -\x00\x00\x01\x48\x00\x00\x00\x00\x00\x01\x00\x0d\xa7\xf1\ -\x00\x00\x05\x1c\x00\x00\x00\x00\x00\x01\x00\x0e\x30\x86\ -\x00\x00\x02\x4a\x00\x00\x00\x00\x00\x01\x00\x0d\xcc\x8a\ -\x00\x00\x04\xb8\x00\x00\x00\x00\x00\x01\x00\x0e\x1d\x0b\ -\x00\x00\x01\xac\x00\x00\x00\x00\x00\x01\x00\x0d\xb8\xa5\ -\x00\x00\x05\xb8\x00\x00\x00\x00\x00\x01\x00\x0e\x4e\xe8\ -\x00\x00\x02\x04\x00\x00\x00\x00\x00\x01\x00\x0d\xc5\x51\ -\x00\x00\x01\x26\x00\x00\x00\x00\x00\x01\x00\x0d\xa3\xf2\ -\x00\x00\x05\x72\x00\x00\x00\x00\x00\x01\x00\x0e\x43\xcb\ -\x00\x00\x05\x30\x00\x00\x00\x00\x00\x01\x00\x0e\x3a\x06\ -\x00\x00\x00\xee\x00\x00\x00\x00\x00\x01\x00\x0d\xa2\x92\ -\x00\x00\x02\x28\x00\x00\x00\x00\x00\x01\x00\x0d\xc7\x08\ -\x00\x00\x04\xd6\x00\x00\x00\x00\x00\x01\x00\x0e\x20\x8b\ -\x00\x00\x01\xd2\x00\x00\x00\x00\x00\x01\x00\x0d\xc1\x2f\ -\x00\x00\x05\x8a\x00\x00\x00\x00\x00\x01\x00\x0e\x48\x77\ -\x00\x00\x02\xe6\x00\x00\x00\x00\x00\x01\x00\x0d\xe0\xcc\ -\x00\x00\x01\x66\x00\x00\x00\x00\x00\x01\x00\x0d\xae\xec\ -\x00\x00\x05\x4e\x00\x00\x00\x00\x00\x01\x00\x0e\x3f\xd9\ -\x00\x00\x04\x94\x00\x00\x00\x00\x00\x01\x00\x0e\x15\xae\ -\x00\x00\x0e\x52\x00\x02\x00\x00\x00\x08\x00\x00\x00\x79\ -\x00\x00\x04\xf6\x00\x00\x00\x00\x00\x01\x00\x0e\x86\x2b\ -\x00\x00\x0a\xca\x00\x00\x00\x00\x00\x01\x00\x0e\xad\x2a\ -\x00\x00\x09\xdc\x00\x00\x00\x00\x00\x01\x00\x0e\x9b\x70\ -\x00\x00\x07\x6c\x00\x00\x00\x00\x00\x01\x00\x0e\x72\x07\ -\x00\x00\x0a\x70\x00\x00\x00\x00\x00\x01\x00\x0e\xa7\xbe\ -\x00\x00\x0e\x26\x00\x00\x00\x00\x00\x01\x00\x0e\xe3\xd6\ -\x00\x00\x01\x8c\x00\x00\x00\x00\x00\x01\x00\x0e\xa5\xd5\ -\x00\x00\x0d\xac\x00\x00\x00\x00\x00\x01\x00\x0e\xdb\x60\ -\x00\x00\x0b\x64\x00\x00\x00\x00\x00\x01\x00\x0e\xb9\xb4\ -\x00\x00\x08\x38\x00\x00\x00\x00\x00\x01\x00\x0e\x80\xc0\ -\x00\x00\x09\xb6\x00\x00\x00\x00\x00\x01\x00\x0e\x99\xfa\ -\x00\x00\x02\xb4\x00\x00\x00\x00\x00\x01\x00\x0e\xc5\x0a\ -\x00\x00\x0d\x72\x00\x00\x00\x00\x00\x01\x00\x0e\xd9\x79\ -\x00\x00\x06\x3c\x00\x00\x00\x00\x00\x01\x00\x0e\x5f\xdf\ -\x00\x00\x0e\x60\x00\x00\x00\x00\x00\x01\x00\x0e\xe6\x71\ -\x00\x00\x05\xe8\x00\x00\x00\x00\x00\x01\x00\x0e\x89\x5c\ -\x00\x00\x0c\x9a\x00\x00\x00\x00\x00\x01\x00\x0e\xc9\x8a\ -\x00\x00\x0d\x24\x00\x00\x00\x00\x00\x01\x00\x0e\xd4\x4b\ -\x00\x00\x06\xc2\x00\x00\x00\x00\x00\x01\x00\x0e\x68\x53\ -\x00\x00\x09\x56\x00\x00\x00\x00\x00\x01\x00\x0e\x95\x5a\ -\x00\x00\x07\x9e\x00\x00\x00\x00\x00\x01\x00\x0e\x74\x7c\ -\x00\x00\x0c\x78\x00\x00\x00\x00\x00\x01\x00\x0e\xc3\xfe\ -\x00\x00\x0c\x56\x00\x00\x00\x00\x00\x01\x00\x0e\xc1\xed\ -\x00\x00\x0b\x18\x00\x00\x00\x00\x00\x01\x00\x0e\xb4\xb6\ -\x00\x00\x07\xde\x00\x00\x00\x00\x00\x01\x00\x0e\x7a\xb1\ -\x00\x00\x0b\x48\x00\x00\x00\x00\x00\x01\x00\x0e\xb7\x35\ -\x00\x00\x06\x6a\x00\x00\x00\x00\x00\x01\x00\x0e\x62\x96\ -\x00\x00\x04\xb8\x00\x00\x00\x00\x00\x01\x00\x0e\x6e\xab\ -\x00\x00\x08\xf4\x00\x00\x00\x00\x00\x01\x00\x0e\x92\x2b\ -\x00\x00\x0d\x06\x00\x00\x00\x00\x00\x01\x00\x0e\xd0\xcd\ -\x00\x00\x0e\x06\x00\x00\x00\x00\x00\x01\x00\x0e\xe1\x05\ -\x00\x00\x0e\xe2\x00\x00\x00\x00\x00\x01\x00\x0e\xf0\xc7\ -\x00\x00\x07\x2c\x00\x00\x00\x00\x00\x01\x00\x0e\x6b\xad\ -\x00\x00\x05\xb8\x00\x00\x00\x00\x00\x01\x00\x0e\xae\xba\ -\x00\x00\x02\x04\x00\x00\x00\x00\x00\x01\x00\x0e\xef\xce\ -\x00\x00\x0c\xd0\x00\x00\x00\x00\x00\x01\x00\x0e\xcc\x24\ -\x00\x00\x07\x4e\x00\x00\x00\x00\x00\x01\x00\x0e\x70\x1f\ -\x00\x00\x08\xba\x00\x00\x00\x00\x00\x01\x00\x0e\x8e\x77\ -\x00\x00\x09\x1e\x00\x00\x00\x00\x00\x01\x00\x0e\x94\x46\ -\x00\x00\x0c\x1e\x00\x00\x00\x00\x00\x01\x00\x0e\xbf\xe1\ -\x00\x00\x0b\xec\x00\x00\x00\x00\x00\x01\x00\x0e\xbe\x74\ -\x00\x00\x06\x08\x00\x00\x00\x00\x00\x01\x00\x0e\x5e\xf5\ -\x00\x00\x0a\x9c\x00\x00\x00\x00\x00\x01\x00\x0e\xa9\xdf\ -\x00\x00\x0b\x8e\x00\x00\x00\x00\x00\x01\x00\x0e\xba\xe3\ -\x00\x00\x08\x00\x00\x00\x00\x00\x00\x01\x00\x0e\x7d\x85\ -\x00\x00\x0a\x0a\x00\x00\x00\x00\x00\x01\x00\x0e\xa0\xa0\ -\x00\x00\x0e\xba\x00\x00\x00\x00\x00\x01\x00\x0e\xec\x32\ -\x00\x00\x06\xf8\x00\x00\x00\x00\x00\x01\x00\x0e\x6a\xa1\ -\x00\x00\x02\x28\x00\x00\x00\x00\x00\x01\x00\x0e\x78\x14\ -\x00\x00\x0d\x4c\x00\x00\x00\x00\x00\x01\x00\x0e\xd7\x32\ -\x00\x00\x0f\x16\x00\x00\x00\x00\x00\x01\x00\x0e\xf3\xbe\ -\x00\x00\x0b\xbc\x00\x00\x00\x00\x00\x01\x00\x0e\xbd\x66\ -\x00\x00\x04\xd6\x00\x00\x00\x00\x00\x01\x00\x0e\xc6\x59\ -\x00\x00\x0a\x3c\x00\x00\x00\x00\x00\x01\x00\x0e\xa2\xc9\ -\x00\x00\x05\x8a\x00\x00\x00\x00\x00\x01\x00\x0e\x9e\xcd\ -\x00\x00\x06\x98\x00\x00\x00\x00\x00\x01\x00\x0e\x65\xe4\ -\x00\x00\x02\xe6\x00\x00\x00\x00\x00\x01\x00\x0e\xcd\x32\ -\x00\x00\x0e\x94\x00\x00\x00\x00\x00\x01\x00\x0e\xe9\x11\ -\x00\x00\x0a\xf6\x00\x00\x00\x00\x00\x01\x00\x0e\xb1\x8f\ -\x00\x00\x09\x86\x00\x00\x00\x00\x00\x01\x00\x0e\x97\x43\ -\x00\x00\x08\x60\x00\x00\x00\x00\x00\x01\x00\x0e\x83\x9b\ -\x00\x00\x08\x90\x00\x00\x00\x00\x00\x01\x00\x0e\x8c\xc2\ -\x00\x00\x0d\xde\x00\x00\x00\x00\x00\x01\x00\x0e\xde\xce\ -\x00\x00\x10\x54\x00\x00\x00\x00\x00\x01\x00\x0f\x0a\xd7\ -\x00\x00\x10\x12\x00\x00\x00\x00\x00\x01\x00\x0f\x06\x81\ -\x00\x00\x0f\x7a\x00\x00\x00\x00\x00\x01\x00\x0e\xfd\xf5\ -\x00\x00\x10\x32\x00\x00\x00\x00\x00\x01\x00\x0f\x07\xf9\ -\x00\x00\x0f\xca\x00\x00\x00\x00\x00\x01\x00\x0f\x02\x3b\ -\x00\x00\x0f\x42\x00\x00\x00\x00\x00\x01\x00\x0e\xfb\xa6\ -\x00\x00\x0f\xf0\x00\x00\x00\x00\x00\x01\x00\x0f\x04\x4d\ -\x00\x00\x0f\x98\x00\x00\x00\x00\x00\x01\x00\x0e\xff\xba\ -" - -def qInitResources(): - QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -def qCleanupResources(): - QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -qInitResources() diff --git a/src/plume/gui/plugins.py b/src/plume/gui/plugins.py deleted file mode 100644 index d0b756c15..000000000 --- a/src/plume/gui/plugins.py +++ /dev/null @@ -1,125 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' - - -import os -import sys -from yapsy.PluginManager import PluginManager -from yapsy.IPlugin import IPlugin -import importlib - - -class Plugins(): - - ''' - Plugins - ''' - - def __init__(self): - ''' - Constructor - ''' - - super(Plugins, self).__init__() - - self.write_tab_dock_plugin_dict = {} - self.write_panel_dock_plugin_dict = {} - - # Build the manager - self._plugin_manager = PluginManager() - # List all sub-directories of "plugins" - plugin_path = os.path.sep.join([os.getcwd(), "plugins"]) - plugin_places = [plugin_path] - for dirname, dirnames, filenames in os.walk(plugin_path): - # print path to all subdirectories first. - for subdirname in dirnames: - plugin_places.append(os.path.join(dirname, subdirname)) - # Tell it the default place(s) where to find plugins - self._plugin_manager.setPluginPlaces(plugin_places) - sys.path.append(plugin_path) - - # Define the various categories corresponding to the different - # kinds of plugins you have defined - self._plugin_manager.setCategoriesFilter({ - "GuiWriteTabDockPlugin": GuiWriteTabDockPlugin, - "GuiWritePanelDockPlugin": GuiWritePanelDockPlugin - }) - - self._plugin_manager.collectPlugins() - - self.load_plugins( - ["GuiWriteTabDockPlugin", "GuiWritePanelDockPlugin"]) - - def load_plugins(self, categories): - ''' - function:: load_plugins(categories) - :param categories: list - ''' - - for category in categories: - for pluginInfo in self._plugin_manager.getPluginsOfCategory(category): - setattr(self, pluginInfo.plugin_object.gui_class( - ).__name__, pluginInfo.plugin_object.gui_class()) - if category is "GuiWriteTabDockPlugin": - self.write_tab_dock_plugin_dict[pluginInfo.plugin_object.gui_class().dock_name] \ - = pluginInfo.plugin_object.gui_class() - if category is "GuiWritePanelDockPlugin": - self.write_panel_dock_plugin_dict[pluginInfo.plugin_object.gui_class().dock_name] \ - = pluginInfo.plugin_object.gui_class() - - -class GuiWriteTabDockPlugin(IPlugin): - - ''' - GuiWriteTabDockPlugin - ''' - - def __init__(self): - ''' - Constructor - ''' - - super(GuiWriteTabDockPlugin, self).__init__() - - -class GuiWritePanelDockPlugin(IPlugin): - - ''' - GuiWriteTabDockPlugin - ''' - - def __init__(self): - ''' - Constructor - ''' - - super(GuiWritePanelDockPlugin, self).__init__() - - -''' - self.plugin_folder = "./plugins" - self.main_module = "__init__" - - for i in self.get_plugins(): - print("Loading plugin " + i["name"]) - plugin = self.load_plugin(i) - plugin.run() - - def get_plugins(self): - plugins = [] - possibleplugins = os.listdir(self.plugin_folder) - for i in possibleplugins: - location = os.path.join(self.plugin_folder, i) - if not os.path.isdir(location) or not self.main_module + ".py" in os.listdir(location): - continue - info = imp.find_module(self.main_module, [location]) - plugins.append({"name": i, "info": info}) - return plugins - - def load_plugin(self,plugin): - return imp.load_module(self.main_module, *plugin["info"]) - - ''' diff --git a/src/plume/gui/preferences.py b/src/plume/gui/preferences.py deleted file mode 100644 index 3fd0e1920..000000000 --- a/src/plume/gui/preferences.py +++ /dev/null @@ -1,111 +0,0 @@ -# -*- coding: utf-8 -*- -''' -Created on 27 may 2015 - -@author: Cyril Jacquet -''' -from PyQt5.QtGui import QPixmap, QIcon -from PyQt5.QtWidgets import QDialog, QWidget, QToolButton -from PyQt5.QtCore import pyqtSlot, QSize, Qt -from .preferences_ui import Ui_Preferences -from enum import Enum - - -class Preferences(QDialog): - - PageCategories = Enum('PageCategory', 'Interface Editor Advanced') - - def __init__(self, parent=None): - super(Preferences, self).__init__(parent) - self.ui = Ui_Preferences() - self.ui.setupUi(self) - - self.page_dict = {} - - self.ui.previousButton.clicked.connect(self.show_main_page) - - self.add_page(ThemesPreferences, self.PageCategories.Interface) - self.add_page(PluginsPreferences, self.PageCategories.Advanced) - - self.show_main_page() - - def add_page(self, class_name, page_category): - page = class_name() - self.ui.stackedWidget.addWidget(page) - self.page_dict[page.page_name] = page - button = QToolButton(self) - button.setIcon(page.icon) - button.setIconSize(QSize(48, 48)) - button.setToolButtonStyle(Qt.ToolButtonTextUnderIcon) - button.setText(page.title) - button.clicked.connect(self.change_page) - button.setProperty("page", page.page_name) - if page_category is self.PageCategories.Interface: - self.ui.interfaceLayout.addWidget(button) - if page_category is self.PageCategories.Editor: - self.ui.editorLayout.addWidget(button) - if page_category is self.PageCategories.Advanced: - self.ui.advancedLayout.addWidget(button) - - @pyqtSlot() - def show_main_page(self): - self.ui.stackedWidget.setCurrentIndex(0) - self.ui.titleButton.hide() - - @pyqtSlot() - def change_page(self): - sender = self.sender() - page_name = sender.property("page") - widget = self.page_dict[page_name] - self.ui.stackedWidget.setCurrentWidget(widget) - self.ui.titleButton.show() - self.ui.titleButton.setText(widget.title) - self.ui.titleButton.setIcon(widget.icon) - - -class PreferencesPageTemplate(QWidget): - - def __init__(self, parent=None): - super(PreferencesPageTemplate, self).__init__(parent) - self.page_name = "" - self._icon = "" - self.title = _("") - - @property - def icon(self): - return self._icon - - @icon.setter - def icon(self, path): - self._icon = QIcon(QPixmap(path)) - -#-------------------- Plugins - -from .preferences_plugins_ui import Ui_PluginsPage - - -class PluginsPreferences(PreferencesPageTemplate): - - def __init__(self, parent=None): - super(PluginsPreferences, self).__init__(parent) - self.ui = Ui_PluginsPage() - self.ui.setupUi(self) - self.page_name = "plugins" - self.icon = ":/pics/48x48/preferences-plugin.png" - self.title = _("Plugins") - - -#-------------------- Themes - -from .preferences_themes_ui import Ui_ThemesPage - - -class ThemesPreferences(PreferencesPageTemplate): - - def __init__(self, parent=None): - super(ThemesPreferences, self).__init__(parent) - self.ui = Ui_ThemesPage() - self.ui.setupUi(self) - self.page_name = "themes" - self.icon = ":/pics/48x48/format-fill-color.png" - self.title = _("Themes") diff --git a/src/plume/gui/preferences.ui b/src/plume/gui/preferences.ui deleted file mode 100644 index c34590175..000000000 --- a/src/plume/gui/preferences.ui +++ /dev/null @@ -1,206 +0,0 @@ - - - Preferences - - - - 0 - 0 - 631 - 508 - - - - Dialog - - - true - - - true - - - - - - - - PushButton - - - - pics/32x32/arrow-left.pngpics/32x32/arrow-left.png - - - - 32 - 32 - - - - Qt::NoArrow - - - - - - - titleButton - - - - 32 - 32 - - - - Qt::ToolButtonTextBesideIcon - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - 0 - - - Themes - - - - Preferences - - - - - - true - - - - - 0 - 0 - 593 - 389 - - - - - - - - 0 - 60 - - - - Interface - - - false - - - - - - - - - 0 - 60 - - - - Editor - - - - - - - - - 0 - 60 - - - - Advanced - - - - - - - - - - - - - - - - Qt::Horizontal - - - QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - - - - - buttonBox - accepted() - Preferences - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - Preferences - reject() - - - 316 - 260 - - - 286 - 274 - - - - - diff --git a/src/plume/gui/preferences_plugins.ui b/src/plume/gui/preferences_plugins.ui deleted file mode 100644 index 978d1d9aa..000000000 --- a/src/plume/gui/preferences_plugins.ui +++ /dev/null @@ -1,38 +0,0 @@ - - - PluginsPage - - - - 0 - 0 - 400 - 300 - - - - Form - - - Plugins - - - - - - - Plugin name - - - - - activated ? - - - - - - - - - diff --git a/src/plume/gui/preferences_plugins_ui.py b/src/plume/gui/preferences_plugins_ui.py deleted file mode 100644 index 572de3999..000000000 --- a/src/plume/gui/preferences_plugins_ui.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/preferences_plugins.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_PluginsPage(object): - def setupUi(self, PluginsPage): - PluginsPage.setObjectName("PluginsPage") - PluginsPage.resize(400, 300) - self.gridLayout = QtWidgets.QGridLayout(PluginsPage) - self.gridLayout.setObjectName("gridLayout") - self.treeWidget = QtWidgets.QTreeWidget(PluginsPage) - self.treeWidget.setObjectName("treeWidget") - self.gridLayout.addWidget(self.treeWidget, 0, 0, 1, 1) - - self.retranslateUi(PluginsPage) - QtCore.QMetaObject.connectSlotsByName(PluginsPage) - - def retranslateUi(self, PluginsPage): - - PluginsPage.setWindowTitle(_("Form")) - PluginsPage.setProperty("title", _("Plugins")) - self.treeWidget.headerItem().setText(0, _("Plugin name")) - self.treeWidget.headerItem().setText(1, _("activated ?")) - diff --git a/src/plume/gui/preferences_themes.ui b/src/plume/gui/preferences_themes.ui deleted file mode 100644 index 4c8715fc0..000000000 --- a/src/plume/gui/preferences_themes.ui +++ /dev/null @@ -1,230 +0,0 @@ - - - ThemesPage - - - - 0 - 0 - 500 - 347 - - - - Form - - - Themes - - - - - - Qt::Horizontal - - - - 30 - 20 - - - - - - - - Custom Colors - - - false - - - true - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - - - - QFormLayout::AllNonFixedFieldsGrow - - - - - - - - - - - - Sheet Color - - - - - - - - - - - - - - Sheet Text Color - - - - - - - - - - - - - - Background Color - - - - - - - - - - - - - - Tree Background Color - - - - - - - - - - - - - - Tree Text Color - - - - - - - - - - - - - - Notes Color - - - - - - - - - - - - - - Notes Text Color - - - - - - - - - - - :/pics/edit-undo.png:/pics/edit-undo.png - - - - - - - Reset to default - - - - - - - - - - - - - - - Theme - - - - - - QListView::Fixed - - - true - - - - - - - - - - Qt::Vertical - - - - 20 - 19 - - - - - - - - - - - diff --git a/src/plume/gui/preferences_themes_ui.py b/src/plume/gui/preferences_themes_ui.py deleted file mode 100644 index 608a4cf30..000000000 --- a/src/plume/gui/preferences_themes_ui.py +++ /dev/null @@ -1,128 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/preferences_themes.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_ThemesPage(object): - def setupUi(self, ThemesPage): - ThemesPage.setObjectName("ThemesPage") - ThemesPage.resize(500, 347) - self.gridLayout_2 = QtWidgets.QGridLayout(ThemesPage) - self.gridLayout_2.setObjectName("gridLayout_2") - spacerItem = QtWidgets.QSpacerItem(30, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) - self.gridLayout_2.addItem(spacerItem, 0, 2, 1, 1) - self.customColorsBox = QtWidgets.QGroupBox(ThemesPage) - self.customColorsBox.setFlat(False) - self.customColorsBox.setCheckable(True) - self.customColorsBox.setObjectName("customColorsBox") - self.horizontalLayout_6 = QtWidgets.QHBoxLayout(self.customColorsBox) - self.horizontalLayout_6.setSpacing(0) - self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0) - self.horizontalLayout_6.setObjectName("horizontalLayout_6") - self.widget = QtWidgets.QWidget(self.customColorsBox) - self.widget.setObjectName("widget") - self.verticalLayout_5 = QtWidgets.QVBoxLayout(self.widget) - self.verticalLayout_5.setContentsMargins(0, 0, 0, 0) - self.verticalLayout_5.setObjectName("verticalLayout_5") - self.formLayout_9 = QtWidgets.QFormLayout() - self.formLayout_9.setFieldGrowthPolicy(QtWidgets.QFormLayout.AllNonFixedFieldsGrow) - self.formLayout_9.setObjectName("formLayout_9") - self.sheetColorButton = QtWidgets.QToolButton(self.widget) - self.sheetColorButton.setText("") - self.sheetColorButton.setObjectName("sheetColorButton") - self.formLayout_9.setWidget(0, QtWidgets.QFormLayout.LabelRole, self.sheetColorButton) - self.label_20 = QtWidgets.QLabel(self.widget) - self.label_20.setObjectName("label_20") - self.formLayout_9.setWidget(0, QtWidgets.QFormLayout.FieldRole, self.label_20) - self.sheetTextColorButton = QtWidgets.QToolButton(self.widget) - self.sheetTextColorButton.setText("") - self.sheetTextColorButton.setObjectName("sheetTextColorButton") - self.formLayout_9.setWidget(1, QtWidgets.QFormLayout.LabelRole, self.sheetTextColorButton) - self.label_22 = QtWidgets.QLabel(self.widget) - self.label_22.setObjectName("label_22") - self.formLayout_9.setWidget(1, QtWidgets.QFormLayout.FieldRole, self.label_22) - self.backColorButton = QtWidgets.QToolButton(self.widget) - self.backColorButton.setText("") - self.backColorButton.setObjectName("backColorButton") - self.formLayout_9.setWidget(2, QtWidgets.QFormLayout.LabelRole, self.backColorButton) - self.label_21 = QtWidgets.QLabel(self.widget) - self.label_21.setObjectName("label_21") - self.formLayout_9.setWidget(2, QtWidgets.QFormLayout.FieldRole, self.label_21) - self.treeBackColorButton = QtWidgets.QToolButton(self.widget) - self.treeBackColorButton.setText("") - self.treeBackColorButton.setObjectName("treeBackColorButton") - self.formLayout_9.setWidget(3, QtWidgets.QFormLayout.LabelRole, self.treeBackColorButton) - self.label_19 = QtWidgets.QLabel(self.widget) - self.label_19.setObjectName("label_19") - self.formLayout_9.setWidget(3, QtWidgets.QFormLayout.FieldRole, self.label_19) - self.treeTextColorButton = QtWidgets.QToolButton(self.widget) - self.treeTextColorButton.setText("") - self.treeTextColorButton.setObjectName("treeTextColorButton") - self.formLayout_9.setWidget(4, QtWidgets.QFormLayout.LabelRole, self.treeTextColorButton) - self.label_5 = QtWidgets.QLabel(self.widget) - self.label_5.setObjectName("label_5") - self.formLayout_9.setWidget(4, QtWidgets.QFormLayout.FieldRole, self.label_5) - self.notesColorButton = QtWidgets.QToolButton(self.widget) - self.notesColorButton.setText("") - self.notesColorButton.setObjectName("notesColorButton") - self.formLayout_9.setWidget(5, QtWidgets.QFormLayout.LabelRole, self.notesColorButton) - self.label_23 = QtWidgets.QLabel(self.widget) - self.label_23.setObjectName("label_23") - self.formLayout_9.setWidget(5, QtWidgets.QFormLayout.FieldRole, self.label_23) - self.notesTextColorButton = QtWidgets.QToolButton(self.widget) - self.notesTextColorButton.setText("") - self.notesTextColorButton.setObjectName("notesTextColorButton") - self.formLayout_9.setWidget(6, QtWidgets.QFormLayout.LabelRole, self.notesTextColorButton) - self.label_24 = QtWidgets.QLabel(self.widget) - self.label_24.setObjectName("label_24") - self.formLayout_9.setWidget(6, QtWidgets.QFormLayout.FieldRole, self.label_24) - self.resetColorsButton = QtWidgets.QToolButton(self.widget) - self.resetColorsButton.setText("") - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/edit-undo.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.resetColorsButton.setIcon(icon) - self.resetColorsButton.setObjectName("resetColorsButton") - self.formLayout_9.setWidget(7, QtWidgets.QFormLayout.LabelRole, self.resetColorsButton) - self.label_25 = QtWidgets.QLabel(self.widget) - self.label_25.setObjectName("label_25") - self.formLayout_9.setWidget(7, QtWidgets.QFormLayout.FieldRole, self.label_25) - self.verticalLayout_5.addLayout(self.formLayout_9) - self.horizontalLayout_6.addWidget(self.widget) - self.gridLayout_2.addWidget(self.customColorsBox, 1, 0, 1, 1) - self.groupBox_8 = QtWidgets.QGroupBox(ThemesPage) - self.groupBox_8.setObjectName("groupBox_8") - self.gridLayout = QtWidgets.QGridLayout(self.groupBox_8) - self.gridLayout.setObjectName("gridLayout") - self.themeListWidget = QtWidgets.QListWidget(self.groupBox_8) - self.themeListWidget.setResizeMode(QtWidgets.QListView.Fixed) - self.themeListWidget.setObjectName("themeListWidget") - self.gridLayout.addWidget(self.themeListWidget, 0, 0, 1, 1) - self.gridLayout_2.addWidget(self.groupBox_8, 1, 1, 1, 1) - spacerItem1 = QtWidgets.QSpacerItem(20, 19, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) - self.gridLayout_2.addItem(spacerItem1, 2, 0, 1, 1) - - self.retranslateUi(ThemesPage) - QtCore.QMetaObject.connectSlotsByName(ThemesPage) - - def retranslateUi(self, ThemesPage): - - ThemesPage.setWindowTitle(_("Form")) - ThemesPage.setProperty("title", _("Themes")) - self.customColorsBox.setTitle(_("Custom Colors")) - self.label_20.setText(_("Sheet Color")) - self.label_22.setText(_("Sheet Text Color")) - self.label_21.setText(_("Background Color")) - self.label_19.setText(_("Tree Background Color")) - self.label_5.setText(_("Tree Text Color")) - self.label_23.setText(_("Notes Color")) - self.label_24.setText(_("Notes Text Color")) - self.label_25.setText(_("Reset to default")) - self.groupBox_8.setTitle(_("Theme")) - self.themeListWidget.setSortingEnabled(True) - - diff --git a/src/plume/gui/preferences_ui.py b/src/plume/gui/preferences_ui.py deleted file mode 100644 index 4c679b490..000000000 --- a/src/plume/gui/preferences_ui.py +++ /dev/null @@ -1,97 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/preferences.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_Preferences(object): - def setupUi(self, Preferences): - Preferences.setObjectName("Preferences") - Preferences.resize(631, 508) - Preferences.setSizeGripEnabled(True) - Preferences.setModal(True) - self.verticalLayout = QtWidgets.QVBoxLayout(Preferences) - self.verticalLayout.setObjectName("verticalLayout") - self.horizontalLayout_2 = QtWidgets.QHBoxLayout() - self.horizontalLayout_2.setObjectName("horizontalLayout_2") - self.previousButton = QtWidgets.QToolButton(Preferences) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/32x32/arrow-left.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.previousButton.setIcon(icon) - self.previousButton.setIconSize(QtCore.QSize(32, 32)) - self.previousButton.setArrowType(QtCore.Qt.NoArrow) - self.previousButton.setObjectName("previousButton") - self.horizontalLayout_2.addWidget(self.previousButton) - self.titleButton = QtWidgets.QToolButton(Preferences) - self.titleButton.setText("titleButton") - self.titleButton.setIconSize(QtCore.QSize(32, 32)) - self.titleButton.setToolButtonStyle(QtCore.Qt.ToolButtonTextBesideIcon) - self.titleButton.setObjectName("titleButton") - self.horizontalLayout_2.addWidget(self.titleButton) - spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) - self.horizontalLayout_2.addItem(spacerItem) - self.verticalLayout.addLayout(self.horizontalLayout_2) - self.stackedWidget = QtWidgets.QStackedWidget(Preferences) - self.stackedWidget.setObjectName("stackedWidget") - self.mainPage = QtWidgets.QWidget() - self.mainPage.setObjectName("mainPage") - self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.mainPage) - self.verticalLayout_3.setObjectName("verticalLayout_3") - self.scrollArea = QtWidgets.QScrollArea(self.mainPage) - self.scrollArea.setWidgetResizable(True) - self.scrollArea.setObjectName("scrollArea") - self.scrollAreaWidgetContents = QtWidgets.QWidget() - self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 593, 389)) - self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents") - self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.scrollAreaWidgetContents) - self.verticalLayout_2.setObjectName("verticalLayout_2") - self.interfaceBox = QtWidgets.QGroupBox(self.scrollAreaWidgetContents) - self.interfaceBox.setMinimumSize(QtCore.QSize(0, 60)) - self.interfaceBox.setFlat(False) - self.interfaceBox.setObjectName("interfaceBox") - self.interfaceLayout = QtWidgets.QHBoxLayout(self.interfaceBox) - self.interfaceLayout.setObjectName("interfaceLayout") - self.verticalLayout_2.addWidget(self.interfaceBox) - self.editorBox = QtWidgets.QGroupBox(self.scrollAreaWidgetContents) - self.editorBox.setMinimumSize(QtCore.QSize(0, 60)) - self.editorBox.setObjectName("editorBox") - self.editorLayout = QtWidgets.QHBoxLayout(self.editorBox) - self.editorLayout.setObjectName("editorLayout") - self.verticalLayout_2.addWidget(self.editorBox) - self.advancedBox = QtWidgets.QGroupBox(self.scrollAreaWidgetContents) - self.advancedBox.setMinimumSize(QtCore.QSize(0, 60)) - self.advancedBox.setObjectName("advancedBox") - self.advancedLayout = QtWidgets.QHBoxLayout(self.advancedBox) - self.advancedLayout.setObjectName("advancedLayout") - self.verticalLayout_2.addWidget(self.advancedBox) - self.scrollArea.setWidget(self.scrollAreaWidgetContents) - self.verticalLayout_3.addWidget(self.scrollArea) - self.stackedWidget.addWidget(self.mainPage) - self.verticalLayout.addWidget(self.stackedWidget) - self.buttonBox = QtWidgets.QDialogButtonBox(Preferences) - self.buttonBox.setOrientation(QtCore.Qt.Horizontal) - self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Apply|QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok) - self.buttonBox.setObjectName("buttonBox") - self.verticalLayout.addWidget(self.buttonBox) - - self.retranslateUi(Preferences) - self.stackedWidget.setCurrentIndex(0) - self.buttonBox.accepted.connect(Preferences.accept) - self.buttonBox.rejected.connect(Preferences.reject) - QtCore.QMetaObject.connectSlotsByName(Preferences) - - def retranslateUi(self, Preferences): - - Preferences.setWindowTitle(_("Dialog")) - self.previousButton.setText(_("PushButton")) - self.stackedWidget.setProperty("title", _("Themes")) - self.mainPage.setProperty("title", _("Preferences")) - self.interfaceBox.setTitle(_("Interface")) - self.editorBox.setTitle(_("Editor")) - self.advancedBox.setTitle(_("Advanced")) - - diff --git a/src/plume/gui/quick_search.py b/src/plume/gui/quick_search.py deleted file mode 100644 index 8ff647e44..000000000 --- a/src/plume/gui/quick_search.py +++ /dev/null @@ -1,14 +0,0 @@ -from PyQt5.QtWidgets import QWidget -from .quick_search_ui import Ui_QuickSearch - - -class QuickSearch(QWidget): - - ''' - QuickSearch - ''' - - def __init__(self, parent=None): - super(QuickSearch, self).__init__(parent=parent) - self.ui = Ui_QuickSearch() - self.ui.setupUi(self) diff --git a/src/plume/gui/quick_search.ui b/src/plume/gui/quick_search.ui deleted file mode 100644 index a26e2ebd5..000000000 --- a/src/plume/gui/quick_search.ui +++ /dev/null @@ -1,50 +0,0 @@ - - - QuickSearch - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - - true - - - - - - - <- - - - - pics/32x32/arrow-left.pngpics/32x32/arrow-left.png - - - - - - - -> - - - - pics/32x32/arrow-right.pngpics/32x32/arrow-right.png - - - - - - - - diff --git a/src/plume/gui/quick_search_ui.py b/src/plume/gui/quick_search_ui.py deleted file mode 100644 index 1a6f67295..000000000 --- a/src/plume/gui/quick_search_ui.py +++ /dev/null @@ -1,42 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/quick_search.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_QuickSearch(object): - def setupUi(self, QuickSearch): - QuickSearch.setObjectName("QuickSearch") - QuickSearch.resize(400, 300) - self.horizontalLayout = QtWidgets.QHBoxLayout(QuickSearch) - self.horizontalLayout.setObjectName("horizontalLayout") - self.searchComboBox = QtWidgets.QComboBox(QuickSearch) - self.searchComboBox.setEditable(True) - self.searchComboBox.setObjectName("searchComboBox") - self.horizontalLayout.addWidget(self.searchComboBox) - self.searchPreviousToolButton = QtWidgets.QToolButton(QuickSearch) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/32x32/arrow-left.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.searchPreviousToolButton.setIcon(icon) - self.searchPreviousToolButton.setObjectName("searchPreviousToolButton") - self.horizontalLayout.addWidget(self.searchPreviousToolButton) - self.searchNextToolButton = QtWidgets.QToolButton(QuickSearch) - icon1 = QtGui.QIcon() - icon1.addPixmap(QtGui.QPixmap(":/pics/32x32/arrow-right.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.searchNextToolButton.setIcon(icon1) - self.searchNextToolButton.setObjectName("searchNextToolButton") - self.horizontalLayout.addWidget(self.searchNextToolButton) - - self.retranslateUi(QuickSearch) - QtCore.QMetaObject.connectSlotsByName(QuickSearch) - - def retranslateUi(self, QuickSearch): - - QuickSearch.setWindowTitle(_("Form")) - self.searchPreviousToolButton.setText(_("<-")) - self.searchNextToolButton.setText(_("->")) - diff --git a/src/plume/gui/side_bar.ui b/src/plume/gui/side_bar.ui deleted file mode 100644 index a7e65e370..000000000 --- a/src/plume/gui/side_bar.ui +++ /dev/null @@ -1,73 +0,0 @@ - - - SideBar - - - - 0 - 0 - 104 - 508 - - - - Form - - - - 2 - - - 2 - - - 2 - - - 2 - - - 2 - - - - - Menu - - - - pics/plume-creator.pngpics/plume-creator.png - - - - 48 - 48 - - - - - - - - 3 - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - diff --git a/src/plume/gui/side_bar_ui.py b/src/plume/gui/side_bar_ui.py deleted file mode 100644 index ec3cdff79..000000000 --- a/src/plume/gui/side_bar_ui.py +++ /dev/null @@ -1,40 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/side_bar.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_SideBar(object): - def setupUi(self, SideBar): - SideBar.setObjectName("SideBar") - SideBar.resize(104, 508) - self.verticalLayout = QtWidgets.QVBoxLayout(SideBar) - self.verticalLayout.setSpacing(2) - self.verticalLayout.setContentsMargins(2, 2, 2, 2) - self.verticalLayout.setObjectName("verticalLayout") - self.plumeMenuButton = QtWidgets.QToolButton(SideBar) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/plume-creator.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.plumeMenuButton.setIcon(icon) - self.plumeMenuButton.setIconSize(QtCore.QSize(48, 48)) - self.plumeMenuButton.setObjectName("plumeMenuButton") - self.verticalLayout.addWidget(self.plumeMenuButton) - self.actionLayout = QtWidgets.QVBoxLayout() - self.actionLayout.setSpacing(3) - self.actionLayout.setObjectName("actionLayout") - self.verticalLayout.addLayout(self.actionLayout) - spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) - self.verticalLayout.addItem(spacerItem) - - self.retranslateUi(SideBar) - QtCore.QMetaObject.connectSlotsByName(SideBar) - - def retranslateUi(self, SideBar): - - SideBar.setWindowTitle(_("Form")) - self.plumeMenuButton.setText(_("Menu")) - diff --git a/src/plume/gui/start_window.py b/src/plume/gui/start_window.py deleted file mode 100644 index 5ab0f9e3a..000000000 --- a/src/plume/gui/start_window.py +++ /dev/null @@ -1,17 +0,0 @@ -''' -Created on 26 mai 2015 - -@author: cyril -''' - -from PyQt5.QtWidgets import QDialog -from PyQt5.QtCore import pyqtSlot -from .start_window_ui import Ui_StartWindow - - -class StartWindow(QDialog): - - def __init__(self, parent=None): - super(StartWindow, self).__init__(parent) - self.ui = Ui_StartWindow() - self.ui.setupUi(self) diff --git a/src/plume/gui/start_window.ui b/src/plume/gui/start_window.ui deleted file mode 100644 index 4d4428f7e..000000000 --- a/src/plume/gui/start_window.ui +++ /dev/null @@ -1,63 +0,0 @@ - - - StartWindow - - - - 0 - 0 - 400 - 300 - - - - Start - - - - pics/plume-creator.pngpics/plume-creator.png - - - true - - - - - - - - New project - - - - - - - Open - - - - - - - Open other... - - - - - - - Close - - - - - - - - - - - - - diff --git a/src/plume/gui/start_window_ui.py b/src/plume/gui/start_window_ui.py deleted file mode 100644 index 0b4577c91..000000000 --- a/src/plume/gui/start_window_ui.py +++ /dev/null @@ -1,50 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/start_window.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_StartWindow(object): - def setupUi(self, StartWindow): - StartWindow.setObjectName("StartWindow") - StartWindow.resize(400, 300) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/plume-creator.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - StartWindow.setWindowIcon(icon) - StartWindow.setModal(True) - self.horizontalLayout = QtWidgets.QHBoxLayout(StartWindow) - self.horizontalLayout.setObjectName("horizontalLayout") - self.verticalLayout = QtWidgets.QVBoxLayout() - self.verticalLayout.setObjectName("verticalLayout") - self.newProjectButton = QtWidgets.QToolButton(StartWindow) - self.newProjectButton.setObjectName("newProjectButton") - self.verticalLayout.addWidget(self.newProjectButton) - self.openButton = QtWidgets.QToolButton(StartWindow) - self.openButton.setObjectName("openButton") - self.verticalLayout.addWidget(self.openButton) - self.openOtherButton = QtWidgets.QToolButton(StartWindow) - self.openOtherButton.setObjectName("openOtherButton") - self.verticalLayout.addWidget(self.openOtherButton) - self.closeButton = QtWidgets.QToolButton(StartWindow) - self.closeButton.setObjectName("closeButton") - self.verticalLayout.addWidget(self.closeButton) - self.horizontalLayout.addLayout(self.verticalLayout) - self.listWidget = QtWidgets.QListWidget(StartWindow) - self.listWidget.setObjectName("listWidget") - self.horizontalLayout.addWidget(self.listWidget) - - self.retranslateUi(StartWindow) - QtCore.QMetaObject.connectSlotsByName(StartWindow) - - def retranslateUi(self, StartWindow): - - StartWindow.setWindowTitle(_("Start")) - self.newProjectButton.setText(_("New project")) - self.openButton.setText(_("Open")) - self.openOtherButton.setText(_("Open other...")) - self.closeButton.setText(_("Close")) - diff --git a/src/plume/gui/sub_window.py b/src/plume/gui/sub_window.py deleted file mode 100644 index eab126f51..000000000 --- a/src/plume/gui/sub_window.py +++ /dev/null @@ -1,160 +0,0 @@ -''' -Created on 25 avr. 2015 - -@author: Cyril Jacquet -''' - -from PyQt5.QtWidgets import QMainWindow -from PyQt5.QtCore import Qt, pyqtSlot -from . import cfg - - -class SubWindow(QMainWindow): - - ''' - Abstract class. Do not use it directly. - ''' - - def __init__(self, parent=None, parent_window_system_controller=None): - ''' - Constructor - ''' - super(SubWindow, self).__init__(parent=parent) - self.parent_window_system_controller = parent_window_system_controller - self._is_attached = True - - def is_attached(self): - return self._is_attached - - def detach_this_window(self): - self.parent_window_system_controller.detach_sub_window(self) - self._is_attached = False - - def attach_back_to_parent_window_system(self): - self.parent_window_system_controller.attach_sub_window(self) - self._is_attached = True - - def closeEvent(self, event): - if self.parent_window_system_controller != None: - self.attach_back_to_parent_window_system() - event.ignore() - else: - event.accept() - - -from PyQt5.QtWidgets import QTabWidget -from .docks import DockSystem -from .window_system import WindowSystemController - - -class WritePanel(SubWindow, WindowSystemController): - - ''' - 'Write' main panel. Detachable - ''' - - def __init__(self, parent=None, parent_window_system_controller=None): - ''' - - ''' - super(WritePanel, self).__init__( - parent=parent, parent_window_system_controller=parent_window_system_controller) - - self.setWindowTitle(_("Write")) - self.setObjectName("write_sub_window") - self.dock_system = DockSystem( - self, self, DockSystem.DockTypes.WritePanelDock) - - # connect core signal to open sheets : - cfg.core.tree_sheet_manager.sheet_is_opening.connect( - self.open_write_tab) - - # Project tree view dock : - self.dock_system.add_dock("write-tree-dock", Qt.LeftDockWidgetArea) - - # set TabWidget: - self.tab_widget = QTabWidget(self) - self.setCentralWidget(self.tab_widget) - - # subscribe - cfg.core.subscriber.subscribe_update_func_to_domain( - self._clear_project, "core.project.close") - - def open_write_tab(self, tree_sheet): - - new_write_tab = WriteTab(self, self) - new_write_tab.tree_sheet = tree_sheet - self.tab_widget.addTab(new_write_tab, new_write_tab.tab_title) - # temp for test: - new_write_tab.dock_system.add_dock("properties-dock") - - def _clear_project(self): - # TODO: make that cleaner - for i in range(0, self.tab_widget.count()): - widget = self.tab_widget.widget(i) - widget.close() - widget.deleteLater() - self.tab_widget.clear() - - -from PyQt5.QtWidgets import QWidget -from .write_tab_ui import Ui_WriteTab - - -class WriteTab(SubWindow): - - ''' - Inner tab in the Write panel. Detachable - ''' - - def __init__(self, parent=None, parent_window_system_controller=None): - ''' - Constructor= None - ''' - super(WriteTab, self).__init__(parent=parent) - - self.ui = Ui_WriteTab() - central_widget = QWidget() - self.ui.setupUi(central_widget) - - self._tree_sheet = None - self.tab_title = "Error" - - self.dock_system = DockSystem( - self, self, DockSystem.DockTypes.WriteTabDock) - - self.setWindowTitle("WriteTab") - self.ui.writeTabWritingZone.has_minimap = True - self.ui.writeTabWritingZone.has_scrollbar = True - self.ui.writeTabWritingZone.is_resizable = True - - self.setCentralWidget(central_widget) - - @property - def tree_sheet(self): - return self._tree_sheet - - @tree_sheet.setter - def tree_sheet(self, tree_sheet_object): - self._tree_sheet = tree_sheet_object - self._load_from_tree_sheet(tree_sheet_object) - self.ui.writeTabWritingZone.text_edit.textChanged.connect( - self.save_content) - - @pyqtSlot() - def save_content(self): - self._tree_sheet.set_content( - self.ui.writeTabWritingZone.text_edit.toHtml()) - - def _load_from_tree_sheet(self, tree_sheet_object): - cfg.core.subscriber.disable_func(self.save_content) - self.tab_title = tree_sheet_object.get_title() - self.ui.writeTabWritingZone.set_rich_text( - tree_sheet_object.get_content()) - self.dock_system.sheet_id = tree_sheet_object.sheet_id - cfg.core.subscriber.enable_func(self.save_content) - - def change_tab_title(self, new_title): - tab_widget = self.parent().tab_widget - index = tab_widget.indexOf(self) - tab_widget.setTabText(index, new_title) diff --git a/src/plume/gui/text_navigator.py b/src/plume/gui/text_navigator.py deleted file mode 100644 index 687628aad..000000000 --- a/src/plume/gui/text_navigator.py +++ /dev/null @@ -1,14 +0,0 @@ -from PyQt5.QtWidgets import QWidget -from .text_navigator_ui import Ui_TextNavigator - - -class TextNavigator(QWidget): - - ''' - TextNavigator - ''' - - def __init__(self, parent=None): - super(TextNavigator, self).__init__(parent=parent) - self.ui = Ui_TextNavigator() - self.ui.setupUi(self) diff --git a/src/plume/gui/text_navigator.ui b/src/plume/gui/text_navigator.ui deleted file mode 100644 index ebbfbb81a..000000000 --- a/src/plume/gui/text_navigator.ui +++ /dev/null @@ -1,46 +0,0 @@ - - - TextNavigator - - - - 0 - 0 - 336 - 255 - - - - Form - - - - - - <- - - - - pics/32x32/arrow-left.pngpics/32x32/arrow-left.png - - - - - - - -> - - - - pics/32x32/arrow-right.pngpics/32x32/arrow-right.png - - - - - - - - - - - diff --git a/src/plume/gui/text_navigator_ui.py b/src/plume/gui/text_navigator_ui.py deleted file mode 100644 index cd09166bc..000000000 --- a/src/plume/gui/text_navigator_ui.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/text_navigator.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_TextNavigator(object): - def setupUi(self, TextNavigator): - TextNavigator.setObjectName("TextNavigator") - TextNavigator.resize(336, 255) - self.horizontalLayout = QtWidgets.QHBoxLayout(TextNavigator) - self.horizontalLayout.setObjectName("horizontalLayout") - self.navPreviousToolButton = QtWidgets.QToolButton(TextNavigator) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/32x32/arrow-left.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.navPreviousToolButton.setIcon(icon) - self.navPreviousToolButton.setObjectName("navPreviousToolButton") - self.horizontalLayout.addWidget(self.navPreviousToolButton) - self.navNextToolButton = QtWidgets.QToolButton(TextNavigator) - icon1 = QtGui.QIcon() - icon1.addPixmap(QtGui.QPixmap(":/pics/32x32/arrow-right.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.navNextToolButton.setIcon(icon1) - self.navNextToolButton.setObjectName("navNextToolButton") - self.horizontalLayout.addWidget(self.navNextToolButton) - self.navigatorComboBox = QtWidgets.QComboBox(TextNavigator) - self.navigatorComboBox.setObjectName("navigatorComboBox") - self.horizontalLayout.addWidget(self.navigatorComboBox) - - self.retranslateUi(TextNavigator) - QtCore.QMetaObject.connectSlotsByName(TextNavigator) - - def retranslateUi(self, TextNavigator): - - TextNavigator.setWindowTitle(_("Form")) - self.navPreviousToolButton.setText(_("<-")) - self.navNextToolButton.setText(_("->")) - diff --git a/src/plume/gui/window_system.py b/src/plume/gui/window_system.py deleted file mode 100644 index 77519f953..000000000 --- a/src/plume/gui/window_system.py +++ /dev/null @@ -1,149 +0,0 @@ -# -*- coding: utf-8 -*- -''' -Created on 25 avr. 2015 - -@author: Cyril Jacquet - -This window system is used to attach or detach QWidget using controls like buttons -(think like the detachable tabs in Firefox). - - -''' - -from PyQt5.QtCore import Qt - - -class WindowSystemController(): - - ''' - The WSC manage what are the WindowSystemActionHandler and the WindowSystemActionHandler - ''' - - def __init__(self): - ''' - - ''' - super().__init__() - self.window_dict = {} - self.window_system_parent_widget = None - self.sub_window_action_list = [] - self._window_system_update_funcs = [] - - def detach_window_from_action(self): - try: - widget = self.side_bar.get_widget_linked_to_action(self.sender()) - self.detach_sub_window(self, widget) - except: - pass - - def detach_sub_window(self, sub_window): - sub_window.setParent(None, Qt.Tool) - sub_window.show() - self.window_dict[sub_window.objectName()] = [sub_window, "detached"] - - def attach_sub_window(self, sub_window): - sub_window.setParent(self.window_system_parent_widget) - self.window_system_parent_widget.attach_sub_window(sub_window) - - self.window_dict[sub_window.objectName()] = [sub_window, "attached"] - - def is_window_attached(self, sub_window): - try: - sub_window, state_str = self.window_dict[sub_window.objectName()] - except KeyError: - return True - - if state_str == "detached": - return False - else: - return True - - def add_action_to_window_system(self, action): - if action not in self.sub_window_action_list: - self.sub_window_action_list.append(action) - self.announce_window_system_update() - - def subscribe_to_window_system_updates(self, func): - if func not in self._window_system_update_funcs: - self._window_system_update_funcs.append(func) - - def unsubscribe_to_window_system_updates(self, func): - if func in self._window_system_update_funcs: - self._window_system_update_funcs.remove(func) - - def announce_window_system_update(self): - for func in self._window_system_update_funcs: - func() - - -class WindowSystemParentWidget(): - - ''' - - - ''' - - def attach_sub_window(self, sub_window): - pass - - def detach_sub_window(self, sub_window): - pass - - def set_sub_window_visible(self, sub_window): - pass - - -class WindowSystemActionHandler(): - - ''' - The QActions added to the action handler must have the QObject.property("sub_window_object_name") - filled with the object name of the corresponding sub_window - ''' - - def __init__(self): - ''' - Constructor - ''' - super().__init__() - - self._window_system_controller = None - self._sub_window_action_list = [] - - @property - def window_system_controller(self): - return self._window_system_controller - - @window_system_controller.setter - def window_system_controller(self, value): - if not issubclass(value.__class__, WindowSystemController): - print( - "WindowSystemActionHandler.window_system_controller value is not a WindowSystemController") - else: - self._window_system_controller = value - self._window_system_controller.subscribe_to_window_system_updates( - self.update_from_window_system_ctrl) - - def update_from_window_system_ctrl(self): - self._sub_window_action_list = self.window_system_controller.sub_window_action_list - - def detach_sub_window(self): - sub_window = self.get_sub_window_linked_to_action(self.sender()) - self._window_system_controller.detach_sub_window(sub_window) - - def attach_sub_window(self): - sub_window = self.get_sub_window_linked_to_action(self.sender()) - self._window_system_controller.attach_sub_window(sub_window) - - def get_sub_window_linked_to_action(self, sender_action): - sub_window_object_name = sender_action.property( - "sub_window_object_name") - - if sub_window_object_name is None: - print(self.objectName() + " WindowSystemActionHandler action '" + sender_action - + "' lacks 'sub_window_object_name' property") - pass - - _list = self._window_system_controller.window_dict[ - sub_window_object_name] - sub_window = _list[0] - return sub_window diff --git a/src/plume/gui/write_tab.py b/src/plume/gui/write_tab.py deleted file mode 100644 index 0d4d1a4a6..000000000 --- a/src/plume/gui/write_tab.py +++ /dev/null @@ -1,14 +0,0 @@ -from PyQt5.QtWidgets import QWidget -from .write_tab_ui import Ui_WriteTab - - -class WriteTab(QWidget): - - ''' - WriteTab - ''' - - def __init__(self, parent=None): - super(WriteTab, self).__init__(parent=parent) - self.ui = Ui_WriteTab() - self.ui.setupUi(self) diff --git a/src/plume/gui/write_tab.ui b/src/plume/gui/write_tab.ui deleted file mode 100644 index 054d65286..000000000 --- a/src/plume/gui/write_tab.ui +++ /dev/null @@ -1,70 +0,0 @@ - - - WriteTab - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - - - - - - - - - WritingZone - QWidget -
gui/writingzone/writing_zone.h
- 1 -
- - TextNavigator - QWidget -
.text_navigator.h
- 1 -
- - QuickSearch - QWidget -
.quick_search.h
- 1 -
-
- - -
diff --git a/src/plume/gui/write_tab_ui.py b/src/plume/gui/write_tab_ui.py deleted file mode 100644 index c33fa2eee..000000000 --- a/src/plume/gui/write_tab_ui.py +++ /dev/null @@ -1,44 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/write_tab.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_WriteTab(object): - def setupUi(self, WriteTab): - WriteTab.setObjectName("WriteTab") - WriteTab.resize(400, 300) - self.verticalLayout = QtWidgets.QVBoxLayout(WriteTab) - self.verticalLayout.setObjectName("verticalLayout") - self.horizontalLayout = QtWidgets.QHBoxLayout() - self.horizontalLayout.setObjectName("horizontalLayout") - self.textNavigator = TextNavigator(WriteTab) - self.textNavigator.setObjectName("textNavigator") - self.horizontalLayout.addWidget(self.textNavigator) - spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) - self.horizontalLayout.addItem(spacerItem) - self.quickSearch = QuickSearch(WriteTab) - self.quickSearch.setObjectName("quickSearch") - self.horizontalLayout.addWidget(self.quickSearch) - self.verticalLayout.addLayout(self.horizontalLayout) - self.writeTabWritingZone = WritingZone(WriteTab) - self.writeTabWritingZone.setObjectName("writeTabWritingZone") - self.verticalLayout.addWidget(self.writeTabWritingZone) - self.bottomWidget = QtWidgets.QWidget(WriteTab) - self.bottomWidget.setObjectName("bottomWidget") - self.verticalLayout.addWidget(self.bottomWidget) - - self.retranslateUi(WriteTab) - QtCore.QMetaObject.connectSlotsByName(WriteTab) - - def retranslateUi(self, WriteTab): - - WriteTab.setWindowTitle(_("Form")) - -from gui.writingzone.writing_zone import WritingZone -from .text_navigator import TextNavigator -from .quick_search import QuickSearch diff --git a/src/plume/gui/writingzone/__init__.py b/src/plume/gui/writingzone/__init__.py deleted file mode 100644 index c6376f44b..000000000 --- a/src/plume/gui/writingzone/__init__.py +++ /dev/null @@ -1 +0,0 @@ -core = None diff --git a/src/plume/gui/writingzone/minimap.py b/src/plume/gui/writingzone/minimap.py deleted file mode 100644 index a6f2a6423..000000000 --- a/src/plume/gui/writingzone/minimap.py +++ /dev/null @@ -1,449 +0,0 @@ -''' -Created on 11 mai 2015 - -@author: cyril -''' - -from PyQt5.QtWidgets import QTextEdit, QMenu, QGraphicsView, QGraphicsScene, QLabel,\ - QGraphicsItem -from PyQt5.QtCore import pyqtSlot, Qt, QThread, pyqtSignal, QRectF -from PyQt5.QtGui import QPixmap, QPalette, QTextBlockFormat -from PyQt5.Qt import QPainterPath, QImage, QPainter, QPen, QPoint, QRect,\ - QAbstractTextDocumentLayout, QFontMetrics -from PyQt5.QtOpenGL import QGLWidget - - -class Minimap(QGraphicsView): - - ''' - Minimap - ''' - - def __init__(self, parent=0): - ''' - Constructor - ''' - - super(Minimap, self).__init__(parent) - - self._scene = QGraphicsScene() - self.setAutoFillBackground(True) - self.setViewport(QGLWidget()) - self.setScene(self._scene) - self.setAlignment(Qt.AlignTop) - self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) - self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) - - self.nav_cursor = Cursor() - self.nav_cursor.graphics_view = self - self._scene.addItem(self.nav_cursor) - self._graphic_item_list = [] - self._pixmap = None - self._text_edit = None - self._abstract_doc_layout = None - self._is_cursor_moved = False - - self._img_generator = ImageGenerator() - self._img_generator.image_generated.connect(self._update_with) - # self.setBackgroundRole(QPalette.Dark) - - @property - def text_edit(self): - return self._text_edit - - @text_edit.setter - def text_edit(self, text_edit): - if not isinstance(text_edit, QTextEdit): - pass - self._text_edit = text_edit - self._text_edit.textChanged.connect(self.update) - self._scrollbar = self._text_edit.verticalScrollBar() - self._scrollbar.valueChanged.connect(self._change_cursor_pos) - - @pyqtSlot() - def update(self): - if self._is_cursor_moved: - pass - self._generate_image(self.text_edit) - - def _change_scrollbar_value(self, value): - self._scrollbar.setValue(value) - - def resizeEvent(self, event): - - # self._image_label.setFixedHeight(self.height()) - # self._image_label.setFixedWidth(self.width()) - return QGraphicsView.resizeEvent(self, event) - -#-------------------------------------------------------------------------- - def _generate_image(self, text_edit): - - doc = text_edit.document() - - item_list = [] - for i in range(0, doc.blockCount()): - block = doc.findBlockByNumber(i) - item = DocItem() - item.block_text = block.text() - item.text_format = block.blockFormat() - item.width = text_edit.viewport().width() - layout = block.layout() - item.lines = [] - if layout: - for i in range(0, layout.lineCount()): - item.lines.append(layout.lineAt(i)) - - item_list.append(item) - self._img_generator.set_items(item_list) - self._img_generator.start() - - @pyqtSlot('QPixmap') - def _update_with(self, pixmap): - for g_item in self._graphic_item_list: - if g_item.name == "map": - self._scene.removeItem(g_item) - self._graphic_item_list.remove(g_item) - del g_item - - item = self._scene.addPixmap(pixmap) - item.name = "map" - item.setPos(0, 0) - self._pixmap = pixmap - self._graphic_item_list.append(item) - - self.setFixedWidth(pixmap.width()) - - # cursor : - self.nav_cursor.setZValue(1) - # width : - self.nav_cursor.set_width(pixmap.width()) - # height : - text_edit_height = self.text_edit.height() - doc_height = self.text_edit.document().size().height() - minimap_height = self._pixmap.height() - self.nav_cursor.set_minimap_height(minimap_height) - ratio = doc_height / text_edit_height - cursor_height = minimap_height / ratio - self.nav_cursor.set_height(cursor_height) - # position : - self._change_cursor_pos() - - def _change_cursor_pos(self): - if self._is_cursor_moved == True: - return - scroll_value = self._scrollbar.value() - scroll_max = self._scrollbar.maximum() - available_height_for_cursor = self._pixmap.height( - ) - self.nav_cursor.height() - if scroll_max != 0: - pos_ratio = scroll_value / scroll_max - self.nav_cursor.pos_ratio = pos_ratio - self.nav_cursor.setPos(0, available_height_for_cursor * pos_ratio) - else: - self.nav_cursor.setPos(0, 0) - - -class Cursor(QGraphicsItem): - - ''' - Cursor - ''' - cursor_pos_changed = pyqtSignal(int, name='cursor_pos_changed') - - def __init__(self): - super(Cursor, self).__init__() - self._width = 1 - self._height = 1 - self._text_edit_height = 1 - self._minimap_height = 1 - self._doc_height = 1 - self.pos_ratio = 1 - self.graphics_view = None - self.setCursor(Qt.OpenHandCursor) - self.setFlag(QGraphicsItem.ItemIsMovable, True) - - def set_width(self, width): - self.prepareGeometryChange() - self._width = width - - def set_height(self, height): - self.prepareGeometryChange() - self._height = height - - def height(self): - return self._height - - def set_text_edit_height(self, height): - self._text_edit_height = height - - def set_doc_height(self, height): - self._doc_height = height - - def set_minimap_height(self, height): - self._minimap_height = height - - def paint(self, painter, option, widget): - pen = QPen(Qt.red) - pen.setWidth(2) - painter.setPen(pen) - painter.drawRoundedRect(1, 1, self._width - 3, self._height - 3, 5, 5) - - def boundingRect(self): - return QRectF(0, 0, self._width, self._height) - - def mousePressEvent(self, event): - if event.buttons() == Qt.LeftButton: - self.setCursor(Qt.ClosedHandCursor) - self.graphics_view._is_cursor_moved = True - - def mouseReleaseEvent(self, event): - self.setCursor(Qt.OpenHandCursor) - self.graphics_view._is_cursor_moved = False - - def hoverLeaveEvent(self, event): - self.setCursor(Qt.OpenHandCursor) - self.graphics_view._is_cursor_moved = False - - def mouseMoveEvent(self, event): - #pos = self.mapFromGlobal(event.globalPos()) - self.graphics_view._is_cursor_moved = True - QGraphicsItem.mouseMoveEvent(self, event) - if event.buttons() == Qt.LeftButton: - max_y_pos = self._minimap_height - self.height() - # fix vertical - self.setX(0) - if self.y() < 0: - self.setY(0) - elif self.y() > max_y_pos and max_y_pos < 0: - self.setY(0) - elif self.y() > max_y_pos and max_y_pos > 0: - self.setY(max_y_pos) - - # move textedit's scrollbar - elif self.pos_ratio > 0: - print("self.y()", self.y()) - print("self.pos_ratio", self.pos_ratio) - print("/", int(self.y() / self.pos_ratio)) - cursor_ratio = self.y() / self._minimap_height - print("cursor_ratio", cursor_ratio) - r = self.y() + self.height() * cursor_ratio - print("r", r) - self.graphics_view._change_scrollbar_value( - int(r / self.pos_ratio)) - -import hashlib - - -class DocItem(): - - ''' - Block - ''' - - def __init__(self): - super(DocItem, self).__init__() - self.block_text = '' - self.text_format = None - self._hash = '' - self.index = None - self._image = None - self.width = None - self.lines = [] - - @property - def hash(self): - if self._hash is "": # generate hash from text and format - m = hashlib.md5() - m.update(bytes(self.block_text, "utf-8")) - m.update(bytes(self.width)) - self._hash = m.digest() - return self._hash - - def __eq__(self, other): - if self.hash == other.hash: - return True - else: - return False - - @property - def image(self): - if self._image == None: - self._image = self._generate_image() - - return self._image - - def _generate_image(self): - h = 2 - w = 1 - - def draw_char(pos, pen_color): - pix_paint.setPen(QPen(pen_color)) - - rect = QRect(i * w + i, 1, w, h) - pix_paint.drawRect(rect) - pix_paint.fillRect(rect, pen_color) - - # range of tab: - tab_default = 80 - - text = "m" - px = QPixmap(100, 100) - p = QPainter(px) - fm = p.fontMetrics() - width = fm.width(text) - p.end() - number_chars_in_one_tab = int(tab_default / width) - - p_text = self._prepared_text() - split_p_text = p_text.split("N") - - pix_list = [] - for text in split_p_text: - line_num = 0 - i = 0 - length = len(text) - if length == 0: - length = 1 - pixmap = QImage( - length * w + length, h * 2, QImage.Format_ARGB32_Premultiplied) - pixmap.fill(Qt.white) - pix_paint = QPainter(pixmap) - - for char in text: - if char == "c": - draw_char(i, Qt.black) - if char == "t": - for _ in range(0, number_chars_in_one_tab): - draw_char(i, Qt.transparent) - i += 1 - if char == "_": - draw_char(i, Qt.transparent) - i += 1 - - pix_list.append(pixmap) - line_num += 1 - pix_paint.end() - # find max width: - width_list = [pix.width() for pix in pix_list] - max_width = max(width_list) - - image = QImage(max_width, pix_list[ - 0].height() * len(pix_list), QImage.Format_ARGB32_Premultiplied) - image.fill(Qt.white) - painter = QPainter(image) - for pix in pix_list: - y = pix_list[0].height() * pix_list.index(pix) - painter.drawImage(0, y, pix) - - painter.end() - return image - - def _prepared_text(self): - return_pos_list = [] - for line in self.lines: - return_pos_list.append(line.textStart()) - - indent = self.text_format.textIndent() - l_margin = self.text_format.leftMargin() - r_margin = self.text_format.rightMargin() - - string = self.block_text - final = '' - i = 0 - for char in string: - if i in return_pos_list and i != 0: - final = "".join([final, "N"]) # line return - if char == "\t": - final = "".join([final, "t"]) # tab - if char.isalnum(): - final = "".join([final, "c"]) # char - else: - final = "".join([final, "_"]) # space - i += 1 - return final - - -import time - - -class ImageGenerator(QThread): - - ''' - ImageGenerator - ''' - image_generated = pyqtSignal('QPixmap', name="image_generated") - - def __init__(self): - ''' - Constructor - ''' - super(ImageGenerator, self).__init__() - - self._old_item_list = {} - self._old_hash_item_dict = {} - self._max_width_found = 30 - - def set_items(self, item_list): - self._item_list = item_list - - def run(self): - - time.sleep(0.5) - # create hash dict of current list - self._hash_item_dict = {} - for item in self._item_list: - self._hash_item_dict[item.hash] = item - - # compare and swap between lists if new item is not generated - for new_hash in self._hash_item_dict.keys(): - if new_hash in self._old_hash_item_dict.keys(): - # swap to avoid generating uselessly : - self._hash_item_dict[ - new_hash] = self._old_hash_item_dict[new_hash] - else: # generate - _ = self._hash_item_dict[new_hash].image - - # append generated images - # images_list.append() - pix_list = [] - for new_item in self._item_list: - usable_item = self._hash_item_dict[new_item.hash] - pix_list.append(usable_item.image) - - # draw pixmaps in one : - image = QImage(20, 20, QImage.Format_ARGB32_Premultiplied) - image.fill(Qt.white) - point = QPoint(0, 0) - width_list = [pix.width() for pix in pix_list] - max_width = max(width_list) - self._max_width_found = max([max_width, self._max_width_found]) - for pix in pix_list: - - last_image = image - image = QImage(self._max_width_found, image.height( - ) + pix.height(), QImage.Format_ARGB32_Premultiplied) - pix_paint = QPainter(image) - image.fill(Qt.white) - pix_paint.drawImage(0, 0, last_image) - pix_paint.drawImage(point, pix) - point = QPoint(0, point.y() + pix.height()) - pix_paint.end() - ''' - pixmap = QImage(21,21, QImage.Format_ARGB32_Premultiplied) # temp - pixPaint = QPainter(pixmap) - myPen = QPen( Qt.black) - pixPaint.setPen(myPen) - pixPaint.drawRect(0,0, 20,20); - pixPaint.end() - image = pixmap - - painter.drawImage(point, pix) - point = QPoint(0, point.y() + pix.height()) - painter.end() - ''' - - final_pixmap = QPixmap.fromImage(image, Qt.AutoColor) - self.image_generated.emit(final_pixmap) - - self._old_item_list = self._item_list - self._old_hash_item_dict = self._hash_item_dict diff --git a/src/plume/gui/writingzone/minimap_text_browser.py b/src/plume/gui/writingzone/minimap_text_browser.py deleted file mode 100644 index a28429c9c..000000000 --- a/src/plume/gui/writingzone/minimap_text_browser.py +++ /dev/null @@ -1,293 +0,0 @@ -''' -Created on 13 mai 2015 - -@author: cyril -''' - -from PyQt5.QtWidgets import QTextEdit, QGraphicsView, QGraphicsScene,\ - QGraphicsItem -from PyQt5.QtCore import pyqtSlot, Qt, pyqtSignal, QPoint -from PyQt5.QtGui import QPainter, QPen, QTextCursor -from PyQt5.Qt import QRectF - - -class Minimap2(QGraphicsView): - - ''' - Minimap - ''' - - def __init__(self, parent=0): - ''' - Constructor - ''' - - super(Minimap2, self).__init__(parent) - - self._scene = QGraphicsScene() - self.setRenderHint(QPainter.Antialiasing, True) - self._text_browser = TextBrowser() - self._scrollbar = None - self.setAutoFillBackground(True) - -# try: -# from PyQt5.QtWidgets import QOpenGLWidget -# self.setViewport(QOpenGLWidget()) -# except ImportError: # work around for pyQt 5.2 -# from PyQt5.QtOpenGL import QGLWidget -# self.setViewport(QGLWidget()) - - self.setScene(self._scene) - self.setAlignment(Qt.AlignTop) - self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) - self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) - - # cursor: - self._nav_cursor = Cursor() - self._nav_cursor.graphics_view = self - self._scene.addItem(self._nav_cursor) - self._nav_cursor.setZValue(1) - - self._text_edit = None - self._minimap_doc = None - self._doc = None - - self._graphics_proxy_text_browser = self._scene.addWidget( - self._text_browser) - self._scale = 0.2 - self._graphics_proxy_text_browser.setScale(self._scale) - - def update_minimap_doc(self, position, charsRemoved, charsAdded): - - def select_blocks(first_block, last_block): - first_block_pos = first_block.position() - doc_cursor.setPosition(first_block_pos) - last_block_pos = last_block.position() - doc_cursor.setPosition(last_block_pos, QTextCursor.KeepAnchor) - doc_cursor.movePosition( - QTextCursor.EndOfBlock, QTextCursor.KeepAnchor) - print("selected text :", doc_cursor.selectedText()) - return doc_cursor.selectedText() - - doc_cursor = QTextCursor(self._doc) - minimap_cursor = QTextCursor(self._minimap_doc) - - # IF one same block is modified - if self._minimap_doc.blockCount() == self._doc.blockCount(): - doc_cursor.setPosition(position) - doc_cursor.select(QTextCursor.BlockUnderCursor) - minimap_cursor.setPosition(position) - minimap_cursor.select(QTextCursor.BlockUnderCursor) - minimap_cursor.insertFragment(doc_cursor.selection()) - # TODO: if the doc is modified on more than one block but resulting in - # the same count of blocks (right now only the first block would be - # updated) - else: - # ELSE - doc_cursor.select(QTextCursor.Document) - minimap_cursor.select(QTextCursor.Document) - minimap_cursor.insertFragment(doc_cursor.selection()) - - @property - def text_edit(self): - return self._text_edit - - @text_edit.setter - def text_edit(self, text_edit): - if not isinstance(text_edit, QTextEdit): - return - self._text_edit = text_edit - # self._text_edit.textChanged.connect(self.update) - # self._scrollbar.valueChanged.connect(self._change_cursor_pos) - - self.setFixedWidth(self._text_edit.width() * self._scale) - - self._doc = self._text_edit.document() - - # connect scrollbar - baseScrollBar = self._text_edit.verticalScrollBar() - baseScrollBar.rangeChanged.connect(self._set_scrollBar_range) - # baseScrollBar.valueChanged.connect(self._text_browser.verticalScrollBar().setValue) - self._text_browser.verticalScrollBar().valueChanged.connect( - baseScrollBar.setValue) - self._text_browser.verticalScrollBar().hide() - - # set cursor: - # self._text_browser.verticalScrollBar().valueChanged.connect(self._set_nav_cursor_y) - baseScrollBar.valueChanged.connect(self._set_nav_cursor_y) - - self.set_activated(True) - - def set_activated(self, value): - if value is True: - self.blockSignals(False) - self._minimap_doc = self._doc.clone(self) - self._text_browser.setDocument(self._minimap_doc) - self._doc.contentsChange.connect(self.update_minimap_doc) - else: - self.blockSignals(True) - try: - self._doc.contentsChange.disconnect(self.update_minimap_doc) - except TypeError: - pass - - @pyqtSlot() - def update(self): - # if self._is_cursor_moved: - # return - pass - - def _change_scrollbar_value(self, value): - # self._scrollbar.setValue(value) - pass - - @pyqtSlot('int') - def _set_nav_cursor_y(self, value): - sc_bar = self._text_edit.verticalScrollBar() - max = sc_bar.maximum() - # print(self._doc.size().height()) - if max == 0: - self._nav_cursor.setY(0) - return - ratio = value / max - self._nav_cursor.setY(self._doc.size().height() * self._scale * ratio) - - @pyqtSlot('QSize') - def update_size(self, size): - self.setFixedWidth(self._text_edit.width() * self._scale) - - def resizeEvent(self, event): - cursor = QTextCursor(self._text_edit.cursorForPosition(QPoint(0, 0))) - - # self._graphics_proxy_text_browser.resize(self._scene.sceneRect().size()) - self._graphics_proxy_text_browser.setGeometry(QRectF( - 0, 0, event.size().width() / self._scale, event.size().height() / self._scale)) - self.setSceneRect(0, 0, event.size().width(), event.size().height()) - self._nav_cursor.set_width(event.size().width()) - - # cursor height : - - self._nav_cursor.set_height( - (self._text_edit.viewport().height() - 1) * self._scale) - # return QGraphicsView.resizeEvent(self, event) - - def _set_scrollBar_range(self, min_, max_): - - self._text_browser.verticalScrollBar().setMinimum(min_) - self._text_browser.verticalScrollBar().setMaximum(max_) - - if min_ == 0 and max_ == 0: - self._text_browser.verticalScrollBar().hide() - else: - self._text_browser.verticalScrollBar().show() - - -from PyQt5.QtWidgets import QTextBrowser - - -class TextBrowser(QTextBrowser): - - ''' - MinimapTextBrowser - ''' - - def __init__(self, parent=None): - ''' - Constructor - ''' - - super(TextBrowser, self).__init__(parent=None) - self.setTextInteractionFlags(Qt.NoTextInteraction) - self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) - self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) - - -class Cursor(QGraphicsItem): - - ''' - Cursor - ''' - cursor_pos_changed = pyqtSignal(int, name='cursor_pos_changed') - - def __init__(self): - super(Cursor, self).__init__() - self._width = 10 - self._height = 10 - self._text_edit_height = 1 - self._minimap_height = 1 - self._doc_height = 1 - self.pos_ratio = 1 - self.graphics_view = None - self.setCursor(Qt.OpenHandCursor) - self.setFlag(QGraphicsItem.ItemIsMovable, True) - - def set_width(self, width): - self.prepareGeometryChange() - self._width = width - - def set_height(self, height): - self.prepareGeometryChange() - self._height = height - - def height(self): - return self._height - - def set_text_edit_height(self, height): - self._text_edit_height = height - - def set_doc_height(self, height): - self._doc_height = height - - def set_minimap_height(self, height): - self._minimap_height = height - - def paint(self, painter, option, widget): - pen = QPen(Qt.red) - pen.setWidth(1) - painter.setPen(pen) - painter.drawRect(1, 1, self._width - 1, self._height - 1) - - def boundingRect(self): - return QRectF(0, 0, self._width, self._height) - - def mousePressEvent(self, event): - if event.buttons() == Qt.LeftButton: - self.setCursor(Qt.ClosedHandCursor) - self.graphics_view._is_cursor_moved = True - - def mouseReleaseEvent(self, event): - self.setCursor(Qt.OpenHandCursor) - self.graphics_view._is_cursor_moved = False - - def hoverLeaveEvent(self, event): - self.setCursor(Qt.OpenHandCursor) - self.graphics_view._is_cursor_moved = False - - def mouseMoveEvent(self, event): - #pos = self.mapFromGlobal(event.globalPos()) - if self.graphics_view == None: - return - self.graphics_view._is_cursor_moved = True - QGraphicsItem.mouseMoveEvent(self, event) - if event.buttons() == Qt.LeftButton: - max_y_pos = self._minimap_height - self.height() - # fix vertical - self.setX(0) - if self.y() < 0: - self.setY(0) - elif self.y() > max_y_pos and max_y_pos < 0: - self.setY(0) - elif self.y() > max_y_pos and max_y_pos > 0: - self.setY(max_y_pos) - - # move textedit's scrollbar - elif self.pos_ratio > 0: - print("self.y()", self.y()) - print("self.pos_ratio", self.pos_ratio) - print("/", int(self.y() / self.pos_ratio)) - cursor_ratio = self.y() / self._minimap_height - print("cursor_ratio", cursor_ratio) - r = self.y() + self.height() * cursor_ratio - print("r", r) - self.graphics_view._change_scrollbar_value( - int(r / self.pos_ratio)) diff --git a/src/plume/gui/writingzone/rich_text_edit.py b/src/plume/gui/writingzone/rich_text_edit.py deleted file mode 100644 index 59fd9bed8..000000000 --- a/src/plume/gui/writingzone/rich_text_edit.py +++ /dev/null @@ -1,120 +0,0 @@ -''' -Created on 11 mai 2015 - -@author: cyril -''' - -from PyQt5.QtWidgets import QTextEdit, QMenu -from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt -from PyQt5.QtGui import QTextCharFormat - - -class RichTextEdit(QTextEdit): - - size_changed = pyqtSignal('QSize', name='size_changed') - - def __init__(self, parent=None): - super(QTextEdit, self).__init__(parent=parent) - - self.cursorPositionChanged.connect(self.check_font_under_cursor) - - def contextMenuEvent(self, event): - self.popMenu = QMenu(self) - self.popMenu.addAction(self.action_set.actionCopy) - self.popMenu.addAction(self.action_set.actionCut) - self.popMenu.addAction(self.action_set.actionPaste) - self.popMenu.addSeparator() - self.popMenu.addAction(self.action_set.actionBold) - self.popMenu.addAction(self.action_set.actionItalic) - self.popMenu.addAction(self.action_set.actionStrikethrough) - self.popMenu.addAction(self.action_set.actionUnderline) - self.popMenu.addSeparator() - for action in self.action_set.added_actions_list: - self.popMenu.addAction(action) - self.popMenu.exec_(event.globalPos()) - - -# menu = QMenu(self) -# quitAction = menu.addAction(_("Quit")) -# action = menu.exec_(self.mapToGlobal(event.pos())) -# if action == quitAction: -# pass - # QApplication.quit() - - def resizeEvent(self, event): - self.size_changed.emit(event.size()) - return QTextEdit.resizeEvent(self, event) - - @property - def action_set(self): - return self._action_set - - @action_set.setter - def action_set(self, action_set): - self._action_set = action_set - - if self._action_set.actionCut.receivers(self._action_set.actionCut.triggered) != 1: - return # prevent exception if connection not unique... - - self._action_set.actionCut.triggered.connect( - self._cut, Qt.UniqueConnection) - self._action_set.actionCopy.triggered.connect( - self._copy, Qt.UniqueConnection) - self._action_set.actionPaste.triggered.connect( - self._paste, Qt.UniqueConnection) - self._action_set.actionBold.triggered.connect( - self._bold, Qt.UniqueConnection) - self._action_set.actionItalic.triggered.connect( - self._italic, Qt.UniqueConnection) - self._action_set.actionStrikethrough.triggered.connect( - self._strikethrough, Qt.UniqueConnection) - self._action_set.actionUnderline.triggered.connect( - self._underline, Qt.UniqueConnection) - - def set_action_set(self, action_set): - self.action_set = action_set - - @pyqtSlot() - def _cut(self): - self.cut() - - @pyqtSlot() - def _copy(self): - self.copy() - - @pyqtSlot() - def _paste(self): - self.paste() - - @pyqtSlot(bool) - def _bold(self, value): - if value is True: - self.setFontWeight(75) - else: - self.setFontWeight(50) - - @pyqtSlot(bool) - def _italic(self, value): - self.setFontItalic(value) - - @pyqtSlot(bool) - def _strikethrough(self, value): - charFormat = QTextCharFormat() - charFormat.setFontStrikeOut(value) - self.mergeCurrentCharFormat(charFormat) - - @pyqtSlot(bool) - def _underline(self, value): - self.setFontUnderline(value) - - def check_font_under_cursor(self): - cursor = self.textCursor() - charFormat = cursor.charFormat() - self.action_set.actionItalic.setChecked(charFormat.fontItalic()) - self.action_set.actionUnderline.setChecked(charFormat.fontUnderline()) - self.action_set.actionStrikethrough.setChecked( - charFormat.fontStrikeOut()) - if charFormat.fontWeight() > 50: - self.action_set.actionBold.setChecked(True) - else: - self.action_set.actionBold.setChecked(False) diff --git a/src/plume/gui/writingzone/texthighlighter.py b/src/plume/gui/writingzone/texthighlighter.py deleted file mode 100644 index 8b1378917..000000000 --- a/src/plume/gui/writingzone/texthighlighter.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/plume/gui/writingzone/tool_bar.py b/src/plume/gui/writingzone/tool_bar.py deleted file mode 100644 index 5efcce381..000000000 --- a/src/plume/gui/writingzone/tool_bar.py +++ /dev/null @@ -1,42 +0,0 @@ -from PyQt5.QtWidgets import QToolBar -from PyQt5.QtCore import Qt -# from ..cfg import core - - -class ToolBar(QToolBar): - - def __init__(self, parent=None): - super(ToolBar, self).__init__(parent=parent) - self._action_set = None - - self.setFloatable(False) - self.setMovable(False) - self.setOrientation(Qt.Vertical) - - @property - def action_set(self): - return self._action_set - - @action_set.setter - def action_set(self, action_set): - self._action_set = action_set - - self.addAction(self.action_set.actionCopy) - self.addAction(self.action_set.actionCut) - self.addAction(self.action_set.actionPaste) - self.addSeparator() - self.addAction(self.action_set.actionBold) - self.addAction(self.action_set.actionItalic) - self.addAction(self.action_set.actionStrikethrough) - self.addAction(self.action_set.actionUnderline) - self.addSeparator() - for action in self.action_set.added_actions_list: - self.addAction(action) - - def set_action_set(self, action_set): - self.action_set = action_set - -# def addAction(self, action): -# -# QToolBar.addAction(action) -# diff --git a/src/plume/gui/writingzone/writing_zone.py b/src/plume/gui/writingzone/writing_zone.py deleted file mode 100644 index 1c36c1985..000000000 --- a/src/plume/gui/writingzone/writing_zone.py +++ /dev/null @@ -1,153 +0,0 @@ -from PyQt5.QtWidgets import QWidget, QGridLayout, QSizePolicy -from ..cfg import core -from .writing_zone_ui import Ui_WritingZone - - -class WritingZone(QWidget): - - def __init__(self, parent=None): - super(WritingZone, self).__init__(parent=parent) - self.ui = Ui_WritingZone() - self.ui.setupUi(self) - # self.ui.minimap_old.text_edit = self.ui.richTextEdit - self.ui.minimap_old.hide() - self.ui.richTextEdit.setFixedWidth(500) - - # the necessary for minimap : - self.ui.richTextEdit.size_changed.connect(self.ui.minimap.update_size) - self.ui.minimap.text_edit = self.ui.richTextEdit - - # connect textedit to scrollbar - baseScrollBar = self.ui.richTextEdit.verticalScrollBar() - baseScrollBar.rangeChanged.connect(self._set_scrollBar_range) - baseScrollBar.valueChanged.connect(self.ui.verticalScrollBar.setValue) - self.ui.verticalScrollBar.valueChanged.connect(baseScrollBar.setValue) - self.ui.richTextEdit.verticalScrollBar().hide() - - self.has_minimap = False - self.has_scrollbar = False - self.has_side_tool_bar = True - self.is_resizable = False - - self._init_actions() - - def _init_actions(self): - - class ActionSet(): - - def __init__(self, basic_actions_list): - super(ActionSet, self).__init__() - self._basic_actions_list = basic_actions_list - self.added_actions_list = [] - self._action_set_setters = [] - for action in self._basic_actions_list: - setattr(self, action.objectName(), action) - - def add_action(self, action): - self.added_actions_list.append(action) - setattr(self, action.objectName(), action) - - def subscribe_action_set_setter(self, property_func): - self._action_set_setters.append(property_func) - - def update_action_set_setters(self): - for property_func in self._action_set_setters: - property_func(self) - - # actions - action_list = [self.ui.actionCopy, - self.ui.actionCut, - self.ui.actionPaste, - self.ui.actionBold, - self.ui.actionItalic, - self.ui.actionStrikethrough, - self.ui.actionUnderline - ] - self._action_set = ActionSet(action_list) - self._action_set.subscribe_action_set_setter( - self.ui.toolBar.set_action_set) - self._action_set.subscribe_action_set_setter( - self.ui.richTextEdit.set_action_set) - self._action_set.update_action_set_setters() - - -# test : - self._action_set.add_action(self.ui.actionPrint_directly) - - def set_rich_text(self, text): - self.ui.richTextEdit.setText(text) - - @property - def text_edit(self): - return self.ui.richTextEdit - - def _set_scrollBar_range(self, min_, max_): - - self.ui.verticalScrollBar.setMinimum(min_) - self.ui.verticalScrollBar.setMaximum(max_) - - if min_ == 0 and max_ == 0: - self.ui.verticalScrollBar.hide() - else: - self.ui.verticalScrollBar.show() - - @property - def has_minimap(self): - return self._has_minimap - - @has_minimap.setter - def has_minimap(self, value): - self._has_minimap = value - if value is True: - self.ui.minimap.show() - self.ui.minimap.set_activated(True) - else: - self.ui.minimap.hide() - self.ui.minimap.set_activated(False) - - @property - def has_scrollbar(self): - return self._has_scrollbar - - @has_scrollbar.setter - def has_scrollbar(self, value): - self._has_scrollbar = value - if value is True: - self.ui.verticalScrollBar.show() - else: - self.ui.verticalScrollBar.hide() - - @property - def has_side_tool_bar(self): - return self._has_side_tool_bar - - @has_side_tool_bar.setter - def has_side_tool_bar(self, value): - self._has_side_tool_bar = value - if value is True: - self.ui.toolBar.show() - else: - self.ui.toolBar.hide() - - @property - def is_resizable(self): - return self._has_size_handle - - @is_resizable.setter - def is_resizable(self, value): - self._is_resizable = value - if value is True: - self.ui.sizeHandle.show() - self.ui.sizeHorizontalSpacer_left.show() - self.ui.sizeHorizontalSpacer_right.show() - # TODO: fetch value from settings file (use objectName) - self.ui.richTextEdit.setFixedWidth(500) - else: - self.ui.sizeHandle.hide() - self.ui.sizeHorizontalSpacer_left.hide() - self.ui.sizeHorizontalSpacer_right.hide() - # workaround for QWIDGETSIZE_MAX - self.ui.richTextEdit.setFixedWidth(((1 << 24) - 1)) - - def add_action(self, action): - self._action_set.add_action(action) diff --git a/src/plume/gui/writingzone/writing_zone.ui b/src/plume/gui/writingzone/writing_zone.ui deleted file mode 100644 index fd5e1b8e9..000000000 --- a/src/plume/gui/writingzone/writing_zone.ui +++ /dev/null @@ -1,397 +0,0 @@ - - - WritingZone - - - true - - - - 0 - 0 - 816 - 523 - - - - Form - - - - - - - - - 0 - 0 - - - - - - - - - 255 - 255 - 255 - - - - - - - 242 - 241 - 240 - - - - - - - - - 255 - 255 - 255 - - - - - - - 242 - 241 - 240 - - - - - - - - - 242 - 241 - 240 - - - - - - - 242 - 241 - 240 - - - - - - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - 20 - 0 - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - Qt::ScrollBarAlwaysOff - - - Qt::ScrollBarAlwaysOff - - - - - - - - 4 - 0 - - - - SizeHorCursor - - - true - - - - - - - - - - - 0 - 0 - - - - - - - - - 255 - 255 - 255 - - - - - - - 242 - 241 - 240 - - - - - - - - - 255 - 255 - 255 - - - - - - - 242 - 241 - 240 - - - - - - - - - 242 - 241 - 240 - - - - - - - 242 - 241 - 240 - - - - - - - - - - - - Qt::ScrollBarAlwaysOff - - - Qt::ScrollBarAlwaysOff - - - - - - - - - - Qt::Vertical - - - - - - - - - - ../pics/32x32/edit-copy.png../pics/32x32/edit-copy.png - - - Copy - - - Ctrl+C - - - Qt::WidgetWithChildrenShortcut - - - - - - ../pics/32x32/edit-paste.png../pics/32x32/edit-paste.png - - - Paste - - - Ctrl+V - - - - - - ../pics/32x32/edit-cut.png../pics/32x32/edit-cut.png - - - Cut - - - Ctrl+X - - - - - true - - - - ../pics/32x32/format-text-bold.png../pics/32x32/format-text-bold.png - - - Bold - - - Ctrl+B - - - - - true - - - - ../pics/32x32/format-text-strikethrough.png../pics/32x32/format-text-strikethrough.png - - - Strikethrough - - - - - true - - - - ../pics/32x32/format-text-italic.png../pics/32x32/format-text-italic.png - - - Italic - - - Ctrl+I - - - - - true - - - - ../pics/32x32/format-text-underline.png../pics/32x32/format-text-underline.png - - - Underline - - - Ctrl+U - - - - - - ../pics/32x32/document-print-direct.png../pics/32x32/document-print-direct.png - - - Print directly - - - Ctrl+Shift+P - - - - - - RichTextEdit - QTextEdit -
.rich_text_edit.h
-
- - Minimap - QWidget -
.minimap.h
- 1 -
- - Minimap2 - QGraphicsView -
.minimap_text_browser.h
-
- - ToolBar - QWidget -
.tool_bar.h
- 1 -
-
- - -
diff --git a/src/plume/gui/writingzone/writing_zone_ui.py b/src/plume/gui/writingzone/writing_zone_ui.py deleted file mode 100644 index 0c858a31d..000000000 --- a/src/plume/gui/writingzone/writing_zone_ui.py +++ /dev/null @@ -1,183 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/gui/writingzone/writing_zone.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_WritingZone(object): - def setupUi(self, WritingZone): - WritingZone.setObjectName("WritingZone") - WritingZone.setEnabled(True) - WritingZone.resize(816, 523) - self.verticalLayout = QtWidgets.QVBoxLayout(WritingZone) - self.verticalLayout.setObjectName("verticalLayout") - self.horizontalLayout = QtWidgets.QHBoxLayout() - self.horizontalLayout.setObjectName("horizontalLayout") - self.sizeHorizontalSpacer_left = QtWidgets.QWidget(WritingZone) - sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) - sizePolicy.setHorizontalStretch(0) - sizePolicy.setVerticalStretch(0) - sizePolicy.setHeightForWidth(self.sizeHorizontalSpacer_left.sizePolicy().hasHeightForWidth()) - self.sizeHorizontalSpacer_left.setSizePolicy(sizePolicy) - palette = QtGui.QPalette() - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(242, 241, 240, 0)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(242, 241, 240, 0)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(242, 241, 240, 0)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(242, 241, 240, 0)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Window, brush) - self.sizeHorizontalSpacer_left.setPalette(palette) - self.sizeHorizontalSpacer_left.setObjectName("sizeHorizontalSpacer_left") - self.horizontalLayout.addWidget(self.sizeHorizontalSpacer_left) - self.verticalLayout_2 = QtWidgets.QVBoxLayout() - self.verticalLayout_2.setObjectName("verticalLayout_2") - spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) - self.verticalLayout_2.addItem(spacerItem) - self.toolBar = ToolBar(WritingZone) - self.toolBar.setMinimumSize(QtCore.QSize(20, 0)) - self.toolBar.setObjectName("toolBar") - self.verticalLayout_2.addWidget(self.toolBar) - spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) - self.verticalLayout_2.addItem(spacerItem1) - self.horizontalLayout.addLayout(self.verticalLayout_2) - self.richTextEdit = RichTextEdit(WritingZone) - self.richTextEdit.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff) - self.richTextEdit.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff) - self.richTextEdit.setObjectName("richTextEdit") - self.horizontalLayout.addWidget(self.richTextEdit) - self.sizeHandle = QtWidgets.QWidget(WritingZone) - self.sizeHandle.setMinimumSize(QtCore.QSize(4, 0)) - self.sizeHandle.setCursor(QtGui.QCursor(QtCore.Qt.SizeHorCursor)) - self.sizeHandle.setMouseTracking(True) - self.sizeHandle.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedStates)) - self.sizeHandle.setObjectName("sizeHandle") - self.horizontalLayout.addWidget(self.sizeHandle) - self.sizeHorizontalSpacer_right = QtWidgets.QWidget(WritingZone) - sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) - sizePolicy.setHorizontalStretch(0) - sizePolicy.setVerticalStretch(0) - sizePolicy.setHeightForWidth(self.sizeHorizontalSpacer_right.sizePolicy().hasHeightForWidth()) - self.sizeHorizontalSpacer_right.setSizePolicy(sizePolicy) - palette = QtGui.QPalette() - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(242, 241, 240, 0)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(242, 241, 240, 0)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(242, 241, 240, 0)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(242, 241, 240, 0)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Window, brush) - self.sizeHorizontalSpacer_right.setPalette(palette) - self.sizeHorizontalSpacer_right.setObjectName("sizeHorizontalSpacer_right") - self.horizontalLayout.addWidget(self.sizeHorizontalSpacer_right) - self.minimap = Minimap2(WritingZone) - self.minimap.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff) - self.minimap.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff) - self.minimap.setObjectName("minimap") - self.horizontalLayout.addWidget(self.minimap) - self.minimap_old = Minimap(WritingZone) - self.minimap_old.setObjectName("minimap_old") - self.horizontalLayout.addWidget(self.minimap_old) - self.verticalScrollBar = QtWidgets.QScrollBar(WritingZone) - self.verticalScrollBar.setOrientation(QtCore.Qt.Vertical) - self.verticalScrollBar.setObjectName("verticalScrollBar") - self.horizontalLayout.addWidget(self.verticalScrollBar) - self.verticalLayout.addLayout(self.horizontalLayout) - self.actionCopy = QtWidgets.QAction(WritingZone) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(":/pics/32x32/edit-copy.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionCopy.setIcon(icon) - self.actionCopy.setShortcutContext(QtCore.Qt.WidgetWithChildrenShortcut) - self.actionCopy.setObjectName("actionCopy") - self.actionPaste = QtWidgets.QAction(WritingZone) - icon1 = QtGui.QIcon() - icon1.addPixmap(QtGui.QPixmap(":/pics/32x32/edit-paste.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionPaste.setIcon(icon1) - self.actionPaste.setObjectName("actionPaste") - self.actionCut = QtWidgets.QAction(WritingZone) - icon2 = QtGui.QIcon() - icon2.addPixmap(QtGui.QPixmap(":/pics/32x32/edit-cut.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionCut.setIcon(icon2) - self.actionCut.setObjectName("actionCut") - self.actionBold = QtWidgets.QAction(WritingZone) - self.actionBold.setCheckable(True) - icon3 = QtGui.QIcon() - icon3.addPixmap(QtGui.QPixmap(":/pics/32x32/format-text-bold.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionBold.setIcon(icon3) - self.actionBold.setObjectName("actionBold") - self.actionStrikethrough = QtWidgets.QAction(WritingZone) - self.actionStrikethrough.setCheckable(True) - icon4 = QtGui.QIcon() - icon4.addPixmap(QtGui.QPixmap(":/pics/32x32/format-text-strikethrough.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionStrikethrough.setIcon(icon4) - self.actionStrikethrough.setObjectName("actionStrikethrough") - self.actionItalic = QtWidgets.QAction(WritingZone) - self.actionItalic.setCheckable(True) - icon5 = QtGui.QIcon() - icon5.addPixmap(QtGui.QPixmap(":/pics/32x32/format-text-italic.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionItalic.setIcon(icon5) - self.actionItalic.setObjectName("actionItalic") - self.actionUnderline = QtWidgets.QAction(WritingZone) - self.actionUnderline.setCheckable(True) - icon6 = QtGui.QIcon() - icon6.addPixmap(QtGui.QPixmap(":/pics/32x32/format-text-underline.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionUnderline.setIcon(icon6) - self.actionUnderline.setObjectName("actionUnderline") - self.actionPrint_directly = QtWidgets.QAction(WritingZone) - icon7 = QtGui.QIcon() - icon7.addPixmap(QtGui.QPixmap(":/pics/32x32/document-print-direct.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.actionPrint_directly.setIcon(icon7) - self.actionPrint_directly.setObjectName("actionPrint_directly") - - self.retranslateUi(WritingZone) - QtCore.QMetaObject.connectSlotsByName(WritingZone) - - def retranslateUi(self, WritingZone): - - WritingZone.setWindowTitle(_("Form")) - self.actionCopy.setText(_("Copy")) - self.actionCopy.setShortcut(_("Ctrl+C")) - self.actionPaste.setText(_("Paste")) - self.actionPaste.setShortcut(_("Ctrl+V")) - self.actionCut.setText(_("Cut")) - self.actionCut.setShortcut(_("Ctrl+X")) - self.actionBold.setText(_("Bold")) - self.actionBold.setShortcut(_("Ctrl+B")) - self.actionStrikethrough.setText(_("Strikethrough")) - self.actionItalic.setText(_("Italic")) - self.actionItalic.setShortcut(_("Ctrl+I")) - self.actionUnderline.setText(_("Underline")) - self.actionUnderline.setShortcut(_("Ctrl+U")) - self.actionPrint_directly.setText(_("Print directly")) - self.actionPrint_directly.setShortcut(_("Ctrl+Shift+P")) - -from .minimap import Minimap -from .tool_bar import ToolBar -from .minimap_text_browser import Minimap2 -from .rich_text_edit import RichTextEdit diff --git a/src/plume/plugins/__init__.py b/src/plume/plugins/__init__.py deleted file mode 100644 index 96b8ed9b3..000000000 --- a/src/plume/plugins/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -''' -Created on 9 mai 2015 - -@author: cyril -''' diff --git a/src/plume/plugins/examples/__init__.py b/src/plume/plugins/examples/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/plume/plugins/examples/writetabdock/__init__.py b/src/plume/plugins/examples/writetabdock/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/plume/plugins/examples/writetabdock/writetab_dock.py b/src/plume/plugins/examples/writetabdock/writetab_dock.py deleted file mode 100644 index 4affaedd9..000000000 --- a/src/plume/plugins/examples/writetabdock/writetab_dock.py +++ /dev/null @@ -1,170 +0,0 @@ -''' -Created on 4 juin 2015 - -@author: Cyril Jacquet -''' -from core import plugins as core_plugins -from gui import plugins as gui_plugins -from core import cfg as core_cfg -from PyQt5.Qt import pyqtSlot -from PyQt5.QtCore import Qt - - -class WriteTabDockPlugin(core_plugins.CoreWriteTabDockPlugin, gui_plugins.GuiWriteTabDockPlugin): - - ''' - WriteTabDockPlugin - - This is an example of dock for the WriteTab, in the "Write" panel. This is a minimal dock with two parts : Core and Gui . - The Gui part calls a writetab_dock.ui form. The compiled form writetab_dock_ui.py is build automaticaly if the environement variable PLUME_DEVELOP_FROM points to a parent directory of this plugin. - - The goal of this dock is to display and modify the title of the current sheet. Nothing really useful... - ''' - is_builtin_plugin = False - - def __init__(self): - ''' - Constructor - ''' - - super(WriteTabDockPlugin, self).__init__() - - def core_class(self): - ''' - Write your core class without '()' - ''' - return CoreWriteTabDock - - def gui_class(self): - ''' - Write your gui class without '()' - ''' - return GuiWriteTabDock - - -class CoreWriteTabDock(): - - ''' - CoreWriteTabDock - ''' - - dock_name = "writetab-example-dock" - - def __init__(self): - ''' - Constructor - ''' - - super(CoreWriteTabDock, self).__init__() - self._sheet_id = None - self.tree_sheet = None - # property variable : - self._title_text = None - - @property - def sheet_id(self): - return self._sheet_id - - @sheet_id.setter - def sheet_id(self, sheet_id): - if self._sheet_id == sheet_id: - return - self._sheet_id = sheet_id - if self.sheet_id is not None: - # you fetch the current sheet : - self.tree_sheet = core_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id( - self.sheet_id) - # initialize title_text() - _ = self.title_text - - @property - def title_text(self): # rename the property as you see fit - if self._title_text is None: - self._title_text = "" - if self._sheet_id is not None: - self._title_text = self.tree_sheet.get_title() - - return self._title_text - - @title_text.setter # rename the property here too ! - def title_text(self, text): # rename the property here too ! - if self.sheet_id is not None: - # you fetch the current sheet : - self.tree_sheet = core_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id( - self.sheet_id) - self.tree_sheet.set_title(text) # apply the change - self._title_text = text - - -from PyQt5.QtWidgets import QWidget -from PyQt5.QtCore import QObject -from gui import cfg as gui_cfg -from plugins.examples.writetabdock import writetab_dock_ui - - -class GuiWriteTabDock(QObject): - - ''' - GuiWriteTabDock - ''' - dock_name = "writetab-example-dock" - dock_displayed_name = _("Writetab Example") - - def __init__(self, parent=None): - ''' - Constructor - ''' - super(GuiWriteTabDock, self).__init__(parent) - self.widget = None - self.core_part = None # CoreWriteTabDock - self._sheet_id = None - self.tree_sheet = None - - @property - def sheet_id(self): - return self._sheet_id - - @sheet_id.setter - def sheet_id(self, sheet_id): - if self._sheet_id == sheet_id: - pass - self._sheet_id = sheet_id - if self.sheet_id is not None: - self.tree_sheet = gui_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id( - self.sheet_id) - self.core_part = self.tree_sheet.get_instance_of(self.dock_name) - self.core_part.sheet_id = sheet_id - core_cfg.data.subscriber.unsubscribe_update_func(self.get_update) - # subscribe to an updater, so to be up to date when changes occur : - core_cfg.data.subscriber.subscribe_update_func_to_domain( - self.get_update, "data.tree.title", self._sheet_id) - - def get_widget(self): - - if self.widget is None: - self.widget = QWidget() - self.ui = writetab_dock_ui.Ui_WriteTabDock() - self.ui.setupUi(self.widget) - - if self.tree_sheet is not None and self.core_part is not None: - self.get_update() - - # connect : - self.ui.lineEdit.editingFinished.connect( - self.apply_text_change, type=Qt.UniqueConnection) - - self.widget.gui_part = self - return self.widget - - def get_update(self): - self.ui.lineEdit.blockSignals(True) - if self.tree_sheet is not None and self.core_part is not None: - text = self.core_part.title_text - self.ui.lineEdit.setText(text) - self.ui.lineEdit.blockSignals(False) - - @pyqtSlot() - def apply_text_change(self): - core_cfg.data.subscriber.disable_func(self.get_update) - self.core_part.title_text = self.ui.lineEdit.text() - core_cfg.data.subscriber.enable_func(self.get_update) diff --git a/src/plume/plugins/examples/writetabdock/writetab_dock.ui b/src/plume/plugins/examples/writetabdock/writetab_dock.ui deleted file mode 100644 index b3a2644d0..000000000 --- a/src/plume/plugins/examples/writetabdock/writetab_dock.ui +++ /dev/null @@ -1,81 +0,0 @@ - - - WriteTabDock - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - - - - - PushButton - - - - - - - <html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Do not remove</span> this 'topWidget'. </p><p>Use it to add functionalities, options...</p></body></html> - - - - - - - - - - - - - - - Edit the title : - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - diff --git a/src/plume/plugins/examples/writetabdock/writetab_dock.yapsy-plugin b/src/plume/plugins/examples/writetabdock/writetab_dock.yapsy-plugin deleted file mode 100644 index 3a09f7ecf..000000000 --- a/src/plume/plugins/examples/writetabdock/writetab_dock.yapsy-plugin +++ /dev/null @@ -1,9 +0,0 @@ -[Core] -Name = WriteTab Dock -Module = writetab_dock - -[Documentation] -Author = Cyril Jacquet -Version = 0.1 -Website = http://www.plume-creator.eu -Description = Example of dock displaying sheet's title diff --git a/src/plume/plugins/examples/writetabdock/writetab_dock_ui.py b/src/plume/plugins/examples/writetabdock/writetab_dock_ui.py deleted file mode 100644 index 99822bcec..000000000 --- a/src/plume/plugins/examples/writetabdock/writetab_dock_ui.py +++ /dev/null @@ -1,52 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/plugins/examples/writetabdock/writetab_dock.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_WriteTabDock(object): - def setupUi(self, WriteTabDock): - WriteTabDock.setObjectName("WriteTabDock") - WriteTabDock.resize(400, 300) - self.verticalLayout = QtWidgets.QVBoxLayout(WriteTabDock) - self.verticalLayout.setObjectName("verticalLayout") - self.topWidget = QtWidgets.QWidget(WriteTabDock) - self.topWidget.setObjectName("topWidget") - self.horizontalLayout = QtWidgets.QHBoxLayout(self.topWidget) - self.horizontalLayout.setContentsMargins(0, 0, 0, 0) - self.horizontalLayout.setObjectName("horizontalLayout") - self.pushButton = QtWidgets.QPushButton(self.topWidget) - self.pushButton.setObjectName("pushButton") - self.horizontalLayout.addWidget(self.pushButton) - self.label = QtWidgets.QLabel(self.topWidget) - self.label.setObjectName("label") - self.horizontalLayout.addWidget(self.label) - self.verticalLayout.addWidget(self.topWidget) - self.gridLayout = QtWidgets.QGridLayout() - self.gridLayout.setObjectName("gridLayout") - self.lineEdit = QtWidgets.QLineEdit(WriteTabDock) - self.lineEdit.setObjectName("lineEdit") - self.gridLayout.addWidget(self.lineEdit, 2, 0, 1, 1) - self.label_2 = QtWidgets.QLabel(WriteTabDock) - self.label_2.setObjectName("label_2") - self.gridLayout.addWidget(self.label_2, 1, 0, 1, 1) - spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) - self.gridLayout.addItem(spacerItem, 0, 0, 1, 1) - spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) - self.gridLayout.addItem(spacerItem1, 3, 0, 1, 1) - self.verticalLayout.addLayout(self.gridLayout) - - self.retranslateUi(WriteTabDock) - QtCore.QMetaObject.connectSlotsByName(WriteTabDock) - - def retranslateUi(self, WriteTabDock): - - WriteTabDock.setWindowTitle(_("Form")) - self.pushButton.setText(_("PushButton")) - self.label.setText(_("

Do not remove this \'topWidget\'.

Use it to add functionalities, options...

")) - self.label_2.setText(_("Edit the title :")) - diff --git a/src/plume/plugins/notesdock/notes_dock.py b/src/plume/plugins/notesdock/notes_dock.py deleted file mode 100644 index 31b6611dc..000000000 --- a/src/plume/plugins/notesdock/notes_dock.py +++ /dev/null @@ -1,61 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' -from plugins.synopsisdock.synopsis_dock import CoreSynopsisDock, GuiSynopsisDock -from core import plugins as core_plugins -from gui import plugins as gui_plugins - - -class NotesDockPlugin(core_plugins.CoreWriteTabDockPlugin, gui_plugins.GuiWriteTabDockPlugin): - - ''' - NotesDockPlugin, based on SynopsisDockPlugin - ''' - is_builtin_plugin = True - - def __init__(self): - ''' - Constructor - ''' - - super(NotesDockPlugin, self).__init__() - - def core_class(self): - return CoreNotesDock - - def gui_class(self): - return GuiNotesDock - - -class CoreNotesDock(CoreSynopsisDock): - - ''' - CoreNotesDock, based on CoreSynopsisDock - ''' - - dock_name = "notes-dock" - note_type_name = "notes" - - def __init__(self): - ''' - Constructor - ''' - - super(CoreNotesDock, self).__init__() - - -class GuiNotesDock(GuiSynopsisDock): - - ''' - GuiNotesDock, based on GuiSynopsisDock - ''' - dock_name = "notes-dock" - dock_displayed_name = _("Notes") - - def __init__(self, parent=None): - ''' - Constructor - ''' - super(GuiNotesDock, self).__init__(parent) diff --git a/src/plume/plugins/notesdock/notes_dock.yapsy-plugin b/src/plume/plugins/notesdock/notes_dock.yapsy-plugin deleted file mode 100644 index 6979cbac1..000000000 --- a/src/plume/plugins/notesdock/notes_dock.yapsy-plugin +++ /dev/null @@ -1,9 +0,0 @@ -[Core] -Name = Notes Dock -Module = notes_dock - -[Documentation] -Author = Cyril Jacquet -Version = 0.1 -Website = http://www.plume-creator.eu -Description = Dock displaying sheet's notes diff --git a/src/plume/plugins/propertiesdock/__init__.py b/src/plume/plugins/propertiesdock/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/plume/plugins/propertiesdock/properties_dock.py b/src/plume/plugins/propertiesdock/properties_dock.py deleted file mode 100644 index 6c479c003..000000000 --- a/src/plume/plugins/propertiesdock/properties_dock.py +++ /dev/null @@ -1,536 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' -from core import plugins as core_plugins -from gui import plugins as gui_plugins -from core import cfg as core_cfg -from PyQt5.Qt import pyqtSlot - - -class PropertiesDockPlugin(core_plugins.CoreWriteTabDockPlugin, gui_plugins.GuiWriteTabDockPlugin): - - ''' - PropertiesDockPlugin - ''' - is_builtin_plugin = True - - def __init__(self): - ''' - Constructor - ''' - - super(PropertiesDockPlugin, self).__init__() - - def core_class(self): - return CorePropertyDock - - def gui_class(self): - return GuiPropertyDock - - -class CorePropertyDock(): - - ''' - CorePropertyDock - ''' - - dock_name = "properties-dock" - - def __init__(self): - ''' - Constructor - ''' - - super(CorePropertyDock, self).__init__() - self._property_table_model = None - self._sheet_id = None - self.tree_sheet = None - - @property - def sheet_id(self): - return self._sheet_id - - @sheet_id.setter - def sheet_id(self, sheet_id): - if self._sheet_id == sheet_id: - pass - self._sheet_id = sheet_id - if self.sheet_id is not None: - self.tree_sheet = core_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id( - self.sheet_id) - _ = self.property_table_model - - @property - def property_table_model(self): - if self._property_table_model is None: - self._property_table_model = PropertyTableModel(self) - if self._sheet_id is not None: - self._property_table_model.set_sheet_id(self._sheet_id) - self._property_table_model.tree_sheet \ - = core_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id(self.sheet_id) - - return self._property_table_model - - @pyqtSlot() - def add_property_row(self, index): - self._property_table_model.insertRow(1, index) - - @pyqtSlot() - def remove_property_row(self, index): - self._property_table_model.removeRow( - index.row(), self._property_table_model.root_model_index()) - -from PyQt5.QtWidgets import QWidget -from PyQt5.QtCore import QSortFilterProxyModel -from gui import cfg as gui_cfg -from plugins.propertiesdock import properties_dock_ui - - -class GuiPropertyDock(): - - ''' - GuiPropertyDock - ''' - dock_name = "properties-dock" - dock_displayed_name = _("Properties") - - def __init__(self): - ''' - Constructor - ''' - super(GuiPropertyDock, self).__init__() - self.widget = None - self.core_part = None # CorePropertyDock - self._sheet_id = None - self.tree_sheet = None - - @property - def sheet_id(self): - return self._sheet_id - - @sheet_id.setter - def sheet_id(self, sheet_id): - if self._sheet_id == sheet_id: - pass - self._sheet_id = sheet_id - if self.sheet_id is not None: - self.tree_sheet = gui_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id( - self.sheet_id) - self.core_part = self.tree_sheet.get_instance_of(self.dock_name) - self.core_part.sheet_id = sheet_id - - def get_widget(self): - - if self.widget is None: - self.widget = QWidget() - self.ui = properties_dock_ui.Ui_PropertiesDock() - self.ui.setupUi(self.widget) - - if self.tree_sheet is not None and self.core_part is not None: - table_model = self.core_part.property_table_model - - # filter : - self.filter = QSortFilterProxyModel(self.widget) - self.filter.setFilterKeyColumn(-1) - self.filter.setFilterCaseSensitivity(False) - self.filter.setSourceModel(table_model) - - # model : - self.ui.tableView.setModel(self.filter) - - # connect : - self.ui.addPropButton.clicked.connect(self.add_property_row) - self.ui.removePropButton.clicked.connect( - self.remove_property_row) - self.ui.filterLineEdit.textChanged.connect( - self.filter.setFilterFixedString) - self.ui.tableView.clicked.connect(self.set_current_row) - - self.widget.gui_part = self - return self.widget - - @pyqtSlot() - def add_property_row(self): - index = self.filter.mapToSource(self.ui.tableView.currentIndex()) - self.core_part.add_property_row(index) - - @pyqtSlot() - def remove_property_row(self): - index = self.filter.mapToSource(self.ui.tableView.currentIndex()) - self.core_part.remove_property_row(index) - - @pyqtSlot('QModelIndex') - def set_current_row(self, model_index): - self.ui.tableView.setCurrentIndex(model_index) - -from PyQt5.QtCore import QAbstractTableModel, QVariant, QModelIndex, Qt - - -class PropertyTableModel(QAbstractTableModel): - - ''' - PropertyTableModel - ''' - - def __init__(self, parent=None): - ''' - Constructor - ''' - - super(PropertyTableModel, self).__init__(parent=None) - - self.tree_sheet = None - self.root_node = TableNode() - self.headers = ["property", "value"] - - def set_sheet_id(self, sheet_id): - # unsubscribe: - core_cfg.data.subscriber.unsubscribe_update_func(self.reset_model) - self._sheet_id = sheet_id - self.tree_sheet = core_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id( - sheet_id) - # subscribe: - core_cfg.data.subscriber.subscribe_update_func_to_domain( - self.reset_model, "data.tree.properties", self._sheet_id) - self.reset_model() - - def columnCount(self, parent): - ''' - function:: columnCount(parent) - :param parent: - ''' - return 2 - - def rowCount(self, parent): - ''' - function:: rowCount(parent) - :param parent: - ''' - # if parent.column() > 0: - # return 0 - - parent_node = self.root_node - - return len(parent_node) - - def headerData(self, section, orientation, role): - ''' - function:: headerData(section, orientation, role) - :param section: - :param orientation: - :param role: - ''' - if orientation == Qt.Horizontal and role == Qt.DisplayRole: - return QVariant(self.headers[section]) - return QVariant() - - def index(self, row, column, parent): - ''' - function:: index(row, column, parent) - :param row: - :param column: - :param parent: - ''' - if not self.hasIndex(row, column, parent): - return QModelIndex() - - node = self.nodeFromIndex(parent) - return self.createIndex(row, column, node.childAtRow(row)) - - def data(self, index, role): - ''' - function:: data(index, role) - :param index: - :param role: - ''' - row = index.row() - col = index.column() - - if not index.isValid(): - return QVariant() - - node = self.nodeFromIndex(index) - - if col == 0 and (role == Qt.DisplayRole or role == Qt.EditRole): - return node.key - if col == 1 and (role == Qt.DisplayRole or role == Qt.EditRole): - return node.value - - return QVariant() - - def parent(self, child): - ''' - function:: parent(child) - :param child: - ''' - if not child.isValid(): - return QModelIndex() - - node = self.nodeFromIndex(child) - - if node is None: - return QModelIndex() - - parent = node.parent - if parent == self.root_node: - return QModelIndex() - - if parent is None: - return QModelIndex() - - grandparent = parent.parent - if grandparent is None: - return QModelIndex() - row = grandparent.rowOfChild(parent) - - assert row != - 1 - return self.createIndex(row, 0, parent) - - def nodeFromIndex(self, index): - ''' - function:: nodeFromIndex(index) - :param index: - ''' - return index.internalPointer() if index.isValid() else self.root_node - - def root_model_index(self): - ''' - function:: root_model_index() - ''' - return QModelIndex() -#------------------------------------------ -#------------------Editing----------------- -#------------------------------------------ - - def setData(self, index, value, role): - ''' - function:: setData(index, value, role) - :param index: - :param value: - :param role: - ''' - limit = [role] - if not index.isValid(): - return False - # title : - if role == Qt.EditRole and index.column() == 0: - - node = self.nodeFromIndex(index) - self.tree_sheet.change_property_key(node.key, value) - node.key = value - - self.dataChanged.emit(index, index, limit) - return True - - if role == Qt.EditRole and index.column() == 1: - - node = self.nodeFromIndex(index) - self.tree_sheet.set_property(node.key, value) - node.value = value - - self.dataChanged.emit(index, index, limit) - return True - return False - - def supportedDropActions(self): - ''' - function:: supportedDropActions() - :param : - ''' - return Qt.CopyAction | Qt.MoveAction - - def flags(self, index): - ''' - function:: flags(index) - :param index: - :rtype: return - - ''' - defaultFlags = QAbstractTableModel.flags(self, index) - - if index.isValid(): - return Qt.ItemIsEditable | Qt.ItemIsDragEnabled | \ - Qt.ItemIsDropEnabled | defaultFlags - - else: - return Qt.ItemIsDropEnabled | defaultFlags - - def insertRow(self, row, parent): - ''' - function:: insertRow(row, parent) - :param row: - :param parent: - ''' - return self.insertRows(row, 1, parent) - - def insertRows(self, row, count, parent): - ''' - function:: insertRows(row, count, parent) - :param row: - :param count: - :param parent: - ''' - self.beginInsertRows(parent, row, (row + (count - 1))) - self.create_child_nodes(self.root_node, {"": ""}) - self.endInsertRows() - return True - - def removeRow(self, row, parentIndex): - ''' - function:: removeRow(row, parentIndex) - :param row: - :param parentIndex: - ''' - return self.removeRows(row, 1, parentIndex) - - def removeRows(self, row, count, parentIndex): - ''' - function:: removeRows(row, count, parentIndex) - :param row: - :param count: - :param parentIndex: - ''' - self.beginRemoveRows(parentIndex, row, row) - node = self.nodeFromIndex(parentIndex) - node.removeChild(row) - self.endRemoveRows() - - return True - - pass - - def reset_model(self): - ''' - function:: reset_model() - :param : - ''' - self.beginResetModel() - - del self.root_node - self.root_node = TableNode() - - # create a nice dict - self.prop_dict = self.tree_sheet.get_properties() - - self.root_node.sheet_id = self._sheet_id - self.create_child_nodes(self.root_node, self.prop_dict) - - self.endResetModel() - - def apply_node_variables_from_dict(self, node, sheet_id): - ''' - function:: apply_node_variables_from_dict(node, sheet_id, dict_) - :param node: - :param sheet_id: - :param dict_: - ''' - pass - - def create_child_nodes(self, parent_node, key_value_dict): - ''' - function:: create_child_nodes(parent_node) - :param parent_node: - :rtype: - - ''' - # add & scan children : - - if list(key_value_dict.keys()) != []: - for child_key in key_value_dict.keys(): - - child_node = TableNode(parent_node) - child_node.key = child_key - child_node.value = key_value_dict[child_key] - child_node.sheet_id = self._sheet_id - child_node.children_id = None - parent_node.appendChild(child_node) - # self.create_child_nodes(child_node) - - -class TableNode(): - - ''' - TableNode - ''' - - def __init__(self, parent=None): - ''' - Constructor - ''' - - super(TableNode, self).__init__() - - self.sheet_id = 0 - self.key = "" - self.value = "" - self.parent = parent - self.children = [] - - def setParent(self, parent): - ''' - function:: setParent(parent) - :param parent: - :rtype: - - ''' - if parent != None: - self.parent = parent - self.parent.appendChild(self) - else: - self.parent = None - - def appendChild(self, child): - ''' - function:: appendChild(child) - :param child: - :rtype: return - - ''' - if not child in self.children: - self.children.append(child) - - def childAtRow(self, row): - ''' - function:: childAtRow(row) - :param row: - :rtype: return - - ''' - return self.children[row] - - def rowOfChild(self, child): - ''' - function:: rowOfChild(child) - :param child: - :rtype: return - - ''' - for i, item in enumerate(self.children): - if item == child: - return i - return -1 - - def removeChild(self, row): - ''' - function:: removeChild(self, row) - :param self: - :param row: - :rtype: return - - ''' - value = self.children[row] - self.children.remove(value) - - return True - - def __len__(self): - ''' - function:: __len__(self) - :param self: - :rtype: return - - ''' - - return len(self.children) diff --git a/src/plume/plugins/propertiesdock/properties_dock.ui b/src/plume/plugins/propertiesdock/properties_dock.ui deleted file mode 100644 index 7f7d9fffb..000000000 --- a/src/plume/plugins/propertiesdock/properties_dock.ui +++ /dev/null @@ -1,85 +0,0 @@ - - - PropertiesDock - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - - - - - Filter - - - - - - - - - - - - - - - + - - - - - - - - - - true - - - true - - - true - - - 70 - - - false - - - 50 - - - true - - - true - - - false - - - 20 - - - 20 - - - - - - - - diff --git a/src/plume/plugins/propertiesdock/properties_dock.yapsy-plugin b/src/plume/plugins/propertiesdock/properties_dock.yapsy-plugin deleted file mode 100644 index 091d8639a..000000000 --- a/src/plume/plugins/propertiesdock/properties_dock.yapsy-plugin +++ /dev/null @@ -1,9 +0,0 @@ -[Core] -Name = Properties Dock -Module = properties_dock - -[Documentation] -Author = Cyril Jacquet -Version = 0.1 -Website = http://www.plume-creator.eu -Description = Dock displaying sheet's properties \ No newline at end of file diff --git a/src/plume/plugins/propertiesdock/properties_dock_ui.py b/src/plume/plugins/propertiesdock/properties_dock_ui.py deleted file mode 100644 index f4a8916bb..000000000 --- a/src/plume/plugins/propertiesdock/properties_dock_ui.py +++ /dev/null @@ -1,56 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/plugins/propertiesdock/properties_dock.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_PropertiesDock(object): - def setupUi(self, PropertiesDock): - PropertiesDock.setObjectName("PropertiesDock") - PropertiesDock.resize(400, 300) - self.verticalLayout = QtWidgets.QVBoxLayout(PropertiesDock) - self.verticalLayout.setObjectName("verticalLayout") - self.topWidget = QtWidgets.QWidget(PropertiesDock) - self.topWidget.setObjectName("topWidget") - self.horizontalLayout = QtWidgets.QHBoxLayout(self.topWidget) - self.horizontalLayout.setContentsMargins(0, 0, 0, 0) - self.horizontalLayout.setObjectName("horizontalLayout") - self.filterLineEdit = QtWidgets.QLineEdit(self.topWidget) - self.filterLineEdit.setObjectName("filterLineEdit") - self.horizontalLayout.addWidget(self.filterLineEdit) - self.removePropButton = QtWidgets.QToolButton(self.topWidget) - self.removePropButton.setObjectName("removePropButton") - self.horizontalLayout.addWidget(self.removePropButton) - self.addPropButton = QtWidgets.QToolButton(self.topWidget) - self.addPropButton.setObjectName("addPropButton") - self.horizontalLayout.addWidget(self.addPropButton) - self.verticalLayout.addWidget(self.topWidget) - self.tableView = QtWidgets.QTableView(PropertiesDock) - self.tableView.setAlternatingRowColors(True) - self.tableView.setSortingEnabled(True) - self.tableView.setObjectName("tableView") - self.tableView.horizontalHeader().setCascadingSectionResizes(True) - self.tableView.horizontalHeader().setDefaultSectionSize(70) - self.tableView.horizontalHeader().setHighlightSections(False) - self.tableView.horizontalHeader().setMinimumSectionSize(50) - self.tableView.horizontalHeader().setSortIndicatorShown(True) - self.tableView.horizontalHeader().setStretchLastSection(True) - self.tableView.verticalHeader().setVisible(False) - self.tableView.verticalHeader().setDefaultSectionSize(20) - self.tableView.verticalHeader().setMinimumSectionSize(20) - self.verticalLayout.addWidget(self.tableView) - - self.retranslateUi(PropertiesDock) - QtCore.QMetaObject.connectSlotsByName(PropertiesDock) - - def retranslateUi(self, PropertiesDock): - - PropertiesDock.setWindowTitle(_("Form")) - self.filterLineEdit.setPlaceholderText(_("Filter")) - self.removePropButton.setText(_("-")) - self.addPropButton.setText(_("+")) - diff --git a/src/plume/plugins/synopsisdock/__init__.py b/src/plume/plugins/synopsisdock/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/plume/plugins/synopsisdock/synopsis_dock.py b/src/plume/plugins/synopsisdock/synopsis_dock.py deleted file mode 100644 index 1852223df..000000000 --- a/src/plume/plugins/synopsisdock/synopsis_dock.py +++ /dev/null @@ -1,158 +0,0 @@ -''' -Created on 6 mai 2015 - -@author: Cyril Jacquet -''' -from core import plugins as core_plugins -from gui import plugins as gui_plugins -from core import cfg as core_cfg -from PyQt5.Qt import pyqtSlot -from PyQt5.QtCore import Qt - -class SynopsisDockPlugin(core_plugins.CoreWriteTabDockPlugin, gui_plugins.GuiWriteTabDockPlugin): - ''' - SynopsisDockPlugin - Be careful, this plugin is the basis for the NotesDockPlugin in plugin/notesdock - ''' - is_builtin_plugin = True - - def __init__(self): - ''' - Constructor - ''' - - super(SynopsisDockPlugin, self).__init__() - - - def core_class(self): - return CoreSynopsisDock - - def gui_class(self): - return GuiSynopsisDock - -class CoreSynopsisDock(): - ''' - CoreSynopsisDock - ''' - - dock_name = "synopsis-dock" - note_type_name = "synopsis" - - def __init__(self): - ''' - Constructor - ''' - - super(CoreSynopsisDock, self).__init__() - self._synopsis_rich_text = None - self._sheet_id = None - self.tree_sheet = None - - @property - def sheet_id(self): - return self._sheet_id - - @sheet_id.setter - def sheet_id(self, sheet_id): - if self._sheet_id == sheet_id: - return - self._sheet_id = sheet_id - if self.sheet_id is not None: - self.tree_sheet = core_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id(self.sheet_id) - _ = self.synopsis_rich_text - - - - @property - def synopsis_rich_text(self): - if self._synopsis_rich_text is None: - self._synopsis_rich_text = "" - if self._sheet_id is not None: - other_contents_dict = self.tree_sheet.get_other_contents() - try : - self._synopsis_rich_text = other_contents_dict[self.note_type_name] - except KeyError: - self._synopsis_rich_text = "" - - return self._synopsis_rich_text - - @synopsis_rich_text.setter - def synopsis_rich_text(self, text): - if self.sheet_id is not None: - self.tree_sheet = core_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id(self.sheet_id) - self.tree_sheet.set_other_content(self.note_type_name, text) - self._synopsis_rich_text = text - - -from PyQt5.QtWidgets import QWidget -from PyQt5.QtCore import QObject -from gui import cfg as gui_cfg -from plugins.synopsisdock import synopsis_dock_ui - -class GuiSynopsisDock(QObject): - ''' - GuiSynopsisDock - ''' - dock_name = "synopsis-dock" - dock_displayed_name = _("Synopsis") - def __init__(self, parent = None): - ''' - Constructor - ''' - super(GuiSynopsisDock, self).__init__(parent) - self.widget = None - self.core_part = None # CoreSynopsisDock - self._sheet_id = None - self.tree_sheet = None - - @property - def sheet_id(self): - return self._sheet_id - - @sheet_id.setter - def sheet_id(self, sheet_id): - if self._sheet_id == sheet_id: - pass - self._sheet_id = sheet_id - if self.sheet_id is not None: - self.tree_sheet = gui_cfg.core.tree_sheet_manager.get_tree_sheet_from_sheet_id(self.sheet_id) - self.core_part = self.tree_sheet.get_instance_of(self.dock_name) - self.core_part.sheet_id = sheet_id - core_cfg.data.subscriber.unsubscribe_update_func(self.get_update) - core_cfg.data.subscriber.subscribe_update_func_to_domain(self.get_update,"data.tree.other_contents", self._sheet_id) - - def get_widget(self): - - if self.widget is None: - self.widget = QWidget() - self.ui = synopsis_dock_ui.Ui_SynopsisDock() - self.ui.setupUi(self.widget) - - self.ui.writingZone.has_minimap = False - self.ui.writingZone.has_scrollbar = False - self.ui.writingZone.is_resizable = False - self.ui.has_side_tool_bar = False - - if self.tree_sheet is not None and self.core_part is not None: - self.get_update() - - - #connect : - self.ui.writingZone.text_edit.textChanged.connect(self.apply_text_change, type=Qt.UniqueConnection ) - - self.widget.gui_part = self - return self.widget - - def get_update(self): - self.ui.writingZone.text_edit.blockSignals(True) - if self.tree_sheet is not None and self.core_part is not None: - text = self.core_part.synopsis_rich_text - self.ui.writingZone.set_rich_text(text) - self.ui.writingZone.text_edit.blockSignals(False) - - @pyqtSlot() - def apply_text_change(self): - core_cfg.data.subscriber.disable_func(self.get_update) - self.core_part.synopsis_rich_text = self.ui.writingZone.text_edit.toHtml() - core_cfg.data.subscriber.enable_func(self.get_update) - diff --git a/src/plume/plugins/synopsisdock/synopsis_dock.ui b/src/plume/plugins/synopsisdock/synopsis_dock.ui deleted file mode 100644 index 2ab37adac..000000000 --- a/src/plume/plugins/synopsisdock/synopsis_dock.ui +++ /dev/null @@ -1,41 +0,0 @@ - - - SynopsisDock - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - - - - - - - true - - - - - - - - WritingZone - QWidget -
gui/writingzone/writing_zone.h
- 1 -
-
- - -
diff --git a/src/plume/plugins/synopsisdock/synopsis_dock.yapsy-plugin b/src/plume/plugins/synopsisdock/synopsis_dock.yapsy-plugin deleted file mode 100644 index 41a60fb07..000000000 --- a/src/plume/plugins/synopsisdock/synopsis_dock.yapsy-plugin +++ /dev/null @@ -1,9 +0,0 @@ -[Core] -Name = Synopsis Dock -Module = synopsis_dock - -[Documentation] -Author = Cyril Jacquet -Version = 0.1 -Website = http://www.plume-creator.eu -Description = Dock displaying sheet's synopsis diff --git a/src/plume/plugins/synopsisdock/synopsis_dock_ui.py b/src/plume/plugins/synopsisdock/synopsis_dock_ui.py deleted file mode 100644 index 7b88e55af..000000000 --- a/src/plume/plugins/synopsisdock/synopsis_dock_ui.py +++ /dev/null @@ -1,35 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/plugins/synopsisdock/synopsis_dock.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_SynopsisDock(object): - def setupUi(self, SynopsisDock): - SynopsisDock.setObjectName("SynopsisDock") - SynopsisDock.resize(400, 300) - self.verticalLayout = QtWidgets.QVBoxLayout(SynopsisDock) - self.verticalLayout.setObjectName("verticalLayout") - self.topWidget = QtWidgets.QWidget(SynopsisDock) - self.topWidget.setObjectName("topWidget") - self.horizontalLayout = QtWidgets.QHBoxLayout(self.topWidget) - self.horizontalLayout.setContentsMargins(0, 0, 0, 0) - self.horizontalLayout.setObjectName("horizontalLayout") - self.verticalLayout.addWidget(self.topWidget) - self.writingZone = WritingZone(SynopsisDock) - self.writingZone.setEnabled(True) - self.writingZone.setObjectName("writingZone") - self.verticalLayout.addWidget(self.writingZone) - - self.retranslateUi(SynopsisDock) - QtCore.QMetaObject.connectSlotsByName(SynopsisDock) - - def retranslateUi(self, SynopsisDock): - - SynopsisDock.setWindowTitle(_("Form")) - -from gui.writingzone.writing_zone import WritingZone diff --git a/src/plume/plugins/writetreedock/__init__.py b/src/plume/plugins/writetreedock/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/plume/plugins/writetreedock/write_tree_dock.py b/src/plume/plugins/writetreedock/write_tree_dock.py deleted file mode 100644 index dfbf6f88d..000000000 --- a/src/plume/plugins/writetreedock/write_tree_dock.py +++ /dev/null @@ -1,128 +0,0 @@ -''' -Created on 26 mai 2015 - -@author: Cyril Jacquet -''' -from core import plugins as core_plugins -from gui import plugins as gui_plugins -from core import cfg as core_cfg -from PyQt5.Qt import pyqtSlot - - -class WriteTreeDockPlugin(core_plugins.CoreWritePanelDockPlugin, gui_plugins.GuiWritePanelDockPlugin): - ''' - WriteTreeDockPlugin - ''' - is_builtin_plugin = True - def __init__(self): - ''' - Constructor - ''' - - super(WriteTreeDockPlugin, self).__init__() - - - def core_class(self): - return CoreWriteTreeDock - - def gui_class(self): - return GuiWriteTreeDock - -from plugins.writetreedock import write_tree_model - -class CoreWriteTreeDock(): - ''' - CoreWriteTreeDock - ''' - - dock_name = "write-tree-dock" - - def __init__(self): - ''' - Constructor - ''' - - super(CoreWriteTreeDock, self).__init__() - self._write_tree_model = None - - @property - def write_tree_model(self): - if self._write_tree_model is None: - self._write_tree_model =write_tree_model.WriteTreeModel() - - return self._write_tree_model - -# @pyqtSlot() -# def add_property_row(self, index): -# self._property_table_model.insertRow(1, index) -# -# @pyqtSlot() -# def remove_property_row(self, index): -# self._property_table_model.removeRow(index.row(), self._property_table_model.root_model_index()) - -from PyQt5.QtWidgets import QWidget -from PyQt5.QtCore import QSortFilterProxyModel -from gui import cfg as gui_cfg -from plugins.writetreedock import write_tree_dock_ui, write_tree_view - -class GuiWriteTreeDock(): - ''' - GuiWriteTreeDock - ''' - dock_name = "write-tree-dock" - dock_displayed_name = _("Project") - def __init__(self): - ''' - Constructor - ''' - super(GuiWriteTreeDock, self).__init__() - self.widget = None - self.core_part = None # CoreWriteTreeDock - self.core_part = gui_cfg.core.write_panel_core.get_instance_of(self.dock_name) - - def get_widget(self): - - if self.widget is None: - self.widget = QWidget() - self.ui = write_tree_dock_ui.Ui_WriteTreeDock() - self.ui.setupUi(self.widget) - - if self.core_part is not None: - self.ui.treeView.hide() - tree_view = write_tree_view.WriteTreeView() - self.ui.mainVerticalLayout.addWidget(tree_view) -# self.ui.treeView = write_tree_view.WriteTreeView() - tree_model = self.core_part.write_tree_model - - #filter : - self.filter = QSortFilterProxyModel(self.widget) - self.filter.setFilterKeyColumn(-1) - self.filter.setFilterCaseSensitivity(False) - self.filter.setSourceModel(tree_model) - - #model : - tree_view.setModel(self.filter) - - #connect : - #self.ui.addPropButton.clicked.connect(self.add_property_row) - #self.ui.removePropButton.clicked.connect(self.remove_property_row) - self.ui.filterLineEdit.textChanged.connect(self.filter.setFilterFixedString) - #TODO: #self.ui.treeView.clicked.connect(self.set_current_row) - - self.widget.gui_part = self - return self.widget - -# @pyqtSlot() -# def add_property_row(self): -# index = self.ui.tableView.currentIndex() -# self.core_part.add_property_row(index) -# -# @pyqtSlot() -# def remove_property_row(self): -# index = self.ui.tableView.currentIndex() -# self.core_part.remove_property_row(index) -# -# @pyqtSlot('QModelIndex') -# def set_current_row(self, model_index): -# self.ui.tableView.setCurrentIndex(model_index) -# diff --git a/src/plume/plugins/writetreedock/write_tree_dock.ui b/src/plume/plugins/writetreedock/write_tree_dock.ui deleted file mode 100644 index 3818e1aaa..000000000 --- a/src/plume/plugins/writetreedock/write_tree_dock.ui +++ /dev/null @@ -1,58 +0,0 @@ - - - WriteTreeDock - - - - 0 - 0 - 400 - 300 - - - - Form - - - - - - - - - Filter - - - - - - - - - - - - - - - + - - - - - - - - - - false - - - true - - - - - - - - diff --git a/src/plume/plugins/writetreedock/write_tree_dock.yapsy-plugin b/src/plume/plugins/writetreedock/write_tree_dock.yapsy-plugin deleted file mode 100644 index b0e136066..000000000 --- a/src/plume/plugins/writetreedock/write_tree_dock.yapsy-plugin +++ /dev/null @@ -1,9 +0,0 @@ -[Core] -Name = Write Tree Dock -Module = write_tree_dock - -[Documentation] -Author = Cyril Jacquet -Version = 0.1 -Website = http://www.plume-creator.eu -Description = Dock displaying the main project tree diff --git a/src/plume/plugins/writetreedock/write_tree_dock_ui.py b/src/plume/plugins/writetreedock/write_tree_dock_ui.py deleted file mode 100644 index a8adc4714..000000000 --- a/src/plume/plugins/writetreedock/write_tree_dock_ui.py +++ /dev/null @@ -1,47 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '/home/cyril/Devel/workspace_eric/plume-creator/src/plume/plugins/writetreedock/write_tree_dock.ui' -# -# Created by: PyQt5 UI code generator 5.4.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - -class Ui_WriteTreeDock(object): - def setupUi(self, WriteTreeDock): - WriteTreeDock.setObjectName("WriteTreeDock") - WriteTreeDock.resize(400, 300) - self.mainVerticalLayout = QtWidgets.QVBoxLayout(WriteTreeDock) - self.mainVerticalLayout.setObjectName("mainVerticalLayout") - self.topWidget = QtWidgets.QWidget(WriteTreeDock) - self.topWidget.setObjectName("topWidget") - self.horizontalLayout = QtWidgets.QHBoxLayout(self.topWidget) - self.horizontalLayout.setContentsMargins(0, 0, 0, 0) - self.horizontalLayout.setObjectName("horizontalLayout") - self.filterLineEdit = QtWidgets.QLineEdit(self.topWidget) - self.filterLineEdit.setObjectName("filterLineEdit") - self.horizontalLayout.addWidget(self.filterLineEdit) - self.removePropButton = QtWidgets.QToolButton(self.topWidget) - self.removePropButton.setObjectName("removePropButton") - self.horizontalLayout.addWidget(self.removePropButton) - self.addPropButton = QtWidgets.QToolButton(self.topWidget) - self.addPropButton.setObjectName("addPropButton") - self.horizontalLayout.addWidget(self.addPropButton) - self.mainVerticalLayout.addWidget(self.topWidget) - self.treeView = QtWidgets.QTreeView(WriteTreeDock) - self.treeView.setMouseTracking(False) - self.treeView.setAlternatingRowColors(True) - self.treeView.setObjectName("treeView") - self.mainVerticalLayout.addWidget(self.treeView) - - self.retranslateUi(WriteTreeDock) - QtCore.QMetaObject.connectSlotsByName(WriteTreeDock) - - def retranslateUi(self, WriteTreeDock): - - WriteTreeDock.setWindowTitle(_("Form")) - self.filterLineEdit.setPlaceholderText(_("Filter")) - self.removePropButton.setText(_("-")) - self.addPropButton.setText(_("+")) - diff --git a/src/plume/plugins/writetreedock/write_tree_model.py b/src/plume/plugins/writetreedock/write_tree_model.py deleted file mode 100644 index ad75c9e82..000000000 --- a/src/plume/plugins/writetreedock/write_tree_model.py +++ /dev/null @@ -1,346 +0,0 @@ -''' -Created on 26 avr. 2015 - -@author: Cyril Jacquet -''' -from PyQt5.Qt import QAbstractItemModel, QVariant, QModelIndex -from PyQt5.QtCore import Qt -from core import subscriber, cfg - - -class WriteTreeModel(QAbstractItemModel): - ''' - classdocs - ''' - - - def __init__(self, parent=None): - super(WriteTreeModel, self).__init__(parent) - ''' - Constructor - ''' - self.root_node = TreeNode() - - - self.headers = ["name"] - self._id_of_last_created_sheet = None - cfg.data.subscriber.subscribe_update_func_to_domain(self.reset_model, "data.project.close") - cfg.data.subscriber.subscribe_update_func_to_domain(self.reset_model, "data.tree") - cfg.data.subscriber.subscribe_update_func_to_domain(self.reset_model, "data.tree.title") - cfg.data.subscriber.subscribe_update_func_to_domain(self.reset_model, "data.tree.properties") - - def columnCount(self, parent): - return 1 - - - def rowCount(self, parent): - - if parent.column() > 0: - return 0 - - if not parent.isValid(): - parent_node = self.root_node - - return len(parent_node) - else: - parent_node = self.nodeFromIndex(parent) - return len(parent_node) - - - - - def headerData(self, section, orientation, role): - if orientation == Qt.Horizontal and role == Qt.DisplayRole: - return QVariant(self.headers[section]) - return QVariant() - - def index(self, row, column, parent): - if not self.hasIndex(row, column, parent): - return QModelIndex() - - node = self.nodeFromIndex(parent) - return self.createIndex(row, column, node.childAtRow(row)) - - - def data(self, index, role): - - row = index.row() - col = index.column() - - - if not index.isValid(): - return QVariant() - - - - node = self.nodeFromIndex(index) - - - if (role == Qt.DisplayRole or role == Qt.EditRole) and col == 0: - return node.title - - # properties : - if role == Qt.UserRole: - return node.properties; - # sheet_id : - if role == 37: - return node.sheet_id; - - return QVariant(); - - def parent(self, child): - if not child.isValid(): - return QModelIndex() - - node = self.nodeFromIndex(child) - - if node is None: - return QModelIndex() - - parent = node.parent - if parent == self.root_node: - return QModelIndex() - - - if parent is None: - return QModelIndex() - - grandparent = parent.parent - if grandparent is None: - return QModelIndex() - row = grandparent.rowOfChild(parent) - - assert row != - 1 - return self.createIndex(row, 0, parent) - - - def nodeFromIndex(self, index): - return index.internalPointer() if index.isValid() else self.root_node - -#------------------------------------------ -#------------------Editing----------------- -#------------------------------------------ - - def setData(self, index, value, role): - - limit = [role] - - # title : - if index.isValid() & role == Qt.EditRole & index.column() == 0: - - node = self.nodeFromIndex(index) - - cfg.data.main_tree.set_title(node.sheet_id, value) - node.title = value - - - self.dataChanged.emit(index, index, limit) - return True - - return False - - def supportedDropActions(self): - return Qt.CopyAction | Qt.MoveAction - - - def flags(self, index): - defaultFlags = QAbstractItemModel.flags(self, index) - - if index.isValid(): - return Qt.ItemIsEditable | Qt.ItemIsDragEnabled | \ - Qt.ItemIsDropEnabled | defaultFlags - - else: - return Qt.ItemIsDropEnabled | defaultFlags - ''' - def mimeTypes(self): - types = QStringList() - types.append('application/x-ets-qt4-instance') - return types - - def mimeData(self, index): - node = self.nodeFromIndex(index[0]) - mimeData = PyMimeData(node) - return mimeData - - - def dropMimeData(self, mimedata, action, row, column, parentIndex): - if action == Qt.IgnoreAction: - return True - - dragNode = mimedata.instance() - parentNode = self.nodeFromIndex(parentIndex) - - # make an copy of the node being moved - newNode = deepcopy(dragNode) - newNode.setParent(parentNode) - self.insertRow(len(parentNode)-1, parentIndex) - self.emit(SIGNAL("dataChanged(QModelIndex,QModelIndex)"), -parentIndex, parentIndex) - return True - - ''' - def insertRow(self, row, parent): - return self.insertRows(row, 1, parent) - - - def insertRows(self, row, count, parent): - self.beginInsertRows(parent, row, (row + (count - 1))) - for _ in range(0, count): - self._id_of_last_created_sheet = cfg.data.main_tree.create_new_sheet(self.nodeFromIndex(parent).sheet_id, "write") - self.endInsertRows() - return True - - - def removeRow(self, row, parentIndex): - return self.removeRows(row, 1, parentIndex) - - - def removeRows(self, row, count, parentIndex): - self.beginRemoveRows(parentIndex, row, row) - node = self.nodeFromIndex(parentIndex) - node.removeChild(row) - self.endRemoveRows() - - return True - - - - @property - def id_of_last_created_sheet(self): - return self._id_of_last_created_sheet - - def find_index_from_id(self, id): - start_index = self.index(0,0, QModelIndex()) - index_list = self.match(start_index, 37, id, 1, Qt.MatchExactly | Qt.MatchRecursive) - if len(index_list) == 0: - return None - else: - return index_list[0] - - def reset_model(self): - self.beginResetModel() - - - del self.root_node - self.root_node = TreeNode() - - - list_ = cfg.data.main_tree.get_tree_model_necessities("write") - if list_ == []: #empty /close - self.root_node = TreeNode() - self.endResetModel() - return - - # create a nice dict - self._dict = {} - for tuple_ in list_: - self._dict[tuple_[0]] = tuple_ - - self.root_node.sheet_id = cfg.data.main_tree.get_root_id("write") - self.create_child_nodes(self.root_node) - - - self.endResetModel() - - def apply_node_variables_from_dict(self, node, sheet_id, dict_): - """ - - """ - tuple_ = self._dict[sheet_id] - node.sheet_id, node.title, node.parent_id, node.children_id, node.properties = tuple_ - - - - def create_child_nodes(self, parent_node): - - - - #add & scan children : - - self.apply_node_variables_from_dict(parent_node, parent_node.sheet_id, self._dict) - - - if parent_node.children_id != None: - for child_id in parent_node.children_id: - - - child_node = TreeNode(parent_node) - child_node.sheet_id = child_id - parent_node.appendChild(child_node) - self.create_child_nodes(child_node) - - - - - def get_synopsys(self,sheet_id): - pass - - def set_synopsys(self,sheet_id, content): - pass - - def get_notes(self,sheet_id): - pass - - def set_notes(self,sheet_id, content): - pass - - - - - - - - - - - -class TreeNode(object): - def __init__(self, parent=None): - super(TreeNode, self).__init__() - - self.title = "title" - self.sheet_id = None - self.parent_id = None - self.children_id = None - self.properties = None - - self.parent = parent - self.children = [] - - self.setParent(parent) - - def setParent(self, parent): - if parent != None: - self.parent = parent - self.parent.appendChild(self) - else: - self.parent = None - - def appendChild(self, child): - if not child in self.children: - self.children.append(child) - - def childAtRow(self, row): - return self.children[row] - - def rowOfChild(self, child): - for i, item in enumerate(self.children): - if item == child: - return i - return -1 - - def removeChild(self, row): - value = self.children[row] - self.children.remove(value) - - return True - - def __len__(self): - return len(self.children) - - - - - - diff --git a/src/plume/plugins/writetreedock/write_tree_proxy_model.py b/src/plume/plugins/writetreedock/write_tree_proxy_model.py deleted file mode 100644 index 3ebdac55a..000000000 --- a/src/plume/plugins/writetreedock/write_tree_proxy_model.py +++ /dev/null @@ -1,21 +0,0 @@ -''' -Created on 26 may 2015 - -@author: Cyril Jacquet -''' - -from PyQt5.QtCore import QSortFilterProxyModel, QVariant, QModelIndex, Qt - - -class WriteTreeProxyModel(QSortFilterProxyModel): - - ''' - WriteTreeProxyModel - ''' - - def __init__(self, parent=None): - ''' - Constructor - ''' - - super(WriteTreeProxyModel, self).__init__(parent=None) diff --git a/src/plume/plugins/writetreedock/write_tree_view.py b/src/plume/plugins/writetreedock/write_tree_view.py deleted file mode 100644 index d48781b85..000000000 --- a/src/plume/plugins/writetreedock/write_tree_view.py +++ /dev/null @@ -1,76 +0,0 @@ -''' -Created on 8 mai 2015 - -@author: Cyril Jacquet -''' -from PyQt5.QtWidgets import QTreeView, QMenu -from gui import cfg - - -class WriteTreeView(QTreeView): - - ''' - WriteTreeView - ''' - - def __init__(self, parent=None): - ''' - Constructor - ''' - super(WriteTreeView, self).__init__(parent=None) - - self._old_index = None - - self.setEditTriggers(QTreeView.NoEditTriggers) - self.setExpandsOnDoubleClick(False) - - self.old_index = None - self.clicked.connect(self.itemClicked) - - self._init_actions() - - def _init_actions(self): - pass - - def itemClicked(self, index): - - if index != self._old_index: # reset if change - self._one_click_checkpoint = False - self._two_clicks_checkpoint = False - self._old_index = index - # third click - if self._one_click_checkpoint and self._two_clicks_checkpoint: - self.setCurrentIndex(index) - self.edit(index) - - # reset : - self._one_click_checkpoint = False - self._two_clicks_checkpoint = False - elif self._one_click_checkpoint == True: # second click - sheet_id = index.data(37) - cfg.core.tree_sheet_manager.open_sheet(sheet_id) - - self._two_clicks_checkpoint = True - - else: # first click - self.setCurrentIndex(index) - self._one_click_checkpoint = True - - def contextMenuEvent(self, event): - - menu = QMenu(self) - attachAction = menu.addAction(_("Add sheet")) - attachAction.triggered.connect(self.add_sheet) - menu.exec_(self.mapToGlobal(event.pos())) - - return QTreeView.contextMenuEvent(self, event) - - def add_sheet(self): - parent_index = self.currentIndex() - self.model().insertRow( - len(self.model().nodeFromIndex(parent_index)), parent_index) - id = self.model().id_of_last_created_sheet - index = self.model().find_index_from_id(id) - # temp : - self.expandAll() - self.edit(index) diff --git a/src/plume/plume.py b/src/plume/plume.py deleted file mode 100644 index 383708155..000000000 --- a/src/plume/plume.py +++ /dev/null @@ -1,26 +0,0 @@ -import ui_converter -import qrc_converter -from PyQt5.Qt import QApplication -from core.core import Core -from data.database import Database - - -def launch_gui(core): - from gui import gui - gui = gui.Gui(core) - gui.init_gui() - - return gui - - -if __name__ == '__main__': - - import sys - - app = QApplication(sys.argv) - data = Database(app) - core = Core(app, data) - - gui = launch_gui(core) - - sys.exit(app.exec_()) diff --git a/src/plume/qrc_converter.py b/src/plume/qrc_converter.py deleted file mode 100644 index 9b824561b..000000000 --- a/src/plume/qrc_converter.py +++ /dev/null @@ -1,51 +0,0 @@ - -# Auto converter .qrc -> .py for developpers -import os - - -def find_resources(srcdir): - base = os.path.join(srcdir, 'src', 'plume') - resources = [] - for root, _, files in os.walk(base): - for name in files: - if name.endswith('.qrc'): - resources.append(os.path.abspath(os.path.join(root, name))) - - return resources - - -def resource_to_compiled_resource(resource): - return resource.rpartition('.')[0] + '_rc.py' - - -def build_resources(srcdir, info=None, summary=False): - from subprocess import call - - def sub(match): - ans = 'I(%s%s%s)' % (match.group(1), match.group(2), match.group(1)) - return ans - - num = 0 - - resources = find_resources(srcdir) - for resource in resources: - compiled_resource = resource_to_compiled_resource(resource) - if not os.path.exists(compiled_resource) or os.path.getmtime(resource) > os.path.getmtime(compiled_resource): - if not summary: - print('\tCompiling resource', resource) -# buf = StringIO() -# compileUi(resource, buf) -# dat = buf.getvalue() -# -# open(compiled_resource, 'w').write(dat) - - call(["pyrcc5", "-o", compiled_resource, resource]) - - num += 1 - if num: - print('Compiled %d resources' % num) - - -_df = os.environ.get('PLUME_DEVELOP_FROM', None) -if _df and os.path.exists(_df): - build_resources(_df) diff --git a/src/plume/ui_converter.py b/src/plume/ui_converter.py deleted file mode 100644 index 909075d0e..000000000 --- a/src/plume/ui_converter.py +++ /dev/null @@ -1,66 +0,0 @@ - - -# Auto converter .ui -> .py for developpers -import os - - -def find_forms(srcdir): - base = os.path.join(srcdir, 'src', 'plume') - forms = [] - for root, _, files in os.walk(base): - for name in files: - if name.endswith('.ui'): - forms.append(os.path.abspath(os.path.join(root, name))) - - return forms - - -def form_to_compiled_form(form): - return form.rpartition('.')[0] + '_ui.py' - - -def build_forms(srcdir, info=None, summary=False): - import re - from io import StringIO - from PyQt5.uic import compileUi - - def sub(match): - ans = 'I(%s%s%s)' % (match.group(1), match.group(2), match.group(1)) - return ans - - num = 0 - transdef_pat = re.compile( - r'^\s+_translate\s+=\s+QtCore.QCoreApplication.translate$', flags=re.M) - transpat = re.compile(r'_translate\s*\(.+?,\s+"(.+?)(? os.path.getmtime(compiled_form): - if not summary: - print('\tCompiling form', form) - buf = StringIO() - compileUi(form, buf) - dat = buf.getvalue() - dat = dat.replace('import pics_rc', '') - dat = transdef_pat.sub('', dat) - dat = transpat.sub(r'_("\1")', dat) - dat = dat.replace('_("MMM yyyy")', '"MMM yyyy"') - dat = dat.replace('_("d MMM yyyy")', '"d MMM yyyy"') - dat = dat.replace('"pics/', '":/pics/') - dat = dat.replace('"./pics/', '":/pics/') - dat = dat.replace('"../pics/', '":/pics/') - - open(compiled_form, 'w').write(dat) - num += 1 - if num: - print('Compiled %d forms' % num) - - -_df = os.environ.get('PLUME_DEVELOP_FROM', None) -if _df and os.path.exists(_df): - build_forms(_df) diff --git a/src/skribisto.pro b/src/skribisto.pro new file mode 100644 index 000000000..e1f46364f --- /dev/null +++ b/src/skribisto.pro @@ -0,0 +1,74 @@ +TEMPLATE = subdirs +CONFIG += ordered + +#ordered +SUBDIRS += \ + libskribisto-data/skribisto-data.pro \ + app/app.pro \ + plugins/plugins.pro + #3rdparty/kirigami/kirigami.pri + +app.depends = libskribisto-data +#app.depends = 3rdparty +plugins.depends = app + +TRANSLATIONS = translations/skribisto_fr_FR.ts \ +#translations/plume-creator_it_IT.ts \ +#translations/plume-creator_de_DE.ts \ +#translations/plume-creator_sp_SP.ts \ +#translations/plume-creator_ru_RU.ts \ +#translations/plume-creator_pt_BR.ts + +## Generate translations +#TRANSLATIONS += $$files($$top_srcdir/translations/plume-creator_*.ts) +#qtPrepareTool(LRELEASE, lrelease) +#updateqm.input = TRANSLATIONS +#updateqm.output = ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm +#updateqm.commands = $$LRELEASE -silent ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_OUT} +#updateqm.CONFIG += no_link target_predeps +#QMAKE_EXTRA_COMPILERS += updateqm + +## Ressources install pour linux : + +#unix: !macx: !android { + + +#isEmpty(PREFIX) { +#PREFIX = /usr +#} +#isEmpty(BINDIR) { +#BINDIR = $$PREFIX/bin +#} +#isEmpty(DATADIR) { +#DATADIR = $$PREFIX/share +#} +#DEFINES += DATADIR=\\\"$${DATADIR}/plume-creator\\\" + +#icon.files = $$top_dir/resources/images/icons/hicolor/* +#icon.path = $$DATADIR/icons/hicolor +#pixmap.files += $$top_dir/resources/unix/pixmaps/plume-creator.png \ +# $$top_dir/resources/unix/pixmaps/plume-creator-backup.png +#pixmap.path = $$DATADIR/pixmaps +#desktop.files = $$top_dir/resources/unix/applications/plume-creator.desktop +#desktop.path = $$DATADIR/applications/ +#mime.files = $$top_dir/resources/unix/mime/packages/plume-creator.xml +#mime.path = $$DATADIR/mime/packages/ +#mimeInk.files += $$top_dir/resources/unix/mimeInk/application/x-plume.desktop \ +# $$top_dir/resources/unix/mimeInk/application/x-plume-backup.desktop +#mimeInk.path = $$DATADIR/mimeInk/application/ +#docs.files += $$top_dir/README $$top_dir/COPYING $$top_dir/License $$top_dir/INSTALL +#docs.path = $$DATADIR/plume-creator/ +##useless for now : +#qm.files = $$top_dir/src/plume-creator/translations/*.qm +#qm.path = $$DATADIR/plume-creator/translations +## sounds.files = $$top_dir/resources/sounds/* +## sounds.path = $$DATADIR/plume-creator/sounds +## symbols.files = $$top_dir/resources/symbols/symbols.dat +## symbols.path = $$DATADIR/plume-creator +#dicts.files = $$top_dir/resources/dicts/* +#dicts.path = $$DATADIR/plume-creator/dicts +#themes.files = $$top_dir/resources/themes/* +#themes.path = $$DATADIR/plume-creator/themes + +#INSTALLS += icon pixmap desktop mime mimeInk docs qm dicts themes +#} diff --git a/src/translations/skribisto_de_DE.ts b/src/translations/skribisto_de_DE.ts new file mode 100644 index 000000000..a73dd3c68 --- /dev/null +++ b/src/translations/skribisto_de_DE.ts @@ -0,0 +1,4226 @@ + + + + + AttendAbstractModel + + Titles + Namen + + + None + Keiner + + + Age : + Alter: + + + + AttendBase + + Form + Maske + + + Set the point of view + Die Perspektive festlegen + + + ... + + + + Mng + Mng + + + + AttendBox + + new + Neu + + + Manage + Verwalten + + + POV + Point Of View + Prüfen, ob das im Kontext passt. + Perspektive + + + Main + Hauptfigur + + + Secondary + Nebenfigur + + + None + Keiner + + + Protagonist + Protagonist + + + Supporting + Prüfen, ob das im Kontext passt. + Helferfigur + + + Neutral + Neutrale Figur + + + Antagonist + Antagonist + + + Plume Creator Tree + Plume Creator Tree + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + The file is not a a Plume Creator attendance file. + Diese Datei ist keine Plume Creator-Attendance-Datei. + + + The file is not an Plume Creator attendance file version 0.1 file. + Diese Datei ist keine Plume-Creator-Attendance-Datei in Version 0.1. + + + Characters + Charaktere? + Figuren + + + Items + Gegenstände + + + Places + Orte + + + Manage... + Verwalte… + + + Launch a manager for characters, items and places + Verwaltung für Figuren, Gegenstände und Orte starten + + + Attendance Manager + noch deutsches Wort finden + Attendance-Verwaltung + + + Project + Projekt + + + First Name : + Vorname: + + + Last Name : + Nachname: + + + Name : + Name: + + + List all the characters, items and places in this project + Alle Figuren, Gegenstände und Orte dieses Projekts auflisten + + + List all the characters, items and places in the current sheet + Alle Figuren, Gegenstände und Orte der aktuellen Seite auflisten + + + Show this item details + Details dieses Gegenstandes zeigen + + + Hide this item details + Details dieses Gegenstandes verbergen + + + Add a new character + Eine neue Figur hinzufügen + + + Add a new item + Einen neuen Gegenstand hinzufügen + + + Add a new place + Einen neuen Ort hinzufügen + + + Delete an item + Einen Gegenstand löschen + + + Add the selected item(s) to the current sheet + Den/die ausgewählten Gegenstand/Gegenstände zur aktuellen Seite hinzufügen + + + Remove the selected item(s) from the current sheet + Den/die ausgewählten Gegenstand/Gegenstände von der aktuellen Seite entfernen + + + Write here the description + Hier die Beschreibung eingeben + + + First name + Vorname + + + Last name + Nachname + + + Name + Name + + + Set the item level + Level? + Die Ebene des Gegenstandes festlegen + + + Set the item role + Die Rolle des Gegenstandes festlegen + + + Detail font + Schriftart für Details + + + Indent : + Einrückung: + + + Margin : + Rand: + + + Fonts + Schriftarten + + + no entry + Kein Eintrag + + + Item Deletion + Löschen von Gegenständen + + + <p>The selected items will be permanently deleted.</p> +<br><p>Do you really want to continue ?</p> + <p>Die ausgewählten Gegenstände werden dauerhaft gelöscht.</p> +<br><p>Möchten Sie wirklich fortfahren?</p> + + + + AttendManager + + Attendance manager + Umgebungsverwaltung + + + ... + ... + + + Age : + Alter: + + + Name + Name + + + One-line description + Kurzbeschreibung + + + Aliases (separated by , (comma) ) + Weitere Namen (kommagetrennt) + + + Close + Schließen + + + add object + Objekt hinzufügen + + + add an object (character, item, places, ...) to the list + Ein Objekt (Figur, Gegenstand, Ort) zur Liste hinzufügen + + + add group + Gruppe hinzufügen + + + add a group to the list + Gruppe zur Liste hinzufügen + + + remove + Entfernen + + + remove the selected object or group + Das ausgewählte Objekt oder die ausgewählte Gruppe entfernen + + + + AttendManagerTreeProxyModel + + new + Neu + + + new group + Neue Gruppe + + + Plume Creator Attendance + Plume Creator Umgebung + + + You can't delete a group if it's not empty./nIf you want to delete it, please delete its children first. + Sie können eine Gruppe nicht löschen, solange diese nicht leer ist./nWenn Sie sie löschen möchten, entfernen Sie bitte zuerst alle ihre Unterpunkte. + + + Do you really want to delete it ?/nYou will not be able to recover it afterwards. + Möchten Sie diesen Eintrag wirklich löschen?/nEine Wiederherstellung wird danach nicht möglich sein. + + + + AttendSettings + + Attendance settings + Umgebungseinstellungen + + + List 1 + Liste 1 + + + ... + ... + + + List 2 + Liste 2 + + + List 3 + Liste 3 + + + Others + Andere + + + Option title + Name der Option + + + Warning : modify orders changes the Attendance manager lists orders + Warnung: Veränderung der Reihenfolge wirkt sich auf die Reihenfolge der Listen des Umgebungsmanagers aus + + + Age : + Alter: + + + None + Nichts + + + new + Neu + + + + AttendSheetTreeProxyModel + + Sheet + Seite + + + + CheckableTree + + Level %1 + + + + label: %1 + + + + has children + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + DockedTextTreeWidget + + Form + Maske + + + + DockedTreeBase + + Form + Maske + + + + EditMenu + + Form + Maske + + + Zoom : + Zoom: + + + Text Width : + Textbreite: + + + Styles : + Stile: + + + + EditToolBar + + Form + Maske + + + Bold + Fett + + + Italic + Kursiv + + + + EditView + + Sizes + + + + Full Screen Colors + + + + Go back + + + + + EditViewForm.ui + + Edit text + + + + Italic + Kursiv + + + Bold + Fett + + + Strike + + + + Underline + Unterstrichen + + + Display + + + + Full screen + + + + Size + Größe + + + Full screen Colors + + + + Go back + + + + Text width : + + + + Text size : + + + + Text indent : + + + + Top margin : + + + + Background : + + + + Text Field + + + + Tool Button + + + + Paper : + + + + #1234 + + + + + + + + + + + + + + + + + + + + + Exporter + + Export Dialog + Exportdialog + + + Print Dialog + Druckdialog + + + Please complete the fields below: + Bitte füllen Sie die folgenden Felder aus: + + + File name : + Dateiname: + + + Select path + Pfad auswählen + + + .html + .html + + + .odt + .odt + + + .txt + .txt + + + Options : + Optionen: + + + Insert story + Handlungsverlauf? Story? Geschichte? + Handlung einfügen + + + Insert synopses + Zusammenfassungen einfügen + + + Insert notes + Notizen einfügen + + + Insert scene titles + Szenennamen einfügen + + + Preview + Vorschau + + + Print + Drucken + + + Project Exporter + Projektexport + + + The destination fields must be completed ! + Die Zielfelder müssen ausgefüllt sein! + + + Select a directory + Wählen Sie einen Ordner aus + + + Plume Creator Tree + Plume Creator Tree + + + The file is not readable. + Diese Datei ist nicht lesbar. + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + The file is not a a Plume Creator project file. + Diese Datei ist keine Plume-Creator-Projektdatei. + + + The file is not an Plume Creator project file version 1.0 file. + Diese Datei ist keine Plume-Creator-Projektdatei in Version 1.0. + + + Synopsis + Zusammenfassung + + + Note + Notiz + + + Story + Handlung + + + You have selected the .txt format. There is no formatting ! + Sie haben das .txt-Format ausgewählt. Die Datei wird keine Formatierung enthalten! + + + Project exported + Projekt wurde exportiert + + + This project was successfully exported ! + Das Projekt wurde erfolgreich exportiert! + + + Print Document + Dokument drucken + + + Title + Überschrift + + + Notes + Notizen + + + + FileUpdater + + Main + Hauptfigur + + + Secondary + Nebenfigur + + + None + Nichts + + + Protagonist + Protagonist + + + Supporting + Helferfigur + + + Neutral + Neutrale Figur + + + Antagonist + Antagonist + + + Plume Creator Tree + Plume Creator Tree + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + Plume Creator Attendance + Plume Creator Umgebung + + + The file is not a a Plume Creator attendance file. + Diese Datei ist keine Plume Creator-Umgebungs-Datei. + + + Characters + Figuren + + + Items + Gegenstände + + + Places + Orte + + + Plume Creator Tree File + Plume-Creator-Tree-Datei + + + The file is not a a Plume Creator tree file. + Diese Datei ist kein Plume-Creater-Tree-Datei. + + + Plume Creator Info File + Plume-Creator-Info-Datei + + + Plume Creator Info + Plume-Creator-Info + + + The file is not a a Plume Creator info file. + Diese Datei ist keine Plume-Creater-Info-Datei. + + + + FindReplace + + Find & Replace Dialog + Suchen/Ersetzen-Dialog + + + Progress : + Fortschritt: + + + Document : + Dokument: + + + Find : + Suchen: + + + Previous + Letzte + + + Next + Nächste + + + Replace && Next + Ersetzen und Suchen + + + Prev. Doc + Letztes Dok. + + + Next Doc + Nächstes Dok. + + + Find + Suchen + + + Replace All + Alles ersetzen + + + Replace with : + Ersetzen durch: + + + Replace + Ersetzen + + + Replace Doc + Ersetzen Dok. + + + Text + Text + + + Synopsis + Zusammenfassung + + + Note + Notiz + + + Options : + Optionen: + + + Check story + Handlung prüfen + + + Check synopses + Zusammenfassungen prüfen + + + Check notes + Notizen prüfen + + + The Find & Replace feature isn't implemented !<br>For now, it's only a mock-up GUI. Please wait for a future release ! + Die Suchen/Ersetzen-Funktion ist noch nicht implementiert!<br>Bisher ist es nur ein GUI-Modell. Bitte gedulden Sie sich bis zum Erscheinen einer späteren Version! + + + Plume Creator Tree + Plume Creator Tree + + + The file is not readable. + Diese Datei ist nicht lesbar. + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + The file is not a a Plume Creator project file. + Diese Datei ist keine Plume-Creator-Projektdatei. + + + The file is not an Plume Creator project file version 1.0 file. + Diese Datei ist keine Plume-Creator-Projektdatei in Version 1.0. + + + + FullTextZone + + &Undo + &Rückgängig + + + Undo the last operation + Macht den letzten Vorgang rückgängig + + + &Redo + &Wiederherstellen + + + Redo the last operation + Stellt den letzten Vorgang wieder her + + + Cu&t + &Ausschneiden + + + Cut the current selection's contents to the clipboard + Schneidet den Inhalt der aktuellen Auswahl aus und speichert ihn in der Zwischenablage + + + &Copy + &Kopieren + + + Copy the current selection's contents to the clipboard + Kopiert den Inhalt der aktuellen Auswahl und speichert ihn in der Zwischenablage + + + &Paste + &Einfügen + + + Paste the clipboard's contents into the current selection + Fügt den Inhalt der Zwischenablage an der ausgewählten Position ein + + + &Bold + &Fett + + + Make the text bold + Stellt den Text fettgedruckt dar + + + &Italic + Kurs&iv + + + Make the text italic + Stellt den Text kursiv dar + + + + FullscreenEditor + + Fullscreen + Vollbild + + + Words : + Wörter: + + + Timer : + Timer: + + + Clock : + Uhr: + + + Prev + Vorherige + + + Next + Nächste + + + New + Neu + + + Synopsis + Zusammenfassung + + + Show the synopsis + Die Zusammenfassung anzeigen + + + Note + Notiz + + + Show the note + Die Notiz anzeigen + + + Show the notes + Die Notizen anzeigen + + + Manage &Styles + &Stile verwalten + + + Manage the styles + Öffnet die Stilverwaltung + + + Colors + Farben + + + Set the colors + Legt die Farben fest + + + FullScreen Colors : + Farben im Vollbildmodus: + + + &Background color: + &Hintergrundfarbe: + + + Text b&ackground color: + &Texthintergrundfarbe: + + + &Text color: + &Textfarbe: + + + &Timers color: + &Timerfarbe: + + + Ok + OK + + + Notes + Notizen + + + Project + Projekt + + + + Hub + + Plume creator + Plume Creator + + + The document you are trying to open isn't a *.plume or *.plume_backup file ! + + Das Dokument, das Sie versuchen zu öffnen, ist keine *.plume- oder *.plume_backup-Datei! + + + <p>The document you are trying to open is *.plume_backup file !</p><p>It's a backup created from the last save. This file must be opened in theses cases :</p><blockquote>- Your computer crashed when saving, corrupting your work . </blockquote><blockquote>- You can't load your work. </blockquote><p>This will replace your work.</p><p>Do you want to proceed ?</p> + <p>Das Dokument, das Sie versuchen zu öffnen, ist eine *.plume_backup-Datei!</p><p>Es ein Backup, das beim letzten Speichern angelegt wurde. Diese Datei muss in den folgenden Fällen geöffnet werden:</p><blockquote>- Ihr Computer ist während des Speicherns abgestürzt und hat Ihre Arbeit beschädigt. </blockquote><blockquote>- Sie können Ihre Arbeit nicht laden. </blockquote><p>Dies wird Ihre Arbeit ersetzen.</p><p>Möchten Sie fortfahren?</p> + + + Plume Creator + Plume Creator + + + Tree File. Parse error at line %1, column %2: +%3 + + Fehler beim Parsen der Tree-Datei in Zeile %1, Spalte %2: +%3 + + + + The file is not a Plume Creator tree file. + Diese Datei ist keine Plume-Creator-Tree-Datei. + + + The file is not a Plume Creator tree file version + version added after that + Diese Datei ist keine Plume-Creator-Tree-Datei in Version + + + Info File. Parse error at line %1, column %2: +%3 + + Info-Datei. Fehler beim Parsen in Zeile %1, Spalte %2: +%3 + + + + The file is not a Plume Creator info file. + Diese Datei ist keine Plume-Creator-Info-Datei. + + + The file is not a Plume Creator info file version + version added after that + Diese Datei ist keine Plume-Creator-Info-Datei in Version + + + Attend File. Parse error at line %1, column %2: +%3 + + Umgebungs-Datei. Fehler beim Parsen in Zeile %1, Spalte %2: +%3 + + + + The file is not a Plume Creator attend file. + Diese Datei ist keine Plume-Creater-Umgebungs-Datei. + + + The file is not a Plume Creator attend file version + version added after that + Diese Datei ist keine Plume Creator-Umgebungs-Datei in Version + + + + IntroPage + + New Project + Neues Projekt + + + Welcome to Plume Creator ! + Willkommen bei Plume Creator! + + + This assistant will help you create a new project . + Dieser Assistent wird Ihnen dabei helfen, ein neues Projekt anzulegen. + + + + LeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + LeftDockForm.ui + + Navigation + + + + Opened documents + + + + + MainTree + + Plume Creator Tree + Plume Creator Tree + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + The file is not a Plume Creator project file. + Diese Datei ist keine Plume-Creator-Projektdatei. + + + The file is not an Plume Creator project file version 0.2 file. + Diese Datei ist keine Plume-Creator-Projektdatei in Version 0.2. + + + &Delete + &Löschen + + + &Advanced + &Erweitert + + + &Rename + &Umbenennen + + + Add &next + anderen Begriff verwenden? + &Knotenpunkt hinzufügen + + + Add &child + &Unterpunkt hinzufügen + + + Add &scene break + Vielleicht besseren Begriff finden? + &Szenentrenner hinzufügen + + + Move Up + Aufwärts bewegen + + + Move Down + Abwärts bewegen + + + C&onfirm + &Bestätigen + + + &Auto Rename Childs + &Unterpunkte automatisch umbenennen + + + &Split + &Aufteilen + + + Add &X Children + &Mehrere Unterpunkte hinzufügen + + + Rename sheet + Seite Umbenennen + + + Sheet name : + Seitenname: + + + Sheet Deletion + Seite löschen + + + <p>The selected sheet and its children will be permanently deleted.</p> +<br><p>Do you really want to continue ?</p> + <p>Die ausgewählte Seite mit all ihren Unterpunkten wird dauerhaft gelöscht.</p> +<br><p>Möchten Sie wirklich fortfahren?</p> + + + Plume Creator Info + Informationen zu Plume Creator + + + For safety measure, you are +not allowed delete a filled book. + nochmal nachprüfen + Als Sicherheitsmaßnahme können Sie ein Buch nur löschen, wenn es leer ist. + + + Chapter + Kapitel + + + Scene + Szene + + + Split Dialog + Aufteilen-Dialog + + + <p>With this tool, you can split a text in several parts.For each part, Plume will create a chapter or a scene.</p><br> + <p>Mit diesem Werkzeug können Sie einen Text in mehrere Abschnitte aufteilen. Plume wird für jeden Teil ein Kapitel oder eine Szene anlegen.</p><br> + + + <center><b>Each sheet type has different behaviour !</b></center><br><p><blockquote>In a scene sheet : split <b>only</b> into scenes with *** .</blockquote><blockquote>In a chapter sheet : split into scenes with *** and into chapters with ### .</blockquote><blockquote>In a book sheet : split into scenes with *** and into chapters with ### .</blockquote></p> + <center><b>Jeder Seitentyp hat ein eigenes Verhalten!</b></center><br><p><blockquote>Auf einer Szenenseite: teilen <b>nur</b> in Szenen mit *** .</blockquote><blockquote>Auf einer Kapitelseite: teile nur in Szenen mit *** und in Kapitel mit ### .</blockquote><blockquote>Auf einer Buchseite: teile in Szenen mit *** und in Kapitel mit ### .</blockquote></p> + + + Text + Text + + + Synopsys + Zusammenfassung + + + Note + Notiz + + + Choose the type of document that you want to split : + Wählen Sie den Dokumenttyp, den Sie aufteilen wollen: + + + Splitting Task + Aufgabe? + Aufteilungsvorgang + + + This sheet does not contain *** . + Diese Seite enthält kein(e) *** . + + + Add X Children + Mehrere Unterpunkte hinzufügen + + + Please enter a number : + Bitte geben Sie eine Zahl ein: + + + New Book + Neues Buch + + + New Chapter + Neues Kapitel + + + New Scene + Neue Szene + + + + MainTreeAbstractModel + + Synopsis + Zusammenfassung + + + Notes + Notizen + + + PoV + Blickwinkel + + + Splitting Task + Aufteilungsvorgang + + + This sheet does not contain *** . + Diese Seite enthält kein(e) *** . + + + Chapter + Kapitel + + + Scene + Szene + + + + MainTreeContextMenu + + &Delete + &Löschen + + + &Advanced + &Erweitert + + + &Rename + &Umbenennen + + + Move Up + Aufwärts bewegen + + + Move Down + Abwärts bewegen + + + C&onfirm + &Bestätigen + + + &Split + &Aufteilen + + + Add &X Children + &Mehrere Unterpunkte hinzufügen + + + Split Dialog + Aufteilen-Dialog + + + <p>With this tool, you can split a text in several parts.For each part, Plume will create a chapter or a scene.</p><br> + <p>Mit diesem Werkzeug können Sie einen Text in mehrere Abschnitte aufteilen. Plume wird für jeden Teil ein Kapitel oder eine Szene anlegen.</p><br> + + + <center><b>Each sheet type has different behaviour !</b></center><br><p><blockquote>In a scene sheet : split <b>only</b> into scenes with *** .</blockquote><blockquote>In a chapter sheet : split into scenes with *** and into chapters with ### .</blockquote><blockquote>In a book sheet : split into scenes with *** and into chapters with ### .</blockquote></p> + <center><b>Jeder Seitentyp hat ein eigenes Verhalten!</b></center><br><p><blockquote>Auf einer Szenenseite: teilen <b>nur</b> in Szenen mit *** .</blockquote><blockquote>Auf einer Kapitelseite: teile nur in Szenen mit *** und in Kapitel mit ### .</blockquote><blockquote>Auf einer Buchseite: teile in Szenen mit *** und in Kapitel mit ### .</blockquote></p> + + + Text + Text + + + Synopsys + Zusammenfassung + + + Note + Notiz + + + Choose the type of document that you want to split : + Wählen Sie den Dokumenttyp, den Sie aufteilen wollen: + + + Rename sheet + Seite Umbenennen + + + Sheet name : + Seitenname: + + + Add X Children + Mehrere Unterpunkte hinzufügen + + + Please enter a number : + Bitte geben Sie eine Zahl ein: + + + + MainWindow + + Welcome + Willkommen + + + <center><b>Hello ! Welcome to Plume Creator v + <center><b>Hallo! Willkommen zu Plume Creator v + + + !</b></center><p>Plume Creator is a little program for writers in quest of a complete yet simple way of writing and organizing a fiction.</p><br><p>It allows :<blockquote>- fullscreen text editing</blockquote><blockquote>- chapters and scenes outlining</blockquote><blockquote>- note taking</blockquote><blockquote>- items/characters/places managing</blockquote></p><p><b><h1>This is a Beta software ! It's stable but all the features are not finished !</h1></b></p> + noch sehr holprig + !</b></center><p>Plume Creator ist ein kleines Programm für Autoren, die auf der Suche nach einem umfassenden aber einfachen Weg sind, fiktionale Texte zu schreiben und organisieren.</p><br><p>Es ermöglicht:<blockquote>- Texteingabe im Vollbildmodus</blockquote><blockquote>- den Entwurf von Kapiteln und Szenen</blockquote><blockquote>- das Anlegen von Notizen</blockquote><blockquote>- die Verwaltung von Gegenständen, Figuren und Orten</blockquote></p><p><b><h1>Diese Software ist eine Beta-Version. Sie ist stabil, aber sämtliche Features sind noch in Arbeit!</h1></b></p> + + + Small screen size detected + Geringe Bildschirmauflösung festgestellt + + + <center><b>A small screen has been detected</b></center><p>Maybe you are running Plume on a netbook. Plume will adapt its interface to this type of computer.</p><br><p>You can change this option in the 'Configure' dialog.</p> + <center><b>Eine geringe Bildschirmauflösung wurde festgestellt</b></center><p>Möglicherweise nutzen Sie Plume auf einem Netbook. Plume wird seine Oberfläche nun an diesen Rechnertyp anpassen.</p><br><p>Sie können diese Option im 'Einstellungen'-Dialog anpassen.</p> + + + Attendance + Umgebung + + + Project + Projekt + + + Tools + Werkzeuge + + + Stats + Statistiken + + + Notes + Notizen + + + Draft + Entwurf + + + 25% + 25% + + + 50% + 50% + + + 75% + 75% + + + Done + Fertig + + + Corrected + Korrigiert + + + Synopsis + Zusammenfassung + + + Note + Notiz + + + Project word count + Wortanzahl im Projekt + + + Book word count + Wortanzahl im Buch + + + Chapter word count + Wortanzahl im Kapitel + + + Current sheet word count + Wortanzahl auf aktueller Seite + + + Side buttons + Seitenknöpfe + + + Your project was successfully saved. + Ihr Projekt wurde erfolgreich gespeichert. + + + Project: + Projekt: + + + Book: + Buch: + + + Chapter: + Kapitel: + + + Words: + Wörter: + + + Dock Buttons + nachprüfen, worauf sich das genau bezieht + Dock-Knöpfe + + + Outliner + Reißbrett + + + Fullscreen + Vollbild + + + Edit this document fullscreen + Dieses Dokument im Vollbildmodus bearbeiten + + + Do you want to quit ? + Möchten Sie wirklich beenden? + + + Your changes are already saved. + Ihre Veränderungen wurden bereits gespeichert. + + + Words : + Wörter: + + + MainWindow + Hauptfenster + + + + MenuBar + + Do you want to close the current project ? + Möchten Sie das aktuelle Projekt schließen? + + + Your changes are already saved. + Ihre Veränderungen wurden bereits gespeichert. + + + About Qt + Über Qt + + + Release Notes + Versionshinweise + + + About Plume Creator + Über Plume Creator + + + &New Project + &Neues Projekt + + + Create a new project + Ein neues Projekt anlegen + + + Project &Manager + &Projektverwaltung + + + Create and manage your projects + Projekte anlegen und verwalten + + + &Configure + &Einstellungen + + + Display the configuration + Die Einstellungen anzeigen + + + &Export + &Exportieren + + + Export the project + Das Projekt exportieren + + + &Print + &Drucken + + + Print part of the project + Einen Bestandteil des Projektes drucken + + + &Close project + Projekt &schließen + + + Print the document + Das Dokument drucken + + + E&xit + &Beenden + + + Exit the application + Beendet das Programm + + + &Project + &Projekt + + + &Find && Replace + &Suchen und Ersetzen + + + Find & Replace Dialog + Suchen/Ersetzen-Dialog + + + Manage &Styles + &Stile verwalten + + + Manage the styles + Verwaltet die Stile + + + &Edit + &Bearbeiten + + + Show the project dock + Zeigt das Projekt-Dock + + + &Notes + &Notizen + + + Show the note dock + Zeigt das Notizen-Dock + + + &Attendance + &Umgebung + + + Show the attendance dock + Zeigt das Umgebungs-Dock + + + &Tools + &Werkzeuge + + + Show the tool dock + Zeigt das Werkzeuge-Dock + + + &Outliner + Entwurf? + &Reißbrett + + + Show the outliner + Zeigt das Reißbrett + + + &Fullscreen + &Vollbild + + + Edit fullscreen + Im Vollbildmodus bearbeiten + + + &View + &Ansicht + + + About + About + + + about the application + Über das Programm + + + about Qt + Über Qt + + + Release notes + Versionshinweise + + + Open the Readme with the release notes + Die Readme-Datei mit den Versionshinweisen öffnen + + + Check Update + Auf Updates prüfen + + + check for an update + Auf ein Update prüfen + + + &Help + &Hilfe + + + Plume Creator Warning + Plume Creator Warnung + + + The file you are trying to open + isn't a Plume project. + + +Please open a .plume file. + Die Datei, welche Sie versuchen zu öffnen, ist kein Plume-Projekt. + +Bitte öffnen Sie eine Plume-Datei. + + + Plume Creator Prj XML + Plume Creator Prj XML + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + Plume Creator Prj Tree + Plume Creator Prj Tree + + + The file is not a Plume Creator information file. + Diese Datei ist keine Plume-Creator-Informationsdatei. + + + The file is not an Plume Creator information file version 0.2 file. + Diese Datei ist keine Plume-Creator-Information in Version 0.2. + + + Open Project + Projekt öffnen + + + <p>You are opening a Plume project.</p> +<br><p>Do you want to add this project to the manager list ?</p> + Verwaltungsliste? + <p>Sie öffnen gerade ein Plume-Projekt.</p><br><p>Möchten Sie dieses Projekt zur Verwaltungsliste hinzufügen?</p> + + + Plume Creator XML + Plume Creator XML + + + Plume Creator Information Tree + Plume Creator Information Tree + + + error + Fehler + + + + NewProjectWizard + + Project Creator + Ein Projekt anlegen + + + Chapter 1 + Kapitel 1 + + + Scene 1 + Szene 1 + + + Main + Hauptfigur + + + Secondary + Nebenfigur + + + Protagonist + Protagonist + + + Supporting + Helferfigur + + + Neutral + Neutrale Figur + + + Antagonist + Antagonist + + + Characters + Figuren + + + Items + Gegenstände + + + Places + Orte + + + + NoteDock + + Form + Maske + + + Synopsis + Zusammenfassung + + + Note + Notiz + + + + NotePad + + Rename + + + + Dissociate + + + + Send to trash + + + + Warning + + + + Do you want to move the note "%1" to the trash ? + + + + note related to the current sheet + + + + New note + + + + Add note + + + + Existing notes + + + + + NotePadForm.ui + + Show synopsis + + + + Open note + + + + Notes list + + + + + NoteZone + + &Undo + &Rückgängig + + + Undo the last operation + Macht den letzten Vorgang rückgängig + + + &Redo + &Wiederherstellen + + + Redo the last operation + Stellt den letzten Vorgang wieder her + + + Cu&t + &Ausschneiden + + + Cut the current selection's contents to the clipboard + Schneidet den Inhalt der aktuellen Auswahl aus und speichert ihn in der Zwischenablage + + + &Copy + &Kopieren + + + Copy the current selection's contents to the clipboard + Kopiert den Inhalt der aktuellen Auswahl und speichert ihn in der Zwischenablage + + + &Paste + &Einfügen + + + Paste the clipboard's contents into the current selection + Fügt den Inhalt der Zwischenablage an der ausgewählten Position ein + + + &Bold + &Fett + + + Make the text bold + Stellt den Text fettgedruckt dar + + + &Italic + Kurs&iv + + + Make the text italic + Stellt den Text kursiv dar + + + &Left Align + &Linksbündig + + + Ctrl+L + Strg+L + + + Left align the selected text + Stellt den ausgewählten Text linksbündig dar + + + &Right Align + &Rechtsbündig + + + Ctrl+R + Strg+R + + + Right align the selected text + Stellt den ausgewählten Text rechtsbündig dar + + + &Justify + &Blocksatz + + + Ctrl+J + Strg+J + + + Justify the selected text + Stellt den ausgewählten Text als Blocksatz dar + + + &Center + &Zentrieren + + + Ctrl+E + Strg+E + + + Center the selected text + Stellt den ausgewählten Text zentriert dar + + + &Alignment + &Ausrichtung + + + L + align left + L + + + R + align right + R + + + L + L + + + R + R + + + + Outline + + new + Neu + + + Outliner + Reißbrett + + + Show all lists + Alle Listen anzeigen + + + Show all notes + Alle Notizen anzeigen + + + Expand all texts + Alle Texte aufklappen + + + Attendances width + Breite der Attendances + + + Synopses width + Breite der Zusammenfassungen + + + Notes width + Breite der Notizen + + + Size + Größe + + + Synopses font + Schriftart für Zusammenfassungen + + + Indent : + Einrückung: + + + Margin : + Rand: + + + Notes font + Schriftart für Notizen + + + Fonts + Schriftarten + + + Characters + Figuren + + + Items + Gegenstände + + + Places + Orte + + + + OutlineItem + + Attendance : + Attendance: + + + Note : + Notiz: + + + Title + Überschrift + + + + OutlinerAbstractModel + + Titles + Überschriften + + + Synopsis + Zusammenfassung + + + Notes + Notizen + + + PoV + Blickwinkel + + + + OutlinerBase + + Outliner + Reißbrett + + + Shift to spreadsheet mode + Kontext prüfen + Zur Tabellenansicht wechseln + + + Close the Outliner + Das Reißbrett schließen + + + Expand spreadsheet + Die Tabelle ausklappen + + + Shrink spreadsheet + nochmal prüfen + Die Tabelle einklappen + + + Move up + Aufwärts bewegen + + + Move down + Abwärts bewegen + + + Characters + Figuren + + + Items + Gegenstände + + + Places + Orte + + + + OutlinerSpreadsheet + + Outliner + Reißbrett + + + This speadsheet outliner is at an early stage of development. <br>For now, you can rename titles, write synopses and notes. Right-click and a menu will appear ! + Tabellen-Entwurf? + Dieses Reißbrett ist noch in einem frühen Entwicklungsstadium. <br>Bisher können Sie Überschriften umbennenen, Zusammenfassungen und Notizen schreiben. Bei einem Rechtsklick erscheint ein Menü! + + + Do not warn me again + klingt holprig + Mich nicht nocheinmal warnen + + + &Delete + &Löschen + + + &Advanced + &Erweitert + + + &Rename + &Umbenennen + + + Add &next + &Knotenpunkt hinzufügen + + + Add &child + &Unterpunkt hinzufügen + + + Add &scene break + &Szenentrenner hinzufügen + + + Move Up + Aufwärts bewegen + + + Move Down + Abwärts bewegen + + + C&onfirm + &Bestätigen + + + &Auto Rename Childs + Unterpunkte &automatisch umbenennen + + + Add &X Children + &Mehrere Unterpunkte hinzufügen + + + + OutlinerSpreadsheetHeader + + Hide + Verbergen + + + + PLMMainWindow + + MainWindow + Hauptfenster + + + Project + Projekt + + + Print + Drucken + + + Do you want to quit ? + Möchten Sie wirklich beenden? + + + Your changes are already saved. + Ihre Veränderungen wurden bereits gespeichert. + + + + PLMPanel + + MainWindow + Hauptfenster + + + + PLMSideMainBar + + Form + Maske + + + + PLMTranslations + + Chapter + Kapitel + + + Text + Text + + + Notes + Notizen + + + + PLMWritePanel + + MainWindow + Hauptfenster + + + + PLMWritingZone + + Form + Maske + + + Bold + Fett + + + Italic + Kursiv + + + Underline + Unterstrichen + + + + PrjManager + + Projects Manager + Projektverwaltung + + + Please select in the list below the project you want to work with : + Bitte wählen Sie aus der folgenden Liste das Projekt, mit dem Sie arbeiten möchten: + + + &New + &Neu + + + &Open + &Öffnen + + + &Edit + &Bearbeiten + + + &Delete + &Löschen + + + &Close + &Schließen + + + &Rename + &Umbenennen + + + Rename the project + Das Projekt umbenennen + + + &Name : + &Name: + + + &Creation date : + &Erstellungsdatum: + + + &Modified : + &Verändert: + + + &Path : + &Pfad: + + + Delete project + Projekt löschen + + + You can't rename while a project is opened !<br> Please close the current project and try again. + Sie können ein Projekt nicht umbenennen, solange es geöffnet ist!<br> Bitte schließen Sie das aktuelle Projekt und versuchen Sie es nocheinmal. + + + Rename Project + Projekt umbenennen + + + Type a new name for the selected project : + Geben Sie einen neuen Namen für das ausgewählte Projekt ein: + + + Plume Creator Tree + Plume Creator Tree + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + + Project + + Text + Text + + + + ProjectDockTitleBar + + Form + Maske + + + + ProjectListItemForm.ui + + Text + Text + + + + ProjectPage + + Part + + + + Close project + + + + Forget + + + + + ProjectPageForm.ui + + Projects + + + + New project + + + + Open project + + + + Recent projects + + + + Save + + + + Save as + + + + Save all + + + + Save a copy + + + + Back up + + + + Behavior + + + + Create an empty project at start + + + + + + + + Print + Drucken + + + Import + + + + Export + + + + Go back + + + + <h2>New project</h2> + + + + Project title : + + + + project title + + + + Project file : + + + + project file + + + + Project path : + + + + project path + + + + Select + + + + This project will be created as : + + + + Number of parts : + + + + Create + + + + + + + + + QObject + + XML problem : parseFolderElement(const QDomElement &element, QTreeWidgetItem *parentItem) + XML-Problem: parseFolderElement(const QDomElement &element, QTreeWidgetItem *parentItem) + + + XML problem + XML-Problem + + + No Title + Kein Titel + + + + QuaGzipFile + + QIODevice::Append is not supported for GZIP + QIODevice::Append wird bei GZIP nicht unterstützt + + + Opening gzip for both reading and writing is not supported + Das gleichzeitige Lesen und Schreiben von gzip-Dateien wird nicht unterstützt + + + You can open a gzip either for reading or for writing. Which is it? + Sie können eine gzip-Datei entweder für das Lesen oder für das Schreiben öffnen. Wofür soll sie geöffnet werden? + + + Could not gzopen() file + Konnte gzopen() nicht auf Datei anwenden + + + + QuaZIODevice + + QIODevice::Append is not supported for QuaZIODevice + QIODevice::Append wird bei QuaZIODevice nicht unterstützt + + + QIODevice::ReadWrite is not supported for QuaZIODevice + QIODevice::ReadWrite wird für QuaZIODevice nicht unterstützt + + + + QuaZipFilePrivate + + ZIP/UNZIP API error %1 + ZIP/UNZIP-API-Fehler %1 + + + + RestoreListView + + Restore + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + + + + Select none + + + + Select all + + + + + RestoreListViewForm.ui + + Restore a document + + + + Select all + + + + Trashed menu + + + + The checked documents are those which were trashed at the same time + + + + + RightDock + + &Tools dock + + + + &Edit + &Bearbeiten + + + &Tags + + + + &Notes + &Notizen + + + + RightDockForm.ui + + Edit + + + + Tags + + + + + RootPage + + Welcome + Willkommen + + + Write + + + + Notes + Notizen + + + Gallery + + + + Note + Notiz + + + Project + Projekt + + + &File + + + + &Edit + &Bearbeiten + + + &Help + &Hilfe + + + &About + + + + + RootPageForm.ui + + Main menu + + + + Button + + + + Save + + + + Label + + + + + SelectPage + + New Project + Neues Projekt + + + Specify the path of your new project. Please note you must have writing rights in it. Plume Creator will create a basic skeleton. + Geben Sie den Pfad für Ihr neues Projekt an. Bitte denken Sie daran, dass Sie Schreibrechte dafür besitzen müssen. Plume Creator wird eine Basisstruktur anlegen. + + + Please complete the fields below: + Bitte füllen Sie die folgenden Felder aus: + + + Project name : + Projektname: + + + Select path + Pfad auswählen + + + QFileDialog::getExistingDirectory() + QFileDialog::getExistingDirectory() + + + + SettingsDialog + + Settings Dialog + Einstellungsdialog + + + General + Allgemein + + + Change your language : + Sprache wählen: + + + Change Plume style : + Plume-Stil verändern: + + + Change your display : + Anzeigeeinstellungen wählen: + + + Save project every : + Projekt speichern alle: + + + s + seconds + Sek. + + + Check update at startup + Beim Starten auf Update prüfen + + + Prevent multiple space characters between words + Mehrfache Leerzeichen zwischen Wörtern verhindern + + + Keep only one tab opened + klingt holprig + Nur eine Registerkarte offen lassen + + + Hide tabs + Registerkarten verbergen + + + Text + Text + + + Main Text Area + klingt holprig + Haupteingabebereich + + + Text Area Width : + Breite des Textbereichs: + + + px + px + + + Fullscreen Text Area + Textbereich im Vollbildmodus + + + CheckBox + Checkbox + + + Synopsis Area + Bereich der Zusammenfassung + + + Default Text Font : + Standardschriftart des Textes: + + + Show scrollbar + Bildlaufleiste anzeigen + + + Portable : + Portabel: + + + Allow the use of Plume on a USB stick + Ermöglicht die Nutzung von Plume von einem USB-Stick aus + + + Paragraph Indent : + Absatzeinrückung: + + + Margin : + Rand: + + + Note Area + Bereich der Notizen + + + Styles + Stile + + + Fixed Options : + klingt holprig + Feste Optionen: + + + Text Font : + Schriftart des Textes: + + + Spacing : + Abstand: + + + Text Size : + Textgröße: + + + Text Alignment : + Textausrichtung: + + + Left + Linksbündig + + + Center + Zentriert + + + Right + Rechtsbündig + + + Justified + Blocksatz + + + 1st Line Indent : + Einrückung der ersten Zeile: + + + Default Style + Standardstil + + + Default Options : + Standardoptionen: + + + These options can be modified with the right-click menu. + Diese Optionen können mit dem Kontextmenü verändert werden. + + + Italic + Kursiv + + + Bold + Fett + + + Underline + Unterstrichen + + + Strike Out + Durchgestrichen + + + Proxy + Proxy + + + Enable proxy + Proxy aktivieren + + + Host name : + Host-Name: + + + Port : + Port: + + + User Name : + Benutzername: + + + Password : + Passwort: + + + Use system settings : + Systemeinstellungen verwenden: + + + System default + nochmal prüfen + Systemstandard + + + Plastique (KDE) + Plastique (KDE) + + + Cleanlooks + Cleanlooks + + + Gtk (Gnome/XFCE) + Gtk (Gnome/XFCE) + + + Windows Vista + Windows Vista + + + Windows XP + Windows XP + + + Macintosh (OSX) + Macintosh (OS X) + + + Desktop + Desktop + + + Netbook + Netbook + + + A different language has been selected.<br>The change will be effective after restarting the program. + Die Sprache wurde verändert.<br>Die Veränderung wird sich erst nach einem Neustart des Programms auswirken. + + + A different style has been selected.<br>The change will be effective after restarting the program. + Der Stil wurde verändert.<br>Die Veränderung wird sich erst nach einem Neustart des Programms auswirken. + + + A different portable mode has been selected.<br>The change will be effective after restarting the program. + Ein anderer Portabilitätsmodus wurde ausgewählt.<br>Die Änderungen werden nach dem nächsten Start des Programmes aktiv. + + + Name new style + Neuen Stil benennen + + + Style name : + Stilname: + + + New Style + Neuer Stil + + + Style Renaming + Stil umbenennen + + + Style new name : + Name des neuen Stils: + + + Do you want to remove this style ? + Möchten Sie diesen Stil löschen? + + + The texts written with this style will not be linked anymore. + Die Texte, die unter Verwendung dieses Stils geschrieben wurden, sind damit nun nicht mehr verknüpft. + + + + SettingsPage + + Add backup path + + + + Remove backup path + + + + Enter a path to back up to + + + + + SettingsPageForm.ui + + Accessibility + + + + Allow swipe gesture between tabs + + + + Show menu bar + + + + Appearance + + + + Interface language : + + + + Set main menu in status bar + + + + Backup + + + + Backup paths : + + + + Back up every + + + + hours + + + + Back up once a day + + + + Save + + + + Save every + + + + minutes + + + + Special E-Paper + + + + Set the text cursor unblinking + + + + Advanced + + + + Show properties tool box + + + + Reset dock configuration + + + + Spell checking + + + + + Sheet + + Note + Notiz + + + Synopsis + Zusammenfassung + + + + SideMainMenu + + Form + Maske + + + + SlimFindReplace + + Form + Maske + + + Find : + Suchen: + + + Replace with : + Ersetzen durch: + + + + SlimUpdater + + Form + Maske + + + source + Select your packaging + Quelle + + + .deb 32-bit + .deb 32-bit + + + .deb 64-bit + .deb 64-bit + + + Verify again + Nochmals überprüfen + + + Check update at startup ? + Beim Starten auf Updates prüfen? + + + ? + ? + + + <center>Current version : + <center>Aktuelle Version: + + + </center> + </center> + + + You are connected to the web + Sie sind mit dem Internet verbunden + + + You are not connected to the web + Sie sind nicht mit dem Internet verbunden + + + Plume Creator website is available + Die Website von Plume Creator ist erreichbar + + + Plume Creator website is unavailable + Die Website von Plume Creator ist nicht erreichbar + + + <p>Connection status :<blockquote>- + <p>Verbindungsstatus:<blockquote>- + + + </blockquote><blockquote>- Verify the proxy settings<blockquote>- + </blockquote><blockquote>- Proxy-Einstellungen überprüfen<blockquote>- + + + </blockquote><blockquote>- Click again on the refresh button --></blockquote></p> + </blockquote><blockquote>- Klicken Sie nocheinmal auf den Aktualisieren-Knopf --></blockquote></p> + + + Plume Creator Version + Version von Plume Creator + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + The file is not a Plume Creator version file. + Diese Datei ist keine Plume-Creator-Versionsdatei. + + + </h3><b><br>Download it directly here : <address><a href= + </h3><b><br>Hier direkt herunterladen: <address><a href= + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Sie haben die aktuellste Version!</h3><b> + + + + StartCenter + + New + Neu + + + Close + Schließen + + + + StatsBox + + Time + Zeit + + + Timer + nochmal prüfen + Timer + + + Word Count + Wortanzahl + + + All + Alle + + + Project : + Projekt: + + + Current book : + Aktuelles Buch: + + + current chapter : + Aktuelles Kapitel: + + + calculating... + berechne… + + + + StructurePage + + New Project + Neues Projekt + + + Chapter + Kapitel + + + Scene + Szene + + + + TagPad + + tag related to the current paper + + + + Add tag + + + + Existing tags + + + + + TagPadForm.ui + + Tags list + + + + + TextStyles + + New Style + Neuer Stil + + + Normal + Normal + + + Poetry + Gedicht + + + + TextTab + + Form + Maske + + + + TextZone + + &Undo + &Rückgängig + + + Undo the last operation + Macht den letzten Vorgang rückgängig + + + &Redo + &Wiederherstellen + + + Redo the last operation + Stellt den letzten Vorgang wieder her + + + Cu&t + &Ausschneiden + + + Cut the current selection's contents to the clipboard + Schneidet den Inhalt der aktuellen Auswahl aus und speichert ihn in der Zwischenablage + + + &Copy + &Kopieren + + + Copy the current selection's contents to the clipboard + Kopiert den Inhalt der aktuellen Auswahl und speichert ihn in der Zwischenablage + + + &Paste + &Einfügen + + + Paste the clipboard's contents into the current selection + Fügt den Inhalt der Zwischenablage an der ausgewählten Position ein + + + &Bold + &Fett + + + Make the text bold + Stellt den Text fettgedruckt dar + + + &Italic + Kurs&iv + + + Make the text italic + Stellt den Text kursiv dar + + + Manage &Styles + &Stile verwalten + + + Manage the styles + Öffnet die Stilverwaltung + + + &Styles + &Stile + + + + Timer + + Start + Start + + + Reset + Zurücksetzen + + + Pause + Pause + + + h + Std. + + + min + Min. + + + s + Sek. + + + h + Std. + + + min + Min. + + + s + Sek. + + + + Translations + + Chapter + Kapitel + + + Text + Text + + + Notes + Notizen + + + + TrashedListView + + Trash: %1 + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + + + + Restore + + + + has child + + + + label: + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + TrashedListViewForm.ui + + Restore a document + + + + Trashed menu + + + + + TreeListView + + Go up + + + + Paste + + + + Advanced + + + + Sort alphabetically + + + + Trash + + + + Add + + + + has child + + + + label: + + + + navigation item + + + + Open document + + + + Open document in a new tab + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + + + + Open in new tab + + + + Open in new window + + + + Set as active project + + + + Rename + + + + Set label + + + + Cut + + + + Copy + + + + Add before + + + + Add after + + + + Move up + Aufwärts bewegen + + + Move down + Abwärts bewegen + + + Send to trash + + + + + TreeListViewForm.ui + + current folder name + + + + Add a document + + + + Navigation menu + + + + + UpdateChecker + + Plume Creator Version + Version von Plume Creator + + + The file is not a Plume Creator version file. + Diese Datei ist keine Plume-Creator-Versionsdatei. + + + </h3><b><br>Download it directly here : <address><a href= + </h3><b><br>Hier direkt herunterladen: <address><a href= + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Sie haben die aktuellste Version!</h3><b> + + + You are not connected to the web + Sie sind nicht mit dem Internet verbunden + + + Plume Creator website is unavailable + Die Website von Plume Creator ist nicht erreichbar + + + <p>Connection status :<blockquote>- + <p>Verbindungsstatus:<blockquote>- + + + </blockquote><blockquote>- + </blockquote><blockquote>- + + + </blockquote></p> + </blockquote></p> + + + You are connected to the web + Sie sind mit dem Internet verbunden + + + Plume Creator website is available + Die Website von Plume Creator ist erreichbar + + + + Updater + + Update Checker + Prüfung auf Updates + + + Please press this button to verify if an update is available : + Drücken Sie diesen Knopf, um zu überprüfen, ob ein Update bereitsteht: + + + Error : version not readable + Fehler: Version nicht lesbar + + + No connection + Keine Verbindung + + + <center>Website : <br><address><a href=http://sourceforge.net/projects/plume-creator>http://sourceforge.net/projects/plume-creator</a></address></center> + <center>Website: <br><address><a href=http://sourceforge.net/projects/plume-creator>http://sourceforge.net/projects/plume-creator</a></address></center> + + + Always check at Plume startup ? + Immer beim Start von Plume prüfen? + + + &Check + &Prüfen + + + &Close + &Schließen + + + <center>Current version : + <center>Aktuelle Version: + + + </center> + </center> + + + You are connected to the web + Sie sind mit dem Internet verbunden + + + You are not connected to the web + Sie sind nicht mit dem Internet verbunden + + + Plume Creator website is available + Die Website von Plume Creator ist erreichbar + + + Plume Creator website is unavailable + Die Website von Plume Creator ist nicht erreichbar + + + <p>Connection status :<blockquote>- + <p>Verbindungsstatus:<blockquote>- + + + </blockquote><blockquote>- + </blockquote><blockquote>- + + + </blockquote></p> + </blockquote></p> + + + Plume Creator Version + Version von Plume Creator + + + Parse error at line %1, column %2: +%3 + + Fehler beim Parsen in Zeile %1, Spalte %2: %3 + + + + The file is not a Plume Creator version file. + Diese Datei ist keine Plume-Creator-Versionsdatei. + + + </h3><b><br>Download it directly here : <br><address><a href= + </h3><b><br>Laden Sie es sofort hier herunter: <br><address><a href= + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Sie haben die aktuellste Version!</h3><b> + + + + WelcomePageForm.ui + + Project + Projekt + + + Examples + + + + Settings + + + + Help + + + + + WordGoalProgressBar + + Form + Maske + + + Session word count + Wortanzahl Sitzung + + + %v + %v + + + Target word count for this session + Angepeilte Wortanzahl für diese Sitzung + + + Set Session Target + Sitzungsziel festlegen + + + Word count target : + Angepeilte Wortanzahl: + + + /%1 words + /%1 Wörter + + + &Set target + &Ziel festlegen + + + Set word count target + Angepeilte Wortanzahl festlegen + + + &Reset + &Zurücksetzen + + + Reset the progress to zero + Den Fortschritt auf Null zurücksetzen + + + + Workbench + + Shift to spreadsheet mode + Zur Tabellenansicht wechseln + + + Close the Outliner + Das Reißbrett schließen + + + + WriteLeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + WriteLeftDockForm.ui + + Navigation + + + + Opened documents + + + + + WriteRightDock + + &Tools dock + + + + &Edit + &Bearbeiten + + + &Tags + + + + &Notes + &Notizen + + + + WriteRightDockForm.ui + + Edit + + + + Tags + + + + Notes + Notizen + + + + WriteWindow + + MainWindow + Hauptfenster + + + Close + Schließen + + + + WritingZone + + Form + Maske + + + + main + + Fullscreen + Vollbild + + + &New Project + &Neues Projekt + + + &Open Project + + + + Open an existing project + + + + Save + + + + Save All + + + + Ctrl+Shift+S + + + + Save as... + + + + Save the "%1" project as ... + + + + This path is read-only, please choose another path. + + + + Save a Copy + + + + Save a copy of the "%1" project as ... + + + + Back up + + + + &Print + &Drucken + + + &Import + + + + &Export + &Exportieren + + + &Close "%1" project + + + + The project %1 is not saved. Do you want to save it before quiting ? + + + + Save the %1 project as ... + + + + &Quit + + + + Cut + + + + Copy + + + + Paste + + + + Italic + Kursiv + + + Bold + Fett + + + Strike + + + + Underline + Unterstrichen + + + diff --git a/src/translations/skribisto_fr_FR.ts b/src/translations/skribisto_fr_FR.ts new file mode 100644 index 000000000..1f9a67938 --- /dev/null +++ b/src/translations/skribisto_fr_FR.ts @@ -0,0 +1,1218 @@ + + + + + CheckableTree + + Level %1 + Niveau %1 + + + label: %1 + label: %1 + + + has children + a des enfants + + + navigation item + élément de navigation + + + Open document in a window + Ouvrir un document dans une nouvelle fenêtre + + + This project is a backup + Ce projet est une copie de secours + + + Enter name + Entrez un nom + + + Open + Ouvrir + + + Open in new tab + Ouvrir dans un nouvel onglet + + + Open in new window + Ouvrir dans une nouvelle fenêtre + + + Rename + Renommer + + + Copy + Copier + + + Delete definitively + Supprimer définitivement + + + Enter label + + + + Set label + + + + + DeletedListView + + Trash: %1 + Corbeille: %1 + + + Empty the trash + Vider la corbeille + + + Restore + Restaurer + + + has child + a des enfants + + + label: + libelé: + + + navigation item + élément de navigation + + + This project is a backup + Ce projet est une copie de secours + + + Enter name + Entrez un nom + + + Open + Ouvrir + + + Open in new tab + Ouvrir dans un nouvel onglet + + + Rename + Renommer + + + Copy + Copier + + + Cut + Couper + + + Add before + Ajouter avant + + + Add after + Ajouter après + + + Move up + Déplacer vers le haut + + + Move down + Déplacer vers le bas + + + Delete + Supprimer + + + Open document in a window + Ouvrir un document dans une nouvelle fenêtre + + + Open in new window + Ouvrir dans une nouvelle fenêtre + + + + DeletedListViewForm.ui + + Restore a document + Restaurer un document + + + Deleted menu + Menu des supprimés + + + + EditView + + Sizes + Tailles + + + Full Screen Colors + Couleurs du plein écran + + + Go back + Revenir + + + + EditViewForm.ui + + Edit text + Editer le texte + + + Italic + Italique + + + Bold + Gras + + + Strike + Barrer + + + Underline + Souligner + + + Display + Afficher + + + Full screen + Plein écran + + + Size + Taille + + + Full screen Colors + Couleurs du plein écran + + + Go back + Revenir + + + Text width : + Largeur du texte : + + + Text size : + Taille du texte : + + + Text indent : + Indentation du texte : + + + Top margin : + Marge supérieure du texte : + + + Background : + Arrière-plan : + + + Paper : + Papier : + + + + + + + Text Field + + + + Tool Button + + + + #1234 + + + + + LeftDock + + &Navigation dock + Dock de &navigation + + + &Navigation + &Navigation + + + &Documents + &Documents + + + + LeftDockForm.ui + + Navigation + Navigation + + + Opened documents + Documents ouverts + + + + NotePad + + note related to the current sheet + note en relation à la feuille actuelle + + + New note + Nouvelle note + + + Add note + Ajouter une note + + + Existing notes + Notes existantes + + + Rename + Renommer + + + Dissociate + Dissocier + + + Send to trash + Envoyer à la corbeille + + + Information + Information + + + Do you want to move the note "%1" to the trash ? + Voulez-vous déplaer la note "%1" dans la corbeille ? + + + Warning + Attention + + + + NotePadForm.ui + + Show synopsis + Montrer le synopsis + + + Open note + Ouvrir la note + + + Notes list + Liste de notes + + + + ProjectListItemForm.ui + + Text + Texte + + + + ProjectPage + + Close project + Fermer le projet + + + Forget + Oublier + + + Part + Partie + + + + ProjectPageForm.ui + + Projects + Projets + + + New project + Nouveau projet + + + Open project + Ouvrir un projet + + + Save + Enregistrer + + + Save as + Enregistrer sous + + + Save a copy + Enregistrer une copie + + + Back up + Faire une copie de secours + + + Save all + Tout enregistrer + + + + + + + Create an empty project at start + Créer un projet vide au démarrage + + + Print + Imprimer + + + Import + Importer + + + Export + Exporter + + + Go back + Revenir + + + <h2>New project</h2> + <h2>Nouveau projet</h2> + + + Project title : + Titre du projet : + + + project title + titre du projet + + + Project file : + Fichier du projet : + + + project file + fichier du projet + + + Project path : + Chemin du projet : + + + project path + chemin du projet + + + Select + Sélectionner + + + This project will be created as : + Ce projet sera créé en tant que : + + + Number of parts : + Nombre de parties : + + + Create + Créer + + + Behavior + Comportement + + + Recent projects + Projets récents + + + + RestoreListView + + Trash: %1 + Corbeille: %1 + + + Empty the trash + Vider la corbeille + + + Select all + + + + label: + libelé: + + + navigation item + élément de navigation + + + Open document in a window + Ouvrir un document dans une nouvelle fenêtre + + + This project is a backup + Ce projet est une copie de secours + + + Enter name + Entrez un nom + + + Open + Ouvrir + + + Open in new tab + Ouvrir dans un nouvel onglet + + + Open in new window + Ouvrir dans une nouvelle fenêtre + + + Rename + Renommer + + + Copy + Copier + + + Restore + Restaurer + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Select none + + + + + RestoreListViewForm.ui + + Restore a document + Restaurer un document + + + Select all + + + + Trashed menu + + + + The checked documents are those which were trashed at the same time + + + + + RightDock + + &Tools dock + Dock d'&outils + + + &Edit + &Editer + + + &Tags + &Ettiquettes + + + &Notes + &Notes + + + + RightDockForm.ui + + Edit + Editer + + + Tags + Etiquettes + + + + RootPage + + Welcome + Bienvenue + + + Write + Ecrire + + + Note + Note + + + Gallery + Gallerie + + + Project + Projet + + + &File + &Fichier + + + &Edit + &Editer + + + &Help + &Aide + + + &About + &A propos + + + + RootPageForm.ui + + Save + Enregistrer + + + Label + Libelé + + + Main menu + Menu principal + + + Button + + + + + SettingsPage + + Add backup path + Ajouter un chemin de secours + + + Remove backup path + Retirer un chemin de secours + + + Enter a path to back up to + Entrez un chemin où faire une copie de secours + + + + SettingsPageForm.ui + + Accessibility + Accessibilité + + + Disallow swipe gesture between tabs + Interdire le geste de balayage entre les onglets + + + Show menu bar + Montrer la barre de menu + + + Appearance + Apparence + + + Set main menu in status bar + Placer le menu principal dans la barre de statut + + + Backup + Copie de secours + + + Backup paths : + Chemins de secours : + + + Back up every + Faire une copie de secours touttes les + + + hours + heures + + + Back up once a day + Faire une copie de secours une fois par jour + + + Save + Enregistrer + + + Save every + Enregistrer toutes les + + + Advanced + Avancé + + + Show properties tool box + Montrer la boîte à outils des propriétés + + + Reset dock configuration + Réinitialiser la configuration des docks + + + Allow swipe gesture between tabs + Autoriser le geste de blayage entre les onglets + + + Special E-Paper + Spécial E-Paper + + + Set the text cursor unblinking + Stopper le clignotement du curseur dans le texte + + + Interface language : + Langue de l'interface : + + + minutes + minutes + + + Spell checking + Correction orthographique + + + + TagPad + + tag related to the current paper + étiquette en relation avec le papier actuel + + + Add tag + Ajouter une étiquette + + + Existing tags + Etiquettes existantes + + + + TagPadForm.ui + + Tags list + Liste d'étiquettes + + + + TrashedListView + + Trash: %1 + Corbeille: %1 + + + Empty the trash + Vider la corbeille + + + Restore + Restaurer + + + has child + a des enfants + + + label: + libelé: + + + navigation item + élément de navigation + + + Open document in a window + Ouvrir un document dans une nouvelle fenêtre + + + This project is a backup + Ce projet est une copie de secours + + + Enter name + Entrez un nom + + + Open + Ouvrir + + + Open in new tab + Ouvrir dans un nouvel onglet + + + Open in new window + Ouvrir dans une nouvelle fenêtre + + + Rename + Renommer + + + Copy + Copier + + + Delete definitively + Supprimer définitivement + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + Voulez-vous supprimer définitivement les documents suivants du project "%1" ? +%2 + + + Enter label + Entrer un label + + + Set label + Définir le label + + + + TrashedListViewForm.ui + + Restore a document + Restaurer un document + + + Trashed menu + Menu de la corbeille + + + + TreeListView + + Go up + Remonter + + + Paste + Coller + + + Advanced + Avancé + + + Sort alphabetically + Trier alphabétiquement + + + Trash + Corbeille + + + Add + Ajouter + + + has child + a des enfants + + + label: + libelé: + + + navigation item + élément de navigation + + + Open document + Ouvrir document + + + This project is a backup + Ce projet est une copie de secours + + + Enter name + Entrez un nom + + + Open + Ouvrir + + + Open in new tab + Ouvrir dans un nouvel onglet + + + Open in new window + Ouvrir dans une nouvelle fenêtre + + + Set as active project + Définir comme projet actif + + + Rename + Renommer + + + Copy + Copier + + + Cut + Coller + + + Add before + Ajouter avant + + + Add after + Ajouter après + + + Move up + Déplacer vers le haut + + + Move down + Déplacer vers le bas + + + Delete + Supprimer + + + Open document in a new tab + Ouvrir un document dans un nouvel onglet + + + Open document in a window + Ouvrir un document dans une nouvelle fenêtre + + + Send to trash + Déplacer dans la corbeille + + + Enter label + Entrer un label + + + Set label + Définir le label + + + + TreeListViewForm.ui + + current folder name + chemin actuel + + + Add a document + Ajouter un document + + + Navigation menu + menu de navigation + + + + WelcomePageForm.ui + + Project + Projet + + + Examples + Exemples + + + Settings + Paramètres + + + Help + Aide + + + + WriteLeftDock + + &Navigation dock + Dock de &navigation + + + &Navigation + &Navigation + + + &Documents + &Documents + + + + WriteLeftDockForm.ui + + Navigation + Navigation + + + Opened documents + Documents ouverts + + + + WritePage + + &Help + &Aide + + + &Navigation dock + dock de &navigation + + + &Tools dock + Dock d'&outils + + + + WriteRightDock + + &Tools dock + Dock d'&outils + + + &Edit + &Edition + + + &Tags + &Ettiquettes + + + &Notes + &Notes + + + + WriteRightDockForm.ui + + Edit + Editer + + + Tags + Etiquettes + + + Notes + Notes + + + + main + + Fullscreen + Plein écran + + + &New Project + &Nouveau projet + + + &Open Project + &Ouvrir un projet + + + Open an existing project + Ouvrir un projet existant + + + Save + Enregistrer + + + Save All + Enregistrer tout + + + Ctrl+Shift+S + Ctrl+Shift+S + + + Save as... + Enreistrer sous... + + + Save the "%1" project as ... + Enregistrer le projet "%1" sous ... + + + This path is read-only, please choose another path. + Ce chemin est en lecture seule, veuillez choisir un autre chemin. + + + Save a Copy + Enregistrer une copie + + + Save a copy of the "%1" project as ... + Enregistrer une copie du projet "%1" sous ... + + + Back up + Faire une copie de secours + + + &Print + Im&primer + + + &Import + &Importer + + + &Export + &Exporter + + + &Close "%1" project + &Fermer le projet "%1" + + + The project %1 is not saved. Do you want to save it before quiting ? + Le projet %1 n'est pas enregistré. Voulez-vous l'enregistrer avant de quitter ? + + + Save the %1 project as ... + Enregistrer le projet %1 sous... + + + &Quit + &Quitter + + + Cut + Couper + + + Copy + Copier + + + Paste + Coller + + + Italic + Italique + + + Bold + Gras + + + Strike + Barrer + + + Underline + Souligner + + + &File + &Fichier + + + &Edit + &Editer + + + &Help + &Aide + + + &About + &A propos + + + diff --git a/src/translations/skribisto_it_IT.ts b/src/translations/skribisto_it_IT.ts new file mode 100644 index 000000000..86b6bc97c --- /dev/null +++ b/src/translations/skribisto_it_IT.ts @@ -0,0 +1,3703 @@ + + + + + AttendAbstractModel + + Titles + Titoli + + + None + Nessuno + + + + AttendBase + + Form + Modulo + + + + AttendBox + + new + nuovo + + + Manage + Gestisci + + + POV + Point Of View + Punto Di Vista + + + Main + Principale + + + Secondary + Secondario + + + None + Nessuno + + + Protagonist + Protagonista + + + Supporting + Sostenitore + + + Neutral + Neutrale + + + Antagonist + Antagonista + + + Plume Creator Tree + Diagramma di Plume Creator + + + Parse error at line %1, column %2: +%3 + + Analizza errore alla linea %1, colonna %2: +%3 + + + The file is not a a Plume Creator attendance file. + Il file non è un file di manutenzione Plume. + + + The file is not an Plume Creator attendance file version 0.1 file. + Il file non è un file di manutenzione Plume Creator versione 0.1. + + + Characters + Personaggi + + + Items + Oggetti + + + Places + Luoghi + + + Manage... + Gestisci... + + + Launch a manager for characters, items and places + Lancia un gestore per personaggi, oggetti e luoghi + + + Attendance Manager + Gestore di Manutenzione + + + Project + Progetto + + + First Name : + Nome proprio : + + + Last Name : + Cognome : + + + Name : + Nome : + + + List all the characters, items and places in this project + n filename="attendbox.cpp" line="860"/> + <source>Elenca tutti i personaggi, oggetti e luoghi in questo progetto + + + List all the characters, items and places in the current sheet + Elenca tutti i personaggi, oggetti e luoghi nel foglio corrente + + + Show this item details + Mostra i dettagli di questo oggetto + + + Hide this item details + Nascondi i dettagli di questo oggetto + + + Add a new character + Aggiungi un nuovo personaggio + + + Add a new item + Aggiungi un nuovo oggetto + + + Add a new place + Aggiungi un nuovo luogo + + + Delete an item + Cancella un oggetto + + + Add the selected item(s) to the current sheet + Aggiungi l'oggetto/i selezionato/i al foglio corrente + + + Remove the selected item(s) from the current sheet + Rimuovi l'oggetto/i selezionato/i dal foglio corrente + + + Write here the description + Scrivi qui la descrizione + + + First name + Nome proprio + + + Last name + Cognome + + + Name + Nome + + + Set the item level + Imposta il livello dell'oggetto + + + Set the item role + Imposta il ruolo dell'oggetto + + + Detail font + Carattere del dettaglio + + + Indent : + Indentazione : + + + Margin : + Margine : + + + Fonts + Caratteri + + + no entry + nessun inserimento + + + Item Deletion + Cancellazione Oggetto + + + <p>The selected items will be permanently deleted.</p> +<br><p>Do you really want to continue ?</p> + <p>Gli oggetti selezionati verranno cancellati definitivamente.</p> +<br><p>Vuoi continuare davvero?</p> + + + + AttendManager + + Name + Nome + + + + AttendManagerTreeProxyModel + + new + nuovo + + + + AttendSettings + + None + Nessuno + + + new + nuovo + + + + CheckableTree + + Level %1 + + + + label: %1 + + + + has children + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + DockedTextTreeWidget + + Form + Modulo + + + + DockedTreeBase + + Form + Modulo + + + + EditMenu + + Form + Modulo + + + Zoom : + Zoom : + + + Text Width : + Larghezza del testo : + + + Styles : + Stili : + + + + EditToolBar + + Form + Modulo + + + Bold + Grassetto + + + Italic + Corsivo + + + + EditView + + Sizes + + + + Full Screen Colors + + + + Go back + + + + + EditViewForm.ui + + Edit text + + + + Italic + Corsivo + + + Bold + Grassetto + + + Strike + + + + Underline + Sottolineato + + + Display + + + + Full screen + + + + Size + Dimensioni + + + Full screen Colors + + + + Go back + + + + Text width : + + + + Text size : + + + + Text indent : + + + + Top margin : + + + + Background : + + + + Text Field + + + + Tool Button + + + + Paper : + + + + #1234 + + + + + + + + + + + + + + + + + + + + + Exporter + + Export Dialog + Finestra di Esportazione + + + Print Dialog + Finestra di Stampa + + + Please complete the fields below: + Per favore completa i campi seguenti: + + + File name : + Nome del file : + + + Select path + Scegli il percorso + + + .html + .html + + + .odt + .odt + + + .txt + .txt + + + Options : + Opzioni : + + + Titles + Titoli + + + Insert story + Inserisci storia + + + Insert synopses + Inserisci sinossi + + + Insert notes + Inserisci note + + + Insert scene titles + Inserisci didascalie della scena + + + Preview + Anteprima + + + Print + Stampa + + + Project Exporter + Esportatore Progetto + + + The destination fields must be completed ! + I campi di destinazione devono essere compilati ! + + + Select a directory + Scegli una directory + + + Plume Creator Tree + Diagramma di Plume Creator + + + The file is not readable. + Il file non è leggibile. + + + Parse error at line %1, column %2: +%3 + + Analizza errore alla linea %1, colonna %2: +%3 + + + The file is not a a Plume Creator project file. + Il file non è un file di progetto Plume Creator. + + + The file is not an Plume Creator project file version 1.0 file. + Il file non è un file di progetto Plume Creator versione 1.0. + + + Synopsis + Sinossi + + + Note + Nota + + + Story + Storia + + + You have selected the .txt format. There is no formatting ! + Hai scelto il formato .txt. Non c'è formattazione ! + + + Project exported + Progetto esportato + + + This project was successfully exported ! + Questo progetto è stato esportato con successo ! + + + Print Document + Stampa Documento + + + Title + Titolo + + + Notes + Note + + + + FileUpdater + + Main + Principale + + + Secondary + Secondario + + + None + Nessuno + + + Protagonist + Protagonista + + + Supporting + Sostenitore + + + Neutral + Neutrale + + + Antagonist + Antagonista + + + Plume Creator Tree + Diagramma di Plume Creator + + + The file is not a a Plume Creator attendance file. + Il file non è un file di manutenzione Plume. + + + Characters + Personaggi + + + Items + Oggetti + + + Places + Luoghi + + + Plume Creator Info + Informazioni Plume Creator + + + + FindReplace + + Find & Replace Dialog + Finestra Trova & Sostituisci + + + Progress : + Avanzamento : + + + Document : + Documento : + + + Find : + Trova : + + + Previous + Precedente + + + Next + Seguente + + + Replace && Next + Sostituisci && Seguente + + + Prev. Doc + Doc. Precedente + + + Next Doc + Doc.Seguente + + + Find + Trova + + + Replace All + Sostituisci Tutto + + + Replace with : + Sostituisci con : + + + Replace + Sostituisci + + + Replace Doc + Sostituisci Documento + + + Text + Testo + + + Synopsis + Sinossi + + + Options : + Opzioni : + + + Check story + Controlla storia + + + Check synopses + Controlla sinossi + + + Check notes + Controlla note + + + The Find & Replace feature isn't implemented !<br>For now, it's only a mock-up GUI. Please wait for a future release ! + La funzione Trova & Sostituisci non è implementata !<br>Per ora, è solo un abbozzo di GUI. Per favore attendi una release seguente ! + + + Plume Creator Tree + Diagramma di Plume Creator + + + The file is not readable. + Il file non è leggibile. + + + Parse error at line %1, column %2: +%3 + + Analizza errore alla linea %1, colonna %2 +%3 + + + The file is not a a Plume Creator project file. + Questo file non è un file di progetto Plume Creator. + + + The file is not an Plume Creator project file version 1.0 file. + Questo file non è un file di progetto Plume Creator versione 1.0. + + + + FullTextZone + + &Undo + Annulla (&U) + + + Undo the last operation + Annulla l'ultima operazione + + + &Redo + &Ripeti + + + Redo the last operation + Ripeti l'ultima operazione + + + Cu&t + &Taglia + + + Cut the current selection's contents to the clipboard + Ritaglia il contenuto della selezione corrente negli appunti + + + &Copy + &Copia + + + Copy the current selection's contents to the clipboard + Copia il contenuto della selezione corrente negli appunti + + + &Paste + Incolla (&P) + + + Paste the clipboard's contents into the current selection + Incolla il contenuto degli appunti nella selezione corrente + + + &Bold + Grassetto (&B) + + + Make the text bold + Rendi il testo grassetto + + + &Italic + Corsivo (&I) + + + Make the text italic + Rendi il testo corsivo + + + + FullscreenEditor + + Fullscreen + Schermo intero + + + Words : + Parole : + + + Timer : + Timer : + + + Clock : + Orologio : + + + Next + Seguente + + + Synopsis + Sinossi + + + Show the synopsis + Mostra la sinossi + + + Note + Note + + + Show the note + Mostra le note + + + Manage &Styles + Gestisci &Stili + + + Manage the styles + Gestisci gli stili + + + Colors + Colori + + + Set the colors + Imposta i colori + + + FullScreen Colors : + Colori a schermo intero : + + + &Background color: + Colore di sfondo (&B): + + + Text b&ackground color: + Colore di sfondo del testo (&a): + + + &Text color: + Colore del &Testo: + + + &Timers color: + Colore del &Timer: + + + Ok + Ok + + + Notes + Note + + + Project + Progetto + + + + IntroPage + + New Project + Nuovo Progetto + + + Welcome to Plume Creator ! + Benvenuti in Plume Creator ! + + + This assistant will help you create a new project . + Questa procedura guidata vi aiuterà a creare un nuovo progetto. + + + + LeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + LeftDockForm.ui + + Navigation + + + + Opened documents + + + + + MainTree + + Plume Creator Tree + Diagramma di Plume Creator + + + Parse error at line %1, column %2: +%3 + + Analizza errore alla linea %1, colonna %2: +%3 + + + The file is not a Plume Creator project file. + Questo file non è un file di progetto Plume Creator. + + + The file is not an Plume Creator project file version 0.2 file. + Questo file non è un file di progetto Plume Creator versione 0.2. + + + &Delete + Cancella (&D) + + + &Advanced + &Avanzato + + + &Rename + &Rinomina + + + Add &next + Aggiungi segue&nte + + + Add &child + Aggiungi figlio (&c) + + + Add &scene break + Aggiungi interruzione di &scena + + + Move Up + Sposta su + + + Move Down + Sposta giù + + + C&onfirm + C&onferma + + + &Auto Rename Childs + Rinomina &Automaticamente Figli + + + &Split + &Spezza + + + Add &X Children + Aggiungi &X Figli + + + Rename sheet + Rinomina foglio + + + Sheet name : + Nome del foglio : + + + Sheet Deletion + Cancellazione Foglio + + + <p>The selected sheet and its children will be permanently deleted.</p> +<br><p>Do you really want to continue ?</p> + <p>Il foglio selezionato e i suoi figli saranno cancellati definitivamente.</p> +<br><p>Sei sicuro di voler continuare ?</p> + + + Plume Creator Info + Informazioni Plume Creator + + + For safety measure, you are +not allowed delete a filled book. + Per precauzione, non è permesso +cancellare un libro riempito. + + + Chapter + Capitolo + + + Scene + Scena + + + Split Dialog + Finestra Divisione + + + <p>With this tool, you can split a text in several parts.For each part, Plume will create a chapter or a scene.</p><br> + <p>Con questo strumento, puoi dividere un testo in varie parti.Per ogni parte, Plume creerà un capitolo o una scena.</p><br> + + + <center><b>Each sheet type has different behaviour !</b></center><br><p><blockquote>In a scene sheet : split <b>only</b> into scenes with *** .</blockquote><blockquote>In a chapter sheet : split into scenes with *** and into chapters with ### .</blockquote><blockquote>In a book sheet : split into scenes with *** and into chapters with ### .</blockquote></p> + <center><b>Ogni tipo di foglio ha comportamenti diversi !</b></center><br><p><blockquote>In un foglio di scena : dividi <b>solo</b> in scene con *** .</blockquote><blockquote>In un foglio di capitolo : dividi in scene con *** e in capitoli con ### .</blockquote><blockquote>In un foglio di libro : dividi in scene con *** e in capitoli con ### .</blockquote></p> + + + Text + Testo + + + Synopsys + Sinossi + + + Note + Nota + + + Choose the type of document that you want to split : + Scegli il tipo di documento che vuoi dividere : + + + Splitting Task + Compito di divisione + + + This sheet does not contain *** . + Questo foglio non contiene ***. + + + Add X Children + Aggiungi X Figli + + + Please enter a number : + Per favore inserisci un numero : + + + New Book + Nuovo Libro + + + New Chapter + Nuovo Capitolo + + + New Scene + Nuova Scena + + + + MainTreeAbstractModel + + Titles + Titoli + + + Synopsis + Sinossi + + + Notes + Note + + + Splitting Task + Compito di divisione + + + This sheet does not contain *** . + Questo foglio non contiene ***. + + + Chapter + Capitolo + + + Scene + Scena + + + + MainTreeContextMenu + + &Delete + Cancella (&D) + + + &Advanced + &Avanzato + + + &Rename + &Rinomina + + + Move Up + Sposta su + + + Move Down + Sposta giù + + + C&onfirm + C&onferma + + + &Split + &Spezza + + + Add &X Children + Aggiungi &X Figli + + + Split Dialog + Finestra Divisione + + + <p>With this tool, you can split a text in several parts.For each part, Plume will create a chapter or a scene.</p><br> + <p>Con questo strumento, puoi dividere un testo in varie parti.Per ogni parte, Plume creerà un capitolo o una scena.</p><br> + + + <center><b>Each sheet type has different behaviour !</b></center><br><p><blockquote>In a scene sheet : split <b>only</b> into scenes with *** .</blockquote><blockquote>In a chapter sheet : split into scenes with *** and into chapters with ### .</blockquote><blockquote>In a book sheet : split into scenes with *** and into chapters with ### .</blockquote></p> + <center><b>Ogni tipo di foglio ha comportamenti diversi !</b></center><br><p><blockquote>In un foglio di scena : dividi <b>solo</b> in scene con *** .</blockquote><blockquote>In un foglio di capitolo : dividi in scene con *** e in capitoli con ### .</blockquote><blockquote>In un foglio di libro : dividi in scene con *** e in capitoli con ### .</blockquote></p> + + + Text + Testo + + + Synopsys + Sinossi + + + Choose the type of document that you want to split : + Scegli il tipo di documento che vuoi dividere : + + + Rename sheet + Rinomina foglio + + + Sheet name : + Nome del foglio : + + + Add X Children + Aggiungi X Figli + + + Please enter a number : + Per favore inserisci un numero : + + + + MainWindow + + Welcome + Benvenuto + + + <center><b>Hello ! Welcome to Plume Creator v + <center><b>Salve ! Benvenuto in Plume Creator v + + + !</b></center><p>Plume Creator is a little program for writers in quest of a complete yet simple way of writing and organizing a fiction.</p><br><p>It allows :<blockquote>- fullscreen text editing</blockquote><blockquote>- chapters and scenes outlining</blockquote><blockquote>- note taking</blockquote><blockquote>- items/characters/places managing</blockquote></p><p><b><h1>This is a Beta software ! It's stable but all the features are not finished !</h1></b></p> + !</b></center><p>Plume Creator è un piccolo programma per scrittori alla ricercadi un modo completo ma semplice di scrivere e organizzare un racconto.</p><br><p>Permette :<blockquote>- modifica di testo a schermo intero</blockquote><blockquote>- evidenziazione di capitoli e scene</blockquote><blockquote>- annotazioni</blockquote><blockquote>- gestione di oggetti/personaggi/luoghi</blockquote></p><p><b><h1>Questo è un software Beta ! E' stabile ma non tutte le funzionalità sono ultimate !</h1></b></p> + + + Small screen size detected + Rilevato schermo di piccole dimensioni + + + <center><b>A small screen has been detected</b></center><p>Maybe you are running Plume on a netbook. Plume will adapt its interface to this type of computer.</p><br><p>You can change this option in the 'Configure' dialog.</p> + <center><b>E' stato rilevato uno schermo di piccole dimensioni</b></center><p>Forse stai eseguendo Plume su un netbook. Plume adatterà la sua interfaccia a questo tipo di computer.</p><br><p>Puoi cambiare quest'opzione nella finestra 'Configura'.</p> + + + Attendance + Manutenzione + + + Project + Progetto + + + Tools + Strumenti + + + Stats + Statistiche + + + Notes + Note + + + Draft + Bozza + + + 25% + 25% + + + 50% + 50% + + + 75% + 75% + + + Done + Fatto + + + Corrected + Corretto + + + Synopsis + Sinossi + + + Note + Note + + + Dock Buttons + Pulsanti della Barra + + + Outliner + Evidenziatore + + + Fullscreen + Schermo Intero + + + Edit this document fullscreen + Modifica questo documento a schermo intero + + + Do you want to quit ? + Vuoi terminare ? + + + Your changes are already saved. + I tuoi cambiamenti sono già stati salvati. + + + Words : + Parole : + + + + MenuBar + + Do you want to close the current project ? + Vuoi chiudere il progetto corrente ? + + + Your changes are already saved. + I tuoi cambiamenti sono già stati salvati. + + + About Qt + Riguardo Qt + + + Release Notes + Note di rilascio + + + About Plume Creator + Riguardo Plume Creator + + + &New Project + &Nuovo Progetto + + + Create a new project + Crea un nuovo progetto + + + Project &Manager + Gestione Progetti (&M) + + + Create and manage your projects + Crea e gestisci i tuoi progetti + + + &Configure + &Configura + + + Display the configuration + Mostra la configurazione + + + &Export + &Esporta + + + Export the project + Esporta il progetto + + + &Print + Stampa (&P) + + + Print part of the project + Stampa parte del progetto + + + &Close project + &Chiudi Progetto + + + Print the document + Stampa il documento + + + E&xit + Esci (&X) + + + Exit the application + Esci dall'applicazione + + + &Project + &Progetto + + + &Find && Replace + Trova && Sostituisci (&F) + + + Find & Replace Dialog + Finestra Trova & Sostituisci + + + Manage &Styles + Gestisci &Stili + + + Manage the styles + Gestisci gli stili + + + &Edit + &Edita + + + Show the project dock + Mostra la barra del progetto + + + &Notes + &Note + + + Show the note dock + Mostra la barra delle note + + + &Attendance + Manutenzione (&M) + + + Show the attendance dock + Mostra la barra di manutenzione + + + &Tools + S&trumenti + + + Show the tool dock + Mostra la barra strumenti + + + &Outliner + Evidenziat&ore + + + Show the outliner + Mostra l'evidenziatore + + + &Fullscreen + Schermo intero (&F) + + + Edit fullscreen + Modifica a schermo intero + + + &View + &Visualizza + + + About + Riguardo + + + about the application + riguardo l'applicazione + + + about Qt + riguardo Qt + + + Release notes + Note di rilascio + + + Open the Readme with the release notes + Apri il Readme con le note di rilascio + + + Check Update + Controlla aggiornamenti + + + check for an update + controlla gli aggiornamenti + + + &Help + Aiuto (&H) + + + Plume Creator Warning + Avviso Plume Creator + + + The file you are trying to open + isn't a Plume project. + + +Please open a .plume file. + Il file che stai cercando di aprire non è un file di progetto Plume. Per favore apri un file .plume. + + + Plume Creator Prj XML + Progetto XML Plume Creator + + + Parse error at line %1, column %2: +%3 + + Analizza errore alla linea %1, colonna %2: +%3 + + + Plume Creator Prj Tree + Diagramma di Progetto Plume Creator + + + The file is not a Plume Creator information file. + Il file non è un file di informazioni Plume Creator. + + + The file is not an Plume Creator information file version 0.2 file. + Questo file non è un file di informazioni Plume Creator versione 0.2. + + + Open Project + Apri Progetto + + + <p>You are opening a Plume project.</p> +<br><p>Do you want to add this project to the manager list ?</p> + <p>Stai aprendo un progetto Plume.</p> +<br><p>Vuoi aggiungere questo progetto alla lista di gestione ?</p> + + + Plume Creator XML + XML Plume Creator + + + Plume Creator Information Tree + Diagramma di Informazioni Plume Creator + + + error + errore + + + + NewProjectWizard + + Project Creator + Creatore Progetto + + + Chapter 1 + Capitolo 1 + + + Scene 1 + Scena 1 + + + Main + Principale + + + Secondary + Secondario + + + None + Nessuno + + + Protagonist + Protagonista + + + Supporting + Sostenitore + + + Neutral + Neutrale + + + Antagonist + Antagonista + + + Characters + Personaggi + + + Items + Oggetti + + + Places + Luoghi + + + + NoteDock + + Form + Modulo + + + Synopsis + Sinossi + + + + NotePad + + Rename + + + + Dissociate + + + + Send to trash + + + + Warning + + + + Do you want to move the note "%1" to the trash ? + + + + note related to the current sheet + + + + New note + + + + Add note + + + + Existing notes + + + + + NotePadForm.ui + + Show synopsis + + + + Open note + + + + Notes list + + + + + NoteZone + + &Undo + Annulla (&U) + + + Undo the last operation + Annulla l'ultima operazione + + + &Redo + &Ripeti + + + Redo the last operation + Ripeti l'ultima operazione + + + Cu&t + &Taglia + + + Cut the current selection's contents to the clipboard + Copia il contenuto della selezione corrente negli appunti + + + &Copy + &Copia + + + Copy the current selection's contents to the clipboard + Copia il contenuto della selezione corrente negli appunti + + + &Paste + Incolla (&P) + + + Paste the clipboard's contents into the current selection + Incolla il contenuto degli appunti nella selezione corrente + + + &Bold + Grassetto (&B) + + + Make the text bold + Rendi il testo grassetto + + + &Italic + Corsivo (&I) + + + Make the text italic + Rendi il testo corsivo + + + &Left Align + A&llineamento a Sinistra + + + Ctrl+L + Ctrl+L + + + Left align the selected text + Allinea il testo selezionato a sinistra + + + &Right Align + Allineamento a Dest&ra + + + Ctrl+R + Ctrl+R + + + Right align the selected text + Allinea il testo selezionato a destra + + + &Justify + Giustifica (&J) + + + Ctrl+J + Ctrl+J + + + Justify the selected text + Giustifica il testo selezionato + + + &Center + &Centra + + + Ctrl+E + Ctrl+E + + + Center the selected text + Centra il testo selezionato + + + &Alignment + &Allineamento + + + L + align left + L + + + R + align right + R + + + L + L + + + R + R + + + + Outline + + new + nuovo + + + Outliner + Evidenziatore + + + Show all lists + Mostra tutte le liste + + + Show all notes + Mostra tutte le note + + + Expand all texts + Espandi tutti i testi + + + Attendances width + Larghezza manutenzioni + + + Synopses width + Larghezza sinossi + + + Notes width + Larghezza note + + + Size + Dimensioni + + + Synopses font + Carattere delle sinossi + + + Indent : + Indentazione : + + + Margin : + Margine : + + + Notes font + Carattere delle note + + + Fonts + Caratteri + + + Characters + Personaggi + + + Items + Oggetti + + + Places + Luoghi + + + + OutlineItem + + Attendance : + Manutenzione : + + + Note : + Nota : + + + Title + Titolo + + + + OutlinerAbstractModel + + Titles + Titoli + + + Synopsis + Sinossi + + + Notes + Note + + + + OutlinerBase + + Outliner + Evidenziatore + + + Shift to spreadsheet mode + Passa alla modalità foglio di calcolo + + + Close the Outliner + Chiudi l'Evidenziatore + + + Expand spreadsheet + Espandi il foglio di calcolo + + + Shrink spreadsheet + Comprimi il foglio di calcolo + + + Move up + Sposta su + + + Move down + Sposta giù + + + Characters + Personaggi + + + Items + Oggetti + + + Places + Luoghi + + + + OutlinerSpreadsheet + + Outliner + Evidenziatore + + + This speadsheet outliner is at an early stage of development. <br>For now, you can rename titles, write synopses and notes. Right-click and a menu will appear ! + Questo evidenziatore di foglio di calcolo è ad un primo stadio di sviluppo. <br>Per ora, puoi rinominare titoli, scrivere sinossi e note. Clicca col tasto destro e apparirà un menu ! + + + Do not warn me again + Non avvisarmi ancora + + + &Delete + Cancella (&D) + + + &Advanced + &Avanzato + + + &Rename + &Rinomina + + + Add &next + Aggiungi segue&nte + + + Add &child + Aggiungi figlio (&c) + + + Add &scene break + Aggiungi interruzione di &scena + + + Move Up + Sposta su + + + Move Down + Sposta giù + + + C&onfirm + C&onferma + + + &Auto Rename Childs + Rinomina &Automaticamente Figli + + + Add &X Children + Aggiungi &X Figli + + + + PLMMainWindow + + Project + Progetto + + + Print + Stampa + + + Do you want to quit ? + Vuoi terminare ? + + + Your changes are already saved. + I tuoi cambiamenti sono già stati salvati. + + + + PLMSideMainBar + + Form + Modulo + + + + PLMTranslations + + Chapter + Capitolo + + + Text + Testo + + + Notes + Note + + + + PLMWritingZone + + Form + Modulo + + + Bold + Grassetto + + + Italic + Corsivo + + + Underline + Sottolineato + + + + PrjManager + + Projects Manager + Gestione Progetti + + + Please select in the list below the project you want to work with : + Per favore seleziona nella lista seguente il progetto con cui vuoi lavorare : + + + &New + &Nuovo + + + &Open + Apri (&O) + + + &Edit + &Edita + + + &Delete + Cancella (&D) + + + &Close + &Chiudi + + + &Rename + &Rinomina + + + Rename the project + Rinomina il progetto + + + &Name : + &Nome : + + + &Creation date : + Data di &creazione : + + + &Modified : + &Modificato : + + + &Path : + &Percorso : + + + Delete project + Cancella progetto + + + You can't rename while a project is opened !<br> Please close the current project and try again. + Non puoi rinominare mentre un progetto è aperto !<br> Per favore chiudi il progetto corrente e riprova. + + + Rename Project + Rinomina Progetto + + + Type a new name for the selected project : + Scrivi un nuovo nome per il progetto selezionato : + + + Plume Creator Tree + Diagramma di Plume Creator + + + Parse error at line %1, column %2: +%3 + + Analizza errore alla linea %1, colonna %2: +%3 + + + + Project + + Text + Testo + + + + ProjectDockTitleBar + + Form + Modulo + + + + ProjectListItemForm.ui + + Text + Testo + + + + ProjectPage + + Part + + + + Close project + + + + Forget + + + + + ProjectPageForm.ui + + Projects + + + + New project + + + + Open project + + + + Recent projects + + + + Save + + + + Save as + + + + Save all + + + + Save a copy + + + + Back up + + + + Behavior + + + + Create an empty project at start + + + + + + + + Print + Stampa + + + Import + + + + Export + + + + Go back + + + + <h2>New project</h2> + + + + Project title : + + + + project title + + + + Project file : + + + + project file + + + + Project path : + + + + project path + + + + Select + + + + This project will be created as : + + + + Number of parts : + + + + Create + + + + + + + + + QObject + + XML problem : parseFolderElement(const QDomElement &element, QTreeWidgetItem *parentItem) + Problema XML : parseFolderElement(const QDomElement &element, QTreeWidgetItem *parentItem) + + + XML problem + Problema XML + + + No Title + Nessun Titolo + + + + RestoreListView + + Restore + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + + + + Select none + + + + Select all + + + + + RestoreListViewForm.ui + + Restore a document + + + + Select all + + + + Trashed menu + + + + The checked documents are those which were trashed at the same time + + + + + RightDock + + &Tools dock + + + + &Edit + &Edita + + + &Tags + + + + &Notes + &Note + + + + RightDockForm.ui + + Edit + + + + Tags + + + + + RootPage + + Welcome + Benvenuto + + + Write + + + + Notes + Note + + + Gallery + + + + Note + + + + Project + Progetto + + + &File + + + + &Edit + &Edita + + + &Help + Aiuto (&H) + + + &About + + + + + RootPageForm.ui + + Main menu + + + + Button + + + + Save + + + + Label + + + + + SelectPage + + New Project + Nuovo Progetto + + + Specify the path of your new project. Please note you must have writing rights in it. Plume Creator will create a basic skeleton. + Specifica il percorso del tuo nuovo progetto. Per favore nota che devi avere i diritti di scrittura su di esso. Plume Creator creerà una struttura di base. + + + Please complete the fields below: + Per favore completa i campi seguenti: + + + Project name : + Nome del progetto : + + + Select path + Scegli il percorso + + + QFileDialog::getExistingDirectory() + QFileDialog::getExistingDirectory() + + + + SettingsDialog + + Settings Dialog + Finestra Impostazioni + + + General + Generale + + + Change your language : + Cambia la tua lingua : + + + Change Plume style : + Cambia lo stile di Plume : + + + Change your display : + Cambia il tuo display : + + + Save project every : + Salva il progetto ogni : + + + s + seconds + s + + + Check update at startup + Controlla aggiornamenti all'avvio + + + Prevent multiple space characters between words + Previeni spazi multipli tra le parole + + + Keep only one tab opened + Mantieni sono una tab aperta + + + Hide tabs + Nascondi tab + + + Text + Testo + + + Main Text Area + Area Principale di Testo + + + Text Area Width : + Larghezza dell'Area di Testo : + + + px + px + + + Fullscreen Text Area + Area di Testo a Schermo Intero + + + CheckBox + Casella di controllo + + + Synopsis Area + Area Sinossi + + + Default Text Font : + Carattere di default del Testo : + + + Show scrollbar + Mostra barra di scorrimento + + + Paragraph Indent : + Indentazione paragrafo : + + + Margin : + Margine : + + + Note Area + Area Note + + + Styles + Stili + + + Fixed Options : + Opzioni Fisse : + + + Text Font : + Carattere del Testo : + + + Spacing : + Spaziatura : + + + Text Size : + Grandezza del Testo : + + + Text Alignment : + Allineamento del Testo : + + + Left + Sinistra + + + Center + Centro + + + Right + Destra + + + Justified + Giustificato + + + 1st Line Indent : + Indentazione 1ma Linea : + + + Default Style + Stile di Default + + + Default Options : + Opzioni di Default : + + + These options can be modified with the right-click menu. + Queste opzioni possono essere modificate con il menu del tasto destro. + + + Italic + Corsivo + + + Bold + Grassetto + + + Underline + Sottolineato + + + Strike Out + Sbarrato + + + System default + Default di sistema + + + Plastique (KDE) + Plastique (KDE) + + + Cleanlooks + Cleanlooks + + + Gtk (Gnome/XFCE) + Gtk (Gnome/XFCE) + + + Windows Vista + Windows Vista + + + Windows XP + Windows XP + + + Macintosh (OSX) + Macintosh (OSX) + + + Desktop + Desktop + + + Netbook + Netbook + + + A different language has been selected.<br>The change will be effective after restarting the program. + E' stato selezionata una lingua differente.<br>Il cambiamento sarà effettivo dopo aver riavviato il programma. + + + A different style has been selected.<br>The change will be effective after restarting the program. + E' stato selezionato uno stile differente.<br>Il cambiamento sarà effettivo dopo aver riavviato il programma. + + + Name new style + Dai un nome al nuovo stile + + + Style name : + Nome dello stile : + + + New Style + Nuovo Stile + + + Style Renaming + Rinominazione Stile + + + Style new name : + Nuovo nome dello stile : + + + Do you want to remove this style ? + Vuoi rimuovere questo stile ? + + + The texts written with this style will not be linked anymore. + I testi scritti con questo stile non saranno più collegati. + + + + SettingsPage + + Add backup path + + + + Remove backup path + + + + Enter a path to back up to + + + + + SettingsPageForm.ui + + Accessibility + + + + Allow swipe gesture between tabs + + + + Show menu bar + + + + Appearance + + + + Interface language : + + + + Set main menu in status bar + + + + Backup + + + + Backup paths : + + + + Back up every + + + + hours + + + + Back up once a day + + + + Save + + + + Save every + + + + minutes + + + + Special E-Paper + + + + Set the text cursor unblinking + + + + Advanced + + + + Show properties tool box + + + + Reset dock configuration + + + + Spell checking + + + + + Sheet + + Synopsis + Sinossi + + + + SideMainMenu + + Form + Modulo + + + + SlimFindReplace + + Form + Modulo + + + Find : + Trova : + + + Replace with : + Sostituisci con : + + + + SlimUpdater + + Form + Modulo + + + <center>Current version : + <center>Versione corrente : + + + </center> + </center> + + + You are connected to the web + Sei connesso ad internet + + + You are not connected to the web + Non sei connesso ad internet + + + Plume Creator website is available + Il sito web di Plume Creator è disponibile + + + Plume Creator website is unavailable + Il sito web di Plume Creator non è disponibile + + + <p>Connection status :<blockquote>- + <p>Stato connessione :<blockquote>- + + + Plume Creator Version + Versione Plume Creator + + + The file is not a Plume Creator version file. + Questo file non è un file di versione Plume Creator. + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Sei aggiornato !</h3><b> + + + + StatsBox + + Time + Tempo + + + Timer + Timer + + + Word Count + Conteggio Parole + + + All + Tutto + + + Project : + Progetto : + + + Current book : + Libro corrente : + + + current chapter : + capitolo corrente : + + + calculating... + sto calcolando... + + + + StructurePage + + New Project + Nuovo Progetto + + + Chapter + Capitolo + + + Scene + Scena + + + + TagPad + + tag related to the current paper + + + + Add tag + + + + Existing tags + + + + + TagPadForm.ui + + Tags list + + + + + TextStyles + + New Style + Nuovo Stile + + + Normal + Normale + + + Poetry + Poesia + + + + TextTab + + Form + Modulo + + + + TextZone + + &Undo + Annulla (&U) + + + Undo the last operation + Annulla l'ultima operazione + + + &Redo + &Ripeti + + + Redo the last operation + Ripeti l'ultima operazione + + + Cu&t + &Taglia + + + Cut the current selection's contents to the clipboard + Ritaglia il contenuto della selezione corrente negli appunti + + + &Copy + &Copia + + + Copy the current selection's contents to the clipboard + Copia il contenuto della selezione corrente negli appunti + + + &Paste + Incolla (&P) + + + Paste the clipboard's contents into the current selection + Incolla il contenuto degli appunti nella selezione corrente + + + &Bold + Grassetto (&B) + + + Make the text bold + Rendi il testo grassetto + + + &Italic + Corsivo (&I) + + + Make the text italic + Rendi il testo corsivo + + + Manage &Styles + Gestisci &Stili + + + Manage the styles + Gestisci gli stili + + + &Styles + &Stili + + + + Timer + + Start + Inizia + + + Reset + Azzera + + + Pause + Pausa + + + h + h + + + min + min + + + s + s + + + h + h + + + min + min + + + s + s + + + + Translations + + Chapter + Capitolo + + + Text + Testo + + + Notes + Note + + + + TrashedListView + + Trash: %1 + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + + + + Restore + + + + has child + + + + label: + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + TrashedListViewForm.ui + + Restore a document + + + + Trashed menu + + + + + TreeListView + + Go up + + + + Paste + + + + Advanced + + + + Sort alphabetically + + + + Trash + + + + Add + + + + has child + + + + label: + + + + navigation item + + + + Open document + + + + Open document in a new tab + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + + + + Open in new tab + + + + Open in new window + + + + Set as active project + + + + Rename + + + + Set label + + + + Cut + + + + Copy + + + + Add before + + + + Add after + + + + Move up + Sposta su + + + Move down + Sposta giù + + + Send to trash + + + + + TreeListViewForm.ui + + current folder name + + + + Add a document + + + + Navigation menu + + + + + UpdateChecker + + Plume Creator Version + Versione Plume Creator + + + The file is not a Plume Creator version file. + Questo file non è un file di versione Plume Creator. + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Sei aggiornato !</h3><b> + + + You are not connected to the web + Non sei connesso ad internet + + + Plume Creator website is unavailable + Il sito web di Plume Creator non è disponibile + + + <p>Connection status :<blockquote>- + <p>Stato connessione :<blockquote>- + + + </blockquote><blockquote>- + </blockquote><blockquote>- + + + </blockquote></p> + </blockquote></p> + + + You are connected to the web + Sei connesso ad internet + + + Plume Creator website is available + Il sito web di Plume Creator è disponibile + + + + Updater + + Update Checker + Controllo Aggiornamenti + + + Please press this button to verify if an update is available : + Per favore premi questo pulsante per verificare se è disponibile un aggiornamento : + + + Error : version not readable + Errore: versione non leggibile + + + No connection + Nessuna connessione + + + <center>Website : <br><address><a href=http://sourceforge.net/projects/plume-creator>http://sourceforge.net/projects/plume-creator</a></address></center> + <center>Sito web : <br><address><a href=http://sourceforge.net/projects/plume-creator>http://sourceforge.net/projects/plume-creator</a></address></center> + + + Always check at Plume startup ? + Controllare sempre all'avvio di Plume ? + + + &Check + &Controlla + + + &Close + &Chiudi + + + <center>Current version : + <center>Versione corrente : + + + </center> + </center> + + + You are connected to the web + Sei connesso ad internet + + + You are not connected to the web + Non sei connesso ad internet + + + Plume Creator website is available + Il sito web di Plume Creator è disponibile + + + Plume Creator website is unavailable + Il sito web di Plume Creator non è disponibile + + + <p>Connection status :<blockquote>- + <p>Stato connessione :<blockquote>- + + + </blockquote><blockquote>- + </blockquote><blockquote>- + + + </blockquote></p> + </blockquote></p> + + + Plume Creator Version + Versione Plume Creator + + + Parse error at line %1, column %2: +%3 + + Analizza errore alla linea %1, colonna %2: +%3 + + + The file is not a Plume Creator version file. + Questo file non è un file di versione Plume Creator. + + + </h3><b><br>Download it directly here : <br><address><a href= + </h3><b><br>Scaricalo direttamente qui : <br><address><a href= + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Sei aggiornato !</h3><b> + + + + WelcomePageForm.ui + + Project + Progetto + + + Examples + + + + Settings + + + + Help + + + + + WordGoalProgressBar + + Form + Modulo + + + + Workbench + + Shift to spreadsheet mode + Passa alla modalità foglio di calcolo + + + Close the Outliner + Chiudi l'Evidenziatore + + + + WriteLeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + WriteLeftDockForm.ui + + Navigation + + + + Opened documents + + + + + WriteRightDock + + &Tools dock + + + + &Edit + &Edita + + + &Tags + + + + &Notes + &Note + + + + WriteRightDockForm.ui + + Edit + + + + Tags + + + + Notes + Note + + + + WritingZone + + Form + Modulo + + + + main + + Fullscreen + + + + &New Project + &Nuovo Progetto + + + &Open Project + + + + Open an existing project + + + + Save + + + + Save All + + + + Ctrl+Shift+S + + + + Save as... + + + + Save the "%1" project as ... + + + + This path is read-only, please choose another path. + + + + Save a Copy + + + + Save a copy of the "%1" project as ... + + + + Back up + + + + &Print + Stampa (&P) + + + &Import + + + + &Export + &Esporta + + + &Close "%1" project + + + + The project %1 is not saved. Do you want to save it before quiting ? + + + + Save the %1 project as ... + + + + &Quit + + + + Cut + + + + Copy + + + + Paste + + + + Italic + Corsivo + + + Bold + Grassetto + + + Strike + + + + Underline + Sottolineato + + + diff --git a/src/translations/skribisto_pt_BR.ts b/src/translations/skribisto_pt_BR.ts new file mode 100644 index 000000000..bd3bbc747 --- /dev/null +++ b/src/translations/skribisto_pt_BR.ts @@ -0,0 +1,3401 @@ + + + + + AttendAbstractModel + + Titles + Títulos + + + None + Nenhum + + + Age : + Idade: + + + + AttendBase + + Set the point of view + Escolher ponto de vista + + + + AttendBox + + List all the characters, items and places in this project + n filename="attendbox.cpp" line="860"/> + <source>Elenca tutti i personaggi, oggetti e luoghi in questo progetto + + + + AttendManager + + Mise en scène Manager + Gerenciador de Objetos + + + Age : + Idade + + + Name + Nome + + + One-line description + Descrição curta + + + Aliases (separated by , (comma) ) + Apelidos (separados por , (vírgula) ) + + + Close + Fechar + + + add object + adicionar objeto + + + add an object (character, item, places, ...) to the list + adicionar um objeto (personagem, item, lugar ...) à lista + + + add group + adcionar grupo + + + add a group to the list + adicionar um grupo à lista + + + remove + remover + + + remove the selected object or group + remover o grupo ou objeto selecionado + + + + AttendManagerTreeProxyModel + + new + novo + + + new group + novo grupo + + + Plume Creator Attendance + Plume Creator - Objetos + + + You can't delete a group if it's not empty./nIf you want to delete it, please delete its children first. + Você não pode deletar um grupo se ele não estiver vazio./nSe quiser deletá-lo, por favor delete os itens do grupo primeiro. + + + Do you really want to delete it ?/nYou will not be able to recover it afterwards. + Você realmente deseja deletar?/nEsta operação não pode ser desfeita. + + + + AttendSettings + + Attendance settings + Configurações do Gerenciador de Objetos + + + List 1 + Lista 1 + + + List 2 + Lista 2 + + + List 3 + Lista 3 + + + Others + Outros + + + Warning : modify orders changes the Attendance manager lists orders + Aviso: modificar a ordem dos itens da lista afeta o Gerenciador de Objetos + + + Age : + Idade: + + + None + Nenhum + + + new + novo + + + + AttendSheetTreeProxyModel + + Sheet + Folha + + + + CheckableTree + + Level %1 + + + + label: %1 + + + + has children + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Abrir + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + EditMenu + + Zoom : + Zoom: + + + Text Width : + Largura de Texto + + + Styles : + Estilos: + + + + EditToolBar + + Bold + Negrito + + + Italic + Itálico + + + + EditView + + Sizes + + + + Full Screen Colors + + + + Go back + + + + + EditViewForm.ui + + Edit text + + + + Italic + Itálico + + + Bold + Negrito + + + Strike + + + + Underline + Sublinhado + + + Display + + + + Full screen + + + + Size + + + + Full screen Colors + + + + Go back + + + + Text width : + + + + Text size : + + + + Text indent : + + + + Top margin : + + + + Background : + + + + Text Field + + + + Tool Button + + + + Paper : + + + + #1234 + + + + + + + + + + + + + + + + + + + + + Exporter + + Export Dialog + Diálogo de Exportação + + + Print Dialog + Diálogo de Impressão + + + Please complete the fields below: + Por favor preencha os campos abaixo: + + + File name : + Nome do arquivo: + + + Select path + Escolher caminho + + + Dialog + Diálogo + + + Path : + Caminho: + + + File type : + Tipo de arquivo: + + + Options : + Opções: + + + Insert : + Inserir: + + + Story : + História: + + + Synopsis : + Synopse: + + + Notes : + Notas: + + + Other : + Outros: + + + Set scene titles : + Escolher títulos de cena: + + + Nothing + Nada + + + Titles + Títulos + + + Insert columns : + Inserir colunas: + + + Word count : + Contagem de palavras: + + + Point of view : + Ponto de vista: + + + Title : + Título: + + + Type of sheet : + Tipo de folha: + + + Warning : the character set is Unicode (UTF-8) + Aviso: o conjunto de caracteres é Unicode (UTF-8) + + + Preview + Pré-visualização + + + Print + Imprimir + + + Project Exporter + Exportador de Projeto + + + The destination fields must be completed ! + Os campos de destino devem estar completos! + + + Select a directory + Escolha um diretório + + + Synopsis + Sinopse + + + Note + Nota + + + Story + História + + + You have selected the .txt format. There is no formatting ! + Você escolheu o formato .txt. O arquivo resultante não tera formatação! + + + Project exported + Projeto exportado + + + This project was successfully exported ! + O projeto foi exportado com sucesso! + + + Print Document + Imprimir documento + + + Title + Título + + + Type + Tipo + + + Notes + Notas + + + Word count + Contagem de palavras + + + Point of view + Ponto de vista + + + book + livro + + + chapter + capítulo + + + scene + cena + + + scene break + quebra de cena + + + + FileUpdater + + Main + Principal + + + Secondary + Secundário + + + None + Nenhum + + + Protagonist + Protagonista + + + Supporting + Auxiliar + + + Neutral + Neutro + + + Antagonist + Antagonista + + + Plume Creator Tree + Plume Creator - Árvore + + + Plume Creator Attendance + Plume Creator - Objetos + + + Characters + Personagens + + + Items + Itens + + + Places + Lugares + + + Plume Creator Info + Informações do Plume Creator + + + + FindReplace + + Find & Replace Dialog + Diálogo de Localizar e Substituir + + + Progress : + Progresso: + + + Document : + Documento: + + + Find : + Encontrar: + + + Previous + Anterior + + + Next + Próximo + + + Replace && Next + Substituir &e Próximo + + + Prev. Doc + Doc. Anterior + + + Next Doc + Próximo Doc. + + + Find + Localizar + + + Replace All + Substituir tudo + + + Replace with : + Substituir por: + + + Replace + Substituir + + + Replace Doc + Substituir Doc. + + + Text + Texto + + + Synopsis + Sinopse + + + Note + Nota + + + Find next + Localizar próximo + + + Replace & Find next + Substituir e Localizar próximo + + + Options : + Opções: + + + Check story + Checar história + + + Check synopses + Checar sinopses + + + Check notes + Checar notas + + + + FullTextZone + + &Undo + &Desfazer + + + Undo the last operation + Desfazer a última operação + + + &Redo + &Refazer + + + Redo the last operation + Refazer a última operação + + + Cu&t + Recor&tar + + + Cut the current selection's contents to the clipboard + Recortar o conteúdo da seleção para a área de transferência + + + &Copy + &Copiar + + + Copy the current selection's contents to the clipboard + Copiar o conteúdo da seleção para a área de transferência + + + &Paste + Co&lar + + + Paste the clipboard's contents into the current selection + Colar o conteúdo da área de tranferência na seleção atual + + + &Bold + &Negrito + + + Make the text bold + Tornar o texto negrito + + + &Italic + &Itálico + + + Make the text italic + Tornar o texto itálico + + + + FullscreenEditor + + Fullscreen + Tela-cheia + + + Words : + Palavras: + + + Timer : + Timer: + + + Clock : + Relógio: + + + Prev + Anterior + + + Next + Próximo + + + New + Novo + + + Synopsis + Sinopse + + + Show the synopsis + Mostrar a sinopse + + + Note + Nota + + + Show the notes + Mostrar as notas + + + Manage &Styles + Gerenciar E&stilos + + + Manage the styles + Gerenciar os estilos + + + Colors + Cores + + + Set the colors + Escolher as cores + + + FullScreen Colors : + Cores de tela-cheia + + + &Background color: + Cor de &Fundo: + + + Text b&ackground color: + Cor de f&undo do texto: + + + &Text color: + Cor do &texto: + + + Notes + Notas + + + Project + Projeto + + + + Hub + + The document + O documento + + + you are trying to open doesn't exist ! + + que você está tentnado abrir não exite! + + + you are trying to open isn't a *.plume or .plume_backup file ! + + que você está tentando abrir não é um arquivo *.plume ou *.plume_backup! + + + The document you are trying to open isn't a *.plume or *.plume_backup file ! + + O documento que você está tentando abrir não é um arquivo *.plume ou *.plume_backup! + + + <p>The document you are trying to open is *.plume_backup file !</p><p>It's a backup created from the last save. This file must be opened in theses cases :</p><blockquote>- Your computer crashed when saving, corrupting your work . </blockquote><blockquote>- You can't load your work. </blockquote><p>This will replace your work.</p><p>Do you want to proceed ?</p> + <p>O documento que você está tentando abrir é um arquivo *.plume_backup!</p><p>É um backup criado da última vez que foi salvo. Este arquivo deve ser aberto nos seguintes casos:</p><blockquote>- Seu computador travou enquanto estava salvando, corrompendo o arquivo. </blockquote><blockquote>- Você não consegue abrir o arquivo. </blockquote><p>Isto irá substituir seu trabalho.</p><p>Você deseja continuar?</p> + + + The file is not a Plume Creator tree file. + O arquivo não é um arquivo de árvore do Plume Creator. + + + The file is not a Plume Creator tree file version + version added after that + O arquivo não é um arquivo de árvore do Plume Creator versão + + + The file is not a Plume Creator info file. + O arquivo não é um arquivo de informações do Plume Creator. + + + The file is not a Plume Creator info file version + version added after that + O arquivo não é um arquivo de informações do Plume Creator versão + + + The file is not a Plume Creator attend file version + version added after that + O arquivo não é um arquivo de objetos do Plume Creator versão + + + + IntroPage + + New Project + Novo Projeto + + + Welcome to Plume Creator ! + Bem-vindo ao Plume Creator! + + + This assistant will help you create a new project . + Este assistente o Ajudará a criar um novo projeto. + + + + LeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + LeftDockForm.ui + + Navigation + + + + Opened documents + + + + + MainTree + + &Delete + &Deletar + + + &Advanced + &Avançado + + + &Rename + &Renomear + + + Add &next + Adicionar &próximo + + + Add &child + Adicionar &subitem + + + Add &scene break + Adicionar quebra de &cena + + + Move Up + Mover para cima + + + Move Down + Mover para baixo + + + C&onfirm + C&Confirmar + + + &Auto Rename Childs + &Auto-renomear subitens + + + &Split + &Dividir + + + Add &X Children + Adicionar &X subitens + + + Rename sheet + Renomear folha + + + Sheet name : + Nome da folha: + + + Sheet Deletion + Deletar folhas + + + <p>The selected sheet and its children will be permanently deleted.</p> +<br><p>Do you really want to continue ?</p> + <p>A folha selecionada e seus subitens serão excluídos permanentemente.</p> +<br><p>Você realmente quer continuar?</p> + + + Plume Creator Info + Informações do Plume Creator + + + For safety measure, you are +not allowed delete a filled book. + Por segurança, não é permitido excluír um livro não vazio. + + + Chapter + Capítulo + + + Scene + Cena + + + Split Dialog + Diálogo de Divisão + + + <p>With this tool, you can split a text in several parts.For each part, Plume will create a chapter or a scene.</p><br> + <p>Com esta ferramenta, você pode dividir um texto em várias partes. Para cada parte, Plume criará um novo capítulo ou cena.</p><br> + + + <center><b>Each sheet type has different behaviour !</b></center><br><p><blockquote>In a scene sheet : split <b>only</b> into scenes with *** .</blockquote><blockquote>In a chapter sheet : split into scenes with *** and into chapters with ### .</blockquote><blockquote>In a book sheet : split into scenes with *** and into chapters with ### .</blockquote></p> + <center><b>Cada tipo de folha possui um comportamento diferente!</b></center><br><p><blockquote>Em uma folha de cena: divide <b>apenas</b> em cenas utilizando *** .</blockquote><blockquote>Em uma folha de capítulo: divide em cenas com *** em em capítulos com ### .</blockquote><blockquote>Em uma folha de livro: divide em cenas com *** e em capítulos com ### .</blockquote></p> + + + Text + Texto + + + Synopsys + Sinopse + + + Note + Nota + + + Choose the type of document that you want to split : + Escolha o tipo de documento que você quer dividir + + + Splitting Task + Tarefa de Divisão + + + This sheet does not contain *** . + Esta folha não contém ***. + + + Add X Children + Adicionar X Subitens + + + Please enter a number : + Por favor insira um número: + + + New Book + Novo Livro + + + New Chapter + Novo Capítulo + + + New Scene + Nova Cena + + + + MainTreeAbstractModel + + Titles + Títulos + + + Synopsis + Sinopse + + + Notes + Notas + + + PoV + PdV + + + Splitting Task + Tarefa de Divisão + + + This sheet does not contain *** . + Esta folha não contém ***. + + + Chapter + Capítulo + + + Scene + Cena + + + + MainTreeContextMenu + + &Advanced + &Avançado + + + &Rename + &Renomear + + + &Split + &Dividir + + + Split Dialog + Diálogo de Divisão + + + <p>With this tool, you can split a text in several parts.For each part, Plume will create a chapter or a scene.</p><br> + <p>Com esta ferramenta, você pode dividir um texto em várias partes. Para cada parte, Plume criará um novo capítulo ou cena.</p><br> + + + <center><b>Each sheet type has different behaviour !</b></center><br><p><blockquote>In a scene sheet : split <b>only</b> into scenes with *** .</blockquote><blockquote>In a chapter sheet : split into scenes with *** and into chapters with ### .</blockquote><blockquote>In a book sheet : split into scenes with *** and into chapters with ### .</blockquote></p> + <center><b>Cada tipo de folha possui um comportamento diferente!</b></center><br><p><blockquote>Em uma folha de cena: divide <b>apenas</b> em cenas utilizando *** .</blockquote><blockquote>Em uma folha de capítulo: divide em cenas com *** em em capítulos com ### .</blockquote><blockquote>Em uma folha de livro: divide em cenas com *** e em capítulos com ### .</blockquote></p> + + + Text + Texto + + + Synopsys + Sinopse + + + Note + Nota + + + Choose the type of document that you want to split : + Escolha o tipo de documento que você quer dividir + + + Rename sheet + Renomear folha + + + Sheet name : + Nome da folha: + + + Add X Children + Adicionar X Subitens + + + Please enter a number : + Por favor insira um número: + + + + MainWindow + + Welcome + Bem-vindo + + + <center><b>Hello ! Welcome to Plume Creator v + <center><b>Olá! Bem-vindo ao Plume Creator v + + + !</b></center><p>Plume Creator is a little program for writers in quest of a complete yet simple way of writing and organizing a fiction.</p><br><p>It allows :<blockquote>- fullscreen text editing</blockquote><blockquote>- chapters and scenes outlining</blockquote><blockquote>- note taking</blockquote><blockquote>- items/characters/places managing</blockquote></p><p><b><h1>This is a Beta software ! It's stable but all the features are not finished !</h1></b></p> + !</b></center><p>Plume Creator é um pequeno programa para escritores em busca de uma forma completa e ainda assim simples de escrever e organizar histórias de ficção.</p><br><p>Ele permite:<blockquote>- edição em tela-cheia</blockquote><blockquote>- planejamento em capítulos e cenas</blockquote><blockquote>- fazer anotações</blockquote><blockquote>- gerenciar itens/personagens/lugares</blockquote></p><p><b><h1>Este é um programa beta! Ele é estável mas nem todos os recursos foram concluídos!</h1></b></p> + + + Small screen size detected + Baixa resolução de tela detectada + + + <center><b>A small screen has been detected</b></center><p>Maybe you are running Plume on a netbook. Plume will adapt its interface to this type of computer.</p><br><p>You can change this option in the 'Configure' dialog.</p> + <center><b>Uma baixa resolução foi detectada</b></center><p>Talvez você esta rodando Plume em um netbook. Plume adaptará sua interface para este tipo de computador.</p><br><p>Você pode mudar esta opção no díalogo 'Configurações'.</p> + + + Mise en scène + Objetos + + + Project + Projeto + + + Tools + Ferramentas + + + Stats + Estatísticas + + + Notes + Notas + + + Draft + Rascunho + + + Done + Concluído + + + Corrected + Corrigido + + + Synopsis + Sinopse + + + Note + Nota + + + Project word count + Contagem de palavras do projeto + + + Book word count + Contagem de palavras do livro + + + Chapter word count + Contagem de palavras do capítulo + + + Current sheet word count + Contagem de palavaras da folha atual + + + Side buttons + Botões laterais + + + Your project was successfully saved. + Seu projeto foi salvo com sucesso. + + + Project: + Projeto: + + + Book: + Livro: + + + Chapter: + Capítulo: + + + Words: + Palavras: + + + Fullscreen + Tela-cheia + + + Edit this document fullscreen + Edite este documento em tela-cheia + + + Do you want to quit ? + Você quer sair? + + + Your changes are already saved. + Suas modificações já estão salvas. + + + + MenuBar + + Do you want to close the current project ? + Você quer fechar o projeto atual? + + + Your changes are already saved. + Suas modificações já estão salvas. + + + About Qt + Sobre Qt + + + About Plume Creator + Sobre Plume Creator + + + &New Project + &Novo Projeto + + + Create a new project + Criar um novo projeto + + + Create and manage your projects + Criar e genrenciar projetos + + + &Configure + &Configurar + + + Display the configuration + Exibir a configuração + + + &Export + &Exportar + + + Export the project + Exportar o projeto + + + &Print + Im&primir + + + Print part of the project + Imprimir parte do projeto + + + &Close project + &Fechar projeto + + + Print the document + Imprimir o documento + + + E&xit + &Sair + + + Exit the application + Sair do programa + + + &Project + &Projeto + + + &Find && Replace + &Localizar e Substituir + + + Find && Replace Dialog + Diálogo de Localizar e Substituir + + + Manage &Styles + Genrenciar E&stilos + + + Manage the styles + Gerenciar os estilos + + + &Edit + &Editar + + + Show the project dock + Mostrar a janela de projeto + + + &Notes + &Notas + + + Show the note dock + Mostrar a janela de notas + + + &Attendance + &Objetos + + + Show the attendance dock + Mostrar a janela de objetos + + + &Tools + Ferramen&tas + + + Show the tool dock + Mostrar a janela de ferramentas + + + Show the outliner + Mostrar o outliner + + + &Fullscreen + Tela-cheia + + + Edit fullscreen + Editar tela-cheia + + + &View + &Visualizar + + + About + Sobre + + + about the application + sobre o programa + + + about Qt + sobre Qt + + + Check Update + Checar Atualização + + + check for an update + procurar por uma atualização + + + &Help + A&juda + + + Parse error at line %1, column %2: +%3 + + +%3 + + + + NewProjectWizard + + Project Creator + Criador de Projeto + + + Chapter 1 + Capítulo 1 + + + Scene 1 + Cena 1 + + + Main + Principal + + + Secondary + Secundário + + + None + Nenhum + + + Protagonist + Protagonista + + + Supporting + Auxiliar + + + Neutral + Neutro + + + Antagonist + Antagonista + + + Characters + Personagens + + + Items + Itens + + + Places + Lugares + + + + NoteDock + + Synopsis + Sinopse + + + Note + Nota + + + + NotePad + + Rename + + + + Dissociate + + + + Send to trash + + + + Warning + + + + Do you want to move the note "%1" to the trash ? + + + + note related to the current sheet + + + + New note + + + + Add note + + + + Existing notes + + + + + NotePadForm.ui + + Show synopsis + + + + Open note + + + + Notes list + + + + + NoteZone + + &Undo + &Desfazer + + + Undo the last operation + Desfazer a última operação + + + &Redo + &Refazer + + + Redo the last operation + Refazer a última operação + + + Cu&t + Recor&tar + + + Cut the current selection's contents to the clipboard + Recortar o conteúdo da seleção atual para a área de transferência + + + &Copy + &Copiar + + + Copy the current selection's contents to the clipboard + Copiar o conteúdo a seleção atual para a área de transferência. + + + &Paste + Co&lar + + + Paste the clipboard's contents into the current selection + Colar o conteúdo da área de transferência na seleção atual + + + &Bold + &Negrito + + + Make the text bold + Tornar o texto negrito + + + &Italic + &Itálco + + + Make the text italic + Tornar o texto itálico + + + &Left Align + Alinhar à &Esquerda + + + Left align the selected text + Alinhar o texto selecionado à esquerda + + + &Right Align + Alinhar à d&ireita + + + Right align the selected text + Alinhar o texto selecionado à direita + + + &Justify + &Justificar + + + Justify the selected text + Justificar o texto selecionado + + + &Center + &Centralizar + + + Center the selected text + Centralizar o texto selecionado + + + &Alignment + &Alinhamento + + + L + align left + E + + + R + align right + D + + + L + E + + + R + D + + + + OutlinerAbstractModel + + Titles + Títulos + + + Synopsis + Sinopse + + + Notes + Notas + + + PoV + PdV + + + + OutlinerBase + + Shift to spreadsheet mode + Mudar para o modo planilha + + + Close the Outliner + Fechar o outliner + + + Expand spreadsheet + Expandinr planilha + + + Shrink spreadsheet + Comprimir planilha + + + Move up + Mover para cima + + + Move down + Mover para baixo + + + Reset the view + Resetar a visualização + + + Characters + Personagens + + + Items + Itens + + + Places + Lugares + + + + OutlinerSpreadsheet + + This speadsheet outliner is at an early stage of development. <br>For now, you can rename titles, write synopses and notes. Right-click and a menu will appear ! + Este outliner está em um estado primiyivo de desenvolvimento. <br>Por enquanto, você pode renomear títulos e escrever sinopses e notas. Clique com o botão direito e um menu aparecerá. + + + Do not warn me again + Não me avisar novamente + + + &Delete + E&xcluir + + + &Advanced + &Avançado + + + &Rename + &Renomear + + + Add &next + Adicionar &próximo + + + Add &child + Adicionar &subitem + + + Add &scene break + Adicionar &quebra de cena + + + Move Up + Mover para Cima + + + Move Down + Mover para Baixo + + + C&onfirm + C&onfirmar + + + &Auto Rename Childs + &Auto-renomear Subitens + + + Add &X Children + Adicionar &X Subitens + + + + OutlinerSpreadsheetHeader + + Hide + Esconder + + + + PLMMainWindow + + Project + Projeto + + + Print + Imprimir + + + Do you want to quit ? + Você quer sair? + + + Your changes are already saved. + Suas modificações já estão salvas. + + + + PLMTranslations + + Chapter + Capítulo + + + Text + Texto + + + Notes + Notas + + + + PLMWritingZone + + Bold + Negrito + + + Italic + Itálico + + + Underline + Sublinhado + + + + PrjManager + + Projects Manager + Genrenciador de Projetos + + + Please select in the list below the project you want to work with : + Por favor escolha na lista abaixo o projeto com o qual deseja trabalhar: + + + &New + &Novo + + + &Open + &Abrir + + + &Edit + &Editar + + + &Delete + E&xcluir + + + &Close + &Fechar + + + &Rename + &Renomear + + + Rename the project + Renomear o projeto + + + &Name : + &Nome: + + + &Creation date : + &Data de Criação: + + + &Modified : + &Modificado: + + + &Path : + &Caminho: + + + Delete project + Deletar projeto + + + You can't rename while a project is opened !<br> Please close the current project and try again. + Você não pode renomear enquanto um projeto está aberto!<br> Por favor feche o projeto atual e tente novamente. + + + Rename Project + Renomear Projeto + + + Type a new name for the selected project : + Digite um novo nome para o projeto selecionado: + + + Plume Creator Tree + Plume Creator - Árvore + + + + Project + + Text + Texto + + + + ProjectListItemForm.ui + + Text + Texto + + + + ProjectPage + + Part + + + + Close project + + + + Forget + + + + + ProjectPageForm.ui + + Projects + + + + New project + + + + Open project + + + + Recent projects + + + + Save + + + + Save as + + + + Save all + + + + Save a copy + + + + Back up + + + + Behavior + + + + Create an empty project at start + + + + + + + + Print + Imprimir + + + Import + + + + Export + + + + Go back + + + + <h2>New project</h2> + + + + Project title : + + + + project title + + + + Project file : + + + + project file + + + + Project path : + + + + project path + + + + Select + + + + This project will be created as : + + + + Number of parts : + + + + Create + + + + + + + + + QObject + + No Title + Sem Título + + + + RestoreListView + + Restore + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + + + + Select none + + + + Select all + + + + + RestoreListViewForm.ui + + Restore a document + + + + Select all + + + + Trashed menu + + + + The checked documents are those which were trashed at the same time + + + + + RightDock + + &Tools dock + + + + &Edit + &Editar + + + &Tags + + + + &Notes + &Notas + + + + RightDockForm.ui + + Edit + + + + Tags + + + + + RootPage + + Welcome + Bem-vindo + + + Write + + + + Notes + Notas + + + Gallery + + + + Note + Nota + + + Project + Projeto + + + &File + + + + &Edit + &Editar + + + &Help + A&juda + + + &About + + + + + RootPageForm.ui + + Main menu + + + + Button + + + + Save + + + + Label + + + + + SelectPage + + New Project + Novo Projeto + + + Please complete the fields below: + Por favor preencha os campos abaixo: + + + Project name : + Nome do projeto: + + + Select path + Escolher caminho + + + + SettingsDialog + + Settings Dialog + Diálogo de Configuração + + + General + Geral + + + Change your language : + Trocar seu idioma: + + + Change Plume style : + Trocar o estilo do Plume: + + + Change your display : + Trocar seu monitor: + + + Save project every : + Salvar projeto a cada: + + + Check update at startup + Conferir atualizações ao iniciar + + + Prevent multiple space characters between words + Prevenir múltiplos espaçes entre palavras + + + Keep only one tab opened + Manter apenas uma aba aberta + + + Hide tabs + Esconder abas + + + Text + Texto + + + Main Text Area + Área de Texto Principal + + + Text Area Width : + Largurra da área de texto: + + + Fullscreen Text Area + Área de Texto em Tela-cheia + + + Synopsis Area + Área de Sinopse + + + Default Text Font : + Fonte de Texto Padrão: + + + Show scrollbar + Mostrar barra de rolagem + + + Portable : + Portátil: + + + Allow the use of Plume on a USB stick + Permitir o uso do Plume em um drive USB + + + Display the tool bar in the status bar + Exibir barra de ferramentas na barra de status + + + Paragraph Indent : + Indentação do parágrafo: + + + Margin : + Margem: + + + Note Area + Área de notas + + + Styles + Estilos + + + Fixed Options : + Opções Fixas: + + + Text Font : + Fonte de texto: + + + Spacing : + Espaçamento: + + + Text Size : + Tamanho do Texto: + + + Text Alignment : + Alinhamento do Texto + + + Left + Esquerda + + + Center + Centro + + + Right + Direita + + + Justified + Justificado + + + 1st Line Indent : + Identação da 1a Linha: + + + Default Style + Estilo Padrão + + + Default Options : + Opções Padrão: + + + These options can be modified with the right-click menu. + Estas opções podem ser modificadas com o menu de contexto. + + + Italic + Itálico + + + Bold + Negrito + + + Underline + Sublinhado + + + Strike Out + Riscado + + + Enable proxy + Ativar proxy + + + Port : + Porta: + + + User Name : + Nome de Usuário: + + + Password : + Senha: + + + Use system settings : + Usar configurações do sistema: + + + Type : + Tipo: + + + System default + Padrão do Sistema + + + A different language has been selected.<br>The change will be effective after restarting the program. + Um outro idioma foi selecionado.<br>A mudança terá efeito após reiniciar o programa. + + + A different style has been selected.<br>The change will be effective after restarting the program. + Um outro estilo foi selecionado;<br>A mudança terá efeito após reiniciar o programa. + + + A different portable mode has been selected.<br>The change will be effective after restarting the program. + Um outro modo portátil foi selecionado;<br>A mudança terá efeito após reiniciar o programa. + + + Name new style + Nomear novo estilo + + + Style name : + Nome do estilo: + + + New Style + Novo estilo + + + Style Renaming + Renomeamento de Estilo + + + Style new name : + Novo nome do estilo: + + + Do you want to remove this style ? + Você deseja remover este estilo? + + + The texts written with this style will not be linked anymore. + Os textos escritos com este estilo não serão mais linkados. + + + + SettingsPage + + Add backup path + + + + Remove backup path + + + + Enter a path to back up to + + + + + SettingsPageForm.ui + + Accessibility + + + + Allow swipe gesture between tabs + + + + Show menu bar + + + + Appearance + + + + Interface language : + + + + Set main menu in status bar + + + + Backup + + + + Backup paths : + + + + Back up every + + + + hours + + + + Back up once a day + + + + Save + + + + Save every + + + + minutes + + + + Special E-Paper + + + + Set the text cursor unblinking + + + + Advanced + + + + Show properties tool box + + + + Reset dock configuration + + + + Spell checking + + + + + Sheet + + Note + Nota + + + Synopsis + Sinopse + + + + SlimFindReplace + + Find : + Localizar: + + + Find previous + Localizar anterior + + + Find next + Localizar próximo + + + Case sensitivity + Diferenciação de maiúsculas + + + Replace & Find next + Substituir e Localizar próximo + + + Replace with : + Substituir por: + + + + SlimUpdater + + Verify again + Virificar novamente + + + Check update at startup ? + Verificar atualizações ao iniciar? + + + <center>Current version : + <center>Versão atual: + + + You are connected to the web + Você está conecatado à internet + + + You are not connected to the web + Você não está conectado à internet + + + Plume Creator website is available + O website do Plume Creator está disponível + + + Plume Creator website is unavailable + O website do Plume Creator está indisponível + + + <p>Connection status :<blockquote>- + <p>Estado da conexão:<blockquote>- + + + </blockquote><blockquote>- Verify the proxy settings<blockquote>- + </blockquote><blockquote>- Verificar as configurações de proxy<blockquote>- + + + </blockquote><blockquote>- Click again on the refresh button --></blockquote></p> + </blockquote><blockquote>- Clique novamente no botão de atualizar --></blockquote></p> + + + Checking... + Verificando... + + + Plume Creator Version + Versão do Plume Creator + + + The file is not a Plume Creator version file. + Este arquivo não é um arquivo de verão do Plume Creator. + + + </h3><b><br>Download it directly here : <address><a href= + </h3><b><br>Faça download direto daqui: <address><a href= + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Seu programa está atualizado!</h3><b> + + + + StartCenter + + version + versão + + + New + Novo + + + Open + Abrir + + + Close + Fechar + + + Recent projects : + Projetos recentes: + + + Path : + Caminho: + + + Created : + Criado: + + + Modified : + Modificado: + + + Open Plume Project + Abrir projeto do Plume Creator + + + Plume Project File (*.plume);;Plume Backup Project File (*.plume_backup) + Arquivo de prjeto do Plume Creator (*.plume);;Arquivo de backup do Plume Creator (*.plume_backup) + + + + StatsBox + + Time + Tempo + + + + StructurePage + + New Project + Novo Projeto + + + Chapter + Capítulo + + + Scene + Cena + + + + TagPad + + tag related to the current paper + + + + Add tag + + + + Existing tags + + + + + TagPadForm.ui + + Tags list + + + + + TextStyles + + New Style + Novo Estilo + + + Normal + Normal + + + Poetry + Poesia + + + + TextTab + + Find && replace + Localizar && substituir + + + Find text + Localizar texto + + + + TextZone + + &Undo + &Desfazer + + + Undo the last operation + Desfazer a última operação + + + &Redo + &Refazer + + + Redo the last operation + Refazer a última operação + + + Cu&t + Recor&tar + + + Cut the current selection's contents to the clipboard + Recortar o conteúdo da seleção atual para a área de transferência + + + &Copy + &Copiar + + + Copy the current selection's contents to the clipboard + Copiar o conteúdo da seleção atual para a área de transferência + + + Paste the clipboard's contents into the current selection + Colar o conteúdo da área de transferência na seleção atual + + + &Bold + &Negrito + + + Make the text bold + Tornar o texto negrito + + + &Italic + &Itálico + + + Make the text italic + Tornar o texto itálico + + + Manage &Styles + Gerenciar &Estilos + + + Manage the styles + Gerenciar os estilos + + + &Styles + &Estilos + + + + Timer + + Start + Iniciar + + + Reset + Resetar + + + Pause + Pausar + + + + Translations + + Chapter + Capítulo + + + Text + Texto + + + Notes + Notas + + + + TrashedListView + + Trash: %1 + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + + + + Restore + + + + has child + + + + label: + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Abrir + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + TrashedListViewForm.ui + + Restore a document + + + + Trashed menu + + + + + TreeListView + + Go up + + + + Paste + + + + Advanced + + + + Sort alphabetically + + + + Trash + + + + Add + + + + has child + + + + label: + + + + navigation item + + + + Open document + + + + Open document in a new tab + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Abrir + + + Open in new tab + + + + Open in new window + + + + Set as active project + + + + Rename + + + + Set label + + + + Cut + + + + Copy + + + + Add before + + + + Add after + + + + Move up + Mover para cima + + + Move down + Mover para baixo + + + Send to trash + + + + + TreeListViewForm.ui + + current folder name + + + + Add a document + + + + Navigation menu + + + + + UpdateChecker + + Checking... + Verificando... + + + Plume Creator Version + Versão do Plume Creator + + + The file is not a Plume Creator version file. + Este arquivo não é um arquivo de verão do Plume Creator. + + + </h3><b><br>Download it directly here : <address><a href= + </h3><b><br>Faça download direto daqui: <address><a href= + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Seu programa está atualizado!</h3><b> + + + You are not connected to the web + Você não está conectado à internet + + + Plume Creator website is unavailable + O website do Plume Creator está indisponível + + + <p>Connection status :<blockquote>- + <p>Estado da conexão:<blockquote>- + + + You are connected to the web + Você está conecatado à internet + + + Plume Creator website is available + O website do Plume Creator está disponível + + + + Updater + + Parse error at line %1, column %2: +%3 + + Analizza errore alla linea %1, colonna %2: +%3 + + + + WarningManagerBox + + Dialog + Diálogo + + + + WelcomePageForm.ui + + Project + Projeto + + + Examples + + + + Settings + + + + Help + + + + + WordGoalProgressBar + + Session word count + Contagem de palavras da seção + + + Target word count for this session + Objetivo de número de palavras para esta seção + + + Set Session Target + Definir o objetivo da seção + + + Word count target : + Objetivo de número de palavras : + + + /%1 words + /%1 palavras + + + &Set target + &Definir objetivo + + + Set word count target + Definir objetivo de número de palavras + + + &Reset + &Resetar + + + Reset the progress to zero + Resetar o progresso para zero + + + + Workbench + + Shift to spreadsheet mode + Mudar para o modo planilha + + + Close the Outliner + Fechar o outliner + + + + WriteLeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + WriteLeftDockForm.ui + + Navigation + + + + Opened documents + + + + + WriteRightDock + + &Tools dock + + + + &Edit + &Editar + + + &Tags + + + + &Notes + &Notas + + + + WriteRightDockForm.ui + + Edit + + + + Tags + + + + Notes + Notas + + + + WriteWindow + + Open + Abrir + + + Close + Fechar + + + + main + + Fullscreen + Tela-cheia + + + &New Project + &Novo Projeto + + + &Open Project + + + + Open an existing project + + + + Save + + + + Save All + + + + Ctrl+Shift+S + + + + Save as... + + + + Save the "%1" project as ... + + + + This path is read-only, please choose another path. + + + + Save a Copy + + + + Save a copy of the "%1" project as ... + + + + Back up + + + + &Print + Im&primir + + + &Import + + + + &Export + &Exportar + + + &Close "%1" project + + + + The project %1 is not saved. Do you want to save it before quiting ? + + + + Save the %1 project as ... + + + + &Quit + + + + Cut + + + + Copy + + + + Paste + + + + Italic + Itálico + + + Bold + Negrito + + + Strike + + + + Underline + Sublinhado + + + diff --git a/src/translations/skribisto_ru_RU.ts b/src/translations/skribisto_ru_RU.ts new file mode 100644 index 000000000..3e20e124c --- /dev/null +++ b/src/translations/skribisto_ru_RU.ts @@ -0,0 +1,3962 @@ + + + + + AttendAbstractModel + + Titles + Заголовки + + + None + Нет + + + Age : + Возраст : + + + + AttendBase + + Form + Форма + + + Set the point of view + Установить точку зрения + + + ... + ... + + + Mng + Менеджер окружения + + + + AttendManager + + Mise en scène Manager + Менеджер окружения + + + ... + ... + + + Age : + Возраст: + + + Name + Имя + + + One-line description + Краткое описание + + + Aliases (separated by , (comma) ) + Псевдонимы (через запятую) + + + Close + Закрыть + + + add object + добавить объект + + + add an object (character, item, places, ...) to the list + Добавить объект (персонаж, предмет, место, ...) в список + + + add group + добавить группу + + + add a group to the list + добавить группу в список + + + remove + удалить + + + remove the selected object or group + удалить выделенный объект или группу + + + + AttendManagerTreeProxyModel + + new + новый + + + new group + новая группа + + + Plume Creator Attendance + Plume Creator - Окружение + + + You can't delete a group if it's not empty./nIf you want to delete it, please delete its children first. + Вы не можете удалить заполненнуюю группу./nДля начала необходимо удалить дочерние ресурсы. + + + Do you really want to delete it ?/nYou will not be able to recover it afterwards. + Вы действительно хотите удалить этот объект? /nВы не сможете восстановить его впоследствии. + + + + AttendSettings + + Attendance settings + Настройки окружения + + + List 1 + Уровень 1 + + + ... + ... + + + List 2 + Уровень 2 + + + List 3 + Уровень 3 + + + Others + Прочее + + + Option title + Название опции + + + Warning : modify orders changes the Attendance manager lists orders + Внимание : изменение объектов приведет к изменению тех-же объектов в менеджере окружения + + + Age : + Возраст : + + + None + Нет + + + new + новый + + + + AttendSheetTreeProxyModel + + Sheet + Объект + + + + CheckableTree + + Level %1 + + + + label: %1 + + + + has children + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Открыть + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + DockedTextTreeWidget + + Form + Форма + + + + DockedTreeBase + + Form + Форма + + + + EditMenu + + Form + Форма + + + Zoom : + Масштаб : + + + Text Width : + Ширина текста: + + + Styles : + Стили: + + + + EditToolBar + + Form + Форма + + + Bold + Жирный + + + Italic + Курсив + + + + EditView + + Sizes + + + + Full Screen Colors + + + + Go back + + + + + EditViewForm.ui + + Edit text + + + + Italic + Курсив + + + Bold + Жирный + + + Strike + + + + Underline + Подчеркнутый + + + Display + + + + Full screen + + + + Size + + + + Full screen Colors + + + + Go back + + + + Text width : + + + + Text size : + + + + Text indent : + + + + Top margin : + + + + Background : + + + + Text Field + + + + Tool Button + + + + Paper : + + + + #1234 + + + + + + + + + + + + + + + + + + + + + Exporter + + Dialog + Мастер + + + File name : + Имя файла: + + + Path : + Адрес: + + + File type : + Тип файла: + + + .html + .html + + + .odt + .odt + + + .txt + .txt + + + .csv + .csv + + + .pdf + .pdf + + + Options : + Опции: + + + Insert : + Вставить: + + + Story : + Фабула: + + + Synopsis : + Синопсис: + + + Notes : + Заметки: + + + Other : + Прочее: + + + Set scene titles : + Установить названия сцен: + + + Nothing + Пусто + + + Titles + Заголовки + + + Preview + Предпросмотр + + + Insert columns : + Вставить столбцы: + + + Word count : + Число слов: + + + Point of view : + Точка зрения: + + + Title : + Заголовок: + + + Type of sheet : + Тип объекта: + + + Warning : the character set is Unicode (UTF-8) + Внимание: кодировка установлена как Unicode (UTF-8) + + + Export Dialog + Мастер экспорта + + + Print Dialog + Мастер печати + + + Print + Печать + + + Project Exporter + Мастер экспорта + + + The destination fields must be completed ! + Поля назначения должны быть заполнены! + + + Select a directory + Выберите директорию + + + Synopsis + Синопсис + + + Note + Заметка + + + Story + Фабула + + + You have selected the .txt format. There is no formatting ! + Форматирование в формате TXT сохранено не будет! + + + Project exported + Мастер экспорта + + + This project was successfully exported ! + Проект успешно экспортирован! + + + Print Document + Печать документа + + + Title + Заголовок + + + Type + Тип + + + Notes + Заметки + + + Word count + Число слов + + + Point of view + Точка зрения + + + book + книга + + + act + акт + + + chapter + глава + + + scene + сцена + + + scene break + разрыв сцены + + + + FileUpdater + + Main + Основной + + + Secondary + Вторичный + + + None + Нет + + + Protagonist + Союзник + + + Supporting + Помощник + + + Neutral + Нейтральный + + + Antagonist + Враг + + + Plume Creator Tree + Дерево Plume Creator + + + Parse error at line %1, column %2: +%3 + + Ошибка разбора: строка %1, столбец %2: +%3 + + + Plume Creator Attendance + Plume Creator Окружение + + + The file is not a a Plume Creator attendance file. + Этот файл не является файлом окружения для Plume Creator. + + + Characters + Персонажи + + + Items + Объекты + + + Places + Места + + + Plume Creator Tree File + Файл дерева Plume Creator + + + The file is not a a Plume Creator tree file. + Этот файл не является файлом дерева объектов для Plume Creator. + + + Plume Creator Info File + Файл информации Plume Creator + + + Plume Creator Info + О Plume Creator + + + The file is not a a Plume Creator info file. + Этот файл не является файлом информации для Plume Creator. + + + + FindReplace + + Find & Replace Dialog + Диалог Поиска и Замены + + + Progress : + Прогресс: + + + Document : + Документ: + + + Text + Текст + + + Synopsis + Синопсис + + + Note + Заметка + + + Find... + Поиск... + + + Find next + Искать далее + + + Find + Поиск + + + Replace with... + Заменить как... + + + Replace & Find next + Поиск и замена как + + + Replace && Next + Поиск и далее + + + Next + Далее + + + Previous + Назад + + + Next Doc + След. ДКМТ + + + Prev. Doc + Пред. ДКМТ + + + Replace the selected word + Заменить выбранное слово + + + Replace + Замена + + + Replace in this document + Заменить во всём документе + + + Replace Doc + Заменить ДКМТ + + + Replace in the selected documents + Заменить в выделенных документах + + + Replace All + Заменить всё + + + Options : + Опции: + + + Check story + Проверить фабулу + + + Check synopses + Проверить синопсис + + + Check notes + Проверить заметки + + + Case sensitive + С учетом регистра + + + Find & Replace + Поиск и замена + + + No document has been selected in the tree. +Have you checked the one(s) you want to look through ? + Ни один документ в дереве не выбран. Вы хотите отметить его(их) сейчас? + + + No text has been entered to find. + Не задан текст для поиска. + + + + FullTextZone + + &Undo + &Отменить + + + Undo the last operation + Отменить последнюю операцию + + + &Redo + &Повторить + + + Redo the last operation + Повторить последнюю операцию + + + Cu&t + Выр&езать + + + Cut the current selection's contents to the clipboard + Вырезать выделение в буфер обмена + + + &Copy + &Копировать + + + Copy the current selection's contents to the clipboard + Копировать выделение в буфер обмена + + + &Paste + &Вставить + + + Paste the clipboard's contents into the current selection + Вставить текст из буфер обмена + + + &Bold + &Жирный + + + Make the text bold + Выделить текст жирным + + + &Italic + &Курсив + + + Make the text italic + Выделить текст курсивом + + + + FullscreenEditor + + Fullscreen + На весь экран + + + Words : + Слова: + + + Timer : + Таймер: + + + Clock : + Часы: + + + treeButton + treeButton + + + Prev + Пред + + + Next + След + + + New + Новый + + + Note + Заметка + + + Show the notes + Показать заметки + + + Manage &Styles + Редактор &стилей + + + Manage the styles + Изменить стили + + + Colors + Цвета + + + Set the colors + Выбрать цвета + + + FullScreen Colors : + Цвета в полноэкранном режиме: + + + &Background color: + &Цвет фона: + + + Text b&ackground color: + Цвет фонового &текста: + + + &Text color: + Ц&вет текста: + + + &Timers color: + &Цвет таймеров: + + + Ok + ОК + + + Synopsis + Синопсис + + + Notes + Заметки + + + Project + Проект + + + + Hub + + Plume creator + Plume creator + + + The document + Документ + + + you are trying to open doesn't exist ! + + вы пытаетесь открыть несуществующий объект! + + + you are trying to open isn't a *.plume or .plume_backup file ! + + вы пытаетесь открыть не *.plume или .plume_backup файл! + + + The document you are trying to open isn't a *.plume or *.plume_backup file ! + + Документ, который вы пытаетесь открыть не является *.plume или .plume_backup файлом! + + + <p>The document you are trying to open is *.plume_backup file !</p><p>It's a backup created from the last save. This file must be opened in theses cases :</p><blockquote>- Your computer crashed when saving, corrupting your work . </blockquote><blockquote>- You can't load your work. </blockquote><p>This will replace your work.</p><p>Do you want to proceed ?</p> + <p>Документ, который вы открыли является файлом .plume_backup!</p><p>Это резервная копия с последнего сохраниения. Файл может использоваться в случаях:</p><blockquote>- Если ваш компьютер внезапно перезагрузился, уничтожив вашу работу. </blockquote><blockquote>- Вы не можете загрузить вашу работу. </blockquote><p>Это дейтвие перезапишет вашу работу.</p><p>Вы желаете продолжить?</p> + + + Plume Creator + Plume Creator + + + Tree File. Parse error at line %1, column %2: +%3 + + Файл дерева. Ошибка разбора: строка %1, столбец %2: +%3 + + + The file is not a Plume Creator tree file. + Этот файл не является файлом дерева объектов для Plume Creator. + + + The file is not a Plume Creator tree file version + version added after that + Этот файл не является версией файла дерева объектов для Plume Creator + + + Info File. Parse error at line %1, column %2: +%3 + + Файл информации. Ошибка разбора: строка %1, столбец %2: +%3 + + + The file is not a Plume Creator info file. + Этот файл не является файлом информации для Plume Creator. + + + The file is not a Plume Creator info file version + version added after that + Этот файл не является версией файла информации для Plume Creator + + + Attend File. Parse error at line %1, column %2: +%3 + + Файл окружения. Ошибка разбора: строка %1, столбец %2: +%3 + + + The file is not a Plume Creator attend file. + Этот файл не является файлом окружения для Plume Creator. + + + The file is not a Plume Creator attend file version + version added after that + Этот файл не является версией файла окружения для Plume Creator + + + + ImportUserDictDialog + + Import Dictionary From Project + Импорт Словаря из проекта + + + Import + Импорт + + + Browse... + Обзор... + + + Cancel + Закрыть + + + Open Plume Project Or Exported Dictionary + Открыть проект Plume или экспортированный словарь + + + Plume Project File (*.plume);;Plume Backup Project File (*.plume_backup);;Plume Exported Dictionary (*.plume_dict) + Файл проекта Plume (*.plume);;Резервная копия проекта Plume (*.plume_backup);;Экспортированный словарь Plume (*.plume_dict) + + + + IntroPage + + New Project + Новый проект + + + Welcome to Plume Creator ! + Добро пожаловать в Plume Creator! + + + This assistant will help you create a new project . + Мастер настройки поможет вам создать новый проект. + + + + LeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + LeftDockForm.ui + + Navigation + + + + Opened documents + + + + + MainTreeAbstractModel + + Titles + Заголовки + + + Synopsis + Синопсис + + + Notes + Заметки + + + PoV + ТчкЗрн + + + Status + Статус + + + Badge + Метка + + + Bin + Корзина + + + Splitting Task + Разделение задач + + + This sheet does not contain *** . + Этот объект не содержит ***. + + + Act + Акт + + + Chapter + Глава + + + Scene + Сцена + + + Book + add an empty space after so it's easier for the user to add quickly a number + Книга + + + Act + add an empty space after so it's easier for the user to add quickly a number + Акт + + + Chapter + add an empty space after so it's easier for the user to add quickly a number + Глава + + + Scene + add an empty space after so it's easier for the user to add quickly a number + Сцена + + + Book + Книга + + + Act + Акт + + + Chapter + Глава + + + Scene + Сцена + + + 1st draft + 1-й проект + + + 2nd draft + 2-й проект + + + 3rd draft + 3-й проект + + + 1st Edit + 1-я редакция + + + 2nd Edit + 2-я редакция + + + 3rd Edit + 3-я редакция + + + Proofread + Вычитка + + + Finished + Завершение + + + + MainTreeContextMenu + + &Status + &Статус + + + &Delete + &Удалить + + + &Advanced + Допол&нительно + + + &Rename + &Переименовать + + + Move Up + Поднять + + + Move Down + Опустить + + + C&onfirm + Утв&ердить + + + &Auto Rename Children + &Автоматическое переименование + + + &Split + Раз&делитель + + + Add &X Children + Добавить &X дочерних + + + Add &book + Добавить &книгу + + + Add &act + Добавить ак&т + + + Add &chapter + Добавть &главу + + + Add &scene + Добавить с&цену + + + Add &separator + Добавить раздел&итель + + + Empty Trash + Очистить корзину + + + Show badges + Показать иконки + + + Set badge + Установить метку + + + Split Dialog + Мастер разбиения + + + <p>With this tool, you can split a text in several parts.For each part, Plume will create a chapter or a scene.</p><br> + <p>С этим инструментом вы можете разбить текст на несколько частей.Для каждой из них, Plume создаст главу или сцену.</p><br> + + + <center><b>Each sheet type has different behaviour !</b></center><br><p><blockquote>In a scene sheet : split <b>only</b> into scenes with *** .</blockquote><blockquote>In a chapter sheet : split into scenes with *** and into chapters with ### .</blockquote><blockquote>In a book sheet : split into scenes with *** and into chapters with ### .</blockquote></p> + <center><b>Для каждого типа объекта различное поведение!</b></center><br><p><blockquote>В объектах "сцена": разделение <b>только</b> в сценах с *** .</blockquote><blockquote>В объектах "глава": разделение на сцены с *** и на главы с ### .</blockquote><blockquote>В объектах "книга" : разделение на сцены с *** и на главы с ### .</blockquote></p> + + + Text + Текст + + + Synopsys + Синопсис + + + Note + Заметка + + + Choose the type of document that you want to split : + Выберите тип документа для разделения: + + + Rename sheet + Переименовать объект + + + Sheet name : + Имя объекта: + + + Add X Children + Добавить N дочерних + + + Please enter a number : + Пожалуйста, введите номер: + + + Set badge text + Установить текст метки + + + Badge : + Метка: + + + Empty the trash + Очистить корзину + + + <p>The sheets in the trash will be permanently deleted.</p> +<br><p>Do you really want to continue ?</p> + <p> Объекты в корзине будут удалены. </p> +<br><p> Вы действительно хочет продолжить? </p> + + + + MainWindow + + MainWindow + Главная + + + Welcome + Здравствуйте + + + <center><b>Hello ! Welcome to Plume Creator v + <center><b>Здравствуйте! Добро пожаловать в Plume Creator v + + + !</b></center><p>Plume Creator is a little program for writers in quest of a complete yet simple way of writing and organizing a fiction.</p><br><p>It allows :<blockquote>- fullscreen text editing</blockquote><blockquote>- chapters and scenes outlining</blockquote><blockquote>- note taking</blockquote><blockquote>- items/characters/places managing</blockquote></p><p><b><h1>This is a Beta software ! It's stable but all the features are not finished !</h1></b></p> + !</b></center><p>Plume Creator программа для писателей, для полноценного сопровождения творческого процесса. </p><br><p>Возможности:<blockquote>- полноэкранное редактирование</blockquote><blockquote>- разделение на главы и сцены</blockquote><blockquote>- ведение заметок</blockquote><blockquote>- менеджер окружения (объекты/персонажи/места)</blockquote></p><p><b><h1>Это предварительная версия! Версия стабильна, но не всё работает корректно!</h1></b></p> + + + Small screen size detected + Обнаружен маленький размер экрана + + + <center><b>A small screen has been detected</b></center><p>Maybe you are running Plume on a netbook. Plume will adapt its interface to this type of computer.</p><br><p>You can change this option in the 'Configure' dialog.</p> + <center><b>Обнаружен маленький размер экрана</b></center><p>Возможно программа запущена на нетбуке. Plume адаптирует интерфейс под ваш компьютер.</p><br><p>Вы можете отключить эту возможность в диалоге 'Настройка'.</p> + + + Mise en scène + Менеджер окружения + + + Project + Проект + + + Tools + Инструменты + + + Stats + Статистика + + + Notes + Заметки + + + Draft + Проект + + + 25% + 25% + + + 50% + 50% + + + 75% + 75% + + + Done + Готово + + + Corrected + Исправленный + + + Synopsis + Синопсис + + + Note + Заметка + + + Project word count + Число слов в проекте + + + Book word count + Число слов в книге + + + Act word count + Число слов в акте + + + Chapter word count + Число слов в главе + + + Current sheet word count + Текущее количество слов в объекте + + + Side buttons + Боковые кнопки + + + Outliner + Планировщик + + + Workbench + Рабочая плоскость + + + Fullscreen + Полный экран + + + Edit this document fullscreen + Открыть документ в полноэкранном режиме + + + Do you want to quit ? + Вы действительно хотите выйти? + + + Your changes are already saved. + Все изменения сохранены. + + + Your project was successfully saved. + Все изменения в проекте сохранены. + + + Project: + Проект: + + + Book: + Книга: + + + Act: + Акт: + + + Chapter: + Глава: + + + Words: + Слова: + + + + MenuBar + + Do you want to close the current project ? + Вы действительно хотите закрыть текущий проект? + + + Your changes are already saved. + Все изменения сохранены. + + + About Qt + О Qt + + + Release Notes + О релизе + + + About Plume Creator + О Plume Creator + + + &New Project + &Новый проект + + + Create a new project + Создать yовый проект + + + Start &Center + Мене&джер проектов + + + Create and manage your projects + Создавайте и конфигурируйте свои проекты + + + &Configure + &Параметры + + + Display the configuration + Параметры системы + + + &Export + &Экспорт + + + Export the project + Экспортирование проекта + + + &Print + &Печать + + + Print part of the project + Печать проекта + + + &Close project + &Закрыть проект + + + Print the document + Печать документа + + + E&xit + В&ыход + + + Exit the application + Выйти из программы + + + &Project + П&роект + + + &Find && Replace + По&иск и замена + + + Find && Replace Dialog + Диалог Поиска и Замены + + + Manage &Styles + Редактор &стилей + + + Manage the styles + Изменить стили + + + &Edit + Пра&вка + + + Show the project dock + Показать панель проекта + + + &Notes + &Заметки + + + Show the note dock + Показать панель заметок + + + &Attendance + &Окружение + + + Show the attendance dock + Показать панель окружения + + + &Tools + &Инструменты + + + Show the tool dock + Показать панель инструментов + + + &Outliner + &Планировщик + + + Show the outliner + Показать панель планировщика + + + &Fullscreen + На весь &экран + + + Edit fullscreen + Работать в полноэкранном режиме + + + &View + &Просмотр + + + About + О программе + + + about the application + о программе + + + about Qt + о Qt + + + Release notes + О релизе + + + Open the Readme with the release notes + Открыть файл Readme с информацией о релизе + + + Check Update + Проверить обновления + + + check for an update + проверить обновления + + + &Help + Помо&щь + + + + NewProjectWizard + + Project Creator + Создание проекта + + + Chapter 1 + Глава 1 + + + Scene 1 + Сцена 1 + + + Main + Основной + + + Secondary + Вторичный + + + None + Нет + + + Protagonist + Союзник + + + Supporting + Помощник + + + Neutral + Нейтральный + + + Antagonist + Враг + + + Characters + Персонажи + + + Items + Объекты + + + Places + Места + + + + NoteDock + + Form + Форма + + + Synopsis + Синопсис + + + Note + Заметка + + + + NotePad + + Rename + + + + Dissociate + + + + Send to trash + + + + Warning + + + + Do you want to move the note "%1" to the trash ? + + + + note related to the current sheet + + + + New note + + + + Add note + + + + Existing notes + + + + + NotePadForm.ui + + Show synopsis + + + + Open note + + + + Notes list + + + + + NoteZone + + &Undo + &Отменить + + + Undo the last operation + Отменить последнюю операцию + + + &Redo + &Повторить + + + Redo the last operation + Повторить последнюю операцию + + + Cu&t + Выр&езать + + + Cut the current selection's contents to the clipboard + Вырезать выделение в буфер обмена + + + &Copy + &Копировать + + + Copy the current selection's contents to the clipboard + Копировать выделение в буфер обмена + + + &Paste + &Вставить + + + Paste the clipboard's contents into the current selection + Вставить текст из буфер обмена + + + &Bold + &Жирный + + + Make the text bold + Выделить текст жирным + + + &Italic + &Курсив + + + Make the text italic + Выделить текст курсивом + + + &Left Align + По &левому краю + + + Ctrl+L + Ctrl+L + + + Left align the selected text + Выравнивание по левому краю + + + &Right Align + По &правому краю + + + Ctrl+R + Ctrl+R + + + Right align the selected text + Выравнивание по правому краю + + + &Justify + По &ширине + + + Ctrl+J + Ctrl+J + + + Justify the selected text + Выравнивание по ширине + + + &Center + По &центру + + + Ctrl+E + Ctrl+E + + + Center the selected text + Выравнивание по центру + + + &Alignment + &Выравнивание + + + L + align left + L + + + R + align right + R + + + L + L + + + R + К + + + + OutlinerBase + + Workbench - Outliner + Планировщик - главная + + + Expand spreadsheet + Развернуть таблицу + + + Shrink spreadsheet + Свернуть таблицу + + + Move up + Поднять + + + Move down + Опустить + + + Reset the view + Обновить + + + + OutlinerSpreadsheetHeader + + Hide + Скрыть + + + + PLMMainWindow + + MainWindow + Главная + + + Project + Проект + + + Import + Импорт + + + Print + Печать + + + Do you want to quit ? + Вы действительно хотите выйти? + + + Your changes are already saved. + Все изменения сохранены. + + + + PLMPanel + + MainWindow + Главная + + + + PLMSideMainBar + + Form + Форма + + + + PLMTranslations + + Bin + Корзина + + + Act + Акт + + + Chapter + Глава + + + Text + Текст + + + Notes + Заметки + + + + PLMWritePanel + + MainWindow + Главная + + + + PLMWritingZone + + Form + Форма + + + Bold + Жирный + + + Italic + Курсив + + + Underline + Подчеркнутый + + + + PrjManager + + Projects Manager + Управление проектами + + + Please select in the list below the project you want to work with : + Выберите проект для продолжения работы: + + + &New + &Новый + + + &Open + &Открыть + + + &Edit + Пра&вка + + + &Delete + &Удалить + + + &Close + &Закрыть + + + &Rename + &Переименовать + + + Rename the project + Переименовать проект + + + &Name : + &Имя: + + + &Creation date : + &Дата создания: + + + &Modified : + &Изменить: + + + &Path : + &Путь: + + + Delete project + Удалить проект + + + You can't rename while a project is opened !<br> Please close the current project and try again. + Вы не можете переименовать проект, пока он открыт!<br>Закройте проект и повторите попытку. + + + Rename Project + Переименовать проект + + + Type a new name for the selected project : + Введите имя выбранного проекта: + + + Plume Creator Tree + Дерево Plume Creator + + + Parse error at line %1, column %2: +%3 + + Ошибка разбора: строка %1, столбец %2: +%3 + + + + Project + + Text + Текст + + + + ProjectDockTitleBar + + Form + Форма + + + + ProjectListItemForm.ui + + Text + Текст + + + + ProjectPage + + Part + + + + Close project + + + + Forget + + + + + ProjectPageForm.ui + + Projects + + + + New project + + + + Open project + + + + Recent projects + + + + Save + + + + Save as + + + + Save all + + + + Save a copy + + + + Back up + + + + Behavior + + + + Create an empty project at start + + + + + + + + Print + Печать + + + Import + Импорт + + + Export + + + + Go back + + + + <h2>New project</h2> + + + + Project title : + + + + project title + + + + Project file : + + + + project file + + + + Project path : + + + + project path + + + + Select + + + + This project will be created as : + + + + Number of parts : + + + + Create + + + + + + + + + QObject + + No Title + Без имени + + + + QuaGzipFile + + QIODevice::Append is not supported for GZIP + QIODevice::Объект не поддерживается в GZIP + + + Opening gzip for both reading and writing is not supported + Не возможно открыть gzip для чтения или записи + + + You can open a gzip either for reading or for writing. Which is it? + Вы можете открыть gzip либо для чтения, либо для записи. Сделать это? + + + Could not gzopen() file + Не найден gzopen() файл + + + + QuaZIODevice + + QIODevice::Append is not supported for QuaZIODevice + QIODevice::Объект не поддерживается в QuaZIODevice + + + QIODevice::ReadWrite is not supported for QuaZIODevice + QIODevice::Чтение/запись не поддерживаются в QuaZIODevice + + + + QuaZipFilePrivate + + ZIP/UNZIP API error %1 + ZIP/UNZIP API error %1 + + + + RestoreListView + + Restore + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + Очистить корзину + + + Select none + + + + Select all + + + + + RestoreListViewForm.ui + + Restore a document + + + + Select all + + + + Trashed menu + + + + The checked documents are those which were trashed at the same time + + + + + RightDock + + &Tools dock + + + + &Edit + Пра&вка + + + &Tags + + + + &Notes + &Заметки + + + + RightDockForm.ui + + Edit + + + + Tags + + + + + RootPage + + Welcome + Здравствуйте + + + Write + + + + Notes + Заметки + + + Gallery + + + + Note + Заметка + + + Project + Проект + + + &File + + + + &Edit + Пра&вка + + + &Help + Помо&щь + + + &About + + + + + RootPageForm.ui + + Main menu + + + + Button + + + + Save + + + + Label + + + + + SelectPage + + New Project + Новый проект + + + Specify the path of your new project. Please note you must have writing rights in it. Plume Creator will create a basic skeleton. + Выберите путь для своего нового проекта. Пожалуйста, учтите, что Вы должны иметь права записи в нем. Plume Creator создаст основной скелет. + + + Please complete the fields below: + Пожалуйста, заполните области ниже: + + + Project name : + Имя проекта: + + + Select path + Выберите директорию + + + QFileDialog::getExistingDirectory() + QFileDialog::getExistingDirectory() + + + + SettingsDialog + + Settings Dialog + Параметры + + + General + Основные + + + Change your language : + Язык интерфейса: + + + Change Plume style : + Стиль интерфейса: + + + Change your display : + Тип дисплея: + + + Save project every : + Автосохранение каждые: + + + s + seconds + с + + + Portable : + Портативный: + + + Allow the use of Plume on a USB stick + Разрешить использование на USB накопителе + + + Check update at startup + Проверять обновления при старте + + + Prevent multiple space characters between words + Вырезать множественные пробелы + + + Keep only one tab opened + Оставлять только одну вкладку открытой + + + Hide tabs + Скрыть вкладки + + + Display the tool bar in the status bar + Отображать кнопки панелей в статусной строке + + + Text + Текст + + + Main Text Area + Настройки текстовой области + + + Text Area Width : + Ширина: + + + px + px + + + Fullscreen Text Area + Настройки полноэкранного режима + + + Show scrollbar + Отображать полосы прокрутки + + + Synopsis Area + Настройки области синопсиса + + + Default Text Font : + Шрифт по умолчанию: + + + Paragraph Indent : + Параграф: + + + Margin : + Отступ: + + + Note Area + Настройки области заметок + + + Styles + Стили + + + Fixed Options : + Параметры: + + + Text Font : + Шрифт по умолчанию: + + + Spacing : + Интервал: + + + Text Size : + Размер текста: + + + Text Alignment : + Выравнивание: + + + Left + По левому краю + + + Center + По центру + + + Right + По правому краю + + + Justified + По ширине + + + 1st Line Indent : + Отступ с новой строки: + + + Default Style + Стиль по умолчанию + + + Default Options : + Опции по умолчанию: + + + These options can be modified with the right-click menu. + Эти опции могут быть изменены по клику правой кнопкой мыши. + + + Italic + Курсив + + + Bold + Жирный + + + Underline + Подчеркнутый + + + Strike Out + Зачеркнутый + + + Spelling + Правописание + + + ... + ... + + + Spell Checker : + Проверка правописания: + + + Dictionary : + Словарь: + + + Include names from the Mise en scène + Добавить имена из диспетчера окружения + + + TextLabel + ТекстовыйЗаголовок + + + Proxy + Прокси + + + Enable proxy + Активировать прокси + + + Host name : + Хост: + + + Port : + Порт: + + + User Name : + Логин: + + + Password : + Пароль: + + + Use system settings : + Использовать системные параметры: + + + Type : + Тип: + + + HTTP + HTTP + + + SOCKS 5 + SOCKS 5 + + + System default + Системные умолчания + + + Plastique (KDE) + Plastique (KDE) + + + Cleanlooks + Cleanlooks + + + Gtk (Gnome/XFCE) + Gtk (Gnome/XFCE) + + + Windows Vista + Windows Vista + + + Windows XP + Windows XP + + + Macintosh (OSX) + Macintosh (OSX) + + + Desktop + Стационарный + + + Netbook + Нетбук + + + A different language has been selected.<br>The change will be effective after restarting the program. + Язык изменен. <br> Для применения изменений перезапустите программу. + + + A different style has been selected.<br>The change will be effective after restarting the program. + Стиль изменен. <br> Для применения изменений перезапустите программу. + + + A different portable mode has been selected.<br>The change will be effective after restarting the program. + Портативная модификация установлена. <br> Для применения изменений перезапустите программу. + + + Name new style + Имя нового стиля + + + Style name : + Имя стиля: + + + New Style + Новый стиль + + + Style Renaming + Переименовать стиль + + + Style new name : + Имя нового стиля: + + + Do you want to remove this style ? + Удалить выделенный стиль? + + + The texts written with this style will not be linked anymore. + Тексты, использующие этот стиль, подвергнутся переформатированию. + + + <p>To install additional dictionaries, research "hunspell" in your package manager.</p><p>On Ubuntu you can type in a console :</p><p>sudo apt-get install hunspell*</p> + <p>Для установки дополнительных словарей установите "hunspell" в вашем пакетном менеджере.</p><p>Для установки в Ubuntu введите в консоли:</p><p>sudo apt-get install hunspell*</p> + + + <p>To install additional dictionaries, paste hunspell dictionaries in the "dicts" folder of the install directory.</p><p>Hunspell dictionaries are in the form of pairs of *.aff and *.dic files.</p><p>You can find these files unzipping dictionaries extensions from OpenOffice or LibreOffice. They are *.oxt files and you can find them here : </p> + <p>Для установки дополнительных словарей, скопируйте файлы данных словарей в подкаталог"dicts" основного каталога программы.</p><p>Hunspell словари имеют расширения *.aff и *.dic.</p><p>Вы можете найти данные файлы, разархивировав расширения словарей OpenOffice или LibreOffice. Они имеют формат *.oxt и вы можете найти их здесь: </p> + + + <p>To install additional dictionaries, research "hunspell" in your paquage manager.</p> + <p>Для установки дополнительных словарей найдите "hunspell" в вашем пакетном менеджере.</p> + + + + SettingsPage + + Add backup path + + + + Remove backup path + + + + Enter a path to back up to + + + + + SettingsPageForm.ui + + Accessibility + + + + Allow swipe gesture between tabs + + + + Show menu bar + + + + Appearance + + + + Interface language : + + + + Set main menu in status bar + + + + Backup + + + + Backup paths : + + + + Back up every + + + + hours + + + + Back up once a day + + + + Save + + + + Save every + + + + minutes + + + + Special E-Paper + + + + Set the text cursor unblinking + + + + Advanced + + + + Show properties tool box + + + + Reset dock configuration + + + + Spell checking + + + + + Sheet + + Note + Заметка + + + Synopsis + Синопсис + + + + SideMainMenu + + Form + Форма + + + ... + ... + + + + SlimFindReplace + + Form + Форма + + + Find : + Поиск: + + + Find previous + Поиск предыдущее + + + ... + ... + + + Find next + Поиск далее + + + Case sensitivity + Регострозависимость + + + Case + Регострозависим + + + Replace & Find next + Поиск и замена далее + + + Replace with : + Заменить как: + + + + SlimUpdater + + Form + Форма + + + source + Select your packaging + Источник + + + .deb 32-bit + .deb 32-bit + + + .deb 64-bit + .deb 64-bit + + + Verify again + Проверьте еще раз + + + Check update at startup ? + Проверять обновления при старте? + + + ? + ? + + + <center>Current version : + <center>Текущая версия: + + + </center> + </center> + + + You are connected to the web + Вы подключились + + + You are not connected to the web + Подключение не установлено + + + Plume Creator website is available + Сайт Plume Creator доступен + + + Plume Creator website is unavailable + Сайт Plume Creator не доступен + + + <p>Connection status :<blockquote>- + <p>Статус соединения :<blockquote>- + + + </blockquote><blockquote>- Verify the proxy settings<blockquote>- + </blockquote><blockquote>- Проверка настроек proxy<blockquote>- + + + </blockquote><blockquote>- Click again on the refresh button --></blockquote></p> + </blockquote><blockquote>- Кликните по кнопке обновления снова --></blockquote></p> + + + Checking... + Проверка... + + + Plume Creator Version + Версия Plume Creator + + + The file is not a Plume Creator version file. + Файл не соответствует текущей версии Plume Creator. + + + </h3><b><br>Download it directly here : <address><a href= + </h3><b><br>Загрузите его здесь : <address><a href= + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Вы обновились!</h3><b> + + + + StartCenter + + Plume Creator - Start Center + Plume Creator - Центр запуска + + + version + версия + + + New + Новый + + + Open + Открыть + + + Close + Закрыть + + + Recent projects : + Текущие проекты: + + + Path : + Путь: + + + Created : + Создан: + + + Modified : + Изменен: + + + Open Plume Project + Открытый Plume проект + + + Plume Project File (*.plume);;Plume Backup Project File (*.plume_backup) + Файл проекта Plume (*.plume);;Резервная копия проекта Plume (*.plume_backup) + + + + StatsBox + + Time + Время + + + Timer + Таймер + + + + StructurePage + + New Project + Новый проект + + + Act + Акт + + + Chapter + Глава + + + Scene + Сцена + + + + TagPad + + tag related to the current paper + + + + Add tag + + + + Existing tags + + + + + TagPadForm.ui + + Tags list + + + + + TextStyles + + New Style + Новый стиль + + + Normal + Нормальный + + + Poetry + Поэзия + + + + TextTab + + Form + Форма + + + ... + ... + + + scroll + scroll + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p></body></html> + + + Find && replace + Поиск и замена + + + Find text + Искать текст + + + + TextZone + + &Undo + &Отменить + + + Undo the last operation + Отменить последнюю операцию + + + &Redo + &Повторить + + + Redo the last operation + Повторить последнюю операцию + + + Cu&t + Выр&езать + + + Cut the current selection's contents to the clipboard + Вырезать выделение в буфер обмена + + + &Copy + &Копировать + + + Copy the current selection's contents to the clipboard + Копировать выделение в буфер обмена + + + &Paste + &Вставить + + + Paste the clipboard's contents into the current selection + Вставить текст из буфер обмена + + + &Paste Unformatted + &Вставить как простой текст + + + Paste without formatting the clipboard's contents into the current selection + Вставить текст из буфер обмена уничтожив форматирование + + + &Bold + &Жирный + + + Make the text bold + Выделить текст жирным + + + &Italic + &Курсив + + + Make the text italic + Выделить текст курсивом + + + &Check Spelling + &Проверка правописания + + + Verify your spelling + Проверить правописание + + + &Add to Dictionary + &Добавить к словарю + + + Add the current word selection to the project dictionary + Добавить текущее слово к словарю проекта + + + Add &Hyphen to Dictionary + Добавить &дефис к словарю + + + Add the selected hyphenated word to the project dictionary + Добавить выбранное дефисное написание к словарю проекта + + + &Remove from Dictionary + &Удалить слово из словаря + + + Remove the current word selection from the project dictionary + Удалить текущее слово из словаря проекта + + + Manage &Styles + Редактор &стилей + + + Manage the styles + Изменить стили + + + &Styles + &Стили + + + No suggestion + Нет вариантов + + + V + paste unformated + V + + + F + paste unformated + F + + + + Timer + + Start + Старт + + + Reset + Сброс + + + Pause + Пауза + + + h + ч + + + min + мин + + + s + с + + + h + ч + + + min + мин + + + s + с + + + + Translations + + Bin + Корзина + + + Act + Акт + + + Chapter + Глава + + + Text + Текст + + + Notes + Заметки + + + + TrashedListView + + Trash: %1 + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + Очистить корзину + + + Restore + + + + has child + + + + label: + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Открыть + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + TrashedListViewForm.ui + + Restore a document + + + + Trashed menu + + + + + TreeListView + + Go up + + + + Paste + + + + Advanced + + + + Sort alphabetically + + + + Trash + + + + Add + + + + has child + + + + label: + + + + navigation item + + + + Open document + + + + Open document in a new tab + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Открыть + + + Open in new tab + + + + Open in new window + + + + Set as active project + + + + Rename + + + + Set label + + + + Cut + + + + Copy + + + + Add before + + + + Add after + + + + Move up + Поднять + + + Move down + Опустить + + + Send to trash + + + + + TreeListViewForm.ui + + current folder name + + + + Add a document + + + + Navigation menu + + + + + UpdateChecker + + Checking... + Проверка... + + + Plume Creator Version + Версия Plume Creator + + + The file is not a Plume Creator version file. + Файл не соответствует текущей версии Plume Creator. + + + </h3><b><br>Download it directly here : <address><a href= + </h3><b><br>Загрузите его здесь : <address><a href= + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b><h3><center>Вы обновились!</h3><b> + + + You are not connected to the web + Подключение не установлено + + + Plume Creator website is unavailable + Сайт Plume Creator не доступен + + + <p>Connection status :<blockquote>- + <p>Статус соединения :<blockquote>- + + + You are connected to the web + Вы подключились + + + Plume Creator website is available + Сайт Plume Creator доступен + + + + WarningManagerBox + + Dialog + Мастер + + + + WelcomePageForm.ui + + Project + Проект + + + Examples + + + + Settings + + + + Help + + + + + WordGoalProgressBar + + Form + Форма + + + Session word count + Число слов за сессию + + + %v + %v + + + Target word count for this session + Установленный предел слов для сессии + + + Set Session Target + Установить предел слов для сессии + + + Word count target : + Счетчик слов текущей сессии: + + + /%1 words + /%1 слв + + + &Set target + &Установить предел + + + Set word count target + Установить предел счетчика слов + + + &Reset + &Обновить + + + Reset the progress to zero + Сбросить на ноль + + + + Workbench + + Workbench + Рабочая плоскость + + + Shift to spreadsheet mode + Перейти в табличный вид + + + Close the Outliner + Закрыть планировщик + + + + WriteLeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + WriteLeftDockForm.ui + + Navigation + + + + Opened documents + + + + + WriteRightDock + + &Tools dock + + + + &Edit + Пра&вка + + + &Tags + + + + &Notes + &Заметки + + + + WriteRightDockForm.ui + + Edit + + + + Tags + + + + Notes + Заметки + + + + WriteWindow + + MainWindow + Главная + + + Open + Открыть + + + Close + Закрыть + + + + WritingZone + + Form + Форма + + + + main + + Fullscreen + + + + &New Project + &Новый проект + + + &Open Project + + + + Open an existing project + + + + Save + + + + Save All + + + + Ctrl+Shift+S + + + + Save as... + + + + Save the "%1" project as ... + + + + This path is read-only, please choose another path. + + + + Save a Copy + + + + Save a copy of the "%1" project as ... + + + + Back up + + + + &Print + &Печать + + + &Import + + + + &Export + &Экспорт + + + &Close "%1" project + + + + The project %1 is not saved. Do you want to save it before quiting ? + + + + Save the %1 project as ... + + + + &Quit + + + + Cut + + + + Copy + + + + Paste + + + + Italic + Курсив + + + Bold + Жирный + + + Strike + + + + Underline + Подчеркнутый + + + diff --git a/src/translations/skribisto_sp_SP.ts b/src/translations/skribisto_sp_SP.ts new file mode 100644 index 000000000..0ff5695e9 --- /dev/null +++ b/src/translations/skribisto_sp_SP.ts @@ -0,0 +1,3959 @@ + + + + + AttendAbstractModel + + Titles + Títulos + + + None + Ninguno + + + Age : + Edad: + + + + AttendBase + + Form + Forma + + + Set the point of view + Ajustar el punto de vista + + + ... + ... + + + Mng + Mng + + + + AttendManager + + Mise en scène Manager + Administrador de puesta en escena + + + ... + ... + + + Age : + Edad: + + + Name + Nombre + + + One-line description + Descripción en una línea + + + Aliases (separated by , (comma) ) + Alias ​​(separados por coma) + + + Close + Cerrar + + + add object + Añadir objetos + + + add an object (character, item, places, ...) to the list + agregar un objeto (personaje, artículo, lugares, ...) a la lista + + + add group + Añadir grupo + + + add a group to the list + Añadir grupo a la lista + + + remove + Eliminar + + + remove the selected object or group + eliminar el objeto o grupo seleccionado + + + + AttendManagerTreeProxyModel + + new + Nuevo + + + new group + Grupo nuevo + + + Plume Creator Attendance + Asistencia Plume Creator + + + You can't delete a group if it's not empty./nIf you want to delete it, please delete its children first. + No se puede eliminar un grupo si no está vacío. / Si desea eliminarlo, por favor eliminar sus vínculos primero. + + + Do you really want to delete it ?/nYou will not be able to recover it afterwards. + ¿Está seguro que quiere borrar esto? / No podrá ser recuperado. + + + + AttendSettings + + Attendance settings + Ajustes de Asistencia + + + List 1 + Lista 1 + + + ... + ... + + + List 2 + Lista 2 + + + List 3 + Lista 3 + + + Others + Otros + + + Option title + Título Opcional + + + Warning : modify orders changes the Attendance manager lists orders + Alerta: modificar el orden cambia el orden en la lista del administrador de asistencia + + + Age : + Edad: + + + None + Ninguno + + + new + Nuevo + + + + AttendSheetTreeProxyModel + + Sheet + Hoja + + + + CheckableTree + + Level %1 + + + + label: %1 + + + + has children + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Abrir + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + DockedTextTreeWidget + + Form + Forma + + + + DockedTreeBase + + Form + Forma + + + + EditMenu + + Form + Forma + + + Zoom : + Enfoque: + + + Text Width : + Anchura del Texto: + + + Styles : + Estilos: + + + + EditToolBar + + Form + Forma + + + Bold + Negrita + + + Italic + Cursiva + + + + EditView + + Sizes + + + + Full Screen Colors + + + + Go back + + + + + EditViewForm.ui + + Edit text + + + + Italic + Cursiva + + + Bold + Negrita + + + Strike + + + + Underline + Subrayar + + + Display + + + + Full screen + + + + Size + + + + Full screen Colors + + + + Go back + + + + Text width : + + + + Text size : + + + + Text indent : + + + + Top margin : + + + + Background : + + + + Text Field + + + + Tool Button + + + + Paper : + + + + #1234 + + + + + + + + + + + + + + + + + + + + + Exporter + + Dialog + Diálogo + + + File name : + Nombre de archivo: + + + Path : + Ruta de acceso: + + + File type : + Tipo de Archivo: + + + .html + .html + + + .odt + .odt + + + .txt + .txt + + + .csv + .csv + + + .pdf + .pdf + + + Options : + Opciones: + + + Insert : + Insertar: + + + Story : + Historia: + + + Synopsis : + Sinopsis: + + + Notes : + Notas: + + + Other : + Otros: + + + Set scene titles : + Establecer títulos de escena: + + + Nothing + Nada + + + Titles + Títulos + + + Preview + Vista preliminar + + + Insert columns : + Insertar Columnas: + + + Word count : + Número de palabras: + + + Point of view : + Punto de Vista: + + + Title : + Título: + + + Type of sheet : + Tipo de hoja: + + + Warning : the character set is Unicode (UTF-8) + Advertencia: el tipo de caracteres es Unicode (UTF-8) + + + Export Dialog + Exportar Diálogo + + + Print Dialog + Imprimir Diálogo + + + Print + Imprimir + + + Project Exporter + Exportar Proyecto + + + The destination fields must be completed ! + ¡Los campos de destino deben ser completados! + + + Select a directory + Seleccione un directorio + + + Synopsis + Sinopsis + + + Note + Nota + + + Story + Historia + + + You have selected the .txt format. There is no formatting ! + Ha seleccionado el formato. txt. ¡No hay formato! + + + Project exported + Proyecto exportado + + + This project was successfully exported ! + ¡Este proyecto se ha exportado con éxito! + + + Print Document + Imprimir Documento + + + Title + Título + + + Type + Tipo + + + Notes + Notas + + + Word count + Número de palabras + + + Point of view + Punto de Vista + + + book + libro + + + act + acto + + + chapter + capítulo + + + scene + escena + + + scene break + quiebre de escena + + + + FileUpdater + + Main + Principal + + + Secondary + Secundario + + + None + Ninguno + + + Protagonist + Protagonista + + + Supporting + Soporte + + + Neutral + Neutral + + + Antagonist + Antagonista + + + Plume Creator Tree + Árbol de Plume Creator + + + Parse error at line %1, column %2: +%3 + + Error de análisis en la línea %1, columna %2: %3 + + + + Plume Creator Attendance + Asistencia de Plume Creator + + + The file is not a a Plume Creator attendance file. + El archivo no es un archivo de asistencia de Plume Creator. + + + Characters + Personajes + + + Items + Objetos + + + Places + Lugares + + + Plume Creator Tree File + Árbol de archivo de Plume Creator + + + The file is not a a Plume Creator tree file. + El archivo no es un archivo de árbol de Plume Creator. + + + Plume Creator Info File + Archivo de información de Plume Creator + + + Plume Creator Info + Información de Plume Creator + + + The file is not a a Plume Creator info file. + El archivo no es un archivo de información de Plume Creator. + + + + FindReplace + + Find & Replace Dialog + Buscar y reemplazar + + + Progress : + Progreso: + + + Document : + Documento: + + + Text + Texto + + + Synopsis + Sinopsis + + + Note + Nota + + + Find... + Buscar... + + + Find next + Buscar siguiente + + + Find + Buscar + + + Replace with... + Reemplazar con... + + + Replace & Find next + Reemplazar & Buscar siguiente + + + Replace && Next + Reemplazar && Siguiente + + + Options : + Opciones: + + + Check story + Comprobar historia + + + Check synopses + Comprobar sinopsis + + + Check notes + Comprobar notas + + + Case sensitive + Mayúsculas y minúsculas + + + Replace in the selected documents + Reemplazar en los documentos seleccionados + + + Replace All + Reemplazar todos + + + Replace in this document + Reemplazar en este documento + + + Replace Doc + Reemplazar en documento + + + Replace the selected word + Reemplace la palabra seleccionada + + + Replace + Reemplazar + + + Next + Siguiente + + + Previous + Anterior + + + Next Doc + Doc. Siguiente + + + Prev. Doc + Doc. anterior + + + Find & Replace + Buscar y reemplazar + + + No document has been selected in the tree. +Have you checked the one(s) you want to look through ? + Ningún documento ha sido seleccionado en el árbol. +¿Marcaste en el que deseas buscar? + + + No text has been entered to find. + No has introducido texto para encontrar. + + + + FullTextZone + + &Undo + &Deshacer + + + Undo the last operation + Deshacer la última operación + + + &Redo + &Rehacer + + + Redo the last operation + Rehacer la última operación + + + Cu&t + &Cortar + + + Cut the current selection's contents to the clipboard + Cortar el contenido seleccionado al portapapeles + + + &Copy + &Copiar + + + Copy the current selection's contents to the clipboard + Copiar el contenido seleccionado al portapapeles + + + &Paste + &Pegar + + + Paste the clipboard's contents into the current selection + Pegar el contenido del portapapeles en la selección actual + + + &Bold + &Negrita + + + Make the text bold + Texto en negrita + + + &Italic + &Cursiva + + + Make the text italic + Texto en Cursiva + + + + FullscreenEditor + + Fullscreen + Pantalla Completa + + + Words : + Palabras: + + + Timer : + Cronómetro: + + + Clock : + Reloj: + + + treeButton + Botón del Árbol + + + Prev + Anterior + + + Next + Siguiente + + + New + Nuevo + + + Note + Nota + + + Show the notes + Mostrar las notas + + + Manage &Styles + Administrar &Estilos + + + Manage the styles + Administrar los estilos + + + Colors + Colores + + + Set the colors + Fijar los colores + + + FullScreen Colors : + Colores a pantalla completa: + + + &Background color: + &Color de fondo: + + + Text b&ackground color: + Color &de texto: + + + &Text color: + &Color del texto: + + + &Timers color: + &Color del reloj: + + + Ok + Ok + + + Synopsis + Sinopsis + + + Notes + Notas + + + Project + Proyecto + + + + Hub + + Plume creator + Plume Creator + + + The document + El documento + + + you are trying to open doesn't exist ! + + ¡Lo que está intentando abrir no existe! + + + you are trying to open isn't a *.plume or .plume_backup file ! + + ¡Lo que está intentando abrir no es un archivo *.plume o un archivo *.plume_backup! + + + The document you are trying to open isn't a *.plume or *.plume_backup file ! + + ¡El documento que está intentando abrir no es un archivo * plume o un archivo * plume_backup! + + + <p>The document you are trying to open is *.plume_backup file !</p><p>It's a backup created from the last save. This file must be opened in theses cases :</p><blockquote>- Your computer crashed when saving, corrupting your work . </blockquote><blockquote>- You can't load your work. </blockquote><p>This will replace your work.</p><p>Do you want to proceed ?</p> + <p>¡El documento que está intentando abrir es un archivo *.plume_backup!</p>Se trata de una copia de seguridad creada a partir de la última grabación. Este archivo debe abrirse en estos casos: </p> <blockquote> - Su equipo se estrelló al guardar, corrompiendo su trabajo.</blockquote> <blockquote> - No se puede cargar el trabajo. </blockquote> <p>Esto reemplazará su trabajo.</p>¿Desea continuar? </p> + + + Plume Creator + Plume Creator + + + Tree File. Parse error at line %1, column %2: +%3 + + Archivo Árbol. Error de análisis en la línea %1, columna %2: %3 + + + The file is not a Plume Creator tree file. + El archivo no es un archivo de árbol de Plume Creator. + + + The file is not a Plume Creator tree file version + version added after that + El archivo no es un archivo de árbol de Plume Creator versión + + + Info File. Parse error at line %1, column %2: +%3 + + Archivo de información. Error de análisis en la línea %1, columna%2:%3 + + + The file is not a Plume Creator info file. + El archivo no es un archivo de información de Plume Creator. + + + The file is not a Plume Creator info file version + version added after that + El archivo no es un archivo de información de Plume Creator versión + + + Attend File. Parse error at line %1, column %2: +%3 + + Archivo de asistencia. Error de análisis en la línea%1, columna%2:%3 + + + The file is not a Plume Creator attend file. + El archivo no es un archivo de asistencia de Plume Creator. + + + The file is not a Plume Creator attend file version + version added after that + El archivo no es un archivo de asistencia de Plume Creator versión + + + + ImportUserDictDialog + + Import Dictionary From Project + Importar diccionario de proyecto + + + Import + Importar + + + Browse... + Elegir... + + + Cancel + Cancelar + + + Open Plume Project Or Exported Dictionary + Abrir proyecto o diccionario + + + Plume Project File (*.plume);;Plume Backup Project File (*.plume_backup);;Plume Exported Dictionary (*.plume_dict) + Archivo de proyecto Plume (*.plume);;Archivo de respaldo Plume (*.plume_backup);;Diccionario exportado Plume (*.plume_dict) + + + + IntroPage + + New Project + Nuevo Proyecto + + + Welcome to Plume Creator ! + ¡Bienvenido a Plume Creator! + + + This assistant will help you create a new project . + Este asistente le ayudará a crear un nuevo proyecto. + + + + LeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + LeftDockForm.ui + + Navigation + + + + Opened documents + + + + + MainTreeAbstractModel + + Titles + Títulos + + + Synopsis + Sinopsis + + + Notes + Notas + + + PoV + PdV + + + Status + Estado + + + Badge + División + + + Bin + Papelera + + + Splitting Task + División de tareas + + + This sheet does not contain *** . + Esta hoja no contiene ***. + + + Act + Acto + + + Chapter + Capítulo + + + Scene + Escena + + + Book + add an empty space after so it's easier for the user to add quickly a number + Libro + + + Act + add an empty space after so it's easier for the user to add quickly a number + Acto + + + Chapter + add an empty space after so it's easier for the user to add quickly a number + Capítulo + + + Scene + add an empty space after so it's easier for the user to add quickly a number + Escena + + + Book + Libro + + + Act + Acto + + + Chapter + Capítulo + + + Scene + Escena + + + 1st draft + 1 ª revisión + + + 2nd draft + 2 ª revisión + + + 3rd draft + 3 ª revisión + + + 1st Edit + 1 ª Edición + + + 2nd Edit + 2 ª Edición + + + 3rd Edit + 3 ª Edición + + + Proofread + Falta corregir + + + Finished + Terminado + + + + MainTreeContextMenu + + &Status + &Estado + + + &Delete + &Eliminar + + + &Advanced + &Avanzado + + + &Rename + &Renombrar + + + Move Up + Mover Arriba + + + Move Down + Mover Abajo + + + C&onfirm + C&onfirmar + + + &Auto Rename Children + &Renombrar vínculos automáticamente + + + &Split + &División + + + Add &X Children + Añadir &X Vínculos + + + Add &book + Añadir &Libro + + + Add &act + Añadir &Acto + + + Add &chapter + Añadir &capítulo + + + Add &scene + Añadir &escena + + + Add &separator + Añadir &separador + + + Empty Trash + Vaciar Papelera + + + Show badges + Mostrar insignias + + + Set badge + Ajuste de insignias + + + Split Dialog + Diálogo de división + + + <p>With this tool, you can split a text in several parts.For each part, Plume will create a chapter or a scene.</p><br> + <p>Con esta herramienta, usted puede dividir un texto en varias partes. Por cada parte, Plume creará un capítulo o una escena. </p><br> + + + <center><b>Each sheet type has different behaviour !</b></center><br><p><blockquote>In a scene sheet : split <b>only</b> into scenes with *** .</blockquote><blockquote>In a chapter sheet : split into scenes with *** and into chapters with ### .</blockquote><blockquote>In a book sheet : split into scenes with *** and into chapters with ### .</blockquote></p> + <center> <b>Cada tipo de hoja tiene un comportamiento diferente </b></center><br><p><blockquote>En una hoja de escena: se dividen las escenas <b> sólo </b>con *** . </blockquote><blockquote>En una hoja de capítulo: se dividen las escenas con *** y los capítulos con # # # </blockquote><blockquote> En una hoja de libro: se dividen las escenas con *** y los capítulos con # # #. </blockquote></p> + + + Text + Texto + + + Synopsys + Sinopsis + + + Note + Nota + + + Choose the type of document that you want to split : + Elija el tipo de documento en el que desea dividir: + + + Rename sheet + Cambiar el nombre de la hoja + + + Sheet name : + Nombre de la hoja: + + + Add X Children + Añadir X Vínculos + + + Please enter a number : + Por favor, introduzca un número: + + + Set badge text + Ajuste el texto de la insignia + + + Badge : + Insignia: + + + Empty the trash + Vaciar la papelera + + + <p>The sheets in the trash will be permanently deleted.</p> +<br><p>Do you really want to continue ?</p> + <p> Las hojas en la papelera se eliminarán de forma permanente.</p> +<br><p>¿Realmente desea continuar?</p> + + + + MainWindow + + MainWindow + Ventana Principal + + + Welcome + Bienvenido + + + <center><b>Hello ! Welcome to Plume Creator v + <center> <b>¡Hola! Bienvenido a Plume Creator v + + + !</b></center><p>Plume Creator is a little program for writers in quest of a complete yet simple way of writing and organizing a fiction.</p><br><p>It allows :<blockquote>- fullscreen text editing</blockquote><blockquote>- chapters and scenes outlining</blockquote><blockquote>- note taking</blockquote><blockquote>- items/characters/places managing</blockquote></p><p><b><h1>This is a Beta software ! It's stable but all the features are not finished !</h1></b></p> + </b></center><p>Plume Creator es un pequeño programa para escritores que busca hacer más completa y simple la escritura y organización de un texto narrativo </p><br><p>Permite: <blockquote> - edición de texto a pantalla completa </blockquote><blockquote> - delineado de capítulos y escenas</blockquote><blockquote> - toma de notas </blockquote><blockquote> - gestión de objetos / personajes /</blockquote></p> <p> <b> <h1>¡se trata de un software en estado beta! Es estable, ¡pero la mayoría de las funciones aún no están terminadas!</H1></b></p> + + + Small screen size detected + Pantalla pequeña detectada + + + <center><b>A small screen has been detected</b></center><p>Maybe you are running Plume on a netbook. Plume will adapt its interface to this type of computer.</p><br><p>You can change this option in the 'Configure' dialog.</p> + <center> <b> Se ha detectado una pantalla pequeña.</b></center><p> Quizás esté ejecutando Plume en una netbook. Plume adaptará su interfaz para este tipo de equipo.</p><br><p> Puede cambiar esta opción en el cuadro de diálogo "Configurar".</p> + + + Mise en scène + Puesta en escena + + + Project + Proyecto + + + Tools + Herramientas + + + Stats + Estadísticas + + + Notes + Notas + + + Draft + Borrador + + + 25% + 25% + + + 50% + 50% + + + 75% + 75% + + + Done + Hecho + + + Corrected + Corregido + + + Synopsis + Sinopsis + + + Note + Nota + + + Project word count + Número de palabras del proyecto + + + Book word count + Conteo de palabras por libro + + + Act word count + Conteo de palabras por acto + + + Chapter word count + Conteo de palabras por capítulo + + + Current sheet word count + Conteo de palabras de la hoja actual + + + Side buttons + Botones laterales + + + Outliner + Organizador de ideas + + + Workbench + Plataforma de Trabajo + + + Fullscreen + Pantalla Completa + + + Edit this document fullscreen + Editar este documento a pantalla completa + + + Do you want to quit ? + ¿Estás seguro que desea salir? + + + Your changes are already saved. + Los cambios ya se han guardado. + + + Your project was successfully saved. + Su proyecto se ha guardado correctamente. + + + Project: + Proyecto: + + + Book: + Libro: + + + Act: + Acto: + + + Chapter: + Capítulo: + + + Words: + Palabras: + + + + MenuBar + + Do you want to close the current project ? + ¿Quieres cerrar el proyecto actual? + + + Your changes are already saved. + Los cambios ya se han guardado. + + + About Qt + Sobre Qt + + + Release Notes + Notas de la versión + + + About Plume Creator + Sobre Plume Creator + + + &New Project + &Nuevo Proyecto + + + Create a new project + Crear un nuevo proyecto + + + Start &Center + Centro de &inicio + + + Create and manage your projects + Creación y gestión de proyectos + + + &Configure + &Configurar + + + Display the configuration + Mostrar la configuración + + + &Export + &Exportar + + + Export the project + Exportar el proyecto + + + &Print + &Imprimir + + + Print part of the project + Imprimir parte del proyecto + + + &Close project + &Cerrar proyecto + + + Print the document + Imprimir el documento + + + E&xit + &Salir + + + Exit the application + Salir de la aplicación + + + &Project + &Proyecto + + + &Find && Replace + &Buscar && Remplazar + + + Find && Replace Dialog + Diálogo para buscar y reemplazar + + + Manage &Styles + Administrar &Estilos + + + Manage the styles + Administrar los estilos + + + &Edit + &Editar + + + Show the project dock + Mostrar el proyecto en el dock + + + &Notes + &Notas + + + Show the note dock + Mostrar las notas en el dock + + + &Attendance + &Asistencia + + + Show the attendance dock + Mostrar las asistencias en el dock + + + &Tools + &Herramientas + + + Show the tool dock + Mostrar las herramientas en el dock + + + &Outliner + &Esquema + + + Show the outliner + Mostrar la estructura + + + &Fullscreen + &Pantalla Completa + + + Edit fullscreen + Editar a Pantalla Completa + + + &View + &Vista + + + About + Sobre + + + about the application + Sobre esta aplicación + + + about Qt + Sobre Qt + + + Release notes + Notas de la versión + + + Open the Readme with the release notes + Abra el archivo Léame con las notas de la versión + + + Check Update + Comprobar Actualizaciones + + + check for an update + comprobar si hay una actualización + + + &Help + &Ayuda + + + + NewProjectWizard + + Project Creator + Creador de proyectos + + + Chapter 1 + Capítulo 1 + + + Scene 1 + Escena 1 + + + Main + Principal + + + Secondary + Secundario + + + None + Ninguno + + + Protagonist + Protagonista + + + Supporting + Soporte + + + Neutral + Neutral + + + Antagonist + Antagonista + + + Characters + Personajes + + + Items + Objetos + + + Places + Lugares + + + + NoteDock + + Form + Forma + + + Synopsis + Sinopsis + + + Note + Nota + + + + NotePad + + Rename + + + + Dissociate + + + + Send to trash + + + + Warning + + + + Do you want to move the note "%1" to the trash ? + + + + note related to the current sheet + + + + New note + + + + Add note + + + + Existing notes + + + + + NotePadForm.ui + + Show synopsis + + + + Open note + + + + Notes list + + + + + NoteZone + + &Undo + &Deshacer + + + Undo the last operation + Deshacer la última operación + + + &Redo + &Rehacer + + + Redo the last operation + Rehacer la última operación + + + Cu&t + Corta&r + + + Cut the current selection's contents to the clipboard + Cortar el contenido de la selección actual en el portapapeles + + + &Copy + &Copiar + + + Copy the current selection's contents to the clipboard + Copiar el contenido de la selección actual en el portapapeles + + + &Paste + &Pegar + + + Paste the clipboard's contents into the current selection + Pegar el contenido del portapapeles en la selección actual + + + &Bold + &Negrita + + + Make the text bold + Poner el texto en negrita + + + &Italic + &Cursiva + + + Make the text italic + Poner el texto en cursiva + + + &Left Align + &Alinear a la Izquierda + + + Ctrl+L + Ctrl+L + + + Left align the selected text + Alinear a la izquierda el texto seleccionado + + + &Right Align + &Alinear a la derecha + + + Ctrl+R + Ctrl+R + + + Right align the selected text + Alinear a la derecha del texto seleccionado + + + &Justify + &Justificado + + + Ctrl+J + Ctrl+J + + + Justify the selected text + Justificar el texto seleccionado + + + &Center + &Centrar + + + Ctrl+E + Ctrl+E + + + Center the selected text + Centrar el texto seleccionado + + + &Alignment + &Alineación + + + L + align left + L + + + R + align right + R + + + L + L + + + R + R + + + + OutlinerBase + + Workbench - Outliner + Mesa de Trabajo - Esquema + + + Expand spreadsheet + Expandir la hoja de cálculo + + + Shrink spreadsheet + Reducir hoja de cálculo + + + Move up + Subir + + + Move down + Bajar + + + Reset the view + Restablecer la vista + + + + OutlinerSpreadsheetHeader + + Hide + Ocultar + + + + PLMMainWindow + + MainWindow + Ventana Principal + + + Project + Proyecto + + + Import + Importar + + + Print + Imprimir + + + Do you want to quit ? + ¿Estás seguro que desea salir? + + + Your changes are already saved. + Los cambios ya se han guardado. + + + + PLMPanel + + MainWindow + Ventana Principal + + + + PLMSideMainBar + + Form + Forma + + + + PLMTranslations + + Bin + Papelera + + + Act + Acto + + + Chapter + Capítulo + + + Text + Texto + + + Notes + Notas + + + + PLMWritePanel + + MainWindow + Ventana Principal + + + + PLMWritingZone + + Form + Forma + + + Bold + Negrita + + + Italic + Cursiva + + + Underline + Subrayar + + + + PrjManager + + Projects Manager + Gestor de Proyectos + + + Please select in the list below the project you want to work with : + Por favor seleccione de la siguiente lista el proyecto que desea trabajar: + + + &New + &Nuevo + + + &Open + &Abrir + + + &Edit + &Editar + + + &Delete + &Borrar + + + &Close + &Cerrar + + + &Rename + &Renombrar + + + Rename the project + Renombrar el proyecto + + + &Name : + &Nombre : + + + &Creation date : + &Fecha de Creación : + + + &Modified : + &Modificación : + + + &Path : + &Ruta de acceso : + + + Delete project + Borrar proyecto + + + You can't rename while a project is opened !<br> Please close the current project and try again. + ¡No se puede cambiar el nombre, mientras el proyecto está abierto! <br> Por favor, cierre el proyecto actual y vuelva a intentarlo. + + + Rename Project + Renombrar Proyecto + + + Type a new name for the selected project : + Escriba un nuevo nombre para el proyecto seleccionado: + + + Plume Creator Tree + Árbol de Plume Creator + + + Parse error at line %1, column %2: +%3 + + Parse error at line %1, column %2:%3 + + + + Project + + Text + Texto + + + + ProjectDockTitleBar + + Form + Forma + + + + ProjectListItemForm.ui + + Text + Texto + + + + ProjectPage + + Part + + + + Close project + + + + Forget + + + + + ProjectPageForm.ui + + Projects + + + + New project + + + + Open project + + + + Recent projects + + + + Save + + + + Save as + + + + Save all + + + + Save a copy + + + + Back up + + + + Behavior + + + + Create an empty project at start + + + + + + + + Print + Imprimir + + + Import + Importar + + + Export + + + + Go back + + + + <h2>New project</h2> + + + + Project title : + + + + project title + + + + Project file : + + + + project file + + + + Project path : + + + + project path + + + + Select + + + + This project will be created as : + + + + Number of parts : + + + + Create + + + + + + + + + QObject + + No Title + Sin título + + + + QuaGzipFile + + QIODevice::Append is not supported for GZIP + QIODevice :: Append no se admite para GZIP + + + Opening gzip for both reading and writing is not supported + Abrir un gzip para la lectura y la escritura simultánea no es posible + + + You can open a gzip either for reading or for writing. Which is it? + Puede abrir un gzip ya sea para lectura o para escritura. ¿Cuál elige? + + + Could not gzopen() file + No se pudo gzopen() archivo + + + + QuaZIODevice + + QIODevice::Append is not supported for QuaZIODevice + QIODevice :: Append no se admite para QuaZIODevice + + + QIODevice::ReadWrite is not supported for QuaZIODevice + QIODevice :: ReadWrite no se admite para QuaZIODevice + + + + QuaZipFilePrivate + + ZIP/UNZIP API error %1 + ZIP/UNZIP API error %1 + + + + RestoreListView + + Restore + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + Vaciar la papelera + + + Select none + + + + Select all + + + + + RestoreListViewForm.ui + + Restore a document + + + + Select all + + + + Trashed menu + + + + The checked documents are those which were trashed at the same time + + + + + RightDock + + &Tools dock + + + + &Edit + &Editar + + + &Tags + + + + &Notes + &Notas + + + + RightDockForm.ui + + Edit + + + + Tags + + + + + RootPage + + Welcome + Bienvenido + + + Write + + + + Notes + Notas + + + Gallery + + + + Note + Nota + + + Project + Proyecto + + + &File + + + + &Edit + &Editar + + + &Help + &Ayuda + + + &About + + + + + RootPageForm.ui + + Main menu + + + + Button + + + + Save + + + + Label + + + + + SelectPage + + New Project + Nuevo Proyecto + + + Specify the path of your new project. Please note you must have writing rights in it. Plume Creator will create a basic skeleton. + Especifique la ruta de su nuevo proyecto. Tenga en cuenta que debe tener derechos de escritura en ella. Plume Creator creará un esqueleto básico. + + + Please complete the fields below: + Por favor, complete los campos siguientes: + + + Project name : + Nombre de Proyecto: + + + Select path + Seleccione la ruta + + + QFileDialog::getExistingDirectory() + QFileDialog::getExistingDirectory() + + + + SettingsDialog + + Settings Dialog + Diálogo de configuración + + + General + General + + + Change your language : + Escoga su idioma: + + + Change Plume style : + Eliga el estilo de Plume: + + + Change your display : + Cambiar la pantalla: + + + Save project every : + Guardar el proyecto cada: + + + s + seconds + s + + + Portable : + Modo portable: + + + Allow the use of Plume on a USB stick + Permitir el uso de Plume en una memoria USB + + + Check update at startup + Compruebe actualizaciones al inicio + + + Prevent multiple space characters between words + Prevenir caracteres de espacio entre palabras + + + Keep only one tab opened + Mantenga una sola pestaña abierta + + + Hide tabs + Ocultar pestañas + + + Display the tool bar in the status bar + Mostrar la barra de herramientas en la barra de estado + + + Text + Texto + + + Main Text Area + Área de Texto principal + + + Text Area Width : + Ancho del área de texto: + + + px + .px + + + Fullscreen Text Area + Área de texto a pantalla completa + + + Show scrollbar + Mostrar barra de desplazamiento + + + Synopsis Area + Área de Sinopsis + + + Default Text Font : + Letra Predeterminada: + + + Paragraph Indent : + Sangría de párrafo: + + + Margin : + Margen: + + + Note Area + Área de notas + + + Styles + Estilos + + + Fixed Options : + Opciones del texto: + + + Text Font : + Fuente del texto: + + + Spacing : + Separación: + + + Text Size : + Tamaño del texto: + + + Text Alignment : + Alineación de texto: + + + Left + Izquierda + + + Center + Centro + + + Right + Derecha + + + Justified + Justificado + + + 1st Line Indent : + Sangría de 1era línea: + + + Default Style + Estilo por defecto + + + Default Options : + Opciones por defecto: + + + These options can be modified with the right-click menu. + Estas opciones se pueden modificar en el menú del botón derecho. + + + Italic + Cursiva + + + Bold + Negrita + + + Underline + Subrayar + + + Strike Out + Tachar + + + Spelling + Ortografía + + + ... + ... + + + Spell Checker : + Corrector ortográfico: + + + Dictionary : + Diccionario: + + + Include names from the Mise en scène + Incluir nombres de la puesta en escena + + + TextLabel + + + + Proxy + Proxy + + + Enable proxy + Habilitar Proxy + + + Host name : + Nombre del host: + + + Port : + Puerto: + + + User Name : + Nombre de Usuario: + + + Password : + Contraseña: + + + Use system settings : + Usar la configuración del sistema: + + + Type : + Tipo: + + + HTTP + HTTP + + + SOCKS 5 + SOCKS 5 + + + System default + Predeterminada del sistema + + + Plastique (KDE) + Plastique (KDE) + + + Cleanlooks + Cleanlooks + + + Gtk (Gnome/XFCE) + Gtk (Gnome/XFCE) + + + Windows Vista + Windows Vista + + + Windows XP + Windows XP + + + Macintosh (OSX) + Macintosh (OSX) + + + Desktop + Desktop + + + Netbook + Netbook + + + A different language has been selected.<br>The change will be effective after restarting the program. + Un idioma ha sido seleccionado. <br>El cambio será efectivo después de reiniciar el programa. + + + A different style has been selected.<br>The change will be effective after restarting the program. + Un estilo diferente ha sido seleccionado. <br>El cambio será efectivo después de reiniciar el programa. + + + A different portable mode has been selected.<br>The change will be effective after restarting the program. + Un modo portátil diferente ha sido seleccionado <br>El cambio será efectivo después de reiniciar el programa. + + + Name new style + Nombre de estilo nuevo + + + Style name : + Nombre del estilo: + + + New Style + Nuevo Estilo + + + Style Renaming + Cambiar nombre del estilo + + + Style new name : + Nuevo nombre de estilo: + + + Do you want to remove this style ? + ¿Quieres eliminar este estilo? + + + The texts written with this style will not be linked anymore. + Los textos escritos con este estilo no se vincularán más. + + + <p>To install additional dictionaries, research "hunspell" in your package manager.</p><p>On Ubuntu you can type in a console :</p><p>sudo apt-get install hunspell*</p> + <p>Para instalar diccionarios, busca "hunspell" en tu gestor de paquetes.</p><p>En Ubuntu puedes tipear en la consola:</p><p>sudo apt-get install hunspell*</p> + + + <p>To install additional dictionaries, paste hunspell dictionaries in the "dicts" folder of the install directory.</p><p>Hunspell dictionaries are in the form of pairs of *.aff and *.dic files.</p><p>You can find these files unzipping dictionaries extensions from OpenOffice or LibreOffice. They are *.oxt files and you can find them here : </p> + <p>Para instalar diccionarios adicionales, pega los diccionarios hunspell en la carpeta "dicts" dentro del lugar de instalación.</p><p>Los diccionarios hunspell son un par de archivos, un archivo *.aff y uno *.dic</p><p>Puedes encontrar estos archivos descomprimiendo las extenciones diccionario de OpenOffice o LibreOffice. Vienen en forma de archivos *.oxt y los puedes encontrar aquí:</p> + + + <p>To install additional dictionaries, research "hunspell" in your paquage manager.</p> + <p>Para instalar diccionarios, busca "hunspell" en tu gestor de paquetes</p> + + + + SettingsPage + + Add backup path + + + + Remove backup path + + + + Enter a path to back up to + + + + + SettingsPageForm.ui + + Accessibility + + + + Allow swipe gesture between tabs + + + + Show menu bar + + + + Appearance + + + + Interface language : + + + + Set main menu in status bar + + + + Backup + + + + Backup paths : + + + + Back up every + + + + hours + + + + Back up once a day + + + + Save + + + + Save every + + + + minutes + + + + Special E-Paper + + + + Set the text cursor unblinking + + + + Advanced + + + + Show properties tool box + + + + Reset dock configuration + + + + Spell checking + + + + + Sheet + + Note + Nota + + + Synopsis + Sinopsis + + + + SideMainMenu + + Form + Forma + + + ... + ... + + + + SlimFindReplace + + Form + Forma + + + Find : + Buscar: + + + Find previous + Buscar anterior + + + ... + ... + + + Find next + Buscar siguiente + + + Case sensitivity + Mayúsculas y minúsculas + + + Case + Caso + + + Replace & Find next + Reemplazar & Buscar siguiente + + + Replace with : + Reemplazar con: + + + + SlimUpdater + + Form + Forma + + + source + Select your packaging + Fuente + + + .deb 32-bit + .deb 32-bit + + + .deb 64-bit + .deb 64-bit + + + Verify again + Compruebe de nuevo + + + Check update at startup ? + ¿Comprobar actualizaciones al inicio? + + + ? + ? + + + <center>Current version : + <center>Versión actual: + + + </center> + </center> + + + You are connected to the web + Está conectado a la web + + + You are not connected to the web + No está conectado a la web + + + Plume Creator website is available + La web de Plume Creator está disponible + + + Plume Creator website is unavailable + La web de Plume Creator no está disponible + + + <p>Connection status :<blockquote>- + <p>Estado de la conección :<blockquote>- + + + </blockquote><blockquote>- Verify the proxy settings<blockquote>- + </ blockquote> <blockquote> - Verifique la configuración del proxy <blockquote> - + + + </blockquote><blockquote>- Click again on the refresh button --></blockquote></p> + </ blockquote> <blockquote> - Vuelva a hacer clic en el botón de actualización -> </ blockquote> </ p> + + + Checking... + Comprobando... + + + Plume Creator Version + Versión de Plume Creator + + + The file is not a Plume Creator version file. + Este archivo no es un archivo de versión de Plume Creator. + + + </h3><b><br>Download it directly here : <address><a href= + </ h3> <b> descargarlo directamente aquí: <dirección> <a href = + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b> <h3> <center>¡Usas la versión más nueva! </ h3> <b> + + + + StartCenter + + Plume Creator - Start Center + Centro de Inicio de Plume Creator + + + version + versión + + + New + Nuevo + + + Open + Abrir + + + Close + Cerrar + + + Recent projects : + Proyectos recientes: + + + Path : + Ruta de acceso: + + + Created : + Creado: + + + Modified : + Modificado: + + + Open Plume Project + Abrir Proyecto de Plume + + + Plume Project File (*.plume);;Plume Backup Project File (*.plume_backup) + Archivo de Proyecto Plume (* plume); Plume Project File Backup (* plume_backup) + + + + StatsBox + + Time + Hora + + + Timer + Cronómetro + + + + StructurePage + + New Project + Nuevo Proyecto + + + Act + Acto + + + Chapter + Capítulo + + + Scene + Escena + + + + TagPad + + tag related to the current paper + + + + Add tag + + + + Existing tags + + + + + TagPadForm.ui + + Tags list + + + + + TextStyles + + New Style + Estilo nuevo + + + Normal + Normal + + + Poetry + Poesía + + + + TextTab + + Form + Forma + + + ... + ... + + + scroll + Scroll + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p></body></html> + + + Find && replace + Buscar && Remplazar + + + Find text + Buscar texto + + + + TextZone + + &Undo + &Deshacer + + + Undo the last operation + Deshacer la última operación + + + &Redo + &Rehacer + + + Redo the last operation + Rehacer la última operación + + + Cu&t + Corta&r + + + Cut the current selection's contents to the clipboard + Cortar el contenido de la selección actual en el portapapeles + + + &Copy + &Copiar + + + Copy the current selection's contents to the clipboard + Copiar el contenido de la selección actual en el portapapeles + + + &Paste + &Pegar + + + Paste the clipboard's contents into the current selection + Pegar el contenido del portapapeles en la selección actual + + + &Paste Unformatted + &Pegar sin formato + + + Paste without formatting the clipboard's contents into the current selection + Pegar sin formatear el contenido del portapapeles en la selección actual + + + &Bold + &Negrita + + + Make the text bold + Poner el texto en negrita + + + &Italic + &Cursiva + + + Make the text italic + Poner el texto en cursiva + + + &Check Spelling + &Revisar ortografía + + + Verify your spelling + Verificar la ortografía + + + &Add to Dictionary + &Agregar al diccionario + + + Add the current word selection to the project dictionary + Agregar al diccionario del proyecto + + + Add &Hyphen to Dictionary + Agregar &guión al diccionario + + + Add the selected hyphenated word to the project dictionary + Agregar la palabra compuesta seleccionada al diccionario del proyecto + + + &Remove from Dictionary + &Remover del diccionario + + + Remove the current word selection from the project dictionary + Remover las palabras seleccionadas del diccionario del proyecto + + + Manage &Styles + Administrar&Estilos + + + Manage the styles + Administrar los estilos + + + &Styles + &Estilos + + + No suggestion + Sin sugerencia + + + V + paste unformated + V + + + F + paste unformated + F + + + + Timer + + Start + Inicio + + + Reset + Reajustar + + + Pause + Pausa + + + h + h + + + min + min + + + s + s + + + h + h + + + min + min + + + s + s + + + + Translations + + Bin + Papelera + + + Act + Acto + + + Chapter + Capítulo + + + Text + Texto + + + Notes + Notas + + + + TrashedListView + + Trash: %1 + + + + Do you want to delete definitively the following documents from the "%1" project ? +%2 + + + + Empty the trash + Vaciar la papelera + + + Restore + + + + has child + + + + label: + + + + navigation item + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Abrir + + + Open in new tab + + + + Open in new window + + + + Rename + + + + Set label + + + + Copy + + + + Delete definitively + + + + + TrashedListViewForm.ui + + Restore a document + + + + Trashed menu + + + + + TreeListView + + Go up + + + + Paste + + + + Advanced + + + + Sort alphabetically + + + + Trash + + + + Add + + + + has child + + + + label: + + + + navigation item + + + + Open document + + + + Open document in a new tab + + + + Open document in a window + + + + This project is a backup + + + + Enter label + + + + Enter name + + + + Open + Abrir + + + Open in new tab + + + + Open in new window + + + + Set as active project + + + + Rename + + + + Set label + + + + Cut + + + + Copy + + + + Add before + + + + Add after + + + + Move up + Subir + + + Move down + Bajar + + + Send to trash + + + + + TreeListViewForm.ui + + current folder name + + + + Add a document + + + + Navigation menu + + + + + UpdateChecker + + Checking... + Comprobando... + + + Plume Creator Version + Versión de Plume Creator + + + The file is not a Plume Creator version file. + Este archivo no es un archivo de versión de Plume Creator. + + + </h3><b><br>Download it directly here : <address><a href= + </ h3> <b> descargarlo directamente aquí: <dirección> <a href = + + + </a></address></center> + </a></address></center> + + + <b><h3><center>You are up to date !</h3><b> + <b> <h3> <center>¡Usas la versión más nueva! </ h3> <b> + + + You are not connected to the web + No está conectado a la web + + + Plume Creator website is unavailable + La web de Plume Creator no está disponible + + + <p>Connection status :<blockquote>- + <p>Estado de la conección :<blockquote>- + + + You are connected to the web + Está conectado a la web + + + Plume Creator website is available + La web de Plume Creator está disponible + + + + WarningManagerBox + + Dialog + Diálogo + + + + WelcomePageForm.ui + + Project + Proyecto + + + Examples + + + + Settings + + + + Help + + + + + WordGoalProgressBar + + Form + Forma + + + Session word count + Número de palabras de esta sesión + + + %v + %v + + + Target word count for this session + Número de palabras previsto para esta sesión + + + Set Session Target + Establecer meta de sesión + + + Word count target : + Número de palabras tope: + + + /%1 words + /%1 palabras + + + &Set target + &Establecer meta + + + Set word count target + Establezca el número de palabras tope + + + &Reset + &Reajustar + + + Reset the progress to zero + Restablecer el progreso a cero + + + + Workbench + + Workbench + Mesa de Trabajo + + + Shift to spreadsheet mode + Cambie a modo de hoja de cálculo + + + Close the Outliner + Cerrar el esquema + + + + WriteLeftDock + + &Navigation dock + + + + &Navigation + + + + &Documents + + + + + WriteLeftDockForm.ui + + Navigation + + + + Opened documents + + + + + WriteRightDock + + &Tools dock + + + + &Edit + &Editar + + + &Tags + + + + &Notes + &Notas + + + + WriteRightDockForm.ui + + Edit + + + + Tags + + + + Notes + Notas + + + + WriteWindow + + MainWindow + Ventana Principal + + + Open + Abrir + + + Close + Cerrar + + + + WritingZone + + Form + Forma + + + + main + + Fullscreen + Pantalla Completa + + + &New Project + &Nuevo Proyecto + + + &Open Project + + + + Open an existing project + + + + Save + + + + Save All + + + + Ctrl+Shift+S + + + + Save as... + + + + Save the "%1" project as ... + + + + This path is read-only, please choose another path. + + + + Save a Copy + + + + Save a copy of the "%1" project as ... + + + + Back up + + + + &Print + &Imprimir + + + &Import + + + + &Export + &Exportar + + + &Close "%1" project + + + + The project %1 is not saved. Do you want to save it before quiting ? + + + + Save the %1 project as ... + + + + &Quit + + + + Cut + + + + Copy + + + + Paste + + + + Italic + Cursiva + + + Bold + Negrita + + + Strike + + + + Underline + Subrayar + + + diff --git a/src/translations/translations.qrc b/src/translations/translations.qrc new file mode 100755 index 000000000..8d127630c --- /dev/null +++ b/src/translations/translations.qrc @@ -0,0 +1,10 @@ + + + skribisto_de_DE.qm + skribisto_fr_FR.qm + skribisto_it_IT.qm + skribisto_pt_BR.qm + skribisto_sp_SP.qm + skribisto_ru_RU.qm + + diff --git a/uncrustify.cfg b/uncrustify.cfg new file mode 100755 index 000000000..8b7547cd6 --- /dev/null +++ b/uncrustify.cfg @@ -0,0 +1,255 @@ +tok_split_gte=false +utf8_byte=false +utf8_force=false +indent_cmt_with_tabs=false +indent_align_string=true +indent_braces=false +indent_braces_no_func=false +indent_braces_no_class=false +indent_braces_no_struct=false +indent_brace_parent=false +indent_namespace=false +indent_extern=false +indent_class=true +indent_class_colon=true +indent_else_if=false +indent_var_def_cont=false +indent_func_call_param=false +indent_func_def_param=false +indent_func_proto_param=false +indent_func_class_param=false +indent_func_ctor_var_param=false +indent_template_param=false +indent_func_param_double=false +indent_relative_single_line_comments=false +indent_col1_comment=true +indent_access_spec_body=false +indent_paren_nl=false +indent_comma_paren=false +indent_bool_paren=false +indent_first_bool_expr=false +indent_square_nl=false +indent_preserve_sql=false +indent_align_assign=true +sp_balance_nested_parens=false +align_keep_tabs=false +align_with_tabs=false +align_on_tabstop=false +#align_number_left=true +align_func_params=true +align_same_func_call_params=true +align_var_def_colon=true +align_var_def_attribute=true +align_var_def_inline=true +align_right_cmt_mix=false +align_on_operator=true +align_mix_var_proto=false +align_single_line_func=true +align_single_line_brace=true +align_nl_cont=true +align_left_shift=true +align_oc_decl_colon=false +nl_collapse_empty_body=true +nl_assign_leave_one_liners=false +nl_class_leave_one_liners=false +nl_enum_leave_one_liners=false +nl_getset_leave_one_liners=false +nl_func_leave_one_liners=false +nl_if_leave_one_liners=false +nl_multi_line_cond=false +nl_multi_line_define=false +nl_before_case=true +nl_after_case=false +nl_after_return=true +nl_after_semicolon=false +nl_after_brace_open=false +nl_after_brace_open_cmt=false +nl_after_vbrace_open=false +nl_after_vbrace_open_empty=false +nl_after_brace_close=false +nl_after_vbrace_close=false +nl_define_macro=true +nl_squeeze_ifdef=false +nl_ds_struct_enum_cmt=true +nl_ds_struct_enum_close_brace=true +nl_create_if_one_liner=true +nl_create_for_one_liner=true +nl_create_while_one_liner=true +ls_for_split_full=false +ls_func_split_full=true +nl_after_multiline_comment=true +eat_blanks_after_open_brace=true +eat_blanks_before_close_brace=true +mod_full_brace_if_chain=false +mod_pawn_semicolon=false +mod_full_paren_if_bool=true +mod_remove_extra_semicolon=true +mod_sort_import=false +mod_sort_using=false +mod_sort_include=false +mod_move_case_break=true +mod_remove_empty_return=true +cmt_indent_multi=true +cmt_c_group=false +cmt_c_nl_start=false +cmt_c_nl_end=false +cmt_cpp_group=false +cmt_cpp_nl_start=false +cmt_cpp_nl_end=false +cmt_cpp_to_c=false +cmt_star_cont=false +cmt_multi_check_last=true +cmt_insert_before_preproc=false +pp_indent_at_level=false +pp_region_indent_code=false +pp_if_indent_code=false +pp_define_at_level=false +indent_columns=4 +align_var_def_span=1 +align_var_def_star_style=2 +align_var_def_amp_style=2 +align_var_def_thresh=3 +align_var_def_gap=1 +align_assign_span=1 +align_enum_equ_span=1 +align_var_struct_span=1 +align_struct_init_span=1 +align_typedef_span=1 +align_typedef_star_style=2 +align_typedef_amp_style=2 +align_right_cmt_span=4 +align_right_cmt_at_col=1 +align_func_proto_span=3 +nl_end_of_file_min=1 +nl_func_var_def_blk=1 +code_width=90 +nl_max=3 +nl_after_func_proto=0 +nl_after_func_body=2 +nl_after_func_body_one_liner=2 +nl_before_block_comment=2 +nl_before_c_comment=2 +nl_before_cpp_comment=2 +nl_before_access_spec=2 +nl_after_access_spec=2 +nl_comment_func_def=1 +nl_after_try_catch_finally=1 +mod_full_brace_nl=1 +mod_add_long_ifdef_endif_comment=1 +mod_add_long_ifdef_else_comment=1 +cmt_width=80 +newlines=auto +indent_with_tabs=0 +sp_arith=add +sp_assign=add +sp_enum_assign=add +sp_pp_concat=add +sp_pp_stringify=add +sp_bool=add +sp_compare=add +sp_inside_paren=remove +sp_paren_paren=remove +sp_paren_brace=add +sp_before_ptr_star=add +sp_before_unnamed_ptr_star=add +sp_between_ptr_star=remove +sp_after_ptr_star=remove +sp_after_ptr_star_func=add +sp_before_ptr_star_func=remove +sp_before_byref=remove +sp_before_unnamed_byref=remove +sp_after_byref=add +sp_after_byref_func=add +sp_before_byref_func=remove +sp_after_type=add +sp_before_angle=remove +sp_inside_angle=remove +sp_after_angle=remove +sp_angle_paren=remove +sp_angle_word=remove +sp_before_sparen=add +sp_inside_sparen=remove +sp_sparen_brace=add +sp_special_semi=remove +sp_before_semi=remove +sp_before_semi_for=remove +sp_before_semi_for_empty=remove +sp_after_semi_for_empty=remove +sp_before_square=remove +sp_before_squares=remove +sp_inside_square=remove +sp_after_comma=add +sp_before_comma=remove +sp_after_class_colon=add +sp_before_class_colon=add +sp_before_case_colon=remove +sp_after_operator=remove +sp_after_operator_sym=remove +sp_after_cast=remove +sp_inside_paren_cast=remove +sp_cpp_cast_paren=remove +sp_sizeof_paren=remove +sp_inside_braces_enum=add +sp_inside_braces_struct=add +sp_inside_braces=add +sp_inside_braces_empty=remove +sp_type_func=add +sp_func_proto_paren=remove +sp_func_def_paren=remove +sp_inside_fparens=remove +sp_inside_fparen=remove +sp_square_fparen=remove +sp_fparen_brace=add +sp_func_call_paren=remove +sp_func_call_user_paren=remove +sp_func_class_paren=remove +sp_return_paren=add +sp_attribute_paren=remove +sp_defined_paren=remove +sp_throw_paren=remove +sp_macro=add +sp_macro_func=remove +sp_else_brace=add +sp_brace_else=add +sp_brace_typedef=add +sp_catch_brace=add +sp_brace_catch=add +sp_finally_brace=add +sp_brace_finally=add +sp_try_brace=add +sp_getset_brace=add +sp_before_dc=remove +sp_after_dc=remove +sp_not=remove +sp_inv=remove +sp_addr=remove +sp_member=remove +sp_deref=remove +sp_sign=remove +sp_incdec=remove +sp_before_nl_cont=remove +sp_after_oc_scope=remove +sp_after_oc_colon=remove +sp_before_oc_colon=remove +sp_after_send_oc_colon=add +sp_before_send_oc_colon=remove +sp_after_oc_type=remove +sp_cond_colon=add +sp_cond_question=add +sp_cmt_cpp_start=add +nl_end_of_file=add +nl_namespace_brace=remove +nl_class_brace=remove +nl_class_init_args=add +nl_func_decl_args=add +nl_before_if=add +nl_before_for=add +nl_before_while=add +nl_before_switch=add +nl_before_do=add +mod_full_brace_do=remove +mod_full_brace_for=remove +mod_full_brace_if=remove +mod_full_brace_while=remove +mod_paren_on_return=remove +pp_space=add